From 95b625af34d46ac670d075f2ac38ce32e6861ed1 Mon Sep 17 00:00:00 2001 From: Sarah-Jaine Szekeresh Date: Wed, 23 Dec 2020 17:39:52 -0600 Subject: [PATCH 01/18] add cf login to db instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 962b256713..34404b6530 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,18 @@ Our project includes four deployed Postgres databases, one to interact with each You can run psql commands directly against a deployed database by following these directions. +1. Install Cloud Foundry CLI tool + + - On MacOS: `brew install cloudfoundry/tap/cf-cli` + - On other platforms: [Download and install cf][cf-install] + +1. Login to cloud.gov account + + ```bash + cf login -a api.fr.cloud.gov --sso + # follow temporary authorization code prompts + ``` + 1. Install the cloud foundry plugin [cf-service-connect][cf-service-connect] ```bash From 85bc5c4d5d1c09383237237cf9ada0b978e33e08 Mon Sep 17 00:00:00 2001 From: Sarah-Jaine Szekeresh Date: Wed, 23 Dec 2020 17:43:42 -0600 Subject: [PATCH 02/18] add url --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34404b6530..1c12667398 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,7 @@ You can run psql commands directly against a deployed database by following thes [circleci-envvar]: https://app.circleci.com/settings/project/github/adhocteam/Head-Start-TTADP/environment-variables?return-to=https%3A%2F%2Fcircleci.com%2Fdashboard [cloudgov]: https://dashboard.fr.cloud.gov/home [cloudgov-deployer]: https://cloud.gov/docs/services/cloud-gov-service-account/ +[cf-install]: https://docs.cloudfoundry.org/cf-cli/install-go-cli.html [cf-service-connect]: https://github.com/cloud-gov/cf-service-connect [hhs-main]: https://github.com/HHS/Head-Start-TTADP/tree/main [hhs-prod]: https://github.com/HHS/Head-Start-TTADP/tree/production From 42e40361fcc4023564527f7c96224f1467ba02ca Mon Sep 17 00:00:00 2001 From: kryswisnaskas Date: Wed, 6 Jan 2021 14:34:21 -0500 Subject: [PATCH 03/18] Pull grant and grantee data from HSES --- .env.example | 3 + hses.zip | Bin 0 -> 1512752 bytes package.json | 4 + src/app.js | 18 + src/lib/updateGrantsGrantees.js | 119 + src/lib/updateGrantsGrantees.test.js | 37 + temp/agency.xml | 15882 ++ temp/grant_agency.xml | 45866 +++++ temp/grant_award.xml | 128501 ++++++++++++ temp/grant_award_replacement.xml | 18092 ++ temp/grant_program.xml | 259430 ++++++++++++++++++++++++ yarn.lock | 81 +- 12 files changed, 468026 insertions(+), 7 deletions(-) create mode 100644 hses.zip create mode 100644 src/lib/updateGrantsGrantees.js create mode 100644 src/lib/updateGrantsGrantees.test.js create mode 100644 temp/agency.xml create mode 100644 temp/grant_agency.xml create mode 100644 temp/grant_award.xml create mode 100644 temp/grant_award_replacement.xml create mode 100644 temp/grant_program.xml diff --git a/.env.example b/.env.example index 137b2fac13..3ecb6381d5 100644 --- a/.env.example +++ b/.env.example @@ -22,3 +22,6 @@ CUCUMBER_USER_ID=999999; NEW_RELIC_LICENSE_KEY=secret_key # Set to false to require user to go through auth flow, never true in production envs BYPASS_AUTH=true +HSES_DATA_FILE_URL=url +HSES_DATA_USERNAME=username +HSES_DATA_PASSWORD=password diff --git a/hses.zip b/hses.zip new file mode 100644 index 0000000000000000000000000000000000000000..04a3c90f00c836f48150156fc701a33738dab87f GIT binary patch literal 1512752 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%0DZ?1 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

E>{o}CQ#vpXofEvbV|14mBv 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

L=z-pUh_-WF^4!SI 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 X;*I5lIUNka6~{CUG+dg@eLT0v5|h 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�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%0AS`5Hi0uT1*p(`s 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%0D=ia0YGYsQ#P@>L_Por8w!&k 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

L-yt*@CbtMBJwa%+HzY+ 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

Sye#1lhwcS;_;UD?|xkZmplFQ+~^WEQxxj#J8@) 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 ??AC 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

    r**r-l72& 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
    Lj5DC7#mI}#B6&#|Owi|L^tXMbna` z96Q~5E-t_vKwe(?U4fMgFq9H=0p0)^jQL@&mfGSzA$2mZ$nXmlN4ym#BzjphT9i^P zq=$%{Jk-bc9teADVUB8p;~N#;?4&kNwkg5Coj!y5!@uXi2D@MNWA3oIW(=6_I0B-Z z>q%Sh*Hm6U;#by4Au#qxiL`!U2_tW+@lOpwHo92jT;aty*)Rpn$exm@EV9k8R^u%5 zs>D#*@u5~3Za&T?)fr7W4sS~S{nEJU89+q{P1d3o9{%+c-t?a4?@ zwTemfwAQAagXV*TOxd7Cm#F%wM2^)co4Qz1E}ROCa#Vn|hpflg{H~EyYRkZGSZTm< zLjyQ&RPRn-HOVg)M-gOhdu9b+*PKl~P&{T0ZIt|XoKqFnzLmMJ$uLn~Ny zJ&{&B74o01bt1oRw2k878$FmomXgU!+l`&ru+x_*+&j^1zus{K)i}QE%Ic?ybKl&) z7m-e9P{eH%kEQJ2G|ovhqOl1bmwFQF2;Bh>?T@`sfh5KDR-tpCj8}<&(uK_4`S{zp zdc!60R39LO#i1G;7@oFn`H?@`xD|(G8}>oSUX;LKtperDyE$+; z`?0j3!x$R^^~}puLopS^)iqtZ3IhJ&nE5MYCJ|_4Wi;*@-SRq~3^drZ>Fv8&5V7#zZ;}+b<9h0R zxQBwv6hpakknnzg5~j-pL2z;WX)fQn`-ujE3p zDgR9*B#sV@mSRnit2AXzn-}Y<(@Nd&3mxgak{3TLUvg@j`D*o+f|8=wBnwKpSG_%r znin3R6Ua&#XUiETvSBC4xNd_L-HTo?$%T|8l zq#WvE$vsa(oE9N-eP3s(2O05ii9iqr`l!1e$k-e6Q+lemsTZ~afVif$-=XG{amMiot$hRYeH zsM;S7B%m6S=f!1bF+8F$$@@*$W~HwPG(ip0-t{CVdaNnmK>FR=so_gd4#ZJ5VL)@;(;L(z8hTxW|cxgeKP3&6{LWa|s%{Z;3qpY3Bx$F^0#;+nbpsD0S$7 zIngHaMV#bqj&X_LQig$U(dgN+9XM?`FfaJSY62PWR9B~ne-@ivb&TsRPG4TOhf}as zyo=v0!~knoTgztBHH>rLa_mr-q3i+uZly3L>r)ls+lkReI2j|Cl2pF=f(|Z!05BY3Gimugr-yBD!clhMa8R(Gb1+vn2eQ4 zHg@{;S`x@Mn%O53v61H4=hm!H)B|xesQNBu*$YE!Dq&m!5smSx$}S6iL%aeS7|04` z8=fj|oK!N3nTCmjLh46{I$E|_My6Fr!TnuQTIlf>YGNMiNtP!7_Pjz^nStU6Ei9m> zQ}6)-(VliT@&e`e83G=K{Cu>E%lZo-ob@{%M5wO4n z7;L2gr-qzqWahU5EHdCG5FiTBKP(-AW_PhQ8H>8{l)0En@&V*IJ(84ylC>y4_A_jAyE1fyHnvz%%CPupu88dETMV;6hq6X&iiF zOdcK1C!xlCm)G{2al2K8{9cz4X>Ir2kp}xk1u5CI8@*WO^WIUn(?t_GfxZ*)@Du6v zR^MU165f3G8n#iNWoW4a;`xM|y(eeRT&#-dg1H}e*q1OnhG0?!8?awWs}Ea5W0-d?*mZ2f;MM0(=(LWoxahG}k8E1s^(+07?xoQrcjO83 z$G%19ABFf?Vd!l!U-Pi``f|7yP=C+m6-x>yfDJqzaq~ zn7SewdwF}Zi41JtKp968nb+_|Xb~n+p$)}68j&{DuSW-~vT#J1b^43hEoPm4s`Vk~ z{bc1D$r@`6uZ`m+;9>80WtfVSL-;b6$i6rYr~HHC>&|BCu?)qtxJxFbxPjPH zmuHWg@usyDhh$7|#UFRySPbLMa~&jNaf9YR9N?o!uyMprWpLmUTgrT26T4$m2``Gh zho+iwQ9fMrt~_IMF~kzp-+!2N?%8w@W|IYjjww31#hkw+iqtiog1S0gKNUlTdTc4>cJi?UsD(KiJ!nCm+LF^k28KpDJTFrsJ)vXGM$` z;uEnXAOKC>3!XY}89eZFn$-OzN5t&|D~*&5)F`jeR`zfl^7{vUWf1<3l{T0W&vRyGXK zz=hx`pA~KO3A|7W*o|ZS3f6rO%%oHN(#zOGQD{ev0 z?jTVJJAq;b0Q!&iSHiGKe3Myf>?Ig_;H-d2BNZ+an#b@|!jDRG0Pw}fgxZK$($oMr zYV=OKfTcfDzBM_;*P-h_pax5vYaDHDrM@3q&M}tGXqa+&+VUaTuW{?N*cTE5*$2MW?2{HR+a{%-~u z7Fc4r+*p?@OE4Z3LxD|GBHRKhq3JXh!Mm_rL8nSPY^-dI`P&Bmz3}&{7*9*xI`>J~ z44?@K%|bcsdqsIWrPTg9{HE_mEA(iybj6W49%;?X_xa7KygEmm>^*@r=5r`m@ zu(QN0LAekhRTM+EymPzd4BB6!S5SiC3tnKOTZc*2A3|PGQU-R?znESDN^V01p8`0E z@US9mG#phVCy5{-KDk@M%UKv5X8pe!1<3vhMv&?5AJxCZ84isdyq&#$xrk0M^XcpC zuIm`=2u=ld9^3BiLS))q*z|C7n?cWKM9~*DYs$}qw06(|^FuzK}o7;c|W3d<> z`Qi!e=Nxrh&M~gN+vc-h2p9Cnb`5cq?+oIkIho!t~~_Bnm%R zcaMB>Vw*}^^}Z8C9`>!lfWfw+`eeh55bk0BCN|owDR~KV-jX^y>Tn6zok~YQf;)w6 zKk49CmUkQ_?1?;U5vctO`T297@FX7U^YX75KN53vvzKTDhp0?F<%XsQ&m~K|r*#$FunnBcj_RfPQ6k_wLHS~XkKY~2VbXig zJ<|G1_2u6AHsVOYV>gLdXtdPSQR13zhPLvM1&ZlSch4|VdR)5~-zMxtr z9vPRPBNuW{$d<8d9k}STF{^Z>a2De70p~69mCmCChbUFF7i7Z5n_1TQ_066wD_UDq z$+i8nN24$V#TPjkQRvt)_gRq=NOROj_dfcm!`;E?^$Z(YOp>P}7juYM%qg1BQ?kmQ zfRhj_$llg)?2Upw+iYd@pd^*!2a#x?0|g1%SpFOn^{lHg$1M9@2VjQE7-@RwyI{pI z2PLl>G@#~*J^D2E@I-)*{>XNo&ob24Zl3U+EE)KA3VP0#jte;akHQu+cEL`2*l;G` z0k04oi(U=KAf99M^E!0`6D~#n1sJ`&qXg0BDG+Byw}bPpbMb#@GM{seaDa9mEQ8oRCEcVNzvw!!4d#?QI z?S2)8&`5tUNE|=Ae))-Yw9}MseCI6ss}a`a9ER6QDsyC3YFv+r#>{CkBhv3aMmK#i zwJvD*D#m4ZHXj2z<-~ZG$qB>>v5Mv6x`T+vO`Xoq7*U$*FcELK^FtdV-15pa&>aM7H{N6&SZ7NHx+^DE>xef`u7NzeW1EvgoNN(6Q$e6ZE!6ST@C0qA{VAVnr8(bb4*l?}7no82#Y@aJO) z9FH1gN?Po4sFbH{qqq`Y^#BH-a?yB&!>wVh9C>$;!%o#`UuBk2pm%B_)U0f>z_Ztk zyQ`Q435^3E@~kr8LvB0*%&CIJcEtX;z4gY^nYawD4sBYTF)`$EX?D}EN-ySE(6RC# zCSR21BnfHtq@_x(I`-;Dst*?`sHVY*gm0!S`M{Y;9|}aBC0Aw*pWA?awl(d&A+SH_ z!3gusL?Ik6wlV@aa~#V5_|w)Fs8~1R42zDB+S@Ie=zi=y4nG z^D{sJ!+3XRKF5rtghBf&1zmtI|~y;dunLFo|fGk8~xRVr^RVRaIFy_Cd4y zQTgVT6PEU>m9eyRJpHG_QItWR#Mg0Xd25omsP9n+dQXyAIHFP(;9(&PUrDb)8S#Ig zi1O*w2_!0)nky^EmlA`bMd!PeBo_we#9euArc!4BP!k?$dBtLGAr1{B1Q75t3lk~Zc3w96xGFPd;)f&S4~ zy!_%lNgDo3M7PoC(sK&>$BiVGGde)L+c!-*l5Yp1bX#je167u}ZLH0N#RDyeD`E(rmcf3p8R@^+@ zkDWmn%W?##wC00@6kEEMDzYe%+yj$V3dE+BAivyXztkV5ioM-*Wi<^BkN3*vL)%oi zQzM>FW7FU8=}Qz0;-F2UusD7kD!jsGN^r=@dH|UXA8~DU1g7C-l;y2C*brQIG;}1D zxj#ZH{|xOfy0R2Uh&n{=x62L7Mt?+mhypprn3x#hHWfEKj+Upuw59187|?m7Suqir zM<+>$GXx*$oH4Z}kyxyiZv`!R!IELVPXc=J05OYEBz%8b!IP11Br|ps{1KZqa5RC# zC4=#)GRP+u3eNOfF0WRg%gR$Q`RK{|nMR-RQo2XiKP3P9&W};Re|=%rGqu)yp8G*H zjnOP%9=-BHNJs_yxg&D?Jp7Y}GCAFcTL5>)fTF_Cs9U2u@L*u}UidE4CkyRmQ*dzn zc#(Vd#u*Z4o>1}uGX&Ff?CiHp8<9iT6WnqHMZ)#8-AtO01czmv$fg2?GeO(@!3lyF zSp3#@oRMyz(MRBVpyaeIam+hiMB+Q-Ui+NrsQV)|aVs$1&uUNP3vr7Qspo8(lhHj` zkY(G4y2`SXD`a<|iQG)Bs-*_Wr8Zo2LYp_Lg}hT51BO(^34qIiRlrI{m9P;YXdt1u zrI=3vw3l&fNd6?Y;%|NlMnMUdIM(KJnZ&d-%v?y`Xt+&991l=F+VbOVO-1!a72gl{ z<4<0meUy7asEb4rki6d~*e819X1%y>hRBoW9EAz0-a~t5;BSuZBs=%x@XaFQPCD&o zTni!zLDOB+AAsy1eak2TPZg49dI(4Y+sZ}X!Ma)Fw-UofVt=yHrCB#)0|No+b34kp z_yJzV96t!$b~iNOn`lI9UG`b*Iy*6+v^62ZSUDdFWWSq**;gAx0}N$;A_LLyU}5$P zDun>x8@L{ULKJGFDU-A;j@Bspb1?#aFqW#KrdgCS%0Z{efiP-i_T#Y&@yMNU;+h|A z!)2`0SpoVAVDKy23^*XH%sM=qI$eAng^+_3>p5ZzBnYng%s8K%g^yH?FX@ zW*ioMatXecxYs>K+LkPF2VhkEQ;rU_6EyKYxJ|qv#9Vnb;cr9P>$ZwdYJZ<^0^{HS720`Bj z#)83nL|XP$YbfB<5rbt%7K?iTW&l+ECQ5gss$nn!VX`<6zzsm8uZw6G?Sg*28E0jK zNUe+yj;vg={+w{HIC zIzMp?^5!`qN_)VE2_kftm-vnuQqS*u6ja-VE&E!B8~3OI#vDJ1O5$Y44D3{r6E?qs z>aI|R1CCq)1{ydSjAOAq%kf7xZ4V_QZDu-(FQNxR*V2$+A|W>lZ@Z9W3R&UNAtb)D z!g0HqjcnN1T7;0o@hhhA)7mm}M8M8~Mr02W^sNIg6K*?C?w%`*c#la&TGLxdbh|$z z3N8$vj^f4rmAr_@$|FyK+Q40IyvufU6f6qZ?(~K!KWKvIPY}DoR=*gJJ+_Pp6U1$_A-XXyP_@`p@mRD^OOz_=5&rp*sO2W@R0+G1w0`D?&O$pI;2l5;YOnW~pL}PhP}m9nIv~szlt%wPfa})aCzHxOfY=@?k8+OM_qF92B!k*F%;ReW2A~MQmpQlkdc%Hm^ zCbrGiYEqi+?{TsCKsW3tRbulv`hQ#BcBmqRgcPzlU4cMy zU{IbBvXwb#sW1>oh6CrLKC&c7dr*Ba%v!OQ5SmFNfLldb3a+f53ku2$BAC3otcWGQ zP5eHf4<$xX(MYyekBX*>C)0#y>ORy6)I-_cF#ZcKHP4PPQ{>HR)6W!Nd3@&fr~bc_ z67(#f9s{B+!C51M`W@=QAfbaDL12dGd~6z0P0yTZ;kJGLP=Uybj9!EDyHSjP_n|$K z{djE2nVz8WCv#VO5jfr1i+SLxK_bw+YqR#sduW)@*msuey)0?>`eR!HMLDZYn-ONT z>FhH%vL9WOb-~_L{g~-+RsI$ccFv_m5RN1?a0|7BIN*q{Aw&V!EvVz~cy12ya?71P zUmx}d9{Dv|8P|RP5}L%KjuH&D;>q+%c-%{PG6B_UunGiTQhlL^3e`3zXgIkK=UIG6(%HQwdCuYrQzO37?`spl3yt6eLsM{wu=f zOu>GsOhbC{!PZAez{gZD64mQJ`to>iUn5v(#rP&4)q?QtOUjUhf-{Q$5-5hlEC0JZ zdoyPBqb`rf&+uGhg5-+$;5>bSeh(0Cp!9LA1HLyq!1u;MwJ_|JE$@Tj zIkaoCOV$o?l(E!VWSl~eLKv!Qi-bv7S#2u#OH>93@ebQe9w(qRW9z4SfmKUrg@Frr z7$%*WQ^JiWBn{;F(3Fv4O)P%pokR5PwNLyyA=+IC4A8(w32i(dP;5rpu=5$?>+z-N z_O2arUn*1>>!M6?;NLC7zdP8%H2y^^!Y{S5s9QdzoET|k7B>viL*R_AemK{6Dh1x33qvd>VZxznGG!%GoOWDd+ zvLbsTEjf)jFN3ZFnTy;KbeC0B&t8x9lDDc$#L}~i80lp;P(6I#c}w=mN)E63EA7t! zbEfK?#6tQ9>|!>1y6lI-k-I8X0>3#I%7aMwL-|A9+ibOV?=gkoja`$6=NVdV#|0I? z>^qr@H}TuM5!KC=n-BFEh_#o1-4xCZ(qJn82R{ zcAQbsrP9Lwlosh31vWyyb6GJfTZ#b2pbmI!AapNM z*2+7_ez=YUZ#xDY4wClIZmR7Ja=NB;3^56EV|F;=zmyLmAE=DGl$QpFAFTN^lM!JR zy)Om)X3C23j^UEueAMZyl=ze9s`Fx5UUOrXs}Y|4;z%lIU_qJ5+>?2;=bFKCjhyr| zY1n)ez8qhBGF;sA;nx3~l_7n7xe>n5>_q?8Ij#IQ7GcVEt?RuqUXTmX&-JU#xtepU z|5(BkZ_nzJbtp>-!Z={eAI;v-&=!>~wpi0I>#%@Z5Uw7Fb&z9}kpaLGemBq`2wDX!z`K1z_5= z0#Wjujv{4Bm-*k=5vCc&!}kaWlX}06%V~X#QOua$1WX|cVCWh!JC#V$;9|Sz!89nW znKH8=qv&$&l!|=J77AjK8_mL!K&}NfkqGZZx`u;seEy795O5hoQ1&m%1KzN@r~0Rw ziy;sW{^&}10jNLlPBVYo8~cb{T2en-uFX>(q5xQzG!28dB+b$+k%vjfT?PCsoSyQB^rTcoo%6kNvT%uYxtPZ{i`%7J4wO!jAI`ExN;p zde05fg@wtteST^P!BfXfVJ%*5;S!fw7wzF@H3Fw+Z}8KFmAnsttNfPvrvwIxoqFqqgIWNm6B=Ud}n}>)X8;O4=#8oODbUe66ikkxJ zxqNmc4M`AW8FJ$Kjbj8bqZPME%xvCp0-;c|LIMag$D$2J(Ws;tZ0H9=z;_@A>vB}> zHV3d6&G0?xme9yWp_fYS8A)9K$GW_(ve>m0aJ-&8kO!mL2%kuuR7!`fxib~4E3?ExgW{kme>dBx7jgJ3e zZKusXWF0#6W|M@ea6nH!SohZ$uYQCXn_rnaGo`IKE?VZFKmfLUl>kCApQtXPk6a0Plwh?Y!)lGa&Q zP)czOObBErny72B&fx~JXjr2RDHjs06P`aiA)CQNY%eKt6fX)+Z!jSEviXV>d+*x5 z4AIowdvFTs%pRxztD@)9TZHD$|5rt`NCvxo+k0%lhx%XzAToral0-FcKgzJpMt`Xj zfPJldBs?onnQGqOb4DKLIwK7Tb7CUX9nPG!CoAoP_3F6FiCY5EB-E)%(uHQ_3i!j- z?#op6qKL_yBYm`nN)kOFd2)Y>)?gHgk;x?C;wEhy8@5Ib?6zc_AI>_6XpF`y1gY0X zW2aDxvXO%Ju_0123yCVnl8o{C+`h214jgin_bhp>k zopkf_NRhc{=qmB8Dd%XX5Tg0(pGNpx??eAvqT=B!tMIOrwBhvCaT8WK0bFQ_j=(|Q zUe@tk*IV&chDY>nI#TeEnDTN6wQV{Y9PL*`BB?*;DA_1cjEL>o@$%H9V{zXj?U8D` zLNk{cW1uv(GbYYlqtTm=9C5H%D1Yklk@k3eW<#<7gi6ptGLX5ijJKtN_XU(PTIPqw zfl#_%F?7s}TY)tthR)Ihp(0*{p7LR09e+oa+Z?zsudP$3@|x`?t$U6hU6OjPsK~~^ z^(D8})&yXqa%I2*(#~Eyl1&!3lXX)TZ)whrJL60pQ-%Z??LthsL-Mn{Q#t%v54Oa3 zwr~Al#?{^5tSkLJoe_*n+=<1#-nsDE#81Tw>uvw)z1cySgxq9JP>3d%5#J9u=pxyK zto|8zOigm^55C;8B@gq<4UL6eQp}d_p#tVID_F00Jyb#cLW~rfG0Hl{rDG2D2{I*P zvnxw6AZwM+eRLP>tG^w=n8VH9(^FKA z0RrI_gVGgLoOv989bKaR^!pnh*GOTs>&+)Hf}ps~ zBStE9*kWC4169`&$GWGBIzhOi%Pars;R`0L2_-?ox*Wn&R9qhSNR0&yCy-zPJfoJp zdgOr|Ze3VSzX>_(ifDefY`4D8@&5(C249Jz^D`w~fyDY_y7m*f@as zyt-g&F=FwiqcPJoD5mtTQMCJKqzN4QHX2Tlof-s3M)6CTXwGo0P+qWm+`q;O;k-DZ zl+4c0XJ)$WpfrQs^t!Qx3VA^Us6Rn1$!Xuwg*jW^k#_vx?zzMkB?$ajL z5WC}JSZv*y9iLXma#U14ciGNuU1TZ_d#6S9ndwm{5{Vy5j?XCJR3mA4;PTiW;FKsl zH$4lqqz5CdU>bc-H5V^r1YO=pP@}*l)U4+dtzg{H>-UJ(!#@hXy}s*rV}DnW4m{+2`QQ4^{luY^NXiF+|D!*UFMSyj~A z-Ke6=rxfVIiR(HC;d{NHTI(DOJK$@3DB52BJ{;9ot0QbX;(fK&-(9;AX8m8=sMDc# zAK9!XtcM2+E+5$u2Q%Tx?}!4NYXIX&5eZ-%-9x%&RXYrgJ2b##X~5pH($DKKWo<%V zE52hb5Nk628>#mj>LR{Gp}}2k#^UUNd*3)kTnpz+%c6J_#9a%Lzj5retRP}6aJ{hj zYaOEA_0nM0AL>0R%ld&lB>q>*FZvK4`e9i7)&JzFyHC=qM3%CYC-olTGyThtjcF$& zY4Cxt3h5NAfcs!Tk`oSW8E;-bU^fBh(-8r>QuCVIJocl{sCjo3f6TF;;jzUPvCYmL z={-x^c&Q@()u>a7>`}4O;7V9zQR2C6lPt*#hCBe^0EiH>8C3(1fi-tMlH+8=+fmK< zbh#G~_&k`!*L*nZnaa+%8n1}n=I68U=S)Mc347oGnTY%$e2KKHJa}5h>!|@2a(@66Yp*;# zyo25NU-Pnl>DUd~JEau9sWAWA67%0g}4jGKN|E0N=Gfmrb~w>%4iO{Y4L{#Kl{Ky)1?D` z*EU>0B5JZDU=0(CMVt>`bodl;Fy!rvje-z1-I9I1k>I);?%Iyhb#g)#6<|V8qkvx9 zjc?o$lEI^>I0{ZTt0Qz@VhKX#h4O{}Qo(~1w?s;qf>e}=4tL>9;DIA%??%TH9p#6R z7#-*fr(x041QHrbl^ML*->Y=7VfH@ZqlW_EH=(!z^dSZBi~;6-zNn-~mR5^w)S_vH za1`K*PX+)7=p-erV5MNs%NE}N8#NA^QR6m7!s0LjfuoiXa}_%0jSC`yk;+kt2NP2j zb%iU)IPmr0>yP|p)l&YOnhv=9)DX;{adjsjUC;MR#R zc=6KPN}uoqY(XO%<4q|4<(wi))DoBiwW&`nf~S5N4yxZXv>ZjVe*r#Ei_cK}(s6*tB#jbc2yWWl7V1dzrQCHLlRIQJx<^@A+s`g zAg?RfX9~dm3G%2YtDY@lt8XqgoKeF#NvPhA6CZROH zwubXGA$0EpEehN1&DuV0><%xa!I7u}c`!d2jy=zMA;M8P7l+BVD>DVTrgFbBk(ARY z3oqTs6^_deSRyg{X`?>BQRXkvH40X{47k*gWsuBJnJ25ShpF;ggvd8zY?mx4)sj;z zb?Y-}`onyVwPI+_Sdh|EDr@HiQ-Nrp8W0VvT;aSS!Bc}kkXL5BO*ROp_6_}cU$w+} z_2PYQ+k*3}{?10LfNcX6hs=F3+){sPWVjm3nqN+QjTVDFxCaE9)moS<`_Sb;zQIT1 zh~emGHRcgOeAIyO+vVch>8F{V71&UdwYy9Y8QR^s0%QVB3?A8RAr}Ga9>+F5@{dA% zhV(1$ZY?tXD}HGnx{g~dy8Cw_IP#bHKBcZiJ%M@k6v8h#Nu8bzafr=Hj`!-2HdnDg+WKP)Zee{#nf3R#f>rU3SFgxYH%^JHGWF)fOS zu2_*`*xC!ax6)7Zj4zrW#UN3yM0G5oBpB*(R2%8MMGR*_pQgFBevL(4%BR6;CjCRM z)Pmjr=*%Uog2DOCR%sun0sX(@Mh=N!P|Gog=use^bLa6?bh(zIeA4kh#=2EV#@eoP zO26$-SP~z1q1gx=BObM1jtZ4DBbVB894xkB3xEVR_Wwa26dOj1Mka;Dr&)w*5;5~G z^$DLK)T3NhPQ%i&H!P$`#nHrBIj5J2p<{1QG#P-WYXMd%ppb?_U;wLf7tbvVfj`|Aw);&L!l8tH+ zK2aUlF(!`&!6)F7;GBrNIWLpC0l5*Cs&T0~-bEgi3V*e>HxavGZ0JeO`Iy0zb`WHS zGnB~R0JKy;>!z&rrzWUhcE0ZYYv&>!2!CNVH@#Mh9DAMRST5mOk&YxDJxNP7y@OHy z6qA|PY5m?yY(V6A8}^=larF4B9^G1la(yJrK}5M<%5(Xj4!aEKu$gTAVYL`oR`yN47!`{FBKM<| zUXvMTr_^*6)4>PE>?8q9t(BORt~WPe*~Fr=1C`YEL(Hbx7uoe0C3(K-faRa`da?-L zSFAIBeLzwdeO#VW?*-%7_=~cMh8OF;3tjyvN9eJy+_Sh*jBKpPNrMcb=PMk?$IY-9 zo)4%8Lkb?y^7#?V&|Za>i(t6zL=^6&WL7Yb$}G;U(S((9rD<6skFO_Z<86yj;@|r- z92DeiW77h?3Vjsh05q*4^IZcUn_bjpr4(MyZjok^4!wTnQ_hX3;@#z?T)s~y9{X3o+HW82S#cJG6pIr6wXz_(it-clz}`JwTm+v_qy z$dkNYc_4&~gMy>+%B`Ou-bos7?T>c9R*CxHW{0RX(Ee6&A&S33k2`H{Pk8HC$sh}2 z3#zv6&J&6=QVP%|;@1UZXAkOAhI-@_8)NVKqK0Qmo~!)}-8gj_-?C}ruXN3yNm_@J`24?pEDUvkhzBp>f%T=G|0)LhPc z_Ibz{uQR`Q38u+8`ktk9)yZE|$?mh_NMcWerjvd0^S;g*J@`3jpOd%1=$xds^921m z9iGJr*ZeN-e6H{iRVO#RW)WBG@X(5@W{YSRcOr>WZU*_iYZcU`mMin{KZ}s1jFhq( zq(O;LVs4wM>mZ)hDEG9lJ*)sZ`1{akjZWNopj;@I7v%D}7{B=-#$8~eAkxbp>&3+Q zODX|LGaywkfuskCy&{wIZKXR&6xuGR=_FECF|K65tML+gBI`HO4!!vS;qYnZnZ-%G zaW37rAOj6tx>YYaq=CUS{A!f`54q8!bM+)G2F%{ti964`W?G?5E`ha2-gGBWuo$K9 zQ*wEh`9@u`2qWc5X$??#vQuN-hJ73l#-ht=U}aXzhM1;z8RL zmX$VEpwy{7J@d1>yo`q4e$s!aD~$n58XsU}Y$!1XZ4FUtw6=DMQ78obiwes%QJ0;8 z(RjruV$e=8Fx>OuGbf+MiTt&eo5i88WN(sw;jjPy!>$CTLD<`JB`PG7c1HeLu_c0ewdK57$7N^8@(X3f4x%ES}cx?GcO99bI zvtrwr(9RN$_@5udOVmw#xXnf)R~K9^WFd%yI72+qS6)P4>(cK_IaRO+Rnw zTS78Dk6`Ku%9e^B0tW!{!nzG0gSR7gw2H$TU&TIS2u+G=5H{t%5+E>r5DkDcp^o;) z86hXiJ(NH#oO3bGzJM8L$kJ9%lz+YXe+sZL7wBea5QYEcdgGcJx2Wuu(?ZQ0%8S3B zvl?8BuytdnF<{Jqp3!PjWs<`W*Y%mHrhMIzAO9%6`uXI^Uq4Y~{WS4tCh@~*f6jm) z50&VC-BFr9`IGDma`-9glX5?5!=F^rVUu%pB6io%y4p!t;AOGj>=k+@Ha4z`m^86u zXi5l5hy*W25tPMUaWq6!Ad1h{Xl!}vBGR$ih{Sn-jywn&jm!yi!pbiGejj&@qR+lR zvO5$lQ>yF5j0C1rwYhm*-P|=UeoMnl@G2&kTvF}`t zjN6anU~69N82AtmM!zYf2g7!2PccJvWDO;KZN?Z06%q4laIrp|8qi~J`}zD8RB!uq z@OQi|$VRMxdroiT_%pyptjzLOpyL%yxMElNXC)*kYYlR%Sp}rSZR2N{oQKVn4M&Wy z?^1j%0HvH%PpdB^z`C;f54U|n;!0ZWB})JTv#l0|{r`yi#vn<$w&|Un9ox2T+qP{R zJGO1xwr$(CXUF!;*Y^`|#1~P~QCe*Z!pxFsq+uZOwmUf-en>HSW`k5zz?1yIF#=OiTf5DzFLpodn|ToKkXUZ@5q=LbxR9e7_vwK{fA1HTgSTF~b2uIC4>X*Y&!(r-OOicLPnp?91&Ddzn76?ts z)6AO|^0e`x|NOoe{oGHC=uIE~%$w%HELsLfI?wGl8%<>FMjsyUcNSFcUq4;*xOSpM zq1sh7ajy2>UK*y})8(f;E%z?BY^6~TYEkbv48U=?Nc#{{CvoE)yi>wj%-dWSHNu~b zM(~o-e5pLEfs|m%T1{Aqk>ip69Me{=8d?2A| z_M;A40v_>rXI3&6+gHj715$L-a#Mw@_E!{J$*d!3^iC9GQjJegK&@N1 zbgsX7pd?`T_k^{k;1e+p5G_SP;*SGsE{L24&dT!CWnWXHAuUOIZPe?Efd;hg5ssLho&M5{_gChWpkDi9V06F^GA$x5!qiT;$OEQ7lFHJ5^C;xe>`;P~q+soYIf4}I&@hST z@633oW$5@=cvso!NKELZsKu>T6!|7DD<~72PwOg?ZnF~UO{;vOBr@^RPp7rOkItZY zclP1lz;Pu~JmK6lM0hf-ZaC1{zdtzQ)HrHhTrfP|G&9wm*}{=b4}H#Q2^)RQ>`rQ$ z5J~|YlLnHOip8VtfP4~qK*jaaA#{tdXBMD%P?*9%%mTC;@TxzIKmrwi6@ICH&BM&& z5v5o?%p&hAz3NGZYyHaH?4=d|`7V%~q2txj-rmvquV2!)y&G5CC7<@rPMr%X!);cK zN8u%cTy}#ub2+rJOR{hQGsk;@~ck1_q_+P7&4c!Z%P>fD3Sej+i;>G#J4&5gqsC5R_`N5bE!dRM?0E<9VU(5nC zKp}8t8vWRB5t2W{Z${ZBW{qoiL872!-kh%DbK*g#%W0T@EmofzF1dF=XWzK?7ZVV3 zVbnup2PEn6nDD7axY>=_E6goA8KB1LGGEGx9VTr2`#t!rhr^_^Fel;R^K0P=o&M5Z zk&enywk3g(eVy|(*hw)Ac{95iIA)6g+<*u>V(t>{IxZ$MTH&noy{_J-H8BjA5l$M4 zSd^ehhhYdHc0e)!h6*zLu}kG$3!v8jSA8r+5YPL2{yF6x6Q&ECYhslhK&rbl45@OG zGC1QOF4=L9{-Tq#a`+%a6fsWxuE-iEI%(wK(A%QP&j&`)vU7?KJkJ?IZU|v;9>?K1 z3kTX3Iw`JkZp;hn}DTriWsaMMb-EeC}xx2$WL1l{##7>^YaA@4%~Knsun`CK#~t$^En3_iJaSu;=I zba)AqiV)WhP`FUKBD3iG_jQhh32OKmVz{TB$vAt~VNmjHL4qY_ceU*5X&vqxy=Hdn zYA5emN`IKWsw2*ksBTX?wd@zxys8h(SxY9@74kxP7R~55F4qZG*NqscO6BWaOR(VE zh0YO2uhHKx+p0P_?CXSbFJjI`hHyqVMC!Rh_#R>)o;X%y+3n zd#?co-g5zt{O%8BQY=jY3mhP0Ymw5a(Y_qvf5Z7ZxJ!!=eeEcRWIZ!^QxN`DmR^1g zFB19>fT|b=kB9CAj4bReOA&ZW122$6EJxpnzK_>`7N0FJXRzY%16XRo*KZZGMro;GagE#7tyk=j?LfbXll10Aa0 zX9~(PxzJ11oSdI=wjuWGQGmADaMIt&e^taoUT{Otw2dXK5V=ojr?ENO@IxRS=*Y5ru`Lkd2qww-!SnH%i|--0d; zrdMaC4@&!Aq~3tLM9`)-@aj<8FB8)p_FY`ni98`h~m6VS>;-@2wFQ5r^&G>rJ5+R`5 zK{oM9omE&q{_BFc(~@kw`%%e!`^)SZlrZ!K3bw8eMI*f1P%Gq^IMIDnJZcz6;&Glt zBS-GXndNW3ctll?!b*m|(X8=`p=*5x ze7w*zINeIebhDnsyxybRG2Ny#O?P#uj1X!9D|WPEoX-P^&b0!zRQb5PEkJpyl2pj&eARku5L{DPb zMRg0_waQ?WKb*cL1tO|AN)KtM^pkV38Q@hp!O|IgmM>6V%Kf5Ogd58lb{KqySs*c0 z^u-LcskdT~X**C=X*L<^{zm3k3w_C3`{mZEe93ofKC3)3Y1Zt2cziI9e?!LoY&0JD zRw@WPPq5&RjUbU`7ZhI@gV#{y@wXafg!l^yFr7vl#%E4pSv)#%V97+aWJU;hZWn8^3iN9p6MOD!-Ite)mF{$&%n#}6FN1yv**b;tX{dtHxWi5T+z!*kP zGJ4j8{jHeDsI1nl>i`dL9j1h%2OYO@5ZrN)p;=~xmv+Ec83jC0GoY{5Mna*0H7Pa% zR1LowXV}4N%gCgMJ%{?6D=o?uS0!Z5a;vlFW`}?9ZjT2;(e!i9x9w_&Ai$@4XK&x} zw*7-IQ>O+j)w@HW<-35bZCDs+A0aY72QY_m+qL8PeB&$4>%~*L{P|NfG)4*$$hjX0 z#j{@)-pGAIeEpyiVGB9l;LYd`G+DcR&E*A{yZWx#L!z-Kx*(81YaE%U+?6Lo_Y|r> z2_DAif6Izjc{Moh_lJ%}=TNa&+P1ndOSU{X(h>pW>&P%7*V9q14Y%tCC=8P&tKM{`8Hw0d&^CS<6L zN@$N+yVpaK&<=*X7%Wt>1n+GVDk|W5*q+7c*e)+5>TY%7IeR)^yd|A%q6#lNDlIGa zeG0iLUYt@(O-*$XxZUWnF)I#pok_Un9~qg{Q6ejo3S8*sp8V0^ukVmvj)=RqOP^yo3@bWKcawQKWDc8$thAKOs?~iA z)iof@9pn#-B6j6WFW}8H+d|?If>yArj>7J%p@4!^dMix^aO@hFR$O`=`uAJnZRYo9 z-E@dmUe25(v5$@5l1rnnUX>t#^A+(O4r2#Q-7MTe1%a;JDQ_oLhxjMDg3r#5_+*~kFsZ<;9WRAp7`ksKb6V?S> z$hD-4W$Y%ySN+4a%m_@KQfXBa^%$Z;(@u-5$LMwE*(RV*=yi%OOrr3I+-)n5Z8=bp z_a&f0pm7Grqfgm8bn@O2?ir~^3h^Px84G0q3dvIw%ULlun z^~VW@Kt!!v5ps_IW1)c>gD*4K=^)q_EPG!elE9e1-3b0mJ*LnCS_T2l_*I03i&q|9HZx&H50klRu+RQ0 z#;TtRHZW#6rrczt+NgQ#wOBxi>joW;QI%^AmdY0ARB)IsYhwK^kb{QOBfpsXRJ%7* z)?vuN*DZZjBuP~mT8cam8>t)yiXyD7Q*poS1nWH*#9*E62vCH%mb)X?X#C!gJ+ECE zCvI165>!M=B8eJXrB)p$ZqpPTx0KRP6X(_@8q80)t)Pv6ck4pDj!<4KcjS2=lLXvC(%c$vCq_B73BzzO zmR3=V4E%*85t0QdxKr1dxaF-=R~|^hYjd*H{hlX$)R;Y^=-fFr-bJ5?!m+)7?8#9Y ztzYcwD#513OA5~ZeIea;$J~zWoch`;GUcwVamz#*e(XGg@;;5%1od68xauBC@fuSY z-LCMBShE^)*o7Asi*Y;0N*!m^IW9Opxu!hlq`|2gmA$`t1KV|mr3TwIInpNDX}x`B zIMW_kd;Mx_J}ZHZ;?85Dg3yX>Q9Lu3+-iYsE`)9I=3{rAcEYIpDbjb2LyORh4yKM%T_s1H32U17MD#SWC9W*wslMD@>txjdIkbSkP3E3$o z9N>&TS7QT&E~-s-M4h!1GzSHVSI&Bw0~y>`C#|g% zG1IZKuLO`+Foh5o34ms$r-e{O@Ut(+bk?j`xRrTpu4kQZTtPwPwK<1zxD7^W$&-{J zKh3|FSlh%SMr}R2^;^F9*xWtZ|+#O@?WrFU;aNJwP3-4+d zqk%pdCC>7<-HM?GBTQUEM!!`UTum%q zne>-7fX@2dpvtPSaJnJ{x2;P;q3p?NDC5a-t&8@10c$zN zkCs~(`S*3rQn23=|0ejEDFvv(pDN8-OrY}U75KSeR|c}*xHSs?e$HYJf4IAFB>p%{ zx;YcuU2=}8qD_j;{%YFb?{i8AYSX1IK=T2*hS2HTYEP@jq4nvqhD4xSDH9ZOYY4zM z|6?pJtyMGx|N3j#XT6%a^RW>v8g)ixN)Z~^qt=Z&7{-OD--wXCBZ(sBXS0{c z-6G~od|Px(o&jO68(42`oq|zKY~mC)L}oPAV#Pn)s{q2-?rY#A{gCn(7?~*C0~YHk z+_4GEy+)2ac!SFQqayb(OeCaa^RGsY zAWEz2AS}D2k7EDy&=QxSMM57fB4smJ$8g>fq)X4~U=TSky)fhIKI#SP7#^h?4?jQ^ z>*|jZG!eJjlqdc76su*8W=MM07eH1w`g@}%wQs@1`bcKexDpm8m_Sns?a`&TZ87)Z zbcN@c3wux9>XTqW8O5A0m=v+bBO}pCi7v^Z!-6;Ce+#opW2^i#Z(BRdGdK)^ygzOoW_J8+RCwa8 z=s7c5Mx($FxGk`A^`WL~a2&PB;MI#-Sl3dXCh{H%@YpE<^O(c*yQTeJrrzHsFFVUD zS!B@g!V(H{cU>CTTfyN#7|!D2W;VwHI@gPPxt%EN(P;_})GB?NAZrk+2Oi~OfeQgm z@}RLZl)Tx7Qj3tq&!i3@Me9s&)nTBF8; zAGcv{!=DFq;Fksb8*a4>9bViO84v!y9WXXJ`dW>ds&@DRKhqEh(cyN9u)DJrMuutvbnifHtl2;?61{E2kUT?;N_VVIR)?yrI!osN!bkenK0%-Nh1(!qr zmfsaNZ3EDK=tWIZ0_VEWZ<;c6%5?Hv-%^nhN4s6uffL=jDH)b^Dvk>W05LtnREJG&0a-!X-!R1^=C^oe> zL?F^l%tXPszI_}-#dX3yqL9|)Q31i7@d5(7b=t;#vjMN{6^wK1hsRdvr(UF(Y#$E5 zb%fcCZ@}Z0D5G({?Q%XtnY6M!VS7wE>=B}8VRxEu{Ups@txggRUv4*uaMvi>R$$LAv{trwJ9y&~M*bm4egSC}$o7Ca zWN{<(&SW~s$(B7Zao@WaYwC_wXRv?Y`$3hg0=iP{)2}^Qu4lOrFYyI<*s|V1uxyHb z%4q`Gp0ohN^#sKQnTSuVxTlLDUOA)S7($JzA)X%;_Yx*#N`6Q z{=t#;3eE5}S%+O*xqR>26MdEoh;NTohX%y~=7fEZBqqHn;T!!Yb~c?*4vEVwZR{#O zPOu#K&;l#5fbSG0wbF5>u620d0&8U|;DT?M>^I>!5Mxqq1yjB)W42VgiuW8wi)pND zQ6f<1e}OcvQ?A7vl5WYtBfWdUxQ!1WP)bAlMYXo^Z=u~f1tP4Fk3tQ^9FPG^YWZiK z3E{(F4amOGAK;LXLT*yGi9hwr^^(B}qew#$4}-(}`#jw@?p^A#31;9Zrb3h*i)UKQ zk!>SK(FLdOLBT?9&jIQCbKn@AwB(ZunLl?_9t4AQ6$E#TC4F7G%*_aF(q+oWGNXC$x5Lmp*{JWyl-@6dMd9l zhCP=>Q$lLLe()7sa2)g{AX9+eV#lUny{;I3FmY^&G^}4hLL2mOIy7*A_$JL@O%5Fl zc(wus@yh*dJjeRS@+}PW<$vgtRw_a5kX%R6jcD9$)t$ZoBTE%f`Dc$^ekawPsiT=N|E_XLEN zrbjmL08M8Ed?0aBe5}_9K38s5!2nrG+y`!^67UJrL9F%V?|ut<2M6d21^u87e2URX zMhTSb)};LO33Fi>(hqYWwzmo6{^$!qV4Meb#%K5$a*{GKNJHRgP?&4g+#`^iqC-jy zse}I7(jX4$M83%(1qA$NV)aDjp3BUfVWA%Qs$FO>@5)G>RH8<;XvMD0pj{kq-Wi7{ zMEj4@qQemnYBXec$sL@l>x)aWimdS$?ElB6<{#=W_=Uc}Ob^d-+5A2GF?s@t)Qy;u zWQ|Kpduc#Lxxwm)e$aIk0gv37=s%e8Bru-J1w~`sacUtrmAhz4l=_@gDCJe^%oMe! z?mn|E
      oyOJ=yKEtgNv)M~Bb5yHXBtH6#VCP-lg*XZ9>Q`BOpqwCoc2M^AWN3?8+jpTow)LJv;l`@}IN?G;K(XfeZF7 zOk9H^UhQ+7l{{wFL9OGY;MPgIoPsEjq#9b1zHHGys0Hdrw})6Y@du zMcT*`c(p34vw;Oe$h7fGJdbR#LAzVmow)APricOY?CzNwZIwLykH-PeBmg@o*WSgk zgiFsUmV3aYCgl^XR8^^Ui(bhesuAcJsf9%x%-yznP20U??B278_(KOHUHx<6QhLMO zhMCj{=2)}!HPO0fv5Bp7`rVG;l6;Xoxhfu2cbHncpQEp)UMSilT40t=tBQvtOqg#* zw5fb+67k+Jm|+wkDRKKZg>2yPTPMd28`U?J?3-53I)d-MN};JrJBabplZV>pfmEc<=F~5-PH>fMFG+(A!l%638NH7+q}9 z#0@yzjIZQuiW@iG9cu0k@<%fdV~%L%>%m%|$3!t!|0{1$bEdh5(=9b}?7>{P)w8=lEc}%FYBBY5I#GemfToZPaHUM)Fi{$}cI$KBaHZNd_G` zjYz30Q%s_`b__2&*0-z2kC@C9M}P5?BzhxUke&k}dit>RPWdSM*ze8mS`jaPdt%V> zh;PX{qbJAWvoUG#1S6g@l$rkHtbR3Z!ssY#p*sw(P*)-r$Km?;c#%yO2gl8l^Y*q7 z(?R;XdJzGOVfli_b`IC+!on~agI%#7ESd#r@jH+W^&T>YFBMJzZ%*KPU#b%Y9RWWhf_2&zZ)r))udW0t>7=1O1ofx%s>_gF4Aw=Au^uE|74&Cq7 z7ROS2mw`?8FzGW8Ri502WMFPI7E zu|;>4U9=N_{yl;Hcw=*{+cahDfkq-??k!Iy-;*-U%er7mI}DgQgfm+;zyvEGp;F-@ zT&)B4O0vHSV$0l2^vP#!CWolDALe%78c6jH(RXN+-bJ{6MiUBaK^cxga&pmmL0cqt zXco+;KnLrom`4ah=d-#>V~vui#bkn`qvyp(o8p6`Wn?R0giy1RpoC3j@AHfj8?S`% zp+fW6K+|y+Bs}Y6*lv>$01Jp&;qYMBoYn_8tCzANr*Cl#hTr-(&1`51DNTBu(Xq!c zfmq$VVkL{$9(&_*F$*MN3}B4}1+0+?Ki0-W@hVDG$GxnAF&=Mn7PZaLzZxzdYoDaB z3kSoG3!H#(y`COd9jK8sa^22Wsla-o^$M0=T1~p9+p{nqy@D-H0J$*wxe;lx<7D#1a$t^|Z93MY*Y%R4K{VnV6-DHOUrsIM9NHfsm!rmGf@Wvw z$vfsh??Xo@z~Sk$SD^1ZuD#EAcppV*h5<2w6rr&^ww$fk+2p2GYPIQCzvfKppv+yBUR12|d`=t;^vRLdpxjBU{*F!X>UpgVSa^2VyI`4MniFqk&MOp?JvbVwhRCUHl($1|WIc1xNu zV3ZUR>vqS%p39YvCv<5o`sPmM#u>kvF~9p?y1M%=&H>wK+)CUE7BLzPE8O~%e3Q$6 zy1OAae?o{UY?5blLE?T_u_Lx4ihd$MsIcSWVxTn-AUOV2I*oZuYL1B+b)G|hQd_kt z;mIk_Yl!E_LsJ5DIiluv&2LhDHG3Cnh z1R&{;`hH<4eW=q}3JP6q!rf#TtOztN+?{CU6s|s4G-Dj^vNf|a{mcd}3CCQC%SJi9 z=yPg}`2Ghcz^V~4HJ3_OtoBakb_!jXJMV=n!}+MvogvJ$AjQ#XdBCj6E23UQ^TKB+ zlwV>Jr===T$_tZ|?O!Drd!F`4hqMSF{&^m7%VquScoLKj$K8iej;1_URR4Ki)awps zZ-s}^9~4vK*e|jPFsZ7zH3FpMq%}Nei5O%i9^Cad($@m68VQ@Uwzd<1er#;)WRQsA z-*~X_+pI)OHu59$pZUC>8DLfc$pMDCZ;`D!j%`l^uz%Zw;EIs)UmTA3(ErWUhe)W} z0wxtklPq9KEL?07SBr=M66`gEfRIhf$E7TMI`YFhMo#_xl^Yh6lpL-0yJIdbBwk2QIDllP_zC#r|flc{}_8CV5TWT@=& zY?K9gJ|GzAo-Ld@zsk+|N*DvK`xFadP(vu)_lPjfEqR9SSJ`6Wo0_a154^W%;N{aD`qk2b`Jvo|`V#X__a_rTe z*649(-6SqK_lesUVA+x;?adKG(7eOK?J7HH75R?p^))LegLw+SNqlq5Q2Hr19qv~V z(rUqC7afJbE)q3bry3q=d#XT1?XTS6z06Yc^4Jl%(IgzMUe%5R&?3uz*<8s=E(TmJ zCKQ2#8`Co)8KE5c?b*Q@{PPCa1E_m(8dfZ+(5O1$xXFN7=BeBlVqHxS%&bsl$!S}ZttpqY($L;%xnjK=V^AFhDD*$kr zhBK%`n7#7}$0~jlX=&RPCHD9W4Q6Z2X5q}iAG51ZaHfdY`FgZ=imAD;?V-xYQa|xX zc7{n-zv{LQM{&!2h7CVXjf2dUkxXUg&gO6X8DQiHP^Pixuq}&7?ej;zf;ox%)}OCN zP|HQao16ezcfAPxyzByow8KeOq|}j7WL>^n;Kcs6I4c{G6nr2&)fY|&C#RCGkyGOY zX}`f`kaL-Hu9U~Mvy`j~O0_(@cFca-fCs&-g;7L_fRu9(+BarmweiJ2 z0X`` zQG_F$r<($!TM*_kFb#4+=p2+-pof_;g@`z@H!HHn@+eH4BF>7uByk(|^;2!#4auq~ z^s7Bh(R36xO1ibW8zpP&)zvD&8x3#uclyzY*3J>VS#EXn^~rL90wZwKbN%OLU^}?t za=3iTak4I)d8&~zWR|bt*sgYhOIAdJZ**Y?yHB$V%jp~RQ>pE z!;Z*2g`FyAjc8Z)tl2U%Sp05WL9#S*-;q8psOOZHedC)U-=?cDLX}3CYyNa%UP@RN zTOX>CF|9B*Gw!>u8(CD|)}fd$Jx&6LG-ioT-`28R5hUQr<<_gVE~pSD_WX2oibz0` zcciWcSlv|m)!Uzp&EyQ6bsp^pZ(_kcTR=8dgu|na-B3SNqss8oN_AhhXg9XwzO&DQeh(LexP4 za@h;LxX{amzF)p9FN}y1@W$0mht1ryBr&58-{b@ zeE`J&Jk$bLHN0}1wd=K5$Uzjc-o6&%{V%9-zeB#UmfTXkGgJ2SV%tX{$JTVl92N&) zM`)Dzo?sOWozm{4WYbqHNPZjhXwDZhEv!yrLO--NqpgmQ#c99^&WA^(!mA2U8E&b& z56v$GhSf8=%2#|F{6F7__c`qunmXe2xXl0{bU1Y~sfQ?Dk+m=^L4Ywf<);yS`c_C; zvRgqM*BLs}D?F9T5sTzOha*#y^8frJDLG(QX|TaxbE1+P${!^uuueVWFm5w%BSN9e zye&du9J^1lmNVJY6kLe}uEvze!!?^SL^=&G0pK-fax|IZe=on1 zX^K;%65XCkQ)DRqUQRqsC`}dKl; zZVB@l-rK$>vIV`4#^H8bpeIjG0Kbx}#-6h!SG7f(p}UMa)_1IffW1v1xxyAu0zM|f zH;=H7@<#&-9RpuoVxXcAH*tb=<1@DevRgWbp_Nm}SFTF5PDE31_ILhLnFAVKH2{Ed zbsbR}QUr};A5k-fN~(IhE(3Q!bj#j6^y>v8lofK{e?n0#fb7W^eTRgLKgR zpt><<9h~zBRuD;EazmOHLx65Q+Zx&}aOWhmZaSsLC9|i?JsGc9JC^?L<(4wKWzfiE zO~DvkkQcW`Av~`Sg=28%TYbu zF3kf%yuresf8+`5Tx`GGFF#>9jq!&i(B zY4=6O1hYWSA-Eumjt*Rn~>~c^m zam&@2RVi+RVw{wV0L~YKhzc^t&%`Ko%Jv;^7SOAWv>ZG;jg-t ztp7APQR$|f$$hFydx?NTr|Pnjc&C5JkV8F{<7J-8ouHVH>oLWVS62xPdFsrbEJ~h& z>gF)7GblWx^EH8T7@E?qq#l#bIG}bj?p8#dvThm-xO^C0Z&uVKnhscx8K72g!zu4U zVI%ini0?rGqe!&DG{_S|pGON2z{5Lxl89U3Knl)nKBa!n`P6bVi6? z)Tut8k2zCwW%d^G047F?8G&%U#=vbyM_$N9Cw&u?4tyHCC(VUmy!!P2cEDsSKkP$T z&Nt9^YgvTwM#GTXin40S{&(acGn0rigZ)o0^}7=`K4G zxT$burF)pTz}g}V2ZzR1W!oF+340&(HKv}>|4*>!mfU2XpWWc(bnln1Rb{f!ih~~bm#|buo zL#4V_xU(U?Hxas*=b;2@5DTsiePbcid+G2LOJZe&JC7cEtYnv1^^FI}(ln+*4+nOU z=5Iunq`e!SJHkH!j`Fx*uCOG*FOg@v5?yOWXiOGeY{qS}XYLvm;WxAr<%f}^Jei$7 zfjKgJo}gdIZfi5grhLncdpoo5O%A;Rhoq-uYG_W4y;u7C-`KB+Rf(dHz?%kb0>mwRMXk5xE=8>L7Re8~^C66A- zL#Ya@>wBp6VS|A|;wVY)(r?3Yx^|!ADY_a2N|B!ppn-&4kIlqJCyuK}ejHzoKCWrtSC=9|ao$}KBAPjRhB4|>RvRaSsd;I)e%qM>a-G5Xy3J4@cToGar zaCTyroRVkwmEbm$eFA#$ZEZ0LtjMr9;krjKOdi^c3doasFQrF}mH1mt8OD6H1jcK4 zwPL@K(PPCZIAx&Wbn0T}Uc7!6>pR_ZWXK+(-N%VeJk@Emc=?Z`vnAwRxciWS6SM+? z+>E}70q@ziAY5%{z+DpFtc=rB%Z#Qwn1sYHuIcxi2iC3Q?Y!v3A`E zr&#j?l$tBP5>jeqK@Qjag!n12P-kabNOT)ETX0en&{AbuH7@r5WLx&&jDspNYT9_b ztlwCY%1D}!l@Rsi$8+{J&V9FhB+XUK`meMZF}@@k&>+rMJ!E%no~I?5B-v!i%nx$H56D_b+>(Db)_jS^7ny+3eHYLr038xum76~|4C zYe@)P01p;--&uGh&b=zZJ8tcofkSk{YXKRp3*ar-4ne6(;pSo-5D_{>k(nPjNzuyS z{pQsK>q$|jE|=dQyv}ZrL{i2eW3LDg7|x96vvt5bJd{ z!G)(FGwF$E)qf`h%zom1l-NY^O1aw7^`KMc?(U1K4gThjMDSqtcfy<~O4)w-xWLNQ zDij|ji7Wt#QNrS=4h1bWc}9m~yE!VW_$)b(bZ91U;)U-LaP zhi@CF+`U`{&aW-csbOFH-`X3@?MNInKOi}!_H~Ziwl-0m@xeT8zT1mQe@Fut1l&|6Cd9JCs2?^x7x1IBDBL-~Xec#Ggy}NL??w)e1QjIpj=RU=9 zTl8)6ZTOA#8KP5-$7tnuBf2nU65bjdXm>^p0zIN{0&4Wk@wMVBwUxG`yIiYv8|>Hc z)f1hfsVFW7^tm1RbY_o=t2i>^Uu+-3QDHfrEY|AV{LR1BG$8V=G+G$FGd8B1N_`(_ z94bO`=wlyQ$payh6lDNL4%tiE)JLb05qSLY_;u^n0(fc3sJ=?wnk2OJa2LZs{Rk!m zZEeEo2!LXuIWX86KlP(IrfUM1{oS0ril`{c{BvT^Kl*ep_K7@N1cnmWIxp4nI_kKX z5fueeV_Nv7j6@8*aZIUeJf3HeNcYH#R%tA2d-lPl8y7qN8Lmwtm#8-%Y00>iBL|G; zVux7)%0pClzKc(d#@bn)g7{*)!bsSrp~ar&lxXMXnAiyr8o$xo(hy>TD^2NLr3t70 zQ$;FIK2m3VtLF<5fx`J6{l%VFR$#dmZm#-di^b|p-MtR5klHhmN|3giI0 zk|&Ad6wc&ynoz!SuR2i)#dhVB*+gYt0E~Jy+#@)QwB0*&oXC$f6~h{jNj9rss4~YW zg`wh=HM~#uxz8O-bsibXeI$i?Z%*-h+;>cm*%SNv>WqG##=8Fwp<8*qw?gLe6^d01 z5u<}lD-pXstGufvCROWA0w%#Cb;FY}JJP|9CWX;{>j|f_0Sj>o{d(MEpDNhNeDb((OXDA|8aVa(5b-<~nhmOSylzMEJArCdqt zZJ<%PoGSV5rwXAh+HvmXe!TJUUcmC|@cfhv3EcVn5(51Jms{)k1t=NxUhUiy8aNLl zB+&eh@%=QC!?OEt^AJKQTC`yFki%+qCeCdF!CY(Lr{9a;HjeySv>!nm(X zs`=G*cP<2)cKz`%yHi9P#c)5onHi4clojn|+sOs{H22X$3Sk>xo*e;DI^?}I>hQ&i z_?xZ5^9-VSfA1jRgX&3KhY8q5jy<21Cmmk@Kh=aE;4A=-+h}kT@&iD4K|g?Mvf6Lh zoE+l6PtZ8#55z}-;C2eq6JEf@J1-~~cKsP+kllE|;zi^mgT~je<;eD;k~}m1;vA2c z(seGVK?raE&Dh~4>D!ZCWxCipZ=U{TkT7HTjE5%mx{FR4Bo~}V+#>cZP4*x&zJrBW zMSAqbER+0FY8_i=QKmZxZ(=?K$=PB@v^dN1U2Zl!)%$MX0dtu2@a-UBi1*USV?OnH zid8Vmp~2zHOC};Z_(c7ekfpiv96K#x#&q0KLeHq)x|PvMz$pR4dJoysQSG0v2I*LnO>r5S;%9iJ^BSjmyN?awCn$2OiEzGwu0dkJE*@ypG9+>@Dh~DznFX|DKte zY}>Z2$##=%yY8AW*|uGiZQHhOYjX3P_xJN#&syi7TCG+0>0s}DUDs=anJTX~W}If0 z$3wrGOPPz&GfZGkI)xa3Ey88BE3#d_6KrnuMK*>f87PqmYj)~fGNCig&M~0_gAnTW z7Ezy6z)Gf+gSBE6kPwYaB2lK{SI)t)Dt@$T$;jYg{uJ)eJA^3JRovpEBZjxH`lq8%@J zsNZykxFPUc0`8hw%oFuz|3+DxC+WkJ`ZPw_uuPB|KJX__JJ_Jm784j>| zqR>;0zC$;p0b9Cheoi}nqxv$`V^CyYttCKtAEhr40>8g5d16BI!&d}5YdJR;wM=ye zSctqzbAmShx=4HSyN5#hhxxBO3<{IC=BniVkjv*XcU@Z?Hv zVS_|o^%bx#GvVPF5=QTgM*p^i4qKzaYZWPS#zWY`pgzq~*D3w@li6V0f;N^?e#x3^@~5NsWu{w;1o(k$?qfp0J#)uu0||lX zecac}*b$JnYa_qDWCQ7!SD{+##+rrv!@?W_M@P=6PNaW$(6cq1xPZ7nV1lxf4~jyO zFST6}7P0O_I||ufENtoM>`>YgE|@AqS|DIR{>`7KrqXUj`qJ(=*CxRu z_g5|pR_~G_X5=kG!4I0q)^zJwx8`IkzI)kh-9A_vjA&yr9#84?*1~L?$(`I(nhN-KR`T~nCxDZi!$`&2py*Ksw zQ6Q>faO+Tbs)9s>f6KZotzZfZR~rYK`v-ndn}p<*lj-u6Xr@4;{M$QK(C}c6QOEiW zkf8qa3%>>8MVKxe$oaIiDGFM0V~Z(Rg1zZ-p6CMJVsOdQ^LUXm33_|HGV-o-h_Lf0 z5gl|t^5M1gh7QNni2EvTwMtG%C#|IP8PmP+a8)ayVGIT7{tc!$lZ@fc*L+5@S>dWo z|48!BZ7z@ST0cj$!iv$f(rf@s+b2leb$YcHK%Fhq5WL3XA!ZFE2t${8qWePCfm$Dw zb4;34dCJmg6p* zQ%CfaCT@_Bg{lcI#r;nH;L4OUZ)~~K4M;&3(~UOu#yk*pA_t-F;ZjV;y7X}V?v1FyP?;+><$i%HD%ndO1(|Vx<8tBmZzTEK zv?yi!C6uaVkIFW}h8QS|&(?T$o_!%|oJGO&r`Hqf-@`$_6>KX2yLB0 z$_;?H4p4`Dq8$FPJ(MIOh}9_8*gkV&d=B+(Ym7t%`6<%@YNV#2VJ(RmBu20W9h{nh zVF8h$S(z){gDf{)g+?_VY-fC5l{nqO1u;XVQb5q2?f@{!8-r{|aMKDm-aVqoKtfs+ z3NnH=?CviP$^t`2PZB+2?GcC~k4c}K4+JLl5T+e_XgUGsN|Q`4}d&@OPG zXU27u)O*|XIXC@Z>iyg||LAj9uX!ODC=7n(aWC8$GIFpdg4-Rv*?KoF`~6z8xSo%& z%!a?yP&zV(MlE*D%WSvNn}4o|$rm74Zri(+=VMWrW}LcG(i6v?{&U=3f5+Wp_x5_x zvx?x|{?Bu}4a*ze{0_Y34v36RL>V1oPs||B&7c56@Jb4Iu#cl z?&*2jGx%P27#!Kaf=f8)8m^zbQ>sH}a+wxB-&ecDiWwoZtiL5nCHUA;{8DBdNI@@%oLAS4G*pFZx>APo=xz?~d zli!uBu=9r)3gOUx)!bve$aIXW?Tj2n4IHfd4cm9rMuEY0#tbQ`Q(>?@>hp~nI*4!TjznNOV2d4W(0s^Vak!xwL=zv71hq>8ot3w7q0J$qsr$ z<+jyeyzz3~qXUM8CW5A4f!=J=L%YUL#SCygx4%ZGS*a&|mmT|42RvT!R>5#9#s2BK~!}%V^zoLZq1b_x0p6C$EXUx}<{cxddzF_bxU!{_ zm4|Lrm6R7cck9hCI!c31ZJM&{9eWBUSIC+qrM?sJsW5jq!}XK-iWd;d(ATfq&A*UD z;eNR;HdGF=*9u;A^ag_lk>{vRpNx2w1$ATupW=DsfQYIOw6*KGS#nyLu7jOvfa*~` z%){&?xT_9If78qyc?S&g;jhMTXhig_b$zN4(9K}RGF^04L{V-W1%BBeI?@3c$tnMN_AFbn9XpG zrQK0?Qw@jcymYSB}Nugf?KXnV4wWIQ}6wCJJ4?OnY_z1=m&#x);knv8F}*M*$?D zM#R==RJzsgw~nv~&EGhh{`QNQfV=+=J4o@#gHqX+F;TZz>z^R^ez~Qi?-mh7c#vnT zoh2A2+ZtIs%B5AeOLRiV%xByCLQpJ0U@ZOh8@fLL743}oX-MswVazk(nPR6QHDp~c z@MHTG;5i2;`+CFMv`ZxAoFIijr|%l+crH(`?$7J0GrF-WGS=su*gqP4OcR*C9Y~;(kb0?m$ zM92!d)z!#v)00@lhn(qV_m5cdea?aOn9(=ObQ(sPca+NH(|5{&hICLJu_OK*q1b=E zL=$uA`VuSZ`<{8v1sh58WBx-JLk`akd7rl(vgeg}*3m3MYUU)S%Gl$mW%2h)kPs%0URZC;XX*bC>b>#PYbAP`CDD{`N*wW- z*~d-BjIcjHb;)#MD-XIXE=1^DgKNV7#)_$r1K!{ zxIDH+I~qRJsjkC6{{33(OlS31WoxmcFAb%fW=5B3X+liZ=A|r%(ODSpnSoi;3V6W8 z0CTvtRxd0I-!}n*;RuViN;Z9?_@xU5Ej!y=dTnuyHqXwzC5)Qc_!>68Z+eEOz#}J% z9%w?50qb5_+^Wl$MkdJ<&lZzLOYQ6eVr}|Dc?)dw0(mYCKC%0Q?L^oZ*LnlBBF%Ru ze6i_ru~+{?;aAZ2`uSjmt5CVCxkX8#A|&10XUQx}gMK@a+JZ}Lztvh7dm3nvV&qnMM1e(`stV7^iu4&~+yajgk-Hemr* z_OMX~+)mTHq6;XL8#!lGwiO{U_I*{6J4fd$@lJTmrgOh@m+xO5v$ zf{gTrLXs%8b2SN^Qg|h|jsx6)Z#licdFOzzxLDyV-7E_v;Dd`cDV!A!KUpygMPP5k zAwz{H_FTZTQeD&czP~-n))|~lh1}DsJe`&rqs}`A!E%39&F^Sgzv~k#N+u-1=T7rNLah6-- z*6a+8ovixq8VKjuklJ218JmYBI2HtF`V7!-USso^1n)xN!1R0oaSnwAj_eso+!sF2 zy2T-j(261~uuf(sK3R`&Y9Ghho4HOOuzX@G%pYS*Qke*oDqc8eFi@Vl$opc-MR>z&{imY@pj|Z zhz{ujRN|wsS-G*~J+|BHXf$0-qrzBt@51hcf&U#Pk|>a8(ooj!zvQ4s>>7f|n5&eT z+>5%%Y87>Jb>cOO8GtU}m8{l5m&iAsYo`(xIAif-2xMp902wLy$p-J*!-nH)-FI$9 zIIpCVwH^=iIoZ0yw&CY$3#m*3^_*La!(3zcn=fJ+k@!x4ms%*m(RksCIh&u;>=)s` zRU+Q~R=R3)l72T_SL=0^D!WeC5{&JhEUixLv*=CcyXFuZ$|=DTHxgIvkX9~ugx@k& z6i;3XWpoyretGiEZ9bfrVcKf_@oAWCZ-J%o85d* z9?vuL>HJ8WFv4LxM1x#?PgtZ{Kidnj)RirWcti>Cy@~u@1hoFHoStEb#*1G-^~KBl zqh|;>!S*hEu;uhBE>iU1cDnJX_!F%I`V1y|sg$R2nB4;$zX-B-#I&}`V zE|n15H)5pZ*ggV|fa$i|)s3A497;hu@+;W7gOq(719s2nOzO^MRZ6)D11=Jr*Yasg z@%av@W{jWzWwY{^(^tUg$Y-N*cw{-(zHU5&%Q1mJZ#m!YXINH#Q@(krR^+}b&Q40a z(xdi#ScN9qH~j?J|9KYRU#w`F^L&6@V>z1mSFKu|0KH*A=IuEb2_OH}g}ZZ5Un z8qgqXQi+~HdS?5fA&HiF-s1OG(=C=aAh%5FROgECTV6p8(BC_snn7Mck20B3_*dx+KIB;uWB`g>?c)+kz5 z;z>kS5ZuwupV|8>Wr37Db1d!dd)C#cx1+eG!Q4b`ITIMo_Q%hqzl4}2rat{!hyp)%)gqt?2n>gn_Y9auBuY| z7xqR!v|NC!mj5STqd#0$bv7|Rze=Z?uS|o+eGyZw0nU#4tPclWNvwQDmR=~cfrJ4vM%;j2UX zKlgX4?u&l8BKi{bpZAvd#t(;_yKmzDCl;OSZnNzhTvpoqQ1le~xv^3f6U zN0|K5O~qvS6FMfPLMr)@0gMtGTDY?f`LqCM%t;XgF8q+zlsIoOZIQ1E5X9%ev1uss z6(RiE{3!=qNjAWhBpX$uVO!8(iS;8iaQMq>j?#_A8kd?)S5N+n`?RzO9HrjGs5e`V z=>07l#j^A3_a=fL95{Ldmall`+vcGLM(>$3nDZJb)ko8d9Gh*KI9nBhs z$ZWHH-2PlFLHKXV^y9llD}on=gZCVejm8z>bErxt=xyck+~68s#`m5Wb?Xa-oN{I+ z!Gk~~wL>^gG!z|&ON&h_Lv!7<1M$7@-#LM7QZj$a;)5OG6l?>QPU>H_uET-}rfr}+ zLi)d13>hT|<0wvJ_Y1`Hi310vPwFs6Chq^FD(n*w#_!_Vf*SiPFl4zX0iK|v{C}sR z32aDbtI!2F4TZpIAn*jP`PHA8g`xSlJd(&_;<@K`#Fyo)fTtd)aBc<@Ra-(IEfr3lZzM$VrMz|C?fpo$wYfVhS;9TAZik<&{cMg zBG%oFY|EE>F!OAle_>p z3K(NmYsq$Bzxtv#N@Wz?`8?XrU6{khqaPZDdEIRqR9#|N&c{Mi0cDCp^xju7JqI@U zEs&986pRC#3<^2kjwB|nf^ zes{89&`E?RgvUV3QWi#qOM_3}{}dH%>qqt_m?}cx4*76O0!{tMt0H79*lD;U#w&}F zV{q(>3TL<;^UTGXWDD{1Bt(+#Hn~1`mgU>>na0p4EY9Ri4O%qlKYy*LkG%M8S0|W7 z9q*^qKT(CGjtI)xX|f;>Rdq);UAcq#h2()R7OGe%Hbjs@*VQ&)^l7chZzZKtrNlFU z1LnAlewTQr<70jS;|b}c4~M+eO2!MyW!KFll?6(t@HN`nXwV(VlOK&NlN!S&aYL9F zobW#*%gwuB$9e0-`=nCddO_t+&isi{P3fZ{MU=khhq(J)@@?qgi{^m744$?ikA)mY0o(sTdOmCo!S(EcENqb zEa=iDLSh~?+<5ZRWtk~EWlZqEchu??|CVK7Q@>}@vhu)x9hkN;n$?s(=kP;Q4n1S( z(oMd=vxRCS+_r!TIZHIiJifiuvy!s66!9 z{Zq3}$b*)F>X4XO$`&3JhF`h-JV%G*Gp=4O< zPXdl*4|vZ@^0`jO^+)l;A8DC9vX-=&R4UEd8Ld}EWdt@yaaRO3O#XQI_1$$ve@vi# z9aO0ng^gw4BT9jnDxKyM@e)?@0Re`JMgavKwE$f)P-3&k6C^|G+LWy`tCssm6t?xV zO1W-RjFT7UjUHR@MA5>Kv%;eaz-4~mi6KjJ?GeqOPgrC`pT-koNA91pWiaNKh~9B% z(NQWD*zI5D5Hv8v0k%`BsRgJHJJ=FGCX@c1w&j`dtDKZlnPZGy&9?I z7+D=Kj;xNOd)%?Eh-33WT^(eXwjz^JGv{NEFD~MU#lk_TYYyHs2$i*1@2dXMEWwrM z&G3agb0%h)A*Yfdpwr~d>9~5=FJiXvvi*SK6&d!pQVvX;-~}mWc(g-ms6+{JgB7mb zxRrsWN5dgjP;L@Wl=yJ!2RHXkW&oe4rh}^3xoaypGGtPFz)U$pHZWQZCYtPFUkoBT zcblI~tm_qTao0v`dn<*g)3359fQW z_=-{{9?)n)VC!-SehrBHd9vd)op*Vr=;;y^I$P92#VI`00I(Oltw~L)mg+6!gKziD zS;A8a+jWEk;GIy2Z}v>E$R%qS^SsU&LgG*euLV&Ks`9nE&CP@;sNSby z$*68Cp@XFd+pdolD=lBUAM*aVA@pBK?scwzpKXkW&h9F!h0Z)K z{x1P{1ZAdYQ7v02t{9oxtsG-R%G!e%h}A^XdNDQt4n$I;q5Y$l$T~`y6F8|f0L_aE ziWkNh;LKDnh8_rU-r$+w=i`?}BYb8x;#?CyG-$p8^eWsNHA;{ za0_)AmFQZyU6N2e0$m%^L;J@(mhN}PcnyY%=^xe&Yi|Qon78^JBM~m#u8Z5xiog{` zbR4Z>%TjBD(#=ael8`jW*TD{Yoo?wXXc@3cP*)92;aLDeilHR;TeD-wl&$O;}18- zl0>Kh0MzeCeC0XcSA_gLrk@{d#|WBGVJ3hC7*uS+%N?cjT=)Gl5AB`Se)tAQT*lfzrg^J`XFJmf+A_*8dGOsz-P*bR);?r zA^{K{;m|zuqAJK-i0r}xgi$#kV@Sq4r+r3s}I3+0HodG7OFyG?^LeP1JI_^VfnaG+CyPZ|$+AeZyu7|<~ zoaP~Ly%2WAGFM}62D4VbieXa|(@uf^2|KM;<)q73?G9GmaBJ0?d~)XbA_rdOzV+-V zv@HZ3rf?c2HaZ)de(gF%9tle~`<18>uaNAtq@R@ig?krOa5Z_tlDVFmyMxKN)#SQM?VC?i{mzJl9TggiImwJd6=#o8C21)hdfFuX7Y7Q1c-Y|ekfjv>$< zXGIKb=sOvDX%{Axr1GyZ9?sv@AB3ys*grJ*E=4gD| zpR#!r1kpO{&{0*;r+kRB7srV-mn;Iuj;t*+aIaY&l8~gFGaCw5KHRn-zL!2 zDELkD;lz)fO#|CZN*M!&`iGgzGA-KgVANpRzWdN|hR-8~As5+GUVsu%p1)(*!V++X zhh>UI3wATkhI2j4!sHk1wlKT^oJ>RSTyv;@-mNp`75t$-Y$auaoF^1o55O|aS}#Q2 zKZl_OJm^i$(M!Sy#}Md)9R)f_9s|27G`9ALfe~ba&S$hoh!+ic;+((7cuZ+{*xR$j zHc9V=o_fr!NQGcdE~?OEC9iS9ISwy7KXVcAd-d9bVipQ5C8f?)E7j>MMF3K5^aCL%{L^Ow+Ff0cCdg@F*CVmozKz2O7ZLc9+_v$St@28oB z?S%!6tO|ghW4O@3aW3)0mos_w1lT$k7BHsuhbu}nX+V$1&)bwdQQXv$uo}cJy;7@+ zG}IqmTn1r1OzXUe?8c^}gTw0}rw+ywZd!{!szl!#Cehg8+j6z7i$Gkk+1}RG>UFYh zn^Du=yv(`$L45vaw}0&VlB^ zvwe-|Gt1G3qa?V^VcgO<7p#I|Iqo*WbGjBplq2AVY-KXJYzO4DkSTVvA`M^)6T|A!hlWm>?n&u(k^Kh(h9 zUNm5=2bmbOX+%kYt-IQSAnc^!^iv`!!9%h|mmdL6B&B{Ohwf&32Zefna|KL1-;l4^ zIOoA_PACz1gnTrrPnLv8!|IyrHAjoKEW@0>WMAW04zm`Q< z{IKFPrSV1;KwpdcmjZwVU(DBlwa_L1{DiP~i3!W&pvxrN{~Y_7*xjoG3s%${O-fn^ z#4Kw^NB}F_RmK_%h#dn6T3XNnOa)QElZ}n$qKn8YvG(YQ6Onhh&V|yj_D6>;Dq1t$ zr(eWh&pgM%J_9_Y9Ci)>sQA*oC@;7Ow!v&Zew+STb3W)gy7?VDQoO<^*Bqm;j|ZML~9^dkIDa7F;U434Q9#g>P+Y63DMu#Afa@ zR?o3%iNF7YIrJHs72s=_G;tZ$Hi+Y3)C0*iWQ=lnLeHO}i-#NzQFDe!Byn-p>A5SR zmg@Nmo+)Vpx;Hn*!nrrTB{LtwL}FP}qrYC8jWaEC9AVx5Np{WhbN7YiqyB+sxkzC6 zXVEL}k5?66V%cGlJKQ@QOqIV6`Z??*dmx#bDe|q8e)S6)l*nsxOoj5si>9F3jj@P9 z+>7PGB+0PiF@XUuRI78Uz1NP!)NiA!-kd~YxqipQQ|6`Xzu{=@^|*`WwNM;FD_~zk zT4@^-(aa#$Oa-|N!{Yl$&ll?m>t~gvh<`zRrF=(U9_c4sSHk-QTt!udGlSBu8G1-W zGBCR80YcHYI2js=KT-eMx4Y-Oa%y*88D3j4wGgK)_XCsCEmHr>*LsVt=#tfmCQO!z z#5QIJNJRC>D;rXxm{FAuqL_$Mr>-}2^83SPmpBfht&rd^dA3}^tB&7bxr2&!lGauX zw#v0~-)4|-CVmZqxd1K(;kL|W9n~j4R;pCNr1@k7t){%XfI>6QsJLE+5BF1&7f!fP z92JMvnY!HF|%DI3svftHk;`k57Z9)uRb!Z!}vQoZ=H$Fg5if1>_+N@@I#s82a? zhzi$30bGfUqd>gUpO8hurZpGL4_xq=9o~{V;pz}^bNDmmN`1_`x!DGV4f`*lfd12~ z$<0mPFZT~dKSO$jf@n9M~)TF)%BY2Ldy^U&&sZYB1JxL#6g51z$38R2P1AXwR z4tH^jQaH-sSFkNNw+-A0^dsE3Uv}abHy~$}OG*5D65f-e`I{RsFPo_+N2>t}1X$0J zfhu#25x;S?2ZvH!ufXa%)qfOzojOZyz&e76m_zIC64-BtWOUNaIfjiY!n?Wr;hxOy zzEFI2v#B|k^X+)U(>Cb~lB%ff5oo2YUuDyZB8rpuhFE?KyG}-5zev*eTM539*S04` zj9G4F<~WfDa0|Zd`Kx`7(HfP!Z0Yc`-(kD>rZ4m-;Ev)~xz$-*ul%AA9> zdp}U4Qj>!<_N-+|%0(yNTxv-+2d(P#4!TCwGjy1|$7k%DOaf=c!K=KY0r#Umkw)2G z&u*cJdb|TW@&6g0@8b(CaUfn;KR>ggyf1&#+~0djwXKRt4oqZa*eKLpb4zx0bQ5JL z3(X^Zv%Bs8sI5G{#TiY7j2?TWR*{&T>do3uvl!aBhMUvEp!$73+CE61Cb}?en z^*u~sKAi#xUh+Vs|KgNo`Ua#C7+{!bZ5$%{!+aLI3yn2%a_udeXA-NS1GDb-j9GK@ zQY5h)W{;spev?!m0yw?qmzNAZVg5?$OnH}(en0HuU#PN%4zio`` zV7W}n$5!7Tg|o8e@b1nd5I@jQ|Ktn=*i-e2FJ=TMwxfm|cpFH4fb8&Rd^0a=)rLC^ zk%J$4rxIYrqYwjD8WiF`-FNaNbbys649N}cXtVE9^3m+AD_~!DU4p|rBlz%Da;Gt_ zXFRLVomZS_HqjQlXSBq6j6mG^?l}E(_s?y(sOdXvcJVZ8@`rGcZp!St z?`aq2Ehx%R7j)t;9MgmxA9L$P5FxIQd(Qc5)+jlWLWwU)ZmXT(qk*d{tYWL;LCzN2 ze2cR+(0huLVRV>=aGiR8;;o94JBK$T0U?mthE$Ows>Y|8BfqeYC&uAl`j5CZDEQ2& zeSj>Yh*y=fFUF#8duRHAP-(wKlZ&0(i-w1rt928ovWcec2diE`O8LGIOFoNlIVjP;ivq148F^ix$>L4?V0sTXXweV4 zWyKzp0d3Y`td*arCz5%cK3tCk4eUc9R{a!XokDM3*WA&p)BNB8*H`zeLjsWF;a&0CneLOtwMw3rrIiB>@24NuXU< zB*FD@;EdlCM^FZgG`4uH>B-h-sV>j%_MB((``!63pg7S&$RI0C4|pc4oG#dTO%@Wc zq3Vigc*OEqyX~C+6R?X6r3jmHLzOJB4x&3E3LZ&({O#fFN}ZODZCW8vB%h9#dJ1xI zg|mn%4c-2nuiSDbRoyi=u&OKdq`5aHa|&{b3fxyYQRAz%(QPkIMGHYu-AnWhCggB~ z<-d^fI)=oZmR>NGt->oL0tmo$B1Kqk(A{nr&p7MSrKf}fV2{VhSqn-$ z_7yXCP5Cw2y6~~GW;kN~rZQDFbC~a?Yt4>^%C&;QtIx1luF(O?&uLsES#qmmdIZWY z5{Qb~m&z#d4~@OuT2&E)y zuisk^97JI_;(kj~EJ(I3Hck7wDW>0gK4>BQX`Q3~er@(y-nk!TWac4GT?d+Dlg!x= z-7ZK0i6KgSkPWO`#Id;ry4&LvAAq{fU0Fss;O=d|&k>JQVf<~nTIeHaQQ;*BX*E8u zM^vZLylq(P?W|naX@MN>VJD<~N>so_W0RA~qwxfSwPm_AWCBMCSAU2a{T39q^{LmQ zHVHcpQ3<~#&_^Jq71NXd(E~Ke4Mdv;^rwQD-`WbDHR3-u5Z%y<1vDyj?&d^?{_%l{ zhwPs)4h;VD887QMKjqM(KN&7b6;=G|DQ?NZ%aL?}1@RJJyl)?2@=hk?>5F6n^TMJ> zKWDP|+p8J=F;d>3c8Y3V=qQHveSe$))np5FtWOWN#eqhB^sz6Eqy9{t!b0Icy0^*g z@MD+W{Lt_-QywlTuhPN7Xw%M|c%&cj81jK}#MYw#vMR~Whlnr8d$s!)*=DzwhS~l2*=}rXxBS;wuv}rJI8#(pd*nBsofKPGJ z|MdO4)!1rlBDMTMi_VN(|2NE{OsR#GB7c7d&32SN4o9geWtlToG-9I|3SaM_=;g7b z4g~fUX{0Te>aT@wYG)g+S{R+;PJc&7+5{$J0`&uRWP0DgI*3hkK^%hkhn}VxmIlWg z?;R0ORPO-FQ+nP&)~}?*k^6sYMM2n410+F-I)nGzZ_o7e*sZT>nHDRGg*Cj=qWggk zP{M-&e)z$azcICQ8Zy$w(Hdx6OoPhZtev9&8ucPD1#7|ueeRxP^RA&|zC@M;B?~S# zFas8VLehG_Gwo5m(xQ(x8dJF9fm>t|qwmLHNqml{o|7I%HHOliajPg7KdCEbV=062 zi{hBwdBd#^N8FN_oMO+SELxrNU64ZMS@^23UbF5~*-U@%l#if@#S6E(8TZN!*N#IZ z0!GSw$a%|0WG_h4Z!25IGw4@igZBoPx^VM>%`%+6BsLBgnAth(P&l2zTFRa!rCvPP+jl=y5q2fG9q+bnlLlOUET7A#JP5|Ge}0s> z#kjocdtP+wyRN60+{|?O3f++W-s`u){2a(9egl_W($OMll`@ZEOgO-7%{;d+$!7Ge z*zuuhy~$Ib*Fg<5oN=>|P zeaA2VP4={5ud#|&iA|w(gZ{C}iJIJKADk=k`dVQoKj}bo2Ae>Lmrrp+Bsv;Nj%3E= zaQ}@!>_$f>u|Y1TZc%Kom*6|Ggb?=vEX2r}TOpHLG9Ch|;7%5)nj5?i?EU`2X6~EX=gpG45Q&eWr?SyikI1%3r)o6m zaZ<407KcNn(aWR)3vEtvMVkuv$m<3@c`HS(h#)XTKFhy;k3i!snHiFAfVfD=P{E># zY~rAAsZXy>*>#=(3x&fl%y*S#puGKO@pZ7~fD#)4?c=wLkp-KXeY=T3W}%#`iaCFk z=s^1$k0=~TwV1brtW{iFvIP&;rnL7BTX_wVSNV|eRR%3hop*gY-N>*BkB9t9b^M@F zBhkNI%m5320}yA_zmV1>*-`p8i-CefFAcfkg3*h(m3rhCF1h(Lyaz|SiR@G)u0H5+ zKT<)ZX&RKO-QJ~H9KFZi#)o#tOe;87-KV`v03;jNrn6hw(L!bs&zgy3FbpQ3B27-= zE86(7HGv5{hb(-ZSrfSPcn~`dgl2#A-N#}`bHPtz3*-K3a8IQudQ3u-XRjDd_|EM>Q-2y?#5pH6ftaR4gEekwlx z<8L8|K{*-{$8JkjW$cBD(??SMp0MLf9IgKa1+|MrxnYM6;+I~by_iSfjiirheK;Jk z_^m(e;zimhpD+$_)QL}SXcVG*fPc-oEi_*-WITR0_lKNJyR?SB<3Old1YjAcA zw{?9pPxLwv9=@g`ra=Zh4w}TQmgNT#GRxLem;vy{ra>31nBf$W&em*Xk-#?dn(@tO zlocf$A~3%Nu*`wjEMxXryUb1u1-GWfx{Z6H_IA7Lx?kOw1fMhZ+xo&Pj!$vfdO-}>2uHEw^ifRvEESclDK1K3 zXE90z)-2OsP?I!{<_M<^{hD5sb6lB4R-CA)Z*JYJuF)4@CFumK!!|_6jThB6!C*J*WAd}%_8OE(|QCzBl< zft5jNM)*a_$K_j$m-I2|-^E$chiZOrc`Md|#)6Oh9vH1Ed(yY)2>Da^PunczjN=qX z=}=7AskE>U+blabkp7XP{AkF+-8X$)!k^b}4DiF&jOpKnYj*SQx>jl7$$XZNBKL?n zu}AlJ;~uqc9c=p*Q)6-O2cBzc#M2O$d8O}(>6X^j_jqIVfVCa_5G`HtRBO}V6}zIi zgtUdqwZc21ry9F$A!%ClB{f@UluaR{Y-uG2!7n@kS|3wv+5a|7!jWaM6hitVK%LM9 z!V7R1pcyB=6P_-GuDB^K4>>bdh?<>zJ+gxxS-ZXOFX?F_arT0&F$-^RsLIh1@X4i9JL}>=yK6%CtS>G2LEm~v&mWbEnu(?S7AMrW zV0xbo45N7d-QuH@mD1bxOOaq|eoAyA(Tih!hkuBWET7Jl5pjG9eyC!6J1~Cx`+CHC z>hcS5^UY6VgfVT3qTr$W*^Px=o@iUHjp%Zf z)OdwwQyHKZs^u2%?isOQkadQ z(oVYy%PfT-jybKb3F}K;e_bU8ynME5aiTbm8cewxZ%Xd&T14@qMJjxuu+PwL}9#%Ay9cW1{w4xV!+pvS7@Ya7vwb{xg}m>b9dmAn>9Seb*5)J1!kI?zo@nw zz;4GKV%qcM*Ns4*QE`3^T z_}SHc;VeW90^1NcES=i!wc}CQj`tc2JVCis#)xAn<$$PV&c&6J`k2o7d;vETsW4+t z<3Q|Tnjgq`<=+M?jD6v-J~jY?%rqbwYqzC9~K0en*?ExgybP1h=9Q~Lb~YWWAC{5_=>Qqcd|o;{GLxU z%jurol>PHqW_5~fPTDIyb6(5#J$y4;TL>%(M*A=68N1EwFL>1{N+UU@N+6j@I2gh$ zxt7N)>cKpv{D8D^eDT3?YRK)xiqL0Lh&dTV9I^t^&QLrmG?%6Fk5ty842dFG@TB~m+2kaH+bAE!V?lLvE4m2;-EJG= zpy(g5RtnTtc&ZC|V_Xzy8gx#xN;ICw9*x$l89@p8L$dP3Vk2=Pc0qBpoV;P}Bbx!{ zreQ`P?Dt$Q#-uN1-95@buTfik`WH4v1C2Pe(>h?@vU zE>~>S0&x)=jH5^}#c*bJT%8=_%TuCW$!WGv@EQu<^XvuLnLwgHqonP}!VH+K$F&mq zK|tKBy_*+hN_n`R9I+sF z6a5jh!TFN7zj|4f3zu=f2Ybk|{7&ff;E1&#eFVMp8txv@@NskEBhLY3pv#6_|++vHNj$;a?@|Cn)N(S6tI>rxLgk&lBGC4qY6!D#q; zZVSs)Wa-^5=i@Wy zd{^gX{M(_^$GUZ#0Y#MS=Q!@+>Pjb$j5B0b3{fC7CTL;?><^2*3qf~v?H~4|mMYkE zG{GnnX*S@}_Weo{*tXCL>|>0|!&2S(?{Y~4oyrALwehC>APIV0kSP+&HO8d)Qm$O0 zUNl`}_rY*$2K+Uv{%>}bx;dZX5PI%js(%;4TFF2NnH!U$3S^`V?n!RB@n=TmZ*2hM z180{c`t!rXxTK+UU*;~M44tj(!%PG8jo9q6zinu1nR22H42?QzelsmMnxaz8saCx{XOnIo28C4oNHzy(yzb6W2{|lBnc2)y(c0f%{oV?y zZtd2MC2PnMosDTr&e?c>>d+RZc9k2Afh31{-bp4bNJXlJrUOX@`mpsdeIgg_1DLa~LeFgZ>uJ1#O7eX%6dt!kxXhS4`uVliv2 z;bx~_zN6z5YhPPzTFyOIJuKNP?>;Wsaap)(w<2w~k~FNU_iAMwm*=HH7B{nBuaEzj ze51vklIIQC%?Q|RQo(gO_4;VHGPRqWOm)O{v5$$}Y*G!UgPjEu0jb2%w}|>>cDT6U z;P`dD-6KWx66RC&9dGoU7rcqjITR&nAK4HO=Hk25EueSKP0|JS*qrdB)m-VL?nn7& zDj3O2Di&4t)n9}7M{&f?zqDh*0}i~K#C;(n!pRLziwCMTQ!Jqj)bov(Y4b5s3f#@h z9M77OQ2MFEiHslB6e5CaE`ry^5NSDCk%iBj7E?+MLreAhFWQ{3q`h&8gKFjR1{x!owv{3Zx&is+K8Vq+bjF9$!DlXMN z^iFy~^`~*Z5j{MFZ|B z;4rM3nX}D%M{tM>rWEQVp?}ZV5f?ylOI+=G(=A7tdL#zefZ6^41bj^gkTp@t__dU_ zz`<~v@A|~& zkLfZR)21iP0${NbMxuI3wD^Kc>B7Qde?Xcc&8$|F$61js+zE^f{Ejwb8VV=0K|{jd z7;dRe<|)BMM#Qfq8;WCx3CA4~BdT8%W=-}uX+xs(LsJvl#G9lZLM;EwqqY;D47BUQ zv*s7V18So&L>4C(waL{i*@p48OsB3R^WWw^ejXe1RF*O5;d1gR&-}EN%|(u@TH#Yh zw8hFQ8_5k|3PUmAaWj#D!VpJTY~I+cee_nu6->G6&o#XSQgbS1cR5ml8N~~K z@H2sk4z1B+xr$kN~=2&QycY6x!IQ%zKQac8puSoHCyW6oUVUtW8r#wM#4I*nil#sK+5ww+XI3&G_byqH<<^HubH{{t%?I>iR)(=(Eoa zHav9Tss@_$7EntBhY{6e0%N_B7BWg$MWnMC{TOHRtdJVNvKuk;kIy}qvoaecXM)fK zZ#~D)+5bpsx=4iC`MI9N8;2r)ne0TKTqa4mmE<0TVYG)_eT{hF{vvrIoj?00F+7dd z;k>_AhJfkKUjDbYJ|`7(6)hqPo#0>bNOaiJ;cDd=vjra-$q0<%)GxCmutA~*%5>Z5 z>{+Xk3r{p1(4R3ImFpL_Ua9Sv@H0l{971XEtR@cr#bjh|9Um1LUUfZt8D5h`)!#yZ zoj)RU_@>@)^h)nYm81@*jKi=@8a6CY)zL zAv<&YYW=;ph=c5pCq5nq+~-esb{?)a5LZ43PW{P(KGVV~9k%*Ft#;fu`jrQVYOw^R zYn2{;G4hjv-g5hze?e&xlSiZ{kXNOO>1~t;3~u;Mfth38#BV!UK;{;J-@MDkQWsQVi+jOt=TlW-Gvc6K(|oaL{LqZVxUxBcciH@S`ZIsqj--@!DDO%)PTwTT{b zB4%D@6%Hqd)k?iROVI#Gv$bt9+0pCVQ$N&g&=M$i$qjh>Fn!OYON&ry9l!HB9y33f zGQ{A3hF3I5q%NO&vz=e7CCg)qZ=Dp^1(nnJH0LW5E8DGQ_^~uY`E-a`LTbRVU+3UES)ao!`WetQ^4T-ph6N5#)1Df@G zW62j`AKUt)?=);8p}6fvXpuNuQg31cIO1xNI4@#djo};y4-VZ=U+0O_OFv8fS1uC! zwmyDdEsUI9PLa3&YhfJQ&G-H4b*x_z=Hx`g?EEyh-K{TM3^5z5oF-aG?HbalmuoUj z0ATI%(>R8sB1pJsi#UJzL@WJ=eLHv#on#$@s16Kg8N>D!6Vg|iKN9l)c&|Hn{Ply9 zv}?uF8#cYk3+Q-b#?RuAkNZx;f3$%+v3h$^#%QYWE|!kycWr1hQ9k7v9|5W1wr)o< zq!&y^)7R-3ywPgT8^D|EJ^*wTraG&nNK;-_|s3`vtX}?=VGcJ{CsW=C*+q zP5Z^)Az*{s*Ro>Yj$I@^tS4<45Yx=-Id3!$C2c_3+>^I<`SdH1wfj0M((InRrN)7d ze4}kLos(EE{TuA|r?EWZyzYxt(V~cHUa>B&V`bRUgs8F#Rix04FN2-Aijm;c?03M6 z4Ls`hA{Y+ngggK6_f?^T0NKnJhbtBGZ`+Gv$c+pU-*y9RLX8}*8jvowph6)UB}vj^ zmqWeT3SPl5fPE3QO7xUx#VyVhn4~(XXGOv_I)x3vZ>}P)Q18=aJ`0LF%rZZjUY2d* z7ZVx{44=V!0;gIeLMU6WaPAoqt|3*-c5J4J2S+@o2hs00&93jK_dWLn-ATg76+1nE zt|ln#?QB|<0ykz-lri;-6MqH+Q?T6kX64?b`59l--`VAz`fMWmo39`>T z8@rZH+WVnRhi(mg{6MQ}){a}?-p|fOK24CMn03iq(?tY6%z(#JFt14- z9D6iLXxK2{;SWORC3?i{?T#jjeb(f$5Pba}mUANR9O()}dVDzK?(4Vvi zd>jQu)+8D*oo)jcFC1Ge81_JV+N@?*bzERLHj zRZ;9AW! ziV`y5QmoNsSI$C(YxDHiw5mzG!TOsc+u3=H;xDKWg8*=K5et=Pbj}~)At7;#&DpW= zYp_3|1`RHE#xZTON)RIG_Yrhw5O;fY>G=T#$C<+omq;U#cSRx{mM6mt+Kl&Ji%if*gQ}g3?GeC6x2lINT zfBmRk?HmZ=u)Gvrn4+ExjmutY=v2`N_2!dqXv~!+e3v@vvDn@zqh@f+2d%e4Gouhi zN2AlP^$w5HmkVPL3Ht*j~~pp0FWg4I!YcN#PdNRG7Oj+nn;n>PKJP#l~6I)nPa9 ziGTZ*tMr>{>&gp5DmezuK4jdzZ{*G!TF(=;-%;sv2+q$o0O~2F_5)XsqbPYMR&RUK zjXdtj}i zoUXXvgxgJoC55@2P}S~rV^a)!I>ln)Yb}@)5qg>&AP-qQ&0F8V#HmgV4;irK_y78^ z=n)Y+^-(!7=Cwus#=so246!x{2xAzD43OoYmo7aAOcZ~YjM++DE_f8-qB&5=V#WXb zjo`nWXY$rf;b*y#x&h;32{n|ruMEk4W@mw4MJDc8$C8>3pm}IksH@?`cM52=VTGAKg13*W7Al7HTY_TiywIfC|nQkJ3EoS4y^)SCP8M zNseOnHBH8p;aC`(e(acfhYlIk>jAZi))Q!Ij4?WgE?k^)?ECpB49CH*o*}{gA&<&H zi!)7*^JvO}XXa|*p0mvEA3L|yg+93qBJ4?OUS-@0Z4Y&cA2l|wsf`3M&BH~@ z{NIV6J2B2Rr*mhi-%`raC0Z(@J}caLA>VbqXKh8HTlb8=F?knPB=23N)b}@&7v7J^ zL)<;2Waj3R!<;?Fu|Iq)7gMP3tmMq4Xu~%k;E#HD0){tjrN^PWg7^G_C9d>v#-k;iSy^OvaLGeR9R}4AfFYB=ud}zYskK6(G)5u1oZ+U z_t6GDW#6-XRMr810I`Dt5WDbitctJ6U?;0?NT(pZ<5M_?Jq=uGFc8jynZ-f?(}xPI z7ZUj4@*p=-kecTeI#?9|lZXr2_rtw#$DZk!?4}tOO#1qWTAfd9#i$&F<74C8VUf-bH3)yC z$DP`WF=!rA5G>biwPprTg&%aD zC$WmUK`Ox3Z*lfHk*`tuuBRf8ER-4Qw{Kv_(C+!M(c=u*65&cdYK~VR)EF*`+0Nsq zvu{%L%h5DPB-gBLQh)$vKoLy3{dOen>^SRUMv|Vlrcn{HoNAj zR+rlZdoR*4u%HUam@v8IlhF~tsA?vI29h`a{WV!2BGBg3zU?f;WL$<9pMj!=G0CXR z2pJ6jSG5lyXwgt7Cvz$#`bUR<#wh)pr!WIAW-lqc3y0nwDqLbBNV0i+^w_rCIL1QC z_~vJD<$81Xvu}kles?6d&a7(ohK_~k(|NP^SLamw;t&5GP1fHNe*RqaxKlpdY4`Kn z)5ZVZub!;8CpyT`2>D#6;I1x!q>*<&Ow#W2gzSc!fsz)}(=()+&1x&=(^3zJDeDO* zk(SyrcF+d@wGe*@arC7+Vy;!!)%dkuc0`MsWYWIEFZP3)y-Q=J@_Bwe;I96KWSgGp z201LY5e8JXVo(4Dg)q4l3j-Wp&e}fd1?_VJ*uli{N8K z#8e~08(07!(&~&6=X;HhZrfr*p*e;xU(h-x=wF=octJS%MY ztu$3l(3EFT&vd z{==zFH<(;XPl=?FE1*{>>X~^#Rm%tHCuOWzgilCip+FIbyt@x{96+Cp)T1aPr}F~q z__N51_zkBd#*%%BYt8wb-tU_-g<-JWq%Df3W>ERF7&bid5W|>xoF;Rd@gBqvQ@gq; z2h4cnvu2ZwOVI`@^X=uf?BqRWOBmjaxN7op;bQnIaKBg>)G4EF`h#~9H+b4a(Z0|L zGq6D>pXpQSFyLU#2_LAlV#^&m131L{DyF7?oI|-6td)}*fh-9nwkui5ZRJ98s{W&C z0`Du*wh}g1CVtlJ)~l@}N@r3R#{x`+_Xp7bVU0c})e-_cjvJO}0Ty?BtbPO|>Ebq^ zk^JCo6}vIYK=A)eSCoj8K67K&C4*j@`6G6{!}+hxO^oNjOu%2iRb+7mZa#1tJ@F%Q zIa3#8uS*C2r4l{IseC8$IUeu(H@GIrua<49im6|mspwF{pOJCrY|#4`#B5ap zjsAzu--Y#WS>rF~Fp;Y^tA#P>Jb8spNOG-lWk>jJJm~OOd%uq1uttDRy1ut zUyzVniTi^taZzR@iclLhXS3lFUtoiV#pS109pMr(n$%6g0iDuubd-q|{86;HX!r}e zm-Fx~@!;kKm2n|@u$HtnCbhgJWcMRcK@*GoV!@+l6Y);V6=BW#7gl`jO4sGn;|KZa z|0{ijpFYoimhuWYl7hkgHVEA~IWW1?5IIxEEPNTwW-dPOdLE5s|5%#L>+pL|@=0$H zY*_zhB7d~nz^|k!`I9uwqd1MYr=ik-n8^jbhpah5wal4syJIpXF>5o(5R9{qZD*QGuzqQdR7pHHeH)o&`MB$g zR@(1(p~5{ZJ@*AW)3w$|l@WyIA1LGaY0nlA?{0ok%D;_9nY-`M;LHJM01%QJwlD+;R46? zX}aM*ewXNvNpxnv+8cgyJn(L-FS%4QoRI!&?|Z{>3$Pyf7RngA2mz3faE?+DlSLN>MlXu0ewwhV%VfU(FQP z{q|l2LA6k)e7%rqWiX{V!~D`eQeaFH_T}D;rT<>^IKc~iJu%))&iDTzp2 zTKtrEW42@6>=iDfo5_18zb~qam46ia7oV|9e)WcypAdS3bz9y8e2(ZnqFeGxkH8;% z^w&FmL|t2{goYIj(7OaHv=^1@W9p)K&W1I=3F@LX_cW=S-3Pj1guV?|#xGOh^(5r~ zBe2k6K@d2->GsDgnZ5B%L<1CrO;M#I8D1pHF6c*4WL61F2Zfgj9uo}@y?MU0HT|Bu za4^=6mk@LqG(QJ=_w(IN)WdDAltRM2uPSVido=G%mU)p4`0iDzF`O=%)wuUR(FSQy zdZO}8ACna#W6!ssW12cdLV>l7jpZ{b!(jkJ%tXLs0f25j0O;oSoh+^uKQ5`d>UBgW zVZ|;VLNzBVU;xKr0dOpoRSpg(Tiw;cdb=wNW}9=(`XVG2 zYc{_!c8g8f*DJ~3Ed$L2Xg<;mk|01)}|8mNDdaRSbn?z=D^Kn{KWqG%4)IbYGh z&?D+s4^PZ2d1U-lhhmIksAN9+geu~?yOtW%x@*kKb~_qX(A~unj~({=SFtrI_0OyV zhw!L!h()>90IW0)ch1!^5?a)9se@~o(o=*l2*{rDf8;SB9%B--~uz2tuv;v z#g2$OpQxQfYKc}Gegt-N{X;R++Ot%%$>Cmz+c`wATLI_lYe5qC)xH&9=A;<~t6*)K z0o;M-EpG)6GmWLDk<)xW!D-^gm?NKOw8i1Ty|}mUzWv>_nRZ%#_vKPk*K@2x^Qt^) zDO=iGDQ8^HT`dY;U(fhsTC~5&uGYWO3^TWBe`1;7J0$C%vFw@h4I?%V8O=*K3}orc z02maK6wCzvxeQwJjO&i4*{+^$^7dJ?R>Q3!k_FfpomM?q+|o*$-_$me-ZTbVob4!akJztoja8Zs0{a^@+GclYKa5EjNlfwmSrc6z5(gHUT*B;*I`+ubK z`NmeBt-`cBF zq)93<*om|=aABa?p24!o%V&c=x|E_J%h$ji%}n)J`854jrxTUzPw9_s4nsY#0-BakiFaVqp8{gu&JF5IKYjz5dgj92-W z2Mrr+Gw=7ASi$%@*Q4lzfPclQuL19mcD1^vm*)dksb4Dev%kS~^BUtm2I*&8Dr@74 zom=llae^RkuiYcgJX-Yi2xS4rbW6 zoOj%vAFx`{5t|i#tWtv2sb(hbn?<~Dtr`sjQ}4_b&5tLlhyo`>{S&eFl}%PO@QIMR zrc4`{GjrqW!7Q7K#T5)mFCCU^m+Q!D1r&wc5STEjEE5H=5(KCK z?BOkia3vxC%p~*}&y^4o0}UZR2xd2yZj|Km=sFD6GgRAX_9pPcrl>h{SnI0Lao&|K zARlTLuVA>#M9!1yUq4cpzQ^uRAd&;Y!7GOi+C98*TC*z02<|6SS~wKvn!C(S>0ZG+ zi@-Nxw`TAwyHsUA-GE?{OJgf?vmBzo%9KP%Yd;U0YLbg#*>MxOu>ZVoR5`!9jEE74 z#6_=Ky};{rybwO;nonPyE-#u!@JM(fF5(Lkj-XOra*|+xu}JB45XDvmr z=xE@CsSRt;-`b$H|8=5SlR~Hl>JPqC#W=6amGn3_Rn%3n9&VM6yI;GZKLo4OH>(}}(SbMeQ=a4^D^o^zr#?IN%$OFu z-JOWF{SIk49>Zy^=aox-kFqD-Yi~>ZD^QbA1@jd{2_-b`BdpS`76P^JVcbjPsAG$# zE)oz5@*Dm5X{)Ky?D+N_NkozhJwLO567sNVPn5P!D8ev}%WcX2ctNA#vCue1q)ylg zW$leteh{FZ2k!3Er6q}j|Lac(I98d8qz7!*63PhN>|-GKZC8~Il0xa1H(cbX;S&-D z0jh(vjm5bODlDbNLMShO-6Ak$>xGQC%j}lxGhrH_y+|}qtrLjanT;z)9Qjl6_B>@E z;6Py`7nTo-<~@V#hR-42nEa|H$PHKO3LRcrwr+i(dJ6l)$Uh_MNrZ3rrhBXt`f-FN zUn$Y#=x$WuQ6k8QFQhnpec|}d9<7wIlI$o8909W#6^`NA?RYl= zWN3IDZ3z<`?D+=19FD8GpWzm@XNx=CE$vCYHsTVIOnw9ix&t?+kt0JUm{=&7YltAB z*gF)eN^Hnie8|`>rSMq#m4DX=FtDNsI5->?aak_;&_sp{N-1$WEZ}h5DSuj92E*X{ z&H{ZKD-5l(APxd;AUt7I>;|oTFnT-p!RSf3D;;pB#zyCs$Ns1zU#|yP9&l{fKz@?Z zGWuLBEqmebui>Hjfd9<7ggjd%ScCRIRx6Em`D5mTe&yRg1WyVO15TL=m{4*)CbEov zDsLu_uJt-byG&G4p~P#mH=CA)p3dx^cwdo*5t5=?=;4~D_vIX*Tb3<7_EUmRU(t!;=R@77bA%QSjjbZDXPR~z{|A4&gqEra%c0AII8 zu5`CSdJ!mQ9P{DG;BV*&n>)+=SVmN){tdUymZNCS;kcXDu7dKutnBgVlG{^V={#mM zer@~1oJDPnJgsIWTNVPh#CdEol{Qm$x_T~N7GN~<8QpnlW{*QK8bmYnBj8ZIVlT(W zi!F49ymCR#>@t*_MNyGvp2oZ?ZoU<#N~P@8-x)4U2en;5{v1SnBy?P!WO( z!Jvb#b3e5-l4xYM#d#lqT@u+!^yiVLSWsyWid!@8<7Gfxp4C_QYW>?dJl>zJc?2W zm^3i?G_ID3_z)8J_>3JkS2inUL-1Fo*(PE)Au6iLy^8|?Ew$bq&B|tM;N$}!iqChl z8;~oC-$1do0ASM4;fL7y+4N5QrNf4p8ooj34Kcpg*nEkN;ZT?_PO>y!zO-zG(lOJ9 zUzisHW8uVudyXCn(Hf%#qSAkHHXg@XxAfp5+DDI~5U@Yr62cDqS-!SC=JuuqiH!$P z1iy~N!#Z7fte5~W*Dz}x5ZibVydT*6ICWXea?-W9-e($bl_sZ*M_Qq9pc*Uq^T=;`iY4t=}xwtg1zl&fNrE0?$CYy!ga&lV8!*wzsck0PWAb?q}Omg%^wLRC;%nrisWV_tm7Dz-1Rk))Wa>CZjhE zWsPr9O=10Gy-6#?!V1qx!jAWV=u0nzHHpjP_z^9B2K7J%_heD6+9@z&#Eo!Sc!I<2~X#-NZoRx-&#F?ILS_ z9o-CXDNFy#|Hl2dA1Sw3QLf&(l{I19m_TY^SDA%2*w3+0i$xRXpL;BsM16QF!>y=B z`Y=EmUTP6F{x{GttNu&}hGN_+<0^Z*BD%urb3CS7Kcm;Ym3yc53;OmDk_$3dq1r5%|5M3(C<%oyS<<*5$2 zSeDLtx&=~l0J>9bGK|@Kzi8_701f6&;?P*&C4uhw3saFj;?nUrlU$K0AaQd{kBS$* zZi7-X_JZq|bK_JPQC~EO%YQ?U*}%}_KA38t^a;?yY#-u|Kgknr$E*_x5oQD+v~wUh zBM~Vi>%y`5YDWw~Kz{!hE%-Q+lYNlXLtWbhhktn@D1Bddx0M!(a zXN##S3&(K>{7q7ZOONNt$weH3Hu_+He;5RxX@RpO#f!pMl9&_#ICXf&J@vnE8|C?z z{@DyfIxI>)D~I%w)*vOULDiAIw`kJD1Z{^AzU@jZ37s^{AGo}iMee%2cwGQL{Mmif zt0POmMpfSgI#HIc{{Tpn1_Cfy4i&O{<0tJ>1oRmA?K84 zl>-8gf1W&f%fT@Q2I2goSpWmp48orM732440{AI{CNe6OsI6D7TzafE1hZf)8>gEA z9~LjUR4cpW8y9vu9b&>*yfqFMUHzj>1Ix)a4SeNyy_jh2mEidLNpaTQbSHf}>t}5^ z+(t>4`FFOTBAl}l|2?dH%)i9V_s734*EBi$@f*)Sv%aeP#h5~9l_&M6BO*Hgd|c(& z_kbX@lQ))Ina?+(?E?6y0T)oj6qoEFKL^^T8x~H7`bfTL5$jf^!TZW2yl%RMtLwno z!fG~91&69NxUV@cdZkq>QL$HRm%V`=v;uRHzIKVGn{A3wCjAkDp(N>Ax5p6!Vg@K_ z4VZlG7GIpiXnui~!-HFMR4yc9spa@Y-s!Tw3zHGpJ7~gAfD;2%>Z>Ib8f!PFT;y9L z_m9L3;OQqTWMez6TV2Y{^t|V6g@8K*9Ia6kXKoL|MZz>xzX(ui$dP0!GJT}s35mtF=6zKjJ3l0(qerv;n3TNVj z`En{GtsU;LFRp%SPE88VG;F4#w-d+W$nx3RBHd39$hd(a(vEyH=R-@>rStM?5T5N! zLL!mo!p<-Mm660#%@Rw7tN&=;^Mg|aWI=W*Re*M8O4|;YPqzs36%w5*0*dL-B93#a z9aR^ARa-ls6^--=L%tu)YgkK&!$lxXol3oE5J)2#!F|k>JGxf*KDKiDxzukkd)`w8 zDs>XfA$0QZWyFWYTWp25fs$?{E8o)qp-VsbltVK(LaS6$*65 z&T~=p-+6L-F(*s=&&ou)zG|9=$qsUn)E}1_&@%R0|3S16$kCGo6Vl9y5DZJDRjTc} zE?Cr#9~|6}oa>Irq^o&t=l7p7(rE8qX<5-8e1h;TMIf;-(AMS)%F;^z)o*zaxSBeKG|1SH(B8v*oGKB zy3BOK{V_L!SQ#MeRm~kjD#)x(+!QdgjN zBx)YTSBk)9_$Q5Qn-?kuh)v?Nj+Ub#!1@YA`04<0kQ^Wm5(Di^CWnXsTE^&6&SVKO zttxJ6d}HakN4%nIj-OO^fKy6M4|y=j;GLAr)9VwWW{#itwGhvLh9XZ}+ky~gvt3_a zTc;+{ObhEQxD3P6eET&8l^AQPskZj@zW$_%^T|l2-qU{3BkXvq6!2ZcK>e z2<;H{jBnu_3hL8Dy?>%#BMSR(hK2!&khN+@J<;cAB8~~V9Ggr1aurYvskJM3Y+$%0 z9Xjds%6&tCQGl@Ms&X#We-c&hX!YK`1?6Unupy;udWx{-f?eHF1k7Z}?Z$ztwY{hF zIxjaZQ&X2Edk1>ns@eYNX#`U5v?ooRF$CG4jFmsa?1~@%&OfX-4z&2ZH8{GZ!?ZFU zFI$cwU^?5AtnCE>O3xSY?rHKo^^kS3@ICl z-t>&4G>PcG(KTm_}@a2iVT}WcF&s!Oq3+ z8nGMCUTFQznHiehy|lHiyKa%t-zedL*UiNzE)4qH9T@`6+Fj5ef^A5vebXYL!+Tb# z6(^H1V{J#1!5aTheJncyNopJBpS8uzdD9ln`Ef@}k@JH+yaakJ#G&eI;-tlSDfJxZ zR9xqRt07EdfXd>uK{-u|=sq@YzDzrw{gmU%7>_I2&QFyN1D6%(Ri>q%{kH7|`jh~< z(V<`@X|)X~ME0RDt3nIF9f%j9FlTebc8_+PgQE=A-#z@dF7y$kz77~JwUd_UAFM04s*X`!fp&tiW=2DbV-#L;H$!YWHDstBYy9Ts}@9_nkhr3uCNxb-`LJxl62xbb`RN&# z*1#PMxz-y{F@be3x#DBn7BP^6-uBwJ+&xkX1(_S58LK-W=zAX={C2N_4naZGf6ton z+s2=hCJk%3f_TMArga}U*d_cOr?PbfV(Qc8R=$TKZay$VUI`2iVS`OgW)Of~K&TP> z0651Jk)`>-Dv{+1VlbpIVa*&f6d-tD)cNmd-W%v0X(`joW|X{@IOp3r z^e>2=P;TGi7i%ZfpDH}(@5(}|461H{;UoQR7}cVQuF|E9e+KLZ_I&7(3>qF)r0N&a z{YRf-gSU%A!{;*Vo7t<<$AWK*3mX5l+Sl5lTwEwKs{_GMscL{>xv&(;ud{83z(}IDVZ=20>hVFIW9YMnRv@ch74sM zyd+lbE9cIezZ>zw=IPGQPBTY$|E;(Cn+|Um>6(rUSr!k=omwC*7CqK9LcroN?{E5C z{iq#ZCY{j<(Tc*H!1W9EtLtYb*@7}Y;j$}_?*HoMwWR2rg#*V7)*;@>|3mHTllCVOgDf*Q{UQ%}?7PW?uT3bHwM&00Ve?Jyv3)~OZQ zhG>5ZSd^sNq|;=4eg1Rx?R|zgI_|8sX1XXJ(zK+sF_41vsdB(-lfoPDnFG$5y2&2S zT;=T-O0*~1n>&YGjqRKTX{VXTEvCf`4S{amg#*>xq!$wPob^e5OMxi7eJ>>zO^zV% z&0jZvoUqFO#sH1!3~pG+xta^$_~dwQU>uYB$B9bN4S+EsJxvj_INcl%GUhx@>&tdB z4rAEexqAWz>q)uuu@j^C(zK+QKk-pVM)*G7C}QJ0-*dS*lDQz3nCv1B4zhBT_g7~I zQa%Uk<0A3Q8Ek2s&a==Zz@lIV)W*}!6!6||3)RF>M`n46)42q+3P_#wELBmY@d!6# zU_@RqqBVPoiX4m~%by7}s34=_izRi$V+|$}V^J@I(G;a(5$~jJSkoF=bLAxU(DzK= z*)qBlCl1LoN@kcclV&c>{BcE`xn<61SDY$9C%53dI7>74z5n+ zaJ&xN1t{z=xP*o0;Qjd2?Dc{hE1yiOTNpKaf>-|e(?^1iClJ)9;a{N>$!D|_F0QKy z7!==#k>^_J=es^#AB5HoJG&V5mF3Lfj(GA;B0$95FrM_Cmp*T2t4)V8JqmGykt(J$ zYs`iUew*YE=lm{HItci^1g4E@H~C5}5-;w*MCE+kgCkHCOeEB)wPq@SHIjY)qz4th;N?gS4@%AVRf6&*2Z?auCTWp+H6xkpyrA z4gg1xf`WJ@Q7^(QB1100F^J4uO@q)}XTr7Z9kHMLYJc!Tds@efoZRDSau!-AC-h#D zCl|?}b3exEjQS-voo_Vfrpx9^;@Y<#;Nb8_%jr1FsD3{n&i_tiXbU?>>ub1h-LlrJ zweduDkATgf>_iz>yR5BqK6(?L)uO|8t`O$*i1h4d8a)f{@Hhs4cpywFJweT!a?1(& zei4ZB03da@)@a!TA;8a=?zhO=r(l7UUj(w?pgbf{GtOkt9QN1ZeQy)FwMz>_qR>li zLGOi9^RAQda5xT3 zoTh9gU!0}@>Y_g)_6O;YM$cnR5L92m@NGGbwLR@0x;&M5EoDFFFEI?#wNzrDHlGu= z78D=#|MW??2AE(FNQxTIWtoH#pb+6tkmx^_iY~KIz<)QR%xRdJw^kmA`>4zW0_9a} zf4s$p1dWC8O6f)9s6x z8o!TLyY_+%caL3Q%sJ-;$6AL{q4=djV-wbkLGb)2U|U0kIaQ4vBF<%_OMvm;!-)e* zZ@T^)SOtAxAU+h(=8K^4%(J@;9VDqS)mgrcrlySkbZsn%bd8mnfT=6cnus*eI1I=Z zVEsssZ{Rw}_RY8*=BCe#1e^dUST69^{ueZwqtrG; z_>$Bv%cnK*y(b&+I zIHJ0Zexq6tY^GEiFK)G}58KHtk#}tU#>Y5>)79(Bo;IX(XU-JGeA~zRYE8~UZ?qRU z9W$^Cf=AM5w4SWr%YItVt@~qswT1;RE<-&5hCRy-IYI71AnI(T_HT^^8{8^E(Pn+Y ze`%6Go|WY(>@TURJ;~0^$>{w{es!ikDhFbW^YUduP4$IA)sbe#LP?p(T@?PMy(nqN zF{jb0+_=d|!= zwh>%*C;T!B&BlbWq%3&wh8q8sLPpxQrQ);qXP39^FthG0EIT4&16SQsk@uM)zx6Ik zr~D(f`snAJHS!)`!aQD8@aPSZt=nha*74r)xdDgl{OO*5O4}kzk*b@BVZxM;Fdymo zEejTf+yP&d$oy2(?ofvtUs;9F$GxWvUjE@rqj3i^Q?1%j($>x1aD}8iSPeBS60;6; zQMyzoGpf#p8y#4H9gJX7NSYF-x!!D(m$%hzqA$pDG;!c~s;lhd9Tsg&QFr%sSa@a9R{3R>wsg$}n}Rc#H=-w`sV7x_XxFp> zTkO>IDgXvBtpbc+W}@JLxq3?NkVjLs5dOl@e|Z6!DS~AI3+-%u0h1QXCkK665sYn; zd&pS5-u0>sJ+fxBe{=_K{r@s2gW;`GQ7$+O&i#F6NCQ#QGP7mGAGv8$0}MC3zv}h6 zq@%2f*2Q6D&28xT>?9TPgSp8PzfEzQmKMGAo(3P9zvN|VWDhS<%PG~ZzcLWI&0h4P z+JII_8Pc51K|P|^T&67*)_rF+|Fd)sypge(TR}-@X?Bsp))e_So0RfXI3f8}Sq6#) zQKc`y2tCk(iM~Ls|025Q9~Axd+`8kbb;J9k6c-~f-N@U%4+y{`qWWV@j)3Fg;9zX% zm{a~ZIS|NwZOtu+#pA2j@zk1$n?{5k0nf{qV)@|)a-PprM-#kEoE6ec$SL( zyh3;vZudV?eHw)W2W#k#xZMue0Xujs;4{z4x%5~=gP>s_2-pTrJ=`f&Ks!*Pf-O0O zZ+bPP5u3bz-$am%bj|*H1S$bU_T3frC=4JEYk~sigT?=tH1k=1w~?K({;tjQiW%A6 zERAA!5hPtxnDG~lVt=wnJ)ipTQg-v;+gwM4TL!oe&1M9fyHOE%h`9sf{@v)K{!b0e z(P--%JKjCOTE={t>-qrNESE|k1OM!7G1nW1!O8aS>A-80A~wu=JG_IqGQ1OInFO~| zCIMlpjcV~Y+FH5={UOkd>gEV0NV$S64R0EAQivKU^m8s551^*>@$cw8W=>Evka@BS zA|!SdLY(_B4XF?B$PP3_ra_~@16$%k?!aq$)c-Q25SdNT%XqMW|BibCQyP<4sFn=# z?>N0ejtLx&WP<*cP2wm+W2}+cJd{Lmx8>)N(aJpEc*U9tR!TIA( zp3K$Nd(PE*OThN1b4@@Q^hfNJ!CjK~`p~*Vzdy*NJwxCK9Tswkk4@6Fxbs-KGuQJ$>uJre{i&UT)y;(AvKX<;BX z+UPjO8>kmglRSF~D&TiGv%%iKGO`A8k+1k0%5(u33etpDsRo=I&&x;@rp)tQiXX^j z(vM{+PrZJ$OGeH7#uUK6<5`>6Y4iYGxEcJWN~qQM-BpgY0ygI+NRT2{u;~(v*1sG% zaH{i%7Wi_|iTay^Kj+%)w#CRVFywM5RxEzjtONu_zNy1u>X;5NEQIYW4(fodE?2VemnDRWkkh>RoEqDTH zO62de+Q4ajscXdP*S*$LzKLzxbMb(bZOBeU^4H;#8Rb_1Fa<_JKd1XDNDLPDI~@(4U=f9$5n1|LT^J4l z5opi|hcELchbPLq&Ga@cn%*~(t)5#XMkeXo^?AiqF)TyMt}vRIE=lw<+(x2L7$VJ* zAPuS$I^xe1o|g<8#PmI~VkQEkoPSQLhiY%^sQ0hOv87fq#GgMrcp zFGNSIC#B3q-XofY{2G1d_is}iH~_VZ+fN8WfhvP%u{%6jg)_H(YA59T57hQ0i9T+` zN1|(DHR)A%g{4!U0-Zx25;UxCQZZ!H_8+}uxscLwJ*H`+Y7C9I96M){8V*Cd%Xk>B z(X(AyfNdtGD?+%$cp}FeyV&riKo(28**iWwE3x5_4LtEadI(`}D=vj)kf*VmQ8x=h z41Q@r-VWg1A>}cdKAGpy=Dj{3q9&T7f%0NSh{OMSN(vbTd^|+)s|*lv_>X}^cXm+- zp+?-)aJ0qQTl@u5ct)AC_Hloh^JMJFLXr;&CF&o{V(N(Y_U4V!{uz`4H^|4`CAlt} z)i7@{Xnp*f%p?ROF7&)x5s#!(Z zlRruT?M_Q}bO#CNs9+_sP9}@|XsSzuYXLe$_0}pC!Iv5yc`A0-t!r~g&O(=G7^7n7 zx^#swNd_Gfx#N(E-x~5PJY516F?-dp0yX_rnS^Cuo(4|i+{D?h+khP|LlVJuv%GLX zj+L0%vZeCEdXJ?Tkzm8TzJDDR$zV{cU#!Q!>ZVM(99qlylLeuldtliVBtz@D4q3{uSdFfgej z4RpjLuI?0Ds1`XdjB!pp60$!!=_d6{W}AoS4Ms6oY{@c2Ojlz<9t0m0+6}I8z>sf? z8Z5@|Nyo(MCN5Z9UC2!Jb}M`a9*)F*n&f50`we;e_||_zr~u{_sbPB51R`+8Y2WCR zB)fLJ?*2kh{cpds(7+~37{aC9k5WVs*2HMqN+9o93{H` zfe1Yfk`08Z@L$anB&-r|&+rRvMy^Ph_UyI0yI#Iq2*X*8+vf$qV*RRgk-x|6j0#BV zg+fsIX1FAf_hL{~5Nxt*jld6ux63a)!|2IRvD9*_Wj!EQ4!CykeimI&Tv#!APTUnF z_lsP`eG7D|^Jnj%fhRJ`vufDoCr*7>M5+h!Zh=m)L64J<)E)l!cQBTXgoQLe84=OX z;YmfKV;06;N@HjZ3cDX&$d5(nDg;(>9>9!vWVRlz*HgS5eE&9i%2j)&=zW7Ac7;6n zdhopL_<|IOVQI9=*(lym?aF40!U|<+q^EIFVkyBuzutSDHqwEN_$m(`nsL->`3}xk z-!=5)J^lwTUqx`k=SVd5>5Vey@F2mGs|M#nfs4nXx}+SZl=LexczPkMeIm2Yl2IeceHZg4G9x z5aRd)(Q^|i9eCeY?m-`DI|=#w@kwY4hx3pw6sT72HB?F&;1Khp1;(i=+1cP~PP3P{zN__FcQ{xU~z3zU@!Dl%c&vI?4lwvS@lpI{uf<(De*+qp3^iEC_FWl;!eBtgMY9^RY^^9>NUpi|I4e_W)w5_MHl=HZAzk?nfjWT z$wpu;#^5NR%GYke&U`BduWoLafBIx%0?IB(23*t?5_VG!mAF;7Uk>v?UgWsAFPKqX z#AM>TjO@SrRTiKh^@%mB`I`U38Ew2hTVUT{(pIEiYp;x?;gpys5k+&L+{rGfC z8k|3LW3Pn9v&*EojrBfQssPi_4F4Hir!O{5LU43@Qj_Q%0QdPb`@C}j&-(+jhkV=^ zppwg;ztpSz7^yE?*7yqSyE#PudKe}~{HruSIrc(<7DM|yFRgYr^JVhOk?Gj+EZQu} zA|j~+tJG+LAYH42bUH32^-Q$Z4^;)=yp&dn$Z9E+F>6R@0iMjKW^}{7aA2>b#n>Y% zr5WMhY5;J^Z;`RGovbjhvW4#p{IExYUll6K4GjNNKOG^rvcY((+)}^I`o67Rr>?TV zRr5*;5&_?k?_Wrq{@p%4JdNg;`mO5|zNxR_&39#?2t|u<$;Q&cVqnBCi5Ks%Vg_ty9bF z4w}Kj0N}0n9`m+>fbRN|NZ85l@z?F)n%jNqSAzO4qINv^DzbDaL`|mjlUP}vEb;?%2*eM>S1xzy zG4?jkYEkVt1tGJhk6sZrNn6uq+%gH}P;vmO9yr*6%_?FSTAw4F z-xM*Dou>hB_*Jv}mL|E#a1|pAMR*PN_`M;=PYI-O-?CB<$Vv!DL>h2M)~K|H>WkLy z=Dz7aVWgjge6uux#Q-E8s5&6MAB+hE3M`PVpo=r^r53mi^n_k-c7X#)Z~n0;x{BP$ zFsr1PiynKdMe@9?(|0a?wq2o~L$v5ot%3&*ACGLo>oe7tH=oJ5-LKQ(d-JDlJ*V#t zmyGLOx-UzH&4@oSoO-0?PhLkLu<#_WR=x~cyz{ubU;H*NjGkJh&xKvO`4(ymjx`z& z?_zj^@es4-q+--ds9%vY%MV5(l>`NbL60W}F&boHk%@8rk%&wX4ijNE6b8X99+3b9 zNK{L!*`Dx~a0A^B0G!%D=9q^|j{mpDQ@6;ZQJh^eKm^?T^6pThEjEJzRTNlr?$z(4 z66<1ZDG7uCK6X)M{XR)ZLm-i?F{8oPH62+J4(@qn!{?1YpZi;%4j#2q7V~I}maQv5 zCaBBC4bQxu$gamdeI9)J2&sC35M%4++E=TO{1hVQmlp@qY6fYw2V^ zs`^l!26jKyA^G&)AgafBo(1*(y^CkE_IQ&Ds&6O9KRjYpiK}Wa-+29vD;t0+Q4ERP z6zEgg)cRR^Olg%F7ds}c5T`QHHIG`Av+w}kV%laXHfdI#0LIziV_>3h5dmcB$oma8 z;iq*1l@E)*4Y^cuhS_ zm9keg{a^gd2QK1jIe0s19Iv~&GhWO?35mn^>Enc+QwM)e=MZDH+$ zjxu7f@VM)ioYjYVi_X+u3pi2}Z)#Z))u$F?Z@P+3QU9hQC;l*ek|e2`)|;|phGoVoWoh__%a{Og8Q;h-Q4>vR zD`#gWLAa?0@tk2<+JA@y6Id_zvo-}r`*@26p@>>Eg~J@4pbU$%&{VNg{nf|+@=Tjb z^p6)ZGfN|{`ML)7;2$0W!$iCG;{rx#@d(`7Cw;3Me-FKgabqgMNBb<)bKF0lny~Tp z+wtK3+Ql*F#k>_`;I?%C5+r$10gqDO7S6pbjWPLcf8K#a+piwlYw%i4=EUFAJAzDte<-!3h}fwVeU?U0+-V1M?%e zG;}c0y;NdeoGs;KWUU%Kb1+{sGS`6yFQtO*_%eQg(F?k`fZR}@z}gL)PSq&bOg&~-}P9Dg4Nd`*=2Kt^?snK zLKz%M79&q*-{n)N*miy?0Ch`(8yTzSdPHKkw%~lgk62y3;Jj!P_2)zyB{;GpR)gTj z{y%F2$+K>4N~=;B*^*WBnJKLf>76ebi6?(dTLRzR5Kw1;P#SYUI|RA#aL=PI%V zTty*Rfc=C@-&z57^+}MoHr!7nqrJ5o0~LAr#0q68Na1(Nm=u#tj=QeYKWc`fm9#zY zy)las{fv4)`@mF0a0zWq$~?()q-n`mJ#<%Q#RKFrX+_|`nm&E>^(^`$o)x{+EKOJ4 zV3n#xfEJTZ81>NsAP|decx+ybCQp=Qx)@0f>b$&(HY;D6@Jq)zt)<}o^$*{u3O>i` z3y#3qtM93g!%u1YHgBkzDibsVu+P&+nt{YG15~rsY#ANk@F;HXjfU~ygls8*2>_Sp zLg#FZU5qfpM6>iyj=*Ju4bXUO-Ufs3H}om#bH(;55vXDr^>wr?=nLPRN`pw#jG8C> z>K2;ax%yLV7K_Co8{ni}ODhv#eC|9?*q|Q^K?02(**LG)J)|58L86^C9TycSz%FbO zN4I?U*pN#`5xP$WyC*Lt&a2QsIHlcgu-%ja^ZjYdc-tglH~s@s1c``6ke)4TW;$ZF z89d#4rP&gr>QcOC8x?8U96m1~Sewm)Y-n$IA8d>d$KgL{@aO|_lhpAU%}(8RA2ZnX zRQrcS?XJ?iQQ4k!VxjQ{^YLaX2Q#Tz*2#Mf1g#2T3A-v7vWDugT%%bLp#tD5j6Des z8072;{7G}ii62c5Q5IzY2_bu_YS1nnOsL&ObOCrPs06SQuTFZ+9mEIOb2x<00R4t~2NOedv z{qpjUQcYMjTc+`5m;0jkY=^A*j;3Jq+kppn+R#cnUw5Xq_bv}3Uh}DD&Nm{3bg6&$ z*zLtpVZF$B5E^(25_eYaUezW zn;GdIiOY`reJgrw85vx;B{4By#m8{h?FEfG!VQCLi$NHz z)OX#L30+p#8NAcsB)+hS+0P&DH{W1h@>YRiNX072@(8kF|1Pma&aA`Q1*cRvtq1xm zlAKr%IkRZBou3WUg=`M_eJcc2>|fA{bp^RIJB0jk~K$Xc3`N0JgI z7f$azuua8w3B``H%2hHzgzrd;g>|_Yq*-`f`OcE%Aiqp90|saTSiR8XV>2*&6=%JQ zJ&VRn#~5}M#6`$zO60ggZS?&OPD3<6gz7=uwbkTJ$L>` z6`^!isg~n7tghU1@7Iu|?5;#oo$9O-NG+A6V(B@B>#ux$-& z_rhzYKXta5ZYT?kg_!MjMR5qgCnEz}6=nbps7zN2hk@sV(=PW)+UMn;Yh@s(FF5Uj z$rr5qvD{PTd`KVlLR0tQre&C<%|Z@rm?A^=6E|WS5x3qUPz>(vKjIgRW7ogRA-YDJ zg$iw+M2CWd6$-gIUc4WbF|fhJsL!EzN1io-lKWr?yy-tYR7(1N0g#j`!jz-tAKzN? zeWmQ^lws zp$Q3Hs25M!D5<$vbVHp6T%P1Fpa%OM_O~9NOlgZz>Sf<~A808o+SsD(TGdW-bi6j+ zO31xaZ{@%UY5uYZC1`$S{NkC&oTj2+U%&VQe`~a%cJ&nc*7F#}CLN>)TB4KCR-fi$ zY}0GS4xOruTm$I0?glU`3}D{CnWPiYZwGqOfYyyShn51g>jpui&gmyXBdokbclb!j z-Lo#+sw`p8&TEgGs;W|TX7!KoXTfFhF>JT?_|fAwba(L_z5mvwm<(r-ENyAqqo9m@r798S$f`Vm5a1v#&Vs8GoFMX`3Nwm1PE?fag1=j^`v|rH}In5ak9K zB4GoafBh83oa3-O-n6Q1>zwd95I@tak-$hemd3Tp)_#4wH!tCk=)s%7hx|>I_zps= zTf=z)$m#Is=r>JW*tnge@iJ>Z)J-`)(DnukV(!#mkP}{+Dw0CBE2W& zbZgnE%r%Mo@rx9`gU_ZQa2lX!;>hSqc%Nv1a4;CoRh8{KlMw_QqPhurQZOxGF~(yu zVuN!|`c1csH4Y#m1%m-wM(i#Sk+~(V$>Lvx68%;$I#V3I&VOE)IlPO7_|tDUgUSnWrRAj8|&)3V}Wo9&4U@>$;Y6 zWjzkRm_=w69j(2zEh*!E>YDUnq@jUvFgWC-Fe-C2JGVTiBLf9I)!gXa<06*I)l%V$ zv**m;rzYV?4a3y9_oW**o?5>OX28b39@5FjT&H4GYr!@NNB+wK7AOj$n4li}|PW=Q1bW~A{*14hv|h_t#@EGmisQMaY*nHPkp>zNfK z76|Mh%W@ZPUo+Z7L)QPIzA1K^_!g-HpA6V=&A<{Q?^pp&q>!PWba(J7N^%V#KZ8X1 z^(P(z69~M@V*}KAkbuWZ2#~1yuv7B9TbF)Siz>N~{#Hh;xXUH=p@BY=yD;gLKW9|h zdU?p%O@%M4?*=*vKfGLNUqYi+CAqn_WQ%+D7N-k;DE+-`$HwCwF(E)aGhklKh!;s& zTk}j~{_#s_-% zH!WW7udJ0`E#8^2-pR#vow8h;)HHOZZ$T6Br{cs-+GLcpnl;|t*;z3atc$fE&9wTI zKou+~%xd(V{J&-`cp7AvmHNY-RE7s{Biy)f!aQ589Fu@VpYgi8^T{%7+4)3od*0|h zb3wjgxr9?$SWO5xU!&&ti0kGyOsR+)s#q(lx-MtZL=EKqXaSP`m0as*K&Mkq8a9!> zXtJ6XnUdz*%g`~~crPxF$-0#(-7MM=V;*dM?oyAtm{`qhJtk{>lrgQ|xTJfezsIrG zSPWk6oz$GtT9sxbX4h-?By0RNOa~mjHoN+*Qn3T}f|Q*$9DJgpkG=yrulqm1O}vwP zu4Hr_j(C5}skP`9(U~^}EUS6hb0myEqlP%w_ zD<{ZEC{H{_!b~`fDn>4q6O55ulHKVRHuD=dE*Tx1a5SAFrQnf(V@{F{F6Z;NZuITj zmHnr>*?!o$9<>O9x3wXlcaN&M_5u%euZJXN2JXKj+1y>1q`%NvOjalDJo*KYApd$r za*14XcY{r9{R{>sg4Tj531V;@EKN-FeoF*t{nO)80X+^H+n=g06=)M+BDsVA1wpRq zQIgy07lfO7EX*%m+N&QpLB{>bnVYY+Bk#CzLvTqz<=N&Xbv!@&HNBO=))GbQ-lJQz z=guf4tQ6HBo!aUhQfwr(xr7qm?(MN9-AhWl%P4XZpXlYp_qU4H?%Ow{Q4Mn!Zj<7X zWQC+r5RuQ+@t_%sd(rgbyFziVj*Xa9(@)2)DEn z0-f1E3mZOk)rbZq2N`hWV5~Zkvb&6|^KxS40^j)LSbciT4W_Z=F?1*}X)C!OyN*KG zWy5B2uRV7%aVj(4$H{^V{H75PW5e{H7?CW_1x`0EC$WO1Lz`r48IXWK= zktW*3G(ygEEuJPC#yPc-vy$W4&HFz^gODUpWGVa{m}VMPgo|2U3VmG5aeUWnli2Um z*P|hOtQpgHtDv(hzd^22ZTR)sK(s*rJV{EpY)nl`nO+1=Rd=Mz_og3C83B}OkUH#VYJm0D@f=h<1vzQfz>eQWr9D_6Wr*G8M`IB zmuY6E5^r=_rl6uRH`s6PbrxEmX?Tkd)(k!qB?%+>sg<7y4ayK3kHd(60FKrw^ZPk% z20i}$aSkKgnj(LMk^Jth)`*CB*c5_R>*!iQvvy>wTm*bh_^%VK8WnYB*a+L*lnV((gf&o_!FA8=Cpzb%XV5>`X)ciOtXqka98EY3MKU=$-PbiIUqyeH>dbE&CEcxEv02t*p0rTB1 zSx#Yty{PDglm#1x6z9)Mbi`pVMy~gX>`WtPVrKw$ZL<1O!GZc@lGAqc2h5XbWmbsE@N0M^lm$H z5H#sm;nd#~%Rdb4kYY(ht%pAxhjzUdl?a|G5x)%9??Or<@k9=L)=yEBsA= zKa}s5c6{)rdlBF!aCR?a3C`F&fCBAnEnX0Uu@Cx8$VC29bG5LUz^oNHSps+a0EqY3e#9X}zL}&uU70Y&yYY7Nk`>(V z4qZ;JUT!`nQ49MM+#$J#`-_`^rf^kjQ9;LH#IB6xfN`Qstl>EVJc;4V#+v1cI6a|c z5;<_^sx-P;Mv6yPYz7pUL<~B>d2V1ND0I+>ip|kl{!{WV!`x=m1P4>{-l!Y@sl5|j z&h75#!4IhtSchK|DKQ5^!#afdsPU$?4|!Vdin3Zdz1bA|d(Z)KH@Sx#OgE$Oo$Mw% zBW9cwrc9(*U@KdPyAFTwHP;5>34(cPPu+Yt?6fhcj8~3|IAk2?6?oci>k}yY#$~fB z-KhE#thdThjc1sCBdm(m^T87p2hJlK{P|;!*Bmtn|2VepbZx?=sO}Q+QTS7Otc!_P z3or>HsBY<$t+jtR%B?f0)o(}wIAVBZ8^9=-1ZK5@T?!Zl5tXX}qo5=R_a9Xnpbj*T zDb)Kw?T`?`PCo7Clf9}=Vz<~h^|#$b!hNvP)3!uAetHXjNhF+9@!=W$$t)$neh{(S z_#Ih{wQPLATd{}6Iml#ms)8sK?SaX3i^YOSOfh(d&&GpBF-nw7u#E3=w_h4UP=Oyl zwza_ft7L?Hf@sy=8%6Mf1I1|MOaiaII*zLw!))9E_$jCdfBm}&gGF;6_{**CVUU*I zA3jsk;88LHd2Fuom)imPccyjECCi|Zx!@u`3^zO&@@5>%1#az^=sRQyxs2b$&M$$u zaBOeY0pC0F_^J<(xBY3iFHmr!{P&Dyr_lFPtkUU~KD)VnXv0qhDP#U7nx50mw1?Rg zj3I?ZcAqOar18ly3ne_r&QrZ>pZ5*E`#KpKptW9T{yygxj~hgfwr|4{^4JP-u!9OuuxPD9t& zns_uZZgekHOzrpY$pZxn_*8OZvpV!_r3|Bj`H6t~7mr#s$J`m`xVzv5=eYSKLkv#l zp(!V0z(_9w$D4QhCxx>o{sbQPlW#m_HL#Ms$H(W#(Rlqg6FlKWb3b=?>X|-ax6k;# z!O^_H@r2%zk$yA+ouhf%)A8j>x&9-im_V7GwhLCFzmh1p^N{;Ws-6_mLq)QD9}6S~ zpg-!i1JCgG1Vi4lGw~!VTj{~VbHK=~%jG^|b1_?eN~2J@*|{O44-ir>y}zNBW;z@S zN{HfSX@6-!=Ufd4*^FAG5vwVeDp~r}dp;b{P#C7fCqI9;2p}F;bkI|R z-%N^}uAX?yaPM$fH*Y7bc8YVAt64~#M&Z?LY)#02LF51{!A3F&8*P|E0Nrfgzhz)e z5dd|c8AhivU+Xk?_#N9{P1Q5drPgM@328+e3LRX9;IBT8 z~GX!idY65q8~(^U5acgyH)Qi8DcSM)czC&arb4#R3 zfFBOStZttcb!+= z6>ym`N6Pn%1IkpHGI@>WD{I7STT%w?H{6i85$XxrCY5e&;*mCEI`_*o|O z)w(K36R#w;IFTE=$dXXGt-NBpBF+Xzr#9gX3X7xT?>=Qh;DP210hQ`RISkjZ)!xtK zAppnuUBe2HNi3k)4u-50>uU1`EawLMgPT~f`-6d**pDR}F$p^ECj+BS2DsW=!R1hm z=E}&ZPK_rROv5}$!O30@t}eo3*PpsQzavLW9;}n&kl%~cy8jBlz_GxwM^kW0iyrY6 zh%^j{I-;Tw?sM4b-3*hC!%25`$ZZ!7b<*>0{Ji?%0%3zj(hl@ zc2b3IK;HEaU8kvXO8U)-qfHi#K_kNiEZUrAP;6G<@T+aGa!kNQLt+WUJEXFEc1a9A z46+X`;HQr!(c+fCBwm*&rz8Fue0XV2;y!s4QEzS32EbS{1r~LwGU0#uD(=VXvT@V1 z;S`t>H>CI%TDe>#G@Ke`%i-&(L2BjUpw`se9!wj2{&Mfk9?;>m*&{xO(&U|&iqxD& z8#%Y;MU5Y`xt~E`w&7*x(Xj=#O@*R4U1OF?3>O;{vfXWojLLZRBO45`5ffl8!#aA- zz)vE(p`8BUmZZfmmqDF%he?vBRA^0-ClFnEhvIJGfzYnpxL+gt2A4L8V5XEZu?hpd zV&o~jlJ?BXgN-#sCZ+r#p}x2t%owWArY%5Uf$k{LtDlRB&>MbO+RmS`m z_N1Wf5?&s+XC7ZHQ?GJug6pVu_ZUtzkqhnu3QYWs=N;OnXk~&@%tuz!8Yji=Gd}`l zyJ7eMd0m@U#}>mA(jUAGxY$4~(1qQhB(n_J#_!DshE!z<#Fm<69E<}t+9B}1WHXo6 zZc*MJqppb%ylRy#sj(hJOgty#Xza|>Q8FxO0|%yIH@T3zye+%=;%>3{Ok!SNsn!rD zf8YJ#?xEiY@sF{lsq#?jyQLi+u zG7=KI_S*5prtv%Dss2y~P{4Co+}YI{f;JO29I@)kNSWrk)$F)XaqZN!5-%iyd}4ml;naVg_$_P7iIex=OVAkK&8S zyF_KhKd+Ir-w1c7FXCZ-J>-!*n=-T(zarg}Xzb%7lN7`;2y_zPQ2Wt*5?W))x#svz9Z!TUs6_(qMe#EXa;s_;+ zLp|6!HqoLG^tKJE)@0%Km36}QUnau=aqYne_VmhJ>GovdNcI9rl-2Z&O8J<}`?kYU zXhgY%^7$+ETCQOR%zyMNg&EP&ge&Q174k91$BCA%M4N;e``Fk*T60OeMP~&K8+Nfp zssuyZ!_gQeL-h*+kGL!4KjKa2!-imn&IumF$j?z#WA3lzb1=d$` zY%Q1HM9FoX@AELoe&7j5$IxnM2^jD{Lt|6x84Q(N`HiV=#*TWyWcE$r?HTx26Wm^S zu;uhI@MyZJ-D+AH-6dh-CQqk(!?6M?h&^%C<6%Yz8+U%PvE6`E7;%(Bq*~jIC=XJl zdbL7fUH{F&(_y+L8nEPAP~)G>irZ1@c!zoLAh9Kq53Oxd9);JjhC_ob+O-*wlC)Rz zv)tIG(QHLazNY$)sVK6YoVx9wx{do?ghV9R-v<6cZZM^z(npPziq$vz%9_3hhdS{l z%jw>xt;2yAj0qP1p20iiUE{tNW^lJiNK26``Pv-IVKB?4OTN?~mZe>sMTAESt(-a`OL2i46p)`FcXDMCnuNZ;0Xck>pz%^lbaaw5yo z?9M-WMrSWf){|`N3|L@%E=&%aW!K5ymSw}_gtxe!Qw)0^^Ke-xF#`!filhEM*}4b| z2-po=Y@jj-#NoDf&q&4*Hkh=DGdv_Y!L28s7YlBuN9&)2L4aFIImzcy5TI3VMxh{x zHpczh3<+Z&e?Qj>(F9ZW-#68$w-f;H1|wHLL8BKKtp zDOpzo7wZ682k+v5qSb+=^8VGzMJi=-n|`_h3BfW&SC{-R?-E#@0*KPI;N?-JQy&}c zYAoR6Bv!yO)Is^+jp!!hXoRP1nnP5Uvy1)<2%xXWliOUQJ)Surx zJzbQmUrT8%7k#U9VV5k(8Zen2;ZqldOt~mtu(yBXFuT7wh&g3f)O1(gqQsGhz*}OO8(loLS9<lf>v#nqHo;Z4F5zi?G~s|%R73ybY;H3vWA`|3R|~vRWrV84 zpA=Xx$l~y$&rDw{;CAKC#?(Iz;epP^Xh3yH>#lPAqun*92a|MHt<#1G?TZx^%zj8# zL2v<$@wq{@pq*YH9=K6hGQ+yrtz)~)(n2H?G zj~CWL#oAx&u;=2mZ@g@p#S}}N@{`%b?pTt~sTZ%fnD@wS?G|(9YIIRN8{` zblAwlfB?mQ7Y`b8#%Ur5E3ScNQtfi7091pjDI-?b@v<%QXo_cEL2l``Cv7OoUD`m! zsU)!hlb593c|GKxSp|xvx&}EYZHVDKELmRu#|7i;29lU;Y@SV!Z4G(w{$46 z3_kuNpjQ_Sw4mxM-*jSWD9s(2@7A*A!j@K(6k}G($75?EJ3BQ4=oI9u23;&zkO~1w zPvW;Pe6kTCToPzlP+X$*0%F(V{?R?#-8edN9q;SAe^*0bM>%~zLdQ7okFY2u_X#{# zL4_t0Qotp(Mr>hr4Lwc0BvGbX5`C?^SJ=*NBHaZ%`L) z4K~=cL;2f`3qTRgPjRiMe2G|oH%ABW{(%6mAQP%9yq1Mnqz#lw<`$kF+ohwoOD1(kGOwF|4{HSY{nR( zlzDMtQXL+WDWY1?()rz?s&iCk1sbyd7Sf>h-+4P6D9%z29P$|O3k#_da4L&9SIlDx zwLdkkv&+@Wkj$Sk@a|*{O`524qax-xB`6C0DT(ZxNX#}`qj6D8;vwF}anmG%$nDBp z)lmuuoGjLBBp6v<) zR&{cAK#E4DI?N6JgViz0_dSNIHL-5yBbg&kUw9zl&576`0M>SeZmRxukI|QW2&0;x zNv`C;;18c~gclKLWF*=u{UUVdlRTBNYO^hw3oeS&_+Duv{c(dmiV>q+Ii=B-37K94o{l4p)DC&U`+e_h%!-I@yt zxt-e6pAMO>Zi5j*S)nbyE!S|jdmiSg$b&*;z7?wJLOdO>IyQ;|(RR}we?uwg#VMoR z>h$JX>O^7pSRb~8k?5B)pQ2ushLN(5!CK8d7bFZWNz#55n)(|;pUOnIb5W_Z_nRi9 z*mKGqQfvCqP}t_m{}?xU`P|`mDAy6j6Qm*mQ0c!KcN^UXA|<>hB@ zzk+CAf#&6c`U{nIxcMjtB&7EV$|cLK2+> zI3oLXpK;nt>cOzu_6D1eMJPtGhe^=4I59J)ZQ>Wh#v!5vyv0;WCn@TdnhKh$nVGB z=tNVLARCm9$dz&urDU-Fj++vvTQwK$4Hi?OV?u_>FnV5rqzB1K%w^yUT8CEPH;516? zVS>O9Bad+p4FBnk#!?@Eg>f&Tdr(($&v6U7j0IL5b2y|8IV2QwIF1t#fdkng6vN9q z`U^5h+?e?g$gq7*~)tRgDr`M49h_#`clm8>4ArC>t#kI^~mG%E^%rU zFY}B;Gj{$Wt!we8bHwhAX5;1viYRqE$K|>6a~%WD(wkbpxH5W4x2PBa?7BjCj4>cs z7}--h-g|(g>4YW>NqjK$DU@KS#SZ0-%x+LLXb|2!-SK(p;aB>f(aAr|w>;Z3O=fsr+H3y}xF-fW&;i(4Y? z_cJuG42Rh3l8;;nF40(Qyx28o)HpMQ?#K=zysU+u+FjqH%dy9CSYbmqf+M~So+XK* zEERpLfVTV}OJ@}pN85Dk5C{&z-QC^Y-JRebB)Ge~yAvEja1vYx8Qk67-8H-4@88$e zC(PN;Vd@JG~(h~Sb69;!+Gfz}C+*k3jE8j9#&)_VhDE4r#RWvpCy zeguYywUG;j-rU?)&3hNk+YvE7&Q5OdubZ2O9sJ^-wqrXHS+=Be(ETtaBvaqGG; z&m5HwTOIM;{@tb8u`z?oi!vXYl><)bO=ArborjDI@F}{CNUw9OUusi*jGj& zY69}!9xH3ZQQz<>lH>=TYC*d4yBh9aMPWY)M=daGAs^S>$0))2g|~f!k^@n(S8!^)5Sx+e5B>ewp@()UdL>aWR@1qKW#Qj-=@8*e}&w*Vd7Jc^qY^mq(I%}M&x*RoD>#fD~{xo*4N{n%H1gsPA*=L^9MproOEs*0sgUA zlGn^;Z9Fjn7Gr+mF*`aprskT(SRZ3hIt?-oI?#wzPxtuL6?Zu9T%6NTg(jH@af{p# z@sZmV4^DYY;b^*l7o=p!Ljcl-6oIw!|96d3gpfBR!9qiw%5zYJEQj9=8~@dDU|UM4+fD7H=#LwT zAwSs;4i+^HK`Z5t(@w=f?vP^tTiw=sYsY1j@R!nKIk|Hv)fAeB$v1SK^8P116cDPY zfDr*vxlwb$ajp3f_cpvg&>nO(nSbO})v5b!WyM;0p z$G*jinz+MF5AojzMl6(8{Ql1;>??&Rs<+dXF;AE%p&LkU#1vxoARCfO{qKbVp?Zy@ zL1RVbJwg9zKO~uT{Xt_IWZ)p6+$Dg;mvbQjyucVo65unI{b$`d-!u}b;Gbado`g*> z5mEvbzb|jczjt@AP}(fqtBPfF#Lv#Ef`|$>k%u#i;|WAB{9Kfg z6~zvAa*OsfA392CI1`uy>}*OgK&RGaUy4#<(Cv^sjytl$F7+IP zHGo~*qD;qmlj�W|zHgpUAo)PSG>bF-@`_?pLT;sQ)%q^rlzTDfq>uLySdr)FCn~ zLY@WV3Oa?7pG?Ico;rVCOF8IDlR>Q;IlG^EaCL1&iVtFh% z_6iva?e2LPm)fB5xP1fwv>s9011hW)BGnlfDVSE3G;0OzK9|*wCN8v2CtwVP*MaxO zNd}fw9G%zfk(r2%z+mH_YLx0F$7-62cIHwOnGYTO{ufW zG_XI*c(awJVYK8R%aG}}R~eScZ%?W@Gc{l?fVUvPjc@xqcT7}$+#ZMTMQuEX_+f`1>dqv1+Y;-6_z{K@7Ga94W z&1Zu8c48+}^F#?a5dWP`na(?qYJ|F=*of8Sj*`yK$cl;oC|PP~}uVA(by zsdp|!mD+pN%L^G|fQCooJRkk@nT*?nIvBRhlvM!GK+43s3g4QN*V|P`sM-||mS^pg zJ$V=qcfk_%g}G3iG_y^{c`{sC)egp`f1D^Yv`fef#{v?WGjzkT7=9};d1YTSuw%h& zW0DMokRpLKS-H`K2uf#%o9+0{V+is+iho{8GWkY03KGC;8L;&R>ovE5!VlLebll`a zp>i&CM`#_^uwroYV}gwDb&zq{@5tgp68O2PLx!b*@Y($(7pUK+CB=&~c12t~13*zP(tZyOI%*jd9@5uJjK-XthHfl=|n=*ZaC!TqwtKoHS4lkQq zS@l=7mmjj&66_&aaNK;kKlrJT7`pIpP5Q+68AbMR95OEc706MMjD5Sv2CW%88NX!m3iODd$@zZpYiI#F=NfF2s(?C{3f0g5b| zvqUBW1r&t;i-ZhQOu`3=)*Sp*o6Zw#|E~AKrBpCYNZV966dxvjQl}T7U==f#TCv^k zCFBKuVIS#aTdY59fy{0JXHi$zSWf_(_SDr|Yg(ulcGq@_O8ajX+!}Wl(u#S%^ROy> z*4E>xw`C8}Z$Ty#8@;$;)eFN~Hd?4}3^VmaePbgqG^bLjJQxX+;z_!6NJH-}3Z4SA zfX;depe)0JUvh>rivr$T^}zQa!T@Hy@DV0UI1lw!9|oV6LbC%7TUvr>OnDDw;BktJ zRe1>F8?CvRL(A4n_p?)U|Msg83yAZcAP_`Ij7qa%O=>(i-xSHALgQH#J7QTYDb;lb(9{%@g* z<|kBNR>nZE-PRznc1`LSM?y_)01)hFrh(F1W`QYTsb<0B{OUbU7ikPqVkK*)2|>zRWdd)v}02-5l?bQAUj)TGK|i+~$T=I8o5#82Awqq~cX#_ca?S&MmdBvL3Cc z65(8!LgTaA$KO22>1z3oH8Q8Q_1ij`3;S8~B*yFf%~uHl=nzqHh`iD0f?(3&ZQP3z6hpRqL?x`ecgS3~X z^^sIi#RRFpuzsKw_mvj(fmclnXAM5H^3@;)?ww$_0pBYu zlUBh$(ZieR(17DbOy#qcbDo>gt)OEZU`=l5eq@dr#FtsqEu** z`~^b9Wfii=I|s?406*IoQ@^-y8L~4PqaZMrZGL4R4{DZ{B~DN-DE2_2UT5bK997Y? zjT%(6hha(h)AKR8c6bMd_Jd@go0v9y#XGy*gC9%HF0~VfL^4+c&|_~)Xv(vzC87(( zm~Zp%S7cdJFDKUdFh@Ir;|VTQ`jFc-@1-$WJPE27Rxt{#myf5m2M#O zu}*Fe?o3OO$AM~0mz&NpA;O&1hGzBie5$N9p)8yuZh@G>fd2aURHn=Bv#Uo<>wjXa zQu#zB7VYEPM3LKhZ2*fP9K}_kF>z4$B}!C`6B?!6ojuQCfz2|(#~2SG3(5SGlTT^Z z92-FDLTAaAwgAhl#yJ3nW16Iql7Jg%8AU>XUoR5Cr&xCp5#xpS_JBda146+?YD3O% zq-;1R_3K8(VHP*YhfTD<(Nyh*>x^*|@;i|VEp2eO|M`+iI%_li% zfaT|&`d^)7`KP%8{Gx&FGm~f)$&P>0%95rSDoyX({OtYM}lOF;1i$9)3Dr6Euj zN9D+nJvZMSKX-$V&b$K@l5!g1lZ;tYt-ufa-%yit>NIj-|3d9X0p-G{VeZreX`SEg zIm^<&$i2HR3){13(I_h8z885AO!qe~X9(md(fwXZ2+8wknb|d;RMdjuC*zJ~(ejHy zt2DPey&1U|(#+|)9w|g`4(^R1u7>w@g{9>$~)djt0)N!cqgSnUjIJFQxI=jZh& z8>k6bf%`Gjcs4AJXxm)Or8g;QL+C9VYNr)X0L0d7>v9vZxhC+Kdp>3=W-Jq!27{hw zix_xvt=N+%sP_C`Qk6HkN+Tk9woMxiM%;5cO~^y9&M0la<{2}#3HVIc_*W>iugXG` z5)(z4^tY*diwD1$H*hP#&EqZPHlo8fl}C2+ri!cmB<^P+(wx2Os2OKKnhbd?miv-7 zgDB`YWQT>TAW?zqy^4S-halN+*CJUJ35$if6Lda$uQU&do?dpssvexo1sD|6?}5+; z*Z<(U-a_JM86H8J~L6Oi@!>Jf3`!m)k(GANq>J%z8L72ve-2!+acY&Zczw9btld^$mCuD zSuTnr*z|{D>VNc!Yn~$v;-r=(6-_ikGxj$Wp1p-LHqyo;S{9R2=S~G!Du(^YEJk6} z(7qKkH=0nS|0T(dqr!B&;eo=tVr+S2_07X|5Rvw!N}dA4<($M%2%NWWEQD}lpQaVI ztGo0KNFF_rtUz@#@CnBkcXhb!#TJ-$1CgVBRq5Jwbh$ z`9r6IkMd2t`1+UseK zi2aa#r%YYzztl(2 z32QxH#QGXj(|i+JlJ{CPDnB;6PEAIA&1s0{3|nNZu}9&^7e+l{CPspKwK1gqrK3(w z@Z`T0S-)|i-YD+H*^P9nb6f7GQi{usNa%;Qkk^h2)p@_F2Irf7(^twJz8cdDt<>7) zT>9tPW34PT^N;I03A?Oj)9=;A(`w>9E<0;o5If3zLrtwJGszymoVfA1`&?OGC|o?m zZVyPQ%SB&*w!YMfdPZ?5of1A`*DiY;p-{r%TMciPg*@VIuXw6em!?71_jGQ{(G6vU zC&Sp0hZA~)lIxyBac>sbmfb>~Ntpq0jmyX`JW)CwqL$r~Zy=cg>&ih?AI^}Rj9!zW z914!qWA|l#7v_-p7I5-1_FB9a`d))5Am4E(Z1i0`h@=s}E+M1W{WIppcYJ z7HU;E{CX^)hc|+;sW7|meEn?kaaA#rXumTRl+z*;*T=PaCxzzWt6n@5?H~rbyi=U_ zeJB3XvasHn3kHdXuki91KYOh;=X$KZMuhCK?+#YL5{N_Gd60W1N@2nZeP?VmJ_;eK z7eD}%$o~o{wOLkyV42h}wzeE~Bxf|l>}#EboPJqQ`0TND3^L>>uX9A~sYJG>Dn?Sa zV^?eieKJuI($2#hw@cDCtdpnCp%(vOi+XVi1t66*8q_J|(0~G}VcG7Q%TLkDi*B0r z#$V3Y9Os%Nr_=IQ=soMy{!=VrMkiK1Pj6%r@pUT#WXB?{nt3)!8_gk6FR8t|sWEtV0cfvTrxFL_&!6yxREC zWhI|^VM^&O$xBM9(U7O(43!!YZ3sK}$KhZR15RJm?}EjyHP;jbdLj3sZHojE(#NFE zL4#fimvd1fshm1zSTPAt+6tu>Z&Ct{ycM@KiWzMmpk5Tk>rkLRPU%u1^)%rFl7zQx zkmt+IvB99{)=z9fc;#0og`$z6X7ZVus-yIofpvd?#amu~} zo+dg{M|*a}XhCoCX<`YHUBFXzzHi9|Oo-dbKvbwUoXa$RF!e%3`N;8$LUwOT6vH?t zS&x8&+}XgX&d1qVc~Wj(l#~-xRvbY(JR%x7u7G7{T1k|OsFZJ0r4>t-$Fck;M>PA) zS6lDC8N-On!uzEK{f%=xZwxA#A25_STRoPCh(Nk}F{dY`>S~D108D!lhTW2!RiiYC zLJ5H5Mq;?9QmN_u_OgjSC23sog(jz~9FLj!16i3%p(OBgMr~yw1yGA|eS$b$9l(hN zML7OK7P}k+T;Qg$E(tbjBrtBP;!qZk!vhw_NBSfYRwS->X9KtD5z^X{B)mm!aJuRa z?2Uy3=I#Qi zV55jdIUtYYrGJKIC@&T)o%RHL1xnIBbf9af*=eEzR@(IV|1jzJhwNR_>z^<&oDoD` zGG8^jz_k)#MDP6~N2(3`yc#&!ra5=fUhr&-%k1qCG_JaFN>V5r=z88aX>HVv1?THiqh`58l2VQ2-{;atfh zWyC_+g3M#6a)T)Tica|qU!b}StBG_>ubpwBz?oJj7awQV63~ zSC{I&CbI)oG32_1yKFaL47#D%%cs=*?ebzD_dtnp)Z@73iYT*Ttr~EI{BIaQumOqx zmoFoWaeHEa1rKRk5HOIzj{rv^t-;Vziy?}-KB_5NAZ)SL3OXil=#02z*eM8En0LHv z6hm!9U4=YL>DHBNVrqsPUFRK)U0(HPsfkU%LKZj?jAeQaqiUaBZJb?ihU~s+YOSf~ zdM=`$#T1he)Me1AK{$O0w#R@ACgIEK5Nz+t?r+bpBL)#aC8NV33tD>x!u*og7c{Of z>gVqjG2Z{;D5FvmkKMkqqS5BTA1-2i9JI`ZX%9JHrq($l@z1%nTcb}K53W@)tSc3m z-;tSEgVa#TaEgQDXyZ6X6m%|Vh~a>vk@DC!LJHhE97L?Hk2tk2euttFnbDO_oSRD! zmplGHa_o>g@}rtBtsX;1_D0D#$nn$<8A}azConw#)%9v9$bkm ztOI8oTc<($GDL^f1C>U_;HOsNa7`p@Gzy-q?2)urmdlKsp_JL1%MO`33*)P3IYEf6?;>aKD}nfn%dFk#QmC^1d}1JN$m_6RkEnHIq`c)K55F zynEj-b9#kE%ouQU_^=(a8Hp+ei2wrI`Ff!Kpv#Xw)8qefP)tn-B2Nbiag$mpzqvrP zIV!udZ$?;OvrS-)ew6Ly(+-^lnXbynR5zogTy;9zr#SgTvW|GkQ56*5jJ+~dxP5S@#BYg(xd*?R zahm52$l4+#nehEMbzKsEOMtAc82G1MHTHG@iDd=-P#&%1bKI%g`mSPVV|SG5cGhTa z?cA!d0AG7scPCZ3)!uGm2eF}{ZwF4_rhhkaKDnraK$gGg&|`9$h5+*2XKoUYeiwop zS?;~{(pk#qO#g9~*>nF()q*HLc)Wq2kkp^c*YeEA^Y14motr)wR=@n=j@7i^8$*2D zy2BDLJw%hTPFe~0)(&m#&W={jzjIW!VwdIcXCj%q3_Zw+j}sdAc-Kv8+FX1$s1;l~ z9O3qeOnVMu+&+k3!6WSLs#86pLpfXRBrJVcCvi_QAgqrduv7p^c;szvilut9C+zJ+ zy}xnNyR=sYQMOc41p4R-5tZv~gp|__`JlQD6FOQ4 z^UHV!;^~chynjV|in3o=eVScgWIYM*m?19r4xj0ewogH{6;E8NH6G@Vq2i$DK=JQz;`Bu>t! z123iy82*uFx3i7-qCk@L$2FFIcv!V_$m5^H+J9pfjU$yE&@ati&gq}Y^OPE!{jwRC zoLu$m_c1Z_1_#jL-!h6TOep&ka&K0_R-CHFYk<^Grm!6=Rz zSw*3|SdVL{&!3J{Bd&2)4M49Z(3I?eEXcYDA=zgj#5C2}cEv%N!_h%O<#CoT49R=+ z^+eIDcBJD7pLtRJcScLir6^7=89wKUy>P7WBZ8!M}-QtV<(xZ)qAN9RX z!ID1nX1o$aPO=c_f@4`nNB?(a4mrCuDZ&<6GOG_4RX z^;EuV)-;8O1zC&>vs4y6F9NZOSkO1w0ew0+kv1Rmi{E?uL=10h0U3+28&wjS=mE`G zRbkYjNi*&O8T*A44L8l{wsh^4ZimS<#TC z17=c7?F&`##|*j{A>#?>(f|C^oIsgB4*UuFHtMwJ6|63fXUow<0OX*q)7aH-*r$eSr;<&h zR&j(#O0$+`U7`~HSs*&Gl9shkoy&jjjT3IUhT(>HESA#D2Dq6#d`#z2PkRZudAr)C zfw;e=He}2y$-k@(YV+_RebhM5aAD===N7(i4@xyB!*ahA8rma%9vX5gzTEN7MCUGn zMw`@##(Rg*B#=?a3tH51sG_=ND?pTbGdJe26(4}E(r3pCm+odIL?4b9%IM3n2%nkC zV7_HObBLLgbl@L-*PNu;i8Pf?{#}MLOY-2FvQs0z-g;DJuMZW0gQn?##vR!50X}ow zsW~*|J*Mw11nn0KQBYGw;rF+()VnmAB{pp%XKFS5tyT4ekSRf1sw~2F$KqCpBe4ph0hjfD6{M{pC-00Tn zug(DMzzNb&jBEZlJi|e+Sz0VAUzGTSl8oK&ohz^eeU`d?QJ_wlv98xj7KSQMNd5Zs6GDWW!KdWUJl+Lx zI#1Qy_0)YMT@s1QsxqXN^;m}tfBr~cjTIM?mMo2|v*>&v>l>uOGW#(IfCq*WEsaw0 zsD*kFI!R<=i_`c^2w#s~;z?>=Au zJxP|Ih^r?09!juKy{!uci$RX3`qUVPccE{;CZZHeSKZX$V0(`z0ybeHSH)3+`w@DN zjP4UlWLS;P#{J>p^nOECx35m!Wm=u7!QI{o&pe}ebL1j9Tj?c11M0T0(Z z2eG;NeiY5vi-2bB=J9^L7YwcBDB7jl6uDjzqvWEVmf?W)n@Q z+(_Fxp7xryyX2wOt@7F0bTck*L;{t9*Zy-N;b;y)tCL1`Ocw76vin#O%Sa1?8;2!?BT(cUPvZ{?bTka4UvQdx!S z?S~ORidIhD>G~RV8x3O@51~ngk|x)hjwK>NV(J8BD<821JxEm^#}e#19dJ5yEISw{554MI!^kbg6)Q#7MXtcFPi&m1%5`>yri^R z1_hbAegh*>L|Wky-hgkXyv>%IztTy{C`QcdJNuIfk0>%%BH`SB=F7f7-qAdku@W^H zH$b=7hv)k3*5|28vnFZ)>@7rxc28a0-vAm3s<^se{Hn1SMkP+MbNgIIP+k&6{8ndi zwVoqGdoRzenata}f)QfiVOu_YE0S(Sse#;g^|p_Gn5ZUQAs-T83iNhFj17*o(kj_? zIL0xc9VY5DZ&-5z`?&u#S~fzmb_y`{uL$P@feRrs)b{K$v}*4b6w(bV2RP}0tw%$v z9gXT7y52vyQgwOLK;dklso5pI^*=eou21)lCH($yH8>9GmQso1GpqC#sHhV%vFN>J z8lTkj(Lqz%Cz*h+Gz+~qytGZu6RHns7U5HLubzGQVxU14d^pl{Opr7#h9mpUNaSP1^H$R7`F!Y$~2J_@7+!g?w%LURSL zX+8%6^zIuAqv7DPY1a6wxtq7;dp*nvFC=%MAv@yNh4q=3V9n+>%>O>uTt}NZt7)~0 z_)=vb6Lkzb@lr)JN*a}@Mt#+UDdT==`Awl55%c2cxI)$BINpSAPfF!W@;p6drDMow zRiK|$xuW%?&0b=T22J8xBaqvi&UJ=D+DxfKysT5K5V{{fBcany$T>dnX<3Lc2#Q+C znKibn`~*x6N3ap-JKS#9Mv=ihYa!I)mDQN=7#kZd&H(AYaYYBcguy!?YP8qC7atoP z>_?N?(`B@5i$flDTOaX4b^`6X^$gLlRezjecv1B>9))jE=IC_8O4*tJ7#oHURzUnFCwljk#>4aez)eR}(TQB6r6Z@`Zc! zOGsDvw;~17T^AvxumSYl@EOKzbVBC|B3srxhDAX(Uxq*KxC6diqiUYJI(J{-eO9VM zdWH^S`8#HRSL)o?@Eb188g*RaEw~{DhmQssb<= z*6){&Fk@O+Z0IDpGs>}P2#lY|n=LtcV6F1Nv!;ODT?bYKHx|Lt0YOq4PJU5rG&e}4 zy#Kj@0&&EezCuQJ!EAQ0X0P}kZNs8kw&PGs*whV3TIpOZX2`yPD;(g^bv{AN(zg1W zR3yg}4_iDJrdc6Cq21(dB#hWgHbwqjJmUlf8ShZ;MXz<#8AaFfw&rD?q!0b&J5 zpu|q5NT#vm&Hzy|vF@&i0o@tDf&~bhkfrPJpU~Rh++)kD{|Z8;V;Els3|q2cG&}kC z-Y$b{;ib8(OK6B>TniP4vA}{D#}*%cx&07SE-QsR9Bd(|ETVH+vt#=d5m7ZO%4I@A z$DI)aKFfd!%hBLmK|$ph?hQA#Tt)D^z_?dcR4mgYuxbFDemorexb*Ouq63NoVg?Bo zws@^1Cb%P~ODw}t%JaQqLuTip!<)o;F2zSFIJ48eqepbY{P;@6fusJ!gjy!vyJ1T6 zYnX_0cey)R^gKFBFgVFrsLfjpW?Z_lcDk_3*Y(hTkhI}RZDg?HAVy4cHOI%a#SPbP z%Xub^zFLMOn76%p)L4y@67V`TijgnX%_RdtpX@UL&kltL@a&lY&u&VG$9tEh9I=oU z{g?G-*_-a0kMhW4VoW;5^G8z5|6N#PlI?sh)34n8;XULYJ-$qMoIAD7g{AsU>!<<7 zs-j-?eytb!O??75)A}4VMsNp39_dG5$@cq8S+drnymnQx{v}B|Pni0M+{-iR7E%_= z_B6~PK4M{9IdW2g<8Ewp7MJV~#fuu`!Ji8?mN&A>+%W^<9H!nAl_M+`yUsdgsq_z>6 zC-SoA9z+U_Psu!Suy=~5D5}85mnNS4;Cbcg;G--)-K@R%_gl%kwG+prtTPsXdZEP^ zx3sOF|89MWLugXr_BnArI$~dXl3<$U)wqEDigczdE^IkF>EMUAR&1~3YKF%X(gQgT zjY!YsJCo~a_&mp0D|iwPOw7m}m#)UuetGRTW{Nz>#6nkDIjaPn1xjh;d@?<>^u&3y zsI^UdM$0QU_=RrJ1cjDmWEs&K7zKqbv!+i27uk-kPr@twt(!arH9+1lu3y*n3r?|= zS;X-tGYQO4$CV6QWEQEo1#0!UX=C}8Rmz$5bF@m=c8QfX1GN100g~d&AUtfjFGIKW zV=~ucG`!Q4LfN=M0Yc2q4^jU*W5$9KeWeQ^K)X{OO;p;oHGT==Y4~I996UPy#lt(YO<=!n6`_Z?w6?QyLJ0=x4+rMmB83x^c=h&0_ zLy*9dU2Pf!l=iw`VeFP>KxG~E+6u_!f2BeQkk4qo`rFl8^5#xSh9mkh<%W!~6kjvH zOrPsp8)S8*=Q)9%(aVIxl>H5v<(9LZmg%A|9LnOD4`gm)-UEF{u;kIGMu%#wec+$U ztDBcg&t8*Lwzg{5**l>ss%yP=vta-I@c}kpSKqTaC>{KCUOJ0Y)*#I-jW0h-Wi9IFI0bA}H zDHFw%pB=h#y>4PCyj>m;e{fq&_{$dD(7sxXTJHNIEA-S|BgBBDxTAyF>hBoy{5cb) zHVBHn!Bf{TCK5@rxq1Y%F|n9K8X@8ML!r-E}JZc6& zELRZi6EW#xqcR!$L2^j%P}_t;fk+Yc2cO}n^o z6a_bupayhh$!&_Iel0n$v;|%f>djG*kSAQu5;%yt5~}M|LOyC5O-P(n4jExa|Ps9>G1}D?4Fyu+>R+$xDi;BA*B!>Gn8wM69*0 zUeZt#Y-|cXYm55Dm0Z{aSZBIDkHJ+usqqm`19P~Bbl4{qY`6DpaJoEzh^#($>7^348 zSp8hyV-^;=?8>xE5fgBQ6>0I6@<`}$N&St1NQk1|<>Tc&lCk3?%z=^)GYuKCcqqtn z6c#W1vp%F6+m6Qy8fJ0At%!tYF)A4IF!UERz7i2M^kM`FRInqB7zu2I>s69>O)aCx zT4#OHQH{noEg zWWB}H{Q4m~Fxz&eid0tjlj%09PrI#a?2-#U1_O(!!=t-KCX1;NLm#t z0#aMF&(3d8&tEPo(XoZ^`;j4;fdD&cCNAx@ovaOWr-4Q# zt+zRJuHW8NsSNhlQ%ZkZc3M$L{Lx}Dw3H9(lEj3Sn%qc$yr&2>ZqJtZC`OIq@U4{N z3erZ@-J)=y5|=>g&9#tleJjxbXCUGK=e*zooELrJKr`=-&%N*+7QZikCK4#^2I@$) zrW3>C59$h$=4~5I#8VRsk6TE;LZ=my=&!NZy*0c?;(q`a=WckFIG^hk%Am$E0uj)? z9)(1RzMD-;T%pV-0doYYE0tgPlB}K;EY1LT_ueahTsXSZ3lga#EUlN4zhX&rkgi;h zN5fUa#ud0D!?BMb6W<)bByNkR773p@rzresH$+cvT z86MU?$&Xbp`9Ks<;N?Sn`!o_`xtvpowU?)^l9zA@ozLz_ezJ2^H^AGe+L!HOQ+!P~ z5jABJlj8n4jPr0@X`qT=!lZKQzA#M`8`J&VU0|GQE6nTy#^6nEw; z=&IkW_2o0!Jfqh9zA+i*2;+W=*jv(fmjZcwK35$72Qno9W~x_*kDK_sO2mi-g=a<@?~ekJ^B4IiwrVNq*eVHe8shvlBJ3< z12j37<`zrp@D`_KM|C#gWYA|rG`^Q#h=9$!$lv@T!g|b%D>1XV)0z0--TBtj`J16y z)|W=4FY!Q-C0U4Z58DB23LPOBa1fdiE!CA8=UsJiu#Qz#PX~GdgxEo^X(#-Gh!0%$ zg8;|5iKeZDD`L0w$}F7EWz02DM;dMBMs2TS>pbcRSWz$UeTniw@}i;G@DdfNnXOem zjs+@5|8B3p$}7IYT+Iw;w7hE@gK&39d$QyEeOW)%db|XlDn-3 zxnaAjBi6~T#2=$z&Xy!Mw^+xV1=<9<{Q$j1+wu-6nMECzgk`jee?Zt|p#WXMzv}gP z_>BR$BL zpMEI=-XhQDAlzD~L?9(>rg8&_0*tw0W$_{L$xM11Iy!q1=AW-xM$(~@mNQG!+I_fh z3;UggWQ%_BonpmC->6u8Jo}uc)^Z%{H16vlgnOUC8DvDEhBX>D*OU{1EGh*^dXhjC znK@ir!bQq6+h6_=x3%D~fW1PaD^u~tH9U0CWCZJeJWKxK?M80uv82;64uFeIPxi;(VDl%j!JGKjs7y8WZtd(okIN;g& zO5T<_^~1MTGI{siOzZC^E9hTWMXVj~@rW7xu%oi(bjO zOq-SANbPb4bJb1xh4FsDdMw;@!uKschz4j>HyqQY)=QSFSxvf#X~Oxp#vG}t2vV`) z3UO7)Ill-B;h0kA@21<6!UHXTyenY#wKDt|hE`hs04t%aa}Nx0YW$(_;i7fuwMWWE z_+yBlKiord#>^!!1ONDS8XE6&F+k7*=nRU^sqI`)+9i#!|9=)$se3ObXAPqxua=@A z3OIssLZ)h~m9Wa*o}|G!#mW+Jppb?+x^Us;?kJDJ@37|0+vyS8?H~05&lp^Iw|>z> zDG@vOhrV3HA705!`Tw5(P23FsLl=Q+BR1SVmdBE#@|UTBy-!a-n~Cu_vkm#mtcsCk zgJB%2pO`Ldc^9wrQ));9hZ#Qxy*r9ou9K!tcRd8rc0_ne)X&KzrJ zg72rfwC^nV=TP{hHsqZW@a1ERRG3?Pb&1xtSE%>!st2!J+4 zj|R3mS)>EB=^bEB2?uD?R=8EjeQ%AI+=NF_mJ)mzDha&(Hdg^-k>=^hP|N?qJ0Wmy zKmul32YZCO($ER30^}6?FDU7<{4eWzE^W1`x zE*g8H)nkdzNm75fc!9=D+l%dl#8Q6F)E5@UzO{&oLKLyVYT-EqL*1m}1m((YOz38R<2+`F7c%}z*^KX+-T+eBwg=s5(7 zhfj8^bp@UPNX3ASIUF#Ca$wzyo*bH$j3^bhJWgB{IhNI`os)|AW3uK`Mb!GEssfhE zAk1kNh{&k+-s3v^3D{YdL}qo04exq$LBo^8&dt>hV+3k+dWYUP}mNQx(|$b$(vTQZ?s01=x0~Qa+cnP7uO9N zJLc((s#(Wnne=R|c`Pk0;{bPkt?c~D#;!RE3(t5qP=cp>hc*bGe@Vh`n!S-#X}RWE zj%D!MlR7oR-qS17dvKgKGmceD>GEB#76lZhNPntXX>n z%B&e06d5@b~kPl3L8j=r%G~100#;GLntNZ~mNZPhi*^ zn@~hjCahi8*u{9exm@xf)}p;^L8U0JlZ~G3@w@X%V`3aXcK8Uvb*36@KFEwg@YZ&` zw0B6jUP4<02C|R0J{?h1;C8%~`)A;zfieu_FZ|!=sGX;%zMoL9gu3!^vquDeUaZX) z*cKXh{~Z_wJHOr0se*j_@Nv4Z=pBkM*LKWnM3xduPiinim_kpj@3TH$c%U z27_P5GFK>J);BzY_aT+iWFiXue7@N#lE&_#&?JNkS#Nx`>5UK78)p7Con>g z4b*kBVix&{qiI+bQ8>wnfr9eQUZlW>aroKi4n1$eX{?*Y11G z89;9c*5xZ$2#>pC-MN7)YaIXQQ@>)SZ@whJDxf2~eC|vF4)*<}l1s()=92HH=riRw zhkh?FMjZv6j~~v%VV;q~e^Z#LgxLSCh3wX_RY85!>>R1qYv(x6%mc0WspUpD@}E?& ziLgIaM1EWHl#0_FCmmc03 z$2RvSq_=ya-Kuj^cz+MJkyM2Ti%o3wyy@Gev(?XMIzLx7;+Lf%pJM$Q;&8>d8Uaqe zL5!b-r!D>GuK*`Q~K@g5fDxFqCb~ z(mUD`Xcrv?bb@CRe?`0SjZ%rys63Qnzf9XJNg37mxbRL9&97}7_yo?tHk#Ap9y&wb zNeTKJ5ZBYXWLhaf+-pFOf*+S&a-KesAQ8ClQhru3DmhC(zOWyvzf$R4AcCmkrs9yR z-ODR(vLAA+kL*O3R1J*)>>9n+4A*QY z8U+;4x8d%rro?#?JtU=ojMTXXUDb#5gc-QTZJOS%_+%R*e5MVq%1Z?MqzB0}{E-(T zHNQBDp2tJX)bEXl8YMTyPdb!uB7OOr+%^i{?KFRa{<9|sR`}y^vv16W9BPNz0r^BH z(c;tOLA#8j;}!86X&XoxN9vzo0uUP7!B7SJCA?s{>te59cSSKc9KaI%v)=1RSk>1D zjO~Tea)~0qfO@vSaL@O2%n3HX*m_ZL6x5ryiC+{TX1>MP^y#_`Ni_VmXQW)0rB`r# z5Wra}@C(5DtpPXjwt8aGnw&`m6RJ%F@@OTa@-?MQW;HuR`5xerwnA~sGOQEe&hUUo zpdR36%V(z%z-6}T7eUL$jKZ|CL-}yjNNS=3k&D5S~}r&&)Av^0wa4wV1$PZTIFVr0$#z&#J#@bjBN zq)682(2RvS@QSkE_7!aT8MBn5x&tBC?leT{@uA{iixHF|;}$5=dO*rZLu5mP6ah#X zRj?7sC@6;gex_i{lR@4Es#O>VOG1wDCB`Nwf1VnQ{<8{QR3ys(U>f&D@aXDfgdxY_ z+Hcr_nE(42cftQMfR2sX(23%GMvzykE#6(j(AN5+qdfKD>RbH>QFP2v+XO*{UFUh4 zFAfJJbb)P-->P$q_Vd0yIIJi)kM0dSmhbKzlT3m#)R2GIK?FG-T1626glfYARM`#n z{N2-cH+6st3jF(rHrq*1FR?pFy^bw-xAaV$voQeAPNiEVkz{3Z)i2mwX=Y(R#yo?h zt2fK6;xMnH=*u1!V`)c*j1uM2f22wUKA`w^9YIqNSKR{8C6z4zziiK=`~GyN0gD zVpBEO=T=wf6ZN0&IRcQlC0_3L4On3hbGI}q52xeg1XOY6ad+V+D4p%I0)eejYrBcv zH1in_7HBwE8w=dN!(;^BHHnR~7V>s_sTZM$lu67Bo?yl_Uloq-u|pCBoB~ziwH%-S z0^q1g?!S7`+MOrp&t(zk9NLv_0_^MQ(Jv2@)H zG5m^Gw@1DN%cYS?%5T@#vTcA#3#WFiRjX~!VikUkyNDl6rlD!?;2wkAEz$yv2j2y% z{+TM@>KHllk6d0j$L0{DXzFSuMggxuwgW;EOGK1Msri@xdq~C?^>8e*r02Ug^l2<7 z|8g*DU54D?h6W5@rtDbHr|%S)UYJnne!T!pbGUqf#3f*q==vF}a2hye7SA~Oe%&r= zbrKeTSa8{xh;NiHMClYQlVVGVi%|bPf0R0(!tJGxtX<3A%vBSOEiU5l9`Kwh8DjSr z3QVBYkyIjid+~g=MZ`CRjK6uO{LGmLZ~u$xzmO*u%+M}Rh6b&VnI0|Le+yG3j-MLY zXkzMZI!3srFm9K7TxVonbL|+a->8C%0b3>qzWrtAYIO2HH1fIMYXoYHbN5Nznp9P( ztIZiA$Xig95rP@w4nqu9fJ@7x!6`pvjb=0RyBSneK%j~dU^kPE&~t9drY#mXll_L@ z*(0t?iv~(A9RkYJZyQI;V0kfB;*}5ioLTmSFyvwfRu0}T66Vo&AFSlWdUrB_zQg0= zz;?3odl0LBh@$XMb;axBE;ncBVP5g;golh}jx=zQ$MmXSMYUC2g zm49zXgiyn)qnMxTwyNw)D9Lv0=b%C^cd11wplcCkU($w;QR%^%mD88Hta=TwJoxxN zhU#|uYCMKI6oxj=8Iboa;oH@6sM*88Fs$ISB_+sq|K~LYw2uSo-G-yA;#J##!&`55K0h6xaZ(J=8~c8Smuef=ew0$^Cy;xVoMa zzM_~}vfypKQzyO;*Ghz{*9K4ny5t_IF{D390ig-*7kU#k7AQx59d{Hw6?ctIQQSA@ z@K-8379w1C6|tAAH_?D`*R2=9cNJF%xA<+$zw9dyxNTAl2Vv(=WoZFsiT`^j!0^$D znL$#js&>zhM;o)4^St7}=Kq@f53Z*6?+^8v%GbP06M*Qirv}c@#9kn(=o=CcDR>8g zM^2AYesVyEazHUJ_;Glh3Hgzp$S2%elDYRo^6Q5WD?T}GeD_boPRC566XF5mG_n3w zq*2e0n-@l3@_IX*E@NWc1umz0;b_U%Rn;UMW#(vDzYEerKhBW{Bg3hBMYi`<)hJC@ zc_iGz!!KkAi=0HSGI zcfK8UGa>G@jAeok#twKN?c%$mB@}Z#0I+!KcR$&(xJxb1$&oX$d|vt?!+-2IzFhrr z(;JT8JX8>DudVFPw6yrjKvc#1d8csQok`WD?RS{n`enU76xXE^a|8*|HhNmQ;cLpY z4n|?7QbKON6}GanD`q8~>X@a4ebxBj*kAH_Z{O&!WhKA19wp71v+;Ib;lx4=SFuqv zo|Yp@S?bofb0ehJ4a6JBvVeg=N*)Btd(9j3^K14ia>HM7>H55Zu`n&2+P->yc>N22$n7B>+<>CuC`+k z+*HC)IHerT#Sk*3UYm9&AB83rw%Qqhp!(yyqnR9QZE_Ele z*XII0AWPNbS?Uy@F{|MR@r|8j9vC6fXc)0*`fjp`d+1Gaq_B3_?Vsb9&bMccIeL#i z7d3o;)z0USt9@8>C?{{+%clZq)FzJ%dV&RPcTw3CxQ?eYl zv45lW2V{e-?+F`qi-!<#!cFh>J(At;3D-2a4~k9D479GT?Pr2ci1CM~$`v^Trediq zcZbp@&HfYSC{bo12b|&7C;#^CnT%M+Y7a1l%6P2Qij7|ryr!*=nTs!k23BmI63<}9 z?vuCDIxY%MypY+vyGIziDcT+76m05U~k-j*x?4zeKV%7~65pO^XDKL*X zGH4eFK_EF@Q9U9f0dh~Qey^-1j0K#(aX(s*j8y3VJN3B|8E9PNCl+!FIggqCpgXxq z5*~1FSu?9&hprA70CyZNcF*RUa4@TLN=>|GiDyl8o*f26&o*k6Tu3}LoEi?H2vnWU z1q(Ri8EZMl6&e*sSW6|a|5%Q73p@xTa;V~^|>NT4#1tAj+iU?cW=cnj#5hf(njnyEui5h&uC2M%^fJU8Kpw(GRB>uXQrUfCDR zH;dWtZYlNS&u3ou+jlQK0)I;V_CVgt9N38r?AERA&_*+q&;aG@D7)KiznEd=<49h$ z)!#xur!?b#ixqoACWK;@c>N|R35r4sOr->w7tq!B0Uegug z7(ko3%qMcmBN2CffOiMxb2Oxxc{o4c{@B4xn@1af5ZZ)OTU~f$vbGn`~!?v`-fK z4_}a-{T-w+W!#}XOe2}pJ)|W{Y*Rj{KL2Vf7SR&_ZHX!#tAyns-p#kzq;%##K2B}D zzxJR1({^*Kt?AhF2OSb3i#bd55Bq>jFNJOZ1H|l%*8c;mqFJ&&}+|v9znD zDW1PUl~<3ir_s?~<^y}suWT23xn$07_e1~Wh|Q>b70ylYau`l%%9`bl)K86Oer^um zL$k&V1(m!mRhBH42;NE(IuF2Q$66mAvY!7LR0^fW3@u3GCg1v^_+i6vyZJ^zZ3w=P zs2yzlT|Q=La@!UB$;q3+3wqjl#BEcC`@vd77ysL(9bUg<6E~^WZ6czBGtr~gX-8Mp8j4`4X=nM`0fm&s%- z=l_0;q(1%`)6$lR=j^E+7HN$cJsChawD93lf7c(*)ZnmqQ>TL)I-ONcu*65IY?}2LS?KN|9jL_wG22ZuhpqU|^Yy+)>`rWKY$WN`I(vGt zb$x`=VHD43A~J|A6dRzMYjtVf#L0=DtNBHgL>;nD;e8LsbD=Xd3Yn|d8Td74Iwl|x znZon@`zRa_lm7nd_NUp{)B(-+~Pg`Hh=jMqWV+Xh03a(>Xp0N1*P5v$n5)uQcQL=n8Bl6AG1uhEw(7!3g9Hq#A(3 z#CDdy>Cq*FxpdpNDWtE78@Vi(csJ$FU}F(;!KeRzOz%<#O;4ThE}I{4^4vAgc-0`QL3$n4=a)qcoz+nOOBV#`Mcep^|VdurK?HCl^$|mH^#C~EQJOa zI#*7D!IF@}e-F$BhIvBw+H**5e3_b^7Mw(v5L-{w7{>xsT`6D{J#)If#iLSAz*=%i zP4{-rdjtfKDAPx|%{bHLbl*7M`_xL=)H<`SUO96|Z=`x#qhRa`^cwbrkCVCoQhZYzJ*-4kTMeY5{FZOhH^ULjrm%_Y!m@|qkpvPTn7_gs-N?Q%AG^%(uuW;q-jaSWXp~>>Z`r?7JY~U(0ylgvS9mETShCE)=m`i7PI=Q;bZ zO)ixD9&4R#d9EAVWP!vv)#2go*?$6)``!=XSv+cp z^GL^)k2z~TZce#^_E?SnD{Jo)un5_NZu~hoa2(IDxsD;Bp%%SOM{kG3X9etccBeb2RrS+ye-9Or(o~_PNHLe`{P1mLlI9e`6S|3>~mK0~6{BSv;`pr0DD~L#1yJ3F1ps zeoT*I$2^4eEvz7bWi#%jAEOmzKF$llxBq*T6Cr~>QRS5H_jPP-+X|3#7k7da)`g*o z?=@O9X5c{DHReTBVz@*=$w~)yg7stcV*13F;1EuPpa1Oy@%f=~PN#TCr$E$+5VO;B z3upL$S9mraKL%2(Gk0ZHed(&FrHowmR3CUe0#qx`Up93hP*sE}HR^W4B`8&sFQ#pSi|ael=wH(=6o(#R`l#4d?yvVfVu&D6 z7yCS*KAGslI@~&%Xm!7C4^Jh>TSmA|e!+GaA`18IYTKde;Mhqzb zFD$g#b$aeUw52Ya{G=ObR+xiG#&{Sq_)E1g|L%CdNasW^NMVY>P#SvrBp6E*f0ng6a0$(<)GO{SPr(@kqpJLwFzgvQ8*OG zu1x`wE|$Pn&GH_CSwpz5nPvy+fbyOv5T3Luy{|#P4q=O%kwA@Os*l2#EnI(ehQpY# z-98jQ{lnESG1O5r=%bGlB1jO8W8f`TJ*I1^KXeQGGu zkYOB?Isv?kybZeX8ZS%@bewH-_W*J(NVAXs1B^E&ak350Pv54tVTZ z=_h=t1N}-@;}*mmb&$m8Syse5U-26IaMOhTYOA--m}8W&3%~wY^9;sOt&VK2#}>pH zJTGmV1$N$t<$5DtO6sM+T~g}v&RpPaT_?pmT4t;q+c0<(LJ0lqdtCDqxvTitjaMUH zx4b%*dONO|cmPz1ZN&ABMhL;lU|v6YRVE(=hG~qe?}r-H93?jxhp9Y9q?~^ZLjsN` zTGKbUwsQ=il#3%7N*Trn4@EY2`eN{)@H*_l(wk`#(@XT3B;S7)QDB_)qVAw!RN{{^ zU!(UuD2WPV<22T9&!4Q&RCH#7O=szF z)mwUa&UgK1eKo z8?DA`U=yBDgOb{154)-2>a=5P9iE~BZRE3%%NJKwe5x8!FZW^+B0G9kq35@O4v zI@s}@#Chp}fv}x9dfXn0#y@SAD)+k$U}(slM}9$0f&rD9P}Q322M8 zqu?+iJ-$^9ZipU&J4)jBYT`HL_L)0=C0(03H?GV2el-xmsGUChRREF>2aEerKh#|= zei8)kVM>78kX@OKKGlatw;tmWEB?M|kWMme+)u6#4IOeNPaCOQ8HPWt<1UP~2aq+Pb<<_$`F*$Uc5~if-UVE@O~Zf zSuFP{xu(e;*XZ2fLwI5pdT7NaFTFde!Tj>XIY-Ps>m^pdNYL~9aU4IA^7!UC2w8v6?a)h-q&5cOR*U~Y) zH^C6tqEFmXFGoseWwzAdO1m=IOS9`rw2bzG_B>P@%`)WVtq|MjYe?&ANgxcCd@f$4 zUB^}oA>E>!G$eE1R+^R}!CpE5Y3LyQk30ESsU{s8>d5O|D&DY?5W;Qq7E&4V&4@cJ zDqjC$;t%+&5>db6HLn8aYtjrwqIs8wtmZp-zKz!vH?gZ#G9QRRhxwA7p~LfJzlivS z=(p~26?P;sPMN3D!$dzv4%gC$4kXoA`5h3Sx&gTyvbBJkTmm1;IctMI1SJtUQ6wxcFpp~pxEppAUkUyKv0x?fsSs<3V}&N z-vv6ueQt_Xi^?w{>-#1n^LWsX(yPioP{g`bKPWe(L``t=BpMRNECh82TGOM|=@b7B zH_R0fP7$x2#@RebfjW|7)YrUJIyXAUCC}{zKI2QHKbUGOeM4UXM$rD0$*4*C{aC?1 z&!$WLj%&GHleCY=iEDXVgQ2gx5@EhET7og-=IA&`(&Re?r|DVZdUzuGGV>5T5Z0gY zwYs)s&WP3D1gW4{FF^H$NNyM>!+N*3^wuX3TF7J6=nxwZt35gq7ne~{%~=16BeUb% z8xrAIz-Qe%oKtqO1u|c!)J>r-@!CN*wZY1D&r5%CI72iF^K=rjzu-AK%%EF zB0m{49~gC%*gA|7m_;oRB;d4bHPt2~?8{6N1pOm2hmv$%H+JeZ>({$`byJL*vxtu( zevD&?nR07&u65EYF&zDHO{Olu%LbZbHSnrkBfDlYPOe6`j;E)Q+`xSwrg@>WV?^Se zcm(L=Z)XBVqoYkxU%oB0G$Z~*>$Ys=7mKy7G(q#Xn0Jnl(aksu-WYvn=eyC~{%cPx zwZrTl{%xDL$)`g_mW41TxTqGHnp2_bPLkvqx%}47d1br2L1KmEQx%fm+&v+SU9_*o z9zSHKYk%;+&jp9^^tRp9o$AXqsyO*MJMN+AF-_)7I3C$Si0SUg{1FF z?2zC)11{$sdk@2f0VeET3q-D-1DY?pVDXbgKa~PpKMz@CM17)>ISjoo+I3TFY>-aP zIygRTlp=`Nf3pvV-h}f%=R73qxYkMy^oKu8 zPctiy^-9Jm{S)bNW1eC5OVsmsSm-?#>(t6*B-*!unJRp+hx;*JvUwPCL0PYJN7)`% zdKT4ZaVR8x1W_66Rd_4LUr79JaYx5Txz=!Y{fWM=KIt|R*@={xTl4iq;$g%2o1Lc9 zv6*2Zc%K-eq%-;=R4K=&?C1lYSNR$;i*M<*yjRwY zKVV<$`MRUbYCB39v{TV$cl?Iuyi;^{8WtbR7B5Tq3bQK}Hcb>x8oKFrE&>IVGQZoz)dX-rhJ0X)<4^zlUdD0J#$P0J!-HxC3;Q!x2n=2RMA zfpI~xyVbITYG#~L@x6}8P?LY_s$_@uuy$sN**9N(j8 zKNj-Mm_x3e-k3_T9W*$GQRvUIXEtEcW@s{tP&8RiF8dsIgL`0P;#$jY8$hqi5(xJX^s6N zLDveKui?t){%zzUI@BIYE@R#3uiYE_+Sl4z0x7?BtAK={JvDxnA8c09;Ve{*0V>9m z`sKxDPNsRTeoYj~I4D&b({aTNy^?+$JSjMG*2y=3>^eYJfu6zkUMgFjJHOAV|Jhi8r(cIT zJ1DOY92>S?*>~x~-;){>c-?3!Eb*8ui_HXCGL5rWbkg!*Lj57nu z`2}g&_1C?rZ^ukhnMRlHVn3j1V$mr68SQ^|EPeP3rwx7wRVS?-nnWPVcNFM?0?rbd zCu|a<{TEga7U<6^uc{5D7L&UKtIZ|2Zb&^XaizOQWLq)62-R#>%xLE>CmC%s3Z6-& zX|lrwCnk zmnf2YRi61p%qncli9in;q7|i9-B#s9R)w79;MwDg7}{!O(j|=4Uqb{c0zmzg2`v8A zE4E;OxS4Fp4}bTSt49J|4Uf?Wp9XH`6%tzL+YKc2QeIx6U5m@59j`LWTtr~(qM9%P z0&m;gd^^3iut=${t%I40S%b@?*AdNWxKiq|q)3>1or_}(I;P7Y^sg_iaeS2c556RvLlbGkC zm%N{e5=%>8D9KJ5WzeTkBV(FPI;WAtiVag%wy5RuoVTDcJCD;{1{o z^fi*iPMMN8F@eVYOj+SfhV$paQ68zssb^1w@o;6*9y~tY>3Y{vs5x^jby3Ggv5r&Q zDusCR;+Iybs|@5-_p!uw8e zitP>K;*dvdz~kU-DhIsW>0xv*AR+Yzu18MDh=U<0?L4#3FFX$Rz!c>N0eIxiPD0vl z+yTdUlG8AvSjg(lRQvo=ZXe>gzKxeFJ8~XKtJN_d@GNYW;mLD#6wDd%R?HexRIl(O zs#wUwT%-tqwIToS4x352ac1YdpWq)ul=~6%QV|8uT)+SxT|t{y@*Qaq%VnqT`ccpl z>2Q!>@_BEXoQOu8zt>G=FiUk-N1=_65{=>AnWsJOtITYA>~%#_UipRsInJ@ZR&!X; zQtoG=2V@095P$aj#>1NbvzG?VBW~Rq8(H9#u%us!Q@7D8ZrvO@Ss-JW zhHpuoWWXEZ1x<8#$VNgEMU%YA@Tw^~KaGs&0^2qMxu`}jfNe4WTZ9~n8SQH)tKi`swzbIv@9I6CLR)xe+4>U?(R%mGJWdWRU?@s9(Vi-C!j?6v2?jS%#B&1 z)%{GDI3Ro@)rm;T8F<*YmD2GiDxs`KvaYM{tQUkKc*%20qs1-A!v`M#j1n<68Z1n zkP9}Zjv_2rE~cf*$@i+T{w_Iw7EPCGLY&RE$x`KwqkarZs##YX+c8Rf1 zAf1-F1&MPKl&@{LyGZmyx6V~L1%@8r5uzq>4ngA$ny@chRE=xzOjDU`15^3J^e%i@ z3s(}Rp>g!P=RvZ?%_+RYu*Nzb^6oRQwe=rL4r&luQkQrG)n;V z^5r?D=iP6CS~n$)gwVAkXcug^C1M3x&e_$#O$g?*nQHC zmtf8gzS@%C`amukVA0}A#LY28T&q4h3cpEkq%mP2ifx>GU0}S zbM{ar%3^OseyP!2(WXe}%PdSX%u7Z@xhm0ca(I>4GCBd=h<2dbXp&g0%dYvvFQZ&|GxzAJAE{HIE9x?Ze)J z%jWUS=K-wOuvA{S$ZL^W z*BavwJ%)u;DSwN=t|uy5+Yi_r^p|iReG@*LsW4Bb6-Zim;Q^N@<&jLOhQ8dcPTmpxFiY*4WkPToi>5(B$TpV|zAe<@Co!Ki4(P_0a24TR2pJJ`M)gbda zW|+gkH}jm9;sgh zm&53p&lu;avw9}+aPFR@1jK%T<+OfrF&+vh2X^`djMKR*Cros8HfzFPEgPC{>k?Hl zv@v2gR`J5*lbC&IwuNKFMuc(S17Z#a4~unh2aeg6oh|AKwTd544Mg@Cb3^r60+M53 zT8Hz&B21**y#}3S?lx!E4839_(;__Ayc;-sJvq`sT91!!R{+FlPpuf7< zw2VpCR}XlzkM9LUx&jki7qMexS7m{dzG*yj&FiL^-B;~8QMJ2HggwW)$8?LE?z-su zm2sls2G6mfUkvxkJWxUYE+gWaD~N=quG!65XONn)=Uj<~hL*D-ze8>70_bKYb<2vC z!!CEMkO>*Q_BFM-b!fk{VO$1__G6anDFMu~GQcb!FF0k5~&~=To4voj)j~s?GpWtW^b&dC@F5+{=o*%Vu z_QTx}!2ZI#vuWY=sobf~`E&@{ER)VQKT5j#JhKQRTg~ckN)HL{ClLB$C|u$4sYdOs z)2jRT16MQYsLx~kcU}a=ZTf2Egx40+aQlC5Mc-!X%Yv{VouJ!AH}ueX|Uib1I<|{ zTF&h5F7yc%1ut^x?}-b^ei}QahgP^d3R!iv?JL85Eo(NVE!;5n7uQr^v06Cu+1h#S zu^RlK);+Vo{AcztX%>(28-{&W*PPF5IKLP{kw)J6*m&c|f0pb*%?E@&_%Al!BB_47 zr_K|jHL5j8WxW=red&j)n4@yfC;18%BbC0BwreJyB1`soH50D4z*5Z0K0;fZJEsEj zqbnSL1gJG8_}*T3MlZp?+_l;C;{8dfAh56fr!-6#PpPcmEQVO-o)CjPqQYFCAq}Sv zDp*>owGBZPY^F2Q0bos*(v7f>YkN?}s`K=yTu z?e+37S;Qi`;+e*l;y)4-=f-I?=DV4AT#bxlVHP7KCE8XXC%v-tr&s%6ig}&Qdq*OB z<>ueip{-bF&n#5do2p>)jKIxVD{Q7Roa27RZC%`n-GbY)3ykSdSjZ|-_Xwklhi6p?46FDzdSwi5&1H8ItxdtTbH;4GTjDq; zWS8`{b%cM7K89K{Yu!ar5|L%uo>sYyEpQL5@c!D1_sHi`SIph=ddX51r3wEtVC0F- z9G!bcs>E1l+WCY_KbrD~mTaU;sd<;%3PS3)>grmjgpN!7%jEj!k**z`P44}p;mtosy18 zx~t^+7x$kO(YNC|L}(N|vjd(X84CFMFeV%sL^qDugcponu5wu;d3-ABvvQo=P5Ku#nm}`1{d{HDS#{ z<|1p|Nla0mp(bHO9FS>I{W2Q59LG}cnrpDB`lMK982lhq`bp7U_MbQUSIF>Dm}86P zH*8*cUvLp2?P2uSJ6o;tE z^SQJwawboK#wEUd9@}jD7s?GSx0HzRd2us!|3>!ogj1bzy&Cl`7v%<6Q;p*2yw4=9{=;uvufz7T~Mj{#3gS&9sga{VNjP?s#f_!GFWyo_JT+Df0oBYjU06;%>_|8LhxpURBtJCo;| z-;(cb<55bVevM-EjCZ(pJB()$Mpk8I^mrukPI2r25s3WyPCbz&CR*G8QpNGcQUJu) zI7&Ye>X9bY+iM`DLcrIrhxmW7+3(0R6%RC=awNw$6l+T6aGcH-e{$e?fp_44eOhyO z8Wm~|3G@Dtx!ao-A`;|3H0S#o?)_mMIbUuVi(2_5el{gJ*=PM2~GJm57soz7E2-D@eu> z3JkZ0$KCtvPjUdu=0{>&Ia($!-s#us9vO{Jw{BsAI6I0%0F4`^TkSQ}*l%Jmie^0I zbu_36zAui$5vh(#!+Bn&A(iaKQ9mLb?%qhCko>kAh49WH`ChiY2uXWuoGZRTyJ=7A4ZoX9Wt#t{c6;7D3i+-03 z3v>5Y+6NUsLDmqk7hs3ricG1G>9747?M`WbvYbsT>c8`P^am01ul5DymnXsk3kB@K!cd~- zdPA~EzvuBEV!@At^=0NEjU*JEa2)7oPx>21GbM?j+P~@%ZE6<=!w&3YGozsV_x&im z(nKzdE}~i!-;R3)P@aeq9XaGq4(X;wp?~f<5k*+&$K{q-_=~NQfp6p9yHe1iddOR&{=Ag?{|O1Y{|E^evz5A>Sj#tQ)-16eCs5^uj|69xjc+xj z#7(ms$az|$C&QcS{&m9XozE|ZmImCEs=duU9TMq)s$-n7*3S(iKg#WvD~m%zITQpG zx}ohQ3H#E}w*LI~ihOTF*4m1E4NAnhRUBEvgVa*^N#p|Nj~5NaU9<1f$qD}Fk756| z`;vwlI4=3mSP6|B!BszMGpWmCo*Jg|nSUnrIAt?PskY~Ik@|6)CM58g#Z4RfNcrg?Vh+96f&Aw%aVcCQK0#O3Ye@r?tk@pf6 znDMA6f@N21i~!7zj%Va0!nUO4PCFtW)8_oLc7(~_r8jv;LlOb5;#r7&1ez~z1vX!s z#L@ek6u50)i|)IlmD@r@>d*LG>7jG$V%opild5mmt;P~4iWuStRFA5)fxryO?-M}g zPeR**+>MkM$WcJbHZ^-N+i#ExsU`ZprDq!J4 z(aUYs@N2fa^CfCV5MkQpQF@EsL(x?Vi?a`rGV7bUM-nbc;delkdSN#(04IUd} zaRxiWbI^!3yigan?$H-(` zD5y`6xoA4QOxa&35ITvJvxbZobuKjhVaYFNXXmoy_4rxxwta4s!s2cwW?NrXF3?{m z)+w##-^C}SO!UUWXM34Mn1syj8e+1n%CnW|-*%b3>_}j$=SHZ&C`S%m{`fJ%MFqtq zeM^uWnN#X?F8bS7r8$$t=(B%ec}m%&t1MB&D7O!X{%J~c|8lBq_*pP4WQ&w^IIeBe zO_JwZ0r&RjHI?mj#vKqtrriig9y04$aCaBqY`8ke$MYI8_5*3p(OY;VR7$(}(0$78 z?S9L=u(li7S3A-E%sG3iV2zuq`{9;Vi@~UbeVMQGqFzX=!JVW~!LzT)RINYZr={`t z{#K1~^&iUv#akU5ZRQg)K^oN>$Z0KY9Nb(w>+j>cf2@;(ac$vEZ~ks1Ku(~R-&=H) zM8L?M9^VO8Rie3gFCUv~0{ehImjNZih*55KdL$^qXBrXc))o1v9OJiVBqfYy7 zIKNHptrM96fFCaFPk-y%?2UdeXdmr@Y?>RCKdBGAtz8J8M zqET1P_2r?gtf=YMOrN|cK*-A#TFaaI>iZALJcEa8#kYJm4H5*rwdB$mxS+_MGds~( z4#%c|Y|)47S4q&6`70&Kh`Dn=gr?leBZa2~V{Y1#KUvS>6v}m&=@M5_*@vBtu|aE3 zK{AS(nGV3U-)Af~b}l=Fahv)c4h73*IQt`Lw#bnt$!_UfS7{(m(68FbED$Th8PfSK zllH?Qq9!r(K?AYEqxGMW2aq@h?xj$PB(nyCV#u z>a+F{zHy0+PvE`Y`e(8~WE@_s`f&(wgLAPd0>AHLJwRGg_hCs`&#g191?=w1>W*pPdSK2C>&9D^FudmZe zh+mCtPe`wFo_V?4x7&rn@<;j$6P1oDu7>Z0m8?=@@kOkCx5F~12;sH6^kJk->Yqsu>7?;)CQdpY>y?;y2iWZP?=q7*SO}-uU}x({9rwiGV@3-fM1q?2V&H6qhw=u zM`8DkD*JgcAzfTfY6~$~XKK(%X;zWYDL(tuJX7aKxRmG5RlE@yh`#brl`_M%+RB$a zaxaTIG0WVrJG9`N^dn+h_Hyp@bd4X8hT(^WfIkmm&r_;D?-<$5kKmmz|9DS7RaYX{ zJMsvMzFi&knY&fjVM(Rdb0sN1jj8!46%UjXe#LC-Q13MBsD7NG|5|^(En_>IP9FgH z*jpdb0TYV+4zJ;`-al>aqM!HZo>-Rs{b#b_SoD1+dNx0E2yxXp{qII>HQ%Pt!Y^o> zy|V>NcQ*RT2NCo@BpymXN{y=&jqy_T%5Ghl4*1P|t06sfWSmOeo%VFroQx@NWUMGi zI@8))>B|8pzxA3ry_QrvGreM~@Jmk(1sYpCa*!UF`H-+~z^<#_1y(-C{J(%#QFuNP zn_75qNne;BKHw09s!rJ2e6*Ton(B4AvA^ojW=5bm>aGZwq=^1O6Ec~QEN-7=GFPj8 zehwuLXG6oO$`=e}Qf$n65vX?|$PwjUfrsjD7&@BBUy(%iEH*his}|Pt4DS|3z5WPs z9dYI-w;FjJP`H)XPeIlQHDu|^`J>d=y-#vD&CcJv#jD>Zd?C6M4YTR6nq=<@>lOEM zR`7V<3vCy9#hq{GXumFWXlCcp0U90JALwXG!bo?r^^E;hBo;x~{n15fB8TDbCo#u# zJ06HZ4Gox_J>Oew#fS#55iRUr7_RFT6@Oo1dMn;KGF%6yXQdp_Xd~`4eyFN82DG&s zivL`v*(M&)`v_5bHgfN3;LN?(-hq~Ued%eC{%PUx>PTdG;e79DP-PadyxvZ-(Cwo5 z`dxMT@V|xU>!Bp*Y9oNDjJB=$sc~l%eVm;*G4|o-Nb8IoOm;{i+;K9+W#oZ`>C2{cXda&x;`Fz5fM&( z;cQ+xP6Y?54|v|F8;i)2t^sV#qbq{VS--Y!_Vz<>sq zjEC@~r*U2NcJ#1)JR8Fs%Y72)(6S zRjBZ9l-aMK0B{{AT7)*XeQJtrXs7@!^$hDScAqrgit;aKFZk>uRzIZWh5UYalQqX> z%CIk2s^3!+mqn!!ytHf;urj{9xR}$W(chPR3{5*pD>AA0BwaS$1SZC3{G~P!v7OWh zJje9~v6d3K(_8?=IBWXJcmRXYaQb3~ipJ;=WqicuHg|mF|I4+fwAHzFL4`Vyt@>X9YSpE|Ts~Hr##IW)oxi z5s@Zi?R%AaU*`i-t$Vyuo*LGf#$fD)$!2H(i>#e%4-$35FRW;RA^@|Aa)wCinVpM!%;N#A|ywLBy+Q5_W@Bp&tSfKcIsVnv^Wl27Cvqedtrz;pt z7Dq*6dInt!ve$P{*AW*VlD($)E4grQ8oWZqf3ofzOGx*oF1W`n!{K4jEk{-~1 z@8V!x8Cd;fVSSo$0EXi3NHKLvB<@IxO^22QAk6K>2}DuC&x4Mj(36L~lo!meUInK( z-Iyai{~M1JPQZ#x93c2N;!7VT$Vo%)%$ohK7DoJ^X@hg(ZNX~y^ZC> z$g*4*_QX}gQOW)S<@8oXa`Mva+zGn)u5Um#@J^BbyBle@@cWtwF}E?Xw??GLW)ftn zLueH~Y1(<%LC`1>f?T=KGnG7;>wN-SJb&GpQ#Sg^*O^A}C!7^k=HBan)APBX`4;?$ zYBiob@jmM>ITiQLiNON%+Zs=Gry6PzP2Yrv?Y4; zT&T$gu|dzzv8|n3pZ2AX(1DlspAPUOxD& zT#J{RFj3-p%iGU~6y%=dnaldX*PWN`!UU>O7pw^gnAhxy7ga24Hi3^w(bo{nLxz(! zIeZwHu7;Bm$c7^0!RXTHA!o=-An@z)r=4wRjL(AkV37|PgVen)Puq0eW9{Q?e`qAO zXMFFNn!)ztrK3Y5=0(J~!=V+k5jq|Yx|~D|{`Pq**3G`W0~1vVTgS7)#{pI5I{i9B zAJaC@Bpow37v1jpf}hq3dZ-21>=092gu+J{oMzd1GlBc%3+ zZVCpBUWnbAa}GT=;z3HsOywuLqjRkVv2S~?E|c)Bg7xo|Mm0XkiAQ@ZZ7p`*(R*bC zeghupbkY|Zg7dSlXm#EZ*br=c-`^Q{St4p^pROaCX8Jl1)s)kvAZbo=6i)_h?1PSK zL-KHst36wBU_{n)<7Z%%c`~(C}NS9BDS+bfk1*(Sb8`zc6GJn=K`>$ zS9g+Z0ZNj1!(X@oi7;s}vlIauW`Qo*DQL$gw?xqAz`AMI9EXMV7B1mi+}j~8!xcT( zrAqQY%AaH1%3o!xex{6zKu*1&p-}_oImoP;;D{q_IL+{!rzE<^T_+{nEq(S(m=HoD zJ*YAt601J4T~z4v^BuG~^ZR&U=4Bd0o`ZR$RA$Gby2_Af!+ijol)L;T7yMvJZg^_1vG?3BHbv2 zo0{W|R|lLI9XKz?;r)el1p3;lYLc&XvDS9PQ~`bxi!I%}%&F`+J-Vsnpqj*MBK*`H zG=>P-6*NWybhL?a+bG63aBW#+&8rW?C0T>z84j53kub7GG|7Q~SeykkL*bH^g~YNj zUvv5Pflf#k7$hwa>5i(8i5;4L9V18nB|S&9JUpM~S-OPZCs4tsNJ^T)@hl~4EX7Z$ zb&FGA@vTrAY;D+HfN9BLQ}KZuN9Oa0wuZVlN`^nwhc*7UdsPK%5cwzZ9ktt()g6XUm;%QgLw-?>rKAUBaK=D|h zH<-OF3KCd1sHlKJM{fLWs^lO)Ay5qz$*@3?{4G@0!DUJSNH3^{!VARk@LX(wG%AJV9qEIt@&}GM!nhaW$NZQO4_4VFfmWvi;IN%3gN;lWTYP z`sLuRG1DtP7N<(zzKnqFfZwQRl#i5VKViSz#|mQU&tZE#>5*d-`Nt2tkl)l?*rr;x zm_||Kqpz0<67j^iZbzGy?M&jZkQTF6&UaW$rf3RvJ#MS(wpPh*QFLysGU;}0hl3bm z?~>*?=*z>*R-#7I!V@eZDk07MQ*shXeZSntEo!M|muoB~@-SJWYO67@HBrgLVI;nb z;tvqslE;r79roy9rI+_YJ}0bNTnnAfsD`L8Y0>8t7{e|4wwTfcbUuYr2;URWY#vkc zKMVP{7b)hgIbnb0cVc{@RT4EObVCCkcUHoHsBwOyJmf4KQ|s(zTg0&SBEuFrWc1vM zGaXo~Lo|vX9H!ddldj|v(Fe>}wyOcCt#}xq#dkqAMr+p2>J-uZc-)YXTspQ&Y7_!!86y@p^1G^0!(m319OYIGu~!4TQIoa7Cc`8MIoE8#jTx;2m(RPTx(z!mF zFC>l8YW>p6SMgLZ?Rvf*sqXus0`vn^KTdHd3k08b0oC3_aOxp3&I*o1eQ(;hB{Bvf zo8L4f$n(5|p7V5)W(h-`c_cMJZSoE66)bg+U)m2M-F~8&)O?T09h$nrdLwQZ3U{!N z&gUB$_xg92t(Pbf|;($cC@$tzzbwGhKXf|IbTif^sd0tRob@0i;QQan8WJU>8dVRSfT~na-80f%ymdgILB+Bg(0n+vrM zmiaiNLtTHMG$jY#U;B-Kv57HINy!((SQ{`rzi=&DE4*bd*L&~P0O`zOqXAIAF+AXy zi4)q8MEzQa3`grJ`!qc?DIyL2F!4E=?;~6919S{-%}#2-w>2-{TLJf^Nll5WWbetC zF6H4GPQ7=`(@fDLR28Dc!hHzuME+tqw#MZY9WK<4^$h!2ke{3pErFhzW6BX{G|7RA zO|$hV9gnqXPPbF$?FH_5M(^cz_jg|c_4~D|DK?%%(}T4g4B=I`8(stYf8gE>mi@oO zlcW%rteNXhRbr0$v(hAd8J^dw`VWQuhS>X=j;W1;8@&a)fQJy7od|DFPCRe{6YFcp zNP1RscB6S_J>VcL1qufx%Lp`bD{NDn_>bjb#Dn1&LKYOf1tygLa)ieEX;NPk?kxi{ z1r^RoOD}2Klu6`%bR*E~g6M@UZ*w?xodI;6y`|N4Fdhd$~F;(ZXGp;|HUR4lB;%dS50-3E|aP(7I zz;13mY56$)!s$J;Y3w-k+RfK;6#M$6j8uu;>>BWRlb}*~cIucQAXw)4+$(&{S~mV1 zcU6}Euuv{51R2b>*`-OraUy;Rak!{uNo?T+c_2Q-S zJJi|OK#lpr4B1BCM-`2@H|bNf5xU9q0yy$~sbT?tMcN}bjo&WX10nCGzMdyt^faij z|J1nssrjfIs^*?93r%h%ab;3&ol_L>F}=Fvue%t&TdEanzlZI$y4?NQ@Ya&&^I3P) ziowim=I1(VpIBFAqUcbWc%?BOkZ$^N!Hg9qAsNcPXzde%$VH#zS`DP1CGZs+=L!@Z zTxfD*6?O$uO(ddi#=d(|QYW0X56_$XQY$}wUdy&G&`T*XW{s&B?eLJ->AF~yFD{n`0@ZHL1Y}K zo2b_?Kt!mp0crvXV)S1KG#GLY$SL(1x3S_i70De2^m7V^1)}=YWpVL^kGGL zcoGtAU?q+g_i|Pb*gmT>ITFw`IMD!)HC`AHbjlB9mAn_~fO4FSu~|;PX5AJMD;wo` zmJ*B|k-B{h!|HCcVkmWoYQ_y0mS8)qs+`)1gQ% zlgttlh;9x%^#|=C?n-H)Pqv=lwL+iDN!#b@``|sf9gi&rzdEAJ|E z^vdJ!v-R{-0+l!32(TxZ+-0uzaoV-nq+y#A28MgxlCJq^s4t$g`ZXjo{OW7?ZxWlYk!P_HzwR~K?bDJRj# zo7+ma{7Ma_`fd=#?q1|L(BQKapX&suNT25)VJ;-@_E3a}IwvRMO3Z}!HSfr|SqPU@ zOW^9ygxOz#FqVhRgq1`4#cqD|K_Hk$VRAtp9hgM?fV@?&-F}4MIrF>LffWT68TY)} zJ{$>ffZ>{cu5$mNo;L|N{0GQ@&mOZC<1`vSMnL5Z`eY(=mAL(OCM)*yApQ6b)!IIX zT-_{(AJ;lav<{|WgYD%3T~S}ora^R))>W9$tf>)P3yQtmREwcWMv09Zc9s_!x?e-SYN#wTQ;=LO5&vCn;4d0{o88d=@s7zDPLzq zeKU2}GFSbhfoWA)-=>Zx%$M(RmQ)YQx;@Fe?r41s6Mx{i6ET)M7}C&<2BV2_#9;n0 z#geI~sP``eCy6Bkw6w6M3MNOBGa#@*5LH{`9XJY{#DiaNk9!k(E+RcLwF|)nmhvNP zo4M2VfDW(mbW%{Chvf9hVu|JDytz{ZWC2WD8m^t&+R|=2xsZ{pYy?KogqdZ#?p2pg z>qOYtbi?dgL4Dr#Wuxf2%-GZCovxMaCjG0CK%fRVOmRUMTkea=`0~WML;|9lD2q}E z0x5J#8bJUtpF$yQY4@opVf}c zH#lo8qRFejg{yF=@#YbAr$moq!M&6E7n-N`+kI|_+s@S|N0-F)omGe~8zSYs)8n^89ckNRHWim`D8+MZ}0@ z#uc8B0ySMr?AB)D+Yt5ZQBefv4Ou{R{f3h4qm>W_L8|YO5!r@lI>!E*T5JfR*Rj~; zl<(*9jsfTppO$5)-uMo`M=ey2`E8>&UXWnKQp?Ql87RsNY?rzAixFr8#yQ}dg=2JSo@I10jehk;&PxCqk0 z;8pZ4(j#|1y+1D8aBW%VX1UZm@NZWXc}~g3!1xu{{7ofM;~`fX0&gHFOWI_7_0xur z`$?u=+k8aQT-1pL-3o-eF#0GM`g62wDC!^w?mRr zMTej6zk#eeO$ZwI%3o}ZbV-U^T#N_|iUq(N!a{{iZC>qzgaECabuvpp9UewKLXj`t zFPb*pWS1rDdaFpp8xc_?Q6TMYD&OG|W@{GwieCbb1bYwBWC=l9#{9mDMJb^iRKo9^ zIo{k^9!?v};X~=E9^%s+SseLw+eS|sj?h1Zb+JH3gpSA+kiMt(kY1!KS%hy8B+hb6 zJnv3?Amk9-q%#7RE~#k*Z%xkVHowgGru)dW#UND?r&qDB5(TMdZJmp@8s8Ao+V7*C zwo*r++Lfqjm})mH{i9kO+^eu^oFK8jqc$Fj-uU<4(fHqDdQc2dc`3_6VHTEqk7C;wmm(``Ffu2RCVnK0 zIVgX)kghzVVnoXonD*S}9meuF{O1IVJ>Zp6_*P$B6J!5dP4+ouFY_CYG(;&e>DKg_ zV)C&t)@#QbRLxbKpq=^|rCy%-z9B5&8{o_QF>IYR&2d_(to}nPVWd%q0JriwMyh z7jgZzvyIa`X|I(Q`-%uy(jx(vW=@(ZMMp9dA&uv@WVJzVH@T5k{bemyykB`E!_&c~ z>F^NU#tT)^h1ToIO`lSr^D^nGDCK6k7dMe%+~eV;NA8gID?tb643=K2^(R>T8O%6Y zuk`8n^FGl=6#Y!Tc)V}yQ8xTp(i}%0r57H$Kvufi#D6SBu#qSoUsD;($Dc;N4KJQL zDX2%UxJ~O#XA01w15DgxDFXT;V zS%jusrzQ$z+^(elXrgiL#QxU-E5ev1(3UXe5U0~}S?|c(#^o>|*=ZbFLWl=F8XlZv z*iW_PH%K<+H~K2qjCVi|&L!)uMe5ZWc;34p-hRj{JYPTe3PT zvgQy|MPswb$dPpZvs`CpYizTs1OkH5 zeCb%w-lm}MEtDleJO76Je4EiOG*Ul;_Dokw4dM}b*>7$|p}-=hbK7Tf7rVJ{qyS8y zbmoLI=ve;uJ7)l>>jR+w{c63)&EFpEbW5%q%5&3a=liZqQs&JT2%ild-ys348#p(;s#FvP zYiRXr12I~2jqvExHxD%90`A&E{uPF_G^T*{qt$s2#n8QUfzk>&zPdc1_#5;bpN%qg zDAKZrY%VM>85N1!MV`|cf?ELs9+cDy@^rNA>LE77-Jcke84evY|Bud`QAtZKFv)~F zzGx{|vH{@&u1F6jy^hD44EqVeioC2!MxfFI~1 z2KJEuUh<(?i!T&eb+!kyCy*AC(WyTahZxy`0Jg2r3kQs^5Eg^{+`xoO{41=os|L#} zzuw$)qj(I0SI;T9aroFAY(DYD>nZY$%`0hZtgypXY&^Hauc&y;aSZK)IhYJ@nvo=S zz1H%45u_txL(oh}hj~=7fr6G9cuPxL7TK(0H2Wv_i^3PJfFq^~b8c~D=lvQ%nA{W0 z@z*|K7t@q&2EE_2G?~cM{Ea|fUp|L{@GOjHiE`6^mic#5#KatEyS6P*fW7vJusTxX zmd(Llc@-fwl4pVyi;(F|&e+P$yW#sf@#hk*6dQJ0BS;)U4@j&fNsYQ~B)P*{zPn_~ zh5NfX3%>pY)!I4k>3;^eqCbA)>TMXwoCYf{!&0|70Y@UmI^!%aQJJU>+N?+@sy=+y zs@E?58^@WaEvT?xssz6Z(OI78Fo}d%HGL80n`(`K)%0GRAJ6=KpdSTK+ef{YB7k2& zR$Pf!yj3q|R(ZYd(P0xOmcA}i<-M!$Wus(5f0l{xyxt@>Q{(Y`l)FD^T))aRVZ1nO zc_;WT=4Jz6$(V55LgQW1^a45(RWHzai36P%7_L27FQgn=ZR7*!BWBvIXBR)Inp|Bu z6+`Oy_R@P+O2aLiWlG7;Aj2Ojr=lkb_70<;A<0krkG^A1&}+`!%V@%ZKh%;&f8JIM z0?w8d4$aTAp+pA`xAL(5N!BGhnmhqok_n?#V*1Kh+9ya*z951@C@H_h^jagGIMF zPAbLZ*01(gxqO896Pg64)Hp|6b&}}(1rqYJi;_cTCJpt89 z$yD{q8#pc%!njS{Kv%68w1y}BmA9KVQVWPyG6NF$ug&uwiPD*_1dwsIQUy}^ue%s| zVlS_|tG~qtx#XWmsC7dTTPWvL9QB3+T&Fw}Ay`U;^d?ys_i7{<*pBeNNaQnO*eHtCk=-~&QYli5f70Z{z(y!0$1xA4*csUY3lt?pf5MIaFtj1;}u#Pxz3OVkFxnopDKDLs{ygOt*Xmg-8(+oU};vKbdXCcON`i`t*sAmn-z z3cd=(uF}3jF{W^5DAGFKbp>3N0nAgiYcUpiV47_!ICwp zC$o{!`6CI@-|bS33$++!Hv1%}G~%O~>r0dCNRu%<6juUbQ_C?hdXymx6y)bv|JqN< z(6t|%yZ}TT$gzEahj!-{9XjH61aUt{VxX`kyGuF9C}pD)!Af%H9_dK=qHxI$8YiE} z-BF+$xC5rbRM1t*;$1|iWhyPcAADuP%ICSY4^^?Wy1)TOLDygHs(>H!;o{}H-P<4h zxOV|l%;Gk;=br(}MgP``np>Pqeo^q(BfnFBRc$n z@;IzjE@H5i!Iy-u;3b7@?r;Q|E?<&H@u@3*9Hi#UOEN z%Ue!}?oV2AkkX;v*t7Sacw?~WO#N|nx`Tq|m~yV2g8KMtm!Z!|OjtRZ*8yTnsS04h znZ!m=BGvwtiO;Sa`+4CVcbq;y}*A2jn9(IGVRUt-dDO9iO-KmdS8Y-sit zop|`LC}~FIBRfuxx31`rDh56fLZLLPc$6b$_hlAgKmV;35?AtnPC*ra3|#h3)@`fU8CCB+%Srcdzvmc#1`Qc}>K(D;##U$% z+085jjyG!h2_FCi^d9%z?;SB|(el4X)Q9k&9I$-JY7mBHwhuGg>Kl655vkM%S?~w9 z%l=29uKkZf?M2d|Ht{Iq5Y`%HaxTyIBJk+sbsk}wy|G;j$8E743fM6ENg8G_PWxm) zJi^-glxW}WWlR4!g=bQuwmF z)4!r;r|21Q6*zm)P3^0!c$4#I5T#@3)eRpm=SxY``&YfoZy%Xs^J@@)5sb&x$z~)V zySnZypr)>61lZH6f5JolKzCP24gPkz+ku%P)cxw(?b1|AbXiAiy!t%Jqk5U!z(?)H zErWtV;Avfs*$SXKC|Modvw~c9&q;}DD%bF`>zfZ_V#4|q zKK>ZKbM;|)!MK4+dA_~ zJVzt9%0){DttgGFb8)6e@Vyh)A2=N9Awew`tsFvNEWQ^}L9cwxz??LN0yyaUx&UI} zD2jk#bVOzF)Gf5VTl)zLYsP9O1>X5 zURRvr(jjA7w*B&e?Bsh42acYfSXa*8}~!}v^8 z=dN`x&$N7&Z$`WntmR>z@esq%t94yX+zbfE;hxTjg4P)#*y!B?3RaaE-O``GmVc`(qf@TIL~$D0Le z4P8iZ?W0`R>0%!-+HUckQComWbmDM0@nGZ%fNC@I3qB&hY305}D~g)pK$-hv6;VJh z>9^j2PWqB%*~9Y;=_nNGmR&#bCMw`EJH6JIBii*bzfENVvvo<#`SHXYPM9m{vSqx& zcDo^OoNE`1EWn-WRrWcaDEspn^+26w3IOCD5v;{Cp)$`*#}if~6r&$0N3K&3tvfQv zQ`gw+25XK4S<1hgId8-t%F$UviaXZQey5%Wx1}rG3o;~%cL61a8k#+PXc>9KCq3+;f2QUy>A1dMVsv3ZR8fMgW+-0~lk>$7 z;55OUN~fpW(A5>;eerh5MTef%E)zupo2CNVtu6*Pg6(TFL@f;i9vYsWf6wlP^@6nk zAI2p#;czJkIKpR&OuMYl6>=4&Am9WDfT={|0gZhgM?P&|B|KNb1daFl#x^ZV?vF5y7Q9m`L#ey_9$x#LTEu` z^EzCuW8ruD<2I2-aYfCUV(IZQ7(;t8Z%t*#lDtn^$Yz6UizOpGj*`SxnTZzgEMTTh z@`2O732&MU)V8`A)}*?hJA-mexcx;`Gfb-2emi90J=stO-wSf!_3dT-7Zu*&-fn;E z+c-fxk%>>0jJ!)AK(N4=079Ax1oRcICp*&5$ljO}K%Ze553?O@sr}1WFfTe4@3sy) ze&+F!E&n|4vS>4E2QA=b6O0zHyCajxuL({70*`?&+Q}C4eF;B{<95IkX%1IrazSmM z0#XkJg=-CkL}DIDZf+=R*gb%qC;_R{r4fUpPv{i_m|?>8C`-uD#2@hA)}UM^FM?-x zI7bWb9u>SlJgo&_d&%Z)U2BRy$q9bn<@~iP8kVfhb27k`x7UUG)7WqTpWKr zgnezrpHN}}ue5Ti-5fkF&BIsGnP+iUT#T_bDc6nc(be#~sr46{SOfePAh0SWLUmT9 zqMJ`R5+Jz#Jwf>==}?ArBh|powOE_@p{+|jL6w|inwt%_swIq-P4l;wQk+;tTtX-w zUohJT;Vqby~W%YV40J4xti0zdUbU{B@)Qh zg@?9UW3W#@w-_!>dkHc;4(gFr;_WQGzwOwQ=V^{ERj2ZMyPl;|NpuE^q_y^Kivrl3 zNuQ2_(YKV~V~gY511Arw@j4STEMvz4>b=9-{)zp5ara9dQA^}tgP(+r*-hWtx>^YU z2drTwZ!jqo$WhAc1tT}EkDac#c8vqfng{lOB_ZAhd0+BBpQlw5*<|er3iH&+e}uemi*)JhrxpwmU3Z9ISpMR5Vd}Un}NO*^kf_8>14MB@T}SFXWX(S!wjZD`-&wk ziI)6_=q*h*G52TxL3_&}z(5s*N}Z{tsh4NhuP9HI`Ja}Q0BA|mlnsMfMu3!53I?R4 zTR;S4Up(a148jtCA!df*g5^#fAS78+Bu#g_I%KM)A7Un7tY(+_5f10seYdXo&wgl$ud5p-#dbOji&b-mP zSlwA|BjTt(%xwN`KPh)+xx5qOBSz#QCcU3x=s?68Oc0O(l$4s*mcQqmDYa8GLjfW% zJu^EdQyOImQ%V93VC^yitX=ESO1M?=oc#I0lG0<%&J&EmRb~`1kH~^ciA6q&mgd?r z0VVj+!?=$G6N?$VX2SDhA;?0~UOVi^b0c)RAt;R1c8LKnXJ~5dkiXrod4T_lPY6ke zSnB!6iyx;wu;j@mcUK@$^V>1@Cun{2(PL<-!7pwHRJ5aj9!|0!h5(8`5UbWCWnB79 zlM7i#NBG3)CR3_4&gNAtGx!Z$n@WHG*KuB%KtEZj530*Vi8XlkXvCnL`rpL8Q-*Yf z6hhk2@t&;>mSQ7j2QW5G76fnrtcZk&19Xg@l! zG9GA0P~z@^SNc{#_LcT)dcqzwql<9`E2?hGk^q!K#ZOvP#w4++wea@d`ZHGACb}e? z8pCP=#ufRPQ2NQ}sX^*5y|Xw!9+6|QLrYGK(|Qch${z7rhq<%U*>^O-U%1k4%!htc zO7qne+2pQ@*h~5~%gW97E&-{*=VVE4^PEz-|4do_QoXXcR+HAQBFC$ET5tUG;bIBUT!73Zw)k^ zKX~{Iy<^UHhgy_x5JKNKDf{mrB9>3ZW;xaMI43~XuYVKmbEN8D-3haiF?^T4QRmORs%0YTZp#ZwzMV|a($9+;xkYWu9B^HD8dJFjsE6MB>K zIdi!$ioC9$hzFZLgt)UXPj-YF{-}{>&zFSQU`!0L@oyg@c&=m?^u*x#kIY(MV{~16 zF7d{~U3+Ag&V{G#Ip&DHh#NOH+g~OHd}exH7!w7hR$rzhV7mnresDP`(@$kPpv5Im ze@#PT+JC`~p*^3JaN=e2GL)f~1+%725dB&^%?ra+%6bZEbuNsyg-jaI{XW5)pt-9A zjcc#eNqvnVVaTWgF=aCy-2~AadNVSrq3dxDZq+&Ss4FeopYul$IG_;-u_-N=h7U?N zpx9&0@9UTqEd;y1>=^H8Jum%`TnW4TBDEOW7KCQQzvS^)fZZ49z_Y9A6NVPFsbRaq zK}S376cUk{OeBD0c~!Dx zc_QdQyWJ`P)wK<3!{oQbSZ?~Qnl-8dJhc^SYMV)X1ug$z6@L!10VEqf?nuI{c+H%~ zia}A+N8|tF)}+M2eibHV#mSI`rd&}KT$TkMTJG#pi?s5?p!Nh}3b^6L{p!1aiyol# z8Ma)n!sB6@kKoUX_;2~rXh&umNdcAz(fg87yp!ARL{i#uh>fyn9$0pI7 z&2QcLfqgaVyB*50NdOORZEyC%$w3Pf zv`vv<{MGUez=}3eB#cYzxf%E3UA!D^6ZoXbG#9lhPXQmCBfkG|>WOB!QK&v-OIuqH z^XiEgNc5P6U6_6Fcz`QT5n#P76e!vlll#I>&gvVndrgGmcd0!X#KLKRO`WA|G-6SY z2ds*se`5E~zYN(ZrwP+8IcyaoUWyKedevKGTOxx)h9z;&U|ABZjHcC;6Wm`-%OTHn z%ZS86YiG)EBOwoo_s~sfGn)}GVD+*GEAs0}58qyERD>;@-IL5t0y?!cS{BNx$eJ*ypdb5Rlgp zAYv;mlqAft3z-*~Hrd6{syZ1|4GvaCAP#og3ASpVnJT!IwN$&2Z(&>6n7&zqekEX* z{{{1PW}W-6%S-n4L7ky6K{XdpCo(AP9!J93Ie0a~q-)4147$z{Gl^Bat80mHHVtmf zVw5}DAeigwejI$A4nCkj!g7H09kFK9K(u`Yo^0aH%DzQlv+PKv_ge*`PYf>{vSoEA ztK|yO?szLJXK3BhJw>QNBMJAH_AFWw1xt$|NRQRa1{PKK!xEfSsCD{B6-g~~dR+pn zFhrpN^)KMLsiUrYedlJRihdmxRIQ^6yFqz*y9CC^TvDv5 z33mQhUU~z_}icQ2fJ(zs`xCXXgq>#OxHCs--_7a<$VWQ?ejQQRM)NlT#eGGG3 zLuW}`KP_6Im>d>vNR)H%+yQ;Ake96Y|g#>QJQs# ze%U~m5-ko8+>FBpj|EDSHiy5EC&ka6>&YqFIi|k7FMWU5Yfhq`djIytl)}@JLJ|K# z;gp3xqSRW!LGEu3b|mgclihA|%y%-2LK7Tk^?YjEG9 z8K*ZReV$5{9d|A5u*%`p4N5l77ZF(XHGQj!Ir56!Ah&7?wj9qOsUuJ2_pxs?ORrM; zKhOz5FF@L_<6A!WC#nuFlyH#pDO}z(V&Y%#KXP@oRALcSe6%N9SJefbNp9+NbUuqZ zP196K$O^8Jp!ZZhnQM+7p5^R?{l| zp3+I%!%l{(t+AV@;~lDc_qXnrJL=BnjWOe*`z?Lq(;e;gNVrYv0v07bAz`TO^3f3! z8QnC7ExS9l_ z{&DC^KI096kMdfgcx?{RtCad9CNa#0+BJRbeJX=m$#@-P=3C%=pxveT|7g0#;5gg1 z-6m;l+jbh;HX2(EHZ~jEwr$%so5r@?puu}T^UXK2vzXZ*JA30guY>NQY4L7y5OCRJ zq(qC{@4_r3*Q~D$+ZAfhGafA6_WgCFyjf_H=={sUV6^fKD=wKh5dBE2vuwGF$4Fw^ z&cgP?5B65-r?D0zTY45n1|gT*cU)G>tr%;yNQ}#TF>BTERGgeKYmX48wOwL^Tvi?V zZ+>a-oyrKXo@052Q4H?R-gvw?ki4ol*ZAl~*R!S05{xB{IPJ5EG+xb!>gaL_^FbR& ztDgn4T54+!Y+B|~FI!ufSoB*lT64vT3Yb3=5BK3Qc%zExh_s5r;n<|d`3S>V)Enoi z;0dl?sPiwwu10*n#t-rvutW36aGLgpd@1;%`D1|nmAuc|ja4!nY}pBg*rWKmaP9}U zcGd!?TXA}grMVD3IE&m5*Hv|t2Z1hqubbNMhO0oeW=>~Wo|{K>$PSR$y8Q%H2wHuy z_^}=q8wAD=hXq@-je+7?*5pAm^1MWS?JbQZyC8e~AZxCk4ih#7|5@M_6~Q23A#dm2 zkdSt)rJP!DK6s#UC&#DgHgruo{!_YeKq2s=!0w;z$}Q;yd0&O9XQ2;X>Ddn#TnH?W z(jcLlJzZYqp6EqmSe^it$hZ8gmQ!xyMqC$m{^d(^=7p!?<#W{P!8|w(xhH-=qu6r{ z08$V9f$b^(a>}KPdyWIo*`N3Wqf>5>KrpTRseddiyg~?yZ)=@-E1p9y+*}8~=%9xU z_hNb~!SCn(5!xAlMk2hl`}jBgtM^5b>~r;1=EKU(%jHc2<`H{G5KrUZsNO2-=PJYU zhre|4TJPX_^Swc_)+YI9_@9sD<&#~(mp8jpSGDKaSdi&MtUgZO4bxxnO`h<9RRf}t z(z0j+7{oC;!rD(!2jZSD$PlLsS@4UdEt=L#K2oQprWs*NAJaysqV;$5W|@qJvyIAs z!@i2TpERgyjoD-<5~bD_8j$u7y> zqBGy4CWCExYDLBn;m*ZBsesgFmvkPJcNJ`#_$CBPGvlD1+CZkvQEsQ2! zH}waVDIT2S{t=2i%N#R-Ix3>n@_Z*b>LgbEb{mOSu||tu9_+G6WG zkfDxnxmR_Ra89*dYx^wiEPEOs=%HEBm$$7b)H!Us)RXqt1}wg}6>^)U)?*Flw}hEo zn%lIdSfu}jLd3CU&Zo3r{BXr;VYx)AYF@V$VW17dM`BuDw*{kIv*HZj6KdKlY7*<- zgy2X*;#?ShEw=DBT@F7SIjKS0EPHml;%Uz)VlMu#|K*=5kB%cgotJ zx>IVdXe^}3beo6@j-G5FF-1;9CuKhoiCciA!iLvswTiq^VIsQ4kT2%E)SWW)lfxFyfdoGg8tZPAK_%KZyB{_-xLS~<6&#r?m&ztplvBoTRyiFry2bX-%=oCtJj2K zW*42Jo+R^EuLxt<^|8{J%mvm4tK^NutiIW;XvKk^9qtul+OYk4d-JijX6$g<ICnC!L@%oz4>*+b@;rsNxGe;)l$Vm_StM_5t%_L4c7kKlYM~8002Ys-G zSpr<8(P)f(2+q3#vD@m&XssznWu&P3;=)t#EW&~NXDnnih+}g49#kapca63kKj%93 z3{ys)b-U8H5OqnX*LoiHttNT;=nYeN(&VF(qEd8Hd)fE_HG-J?JvAZx{PGkUg*q!G zE{4O+vvhg>&&s@RYo^0jF}>ipDL9X3zESvaNW3vu;M!l?NrYLy`grap*&Gh=g*a`+ z#i_~JnVn7Wt*mw#Zx?JpxLZS&U#z%Wt5E@e?0;N4Y}R{$v~uvUk!%a>Xp)HRY9ZSe zMu>bgw%%zYNzk@A7&}e-k<VDw30E-V@e6AfQ&TE( z$w;Dx+>SGR6NB6j`FC4L%lLoyG7(L#CDaL;ZN?ot@oUib-(oxIDB^Dga(!jZfyC6N zC2@MVK$RORgC{BZ5n7j6sAcOKF9;w5nLeGtpy{fCWie z0IQ(bSxkAhoUnXF5v#a;!ZglVBq{hl`SW#OrRt|Sn`fSZ*}e12AJ_fX%zpaF8IM=i zY%@jrIIeS$IatA3<*8_@>FC(n5K;F`?g69hNQcupQAwj#hi(Z%(Q|SBGmE1L@7c55 zJX-RGz(Kmc@rH-GY_tKc6_LkmP}yx<=%s0!TMpd(9#;Q?ZC3-I=`>ZbwiN+%~I^m5Cv~_1g^jFL&`?Y_yHgNFIulMf&4jxD|fLD4|@>F;QnN_k4>{A^tPo;ew# z!_BeK4jagM%JiN3&AP9@5)vPtVLgV|$dJV0CaiINHm6 zsw0meFdprY-j6VIe>0 zveL;y*xkHK=)#~WuNc`_f3Ma?AmOGRL7A(Ggg~X9Bj5ytyQ*QA)0}9bMqsC;lu5$B zS3uI_yvn#0k{=L^Xp&qb6%8C(!77CT0V8>3CL&Cgq=#9C(q7)cX~{E8*Qs&F`}#^ht35%jc1y}dh>^Al@i0P zhdHhU33uFwI;U_9V|yX6jI0D8C0IM`PM5qeQ6NnpWIgd!9S-V?8pb~<*<;I%FD@2k zKPiYn<9G$ki+vO+R2>mm{J5`KopwHZL1@SBxpq0JblN;kn3ANyGi29eTtr{<^1@o? zw=GJBe9Rdz+rQiXs{O$`NAamg_fF8n^iDu6^NUEkR_B#hDeeOkul+ezvgv6^*Jv>51`H4oKs8$Wv&@TE+9P!)|DN351zIK94~`_dA$9FQSNv zfwLr(?;r1&))x;a<1$Ra?GK8CmAPUB6%L?OHPb;TFjR=q0XqP^Y6!GTKQi{i@H4+u z;K0%uiM}ZOH~&v6cVd+Aq!c2?uVC}E)d#90f6OQ^o9th1?sN!VkZQ8vP&^ceD++4J zkjL4dXk(tD@jj%YefO?UKd##^43$ge_e_^Qj+P|t)A)OFoou(2HD-A~U0=wut=pJ> z>)j|&2hJ(?Gt&er-DXSQf_fcaL%SWJ5Wl%B$z7mH*J+Qt#`z^fgj=vhT)C!6Omr{Z zmO9t{zng_R2HyH_d@d#Numyg2`;Ji1U}~znZM&+Oo#q2Oe5>E=`}g$4)N|(~KGWwk z152@ob!Cshj9Z2WBPqxa{77A@eHwVs;;d`n0aUyE9T9@No5zn>H~&MGq9=SfElo{V z8K$jEp#6i-z9Qzvy);O~lj3-dq$_(-Bn~Q+7|a70>p4X6hf`X@eIGl!Yx)_2nas6f zSB3fse-)pO&l;8=J}|MDGf!QQc}|}i04*@DoDs&te=Doz<35534xwHzfpcax--es( z^w_hYO7{>!$c)2)SsKr@b=;zR(xOpX<-$Lur5qE2 ztbZghV74mPJ@E9J9UyOn1tOjDPh+UGfg+wo3?R2V$;xchdFg z5BMt&2RcJMg|=AhJ^La;FZ+nE+mR8rVAMZushm{wK)fxFyN2(!m*f#kKkCxaLVncs zL()2r8CXhu%fzwJ$bpoj6@!nhTBcJR1T_^0$VZ147??$O2q3I0`&vX)BYeE|iCf`$ zo(Oy7#QrXISeq-YFSh<%%f8ykjgP$WH@@=VA>&-+rc{RSOP!&t17*z|Iiv8vQws_+ zHIXDaC-RWazSp;%h38*5~U$i+f_!J_KwrzSO3WZh26Md0hd2#& zs&bpzLA{e)4zh{raqo3(>Q9;;4!|w08d-s39PZbGNTxIZVZFGVJZ*6pQq6J}DNyiN z99GVt!zQk)T}UDh&pQG2@5Fdh^bQ0!?&BMlUFnlKB0EI zHr<1@zw%1~ORL91LTISY)ZK5P*)OG8J>E~+%UT>?{ppd;-2Ce+s%sSdzKq1vB&R8*DsF8-C9f7SI!DN zmk>SQ__HBAyg36Q+M{W%nsfUELB^K2%nM9V8xYKQ_~}X^v*3tioEn6KV}iC+KaZ^o zb>EAnWLBTnOGlLAaVyUsRZR}pVPvC^MFy6qQs@+-y{xUu9qw^xKF`T+G^H=X`}Tp% zlm5bEjlMG}x`yBwW=}$e=s8dji!TMr$kp+ce61qS0jUl{$|^oWs4l_jZ>`o-`Yle-CpQ}O<4)n;;Ng{7Fm z{VdcBD;3uo0P(a6DG8_5jh zsc=pzq6x+GNOB{vCvNWD`VS@?+OXIG3Bu9b1NToa-vFEUso3sjY|}j zVx9~mY&+!cgH~E(1q2p8x$eh1$#cz%Qlk>&IKN)~(~tCTbwk)BSO4N9&jJxzoN+7c#2uY$AWP)bk_Z z?WQ=AV&CS6J7nSciOMC=v^W$Z=Un-Sc)tM(a3O<;F9xdQ_8cYKnFo#n3b`i?La^ps z8K$dIA9F?9KNjavi7@0=^nVJ1jzKTWt5*In&;w{G;9{e0^mm6??YXAhk2{+er4|L) z{QC+z_RP+_HK9wCd?$J7C~j+D!8%alc{h25rRny|+Bf!IO5ZizYna?mbk@)-&fToZ zyxu}U`acKnr>*4z^>n9TYDc~rRs&2_tgiQ2T zQM#S;+!PkKDlGQ?zTy}Z81c{gcO~*_3@ibiS8L&){0p+5YaSeqJTM)is~(R86Q00d ztes@Go@n+n@y%B8V>9QilmA82tDzPF{M^k;{&GColLq{9TtKDE)6Gm4_()y;^4Byu zC6VmBxs|GQ$#DQTkSzS~fs~h*BewwA?;QNoXaWggrFcsLRGtTdEZS%row=7-KY{v@ zL?zhQ0gXj>l^KFx+BFF*U~kA;Cho3|amz%CyO;3eVz4-Qk!iI@C>6sHPekQvKsGsZ$^CGS zvq?iu4=NpFotmO)oog!xX<)=xA=l54L+Ek@Y+*m>FOC`$93-4rDBsC0F;N1fztNnL zoj;EJON(}O9KBGb3iC^5Kf4uZDHPccDOQ-)ECKXWpYQN5*Kv?E`dbt2*04=_F>pp}2J6mQ)+3&<;2rR5G+7pPNx)sV-(8Z{X*zXEMg7UR1vAaywAXz{5tOaboV(V9TF%Wj(FEkW3tz+A$HG&chPdA8o{^$H+mL z0piGN2u>gecVEld^GKf6bSO{6TMXC7{6m)#vZh{1V80RrPFZf^r#MC4iIrHN=)$OT zS5{d6Mecvfuz^d9*A*UyHv`UuE3po*fp5tRqEV}-Qw!6l_=;eG)#~AK>1s-G+zt9p zsMw&UWQdX$2p1?iYc_I!BS}kA`ppL8F zn}?*sNn;QTJaY~srs`MmbUP1@0z2}mHe#PT$1bcj%$F%`MWCcT=e(pF&l3{u&Wz_@ zJY$cUhbr++iKT!8`m+O261f(Das7~Bu+*sy)@7OTW6Fanz#oHY-M_EmNrcOtjHft_ zH+!){H8j6kIlIHQ)wRe>jUA#N90OgVqk6FYOl~*}z>KiXf3zS$Gw2d^WH#(e(!zx3iZPj!ocF1g*WJ(pB3QJ+|2B7-^;WCybk|DKvvwD~Q4tEuEOKP(Y> zV-Csi6!1euR&E?RvgjKPoEF~GVFyYM#`9j&t{YyEo_j|rAFa8Pc|?L$!+G=R*6L7o zig+1HO3J`#&x)iT%Zg<1UJB6$*K3X4JGs~LaEENPxaSc>4Giv`Hf?K*&x>ycnrum% zQFeH;-85uSZEFR~&MiaUb*?N+D9Ms@j{d{H*#d!V1=Ml|#ir7B0P9g?y`YwFDqdG6 z(Jn!Y*jq*3OM%XDv8iH=@yKu?>9N$nbys48J15ICY84q=mp%CM;g=*8X8U;NB@fXub^tRlfohyTnmlYONS)QL)u!c@C0&L6O3#^TvOnt<1M zreM7igg%~{*f;OxV^`Mj5A`4a8PtAwTk*^33KijYq&wmdE>j4F*HAqZX8&SIt>Wpn z+Sx|9kp)M3ASoPVD(S54=}gmSrK(o7IYrFdv)$#Y3ymf0 zBZr>co?dCbc={XSEzRag_DV#$>&^Y?qib{zM~pmW0=~6!0-6$|?H-uTSH|U32}hf9w(f8K`oEmL?uqHltom#H<+CIBj8Qw(=|na^NXpS5>i|| zMw=_ujR;h(*7ggPLhO_vx}fcQ<*?*UEh3S}r}ivc)M!AAyq?im$7WP0$&0^_UDLrvx?qXZl_7+9)LXLS*a}-qERKbTYotkgi;UFW zj^{LqG_b2m*`x`*7tIW(pTrfD#6 zyQvZJ^`bO8(}l&};@;&V%O5gI-&sPZM$m!nH;LHQ0A|GZ^k#Lm6~p<|(BZ+!<_5rE zfl3>|pc92YDVrn=h~cKg>ogk$6x$XT%8!SrzcARVrN%@@ldU=6z4Fb|!BD3>ddz6K zE5`~bDk=MqQfBjKJ|y70Gk7C_Lw`sMC=xX(-mklB!}(xy=j81Vb9`5KA7br3X!QxH zxZ}f{4N8~_?5}1`N$&@!P>+vEbs9FI3zQ4&4P{^dSqzW`XslaB+sDN2wV07lEdsP-1skwR<_FP z8`~wQx7Wv;(M}4mUldPk{yqGy!vQ`%{SNd1%*8>5A5>GyM5f!iUU|}KPKbTPU$?uj z($`66R?2ZLpxeALO5Z%?W2h?Ze+=x@#|`V|wZEs~I*BLt7qjCg^w$-#Jtf;petQN> zffK&f$0n}v&Yp@T;pS(33O|@ z_ndwN&V30P4y#O&_Ym$Or5SAtL>5a+7_iJ^3r>@i#BE5R7EmhZQ zwyT2=YG@DoFEc~5jd)HsNlkUhV?s=Q=Q{jpw94-RWh zERlHR^g6q5`CSoWJt(o%K(&MyJW(S;_3J4PJmx}dpefi&%vh?a@XMo-G(TqRd6L0QNQMk%*KEZ1d_vghi^f7JWZYPfNGrOduIgCQEw+;dW;=$DD+jIp zvqJTAMgd1`mF|&^-LPRCI|vNxw%7?vGwT2$owRya*2I<7ZVGKPBmhs%i~=Bsi7`Ek zAi>oSo5)!R;XG0SCyRFT+w?phsVOBH91sjgbW*B?QZ5X7h6I45Y72##&h|C?On(bH zGW`jUg?uJYo!bylw@~re8F1tFZTA{h)3=B*&k*UtfF%* zD-w#1A|U-%=B7bdI3oBO`KiCI`x)s2LeF@ex@aa8en@^O0{|Z24aP%RFnHL2qG&V>O-+CVmy;DfGD|3mbX*3R<5TXy%PKSmej{= zGEUX4Jd~|yrAM2kDDpk%Ur#fd=*A1EMKYK-Q8fg4lk0D@II=Y-E1^)A!mfO^CK)s# zHlePhe4eLT8=MYuy7?b%0%;1BfQ+)65zy~*v;XrB9?c~o>I}s zV^sjfFf$MKJj?-+2#&xWde{E3iEm#4q?{@XY0Yq)04}H!4o|3G%bg0(p^a8tGAqQ! zrU~4D(*Y=Marfi0j50BvHHu77=#GRZonBp+n%(Pw-6c7TEfYTW$&KUX{~krFrfIBs zOqt%^ts2Sle!yreO?hlY-@$clWi>SphtP4b`bCzM9ZFldKOWORR&M=Ok*B0zj`8E%ISNe(}EjAFOJtshp{O_ETmIuUomkKDxGuU zI_v+|9Cm|S8BXZ8`qK~~3GfIsZ4{H;VtizR;Hdn`X47o8UXuUBuOlczFXN>x_|L(U-oxQ_?biW(LKhF zjvD*5@`Fy+{9V=MXxdC0oBUDxvw38Su2up>LW_U?MkKb)$wtNwxF_RIY?1Y;WneP{g{UEu| z&zDB5pVP1_1{noG@kAckaR_4K;xG*M4)>-tM*%lbTloz$I@eY> zH?pclaUNK_DS1QkOR~*PtnqSOc8bE#h`nJF2<@somcQrzg6rg-7+u;z!k}!a!Xqs? zO;3Fr%ohTBU-*HphoQm8dBb6(^nTaD07Dh=x0@T!ZX;pyLW+94I*JM(;PN5FH07OO z1u_B4n2jx7q$G+?u*edpYbSRghagf(BOxXctC=6^d_XnL;MiVQgVidrIqcvElK&;m&tQw zvgJ$-)LZ4RW-i1RQYvuG546JQxOCcnZ*%6!Ni=L%8g=Zl8YI9b^8cB~;nBp(E7Jks03IeeA$Ms*Wg&=N=ZFM62eaubt0#xA;LG z@{QR3(>2L)&_5Qx=wg+`c1QZ+g@aLHtTmf$1csjm@`0zNf1_@zp9*Gbnrx6Qong$S zV~X{ewN7ru^icUOj$|*GX5HkgPF8foXltP{1+6wTl4e8PT>Y5K_Z&vkkYjeoUE&vE z+eC@sjLAyKdF#pMte9h=UdLDH%m5M2?xDyjk{a1bB+7v?t9BJ(QmVe zewE5E(3B*eWVti~ZTe0n{{b{K06^231OPOq5dc8*1psIgLgY_K*+Ha&BN$L?55MqD z(U}2^w4Bn6_d;|2T&c^qHzPI?0fF6iOs0iPbZN6xf4&igt}`xs#YK5j~G3C_93 zA5`R^W7<)l%@PEr=lIailYaj zGImsYjHN4D6XS!lmas%yTT6ijX2A+`w*=1c4yr<$^z)P9c(GPAD0~%#Vq0V=GJH4Q zOOB&pvw-m6?zJiC230{3g6U;3X;9Y2~JoTe=f5SNVzyuu1sr5O~#=>q;g)7At^qRCEQ|HK{~GQ|@FrsTaUI-Y1Ow z)Y=@<%h+jyFNg<2Qx1uDm7R6JJ12Fan!gFXn10wK3(5g%vbQNC3&;6TZ$tyx#rcFc z*)V8)k*C{1*IML&(6lrXK6P$a`XU^!#8c1|db?euSpmdpu)s?~06viqTcm@?cFC}q zLDk8$d3pn3%e6MadT=WtByMa6lX`&WzJLPq&*Po~=f5*PCRtmEOqO}hktZX=`A6S>_h>^P z;R#%JIp9kcwr0v7i!ZV(%DD7K_4;*D{G+GXqSEWE~%6i$SM)C_ ze3WwR0ls(A98_3zW00H0tm;<{$cb&z5{dY-sSm3Y{bulI)Z)Eg+e3DlULS2b=wv43 z3FtOMvYPP39{z2?=$R^b@`tS=h|UY`|CJh9CmT-~T;Td4v+=BLFuD>~0cmhKvsGP) ze7n;KqB7{d)v1b6X4aYh1*x!JzvtoKLo(gmxto3+D;WDX+aAo1`qpOY1H*pI9tY^2 zn6^HuNy=WmYsYy6P5Hx|l}Nv~UGE#v(NrU16Fy_kSUW#g1I8lE}7|qw7 z)F~l$(#+U}()pxwYul56618`dU=_MUcn-6On4j%2$m$Y3#A*c@h8%=6=5_sKlMxVR zs7L}@%`3)(i7DsNM>FI0SDsJfasJbhpc?C(+)72EQrAW-bOX~TOD+cl4kcLbjbMp_ zNYF2ufTS440O{b6Fk;?lRrN8P{zo@1KA5fIKvfxsn@TDE@dd9!6+^FXXL|og+SR{ZZB`xCsCaH; zjv*;|KM_e*LV)Li#9l=zJ|#m*A0McS5G8}`n9^v?O3#vKj5-=7804_Tc zYsqJ$O1YA-DPmQpTaPimfJo^ZR%eR{+goWU;DY?gb3Vm~lt3g$cWd?P#PiFr(KT}F z9v4wMHM>~zl{-@&6D9?97e&@pZ1n4?@IB&bp!?eFL+g^3+aa%`$?Zt8c z>)Z1_&m-H3RN;ogrftc;@}-~rk|XRcWe7zjGgmUA!4Zae@24{|9o$gM=ebuK8McVc z6jhn3+J$CqPDRY+KyaH(b318Y#2~P4BNseQ+fYoLNwkKX}io(0raZoh&$jxIDKpP$Lsa3 zIhGiW1e>?DTyHfN2Bf@8IK|^#G#St{zvoF@D4Te^T0=A29G^X!RV&(jVvNt$a)+ht z-?J3g9xvKm%NU#i85!IJe&av3EbbBxFg1&~&N=9-`uFu|{6OhoU*L3X9v}oVNzVOg z`t^_RP|X%h@FqBm=7v4-R0{eA5!H+W|0xmBqzC zvb?){7sQ1;6^}Vr!Vd6;q9t`75`1?F*7>wDLVByrt{Q!z;`;THmwOowvU|rO72rb3 zH}cwe$>R8nrPHENotd!-Kk^abT%Q6>>~7fcgWG(Yk{TiFGI>p{`P{jwU$--83{)Y# z_aCT+`X8u9EM*f;w|4=I4`C)hMr7cq_kaQ)RALF`Z#gkvjKA=+PzyQ7F-#g`gv6s0 zOAyehS20Hgkp?`Ict5upGEMr%O}^0UCE)#Kpk&hvh8ml97N8kJ`4%Ny91aT;_4Pd} z;RC1LAiB|ev#GK@(L*4^l>6PAot>3)N;k$N_amr|fGC~sKb5200biw^o-KColousf zcqkvJ+{xp(UGu(Shu$0zIj(nszP-Z20>mGN`xqZHzs)SHeRI%Tvds<&>+)R{zvotq z%>7;eV@76be~9;exaR$LABX_j^<;M3j8tGs;Q4P#$dUKUZpP9aQ}%K#64a|I_=(mP zbF#a%GdbTy+By=azQ&{8oeDB=Z?69O9vg?{TOE7$Jt1b;!!Yw}Y(%vU5Q(e{( zG8{V@!`rls=3|0Ai||HAvwd|H(^t2-?ubtCE^8fqb+(-QhGp^-kX_6I5!^8*2h>NG z$qDvcy8Oj2&OJrj)ED+vA#39b^IP9)ZmeD}44$eiIsMf7RhMSnhYeZpyWwHe#{OV}8=%TN?EdRtN|6HUxk5x^#_T zPVC{^1z;7QKK){Yu^m7Dd4>21Tn6yJ=se;wt%bj7P~9<x0#DZUTn6fKv(KpDj?W(saTUAb)i~el)EphXuIz>ulgDR zIO2Fn&T;1&L^XgmtTJpo`|g$B(oAE?1*`ZIq?ej|MFO2X#~Gb-a+NR_z<~@9m&{*0 z*m3O6rZg-lRzS0wK)qn2VNkwi^G7)RRHoi8*IsaY%{IC836=uuBmJmBh~>;(MMZDl85R1cy6xz_r0$T8q>}UnCm*TEzXUz(iI4mMb*+B~pf1}Jryp{J@F;JAr z$v-f2Ul;`Lb-a(_o})@ty^l`JndH1n@X1+;1<*RAZquiOONM?9I6f?PJRLo+bp+`km%;r5K>JYmp zqR;az$gYwz-|xE8G`GW z!=}sOdID}9hnr{H+R|?9E@pftQwgQ7q8~E*@56=_W_luZ<#WD{rroaaY8HYhBSK1h zXv2No?6|m5Mv~vaHaZD@fDM^Pf@3ZJ3XtsEt{+St^1Jc-{6Kzw+V9;y(U9oH67s26 zKjZCKuPo?s%+G>33(RoCf3&G#V@-^~vB-Ti4nB$p1Qw0@^xFcYGoJAf=i+NxwOM{> z#@$k6=Pyz?>DaFoaURA`oaf<Hpoo_mM7Fa?ioEmO}SZe zUr~WRDRTAEffc1}Xp>+R3U|_>Y3kh?ka!U8RC5kW%nykqeEnJ?q(jN1g8<{e-)SdN z33s>*-q>_g)cKK*sc57WmiTz9#_%NlQi7D)j)NEaD3tonfZ+BDinD0B7ch#%%Z@-| z%Vh~w69<e;kHJdM&(f^uGMYG8ln~Ktwf0-*vlzYNX+~78 z`$mE}ZY+B_yf8ebSiZExw^ajOzDPeUrL2TQiI(jxIpIXJQd{$4n}d!gMPzY2{;@-A zzPzF!eW4iGI{#CkwRX+}+_;1oK!&n(+**Bnz;B=lbyRvPsKh{OGp|%AOlJW7l;zL5 zF`wK?tWw$fmGHh)&P;HJJf<_d9-nsYZ~+;gCATv?1Kw|{97444Rf_1<{mB>ijHyN~ z)nDU}bw;Mr=&!D$M)#d8d76J^?8xKqD+B`hszyb&=uqhCy_OZ8tVHYI%8ha(n`C4@p;sdT)N{w4n<%UX*5qcKf2aJ=L zr?bvL!y?zons3x_e}e%N4m4cvkYC-!_BIMkq!YKLLVC}+o=szvHRnHGW+U+~4MDVl zPJ-c}Ot^I;kydz!k@Pv2Nf%%20AoMU5tG8}Xu_fJjRhbOjktIM1VDkNW{h`En5>IH6l6cSd8P5phe`&gw-2O!m zIzd(t4?k<>PNxRWD)VZgdy?D)5LL5rpMD6@B_RNvi zW9-gtak<^gTz+GMH{;NOb>%c9i_vu>+&z5Nme`?Ueb;|apJ^zSR60E~6LMaJCtBNY zDr}s041`ha>i^~(botd|Lq6lAy2f!EQ>3)aBTALizfC?>x(-W<%QW(V`5^4FT zLzmAP!~o~FmA1cPo`tHDN3AJE&n-tbLp(iRa&62ARezAlvGB&jo-}GFfrt?Yo z7QVAvinlCbq5_i+1Le45dR(V-{E=Yf$lgEiR|NFNNI^Pnu-Kax4{uI|aN|pC0oa^J#_g8TKr1+uG)OVv!GMm=3E)O(YzirLqP@fD$agTTX1w)Q^ z+ZCcFM4Yf>!1nzJVZ3aZ0En;DAd0;YxYT$FVsn}&oVx-i*^y)&XdRhHLW;SRiFxSF zeuak^(Kw5~08jP$N>NqNSP{-+aTO%sasHu%-Nsq3>gtDlh^S*!R}Y-VRP3 z(@PF~QWAX=W^*F_j>#wg2ILqE&nWZYDq>o&gDSQ8q6$YvJ)BtrnoL?v0A+8)dG@nQek*LQNo4FIkSE0228qJ}H zWZF&{VNsnzH9%ey3KJ(sxg~o#=a+Dta~t0xLeTQ*{-SAz#l#OzDTa=C8(spYhC0z_ zM9-2`=+>O2(sH~Z48YJ9Qs0K@p=dBFxX?A6a#}rW+-@oSRos&@W%<@b5);bhQC7#b zsMesvwsDy>cPxt;j~N23t>t7hI05EVev{NIF!fISJngNZM0u@3!I*V}+NRz=a3OjD zFcR4$wNyC4%7-6ox>B!E>uDEkQ6u2VsG6MGs+F;{*q9bJ;Yo}+Otl=7j>FWu!$)?JVM11Sl&{4ube59um<=MQ+@;bd->zS zmLQ5|Kz<};H5hXjP48U4^*Xe27Z*+M5C(_8)`DkcXIj6%5-;9&;zCTUMyisaBY>v) z)lSbd(&_b*J6)jv{FydA_GA=ETUHBSxsI5{BV!(+E=r21h>$?W9T?hc%#oLjLhC#ZatDg6Z0|YT5DYla3trRh$rf5ykSra0=^B&xK zbG1-}cAXlVibb4lJ^w`^d?q`4{ii!!c%SP%^;ufn1p&^yb`L2m8jCw&jVfxCh2fW0 zXEtf1+Ny%xQTkcj`Wso%3+Ax;_h}t|aalD*2QNlD=xg!_^Ibpf&{Zp4A`ypu2K7Gl?RB zbQ>>o4lr_3TfieO=KeTK6t@%5HU^d#803>pOah#IG9(3Eqq228wQ1eD5o)Z zQNZef!1@{=NU(#&J@(aCpuuc7uZ*l{-@xhV-V1x}O)kXpBk|*nd~=wz&`t)^r^xQe z=sVTs%lH4WbXHMubzQSgfZ*=#PUFzHyL)hVcemi~1a~LF-60Shg1ZHGcg@-Fcm6v@ zxL{;-@4e=#S@l%55_=&Y)7DB&u0%b9PpF(aUHMR1DPzROsXgx>b}?(~3y?aN8##>4 zBLsm=Mnv~qcJAh_qJnV5t)g3w+`_m=^1Sb6_QKS*;$bRhbjv=rd$NvGLjV_W0=}p; zTn&R{*$66-Ek9&sQrAtmyya}9gm7AP;@E;^zSpDymjDPe<6@$3W(mS|^`#Axc%(5z z`|fTg_SKANr^&w(P4~1%$R%PX6{e%(T+-tLIHpZoMLzMn9Z7|whlbg?Zo1009+4laGjezk>~(pU|1L;!tzoQ`_+w4> z^$b4R%AG>m z@9{jGEty%iEf^b#uG0b9W9}rGy~|JT@qCdgw797#2gLmOln#Y5;gzx*V!P%{R$~{Q zBk$LxPzD9;M@t-ElUf|IRwoh3w_dPH+VjJ`O|=puvV=M3oN(|j`YqB{zi$>|3w$}w z1QS3VmZ{PU8! zNbK{eM^5QC_(UE2ilyOV!s!uAi)$>9qS2p`QFEt7Ad1FsuwjKUfBL4vV*{7My1M-i zsTUuAzbui$l|wVIT>di;)4#8nd>0>+y$BXRxP1Sa=_(xwp25~N!73TXV+$-%x87aK z!+P}=bLmpjXQR(N-e*`n6aR&HjWlI(-lChF)8j5bX&isN_Z#7(>W_H+)66j%=BfkI z@MDG!2Xc%}3#(C8TDmoD0j*0#fAzhLJ?an|w~Oi$J7*EG*&xrO&%enS0`p4kQcT!{ zq#RX@(Kz<+{u_LE5U{6D2VDR@!_lIBQs?RW0$s!u-WJ9Z_11la>4F@^Vo0h85A(=L z1VkKz+Jn2e$J7Z@i5!2J+%89Nw!A+_-P;BX5K!ouU*erm}2*y06=LUT!!jp)|2}+4j|A^en zygFC$6@sewh;ZX@PAGqqhk4fH15#7vh|gog8y$nraj3fcL5fQ7;$>Na7BboUNW;jm zo1oJ0)ZWI~VTRuf5y4wBQ`#Q&yF`zLw;JEwWIj?I?kvd((VDX#A#1Q_4bp9U+=TB3 zhozF&*!+qu`$!;I*w_lI)|MZW*w5wsH>{kJIw8-?Al%e3#$zOlQy)!dy zdM23%FuGm_mr45R;oM!wYAob%-52qMReGe17^wz913T*Vzkp#$mOO;<*J?jtt3mn$ z9P8-)CX+v6^1|%6oV#FgIAZOUT2G2pd!uCY*-HurUvfCdnGKY1V(h*HYt4Ol29FiE z7^+l~!1&}nyF4b99O?W{v+6?2S2JnoT{mzDHj-M>;3=h{{LwYXx1IZf!u4rSffzws z6dsJale|pfoj=_=22hVS49Gl>q4dZM4tdlLZG6yVUO--pUT_b{YhB^O7*{B$lzXt> zp2RHW`)<^DAW0siuJDT6Kv>vvHBx#OQp!e0da>J9ALRWi5|#LGf2WI9YRC< zUCp2fG1*ScJH8}_)0NV<4>!KVEi#62C@*Yb91V_9QkAfhe0PIT=gh#vG4jvT&hUrA z_T!plR3PG&eo1Zx2@ih_- zBk9L>Y42WS$Ibv9C=vGZ_PEuotd^kE>30(m5jfe_G!Bm&279S$=s}T&*(sknd*gf${ z=|FWvvmY$+;t(niio{dh=A4I-voC~b8!Qburr@69QB#|hZywk_8$k9bUAk;XtdNUa zK+42)GH75-I}(Jqd@D^$N(Af#iC4gxEe#7^#a|V*hr_1)x@bizx~yWbVe!vn9(@X# z?b>dQO!0`NrA~ZVaYx&S<*wyXoANp~o@^&&D&$q9*VUhg5Ls|T-$NU<-dEzk)scWC zJg&n8ar)gMLl(}q@%Xig*(><}vQ42_9a*E`ty0s8)HD&XJC-{LfRbJlVP{s^VM)E# zC6 zWxkQAeeuL63L{EVv-6CXbDv({I+^Ky3SK>Kd{<636;sa@Q`bmraB+rT}QYd z9bfO5xgO1yJ8=_L-Dlz$mE^#mA_Ti-rosY>33NKPkQ-f}p=#o)-Vw9Bn)hY>>G=dpz{)9^d9!QJYz$j2g&ct13KaEfoq4f4Jy3 zrEF(!`#5}8-o2=(Gg&pzAe*ksXc=xIEgftEU;_+g=Nf~QNM8tlr50G3c*`*A0K{*^ z$0)jSYhU^wQKbZ`$-`08SkbKWjBvJ>ggB?(f;dp37eK8ff<#!m^pbVN?V5n960a zd}D_tfG|yGgUdZqQHbG9#%5y`CcTLvBe~X~B6d9Vo%3m>e17=&-jVn5JuvZc<8=II zt=V$#tKZ5g$|zO#Xv`>gLfRG$LX#D_|48yVC~rS8o81M8-6Y)BT4eImGSTK1lEZh` z$&t}DF3?ugX zds@Ztlabi7Jga_HEAq^3oqHs4EPj7tJ`S$3WYgXl>P9?cwbd=UXn@_*4TpZBnIKac z+u?D}x+Ti7OY(u$hMnT|0Uzf^=B#-!VyVNf2DGrTHj5kRrafb}i~!=5-6d~-w5@Wl zZjHs1s!43=1d7ZL{fjK}F*DaR)(k>Wj?(=N7|B%~J|8rWHb1!;XmBn}df1rJ6Zbb3 z^Mfa!1JBO41zdf$I%(hs1K;V}m<%@R7n%7BtAZ1poE5}@r0ZZ^n}94 zK#S4yzvr#fdnw4U2)DYJ-5>jc6Ltc%ySiZ2-_V{=CRm{`37;yzcYpkzHzv1O-#mc* zZE;~7FIwGo^>;@4#2QD++z(>wfOh}LrO+B%j_`GLuL;=hMy7X2at@r2-|kC*rDBZ> z!A@#g9yrAI^2dw!rFt||?$V>cJ9Q9Go<0?Y*r3Mq3LXGO7u!YjcW?psglDs5Wny|U z`yX6E`(&0JFlh-0^h1TUd=<2Mf=8YpP1ZE8Svm&8OpcBHob{4pEs)g{qFnhckA9>A z`9SgaDzaERk|u)f@qaeFFCrHW;!Oyptijy!Ww%tR%=?W^)~c?%@>omFXYspUWDRLo zbs;_jQB*JsWj~yd;TJH8J(_ZtO^!cJ{88IRmX7|!`MJP8EWVs^Ne_6^thng-S@>g7 zVxMSB2>_e3u&E=PLa(dL;peBM#R6mF#(f_#8&w(FSK#!!4+ow*AF&tKSn*RNKv$Y4 z=#QWM1{=e9n72D3l13ChQeleuybMnHI)<$As_;AOyL&nja!sw!hTbNSi1G|U@qFKQ zqKJ8dmPM(D%sysbA}OYM8#z!0D<5-zKAsbzDoLNT0DO{*-7|6VkD^f4Y1*BT=6RNOf~hUM@s!BjQTLY&T^mVlJi$<;{sp6#-b z&3@k?K@aLu;okbFhil&n{Q+$o8;H`9Nq{oR9(KOv;7;CLQIO~F)xO!qkzqy0te^lF zjyf(ke>+=O$Uz2JtG*za;=q3>!yQi#xtA=rkQhmw8|x-&M-^fc3`t6zA5UoZMof`; zr}Hx&KjHv%hf&lE)w(lOkLRy;4GLzaNvL`Cgy8x{n($uaHMB;pO@^~}DTAnb$(4Br^cJnjDs==Bt-=^%OCt3eSM z1xzfzkh~wQy}Z?a!`Id_UtYfY2MO-4oass?*gWtD8>Gvm#ns=(U5!xPPGWL|-@$WR zy5yx~Gq2KIQpJ2}mkr>EUR<9SD#GvEa$3BVi=#jTznc;Xsm-Hx4JK)zh zkVbue&W|I`Yyy*kQYSJxTH4tdGGnR=}Y)Fjp*!#o>Lj_EUo8J1aIst{B( zh<%I|yGH~b44)zsG}{^dOLH9ujs>aPr28z_aiikgJPV6)ECogYO)1R?sGdOsfH56` z@I~vholrlV(OL^h_K{VK8Ds=>1WPg7h?ekM&g9oybJ@UTG0C#mjDtB9Rr!(k?+qn} zAF1}x-7!!Yffh2B*S4t>)3<6zjcJIaFEtWAa6p;&h|k@Z_R*VtkG5JsiP&2Ali!?b z0R8iPcaL^`DHgCNTwBLAbhBd!Cg1vmXNdWr>-oI1=-7NkaoDQ-q_X_4$1;c}L8y%WXTYDNy-TdXdv=Z$SD@w!jgq=?ea3g4FT}J7hi89N zoK;ikEgq)BquxsP78RU+#V>a(kUqjAZc#qLCrd^`(TJy$lF7?QTZ$S<7-l!g<=NBs zki1Afj0N_N-VLPh*LSaY&+NYPE-rj>ADKtPvKO)Q*_HZchvOGKx#@W+R*!Bt;!`Qk zl6peiZ7r){|K&Wl$0oUdUROgZT6FhEYvkkIyQ~|m=VL8nR&u_&&Zt(|=bF8`1Yt>V z&#qqrOC9@AR$8sIrr0Is&6qMB3ZW@jqdD6d;^u|0p>-~b%D`e@tn&c40ULGW%-0hF z;^4pHy<_<9BfwpMm>oF&;n>>S>5vkSdD;wY)}jU0#f9pr@vKKuFMc@ijEyBVvNlLA#4m>wSm)!#ZD~NNitCxJe|mt`lo*I(T)r_Nj$%EXkn4oxq~! zZ0p*i)7$Meb;VfE@hy@kfX7KOKvBwDcB^En^f475JD5G3B5^)E#-{S1)~=X0ITOQD z9MN6_S-3Fl1sHMkV8J@OqA!&gc7?!)+!t0?{1({*e8eZY5B1e^V9X4Px@kCPNL?s; zveHgdy+t1VYt%1crYKaT0FYfC=>X97X$3YJL4*)r%dUG4st<*VM3NLC z*6)$HVp;$o_5=Jc(^cKBVaqrIOWVculPaj42epx+pdFIW9C;0i=xcXn7?mxTFA|>J z!MBw(8zx)?6mzM|k) zqbHZmr*?w5S!LSM-x(}Bd>_aw2A@P%6^AQ-E6%{;{qjM(ChCTLw*2@0`my2UbQ^Ac zu^vbj^5|vvW_bK~S$t;K?1j+1=%_-K46|3~w0E@DBhk^g;+8atG~si6Ae7=ftNyV} zI)gitkTZ9!N1*+obuHuQzB^R@GCKsVA-PF|MqKr@s2JeA+o-itRDenmNKLb_?yMij z{_h0L9_bf2+X{PHZt=n^fAW6)A2yL4)o+Od8rqK?R41k&P8*a9teQBy>Wg3+p1=40 zy%mqFXEEyDsAsA9$w7Dp_`h!WjEbn9iEL!uxQ(o%I^K}&Xbo4}0=Z(!eE&0di0(UxpbdTi=nen3y zjdo`X))8yF(9r*VkFZQpa`gc}L!@rT%YM@giSE{Z*kWLMWL&X1pL@OhP39r%wxD0{ zwL|8qQaD)MY4g66(=KB&=+kDmv5NK zrjCuAQ7UUe(N_w@1o7$hpdim>AHI!BQwaeCiGw$eWvfaqXgjzaQ}ej+JB~A268-gF zqUOyEo1^o{fZ}~)U(+hw@-5o0Ewtqe7#>wm-%}X_WUy0?-;CQ|iG;j-#%`#rjuhv< zctmm(d7$N$njy|0j703Qj+UcWc=>|4DGt4F7$#+oOjD*vj<)^;Dq1#5YUCLU(08a< zt>i8{CvwJ884hyS?=ZlldjmUOXRWEIu3AynVgLLE(s~zY)zFdrC|pY9L14+>I45dy z7Q!9g5}uy5u__~O`$@v7-;I$1P&dRT4Xu9+4Az=?%ZHG2RMNrn;__X;nkpYUop zeUvdEwVO>|7<_&Dml$}HwJnE{{Im4{kYaDLdJ} zCrsT=&-ecHIkrRm#c~hHxak()oO&tJO2@!H4>hMWD|@XdXJ~OBPp3!YVtyqt)}4*B ztqrTYRIPhS1p1J0bED_Ls;gT8!%3z^k39n6 zAi&mR#b5?_d!zl*mySq9I*R$>W(R#FdX9B5w9}7Pv6)m9msXdHA_ zNh?pUh*;1E9ArYTxp#^Mu#VB9ar;JEwJd?nNbIK8RlQHdRx#499h0yD%}BJVAaZ{B zqw_?8@se^kYTX&u*<4eZFG8p$1^%cl=t~lwf<2>qc6WFs>%`|qX*g=-AOK^~G9=HQ za^BLS90Nbb16+IU?SVB!bIX%6?MN~Z@~mbAMm!l{#G@;-;#oehLXk$)=ssFo-VP!U zF)8_pgM^GSFGzbpE)(!}YBL^PlKv-MUPD4)7ZF7{8P4COcZ|%EEvKY$`{H+% zhvoTp7uSvHc61%4hQ?=)x_Au9)mII8DH~Q4!b*G1&r(OsBo`M>8HXur$9~t0L3{Ns zTWmf0rB2$g`+s3WJ2av#eOHePE>DWvUN#U-)?ucpvn+q?te!n6D1AUuR9rK@eP3;| z-$Z>F6|6D#;5UQyoU4K0%0Scr@Rv)r$auj>)??XB*rKdrHu6rZa=??9L3T!~q^GFAcln|c~;{u6{L8l zIJX_QUUINN)sZ7%>?u~NEX7}EC5QsH^=T&?VUqOtD<9`z1+|zS(Yd={`##xazr^_# zVvS@`rGPO#yUbY3TV@FGB&3|g*WVg-ePUc7%9PfZlXHiO#y!brao^zUrNkL%?cUQ( zKKwb@fp>r;f>KT#SN<(;!q9FOpSXDs5I6y7J%70&9JQpXrSd9|1H9q`eiIJG_%)w_ zk*+A(*z%I$XxnwUpyY~eqE^YrbOLu^V4HPNspWzy(e99CJ*l~pvP6>aP|3s6Ne72@HQsx0BBh8d$+( z_4y-P-qO@1??c{l1w+nny%bQtLsT^ZlUUh5i|;hLAaQICms#Fo=MN11327mSM>mRuLZbJ74B8PQu zM~`nDp4>DVCW!pF{XgkcwOX|a#6B=7LY!X1DS(zF8z%%$V_nYZ3A4^${e3Z*ItIvq zc?1NQN9aJRYQY$KV{-E$VZhS{0yO+g+uE!&fr(gySaC_m^3!ToXCi5E=kjb=G&8C5 zWLb+m9Wk}5l|ac;M!Bm?zCa1frUW!vui9KLoqqVdVTqD{GP+2{CHuQBWc2zw9?#T` zS=IWMNkq*8oTwbg$4b{N%7JvxPu14KSWr8SVl32m>L(HMo*#IvzF*)_O%hdLt+DCL zf6?%bx+11dBu_^zkL)brV+t3X7F0&F#nrIBqEZcf2tWu#2m(%MSSSrB5m*qTN`&yT zGCl+l8-tA{0zs{+#1b4>uJzdC^$EA<9Ud)M{k?+@S^Lm`{J3$=znc=eKLW&}4$c45 zmr^bwJ`^q)o^jT&5s}Jbez!~oEdN=lJq7@4#zJ1p4P>JEhy^W?0ZJ32-hcF##=o6z z;wAb!6!bBtBcb!$NolM{+0*9rg~6h5m*YS`=KLHKajN->AK|J968GvG^{8-~@+M;n z9Y9qb*+xDr$uwVU&WtU|n{YXIV9rB~S>vjTg9O{D(`R`P4L#dCh*WUTz)eJRm3X}Ck2C0w_D|dcblC|E0SZ{*IWZXLYjz*F)HTC`UGIZ3A`s$?qnr7>7N#nD)Me=*&!7r2>kUh>Xf@AasznTT)Op`MK{*=6P{cRod>_RP ziy^%4OH6)ZP4}b9>GF@GPh^TBmcSaT8Cg@wTCg+_{%~-V&@rJfO~)bOTI`GWFp#@z z9ahG$ZytUstVmO|jtYOk?I`r~o%jI!tUUT8czY$9&_3mTP4jX@?q_2K1RRy{N>S&6)EK0$J z+mT04!SEX?JW3Q-G_p{Z`aQH%w%y~j&QwNIU3O52Q;kaAM7!T{0cLiR1gA62_Ndol za(T)u<3Q+`047D!(5_YP$l=zq$%4ZFDLE@HO{st1j3{MRUk?tlqu1g&fqG`B_MYEb zHx0`Z0wLKLHxI;D+FIdqsNU_eyX51umy53I0ODCvWZnN`&3ZgkYZ5y`GG<*$0Ld^< zyP?&p%ct%9AUTU^4|-!|+?2K_9VGD79Ah&Hy!tBNhbG^`ADfk>KI;PXy)>p#EL+Kq zC#|9{x&U%_!9E~&50m^ScYlni+T*Ia`N7CUtHfd)SkrwhJ0z6`Fb=D*O=0hW$44~) zw6#r=v^7|8Qu63T_N9V~A|d|p+ul~X8EYYT$HakI8$SlJU`^S0DtC^aqFD7lrQG3M zZ&rW8zlFq4kH!x9_7NjcPppPtC=&S$oh8x<3{OoHf!|#o_+dqhtb%W!H*D@G{1rzx zo~jsA*Lj(+?cbPxO>pwzPTj0ySk{=n^scfkxo2mdjkI^4B-y|C3`ijm-KR}Z4P>6; z{=CBdNzd=_*_WcvgZ57PBkty)cd4X#cTt1HlzNdScTuoS&ryd@kQ8J|TTR4{Bv;tv zVIAe8!&einw^NUfZR>FU5R8i#ahG&kc~08DU<~i>!G5pe+!2d)!m@U8cCq=ut$wUG zha$yhsA&{kxK}F`q?lX5W{JI4VJfxf(OkkMUJw7_yP-04N||3aZa%ku@=HPh>=SUL zdnfic3aQp&=`@bzg760ksh7%B_ypN6aL!4i4Gg>|Q;Y&+7iw|;eNs+~%o+kk+^T?k zCmssp2|O(uv;3otubn7UnWnF2X`z8VkVvitb5>Gry8`zk1ABnuRNI0R-j6Q`aGZRa zjisLDZ-F!4eU%$I`6`+LEfR-i!SwuEjOUyfXD4FeX-kf>>+^d>`IT69kAC2+C&Qgd zui@lyu>W$M+{3$dCk*!8-)C9s6#W}2ebA^oc&gD&0o8GYm+gQE4)VtYRA|A8m|FYJ zzJ|clm#?2}ASxzY8Y8mGp&aT#$&WTlU9Zteb4Byotr&mO=` zP*jbI#}9mPW~e~nB%WIc>CNxN`Y!QI+?DVfxID5Se62MCEMJXCB)D9 zllIq>ktFYtU<_rKJCYYUhR~RFrW{7JM)Qv2hL!Sb>%7@Y$Mx0!kAJAqnarUcv(yot z6fk6n*SI$k@vakpTZx)o|2#@oRJQWX!D_IcNfM||+9u%#(BrKh3s21&=yC%{{ zZs8Spv=BI=sKjbV@q1L|nee8sqN+)LxdZ_}aPPyi#@glU(ab#~o|F$hCz6gjWlYF; zDvmm>rt*n9dq+*<$Z*N+Gjdupf^gN8$6MuOmoW;U*z2y#2Edv%4~aOsmZ zpotQdqJI>YZrzE-eHDFR*}17S8IZ6AsKWn-@l)p&%OX}Hk;p}5GbE_&0B`==9eBl0 z6)H;y=Yv;_@9-i;#cCIeoC)#q!2vq}ig~8~VXxFTuMq=w7#J%jW7m9<=K$< zmz0!&Oud_uZ0^Ji)5TI~+~*o})`yKx5^-tf*+r6r&=$kI)$@<9+L9_xsmYH&S3r|X z(%%1@pXVq-CPcY1?>S<=(+B($#4q;E+AfqU%VvyOzl%C&q(Nslt+RS&BB0u1vX1BN zaio=V)1PwZ_1GiRa2&fhj$^-ZSlHQn4c8F|if0y6lYP&Dwx!mv!)NdZg!)uf#{d1KI+(5>d!_+P@|L6d(TYJVmyKvOY* zgJOTMUy|=jYUBV*T4*=p+Os67G+(n(LRB6- zqDH21PE{oz69&O!r48F;8iOeF3Ejv4h32!{-Q84b88N3jMW9_IgHH>FCt=gUwsEgp zLW)Je0v8qVuhcF9QSQ_vH?`F=vlEW>fA$iB>%}hgN}iNVeO4C0$aMi+u1_>h?@Vvo z_<66xb_J{QPYg)zq#;3zrhzr(*snluyzkjm^@tuWIt!F;n%9{lP?}R!uUnIc3io=x z5pS}LLg#)iMOKp!MfBkMA!#f$X-~;adx0a{k~y6ZQzLOUVwpt2HXrB9OA+8a52uH- z64yn7&akKRv8d7u#(YdF(3WNf>zDP2nn0^S@;vaScwCYpf0G^w;CP7@3Zx; zr}jgL>h619#|>*ZX7RA&xM39w8badL=R_#!t@tI8a_5^i7E03!%{N|`#GNH6zq#=w zpTQc6UvN{yes8bG`Z$)ZC#zypOL#*3J-Q62mCY)H45q0;s1%4K17Wyanl1C?s(6(a zf`7H%)>Bcqf%#bAuNEHIiskPSTnk8Z(F%^+=SE>1;Aj~S_g&L#x#JSq6QCbud^6qK zwK&x#&svn%)z2aHFV0&0A4WG*_(Qzf;Lotyi`e^r?KEgCZ8~LgZJ2B65K}4*t~^&& z!K9n!a?-VWW{uhpF?!}J7^l9R8VXN>d`EFIm|IHxCvOD zt)g4ZPg{!Yst*a|Mad;G3%^MFa`b+vW7DBQk&>PU7cI=y6A1W=XpkeYJhL!6)|B6t zXi*bcJ>7ReBI%DyDw=KD=&toFX$Hy;)_-M!8rEq?B_z<=@04)fKB(;ZkVcuSRpr4W zvk6T>FB+O;aF#YI`MP%uIrOlB2utz<8hiWU6|4UMtUQoDu8D8-JC3I~c0_@mveZz! zmS+MMEFXrK$+*q(pSZ{Z)a*<}zP1+Q8;V<$=Jp}aTuVfkh`-i8necI@6-Dn#K-B-{ z4kS-G<{!sCqloY?EuF(^K)u#foq+FYK#inZ4CppCjZRZ=7{QCRkD8-;PNVMiK^30I zR&P4)D zKW&>ru>_t)Ccdw!z%%$Pi%b9}H;H;$q`>mJ9bIV22R{Gi=yYuloRmuv!17C(mjt)Y zpRUlhuE&rTm3Q%w(|G=*Qqb&TlclgMi5;;$JjfxJOq`u5SH4i1GFMo51jWSfIVGjI z^s{YA3Dsq)+aoFGHvVNO*;n*F?$v>qdZ*13(FC67Ft|Cs)HM0msHr|TTyXP?IHs=W zDc8}{jq!su5@&o0<-bhDl;E?QMei}KA0wC)DFh_1Y1&QTlnJz0?GDvs)`XPd`;#a{ z&st+!h-?B5xh#O6WL59oZ7{nBmWN|xGwrFEHgS*RwYecGRcUnLldZt(LxEF=UW2c% z(#Ah6a)g$9)?r;#&-?{Z}eNpq#NR>4NCabc5fk)u)%B^LUb7Z+Ys&F4WxU!+xr zER+T_Tu?!e&Mcu}ocdJP!UKUNR4=a2_WU|hlzm7b6RHV6O(W_d6beg`%*tSN*5#Y3Y=!^P0 z+2>?BNYTA=Zke$9eDy=jp?oh%*?OwCep;;}gLcp%68XrO)P{YYT` zQe&q$PZKVFfuIGHjDIJ?E85mJbjeF4mS|KV{sU*t5|E<9s#D@f#*J13`X=I~O)5V5 z)oD5MHIwj+L@~ynl6F=yrtgIFK2~%isc1HHlQ)O%MEVRw>S_$yr*j->>GA)*#f1wP zOnYlVkHG^;EO9jqgJ67-&7qvorNRzRgEss1IjpB93KE4sIp`zqi zi*+@ylSgX0j3I8?=VB4eabXvC-WU^l$mj37wDanFEw!wz!Ckhydkai%Fs?&8K+7G= zVh~NQ=WH91uvfAMhau2x^NDi8!Ldg7LVMbBwUB8{F6`HFMb zAR#Me$XUsC^{Jpslb|3TBvsNP#B?Vo*)R zg@=0_Hmuvedn-e0F+>pARG|s!^aGI@8ksw-qKHaGWFiU@&eVN4yhLbtM8%nER~`9o za&tL60_iTv4 zaNL)o&Ij^g6bM<;$-As{UF?aarLewEj}y<*wR`zZ+$>Nx(6Q27k(}**A^0772pZ1G zll!yt#`Gse!w|y&``Sk1P3zF}wnqK|uuznEn9T$ct>fq&Q|ZE!ikYr( zp}E-I%p_u(u6Wi@Jb1E#K>3p*<>IX8iYa+fW@PPh89nh&g)PK~|W z@?hY}nFgMm19|W=%fjz|yC`J0%9@$PQJ~k;xDI$xW0cre5yoR^jlj*$yCi~^d(|Ix zQKSr}FxViVCLBhstXwQ<)?9_U^$^>K#{LAX( zc(W)mkeayeOD)(jc8_A)zD6qjTmO^OgBU}qlld?;+(1d(OKc7%{%nW7L6#bry z|G*q?J^lub-9THv!rpE4xTEdMx??SsE<4JO)@J)KjkwkA#q`zBi+=g1DsSdM{C2To zfkJ$lf9ocN4}KY^Bma>vI!R;D4<3-AwHZ1|20MRLLZ&)uXMlP4fsCKgfP6N5E0vau zmTs{zI#3mB=mNB0+oU{k2O0lmZm`pHOIX!Y|11&+krj$+l~UAOu_TCy(r%Th<$s*Bd%ae@hjXdL+QRoU1WfOtX zpBG%+c|RNmvD7<(Vam1IN==6Q%X%TT2Iyl*BuG4AQ^_pB(V@TLm^^h?nl%N-HfOS! z7QJvRaPmqX*Awka9Ro#E^tWV?0kIGj76%v%m#;*bO18f*JwtkQ+RqKAA93#9zxb~f zB%I7uTW_3mg$VwjR0s(bjGil_(_bODQ=#L;=R7K=cLDxFvlxj+Vli5{ApH+1HT~i* zFBM(HNT9_v-7^X7hK#9)bJWb!<`?DCq&(qS(;81NHhvnN>&x*g3qQ`c{;LbWQ2EEr z;ofBap5gJS<>r2E!nx-(rGll*oRLz`8FY@r6|qCB4rcw_zMup|v{c|6Q}Aivnj&ZbVq~aA>GHV9m1~N!{G=S$1FVlIsDo+fTmM((hM= zHs&4}i~ijJ7=rf^z!UQ?&bq@^2h!>O&PIZ>w(3| zO;Kku&w{O0fYu<(n9jtZtUXelIVjI!%}_ba0a~gi-d*ZhdQnS2Lj-?Kw^B(+Lg559 zNNSf5(MX)(m^d~iY3F~1=aj3itIaZ%@^RrC44*^LUO%9IiGGA-Q-7J_OIZVLy-iAz z=z=Eos*;DT(}em79+9z<%o224!j|FiyaXnF<_CIYaAHY_;S(2+3&zHgf0T$AsXUZ3 zh@(gX43z}jhaTT*RPU9~N#>8gbz;VWfmyyi5K*+si*6)(-<0>v%xrCGDSEa?H=&8U zo!HR9y{>T$hhz2cE(H#k=0f)8;g`j1V{oEc3P4wMp%ki{c?$kLjz?|L&T6d{9Gw#OrHCkrf(BHzKR6b|Y_-Ui$Y(8L_G-$^4{hR#Q7l$1(Sy%nBGn_D~ zZKVFb9fq3sGW#*+nkX3*aK{tPsagOJJ{&h@LAfkW35rljvpZGm*#kC21OZA(=B37` zpSkTJXR-n9v+|k^h6Fh=e+3YE7m$VNm^a!CJQ*4cv#I04x;#pL5QP~>h0X8K$nb+kgnxq6Xgh+3Pu1}@oVOrLX z+bCmUT56WBMWo}QN3Y3TsVR@u1-A>xev-C2`<@32qaLZg1($ED{3`BDBOnmH8yZlN$4RO-J5hf zqaL#iTqPV*E@F~M2q)s zu5M(jA~#A%jH3gOXew2I{7p&%u!5;P{f%Hp2+6Aj)%3nqNw3m#Y&H;_N?b>OZRd6W z?&cLBU(;iNq%?Z{wDxqjb7SWhpdg8(nU145aGDb1T93LbCYVjk=q;g7gUH(e8UfrH z=GU=ZIB^UCW7ubo7tw~=Jy`>ZGgaD_oy4Yu%om#4nz=hG&V0nH91X{Pj}&G?w_mA- zk?!Rfk<-U<1;4}~gQ3z_m#52W_JPHoy5mf<*v<{S1X0rO4kk{fcrD&9WM4zo(2NHs z>FP;V?!T2ETl-*3&sm@9TCY@J77hAT7P+9rXr#=~329ID|6shR;g}mR89fI5kY8*( zQ?AS{weG&~!2VhDv8Fb~#zoC-QQ9IYrG~Jk(o-46xJV$4_zt_$LFhBGXf9h_fHHb6 z3{Mf#N)d86J6&!v*RrMyi{k){T5a&SaLzuQK#_Ah3Y7}vS46pay92!u zxp|J7C6Edv7_l^N8||qGo)ZXSW7-%=J%@h>-eO}o5zD{mIj$1f?{Pclh-HyW7mz8! ztP1TvQxmhez8NR&AA_L1jfZmi6wvBFZQrrVkR&+7+^ewZ_R1a5!iLf?>4qOAu|DUl zZ{E02jH>=dW0QW`I!*01{lQ~41nXwxdsX2)IiV;%B(=xU6PKTi)v3R&`dg8$D;_7t zix@{@mNUPUJ>8BEo2X5Ma(Rvrn#ov*FJ6h1T7Zme;PQ7nFExoGGgFOx;m-Zlo!gT& zcV_Ic|6$q+-7{oN;QUD6PCa;3Y`E}c3>lDf(6D>;UBVWBmKc%D&$ZLD1moQFdBx6h zxp_$<4gh&KD(`C^-Y1x6mgf$Q@@2Tul<`R#djfghdv(PvmiDCh^oY@+`z&L0yNqC& z;d*gf)StE-eUxXkNGX7LWn<`EH@o5hi-)K_QI|S#@lA#vl|5BX08*wWDPwz(jV!-G zDn9n78FhHf8CFJPb9S(p-<+&J2Rbs2z)5m8#m=+|ReUtGJ91J;`p=8En$_^0f-2*| zYN71B?O){}zM!Ag1$F+dt@E}J0e2g={dNUo@Z*{`awsXk(moVdG^f!m@Etg85>oO< z$$kB-Q0Q*>*w)73?~M8zx)#$KAP-nT15<5fA}n^RyzSFDq_7qt#Krj$d;!wsq_{UEU_x_ z>pS`Gz`X_QtNJslP{|q15%~0*gB;V$R>G`Dt6%H+;PMk$7u5gb=^LXeeZ#${$+m6V zwq27Z+qNg$wmI3hU6akpHs?J5_g&|FY3zP=HUpge6BSFI$by*k3?r1o5iuU zIlW;`!#4wRT^ll>lhKS$MNo^<`ZKkZOfb*~LV;gAkR+X{ICEMqLP4*FP8m`hkl&!u zx)&{5?-L)F2X9i7mn3Zq@61)b%el5Z5|wo8&Q=lC{8!mA>M^|bC+l?0`@HmW~x zbs+wgY2&RDJOqn5e959!U>tB!AoE1Hu}CtFKZfn@; zXNWWxaNIT~>?JQC6K=4fiF{EV7iksBOBm9TgzK}EA7DFaWne#BXdW}TrG?)@mhhH3 z(oSvLiEp&3cTAb}^N6I4HZHN~#W4g>`>V$%sk>>=jAHiI{~<|_HMd)I@FZcaV6!R# zZpu5cI%3%LQIP}*J6VrK833cd6I)d_w7B2CqyopKCtNEwQbpnsapiNqS;Dm`Rwk27 z{p!2hmZ?j?;s_%1JL zOIW#WfJk9o+rf+t_j6n<&MjJh3&QEH+sbPs(niArk?2lZZy4r4kU?SzGZjODd)jmM zFs%O23gBJxbeo#$c_gD?{G&h90Nqd=H!Y~f1a`thz_5kaE}(EX(f}GTSLhjF(^w!r z;y+m|HFiTh{^#^6jH_v2s~XkB!Vw2E%BT@(>-WVXZD7K!_?Zd|F`yHa>~;Qq_v_P7 zNJW3RWT!>f^E^@M!C|LaPZm#nX% zgdvBLOxO|aG?fmkb18aFw^9M=Q3??8Uy}i^dZ4^Yij>S(RXtDaFzuF%_zg%x$UH2F ztKxVVM5<6R=4N2{X2C6x_%GP}up9p(DDi!=sV(aGkjsyxh-)-ok9ww6&X51@@ej!$ z2_c^x_aSVBF>`oZWZ4B_f%D@@>yZHNn#tzjg8hVV2_3saLtTHfAoepmSuOJzB@*QC z@@#M zyjZ)N6R=C{rYElB;QtJAZ6_v9!Isp(NrPyfS<~>6pgN3Au-vQ*`!1|c6S-oKqd_@y z=^AO$8Vy`{vmV%(TS{T4$OX+EAOQr(-(g1d3845J#^0l}M@*9G*3$k4$|X{_&p18N z0KlnSXp~9|x)!xmJUf8RD_>wj+Z+y|oM5)U5Q=;*JQ�lXi~&US=KW!oJud?l2d- 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

      G<93zgR>u2Opd1g(B|=c?%yPcW3*zdS*>D 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 eDuf)< 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%0DZ!QpUJs{-ZD)eUd=X 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 z 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

      V?)%N`>>oFinccnjJm>uMJeIF}eVQkM2EF<@ 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%0DshQYagq4}ve&!`Vh<=}9Zw{FxpkhLCY=hk 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 { + try { + updateGrantsGrantees(); + } catch (error) { + logger.error(`Error processing HSES file: ${error}`); + } +}; + +const job = new CronJob(schedule, () => runJob(), null, true, timezone); +job.start(); + module.exports = app; diff --git a/src/lib/updateGrantsGrantees.js b/src/lib/updateGrantsGrantees.js new file mode 100644 index 0000000000..b51193322e --- /dev/null +++ b/src/lib/updateGrantsGrantees.js @@ -0,0 +1,119 @@ +import AdmZip from 'adm-zip'; +import { toJson } from 'xml2json'; +import {} from 'dotenv/config'; +import axios from 'axios'; +import { + Grantee, Grant, +} from '../models'; +import logger from '../logger'; + +const fs = require('mz/fs'); +/** + * Reads HSES data files that were previously extracted to the "temp" directory. + * The files received from HSES are: + * + * agency.xml - grantee and grantee that are delegates + * grant_agency.xml - junction between grants and agencies + * grant_award.xml - grants + * grant_award_replacement.xml + * grant_program.xml + * + * The grantee data is them filtered to exclude delegates + * + */ +async function processFiles() { + let grantGrantees; + let grants; + const granteesForDb = []; + const grantsForDb = []; + + try { + const grantAgencyData = await fs.readFile('./temp/grant_agency.xml'); + const json = toJson(grantAgencyData); + const grantAgency = JSON.parse(json); + // we are only interested in non-delegates + grantGrantees = grantAgency.grant_agencies.grant_agency.filter( + (g) => g.grant_agency_number === '0', + ); + + // process grantees aka agencies that are non-delegates + const agencyData = await fs.readFile('./temp/agency.xml'); + const agency = JSON.parse(toJson(agencyData)); + + // filter out delegates by matching to the non-delegates + // eslint-disable-next-line max-len + const grantees = agency.agencies.agency.filter((a) => grantGrantees.some((gg) => gg.agency_id === a.agency_id)); + + grantees.forEach((g) => granteesForDb.push({ + id: parseInt(g.agency_id, 10), + name: g.agency_name, + })); + + await Grantee.bulkCreate(granteesForDb, + { + updateOnDuplicate: ['name', 'updatedAt'], + }); + // process grants + const grantData = await fs.readFile('./temp/grant_award.xml'); + const grant = JSON.parse(toJson(grantData)); + + const hubGrantIds = await Grant.findAll({ attributes: ['id'] }).map((hgi) => hgi.id); + + grants = grant.grant_awards.grant_award.filter((ga) => hubGrantIds.some((id) => id === ga.grant_id) || ga.grant_status === 'Active'); + + grants.forEach((g) => grantsForDb.push({ + id: parseInt(g.grant_award_id, 10), + number: g.grant_number, + regionId: parseInt(g.region_id, 10), + granteeId: parseInt(g.agency_id, 10), + status: g.grant_status, + startDate: g.grant_start_date, + endDate: g.grant_end_date, + })); + + // for (let i = 0; i < 5; i++) { + // console.log(grantsForDb[i]); + // // grantAgency.grant_agencies.grant_agency.forEach(ga => {if (ga.agency_id === grantees[i].agency_id ) console.log(ga)}); + // } + await Grant.bulkCreate(grantsForDb, + { + updateOnDuplicate: ['number', 'regionId', 'granteeId', 'status', 'startDate', 'endDate', 'updatedAt'], + }); + } catch (error) { + logger.error(`Error reading or updating database on HSES data import: ${error.message}`); + throw error; + } +} + +// reading archives +const zip = new AdmZip('./hses.zip'); + +/** + * Downloads the HSES grantee/grant zip, extracts to the "temp" directory + * and calls processFiles to parse xml data and populate the Smart Hub db + * + * Note - file download needs to happen in deployed environments + */ +export default async function updateGrantsGrantees() { + try { + if (process.env.NODE_ENV === 'production') { + const response = await axios(process.env.HSES_DATA_FILE_URL, { + method: 'get', + url: process.env.HSES_DATA_FILE_URL, + responseType: 'stream', + auth: { + username: process.env.HSES_DATA_USERNAME, + password: process.env.HSES_DATA_PASSWORD, + }, + }); + + await response.data.pipe(fs.createWriteStream('hses.zip')); + } + // extract to target path. Pass true to overwrite + zip.extractAllTo('./temp', true); + + await processFiles(); + } catch (error) { + logger.error(error); + } +} diff --git a/src/lib/updateGrantsGrantees.test.js b/src/lib/updateGrantsGrantees.test.js new file mode 100644 index 0000000000..5082fc3464 --- /dev/null +++ b/src/lib/updateGrantsGrantees.test.js @@ -0,0 +1,37 @@ +import updateGrantsGrantees from './updateGrantsGrantees'; +import db, { + Grantee, Grant, +} from '../models'; + +describe('Update grants and grantees', () => { + afterAll(() => { + db.sequelize.close(); + }); + it('should import or update grantees', async () => { + await Grant.destroy({ where: {} }); + await Grantee.destroy({ where: {} }); + const granteesBefore = await Grantee.findAll(); + + expect(granteesBefore.length).toBe(0); + await updateGrantsGrantees(); + + const grantee = await Grantee.findOne({ where: { id: 1335 } }); + expect(grantee).toBeDefined(); + expect(grantee.name).toBe('Greater Bergen Community Action, Inc.'); + }); + + it('should import or update grants', async () => { + await Grant.destroy({ where: {} }); + await Grantee.destroy({ where: {} }); + const grantsBefore = await Grantee.findAll(); + + expect(grantsBefore.length).toBe(0); + await updateGrantsGrantees(); + + const grants = await Grant.findAll({ where: { granteeId: 1335 } }); + expect(grants).toBeDefined(); + expect(grants.length).toBe(3); + const containsNumber = grants.some((g) => g.number === '02CH010840'); + expect(containsNumber).toBeTruthy(); + }); +}); diff --git a/temp/agency.xml b/temp/agency.xml new file mode 100644 index 0000000000..4e8bebe0d5 --- /dev/null +++ b/temp/agency.xml @@ -0,0 +1,15882 @@ + + + 723 + COMMUNITY ACTION COUNCIL OF SOUTH TEXAS + Community Action Agency (CAA) + + + 3430 + Salt River Pima-Maricopa Indian Community Educational SE, The + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1070 + Associates for Human Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5086 + Korean American Community Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 766 + Ozarks Area Community Action Corporation + Community Action Agency (CAA) + + + 1141 + Blue Ridge Opportunity Commission, Incorporated + Community Action Agency (CAA) + + + 466 + COMMUNITY ACTION OF TALLADEGA CLAY RANDOLPH + Community Action Agency (CAA) + + + 602 + Salina Unified School District #305 + School System + + + 5382 + Flint Board of Education + School System + + + 6649 + Dorchester Early Head Start + Government Agency (Non-CAA) + + + 1007 + Northeast Oklahoma Community Action Agency, Inc. + Community Action Agency (CAA) + + + 4217 + Volunteers of America Children's Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 269 + Presbytery of Philadelphia + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 156 + El Valor Corporation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1456 + PRINCE GEORGES COUNTY BOARD OF EDUCATION + School System + + + 2164 + WEST CENTRAL ILLINOIS LEGAL ASSISTANCE + + + + 4625 + Proyecto Head Start Del Suroeste + Community Action Agency (CAA) + + + 4532 + St. Johnsville Head Start + School System + + + 407 + CCS Early Learning + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2261 + COMMUNITY ACTION AGENCY OF BUTTE COUNTY, INC + Community Action Agency (CAA) + + + 1791 + Community Action Partnership of Mercer County Inc. + Community Action Agency (CAA) + + + 4701 + Clinch County Head Start + Community Action Agency (CAA) + + + 1353 + Centro de Servicios a la Juventud, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5141 + Kansas City Public Schools + School System + + + 2238 + LAS ANIMAS COUNTY COMMISSIONERS + + + + 668 + Community Council of Idaho, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2018 + COMMUNITY ACTION AGENCY OF NORTHWEST ALABAMA, INC. + + + + 1839 + Albina Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4778 + Avon Park Community Child Development Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1464 + Eastern Plains Community Action Agency, Inc. + Community Action Agency (CAA) + + + 4168 + Sacramento City Unified School District + School System + + + 4232 + Norris Square Civic Association + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5389 + Center For Families And Children + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 352 + Fond du lac Band of Lake Superior Chippewa + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1183 + District 4 Human Resource Development Council + Community Action Agency (CAA) + + + 4308 + Hazel Park Head Start + School System + + + 2754 + RELIABLE ENTERPRISES + + + + 1510 + Champlain Valley Office of Economic Opportunity, Inc. + Community Action Agency (CAA) + + + 4099 + + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4278 + Morton ISD + School System + + + 397 + The Children's Learning Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 252 + Rural Resources Community Action + Community Action Agency (CAA) + + + 4822 + United Children And Family Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 572 + United Indians of All Tribes Foundation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1062 + Audubon Area Community Services, Inc. + Community Action Agency (CAA) + + + 1023 + Otero Junior College Foundation + School System + + + 1345 + Santa Rosa County School District + School System + + + 1397 + Quad Area Community Action Agency, Inc. + Community Action Agency (CAA) + + + 6101 + St. Vincent de Paul of Baltimore, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 704 + Tri-County Community Action Program, Inc. + Community Action Agency (CAA) + + + 5748 + Northside Center For Child Development, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 817 + GLEAMNS Human Resources Commission, Inc. + Community Action Agency (CAA) + + + 4660 + Children's Hope In Learning & Development Inc + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1571 + Northwestern Illinois Community Action Agency, Inc. + Community Action Agency (CAA) + + + 5094 + Rural Family Development + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7388 + Martin County Head Start + School System + + + 7125 + LULAC Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1344 + Area Five Agency on Aging and Community Services, Inc. + Community Action Agency (CAA) + + + 1814 + Pasco County Board of Public Education + School System + + + 1503 + NEW HANOVER COUNTY COMMUNITY ACTION, INC. + Community Action Agency (CAA) + + + 4159 + San Angelo Independent School District + School System + + + 2020 + ACTION, INC + Community Action Agency (CAA) + + + 3648 + Y M & Y W H A of Williamsburg, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7726 + Breakthrough Urban Ministries, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7050 + Chinese American Service League + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4402 + Metropolitan Family Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 746 + Norwalk Economic Opportunity NOW, Inc. + Community Action Agency (CAA) + + + 465 + Child Care Resource Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1003 + Chicano Federation of San Diego County, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2274 + COMMUNITY ACTION AGENCY OF YAMHILL CO INC. + + + + 806 + TRIMBLE COUNTY BOARD OF EDUCATION + School System + + + 952 + Wayne Action Group for Economic Solvency, Inc. + Community Action Agency (CAA) + + + 966 + MID-KANSAS COMMUNITY ACTION PROGRAM, INC + Community Action Agency (CAA) + + + 583 + Chugachmiut + Tribal Government or Consortium (American Indian/Alaska Native) + + + 2143 + YAZOO COMMUNITY ACTION, INC .. + Community Action Agency (CAA) + + + 6502 + Plaza de la Raza Child Development Services Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1168 + Mineral County Board of Education + School System + + + 953 + Children's Home Society of Florida, The + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1307 + Chapel Hill Training-Outreach Project, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7241 + Gads Hill Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3501 + Arkansas Early Learning, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1445 + Bishop Indian HeadStart Program + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1154 + WESTFIELD SCHOOL COMMITTEE + School System + + + 958 + Greater Lawrence Community Action Council, Inc. + Community Action Agency (CAA) + + + 4230 + YWCA of Greater Miami-Dade, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7711 + Children and Families First Delaware, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7384 + Chapel Hill Training Outreach Project, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1191 + Western Arizona Council of Governments + Community Action Agency (CAA) + + + 1570 + United Way of Acadiana, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4757 + Union Settlement Association Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1361 + Passaic Family Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 890 + MIDLAND INDEPENDENT SCHOOL DISTRICT + School System + + + 5147 + ECMHSP - Florida Direct Services (Eastern Region) + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 164 + Plano Independent School District + School System + + + 605 + Northside Center for Child Development + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1029 + E Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3348 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + + + + 4213 + AVANCE Houston Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4655 + Child Development, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1617 + Community Services Office, Inc. + Community Action Agency (CAA) + + + 1354 + North Texas Parent & Child Development, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 127 + Kickapoo Traditional Tribe of Texas + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1734 + Project Social Care Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2120 + BUCKS COUNTY HEAD START, INC + + + + 4709 + Meadow ISD + School System + + + 641 + Hamilton Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4525 + Gloversville Enlarged School District Head Start + School System + + + 2170 + MANSFIELD-RICHLAND-MORROW TOAP, INC. + + + + 1613 + Southern Kennebec Child Development Corporation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6472 + Murphy School District Head Start + School System + + + 3100 + COMMUNITY DEVELOPMENT INSTITUTE + + + + 720 + Community Action Opportunities + Community Action Agency (CAA) + + + 1889 + Head Start Child And Family Development Centers, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1438 + Omaha Tribe of Nebraska + Tribal Government or Consortium (American Indian/Alaska Native) + + + 6513 + Norwalk-La Mirada Unified School District + School System + + + 973 + Raleigh County Community Action Association, Inc. + Community Action Agency (CAA) + + + 7438 + Southwest Oklahoma Community Action Group, Inc. + Community Action Agency (CAA) + + + 1246 + CIVIC SENIOR CITIZENS, INC. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1146 + NYS Federation of Growers & Processors Associations, Inc. + Community Action Agency (CAA) + + + 909 + Community Action Partnership of North Alabama, Inc. + Community Action Agency (CAA) + + + 1474 + The Standing Rock Sioux Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 7709 + Redding Rancheria + + + + 6463 + Irvine Unified School District + School System + + + 520 + Crow Tribe of Indians + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4513 + Aguadilla Head Start Project + Government Agency (Non-CAA) + + + 468 + Denton Independent School District + School System + + + 7347 + Phelps Clifton Springs Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1044 + Southeast Arkansas Community Action Corporation + Community Action Agency (CAA) + + + 1136 + Southeastern Indiana Economic Opportunity Corp + Community Action Agency (CAA) + + + 5738 + B'Above World Wide Institute, Inc + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4133 + Erie Neighborhood House + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4323 + The Council For The Spanish Speaking + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2123 + UNIVERSITY OF MARYLAND, UNIVERSITY COLLEGE + + + + 4441 + Blanche Community Progress Day Care Center Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4094 + Kid Zone Child Development Center (EHS) + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 879 + PINELLAS OPPORTUNITY COUNCIL, INC + Community Action Agency (CAA) + + + 3317 + ROCKY MOUNTAIN SER/JOBS FOR PROGRESS, INC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1059 + Regents of the University of California, Los Angeles + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2242 + DISTRICT XI HUMAN RESOURCE COUNCIL + + + + 1533 + Lumin Education + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 457 + Head Start of Lane County + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4623 + Englewood Head Start + School System + + + 1502 + Franklin-Vance-Warren Opportunity, Inc. + Community Action Agency (CAA) + + + 2015 + CONCORD COLLEGE + + + + 4523 + Mexican American Opportunity Foundation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1951 + Durham's Partnership for Children + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 301 + Culpeper Human Services + Government Agency (Non-CAA) + + + 7340 + Andrus Children's Ctr/Eastchester Child Devel Ctr. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1778 + Maternity Care Coalition, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1556 + Easter Seals Southern California, Inc + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4259 + Petersburg City Public Schools + School System + + + 7215 + Ser-Jobs for Progress National, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1400 + Professional Family Care Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 286 + Oahe Child Development Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1156 + Geneva City School District, Board of Education + School System + + + 2181 + NORTH CENTRALA, INC. + + + + 497 + Parsons Child and Family Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4466 + Building Blocks + Private/Public For-Profit (e.g. for-profit hospitals) + + + 1240 + Confederated Tribes of the Colville Reservation, The + Tribal Government or Consortium (American Indian/Alaska Native) + + + 683 + Dodge City Unified School District #443 + School System + + + 4348 + Harlem Children's Zone Harlem Gems Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 889 + Community Action of Southern Indiana, Inc. + Community Action Agency (CAA) + + + 1229 + Fayette County Child Development Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1472 + OTTER TAIL-WADENA COMMUNITY ACTION COUNCIL, INC + Community Action Agency (CAA) + + + 6081 + CDI/Northwest Detroit + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1846 + Municipality of Humacao + Government Agency (Non-CAA) + + + 327 + Developmental Opportunities Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6625 + Lucas County Family and Children First Council + Government Agency (Non-CAA) + + + 1214 + La Clinica De Familia, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1054 + CSRA Economic Opportunity Authority, Inc. + Community Action Agency (CAA) + + + 1316 + Plaquemines Parish School Board + School System + + + 430 + Maricopa County Human Services + Government Agency (Non-CAA) + + + 218 + Metropolitan Area Advisory Committee on Anti-Poverty of San Diego County, Inc. + Community Action Agency (CAA) + + + 1717 + Spotsylvania County School Board + School System + + + 4082 + United Way of Miami + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1319 + Kootenai Valley Head Start Inc + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3412 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 562 + ANNE ARUNDEL COUNTY ECONOMIC OPPORTUNITY + Community Action Agency (CAA) + + + 2215 + COMMUNITY ACTION COMMITTEE OF VICTORIA + + + + 2036 + ESCUELITA AGUEYBANA, INC + + + + 1520 + Head Start of Washington County, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 299 + People Incorporated of Virginia + Community Action Agency (CAA) + + + 878 + Blueprints + Community Action Agency (CAA) + + + 1118 + Reach-Up Incorporated + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6441 + Children's Coalition for Northeast Louisiana, Inc. The + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 525 + Ashland Independent School District + School System + + + 4313 + North Presbyterian Head Start Child Development + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 756 + Woonsocket Head Start Child Development Association, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6825 + Acelero Learning Wisconsin, Inc. (Racine County) + Private/Public For-Profit (e.g. for-profit hospitals) + + + 999 + Mid-Sioux Opportunity, Inc. + Community Action Agency (CAA) + + + 1673 + Sampson County Partnership for Children, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5701 + Enfield Head Start + School System + + + 384 + Texas Tech University System + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 160 + St. John the Baptist Parish School Board + School System + + + 1010 + Southern New Hampshire Services, Inc. + Community Action Agency (CAA) + + + 4685 + Independence Head Start + School System + + + 951 + Community Action, Inc. + Community Action Agency (CAA) + + + 820 + Brooklyn Bureau of Community Service + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3399 + Community Development Institute Denver (Interim) + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1408 + Kannapolis City School System + School System + + + 1387 + Tri-County Community Action, Inc. + Community Action Agency (CAA) + + + 2107 + MULTI COUNTY COMMUNITY ACTION AGAINST + + + + 365 + Region VII Education Service Center + Government Agency (Non-CAA) + + + 126 + CITY OF DETROIT + Community Action Agency (CAA) + + + 789 + Cherokee Nation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 381 + SHELBY COUNTY GOVERNMENT + Government Agency (Non-CAA) + + + 912 + East Central Illinois Community Action Agency + Community Action Agency (CAA) + + + 2041 + NEW VISIONS FOR NEWPORT COUNTY, INC + + + + 4600 + Lakewood Economic Action Program, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 362 + The Agricultural & Labor Program, Inc. + Community Action Agency (CAA) + + + 555 + Ocean Community Economic Action Now Inc. + Community Action Agency (CAA) + + + 1340 + Confederated Tribes of the Umatilla Indian Reservation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1704 + Sullivan County Head Start, Inc + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 635 + Community Action Organization + Community Action Agency (CAA) + + + 1833 + Martin County School District + School System + + + 1685 + East Orange Child Development Corporation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 864 + Metropolitan Family Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1368 + Mayaguez Municipality Head Start Program + Government Agency (Non-CAA) + + + 2777 + BUCKS COUNTY HEAD START, INC + + + + 2252 + SAN FRANCISCO STATE UNIVERSITY FOUNDATION, INC + + + + 1654 + Morris County Head Start Community Program + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 237 + Commission on Economic Opportunity for the Greater Capital Region, Inc. + Community Action Agency (CAA) + + + 233 + Bell-Whitley Community Action Agency, Incorporated + Community Action Agency (CAA) + + + 5779 + Lake Ridge Schools Head Start + School System + + + 226 + Edward C. Mazique Parent Child Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2047 + THE ACCESS AGENCY, INC + + + + 1531 + Clay County Child Care Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2278 + CLACKAMAS COUNTY CHILDREN'S COMMISSION + + + + 356 + Nash-Edgecombe Counties Economic Development, Inc. + Community Action Agency (CAA) + + + 1176 + Salida School District R-32-J + School System + + + 4751 + East Tremont Head Start Alumni Day Care Center Inc + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4483 + Farmington Head Start + School System + + + 1950 + Native American Professional Parent Resources, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2106 + RICHMOND COMMUNITY ACTION PROGRAM, INC + + + + 2089 + UNION TOWNSHIP PUBLIC SCHOOL + School System + + + 1406 + Greenbrier County Board of Education + School System + + + 4747 + Palo Verde USD + School System + + + 809 + Friends of Children of Mississippi, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3663 + Rising Ground, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4518 + Municipality of Humacao + Government Agency (Non-CAA) + + + 7355 + Landow Yeshiva Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4421 + The Order of The Fishermen Ministry + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 192 + Bonham Independent School District + School System + + + 1824 + A.W.A.R.E., INC. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 459 + Early Education and Care Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2103 + APPOMATTOX COUNTY SCHOOL BOARD + + + + 1182 + Minot Public School District 1 + School System + + + 1538 + Bright Beginnings for Kittitas County + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4573 + Addie Mae Collins Community Service Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 804 + Rockingham County Headstart + Government Agency (Non-CAA) + + + 333 + Lower Columbia College + Government Agency (Non-CAA) + + + 818 + Operation: New View + Community Action Agency (CAA) + + + 4123 + Carole Robertson Center For Learning + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5725 + Goddard Riverside Community Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1956 + County of Macomb + Community Action Agency (CAA) + + + 1643 + Pender County Board of Education + School System + + + 2251 + CHILD & FAMILY SERVICES, INC + + + + 1016 + South Shore Community Action Council, Inc. + Community Action Agency (CAA) + + + 2118 + QUIN RIVER FOR COMMUNITY ACTION, INC. + Community Action Agency (CAA) + + + 6302 + Las Cruces School District #2 + School System + + + 287 + Allegheny Intermediate Unit + School System + + + 1687 + HITCHCOCK INDEPENDENT SCHOOL DISTRICT + School System + + + 1661 + Klamath Family Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4256 + Brooklyn Bureau of Community Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2140 + COUNTY OF VOLUSIA (HEAD START) + + + + 1073 + Dickinson-Iron Intermediate School District + School System + + + 1282 + Concerned Parents for Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1257 + Chippewa Luce Mackinac Community Action Agency, Inc. + Community Action Agency (CAA) + + + 1428 + Cheyenne & Arapaho Tribes + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1301 + Community Improvement Council, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4430 + Municipality of Humacao + Government Agency (Non-CAA) + + + 7716 + Rapides Parish School Board + School System + + + 5717 + East Tremont Head Start Alumni Day Care Center Inc + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 959 + Lancaster County School District + School System + + + 4319 + Kings Kids Early Learning Center, Inc. + Private/Public For-Profit (e.g. for-profit hospitals) + + + 3346 + Puerto Rican Family Institute, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 996 + Aroostook County Action Program + Community Action Agency (CAA) + + + 1467 + Clayton/Mile High Family Futures Project + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4731 + Martin County Head Start + School System + + + 1289 + West Texas Opportunities, Inc. + Community Action Agency (CAA) + + + 7048 + Erie Neighborhood House + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7678 + Operation Breakthrough, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5092 + McDermott Center / Haymarket + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 258 + Anoka County Community Action Program, Inc. + Community Action Agency (CAA) + + + 1669 + Allies For Every Child, Inc + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4498 + Montebello USD Head Start Program + School System + + + 1789 + White Mountain Apache Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 355 + Greene Lamp Inc + Community Action Agency (CAA) + + + 4477 + City Colleges of Chicago + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1418 + Community Care in Union County, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1227 + Tennessee State University + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4547 + White County Board of Education + School System + + + 4390 + Gateway Community Action + School System + + + 7332 + Urban League of Metropolitan St. Louis + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4603 + Apostolic Children's Academy For Growth & Educatio + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 687 + Quechan Indian Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 612 + COMMUNITY RELATIONS-SOCIAL DEVELOPMENT COMMISSION, INC + Community Action Agency (CAA) + + + 1114 + Community Action Wayne/Medina, Inc. + Community Action Agency (CAA) + + + 1421 + Rural Utah Child Development + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7665 + Easter Seals Serving DC|MD|VA + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2155 + CONECUH MONROE COMMUNITY ACTION AGENCY + + + + 162 + St Charles Parish School Board + School System + + + 5385 + West Side Ecumenical Ministry + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3139 + COMMISSION ON ECONOMIC OPPORTUNITY FOR RENSSELAER + + + + 1335 + Greater Bergen Community Action, Inc. + Community Action Agency (CAA) + + + 4365 + St. James Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1586 + CROWLEY'S RIDGE DEVELOPMENT COUNCIL, INC. + Community Action Agency (CAA) + + + 4156 + Dorchester Early Head Start + Government Agency (Non-CAA) + + + 1849 + Skyline CAP, Inc. + Community Action Agency (CAA) + + + 4693 + St. Francis Xavier Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6410 + Morgan State University Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4583 + Yadkin Valley Economic Development District, Inc. + Community Action Agency (CAA) + + + 869 + Merrill Area Public Schools + School System + + + 1894 + DUNBAR CENTER, INC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1248 + ASHEVILLE CITY SCHOOL DISTRICT + School System + + + 4337 + Training And Research Foundation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1793 + Durango 4 C Council Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7244 + Salvation Army + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7696 + Staten Island Mental Health Society, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4252 + Lutheran Social Services of NY Early LIFE + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 849 + Pascua Yaqui Tribe of Arizona + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1002 + Community Action Program Committee, Inc. + Community Action Agency (CAA) + + + 2217 + CITY OF EL DORADO + + + + 7706 + Grand Traverse Band of Ottawa and Chippewa Indians + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4435 + Plainview ISD + School System + + + 4160 + Fairfax County Public Schools + School System + + + 7645 + Saint Johns County School Board + School System + + + 3646 + Catholic Charities Neighborhood Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6508 + Duarte Unified School District + School System + + + 7031 + Trinity United Church Of Christ Child Care Centers + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5780 + Hammond Head Start + School System + + + 135 + Berkeley County School District + School System + + + 969 + Allegany County Human Resources + Community Action Agency (CAA) + + + 5822 + Mission Neighborhood Centers, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 278 + Unified School District 383 + School System + + + 3338 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Community Action Agency (CAA) + + + 1299 + Jefferson County Community Action Council, Inc. + Community Action Agency (CAA) + + + 4110 + Maywood Child Development Center + Community Action Agency (CAA) + + + 5761 + Henry Street Settlement + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4649 + Henry Booth House + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1099 + Kenosha Unified School District 1 + School System + + + 2272 + COASTAL COMMUNITY ACTION PROGRAM + + + + 1137 + La Casa de Esperanza, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4182 + Keyes Union School District + School System + + + 1638 + UNITED COMMUNITY ACTION COMMITTEE, INC HEAD START + Community Action Agency (CAA) + + + 484 + Step-Up Suncoast, Inc. + Community Action Agency (CAA) + + + 5760 + HELP Day Care Corporation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1431 + Fauquier Community Action Committee Incorporated + Community Action Agency (CAA) + + + 6122 + Jay Public Schools + School System + + + 1555 + La Salle Community Action Association Inc. + Community Action Agency (CAA) + + + 4828 + Epiphany Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1046 + Adams-Brown Counties Economic Opportunities, Inc. + Community Action Agency (CAA) + + + 4635 + Police Athletic League + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1395 + WELD COUNTY DEPARTMENT OF HUMAN SERVICES + Government Agency (Non-CAA) + + + 998 + Community Action Program Inc. of Western Indiana + Community Action Agency (CAA) + + + 4226 + Focus:Hope + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 742 + Children's Aid Society, The + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2049 + CONSUMER CONTROLLED COMMUNITY + + + + 2280 + OLYMPIA SCHOOL DISTRICT #111 + + + + 2291 + ENTERPRISE FOR PROGRESS IN THE COMMUNITY + + + + 455 + Bad River Band of Lake Superior Chippewa Indians + Tribal Government or Consortium (American Indian/Alaska Native) + + + 3170 + Babyland Family Services, Inc. + Community Action Agency (CAA) + + + 5774 + United Federation of Black Community Organizations + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 331 + West Feliciana Parish School District + School System + + + 1878 + Tuskegee Macon County Head Start, Inc. + Government Agency (Non-CAA) + + + 6427 + Loving Municipal School Head Start + School System + + + 7667 + Hitchcock Independent School District + School System + + + 3322 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + + + + 7219 + University of Texas Rio Grande Valley, The + Government Agency (Non-CAA) + + + 7045 + City Colleges of Chicago + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3197 + CARROLL COUNTY BOARD OF EDUCATION + + + + 791 + JEFFERSON COMPREHENSIVE CARE CENTER + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7203 + Baltimore City Health Department EHS + Government Agency (Non-CAA) + + + 1911 + Clinch Valley Community Action, Inc. + Community Action Agency (CAA) + + + 4100 + Lulac Head Start Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4577 + Tri-County Opportunities + School System + + + 719 + Cocopah Indian Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 715 + Lakes & Pines Community Action Council, Inc. + Community Action Agency (CAA) + + + 834 + Allen Action Agency, Inc. + Community Action Agency (CAA) + + + 1892 + Head Start of Yamhill County + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1336 + Children's Center, The + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 344 + Oregon Coast Community Action + Community Action Agency (CAA) + + + 4697 + Barceloneta Head Start Program + Government Agency (Non-CAA) + + + 4335 + Community Parents, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 596 + Christopher House + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 170 + Southeast Kansas Community Action Program, Inc. + Community Action Agency (CAA) + + + 2135 + WAKE COUNTY OPPORTUNITIES, INC + + + + 2114 + LITTLE NEIGHBORHOOD CENTERS + + + + 717 + Marshall Starke Development Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1013 + Oakland Livingston Human Service Agency + Community Action Agency (CAA) + + + 1461 + Johnston Lee Harnett Community Action, Inc. + Community Action Agency (CAA) + + + 1075 + Educational Service District 113 + Government Agency (Non-CAA) + + + 4192 + Pacific Asian Consortium In Employment + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1505 + Confederated Tribes of Grand Ronde Indians, The + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1079 + The Community Action Program Corporation of Washington + Community Action Agency (CAA) + + + 7057 + Chicago Child Care Society + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3236 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + + + + 1593 + Child Advocates of Blair County, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1283 + Ki Bois Community Action Foundation Inc. + Community Action Agency (CAA) + + + 4305 + The Agricultural And Labor Program, Inc. + Community Action Agency (CAA) + + + 706 + Capstone Community Action, Inc. + Community Action Agency (CAA) + + + 316 + Richmond City Public Schools + School System + + + 7165 + Children's Home Society, Buckner Division + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1896 + New York City Administration for Children's Services + Government Agency (Non-CAA) + + + 3263 + UNIVERSITY OF MARYLAND, UNIVERSITY COLLEGE + + + + 4784 + Ecumenical Ministries, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4392 + Hudson Guild + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3175 + PHILADELPHIA PARENT CHILD CENTER, INC + + + + 1377 + Region IX Education Cooperative + Government Agency (Non-CAA) + + + 4683 + Alhambra Head Start + School System + + + 2148 + INSTITUTE OF COMMUNITY SERVICES, INC + + + + 5 + Arkansas Department of Human Services + Government Agency (Non-CAA) + + + 1126 + Community Action Commission of Santa Barbara County + Community Action Agency (CAA) + + + 1391 + Two Rivers Head Start Agency + Community Action Agency (CAA) + + + 474 + Northwest Tennessee Economic Development Council + Community Action Agency (CAA) + + + 7687 + NYC Early Learning Company Inc. + Private/Public For-Profit (e.g. for-profit hospitals) + + + 7193 + Municipality of San Sebastian + Government Agency (Non-CAA) + + + 1694 + Warren County Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2259 + KAUAI ECONOMIC OPPORTUNITY, INC + + + + 2264 + CHUUK ORGANIZATION FOR COMMUNITY ACTION, INC. + Community Action Agency (CAA) + + + 1491 + Laguna Department of Education + Tribal Government or Consortium (American Indian/Alaska Native) + + + 263 + Washoe Tribe of Nevada & California + Tribal Government or Consortium (American Indian/Alaska Native) + + + 7428 + Pharr-San Juan-Alamo Independent School District + School System + + + 1460 + Fundacion Para el Desarrollo de Hogar Propio Incorporado + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 512 + Jefferson County Board of Education + School System + + + 4240 + Labor Bathgate Community Child Care Board + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 399 + Macon Program For Progress, Inc. + Community Action Agency (CAA) + + + 610 + Carolina Community Actions, Inc. + Community Action Agency (CAA) + + + 321 + Saint Regis Mohawk Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 811 + Human Services Association + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1083 + Cardinal Services, Inc. of Indiana + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2141 + PRAIRIE OPPORTUNITY, INC + + + + 245 + Centro de la Familia de Utah + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4189 + Easter Seals Southern California, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 313 + Head Start Child & Family Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1366 + Municipality of Barceloneta + Government Agency (Non-CAA) + + + 2176 + MESA VISTA CONSOLIDATED SCHOOL DISTRICT #6 + + + + 4689 + High Desert New Beginings + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 324 + United Community Action Partnership, Inc. + Community Action Agency (CAA) + + + 7700 + Mississippi State University + School System + + + 2053 + CITY OF MERIDEN + + + + 1440 + Sequatchie Valley Planning and Development Agency + Government Agency (Non-CAA) + + + 3315 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + + + + 7321 + The Child Care Consortium, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4676 + Hoyleton Youth & Family Service + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 539 + Holyoke, Chicopee, Springfield Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3274 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + + + + 1036 + Caguas Municipality + Government Agency (Non-CAA) + + + 6425 + Cincinnati Union Bethel Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 175 + North Central State College + Government Agency (Non-CAA) + + + 2214 + CHAVES COUNTY COMMUNITY ACTION PROGRAM, INC + + + + 438 + Leads + Community Action Agency (CAA) + + + 2162 + MONTGOMERY COUNTY COMMUNITY ACTION AGENCY + + + + 200 + Institute of Community Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1471 + Jefferson-Clarion Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 737 + Board of Public Education School District of Pittsburgh (Inc) + School System + + + 4398 + Porter Leath Douglass Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1331 + Tri-County Council for Child Development, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5713 + East Side House, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5142 + Independence School District + School System + + + 950 + Joint Council for Economic Opportunity, Inc. + Community Action Agency (CAA) + + + 503 + Upper Des Moines Opportunity Inc. + Community Action Agency (CAA) + + + 3644 + Bedford Stuyvesant Early Childhood Development Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5731 + Kingsbridge Heights Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3722 + Family Service Association of San Antonio, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5724 + Community Life Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4135 + Chicago State University + Government Agency (Non-CAA) + + + 3032 + CRIME PREVENTION ASSOCIATION + + + + 1009 + Floyd County Community Action Agency + Community Action Agency (CAA) + + + 1625 + Cayuga/Seneca Community Action Agency, Inc. + Community Action Agency (CAA) + + + 1483 + First A.M.E. Child Development Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 159 + St. Martin, Iberia, Lafayette Community Action Agency (SMILE + Community Action Agency (CAA) + + + 1683 + Options for Learning + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1941 + Aroostook Micmac Council + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1103 + North Central Missouri College + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7412 + Naugatuck Public Schools Head Start + School System + + + 7390 + Magoffin County Head Start + School System + + + 1407 + Sharon Baptist Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4451 + Detroit Public Schools Head Start + School System + + + 1780 + Triumph, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4181 + Ceres Unified School District + School System + + + 543 + Hopes Community Action Partnership, Inc. + Community Action Agency (CAA) + + + 1651 + Livingston Educational Service Agency + School System + + + 4658 + St. Veronica's Catholic Church + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1465 + Washington State Community College District 17 + School System + + + 1260 + Wyoming Child & Family Development, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 559 + Coastal Plain Area Economic Opportunity Authority, Inc. + Community Action Agency (CAA) + + + 819 + Community Action of Eastern Iowa + Community Action Agency (CAA) + + + 7436 + The Guidance Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5758 + Friends of Crown Heights Educational Centers + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1523 + St. Clair County Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4102 + Martin Luther King, Jr. Early Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 461 + Spokane Tribe of the Spokane Reservation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 557 + SPECIAL PEOPLE IN THE NORTHEAST STIN PARC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4183 + Waterford Unified School District + School System + + + 4749 + Modesto City Schools + School System + + + 7664 + South Carolina Association of Community Action Partnerships + Community Action Agency (CAA) + + + 4265 + All Nations Developmental Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7676 + ARVAC, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4250 + Municipality of Guayama, Head Start Program + Government Agency (Non-CAA) + + + 4467 + United Children And Family Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4474 + Urban League Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5821 + Kai Ming, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 992 + Wateree Community Action, Inc. + Community Action Agency (CAA) + + + 146 + Monticello Area Community Action Agency + Community Action Agency (CAA) + + + 570 + Allegan County Resource Development Committee, Inc. + Community Action Agency (CAA) + + + 4311 + Municipality of Guayama, Head Start Program + Government Agency (Non-CAA) + + + 1810 + Shoshone-Bannock Tribes + Tribal Government or Consortium (American Indian/Alaska Native) + + + 7243 + North Avenue Day Nursery + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4942 + Ann Arbor Public Schools + School System + + + 6541 + Newark Public Schools + School System + + + 1582 + Buchanan County Head Start + Government Agency (Non-CAA) + + + 1752 + Brattleboro Town School District + School System + + + 15 + 'Illinois Department of Human Services + Government Agency (Non-CAA) + + + 1155 + Picayune School District + School System + + + 4664 + Whitehall District Schools + School System + + + 4283 + Canandaigua Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 246 + Child Care Resource Network, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7055 + Shining Star Youth and Community Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7351 + Catholic Charities of the Archdiocese of Miami + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5723 + Hamilton-Madison House + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2196 + EAST TEXAS HUMAN DEVELOPMENT CORPORATION + + + + 1356 + Eastern Shore AAA/CAA + Community Action Agency (CAA) + + + 4375 + Metro Delta Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 443 + EASTER SEALS ARKANSAS + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4726 + Head Start Child Development Council, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7339 + Santa Cruz County Office of Education + School System + + + 216 + The Children's Home Society of New Jersey + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 901 + Economic Improvement Council Inc + Community Action Agency (CAA) + + + 592 + Western Idaho Community Action Partnership + Community Action Agency (CAA) + + + 6521 + Santa Monica-Malibu Unified School District + School System + + + 1081 + Bona Vista Programs, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3312 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + + + + 2134 + LAUREL COUNTY BOARD OF EDUCATION + School System + + + 7373 + PACT:Helping Children with Special Needs + Private/Public For-Profit (e.g. for-profit hospitals) + + + 1027 + Decatur-Macon County Opportunities Corporation + Community Action Agency (CAA) + + + 1772 + Yeled V'Yalda Early Childhood Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7510 + Little Bitty City Therapeutic Services LLC + Private/Public For-Profit (e.g. for-profit hospitals) + + + 511 + Blue Water Community Action + Community Action Agency (CAA) + + + 4347 + Upper Tanana Development Corporation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7185 + Salvation Army, The + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1796 + Hancock County Board of Education + School System + + + 7385 + Korean American Community Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 115 + Coalfield Community Action Partnership, Inc. + Community Action Agency (CAA) + + + 2109 + WASHINGTON COUNTY COMMUNITY ACTION COUNCIL + + + + 1612 + Kedren Community Health Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3261 + SOUTHSIDE DEVELOPMENT CORPORATION + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2301 + INTER-TRIBAL COUNCIL OF CALIFORNIA + + + + 2080 + UNITED PROGRESS, INC + + + + 5123 + Volunteers of America + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1809 + Educational Opportunities for Children and Families + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 323 + Mahube-Otwa Community Action Partnership, Inc. + Community Action Agency (CAA) + + + 1436 + Head Start of Eastern Orange County, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1020 + North Coast Opportunities, Inc. + Community Action Agency (CAA) + + + 4350 + Catholic Charities Neighborhood Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 176 + Southfield Public School District + School System + + + 4493 + Evanston School District 65 Head Start + School System + + + 2065 + INTER-COMMUNITY COORDINATING COUNCIL, INC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 249 + Monterey County Office of Education + School System + + + 2249 + MARSHALL ISLANDS HEADSTART PROGRAM, INC + + + + 1452 + Saguache County Community Council + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4408 + Hawthorne Corners Day Care Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7681 + Downtown Baltimore Child Care Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1399 + Inyo Mono Advocates for Community Action + Community Action Agency (CAA) + + + 7348 + Family Resource & Referral Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4702 + Jurupa USD + School System + + + 1749 + Riverside Community Care, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6 + California Department of Education + Government Agency (Non-CAA) + + + 4581 + West Side Ecumenical Ministry + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 554 + West Central Community Action + Community Action Agency (CAA) + + + 4076 + Le Jardin Community Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4214 + Romoland School District + School System + + + 866 + Riverbend Head Start and Family Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1519 + SUMMIT Early Learning, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 326 + Ironton-Lawrence County Community Action Organization + Community Action Agency (CAA) + + + 736 + Region X Education Service Center + Government Agency (Non-CAA) + + + 796 + Child Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 102 + Kitsap Community Resources + Community Action Agency (CAA) + + + 1458 + New Castle County Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2255 + ECONOMIC OPPORTUNITY BOARD OF CLARK COUNTY + Community Action Agency (CAA) + + + 7087 + Casa Central Children's Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7320 + Cabarrus County Partnership for Children + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1412 + Opportunity Council + Community Action Agency (CAA) + + + 5100 + LULAC Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1434 + Tohono O'odham Nation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4729 + Breukelen Recreation Rooms, Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4765 + Community United Head Start & Day Care, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1011 + P.E.A.C.E., Inc. + Community Action Agency (CAA) + + + 1542 + Mid-Columbia Children's Council, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6241 + Worcester Public Schools - Child Development Head Start + School System + + + 229 + Child Care Associates + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 731 + Lac Du Flambeau Band of Lake Superior Chippewa Indians + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4769 + Northside Center For Child Development, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2087 + NEWBURGH COMMUNITY ACTION COMMITTEE + + + + 586 + Tri-County Community Action Partnership, Inc. + Community Action Agency (CAA) + + + 7362 + Easter Seals South Florida, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1194 + Illinois Valley Economic Development Corp + Community Action Agency (CAA) + + + 496 + Pocono Services for Families & Children + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 603 + Jannus, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 125 + Southern Illinois University + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 913 + Community Services Inc. of Northwest Missouri + Community Action Agency (CAA) + + + 1435 + Lower Brule Sioux Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4079 + KIDCO Child Care, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4138 + The Family Conservancy + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2085 + ROCKLAND COMMUNITY ACTION COUNCIL, INC. + + + + 772 + City of Lakewood + Government Agency (Non-CAA) + + + 4164 + Volunteers of America of Los Angeles + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1813 + Cen-Tex Family Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4624 + Dalton Early Childhood Center + School System + + + 7368 + New Pisgah Day Care + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4264 + Virginia Commonwealth University Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1890 + Young Families Early Head Start Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1271 + Forest County Potawatomi Community + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1718 + Brazoria County Head Start Early Learning Schools + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 519 + The University of Alabama At Birmingham + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1918 + Council of Athabascan Tribal Governments + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1170 + The Health Federation Of Philadelphia + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4461 + Action Nursery + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1610 + Talladega Clay Randolph Child Care Corporation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1012 + Jefferson Franklin Community Action Corporation + Community Action Agency (CAA) + + + 4266 + YWCA of Western Wayne County + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3422 + City of San Antonio + Government Agency (Non-CAA) + + + 4717 + Hemet Unified School District + School System + + + 339 + Starfish Family Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4194 + Orange Children & Parents Together, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2311 + ORO DEVELOPMENT CORPORATION + + + + 1115 + Community Action Agency of Columbiana County, Inc. + Community Action Agency (CAA) + + + 1323 + Richland County First Steps + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4077 + Catholic Charities of the Archdiocese of Miami + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1969 + Through the Looking Glass + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 149 + PUEBLO OF SANDIA + Tribal Government or Consortium (American Indian/Alaska Native) + + + 478 + Westmoreland Human Opportunities, Inc. + Community Action Agency (CAA) + + + 4388 + Muskegon Heights Public Schools + School System + + + 4394 + Council for Preschool Children of Puerto Rico, Inc + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4538 + Naugatuck Head Start + School System + + + 7342 + Union Child Day Care Center, Inc. dba Lois Bronz C + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1056 + Economic Opportunity Planning Association of Greater + Community Action Agency (CAA) + + + 4680 + DeWitt Reformed Church Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2151 + SEMINOLE COUNTY SCHOOL BOARD (PROJECT HEAD START) + + + + 827 + Ute Mountain Ute Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4514 + Bishop C. L. Sexton Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 965 + Citizens for Citizens, Inc. + Community Action Agency (CAA) + + + 6021 + Mile High Kids and Community Development, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 173 + College Station Independent School District + School System + + + 4434 + Bassett Unified School District + School System + + + 976 + Acadia Parish School Board + School System + + + 4172 + Community Association For Preschool Education, Inc + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2022 + COLUMBUS METROPOLITAN AREA COMMUNITY + Community Action Agency (CAA) + + + 607 + Bank Street College of Education + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 856 + Children's Home Society of Washington + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3029 + WASHINGTON COUNTY ECONOMIC OPPORTUNITY COUNCIL, INC + + + + 4439 + Glorious Future Community Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2146 + BERRY COLLEGE + + + + 1901 + Pee Dee Community Action Partnership + Community Action Agency (CAA) + + + 692 + Fort Valley State University + Government Agency (Non-CAA) + + + 1334 + Ravalli Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1751 + The Trustees of Columbia University in the City of New York + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1411 + Acelero, Inc. + Private/Public For-Profit (e.g. for-profit hospitals) + + + 975 + Pride in Logan County, Inc. + Community Action Agency (CAA) + + + 831 + Head Start of Northeastern Nevada + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 481 + Play N Learn, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4512 + Youth In Need + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4139 + Head Start Child Development Council, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 129 + HAWAII COUNTY ECONOMIC OPPORTUNITY COUNCIL + Community Action Agency (CAA) + + + 4282 + San Isidro ISD + School System + + + 544 + Bristol Bay Native Association + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1530 + Missouri Ozarks Community Action, Inc. + Community Action Agency (CAA) + + + 1348 + YMCA/Early Childhood Development Co., LLC. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 181 + Columbia Opportunities, Inc. + Community Action Agency (CAA) + + + 2144 + WEST CENTRAL GEORGIA COMMUNITY ACTION COUNCIL, INC + + + + 2099 + COLONIAL BEACH SCHOOL BOARD + + + + 363 + Southeastern Vermont Community Action, Inc. + Community Action Agency (CAA) + + + 1965 + AVOYELLES PROGRESS ACTION + Community Action Agency (CAA) + + + 620 + KENTUCKY RIVER FOOTHILLS DEVELOPMENT COUNCIL + Community Action Agency (CAA) + + + 1919 + Community Action Program for Madison County, Inc. + Community Action Agency (CAA) + + + 4629 + Aunt Martha's Youth Service Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 882 + Choctaw Nation of Oklahoma + Tribal Government or Consortium (American Indian/Alaska Native) + + + 419 + Murray Board of Education + School System + + + 2224 + HALL COUNTY + + + + 5134 + Casa Blanca Home of Neighborly Service + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6624 + The Wood, Sandusky, Ottawa and Seneca Counties Community Action Agency (WSOS) + Community Action Agency (CAA) + + + 1747 + Fundacion Para El Desarrollo Del Hogar Propio, Inc + Government Agency (Non-CAA) + + + 1370 + City of Rockford + Community Action Agency (CAA) + + + 2197 + COMMUNITY ACTION CORP OF WICHITA FALLS + + + + 1134 + Big Sandy Area Community Action Program, Inc. + Community Action Agency (CAA) + + + 1564 + Tri-County Community Action Agency + Community Action Agency (CAA) + + + 1453 + Hillsborough, County of + Government Agency (Non-CAA) + + + 4470 + Whitmore Lake Head Start + School System + + + 1614 + Tulare, County of + Government Agency (Non-CAA) + + + 7592 + Early Learning Neighborhood Collaborative + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7638 + Municipality of Orocovis + Government Agency (Non-CAA) + + + 523 + Motivation Education & Training, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3647 + Lenox Hill Neighborhood House, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 643 + Area Cooperative Educational Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1623 + Tolowa Dee-Ni Nation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 7637 + Municipality of Manati + Government Agency (Non-CAA) + + + 2239 + CHILDREN'S SERVICES OF COLORADO, INC. + + + + 1423 + Community Action Agency for McHenry County, Inc. + Community Action Agency (CAA) + + + 1726 + Tri-County Community Action Agency Inc. + Community Action Agency (CAA) + + + 5733 + Urban Strategies Early Learn I & III + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1457 + Technology for Rural Enhancement of Communities + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1266 + Community Action Partnership of Cambria County + Community Action Agency (CAA) + + + 376 + Action for Boston Community Development, Inc. + Community Action Agency (CAA) + + + 1807 + YWCA of Greater Baton Rouge + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1100 + Galena Park Independent School District + School System + + + 1381 + Oakland, City of + Government Agency (Non-CAA) + + + 309 + Hualapai Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1731 + Orange County Public Schools + School System + + + 822 + Quileute Tribe of the Quileute Reservation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1689 + Dominican Women's Development Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5771 + SCO Family of Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1080 + South Plains Community Action Association, Inc. + Community Action Agency (CAA) + + + 190 + OGLALA SIOUX TRIBE (HEAD START/PARENT & CHILD CENTER) + Tribal Government or Consortium (American Indian/Alaska Native) + + + 2113 + CARROLL COUNTY BOARD OF EDUCATION + + + + 4117 + North Avenue Day Nursery + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1469 + SOUTH CENTRAL FOUNDATION + Tribal Government or Consortium (American Indian/Alaska Native) + + + 3350 + COMMUNITY DEVELOPMENT INSTITUTE + + + + 1088 + Community Progress Council, Inc. + Community Action Agency (CAA) + + + 2121 + SCOTT COUNTY RURAL AREA DEVELOPMENT + + + + 7715 + Presbyterian Homes & Family Services, Inc., DBA HumanKind + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1534 + H.O.P.E. Community Services, Inc. + Community Action Agency (CAA) + + + 5388 + Catholic Charities Community Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4096 + Cincinnati Union Bethel Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1272 + Shoshone & Arapaho JBC (ONAP) + Tribal Government or Consortium (American Indian/Alaska Native) + + + 7318 + Educational Service District #105 + School System + + + 1021 + Pinal-Gila Community Child Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7124 + All Our Kin + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1746 + Rolling Plains Management Corporation + Community Action Agency (CAA) + + + 4530 + Mile High Montessori Early Learning Centers + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 432 + Marion Community Schools + School System + + + 311 + Vista Del Mar Child and Family Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2313 + STANISLAUS COUNTY DEPARTMENT OF EDUCATION + + + + 7361 + Our Child Care, Inc. DBA Our Little Ones + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 566 + West Las Vegas Schools + School System + + + 2042 + CENTER FOR FAMILY DEVELOPMENT CFD OF BEVERLY, INC. + + + + 7220 + Boys Town Louisiana, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 714 + Calcasieu Parish School Board + School System + + + 6865 + Tampa Metropolitan Area YMCA + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3179 + WESTCHESTER COMMUNITY OPPORTUNITY PROGRAM, INC + + + + 601 + Tri-County Community Council, Inc. + Community Action Agency (CAA) + + + 398 + Pediatric Therapy Network + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4292 + Union Church of San Juan + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4763 + The Salvation Army + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1827 + Bourbon County Board of Education + School System + + + 891 + Riverside County Office of Education + School System + + + 7051 + It takes a Village + Private/Public For-Profit (e.g. for-profit hospitals) + + + 1074 + Child Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1787 + CHARLES R. DREW UNIVERSITY OF MEDICINE & SCIENCE + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4593 + Andrus Children's Ctr/Eastchester Child Devel Ctr. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7693 + Paladin, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1882 + Northern Neck Alliance, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5767 + NorthEast Bronx Day Care Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7724 + Allisons Infant & Toddler Center Inc. + Private/Public For-Profit (e.g. for-profit hospitals) + + + 816 + VOORHEES COLLEGE + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 435 + Mt. Hood Community College + Government Agency (Non-CAA) + + + 1448 + Family Enrichment Network + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1473 + Modoc County Office of Education + School System + + + 4497 + APM Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 210 + Community Action Partnership, Inc. + Community Action Agency (CAA) + + + 4580 + + School System + + + 1140 + Randolph Community Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1207 + Greater Opportunities of Permian Basin, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7059 + Early Learning Indiana, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 860 + HEALTH EDUCATION SERVICES, INC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1193 + Child Development Resources of Ventura County, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6476 + Monterey Peninsula Unified School District + School System + + + 1991 + Community Action Council of Howard County + Community Action Agency (CAA) + + + 4504 + Dayspring Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1947 + West Ohio Community Action Partnership + Community Action Agency (CAA) + + + 4088 + Urban League + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7729 + Higher Learning Daycare & Education Center Incorporated Dba Higher Learning Childcare & Development + Private/Public For-Profit (e.g. for-profit hospitals) + + + 4534 + YWCA of the City of New York + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4706 + Municipality of Utuado + Government Agency (Non-CAA) + + + 971 + Scott-Carver-Dakota C A P, Inc. + Community Action Agency (CAA) + + + 1420 + CHILD DEVELOPMENT, INC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 701 + UMOS, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 527 + Community Action of Southern Kentucky Inc. + Community Action Agency (CAA) + + + 4379 + Abyssinian  Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4262 + Trabajamos Community Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4105 + Bright Beginnings, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7731 + Improved Child Care Management Services Corporation + Private/Public For-Profit (e.g. for-profit hospitals) + + + 4210 + Life Haven, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4387 + East Wayne Street Center Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4746 + Florence Fuller Child Development Centers, Inc + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7747 + St. Martin Parish School Board + School System + + + 1670 + Boyd County Board of Education + School System + + + 4228 + Educare of West DuPage + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2309 + TARGET AREA PROGRAMS FOR + + + + 2286 + HOUSING AUTHORITY OF GRANT COUNTY + + + + 1298 + Western Indiana Community Action Agency, Inc. + Community Action Agency (CAA) + + + 3661 + Chinese Community Concerns Corporation, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4613 + Model City Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4301 + New Life Child Development Center, Inc.-Early Lear + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4604 + Community Action Agency For McHenry County + Community Action Agency (CAA) + + + 3425 + Pueblo of Acoma (Inc) + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4487 + My First Steps Pre-school + Private/Public For-Profit (e.g. for-profit hospitals) + + + 2208 + ALBUQUERQUE BERNALILLO COUNTY ECONOMIC OPPORTUNITY BD + + + + 4620 + Union Child Day Care Center, Inc. dba Lois Bronz C + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4456 + Barberton Head Start + School System + + + 4558 + The Order of The Fishermen Ministry + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1169 + Lake-Geauga United Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5130 + Jurupa USD + School System + + + 4261 + Reading School District, Head Start + School System + + + 4389 + Needles Unified School District + School System + + + 1330 + Waccamaw Economic Opportunity Council, Inc. + Community Action Agency (CAA) + + + 509 + Hidalgo County Head Start Program + Government Agency (Non-CAA) + + + 4202 + Ada S. McKinley Community Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4476 + Greater Phoenix Urban League + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 907 + Pearl River Valley Opportunity, Inc. + Community Action Agency (CAA) + + + 1535 + Connecticut Institute for Communities, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 153 + EASTER SEALS CONNECTICUT, INC. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 877 + Jersey City Child Development Centers, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5091 + Chicago Child Care Society + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 895 + GMN Tri-County Community Action Committee, Inc. + Community Action Agency (CAA) + + + 1983 + Pueblo of Tesuque + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1662 + Laramie Child Development Corporation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1760 + Lake Family Resource Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7721 + Delta County School District 50J + School System + + + 1944 + Pittsylvania County Community Action, Inc. + Community Action Agency (CAA) + + + 1367 + Stanislaus County Office of Education + + + + 7209 + Weinberg Early Childhood Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4425 + Escuela Hispana Montessori + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1975 + Kalamazoo County Health and Community Services + Community Action Agency (CAA) + + + 1539 + Carbon County Child Development Programs, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4510 + Floyd County Head Start + School System + + + 6511 + Inglewood Head Start + School System + + + 1199 + Eagle County School District Re-50 J + School System + + + 5751 + Action Nursery + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4786 + Casa Central Children's Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1076 + Greater East Texas Community Action Program + Community Action Agency (CAA) + + + 357 + MARTIN COMMUNITY ACTION, INC + Community Action Agency (CAA) + + + 5784 + Pajaro Valley Unified School District + School System + + + 2167 + ALLEN COUNTY SCHOOL DISTRICT + + + + 4203 + Lake Orion Head Start + School System + + + 4125 + YMCA of Metropolitan Chicago + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 680 + Sheltering Arms Children and Family Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4151 + Caroline County Public Schools + School System + + + 949 + SOMERSET COMMUNITY ACTION PROGRAM + Community Action Agency (CAA) + + + 655 + Jefferson Parish Council + Community Action Agency (CAA) + + + 1038 + Municipality of Sabana Grande + Government Agency (Non-CAA) + + + 1611 + Kawerak, Inc. + Tribal Government or Consortium (American Indian/Alaska Native) + + + 2130 + NORTH FLORIDA MEDICAL CENTERS INC + + + + 1572 + Catawba County Schools + School System + + + 1124 + Kiowa Tribe of Oklahoma + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4193 + Child Care Resource Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1517 + Allegany County Community Opportunities And Rural Development, Inc. + Community Action Agency (CAA) + + + 560 + Thames Valley Council for Community Action, Inc. + Community Action Agency (CAA) + + + 4591 + PathStone + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6659 + Salida Union School District + School System + + + 1736 + Acelero Learning Clark County + Private/Public For-Profit (e.g. for-profit hospitals) + + + 4327 + Johnson County Head Start + School System + + + 638 + Jackson County Civic Action Committee, Inc. + Community Action Agency (CAA) + + + 1761 + Havasupai Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1960 + Danville Area School District + School System + + + 4341 + James Weldon Johnson Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2021 + HARAMBEE CHILD DEVELOPMENT COUNCIL, INC. + + + + 574 + Matura Action Corporation + Community Action Agency (CAA) + + + 491 + Upper Skagit Indian Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 3165 + HOLYOKE CHICOPEE SPRINGFIELD HEAD START, INC. + + + + 4588 + Grace MHS--Agency No Longer Active + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 276 + Sulphur Springs Independent School District + School System + + + 1815 + Recovery School District - LDE + School System + + + 1468 + Programs Avance of Puerto Rico, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 678 + Abilene Independent School District + School System + + + 3373 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1631 + Clinch-Powell Educational Cooperative + School System + + + 7207 + Southeast Baltimore City EHS + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4780 + Ann Arbor Public Schools Head Start + School System + + + 1031 + Alameda Family Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1512 + Meriden Young Men's Christian Association, Inc. + Community Action Agency (CAA) + + + 1034 + Municipality of San Juan + Government Agency (Non-CAA) + + + 4291 + Municipality of Orocovis + Government Agency (Non-CAA) + + + 1042 + Educational Service District 112 + Government Agency (Non-CAA) + + + 297 + ECONOMIC OPPORTUNITY FOUNDATION, INC + Community Action Agency (CAA) + + + 1825 + Newton County Special Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 700 + Lynn Economic Opportunity, Inc. + Community Action Agency (CAA) + + + 4494 + Yeshiva Kehilath Yakov Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2304 + Cook Inlet Tribal Council, Inc. + Tribal Government or Consortium (American Indian/Alaska Native) + + + 988 + Venango County Health and Human Services + Government Agency (Non-CAA) + + + 682 + Kansas Children's Service League + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 493 + Northwest Michigan Community Action Agency, Inc. + Community Action Agency (CAA) + + + 7589 + Catano Municipality + Government Agency (Non-CAA) + + + 4431 + United Children And Families Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1213 + Fort Peck Assiniboine & Sioux Tribes + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1128 + Northeast Missouri Community Action Agency + Community Action Agency (CAA) + + + 185 + TGU School District #60 + School System + + + 828 + Poudre School District #1 + School System + + + 4121 + Healing Temple Church Of God In Christ + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2211 + KERR COUNTY DAY CARE CENTER + + + + 911 + Community Action Partnership of Central Illinois + Community Action Agency (CAA) + + + 7354 + Allapattah Child Care + Community Action Agency (CAA) + + + 492 + Self-Help Incorporated + Community Action Agency (CAA) + + + 727 + Miami Valley Child Development Centers, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 111 + Rutherford County Schools + School System + + + 2068 + UNION TOWNSHIP COMMUNITY ACTION ORGANIZATION, INC + Community Action Agency (CAA) + + + 2040 + CRANSTON COMMUNITY ACTION PROGRAM + + + + 2620 + COMMUNITY ACTION OF GREATER INDIANAPOLIS, INC. + + + + 1490 + Breckinridge-Grayson Programs, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7063 + Young Women's Christian Association of Canton, Ohio + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4502 + Anaheim City School District + School System + + + 4103 + Nation's Capital Child And Family Development + Community Action Agency (CAA) + + + 1841 + Community Action Project of Tulsa County, Inc. + Community Action Agency (CAA) + + + 2131 + CAA OF CALHOUN CLEBURNE & CHEROKEE COUNTIES, INC + + + + 4519 + Fowler Elementary School District Head Start + School System + + + 1843 + Confederated Tribes and Bands of the Yakama Nation, The + Tribal Government or Consortium (American Indian/Alaska Native) + + + 5102 + Alexandria Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1247 + Mount Vernon City Schools, District 80 + School System + + + 1310 + Little People's Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7506 + Tap In Leadership Academy + School System + + + 214 + Indianhead Community Action Agency, Inc. + Community Action Agency (CAA) + + + 5138 + Riverside USD + School System + + + 2152 + ANDERSON COUNTY BOARD OF EDUCATION + + + + 2119 + CALIFORNIA UNIVERSITY OF PENNSYLVANIA + + + + 3403 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Government Agency (Non-CAA) + + + 1622 + Quincy Public Schools, District #172 + School System + + + 1493 + SUNFLOWER/HUMPHREYS COUNTIES PROGRESS, INC + Community Action Agency (CAA) + + + 4306 + Hunt's Point Multi Service Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2246 + RAVALLI COUNTY COMMISSIONERS + + + + 288 + Charleston County School District + School System + + + 775 + Community Action Partnership of Ramsey and Washington Counties + Community Action Agency (CAA) + + + 7218 + Center for Transforming Lives + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4372 + Berks County Head Start + School System + + + 5541 + Mission Neighborhood Centers, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4332 + Muncipio De Toa Baja + Government Agency (Non-CAA) + + + 524 + Orange, County of + Government Agency (Non-CAA) + + + 1987 + Inter-County Community Council + Community Action Agency (CAA) + + + 4653 + Loving Municipal School Head Start + School System + + + 1640 + Washita Valley Community Action Council + Community Action Agency (CAA) + + + 1762 + University of Arkansas At Pine Bluff + Government Agency (Non-CAA) + + + 2223 + Child and Family Development Corporation + + + + 2138 + CORDELL HULL ECONOMIC OPPORTUNITY CORPORATION + + + + 837 + Red Lake Band of Chippewa Indians + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1546 + Crossroads: Lake County Adolescent Counseling Service + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 599 + Kickapoo Tribe of Oklahoma (Head Start) + Tribal Government or Consortium (American Indian/Alaska Native) + + + 5681 + Just Kiddin Around Child Care Center + Private/Public For-Profit (e.g. for-profit hospitals) + + + 2078 + ARCHDIOCESE OF SAN JUAN HEAD START PROGRAM + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4776 + NorthEast Bronx Day Care Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6647 + Anne Arundel Early Head Start + Community Action Agency (CAA) + + + 1728 + Cameron Community Action Agency, Inc. + Community Action Agency (CAA) + + + 1486 + SOUTH SIDE DAY NURSERY + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 379 + Drake University + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 728 + Cincinnati-Hamilton County Community Action Agency + Community Action Agency (CAA) + + + 1562 + City and County of Denver + Government Agency (Non-CAA) + + + 367 + Southern Iowa Economic Development Association + Community Action Agency (CAA) + + + 4675 + Municipality of Juana Diaz + Government Agency (Non-CAA) + + + 2179 + COPE OF PULASKI & LONOKE COUNTY, INC + + + + 2147 + KENTUCKY RIVER FOOTHILLS DEVELOPMENT COUNCIL + + + + 7599 + Hephzibah Children's Association + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4754 + New St. Paul Tabernacle + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1644 + Harney Education Services District + School System + + + 3171 + SOUTHWEST GEORGIA CHILD DEVELOPMENT COUNCIL + + + + 664 + Volunteers of America of Los Angeles + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1898 + McPherson Unified School District #418 + School System + + + 5386 + Community United Head Start & Day Care, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1587 + Indian River County Economic Opportunity, Inc. + Community Action Agency (CAA) + + + 1112 + Grant Parish Police Jury + Government Agency (Non-CAA) + + + 1223 + Community Link, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4369 + United Methodist City Society Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4087 + Catholic Charities Archdiocese of New Orleans + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1313 + Dane County Parent Council, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4440 + Stafford Public Schools + School System + + + 1565 + Center for New Communities + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6466 + Booker T. Washington Child Development Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1646 + El Dorado County Office Of Education + School System + + + 894 + Southwestern Community Services, Inc. + Community Action Agency (CAA) + + + 1702 + Plattsmouth Community School District + School System + + + 1463 + Community Action Agency of Siouxland + Community Action Agency (CAA) + + + 1117 + Central Susquehanna Intermediate Unit + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4638 + Metropolitan Inter-Faith Association + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1104 + Gogebic-Ontonagon Community Action Agency + Community Action Agency (CAA) + + + 3276 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + + + + 441 + Monroe County Board of Education + School System + + + 1263 + Carolina Municipality Head Start Program + Government Agency (Non-CAA) + + + 1710 + Norris Square Community Alliance + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2180 + EAST TEXAS FAMILY SERVICES, INC. + + + + 1256 + Springfield Urban League, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4597 + Municipality of Quebradillas + Government Agency (Non-CAA) + + + 2056 + COMMUNITY ACTION COMMITTEE OF DANBURY, INC + + + + 1437 + University of Nevada, Reno Board of Regents + Government Agency (Non-CAA) + + + 865 + VOLUNTEERS OF AMERICA, NORTH LOUISIANA + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4370 + Municipality of Vega Baja + Government Agency (Non-CAA) + + + 415 + Prairie Band Potawatomi Nation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 627 + Rock Island-Milan School District, Inc. + School System + + + 302 + BENEDICTINE MINISTRIES CORPORATION + Community Action Agency (CAA) + + + 1078 + Gateway Community Services Organization, Inc. + Community Action Agency (CAA) + + + 4772 + United Federation of Black Community Organizations + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4241 + West Harlem Community Organization, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 926 + Morgan County School District Re-3 + School System + + + 1971 + Northwest Montana Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7708 + Azusa Unified School District + School System + + + 712 + Lincoln County Board of Education + School System + + + 7049 + North Avenue Day Nursery + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 538 + SEMCAC, Inc. + Community Action Agency (CAA) + + + 1451 + Community Partnership for Child Development + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 625 + Confederated Salish and Kootenai Tribes + Tribal Government or Consortium (American Indian/Alaska Native) + + + 650 + United Community Action Program, Inc. + Community Action Agency (CAA) + + + 647 + Manhasset-Great Neck Economic Opportunity Council, Inc. + Community Action Agency (CAA) + + + 4078 + Family Christian Association of America + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5132 + Palm Springs USD + School System + + + 548 + Burlington County Community Action Program + Community Action Agency (CAA) + + + 588 + Tallatoona Community Action Partnership, Inc. + Community Action Agency (CAA) + + + 3259 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + + + + 1098 + East Central Kansas Economic Opportunity Corporation + Community Action Agency (CAA) + + + 2045 + SPRINGFIELD ACTION COMMISSION, INC. + + + + 825 + Stafford County School District + School System + + + 346 + Child and Family Service + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 573 + Columbia Day Care Program, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1265 + Los Angeles Education Partnership + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7646 + American Indian Health and Family Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1026 + West Haven Community House Association, Incorporated, The + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7591 + Delaware Tribe of Indians + Tribal Government or Consortium (American Indian/Alaska Native) + + + 349 + Ironbound Community Corporation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4330 + East Side House Settlement Head Start / Day Care + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 197 + Vital Connections of the Midlands, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7144 + Chapel Hill Training Outreach Project, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5783 + Southern Ute Community Action Programs, Inc. + Community Action Agency (CAA) + + + 161 + Regina Coeli Child Development Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1804 + Livingston Wyoming Chapter NY State Area Rehab Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 886 + AMARILLO INDEPENDENT SCHOOL DISTRICT + School System + + + 4503 + Children’s Center of Wayne county Inc + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 651 + Child-Parent Centers, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4608 + City of Los Angeles + Government Agency (Non-CAA) + + + 4349 + USD 383 Head Start + School System + + + 7065 + Child Care Resource & Referral + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 154 + ADVOCATES FOR CHILDREN AND FAMILIES, INC. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1396 + Mid-Cumberland Community Action Agency + Community Action Agency (CAA) + + + 489 + Texarkana Special Education Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3405 + Community Development Institute Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 787 + Community Renewal Team, Inc. + Community Action Agency (CAA) + + + 4340 + St. Vincent de Paul Head Start (Southeast) + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3561 + The Centers for Families and Children + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3339 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + + + + 1402 + Lutheran Services Florida, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4403 + Ferndale Head Start + School System + + + 1302 + District of Columbia Public Schools + School System + + + 2299 + CROW TRIBE OF INDIANS + + + + 4424 + Highbridge Advisory Council Family Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1216 + Grand Traverse Band LLC + Tribal Government or Consortium (American Indian/Alaska Native) + + + 2110 + Southern Delaware Center for Children and Families, Inc. + Community Action Agency (CAA) + + + 231 + Grace Hill Settlement House + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1619 + Grand Forks Public School District #1 + School System + + + 970 + East Missouri Action Agency + Community Action Agency (CAA) + + + 1196 + Verner + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 686 + CAMPESINOS UNIDOS, INC + Community Action Agency (CAA) + + + 4101 + Associates For Human Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 458 + Regional Economic Community Action Program, Inc + Community Action Agency (CAA) + + + 2105 + HUMAN SERVICES PROGRAMS OF CARROLL CO.,INC. + + + + 3741 + BCFS Education Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1178 + RACINE/KENOSHA COMMUNITY ACTION AGENCY, INC. + Community Action Agency (CAA) + + + 769 + Bayonne Economic Opportunity Foundation + Community Action Agency (CAA) + + + 4464 + Primary Prep Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4318 + Centers For New Horizons, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 843 + Branch Intermediate School District + School System + + + 7250 + Educational Service Unit No. 13 + Government Agency (Non-CAA) + + + 7245 + SGA Youth and Family Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 855 + Tacoma Public Schools + School System + + + 1476 + Breckinridge County Board of Education + School System + + + 1972 + Bossier Office of Community Services + Community Action Agency (CAA) + + + 1647 + Glenn County Office of Education + School System + + + 1111 + Community Action Program Commission of the Lancaster + Community Action Agency (CAA) + + + 5763 + Labor Bathgate Community Child Care Board + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2035 + UNITED CHILDREN'S SERVICE + + + + 4107 + Modesto Junior College + School System + + + 248 + Reno-Sparks Indian Colony + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4553 + Memorial, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4153 + Cecil College, Family Education Center + Government Agency (Non-CAA) + + + 4495 + Municipality of San Sebastian + Government Agency (Non-CAA) + + + 5135 + Coachella Valley USD + School System + + + 5775 + Yeshiva Tifereth Moshe + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2258 + SAN FRANCISCO ECONOMIC OPPORTUNITY COUNCIL + + + + 7707 + Merrillville Community School Corporation + School System + + + 2156 + NORTHWEST GEORGIA SERVICES, INC + + + + 904 + Sweetwater County School District #1 + School System + + + 5712 + Bloomingdale Family Program, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7640 + Wild Plum Center for Young Children and Families + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4574 + Mendota Community Consolidated District 289 + Private/Public For-Profit (e.g. for-profit hospitals) + + + 938 + Stockbridge-Munsee Community + Tribal Government or Consortium (American Indian/Alaska Native) + + + 929 + Children's Institute, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4381 + West Bloomfield Head Start + School System + + + 7047 + El Hogar Del Nino + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 670 + Bakerripley + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 972 + Taos, Pueblo of + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4239 + Our Child Care, Inc. DBA Our Little Ones + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 808 + Total Community Action, Inc. + Community Action Agency (CAA) + + + 1167 + Lee County School District + School System + + + 4738 + GLEAMNS Human Resource Commission, Inc. + Community Action Agency (CAA) + + + 1222 + Community Help & Involvement in Low Income Decisions + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1980 + Community Action Resource and Development, Inc. + Community Action Agency (CAA) + + + 977 + Martha's Vineyard Community Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4481 + Lessie Bates Davis Neighborhood House + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2108 + Arlington Community Action, Inc. + Community Action Agency (CAA) + + + 7159 + Delta Health Alliance, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2233 + DELTA AREA ECONOMIC OPPORTUNITY CORPORATION + + + + 2218 + TULSA COMMUNITY ACTION AGENCY + + + + 1166 + Kokomo School Corporation + School System + + + 931 + AIKEN/BARNWELL COUNTIES COMMUNITY ACTION AGENCY, INC + Community Action Agency (CAA) + + + 3431 + Children`s Developmental Services of Campbell County + Government Agency (Non-CAA) + + + 1392 + Community Organization of Social Concerns, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4273 + Del Paso Heights School District + School System + + + 1022 + Community Action Organization of Scioto County, Inc. + Community Action Agency (CAA) + + + 4605 + Municipality of Fajardo + Government Agency (Non-CAA) + + + 1522 + Childhood Development Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2290 + PUGET SOUND EDUCATIONAL SERVICE DISTRICT + + + + 1405 + Municipio de Bayamon + Government Agency (Non-CAA) + + + 4114 + Educare Center of Omaha + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5104 + Clayton Early Learning + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4329 + Promesa + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6423 + Cincinnati Public Schools Head Start + School System + + + 184 + Monongalia County Board of Education + School System + + + 7326 + Illinois Action for Children + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1430 + Upshur Human Resources, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1093 + Kings Community Action Organization, Incorporated + Community Action Agency (CAA) + + + 1205 + Rosebud Sioux Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 150 + The Sheltering Arms + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 591 + Williamson Burnet Counties Opp. Inc. (WBCO) + Community Action Agency (CAA) + + + 7227 + Sunbeam Family Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1198 + LICKING VALLEY COMMUNITY ACTION + Community Action Agency (CAA) + + + 4255 + Municipality of Cayey + Government Agency (Non-CAA) + + + 960 + Mid Florida Community Services, Inc. + Community Action Agency (CAA) + + + 4414 + Carter County Head Start + School System + + + 236 + Community Action Commission of Erie, Huron and Richland + Community Action Agency (CAA) + + + 4531 + Garvey School District + School System + + + 874 + Y M C A Of Central Maryland, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 386 + Winnebago Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4773 + University Settlement Early Childhood Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 910 + Pickens County Community Action Committee and Community Development Corporation, Inc. + Community Action Agency (CAA) + + + 101 + Northern Cheyenne Head Start + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4644 + Ithaca City School District + School System + + + 310 + San Carlos Apache Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 6102 + Bright Beginnings Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4821 + Detroit Public Schools Head Start + School System + + + 1524 + Clarksville-Montgomery County Community Action Agy + Community Action Agency (CAA) + + + 6660 + Turlock Unified School District + School System + + + 1433 + Santee Sioux Nation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 5750 + Brooklyn Kindergarten Society + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7689 + Austin Independent School District + School System + + + 1568 + Portage Private Industry Council, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5719 + Trabajamos Community Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1794 + Community Child Care Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1881 + The Improvement Association + Community Action Agency (CAA) + + + 4550 + Head Start Program Municipality of Utuado + Government Agency (Non-CAA) + + + 1250 + Western Community Action, Inc. + Community Action Agency (CAA) + + + 7734 + N & K Corporation dba Rainbow School + Private/Public For-Profit (e.g. for-profit hospitals) + + + 2100 + RESOURCES FOR HUMAN DEVELOPMENT, INC + + + + 4491 + South-Western City Schools, Head Start + School System + + + 2177 + SANDOVAL COUNTY ECONOMIC OPPORTUNITY CORPORATION + + + + 1362 + City of Phoenix + Community Action Agency (CAA) + + + 920 + Northwest Kansas Educational Service Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 244 + Southern Utah University + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1598 + Community Services Consortium + Community Action Agency (CAA) + + + 424 + CENLA COMMUNITY ACTION COMMITTEE, INC + Community Action Agency (CAA) + + + 5766 + North Bronx NCNW Child Development Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4587 + Dolgeville Head Start + School System + + + 1342 + Taller Educativo de Caguas + Private/Public For-Profit (e.g. for-profit hospitals) + + + 4562 + Greenburgh Central School District #7 + School System + + + 679 + Bronxcare Health System + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7363 + The School Board of Miami-Dade County, Florida + School System + + + 537 + Leech Lake Reservation Business Committee Inc. + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1872 + Children's Bureau Inc. Dba Porter-Leath + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 854 + Snohomish County Human Services Department + Government Agency (Non-CAA) + + + 4106 + Salida Union School District + School System + + + 4636 + Arecibo Head Start Project + Government Agency (Non-CAA) + + + 4274 + Muleshoe ISD + School System + + + 1326 + San Bernardino, County of + Government Agency (Non-CAA) + + + 1893 + Elkhart and St. Joseph Counties Head Start Consortium + School System + + + 1745 + Quintana Baptist Church Head Start Program + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4484 + Claremont Neighborhood Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7346 + Sacramento City Unified School District + School System + + + 4662 + Floydada ISD + School System + + + 2216 + SANTA FE COUNTY COMMUNITY HEAD START + + + + 876 + Associated Catholic Charities Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 300 + South Middlesex Opportunity Council + Community Action Agency (CAA) + + + 4173 + Coachella Valley USD + School System + + + 898 + Montgomery Community Action Committee & CDC Inc. + Community Action Agency (CAA) + + + 4300 + Roma ISD + School System + + + 4694 + Saunders County Head Start + School System + + + 3413 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 790 + Economic Opportunity Agency of Washington County, Inc. + Community Action Agency (CAA) + + + 5121 + Denver Public Schools + School System + + + 6824 + Acelero Learning Wisconsin, Inc. (Milwaukee County) + Private/Public For-Profit (e.g. for-profit hospitals) + + + 6705 + Focus HOPE + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3086 + Mayor and City Council of Baltimore + + + + 2112 + FIRST STATE COMMUNITY ACTION AGENCY, INC. + + + + 4826 + Community Association For Preschool Education, Inc + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1924 + Rock-Walworth Comprehensive Family Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 434 + Sisseton-Wahpeton Oyate + Tribal Government or Consortium (American Indian/Alaska Native) + + + 2271 + SOUTH CENTRAL CAA INC. + + + + 4536 + Mi Escuelita Preschools, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4338 + Emporia Head Start + School System + + + 6924 + Bonner Springs Head Start + School System + + + 1102 + Topeka Unified School District #501 + School System + + + 3441 + Pacific Clinics + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2168 + HANSEL NEIGHBORHOOD SERVICES CENTER + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7636 + Christian Military Academy, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1373 + AVANCE-San Antonio, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1352 + United Academy, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 283 + Kaufman Independent School District + School System + + + 1997 + MAKING THE CONNECTION, INC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 359 + Comprehensive Community Action, Inc. + Community Action Agency (CAA) + + + 191 + Sunrise Children's Foundation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1355 + Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4779 + Farmingdale Head Start + School System + + + 908 + Organized Community Action Program, Inc. + Community Action Agency (CAA) + + + 2194 + EAST CENTRAL ARKANSAS ECONOMIC OPPORTUNITY CORPORATION + + + + 724 + Education Service Center Region 20 + Government Agency (Non-CAA) + + + 3608 + Hacienda-La Puente Unified School District + School System + + + 4734 + Levelland ISD + School System + + + 337 + BeauCARE Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7337 + Southside Training Employment and Placement Services Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 788 + Manchester Memorial Hospital + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2132 + KINGS MOUNTAIN DISTRICT SCHOOLS + + + + 963 + Southwest Human Resource Agency + Government Agency (Non-CAA) + + + 4678 + Chicago Public Schools + School System + + + 4471 + Children’s Institute, Inc + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4681 + Sunflowers Academy + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 361 + Central Council Tlingit and Haida Indian Tribes of Alaska + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1865 + Municipality of San Sebastian + Government Agency (Non-CAA) + + + 1844 + MICCOSUKEE TRIBE OF INDIANS OF FLORIDA (HEAD START) + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1312 + Chesterfield County Public Schools + School System + + + 1744 + Kiryas Joel Municipal Local Development + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5704 + Seventh Avenue Center For Family Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 739 + Hocking Athens Perry Community Action + Community Action Agency (CAA) + + + 1948 + Niagara County Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6509 + El Monte City School District + School System + + + 7597 + Los Angeles Universal Preschool + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7695 + Family, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7214 + Kingsley House, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4227 + Southwest Counseling Solutions + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4647 + Los Angeles Urban League + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 778 + DIMOCK COMMUNITY SERVICES CORPORATION + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4486 + Child Care of Southwest Florida, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2625 + MENOMINEE INDIAN TRIBE OF WISCONSIN + + + + 4448 + Hammond Head Start + School System + + + 1148 + SOUTHWEST ARKANSAS DEVELOPMENT COUNCIL, INC + Community Action Agency (CAA) + + + 858 + Paris Independent School District + School System + + + 1097 + GEARY COUNTY UNIFIED SCHOOL DISTRICT #475 + School System + + + 667 + Long Beach Unified School District + School System + + + 752 + Telamon Corporation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4281 + Starfish Family Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 941 + ST JAMES PARISH COUNCIL + Government Agency (Non-CAA) + + + 4561 + The Children's Aid Society + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4627 + Mission Neighborhood Centers, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1186 + Family & Child Learning Centers of Northeast Wisconsin + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7632 + The Black Belt Community Foundation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1040 + Municipio de Ponce + Government Agency (Non-CAA) + + + 2288 + CLACKAMAS COUNTY CHILDREN'S COMMISSION + + + + 614 + Reginald S. Lourie Center for Infants & Young Children + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4419 + ECMHSP - Florida Direct Services (Eastern Region) + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 741 + North Hudson Community Action Corporation + Community Action Agency (CAA) + + + 1164 + Leslie Knott Letcher Perry Community Action Council Inc + Community Action Agency (CAA) + + + 1627 + Child Care Resource and Referral, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1175 + CENTRAL ALABAMA CHILD DEVELOPMENT & CDC, INC. + Community Action Agency (CAA) + + + 167 + COMMUNITY COUNCIL OF SOUTHWEST TEXAS, INC + Community Action Agency (CAA) + + + 332 + Olympic Community Action Programs + Community Action Agency (CAA) + + + 3324 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + + + + 7644 + Sewall Child Development Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1916 + Guam Department of Education + School System + + + 336 + Cortland County Community Action Program + Community Action Agency (CAA) + + + 757 + Meeting Street + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4249 + Five Towns Head Start + Community Action Agency (CAA) + + + 5721 + DeWitt Reformed Church Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2111 + COMPREHENSIVE CHILD DEVELOPMENT PROGRAM OF + + + + 7507 + Loving Arms Learning Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1870 + Central Texas Opportunities, Inc. DBA Cornerstone Community Action Agency + Community Action Agency (CAA) + + + 2663 + Project Social Care Head Start + + + + 1304 + Big Five Community Services, Inc. + Community Action Agency (CAA) + + + 4355 + JFK Family Services Center, Inc. + Community Action Agency (CAA) + + + 885 + OPERATION BREAKTHROUGH, INC + Community Action Agency (CAA) + + + 4124 + Salvation Army + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2202 + CENTRAL OKLAHOMA COMMUNITY ACTION AGENCY + + + + 2074 + PENTECOSTAL CHURCH OF GOD IN PUERTO RICO REGION + + + + 6424 + University of Cincinnati, Arlitt Center Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3323 + WESTCHESTER COMMUNITY OPPORTUNITY PROGRAM, INC + + + + 4395 + Rural Family Development + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2122 + DELAWARE COUNTY HEAD START, INC + + + + 1259 + Centronia, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5087 + The Montessori School of Englewood + Charter School + + + 203 + Loudoun County School District + School System + + + 7033 + Albany Park Community Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4331 + Baker Valley Unified School District + School System + + + 1449 + Monte Vista Community Center Incorporated + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5735 + St. Mark's Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2232 + FT. LARNED SCHOOL DISTRICT #495 + School System + + + 4287 + Head Start San Antonio and Bexar County + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2092 + PRESCHOOL DEVELOPMENT PROGRAMS, INC + + + + 564 + Garrett County Community Action Committee, Inc. + Community Action Agency (CAA) + + + 1759 + Action Pathways, Inc. + Community Action Agency (CAA) + + + 1108 + Hancock Hardin Wyandot Putnam Community Action + Community Action Agency (CAA) + + + 1707 + Quinault Indian Nation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1410 + Presbitery of San Juan + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1389 + Kanawha County Board of Education + School System + + + 7501 + Reach One Teach One, INC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7660 + St. Landry Parish Parish School Board Consolidated School District 1 + School System + + + 7722 + Family Guidance Center of Alabama, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5088 + Shining Star Youth and Community Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1090 + Little Dixie Community Action Agency, Inc. + Community Action Agency (CAA) + + + 1385 + Jefferson, County of + Community Action Agency (CAA) + + + 813 + Sioux Falls Independent School District + School System + + + 2198 + REEVES COUNTY COMMUNITY COUNCIL + + + + 1351 + Seneca Nation of Indians + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1976 + Baby Talk, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5093 + SGA Youth and Family Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1045 + Samish Indian Nation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1068 + Reliable Enterprises + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1500 + Sacramento Employment & Training Agency + Government Agency (Non-CAA) + + + 1605 + Community Development Institute Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1775 + Child Development Support Corporation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7598 + Urban Strategies LLC + Private/Public For-Profit (e.g. for-profit hospitals) + + + 2075 + BABYLAND NURSERY, INC + + + + 851 + Florence City School District + School System + + + 351 + Nooksack Indian Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 3424 + RINCON SAN LUISENO BAND OF MISSION INDIANS + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1398 + SCO Family of Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 590 + New River Community Action, Inc. + Community Action Agency (CAA) + + + 2276 + LEWIS-CLARK EARLY CHILDHOOD PROGRAM + + + + 208 + Davis/Morgan/Summit Head Start Early Head Start + School System + + + 589 + Confederated Tribes of the Chehalis Reservation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 2316 + CENTER FOR EDUCATION & MANPOWER RESOURCES, INC + + + + 4628 + Rogers Park Children's Learning Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2250 + POHNPEI FAMILY HEAD START PROGRAM, INC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 120 + University of Pittsburgh + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 364 + Interlocal Community Action Program, Inc. + Community Action Agency (CAA) + + + 738 + Kno Ho Co Ashland Community Action Commission + Community Action Agency (CAA) + + + 488 + University of Delaware + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1540 + Catholic Charities of the Diocese of Joliet, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 453 + Northwest Arkansas Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1567 + Kankakee-Iroquois Regional Planning Commission + Government Agency (Non-CAA) + + + 5764 + Lutheran Social Services of NY Early Life + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 406 + Albany County Opportunity, Inc. + Community Action Agency (CAA) + + + 5081 + Chinese American Service League + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4661 + City of San Bernardino Parks And Recreation + Government Agency (Non-CAA) + + + 5127 + Episcopal Community Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2210 + ECONOMIC DEVELOPMENT AGENCY + + + + 1089 + Community Action Program of Evansville & Vanderburgh County, Inc. + Community Action Agency (CAA) + + + 1489 + SOUTHWEST OK COMMUNITY ACTION GROUP, INC + Community Action Agency (CAA) + + + 7380 + Acelero Learning Wisconsin, Inc. (Milwaukee County + Private/Public For-Profit (e.g. for-profit hospitals) + + + 684 + Neighborhood House Association + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6644 + JFK Family Services Center, Inc. + Community Action Agency (CAA) + + + 282 + St. Mary Community Action Agency, Inc. + Community Action Agency (CAA) + + + 2256 + REPUBLIC OF THE MARSHALL ISLANDS + School System + + + 1444 + Dothan City Board of Education + School System + + + 4761 + Booker T. Washington Child Development Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2116 + RUSSELL COUNTY MINISTERIAL FELLOWSHIP, INC. + + + + 242 + Community Action Agency of South Central Michigan + Community Action Agency (CAA) + + + 1217 + CORNELL COOPERATIVE EXTENSION of Madison County + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1577 + Pueblo of Isleta + Tribal Government or Consortium (American Indian/Alaska Native) + + + 2139 + ANDERSON OCONEE HEAD START PROJECT, INC + + + + 4576 + School District of The City of Berkley + School System + + + 549 + TAYLOR COUNTY COMMUNITY ACTION PROGRAM + Community Action Agency (CAA) + + + 7325 + Evanston/Skokie Community Consolidated School District 65 + School System + + + 1609 + Lowndes Co. School District + School System + + + 4783 + Rural Mission, Inc. + Community Action Agency (CAA) + + + 472 + Economic Opportunity for Savannah-Chatham County Area, Inc. + Community Action Agency (CAA) + + + 1692 + Family Services of Grant County + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4626 + YMCA of Memphis & The Mid-South Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1884 + Rio Grande Child Development Family Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4339 + Brooklyn Kindergarten Society + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4509 + Fruitport / Mona Shores Head Start + School System + + + 1850 + Caddo Parish Commission-Caddo Community Action Agency, + Community Action Agency (CAA) + + + 4449 + Southeast Bronx Neighborhood Centers, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1276 + Youth in Need, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5740 + Mid-Bronx CCRP Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 984 + Wayne County Action Program, Inc. + Community Action Agency (CAA) + + + 4739 + Municipality of San Sebastian + Government Agency (Non-CAA) + + + 716 + Community Action Agency of Oklahoma City and Oklahoma/C + Community Action Agency (CAA) + + + 2618 + LAKE COUNTY ECONOMIC OPPORTUNITY COUNCIL, INC + + + + 4543 + Wilson Head Start + School System + + + 7064 + The Order of the Fishermen Ministry + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 786 + School Board of Broward County, The (INC) + School System + + + 1550 + Brush United Methodist Church + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5785 + Head Start Child Development Council, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4095 + Bentley's Child Development Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2129 + CHILD CARE RESOURCES INC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2044 + NEW ENGLAND HOSPITAL CORPORATION D/B/A/ DIMOCK + + + + 2094 + LAWRENCE COUNTY HEAD START, INC. + + + + 1912 + Palau Community Action Agency + Community Action Agency (CAA) + + + 4299 + Wayne-Westland Community Schools + School System + + + 2093 + PHILADELPHIA CITY HOUSING AUTHORITY + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1952 + New Square Community Improvement Council, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3374 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6653 + Teaching & Mentoring Communities + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1946 + Denise Louie Education Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 413 + Orange County Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3421 + Easter Seals North Georgia, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4546 + El Monte City School District + School System + + + 830 + Southern Ute Indian Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 2169 + COMMUNITY ACTION COUNCIL OF PORTAGE COUNTY + + + + 7349 + Education Service Center Region XV + School System + + + 7240 + Erie Neighborhood House + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5729 + Union Settlement Association Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1244 + Berean Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4263 + Yeled V'Yalda Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5101 + Farrell Area School District + School System + + + 2137 + NORTHEAST FLORIDA COMMUNITY ACTION AGENCY, INC + + + + 262 + Putnam County Board of Education + School System + + + 4400 + Chicago Youth Centers + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1905 + Anderson County Board of Education + School System + + + 507 + Montgomery, County of + Community Action Agency (CAA) + + + 1711 + Head Start of Greater Dallas, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 983 + Schuyler Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1838 + Williamsburg James City County Community Action Agency, Inc. + Community Action Agency (CAA) + + + 4316 + Bethel Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1883 + Associated Beth Rivkah Schools + School System + + + 6483 + Just Kiddin Around Child Care Center + Private/Public For-Profit (e.g. for-profit hospitals) + + + 4549 + Paradise Christian + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1633 + Harris County Department of Education + Government Agency (Non-CAA) + + + 5146 + ECMHSP - Florida Direct Services (Western Region) + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3332 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Government Agency (Non-CAA) + + + 292 + Atlantic Human Resources, Inc. + Community Action Agency (CAA) + + + 1742 + Clackamas County Children's Commission + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1158 + Wewoka Public Schools + School System + + + 7246 + Shining Star Youth and Community Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1964 + TRI-CITY COMMUNITY ACTION PROGRAM, INC + Community Action Agency (CAA) + + + 4824 + New St. Paul Tabernacle + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4607 + Community Action Partnership of Madera County + Community Action Agency (CAA) + + + 4097 + Hamilton County Educational Service Center + School System + + + 629 + Grand Portage Reservation Tribal Council + Tribal Government or Consortium (American Indian/Alaska Native) + + + 585 + Lake Cumberland Community Action Agency Inc. + Community Action Agency (CAA) + + + 353 + Human Development Commission, Inc. + Community Action Agency (CAA) + + + 215 + Sheridan School District 2 + School System + + + 5702 + Volunteers of America Children's Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5262 + Catholic Charities + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5129 + San Jacinto USD + School System + + + 1492 + Inspire Development Centers + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1043 + Futures Unlimited + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1583 + Randolph Co Board Of Education Head Start + School System + + + 4361 + Municipality of Dorado + Government Agency (Non-CAA) + + + 4492 + Irvine Unified School District + School System + + + 255 + Community Action Corporation of South Texas + Community Action Agency (CAA) + + + 1656 + West Central Community Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 113 + Champaign County + Government Agency (Non-CAA) + + + 4248 + Municipality of Vega Baja + Government Agency (Non-CAA) + + + 4085 + Alta Mira Specialized Family Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 694 + Chester County Intermediate Unit + Government Agency (Non-CAA) + + + 5787 + Central California Child Development Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2096 + JEFFERSON COUNTY BOARD OF EDUCATION + + + + 221 + Rural Alaska Community Action Program, Inc. + Community Action Agency (CAA) + + + 4270 + Willow Run Head Start + School System + + + 936 + Opportunities for Chenango, Inc. + Community Action Agency (CAA) + + + 4436 + Barceloneta Head Start Program + Government Agency (Non-CAA) + + + 1642 + Rocky Boy Schools + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1151 + Collier County, Florida, School District of + School System + + + 2115 + FAMILY DEVELOPMENT, INC. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4688 + Kai Ming Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1560 + La Peninsula Community Organization + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7704 + Educational Service Unit #3 + School System + + + 4184 + All Our Kin + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1836 + Tulsa Educare + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5941 + Brightside Academy Ohio LLC + Private/Public For-Profit (e.g. for-profit hospitals) + + + 5096 + Benedictine Sisters of Erie + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1957 + SAN FRANCISCO STATE UNIVERSITY + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4511 + Lafayette Parish Head Start + School System + + + 5501 + Housing Authority of the City of Norwalk + Government Agency (Non-CAA) + + + 7508 + Brazos Valley Community Action Program + Community Action Agency (CAA) + + + 4589 + Leake & Watts Dr. Richard R. Green + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 186 + United Community Action Network + Community Action Agency (CAA) + + + 1518 + Indiana County Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4426 + BCO Bristol Head Start + Community Action Agency (CAA) + + + 1553 + Cooperative Educational Service Agency No. 2 + Government Agency (Non-CAA) + + + 4354 + Susan E. Wagner Day Care Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1621 + Augusta County School Board + School System + + + 4345 + Deer Valley Head Start + School System + + + 4771 + The Agricultural And Labor Program, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4180 + Beecher Community Schools, Head Start Program + School System + + + 4710 + Fundacion Para El Desarrollo Del Hogar Propio, Inc + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3347 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Government Agency (Non-CAA) + + + 990 + Yeshiva Kehilath Yakove, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4286 + Lawrence Hall Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4499 + Moreno Valley Unified School District + School System + + + 4442 + East New York Family Child Care Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1696 + BUCKS COUNTY HEAD START, INC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4744 + Little Tokyo Service Center Community Development + Community Action Agency (CAA) + + + 703 + ROCKINGHAM COUNTY COMMUNITY + Community Action Agency (CAA) + + + 4687 + Women's Housing and Economic Development Corp + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2281 + ALBINA MINISTERIAL ALLIANCE + + + + 380 + Child Crisis Arizona + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1048 + The Leaguers + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 268 + Southeast Nebraska Community Action Partnership, Inc. + Community Action Agency (CAA) + + + 1750 + Delaware County Intermediate Unit + School System + + + 7324 + Pillars Community Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1306 + Lewis County Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5705 + Committee For Early Childhood Development D.C.C., Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1953 + Board of Trustees of Southern Illinois University + Government Agency (Non-CAA) + + + 4740 + Oak Ridge Schools' Preschool + School System + + + 677 + Charter, County of Wayne, Michigan + Government Agency (Non-CAA) + + + 3264 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + + + + 1933 + Child Care Resources, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 991 + Kerrville Independent School District + School System + + + 1993 + Colusa County Office of Education + School System + + + 4611 + Twin Rivers Unified School District + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4207 + HS Program, Municipality of Fajardo + Government Agency (Non-CAA) + + + 6658 + Modesto City Schools + School System + + + 3361 + GROUP HOMES OF CAMDEN COUNTY, INC + + + + 774 + Tri-Valley Opportunity Council, Inc. + Community Action Agency (CAA) + + + 530 + South Shore Stars, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1551 + City of Chicago + Government Agency (Non-CAA) + + + 4823 + The Order of The Fishermen Ministry + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4720 + Medgar Evers Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 815 + CROW CREEK SIOUX TRIBE (HEAD START) + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4130 + Human Resources Development Institute Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 241 + Eight Community Action Program, Inc. + Community Action Agency (CAA) + + + 1442 + Androscoggin Head Start & Child Care + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4253 + Lincoln Public Schools Early Childhood/Head Start + School System + + + 721 + Eastern Band of Cherokee Indians + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4663 + Archdiocese of San Juan + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4218 + The School Board of Miami-Dade County, Florida + School System + + + 1579 + Higher Horizons Day Care Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2262 + MERCED COUNTY BOARD OF SUPERVISORS + Community Action Agency (CAA) + + + 711 + Ohio Valley Opportunities, Inc. + Community Action Agency (CAA) + + + 968 + Imperial County Office of Education + School System + + + 4535 + National Association of Family Development Centers + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4750 + Yeshiva Tifereth Moshe + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4479 + Des Moines Public Schools Head Start + School System + + + 7157 + Alabama Dept. of Human Resources + Government Agency (Non-CAA) + + + 411 + Northern California Child Development Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2230 + HEAD START CHILD AND FAMILY DEVELOPMENT PROGRAM INC + + + + 1730 + Central Mississippi, Inc. + Community Action Agency (CAA) + + + 7323 + Catholic Charities Archdiocese of New Orleans + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3364 + Four Winds of Indian Education, Inc. + Tribal Government or Consortium (American Indian/Alaska Native) + + + 277 + Cleveland County School District + School System + + + 4782 + Archdiocese of San Juan + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 446 + Native American Coalition of Tulsa + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4411 + Ripley House Charter School + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1797 + Arkansas Human Development Corporation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6405 + Ithaca City School District + School System + + + 2283 + OLYMPIA SCHOOL DISTRICT #111 + + + + 4711 + Hoopeston Migrant Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4386 + Catholic Charities Community Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5082 + Church of God True Believers + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1426 + Dignity Health + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1557 + Hinds County Human Resource Agency + Community Action Agency (CAA) + + + 981 + Community Action Partnership of Western Nebraska + Community Action Agency (CAA) + + + 2279 + ADULT LEARNING PROGRAM OF ALASKA + + + + 2277 + UMATILLA-MORROW HEADSTART + + + + 1597 + Child Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2027 + PARENT CHILD SERVICES, INC + + + + 7056 + Beacon Therapeutic Early Head Start Home Visiting + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1454 + Rocky Mountain Ser/Jobs for Progress, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3432 + Western KY Univ. Research Foundation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7158 + Early Learning Coalition of Palm Beach County, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4707 + Wayne Metropolitan Community Action Agency + Community Action Agency (CAA) + + + 254 + Western Egyptian Economic Opportunity Council + Community Action Agency (CAA) + + + 1189 + Delta Community Action Foundation, Inc. + Community Action Agency (CAA) + + + 2095 + MARYLAND RURAL DEVELOPMENT CORPORATION + + + + 4601 + Educational Alliance, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4364 + Columbia University Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1888 + Brooklyn Chinese-American Association Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1390 + Municipality of Isabela + Government Agency (Non-CAA) + + + 1961 + Community Action Development Corporation + Community Action Agency (CAA) + + + 1197 + Cattaraugus County Project Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1559 + Northeast Texas Opportunities, Inc. + Community Action Agency (CAA) + + + 4637 + Herring Run Head Start, Dayspring Programs, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1315 + Unified School District #489 + School System + + + 1616 + Bais Yaakov Faigeh Schonberger of AdasYereim + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7202 + Community Association for Preschool Education, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5727 + Escuela Hispana Montessori + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 354 + Community Action Team Inc. of Columbia County + Community Action Agency (CAA) + + + 5139 + Romoland School District + School System + + + 4154 + Talbot County Family Support/EHS Center + Government Agency (Non-CAA) + + + 1443 + Round Valley Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1212 + NORTHWEST COMMUNITY ACTION PROGRAMS OF WYOMING,INC. + Community Action Agency (CAA) + + + 1462 + Southwestern Minnesota Opportunity Council, Inc. + Community Action Agency (CAA) + + + 2069 + Mercer County Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 606 + Educational Alliance, Inc., The + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2622 + MONROE COUNTY OPPORTUNITY PROGRAM, INC + + + + 7230 + Chicago Commons Association + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 165 + Nueces County Community Action Agency + Community Action Agency (CAA) + + + 2048 + NORTH SHORE COMMUNITY ACTION PROGRAMS, INC + + + + 267 + Community Child Care Council of Santa Clara + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1903 + City of Albuquerque Early Head Start + Government Agency (Non-CAA) + + + 5736 + Abyssinian  Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1495 + Morgan County Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4679 + Hartford Head Start Agency, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1416 + Blue Grass Community Action Partnership, Inc. + Community Action Agency (CAA) + + + 1561 + Nicholas Community Action Partnership Inc. + Community Action Agency (CAA) + + + 1513 + Brooklyn Child and Family Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4501 + St. Paul Community Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 517 + Lac Courte Oreilles Band of Lake Superior Chippewa + Tribal Government or Consortium (American Indian/Alaska Native) + + + 5095 + Telamon Corporation - North Carolina + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 182 + Early Childhood Council of the San Luis Valley + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4298 + Cincinnati Public Schools Head Start + School System + + + 1590 + Lewis-Clark Early Childhood Program + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2055 + COMMUNITY ACTION FOR GREATER MIDDLESEX CTY,INC. + + + + 293 + Mid-Delta Community Services, Inc. + Community Action Agency (CAA) + + + 6409 + Metro Delta Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1966 + CAA OF NORTH EAST ALABAMA + Community Action Agency (CAA) + + + 119 + Redding Rancheria + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1932 + St. Lawrence County Community Development Program, Inc. + Community Action Agency (CAA) + + + 4312 + The Village For Early Childhood Education + School System + + + 3481 + Lifesteps, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 750 + Duplin County Board of Education + School System + + + 1720 + Clarke County School District + School System + + + 1116 + Muskegon Area Intermediate School District + School System + + + 5722 + Community Parents, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7699 + Wayne-Westland Community Schools + School System + + + 1005 + West Central Missouri Community Action Agency + Community Action Agency (CAA) + + + 6561 + Every Child Succeeds EHS + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 906 + St. Bernard Parish School Board + School System + + + 939 + CAP Services, Inc. + Community Action Agency (CAA) + + + 7053 + Korean American Community Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1414 + STEP, Inc. + Community Action Agency (CAA) + + + 7208 + Waverly EHS of Goodwill + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6404 + Dolgeville Head Start + School System + + + 3372 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 448 + Coastal Community Action, Inc. + Community Action Agency (CAA) + + + 782 + YWCA of Metro St. Louis + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2104 + CHILDHELP/TYLER VILLAGE FOUNDATION + + + + 425 + Mobile Community Action Inc. + Community Action Agency (CAA) + + + 1709 + LAKE COMMUNITY ACTION AGENCY, INC + Community Action Agency (CAA) + + + 1527 + Catholic Charities of Monroe County + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 405 + Upper Arkansas Area Council of Governments + Government Agency (Non-CAA) + + + 3521 + Pine Bluff Jefferson County EOC + Community Action Agency (CAA) + + + 374 + Jicarilla Apache Nation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 7334 + Childcare Network of Georgia, LLC + Private/Public For-Profit (e.g. for-profit hospitals) + + + 1160 + TAYLOR COUNTY SCHOOL BOARD + School System + + + 273 + Edmonds Community College + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6261 + San Angelo Independent School District + School System + + + 4328 + The Guidance Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7400 + Infant Welfare Society + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6664 + Keyes Union School District + School System + + + 12 + Georgia Dept. of Early Care and Learning + Government Agency (Non-CAA) + + + 1226 + Community Action Region VI + Community Action Agency (CAA) + + + 1507 + South Central Iowa Community Action Program + Community Action Agency (CAA) + + + 3192 + Childhelp USA Inc. + + + + 600 + Chickasaw Nation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 7643 + Pillars Community Health + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1378 + Municipality of Patillas + Government Agency (Non-CAA) + + + 1209 + Adams County Children's Education Special Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5741 + Phipps Community Development + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2175 + CALCASIEU PARISH (HEAD START) + + + + 7212 + All My Children Daycare Inc. + + + + 1147 + Mohawk Valley Community Action Agency, Inc. + Community Action Agency (CAA) + + + 1388 + Franklin Parish School District + School System + + + 7229 + Centers For New Horizons, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6512 + Mountain View Head Start/State Preschool + School System + + + 1125 + Montclair Child Development Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 696 + Economic Opportunity Program of Chemung County, Inc. + Community Action Agency (CAA) + + + 500 + Lafourche Parish + Government Agency (Non-CAA) + + + 1800 + ST JOHNS COUNTY SCHOOL DISTRICT + School System + + + 4699 + Bridge Street Child Development + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4695 + Santa Ana Unified School District + School System + + + 1190 + ECONOMIC OPPORTUNITIES DEV CORP OF ATASCOSA, + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1576 + Parent & Child Together for West Central Illinois + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5090 + Beacon Therapeutic Early Head Start Home Visiting + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1202 + Child Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1092 + Ozark Action, Inc. + Community Action Agency (CAA) + + + 873 + Southwestern Wisconsin Community Action Program + Community Action Agency (CAA) + + + 5772 + Southeast Bronx Neighborhood Centers + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1321 + DDI Vantage, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7062 + Proviso Leyden Council for Community Actions, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 862 + Community & Family Services, Inc. + Community Action Agency (CAA) + + + 5099 + PathStone + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5136 + Desert Sands USD + School System + + + 1558 + Northwest Community Action Partnership + Community Action Agency (CAA) + + + 7725 + Asian Human Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4598 + Tremont Crotona Day Care Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7398 + Dayspring EHS + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4271 + Zion Daycare Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5085 + Judah International Outreach Ministries + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4489 + Brownfield ISD + School System + + + 4285 + Rochester Head Start + School System + + + 464 + Portland Public Schools + School System + + + 1727 + Community Services of Northeast Texas, Inc. + Community Action Agency (CAA) + + + 4666 + SCO Family of Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1526 + Coshocton County Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 747 + Alliance for Community Empowerment, Inc. + Community Action Agency (CAA) + + + 1284 + Community Action Agency of Somerville + Community Action Agency (CAA) + + + 1384 + Centro de Fortalecimiento Familiar, ESCAPE + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3321 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + + + + 4427 + East Harlem Council  Bilingual Head Start Program + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5754 + Brooklyn Bureau of Community Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1063 + Kankakee School District 111 + School System + + + 4708 + Phipps Community Development + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 749 + Southeastern Community and Family Services, Inc. + Community Action Agency (CAA) + + + 2206 + ST LANDRY PARISH COMMUNITY ACTION AGENCY + + + + 240 + Saratoga County Economic Opportunity Council, Inc. + Community Action Agency (CAA) + + + 1305 + University of Arkansas for Medical Sciences + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4651 + San Jacinto USD + School System + + + 2012 + NATION'S CAPITAL CHILD AND FAMILY DEVELOPMENT + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1127 + Mayor & City Council of Baltimore City + Government Agency (Non-CAA) + + + 1159 + Braxton County School District + School System + + + 518 + Housing, Industry, Training, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1333 + People Acting in Community Endeavors + Community Action Agency (CAA) + + + 3262 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + + + + 6124 + New St. Paul Head Start Agency, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1123 + Community Action Marin + Community Action Agency (CAA) + + + 7032 + Gads Hill Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1763 + BEAUREGARD COMMUNITY ACTION ASSOCIATION, INC + Community Action Agency (CAA) + + + 7365 + Westmoreland Community Action + Community Action Agency (CAA) + + + 693 + Coahoma Opportunities, Inc. + Community Action Agency (CAA) + + + 1280 + Mountainland Head Start, Inc + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1254 + Confederated Tribes of Siletz Indians + Tribal Government or Consortium (American Indian/Alaska Native) + + + 2173 + EAST CARROLL PARISH POLICE JURY + + + + 6361 + Community Children's Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4284 + Community Children's Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6473 + Deer Valley Head Start + School System + + + 194 + Celina City Schools + School System + + + 2240 + CENTRAL MONTANA DISTRICT VI, HUMAN + + + + 1234 + Chapel Hill-Carrboro City School District + School System + + + 4322 + Northern Manhattan Perinatal Partnership + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 308 + Southern Seven Health Department + Government Agency (Non-CAA) + + + 136 + Akron United Methodist Church + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 506 + Center for Family Resources, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4714 + Duarte Unified School District + School System + + + 2070 + UTICA HEADSTART CHILDREN & FAMILIES, INC + + + + 4639 + School District of Kansas City, Missouri + School System + + + 4206 + Aguadilla Head Start + Government Agency (Non-CAA) + + + 5942 + Toledo Public Schools + School System + + + 5148 + ECMHSP - South Carolina Direct Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4586 + Enfield Head Start + School System + + + 561 + Beaufort Jasper Economic Opportunity Commission, Inc. + Community Action Agency (CAA) + + + 800 + Mahoning Youngstown Community Action Partnership + Community Action Agency (CAA) + + + 4336 + Hartford Head Start Agency, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 654 + Community Coordinated Care for Children, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 250 + Alamo Navajo School Board, Inc., The + Tribal Government or Consortium (American Indian/Alaska Native) + + + 755 + Central Arkansas Development Council + Community Action Agency (CAA) + + + 883 + Training, Education, and Manpower, Inc. + Community Action Agency (CAA) + + + 6964 + Para Los Ninos + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7690 + Boys and Girls Club of North Central Florida + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 227 + Lubbock Independent School District + School System + + + 1135 + Clinton County Community Action Program, Inc. + Community Action Agency (CAA) + + + 4505 + Greenwich Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7004 + Early Learning Ventures + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 199 + Children First, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1018 + Community Action Partnership of Lake County + Community Action Agency (CAA) + + + 1288 + Family Forum, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 798 + Mississippi Band of Choctaw Indians + Tribal Government or Consortium (American Indian/Alaska Native) + + + 611 + University of Wisconsin, Oshkosh + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1060 + Lake County Family YMCA + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1393 + Wray School District Rd-2 + School System + + + 205 + Mid-East Community Action Agency + Community Action Agency (CAA) + + + 2054 + WESTERN MAINE COMMUNITY ACTION, INC. + + + + 4412 + Cloverport Head Start + School System + + + 763 + Siskiyou County Office of Education + School System + + + 986 + Sault Ste. Marie Tribe of Chippewa Indians + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4488 + Birch Family Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1149 + Economic Opportunities Advancement Corporation of Planning Region XI + Community Action Agency (CAA) + + + 4132 + Easter Seals Metropolitan Chicago + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 266 + Community Action Committee of Pike County, Inc. + Community Action Agency (CAA) + + + 3256 + Community Development Institute Head Start + + + + 2063 + PASSAIC CITY HUMAN RESOURCES DEPARTMENT + + + + 5381 + Petersburg City Public Schools + School System + + + 887 + Central Kentucky Community Action Council + Community Action Agency (CAA) + + + 1945 + Intermountain Children + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3545 + Washtenaw Intermediate School District + School System + + + 1293 + Lincoln Total Community Action, Inc. + Community Action Agency (CAA) + + + 3365 + American Red Cross in Greater New York + + + + 3437 + Community Action Commission of Fayette County, Inc. + Community Action Agency (CAA) + + + 1014 + Philadelphia Parent Child Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2617 + SAGINAW COUNTY COMMUNITY ACTION COMMITTEE, INC. + Community Action Agency (CAA) + + + 768 + Carman Ainsworth Community Schools + School System + + + 1544 + Onslow County Partnership for Children, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2284 + GRANT COUNTY COMMUNITY ACTION COUNCIL, INC + + + + 1521 + Northern Virginia Family Service + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1057 + Council of Three Rivers American Indian Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4093 + Ivey Green Village, Early Head Start (EHS) + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2266 + EAST BAY PERINATAL COUNCIL + + + + 228 + Jumpstart Enrichment for Tomorrow's Students Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 143 + Assumption Parish School District + School System + + + 2102 + Dinwiddie County Public Schools + School System + + + 1541 + Hampton Roads Community Action Program, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2064 + COMMUNITY ACTION OF GREENE COUNTY, INC. + + + + 962 + Butler County Educational Service Center + School System + + + 4119 + ChildServ, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2165 + WAYNE COUNTY REGIONAL EDUCATIONAL SERVICE AGENCY + + + + 2091 + Juniata County Child Care & Development Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 207 + Lorain County Community Action Agency, Inc. + Community Action Agency (CAA) + + + 1676 + Iliff Community Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1886 + Macon Bibb County Economic Opportunity Council Inc. + Community Action Agency (CAA) + + + 1516 + ProAction of Steuben and Yates County, Inc. + Community Action Agency (CAA) + + + 5133 + Palo Verde USD + School System + + + 1821 + Three Rivers Community Action, Inc. + Community Action Agency (CAA) + + + 793 + Seton Hill Child Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 722 + Council for Economic Opportunities in Greater Cleveland + Community Action Agency (CAA) + + + 7046 + Howard Area Family Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4656 + Turlock Unified School District + School System + + + 1783 + WILLIAM SMITH, SR. TRI COUNTY + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 412 + Embarras River Basin Agency, Inc. + Community Action Agency (CAA) + + + 4267 + Day Care Services For Children, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2237 + PUEBLO CITY MANAGER'S OFFICE + + + + 5765 + MARC Academy and Family Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4766 + O'Donnell ISD + School System + + + 7317 + Lutheran Social Services of the South, Inc. dba Upbring + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1672 + Parent-Child Development Corporation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1177 + Peoria Citizens Committee for Economic Opportunity, Inc. + Community Action Agency (CAA) + + + 1401 + Central California Migrant Head Start Program + School System + + + 294 + Western Carolina Community Action, Inc. + Community Action Agency (CAA) + + + 3406 + Comm. Dev. Inst. Metro Puerto Rico Replacement for + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1765 + Concho Valley Council of Governments + Government Agency (Non-CAA) + + + 1279 + Piedmont Community Action, Inc. + Community Action Agency (CAA) + + + 4551 + La Grange Area Head Start + School System + + + 794 + Great Lakes Community Action Partnership + Community Action Agency (CAA) + + + 1237 + Bear River Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 567 + San Felipe Del Rio Consolidated Independent School District + School System + + + 3398 + Community Development Institute HS (Ballston Spa) + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6201 + Iberville Parish School Board + School System + + + 1221 + Crystal Stairs, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1733 + Ross County Community Action Commission, Inc. + Community Action Agency (CAA) + + + 7635 + Municipality of Guayama + Government Agency (Non-CAA) + + + 942 + TULIA COMMUNITY NURSERY ASSOC, INC. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1219 + Green Country Behavioral Health Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4462 + Hatch Valley Public Schools Head Start + School System + + + 7024 + Catholic Charities of the Archdiocese of Chicago + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2084 + CATTARAUGUS COMMUNITY ACTION, INC + + + + 1417 + Salt Lake Community Action Program + Community Action Agency (CAA) + + + 201 + Unified School District #233 + School System + + + 7221 + Child Care Resources, Inc. + Community Action Agency (CAA) + + + 5981 + New Hanover County Schools + School System + + + 1243 + Knox County Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2265 + FREDERICK DOUGLAS CHILD DEVELOPMENT CENTER + + + + 7188 + United Way of Miami-Dade, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1039 + Municipality of Guaynabo + Government Agency (Non-CAA) + + + 2163 + ACCESS TO HUMAN RESOURCE DEVELOPMENT + + + + 2227 + CHILD CARE ASSOCIATION OF ARKANSAS CITY, INC + + + + 289 + Menominee Indian Tribe of Wisconsin + Tribal Government or Consortium (American Indian/Alaska Native) + + + 547 + GRAHAM-WINDHAM SERVICES FOR FAMILIES & CHILDREN + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1203 + Municipality of Utuado + Government Agency (Non-CAA) + + + 1817 + Newark Preschool Council, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5387 + Ministerial Day Care Association + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 902 + Nisqually Indian Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 764 + Milwaukee Public Schools + School System + + + 4245 + Meadowview Community Action Agency + Community Action Agency (CAA) + + + 1106 + Hill Country Community Action Association, Inc. + Community Action Agency (CAA) + + + 4363 + Johnson County Head Start + School System + + + 4646 + Murphy School District Head Start + School System + + + 3396 + Community Development Institute Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2097 + Council Of The Southern Mountains (The) + Community Action Agency (CAA) + + + 2154 + TRINITY CHILD DEVELOPMENT CENTER + + + + 124 + Fulmont Community Action Agency, Inc. + Community Action Agency (CAA) + + + 1450 + Kenaitze Indian Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1192 + Northcoast Children's Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 569 + Mid Michigan Community Action Agency, Inc. + Community Action Agency (CAA) + + + 6654 + The Village For Early Childhood Education + School System + + + 1235 + Douglass Community Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7399 + Associates For Human Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1973 + BEE COMMUNITY ACTION AGENCY + Community Action Agency (CAA) + + + 947 + Eagle County HHS + Government Agency (Non-CAA) + + + 2187 + VERMILION PARISH POLICE JURY + + + + 7735 + Serendipity Child Care Inc. + Private/Public For-Profit (e.g. for-profit hospitals) + + + 2260 + NAPA COUNTY COUNCIL FOR ECONOMIC OPPORTUNITY + + + + 648 + Muscogee Creek Nation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1047 + Warren County Community Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4333 + Phelps Clifton Springs Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6467 + Washington Elementary School District + School System + + + 4187 + Tampa Metropolitan Area YMCA + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3025 + BRATTLEBORO TOWN SCHOOL DISTRICT + + + + 597 + Bauer Family Resources, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 131 + Cooper Independent School District + School System + + + 1113 + Lumbee Regional Development Association + Community Action Agency (CAA) + + + 4692 + South-Western City Schools Head Start + School System + + + 2174 + ACADIA VERMILLION COMMUNITY ACTION PROGRAM + + + + 4423 + Pajaro Valley Unified School District + School System + + + 1425 + Metropolitan Child Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4320 + Northwestern University Settlement House + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 556 + Eastern Panhandle Instructional Cooperative + Government Agency (Non-CAA) + + + 1913 + CNMI Public School System + School System + + + 470 + Prairie Five Community Action Council, Incorporated + Community Action Agency (CAA) + + + 2236 + CHILD OPPORTUNITY PROGRAM, INC (HEAD START) + + + + 2244 + EAGLE COUNTY REORGANIZED SCHOOL DISTRICT #50-J + + + + 1926 + Detroit Independent School District + School System + + + 758 + Neighborhood House Incorporated + Community Action Agency (CAA) + + + 4134 + Lutheran Family Mission + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4111 + Presence Behavioral Health Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1992 + Volunteers Of America - Southwest, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1532 + Community Action Program for Central Arkansas CAPCA + Community Action Agency (CAA) + + + 1771 + Rural America Initiatives + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 932 + Montrose County School District RE-1J + School System + + + 2032 + ACTION FOR BOSTON COMMUNITY DEVELOPMENT + + + + 1264 + Action Pact, Inc. + Community Action Agency (CAA) + + + 4108 + Southern Ute Community Action Programs, Inc. + Community Action Agency (CAA) + + + 7054 + The Montessori School of Englewood + Charter School + + + 3257 + COMMUNITY DEVELOPMENT INSTITUTE + + + + 4533 + East Hartford Public Schools + School System + + + 4315 + The Human Resources Center of St. Albans Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4223 + Educare DC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 232 + Lincoln Hills Development Corp + Community Action Agency (CAA) + + + 845 + ADVOCAP, Inc. + Community Action Agency (CAA) + + + 624 + Low Country Community Action Agency, Inc. + Community Action Agency (CAA) + + + 2312 + TRI-COUNTY MIGRANT HEAD START + + + + 4564 + Quick Start Head Start Day Care Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 223 + Monroe County Intermediate School District + School System + + + 1801 + Florida State University + Government Agency (Non-CAA) + + + 2031 + SEATTLE CITY DEPARTMENT OF HUMAN RESOURCES + + + + 5384 + Beecher Community Schools, Head Start Program + School System + + + 1525 + Moore Community House, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6864 + Hillsborough County Public Schools + School System + + + 1415 + Cen-Clear Child Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1545 + Community Action for Improvement, Inc. + Community Action Agency (CAA) + + + 4943 + Whitmore Lake Public Schools + School System + + + 1236 + Mississippi County Arkansas Economic Opportunity Inc + Community Action Agency (CAA) + + + 4428 + Northwest Head Start Proyect + Government Agency (Non-CAA) + + + 4268 + Family Rescue, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4756 + PROGRAMA AVANCE en Puerto Rico, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6704 + Development Centers Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1459 + Gadsden County Board of Education + School System + + + 733 + County of Fairfax + Government Agency (Non-CAA) + + + 4633 + Henry Street Settlement + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1252 + El Nido Family Centers + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4396 + Union Baptist Harvey Johnson Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7322 + BCO Bristol Head Start + Community Action Agency (CAA) + + + 3436 + Fort Belknap Community Council + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4166 + Plaza de la Raza Child Development Services Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2623 + TRI-COUNTY CAC OF CHAMPAIGN/LOGAN/SHELBY COUNTIES + + + + 2285 + RESOURCE CENTER FOR PARENTS & CHILDREN + + + + 1596 + Cypress Hills Child Care Corporation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1475 + Black River Area Development Corporation + Community Action Agency (CAA) + + + 5747 + Harlem Children's Zone Harlem Gems Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 594 + Four-Square Community Action, Incorporated + Community Action Agency (CAA) + + + 320 + C.E.F.S. Economic Opportunity Corp. + Community Action Agency (CAA) + + + 5140 + Hemet Unified School District + School System + + + 4351 + Montgomery County Public Schools + School System + + + 123 + South Central Community Action Program + Community Action Agency (CAA) + + + 1958 + Head Start of Rockland, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 681 + Unified School District 373 + School System + + + 1294 + Galveston County Community Action Council, Inc. + Community Action Agency (CAA) + + + 3358 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5749 + Zion Daycare Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4670 + Beaufort-Jasper EOC + Community Action Agency (CAA) + + + 1208 + Amador-Tuolumne Community Action + Community Action Agency (CAA) + + + 979 + Suquamish Indian Tribe of the Port Madison Reservation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4175 + Central California Child Development Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4458 + Child Center of New York + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4529 + Palm Springs USD + School System + + + 6407 + Union Baptist Harvey Johnson Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1895 + Cook Inlet Native Head Start + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1371 + Miami-Dade, County of + Community Action Agency (CAA) + + + 4468 + Dakota Transitional Head Start + Tribal Government or Consortium (American Indian/Alaska Native) + + + 271 + Action Inc. + Community Action Agency (CAA) + + + 1955 + UNIFIED SCHOOL DISTRICT 383 + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4669 + Community Learning Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 792 + Midcoast Maine Community Action + Community Action Agency (CAA) + + + 836 + Minnesota Valley Action Council, Inc. + Community Action Agency (CAA) + + + 151 + NEW OPPORTUNITIES FOR WATERBURY, INC + Community Action Agency (CAA) + + + 3331 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + + + + 1536 + Wu Yee Children's Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1929 + Sarpy County Cooperative Head Start + School System + + + 7369 + The Children's Center of Cicero - Berwyn + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 139 + The Navajo Nation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 3354 + Community Development Institute Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3316 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + + + + 943 + University Settlement Society of New York + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 662 + Community Action Partnership of Lancaster and Saun + Community Action Agency (CAA) + + + 7060 + Ohio State University, The + Government Agency (Non-CAA) + + + 4634 + South Bronx Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 417 + Help - New Mexico, Inc. + Community Action Agency (CAA) + + + 3356 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Private/Public For-Profit (e.g. for-profit hospitals) + + + 318 + Tri-County Community Action Agency + Community Action Agency (CAA) + + + 7733 + Marillac St. Vincent Family Services Dba St. Vincent Depaul Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1109 + Lower Elwha Tribal Community + Tribal Government or Consortium (American Indian/Alaska Native) + + + 2190 + CREEK NATION OF OKLAHOMA + + + + 1446 + Seminole Nation of Oklahoma, The + Tribal Government or Consortium (American Indian/Alaska Native) + + + 2039 + BELKNAP-MERRIMACK COUNTIES COMMUNITY ACTION PROGRAM, IN + + + + 3164 + COMMUNITY DEVELOPMENT INSTITUTE, CORP + + + + 4724 + Municipality of Toa Baja + Government Agency (Non-CAA) + + + 2161 + HOLLAND CITY SCHOOL DISTRICT + + + + 705 + Penquis C.A.P., Inc. + Community Action Agency (CAA) + + + 1900 + Resurgent Education and Community Health Service, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7305 + Kids Are First, Inc + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 540 + Community Action Pioneer Valley, Inc. + Community Action Agency (CAA) + + + 710 + Community Action Council for Lexington-Fayette, Bourbon, Harrison and Nicholas Counties + Community Action Agency (CAA) + + + 4219 + O'Farrill Learning Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2127 + HEAD START OF ALAMANCE AND CASWELL COUNTIES + + + + 783 + Encompass Community Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1030 + COOKSON HILLS CAF, INC. + Community Action Agency (CAA) + + + 1210 + Washington County Opportunities, Inc. + Community Action Agency (CAA) + + + 442 + Community Action of Northeast Indiana, Inc. + Community Action Agency (CAA) + + + 735 + City of Alexandria + Government Agency (Non-CAA) + + + 1008 + Northern Tier Community Action Corp + Community Action Agency (CAA) + + + 4571 + Pike County Head Start + School System + + + 396 + Mille Lacs Band of Ojibwe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4204 + Municipality of Penuelas + Government Agency (Non-CAA) + + + 166 + Texas Migrant Council + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 961 + BREVARD COUNTY CHILD CARE ASSOCIATION + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1249 + United Counseling Service of Bennington County, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1740 + Upper Cumberland Human Resource Agency + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7366 + Community Action Partnership of Madera County + Community Action Agency (CAA) + + + 137 + Vernon Parish School Board + School System + + + 2317 + STANISLAUS COUNTY DEPARTMENT OF EDUCATION + + + + 1922 + Chesterfield-Marlboro Counties Economic Opportunity Council + Community Action Agency (CAA) + + + 1792 + Pathways for Children, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4317 + School District of Kansas City, Missouri + School System + + + 4748 + D.C. Department of Parks And Recreation + Government Agency (Non-CAA) + + + 7344 + Elk Grove Unified School District + School System + + + 4437 + Denver Public Schools + School System + + + 6474 + Fowler Elementary School District Head Start + School System + + + 695 + Action for a Better Community + Community Action Agency (CAA) + + + 1000 + San Joaquin County Human Services Agency + Government Agency (Non-CAA) + + + 832 + Genesee County + Community Action Agency (CAA) + + + 1921 + Garrett-Keyser-Butler Community School District + School System + + + 5710 + West Harlem Community Organization, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 347 + HAWKEYE AREA COMMUNITY ACTION PROGRAM, INC + Community Action Agency (CAA) + + + 1766 + Community Action of Southeastern West Virginia, Inc. + Community Action Agency (CAA) + + + 4559 + Escalera Head Start a Program of GRCC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2126 + WEST KENTUCKY ALLIED SERVICES + + + + 2308 + PROTEUS EMPLOYMENT OPPORTUNITIES, INC + + + + 2315 + ECONOMIC OPPORTUNITY COMMISSION + + + + 1268 + Community Services Agency of South Texas, Inc. + Community Action Agency (CAA) + + + 1065 + Community Action Commission of Belmont County + Community Action Agency (CAA) + + + 7732 + Kimball Daycare + Private/Public For-Profit (e.g. for-profit hospitals) + + + 4482 + Goodwill Homes Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2023 + WASHINGTON NOWATA COUNTIES COMTY ACTION FOUNDATION, INC + + + + 2082 + CAMDEN COUNTY COUNCIL ON ECONOMIC OPPORTUNITY, INC + Community Action Agency (CAA) + + + 4648 + St. Jerome's Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1962 + Families in Partnership, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4609 + Emily Price Jones Head Start/Y of Central MD + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7435 + Child Development Centers, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5745 + Child Center of New York + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4548 + Akron Public Schools Head Start + School System + + + 2033 + NORTHWEST CHILD DEVELOPMENT ASSOCIATION, INC + + + + 4150 + Southeast Baltimore Early Head Start + Private/Public For-Profit (e.g. for-profit hospitals) + + + 473 + Keystone Service Systems, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4563 + Rockaway Community Corporation Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 870 + Cooperative Educational Service Agency No. 11 + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1077 + Rosemount Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2185 + MARIE DETTY YOUTH & FAMILY SERVICE CENTER, INC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 342 + AFL-CIO Appalachian Council + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4617 + Urban Strategies Early Learn I & III + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2133 + DOP CONSOLIDATED HUMAN + + + + 897 + Sumter County Opportunity, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 718 + Gila River Indian Community + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1897 + Chelan-Douglas Child Services Association + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1658 + Franklin County Head Start Program, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1403 + Knoxville-Knox County Community Action Committee + Community Action Agency (CAA) + + + 4612 + Alpha Kappa Alpha Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5083 + Home of Life Community Development + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1790 + Child and Family Services Inc. of Lea County + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2803 + MORRIS BROWN COLLEGE + + + + 295 + The Opportunity Alliance + Community Action Agency (CAA) + + + 1655 + Heartland Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1820 + Shippensburg University + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 148 + Rooftop of Virginia Community Action Program + Community Action Agency (CAA) + + + 1934 + Pinoleville Pomo Nation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 7356 + O'Farrill Learning Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6505 + Kedren Community Health Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4399 + YWCA of Greater Memphis + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3643 + Hudson Guild, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1185 + Inter Lakes Community Action Inc. + Community Action Agency (CAA) + + + 5383 + Carman-Ainsworth Community Schools + School System + + + 1864 + Head Start Child & Family Development Program Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1233 + Orangeburg-Calhoun-Allendale-Bamberg Community Action Agency Inc. + Community Action Agency (CAA) + + + 671 + Mid America Regional Council + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 274 + Pointe Coupee Parish School Board + School System + + + 4136 + YMCA of Greater Kansas City + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2621 + MUSKEGON-OCEANA COMMUNITY ACTION AGAINST POVERTY + + + + 1179 + Carey Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1981 + URBAN LEAGUE OF MADISON COUNTY + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 581 + Chicago Commons Association + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4698 + Casa Blanca Home of Neighborly Service + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1130 + Action for Eastern Montana + Community Action Agency (CAA) + + + 330 + TEXAS NEIGHBORHOOD SERVICES, INC + Community Action Agency (CAA) + + + 212 + Caddo Tribe of Oklahoma + Tribal Government or Consortium (American Indian/Alaska Native) + + + 7307 + Montgomery County Intermediate Unit + Government Agency (Non-CAA) + + + 4397 + Early Learning Centers + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7194 + Evanston Child Development Center + Private/Public For-Profit (e.g. for-profit hospitals) + + + 1375 + NYSARC, INC. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7727 + Family Focus, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7677 + Brush School District RE-2J, Inc. + School System + + + 2083 + MIDDLESEX COUNTY ECONOMIC OPPORTUNITY CORP + Community Action Agency (CAA) + + + 4131 + Marcy Newberry Association, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4585 + Staten Island Mental Health Society Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 408 + Terrebonne Parish Consolidated Government + Government Agency (Non-CAA) + + + 1139 + Family Services Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2241 + BIG COUNTRY EDUCATIONAL COOPERATIVE + + + + 198 + Central Texas 4C, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 799 + Maui Economic Opportunity, Inc. + Community Action Agency (CAA) + + + 1917 + Childcare Network of Evanston + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6507 + Bellflower Unified School District + School System + + + 416 + Kids Incorporated of the Big Bend + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1700 + MUNICIPALITY OF TOA BAJA + Government Agency (Non-CAA) + + + 6662 + Waterford Unified School District + School System + + + 1828 + Stanislaus County Office of Education + School System + + + 1812 + Contra Costa County Community Services + Community Action Agency (CAA) + + + 306 + Family Service Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4686 + Municipality of Juana Diaz + Government Agency (Non-CAA) + + + 7502 + Prime Time Family Reading + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2184 + HIGH PLAINS REGIONAL EDUCATION COOPERATIVE + + + + 4764 + St. Vincent de Paul Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1543 + Berkshire County Head Start Child Development Program + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7352 + St. Alban's Child Enrichment Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1242 + Ounce of Prevention Fund + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6408 + St. Bernardine's Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1258 + The Hopi Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1649 + Owsley County Board of Education + School System + + + 5759 + Hawthorne Corners Day Care Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 580 + YMCA Of Philadelphia & Vicinity + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 508 + Kenosha Achievement Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1204 + Three Affiliated Tribes + Tribal Government or Consortium (American Indian/Alaska Native) + + + 892 + East Coast Migrant Head Start Project + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4552 + Littlefield ISD + School System + + + 1287 + HENLEY ROBERTS CIVIC ORGANIZATION + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4356 + Orchard View Head Start + School System + + + 657 + Westchester Community Opportunity Program, Inc. + Community Action Agency (CAA) + + + 617 + Sunbeam Family Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 220 + Lummi + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1554 + Kootasca Community Action, Inc. + Community Action Agency (CAA) + + + 7739 + Cape Cod YMCA + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1818 + Gulf Regional Early Childhood Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1584 + Economic Opportunity Commission of Nassau County, Inc. + Community Action Agency (CAA) + + + 5720 + Breukelen Recreation Rooms, Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 421 + Merced County Superintendent of Schools + School System + + + 5149 + ECMHSP - North Carolina Direct Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1986 + Colorado Early Education Network + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 358 + SAMPSON COUNTY DEPARTMENT OF HUMAN RESOURCES + Government Agency (Non-CAA) + + + 4690 + Hart Head Start + School System + + + 918 + Onslow County Schools, Inc. + School System + + + 4302 + Christopher House + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7084 + Aunt Martha's Youth Service Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1441 + Wild Plum Center for Young Children and Families + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 748 + Family Services of Westchester, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4579 + Vaughn Next Century Learning Center + School System + + + 1037 + Fredericksburg City School District + School System + + + 1195 + CABARRUS COUNTY BOARD OF EDUCATION + School System + + + 732 + United Planning Organization + Community Action Agency (CAA) + + + 773 + Adams County + Government Agency (Non-CAA) + + + 1799 + Neighbors In Need Of Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 195 + Sumter Co. School District 17 + School System + + + 1161 + Williamstown BOE Head Start + School System + + + 4222 + Oxford Head Start + School System + + + 5753 + Bronx Works + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 275 + Stark County Community Action Agency + Community Action Agency (CAA) + + + 1051 + Oswego County Opportunities, Inc. + Community Action Agency (CAA) + + + 1028 + Allegheny Lutheran Social Ministries + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1806 + Waldo Community Action Partners + Community Action Agency (CAA) + + + 4178 + Mary Crane League + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4469 + Cherry Creek School District #5 + School System + + + 829 + Catholic Charities, Archdiocese Of Denver + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7680 + Ascension DePaul Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 456 + Municipality of Adjuntas + Government Agency (Non-CAA) + + + 4247 + Powhatan-Goochland CAA Head Start + Community Action Agency (CAA) + + + 4118 + St. Paul/Chaney Ford Child Care Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4246 + Corning-Painted Post Area School District + School System + + + 1923 + South Central Missouri Community Action Agency + Community Action Agency (CAA) + + + 1607 + ELMORE COMMUNITY ACTION COMMITTEE + Community Action Agency (CAA) + + + 3363 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Government Agency (Non-CAA) + + + 107 + Youth Development Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4429 + Matrix Human Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 467 + Community Program Centers of Long Island, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1424 + Rutland Community Programs, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 502 + Northern Kentucky Community Action Commission, Inc. + Community Action Agency (CAA) + + + 6321 + Shelby County Board of Education + School System + + + 4643 + Goddard Riverside Community Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1292 + Community Action Agency + Community Action Agency (CAA) + + + 2243 + BEAR RIVER HEAD START + + + + 839 + Family Building Blocks + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1713 + Otero Junior College + School System + + + 439 + Kingsbridge Heights Community Center Inc. + Community Action Agency (CAA) + + + 163 + Greater Erie Community Action Committee + Community Action Agency (CAA) + + + 863 + Pathstone Corporation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4269 + Inner Force Tots + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1172 + Pickaway County Community Action Organization + Community Action Agency (CAA) + + + 1050 + MORONGO BAND OF MISSION INDIANS + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1173 + Child Development Resources, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1343 + Mountain Empire Unified School District + School System + + + 660 + Community Action Partnership of Lancaster County Inc. + Community Action Agency (CAA) + + + 1052 + Eastern Idaho Community Action Partnership + Community Action Agency (CAA) + + + 7389 + Johnson County Head Start + School System + + + 922 + Arrowhead Economic Opportunity Agency, Inc. + Community Action Agency (CAA) + + + 4324 + Val Verde Unified School District + School System + + + 4374 + Fort George Community Enrichment Center, Inc. + Community Action Agency (CAA) + + + 1715 + Chambers-Tallapoosa-Coosa Community Action Agency + Community Action Agency (CAA) + + + 1637 + Child Development Council of Franklin County, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1359 + South County Community Action, Inc. + Community Action Agency (CAA) + + + 4122 + Howard Area Family Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1477 + Alachua County School Board + School System + + + 387 + Children's Friend And Service + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5752 + Blanche Community Progress Day Care Center Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4420 + Morgan State University Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2193 + SOUTH CENTRAL ARKANSAS CAA,INC. + + + + 348 + Lakes and Prairies Community Action Partnership, Inc. + Community Action Agency (CAA) + + + 3621 + Montebello Unified School District + School System + + + 10 + DC Office of the State Superintendent of Education + Government Agency (Non-CAA) + + + 1943 + Mid-West New Mexico Community Action Program + Community Action Agency (CAA) + + + 4645 + Cartwright School District + School System + + + 4472 + Tahoka ISD + School System + + + 2088 + Comlinks + + + + 141 + Metlakatla Indian Community + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1251 + AVANCE, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1657 + Friendly Fuld Neighborhood Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7434 + La Casa de Don Pedro, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4713 + Bushwick United Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2212 + BOYNTON MOTON INDEPENDENT SCHOOL DISTRICT + + + + 2145 + MOUNTAIN VALLEY HEAD START + + + + 4528 + Westside Holistic Family Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4480 + First Baptist Church of Santurce + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3265 + ANDROSCOGGIN HEAD START & CHILD CARE + + + + 2205 + GREAT PLAINS IMPROVEMENT FOUNDATION, INC + + + + 4665 + Northcott Head Start + Community Action Agency (CAA) + + + 3547 + Board of Education of Calvert County, Inc. + School System + + + 1639 + Jefferson County Child Development Council, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 463 + Southern Oregon Child & Family Council, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 145 + Families and Children Together, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 239 + Delaware Opportunities, Inc. + Community Action Agency (CAA) + + + 4162 + Latin American Civic Association + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1358 + Chicanos por la Causa, Inc. + Community Action Agency (CAA) + + + 1529 + Baraga-Houghton-Keweenaw Child Development Board, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7590 + Le Jardin Community Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4129 + Gads Hill Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 914 + Community Action Agency of South Alabama + Community Action Agency (CAA) + + + 1245 + First Steps of Spartanburg County + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1318 + Bethlehem Center of Charlotte, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7249 + Cleveland County Partnership for Children, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1592 + WILLISTON PUBLIC SCHOOL DISTRICT #1 (HEAD START) + School System + + + 422 + MONTGOMERY COUNTY HEAD START PROGRAM, INC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4171 + Ko'olauloa Early Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1575 + New Mexico State University + Government Agency (Non-CAA) + + + 193 + Hanover County School District + School System + + + 7705 + Family & Children's Place, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4712 + Santa Monica-Malibu Unified School District + School System + + + 867 + Tyler Independent School District + School System + + + 5097 + PathStone Corporation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 702 + Beaumont Independent School District + School System + + + 177 + Saginaw Intermediate School District + School System + + + 857 + Region XIX Education Service Center + Government Agency (Non-CAA) + + + 1069 + Council for the Spanish Speaking, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1826 + Suwannee Valley Community Coordinated Child Care, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 234 + Next Door Foundation, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4781 + YUBI Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6655 + Englewood Head Start + School System + + + 7331 + Aldine Independent School District + School System + + + 4521 + Council for Preschool Children of Puerto Rico, Inc + Government Agency (Non-CAA) + + + 404 + Shira Association, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 487 + Opportunities for Broome, Inc. + Community Action Agency (CAA) + + + 4496 + Wateree Community Actions, Inc. + Community Action Agency (CAA) + + + 3434 + Board of Frederick County Commissioners + Government Agency (Non-CAA) + + + 6123 + Metropolitan Children and Youth, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2057 + HAMPSHIRE COMMUNITY ACTION COMMISSION, INC + Community Action Agency (CAA) + + + 505 + Eastern Washington University + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4541 + Northwest Head Start Project + Government Agency (Non-CAA) + + + 1071 + Ulster County Community Action Committee, Inc. + Community Action Agency (CAA) + + + 7719 + Childcare Resources + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4152 + Anne Arundel Early Head Start + Community Action Agency (CAA) + + + 1422 + Early Childhood Learning Center of Greene County + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 495 + Lycoming-Clinton Counties Commission for Community Action Inc. + Community Action Agency (CAA) + + + 899 + Otoe Missouria Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 5462 + Bradford Tioga Head Start Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6562 + YMCA of Greater Cincinnati + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 997 + Community Concepts, Inc. + Community Action Agency (CAA) + + + 5726 + East Harlem Council  Bilingual Head Start Program + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 516 + Southwestern Community Action Council, Inc. + Community Action Agency (CAA) + + + 934 + Ramah Navajo School Board Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1699 + Los Angeles County Office of Education + School System + + + 4128 + St. Augustine College + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 928 + Brazos Valley Community Action Agency, Inc. + Community Action Agency (CAA) + + + 807 + Western Kentucky University + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1180 + Hopewell Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1664 + Scranton Lackawanna Head Start + Community Action Agency (CAA) + + + 4307 + ABC Child Development, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 761 + Santa Clara, Pueblo of + Tribal Government or Consortium (American Indian/Alaska Native) + + + 2128 + WHITFIELD PARENT & CHILD CENTER, INC + + + + 4155 + Dorchester County Health Department + Government Agency (Non-CAA) + + + 4568 + Telamon Corporation - Delaware + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1157 + Alexander County Board of Education + School System + + + 1404 + TWIN RIVERS COMMUNITY ACTION AGENCY, INC + Community Action Agency (CAA) + + + 4517 + United Academy + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4721 + Washington Elementary School District + School System + + + 7189 + Early Learning Coalition Miami-Dade/Monroe County + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2051 + MERIDEN COMMUNITY ACTION AGENCY + + + + 7730 + Hobby Horse Nursery School Ltd Dba Lake Shore Schools + Private/Public For-Profit (e.g. for-profit hospitals) + + + 823 + Nez Perce Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 7714 + Windham Southeast School District + + + + 4199 + Pillars Community Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4366 + Community Life Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2275 + CENTRAL OREGON COMMUNITY COLLEGE + + + + 4691 + Boys & Girls Clubs Of Chicago + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1300 + Union County Community Action, Inc. + Community Action Agency (CAA) + + + 1549 + Community Opportunities, Incorporated + Community Action Agency (CAA) + + + 4777 + Lenox Hill Neighborhood House + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1049 + Lancaster-Lebanon Intermediate Unit School District #13 + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4115 + Abraham Lincoln Centre + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4575 + Woodsboro Head Start + School System + + + 5263 + Ohio Guidestone + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1721 + Region 9 Education Service Center + Government Agency (Non-CAA) + + + 4231 + Pomona Unified School District + School System + + + 7211 + Quality Care Resource and Referral Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2153 + TAYLOR COUNTY IMPROVEMENT CLUB, INC + + + + 187 + Center for Family Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 172 + Coastal Georgia Area Community Action Authority, Inc + Community Action Agency (CAA) + + + 1691 + Centro de Desarrollo Familiar SHS Diocesis de Mayaguez + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4443 + Lake Ridge Schools Head Start + School System + + + 4961 + Princeville CUSD + School System + + + 284 + Pocatello School District No. 25 + School System + + + 2688 + ID ST DEPARTMENT OF HEALTH & WELFARE + + + + 4592 + Alexandria Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7410 + Municipality of Canovanas + Government Agency (Non-CAA) + + + 4165 + Palmdale School District + School System + + + 4742 + National Louis University + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 933 + Ability Connection Colorado, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2306 + TENNESSEE OPPORTUNITY PROGRAMS, INC + + + + 2026 + HUMAN SERVICES CENTER, INC + + + + 7634 + Educare of West DuPage + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1705 + Association to Benefit Children + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4215 + Lake Elsinore USD + School System + + + 545 + LIFT, INC + Community Action Agency (CAA) + + + 2213 + YOUTH DEVELOPMENT, INC + + + + 6479 + Multicultural Community Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 872 + Schenectady Community Action Program + Community Action Agency (CAA) + + + 4520 + Children's Day Care Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2201 + FREDERICKSBURG CHILD DEVELOPMENT AGENCY + + + + 427 + Paducah Independent School District + School System + + + 841 + Fresno County Economic Opportunities Commission + Community Action Agency (CAA) + + + 334 + Area IV Agency on Aging and Community Action Programs + Community Action Agency (CAA) + + + 4290 + Brandon Head Start + School System + + + 6468 + Greater Phoenix Urban League + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 821 + Seattle School District #1 + School System + + + 666 + Community Action Partnership of Kern + Community Action Agency (CAA) + + + 945 + Rocky Mountain Development Council, Inc. + Community Action Agency (CAA) + + + 3310 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + + + + 4169 + Episcopal Community Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4508 + Baltimore City Child Care Resource Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 980 + Association of Village Council Presidents + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4383 + Bloomingdale Family Program, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2318 + CENTER FOR EDUCATION & MANPOWER RESOURCES, INC + + + + 4768 + Southeast Children And Family Development + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4098 + Detroit Child Development Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1648 + Yolo County Office of Education + Government Agency (Non-CAA) + + + 1484 + Greenville Independent School District + School System + + + 1677 + School Board of Brevard County + School System + + + 1084 + Community Action of Southeast Iowa + Community Action Agency (CAA) + + + 1238 + AVANCE - Houston, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4610 + Kingsbridge Heights Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4406 + One Hope United + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2062 + CENTER FOR FAMILY DEVELOPMENT CFD OF BEVERLY INC + + + + 1511 + Northeast Kingdom Community Action, Inc. + Community Action Agency (CAA) + + + 1201 + OUACHITA MULTI-PURPOSE COMMUNITY ACTION PROGRAM + Community Action Agency (CAA) + + + 304 + Hollandale School District + School System + + + 1006 + Kickapoo Tribe in Kansas + Tribal Government or Consortium (American Indian/Alaska Native) + + + 5732 + New Life Child Development Center, Inc.-Early Lear + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1311 + Tremont Crotona Day Care Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4718 + Lutheran Social Services of Illinois + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 637 + Makah Tribal Council + Tribal Government or Consortium (American Indian/Alaska Native) + + + 2136 + CLOVERPORT BOARD OF EDUCATION + + + + 575 + JACKSONVILLE URBAN LEAGUE + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4391 + HELP Day Care Corporation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4410 + Paintsville City Head Start + School System + + + 1447 + Tri-County Opportunities Council, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 994 + Huntingdon County Child and Adult Development Corp. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2178 + CHILD SERVICES, INCORPORATED + + + + 4109 + Children's Center of Cicero-Berwyn + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 672 + Ute Indian Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4650 + YWCA + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 272 + ChildCareGroup + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2229 + AREA RESOURCE CENTER OF CENTRAL KANSAS + + + + 707 + Belknap-Merrimack Counties Community Action Program + Community Action Agency (CAA) + + + 1142 + Community Action Partnership of Strafford County + Community Action Agency (CAA) + + + 414 + The Resource Connection + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 848 + CAA OF HUNTSVILLE-MADISON & + Community Action Agency (CAA) + + + 4091 + Apostolic Child Development Centers, Inc. + Community Action Agency (CAA) + + + 4755 + Ropesville ISD + School System + + + 225 + Family Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4522 + Hamilton-Madison House + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5131 + Lake Elsinore USD + School System + + + 842 + Puerto Rican Family Institute, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4237 + Child Development Center of the MMCC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 835 + PALM BEACH COUNTY BOARD OF COUNTY COMMISSIONERS + Government Agency (Non-CAA) + + + 930 + College of Southern Idaho + Government Agency (Non-CAA) + + + 3212 + Housing, Industry, Training Inc. + + + + 5707 + Addie Mae Collins Community Service Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2182 + UNITED MINISTERIAL ALLIANCE,INC + + + + 2269 + ALASKA FAMILY SERVICES INC. + + + + 5122 + Catholic Charities of the Archdiocese of Denver + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1350 + Central Territorial of the Salvation Army + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1322 + Chiles Academy, Inc., The + School System + + + 7030 + Salvation Army + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 745 + City of New Haven, Inc. + School System + + + 2028 + CANYON COUNTY HEAD START FRIENDS, INC + + + + 1666 + Northern Panhandle Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5080 + Geminus Corporation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1588 + Oregon Child Development Coalition, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7358 + Sunflowers Academy + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4941 + Ypsilanti Community Schools + School System + + + 1339 + Municipio De San German + Government Agency (Non-CAA) + + + 2209 + MUSKOGEE COUNTY COMMUNITY SERVICES PROGRAM + + + + 3367 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3376 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3609 + Berks County Intermediate Unit 14 + Government Agency (Non-CAA) + + + 2073 + Aspira of Puerto Rico, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1145 + Wabash Area Development, Inc. + Community Action Agency (CAA) + + + 6121 + Kansas City, Kansas Public Schools, USD #500 + School System + + + 4473 + Del Valle Migrant Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 630 + Inter-Tribal Council Of Nevada, Inc. + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1269 + PINEBELT ASSOCIATION FOR COMMUNITY ENHANCEMENT + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1470 + Mountainheart Community Services, Inc. + Community Action Agency (CAA) + + + 4684 + Pathways For Children, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4385 + Township of Union Public Schools + School System + + + 7187 + Louisiana State University HSC + Government Agency (Non-CAA) + + + 3284 + CIVIC SENIOR CITIZENS CLUB OF BEAVER COUNTY + + + + 4774 + Muskegon Public Schools + School System + + + 41 + Human Services, Pennsylvania Department of + Government Agency (Non-CAA) + + + 759 + Boulder, County of + Government Agency (Non-CAA) + + + 5089 + South Shore United Methodist Child Care Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 483 + L B J & C Development Corporation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2200 + RISON SCHOOL DISTRICT #36 + School System + + + 388 + Blue Valley Community Action, Inc. + Community Action Agency (CAA) + + + 7316 + St. James Parish School Board + Government Agency (Non-CAA) + + + 4615 + Dorothy Sutton Branch Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1712 + Luzerne County Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6403 + Puerto Rican Family Institute, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2079 + COMMISSION ON ECONOMIC OPPORTUNITY + + + + 2231 + GREAT BEND UNIFIED SCHOOL DISTRICT #428 + + + + 1589 + South Central Child Development, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4243 + Bacon County Head Start + Community Action Agency (CAA) + + + 4642 + n/a + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1015 + Clayton County Community Service Authority, Inc. + Community Action Agency (CAA) + + + 1798 + Manchester Board of Education + School System + + + 4432 + Kickapoo Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 257 + St. Croix Chippewa Indians Of Wisconsin + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4567 + Walled Lake Head Start + School System + + + 431 + Hutchinson Unified School District #308 + School System + + + 4569 + Allapattah Child Care + Community Action Agency (CAA) + + + 4378 + YWCA of Palm Beach County, Florida + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1429 + Skokomish Indian Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 916 + Astor Services for Children and Families + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1025 + Alger Marquette Community Action Board + Community Action Agency (CAA) + + + 1776 + Wright County Community Action, Inc. + Community Action Agency (CAA) + + + 691 + Southwest Georgia Community Action Council, Inc + Community Action Agency (CAA) + + + 1349 + North Florida Child Development, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1528 + Metropolitan Children and Youth, Inc. Renaissance + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4677 + Roosevelt School District Head Start + School System + + + 4294 + Greenfield Union Elementary School District + School System + + + 3427 + Oneida Nation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1220 + Mid-Iowa Community Action, Inc. + Community Action Agency (CAA) + + + 7691 + New York City Department of Education + Government Agency (Non-CAA) + + + 814 + Midland Lutheran College + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 377 + University of Cincinnati + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4344 + Seven Hills Gateway Child Development Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 410 + Olympic Educational Service District 114 + Government Agency (Non-CAA) + + + 4572 + Friends of Crown Heights Educational Centers + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3439 + Northeast Michigan Community Service Agency, Inc. + Community Action Agency (CAA) + + + 3567 + YMCA of Central Ohio + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1675 + Kids & Company of Linn County + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1346 + Green Bay Area Public Schools + School System + + + 1585 + Community Action Planning Council of Jefferson County + Community Action Agency (CAA) + + + 3255 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + + + + 1811 + Kids' Corps, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1853 + National Centers For Learning Excellence, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 534 + Total Action Against Poverty in the Roanoke Valley + Community Action Agency (CAA) + + + 4293 + Cherokee County Board of Education + School System + + + 964 + East Bay Community Action Program + Community Action Agency (CAA) + + + 437 + Child, Family & Community Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4090 + Hispanic Human Resources Council, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 183 + GULF COAST COMMUNITY ACTION AGENCY, INC. + Community Action Agency (CAA) + + + 4454 + Waterford Head Start + School System + + + 875 + Southern Maryland Tri-County Community Action Committee, Inc. + Community Action Agency (CAA) + + + 795 + Adrian Public Schools + School System + + + 4640 + Hillsborough County Public Schools + School System + + + 7360 + United Way of Miami + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7027 + Onward Neighborhood House + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1748 + Kids On The Move, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4743 + Huron Valley Head Start + School System + + + 4376 + Rainbow Learning Enrichment + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 371 + Enterprise for Progress in the Community (EPIC) + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4753 + Zion's Little Academy Preschool + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 452 + Communities United, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 319 + Community Action, Inc. of Central Texas + Community Action Agency (CAA) + + + 4309 + Volunteers of America + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1974 + Boys and Girls Home of Nebraska, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4727 + Union County Board of Education + School System + + + 1602 + Ogden-Weber Community Action Partnership, Inc. + Community Action Agency (CAA) + + + 1653 + Central Fulton School District + School System + + + 1261 + Columbus Urban League + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1774 + Glen Cove Child Day Care Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4346 + Mountain View Head Start/State Preschool + School System + + + 281 + Chemehuevi Indian Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 7387 + Paintsville City Head Start + School System + + + 2019 + PUTNAM-CLAY-FLAGLER + + + + 4221 + El Hogar Del Nino + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6414 + Edward C. Mazique Parent Child Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1067 + Council On Rural Service Programs, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7061 + St. Joseph County Intermediate School District + School System + + + 7596 + Kidango, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4277 + Council of Affiliated Negro Organizations, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3542 + Board of Education of St Mary's County + School System + + + 6221 + Avoyelles Child Development Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1939 + The University of South Dakota + Government Agency (Non-CAA) + + + 1427 + Karuk Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 779 + Muckleshoot Indian Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1094 + Peninsula Family Service + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 504 + Santo Domingo Tribe- Kewa Health Outreach Program + Tribal Government or Consortium (American Indian/Alaska Native) + + + 982 + Youth & Family Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1594 + Pine-Belt Multi-Purpose Agency, Inc. + Community Action Agency (CAA) + + + 4384 + Bonner Springs Head Start + School System + + + 2072 + KIRYAS JOEL SOCIAL SVC ORGANIZATION + + + + 4359 + Lancaster School District + School System + + + 6652 + Western Kentucky University Child Care Consortium + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7343 + Canandaigua Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6510 + Garvey School District + School System + + + 1663 + Blue Ridge Community Action, Inc. + Community Action Agency (CAA) + + + 5137 + Moreno Valley Unified School District + School System + + + 6411 + UMOJA Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1058 + Chautauqua Opportunities, Inc. + Community Action Agency (CAA) + + + 6461 + Anaheim City School District + School System + + + 3435 + UPPER MIDWEST AMERICAN INDIAN CENTER + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 826 + School Board of Polk County + School System + + + 2034 + CENTER, INC. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2029 + COMMUNITY SERVICES, INC + + + + 462 + Butler County Children's Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4236 + ECMHSP - South Carolina Direct Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3320 + Topeka Public Schools, USD #501 + + + + 1082 + Hoosier Uplands Economic Development Corporation + Community Action Agency (CAA) + + + 1482 + Sheboygan Human Rights Association, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4700 + South Shore Bible Baptist Church + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 514 + Shasta County Head Start Child Development, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1698 + Santa Clara Office of Education + School System + + + 3288 + Community Action Program for Madison County, Inc. + + + + 3404 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1802 + Birch Family Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7058 + SGA Youth and Family Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 762 + Rancho Santiago Community College District, Inc. + School System + + + 824 + Nashville & Davidson County, Metropolitan Government of + Government Agency (Non-CAA) + + + 6401 + Greenwich Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1064 + Ascension Parish School Board + School System + + + 4602 + Delta Sigma Theta Head Start/State Preschool + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 369 + Southeast Alabama Regional Plan Development Commission + Government Agency (Non-CAA) + + + 1485 + Tazewell-Woodford Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2639 + PROVIDENCE LEARNING CENTER AND DEVELOPMENT CORP + + + + 7641 + Prospect Manchester Hospital, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1497 + Michigan Family Resources + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1591 + Walla Walla School District #140 + School System + + + 595 + Center for Community & Family Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1253 + Venice Family Clinic + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3111 + PROVIDENCE LEARNING CENTER & DEVELOPMENT CORPORATION + + + + 2245 + CLAYTON FOUNDATION TRUSTEE + + + + 256 + Family Resource Agency, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4453 + Redlands Christian Migrant Association + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 204 + ISWA Development Corporation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 209 + Southwest Human Development + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1278 + Downeast Community Partners + Community Action Agency (CAA) + + + 147 + York, County of + Government Agency (Non-CAA) + + + 7104 + Community Day Care Center of Lawrence, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1777 + United Talmudical Academy of Boro Park Head Start + School System + + + 1628 + ICARE, Inc. + Community Action Agency (CAA) + + + 1487 + Sabine Parish School Board + School System + + + 2061 + WESTERN MAINE COMMUNITY ACTION, INC + + + + 303 + Madera County Board of Supervisors/CAPMC + Community Action Agency (CAA) + + + 1695 + Southeast NM Community Action Corporation + Community Action Agency (CAA) + + + 189 + Baldwin Park Unified School District + School System + + + 7239 + Easter Seals Metropolitan Chicago + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 450 + SOMERVILLE MENTAL HEALTH ASSOCIATION + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4276 + Riverside USD + School System + + + 477 + Easter Seals Florida, Inc. + Community Action Agency (CAA) + + + 4555 + Leaps & Bounds Day Care + Private/Public For-Profit (e.g. for-profit hospitals) + + + 4081 + Barry University + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4200 + Buen Pastor Ministries, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4556 + Valley of The Sun YMCA + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 579 + Pathfinder Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1982 + Ashtabula County Community Action Agency + Community Action Agency (CAA) + + + 1290 + INCA Community Services, Inc. + Community Action Agency (CAA) + + + 2253 + CALIFORNIA HUMAN DEVELOPMENT CORPORATION + + + + 360 + The Tulalip Tribes of Washington + Tribal Government or Consortium (American Indian/Alaska Native) + + + 498 + Honolulu Community Action Program + Community Action Agency (CAA) + + + 2225 + KCMC CHILD DEVELOPMENT CORPORATION + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4485 + Committee For Early Childhood Development D.C.C., Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 957 + Central Nebraska Community Action Partnership, Inc + Community Action Agency (CAA) + + + 1994 + Eastern Allegheny Council for Human Services Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1942 + Town of Limon + Government Agency (Non-CAA) + + + 1887 + Acelero Learning Monmouth County Head Start + Private/Public For-Profit (e.g. for-profit hospitals) + + + 1615 + Lawrence County Social Services, Inc. + Community Action Agency (CAA) + + + 1187 + Human Resource Development Council of District Ix, Inc. + Community Action Agency (CAA) + + + 2619 + SHAWNEE DEVELOPMENT COUNCIL + + + + 582 + Governors State University + Government Agency (Non-CAA) + + + 833 + Gulf Coast Community Services Association + Community Action Agency (CAA) + + + 584 + Grand Street Settlement, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1110 + Jackson-Vinton Community Action, Inc. + Community Action Agency (CAA) + + + 729 + Henrico County Public Schools + School System + + + 1660 + EASTERN CATAWBA COOP-CHRISTIAN MINISTRY, INC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4668 + St. Alban's Child Enrichment Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 944 + Yadkin Valley Economic Development District, Inc. + Community Action Agency (CAA) + + + 1829 + Edadvance + Community Action Agency (CAA) + + + 4141 + TVCCA Head Start Northeast + Community Action Agency (CAA) + + + 1262 + Houlton Band of Maliseet Indians + Tribal Government or Consortium (American Indian/Alaska Native) + + + 6426 + Hatch Valley Public Schools Head Start + School System + + + 7720 + Aiken County Public School District + School System + + + 7694 + United Community Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7396 + Lakewood Economic Action Program, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 871 + Thompson School District R2J + School System + + + 3426 + Fairbanks Native Association + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 956 + Parents and Children Together + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 628 + Duluth Public School District #709 + School System + + + 1910 + The Enola Group + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3721 + South San Antonio Independent School District + School System + + + 4289 + Seventh Avenue Center For Family Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1832 + Ho-Chunk Nation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1376 + Hopewell City School Board + School System + + + 993 + Community Action Program-Inter City, Incorporated + Community Action Agency (CAA) + + + 1909 + Monroe County School District (MCSD) + School System + + + 1877 + West Orange-Cove Consolidated Independent School + School System + + + 4507 + Hacienda La Puente Unified School District + School System + + + 1338 + Municipality of Dorado + Government Agency (Non-CAA) + + + 5144 + YMCA of Greater Kansas City + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1753 + Yurok Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 372 + Eight Northern Indian Pueblos Council, Inc. + Tribal Government or Consortium (American Indian/Alaska Native) + + + 219 + North Idaho College + Government Agency (Non-CAA) + + + 1514 + Washington County Economic Opportunity Council, Inc. + Community Action Agency (CAA) + + + 2016 + POLK COUNTY OPPORTUNITY COUNCIL, INC + Community Action Agency (CAA) + + + 754 + Ozark Opportunities, Inc. + Community Action Agency (CAA) + + + 7437 + Caddo Parish Commission + Community Action Agency (CAA) + + + 4407 + Phi Iota Omega Foundation, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1835 + Scott County Public School Head Start + School System + + + 2038 + HALL NEIGHBORHOOD HOUSE + Community Action Agency (CAA) + + + 3702 + Growing Futures Early Education Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4652 + UMOJA Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 636 + Tanana Chiefs Conference + Tribal Government or Consortium (American Indian/Alaska Native) + + + 7663 + Municipality of Yabucoa + Government Agency (Non-CAA) + + + 1842 + Mayville State University + Government Agency (Non-CAA) + + + 2195 + POINTE COUPEE COMMUNITY ADVANCEMENT, INC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4296 + First Church of Love And Faith + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 927 + County of Summit + Government Agency (Non-CAA) + + + 1309 + MOUNTAIN COMMUNITY ACTION PROGRAM, INC + Community Action Agency (CAA) + + + 5145 + ECMHSP - Alabama Direct Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4140 + Windham Public Schools + School System + + + 803 + Guilford Child Development + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1320 + Benton Franklin Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7210 + Union Township Community Action Organization, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4785 + Dakota Transitional Head Start + Private/Public For-Profit (e.g. for-profit hospitals) + + + 853 + North Penn Comprehensive Health Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4526 + Monongalia County Head Start + School System + + + 5768 + Philip H. Michaels Child Care Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4515 + Municipality of Orocovis + Government Agency (Non-CAA) + + + 1603 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1153 + Jasper County Charter System + School System + + + 2314 + CAMPESINOS UNIDOS, INC + + + + 652 + Emanuel County School District + School System + + + 4433 + Norwalk-La Mirada Unified School District + School System + + + 644 + Save the Children Federation, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 903 + Fayette County School Corporation + School System + + + 770 + Capital Area Community Services, Incorporated + Community Action Agency (CAA) + + + 7359 + Haitian Youth and Community Center of Florida + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 645 + Children's Learning Centers of Fairfield County, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1466 + Center for Human Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6656 + Cherry Creek School District #5 + School System + + + 4167 + San Juan Unified School District/Child Development + School System + + + 168 + El Grito, Inc. Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1383 + Kids Central, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2319 + ENTERPRISE FOR PROGRESS IN THE COMMUNITY + + + + 1218 + South Central Human Resource Agency + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4770 + Labor And Industry For Education + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4545 + St. Vincent De Paul Head Start Northwest + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 420 + Five Sandoval Indian Pueblos Inc. + Tribal Government or Consortium (American Indian/Alaska Native) + + + 7357 + Centro Mater Child Care Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1432 + Gadsden Progress Council - Early Head Start Program + Government Agency (Non-CAA) + + + 1652 + Darlington County Community Action Agency + Community Action Agency (CAA) + + + 409 + Family Support Services of West Hawaii + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6415 + Educare DC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 395 + Chattanooga, City of + Government Agency (Non-CAA) + + + 341 + PARTNERSHIP FOR COMMUNITY ACTION, INC. + Community Action Agency (CAA) + + + 6650 + Talbot County Family Support/EHS Center + Government Agency (Non-CAA) + + + 7242 + It takes a Village + Private/Public For-Profit (e.g. for-profit hospitals) + + + 948 + Cripple Creek Victor School District Re-1 + School System + + + 7350 + Le Jardin Community Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3440 + Turtle Mountain Band of Chippewa Indians + Tribal Government or Consortium (American Indian/Alaska Native) + + + 7198 + Nebraska Early Childhood Collaborative + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4459 + Early Childhood Resources/Zolfo Child Care Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1515 + Adirondack Community Action Programs, Inc. + Community Action Agency (CAA) + + + 697 + Children's Hospital of Philadelphia + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4825 + Matrix Human Services + No Data Available + + + 2199 + TOM GREEN COUNTY COMMUNITY ACTION COUNCIL + + + + 2017 + CLARK ATLANTA UNIVERSITY + + + + 1499 + Warren & Forest Counties Economic Opportunity Council + Community Action Agency (CAA) + + + 4616 + Golden Gate Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2117 + DORCHESTER COMMUNITY DEVELOPMENT CORPORATION + + + + 1506 + Inter-Tribal Council of Michigan, Inc. + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1480 + VNS HOME CARE + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 290 + Cooperative Educational Service Agency No. 7 + Government Agency (Non-CAA) + + + 1035 + Institute for Human and Social Development, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7217 + Lancaster County First Steps to School Readiness Partnership + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7312 + Des Moines Public Schools Head Start + School System + + + 4539 + Puerto Rican Family Institute, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7052 + Judah International Outreach Ministries + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1152 + Baldwin County School District + School System + + + 2050 + THE ACCESS AGENCY, INC. + + + + 9 + Delaware Department of Education + Government Agency (Non-CAA) + + + 4618 + South-Western City Schools, Head Start + School System + + + 5561 + Person County Public Schools + School System + + + 444 + Ohio Valley Educational Cooperative + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5762 + Inner Force Tots + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4752 + Goliad Head Start + School System + + + 1230 + North Central West Virginia Community Action Agency + Community Action Agency (CAA) + + + 900 + OPPORTUNITIES, INC + Community Action Agency (CAA) + + + 1232 + Central Tribes of the Shawnee Area, Inc. + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1509 + HEAD START BOARD OF DIRECTORS, INC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4465 + St. Peters Child Care Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 265 + HUMBLE INDEPENDENT SCHOOL DISTRICT + School System + + + 3352 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + + + + 5261 + West Side Ecumenical Ministry + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4667 + ECMHSP - Alabama Direct Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1600 + Maryland Family Network, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1581 + Acelero Learning Camden + Private/Public For-Profit (e.g. for-profit hospitals) + + + 1138 + Renewal Unlimited, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1274 + Pueblo of Jemez + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1552 + NeighborImpact + Community Action Agency (CAA) + + + 7386 + Pike County Head Start + School System + + + 4619 + Church of Our Saviour Head Start Program + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1303 + Yankton Sioux Tribe of South Dakota + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1641 + Northeast South Dakota Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1095 + Highland Rim Economic Corporation + Community Action Agency (CAA) + + + 6706 + Southwest Counseling Solutions + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4251 + Trinity Resources Unlimited + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4630 + YWCA of Metropolitan Chicago + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6501 + Foundation for Early Childhood Education, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1680 + Virgin Island Department of Human Services + Government Agency (Non-CAA) + + + 480 + Placer Community Action Council, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 486 + Community Action Partnership Of San Luis Obispo County, Inc. + Community Action Agency (CAA) + + + 6645 + Southeast Baltimore Early Head Start + Private/Public For-Profit (e.g. for-profit hospitals) + + + 7314 + Alta Care Group, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4722 + Hospital Clinic ACE Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4671 + Benedictine Sisters of Erie + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4735 + United Migrant Opportunity Services Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1781 + Coquille Indian Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4460 + Lamphere Head Start + School System + + + 317 + Big Sandy Rancheria of Western Mono Indians of California + Tribal Government or Consortium (American Indian/Alaska Native) + + + 5746 + Ecumenical Community Development Agency + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4190 + Landow Yeshiva Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1479 + Polk County Board of Education + School System + + + 4092 + Emmanuel Early Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2098 + THREE RIVERS HEALTH DISTRICT + + + + 4179 + Empire Union School District + School System + + + 4404 + ECMHSP - North Carolina Direct Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4254 + Bronx Works + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1347 + Umatilla Morrow Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 613 + West Bend Joint School District No. 1 + School System + + + 989 + Tableland Services, Inc. + Community Action Agency (CAA) + + + 2310 + HOME EDUCATION LIVELIHOOD PROGRAM + + + + 7029 + Chicago Commons Association + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1329 + Central Montana Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4557 + Mid-Bronx CCRP Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4554 + Desert Sands USD + School System + + + 1606 + Marathon County Child Development Agency, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5718 + National Association of Family Development Centers + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2234 + GOLDENROD HILLS COMMUNITY ACTION COUNCIL, INC + + + + 4654 + Towns County Board of Education + School System + + + 658 + The Child Center of NY + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4674 + Urban Day School + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1066 + Highland County Community Action Organization, Inc. + Community Action Agency (CAA) + + + 744 + United Way of Greater New Haven + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4401 + Arecibo Head Start Proyect + Government Agency (Non-CAA) + + + 4767 + PENNCREST Head Start + School System + + + 7304 + Bucks County Intermediate Unit 22 + Government Agency (Non-CAA) + + + 3242 + Westchester Community Opportunity Program, Inc. Interim + + + + 2077 + EDUCATIONAL FOUNDATION OF P.R., INC. - IDDP + Government Agency (Non-CAA) + + + 7692 + Red River Parish School Board + School System + + + 1372 + McDowell County Board of Education + School System + + + 196 + B Above Worldwide Institute, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 615 + Tuscarora Intermediate Unit #11 + School System + + + 861 + Community Teamwork, Inc. + Community Action Agency (CAA) + + + 382 + Confederated Tribes of Warm Springs Reservation of Oregon + Tribal Government or Consortium (American Indian/Alaska Native) + + + 423 + Philadelphia School District + School System + + + 1548 + Community Action of East Central Indiana, Inc. + Community Action Agency (CAA) + + + 4682 + Municipio de Sabana Grande, Proyecto Head Start + Government Agency (Non-CAA) + + + 188 + KCEOC Community Action Partnership, Inc. + Community Action Agency (CAA) + + + 708 + Community Action Organization of Erie County, Inc. + Community Action Agency (CAA) + + + 4540 + Colton Joint Unified School District + School System + + + 4325 + First Baptist Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4242 + CIC Head Start + Community Action Agency (CAA) + + + 587 + Ninth District Opportunity, Inc. + Community Action Agency (CAA) + + + 482 + Central West Virginia Community Action Association, Inc. + Community Action Agency (CAA) + + + 765 + Economic Security Corp of Southwest Area + Community Action Agency (CAA) + + + 532 + School Board of Lee County + School System + + + 1935 + Phipps Community Development Corporation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1496 + Child Development Services of Ottawa County, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2192 + SAN PATRICIO COUNTY COMMUNITY ACTION AGENCY + Community Action Agency (CAA) + + + 499 + Northwest New Jersey Community Action Program, Incorporated + Community Action Agency (CAA) + + + 604 + New York Foundling Hospital, The + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4360 + St. Mark's Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7205 + Family & Childrens Services EHS + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2076 + GROUP HOMES OF CAMDEN COUNTY, INC + + + + 698 + California Rural Indian Health Board, Inc. + Tribal Government or Consortium (American Indian/Alaska Native) + + + 7595 + YWCA Metropolitan Chicago + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 919 + Redlands Christian Migrant Association + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2067 + Early Learning Center of White Plains + + + + 955 + Western Dairyland Economic Opportunity Council, Incorporated + Community Action Agency (CAA) + + + 4126 + Jane Addams Hull House Association + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5168 + Training and Research Foundation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3681 + Texas City Independent School District + School System + + + 4673 + Faith Hope & Charity Community Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4225 + Development Centers + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7642 + Lower Sioux Community Council + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1019 + Berks Community Action Program Inc. + Community Action Agency (CAA) + + + 7204 + Bon Secours Family Support Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1328 + Wilmington Headstart, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 623 + Dallas Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4696 + W.C.I.C. / Playmate Child Development Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7213 + Owens Valley Career Development Center + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4084 + Head Start Child Development & Family Services Inc + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6477 + Migrant Education, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1285 + Community Services for Children, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1086 + Evangeline Community Action Agency, Inc. + Community Action Agency (CAA) + + + 3318 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + + + + 1626 + Sumter School District + School System + + + 4463 + South Central Community Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7728 + Gia Group Inc Dba The Learning Tree II + Private/Public For-Profit (e.g. for-profit hospitals) + + + 4086 + Kingsley House, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2066 + SECOND STREET YOUTH CENTER FOUNDATION, INC. + + + + 1714 + Arkansas City Schools-USD 470 + School System + + + 7028 + Chicago Public Schools + School System + + + 1671 + Lutheran Social Services of the Virgin Islands, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 868 + B.C.M.W. Community Services, Inc. + Community Action Agency (CAA) + + + 2305 + SANTA YSABEL BAND OF MISSION INDIANS + + + + 2013 + RESOURCES FOR HUMAN DEVELOPMENT, INC + + + + 291 + Wood County Head Start, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1380 + CHILD DEVELOPMENT COUNCIL OF ACADIANA INC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4578 + Newaygo County Day Care Corporation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 247 + West Baton Rouge Parish School Board + School System + + + 1920 + West Side Ecumenical Ministry + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 510 + Native Village of Tyonek, IRA + Tribal Government or Consortium (American Indian/Alaska Native) + + + 5744 + Northern Manhattan Perinatal Partnership + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4170 + Catholic Charities Community Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4205 + Municipality of Manati + Government Agency (Non-CAA) + + + 550 + Oglala Lakota College + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2071 + COUNCIL OF JEWISH ORGANIZATIONS + + + + 1281 + Opportunities, Inc. + Community Action Agency (CAA) + + + 852 + Walker County Board of Education + School System + + + 1563 + Salisbury-Rowan Community Action Agency, Inc. + Community Action Agency (CAA) + + + 2183 + COMMISSIONERS' COURT OF SAN JACINTO CO. TEXAS + + + + 4297 + Trinity United Church Of Christ Child Care Centers + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4446 + Lorenzo ISD + School System + + + 296 + Cleveland County School District + School System + + + 7226 + CIC Head Start + Community Action Agency (CAA) + + + 743 + Making Opportunity Count, Inc. + Community Action Agency (CAA) + + + 5098 + Yadkin Valley Economic Development District, Inc. + Community Action Agency (CAA) + + + 2150 + RURAL DAY CARE ASSN OF NORTHEASTERN NORTH CAROLINA + + + + 6692 + Mount Pleasant Independent School District + School System + + + 2166 + WOODLAND CENTERS, INC + + + + 526 + Prince William County School Board + School System + + + 1317 + Eastern Connecticut Regional Educational Service Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 884 + Port Arthur Independent School District + School System + + + 1620 + Athens - Meigs Educational Service Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7345 + Sacramento City Unified School District + School System + + + 307 + Ohio Heartland Community Action Commission + Community Action Agency (CAA) + + + 578 + Parish of Natchitoches + Community Action Agency (CAA) + + + 3344 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 328 + Kennebec Valley Community Action Program + Community Action Agency (CAA) + + + 771 + Mid-Willamette Valley Community Action Agency, Inc + Community Action Agency (CAA) + + + 1741 + CAMPO BAND OF MISSION INDIANS + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1738 + IBERVILLE PARISH COUNCIL + Community Action Agency (CAA) + + + 4703 + Beaufort County School District + School System + + + 7683 + Squaxin Island Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 653 + Middle Georgia Community Action Agency + Community Action Agency (CAA) + + + 6413 + Rosemount Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2263 + YAP DEPARTMENT OF EDUCATION + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4208 + Central City EOC Head Start + Community Action Agency (CAA) + + + 1845 + Municipality of Santa Isabel + Government Agency (Non-CAA) + + + 4158 + Farrell Area School District + School System + + + 152 + CHILD & FAMILY AGENCY OF SOUTHEASTERN + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4120 + Albany Park Community Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4342 + James E. Scott Community Association, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4445 + Baptist Church of Quintana + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 541 + LIFELINK CORPORATION + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1937 + Episcopal Children's Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1162 + AJFC Community Action Agency, Inc. + Community Action Agency (CAA) + + + 490 + Port Gamble S'Kallam Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1239 + Lakewood Economic Action Program + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1608 + Alabama Council on Human Relations Inc. + Community Action Agency (CAA) + + + 4244 + Magoffin County Head Start + School System + + + 4137 + Independence School District + School System + + + 4177 + Los Angeles Unified School District + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6482 + Princeville CUSD + School System + + + 2046 + COASTAL COMMUNITY ACTION PROGRAM + Community Action Agency (CAA) + + + 2024 + CAUSE, INC + + + + 116 + Cheyenne River Sioux Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1133 + Carroll County Board of Education + School System + + + 632 + Tioga Opportunities, Inc. + Community Action Agency (CAA) + + + 338 + Aleutian Pribilof Islands Association, Inc. + Tribal Government or Consortium (American Indian/Alaska Native) + + + 805 + Pace Community Action Agency, Inc. + Community Action Agency (CAA) + + + 536 + Enrichment Services Program, Inc. + Community Action Agency (CAA) + + + 1357 + Tri-County Virginia Opportunities + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1978 + The Learning Center for Families + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4362 + Gilmer County Board of Education + School System + + + 335 + Pueblo of San Felipe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 5737 + Labor And Industry For Education + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5770 + Saint Jemuel Group Family Day Care + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7222 + Eckerd Youth Alternatives Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1120 + Northeast Iowa Community Action Corporation + Community Action Agency (CAA) + + + 634 + Young Men's Christian Association of the East Bay + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1667 + Puget Sound Educational Service District + Government Agency (Non-CAA) + + + 259 + Northwest Community Action, Inc. + Community Action Agency (CAA) + + + 4827 + Kai Ming Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4357 + Village Academy Head Start + School System + + + 4368 + Migrant Education, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 279 + Family and Community Christian Association + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4304 + Audubon Area Community Services, Inc. + Community Action Agency (CAA) + + + 4234 + Little Angels Head Start Program + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1121 + Child-Adult Resource Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 403 + Trumbull Community Action Program, Inc. + Community Action Agency (CAA) + + + 3546 + Kalamazoo Regional Educational Service Agency + Government Agency (Non-CAA) + + + 169 + Missouri Valley Community Action Agency + Community Action Agency (CAA) + + + 690 + Howard Area Community Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1782 + Education Service Center Region XIV + School System + + + 2157 + SARASOTA COUNTY SCHOOL BOARD + + + + 850 + Spanish Speaking Unity Council + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1636 + Central Missouri Community Action + Community Action Agency (CAA) + + + 1332 + Cullman City Child Development Center + School System + + + 1181 + School Board of Charlotte County Florida + School System + + + 2289 + EDUCATIONAL SERVICE DISTRICT 113 + + + + 2226 + GINGERBREAD PRESCHOOL & DAY CARE + + + + 235 + West Central Minnesota Communities Action, Inc. + Community Action Agency (CAA) + + + 4314 + North Bronx NCNW Child Development Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 130 + The Coeur D'Alene Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1017 + Community Action, Inc. + Community Action Agency (CAA) + + + 4377 + Ecumenical Community Development Agency + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5769 + Puerto Rican Organization to Motivate, Enlighten and Serve Addicts, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1132 + Parent Child Incorporated + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7329 + The Family Y,Young Men's Christian Association/YWCO of the C + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 646 + Alabama-Coushatta Tribe of Texas, The + Tribal Government or Consortium (American Indian/Alaska Native) + + + 2186 + PEOPLE FOR PROGRESS, INC. + + + + 4280 + Bellflower Unified School District + School System + + + 565 + Zuni, Pueblo of + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1674 + Five County Child Development Program, Inc. + Government Agency (Non-CAA) + + + 7341 + Greenburgh Central School District #7 + School System + + + 449 + Allegheny County + Community Action Agency (CAA) + + + 7308 + Youth Policy Institute + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1722 + Family Development Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2257 + SOLANO COUNTY ECONOMIC OPPORTUNITY COUNCIL, INC + + + + 1834 + Schoharie County Child Development Council, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7040 + Easter Seals Metropolitan Chicago + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4672 + Olton ISD + School System + + + 2270 + RURAL ALASKA COMMUNITY ACTION PROGRAM, INC + + + + 5786 + Community Action Partnership of Madera County + Community Action Agency (CAA) + + + 1784 + Sierra Cascade Family Opportunites, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2203 + TRI COUNTY HEADSTART + + + + 4657 + McDonough Street Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7190 + School District Palm Beach County + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7327 + Easter Seals Metropolitan Chicago, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 368 + Your Own United Resources, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 967 + Burke County Board Of Education, Inc. + School System + + + 4719 + Springlake-Earth ISD + School System + + + 264 + Absaroka Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7353 + Family Christian Association of America + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1129 + Young Men's Christian Association of Frederick County + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 325 + Child Focus, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1165 + Jackson County School District + School System + + + 4334 + Shelby Head Start + School System + + + 726 + Hoopa Valley Tribal Council + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1478 + BERKELEY & DORCHESTER ECONOMIC DEVELOPMENT CORPORATION + Community Action Agency (CAA) + + + 4723 + Holly Head Start + School System + + + 7206 + Our House EHS + Government Agency (Non-CAA) + + + 4901 + Hartford Head Start Agency, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2207 + PROJECT CELEBRATION, INC. + + + + 1880 + Delta Community Action Association, Inc. + Community Action Agency (CAA) + + + 985 + Red Cliff Band of Lake Superior Chippewa + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1004 + Bi-County Community Action Programs, Inc. + Community Action Agency (CAA) + + + 4258 + Mt. Zion Apostolic Child Development Centers, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 935 + HARCATUS Tri-County Community Action Organization + Community Action Agency (CAA) + + + 551 + Children's Home & Aid Society of Illinois + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1105 + Opportunities for Otsego, Inc. + Community Action Agency (CAA) + + + 785 + Foothill Family Service + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4759 + Lincoln Learning Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3371 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7037 + Henry Booth House + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1891 + The Catawba Indian Nation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 7338 + El Concilio + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 923 + North Central Arkansas Development Council, Inc. + Community Action Agency (CAA) + + + 1808 + Gaston Community Action, Inc. + Community Action Agency (CAA) + + + 4422 + Telamon Corporation - Maryland + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 155 + Tri-County Child and Family Development Council, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7328 + San Joaquin County Office of Education + School System + + + 553 + Community Action Partnership of Mid Nebraska + Community Action Agency (CAA) + + + 1101 + Community Action Partnership of Greater St Joseph + Community Action Agency (CAA) + + + 6866 + Lutheran Services of Florida + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5756 + Claremont Neighborhood Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1091 + Akron Summit Community Action Agency + Community Action Agency (CAA) + + + 1308 + Upper East Tennessee Human Development Agency, Inc. + Community Action Agency (CAA) + + + 4716 + Eau Claire Area School District + School System + + + 2273 + GREATER GOLDENDALE CHILD SERVICES + + + + 1024 + Douglas County School District 0001 + School System + + + 7192 + Charleston County First Steps + Government Agency (Non-CAA) + + + 924 + Shore Up, Inc. + Community Action Agency (CAA) + + + 171 + Eastern Oregon University + Government Agency (Non-CAA) + + + 4582 + Kansas City Public Schools + School System + + + 5757 + Episcopal Social Services of NY + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4631 + Child Care Resource Network / Flagler Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4455 + Greater Trumbull/Monroe Regional Head Start + School System + + + 1595 + Lincoln-Uinta Child Development Association + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4352 + St. Bernardine's Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 888 + OLDHAM COUNTY BOARD OF EDUCATION + School System + + + 2149 + COMMUNITY ACTION AGENCY OF NORTH WEST ALABAMA + + + + 1494 + Tompkins Community Action, Inc. + Community Action Agency (CAA) + + + 447 + Webb County Commissioners + Government Agency (Non-CAA) + + + 4321 + Oak Park Head Start + School System + + + 4191 + Haitian Youth and Community Center of Florida + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4614 + West Des Moines Head Start + School System + + + 1360 + Crossroads Youth & Family Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5728 + Police Athletic League, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2302 + SEMINOLE TRIBE OF FLORIDA + + + + 343 + Swisher County + Government Agency (Non-CAA) + + + 1143 + York County Community Action Corporation + Community Action Agency (CAA) + + + 1547 + ACTION, INC. OF DELAWARE COUNTY + Community Action Agency (CAA) + + + 4622 + Southminster Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 618 + Community Action Partnership + Community Action Agency (CAA) + + + 7038 + Carole Robertson Center For Learning + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4080 + Centro Mater Child Care Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4705 + Municipality of Manati + Government Agency (Non-CAA) + + + 1171 + Okaloosa County Comprehensive Head Start Child Developm + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4235 + Northside Child Development Center + School System + + + 7432 + Dimock Community Services Corporation + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1364 + Bolivar Community Action Agency Inc + Community Action Agency (CAA) + + + 1566 + Pecos County Community Action Agency + Community Action Agency (CAA) + + + 810 + Southeastern Tidewater Opportunity Project + Community Action Agency (CAA) + + + 598 + White Earth Band of Chippewa Indians + Tribal Government or Consortium (American Indian/Alaska Native) + + + 2014 + RESOURCES FOR HUMAN DEVELOPMENT, INC + + + + 1907 + Board of Regents, University of Oklahoma + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1327 + STONEWALL HEAD START, INC. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4212 + Chapel Hill Training Outreach Project, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1508 + Quincy Community Action Program, Inc. + Community Action Agency (CAA) + + + 6412 + Dayspring Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2303 + OSAGE NATIONAL COUNCIL + + + + 345 + Sunbelt Human Advancement Resources, Inc. + Community Action Agency (CAA) + + + 1379 + Deer Lodge County Commissioners + Government Agency (Non-CAA) + + + 689 + Presbyterian Medical Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2052 + CITY OF MERIDEN + + + + 1725 + Harlem Children's Zone + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 260 + Webster Parish Police Jury Office of Community Services + Community Action Agency (CAA) + + + 844 + Passamaquoddy Child Development Center + Tribal Government or Consortium (American Indian/Alaska Native) + + + 6646 + Caroline County Public Schools + School System + + + 4544 + Crystal City Independent School District + School System + + + 1481 + Maui Family Support Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 206 + University of Kansas Medical Center Research Institute + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2043 + WOMEN and FAMILIES CENTER + + + + 2282 + EDMONDS COMMUNITY COLLEGE + + + + 3429 + Clayton Early Learning, Trustee George W. Clayton Trust + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1573 + Friends of Children & Families, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5084 + It takes a Village + Private/Public For-Profit (e.g. for-profit hospitals) + + + 1211 + Private Industry Council of Westmoreland/Fayette, Incor + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1504 + Armstrong County Community Action Agency + Community Action Agency (CAA) + + + 476 + Ponca Tribe of Oklahoma + Tribal Government or Consortium (American Indian/Alaska Native) + + + 3604 + St. Anne's Maternity Home + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7697 + Rockingham County Schools + School System + + + 699 + Cape Cod Child Development Program, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4104 + Edward C. Mazique Parent Child Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4733 + Vistas Nuevas Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 905 + Skagit Valley College + Government Agency (Non-CAA) + + + 383 + LT JOSEPH P KENNEDY INSTITUTE + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1498 + Southeastern North Dakota Community Action Agency + Community Action Agency (CAA) + + + 2086 + BALLSTON SPA CENTRAL SCHOOL DISTRICT + School System + + + 1769 + Colorado River Indian Tribes + Tribal Government or Consortium (American Indian/Alaska Native) + + + 2254 + COUNTY OF MARIPOSA + + + + 1488 + Morehouse Community Improvement Organization, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 881 + Terrell Independent School District + School System + + + 1871 + Blackfeet Tribe of the Blackfeet Indian Reservation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 847 + Jefferson County Committee for Economic Opportunity + Community Action Agency (CAA) + + + 158 + Bismarck Public School District #1 + School System + + + 781 + Community and Economic Development Association of Cook + Community Action Agency (CAA) + + + 5781 + Mi Escuelita Preschools, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1215 + Parents In Community Action, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 838 + Community Action Partnership of Sonoma County + Community Action Agency (CAA) + + + 1255 + Worcester Community Action Council, Inc. + Community Action Agency (CAA) + + + 2188 + JEFF DAVIS COUNCIL ON AGING INC + + + + 2081 + ADMINISTRATION FOR FAMILIES AND CHILDREN (AFAN) + Government Agency (Non-CAA) + + + 1337 + Mountain Projects, Inc. + Community Action Agency (CAA) + + + 1688 + Lake County School District #1 + School System + + + 7330 + Five Towns Head Start + Community Action Agency (CAA) + + + 5742 + Highbridge Advisory Council Family Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1904 + Region 16 Education Service Center + Government Agency (Non-CAA) + + + 7682 + Contra Costa County Community Services + Community Action Agency (CAA) + + + 784 + Family Star, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1174 + McIntosh Trail Early Childhood Development Council, Inc., The + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 797 + Mescalero Apache Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 4279 + New St. Paul Tabernacle + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4728 + Multicultural Community Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 230 + Centerstone of Illinois, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4176 + Onward Neighborhood House + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 418 + Fivecap, Inc. + Community Action Agency (CAA) + + + 4524 + Dayton Public Schools + School System + + + 142 + Broadway Housing Communities, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2307 + ARIZONA AFFILIATED TRIBES, INC + + + + 1150 + PHENIX CITY BOARD OF EDUCATION + School System + + + 2101 + CARBON COUNTY AREA VOCATIONAL TECHNICAL + + + + 4475 + ABC Unified School District + School System + + + 665 + University of Southern California + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1706 + Dubois-Pike-Warrick Economic Opportunity Committee, Inc. + Community Action Agency (CAA) + + + 1899 + Cardinal McCloskey School and Home for Children + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 513 + Douglas-Cherokee Economic Authority, Inc. + Community Action Agency (CAA) + + + 1938 + Ohkay Owingeh Tribal Council + Tribal Government or Consortium (American Indian/Alaska Native) + + + 7391 + Floyd County Head Start + School System + + + 4527 + Ministerial Day Care Association + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2300 + INTER-TRIBAL COUNCIL OF NEVADA + + + + 6904 + Audubon Area Community Services, Inc. + Community Action Agency (CAA) + + + 1241 + South Carolina First Steps to School Readiness + Government Agency (Non-CAA) + + + 6406 + St. Veronica's Catholic Church + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 656 + Northeast Kentucky Community Action Agency, Inc. + Community Action Agency (CAA) + + + 4393 + Creative Learning Centers + Private/Public For-Profit (e.g. for-profit hospitals) + + + 1915 + American Samoa Department of Education + School System + + + 6301 + Caldwell Parish School District + School System + + + 4760 + Pickens County Board of Education + School System + + + 6465 + Santa Ana Unified School District + School System + + + 1665 + NEK-CAP, Inc. + Community Action Agency (CAA) + + + 1786 + Menominee-Delta-Schoolcraft Community Action Agency + Community Action Agency (CAA) + + + 1369 + Community Action of Orleans and Genesee, Inc. + Community Action Agency (CAA) + + + 751 + Choanoke Area Development Association of North Carolina, Incorporated + Community Action Agency (CAA) + + + 946 + Northern Arizona Council of Governments + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4417 + South Jamaica Center For Children And Parents, Inc + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1363 + Mora Independent School District + School System + + + 4127 + Catholic Charities of the Archdiocese of Chicago + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1624 + Trenton Head Start Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 780 + Middle Kentucky Community Action Partnership, Incorporated + Community Action Agency (CAA) + + + 6503 + Pacific Asian Consortium In Employment + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3366 + VISIONS FOR SUMTER, SEEING THROUGH YOUNG EYES, INC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1879 + TENSAS PARISH HEAD START PROGRAM + School System + + + 253 + Maryland Rural Development Corporation + Community Action Agency (CAA) + + + 859 + Mississippi Action for Progress, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4238 + Sunbeam Family Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 639 + Baton Rouge, City of + Government Agency (Non-CAA) + + + 4590 + Municipality of Carolina + Government Agency (Non-CAA) + + + 7718 + Capitol Region Education Council + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 7736 + Young Achievers Academy Inc + Private/Public For-Profit (e.g. for-profit hospitals) + + + 4704 + Appeal For Charities And Goodwill, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 915 + Community Council of South Central Texas, Inc. + Community Action Agency (CAA) + + + 1394 + Malheur County Child Development Center + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 940 + Human Resources Agency of New Britain, Inc. + Community Action Agency (CAA) + + + 4570 + Foundation For Early Childhood Education, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1119 + North Iowa Community Action Organization + Community Action Agency (CAA) + + + 322 + Community Services of Venango County, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1902 + Okanogan County Child Development Association + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4506 + Learning Zone Day Care + Private/Public For-Profit (e.g. for-profit hospitals) + + + 217 + WASHTENAW COUNTY + Government Agency (Non-CAA) + + + 7433 + Catholic Charities Community Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3543 + Genesee Intermediate School District + School System + + + 921 + Iowa Tribe of Oklahoma, Inc. + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1574 + L. I. Child & Family Development Services, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4195 + The City of La Habra + Government Agency (Non-CAA) + + + 978 + ACTION, INC + Community Action Agency (CAA) + + + 402 + Singing River Educational Association + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5782 + ChildCareGroup + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5703 + South Jamaica Center For Children And Parents, Inc + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2025 + CONEJOS COSTILLA COMMUNITY ACTION ASSOCIATION + + + + 1001 + Lynchburg Community Action Group, Inc. + Community Action Agency (CAA) + + + 6504 + ABC Unified School District + School System + + + 4112 + Flint Board of Education + School System + + + 2037 + RUTLAND MENTAL HEALTH SERVICES + + + + 1053 + Fremont Community Schools + School System + + + 4116 + YWCA of Metropolitan Chicago + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 3359 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6041 + Philadelphia Health Management + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4606 + East Coast Migrant Head Start, Eastern Shore Annex + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 5709 + South Bronx Head Start + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1501 + Osage Nation + Tribal Government or Consortium (American Indian/Alaska Native) + + + 7039 + Centers For New Horizons, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 893 + Northwestern Ohio Community Action Commission + Community Action Agency (CAA) + + + 2011 + SELF HELP, INC + Community Action Agency (CAA) + + + 4438 + Chicago Commons Association + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 2287 + KIDS' CORPS, INC + + + + 7164 + Plaza Community Center, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4229 + Easter Seals South Florida, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4113 + Westmoreland Community Action + Community Action Agency (CAA) + + + 2191 + CITY OF TULSA + + + + 494 + Spirit Lake Tribe + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1122 + Human Services, Inc. + Community Action Agency (CAA) + + + 314 + Bois Forte Reservation Tribal Council + Tribal Government or Consortium (American Indian/Alaska Native) + + + 1848 + Washington Cty Chap Negro Bus & Prof Womans Club, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4275 + Independence Head Start + School System + + + 2030 + SEATTLE CITY DEPT OF HUMAN RESOURCES + + + + 7688 + Martha's Table, Inc. + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 1144 + Northeast Nebraska Community Action Partnership, Inc. + Community Action Agency (CAA) + + + 1296 + ALAMOSA HEADSTART, INC + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 4659 + Chicago Department of Public Health + Government Agency (Non-CAA) + + + 4741 + Inglewood Head Start + School System + + + 801 + The Campagna Center, Inc. + Community Action Agency (CAA) + + + 5361 + Cankdeska Cikana Community College + School System + + + 2204 + MOTIVATION EDUCATION & TRAINING OF LOUISIANA, INC + + + + 4303 + Municipality of Peñuelas + Government Agency (Non-CAA) + + + 4595 + Elk Grove Unified School District + School System + + + 2228 + HUMAN DEVELOPMENT CORPORATION OF METROPOLITAN ST LOUIS + + + + 5542 + Bonner Springs Head Start + School System + + + 2142 + WESLEY EDUCATION ASSOCIATION, INC + + + + 3400 + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Community Action Agency (CAA) + + + 6663 + Central California Child Development Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 179 + Community Services Agency + Community Action Agency (CAA) + + + 7044 + Metropolitan Family Services + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 211 + Delta Area Economic Opportunity Corporation + Community Action Agency (CAA) + + + 1419 + Community Service Programs of West Alabama, Inc. + Community Action Agency (CAA) + + + 7247 + Trinity United Church Of Christ Child Care Centers + Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) + + + 6471 + Alhambra Head Start + School System + + + 3168 + Community Devleopment Institute + + + + 5777 + Johnson County Head Start + School System + + + 1840 + Capital Area Community Action Agency, Inc. + Community Action Agency (CAA) + + + 375 + Community Action of Laramie County Inc. + Community Action Agency (CAA) + + + 501 + Project Now, Inc. + Community Action Agency (CAA) + + diff --git a/temp/grant_agency.xml b/temp/grant_agency.xml new file mode 100644 index 0000000000..96aa8075f6 --- /dev/null +++ b/temp/grant_agency.xml @@ -0,0 +1,45866 @@ + + + 10906 + 1745 + 9931 + 0 + + + 4797 + 1076 + 6617 + 0 + + + 8997 + 1715 + 8160 + 0 + + + 6352 + 1230 + 6895 + 0 + + + 8284 + 4781 + 6575 + 17 + + + 5727 + 1683 + 5714 + 0 + + + 8155 + 4651 + 5891 + 3 + + + 2847 + 477 + 2585 + 0 + + + 8773 + 166 + 7944 + 0 + + + 1798 + 3242 + 1453 + 0 + + + 12404 + 169 + 11189 + 0 + + + 9772 + 716 + 8911 + 0 + + + 12381 + 7220 + 11172 + 0 + + + 12316 + 5721 + 10866 + 19 + + + 9529 + 801 + 8652 + 0 + + + 13327 + 435 + 12008 + 0 + + + 9416 + 1812 + 8581 + 0 + + + 12407 + 220 + 11193 + 0 + + + 11138 + 6101 + 8037 + 8 + + + 9532 + 1666 + 8656 + 0 + + + 7882 + 4375 + 6575 + 8 + + + 6806 + 667 + 5729 + 0 + + + 12182 + 4414 + 10819 + 2 + + + 4899 + 1664 + 6728 + 0 + + + 9721 + 988 + 8844 + 0 + + + 11031 + 3741 + 10049 + 0 + + + 2683 + 3139 + 2408 + 0 + + + 12025 + 5769 + 10945 + 0 + + + 11765 + 569 + 10675 + 0 + + + 12277 + 1417 + 11126 + 0 + + + 6769 + 1304 + 6598 + 0 + + + 9574 + 1521 + 8701 + 0 + + + 12573 + 6650 + 11322 + 3 + + + 10428 + 214 + 9488 + 0 + + + 6786 + 1909 + 5277 + 0 + + + 1871 + 1196 + 1532 + 0 + + + 13650 + 7062 + 12295 + 0 + + + 9293 + 893 + 8477 + 0 + + + 9100 + 831 + 8348 + 0 + + + 7478 + 1605 + 4524 + 0 + + + 13375 + 1733 + 12058 + 0 + + + 8271 + 4768 + 4173 + 3 + + + 10219 + 1021 + 9328 + 0 + + + 6832 + 1605 + 7304 + 0 + + + 12558 + 596 + 11313 + 0 + + + 12872 + 1259 + 11574 + 0 + + + 6672 + 1605 + 7247 + 0 + + + 12476 + 4749 + 11242 + 2 + + + 11145 + 4226 + 10121 + 2 + + + 11461 + 1585 + 10400 + 0 + + + 9028 + 1782 + 8268 + 0 + + + 4813 + 1145 + 6634 + 0 + + + 13501 + 876 + 12157 + 0 + + + 7613 + 4104 + 6725 + 7 + + + 12486 + 1358 + 11256 + 0 + + + 8700 + 5748 + 7244 + 46 + + + 9258 + 947 + 8436 + 0 + + + 4068 + 761 + 4132 + 0 + + + 8741 + 388 + 7911 + 0 + + + 9846 + 388 + 8975 + 0 + + + 9450 + 7039 + 8513 + 16 + + + 8658 + 742 + 7244 + 4 + + + 8351 + 427 + 7632 + 0 + + + 7907 + 4401 + 6219 + 10 + + + 5821 + 493 + 5821 + 0 + + + 7026 + 3171 + 2286 + 0 + + + 4621 + 358 + 6419 + 0 + + + 5351 + 559 + 5293 + 0 + + + 4601 + 395 + 6398 + 0 + + + 9488 + 757 + 8609 + 0 + + + 5094 + 1216 + 5010 + 0 + + + 8720 + 5768 + 7244 + 66 + + + 2525 + 1305 + 2240 + 0 + + + 11074 + 1605 + 10089 + 0 + + + 7343 + 413 + 5707 + 0 + + + 7499 + 2230 + 6769 + 0 + + + 9377 + 420 + 8544 + 0 + + + 12527 + 1956 + 11289 + 0 + + + 11373 + 327 + 10325 + 0 + + + 5614 + 2033 + 5590 + 0 + + + 2831 + 3317 + 2568 + 0 + + + 7984 + 161 + 5507 + 5 + + + 13099 + 7047 + 8600 + 24 + + + 9620 + 7185 + 8753 + 0 + + + 4735 + 1499 + 6547 + 0 + + + 5040 + 1288 + 4952 + 0 + + + 5766 + 418 + 5758 + 0 + + + 11493 + 859 + 10432 + 0 + + + 9120 + 6479 + 7940 + 3 + + + 11245 + 1895 + 10220 + 0 + + + 12271 + 599 + 11112 + 1 + + + 11500 + 1498 + 10438 + 0 + + + 4750 + 1658 + 6564 + 0 + + + 13128 + 1007 + 11816 + 0 + + + 12848 + 1400 + 11544 + 0 + + + 4652 + 1329 + 6453 + 0 + + + 3692 + 197 + 3727 + 0 + + + 11878 + 590 + 10798 + 0 + + + 12958 + 1211 + 10679 + 2 + + + 4424 + 505 + 4517 + 0 + + + 11729 + 1497 + 10642 + 0 + + + 11668 + 654 + 10590 + 0 + + + 11964 + 4429 + 10886 + 0 + + + 9162 + 1804 + 8366 + 0 + + + 5734 + 595 + 5721 + 0 + + + 6540 + 500 + 7102 + 0 + + + 13539 + 7721 + 12206 + 0 + + + 6342 + 1991 + 6885 + 0 + + + 11914 + 6121 + 10831 + 0 + + + 9376 + 953 + 8543 + 0 + + + 5319 + 2011 + 5256 + 0 + + + 277 + 1521 + 751 + 0 + + + 8043 + 4538 + 5246 + 1 + + + 10001 + 1123 + 9129 + 0 + + + 9319 + 839 + 8487 + 0 + + + 5312 + 747 + 5248 + 0 + + + 10259 + 4696 + 9327 + 5 + + + 12268 + 905 + 11111 + 0 + + + 10126 + 1492 + 9233 + 0 + + + 12737 + 419 + 11459 + 2 + + + 10053 + 7314 + 9168 + 0 + + + 3566 + 996 + 4766 + 0 + + + 8085 + 4580 + 6463 + 5 + + + 10258 + 4611 + 9327 + 4 + + + 2829 + 1978 + 2566 + 0 + + + 11483 + 463 + 10423 + 0 + + + 13711 + 7728 + 8513 + 41 + + + 12231 + 1913 + 11082 + 0 + + + 11653 + 5784 + 10580 + 1 + + + 5468 + 1453 + 5426 + 0 + + + 6495 + 1278 + 7053 + 0 + + + 4893 + 203 + 6721 + 0 + + + 5686 + 2317 + 5668 + 0 + + + 3513 + 670 + 4709 + 0 + + + 5730 + 1035 + 5717 + 0 + + + 8336 + 1366 + 7623 + 0 + + + 2873 + 163 + 2613 + 0 + + + 10082 + 456 + 9209 + 0 + + + 10108 + 223 + 9211 + 0 + + + 5605 + 320 + 5578 + 0 + + + 4822 + 2622 + 6643 + 0 + + + 10142 + 1276 + 9265 + 0 + + + 11077 + 7640 + 10092 + 0 + + + 5632 + 1806 + 5609 + 0 + + + 8475 + 5146 + 1306 + 8 + + + 13463 + 325 + 12114 + 0 + + + 10110 + 924 + 9227 + 0 + + + 12401 + 973 + 11188 + 0 + + + 6743 + 1689 + 3591 + 0 + + + 8004 + 4498 + 5705 + 27 + + + 10957 + 7592 + 9981 + 0 + + + 9345 + 967 + 8516 + 0 + + + 4785 + 2206 + 6604 + 0 + + + 2820 + 206 + 2556 + 0 + + + 6059 + 1560 + 6090 + 0 + + + 13451 + 7718 + 12127 + 0 + + + 12288 + 1500 + 11132 + 0 + + + 5781 + 650 + 5776 + 0 + + + 11140 + 1736 + 9996 + 1 + + + 10433 + 7390 + 9486 + 5 + + + 10107 + 1292 + 9216 + 0 + + + 10955 + 794 + 9984 + 0 + + + 7824 + 4317 + 6755 + 1 + + + 5768 + 862 + 5760 + 0 + + + 10420 + 665 + 9483 + 0 + + + 9361 + 1321 + 8539 + 0 + + + 8766 + 1402 + 7936 + 0 + + + 5029 + 1656 + 4941 + 0 + + + 13248 + 7599 + 11921 + 1 + + + 5722 + 1193 + 5708 + 0 + + + 5189 + 6302 + 5113 + 0 + + + 8516 + 1712 + 7788 + 0 + + + 5680 + 2311 + 5661 + 0 + + + 5547 + 245 + 5514 + 0 + + + 11621 + 856 + 10554 + 0 + + + 4972 + 2639 + 6812 + 0 + + + 6974 + 1605 + 1418 + 0 + + + 11885 + 6302 + 10804 + 0 + + + 8755 + 5822 + 7919 + 0 + + + 5504 + 1408 + 5466 + 0 + + + 5679 + 1367 + 5660 + 0 + + + 3337 + 1251 + 3584 + 0 + + + 4816 + 1447 + 6637 + 0 + + + 10819 + 361 + 9843 + 0 + + + 9881 + 1082 + 8998 + 0 + + + 8150 + 4646 + 5738 + 10 + + + 8968 + 1605 + 8128 + 0 + + + 13528 + 1726 + 12199 + 0 + + + 13289 + 706 + 11966 + 0 + + + 9441 + 7030 + 8513 + 7 + + + 5182 + 1423 + 5106 + 0 + + + 9585 + 209 + 8712 + 0 + + + 4891 + 2102 + 6719 + 0 + + + 1955 + 3367 + 1622 + 0 + + + 9572 + 245 + 8674 + 0 + + + 3334 + 854 + 3581 + 0 + + + 6856 + 1183 + 6278 + 0 + + + 12187 + 1144 + 11050 + 0 + + + 13909 + 743 + 12480 + 0 + + + 9971 + 384 + 9085 + 0 + + + 9690 + 139 + 8817 + 0 + + + 9706 + 1600 + 8833 + 0 + + + 10306 + 382 + 9403 + 0 + + + 7338 + 420 + 5353 + 0 + + + 5667 + 1478 + 5647 + 0 + + + 5443 + 1402 + 5400 + 0 + + + 11760 + 1551 + 10671 + 0 + + + 5533 + 1843 + 5497 + 0 + + + 8922 + 407 + 8089 + 0 + + + 840 + 1605 + 1365 + 0 + + + 9335 + 322 + 8502 + 0 + + + 9879 + 7247 + 8600 + 18 + + + 9053 + 1460 + 8330 + 0 + + + 9724 + 1015 + 8851 + 0 + + + 9985 + 449 + 9106 + 0 + + + 12455 + 6659 + 11235 + 2 + + + 9896 + 4200 + 8970 + 1 + + + 9292 + 1172 + 8475 + 0 + + + 9428 + 1442 + 8595 + 0 + + + 6054 + 1410 + 6085 + 0 + + + 9964 + 813 + 9083 + 0 + + + 11546 + 785 + 10484 + 0 + + + 4132 + 1771 + 4200 + 0 + + + 9279 + 706 + 8455 + 0 + + + 8239 + 287 + 6735 + 1 + + + 9584 + 956 + 8711 + 0 + + + 8461 + 5137 + 7610 + 9 + + + 4125 + 1605 + 4193 + 0 + + + 8818 + 922 + 7988 + 0 + + + 8621 + 1798 + 7879 + 0 + + + 12134 + 1766 + 11026 + 0 + + + 6319 + 849 + 6859 + 0 + + + 11553 + 811 + 10497 + 0 + + + 10988 + 1605 + 10006 + 0 + + + 8146 + 4642 + 5741 + 4 + + + 9819 + 1008 + 8946 + 0 + + + 12177 + 6473 + 11029 + 8 + + + 5345 + 483 + 5286 + 0 + + + 13171 + 1303 + 11861 + 0 + + + 9334 + 1414 + 8499 + 0 + + + 10143 + 1636 + 9267 + 0 + + + 4146 + 1358 + 4215 + 0 + + + 297 + 491 + 772 + 0 + + + 8027 + 4522 + 6234 + 36 + + + 2337 + 1132 + 2037 + 0 + + + 11897 + 670 + 10817 + 0 + + + 11101 + 490 + 10109 + 0 + + + 11248 + 1571 + 10224 + 0 + + + 8392 + 463 + 7696 + 0 + + + 817 + 1605 + 1339 + 0 + + + 9591 + 486 + 8718 + 0 + + + 8506 + 1676 + 7779 + 0 + + + 13267 + 7318 + 11944 + 0 + + + 7647 + 4138 + 1415 + 3 + + + 12808 + 434 + 11521 + 0 + + + 11744 + 666 + 10652 + 0 + + + 13507 + 1556 + 12154 + 1 + + + 9606 + 939 + 8733 + 0 + + + 9676 + 7192 + 8805 + 0 + + + 4738 + 1209 + 6550 + 0 + + + 12017 + 1092 + 10941 + 0 + + + 3511 + 1633 + 4707 + 0 + + + 2878 + 678 + 2619 + 0 + + + 9209 + 6655 + 7935 + 2 + + + 9665 + 502 + 8786 + 0 + + + 11329 + 614 + 10292 + 0 + + + 5314 + 706 + 5250 + 0 + + + 5355 + 851 + 5298 + 0 + + + 11380 + 1561 + 10334 + 0 + + + 13738 + 169 + 12337 + 0 + + + 12004 + 15 + 10911 + 0 + + + 10968 + 253 + 8339 + 7 + + + 8459 + 5135 + 7610 + 7 + + + 9355 + 3429 + 8536 + 0 + + + 12437 + 584 + 11230 + 0 + + + 5343 + 2129 + 5284 + 0 + + + 4603 + 1174 + 6400 + 0 + + + 5621 + 977 + 5597 + 0 + + + 4668 + 2618 + 6471 + 0 + + + 12702 + 1234 + 11440 + 0 + + + 8542 + 1284 + 7811 + 0 + + + 10680 + 7438 + 9729 + 0 + + + 11387 + 165 + 10340 + 0 + + + 8819 + 5942 + 7993 + 0 + + + 8493 + 5168 + 7756 + 0 + + + 7899 + 4392 + 6234 + 8 + + + 6842 + 360 + 7314 + 0 + + + 13627 + 1133 + 12269 + 0 + + + 9470 + 234 + 8612 + 0 + + + 12717 + 5148 + 11442 + 9 + + + 5441 + 1159 + 5397 + 0 + + + 2648 + 1750 + 2370 + 0 + + + 13464 + 1402 + 12116 + 0 + + + 4540 + 808 + 4644 + 0 + + + 8206 + 4703 + 5506 + 26 + + + 13167 + 1671 + 11856 + 0 + + + 7645 + 4136 + 1415 + 4 + + + 8333 + 884 + 7617 + 0 + + + 5909 + 1641 + 5918 + 0 + + + 7803 + 607 + 6234 + 67 + + + 12324 + 5732 + 10866 + 30 + + + 10287 + 439 + 9389 + 0 + + + 4138 + 1223 + 4207 + 0 + + + 4752 + 853 + 6566 + 0 + + + 12853 + 198 + 11546 + 0 + + + 5740 + 1913 + 5728 + 0 + + + 12549 + 6644 + 11300 + 1 + + + 9342 + 1551 + 8513 + 0 + + + 5528 + 830 + 5492 + 0 + + + 12824 + 1836 + 11534 + 0 + + + 13910 + 1411 + 12498 + 0 + + + 12564 + 323 + 11317 + 0 + + + 9260 + 1501 + 8439 + 0 + + + 11755 + 455 + 10684 + 0 + + + 4779 + 164 + 6596 + 0 + + + 7682 + 4173 + 5891 + 13 + + + 11428 + 5134 + 10375 + 6 + + + 13386 + 7715 + 12067 + 0 + + + 9252 + 1605 + 8429 + 0 + + + 12760 + 977 + 11479 + 0 + + + 8803 + 1889 + 7982 + 0 + + + 6694 + 603 + 7271 + 0 + + + 6681 + 962 + 7257 + 0 + + + 7744 + 4236 + 5506 + 38 + + + 11732 + 3646 + 10659 + 0 + + + 11797 + 1436 + 10715 + 0 + + + 2866 + 3647 + 2605 + 0 + + + 5786 + 200 + 5783 + 0 + + + 8864 + 876 + 8039 + 0 + + + 11243 + 920 + 10217 + 0 + + + 9589 + 7164 + 8716 + 0 + + + 12572 + 6646 + 11322 + 2 + + + 8804 + 175 + 7979 + 0 + + + 9130 + 6505 + 8029 + 5 + + + 7649 + 4140 + 1486 + 2 + + + 2277 + 1436 + 1971 + 0 + + + 7646 + 4137 + 1415 + 2 + + + 5440 + 193 + 5396 + 0 + + + 8021 + 863 + 5506 + 17 + + + 8815 + 176 + 7984 + 0 + + + 6261 + 1935 + 6314 + 0 + + + 6663 + 903 + 7236 + 0 + + + 13481 + 536 + 12174 + 0 + + + 7361 + 984 + 6259 + 0 + + + 8477 + 5148 + 1306 + 10 + + + 3343 + 1725 + 3590 + 0 + + + 13326 + 1849 + 12003 + 0 + + + 8070 + 3644 + 6234 + 41 + + + 13506 + 1628 + 12172 + 0 + + + 11858 + 102 + 10778 + 0 + + + 8775 + 1436 + 7945 + 0 + + + 10270 + 724 + 9363 + 0 + + + 9311 + 1042 + 8491 + 0 + + + 9300 + 1553 + 8465 + 0 + + + 13266 + 131 + 11941 + 0 + + + 9623 + 1446 + 8756 + 0 + + + 12583 + 7380 + 11327 + 1 + + + 5613 + 1359 + 5589 + 0 + + + 5864 + 2259 + 5869 + 0 + + + 9778 + 141 + 8901 + 0 + + + 10365 + 4208 + 9272 + 2 + + + 5524 + 1901 + 5487 + 0 + + + 6870 + 895 + 7229 + 0 + + + 2904 + 1069 + 2647 + 0 + + + 12897 + 530 + 11599 + 0 + + + 13803 + 1205 + 12406 + 0 + + + 7772 + 4264 + 5260 + 3 + + + 12111 + 945 + 11014 + 0 + + + 9039 + 1933 + 8319 + 0 + + + 5363 + 1759 + 5307 + 0 + + + 5546 + 1395 + 5513 + 0 + + + 5688 + 2319 + 5670 + 0 + + + 12917 + 1307 + 11620 + 0 + + + 9150 + 710 + 8354 + 0 + + + 10670 + 1289 + 9730 + 0 + + + 8532 + 1213 + 7804 + 0 + + + 6312 + 798 + 6852 + 0 + + + 6043 + 1899 + 6071 + 0 + + + 8432 + 5093 + 6792 + 84 + + + 13955 + 1582 + 12518 + 0 + + + 11787 + 1821 + 10709 + 0 + + + 12668 + 629 + 11416 + 0 + + + 9253 + 1448 + 8431 + 0 + + + 12327 + 5737 + 10866 + 35 + + + 9021 + 928 + 8265 + 0 + + + 12257 + 4707 + 11110 + 0 + + + 10478 + 141 + 9526 + 0 + + + 9522 + 1352 + 8648 + 0 + + + 8451 + 5127 + 7289 + 2 + + + 7643 + 4134 + 6792 + 68 + + + 9967 + 1214 + 9088 + 0 + + + 8431 + 5092 + 6792 + 83 + + + 8422 + 5083 + 6792 + 74 + + + 8750 + 1890 + 7923 + 0 + + + 8053 + 4548 + 5743 + 2 + + + 8705 + 5753 + 7244 + 51 + + + 6778 + 470 + 5099 + 0 + + + 6557 + 1487 + 7120 + 0 + + + 12013 + 15 + 10911 + 6 + + + 12738 + 3501 + 11460 + 0 + + + 4875 + 752 + 6702 + 0 + + + 5519 + 357 + 5482 + 0 + + + 12130 + 4195 + 11012 + 3 + + + 11608 + 3561 + 10549 + 0 + + + 9458 + 7047 + 8513 + 24 + + + 9743 + 1222 + 8870 + 0 + + + 322 + 1656 + 800 + 0 + + + 11136 + 878 + 9976 + 2 + + + 12904 + 739 + 11611 + 0 + + + 5018 + 1186 + 4929 + 0 + + + 8914 + 278 + 8084 + 0 + + + 8868 + 1302 + 8036 + 0 + + + 9710 + 227 + 8837 + 0 + + + 4091 + 664 + 4157 + 0 + + + 12279 + 209 + 11124 + 0 + + + 8896 + 421 + 8056 + 0 + + + 4583 + 2118 + 6378 + 0 + + + 7828 + 4321 + 6333 + 7 + + + 10319 + 7356 + 9353 + 8 + + + 5795 + 2143 + 5794 + 0 + + + 12346 + 5761 + 10866 + 59 + + + 6679 + 1637 + 7254 + 0 + + + 7533 + 2313 + 5663 + 0 + + + 2889 + 1498 + 2630 + 0 + + + 11607 + 1742 + 10544 + 0 + + + 13350 + 4740 + 12027 + 1 + + + 11049 + 1626 + 10067 + 0 + + + 8643 + 1614 + 7893 + 0 + + + 12101 + 3604 + 10968 + 5 + + + 11540 + 1108 + 10486 + 0 + + + 9459 + 7048 + 8513 + 25 + + + 12761 + 648 + 11483 + 0 + + + 9862 + 1473 + 8996 + 0 + + + 8546 + 205 + 7815 + 0 + + + 3320 + 135 + 3566 + 0 + + + 8478 + 5149 + 1306 + 11 + + + 11439 + 196 + 10376 + 0 + + + 8995 + 578 + 8163 + 0 + + + 4178 + 1605 + 4250 + 0 + + + 10260 + 1394 + 9358 + 0 + + + 783 + 1605 + 1301 + 0 + + + 8736 + 5784 + 7615 + 1 + + + 6071 + 655 + 6103 + 0 + + + 9666 + 294 + 8787 + 0 + + + 6644 + 1658 + 7215 + 0 + + + 9707 + 564 + 8834 + 0 + + + 5360 + 527 + 5304 + 0 + + + 13455 + 7314 + 12143 + 0 + + + 11312 + 1576 + 10276 + 0 + + + 11151 + 701 + 10124 + 0 + + + 6790 + 1577 + 5338 + 0 + + + 6202 + 1516 + 6247 + 0 + + + 10262 + 156 + 8600 + 20 + + + 3588 + 2069 + 4790 + 0 + + + 5792 + 588 + 5789 + 0 + + + 7580 + 4200 + 5519 + 2 + + + 5173 + 334 + 5096 + 0 + + + 10102 + 7316 + 9237 + 0 + + + 9065 + 1577 + 8336 + 0 + + + 3686 + 1570 + 3721 + 0 + + + 10721 + 3426 + 9750 + 0 + + + 7314 + 1643 + 1990 + 0 + + + 6361 + 1519 + 6905 + 0 + + + 5333 + 444 + 5272 + 0 + + + 9517 + 7125 + 8592 + 2 + + + 10062 + 1343 + 9182 + 0 + + + 12865 + 1675 + 11573 + 0 + + + 11240 + 189 + 10213 + 0 + + + 12085 + 1824 + 10990 + 0 + + + 6522 + 791 + 7082 + 0 + + + 7810 + 4303 + 6219 + 28 + + + 1990 + 1605 + 1661 + 0 + + + 8955 + 748 + 8123 + 0 + + + 8901 + 192 + 8069 + 0 + + + 9251 + 193 + 8428 + 0 + + + 9111 + 4543 + 8055 + 5 + + + 11578 + 607 + 10518 + 0 + + + 5322 + 316 + 5260 + 0 + + + 1717 + 1605 + 3237 + 0 + + + 12253 + 499 + 11096 + 0 + + + 8586 + 606 + 7841 + 0 + + + 8984 + 1377 + 8148 + 0 + + + 4680 + 2620 + 6484 + 0 + + + 13394 + 1740 + 12073 + 0 + + + 11042 + 1339 + 10065 + 0 + + + 5455 + 2017 + 5413 + 0 + + + 9384 + 1203 + 8559 + 0 + + + 10463 + 1694 + 9514 + 0 + + + 9340 + 6904 + 8449 + 1 + + + 11510 + 870 + 10450 + 0 + + + 9989 + 901 + 9112 + 0 + + + 10495 + 1597 + 9543 + 0 + + + 10038 + 3741 + 9151 + 0 + + + 5636 + 1814 + 5614 + 0 + + + 10358 + 737 + 8830 + 3 + + + 13586 + 1625 + 12234 + 0 + + + 9688 + 437 + 8815 + 0 + + + 11696 + 7590 + 10618 + 0 + + + 8177 + 4673 + 6234 + 97 + + + 8695 + 4687 + 7244 + 41 + + + 12565 + 1364 + 11321 + 0 + + + 6493 + 328 + 7051 + 0 + + + 11895 + 1765 + 10813 + 0 + + + 11877 + 1433 + 10797 + 0 + + + 5401 + 382 + 5351 + 0 + + + 13221 + 1329 + 11900 + 0 + + + 12033 + 3722 + 10959 + 0 + + + 10792 + 7502 + 9821 + 0 + + + 12862 + 1137 + 11577 + 0 + + + 13926 + 871 + 12496 + 0 + + + 13408 + 714 + 12090 + 0 + + + 12236 + 644 + 11087 + 0 + + + 5659 + 2142 + 5638 + 0 + + + 12385 + 1633 + 11167 + 0 + + + 8656 + 5704 + 7244 + 2 + + + 7883 + 4376 + 5530 + 24 + + + 9752 + 4100 + 8879 + 0 + + + 9401 + 1450 + 8566 + 0 + + + 11723 + 710 + 10648 + 0 + + + 6836 + 1605 + 7308 + 0 + + + 6068 + 2080 + 6100 + 0 + + + 13504 + 7159 + 12175 + 0 + + + 12857 + 1553 + 11566 + 0 + + + 13963 + 1590 + 12529 + 0 + + + 11302 + 1658 + 10268 + 0 + + + 11891 + 216 + 10808 + 0 + + + 5518 + 1139 + 5481 + 0 + + + 6317 + 902 + 6857 + 0 + + + 9869 + 7239 + 8600 + 8 + + + 11804 + 1081 + 10727 + 0 + + + 11314 + 232 + 10280 + 0 + + + 5217 + 1753 + 5143 + 0 + + + 13613 + 1396 + 12255 + 0 + + + 3464 + 702 + 4657 + 0 + + + 12020 + 465 + 10934 + 0 + + + 10240 + 1458 + 9347 + 0 + + + 12991 + 1132 + 11685 + 0 + + + 2180 + 801 + 1867 + 0 + + + 12733 + 807 + 11459 + 0 + + + 11619 + 989 + 10552 + 0 + + + 11060 + 1605 + 10078 + 0 + + + 9571 + 286 + 8673 + 0 + + + 12773 + 7331 + 10614 + 1 + + + 13232 + 6441 + 11914 + 0 + + + 6193 + 1058 + 6236 + 0 + + + 13395 + 156 + 12070 + 0 + + + 8691 + 4722 + 7244 + 37 + + + 4536 + 2187 + 4639 + 0 + + + 6197 + 1071 + 6240 + 0 + + + 12899 + 643 + 11605 + 0 + + + 13261 + 363 + 11936 + 0 + + + 1920 + 1918 + 1585 + 0 + + + 1098 + 1605 + 468 + 0 + + + 3573 + 2064 + 4774 + 0 + + + 11112 + 1460 + 10085 + 9 + + + 10963 + 923 + 9978 + 0 + + + 2838 + 3323 + 2575 + 0 + + + 12457 + 4179 + 11235 + 4 + + + 9563 + 7159 + 8664 + 0 + + + 2267 + 1378 + 1961 + 0 + + + 9953 + 1605 + 9070 + 0 + + + 6696 + 692 + 7273 + 0 + + + 13103 + 4320 + 8600 + 26 + + + 10484 + 263 + 9531 + 0 + + + 11325 + 355 + 10290 + 0 + + + 12871 + 322 + 11569 + 0 + + + 8430 + 5091 + 6792 + 82 + + + 8583 + 695 + 7843 + 0 + + + 10166 + 968 + 9280 + 0 + + + 8282 + 4779 + 6221 + 4 + + + 6834 + 235 + 7306 + 0 + + + 6687 + 242 + 7263 + 0 + + + 11306 + 7664 + 10271 + 0 + + + 7990 + 4484 + 6234 + 104 + + + 7592 + 4082 + 6401 + 24 + + + 9181 + 6624 + 7993 + 1 + + + 7713 + 4205 + 1664 + 18 + + + 9993 + 1753 + 9115 + 0 + + + 10230 + 1168 + 9338 + 0 + + + 6224 + 1441 + 6271 + 0 + + + 2874 + 696 + 2614 + 0 + + + 6829 + 1605 + 7301 + 0 + + + 12497 + 1196 + 11270 + 0 + + + 12902 + 5361 + 11593 + 0 + + + 12560 + 902 + 11314 + 0 + + + 6045 + 1574 + 6073 + 0 + + + 7385 + 550 + 1359 + 0 + + + 11319 + 307 + 10284 + 0 + + + 10661 + 135 + 9712 + 0 + + + 13480 + 809 + 12173 + 0 + + + 10013 + 940 + 9134 + 0 + + + 11560 + 1812 + 10504 + 0 + + + 6762 + 1319 + 6455 + 0 + + + 6091 + 1727 + 6125 + 0 + + + 13218 + 248 + 11897 + 0 + + + 5527 + 484 + 5490 + 0 + + + 5461 + 1134 + 5419 + 0 + + + 7329 + 335 + 5222 + 0 + + + 10165 + 1628 + 9279 + 0 + + + 3461 + 1086 + 4654 + 0 + + + 11597 + 1929 + 10543 + 0 + + + 9006 + 919 + 8173 + 0 + + + 10580 + 842 + 9634 + 0 + + + 10686 + 4203 + 9682 + 4 + + + 9719 + 1654 + 8842 + 0 + + + 8652 + 517 + 7908 + 0 + + + 12511 + 6655 + 11272 + 2 + + + 10653 + 1557 + 9708 + 0 + + + 12274 + 948 + 11130 + 0 + + + 13535 + 185 + 12203 + 0 + + + 8436 + 5097 + 1306 + 4 + + + 7978 + 4472 + 6130 + 23 + + + 4938 + 297 + 6773 + 0 + + + 13346 + 364 + 12021 + 0 + + + 2901 + 599 + 2644 + 0 + + + 9515 + 7104 + 8643 + 0 + + + 6095 + 468 + 6129 + 0 + + + 9067 + 525 + 8341 + 0 + + + 3481 + 1387 + 4674 + 0 + + + 6213 + 1105 + 6258 + 0 + + + 4772 + 1943 + 6589 + 0 + + + 7914 + 4408 + 6234 + 107 + + + 9124 + 6483 + 7940 + 7 + + + 5193 + 2174 + 5118 + 0 + + + 13341 + 1347 + 12015 + 0 + + + 1830 + 1952 + 1487 + 0 + + + 12328 + 5738 + 10866 + 36 + + + 7761 + 4253 + 6919 + 1 + + + 6032 + 1068 + 6058 + 0 + + + 11295 + 417 + 10257 + 0 + + + 8029 + 4524 + 4949 + 1 + + + 10155 + 198 + 9258 + 0 + + + 8500 + 784 + 7772 + 0 + + + 7623 + 4114 + 1670 + 1 + + + 8207 + 4704 + 6792 + 48 + + + 10218 + 929 + 9329 + 0 + + + 11150 + 15 + 7940 + 9 + + + 10267 + 1872 + 9360 + 0 + + + 3441 + 785 + 3697 + 0 + + + 8667 + 584 + 7244 + 13 + + + 9626 + 281 + 8759 + 0 + + + 5291 + 1506 + 5224 + 0 + + + 4817 + 1250 + 6638 + 0 + + + 1954 + 3366 + 1621 + 0 + + + 13436 + 1833 + 12124 + 0 + + + 4535 + 976 + 4638 + 0 + + + 12010 + 4376 + 10911 + 3 + + + 9711 + 1039 + 8847 + 0 + + + 8948 + 458 + 8124 + 0 + + + 3342 + 679 + 3589 + 0 + + + 12469 + 10 + 11246 + 0 + + + 3338 + 1920 + 3585 + 0 + + + 9457 + 7046 + 8513 + 23 + + + 11070 + 7598 + 10084 + 0 + + + 8460 + 5136 + 7610 + 8 + + + 10626 + 432 + 9677 + 0 + + + 9322 + 1259 + 8507 + 0 + + + 12578 + 1313 + 11332 + 0 + + + 12687 + 1627 + 11423 + 0 + + + 304 + 319 + 780 + 0 + + + 11588 + 1605 + 10529 + 0 + + + 7962 + 4456 + 5743 + 1 + + + 2720 + 346 + 2448 + 0 + + + 4974 + 338 + 6814 + 0 + + + 9870 + 7240 + 8600 + 9 + + + 4876 + 2095 + 6703 + 0 + + + 5335 + 1345 + 5275 + 0 + + + 12057 + 1047 + 10995 + 0 + + + 12478 + 564 + 11249 + 0 + + + 11949 + 162 + 10874 + 0 + + + 9785 + 7215 + 8908 + 0 + + + 8908 + 467 + 8078 + 0 + + + 6851 + 1605 + 7323 + 0 + + + 11332 + 1881 + 10298 + 0 + + + 8858 + 123 + 8016 + 0 + + + 4808 + 1136 + 6628 + 0 + + + 11106 + 7591 + 10113 + 0 + + + 4815 + 912 + 6636 + 0 + + + 9320 + 1354 + 8493 + 0 + + + 4812 + 1391 + 6633 + 0 + + + 8842 + 6041 + 8012 + 0 + + + 5866 + 129 + 5871 + 0 + + + 7859 + 4352 + 6575 + 7 + + + 9904 + 1887 + 8982 + 3 + + + 5861 + 1126 + 5866 + 0 + + + 12302 + 943 + 10866 + 14 + + + 9167 + 257 + 8371 + 0 + + + 11695 + 1238 + 10614 + 0 + + + 2195 + 605 + 1882 + 0 + + + 10103 + 1728 + 9213 + 0 + + + 9454 + 4178 + 8513 + 20 + + + 5933 + 845 + 5945 + 0 + + + 2148 + 1102 + 1832 + 0 + + + 4940 + 1101 + 6775 + 0 + + + 4920 + 682 + 6752 + 0 + + + 12533 + 6650 + 11290 + 5 + + + 8482 + 209 + 7752 + 0 + + + 7638 + 4129 + 6792 + 23 + + + 9654 + 3422 + 8781 + 0 + + + 4130 + 1605 + 4198 + 0 + + + 9223 + 1692 + 8404 + 0 + + + 12127 + 3604 + 11013 + 15 + + + 293 + 3546 + 768 + 0 + + + 13809 + 992 + 12403 + 0 + + + 7323 + 462 + 6571 + 0 + + + 8636 + 1606 + 7902 + 0 + + + 7491 + 2089 + 6541 + 0 + + + 12907 + 1835 + 11610 + 0 + + + 8158 + 4654 + 5439 + 2 + + + 12373 + 1947 + 11151 + 0 + + + 12098 + 6502 + 10968 + 2 + + + 8251 + 4748 + 6725 + 6 + + + 13142 + 508 + 11830 + 0 + + + 11144 + 4225 + 10121 + 1 + + + 6654 + 3604 + 7226 + 0 + + + 6064 + 1197 + 6096 + 0 + + + 12077 + 1666 + 11003 + 0 + + + 9082 + 6413 + 8035 + 1 + + + 5369 + 3440 + 5315 + 0 + + + 11474 + 6824 + 10413 + 1 + + + 9460 + 7049 + 8513 + 26 + + + 3693 + 953 + 3728 + 0 + + + 9286 + 1146 + 8462 + 0 + + + 5914 + 464 + 5924 + 0 + + + 9425 + 1842 + 8594 + 0 + + + 4733 + 556 + 6544 + 0 + + + 6187 + 1932 + 6230 + 0 + + + 4134 + 1536 + 4202 + 0 + + + 5963 + 2164 + 5981 + 0 + + + 13962 + 300 + 12525 + 0 + + + 2606 + 1348 + 2325 + 0 + + + 8123 + 4619 + 6233 + 4 + + + 13019 + 1109 + 11717 + 0 + + + 11684 + 960 + 10603 + 0 + + + 11468 + 242 + 10408 + 0 + + + 4755 + 994 + 6569 + 0 + + + 8558 + 1204 + 7818 + 0 + + + 2206 + 580 + 1894 + 0 + + + 5316 + 861 + 5252 + 0 + + + 4637 + 518 + 6436 + 0 + + + 8827 + 814 + 7998 + 0 + + + 8222 + 4719 + 6130 + 21 + + + 5745 + 2256 + 5734 + 0 + + + 12391 + 7193 + 11168 + 0 + + + 5733 + 1029 + 5720 + 0 + + + 13678 + 766 + 12322 + 0 + + + 8411 + 1111 + 7711 + 0 + + + 8925 + 1605 + 8094 + 0 + + + 7877 + 4370 + 1664 + 21 + + + 11377 + 514 + 10330 + 0 + + + 8850 + 1564 + 8025 + 0 + + + 12510 + 6654 + 11272 + 1 + + + 8853 + 1088 + 8022 + 0 + + + 280 + 1621 + 754 + 0 + + + 2905 + 712 + 2648 + 0 + + + 11840 + 1889 + 10766 + 0 + + + 2396 + 930 + 2100 + 0 + + + 8010 + 4505 + 5572 + 1 + + + 13323 + 971 + 12001 + 0 + + + 13511 + 7325 + 12187 + 0 + + + 2167 + 1303 + 1852 + 0 + + + 8064 + 4559 + 6234 + 39 + + + 2590 + 3179 + 2309 + 0 + + + 13631 + 211 + 12274 + 0 + + + 13414 + 951 + 12094 + 0 + + + 6087 + 2196 + 6120 + 0 + + + 8444 + 4530 + 7282 + 2 + + + 7788 + 4280 + 5705 + 18 + + + 7320 + 1956 + 6493 + 0 + + + 8034 + 4529 + 5891 + 9 + + + 5735 + 1192 + 5722 + 0 + + + 8203 + 4699 + 6234 + 68 + + + 12394 + 294 + 11178 + 0 + + + 8243 + 4740 + 5276 + 1 + + + 9176 + 1806 + 8382 + 0 + + + 10649 + 1227 + 9698 + 0 + + + 4951 + 1889 + 6788 + 0 + + + 2074 + 876 + 1752 + 0 + + + 11773 + 836 + 10694 + 0 + + + 9801 + 1364 + 8928 + 0 + + + 11110 + 4255 + 10085 + 4 + + + 5383 + 1611 + 5331 + 0 + + + 11643 + 1300 + 10577 + 0 + + + 13372 + 309 + 12052 + 0 + + + 12458 + 6662 + 11235 + 5 + + + 5798 + 1848 + 5797 + 0 + + + 12866 + 758 + 11570 + 0 + + + 13399 + 772 + 12075 + 0 + + + 11572 + 4406 + 10489 + 1 + + + 9609 + 412 + 8736 + 0 + + + 13898 + 665 + 12475 + 0 + + + 13376 + 348 + 12055 + 0 + + + 11814 + 1182 + 10738 + 0 + + + 9275 + 1234 + 8450 + 0 + + + 11899 + 1308 + 10819 + 0 + + + 7849 + 4342 + 6401 + 17 + + + 2852 + 1211 + 2590 + 0 + + + 7996 + 198 + 4655 + 1 + + + 6505 + 756 + 7064 + 0 + + + 12466 + 410 + 11239 + 0 + + + 12058 + 1748 + 10997 + 0 + + + 11253 + 1680 + 10232 + 0 + + + 4894 + 2104 + 6722 + 0 + + + 8340 + 1038 + 7624 + 0 + + + 11241 + 405 + 10216 + 0 + + + 11963 + 1462 + 10888 + 0 + + + 5398 + 372 + 5348 + 0 + + + 12682 + 442 + 11421 + 0 + + + 9268 + 1583 + 8446 + 0 + + + 9040 + 1243 + 8320 + 0 + + + 9341 + 419 + 8449 + 2 + + + 6207 + 2086 + 6252 + 0 + + + 9543 + 7203 + 8037 + 1 + + + 7642 + 4133 + 6792 + 66 + + + 12198 + 1766 + 11064 + 0 + + + 13398 + 1101 + 12076 + 0 + + + 5660 + 898 + 5639 + 0 + + + 11663 + 146 + 10586 + 0 + + + 9228 + 6705 + 8049 + 2 + + + 8807 + 1256 + 7971 + 0 + + + 8075 + 4570 + 5705 + 9 + + + 12207 + 5780 + 10939 + 2 + + + 10909 + 1841 + 9932 + 0 + + + 6084 + 1746 + 6117 + 0 + + + 13040 + 988 + 11735 + 0 + + + 8241 + 4738 + 5506 + 31 + + + 8405 + 805 + 7686 + 0 + + + 6979 + 3264 + 1491 + 0 + + + 12396 + 1782 + 11175 + 0 + + + 2915 + 1605 + 2659 + 0 + + + 7830 + 4323 + 5739 + 1 + + + 8469 + 952 + 7721 + 0 + + + 320 + 1610 + 797 + 0 + + + 6635 + 1468 + 7206 + 0 + + + 2036 + 3376 + 1710 + 0 + + + 10589 + 7331 + 8933 + 1 + + + 6488 + 707 + 7046 + 0 + + + 11991 + 311 + 10907 + 0 + + + 8748 + 5821 + 7920 + 0 + + + 3457 + 2191 + 4650 + 0 + + + 6547 + 143 + 7110 + 0 + + + 4587 + 1994 + 6382 + 0 + + + 12405 + 1244 + 11184 + 0 + + + 7863 + 4356 + 2293 + 19 + + + 13231 + 1142 + 11915 + 0 + + + 2092 + 1603 + 1770 + 0 + + + 8859 + 1646 + 8031 + 0 + + + 6107 + 159 + 6142 + 0 + + + 2565 + 3168 + 2283 + 0 + + + 4880 + 1849 + 6707 + 0 + + + 4585 + 1518 + 6380 + 0 + + + 1824 + 1552 + 1481 + 0 + + + 4748 + 1383 + 6562 + 0 + + + 9289 + 1418 + 8460 + 0 + + + 8708 + 5756 + 7244 + 54 + + + 8003 + 4497 + 6576 + 1 + + + 2426 + 1483 + 2133 + 0 + + + 4586 + 1666 + 6381 + 0 + + + 286 + 1911 + 761 + 0 + + + 13890 + 7358 + 10611 + 8 + + + 7884 + 4377 + 6234 + 91 + + + 5346 + 2130 + 5288 + 0 + + + 4181 + 230 + 4253 + 0 + + + 10644 + 1811 + 9693 + 0 + + + 10047 + 287 + 9106 + 1 + + + 9068 + 532 + 8342 + 0 + + + 2176 + 865 + 1863 + 0 + + + 2721 + 772 + 2449 + 0 + + + 9469 + 7058 + 8513 + 35 + + + 2860 + 3648 + 2599 + 0 + + + 10514 + 1304 + 9560 + 0 + + + 8595 + 200 + 7854 + 0 + + + 11968 + 1235 + 10889 + 0 + + + 6072 + 293 + 6104 + 0 + + + 11700 + 3441 + 10621 + 0 + + + 5598 + 1829 + 5571 + 0 + + + 5348 + 199 + 5290 + 0 + + + 13179 + 1636 + 11870 + 0 + + + 12739 + 887 + 11462 + 0 + + + 12335 + 5748 + 10866 + 46 + + + 9379 + 1338 + 8561 + 0 + + + 9467 + 7056 + 8513 + 33 + + + 12474 + 732 + 11246 + 2 + + + 8189 + 4685 + 1666 + 2 + + + 11583 + 990 + 10525 + 0 + + + 7724 + 1887 + 3263 + 3 + + + 13251 + 946 + 11930 + 0 + + + 10017 + 7308 + 8589 + 1 + + + 13134 + 372 + 11823 + 0 + + + 12471 + 1711 + 11248 + 0 + + + 9593 + 1093 + 8720 + 0 + + + 11613 + 5263 + 10549 + 3 + + + 8083 + 4578 + 5519 + 4 + + + 7973 + 4467 + 5442 + 2 + + + 11886 + 7687 + 10807 + 0 + + + 5928 + 1839 + 5940 + 0 + + + 12539 + 4100 + 11299 + 0 + + + 10944 + 355 + 9969 + 0 + + + 10281 + 1801 + 9382 + 0 + + + 4743 + 1564 + 6555 + 0 + + + 8709 + 5757 + 7244 + 55 + + + 13173 + 324 + 11863 + 0 + + + 6354 + 3434 + 6897 + 0 + + + 11758 + 891 + 10673 + 0 + + + 12775 + 1167 + 11501 + 0 + + + 9840 + 1465 + 8969 + 0 + + + 11260 + 147 + 10241 + 0 + + + 4588 + 1561 + 6383 + 0 + + + 6819 + 592 + 6044 + 0 + + + 8437 + 5098 + 1306 + 5 + + + 4826 + 324 + 6648 + 0 + + + 9453 + 4320 + 8513 + 19 + + + 8312 + 183 + 7602 + 0 + + + 2859 + 742 + 2598 + 0 + + + 2876 + 1751 + 2616 + 0 + + + 9413 + 785 + 8587 + 0 + + + 13272 + 1510 + 11960 + 0 + + + 4486 + 1322 + 4584 + 0 + + + 8524 + 962 + 7794 + 0 + + + 7620 + 4111 + 6483 + 7 + + + 5783 + 1419 + 5779 + 0 + + + 6183 + 708 + 6225 + 0 + + + 1910 + 450 + 1574 + 0 + + + 2254 + 342 + 1946 + 0 + + + 12846 + 1197 + 11543 + 0 + + + 9691 + 892 + 8818 + 0 + + + 12131 + 1093 + 11016 + 0 + + + 11731 + 1035 + 10653 + 0 + + + 12370 + 245 + 11153 + 0 + + + 11989 + 585 + 10916 + 0 + + + 8637 + 275 + 7899 + 0 + + + 7855 + 4348 + 6234 + 92 + + + 11884 + 658 + 10799 + 0 + + + 9765 + 1205 + 8892 + 0 + + + 9329 + 1911 + 8496 + 0 + + + 5474 + 931 + 5433 + 0 + + + 10451 + 1122 + 9503 + 0 + + + 6871 + 1896 + 7244 + 0 + + + 4729 + 877 + 6538 + 0 + + + 9438 + 7027 + 8513 + 4 + + + 9768 + 211 + 8895 + 0 + + + 8473 + 5144 + 7295 + 4 + + + 13002 + 1672 + 11698 + 0 + + + 2281 + 1353 + 1976 + 0 + + + 6093 + 1877 + 6127 + 0 + + + 9240 + 1978 + 8419 + 0 + + + 11873 + 431 + 10787 + 0 + + + 349 + 1895 + 830 + 0 + + + 6808 + 873 + 5761 + 0 + + + 8724 + 5772 + 7244 + 70 + + + 6860 + 1037 + 6900 + 0 + + + 11056 + 1605 + 10074 + 0 + + + 10509 + 1424 + 9555 + 0 + + + 11624 + 1532 + 10557 + 0 + + + 10505 + 1017 + 9553 + 0 + + + 11865 + 161 + 10784 + 0 + + + 5392 + 1474 + 5342 + 0 + + + 7369 + 1731 + 760 + 0 + + + 8318 + 4825 + 7201 + 5 + + + 6206 + 1494 + 6251 + 0 + + + 8774 + 497 + 7946 + 0 + + + 10046 + 294 + 9152 + 0 + + + 6777 + 775 + 6796 + 0 + + + 9597 + 1992 + 8724 + 0 + + + 7531 + 2043 + 5605 + 0 + + + 11262 + 684 + 10237 + 0 + + + 5466 + 1563 + 5424 + 0 + + + 10630 + 823 + 9681 + 0 + + + 9052 + 1481 + 8325 + 0 + + + 6683 + 1548 + 7259 + 0 + + + 12545 + 328 + 11301 + 0 + + + 9101 + 6441 + 8347 + 0 + + + 5451 + 1878 + 5408 + 0 + + + 12065 + 1127 + 10983 + 0 + + + 11027 + 1411 + 10045 + 0 + + + 10351 + 6646 + 8833 + 2 + + + 8181 + 4677 + 5738 + 5 + + + 13339 + 290 + 12012 + 0 + + + 8831 + 909 + 8001 + 0 + + + 13239 + 1091 + 11920 + 0 + + + 7784 + 4276 + 5891 + 16 + + + 13842 + 6625 + 9984 + 1 + + + 9697 + 7193 + 8824 + 0 + + + 12818 + 849 + 11536 + 0 + + + 12357 + 523 + 11145 + 0 + + + 2626 + 3086 + 2347 + 0 + + + 6528 + 1711 + 7088 + 0 + + + 10172 + 7327 + 9284 + 0 + + + 7688 + 4179 + 5901 + 6 + + + 9207 + 6653 + 8386 + 1 + + + 13912 + 1104 + 12500 + 0 + + + 9546 + 7206 + 8037 + 4 + + + 6222 + 1395 + 6269 + 0 + + + 3681 + 1572 + 3716 + 0 + + + 11330 + 1010 + 10294 + 0 + + + 7905 + 4398 + 5785 + 5 + + + 5894 + 1787 + 5902 + 0 + + + 6017 + 284 + 6041 + 0 + + + 8272 + 4769 + 6234 + 93 + + + 12444 + 1058 + 11225 + 0 + + + 11122 + 4675 + 10085 + 23 + + + 9637 + 691 + 8764 + 0 + + + 13614 + 111 + 12256 + 0 + + + 8224 + 4721 + 5738 + 2 + + + 9487 + 7063 + 8628 + 0 + + + 8300 + 553 + 7592 + 0 + + + 5370 + 687 + 5316 + 0 + + + 4943 + 1120 + 6779 + 0 + + + 9151 + 6541 + 8358 + 0 + + + 5729 + 2251 + 5716 + 0 + + + 10057 + 1165 + 9171 + 0 + + + 2906 + 1710 + 2649 + 0 + + + 11938 + 1878 + 10857 + 0 + + + 1818 + 1074 + 1475 + 0 + + + 9455 + 7044 + 8513 + 21 + + + 10929 + 668 + 9952 + 0 + + + 9513 + 379 + 8640 + 0 + + + 9196 + 652 + 8373 + 0 + + + 11602 + 4237 + 10542 + 0 + + + 11566 + 1712 + 10509 + 0 + + + 12167 + 1407 + 11039 + 0 + + + 9520 + 1633 + 8646 + 0 + + + 2184 + 3352 + 1871 + 0 + + + 13402 + 829 + 12079 + 0 + + + 313 + 459 + 790 + 0 + + + 5937 + 1194 + 5951 + 0 + + + 8907 + 159 + 8076 + 0 + + + 2154 + 3344 + 1838 + 0 + + + 10074 + 1399 + 9192 + 0 + + + 10815 + 636 + 9841 + 0 + + + 13967 + 367 + 12523 + 0 + + + 5600 + 492 + 5573 + 0 + + + 10814 + 1605 + 9840 + 0 + + + 8676 + 5724 + 7244 + 22 + + + 12509 + 6124 + 11267 + 1 + + + 11854 + 4237 + 10770 + 0 + + + 10313 + 7351 + 9353 + 2 + + + 9422 + 664 + 8588 + 0 + + + 11959 + 6124 + 10884 + 0 + + + 8073 + 4568 + 5506 + 3 + + + 2865 + 1516 + 2604 + 0 + + + 12627 + 189 + 11373 + 0 + + + 5488 + 1157 + 5448 + 0 + + + 6085 + 1532 + 6118 + 0 + + + 8101 + 1884 + 6264 + 1 + + + 5610 + 2031 + 5583 + 0 + + + 9510 + 624 + 8639 + 0 + + + 8797 + 1620 + 7978 + 0 + + + 4538 + 991 + 4642 + 0 + + + 5958 + 1073 + 5976 + 0 + + + 6534 + 1566 + 7096 + 0 + + + 6230 + 945 + 6279 + 0 + + + 8023 + 4518 + 6219 + 6 + + + 10511 + 3425 + 9556 + 0 + + + 6096 + 1289 + 6131 + 0 + + + 9748 + 1070 + 8875 + 0 + + + 7337 + 101 + 5339 + 0 + + + 11781 + 1321 + 10702 + 0 + + + 10714 + 130 + 9743 + 0 + + + 12505 + 878 + 11268 + 2 + + + 13812 + 1611 + 12407 + 0 + + + 10475 + 555 + 9521 + 0 + + + 8257 + 4754 + 4173 + 8 + + + 9194 + 221 + 8397 + 0 + + + 8307 + 1605 + 7597 + 0 + + + 10952 + 430 + 9973 + 0 + + + 11933 + 1899 + 10860 + 0 + + + 13280 + 3422 + 11959 + 0 + + + 6210 + 2087 + 6255 + 0 + + + 4533 + 2186 + 4636 + 0 + + + 1880 + 3284 + 1542 + 0 + + + 12550 + 1605 + 11306 + 0 + + + 6143 + 2276 + 6182 + 0 + + + 8108 + 4604 + 5530 + 11 + + + 8765 + 3431 + 7938 + 0 + + + 10248 + 1133 + 9354 + 0 + + + 13750 + 1245 + 12349 + 0 + + + 9502 + 770 + 8622 + 0 + + + 8159 + 4655 + 6872 + 1 + + + 5800 + 1490 + 5799 + 0 + + + 11040 + 644 + 10058 + 0 + + + 5759 + 1786 + 5750 + 0 + + + 13417 + 976 + 12083 + 0 + + + 5597 + 1199 + 5570 + 0 + + + 11847 + 6424 + 10768 + 2 + + + 6678 + 3644 + 7253 + 0 + + + 12124 + 6521 + 11013 + 12 + + + 9383 + 1616 + 8549 + 0 + + + 12719 + 335 + 11444 + 0 + + + 10168 + 7323 + 9281 + 0 + + + 10079 + 1315 + 9197 + 0 + + + 11090 + 1373 + 10097 + 0 + + + 12201 + 7159 + 11063 + 0 + + + 10699 + 850 + 9672 + 1 + + + 6912 + 1605 + 1357 + 0 + + + 12170 + 6466 + 11029 + 1 + + + 13396 + 1826 + 12078 + 0 + + + 774 + 1605 + 1291 + 0 + + + 9587 + 179 + 8714 + 0 + + + 11237 + 7644 + 10210 + 7 + + + 3341 + 1338 + 3588 + 0 + + + 5445 + 1113 + 5402 + 0 + + + 12555 + 256 + 11310 + 0 + + + 12158 + 641 + 11036 + 0 + + + 5045 + 308 + 4957 + 0 + + + 10690 + 4454 + 9682 + 8 + + + 7952 + 4446 + 6130 + 4 + + + 9349 + 6924 + 8046 + 1 + + + 9448 + 7037 + 8513 + 14 + + + 4796 + 2218 + 6616 + 0 + + + 9008 + 6321 + 8180 + 0 + + + 10007 + 7307 + 9127 + 0 + + + 8561 + 803 + 7819 + 0 + + + 11378 + 598 + 10331 + 0 + + + 8100 + 4595 + 5709 + 1 + + + 13472 + 1026 + 12137 + 0 + + + 5683 + 2315 + 5665 + 0 + + + 13458 + 611 + 12139 + 0 + + + 1828 + 3262 + 1485 + 0 + + + 7615 + 4106 + 5901 + 3 + + + 10353 + 6650 + 8833 + 4 + + + 6723 + 1893 + 1771 + 0 + + + 6314 + 1232 + 6854 + 0 + + + 12334 + 5747 + 10866 + 45 + + + 8453 + 5129 + 7610 + 1 + + + 12413 + 1285 + 11199 + 0 + + + 8529 + 989 + 7799 + 0 + + + 10404 + 1465 + 9463 + 0 + + + 8032 + 4527 + 6795 + 3 + + + 6675 + 722 + 7250 + 0 + + + 3470 + 923 + 4663 + 0 + + + 8169 + 4665 + 5739 + 4 + + + 9747 + 1396 + 8874 + 0 + + + 4612 + 1440 + 6410 + 0 + + + 6062 + 1407 + 6093 + 0 + + + 9634 + 964 + 8761 + 0 + + + 4757 + 253 + 6572 + 0 + + + 13118 + 1093 + 11804 + 0 + + + 1767 + 1605 + 1420 + 0 + + + 8005 + 4499 + 5891 + 15 + + + 8876 + 6121 + 8046 + 0 + + + 9014 + 272 + 8267 + 0 + + + 7726 + 4218 + 6401 + 27 + + + 13445 + 203 + 12118 + 0 + + + 13260 + 907 + 11947 + 0 + + + 11022 + 1918 + 10040 + 0 + + + 12002 + 1426 + 10908 + 0 + + + 10594 + 1169 + 9645 + 0 + + + 1997 + 3405 + 1668 + 0 + + + 6236 + 1226 + 6285 + 0 + + + 12374 + 1774 + 11156 + 0 + + + 8799 + 1004 + 7976 + 0 + + + 10515 + 1048 + 9558 + 0 + + + 4883 + 2097 + 6710 + 0 + + + 7756 + 4248 + 6219 + 21 + + + 3345 + 196 + 3593 + 0 + + + 10959 + 1746 + 9985 + 0 + + + 12972 + 729 + 11670 + 0 + + + 11044 + 1203 + 10064 + 0 + + + 11598 + 606 + 10541 + 0 + + + 9064 + 997 + 8335 + 0 + + + 10002 + 465 + 9123 + 0 + + + 5726 + 218 + 5713 + 0 + + + 11246 + 903 + 10221 + 0 + + + 12435 + 708 + 11226 + 0 + + + 6838 + 1412 + 7310 + 0 + + + 12525 + 326 + 11285 + 0 + + + 13666 + 1445 + 12310 + 0 + + + 12528 + 1600 + 11290 + 0 + + + 4775 + 161 + 6592 + 0 + + + 11284 + 502 + 10250 + 0 + + + 11384 + 3661 + 10337 + 0 + + + 8512 + 1049 + 7786 + 0 + + + 11497 + 209 + 10436 + 0 + + + 12189 + 9 + 11051 + 0 + + + 12186 + 6924 + 10831 + 1 + + + 11288 + 5101 + 10253 + 1 + + + 13632 + 1496 + 12276 + 0 + + + 10947 + 6102 + 9971 + 0 + + + 9032 + 1796 + 8271 + 0 + + + 9845 + 1191 + 8974 + 0 + + + 5723 + 2249 + 5710 + 0 + + + 6766 + 1057 + 6560 + 0 + + + 7800 + 4292 + 6540 + 5 + + + 8039 + 4534 + 6234 + 125 + + + 1831 + 120 + 1488 + 0 + + + 10278 + 710 + 9372 + 0 + + + 12312 + 5712 + 10866 + 10 + + + 10503 + 256 + 9549 + 0 + + + 1763 + 1605 + 1414 + 0 + + + 13588 + 1500 + 12236 + 0 + + + 9608 + 911 + 8735 + 0 + + + 2617 + 257 + 2337 + 0 + + + 5311 + 1333 + 5247 + 0 + + + 9262 + 1623 + 8440 + 0 + + + 9643 + 1132 + 8770 + 0 + + + 6351 + 1285 + 6894 + 0 + + + 9854 + 534 + 8983 + 0 + + + 4824 + 1571 + 6646 + 0 + + + 9294 + 1540 + 8471 + 0 + + + 12359 + 1746 + 11157 + 0 + + + 11808 + 1536 + 10731 + 0 + + + 11861 + 833 + 10781 + 0 + + + 11648 + 3604 + 10373 + 1 + + + 6023 + 2272 + 6048 + 0 + + + 2270 + 1605 + 1964 + 0 + + + 2687 + 1752 + 2412 + 0 + + + 11777 + 324 + 10692 + 0 + + + 8744 + 483 + 7918 + 0 + + + 9956 + 1605 + 9073 + 0 + + + 5906 + 2025 + 5915 + 0 + + + 12137 + 1499 + 11024 + 0 + + + 10908 + 617 + 9933 + 0 + + + 8503 + 1185 + 7775 + 0 + + + 9951 + 1605 + 9068 + 0 + + + 6588 + 1460 + 7154 + 0 + + + 10480 + 493 + 9527 + 0 + + + 8211 + 4708 + 6234 + 76 + + + 9578 + 1672 + 8705 + 0 + + + 8689 + 5737 + 7244 + 35 + + + 10061 + 666 + 9179 + 0 + + + 8892 + 249 + 8057 + 0 + + + 12011 + 4481 + 10911 + 4 + + + 10194 + 657 + 9303 + 0 + + + 9653 + 7189 + 8780 + 0 + + + 5397 + 1491 + 5347 + 0 + + + 2908 + 1726 + 2651 + 0 + + + 9362 + 1417 + 8540 + 0 + + + 7697 + 1402 + 5426 + 3 + + + 9867 + 1951 + 8993 + 0 + + + 6805 + 1500 + 5709 + 0 + + + 10695 + 4334 + 9700 + 5 + + + 8309 + 327 + 7596 + 0 + + + 11632 + 406 + 10565 + 0 + + + 9075 + 6406 + 8038 + 1 + + + 4438 + 1605 + 4533 + 0 + + + 5403 + 396 + 5354 + 0 + + + 8515 + 1573 + 7783 + 0 + + + 12021 + 584 + 10944 + 0 + + + 9180 + 1373 + 8384 + 0 + + + 13940 + 1937 + 12508 + 0 + + + 4807 + 259 + 6627 + 0 + + + 11280 + 441 + 10248 + 0 + + + 5867 + 437 + 5872 + 0 + + + 13409 + 6415 + 12091 + 0 + + + 8009 + 4504 + 6575 + 18 + + + 4148 + 1481 + 4218 + 0 + + + 10048 + 507 + 9126 + 1 + + + 9369 + 1669 + 8527 + 0 + + + 7754 + 4246 + 6247 + 1 + + + 8398 + 1053 + 7687 + 0 + + + 12859 + 1440 + 11572 + 0 + + + 11932 + 7690 + 10851 + 0 + + + 12342 + 5757 + 10866 + 55 + + + 12724 + 526 + 11446 + 0 + + + 10369 + 1259 + 8826 + 1 + + + 8981 + 296 + 8152 + 0 + + + 3024 + 1605 + 3247 + 0 + + + 11344 + 5141 + 10266 + 1 + + + 8081 + 4576 + 6333 + 4 + + + 8771 + 752 + 7942 + 0 + + + 7044 + 3316 + 2565 + 0 + + + 8263 + 4760 + 5439 + 1 + + + 12082 + 291 + 11004 + 0 + + + 5718 + 1385 + 5702 + 0 + + + 12382 + 258 + 11177 + 0 + + + 9018 + 644 + 8254 + 0 + + + 6703 + 3429 + 7280 + 0 + + + 7632 + 4123 + 6792 + 41 + + + 9437 + 4400 + 8513 + 3 + + + 13453 + 1962 + 12122 + 0 + + + 6209 + 1514 + 6254 + 0 + + + 12406 + 1958 + 11191 + 0 + + + 8071 + 1612 + 5705 + 15 + + + 7738 + 4230 + 6401 + 28 + + + 13180 + 958 + 11869 + 0 + + + 10039 + 3741 + 9153 + 0 + + + 776 + 1792 + 1293 + 0 + + + 7757 + 4249 + 6221 + 6 + + + 1918 + 520 + 1583 + 0 + + + 10635 + 1118 + 9685 + 0 + + + 6768 + 1090 + 6580 + 0 + + + 11872 + 1293 + 10790 + 0 + + + 6867 + 1377 + 7109 + 0 + + + 11694 + 1371 + 10611 + 0 + + + 12556 + 1654 + 11311 + 0 + + + 6148 + 2279 + 6187 + 0 + + + 2966 + 1605 + 2715 + 0 + + + 9456 + 7045 + 8513 + 22 + + + 12044 + 197 + 10957 + 0 + + + 9368 + 267 + 8531 + 0 + + + 13202 + 1214 + 11886 + 0 + + + 7858 + 4351 + 6875 + 1 + + + 9986 + 233 + 9108 + 0 + + + 12948 + 7699 + 11110 + 1 + + + 9583 + 1285 + 8710 + 0 + + + 5619 + 2037 + 5595 + 0 + + + 11864 + 1219 + 10783 + 0 + + + 13243 + 303 + 11926 + 0 + + + 11372 + 1088 + 10329 + 0 + + + 9358 + 1969 + 8524 + 0 + + + 291 + 1571 + 766 + 0 + + + 9596 + 3441 + 8723 + 0 + + + 8935 + 1040 + 8106 + 0 + + + 11976 + 1619 + 10922 + 0 + + + 2194 + 680 + 1881 + 0 + + + 1929 + 921 + 1595 + 0 + + + 11316 + 727 + 10283 + 0 + + + 12960 + 737 + 10679 + 3 + + + 12060 + 913 + 10987 + 0 + + + 1939 + 3365 + 1605 + 0 + + + 9351 + 902 + 8538 + 0 + + + 5650 + 2141 + 5629 + 0 + + + 4749 + 1167 + 6563 + 0 + + + 13430 + 1840 + 12105 + 0 + + + 2306 + 1720 + 2004 + 0 + + + 7751 + 4243 + 5414 + 1 + + + 11871 + 1617 + 10792 + 0 + + + 11388 + 1825 + 10336 + 0 + + + 6368 + 878 + 6912 + 0 + + + 9403 + 267 + 8580 + 0 + + + 12802 + 6964 + 10623 + 5 + + + 10406 + 828 + 9464 + 0 + + + 10075 + 1937 + 9208 + 0 + + + 8784 + 505 + 7955 + 0 + + + 8567 + 970 + 7823 + 0 + + + 12080 + 664 + 10967 + 0 + + + 9265 + 1170 + 8445 + 0 + + + 4649 + 1550 + 6450 + 0 + + + 10418 + 871 + 9476 + 0 + + + 5889 + 634 + 5895 + 0 + + + 7562 + 2110 + 6879 + 0 + + + 11561 + 4325 + 10504 + 1 + + + 10049 + 7312 + 9125 + 1 + + + 13728 + 7736 + 8513 + 49 + + + 10494 + 1417 + 9542 + 0 + + + 8927 + 1772 + 8098 + 0 + + + 11375 + 518 + 10327 + 0 + + + 10904 + 499 + 9928 + 0 + + + 8737 + 5785 + 7615 + 2 + + + 10352 + 4153 + 8833 + 3 + + + 11821 + 416 + 10745 + 0 + + + 5747 + 2257 + 5736 + 0 + + + 6137 + 1942 + 6174 + 0 + + + 9738 + 881 + 8865 + 0 + + + 8633 + 932 + 7890 + 0 + + + 13577 + 4200 + 12146 + 1 + + + 2805 + 3429 + 2540 + 0 + + + 9541 + 701 + 7944 + 1 + + + 6990 + 1605 + 1675 + 0 + + + 4620 + 369 + 6418 + 0 + + + 9779 + 2304 + 8902 + 0 + + + 6199 + 1625 + 6244 + 0 + + + 11771 + 1870 + 10699 + 0 + + + 8796 + 1666 + 7966 + 0 + + + 9600 + 447 + 8727 + 0 + + + 2710 + 3164 + 2437 + 0 + + + 5300 + 374 + 5235 + 0 + + + 11345 + 5142 + 10266 + 2 + + + 8109 + 4605 + 6219 + 22 + + + 13934 + 1451 + 12502 + 0 + + + 5337 + 111 + 5278 + 0 + + + 7835 + 4328 + 2327 + 1 + + + 1853 + 195 + 1512 + 0 + + + 800 + 146 + 1319 + 0 + + + 8843 + 4395 + 8024 + 0 + + + 12151 + 421 + 11032 + 0 + + + 7732 + 4175 + 4885 + 7 + + + 9615 + 272 + 8742 + 0 + + + 10903 + 1824 + 9927 + 0 + + + 11032 + 6124 + 10050 + 0 + + + 2161 + 153 + 1846 + 0 + + + 9727 + 651 + 8854 + 0 + + + 3590 + 2070 + 4792 + 0 + + + 6348 + 1791 + 6891 + 0 + + + 12575 + 7398 + 11322 + 5 + + + 8651 + 212 + 7907 + 0 + + + 13331 + 1644 + 12007 + 0 + + + 11071 + 1605 + 10087 + 0 + + + 12287 + 1481 + 11131 + 0 + + + 10045 + 1461 + 9158 + 0 + + + 12776 + 6021 + 11502 + 0 + + + 7547 + 2269 + 6034 + 0 + + + 9669 + 107 + 8796 + 0 + + + 5216 + 461 + 5142 + 0 + + + 778 + 1605 + 1295 + 0 + + + 12399 + 956 + 11190 + 0 + + + 2143 + 1620 + 1827 + 0 + + + 7861 + 4354 + 6092 + 1 + + + 12347 + 5762 + 10866 + 60 + + + 8490 + 811 + 7754 + 0 + + + 8937 + 1702 + 8104 + 0 + + + 6830 + 758 + 7302 + 0 + + + 9025 + 790 + 8270 + 0 + + + 5868 + 486 + 5873 + 0 + + + 6394 + 3702 + 6940 + 0 + + + 9505 + 7084 + 8469 + 1 + + + 13129 + 498 + 11815 + 0 + + + 13743 + 1394 + 12342 + 0 + + + 13830 + 257 + 12428 + 0 + + + 9063 + 719 + 8337 + 0 + + + 11369 + 1260 + 10322 + 0 + + + 7878 + 1649 + 5462 + 2 + + + 10685 + 4723 + 9682 + 3 + + + 8446 + 5122 + 7282 + 4 + + + 11236 + 784 + 10210 + 6 + + + 5808 + 2151 + 5807 + 0 + + + 8956 + 1011 + 8127 + 0 + + + 8289 + 4786 + 4956 + 7 + + + 11743 + 7683 + 10665 + 0 + + + 8142 + 4638 + 5785 + 6 + + + 5400 + 779 + 5350 + 0 + + + 13704 + 7725 + 8513 + 38 + + + 8730 + 4414 + 7808 + 2 + + + 4686 + 1472 + 6491 + 0 + + + 6496 + 958 + 7054 + 0 + + + 7874 + 234 + 5739 + 5 + + + 10139 + 1018 + 9220 + 0 + + + 7798 + 4290 + 6333 + 14 + + + 8642 + 438 + 7900 + 0 + + + 8161 + 4657 + 6234 + 34 + + + 11037 + 864 + 10055 + 0 + + + 12092 + 7206 + 10982 + 3 + + + 12059 + 1651 + 10984 + 0 + + + 1904 + 3358 + 1568 + 0 + + + 8898 + 667 + 8059 + 0 + + + 8798 + 125 + 7970 + 0 + + + 7864 + 4357 + 5427 + 3 + + + 6051 + 1517 + 6079 + 0 + + + 11147 + 7644 + 7282 + 7 + + + 4724 + 1011 + 6533 + 0 + + + 5231 + 263 + 5158 + 0 + + + 8973 + 3646 + 8143 + 0 + + + 10221 + 1814 + 9337 + 0 + + + 8641 + 1987 + 7897 + 0 + + + 6713 + 1549 + 7292 + 0 + + + 7909 + 4403 + 6333 + 3 + + + 9188 + 1364 + 8391 + 0 + + + 13385 + 763 + 12065 + 0 + + + 8998 + 277 + 8161 + 0 + + + 5507 + 2135 + 5469 + 0 + + + 12192 + 1437 + 11058 + 0 + + + 9115 + 6474 + 8055 + 9 + + + 284 + 737 + 758 + 0 + + + 6061 + 1311 + 6092 + 0 + + + 13673 + 1174 + 12314 + 0 + + + 4927 + 602 + 6759 + 0 + + + 11818 + 336 + 10741 + 0 + + + 9704 + 1615 + 8831 + 0 + + + 12441 + 7210 + 11221 + 0 + + + 4830 + 2623 + 6652 + 0 + + + 9796 + 803 + 8923 + 0 + + + 6226 + 2237 + 6273 + 0 + + + 9973 + 1020 + 9090 + 0 + + + 12794 + 7708 + 10623 + 1 + + + 12303 + 1311 + 10866 + 71 + + + 11790 + 538 + 10712 + 0 + + + 12341 + 5756 + 10866 + 54 + + + 10581 + 1196 + 9635 + 0 + + + 11213 + 3621 + 10193 + 0 + + + 5675 + 1015 + 5656 + 0 + + + 5523 + 2137 + 5486 + 0 + + + 3583 + 181 + 4785 + 0 + + + 5357 + 848 + 5300 + 0 + + + 5856 + 1093 + 5860 + 0 + + + 13908 + 1384 + 12479 + 0 + + + 12330 + 5742 + 10866 + 40 + + + 3677 + 1400 + 3712 + 0 + + + 5655 + 561 + 5634 + 0 + + + 6821 + 1146 + 6080 + 0 + + + 7881 + 4374 + 6234 + 60 + + + 4886 + 2099 + 6713 + 0 + + + 9463 + 7052 + 8513 + 29 + + + 11132 + 1221 + 10117 + 0 + + + 10396 + 1829 + 9456 + 0 + + + 8763 + 759 + 7934 + 0 + + + 6665 + 339 + 7239 + 0 + + + 9346 + 1572 + 8518 + 0 + + + 6845 + 1605 + 7317 + 0 + + + 10291 + 1302 + 9384 + 0 + + + 6370 + 2116 + 6915 + 0 + + + 9093 + 6424 + 8020 + 2 + + + 13618 + 969 + 12264 + 0 + + + 10077 + 1900 + 9199 + 0 + + + 2001 + 1605 + 1672 + 0 + + + 12754 + 1405 + 11484 + 0 + + + 9506 + 4406 + 8469 + 2 + + + 8294 + 986 + 7585 + 0 + + + 5453 + 1062 + 5410 + 0 + + + 10546 + 780 + 9600 + 0 + + + 8082 + 4577 + 5530 + 13 + + + 5736 + 2253 + 5723 + 0 + + + 10051 + 1186 + 9165 + 0 + + + 7729 + 4221 + 6792 + 65 + + + 5897 + 915 + 5905 + 0 + + + 6782 + 598 + 5165 + 0 + + + 6738 + 3567 + 2669 + 0 + + + 11717 + 1901 + 10638 + 0 + + + 7901 + 4394 + 6219 + 26 + + + 5228 + 583 + 5155 + 0 + + + 9722 + 1328 + 8845 + 0 + + + 12885 + 707 + 11591 + 0 + + + 12157 + 1057 + 11044 + 0 + + + 13292 + 1315 + 11971 + 0 + + + 7958 + 1236 + 5507 + 1 + + + 6801 + 1222 + 5587 + 0 + + + 8194 + 4690 + 2293 + 40 + + + 6793 + 786 + 5411 + 0 + + + 9560 + 7158 + 8661 + 0 + + + 9113 + 6472 + 8055 + 7 + + + 2846 + 1677 + 2584 + 0 + + + 6180 + 695 + 6222 + 0 + + + 10196 + 738 + 9307 + 0 + + + 5742 + 1812 + 5731 + 0 + + + 13487 + 208 + 12147 + 0 + + + 12475 + 7348 + 11242 + 1 + + + 8960 + 1304 + 8138 + 0 + + + 8655 + 5703 + 7244 + 1 + + + 5505 + 2134 + 5467 + 0 + + + 4913 + 279 + 6745 + 0 + + + 6784 + 789 + 5232 + 0 + + + 6397 + 553 + 6945 + 0 + + + 5347 + 1160 + 5289 + 0 + + + 8255 + 4752 + 5126 + 2 + + + 10973 + 1812 + 9990 + 0 + + + 10078 + 683 + 9204 + 0 + + + 10147 + 808 + 9272 + 0 + + + 3456 + 1219 + 4649 + 0 + + + 11051 + 7635 + 10071 + 0 + + + 4532 + 1380 + 4635 + 0 + + + 13686 + 1502 + 12326 + 0 + + + 13682 + 550 + 12328 + 0 + + + 5746 + 841 + 5735 + 0 + + + 12671 + 6864 + 11417 + 1 + + + 7888 + 4381 + 6333 + 12 + + + 6645 + 1605 + 7217 + 0 + + + 5648 + 205 + 5627 + 0 + + + 9979 + 907 + 9101 + 0 + + + 12188 + 1307 + 11053 + 0 + + + 5882 + 1912 + 5888 + 0 + + + 8031 + 4526 + 6895 + 1 + + + 8197 + 4693 + 6575 + 3 + + + 8026 + 4521 + 1664 + 26 + + + 7833 + 1736 + 3263 + 2 + + + 9652 + 7188 + 8779 + 0 + + + 12363 + 1460 + 11152 + 0 + + + 11825 + 1846 + 10749 + 0 + + + 9126 + 6501 + 8029 + 1 + + + 1762 + 1887 + 1413 + 0 + + + 9280 + 648 + 8456 + 0 + + + 6029 + 273 + 6055 + 0 + + + 13677 + 7249 + 12321 + 0 + + + 11403 + 1146 + 10355 + 0 + + + 8325 + 891 + 7610 + 0 + + + 13589 + 7344 + 12236 + 1 + + + 6022 + 252 + 6047 + 0 + + + 12105 + 1827 + 11006 + 0 + + + 8904 + 173 + 8070 + 0 + + + 10595 + 843 + 9649 + 0 + + + 12075 + 1699 + 10968 + 0 + + + 9853 + 1411 + 8982 + 0 + + + 13952 + 1397 + 12514 + 0 + + + 12199 + 1818 + 11060 + 0 + + + 11582 + 998 + 10522 + 0 + + + 13168 + 1304 + 11852 + 0 + + + 4892 + 2103 + 6720 + 0 + + + 8541 + 1320 + 7810 + 0 + + + 12270 + 752 + 11115 + 0 + + + 5393 + 1205 + 5343 + 0 + + + 4746 + 269 + 6558 + 0 + + + 9795 + 1759 + 8922 + 0 + + + 3578 + 2066 + 4780 + 0 + + + 2166 + 1262 + 1851 + 0 + + + 2572 + 226 + 2291 + 0 + + + 5175 + 1115 + 5098 + 0 + + + 8013 + 4508 + 6575 + 15 + + + 10504 + 615 + 9550 + 0 + + + 10402 + 1075 + 9468 + 0 + + + 9152 + 1502 + 8359 + 0 + + + 4821 + 1099 + 6642 + 0 + + + 10820 + 1474 + 9846 + 0 + + + 9047 + 536 + 8322 + 0 + + + 7555 + 2081 + 6219 + 0 + + + 11264 + 1471 + 10240 + 0 + + + 13665 + 899 + 12309 + 0 + + + 9509 + 643 + 8638 + 0 + + + 8660 + 1560 + 7244 + 6 + + + 10423 + 1451 + 9480 + 0 + + + 5534 + 1642 + 5499 + 0 + + + 7371 + 1922 + 786 + 0 + + + 1947 + 652 + 1614 + 0 + + + 12176 + 6472 + 11029 + 7 + + + 13459 + 1255 + 12115 + 0 + + + 13322 + 7327 + 12004 + 0 + + + 9568 + 1319 + 8669 + 0 + + + 2313 + 1248 + 2012 + 0 + + + 9525 + 376 + 8651 + 0 + + + 7608 + 4098 + 5442 + 3 + + + 6508 + 1964 + 7067 + 0 + + + 11701 + 785 + 10622 + 0 + + + 13416 + 1448 + 12088 + 0 + + + 9636 + 268 + 8763 + 0 + + + 6707 + 785 + 7285 + 0 + + + 8077 + 4572 + 6234 + 106 + + + 11059 + 7638 + 10077 + 0 + + + 11662 + 1605 + 10585 + 0 + + + 10292 + 486 + 9391 + 0 + + + 8924 + 1058 + 8093 + 0 + + + 4150 + 1605 + 4220 + 0 + + + 8902 + 1068 + 8072 + 0 + + + 8963 + 162 + 8133 + 0 + + + 8275 + 4772 + 6234 + 123 + + + 3443 + 1094 + 3699 + 0 + + + 4591 + 1838 + 6387 + 0 + + + 9482 + 1627 + 8627 + 0 + + + 2107 + 1763 + 1787 + 0 + + + 12380 + 1416 + 11159 + 0 + + + 11603 + 1320 + 10548 + 0 + + + 6190 + 657 + 6233 + 0 + + + 9612 + 971 + 8739 + 0 + + + 9581 + 41 + 8708 + 0 + + + 13147 + 240 + 11836 + 0 + + + 12361 + 856 + 11146 + 0 + + + 7634 + 4125 + 6792 + 30 + + + 10111 + 876 + 9215 + 0 + + + 8845 + 1411 + 8019 + 0 + + + 10802 + 7506 + 7940 + 8 + + + 4765 + 1464 + 6582 + 0 + + + 9128 + 6503 + 8029 + 3 + + + 9848 + 1045 + 8981 + 0 + + + 6485 + 560 + 7042 + 0 + + + 13335 + 1370 + 12013 + 0 + + + 12024 + 1772 + 10942 + 0 + + + 8051 + 4546 + 5705 + 20 + + + 11499 + 1062 + 10441 + 0 + + + 8732 + 5780 + 7792 + 2 + + + 12339 + 5752 + 10866 + 50 + + + 5663 + 1151 + 5643 + 0 + + + 6748 + 1951 + 3734 + 0 + + + 10818 + 1427 + 9844 + 0 + + + 13713 + 7729 + 8513 + 42 + + + 8434 + 5095 + 1306 + 2 + + + 5952 + 1247 + 5968 + 0 + + + 13533 + 507 + 12201 + 0 + + + 12973 + 281 + 11671 + 0 + + + 7684 + 4175 + 5901 + 8 + + + 9745 + 7210 + 8872 + 0 + + + 10939 + 161 + 9960 + 0 + + + 7359 + 1804 + 6081 + 0 + + + 5542 + 1532 + 5507 + 0 + + + 12216 + 399 + 11065 + 0 + + + 7842 + 4335 + 6234 + 31 + + + 7931 + 4425 + 6234 + 45 + + + 9193 + 185 + 8396 + 0 + + + 11462 + 1637 + 10402 + 0 + + + 10716 + 352 + 9745 + 0 + + + 10900 + 7589 + 1664 + 24 + + + 7593 + 3432 + 5473 + 1 + + + 2842 + 1389 + 2580 + 0 + + + 13257 + 1164 + 11946 + 0 + + + 8244 + 4741 + 5705 + 23 + + + 12621 + 444 + 11368 + 0 + + + 13494 + 1326 + 12154 + 0 + + + 8933 + 1361 + 8100 + 0 + + + 7610 + 4101 + 4760 + 1 + + + 8049 + 4544 + 6119 + 2 + + + 5907 + 1662 + 5916 + 0 + + + 8911 + 6201 + 8080 + 0 + + + 9435 + 7024 + 8513 + 1 + + + 13517 + 184 + 12185 + 0 + + + 10189 + 656 + 9299 + 0 + + + 8971 + 1219 + 8137 + 0 + + + 2094 + 3400 + 1774 + 0 + + + 9044 + 1423 + 8314 + 0 + + + 9365 + 968 + 8525 + 0 + + + 12535 + 1710 + 11297 + 0 + + + 10633 + 7436 + 9684 + 0 + + + 4153 + 1605 + 4223 + 0 + + + 4956 + 2625 + 6794 + 0 + + + 11350 + 402 + 10307 + 0 + + + 6329 + 1593 + 6870 + 0 + + + 6083 + 591 + 6116 + 0 + + + 7891 + 4384 + 6773 + 1 + + + 13751 + 395 + 12348 + 0 + + + 8467 + 1016 + 7719 + 0 + + + 7538 + 2153 + 5809 + 0 + + + 6698 + 143 + 7275 + 0 + + + 13176 + 1082 + 11866 + 0 + + + 5462 + 952 + 5420 + 0 + + + 1826 + 3261 + 1483 + 0 + + + 13072 + 1514 + 11769 + 0 + + + 9183 + 447 + 8386 + 0 + + + 8931 + 1005 + 8099 + 0 + + + 9507 + 551 + 8469 + 3 + + + 12430 + 1466 + 11216 + 0 + + + 12273 + 7188 + 11128 + 0 + + + 11149 + 1035 + 10123 + 0 + + + 7611 + 4102 + 6575 + 19 + + + 13449 + 940 + 12111 + 0 + + + 3040 + 1411 + 3263 + 0 + + + 11069 + 1353 + 10086 + 0 + + + 5467 + 2018 + 5425 + 0 + + + 5483 + 126 + 5442 + 0 + + + 9729 + 1074 + 8856 + 0 + + + 1905 + 3359 + 1569 + 0 + + + 11585 + 1705 + 10528 + 0 + + + 8035 + 4530 + 5700 + 2 + + + 13470 + 1181 + 12121 + 0 + + + 5478 + 2020 + 5437 + 0 + + + 2974 + 1661 + 2724 + 0 + + + 4622 + 1660 + 6420 + 0 + + + 12756 + 253 + 11481 + 0 + + + 9303 + 6864 + 8434 + 1 + + + 8577 + 792 + 7835 + 0 + + + 12136 + 1054 + 11019 + 0 + + + 9375 + 1124 + 8545 + 0 + + + 12318 + 5724 + 10866 + 22 + + + 2971 + 1605 + 2721 + 0 + + + 3440 + 850 + 3696 + 0 + + + 5913 + 2026 + 5923 + 0 + + + 5620 + 2038 + 5596 + 0 + + + 1820 + 3257 + 1477 + 0 + + + 10448 + 1492 + 9502 + 0 + + + 12286 + 1128 + 11127 + 0 + + + 8240 + 7331 + 4872 + 1 + + + 13256 + 985 + 11937 + 0 + + + 11416 + 427 + 10370 + 0 + + + 9728 + 514 + 8855 + 0 + + + 8616 + 775 + 7874 + 0 + + + 6875 + 1095 + 7296 + 0 + + + 11805 + 745 + 10729 + 0 + + + 10507 + 1780 + 9554 + 0 + + + 2839 + 1605 + 2577 + 0 + + + 12155 + 249 + 11031 + 0 + + + 8092 + 4587 + 6248 + 2 + + + 6034 + 1048 + 6060 + 0 + + + 13722 + 7733 + 8513 + 46 + + + 6516 + 894 + 7076 + 0 + + + 2013 + 421 + 1685 + 0 + + + 4725 + 983 + 6534 + 0 + + + 9421 + 1251 + 8572 + 0 + + + 10965 + 7380 + 9988 + 1 + + + 10615 + 380 + 9668 + 0 + + + 11683 + 1079 + 10602 + 0 + + + 13927 + 258 + 12494 + 0 + + + 11039 + 664 + 10057 + 0 + + + 6152 + 2283 + 6191 + 0 + + + 12490 + 1036 + 11257 + 0 + + + 8116 + 4612 + 5867 + 1 + + + 9894 + 883 + 9014 + 0 + + + 4422 + 1605 + 4515 + 0 + + + 4874 + 733 + 6701 + 0 + + + 7791 + 4283 + 6245 + 1 + + + 13732 + 7731 + 8600 + 28 + + + 10501 + 199 + 9548 + 0 + + + 9338 + 1059 + 8512 + 0 + + + 2173 + 1778 + 1859 + 0 + + + 5887 + 249 + 5893 + 0 + + + 12610 + 6652 + 11357 + 1 + + + 4763 + 2094 + 6579 + 0 + + + 12319 + 5725 + 10866 + 23 + + + 10036 + 353 + 9164 + 0 + + + 10675 + 1158 + 9728 + 0 + + + 10453 + 907 + 9507 + 0 + + + 8201 + 4697 + 1664 + 11 + + + 8698 + 5746 + 7244 + 44 + + + 2087 + 829 + 1765 + 0 + + + 8205 + 4702 + 5891 + 6 + + + 7982 + 4476 + 5738 + 3 + + + 5939 + 1606 + 5953 + 0 + + + 10982 + 1605 + 10001 + 0 + + + 8759 + 1614 + 7929 + 0 + + + 12968 + 1226 + 11665 + 0 + + + 10805 + 374 + 9832 + 0 + + + 13315 + 1705 + 11984 + 0 + + + 5198 + 2176 + 5123 + 0 + + + 4910 + 1301 + 6741 + 0 + + + 10417 + 1066 + 9477 + 0 + + + 3352 + 223 + 3600 + 0 + + + 11055 + 7637 + 10073 + 0 + + + 3328 + 4655 + 3574 + 0 + + + 10961 + 832 + 9982 + 0 + + + 11827 + 1490 + 10753 + 0 + + + 791 + 1029 + 1309 + 0 + + + 2855 + 1051 + 2594 + 0 + + + 9976 + 1639 + 9098 + 0 + + + 9750 + 7212 + 8877 + 0 + + + 4144 + 763 + 4213 + 0 + + + 13263 + 7317 + 11942 + 0 + + + 11134 + 7366 + 9970 + 1 + + + 8751 + 560 + 7921 + 0 + + + 7934 + 4428 + 6219 + 34 + + + 10167 + 7322 + 9148 + 1 + + + 10526 + 1664 + 9567 + 0 + + + 11828 + 1279 + 10752 + 0 + + + 9599 + 1913 + 8726 + 0 + + + 11460 + 540 + 10399 + 0 + + + 8079 + 4574 + 5530 + 18 + + + 11515 + 5941 + 10454 + 0 + + + 12410 + 1373 + 11197 + 0 + + + 13518 + 1247 + 12186 + 0 + + + 8435 + 5096 + 1306 + 3 + + + 11305 + 1892 + 10270 + 0 + + + 8638 + 1193 + 7892 + 0 + + + 2085 + 1713 + 1763 + 0 + + + 6775 + 1315 + 6761 + 0 + + + 7977 + 4471 + 5705 + 56 + + + 5481 + 1396 + 5440 + 0 + + + 9504 + 326 + 8630 + 0 + + + 13228 + 1266 + 11908 + 0 + + + 1797 + 245 + 1452 + 0 + + + 6078 + 2195 + 6110 + 0 + + + 11449 + 3722 + 10386 + 0 + + + 7585 + 4700 + 6792 + 52 + + + 1779 + 1605 + 1432 + 0 + + + 8837 + 1613 + 8003 + 0 + + + 2095 + 1648 + 1775 + 0 + + + 12037 + 898 + 10948 + 0 + + + 12015 + 1110 + 10932 + 0 + + + 9799 + 1015 + 8926 + 0 + + + 8410 + 1605 + 7705 + 0 + + + 12448 + 447 + 11232 + 0 + + + 7819 + 4312 + 6267 + 1 + + + 5294 + 250 + 5227 + 0 + + + 10485 + 1505 + 9537 + 0 + + + 6873 + 1373 + 7269 + 0 + + + 6857 + 208 + 6293 + 0 + + + 12542 + 7059 + 11294 + 0 + + + 4768 + 1030 + 6585 + 0 + + + 4429 + 1717 + 4522 + 0 + + + 8125 + 1460 + 1664 + 9 + + + 9444 + 7033 + 8513 + 10 + + + 13612 + 7722 + 12254 + 0 + + + 11308 + 696 + 10273 + 0 + + + 11680 + 484 + 10607 + 0 + + + 11770 + 1285 + 10696 + 0 + + + 1935 + 584 + 1601 + 0 + + + 4608 + 1269 + 6405 + 0 + + + 10645 + 1924 + 9690 + 0 + + + 11748 + 3542 + 10676 + 0 + + + 12748 + 6221 + 11470 + 0 + + + 8426 + 5087 + 6792 + 78 + + + 7915 + 1560 + 6234 + 7 + + + 13777 + 844 + 12376 + 0 + + + 9276 + 335 + 8454 + 0 + + + 8172 + 4668 + 6401 + 6 + + + 5633 + 1613 + 5610 + 0 + + + 9041 + 259 + 8318 + 0 + + + 8046 + 4541 + 1664 + 34 + + + 10025 + 1255 + 9145 + 0 + + + 11639 + 1176 + 10573 + 0 + + + 2651 + 150 + 2373 + 0 + + + 6005 + 1661 + 6027 + 0 + + + 5642 + 961 + 5620 + 0 + + + 12349 + 5764 + 10866 + 62 + + + 5051 + 2169 + 4963 + 0 + + + 6544 + 1397 + 7106 + 0 + + + 8537 + 1459 + 7805 + 0 + + + 12506 + 737 + 11268 + 3 + + + 13687 + 7366 + 12330 + 1 + + + 10277 + 1591 + 9376 + 0 + + + 6366 + 1504 + 6910 + 0 + + + 8190 + 4686 + 6219 + 23 + + + 2898 + 3501 + 2640 + 0 + + + 13071 + 1598 + 11768 + 0 + + + 9822 + 536 + 8949 + 0 + + + 9408 + 421 + 8582 + 0 + + + 11898 + 1605 + 10818 + 0 + + + 2236 + 1605 + 1927 + 0 + + + 8735 + 5783 + 7706 + 1 + + + 4904 + 2107 + 6734 + 0 + + + 9049 + 909 + 8324 + 0 + + + 13490 + 299 + 12168 + 0 + + + 6377 + 1558 + 6922 + 0 + + + 12006 + 278 + 10914 + 0 + + + 9797 + 1345 + 8924 + 0 + + + 6725 + 1797 + 1862 + 0 + + + 8274 + 4771 + 5401 + 2 + + + 12709 + 5094 + 11442 + 1 + + + 5895 + 1915 + 5903 + 0 + + + 10393 + 1482 + 9460 + 0 + + + 12094 + 7208 + 10982 + 5 + + + 2888 + 234 + 2629 + 0 + + + 13839 + 504 + 12437 + 0 + + + 10607 + 1263 + 9657 + 0 + + + 2198 + 1888 + 1886 + 0 + + + 8121 + 4617 + 6234 + 57 + + + 7639 + 4130 + 6792 + 67 + + + 11503 + 784 + 10442 + 0 + + + 13503 + 647 + 12166 + 0 + + + 8012 + 4507 + 5705 + 22 + + + 2165 + 1045 + 1850 + 0 + + + 7331 + 743 + 5255 + 0 + + + 10927 + 6441 + 9953 + 0 + + + 5215 + 1469 + 5141 + 0 + + + 10003 + 602 + 9131 + 0 + + + 8764 + 215 + 7935 + 0 + + + 12161 + 421 + 11030 + 0 + + + 11799 + 6241 + 10721 + 0 + + + 7752 + 4244 + 5419 + 5 + + + 9531 + 614 + 8659 + 0 + + + 5959 + 2163 + 5977 + 0 + + + 10099 + 566 + 9251 + 0 + + + 6316 + 972 + 6856 + 0 + + + 5886 + 1698 + 5892 + 0 + + + 11432 + 5138 + 10375 + 10 + + + 4888 + 2100 + 6715 + 0 + + + 9283 + 887 + 8459 + 0 + + + 7856 + 4349 + 6932 + 1 + + + 4810 + 1110 + 6631 + 0 + + + 11824 + 910 + 10748 + 0 + + + 13169 + 7349 + 11859 + 1 + + + 3347 + 1398 + 3595 + 0 + + + 11676 + 1438 + 10600 + 0 + + + 11713 + 1323 + 10634 + 0 + + + 10067 + 397 + 9184 + 0 + + + 5521 + 1002 + 5484 + 0 + + + 9565 + 3722 + 8666 + 0 + + + 13652 + 770 + 12294 + 0 + + + 10492 + 1932 + 9539 + 0 + + + 10949 + 9 + 9974 + 0 + + + 10954 + 3543 + 9980 + 0 + + + 11660 + 1798 + 10583 + 0 + + + 11549 + 597 + 10488 + 0 + + + 5026 + 291 + 4938 + 0 + + + 5329 + 624 + 5268 + 0 + + + 8337 + 1751 + 7622 + 0 + + + 12786 + 1119 + 11512 + 0 + + + 9540 + 569 + 8737 + 1 + + + 7797 + 4289 + 6234 + 3 + + + 10080 + 1488 + 9189 + 0 + + + 6661 + 307 + 7234 + 0 + + + 9256 + 1444 + 8432 + 0 + + + 13279 + 7598 + 11953 + 0 + + + 10100 + 1840 + 9244 + 0 + + + 11693 + 901 + 10620 + 0 + + + 11857 + 1352 + 10776 + 0 + + + 8991 + 3741 + 8157 + 0 + + + 5456 + 1264 + 5414 + 0 + + + 2096 + 1605 + 1776 + 0 + + + 8186 + 4682 + 1664 + 14 + + + 8731 + 5779 + 7792 + 1 + + + 11633 + 1776 + 10566 + 0 + + + 12205 + 5779 + 10939 + 1 + + + 8665 + 5713 + 7244 + 11 + + + 10941 + 1078 + 9966 + 0 + + + 9295 + 1405 + 8467 + 0 + + + 4973 + 1891 + 6813 + 0 + + + 8078 + 4573 + 6234 + 6 + + + 12496 + 3429 + 11269 + 0 + + + 8120 + 4616 + 5738 + 12 + + + 7633 + 4124 + 6792 + 18 + + + 11466 + 235 + 10405 + 0 + + + 2093 + 1605 + 1773 + 0 + + + 12804 + 500 + 11519 + 0 + + + 9473 + 7059 + 8604 + 0 + + + 11913 + 6101 + 10838 + 0 + + + 10316 + 4079 + 9353 + 5 + + + 4753 + 1458 + 6567 + 0 + + + 6828 + 1276 + 7300 + 0 + + + 6519 + 997 + 7079 + 0 + + + 10698 + 4694 + 9655 + 2 + + + 5482 + 1234 + 5441 + 0 + + + 10112 + 1419 + 9236 + 0 + + + 12513 + 1588 + 11280 + 0 + + + 12086 + 554 + 10980 + 0 + + + 12915 + 7144 + 11619 + 1 + + + 12873 + 182 + 11560 + 0 + + + 5243 + 630 + 5171 + 0 + + + 3475 + 1268 + 4668 + 0 + + + 12451 + 536 + 11234 + 0 + + + 4080 + 1605 + 4145 + 0 + + + 13604 + 569 + 12248 + 0 + + + 8094 + 4589 + 6234 + 53 + + + 8141 + 4637 + 6575 + 12 + + + 5819 + 1921 + 5819 + 0 + + + 10197 + 979 + 9306 + 0 + + + 8962 + 1605 + 8129 + 0 + + + 4431 + 1605 + 4525 + 0 + + + 813 + 1623 + 1335 + 0 + + + 6673 + 727 + 7248 + 0 + + + 5789 + 536 + 5786 + 0 + + + 9314 + 1688 + 8489 + 0 + + + 11290 + 7660 + 10254 + 0 + + + 12713 + 5099 + 11442 + 5 + + + 12071 + 842 + 10992 + 0 + + + 6157 + 1347 + 6197 + 0 + + + 3561 + 2056 + 4761 + 0 + + + 12446 + 1691 + 11223 + 0 + + + 12491 + 1667 + 11265 + 0 + + + 11889 + 181 + 10810 + 0 + + + 2105 + 408 + 1785 + 0 + + + 11822 + 1298 + 10747 + 0 + + + 8088 + 4583 + 5506 + 22 + + + 3563 + 2057 + 4763 + 0 + + + 6554 + 2185 + 7117 + 0 + + + 7735 + 4227 + 7239 + 3 + + + 8989 + 1304 + 8154 + 0 + + + 5878 + 838 + 5884 + 0 + + + 6798 + 1871 + 5491 + 0 + + + 13880 + 7353 + 10611 + 3 + + + 11545 + 1385 + 10482 + 0 + + + 13808 + 3421 + 12404 + 0 + + + 13746 + 349 + 12339 + 0 + + + 7619 + 4110 + 6483 + 6 + + + 12315 + 5720 + 10866 + 18 + + + 4832 + 836 + 6654 + 0 + + + 1117 + 1605 + 488 + 0 + + + 13415 + 1692 + 12082 + 0 + + + 8136 + 784 + 5700 + 7 + + + 9399 + 1824 + 8568 + 0 + + + 5553 + 891 + 5521 + 0 + + + 2261 + 1671 + 1955 + 0 + + + 10160 + 597 + 9255 + 0 + + + 9298 + 579 + 8461 + 0 + + + 5716 + 1562 + 5700 + 0 + + + 5955 + 1527 + 5971 + 0 + + + 6995 + 1605 + 1749 + 0 + + + 7624 + 4115 + 6792 + 27 + + + 9603 + 856 + 8730 + 0 + + + 4740 + 2092 + 6552 + 0 + + + 7719 + 4100 + 3570 + 3 + + + 12102 + 6964 + 10968 + 6 + + + 1781 + 3413 + 1435 + 0 + + + 12464 + 1440 + 11245 + 0 + + + 2862 + 1369 + 2601 + 0 + + + 13478 + 594 + 12156 + 0 + + + 11249 + 311 + 10223 + 0 + + + 12034 + 610 + 10958 + 0 + + + 8132 + 4628 + 6792 + 46 + + + 12118 + 6509 + 11013 + 6 + + + 10069 + 1552 + 9173 + 0 + + + 8580 + 1554 + 7839 + 0 + + + 7786 + 4278 + 6130 + 3 + + + 2872 + 1352 + 2612 + 0 + + + 8045 + 4540 + 5732 + 3 + + + 7815 + 4308 + 6333 + 5 + + + 12125 + 929 + 11013 + 13 + + + 13943 + 7305 + 12511 + 0 + + + 12047 + 1890 + 10989 + 0 + + + 10530 + 255 + 9583 + 0 + + + 10324 + 7360 + 9353 + 13 + + + 9177 + 1196 + 8381 + 0 + + + 6632 + 752 + 7203 + 0 + + + 6724 + 1559 + 1817 + 0 + + + 4123 + 1605 + 4190 + 0 + + + 9639 + 856 + 8766 + 0 + + + 12986 + 1103 + 11683 + 0 + + + 11323 + 1038 + 10288 + 0 + + + 7015 + 2803 + 2147 + 0 + + + 2265 + 1390 + 1959 + 0 + + + 10925 + 1465 + 9948 + 0 + + + 4143 + 175 + 4212 + 0 + + + 6539 + 2181 + 7101 + 0 + + + 2618 + 1781 + 2338 + 0 + + + 5531 + 1213 + 5495 + 0 + + + 8514 + 186 + 7784 + 0 + + + 12749 + 1183 + 11472 + 0 + + + 5869 + 179 + 5874 + 0 + + + 11610 + 962 + 10551 + 0 + + + 10000 + 1245 + 9130 + 0 + + + 9790 + 698 + 8917 + 0 + + + 5315 + 1143 + 5251 + 0 + + + 13110 + 6122 + 11796 + 0 + + + 9871 + 7241 + 8600 + 10 + + + 6689 + 1132 + 7265 + 0 + + + 9980 + 804 + 9097 + 0 + + + 9833 + 537 + 8959 + 0 + + + 8421 + 5082 + 6792 + 73 + + + 12472 + 5561 + 11241 + 0 + + + 4820 + 1924 + 6641 + 0 + + + 4179 + 1605 + 4251 + 0 + + + 13291 + 1020 + 11970 + 0 + + + 4439 + 1605 + 4534 + 0 + + + 6082 + 1555 + 6115 + 0 + + + 5444 + 2016 + 5401 + 0 + + + 2934 + 120 + 2679 + 0 + + + 11756 + 919 + 10670 + 0 + + + 12522 + 7063 + 11288 + 0 + + + 11255 + 1595 + 10231 + 0 + + + 9307 + 1727 + 8481 + 0 + + + 8756 + 891 + 7928 + 0 + + + 2822 + 3312 + 2558 + 0 + + + 13387 + 462 + 12066 + 0 + + + 5213 + 1271 + 5139 + 0 + + + 12001 + 1718 + 10927 + 0 + + + 9680 + 1241 + 8806 + 0 + + + 10302 + 1353 + 9400 + 0 + + + 12712 + 5098 + 11442 + 4 + + + 11573 + 1204 + 10514 + 0 + + + 12854 + 984 + 11556 + 0 + + + 4834 + 1108 + 6656 + 0 + + + 11528 + 1744 + 10468 + 0 + + + 9466 + 7055 + 8513 + 32 + + + 3446 + 398 + 3702 + 0 + + + 9344 + 1067 + 8515 + 0 + + + 8661 + 5709 + 7244 + 7 + + + 7954 + 4448 + 4961 + 2 + + + 8649 + 1665 + 7905 + 0 + + + 12905 + 1991 + 11612 + 0 + + + 3581 + 2068 + 4783 + 0 + + + 11548 + 1242 + 10489 + 0 + + + 8568 + 1236 + 7827 + 0 + + + 9850 + 1514 + 8977 + 0 + + + 12149 + 1362 + 11029 + 0 + + + 8350 + 1720 + 7630 + 0 + + + 10549 + 1262 + 9604 + 0 + + + 5737 + 1993 + 5724 + 0 + + + 6699 + 3721 + 7276 + 0 + + + 11197 + 7645 + 10176 + 0 + + + 10482 + 7396 + 9521 + 1 + + + 7789 + 4281 + 2327 + 2 + + + 9809 + 7219 + 8936 + 0 + + + 4727 + 336 + 6536 + 0 + + + 11807 + 1653 + 10730 + 0 + + + 11370 + 909 + 10323 + 0 + + + 4581 + 1534 + 6376 + 0 + + + 4584 + 1820 + 6379 + 0 + + + 9200 + 6646 + 8339 + 2 + + + 2260 + 752 + 1952 + 0 + + + 7321 + 1415 + 6546 + 0 + + + 10193 + 1625 + 9301 + 0 + + + 10329 + 7365 + 9377 + 1 + + + 12249 + 794 + 11098 + 0 + + + 7635 + 4126 + 6792 + 7 + + + 11584 + 1726 + 10527 + 0 + + + 6992 + 3374 + 1704 + 0 + + + 9195 + 1598 + 8398 + 0 + + + 10440 + 1605 + 9494 + 0 + + + 8498 + 3421 + 7767 + 0 + + + 11794 + 388 + 10719 + 0 + + + 2925 + 1546 + 2670 + 0 + + + 12440 + 1574 + 11219 + 0 + + + 6325 + 1109 + 6866 + 0 + + + 1948 + 1997 + 1615 + 0 + + + 13247 + 551 + 11921 + 0 + + + 13929 + 1075 + 12492 + 0 + + + 5340 + 749 + 5281 + 0 + + + 13744 + 1952 + 12341 + 0 + + + 5326 + 526 + 5265 + 0 + + + 12190 + 7189 + 11052 + 0 + + + 9838 + 486 + 8967 + 0 + + + 12452 + 1828 + 11235 + 0 + + + 12304 + 1560 + 10866 + 6 + + + 5810 + 2154 + 5810 + 0 + + + 13850 + 7502 + 12446 + 0 + + + 8874 + 1846 + 8044 + 0 + + + 11534 + 404 + 10474 + 0 + + + 12389 + 794 + 11181 + 0 + + + 6839 + 1950 + 7311 + 0 + + + 9138 + 6513 + 8029 + 13 + + + 12180 + 5777 + 10819 + 1 + + + 13937 + 1883 + 12505 + 0 + + + 5214 + 718 + 5140 + 0 + + + 12173 + 4677 + 11029 + 4 + + + 5780 + 1980 + 5775 + 0 + + + 11496 + 1683 + 10435 + 0 + + + 5324 + 2014 + 5263 + 0 + + + 12388 + 584 + 11171 + 0 + + + 12292 + 1933 + 11138 + 0 + + + 6374 + 662 + 6919 + 0 + + + 4106 + 126 + 4173 + 0 + + + 11209 + 1389 + 10189 + 0 + + + 5536 + 1435 + 5501 + 0 + + + 10960 + 523 + 9986 + 0 + + + 5635 + 1308 + 5612 + 0 + + + 2850 + 1605 + 2588 + 0 + + + 8191 + 4687 + 6234 + 87 + + + 12298 + 808 + 11142 + 0 + + + 9771 + 386 + 8898 + 0 + + + 10987 + 1792 + 10005 + 0 + + + 9499 + 1947 + 8629 + 0 + + + 12365 + 1352 + 11158 + 0 + + + 12235 + 1010 + 11086 + 0 + + + 5493 + 1461 + 5453 + 0 + + + 5758 + 326 + 5749 + 0 + + + 6764 + 1172 + 6487 + 0 + + + 9157 + 584 + 8362 + 0 + + + 6706 + 189 + 7284 + 0 + + + 309 + 1531 + 785 + 0 + + + 2175 + 1354 + 1861 + 0 + + + 8594 + 1769 + 7852 + 0 + + + 11418 + 1525 + 10369 + 0 + + + 8794 + 1499 + 7964 + 0 + + + 11137 + 1211 + 9976 + 3 + + + 13381 + 573 + 12053 + 0 + + + 2080 + 1212 + 1758 + 0 + + + 13573 + 6825 + 11919 + 1 + + + 9579 + 973 + 8706 + 0 + + + 5715 + 2246 + 5699 + 0 + + + 7923 + 4417 + 6234 + 2 + + + 10011 + 1310 + 9137 + 0 + + + 6080 + 1201 + 6113 + 0 + + + 12552 + 884 + 11307 + 0 + + + 2302 + 1366 + 1999 + 0 + + + 11958 + 644 + 10883 + 0 + + + 10135 + 1730 + 9223 + 0 + + + 5784 + 1607 + 5781 + 0 + + + 2869 + 1339 + 2609 + 0 + + + 13911 + 1829 + 12495 + 0 + + + 7354 + 1009 + 5960 + 0 + + + 8856 + 527 + 8018 + 0 + + + 4096 + 1605 + 4162 + 0 + + + 12156 + 943 + 11040 + 0 + + + 9062 + 1433 + 8340 + 0 + + + 12050 + 7159 + 10986 + 0 + + + 10252 + 7342 + 9303 + 3 + + + 4127 + 1605 + 4195 + 0 + + + 4116 + 339 + 4183 + 0 + + + 8238 + 4735 + 5532 + 2 + + + 7840 + 4333 + 6245 + 2 + + + 3333 + 839 + 3580 + 0 + + + 9141 + 4165 + 8029 + 16 + + + 3448 + 811 + 3704 + 0 + + + 10314 + 7352 + 9353 + 3 + + + 5118 + 1249 + 5036 + 0 + + + 11605 + 452 + 10547 + 0 + + + 11820 + 527 + 10744 + 0 + + + 9229 + 6706 + 8049 + 3 + + + 4658 + 922 + 6460 + 0 + + + 4764 + 1327 + 6581 + 0 + + + 12707 + 1947 + 11443 + 0 + + + 13512 + 1622 + 12178 + 0 + + + 9761 + 1640 + 8888 + 0 + + + 5464 + 188 + 5422 + 0 + + + 4688 + 1292 + 6494 + 0 + + + 9575 + 1731 + 8702 + 0 + + + 11274 + 5127 + 10237 + 2 + + + 5550 + 2308 + 5517 + 0 + + + 12275 + 7004 + 11120 + 0 + + + 8849 + 4097 + 8021 + 0 + + + 5554 + 1358 + 5522 + 0 + + + 11698 + 1895 + 10616 + 0 + + + 6139 + 1573 + 6178 + 0 + + + 5777 + 319 + 5772 + 0 + + + 11098 + 1505 + 10105 + 0 + + + 9302 + 1976 + 8470 + 0 + + + 10288 + 801 + 9383 + 0 + + + 11396 + 1720 + 10348 + 0 + + + 5267 + 1276 + 5197 + 0 + + + 5190 + 227 + 5114 + 0 + + + 6094 + 549 + 6128 + 0 + + + 8752 + 617 + 7925 + 0 + + + 11665 + 1098 + 10588 + 0 + + + 3327 + 757 + 3573 + 0 + + + 7313 + 247 + 1344 + 0 + + + 11581 + 1745 + 10521 + 0 + + + 10131 + 1519 + 9254 + 0 + + + 4787 + 2208 + 6606 + 0 + + + 5399 + 130 + 5349 + 0 + + + 7681 + 4172 + 5872 + 1 + + + 12054 + 1600 + 10982 + 0 + + + 9990 + 208 + 9113 + 0 + + + 9278 + 6825 + 8019 + 1 + + + 7854 + 4347 + 5930 + 1 + + + 9960 + 894 + 9078 + 0 + + + 5032 + 1313 + 4944 + 0 + + + 9118 + 6477 + 7940 + 1 + + + 12027 + 1065 + 10947 + 0 + + + 12896 + 980 + 11595 + 0 + + + 11252 + 1531 + 10227 + 0 + + + 9005 + 356 + 8177 + 0 + + + 8673 + 5721 + 7244 + 19 + + + 9576 + 301 + 8703 + 0 + + + 7940 + 4434 + 5705 + 17 + + + 7582 + 4400 + 6792 + 5 + + + 11935 + 7104 + 10869 + 0 + + + 11990 + 1141 + 10920 + 0 + + + 13308 + 461 + 11985 + 0 + + + 11229 + 1171 + 10212 + 0 + + + 8930 + 1375 + 8102 + 0 + + + 10272 + 581 + 9365 + 0 + + + 5947 + 214 + 5962 + 0 + + + 10643 + 634 + 9688 + 0 + + + 11948 + 559 + 10856 + 0 + + + 5917 + 371 + 5927 + 0 + + + 9805 + 1227 + 8932 + 0 + + + 12842 + 1042 + 11551 + 0 + + + 13404 + 457 + 12085 + 0 + + + 7366 + 993 + 7058 + 0 + + + 13681 + 710 + 12324 + 0 + + + 8262 + 4759 + 5738 + 15 + + + 11118 + 4370 + 10085 + 21 + + + 10179 + 1346 + 9292 + 0 + + + 12900 + 1442 + 11597 + 0 + + + 10613 + 1194 + 9664 + 0 + + + 7048 + 1003 + 2738 + 0 + + + 13672 + 1391 + 12317 + 0 + + + 9851 + 1574 + 8978 + 0 + + + 9187 + 1895 + 8387 + 0 + + + 13441 + 125 + 12134 + 0 + + + 3454 + 1790 + 4647 + 0 + + + 5539 + 2304 + 5504 + 0 + + + 9662 + 1155 + 8794 + 0 + + + 3467 + 1489 + 4660 + 0 + + + 11315 + 3545 + 10281 + 0 + + + 8090 + 4585 + 6234 + 13 + + + 12055 + 944 + 10994 + 0 + + + 10978 + 1411 + 9996 + 0 + + + 7966 + 4460 + 6333 + 13 + + + 9493 + 1570 + 8613 + 0 + + + 10638 + 1667 + 9699 + 0 + + + 10398 + 1298 + 9462 + 0 + + + 6053 + 2077 + 6083 + 0 + + + 8074 + 4569 + 6401 + 13 + + + 11657 + 7338 + 10580 + 5 + + + 2255 + 1342 + 1947 + 0 + + + 8608 + 1191 + 7866 + 0 + + + 11908 + 1726 + 10832 + 0 + + + 8703 + 5751 + 7244 + 49 + + + 9998 + 444 + 9121 + 0 + + + 9649 + 1007 + 8776 + 0 + + + 7595 + 4085 + 7085 + 2 + + + 11831 + 1971 + 10755 + 0 + + + 5922 + 1667 + 5933 + 0 + + + 10628 + 916 + 9680 + 0 + + + 11547 + 1036 + 10483 + 0 + + + 8335 + 506 + 7620 + 0 + + + 11335 + 7665 + 10299 + 0 + + + 12226 + 191 + 11079 + 0 + + + 7971 + 4465 + 6233 + 5 + + + 9803 + 256 + 8930 + 0 + + + 12035 + 284 + 10953 + 0 + + + 7961 + 4455 + 5248 + 3 + + + 9958 + 946 + 9074 + 0 + + + 10558 + 7410 + 9613 + 0 + + + 5016 + 1121 + 4927 + 0 + + + 9981 + 1910 + 9104 + 0 + + + 12074 + 1215 + 10985 + 0 + + + 8565 + 699 + 7822 + 0 + + + 9716 + 1958 + 8839 + 0 + + + 6231 + 1971 + 6280 + 0 + + + 4773 + 1007 + 6590 + 0 + + + 5543 + 2306 + 5508 + 0 + + + 13097 + 7057 + 8600 + 23 + + + 12840 + 1239 + 11545 + 0 + + + 11522 + 1253 + 10461 + 0 + + + 13039 + 1222 + 11732 + 0 + + + 12115 + 6503 + 11013 + 3 + + + 10926 + 891 + 9951 + 0 + + + 8508 + 1992 + 7778 + 0 + + + 12482 + 1726 + 11258 + 0 + + + 12356 + 5774 + 10866 + 72 + + + 11631 + 1813 + 10564 + 0 + + + 11206 + 1605 + 10186 + 0 + + + 12443 + 344 + 11224 + 0 + + + 12420 + 1813 + 11206 + 0 + + + 11304 + 7663 + 10085 + 29 + + + 9857 + 1649 + 8986 + 0 + + + 9336 + 1400 + 8503 + 0 + + + 7929 + 4423 + 4885 + 1 + + + 3321 + 1605 + 3567 + 0 + + + 8322 + 1864 + 7605 + 0 + + + 6140 + 1590 + 6179 + 0 + + + 5919 + 463 + 5929 + 0 + + + 11592 + 244 + 10535 + 0 + + + 11043 + 604 + 10061 + 0 + + + 4946 + 1549 + 6783 + 0 + + + 13217 + 384 + 11896 + 0 + + + 6092 + 2198 + 6126 + 0 + + + 6070 + 950 + 6102 + 0 + + + 12628 + 4523 + 11372 + 0 + + + 9424 + 1551 + 8600 + 0 + + + 7960 + 4454 + 6333 + 11 + + + 9004 + 1901 + 8179 + 0 + + + 7686 + 4177 + 5705 + 55 + + + 7939 + 4433 + 5705 + 29 + + + 10116 + 1994 + 9217 + 0 + + + 5364 + 1337 + 5309 + 0 + + + 5785 + 859 + 5782 + 0 + + + 9171 + 1100 + 8377 + 0 + + + 3562 + 883 + 4762 + 0 + + + 3786 + 41 + 3829 + 0 + + + 8494 + 1563 + 7770 + 0 + + + 4485 + 1792 + 4583 + 0 + + + 8394 + 1025 + 7690 + 0 + + + 789 + 752 + 1307 + 0 + + + 6097 + 2199 + 6132 + 0 + + + 12112 + 1699 + 11013 + 0 + + + 11671 + 7198 + 10593 + 0 + + + 1909 + 1336 + 1573 + 0 + + + 10070 + 476 + 9176 + 0 + + + 9601 + 534 + 8728 + 0 + + + 6203 + 124 + 6248 + 0 + + + 5769 + 1053 + 5762 + 0 + + + 10386 + 1233 + 9450 + 0 + + + 10006 + 379 + 9125 + 0 + + + 818 + 826 + 1340 + 0 + + + 5557 + 1093 + 5525 + 0 + + + 7826 + 4319 + 5427 + 13 + + + 12095 + 6101 + 10982 + 6 + + + 9491 + 728 + 8636 + 0 + + + 11525 + 3681 + 10464 + 0 + + + 7530 + 2032 + 5586 + 0 + + + 8303 + 201 + 7593 + 0 + + + 10305 + 766 + 9405 + 0 + + + 8840 + 6021 + 8010 + 0 + + + 8693 + 5741 + 7244 + 39 + + + 9526 + 1766 + 8655 + 0 + + + 8599 + 554 + 7856 + 0 + + + 8171 + 4667 + 5506 + 32 + + + 6711 + 1648 + 7290 + 0 + + + 4907 + 163 + 6737 + 0 + + + 10392 + 1524 + 9455 + 0 + + + 8261 + 3681 + 7087 + 1 + + + 8060 + 4555 + 5530 + 15 + + + 9844 + 1532 + 8972 + 0 + + + 2885 + 1532 + 2626 + 0 + + + 9619 + 480 + 8746 + 0 + + + 12133 + 7697 + 11022 + 0 + + + 12536 + 376 + 11300 + 0 + + + 6225 + 1449 + 6272 + 0 + + + 5560 + 774 + 5528 + 0 + + + 5872 + 2261 + 5877 + 0 + + + 5760 + 1257 + 5751 + 0 + + + 8321 + 4828 + 7308 + 2 + + + 13246 + 1508 + 11927 + 0 + + + 8059 + 4554 + 5891 + 14 + + + 1718 + 1605 + 3238 + 0 + + + 3442 + 189 + 3698 + 0 + + + 4879 + 1376 + 6706 + 0 + + + 8042 + 1942 + 6174 + 1 + + + 10614 + 1317 + 9667 + 0 + + + 7957 + 4451 + 5442 + 1 + + + 9613 + 1407 + 8740 + 0 + + + 12481 + 1191 + 11262 + 0 + + + 1958 + 481 + 1625 + 0 + + + 6284 + 1934 + 6821 + 0 + + + 10104 + 976 + 9252 + 0 + + + 7357 + 1591 + 6050 + 0 + + + 8688 + 5736 + 7244 + 34 + + + 8001 + 4495 + 6219 + 27 + + + 8857 + 1430 + 8028 + 0 + + + 9959 + 586 + 9076 + 0 + + + 8869 + 336 + 8042 + 0 + + + 13904 + 1623 + 12474 + 0 + + + 12309 + 5703 + 10866 + 1 + + + 4890 + 1882 + 6717 + 0 + + + 10298 + 844 + 9399 + 0 + + + 6815 + 1809 + 5932 + 0 + + + 6680 + 1177 + 7255 + 0 + + + 13410 + 566 + 12096 + 0 + + + 12398 + 6625 + 11181 + 1 + + + 12051 + 7696 + 10991 + 0 + + + 8647 + 1335 + 7842 + 0 + + + 9190 + 1210 + 8395 + 0 + + + 9024 + 362 + 8261 + 0 + + + 9648 + 523 + 8775 + 0 + + + 10919 + 376 + 9941 + 0 + + + 9208 + 6654 + 7935 + 1 + + + 5561 + 2309 + 5529 + 0 + + + 12882 + 1969 + 11578 + 0 + + + 4638 + 2239 + 6437 + 0 + + + 9313 + 210 + 8485 + 0 + + + 8877 + 6122 + 8052 + 0 + + + 307 + 724 + 783 + 0 + + + 13316 + 915 + 11997 + 0 + + + 13370 + 1782 + 12051 + 0 + + + 12501 + 891 + 11275 + 0 + + + 8507 + 1176 + 7780 + 0 + + + 4958 + 1004 + 6797 + 0 + + + 13210 + 813 + 11888 + 0 + + + 5728 + 414 + 5715 + 0 + + + 9042 + 628 + 8317 + 0 + + + 5541 + 892 + 5506 + 0 + + + 11879 + 5710 + 10800 + 0 + + + 10807 + 7508 + 9834 + 0 + + + 9103 + 4195 + 8061 + 2 + + + 2711 + 1039 + 2438 + 0 + + + 8545 + 1511 + 7816 + 0 + + + 2936 + 425 + 2681 + 0 + + + 13145 + 1674 + 11834 + 0 + + + 13779 + 690 + 12373 + 0 + + + 9233 + 1091 + 8412 + 0 + + + 12987 + 480 + 11688 + 0 + + + 8061 + 4556 + 5738 + 14 + + + 9831 + 372 + 8957 + 0 + + + 4120 + 1605 + 4187 + 0 + + + 6343 + 989 + 6886 + 0 + + + 2571 + 184 + 2290 + 0 + + + 10119 + 1584 + 9229 + 0 + + + 9135 + 6510 + 8029 + 10 + + + 9708 + 1512 + 8835 + 0 + + + 10923 + 435 + 9947 + 0 + + + 8958 + 1704 + 8126 + 0 + + + 13033 + 982 + 11727 + 0 + + + 11955 + 749 + 10872 + 0 + + + 8563 + 1834 + 7824 + 0 + + + 4942 + 913 + 6777 + 0 + + + 5194 + 639 + 5119 + 0 + + + 12029 + 1326 + 10935 + 0 + + + 6502 + 2051 + 7061 + 0 + + + 308 + 1139 + 784 + 0 + + + 6659 + 1576 + 7232 + 0 + + + 9789 + 1347 + 8916 + 0 + + + 5176 + 739 + 5100 + 0 + + + 7725 + 4217 + 6222 + 3 + + + 8836 + 996 + 8004 + 0 + + + 326 + 1605 + 804 + 0 + + + 11433 + 5139 + 10375 + 11 + + + 5685 + 2316 + 5667 + 0 + + + 10387 + 481 + 9449 + 0 + + + 12245 + 1402 + 11091 + 0 + + + 13175 + 1518 + 11865 + 0 + + + 11061 + 1605 + 10079 + 0 + + + 6149 + 2280 + 6188 + 0 + + + 3340 + 349 + 3587 + 0 + + + 13419 + 1123 + 12097 + 0 + + + 8328 + 411 + 7611 + 0 + + + 10405 + 1492 + 9467 + 0 + + + 4427 + 1605 + 4520 + 0 + + + 4630 + 264 + 6429 + 0 + + + 7648 + 4139 + 5737 + 1 + + + 5954 + 1496 + 5970 + 0 + + + 7936 + 4430 + 1664 + 6 + + + 10667 + 168 + 9724 + 0 + + + 9627 + 837 + 8760 + 0 + + + 13454 + 638 + 12136 + 0 + + + 10618 + 7433 + 9669 + 0 + + + 8472 + 4138 + 7295 + 3 + + + 12012 + 6482 + 10911 + 5 + + + 12247 + 7699 + 10186 + 1 + + + 12821 + 1540 + 11531 + 0 + + + 12909 + 744 + 11617 + 0 + + + 9781 + 938 + 8904 + 0 + + + 10382 + 524 + 9447 + 0 + + + 12591 + 7218 + 11337 + 0 + + + 8429 + 5090 + 6792 + 81 + + + 5617 + 376 + 5593 + 0 + + + 8816 + 1853 + 7986 + 0 + + + 6155 + 2286 + 6194 + 0 + + + 12546 + 187 + 11303 + 0 + + + 13467 + 627 + 12119 + 0 + + + 5652 + 691 + 5631 + 0 + + + 6208 + 1147 + 6253 + 0 + + + 10250 + 7340 + 9303 + 1 + + + 9159 + 1700 + 8367 + 0 + + + 6074 + 900 + 6106 + 0 + + + 4767 + 1640 + 6584 + 0 + + + 5472 + 1181 + 5431 + 0 + + + 11876 + 583 + 10794 + 0 + + + 6776 + 169 + 6780 + 0 + + + 2845 + 1210 + 2583 + 0 + + + 7709 + 166 + 4656 + 1 + + + 9647 + 156 + 8774 + 0 + + + 11852 + 1734 + 10775 + 0 + + + 6320 + 351 + 6860 + 0 + + + 11381 + 875 + 10332 + 0 + + + 11751 + 3547 + 10680 + 0 + + + 9490 + 1370 + 8616 + 0 + + + 3678 + 383 + 3713 + 0 + + + 5318 + 539 + 5254 + 0 + + + 10656 + 339 + 9706 + 0 + + + 10032 + 1491 + 9159 + 0 + + + 12387 + 1221 + 11173 + 0 + + + 8722 + 5770 + 7244 + 68 + + + 4105 + 1605 + 4172 + 0 + + + 12964 + 136 + 11659 + 0 + + + 2881 + 1283 + 2622 + 0 + + + 8988 + 3501 + 8146 + 0 + + + 7596 + 4086 + 4644 + 1 + + + 11235 + 5123 + 10210 + 5 + + + 12607 + 891 + 11356 + 0 + + + 6737 + 1202 + 2655 + 0 + + + 7367 + 933 + 7237 + 0 + + + 9523 + 1565 + 8649 + 0 + + + 9558 + 596 + 8600 + 7 + + + 12031 + 1669 + 10950 + 0 + + + 3574 + 543 + 4776 + 0 + + + 311 + 3741 + 788 + 0 + + + 9073 + 6404 + 7915 + 1 + + + 5202 + 941 + 5127 + 0 + + + 11277 + 295 + 10243 + 0 + + + 8002 + 4496 + 5506 + 28 + + + 6780 + 1594 + 5133 + 0 + + + 10263 + 7347 + 9350 + 2 + + + 2806 + 327 + 2541 + 0 + + + 11890 + 3646 + 10811 + 0 + + + 7783 + 4275 + 6755 + 2 + + + 8604 + 1254 + 7861 + 0 + + + 9359 + 811 + 8528 + 0 + + + 12567 + 634 + 11326 + 0 + + + 3353 + 1976 + 3601 + 0 + + + 5373 + 589 + 5319 + 0 + + + 10483 + 1605 + 9530 + 0 + + + 7594 + 4084 + 5613 + 1 + + + 9798 + 1054 + 8925 + 0 + + + 11887 + 468 + 10805 + 0 + + + 2848 + 1233 + 2586 + 0 + + + 12962 + 1407 + 11660 + 0 + + + 1900 + 397 + 1563 + 0 + + + 10163 + 551 + 9276 + 0 + + + 9887 + 7249 + 8999 + 0 + + + 6239 + 1185 + 6289 + 0 + + + 8521 + 5262 + 2668 + 2 + + + 5344 + 5561 + 5285 + 0 + + + 6788 + 803 + 5308 + 0 + + + 4647 + 1176 + 6447 + 0 + + + 9323 + 1835 + 8497 + 0 + + + 6874 + 752 + 7281 + 0 + + + 10599 + 741 + 9651 + 0 + + + 7748 + 4240 + 6234 + 111 + + + 6057 + 1772 + 6088 + 0 + + + 10231 + 148 + 9343 + 0 + + + 13888 + 4549 + 10611 + 7 + + + 12345 + 5760 + 10866 + 58 + + + 5019 + 1169 + 4930 + 0 + + + 9552 + 4202 + 8600 + 1 + + + 11915 + 254 + 10834 + 0 + + + 7739 + 4231 + 5705 + 30 + + + 8699 + 5747 + 7244 + 45 + + + 7844 + 4337 + 5705 + 10 + + + 9965 + 1479 + 9082 + 0 + + + 7822 + 4315 + 6234 + 14 + + + 12281 + 1321 + 11117 + 0 + + + 5356 + 1403 + 5299 + 0 + + + 9481 + 752 + 8607 + 0 + + + 9357 + 849 + 8521 + 0 + + + 8556 + 5389 + 7250 + 5 + + + 11593 + 695 + 10531 + 0 + + + 790 + 1146 + 1308 + 0 + + + 8269 + 4766 + 6130 + 14 + + + 6668 + 3663 + 7242 + 0 + + + 10016 + 300 + 9138 + 0 + + + 10441 + 367 + 9495 + 0 + + + 11376 + 660 + 10328 + 0 + + + 9291 + 1137 + 8466 + 0 + + + 12467 + 1139 + 11244 + 0 + + + 4602 + 2126 + 6399 + 0 + + + 6046 + 1948 + 6074 + 0 + + + 11215 + 1412 + 10195 + 0 + + + 5884 + 1381 + 5890 + 0 + + + 9775 + 1762 + 8914 + 0 + + + 9569 + 1452 + 8671 + 0 + + + 8718 + 5766 + 7244 + 64 + + + 4492 + 1605 + 4591 + 0 + + + 11883 + 1155 + 10803 + 0 + + + 7673 + 4164 + 5705 + 32 + + + 10983 + 7599 + 9276 + 1 + + + 9468 + 7057 + 8513 + 34 + + + 5469 + 524 + 5428 + 0 + + + 5352 + 692 + 5295 + 0 + + + 9618 + 1290 + 8745 + 0 + + + 5805 + 2148 + 5804 + 0 + + + 11374 + 1793 + 10326 + 0 + + + 8020 + 4515 + 6219 + 13 + + + 8147 + 4643 + 6234 + 38 + + + 12073 + 1031 + 10970 + 0 + + + 13741 + 1084 + 12345 + 0 + + + 11057 + 1336 + 10075 + 0 + + + 13314 + 260 + 11988 + 0 + + + 10617 + 7432 + 9666 + 0 + + + 8143 + 4639 + 1666 + 1 + + + 10662 + 587 + 9704 + 0 + + + 10237 + 368 + 9349 + 0 + + + 9019 + 472 + 8262 + 0 + + + 9418 + 1556 + 8586 + 0 + + + 6816 + 1485 + 5948 + 0 + + + 9380 + 1934 + 8563 + 0 + + + 5224 + 119 + 5151 + 0 + + + 13411 + 346 + 12087 + 0 + + + 13330 + 7596 + 12009 + 0 + + + 8095 + 4590 + 1664 + 3 + + + 12409 + 506 + 11204 + 0 + + + 6270 + 2663 + 6324 + 0 + + + 7745 + 4237 + 6234 + 71 + + + 10605 + 7332 + 9659 + 0 + + + 8719 + 5767 + 7244 + 65 + + + 9477 + 794 + 8637 + 0 + + + 8076 + 4571 + 5419 + 1 + + + 7035 + 3165 + 2444 + 0 + + + 4877 + 1414 + 6704 + 0 + + + 8952 + 1605 + 8115 + 0 + + + 11664 + 909 + 10587 + 0 + + + 8814 + 752 + 7985 + 0 + + + 312 + 1152 + 789 + 0 + + + 5544 + 2307 + 5510 + 0 + + + 4140 + 551 + 4209 + 0 + + + 10499 + 1208 + 9546 + 0 + + + 10457 + 1083 + 9509 + 0 + + + 5234 + 1501 + 5161 + 0 + + + 13806 + 581 + 12400 + 0 + + + 11892 + 6692 + 10809 + 0 + + + 7720 + 4212 + 3734 + 1 + + + 6651 + 904 + 7223 + 0 + + + 8080 + 4575 + 5126 + 1 + + + 3439 + 380 + 3695 + 0 + + + 13531 + 1074 + 12197 + 0 + + + 9673 + 1435 + 8800 + 0 + + + 9056 + 220 + 8331 + 0 + + + 11200 + 929 + 10179 + 0 + + + 9420 + 465 + 8584 + 0 + + + 10356 + 287 + 8830 + 1 + + + 13298 + 245 + 11977 + 0 + + + 9238 + 951 + 8415 + 0 + + + 10789 + 1605 + 9818 + 0 + + + 7612 + 4103 + 6725 + 3 + + + 12418 + 1762 + 11198 + 0 + + + 9886 + 935 + 9005 + 0 + + + 8253 + 4750 + 6234 + 124 + + + 7965 + 4459 + 5274 + 3 + + + 9443 + 7032 + 8513 + 9 + + + 8204 + 4701 + 5414 + 2 + + + 8666 + 1407 + 7244 + 12 + + + 8929 + 254 + 8095 + 0 + + + 11986 + 1495 + 10926 + 0 + + + 4793 + 2214 + 6612 + 0 + + + 8183 + 4679 + 4173 + 5 + + + 9889 + 1475 + 9006 + 0 + + + 5804 + 2147 + 5803 + 0 + + + 13282 + 1807 + 11951 + 0 + + + 12138 + 1796 + 11020 + 0 + + + 8758 + 1556 + 7930 + 0 + + + 11966 + 7317 + 10893 + 0 + + + 12191 + 1189 + 11054 + 0 + + + 9754 + 363 + 8881 + 0 + + + 10170 + 7325 + 9282 + 0 + + + 6735 + 1980 + 2631 + 0 + + + 13290 + 602 + 11969 + 0 + + + 9735 + 999 + 8862 + 0 + + + 9216 + 6662 + 8349 + 6 + + + 13509 + 1689 + 12177 + 0 + + + 4744 + 1356 + 6556 + 0 + + + 13125 + 313 + 11812 + 0 + + + 11992 + 982 + 10925 + 0 + + + 8065 + 680 + 6234 + 105 + + + 9002 + 944 + 8168 + 0 + + + 3577 + 2065 + 4779 + 0 + + + 8105 + 4601 + 6234 + 44 + + + 4944 + 999 + 6781 + 0 + + + 8518 + 975 + 7790 + 0 + + + 13185 + 668 + 11873 + 0 + + + 11724 + 113 + 10649 + 0 + + + 13240 + 1411 + 11919 + 0 + + + 8124 + 4620 + 6233 + 3 + + + 12290 + 550 + 11133 + 0 + + + 9610 + 3439 + 8737 + 0 + + + 2715 + 1520 + 2442 + 0 + + + 5873 + 2262 + 5878 + 0 + + + 12609 + 1895 + 11355 + 0 + + + 8975 + 1555 + 8142 + 0 + + + 4798 + 566 + 6618 + 0 + + + 5396 + 1272 + 5346 + 0 + + + 13384 + 1750 + 12064 + 0 + + + 4887 + 1835 + 6714 + 0 + + + 10703 + 874 + 9737 + 0 + + + 6241 + 813 + 6291 + 0 + + + 839 + 1605 + 1364 + 0 + + + 11706 + 7682 + 10628 + 0 + + + 7324 + 1766 + 6727 + 0 + + + 13378 + 513 + 12056 + 0 + + + 12337 + 5750 + 10866 + 48 + + + 5931 + 1892 + 5943 + 0 + + + 9744 + 1726 + 8871 + 0 + + + 3459 + 1617 + 4652 + 0 + + + 11750 + 592 + 10672 + 0 + + + 5530 + 1769 + 5494 + 0 + + + 13161 + 1760 + 11857 + 0 + + + 9398 + 116 + 8569 + 0 + + + 11517 + 710 + 10456 + 0 + + + 9966 + 1164 + 9079 + 0 + + + 5195 + 3422 + 5120 + 0 + + + 11459 + 783 + 10398 + 0 + + + 5898 + 818 + 5906 + 0 + + + 4644 + 2241 + 6444 + 0 + + + 11659 + 1006 + 10582 + 0 + + + 9963 + 1508 + 9081 + 0 + + + 8465 + 145 + 7717 + 0 + + + 10156 + 1114 + 9263 + 0 + + + 12681 + 4097 + 11420 + 0 + + + 13053 + 1704 + 11748 + 0 + + + 8939 + 1699 + 8107 + 0 + + + 5902 + 951 + 5910 + 0 + + + 12426 + 1210 + 11210 + 0 + + + 8879 + 1765 + 8053 + 0 + + + 5208 + 446 + 5134 + 0 + + + 10629 + 950 + 9679 + 0 + + + 10506 + 1249 + 9551 + 0 + + + 6866 + 1799 + 7091 + 0 + + + 12377 + 1842 + 11148 + 0 + + + 6151 + 2282 + 6190 + 0 + + + 13229 + 1304 + 11907 + 0 + + + 11125 + 4739 + 10085 + 27 + + + 11586 + 3647 + 10524 + 0 + + + 7325 + 660 + 6742 + 0 + + + 5199 + 1488 + 5124 + 0 + + + 1940 + 152 + 1606 + 0 + + + 8173 + 4669 + 6792 + 49 + + + 8623 + 1173 + 7883 + 0 + + + 4119 + 1605 + 4186 + 0 + + + 4829 + 738 + 6651 + 0 + + + 1832 + 3263 + 1489 + 0 + + + 11398 + 142 + 10350 + 0 + + + 5517 + 513 + 5480 + 0 + + + 7988 + 4482 + 5785 + 8 + + + 10578 + 1781 + 9631 + 0 + + + 5653 + 909 + 5632 + 0 + + + 8208 + 4705 + 6219 + 18 + + + 12320 + 5726 + 10866 + 24 + + + 12427 + 1052 + 11214 + 0 + + + 11626 + 724 + 10558 + 0 + + + 10464 + 1725 + 9511 + 0 + + + 11733 + 216 + 10658 + 0 + + + 9855 + 516 + 8984 + 0 + + + 7780 + 272 + 7088 + 3 + + + 314 + 588 + 791 + 0 + + + 11944 + 963 + 10861 + 0 + + + 10220 + 1344 + 9330 + 0 + + + 8778 + 796 + 7949 + 0 + + + 13390 + 936 + 12061 + 0 + + + 13621 + 738 + 12270 + 0 + + + 8862 + 6081 + 7201 + 7 + + + 4482 + 1605 + 4580 + 0 + + + 7911 + 1705 + 6234 + 90 + + + 12614 + 7213 + 11360 + 0 + + + 11481 + 821 + 10419 + 0 + + + 5763 + 794 + 5755 + 0 + + + 9677 + 584 + 8803 + 0 + + + 9895 + 387 + 9015 + 0 + + + 12175 + 6471 + 11029 + 6 + + + 10066 + 293 + 9175 + 0 + + + 8427 + 5088 + 6792 + 79 + + + 9048 + 899 + 8323 + 0 + + + 10407 + 743 + 9471 + 0 + + + 10964 + 805 + 9979 + 0 + + + 12036 + 869 + 10963 + 0 + + + 9405 + 1699 + 8589 + 0 + + + 8690 + 5738 + 7244 + 36 + + + 285 + 1881 + 759 + 0 + + + 1908 + 1784 + 1572 + 0 + + + 9638 + 1109 + 8765 + 0 + + + 9069 + 1605 + 8344 + 0 + + + 5622 + 2039 + 5598 + 0 + + + 5858 + 498 + 5862 + 0 + + + 6779 + 1718 + 5115 + 0 + + + 9316 + 1675 + 8486 + 0 + + + 4952 + 1122 + 6789 + 0 + + + 6497 + 1154 + 7055 + 0 + + + 6098 + 1044 + 6133 + 0 + + + 11927 + 796 + 10855 + 0 + + + 10285 + 511 + 9388 + 0 + + + 6391 + 431 + 6937 + 0 + + + 8149 + 4645 + 5738 + 8 + + + 9037 + 596 + 8312 + 0 + + + 2433 + 365 + 2140 + 0 + + + 11947 + 654 + 10878 + 0 + + + 9465 + 7054 + 8513 + 31 + + + 4594 + 2121 + 6390 + 0 + + + 10400 + 7384 + 8993 + 1 + + + 8041 + 4536 + 7088 + 2 + + + 13685 + 561 + 12327 + 0 + + + 5666 + 693 + 5646 + 0 + + + 10790 + 444 + 9819 + 0 + + + 11541 + 845 + 10485 + 0 + + + 5537 + 719 + 5502 + 0 + + + 13259 + 7307 + 11943 + 0 + + + 5764 + 1298 + 5756 + 0 + + + 12845 + 1734 + 11553 + 0 + + + 10456 + 1166 + 9508 + 0 + + + 9712 + 169 + 8848 + 0 + + + 11406 + 1161 + 10359 + 0 + + + 325 + 1293 + 803 + 0 + + + 2920 + 929 + 2664 + 0 + + + 12321 + 5727 + 10866 + 25 + + + 10296 + 299 + 9395 + 0 + + + 12507 + 1211 + 11268 + 4 + + + 10384 + 1333 + 9448 + 0 + + + 9489 + 258 + 8626 + 0 + + + 7339 + 822 + 5498 + 0 + + + 5782 + 1244 + 5778 + 0 + + + 4633 + 1676 + 6432 + 0 + + + 11768 + 323 + 10691 + 0 + + + 6382 + 574 + 6927 + 0 + + + 11238 + 712 + 10214 + 0 + + + 11327 + 271 + 10293 + 0 + + + 10312 + 7350 + 9353 + 1 + + + 5250 + 310 + 5179 + 0 + + + 3593 + 2072 + 4795 + 0 + + + 10980 + 581 + 9999 + 0 + + + 4483 + 1605 + 4581 + 0 + + + 7487 + 2242 + 6449 + 0 + + + 13366 + 1605 + 12044 + 0 + + + 8347 + 1161 + 7631 + 0 + + + 8286 + 4783 + 5506 + 15 + + + 12412 + 983 + 11201 + 0 + + + 2856 + 990 + 2595 + 0 + + + 12721 + 1257 + 11449 + 0 + + + 11589 + 1772 + 10532 + 0 + + + 6323 + 1445 + 6864 + 0 + + + 5899 + 1507 + 5907 + 0 + + + 4900 + 1328 + 6729 + 0 + + + 11737 + 1836 + 10660 + 0 + + + 1118 + 1605 + 489 + 0 + + + 6804 + 532 + 5655 + 0 + + + 301 + 858 + 777 + 0 + + + 12819 + 1570 + 11533 + 0 + + + 8609 + 666 + 7867 + 0 + + + 8395 + 1947 + 7694 + 0 + + + 10943 + 803 + 9968 + 0 + + + 11788 + 409 + 10710 + 0 + + + 11053 + 1129 + 10069 + 0 + + + 11133 + 1549 + 10119 + 0 + + + 11199 + 1605 + 10178 + 0 + + + 7837 + 4330 + 6234 + 17 + + + 8520 + 5261 + 2668 + 1 + + + 8625 + 1653 + 7881 + 0 + + + 6818 + 1933 + 5982 + 0 + + + 4544 + 800 + 6336 + 0 + + + 4782 + 2203 + 6600 + 0 + + + 2172 + 3350 + 1857 + 0 + + + 11842 + 1221 + 10769 + 0 + + + 6551 + 1728 + 7114 + 0 + + + 13306 + 591 + 11987 + 0 + + + 6240 + 286 + 6290 + 0 + + + 11282 + 1731 + 10246 + 0 + + + 7981 + 4475 + 5705 + 13 + + + 6042 + 1883 + 6070 + 0 + + + 6178 + 1817 + 6220 + 0 + + + 5790 + 341 + 5787 + 0 + + + 13945 + 1134 + 12513 + 0 + + + 10520 + 769 + 9564 + 0 + + + 4135 + 1081 + 4203 + 0 + + + 10009 + 346 + 9136 + 0 + + + 10304 + 1550 + 9402 + 0 + + + 7616 + 4107 + 5901 + 10 + + + 12376 + 728 + 11164 + 0 + + + 3339 + 216 + 3586 + 0 + + + 4685 + 1166 + 6490 + 0 + + + 4676 + 207 + 6480 + 0 + + + 12993 + 247 + 11686 + 0 + + + 10974 + 7597 + 9993 + 0 + + + 13413 + 7716 + 12093 + 0 + + + 11423 + 5129 + 10375 + 1 + + + 9284 + 1777 + 8463 + 0 + + + 12326 + 5735 + 10866 + 33 + + + 8463 + 5139 + 7610 + 11 + + + 8440 + 5101 + 2666 + 1 + + + 7742 + 4234 + 6234 + 27 + + + 9732 + 666 + 8859 + 0 + + + 5338 + 1740 + 5279 + 0 + + + 13442 + 234 + 12131 + 0 + + + 11967 + 1594 + 10882 + 0 + + + 2858 + 1705 + 2597 + 0 + + + 10513 + 142 + 9559 + 0 + + + 8790 + 4406 + 7245 + 1 + + + 9683 + 654 + 8809 + 0 + + + 8838 + 564 + 8008 + 0 + + + 7767 + 4259 + 5260 + 1 + + + 7606 + 4096 + 5741 + 7 + + + 6242 + 1939 + 6292 + 0 + + + 9031 + 1155 + 8272 + 0 + + + 8535 + 1062 + 7803 + 0 + + + 4759 + 1582 + 6574 + 0 + + + 9538 + 4378 + 8011 + 3 + + + 12039 + 1794 + 10960 + 0 + + + 10471 + 1076 + 9519 + 0 + + + 836 + 1581 + 1361 + 0 + + + 7589 + 4079 + 6401 + 10 + + + 13529 + 473 + 12195 + 0 + + + 12488 + 1656 + 11253 + 0 + + + 8746 + 1422 + 7914 + 0 + + + 9663 + 4138 + 8784 + 0 + + + 4732 + 1028 + 6543 + 0 + + + 6633 + 929 + 7204 + 0 + + + 12521 + 756 + 11287 + 0 + + + 2068 + 443 + 1744 + 0 + + + 10123 + 1944 + 9238 + 0 + + + 8738 + 5786 + 7615 + 3 + + + 10383 + 960 + 9446 + 0 + + + 9602 + 771 + 8729 + 0 + + + 831 + 1605 + 1354 + 0 + + + 2570 + 1600 + 2289 + 0 + + + 8554 + 5387 + 7250 + 3 + + + 13674 + 551 + 12319 + 0 + + + 11806 + 1431 + 10728 + 0 + + + 9030 + 654 + 8260 + 0 + + + 11091 + 1210 + 10098 + 0 + + + 9999 + 806 + 9119 + 0 + + + 2923 + 998 + 2667 + 0 + + + 12447 + 1238 + 11233 + 0 + + + 10930 + 1761 + 9950 + 0 + + + 10477 + 866 + 9525 + 0 + + + 6322 + 1006 + 6863 + 0 + + + 7651 + 3561 + 6795 + 6 + + + 10040 + 228 + 9156 + 0 + + + 13784 + 1801 + 12382 + 0 + + + 8117 + 4613 + 5419 + 6 + + + 10328 + 4230 + 9353 + 17 + + + 5374 + 1810 + 5320 + 0 + + + 4881 + 1881 + 6708 + 0 + + + 9185 + 504 + 8388 + 0 + + + 8137 + 4633 + 6234 + 109 + + + 6864 + 964 + 7045 + 0 + + + 13538 + 245 + 12205 + 0 + + + 11232 + 4530 + 10210 + 2 + + + 7315 + 1745 + 2057 + 0 + + + 6521 + 2178 + 7081 + 0 + + + 10050 + 1556 + 9135 + 1 + + + 7689 + 4180 + 6464 + 3 + + + 10109 + 177 + 9240 + 0 + + + 11495 + 1683 + 10434 + 0 + + + 10445 + 1558 + 9499 + 0 + + + 7847 + 4340 + 6575 + 13 + + + 5402 + 815 + 5352 + 0 + + + 4654 + 1595 + 6456 + 0 + + + 12554 + 1078 + 11308 + 0 + + + 12352 + 5767 + 10866 + 65 + + + 13620 + 867 + 12261 + 0 + + + 8342 + 736 + 7625 + 0 + + + 2190 + 3354 + 1877 + 0 + + + 6375 + 367 + 6920 + 0 + + + 10323 + 7359 + 9353 + 12 + + + 7372 + 1484 + 799 + 0 + + + 12551 + 652 + 11312 + 0 + + + 12132 + 1049 + 11025 + 0 + + + 5935 + 1111 + 5949 + 0 + + + 793 + 1667 + 1311 + 0 + + + 6537 + 1880 + 7099 + 0 + + + 11757 + 875 + 10687 + 0 + + + 7347 + 1975 + 5766 + 0 + + + 6783 + 823 + 5178 + 0 + + + 4955 + 1497 + 6793 + 0 + + + 6356 + 1944 + 6899 + 0 + + + 5394 + 1789 + 5344 + 0 + + + 9664 + 444 + 8785 + 0 + + + 13587 + 1937 + 12235 + 0 + + + 4924 + 155 + 6756 + 0 + + + 8767 + 1602 + 7937 + 0 + + + 12944 + 206 + 10981 + 1 + + + 9161 + 1919 + 8363 + 0 + + + 7340 + 486 + 5518 + 0 + + + 10522 + 501 + 9565 + 0 + + + 10489 + 360 + 9535 + 0 + + + 12213 + 6704 + 10885 + 1 + + + 9203 + 6649 + 8339 + 5 + + + 3592 + 2071 + 4794 + 0 + + + 11425 + 5131 + 10375 + 3 + + + 13011 + 1958 + 11709 + 0 + + + 12000 + 897 + 10899 + 0 + + + 11047 + 1263 + 10063 + 0 + + + 8288 + 4785 + 1671 + 2 + + + 8865 + 874 + 8041 + 0 + + + 8740 + 1923 + 7910 + 0 + + + 3689 + 1533 + 3724 + 0 + + + 6192 + 1369 + 6235 + 0 + + + 8134 + 4630 + 4956 + 2 + + + 8067 + 4562 + 6233 + 2 + + + 10183 + 4497 + 9277 + 1 + + + 5871 + 666 + 5876 + 0 + + + 8916 + 206 + 8082 + 0 + + + 2405 + 2777 + 2110 + 0 + + + 13675 + 1358 + 12315 + 0 + + + 11208 + 3481 + 10188 + 0 + + + 7986 + 4480 + 6540 + 1 + + + 8627 + 1383 + 7886 + 0 + + + 13916 + 1411 + 12486 + 0 + + + 12912 + 1669 + 11613 + 0 + + + 13915 + 1066 + 12488 + 0 + + + 8133 + 4629 + 4956 + 1 + + + 9624 + 1384 + 8757 + 0 + + + 10609 + 1605 + 9660 + 0 + + + 9446 + 596 + 8513 + 12 + + + 8848 + 728 + 8020 + 0 + + + 5038 + 962 + 4950 + 0 + + + 9129 + 6504 + 8029 + 4 + + + 7983 + 4477 + 6792 + 60 + + + 5242 + 565 + 5170 + 0 + + + 12166 + 1836 + 11043 + 0 + + + 9036 + 230 + 8311 + 0 + + + 10583 + 574 + 9640 + 0 + + + 9878 + 7246 + 8600 + 17 + + + 7629 + 4120 + 6792 + 26 + + + 10677 + 733 + 9732 + 0 + + + 13626 + 1207 + 12267 + 0 + + + 8713 + 5761 + 7244 + 59 + + + 10326 + 7362 + 9353 + 15 + + + 5806 + 2149 + 5805 + 0 + + + 12121 + 6513 + 11013 + 9 + + + 9731 + 634 + 8858 + 0 + + + 12005 + 857 + 10929 + 0 + + + 6237 + 1182 + 6286 + 0 + + + 12581 + 702 + 11331 + 0 + + + 6025 + 2273 + 6051 + 0 + + + 11313 + 3543 + 10282 + 0 + + + 9191 + 306 + 8393 + 0 + + + 8033 + 4528 + 6792 + 53 + + + 2895 + 1749 + 2637 + 0 + + + 12022 + 5080 + 10939 + 0 + + + 10307 + 827 + 9404 + 0 + + + 13310 + 1064 + 11989 + 0 + + + 10158 + 7321 + 9262 + 0 + + + 4683 + 889 + 6488 + 0 + + + 13630 + 1706 + 12266 + 0 + + + 12163 + 752 + 11042 + 0 + + + 2029 + 3373 + 1702 + 0 + + + 11845 + 1347 + 10762 + 0 + + + 9617 + 1377 + 8744 + 0 + + + 11965 + 7694 + 10894 + 0 + + + 13031 + 5262 + 9647 + 1 + + + 4926 + 2227 + 6758 + 0 + + + 5042 + 290 + 4954 + 0 + + + 1770 + 615 + 1423 + 0 + + + 11516 + 1090 + 10455 + 0 + + + 8099 + 1467 + 5700 + 1 + + + 4604 + 1371 + 6401 + 0 + + + 11440 + 120 + 10377 + 0 + + + 5865 + 799 + 5870 + 0 + + + 7942 + 4436 + 6219 + 11 + + + 9081 + 6412 + 8038 + 7 + + + 2213 + 1605 + 1902 + 0 + + + 12613 + 718 + 11361 + 0 + + + 5618 + 2036 + 5594 + 0 + + + 2912 + 681 + 2656 + 0 + + + 10676 + 1342 + 9733 + 0 + + + 11498 + 601 + 10439 + 0 + + + 2218 + 690 + 1907 + 0 + + + 10332 + 349 + 9411 + 0 + + + 4618 + 653 + 6416 + 0 + + + 6031 + 2275 + 6057 + 0 + + + 7702 + 4193 + 5705 + 36 + + + 11909 + 1230 + 10839 + 0 + + + 13440 + 1519 + 12113 + 0 + + + 10303 + 496 + 9401 + 0 + + + 5757 + 1022 + 5748 + 0 + + + 5525 + 1364 + 5488 + 0 + + + 9327 + 1991 + 8508 + 0 + + + 12432 + 1210 + 11212 + 0 + + + 4802 + 2621 + 6622 + 0 + + + 10429 + 7386 + 9486 + 1 + + + 11687 + 1074 + 10608 + 0 + + + 13936 + 1348 + 12504 + 0 + + + 9758 + 1214 + 8885 + 0 + + + 12450 + 7331 + 11233 + 1 + + + 4117 + 1059 + 4184 + 0 + + + 11066 + 7437 + 9721 + 1 + + + 9756 + 625 + 8883 + 0 + + + 10223 + 1728 + 9335 + 0 + + + 2018 + 1605 + 1690 + 0 + + + 4814 + 1554 + 6635 + 0 + + + 6154 + 2285 + 6193 + 0 + + + 2615 + 979 + 2335 + 0 + + + 9511 + 1950 + 8641 + 0 + + + 7671 + 4162 + 5705 + 7 + + + 11880 + 1149 + 10802 + 0 + + + 10037 + 1378 + 9155 + 0 + + + 13113 + 716 + 11797 + 0 + + + 10081 + 714 + 9186 + 0 + + + 13313 + 7202 + 11998 + 0 + + + 11642 + 1548 + 10575 + 0 + + + 8828 + 701 + 7999 + 0 + + + 8824 + 836 + 7989 + 0 + + + 8313 + 355 + 7604 + 0 + + + 3472 + 2194 + 4665 + 0 + + + 4954 + 1551 + 6792 + 0 + + + 12893 + 1070 + 11596 + 0 + + + 6030 + 2274 + 6056 + 0 + + + 10606 + 1530 + 9656 + 0 + + + 5025 + 1331 + 4937 + 0 + + + 7334 + 963 + 5301 + 0 + + + 12847 + 196 + 11547 + 0 + + + 12849 + 1046 + 11548 + 0 + + + 6399 + 966 + 6947 + 0 + + + 13397 + 874 + 12072 + 0 + + + 6076 + 282 + 6108 + 0 + + + 6262 + 1352 + 6315 + 0 + + + 7930 + 4424 + 6234 + 86 + + + 8620 + 538 + 7876 + 0 + + + 8791 + 1258 + 7961 + 0 + + + 8122 + 4618 + 1675 + 1 + + + 6722 + 384 + 1745 + 0 + + + 13510 + 1346 + 12183 + 0 + + + 9092 + 6423 + 8020 + 1 + + + 11587 + 3643 + 10526 + 0 + + + 10576 + 1820 + 9630 + 0 + + + 7867 + 4360 + 6234 + 61 + + + 12892 + 1094 + 11607 + 0 + + + 12989 + 1120 + 11684 + 0 + + + 8219 + 4716 + 5820 + 1 + + + 9168 + 867 + 8374 + 0 + + + 9783 + 1440 + 8906 + 0 + + + 9436 + 4718 + 8513 + 2 + + + 2275 + 1845 + 1969 + 0 + + + 5514 + 1198 + 5477 + 0 + + + 9225 + 1839 + 8403 + 0 + + + 11776 + 775 + 10690 + 0 + + + 6667 + 606 + 7241 + 0 + + + 6369 + 148 + 6913 + 0 + + + 10178 + 637 + 9291 + 0 + + + 7678 + 4169 + 5867 + 4 + + + 8399 + 235 + 7692 + 0 + + + 7526 + 371 + 5509 + 0 + + + 7809 + 4302 + 6792 + 29 + + + 8938 + 1352 + 8114 + 0 + + + 10813 + 1886 + 9839 + 0 + + + 11836 + 1566 + 10765 + 0 + + + 11107 + 1771 + 10114 + 0 + + + 6141 + 1794 + 6180 + 0 + + + 6335 + 1001 + 6876 + 0 + + + 8825 + 102 + 7996 + 0 + + + 13653 + 628 + 12297 + 0 + + + 12237 + 1909 + 11083 + 0 + + + 306 + 417 + 782 + 0 + + + 13379 + 3439 + 12046 + 0 + + + 11421 + 1699 + 10373 + 0 + + + 6744 + 182 + 3604 + 0 + + + 12099 + 4523 + 10968 + 3 + + + 9791 + 7217 + 8918 + 0 + + + 2072 + 296 + 1750 + 0 + + + 4170 + 596 + 4242 + 0 + + + 13368 + 1880 + 12060 + 0 + + + 12811 + 1950 + 11528 + 0 + + + 6535 + 736 + 7097 + 0 + + + 8802 + 641 + 7972 + 0 + + + 7335 + 1133 + 5313 + 0 + + + 6814 + 871 + 5914 + 0 + + + 7821 + 4314 + 6234 + 114 + + + 8298 + 1010 + 7589 + 0 + + + 12329 + 5740 + 10866 + 38 + + + 8919 + 6221 + 8086 + 0 + + + 11467 + 3421 + 10407 + 0 + + + 8983 + 1408 + 8153 + 0 + + + 5647 + 1886 + 5626 + 0 + + + 9820 + 462 + 8947 + 0 + + + 4121 + 1605 + 4188 + 0 + + + 8162 + 4658 + 6575 + 4 + + + 9000 + 337 + 8165 + 0 + + + 11405 + 912 + 10358 + 0 + + + 11742 + 328 + 10656 + 0 + + + 5183 + 541 + 5107 + 0 + + + 6827 + 1605 + 7299 + 0 + + + 13527 + 214 + 12196 + 0 + + + 5674 + 1054 + 5654 + 0 + + + 9720 + 548 + 8843 + 0 + + + 2830 + 317 + 2567 + 0 + + + 12568 + 1872 + 11325 + 0 + + + 13496 + 7318 + 12176 + 0 + + + 9884 + 1671 + 9003 + 0 + + + 4929 + 1043 + 6763 + 0 + + + 10660 + 953 + 9703 + 0 + + + 6007 + 344 + 6029 + 0 + + + 296 + 295 + 771 + 0 + + + 3451 + 1969 + 3708 + 0 + + + 6833 + 644 + 7305 + 0 + + + 13726 + 7735 + 8513 + 48 + + + 9668 + 166 + 8795 + 0 + + + 12159 + 733 + 11048 + 0 + + + 11759 + 7004 + 10669 + 0 + + + 11767 + 10 + 10689 + 0 + + + 8185 + 4681 + 6401 + 22 + + + 10641 + 512 + 9692 + 0 + + + 9782 + 1832 + 8905 + 0 + + + 1766 + 1605 + 1419 + 0 + + + 8946 + 520 + 8118 + 0 + + + 10591 + 158 + 9643 + 0 + + + 8443 + 5104 + 7282 + 1 + + + 9767 + 314 + 8894 + 0 + + + 6817 + 1655 + 5963 + 0 + + + 7728 + 1302 + 6725 + 1 + + + 7775 + 4267 + 5739 + 3 + + + 11392 + 3644 + 10345 + 0 + + + 1119 + 288 + 490 + 0 + + + 10052 + 1905 + 9170 + 0 + + + 8780 + 284 + 7950 + 0 + + + 13220 + 1515 + 11898 + 0 + + + 13656 + 768 + 12300 + 0 + + + 2016 + 1605 + 1688 + 0 + + + 12423 + 831 + 11208 + 0 + + + 12889 + 3430 + 11604 + 0 + + + 12278 + 1237 + 11119 + 0 + + + 7715 + 4207 + 1664 + 22 + + + 7773 + 4265 + 6792 + 21 + + + 10674 + 754 + 9718 + 0 + + + 8932 + 658 + 8101 + 0 + + + 12255 + 657 + 11097 + 0 + + + 10544 + 731 + 9601 + 0 + + + 6739 + 697 + 2682 + 0 + + + 8305 + 518 + 7599 + 0 + + + 9892 + 1174 + 9012 + 0 + + + 11266 + 225 + 10238 + 0 + + + 13238 + 1316 + 11918 + 0 + + + 9559 + 7157 + 8660 + 0 + + + 5236 + 1240 + 5163 + 0 + + + 12242 + 6476 + 11031 + 2 + + + 8054 + 4549 + 6401 + 20 + + + 12723 + 1839 + 11447 + 0 + + + 12566 + 7222 + 11323 + 0 + + + 10642 + 288 + 9697 + 0 + + + 11811 + 1605 + 10735 + 0 + + + 7664 + 4155 + 2289 + 7 + + + 5044 + 1242 + 4956 + 0 + + + 303 + 3422 + 779 + 0 + + + 5548 + 981 + 5515 + 0 + + + 10518 + 1888 + 9562 + 0 + + + 796 + 644 + 1314 + 0 + + + 10322 + 7358 + 9353 + 11 + + + 10421 + 1631 + 9484 + 0 + + + 7949 + 4443 + 4961 + 1 + + + 5222 + 1443 + 5148 + 0 + + + 12833 + 4178 + 10671 + 4 + + + 12219 + 1605 + 11068 + 0 + + + 8645 + 1605 + 7903 + 0 + + + 11672 + 617 + 10597 + 0 + + + 9127 + 6502 + 8029 + 2 + + + 13245 + 914 + 11925 + 0 + + + 13403 + 749 + 12080 + 0 + + + 4070 + 1938 + 4134 + 0 + + + 12428 + 803 + 11215 + 0 + + + 10691 + 4509 + 9700 + 1 + + + 9503 + 1956 + 8621 + 0 + + + 13488 + 859 + 12153 + 0 + + + 1856 + 793 + 1515 + 0 + + + 9206 + 6652 + 8380 + 1 + + + 11961 + 5942 + 10891 + 0 + + + 6831 + 1742 + 7303 + 0 + + + 4756 + 573 + 6570 + 0 + + + 8777 + 1149 + 7948 + 0 + + + 6077 + 330 + 6109 + 0 + + + 2034 + 1535 + 1708 + 0 + + + 8058 + 4553 + 5741 + 6 + + + 1930 + 614 + 1596 + 0 + + + 11333 + 1402 + 10297 + 0 + + + 8600 + 1205 + 7857 + 0 + + + 288 + 660 + 763 + 0 + + + 10702 + 694 + 9736 + 0 + + + 13611 + 1814 + 12257 + 0 + + + 12465 + 519 + 11240 + 0 + + + 6636 + 1605 + 7207 + 0 + + + 10791 + 7501 + 9820 + 0 + + + 10912 + 1475 + 9936 + 0 + + + 6011 + 457 + 6033 + 0 + + + 7677 + 4168 + 5709 + 5 + + + 10141 + 1992 + 9274 + 0 + + + 1833 + 1077 + 1490 + 0 + + + 11550 + 792 + 10490 + 0 + + + 9274 + 1181 + 8452 + 0 + + + 5050 + 1063 + 4962 + 0 + + + 8442 + 4716 + 2673 + 1 + + + 2640 + 3100 + 2362 + 0 + + + 4677 + 275 + 6481 + 0 + + + 5606 + 1482 + 5579 + 0 + + + 12252 + 1339 + 11100 + 0 + + + 13435 + 664 + 12125 + 0 + + + 5813 + 2157 + 5813 + 0 + + + 12543 + 3501 + 11292 + 0 + + + 7346 + 805 + 5754 + 0 + + + 5480 + 587 + 5439 + 0 + + + 5502 + 806 + 5464 + 0 + + + 11120 + 4207 + 10085 + 22 + + + 9514 + 1103 + 8644 + 0 + + + 9148 + 448 + 8355 + 0 + + + 2935 + 488 + 2680 + 0 + + + 6638 + 1593 + 7209 + 0 + + + 2316 + 289 + 2015 + 0 + + + 8672 + 5720 + 7244 + 18 + + + 12858 + 762 + 11576 + 0 + + + 2083 + 1824 + 1761 + 0 + + + 13324 + 233 + 12002 + 0 + + + 4737 + 1229 + 6549 + 0 + + + 11709 + 922 + 10627 + 0 + + + 11552 + 975 + 10496 + 0 + + + 10063 + 1880 + 9183 + 0 + + + 5549 + 701 + 5516 + 0 + + + 8727 + 5775 + 7244 + 73 + + + 8151 + 4647 + 5705 + 2 + + + 7770 + 4262 + 6234 + 26 + + + 12914 + 1951 + 11619 + 0 + + + 9974 + 1379 + 9091 + 0 + + + 8066 + 4561 + 6234 + 5 + + + 7848 + 4341 + 6234 + 47 + + + 8528 + 1961 + 7796 + 0 + + + 7926 + 4420 + 6575 + 9 + + + 10235 + 969 + 9345 + 0 + + + 9370 + 1094 + 8532 + 0 + + + 10538 + 708 + 9593 + 0 + + + 12306 + 4687 + 10866 + 41 + + + 13107 + 911 + 11799 + 0 + + + 4656 + 1056 + 6458 + 0 + + + 8097 + 4592 + 6898 + 1 + + + 2527 + 3029 + 2242 + 0 + + + 12708 + 1627 + 11439 + 0 + + + 8346 + 1244 + 7629 + 0 + + + 7932 + 4426 + 7066 + 6 + + + 12040 + 333 + 10961 + 0 + + + 5465 + 356 + 5423 + 0 + + + 11952 + 1408 + 10863 + 0 + + + 9633 + 1369 + 8752 + 0 + + + 5372 + 1761 + 5318 + 0 + + + 11265 + 425 + 10233 + 0 + + + 8145 + 752 + 5506 + 10 + + + 13460 + 1463 + 12117 + 0 + + + 11721 + 3543 + 10643 + 0 + + + 8254 + 4751 + 6234 + 24 + + + 8439 + 5100 + 7249 + 1 + + + 11838 + 1265 + 10760 + 0 + + + 11910 + 1159 + 10833 + 0 + + + 12103 + 693 + 11008 + 0 + + + 5292 + 1429 + 5225 + 0 + + + 9536 + 4746 + 8011 + 1 + + + 4730 + 1680 + 6539 + 0 + + + 6504 + 2053 + 7063 + 0 + + + 12918 + 850 + 11623 + 0 + + + 9872 + 7037 + 8600 + 11 + + + 8942 + 1125 + 8108 + 0 + + + 3582 + 1306 + 4784 + 0 + + + 7571 + 2180 + 7090 + 0 + + + 5677 + 1609 + 5658 + 0 + + + 13737 + 793 + 12343 + 0 + + + 298 + 404 + 773 + 0 + + + 4131 + 508 + 4199 + 0 + + + 6530 + 578 + 7092 + 0 + + + 2197 + 990 + 1885 + 0 + + + 10498 + 752 + 9544 + 0 + + + 11529 + 970 + 10469 + 0 + + + 6649 + 1355 + 7221 + 0 + + + 10439 + 318 + 9492 + 0 + + + 11666 + 6361 + 10588 + 1 + + + 6339 + 2111 + 6881 + 0 + + + 2886 + 1605 + 2627 + 0 + + + 11937 + 1523 + 10875 + 0 + + + 8776 + 1303 + 7947 + 0 + + + 8352 + 4901 + 7201 + 6 + + + 13754 + 448 + 12352 + 0 + + + 4678 + 1299 + 6482 + 0 + + + 8891 + 833 + 8066 + 0 + + + 7906 + 4399 + 5785 + 3 + + + 12393 + 943 + 11180 + 0 + + + 9001 + 6302 + 8167 + 0 + + + 8743 + 237 + 7916 + 0 + + + 7995 + 4489 + 6130 + 5 + + + 10394 + 258 + 9457 + 0 + + + 4928 + 2228 + 6760 + 0 + + + 6332 + 590 + 6873 + 0 + + + 8830 + 799 + 8000 + 0 + + + 10971 + 7164 + 9991 + 0 + + + 6653 + 3608 + 7225 + 0 + + + 13312 + 7332 + 11991 + 0 + + + 9432 + 707 + 8601 + 0 + + + 12494 + 1605 + 11266 + 0 + + + 11678 + 204 + 10599 + 0 + + + 13960 + 347 + 12522 + 0 + + + 2574 + 1116 + 2293 + 0 + + + 11201 + 764 + 10180 + 0 + + + 4884 + 2098 + 6711 + 0 + + + 7662 + 4153 + 2289 + 4 + + + 7910 + 4404 + 5506 + 11 + + + 11204 + 7646 + 10121 + 4 + + + 8634 + 1536 + 7894 + 0 + + + 7733 + 4225 + 7239 + 1 + + + 8860 + 1699 + 8029 + 0 + + + 9309 + 446 + 8482 + 0 + + + 4975 + 1505 + 6815 + 0 + + + 8087 + 4582 + 1415 + 1 + + + 13670 + 7595 + 12318 + 0 + + + 10174 + 7328 + 9287 + 0 + + + 7879 + 4372 + 6871 + 1 + + + 5662 + 1330 + 5642 + 0 + + + 5047 + 1722 + 4959 + 0 + + + 4489 + 1605 + 4587 + 0 + + + 12146 + 5781 + 10859 + 1 + + + 6810 + 1796 + 5791 + 0 + + + 12436 + 1588 + 11229 + 0 + + + 6360 + 482 + 6904 + 0 + + + 10822 + 687 + 9848 + 0 + + + 13431 + 847 + 12100 + 0 + + + 10222 + 715 + 9331 + 0 + + + 8792 + 1528 + 7963 + 0 + + + 8416 + 241 + 7708 + 0 + + + 8559 + 599 + 2644 + 1 + + + 10315 + 7353 + 9353 + 4 + + + 5957 + 3439 + 5973 + 0 + + + 5235 + 3425 + 5162 + 0 + + + 7734 + 4226 + 7239 + 2 + + + 4770 + 2201 + 6587 + 0 + + + 6686 + 774 + 7262 + 0 + + + 11604 + 742 + 10546 + 0 + + + 7998 + 4492 + 5707 + 4 + + + 7631 + 4122 + 6792 + 62 + + + 8017 + 4512 + 1451 + 1 + + + 4642 + 932 + 6442 + 0 + + + 1931 + 3364 + 1597 + 0 + + + 10266 + 1063 + 9359 + 0 + + + 8809 + 551 + 7967 + 0 + + + 10098 + 290 + 9247 + 0 + + + 12395 + 1384 + 11170 + 0 + + + 11390 + 1734 + 10343 + 0 + + + 12233 + 895 + 11088 + 0 + + + 9055 + 1774 + 8328 + 0 + + + 10502 + 1587 + 9547 + 0 + + + 10012 + 219 + 9133 + 0 + + + 12250 + 1664 + 11099 + 0 + + + 13406 + 1596 + 12086 + 0 + + + 9149 + 1909 + 8356 + 0 + + + 13174 + 115 + 11864 + 0 + + + 9123 + 6482 + 7940 + 6 + + + 10804 + 1899 + 7244 + 76 + + + 5796 + 2144 + 5795 + 0 + + + 13736 + 7735 + 8600 + 30 + + + 9991 + 1605 + 9114 + 0 + + + 1906 + 301 + 1570 + 0 + + + 7731 + 4223 + 6725 + 9 + + + 7617 + 4108 + 5492 + 1 + + + 10027 + 1644 + 9142 + 0 + + + 9426 + 1281 + 8593 + 0 + + + 6398 + 268 + 6946 + 0 + + + 7319 + 438 + 6479 + 0 + + + 4626 + 1421 + 6425 + 0 + + + 8115 + 4611 + 5709 + 9 + + + 5247 + 938 + 5175 + 0 + + + 10043 + 708 + 9154 + 0 + + + 2844 + 677 + 2582 + 0 + + + 5297 + 629 + 5230 + 0 + + + 305 + 3702 + 781 + 0 + + + 3571 + 2063 + 4772 + 0 + + + 8471 + 5142 + 7295 + 2 + + + 8697 + 5745 + 7244 + 43 + + + 10556 + 583 + 9610 + 0 + + + 13021 + 1435 + 11718 + 0 + + + 12710 + 5096 + 11442 + 2 + + + 8225 + 4722 + 6234 + 73 + + + 9863 + 1698 + 8997 + 0 + + + 13293 + 752 + 11967 + 0 + + + 7841 + 4334 + 2293 + 80 + + + 11868 + 171 + 10791 + 0 + + + 8671 + 5719 + 7244 + 17 + + + 9573 + 1132 + 8670 + 0 + + + 12762 + 1777 + 11478 + 0 + + + 8940 + 1335 + 8110 + 0 + + + 12570 + 1600 + 11322 + 0 + + + 12459 + 6663 + 11235 + 6 + + + 12442 + 1692 + 11222 + 0 + + + 5540 + 2305 + 5505 + 0 + + + 10064 + 1782 + 9174 + 0 + + + 316 + 605 + 793 + 0 + + + 7591 + 4081 + 6401 + 21 + + + 12562 + 7065 + 11319 + 0 + + + 11997 + 1670 + 10915 + 0 + + + 13302 + 1354 + 11981 + 0 + + + 11557 + 470 + 10501 + 0 + + + 13914 + 1662 + 12501 + 0 + + + 10436 + 250 + 9490 + 0 + + + 9534 + 7144 + 8571 + 1 + + + 2011 + 1605 + 1683 + 0 + + + 10249 + 726 + 9357 + 0 + + + 12433 + 7428 + 11213 + 1 + + + 12148 + 184 + 10839 + 1 + + + 815 + 1605 + 1337 + 0 + + + 7818 + 4311 + 1664 + 12 + + + 13625 + 991 + 12268 + 0 + + + 7723 + 4215 + 5891 + 7 + + + 6103 + 137 + 6138 + 0 + + + 295 + 405 + 770 + 0 + + + 9269 + 1167 + 8442 + 0 + + + 317 + 1605 + 794 + 0 + + + 9749 + 883 + 8876 + 0 + + + 5631 + 2045 + 5608 + 0 + + + 4154 + 1605 + 4224 + 0 + + + 4648 + 1130 + 6448 + 0 + + + 7951 + 4445 + 2057 + 100 + + + 11259 + 3608 + 10235 + 0 + + + 9554 + 7229 + 8600 + 3 + + + 4882 + 2096 + 6709 + 0 + + + 12072 + 801 + 10998 + 0 + + + 11661 + 5701 + 10583 + 1 + + + 9808 + 7218 + 8935 + 0 + + + 3444 + 267 + 3700 + 0 + + + 11234 + 5122 + 10210 + 4 + + + 4613 + 1459 + 6411 + 0 + + + 2843 + 1565 + 2581 + 0 + + + 12023 + 742 + 10943 + 0 + + + 5353 + 901 + 5296 + 0 + + + 13591 + 4167 + 12236 + 3 + + + 2432 + 1744 + 2139 + 0 + + + 9226 + 1897 + 8406 + 0 + + + 13336 + 1376 + 12020 + 0 + + + 3572 + 1774 + 4773 + 0 + + + 3558 + 2055 + 4758 + 0 + + + 9769 + 1235 + 8896 + 0 + + + 12630 + 5102 + 11291 + 1 + + + 13740 + 1591 + 12344 + 0 + + + 3685 + 322 + 3720 + 0 + + + 5293 + 934 + 5226 + 0 + + + 9742 + 708 + 8869 + 0 + + + 13164 + 1280 + 11853 + 0 + + + 6553 + 276 + 7116 + 0 + + + 8449 + 4325 + 7286 + 1 + + + 1924 + 3363 + 1590 + 0 + + + 1916 + 1245 + 1581 + 0 + + + 7893 + 4386 + 6795 + 4 + + + 5246 + 731 + 5174 + 0 + + + 8590 + 5501 + 7849 + 0 + + + 5180 + 911 + 5104 + 0 + + + 2207 + 1807 + 1896 + 0 + + + 12479 + 1759 + 11252 + 0 + + + 6393 + 388 + 6939 + 0 + + + 5720 + 1699 + 5705 + 0 + + + 13684 + 7221 + 12325 + 0 + + + 9562 + 12 + 8663 + 0 + + + 13815 + 7739 + 12414 + 0 + + + 12935 + 714 + 11640 + 0 + + + 11577 + 200 + 10517 + 0 + + + 1995 + 3404 + 1666 + 0 + + + 12503 + 1057 + 11268 + 0 + + + 11718 + 701 + 10646 + 0 + + + 11638 + 981 + 10571 + 0 + + + 8292 + 1915 + 7583 + 0 + + + 9570 + 136 + 8672 + 0 + + + 9807 + 384 + 8934 + 0 + + + 13041 + 837 + 11736 + 0 + + + 12375 + 1893 + 11163 + 0 + + + 10936 + 5 + 9957 + 0 + + + 12758 + 467 + 11485 + 0 + + + 9861 + 1760 + 8995 + 0 + + + 4657 + 870 + 6459 + 0 + + + 2984 + 1605 + 2735 + 0 + + + 11983 + 1993 + 10904 + 0 + + + 9827 + 672 + 8960 + 0 + + + 6811 + 480 + 5863 + 0 + + + 12517 + 1577 + 11278 + 0 + + + 8533 + 786 + 7801 + 0 + + + 5748 + 1000 + 5737 + 0 + + + 11124 + 7589 + 10085 + 24 + + + 13144 + 935 + 11833 + 0 + + + 9029 + 1294 + 8266 + 0 + + + 9146 + 1416 + 8351 + 0 + + + 6520 + 2177 + 7080 + 0 + + + 9033 + 1456 + 8316 + 0 + + + 13532 + 482 + 12198 + 0 + + + 7875 + 4368 + 5530 + 5 + + + 9659 + 1371 + 8791 + 0 + + + 9580 + 163 + 8707 + 0 + + + 5761 + 1529 + 5752 + 0 + + + 2073 + 387 + 1751 + 0 + + + 7456 + 1060 + 4226 + 0 + + + 5803 + 2146 + 5802 + 0 + + + 12992 + 268 + 11689 + 0 + + + 7650 + 4141 + 1486 + 3 + + + 11590 + 1237 + 10533 + 0 + + + 12485 + 1750 + 11254 + 0 + + + 5178 + 1622 + 5102 + 0 + + + 9353 + 245 + 8541 + 0 + + + 11576 + 1369 + 10520 + 0 + + + 8725 + 1311 + 7244 + 71 + + + 10928 + 7591 + 9954 + 0 + + + 9414 + 982 + 8591 + 0 + + + 5923 + 1492 + 5935 + 0 + + + 13162 + 1337 + 11855 + 0 + + + 12143 + 614 + 11021 + 0 + + + 13452 + 960 + 12130 + 0 + + + 8327 + 514 + 7609 + 0 + + + 10242 + 7339 + 7615 + 6 + + + 13516 + 1157 + 12188 + 0 + + + 7625 + 4116 + 6792 + 71 + + + 11974 + 1605 + 10897 + 0 + + + 6543 + 942 + 7105 + 0 + + + 13734 + 7734 + 8600 + 29 + + + 5629 + 2044 + 5606 + 0 + + + 13465 + 993 + 12142 + 0 + + + 10425 + 188 + 9485 + 0 + + + 2637 + 1957 + 2359 + 0 + + + 11711 + 1138 + 10631 + 0 + + + 10004 + 1216 + 9124 + 0 + + + 8681 + 5729 + 7244 + 27 + + + 5020 + 1576 + 4931 + 0 + + + 4804 + 1065 + 6624 + 0 + + + 9060 + 1600 + 8339 + 0 + + + 7857 + 4350 + 6234 + 42 + + + 5376 + 636 + 5323 + 0 + + + 7799 + 4291 + 1664 + 13 + + + 8569 + 1235 + 7829 + 0 + + + 8220 + 4717 + 5891 + 21 + + + 11244 + 1355 + 10218 + 0 + + + 10946 + 486 + 9970 + 0 + + + 7992 + 4486 + 5274 + 1 + + + 9050 + 1437 + 8326 + 0 + + + 11640 + 503 + 10572 + 0 + + + 5510 + 427 + 5472 + 0 + + + 11532 + 3501 + 10471 + 0 + + + 6345 + 146 + 6888 + 0 + + + 9328 + 1707 + 8509 + 0 + + + 9147 + 1477 + 8357 + 0 + + + 6341 + 875 + 6884 + 0 + + + 10942 + 1307 + 9967 + 0 + + + 8555 + 5388 + 7250 + 4 + + + 6378 + 1636 + 6923 + 0 + + + 12759 + 4395 + 11486 + 0 + + + 13500 + 1461 + 12162 + 0 + + + 4589 + 1470 + 6385 + 0 + + + 10244 + 1432 + 9356 + 0 + + + 11928 + 272 + 10850 + 0 + + + 5669 + 402 + 5649 + 0 + + + 10958 + 418 + 9983 + 0 + + + 11973 + 764 + 10896 + 0 + + + 5756 + 242 + 5746 + 0 + + + 10162 + 423 + 9277 + 0 + + + 12162 + 752 + 11041 + 0 + + + 8250 + 4747 + 5891 + 10 + + + 8706 + 5754 + 7244 + 52 + + + 10681 + 137 + 9723 + 0 + + + 9394 + 1339 + 8560 + 0 + + + 1750 + 1605 + 1401 + 0 + + + 8037 + 4532 + 6248 + 3 + + + 7345 + 728 + 5741 + 0 + + + 12711 + 5097 + 11442 + 3 + + + 10694 + 4356 + 9700 + 4 + + + 7886 + 4379 + 6234 + 66 + + + 10447 + 1605 + 9501 + 0 + + + 8331 + 1605 + 7612 + 0 + + + 6388 + 957 + 6934 + 0 + + + 12402 + 586 + 11186 + 0 + + + 9471 + 1313 + 8610 + 0 + + + 9407 + 1031 + 8577 + 0 + + + 2871 + 1899 + 2611 + 0 + + + 10010 + 1326 + 9135 + 0 + + + 13930 + 356 + 12493 + 0 + + + 11833 + 921 + 10758 + 0 + + + 7924 + 1420 + 5507 + 4 + + + 6044 + 1040 + 6072 + 0 + + + 5389 + 1433 + 5337 + 0 + + + 13393 + 1186 + 12071 + 0 + + + 10472 + 841 + 9522 + 0 + + + 10962 + 873 + 9987 + 0 + + + 11837 + 1068 + 10767 + 0 + + + 10115 + 523 + 9225 + 0 + + + 13269 + 1944 + 11948 + 0 + + + 5325 + 2015 + 5264 + 0 + + + 5750 + 612 + 5739 + 0 + + + 8454 + 5130 + 7610 + 2 + + + 8779 + 252 + 7954 + 0 + + + 11231 + 5104 + 10210 + 1 + + + 2520 + 3025 + 2234 + 0 + + + 2269 + 1454 + 1963 + 0 + + + 10232 + 495 + 9342 + 0 + + + 4957 + 722 + 6795 + 0 + + + 9873 + 7242 + 8600 + 12 + + + 8550 + 5383 + 7264 + 2 + + + 13068 + 1452 + 11766 + 0 + + + 10401 + 861 + 9465 + 0 + + + 2304 + 3197 + 2001 + 0 + + + 5545 + 1492 + 5511 + 0 + + + 9217 + 6663 + 8349 + 7 + + + 4669 + 232 + 6472 + 0 + + + 11256 + 1647 + 10228 + 0 + + + 12113 + 6501 + 11013 + 1 + + + 9072 + 6403 + 8103 + 1 + + + 7383 + 3547 + 1315 + 0 + + + 6048 + 2075 + 6076 + 0 + + + 8717 + 5765 + 7244 + 63 + + + 11735 + 179 + 10657 + 0 + + + 6542 + 2183 + 7104 + 0 + + + 3696 + 187 + 3731 + 0 + + + 8597 + 5542 + 7612 + 1 + + + 10265 + 4749 + 8860 + 2 + + + 6196 + 555 + 6239 + 0 + + + 4728 + 2088 + 6537 + 0 + + + 11634 + 3437 + 10568 + 0 + + + 5184 + 125 + 5108 + 0 + + + 5682 + 2314 + 5664 + 0 + + + 279 + 1357 + 753 + 0 + + + 11409 + 7676 + 10360 + 0 + + + 4949 + 1344 + 6786 + 0 + + + 2875 + 607 + 2615 + 0 + + + 11685 + 438 + 10609 + 0 + + + 10432 + 7389 + 9486 + 4 + + + 9829 + 972 + 8955 + 0 + + + 7352 + 572 + 5934 + 0 + + + 2240 + 191 + 1931 + 0 + + + 12692 + 1897 + 11428 + 0 + + + 10539 + 708 + 9593 + 1 + + + 12950 + 1331 + 11653 + 0 + + + 13950 + 7390 + 12513 + 5 + + + 5017 + 1138 + 4928 + 0 + + + 8631 + 1608 + 7888 + 0 + + + 13462 + 1323 + 12140 + 0 + + + 13575 + 569 + 12046 + 1 + + + 5885 + 891 + 5891 + 0 + + + 8696 + 5744 + 7244 + 42 + + + 4801 + 1018 + 6621 + 0 + + + 8492 + 359 + 7764 + 0 + + + 6868 + 1605 + 7201 + 0 + + + 5476 + 1674 + 5435 + 0 + + + 9766 + 902 + 8893 + 0 + + + 5859 + 2258 + 5864 + 0 + + + 8086 + 4581 + 6795 + 1 + + + 3698 + 1626 + 3733 + 0 + + + 8038 + 4533 + 7066 + 3 + + + 6324 + 1274 + 6865 + 0 + + + 11046 + 1366 + 10066 + 0 + + + 8036 + 4531 + 5705 + 21 + + + 5487 + 2132 + 5447 + 0 + + + 7999 + 4493 + 6483 + 4 + + + 9220 + 819 + 8400 + 0 + + + 4948 + 970 + 6785 + 0 + + + 7698 + 4189 + 5732 + 7 + + + 6513 + 700 + 7073 + 0 + + + 12333 + 5746 + 10866 + 44 + + + 11033 + 681 + 10051 + 0 + + + 4769 + 754 + 6586 + 0 + + + 8301 + 1793 + 7591 + 0 + + + 3355 + 582 + 3603 + 0 + + + 11810 + 192 + 10733 + 0 + + + 10101 + 484 + 9231 + 0 + + + 5328 + 585 + 5267 + 0 + + + 13177 + 883 + 11867 + 0 + + + 8196 + 4692 + 4191 + 1 + + + 13192 + 630 + 11880 + 0 + + + 9417 + 1951 + 8571 + 0 + + + 12584 + 1054 + 11333 + 0 + + + 5496 + 1141 + 5457 + 0 + + + 10236 + 1156 + 9350 + 0 + + + 2360 + 3236 + 2063 + 0 + + + 8894 + 413 + 8061 + 0 + + + 11424 + 5130 + 10375 + 2 + + + 5447 + 1610 + 5404 + 0 + + + 12307 + 4713 + 10866 + 28 + + + 12891 + 1330 + 11590 + 0 + + + 9144 + 1466 + 8353 + 0 + + + 9839 + 1093 + 8968 + 0 + + + 10245 + 644 + 9355 + 0 + + + 9179 + 376 + 8385 + 0 + + + 11127 + 4204 + 10085 + 28 + + + 9071 + 4455 + 8130 + 1 + + + 11783 + 1223 + 10705 + 0 + + + 8139 + 4635 + 6234 + 49 + + + 8654 + 5702 + 7843 + 1 + + + 8174 + 4670 + 5506 + 37 + + + 11491 + 464 + 10430 + 0 + + + 12593 + 1407 + 10866 + 12 + + + 315 + 502 + 792 + 0 + + + 9348 + 1818 + 8517 + 0 + + + 3346 + 1203 + 3594 + 0 + + + 7750 + 4242 + 6082 + 1 + + + 10182 + 7330 + 9229 + 1 + + + 6494 + 300 + 7052 + 0 + + + 10593 + 1138 + 9646 + 0 + + + 8419 + 386 + 7715 + 0 + + + 4165 + 234 + 4236 + 0 + + + 5187 + 796 + 5111 + 0 + + + 11762 + 1057 + 10679 + 0 + + + 8193 + 4689 + 5732 + 9 + + + 8178 + 4674 + 5739 + 6 + + + 5522 + 809 + 5485 + 0 + + + 8592 + 945 + 7850 + 0 + + + 5670 + 1432 + 5650 + 0 + + + 6758 + 516 + 6384 + 0 + + + 2578 + 272 + 2297 + 0 + + + 12829 + 4400 + 10671 + 2 + + + 9815 + 952 + 8942 + 0 + + + 4833 + 254 + 6655 + 0 + + + 10486 + 314 + 9533 + 0 + + + 12888 + 1124 + 11603 + 0 + + + 13921 + 861 + 12483 + 0 + + + 11465 + 235 + 10406 + 0 + + + 9777 + 1062 + 8900 + 0 + + + 832 + 450 + 1355 + 0 + + + 9553 + 7038 + 8600 + 2 + + + 7778 + 4270 + 6463 + 1 + + + 7587 + 4077 + 6401 + 4 + + + 11809 + 1615 + 10732 + 0 + + + 1764 + 1605 + 1416 + 0 + + + 11267 + 832 + 10239 + 0 + + + 7853 + 4346 + 5705 + 28 + + + 6396 + 170 + 6944 + 0 + + + 3586 + 1448 + 4788 + 0 + + + 8234 + 4731 + 5419 + 3 + + + 13095 + 7045 + 8600 + 22 + + + 6349 + 2113 + 6892 + 0 + + + 9158 + 943 + 8365 + 0 + + + 9687 + 247 + 8814 + 0 + + + 11907 + 1556 + 10829 + 0 + + + 2084 + 1962 + 1762 + 0 + + + 10476 + 408 + 9524 + 0 + + + 8549 + 5382 + 7264 + 1 + + + 1774 + 3412 + 1427 + 0 + + + 12048 + 785 + 10971 + 0 + + + 8144 + 4640 + 5426 + 1 + + + 5953 + 627 + 5969 + 0 + + + 6685 + 1370 + 7261 + 0 + + + 7368 + 850 + 7287 + 0 + + + 9211 + 4181 + 8349 + 1 + + + 8233 + 829 + 5700 + 5 + + + 12364 + 259 + 11154 + 0 + + + 9427 + 948 + 8597 + 0 + + + 8290 + 1192 + 7581 + 0 + + + 4897 + 732 + 6725 + 0 + + + 8993 + 550 + 8170 + 0 + + + 11823 + 834 + 10746 + 0 + + + 9267 + 253 + 8448 + 0 + + + 795 + 1561 + 1313 + 0 + + + 11395 + 319 + 10351 + 0 + + + 9321 + 977 + 8494 + 0 + + + 7763 + 4255 + 1664 + 4 + + + 13964 + 1492 + 12528 + 0 + + + 12344 + 5759 + 10866 + 57 + + + 8358 + 4941 + 769 + 1 + + + 5039 + 1553 + 4951 + 0 + + + 8659 + 5707 + 7244 + 5 + + + 10907 + 467 + 9930 + 0 + + + 9391 + 936 + 8552 + 0 + + + 13120 + 6301 + 11807 + 0 + + + 3166 + 1605 + 3399 + 0 + + + 4895 + 1211 + 6723 + 0 + + + 11796 + 814 + 10718 + 0 + + + 10089 + 1515 + 9205 + 0 + + + 6232 + 1597 + 6281 + 0 + + + 4129 + 1605 + 4197 + 0 + + + 8466 + 1721 + 7718 + 0 + + + 3697 + 967 + 3732 + 0 + + + 2573 + 225 + 2292 + 0 + + + 6253 + 1212 + 6305 + 0 + + + 3480 + 1293 + 4673 + 0 + + + 7813 + 4306 + 6234 + 63 + + + 11219 + 3702 + 10200 + 0 + + + 6800 + 15 + 5530 + 0 + + + 13255 + 449 + 11934 + 0 + + + 6556 + 131 + 7119 + 0 + + + 5477 + 1523 + 5436 + 0 + + + 9287 + 1250 + 8473 + 0 + + + 9730 + 7202 + 8857 + 0 + + + 8215 + 4712 + 5705 + 50 + + + 12812 + 967 + 11524 + 0 + + + 12403 + 4374 + 11187 + 0 + + + 6362 + 1168 + 6906 + 0 + + + 12574 + 7373 + 11322 + 4 + + + 11485 + 1667 + 10424 + 0 + + + 5822 + 1651 + 5823 + 0 + + + 13008 + 113 + 11704 + 0 + + + 6065 + 2079 + 6097 + 0 + + + 11212 + 1476 + 10192 + 0 + + + 10411 + 1024 + 9475 + 0 + + + 9315 + 854 + 8492 + 0 + + + 5492 + 1670 + 5452 + 0 + + + 10283 + 1140 + 9381 + 0 + + + 12714 + 5145 + 11442 + 6 + + + 8900 + 1566 + 8071 + 0 + + + 8598 + 1929 + 7855 + 0 + + + 13954 + 1492 + 12516 + 0 + + + 8544 + 1746 + 7813 + 0 + + + 12299 + 1617 + 11136 + 0 + + + 11775 + 1606 + 10700 + 0 + + + 7897 + 4390 + 5269 + 2 + + + 8552 + 5385 + 7250 + 1 + + + 10623 + 956 + 9673 + 0 + + + 5174 + 2170 + 5097 + 0 + + + 13347 + 635 + 12019 + 0 + + + 3474 + 1149 + 4667 + 0 + + + 8920 + 457 + 8091 + 0 + + + 10150 + 1104 + 9273 + 0 + + + 12670 + 1144 + 11418 + 0 + + + 2882 + 166 + 2623 + 0 + + + 11705 + 5821 + 10629 + 0 + + + 8424 + 5085 + 6792 + 76 + + + 4582 + 2117 + 6377 + 0 + + + 9859 + 672 + 8988 + 0 + + + 8481 + 1253 + 7760 + 0 + + + 11530 + 7680 + 10473 + 0 + + + 13367 + 221 + 12054 + 0 + + + 9519 + 1689 + 8645 + 0 + + + 8509 + 396 + 7781 + 0 + + + 10257 + 4167 + 9327 + 3 + + + 8576 + 1403 + 7836 + 0 + + + 7865 + 3661 + 6234 + 46 + + + 13774 + 1691 + 12374 + 0 + + + 8754 + 559 + 7922 + 0 + + + 5801 + 2145 + 5800 + 0 + + + 5940 + 3437 + 5954 + 0 + + + 4935 + 1864 + 6770 + 0 + + + 12727 + 645 + 11452 + 0 + + + 2804 + 784 + 2539 + 0 + + + 10114 + 343 + 9249 + 0 + + + 2575 + 1373 + 2294 + 0 + + + 12429 + 7219 + 11213 + 0 + + + 8015 + 4510 + 5419 + 7 + + + 8611 + 503 + 7868 + 0 + + + 11153 + 309 + 10131 + 0 + + + 7801 + 4293 + 5439 + 5 + + + 11426 + 5132 + 10375 + 4 + + + 7771 + 4263 + 6234 + 59 + + + 7597 + 4087 + 4644 + 2 + + + 13252 + 7711 + 11931 + 0 + + + 8270 + 4767 + 6745 + 1 + + + 4742 + 299 + 6554 + 0 + + + 13565 + 4746 + 12116 + 1 + + + 11470 + 805 + 10410 + 0 + + + 13067 + 1008 + 11764 + 0 + + + 11278 + 1336 + 10245 + 0 + + + 9952 + 1605 + 9069 + 0 + + + 8909 + 1605 + 8077 + 0 + + + 4599 + 448 + 6396 + 0 + + + 8258 + 4755 + 6130 + 9 + + + 8566 + 646 + 7825 + 0 + + + 13476 + 1153 + 12165 + 0 + + + 12619 + 314 + 11365 + 0 + + + 5641 + 1587 + 5619 + 0 + + + 12814 + 1911 + 11522 + 0 + + + 8154 + 4650 + 6130 + 11 + + + 5623 + 2040 + 5599 + 0 + + + 8488 + 664 + 7758 + 0 + + + 7520 + 2013 + 5261 + 0 + + + 4939 + 211 + 6774 + 0 + + + 6086 + 167 + 6119 + 0 + + + 4426 + 1605 + 4519 + 0 + + + 9694 + 486 + 8821 + 0 + + + 10397 + 1022 + 9459 + 0 + + + 6380 + 1923 + 6925 + 0 + + + 9347 + 1833 + 8519 + 0 + + + 10095 + 948 + 9207 + 0 + + + 11942 + 786 + 10873 + 0 + + + 5516 + 399 + 5479 + 0 + + + 12582 + 1621 + 11329 + 0 + + + 11103 + 1006 + 10110 + 0 + + + 8844 + 1301 + 8026 + 0 + + + 13724 + 7734 + 8513 + 47 + + + 10512 + 1274 + 9557 + 0 + + + 11769 + 3567 + 10695 + 0 + + + 10557 + 1605 + 9612 + 0 + + + 3473 + 1236 + 4666 + 0 + + + 9066 + 567 + 8343 + 0 + + + 6060 + 820 + 6091 + 0 + + + 4073 + 1605 + 4137 + 0 + + + 8761 + 1982 + 7932 + 0 + + + 8221 + 4718 + 6792 + 3 + + + 7829 + 4322 + 6234 + 88 + + + 10932 + 4530 + 9958 + 0 + + + 10719 + 1147 + 9748 + 0 + + + 10616 + 604 + 9670 + 0 + + + 6066 + 1624 + 6098 + 0 + + + 11708 + 658 + 10632 + 0 + + + 8861 + 1993 + 8030 + 0 + + + 9486 + 7062 + 8617 + 0 + + + 13622 + 1136 + 12265 + 0 + + + 11943 + 472 + 10864 + 0 + + + 8992 + 1151 + 8162 + 0 + + + 5870 + 2260 + 5875 + 0 + + + 8832 + 5981 + 8002 + 0 + + + 7588 + 4078 + 6401 + 7 + + + 10254 + 7343 + 9350 + 1 + + + 7811 + 4304 + 5403 + 1 + + + 9317 + 771 + 8488 + 0 + + + 11957 + 1715 + 10876 + 0 + + + 7838 + 4331 + 5732 + 8 + + + 5232 + 1741 + 5159 + 0 + + + 5378 + 1428 + 5326 + 0 + + + 8519 + 1470 + 7791 + 0 + + + 9257 + 1826 + 8433 + 0 + + + 5249 + 721 + 5177 + 0 + + + 7548 + 2078 + 6084 + 0 + + + 9178 + 788 + 8383 + 0 + + + 6385 + 1092 + 6931 + 0 + + + 10707 + 793 + 9741 + 0 + + + 9594 + 1193 + 8721 + 0 + + + 10938 + 765 + 9962 + 0 + + + 9197 + 959 + 8375 + 0 + + + 13193 + 1058 + 11881 + 0 + + + 7712 + 4204 + 1664 + 28 + + + 4766 + 1189 + 6583 + 0 + + + 8356 + 321 + 7638 + 0 + + + 6628 + 1683 + 7198 + 0 + + + 6056 + 1802 + 6087 + 0 + + + 11431 + 5137 + 10375 + 9 + + + 11954 + 959 + 10877 + 0 + + + 13466 + 1334 + 12110 + 0 + + + 4126 + 1605 + 4194 + 0 + + + 9343 + 644 + 8514 + 0 + + + 5929 + 1075 + 5941 + 0 + + + 13718 + 7731 + 8513 + 44 + + + 11286 + 876 + 10252 + 0 + + + 8476 + 5147 + 1306 + 9 + + + 9828 + 1938 + 8954 + 0 + + + 5956 + 869 + 5972 + 0 + + + 5657 + 1730 + 5636 + 0 + + + 9702 + 1621 + 8827 + 0 + + + 9736 + 1280 + 8863 + 0 + + + 9632 + 657 + 8751 + 0 + + + 5035 + 628 + 4947 + 0 + + + 9530 + 1672 + 8654 + 0 + + + 13016 + 458 + 11713 + 0 + + + 3357 + 579 + 3606 + 0 + + + 12019 + 1352 + 10946 + 0 + + + 3462 + 1106 + 4655 + 0 + + + 9671 + 1017 + 8798 + 0 + + + 9825 + 1052 + 8952 + 0 + + + 12193 + 1913 + 11059 + 0 + + + 10056 + 627 + 9167 + 0 + + + 2187 + 1910 + 1874 + 0 + + + 4818 + 1462 + 6639 + 0 + + + 6144 + 2277 + 6183 + 0 + + + 6142 + 544 + 6181 + 0 + + + 12530 + 6646 + 11290 + 2 + + + 4661 + 217 + 6463 + 0 + + + 9762 + 539 + 8889 + 0 + + + 13444 + 236 + 12107 + 0 + + + 6156 + 2287 + 6195 + 0 + + + 6403 + 1463 + 6951 + 0 + + + 11999 + 1976 + 10913 + 0 + + + 4655 + 1961 + 6457 + 0 + + + 13297 + 1666 + 11975 + 0 + + + 8686 + 4374 + 7244 + 32 + + + 4751 + 1731 + 6565 + 0 + + + 13709 + 7727 + 8513 + 40 + + + 294 + 3545 + 769 + 0 + + + 10117 + 482 + 9245 + 0 + + + 10487 + 1240 + 9536 + 0 + + + 9843 + 1358 + 8971 + 0 + + + 6863 + 1144 + 6943 + 0 + + + 2890 + 1687 + 2632 + 0 + + + 9373 + 3604 + 8029 + 20 + + + 11441 + 1605 + 10379 + 0 + + + 9350 + 380 + 8523 + 0 + + + 5188 + 192 + 5112 + 0 + + + 10065 + 1904 + 9177 + 0 + + + 9164 + 328 + 8368 + 0 + + + 7945 + 4439 + 5785 + 2 + + + 10596 + 3561 + 9647 + 0 + + + 4823 + 1135 + 6645 + 0 + + + 5676 + 1150 + 5657 + 0 + + + 2909 + 1221 + 2652 + 0 + + + 13942 + 1126 + 12510 + 0 + + + 4065 + 1605 + 4129 + 0 + + + 4684 + 1987 + 6489 + 0 + + + 10216 + 1605 + 9326 + 0 + + + 2168 + 710 + 1853 + 0 + + + 9273 + 1113 + 8451 + 0 + + + 5724 + 2250 + 5711 + 0 + + + 5961 + 1047 + 5979 + 0 + + + 8526 + 1882 + 7800 + 0 + + + 13114 + 7227 + 11797 + 1 + + + 9577 + 729 + 8704 + 0 + + + 7887 + 1077 + 6725 + 5 + + + 12165 + 387 + 11045 + 0 + + + 5471 + 2019 + 5430 + 0 + + + 6101 + 1207 + 6136 + 0 + + + 12267 + 1810 + 11113 + 0 + + + 10488 + 310 + 9532 + 0 + + + 12066 + 1672 + 11000 + 0 + + + 9094 + 6425 + 8020 + 3 + + + 4745 + 1117 + 6557 + 0 + + + 7919 + 708 + 6225 + 1 + + + 8501 + 1589 + 7774 + 0 + + + 11925 + 7688 + 10848 + 0 + + + 6089 + 1294 + 6122 + 0 + + + 9480 + 1070 + 8614 + 0 + + + 5741 + 2255 + 5730 + 0 + + + 13919 + 410 + 12482 + 0 + + + 6315 + 352 + 6855 + 0 + + + 2403 + 821 + 2108 + 0 + + + 8584 + 1023 + 7840 + 0 + + + 11334 + 316 + 10300 + 0 + + + 7898 + 4391 + 6234 + 108 + + + 9232 + 326 + 8411 + 0 + + + 9011 + 1307 + 8175 + 0 + + + 13052 + 172 + 11749 + 0 + + + 6008 + 1320 + 6030 + 0 + + + 11203 + 1541 + 10182 + 0 + + + 12194 + 790 + 11055 + 0 + + + 12718 + 5149 + 11442 + 10 + + + 8407 + 1585 + 7710 + 0 + + + 9020 + 610 + 8258 + 0 + + + 9387 + 198 + 8557 + 0 + + + 4118 + 1253 + 4185 + 0 + + + 12120 + 6512 + 11013 + 8 + + + 10127 + 1750 + 9241 + 0 + + + 11310 + 889 + 10279 + 0 + + + 5671 + 1638 + 5651 + 0 + + + 5341 + 1218 + 5282 + 0 + + + 9679 + 532 + 8810 + 0 + + + 5949 + 1178 + 5965 + 0 + + + 13585 + 1605 + 12233 + 0 + + + 7586 + 4076 + 6401 + 1 + + + 8880 + 1617 + 8045 + 0 + + + 9740 + 1691 + 8867 + 0 + + + 8242 + 4739 + 1664 + 27 + + + 8795 + 1230 + 7965 + 0 + + + 11681 + 1174 + 10604 + 0 + + + 5744 + 514 + 5733 + 0 + + + 7946 + 4440 + 1486 + 1 + + + 6200 + 1156 + 6245 + 0 + + + 6038 + 1405 + 6065 + 0 + + + 13036 + 923 + 11733 + 0 + + + 3662 + 1238 + 4872 + 0 + + + 9434 + 1119 + 8596 + 0 + + + 12492 + 7185 + 11264 + 0 + + + 7005 + 3332 + 1975 + 0 + + + 8165 + 4661 + 5732 + 6 + + + 10979 + 1221 + 9998 + 0 + + + 4490 + 1605 + 4588 + 0 + + + 5946 + 236 + 5961 + 0 + + + 9301 + 739 + 8476 + 0 + + + 8310 + 905 + 7601 + 0 + + + 9759 + 1464 + 8886 + 0 + + + 10689 + 4567 + 9682 + 7 + + + 2081 + 1457 + 1759 + 0 + + + 9250 + 526 + 8427 + 0 + + + 6136 + 1450 + 6173 + 0 + + + 8950 + 216 + 8119 + 0 + + + 4074 + 1605 + 4139 + 0 + + + 11692 + 1023 + 10612 + 0 + + + 11869 + 332 + 10789 + 0 + + + 8999 + 1594 + 8166 + 0 + + + 12879 + 947 + 11580 + 0 + + + 13537 + 210 + 12202 + 0 + + + 5207 + 1904 + 5132 + 0 + + + 10145 + 993 + 9259 + 0 + + + 11287 + 1791 + 10253 + 0 + + + 12988 + 1992 + 11687 + 0 + + + 12531 + 6647 + 11290 + 3 + + + 13003 + 564 + 11699 + 0 + + + 8833 + 1543 + 8006 + 0 + + + 9474 + 1307 + 8608 + 0 + + + 5513 + 710 + 5475 + 0 + + + 6548 + 302 + 7111 + 0 + + + 9672 + 706 + 8799 + 0 + + + 6186 + 458 + 6229 + 0 + + + 9452 + 156 + 8513 + 18 + + + 4614 + 804 + 6412 + 0 + + + 10228 + 1496 + 9344 + 0 + + + 7679 + 4170 + 5879 + 1 + + + 9696 + 1745 + 8823 + 0 + + + 13499 + 1343 + 12152 + 0 + + + 8585 + 1745 + 7848 + 0 + + + 5227 + 1941 + 5154 + 0 + + + 10640 + 273 + 9689 + 0 + + + 10086 + 184 + 9194 + 0 + + + 12626 + 7707 + 10939 + 3 + + + 5556 + 1588 + 5524 + 0 + + + 10273 + 7349 + 8268 + 1 + + + 11492 + 359 + 10431 + 0 + + + 3468 + 723 + 4661 + 0 + + + 11030 + 1605 + 10048 + 0 + + + 7979 + 4473 + 5530 + 10 + + + 5892 + 1614 + 5900 + 0 + + + 11894 + 379 + 10816 + 0 + + + 9080 + 6411 + 8038 + 6 + + + 8757 + 1358 + 7927 + 0 + + + 8128 + 4624 + 6119 + 1 + + + 8630 + 898 + 7889 + 0 + + + 5562 + 2310 + 5531 + 0 + + + 6825 + 402 + 7297 + 0 + + + 11526 + 1702 + 10467 + 0 + + + 8996 + 6301 + 8164 + 0 + + + 4636 + 375 + 6435 + 0 + + + 8881 + 6123 + 8048 + 0 + + + 5021 + 1953 + 4932 + 0 + + + 6182 + 2082 + 6224 + 0 + + + 7525 + 2133 + 5456 + 0 + + + 5654 + 907 + 5633 + 0 + + + 2333 + 778 + 2033 + 0 + + + 2867 + 1368 + 2607 + 0 + + + 11784 + 1179 + 10704 + 0 + + + 7660 + 4151 + 2289 + 2 + + + 13165 + 1475 + 11858 + 0 + + + 13683 + 486 + 12330 + 0 + + + 8040 + 4535 + 6234 + 25 + + + 11194 + 1029 + 10173 + 0 + + + 10709 + 4160 + 9732 + 1 + + + 10058 + 1153 + 9172 + 0 + + + 5395 + 797 + 5345 + 0 + + + 4645 + 136 + 6445 + 0 + + + 10239 + 1838 + 9346 + 0 + + + 6720 + 416 + 1577 + 0 + + + 11712 + 5822 + 10626 + 0 + + + 9325 + 1376 + 8498 + 0 + + + 7889 + 5768 + 6234 + 116 + + + 2354 + 1657 + 2056 + 0 + + + 6774 + 969 + 6739 + 0 + + + 5390 + 2302 + 5340 + 0 + + + 10918 + 809 + 9942 + 0 + + + 9501 + 1243 + 8631 + 0 + + + 11251 + 223 + 10225 + 0 + + + 8230 + 4727 + 5439 + 3 + + + 12314 + 5719 + 10866 + 17 + + + 6099 + 173 + 6134 + 0 + + + 6358 + 1008 + 6902 + 0 + + + 6716 + 671 + 7295 + 0 + + + 9016 + 959 + 8257 + 0 + + + 10019 + 4523 + 8589 + 3 + + + 13073 + 822 + 11770 + 0 + + + 3487 + 456 + 4681 + 0 + + + 8882 + 6124 + 8047 + 0 + + + 8605 + 351 + 7862 + 0 + + + 5713 + 1334 + 5697 + 0 + + + 3679 + 1466 + 3714 + 0 + + + 6336 + 2108 + 6877 + 0 + + + 7774 + 4266 + 2327 + 5 + + + 5807 + 2150 + 5806 + 0 + + + 13450 + 1806 + 12120 + 0 + + + 11539 + 241 + 10487 + 0 + + + 13944 + 414 + 12512 + 0 + + + 10427 + 789 + 9487 + 0 + + + 2832 + 3318 + 2569 + 0 + + + 5799 + 1175 + 5798 + 0 + + + 9625 + 1339 + 8758 + 0 + + + 6674 + 745 + 7249 + 0 + + + 302 + 1360 + 778 + 0 + + + 11994 + 876 + 10918 + 0 + + + 8068 + 4563 + 6234 + 32 + + + 11471 + 952 + 10412 + 0 + + + 7626 + 4117 + 6792 + 69 + + + 2402 + 758 + 2107 + 0 + + + 13590 + 7345 + 12236 + 2 + + + 9475 + 1411 + 8606 + 0 + + + 11956 + 345 + 10867 + 0 + + + 10612 + 1761 + 9663 + 0 + + + 9755 + 1276 + 8882 + 0 + + + 2584 + 3175 + 2303 + 0 + + + 12088 + 4138 + 10981 + 0 + + + 11795 + 682 + 10717 + 0 + + + 8391 + 1809 + 7697 + 0 + + + 8726 + 5774 + 7244 + 72 + + + 10157 + 7320 + 9257 + 0 + + + 7817 + 419 + 5403 + 2 + + + 2834 + 3320 + 2571 + 0 + + + 6006 + 1394 + 6028 + 0 + + + 12483 + 817 + 11260 + 0 + + + 7825 + 4318 + 6792 + 42 + + + 8966 + 240 + 8135 + 0 + + + 12262 + 1563 + 11107 + 0 + + + 10533 + 239 + 9589 + 0 + + + 8007 + 4502 + 5707 + 1 + + + 13178 + 534 + 11868 + 0 + + + 835 + 240 + 1360 + 0 + + + 6545 + 523 + 7107 + 0 + + + 5332 + 824 + 5271 + 0 + + + 6691 + 3722 + 7267 + 0 + + + 10663 + 509 + 9714 + 0 + + + 4933 + 2229 + 6767 + 0 + + + 4794 + 2215 + 6613 + 0 + + + 6013 + 171 + 6037 + 0 + + + 5916 + 855 + 5926 + 0 + + + 9614 + 990 + 8741 + 0 + + + 9646 + 1617 + 8773 + 0 + + + 5888 + 1191 + 5894 + 0 + + + 5910 + 1451 + 5919 + 0 + + + 9970 + 1142 + 9084 + 0 + + + 12518 + 7384 + 11276 + 1 + + + 3565 + 1508 + 4765 + 0 + + + 10188 + 187 + 9297 + 0 + + + 7627 + 4118 + 6792 + 70 + + + 10330 + 7366 + 9391 + 1 + + + 7600 + 4090 + 5427 + 2 + + + 9806 + 1238 + 8933 + 0 + + + 12693 + 1528 + 11424 + 0 + + + 10700 + 107 + 9735 + 0 + + + 13569 + 4378 + 12116 + 3 + + + 13446 + 353 + 12138 + 0 + + + 11320 + 1484 + 10285 + 0 + + + 12741 + 604 + 11464 + 0 + + + 10090 + 325 + 9191 + 0 + + + 12969 + 691 + 11666 + 0 + + + 4124 + 1261 + 4191 + 0 + + + 8547 + 5361 + 7814 + 0 + + + 2853 + 1335 + 2591 + 0 + + + 11792 + 5981 + 10711 + 0 + + + 12224 + 706 + 11074 + 0 + + + 7953 + 1146 + 5506 + 7 + + + 11844 + 728 + 10768 + 0 + + + 7692 + 4183 + 5901 + 7 + + + 3445 + 762 + 3701 + 0 + + + 4541 + 107 + 4645 + 0 + + + 5860 + 1399 + 5865 + 0 + + + 13427 + 150 + 12104 + 0 + + + 8050 + 4545 + 6575 + 6 + + + 4828 + 895 + 6650 + 0 + + + 10625 + 936 + 9676 + 0 + + + 9059 + 1248 + 8333 + 0 + + + 7785 + 4277 + 5707 + 6 + + + 9172 + 1078 + 8376 + 0 + + + 9266 + 1001 + 8444 + 0 + + + 4682 + 935 + 6486 + 0 + + + 13233 + 415 + 11913 + 0 + + + 11130 + 1605 + 10116 + 0 + + + 9231 + 442 + 8408 + 0 + + + 2192 + 948 + 1879 + 0 + + + 2152 + 248 + 1836 + 0 + + + 5857 + 303 + 5861 + 0 + + + 6212 + 936 + 6257 + 0 + + + 3466 + 2193 + 4659 + 0 + + + 4921 + 379 + 6753 + 0 + + + 8572 + 5462 + 7832 + 0 + + + 12260 + 7700 + 11106 + 0 + + + 5608 + 2029 + 5581 + 0 + + + 12974 + 1213 + 11668 + 0 + + + 10717 + 207 + 9746 + 0 + + + 9237 + 1421 + 8414 + 0 + + + 8113 + 4609 + 6575 + 1 + + + 7885 + 4378 + 5427 + 4 + + + 5738 + 2254 + 5725 + 0 + + + 13805 + 719 + 12408 + 0 + + + 7348 + 910 + 5780 + 0 + + + 6760 + 244 + 6423 + 0 + + + 13183 + 387 + 11871 + 0 + + + 6767 + 1127 + 6575 + 0 + + + 10821 + 1725 + 9847 + 0 + + + 9903 + 1736 + 8982 + 2 + + + 10269 + 1217 + 9362 + 0 + + + 8982 + 344 + 8155 + 0 + + + 1817 + 3255 + 1474 + 0 + + + 8959 + 276 + 8140 + 0 + + + 8917 + 431 + 8083 + 0 + + + 9099 + 1828 + 8349 + 0 + + + 12114 + 6502 + 11013 + 2 + + + 9429 + 1986 + 8598 + 0 + + + 8315 + 4822 + 7201 + 2 + + + 11741 + 771 + 10661 + 0 + + + 9969 + 1316 + 9089 + 0 + + + 9788 + 761 + 8910 + 0 + + + 5717 + 1454 + 5701 + 0 + + + 12731 + 892 + 11455 + 0 + + + 7959 + 4453 + 5506 + 16 + + + 10933 + 407 + 9955 + 0 + + + 11980 + 1388 + 10917 + 0 + + + 10585 + 1641 + 9636 + 0 + + + 13924 + 1482 + 12489 + 0 + + + 11429 + 5135 + 10375 + 7 + + + 6862 + 1665 + 6928 + 0 + + + 6338 + 1471 + 6880 + 0 + + + 11606 + 1745 + 10545 + 0 + + + 9813 + 7220 + 8940 + 0 + + + 12895 + 1438 + 11602 + 0 + + + 6344 + 2112 + 6887 + 0 + + + 10444 + 1232 + 9498 + 0 + + + 13540 + 1147 + 12204 + 0 + + + 11978 + 430 + 10902 + 0 + + + 8408 + 1941 + 7707 + 0 + + + 4903 + 810 + 6733 + 0 + + + 12608 + 419 + 11357 + 0 + + + 2211 + 1653 + 1900 + 0 + + + 9397 + 1281 + 8567 + 0 + + + 6355 + 735 + 6898 + 0 + + + 3570 + 2062 + 4771 + 0 + + + 7902 + 4395 + 5506 + 8 + + + 9483 + 3437 + 8632 + 0 + + + 11448 + 1911 + 10387 + 0 + + + 2031 + 748 + 1705 + 0 + + + 1913 + 265 + 1578 + 0 + + + 13400 + 1444 + 12081 + 0 + + + 10920 + 1241 + 9944 + 0 + + + 9557 + 7050 + 8600 + 6 + + + 13109 + 179 + 11795 + 0 + + + 10922 + 1818 + 9946 + 0 + + + 6365 + 495 + 6909 + 0 + + + 13244 + 1265 + 11924 + 0 + + + 12557 + 544 + 11318 + 0 + + + 9038 + 770 + 8315 + 0 + + + 12612 + 486 + 11359 + 0 + + + 9116 + 4294 + 8057 + 1 + + + 2135 + 3339 + 1818 + 0 + + + 12881 + 727 + 11583 + 0 + + + 7370 + 282 + 774 + 0 + + + 8970 + 645 + 8131 + 0 + + + 12308 + 4722 + 10866 + 37 + + + 2258 + 1903 + 1950 + 0 + + + 6693 + 1218 + 7270 + 0 + + + 6359 + 2115 + 6903 + 0 + + + 4911 + 534 + 6743 + 0 + + + 1950 + 959 + 1617 + 0 + + + 8341 + 981 + 7619 + 0 + + + 7455 + 1605 + 4192 + 0 + + + 12313 + 5718 + 10866 + 16 + + + 5767 + 1066 + 5759 + 0 + + + 13035 + 838 + 11734 + 0 + + + 1962 + 1907 + 1629 + 0 + + + 7976 + 4470 + 6463 + 4 + + + 6729 + 488 + 1953 + 0 + + + 5310 + 151 + 5246 + 0 + + + 6215 + 405 + 6262 + 0 + + + 10120 + 1596 + 9239 + 0 + + + 784 + 1605 + 1302 + 0 + + + 1822 + 246 + 1479 + 0 + + + 4139 + 1180 + 4208 + 0 + + + 9160 + 1480 + 8364 + 0 + + + 7700 + 4191 + 6401 + 23 + + + 1996 + 1605 + 1667 + 0 + + + 12140 + 701 + 11028 + 0 + + + 10931 + 310 + 9956 + 0 + + + 12803 + 1901 + 11516 + 0 + + + 2864 + 406 + 2603 + 0 + + + 12852 + 1616 + 11555 + 0 + + + 12920 + 1556 + 11622 + 0 + + + 2884 + 3521 + 2625 + 0 + + + 2854 + 1726 + 2592 + 0 + + + 12291 + 1423 + 11137 + 0 + + + 2181 + 1384 + 1868 + 0 + + + 6761 + 1688 + 6438 + 0 + + + 3791 + 1605 + 3835 + 0 + + + 12537 + 883 + 11298 + 0 + + + 9297 + 582 + 8468 + 0 + + + 10723 + 1340 + 9752 + 0 + + + 8823 + 418 + 7987 + 0 + + + 11870 + 755 + 10786 + 0 + + + 7917 + 4411 + 4709 + 1 + + + 6039 + 1368 + 6066 + 0 + + + 6795 + 1528 + 5443 + 0 + + + 10093 + 1492 + 9185 + 0 + + + 6655 + 929 + 7227 + 0 + + + 3479 + 1404 + 4672 + 0 + + + 7322 + 1406 + 6559 + 0 + + + 13172 + 516 + 11862 + 0 + + + 8801 + 291 + 7981 + 0 + + + 10133 + 473 + 9230 + 0 + + + 9841 + 1588 + 8973 + 0 + + + 12211 + 6625 + 10891 + 2 + + + 9410 + 1426 + 8579 + 0 + + + 5459 + 1800 + 5417 + 0 + + + 12276 + 444 + 11121 + 0 + + + 11413 + 459 + 10362 + 0 + + + 5354 + 472 + 5297 + 0 + + + 5024 + 613 + 4936 + 0 + + + 13801 + 264 + 12402 + 0 + + + 7674 + 4165 + 5705 + 37 + + + 8107 + 4603 + 5427 + 9 + + + 9898 + 630 + 9018 + 0 + + + 6235 + 1619 + 6284 + 0 + + + 13739 + 801 + 12346 + 0 + + + 12434 + 1919 + 11218 + 0 + + + 4635 + 1589 + 6434 + 0 + + + 13303 + 1584 + 11976 + 0 + + + 12150 + 276 + 11047 + 0 + + + 801 + 225 + 1320 + 0 + + + 8403 + 870 + 7702 + 0 + + + 13320 + 1076 + 11999 + 0 + + + 10390 + 1539 + 9452 + 0 + + + 8445 + 5121 + 7282 + 3 + + + 9494 + 4429 + 8619 + 0 + + + 1859 + 3276 + 1520 + 0 + + + 8957 + 181 + 8125 + 0 + + + 8733 + 5781 + 7882 + 1 + + + 9140 + 4523 + 8029 + 15 + + + 10984 + 678 + 10002 + 0 + + + 11299 + 201 + 10265 + 0 + + + 12504 + 287 + 11268 + 1 + + + 5470 + 610 + 5429 + 0 + + + 5896 + 2265 + 5904 + 0 + + + 2205 + 547 + 1893 + 0 + + + 8441 + 5102 + 2678 + 1 + + + 13958 + 343 + 12520 + 0 + + + 9746 + 7211 + 8873 + 0 + + + 8588 + 605 + 7846 + 0 + + + 7590 + 4080 + 6401 + 19 + + + 10527 + 797 + 9572 + 0 + + + 8682 + 4713 + 7244 + 28 + + + 8517 + 973 + 7789 + 0 + + + 11611 + 5261 + 10549 + 1 + + + 12956 + 287 + 10679 + 1 + + + 3676 + 1259 + 3711 + 0 + + + 2887 + 1964 + 2628 + 0 + + + 10414 + 4114 + 9475 + 1 + + + 12487 + 1934 + 11259 + 0 + + + 12045 + 855 + 10962 + 0 + + + 8200 + 4696 + 5709 + 7 + + + 5555 + 668 + 5523 + 0 + + + 8607 + 1813 + 7865 + 0 + + + 2891 + 3681 + 2633 + 0 + + + 11772 + 1080 + 10697 + 0 + + + 13928 + 828 + 12497 + 0 + + + 11830 + 996 + 10751 + 0 + + + 9061 + 1605 + 8338 + 0 + + + 7943 + 4437 + 5700 + 4 + + + 4110 + 1605 + 4177 + 0 + + + 5627 + 318 + 5603 + 0 + + + 8167 + 4663 + 1664 + 17 + + + 2880 + 1373 + 2621 + 0 + + + 8918 + 468 + 8088 + 0 + + + 1796 + 231 + 1451 + 0 + + + 13482 + 193 + 12149 + 0 + + + 4666 + 1540 + 6468 + 0 + + + 11258 + 1648 + 10236 + 0 + + + 8564 + 1036 + 7826 + 0 + + + 3356 + 1137 + 3605 + 0 + + + 13146 + 1335 + 11835 + 0 + + + 12081 + 486 + 10966 + 0 + + + 9263 + 203 + 8443 + 0 + + + 12083 + 1305 + 10965 + 0 + + + 4423 + 1605 + 4516 + 0 + + + 9641 + 1972 + 8768 + 0 + + + 10152 + 1926 + 9275 + 0 + + + 10631 + 1013 + 9682 + 0 + + + 12468 + 1615 + 11237 + 0 + + + 13951 + 7391 + 12513 + 6 + + + 12827 + 4202 + 10671 + 1 + + + 12624 + 7706 + 11371 + 0 + + + 11505 + 1071 + 10444 + 0 + + + 12806 + 1941 + 11527 + 0 + + + 11303 + 489 + 10269 + 0 + + + 11195 + 1276 + 10174 + 0 + + + 7358 + 1263 + 6067 + 0 + + + 11095 + 7642 + 10102 + 0 + + + 6216 + 1452 + 6263 + 0 + + + 10579 + 455 + 9633 + 0 + + + 9058 + 289 + 8334 + 0 + + + 5751 + 764 + 5740 + 0 + + + 10604 + 662 + 9655 + 0 + + + 8579 + 570 + 7838 + 0 + + + 10408 + 1052 + 9470 + 0 + + + 10493 + 1841 + 9540 + 0 + + + 7356 + 407 + 6035 + 0 + + + 9842 + 752 + 8970 + 0 + + + 7318 + 884 + 4641 + 0 + + + 10015 + 700 + 9139 + 0 + + + 2010 + 277 + 1682 + 0 + + + 2861 + 3646 + 2600 + 0 + + + 9495 + 586 + 8624 + 0 + + + 5031 + 2166 + 4943 + 0 + + + 11670 + 1447 + 10591 + 0 + + + 6221 + 926 + 6268 + 0 + + + 5615 + 2034 + 5591 + 0 + + + 4596 + 2123 + 6392 + 0 + + + 9737 + 1958 + 8864 + 0 + + + 13905 + 4114 + 12472 + 1 + + + 4931 + 1929 + 6765 + 0 + + + 5908 + 1539 + 5917 + 0 + + + 12354 + 5771 + 10866 + 69 + + + 1992 + 1239 + 1663 + 0 + + + 4625 + 1602 + 6424 + 0 + + + 12230 + 272 + 11081 + 0 + + + 12735 + 194 + 11458 + 0 + + + 5526 + 2138 + 5489 + 0 + + + 10693 + 4774 + 9700 + 3 + + + 8885 + 926 + 8062 + 0 + + + 10164 + 824 + 9278 + 0 + + + 5874 + 430 + 5879 + 0 + + + 10087 + 1044 + 9201 + 0 + + + 6797 + 944 + 5476 + 0 + + + 5876 + 1031 + 5881 + 0 + + + 12454 + 6658 + 11235 + 1 + + + 12616 + 3436 + 11363 + 0 + + + 11079 + 7641 + 10093 + 0 + + + 7675 + 4166 + 5705 + 11 + + + 5535 + 190 + 5500 + 0 + + + 8685 + 5733 + 7244 + 31 + + + 12606 + 891 + 11354 + 0 + + + 12864 + 339 + 11564 + 0 + + + 12514 + 3431 + 11281 + 0 + + + 7948 + 4442 + 6234 + 96 + + + 7753 + 4245 + 5709 + 8 + + + 2600 + 750 + 2319 + 0 + + + 8112 + 4608 + 5705 + 54 + + + 10021 + 3604 + 8589 + 5 + + + 5117 + 2688 + 5035 + 0 + + + 9866 + 1139 + 8992 + 0 + + + 10187 + 7332 + 9298 + 0 + + + 13959 + 1574 + 12521 + 0 + + + 9760 + 882 + 8887 + 0 + + + 788 + 892 + 1306 + 0 + + + 4771 + 1586 + 6588 + 0 + + + 4663 + 868 + 6465 + 0 + + + 11993 + 536 + 10898 + 0 + + + 9415 + 311 + 8583 + 0 + + + 5625 + 1255 + 5601 + 0 + + + 3478 + 1148 + 4671 + 0 + + + 2569 + 1112 + 2288 + 0 + + + 8265 + 1911 + 6744 + 1 + + + 11722 + 861 + 10641 + 0 + + + 1903 + 497 + 1567 + 0 + + + 6677 + 1449 + 7252 + 0 + + + 12169 + 1485 + 11034 + 0 + + + 5367 + 1161 + 5312 + 0 + + + 3675 + 1323 + 3710 + 0 + + + 8557 + 693 + 7817 + 0 + + + 9360 + 189 + 8533 + 0 + + + 799 + 1471 + 1318 + 0 + + + 12691 + 1946 + 11426 + 0 + + + 5649 + 474 + 5628 + 0 + + + 1784 + 1605 + 1438 + 0 + + + 8280 + 4777 + 6234 + 15 + + + 4537 + 2188 + 4640 + 0 + + + 9462 + 7051 + 8513 + 28 + + + 7721 + 4213 + 3584 + 1 + + + 10577 + 543 + 9632 + 0 + + + 12331 + 5744 + 10866 + 42 + + + 9642 + 364 + 8769 + 0 + + + 8704 + 5752 + 7244 + 50 + + + 814 + 1605 + 1336 + 0 + + + 13344 + 3741 + 12011 + 0 + + + 8355 + 1726 + 7637 + 0 + + + 11407 + 282 + 10364 + 0 + + + 9332 + 591 + 8506 + 0 + + + 9774 + 718 + 8913 + 0 + + + 10473 + 211 + 9520 + 0 + + + 13903 + 892 + 12476 + 0 + + + 12108 + 413 + 11012 + 0 + + + 8304 + 1260 + 7595 + 0 + + + 5658 + 914 + 5637 + 0 + + + 13281 + 219 + 11961 + 0 + + + 10697 + 4253 + 9655 + 1 + + + 792 + 1892 + 1310 + 0 + + + 9852 + 1058 + 8979 + 0 + + + 5925 + 1897 + 5937 + 0 + + + 3476 + 833 + 4669 + 0 + + + 13607 + 1021 + 12250 + 0 + + + 12301 + 742 + 10866 + 4 + + + 4111 + 1605 + 4178 + 0 + + + 10469 + 266 + 9517 + 0 + + + 12300 + 584 + 10866 + 13 + + + 12106 + 176 + 11007 + 0 + + + 9400 + 1611 + 8565 + 0 + + + 6714 + 1607 + 7293 + 0 + + + 5797 + 1153 + 5796 + 0 + + + 13325 + 759 + 12000 + 0 + + + 12379 + 384 + 11143 + 0 + + + 10902 + 1036 + 9926 + 0 + + + 6499 + 2049 + 7057 + 0 + + + 12615 + 698 + 11362 + 0 + + + 3465 + 424 + 4658 + 0 + + + 10683 + 4483 + 9682 + 1 + + + 9304 + 6865 + 8434 + 2 + + + 11442 + 1411 + 10381 + 0 + + + 8678 + 5726 + 7244 + 24 + + + 11564 + 1593 + 10507 + 0 + + + 13624 + 1458 + 12263 + 0 + + + 13900 + 1024 + 12472 + 0 + + + 12967 + 1011 + 11664 + 0 + + + 6055 + 842 + 6086 + 0 + + + 8188 + 4684 + 7048 + 1 + + + 6883 + 1895 + 829 + 0 + + + 4643 + 1842 + 6443 + 0 + + + 4605 + 1318 + 6402 + 0 + + + 11257 + 1215 + 10230 + 0 + + + 9660 + 1402 + 8792 + 0 + + + 8047 + 892 + 5506 + 35 + + + 1789 + 1691 + 1443 + 0 + + + 9389 + 1533 + 8558 + 0 + + + 13009 + 1691 + 11705 + 0 + + + 5890 + 831 + 5896 + 0 + + + 11600 + 605 + 10538 + 0 + + + 8987 + 1718 + 8159 + 0 + + + 11975 + 1646 + 10905 + 0 + + + 8175 + 4671 + 5506 + 14 + + + 11143 + 7369 + 10120 + 1 + + + 8632 + 1321 + 7891 + 0 + + + 13907 + 1333 + 12478 + 0 + + + 8414 + 1332 + 7703 + 0 + + + 4136 + 1760 + 4205 + 0 + + + 8701 + 5749 + 7244 + 47 + + + 2179 + 1479 + 1866 + 0 + + + 10969 + 253 + 8833 + 7 + + + 8317 + 4824 + 7201 + 4 + + + 6849 + 1605 + 7321 + 0 + + + 6770 + 323 + 6630 + 0 + + + 13262 + 262 + 11935 + 0 + + + 8511 + 1057 + 7785 + 0 + + + 6709 + 1035 + 7288 + 0 + + + 2191 + 1424 + 1878 + 0 + + + 11397 + 411 + 10347 + 0 + + + 8829 + 155 + 7997 + 0 + + + 13163 + 1473 + 11854 + 0 + + + 2892 + 1810 + 2634 + 0 + + + 12874 + 1942 + 11563 + 1 + + + 10446 + 1397 + 9500 + 0 + + + 13580 + 107 + 12227 + 0 + + + 5503 + 888 + 5465 + 0 + + + 13810 + 289 + 12405 + 0 + + + 9236 + 3436 + 8413 + 0 + + + 8582 + 1352 + 7844 + 0 + + + 8502 + 1385 + 7773 + 0 + + + 13594 + 532 + 12237 + 0 + + + 7993 + 4487 + 5427 + 7 + + + 13343 + 1479 + 12018 + 0 + + + 9218 + 6664 + 8349 + 8 + + + 11300 + 671 + 10266 + 0 + + + 10639 + 758 + 9691 + 0 + + + 8943 + 1685 + 8109 + 0 + + + 10083 + 1390 + 9188 + 0 + + + 8781 + 171 + 7952 + 0 + + + 10068 + 1568 + 9178 + 0 + + + 9544 + 7204 + 8037 + 2 + + + 8945 + 1448 + 8113 + 0 + + + 4930 + 782 + 6764 + 0 + + + 7968 + 4462 + 5113 + 2 + + + 8447 + 5123 + 7282 + 5 + + + 9547 + 7207 + 8037 + 5 + + + 6009 + 333 + 6031 + 0 + + + 4640 + 2240 + 6440 + 0 + + + 13902 + 701 + 12471 + 0 + + + 11189 + 774 + 10170 + 0 + + + 10710 + 1579 + 9732 + 2 + + + 9105 + 4194 + 8061 + 4 + + + 2897 + 864 + 2639 + 0 + + + 7714 + 4206 + 1664 + 1 + + + 10496 + 826 + 9541 + 0 + + + 8293 + 1252 + 7582 + 0 + + + 9982 + 594 + 9100 + 0 + + + 13253 + 901 + 11932 + 0 + + + 9611 + 1331 + 8738 + 0 + + + 2106 + 714 + 1786 + 0 + + + 8525 + 5080 + 7792 + 0 + + + 5313 + 1510 + 5249 + 0 + + + 10144 + 231 + 9256 + 0 + + + 12338 + 5751 + 10866 + 49 + + + 9299 + 1574 + 8464 + 0 + + + 12141 + 362 + 11017 + 0 + + + 9442 + 7031 + 8513 + 8 + + + 11473 + 1411 + 10413 + 0 + + + 6730 + 1038 + 2003 + 0 + + + 7764 + 4256 + 6234 + 101 + + + 7644 + 4135 + 6792 + 34 + + + 11242 + 491 + 10219 + 0 + + + 5366 + 720 + 5311 + 0 + + + 13513 + 7326 + 12180 + 0 + + + 6835 + 223 + 7307 + 0 + + + 10508 + 1535 + 9552 + 0 + + + 10041 + 131 + 9150 + 0 + + + 10059 + 1824 + 9181 + 0 + + + 8985 + 1495 + 8156 + 0 + + + 7827 + 4320 + 6792 + 45 + + + 8388 + 794 + 7695 + 0 + + + 5644 + 847 + 5622 + 0 + + + 11655 + 5786 + 10580 + 3 + + + 12297 + 1007 + 11135 + 0 + + + 8311 + 399 + 7603 + 0 + + + 7730 + 4222 + 6333 + 8 + + + 13508 + 1674 + 12184 + 0 + + + 2200 + 1360 + 1888 + 0 + + + 12523 + 1364 + 11283 + 0 + + + 12087 + 1077 + 10974 + 0 + + + 9009 + 897 + 8171 + 0 + + + 5336 + 1905 + 5276 + 0 + + + 12683 + 320 + 11422 + 0 + + + 11950 + 771 + 10868 + 0 + + + 9595 + 1500 + 8722 + 0 + + + 8057 + 4552 + 6130 + 20 + + + 8979 + 585 + 8147 + 0 + + + 5668 + 817 + 5648 + 0 + + + 9215 + 4179 + 8349 + 5 + + + 9174 + 5561 + 8379 + 0 + + + 11272 + 5384 + 10239 + 5 + + + 11686 + 7158 + 10606 + 0 + + + 8834 + 3663 + 8007 + 0 + + + 8839 + 982 + 8009 + 0 + + + 8425 + 5086 + 6792 + 77 + + + 6050 + 1704 + 6078 + 0 + + + 13654 + 347 + 12298 + 0 + + + 8912 + 1605 + 8081 + 0 + + + 8548 + 5381 + 7211 + 1 + + + 12515 + 7064 + 11279 + 0 + + + 10140 + 1247 + 9246 + 0 + + + 6658 + 613 + 7231 + 0 + + + 12534 + 253 + 11290 + 6 + + + 8084 + 4579 + 5705 + 51 + + + 12225 + 1048 + 11080 + 0 + + + 10921 + 1886 + 9940 + 0 + + + 6641 + 1088 + 7212 + 0 + + + 11196 + 3441 + 10175 + 0 + + + 6700 + 3441 + 7277 + 0 + + + 6650 + 1199 + 7222 + 0 + + + 5811 + 2155 + 5811 + 0 + + + 1625 + 1605 + 3137 + 0 + + + 10704 + 1652 + 9738 + 0 + + + 786 + 1745 + 1304 + 0 + + + 8852 + 1490 + 8017 + 0 + + + 9227 + 6704 + 8049 + 1 + + + 8184 + 4680 + 6234 + 29 + + + 2323 + 1721 + 2023 + 0 + + + 12911 + 994 + 11615 + 0 + + + 12243 + 1790 + 11090 + 0 + + + 2924 + 3561 + 2668 + 0 + + + 11479 + 403 + 10418 + 0 + + + 9078 + 6409 + 8038 + 4 + + + 9445 + 4202 + 8513 + 11 + + + 5938 + 1177 + 5952 + 0 + + + 12164 + 732 + 11033 + 0 + + + 11494 + 386 + 10433 + 0 + + + 4762 + 694 + 6578 + 0 + + + 8622 + 409 + 7880 + 0 + + + 8653 + 5701 + 7879 + 1 + + + 4133 + 1179 + 4201 + 0 + + + 9893 + 1283 + 9013 + 0 + + + 11691 + 486 + 10617 + 0 + + + 11382 + 736 + 10341 + 0 + + + 299 + 1903 + 775 + 0 + + + 3559 + 540 + 4759 + 0 + + + 5226 + 698 + 5153 + 0 + + + 10975 + 1843 + 9997 + 0 + + + 2616 + 491 + 2336 + 0 + + + 10389 + 492 + 9453 + 0 + + + 13127 + 7250 + 11814 + 0 + + + 13249 + 1605 + 11928 + 0 + + + 8249 + 4746 + 5427 + 1 + + + 9876 + 7244 + 8600 + 15 + + + 13706 + 7726 + 8513 + 39 + + + 13332 + 1292 + 12010 + 0 + + + 9406 + 1326 + 8590 + 0 + + + 6701 + 909 + 7278 + 0 + + + 8729 + 5777 + 7808 + 1 + + + 10071 + 1144 + 9195 + 0 + + + 1872 + 439 + 1533 + 0 + + + 13479 + 1077 + 12160 + 0 + + + 10976 + 1013 + 9995 + 0 + + + 11736 + 1535 + 10655 + 0 + + + 9272 + 1510 + 8453 + 0 + + + 8571 + 1037 + 7834 + 0 + + + 7621 + 4112 + 6464 + 1 + + + 7913 + 4407 + 5738 + 4 + + + 13274 + 379 + 11955 + 0 + + + 812 + 1605 + 1333 + 0 + + + 6719 + 1350 + 1517 + 0 + + + 1877 + 306 + 1539 + 0 + + + 10094 + 772 + 9210 + 0 + + + 5793 + 172 + 5790 + 0 + + + 7768 + 793 + 6736 + 1 + + + 8553 + 5386 + 7250 + 2 + + + 324 + 1956 + 802 + 0 + + + 7894 + 4387 + 5747 + 1 + + + 11575 + 1352 + 10516 + 0 + + + 2138 + 1798 + 1821 + 0 + + + 11472 + 1332 + 10411 + 0 + + + 9793 + 710 + 8920 + 0 + + + 11487 + 1617 + 10426 + 0 + + + 7614 + 4105 + 6725 + 8 + + + 310 + 620 + 787 + 0 + + + 5497 + 594 + 5458 + 0 + + + 12362 + 237 + 11149 + 0 + + + 8231 + 4728 + 5530 + 23 + + + 4917 + 2223 + 6749 + 0 + + + 3324 + 744 + 3570 + 0 + + + 9051 + 1913 + 8327 + 0 + + + 13886 + 7355 + 10611 + 6 + + + 2091 + 617 + 1769 + 0 + + + 6752 + 1546 + 4240 + 0 + + + 5609 + 2030 + 5582 + 0 + + + 11727 + 493 + 10650 + 0 + + + 2088 + 1605 + 1766 + 0 + + + 5484 + 1372 + 5444 + 0 + + + 9817 + 7222 + 8944 + 0 + + + 9192 + 561 + 8394 + 0 + + + 8131 + 4627 + 2359 + 2 + + + 8417 + 830 + 7706 + 0 + + + 1936 + 943 + 1602 + 0 + + + 7935 + 4429 + 5442 + 4 + + + 8052 + 4547 + 5439 + 4 + + + 4673 + 1083 + 6476 + 0 + + + 12028 + 1256 + 10937 + 0 + + + 7918 + 4412 + 5470 + 1 + + + 5603 + 258 + 5576 + 0 + + + 4634 + 271 + 6433 + 0 + + + 8048 + 4543 + 5738 + 7 + + + 12860 + 1251 + 11567 + 0 + + + 9461 + 7050 + 8513 + 27 + + + 2028 + 3372 + 1701 + 0 + + + 5596 + 2244 + 5569 + 0 + + + 7330 + 3436 + 5234 + 0 + + + 9142 + 6521 + 8029 + 17 + + + 12851 + 1398 + 11552 + 0 + + + 8624 + 1766 + 7884 + 0 + + + 8822 + 194 + 7991 + 0 + + + 11501 + 1683 + 10437 + 0 + + + 5377 + 648 + 5324 + 0 + + + 13317 + 227 + 11986 + 0 + + + 12470 + 514 + 11243 + 0 + + + 12411 + 1415 + 11203 + 0 + + + 7895 + 4388 + 2293 + 20 + + + 5489 + 1502 + 5449 + 0 + + + 6040 + 1036 + 6068 + 0 + + + 4902 + 115 + 6731 + 0 + + + 13571 + 7190 + 12116 + 4 + + + 7779 + 4271 + 6234 + 94 + + + 12129 + 6465 + 11012 + 2 + + + 11543 + 1403 + 10481 + 0 + + + 13456 + 7719 + 12106 + 0 + + + 11971 + 1115 + 10892 + 0 + + + 4141 + 641 + 4210 + 0 + + + 5880 + 1916 + 5886 + 0 + + + 10647 + 1264 + 9695 + 0 + + + 7963 + 156 + 6792 + 44 + + + 8663 + 4585 + 7244 + 9 + + + 2910 + 1605 + 2653 + 0 + + + 13318 + 1910 + 11994 + 0 + + + 10678 + 7437 + 9721 + 0 + + + 10711 + 4299 + 9707 + 1 + + + 9027 + 1388 + 8269 + 0 + + + 11221 + 3429 + 10203 + 0 + + + 5200 + 313 + 5125 + 0 + + + 12690 + 1893 + 11427 + 0 + + + 11650 + 6964 + 8589 + 6 + + + 10224 + 569 + 9333 + 0 + + + 10023 + 1026 + 9141 + 0 + + + 6069 + 292 + 6101 + 0 + + + 2178 + 1974 + 1865 + 0 + + + 6073 + 1965 + 6105 + 0 + + + 7603 + 4093 + 5427 + 11 + + + 11393 + 272 + 10346 + 0 + + + 10540 + 4316 + 9593 + 2 + + + 8742 + 682 + 7909 + 0 + + + 10416 + 1069 + 9478 + 0 + + + 12703 + 919 + 11441 + 0 + + + 13305 + 229 + 11983 + 0 + + + 7718 + 4210 + 3570 + 2 + + + 8522 + 5263 + 2668 + 3 + + + 12076 + 12 + 10977 + 0 + + + 11281 + 858 + 10244 + 0 + + + 11766 + 560 + 10685 + 0 + + + 13655 + 1089 + 12296 + 0 + + + 12263 + 859 + 11109 + 0 + + + 8063 + 4558 + 4173 + 7 + + + 8260 + 4757 + 6234 + 50 + + + 8096 + 4591 + 5506 + 25 + + + 9542 + 7202 + 8815 + 1 + + + 8246 + 4743 + 6333 + 6 + + + 8179 + 4675 + 1664 + 23 + + + 6333 + 1088 + 6874 + 0 + + + 8870 + 910 + 8033 + 0 + + + 6016 + 186 + 6040 + 0 + + + 6826 + 1129 + 7298 + 0 + + + 10180 + 906 + 9293 + 0 + + + 11514 + 1288 + 10453 + 0 + + + 12512 + 1951 + 11276 + 0 + + + 290 + 868 + 765 + 0 + + + 9701 + 10 + 8826 + 0 + + + 11679 + 6404 + 10598 + 1 + + + 13605 + 7664 + 12249 + 0 + + + 7920 + 4414 + 5612 + 2 + + + 13038 + 1130 + 11729 + 0 + + + 11048 + 1846 + 10062 + 0 + + + 12283 + 301 + 11122 + 0 + + + 5506 + 355 + 5468 + 0 + + + 12445 + 7211 + 11228 + 0 + + + 12332 + 5745 + 10866 + 43 + + + 9551 + 7227 + 8911 + 1 + + + 6010 + 219 + 6032 + 0 + + + 9184 + 1007 + 8389 + 0 + + + 5384 + 361 + 5332 + 0 + + + 6517 + 1017 + 7077 + 0 + + + 6406 + 1575 + 6954 + 0 + + + 12869 + 1040 + 11562 + 0 + + + 8967 + 834 + 8132 + 0 + + + 8821 + 1065 + 7992 + 0 + + + 12722 + 145 + 11445 + 0 + + + 8393 + 717 + 7685 + 0 + + + 7972 + 4466 + 5530 + 16 + + + 9156 + 983 + 8361 + 0 + + + 8485 + 1426 + 7761 + 0 + + + 8072 + 4567 + 6333 + 19 + + + 12870 + 1259 + 11565 + 0 + + + 8578 + 1121 + 7837 + 0 + + + 5794 + 262 + 5793 + 0 + + + 2938 + 664 + 2684 + 0 + + + 9431 + 1237 + 8602 + 0 + + + 8412 + 845 + 7713 + 0 + + + 6146 + 1902 + 6185 + 0 + + + 9500 + 1047 + 8633 + 0 + + + 13211 + 894 + 11890 + 0 + + + 8538 + 1308 + 7808 + 0 + + + 6671 + 540 + 7246 + 0 + + + 11536 + 351 + 10477 + 0 + + + 4912 + 1309 + 6744 + 0 + + + 8345 + 1525 + 7628 + 0 + + + 5494 + 1827 + 5454 + 0 + + + 13439 + 301 + 12133 + 0 + + + 10510 + 7399 + 9554 + 1 + + + 8361 + 4961 + 5530 + 26 + + + 9856 + 115 + 8985 + 0 + + + 8195 + 4691 + 6792 + 11 + + + 10650 + 873 + 9696 + 0 + + + 13592 + 4611 + 12236 + 4 + + + 10246 + 111 + 9351 + 0 + + + 12462 + 710 + 11247 + 0 + + + 12757 + 1170 + 11480 + 0 + + + 4923 + 2225 + 6755 + 0 + + + 13219 + 7317 + 11899 + 0 + + + 9631 + 872 + 8750 + 0 + + + 1829 + 1317 + 1486 + 0 + + + 10289 + 1457 + 9387 + 0 + + + 3587 + 1217 + 4789 + 0 + + + 8126 + 4622 + 5738 + 6 + + + 1994 + 3403 + 1665 + 0 + + + 3560 + 1780 + 4760 + 0 + + + 5721 + 651 + 5706 + 0 + + + 1836 + 3265 + 1494 + 0 + + + 10185 + 7331 + 9261 + 1 + + + 321 + 1198 + 798 + 0 + + + 8789 + 1615 + 7958 + 0 + + + 13749 + 634 + 12347 + 0 + + + 9155 + 6562 + 8020 + 5 + + + 8497 + 1006 + 7768 + 0 + + + 8118 + 4614 + 6753 + 1 + + + 4667 + 903 + 6469 + 0 + + + 2170 + 1321 + 1855 + 0 + + + 4947 + 347 + 6784 + 0 + + + 9296 + 236 + 8478 + 0 + + + 11301 + 553 + 10267 + 0 + + + 12139 + 556 + 11027 + 0 + + + 4632 + 1454 + 6431 + 0 + + + 5948 + 1547 + 5964 + 0 + + + 2133 + 3338 + 1815 + 0 + + + 10024 + 4533 + 9143 + 0 + + + 4606 + 459 + 6403 + 0 + + + 6340 + 562 + 6882 + 0 + + + 12368 + 990 + 11150 + 0 + + + 5225 + 986 + 5152 + 0 + + + 8349 + 272 + 7634 + 0 + + + 11761 + 7218 + 10677 + 0 + + + 5787 + 1545 + 5784 + 0 + + + 12913 + 1572 + 11616 + 0 + + + 9564 + 1510 + 8665 + 0 + + + 13623 + 1227 + 12275 + 0 + + + 7607 + 4097 + 5741 + 10 + + + 13933 + 1736 + 12498 + 1 + + + 798 + 875 + 1317 + 0 + + + 8692 + 5740 + 7244 + 38 + + + 10951 + 4449 + 9975 + 0 + + + 12519 + 735 + 11291 + 0 + + + 12732 + 3436 + 11456 + 0 + + + 7938 + 4432 + 5336 + 1 + + + 5196 + 2175 + 5121 + 0 + + + 6036 + 604 + 6062 + 0 + + + 8934 + 842 + 8103 + 0 + + + 10060 + 1962 + 9180 + 0 + + + 10388 + 1348 + 9451 + 0 + + + 300 + 670 + 776 + 0 + + + 10364 + 4088 + 9272 + 1 + + + 11537 + 1339 + 10476 + 0 + + + 11379 + 1211 + 10333 + 0 + + + 8226 + 4723 + 6333 + 16 + + + 5036 + 2167 + 4948 + 0 + + + 7668 + 4159 + 1753 + 1 + + + 5673 + 1709 + 5653 + 0 + + + 10169 + 7324 + 9283 + 0 + + + 8899 + 161 + 8068 + 0 + + + 8650 + 415 + 7906 + 0 + + + 9550 + 7226 + 8839 + 1 + + + 4905 + 449 + 6735 + 0 + + + 12856 + 1942 + 11563 + 0 + + + 4734 + 2091 + 6545 + 0 + + + 9592 + 1221 + 8719 + 0 + + + 12576 + 253 + 11322 + 6 + + + 11834 + 799 + 10759 + 0 + + + 9734 + 891 + 8861 + 0 + + + 8314 + 4821 + 7201 + 1 + + + 10555 + 1202 + 9611 + 0 + + + 4873 + 473 + 6700 + 0 + + + 6807 + 442 + 5747 + 0 + + + 4896 + 1357 + 6724 + 0 + + + 11789 + 483 + 10714 + 0 + + + 6019 + 2271 + 6043 + 0 + + + 13434 + 4455 + 11968 + 1 + + + 11645 + 1608 + 10578 + 0 + + + 3471 + 1870 + 4664 + 0 + + + 8098 + 4593 + 6233 + 1 + + + 276 + 1336 + 750 + 0 + + + 2929 + 147 + 2674 + 0 + + + 13401 + 999 + 12077 + 0 + + + 6541 + 2182 + 7103 + 0 + + + 5924 + 2028 + 5936 + 0 + + + 5640 + 2139 + 5618 + 0 + + + 10233 + 1706 + 9340 + 0 + + + 10020 + 4231 + 8589 + 4 + + + 9539 + 7190 + 8011 + 4 + + + 10442 + 1883 + 9496 + 0 + + + 7605 + 4095 + 5427 + 14 + + + 2273 + 1361 + 1967 + 0 + + + 1867 + 1480 + 1528 + 0 + + + 8483 + 1272 + 7765 + 0 + + + 12294 + 796 + 11139 + 0 + + + 2713 + 1714 + 2440 + 0 + + + 8895 + 1358 + 8054 + 0 + + + 9849 + 1105 + 8976 + 0 + + + 9698 + 7194 + 8825 + 0 + + + 7364 + 683 + 6941 + 0 + + + 9880 + 4125 + 8600 + 19 + + + 8016 + 4511 + 6142 + 1 + + + 5209 + 417 + 5135 + 0 + + + 10301 + 1441 + 9397 + 0 + + + 8806 + 1145 + 7968 + 0 + + + 10803 + 317 + 9831 + 0 + + + 8863 + 6101 + 8040 + 0 + + + 12887 + 1978 + 11598 + 0 + + + 4093 + 465 + 4159 + 0 + + + 11738 + 229 + 10663 + 0 + + + 8888 + 1362 + 8055 + 0 + + + 5995 + 2266 + 6017 + 0 + + + 11969 + 339 + 10885 + 0 + + + 9057 + 519 + 8332 + 0 + + + 5239 + 3427 + 5167 + 0 + + + 5197 + 165 + 5122 + 0 + + + 10409 + 1526 + 9469 + 0 + + + 2927 + 1776 + 2672 + 0 + + + 4937 + 2232 + 6772 + 0 + + + 6757 + 274 + 4590 + 0 + + + 8332 + 1401 + 7615 + 0 + + + 11896 + 1555 + 10814 + 0 + + + 3700 + 1911 + 3736 + 0 + + + 6371 + 1541 + 6916 + 0 + + + 13086 + 938 + 11783 + 0 + + + 8019 + 4514 + 6234 + 79 + + + 4760 + 423 + 6576 + 0 + + + 10146 + 274 + 9264 + 0 + + + 11486 + 1506 + 10421 + 0 + + + 8603 + 721 + 7860 + 0 + + + 13371 + 1418 + 12047 + 0 + + + 8464 + 5140 + 7610 + 12 + + + 12996 + 666 + 11692 + 0 + + + 12529 + 6645 + 11290 + 1 + + + 13486 + 732 + 12158 + 0 + + + 11202 + 929 + 10181 + 0 + + + 12093 + 7207 + 10982 + 4 + + + 11029 + 7632 + 10047 + 0 + + + 5926 + 1811 + 5938 + 0 + + + 10450 + 1590 + 9504 + 0 + + + 8875 + 1600 + 8037 + 0 + + + 7328 + 1052 + 6790 + 0 + + + 11856 + 1312 + 10773 + 0 + + + 2835 + 647 + 2572 + 0 + + + 11934 + 7691 + 10866 + 0 + + + 9277 + 6824 + 2643 + 1 + + + 8339 + 499 + 7621 + 0 + + + 13947 + 7387 + 12513 + 2 + + + 9393 + 119 + 8564 + 0 + + + 8468 + 539 + 7720 + 0 + + + 2193 + 1237 + 1880 + 0 + + + 11793 + 497 + 10716 + 0 + + + 11652 + 909 + 10581 + 0 + + + 13301 + 1487 + 11980 + 0 + + + 12009 + 4473 + 10911 + 2 + + + 12421 + 1193 + 11205 + 0 + + + 12234 + 1078 + 11084 + 0 + + + 12109 + 453 + 11011 + 0 + + + 11141 + 339 + 10121 + 0 + + + 5037 + 727 + 4949 + 0 + + + 11637 + 1254 + 10570 + 0 + + + 6660 + 1047 + 7233 + 0 + + + 13020 + 539 + 11716 + 0 + + + 11383 + 651 + 10335 + 0 + + + 11728 + 1016 + 10639 + 0 + + + 6666 + 196 + 7240 + 0 + + + 7579 + 4100 + 7071 + 2 + + + 10345 + 7368 + 8513 + 36 + + + 6697 + 1800 + 7274 + 0 + + + 5501 + 502 + 5463 + 0 + + + 12620 + 1218 + 11367 + 0 + + + 12256 + 480 + 11104 + 0 + + + 9378 + 1438 + 8546 + 0 + + + 13596 + 1605 + 12239 + 0 + + + 9117 + 6476 + 8057 + 2 + + + 3452 + 1818 + 3709 + 0 + + + 13104 + 1105 + 11792 + 0 + + + 12903 + 579 + 11608 + 0 + + + 8954 + 1197 + 8122 + 0 + + + 5499 + 1503 + 5461 + 0 + + + 8281 + 4778 + 5274 + 2 + + + 12559 + 2304 + 11316 + 0 + + + 8994 + 921 + 8169 + 0 + + + 11518 + 1746 + 10457 + 0 + + + 5951 + 1392 + 5967 + 0 + + + 12495 + 1602 + 11271 + 0 + + + 5473 + 1332 + 5432 + 0 + + + 2870 + 1772 + 2610 + 0 + + + 13811 + 141 + 12409 + 0 + + + 4889 + 2101 + 6716 + 0 + + + 12264 + 7187 + 11102 + 0 + + + 9498 + 7065 + 8615 + 0 + + + 5192 + 2173 + 5117 + 0 + + + 13520 + 7400 + 12187 + 1 + + + 6254 + 1513 + 6306 + 0 + + + 10357 + 878 + 8830 + 2 + + + 9537 + 4090 + 8011 + 2 + + + 12669 + 1453 + 11417 + 0 + + + 13492 + 226 + 12159 + 0 + + + 5495 + 1164 + 5455 + 0 + + + 3680 + 1673 + 3715 + 0 + + + 11342 + 4942 + 10281 + 2 + + + 9528 + 733 + 8653 + 0 + + + 11929 + 7689 + 10852 + 0 + + + 3594 + 606 + 4797 + 0 + + + 2698 + 1644 + 2424 + 0 + + + 8687 + 5735 + 7244 + 33 + + + 7806 + 4298 + 5741 + 1 + + + 7997 + 4491 + 5744 + 1 + + + 10148 + 1487 + 9270 + 0 + + + 7504 + 2165 + 4933 + 0 + + + 13941 + 524 + 12509 + 0 + + + 9496 + 727 + 8635 + 0 + + + 11447 + 1132 + 10385 + 0 + + + 5321 + 1014 + 5259 + 0 + + + 10085 + 229 + 9193 + 0 + + + 10516 + 7400 + 9282 + 1 + + + 8772 + 1588 + 7943 + 0 + + + 12038 + 803 + 10955 + 0 + + + 7326 + 1531 + 6762 + 0 + + + 5630 + 860 + 5607 + 0 + + + 4631 + 982 + 6430 + 0 + + + 7543 + 2162 + 5975 + 0 + + + 8753 + 1748 + 7926 + 0 + + + 6822 + 1375 + 6095 + 0 + + + 11135 + 287 + 9976 + 1 + + + 7790 + 4282 + 4661 + 2 + + + 12850 + 872 + 11550 + 0 + + + 7870 + 4363 + 5612 + 1 + + + 9733 + 1828 + 8860 + 0 + + + 4542 + 586 + 6334 + 0 + + + 10034 + 1330 + 9157 + 0 + + + 4689 + 1370 + 6495 + 0 + + + 12965 + 680 + 11661 + 0 + + + 6379 + 766 + 6924 + 0 + + + 8103 + 4598 + 6234 + 121 + + + 12704 + 1786 + 11438 + 0 + + + 8390 + 320 + 7684 + 0 + + + 8747 + 1808 + 7917 + 0 + + + 12750 + 1727 + 11471 + 0 + + + 8846 + 1279 + 8023 + 0 + + + 9382 + 980 + 8553 + 0 + + + 13920 + 1539 + 12481 + 0 + + + 6861 + 1431 + 6914 + 0 + + + 11962 + 7693 + 10881 + 0 + + + 8523 + 1108 + 7793 + 0 + + + 10682 + 1300 + 9725 + 0 + + + 8157 + 4653 + 6114 + 2 + + + 13484 + 1165 + 12155 + 0 + + + 7987 + 4481 + 5530 + 25 + + + 9644 + 1251 + 8771 + 0 + + + 8739 + 5787 + 7615 + 4 + + + 8710 + 5758 + 7244 + 56 + + + 12096 + 7681 + 10982 + 7 + + + 6492 + 2048 + 7050 + 0 + + + 10523 + 1520 + 9566 + 0 + + + 11444 + 7678 + 10266 + 5 + + + 6642 + 774 + 7213 + 0 + + + 2686 + 363 + 2411 + 0 + + + 12875 + 582 + 11585 + 0 + + + 2902 + 625 + 2645 + 0 + + + 9521 + 1836 + 8647 + 0 + + + 1100 + 1605 + 470 + 0 + + + 12104 + 6321 + 11010 + 0 + + + 11052 + 1745 + 10070 + 0 + + + 7804 + 4296 + 6792 + 32 + + + 4651 + 2243 + 6452 + 0 + + + 13382 + 6541 + 12049 + 0 + + + 6809 + 928 + 5777 + 0 + + + 10137 + 1318 + 9243 + 0 + + + 6179 + 1584 + 6221 + 0 + + + 12547 + 7641 + 11295 + 0 + + + 10671 + 655 + 9720 + 0 + + + 12477 + 7214 + 11250 + 0 + + + 5960 + 1067 + 5978 + 0 + + + 8018 + 4513 + 6219 + 1 + + + 4137 + 409 + 4206 + 0 + + + 8415 + 470 + 7709 + 0 + + + 12815 + 992 + 11523 + 0 + + + 9484 + 7061 + 8618 + 0 + + + 12195 + 145 + 11056 + 0 + + + 9132 + 6507 + 8029 + 7 + + + 13534 + 507 + 12201 + 1 + + + 8614 + 1462 + 7875 + 0 + + + 7708 + 4199 + 6483 + 5 + + + 3449 + 1265 + 3706 + 0 + + + 4650 + 1457 + 6451 + 0 + + + 9978 + 863 + 9105 + 0 + + + 8156 + 4652 + 6575 + 16 + + + 9726 + 808 + 8853 + 0 + + + 7672 + 189 + 5705 + 16 + + + 13250 + 1251 + 11929 + 0 + + + 11612 + 5262 + 10549 + 2 + + + 3579 + 2067 + 4781 + 0 + + + 9682 + 752 + 8808 + 0 + + + 9689 + 838 + 8816 + 0 + + + 6550 + 1316 + 7113 + 0 + + + 9651 + 1307 + 8778 + 0 + + + 13407 + 1310 + 12089 + 0 + + + 6741 + 3741 + 3564 + 0 + + + 7537 + 2023 + 5771 + 0 + + + 10545 + 1789 + 9602 + 0 + + + 8679 + 5727 + 7244 + 25 + + + 12777 + 321 + 11503 + 0 + + + 11763 + 1187 + 10682 + 0 + + + 9725 + 1711 + 8852 + 0 + + + 12876 + 41 + 11581 + 0 + + + 8855 + 1259 + 8014 + 0 + + + 5904 + 773 + 5912 + 0 + + + 5205 + 453 + 5130 + 0 + + + 12049 + 7695 + 10979 + 0 + + + 6854 + 769 + 6241 + 0 + + + 9590 + 480 + 8717 + 0 + + + 4805 + 1982 + 6625 + 0 + + + 8264 + 4761 + 5738 + 1 + + + 9430 + 7004 + 8599 + 0 + + + 5405 + 1844 + 5357 + 0 + + + 13899 + 245 + 12470 + 0 + + + 12425 + 525 + 11209 + 0 + + + 9512 + 500 + 8642 + 0 + + + 12736 + 6904 + 11459 + 1 + + + 12089 + 6403 + 10992 + 1 + + + 6643 + 1229 + 7214 + 0 + + + 7831 + 4324 + 5891 + 8 + + + 10648 + 901 + 9694 + 0 + + + 9787 + 923 + 8915 + 0 + + + 6483 + 295 + 7039 + 0 + + + 9121 + 4376 + 7940 + 4 + + + 8218 + 551 + 4956 + 6 + + + 5684 + 245 + 5666 + 0 + + + 13497 + 444 + 12170 + 0 + + + 12975 + 127 + 11672 + 0 + + + 10624 + 430 + 9675 + 0 + + + 2931 + 876 + 2676 + 0 + + + 8413 + 1428 + 7712 + 0 + + + 7670 + 1579 + 6701 + 2 + + + 13892 + 4230 + 10611 + 9 + + + 7736 + 4228 + 2639 + 1 + + + 11912 + 5722 + 10837 + 0 + + + 12689 + 326 + 11425 + 0 + + + 11343 + 4943 + 10281 + 3 + + + 3325 + 1070 + 3571 + 0 + + + 5645 + 1966 + 5624 + 0 + + + 5320 + 2012 + 5258 + 0 + + + 9137 + 6512 + 8029 + 12 + + + 7746 + 4238 + 5116 + 5 + + + 6105 + 160 + 6140 + 0 + + + 11998 + 296 + 10921 + 0 + + + 8787 + 342 + 7960 + 0 + + + 12285 + 534 + 11125 + 0 + + + 6229 + 1281 + 6277 + 0 + + + 11563 + 186 + 10505 + 0 + + + 11488 + 1025 + 10428 + 0 + + + 11725 + 1982 + 10644 + 0 + + + 8716 + 5764 + 7244 + 62 + + + 8668 + 943 + 7244 + 14 + + + 11867 + 1494 + 10788 + 0 + + + 9810 + 1782 + 8937 + 0 + + + 12916 + 927 + 11624 + 0 + + + 1112 + 1605 + 483 + 0 + + + 10812 + 7510 + 9838 + 0 + + + 6506 + 1543 + 7065 + 0 + + + 6527 + 1687 + 7087 + 0 + + + 10706 + 1211 + 9739 + 0 + + + 4177 + 1605 + 4249 + 0 + + + 9681 + 752 + 8807 + 0 + + + 10391 + 1662 + 9454 + 0 + + + 12579 + 1411 + 11327 + 0 + + + 12390 + 7060 + 11183 + 0 + + + 11752 + 1009 + 10683 + 0 + + + 10279 + 634 + 9378 + 0 + + + 11911 + 1383 + 10835 + 0 + + + 5732 + 956 + 5719 + 0 + + + 4609 + 2127 + 6407 + 0 + + + 8409 + 783 + 7704 + 0 + + + 13106 + 1532 + 11794 + 0 + + + 3438 + 1339 + 3694 + 0 + + + 9527 + 639 + 8657 + 0 + + + 12861 + 1443 + 11568 + 0 + + + 6331 + 4655 + 6872 + 0 + + + 7653 + 1850 + 6599 + 1 + + + 6158 + 2289 + 6198 + 0 + + + 816 + 1605 + 1338 + 0 + + + 8093 + 4588 + 5530 + 3 + + + 11391 + 606 + 10344 + 0 + + + 8062 + 4557 + 6234 + 74 + + + 1113 + 1605 + 484 + 0 + + + 1863 + 886 + 1524 + 0 + + + 8531 + 909 + 7795 + 0 + + + 2921 + 1406 + 2665 + 0 + + + 13788 + 794 + 12383 + 0 + + + 9518 + 1942 + 8417 + 1 + + + 9492 + 214 + 8611 + 0 + + + 8199 + 4695 + 5707 + 8 + + + 9667 + 328 + 8788 + 0 + + + 7776 + 4268 + 6792 + 54 + + + 3469 + 1475 + 4662 + 0 + + + 8941 + 1802 + 8112 + 0 + + + 11028 + 897 + 10046 + 0 + + + 12520 + 1804 + 11286 + 0 + + + 7904 + 4397 + 6130 + 13 + + + 11408 + 160 + 10365 + 0 + + + 3682 + 287 + 3717 + 0 + + + 5672 + 1095 + 5652 + 0 + + + 5639 + 1715 + 5617 + 0 + + + 12261 + 3422 + 11105 + 0 + + + 10550 + 1353 + 9608 + 0 + + + 9385 + 798 + 8556 + 0 + + + 8745 + 124 + 7915 + 0 + + + 7900 + 4393 + 6130 + 26 + + + 10097 + 611 + 9214 + 0 + + + 10916 + 1249 + 9945 + 0 + + + 8499 + 1402 + 7771 + 0 + + + 12484 + 386 + 11261 + 0 + + + 9763 + 7213 + 8890 + 0 + + + 10413 + 882 + 9474 + 0 + + + 12919 + 1556 + 11621 + 0 + + + 4624 + 362 + 6422 + 0 + + + 6012 + 2270 + 6036 + 0 + + + 5626 + 703 + 5602 + 0 + + + 10161 + 1655 + 9260 + 0 + + + 13369 + 1378 + 12045 + 0 + + + 9472 + 5080 + 8605 + 0 + + + 8334 + 1093 + 7616 + 0 + + + 12901 + 752 + 11594 + 0 + + + 13264 + 908 + 11940 + 0 + + + 8223 + 4720 + 6234 + 62 + + + 11513 + 200 + 10452 + 0 + + + 9175 + 419 + 8380 + 0 + + + 9658 + 155 + 8790 + 0 + + + 7777 + 4269 + 6234 + 110 + + + 12823 + 1377 + 11537 + 0 + + + 7850 + 362 + 1340 + 1 + + + 8921 + 1605 + 8090 + 0 + + + 13034 + 1281 + 11731 + 0 + + + 8854 + 1077 + 8013 + 0 + + + 7749 + 4241 + 6234 + 11 + + + 7846 + 4339 + 6234 + 95 + + + 12340 + 5753 + 10866 + 51 + + + 5774 + 229 + 5768 + 0 + + + 8669 + 5717 + 7244 + 15 + + + 9994 + 1157 + 9117 + 0 + + + 8025 + 4520 + 6234 + 30 + + + 10129 + 4655 + 9224 + 0 + + + 7740 + 4232 + 5259 + 1 + + + 11594 + 5702 + 10531 + 1 + + + 8949 + 1734 + 8121 + 0 + + + 6813 + 411 + 5897 + 0 + + + 6549 + 2184 + 7112 + 0 + + + 5030 + 1981 + 4942 + 0 + + + 8212 + 4709 + 6130 + 24 + + + 12310 + 5704 + 10866 + 2 + + + 6491 + 2047 + 7049 + 0 + + + 9629 + 4374 + 8748 + 0 + + + 10124 + 7318 + 9253 + 0 + + + 6047 + 1125 + 6075 + 0 + + + 6732 + 1744 + 2593 + 0 + + + 5509 + 2136 + 5471 + 0 + + + 7814 + 4307 + 5705 + 4 + + + 7872 + 4365 + 5593 + 1 + + + 9675 + 1142 + 8802 + 0 + + + 8974 + 963 + 8144 + 0 + + + 11036 + 1677 + 10053 + 0 + + + 8450 + 4612 + 7289 + 1 + + + 6347 + 441 + 6890 + 0 + + + 9411 + 1669 + 8578 + 0 + + + 12358 + 872 + 11155 + 0 + + + 9202 + 4153 + 8339 + 4 + + + 2280 + 3331 + 1974 + 0 + + + 8164 + 4660 + 6234 + 33 + + + 4776 + 1290 + 6593 + 0 + + + 8168 + 4664 + 2293 + 24 + + + 13438 + 720 + 12112 + 0 + + + 5475 + 1233 + 5434 + 0 + + + 11936 + 1711 + 10859 + 0 + + + 13389 + 423 + 12062 + 0 + + + 13329 + 1276 + 12005 + 0 + + + 8491 + 1683 + 7759 + 0 + + + 6648 + 1605 + 7220 + 0 + + + 9703 + 1057 + 8830 + 0 + + + 5442 + 852 + 5399 + 0 + + + 5962 + 1243 + 5980 + 0 + + + 292 + 3543 + 767 + 0 + + + 8106 + 4602 + 5705 + 6 + + + 6373 + 503 + 6918 + 0 + + + 8785 + 1236 + 7957 + 0 + + + 13111 + 1900 + 11798 + 0 + + + 9388 + 984 + 8551 + 0 + + + 9034 + 1415 + 8310 + 0 + + + 6027 + 905 + 6053 + 0 + + + 11656 + 5787 + 10580 + 4 + + + 13716 + 7730 + 8513 + 43 + + + 5460 + 1826 + 5418 + 0 + + + 13593 + 4696 + 12236 + 5 + + + 6145 + 1538 + 6184 + 0 + + + 6855 + 406 + 6260 + 0 + + + 9131 + 4434 + 8029 + 6 + + + 6079 + 646 + 6111 + 0 + + + 6733 + 1680 + 2606 + 0 + + + 12003 + 218 + 10909 + 0 + + + 9832 + 1692 + 8958 + 0 + + + 12223 + 1465 + 11075 + 0 + + + 11507 + 3427 + 10446 + 0 + + + 5772 + 1627 + 5765 + 0 + + + 4786 + 2207 + 6605 + 0 + + + 9605 + 1567 + 8732 + 0 + + + 10280 + 793 + 9377 + 0 + + + 6106 + 1283 + 6141 + 0 + + + 8406 + 629 + 7691 + 0 + + + 8319 + 4826 + 7299 + 1 + + + 7755 + 4247 + 5260 + 2 + + + 4959 + 1568 + 6798 + 0 + + + 4922 + 1235 + 6754 + 0 + + + 9153 + 1084 + 8360 + 0 + + + 4487 + 1605 + 4585 + 0 + + + 12569 + 692 + 11324 + 0 + + + 12172 + 6468 + 11029 + 3 + + + 13135 + 1649 + 11824 + 0 + + + 8786 + 1532 + 7956 + 0 + + + 9204 + 6650 + 8339 + 6 + + + 12248 + 997 + 11094 + 0 + + + 5244 + 517 + 5172 + 0 + + + 10030 + 1064 + 9149 + 0 + + + 10042 + 513 + 9162 + 0 + + + 10620 + 1381 + 9672 + 0 + + + 12461 + 1062 + 11238 + 0 + + + 8248 + 1338 + 1664 + 19 + + + 12142 + 1961 + 11023 + 0 + + + 1108 + 1512 + 479 + 0 + + + 10934 + 226 + 9959 + 0 + + + 4659 + 1089 + 6461 + 0 + + + 4428 + 166 + 4521 + 0 + + + 7581 + 4300 + 4661 + 1 + + + 11254 + 143 + 10229 + 0 + + + 11960 + 6123 + 10887 + 0 + + + 10154 + 1238 + 9261 + 0 + + + 5538 + 2303 + 5503 + 0 + + + 7743 + 4235 + 4937 + 2 + + + 4811 + 412 + 6632 + 0 + + + 777 + 1626 + 1294 + 0 + + + 11620 + 856 + 10553 + 0 + + + 6765 + 1034 + 6540 + 0 + + + 8728 + 4534 + 7244 + 74 + + + 5023 + 1215 + 4935 + 0 + + + 7542 + 2264 + 5898 + 0 + + + 2718 + 1349 + 2446 + 0 + + + 9261 + 1396 + 8438 + 0 + + + 13461 + 1631 + 12141 + 0 + + + 12046 + 7157 + 10949 + 0 + + + 8575 + 1285 + 7833 + 0 + + + 9888 + 172 + 9001 + 0 + + + 8646 + 5681 + 5530 + 27 + + + 12734 + 748 + 11457 + 0 + + + 8496 + 1878 + 7766 + 0 + + + 5093 + 504 + 5009 + 0 + + + 11340 + 1605 + 10306 + 0 + + + 13606 + 1877 + 12247 + 0 + + + 2199 + 4237 + 1887 + 0 + + + 8867 + 375 + 8043 + 0 + + + 12323 + 5731 + 10866 + 29 + + + 1937 + 1751 + 1603 + 0 + + + 13166 + 1782 + 11859 + 0 + + + 7599 + 678 + 6128 + 1 + + + 12295 + 1373 + 11141 + 0 + + + 13813 + 1872 + 12411 + 0 + + + 6705 + 3621 + 7283 + 0 + + + 13567 + 4090 + 12116 + 2 + + + 10022 + 985 + 9140 + 0 + + + 8826 + 333 + 7995 + 0 + + + 9995 + 1740 + 9118 + 0 + + + 6363 + 1312 + 6907 + 0 + + + 8976 + 1670 + 8141 + 0 + + + 6751 + 929 + 4217 + 0 + + + 11893 + 1898 + 10815 + 0 + + + 3450 + 968 + 3707 + 0 + + + 3793 + 1605 + 3837 + 0 + + + 9598 + 245 + 8725 + 0 + + + 6511 + 745 + 7071 + 0 + + + 13491 + 1545 + 12169 + 0 + + + 12069 + 1923 + 10988 + 0 + + + 11629 + 3721 + 10561 + 0 + + + 10268 + 690 + 9361 + 0 + + + 10096 + 1953 + 9190 + 0 + + + 2716 + 876 + 2443 + 0 + + + 8587 + 647 + 7845 + 0 + + + 8915 + 1898 + 8085 + 0 + + + 4791 + 2212 + 6610 + 0 + + + 11817 + 1009 + 10742 + 0 + + + 4809 + 715 + 6629 + 0 + + + 8320 + 4827 + 7308 + 1 + + + 275 + 1541 + 749 + 0 + + + 12078 + 1772 + 10993 + 0 + + + 8295 + 589 + 7586 + 0 + + + 6708 + 1812 + 7286 + 0 + + + 7669 + 4160 + 6701 + 1 + + + 2922 + 1791 + 2666 + 0 + + + 8160 + 4656 + 5901 + 4 + + + 9516 + 7124 + 8592 + 1 + + + 12123 + 4523 + 11013 + 11 + + + 10176 + 260 + 9288 + 0 + + + 4627 + 1280 + 6426 + 0 + + + 2818 + 3310 + 2554 + 0 + + + 8810 + 1215 + 7975 + 0 + + + 9010 + 1054 + 8174 + 0 + + + 12007 + 1721 + 10928 + 0 + + + 4152 + 1605 + 4222 + 0 + + + 10588 + 1393 + 9639 + 0 + + + 7659 + 4150 + 2289 + 1 + + + 11559 + 868 + 10503 + 0 + + + 11348 + 1373 + 10309 + 0 + + + 6841 + 1605 + 7313 + 0 + + + 4736 + 422 + 6548 + 0 + + + 10361 + 7380 + 8606 + 1 + + + 4122 + 156 + 4189 + 0 + + + 10621 + 324 + 9674 + 0 + + + 10468 + 1351 + 9516 + 0 + + + 9714 + 7198 + 8850 + 0 + + + 10072 + 1334 + 9187 + 0 + + + 6219 + 1793 + 6266 + 0 + + + 11410 + 1864 + 10366 + 0 + + + 12868 + 1872 + 11561 + 0 + + + 12030 + 123 + 10938 + 0 + + + 11324 + 986 + 10289 + 0 + + + 13374 + 1722 + 12048 + 0 + + + 5327 + 1210 + 5266 + 0 + + + 7667 + 4158 + 6891 + 1 + + + 8276 + 4773 + 6234 + 23 + + + 2930 + 1336 + 2675 + 0 + + + 8504 + 1237 + 7776 + 0 + + + 9312 + 758 + 8490 + 0 + + + 10438 + 1126 + 9493 + 0 + + + 8457 + 5133 + 7610 + 5 + + + 12372 + 1251 + 11162 + 0 + + + 5296 + 1434 + 5229 + 0 + + + 10243 + 1371 + 9353 + 0 + + + 10708 + 478 + 9742 + 0 + + + 11720 + 7634 + 10640 + 0 + + + 9212 + 6658 + 8349 + 2 + + + 8237 + 4734 + 6130 + 6 + + + 289 + 441 + 764 + 0 + + + 5388 + 599 + 5336 + 0 + + + 12678 + 4165 + 10466 + 1 + + + 9901 + 372 + 9020 + 0 + + + 11675 + 1549 + 10594 + 0 + + + 5211 + 3426 + 5137 + 0 + + + 7956 + 1407 + 6234 + 20 + + + 9076 + 6407 + 8038 + 2 + + + 5942 + 538 + 5956 + 0 + + + 7609 + 4099 + 5442 + 6 + + + 12541 + 328 + 11305 + 0 + + + 11420 + 488 + 10374 + 0 + + + 9305 + 6866 + 8434 + 3 + + + 6313 + 3430 + 6853 + 0 + + + 11509 + 1335 + 10448 + 0 + + + 5893 + 1828 + 5901 + 0 + + + 9847 + 3436 + 8980 + 0 + + + 11489 + 1980 + 10429 + 0 + + + 6238 + 1592 + 6288 + 0 + + + 4675 + 1027 + 6478 + 0 + + + 8338 + 1713 + 7618 + 0 + + + 5616 + 2035 + 5592 + 0 + + + 10692 + 4690 + 9700 + 2 + + + 11716 + 4530 + 10637 + 0 + + + 4977 + 1401 + 4885 + 0 + + + 11207 + 603 + 10187 + 0 + + + 12100 + 4231 + 10968 + 4 + + + 12041 + 1215 + 10954 + 0 + + + 6872 + 1605 + 7256 + 0 + + + 12790 + 1049 + 10328 + 1 + + + 5330 + 1078 + 5269 + 0 + + + 3564 + 1142 + 4764 + 0 + + + 10600 + 1937 + 9653 + 0 + + + 5379 + 600 + 5327 + 0 + + + 7912 + 4406 + 4956 + 4 + + + 5712 + 2245 + 5696 + 0 + + + 12068 + 1173 + 10999 + 0 + + + 10956 + 1411 + 9988 + 0 + + + 8770 + 919 + 7939 + 0 + + + 5862 + 684 + 5867 + 0 + + + 4777 + 2202 + 6594 + 0 + + + 11596 + 1676 + 10540 + 0 + + + 9054 + 1827 + 8329 + 0 + + + 10395 + 1384 + 9458 + 0 + + + 8487 + 218 + 7762 + 0 + + + 5204 + 1972 + 5129 + 0 + + + 4906 + 478 + 6736 + 0 + + + 6712 + 311 + 7291 + 0 + + + 11719 + 7063 + 10647 + 0 + + + 10479 + 1313 + 9528 + 0 + + + 5529 + 672 + 5493 + 0 + + + 4182 + 581 + 4254 + 0 + + + 10582 + 1102 + 9641 + 0 + + + 10076 + 1101 + 9203 + 0 + + + 11926 + 1387 + 10849 + 0 + + + 9776 + 1245 + 8899 + 0 + + + 11866 + 7435 + 10785 + 0 + + + 2660 + 283 + 2383 + 0 + + + 13108 + 164 + 11801 + 0 + + + 6049 + 2076 + 6077 + 0 + + + 11702 + 1215 + 10624 + 0 + + + 8923 + 1605 + 8092 + 0 + + + 11399 + 589 + 10352 + 0 + + + 10035 + 1043 + 9163 + 0 + + + 5331 + 1152 + 5270 + 0 + + + 6524 + 857 + 7084 + 0 + + + 8387 + 464 + 7683 + 0 + + + 6026 + 332 + 6052 + 0 + + + 10634 + 1538 + 9686 + 0 + + + 11192 + 4716 + 10171 + 1 + + + 11704 + 218 + 10625 + 0 + + + 12408 + 1155 + 11192 + 0 + + + 12728 + 6401 + 11452 + 1 + + + 11780 + 1605 + 10701 + 0 + + + 11644 + 570 + 10576 + 0 + + + 11527 + 465 + 10466 + 0 + + + 12053 + 932 + 10973 + 0 + + + 12493 + 355 + 11263 + 0 + + + 10422 + 773 + 9481 + 0 + + + 13015 + 1306 + 11712 + 0 + + + 9234 + 1786 + 8410 + 0 + + + 11554 + 973 + 10498 + 0 + + + 6035 + 2073 + 6061 + 0 + + + 8214 + 4711 + 5530 + 8 + + + 10381 + 852 + 9445 + 0 + + + 6104 + 162 + 6139 + 0 + + + 2174 + 198 + 1860 + 0 + + + 12289 + 7346 + 11132 + 1 + + + 7353 + 432 + 5947 + 0 + + + 13617 + 1168 + 12272 + 0 + + + 12921 + 1338 + 11625 + 0 + + + 9007 + 752 + 8176 + 0 + + + 13448 + 1043 + 12123 + 0 + + + 11875 + 6405 + 10788 + 1 + + + 13747 + 7198 + 12340 + 0 + + + 9977 + 7304 + 9099 + 0 + + + 7701 + 4192 + 5705 + 12 + + + 12839 + 1059 + 11554 + 0 + + + 9864 + 1643 + 8990 + 0 + + + 7637 + 4128 + 6792 + 57 + + + 11450 + 5381 + 10300 + 1 + + + 2893 + 779 + 2635 + 0 + + + 10654 + 444 + 9705 + 0 + + + 7722 + 4214 + 5891 + 19 + + + 9409 + 1362 + 8574 + 0 + + + 6014 + 435 + 6038 + 0 + + + 10552 + 1771 + 9606 + 0 + + + 5788 + 381 + 5785 + 0 + + + 9535 + 7165 + 7936 + 1 + + + 9780 + 1611 + 8903 + 0 + + + 4628 + 1417 + 6427 + 0 + + + 11568 + 7681 + 8037 + 9 + + + 8228 + 196 + 6234 + 72 + + + 6041 + 1777 + 6069 + 0 + + + 13748 + 7365 + 12343 + 1 + + + 4665 + 570 + 6467 + 0 + + + 11191 + 955 + 10171 + 0 + + + 11764 + 790 + 10686 + 0 + + + 12209 + 6624 + 10891 + 1 + + + 13469 + 883 + 12109 + 0 + + + 11703 + 1699 + 10623 + 0 + + + 9874 + 4718 + 8600 + 13 + + + 9112 + 6471 + 8055 + 6 + + + 9083 + 6414 + 8035 + 2 + + + 3575 + 741 + 4777 + 0 + + + 11812 + 252 + 10736 + 0 + + + 5809 + 2152 + 5808 + 0 + + + 6533 + 724 + 7095 + 0 + + + 5879 + 1020 + 5885 + 0 + + + 13489 + 1155 + 12171 + 0 + + + 12091 + 7204 + 10982 + 2 + + + 13804 + 1745 + 12401 + 0 + + + 6283 + 510 + 6820 + 0 + + + 287 + 1309 + 762 + 0 + + + 10195 + 1877 + 9305 + 0 + + + 6529 + 1738 + 7089 + 0 + + + 7553 + 2288 + 6196 + 0 + + + 11078 + 1581 + 10045 + 1 + + + 4914 + 1696 + 6746 + 0 + + + 8817 + 5941 + 7994 + 0 + + + 11667 + 3501 + 10589 + 0 + + + 7351 + 783 + 5920 + 0 + + + 12084 + 6 + 10969 + 0 + + + 9655 + 796 + 8782 + 0 + + + 13884 + 4079 + 10611 + 5 + + + 10657 + 1372 + 9711 + 0 + + + 9709 + 1463 + 8836 + 0 + + + 2654 + 3111 + 2377 + 0 + + + 9084 + 6415 + 8035 + 3 + + + 11988 + 1027 + 10912 + 0 + + + 6853 + 696 + 6228 + 0 + + + 5092 + 212 + 5008 + 0 + + + 6523 + 1420 + 7083 + 0 + + + 5380 + 2301 + 5328 + 0 + + + 10026 + 965 + 9144 + 0 + + + 6512 + 452 + 7072 + 0 + + + 10816 + 701 + 9842 + 0 + + + 8216 + 4713 + 6234 + 54 + + + 8570 + 453 + 7828 + 0 + + + 6538 + 1879 + 7100 + 0 + + + 12397 + 1369 + 11179 + 0 + + + 10033 + 957 + 9161 + 0 + + + 13012 + 1640 + 11710 + 0 + + + 10431 + 7388 + 9486 + 3 + + + 12480 + 1960 + 11251 + 0 + + + 10360 + 793 + 8830 + 5 + + + 6405 + 2234 + 6953 + 0 + + + 10217 + 1500 + 9327 + 0 + + + 9108 + 6467 + 8055 + 2 + + + 7355 + 597 + 5974 + 0 + + + 5375 + 309 + 5321 + 0 + + + 6646 + 486 + 7218 + 0 + + + 11430 + 5136 + 10375 + 8 + + + 9713 + 1466 + 8849 + 0 + + + 12232 + 1142 + 11085 + 0 + + + 6690 + 1507 + 7266 + 0 + + + 9402 + 430 + 8575 + 0 + + + 12532 + 6649 + 11290 + 4 + + + 2900 + 889 + 2642 + 0 + + + 13349 + 1953 + 12022 + 0 + + + 8138 + 4634 + 6234 + 9 + + + 13112 + 1945 + 11800 + 0 + + + 12228 + 1093 + 11077 + 0 + + + 13348 + 683 + 12024 + 0 + + + 11801 + 1521 + 10722 + 0 + + + 9079 + 6410 + 8038 + 5 + + + 2643 + 1422 + 2365 + 0 + + + 13338 + 7714 + 12017 + 0 + + + 8683 + 5731 + 7244 + 29 + + + 10241 + 7338 + 7615 + 5 + + + 11214 + 1139 + 10194 + 0 + + + 12910 + 811 + 11618 + 0 + + + 8961 + 680 + 8136 + 0 + + + 2089 + 3398 + 1767 + 0 + + + 13237 + 1258 + 11917 + 0 + + + 10229 + 614 + 9339 + 0 + + + 5601 + 1016 + 5574 + 0 + + + 5770 + 1947 + 5763 + 0 + + + 5628 + 2042 + 5604 + 0 + + + 4747 + 1712 + 6561 + 0 + + + 6404 + 2233 + 6952 + 0 + + + 11574 + 752 + 10515 + 0 + + + 5743 + 1326 + 5732 + 0 + + + 8187 + 4683 + 5738 + 9 + + + 13935 + 1524 + 12503 + 0 + + + 10679 + 752 + 9727 + 0 + + + 7769 + 4261 + 6871 + 2 + + + 11609 + 722 + 10550 + 0 + + + 7685 + 4176 + 6792 + 9 + + + 10592 + 7428 + 8936 + 1 + + + 9858 + 1518 + 8987 + 0 + + + 9753 + 1752 + 8880 + 0 + + + 12439 + 1235 + 11220 + 0 + + + 9957 + 303 + 9075 + 0 + + + 3576 + 1282 + 4778 + 0 + + + 8028 + 4523 + 5705 + 34 + + + 7808 + 4301 + 6234 + 56 + + + 11520 + 218 + 10458 + 0 + + + 13088 + 1205 + 11784 + 0 + + + 12196 + 1937 + 11057 + 0 + + + 8479 + 465 + 7755 + 0 + + + 11754 + 617 + 10674 + 0 + + + 10466 + 1117 + 9513 + 0 + + + 5450 + 1583 + 5407 + 0 + + + 12168 + 551 + 11035 + 0 + + + 9139 + 4231 + 8029 + 14 + + + 13418 + 1356 + 12092 + 0 + + + 6486 + 746 + 7043 + 0 + + + 9198 + 6644 + 8385 + 1 + + + 7549 + 2197 + 6124 + 0 + + + 7604 + 4094 + 5427 + 12 + + + 9823 + 395 + 8950 + 0 + + + 7927 + 4421 + 5442 + 7 + + + 7843 + 4336 + 5442 + 5 + + + 10659 + 677 + 9707 + 0 + + + 1953 + 816 + 1620 + 0 + + + 6090 + 867 + 6123 + 0 + + + 5220 + 1340 + 5146 + 0 + + + 12222 + 347 + 11072 + 0 + + + 4679 + 781 + 6483 + 0 + + + 9700 + 1710 + 8829 + 0 + + + 5446 + 807 + 5403 + 0 + + + 7805 + 4297 + 6792 + 19 + + + 13628 + 1350 + 12271 + 0 + + + 13334 + 1904 + 12026 + 0 + + + 4164 + 569 + 4235 + 0 + + + 5454 + 960 + 5412 + 0 + + + 10547 + 1649 + 9600 + 1 + + + 5815 + 1162 + 5815 + 0 + + + 10399 + 862 + 9461 + 0 + + + 10412 + 1429 + 9473 + 0 + + + 12178 + 6474 + 11029 + 9 + + + 12348 + 5763 + 10866 + 61 + + + 12822 + 636 + 11532 + 0 + + + 5944 + 1706 + 5958 + 0 + + + 10175 + 348 + 9289 + 0 + + + 8871 + 6102 + 8034 + 0 + + + 4607 + 1522 + 6404 + 0 + + + 6194 + 1726 + 6237 + 0 + + + 10419 + 7385 + 8600 + 21 + + + 6383 + 1119 + 6929 + 0 + + + 8711 + 5759 + 7244 + 57 + + + 1915 + 1100 + 1580 + 0 + + + 6489 + 1010 + 7047 + 0 + + + 11904 + 1031 + 10827 + 0 + + + 13505 + 940 + 12161 + 0 + + + 13337 + 893 + 12025 + 0 + + + 12971 + 3663 + 11669 + 0 + + + 9440 + 7029 + 8513 + 6 + + + 11673 + 198 + 10595 + 0 + + + 10474 + 1902 + 9523 + 0 + + + 2252 + 337 + 1944 + 0 + + + 11707 + 794 + 10633 + 0 + + + 4611 + 256 + 6409 + 0 + + + 9972 + 1337 + 9087 + 0 + + + 5731 + 2252 + 5718 + 0 + + + 11881 + 5713 + 10806 + 0 + + + 10415 + 234 + 9479 + 0 + + + 5515 + 525 + 5478 + 0 + + + 11946 + 856 + 10879 + 0 + + + 6401 + 814 + 6949 + 0 + + + 3322 + 1605 + 3568 + 0 + + + 13878 + 7357 + 10611 + 2 + + + 8011 + 4506 + 5530 + 17 + + + 4754 + 1049 + 6568 + 0 + + + 4149 + 1437 + 4219 + 0 + + + 13495 + 918 + 12167 + 0 + + + 7812 + 4305 + 4182 + 1 + + + 5634 + 1493 + 5611 + 0 + + + 6692 + 160 + 7268 + 0 + + + 9630 + 943 + 8749 + 0 + + + 7944 + 4438 + 6792 + 14 + + + 11371 + 1095 + 10324 + 0 + + + 2967 + 1605 + 2716 + 0 + + + 6515 + 704 + 7075 + 0 + + + 1998 + 1446 + 1669 + 0 + + + 5943 + 611 + 5957 + 0 + + + 6211 + 872 + 6256 + 0 + + + 13946 + 7386 + 12513 + 1 + + + 2078 + 1894 + 1756 + 0 + + + 12810 + 1492 + 11518 + 0 + + + 12122 + 4231 + 11013 + 10 + + + 9717 + 1306 + 8840 + 0 + + + 6773 + 1621 + 6718 + 0 + + + 5918 + 354 + 5928 + 0 + + + 6718 + 671 + 1415 + 0 + + + 5028 + 325 + 4940 + 0 + + + 11023 + 1726 + 10041 + 0 + + + 10318 + 7355 + 9353 + 7 + + + 1116 + 1605 + 487 + 0 + + + 6637 + 1605 + 7208 + 0 + + + 6688 + 832 + 7264 + 0 + + + 11599 + 1185 + 10537 + 0 + + + 9451 + 7040 + 8513 + 17 + + + 5091 + 2299 + 5007 + 0 + + + 9419 + 6 + 8585 + 0 + + + 8273 + 4770 + 6234 + 69 + + + 3460 + 2192 + 4653 + 0 + + + 11782 + 272 + 10703 + 0 + + + 13939 + 1694 + 12507 + 0 + + + 11309 + 825 + 10274 + 0 + + + 12516 + 1986 + 11277 + 0 + + + 11714 + 1334 + 10635 + 0 + + + 8812 + 1115 + 7977 + 0 + + + 5290 + 494 + 5223 + 0 + + + 3447 + 1612 + 3703 + 0 + + + 12322 + 5729 + 10866 + 27 + + + 6189 + 499 + 6232 + 0 + + + 10403 + 410 + 9466 + 0 + + + 5779 + 2024 + 5774 + 0 + + + 8170 + 4666 + 6234 + 119 + + + 4898 + 2105 + 6726 + 0 + + + 11247 + 613 + 10222 + 0 + + + 11273 + 4612 + 10237 + 1 + + + 12018 + 6102 + 10936 + 0 + + + 8458 + 5134 + 7610 + 6 + + + 9404 + 218 + 8576 + 0 + + + 7336 + 386 + 5325 + 0 + + + 6731 + 127 + 2576 + 0 + + + 5749 + 1362 + 5738 + 0 + + + 10981 + 486 + 10000 + 0 + + + 6500 + 6241 + 7059 + 0 + + + 9290 + 339 + 8472 + 0 + + + 4950 + 1821 + 6787 + 0 + + + 8707 + 1888 + 7244 + 53 + + + 7922 + 1888 + 6234 + 102 + + + 9077 + 6408 + 8038 + 3 + + + 2899 + 1894 + 2641 + 0 + + + 10970 + 7595 + 9994 + 0 + + + 6075 + 834 + 6107 + 0 + + + 9288 + 1242 + 8469 + 0 + + + 2933 + 735 + 2678 + 0 + + + 2879 + 1986 + 2620 + 0 + + + 9154 + 6561 + 8020 + 4 + + + 13258 + 1001 + 11945 + 0 + + + 8626 + 1711 + 7882 + 0 + + + 11625 + 3422 + 10559 + 0 + + + 2583 + 489 + 2302 + 0 + + + 13720 + 7732 + 8513 + 45 + + + 11326 + 1912 + 10291 + 0 + + + 9254 + 638 + 8435 + 0 + + + 10810 + 1605 + 9837 + 0 + + + 13342 + 586 + 12016 + 0 + + + 11322 + 1366 + 10287 + 0 + + + 13377 + 1517 + 12059 + 0 + + + 9230 + 245 + 8407 + 0 + + + 5043 + 2168 + 4955 + 0 + + + 8306 + 271 + 7598 + 0 + + + 11558 + 308 + 10502 + 0 + + + 7794 + 4286 + 6792 + 55 + + + 3463 + 447 + 4656 + 0 + + + 13671 + 7640 + 12316 + 0 + + + 13307 + 906 + 11993 + 0 + + + 6181 + 1335 + 6223 + 0 + + + 12351 + 5766 + 10866 + 64 + + + 2098 + 1170 + 1778 + 0 + + + 13931 + 1581 + 12486 + 1 + + + 8359 + 4942 + 769 + 2 + + + 6837 + 1815 + 7309 + 0 + + + 12553 + 7202 + 11309 + 0 + + + 5755 + 403 + 5745 + 0 + + + 11464 + 1605 + 10404 + 0 + + + 10622 + 7434 + 9671 + 0 + + + 5753 + 1091 + 5743 + 0 + + + 10598 + 543 + 9650 + 0 + + + 11401 + 1956 + 10354 + 0 + + + 2163 + 3347 + 1848 + 0 + + + 6662 + 1099 + 7235 + 0 + + + 6657 + 232 + 7230 + 0 + + + 9390 + 196 + 8550 + 0 + + + 12117 + 4434 + 11013 + 5 + + + 7747 + 4239 + 6401 + 25 + + + 9770 + 1101 + 8897 + 0 + + + 11658 + 7339 + 10580 + 6 + + + 10282 + 256 + 9379 + 0 + + + 8236 + 4733 + 4173 + 4 + + + 4167 + 768 + 4238 + 0 + + + 9374 + 1642 + 8542 + 0 + + + 4662 + 832 + 6464 + 0 + + + 1823 + 3259 + 1480 + 0 + + + 11813 + 1605 + 10737 + 0 + + + 6191 + 1896 + 6234 + 0 + + + 7493 + 2217 + 6615 + 0 + + + 7661 + 4152 + 2289 + 3 + + + 8486 + 1523 + 7751 + 0 + + + 2030 + 1734 + 1703 + 0 + + + 8030 + 4525 + 6248 + 1 + + + 12970 + 1688 + 11662 + 0 + + + 9464 + 7053 + 8513 + 30 + + + 6234 + 1498 + 6283 + 0 + + + 9371 + 398 + 8529 + 0 + + + 10151 + 283 + 9271 + 0 + + + 4600 + 1495 + 6397 + 0 + + + 9241 + 1454 + 8418 + 0 + + + 12366 + 1281 + 11160 + 0 + + + 11690 + 1544 + 10613 + 0 + + + 11508 + 1511 + 10449 + 0 + + + 12924 + 7709 + 11628 + 0 + + + 6188 + 487 + 6231 + 0 + + + 9070 + 6401 + 8131 + 1 + + + 323 + 912 + 801 + 0 + + + 5457 + 575 + 5415 + 0 + + + 12524 + 230 + 11284 + 0 + + + 8229 + 4726 + 4885 + 4 + + + 13119 + 1938 + 11805 + 0 + + + 11682 + 1614 + 10605 + 0 + + + 6507 + 787 + 7066 + 0 + + + 6531 + 1783 + 7093 + 0 + + + 10430 + 7387 + 9486 + 2 + + + 9548 + 7208 + 8037 + 6 + + + 6799 + 1713 + 5512 + 0 + + + 9718 + 1849 + 8841 + 0 + + + 11995 + 1362 + 10901 + 0 + + + 7967 + 4461 + 6234 + 98 + + + 8913 + 1092 + 8087 + 0 + + + 5762 + 1025 + 5753 + 0 + + + 5034 + 194 + 4946 + 0 + + + 2238 + 1605 + 1929 + 0 + + + 6823 + 1926 + 6112 + 0 + + + 13530 + 4655 + 12200 + 0 + + + 12976 + 721 + 11667 + 0 + + + 8423 + 5084 + 6792 + 75 + + + 8510 + 3427 + 7782 + 0 + + + 6353 + 2114 + 6896 + 0 + + + 10977 + 7598 + 9989 + 0 + + + 8323 + 165 + 7606 + 0 + + + 12995 + 990 + 11691 + 0 + + + 11951 + 7692 + 10870 + 0 + + + 7880 + 5770 + 6234 + 118 + + + 10321 + 4549 + 9353 + 10 + + + 5334 + 1165 + 5273 + 0 + + + 5927 + 410 + 5939 + 0 + + + 10130 + 1504 + 9235 + 0 + + + 11715 + 919 + 10636 + 0 + + + 12284 + 752 + 11123 + 0 + + + 6367 + 147 + 6911 + 0 + + + 2932 + 1960 + 2677 + 0 + + + 2815 + 1155 + 2551 + 0 + + + 10470 + 338 + 9518 + 0 + + + 9555 + 7230 + 8600 + 4 + + + 13601 + 1838 + 12244 + 0 + + + 7727 + 4219 + 6401 + 18 + + + 13922 + 711 + 12485 + 0 + + + 10666 + 592 + 9716 + 0 + + + 4592 + 2119 + 6388 + 0 + + + 8266 + 4763 + 1670 + 2 + + + 12906 + 1414 + 11609 + 0 + + + 9264 + 150 + 8447 + 0 + + + 8180 + 4676 + 5530 + 21 + + + 5891 + 1310 + 5899 + 0 + + + 13932 + 1887 + 12486 + 2 + + + 6271 + 1705 + 6325 + 0 + + + 10658 + 1162 + 9709 + 0 + + + 9045 + 536 + 8321 + 0 + + + 7994 + 4488 + 6234 + 85 + + + 6525 + 689 + 7085 + 0 + + + 6205 + 2085 + 6250 + 0 + + + 5218 + 3424 + 5144 + 0 + + + 11905 + 667 + 10828 + 0 + + + 4878 + 729 + 6705 + 0 + + + 13070 + 245 + 11765 + 0 + + + 7793 + 4285 + 6333 + 17 + + + 12990 + 1972 + 11682 + 0 + + + 9890 + 958 + 9007 + 0 + + + 9134 + 6509 + 8029 + 9 + + + 5930 + 1692 + 5942 + 0 + + + 11263 + 1911 + 10242 + 0 + + + 10132 + 1778 + 9219 + 0 + + + 4806 + 1082 + 6626 + 0 + + + 13319 + 7323 + 11996 + 0 + + + 9837 + 179 + 8966 + 0 + + + 10452 + 809 + 9506 + 0 + + + 8022 + 4517 + 6234 + 122 + + + 12908 + 1579 + 11614 + 0 + + + 7937 + 4431 + 4173 + 2 + + + 6160 + 2291 + 6200 + 0 + + + 2650 + 1782 + 2372 + 0 + + + 8119 + 4615 + 6792 + 33 + + + 318 + 1476 + 795 + 0 + + + 10481 + 347 + 9529 + 0 + + + 7892 + 4385 + 4783 + 1 + + + 13918 + 773 + 12487 + 0 + + + 5775 + 145 + 5769 + 0 + + + 11843 + 705 + 10763 + 0 + + + 12311 + 5707 + 10866 + 5 + + + 5229 + 415 + 5156 + 0 + + + 8723 + 5771 + 7244 + 69 + + + 10901 + 7220 + 9925 + 0 + + + 7711 + 4203 + 6333 + 15 + + + 9794 + 355 + 8921 + 0 + + + 11819 + 1609 + 10743 + 0 + + + 11544 + 664 + 10478 + 0 + + + 5245 + 1832 + 5173 + 0 + + + 4792 + 2213 + 6611 + 0 + + + 11422 + 891 + 10375 + 0 + + + 11331 + 1922 + 10295 + 0 + + + 11129 + 1233 + 10115 + 0 + + + 6386 + 1955 + 6932 + 0 + + + 4590 + 496 + 6386 + 0 + + + 2567 + 3170 + 2285 + 0 + + + 3048 + 1605 + 3271 + 0 + + + 9950 + 6625 + 8637 + 1 + + + 2075 + 1765 + 1753 + 0 + + + 4788 + 2209 + 6607 + 0 + + + 4872 + 1302 + 6699 + 0 + + + 12805 + 272 + 11525 + 0 + + + 9270 + 1356 + 8441 + 0 + + + 2350 + 281 + 2051 + 0 + + + 10601 + 1937 + 9652 + 0 + + + 281 + 1647 + 755 + 0 + + + 11148 + 909 + 10122 + 0 + + + 6402 + 1103 + 6950 + 0 + + + 10255 + 7344 + 9327 + 1 + + + 8677 + 5725 + 7244 + 23 + + + 8591 + 1182 + 7851 + 0 + + + 12618 + 306 + 11366 + 0 + + + 9968 + 763 + 9086 + 0 + + + 8129 + 4625 + 6219 + 14 + + + 8734 + 5782 + 7882 + 2 + + + 8800 + 869 + 7980 + 0 + + + 12715 + 5146 + 11442 + 7 + + + 12392 + 1017 + 11182 + 0 + + + 10590 + 1842 + 9644 + 0 + + + 3580 + 916 + 4782 + 0 + + + 8006 + 4501 + 6575 + 2 + + + 6018 + 1675 + 6042 + 0 + + + 12453 + 959 + 11236 + 0 + + + 9213 + 6659 + 8349 + 3 + + + 8202 + 4698 + 5891 + 11 + + + 9331 + 1028 + 8505 + 0 + + + 2169 + 3348 + 1854 + 0 + + + 10560 + 7412 + 9132 + 1 + + + 1883 + 1865 + 1545 + 0 + + + 13468 + 397 + 12126 + 0 + + + 13923 + 1526 + 12484 + 0 + + + 8543 + 689 + 7812 + 0 + + + 7362 + 1379 + 6275 + 0 + + + 9549 + 7209 + 8037 + 7 + + + 12843 + 1339 + 11557 + 0 + + + 8872 + 1127 + 8038 + 0 + + + 8969 + 747 + 8130 + 0 + + + 10153 + 1106 + 9268 + 0 + + + 7683 + 850 + 5890 + 1 + + + 10138 + 918 + 9226 + 0 + + + 9821 + 573 + 8948 + 0 + + + 9545 + 7205 + 8037 + 3 + + + 5875 + 1021 + 5880 + 0 + + + 11985 + 1358 + 10900 + 0 + + + 13477 + 1663 + 12148 + 0 + + + 10055 + 1622 + 9166 + 0 + + + 7862 + 4355 + 5593 + 2 + + + 2256 + 1388 + 1948 + 0 + + + 7342 + 1775 + 5584 + 0 + + + 1861 + 557 + 1522 + 0 + + + 11555 + 1426 + 10499 + 0 + + + 6785 + 1585 + 5257 + 0 + + + 11859 + 644 + 10777 + 0 + + + 6400 + 1702 + 6948 + 0 + + + 5863 + 1123 + 5868 + 0 + + + 10787 + 318 + 9816 + 0 + + + 8308 + 489 + 7600 + 0 + + + 13235 + 700 + 11911 + 0 + + + 6063 + 1596 + 6094 + 0 + + + 6201 + 239 + 6246 + 0 + + + 12056 + 277 + 10964 + 0 + + + 9988 + 7305 + 9111 + 0 + + + 8808 + 1651 + 7973 + 0 + + + 9214 + 6660 + 8349 + 4 + + + 9224 + 1946 + 8405 + 0 + + + 7663 + 4154 + 2289 + 6 + + + 10910 + 1450 + 9934 + 0 + + + 12367 + 532 + 11161 + 0 + + + 5665 + 1922 + 5645 + 0 + + + 8069 + 4564 + 6234 + 40 + + + 13105 + 412 + 11793 + 0 + + + 12067 + 1916 + 11005 + 0 + + + 2378 + 2754 + 2082 + 0 + + + 13186 + 1390 + 11874 + 0 + + + 8768 + 539 + 7941 + 0 + + + 8635 + 1110 + 7901 + 0 + + + 12605 + 1015 + 11353 + 0 + + + 11699 + 7222 + 10615 + 0 + + + 11298 + 1899 + 10264 + 0 + + + 9449 + 7038 + 8513 + 15 + + + 12383 + 7061 + 11174 + 0 + + + 2069 + 1214 + 1746 + 0 + + + 9412 + 1323 + 8570 + 0 + + + 13966 + 318 + 12526 + 0 + + + 10320 + 7357 + 9353 + 9 + + + 9125 + 1790 + 8350 + 0 + + + 12110 + 5705 + 11015 + 0 + + + 12460 + 6664 + 11235 + 7 + + + 13948 + 7388 + 12513 + 3 + + + 10088 + 742 + 9200 + 0 + + + 9674 + 1010 + 8801 + 0 + + + 8805 + 1447 + 7969 + 0 + + + 9326 + 41 + 8500 + 0 + + + 13609 + 502 + 12252 + 0 + + + 4825 + 1114 + 6647 + 0 + + + 13485 + 395 + 12150 + 0 + + + 13234 + 7706 + 11912 + 0 + + + 6392 + 1097 + 6938 + 0 + + + 12325 + 5733 + 10866 + 31 + + + 10018 + 6502 + 8589 + 2 + + + 8348 + 751 + 7633 + 0 + + + 9686 + 1746 + 8813 + 0 + + + 12152 + 1073 + 11037 + 0 + + + 8163 + 4659 + 6792 + 61 + + + 5911 + 1208 + 5921 + 0 + + + 5382 + 726 + 5330 + 0 + + + 8089 + 5765 + 6234 + 113 + + + 4664 + 1046 + 6466 + 0 + + + 6794 + 835 + 5427 + 0 + + + 6759 + 885 + 6406 + 0 + + + 820 + 1605 + 1342 + 0 + + + 6028 + 1412 + 6054 + 0 + + + 2177 + 1173 + 1864 + 0 + + + 12126 + 6964 + 11013 + 14 + + + 12184 + 6261 + 10813 + 1 + + + 8353 + 856 + 7635 + 0 + + + 13443 + 170 + 12132 + 0 + + + 9877 + 7245 + 8600 + 16 + + + 5512 + 1416 + 5474 + 0 + + + 4758 + 2093 + 6573 + 0 + + + 11984 + 817 + 10924 + 0 + + + 11385 + 751 + 10339 + 0 + + + 12740 + 446 + 11461 + 0 + + + 7759 + 4251 + 6792 + 47 + + + 6858 + 490 + 6862 + 0 + + + 11979 + 1812 + 10906 + 0 + + + 9012 + 345 + 8178 + 0 + + + 6772 + 364 + 6658 + 0 + + + 10627 + 1921 + 9678 + 0 + + + 5932 + 1598 + 5944 + 0 + + + 6337 + 2109 + 6878 + 0 + + + 10467 + 1497 + 9512 + 0 + + + 4774 + 168 + 6591 + 0 + + + 13457 + 5941 + 12128 + 0 + + + 11630 + 1132 + 10563 + 0 + + + 12751 + 396 + 11473 + 0 + + + 6736 + 1411 + 2643 + 0 + + + 6656 + 3609 + 7228 + 0 + + + 2147 + 1454 + 1831 + 0 + + + 4151 + 1605 + 4221 + 0 + + + 9670 + 1491 + 8797 + 0 + + + 10424 + 650 + 9482 + 0 + + + 7970 + 4464 + 5785 + 4 + + + 12422 + 919 + 11207 + 0 + + + 5191 + 716 + 5116 + 0 + + + 8980 + 544 + 8145 + 0 + + + 13391 + 1824 + 12069 + 0 + + + 5317 + 359 + 5253 + 0 + + + 8489 + 1683 + 7757 + 0 + + + 3589 + 467 + 4791 + 0 + + + 6020 + 1742 + 6045 + 0 + + + 2434 + 1484 + 2141 + 0 + + + 11778 + 1987 + 10693 + 0 + + + 5901 + 819 + 5909 + 0 + + + 8972 + 6261 + 8053 + 1 + + + 7916 + 4410 + 5419 + 2 + + + 11451 + 1610 + 10388 + 0 + + + 9363 + 822 + 8537 + 0 + + + 8135 + 4631 + 5274 + 5 + + + 10128 + 1209 + 9250 + 0 + + + 10668 + 1086 + 9722 + 0 + + + 8513 + 1794 + 7787 + 0 + + + 5221 + 1427 + 5147 + 0 + + + 12355 + 5772 + 10866 + 70 + + + 7868 + 4361 + 6219 + 19 + + + 9984 + 461 + 9107 + 0 + + + 9868 + 1799 + 8994 + 0 + + + 11307 + 625 + 10272 + 0 + + + 5559 + 1029 + 5527 + 0 + + + 12890 + 744 + 11600 + 0 + + + 13187 + 1698 + 11875 + 0 + + + 10084 + 670 + 9202 + 0 + + + 9023 + 1872 + 8264 + 0 + + + 3332 + 1343 + 3579 + 0 + + + 12350 + 5765 + 10866 + 63 + + + 10435 + 1434 + 9489 + 0 + + + 10953 + 1057 + 9976 + 0 + + + 13299 + 1685 + 11978 + 0 + + + 9433 + 744 + 8592 + 0 + + + 8217 + 4714 + 5705 + 19 + + + 13405 + 7316 + 12084 + 0 + + + 13032 + 1543 + 11730 + 0 + + + 13288 + 747 + 11968 + 0 + + + 2582 + 1227 + 2301 + 0 + + + 9657 + 1143 + 8789 + 0 + + + 5181 + 998 + 5105 + 0 + + + 9524 + 387 + 8650 + 0 + + + 13938 + 960 + 12506 + 0 + + + 12548 + 943 + 11293 + 0 + + + 9337 + 1002 + 8510 + 0 + + + 5814 + 233 + 5814 + 0 + + + 9182 + 6625 + 7993 + 2 + + + 7782 + 4274 + 6130 + 27 + + + 7365 + 940 + 7040 + 0 + + + 6787 + 751 + 5294 + 0 + + + 11562 + 1470 + 10506 + 0 + + + 5877 + 1647 + 5882 + 0 + + + 5210 + 899 + 5136 + 0 + + + 2837 + 3322 + 2574 + 0 + + + 9485 + 323 + 8625 + 0 + + + 6498 + 792 + 7056 + 0 + + + 11740 + 1426 + 10654 + 0 + + + 11211 + 1199 + 10191 + 0 + + + 3458 + 1363 + 4651 + 0 + + + 6159 + 2290 + 6199 + 0 + + + 10171 + 7326 + 9286 + 0 + + + 7832 + 4325 + 5731 + 5 + + + 4909 + 1266 + 6740 + 0 + + + 11394 + 1943 + 10349 + 0 + + + 4180 + 1917 + 4252 + 0 + + + 9786 + 164 + 8909 + 0 + + + 7665 + 4156 + 2289 + 8 + + + 13141 + 517 + 11831 + 0 + + + 10073 + 1074 + 9198 + 0 + + + 5912 + 665 + 5922 + 0 + + + 2296 + 1252 + 1993 + 0 + + + 9324 + 287 + 8501 + 0 + + + 9826 + 435 + 8953 + 0 + + + 2033 + 149 + 1707 + 0 + + + 12716 + 5147 + 11442 + 8 + + + 10234 + 1089 + 9341 + 0 + + + 12090 + 7203 + 10982 + 1 + + + 8964 + 857 + 8139 + 0 + + + 10715 + 718 + 9744 + 0 + + + 12064 + 1145 + 10978 + 0 + + + 8629 + 1312 + 7887 + 0 + + + 1885 + 3288 + 1547 + 0 + + + 8551 + 5384 + 7264 + 3 + + + 7676 + 4167 + 5709 + 3 + + + 13361 + 287 + 11934 + 1 + + + 5201 + 1973 + 5126 + 0 + + + 5365 + 620 + 5310 + 0 + + + 4795 + 2216 + 6614 + 0 + + + 5903 + 1296 + 5911 + 0 + + + 5881 + 2263 + 5887 + 0 + + + 787 + 1402 + 1305 + 0 + + + 13493 + 294 + 12163 + 0 + + + 9318 + 1226 + 8484 + 0 + + + 10286 + 1952 + 9386 + 0 + + + 8245 + 4742 + 6792 + 56 + + + 11139 + 1581 + 9935 + 1 + + + 10186 + 1871 + 9296 + 0 + + + 4619 + 2128 + 6417 + 0 + + + 5739 + 1784 + 5727 + 0 + + + 8259 + 4756 + 1664 + 2 + + + 7691 + 4182 + 5901 + 9 + + + 12720 + 7508 + 11448 + 0 + + + 4142 + 353 + 4211 + 0 + + + 6981 + 3274 + 1518 + 0 + + + 10253 + 4465 + 9303 + 4 + + + 4488 + 919 + 4586 + 0 + + + 12254 + 486 + 11093 + 0 + + + 2868 + 1480 + 2608 + 0 + + + 7991 + 4485 + 6234 + 4 + + + 11688 + 1556 + 10601 + 0 + + + 13277 + 7317 + 11958 + 0 + + + 10295 + 3741 + 9393 + 0 + + + 4925 + 2226 + 6757 + 0 + + + 4660 + 2617 + 6462 + 0 + + + 9166 + 365 + 8372 + 0 + + + 9607 + 113 + 8734 + 0 + + + 8055 + 4550 + 1664 + 15 + + + 5656 + 1840 + 5635 + 0 + + + 3688 + 623 + 3723 + 0 + + + 12611 + 7704 + 11358 + 0 + + + 12062 + 7158 + 10975 + 0 + + + 10652 + 474 + 9713 + 0 + + + 2077 + 3396 + 1755 + 0 + + + 7980 + 4474 + 6764 + 1 + + + 8400 + 821 + 7698 + 0 + + + 12266 + 599 + 11112 + 0 + + + 13775 + 511 + 12371 + 0 + + + 5391 + 116 + 5341 + 0 + + + 7795 + 4287 + 5120 + 1 + + + 5812 + 2156 + 5812 + 0 + + + 11230 + 1562 + 10210 + 0 + + + 7890 + 4383 + 6234 + 16 + + + 4819 + 348 + 6640 + 0 + + + 11739 + 1939 + 10662 + 0 + + + 9616 + 1034 + 8743 + 0 + + + 10325 + 7361 + 9353 + 14 + + + 9567 + 1130 + 8668 + 0 + + + 10092 + 635 + 9206 + 0 + + + 6102 + 2200 + 6137 + 0 + + + 9201 + 6647 + 8339 + 3 + + + 11318 + 1370 + 10277 + 0 + + + 13328 + 7218 + 12006 + 0 + + + 2014 + 1605 + 1686 + 0 + + + 11906 + 6201 + 10830 + 0 + + + 9096 + 6427 + 8120 + 1 + + + 11940 + 919 + 10862 + 0 + + + 6052 + 1958 + 6082 + 0 + + + 12227 + 407 + 11076 + 0 + + + 9339 + 1556 + 8511 + 0 + + + 13853 + 7747 + 12449 + 0 + + + 13018 + 1272 + 11715 + 0 + + + 4831 + 795 + 6653 + 0 + + + 10651 + 369 + 9702 + 0 + + + 7816 + 4309 + 5700 + 6 + + + 13471 + 7720 + 12135 + 0 + + + 8884 + 339 + 8049 + 0 + + + 4623 + 1171 + 6421 + 0 + + + 8866 + 732 + 8035 + 0 + + + 838 + 1605 + 1363 + 0 + + + 1933 + 3431 + 1599 + 0 + + + 5773 + 1637 + 5767 + 0 + + + 13392 + 1290 + 12074 + 0 + + + 2894 + 920 + 2636 + 0 + + + 6803 + 1608 + 5641 + 0 + + + 4919 + 1202 + 6751 + 0 + + + 8396 + 855 + 7699 + 0 + + + 6996 + 3399 + 1772 + 0 + + + 13182 + 732 + 10689 + 1 + + + 9308 + 1544 + 8480 + 0 + + + 6153 + 2284 + 6192 + 0 + + + 5776 + 755 + 5770 + 0 + + + 12813 + 953 + 11526 + 0 + + + 12282 + 1992 + 11118 + 0 + + + 2196 + 1425 + 1884 + 0 + + + 8813 + 1893 + 7983 + 0 + + + 7955 + 4449 + 6234 + 120 + + + 6510 + 1284 + 7069 + 0 + + + 13498 + 752 + 12146 + 0 + + + 8130 + 4626 + 5785 + 7 + + + 6791 + 1258 + 5355 + 0 + + + 6185 + 2083 + 6227 + 0 + + + 9136 + 6511 + 8029 + 11 + + + 9046 + 6361 + 7904 + 1 + + + 9757 + 347 + 8884 + 0 + + + 4885 + 1672 + 6712 + 0 + + + 9955 + 1605 + 9072 + 0 + + + 13876 + 7351 + 10611 + 1 + + + 7802 + 4294 + 5893 + 2 + + + 13882 + 7359 + 10611 + 4 + + + 4112 + 1426 + 4179 + 0 + + + 2836 + 3321 + 2573 + 0 + + + 12174 + 4543 + 11029 + 5 + + + 8788 + 590 + 7959 + 0 + + + 10134 + 1266 + 9234 + 0 + + + 9386 + 847 + 8547 + 0 + + + 6750 + 1473 + 4204 + 0 + + + 1999 + 1024 + 1670 + 0 + + + 6704 + 1562 + 7282 + 0 + + + 9891 + 341 + 9011 + 0 + + + 13702 + 7724 + 8513 + 37 + + + 1879 + 856 + 1541 + 0 + + + 4827 + 307 + 6649 + 0 + + + 11533 + 4100 + 10472 + 0 + + + 10584 + 818 + 9642 + 0 + + + 5248 + 455 + 5176 + 0 + + + 8749 + 1619 + 7924 + 0 + + + 9764 + 1934 + 8891 + 0 + + + 10986 + 1986 + 10003 + 0 + + + 10559 + 204 + 9614 + 0 + + + 8906 + 416 + 8075 + 0 + + + 13536 + 1421 + 12207 + 0 + + + 6021 + 771 + 6046 + 0 + + + 12116 + 6504 + 11013 + 4 + + + 6501 + 2050 + 7060 + 0 + + + 8291 + 1912 + 7584 + 0 + + + 4595 + 2122 + 6391 + 0 + + + 10297 + 1661 + 9394 + 0 + + + 8192 + 4688 + 2359 + 1 + + + 8182 + 4678 + 6792 + 12 + + + 2851 + 3481 + 2589 + 0 + + + 2004 + 1605 + 1676 + 0 + + + 4617 + 654 + 6415 + 0 + + + 11469 + 3546 + 10409 + 0 + + + 7333 + 1140 + 5287 + 0 + + + 6058 + 742 + 6089 + 0 + + + 7866 + 4359 + 5705 + 53 + + + 12463 + 1828 + 11242 + 0 + + + 7349 + 1279 + 5792 + 0 + + + 10924 + 1042 + 9949 + 0 + + + 11674 + 1617 + 10596 + 0 + + + 9792 + 817 + 8919 + 0 + + + 1956 + 1700 + 1623 + 0 + + + 3326 + 530 + 3572 + 0 + + + 11987 + 1510 + 10930 + 0 + + + 6846 + 1605 + 7318 + 0 + + + 11855 + 5728 + 10774 + 0 + + + 9003 + 313 + 8172 + 0 + + + 7762 + 4254 + 6234 + 100 + + + 9816 + 7221 + 8943 + 0 + + + 6150 + 2281 + 6189 + 0 + + + 12540 + 1614 + 11302 + 0 + + + 8928 + 6241 + 8097 + 0 + + + 9812 + 617 + 8939 + 0 + + + 10553 + 1048 + 9605 + 0 + + + 13373 + 223 + 12057 + 0 + + + 2082 + 1226 + 1760 + 0 + + + 13901 + 1358 + 12469 + 0 + + + 2186 + 1307 + 1873 + 0 + + + 7947 + 4441 + 6234 + 99 + + + 5490 + 712 + 5450 + 0 + + + 7636 + 4127 + 6792 + 2 + + + 5558 + 1614 + 5526 + 0 + + + 11941 + 536 + 10858 + 0 + + + 6024 + 102 + 6049 + 0 + + + 7699 + 4190 + 6401 + 14 + + + 6747 + 1685 + 4796 + 0 + + + 8684 + 5732 + 7244 + 30 + + + 10688 + 4576 + 9682 + 6 + + + 7002 + 3356 + 1895 + 0 + + + 7737 + 4229 + 6401 + 26 + + + 12280 + 752 + 11129 + 0 + + + 5339 + 1900 + 5280 + 0 + + + 11068 + 1747 + 10085 + 0 + + + 9834 + 410 + 8963 + 0 + + + 11228 + 933 + 10211 + 0 + + + 13321 + 1464 + 11995 + 0 + + + 2201 + 1158 + 1889 + 0 + + + 1943 + 788 + 1609 + 0 + + + 9582 + 1664 + 8709 + 0 + + + 5612 + 1442 + 5588 + 0 + + + 3591 + 1654 + 4793 + 0 + + + 1860 + 1919 + 1521 + 0 + + + 12755 + 1125 + 11482 + 0 + + + 6198 + 632 + 6242 + 0 + + + 2204 + 539 + 1892 + 0 + + + 11349 + 7667 + 10308 + 0 + + + 11930 + 874 + 10854 + 0 + + + 8148 + 4644 + 6251 + 3 + + + 5172 + 1079 + 5095 + 0 + + + 11146 + 4227 + 10121 + 3 + + + 4639 + 210 + 6439 + 0 + + + 773 + 1454 + 1290 + 0 + + + 6820 + 1694 + 6064 + 0 + + + 7787 + 4279 + 5442 + 8 + + + 5387 + 980 + 5335 + 0 + + + 5362 + 656 + 5306 + 0 + + + 7332 + 919 + 5274 + 0 + + + 6763 + 1418 + 6470 + 0 + + + 6015 + 635 + 6039 + 0 + + + 9333 + 994 + 8504 + 0 + + + 9882 + 508 + 9000 + 0 + + + 13268 + 198 + 11938 + 0 + + + 10917 + 943 + 9943 + 0 + + + 11841 + 1253 + 10761 + 0 + + + 7876 + 4369 + 6234 + 52 + + + 8536 + 1090 + 7806 + 0 + + + 12259 + 1377 + 11108 + 0 + + + 6552 + 6692 + 7115 + 0 + + + 8235 + 569 + 5973 + 1 + + + 8664 + 5712 + 7244 + 10 + + + 7925 + 4419 + 5506 + 36 + + + 7687 + 4178 + 6792 + 51 + + + 10611 + 1135 + 9662 + 0 + + + 12673 + 6866 + 11417 + 3 + + + 11556 + 3609 + 10500 + 0 + + + 8648 + 1098 + 7904 + 0 + + + 8316 + 4823 + 7201 + 3 + + + 12353 + 5770 + 10866 + 68 + + + 12877 + 398 + 11579 + 0 + + + 4908 + 975 + 6738 + 0 + + + 13428 + 1245 + 12101 + 0 + + + 13949 + 7389 + 12513 + 4 + + + 10669 + 750 + 9726 + 0 + + + 4653 + 1393 + 6454 + 0 + + + 12544 + 1070 + 11296 + 0 + + + 7796 + 1899 + 6234 + 103 + + + 13664 + 187 + 12308 + 0 + + + 5241 + 637 + 5169 + 0 + + + 5350 + 256 + 5292 + 0 + + + 12229 + 4138 + 11078 + 0 + + + 6321 + 1254 + 6861 + 0 + + + 11193 + 1535 + 10172 + 0 + + + 9306 + 720 + 8479 + 0 + + + 7602 + 4092 + 5427 + 10 + + + 9621 + 1048 + 8754 + 0 + + + 5520 + 183 + 5483 + 0 + + + 13917 + 7214 + 12499 + 0 + + + 3025 + 1581 + 3248 + 0 + + + 6147 + 2278 + 6186 + 0 + + + 11651 + 1401 + 10580 + 0 + + + 10346 + 7369 + 9283 + 1 + + + 13340 + 1905 + 12027 + 0 + + + 10227 + 1136 + 9336 + 0 + + + 10256 + 7345 + 9327 + 2 + + + 9114 + 6473 + 8055 + 8 + + + 6789 + 321 + 5322 + 0 + + + 1819 + 3256 + 1476 + 0 + + + 2086 + 947 + 1764 + 0 + + + 10608 + 782 + 9658 + 0 + + + 7344 + 686 + 5726 + 0 + + + 7717 + 4184 + 3570 + 1 + + + 10665 + 930 + 9717 + 0 + + + 5508 + 1476 + 5470 + 0 + + + 5448 + 1524 + 5405 + 0 + + + 8534 + 601 + 7802 + 0 + + + 11104 + 1438 + 10112 + 0 + + + 5298 + 1438 + 5231 + 0 + + + 12489 + 651 + 11255 + 0 + + + 12119 + 6510 + 11013 + 7 + + + 9656 + 1373 + 8783 + 0 + + + 3785 + 1605 + 3828 + 0 + + + 4783 + 890 + 6601 + 0 + + + 10125 + 7318 + 9222 + 0 + + + 7969 + 4463 + 6792 + 58 + + + 12251 + 1276 + 11095 + 0 + + + 7741 + 303 + 4885 + 5 + + + 4803 + 774 + 6623 + 0 + + + 2903 + 764 + 2646 + 0 + + + 7807 + 4299 + 2327 + 4 + + + 9588 + 891 + 8715 + 0 + + + 8847 + 1848 + 8015 + 0 + + + 11835 + 1713 + 10757 + 0 + + + 12032 + 1808 + 10956 + 0 + + + 11233 + 5121 + 10210 + 3 + + + 6850 + 1605 + 7322 + 0 + + + 11595 + 1992 + 10536 + 0 + + + 9186 + 698 + 8390 + 0 + + + 12538 + 7215 + 11304 + 0 + + + 12107 + 1620 + 11009 + 0 + + + 9119 + 4473 + 7940 + 2 + + + 9975 + 262 + 9103 + 0 + + + 12878 + 380 + 11584 + 0 + + + 8470 + 5141 + 7295 + 1 + + + 7000 + 3346 + 1840 + 0 + + + 2017 + 3406 + 1689 + 0 + + + 7974 + 4468 + 5352 + 2 + + + 8277 + 4774 + 2293 + 10 + + + 11774 + 6415 + 10688 + 0 + + + 1923 + 304 + 1589 + 0 + + + 8456 + 5132 + 7610 + 4 + + + 3453 + 2190 + 4646 + 0 + + + 8593 + 452 + 7853 + 0 + + + 8835 + 705 + 8005 + 0 + + + 5920 + 221 + 5930 + 0 + + + 9110 + 4677 + 8055 + 4 + + + 11982 + 1784 + 10903 + 0 + + + 8978 + 1575 + 8149 + 0 + + + 8330 + 1943 + 7613 + 0 + + + 13421 + 7331 + 11954 + 1 + + + 5915 + 2027 + 5925 + 0 + + + 13519 + 1655 + 12181 + 0 + + + 8102 + 4597 + 1664 + 5 + + + 9439 + 7028 + 8513 + 5 + + + 11851 + 1088 + 10771 + 0 + + + 8267 + 4764 + 6575 + 20 + + + 8530 + 1189 + 7797 + 0 + + + 8302 + 1128 + 7594 + 0 + + + 6652 + 1595 + 7224 + 0 + + + 3701 + 1579 + 3737 + 0 + + + 8640 + 1081 + 7896 + 0 + + + 7532 + 879 + 5613 + 0 + + + 13283 + 7312 + 11955 + 1 + + + 9476 + 7060 + 8634 + 0 + + + 8986 + 749 + 8151 + 0 + + + 12336 + 5749 + 10866 + 47 + + + 2907 + 1605 + 2650 + 0 + + + 12265 + 1143 + 11101 + 0 + + + 11142 + 7643 + 10120 + 0 + + + 5027 + 1118 + 4939 + 0 + + + 5678 + 897 + 5659 + 0 + + + 10551 + 1460 + 9607 + 0 + + + 11198 + 1051 + 10177 + 0 + + + 6852 + 1542 + 6177 + 0 + + + 12061 + 1564 + 11001 + 0 + + + 9281 + 434 + 8458 + 0 + + + 12800 + 6510 + 10623 + 4 + + + 5491 + 1628 + 5451 + 0 + + + 10632 + 7435 + 9687 + 0 + + + 11321 + 1177 + 10278 + 0 + + + 12221 + 435 + 11073 + 0 + + + 4615 + 1945 + 6413 + 0 + + + 11846 + 6423 + 10768 + 1 + + + 9899 + 1807 + 9016 + 0 + + + 10029 + 1220 + 9147 + 0 + + + 13117 + 486 + 11806 + 0 + + + 13897 + 1102 + 12473 + 0 + + + 3584 + 1834 + 4786 + 0 + + + 10905 + 990 + 9929 + 0 + + + 4616 + 512 + 6414 + 0 + + + 9962 + 1329 + 9080 + 0 + + + 8657 + 5705 + 7244 + 3 + + + 11816 + 505 + 10740 + 0 + + + 5206 + 1064 + 5131 + 0 + + + 12371 + 1402 + 11147 + 0 + + + 8905 + 755 + 8074 + 0 + + + 3687 + 1836 + 3722 + 0 + + + 11434 + 5140 + 10375 + 12 + + + 11888 + 337 + 10812 + 0 + + + 13276 + 639 + 11957 + 0 + + + 13502 + 1002 + 12164 + 0 + + + 5238 + 537 + 5166 + 0 + + + 12424 + 1466 + 11211 + 0 + + + 10354 + 7373 + 8833 + 5 + + + 9143 + 929 + 8029 + 18 + + + 13965 + 1278 + 12524 + 0 + + + 5532 + 827 + 5496 + 0 + + + 6204 + 2084 + 6249 + 0 + + + 13543 + 1411 + 12210 + 0 + + + 7583 + 752 + 5506 + 2 + + + 7839 + 4332 + 6219 + 20 + + + 12416 + 617 + 11195 + 0 + + + 12672 + 6865 + 11417 + 2 + + + 11749 + 7061 + 10678 + 0 + + + 5687 + 2318 + 5669 + 0 + + + 12052 + 666 + 10972 + 0 + + + 9381 + 1239 + 8555 + 0 + + + 8438 + 5099 + 1306 + 6 + + + 12951 + 1567 + 11652 + 0 + + + 12508 + 793 + 11268 + 5 + + + 9497 + 7064 + 8620 + 0 + + + 5463 + 887 + 5421 + 0 + + + 11346 + 4138 + 10266 + 3 + + + 8474 + 5145 + 1306 + 7 + + + 7845 + 4338 + 6942 + 3 + + + 13311 + 476 + 11992 + 0 + + + 12384 + 779 + 11176 + 0 + + + 7933 + 4427 + 6234 + 43 + + + 13602 + 614 + 12245 + 0 + + + 8428 + 5089 + 6792 + 80 + + + 12042 + 1884 + 10951 + 0 + + + 4629 + 1260 + 6428 + 0 + + + 12963 + 1532 + 11658 + 0 + + + 8127 + 4623 + 6267 + 2 + + + 5323 + 1246 + 5262 + 0 + + + 2185 + 1521 + 1872 + 0 + + + 7820 + 4313 + 6234 + 35 + + + 2857 + 4237 + 2596 + 0 + + + 6214 + 759 + 6261 + 0 + + + 13906 + 492 + 12477 + 0 + + + 11863 + 1430 + 10782 + 0 + + + 10465 + 404 + 9515 + 0 + + + 8619 + 1821 + 7877 + 0 + + + 2404 + 1946 + 2109 + 0 + + + 13126 + 881 + 11813 + 0 + + + 1101 + 1605 + 472 + 0 + + + 8873 + 1609 + 8032 + 0 + + + 12386 + 1090 + 11169 + 0 + + + 8670 + 5718 + 7244 + 16 + + + 10121 + 1582 + 9242 + 0 + + + 11512 + 1621 + 10451 + 0 + + + 5607 + 1526 + 5580 + 0 + + + 6487 + 2046 + 7044 + 0 + + + 6330 + 1019 + 6871 + 0 + + + 11317 + 1915 + 10286 + 0 + + + 11285 + 737 + 10251 + 0 + + + 10199 + 1445 + 9308 + 0 + + + 8617 + 1079 + 7878 + 0 + + + 8166 + 4662 + 6130 + 18 + + + 11504 + 191 + 10443 + 0 + + + 12863 + 839 + 11571 + 0 + + + 9239 + 1942 + 8417 + 0 + + + 1934 + 697 + 1600 + 0 + + + 9566 + 1836 + 8667 + 0 + + + 10705 + 878 + 9740 + 0 + + + 376 + 264 + 858 + 0 + + + 8401 + 403 + 7693 + 0 + + + 9811 + 1633 + 8938 + 0 + + + 11882 + 1448 + 10801 + 0 + + + 5479 + 2021 + 5438 + 0 + + + 7350 + 241 + 5822 + 0 + + + 13956 + 1926 + 12517 + 0 + + + 8462 + 5138 + 7610 + 10 + + + 12798 + 6501 + 10623 + 3 + + + 6364 + 1456 + 6908 + 0 + + + 13953 + 1492 + 12515 + 0 + + + 8887 + 1916 + 8067 + 0 + + + 9222 + 1542 + 8402 + 0 + + + 5551 + 752 + 5519 + 0 + + + 2840 + 3324 + 2578 + 0 + + + 6227 + 2238 + 6274 + 0 + + + 6781 + 985 + 5150 + 0 + + + 10261 + 7346 + 8722 + 1 + + + 9074 + 6405 + 8111 + 1 + + + 5299 + 882 + 5233 + 0 + + + 11802 + 1792 + 10723 + 0 + + + 823 + 1736 + 1346 + 0 + + + 5359 + 601 + 5303 + 0 + + + 8152 + 4648 + 6575 + 11 + + + 12258 + 1080 + 11103 + 0 + + + 9875 + 7243 + 8600 + 14 + + + 10426 + 1134 + 9486 + 0 + + + 6088 + 260 + 6121 + 0 + + + 10437 + 414 + 9491 + 0 + + + 8936 + 872 + 8105 + 0 + + + 12894 + 1428 + 11592 + 0 + + + 13383 + 1209 + 12063 + 0 + + + 7989 + 4483 + 6333 + 2 + + + 9367 + 850 + 8535 + 0 + + + 6195 + 548 + 6238 + 0 + + + 5661 + 992 + 5640 + 0 + + + 5486 + 1287 + 5446 + 0 + + + 10113 + 7317 + 9218 + 0 + + + 12200 + 654 + 11061 + 0 + + + 11131 + 1507 + 10118 + 0 + + + 10443 + 934 + 9497 + 0 + + + 12305 + 1888 + 10866 + 53 + + + 8008 + 4503 + 2582 + 1 + + + 12079 + 1809 + 11002 + 0 + + + 5765 + 711 + 5757 + 0 + + + 5604 + 235 + 5577 + 0 + + + 11386 + 4374 + 10338 + 0 + + + 9699 + 1750 + 8828 + 0 + + + 3585 + 506 + 4787 + 0 + + + 6812 + 1646 + 5883 + 0 + + + 13345 + 456 + 12014 + 0 + + + 12369 + 1734 + 11144 + 0 + + + 6081 + 1695 + 6114 + 0 + + + 13426 + 1015 + 12102 + 0 + + + 10274 + 1350 + 9374 + 0 + + + 7417 + 2061 + 4770 + 0 + + + 13101 + 4178 + 8600 + 25 + + + 12622 + 7705 + 11369 + 0 + + + 282 + 1605 + 756 + 0 + + + 13629 + 365 + 12273 + 0 + + + 12238 + 7192 + 11089 + 0 + + + 8990 + 6692 + 8158 + 0 + + + 12128 + 4194 + 11012 + 1 + + + 9478 + 1893 + 8603 + 0 + + + 6033 + 1347 + 6059 + 0 + + + 7908 + 4402 + 6792 + 59 + + + 11730 + 407 + 10651 + 0 + + + 6792 + 1444 + 5398 + 0 + + + 8878 + 4429 + 8050 + 0 + + + 13184 + 1301 + 11872 + 0 + + + 6334 + 507 + 6875 + 0 + + + 11402 + 1218 + 10357 + 0 + + + 6859 + 564 + 6883 + 0 + + + 4069 + 1983 + 4133 + 0 + + + 12449 + 447 + 11231 + 0 + + + 10149 + 7214 + 9269 + 0 + + + 5342 + 1833 + 5283 + 0 + + + 12730 + 1146 + 11454 + 0 + + + 11635 + 1554 + 10569 + 0 + + + 12293 + 770 + 11140 + 0 + + + 11190 + 1029 + 10169 + 0 + + + 7985 + 4479 + 6753 + 2 + + + 6518 + 2054 + 7078 + 0 + + + 1914 + 1825 + 1579 + 0 + + + 3344 + 1616 + 3592 + 0 + + + 9814 + 765 + 8941 + 0 + + + 8402 + 1529 + 7689 + 0 + + + 9836 + 498 + 8965 + 0 + + + 9860 + 3440 + 8989 + 0 + + + 11860 + 173 + 10780 + 0 + + + 9199 + 6645 + 8339 + 1 + + + 8209 + 4706 + 6219 + 15 + + + 12043 + 1402 + 10952 + 0 + + + 11753 + 655 + 10681 + 0 + + + 9835 + 1667 + 8964 + 0 + + + 9098 + 991 + 8346 + 0 + + + 4671 + 2619 + 6474 + 0 + + + 12580 + 539 + 11330 + 0 + + + 4430 + 1605 + 4523 + 0 + + + 7628 + 4119 + 6792 + 64 + + + 5358 + 294 + 5302 + 0 + + + 12438 + 1745 + 11227 + 0 + + + 7834 + 4327 + 5419 + 4 + + + 6243 + 1237 + 6294 + 0 + + + 7758 + 4250 + 6219 + 12 + + + 11054 + 7636 + 10072 + 0 + + + 5950 + 1346 + 5966 + 0 + + + 12571 + 6647 + 11322 + 1 + + + 11058 + 1283 + 10076 + 0 + + + 12561 + 3437 + 11315 + 0 + + + 11542 + 1368 + 10479 + 0 + + + 8581 + 1939 + 7847 + 0 + + + 6715 + 825 + 7294 + 0 + + + 12498 + 4429 + 11267 + 0 + + + 6376 + 368 + 6921 + 0 + + + 12961 + 5080 + 11657 + 0 + + + 9885 + 324 + 9004 + 0 + + + 10350 + 6647 + 8833 + 1 + + + 8213 + 4710 + 6219 + 9 + + + 10385 + 6124 + 8619 + 1 + + + 13333 + 1067 + 12023 + 0 + + + 12215 + 6705 + 10885 + 2 + + + 2027 + 3371 + 1700 + 0 + + + 11279 + 1406 + 10247 + 0 + + + 6745 + 1669 + 3705 + 0 + + + 4934 + 1898 + 6768 + 0 + + + 13275 + 1238 + 11954 + 0 + + + 7327 + 1005 + 6778 + 0 + + + 13300 + 1488 + 11979 + 0 + + + 7928 + 4422 + 5506 + 19 + + + 9022 + 817 + 8256 + 0 + + + 6037 + 2074 + 6063 + 0 + + + 11063 + 1605 + 10081 + 0 + + + 13069 + 286 + 11767 + 0 + + + 11970 + 1636 + 10890 + 0 + + + 4739 + 1430 + 6551 + 0 + + + 10806 + 7507 + 9833 + 0 + + + 8397 + 1288 + 7701 + 0 + + + 10434 + 7391 + 9486 + 6 + + + 11791 + 275 + 10713 + 0 + + + 6503 + 2052 + 7062 + 0 + + + 8480 + 191 + 7763 + 0 + + + 12008 + 6477 + 10911 + 1 + + + 5386 + 1446 + 5334 + 0 + + + 9013 + 1674 + 8263 + 0 + + + 5941 + 1853 + 5955 + 0 + + + 13412 + 331 + 12095 + 0 + + + 10264 + 7348 + 8860 + 1 + + + 11779 + 7317 + 10698 + 0 + + + 6555 + 331 + 7118 + 0 + + + 9106 + 6465 + 8061 + 5 + + + 9043 + 1391 + 8313 + 0 + + + 8232 + 4729 + 6234 + 28 + + + 9804 + 1872 + 8931 + 0 + + + 9723 + 1691 + 8846 + 0 + + + 5230 + 2300 + 5157 + 0 + + + 2937 + 200 + 2683 + 0 + + + 5599 + 645 + 5572 + 0 + + + 6223 + 1023 + 6270 + 0 + + + 11239 + 1099 + 10215 + 0 + + + 2297 + 3192 + 1994 + 0 + + + 13595 + 1717 + 12238 + 0 + + + 10317 + 7354 + 9353 + 6 + + + 12296 + 1243 + 11134 + 0 + + + 8702 + 5750 + 7244 + 48 + + + 5771 + 501 + 5764 + 0 + + + 11697 + 1463 + 10619 + 0 + + + 8283 + 4780 + 6463 + 2 + + + 11580 + 3648 + 10523 + 0 + + + 11412 + 1449 + 10361 + 0 + + + 12844 + 1544 + 11549 + 0 + + + 8760 + 1605 + 7931 + 0 + + + 5212 + 434 + 5138 + 0 + + + 2327 + 3212 + 2027 + 0 + + + 10008 + 829 + 9128 + 0 + + + 7618 + 4109 + 6483 + 3 + + + 10809 + 600 + 9836 + 0 + + + 12400 + 588 + 11185 + 0 + + + 13447 + 206 + 12108 + 0 + + + 9479 + 1215 + 8623 + 0 + + + 9684 + 670 + 8811 + 0 + + + 6357 + 924 + 6901 + 0 + + + 4780 + 255 + 6597 + 0 + + + 11579 + 1352 + 10519 + 0 + + + 10664 + 653 + 9715 + 0 + + + 10911 + 1411 + 9935 + 0 + + + 10054 + 435 + 9169 + 0 + + + 4670 + 770 + 6473 + 0 + + + 5179 + 893 + 5103 + 0 + + + 12217 + 245 + 11066 + 0 + + + 12197 + 155 + 11062 + 0 + + + 2826 + 3315 + 2562 + 0 + + + 8024 + 4519 + 5738 + 16 + + + 12070 + 1047 + 10996 + 0 + + + 8404 + 1506 + 7688 + 0 + + + 8574 + 874 + 7830 + 0 + + + 12097 + 7308 + 10968 + 1 + + + 7703 + 4194 + 5707 + 7 + + + 10118 + 395 + 9232 + 0 + + + 7492 + 2205 + 6603 + 0 + + + 11311 + 1192 + 10275 + 0 + + + 9145 + 169 + 8352 + 0 + + + 5646 + 2140 + 5625 + 0 + + + 11035 + 7634 + 10054 + 0 + + + 13680 + 7217 + 12329 + 0 + + + 9104 + 6463 + 8061 + 3 + + + 8343 + 756 + 7626 + 0 + + + 6676 + 3437 + 7251 + 0 + + + 9741 + 744 + 8868 + 0 + + + 5295 + 139 + 5228 + 0 + + + 8287 + 4784 + 5506 + 1 + + + 11108 + 4206 + 10085 + 1 + + + 9447 + 4125 + 8513 + 13 + + + 11953 + 1151 + 10871 + 0 + + + 11100 + 921 + 10104 + 0 + + + 5033 + 1256 + 4945 + 0 + + + 5381 + 1124 + 5329 + 0 + + + 8448 + 784 + 7282 + 6 + + + 9035 + 1717 + 8309 + 0 + + + 12705 + 418 + 11437 + 0 + + + 8890 + 1031 + 8058 + 0 + + + 5361 + 1808 + 5305 + 0 + + + 7823 + 4316 + 6225 + 2 + + + 12831 + 156 + 10671 + 3 + + + 9693 + 1588 + 8820 + 0 + + + 13619 + 1101 + 12262 + 0 + + + 9271 + 807 + 8449 + 0 + + + 8674 + 5722 + 7244 + 20 + + + 7950 + 249 + 5893 + 4 + + + 9561 + 3421 + 8662 + 0 + + + 2037 + 988 + 1711 + 0 + + + 9026 + 197 + 8255 + 0 + + + 10198 + 101 + 9309 + 0 + + + 7873 + 4366 + 6234 + 37 + + + 4425 + 603 + 4518 + 0 + + + 7710 + 4202 + 6792 + 28 + + + 6726 + 142 + 1883 + 0 + + + 4687 + 123 + 6492 + 0 + + + 8114 + 4610 + 6234 + 55 + + + 8296 + 1187 + 7588 + 0 + + + 7601 + 4091 + 5427 + 6 + + + 12809 + 287 + 11517 + 0 + + + 13380 + 1799 + 12050 + 0 + + + 6220 + 215 + 6267 + 0 + + + 13473 + 7412 + 12109 + 1 + + + 6536 + 906 + 7098 + 0 + + + 12898 + 216 + 11601 + 0 + + + 4778 + 567 + 6595 + 0 + + + 12343 + 5758 + 10866 + 56 + + + 8953 + 1695 + 8120 + 0 + + + 12563 + 625 + 11320 + 0 + + + 6389 + 1084 + 6935 + 0 + + + 12825 + 1818 + 11535 + 0 + + + 9015 + 914 + 8253 + 0 + + + 11025 + 929 + 10043 + 0 + + + 12502 + 215 + 11272 + 0 + + + 8841 + 1402 + 8011 + 0 + + + 9992 + 664 + 9116 + 0 + + + 13429 + 624 + 12103 + 0 + + + 9285 + 1046 + 8474 + 0 + + + 8965 + 1147 + 8134 + 0 + + + 2531 + 3032 + 2246 + 0 + + + 12269 + 1307 + 11114 + 0 + + + 4641 + 1187 + 6441 + 0 + + + 8897 + 1784 + 8060 + 0 + + + 9235 + 1257 + 8409 + 0 + + + 8014 + 4509 + 2293 + 70 + + + 13778 + 1348 + 12375 + 0 + + + 1951 + 1525 + 1618 + 0 + + + 5664 + 1557 + 5644 + 0 + + + 2276 + 580 + 1970 + 0 + + + 12378 + 710 + 11165 + 0 + + + 12203 + 6415 + 11033 + 3 + + + 8889 + 1884 + 8063 + 0 + + + 10937 + 1835 + 9963 + 0 + + + 5643 + 1652 + 5621 + 0 + + + 4741 + 737 + 6553 + 0 + + + 9604 + 1722 + 8731 + 0 + + + 8562 + 992 + 7821 + 0 + + + 2863 + 3643 + 2602 + 0 + + + 11815 + 342 + 10739 + 0 + + + 9242 + 927 + 8416 + 0 + + + 4945 + 1012 + 6782 + 0 + + + 5638 + 466 + 5616 + 0 + + + 13278 + 1633 + 11952 + 0 + + + 8110 + 4606 + 5506 + 13 + + + 10619 + 795 + 9665 + 0 + + + 7598 + 4088 + 4644 + 3 + + + 13515 + 1583 + 12179 + 0 + + + 9678 + 1734 + 8804 + 0 + + + 11677 + 124 + 10598 + 0 + + + 7903 + 4396 + 6575 + 5 + + + 5681 + 2312 + 5662 + 0 + + + 6639 + 1431 + 7210 + 0 + + + 4918 + 2224 + 6750 + 0 + + + 8951 + 530 + 8116 + 0 + + + 6746 + 1051 + 4775 + 0 + + + 4169 + 3435 + 4241 + 0 + + + 8044 + 4539 + 6086 + 100 + + + 7869 + 4362 + 5439 + 6 + + + 11152 + 588 + 10125 + 0 + + + 9961 + 908 + 9077 + 0 + + + 10687 + 4460 + 9682 + 5 + + + 5905 + 828 + 5913 + 0 + + + 5602 + 1104 + 5575 + 0 + + + 10181 + 1663 + 9294 + 0 + + + 9818 + 3501 + 8945 + 0 + + + 12577 + 1236 + 11328 + 0 + + + 10122 + 301 + 9221 + 0 + + + 9692 + 919 + 8819 + 0 + + + 8680 + 5728 + 7244 + 26 + + + 8198 + 4694 + 6919 + 2 + + + 10517 + 4237 + 9561 + 0 + + + 6802 + 345 + 5623 + 0 + + + 10940 + 7188 + 9965 + 0 + + + 8210 + 4707 + 2327 + 3 + + + 5449 + 1631 + 5406 + 0 + + + 4113 + 1556 + 4180 + 0 + + + 11832 + 1613 + 10756 + 0 + + + 5921 + 1465 + 5931 + 0 + + + 13483 + 742 + 12151 + 0 + + + 8596 + 5541 + 7308 + 3 + + + 2002 + 1605 + 1673 + 0 + + + 4534 + 228 + 4637 + 0 + + + 8153 + 4649 + 6792 + 35 + + + 5233 + 1204 + 5160 + 0 + + + 6526 + 2179 + 7086 + 0 + + + 1991 + 1603 + 1662 + 0 + + + 1907 + 863 + 1571 + 0 + + + 11511 + 5462 + 10447 + 0 + + + 10136 + 859 + 9212 + 0 + + + 11283 + 1152 + 10249 + 0 + + + 5498 + 1300 + 5460 + 0 + + + 12135 + 1459 + 11018 + 0 + + + 8721 + 5769 + 7244 + 67 + + + 5945 + 2161 + 5959 + 0 + + + 7630 + 4121 + 6792 + 50 + + + 8712 + 5760 + 7244 + 58 + + + 12922 + 1028 + 11626 + 0 + + + 10948 + 1923 + 9972 + 0 + + + 319 + 909 + 796 + 0 + + + 10935 + 671 + 9961 + 0 + + + 7716 + 4208 + 4644 + 4 + + + 10359 + 1211 + 8830 + 4 + + + 6184 + 237 + 6226 + 0 + + + 10449 + 1278 + 9505 + 0 + + + 6100 + 881 + 6135 + 0 + + + 8389 + 1159 + 7700 + 0 + + + 11250 + 1546 + 10226 + 0 + + + 6318 + 220 + 6858 + 0 + + + 13651 + 715 + 12299 + 0 + + + 8675 + 5723 + 7244 + 21 + + + 9640 + 1322 + 8767 + 0 + + + 6796 + 1663 + 5459 + 0 + + + 5934 + 939 + 5946 + 0 + + + 9800 + 692 + 8927 + 0 + + + 6390 + 1220 + 6936 + 0 + + + 4155 + 1605 + 4225 + 0 + + + 12431 + 388 + 11217 + 0 + + + 6669 + 3661 + 7243 + 0 + + + 13241 + 1917 + 11922 + 0 + + + 12414 + 1100 + 11202 + 0 + + + 11939 + 1037 + 10880 + 0 + + + 6490 + 978 + 7048 + 0 + + + 11538 + 1589 + 10480 + 0 + + + 12063 + 1371 + 10976 + 0 + + + 12171 + 6467 + 11029 + 2 + + + 11591 + 3646 + 10534 + 0 + + + 11026 + 1541 + 10044 + 0 + + + 2821 + 476 + 2557 + 0 + + + 5371 + 141 + 5317 + 0 + + + 8644 + 323 + 7898 + 0 + + + 11646 + 1191 + 10579 + 0 + + + 11411 + 692 + 10363 + 0 + + + 10105 + 331 + 9228 + 0 + + + 2237 + 1605 + 1928 + 0 + + + 11734 + 856 + 10664 + 0 + + + 7860 + 377 + 5741 + 2 + + + 9255 + 1453 + 8434 + 0 + + + 5754 + 2022 + 5744 + 0 + + + 797 + 3542 + 1316 + 0 + + + 9395 + 216 + 8554 + 0 + + + 8505 + 244 + 7777 + 0 + + + 6372 + 1530 + 6917 + 0 + + + 5177 + 971 + 5101 + 0 + + + 11931 + 689 + 10853 + 0 + + + 6346 + 825 + 6889 + 0 + + + 5237 + 837 + 5164 + 0 + + + 11427 + 5133 + 10375 + 5 + + + 4726 + 1515 + 6535 + 0 + + + 6384 + 765 + 6930 + 0 + + + 13037 + 1345 + 11728 + 0 + + + 9865 + 1945 + 8991 + 0 + + + 8111 + 4607 + 5518 + 1 + + + 5049 + 5080 + 4961 + 0 + + + 11829 + 1848 + 10754 + 0 + + + 6682 + 597 + 7258 + 0 + + + 13309 + 1695 + 11990 + 0 + + + 12499 + 1227 + 11273 + 0 + + + 8140 + 4636 + 1664 + 10 + + + 6869 + 856 + 7216 + 0 + + + 9802 + 1210 + 8929 + 0 + + + 4932 + 920 + 6766 + 0 + + + 12415 + 41 + 11194 + 0 + + + 7341 + 166 + 5532 + 0 + + + 7706 + 1581 + 3263 + 1 + + + 11419 + 7677 + 10372 + 0 + + + 10192 + 768 + 9302 + 0 + + + 11341 + 4941 + 10281 + 1 + + + 6640 + 316 + 7211 + 0 + + + 12742 + 1220 + 11463 + 0 + + + 9282 + 170 + 8457 + 0 + + + 11601 + 1769 + 10539 + 0 + + + 9715 + 1517 + 8838 + 0 + + + 9533 + 9 + 8658 + 0 + + + 8326 + 1825 + 7608 + 0 + + + 5791 + 425 + 5788 + 0 + + + 6865 + 1026 + 7070 + 0 + + + 10532 + 490 + 9587 + 0 + + + 7896 + 4389 + 5732 + 5 + + + 10106 + 668 + 9248 + 0 + + + 6484 + 705 + 7041 + 0 + + + 11210 + 904 + 10190 + 0 + + + 7964 + 4458 + 6234 + 89 + + + 11482 + 1529 + 10420 + 0 + + + 10915 + 960 + 9938 + 0 + + + 10327 + 7363 + 9353 + 16 + + + 3354 + 1069 + 3602 + 0 + + + 12272 + 646 + 11116 + 0 + + + 12473 + 1259 + 11246 + 1 + + + 11463 + 717 + 10401 + 0 + + + 11045 + 785 + 10059 + 0 + + + 5368 + 314 + 5314 + 0 + + + 8769 + 15 + 7940 + 0 + + + 7498 + 2106 + 6732 + 0 + + + 9310 + 636 + 8483 + 0 + + + 9107 + 6466 + 8055 + 1 + + + 11116 + 1338 + 10085 + 19 + + + 5046 + 113 + 4958 + 0 + + + 7696 + 4187 + 5426 + 2 + + + 819 + 1605 + 1341 + 0 + + + 9366 + 3430 + 8522 + 0 + + + 13388 + 819 + 12068 + 0 + + + 11798 + 1516 + 10720 + 0 + + + 9133 + 6508 + 8029 + 8 + + + 10238 + 7337 + 9348 + 0 + + + 8926 + 1792 + 8096 + 0 + + + 4598 + 1509 + 6395 + 0 + + + 3455 + 154 + 4648 + 0 + + + 13913 + 650 + 12490 + 0 + + + 9661 + 588 + 8793 + 0 + + + 8944 + 1494 + 8111 + 0 + + + 8484 + 1305 + 7753 + 0 + + + 13242 + 7304 + 11923 + 0 + + + 5552 + 752 + 5520 + 0 + + + 7360 + 949 + 6243 + 0 + + + 4835 + 1733 + 6657 + 0 + + + 12244 + 567 + 11092 + 0 + + + 11916 + 1361 + 10836 + 0 + + + 11490 + 539 + 10427 + 0 + + + 9824 + 1218 + 8951 + 0 + + + 2608 + 677 + 2327 + 0 + + + 4484 + 343 + 4582 + 0 + + + 11521 + 1834 + 10459 + 0 + + + 9210 + 6656 + 7935 + 3 + + + 6233 + 158 + 6282 + 0 + + + 4115 + 1605 + 4182 + 0 + + + 8615 + 1485 + 7872 + 0 + + + 5458 + 1937 + 5416 + 0 + + + 11862 + 1422 + 10779 + 0 + + + 1952 + 1466 + 1619 + 0 + + + 283 + 1027 + 757 + 0 + + + 12886 + 757 + 11606 + 0 + + + 13085 + 1643 + 11786 + 0 + + + 7704 + 4195 + 5707 + 2 + + + 8104 + 584 + 6234 + 21 + + + 2208 + 1890 + 1897 + 0 + + + 13209 + 1639 + 11889 + 0 + + + 8540 + 1071 + 7809 + 0 + + + 8886 + 1183 + 8065 + 0 + + + 11853 + 4374 + 10772 + 0 + + + 5219 + 844 + 5145 + 0 + + + 9372 + 6964 + 8029 + 19 + + + 11800 + 155 + 10724 + 0 + + + 10586 + 1012 + 9638 + 0 + + + 12729 + 1575 + 11453 + 0 + + + 13437 + 824 + 12129 + 0 + + + 11945 + 3421 + 10865 + 0 + + + 13925 + 873 + 12491 + 0 + + + 10005 + 507 + 9126 + 0 + + + 9259 + 182 + 8437 + 0 + + + 12807 + 1533 + 11520 + 0 + + + 4646 + 904 + 6446 + 0 + + + 12154 + 1004 + 11038 + 0 + + + 9396 + 1398 + 8548 + 0 + + + 2000 + 1605 + 1671 + 0 + + + 5048 + 1567 + 4960 + 0 + + + 7584 + 4600 + 6239 + 1 + + + 9628 + 990 + 8747 + 0 + + + 10462 + 1759 + 9510 + 0 + + + 7622 + 4113 + 1515 + 1 + + + 10491 + 1363 + 9538 + 0 + + + 8715 + 5763 + 7244 + 61 + + + 4781 + 1850 + 6599 + 0 + + + 10410 + 354 + 9472 + 0 + + + 8329 + 702 + 7614 + 0 + + + 7852 + 4345 + 5738 + 13 + + + 12923 + 1642 + 11627 + 0 + + + 4672 + 1548 + 6475 + 0 + + + 6279 + 1013 + 6333 + 0 + + + 8360 + 4943 + 769 + 3 + + + 11726 + 221 + 10645 + 0 + + + 6670 + 1242 + 7245 + 0 + + + 5883 + 946 + 5889 + 0 + + + 8820 + 1627 + 7990 + 0 + + + 10225 + 644 + 9332 + 0 + + + 2141 + 927 + 1824 + 0 + + + 12500 + 7194 + 11274 + 0 + + + 2827 + 752 + 2563 + 0 + + + 1921 + 3361 + 1587 + 0 + + + 6217 + 1884 + 6264 + 0 + + + 3477 + 1190 + 4670 + 0 + + + 7921 + 1447 + 5530 + 22 + + + 6771 + 1776 + 6644 + 0 + + + 3335 + 1042 + 3582 + 0 + + + 7781 + 4273 + 5709 + 2 + + + 8256 + 4753 + 5427 + 8 + + + 4543 + 618 + 6335 + 0 + + + 13014 + 156 + 11711 + 0 + + + 11114 + 4682 + 10085 + 14 + + + 1338 + 1605 + 2830 + 0 + + + 10159 + 711 + 9266 + 0 + + + 5041 + 866 + 4953 + 0 + + + 12763 + 968 + 11487 + 0 + + + 5714 + 933 + 5698 + 0 + + + 10276 + 264 + 9373 + 0 + + + 5285 + 1841 + 5217 + 0 + + + 5452 + 638 + 5409 + 0 + + + 10173 + 1917 + 9285 + 0 + + + 3319 + 644 + 3565 + 0 + + + 12218 + 774 + 11067 + 0 + + + 6684 + 308 + 7260 + 0 + + + 4936 + 2231 + 6771 + 0 + + + 10972 + 7596 + 9992 + 0 + + + 9996 + 704 + 9120 + 0 + + + 12016 + 175 + 10933 + 0 + + + 4941 + 554 + 6776 + 0 + + + 5651 + 545 + 5630 + 0 + + + 12417 + 1214 + 11196 + 0 + + + 8285 + 4782 + 6219 + 17 + + + 6824 + 1080 + 6130 + 0 + + + 12706 + 892 + 11442 + 0 + + + 10914 + 7590 + 9939 + 0 + + + 6381 + 201 + 6926 + 0 + + + 5203 + 509 + 5128 + 0 + + + 10950 + 7218 + 9977 + 0 + + + 5624 + 2041 + 5600 + 0 + + + 5022 + 176 + 4934 + 0 + + + 8268 + 4765 + 6795 + 2 + + + 1932 + 519 + 1598 + 0 + + + 8176 + 4672 + 6130 + 22 + + + 10014 + 883 + 9132 + 0 + + + 11347 + 5144 + 10266 + 4 + + + 2071 + 1649 + 1748 + 0 + + + 5511 + 419 + 5473 + 0 + + + 8297 + 598 + 7587 + 0 + + + 12360 + 1243 + 11166 + 0 + + + 10637 + 1116 + 9700 + 0 + + + 8639 + 1223 + 7895 + 0 + + + 6710 + 684 + 7289 + 0 + + + 10177 + 7329 + 9290 + 0 + + + 2568 + 918 + 2287 + 0 + + + 5223 + 1050 + 5149 + 0 + + + 6695 + 1171 + 7272 + 0 + + + 5900 + 981 + 5908 + 0 + + + 7641 + 4132 + 6792 + 43 + + + 1949 + 1872 + 1616 + 0 + + + 6702 + 1029 + 7279 + 0 + + + 5778 + 790 + 5773 + 0 + + + 12526 + 952 + 11282 + 0 + + + 5485 + 1195 + 5445 + 0 + + + 11328 + 1229 + 10296 + 0 + + + 8056 + 4551 + 6483 + 2 + + + 9354 + 762 + 8530 + 0 + + + 11531 + 1573 + 10470 + 0 + + + 12841 + 854 + 11558 + 0 + + + 13254 + 462 + 11933 + 0 + + + 7004 + 1486 + 1954 + 0 + + + 8299 + 1971 + 7590 + 0 + + + 11628 + 1360 + 10562 + 0 + + + 8782 + 1387 + 7953 + 0 + + + 12153 + 1132 + 11046 + 0 + + + 6067 + 404 + 6099 + 0 + + + 12966 + 1319 + 11663 + 0 + + + 11502 + 205 + 10440 + 0 + + + 11414 + 1903 + 10367 + 0 + + + 7871 + 4364 + 6234 + 70 + + + 8694 + 5742 + 7244 + 40 + + + 9102 + 6461 + 8061 + 1 + + + 1870 + 1801 + 1531 + 0 + + + 6228 + 1355 + 6276 + 0 + + + 9739 + 1036 + 8866 + 0 + + + 4145 + 311 + 4214 + 0 + + + 11417 + 3741 + 10371 + 0 + + + 12456 + 6660 + 11235 + 3 + + + 10597 + 349 + 9648 + 0 + + + 8793 + 1009 + 7962 + 0 + + + 11535 + 1111 + 10475 + 0 + + + 10251 + 7341 + 9303 + 2 + + + 8000 + 4494 + 6234 + 58 + + + 821 + 204 + 1343 + 0 + + + 5500 + 780 + 5462 + 0 + + + 12317 + 5723 + 10866 + 21 + + + 9645 + 1090 + 8772 + 0 + + + 9830 + 761 + 8956 + 0 + + + 10808 + 365 + 9835 + 0 + + + 9163 + 1207 + 8369 + 0 + + + 10945 + 484 + 9964 + 0 + + + 10672 + 1080 + 9731 + 0 + + + 13514 + 177 + 12182 + 0 + + + 7792 + 4284 + 6942 + 1 + + + 9902 + 1581 + 8982 + 1 + + + 13013 + 7226 + 11709 + 1 + + + 11024 + 605 + 10042 + 0 + + + 8714 + 5762 + 7244 + 60 + + + 10646 + 1349 + 9701 + 0 + + + 9773 + 7214 + 8912 + 0 + + + 9685 + 1813 + 8812 + 0 + + + 10696 + 4664 + 9700 + 6 + + + 8903 + 332 + 8073 + 0 + + + 6532 + 858 + 7094 + 0 + + + 10817 + 565 + 9845 + 0 + + + 7836 + 4329 + 6234 + 117 + + + 9508 + 7087 + 8469 + 4 + + + 10184 + 4740 + 9170 + 1 + + + 9897 + 248 + 9017 + 0 + + + 8455 + 5131 + 7610 + 3 + + + 13730 + 7045 + 8600 + 27 + + + 10031 + 787 + 9148 + 0 + + + 13044 + 771 + 11740 + 0 + + + 1993 + 1747 + 1664 + 0 + + + 11972 + 234 + 10895 + 0 + + + 5349 + 2131 + 5291 + 0 + + + 4593 + 2120 + 6389 + 0 + + + 12796 + 6509 + 10623 + 2 + + + 11654 + 5785 + 10580 + 2 + + + 10587 + 1714 + 9637 + 0 + + + 4784 + 2204 + 6602 + 0 + + + 12240 + 4294 + 11031 + 1 + + + 8247 + 4744 + 5705 + 52 + + + 11484 + 1016 + 10425 + 0 + + + 11981 + 1698 + 10910 + 0 + + + 12771 + 1605 + 11495 + 0 + + + 5240 + 1707 + 5168 + 0 + + + 7766 + 4258 + 5427 + 5 + + + 10610 + 1143 + 9661 + 0 + + + 2928 + 955 + 2673 + 0 + + + 8420 + 5081 + 6792 + 72 + + + 8252 + 4749 + 5901 + 2 + + + 4610 + 1639 + 6408 + 0 + + + 8662 + 5710 + 7244 + 8 + + + 6350 + 1960 + 6893 + 0 + + + 9650 + 7187 + 8777 + 0 + + + 5611 + 699 + 5585 + 0 + + + 11519 + 850 + 10460 + 0 + + + 9423 + 1605 + 8573 + 0 + + + 13961 + 523 + 12527 + 0 + + + 12835 + 4125 + 10671 + 5 + + + 12160 + 1853 + 11049 + 0 + + + 9997 + 376 + 9122 + 0 + + + 9622 + 127 + 8755 + 0 + + + 2317 + 1992 + 2016 + 0 + + + 5802 + 1477 + 5801 + 0 + + + 9330 + 1579 + 8495 + 0 + + + 5404 + 625 + 5356 + 0 + + + 9635 + 1120 + 8762 + 0 + + + 8278 + 768 + 6464 + 2 + + + 11038 + 1202 + 10056 + 0 + + + 9352 + 1265 + 8526 + 0 + + + 4128 + 1605 + 4196 + 0 + + + 10636 + 4707 + 9683 + 0 + + + 7640 + 4131 + 6792 + 8 + + + 7975 + 4469 + 6267 + 3 + + + 11565 + 758 + 10508 + 0 + + + 4789 + 2210 + 6608 + 0 + + + 1765 + 177 + 1417 + 0 + + + 11839 + 551 + 10764 + 0 + + + 12419 + 1521 + 11200 + 0 + + + 2209 + 1748 + 1898 + 0 + + + 11996 + 1284 + 10919 + 0 + + + 8433 + 5094 + 1306 + 1 + + + 7760 + 4252 + 6234 + 112 + + + 7680 + 4171 + 5719 + 1 + + + 2926 + 1215 + 2671 + 0 + + + 9085 + 184 + 7965 + 1 + + + 10497 + 7398 + 8833 + 6 + + + 9095 + 6426 + 8167 + 1 + + + 6546 + 1813 + 7108 + 0 + + + 8811 + 1073 + 7974 + 0 + + + 12997 + 964 + 11693 + 0 + + + 4790 + 2211 + 6609 + 0 + + + 10091 + 1733 + 9196 + 0 + + + 2264 + 1615 + 1958 + 0 + + + 6395 + 1098 + 6942 + 0 + + + 11636 + 1335 + 10567 + 0 + + + 5725 + 209 + 5712 + 0 + + + 9364 + 785 + 8534 + 0 + + + 4901 + 973 + 6730 + 0 + + + 6509 + 1511 + 7068 + 0 + + + 2439 + 3421 + 2146 + 0 + + + 5820 + 955 + 5820 + 0 + + + 8227 + 4724 + 1664 + 20 + + + 10684 + 4403 + 9682 + 2 + + + 8610 + 1144 + 7869 + 0 + + + 11480 + 1053 + 10422 + 0 + + + 8324 + 651 + 7607 + 0 + + + 6387 + 1128 + 6933 + 0 + + + 12867 + 1934 + 11575 + 0 + + + 8977 + 1141 + 8150 + 0 + + + 9784 + 1080 + 8907 + 0 + + + 5637 + 908 + 5615 + 0 + + + 4761 + 874 + 6577 + 0 + + + 8495 + 487 + 7769 + 0 + + + 278 + 1389 + 752 + 0 + + + 13546 + 1581 + 12210 + 1 + + + 6514 + 965 + 7074 + 0 + + + 955 + 278 + 315 + 0 + + + 13087 + 765 + 11785 + 0 + + + 8851 + 556 + 8027 + 0 + + + 13273 + 957 + 11956 + 0 + + + 13265 + 863 + 11939 + 0 + + + 11205 + 1605 + 10184 + 0 + + + 8783 + 1347 + 7951 + 0 + + + 8091 + 4586 + 1821 + 1 + + + 10985 + 1749 + 10004 + 0 + + + 3323 + 643 + 3569 + 0 + + + 12880 + 1172 + 11582 + 0 + + + 11297 + 1252 + 10263 + 0 + + + 9586 + 191 + 8713 + 0 + + + 9356 + 1440 + 8520 + 0 + + + 4681 + 266 + 6485 + 0 + + + 9900 + 7250 + 9019 + 0 + + + 12820 + 1976 + 11538 + 0 + + + 9556 + 4400 + 8600 + 5 + + + 2263 + 1846 + 1957 + 0 + + + 9109 + 6468 + 8055 + 3 + + + 7690 + 4181 + 5901 + 1 + + + 3684 + 1544 + 3719 + 0 + + + 7363 + 185 + 6287 + 0 + + + 9695 + 187 + 8822 + 0 + + + 13776 + 1063 + 12377 + 0 + + + 5385 + 1351 + 5333 + 0 + + + 10044 + 679 + 9160 + 0 + + + 11443 + 1736 + 10381 + 1 + + + 11710 + 1193 + 10630 + 0 + + + 7765 + 3648 + 6234 + 1 + + + 12026 + 1665 + 10940 + 0 + + + 10913 + 1211 + 9937 + 0 + + + 8618 + 1179 + 7873 + 0 + + + 6218 + 2236 + 6265 + 0 + + + 11977 + 962 + 10923 + 0 + + + 5752 + 717 + 5742 + 0 + + + 7851 + 4344 + 5741 + 9 + + + 2271 + 658 + 1965 + 0 + + + 9392 + 1443 + 8562 + 0 + + + 8910 + 145 + 8079 + 0 + + + 5936 + 843 + 5950 + 0 + + + 11404 + 697 + 10356 + 0 + + + 4674 + 511 + 6477 + 0 + + + 10191 + 7334 + 9304 + 0 + + + 8947 + 913 + 8117 + 0 + + + 7941 + 4435 + 6130 + 19 + + + 10370 + 732 + 8826 + 2 + + + 8279 + 4776 + 6234 + 115 + + + 9122 + 4481 + 7940 + 5 + + diff --git a/temp/grant_award.xml b/temp/grant_award.xml new file mode 100644 index 0000000000..a2a7bbfe29 --- /dev/null +++ b/temp/grant_award.xml @@ -0,0 +1,128501 @@ + + + 315 + 278 + 7 + 07CH7046 + 2009-07-01 + 2025-06-30 + CH + Unified School District 383 + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F12903 + L12903 + 12903@hsesinfo.org + + + + + + + 468 + 1605 + 13 + 90CH0065 + 2011-01-01 + 2012-12-31 + CH + CDI/ Muncie, IN + Inactive + + + + + + + + + + + + + 470 + 1605 + 13 + 90CH0066 + 2011-01-01 + 2012-12-31 + CH + CDI/ Eastern, OK + Inactive + + + + + + + + + + + + + 472 + 1605 + 13 + 90CH0067 + 2011-02-01 + 2013-01-31 + CH + CDI/Bamberg Co. SC + Inactive + + + + + + + + + + + + + 479 + 1512 + 1 + 01CH1524 + 2011-03-01 + 2025-06-30 + CH + MERIDEN YOUNG MENS CHRISTIAN ASSOCIATION, INC. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F25190 + L25190 + 25190@hsesinfo.org + + + + + + + 483 + 1605 + 13 + 90CH0068 + 2011-03-01 + 2013-02-28 + CH + CDI/ Madison County, IN + Inactive + + + + + + + + + + + + + 484 + 1605 + 13 + 90CH0069 + 2011-03-01 + 2013-02-28 + CH + CDI/ Frederick County, MD + Inactive + + + + + + + + + + + + + 487 + 1605 + 13 + 90CH0070 + 2011-03-07 + 2015-03-06 + CH + CDI/ Southeastern Tidewater, VA + Inactive + + + + + + + + + + + + + 488 + 1605 + 13 + 90CH0071 + 2011-03-01 + 2020-02-28 + CH + CDI/ Augusta, KS + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + + + + + + + 489 + 1605 + 13 + 90CH0072 + 2011-04-01 + 2013-03-31 + CH + CDI/ HS Brooklyn, NY + Inactive + + + + + + + + + + + + + 490 + 288 + 4 + 04CH4625 + 2011-04-01 + 2025-06-30 + CH + Charleston County School District + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 749 + 1541 + 3 + 03CH3370 + 2012-07-01 + 2017-06-30 + CH + Hampton Roads Community Action Program, Inc. + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + + + + + + + 750 + 1336 + 3 + 03CH3369 + 2012-07-01 + 2017-06-30 + CH + CHILDREN'S CENTER, THE + Inactive + + + + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 751 + 1521 + 3 + 03CH3380 + 2013-07-01 + 2019-04-30 + CH + Northern Virginia Family Service + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F32243 + L32243 + 32243@hsesinfo.org + + + + + + + 752 + 1389 + 3 + 03CH3381 + 2013-07-01 + 2018-06-30 + CH + KANAWHA COUNTY BOARD OF EDUCATION + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F43578 + L43578 + 43578@hsesinfo.org + + + + + + + 753 + 1357 + 3 + 03CH3382 + 2013-07-01 + 2019-02-28 + CH + Tri-County Virginia OIC, Inc. + Inactive + + + + F2437 + L2437 + 2437@hsesinfo.org + + + + + + + 754 + 1621 + 3 + 03CH3383 + 2013-07-01 + 2018-11-30 + CH + Augusta County School Board + Inactive + + + + F23816 + L23816 + 23816@hsesinfo.org + + + + + + + 755 + 1647 + 9 + 09CH9107 + 2013-07-01 + 2018-06-30 + CH + GLENN COUNTY OFFICE OF EDUCATION + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + + + + + + + 756 + 1605 + 13 + 90CH0102 + 2013-06-01 + 2016-01-31 + CH + CDI HS/ Montgomery Co. + Inactive + + + + + + + + + + + + + 757 + 1027 + 5 + 05CH8308 + 2013-09-01 + 2019-06-30 + CH + Decatur-Macon County Opportunities Corporation + Inactive + F44011 + L44011 + 44011@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 758 + 737 + 3 + 03CH3384 + 2013-07-01 + 2018-06-30 + CH + School District of Pittsburgh + Inactive + + + + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 759 + 1881 + 3 + 03CH3385 + 2013-07-01 + 2018-06-30 + CH + The Improvement Association + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + + + + + + + 760 + 1731 + 3 + 03CH3386 + 2013-07-01 + 2018-06-30 + CH + Orange County Public Schools + Inactive + + + + F37589 + L37589 + 37589@hsesinfo.org + + + + + + + 761 + 1911 + 3 + 03CH3387 + 2013-07-01 + 2018-06-30 + CH + Clinch Valley Community Action, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F32243 + L32243 + 32243@hsesinfo.org + + + + + + + 762 + 1309 + 3 + 03CH3388 + 2013-07-01 + 2018-12-31 + CH + MOUNTAIN COMMUNITY ACTION PROGRAM INC + Inactive + + + + F32243 + L32243 + 32243@hsesinfo.org + + + + + + + 763 + 660 + 3 + 03CH3389 + 2013-07-01 + 2018-06-30 + CH + Community Action Partnership of Lancaster County, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + + + + + + + 764 + 441 + 3 + 03CH3390 + 2013-07-01 + 2018-06-30 + CH + Monroe County Board of Education + Inactive + + + + F11796 + L11796 + 11796@hsesinfo.org + + + + + + + 765 + 868 + 5 + 05CH8307 + 2013-07-01 + 2018-12-31 + CH + B.C.M.W. Community Services, Inc. + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F43022 + L43022 + 43022@hsesinfo.org + + + + + + + 766 + 1571 + 5 + 05CH8310 + 2013-07-01 + 2018-06-30 + CH + Northwestern Illinois Community Action Agency, Inc. + Inactive + + + + F33449 + L33449 + 33449@hsesinfo.org + + + + + + + 767 + 3543 + 5 + 05CH8327 + 2013-07-01 + 2018-07-31 + CH + Genesee Intermediate School District + Inactive + + + + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 768 + 3546 + 5 + 05CH8328 + 2013-07-01 + 2018-10-31 + CH + Kalamazoo Regional Educational Service Agency + Inactive + + + + + + + + + + + + + 769 + 3545 + 5 + 05CH8329 + 2013-07-01 + 2018-06-30 + CH + WASHTENAW INTERMEDIATE SCHOOL DISTRICT + Inactive + F44271 + L44271 + 44271@hsesinfo.org + + + + + + + + + + 770 + 405 + 8 + 08CH1009 + 2013-07-01 + 2018-06-30 + CH + Upper Arkansas Area Council of Governments + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + + + + + + + 771 + 295 + 1 + 01CH2925 + 2013-07-01 + 2018-06-30 + CH + The Opportunity Alliance + Inactive + + + + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 772 + 491 + 11 + 90CI9813 + 2013-07-01 + 2018-06-30 + CI + Upper Skagit Indian Tribe + Inactive + F47779 + L47779 + 47779@hsesinfo.org + + + + + + + + + + 773 + 404 + 2 + 02CH3031 + 2013-07-01 + 2018-12-31 + CH + Shira Association, Inc. + Inactive + F2339 + L2339 + 2339@hsesinfo.org + + + + + + + + + + 774 + 282 + 6 + 06CH7064 + 2013-07-01 + 2018-08-31 + CH + St. Mary Community Action Agency, Inc. + Inactive + + + + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 775 + 1903 + 6 + 06CH7083 + 2013-07-01 + 2018-08-31 + CH + CITY OF ALBUQUERQUE EARLY HEAD START + Inactive + + + + F41654 + L41654 + 41654@hsesinfo.org + + + + + + + 776 + 670 + 6 + 06CH7076 + 2013-07-01 + 2019-06-30 + CH + Bakerripley + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 777 + 858 + 6 + 06CH7084 + 2013-07-01 + 2018-06-30 + CH + PARIS INDEPENDENT SCHOOL DISTRICT + Inactive + + + + F2207 + L2207 + 2207@hsesinfo.org + + + + + + + 778 + 1360 + 6 + 06CH7078 + 2013-07-01 + 2019-01-31 + CH + Crossroads Youth & Family Services, Inc. + Inactive + + + + F41383 + L41383 + 41383@hsesinfo.org + + + + + + + 779 + 3422 + 6 + 06CH7074 + 2013-07-01 + 2019-01-31 + CH + City of San Antonio + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 780 + 319 + 6 + 06CH7072 + 2013-07-01 + 2018-08-31 + CH + COMMUNITY ACTION, INC. OF CENTRAL TEXAS + Inactive + + + + F2193 + L2193 + 2193@hsesinfo.org + + + + + + + 781 + 3702 + 7 + 07CH7052 + 2013-07-01 + 2018-06-30 + CH + Growing Futures Early Education Center, Inc. + Inactive + + + + F13558 + L13558 + 13558@hsesinfo.org + + + + + + + 782 + 417 + 6 + 06CH7081 + 2013-07-01 + 2018-06-30 + CH + HELP - New Mexico, Inc. + Inactive + + + + + + + + + + + + + 783 + 724 + 6 + 06CH7075 + 2013-07-01 + 2019-01-31 + CH + EDUCATION SERVICE CENTER REGION 20 + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2193 + L2193 + 2193@hsesinfo.org + + + + + + + 784 + 1139 + 4 + 04CH4647 + 2013-07-01 + 2018-06-30 + CH + Family Services Inc. + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + + + + + + 785 + 1531 + 7 + 07CH7053 + 2013-07-01 + 2018-06-30 + CH + CLAY COUNTY CHILD CARE CENTER + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F12903 + L12903 + 12903@hsesinfo.org + + + + + + + 786 + 1922 + 4 + 04CH4648 + 2013-07-01 + 2018-07-31 + CH + CHESTERFIELD-MARLBORO ECONOMIC OPPORTUNITY COUNCIL, INC + Inactive + F33579 + L33579 + 33579@hsesinfo.org + + + + + + + + + + 787 + 620 + 4 + 04CH4649 + 2013-07-01 + 2018-12-31 + CH + Kentucky River Foothills Development Council Inc. + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + + + + + + + 788 + 3741 + 6 + 06CH7073 + 2013-07-01 + 2018-08-31 + CH + BCFS Education Services + Inactive + + + + F2204 + L2204 + 2204@hsesinfo.org + + + + + + + 789 + 1152 + 4 + 04CH4656 + 2013-07-01 + 2018-06-30 + CH + BALDWIN COUNTY SCHOOL DISTRICT + Inactive + + + + F43625 + L43625 + 43625@hsesinfo.org + + + + + + + 790 + 459 + 4 + 04CH4657 + 2013-07-01 + 2018-06-30 + CH + EARLY EDUCATION AND CARE INC + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + + + + + + + 791 + 588 + 4 + 04CH4658 + 2013-07-01 + 2018-03-31 + CH + Tallatoona Community Action Partnership, Inc. + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 792 + 502 + 4 + 04CH4654 + 2013-07-01 + 2018-06-30 + CH + Northern Kentucky Community Action Commission, Inc. + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + + + + + + + 793 + 605 + 2 + 02CH3002 + 2012-06-01 + 2017-05-31 + CH + Northside Center for Child Development + Inactive + + + + F43949 + L43949 + 43949@hsesinfo.org + + + + + + + 794 + 1605 + 13 + 90CH0094 + 2012-12-01 + 2015-11-30 + CH + CDI HS/ Farmville + Inactive + + + + + + + + + + + + + 795 + 1476 + 4 + 04CH4659 + 2013-07-01 + 2018-06-30 + CH + BRECKINRIDGE COUNTY BOARD OF EDUCATION + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + + + + + + + 796 + 909 + 4 + 04CH4655 + 2013-07-01 + 2018-06-30 + CH + Community Action Partnership Of North Alabama, Inc. + Inactive + + + + F42667 + L42667 + 42667@hsesinfo.org + + + + + + + 797 + 1610 + 4 + 04CH4660 + 2013-07-01 + 2018-09-29 + CH + Talladega Clay Randolph Child Care Corporation + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 798 + 1198 + 4 + 04CH4661 + 2013-07-01 + 2020-09-30 + CH + Licking Valley Community Action Program Council, Inc. + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + + + + + + 799 + 1484 + 6 + 06CH7085 + 2013-08-01 + 2018-07-31 + CH + Greenville Independent School District + Inactive + + + + F2207 + L2207 + 2207@hsesinfo.org + + + + + + + 800 + 1656 + 5 + 05CH8345 + 2013-09-01 + 2019-08-31 + CH + West Central Community Services, Inc. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + + + + + + + 801 + 912 + 5 + 05CH8344 + 2013-09-01 + 2018-08-31 + CH + East Central Illinois Community Action Agency + Inactive + + + + + + + + + + + + + 802 + 1956 + 5 + 05CH8330 + 2013-09-01 + 2018-08-31 + CH + County of Macomb + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + + + + + + 803 + 1293 + 6 + 06CH7077 + 2013-08-01 + 2019-06-30 + CH + Lincoln Total Community Action, Inc. + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 804 + 1605 + 13 + 90CH0106 + 2013-04-01 + 2015-03-31 + CH + CDI HS/Rapides Parish + Inactive + + + + + + + + + + + + + 829 + 1895 + 13 + 90CH0064 + 2010-07-01 + 2011-06-30 + CH + Cook Inlet Native Head Start + Inactive + + + + + + + + + + + + + 830 + 1895 + 11 + 90CI9811 + 2010-09-01 + 2025-06-30 + CI + Cook Inlet Native Head Start + Inactive + + + + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 858 + 264 + 12 + 90CM9795 + 2010-11-01 + 2013-10-31 + CM + ABSAROKA, INC + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + + + + + + + 1290 + 1454 + 12 + 90CM9776 + 2012-05-01 + 2017-04-30 + CM + ROCKY MOUNTAIN SER/JOBS FOR PROGRESS, INC + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + + + + + + + 1291 + 1605 + 13 + 90CH0078 + 2012-01-01 + 2013-12-31 + CH + CDI/ Monroe Co, + Inactive + + + + + + + + + + + + + 1293 + 1792 + 1 + 01CH1528 + 2012-05-01 + 2017-09-15 + CH + Pathways for Children, Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F13406 + L13406 + 13406@hsesinfo.org + + + + + + + 1294 + 1626 + 4 + 04CH4643 + 2012-07-01 + 2017-06-30 + CH + Sumter School District + Inactive + + + + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 1295 + 1605 + 13 + 90CH0087 + 2012-09-01 + 2017-08-31 + CH + CDI HS/Tecumseh, OK + Inactive + F27052 + L27052 + 27052@hsesinfo.org + F40193 + L40193 + 40193@hsesinfo.org + + + + + + + 1301 + 1605 + 13 + 90CH0096 + 2013-04-01 + 2014-03-31 + CH + CDI/ HS Atlantic City + Inactive + + + + + + + + + + + + + 1302 + 1605 + 13 + 90CH0097 + 2013-04-01 + 2015-03-31 + CH + CDI/ HS Jacksonville + Inactive + + + + + + + + + + + + + 1304 + 1745 + 2 + 02CH3004 + 2013-05-01 + 2019-01-31 + CH + Quintana Baptist Church Head Start Program + Inactive + F2342 + L2342 + 2342@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + + + + + + + 1305 + 1402 + 4 + 04CH4644 + 2013-05-01 + 2018-07-31 + CH + Lutheran Services Florida, Inc. + Inactive + + + + + + + + + + + + + 1306 + 892 + 12 + 90CM9796 + 2013-07-01 + 2019-10-31 + CM + East Coast Migrant Head Start Project + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + + + + + + + 1307 + 752 + 12 + 90CM9777 + 2013-07-01 + 2019-01-31 + CM + Telamon Corporation + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F39971 + L39971 + 39971@hsesinfo.org + + + + + + + 1308 + 1146 + 12 + 90CM9778 + 2013-07-01 + 2018-06-30 + CM + NYS Federation of Growers & Processors Associations Inc. + Inactive + F47622 + L47622 + 47622@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + + + + + + + 1309 + 1029 + 12 + 90CM9797 + 2013-07-01 + 2018-04-30 + CM + E Center + Inactive + F11856 + L11856 + 11856@hsesinfo.org + + + + + + + + + + 1310 + 1892 + 10 + 10CH0186 + 2013-07-01 + 2018-06-30 + CH + Head Start of Yamhill County + Inactive + + + + + + + + + + + + + 1311 + 1667 + 10 + 10CH0187 + 2013-07-01 + 2018-10-31 + CH + Puget Sound Educational Service District + Inactive + F14039 + L14039 + 14039@hsesinfo.org + F2421 + L2421 + 2421@hsesinfo.org + + + + + + + 1313 + 1561 + 3 + 03CH3373 + 2013-07-01 + 2018-07-31 + CH + NICHOLAS COMMUNITY ACTION PARTNERSHIP INC + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F44345 + L44345 + 44345@hsesinfo.org + + + + + + + 1314 + 644 + 6 + 06CH0006 + 2013-06-01 + 2018-12-31 + CH + Save the Children Federation, Inc. + Inactive + + + + + + + + + + + + + 1315 + 3547 + 3 + 03CH3374 + 2013-07-01 + 2019-03-31 + CH + BOARD OF EDUCATION OF CALVERT COUNTY, INC + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F30521 + L30521 + 30521@hsesinfo.org + + + + + + + 1316 + 3542 + 3 + 03CH3375 + 2013-07-01 + 2019-03-31 + CH + Board of Education of St Mary's County + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F30521 + L30521 + 30521@hsesinfo.org + + + + + + + 1317 + 875 + 3 + 03CH3376 + 2013-07-01 + 2018-06-30 + CH + SOUTHERN MARYLAND TRI-COUNTY COMMUNITY ACTION COMMITTEE, INC + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + + + + + + + 1318 + 1471 + 3 + 03CH3377 + 2013-07-01 + 2018-06-30 + CH + Jefferson-Clarion Head Start, Inc. + Inactive + + + + F44345 + L44345 + 44345@hsesinfo.org + + + + + + + 1319 + 146 + 3 + 03CH3378 + 2013-07-01 + 2019-02-28 + CH + MONTICELLO AREA COMMUNITY ACTION AGENCY + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F44251 + L44251 + 44251@hsesinfo.org + + + + + + + 1320 + 225 + 3 + 03CH3379 + 2013-07-01 + 2018-06-30 + CH + FAMILY SERVICES, INC. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 1333 + 1605 + 13 + 90CH0030 + 2007-08-20 + 2012-08-19 + CH + CDI/Riverside and San Diego Counties, CA + Inactive + + + + + + + + + + + + + 1335 + 1623 + 11 + 90CI9809 + 2007-11-01 + 2025-06-30 + CI + SMITH RIVER RANCHERIA + Inactive + F33086 + L33086 + 33086@hsesinfo.org + + + + + + + + + + 1336 + 1605 + 13 + 90CH0031 + 2007-09-01 + 2011-08-31 + CH + CDI/Newark, NJ EHS + Inactive + + + + F266 + L266 + 266@hsesinfo.org + + + + + + + 1337 + 1605 + 13 + 90CH0032 + 2007-10-01 + 2012-09-29 + CH + CDI/Camden, NJ + Inactive + + + + + + + + + + + + + 1338 + 1605 + 13 + 90CH0033 + 2007-10-24 + 2009-10-23 + CH + CDI/ Central Ward, Newark, NJ + Inactive + + + + F266 + L266 + 266@hsesinfo.org + + + + + + + 1339 + 1605 + 13 + 90CH0034 + 2007-10-24 + 2009-10-23 + CH + CDI/Providence and Blackstone Valley, RI + Inactive + + + + F266 + L266 + 266@hsesinfo.org + + + + + + + 1340 + 826 + 4 + 04CH4623 + 2007-11-01 + 2015-12-31 + CH + School Board of Polk County + Inactive + F13740 + L13740 + 13740@hsesinfo.org + + + + + + + + + + 1341 + 1605 + 13 + 90CH0035 + 2007-12-01 + 2012-11-30 + CH + CDI/Jefferson Davis Parish, LA + Inactive + + + + + + + + + + + + + 1342 + 1605 + 13 + 90CH0036 + 2008-02-01 + 2011-01-31 + CH + CDI/Big Horn Basin, WY + Inactive + + + + F266 + L266 + 266@hsesinfo.org + + + + + + + 1343 + 204 + 11 + 90CI9810 + 2008-07-01 + 2025-06-30 + CI + ISWA Development Corporation + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + + + + + + + 1344 + 247 + 6 + 06CH7052 + 2008-02-01 + 2025-06-30 + CH + West Baton Rouge Parish School Board + Inactive + + + + F2204 + L2204 + 2204@hsesinfo.org + + + + + + + 1346 + 1736 + 9 + 09CH9084 + 2008-04-01 + 2010-03-31 + CH + Acelero Learning Clark County + Inactive + + + + + + + + + + + + + 1354 + 1605 + 13 + 90CH0037 + 2008-03-18 + 2011-03-17 + CH + CDI/Fulton County, GA + Inactive + + + + F266 + L266 + 266@hsesinfo.org + + + + + + + 1355 + 450 + 1 + 01CH1522 + 2008-05-01 + 2012-04-30 + CH + SOMERVILLE MENTAL HEALTH ASSOCIATION + Inactive + + + + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 1357 + 1605 + 4 + 04CH4619 + 2005-08-01 + 2008-02-28 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1359 + 550 + 11 + 90CI9804 + 2005-08-01 + 2025-06-30 + CI + Oglala Lakota College + Inactive + + + + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 1360 + 240 + 2 + 02CH9946 + 2005-09-01 + 2014-06-30 + CH + Saratoga County Economic Opportunity Council, Inc. + Inactive + F2339 + L2339 + 2339@hsesinfo.org + F13554 + L13554 + 13554@hsesinfo.org + + + + + + + 1361 + 1581 + 2 + 02CH9947 + 2005-09-01 + 2025-06-30 + CH + Acelero Learning Camden Early Head Start Program + Inactive + + + + + + + + + + + + + 1363 + 1605 + 6 + 06CH7047 + 2005-09-01 + 2008-11-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1364 + 1605 + 6 + 06CH7048 + 2005-09-01 + 2006-08-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1365 + 1605 + 6 + 06CH7049 + 2005-09-01 + 2007-11-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + F2204 + L2204 + 2204@hsesinfo.org + + + + + + + 1401 + 1605 + 9 + 09CH9064 + 2005-09-24 + 2007-04-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1413 + 1887 + 2 + 02CH9948 + 2005-09-30 + 2011-03-31 + CH + Acelero Learning Monmouth/Middlesex County + Inactive + + + + + + + + + + + + + 1414 + 1605 + 1 + 01CH1519 + 2005-10-01 + 2007-05-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1415 + 671 + 7 + 07CH7045 + 2005-11-01 + 2013-07-15 + CH + MID AMERICA REGIONAL COUNCIL + Inactive + F11828 + L11828 + 11828@hsesinfo.org + + + + + + + + + + 1416 + 1605 + 9 + 09CH9065 + 2005-11-01 + 2007-01-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1417 + 177 + 5 + 05CH8265 + 2005-10-24 + 2025-06-30 + CH + Saginaw Intermediate School District + Inactive + + + + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 1418 + 1605 + 3 + 03CH3352 + 2005-11-01 + 2006-10-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1419 + 1605 + 1 + 01CH1520 + 2005-11-24 + 2008-05-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1420 + 1605 + 1 + 01CH1521 + 2005-11-28 + 2007-11-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1423 + 615 + 3 + 03CH3353 + 2006-01-01 + 2015-12-31 + CH + Tuscarora Intermediate Unit #11 + Inactive + + + + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 1427 + 3412 + 3 + 03CH3354 + 2006-01-04 + 2008-03-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1432 + 1605 + 9 + 09CH9066 + 2006-02-14 + 2008-10-15 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1435 + 3413 + 4 + 04CH4620 + 2006-02-01 + 2007-01-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1438 + 1605 + 3 + 03CH3355 + 2006-02-27 + 2008-06-16 + CH + Community Development Institute Head Start + Inactive + + + + + + + + + + + + + 1443 + 1691 + 2 + 02CH9896 + 2001-03-01 + 2025-06-30 + CH + Diocese of Mayaguez + Inactive + F2342 + L2342 + 2342@hsesinfo.org + + + + + + + + + + 1451 + 231 + 7 + 07CH7032 + 2001-04-01 + 2015-06-30 + CH + GRACE HILL SETTLEMENT HOUSE + Inactive + F11828 + L11828 + 11828@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + + + + + + + 1452 + 245 + 8 + 08CH0127 + 2001-04-01 + 2015-03-31 + CH + CENTRO DE LA FAMILIA DE UTAH + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + + + + + + 1453 + 3242 + 2 + 02CH9897 + 2001-03-12 + 2025-06-30 + CH + Westchester Community Opportunity Program, Inc. Interim + Inactive + + + + + + + + + + + + + 1474 + 3255 + 2 + 02CH9898 + 2001-05-01 + 2025-06-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1475 + 1074 + 9 + 09CH9058 + 2001-06-01 + 2025-06-30 + CH + Child Start Incorporated + Inactive + + + + + + + + + + + + + 1476 + 3256 + 3 + 03CH3312 + 2001-05-29 + 2002-09-30 + CH + Community Development Institute Head Start + Inactive + + + + + + + + + + + + + 1477 + 3257 + 4 + 04CH4588 + 2001-06-01 + 2025-06-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE + Inactive + + + + + + + + + + + + + 1479 + 246 + 4 + 04CH4589 + 2002-06-01 + 2007-05-31 + CH + Child Care Resource Network, Inc. + Inactive + + + + + + + + + + + + + 1480 + 3259 + 8 + 08CH0128 + 2001-06-01 + 2002-09-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1481 + 1552 + 10 + 10CH0170 + 2001-07-01 + 2015-06-30 + CH + NeighborImpact + Inactive + F14039 + L14039 + 14039@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + + + + + + + 1483 + 3261 + 6 + 06CH7011 + 2004-07-01 + 2005-08-12 + CH + SOUTHSIDE DEVELOPMENT CORPORATION + Inactive + + + + + + + + + + + + + 1485 + 3262 + 6 + 06CH7012 + 2001-07-01 + 2002-08-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1486 + 1317 + 1 + 01CH1507 + 2001-08-01 + 2016-06-30 + CH + EASTERN CONNECTICUT REGIONAL EDUCATIONAL SERVICE CENTER + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F13406 + L13406 + 13406@hsesinfo.org + + + + + + + 1487 + 1952 + 2 + 02CH9899 + 2001-09-01 + 2025-06-30 + CH + New Square Community Improvement Council, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + + + + + + + 1488 + 120 + 3 + 03CH3313 + 2001-09-30 + 2025-06-30 + CH + UNIVERSITY OF PITTSBURGH, OFFICE OF CHILD DEVELOPMENT + Inactive + F2417 + L2417 + 2417@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 1489 + 3263 + 3 + 03CH3314 + 2001-09-01 + 2025-06-30 + CH + UNIVERSITY OF MARYLAND, UNIVERSITY COLLEGE + Inactive + + + + + + + + + + + + + 1490 + 1077 + 3 + 03CH3315 + 2001-09-01 + 2025-06-30 + CH + Rosemount Center + Inactive + + + + + + + + + + + + + 1491 + 3264 + 3 + 03CH3316 + 2001-07-16 + 2002-07-15 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1494 + 3265 + 1 + 01CH1508 + 2001-06-04 + 2002-12-31 + CH + ANDROSCOGGIN HEAD START & CHILD CARE + Inactive + + + + + + + + + + + + + 1512 + 195 + 4 + 04CH4590 + 2001-09-01 + 2025-06-30 + CH + Sumter Co. School District 17 + Inactive + F13510 + L13510 + 13510@hsesinfo.org + + + + + + + + + + 1515 + 793 + 3 + 03CH3317 + 2001-09-01 + 2015-08-31 + CH + Seton Hill Child Services, Inc. + Inactive + + + + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 1517 + 1350 + 7 + 07CH7033 + 2001-09-01 + 2015-08-31 + CH + THE SALVATION ARMY + Inactive + F47594 + L47594 + 47594@hsesinfo.org + + + + + + + + + + 1518 + 3274 + 3 + 03CH3318 + 2001-08-01 + 2002-07-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1520 + 3276 + 3 + 03CH3319 + 2001-08-20 + 2002-08-19 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1521 + 1919 + 2 + 02CH9900 + 2001-09-01 + 2025-06-30 + CH + Community Action Program for Madison County + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 1522 + 557 + 3 + 03CH3320 + 2001-07-01 + 2025-06-30 + CH + SPECIAL PEOPLE IN NORTHEAST, INC. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + + + + + + + + + + 1524 + 886 + 6 + 06CH7029 + 2004-06-01 + 2008-12-31 + CH + AMARILLO INDEPENDENT SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 1528 + 1480 + 2 + 02CH9901 + 2001-09-01 + 2014-08-31 + CH + VNS HOME CARE + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F13554 + L13554 + 13554@hsesinfo.org + + + + + + + 1531 + 1801 + 4 + 04CH4591 + 2001-09-01 + 2025-06-30 + CH + FLORIDA STATE UNIVERSITY + Inactive + + + + F11756 + L11756 + 11756@hsesinfo.org + + + + + + + 1532 + 1196 + 4 + 04CH4592 + 2001-09-01 + 2014-08-31 + CH + Verner + Inactive + F13740 + L13740 + 13740@hsesinfo.org + + + + + + + + + + 1533 + 439 + 2 + 02CH9902 + 2001-09-01 + 2025-06-30 + CH + Kingsbridge Heights Community Center, Inc. + Inactive + + + + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 1539 + 306 + 4 + 04CH4593 + 2001-09-01 + 2016-08-31 + CH + Family Service Center + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 1541 + 856 + 10 + 10CH0171 + 2001-09-01 + 2013-08-31 + CH + CHILDREN'S HOME SOCIETY OF WASHINGTON + Inactive + + + + + + + + + + + + + 1542 + 3284 + 3 + 03CH3321 + 2001-09-01 + 2002-10-31 + CH + CIVIC SENIOR CITIZENS CLUB OF BEAVER COUNTY + Inactive + + + + + + + + + + + + + 1545 + 1865 + 2 + 02CH9903 + 2007-09-01 + 2009-08-31 + CH + Municipality of San Sebastian + Inactive + + + + + + + + + + + + + 1547 + 3288 + 2 + 02CH9904 + 2001-09-01 + + CH + Community Action Program for Madison County, Inc. + Inactive + + + + + + + + + + + + + 1563 + 397 + 8 + 08CH0129 + 2001-07-01 + 2025-06-30 + CH + THE CHILDREN'S LEARNING CENTER + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F3061 + L3061 + 3061@hsesinfo.org + + + + + + + 1567 + 497 + 2 + 02CH9929 + 2003-05-01 + 2025-06-30 + CH + Parsons Child & Family Center + Inactive + F2340 + L2340 + 2340@hsesinfo.org + + + + + + + + + + 1568 + 3358 + 6 + 06CH7030 + 2003-05-01 + 2005-01-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1569 + 3359 + 3 + 03CH3337 + 2003-05-01 + 2004-10-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1570 + 301 + 3 + 03CH3338 + 2003-07-01 + 2025-06-30 + CH + County of Culpeper Department of Social Services + Inactive + + + + + + + + + + + + + 1571 + 863 + 3 + 03CH3339 + 2003-06-01 + 2025-06-30 + CH + PathStone + Inactive + F2417 + L2417 + 2417@hsesinfo.org + F14544 + L14544 + 14544@hsesinfo.org + + + + + + + 1572 + 1784 + 9 + 09CH9059 + 2002-07-01 + + CH + SIERRA CASCADE FAMILIY OPPORTUNITIES, INC + Inactive + + + + + + + + + + + + + 1573 + 1336 + 3 + 03CH3340 + 2003-07-01 + 2025-06-30 + CH + Children's Center (The) + Inactive + F2417 + L2417 + 2417@hsesinfo.org + + + + + + + + + + 1574 + 450 + 1 + 01CH1514 + 2003-05-01 + 2025-06-30 + CH + SOMERVILLE MENTAL HEALTH ASSOCIATION + Inactive + + + + + + + + + + + + + 1577 + 416 + 4 + 04CH4601 + 2003-06-01 + 2025-06-30 + CH + KIDS, INC of the Big Bend + Inactive + F13325 + L13325 + 13325@hsesinfo.org + + + + + + + + + + 1578 + 265 + 6 + 06CH7031 + 2003-09-01 + 2008-08-31 + CH + HUMBLE INDEPENDENT SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 1579 + 1825 + 6 + 06CH7032 + 2008-09-01 + 2025-06-30 + CH + NEWTON COUNTY SPECIAL SERVICES + Inactive + + + + F2207 + L2207 + 2207@hsesinfo.org + + + + + + + 1580 + 1100 + 6 + 06CH7033 + 2003-09-01 + 2014-08-31 + CH + GALENA PARK INDEPENDENT SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 1581 + 1245 + 4 + 04CH4602 + 2003-06-01 + 2025-06-30 + CH + First Steps of Spartanburg County + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 1583 + 520 + 11 + 90CI9797 + 2003-07-01 + 2025-06-30 + CI + CROW TRIBE OF INDIANS + Inactive + + + + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 1585 + 1918 + 11 + 90CI9798 + 2003-06-01 + 2025-06-30 + CI + Council of Athabascan Tribal Governments + Inactive + F15957 + L15957 + 15957@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 1587 + 3361 + 2 + 02CH9930 + 2004-07-01 + 2005-06-30 + CH + GROUP HOMES OF CAMDEN COUNTY, INC + Inactive + + + + + + + + + + + + + 1589 + 304 + 4 + 04CH4603 + 2003-07-01 + 2025-06-30 + CH + HOLLANDALE SCHOOL DISTRICT + Inactive + + + + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 1590 + 3363 + 6 + 06CH7034 + 2003-07-01 + 2025-06-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1595 + 921 + 11 + 90CI9795 + 2003-06-01 + 2025-06-30 + CI + IOWA TRIBE OF OKLAHOMA + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F3536 + L3536 + 3536@hsesinfo.org + + + + + + + 1596 + 614 + 3 + 03CH3341 + 2003-08-01 + 2015-12-31 + CH + Reginald S. Lourie Center for Infants & Young Children + Inactive + + + + + + + + + + + + + 1597 + 3364 + 11 + 90CI9796 + 2003-06-01 + 2007-05-31 + CI + Four Winds of Indian Education, Inc. + Inactive + + + + + + + + + + + + + 1598 + 519 + 4 + 04CH4604 + 2003-09-01 + 2014-08-31 + CH + UNIVERSITY OF ALABAMA, BIRMINGHAM + Inactive + F13510 + L13510 + 13510@hsesinfo.org + + + + + + + + + + 1599 + 3431 + 8 + 08CH0142 + 2003-09-01 + 2025-06-30 + CH + Children's Developmental Services of Campbell County + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F3061 + L3061 + 3061@hsesinfo.org + + + + + + + 1600 + 697 + 3 + 03CH3342 + 2003-09-01 + 2025-06-30 + CH + Children's Hospital of Philadelphia + Inactive + + + + + + + + + + + + + 1601 + 584 + 2 + 02CH9931 + 2003-09-01 + 2025-06-30 + CH + Grand Street Settlement + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + + + + + + + 1602 + 943 + 2 + 02CH9932 + 2003-09-01 + 2025-06-30 + CH + University Settlement Society of New York + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F2359 + L2359 + 2359@hsesinfo.org + + + + + + + 1603 + 1751 + 2 + 02CH9933 + 2003-09-01 + 2025-06-30 + CH + The Trustee of Columbia University + Inactive + + + + + + + + + + + + + 1605 + 3365 + 2 + 02CH9934 + 2003-09-01 + 2025-06-30 + CH + American Red Cross in Greater New York + Inactive + + + + + + + + + + + + + 1606 + 152 + 1 + 01CH1515 + 2005-09-01 + 2008-08-31 + CH + CHILD & FAMILY AGENCY OF SOUTHEASTERN + Inactive + + + + + + + + + + + + + 1609 + 788 + 1 + 01CH1516 + 2005-09-01 + 2014-08-31 + CH + MANCHESTER MEMORIAL HOSPITAL + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 1614 + 652 + 4 + 04CH4605 + 2003-09-01 + 2025-06-30 + CH + EMANUEL COUNTY BOARD OF EDUCATION + Inactive + + + + F11756 + L11756 + 11756@hsesinfo.org + + + + + + + 1615 + 1997 + 4 + 04CH4606 + 2003-09-01 + 2009-05-31 + CH + MAKING THE CONNECTION, INC + Inactive + F13325 + L13325 + 13325@hsesinfo.org + + + + + + + + + + 1616 + 1872 + 4 + 04CH4607 + 2003-09-01 + 2025-06-30 + CH + Porter-Leath + Inactive + F13510 + L13510 + 13510@hsesinfo.org + + + + + + + + + + 1617 + 959 + 4 + 04CH4608 + 2003-09-01 + 2025-06-30 + CH + LANCASTER COUNTY SCHOOL DISTRICT + Inactive + + + + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 1618 + 1525 + 4 + 04CH4609 + 2003-09-01 + 2025-06-30 + CH + MOORE COMMUNITY HOUSE, INC. + Inactive + + + + + + + + + + + + + 1619 + 1466 + 7 + 07CH7040 + 2003-09-01 + 2014-08-31 + CH + CHILDRENS THERAPY CENTER OF PETTIS COUNTY + Inactive + F13559 + L13559 + 13559@hsesinfo.org + + + + + + + + + + 1620 + 816 + 4 + 04CH4610 + 2003-09-01 + 2025-06-30 + CH + VOORHEES COLLEGE + Inactive + + + + + + + + + + + + + 1621 + 3366 + 4 + 04CH4611 + 2003-09-01 + 2025-06-30 + CH + VISIONS FOR SUMTER, SEEING THROUGH YOUNG EYES, INC + Inactive + + + + + + + + + + + + + 1622 + 3367 + 9 + 09CH9060 + 2003-09-01 + 2004-11-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1623 + 1700 + 2 + 02CH9935 + 2003-09-01 + 2014-08-31 + CH + Municipalilty of Toa Baja + Inactive + F15514 + L15514 + 15514@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + + + + + + + 1625 + 481 + 10 + 10CH0175 + 2003-09-01 + 2015-09-30 + CH + Play N Learn, Inc. + Inactive + F14039 + L14039 + 14039@hsesinfo.org + F2421 + L2421 + 2421@hsesinfo.org + + + + + + + 1629 + 1907 + 11 + 90CI9799 + 2003-09-01 + 2025-06-30 + CI + University of Oklahoma Early Head Start Program + Inactive + + + + F3536 + L3536 + 3536@hsesinfo.org + + + + + + + 1661 + 1605 + 6 + 06CH7044 + 2004-11-04 + 2006-03-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1662 + 1603 + 4 + 04CH4617 + 2004-11-11 + 2005-03-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1663 + 1239 + 2 + 02CH9943 + 2005-01-01 + 2014-06-30 + CH + Lakewood Economic Action Program + Inactive + F2339 + L2339 + 2339@hsesinfo.org + + + + + + + + + + 1664 + 1747 + 2 + 02CH9944 + 2004-03-01 + 2017-07-31 + CH + Administratration for Integral Child Care Development + Inactive + F15514 + L15514 + 15514@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + + + + + + + 1665 + 3403 + 5 + 05CH8263 + 2004-12-17 + 2005-12-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1666 + 3404 + 7 + 07CH7043 + 2004-12-01 + 2006-04-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1667 + 1605 + 6 + 06CH7045 + 2005-01-24 + 2006-06-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1668 + 3405 + 3 + 03CH3347 + 2005-01-28 + 2006-04-27 + CH + Community Development Institute Head Start + Inactive + + + + + + + + + + + + + 1669 + 1446 + 11 + 90CI9801 + 2005-02-01 + 2025-06-30 + CI + Seminole Nation of Oklahoma + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F3536 + L3536 + 3536@hsesinfo.org + + + + + + + 1670 + 1024 + 7 + 07CH7044 + 2005-03-01 + 2015-10-31 + CH + DOUGLAS COUNTY SCHOOL DISTRICT 0001 + Inactive + F2256 + L2256 + 2256@hsesinfo.org + + + + + + + + + + 1671 + 1605 + 11 + 90CI9802 + 2005-03-01 + 2025-06-30 + CI + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1672 + 1605 + 1 + 01CH0001 + 2005-04-30 + 2007-04-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1673 + 1605 + 3 + 03CH3348 + 2005-05-20 + 2008-02-28 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1675 + 1605 + 5 + 05CH8264 + 2005-05-27 + 2007-05-26 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1676 + 1605 + 3 + 03CH3349 + 2005-06-01 + 2006-11-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1682 + 277 + 6 + 06CH7046 + 2005-07-01 + 2014-06-30 + CH + Cleveland County School District + Inactive + F2185 + L2185 + 2185@hsesinfo.org + + + + + + + + + + 1683 + 1605 + 3 + 03CH3350 + 2005-06-01 + 2007-01-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1685 + 421 + 9 + 09CH9063 + 2005-07-01 + 2014-06-30 + CH + MERCED COUNTY SUPERINTENDENT OF SCHOOLS + Inactive + + + + + + + + + + + + + 1686 + 1605 + 4 + 04CH4618 + 2005-07-01 + 2008-12-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1688 + 1605 + 11 + 90CI9803 + 2005-06-01 + 2009-01-31 + CI + COMMUNITY DEVELOPMENT INSTITUTE HEAD START-Catawba + Inactive + + + + + + + + + + + + + 1689 + 3406 + 2 + 02CH9945 + 2005-08-01 + 2025-06-30 + CH + Comm. Dev. Inst. Metro Puerto Rico Replacement for + Inactive + + + + + + + + + + + + + 1690 + 1605 + 3 + 03CH3351 + 2005-08-01 + 2007-01-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1700 + 3371 + 3 + 03CH3343 + 2003-11-02 + 2005-01-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1701 + 3372 + 5 + 05CH8261 + 2003-11-01 + 2005-01-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1702 + 3373 + 9 + 09CH9061 + 2003-11-01 + 2005-01-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1703 + 1734 + 2 + 02CH9936 + 2004-01-01 + 2014-06-30 + CH + Project Social Care Head Start, Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + + + + + + + 1704 + 3374 + 4 + 04CH4612 + 2003-12-06 + 2006-02-28 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1705 + 748 + 2 + 02CH9937 + 2003-12-01 + 2014-06-30 + CH + Family Service of Westchester, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + + + + + + + + + + 1707 + 149 + 11 + 90CI9800 + 2003-11-01 + 2025-06-30 + CI + Pueblo of Sandia + Inactive + + + + + + + + + + + + + 1708 + 1535 + 1 + 01CH1517 + 2005-01-05 + 2015-12-31 + CH + Connecticut Institute For Communities, Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F32486 + L32486 + 32486@hsesinfo.org + + + + + + + 1710 + 3376 + 7 + 07CH7041 + 2004-01-01 + 2005-11-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1711 + 988 + 3 + 03CH3344 + 2004-03-01 + 2025-06-30 + CH + VENANGO County Health and Human Services + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 1744 + 443 + 6 + 06CH7035 + 2004-06-01 + 2007-04-30 + CH + EASTER SEALS ARKANSAS + Inactive + + + + + + + + + + + + + 1745 + 384 + 6 + 06CH7036 + 2004-06-01 + 2015-05-31 + CH + Texas Tech University System + Inactive + + + + F26305 + L26305 + 26305@hsesinfo.org + + + + + + + 1746 + 1214 + 6 + 06CH7037 + 2004-06-01 + 2025-06-30 + CH + LA CLINICA DE FAMILIA + Inactive + + + + + + + + + + + + + 1748 + 1649 + 4 + 04CH4613 + 2004-04-01 + 2016-03-31 + CH + OWSLEY COUNTY BOARD OF EDUCATION + Inactive + F2001 + L2001 + 2001@hsesinfo.org + + + + + + + + + + 1749 + 1605 + 6 + 06CH7038 + 2006-09-01 + 2007-07-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1750 + 296 + 4 + 04CH4614 + 2004-01-01 + 2025-06-30 + CH + Cleveland County Schools (Head Start) + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 1751 + 387 + 1 + 01CH1518 + 2004-05-01 + 2015-04-30 + CH + CHILDREN'S FRIEND AND SERVICE + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 1752 + 876 + 3 + 03CH3345 + 2004-07-01 + 2025-06-30 + CH + Associated Catholic Charities, Inc. + Inactive + + + + + + + + + + + + + 1753 + 1765 + 6 + 06CH7039 + 2004-06-01 + 2025-06-30 + CH + Concho Valley Council of Governments + Inactive + + + + F12886 + L12886 + 12886@hsesinfo.org + + + + + + + 1755 + 3396 + 2 + 02CH9938 + 2004-05-21 + 2025-06-30 + CH + Community Development Institute Head Start + Inactive + + + + + + + + + + + + + 1756 + 1894 + 4 + 04CH4615 + 2004-06-01 + 2025-06-30 + CH + DUNBAR CENTER, INC + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + + + + + + + 1758 + 1212 + 8 + 08CH0143 + 2004-09-01 + 2025-06-30 + CH + NORTHWESTERN COMMUNITY ACTION PROGRAMS OF WYOMING, INC + Inactive + + + + + + + + + + + + + 1759 + 1457 + 8 + 08CH0144 + 2004-07-01 + + CH + TECHNOLOGY FOR RURAL ENHANCEMENT OF COMMUNITIES + Inactive + + + + + + + + + + + + + 1760 + 1226 + 8 + 08CH0145 + 2004-07-01 + + CH + COMMUNITY ACTION PROGRAM REGION VI + Inactive + + + + + + + + + + + + + 1761 + 1824 + 8 + 08CH0146 + 2004-08-01 + 2025-06-30 + CH + AWARE, Inc. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 1762 + 1962 + 8 + 08CH0147 + 2004-07-01 + 2025-06-30 + CH + FAMILIES IN PARTNERSHIP, INC. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 1763 + 1713 + 8 + 08CH0148 + 2004-08-01 + + CH + OTERO JUNIOR COLLEGE + Inactive + + + + + + + + + + + + + 1764 + 947 + 8 + 08CH0149 + 2004-07-01 + 2025-06-30 + CH + Eagle County HHS + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 1765 + 829 + 8 + 08CH0150 + 2004-07-01 + 2025-06-30 + CH + CATHOLIC CHARITIES, ARCHDIOCESE OF DENVER + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F3062 + L3062 + 3062@hsesinfo.org + + + + + + + 1766 + 1605 + 7 + 07CH7042 + 2004-07-01 + 2006-04-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1767 + 3398 + 2 + 02CH9939 + 2004-07-01 + 2005-09-30 + CH + Community Development Institute HS (Ballston Spa) + Inactive + + + + + + + + + + + + + 1769 + 617 + 6 + 06CH7040 + 2009-04-01 + 2014-03-31 + CH + Sunbeam Family Services, Inc. + Inactive + F2185 + L2185 + 2185@hsesinfo.org + + + + + + + + + + 1770 + 1603 + 4 + 04CH4616 + 2004-07-19 + 2005-09-18 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1771 + 1893 + 5 + 05CH8262 + 2004-07-27 + 2025-06-30 + CH + Elkhart & St. Joseph Counties Head Start Consortium + Inactive + + + + F14177 + L14177 + 14177@hsesinfo.org + + + + + + + 1772 + 3399 + 2 + 02CH9940 + 2004-08-01 + 2006-08-31 + CH + Community Development Institute Denver (Interim) + Inactive + + + + + + + + + + + + + 1773 + 1605 + 2 + 02CH9941 + 2006-08-01 + 2007-07-31 + CH + Community Development Institute Head Start + Inactive + + + + + + + + + + + + + 1774 + 3400 + 2 + 02CH9942 + 2004-11-01 + 2005-10-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1775 + 1648 + 9 + 09CH9062 + 2004-08-25 + 2014-06-30 + CH + Yolo County Office of Education + Inactive + + + + + + + + + + + + + 1776 + 1605 + 10 + 10CH0176 + 2004-08-26 + 2006-01-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1778 + 1170 + 3 + 03CH3346 + 2004-12-01 + 2025-06-30 + CH + Health Federation of Philadelphia + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F14544 + L14544 + 14544@hsesinfo.org + + + + + + + 1785 + 408 + 6 + 06CH7041 + 2004-09-01 + 2025-06-30 + CH + Terrebonne Parish Consolidated Government + Inactive + + + + F2193 + L2193 + 2193@hsesinfo.org + + + + + + + 1786 + 714 + 6 + 06CH7042 + 2007-07-01 + 2015-06-30 + CH + Calcasieu Parish School Board + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F15375 + L15375 + 15375@hsesinfo.org + + + + + + + 1787 + 1763 + 6 + 06CH7043 + 2005-01-01 + 2006-06-30 + CH + BEAUREGARD COMMUNITY ACTION ASSOCIATION, INC + Inactive + + + + + + + + + + + + + 1815 + 3338 + 1 + 01CH1510 + 2002-08-01 + 2004-06-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1817 + 1559 + 6 + 06CH7018 + 2006-01-01 + 2025-06-30 + CH + Northeast Texas Opportunities, Inc. + Inactive + + + + + + + + + + + + + 1818 + 3339 + 3 + 03CH3329 + 2002-09-01 + 2003-09-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1821 + 1798 + 1 + 01CH1511 + 2005-03-01 + 2014-02-28 + CH + MANCHESTER BOARD OF EDUCATION + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F2293 + L2293 + 2293@hsesinfo.org + + + + + + + 1824 + 927 + 8 + 08CH0136 + 2002-09-01 + 2025-06-30 + CH + Summit County Head Start + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F3061 + L3061 + 3061@hsesinfo.org + + + + + + + 1827 + 1620 + 5 + 05CH8260 + 2002-07-01 + 2025-06-30 + CH + Athens-Meigs Educational Service Center + Inactive + + + + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 1831 + 1454 + 8 + 08CH0137 + 2002-08-29 + 2025-06-30 + CH + ROCKY MOUNTAIN SER/JOBS FOR PROGRESS, INC + Inactive + + + + + + + + + + + + + 1832 + 1102 + 7 + 07CH7038 + 2002-07-01 + 2025-06-30 + CH + TOPEKA UNIFIED SCHOOL DISTRICT #501 + Inactive + + + + F12903 + L12903 + 12903@hsesinfo.org + + + + + + + 1836 + 248 + 11 + 90CI9791 + 2002-09-01 + 2025-06-30 + CI + RENO-SPARKS INDIAN COLONY + Inactive + + + + + + + + + + + + + 1838 + 3344 + 6 + 06CH7019 + 2002-09-01 + 2004-10-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1840 + 3346 + 2 + 02CH9918 + 2002-06-01 + 2025-06-30 + CH + Puerto Rican Family Institute, Inc. + Inactive + + + + + + + + + + + + + 1846 + 153 + 1 + 01CH1512 + 2005-03-01 + 2009-07-31 + CH + EASTER SEALS CONNECTICUT, INC. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F2293 + L2293 + 2293@hsesinfo.org + + + + + + + 1848 + 3347 + 6 + 06CH7020 + 2004-02-01 + 2004-10-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1850 + 1045 + 11 + 90CI9792 + 2002-09-01 + 2025-06-30 + CI + SAMISH INDIAN TRIBE + Inactive + + + + + + + + + + + + + 1851 + 1262 + 11 + 90CI9793 + 2002-09-01 + 2025-06-30 + CI + Houlton Band of Maliseet Indians + Inactive + F15957 + L15957 + 15957@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + + + + + + + 1852 + 1303 + 11 + 90CI9794 + 2002-03-01 + 2025-06-30 + CI + YANKTON SIOUX TRIBE + Inactive + + + + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 1853 + 710 + 12 + 90CM9789 + 2002-09-01 + 2015-08-31 + CM + Community Action Council for Lexington-Fayette, Bourbon + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + + + + + + + 1854 + 3348 + 2 + 02CH9919 + 2002-10-01 + 2025-06-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1855 + 1321 + 8 + 08CH0138 + 2002-12-01 + 2025-06-30 + CH + DDI VANTAGE, Inc. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + + + + + + + + + + 1857 + 3350 + 4 + 04CH4597 + + + CH + COMMUNITY DEVELOPMENT INSTITUTE + Inactive + + + + + + + + + + + + + 1859 + 1778 + 3 + 03CH3330 + 2002-02-01 + 2016-01-31 + CH + Maternity Care Coalition + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F14544 + L14544 + 14544@hsesinfo.org + + + + + + + 1860 + 198 + 6 + 06CH7021 + 2003-01-01 + 2025-06-30 + CH + Central Texas 4C, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 1861 + 1354 + 6 + 06CH7022 + 2006-12-01 + 2025-06-30 + CH + North Texas Parent & Child Development, Inc. + Inactive + + + + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 1862 + 1797 + 6 + 06CH7023 + 2007-12-01 + 2025-06-30 + CH + Arkansas Human Development Corporation + Inactive + + + + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 1863 + 865 + 6 + 06CH7024 + 2002-12-01 + 2012-10-31 + CH + VOLUNTEERS OF AMERICA, NORTH LOUISIANA + Inactive + + + + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 1864 + 1173 + 3 + 03CH3331 + 2003-05-01 + 2025-06-30 + CH + Child Development Resources, Inc. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 1865 + 1974 + 7 + 07CH7039 + 2002-11-01 + 2025-06-30 + CH + Boys and Girls Home of Nebraska + Inactive + + + + + + + + + + + + + 1866 + 1479 + 4 + 04CH4598 + 2002-12-01 + 2025-06-30 + CH + Polk County Board of Education + Inactive + F2065 + L2065 + 2065@hsesinfo.org + + + + + + + + + + 1867 + 801 + 3 + 03CH3332 + 2002-12-01 + 2025-06-30 + CH + CAMPAGNA CENTER, INC + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F32243 + L32243 + 32243@hsesinfo.org + + + + + + + 1868 + 1384 + 2 + 02CH9920 + 2002-11-01 + 2015-10-31 + CH + Centro de Fortalecimiento Familiar, ESCAPE + Inactive + F2342 + L2342 + 2342@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + + + + + + + 1871 + 3352 + 10 + 10CH0173 + 2002-12-15 + 2004-03-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1872 + 1521 + 3 + 03CH3333 + 2002-12-01 + 2025-06-30 + CH + Northern Virginia Family Service + Inactive + + + + + + + + + + + + + 1873 + 1307 + 4 + 04CH4599 + 2011-01-01 + 2014-12-31 + CH + CHAPEL HILL TRAINING-OUTREACH PROJECT, INC. + Inactive + + + + + + + + + + + + + 1874 + 1910 + 4 + 04CH4600 + 2002-12-01 + 2025-06-30 + CH + The Enola Group, Inc. + Inactive + F13325 + L13325 + 13325@hsesinfo.org + + + + + + + + + + 1877 + 3354 + 3 + 03CH3334 + 2003-02-01 + 2005-12-31 + CH + Community Development Institute Head Start + Inactive + + + + + + + + + + + + + 1878 + 1424 + 1 + 01CH1513 + 2003-01-01 + 2015-12-31 + CH + Rutland Community Programs, Inc. + Inactive + + + + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 1879 + 948 + 8 + 08CH0139 + 2003-01-01 + 2025-06-30 + CH + Cripple Creek Victor School District RE-1 + Inactive + F3056 + L3056 + 3056@hsesinfo.org + + + + + + + + + + 1880 + 1237 + 10 + 10CH0174 + 2003-02-01 + 2008-01-31 + CH + BEAR RIVER HEAD START + Inactive + + + + + + + + + + + + + 1881 + 680 + 2 + 02CH9921 + 2003-02-01 + 2014-06-30 + CH + Episcopal Social Services of New York + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 1882 + 605 + 2 + 02CH9922 + 2003-02-01 + 2014-01-31 + CH + Northside Center for Child Development + Inactive + + + + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 1883 + 142 + 2 + 02CH9923 + 2003-02-01 + 2016-01-31 + CH + Broadway Housing Communities, Inc. + Inactive + F14214 + L14214 + 14214@hsesinfo.org + + + + + + + + + + 1884 + 1425 + 2 + 02CH9924 + 2003-02-01 + 2014-01-31 + CH + Metropolitan Child Services, Inc. + Inactive + F2340 + L2340 + 2340@hsesinfo.org + + + + + + + + + + 1885 + 990 + 2 + 02CH9925 + 2003-02-01 + 2025-06-30 + CH + Yeshiva Kehilath Yakove, Inc. + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 1886 + 1888 + 2 + 02CH9926 + 2003-02-01 + 2025-06-30 + CH + Brooklyn Chinese - American Association + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + + + + + + + 1887 + 4237 + 2 + 02CH9927 + 2003-02-01 + 2016-01-31 + CH + CHILD DEVELOPMENT CENTER OF THE MMCC + Inactive + F14214 + L14214 + 14214@hsesinfo.org + + + + + + + + + + 1888 + 1360 + 6 + 06CH7025 + 2006-02-01 + 2025-06-30 + CH + Crossroads Youth & Family Services, Inc. + Inactive + + + + + + + + + + + + + 1889 + 1158 + 6 + 06CH7026 + 2008-02-01 + 2016-06-30 + CH + WEWOKA PUBLIC SCHOOLS + Inactive + + + + F41383 + L41383 + 41383@hsesinfo.org + + + + + + + 1892 + 539 + 12 + 90CM9792 + 2003-03-01 + 2025-06-30 + CM + HOLYOKE CHICOPEE SPRINGFIELD HEAD START, INC. + Inactive + + + + F3031 + L3031 + 3031@hsesinfo.org + + + + + + + 1893 + 547 + 2 + 02CH9928 + 2003-04-01 + 2013-03-31 + CH + Graham-Windham Services for Families & Children + Inactive + F2339 + L2339 + 2339@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 1894 + 580 + 3 + 03CH3335 + 2003-05-01 + 2025-06-30 + CH + YMCA Of Philadelphia & Vicinity + Inactive + + + + + + + + + + + + + 1895 + 3356 + 6 + 06CH7027 + 2003-04-01 + 2004-11-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1896 + 1807 + 6 + 06CH7028 + 2007-04-01 + 2025-06-30 + CH + YWCA OF GREATER BATON ROUGE + Inactive + + + + F2193 + L2193 + 2193@hsesinfo.org + + + + + + + 1897 + 1890 + 8 + 08CH0140 + 2003-07-01 + 2025-06-30 + CH + Young Families Early Head Start Inc. + Inactive + + + + F3058 + L3058 + 3058@hsesinfo.org + + + + + + + 1898 + 1748 + 8 + 08CH0141 + 2003-07-01 + 2025-06-30 + CH + KIDS ON THE MOVE, INC. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + + + + + + + + + + 1900 + 1653 + 3 + 03CH3336 + 2003-05-01 + 2025-06-30 + CH + Central Fulton School District + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + + + + + + 1902 + 1605 + 13 + 90CH0025 + 2007-08-01 + 2011-07-31 + CH + CDI/Mercer County, NJ + Inactive + + + + + + + + + + + + + 1907 + 690 + 5 + 05CH8289 + 2007-09-01 + 2025-06-30 + CH + Howard Area Community Center + Inactive + + + + + + + + + + + + + 1927 + 1605 + 13 + 90CH0026 + 2007-08-17 + 2011-08-16 + CH + CDI/CAMPO, CA + Inactive + + + + + + + + + + + + + 1928 + 1605 + 13 + 90CH0028 + 2007-08-01 + 2009-07-31 + CH + CDI/Union Township, NJ + Inactive + + + + F266 + L266 + 266@hsesinfo.org + + + + + + + 1929 + 1605 + 13 + 90CH0029 + 2007-06-01 + 2014-05-31 + CH + CDI/Northeast, AR + Inactive + + + + + + + + + + + + + 1931 + 191 + 9 + 09CH9083 + 2007-09-17 + 2025-06-30 + CH + Sunrise Children`s Foundation + Inactive + + + + + + + + + + + + + 1944 + 337 + 6 + 06CH7051 + 2007-09-01 + 2014-06-30 + CH + BeauCARE, Inc. + Inactive + + + + F2179 + L2179 + 2179@hsesinfo.org + + + + + + + 1946 + 342 + 3 + 03CH3323 + 2002-05-01 + 2025-06-30 + CH + AFL-CIO Appalachian Council, Inc. + Inactive + + + + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 1947 + 1342 + 2 + 02CH9907 + 2002-05-01 + 2016-06-30 + CH + Taller Educative de Caguas + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 1948 + 1388 + 6 + 06CH7015 + 2002-07-01 + 2014-06-30 + CH + Franklin Parish School Board + Inactive + + + + + + + + + + + + + 1950 + 1903 + 6 + 06CH7016 + 2002-07-01 + 2025-06-30 + CH + CITY OF ALBUQUERQUE EARLY HEAD START + Inactive + + + + + + + + + + + + + 1952 + 752 + 3 + 03CH3324 + 2002-09-01 + 2025-06-30 + CH + TELAMON CORPORATION + Inactive + + + + + + + + + + + + + 1953 + 488 + 3 + 03CH3325 + 2008-09-01 + 2014-08-31 + CH + University of Delaware + Inactive + F14907 + L14907 + 14907@hsesinfo.org + + + + + + + + + + 1954 + 1486 + 7 + 07CH7037 + 2002-05-01 + 2025-06-30 + CH + SOUTH SIDE DAY NURSERY + Inactive + + + + + + + + + + + + + 1955 + 1671 + 2 + 02CH9908 + 2002-05-01 + 2015-04-30 + CH + Lutheran Social Services of the Virgin Islands, Inc. + Inactive + + + + + + + + + + + + + 1957 + 1846 + 2 + 02CH9909 + 2002-06-01 + 2014-05-31 + CH + MUNICIPALITY OF HUMACAO + Inactive + F15514 + L15514 + 15514@hsesinfo.org + + + + + + + + + + 1958 + 1615 + 3 + 03CH3326 + 2002-06-01 + 2025-06-30 + CH + Lawrence County Social Services, Inc. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + + + + + + + + + + 1959 + 1390 + 2 + 02CH9910 + 2002-06-01 + 2015-06-30 + CH + Municipality of Isabela + Inactive + F2342 + L2342 + 2342@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + + + + + + + 1961 + 1378 + 2 + 02CH9911 + 2002-07-01 + 2015-06-30 + CH + Municipality of Patillas + Inactive + F2342 + L2342 + 2342@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + + + + + + + 1963 + 1454 + 8 + 08CH0135 + 2002-07-01 + 2025-06-30 + CH + ROCKY MOUNTAIN SER/JOBS FOR PROGRESS, INC + Inactive + + + + + + + + + + + + + 1964 + 1605 + 2 + 02CH9912 + 2006-01-01 + 2006-12-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1965 + 658 + 2 + 02CH9913 + 2002-07-01 + 2025-06-30 + CH + The Child Center of New York + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F2359 + L2359 + 2359@hsesinfo.org + + + + + + + 1967 + 1361 + 2 + 02CH9914 + 2002-07-01 + 2025-06-30 + CH + Passaic Family Head Start + Inactive + F23929 + L23929 + 23929@hsesinfo.org + + + + + + + + + + 1969 + 1845 + 2 + 02CH9915 + 2002-05-01 + 2009-04-30 + CH + Municipality of Santa Isabel + Inactive + + + + + + + + + + + + + 1970 + 580 + 3 + 03CH3327 + 2002-07-01 + 2025-06-30 + CH + YMCA Of Philadelphia & Vicinity + Inactive + + + + + + + + + + + + + 1971 + 1436 + 2 + 02CH9916 + 2002-05-01 + 2025-06-30 + CH + Head Start of Eastern Orange County, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + + + + + + + + + + 1974 + 3331 + 3 + 03CH3328 + 2002-07-29 + 2003-10-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1975 + 3332 + 6 + 06CH7017 + 2002-08-01 + 2025-06-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 1976 + 1353 + 2 + 02CH9917 + 2002-09-01 + 2025-06-30 + CH + Youth Services Center + Inactive + F2342 + L2342 + 2342@hsesinfo.org + + + + + + + + + + 1990 + 1643 + 4 + 04CH4583 + 2011-04-01 + 2015-03-31 + CH + PENDER COUNTY BOARD OF EDUCATION + Inactive + + + + + + + + + + + + + 1993 + 1252 + 9 + 09CH9055 + 2000-08-01 + 2025-06-30 + CH + EL NIDO FAMILY CENTERS + Inactive + + + + + + + + + + + + + 1994 + 3192 + 9 + 09CH9056 + 2000-09-18 + 2004-03-31 + CH + Childhelp USA Inc. + Inactive + + + + + + + + + + + + + 1999 + 1366 + 2 + 02CH9892 + 2000-09-01 + 2015-08-31 + CH + Municipality of Barceloneta + Inactive + F2342 + L2342 + 2342@hsesinfo.org + + + + + + + + + + 2001 + 3197 + 4 + 04CH4584 + 2000-09-01 + 2025-06-30 + CH + CARROLL COUNTY BOARD OF EDUCATION + Inactive + + + + + + + + + + + + + 2003 + 1038 + 2 + 02CH9893 + 2000-09-01 + 2025-06-30 + CH + Municipal Government of Sabana Grande + Inactive + F2342 + L2342 + 2342@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + + + + + + + 2004 + 1720 + 4 + 04CH4585 + 2000-09-01 + 2025-06-30 + CH + Clarke County School District + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + + + + + + + 2012 + 1248 + 4 + 04CH4586 + 2000-09-01 + 2025-06-30 + CH + Asheville City Schools + Inactive + + + + + + + + + + + + + 2015 + 289 + 11 + 90CI9784 + 2009-08-01 + 2015-07-31 + CI + Menominee Indian Tribe + Inactive + F11856 + L11856 + 11856@hsesinfo.org + + + + + + + + + + 2016 + 1992 + 9 + 09CH9057 + 2000-09-18 + 2025-06-30 + CH + Volunteers of America-Southwest California Corporation + Inactive + + + + + + + + + + + + + 2023 + 1721 + 6 + 06CH7009 + 2005-11-01 + 2025-06-30 + CH + REGION IX EDUCATION SERVICE CENTER + Inactive + + + + + + + + + + + + + 2027 + 3212 + 13 + 90CH0001 + 1997-10-01 + 2002-09-30 + CH + Housing, Industry, Training Inc. + Inactive + + + + + + + + + + + + + 2033 + 778 + 1 + 01CH1506 + 2000-09-01 + 2016-06-30 + CH + DIMOCK COMMUNITY SERVICES CORPORATION + Inactive + + + + F13406 + L13406 + 13406@hsesinfo.org + + + + + + + 2037 + 1132 + 6 + 06CH7010 + 2004-02-01 + 2025-06-30 + CH + PARENT & CHILD INC. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 2051 + 281 + 11 + 90CI9785 + 2001-02-01 + 2015-01-31 + CI + CHEMEHUEVI INDIAN TRIBE + Inactive + F15957 + L15957 + 15957@hsesinfo.org + + + + + + + + + + 2056 + 1657 + 2 + 02CH9894 + 2007-02-01 + 2008-01-31 + CH + Friendly Fuld Neighborhood Center, Inc. + Inactive + + + + + + + + + + + + + 2057 + 1745 + 2 + 02CH9895 + 2001-02-01 + 2015-01-31 + CH + Quintana Baptist Church + Inactive + F2342 + L2342 + 2342@hsesinfo.org + + + + + + + + + + 2063 + 3236 + 4 + 04CH4587 + 2001-03-01 + 2002-12-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 2082 + 2754 + 10 + 10CH0163 + 1998-06-01 + 1999-05-31 + CH + RELIABLE ENTERPRISES + Inactive + + + + + + + + + + + + + 2100 + 930 + 10 + 10CH0164 + 1998-07-01 + 2016-06-30 + CH + College of Southern Idaho + Inactive + + + + + + + + + + + + + 2107 + 758 + 10 + 10CH0165 + 1998-07-01 + 2014-12-31 + CH + Neighborhood House + Inactive + + + + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 2108 + 821 + 10 + 10CH0166 + 2000-11-01 + 2013-10-31 + CH + SEATTLE PUBLIC SCHOOLS + Inactive + + + + + + + + + + + + + 2109 + 1946 + 10 + 10CH0167 + 2000-11-01 + 2014-10-31 + CH + Denise Louie Education Center + Inactive + + + + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 2110 + 2777 + 3 + 03CH3301 + 1998-07-02 + 1999-07-01 + CH + BUCKS COUNTY HEAD START, INC + Inactive + + + + + + + + + + + + + 2133 + 1483 + 10 + 10CH0168 + 1998-11-01 + 2013-08-31 + CH + First A.M.E. Child Development Center + Inactive + + + + + + + + + + + + + 2139 + 1744 + 2 + 02CH9883 + 1998-08-01 + 2013-06-30 + CH + Kiryas Joel Municipal Local Development + Inactive + F2340 + L2340 + 2340@hsesinfo.org + + + + + + + + + + 2140 + 365 + 6 + 06CH6996 + 2007-09-01 + 2025-06-30 + CH + REGION VII EDUCATION SERVICE CENTER + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 2141 + 1484 + 6 + 06CH6997 + 2007-08-01 + 2025-06-30 + CH + GREENVILLE INDEPENDENT SCHOOL DISTRICT + Inactive + + + + F2187 + L2187 + 2187@hsesinfo.org + + + + + + + 2146 + 3421 + 4 + 04CH4573 + 1998-08-01 + 2025-06-30 + CH + EASTER SEAL OF NORTH GEORGIA + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + + + + + + + 2147 + 2803 + 4 + 04CH4574 + 1998-08-01 + 2025-06-30 + CH + MORRIS BROWN COLLEGE + Inactive + + + + + + + + + + + + + 2234 + 3025 + 1 + 01CH1502 + 1998-08-19 + 1999-08-18 + CH + BRATTLEBORO TOWN SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 2240 + 1305 + 6 + 06CH7001 + 2006-11-01 + 2025-06-30 + CH + UAMS Department of Pediatrics + Inactive + + + + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 2242 + 3029 + 2 + 02CH9886 + 1999-01-25 + 2025-06-30 + CH + WASHINGTON COUNTY ECONOMIC OPPORTUNITY COUNCIL, INC + Inactive + + + + + + + + + + + + + 2246 + 3032 + 3 + 03CH3302 + 2001-05-01 + 2002-04-30 + CH + CRIME PREVENTION ASSOCIATION + Inactive + + + + + + + + + + + + + 2283 + 3168 + 7 + 07CH7031 + 2000-06-01 + 2001-05-31 + CH + Community Devleopment Institute + Inactive + + + + + + + + + + + + + 2285 + 3170 + 2 + 02CH9890 + 2000-06-01 + 2025-06-30 + CH + Babyland Family Services, Inc. + Inactive + + + + + + + + + + + + + 2286 + 3171 + 4 + 04CH4579 + 2000-07-01 + 2025-06-30 + CH + SOUTHWEST GEORGIA CHILD DEVELOPMENT COUNCIL + Inactive + + + + + + + + + + + + + 2287 + 918 + 4 + 04CH4580 + 2000-08-01 + 2025-06-30 + CH + ONSLOW COUNTY BOARD OF EDUCATION + Inactive + + + + + + + + + + + + + 2288 + 1112 + 6 + 06CH7005 + 2000-08-01 + 2006-12-31 + CH + Grant Parish Police Jury + Inactive + + + + + + + + + + + + + 2289 + 1600 + 3 + 03CH3307 + 2000-09-30 + 2025-06-30 + CH + Maryland Family Network, Inc. + Inactive + + + + + + + + + + + + + 2290 + 184 + 3 + 03CH3308 + 2000-09-30 + 2025-06-30 + CH + Monongalia County Board of Education + Inactive + + + + F11796 + L11796 + 11796@hsesinfo.org + + + + + + + 2291 + 226 + 3 + 03CH3309 + 2000-09-30 + 2025-06-30 + CH + Edward C. Mazique Parent Child Center, Inc. + Inactive + + + + + + + + + + + + + 2292 + 225 + 3 + 03CH3310 + 2008-07-01 + 2013-06-30 + CH + Family Services Agency, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + + + + + + + + + + 2293 + 1116 + 5 + 05CH8258 + 2000-08-01 + 2016-06-30 + CH + Muskegon Area Intermediate School District + Inactive + + + + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 2294 + 1373 + 6 + 06CH7006 + 2007-09-01 + 2014-08-31 + CH + AVANCE-San Antonio, Inc. + Inactive + + + + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 2297 + 272 + 6 + 06CH7007 + 2001-09-01 + 2025-06-30 + CH + The Child Care Group + Inactive + + + + + + + + + + + + + 2301 + 1227 + 4 + 04CH4581 + 2000-09-01 + 2025-06-30 + CH + Tennessee State University Center of Excellence + Inactive + + + + + + + + + + + + + 2302 + 489 + 6 + 06CH7008 + 2008-08-01 + 2013-07-31 + CH + Texarkana Special Education Center, Inc. + Inactive + + + + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 2303 + 3175 + 3 + 03CH3311 + 2000-09-30 + 2001-10-31 + CH + PHILADELPHIA PARENT CHILD CENTER, INC + Inactive + + + + + + + + + + + + + 2309 + 3179 + 2 + 02CH9891 + 2000-09-01 + 2002-07-31 + CH + WESTCHESTER COMMUNITY OPPORTUNITY PROGRAM, INC + Inactive + + + + + + + + + + + + + 2319 + 750 + 4 + 04CH4582 + 2000-08-01 + 2016-06-30 + CH + DUPLIN COUNTY BOARD OF EDUCATION + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 2325 + 1348 + 4 + 04CH4575 + 1999-05-01 + 2025-06-30 + CH + Y M C A OF METROPOLITAN ATLANTA + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + + + + + + + 2327 + 677 + 5 + 05CH8257 + 1999-06-01 + 2016-09-30 + CH + Charter, County of Wayne, Michigan + Inactive + + + + F2147 + L2147 + 2147@hsesinfo.org + + + + + + + 2335 + 979 + 11 + 90CI9780 + 1999-08-01 + 2025-06-30 + CI + The Suquamish Tribe + Inactive + F33086 + L33086 + 33086@hsesinfo.org + + + + + + + + + + 2336 + 491 + 11 + 90CI9781 + 1999-07-01 + 2025-06-30 + CI + Upper Skagit Indian Tribe + Inactive + + + + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 2337 + 257 + 11 + 90CI9782 + 1999-09-01 + 2025-06-30 + CI + St. Croix Tribe of Wisconsin + Inactive + F25722 + L25722 + 25722@hsesinfo.org + + + + + + + + + + 2338 + 1781 + 11 + 90CI9783 + 1999-06-01 + 2025-06-30 + CI + Coquille Tribe + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + + + + + + + 2347 + 3086 + 3 + 03CH3303 + 1999-07-01 + 2000-06-30 + CH + Mayor and City Council of Baltimore + Inactive + + + + + + + + + + + + + 2359 + 1957 + 9 + 09CH9053 + 2001-06-01 + 2013-09-30 + CH + San Fancisco State University + Inactive + + + + F4029 + L4029 + 4029@hsesinfo.org + + + + + + + 2362 + 3100 + 8 + 08CH0124 + 1999-07-01 + 2001-06-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE + Inactive + + + + + + + + + + + + + 2365 + 1422 + 2 + 02CH9887 + 1999-07-01 + 2025-06-30 + CH + Early Childhood Learning Center of Greene County, Inc. + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + + + + + + + 2370 + 1750 + 3 + 03CH3304 + 2001-08-01 + 2025-06-30 + CH + DELAWARE COUNTY INTERMEDIATE UNIT + Inactive + F14907 + L14907 + 14907@hsesinfo.org + + + + + + + + + + 2372 + 1782 + 6 + 06CH7002 + 2002-09-01 + 2025-06-30 + CH + Education Service Center Region XIV + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + + + + + + 2373 + 150 + 4 + 04CH4576 + 1999-08-01 + 2015-10-31 + CH + SHELTERING ARMS (THE) + Inactive + + + + F11756 + L11756 + 11756@hsesinfo.org + + + + + + + 2377 + 3111 + 4 + 04CH4577 + 1999-08-01 + 2025-06-30 + CH + PROVIDENCE LEARNING CENTER & DEVELOPMENT CORPORATION + Inactive + + + + + + + + + + + + + 2383 + 283 + 6 + 06CH7004 + 2008-09-01 + 2025-06-30 + CH + Kaufman Independent School District + Inactive + + + + F12886 + L12886 + 12886@hsesinfo.org + + + + + + + 2408 + 3139 + 2 + 02CH9888 + 1999-09-08 + 2002-03-31 + CH + COMMISSION ON ECONOMIC OPPORTUNITY FOR RENSSELAER + Inactive + + + + + + + + + + + + + 2411 + 363 + 1 + 01CH1503 + 2001-03-01 + 2016-02-29 + CH + SouthEastern Vermont Community Action, Inc. + Inactive + + + + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 2412 + 1752 + 1 + 01CH1504 + 2001-03-01 + 2016-02-28 + CH + BRATTLEBORO TOWN SCHOOL DISTRICT + Inactive + + + + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 2424 + 1644 + 10 + 10CH0169 + 1999-07-01 + 2015-06-30 + CH + Harney Education Services District + Inactive + F2446 + L2446 + 2446@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + + + + + + + 2437 + 3164 + 8 + 08CH0125 + 1999-11-01 + 2000-10-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE, CORP + Inactive + + + + + + + + + + + + + 2438 + 1039 + 2 + 02CH9889 + 2000-03-01 + 2015-02-28 + CH + Municipality of Guaynabo + Inactive + F2342 + L2342 + 2342@hsesinfo.org + + + + + + + + + + 2440 + 1714 + 7 + 07CH7030 + 2000-07-01 + 2025-06-30 + CH + ARKANSAS CITY SCHOOLS-USD 470 + Inactive + + + + F13558 + L13558 + 13558@hsesinfo.org + + + + + + + 2442 + 1520 + 3 + 03CH3305 + 2000-06-01 + 2025-06-30 + CH + Head Start of Washington County, Inc. + Inactive + + + + F2437 + L2437 + 2437@hsesinfo.org + + + + + + + 2443 + 876 + 3 + 03CH3306 + 2000-06-01 + 2015-06-30 + CH + Associated Catholic Charities, Inc. + Inactive + F2415 + L2415 + 2415@hsesinfo.org + + + + + + + + + + 2444 + 3165 + 1 + 01CH1505 + 2000-06-01 + 2001-07-31 + CH + HOLYOKE CHICOPEE SPRINGFIELD HEAD START, INC. + Inactive + + + + + + + + + + + + + 2446 + 1349 + 4 + 04CH4578 + 2000-06-01 + 2025-06-30 + CH + North Florida Child Development, Inc. + Inactive + + + + F2016 + L2016 + 2016@hsesinfo.org + + + + + + + 2448 + 346 + 9 + 09CH9054 + 2000-07-01 + 2025-06-30 + CH + CHILD AND FAMILY SERVICE + Inactive + + + + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 2449 + 772 + 8 + 08CH0126 + 2000-07-01 + 2025-06-30 + CH + City of Lakewood + Inactive + F3032 + L3032 + 3032@hsesinfo.org + + + + + + + + + + 2539 + 784 + 8 + 08CH0130 + 2001-09-01 + 2025-06-30 + CH + FAMILY STAR, INC. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F3058 + L3058 + 3058@hsesinfo.org + + + + + + + 2540 + 3429 + 8 + 08CH0131 + 2001-09-01 + 2014-06-30 + CH + Clayton Early Learning + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F3058 + L3058 + 3058@hsesinfo.org + + + + + + + 2541 + 327 + 8 + 08CH0132 + 2001-09-01 + 2025-06-30 + CH + DEVELOPMENTAL OPPORTUNITIES, INC + Inactive + + + + F3061 + L3061 + 3061@hsesinfo.org + + + + + + + 2551 + 1155 + 4 + 04CH4594 + 2013-07-01 + 2014-06-30 + CH + Picayune School District + Inactive + F13325 + L13325 + 13325@hsesinfo.org + + + + + + + + + + 2554 + 3310 + 10 + 10CH0172 + 2001-09-01 + 2002-11-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 2556 + 206 + 7 + 07CH7034 + 2001-09-30 + 2014-06-30 + CH + UNIVERSITY OF KANSAS MEDICAL CENTER RESEARCH INSTITUTE + Inactive + + + + F15302 + L15302 + 15302@hsesinfo.org + + + + + + + 2557 + 476 + 11 + 90CI9786 + 2001-07-01 + 2025-06-30 + CI + Ponca Tribe of Indians of Oklahoma + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F3536 + L3536 + 3536@hsesinfo.org + + + + + + + 2558 + 3312 + 11 + 90CI9787 + 2001-09-01 + 2003-06-30 + CI + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 2562 + 3315 + 7 + 07CH7035 + 2001-10-01 + 2002-09-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 2563 + 752 + 4 + 04CH4595 + 2001-10-01 + 2025-06-30 + CH + TELAMON CORPORATION + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 2565 + 3316 + 5 + 05CH8259 + 2001-12-04 + 2003-12-03 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 2566 + 1978 + 8 + 08CH0133 + 2002-01-01 + 2025-06-30 + CH + THE LEARNING CENTER FOR FAMILIES + Inactive + F3032 + L3032 + 3032@hsesinfo.org + + + + + + + + + + 2567 + 317 + 11 + 90CI9788 + 2001-11-01 + 2025-06-30 + CI + Big Sandy Rancheria of Western Mono Indians + Inactive + F25722 + L25722 + 25722@hsesinfo.org + + + + + + + + + + 2568 + 3317 + 8 + 08CH0134 + 2002-01-01 + 2006-12-31 + CH + ROCKY MOUNTAIN SER/JOBS FOR PROGRESS, INC + Inactive + + + + + + + + + + + + + 2569 + 3318 + 1 + 01CH1509 + 2001-12-01 + 2003-03-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 2571 + 3320 + 7 + 07CH7036 + 2002-01-01 + 2002-10-31 + CH + Topeka Public Schools, USD #501 + Inactive + + + + + + + + + + + + + 2572 + 647 + 2 + 02CH9905 + 2002-02-01 + 2025-06-30 + CH + Manhasset-Great Neck Economic Opportunity Council, Inc. + Inactive + + + + + + + + + + + + + 2573 + 3321 + 6 + 06CH7013 + 2002-02-01 + 2003-11-14 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 2574 + 3322 + 4 + 04CH4596 + 2002-02-01 + 2025-06-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 2575 + 3323 + 2 + 02CH9906 + 2001-08-01 + 2002-07-31 + CH + WESTCHESTER COMMUNITY OPPORTUNITY PROGRAM, INC + Inactive + + + + + + + + + + + + + 2576 + 127 + 11 + 90CI9789 + 2002-02-01 + 2025-06-30 + CI + Kickapoo Traditional Tribe of Texas + Inactive + F25722 + L25722 + 25722@hsesinfo.org + + + + + + + + + + 2577 + 1605 + 11 + 90CI9790 + 2001-12-01 + 2005-01-31 + CI + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 2578 + 3324 + 6 + 06CH7014 + 2002-03-09 + 2003-08-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 2580 + 1389 + 3 + 03CH3322 + 2002-06-01 + 2025-06-30 + CH + Kanawha County Board Of Education + Inactive + + + + F14544 + L14544 + 14544@hsesinfo.org + + + + + + + 2581 + 1565 + 6 + 06CH2007 + 2012-04-01 + 2025-06-30 + CH + Center for New Communities + Inactive + + + + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 2582 + 677 + 5 + 05CH8299 + 2012-05-01 + 2017-12-31 + CH + Charter, County of Wayne, Michigan + Inactive + + + + F14177 + L14177 + 14177@hsesinfo.org + + + + + + + 2583 + 1210 + 4 + 04CH4639 + 2012-04-01 + 2017-08-31 + CH + WASHINGTON COUNTY OPPORTUNITIES, INC + Inactive + F13325 + L13325 + 13325@hsesinfo.org + F43625 + L43625 + 43625@hsesinfo.org + + + + + + + 2584 + 1677 + 4 + 04CH4640 + 2012-05-01 + 2017-06-30 + CH + SCHOOL BOARD OF BREVARD COUNTY + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + + + + + + + 2585 + 477 + 4 + 04CH4641 + 2012-05-01 + 2017-04-30 + CH + Easter Seals Florida, Inc. + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + + + + + + + 2586 + 1233 + 4 + 04CH4642 + 2012-05-01 + 2017-10-31 + CH + OCAB COMMUNITY ACTION AGENCY + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 2588 + 1605 + 13 + 90CH0092 + 2012-10-01 + 2016-09-30 + CH + CDI HS/ Moca and San Sebastian + Inactive + F27052 + L27052 + 27052@hsesinfo.org + F3538 + L3538 + 3538@hsesinfo.org + + + + + + + 2589 + 3481 + 3 + 03CH3371 + 2013-06-01 + 2018-05-31 + CH + LIFESTEPS, INC. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F43578 + L43578 + 43578@hsesinfo.org + + + + + + + 2590 + 1211 + 3 + 03CH3372 + 2013-06-01 + 2018-07-31 + CH + Private Industry Council of Westmoreland/Fayette, Incor + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F44039 + L44039 + 44039@hsesinfo.org + + + + + + + 2591 + 1335 + 2 + 02CH3005 + 2013-07-01 + 2018-11-30 + CH + Greater Bergen Community Action, Inc. + Inactive + + + + + + + + + + + + + 2592 + 1726 + 2 + 02CH3006 + 2013-07-01 + 2019-01-31 + CH + Tri-County Community Action Agency Inc. + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + + + + + + + 2593 + 1744 + 2 + 02CH3007 + 2013-07-01 + 2018-12-31 + CH + Kiryas Joel Municpal Local Development + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F13554 + L13554 + 13554@hsesinfo.org + + + + + + + 2594 + 1051 + 2 + 02CH3035 + 2013-07-01 + 2018-06-30 + CH + OSWEGO COUNTY OPPORTUNITIES, INC. + Inactive + + + + + + + + + + + + + 2595 + 990 + 2 + 02CH3025 + 2013-07-01 + 2019-01-31 + CH + YESHIVA KEHILATH YAKOVE, INC + Inactive + + + + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 2596 + 4237 + 2 + 02CH3026 + 2013-07-01 + 2019-01-31 + CH + CHILD DEVELOPMENT CENTER OF THE MMCC + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + + + + + + + 2597 + 1705 + 2 + 02CH3027 + 2013-07-01 + 2019-01-31 + CH + Association to Benefit Children + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + + + + + + + 2598 + 742 + 2 + 02CH3028 + 2013-07-01 + 2019-01-31 + CH + Children's Aid Society, The + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + + + + + + + 2599 + 3648 + 2 + 02CH3015 + 2013-07-01 + 2019-01-31 + CH + Y M & Y W H A of Williamsburg, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + + + + + + + 2600 + 3646 + 2 + 02CH3016 + 2013-07-01 + 2019-01-31 + CH + CATHOLIC CHARITIES NEIGHBORHOOD SERVICES, INC + Inactive + + + + + + + + + + + + + 2601 + 1369 + 2 + 02CH3008 + 2013-07-01 + 2019-01-31 + CH + Community Action of Orleans and Genesee, Inc. + Inactive + + + + + + + + + + + + + 2602 + 3643 + 2 + 02CH3018 + 2013-07-01 + 2019-01-31 + CH + Hudson Guild, Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + + + + + + + 2603 + 406 + 2 + 02CH3009 + 2013-07-01 + 2019-02-28 + CH + Albany County Opportunity, Inc. + Inactive + + + + + + + + + + + + + 2604 + 1516 + 2 + 02CH3010 + 2013-07-01 + 2019-04-30 + CH + ProAction of Steuben and Yates County, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + + + + + + + + + + 2605 + 3647 + 2 + 02CH3019 + 2013-07-01 + 2019-01-31 + CH + Lenox Hill Neighborhood House, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + + + + + + + 2606 + 1680 + 2 + 02CH3011 + 2013-07-01 + 2018-06-30 + CH + Department of Human Services (V.I) + Inactive + + + + F2304 + L2304 + 2304@hsesinfo.org + + + + + + + 2607 + 1368 + 2 + 02CH3012 + 2013-07-01 + 2018-12-31 + CH + MAYAGUEZ MUNICIPALITY HEAD START PROGRAM + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 2608 + 1480 + 2 + 02CH3020 + 2013-07-01 + 2016-01-31 + CH + VNS HOME CARE + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F13554 + L13554 + 13554@hsesinfo.org + + + + + + + 2609 + 1339 + 2 + 02CH3013 + 2013-07-01 + 2018-12-31 + CH + MUNICIPIO DE SAN GERMAN + Inactive + + + + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 2610 + 1772 + 2 + 02CH3021 + 2013-07-01 + 2019-01-31 + CH + Yeled V'Yalda Early Childhood Center, Inc. + Inactive + + + + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 2611 + 1899 + 2 + 02CH3023 + 2013-07-01 + 2018-06-30 + CH + Cardinal McCloskey School and Home for Children + Inactive + F2342 + L2342 + 2342@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + + + + + + + 2612 + 1352 + 2 + 02CH3024 + 2013-07-01 + 2019-01-31 + CH + UNITED ACADEMY INC + Inactive + + + + F2304 + L2304 + 2304@hsesinfo.org + + + + + + + 2613 + 163 + 3 + 03CH3403 + 2013-08-01 + 2019-09-30 + CH + Greater Erie Community Action Committee + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + + + + + + + 2614 + 696 + 2 + 02CH3036 + 2013-07-01 + 2018-07-31 + CH + Economic Opportunity Program of Chemung County, Inc. + Inactive + + + + F2304 + L2304 + 2304@hsesinfo.org + + + + + + + 2615 + 607 + 2 + 02CH3017 + 2013-07-01 + 2019-01-31 + CH + Bank Street College of Education + Inactive + + + + + + + + + + + + + 2616 + 1751 + 2 + 02CH3022 + 2013-07-01 + 2018-06-30 + CH + The Trustees of Columbia University in the City of New York + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 2619 + 678 + 6 + 06CH7058 + 2012-05-01 + 2017-04-30 + CH + ABILENE INDEPENDENT SCHOOL DISTRICT + Inactive + + + + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 2620 + 1986 + 8 + 08CH0153 + 2012-05-01 + 2017-04-30 + CH + Colorado Early Education Network + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + + + + + + 2621 + 1373 + 6 + 06CH7059 + 2012-05-01 + 2017-08-31 + CH + AVANCE-San Antonio, Inc. + Inactive + + + + F2179 + L2179 + 2179@hsesinfo.org + + + + + + + 2622 + 1283 + 6 + 06CH7060 + 2012-05-01 + 2017-06-30 + CH + KI BOIS COMMUNITY ACTION FOUNDATION, INC + Inactive + + + + + + + + + + + + + 2623 + 166 + 6 + 06CH7061 + 2012-06-01 + 2017-07-31 + CH + TEXAS MIGRANT COUNCIL + Inactive + + + + F2179 + L2179 + 2179@hsesinfo.org + + + + + + + 2625 + 3521 + 6 + 06CH0002 + 2013-06-01 + 2018-12-31 + CH + Pine Bluff Jefferson County EOC + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F15375 + L15375 + 15375@hsesinfo.org + + + + + + + 2626 + 1532 + 6 + 06CH0007 + 2013-06-01 + 2019-01-31 + CH + COMMUNITY ACTION PROGRAM FOR CENTRAL ARKANSAS CAPCA + Inactive + + + + F15375 + L15375 + 15375@hsesinfo.org + + + + + + + 2627 + 1605 + 13 + 90CH0101 + 2013-06-01 + 2015-12-31 + CH + CDI HS/ Central Washington Migrant & Seasonal + Inactive + + + + + + + + + + + + + 2628 + 1964 + 1 + 01CH2195 + 2013-07-01 + 2015-01-02 + CH + Tri-City Community Action Program, Inc. + Inactive + + + + F25190 + L25190 + 25190@hsesinfo.org + + + + + + + 2629 + 234 + 5 + 05CH8319 + 2013-07-01 + 2019-06-30 + CH + Next Door Foundation, Inc. + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F13894 + L13894 + 13894@hsesinfo.org + + + + + + + 2630 + 1498 + 8 + 08CH1040 + 2013-08-01 + 2018-11-30 + CH + Southeastern North Dakota Community Action Agency + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + + + + + + + 2631 + 1980 + 6 + 06CH7079 + 2013-07-01 + 2018-10-31 + CH + COMMUNITY ACTION RESOURCE AND DEVELOPMENT, INC. + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 2632 + 1687 + 6 + 06CH7066 + 2013-07-01 + 2018-07-31 + CH + HITCHCOCK INDEPENDENT SCHOOL DISTRICT + Inactive + + + + F44340 + L44340 + 44340@hsesinfo.org + + + + + + + 2633 + 3681 + 6 + 06CH7065 + 2013-07-01 + 2018-11-30 + CH + TEXAS CITY INDEPENDENT SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 2634 + 1810 + 11 + 90CI9816 + 2013-08-01 + 2020-07-31 + CI + Shoshone-Bannock Tribes + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + + + + + + + 2635 + 779 + 11 + 90CI9817 + 2013-08-01 + 2019-07-31 + CI + Muckleshoot Indian Tribe + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F47570 + L47570 + 47570@hsesinfo.org + + + + + + + 2636 + 920 + 7 + 07CH7051 + 2013-07-01 + 2018-06-30 + CH + NORTHWEST KANSAS EDUCATIONAL SERVICE CENTER + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F45048 + L45048 + 45048@hsesinfo.org + + + + + + + 2637 + 1749 + 1 + 01CH1526 + 2012-05-01 + 2017-04-30 + CH + RIVERSIDE COMMUNITY CARE, INC. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 2639 + 864 + 5 + 05CH8297 + 2012-04-01 + 2017-06-30 + CH + Metropolitan Family Services + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F2121 + L2121 + 2121@hsesinfo.org + + + + + + + 2640 + 3501 + 6 + 06CH0001 + 2013-06-01 + 2018-12-31 + CH + Arkansas Early Learning, Inc. + Inactive + F43271 + L43271 + 43271@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 2641 + 1894 + 4 + 04CH4645 + 2013-06-01 + 2018-05-31 + CH + DUNBAR CENTER INC + Inactive + F13510 + L13510 + 13510@hsesinfo.org + + + + + + + + + + 2642 + 889 + 5 + 05CH8312 + 2013-07-01 + 2018-06-30 + CH + Community Action Of Southern Indiana, Inc. + Inactive + + + + + + + + + + + + + 2643 + 1411 + 5 + 05CH8322 + 2013-07-01 + 2018-10-31 + CH + Acelero, Inc. + Inactive + + + + F13894 + L13894 + 13894@hsesinfo.org + + + + + + + 2644 + 599 + 11 + 90CI9814 + 2013-08-01 + 2019-07-31 + CI + Kickapoo Tribe of Oklahoma (Head Start) + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F15469 + L15469 + 15469@hsesinfo.org + + + + + + + 2645 + 625 + 11 + 90CI9815 + 2013-08-01 + 2018-07-31 + CI + Confederated Salish and Kootenai Tribes + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 2646 + 764 + 5 + 05CH8321 + 2013-07-01 + 2018-05-31 + CH + Milwaukee Public Schools + Inactive + + + + F13894 + L13894 + 13894@hsesinfo.org + + + + + + + 2647 + 1069 + 5 + 05CH8320 + 2013-07-01 + 2017-11-30 + CH + Council for the Spanish Speaking, Inc. + Inactive + + + + F13894 + L13894 + 13894@hsesinfo.org + + + + + + + 2648 + 712 + 4 + 04CH4667 + 2013-07-01 + 2018-06-30 + CH + LINCOLN COUNTY BOARD OF EDUCATION + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + + + + + + + 2649 + 1710 + 3 + 03CH3368 + 2012-07-01 + 2017-06-30 + CH + Norris Square Community Alliance + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + + + + + + + 2650 + 1605 + 13 + 90CH0086 + 2012-06-01 + 2015-05-31 + CH + CDI HS/Northeast Oklahoma + Inactive + + + + + + + + + + + + + 2651 + 1726 + 2 + 02CH3003 + 2012-06-01 + 2017-05-31 + CH + Tri-County Community Action Agency, Inc. + Inactive + F2342 + L2342 + 2342@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + + + + + + + 2652 + 1221 + 9 + 09CH9101 + 2012-07-01 + 2017-11-30 + CH + Crystal Stairs, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + + + + + + 2653 + 1605 + 13 + 90CH0088 + 2012-08-01 + 2013-07-31 + CH + CDI HS/Otter Tail & Wadena Counties + Inactive + + + + + + + + + + + + + 2655 + 1202 + 7 + 07CH7048 + 2012-05-01 + 2017-04-30 + CH + Child Start, Inc. + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F12903 + L12903 + 12903@hsesinfo.org + + + + + + + 2656 + 681 + 7 + 07CH7049 + 2012-07-01 + 2017-06-30 + CH + UNIFIED SCHOOL DISTRICT 373 + Inactive + + + + + + + + + + + + + 2659 + 1605 + 13 + 90CH0080 + 2012-05-01 + 2015-04-30 + CH + CDI/ Iberville Parish, LA + Inactive + + + + + + + + + + + + + 2664 + 929 + 9 + 09CH9106 + 2013-06-01 + 2018-05-31 + CH + Childrens Institute, Inc. + Inactive + + + + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 2665 + 1406 + 3 + 03CH3391 + 2013-07-01 + 2018-06-30 + CH + GREENBRIER COUNTY BOARD OF EDUCATION + Inactive + + + + F11796 + L11796 + 11796@hsesinfo.org + + + + + + + 2666 + 1791 + 3 + 03CH3392 + 2013-07-01 + 2018-06-30 + CH + COMMUNITY ACTION PARTNERSHIP OF MERCER COUNTY INC + Inactive + + + + F2187 + L2187 + 2187@hsesinfo.org + + + + + + + 2667 + 998 + 5 + 05CH8311 + 2013-07-01 + 2019-01-31 + CH + Community Action Program Inc. of Western Indiana + Inactive + F44011 + L44011 + 44011@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + + + + + + + 2668 + 3561 + 5 + 05CH8333 + 2013-07-01 + 2019-01-31 + CH + The Centers for Families and Children + Inactive + + + + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 2669 + 3567 + 5 + 05CH8337 + 2013-07-01 + 2019-03-31 + CH + YMCA of Central Ohio + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + + + + + + + 2670 + 1546 + 5 + 05CH8338 + 2013-07-01 + 2018-06-30 + CH + CROSSROADS: LAKE COUNTY ADOLESCENT COUNSELING SERVICE + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 2671 + 1215 + 5 + 05CH8340 + 2013-07-01 + 2018-06-30 + CH + PARENTS IN COMMUNITY ACTION, INC. + Inactive + + + + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 2672 + 1776 + 5 + 05CH8303 + 2013-09-01 + 2019-02-28 + CH + Wright County Community Action, Inc. + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + + + + + + 2673 + 955 + 5 + 05CH8316 + 2013-07-01 + 2018-06-30 + CH + Western Dairyland Economic Opp. Council, Inc. + Inactive + + + + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 2674 + 147 + 3 + 03CH3393 + 2013-07-01 + 2018-06-30 + CH + YORK, COUNTY OF + Inactive + + + + F2437 + L2437 + 2437@hsesinfo.org + + + + + + + 2675 + 1336 + 3 + 03CH3394 + 2013-07-01 + 2021-06-30 + CH + CHILDREN'S CENTER, THE + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + 256 + + 0 + + + 2676 + 876 + 3 + 03CH3395 + 2013-07-01 + 2018-06-30 + CH + ASSOCIATED CATHOLIC CHARITIES INC. + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + + + + + + + 2677 + 1960 + 3 + 03CH3405 + 2013-09-01 + 2019-08-31 + CH + Danville Area School District + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + + + + + + + 2678 + 735 + 3 + 03CH3406 + 2013-09-01 + 2019-08-31 + CH + City of Alexandria + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F32243 + L32243 + 32243@hsesinfo.org + + + + + + + 2679 + 120 + 3 + 03CH3407 + 2013-09-30 + 2018-09-29 + CH + The University of Pittsburgh + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F44039 + L44039 + 44039@hsesinfo.org + + + + + + + 2680 + 488 + 3 + 03CH3408 + 2013-09-01 + 2018-08-31 + CH + University of Delaware + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F44039 + L44039 + 44039@hsesinfo.org + + + + + + + 2681 + 425 + 4 + 04CH4665 + 2013-07-01 + 2018-06-30 + CH + MOBILE COMMUNITY ACTION INC + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + + + + + + + 2682 + 697 + 3 + 03CH3409 + 2013-09-01 + 2018-08-31 + CH + Childrens Hospital of Philadelphia + Inactive + + + + F11796 + L11796 + 11796@hsesinfo.org + + + + + + + 2683 + 200 + 4 + 04CH4666 + 2013-07-01 + 2018-11-30 + CH + Institute of Community Services, Inc. + Inactive + F33579 + L33579 + 33579@hsesinfo.org + + + + + + + + + + 2684 + 664 + 9 + 09CH9102 + 2012-07-01 + 2017-09-29 + CH + Volunteers of America of Los Angeles + Inactive + + + + + + + + + + + + + 2715 + 1605 + 13 + 90CH0060 + 2010-07-01 + 2012-06-30 + CH + CDI/ Dupage + Inactive + + + + + + + + + + + + + 2716 + 1605 + 13 + 90CH0061 + 2010-07-01 + 2012-06-30 + CH + CDI/ Hollandale, MS + Inactive + + + + + + + + + + + + + 2721 + 1605 + 13 + 90CH0062 + 2010-07-31 + 2017-07-31 + CH + CDI/ Brevard County, FL + Inactive + F27052 + L27052 + 27052@hsesinfo.org + F3538 + L3538 + 3538@hsesinfo.org + + + + + + + 2724 + 1661 + 10 + 10CH0179 + 2010-09-01 + 2015-08-31 + CH + Klamath Family Head Start + Inactive + + + + + + + + + + + + + 2735 + 1605 + 13 + 90CH0063 + 2010-08-12 + 2012-08-11 + CH + CDI/ Victoria, TX + Inactive + + + + + + + + + + + + + 2738 + 1003 + 9 + 09CH9099 + 2010-09-01 + 2012-08-31 + CH + Chicano Federation of San Diego County, Inc. + Inactive + + + + F4029 + L4029 + 4029@hsesinfo.org + + + + + + + 2830 + 1605 + 13 + 90CH0054 + 2009-09-01 + 2012-08-31 + CH + CDI/ San Sebastian, PR + Inactive + + + + + + + + + + + + + 3137 + 1605 + 13 + 90CH0055 + 2009-12-07 + 2012-12-06 + CH + CDI/ Northeast Philadelphia + Inactive + + + + + + + + + + + + + 3237 + 1605 + 13 + 90CH0056 + 2010-01-01 + 2012-12-31 + CH + CDI/ Migrant and Seasonal Weld Co. + Inactive + + + + + + + + + + + + + 3238 + 1605 + 13 + 90CH0057 + 2010-01-01 + 2012-12-31 + CH + CDI/ Weld Co, CO + Inactive + + + + + + + + + + + + + 3247 + 1605 + 13 + 90CH0058 + 2010-02-01 + 2012-01-31 + CH + CDI/ Bronx + Inactive + + + + + + + + + + + + + 3248 + 1581 + 3 + 03CH3357 + 2010-02-01 + 2011-01-31 + CH + Acelero Learning Camden, Inc. + Inactive + + + + + + + + + + + + + 3263 + 1411 + 2 + 02CH9950 + 2010-04-01 + 2025-06-30 + CH + Acelero, Inc. + Inactive + F2339 + L2339 + 2339@hsesinfo.org + F2359 + L2359 + 2359@hsesinfo.org + + + + + + + 3271 + 1605 + 13 + 90CH0059 + 2010-05-01 + 2012-04-30 + CH + CDI/Abilene County, TX + Inactive + + + + + + + + + + + + + 3399 + 1605 + 13 + 90CH0053 + 2008-10-01 + 2011-07-31 + CH + CDI/ Meriden, CT + Inactive + + + + + + + + + + + + + 3564 + 3741 + 6 + 06CH7056 + 2011-08-01 + 2025-06-30 + CH + BCFS Education Services + Inactive + + + + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 3565 + 644 + 6 + 06CH7057 + 2011-08-01 + 2025-06-30 + CH + Save the Children, Inc. + Inactive + + + + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 3566 + 135 + 4 + 04CH4626 + 2011-04-02 + 2025-06-30 + CH + BERKELEY COUNTY SCHOOL DISTRICT + Inactive + + + + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 3567 + 1605 + 13 + 90CH0073 + 2011-04-01 + 2014-03-31 + CH + CDI/ Pine Bluff, AR + Inactive + + + + + + + + + + + + + 3568 + 1605 + 13 + 90CH0074 + 2011-05-01 + 2013-07-31 + CH + CDI/ South Vermont and Green Meadows, CA + Inactive + + + + + + + + + + + + + 3569 + 643 + 1 + 01CH1525 + 2011-09-30 + 2025-06-30 + CH + AREA COOPERATIVE EDUCATIONAL SERVICES + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + + + + + + 3570 + 744 + 1 + 01CH0002 + 2011-09-30 + 2014-12-31 + CH + UNITED WAY OF GREATER NEW HAVEN + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + + + + + + 3571 + 1070 + 1 + 01CH0003 + 2011-09-30 + 2025-06-30 + CH + Associates for Human Services, Inc. + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + + + + + + 3572 + 530 + 1 + 01CH0005 + 2011-09-30 + 2014-06-30 + CH + SOUTH SHORE STARS, INC. + Inactive + + + + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 3573 + 757 + 1 + 01CH0004 + 2011-09-30 + 2025-06-30 + CH + MEETING STREET CENTER + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 3574 + 4655 + 3 + 03CH3358 + 2011-07-01 + 2025-06-30 + CH + Child Development, Inc. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + + + + + + + + + + 3579 + 1343 + 11 + 90CI9812 + 2011-07-01 + 2015-06-30 + CI + Mountain Empire Unified School District + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + + + + + + + 3580 + 839 + 10 + 10CH0180 + 2011-09-30 + 2014-12-31 + CH + Family Building Blocks + Inactive + + + + + + + + + + + + + 3581 + 854 + 10 + 10CH0181 + 2011-09-30 + 2014-12-31 + CH + Snohomish County Human Services Department + Inactive + + + + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 3582 + 1042 + 10 + 10CH0182 + 2011-09-30 + 2014-12-31 + CH + EDUCATIONAL SERVICE DISTRICIT #112 + Inactive + + + + + + + + + + + + + 3584 + 1251 + 6 + 06CH2008 + 2011-09-30 + 2014-12-31 + CH + AVANCE, Inc. + Inactive + + + + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 3585 + 1920 + 5 + 05CH8292 + 2011-09-30 + 2016-06-30 + CH + West Side Ecumenical Ministry + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 3586 + 216 + 2 + 02CH5000 + 2011-09-30 + 2015-12-31 + CH + The Children's Home Society of New Jersey + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F13554 + L13554 + 13554@hsesinfo.org + + + + + + + 3587 + 349 + 2 + 02CH5001 + 2011-09-30 + 2016-06-30 + CH + Ironbound Community Corporation + Inactive + + + + F2304 + L2304 + 2304@hsesinfo.org + + + + + + + 3588 + 1338 + 2 + 02CH5002 + 2011-09-30 + 2014-12-31 + CH + Municipality of Dorado + Inactive + F15514 + L15514 + 15514@hsesinfo.org + + + + + + + + + + 3589 + 679 + 2 + 02CH5005 + 2011-09-30 + 2015-06-30 + CH + Bronx Lebanon Hospital Center + Inactive + + + + F2359 + L2359 + 2359@hsesinfo.org + + + + + + + 3590 + 1725 + 2 + 02CH5006 + 2011-09-30 + 2014-12-31 + CH + Harlem Childrens Zone, Inc. + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + + + + + + + 3591 + 1689 + 2 + 02CH5007 + 2011-09-30 + 2015-12-31 + CH + DOMINICAN WOMEN'S DEVELOPMENT CENTER + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 3592 + 1616 + 2 + 02CH5009 + 2011-09-30 + 2015-12-31 + CH + Bais Yaakov Faigeh Schonberger of Adas Yereim + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 3593 + 196 + 2 + 02CH5010 + 2011-09-30 + 2015-12-31 + CH + B'Above Worldwide Institute Inc. + Inactive + F2340 + L2340 + 2340@hsesinfo.org + + + + + + + + + + 3594 + 1203 + 2 + 02CH5004 + 2011-09-30 + 2015-12-31 + CH + Municipality of Utuado + Inactive + F15514 + L15514 + 15514@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + + + + + + + 3595 + 1398 + 2 + 02CH5011 + 2011-09-30 + 2015-12-31 + CH + SCO FAMILY OF SERVICES + Inactive + + + + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 3600 + 223 + 5 + 05CH8293 + 2011-09-30 + 2015-06-30 + CH + Monroe County Intermediate School District + Inactive + + + + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 3601 + 1976 + 5 + 05CH8296 + 2011-09-30 + 2025-06-30 + CH + Baby Talk, Inc. + Inactive + F13564 + L13564 + 13564@hsesinfo.org + + + + + + + + + + 3602 + 1069 + 5 + 05CH8290 + 2011-09-30 + 2015-10-31 + CH + Council for the Spanish Speaking, Inc. + Inactive + + + + F13894 + L13894 + 13894@hsesinfo.org + + + + + + + 3603 + 582 + 5 + 05CH8295 + 2011-09-30 + 2025-06-30 + CH + Governors State University + Inactive + + + + + + + + + + + + + 3604 + 182 + 8 + 08CH0152 + 2011-09-30 + 2015-12-31 + CH + Early Childhood Council of the San Luis Valley + Inactive + + + + + + + + + + + + + 3605 + 1137 + 5 + 05CH8291 + 2011-09-30 + 2025-06-30 + CH + La Casa de Esperanza, Inc. + Inactive + + + + F31147 + L31147 + 31147@hsesinfo.org + + + + + + + 3606 + 579 + 5 + 05CH8294 + 2011-09-30 + 2025-06-30 + CH + Pathfinder Services, Inc. + Inactive + + + + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 3694 + 1339 + 2 + 02CH5003 + 2011-09-30 + 2014-12-31 + CH + Municipio de San German + Inactive + F15514 + L15514 + 15514@hsesinfo.org + + + + + + + + + + 3695 + 380 + 9 + 09CH9085 + 2011-09-30 + 2025-06-30 + CH + Crisis Nursery, Inc. + Inactive + + + + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 3696 + 850 + 9 + 09CH9086 + 2011-09-30 + 2025-06-30 + CH + Spanish Speaking Unity Council + Inactive + + + + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 3697 + 785 + 9 + 09CH9087 + 2011-09-30 + 2025-06-30 + CH + Foothill Family Service + Inactive + + + + + + + + + + + + + 3698 + 189 + 9 + 09CH9088 + 2011-09-30 + 2025-06-30 + CH + Baldwin Park Unified School District + Inactive + + + + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 3699 + 1094 + 9 + 09CH9089 + 2011-09-30 + 2015-12-31 + CH + Peninsula Family Service + Inactive + + + + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 3700 + 267 + 9 + 09CH9090 + 2011-09-30 + 2014-12-31 + CH + Community Child Care Council of Santa Clara + Inactive + + + + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 3701 + 762 + 9 + 09CH9091 + 2011-09-30 + 2025-06-30 + CH + Rancho Santiago Community College District + Inactive + + + + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 3702 + 398 + 9 + 09CH9092 + 2011-09-30 + 2025-06-30 + CH + Pediatric Therapy Network + Inactive + + + + + + + + + + + + + 3703 + 1612 + 9 + 09CH9093 + 2011-09-30 + 2025-06-30 + CH + Kedren Community Health Center, Inc. + Inactive + + + + + + + + + + + + + 3704 + 811 + 9 + 09CH9094 + 2011-09-30 + 2014-12-31 + CH + Human Services Association + Inactive + + + + + + + + + + + + + 3705 + 1669 + 9 + 09CH9095 + 2011-09-30 + 2025-06-30 + CH + WESTSIDE CHILDREN'S CENTER + Inactive + + + + F14141 + L14141 + 14141@hsesinfo.org + + + + + + + 3706 + 1265 + 9 + 09CH9096 + 2011-09-30 + 2025-06-30 + CH + Los Angeles Education Partnership + Inactive + + + + + + + + + + + + + 3707 + 968 + 9 + 09CH9097 + 2011-09-30 + 2014-12-31 + CH + Imperial County Office Of Education + Inactive + + + + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 3708 + 1969 + 9 + 09CH9098 + 2011-09-30 + 2025-06-30 + CH + Through the Looking Glass + Inactive + + + + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 3709 + 1818 + 4 + 04CH4627 + 2011-09-30 + 2014-12-31 + CH + Gulf Regional Early Childhood Services + Inactive + + + + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 3710 + 1323 + 4 + 04CH4634 + 2011-09-30 + 2015-12-31 + CH + Richland County First Steps + Inactive + F2065 + L2065 + 2065@hsesinfo.org + + + + + + + + + + 3711 + 1259 + 3 + 03CH3365 + 2011-09-30 + 2025-06-30 + CH + Centro Nia + Inactive + F14907 + L14907 + 14907@hsesinfo.org + + + + + + + + + + 3712 + 1400 + 3 + 03CH3360 + 2011-09-30 + 2025-06-30 + CH + Professional Family Care Services, Inc. + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 3713 + 383 + 3 + 03CH3366 + 2011-09-30 + 2025-06-30 + CH + LT JOSEPH P KENNEDY INSTITUTE + Inactive + F2402 + L2402 + 2402@hsesinfo.org + + + + + + + + + + 3714 + 1466 + 7 + 07CH7047 + 2011-09-01 + 2025-06-30 + CH + Childrens Therapy Center + Inactive + + + + + + + + + + + + + 3715 + 1673 + 4 + 04CH4632 + 2011-09-30 + 2025-06-30 + CH + Sampson County Partnership for Children, Inc. + Inactive + F2065 + L2065 + 2065@hsesinfo.org + + + + + + + + + + 3716 + 1572 + 4 + 04CH4635 + 2011-09-30 + 2014-12-31 + CH + Catawba County Schools + Inactive + + + + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 3717 + 287 + 3 + 03CH3364 + 2011-09-30 + 2025-06-30 + CH + Allegheny Intermediate Unit + Inactive + + + + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 3719 + 1544 + 4 + 04CH4631 + 2011-09-30 + 2025-06-30 + CH + Onslow County Partnership for Children, Inc. + Inactive + F2001 + L2001 + 2001@hsesinfo.org + + + + + + + + + + 3720 + 322 + 3 + 03CH3363 + 2011-09-30 + 2014-12-31 + CH + Community Services of Venango County, Inc. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 3721 + 1570 + 6 + 06CH2002 + 2011-09-30 + 2014-12-31 + CH + United Way of Acadiana, Inc. + Inactive + + + + F15375 + L15375 + 15375@hsesinfo.org + + + + + + + 3722 + 1836 + 6 + 06CH2004 + 2011-09-30 + 2025-06-30 + CH + Tulsa Educare, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 3723 + 623 + 6 + 06CH2005 + 2011-09-30 + 2014-06-30 + CH + Dallas Services + Inactive + + + + F12886 + L12886 + 12886@hsesinfo.org + + + + + + + 3724 + 1533 + 6 + 06CH2006 + 2011-09-30 + 2014-12-31 + CH + Lumin Education + Inactive + + + + F12886 + L12886 + 12886@hsesinfo.org + + + + + + + 3727 + 197 + 4 + 04CH4637 + 2011-09-30 + 2014-06-30 + CH + Vital Connections of the Midlands, Inc. + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 3728 + 953 + 4 + 04CH4628 + 2013-01-01 + 2014-12-31 + CH + CHILDRENS HOME SOCIETY OF FLA INC + Inactive + F2065 + L2065 + 2065@hsesinfo.org + + + + + + + + + + 3731 + 187 + 2 + 02CH9951 + 2011-08-01 + 2016-01-31 + CH + Center for Family Services, Inc. + Inactive + F2339 + L2339 + 2339@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 3732 + 967 + 4 + 04CH4629 + 2011-09-30 + 2025-06-30 + CH + Burke County Board of Education + Inactive + F2001 + L2001 + 2001@hsesinfo.org + + + + + + + + + + 3733 + 1626 + 4 + 04CH4638 + 2011-07-01 + 2012-06-30 + CH + Sumter School District + Inactive + F13740 + L13740 + 13740@hsesinfo.org + + + + + + + + + + 3734 + 1951 + 4 + 04CH4630 + 2013-01-01 + 2014-12-31 + CH + DURHAMS PARTNERSHIP FOR CHILDREN + Inactive + + + + + + + + + + + + + 3736 + 1911 + 3 + 03CH3361 + 2011-09-30 + 2025-06-30 + CH + Clinch Valley Community Action, Inc. + Inactive + + + + + + + + + + + + + 3737 + 1579 + 3 + 03CH3362 + 2011-09-30 + 2025-06-30 + CH + Higher Horizons Day Care Center, Inc. + Inactive + F30521 + L30521 + 30521@hsesinfo.org + + + + + + + + + + 3828 + 1605 + 13 + 90CH0075 + 2011-09-01 + 2013-08-31 + CH + CDI\ San Juan Metro Area + Inactive + + + + + + + + + + + + + 3829 + 41 + 3 + 03CH3359 + 2011-09-30 + 2025-06-30 + CH + Commonwealth of Pennsylvania + Inactive + + + + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 3835 + 1605 + 13 + 90CH0076 + 2011-09-01 + 2014-08-31 + CH + CDI/ Beaver Co. + Inactive + + + + + + + + + + + + + 3837 + 1605 + 13 + 90CH0077 + 2011-10-01 + 2013-09-30 + CH + CDI/ San Gabriel Valley, CA + Inactive + + + + + + + + + + + + + 4129 + 1605 + 2 + 02CH9949 + 2006-03-01 + 2008-04-30 + CH + CDI/Middlesex + Inactive + + + + + + + + + + + + + 4132 + 761 + 11 + 90CI9805 + 2006-04-01 + 2025-06-30 + CI + Santa Clara Pueblo + Inactive + F15957 + L15957 + 15957@hsesinfo.org + + + + + + + + + + 4133 + 1983 + 11 + 90CI9806 + 2006-04-01 + 2025-06-30 + CI + Pueblo of Tesuque + Inactive + + + + + + + + + + + + + 4134 + 1938 + 11 + 90CI9807 + 2006-04-01 + 2025-06-30 + CI + Ohkay Owingeh + Inactive + F33086 + L33086 + 33086@hsesinfo.org + + + + + + + + + + 4137 + 1605 + 4 + 04CH4621 + 2005-10-01 + 2025-06-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 4139 + 1605 + 6 + 06CH7050 + 2006-06-01 + 2008-05-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 4145 + 1605 + 8 + 08CH0151 + 2006-08-01 + 2008-01-31 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 4157 + 664 + 9 + 09CH9067 + 2006-09-18 + 2015-06-30 + CH + VOLUNTEERS OF AMERICA OF LOS ANGELES + Inactive + + + + + + + + + + + + + 4159 + 465 + 9 + 09CH9068 + 2006-09-18 + 2025-06-30 + CH + Child Care Resource Center + Inactive + + + + + + + + + + + + + 4162 + 1605 + 4 + 04CH4622 + 2006-08-01 + 2025-06-30 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 4172 + 1605 + 12 + 90CM9793 + 2006-09-01 + 2008-08-31 + CM + COMMUNITY DEVELOPMENT INSTITUTE HEAD START- NOWCAP + Inactive + + + + + + + + + + + + + 4173 + 126 + 5 + 05CH8266 + 2006-09-01 + 2007-10-31 + CH + City of Detroit Department of Human Services + Inactive + + + + + + + + + + + + + 4177 + 1605 + 13 + 90CH0002 + 2006-11-01 + 2008-10-31 + CH + CDI Western Sussex County, DE + Inactive + + + + + + + + + + + + + 4178 + 1605 + 13 + 90CH0003 + 2006-10-01 + 2010-09-29 + CH + CDI Alamosa, CO + Inactive + + + + F266 + L266 + 266@hsesinfo.org + + + + + + + 4179 + 1426 + 9 + 09CH9069 + 2007-01-01 + 2025-06-30 + CH + DIGNITY HEALTH dba California Hospital Medical Cen + Inactive + + + + + + + + + + + + + 4180 + 1556 + 9 + 09CH9070 + 2007-01-01 + 2025-06-30 + CH + Easter Seals Southern California, Inc. + Inactive + + + + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 4182 + 1605 + 13 + 90CH0004 + 2007-01-01 + 2008-12-31 + CH + CDI/Polk County Opportunity Council, Inc. + Inactive + + + + + + + + + + + + + 4183 + 339 + 5 + 05CH8267 + 2007-01-01 + 2025-06-30 + CH + STARFISH FAMILY SERVICES + Inactive + + + + + + + + + + + + + 4184 + 1059 + 9 + 09CH9071 + 2007-01-01 + 2014-12-31 + CH + Regents of the University of California, Los Angeles + Inactive + + + + + + + + + + + + + 4185 + 1253 + 9 + 09CH9072 + 2007-01-26 + 2025-06-30 + CH + VENICE FAMILY CLINIC + Inactive + + + + + + + + + + + + + 4186 + 1605 + 13 + 90CH0005 + 2007-01-01 + 2008-09-30 + CH + CDI/Grant Parish, LA + Inactive + + + + + + + + + + + + + 4187 + 1605 + 13 + 90CH0006 + 2007-01-05 + 2012-09-29 + CH + CDI/North Metro, DC + Inactive + + + + + + + + + + + + + 4188 + 1605 + 13 + 90CH0007 + 2007-02-01 + 2011-09-29 + CH + CDI/Dinwiddie,VA + Inactive + + + + F266 + L266 + 266@hsesinfo.org + + + + + + + 4189 + 156 + 5 + 05CH8268 + 2007-03-01 + 2025-06-30 + CH + El Valor Corporation + Inactive + + + + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 4190 + 1605 + 13 + 90CH0008 + 2006-12-01 + 2014-11-30 + CH + CDI/Eastern Rivers, VA + Inactive + + + + + + + + + + + + + 4191 + 1261 + 5 + 05CH8269 + 2006-11-01 + 2025-06-30 + CH + Columbus Urban League + Inactive + + + + F13894 + L13894 + 13894@hsesinfo.org + + + + + + + 4192 + 1605 + 13 + 90CH0009 + 2007-02-01 + 2010-01-31 + CH + CDI/Northeast, GA + Inactive + + + + F266 + L266 + 266@hsesinfo.org + + + + + + + 4193 + 1605 + 13 + 90CH0010 + 2007-01-01 + 2009-09-30 + CH + CDI/Plainfield, New Jersey + Inactive + + + + F266 + L266 + 266@hsesinfo.org + + + + + + + 4194 + 1605 + 13 + 90CH0011 + 2007-02-01 + 2011-01-31 + CH + CDI/North Philadelphia, PA + Inactive + + + + F266 + L266 + 266@hsesinfo.org + + + + + + + 4195 + 1605 + 13 + 90CH0012 + 2007-02-01 + 2012-01-31 + CH + CDI/Northwest West Virginnia + Inactive + + + + + + + + + + + + + 4196 + 1605 + 13 + 90CH0013 + 2007-03-01 + 2009-02-28 + CH + CDI/South Texas, TX + Inactive + + + + + + + + + + + + + 4197 + 1605 + 13 + 90CH0014 + 2007-04-01 + 2009-03-31 + CH + CDI/Daytona Beach, FL + Inactive + + + + F266 + L266 + 266@hsesinfo.org + + + + + + + 4198 + 1605 + 13 + 90CH0015 + 2007-04-01 + 2009-03-31 + CH + CDI/Northeast, AL + Inactive + + + + + + + + + + + + + 4199 + 508 + 5 + 05CH8270 + 2007-05-01 + 2025-06-30 + CH + Kenosha Achievement Center, Inc. + Inactive + + + + + + + + + + + + + 4200 + 1771 + 11 + 90CI9808 + 2007-05-01 + 2025-06-30 + CI + Rural America Initiatives + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 4201 + 1179 + 5 + 05CH8271 + 2007-05-01 + 2025-06-30 + CH + Carey Services, Inc. + Inactive + + + + F24149 + L24149 + 24149@hsesinfo.org + + + + + + + 4202 + 1536 + 9 + 09CH9073 + 2007-05-01 + 2025-06-30 + CH + WU YEE CHILDREN'S SERVICES + Inactive + + + + F4029 + L4029 + 4029@hsesinfo.org + + + + + + + 4203 + 1081 + 5 + 05CH8272 + 2007-05-01 + 2025-06-30 + CH + Bona Vista Programs, Inc. + Inactive + + + + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 4204 + 1473 + 9 + 09CH9074 + 2007-05-01 + 2015-04-30 + CH + Modoc County Office of Education + Inactive + + + + + + + + + + + + + 4205 + 1760 + 9 + 09CH9075 + 2007-05-01 + 2025-06-30 + CH + Lake Family Resource Center + Inactive + + + + + + + + + + + + + 4206 + 409 + 9 + 09CH9076 + 2007-05-01 + 2014-04-30 + CH + Family Support Services of West Hawaii + Inactive + + + + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 4207 + 1223 + 5 + 05CH8273 + 2007-05-01 + 2025-06-30 + CH + Community Link, Inc. + Inactive + + + + + + + + + + + + + 4208 + 1180 + 5 + 05CH8274 + 2007-07-01 + 2015-06-30 + CH + Hopewell Center, Inc. + Inactive + + + + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 4209 + 551 + 5 + 05CH8275 + 2007-06-01 + 2025-06-30 + CH + Children's Home & Aid Society of Illinois + Inactive + + + + + + + + + + + + + 4210 + 641 + 5 + 05CH8276 + 2007-07-01 + 2025-06-30 + CH + Hamilton Center, Inc. + Inactive + + + + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 4211 + 353 + 5 + 05CH8277 + 2007-07-01 + 2025-06-30 + CH + HUMAN DEVELOPMENT COMMISSION + Inactive + + + + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 4212 + 175 + 5 + 05CH8278 + 2007-07-01 + 2025-06-30 + CH + North Central State College + Inactive + + + + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 4213 + 763 + 9 + 09CH9077 + 2007-07-01 + 2025-06-30 + CH + Siskiyou County Office of Education + Inactive + + + + + + + + + + + + + 4214 + 311 + 9 + 09CH9078 + 2007-07-01 + 2025-06-30 + CH + VISTA DEL MAR CHILD & FAMILY SERVICES + Inactive + + + + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 4215 + 1358 + 9 + 09CH9079 + 2007-07-01 + 2015-06-30 + CH + CHICANOS POR LA CAUSA, INC + Inactive + + + + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 4217 + 929 + 9 + 09CH9080 + 2007-08-01 + 2025-06-30 + CH + CHILDREN`S INSTITUTE, INC. + Inactive + + + + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 4218 + 1481 + 9 + 09CH9081 + 2007-08-01 + 2015-07-31 + CH + Maui Family Support Services, Inc. + Inactive + + + + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 4219 + 1437 + 9 + 09CH9082 + 2007-08-01 + 2014-07-31 + CH + Board of Regents, University of Nevada, Reno + Inactive + + + + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 4220 + 1605 + 13 + 90CH0016 + 2007-05-01 + 2009-04-30 + CH + CDI/Harnett Co. NC + Inactive + + + + + + + + + + + + + 4221 + 1605 + 13 + 90CH0017 + 2007-05-01 + 2010-04-30 + CH + CDI/Little Rock, AR + Inactive + + + + F266 + L266 + 266@hsesinfo.org + + + + + + + 4222 + 1605 + 13 + 90CH0018 + 2007-06-01 + 2008-05-31 + CH + CDI/ Crowley's Ridge, AR + Inactive + + + + + + + + + + + + + 4223 + 1605 + 13 + 90CH0019 + 2007-06-01 + 2009-05-30 + CH + CDI/Spotsylvania County, VA + Inactive + + + + + + + + + + + + + 4224 + 1605 + 13 + 90CH0020 + 2007-09-01 + 2012-08-31 + CH + CDI/Kendall County, TX + Inactive + + + + + + + + + + + + + 4225 + 1605 + 13 + 90CH0021 + 2007-05-01 + 2008-10-31 + CH + Levy, Dixie & Gilchrist Counties, Fl + Inactive + + + + + + + + + + + + + 4226 + 1060 + 5 + 05CH8279 + 2007-08-01 + 2025-06-30 + CH + Lake County Family YMCA + Inactive + + + + + + + + + + + + + 4235 + 569 + 5 + 05CH8280 + 2007-08-01 + 2025-06-30 + CH + Mid-Michigan Community Action Agency, Inc. + Inactive + + + + F33449 + L33449 + 33449@hsesinfo.org + + + + + + + 4236 + 234 + 5 + 05CH8281 + 2007-08-01 + 2015-10-31 + CH + Next Door Foundation + Inactive + + + + F13894 + L13894 + 13894@hsesinfo.org + + + + + + + 4238 + 768 + 5 + 05CH8282 + 2007-08-01 + 2025-06-30 + CH + CARMAN-AINSWORTH COMMUNITY SCHOOLS + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 4240 + 1546 + 5 + 05CH8283 + 2007-09-01 + 2025-06-30 + CH + CROSSROADS LAKE COUNTY ADOLESCENT COUNSELING SERVICES + Inactive + + + + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 4241 + 3435 + 5 + 05CH8284 + 2007-09-01 + 2025-06-30 + CH + UPPER MIDWEST AMERICAN INDIAN CENTER + Inactive + + + + + + + + + + + + + 4242 + 596 + 5 + 05CH8285 + 2007-09-01 + 2025-06-30 + CH + CHRISTOPHER HOUSE + Inactive + F25174 + L25174 + 25174@hsesinfo.org + + + + + + + + + + 4249 + 1605 + 13 + 90CH0022 + 2007-07-15 + 2010-07-01 + CH + CDI/Philadelphia, PA + Inactive + + + + F266 + L266 + 266@hsesinfo.org + + + + + + + 4250 + 1605 + 13 + 90CH0023 + 2007-07-02 + 2009-07-01 + CH + CDI/Philadelphia EHS, PA + Inactive + + + + F266 + L266 + 266@hsesinfo.org + + + + + + + 4251 + 1605 + 13 + 90CH0024 + 2007-08-01 + 2009-07-31 + CH + CDI/Pointe Coupee, LA + Inactive + + + + F266 + L266 + 266@hsesinfo.org + + + + + + + 4252 + 1917 + 5 + 05CH8286 + 2007-09-01 + 2015-08-31 + CH + Childcare Network of Evanston + Inactive + + + + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 4253 + 230 + 5 + 05CH8287 + 2007-09-01 + 2025-06-30 + CH + The H Group, B.B.T. Inc. + Inactive + + + + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 4254 + 581 + 5 + 05CH8288 + 2007-09-01 + 2025-06-30 + CH + Chicago Commons Association + Inactive + F25174 + L25174 + 25174@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + + + + + + + 4515 + 1605 + 13 + 90CH0038 + 2008-05-01 + 2017-04-30 + CH + CDI/ PUERTO RICO, PR + Inactive + F27052 + L27052 + 27052@hsesinfo.org + F3538 + L3538 + 3538@hsesinfo.org + + + + + + + 4516 + 1605 + 13 + 90CH0039 + 2008-05-01 + 2010-04-30 + CH + CDI/Middlesex, NJ + Inactive + + + + F266 + L266 + 266@hsesinfo.org + + + + + + + 4517 + 505 + 10 + 10CH0177 + 2008-07-01 + 2014-06-30 + CH + Eastern Washington University + Inactive + F2437 + L2437 + 2437@hsesinfo.org + + + + + + + + + + 4518 + 603 + 10 + 10CH0178 + 2008-07-01 + 2013-06-30 + CH + MOUNTAIN STATES GROUP, INC. + Inactive + + + + + + + + + + + + + 4519 + 1605 + 13 + 90CH0040 + 2008-04-12 + 2010-04-11 + CH + CDI/ Tupelo, MS + Inactive + + + + F266 + L266 + 266@hsesinfo.org + + + + + + + 4520 + 1605 + 13 + 90CH0041 + 2008-06-01 + 2009-05-31 + CH + CDI/Middletown, CT + Inactive + + + + F266 + L266 + 266@hsesinfo.org + + + + + + + 4521 + 166 + 6 + 06CH7053 + 2008-07-01 + 2025-06-30 + CH + TMC + Inactive + + + + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 4522 + 1717 + 3 + 03CH3356 + 2008-08-01 + 2025-06-30 + CH + Spotsylvania County School District,The School Board of + Inactive + F2402 + L2402 + 2402@hsesinfo.org + + + + + + + + + + 4523 + 1605 + 13 + 90CH0042 + 2008-09-01 + 2013-08-30 + CH + CDI\ St. Louis, MO + Inactive + + + + + + + + + + + + + 4524 + 1605 + 13 + 90CH0043 + 2008-07-21 + 2012-07-20 + CH + CDI\ The Texas Wintergarden + Inactive + + + + + + + + + + + + + 4525 + 1605 + 13 + 90CH0044 + 2008-09-01 + 2010-08-31 + CH + CDI\ Northeast Harris Co. + Inactive + + + + F266 + L266 + 266@hsesinfo.org + + + + + + + 4533 + 1605 + 13 + 90CH0045 + 2008-09-01 + 2011-08-31 + CH + CDI\ Tri County Area, SC + Inactive + + + + + + + + + + + + + 4534 + 1605 + 13 + 90CH0046 + 2008-09-11 + 2012-09-10 + CH + CDI\ San Diego, CA + Inactive + + + + + + + + + + + + + 4580 + 1605 + 13 + 90CH0047 + 2008-09-16 + 2011-09-15 + CH + COMMUNITY DEVELOPMENT INSTITUTE HEAD START + Inactive + + + + + + + + + + + + + 4581 + 1605 + 13 + 90CH0048 + 2008-11-07 + 2012-11-06 + CH + CDI/ Mesa, Montrose, and Delta Co. + Inactive + + + + + + + + + + + + + 4582 + 343 + 6 + 06CH7054 + 2008-12-01 + 2025-06-30 + CH + Swisher County + Inactive + + + + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 4583 + 1792 + 1 + 01CH1523 + 2008-09-01 + 2014-06-30 + CH + PATHWAYS FOR CHILDREN, INC. + Inactive + + + + F13406 + L13406 + 13406@hsesinfo.org + + + + + + + 4584 + 1322 + 4 + 04CH4624 + 2009-02-01 + 2015-01-31 + CH + The Chiles Academy, Inc. + Inactive + F13325 + L13325 + 13325@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 4585 + 1605 + 13 + 90CH0049 + 2009-03-01 + 2013-02-28 + CH + Compton, Lynwood, Paramont and South Los Angeles + Inactive + + + + + + + + + + + + + 4586 + 919 + 12 + 90CM9794 + 2009-02-01 + 2025-06-30 + CM + Redlands Christian Migrant Association + Inactive + + + + F3028 + L3028 + 3028@hsesinfo.org + + + + + + + 4587 + 1605 + 13 + 90CH0050 + 2009-03-16 + 2012-03-15 + CH + CDI/Santa Isabel + Inactive + + + + + + + + + + + + + 4588 + 1605 + 13 + 90CH0051 + 2009-04-01 + 2011-03-31 + CH + CDI/South Hilo and North/ South Kona + Inactive + + + + F266 + L266 + 266@hsesinfo.org + + + + + + + 4590 + 274 + 6 + 06CH7055 + 2009-04-01 + 2025-06-30 + CH + Pointe Coupee Parish School Board + Inactive + + + + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 4591 + 1605 + 13 + 90CH0052 + 2009-05-30 + 2011-05-29 + CH + CDI/ Anchorage Alaska + Inactive + + + + F266 + L266 + 266@hsesinfo.org + + + + + + + 4635 + 1380 + 6 + 06CH0439 + 2009-02-01 + 2016-01-31 + CH + CHILD DEVELOPMENT COUNCIL OF ACADIANA INC + Inactive + + + + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 4636 + 2186 + 6 + 06CH0442 + 2000-05-01 + 2025-06-30 + CH + PEOPLE FOR PROGRESS, INC. + Inactive + + + + + + + + + + + + + 4637 + 228 + 6 + 06CH0443 + 2007-05-01 + 2015-06-30 + CH + SCURRY COMMUNITY SERVICES, INC. + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F12886 + L12886 + 12886@hsesinfo.org + + + + + + + 4638 + 976 + 6 + 06CH0444 + 2005-07-01 + 2025-06-30 + CH + Acadia Parish School Board + Inactive + + + + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 4639 + 2187 + 6 + 06CH0445 + 1999-07-01 + 2001-06-30 + CH + VERMILION PARISH POLICE JURY + Inactive + + + + + + + + + + + + + 4640 + 2188 + 6 + 06CH0446 + 1997-07-01 + 2000-05-31 + CH + JEFF DAVIS COUNCIL ON AGING INC + Inactive + + + + + + + + + + + + + 4641 + 884 + 6 + 06CH0447 + 2005-09-01 + 2025-06-30 + CH + Port Arthur Independent School District + Inactive + + + + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 4642 + 991 + 6 + 06CH0448 + 2005-09-01 + 2025-06-30 + CH + KERRVILLE INDEPENDENT SCHOOL DISTRICT + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 4644 + 808 + 6 + 06CH0473 + 2009-01-01 + 2020-06-30 + CH + Total Community Action, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + + + + + + 4645 + 107 + 6 + 06CH0475 + 2004-07-01 + 2025-06-30 + CH + Youth Development, Inc. + Inactive + + + + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 4646 + 2190 + 6 + 06CH0477 + 1996-08-22 + 1997-05-31 + CH + CREEK NATION OF OKLAHOMA + Inactive + + + + + + + + + + + + + 4647 + 1790 + 6 + 06CH0490 + 2008-08-01 + 2025-06-30 + CH + CHILD & FAMILY SERVICES, INC. + Inactive + + + + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 4648 + 154 + 6 + 06CH0495 + 2008-03-01 + 2010-12-01 + CH + ADVOCATES FOR CHILDREN AND FAMILIES, INC. + Inactive + + + + F2196 + L2196 + 2196@hsesinfo.org + + + + + + + 4649 + 1219 + 6 + 06CH0496 + 2008-06-01 + 2014-06-30 + CH + GREEN COUNTRY BEHAVIORAL HEALTH SERVICES, INC. + Inactive + F2185 + L2185 + 2185@hsesinfo.org + + + + + + + + + + 4650 + 2191 + 6 + 06CH0516 + 1998-01-01 + 1998-05-31 + CH + CITY OF TULSA + Inactive + + + + + + + + + + + + + 4651 + 1363 + 6 + 06CH0520 + 2006-01-01 + 2025-06-30 + CH + MORA INDEPENDENT SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 4652 + 1617 + 6 + 06CH0673 + 2009-06-01 + 2014-05-31 + CH + COMMUNITY SERVICES OFFICE, INC. + Inactive + + + + F2207 + L2207 + 2207@hsesinfo.org + + + + + + + 4653 + 2192 + 6 + 06CH0823 + 2003-07-01 + 2005-06-30 + CH + SAN PATRICIO COUNTY COMMUNITY ACTION AGENCY + Inactive + + + + + + + + + + + + + 4654 + 1086 + 6 + 06CH0901 + 2003-02-01 + 2016-06-30 + CH + EVANGELINE COMMUNITY ACTION AGENCY, INC. + Inactive + + + + F15375 + L15375 + 15375@hsesinfo.org + + + + + + + 4655 + 1106 + 6 + 06CH0907 + 2009-01-01 + 2015-06-30 + CH + Hill Country Community Action Association, Inc. + Inactive + + + + F13531 + L13531 + 13531@hsesinfo.org + + + + + + + 4656 + 447 + 6 + 06CH0929 + 2007-09-01 + 2014-08-31 + CH + WEBB COUNTY COMMISSIONERS/PROJECT HEAD START + Inactive + + + + F2204 + L2204 + 2204@hsesinfo.org + + + + + + + 4657 + 702 + 6 + 06CH1290 + 2008-09-01 + 2025-06-30 + CH + BEAUMONT INDEPENDENT SCHOOL DISTRICT + Inactive + + + + F2179 + L2179 + 2179@hsesinfo.org + + + + + + + 4658 + 424 + 6 + 06CH5002 + 2007-04-01 + 2025-06-30 + CH + CENLA COMMUNITY ACTION COMMITTEE, INC + Inactive + + + + F2193 + L2193 + 2193@hsesinfo.org + + + + + + + 4659 + 2193 + 6 + 06CH5004 + 1994-11-01 + 1995-10-31 + CH + SOUTH CENTRAL ARKANSAS CAA,INC. + Inactive + + + + + + + + + + + + + 4660 + 1489 + 6 + 06CH5019 + 2007-01-01 + 2016-06-30 + CH + SOUTHWEST OK COMMUNITY ACTION GROUP, INC + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + + + + + + + 4661 + 723 + 6 + 06CH5025 + 2007-01-01 + 2007-04-21 + CH + COMMUNITY ACTION COUNCIL OF SOUTH TEXAS + Inactive + + + + + + + + + + + + + 4662 + 1475 + 6 + 06CH5026 + 2006-05-01 + 2015-04-30 + CH + Black River Area Development Corporation + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 4663 + 923 + 6 + 06CH5036 + 2007-03-01 + 2025-06-30 + CH + NORTH CENTRAL ARKANSAS DEVELOPMENT COUNCIL, INC + Inactive + + + + + + + + + + + + + 4664 + 1870 + 6 + 06CH5047 + 2004-05-01 + 2014-06-30 + CH + Central Texas Opportunities, Inc. + Inactive + + + + + + + + + + + + + 4665 + 2194 + 6 + 06CH5048 + 1996-09-01 + 1997-08-31 + CH + EAST CENTRAL ARKANSAS ECONOMIC OPPORTUNITY CORPORATION + Inactive + + + + + + + + + + + + + 4666 + 1236 + 6 + 06CH5052 + 2009-01-01 + 2025-06-30 + CH + MISSISSIPPI COUNTY ARKANSAS ECON OPPORTUNITY COMM, INC + Inactive + + + + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 4667 + 1149 + 6 + 06CH5059 + 2003-05-01 + 2025-06-30 + CH + Economic Opportunities Advancement Corporation of Planning Region XI + Inactive + + + + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 4668 + 1268 + 6 + 06CH5060 + 2002-12-01 + 2025-06-30 + CH + Community Services Agency of South Texas, Inc. + Inactive + + + + F12886 + L12886 + 12886@hsesinfo.org + + + + + + + 4669 + 833 + 6 + 06CH5061 + 1998-06-01 + 2014-05-31 + CH + GULF COAST COMMUNITY SERVICES ASSOCIATION + Inactive + + + + + + + + + + + + + 4670 + 1190 + 6 + 06CH5071 + 2001-12-01 + 2025-06-30 + CH + ECONOMIC OPPORTUNITIES DEV CORP OF ATASCOSA, + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 4671 + 1148 + 6 + 06CH5072 + 2006-01-01 + 2025-06-30 + CH + SOUTHWEST ARKANSAS DEVELOPMENT COUNCIL, INC + Inactive + + + + F15375 + L15375 + 15375@hsesinfo.org + + + + + + + 4672 + 1404 + 6 + 06CH5075 + 2004-05-01 + 2014-06-30 + CH + TWIN RIVERS COMMUNITY ACTION AGENCY, INC + Inactive + + + + + + + + + + + + + 4673 + 1293 + 6 + 06CH5091 + 2006-12-01 + 2025-06-30 + CH + LINCOLN TOTAL COMMUNITY ACTION COMMITTEE + Inactive + + + + + + + + + + + + + 4674 + 1387 + 6 + 06CH5097 + 2008-05-01 + 2014-04-30 + CH + Tri-County Community Action, Inc. + Inactive + + + + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 4681 + 456 + 2 + 02CH9885 + 1998-08-01 + 2015-06-30 + CH + Municipality of Adjuntas + Inactive + F2342 + L2342 + 2342@hsesinfo.org + + + + + + + + + + 4707 + 1633 + 6 + 06CH6998 + 2005-01-01 + 2014-12-31 + CH + Harris County Department of Education + Inactive + F2185 + L2185 + 2185@hsesinfo.org + + + + + + + + + + 4709 + 670 + 6 + 06CH6999 + 1998-09-15 + 2025-06-30 + CH + NEIGHBORHOOD CENTERS, INC + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + + + + + + + 4758 + 2055 + 1 + 01CH1080 + 1997-05-01 + 1998-12-31 + CH + COMMUNITY ACTION FOR GREATER MIDDLESEX CTY,INC. + Inactive + + + + + + + + + + + + + 4759 + 540 + 1 + 01CH1114 + 2001-02-01 + 2013-06-30 + CH + COMMUNITY ACTION OF FRANKLIN, HAMPSHIRE AND N. QUABBIN + Inactive + + + + F13406 + L13406 + 13406@hsesinfo.org + + + + + + + 4760 + 1780 + 1 + 01CH1149 + 2001-01-01 + 2015-12-31 + CH + TRIUMPH, INC + Inactive + + + + F229 + L229 + 229@hsesinfo.org + + + + + + + 4761 + 2056 + 1 + 01CH1151 + 2001-07-01 + 2007-03-31 + CH + COMMUNITY ACTION COMMITTEE OF DANBURY, INC + Inactive + + + + + + + + + + + + + 4762 + 883 + 1 + 01CH1164 + 2005-05-01 + 2016-04-30 + CH + TRAINING, EDUCATION AND MANPOWER, INC. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + + + + + + 4763 + 2057 + 1 + 01CH1172 + 2004-01-01 + 2005-12-31 + CH + HAMPSHIRE COMMUNITY ACTION COMMISSION, INC + Inactive + + + + + + + + + + + + + 4764 + 1142 + 1 + 01CH1366 + 2001-06-01 + 2015-11-30 + CH + COMMUNITY ACTION PARTNERSHIP OF STRAFFORD COUNTY + Inactive + + + + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 4765 + 1508 + 1 + 01CH1376 + 2000-06-01 + 2015-08-31 + CH + QUINCY COMMUNITY ACTION PROGRAM, INC + Inactive + F14152 + L14152 + 14152@hsesinfo.org + + + + + + + + + + 4766 + 996 + 1 + 01CH1409 + 2003-06-01 + 2014-05-31 + CH + AROOSTOOK COUNTY ACTION PROGRAM, INC + Inactive + F14152 + L14152 + 14152@hsesinfo.org + + + + + + + + + + 4770 + 2061 + 1 + 01CH0237 + 1991-09-01 + 1993-08-31 + CH + WESTERN MAINE COMMUNITY ACTION, INC + Inactive + + + + + + + + + + + + + 4771 + 2062 + 1 + 01CH0245 + 1996-05-01 + 1998-04-30 + CH + CENTER FOR FAMILY DEVELOPMENT CFD OF BEVERLY INC + Inactive + + + + + + + + + + + + + 4772 + 2063 + 2 + 02CH0005 + 2000-07-01 + 2002-06-30 + CH + PASSAIC CITY HUMAN RESOURCES DEPARTMENT + Inactive + + + + + + + + + + + + + 4773 + 1774 + 2 + 02CH0006 + 1992-08-01 + 2025-06-30 + CH + Glen Cove Child Day Care Center, Inc. + Inactive + + + + F2359 + L2359 + 2359@hsesinfo.org + + + + + + + 4774 + 2064 + 2 + 02CH0052 + 1992-04-01 + 2000-06-30 + CH + COMMUNITY ACTION OF GREENE COUNTY, INC. + Inactive + + + + + + + + + + + + + 4775 + 1051 + 2 + 02CH0053 + 1992-07-01 + 2025-06-30 + CH + Oswego County Opportunites, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 4776 + 543 + 2 + 02CH0057 + 1992-04-01 + 2016-06-30 + CH + HOPES Community Action Partnership, Inc. + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + + + + + + + 4777 + 741 + 2 + 02CH0060 + 1992-04-01 + 2016-06-30 + CH + NORTH HUDSON COMMUNITY ACTION CORPORATION + Inactive + + + + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 4778 + 1282 + 2 + 02CH0080 + 1991-12-01 + 2025-06-30 + CH + Concerned Parents for Head Start + Inactive + F2342 + L2342 + 2342@hsesinfo.org + F13554 + L13554 + 13554@hsesinfo.org + + + + + + + 4779 + 2065 + 2 + 02CH0212 + 2003-11-01 + 2004-10-31 + CH + INTER-COMMUNITY COORDINATING COUNCIL, INC + Inactive + + + + + + + + + + + + + 4780 + 2066 + 2 + 02CH0214 + 1997-01-01 + 2025-06-30 + CH + SECOND STREET YOUTH CENTER FOUNDATION, INC. + Inactive + + + + + + + + + + + + + 4781 + 2067 + 2 + 02CH0217 + 1992-09-01 + 2025-06-30 + CH + Early Learning Center of White Plains + Inactive + + + + + + + + + + + + + 4782 + 916 + 2 + 02CH0218 + 1991-11-01 + 2016-06-30 + CH + Astor Services for Children and Families + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + + + + + + + 4783 + 2068 + 2 + 02CH0219 + 2005-01-01 + 2005-12-31 + CH + UNION TOWNSHIP COMMUNITY ACTION ORGANIZATION, INC + Inactive + + + + + + + + + + + + + 4784 + 1306 + 2 + 02CH0230 + 1992-03-01 + 2025-06-30 + CH + Lewis County Head Start, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + + + + + + + 4785 + 181 + 2 + 02CH0232 + 1991-11-01 + 2014-06-30 + CH + COLUMBIA OPPORTUNITIES, INC + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 4786 + 1834 + 2 + 02CH0234 + 1992-01-01 + 2025-06-30 + CH + Schoharie County Child Development Council, Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 4787 + 506 + 2 + 02CH0235 + 1992-09-01 + 2025-06-30 + CH + CENTER FOR FAMILY RESOURCES, INC. + Inactive + + + + + + + + + + + + + 4788 + 1448 + 2 + 02CH0236 + 1991-11-01 + 2025-06-30 + CH + Family Enrichment Network, Inc. + Inactive + + + + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 4789 + 1217 + 2 + 02CH0242 + 1992-09-01 + 2025-06-30 + CH + Madison County Cooperative Extension + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 4790 + 2069 + 2 + 02CH0243 + 2006-11-01 + 2007-10-31 + CH + Mercer County Head Start + Inactive + + + + + + + + + + + + + 4791 + 467 + 2 + 02CH0245 + 1991-12-01 + 2014-06-30 + CH + Community Program Centers of Long Island, Inc. + Inactive + F2339 + L2339 + 2339@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + + + + + + + 4792 + 2070 + 2 + 02CH0247 + 1992-06-01 + 2025-06-30 + CH + UTICA HEADSTART CHILDREN & FAMILIES, INC + Inactive + + + + + + + + + + + + + 4793 + 1654 + 2 + 02CH0248 + 1992-03-01 + 2025-06-30 + CH + Morris County Head Start Community Program, Inc. + Inactive + F2340 + L2340 + 2340@hsesinfo.org + + + + + + + + + + 4794 + 2071 + 2 + 02CH0249 + 1997-01-01 + 1998-01-31 + CH + COUNCIL OF JEWISH ORGANIZATIONS + Inactive + + + + + + + + + + + + + 4795 + 2072 + 2 + 02CH0250 + 1996-01-01 + 1996-05-31 + CH + KIRYAS JOEL SOCIAL SVC ORGANIZATION + Inactive + + + + + + + + + + + + + 4796 + 1685 + 2 + 02CH0251 + 1992-01-01 + 2014-06-30 + CH + East Orange Child Development Corporation + Inactive + + + + + + + + + + + + + 4797 + 606 + 2 + 02CH0253 + 1992-02-01 + 2014-01-31 + CH + Educational Alliance + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 4872 + 1238 + 6 + 06CH7000 + 1998-09-15 + 2025-06-30 + CH + AVANCE - Houston, Inc. + Inactive + + + + + + + + + + + + + 4885 + 1401 + 12 + 90CM9788 + 1998-03-01 + 2014-02-28 + CM + Central California Migrant Head Start Program + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + + + + + + + 4927 + 1121 + 5 + 05CH5042 + 1992-03-01 + 2014-02-28 + CH + CHILD-ADULT RESOURCE SERVICES, INC + Inactive + F13564 + L13564 + 13564@hsesinfo.org + + + + + + + + + + 4928 + 1138 + 5 + 05CH5045 + 1992-08-01 + 2016-07-31 + CH + Renewal Unlimited, Inc. + Inactive + + + + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 4929 + 1186 + 5 + 05CH5046 + 1992-07-01 + 2025-06-30 + CH + Family & Child Learning Centers of Northeast Wisconsin + Inactive + + + + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 4930 + 1169 + 5 + 05CH5100 + 1992-01-01 + 2016-06-30 + CH + Lake-Geauga United Head Start, Inc. + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 4931 + 1576 + 5 + 05CH5106 + 1992-07-01 + 2025-06-30 + CH + PACT FOR WEST CENTRAL ILLINOIS + Inactive + + + + + + + + + + + + + 4932 + 1953 + 5 + 05CH5141 + 1992-07-01 + 2025-06-30 + CH + Board of Trustees of Southern Illinois University + Inactive + + + + + + + + + + + + + 4933 + 2165 + 5 + 05CH5143 + 1992-09-01 + 2025-06-30 + CH + WAYNE COUNTY REGIONAL EDUCATIONAL SERVICE AGENCY + Inactive + + + + + + + + + + + + + 4934 + 176 + 5 + 05CH5144 + 1992-07-01 + 2025-06-30 + CH + SOUTHFIELD PUBLIC SCHOOLS + Inactive + + + + + + + + + + + + + 4935 + 1215 + 5 + 05CH5146 + 1992-07-01 + 2014-06-30 + CH + Parents In Community Action, Inc. + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F13894 + L13894 + 13894@hsesinfo.org + + + + + + + 4936 + 613 + 5 + 05CH5154 + 1992-07-01 + 2013-06-30 + CH + WEST BEND JOINT SCHOOL DISTRICT 1 + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 4937 + 1331 + 5 + 05CH5210 + 1992-02-01 + 2025-06-30 + CH + TRI COUNTY COUNCIL FOR CHILD DEVELOPMENT + Inactive + + + + F24149 + L24149 + 24149@hsesinfo.org + + + + + + + 4938 + 291 + 5 + 05CH5221 + 1997-07-01 + 2025-06-30 + CH + WOOD COUNTY HEAD START, INC + Inactive + + + + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 4939 + 1118 + 5 + 05CH5223 + 1992-04-01 + 2016-06-30 + CH + Reach-Up, Inc. + Inactive + + + + + + + + + + + + + 4940 + 325 + 5 + 05CH5225 + 1992-07-01 + 2025-06-30 + CH + CHILD FOCUS, INC. + Inactive + + + + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 4941 + 1656 + 5 + 05CH5227 + 1992-09-01 + 2025-06-30 + CH + WEST CENTRAL COMMUNITY SERVICES, INC. + Inactive + + + + + + + + + + + + + 4942 + 1981 + 5 + 05CH5229 + 2010-07-01 + 2011-02-28 + CH + URBAN LEAGUE OF MADISON COUNTY + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 4943 + 2166 + 5 + 05CH5230 + 1995-02-01 + 1995-10-06 + CH + WOODLAND CENTERS, INC + Inactive + + + + + + + + + + + + + 4944 + 1313 + 5 + 05CH5278 + 1992-01-01 + 2025-06-30 + CH + Dane County Parent Council, Inc. + Inactive + + + + F14177 + L14177 + 14177@hsesinfo.org + + + + + + + 4945 + 1256 + 5 + 05CH5299 + 1992-08-01 + 2025-06-30 + CH + SPRINGFIELD URBAN LEAGUE, INC. + Inactive + + + + F14177 + L14177 + 14177@hsesinfo.org + + + + + + + 4946 + 194 + 5 + 05CH5331 + 1991-12-01 + 2025-06-30 + CH + CELINA CITY SCHOOLS + Inactive + + + + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 4947 + 628 + 5 + 05CH5335 + 1992-08-01 + 2025-06-30 + CH + Duluth Public School District #709 + Inactive + + + + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 4948 + 2167 + 5 + 05CH5369 + 1994-11-01 + 1995-05-31 + CH + ALLEN COUNTY SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 4949 + 727 + 5 + 05CH5444 + 1991-02-01 + 2013-06-30 + CH + MIAMI VALLEY CHILD DEVELOPMENT CENTERS, Inc. + Inactive + + + + F13233 + L13233 + 13233@hsesinfo.org + + + + + + + 4950 + 962 + 5 + 05CH5445 + 1992-02-01 + 2025-06-30 + CH + BUTLER COUNTY EDUCATIONAL SERVICE CENTER + Inactive + + + + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 4951 + 1553 + 5 + 05CH5508 + 1992-01-01 + 2025-06-30 + CH + COOPERATIVE EDUCATIONAL SERVICES AGENCY #2 + Inactive + F25174 + L25174 + 25174@hsesinfo.org + + + + + + + + + + 4952 + 1288 + 5 + 05CH5556 + 1989-12-01 + 2013-11-30 + CH + FAMILY FORUM, INC. + Inactive + + + + F13233 + L13233 + 13233@hsesinfo.org + + + + + + + 4953 + 866 + 5 + 05CH5560 + 1992-01-01 + 2025-06-30 + CH + Riverbend Head Start and Family Services + Inactive + + + + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 4954 + 290 + 5 + 05CH6001 + 2006-07-01 + 2025-06-30 + CH + Cooperative Educational Service Agency #7 + Inactive + + + + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 4955 + 2168 + 5 + 05CH6026 + 1991-12-01 + 2025-06-30 + CH + HANSEL NEIGHBORHOOD SERVICES CENTER + Inactive + + + + + + + + + + + + + 4956 + 1242 + 5 + 05CH6100 + 1992-01-01 + 2025-06-30 + CH + Ounce of Prevention Fund + Inactive + + + + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 4957 + 308 + 5 + 05CH6101 + 1993-09-01 + 2025-06-30 + CH + SOUTHERN SEVEN HEALTH DEPARTMENT + Inactive + + + + F14177 + L14177 + 14177@hsesinfo.org + + + + + + + 4958 + 113 + 5 + 05CH6105 + 1994-03-01 + 2025-06-30 + CH + Champaign County + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + + + + + + 4959 + 1722 + 5 + 05CH7056 + 1997-03-01 + 2025-06-30 + CH + Family Development Services, Inc. + Inactive + + + + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 4960 + 1567 + 5 + 05CH7059 + 1997-02-01 + 2025-06-30 + CH + Kankakee-Iroquois Regional Planning Commission + Inactive + + + + + + + + + + + + + 4961 + 5080 + 5 + 05CH7080 + 1997-02-01 + 2025-06-30 + CH + GEMINUS CORPORATION + Inactive + + + + + + + + + + + + + 4962 + 1063 + 5 + 05CH8256 + 1992-09-01 + 2025-06-30 + CH + Kankakee School District # 111 + Inactive + + + + + + + + + + + + + 4963 + 2169 + 5 + 05CH0873 + 1997-02-01 + 1997-05-31 + CH + COMMUNITY ACTION COUNCIL OF PORTAGE COUNTY + Inactive + + + + + + + + + + + + + 5007 + 2299 + 11 + 90CI0146 + 2000-02-01 + 2002-01-31 + CI + CROW TRIBE OF INDIANS + Inactive + + + + + + + + + + + + + 5008 + 212 + 11 + 90CI0147 + 1992-04-01 + 2025-06-30 + CI + CADDO INDIAN TRIBE OF OKLAHOMA + Inactive + + + + F3536 + L3536 + 3536@hsesinfo.org + + + + + + + 5009 + 504 + 11 + 90CI0149 + 1992-09-01 + 2025-06-30 + CI + SANTO DOMINGO PUEBLO TRIBE + Inactive + + + + F3543 + L3543 + 3543@hsesinfo.org + + + + + + + 5010 + 1216 + 11 + 90CI0158 + 1992-06-01 + 2025-06-30 + CI + Grand Traverse Band of Ottawa and Chippewa Indians + Inactive + F3537 + L3537 + 3537@hsesinfo.org + + + + + + + + + + 5035 + 2688 + 10 + 10CH0162 + 1998-04-01 + 1999-03-31 + CH + ID ST DEPARTMENT OF HEALTH & WELFARE + Inactive + + + + + + + + + + + + + 5036 + 1249 + 1 + 01CH1501 + 2001-01-01 + 2015-12-31 + CH + United Children's Services, Inc. + Inactive + + + + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 5095 + 1079 + 5 + 05CH4042 + 1986-04-01 + 2025-06-30 + CH + The Community Action Program Corporation of + Inactive + + + + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 5096 + 334 + 5 + 05CH4045 + 1991-01-01 + 2015-11-30 + CH + Area IV Agency on Aging and Community Action Programs + Inactive + F13564 + L13564 + 13564@hsesinfo.org + + + + + + + + + + 5097 + 2170 + 5 + 05CH4049 + 1997-08-01 + 2025-06-30 + CH + MANSFIELD-RICHLAND-MORROW TOAP, INC. + Inactive + + + + + + + + + + + + + 5098 + 1115 + 5 + 05CH4089 + 1985-09-01 + 2014-06-30 + CH + COMMUNITY ACTION AGENCY OF COLUMBIANA COUNTY, INC. + Inactive + F25174 + L25174 + 25174@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + + + + + + + 5099 + 470 + 5 + 05CH4128 + 2001-01-01 + 2025-06-30 + CH + PRAIRIE FIVE COMMUNITY ACTION COUNCIL, INC + Inactive + + + + + + + + + + + + + 5100 + 739 + 5 + 05CH4133 + 1986-01-01 + 2025-06-30 + CH + Hocking Athens Perry Community Action + Inactive + + + + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 5101 + 971 + 5 + 05CH4135 + 1986-02-01 + 2016-01-31 + CH + Scott-Carver-Dakota Community Action Agency + Inactive + + + + + + + + + + + + + 5102 + 1622 + 5 + 05CH4139 + 1985-09-01 + 2025-06-30 + CH + QUINCY PUBLIC SCHOOLS, DISTRICT #172 + Inactive + F25174 + L25174 + 25174@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 5103 + 893 + 5 + 05CH4148 + 1986-01-01 + 2025-06-30 + CH + NORTHWESTERN OHIO COMMUNITY ACTION COMMISSION + Inactive + + + + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 5104 + 911 + 5 + 05CH4185 + 1986-04-01 + 2025-06-30 + CH + Community Action Partnership of Central Illinois + Inactive + + + + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 5105 + 998 + 5 + 05CH4202 + 1986-02-01 + 2025-06-30 + CH + COMMUNITY ACTION PROGRAM INC. OF WESTERN INDIANA + Inactive + + + + + + + + + + + + + 5106 + 1423 + 5 + 05CH4208 + 1985-08-01 + 2025-06-30 + CH + Community Action Agency for McHenry County, Inc. + Inactive + F25174 + L25174 + 25174@hsesinfo.org + + + + + + + + + + 5107 + 541 + 5 + 05CH5032 + 1985-07-01 + 2025-06-30 + CH + LIFELINK CORPORATION + Inactive + F13564 + L13564 + 13564@hsesinfo.org + + + + + + + + + + 5108 + 125 + 5 + 05CH5228 + 1986-04-01 + 2014-06-30 + CH + SOUTHERN ILLINOIS UNIVERSITY AT EDWARDSVILLE + Inactive + + + + + + + + + + + + + 5111 + 796 + 6 + 06CH0003 + 2001-05-01 + 2014-04-30 + CH + CHILD, INC + Inactive + + + + F12886 + L12886 + 12886@hsesinfo.org + + + + + + + 5112 + 192 + 6 + 06CH0004 + 2009-06-01 + 2025-06-30 + CH + BONHAM INDEPENDENT SCHOOL DISTRICT + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2179 + L2179 + 2179@hsesinfo.org + + + + + + + 5113 + 6302 + 6 + 06CH0005 + 2008-07-01 + 2025-06-30 + CH + LAS CRUCES SCHOOL DISTRICT #2 + Inactive + F2185 + L2185 + 2185@hsesinfo.org + + + + + + + + + + 5114 + 227 + 6 + 06CH0009 + 2004-03-01 + 2015-02-28 + CH + LUBBOCK INDEPENDENT SCHOOL DISTRICT + Inactive + + + + F2204 + L2204 + 2204@hsesinfo.org + + + + + + + 5115 + 1718 + 6 + 06CH0017 + 2008-09-01 + 2014-08-31 + CH + CHILD DEVELOPMENT COUNCIL OF BRAZORIA + Inactive + + + + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 5116 + 716 + 6 + 06CH0018 + 2009-04-01 + 2015-03-31 + CH + Community Action Agency of Oklahoma City and Oklahoma/C + Inactive + + + + + + + + + + + + + 5117 + 2173 + 6 + 06CH0020 + 2001-07-01 + 2003-04-30 + CH + EAST CARROLL PARISH POLICE JURY + Inactive + + + + + + + + + + + + + 5118 + 2174 + 6 + 06CH0025 + 1993-07-01 + 1994-06-30 + CH + ACADIA VERMILLION COMMUNITY ACTION PROGRAM + Inactive + + + + + + + + + + + + + 5119 + 639 + 6 + 06CH0065 + 2008-01-01 + 2025-06-30 + CH + BATON ROUGE CITY OF & PARISH + Inactive + + + + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 5120 + 3422 + 6 + 06CH0107 + 2008-02-01 + 2013-06-30 + CH + City of San Antonio + Inactive + F2185 + L2185 + 2185@hsesinfo.org + + + + + + + + + + 5121 + 2175 + 6 + 06CH0108 + 1999-06-01 + 2003-06-30 + CH + CALCASIEU PARISH (HEAD START) + Inactive + + + + + + + + + + + + + 5122 + 165 + 6 + 06CH0129 + 2004-09-01 + 2025-06-30 + CH + NUECES COUNTY COMMUNITY ACTION AGENCY + Inactive + + + + + + + + + + + + + 5123 + 2176 + 6 + 06CH0139 + 1998-01-01 + 1998-12-31 + CH + MESA VISTA CONSOLIDATED SCHOOL DISTRICT #6 + Inactive + + + + + + + + + + + + + 5124 + 1488 + 6 + 06CH0148 + 2006-04-01 + 2025-06-30 + CH + MOREHOUSE COMMUNITY IMPROVEMENT ORGANIZATION, INC + Inactive + + + + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 5125 + 313 + 6 + 06CH0160 + 2004-04-01 + 2025-06-30 + CH + HEAD START CHILD & FAMILY SERVICES, INC. + Inactive + + + + F2207 + L2207 + 2207@hsesinfo.org + + + + + + + 5126 + 1973 + 6 + 06CH0175 + 2007-08-01 + 2025-06-30 + CH + BEE COMMUNITY ACTION AGENCY + Inactive + + + + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 5127 + 941 + 6 + 06CH0176 + 2007-08-01 + 2015-06-30 + CH + ST JAMES PARISH COUNCIL + Inactive + + + + F15375 + L15375 + 15375@hsesinfo.org + + + + + + + 5128 + 509 + 6 + 06CH0183 + 2005-01-01 + 2016-06-30 + CH + Hidalgo County Head Start Program + Inactive + + + + F2179 + L2179 + 2179@hsesinfo.org + + + + + + + 5129 + 1972 + 6 + 06CH0190 + 2009-02-01 + 2025-06-30 + CH + BOSSIER OFFICE OF COMMUNITY SERVICES + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 5130 + 453 + 6 + 06CH0201 + 2007-01-01 + 2013-12-31 + CH + NORTHWEST ARKANSAS HEAD START + Inactive + + + + F2207 + L2207 + 2207@hsesinfo.org + + + + + + + 5131 + 1064 + 6 + 06CH0217 + 2005-07-01 + 2025-06-30 + CH + ASCENSION PARISH SCHOOL BOARD + Inactive + + + + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 5132 + 1904 + 6 + 06CH0219 + 2008-07-01 + 2015-06-30 + CH + Region 16 Education Service Center + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 5133 + 1594 + 6 + 06CH0220 + 2001-12-01 + 2025-06-30 + CH + PINE BELT MULTI-PURPOSE AGENCY + Inactive + + + + F2193 + L2193 + 2193@hsesinfo.org + + + + + + + 5134 + 446 + 6 + 06CH0221 + 2000-12-01 + 2025-06-30 + CH + NATIVE AMERICAN COALITION OF TULSA + Inactive + + + + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 5135 + 417 + 6 + 06CH0222 + 2000-07-01 + 2013-12-02 + CH + HELP - New Mexico, Inc. + Inactive + + + + + + + + + + + + + 5136 + 899 + 11 + 90CI0159 + 1992-08-01 + 2025-06-30 + CI + OTOE-MISSOURIA TRIBAL COUNCIL + Inactive + + + + F3543 + L3543 + 3543@hsesinfo.org + + + + + + + 5137 + 3426 + 11 + 90CI0161 + 1992-09-01 + 2025-06-30 + CI + Fairbanks Native Association + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 5138 + 434 + 11 + 90CI0163 + 1992-12-01 + 2025-06-30 + CI + Sisseton Wahpeton Sioux Tribe + Inactive + + + + F14171 + L14171 + 14171@hsesinfo.org + + + + + + + 5139 + 1271 + 11 + 90CI0170 + 1993-04-01 + 2004-03-31 + CI + Forest County Potawatomi Community + Inactive + + + + + + + + + + + + + 5140 + 718 + 11 + 90CI0171 + 1992-09-01 + 2025-06-30 + CI + Gila River Indian Community + Inactive + F25722 + L25722 + 25722@hsesinfo.org + + + + + + + + + + 5141 + 1469 + 11 + 90CI0172 + 1993-01-01 + 2025-06-30 + CI + SOUTH CENTRAL FOUNDATION + Inactive + + + + + + + + + + + + + 5142 + 461 + 11 + 90CI0174 + 1993-06-01 + 2025-06-30 + CI + Spokane Tribe of Indians + Inactive + + + + + + + + + + + + + 5143 + 1753 + 11 + 90CI0175 + 1993-06-01 + 2025-06-30 + CI + YUROK TRIBE + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + + + + + + + 5144 + 3424 + 11 + 90CI0176 + 1993-09-01 + 2025-06-30 + CI + RINCON SAN LUISENO BAND OF MISSION INDIANS + Inactive + + + + + + + + + + + + + 5145 + 844 + 11 + 90CI0177 + 1993-09-01 + 2025-06-30 + CI + Passamaquoddy Tribe (Pleasant Point Reservattion) + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + + + + + + + 5146 + 1340 + 11 + 90CI0178 + 1993-09-01 + 2025-06-30 + CI + OR Confederated Tribes of the Umatilla + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + + + + + + + 5147 + 1427 + 11 + 90CI0179 + 2009-07-01 + 2025-06-30 + CI + Karuk Tribe + Inactive + F15957 + L15957 + 15957@hsesinfo.org + + + + + + + + + + 5148 + 1443 + 11 + 90CI0180 + 1994-01-01 + 2025-06-30 + CI + ROUND VALLEY INDIAN TRIBE + Inactive + F15957 + L15957 + 15957@hsesinfo.org + + + + + + + + + + 5149 + 1050 + 11 + 90CI0181 + 1994-01-01 + 2025-06-30 + CI + MORONGO BAND OF MISSION INDIANS + Inactive + + + + + + + + + + + + + 5150 + 985 + 11 + 90CI0182 + 2006-07-01 + 2015-06-30 + CI + RED CLIFF BAND OF LAKE SUPERIOR CHIPPEWAS + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + + + + + + + 5151 + 119 + 11 + 90CI0183 + 1994-08-01 + 2025-06-30 + CI + REDDING RANCHERIA INDIAN HEALTH SERVICES + Inactive + + + + + + + + + + + + + 5152 + 986 + 11 + 90CI0186 + 2006-09-01 + 2013-08-31 + CI + Sault Ste. Marie Tribe of Chippewa Indians + Inactive + + + + + + + + + + + + + 5153 + 698 + 11 + 90CI0187 + 1994-09-01 + 2025-06-30 + CI + California Rural Indian Health Board, Inc. + Inactive + F3537 + L3537 + 3537@hsesinfo.org + + + + + + + + + + 5154 + 1941 + 11 + 90CI0190 + 1995-06-01 + 2025-06-30 + CI + AROOSTOOK BAND OF MICMAC INDIANS + Inactive + + + + F3533 + L3533 + 3533@hsesinfo.org + + + + + + + 5155 + 583 + 11 + 90CI0191 + 1995-05-01 + 2025-06-30 + CI + Chugachmiut + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 5156 + 415 + 11 + 90CI0192 + 1995-06-01 + 2025-06-30 + CI + Prairie Band of Potawatomi Indians + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + + + + + + + 5157 + 2300 + 11 + 90CI0195 + 1996-12-01 + 1997-11-30 + CI + INTER-TRIBAL COUNCIL OF NEVADA + Inactive + + + + + + + + + + + + + 5158 + 263 + 11 + 90CI0198 + 1996-09-01 + 2025-06-30 + CI + WASHOE TRIBAL COUNCIL + Inactive + F15957 + L15957 + 15957@hsesinfo.org + + + + + + + + + + 5159 + 1741 + 11 + 90CI0199 + 1996-09-01 + 2025-06-30 + CI + CAMPO BAND OF MISSION INDIANS + Inactive + + + + + + + + + + + + + 5160 + 1204 + 11 + 90CI0203 + 1992-01-01 + 2025-06-30 + CI + Three Affiliated Tribes + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + + + + + + + 5161 + 1501 + 11 + 90CI0205 + 1997-09-18 + 2025-06-30 + CI + Osage Tribal Council + Inactive + + + + F3536 + L3536 + 3536@hsesinfo.org + + + + + + + 5162 + 3425 + 11 + 90CI0215 + 1992-01-01 + 2025-06-30 + CI + Pueblo of Acoma Tribal Council + Inactive + + + + + + + + + + + + + 5163 + 1240 + 11 + 90CI0248 + 1992-01-01 + 2025-06-30 + CI + Confederated Tribes of the Colville Indian Reserva + Inactive + F33086 + L33086 + 33086@hsesinfo.org + + + + + + + + + + 5164 + 837 + 11 + 90CI0296 + 1992-02-01 + 2025-06-30 + CI + Red Lake Band of Chippewa Indians + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + + + + + + + 5165 + 598 + 11 + 90CI0308 + 1992-09-01 + 2025-06-30 + CI + WHITE EARTH RESERVATION BUSINESS COMMITTEE (HEAD START) + Inactive + + + + F3541 + L3541 + 3541@hsesinfo.org + + + + + + + 5166 + 537 + 11 + 90CI0335 + 1992-04-01 + 2025-06-30 + CI + Leech Lake Reservation Business Committee + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + + + + + + + 5167 + 3427 + 11 + 90CI0376 + 2005-12-01 + 2025-06-30 + CI + ONEIDA TRIBE OF INDIANS OF WISCONSIN + Inactive + + + + + + + + + + + + + 5168 + 1707 + 11 + 90CI0496 + 1991-12-01 + 2025-06-30 + CI + QUINAULT INDIAN NATION + Inactive + F11856 + L11856 + 11856@hsesinfo.org + + + + + + + + + + 5169 + 637 + 11 + 90CI0497 + 1992-07-01 + 2025-06-30 + CI + Makah Tribal Council + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + + + + + + + 5170 + 565 + 11 + 90CI0557 + 1992-01-01 + 2025-06-30 + CI + Pueblo of Zuni + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + + + + + + + 5171 + 630 + 11 + 90CI0663 + 1992-05-01 + 2025-06-30 + CI + Inter-Tribal Council of Nevada + Inactive + F3537 + L3537 + 3537@hsesinfo.org + + + + + + + + + + 5172 + 517 + 11 + 90CI0676 + 1992-04-01 + 2025-06-30 + CI + Lac Courte Oreilles Tribal + Inactive + + + + F3541 + L3541 + 3541@hsesinfo.org + + + + + + + 5173 + 1832 + 11 + 90CI0677 + 1992-04-01 + 2025-06-30 + CI + HO-CHUNK NATION + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + + + + + + + 5174 + 731 + 11 + 90CI0678 + 1992-04-01 + 2025-06-30 + CI + LAC DU FLAMBEAU BAND OF LAKE SUPERIOR CHIPPEWA INDIANS + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + + + + + + + 5175 + 938 + 11 + 90CI0679 + 1992-04-01 + 2025-06-30 + CI + STOCKBRIDGE-MUNSEE TRIBAL COUNCIL (HEAD START) + Inactive + + + + + + + + + + + + + 5176 + 455 + 11 + 90CI0680 + 1992-07-01 + 2025-06-30 + CI + Bad River Band of Lake Superior Chippewa Indians + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + + + + + + + 5177 + 721 + 11 + 90CI0689 + 1992-02-01 + 2015-01-31 + CI + EASTERN BAND OF CHEROKEE INDIANS + Inactive + + + + + + + + + + + + + 5178 + 823 + 11 + 90CI0709 + 1992-07-01 + 2025-06-30 + CI + Nez Perce Tribe + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + + + + + + + 5179 + 310 + 11 + 90CI0760 + 1992-01-01 + 2025-06-30 + CI + San Carlos Apache Tribe + Inactive + + + + + + + + + + + + + 5197 + 1276 + 7 + 07CH7029 + 1998-07-01 + 2015-06-30 + CH + Youth in Need, Inc. + Inactive + F11828 + L11828 + 11828@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + + + + + + + 5217 + 1841 + 6 + 06CH6995 + 2006-01-01 + 2025-06-30 + CH + Community Action Project of Tulsa County, Inc. + Inactive + + + + + + + + + + + + + 5222 + 335 + 11 + 90CI0104 + 2011-11-01 + 2015-10-31 + CI + PUEBLO OF SAN FELIPE (IMPD) + Inactive + F15738 + L15738 + 15738@hsesinfo.org + + + + + + + + + + 5223 + 494 + 11 + 90CI0120 + 1991-11-01 + 2014-04-30 + CI + Spirit Lake Tribe + Inactive + + + + + + + + + + + + + 5224 + 1506 + 11 + 90CI0121 + 1991-11-01 + 2025-06-30 + CI + Inter-Tribal Council of Michigan, Inc. + Inactive + F11856 + L11856 + 11856@hsesinfo.org + + + + + + + + + + 5225 + 1429 + 11 + 90CI0122 + 1991-11-01 + 2025-06-30 + CI + Skokomish Indian Tribe + Inactive + F25722 + L25722 + 25722@hsesinfo.org + + + + + + + + + + 5226 + 934 + 11 + 90CI0200 + 1996-11-01 + 2025-06-30 + CI + RAMAH NAVAJO SCHOOL BOARD, INC + Inactive + F33086 + L33086 + 33086@hsesinfo.org + + + + + + + + + + 5227 + 250 + 11 + 90CI0201 + 1996-11-01 + 2025-06-30 + CI + ALAMO NAVAJO SCHOOL BOARD, INC. + Inactive + + + + + + + + + + + + + 5228 + 139 + 11 + 90CI0216 + 1991-11-01 + 2025-06-30 + CI + NAVAJO NATION + Inactive + + + + + + + + + + + + + 5229 + 1434 + 11 + 90CI0219 + 1991-11-01 + 2025-06-30 + CI + TOHONO O'ODHAM NATION (HEAD START) + Inactive + F39730 + L39730 + 39730@hsesinfo.org + + + + + + + + + + 5230 + 629 + 11 + 90CI0588 + 1991-11-01 + 2025-06-30 + CI + GRAND PORTAGE RESERVATION BUSINESS COMMITTEE + Inactive + F15957 + L15957 + 15957@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + + + + + + + 5231 + 1438 + 11 + 90CI1540 + 1992-10-01 + 2025-06-30 + CI + OMAHA TRIBE OF NEBRASKA, HEAD START + Inactive + F15957 + L15957 + 15957@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + + + + + + + 5232 + 789 + 11 + 90CI1552 + 1991-11-01 + 2025-06-30 + CI + Cherokee Nation + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3536 + L3536 + 3536@hsesinfo.org + + + + + + + 5233 + 882 + 11 + 90CI1554 + 1991-11-01 + 2025-06-30 + CI + CHOCTAW NATION OF OKLAHOMA + Inactive + F15957 + L15957 + 15957@hsesinfo.org + F3536 + L3536 + 3536@hsesinfo.org + + + + + + + 5234 + 3436 + 11 + 90CI8029 + 1991-11-01 + 2025-06-30 + CI + FT BELKNAP COMMUNITY COUNCIL (HEAD START) + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 5235 + 374 + 11 + 90CI8042 + 1991-11-01 + 2025-06-30 + CI + Jicarilla Apache Nation + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F13059 + L13059 + 13059@hsesinfo.org + + + + + + + 5246 + 151 + 1 + 01CH0157 + 2005-11-01 + 2014-06-30 + CH + NEW OPPORTUNITIES FOR WATERBURY, INC + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F2293 + L2293 + 2293@hsesinfo.org + + + + + + + 5247 + 1333 + 1 + 01CH0222 + 2000-11-01 + 2015-10-31 + CH + PEOPLE ACTING IN COMMUNITY ENDEAVORS + Inactive + + + + F229 + L229 + 229@hsesinfo.org + + + + + + + 5248 + 747 + 1 + 01CH0441 + 1991-10-01 + 2014-06-30 + CH + ACTION FOR BRIDGEPORT COMMUNITY DEVELOPMENT + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F2293 + L2293 + 2293@hsesinfo.org + + + + + + + 5249 + 1510 + 1 + 01CH1039 + 2001-11-01 + 2014-10-31 + CH + CHAMPLAIN VALLEY OFFICE OF ECONOMIC OPPORTUNITY + Inactive + + + + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 5250 + 706 + 1 + 01CH1050 + 2000-11-01 + 2015-04-30 + CH + Capstone Community Action, Inc. + Inactive + + + + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 5251 + 1143 + 1 + 01CH1054 + 2000-11-01 + 2025-06-30 + CH + York County Community Action Corporation + Inactive + + + + + + + + + + + + + 5252 + 861 + 1 + 01CH1066 + 2002-11-01 + 2015-12-31 + CH + Community Teamwork, Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + + + + + + 5253 + 359 + 1 + 01CH1152 + 2000-11-01 + 2013-10-31 + CH + COMPREHENSIVE COMMUNITY ACTION PROGRAM + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 5254 + 539 + 1 + 01CH1244 + 2001-11-01 + 2014-02-28 + CH + Holyoke, Chicopee, Springfield Head Start Inc. + Inactive + + + + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 5255 + 743 + 1 + 01CH1326 + 2000-11-01 + 2015-10-31 + CH + MONTACHUSETT OPPORTUNITY COUNCIL, INC + Inactive + + + + F32486 + L32486 + 32486@hsesinfo.org + + + + + + + 5256 + 2011 + 1 + 01CH1359 + 2000-11-01 + 2004-05-31 + CH + SELF HELP, INC + Inactive + + + + + + + + + + + + + 5257 + 1585 + 2 + 02CH1323 + 1992-01-01 + 2025-06-30 + CH + Community Action Planning Council of Jefferson Co., Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + + + + + + + + + + 5258 + 2012 + 3 + 03CH0143 + 1991-11-01 + 2025-06-30 + CH + NATION'S CAPITAL CHILD AND FAMILY DEVELOPMENT + Inactive + + + + + + + + + + + + + 5259 + 1014 + 3 + 03CH0172 + 1999-11-01 + 2010-10-31 + CH + Philadelphia Parent Child Center, Inc. + Inactive + + + + + + + + + + + + + 5260 + 316 + 3 + 03CH0173 + 1991-11-01 + 2025-06-30 + CH + RICHMOND CITY PUBLIC SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 5261 + 2013 + 3 + 03CH0227 + 1998-11-01 + 2025-06-30 + CH + RESOURCES FOR HUMAN DEVELOPMENT, INC + Inactive + + + + + + + + + + + + + 5262 + 1246 + 3 + 03CH0231 + 1994-11-01 + 2011-11-30 + CH + CIVIC SENIOR CITIZENS, INC. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + + + + + + + + + + 5263 + 2014 + 3 + 03CH0333 + 1998-11-01 + 2025-06-30 + CH + RESOURCES FOR HUMAN DEVELOPMENT, INC + Inactive + + + + + + + + + + + + + 5264 + 2015 + 3 + 03CH0334 + 1991-09-01 + 2025-06-30 + CH + CONCORD COLLEGE + Inactive + + + + + + + + + + + + + 5265 + 526 + 3 + 03CH0335 + 1991-09-01 + 2019-10-31 + CH + PRINCE WILLIAM COUNTY PUBLIC SCHOOLS + Inactive + F30521 + L30521 + 30521@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 5266 + 1210 + 4 + 04CH0326 + 1992-09-01 + 2025-06-30 + CH + WASHINGTON COUNTY OPPORTUNITIES, INC + Inactive + F13325 + L13325 + 13325@hsesinfo.org + + + + + + + + + + 5267 + 585 + 4 + 04CH0327 + 1992-09-01 + 2025-06-30 + CH + LAKE CUMBERLAND COMMUNITY + Inactive + F13510 + L13510 + 13510@hsesinfo.org + + + + + + + + + + 5268 + 624 + 4 + 04CH0328 + 1992-01-01 + 2025-06-30 + CH + LOWCOUNTRY COMMUNITY ACTION AGENCY + Inactive + + + + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 5269 + 1078 + 4 + 04CH0329 + 1992-09-01 + 2025-06-30 + CH + GATEWAY COMMUNITY ACTION AGENCY, INC. + Inactive + + + + + + + + + + + + + 5270 + 1152 + 4 + 04CH0331 + 2011-07-01 + 2013-06-30 + CH + BALDWIN COUNTY BOARD OF EDUCATION + Inactive + + + + + + + + + + + + + 5271 + 824 + 4 + 04CH0365 + 1992-07-01 + 2025-06-30 + CH + Metropolitan Action Commission + Inactive + F13325 + L13325 + 13325@hsesinfo.org + + + + + + + + + + 5272 + 444 + 4 + 04CH0381 + 1992-07-01 + 2025-06-30 + CH + OHIO VALLEY EDUCATION COOPERATIVE + Inactive + F2065 + L2065 + 2065@hsesinfo.org + + + + + + + + + + 5273 + 1165 + 4 + 04CH0382 + 2009-07-01 + 2025-06-30 + CH + JACKSON COUNTY SCHOOL DISTRICT + Inactive + + + + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 5274 + 919 + 4 + 04CH0383 + 1992-07-01 + 2025-06-30 + CH + Redlands Christian Migrant Association + Inactive + + + + + + + + + + + + + 5275 + 1345 + 4 + 04CH0384 + 1992-03-01 + 2025-06-30 + CH + SANTA ROSA COUNTY SCHOOL DISTRICT + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + + + + + + + 5276 + 1905 + 4 + 04CH0389 + 1992-07-01 + 2025-06-30 + CH + ANDERSON COUNTY BOARD OF EDUCATION + Inactive + + + + F2078 + L2078 + 2078@hsesinfo.org + + + + + + + 5277 + 1909 + 4 + 04CH0391 + 1992-08-01 + 2025-06-30 + CH + MONROE COUNTY PUBLIC SCHOOLS + Inactive + + + + + + + + + + + + + 5278 + 111 + 4 + 04CH0436 + 1992-08-01 + 2025-06-30 + CH + RUTHERFORD COUNTY BOARD OF EDUCATION + Inactive + F13740 + L13740 + 13740@hsesinfo.org + + + + + + + + + + 5279 + 1740 + 4 + 04CH0437 + 1992-07-01 + 2025-06-30 + CH + UPPER CUMBERLAND HUMAN RESOURCE AGENCY + Inactive + + + + + + + + + + + + + 5280 + 1900 + 4 + 04CH0442 + 1992-04-01 + 2025-06-30 + CH + REACH SERVICES, INC + Inactive + F13510 + L13510 + 13510@hsesinfo.org + + + + + + + + + + 5281 + 749 + 4 + 04CH0457 + 1992-07-01 + 2025-06-30 + CH + FOUR COUNTY COMMUNITY SERVICES, INC + Inactive + F2065 + L2065 + 2065@hsesinfo.org + + + + + + + + + + 5282 + 1218 + 4 + 04CH0464 + 1992-06-01 + 2014-06-30 + CH + SOUTH CENTRAL HUMAN RESOURCE AGENCY + Inactive + F13740 + L13740 + 13740@hsesinfo.org + + + + + + + + + + 5283 + 1833 + 4 + 04CH0466 + 2011-01-01 + 2015-12-31 + CH + Martin County School District + Inactive + F13325 + L13325 + 13325@hsesinfo.org + + + + + + + + + + 5284 + 2129 + 4 + 04CH0467 + 1992-09-01 + 2025-06-30 + CH + CHILD CARE RESOURCES INC + Inactive + + + + + + + + + + + + + 5285 + 5561 + 4 + 04CH0468 + 1992-09-01 + 2025-06-30 + CH + PERSON COUNTY BOARD OF EDUCATION + Inactive + + + + + + + + + + + + + 5286 + 483 + 4 + 04CH0477 + 1992-05-01 + 2025-06-30 + CH + LIVINGSTON BYRDSTOWN JAMESTOWN & COOKEVILLE DEV CORP + Inactive + F13325 + L13325 + 13325@hsesinfo.org + + + + + + + + + + 5287 + 1140 + 4 + 04CH0501 + 1993-09-01 + 2025-06-30 + CH + REGIONAL CONSOLIDATED SERVICES + Inactive + + + + F2078 + L2078 + 2078@hsesinfo.org + + + + + + + 5288 + 2130 + 4 + 04CH0502 + 1993-09-01 + 2025-06-30 + CH + NORTH FLORIDA MEDICAL CENTERS INC + Inactive + + + + + + + + + + + + + 5289 + 1160 + 4 + 04CH0506 + 2005-02-01 + 2025-06-30 + CH + TAYLOR COUNTY SCHOOL BOARD + Inactive + + + + + + + + + + + + + 5290 + 199 + 4 + 04CH0508 + 1994-07-01 + 2025-06-30 + CH + CHILDREN FIRST, INC. + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + + + + + + + 5291 + 2131 + 4 + 04CH0528 + 1996-09-01 + 1997-08-31 + CH + CAA OF CALHOUN CLEBURNE & CHEROKEE COUNTIES, INC + Inactive + + + + + + + + + + + + + 5292 + 256 + 4 + 04CH0529 + 1994-09-01 + 2025-06-30 + CH + FAMILY RESOURCE AGENCY, INC. OF NORTH GEORGIA + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + + + + + + + 5293 + 559 + 4 + 04CH0539 + 1992-04-01 + 2025-06-30 + CH + COASTAL PLAIN AREA ECONOMIC OPPORTUNITY AUTHORITY, INC + Inactive + + + + + + + + + + + + + 5294 + 751 + 4 + 04CH0568 + 1995-09-01 + 2025-06-30 + CH + CHOANOKE AREA DEVELOPMENT ASSOCIATION, INC + Inactive + F2001 + L2001 + 2001@hsesinfo.org + + + + + + + + + + 5295 + 692 + 4 + 04CH0572 + 1996-07-01 + 2025-06-30 + CH + FORT VALLEY STATE UNIVERSITY + Inactive + + + + F11756 + L11756 + 11756@hsesinfo.org + + + + + + + 5296 + 901 + 4 + 04CH0574 + 1992-06-01 + 2025-06-30 + CH + ECONOMIC IMPROVEMENT COUNCIL, INC + Inactive + + + + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 5297 + 472 + 4 + 04CH0584 + 1992-03-01 + 2014-06-30 + CH + SAVANNAH-CHATHAM CNTY AREA ECONOMIC OPPRTUNITY CNCL-INC + Inactive + F13510 + L13510 + 13510@hsesinfo.org + + + + + + + + + + 5298 + 851 + 4 + 04CH0627 + 1997-08-01 + 2025-06-30 + CH + Florence City School District + Inactive + F2001 + L2001 + 2001@hsesinfo.org + + + + + + + + + + 5299 + 1403 + 4 + 04CH0690 + 1992-01-01 + 2025-06-30 + CH + KNOXVILLE KNOX COUNTY COMMUNITY ACTION COMMITTEE + Inactive + + + + + + + + + + + + + 5300 + 848 + 4 + 04CH0706 + 2010-03-01 + 2013-06-30 + CH + CAA OF HUNTSVILLE-MADISON & + Inactive + + + + + + + + + + + + + 5301 + 963 + 4 + 04CH0804 + 1992-07-01 + 2025-06-30 + CH + SOUTHWEST HUMAN RESOURCE AGENCY + Inactive + + + + F24442 + L24442 + 24442@hsesinfo.org + + + + + + + 5302 + 294 + 4 + 04CH0816 + 1992-07-01 + 2025-06-30 + CH + WESTERN CAROLINA COMMUNITY ACTION, INC + Inactive + F33579 + L33579 + 33579@hsesinfo.org + + + + + + + + + + 5303 + 601 + 4 + 04CH0902 + 1991-12-01 + 2025-06-30 + CH + TRI-COUNTY COMMUNITY COUNCIL, INC + Inactive + + + + F2078 + L2078 + 2078@hsesinfo.org + + + + + + + 5304 + 527 + 4 + 04CH2037 + 1992-06-01 + 2025-06-30 + CH + COMMUNITY ACTION OF SOUTHERN KY. INC. + Inactive + F2001 + L2001 + 2001@hsesinfo.org + + + + + + + + + + 5305 + 1808 + 4 + 04CH2053 + 1992-04-01 + 2025-06-30 + CH + GASTON COMMUNITY ACTION, INC + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 5306 + 656 + 4 + 04CH2078 + 1992-08-01 + 2025-06-30 + CH + NORTHEAST KENTUCKY COMMUNITY ACTION AGENCY, INC. + Inactive + + + + + + + + + + + + + 5307 + 1759 + 4 + 04CH2139 + 1992-01-01 + 2025-06-30 + CH + CUMBERLAND COMMUNITY ACTION PROGRAM, INC + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 5308 + 803 + 4 + 04CH2142 + 2011-01-01 + 2013-12-31 + CH + GUILFORD CHILD DEVELOPMENT + Inactive + + + + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 5309 + 1337 + 4 + 04CH2147 + 1992-06-01 + 2025-06-30 + CH + Mountain Projects, Inc. + Inactive + + + + + + + + + + + + + 5310 + 620 + 4 + 04CH2164 + 1992-07-01 + 2025-06-30 + CH + KENTUCKY RIVER FOOTHILLS DEVELOPMENT COUNCIL + Inactive + + + + + + + + + + + + + 5311 + 720 + 4 + 04CH2170 + 1992-01-01 + 2025-06-30 + CH + COMMUNITY ACTION OPPORTUNITIES + Inactive + F13325 + L13325 + 13325@hsesinfo.org + + + + + + + + + + 5312 + 1161 + 4 + 04CH2198 + 1992-09-01 + 2025-06-30 + CH + WILLIAMSTOWN BOARD OF EDUCATION + Inactive + F13740 + L13740 + 13740@hsesinfo.org + + + + + + + + + + 5313 + 1133 + 4 + 04CH2269 + 1992-08-01 + 2015-07-31 + CH + CARROLL COUNTY BOARD OF EDUCATION + Inactive + + + + + + + + + + + + + 5314 + 314 + 11 + 90CI0763 + 1992-01-01 + 2025-06-30 + CI + Bois Forte Reservation Tribal Council + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + + + + + + + 5315 + 3440 + 11 + 90CI0776 + 1992-05-01 + 2025-06-30 + CI + Turtle Mountain Band of Chippewa Indian Tribe + Inactive + F15957 + L15957 + 15957@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + + + + + + + 5316 + 687 + 11 + 90CI0825 + 1992-02-01 + 2025-06-30 + CI + Quechan Indian Tribe + Inactive + F25722 + L25722 + 25722@hsesinfo.org + + + + + + + + + + 5317 + 141 + 11 + 90CI0895 + 1991-12-01 + 2025-06-30 + CI + Metlakatla Indian Community + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 5318 + 1761 + 11 + 90CI0944 + 1992-05-01 + 2025-06-30 + CI + HAVASUPAI + Inactive + F15957 + L15957 + 15957@hsesinfo.org + + + + + + + + + + 5319 + 589 + 11 + 90CI0945 + 1992-09-01 + 2025-06-30 + CI + Confederated Tribe of Chehalis + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 5320 + 1810 + 11 + 90CI0956 + 1992-08-01 + 2025-06-30 + CI + SHOSHONE-BANNOCK TRIBAL BUSINESS COUNCIL + Inactive + + + + + + + + + + + + + 5321 + 309 + 11 + 90CI0983 + 1992-05-01 + 2025-06-30 + CI + Hualapai Tribe + Inactive + F39730 + L39730 + 39730@hsesinfo.org + + + + + + + + + + 5322 + 321 + 11 + 90CI1535 + 1991-12-01 + 2025-06-30 + CI + Saint Regis Mohawk Tribal Council + Inactive + + + + F3533 + L3533 + 3533@hsesinfo.org + + + + + + + 5323 + 636 + 11 + 90CI1537 + 1991-12-01 + 2025-06-30 + CI + Tanana Chiefs Conference + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 5324 + 648 + 11 + 90CI1538 + 1991-12-01 + 2025-06-30 + CI + MUSCOGEE (CREEK) NATION OF OKLAHOMA + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F3536 + L3536 + 3536@hsesinfo.org + + + + + + + 5325 + 386 + 11 + 90CI1541 + 1991-12-01 + 2025-06-30 + CI + WINNEBAGO TRIBE OF NEBRASKA + Inactive + + + + F14034 + L14034 + 14034@hsesinfo.org + + + + + + + 5326 + 1428 + 11 + 90CI1542 + 1992-01-01 + 2025-06-30 + CI + Cheyenne & Arapaho Tribes of Oklahoma + Inactive + + + + F3536 + L3536 + 3536@hsesinfo.org + + + + + + + 5327 + 600 + 11 + 90CI1543 + 1991-12-01 + 2025-06-30 + CI + The Chickasaw Nation + Inactive + F15957 + L15957 + 15957@hsesinfo.org + F15469 + L15469 + 15469@hsesinfo.org + + + + + + + 5328 + 2301 + 11 + 90CI1544 + 1995-01-01 + 1995-12-31 + CI + INTER-TRIBAL COUNCIL OF CALIFORNIA + Inactive + + + + + + + + + + + + + 5329 + 1124 + 11 + 90CI1545 + 2014-01-01 + 2014-12-31 + CI + KIOWA TRIBE OF OKLAHOMA (ONAP) + Inactive + + + + F3536 + L3536 + 3536@hsesinfo.org + + + + + + + 5330 + 726 + 11 + 90CI1547 + 1992-08-01 + 2025-06-30 + CI + Hoopa Valley Tribal Council + Inactive + F39730 + L39730 + 39730@hsesinfo.org + + + + + + + + + + 5331 + 1611 + 11 + 90CI1548 + 1992-01-01 + 2025-06-30 + CI + KAWERAK, INC + Inactive + + + + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 5332 + 361 + 11 + 90CI1549 + 1992-01-01 + 2025-06-30 + CI + AK Tlingit and Haida Indian Tribes of Alaska + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 5333 + 1351 + 11 + 90CI1551 + 1991-12-01 + 2025-06-30 + CI + Seneca Nation of Indians + Inactive + + + + F3533 + L3533 + 3533@hsesinfo.org + + + + + + + 5334 + 1446 + 11 + 90CI1632 + 1991-12-01 + 2025-06-30 + CI + SEMINOLE NATION OF OKLAHOMA + Inactive + + + + F3536 + L3536 + 3536@hsesinfo.org + + + + + + + 5335 + 980 + 11 + 90CI1730 + 1992-01-01 + 2025-06-30 + CI + Association of Village Council Presidents + Inactive + + + + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 5336 + 599 + 11 + 90CI1931 + 1992-08-01 + 2025-06-30 + CI + KICKAPOO TRIBE OF OKLAHOMA (HEAD START) + Inactive + + + + F3536 + L3536 + 3536@hsesinfo.org + + + + + + + 5337 + 1433 + 11 + 90CI7845 + 1992-09-01 + 2025-06-30 + CI + Santee Sioux Tribe of Nebraska + Inactive + + + + F14034 + L14034 + 14034@hsesinfo.org + + + + + + + 5338 + 1577 + 11 + 90CI8006 + 1992-09-01 + 2014-08-31 + CI + PUEBLO OF ISLETA + Inactive + + + + + + + + + + + + + 5339 + 101 + 11 + 90CI8007 + 1992-08-01 + 2025-06-30 + CI + Northern Cheyenne Tribal Council + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 5340 + 2302 + 11 + 90CI8013 + 1997-01-01 + 1997-12-31 + CI + SEMINOLE TRIBE OF FLORIDA + Inactive + + + + + + + + + + + + + 5341 + 116 + 11 + 90CI8014 + 1992-01-01 + 2025-06-30 + CI + Cheyenne River Sioux Tribe + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + + + + + + + 5342 + 1474 + 11 + 90CI8015 + 1992-01-01 + 2025-06-30 + CI + Standing Rock Sioux Tribe + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + + + + + + + 5343 + 1205 + 11 + 90CI8018 + 1992-04-01 + 2025-06-30 + CI + Rosebud Sioux Tribal Council + Inactive + + + + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 5344 + 1789 + 11 + 90CI8021 + 1991-12-01 + 2025-06-30 + CI + White Mountain Apache Tribe + Inactive + F3537 + L3537 + 3537@hsesinfo.org + + + + + + + + + + 5345 + 797 + 11 + 90CI8032 + 1992-02-01 + 2025-06-30 + CI + Mescalero Apache Tribe + Inactive + F39730 + L39730 + 39730@hsesinfo.org + + + + + + + + + + 5346 + 1272 + 11 + 90CI8033 + 1992-03-01 + 2025-06-30 + CI + Shoshone & Arapahoe Joint Business Council (ONAP) + Inactive + + + + F3533 + L3533 + 3533@hsesinfo.org + + + + + + + 5347 + 1491 + 11 + 90CI8037 + 1992-03-01 + 2025-06-30 + CI + Pueblo of Laguna, Department of Education + Inactive + + + + F14171 + L14171 + 14171@hsesinfo.org + + + + + + + 5348 + 372 + 11 + 90CI8038 + 1992-04-01 + 2025-06-30 + CI + EIGHT NORTHERN INDIAN PUEBLOS COUNCIL + Inactive + F39730 + L39730 + 39730@hsesinfo.org + + + + + + + + + + 5349 + 130 + 11 + 90CI8039 + 1992-09-01 + 2025-06-30 + CI + ID Coeur D'Alene Tribe + Inactive + + + + F3533 + L3533 + 3533@hsesinfo.org + + + + + + + 5350 + 779 + 11 + 90CI8043 + 1992-08-01 + 2025-06-30 + CI + Muckleshoot Indian Tribe + Inactive + + + + + + + + + + + + + 5351 + 382 + 11 + 90CI8045 + 1992-09-01 + 2025-06-30 + CI + The Confederated Tribes of The Warm Springs Reservation + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + + + + + + + 5352 + 815 + 11 + 90CI8046 + 1992-02-29 + 2025-06-30 + CI + CROW CREEK SIOUX TRIBE (HEAD START) + Inactive + + + + + + + + + + + + + 5353 + 420 + 11 + 90CI8048 + 1992-01-01 + 2025-06-30 + CI + FIVE SANDOVAL INDIAN PUEBLOS, INC + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + + + + + + + 5354 + 396 + 11 + 90CI8052 + 1991-12-01 + 2025-06-30 + CI + Mille Lacs Band of Ojibwe + Inactive + F3537 + L3537 + 3537@hsesinfo.org + + + + + + + + + + 5355 + 1258 + 11 + 90CI8055 + 1992-06-01 + 2025-06-30 + CI + Hopi Indian Tribal Council + Inactive + + + + + + + + + + + + + 5356 + 625 + 11 + 90CI8058 + 1992-08-01 + 2025-06-30 + CI + Confederated Salish & Kootenai Tribes + Inactive + + + + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 5357 + 1844 + 11 + 90CI8059 + 1992-05-01 + 2025-06-30 + CI + MICCOSUKEE TRIBE OF INDIANS OF FLORIDA (HEAD START) + Inactive + + + + + + + + + + + + + 5396 + 193 + 3 + 03CH0337 + 1991-09-01 + 2025-06-30 + CH + Hanover County Public Schools + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + + + + + + 5397 + 1159 + 3 + 03CH2272 + 1991-11-01 + 2012-10-31 + CH + Braxton County Board of Education + Inactive + + + + F14544 + L14544 + 14544@hsesinfo.org + + + + + + + 5398 + 1444 + 4 + 04CH0071 + 1992-10-01 + 2015-09-30 + CH + DOTHAN CITY BOARD OF EDUCATION + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 5399 + 852 + 4 + 04CH0123 + 1992-10-01 + 2025-06-30 + CH + WALKER COUNTY BOARD OF EDUCATION + Inactive + + + + + + + + + + + + + 5400 + 1402 + 4 + 04CH0197 + 1991-11-01 + 2025-06-30 + CH + Lutheran Services Florida, Inc. + Inactive + + + + + + + + + + + + + 5401 + 2016 + 4 + 04CH0199 + 2006-11-01 + 2007-06-30 + CH + POLK COUNTY OPPORTUNITY COUNCIL, INC + Inactive + + + + + + + + + + + + + 5402 + 1113 + 4 + 04CH0200 + 1991-11-01 + 2025-06-30 + CH + LUMBEE REGIONAL DEVELOPMENT ASSOCIATION, INC + Inactive + F13325 + L13325 + 13325@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 5403 + 807 + 4 + 04CH0201 + 1991-11-01 + 2025-06-30 + CH + Western Kentucky University + Inactive + F13510 + L13510 + 13510@hsesinfo.org + + + + + + + + + + 5404 + 1610 + 4 + 04CH0202 + 2011-10-01 + 2013-06-30 + CH + TALLADEGA CLAY RANDOLPH COOSA CHILD CARE PROGRAMS + Inactive + F13325 + L13325 + 13325@hsesinfo.org + + + + + + + + + + 5405 + 1524 + 4 + 04CH0207 + 1991-11-01 + 2025-06-30 + CH + CLARKSVILLE-MONTGOMERY COUNTY CMTY ACTION AGY, INC + Inactive + F13325 + L13325 + 13325@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 5406 + 1631 + 4 + 04CH0208 + 1991-11-01 + 2025-06-30 + CH + CLINCH-POWELL EDUCATIONAL COOPERATIVE + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 5407 + 1583 + 4 + 04CH0220 + 1991-11-01 + 2025-06-30 + CH + Randolph County Board of Education + Inactive + + + + F11756 + L11756 + 11756@hsesinfo.org + + + + + + + 5408 + 1878 + 4 + 04CH0263 + 1991-11-01 + 2025-06-30 + CH + TUSKEGEE CITY MAYOR'S OFFICE + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 5409 + 638 + 4 + 04CH0282 + 1992-10-01 + 2025-06-30 + CH + JACKSON COUNTY CIVIC ACTION COMMITTEE, INC + Inactive + + + + + + + + + + + + + 5410 + 1062 + 4 + 04CH0312 + 1992-10-01 + 2025-06-30 + CH + AUDUBON AREA COMMUNITY SERVICES, INC + Inactive + F2065 + L2065 + 2065@hsesinfo.org + + + + + + + + + + 5411 + 786 + 4 + 04CH0314 + 1992-10-01 + 2025-06-30 + CH + BROWARD COUNTY SCHOOL BOARD + Inactive + F2065 + L2065 + 2065@hsesinfo.org + + + + + + + + + + 5412 + 960 + 4 + 04CH0316 + 1992-10-01 + 2025-06-30 + CH + Mid Florida Community Services, Inc. + Inactive + F13510 + L13510 + 13510@hsesinfo.org + + + + + + + + + + 5413 + 2017 + 4 + 04CH0354 + 1991-11-01 + 2025-06-30 + CH + CLARK ATLANTA UNIVERSITY + Inactive + + + + + + + + + + + + + 5414 + 1264 + 4 + 04CH0461 + 1991-11-01 + 2025-06-30 + CH + CONCERTED SERVICES, INC + Inactive + + + + F42900 + L42900 + 42900@hsesinfo.org + + + + + + + 5415 + 575 + 4 + 04CH0592 + 1996-09-01 + 2025-06-30 + CH + JACKSONVILLE URBAN LEAGUE + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + + + + + + + 5416 + 1937 + 4 + 04CH0593 + 1996-09-01 + 2025-06-30 + CH + Episcopal Children's Services, Inc. + Inactive + + + + + + + + + + + + + 5417 + 1800 + 4 + 04CH0594 + 1996-09-01 + 2025-06-30 + CH + ST JOHNS COUNTY SCHOOL DISTRICT + Inactive + F2001 + L2001 + 2001@hsesinfo.org + + + + + + + + + + 5418 + 1826 + 4 + 04CH0595 + 1996-09-01 + 2025-06-30 + CH + SUWANNEE VALLEY COMMUNITY COORDINATED CHILD CARE, INC + Inactive + + + + + + + + + + + + + 5419 + 1134 + 4 + 04CH0712 + 1991-11-01 + 2025-06-30 + CH + BIG SANDY AREA COMMUNITY ACTION PROGRAM, INC + Inactive + + + + + + + + + + + + + 5420 + 952 + 4 + 04CH2234 + 1992-01-01 + 2025-06-30 + CH + WAYNE ACTION GROUP FOR ECONOMIC SOLVENCY, INC + Inactive + + + + + + + + + + + + + 5421 + 887 + 4 + 04CH2281 + 1991-11-01 + 2025-06-30 + CH + Central Kentucky Community Action Council + Inactive + + + + + + + + + + + + + 5422 + 188 + 4 + 04CH2586 + 1991-11-01 + 2025-06-30 + CH + KENTUCKY COMMUNITIES ECONOMIC OPPORTUNITY COUNCIL, INC + Inactive + + + + + + + + + + + + + 5423 + 356 + 4 + 04CH3010 + 1991-11-01 + 2025-06-30 + CH + Nash-Edgecombe Counties Economic Development, Inc. + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 5424 + 1563 + 4 + 04CH3012 + 1991-11-01 + 2025-06-30 + CH + SALISBURY ROWAN COMMUNITY ACTION AGENCY + Inactive + + + + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 5425 + 2018 + 4 + 04CH3015 + 1996-11-01 + 1997-10-31 + CH + COMMUNITY ACTION AGENCY OF NORTHWEST ALABAMA, INC. + Inactive + + + + + + + + + + + + + 5426 + 1453 + 4 + 04CH3035 + 1992-10-01 + 2025-06-30 + CH + HILLSBOROUGH COUNTY BOARD OF COUNTY COMMISSIONERS + Inactive + + + + F2078 + L2078 + 2078@hsesinfo.org + + + + + + + 5427 + 835 + 4 + 04CH3046 + 1992-10-01 + 2025-06-30 + CH + PALM BEACH COUNTY BOARD OF COUNTY COMMISSIONERS + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + + + + + + + 5428 + 524 + 4 + 04CH3133 + 1992-10-01 + 2025-06-30 + CH + ORANGE COUNTY COMMISSION + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + + + + + + + 5429 + 610 + 4 + 04CH3141 + 1992-10-01 + 2025-06-30 + CH + CAROLINA COMMUNITY ACTIONS, INC + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 5430 + 2019 + 4 + 04CH3152 + 1996-11-01 + 1997-05-31 + CH + PUTNAM-CLAY-FLAGLER + Inactive + + + + + + + + + + + + + 5431 + 1181 + 4 + 04CH3161 + 1991-11-01 + 2025-06-30 + CH + CHARLOTTE COUNTY SCHOOL BOARD + Inactive + F2001 + L2001 + 2001@hsesinfo.org + + + + + + + + + + 5432 + 1332 + 4 + 04CH3186 + 1991-11-01 + 2025-06-30 + CH + CULLMAN CITY CHILD DEVELOPMENT CENTER + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 5433 + 931 + 4 + 04CH3207 + 2013-11-01 + 2015-08-31 + CH + AIKEN/BARNWELL COUNTIES COMMUNITY ACTION AGENCY, INC + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 5434 + 1233 + 4 + 04CH3209 + 1991-11-01 + 2025-06-30 + CH + ORANGEBURG-CALHOUN-ALLENDALE-BAMBERG (OCAB) CAA, INC + Inactive + + + + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 5435 + 1674 + 4 + 04CH3218 + 1992-10-01 + 2025-06-30 + CH + Five County Child Development Program, Inc. + Inactive + F13510 + L13510 + 13510@hsesinfo.org + + + + + + + + + + 5436 + 1523 + 4 + 04CH3250 + 1991-11-01 + 2014-10-31 + CH + ST CLAIR COUNTY HEAD START, INC + Inactive + F13740 + L13740 + 13740@hsesinfo.org + + + + + + + + + + 5437 + 2020 + 4 + 04CH3302 + 1992-10-01 + 2025-06-30 + CH + ACTION, INC + Inactive + + + + + + + + + + + + + 5438 + 2021 + 4 + 04CH3458 + 1991-11-01 + 2025-06-30 + CH + HARAMBEE CHILD DEVELOPMENT COUNCIL, INC. + Inactive + + + + + + + + + + + + + 5439 + 587 + 4 + 04CH3459 + 1992-10-01 + 2025-06-30 + CH + NINTH DISTRICT + Inactive + + + + F11756 + L11756 + 11756@hsesinfo.org + + + + + + + 5440 + 1396 + 4 + 04CH4050 + 1991-11-01 + 2025-06-30 + CH + MID-CUMBERLAND COMMUNITY ACTION + Inactive + + + + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 5441 + 1234 + 4 + 04CH4198 + 1991-11-01 + 2025-06-30 + CH + Chapel Hill-Carrboro City School District + Inactive + F13740 + L13740 + 13740@hsesinfo.org + + + + + + + + + + 5442 + 126 + 5 + 05CH0113 + 1991-11-01 + 2012-06-30 + CH + CITY OF DETROIT + Inactive + + + + + + + + + + + + + 5443 + 1528 + 5 + 05CH0114 + 1991-11-01 + 2025-06-30 + CH + METROPOLITAN CHILDREN & YOUTH, INC. + Inactive + + + + + + + + + + + + + 5444 + 1372 + 4 + 04CH2270 + 1992-07-01 + 2025-06-30 + CH + MC DOWELL COUNTY BOARD OF EDUCATION (INC) + Inactive + F13740 + L13740 + 13740@hsesinfo.org + + + + + + + + + + 5445 + 1195 + 4 + 04CH2271 + 1992-08-01 + 2025-06-30 + CH + CABARRUS COUNTY BOARD OF EDUCATION + Inactive + + + + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 5446 + 1287 + 4 + 04CH2319 + 1992-01-01 + 2025-06-30 + CH + HENLEY ROBERTS CIVIC ORGANIZATION + Inactive + + + + + + + + + + + + + 5447 + 2132 + 4 + 04CH2382 + 1992-07-01 + 2025-06-30 + CH + KINGS MOUNTAIN DISTRICT SCHOOLS + Inactive + + + + + + + + + + + + + 5448 + 1157 + 4 + 04CH2385 + 1992-07-01 + 2025-06-30 + CH + ALEXANDER COUNTY BOARD OF EDUCATION + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + + + + + + + 5449 + 1502 + 4 + 04CH2386 + 1992-09-01 + 2025-06-30 + CH + FRANKLIN VANCE WARREN OPPORTUNITY, INC + Inactive + + + + + + + + + + + + + 5450 + 712 + 4 + 04CH2395 + 1992-08-01 + 2025-06-30 + CH + LINCOLN COUNTY BOARD OF EDUCATION + Inactive + + + + + + + + + + + + + 5451 + 1628 + 4 + 04CH2406 + 1992-05-01 + 2025-06-30 + CH + IREDELL COMMUNITY ACTION RESEARCH & EVALUATION, INC + Inactive + F33579 + L33579 + 33579@hsesinfo.org + + + + + + + + + + 5452 + 1670 + 4 + 04CH2409 + 1992-07-01 + 2025-06-30 + CH + BOYD COUNTY BOARD OF EDUCATION + Inactive + + + + + + + + + + + + + 5453 + 1461 + 4 + 04CH2428 + 1992-06-01 + 2025-06-30 + CH + JOHNSTON-LEE-HARNETT COMMUNITY ACTION, INC + Inactive + F2001 + L2001 + 2001@hsesinfo.org + + + + + + + + + + 5454 + 1827 + 4 + 04CH2435 + 1992-09-01 + 2025-06-30 + CH + BOURBON COUNTY BOARD OF EDUCATION + Inactive + F13740 + L13740 + 13740@hsesinfo.org + + + + + + + + + + 5455 + 1164 + 4 + 04CH2497 + 1992-06-01 + 2025-06-30 + CH + Leslie Knott Letcher Perry Community Action Council Inc + Inactive + + + + F2078 + L2078 + 2078@hsesinfo.org + + + + + + + 5456 + 2133 + 4 + 04CH2516 + 1992-04-01 + 2025-06-30 + CH + DOP CONSOLIDATED HUMAN + Inactive + + + + + + + + + + + + + 5457 + 1141 + 4 + 04CH2524 + 1992-07-01 + 2025-06-30 + CH + BLUE RIDGE OPPORTUNITY COMMISSION, INC + Inactive + F13510 + L13510 + 13510@hsesinfo.org + + + + + + + + + + 5458 + 594 + 4 + 04CH2529 + 1992-07-01 + 2025-06-30 + CH + Four Square Community Action Agency, Inc. + Inactive + F2001 + L2001 + 2001@hsesinfo.org + + + + + + + + + + 5459 + 1663 + 4 + 04CH2532 + 1992-07-01 + 2025-06-30 + CH + BLUE RIDGE COMMUNITY ACTION, INC + Inactive + F33579 + L33579 + 33579@hsesinfo.org + + + + + + + + + + 5460 + 1300 + 4 + 04CH2561 + 1992-09-01 + 2025-06-30 + CH + UNION COUNTY COMMUNITY ACTION, INC + Inactive + F13510 + L13510 + 13510@hsesinfo.org + + + + + + + + + + 5461 + 1503 + 4 + 04CH2570 + 1991-06-01 + 2025-06-30 + CH + NEW HANOVER COUNTY COMMUNITY ACTION, INC. + Inactive + + + + + + + + + + + + + 5462 + 780 + 4 + 04CH2596 + 2007-04-01 + 2025-06-30 + CH + Middle Kentucky Community Action Partnership, Inc. + Inactive + + + + F11679 + L11679 + 11679@hsesinfo.org + + + + + + + 5463 + 502 + 4 + 04CH2609 + 1992-07-01 + 2013-06-30 + CH + Northern Kentucky Community Action Commission, Inc. + Inactive + F13325 + L13325 + 13325@hsesinfo.org + + + + + + + + + + 5464 + 806 + 4 + 04CH2611 + 1992-07-01 + 2025-06-30 + CH + TRIMBLE COUNTY BOARD OF EDUCATION + Inactive + + + + F24442 + L24442 + 24442@hsesinfo.org + + + + + + + 5465 + 888 + 4 + 04CH2614 + 1992-07-01 + 2025-06-30 + CH + OLDHAM COUNTY BOARD OF EDUCATION + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + + + + + + + 5466 + 1408 + 4 + 04CH2617 + 1992-07-01 + 2025-06-30 + CH + KANNAPOLIS CITY SCHOOL DISTRICT + Inactive + + + + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 5467 + 2134 + 4 + 04CH2632 + 1992-07-01 + 2025-06-30 + CH + LAUREL COUNTY BOARD OF EDUCATION + Inactive + + + + + + + + + + + + + 5468 + 355 + 4 + 04CH2652 + 1992-08-01 + 2025-06-30 + CH + GREENE LAMP, INC + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 5469 + 2135 + 4 + 04CH2674 + 1992-03-01 + 2025-06-30 + CH + WAKE COUNTY OPPORTUNITIES, INC + Inactive + + + + + + + + + + + + + 5470 + 1476 + 4 + 04CH2675 + 1992-07-01 + 2025-06-30 + CH + BRECKINRIDGE COUNTY BOARD OF EDUCATION + Inactive + + + + + + + + + + + + + 5471 + 2136 + 4 + 04CH2679 + 1992-07-01 + 2025-06-30 + CH + CLOVERPORT BOARD OF EDUCATION + Inactive + + + + + + + + + + + + + 5472 + 427 + 4 + 04CH2687 + 1992-09-01 + 2025-06-30 + CH + PADUCAH INDEPENDENT SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 5473 + 419 + 4 + 04CH2692 + 1992-09-01 + 2025-06-30 + CH + MURRAY BOARD OF EDUCATION + Inactive + + + + + + + + + + + + + 5474 + 1416 + 4 + 04CH2748 + 1992-08-01 + 2025-06-30 + CH + Blue Grass Community Action Partnership, Inc. + Inactive + + + + + + + + + + + + + 5475 + 710 + 4 + 04CH2750 + 1992-08-01 + 2025-06-30 + CH + Community Action Council for Lexington-Fayette, + Inactive + F2065 + L2065 + 2065@hsesinfo.org + + + + + + + + + + 5476 + 944 + 4 + 04CH2755 + 1992-07-01 + 2025-06-30 + CH + YADKIN VALLEY ECONOMIC DEVELOPMENT DISTRICT, INC + Inactive + + + + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 5477 + 1198 + 4 + 04CH2757 + 1992-07-01 + 2025-06-30 + CH + LICKING VALLEY COMMUNITY ACTION + Inactive + + + + + + + + + + + + + 5478 + 525 + 4 + 04CH2769 + 1992-09-01 + 2025-06-30 + CH + ASHLAND BOARD OF EDUCATION + Inactive + F2001 + L2001 + 2001@hsesinfo.org + + + + + + + + + + 5479 + 399 + 4 + 04CH3002 + 1992-08-01 + 2013-07-31 + CH + MACON PROGRAM FOR PROGRESS + Inactive + + + + + + + + + + + + + 5480 + 513 + 4 + 04CH3009 + 1992-07-01 + 2025-06-30 + CH + DOUGLAS CHEROKEE ECONOMIC AUTHORITY, INC + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 5481 + 1139 + 4 + 04CH3013 + 1992-09-01 + 2025-06-30 + CH + FAMILY SERVICES, INC + Inactive + + + + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 5482 + 357 + 4 + 04CH3020 + 1992-01-01 + 2025-06-30 + CH + MARTIN COMMUNITY ACTION, INC + Inactive + F2065 + L2065 + 2065@hsesinfo.org + + + + + + + + + + 5483 + 183 + 4 + 04CH3034 + 1992-08-01 + 2025-06-30 + CH + GULF COAST COMMUNITY ACTION AGENCY + Inactive + + + + + + + + + + + + + 5484 + 1002 + 4 + 04CH3048 + 1991-12-01 + 2025-06-30 + CH + COMMUNITY ACTION PROGRAM COMMITTEE, INC + Inactive + + + + F2078 + L2078 + 2078@hsesinfo.org + + + + + + + 5485 + 809 + 4 + 04CH3049 + 1991-12-01 + 2025-06-30 + CH + FRIENDS OF CHILDREN OF MISSISSIPPI, INC + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F13741 + L13741 + 13741@hsesinfo.org + + + + + + + 5486 + 2137 + 4 + 04CH3053 + 1994-11-01 + 1996-09-30 + CH + NORTHEAST FLORIDA COMMUNITY ACTION AGENCY, INC + Inactive + + + + + + + + + + + + + 5487 + 1901 + 4 + 04CH3056 + 2013-01-01 + 2014-06-30 + CH + PEE DEE COMMUNITY ACTION AGENCY + Inactive + F48459 + L48459 + 48459@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 5488 + 1364 + 4 + 04CH3057 + 1992-09-01 + 2025-06-30 + CH + BOLIVAR COUNTY COMMUNITY ACTION PROGRAM, INC + Inactive + + + + + + + + + + + + + 5489 + 2138 + 4 + 04CH3060 + 1991-12-01 + 2025-06-30 + CH + CORDELL HULL ECONOMIC OPPORTUNITY CORPORATION + Inactive + + + + + + + + + + + + + 5490 + 484 + 4 + 04CH3061 + 1992-01-01 + 2025-06-30 + CH + MANATEE Community Action Agency, INC + Inactive + + + + + + + + + + + + + 5491 + 1871 + 11 + 90CI8069 + 1992-08-01 + 2025-06-30 + CI + BLACKFEET TRIBAL BUSINESS COUNCIL (HEAD START) + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 5492 + 830 + 11 + 90CI8073 + 1992-01-01 + 2025-06-30 + CI + Southern Ute Indian Tribe + Inactive + + + + F3533 + L3533 + 3533@hsesinfo.org + + + + + + + 5493 + 672 + 11 + 90CI8075 + 1992-09-01 + 2025-06-30 + CI + UTE Indian Tribe + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + + + + + + + 5494 + 1769 + 11 + 90CI8076 + 1992-02-01 + 2025-06-30 + CI + COLORADO RIVER INDIAN TRIBES (ONAP) + Inactive + F3537 + L3537 + 3537@hsesinfo.org + + + + + + + + + + 5495 + 1213 + 11 + 90CI8077 + 1992-02-01 + 2014-01-31 + CI + Assiniboine & Sioux Tribes Community Action Agency + Inactive + + + + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 5496 + 827 + 11 + 90CI8079 + 1992-09-01 + 2025-06-30 + CI + UTE MOUNTAIN UTE TRIBE OF INDIANS + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + + + + + + + 5497 + 1843 + 11 + 90CI8080 + 1992-04-01 + 2025-06-30 + CI + Confederated Tribes and Bands of the Yakama Nation + Inactive + F33086 + L33086 + 33086@hsesinfo.org + + + + + + + + + + 5498 + 822 + 11 + 90CI8085 + 1992-01-01 + 2025-06-30 + CI + QUILEUTE TRIBAL COUNCIL + Inactive + + + + F3543 + L3543 + 3543@hsesinfo.org + + + + + + + 5499 + 1642 + 11 + 90CI8859 + 1992-01-01 + 2015-12-31 + CI + ROCKY BOY HEAD START PROGRAM + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 5500 + 190 + 11 + 90CI8867 + 1991-12-01 + 2025-06-30 + CI + OGLALA SIOUX TRIBE (HEAD START/PARENT & CHILD CENTER) + Inactive + + + + + + + + + + + + + 5501 + 1435 + 11 + 90CI8870 + 1992-03-01 + 2025-06-30 + CI + LOWER BRULE SIOUX TRIBE + Inactive + F15957 + L15957 + 15957@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + + + + + + + 5502 + 719 + 11 + 90CI9773 + 1992-09-01 + 2025-06-30 + CI + COCOPAH INDIAN TRIBE + Inactive + F33086 + L33086 + 33086@hsesinfo.org + + + + + + + + + + 5503 + 2303 + 11 + 90CI1536 + 1977-11-01 + 1997-09-18 + CI + OSAGE NATIONAL COUNCIL + Inactive + + + + + + + + + + + + + 5504 + 2304 + 11 + 90CI0140 + 1992-01-01 + 1992-12-31 + CI + COOK INLET TRIBAL COUNCIL, INC + Inactive + + + + + + + + + + + + + 5505 + 2305 + 11 + 90CI0189 + 1995-01-01 + 1997-08-31 + CI + SANTA YSABEL BAND OF MISSION INDIANS + Inactive + + + + + + + + + + + + + 5506 + 892 + 12 + 90CM0087 + 1992-02-01 + 2025-06-30 + CM + EAST COAST MIGRANT HEAD START PROJECT + Inactive + F3537 + L3537 + 3537@hsesinfo.org + + + + + + + + + + 5507 + 1532 + 12 + 90CM0101 + 1992-02-01 + 2014-04-30 + CM + Community Action Program For Central Arkansas + Inactive + + + + F3030 + L3030 + 3030@hsesinfo.org + + + + + + + 5508 + 2306 + 12 + 90CM0102 + 1992-02-01 + 2025-06-30 + CM + TENNESSEE OPPORTUNITY PROGRAMS, INC + Inactive + + + + + + + + + + + + + 5509 + 371 + 12 + 90CM0106 + 1992-01-01 + 2025-06-30 + CM + ENTERPRISE FOR PROGRESS IN THE COMMUNITY + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + + + + + + + 5510 + 2307 + 12 + 90CM0112 + 1993-01-01 + 1995-04-30 + CM + ARIZONA AFFILIATED TRIBES, INC + Inactive + + + + + + + + + + + + + 5511 + 1492 + 12 + 90CM0116 + 1991-12-01 + 2025-06-30 + CM + Inspire Development Centers + Inactive + + + + F3031 + L3031 + 3031@hsesinfo.org + + + + + + + 5512 + 1713 + 12 + 90CM0135 + 1992-06-01 + 2025-06-30 + CM + OTERO JUNIOR COLLEGE + Inactive + + + + F3031 + L3031 + 3031@hsesinfo.org + + + + + + + 5513 + 1395 + 12 + 90CM0136 + 1992-06-01 + 2025-06-30 + CM + WELD COUNTY RESOURCES DEPARTMENT + Inactive + + + + F3028 + L3028 + 3028@hsesinfo.org + + + + + + + 5514 + 245 + 12 + 90CM0144 + 1992-04-01 + 2025-06-30 + CM + CENTRO DE LA FAMILIA DE UTAH + Inactive + + + + F3028 + L3028 + 3028@hsesinfo.org + + + + + + + 5515 + 981 + 12 + 90CM0145 + 1992-03-01 + 2025-06-30 + CM + Community Action Partnership of Western Nebraska + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + + + + + + + 5516 + 701 + 12 + 90CM0148 + 1992-04-01 + 2025-06-30 + CM + UMOS, Inc. + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + + + + + + + 5517 + 2308 + 12 + 90CM0149 + 1994-05-01 + 1996-04-30 + CM + PROTEUS EMPLOYMENT OPPORTUNITIES, INC + Inactive + + + + + + + + + + + + + 5518 + 486 + 12 + 90CM0151 + 1992-09-01 + 2025-06-30 + CM + Community Action Partnership of San Luis Obispo County, Inc. + Inactive + + + + F3031 + L3031 + 3031@hsesinfo.org + + + + + + + 5519 + 752 + 12 + 90CM0157 + 1992-04-01 + 2025-06-30 + CM + TELAMON CORPORATION + Inactive + + + + F3026 + L3026 + 3026@hsesinfo.org + + + + + + + 5520 + 752 + 12 + 90CM0188 + 1995-03-01 + 2025-06-30 + CM + Telamon Corporation + Inactive + + + + F3026 + L3026 + 3026@hsesinfo.org + + + + + + + 5521 + 891 + 12 + 90CM0196 + 1996-09-01 + 2025-06-30 + CM + Riverside County, Office of Education, + Inactive + + + + F3028 + L3028 + 3028@hsesinfo.org + + + + + + + 5522 + 1358 + 12 + 90CM0197 + 1996-09-01 + 2025-06-30 + CM + Chicanos Por La Causa, Inc. + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + + + + + + + 5523 + 668 + 12 + 90CM0948 + 1992-05-01 + 2015-06-30 + CM + Community Council of Idaho, Inc. + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + + + + + + + 5524 + 1588 + 12 + 90CM0995 + 1992-01-01 + 2014-12-31 + CM + Oregon Child Development Coalition + Inactive + + + + F3031 + L3031 + 3031@hsesinfo.org + + + + + + + 5525 + 1093 + 12 + 90CM1628 + 1991-12-01 + 2025-06-30 + CM + KINGS COUNTY COMMUNITY ACTION ORGANIZATION + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + + + + + + + 5526 + 1614 + 12 + 90CM1629 + 1992-09-01 + 2014-08-31 + CM + Tulare County Department of Education + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + + + + + + + 5527 + 1029 + 12 + 90CM1630 + 1992-02-01 + 2025-06-30 + CM + E CENTER + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + + + + + + + 5528 + 774 + 12 + 90CM1895 + 1992-03-01 + 2013-06-30 + CM + Tri-Valley Opportunity Council, Inc. + Inactive + + + + F3028 + L3028 + 3028@hsesinfo.org + + + + + + + 5529 + 2309 + 12 + 90CM2032 + 1993-09-01 + 2025-06-30 + CM + TARGET AREA PROGRAMS FOR + Inactive + + + + + + + + + + + + + 5530 + 15 + 12 + 90CM5938 + 1992-07-01 + 2015-06-30 + CM + Illinois Department of Human Services + Inactive + + + + F3030 + L3030 + 3030@hsesinfo.org + + + + + + + 5531 + 2310 + 12 + 90CM6893 + 1972-04-02 + 2001-04-01 + CM + HOME EDUCATION LIVELIHOOD PROGRAM + Inactive + + + + + + + + + + + + + 5532 + 166 + 12 + 90CM6896 + 2009-02-01 + 2015-01-31 + CM + Teaching and Mentoring Communities (TMC) + Inactive + + + + F3028 + L3028 + 3028@hsesinfo.org + + + + + + + 5569 + 2244 + 8 + 08CH0115 + 1995-02-01 + 1995-06-30 + CH + EAGLE COUNTY REORGANIZED SCHOOL DISTRICT #50-J + Inactive + + + + + + + + + + + + + 5570 + 1199 + 8 + 08CH0116 + 1995-07-01 + 2025-06-30 + CH + EAGLE COUNTY REORGANIZED SCHOOL DISTRICT #50-J + Inactive + + + + F200 + L200 + 200@hsesinfo.org + + + + + + + 5571 + 1829 + 1 + 01CH0117 + 2005-11-01 + 2015-10-31 + CH + EDUCATION CONNECTION + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + + + + + + 5572 + 645 + 1 + 01CH0242 + 2005-11-01 + 2014-06-30 + CH + CHILDCARE LEARNING CENTER, INC. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F13406 + L13406 + 13406@hsesinfo.org + + + + + + + 5573 + 492 + 1 + 01CH1082 + 2000-11-01 + 2015-10-31 + CH + SELF HELP, INC + Inactive + + + + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 5574 + 1016 + 1 + 01CH1364 + 2000-11-01 + 2013-10-31 + CH + SOUTH SHORE COMTY. ACTION COUNCIL, INC. + Inactive + + + + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 5575 + 1104 + 5 + 05CH4069 + 1985-11-01 + 2025-06-30 + CH + Gogebic-Ontonagon Community Action Agency + Inactive + + + + + + + + + + + + + 5576 + 258 + 5 + 05CH4097 + 2010-11-01 + 2025-06-30 + CH + Anoka County Community Action Program, Inc. + Inactive + + + + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 5577 + 235 + 5 + 05CH4107 + 2010-11-01 + 2025-06-30 + CH + WEST CENTRAL MINNESOTA COMMUNITIES ACTION, INC. + Inactive + + + + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 5578 + 320 + 5 + 05CH4121 + 1983-11-01 + 2013-10-31 + CH + C. E. F. S. ECONOMIC OPPORTUNITY CORPORATION + Inactive + + + + + + + + + + + + + 5579 + 1482 + 5 + 05CH4248 + 1985-11-01 + 2025-06-30 + CH + Sheboygan Human Rights Association, Inc. + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 5580 + 1526 + 5 + 05CH5507 + 1985-11-01 + 2015-10-31 + CH + Coshocton County Head Start, Inc. + Inactive + + + + + + + + + + + + + 5581 + 2029 + 6 + 06CH5481 + 1999-11-01 + 2003-10-30 + CH + COMMUNITY SERVICES, INC + Inactive + + + + + + + + + + + + + 5582 + 2030 + 10 + 10CH0108 + 1996-11-01 + 1997-06-30 + CH + SEATTLE CITY DEPT OF HUMAN RESOURCES + Inactive + + + + + + + + + + + + + 5583 + 2031 + 10 + 10CH0141 + 1996-11-01 + 1999-11-01 + CH + SEATTLE CITY DEPARTMENT OF HUMAN RESOURCES + Inactive + + + + + + + + + + + + + 5584 + 1775 + 2 + 02CH0294 + 1996-05-01 + 2025-06-30 + CH + Child Development Support Corporation + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F13554 + L13554 + 13554@hsesinfo.org + + + + + + + 5585 + 699 + 1 + 01CH0023 + 2001-01-01 + 2013-12-31 + CH + CAPE COD CHILD DEVELOPMENT, INC. + Inactive + + + + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 5586 + 2032 + 1 + 01CH0031 + 1997-01-01 + 1997-12-31 + CH + ACTION FOR BOSTON COMMUNITY DEVELOPMENT + Inactive + + + + + + + + + + + + + 5587 + 1222 + 1 + 01CH0119 + 2002-03-01 + 2015-02-28 + CH + COMMUNITY HELP & INVOLVEMENT IN LOW INCOME DECISIONS + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 5588 + 1442 + 1 + 01CH0133 + 2003-01-01 + 2014-12-31 + CH + ANDROSCOGGIN HEAD START AND CHILD CARE + Inactive + + + + + + + + + + + + + 5589 + 1359 + 1 + 01CH0134 + 2001-03-01 + 2016-08-31 + CH + South County Community Action, Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 5590 + 2033 + 1 + 01CH0138 + 1991-12-01 + 1992-11-30 + CH + NORTHWEST CHILD DEVELOPMENT ASSOCIATION, INC + Inactive + + + + + + + + + + + + + 5591 + 2034 + 1 + 01CH0202 + 2000-12-01 + 2006-11-30 + CH + CENTER, INC. + Inactive + + + + + + + + + + + + + 5592 + 2035 + 1 + 01CH0203 + 1998-01-01 + 1998-12-31 + CH + UNITED CHILDREN'S SERVICE + Inactive + + + + + + + + + + + + + 5593 + 376 + 1 + 01CH0212 + 2003-09-01 + 2014-08-31 + CH + ACTION FOR BOSTON COMMUNITY DEVELOPMENT + Inactive + + + + F15592 + L15592 + 15592@hsesinfo.org + + + + + + + 5594 + 2036 + 1 + 01CH0223 + 1995-01-01 + 1995-08-31 + CH + ESCUELITA AGUEYBANA, INC + Inactive + + + + + + + + + + + + + 5595 + 2037 + 1 + 01CH0224 + 2001-01-01 + 2002-12-31 + CH + RUTLAND MENTAL HEALTH SERVICES + Inactive + + + + + + + + + + + + + 5596 + 2038 + 1 + 01CH0227 + 2004-12-01 + 2005-11-30 + CH + HALL NEIGHBORHOOD HOUSE + Inactive + + + + + + + + + + + + + 5597 + 977 + 1 + 01CH0234 + 1990-12-01 + 2014-11-30 + CH + MARTHA'S VINEYARD COMMUNITY SERVICES + Inactive + + + + F25190 + L25190 + 25190@hsesinfo.org + + + + + + + 5598 + 2039 + 1 + 01CH0236 + 1992-01-01 + 1992-12-31 + CH + BELKNAP-MERRIMACK COUNTIES COMMUNITY ACTION PROGRAM, IN + Inactive + + + + + + + + + + + + + 5599 + 2040 + 1 + 01CH0238 + 1991-11-01 + 1992-10-31 + CH + CRANSTON COMMUNITY ACTION PROGRAM + Inactive + + + + + + + + + + + + + 5600 + 2041 + 1 + 01CH0239 + 1992-06-01 + 1993-05-01 + CH + NEW VISIONS FOR NEWPORT COUNTY, INC + Inactive + + + + + + + + + + + + + 5601 + 1255 + 1 + 01CH0240 + 2002-09-01 + 2015-08-31 + CH + WORCESTER COMMUNITY ACTION COUNCIL, INC + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 5602 + 703 + 1 + 01CH0241 + 2000-08-01 + 2012-07-31 + CH + ROCKINGHAM COUNTY COMMUNITY + Inactive + + + + + + + + + + + + + 5603 + 318 + 1 + 01CH0243 + 2000-12-01 + 2015-11-30 + CH + TRI TOWN ECONOMIC OPPORTUNITY COMMITTEE + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 5604 + 2042 + 1 + 01CH0244 + 1993-08-01 + 1994-06-03 + CH + CENTER FOR FAMILY DEVELOPMENT CFD OF BEVERLY, INC. + Inactive + + + + + + + + + + + + + 5605 + 2043 + 1 + 01CH0248 + 2001-07-01 + 2005-10-31 + CH + WOMEN and FAMILIES CENTER + Inactive + + + + + + + + + + + + + 5606 + 2044 + 1 + 01CH0249 + 2000-02-01 + 2000-08-31 + CH + NEW ENGLAND HOSPITAL CORPORATION D/B/A/ DIMOCK + Inactive + + + + + + + + + + + + + 5607 + 860 + 1 + 01CH0250 + 2004-05-01 + 2012-09-30 + CH + HEALTH EDUCATION SERVICES, INC + Inactive + + + + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 5608 + 2045 + 1 + 01CH0525 + 1994-08-01 + 1996-06-30 + CH + SPRINGFIELD ACTION COMMISSION, INC. + Inactive + + + + + + + + + + + + + 5609 + 1806 + 1 + 01CH0655 + 2001-09-01 + 2014-08-31 + CH + Waldo Community Action Partners + Inactive + F14152 + L14152 + 14152@hsesinfo.org + + + + + + + + + + 5610 + 1613 + 1 + 01CH0916 + 2001-06-01 + 2014-05-31 + CH + SOUTHERN KENNEBEC CHILD DEVELOPMENT CORPORATION + Inactive + F14152 + L14152 + 14152@hsesinfo.org + + + + + + + + + + 5611 + 1493 + 4 + 04CH3065 + 1992-01-01 + 2025-06-30 + CH + SUNFLOWER/HUMPHREYS COUNTIES PROGRESS, INC + Inactive + + + + + + + + + + + + + 5612 + 1308 + 4 + 04CH3068 + 1992-01-01 + 2025-06-30 + CH + UPPER EAST TENNESSEE HUMAN DEVELOPMENT AGENCY + Inactive + + + + + + + + + + + + + 5613 + 879 + 4 + 04CH3069 + 1992-01-01 + 2025-06-30 + CH + PINELLAS OPPORTUNITY COUNCIL, INC + Inactive + + + + + + + + + + + + + 5614 + 1814 + 4 + 04CH3070 + 1992-08-01 + 2025-06-30 + CH + PASCO COUNTY BOARD OF PUBLIC EDUCATION + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + + + + + + + 5615 + 908 + 4 + 04CH3076 + 1992-06-01 + 2015-05-31 + CH + ORGANIZED COMMUNITY ACTION PROGRAM, INC + Inactive + + + + + + + + + + + + + 5616 + 466 + 4 + 04CH3077 + 1992-06-01 + 2025-06-30 + CH + COMMUNITY ACTION OF TALLADEGA CLAY RANDOLPH + Inactive + F33579 + L33579 + 33579@hsesinfo.org + + + + + + + + + + 5617 + 1715 + 4 + 04CH3078 + 1992-09-01 + 2025-06-30 + CH + CHAMBERS-TALLAPOOSA-COOSA COMMUNITY ACTION AGENCY + Inactive + + + + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 5618 + 2139 + 4 + 04CH3080 + 1992-04-01 + 2025-06-30 + CH + ANDERSON OCONEE HEAD START PROJECT, INC + Inactive + + + + + + + + + + + + + 5619 + 1587 + 4 + 04CH3081 + 1992-01-01 + 2025-06-30 + CH + INDIAN RIVER COUNTY ECONOMIC OPPORTUNITY, INC + Inactive + + + + F2016 + L2016 + 2016@hsesinfo.org + + + + + + + 5620 + 961 + 4 + 04CH3087 + 1992-05-01 + 2025-06-30 + CH + BREVARD COUNTY CHILD CARE ASSOCIATION + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + + + + + + + 5621 + 1652 + 4 + 04CH3089 + 1991-12-01 + 2025-06-30 + CH + DARLINGTON COUNTY COMMUNITY ACTION AGENCY + Inactive + F13740 + L13740 + 13740@hsesinfo.org + + + + + + + + + + 5622 + 847 + 4 + 04CH3095 + 1992-01-01 + 2025-06-30 + CH + Jefferson County Committee for Economic Opportunity + Inactive + F13325 + L13325 + 13325@hsesinfo.org + + + + + + + + + + 5623 + 345 + 4 + 04CH3099 + 1992-09-01 + 2025-06-30 + CH + SUNBELT HUMAN ADVANCEMENT RESOURCES, INC + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 5624 + 1966 + 4 + 04CH3103 + 1992-01-01 + 2025-06-30 + CH + CAA OF NORTH EAST ALABAMA + Inactive + + + + + + + + + + + + + 5625 + 2140 + 4 + 04CH3107 + 2000-09-01 + 2025-06-30 + CH + COUNTY OF VOLUSIA (HEAD START) + Inactive + + + + + + + + + + + + + 5626 + 1886 + 4 + 04CH3110 + 1992-05-01 + 2025-06-30 + CH + MACON BIBB COUNTY ECONOMIC OPPORTUNITY COUNCIL INC + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + + + + + + + 5627 + 205 + 4 + 04CH3120 + 1991-12-01 + 2025-06-30 + CH + MID-EAST COMMUNITY ACTION AGENCY + Inactive + + + + + + + + + + + + + 5628 + 474 + 4 + 04CH3123 + 1992-07-01 + 2025-06-30 + CH + NORTHWEST TENNESSEE ECONOMIC DEVELOPMENT COUNCIL + Inactive + + + + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 5629 + 2141 + 4 + 04CH3125 + 1992-04-01 + 2025-06-30 + CH + PRAIRIE OPPORTUNITY, INC + Inactive + + + + + + + + + + + + + 5630 + 545 + 4 + 04CH3127 + 1992-01-01 + 2025-06-30 + CH + LIFT, INC + Inactive + + + + + + + + + + + + + 5631 + 691 + 4 + 04CH3136 + 1992-02-01 + 2025-06-30 + CH + SOUTHWEST GEORGIA COMMUNITY ACTION COUNCIL, INC + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 5632 + 909 + 4 + 04CH3145 + 1992-07-01 + 2025-06-30 + CH + COMMUNITY ACTION PARTNERSHIP OF N. ALABAMA + Inactive + + + + + + + + + + + + + 5633 + 907 + 4 + 04CH3151 + 1991-12-01 + 2025-06-30 + CH + Pearl River Valley Opportunity, Inc. + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F13741 + L13741 + 13741@hsesinfo.org + + + + + + + 5634 + 561 + 4 + 04CH3158 + 1992-09-01 + 2025-06-30 + CH + BEAUFORT-JASPER ECONOMIC OPPORTUNITY COUNCIL + Inactive + + + + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 5635 + 1840 + 4 + 04CH3160 + 1992-01-01 + 2025-06-30 + CH + CAPITAL AREA COMMUNITY ACTION AGENCY, INC. + Inactive + + + + + + + + + + + + + 5636 + 1730 + 4 + 04CH3170 + 1992-02-01 + 2015-06-30 + CH + Central Mississippi, Inc. + Inactive + + + + + + + + + + + + + 5637 + 914 + 4 + 04CH3174 + 1992-08-01 + 2025-06-30 + CH + COMMUNITY ACTION AGENCY OF SOUTH ALABAMA + Inactive + + + + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 5638 + 2142 + 4 + 04CH3177 + 1997-01-01 + 1997-05-31 + CH + WESLEY EDUCATION ASSOCIATION, INC + Inactive + + + + + + + + + + + + + 5639 + 898 + 4 + 04CH3179 + 1992-03-01 + 2014-02-28 + CH + MONTGOMERY COMMUNITY ACTION COMMITTEE & CDC, INC. + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 5640 + 992 + 4 + 04CH3181 + 1992-01-01 + 2025-06-30 + CH + WATEREE COMMUNITY ACTIONS, INC + Inactive + F13325 + L13325 + 13325@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 5641 + 1608 + 4 + 04CH3184 + 1992-03-01 + 2025-06-30 + CH + Alabama Council on Human Relations Inc. + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 5642 + 1330 + 4 + 04CH3192 + 1992-01-01 + 2015-06-30 + CH + WACCAMAW ECONOMIC OPPORTUNITY COUNCIL, INC + Inactive + + + + + + + + + + + + + 5643 + 1151 + 4 + 04CH3193 + 1992-07-01 + 2025-06-30 + CH + SCHOOL DISTRICT OF COLLIER COUNTY + Inactive + F2001 + L2001 + 2001@hsesinfo.org + + + + + + + + + + 5644 + 1557 + 4 + 04CH3194 + 2009-01-01 + 2025-06-30 + CH + HINDS COUNTY HUMAN RESOURCE AGENCY + Inactive + + + + F13741 + L13741 + 13741@hsesinfo.org + + + + + + + 5645 + 1922 + 4 + 04CH3204 + 1992-04-01 + 2025-06-30 + CH + CHESTERFIELD & MARLBORO CTYS ECONOMIC OPP COUNCIL, INC + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 5646 + 693 + 4 + 04CH3206 + 1992-01-01 + 2025-06-30 + CH + COAHOMA OPPORTUNITIES, INC + Inactive + F13740 + L13740 + 13740@hsesinfo.org + + + + + + + + + + 5647 + 1478 + 4 + 04CH3210 + 2008-02-01 + 2008-12-31 + CH + BERKELEY & DORCHESTER ECONOMIC DEVELOPMENT CORPORATION + Inactive + + + + + + + + + + + + + 5648 + 817 + 4 + 04CH3216 + 1992-04-01 + 2025-06-30 + CH + GLEAMNS HUMAN RESOURCES COMMISSION + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 5649 + 402 + 4 + 04CH3219 + 1992-05-01 + 2025-06-30 + CH + SINGING RIVER EDUCATIONAL ASSOCIATION, INC + Inactive + + + + + + + + + + + + + 5650 + 1432 + 4 + 04CH3226 + 1992-08-01 + 2025-06-30 + CH + GADSDEN PROGRESS COUNCIL + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F13741 + L13741 + 13741@hsesinfo.org + + + + + + + 5651 + 1638 + 4 + 04CH3230 + 1991-12-01 + 2025-06-30 + CH + UNITED COMMUNITY ACTION COMMITTEE, INC HEAD START + Inactive + F13325 + L13325 + 13325@hsesinfo.org + + + + + + + + + + 5652 + 1095 + 4 + 04CH3233 + 1992-07-01 + 2025-06-30 + CH + HIGHLAND RIM ECONOMIC CORPORATION + Inactive + + + + + + + + + + + + + 5653 + 1709 + 4 + 04CH3234 + 1991-12-01 + 2025-06-30 + CH + LAKE COMMUNITY ACTION AGENCY, INC + Inactive + + + + + + + + + + + + + 5654 + 1054 + 4 + 04CH3244 + 1992-09-01 + 2025-06-30 + CH + C S R A ECONOMIC OPPORTUNITY AUTHORITY, INC + Inactive + + + + + + + + + + + + + 5655 + 532 + 4 + 04CH3269 + 1992-08-01 + 2025-06-30 + CH + School Board of Lee County + Inactive + F2001 + L2001 + 2001@hsesinfo.org + + + + + + + + + + 5656 + 1015 + 4 + 04CH3275 + 1992-03-01 + 2025-06-30 + CH + CLAYTON COUNTY COMMUNITY SERVICES AUTHORITY, INC + Inactive + F2001 + L2001 + 2001@hsesinfo.org + + + + + + + + + + 5657 + 1150 + 4 + 04CH3278 + 1992-06-01 + 2014-06-30 + CH + PHENIX CITY BOARD OF EDUCATION + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 5658 + 1609 + 4 + 04CH3279 + 2008-06-01 + 2015-05-31 + CH + LOWNDES COUNTY BOARD OF EDUCATION + Inactive + + + + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 5659 + 897 + 4 + 04CH3333 + 1992-05-01 + 2025-06-30 + CH + SUMTER COUNTY OPPORTUNITY, INC + Inactive + + + + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 5660 + 1367 + 12 + 90CM9786 + 1992-01-01 + 2025-06-30 + CM + Stanislaus County Office of Education + Inactive + + + + + + + + + + + + + 5661 + 2311 + 12 + 90CM0153 + 1991-09-01 + 1993-08-31 + CM + ORO DEVELOPMENT CORPORATION + Inactive + + + + + + + + + + + + + 5662 + 2312 + 12 + 90CM1627 + 1992-01-01 + 1993-03-25 + CM + TRI-COUNTY MIGRANT HEAD START + Inactive + + + + + + + + + + + + + 5663 + 2313 + 12 + 90CM0173 + 1993-03-27 + 1995-03-31 + CM + STANISLAUS COUNTY DEPARTMENT OF EDUCATION + Inactive + + + + + + + + + + + + + 5664 + 2314 + 12 + 90CM9779 + 1993-09-01 + 1995-06-30 + CM + CAMPESINOS UNIDOS, INC + Inactive + + + + + + + + + + + + + 5665 + 2315 + 12 + 90CM0185 + 1994-09-01 + 1995-08-31 + CM + ECONOMIC OPPORTUNITY COMMISSION + Inactive + + + + + + + + + + + + + 5666 + 245 + 12 + 90CM0193 + 1995-06-01 + 2025-06-30 + CM + CENTRO DE LA FAMILIA DE UTAH + Inactive + + + + + + + + + + + + + 5667 + 2316 + 12 + 90CM0194 + 1995-08-01 + 1996-10-31 + CM + CENTER FOR EDUCATION & MANPOWER RESOURCES, INC + Inactive + + + + + + + + + + + + + 5668 + 2317 + 12 + 90CM0202 + 1997-04-01 + 1998-03-31 + CM + STANISLAUS COUNTY DEPARTMENT OF EDUCATION + Inactive + + + + + + + + + + + + + 5669 + 2318 + 12 + 90CM0203 + 1997-09-01 + 1999-01-31 + CM + CENTER FOR EDUCATION & MANPOWER RESOURCES, INC + Inactive + + + + + + + + + + + + + 5670 + 2319 + 12 + 90CM0204 + 1997-09-01 + 1999-01-31 + CM + ENTERPRISE FOR PROGRESS IN THE COMMUNITY + Inactive + + + + + + + + + + + + + 5696 + 2245 + 8 + 08CH0117 + 1996-11-01 + 1997-10-31 + CH + CLAYTON FOUNDATION TRUSTEE + Inactive + + + + + + + + + + + + + 5697 + 1334 + 8 + 08CH0118 + 1997-07-01 + 2025-06-30 + CH + RAVALLI HEAD START, INC. + Inactive + + + + F200 + L200 + 200@hsesinfo.org + + + + + + + 5698 + 933 + 8 + 08CH0122 + 1997-07-01 + 2025-06-30 + CH + CEREBRAL PALSY OF COLORADO, INC + Inactive + + + + + + + + + + + + + 5699 + 2246 + 8 + 08CH0033 + 1992-02-01 + 1993-01-31 + CH + RAVALLI COUNTY COMMISSIONERS + Inactive + + + + + + + + + + + + + 5700 + 1562 + 8 + 08CH0119 + 1997-07-01 + 2025-06-30 + CH + CITY AND COUNTY OF DENVER MAYOR'S OFFICE + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F3058 + L3058 + 3058@hsesinfo.org + + + + + + + 5701 + 1454 + 8 + 08CH0120 + 1997-07-01 + 2015-12-31 + CH + ROCKY MOUNTAIN SER/JOBS FOR PROGRESS, INC + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F3058 + L3058 + 3058@hsesinfo.org + + + + + + + 5702 + 1385 + 8 + 08CH0121 + 1997-07-01 + 2025-06-30 + CH + JEFFERSON COUNTY BOARD OF COMMISSIONERS + Inactive + + + + F200 + L200 + 200@hsesinfo.org + + + + + + + 5705 + 1699 + 9 + 09CH0002 + 1998-07-01 + 2014-06-30 + CH + Los Angeles County Office of Education + Inactive + + + + F4029 + L4029 + 4029@hsesinfo.org + + + + + + + 5706 + 651 + 9 + 09CH0005 + 1980-09-01 + 2025-06-30 + CH + CHILD-PARENT CENTERS, INC. + Inactive + + + + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 5707 + 413 + 9 + 09CH0007 + 1992-07-01 + 2025-06-30 + CH + ORANGE COUNTY HEAD START, INC. + Inactive + + + + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 5708 + 1193 + 9 + 09CH0008 + 1998-04-01 + 2014-03-31 + CH + Child Development Resources of Ventura County, Inc. + Inactive + + + + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 5709 + 1500 + 9 + 09CH0012 + 1981-09-30 + 2015-07-31 + CH + SACRAMENTO EMPLOYMENT & TRAINING AGENCY + Inactive + + + + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 5710 + 2249 + 9 + 09CH0018 + 1993-04-01 + 1994-03-31 + CH + MARSHALL ISLANDS HEADSTART PROGRAM, INC + Inactive + + + + + + + + + + + + + 5711 + 2250 + 9 + 09CH0021 + 1999-04-01 + 2005-05-31 + CH + POHNPEI FAMILY HEAD START PROGRAM, INC + Inactive + + + + + + + + + + + + + 5712 + 209 + 9 + 09CH0026 + 2000-12-01 + 2025-06-30 + CH + SOUTHWEST HUMAN DEVELOPMENT + Inactive + + + + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 5713 + 218 + 9 + 09CH0028 + 1992-01-01 + 2014-12-31 + CH + METROPOLITAN AREA ADVISORY COMMITTEE ON ANTI-POVERTY OF SAN DIEGO COUNTY INC + Inactive + + + + F16045 + L16045 + 16045@hsesinfo.org + + + + + + + 5714 + 1683 + 9 + 09CH0029 + 1984-12-01 + 2013-11-30 + CH + Options for Learning + Inactive + + + + + + + + + + + + + 5715 + 414 + 9 + 09CH0031 + 1998-12-01 + 2015-11-30 + CH + THE RESOURCE CONNECTION + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 5716 + 2251 + 9 + 09CH0032 + 1992-11-01 + 1993-10-31 + CH + CHILD & FAMILY SERVICES, INC + Inactive + + + + + + + + + + + + + 5717 + 1035 + 9 + 09CH0035 + 2010-03-01 + 2025-06-30 + CH + INSTITUTE FOR HUMAN & SOCIAL DEVELOPMENT + Inactive + + + + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 5718 + 2252 + 9 + 09CH0037 + 1992-11-01 + 2025-06-30 + CH + SAN FRANCISCO STATE UNIVERSITY FOUNDATION, INC + Inactive + + + + + + + + + + + + + 5719 + 956 + 9 + 09CH0039 + 1992-08-01 + 2016-06-30 + CH + PARENTS AND CHILDREN TOGETHER + Inactive + + + + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 5720 + 1029 + 9 + 09CH0043 + 1990-09-30 + 2025-06-30 + CH + E. CENTER + Inactive + + + + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 5721 + 595 + 9 + 09CH0044 + 1997-09-30 + 2025-06-30 + CH + Center for Community & Family Services, Inc. + Inactive + + + + + + + + + + + + + 5722 + 1192 + 9 + 09CH0054 + 1998-09-30 + 2013-07-31 + CH + Northcoast Children's Services + Inactive + + + + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 5723 + 2253 + 9 + 09CH0200 + 2002-07-01 + 2004-08-31 + CH + CALIFORNIA HUMAN DEVELOPMENT CORPORATION + Inactive + + + + + + + + + + + + + 5724 + 1993 + 9 + 09CH0201 + 1998-07-01 + 2014-06-30 + CH + Colusa County Office of Education + Inactive + + + + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 5725 + 2254 + 9 + 09CH0202 + 1992-09-30 + 2001-06-30 + CH + COUNTY OF MARIPOSA + Inactive + + + + + + + + + + + + + 5726 + 686 + 9 + 09CH0247 + 1988-12-01 + 2015-12-31 + CH + CAMPESINOS UNIDOS, INC + Inactive + + + + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 5727 + 1784 + 9 + 09CH0248 + 1998-07-01 + 2014-06-30 + CH + Sierra Cascade Family Opportunites, Inc. + Inactive + + + + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 5728 + 1913 + 9 + 09CH0249 + 1998-09-30 + 2014-07-31 + CH + CNMI PUBLIC SCHOOL SYSTEM + Inactive + + + + + + + + + + + + + 5729 + 667 + 9 + 09CH0251 + 1999-07-01 + 2015-06-30 + CH + LONG BEACH UNIFIED SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 5730 + 2255 + 9 + 09CH0357 + 1999-01-01 + 2006-05-26 + CH + ECONOMIC OPPORTUNITY BOARD OF CLARK COUNTY + Inactive + + + + + + + + + + + + + 5731 + 1812 + 9 + 09CH0375 + 1966-01-01 + 2013-06-30 + CH + Contra Costa County Community Services + Inactive + + + + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 5732 + 1326 + 9 + 09CH0416 + 1997-09-01 + 2015-06-30 + CH + SAN BERNARDINO, COUNTY OF + Inactive + + + + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 5733 + 514 + 9 + 09CH0500 + 1992-09-01 + 2025-06-30 + CH + SHASTA COUNTY HEAD START CHILD DEVELOPMENT, INC. + Inactive + + + + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 5734 + 2256 + 9 + 09CH0501 + 1998-12-01 + 2004-11-30 + CH + REPUBLIC OF THE MARSHALL ISLANDS + Inactive + + + + + + + + + + + + + 5735 + 841 + 9 + 09CH0621 + 2000-01-01 + 2015-12-31 + CH + Fresno County Economic Opportunities Commission + Inactive + + + + F16045 + L16045 + 16045@hsesinfo.org + + + + + + + 5736 + 2257 + 9 + 09CH0629 + 1994-04-01 + 1995-03-31 + CH + SOLANO COUNTY ECONOMIC OPPORTUNITY COUNCIL, INC + Inactive + + + + + + + + + + + + + 5737 + 1000 + 9 + 09CH0656 + 2001-02-01 + 2015-09-30 + CH + San Joaquin County Human Services Agency + Inactive + + + + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 5738 + 1362 + 9 + 09CH0682 + 1992-04-01 + 2025-06-30 + CH + CITY OF PHOENIX + Inactive + + + + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 5739 + 612 + 5 + 05CH0187 + 1991-11-01 + 2025-06-30 + CH + COMMUNITY RELATIONS-SOCIAL DEVELOPMENT COMMISSION, INC + Inactive + + + + F13894 + L13894 + 13894@hsesinfo.org + + + + + + + 5740 + 764 + 5 + 05CH0188 + 1991-11-01 + 2013-06-30 + CH + MILWAUKEE PUBLIC SCHOOLS + Inactive + + + + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 5741 + 728 + 5 + 05CH0201 + 1991-11-01 + 2025-06-30 + CH + Cincinnati-Hamilton County Community Action Agency + Inactive + + + + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 5742 + 717 + 5 + 05CH0222 + 1991-11-01 + 2013-10-31 + CH + MARSHALL STARKE DEVELOPMENT CENTER + Inactive + + + + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 5743 + 1091 + 5 + 05CH0391 + 1991-11-01 + 2025-06-30 + CH + Akron Summit Community Action, Inc. + Inactive + + + + F14177 + L14177 + 14177@hsesinfo.org + + + + + + + 5744 + 2022 + 5 + 05CH0783 + 1991-11-01 + 2005-05-27 + CH + COLUMBUS METROPOLITAN AREA COMMUNITY + Inactive + + + + + + + + + + + + + 5745 + 403 + 5 + 05CH4005 + 1990-11-01 + 2013-10-31 + CH + TRUMBULL COMMUNITY ACTION PROGRAM + Inactive + + + + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 5746 + 242 + 5 + 05CH4006 + 1991-11-01 + 2025-06-30 + CH + COMMUNITY ACTION AGENCY OF SOUTH CENTRAL MICHIGAN + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 5747 + 442 + 5 + 05CH4038 + 1991-11-01 + 2025-06-30 + CH + Community Action of Northeast Indiana + Inactive + + + + F31147 + L31147 + 31147@hsesinfo.org + + + + + + + 5748 + 1022 + 5 + 05CH4044 + 1991-11-01 + 2025-06-30 + CH + Community Action Organization of Scioto County, Inc. + Inactive + + + + F33449 + L33449 + 33449@hsesinfo.org + + + + + + + 5749 + 326 + 5 + 05CH4057 + 1991-11-01 + 2025-06-30 + CH + IRONTON - LAWRENCE COUNTY COMMUNITY ACTION ORGANIZATION + Inactive + + + + F24149 + L24149 + 24149@hsesinfo.org + + + + + + + 5750 + 1786 + 5 + 05CH4059 + 1991-11-01 + 2025-06-30 + CH + MENOMINEE DELTA SCHOOLCRAFT C.A.A., INC. + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 5751 + 1257 + 5 + 05CH4073 + 1991-11-01 + 2025-06-30 + CH + Chippewa Luce Mackinac Community Action + Inactive + + + + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 5752 + 1529 + 5 + 05CH4077 + 1991-11-01 + 2025-06-30 + CH + BARAGA-HOUGHTON-KEWEENAW CHILD DEVELOPMENT BOARD, INC. + Inactive + + + + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 5753 + 1025 + 5 + 05CH4078 + 2009-11-01 + 2013-10-31 + CH + ALGER MARQUETTE COMMUNITY ACTION BOARD + Inactive + + + + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 5754 + 805 + 5 + 05CH4082 + 1991-11-01 + 2025-06-30 + CH + PACE Community Action Agency, Inc. + Inactive + + + + + + + + + + + + + 5755 + 794 + 5 + 05CH4098 + 1990-11-01 + 2013-10-31 + CH + Great Lakes Community Action Partnership + Inactive + + + + F13233 + L13233 + 13233@hsesinfo.org + + + + + + + 5756 + 1298 + 5 + 05CH4104 + 1991-11-01 + 2025-06-30 + CH + Western Indiana Community Action, Inc. + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 5757 + 711 + 5 + 05CH4142 + 1991-11-01 + 2025-06-30 + CH + Ohio Valley Opportunities, Inc. + Inactive + + + + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 5758 + 418 + 5 + 05CH4161 + 1991-11-01 + 2025-06-30 + CH + FIVECAP, Inc. + Inactive + + + + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 5759 + 1066 + 5 + 05CH4168 + 1991-11-01 + 2025-06-30 + CH + Highland County Community Action Organization, Inc. + Inactive + F25174 + L25174 + 25174@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + + + + + + + 5760 + 862 + 5 + 05CH4173 + 1991-11-01 + 2025-06-30 + CH + Community and Family Services, Inc. + Inactive + F31147 + L31147 + 31147@hsesinfo.org + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 5761 + 873 + 5 + 05CH4178 + 1991-11-01 + 2016-06-30 + CH + SOUTHWESTERN WISCONSIN COMMUNITY ACTION PROGRAM + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 5762 + 1053 + 5 + 05CH4191 + 1991-11-01 + 2025-06-30 + CH + Fremont Community Schools + Inactive + + + + + + + + + + + + + 5763 + 1947 + 5 + 05CH5007 + 1994-11-01 + 2025-06-30 + CH + LIMA/ALLEN COUNCIL ON COMMUNITY AFFAIRS + Inactive + + + + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 5764 + 501 + 5 + 05CH5101 + 1991-11-01 + 2016-06-30 + CH + Project NOW, Inc. + Inactive + F13564 + L13564 + 13564@hsesinfo.org + + + + + + + + + + 5765 + 1627 + 5 + 05CH5108 + 1991-11-01 + 2025-06-30 + CH + CHILD CARE RESOURCE & REFERRAL + Inactive + + + + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 5766 + 1975 + 5 + 05CH5120 + 1989-11-01 + 2013-06-30 + CH + Kalamazoo County Health and Community Services + Inactive + + + + + + + + + + + + + 5767 + 1637 + 5 + 05CH6083 + 1991-11-01 + 2025-06-30 + CH + CHILD DEVELOPMENT COUNCIL OF FRANKLIN COUNTY, INC + Inactive + + + + F13894 + L13894 + 13894@hsesinfo.org + + + + + + + 5768 + 229 + 6 + 06CH0021 + 2003-11-01 + 2025-06-30 + CH + Child Care Associates + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F12886 + L12886 + 12886@hsesinfo.org + + + + + + + 5769 + 145 + 6 + 06CH0476 + 2008-11-01 + 2013-10-31 + CH + FAMILIES AND CHILDREN TOGETHER, INC. + Inactive + + + + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 5770 + 755 + 6 + 06CH5115 + 2001-06-01 + 2025-06-30 + CH + CENTRAL ARKANSAS DEVELOPMENT COUNCIL, INC + Inactive + + + + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 5771 + 2023 + 6 + 06CH5131 + 1998-11-01 + 1999-10-31 + CH + WASHINGTON NOWATA COUNTIES COMTY ACTION FOUNDATION, INC + Inactive + + + + + + + + + + + + + 5772 + 319 + 6 + 06CH5185 + 2001-11-01 + 2025-06-30 + CH + Community Action, Inc. of Central Texas + Inactive + + + + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 5773 + 790 + 6 + 06CH5298 + 2008-11-01 + 2014-06-30 + CH + ECONOMIC OPPORTUNITY AGENCY OF WASHINGTON COUNTY, INC + Inactive + + + + F2207 + L2207 + 2207@hsesinfo.org + + + + + + + 5774 + 2024 + 6 + 06CH5503 + 1995-11-01 + 1996-10-31 + CH + CAUSE, INC + Inactive + + + + + + + + + + + + + 5775 + 1980 + 6 + 06CH5686 + 2005-11-01 + 2013-12-02 + CH + Community Action Resource & Development, Inc. + Inactive + + + + + + + + + + + + + 5776 + 650 + 6 + 06CH5690 + 2003-11-01 + 2015-10-31 + CH + UNITED COMMUNITY ACTION PROGRAM, INC. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + + + + + + + + + + 5777 + 928 + 6 + 06CH6024 + 2007-11-01 + 2014-06-30 + CH + Brazos Valley Community Action Agency, Inc. + Inactive + + + + + + + + + + + + + 5778 + 1244 + 4 + 04CH3339 + 1992-09-01 + 2025-06-30 + CH + BEREAN BAPTIST CHURCH (HEAD START) + Inactive + F2001 + L2001 + 2001@hsesinfo.org + + + + + + + + + + 5779 + 1419 + 4 + 04CH3409 + 1991-12-01 + 2025-06-30 + CH + COMMUNITY SERVICE PROGRAMS OF WEST ALABAMA, INC + Inactive + + + + F2016 + L2016 + 2016@hsesinfo.org + + + + + + + 5780 + 910 + 4 + 04CH3412 + 1992-06-01 + 2025-06-30 + CH + PICKENS COMMUNITY ACTION COMMITTEE, INC + Inactive + + + + + + + + + + + + + 5781 + 1607 + 4 + 04CH3417 + 1992-03-01 + 2025-06-30 + CH + ELMORE COMMUNITY ACTION COMMITTEE + Inactive + + + + + + + + + + + + + 5782 + 859 + 4 + 04CH3422 + 2010-12-01 + 2015-06-30 + CH + Mississippi Action for Progress, Inc. + Inactive + + + + + + + + + + + + + 5783 + 200 + 4 + 04CH3423 + 1992-02-01 + 2025-06-30 + CH + INSTITUTE OF COMMUNITY SERVICES, INC + Inactive + F2065 + L2065 + 2065@hsesinfo.org + + + + + + + + + + 5784 + 1545 + 4 + 04CH3428 + 1992-04-01 + 2025-06-30 + CH + Community Action for Improvement, Inc. + Inactive + F13325 + L13325 + 13325@hsesinfo.org + + + + + + + + + + 5785 + 381 + 4 + 04CH3447 + 2013-01-01 + 2014-06-30 + CH + SHELBY COUNTY GOVERNMENT + Inactive + + + + F24442 + L24442 + 24442@hsesinfo.org + + + + + + + 5786 + 536 + 4 + 04CH3462 + 1992-04-01 + 2025-06-30 + CH + ENRICHMENT SERVICES PROGRAM + Inactive + + + + + + + + + + + + + 5787 + 341 + 4 + 04CH3464 + 1992-05-01 + 2025-06-30 + CH + Partnership for Community Action, Inc. + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 5788 + 425 + 4 + 04CH3465 + 1992-09-01 + 2014-06-30 + CH + MOBILE COMMUNITY ACTION, INC + Inactive + + + + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 5789 + 588 + 4 + 04CH3466 + 1992-04-01 + 2025-06-30 + CH + TALLATOONA ECONOMIC OPPORTUNITY + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + + + + + + + 5790 + 172 + 4 + 04CH3470 + 2013-04-01 + 2016-03-31 + CH + COASTAL GEORGIA AREA COMMUNITY ACTION AUTHORITY, INC + Inactive + + + + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 5791 + 1796 + 4 + 04CH4003 + 1992-06-01 + 2014-06-30 + CH + HANCOCK COUNTY BOARD OF EDUCATION + Inactive + + + + + + + + + + + + + 5792 + 1279 + 4 + 04CH4012 + 1992-06-01 + 2025-06-30 + CH + PIEDMONT COMMUNITY ACTIONS, INC + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 5793 + 262 + 4 + 04CH4017 + 1992-06-01 + 2025-06-30 + CH + PUTNAM COUNTY BOARD OF EDUCATION + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 5794 + 2143 + 4 + 04CH4022 + 1992-06-01 + 2025-06-30 + CH + YAZOO COMMUNITY ACTION, INC .. + Inactive + + + + + + + + + + + + + 5795 + 2144 + 4 + 04CH4024 + 1995-06-01 + 1996-08-31 + CH + WEST CENTRAL GEORGIA COMMUNITY ACTION COUNCIL, INC + Inactive + + + + + + + + + + + + + 5796 + 1153 + 4 + 04CH4025 + 1992-07-01 + 2025-06-30 + CH + JASPER COUNTY BOARD OF EDUCATION + Inactive + + + + + + + + + + + + + 5797 + 1848 + 4 + 04CH4028 + 1992-06-01 + 2025-06-30 + CH + WASHINGTON COUNTY NEGRO BUSINESS AND PROFESSIONAL + Inactive + F13740 + L13740 + 13740@hsesinfo.org + + + + + + + + + + 5798 + 1175 + 4 + 04CH4032 + 1992-06-01 + 2015-06-30 + CH + CENTRAL ALABAMA CHILD DEVELOPMENT & CDC, INC. + Inactive + + + + F11756 + L11756 + 11756@hsesinfo.org + + + + + + + 5799 + 1490 + 4 + 04CH4053 + 1992-06-01 + 2025-06-30 + CH + BRECKINRIDGE-GRAYSON PROGRAMS, INC + Inactive + + + + + + + + + + + + + 5800 + 2145 + 4 + 04CH4060 + 1994-07-01 + 1995-06-30 + CH + MOUNTAIN VALLEY HEAD START + Inactive + + + + + + + + + + + + + 5801 + 1477 + 4 + 04CH4194 + 1992-08-01 + 2025-06-30 + CH + SCHOOL BOARD OF ALACHUA COUNTY + Inactive + + + + + + + + + + + + + 5802 + 2146 + 4 + 04CH4571 + 1994-12-01 + 1995-11-30 + CH + BERRY COLLEGE + Inactive + + + + + + + + + + + + + 5803 + 2147 + 4 + 04CH0438 + 1991-09-30 + 1994-09-29 + CH + KENTUCKY RIVER FOOTHILLS DEVELOPMENT COUNCIL + Inactive + + + + + + + + + + + + + 5804 + 2148 + 4 + 04CH0439 + 1999-05-01 + 2000-01-31 + CH + INSTITUTE OF COMMUNITY SERVICES, INC + Inactive + + + + + + + + + + + + + 5805 + 2149 + 4 + 04CH0440 + 1991-09-30 + 1994-09-29 + CH + COMMUNITY ACTION AGENCY OF NORTH WEST ALABAMA + Inactive + + + + + + + + + + + + + 5806 + 2150 + 4 + 04CH0221 + 1991-11-01 + 1994-08-26 + CH + RURAL DAY CARE ASSN OF NORTHEASTERN NORTH CAROLINA + Inactive + + + + + + + + + + + + + 5807 + 2151 + 4 + 04CH0262 + 1991-10-01 + 1992-12-31 + CH + SEMINOLE COUNTY SCHOOL BOARD (PROJECT HEAD START) + Inactive + + + + + + + + + + + + + 5808 + 2152 + 4 + 04CH0441 + 1992-09-30 + 1994-09-29 + CH + ANDERSON COUNTY BOARD OF EDUCATION + Inactive + + + + + + + + + + + + + 5809 + 2153 + 4 + 04CH3028 + 1992-08-01 + 1994-01-07 + CH + TAYLOR COUNTY IMPROVEMENT CLUB, INC + Inactive + + + + + + + + + + + + + 5810 + 2154 + 4 + 04CH0324 + 1993-07-01 + 1993-10-19 + CH + TRINITY CHILD DEVELOPMENT CENTER + Inactive + + + + + + + + + + + + + 5811 + 2155 + 4 + 04CH0325 + 1993-09-01 + 1994-01-31 + CH + CONECUH MONROE COMMUNITY ACTION AGENCY + Inactive + + + + + + + + + + + + + 5812 + 2156 + 4 + 04CH3147 + 1993-09-01 + 1993-11-30 + CH + NORTHWEST GEORGIA SERVICES, INC + Inactive + + + + + + + + + + + + + 5813 + 2157 + 4 + 04CH3104 + 1994-02-01 + 1994-06-30 + CH + SARASOTA COUNTY SCHOOL BOARD + Inactive + + + + + + + + + + + + + 5814 + 233 + 4 + 04CH2736 + 1985-06-01 + 2025-06-30 + CH + BELL WHITLEY COMMUNITY ACTION AGENCY + Inactive + F2001 + L2001 + 2001@hsesinfo.org + + + + + + + + + + 5815 + 1162 + 4 + 04CH3419 + 1986-02-01 + 2025-06-30 + CH + AJFC COMMUNITY ACTION AGENCY + Inactive + + + + F13741 + L13741 + 13741@hsesinfo.org + + + + + + + 5819 + 1921 + 5 + 05CH4177 + 1992-01-01 + 2016-06-30 + CH + GARRETT-KEYSER-BUTLER COMMUNITY SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 5820 + 955 + 5 + 05CH4181 + 2000-05-01 + 2025-06-30 + CH + WESTERN DAIRYLAND ECONOMIC OPPORTUNITY COUNCIL, INC. + Inactive + + + + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 5821 + 493 + 5 + 05CH4182 + 1992-01-01 + 2025-06-30 + CH + Northwest Michigan Community Action Agency, Inc. + Inactive + + + + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 5822 + 241 + 5 + 05CH4183 + 1992-01-01 + 2025-06-30 + CH + EIGHT COMMUNITY ACTION PROGRAM, INC. + Inactive + + + + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 5823 + 1651 + 5 + 05CH4184 + 1992-07-01 + 2025-06-30 + CH + Livingston Educational Service Agency + Inactive + + + + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 5860 + 1093 + 9 + 09CH0697 + 2000-04-01 + 2025-06-30 + CH + KINGS COMMUNITY ACTION ORGANIZATION, INC + Inactive + + + + F16045 + L16045 + 16045@hsesinfo.org + + + + + + + 5861 + 303 + 9 + 09CH0780 + 1992-05-01 + 2015-05-31 + CH + Madera County Board of Supervisors/CAPMC + Inactive + + + + + + + + + + + + + 5862 + 498 + 9 + 09CH0802 + 2000-04-01 + 2016-03-31 + CH + HONOLULU COMMUNITY ACTION PROGRAM, INC. + Inactive + + + + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 5863 + 480 + 9 + 09CH0890 + 1999-02-01 + 2015-01-31 + CH + Placer Community Action Council, Inc. + Inactive + + + + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 5864 + 2258 + 9 + 09CH2000 + 1998-04-01 + 1999-10-30 + CH + SAN FRANCISCO ECONOMIC OPPORTUNITY COUNCIL + Inactive + + + + + + + + + + + + + 5865 + 1399 + 9 + 09CH2001 + 1991-09-30 + 2025-06-30 + CH + INYO MONO ADVOCATES FOR COMMUNITY ACTION + Inactive + + + + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 5866 + 1126 + 9 + 09CH7012 + 1964-12-01 + 2015-11-30 + CH + Community Action Commission Of Santa Barbara County + Inactive + + + + + + + + + + + + + 5867 + 684 + 9 + 09CH7015 + 1990-03-01 + 2013-06-30 + CH + NEIGHBORHOOD HOUSE ASSOCIATION + Inactive + + + + + + + + + + + + + 5868 + 1123 + 9 + 09CH7019 + 2000-07-01 + 2015-06-30 + CH + Community Action Marin + Inactive + + + + + + + + + + + + + 5869 + 2259 + 9 + 09CH7021 + 1998-03-01 + 2025-06-30 + CH + KAUAI ECONOMIC OPPORTUNITY, INC + Inactive + + + + + + + + + + + + + 5870 + 799 + 9 + 09CH7022 + 1992-03-01 + 2025-06-30 + CH + MAUI ECONOMIC OPPORTUNITY, INC. + Inactive + + + + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 5871 + 129 + 9 + 09CH7023 + 1998-09-01 + 2009-11-30 + CH + HAWAII COUNTY ECONOMIC OPPORTUNITY COUNCIL + Inactive + + + + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 5872 + 437 + 9 + 09CH7024 + 1992-03-01 + 2015-02-28 + CH + Child, Family & Community Services + Inactive + + + + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 5873 + 486 + 9 + 09CH7034 + 2000-04-01 + 2025-06-30 + CH + Community Action Partnership of San Luis Obispo County, Inc. + Inactive + + + + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 5874 + 179 + 9 + 09CH7038 + 1999-04-01 + 2015-03-31 + CH + Community Services Agency + Inactive + + + + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 5875 + 2260 + 9 + 09CH7047 + 1998-09-01 + 2001-08-31 + CH + NAPA COUNTY COUNCIL FOR ECONOMIC OPPORTUNITY + Inactive + + + + + + + + + + + + + 5876 + 666 + 9 + 09CH7051 + 1989-03-01 + 2014-02-28 + CH + COMMUNITY ACTION PARTNERSHIP OF KERN + Inactive + + + + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 5877 + 2261 + 9 + 09CH7057 + 1992-01-01 + 2025-06-30 + CH + COMMUNITY ACTION AGENCY OF BUTTE COUNTY, INC + Inactive + + + + + + + + + + + + + 5878 + 2262 + 9 + 09CH7073 + 2001-03-01 + 2005-08-31 + CH + MERCED COUNTY BOARD OF SUPERVISORS + Inactive + + + + + + + + + + + + + 5879 + 430 + 9 + 09CH7096 + 1998-07-01 + 2016-06-30 + CH + Maricopa County Human Services + Inactive + + + + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 5880 + 1021 + 9 + 09CH7099 + 1992-04-01 + 2025-06-30 + CH + PINAL-GILA COMMUNITY CHILD SERVICES, INC + Inactive + + + + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 5881 + 1031 + 9 + 09CH7117 + 1998-07-01 + 2025-06-30 + CH + ALAMEDA FAMILY SERVICES + Inactive + + + + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 5882 + 1647 + 9 + 09CH7130 + 2000-07-01 + 2025-06-30 + CH + GLENN COUNTY OFFICE OF EDUCATION + Inactive + + + + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 5883 + 1646 + 9 + 09CH7138 + 1998-07-01 + 2025-06-30 + CH + EL DORADO COUNTY OFFICE OF EDUCATION + Inactive + + + + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 5884 + 838 + 9 + 09CH7168 + 2000-03-01 + 2015-02-28 + CH + COMMUNITY ACTION PARTNERSHIP OF SONOMA COUNTY + Inactive + + + + + + + + + + + + + 5885 + 1020 + 9 + 09CH7179 + 1991-12-01 + 2025-06-30 + CH + NORTH COAST OPPORTUNITIES, INC + Inactive + + + + + + + + + + + + + 5886 + 1916 + 9 + 09CH8453 + 1998-07-01 + 2014-06-30 + CH + GUAM PUBLIC SCHOOL SYSTEM + Inactive + + + + + + + + + + + + + 5887 + 2263 + 9 + 09CH8460 + 1999-04-01 + 2005-05-31 + CH + YAP DEPARTMENT OF EDUCATION + Inactive + + + + + + + + + + + + + 5888 + 1912 + 9 + 09CH8461 + 1989-09-30 + 2013-07-31 + CH + PALAU COMMUNITY ACTION AGENCY + Inactive + + + + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 5889 + 946 + 9 + 09CH9004 + 1992-03-01 + 2025-06-30 + CH + NORTHERN ARIZONA COUNCIL OF GOVERNMENTS + Inactive + + + + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 5890 + 1381 + 9 + 09CH9006 + 1997-09-01 + 2016-11-30 + CH + City of Oakland + Inactive + + + + F16045 + L16045 + 16045@hsesinfo.org + + + + + + + 5891 + 891 + 9 + 09CH9007 + 1997-09-01 + 2013-08-31 + CH + Riverside County Office of Education + Inactive + + + + + + + + + + + + + 5892 + 1698 + 9 + 09CH9009 + 1998-05-01 + 2025-06-30 + CH + Santa Clara County Office of Education + Inactive + + + + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 5893 + 249 + 9 + 09CH9011 + 2000-07-01 + 2025-06-30 + CH + MONTEREY COUNTY OFFICE OF EDUCATION + Inactive + + + + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 5894 + 1191 + 9 + 09CH9013 + 1992-03-01 + 2025-06-30 + CH + Western Arizona Council of Governments + Inactive + + + + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 5895 + 634 + 9 + 09CH9022 + 2004-09-01 + 2015-08-31 + CH + YOUNG MEN'S CHRISTIAN ASSOCIATION OF THE EAST BAY + Inactive + + + + F16045 + L16045 + 16045@hsesinfo.org + + + + + + + 5896 + 831 + 9 + 09CH9024 + 1997-09-01 + 2025-06-30 + CH + HEAD START OF NORTHEASTERN NEVADA + Inactive + + + + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 5897 + 411 + 9 + 09CH9025 + 1971-09-01 + 2025-06-30 + CH + NORTHERN CALIFORNIA CHILD DEVELOPMENT, INC + Inactive + + + + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 5898 + 2264 + 9 + 09CH9026 + 1999-04-01 + 2025-06-30 + CH + CHUUK ORGANIZATION FOR COMMUNITY ACTION, INC. + Inactive + + + + + + + + + + + + + 5899 + 1310 + 9 + 09CH9030 + 1998-09-01 + 2025-06-30 + CH + LITTLE PEOPLE'S HEAD START + Inactive + + + + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 5900 + 1614 + 9 + 09CH9046 + 1998-04-01 + 2014-03-31 + CH + TULARE, COUNTY OF + Inactive + + + + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 5901 + 1828 + 9 + 09CH9047 + 1973-09-01 + 2014-08-31 + CH + STANISLAUS COUNTY OFFICE OF EDUCATION + Inactive + + + + + + + + + + + + + 5902 + 1787 + 9 + 09CH9049 + 1997-09-30 + 2025-06-30 + CH + CHARLES R. DREW UNIVERSITY OF MEDICINE & SCIENCE + Inactive + + + + + + + + + + + + + 5903 + 1915 + 9 + 09CH9052 + 1998-09-30 + 2013-07-31 + CH + AS DEPARTMENT OF EDUCATION, EARLY CHILDHOOD DIVISION + Inactive + + + + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 5904 + 2265 + 9 + 09CH0040 + 1994-07-01 + 1997-09-30 + CH + FREDERICK DOUGLAS CHILD DEVELOPMENT CENTER + Inactive + + + + + + + + + + + + + 5905 + 915 + 6 + 06CH6330 + 2008-11-01 + 2025-06-30 + CH + Community Council of South Central Texas, Inc. + Inactive + + + + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 5906 + 818 + 7 + 07CH0003 + 1996-11-01 + 2016-06-30 + CH + OPERATION: NEW VIEW + Inactive + F11828 + L11828 + 11828@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + + + + + + + 5907 + 1507 + 7 + 07CH6086 + 2000-11-01 + 2013-06-30 + CH + SOUTH CENTRAL IOWA COMMUNITY ACTION PROGRAM, INC + Inactive + + + + F240 + L240 + 240@hsesinfo.org + + + + + + + 5908 + 981 + 7 + 07CH6166 + 1996-11-01 + 2014-10-31 + CH + Community Action Partnership of Western Nebraska + Inactive + F11828 + L11828 + 11828@hsesinfo.org + + + + + + + + + + 5909 + 819 + 7 + 07CH6198 + 1996-11-01 + 2014-10-31 + CH + Community Action of Eastern Iowa + Inactive + + + + F34010 + L34010 + 34010@hsesinfo.org + + + + + + + 5910 + 951 + 7 + 07CH7028 + 1996-11-01 + 2014-10-31 + CH + COMMUNITY ACTION INC + Inactive + F47594 + L47594 + 47594@hsesinfo.org + F12903 + L12903 + 12903@hsesinfo.org + + + + + + + 5911 + 1296 + 8 + 08CH0006 + 1999-11-01 + 2007-02-03 + CH + ALAMOSA HEADSTART, INC + Inactive + + + + + + + + + + + + + 5912 + 773 + 8 + 08CH0008 + 1997-11-01 + 2025-06-30 + CH + Adams County + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F3058 + L3058 + 3058@hsesinfo.org + + + + + + + 5913 + 828 + 8 + 08CH0016 + 1991-11-01 + 2015-10-31 + CH + POUDRE SCHOOL DISTRICT #1 + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + + + + + + + 5914 + 871 + 8 + 08CH0022 + 1989-11-01 + 2025-06-30 + CH + THOMPSON SCHOOL DISTRICT R2J + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + + + + + + + 5915 + 2025 + 8 + 08CH0025 + 1998-11-01 + 2025-06-30 + CH + CONEJOS COSTILLA COMMUNITY ACTION ASSOCIATION + Inactive + + + + + + + + + + + + + 5916 + 1662 + 8 + 08CH0064 + 1991-11-01 + 2025-06-30 + CH + LARAMIE CHILD DEVELOPMENT CORPORATION + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + + + + + + + 5917 + 1539 + 8 + 08CH0065 + 1991-11-01 + 2025-06-30 + CH + Carbon County Child Development Programs, Inc. + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + + + + + + + 5918 + 1641 + 8 + 08CH0090 + 1989-11-01 + 2016-06-30 + CH + NORTHEAST SOUTH DAKOTA HEAD START, INC + Inactive + F3064 + L3064 + 3064@hsesinfo.org + + + + + + + + + + 5919 + 1451 + 8 + 08CH0091 + 1999-11-01 + 2025-06-30 + CH + Community Partnership for Child Development + Inactive + F3056 + L3056 + 3056@hsesinfo.org + + + + + + + + + + 5920 + 783 + 9 + 09CH0022 + 1997-11-01 + 2014-10-31 + CH + SANTA CRUZ COMMUNITY COUNSELING CENTER, INC + Inactive + + + + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 5921 + 1208 + 9 + 09CH0027 + 1998-11-01 + 2015-12-31 + CH + AMADOR-TUOLUMNE COMMUNITY ACTION AGENCY + Inactive + + + + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 5922 + 665 + 9 + 09CH0033 + 1991-11-01 + 2015-10-31 + CH + UNIVERSITY OF SOUTHERN CALIFORNIA + Inactive + + + + F14141 + L14141 + 14141@hsesinfo.org + + + + + + + 5923 + 2026 + 10 + 10CH0002 + 1996-11-01 + 1998-10-31 + CH + HUMAN SERVICES CENTER, INC + Inactive + + + + + + + + + + + + + 5924 + 464 + 10 + 10CH0004 + 1991-11-01 + 2014-10-31 + CH + PORTLAND PUBLIC SCHOOLS + Inactive + + + + F2436 + L2436 + 2436@hsesinfo.org + + + + + + + 5925 + 2027 + 10 + 10CH0005 + 1996-11-01 + 1997-10-31 + CH + PARENT CHILD SERVICES, INC + Inactive + + + + + + + + + + + + + 5926 + 855 + 10 + 10CH0026 + 1990-11-01 + 2013-10-31 + CH + TACOMA PUBLIC SCHOOLS #10 + Inactive + + + + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 5927 + 371 + 10 + 10CH0027 + 2000-11-01 + 2013-10-31 + CH + Enterprise for Progress in the Community (EPIC) + Inactive + F2446 + L2446 + 2446@hsesinfo.org + + + + + + + + + + 5928 + 354 + 10 + 10CH0058 + 1991-11-01 + 2014-10-31 + CH + COMMUNITY ACTION TEAM OF COLUMBIA CO + Inactive + + + + F2436 + L2436 + 2436@hsesinfo.org + + + + + + + 5929 + 463 + 10 + 10CH0059 + 1990-11-01 + 2013-10-31 + CH + Southern Oregon Child & Family Council, Inc. + Inactive + + + + F2436 + L2436 + 2436@hsesinfo.org + + + + + + + 5930 + 221 + 10 + 10CH0064 + 1992-10-01 + 2014-09-30 + CH + Rural Alaska Community Action Program, Inc. + Inactive + F14039 + L14039 + 14039@hsesinfo.org + F2421 + L2421 + 2421@hsesinfo.org + + + + + + + 5931 + 1465 + 10 + 10CH0081 + 1997-11-01 + 2015-10-31 + CH + Washington State Community College District #17 + Inactive + F2446 + L2446 + 2446@hsesinfo.org + + + + + + + + + + 5932 + 1809 + 10 + 10CH0083 + 2000-11-01 + 2013-10-31 + CH + Educational Opportunities for Children and Families + Inactive + + + + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 5933 + 1667 + 10 + 10CH0104 + 1990-11-01 + 2016-06-30 + CH + Puget Sound Educational Service District + Inactive + F14039 + L14039 + 14039@hsesinfo.org + + + + + + + + + + 5934 + 572 + 10 + 10CH0111 + 1997-11-01 + 2013-10-31 + CH + United Indians of All Tribes Foundation + Inactive + F2446 + L2446 + 2446@hsesinfo.org + + + + + + + + + + 5935 + 1492 + 10 + 10CH0112 + 1984-07-01 + 2015-10-31 + CH + Inspire Development Centers + Inactive + F2446 + L2446 + 2446@hsesinfo.org + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 5936 + 2028 + 10 + 10CH0129 + 1997-11-01 + 1998-04-15 + CH + CANYON COUNTY HEAD START FRIENDS, INC + Inactive + + + + + + + + + + + + + 5937 + 1897 + 10 + 10CH0134 + 1991-11-01 + 2014-10-31 + CH + Chelan-Douglas Child Services Association + Inactive + F14039 + L14039 + 14039@hsesinfo.org + + + + + + + + + + 5938 + 1811 + 10 + 10CH0135 + 1989-11-01 + 2016-06-30 + CH + Kids' Corps, Inc. + Inactive + + + + + + + + + + + + + 5939 + 410 + 10 + 10CH0144 + 1992-03-01 + 2015-10-31 + CH + Olympic Educational Service District 114 + Inactive + + + + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 5940 + 1839 + 10 + 10CH0146 + 1993-11-01 + 2014-10-31 + CH + Albina Head Start, Inc. + Inactive + + + + + + + + + + + + + 5941 + 1075 + 10 + 10CH0150 + 2000-11-01 + 2015-10-31 + CH + Educational Service District 113 + Inactive + F2446 + L2446 + 2446@hsesinfo.org + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 5942 + 1692 + 10 + 10CH0156 + 1996-08-01 + 2014-10-31 + CH + Family Services of Grant County + Inactive + + + + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 5943 + 1892 + 10 + 10CH0157 + 1999-11-01 + 2013-06-30 + CH + Head Start of Yamhill County + Inactive + + + + F2436 + L2436 + 2436@hsesinfo.org + + + + + + + 5944 + 1598 + 10 + 10CH0155 + 2002-10-01 + 2014-09-30 + CH + COMMUNITY SERVICES CONSORTIUM + Inactive + + + + F2436 + L2436 + 2436@hsesinfo.org + + + + + + + 5945 + 845 + 5 + 05CH4188 + 2001-01-01 + 2025-06-30 + CH + ADVOCAP, Inc. + Inactive + + + + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 5946 + 939 + 5 + 05CH4190 + 2000-04-01 + 2015-03-31 + CH + CAP Services, Inc. + Inactive + + + + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 5947 + 432 + 5 + 05CH4199 + 1991-12-01 + 2016-06-30 + CH + Marion Community Schools + Inactive + F25174 + L25174 + 25174@hsesinfo.org + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 5948 + 1485 + 5 + 05CH4200 + 1992-04-01 + 2025-06-30 + CH + TAZEWELL-WOODFORD HEAD START + Inactive + + + + + + + + + + + + + 5949 + 1111 + 5 + 05CH4203 + 1992-01-01 + 2025-06-30 + CH + COMMUNITY ACTION PROGRAM COMMISSION OF LANCASTER + Inactive + F13564 + L13564 + 13564@hsesinfo.org + + + + + + + + + + 5950 + 843 + 5 + 05CH4209 + 1992-07-01 + 2016-06-30 + CH + BRANCH INTERMEDIATE SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 5951 + 1194 + 5 + 05CH4211 + 1992-07-01 + 2016-06-30 + CH + Illinois Valley Economic Development Corporation + Inactive + F31147 + L31147 + 31147@hsesinfo.org + + + + + + + + + + 5952 + 1177 + 5 + 05CH4214 + 2011-04-01 + 2013-06-30 + CH + PEORIA CITIZENS COMMITTEE FOR ECONOMIC OPPORTUNITY, INC + Inactive + F13564 + L13564 + 13564@hsesinfo.org + + + + + + + + + + 5953 + 1606 + 5 + 05CH4220 + 1992-04-01 + 2025-06-30 + CH + MARATHON COUNTY CHILD DEVELOPMENT AGENCY + Inactive + + + + + + + + + + + + + 5954 + 3437 + 5 + 05CH4221 + 1992-03-01 + 2013-06-30 + CH + COMMUNITY ACTION COMMISSION OF FAYETTE COUNTY, INC. + Inactive + + + + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 5955 + 1853 + 5 + 05CH4228 + 1997-08-01 + 2025-06-30 + CH + NATIONAL CENTERS FOR LEARNING EXCELLENCE, INC. + Inactive + F13564 + L13564 + 13564@hsesinfo.org + + + + + + + + + + 5956 + 538 + 5 + 05CH4231 + 1992-05-01 + 2025-06-30 + CH + SEMCAC, INC. + Inactive + + + + F24149 + L24149 + 24149@hsesinfo.org + + + + + + + 5957 + 611 + 5 + 05CH4232 + 2000-07-01 + 2025-06-30 + CH + UNIVERSITY OF WISCONSIN, OSHKOSH + Inactive + + + + F14177 + L14177 + 14177@hsesinfo.org + + + + + + + 5958 + 1706 + 5 + 05CH4233 + 1992-08-01 + 2025-06-30 + CH + TRI-CAP + Inactive + + + + + + + + + + + + + 5959 + 2161 + 5 + 05CH4235 + 1996-07-01 + 1997-06-30 + CH + HOLLAND CITY SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 5960 + 1009 + 5 + 05CH4238 + 1992-06-01 + 2025-06-30 + CH + FLOYD COUNTY COMMUNITY ACTION AGENCY + Inactive + + + + + + + + + + + + + 5961 + 236 + 5 + 05CH4250 + 1992-01-01 + 2025-06-30 + CH + Community Action Commission of Erie, Huron + Inactive + + + + F15967 + L15967 + 15967@hsesinfo.org + + + + + + + 5962 + 214 + 5 + 05CH4272 + 2000-12-01 + 2025-06-30 + CH + Indianhead Community Action Agency + Inactive + + + + F15967 + L15967 + 15967@hsesinfo.org + + + + + + + 5963 + 1655 + 5 + 05CH4275 + 1992-09-01 + 2015-06-30 + CH + Heartland Head Start, Inc. + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 5964 + 1547 + 5 + 05CH4277 + 2010-03-01 + 2010-12-31 + CH + ACTION, INC. OF DELAWARE COUNTY + Inactive + + + + + + + + + + + + + 5965 + 1178 + 5 + 05CH4291 + 2011-08-01 + 2014-06-30 + CH + RACINE/KENOSHA COMMUNITY ACTION AGENCY, INC. + Inactive + F13564 + L13564 + 13564@hsesinfo.org + + + + + + + + + + 5966 + 1346 + 5 + 05CH4297 + 2006-07-01 + 2015-06-30 + CH + GREEN BAY AREA PUBLIC SCHOOLS + Inactive + + + + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 5967 + 1392 + 5 + 05CH4305 + 1992-08-01 + 2015-11-30 + CH + Community Organization of Social Concerns, Inc. + Inactive + + + + F31147 + L31147 + 31147@hsesinfo.org + + + + + + + 5968 + 1247 + 5 + 05CH4306 + 1992-07-01 + 2025-06-30 + CH + MOUNT VERNON CITY SCHOOLS + Inactive + + + + + + + + + + + + + 5969 + 627 + 5 + 05CH4308 + 1992-07-01 + 2025-06-30 + CH + ROCK ISLAND/MILAN SCHOOL DISTRICT #41 + Inactive + + + + F31147 + L31147 + 31147@hsesinfo.org + + + + + + + 5970 + 1496 + 5 + 05CH4309 + 1992-08-01 + 2025-06-30 + CH + CHILD DEVELOPMENT SERVICES OF OTTAWA COUNTY, INC. + Inactive + + + + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 5971 + 1527 + 5 + 05CH4311 + 1997-07-01 + 2012-01-27 + CH + Catholic Charities of Monroe County + Inactive + + + + F13233 + L13233 + 13233@hsesinfo.org + + + + + + + 5972 + 869 + 5 + 05CH4313 + 2010-07-01 + 2014-06-30 + CH + MERRILL AREA PUBLIC SCHOOL DISTRICT + Inactive + + + + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 5973 + 3439 + 5 + 05CH4329 + 1992-02-01 + 2025-06-30 + CH + Northeast Michigan Community Action Agency, Inc. + Inactive + + + + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 5974 + 597 + 5 + 05CH4334 + 1992-01-01 + 2025-06-30 + CH + Bauer Family Resources, Inc. + Inactive + F13564 + L13564 + 13564@hsesinfo.org + + + + + + + + + + 5975 + 2162 + 5 + 05CH4352 + 1997-02-01 + 1998-01-31 + CH + MONTGOMERY COUNTY COMMUNITY ACTION AGENCY + Inactive + + + + + + + + + + + + + 5976 + 1073 + 5 + 05CH5005 + 1992-07-01 + 2025-06-30 + CH + DICKINSON IRON INTERMEDIATE SCHOOL DISTRICT + Inactive + + + + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 5977 + 2163 + 5 + 05CH5009 + 1995-10-06 + 2025-06-30 + CH + ACCESS TO HUMAN RESOURCE DEVELOPMENT + Inactive + + + + + + + + + + + + + 5978 + 1067 + 5 + 05CH5012 + 1991-12-01 + 2016-06-30 + CH + Council on Rural Service Programs, Inc. + Inactive + + + + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 5979 + 1047 + 5 + 05CH5017 + 1992-07-01 + 2025-06-30 + CH + WARREN COUNTY COMMUNITY SERVICES, INC. + Inactive + + + + F13233 + L13233 + 13233@hsesinfo.org + + + + + + + 5980 + 1243 + 5 + 05CH5023 + 1992-08-01 + 2025-06-30 + CH + Knox County Head Start, Inc. + Inactive + + + + + + + + + + + + + 5981 + 2164 + 5 + 05CH5029 + 1997-09-01 + 1998-02-28 + CH + WEST CENTRAL ILLINOIS LEGAL ASSISTANCE + Inactive + + + + + + + + + + + + + 5982 + 1933 + 5 + 05CH5031 + 1992-08-01 + 2025-06-30 + CH + Child Care Resources, Inc. + Inactive + + + + + + + + + + + + + 6017 + 2266 + 9 + 09CH0203 + 1996-11-01 + 1998-05-15 + CH + EAST BAY PERINATAL COUNCIL + Inactive + + + + + + + + + + + + + 6027 + 1661 + 10 + 10CH0015 + 1999-09-01 + 2011-08-31 + CH + Klamath Family Head Start + Inactive + + + + + + + + + + + + + 6028 + 1394 + 10 + 10CH0016 + 1992-09-01 + 2015-08-31 + CH + Malheur County Child Development Center + Inactive + + + + F2436 + L2436 + 2436@hsesinfo.org + + + + + + + 6029 + 344 + 10 + 10CH0019 + 1992-09-01 + 2014-08-31 + CH + Oregon Coast Community Action + Inactive + F14039 + L14039 + 14039@hsesinfo.org + + + + + + + + + + 6030 + 1320 + 10 + 10CH0021 + 1992-02-01 + 2014-01-31 + CH + Benton Franklin Head Start + Inactive + F2446 + L2446 + 2446@hsesinfo.org + + + + + + + + + + 6031 + 333 + 10 + 10CH0055 + 1998-07-01 + 2014-06-30 + CH + Lower Columbia College + Inactive + + + + + + + + + + + + + 6032 + 219 + 10 + 10CH0056 + 2002-01-01 + 2015-06-30 + CH + North Idaho College + Inactive + F2446 + L2446 + 2446@hsesinfo.org + + + + + + + + + + 6033 + 457 + 10 + 10CH0061 + 1998-08-01 + 2014-07-31 + CH + Head Start of Lane County + Inactive + + + + F2436 + L2436 + 2436@hsesinfo.org + + + + + + + 6034 + 2269 + 10 + 10CH0062 + 1993-01-01 + 1993-11-30 + CH + ALASKA FAMILY SERVICES INC. + Inactive + + + + + + + + + + + + + 6035 + 407 + 10 + 10CH0063 + 2000-08-01 + 2014-07-31 + CH + CCS Early Learning + Inactive + + + + + + + + + + + + + 6036 + 2270 + 10 + 10CH0065 + 1994-10-01 + 1995-09-30 + CH + RURAL ALASKA COMMUNITY ACTION PROGRAM, INC + Inactive + + + + + + + + + + + + + 6037 + 171 + 10 + 10CH0066 + 1994-07-01 + 2014-06-30 + CH + EASTERN OREGON UNIVERSITY + Inactive + F2437 + L2437 + 2437@hsesinfo.org + + + + + + + + + + 6038 + 435 + 10 + 10CH0070 + 1990-07-01 + 2015-06-30 + CH + Mt Hood Community College + Inactive + + + + + + + + + + + + + 6039 + 635 + 10 + 10CH0071 + 1992-07-01 + 2015-06-30 + CH + Community Action Organization + Inactive + + + + + + + + + + + + + 6040 + 186 + 10 + 10CH0072 + 1991-01-01 + 2014-12-31 + CH + United Community Action Network + Inactive + + + + F2436 + L2436 + 2436@hsesinfo.org + + + + + + + 6041 + 284 + 10 + 10CH0073 + 1990-07-01 + 2014-06-30 + CH + Pocatello School District No. 25 + Inactive + + + + + + + + + + + + + 6042 + 1675 + 10 + 10CH0074 + 1999-01-01 + 2014-12-31 + CH + KIDS & COMPANY OF LINN COUNTY + Inactive + F2437 + L2437 + 2437@hsesinfo.org + + + + + + + + + + 6043 + 2271 + 10 + 10CH0076 + 1997-01-01 + 1997-12-31 + CH + SOUTH CENTRAL CAA INC. + Inactive + + + + + + + + + + + + + 6044 + 592 + 10 + 10CH0077 + 1987-01-01 + 2016-06-30 + CH + Western Idaho Community Action Partnership, Inc. + Inactive + + + + + + + + + + + + + 6045 + 1742 + 10 + 10CH0078 + 1998-02-01 + 2013-06-30 + CH + Clackamas County Children's Commission, Inc. + Inactive + F2437 + L2437 + 2437@hsesinfo.org + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 6046 + 771 + 10 + 10CH0079 + 2000-03-01 + 2011-02-28 + CH + MID-WILLAMETTE VALLEY CAA + Inactive + + + + + + + + + + + + + 6047 + 252 + 10 + 10CH0087 + 1998-06-01 + 2014-05-31 + CH + Rural Resources Community Action + Inactive + F2437 + L2437 + 2437@hsesinfo.org + + + + + + + + + + 6048 + 2272 + 10 + 10CH0088 + 1997-07-01 + 2001-06-30 + CH + COASTAL COMMUNITY ACTION PROGRAM + Inactive + + + + + + + + + + + + + 6049 + 102 + 10 + 10CH0089 + 1991-07-01 + 2014-06-30 + CH + Kitsap Community Resources + Inactive + F14039 + L14039 + 14039@hsesinfo.org + + + + + + + + + + 6050 + 1591 + 10 + 10CH0091 + 1989-09-01 + 2015-08-31 + CH + Walla Walla School District #140 + Inactive + + + + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 6051 + 2273 + 10 + 10CH0092 + 1995-09-01 + 1996-08-31 + CH + GREATER GOLDENDALE CHILD SERVICES + Inactive + + + + + + + + + + + + + 6052 + 332 + 10 + 10CH0093 + 1998-09-01 + 2014-06-30 + CH + Olympic Community Action Programs + Inactive + + + + + + + + + + + + + 6053 + 905 + 10 + 10CH0095 + 1970-09-01 + 2013-08-31 + CH + Skagit Valley College + Inactive + + + + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 6054 + 1412 + 10 + 10CH0096 + 1990-09-01 + 2013-06-30 + CH + OPPORTUNITY COUNCIL + Inactive + F2437 + L2437 + 2437@hsesinfo.org + + + + + + + + + + 6055 + 273 + 10 + 10CH0107 + 1992-08-01 + 2016-06-30 + CH + Edmonds Community College + Inactive + F14039 + L14039 + 14039@hsesinfo.org + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 6056 + 2274 + 10 + 10CH0109 + 1983-01-01 + 1996-12-31 + CH + COMMUNITY ACTION AGENCY OF YAMHILL CO INC. + Inactive + + + + + + + + + + + + + 6057 + 2275 + 10 + 10CH0110 + 2001-01-01 + 2001-12-31 + CH + CENTRAL OREGON COMMUNITY COLLEGE + Inactive + + + + + + + + + + + + + 6058 + 1068 + 10 + 10CH0122 + 2000-07-01 + 2014-06-30 + CH + Reliable Enterprises + Inactive + + + + + + + + + + + + + 6059 + 1347 + 10 + 10CH0126 + 1998-06-01 + 2014-05-31 + CH + Umatilla-Morrow Head Start + Inactive + F14039 + L14039 + 14039@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + + + + + + + 6060 + 1048 + 2 + 02CH0254 + 1992-02-01 + 2016-01-31 + CH + The Leaguers + Inactive + F2339 + L2339 + 2339@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + + + + + + + 6061 + 2073 + 2 + 02CH0255 + 1992-05-01 + 2025-06-30 + CH + Aspira of Puerto Rico, Inc. + Inactive + + + + + + + + + + + + + 6062 + 604 + 2 + 02CH0256 + 1992-05-01 + 2016-06-30 + CH + New York Foundling Hospital, The + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 6063 + 2074 + 2 + 02CH0257 + 1984-05-01 + 1998-08-31 + CH + PENTECOSTAL CHURCH OF GOD IN PUERTO RICO REGION + Inactive + + + + + + + + + + + + + 6064 + 1694 + 2 + 02CH0259 + 1991-12-01 + 2025-06-30 + CH + Warren County Head Start, Inc. + Inactive + + + + F13554 + L13554 + 13554@hsesinfo.org + + + + + + + 6065 + 1405 + 2 + 02CH0260 + 1991-12-01 + 2014-11-30 + CH + MUNICIPALITY OF BAYAMON + Inactive + F15514 + L15514 + 15514@hsesinfo.org + + + + + + + + + + 6066 + 1368 + 2 + 02CH0261 + 1992-01-01 + 2013-06-30 + CH + MAYAGUEZ MUNICIPALITY HEAD START PROGRAM + Inactive + F2342 + L2342 + 2342@hsesinfo.org + + + + + + + + + + 6067 + 1263 + 2 + 02CH0262 + 1992-01-01 + 2016-06-30 + CH + Carolina Municipality Head Start Program + Inactive + F15514 + L15514 + 15514@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + + + + + + + 6068 + 1036 + 2 + 02CH0263 + 1992-01-01 + 2025-06-30 + CH + Caguas Municipality + Inactive + F2342 + L2342 + 2342@hsesinfo.org + + + + + + + + + + 6069 + 1777 + 2 + 02CH0264 + 1991-12-01 + 2014-11-30 + CH + United Talmudical Academy of Boro Park + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + + + + + + + 6070 + 1883 + 2 + 02CH0265 + 1991-12-01 + 2025-06-30 + CH + Associated Beth Rivkah Schools + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F2359 + L2359 + 2359@hsesinfo.org + + + + + + + 6071 + 1899 + 2 + 02CH0266 + 1992-02-01 + 2013-06-30 + CH + THE LITTLE ANGELS HEAD START PROGRAM + Inactive + + + + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 6072 + 1040 + 2 + 02CH0267 + 1992-01-01 + 2014-06-30 + CH + Ponce Municipality Head Start Program + Inactive + F2342 + L2342 + 2342@hsesinfo.org + + + + + + + + + + 6073 + 1574 + 2 + 02CH0271 + 1991-12-01 + 2014-11-30 + CH + L. I. Child & Family Development Services, Inc. + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 6074 + 1948 + 2 + 02CH0272 + 1992-01-01 + 2015-08-31 + CH + Niagara County Head Start, Inc. + Inactive + F2339 + L2339 + 2339@hsesinfo.org + F13554 + L13554 + 13554@hsesinfo.org + + + + + + + 6075 + 1125 + 2 + 02CH0274 + 1991-12-01 + 2014-06-30 + CH + Montclair Child Development Center + Inactive + F23929 + L23929 + 23929@hsesinfo.org + + + + + + + + + + 6076 + 2075 + 2 + 02CH0275 + 1995-06-01 + 1996-05-31 + CH + BABYLAND NURSERY, INC + Inactive + + + + + + + + + + + + + 6077 + 2076 + 2 + 02CH0278 + 1996-07-01 + 1997-06-30 + CH + GROUP HOMES OF CAMDEN COUNTY, INC + Inactive + + + + + + + + + + + + + 6078 + 1704 + 2 + 02CH0279 + 1992-04-01 + 2014-06-30 + CH + Sullivan County Head Start, Inc. + Inactive + F23929 + L23929 + 23929@hsesinfo.org + + + + + + + + + + 6079 + 1517 + 2 + 02CH0280 + 1992-03-01 + 2025-06-30 + CH + ACCORD Corporation + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 6080 + 1146 + 2 + 02CH0281 + 1991-12-01 + 2025-06-30 + CH + NYS Federation of Growers and Processors Association + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F13554 + L13554 + 13554@hsesinfo.org + + + + + + + 6081 + 1804 + 2 + 02CH0282 + 1992-09-01 + 2025-06-30 + CH + Livingston- Wyoming Chapter NY ST Area Rehab Center + Inactive + + + + + + + + + + + + + 6082 + 1958 + 2 + 02CH0284 + 1993-12-01 + 2025-06-30 + CH + Head Start of Rockland, Inc. + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F13554 + L13554 + 13554@hsesinfo.org + + + + + + + 6083 + 2077 + 2 + 02CH0285 + 1995-02-01 + 2006-01-31 + CH + EDUCATIONAL FOUNDATION OF P.R., INC. - IDDP + Inactive + + + + + + + + + + + + + 6084 + 2078 + 2 + 02CH0286 + 2001-02-01 + 2025-06-30 + CH + ARCHDIOCESE OF SAN JUAN HEAD START PROGRAM + Inactive + + + + + + + + + + + + + 6085 + 1410 + 2 + 02CH0287 + 1995-02-01 + 2025-06-30 + CH + Presbitery of San Juan + Inactive + + + + + + + + + + + + + 6086 + 842 + 2 + 02CH0288 + 1996-05-01 + 2014-06-30 + CH + The Puerto Rican Family Institute, Inc. + Inactive + + + + + + + + + + + + + 6087 + 1802 + 2 + 02CH0289 + 1996-05-01 + 2014-06-30 + CH + Birch Family Services, Inc. + Inactive + + + + F13554 + L13554 + 13554@hsesinfo.org + + + + + + + 6088 + 1772 + 2 + 02CH0290 + 1996-05-01 + 2014-06-30 + CH + Yeled V'Yalda Early Childhood Center, Inc. + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 6089 + 742 + 2 + 02CH0291 + 1996-05-01 + 2015-06-30 + CH + The Children's Aid Society + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + + + + + + + 6090 + 1560 + 2 + 02CH0292 + 1996-05-01 + 2025-06-30 + CH + La Peninsula Community Organization + Inactive + F2339 + L2339 + 2339@hsesinfo.org + + + + + + + + + + 6091 + 820 + 2 + 02CH0293 + 1996-05-01 + 2025-06-30 + CH + Brooklyn Bureau of Community Service + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F2359 + L2359 + 2359@hsesinfo.org + 36 + 72 + + + + + 6092 + 1311 + 2 + 02CH0295 + 1996-05-01 + 2013-06-30 + CH + Tremont Crotona Day Care Center + Inactive + F2340 + L2340 + 2340@hsesinfo.org + + + + + + + + + + 6093 + 1407 + 2 + 02CH0296 + 1996-05-01 + 2025-06-30 + CH + Sharon Baptist Board of Directors, Inc. + Inactive + + + + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 6094 + 1596 + 2 + 02CH0297 + 1996-05-01 + 2025-06-30 + CH + Cypress Hills Child Care Corporation + Inactive + F2340 + L2340 + 2340@hsesinfo.org + + + + + + + + + + 6095 + 1375 + 2 + 02CH0298 + 1996-05-01 + 2025-06-30 + CH + NYSARC N.Y.C. Chapter Head Start Program + Inactive + F14214 + L14214 + 14214@hsesinfo.org + + + + + + + + + + 6096 + 1197 + 2 + 02CH0299 + 1997-01-01 + 2014-06-30 + CH + CATTARAUGUS COUNTY PROJECT HEAD START, INC. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + + + + + + + + + + 6097 + 2079 + 2 + 02CH0300 + 1997-04-01 + 2025-06-30 + CH + COMMISSION ON ECONOMIC OPPORTUNITY + Inactive + + + + + + + + + + + + + 6098 + 1624 + 2 + 02CH0301 + 1997-08-01 + 2014-06-30 + CH + Trenton Head Start Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F13554 + L13554 + 13554@hsesinfo.org + + + + + + + 6099 + 404 + 2 + 02CH0302 + 1997-09-30 + 2025-06-30 + CH + Shira Association, Inc. + Inactive + F2339 + L2339 + 2339@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 6100 + 2080 + 2 + 02CH0317 + 1995-08-01 + 1996-07-31 + CH + UNITED PROGRESS, INC + Inactive + + + + + + + + + + + + + 6101 + 292 + 2 + 02CH0447 + 1992-09-01 + 2013-06-30 + CH + Atlantic Human Resources, Inc. + Inactive + + + + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 6102 + 950 + 2 + 02CH0451 + 1992-02-01 + 2016-06-30 + CH + JOINT COUNCIL FOR ECONOMIC OPPORTUNITY, INC + Inactive + + + + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 6103 + 655 + 6 + 06CH5098 + 2006-06-01 + 2016-06-30 + CH + JEFFERSON PARISH + Inactive + + + + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 6104 + 293 + 6 + 06CH5099 + 2007-01-01 + 2025-06-30 + CH + MID-DELTA COMMUNITY SERVICES, INC + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 6105 + 1965 + 6 + 06CH5109 + 2004-07-01 + 2025-06-30 + CH + AVOYELLES PROGRESS ACTION + Inactive + + + + F2179 + L2179 + 2179@hsesinfo.org + + + + + + + 6106 + 900 + 6 + 06CH5124 + 2007-06-01 + 2014-06-30 + CH + OPPORTUNITIES, INC + Inactive + + + + + + + + + + + + + 6107 + 834 + 6 + 06CH5125 + 1997-07-01 + 2014-06-30 + CH + ALLEN ACTION AGENCY, INC + Inactive + + + + F2193 + L2193 + 2193@hsesinfo.org + + + + + + + 6108 + 282 + 6 + 06CH5138 + 2007-04-01 + 2025-06-30 + CH + ST MARY COMMUNITY ACTION AGENCY + Inactive + + + + + + + + + + + + + 6109 + 330 + 6 + 06CH5153 + 2007-05-01 + 2016-06-30 + CH + TEXAS NEIGHBORHOOD SERVICES, INC + Inactive + + + + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 6110 + 2195 + 6 + 06CH5160 + 2001-04-01 + 2004-02-29 + CH + POINTE COUPEE COMMUNITY ADVANCEMENT, INC + Inactive + + + + + + + + + + + + + 6111 + 646 + 6 + 06CH5169 + 2005-01-01 + 2025-06-30 + CH + Alabama-Coushatta Tribe of Texas, The + Inactive + F2185 + L2185 + 2185@hsesinfo.org + + + + + + + + + + 6112 + 1926 + 6 + 06CH5170 + 2009-01-01 + 2025-06-30 + CH + DETROIT INDEPENDENT SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 6113 + 1201 + 6 + 06CH5175 + 2008-01-01 + 2016-09-30 + CH + OUACHITA MULTI-PURPOSE COMMUNITY ACTION PROGRAM + Inactive + + + + + + + + + + + + + 6114 + 1695 + 6 + 06CH5191 + 2005-07-01 + 2014-06-30 + CH + Southeast NM Community Action Corporation + Inactive + + + + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 6115 + 1555 + 6 + 06CH5211 + 2007-04-01 + 2014-06-30 + CH + La Salle Community Action Association Inc. + Inactive + + + + F2193 + L2193 + 2193@hsesinfo.org + + + + + + + 6116 + 591 + 6 + 06CH5236 + 2002-12-01 + 2025-06-30 + CH + WILLIAMSON-BURNET COUNTIES OPPORTUNITIES, INC. + Inactive + + + + F12886 + L12886 + 12886@hsesinfo.org + + + + + + + 6117 + 1746 + 6 + 06CH5238 + 2006-12-01 + 2025-06-30 + CH + ROLLING PLAINS MGMT CORP OF BAYLOR COTTLE + Inactive + + + + F26305 + L26305 + 26305@hsesinfo.org + + + + + + + 6118 + 1532 + 6 + 06CH5247 + 2008-04-01 + 2025-06-30 + CH + COMMUNITY ACTION PROGRAM FOR CENTRAL ARKANSAS CAPCA + Inactive + + + + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 6119 + 167 + 6 + 06CH5263 + 2003-08-01 + 2008-08-21 + CH + COMMUNITY COUNCIL OF SOUTHWEST TEXAS, INC + Inactive + + + + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 6120 + 2196 + 6 + 06CH5295 + 1997-07-01 + 1998-06-30 + CH + EAST TEXAS HUMAN DEVELOPMENT CORPORATION + Inactive + + + + + + + + + + + + + 6121 + 260 + 6 + 06CH5299 + 1999-01-01 + 2025-06-30 + CH + WEBSTER PARISH POLICE JURY + Inactive + + + + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 6122 + 1294 + 6 + 06CH5301 + 2004-12-01 + 2025-06-30 + CH + GALVESTON COUNTY COMMUNITY ACTION COUNCIL, INC + Inactive + + + + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 6123 + 867 + 6 + 06CH5314 + 2006-09-01 + 2025-06-30 + CH + TYLER INDEPENDENT SCHOOL DISTRICT + Inactive + F2185 + L2185 + 2185@hsesinfo.org + + + + + + + + + + 6124 + 2197 + 6 + 06CH5321 + 1999-03-01 + 1999-12-06 + CH + COMMUNITY ACTION CORP OF WICHITA FALLS + Inactive + + + + + + + + + + + + + 6125 + 1727 + 6 + 06CH5356 + 1999-12-01 + 2014-11-30 + CH + Community Services of Northeast Texas, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 6126 + 2198 + 6 + 06CH5365 + 1997-03-01 + 1998-02-28 + CH + REEVES COUNTY COMMUNITY COUNCIL + Inactive + + + + + + + + + + + + + 6127 + 1877 + 6 + 06CH5405 + 2005-08-01 + 2025-06-30 + CH + WEST ORANGE-COVE CONSOLIDATED ISD + Inactive + + + + + + + + + + + + + 6128 + 549 + 6 + 06CH5410 + 2005-05-01 + 2010-05-02 + CH + TAYLOR COUNTY COMMUNITY ACTION PROGRAM + Inactive + + + + + + + + + + + + + 6129 + 468 + 6 + 06CH5416 + 2007-07-01 + 2025-06-30 + CH + DENTON INDEPENDENT SCHOOL DISTRICT + Inactive + + + + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 6130 + 1080 + 6 + 06CH5487 + 2005-03-01 + 2016-06-30 + CH + SOUTH PLAINS COMMUNITY ACTION ASSOCIATION, INC. + Inactive + + + + F26305 + L26305 + 26305@hsesinfo.org + + + + + + + 6131 + 1289 + 6 + 06CH5508 + 2002-01-01 + 2016-06-30 + CH + WEST TEXAS OPPORTUNITIES, INC + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 6132 + 2199 + 6 + 06CH5510 + 2001-02-01 + 2002-08-30 + CH + TOM GREEN COUNTY COMMUNITY ACTION COUNCIL + Inactive + + + + + + + + + + + + + 6133 + 1044 + 6 + 06CH5535 + 1999-04-01 + 2025-06-30 + CH + Southeast Arkansas Community Action Corporation + Inactive + + + + F28510 + L28510 + 28510@hsesinfo.org + + + + + + + 6134 + 173 + 6 + 06CH5550 + 2008-06-01 + 2015-03-31 + CH + COLLEGE STATION INDEPENDENT SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 6135 + 881 + 6 + 06CH5583 + 2006-04-01 + 2015-03-31 + CH + TERRELL INDEPENDENT SCHOOL DISTRICT + Inactive + + + + F12886 + L12886 + 12886@hsesinfo.org + + + + + + + 6136 + 1207 + 6 + 06CH5616 + 2006-09-01 + 2014-08-31 + CH + GREATER OPPORTUNITIES OF PERMIAN BASIN, INC + Inactive + + + + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 6137 + 2200 + 6 + 06CH5617 + 2005-07-01 + 2025-06-30 + CH + RISON SCHOOL DISTRICT #36 + Inactive + + + + + + + + + + + + + 6138 + 137 + 6 + 06CH5622 + 2006-07-01 + 2025-06-30 + CH + VERNON PARISH SCHOOL BOARD + Inactive + + + + + + + + + + + + + 6139 + 162 + 6 + 06CH5649 + 2008-07-01 + 2025-06-30 + CH + St Charles Parish School Board + Inactive + + + + F2193 + L2193 + 2193@hsesinfo.org + + + + + + + 6140 + 160 + 6 + 06CH5651 + 2008-07-01 + 2014-06-30 + CH + ST JOHN THE BAPTIST PARISH SCHOOL BOARD + Inactive + + + + + + + + + + + + + 6141 + 1283 + 6 + 06CH5652 + 2008-05-01 + 2025-06-30 + CH + KI BOIS COMMUNITY ACTION FOUNDATION, INC + Inactive + + + + + + + + + + + + + 6142 + 159 + 6 + 06CH5659 + 2009-06-01 + 2014-05-31 + CH + ST MARTIN IBERIA LAFAYETTE COMMUNITY ACTION AGENCY + Inactive + + + + F2204 + L2204 + 2204@hsesinfo.org + + + + + + + 6173 + 1450 + 11 + 90CI9779 + 1998-01-01 + 2025-06-30 + CI + Kenaitze Indian Tribe, IRA + Inactive + + + + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 6174 + 1942 + 8 + 08CH0123 + 1998-01-01 + 2025-06-30 + CH + TOWN OF LIMON + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F3061 + L3061 + 3061@hsesinfo.org + + + + + + + 6177 + 1542 + 10 + 10CH0128 + 1990-12-01 + 2014-11-30 + CH + Mid-Columbia Children's Council, Inc. + Inactive + + + + + + + + + + + + + 6178 + 1573 + 10 + 10CH0130 + 1999-01-01 + 2013-12-31 + CH + Friends of Children and Families, Inc. + Inactive + + + + F2421 + L2421 + 2421@hsesinfo.org + + + + + + + 6179 + 1590 + 10 + 10CH0136 + 1991-01-01 + 2015-12-31 + CH + Lewis-Clark Early Childhood Program + Inactive + + + + + + + + + + + + + 6180 + 1794 + 10 + 10CH0137 + 1992-01-01 + 2013-12-31 + CH + COMMUNITY CHILD CARE CENTER + Inactive + F2446 + L2446 + 2446@hsesinfo.org + + + + + + + + + + 6181 + 544 + 10 + 10CH0138 + 1991-09-01 + 2014-08-31 + CH + Bristol Bay Native Association + Inactive + + + + + + + + + + + + + 6182 + 2276 + 10 + 10CH0139 + 1997-01-01 + 1997-12-31 + CH + LEWIS-CLARK EARLY CHILDHOOD PROGRAM + Inactive + + + + + + + + + + + + + 6183 + 2277 + 10 + 10CH0140 + 1997-06-01 + 1998-05-31 + CH + UMATILLA-MORROW HEADSTART + Inactive + + + + + + + + + + + + + 6184 + 1538 + 10 + 10CH0142 + 1992-01-01 + 2016-06-30 + CH + Bright Beginnings for Kittitas County + Inactive + F14039 + L14039 + 14039@hsesinfo.org + F2421 + L2421 + 2421@hsesinfo.org + + + + + + + 6185 + 1902 + 10 + 10CH0143 + 2001-01-01 + 2015-12-31 + CH + Okanogan County Child Development Association + Inactive + + + + + + + + + + + + + 6186 + 2278 + 10 + 10CH0145 + 1992-11-01 + 1993-10-31 + CH + CLACKAMAS COUNTY CHILDREN'S COMMISSION + Inactive + + + + + + + + + + + + + 6187 + 2279 + 10 + 10CH0158 + 2001-01-01 + 2003-12-31 + CH + ADULT LEARNING PROGRAM OF ALASKA + Inactive + + + + + + + + + + + + + 6188 + 2280 + 10 + 10CH0127 + 1987-09-01 + 1995-08-31 + CH + OLYMPIA SCHOOL DISTRICT #111 + Inactive + + + + + + + + + + + + + 6189 + 2281 + 10 + 10CH0003 + 1991-07-01 + 1993-06-30 + CH + ALBINA MINISTERIAL ALLIANCE + Inactive + + + + + + + + + + + + + 6190 + 2282 + 10 + 10CH0148 + 1993-08-01 + 1995-03-15 + CH + EDMONDS COMMUNITY COLLEGE + Inactive + + + + + + + + + + + + + 6191 + 2283 + 10 + 10CH0013 + 1994-11-01 + 1995-08-31 + CH + OLYMPIA SCHOOL DISTRICT #111 + Inactive + + + + + + + + + + + + + 6192 + 2284 + 10 + 10CH0085 + 1994-12-01 + 1995-05-31 + CH + GRANT COUNTY COMMUNITY ACTION COUNCIL, INC + Inactive + + + + + + + + + + + + + 6193 + 2285 + 10 + 10CH0147 + 1995-01-01 + 1997-09-30 + CH + RESOURCE CENTER FOR PARENTS & CHILDREN + Inactive + + + + + + + + + + + + + 6194 + 2286 + 10 + 10CH0152 + 1995-11-01 + 1996-10-31 + CH + HOUSING AUTHORITY OF GRANT COUNTY + Inactive + + + + + + + + + + + + + 6195 + 2287 + 10 + 10CH0153 + 1996-03-01 + 1996-12-31 + CH + KIDS' CORPS, INC + Inactive + + + + + + + + + + + + + 6196 + 2288 + 10 + 10CH0154 + 1996-04-01 + 1996-12-31 + CH + CLACKAMAS COUNTY CHILDREN'S COMMISSION + Inactive + + + + + + + + + + + + + 6197 + 1347 + 10 + 10CH0149 + 1999-09-29 + 2007-09-28 + CH + UMATILLA-MORROW HEADSTART + Inactive + + + + + + + + + + + + + 6198 + 2289 + 10 + 10CH0151 + 2000-09-01 + 2004-08-31 + CH + EDUCATIONAL SERVICE DISTRICT 113 + Inactive + + + + + + + + + + + + + 6199 + 2290 + 10 + 10CH0159 + 1997-07-01 + 1998-06-30 + CH + PUGET SOUND EDUCATIONAL SERVICE DISTRICT + Inactive + + + + + + + + + + + + + 6200 + 2291 + 10 + 10CH0160 + 1997-09-23 + 1999-02-22 + CH + ENTERPRISE FOR PROGRESS IN THE COMMUNITY + Inactive + + + + + + + + + + + + + 6219 + 2081 + 2 + 02CH0483 + 1992-03-01 + 2025-06-30 + CH + ADMINISTRATION FOR FAMILIES AND CHILDREN (AFAN) + Inactive + + + + + + + + + + + + + 6220 + 1817 + 2 + 02CH0502 + 1992-02-01 + 2014-09-30 + CH + Newark Preschool Council, Inc. + Inactive + F2339 + L2339 + 2339@hsesinfo.org + + + + + + + + + + 6221 + 1584 + 2 + 02CH0622 + 1992-08-01 + 2015-06-30 + CH + Economic Opportunity Commission of Nassau County, Inc. + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F13554 + L13554 + 13554@hsesinfo.org + + + + + + + 6222 + 695 + 2 + 02CH0730 + 1992-02-01 + 2014-01-31 + CH + Action for a Better Community + Inactive + F2342 + L2342 + 2342@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 6223 + 1335 + 2 + 02CH0770 + 1992-03-01 + 2025-06-30 + CH + BERGEN COUNTY COMMUNITY ACTION PROGRAM, INC + Inactive + + + + F13554 + L13554 + 13554@hsesinfo.org + + + + + + + 6224 + 2082 + 2 + 02CH0799 + 2007-02-01 + 2008-01-31 + CH + CAMDEN COUNTY COUNCIL ON ECONOMIC OPPORTUNITY, INC + Inactive + + + + + + + + + + + + + 6225 + 708 + 2 + 02CH0869 + 1992-03-01 + 2016-02-29 + CH + Community Action Organization of Erie County, Inc. + Inactive + F2339 + L2339 + 2339@hsesinfo.org + F13554 + L13554 + 13554@hsesinfo.org + + + + + + + 6226 + 237 + 2 + 02CH0891 + 1992-04-01 + 2025-06-30 + CH + C.E.O. for the Greater Capital Region, Inc. + Inactive + + + + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 6227 + 2083 + 2 + 02CH1003 + 1998-06-01 + 2006-05-31 + CH + MIDDLESEX COUNTY ECONOMIC OPPORTUNITY CORP + Inactive + + + + + + + + + + + + + 6228 + 696 + 2 + 02CH1009 + 1992-07-01 + 2025-06-30 + CH + Economic Opportunity Program of Chemung County, Inc. + Inactive + F2339 + L2339 + 2339@hsesinfo.org + F2359 + L2359 + 2359@hsesinfo.org + + + + + + + 6229 + 458 + 2 + 02CH1030 + 1992-03-01 + 2025-06-30 + CH + Regional Economic Community Action Program, Inc. + Inactive + + + + + + + + + + + + + 6230 + 1932 + 2 + 02CH1035 + 1992-01-01 + 2025-06-30 + CH + St. Lawrence County Community Development Program, Inc. + Inactive + + + + F14089 + L14089 + 14089@hsesinfo.org + + + + + + + 6231 + 487 + 2 + 02CH1037 + 1991-11-01 + 2025-06-30 + CH + Opportunities for Broome, Inc. + Inactive + F2339 + L2339 + 2339@hsesinfo.org + F2359 + L2359 + 2359@hsesinfo.org + + + + + + + 6232 + 499 + 2 + 02CH1055 + 1992-09-01 + 2025-06-30 + CH + Northwest NJ Community Action Program, Inc. + Inactive + + + + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 6233 + 657 + 2 + 02CH1063 + 1992-08-01 + 2025-06-30 + CH + Westchester Community Opportunity Program, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F13554 + L13554 + 13554@hsesinfo.org + + + + + + + 6234 + 1896 + 2 + 02CH1064 + 1992-02-01 + 2014-01-31 + CH + New York City Administration for Children's Services + Inactive + F23929 + L23929 + 23929@hsesinfo.org + + + + + + + + + + 6235 + 1369 + 2 + 02CH1078 + 1992-02-01 + 2013-06-30 + CH + Community Action of Orleans and Genesee, Inc. + Inactive + F2334 + L2334 + 2334@hsesinfo.org + + + + + + + + + + 6236 + 1058 + 2 + 02CH1088 + 1992-06-01 + 2025-06-30 + CH + Chautauqua Opportunities, Inc. + Inactive + + + + F2353 + L2353 + 2353@hsesinfo.org + + + + + + + 6237 + 1726 + 2 + 02CH1102 + 1992-02-01 + 2013-06-30 + CH + Tri-County Community Action Agency, Inc. + Inactive + + + + F2353 + L2353 + 2353@hsesinfo.org + + + + + + + 6238 + 548 + 2 + 02CH1103 + 1992-03-01 + 2015-02-28 + CH + Burlington County Community Action Program + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2359 + L2359 + 2359@hsesinfo.org + + + + + + + 6239 + 555 + 2 + 02CH1104 + 1992-01-01 + 2015-12-31 + CH + Ocean Community Economic Action Now, Inc. + Inactive + F2339 + L2339 + 2339@hsesinfo.org + + + + + + + + + + 6240 + 1071 + 2 + 02CH1108 + 1991-12-01 + 2025-06-30 + CH + Ulster County Community Action, Inc. + Inactive + F2339 + L2339 + 2339@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 6241 + 769 + 2 + 02CH1111 + 1992-02-01 + 2025-06-30 + CH + Bayonne Economic Opportunity Foundation + Inactive + + + + F2353 + L2353 + 2353@hsesinfo.org + + + + + + + 6242 + 632 + 2 + 02CH1113 + 1992-01-01 + 2014-06-30 + CH + Tioga Opportunities, Inc. + Inactive + + + + F2353 + L2353 + 2353@hsesinfo.org + + + + + + + 6243 + 949 + 2 + 02CH1117 + 1992-09-01 + 2014-06-30 + CH + SOMERSET COMMUNITY ACTION PROGRAM + Inactive + + + + + + + + + + + + + 6244 + 1625 + 2 + 02CH1135 + 1992-08-01 + 2015-07-31 + CH + Cayuga/Seneca Community Action Agency, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + + + + + + + + + + 6245 + 1156 + 2 + 02CH1137 + 1992-08-01 + 2015-07-31 + CH + Geneva City School District, Board Of Education + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 6246 + 239 + 2 + 02CH1150 + 1992-03-01 + 2025-06-30 + CH + Delaware Opportunities, Inc. + Inactive + + + + F2359 + L2359 + 2359@hsesinfo.org + + + + + + + 6247 + 1516 + 2 + 02CH1160 + 1992-05-01 + 2025-06-30 + CH + Pro Action of Steuben and Yates, Inc. + Inactive + F2339 + L2339 + 2339@hsesinfo.org + F2359 + L2359 + 2359@hsesinfo.org + + + + + + + 6248 + 124 + 2 + 02CH1168 + 1992-04-01 + 2025-06-30 + CH + Fulmont Community Action Agency, Inc. + Inactive + + + + + + + + + + + + + 6249 + 2084 + 2 + 02CH1169 + 1996-01-01 + 1997-03-31 + CH + CATTARAUGUS COMMUNITY ACTION, INC + Inactive + + + + + + + + + + + + + 6250 + 2085 + 2 + 02CH1174 + 1993-03-01 + 1994-02-28 + CH + ROCKLAND COMMUNITY ACTION COUNCIL, INC. + Inactive + + + + + + + + + + + + + 6251 + 1494 + 2 + 02CH1181 + 1992-04-01 + 2014-06-30 + CH + Tompkins Community Action, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F2359 + L2359 + 2359@hsesinfo.org + + + + + + + 6252 + 2086 + 2 + 02CH1191 + 2002-07-01 + 2005-01-31 + CH + BALLSTON SPA CENTRAL SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 6253 + 1147 + 2 + 02CH1194 + 1992-06-01 + 2014-06-30 + CH + Mohawk Valley Community Action Agency, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 6254 + 1514 + 2 + 02CH1195 + 1992-04-01 + 2015-03-31 + CH + WASHINGTON COUNTY ECONOMIC OPPORTUNITY COUNCIL, INC. + Inactive + F2339 + L2339 + 2339@hsesinfo.org + F2359 + L2359 + 2359@hsesinfo.org + + + + + + + 6255 + 2087 + 2 + 02CH1296 + 2001-05-01 + 2002-04-30 + CH + NEWBURGH COMMUNITY ACTION COMMITTEE + Inactive + + + + + + + + + + + + + 6256 + 872 + 2 + 02CH1298 + 1992-01-01 + 2014-06-30 + CH + Schenectady Community Action Program Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + + + + + + + + + + 6257 + 936 + 2 + 02CH1300 + 1992-01-01 + 2016-06-30 + CH + Opportunities for Chenango, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 6258 + 1105 + 2 + 02CH1304 + 1992-04-01 + 2015-03-31 + CH + OPPORTUNITIES FOR OTSEGO, INC. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 6259 + 984 + 2 + 02CH1313 + 1992-01-01 + 2014-12-31 + CH + Wayne County Action Program, inc. + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 6260 + 406 + 2 + 02CH1327 + 1992-03-01 + 2025-06-30 + CH + Albany Community Action Partnership, Inc. + Inactive + F2339 + L2339 + 2339@hsesinfo.org + + + + + + + + + + 6261 + 759 + 8 + 08CH0007 + 1999-09-01 + 2025-06-30 + CH + BOULDER, COUNTY OF + Inactive + + + + + + + + + + + + + 6262 + 405 + 8 + 08CH0009 + 1972-08-01 + 2013-07-31 + CH + UPPER ARKANSAS AREA COUNCIL OF GOVERNMENTS + Inactive + + + + F3061 + L3061 + 3061@hsesinfo.org + + + + + + + 6263 + 1452 + 8 + 08CH0010 + 2001-04-01 + 2015-03-31 + CH + SAGUACHE COUNTY COMMUNITY COUNCIL + Inactive + F3056 + L3056 + 3056@hsesinfo.org + + + + + + + + + + 6264 + 1884 + 8 + 08CH0012 + 2000-09-01 + 2025-06-30 + CH + DEL NORTE TOWN COUNCIL (HEAD START) + Inactive + + + + + + + + + + + + + 6265 + 2236 + 8 + 08CH0013 + 1995-11-01 + 1996-10-31 + CH + CHILD OPPORTUNITY PROGRAM, INC (HEAD START) + Inactive + + + + + + + + + + + + + 6266 + 1793 + 8 + 08CH0014 + 1992-09-01 + 2025-06-30 + CH + DURANGO 4 C COUNCIL INC + Inactive + F13544 + L13544 + 13544@hsesinfo.org + + + + + + + + + + 6267 + 215 + 8 + 08CH0015 + 1997-09-01 + 2014-08-31 + CH + SHERIDAN SCHOOL DISTRICT 2 + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 6268 + 926 + 8 + 08CH0017 + 1994-06-01 + 2014-06-30 + CH + RE-3 SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 6269 + 1395 + 8 + 08CH0019 + 2000-01-01 + 2025-06-30 + CH + WELD COUNTY DEPARTMENT OF HUMAN SERVICES + Inactive + F3056 + L3056 + 3056@hsesinfo.org + + + + + + + + + + 6270 + 1023 + 8 + 08CH0020 + 1999-04-01 + 2025-06-30 + CH + OTERO JUNIOR COLLEGE + Inactive + + + + F3061 + L3061 + 3061@hsesinfo.org + + + + + + + 6271 + 1441 + 8 + 08CH0021 + 1998-09-01 + 2025-06-30 + CH + Wild Plum Center for Young Children and Families + Inactive + F3056 + L3056 + 3056@hsesinfo.org + + + + + + + + + + 6272 + 1449 + 8 + 08CH0023 + 2011-09-01 + 2013-06-30 + CH + MONTE VISTA HEAD START + Inactive + + + + + + + + + + + + + 6273 + 2237 + 8 + 08CH0024 + 2000-02-01 + 2003-01-31 + CH + PUEBLO CITY MANAGER'S OFFICE + Inactive + + + + + + + + + + + + + 6274 + 2238 + 8 + 08CH0027 + 1998-09-01 + 2025-06-30 + CH + LAS ANIMAS COUNTY COMMISSIONERS + Inactive + + + + + + + + + + + + + 6275 + 1379 + 8 + 08CH0029 + 1994-02-01 + 2025-06-30 + CH + DEER LODGE COUNTY COMMISSIONERS + Inactive + + + + F200 + L200 + 200@hsesinfo.org + + + + + + + 6276 + 1355 + 8 + 08CH0030 + 1992-07-01 + 2025-06-30 + CH + Head Start, Inc. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + + + + + + + + + + 6277 + 1281 + 8 + 08CH0032 + 1970-03-01 + 2025-06-30 + CH + OPPORTUNITIES, INC. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 6278 + 1183 + 8 + 08CH0034 + 1975-12-01 + 2014-06-30 + CH + District 4 Human Resource Development Council + Inactive + + + + F200 + L200 + 200@hsesinfo.org + + + + + + + 6279 + 945 + 8 + 08CH0035 + 1989-05-01 + 2025-06-30 + CH + Rocky Mountain Development Council, Inc. + Inactive + + + + F3058 + L3058 + 3058@hsesinfo.org + + + + + + + 6280 + 1971 + 8 + 08CH0036 + 1992-06-01 + 2014-05-31 + CH + NORTHWEST MONTANA HEAD START, INC + Inactive + + + + F200 + L200 + 200@hsesinfo.org + + + + + + + 6281 + 1597 + 8 + 08CH0037 + 1987-01-01 + 2025-06-30 + CH + CHILD START, INC. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 6282 + 158 + 8 + 08CH0038 + 1992-07-01 + 2025-06-30 + CH + BISMARCK PUBLIC SCHOOL DISTRICT #1 + Inactive + + + + F42294 + L42294 + 42294@hsesinfo.org + + + + + + + 6283 + 1498 + 8 + 08CH0040 + 1991-12-01 + 2025-06-30 + CH + SOUTHEASTERN NORTH DAKOTA COMMUNITY ACTION AGENCY + Inactive + + + + + + + + + + + + + 6284 + 1619 + 8 + 08CH0041 + 1992-07-01 + 2025-06-30 + CH + GRAND FORKS PUBLIC SCHOOL DISTRICT #1 + Inactive + F3064 + L3064 + 3064@hsesinfo.org + + + + + + + + + + 6285 + 1226 + 8 + 08CH0042 + 1992-02-01 + 2015-01-31 + CH + Community Action Region VI + Inactive + + + + + + + + + + + + + 6286 + 1182 + 8 + 08CH0044 + 1994-06-01 + 2025-06-30 + CH + MINOT PUBLIC SCHOOL DISTRICT #1 + Inactive + + + + + + + + + + + + + 6287 + 185 + 8 + 08CH0046 + 1991-12-01 + 2025-06-30 + CH + TGU School District #60 + Inactive + F3064 + L3064 + 3064@hsesinfo.org + + + + + + + + + + 6288 + 1592 + 8 + 08CH0047 + 1992-06-01 + 2025-06-30 + CH + WILLISTON PUBLIC SCHOOL DISTRICT #1 (HEAD START) + Inactive + F3064 + L3064 + 3064@hsesinfo.org + + + + + + + + + + 6289 + 1185 + 8 + 08CH0048 + 1970-02-01 + 2025-06-30 + CH + Inter-Lakes Community Action Partnership + Inactive + F3064 + L3064 + 3064@hsesinfo.org + + + + + + + + + + 6290 + 286 + 8 + 08CH0049 + 2000-04-01 + 2015-03-31 + CH + OAHE CHILD DEVELOPMENT CENTER, INC. + Inactive + F3064 + L3064 + 3064@hsesinfo.org + + + + + + + + + + 6291 + 813 + 8 + 08CH0051 + 1992-06-01 + 2025-06-30 + CH + SIOUX FALLS INDEPENDENT SCHOOL DISTRICT + Inactive + F3064 + L3064 + 3064@hsesinfo.org + + + + + + + + + + 6292 + 1939 + 8 + 08CH0053 + 1990-04-01 + 2014-03-31 + CH + UNIVERSITY OF SOUTH DAKOTA + Inactive + F3064 + L3064 + 3064@hsesinfo.org + + + + + + + + + + 6293 + 208 + 8 + 08CH0055 + 1992-08-01 + 2025-06-30 + CH + Davis/Morgan/Summit Head Start Early Head Start + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + + + + + + 6294 + 1237 + 8 + 08CH0056 + 2001-02-01 + 2025-06-30 + CH + BEAR RIVER HEAD START + Inactive + F13544 + L13544 + 13544@hsesinfo.org + + + + + + + + + + 6305 + 1212 + 12 + 90CM9787 + 1998-03-01 + 2025-06-30 + CM + NORTHWEST COMMUNITY ACTION PROGRAMS OF WYOMING,INC. + Inactive + + + + + + + + + + + + + 6306 + 1513 + 2 + 02CH9878 + 1998-02-01 + 2012-01-31 + CH + Brooklyn Child and Family Services, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F2359 + L2359 + 2359@hsesinfo.org + + + + + + + 6314 + 1935 + 2 + 02CH9879 + 1998-02-01 + 2013-06-30 + CH + Phipps Community Development Corporation + Inactive + + + + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 6315 + 1352 + 2 + 02CH9880 + 1998-02-01 + 2025-06-30 + CH + United Academy Inc. + Inactive + + + + + + + + + + + + + 6324 + 2663 + 2 + 02CH9881 + 1998-02-01 + 2025-06-30 + CH + Project Social Care Head Start + Inactive + + + + + + + + + + + + + 6325 + 1705 + 2 + 02CH9882 + 1998-02-01 + 2013-06-30 + CH + Association to Benefit Children + Inactive + + + + + + + + + + + + + 6333 + 1013 + 5 + 05CH0520 + 1992-01-01 + 2016-09-30 + CH + Oakland Livingston Human Service Agency + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F2147 + L2147 + 2147@hsesinfo.org + + + + + + + 6334 + 586 + 5 + 05CH0585 + 2012-06-01 + 2025-06-30 + CH + TRI-COUNTY COMMUNITY ACTION PROGRAM, INC. + Inactive + + + + + + + + + + + + + 6335 + 618 + 5 + 05CH0607 + 1991-12-01 + 2025-06-30 + CH + Community Action Partnership + Inactive + F13564 + L13564 + 13564@hsesinfo.org + + + + + + + + + + 6336 + 800 + 5 + 05CH0620 + 1992-08-01 + 2025-06-30 + CH + Mahoning Youngstown Community Action Partnership + Inactive + + + + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 6376 + 1534 + 3 + 03CH2782 + 1992-01-01 + 2025-06-30 + CH + H.O.P.E. Community Services, Inc. + Inactive + + + + + + + + + + + + + 6377 + 2117 + 3 + 03CH3017 + 2000-01-01 + 2025-06-30 + CH + DORCHESTER COMMUNITY DEVELOPMENT CORPORATION + Inactive + + + + + + + + + + + + + 6378 + 2118 + 3 + 03CH3029 + 1998-01-01 + 2025-06-30 + CH + QUIN RIVER FOR COMMUNITY ACTION, INC. + Inactive + + + + + + + + + + + + + 6379 + 1820 + 3 + 03CH3106 + 2001-05-01 + 2025-06-30 + CH + SHIPPENSBURG UNIVERSITY OF PENNSYLVANIA + Inactive + F2417 + L2417 + 2417@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + + + + + + + 6380 + 1518 + 3 + 03CH3108 + 1992-05-01 + 2014-04-30 + CH + INDIANA COUNTY HEAD START, INC + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F14544 + L14544 + 14544@hsesinfo.org + + + + + + + 6381 + 1666 + 3 + 03CH3116 + 1992-07-01 + 2025-06-30 + CH + Northern Panhandle Head Start, Inc. + Inactive + F30521 + L30521 + 30521@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 6382 + 1994 + 3 + 03CH3232 + 1999-02-01 + 2025-06-30 + CH + Eastern Allegheny Council for Human + Inactive + + + + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 6383 + 1561 + 3 + 03CH3251 + 1992-06-01 + 2025-06-30 + CH + NICHOLAS COUNTY COMMUNITY ACTION ASSOC., INC. + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 6384 + 516 + 3 + 03CH3277 + 2003-09-01 + 2025-06-30 + CH + Southwestern Community Action Council, Inc. + Inactive + + + + + + + + + + + + + 6385 + 1470 + 3 + 03CH3289 + 1992-01-01 + 2025-06-30 + CH + MountainHeart Community Services, Inc. + Inactive + + + + + + + + + + + + + 6386 + 496 + 3 + 03CH3291 + 1999-09-01 + 2015-08-31 + CH + POCONO SERVICES FOR FAMILIES AND CHILDREN, INC. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + + + + + + + + + + 6387 + 1838 + 3 + 03CH3300 + 1992-08-01 + 2025-06-30 + CH + Williamsburg-James City Community + Inactive + + + + F33282 + L33282 + 33282@hsesinfo.org + + + + + + + 6388 + 2119 + 3 + 03CH0159 + 1993-06-01 + 1994-08-31 + CH + CALIFORNIA UNIVERSITY OF PENNSYLVANIA + Inactive + + + + + + + + + + + + + 6389 + 2120 + 3 + 03CH0359 + 1993-06-01 + 1993-09-30 + CH + BUCKS COUNTY HEAD START, INC + Inactive + + + + + + + + + + + + + 6390 + 2121 + 3 + 03CH2774 + 1993-01-01 + 1993-06-30 + CH + SCOTT COUNTY RURAL AREA DEVELOPMENT + Inactive + + + + + + + + + + + + + 6391 + 2122 + 3 + 03CH3118 + 1992-11-01 + 1993-08-31 + CH + DELAWARE COUNTY HEAD START, INC + Inactive + + + + + + + + + + + + + 6392 + 2123 + 3 + 03CH0375 + 1996-07-17 + 1997-08-31 + CH + UNIVERSITY OF MARYLAND, UNIVERSITY COLLEGE + Inactive + + + + + + + + + + + + + 6395 + 1509 + 1 + 01CH0230 + 2001-09-01 + 2010-08-31 + CH + HEAD START BOARD OF DIRECTORS, INC + Inactive + + + + + + + + + + + + + 6396 + 448 + 4 + 04CH0027 + 1992-09-01 + 2025-06-30 + CH + COASTAL COMMUNITY ACTION, INC. + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 6397 + 1495 + 4 + 04CH0029 + 1992-07-01 + 2025-06-30 + CH + COMMUNITY ACTION SERVICE OF MORGAN COUNTY HEAD START + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 6398 + 395 + 4 + 04CH0047 + 1992-07-01 + 2025-06-30 + CH + CITY OF CHATTANOOGA HUMAN SERVICES DEPT + Inactive + + + + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 6399 + 2126 + 4 + 04CH0108 + 1992-07-01 + 1993-06-30 + CH + WEST KENTUCKY ALLIED SERVICES + Inactive + + + + + + + + + + + + + 6400 + 1174 + 4 + 04CH0110 + 1992-04-01 + 2025-06-30 + CH + MCINTOSH TRAIL EARLY CHILDHOOD DEVELOPMENT + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 6401 + 1371 + 4 + 04CH0119 + 1992-08-01 + 2025-06-30 + CH + DADE COUNTY BOARD OF COUNTY COMMISSIONERS + Inactive + + + + F11756 + L11756 + 11756@hsesinfo.org + + + + + + + 6402 + 1318 + 4 + 04CH0149 + 1992-01-01 + 2025-06-30 + CH + BETHLEHEM CENTER OF CHARLOTTE, INC. + Inactive + F2001 + L2001 + 2001@hsesinfo.org + + + + + + + + + + 6403 + 459 + 4 + 04CH0150 + 1991-12-01 + 2025-06-30 + CH + EARLY EDUCATION AND CARE, INC. + Inactive + + + + F2078 + L2078 + 2078@hsesinfo.org + + + + + + + 6404 + 1522 + 4 + 04CH0170 + 1992-07-01 + 2025-06-30 + CH + Childhood Development Services, Inc. + Inactive + F13325 + L13325 + 13325@hsesinfo.org + + + + + + + + + + 6405 + 1269 + 4 + 04CH0173 + 1992-08-01 + 2025-06-30 + CH + PINEBELT ASSOCIATION FOR COMMUNITY ENHANCEMENT + Inactive + F2065 + L2065 + 2065@hsesinfo.org + + + + + + + + + + 6406 + 885 + 4 + 04CH0178 + 1992-09-01 + 2014-06-30 + CH + OPERATION BREAKTHROUGH, INC + Inactive + + + + + + + + + + + + + 6407 + 2127 + 4 + 04CH0184 + 1991-12-01 + 2025-06-30 + CH + HEAD START OF ALAMANCE AND CASWELL COUNTIES + Inactive + + + + + + + + + + + + + 6408 + 1639 + 4 + 04CH0203 + 1992-06-01 + 2025-06-30 + CH + JEFFERSON COUNTY CHILD DEVELOPMENT COUNCIL, INC + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 6409 + 256 + 4 + 04CH0226 + 1992-01-01 + 2025-06-30 + CH + Family Resource Agency, Inc. + Inactive + + + + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 6410 + 1440 + 4 + 04CH0227 + 1992-01-01 + 2025-06-30 + CH + SEQUATCHIE VALLEY PLANNING & DEVELOPMENT DISTRICT + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 6411 + 1459 + 4 + 04CH0241 + 1991-12-01 + 2025-06-30 + CH + GADSDEN COUNTY SCHOOL DISTRICT + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + + + + + + + 6412 + 804 + 4 + 04CH0264 + 1992-07-01 + 2025-06-30 + CH + ROCKINGHAM COUNTY HEAD START PROGRAM + Inactive + F2001 + L2001 + 2001@hsesinfo.org + + + + + + + + + + 6413 + 1945 + 4 + 04CH0265 + 1992-04-01 + 2025-06-30 + CH + INTERMOUNTAIN CHILDREN'S SERVICES, INC + Inactive + + + + + + + + + + + + + 6414 + 512 + 4 + 04CH0280 + 2010-08-01 + 2025-06-30 + CH + Jefferson County Board of Education + Inactive + + + + F11679 + L11679 + 11679@hsesinfo.org + + + + + + + 6415 + 654 + 4 + 04CH0288 + 1992-09-01 + 2025-06-30 + CH + COMMUNITY COORDINATED CARE FOR CHILDREN, INC. + Inactive + F13510 + L13510 + 13510@hsesinfo.org + + + + + + + + + + 6416 + 653 + 4 + 04CH0313 + 2011-02-01 + 2025-06-30 + CH + MIDDLE GEORGIA COMMUNITY ACTION AGENCY + Inactive + + + + F42900 + L42900 + 42900@hsesinfo.org + + + + + + + 6417 + 2128 + 4 + 04CH0315 + 1996-12-01 + 1997-11-30 + CH + WHITFIELD PARENT & CHILD CENTER, INC + Inactive + + + + + + + + + + + + + 6418 + 369 + 4 + 04CH0317 + 2014-01-01 + 2016-06-30 + CH + SOUTHEAST ALABAMA REGIONAL PLAN DEVELOPMENT COMMISSION + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F13741 + L13741 + 13741@hsesinfo.org + + + + + + + 6419 + 358 + 4 + 04CH0319 + 1992-07-01 + 2025-06-30 + CH + SAMPSON COUNTY DEPARTMENT OF HUMAN RESOURCES + Inactive + F2065 + L2065 + 2065@hsesinfo.org + + + + + + + + + + 6420 + 1660 + 4 + 04CH0320 + 1992-07-01 + 2025-06-30 + CH + EASTERN CATAWBA COOP-CHRISTIAN MINISTRY, INC + Inactive + F2065 + L2065 + 2065@hsesinfo.org + + + + + + + + + + 6421 + 1171 + 4 + 04CH0321 + 1992-07-01 + 2025-06-30 + CH + OKALOOSA COUNTY COMPREHENSIVE HEADSTART CHILD DEV INC + Inactive + + + + F2078 + L2078 + 2078@hsesinfo.org + + + + + + + 6422 + 362 + 4 + 04CH0322 + 2011-07-01 + 2014-06-30 + CH + AGRICULTURAL & LABOR PROGRAM, INC + Inactive + F13740 + L13740 + 13740@hsesinfo.org + + + + + + + + + + 6423 + 244 + 8 + 08CH0057 + 2001-02-01 + 2014-01-31 + CH + SOUTHERN UTAH UNIVERSITY + Inactive + + + + + + + + + + + + + 6424 + 1602 + 8 + 08CH0058 + 1991-09-01 + 2025-06-30 + CH + OGDEN-WEBER COMMUNITY ACTION PARTNERSHIP, INC. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + + + + + + + + + + 6425 + 1421 + 8 + 08CH0059 + 1996-12-01 + 2025-06-30 + CH + RURAL UTAH CHILD DEVELOPMENT + Inactive + F3032 + L3032 + 3032@hsesinfo.org + + + + + + + + + + 6426 + 1280 + 8 + 08CH0060 + 1990-05-01 + 2015-04-30 + CH + Mountainland Head Start, Inc + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + + + + + + 6427 + 1417 + 8 + 08CH0061 + 1991-01-01 + 2025-06-30 + CH + SALT LAKE COMMUNITY ACTION PROGRAM + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + + + + + + 6428 + 1260 + 8 + 08CH0063 + 1992-09-01 + 2025-06-30 + CH + WYOMING CHILD AND FAMILY DEVELOPMENT, INC. + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F3061 + L3061 + 3061@hsesinfo.org + + + + + + + 6429 + 264 + 8 + 08CH0066 + 1992-09-01 + 2015-08-31 + CH + ABSAROKA HEAD START + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F3061 + L3061 + 3061@hsesinfo.org + + + + + + + 6430 + 982 + 8 + 08CH0076 + 1990-03-01 + 2025-06-30 + CH + YOUTH & FAMILY SERVICES HEAD START + Inactive + F3064 + L3064 + 3064@hsesinfo.org + + + + + + + + + + 6431 + 1454 + 8 + 08CH0078 + 1991-01-01 + 2025-06-30 + CH + ROCKY MOUNTAIN SER/JOBS FOR + Inactive + + + + + + + + + + + + + 6432 + 1676 + 8 + 08CH0083 + 1990-02-01 + 2015-01-31 + CH + ILIFF COMMUNITY CENTER, INC + Inactive + F3056 + L3056 + 3056@hsesinfo.org + + + + + + + + + + 6433 + 271 + 8 + 08CH0088 + 1990-09-01 + 2025-06-30 + CH + HUMAN RESOURCES COUNCIL DISTRICT XII + Inactive + + + + F200 + L200 + 200@hsesinfo.org + + + + + + + 6434 + 1589 + 8 + 08CH0089 + 1991-01-01 + 2025-06-30 + CH + SOUTH CENTRAL CHILD DEVELOPMENT, INC + Inactive + F3064 + L3064 + 3064@hsesinfo.org + + + + + + + + + + 6435 + 375 + 8 + 08CH0092 + 2000-01-01 + 2014-06-30 + CH + Community Action of Laramie County Inc. + Inactive + + + + F3061 + L3061 + 3061@hsesinfo.org + + + + + + + 6436 + 518 + 8 + 08CH0094 + 1992-09-01 + 2025-06-30 + CH + HOUSING, INDUSTRY, TRAINING, INC + Inactive + F3064 + L3064 + 3064@hsesinfo.org + + + + + + + + + + 6437 + 2239 + 8 + 08CH0095 + 1995-01-01 + 2025-06-30 + CH + CHILDREN'S SERVICES OF COLORADO, INC. + Inactive + + + + + + + + + + + + + 6438 + 1688 + 8 + 08CH0096 + 1991-02-01 + 2025-06-30 + CH + LAKE COUNTY SCHOOL DISTRICT #1 + Inactive + F3032 + L3032 + 3032@hsesinfo.org + + + + + + + + + + 6439 + 210 + 8 + 08CH0097 + 1992-02-01 + 2025-06-30 + CH + COMMUNITY ACTION PARTNERSHIP, Inc. + Inactive + F3064 + L3064 + 3064@hsesinfo.org + + + + + + + + + + 6440 + 2240 + 8 + 08CH0098 + 1991-02-01 + 1994-05-31 + CH + CENTRAL MONTANA DISTRICT VI, HUMAN + Inactive + + + + + + + + + + + + + 6441 + 1187 + 8 + 08CH0099 + 1991-04-01 + 2025-06-30 + CH + DISTRICT IX HUMAN RESOURCE DEVELOPMENT COUNCIL, INC. + Inactive + + + + + + + + + + + + + 6442 + 932 + 8 + 08CH0100 + 1991-04-01 + 2025-06-30 + CH + Montrose County School District RE-1J + Inactive + + + + F3061 + L3061 + 3061@hsesinfo.org + + + + + + + 6443 + 1842 + 8 + 08CH0101 + 1991-02-01 + 2016-06-30 + CH + MAYVILLE STATE UNIVERSITY + Inactive + + + + F42294 + L42294 + 42294@hsesinfo.org + + + + + + + 6444 + 2241 + 8 + 08CH0102 + 1994-07-01 + 1995-07-31 + CH + BIG COUNTRY EDUCATIONAL COOPERATIVE + Inactive + + + + + + + + + + + + + 6445 + 136 + 8 + 08CH0103 + 1992-02-01 + 2016-01-31 + CH + AKRON UNITED METHODIST CHURCH + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F3061 + L3061 + 3061@hsesinfo.org + + + + + + + 6446 + 904 + 8 + 08CH0104 + 1992-09-29 + 2014-06-30 + CH + SWEETWATER COUNTY SCHOOL DISTRICT NO 1 + Inactive + + + + F3061 + L3061 + 3061@hsesinfo.org + + + + + + + 6447 + 1176 + 8 + 08CH0105 + 1992-03-01 + 2025-06-30 + CH + SALIDA SCHOOL DISTRICT R-32-J + Inactive + + + + F3061 + L3061 + 3061@hsesinfo.org + + + + + + + 6448 + 1130 + 8 + 08CH0106 + 1992-09-29 + 2025-06-30 + CH + ACTION FOR EASTERN MONTANA + Inactive + + + + F3058 + L3058 + 3058@hsesinfo.org + + + + + + + 6449 + 2242 + 8 + 08CH0107 + 1996-02-01 + 1997-06-30 + CH + DISTRICT XI HUMAN RESOURCE COUNCIL + Inactive + + + + + + + + + + + + + 6450 + 1550 + 8 + 08CH0108 + 1993-09-01 + 2025-06-30 + CH + BRUSH UNITED METHODIST CHURCH + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 6451 + 1457 + 8 + 08CH0109 + 1993-09-01 + 2025-06-30 + CH + TECHNOLOGY FOR RURAL ENHANCEMENT OF COMMUNITIES + Inactive + F3064 + L3064 + 3064@hsesinfo.org + + + + + + + + + + 6452 + 2243 + 8 + 08CH0110 + 1993-02-01 + 2004-01-31 + CH + BEAR RIVER HEAD START + Inactive + + + + + + + + + + + + + 6453 + 1329 + 8 + 08CH0111 + 1994-06-01 + 2025-06-30 + CH + CENTRAL MONTANA HEAD START + Inactive + + + + F3058 + L3058 + 3058@hsesinfo.org + + + + + + + 6454 + 1393 + 8 + 08CH0112 + 1994-09-01 + 2025-06-30 + CH + Wray School District RD-2 + Inactive + + + + F200 + L200 + 200@hsesinfo.org + + + + + + + 6455 + 1319 + 8 + 08CH0113 + 1994-02-01 + 2025-06-30 + CH + KOOTENAI VALLEY HEAD START INC + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 6456 + 1595 + 8 + 08CH0114 + 1994-07-01 + 2014-06-30 + CH + LINCOLN-UINTA CHILD DEVELOPMENT ASSOCIATION + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F3061 + L3061 + 3061@hsesinfo.org + + + + + + + 6457 + 1961 + 6 + 06CH5670 + 2009-01-01 + 2025-06-30 + CH + Community Action Development Corporation + Inactive + + + + + + + + + + + + + 6458 + 1056 + 5 + 05CH0695 + 1992-01-01 + 2025-06-30 + CH + Economic Opportunity Planning Association of Greater + Inactive + + + + F14177 + L14177 + 14177@hsesinfo.org + + + + + + + 6459 + 870 + 5 + 05CH0734 + 1997-12-01 + 2013-11-30 + CH + COOPERATIVE EDUCATIONAL SERVICE AGENCY #11 + Inactive + + + + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 6460 + 922 + 5 + 05CH0736 + 1992-04-01 + 2025-06-30 + CH + ARROWHEAD ECONOMIC OPPORTUNITY AGENCY + Inactive + + + + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 6461 + 1089 + 5 + 05CH0741 + 2009-08-01 + 2015-07-31 + CH + Community Action Program of Evansville, Inc. + Inactive + + + + F31147 + L31147 + 31147@hsesinfo.org + + + + + + + 6462 + 2617 + 5 + 05CH0746 + 1992-08-01 + 2025-06-30 + CH + SAGINAW COUNTY COMMUNITY ACTION COMMITTEE, INC. + Inactive + + + + + + + + + + + + + 6463 + 217 + 5 + 05CH0790 + 1989-08-01 + 2013-07-31 + CH + WASHTENAW COUNTY + Inactive + + + + + + + + + + + + + 6464 + 832 + 5 + 05CH0808 + 1989-08-01 + 2013-06-30 + CH + Genesee County Community Action Resource Department + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F13233 + L13233 + 13233@hsesinfo.org + + + + + + + 6465 + 868 + 5 + 05CH0809 + 1992-01-01 + 2025-06-30 + CH + BCMW COMMUNITY SERVICES, INC + Inactive + F13564 + L13564 + 13564@hsesinfo.org + + + + + + + + + + 6466 + 1046 + 5 + 05CH0840 + 1992-01-01 + 2025-06-30 + CH + ADAMS-BROWN COUNTIES ECONOMIC OPPORTUNITIES, INC. + Inactive + F25174 + L25174 + 25174@hsesinfo.org + + + + + + + + + + 6467 + 570 + 5 + 05CH0875 + 1992-03-01 + 2025-06-30 + CH + ALLEGAN COUNTY RESOURCE DEVELOPMENT COMMITTEE, INC. + Inactive + + + + + + + + + + + + + 6468 + 1540 + 5 + 05CH1111 + 1992-01-01 + 2025-06-30 + CH + Catholic Charities, Diocese of Joliet, Inc. + Inactive + F25174 + L25174 + 25174@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + + + + + + + 6469 + 903 + 5 + 05CH2000 + 2005-07-01 + 2025-06-30 + CH + FAYETTE COUNTY SCHOOL CORPORATION + Inactive + + + + + + + + + + + + + 6470 + 1418 + 5 + 05CH2034 + 1993-09-01 + 2025-06-30 + CH + Community Care in Union County, Inc. + Inactive + + + + + + + + + + + + + 6471 + 2618 + 5 + 05CH4000 + 1996-02-01 + 1997-01-31 + CH + LAKE COUNTY ECONOMIC OPPORTUNITY COUNCIL, INC + Inactive + + + + + + + + + + + + + 6472 + 232 + 5 + 05CH4010 + 1992-08-01 + 2025-06-30 + CH + LINCOLN HILLS DEVELOPMENT CORPORATION + Inactive + + + + + + + + + + + + + 6473 + 770 + 5 + 05CH4011 + 1992-08-01 + 2025-06-30 + CH + Capital Area Community Services, Inc. + Inactive + + + + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 6474 + 2619 + 5 + 05CH4013 + 1992-01-01 + 1993-07-31 + CH + SHAWNEE DEVELOPMENT COUNCIL + Inactive + + + + + + + + + + + + + 6475 + 1548 + 5 + 05CH4014 + 1992-03-01 + 2013-06-30 + CH + COMMUNITY ACTION OF EAST CENTRAL INDIANA, INC + Inactive + + + + + + + + + + + + + 6476 + 1083 + 5 + 05CH4015 + 1994-09-01 + 2025-06-30 + CH + Cardinal Services, Inc. of Indiana + Inactive + + + + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 6477 + 511 + 5 + 05CH4016 + 1992-09-01 + 2025-06-30 + CH + Blue Water Community Action + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 6478 + 1027 + 5 + 05CH4018 + 1992-05-01 + 2025-06-30 + CH + DECATUR-MACON COUNTY OPPORTUNITIES CORPORATION + Inactive + + + + + + + + + + + + + 6479 + 438 + 5 + 05CH4020 + 1998-04-01 + 2025-06-30 + CH + LICKING COUNTY ECONOMIC ACTION DEVELOPMENT STUDY, INC. + Inactive + + + + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 6480 + 207 + 5 + 05CH4021 + 1992-08-01 + 2016-07-31 + CH + Lorain County Community Action Agency + Inactive + + + + F42111 + L42111 + 42111@hsesinfo.org + + + + + + + 6481 + 275 + 5 + 05CH4022 + 1992-08-01 + 2025-06-30 + CH + Stark County Community Action Agency + Inactive + + + + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 6482 + 1299 + 5 + 05CH4023 + 1991-01-01 + 2025-06-30 + CH + Jefferson County Community Action Council, Inc. + Inactive + + + + F15967 + L15967 + 15967@hsesinfo.org + + + + + + + 6483 + 781 + 5 + 05CH4026 + 1992-04-01 + 2015-06-30 + CH + Community and Economic Development Association of Cook + Inactive + F13564 + L13564 + 13564@hsesinfo.org + + + + + + + + + + 6484 + 2620 + 5 + 05CH4027 + 1992-03-01 + 2025-06-30 + CH + COMMUNITY ACTION OF GREATER INDIANAPOLIS, INC. + Inactive + + + + + + + + + + + + + 6485 + 266 + 5 + 05CH4029 + 1992-01-01 + 2015-12-31 + CH + Community Action Committee of Pike County, Inc. + Inactive + + + + F33449 + L33449 + 33449@hsesinfo.org + + + + + + + 6486 + 935 + 5 + 05CH4030 + 1992-05-01 + 2025-06-30 + CH + HARCATUS Tri-County Community Action Organization + Inactive + + + + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 6487 + 1172 + 5 + 05CH4037 + 1992-01-01 + 2025-06-30 + CH + PICKAWAY COUNTY COMMUNITY ACTION ORGANIZATION, INC. + Inactive + + + + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 6488 + 889 + 5 + 05CH4040 + 1992-04-01 + 2025-06-30 + CH + COMMUNITY ACTION OF SOUTHERN INDIANA + Inactive + + + + + + + + + + + + + 6489 + 1987 + 5 + 05CH4041 + 2001-04-01 + 2014-03-31 + CH + INTER-COUNTY COMMUNITY COUNCIL, INC. + Inactive + + + + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 6490 + 1166 + 5 + 05CH4043 + 1992-01-01 + 2025-06-30 + CH + Kokomo Center Township Consolidated School Corporation + Inactive + + + + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 6491 + 1472 + 5 + 05CH4046 + 1998-04-01 + 2025-06-30 + CH + OTTER TAIL-WADENA COMMUNITY ACTION COUNCIL, INC + Inactive + + + + + + + + + + + + + 6492 + 123 + 5 + 05CH4047 + 2012-12-01 + 2014-06-30 + CH + SOUTH CENTRAL COMMUNITY ACTION PROGRAM + Inactive + + + + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 6493 + 1956 + 5 + 05CH4051 + 1992-09-01 + 2025-06-30 + CH + MACOMB COUNTY COMMUNITY SERVICES AGENCY + Inactive + + + + + + + + + + + + + 6494 + 1292 + 5 + 05CH4054 + 1992-07-01 + 2025-06-30 + CH + COMMUNITY ACTION AGENCY + Inactive + + + + + + + + + + + + + 6495 + 1370 + 5 + 05CH4056 + 1992-04-01 + 2025-06-30 + CH + City of Rockford, Human Services Department + Inactive + + + + F14177 + L14177 + 14177@hsesinfo.org + + + + + + + 6533 + 1011 + 2 + 02CH1424 + 1992-02-01 + 2014-06-30 + CH + P.E.A.C.E., Inc. + Inactive + + + + + + + + + + + + + 6534 + 983 + 2 + 02CH2010 + 1992-09-01 + 2025-06-30 + CH + Schuyler Head Start, Inc. + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F2359 + L2359 + 2359@hsesinfo.org + + + + + + + 6535 + 1515 + 2 + 02CH2031 + 1992-06-01 + 2015-06-30 + CH + Adirondack Community Action Programs, Inc. + Inactive + F2340 + L2340 + 2340@hsesinfo.org + + + + + + + + + + 6536 + 336 + 2 + 02CH2032 + 1992-06-01 + 2014-05-31 + CH + Cortland County Community Action Program + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F2359 + L2359 + 2359@hsesinfo.org + + + + + + + 6537 + 2088 + 2 + 02CH2149 + 1994-09-01 + 2025-06-30 + CH + Comlinks + Inactive + + + + + + + + + + + + + 6538 + 877 + 2 + 02CH2226 + 1992-05-01 + 2014-06-30 + CH + Jersey City Child Development Centers, Inc. + Inactive + + + + + + + + + + + + + 6539 + 1680 + 2 + 02CH8455 + 1967-09-01 + 2014-06-30 + CH + Department of Human Services (V.I) + Inactive + + + + + + + + + + + + + 6540 + 1034 + 2 + 02CH9877 + 1992-02-01 + 2015-01-31 + CH + SAN JUAN CITY DEPARTMENT OF FAMILY SERVICES + Inactive + F2342 + L2342 + 2342@hsesinfo.org + + + + + + + + + + 6541 + 2089 + 2 + 02CH0252 + 1986-01-01 + 2025-06-30 + CH + UNION TOWNSHIP PUBLIC SCHOOL + Inactive + + + + + + + + + + + + + 6543 + 1028 + 3 + 03CH0002 + 1992-01-01 + 2013-12-31 + CH + Allegheny Lutheran Social Ministries, Inc. + Inactive + + + + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 6544 + 556 + 3 + 03CH0003 + 1998-07-01 + 2014-06-30 + CH + Regional Education Service Agency VIII + Inactive + + + + F14544 + L14544 + 14544@hsesinfo.org + + + + + + + 6545 + 2091 + 3 + 03CH0007 + 1999-02-01 + 2025-06-30 + CH + Juniata County Child Care & Development Services, Inc. + Inactive + + + + + + + + + + + + + 6546 + 1415 + 3 + 03CH0008 + 2008-08-01 + 2014-07-31 + CH + Cen-Clear Child Services, Inc. + Inactive + + + + + + + + + + + + + 6547 + 1499 + 3 + 03CH0009 + 1997-07-01 + 2025-06-30 + CH + Warren & Forest Ctys Economic Opportunity Council, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + + + + + + 6548 + 422 + 3 + 03CH0011 + 1992-02-01 + 2025-06-30 + CH + MONTGOMERY COUNTY HEAD START PROGRAM, INC + Inactive + + + + + + + + + + + + + 6549 + 1229 + 3 + 03CH0017 + 1992-08-01 + 2025-06-30 + CH + Fayette County Child Development, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + + + + + + + + + + 6550 + 1209 + 3 + 03CH0018 + 2000-08-01 + 2025-06-30 + CH + Adams County Children's Education Special Services, Inc. + Inactive + + + + F2187 + L2187 + 2187@hsesinfo.org + + + + + + + 6551 + 1430 + 3 + 03CH0023 + 1992-07-01 + 2025-06-30 + CH + Upshur Human Resources, Inc. + Inactive + F30521 + L30521 + 30521@hsesinfo.org + + + + + + + + + + 6552 + 2092 + 3 + 03CH0039 + 1992-08-01 + 2025-06-30 + CH + PRESCHOOL DEVELOPMENT PROGRAMS, INC + Inactive + + + + + + + + + + + + + 6553 + 737 + 3 + 03CH0040 + 1998-08-01 + 2025-06-30 + CH + School District of Pittsburgh + Inactive + F30521 + L30521 + 30521@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 6554 + 299 + 3 + 03CH0136 + 1991-12-01 + 2015-08-31 + CH + People Incorporated of Virginia + Inactive + + + + F2187 + L2187 + 2187@hsesinfo.org + + + + + + + 6555 + 1564 + 3 + 03CH0138 + 1992-01-01 + 2025-06-30 + CH + Tri - County Community Action Agency, Inc. + Inactive + F2417 + L2417 + 2417@hsesinfo.org + + + + + + + + + + 6556 + 1356 + 3 + 03CH0139 + 1988-12-01 + 2014-11-30 + CH + Eastern Shore AAA/CAA + Inactive + + + + + + + + + + + + + 6557 + 1117 + 3 + 03CH0140 + 1996-12-01 + 2025-06-30 + CH + Central Susquehanna Intermediate Unit + Inactive + F14907 + L14907 + 14907@hsesinfo.org + + + + + + + + + + 6558 + 269 + 3 + 03CH0141 + 2008-12-01 + 2013-11-30 + CH + Presbytery of Philadelphia + Inactive + F14907 + L14907 + 14907@hsesinfo.org + + + + + + + + + + 6559 + 1406 + 3 + 03CH0145 + 1992-07-01 + 2025-06-30 + CH + Greenbrier County Board Of Education + Inactive + + + + F14544 + L14544 + 14544@hsesinfo.org + + + + + + + 6560 + 1057 + 3 + 03CH0157 + 1998-12-01 + 2025-06-30 + CH + Council of Three Rivers American Indian Center, Inc. + Inactive + + + + + + + + + + + + + 6561 + 1712 + 3 + 03CH0160 + 2001-01-01 + 2025-06-30 + CH + LUZERNE COUNTY HEAD START, INC + Inactive + F2417 + L2417 + 2417@hsesinfo.org + F14544 + L14544 + 14544@hsesinfo.org + + + + + + + 6562 + 1383 + 3 + 03CH0161 + 1992-06-01 + 2025-06-30 + CH + Kids Central, Inc. + Inactive + + + + + + + + + + + + + 6563 + 1167 + 3 + 03CH0162 + 1991-12-01 + 2025-06-30 + CH + Lee County School District + Inactive + + + + F2187 + L2187 + 2187@hsesinfo.org + + + + + + + 6564 + 1658 + 3 + 03CH0163 + 1998-08-01 + 2013-07-31 + CH + FRANKLIN CTY HEAD START PROGRAM, INC. + Inactive + + + + + + + + + + + + + 6565 + 1731 + 3 + 03CH0164 + 1992-07-01 + 2025-06-30 + CH + Orange County Board of Education + Inactive + + + + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 6566 + 853 + 3 + 03CH0165 + 1991-12-01 + 2025-06-30 + CH + North Penn Comprehensive Health Services, Inc. + Inactive + + + + + + + + + + + + + 6567 + 1458 + 3 + 03CH0166 + 2008-08-01 + 2015-07-31 + CH + New Castle County Head Start, Inc. + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + + + + + + + 6568 + 1049 + 3 + 03CH0167 + 2001-01-01 + 2013-12-31 + CH + Lancaster-Lebanon Intermediate Unit #13 + Inactive + + + + + + + + + + + + + 6569 + 994 + 3 + 03CH0168 + 1978-01-01 + 2025-06-30 + CH + Huntingdon County Child and Adult + Inactive + + + + + + + + + + + + + 6570 + 573 + 3 + 03CH0169 + 1990-04-01 + 2015-03-31 + CH + Columbia Day Care Program, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F14544 + L14544 + 14544@hsesinfo.org + + + + + + + 6571 + 462 + 3 + 03CH0171 + 2000-04-01 + 2015-03-31 + CH + BUTLER COUNTY CHILDREN'S CENTER, INC + Inactive + + + + + + + + + + + + + 6572 + 253 + 3 + 03CH0192 + 2000-12-01 + 2025-06-30 + CH + Maryland Rural Development Corporation + Inactive + F2417 + L2417 + 2417@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 6573 + 2093 + 3 + 03CH0193 + 1991-12-01 + 2025-06-30 + CH + PHILADELPHIA CITY HOUSING AUTHORITY + Inactive + + + + + + + + + + + + + 6574 + 1582 + 3 + 03CH0194 + 1991-12-01 + 2025-06-30 + CH + Buchanan County Board of Supervisors + Inactive + F30521 + L30521 + 30521@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + + + + + + + 6575 + 1127 + 3 + 03CH0207 + 1997-07-01 + 2025-06-30 + CH + MAYOR & CITY COUNCIL OF BALTIMORE CITY + Inactive + + + + + + + + + + + + + 6576 + 423 + 3 + 03CH0208 + 1992-07-01 + 2025-06-30 + CH + Philadelphia School District + Inactive + + + + F14544 + L14544 + 14544@hsesinfo.org + + + + + + + 6577 + 874 + 3 + 03CH0212 + 1992-04-01 + 2025-06-30 + CH + YMCA OF CENTRAL MARYLAND, INC. + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F14544 + L14544 + 14544@hsesinfo.org + + + + + + + 6578 + 694 + 3 + 03CH0230 + 1998-12-01 + 2025-06-30 + CH + CHESTER COUNTY INTERMEDIATE UNIT + Inactive + F2417 + L2417 + 2417@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 6579 + 2094 + 3 + 03CH0232 + 1998-08-01 + 2025-06-30 + CH + LAWRENCE COUNTY HEAD START, INC. + Inactive + + + + + + + + + + + + + 6580 + 1090 + 6 + 06CH5671 + 2002-12-01 + 2025-06-30 + CH + LITTLE DIXIE COMMUNITY ACTION AGENCY, INC + Inactive + + + + + + + + + + + + + 6581 + 1327 + 6 + 06CH5673 + 2001-09-01 + 2015-07-31 + CH + STONEWALL HEAD START, INC. + Inactive + + + + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 6582 + 1464 + 6 + 06CH5674 + 2001-03-01 + 2015-02-28 + CH + EASTERN PLAINS COMMUNITY ACTION AGENCY, INC + Inactive + + + + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 6583 + 1189 + 6 + 06CH5676 + 2006-12-01 + 2025-06-30 + CH + Delta Community Action Foundation, Inc. + Inactive + + + + + + + + + + + + + 6584 + 1640 + 6 + 06CH5677 + 2008-03-01 + 2015-02-28 + CH + Washita Valley Community Action Council + Inactive + F2185 + L2185 + 2185@hsesinfo.org + + + + + + + + + + 6585 + 1030 + 6 + 06CH5678 + 2008-12-01 + 2010-12-31 + CH + COOKSON HILLS CAF, INC. + Inactive + + + + + + + + + + + + + 6586 + 754 + 6 + 06CH5680 + 2005-03-01 + 2025-06-30 + CH + OZARK OPPORTUNITIES, INC + Inactive + + + + + + + + + + + + + 6587 + 2201 + 6 + 06CH5681 + 1992-06-01 + 1992-12-31 + CH + FREDERICKSBURG CHILD DEVELOPMENT AGENCY + Inactive + + + + + + + + + + + + + 6588 + 1586 + 6 + 06CH5683 + 2006-05-01 + 2025-06-30 + CH + CROWLEY'S RIDGE DEVELOPMENT COUNCIL, INC. + Inactive + + + + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 6589 + 1943 + 6 + 06CH5684 + 2006-09-01 + 2025-06-30 + CH + MID-WEST NEW MEXICO COMMUNITY ACTION PROGRAM + Inactive + + + + F2204 + L2204 + 2204@hsesinfo.org + + + + + + + 6590 + 1007 + 6 + 06CH5694 + 2007-05-01 + 2012-06-30 + CH + NORTHEAST OK COMMUNITY ACTION AGENCY, INC + Inactive + F3061 + L3061 + 3061@hsesinfo.org + + + + + + + + + + 6591 + 168 + 6 + 06CH5696 + 2007-06-01 + 2016-06-30 + CH + El Grito, Inc. Head Start + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + + + + + + + 6592 + 161 + 6 + 06CH6007 + 2008-06-01 + 2014-05-31 + CH + REGINA COELI CHILD DEVELOPMENT CENTER, INC + Inactive + + + + + + + + + + + + + 6593 + 1290 + 6 + 06CH6008 + 2004-02-01 + 2025-06-30 + CH + INCA COMMUNITY SERVICES, INC + Inactive + + + + + + + + + + + + + 6594 + 2202 + 6 + 06CH6017 + 2001-04-01 + 2002-03-08 + CH + CENTRAL OKLAHOMA COMMUNITY ACTION AGENCY + Inactive + + + + + + + + + + + + + 6595 + 567 + 6 + 06CH6041 + 2005-08-01 + 2014-07-31 + CH + SAN FELIPE DEL RIO C. I. S. D. + Inactive + F2185 + L2185 + 2185@hsesinfo.org + + + + + + + + + + 6596 + 164 + 6 + 06CH6042 + 2008-04-01 + 2025-06-30 + CH + PLANO INDEPENDENT SCHOOL DISTRICT + Inactive + + + + F12886 + L12886 + 12886@hsesinfo.org + + + + + + + 6597 + 255 + 6 + 06CH6079 + 2006-02-01 + 2016-01-31 + CH + Community Action Corporation Of South Texas + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2179 + L2179 + 2179@hsesinfo.org + + + + + + + 6598 + 1304 + 6 + 06CH6372 + 2008-02-01 + 2025-06-30 + CH + Big Five Community Services, Inc. + Inactive + + + + F2204 + L2204 + 2204@hsesinfo.org + + + + + + + 6599 + 1850 + 6 + 06CH6376 + 2007-02-01 + 2025-06-30 + CH + Caddo Parish Commission-Caddo Community Action Agency, + Inactive + + + + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 6600 + 2203 + 6 + 06CH6396 + 1996-07-01 + 1997-06-30 + CH + TRI COUNTY HEADSTART + Inactive + + + + + + + + + + + + + 6601 + 890 + 6 + 06CH6994 + 2006-09-01 + 2015-08-31 + CH + MIDLAND INDEPENDENT SCHOOL DISTRICT + Inactive + + + + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 6602 + 2204 + 6 + 06CH0181 + 1991-12-01 + 1993-02-28 + CH + MOTIVATION EDUCATION & TRAINING OF LOUISIANA, INC + Inactive + + + + + + + + + + + + + 6603 + 2205 + 6 + 06CH5043 + 1992-06-01 + 1993-05-31 + CH + GREAT PLAINS IMPROVEMENT FOUNDATION, INC + Inactive + + + + + + + + + + + + + 6604 + 2206 + 6 + 06CH0024 + 1993-08-01 + 1994-07-31 + CH + ST LANDRY PARISH COMMUNITY ACTION AGENCY + Inactive + + + + + + + + + + + + + 6605 + 2207 + 6 + 06CH0397 + 1993-08-01 + 1994-12-31 + CH + PROJECT CELEBRATION, INC. + Inactive + + + + + + + + + + + + + 6606 + 2208 + 6 + 06CH0831 + 1993-04-01 + 1995-03-31 + CH + ALBUQUERQUE BERNALILLO COUNTY ECONOMIC OPPORTUNITY BD + Inactive + + + + + + + + + + + + + 6607 + 2209 + 6 + 06CH5107 + 1993-03-01 + 1993-12-06 + CH + MUSKOGEE COUNTY COMMUNITY SERVICES PROGRAM + Inactive + + + + + + + + + + + + + 6608 + 2210 + 6 + 06CH0401 + 1993-12-01 + 1996-04-30 + CH + ECONOMIC DEVELOPMENT AGENCY + Inactive + + + + + + + + + + + + + 6609 + 2211 + 6 + 06CH0421 + 1994-08-01 + 1995-07-31 + CH + KERR COUNTY DAY CARE CENTER + Inactive + + + + + + + + + + + + + 6610 + 2212 + 6 + 06CH0430 + 1994-09-01 + 1996-08-31 + CH + BOYNTON MOTON INDEPENDENT SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 6611 + 2213 + 6 + 06CH0441 + 1995-04-01 + 1996-02-29 + CH + YOUTH DEVELOPMENT, INC + Inactive + + + + + + + + + + + + + 6612 + 2214 + 6 + 06CH5040 + 1995-08-01 + 1996-09-30 + CH + CHAVES COUNTY COMMUNITY ACTION PROGRAM, INC + Inactive + + + + + + + + + + + + + 6613 + 2215 + 6 + 06CH0164 + 1995-12-01 + 1996-06-30 + CH + COMMUNITY ACTION COMMITTEE OF VICTORIA + Inactive + + + + + + + + + + + + + 6614 + 2216 + 6 + 06CH0440 + 1996-01-01 + 1996-06-30 + CH + SANTA FE COUNTY COMMUNITY HEAD START + Inactive + + + + + + + + + + + + + 6615 + 2217 + 6 + 06CH0474 + 1995-11-01 + 1996-09-30 + CH + CITY OF EL DORADO + Inactive + + + + + + + + + + + + + 6616 + 2218 + 6 + 06CH0882 + 1997-01-01 + 1997-07-31 + CH + TULSA COMMUNITY ACTION AGENCY + Inactive + + + + + + + + + + + + + 6617 + 1076 + 6 + 06CH5239 + 1999-12-01 + 2015-11-30 + CH + Greater East Texas Community Action Program + Inactive + F2185 + L2185 + 2185@hsesinfo.org + + + + + + + + + + 6618 + 566 + 6 + 06CH6000 + 2006-07-01 + 2025-06-30 + CH + WEST LAS VEGAS HEAD START + Inactive + + + + + + + + + + + + + 6621 + 1018 + 5 + 05CH4063 + 1992-09-01 + 2025-06-30 + CH + Community Action Partnership of Lake County + Inactive + + + + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 6622 + 2621 + 5 + 05CH4065 + 1999-12-01 + 2025-06-30 + CH + MUSKEGON-OCEANA COMMUNITY ACTION AGAINST POVERTY + Inactive + + + + + + + + + + + + + 6623 + 774 + 5 + 05CH4070 + 1992-05-01 + 2025-06-30 + CH + TRI-VALLEY OPPORTUNITY COUNCIL, INC + Inactive + + + + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 6624 + 1065 + 5 + 05CH4072 + 1992-03-01 + 2025-06-30 + CH + Community Action Commission of Belmont County, Inc. + Inactive + + + + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 6625 + 1982 + 5 + 05CH4075 + 1992-04-01 + 2025-06-30 + CH + ASHTABULA COUNTY COMMUNITY ACTION AGENCY + Inactive + + + + F13233 + L13233 + 13233@hsesinfo.org + + + + + + + 6626 + 1082 + 5 + 05CH4076 + 1997-05-01 + 2025-06-30 + CH + Hoosier Uplands Economic Development Corporation + Inactive + + + + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 6627 + 259 + 5 + 05CH4079 + 1997-08-01 + 2025-06-30 + CH + Northwest Community Action, Inc. + Inactive + + + + + + + + + + + + + 6628 + 1136 + 5 + 05CH4086 + 1992-08-01 + 2025-06-30 + CH + Southeastern Indiana Economic Opportunity Corporation + Inactive + + + + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 6629 + 715 + 5 + 05CH4092 + 1992-08-01 + 2025-06-30 + CH + Lakes and Pines Community Action Council, Inc. + Inactive + F25174 + L25174 + 25174@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 6630 + 323 + 5 + 05CH4093 + 2011-04-04 + 2014-03-31 + CH + Mahube-Otwa Community Action Partnership, Inc. + Inactive + + + + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 6631 + 1110 + 5 + 05CH4096 + 1992-04-01 + 2025-06-30 + CH + JACKSON/VINTON COMMUNITY ACTION AGENCY, INC. + Inactive + + + + F15967 + L15967 + 15967@hsesinfo.org + + + + + + + 6632 + 412 + 5 + 05CH4101 + 1992-04-01 + 2025-06-30 + CH + Embarras River Basin Agency + Inactive + + + + F24149 + L24149 + 24149@hsesinfo.org + + + + + + + 6633 + 1391 + 5 + 05CH4103 + 1992-09-01 + 2025-06-30 + CH + Two Rivers Head Start + Inactive + + + + + + + + + + + + + 6634 + 1145 + 5 + 05CH4105 + 1992-07-01 + 2025-06-30 + CH + WABASH AREA DEVELOPMENT, INC + Inactive + + + + + + + + + + + + + 6635 + 1554 + 5 + 05CH4108 + 2009-03-01 + 2025-06-30 + CH + KOOTASCA Community Action, Inc. + Inactive + + + + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 6636 + 912 + 5 + 05CH4110 + 1992-09-01 + 2025-06-30 + CH + EAST CENTRAL ILLINOIS COMMUNITY ACTION PROGRAM + Inactive + + + + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 6637 + 1447 + 5 + 05CH4111 + 1992-04-01 + 2025-06-30 + CH + Tri-County Opportunities Council, Inc. + Inactive + + + + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 6638 + 1250 + 5 + 05CH4113 + 1992-01-01 + 2025-06-30 + CH + Western Community Action, Inc. + Inactive + + + + + + + + + + + + + 6639 + 1462 + 5 + 05CH4114 + 1992-04-01 + 2025-06-30 + CH + SOUTHWESTERN MINNESOTA OPPORTUNITY COUNCIL, INC + Inactive + + + + + + + + + + + + + 6640 + 348 + 5 + 05CH4119 + 2013-12-01 + 2015-06-30 + CH + Lakes and Prairies Community Action Partnership, Inc. + Inactive + F25174 + L25174 + 25174@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 6641 + 1924 + 5 + 05CH4124 + 1992-02-01 + 2016-06-30 + CH + Rock-Walworth Comprehensive Family Services, Inc. + Inactive + + + + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 6642 + 1099 + 5 + 05CH4125 + 2011-07-01 + 2025-06-30 + CH + KENOSHA UNIFIED SCHOOL DISTRICT #1 + Inactive + + + + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 6643 + 2622 + 5 + 05CH4130 + 1995-12-01 + 1996-11-30 + CH + MONROE COUNTY OPPORTUNITY PROGRAM, INC + Inactive + + + + + + + + + + + + + 6644 + 1776 + 5 + 05CH4131 + 2004-03-01 + 2025-06-30 + CH + WRIGHT COUNTY COMMUNITY ACTION, INC + Inactive + + + + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 6645 + 1135 + 5 + 05CH4136 + 1992-07-01 + 2016-06-30 + CH + CLINTON COUNTY COMMUNITY ACTION PROGRAM, INC + Inactive + F25174 + L25174 + 25174@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 6646 + 1571 + 5 + 05CH4141 + 1992-09-01 + 2025-06-30 + CH + NORTHWESTERN ILLINOIS COMMUNITY ACTION AGENCY, INC + Inactive + + + + + + + + + + + + + 6647 + 1114 + 5 + 05CH4145 + 1992-02-01 + 2025-06-30 + CH + Community Action Wayne/Medina + Inactive + + + + F15967 + L15967 + 15967@hsesinfo.org + + + + + + + 6648 + 324 + 5 + 05CH4147 + 1992-05-01 + 2025-06-30 + CH + Heartland Community Action Agency, Inc. + Inactive + + + + + + + + + + + + + 6649 + 307 + 5 + 05CH4149 + 1992-07-01 + 2025-06-30 + CH + OHIO HEARTLAND COMMUNITY ACTION COMMISSION + Inactive + + + + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 6650 + 895 + 5 + 05CH4151 + 1992-08-01 + 2025-06-30 + CH + GMN TRI-COUNTY COMMUNITY ACTION COMMISSION, INC. + Inactive + + + + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 6651 + 738 + 5 + 05CH4152 + 1992-08-01 + 2025-06-30 + CH + Kno Ho Co Ashland Community Action Commission + Inactive + + + + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 6652 + 2623 + 5 + 05CH4153 + 1992-06-01 + 1993-05-31 + CH + TRI-COUNTY CAC OF CHAMPAIGN/LOGAN/SHELBY COUNTIES + Inactive + + + + + + + + + + + + + 6653 + 795 + 5 + 05CH4154 + 1992-07-01 + 2016-06-30 + CH + ADRIAN CITY SCHOOL DISTRICT + Inactive + + + + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 6654 + 836 + 5 + 05CH4155 + 2010-04-01 + 2025-06-30 + CH + MINNESOTA VALLEY ACTION COUNCIL, INC. + Inactive + + + + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 6655 + 254 + 5 + 05CH4157 + 1992-05-01 + 2025-06-30 + CH + Western Egyptian Economic Opportunity Council, Inc. + Inactive + F13564 + L13564 + 13564@hsesinfo.org + + + + + + + + + + 6656 + 1108 + 5 + 05CH4160 + 1992-01-01 + 2025-06-30 + CH + Hancock Hardin Wyandot Putnam Community Action + Inactive + + + + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 6657 + 1733 + 5 + 05CH4163 + 1992-07-01 + 2025-06-30 + CH + ROSS COUNTY COMMUNITY ACTION COMMISSION, INC. + Inactive + + + + + + + + + + + + + 6658 + 364 + 5 + 05CH4166 + 1992-03-01 + 2025-06-30 + CH + Interlocal Community Action Program, Inc. + Inactive + + + + + + + + + + + + + 6699 + 1302 + 3 + 03CH0233 + 1992-09-01 + 2025-06-30 + CH + District of Columbia Public Schools + Inactive + F2417 + L2417 + 2417@hsesinfo.org + + + + + + + + + + 6700 + 473 + 3 + 03CH0258 + 1999-07-01 + 2025-06-30 + CH + Keystone Service Systems, Inc. + Inactive + + + + F2437 + L2437 + 2437@hsesinfo.org + + + + + + + 6701 + 733 + 3 + 03CH0270 + 1992-08-01 + 2016-06-30 + CH + Fairfax County Board of Supervisors + Inactive + + + + F32243 + L32243 + 32243@hsesinfo.org + + + + + + + 6702 + 752 + 3 + 03CH0276 + 2000-08-01 + 2025-06-30 + CH + TELAMON CORPORATION + Inactive + F2415 + L2415 + 2415@hsesinfo.org + + + + + + + + + + 6703 + 2095 + 3 + 03CH0297 + 1991-09-01 + 1992-11-30 + CH + MARYLAND RURAL DEVELOPMENT CORPORATION + Inactive + + + + + + + + + + + + + 6704 + 1414 + 3 + 03CH0301 + 1999-01-01 + 2025-06-30 + CH + S T E P, INC. + Inactive + + + + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 6705 + 729 + 3 + 03CH0302 + 1999-02-01 + 2015-01-31 + CH + Henrico County Public Schools + Inactive + + + + F32243 + L32243 + 32243@hsesinfo.org + + + + + + + 6706 + 1376 + 3 + 03CH0303 + 1999-01-01 + 2025-06-30 + CH + Hopewell City School Board + Inactive + F2415 + L2415 + 2415@hsesinfo.org + + + + + + + + + + 6707 + 1849 + 3 + 03CH0304 + 1998-03-01 + 2025-06-30 + CH + Skyline Community Action Program, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + + + + + + + 6708 + 1881 + 3 + 03CH0307 + 1992-03-01 + 2025-06-30 + CH + The Improvement Association + Inactive + + + + + + + + + + + + + 6709 + 2096 + 3 + 03CH0336 + 1992-09-01 + 1993-12-31 + CH + JEFFERSON COUNTY BOARD OF EDUCATION + Inactive + + + + + + + + + + + + + 6710 + 2097 + 3 + 03CH0340 + 1992-01-01 + 2025-06-30 + CH + Council Of The Southern Mountains (The) + Inactive + + + + + + + + + + + + + 6711 + 2098 + 3 + 03CH0355 + 1992-09-30 + 1993-09-29 + CH + THREE RIVERS HEALTH DISTRICT + Inactive + + + + + + + + + + + + + 6712 + 1672 + 3 + 03CH0357 + 2002-02-01 + 2025-06-30 + CH + Parent-Child Development Corporation + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + + + + + + + 6713 + 2099 + 3 + 03CH0358 + 1992-10-01 + 1993-09-30 + CH + COLONIAL BEACH SCHOOL BOARD + Inactive + + + + + + + + + + + + + 6714 + 1835 + 3 + 03CH0360 + 1993-07-01 + 2025-06-30 + CH + Scott County Public Schools + Inactive + F30521 + L30521 + 30521@hsesinfo.org + + + + + + + + + + 6715 + 2100 + 3 + 03CH0361 + 1998-09-01 + 1999-12-31 + CH + RESOURCES FOR HUMAN DEVELOPMENT, INC + Inactive + + + + + + + + + + + + + 6716 + 2101 + 3 + 03CH0362 + 1993-09-01 + 2002-11-30 + CH + CARBON COUNTY AREA VOCATIONAL TECHNICAL + Inactive + + + + + + + + + + + + + 6717 + 1882 + 3 + 03CH0363 + 1993-09-01 + 2025-06-30 + CH + Northern Neck Alliance, Inc. + Inactive + + + + F15207 + L15207 + 15207@hsesinfo.org + + + + + + + 6718 + 1621 + 3 + 03CH0364 + 1994-02-01 + 2025-06-30 + CH + Augusta County Public Schools + Inactive + + + + + + + + + + + + + 6719 + 2102 + 3 + 03CH0365 + 1994-02-01 + 2025-06-30 + CH + Dinwiddie County Public Schools + Inactive + + + + + + + + + + + + + 6720 + 2103 + 3 + 03CH0366 + 1995-01-01 + 1995-06-30 + CH + APPOMATTOX COUNTY SCHOOL BOARD + Inactive + + + + + + + + + + + + + 6721 + 203 + 3 + 03CH0368 + 1994-03-01 + 2025-06-30 + CH + Loudoun County Public Schools + Inactive + + + + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 6722 + 2104 + 3 + 03CH0372 + 1994-03-01 + 2002-12-31 + CH + CHILDHELP/TYLER VILLAGE FOUNDATION + Inactive + + + + + + + + + + + + + 6723 + 1211 + 3 + 03CH0373 + 1994-08-01 + 2025-06-30 + CH + Private Industry Council of Westmoreland/Fayette, Incor + Inactive + F2402 + L2402 + 2402@hsesinfo.org + + + + + + + + + + 6724 + 1357 + 3 + 03CH0374 + 1994-09-01 + 2025-06-30 + CH + Tri-County Virginia Opportunities + Inactive + + + + + + + + + + + + + 6725 + 732 + 3 + 03CH0380 + 1992-08-01 + 2025-06-30 + CH + United Planning Organization + Inactive + F2415 + L2415 + 2415@hsesinfo.org + + + + + + + + + + 6726 + 2105 + 3 + 03CH0381 + 1998-06-01 + 2025-06-30 + CH + HUMAN SERVICES PROGRAMS OF CARROLL CO.,INC. + Inactive + + + + + + + + + + + + + 6727 + 1766 + 3 + 03CH0410 + 1992-05-01 + 2025-06-30 + CH + Community Action of South Eastern West Virginia + Inactive + F30521 + L30521 + 30521@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + + + + + + + 6728 + 1664 + 3 + 03CH0529 + 2001-02-01 + 2025-06-30 + CH + Scranton/Lackawanna Human Development Agency, Inc. + Inactive + + + + F11796 + L11796 + 11796@hsesinfo.org + + + + + + + 6729 + 1328 + 3 + 03CH0552 + 2000-03-01 + 2025-06-30 + CH + Wilmington Head Start, Inc. + Inactive + F2415 + L2415 + 2415@hsesinfo.org + + + + + + + + + + 6730 + 973 + 3 + 03CH0630 + 1992-01-01 + 2025-06-30 + CH + Raleigh County Community Action Association + Inactive + + + + F15207 + L15207 + 15207@hsesinfo.org + + + + + + + 6731 + 115 + 3 + 03CH0778 + 2008-05-01 + 2015-04-30 + CH + Coalfield Community Action Partnership, Inc. + Inactive + F30521 + L30521 + 30521@hsesinfo.org + F14544 + L14544 + 14544@hsesinfo.org + + + + + + + 6732 + 2106 + 3 + 03CH0910 + 1993-08-01 + 2025-06-30 + CH + RICHMOND COMMUNITY ACTION PROGRAM, INC + Inactive + + + + + + + + + + + + + 6733 + 810 + 3 + 03CH2001 + 1992-04-01 + 2025-06-30 + CH + Southeastern Tidewater Opportunity Project + Inactive + + + + + + + + + + + + + 6734 + 2107 + 3 + 03CH2003 + 1992-06-01 + 2025-06-30 + CH + MULTI COUNTY COMMUNITY ACTION AGAINST + Inactive + + + + + + + + + + + + + 6735 + 449 + 3 + 03CH2014 + 2001-06-01 + 2025-06-30 + CH + Allegheny County Department of Human Services + Inactive + + + + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 6736 + 478 + 3 + 03CH2015 + 1997-07-01 + 2025-06-30 + CH + Westmoreland Human Opportunities dba West. Community Action + Inactive + + + + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 6737 + 163 + 3 + 03CH2020 + 1992-08-01 + 2013-07-31 + CH + Greater Erie Community Action Committee, Inc. + Inactive + + + + F15207 + L15207 + 15207@hsesinfo.org + + + + + + + 6738 + 975 + 3 + 03CH2021 + 1992-01-01 + 2025-06-30 + CH + PRIDE Community Services, Inc. + Inactive + + + + + + + + + + + + + 6739 + 969 + 3 + 03CH2030 + 1992-08-01 + 2025-06-30 + CH + Allegany County Human Resources Development Commission + Inactive + F2417 + L2417 + 2417@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + + + + + + + 6740 + 1266 + 3 + 03CH2046 + 1999-06-01 + 2015-06-30 + CH + Community Action Partnership of Cambria County + Inactive + F2417 + L2417 + 2417@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + + + + + + + 6741 + 1301 + 3 + 03CH2049 + 1998-05-01 + 2025-06-30 + CH + COMMUNITY IMPROVEMENT COUNCIL, INC + Inactive + + + + + + + + + + + + + 6742 + 660 + 3 + 03CH2054 + 2008-05-01 + 2013-06-30 + CH + Community Action Program of Lancaster County + Inactive + F14907 + L14907 + 14907@hsesinfo.org + + + + + + + + + + 6743 + 534 + 3 + 03CH2058 + 1992-05-01 + 2025-06-30 + CH + Total Action Against Poverty + Inactive + + + + + + + + + + + + + 6744 + 1309 + 3 + 03CH2061 + 1998-08-01 + 2025-06-30 + CH + MOUNTAIN COMMUNITY ACTION PROGRAM, INC + Inactive + F2417 + L2417 + 2417@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + + + + + + 6745 + 279 + 3 + 03CH2064 + 1991-12-01 + 2016-09-16 + CH + Family and Community Christian Association + Inactive + + + + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 6746 + 1696 + 3 + 03CH2065 + 1990-03-01 + 2025-06-30 + CH + BUCKS COUNTY HEAD START, INC + Inactive + + + + + + + + + + + + + 6749 + 2223 + 7 + 07CH0002 + 1997-02-01 + 2004-01-31 + CH + Child and Family Development Corporation + Inactive + + + + + + + + + + + + + 6750 + 2224 + 7 + 07CH0021 + 1996-12-01 + 2001-09-30 + CH + HALL COUNTY + Inactive + + + + + + + + + + + + + 6751 + 1202 + 7 + 07CH0051 + 1997-05-01 + 2025-06-30 + CH + Child Start, Inc. + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F12903 + L12903 + 12903@hsesinfo.org + + + + + + + 6752 + 682 + 7 + 07CH0074 + 1997-05-01 + 2014-04-30 + CH + KANSAS CHILDREN'S SERVICE LEAGUE + Inactive + + + + + + + + + + + + + 6753 + 379 + 7 + 07CH0079 + 1997-07-01 + 2015-06-30 + CH + Drake University + Inactive + + + + + + + + + + + + + 6754 + 1235 + 7 + 07CH0093 + 1997-01-01 + 2014-12-31 + CH + DOUGLASS COMMUNITY SERVICES, INC. + Inactive + + + + F15302 + L15302 + 15302@hsesinfo.org + + + + + + + 6755 + 2225 + 7 + 07CH0172 + 1997-07-01 + 2004-12-31 + CH + KCMC CHILD DEVELOPMENT CORPORATION + Inactive + + + + + + + + + + + + + 6756 + 155 + 7 + 07CH0233 + 1997-06-01 + 2014-05-31 + CH + Tri-County Child and Family Development Council, Inc. + Inactive + + + + F240 + L240 + 240@hsesinfo.org + + + + + + + 6757 + 2226 + 7 + 07CH0279 + 1993-09-01 + 1994-03-31 + CH + GINGERBREAD PRESCHOOL & DAY CARE + Inactive + + + + + + + + + + + + + 6758 + 2227 + 7 + 07CH0298 + 1997-01-01 + 2000-06-30 + CH + CHILD CARE ASSOCIATION OF ARKANSAS CITY, INC + Inactive + + + + + + + + + + + + + 6759 + 602 + 7 + 07CH0358 + 1997-08-01 + 2015-06-30 + CH + SALINA UNIFIED SCHOOL DISTRICT #305 + Inactive + F2256 + L2256 + 2256@hsesinfo.org + + + + + + + + + + 6760 + 2228 + 7 + 07CH0401 + 1996-12-01 + 2000-08-31 + CH + HUMAN DEVELOPMENT CORPORATION OF METROPOLITAN ST LOUIS + Inactive + + + + + + + + + + + + + 6761 + 1315 + 7 + 07CH0406 + 1997-07-01 + 2015-06-30 + CH + UNIFIED SCHOOL DISTRICT #489 + Inactive + + + + F2251 + L2251 + 2251@hsesinfo.org + + + + + + + 6762 + 1531 + 7 + 07CH0407 + 1997-09-01 + 2013-08-31 + CH + CLAY COUNTY CHILD CARE CENTER + Inactive + + + + F12903 + L12903 + 12903@hsesinfo.org + + + + + + + 6763 + 1043 + 7 + 07CH0422 + 1997-07-01 + 2015-06-30 + CH + FUTURES UNLIMITED + Inactive + + + + + + + + + + + + + 6764 + 782 + 7 + 07CH0423 + 1997-04-01 + 2025-06-30 + CH + YWCA OF METRO ST. LOUIS + Inactive + F11828 + L11828 + 11828@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + + + + + + + 6765 + 1929 + 7 + 07CH0433 + 1997-02-01 + 2014-01-31 + CH + SARPY COUNTY COOPERATIVE HEAD START + Inactive + + + + + + + + + + + + + 6766 + 920 + 7 + 07CH0434 + 1997-07-01 + 2013-06-30 + CH + NORTHWEST KANSAS EDUCATIONAL SERVICE CENTER + Inactive + + + + F12903 + L12903 + 12903@hsesinfo.org + + + + + + + 6767 + 2229 + 7 + 07CH0447 + 1996-07-01 + 1997-06-30 + CH + AREA RESOURCE CENTER OF CENTRAL KANSAS + Inactive + + + + + + + + + + + + + 6768 + 1898 + 7 + 07CH0448 + 1997-07-01 + 2014-06-30 + CH + MCPHERSON COUNTY SPECIAL EDUCATION COOPERATIVE + Inactive + + + + + + + + + + + + + 6769 + 2230 + 7 + 07CH0453 + 1994-04-01 + 1994-08-31 + CH + HEAD START CHILD AND FAMILY DEVELOPMENT PROGRAM INC + Inactive + + + + + + + + + + + + + 6770 + 1864 + 7 + 07CH0454 + 1997-09-01 + 2013-08-31 + CH + HEAD START CHILD AND FAMILY DEVELOPMENT PROGRAM INC + Inactive + + + + + + + + + + + + + 6771 + 2231 + 7 + 07CH0479 + 1997-07-01 + 1997-08-31 + CH + GREAT BEND UNIFIED SCHOOL DISTRICT #428 + Inactive + + + + + + + + + + + + + 6772 + 2232 + 7 + 07CH0480 + 1997-09-01 + 2004-06-30 + CH + FT. LARNED SCHOOL DISTRICT #495 + Inactive + + + + + + + + + + + + + 6773 + 297 + 7 + 07CH0694 + 1997-06-01 + 2014-05-31 + CH + ECONOMIC OPPORTUNITY FOUNDATION, INC + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F2251 + L2251 + 2251@hsesinfo.org + + + + + + + 6774 + 211 + 7 + 07CH0974 + 1997-01-01 + 2015-12-31 + CH + Delta Area Economic Opportunity Corporation + Inactive + F11828 + L11828 + 11828@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + + + + + + + 6775 + 1101 + 7 + 07CH6012 + 1997-03-01 + 2015-06-30 + CH + COMMUNITY ACTION PARTNERSHIP OF GREATER ST JOSEPH + Inactive + F11828 + L11828 + 11828@hsesinfo.org + F12903 + L12903 + 12903@hsesinfo.org + + + + + + + 6776 + 554 + 7 + 07CH6020 + 2000-02-01 + 2014-01-31 + CH + WEST CENTRAL COMMUNITY ACTION + Inactive + + + + F240 + L240 + 240@hsesinfo.org + + + + + + + 6777 + 913 + 7 + 07CH6040 + 1997-01-01 + 2014-06-30 + CH + COMMUNITY SERVICES, INC + Inactive + F47594 + L47594 + 47594@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + + + + + + + 6778 + 1005 + 7 + 07CH6075 + 1997-09-01 + 2014-06-30 + CH + WEST CENTRAL MISSOURI COMMUNITY ACTION AGENCY + Inactive + F11828 + L11828 + 11828@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + + + + + + + 6779 + 1120 + 7 + 07CH6090 + 1997-02-01 + 2015-01-31 + CH + NORTHEAST IOWA COMMUNITY ACTION CORPORATION + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + + + + + + + 6780 + 169 + 7 + 07CH6098 + 1997-09-01 + 2014-08-31 + CH + MISSOURI VALLEY COMMUNITY ACTION AGENCY + Inactive + + + + + + + + + + + + + 6781 + 999 + 7 + 07CH6102 + 2000-03-01 + 2015-02-28 + CH + MID-SIOUX OPPORTUNITY, INC + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + + + + + + + 6782 + 1012 + 7 + 07CH6106 + 1997-03-01 + 2025-06-30 + CH + Jefferson-Franklin Community Action Corporation + Inactive + + + + F13558 + L13558 + 13558@hsesinfo.org + + + + + + + 6783 + 1549 + 7 + 07CH6107 + 1996-12-01 + 2013-06-30 + CH + Community Opportunities, Inc. + Inactive + + + + + + + + + + + + + 6784 + 347 + 7 + 07CH6114 + 2001-01-01 + 2015-12-31 + CH + Hawkeye Area Community Action Program, Inc. + Inactive + + + + F240 + L240 + 240@hsesinfo.org + + + + + + + 6785 + 970 + 7 + 07CH6119 + 1997-01-01 + 2013-12-31 + CH + East Missouri Action Agency + Inactive + + + + + + + + + + + + + 6786 + 1344 + 5 + 05CH4167 + 1992-08-01 + 2025-06-30 + CH + Area Five Agency on Aging and Community Services, Inc. + Inactive + + + + + + + + + + + + + 6787 + 1821 + 5 + 05CH4171 + 1992-05-01 + 2025-06-30 + CH + THREE RIVERS COMMUNITY ACTION, INC. + Inactive + + + + + + + + + + + + + 6788 + 1889 + 5 + 05CH4175 + 1990-06-01 + 2025-06-30 + CH + HEAD START CHILD & FAMILY DEVELOPMENT CENTERS, INC. + Inactive + + + + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 6789 + 1122 + 5 + 05CH4176 + 1992-01-01 + 2025-06-30 + CH + Human Services, Inc. + Inactive + F31147 + L31147 + 31147@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 6790 + 1052 + 10 + 10CH0161 + 1997-11-01 + 2015-10-31 + CH + Eastern Idaho Community Action Partnership + Inactive + + + + F2421 + L2421 + 2421@hsesinfo.org + + + + + + + 6792 + 1551 + 5 + 05CH0101 + 1991-12-01 + 2025-06-30 + CH + City of Chicago + Inactive + F13564 + L13564 + 13564@hsesinfo.org + + + + + + + + + + 6793 + 1497 + 5 + 05CH0115 + 1992-01-01 + 2025-06-30 + CH + Michigan Family Resources + Inactive + F25174 + L25174 + 25174@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + + + + + + + 6794 + 2625 + 5 + 05CH0176 + 1997-08-01 + 2025-06-30 + CH + MENOMINEE INDIAN TRIBE OF WISCONSIN + Inactive + + + + + + + + + + + + + 6795 + 722 + 5 + 05CH0197 + 1992-02-01 + 2025-06-30 + CH + COUNCIL FOR ECONOMIC OPPORTUNITIES + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 6796 + 775 + 5 + 05CH0202 + 1992-04-01 + 2025-06-30 + CH + Community Action Partnership of Ramsey + Inactive + + + + + + + + + + + + + 6797 + 1004 + 5 + 05CH0414 + 1992-07-01 + 2025-06-30 + CH + BI-COUNTY COMMUNITY ACTION PROGRAM, INC. + Inactive + + + + + + + + + + + + + 6798 + 1568 + 5 + 05CH0426 + 1997-05-19 + 2015-06-30 + CH + Portage Private Industry Council, Inc. + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + + + + + + + 6812 + 2639 + 4 + 04CH4572 + 1997-12-01 + 2025-06-30 + CH + PROVIDENCE LEARNING CENTER AND DEVELOPMENT CORP + Inactive + + + + + + + + + + + + + 6813 + 1891 + 11 + 90CI9775 + 1998-01-01 + 2025-06-30 + CI + The Catawba Indian Nation + Inactive + + + + + + + + + + + + + 6814 + 338 + 11 + 90CI9774 + 1998-01-01 + 2025-06-30 + CI + Aleutian Pribilof Islands Association + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 6815 + 1505 + 11 + 90CI9776 + 1998-01-01 + 2025-06-30 + CI + Confederated Tribes of Grand Ronde Community of Oregon + Inactive + F33086 + L33086 + 33086@hsesinfo.org + + + + + + + + + + 6820 + 510 + 11 + 90CI9777 + 1998-01-01 + 2025-06-30 + CI + Native Village of Tyonek, IRA + Inactive + + + + + + + + + + + + + 6821 + 1934 + 11 + 90CI9778 + 1998-08-01 + 2025-06-30 + CI + Pinoleville Pomo Nation + Inactive + F15738 + L15738 + 15738@hsesinfo.org + + + + + + + + + + 6852 + 798 + 11 + 90CI0089 + 1992-01-01 + 2025-06-30 + CI + MISSISSIPPI BAND OF CHOCTAW INDIANS + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + + + + + + + 6853 + 3430 + 11 + 90CI0103 + 1992-01-01 + 2025-06-30 + CI + Salt River Pima-Maricopa Indian Community Educational SE, The + Inactive + + + + + + + + + + + + + 6854 + 1232 + 11 + 90CI0109 + 1991-12-01 + 2015-11-30 + CI + Central Tribes of The Shawnee Area, Inc. + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F15469 + L15469 + 15469@hsesinfo.org + + + + + + + 6855 + 352 + 11 + 90CI0113 + 1992-08-01 + 2025-06-30 + CI + Fond du Lac Band of Lake Superior Chippewa + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + + + + + + + 6856 + 972 + 11 + 90CI0117 + 1992-04-01 + 2025-06-30 + CI + PUEBLO OF TAOS GOVERNOR'S OFFICE + Inactive + F15738 + L15738 + 15738@hsesinfo.org + + + + + + + + + + 6857 + 902 + 11 + 90CI0118 + 1992-01-01 + 2025-06-30 + CI + NISQUALLY INDIAN TRIBE + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + + + + + + + 6858 + 220 + 11 + 90CI0119 + 1992-09-01 + 2025-06-30 + CI + Lummi Indian Business Council + Inactive + F15957 + L15957 + 15957@hsesinfo.org + + + + + + + + + + 6859 + 849 + 11 + 90CI0123 + 1992-01-01 + 2025-06-30 + CI + PASCUA YAQUI ASSOCIATION + Inactive + F25722 + L25722 + 25722@hsesinfo.org + + + + + + + + + + 6860 + 351 + 11 + 90CI0124 + 1992-01-01 + 2025-06-30 + CI + Nooksack Indian Tribe + Inactive + + + + F3543 + L3543 + 3543@hsesinfo.org + + + + + + + 6861 + 1254 + 11 + 90CI0125 + 1992-03-01 + 2025-06-30 + CI + Confederated Tribes of Siletz + Inactive + F25722 + L25722 + 25722@hsesinfo.org + + + + + + + + + + 6862 + 490 + 11 + 90CI0126 + 1992-02-29 + 2025-06-30 + CI + WA Port Gamble S'Klallam Tribe + Inactive + F33086 + L33086 + 33086@hsesinfo.org + + + + + + + + + + 6863 + 1006 + 11 + 90CI0127 + 1992-02-29 + 2025-06-30 + CI + KICKAPOO TRIBE IN KANSAS + Inactive + + + + F3533 + L3533 + 3533@hsesinfo.org + + + + + + + 6864 + 1445 + 11 + 90CI0138 + 1992-08-01 + 2025-06-30 + CI + Bishop Indian Tribal Council + Inactive + F15738 + L15738 + 15738@hsesinfo.org + + + + + + + + + + 6865 + 1274 + 11 + 90CI0139 + 1992-01-01 + 2025-06-30 + CI + Pueblo of Jemez + Inactive + F3537 + L3537 + 3537@hsesinfo.org + + + + + + + + + + 6866 + 1109 + 11 + 90CI0143 + 1992-02-29 + 2025-06-30 + CI + LOWER ELWHA KLALLAM TRIBE + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + + + + + + + 6870 + 1593 + 3 + 03CH2067 + 2008-01-01 + 2013-06-30 + CH + CHILD ADVOCATES OF BLAIR COUNTY, INC. + Inactive + + + + + + + + + + + + + 6871 + 1019 + 3 + 03CH2071 + 2001-01-01 + 2025-06-30 + CH + Berks Community Action Program Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + + + + + + + + + + 6872 + 4655 + 3 + 03CH2083 + 1997-08-01 + 2011-07-31 + CH + Schuylkill County Board of Commissioners + Inactive + + + + + + + + + + + + + 6873 + 590 + 3 + 03CH2095 + 1992-06-01 + 2025-06-30 + CH + New River Community Action, Inc. + Inactive + + + + + + + + + + + + + 6874 + 1088 + 3 + 03CH2106 + 2000-06-01 + 2025-06-30 + CH + Community Progress Council, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + + + + + + + + + + 6875 + 507 + 3 + 03CH2109 + 2008-07-01 + 2014-06-30 + CH + Montgomery County, Maryland + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 6876 + 1001 + 3 + 03CH2110 + 1991-12-01 + 2025-06-30 + CH + Lynchburg Community Action Group + Inactive + + + + F2187 + L2187 + 2187@hsesinfo.org + + + + + + + 6877 + 2108 + 3 + 03CH2126 + 1992-07-01 + 2025-06-30 + CH + Arlington Community Action, Inc. + Inactive + + + + + + + + + + + + + 6878 + 2109 + 3 + 03CH2138 + 1998-02-01 + 2025-06-30 + CH + WASHINGTON COUNTY COMMUNITY ACTION COUNCIL + Inactive + + + + + + + + + + + + + 6879 + 2110 + 3 + 03CH0016 + 1990-01-01 + 2005-12-31 + CH + Southern Delaware Center for Children and Families, Inc. + Inactive + + + + + + + + + + + + + 6880 + 1471 + 3 + 03CH2141 + 1999-08-01 + 2013-06-30 + CH + JEFFERSON CLARION HEAD START, INC + Inactive + + + + + + + + + + + + + 6881 + 2111 + 3 + 03CH2144 + 1992-09-01 + 1993-08-31 + CH + COMPREHENSIVE CHILD DEVELOPMENT PROGRAM OF + Inactive + + + + + + + + + + + + + 6882 + 562 + 3 + 03CH2160 + 1999-01-01 + 2016-09-30 + CH + ANNE ARUNDEL COUNTY ECONOMIC OPPORTUNITY + Inactive + F2417 + L2417 + 2417@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 6883 + 564 + 3 + 03CH2166 + 1992-02-01 + 2025-06-30 + CH + Garrett County Community Action Committee, Inc. + Inactive + F2415 + L2415 + 2415@hsesinfo.org + + + + + + + + + + 6884 + 875 + 3 + 03CH2179 + 2012-04-01 + 2013-06-30 + CH + SOUTHERN MARYLAND TRI-COUNTY COMMUNITY + Inactive + + + + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 6885 + 1991 + 3 + 03CH2186 + 1991-01-01 + 2025-06-30 + CH + Community Action Council of Howard County + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 6886 + 989 + 3 + 03CH2203 + 1998-02-01 + 2025-06-30 + CH + Tableland Services, Inc. + Inactive + F2417 + L2417 + 2417@hsesinfo.org + + + + + + + + + + 6887 + 2112 + 3 + 03CH2212 + 1992-01-01 + 2025-06-30 + CH + FIRST STATE COMMUNITY ACTION AGENCY, INC. + Inactive + + + + + + + + + + + + + 6888 + 146 + 3 + 03CH2213 + 1992-03-01 + 2025-06-30 + CH + MONTICELLO AREA COMMUNITY ACTION AGENCY + Inactive + + + + + + + + + + + + + 6889 + 825 + 3 + 03CH2215 + 1992-08-01 + 2025-06-30 + CH + Stafford County School District + Inactive + + + + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 6890 + 441 + 3 + 03CH2242 + 2005-07-01 + 2013-06-30 + CH + Monroe County Board of Education + Inactive + + + + F14544 + L14544 + 14544@hsesinfo.org + + + + + + + 6891 + 1791 + 3 + 03CH2247 + 1991-07-01 + 2013-06-30 + CH + Community Action Partnership of Mercer County + Inactive + + + + + + + + + + + + + 6892 + 2113 + 3 + 03CH2325 + 1996-07-01 + 1997-08-15 + CH + CARROLL COUNTY BOARD OF EDUCATION + Inactive + + + + + + + + + + + + + 6893 + 1960 + 3 + 03CH2359 + 1992-09-01 + 2025-06-30 + CH + Danville Area School District + Inactive + + + + + + + + + + + + + 6894 + 1285 + 3 + 03CH2483 + 2001-04-01 + 2025-06-30 + CH + Community Services For Children, Inc. + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F14544 + L14544 + 14544@hsesinfo.org + + + + + + + 6895 + 1230 + 3 + 03CH2484 + 2009-07-01 + 2015-06-30 + CH + North Central West Virginia Community Action Agency + Inactive + + + + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 6896 + 2114 + 3 + 03CH2487 + 1997-06-01 + 1998-08-31 + CH + LITTLE NEIGHBORHOOD CENTERS + Inactive + + + + + + + + + + + + + 6897 + 3434 + 3 + 03CH2568 + 1999-07-01 + 2025-06-30 + CH + Board of Frederick County Commissioners + Inactive + F2415 + L2415 + 2415@hsesinfo.org + + + + + + + + + + 6898 + 735 + 3 + 03CH2581 + 2006-09-01 + 2012-08-31 + CH + City of Alexandria + Inactive + F14907 + L14907 + 14907@hsesinfo.org + + + + + + + + + + 6899 + 1944 + 3 + 03CH2595 + 2008-06-01 + 2015-06-30 + CH + Pittsylvania County Community Action, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + + + + + + + + + + 6900 + 1037 + 3 + 03CH2602 + 1999-04-01 + 2025-06-30 + CH + Fredericksburg City School District + Inactive + F2417 + L2417 + 2417@hsesinfo.org + + + + + + + + + + 6901 + 924 + 3 + 03CH2647 + 2000-07-01 + 2025-06-30 + CH + SHORE UP, INC + Inactive + + + + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 6902 + 1008 + 3 + 03CH2665 + 2008-04-01 + 2015-03-31 + CH + NORTHERN TIER COMMUNITY ACTION CORPORATION + Inactive + F14907 + L14907 + 14907@hsesinfo.org + + + + + + + + + + 6903 + 2115 + 3 + 03CH2671 + 1992-07-01 + 2025-06-30 + CH + FAMILY DEVELOPMENT, INC. + Inactive + + + + + + + + + + + + + 6904 + 482 + 3 + 03CH2672 + 2005-07-01 + 2025-06-30 + CH + Central West Virginia Community Action, Inc. + Inactive + + + + + + + + + + + + + 6905 + 1519 + 3 + 03CH2718 + 1992-04-01 + 2015-06-30 + CH + Snyder Union Mifflin Child Development, Inc. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + + + + + + + + + + 6906 + 1168 + 3 + 03CH2725 + 1998-08-01 + 2025-06-30 + CH + Mineral County Board Of Education + Inactive + + + + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 6907 + 1312 + 3 + 03CH2737 + 1992-06-01 + 2025-06-30 + CH + Chesterfield County Public Schools + Inactive + + + + + + + + + + + + + 6908 + 1456 + 3 + 03CH2751 + 1999-08-01 + 2025-06-30 + CH + Prince Georges County Public Schools + Inactive + F2415 + L2415 + 2415@hsesinfo.org + + + + + + + + + + 6909 + 495 + 3 + 03CH2753 + 1992-08-01 + 2025-06-30 + CH + Lycoming/Clinton County Commission + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F14544 + L14544 + 14544@hsesinfo.org + + + + + + + 6910 + 1504 + 3 + 03CH2756 + 1999-08-01 + 2025-06-30 + CH + ARMSTRONG COUNTY COMMUNITY ACTION AGENCY + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 6911 + 147 + 3 + 03CH2758 + 1997-07-01 + 2025-06-30 + CH + York County Board of Supervisors + Inactive + + + + + + + + + + + + + 6912 + 878 + 3 + 03CH2760 + 2001-07-01 + 2025-06-30 + CH + Community Action Southwest + Inactive + F2417 + L2417 + 2417@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 6913 + 148 + 3 + 03CH2767 + 1996-08-01 + 2025-06-30 + CH + ROOFTOP OF VIRGINIA COMMUNITY ACTION PROGRAM + Inactive + + + + F11796 + L11796 + 11796@hsesinfo.org + + + + + + + 6914 + 1431 + 3 + 03CH2771 + 1992-05-01 + 2025-06-30 + CH + Fauquier Community Action Committee, Inc. + Inactive + + + + F14544 + L14544 + 14544@hsesinfo.org + + + + + + + 6915 + 2116 + 3 + 03CH2776 + 1995-05-01 + 1996-07-31 + CH + RUSSELL COUNTY MINISTERIAL FELLOWSHIP, INC. + Inactive + + + + + + + + + + + + + 6916 + 1541 + 3 + 03CH2779 + 1992-06-01 + 2025-06-30 + CH + Hampton Roads Community Action Program, Inc. + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + + + + + + + 6917 + 1530 + 7 + 07CH6127 + 1997-02-01 + 2025-06-30 + CH + MISSOURI OZARKS COMMUNITY ACTION, INC + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + + + + + + + 6918 + 503 + 7 + 07CH6131 + 1997-03-01 + 2014-02-28 + CH + Upper Des Moines Opportunity, Inc. + Inactive + + + + + + + + + + + + + 6919 + 662 + 7 + 07CH6140 + 1997-02-01 + 2016-06-30 + CH + Community Action Partnership of Lancaster and Saun + Inactive + + + + + + + + + + + + + 6920 + 367 + 7 + 07CH6142 + 2000-12-01 + 2015-11-30 + CH + SOUTHERN IOWA ECONOMIC DEVELOPMENT ASSOCIATION + Inactive + + + + F240 + L240 + 240@hsesinfo.org + + + + + + + 6921 + 368 + 7 + 07CH6143 + 1997-08-01 + 2015-07-31 + CH + YOUR OWN UNITED RESOURCES, INC + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + + + + + + + 6922 + 1558 + 7 + 07CH6148 + 1996-12-01 + 2015-11-30 + CH + NORTHWEST COMMUNITY ACTION PARTNERSHIP + Inactive + + + + + + + + + + + + + 6923 + 1636 + 7 + 07CH6152 + 1997-05-01 + 2015-06-30 + CH + Central Missouri Community Action + Inactive + + + + F30955 + L30955 + 30955@hsesinfo.org + + + + + + + 6924 + 766 + 7 + 07CH6157 + 1997-09-01 + 2015-08-31 + CH + OZARKS AREA COMMUNITY ACTION CORPORATION + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + + + + + + + 6925 + 1923 + 7 + 07CH6159 + 1997-05-01 + 2014-04-30 + CH + South Central Missouri Community Action Agency + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + + + + + + + 6926 + 201 + 7 + 07CH6160 + 1997-08-01 + 2014-07-31 + CH + OLATHE UNIFIED SCHOOL DISTRICT #233 + Inactive + + + + F12903 + L12903 + 12903@hsesinfo.org + + + + + + + 6927 + 574 + 7 + 07CH6168 + 1996-12-01 + 2025-06-30 + CH + MATURA ACTION CORPORATION + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + + + + + + + 6928 + 1665 + 7 + 07CH6173 + 1997-04-01 + 2014-03-31 + CH + NEK-CAP, Inc. + Inactive + + + + + + + + + + + + + 6929 + 1119 + 7 + 07CH6175 + 2000-01-01 + 2014-12-31 + CH + North Iowa Community Action Organization + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + + + + + + + 6930 + 765 + 7 + 07CH6181 + 1998-04-01 + 2015-03-31 + CH + ECONOMIC SECURITY CORPORATION OF SOUTHWEST AREA + Inactive + + + + F15302 + L15302 + 15302@hsesinfo.org + + + + + + + 6931 + 1092 + 7 + 07CH6182 + 1998-07-01 + 2014-06-30 + CH + Ozark Action, Inc. + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + + + + + + + 6932 + 1955 + 7 + 07CH6183 + 1997-08-01 + 2009-06-30 + CH + UNIFIED SCHOOL DISTRICT 383 + Inactive + + + + + + + + + + + + + 6933 + 1128 + 7 + 07CH6193 + 1997-08-01 + 2013-07-31 + CH + Northeast Missouri Community Action Agency + Inactive + F13559 + L13559 + 13559@hsesinfo.org + + + + + + + + + + 6934 + 957 + 7 + 07CH6214 + 1997-07-01 + 2015-06-30 + CH + Central Nebraska Community Action Partnership, Inc. + Inactive + + + + + + + + + + + + + 6935 + 1084 + 7 + 07CH6220 + 2000-09-01 + 2014-08-31 + CH + COMMUNITY ACTION OF SOUTHEAST IOWA + Inactive + + + + F240 + L240 + 240@hsesinfo.org + + + + + + + 6936 + 1220 + 7 + 07CH6236 + 1996-12-01 + 2015-06-30 + CH + Mid-Iowa Community Action, Inc. + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + + + + + + + 6937 + 431 + 7 + 07CH6242 + 1997-08-01 + 2014-06-30 + CH + Hutchinson Unified School District #308 + Inactive + F11828 + L11828 + 11828@hsesinfo.org + + + + + + + + + + 6938 + 1097 + 7 + 07CH6261 + 1997-07-01 + 2014-06-30 + CH + GEARY COUNTY UNIFIED SCHOOL DISTRICT #475 + Inactive + + + + F12903 + L12903 + 12903@hsesinfo.org + + + + + + + 6939 + 388 + 7 + 07CH6262 + 1997-05-01 + 2014-04-30 + CH + BLUE VALLEY COMMUNITY ACTION, INC + Inactive + + + + + + + + + + + + + 6940 + 3702 + 7 + 07CH6273 + 1997-07-01 + 2013-06-30 + CH + HEAD START OF SHAWNEE MISSION, INC + Inactive + F13559 + L13559 + 13559@hsesinfo.org + + + + + + + + + + 6941 + 683 + 7 + 07CH6282 + 1997-07-01 + 2015-06-30 + CH + DODGE CITY UNIFIED SCHOOL DISTRICT #443 + Inactive + + + + + + + + + + + + + 6942 + 1098 + 7 + 07CH6321 + 1997-04-01 + 2014-03-31 + CH + EAST CENTRAL KANSAS ECONOMIC OPPORTUNITY CORPORATION + Inactive + + + + + + + + + + + + + 6943 + 1144 + 7 + 07CH6326 + 1997-03-01 + 2014-02-28 + CH + Northeast Nebraska Community Action Partnership, Inc. + Inactive + + + + + + + + + + + + + 6944 + 170 + 7 + 07CH6340 + 1996-12-01 + 2014-11-30 + CH + SOUTHEAST KANSAS COMMUNITY ACTION PROGRAM, INC + Inactive + + + + F12903 + L12903 + 12903@hsesinfo.org + + + + + + + 6945 + 553 + 7 + 07CH6341 + 1997-08-01 + 2014-07-31 + CH + Community Action Partnership of Mid Nebraska + Inactive + + + + + + + + + + + + + 6946 + 268 + 7 + 07CH6343 + 1997-02-01 + 2016-01-31 + CH + SOUTHEAST NEBRASKA COMMUNITY ACTION COUNCIL + Inactive + + + + F2254 + L2254 + 2254@hsesinfo.org + + + + + + + 6947 + 966 + 7 + 07CH6399 + 1997-03-01 + 2011-02-28 + CH + MID-KANSAS COMMUNITY ACTION PROGRAM, INC + Inactive + + + + + + + + + + + + + 6948 + 1702 + 7 + 07CH6401 + 1997-01-01 + 2014-06-30 + CH + Plattsmouth Community School District + Inactive + + + + F2254 + L2254 + 2254@hsesinfo.org + + + + + + + 6949 + 814 + 7 + 07CH6405 + 1997-06-01 + 2014-05-31 + CH + MIDLAND LUTHERAN COLLEGE + Inactive + + + + + + + + + + + + + 6950 + 1103 + 7 + 07CH7014 + 1997-02-01 + 2015-01-31 + CH + NORTH CENTRAL MISSOURI COLLEGE + Inactive + + + + F30955 + L30955 + 30955@hsesinfo.org + + + + + + + 6951 + 1463 + 7 + 07CH7018 + 1997-03-01 + 2015-02-28 + CH + Community Action Agency of Siouxland + Inactive + + + + F240 + L240 + 240@hsesinfo.org + + + + + + + 6952 + 2233 + 7 + 07CH0424 + 1991-09-29 + 1995-10-01 + CH + DELTA AREA ECONOMIC OPPORTUNITY CORPORATION + Inactive + + + + + + + + + + + + + 6953 + 2234 + 7 + 07CH0425 + 1992-05-01 + 1995-04-30 + CH + GOLDENROD HILLS COMMUNITY ACTION COUNCIL, INC + Inactive + + + + + + + + + + + + + 6954 + 1575 + 6 + 06CH0224 + 2006-12-01 + 2014-06-30 + CH + New Mexico State University Education Research + Inactive + + + + + + + + + + + + + 7039 + 295 + 1 + 01CH0925 + 2003-07-01 + 2013-06-30 + CH + People's Regional Opportunity Program + Inactive + + + + + + + + + + + + + 7040 + 940 + 1 + 01CH1011 + 2004-07-01 + 2015-06-30 + CH + Human Resources Agency of New Britain, Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 7041 + 705 + 1 + 01CH1013 + 2000-06-01 + 2014-05-31 + CH + PENQUIS COMMUNITY ACTION PROGRAM, INC + Inactive + F14152 + L14152 + 14152@hsesinfo.org + + + + + + + + + + 7042 + 560 + 1 + 01CH1021 + 1990-04-01 + 2014-03-31 + CH + THAMES VALLEY COUNCIL FOR COMMUNITY ACTION, INC + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F13406 + L13406 + 13406@hsesinfo.org + + + + + + + 7043 + 746 + 1 + 01CH1026 + 1990-01-01 + 2013-12-31 + CH + Norwalk Economic Opportunity NOW, Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F2293 + L2293 + 2293@hsesinfo.org + + + + + + + 7044 + 2046 + 1 + 01CH1045 + 2001-02-01 + 2006-01-31 + CH + COASTAL COMMUNITY ACTION PROGRAM + Inactive + + + + + + + + + + + + + 7045 + 964 + 1 + 01CH1049 + 2000-06-01 + 2015-01-31 + CH + EAST BAY COMMUNITY ACTION PROGRAM + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 7046 + 707 + 1 + 01CH1052 + 2001-01-01 + 2014-12-31 + CH + COMMUNITY ACTION PROGRAM BELKNAP-MERRIMACK COUNTIES + Inactive + + + + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 7047 + 1010 + 1 + 01CH1057 + 2000-08-01 + 2013-07-31 + CH + SOUTHERN NEW HAMPSHIRE SERVICES, INC + Inactive + + + + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 7048 + 978 + 1 + 01CH1065 + 2001-09-01 + 2009-08-31 + CH + ACTION, INC + Inactive + + + + + + + + + + + + + 7049 + 2047 + 1 + 01CH1083 + 2000-01-01 + 2002-06-30 + CH + THE ACCESS AGENCY, INC + Inactive + + + + + + + + + + + + + 7050 + 2048 + 1 + 01CH1090 + 1992-08-01 + 1995-02-28 + CH + NORTH SHORE COMMUNITY ACTION PROGRAMS, INC + Inactive + + + + + + + + + + + + + 7051 + 328 + 1 + 01CH1119 + 2001-09-01 + 2014-08-31 + CH + KENNEBEC VALLEY COMMUNITY ACTION PROGRAM + Inactive + F14152 + L14152 + 14152@hsesinfo.org + + + + + + + + + + 7052 + 300 + 1 + 01CH1156 + 2001-12-01 + 2015-06-30 + CH + SOUTH MIDDLESEX OPPORTUNITY COUNCIL + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 7053 + 1278 + 1 + 01CH1255 + 2000-12-01 + 2015-11-30 + CH + CHILD & FAMILY OPPORTUNITIES, INC. + Inactive + + + + + + + + + + + + + 7054 + 958 + 1 + 01CH1258 + 2001-05-01 + 2015-04-30 + CH + GREATER LAWRENCE COMMUNITY ACTION COUNCIL, INC + Inactive + + + + + + + + + + + + + 7055 + 1154 + 1 + 01CH1269 + 2001-05-01 + 2012-04-30 + CH + WESTFIELD SCHOOL COMMITTEE + Inactive + + + + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 7056 + 792 + 1 + 01CH1286 + 2001-01-01 + 2014-12-31 + CH + Midcoast Maine Community Action + Inactive + F14152 + L14152 + 14152@hsesinfo.org + + + + + + + + + + 7057 + 2049 + 1 + 01CH1377 + 1998-02-01 + 1999-01-31 + CH + CONSUMER CONTROLLED COMMUNITY + Inactive + + + + + + + + + + + + + 7058 + 993 + 1 + 01CH1427 + 2003-07-01 + 2015-06-30 + CH + COMMUNITY ACTION PROGRAMS-INTERCITY, INC + Inactive + + + + F13406 + L13406 + 13406@hsesinfo.org + + + + + + + 7059 + 6241 + 1 + 01CH1500 + 2003-05-01 + 2014-06-30 + CH + WORCESTER PUBLIC SCHOOLS + Inactive + + + + + + + + + + + + + 7060 + 2050 + 1 + 01CH0235 + 1992-01-01 + 1994-12-31 + CH + THE ACCESS AGENCY, INC. + Inactive + + + + + + + + + + + + + 7061 + 2051 + 1 + 01CH1139 + 1982-05-01 + 1994-12-31 + CH + MERIDEN COMMUNITY ACTION AGENCY + Inactive + + + + + + + + + + + + + 7062 + 2052 + 1 + 01CH0246 + 1995-01-01 + 1995-06-30 + CH + CITY OF MERIDEN + Inactive + + + + + + + + + + + + + 7063 + 2053 + 1 + 01CH0247 + 1995-01-01 + 1995-06-30 + CH + CITY OF MERIDEN + Inactive + + + + + + + + + + + + + 7064 + 756 + 1 + 01CH0021 + 2001-09-01 + 2013-08-31 + CH + WOONSOCKET HEAD START CHILD DEVELOPMENT ASSOCIATION + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 7065 + 1543 + 1 + 01CH0033 + 1985-03-01 + 2014-06-30 + CH + Berkshire County Head Start Child Development Program, Inc. + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 7066 + 787 + 1 + 01CH0116 + 1984-01-01 + 2015-06-30 + CH + COMMUNITY RENEWAL TEAM OF GREATER HARTFORD + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F13406 + L13406 + 13406@hsesinfo.org + + + + + + + 7067 + 1964 + 1 + 01CH0195 + 2002-09-01 + 2013-06-30 + CH + TRI-CITY COMMUNITY ACTION PROGRAM, INC + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + + + + + + 7068 + 1511 + 1 + 01CH0201 + 1999-12-01 + 2013-11-30 + CH + Northeast Kingdom Community Action, Inc. + Inactive + + + + + + + + + + + + + 7069 + 1284 + 1 + 01CH0204 + 2000-12-01 + 2013-11-30 + CH + COMMUNITY ACTION AGENCY OF SOMERVILLE + Inactive + + + + + + + + + + + + + 7070 + 1026 + 1 + 01CH0220 + 1984-08-01 + 2015-06-30 + CH + WEST HAVEN COMMUNITY HOUSE ASSOCIATION INC + Inactive + F2300 + L2300 + 2300@hsesinfo.org + + + + + + + + + + 7071 + 745 + 1 + 01CH0233 + 2004-07-01 + 2013-06-30 + CH + NEW HAVEN PUBLIC SCHOOLS + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F13406 + L13406 + 13406@hsesinfo.org + + + + + + + 7072 + 452 + 1 + 01CH1002 + 2001-02-01 + 2014-01-31 + CH + COMMUNITIES UNITED, INC + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 7073 + 700 + 1 + 01CH1014 + 2002-09-01 + 2015-06-30 + CH + Lynn Economic Opportunity, Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + + + + + + 7074 + 965 + 1 + 01CH1028 + 1983-05-01 + 2015-06-30 + CH + CITIZENS FOR CITIZENS, INC + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 7075 + 704 + 1 + 01CH1041 + 1985-02-01 + 2015-06-30 + CH + Tri-County Community Action Program, Inc. + Inactive + + + + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 7076 + 894 + 1 + 01CH1047 + 2003-06-01 + 2015-05-31 + CH + Southwestern Community Services, Inc. + Inactive + + + + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 7077 + 1017 + 1 + 01CH1060 + 2002-01-01 + 2015-12-31 + CH + COMMUNITY ACTION, INC + Inactive + F2300 + L2300 + 2300@hsesinfo.org + + + + + + + + + + 7078 + 2054 + 1 + 01CH1070 + 1999-09-01 + 2002-06-30 + CH + WESTERN MAINE COMMUNITY ACTION, INC. + Inactive + + + + + + + + + + + + + 7079 + 997 + 1 + 01CH1074 + 2001-08-01 + 2014-10-31 + CH + COMMUNITY CONCEPTS, INC + Inactive + F14152 + L14152 + 14152@hsesinfo.org + + + + + + + + + + 7080 + 2177 + 6 + 06CH0228 + 1999-08-01 + 2001-08-31 + CH + SANDOVAL COUNTY ECONOMIC OPPORTUNITY CORPORATION + Inactive + + + + + + + + + + + + + 7081 + 2178 + 6 + 06CH0263 + 1998-03-01 + 2002-01-31 + CH + CHILD SERVICES, INCORPORATED + Inactive + + + + + + + + + + + + + 7082 + 791 + 6 + 06CH0297 + 2009-05-01 + 2025-06-30 + CH + JEFFERSON COMPREHENSIVE CARE CENTER + Inactive + F2179 + L2179 + 2179@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 7083 + 1420 + 6 + 06CH0299 + 1999-02-01 + 2025-06-30 + CH + CHILD DEVELOPMENT, INC + Inactive + + + + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 7084 + 857 + 6 + 06CH0363 + 2006-09-01 + 2025-06-30 + CH + REGION XIX EDUCATION SERVICE CENTER + Inactive + + + + F12886 + L12886 + 12886@hsesinfo.org + + + + + + + 7085 + 689 + 6 + 06CH0373 + 2007-12-01 + 2025-06-30 + CH + Presbyterian Medical Services, Inc. + Inactive + + + + F2204 + L2204 + 2204@hsesinfo.org + + + + + + + 7086 + 2179 + 6 + 06CH0379 + 1997-05-01 + 1998-04-30 + CH + COPE OF PULASKI & LONOKE COUNTY, INC + Inactive + + + + + + + + + + + + + 7087 + 1687 + 6 + 06CH0381 + 2006-12-01 + 2013-06-30 + CH + HITCHCOCK INDEPENDENT SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 7088 + 1711 + 6 + 06CH0382 + 2005-03-01 + 2025-06-30 + CH + HEAD START OF GREATER DALLAS, INC + Inactive + F2185 + L2185 + 2185@hsesinfo.org + + + + + + + + + + 7089 + 1738 + 6 + 06CH0383 + 2007-01-01 + 2025-06-30 + CH + IBERVILLE PARISH COUNCIL + Inactive + + + + + + + + + + + + + 7090 + 2180 + 6 + 06CH0384 + 1996-12-01 + 1997-11-30 + CH + EAST TEXAS FAMILY SERVICES, INC. + Inactive + + + + + + + + + + + + + 7091 + 1799 + 6 + 06CH0385 + 2001-04-01 + 2025-06-30 + CH + NEIGHBORS IN NEED OF SERVICES, INC. + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 7092 + 578 + 6 + 06CH0386 + 2005-03-01 + 2025-06-30 + CH + NATCHITOCHES PARISH GOVERNMENT + Inactive + + + + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 7093 + 1783 + 6 + 06CH0387 + 2009-03-01 + 2025-06-30 + CH + WILLIAM SMITH, SR. TRI COUNTY + Inactive + + + + + + + + + + + + + 7094 + 858 + 6 + 06CH0388 + 2007-07-01 + 2025-06-30 + CH + PARIS INDEPENDENT SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 7095 + 724 + 6 + 06CH0389 + 2007-09-01 + 2015-08-31 + CH + Education Service Center Region 20 + Inactive + F2185 + L2185 + 2185@hsesinfo.org + + + + + + + + + + 7096 + 1566 + 6 + 06CH0390 + 2006-06-01 + 2014-05-31 + CH + PECOS COUNTY COMMUNITY ACTION AGENCY + Inactive + + + + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 7097 + 736 + 6 + 06CH0391 + 2002-09-01 + 2025-06-30 + CH + REGION X EDUCATION SERVICE CENTER + Inactive + + + + F12886 + L12886 + 12886@hsesinfo.org + + + + + + + 7098 + 906 + 6 + 06CH0392 + 2007-07-01 + 2015-06-30 + CH + ST BERNARD PARISH SCHOOL BOARD + Inactive + + + + F2193 + L2193 + 2193@hsesinfo.org + + + + + + + 7099 + 1880 + 6 + 06CH0393 + 2007-07-01 + 2025-06-30 + CH + DELTA COMMUNITY ACTION ASSOCIATION + Inactive + + + + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 7100 + 1879 + 6 + 06CH0394 + 2002-07-01 + 2005-06-30 + CH + TENSAS PARISH HEAD START PROGRAM + Inactive + + + + + + + + + + + + + 7101 + 2181 + 6 + 06CH0395 + 1999-08-01 + 2000-07-31 + CH + NORTH CENTRALA, INC. + Inactive + + + + + + + + + + + + + 7102 + 500 + 6 + 06CH0396 + 2007-01-01 + 2025-06-30 + CH + LAFOURCHE PARISH + Inactive + + + + F2193 + L2193 + 2193@hsesinfo.org + + + + + + + 7103 + 2182 + 6 + 06CH0398 + 2000-08-01 + 2001-07-31 + CH + UNITED MINISTERIAL ALLIANCE,INC + Inactive + + + + + + + + + + + + + 7104 + 2183 + 6 + 06CH0399 + 1999-03-01 + 2025-06-30 + CH + COMMISSIONERS' COURT OF SAN JACINTO CO. TEXAS + Inactive + + + + + + + + + + + + + 7105 + 942 + 6 + 06CH0400 + 2000-09-01 + 2025-06-30 + CH + TULIA COMMUNITY NURSERY ASSOC, INC. + Inactive + + + + + + + + + + + + + 7106 + 1397 + 6 + 06CH0402 + 2001-12-01 + 2025-06-30 + CH + QUAD AREA COMMUNITY ACTION + Inactive + + + + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 7107 + 523 + 6 + 06CH0403 + 2007-12-01 + 2015-06-30 + CH + Motivation Education & Training, Inc + Inactive + F2185 + L2185 + 2185@hsesinfo.org + + + + + + + + + + 7108 + 1813 + 6 + 06CH0405 + 2009-02-01 + 2025-06-30 + CH + CEN-TEX FAMILY SERVICES, INC. + Inactive + + + + + + + + + + + + + 7109 + 1377 + 6 + 06CH0406 + 2009-01-01 + 2014-06-30 + CH + REGION IX EDUCATION COOPERATIVE + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + + + + + + + 7110 + 143 + 6 + 06CH0407 + 2008-07-01 + 2025-06-30 + CH + ASSUMPTION PARISH SCHOOL BOARD + Inactive + + + + + + + + + + + + + 7111 + 302 + 6 + 06CH0420 + 2001-08-01 + 2007-05-31 + CH + BENEDICTINE MINISTRIES CORPORATION + Inactive + + + + + + + + + + + + + 7112 + 2184 + 6 + 06CH0422 + 1998-08-01 + 1999-06-30 + CH + HIGH PLAINS REGIONAL EDUCATION COOPERATIVE + Inactive + + + + + + + + + + + + + 7113 + 1316 + 6 + 06CH0423 + 2005-06-01 + 2025-06-30 + CH + PLAQUEMINES PARISH SCHOOL BOARD + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2193 + L2193 + 2193@hsesinfo.org + + + + + + + 7114 + 1728 + 6 + 06CH0425 + 2008-03-01 + 2025-06-30 + CH + CAMERON COMMUNITY ACTION AGENCY, INC + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 7115 + 6692 + 6 + 06CH0426 + 2007-07-01 + 2025-06-30 + CH + MT PLEASANT INDEPENDENT SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 7116 + 276 + 6 + 06CH0427 + 2008-07-01 + 2014-06-30 + CH + SULPHUR SPRINGS INDEPENDENT SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 7117 + 2185 + 6 + 06CH0431 + 2004-07-01 + 2025-06-30 + CH + MARIE DETTY YOUTH & FAMILY SERVICE CENTER, INC + Inactive + + + + + + + + + + + + + 7118 + 331 + 6 + 06CH0432 + 2008-07-01 + 2025-06-30 + CH + WEST FELICIANA PARISH SCHOOL DISTRICT + Inactive + + + + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 7119 + 131 + 6 + 06CH0433 + 2005-07-01 + 2025-06-30 + CH + COOPER INDEPENDENT SCHOOL DISTRICT + Inactive + + + + F26305 + L26305 + 26305@hsesinfo.org + + + + + + + 7120 + 1487 + 6 + 06CH0438 + 2007-07-02 + 2025-06-30 + CH + SABINE PARISH SCHOOL BOARD + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 7154 + 1460 + 2 + 02CH9884 + 1998-08-01 + 2025-06-30 + CH + Fundacion Para el Desarrollo de Hogar Propio Incorporado + Inactive + F15514 + L15514 + 15514@hsesinfo.org + + + + + + + + + + 7198 + 1683 + 9 + 09CH9104 + 2013-06-01 + 2018-11-30 + CH + Options for Learning + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 7201 + 1605 + 13 + 90CH0084 + 2012-07-01 + 2015-06-30 + CH + CDI/ Detroit in Wayne Co. + Inactive + + + + + + + + + + + + + 7203 + 752 + 5 + 05CH8298 + 2012-04-01 + 2016-06-30 + CH + Telamon Corporation + Inactive + F13564 + L13564 + 13564@hsesinfo.org + + + + + + + + + + 7204 + 929 + 9 + 09CH9100 + 2012-06-01 + 2017-05-31 + CH + Childrens Institute, Inc. + Inactive + + + + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 7206 + 1468 + 2 + 02CH3001 + 2012-05-01 + 2013-04-30 + CH + Programs Avance of Puerto Rico, Inc. + Inactive + F15514 + L15514 + 15514@hsesinfo.org + + + + + + + + + + 7207 + 1605 + 13 + 90CH0081 + 2012-06-01 + 2015-05-31 + CH + CDI/Encinitas and Solana Beach, CA + Inactive + + + + + + + + + + + + + 7208 + 1605 + 13 + 90CH0082 + 2012-06-01 + 2014-05-31 + CH + CDI/ Pinellas Co, FL + Inactive + + + + + + + + + + + + + 7209 + 1593 + 3 + 03CH3396 + 2013-07-01 + 2018-12-31 + CH + Child Advocates of Blair County, Inc. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F44345 + L44345 + 44345@hsesinfo.org + + + + + + + 7210 + 1431 + 3 + 03CH3397 + 2013-07-01 + 2019-04-30 + CH + Fauquier Community Action Committee Incorporated + Inactive + + + + F32243 + L32243 + 32243@hsesinfo.org + + + + + + + 7211 + 316 + 3 + 03CH3398 + 2013-07-01 + 2018-07-31 + CH + RICHMOND CITY PUBLIC SCHOOLS + Inactive + + + + F37589 + L37589 + 37589@hsesinfo.org + + + + + + + 7212 + 1088 + 3 + 03CH3399 + 2013-07-01 + 2018-07-31 + CH + COMMUNITY PROGRESS COUNCIL, INC. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F32243 + L32243 + 32243@hsesinfo.org + + + + + + + 7213 + 774 + 12 + 90CM9798 + 2013-07-01 + 2019-06-30 + CM + Tri-Valley Opportunity Council, Inc. + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + + + + + + + 7214 + 1229 + 3 + 03CH9017 + 2013-08-01 + 2018-07-31 + CH + Fayette County Child Development Center + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + + + + + + + 7215 + 1658 + 3 + 03CH3400 + 2013-08-01 + 2018-07-31 + CH + Franklin Cty Head Start Program, Inc. + Inactive + + + + F44345 + L44345 + 44345@hsesinfo.org + + + + + + + 7216 + 856 + 10 + 10CH0188 + 2013-07-01 + 2019-01-31 + CH + Children's Home Society of Washington + Inactive + F45193 + L45193 + 45193@hsesinfo.org + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 7217 + 1605 + 13 + 90CH0083 + 2012-06-01 + 2016-05-31 + CH + CDI/ Williams Co, ND + Inactive + + + + + + + + + + + + + 7218 + 486 + 9 + 09CH9103 + 2012-08-01 + 2017-07-31 + CH + COMMUNITY ACTION PARTNERSHIP OF SAN LUIS OBISPO COUNTY, INC. + Inactive + + + + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 7220 + 1605 + 13 + 90CH0103 + 2013-07-01 + 2015-06-30 + CH + CDI HS/ Salt Lake City, + Inactive + + + + + + + + + + + + + 7221 + 1355 + 8 + 08CH1030 + 2013-07-01 + 2018-06-30 + CH + Head Start, Inc. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F3058 + L3058 + 3058@hsesinfo.org + + + + + + + 7222 + 1199 + 8 + 08CH1116 + 2013-07-01 + 2018-06-30 + CH + Eagle County School District + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + + + + + + + 7223 + 904 + 8 + 08CH1104 + 2013-07-01 + 2018-06-30 + CH + SWEETWATER COUNTY SCHOOL DISTRICT #1 + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + + + + + + + 7224 + 1595 + 8 + 08CH1114 + 2013-07-01 + 2018-06-30 + CH + LINCOLN-UINTA CHILD DEVELOPMENT ASSOCIATION + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + + + + + + + 7225 + 3608 + 9 + 09CH9108 + 2013-07-01 + 2018-06-30 + CH + HACIENDA-LA PUENTE UNIFIED SCHOOL DISTRICT + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F35663 + L35663 + 35663@hsesinfo.org + + + + + + + 7226 + 3604 + 9 + 09CH9109 + 2013-07-01 + 2018-08-31 + CH + ST. ANNE'S MATERNITY HOME + Inactive + + + + + + + + + + + + + 7227 + 929 + 9 + 09CH9110 + 2013-07-01 + 2018-05-31 + CH + Childrens Institute, Inc. + Inactive + + + + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 7228 + 3609 + 3 + 03CH3401 + 2013-07-01 + 2018-12-31 + CH + BERKS COUNTY INTERMEDIATE UNIT 14 + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F44345 + L44345 + 44345@hsesinfo.org + + + + + + + 7229 + 895 + 5 + 05CH8346 + 2013-08-01 + 2019-07-31 + CH + GMN Tri-County Community Action Committee, Inc. + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 7230 + 232 + 5 + 05CH8348 + 2013-08-01 + 2018-07-31 + CH + Lincoln Hills Development Corporation + Inactive + + + + + + + + + + + + + 7231 + 613 + 5 + 05CH8318 + 2013-07-01 + 2018-06-30 + CH + WEST BEND JOINT SCHOOL DISTRICT NO. 1 + Inactive + F44271 + L44271 + 44271@hsesinfo.org + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 7232 + 1576 + 5 + 05CH8343 + 2013-07-01 + 2018-07-31 + CH + Parent & Child Together for West Central Illinois + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + + + + + + + 7233 + 1047 + 5 + 05CH8347 + 2013-07-01 + 2019-06-30 + CH + Warren County Community Services, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + + + + + + 7234 + 307 + 5 + 05CH8339 + 2013-07-01 + 2018-07-31 + CH + OHIO HEARTLAND COMMUNITY ACTION COMMISSION + Inactive + F44011 + L44011 + 44011@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + + + + + + + 7235 + 1099 + 5 + 05CH8317 + 2013-07-01 + 2018-06-30 + CH + KENOSHA UNIFIED SCHOOL DISTRICT 1 + Inactive + + + + F43726 + L43726 + 43726@hsesinfo.org + + + + + + + 7236 + 903 + 5 + 05CH8315 + 2013-07-01 + 2018-06-30 + CH + Fayette County School Corporation + Inactive + + + + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 7237 + 933 + 8 + 08CH1122 + 2013-07-01 + 2018-06-30 + CH + Ability Connection Colorado, Inc. + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 7239 + 339 + 5 + 05CH8300 + 2012-06-01 + 2017-12-31 + CH + Starfish Family Services, Inc. + Inactive + F44271 + L44271 + 44271@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + + + + + + + 7240 + 196 + 2 + 02CH3029 + 2013-07-01 + 2018-07-31 + CH + B'Above Worldwide Institute Inc. + Inactive + + + + + + + + + + + + + 7241 + 606 + 2 + 02CH3030 + 2013-07-01 + 2018-08-31 + CH + Educational Alliance, Inc., The + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + + + + + + + 7242 + 3663 + 2 + 02CH3032 + 2013-07-01 + 2018-06-30 + CH + Rising Ground, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 7243 + 3661 + 2 + 02CH3033 + 2013-07-01 + 2018-08-31 + CH + Chinese Community Concerns Corporation, Inc. + Inactive + F2334 + L2334 + 2334@hsesinfo.org + + + + + + + + + + 7244 + 1896 + 2 + 02CH3034 + 2014-02-01 + 2020-06-30 + CH + New York City Administration for Children's Services + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + + + + + + + 7245 + 1242 + 5 + 05CH8341 + 2013-08-01 + 2018-12-31 + CH + Ounce of Prevention Fund + Inactive + + + + F2121 + L2121 + 2121@hsesinfo.org + + + + + + + 7246 + 540 + 1 + 01CH2114 + 2013-07-01 + 2018-09-30 + CH + Community Action Pioneer Valley, Inc. + Inactive + + + + F13406 + L13406 + 13406@hsesinfo.org + + + + + + + 7247 + 1605 + 13 + 90CH0104 + 2013-07-01 + 2014-12-31 + CH + CDI HS/ Lucas, Co + Inactive + + + + + + + + + + + + + 7248 + 727 + 5 + 05CH8332 + 2013-07-01 + 2018-07-31 + CH + Miami Valley Child Development Centers, Inc. + Inactive + F44011 + L44011 + 44011@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 7249 + 745 + 1 + 01CH2233 + 2013-07-01 + 2019-04-30 + CH + City of New Haven, Inc. + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F32486 + L32486 + 32486@hsesinfo.org + + + + + + + 7250 + 722 + 5 + 05CH8334 + 2013-07-01 + 2019-01-31 + CH + Council for Economic Opportunities in Greater Cleveland + Inactive + + + + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 7251 + 3437 + 5 + 05CH8335 + 2013-07-01 + 2019-02-28 + CH + Community Action Commission of Fayette County, Inc. + Inactive + + + + F33449 + L33449 + 33449@hsesinfo.org + + + + + + + 7252 + 1449 + 8 + 08CH1023 + 2013-07-01 + 2018-08-31 + CH + Monte Vista Community Center Incorporated + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + + + + + + + 7253 + 3644 + 2 + 02CH3014 + 2013-07-01 + 2018-08-31 + CH + Bedford Stuyvesant Early Childhood Development Center, + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + + + + + + + 7254 + 1637 + 5 + 05CH8336 + 2013-07-01 + 2018-10-31 + CH + Child Development Council of Franklin County, Inc. + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + + + + + + + 7255 + 1177 + 5 + 05CH8309 + 2013-07-01 + 2018-07-31 + CH + Peoria Citizens Committee for Economic Opportunity, Inc. + Inactive + + + + F2147 + L2147 + 2147@hsesinfo.org + + + + + + + 7256 + 1605 + 13 + 90CH0105 + 2013-07-01 + 2015-02-28 + CH + CDI HS/ Northern Alabama + Inactive + + + + + + + + + + + + + 7257 + 962 + 5 + 05CH8352 + 2013-07-01 + 2019-01-31 + CH + Butler County Educational Service Center + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + + + + + + + 7258 + 597 + 5 + 05CH8313 + 2013-07-01 + 2018-12-31 + CH + Bauer Family Resources, Inc. + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + + + + + + + 7259 + 1548 + 5 + 05CH8314 + 2013-07-01 + 2019-02-28 + CH + Community Action of East Central Indiana, Inc. + Inactive + + + + F42111 + L42111 + 42111@hsesinfo.org + + + + + + + 7260 + 308 + 5 + 05CH8306 + 2013-07-01 + 2018-12-31 + CH + Southern Seven Health Department + Inactive + F44011 + L44011 + 44011@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 7261 + 1370 + 5 + 05CH8342 + 2013-07-01 + 2018-07-31 + CH + City of Rockford + Inactive + + + + F14177 + L14177 + 14177@hsesinfo.org + + + + + + + 7262 + 774 + 5 + 05CH8302 + 2013-07-01 + 2018-04-30 + CH + TRI-VALLEY OPPORTUNITY COUNCIL, INC. + Inactive + + + + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 7263 + 242 + 5 + 05CH8325 + 2013-07-01 + 2018-10-31 + CH + Community Action Agency of South Central Michigan + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + + + + + + + 7264 + 832 + 5 + 05CH8326 + 2013-07-01 + 2018-06-30 + CH + Genesee County + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 7265 + 1132 + 6 + 06CH7071 + 2013-07-01 + 2019-01-31 + CH + Parent Child Incorporated + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 7266 + 1507 + 7 + 07CH7054 + 2013-07-01 + 2017-10-31 + CH + South Central Iowa Community Action Program + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + + + + + + + 7267 + 3722 + 6 + 06CH7070 + 2013-07-01 + 2018-12-31 + CH + Family Service Association of San Antonio, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 7268 + 160 + 6 + 06CH7080 + 2013-07-01 + 2018-08-31 + CH + ST JOHN THE BAPTIST PARISH SCHOOL BOARD + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 7269 + 1373 + 6 + 06CH7063 + 2013-07-01 + 2018-08-31 + CH + AVANCE-San Antonio, Inc. + Inactive + + + + F2179 + L2179 + 2179@hsesinfo.org + + + + + + + 7270 + 1218 + 4 + 04CH4650 + 2013-07-01 + 2018-08-31 + CH + South Central Human Resource Agency + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 7271 + 603 + 10 + 10CH0190 + 2013-07-01 + 2018-06-30 + CH + Jannus, Inc. + Inactive + F43149 + L43149 + 43149@hsesinfo.org + + + + + + + + + + 7272 + 1171 + 4 + 04CH4651 + 2013-07-01 + 2018-06-30 + CH + Okaloosa County Comprehensive Head Start Child Developm + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + + + + + + + 7273 + 692 + 4 + 04CH4652 + 2013-07-01 + 2018-08-31 + CH + FORT VALLEY STATE UNIVERSITY + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F13741 + L13741 + 13741@hsesinfo.org + + + + + + + 7274 + 1800 + 4 + 04CH4653 + 2013-07-01 + 2018-06-30 + CH + ST JOHNS COUNTY SCHOOL DISTRICT + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + + + + + + + 7275 + 143 + 6 + 06CH7187 + 2013-07-01 + 2018-06-30 + CH + ASSUMPTION PARISH SCHOOL DISTRICT + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 7276 + 3721 + 6 + 06CH7069 + 2013-07-01 + 2019-01-31 + CH + South San Antonio Independent School District + Inactive + + + + F2193 + L2193 + 2193@hsesinfo.org + + + + + + + 7277 + 3441 + 9 + 09CH9105 + 2013-06-01 + 2018-05-31 + CH + Pacific Clinics + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 7278 + 909 + 4 + 04CH4646 + 2013-07-01 + 2018-02-28 + CH + COMMUNITY ACTION PARTNERSHIP OF NORTH ALABAMA, INC. + Inactive + + + + F42667 + L42667 + 42667@hsesinfo.org + + + + + + + 7279 + 1029 + 9 + 09CH9111 + 2013-07-01 + 2018-04-30 + CH + E Center + Inactive + + + + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 7280 + 3429 + 8 + 08CH1131 + 2013-07-01 + 2018-06-30 + CH + Clayton Early Learning, Trustee George W. Clayton Trust + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F3062 + L3062 + 3062@hsesinfo.org + + + + + + + 7281 + 752 + 3 + 03CH3402 + 2013-08-01 + 2019-07-31 + CH + Telamon Corporation + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + + + + + + + 7282 + 1562 + 8 + 08CH1119 + 2013-07-01 + 2018-06-30 + CH + City and County of Denver + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F3062 + L3062 + 3062@hsesinfo.org + + + + + + + 7283 + 3621 + 9 + 09CH9112 + 2013-07-01 + 2018-06-30 + CH + MONTEBELLO UNIFIED SCHOOL DISTRICT + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F35663 + L35663 + 35663@hsesinfo.org + + + + + + + 7284 + 189 + 9 + 09CH9113 + 2013-07-01 + 2018-06-30 + CH + Baldwin Park Unified School District + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F35663 + L35663 + 35663@hsesinfo.org + + + + + + + 7285 + 785 + 9 + 09CH9114 + 2013-07-01 + 2018-12-31 + CH + Foothill Family Service + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + + + + + + 7286 + 1812 + 9 + 09CH9115 + 2013-07-01 + 2019-06-30 + CH + Contra Costa County Community Services + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F16045 + L16045 + 16045@hsesinfo.org + + + + + + + 7287 + 850 + 9 + 09CH9116 + 2013-07-01 + 2018-12-31 + CH + Spanish Speaking Unity Council + Inactive + + + + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 7288 + 1035 + 9 + 09CH9117 + 2013-07-01 + 2018-02-28 + CH + Institute for Human and Social Development, Inc. + Inactive + + + + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 7289 + 684 + 9 + 09CH9118 + 2013-07-01 + 2018-06-30 + CH + NEIGHBORHOOD HOUSE ASSOCIATION + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 7290 + 1648 + 9 + 09CH9119 + 2013-07-01 + 2018-06-30 + CH + Yolo County Office of Education + Inactive + + + + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 7291 + 311 + 9 + 09CH9120 + 2013-07-01 + 2018-06-30 + CH + Vista Del Mar Child and Family Services + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F16045 + L16045 + 16045@hsesinfo.org + + + + + + + 7292 + 1549 + 7 + 07CH7055 + 2013-07-01 + 2017-11-30 + CH + Community Opportunities, Incorporated + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + + + + + + + 7293 + 1607 + 4 + 04CH4662 + 2013-07-01 + 2018-02-28 + CH + ELMORE COMMUNITY ACTION COMMITTEE + Inactive + + + + + + + + + + + + + 7294 + 825 + 3 + 03CH3404 + 2013-08-01 + 2018-07-31 + CH + Stafford County School District + Inactive + + + + F43578 + L43578 + 43578@hsesinfo.org + + + + + + + 7295 + 671 + 7 + 07CH7056 + 2013-07-16 + 2018-07-31 + CH + MID AMERICA REGIONAL COUNCIL + Inactive + F42090 + L42090 + 42090@hsesinfo.org + + + + + + + + + + 7296 + 1095 + 4 + 04CH4663 + 2013-07-01 + 2018-07-31 + CH + HIGHLAND RIM ECONOMIC CORPORATION + Inactive + F46632 + L46632 + 46632@hsesinfo.org + + + + + + + + + + 7297 + 402 + 4 + 04CH4664 + 2013-07-01 + 2018-07-31 + CH + Singing River Educational Association + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F43625 + L43625 + 43625@hsesinfo.org + + + + + + + 7298 + 1129 + 3 + 03CH3367 + 2012-05-01 + 2017-06-30 + CH + Young Men's Christian Association of Frederick County + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 7299 + 1605 + 13 + 90CH0098 + 2013-05-01 + 2013-08-30 + CH + CDI HS/ Alameda Co, + Inactive + + + + + + + + + + + + + 7300 + 1276 + 7 + 07CH7050 + 2013-06-01 + 2018-05-31 + CH + Youth in Need, Inc. + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + + + + + + + 7301 + 1605 + 13 + 90CH0099 + 2013-06-01 + 2015-10-31 + CH + CDI HS/ Central Washington, WA + Inactive + + + + + + + + + + + + + 7302 + 758 + 10 + 10CH0184 + 2013-07-01 + 2018-12-31 + CH + Neighborhood House Incorporated + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 7303 + 1742 + 10 + 10CH0185 + 2013-07-01 + 2019-01-31 + CH + Clackamas County Children's Commission + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 7304 + 1605 + 13 + 90CH0093 + 2012-11-01 + 2016-10-31 + CH + CDI HS/ Central Northeast Puerto Rico + Inactive + F27052 + L27052 + 27052@hsesinfo.org + F3538 + L3538 + 3538@hsesinfo.org + + + + + + + 7305 + 644 + 6 + 06CH7062 + 2012-07-01 + 2017-06-30 + CH + Save the Children Federation, Inc. + Inactive + + + + + + + + + + + + + 7306 + 235 + 5 + 05CH8301 + 2013-06-01 + 2018-10-31 + CH + West Central Minnesota Communities Action, Inc. + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + + + + + + + 7307 + 223 + 5 + 05CH8324 + 2013-06-01 + 2018-06-30 + CH + Monroe County Intermediate School District + Inactive + + + + F45378 + L45378 + 45378@hsesinfo.org + + + + + + + 7308 + 1605 + 13 + 90CH0100 + 2013-06-01 + 2015-05-31 + CH + CDI HS/ San Francisico, CA + Inactive + + + + + + + + + + + + + 7309 + 1815 + 6 + 06CH2001 + 2012-08-01 + 2025-06-30 + CH + Recovery School District - LDE + Inactive + + + + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 7310 + 1412 + 10 + 10CH0183 + 2013-07-01 + 2018-06-30 + CH + Opportunity Council + Inactive + F2446 + L2446 + 2446@hsesinfo.org + + + + + + + + + + 7311 + 1950 + 6 + 06CH2003 + 2013-01-01 + 2025-06-30 + CH + NATIVE AMERICAN PROFESSIONAL PARENT RESOURCES (NAPPR), + Inactive + + + + + + + + + + + + + 7313 + 1605 + 13 + 90CH0079 + 2012-02-01 + 2015-01-31 + CH + CDI/ Tri- Region of Arkansas + Inactive + + + + + + + + + + + + + 7314 + 360 + 11 + 90CI0498 + 2012-04-01 + 2025-06-30 + CI + The Tulalip Tribes + Inactive + + + + F3543 + L3543 + 3543@hsesinfo.org + + + + + + + 7317 + 1605 + 13 + 90CH0090 + 2012-09-30 + 2014-09-29 + CH + CDI HS/Shreveport, LA + Inactive + + + + + + + + + + + + + 7318 + 1605 + 13 + 90CH0089 + 2012-09-30 + 2014-09-29 + CH + CDI HS/Bronx, NY + Inactive + + + + + + + + + + + + + 7321 + 1605 + 13 + 90CH0095 + 2012-12-15 + 2017-12-14 + CH + CDI HS/ Southwest Arkansas + Inactive + F27052 + L27052 + 27052@hsesinfo.org + F40193 + L40193 + 40193@hsesinfo.org + + + + + + + 7322 + 1605 + 13 + 90CH0091 + 2012-09-28 + 2014-09-27 + CH + CDI HS/Wilmington, NC + Inactive + + + + + + + + + + + + + 7323 + 1605 + 13 + 90CH0085 + 2012-08-01 + 2014-07-31 + CH + CDI/Waukegan, IL + Inactive + + + + + + + + + + + + + 7581 + 1192 + 9 + 09CH9121 + 2013-08-01 + 2018-07-31 + CH + Northcoast Children's Services + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + + + + + + + 7582 + 1252 + 9 + 09CH9122 + 2013-08-01 + 2018-07-31 + CH + El Nido Family Centers + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + + + + + + 7583 + 1915 + 9 + 09CH9124 + 2013-08-01 + 2019-07-31 + CH + As Department of Education, Early Childhood Division + Inactive + + + + F14141 + L14141 + 14141@hsesinfo.org + + + + + + + 7584 + 1912 + 9 + 09CH9123 + 2013-08-01 + 2018-07-31 + CH + Palau Community Action Agency + Inactive + + + + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 7585 + 986 + 11 + 90CI9818 + 2013-09-01 + 2018-08-31 + CI + Sault Ste. Marie Tribe of Chippewa Indians + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + + + + + + + 7586 + 589 + 11 + 90CI9819 + 2013-09-01 + 2018-08-31 + CI + Confederated Tribes of The Chehalis Reservation + Inactive + F45004 + L45004 + 45004@hsesinfo.org + + + + + + + + + + 7587 + 598 + 11 + 90CI9820 + 2013-09-01 + 2018-08-31 + CI + White Earth Band Of Chippewa Indians + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + + + + + + + 7588 + 1187 + 8 + 08CH1099 + 2013-08-01 + 2019-03-31 + CH + Human Resource Development Council of District IX, Inc. + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F3058 + L3058 + 3058@hsesinfo.org + + + + + + + 7589 + 1010 + 1 + 01CH2057 + 2013-08-01 + 2018-07-31 + CH + Southern New Hampshire Services Inc. + Inactive + + + + F25866 + L25866 + 25866@hsesinfo.org + + + + + + + 7590 + 1971 + 8 + 08CH1036 + 2014-06-01 + 2019-05-31 + CH + Northwest Montana Head Start, Inc. + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 7591 + 1793 + 8 + 08CH1014 + 2013-09-01 + 2018-08-31 + CH + Durango 4 C Council Inc. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + + + + + + + 7592 + 553 + 7 + 07CH7057 + 2013-08-01 + 2018-07-31 + CH + Community Action Partnership of Mid Nebraska + Inactive + F2256 + L2256 + 2256@hsesinfo.org + + + + + + + + + + 7593 + 201 + 7 + 07CH7058 + 2013-08-01 + 2018-07-31 + CH + Unified School District #233 + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F45048 + L45048 + 45048@hsesinfo.org + + + + + + + 7594 + 1128 + 7 + 07CH7059 + 2013-08-01 + 2019-07-31 + CH + Northeast Missouri Community Action Agency + Inactive + + + + + + + + + + + + + 7595 + 1260 + 8 + 08CH1063 + 2013-09-01 + 2018-08-31 + CH + Wyoming Child & Family Development, Inc. + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + + + + + + + 7596 + 327 + 8 + 08CH1132 + 2013-09-01 + 2018-08-31 + CH + Developmental Opportunities Inc. + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + + + + + + + 7597 + 1605 + 13 + 90CH0107 + 2013-08-01 + 2014-11-30 + CH + CDI HS/ Southwest Philadelphia, PA + Inactive + + + + + + + + + + + + + 7598 + 271 + 8 + 08CH1088 + 2013-09-01 + 2018-08-31 + CH + Human Resources Council District XII + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 7599 + 518 + 8 + 08CH1094 + 2013-09-01 + 2018-08-31 + CH + Housing, Industry, Training, Inc. + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + + + + + + + 7600 + 489 + 6 + 06CH7086 + 2013-08-01 + 2018-07-31 + CH + Texarkana Special Education Center, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 7601 + 905 + 10 + 10CH0191 + 2013-09-01 + 2019-08-31 + CH + Skagit Valley College + Inactive + F45193 + L45193 + 45193@hsesinfo.org + F47540 + L47540 + 47540@hsesinfo.org + + + + + + + 7602 + 183 + 4 + 04CH4668 + 2013-08-01 + 2018-07-31 + CH + GULF COAST COMMUNITY ACTION AGENCY, INC. + Inactive + F13740 + L13740 + 13740@hsesinfo.org + + + + + + + + + + 7603 + 399 + 4 + 04CH4669 + 2013-08-01 + 2019-07-31 + CH + Macon Program for Progress + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 7604 + 355 + 4 + 04CH4670 + 2013-08-01 + 2018-07-31 + CH + Greene Lamp Inc. + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + + + + + + + 7605 + 1864 + 7 + 07CH7060 + 2013-09-01 + 2018-08-31 + CH + Head Start Child & Family Development Program Inc. + Inactive + F2256 + L2256 + 2256@hsesinfo.org + + + + + + + + + + 7606 + 165 + 6 + 06CH7090 + 2013-09-01 + 2018-08-31 + CH + Nueces County Community Action Agency + Inactive + + + + F2179 + L2179 + 2179@hsesinfo.org + + + + + + + 7607 + 651 + 9 + 09CH9125 + 2013-09-01 + 2018-08-31 + CH + Child-Parent Centers, Inc. + Inactive + F14124 + L14124 + 14124@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 7608 + 1825 + 6 + 06CH7089 + 2013-09-01 + 2018-08-31 + CH + Newton County Special Service Corporation, Inc. + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + + + + + + + 7609 + 514 + 9 + 09CH9126 + 2013-09-01 + 2019-08-31 + CH + Shasta County Head Start Child Development, Inc. + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 7610 + 891 + 9 + 09CH9127 + 2013-09-01 + 2018-08-31 + CH + Riverside County Office of Education + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 7611 + 411 + 9 + 09CH9128 + 2013-09-01 + 2018-08-31 + CH + Northern California Child Development Inc. + Inactive + + + + F43326 + L43326 + 43326@hsesinfo.org + + + + + + + 7612 + 1605 + 13 + 90CH0108 + 2013-09-01 + 2015-05-31 + CH + CDI HS\Wyandotte Co. + Inactive + + + + + + + + + + + + + 7613 + 1943 + 6 + 06CH7088 + 2013-09-01 + 2018-08-31 + CH + Mid-West New Mexico Community Action Program + Inactive + + + + F41654 + L41654 + 41654@hsesinfo.org + + + + + + + 7614 + 702 + 6 + 06CH7087 + 2013-09-01 + 2019-08-31 + CH + Beaumont Independent School District + Inactive + + + + + + + + + + + + + 7615 + 1401 + 12 + 90CM9801 + 2014-03-01 + 2019-02-28 + CM + Central California Migrant Head Start Program + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + + + + + + + 7616 + 1093 + 12 + 90CM9799 + 2014-02-01 + 2020-01-31 + CM + Kings Community Action Organization, Incorporated + Inactive + F47622 + L47622 + 47622@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + + + + + + + 7617 + 884 + 6 + 06CH7091 + 2013-09-01 + 2019-08-31 + CH + Port Arthur Independent School District + Inactive + F2185 + L2185 + 2185@hsesinfo.org + + + + + + + + + + 7618 + 1713 + 12 + 90CM9802 + 2014-06-01 + 2021-05-31 + CM + Otero Junior College + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + + + + + + + 7619 + 981 + 12 + 90CM9800 + 2014-03-01 + 2019-02-28 + CM + COMMUNITY ACTION PARTNERSHIP OF WESTERN NEBRASKA + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + + + + + + + 7620 + 506 + 2 + 02CH3038 + 2013-09-01 + 2019-08-31 + CH + Center for Family Resources, Inc. + Inactive + F2340 + L2340 + 2340@hsesinfo.org + + + + + + + + + + 7621 + 499 + 2 + 02CH3039 + 2013-09-01 + 2019-08-31 + CH + Northwest New Jersey Community Action Program, Incorporated + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + + + + + + + 7622 + 1751 + 2 + 02CH3042 + 2013-09-01 + 2019-07-31 + CH + The Trustees of Columbia University in the City of New York + Inactive + F32488 + L32488 + 32488@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 7623 + 1366 + 2 + 02CH3040 + 2013-09-01 + 2018-08-31 + CH + Municipality of Barceloneta + Inactive + F15514 + L15514 + 15514@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + + + + + + + 7624 + 1038 + 2 + 02CH3041 + 2013-09-01 + 2018-08-31 + CH + Municipality of Sabana Grande + Inactive + F15514 + L15514 + 15514@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + + + + + + + 7625 + 736 + 6 + 06CH7092 + 2013-09-01 + 2018-08-31 + CH + Region X Education Service Center + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F13531 + L13531 + 13531@hsesinfo.org + + + + + + + 7626 + 756 + 1 + 01CH2021 + 2013-09-01 + 2019-08-31 + CH + Woonsocket Head Start Child Development Association Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 7628 + 1525 + 4 + 04CH4671 + 2013-09-01 + 2018-08-31 + CH + Moore Community House, Inc. + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F43625 + L43625 + 43625@hsesinfo.org + + + + + + + 7629 + 1244 + 4 + 04CH4672 + 2013-09-01 + 2019-08-31 + CH + Berean Baptist Head Start + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + + + + + + + 7630 + 1720 + 4 + 04CH4676 + 2013-09-01 + 2018-08-31 + CH + Clarke County School District + Inactive + + + + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 7631 + 1161 + 4 + 04CH4673 + 2013-09-01 + 2018-08-31 + CH + Williamstown BOE Head Start + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + + + + + + + 7632 + 427 + 4 + 04CH4674 + 2013-09-01 + 2018-08-31 + CH + Paducah Independent School District + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + + + + + + + 7633 + 751 + 4 + 04CH4675 + 2013-09-01 + 2018-08-31 + CH + Choanoke Area Development Association of North Carolina, Incorporated + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 7634 + 272 + 6 + 06CH7093 + 2013-09-01 + 2018-08-31 + CH + ChildCareGroup + Inactive + + + + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 7635 + 856 + 10 + 10CH0192 + 2013-09-01 + 2019-01-31 + CH + Children's Home Society of Washington + Inactive + F45193 + L45193 + 45193@hsesinfo.org + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 7637 + 1726 + 2 + 02CH3037 + 2013-09-01 + 2019-06-30 + CH + Tri-County Community Action Agency Inc. + Inactive + F47556 + L47556 + 47556@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + + + + + + + 7638 + 321 + 11 + 90CI9822 + 2013-12-01 + 2019-11-30 + CI + Saint Regis Mohawk Tribe + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + + + + + + + 7683 + 464 + 10 + 10CH0193 + 2013-11-01 + 2018-10-31 + CH + Portland Public Schools + Inactive + F45193 + L45193 + 45193@hsesinfo.org + + + + + + + + + + 7684 + 320 + 5 + 05CH8357 + 2013-11-01 + 2019-10-31 + CH + C.E.F.S. Economic Opportunity Corp. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + + + + + + + 7685 + 717 + 5 + 05CH8350 + 2013-11-01 + 2018-10-31 + CH + Marshall Starke Development Center, Inc. + Inactive + F44271 + L44271 + 44271@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + + + + + + + 7686 + 805 + 5 + 05CH8351 + 2013-11-01 + 2018-10-31 + CH + Pace Community Action Agency, Inc. + Inactive + F44011 + L44011 + 44011@hsesinfo.org + F43022 + L43022 + 43022@hsesinfo.org + + + + + + + 7687 + 1053 + 5 + 05CH8349 + 2013-11-01 + 2018-10-31 + CH + Fremont Community Schools + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + + + + + + + 7688 + 1506 + 11 + 90CI9821 + 2013-11-01 + 2018-10-31 + CI + Inter-Tribal Council of Michigan, Inc. + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + + + + + + + 7689 + 1529 + 5 + 05CH8331 + 2013-11-01 + 2018-10-31 + CH + BARAGA-HOUGHTON-KEWEENAW CHILD DEVELOPMENT BOARD, INC. + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 7690 + 1025 + 5 + 05CH8362 + 2013-11-01 + 2018-10-31 + CH + Alger Marquette Community Action Board + Inactive + + + + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 7691 + 629 + 11 + 90CI9823 + 2013-11-01 + 2019-10-31 + CI + Grand Portage Reservation Tribal Council + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + + + + + + + 7692 + 235 + 5 + 05CH8304 + 2013-11-01 + 2018-10-31 + CH + West Central Minnesota Communities Action, Inc. + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + + + + + + + 7693 + 403 + 5 + 05CH8354 + 2013-11-01 + 2018-10-31 + CH + Trumbull Community Action Program, Inc. + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 7694 + 1947 + 5 + 05CH8353 + 2013-11-01 + 2020-10-31 + CH + West Ohio Community Action Partnership + Inactive + F44271 + L44271 + 44271@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + + + + + + + 7695 + 794 + 5 + 05CH8355 + 2013-11-01 + 2019-07-31 + CH + Great Lakes Community Action Partnership + Inactive + + + + F42111 + L42111 + 42111@hsesinfo.org + + + + + + + 7696 + 463 + 10 + 10CH0195 + 2013-11-01 + 2018-10-31 + CH + Southern Oregon Child & Family Council, Inc. + Inactive + F45193 + L45193 + 45193@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + + + + + + + 7697 + 1809 + 10 + 10CH0197 + 2013-11-01 + 2019-06-30 + CH + Educational Opportunities for Children and Families + Inactive + F45193 + L45193 + 45193@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + + + + + + + 7698 + 821 + 10 + 10CH0196 + 2013-11-01 + 2018-10-31 + CH + Seattle School District #1 + Inactive + F14039 + L14039 + 14039@hsesinfo.org + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 7699 + 855 + 10 + 10CH0194 + 2013-11-01 + 2019-06-30 + CH + Tacoma Public Schools + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 7700 + 1159 + 3 + 03CH3410 + 2013-11-01 + 2019-06-30 + CH + Braxton County School District + Inactive + + + + F44039 + L44039 + 44039@hsesinfo.org + + + + + + + 7701 + 1288 + 5 + 05CH8366 + 2013-12-01 + 2019-06-30 + CH + Family Forum Inc. + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 7702 + 870 + 5 + 05CH8323 + 2013-12-01 + 2018-11-30 + CH + Cooperative Educational Service Agency No. 11 + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 7703 + 1332 + 4 + 04CH4677 + 2013-10-01 + 2018-09-30 + CH + Cullman City Child Development Center + Inactive + + + + F46450 + L46450 + 46450@hsesinfo.org + + + + + + + 7704 + 783 + 9 + 09CH9129 + 2013-11-01 + 2018-10-31 + CH + Encompass Community Services + Inactive + + + + F43326 + L43326 + 43326@hsesinfo.org + + + + + + + 7705 + 1605 + 13 + 90CH0109 + 2013-10-01 + 2015-01-31 + CH + CDI HS/ Norwalk + Inactive + + + + + + + + + + + + + 7706 + 830 + 11 + 90CI9825 + 2014-01-01 + 2018-12-31 + CI + Southern Ute Indian Tribe + Inactive + F47622 + L47622 + 47622@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + + + + + + + 7707 + 1941 + 11 + 90CI9824 + 2014-01-01 + 2019-12-31 + CI + Aroostook Micmac Council + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + + + + + + + 7708 + 241 + 5 + 05CH8363 + 2014-01-01 + 2018-12-31 + CH + Eight Community Action Program, Inc. + Inactive + F44271 + L44271 + 44271@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + + + + + + + 7709 + 470 + 5 + 05CH8305 + 2014-01-01 + 2018-12-31 + CH + Prairie Five Community Action Council, Incorporated + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + + + + + + + 7710 + 1585 + 2 + 02CH3043 + 2013-10-01 + 2018-10-31 + CH + Community Action Planning Council of Jefferson County + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + + + + + + + 7711 + 1111 + 5 + 05CH8356 + 2014-01-01 + 2018-12-31 + CH + Community Action Program Commission of The Lancaster + Inactive + + + + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 7712 + 1428 + 11 + 90CI9826 + 2014-01-01 + 2019-12-31 + CI + Cheyenne & Arapaho Tribes + Inactive + F47622 + L47622 + 47622@hsesinfo.org + F3536 + L3536 + 3536@hsesinfo.org + + + + + + + 7713 + 845 + 5 + 05CH8367 + 2014-01-01 + 2018-12-31 + CH + ADVOCAP, Inc. + Inactive + + + + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 7715 + 386 + 11 + 90CI9827 + 2013-12-01 + 2018-11-30 + CI + Winnebago Tribe + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + + + + + + + 7717 + 145 + 6 + 06CH7094 + 2013-11-01 + 2019-06-30 + CH + Families and Children Together, Inc. + Inactive + + + + F2204 + L2204 + 2204@hsesinfo.org + + + + + + + 7718 + 1721 + 6 + 06CH7096 + 2013-11-01 + 2019-06-30 + CH + Region 9 Education Service Center + Inactive + F23929 + L23929 + 23929@hsesinfo.org + + + + + + + + + + 7719 + 1016 + 1 + 01CH2364 + 2013-11-01 + 2018-10-31 + CH + South Shore Community Action Council, Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 7720 + 539 + 1 + 01CH2244 + 2013-11-01 + 2018-10-31 + CH + Holyoke, Chicopee, Springfield Head Start Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F13406 + L13406 + 13406@hsesinfo.org + + + + + + + 7721 + 952 + 4 + 04CH4678 + 2013-11-01 + 2018-10-31 + CH + Wayne Action Group for Economic Solvency, Inc. + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + + + + + + + 7751 + 1523 + 4 + 04CH4679 + 2013-11-01 + 2019-06-30 + CH + St Clair County Head Start, Inc. + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + + + + + + + 7752 + 209 + 9 + 09CH9130 + 2013-12-01 + 2018-11-30 + CH + Southwest Human Development + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 7753 + 1305 + 6 + 06CH7095 + 2013-11-01 + 2019-06-30 + CH + University of Arkansas System + Inactive + + + + F15375 + L15375 + 15375@hsesinfo.org + + + + + + + 7754 + 811 + 9 + 09CH9140 + 2014-01-01 + 2018-12-31 + CH + Human Services Association + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + + + + + + 7755 + 465 + 9 + 09CH9139 + 2014-01-01 + 2018-12-31 + CH + Child Care Resource Center, Inc. + Inactive + + + + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 7756 + 5168 + 9 + 09CH9138 + 2014-01-01 + 2019-06-30 + CH + Training and Research Foundation + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + + + + + + 7757 + 1683 + 9 + 09CH9137 + 2014-01-01 + 2018-12-31 + CH + Options for Learning + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 7758 + 664 + 9 + 09CH9136 + 2014-01-01 + 2018-12-31 + CH + VOLUNTEERS OF AMERICA OF LOS ANGELES + Inactive + + + + F16045 + L16045 + 16045@hsesinfo.org + + + + + + + 7759 + 1683 + 9 + 09CH9131 + 2013-12-01 + 2018-11-30 + CH + Options for Learning + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 7760 + 1253 + 9 + 09CH9135 + 2014-01-01 + 2018-12-31 + CH + Venice Family Clinic + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 7761 + 1426 + 9 + 09CH9134 + 2014-01-01 + 2018-12-31 + CH + Dignity Health dba California Hospital Medical Cen + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 7762 + 218 + 9 + 09CH9133 + 2014-01-01 + 2018-12-31 + CH + Metropolitan Area Advisory Committee on Anti-Poverty of San Diego County, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 7763 + 191 + 9 + 09CH9132 + 2013-12-01 + 2018-11-30 + CH + Sunrise Children's Foundation + Inactive + + + + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 7764 + 359 + 1 + 01CH2152 + 2013-11-01 + 2019-10-31 + CH + Comprehensive Community Action, Inc. + Inactive + + + + F229 + L229 + 229@hsesinfo.org + + + + + + + 7765 + 1272 + 11 + 90CI9828 + 2014-03-01 + 2020-02-28 + CI + Shoshone & Arapaho JBC (ONAP) + Inactive + F47622 + L47622 + 47622@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + + + + + + + 7766 + 1878 + 4 + 04CH4681 + 2013-11-01 + 2019-06-30 + CH + Tuskegee City Mayor's office + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + + + + + + + 7767 + 3421 + 4 + 04CH4682 + 2013-11-01 + 2018-10-31 + CH + Easter Seals North Georgia, Inc. + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 7768 + 1006 + 11 + 90CI9829 + 2014-03-01 + 2019-02-28 + CI + Kickapoo Tribe In Kansas + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + + + + + + + 7769 + 487 + 2 + 02CH3044 + 2013-11-01 + 2020-06-30 + CH + Opportunities for Broome, Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + + + + + + + 7770 + 1563 + 4 + 04CH4680 + 2013-11-01 + 2019-07-31 + CH + Salisbury-Rowan Community Action Agency, Inc. + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + + + + + + + 7771 + 1402 + 4 + 04CH4683 + 2013-11-01 + 2019-06-30 + CH + Lutheran Services Florida, Inc. + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F13741 + L13741 + 13741@hsesinfo.org + + + + + + + 7772 + 784 + 8 + 08CH1130 + 2013-12-01 + 2018-11-30 + CH + Family Star, Inc. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F3062 + L3062 + 3062@hsesinfo.org + + + + + + + 7773 + 1385 + 8 + 08CH1121 + 2014-01-01 + 2018-12-31 + CH + Jefferson County Board of Commissioners + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 7774 + 1589 + 8 + 08CH1089 + 2014-01-01 + 2018-12-31 + CH + South Central Child Development, Inc. + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + + + + + + + 7775 + 1185 + 8 + 08CH1048 + 2014-02-01 + 2019-01-31 + CH + Inter Lakes Community Action Inc. + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + + + + + + + 7776 + 1237 + 8 + 08CH1056 + 2014-02-01 + 2019-01-31 + CH + Bear River Head Start + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + + + + + + 7777 + 244 + 8 + 08CH1057 + 2014-02-01 + 2019-01-31 + CH + Southern Utah University + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + + + + + + 7778 + 1992 + 9 + 09CH9141 + 2014-02-01 + 2019-01-31 + CH + Volunteers of America - Southwest Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 7779 + 1676 + 8 + 08CH1083 + 2014-02-01 + 2019-01-31 + CH + Iliff Community Center, Inc. + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + + + + + + 7780 + 1176 + 8 + 08CH1105 + 2014-03-01 + 2019-02-28 + CH + Salida School District R-32-J + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + + + + + + + 7781 + 396 + 11 + 90CI9830 + 2013-12-01 + 2019-11-30 + CI + Mille Lacs Band of Ojibwe + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + + + + + + + 7782 + 3427 + 11 + 90CI9831 + 2013-12-01 + 2018-11-30 + CI + Oneida Nation + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + + + + + + + 7783 + 1573 + 10 + 10CH0200 + 2014-01-01 + 2018-12-31 + CH + Friends of Children & Families, Inc. + Inactive + F45193 + L45193 + 45193@hsesinfo.org + F2421 + L2421 + 2421@hsesinfo.org + + + + + + + 7784 + 186 + 10 + 10CH0199 + 2014-01-01 + 2018-12-31 + CH + United Community Action Network + Inactive + F47078 + L47078 + 47078@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + + + + + + + 7785 + 1057 + 3 + 03CH3411 + 2013-12-01 + 2019-06-30 + CH + Council of Three Rivers American Indian Center + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 7786 + 1049 + 3 + 03CH3413 + 2014-01-01 + 2019-06-30 + CH + Lancaster-Lebanon Intermediate Unit School District #13 + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + + + + + + + 7787 + 1794 + 10 + 10CH0198 + 2014-01-01 + 2019-06-30 + CH + Community Child Care Center + Inactive + F48537 + L48537 + 48537@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + + + + + + + 7788 + 1712 + 3 + 03CH3412 + 2014-01-01 + 2018-12-31 + CH + Luzerne County Head Start, Inc. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + + + + + + + 7789 + 973 + 3 + 03CH3414 + 2014-01-01 + 2018-12-31 + CH + Raleigh County Community Action Association, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + + + + + + + 7790 + 975 + 3 + 03CH3415 + 2014-01-01 + 2018-12-31 + CH + Pride In Logan County, Inc. + Inactive + + + + F44038 + L44038 + 44038@hsesinfo.org + + + + + + + 7791 + 1470 + 3 + 03CH3416 + 2014-01-01 + 2018-12-31 + CH + Mountainheart Community Services, Inc. + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F44251 + L44251 + 44251@hsesinfo.org + + + + + + + 7792 + 5080 + 5 + 05CH8381 + 2014-02-01 + 2019-06-30 + CH + Geminus Corporation + Inactive + + + + F15967 + L15967 + 15967@hsesinfo.org + + + + + + + 7793 + 1108 + 5 + 05CH8372 + 2014-01-01 + 2018-12-31 + CH + Hancock Hardin Wyandot Putnam Community Action + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 7794 + 962 + 5 + 05CH8373 + 2014-02-01 + 2019-06-30 + CH + Butler County Educational Service Center + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + + + + + + + 7795 + 909 + 13 + 90CH0110 + 2013-10-14 + 2014-06-30 + CH + Region 4 CAPNA + Inactive + + + + + + + + + + + + + 7796 + 1961 + 6 + 06CH7104 + 2014-01-01 + 2019-06-30 + CH + Community Action Development Corporation + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + + + + + + + 7797 + 1189 + 6 + 06CH7100 + 2013-12-01 + 2019-06-30 + CH + Delta Community Action Foundation, Inc. + Inactive + + + + F41383 + L41383 + 41383@hsesinfo.org + + + + + + + 7799 + 989 + 3 + 03CH3418 + 2014-02-01 + 2019-01-31 + CH + Tableland Services, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + + + + + + + 7800 + 1882 + 3 + 03CH3417 + 2014-02-01 + 2019-01-31 + CH + Northern Neck Alliance, Inc. + Inactive + + + + F11796 + L11796 + 11796@hsesinfo.org + + + + + + + 7801 + 786 + 4 + 04CH4684 + 2013-11-01 + 2019-06-30 + CH + School Board of Broward County, Florida + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + + + + + + + 7802 + 601 + 4 + 04CH4685 + 2013-12-01 + 2018-11-30 + CH + Tri-County Community Council, Inc. + Inactive + + + + F43888 + L43888 + 43888@hsesinfo.org + + + + + + + 7803 + 1062 + 4 + 04CH4686 + 2013-12-01 + 2018-11-30 + CH + Audubon Area Community Services, Inc. + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + + + + + + 7804 + 1213 + 11 + 90CI9832 + 2014-02-01 + 2020-01-31 + CI + Fort Peck Assiniboine & Sioux Tribes + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 7805 + 1459 + 4 + 04CH4687 + 2013-12-01 + 2019-06-30 + CH + Gadsden County Board of Education + Inactive + + + + F46450 + L46450 + 46450@hsesinfo.org + + + + + + + 7806 + 1090 + 6 + 06CH7099 + 2013-12-01 + 2018-11-30 + CH + Little Dixie Community Action Agency, Inc. + Inactive + + + + F13700 + L13700 + 13700@hsesinfo.org + + + + + + + 7808 + 1308 + 4 + 04CH4688 + 2014-01-01 + 2019-06-30 + CH + Upper East Tennessee Human Development Agency, Inc. + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 7809 + 1071 + 2 + 02CH3045 + 2013-12-01 + 2018-11-30 + CH + Ulster County Community Action Committee, Inc. + Inactive + + + + F14089 + L14089 + 14089@hsesinfo.org + + + + + + + 7810 + 1320 + 10 + 10CH0201 + 2014-02-01 + 2019-01-31 + CH + Benton Franklin Head Start + Inactive + F47078 + L47078 + 47078@hsesinfo.org + F46991 + L46991 + 46991@hsesinfo.org + + + + + + + 7811 + 1284 + 1 + 01CH2204 + 2013-12-01 + 2019-07-31 + CH + Community Action Agency of Somerville + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + + + + + + 7812 + 689 + 6 + 06CH7097 + 2013-12-01 + 2019-06-30 + CH + Presbyterian Medical Services, Inc. + Inactive + F43271 + L43271 + 43271@hsesinfo.org + F41654 + L41654 + 41654@hsesinfo.org + + + + + + + 7813 + 1746 + 6 + 06CH7098 + 2013-12-01 + 2018-11-30 + CH + Rolling Plains Management Corporation + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + + + + + + 7814 + 5361 + 11 + 90CI9833 + 2014-01-01 + 2019-12-31 + CI + Cankdeska Cikana Community College + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + + + + + + + 7815 + 205 + 4 + 04CH0450 + 2013-12-01 + 2018-11-30 + CH + Mid-East Community Action Agency + Inactive + F48459 + L48459 + 48459@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 7816 + 1511 + 1 + 01CH2201 + 2013-12-01 + 2018-11-30 + CH + Northeast Kingdom Community Action, Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 7817 + 693 + 4 + 04CH4689 + 2014-01-01 + 2019-06-30 + CH + Coahoma Opportunities, Inc. + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + + + + + + + 7818 + 1204 + 11 + 90CI9834 + 2014-01-01 + 2018-12-31 + CI + Three Affiliated Tribes + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + + + + + + + 7819 + 803 + 4 + 04CH4690 + 2014-01-01 + 2019-06-30 + CH + Guilford Child Development + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 7821 + 992 + 4 + 04CH4691 + 2014-01-01 + 2019-12-31 + CH + Wateree Community Actions, Inc. + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 7822 + 699 + 1 + 01CH2023 + 2014-01-01 + 2019-06-30 + CH + Cape Cod Child Development Program, Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + + + + + + + 7823 + 970 + 7 + 07CH7061 + 2014-01-01 + 2018-12-31 + CH + East Missouri Action Agency + Inactive + + + + F240 + L240 + 240@hsesinfo.org + + + + + + + 7824 + 1834 + 2 + 02CH3047 + 2014-01-01 + 2018-12-31 + CH + Schoharie County Child Development Council, Inc. + Inactive + F2342 + L2342 + 2342@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + + + + + + + 7825 + 646 + 6 + 06CH7103 + 2014-01-01 + 2019-12-31 + CH + Alabama-Coushatta Tribe of Texas, The + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F44340 + L44340 + 44340@hsesinfo.org + + + + + + + 7826 + 1036 + 2 + 02CH3046 + 2014-01-01 + 2018-12-31 + CH + Caguas Municipality + Inactive + + + + F16073 + L16073 + 16073@hsesinfo.org + + + + + + + 7827 + 1236 + 6 + 06CH7102 + 2014-01-01 + 2019-08-31 + CH + Mississippi County Arkansas Economic Opportunity Inc + Inactive + + + + F2204 + L2204 + 2204@hsesinfo.org + + + + + + + 7828 + 453 + 6 + 06CH7101 + 2014-01-01 + 2019-10-31 + CH + Northwest Arkansas Head Start + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + + + + + + + 7829 + 1235 + 7 + 07CH7062 + 2014-01-01 + 2019-06-30 + CH + Douglas Community Services, Inc. + Inactive + + + + F30955 + L30955 + 30955@hsesinfo.org + + + + + + + 7830 + 874 + 3 + 03CH3420 + 2014-04-01 + 2020-08-31 + CH + Y M C A of Central Maryland, Inc. + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F44345 + L44345 + 44345@hsesinfo.org + + + + + + + 7832 + 5462 + 3 + 03CH3423 + 2013-12-01 + 2018-11-30 + CH + Bradford Tioga Head Start Inc. + Inactive + + + + F37589 + L37589 + 37589@hsesinfo.org + + + + + + + 7833 + 1285 + 3 + 03CH3421 + 2014-04-01 + 2019-03-31 + CH + Community Services for Children, Inc. + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + + + + + + 7834 + 1037 + 3 + 03CH3422 + 2014-04-01 + 2019-06-30 + CH + Fredericksburg City School District + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F32243 + L32243 + 32243@hsesinfo.org + + + + + + + 7835 + 792 + 1 + 01CH2286 + 2014-01-01 + 2018-12-31 + CH + Midcoast Maine Community Action + Inactive + + + + F229 + L229 + 229@hsesinfo.org + + + + + + + 7836 + 1403 + 4 + 04CH4692 + 2014-01-01 + 2018-12-31 + CH + Knoxville-Knox County Community Action Committee + Inactive + + + + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 7837 + 1121 + 5 + 05CH8382 + 2014-03-01 + 2019-09-30 + CH + Child-Adult Resource Services, Inc. + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + + + + + + + 7838 + 570 + 5 + 05CH8364 + 2014-03-01 + 2019-02-28 + CH + Allegan County Resource Development Committee, Inc. + Inactive + + + + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 7839 + 1554 + 5 + 05CH8376 + 2014-03-01 + 2019-02-28 + CH + Kootasca Community Action, Inc. + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + + + + + + 7840 + 1023 + 8 + 08CH1020 + 2014-04-01 + 2019-03-31 + CH + Otero Junior College Foundation + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + + + + + + + 7841 + 606 + 2 + 02CH3048 + 2014-02-01 + 2019-01-31 + CH + The Educational Alliance, Inc. + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + + + + + + + 7842 + 1335 + 2 + 02CH3049 + 2014-03-01 + 2019-02-28 + CH + Greater Bergen Community Action, Inc. + Inactive + + + + + + + + + + + + + 7843 + 695 + 2 + 02CH3050 + 2014-02-01 + 2019-01-31 + CH + Action for a Better Community + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 7844 + 1352 + 2 + 02CH3051 + 2014-02-01 + 2019-01-31 + CH + United Academy Inc. + Inactive + + + + F2304 + L2304 + 2304@hsesinfo.org + + + + + + + 7845 + 647 + 2 + 02CH3053 + 2014-02-01 + 2020-06-30 + CH + Manhasset-Great Neck Economic Opportunity Council, Inc. + Inactive + F47557 + L47557 + 47557@hsesinfo.org + + + + + + + + + + 7846 + 605 + 2 + 02CH3054 + 2014-02-01 + 2019-01-31 + CH + Northside Center for Child Development + Inactive + + + + F43949 + L43949 + 43949@hsesinfo.org + + + + + + + 7847 + 1939 + 8 + 08CH1053 + 2014-04-01 + 2019-03-31 + CH + The University of South Dakota + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + + + + + + + 7848 + 1745 + 2 + 02CH3052 + 2014-02-01 + 2019-01-31 + CH + Quintana Baptist Church Head Start Program + Inactive + F2342 + L2342 + 2342@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + + + + + + + 7849 + 5501 + 1 + 01CH2527 + 2014-01-01 + 2018-12-31 + CH + Housing Authority of the City of Norwalk + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + + + + + + 7850 + 945 + 8 + 08CH1035 + 2014-05-01 + 2019-06-30 + CH + Rocky Mountain Development Council, Inc. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + + + + + + + + + + 7851 + 1182 + 8 + 08CH1044 + 2014-06-01 + 2019-05-31 + CH + Minot Public School District 1 + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + + + + + + + 7852 + 1769 + 11 + 90CI9835 + 2014-02-01 + 2019-01-31 + CI + Colorado River Indian Tribes + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F42301 + L42301 + 42301@hsesinfo.org + + + + + + + 7853 + 452 + 1 + 01CH2002 + 2014-02-01 + 2019-01-31 + CH + Communities United, Inc. + Inactive + + + + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 7854 + 200 + 4 + 04CH4693 + 2014-02-01 + 2019-01-31 + CH + Institute of Community Services, Inc. + Inactive + F2065 + L2065 + 2065@hsesinfo.org + + + + + + + + + + 7855 + 1929 + 7 + 07CH7063 + 2014-02-01 + 2019-01-31 + CH + Sarpy County Cooperative Head Start + Inactive + + + + F13558 + L13558 + 13558@hsesinfo.org + + + + + + + 7856 + 554 + 7 + 07CH7064 + 2014-02-01 + 2019-06-30 + CH + West Central Community Action + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + + + + + + + 7857 + 1205 + 11 + 90CI9836 + 2014-04-01 + 2020-03-31 + CI + Rosebud Sioux Tribe + Inactive + F47779 + L47779 + 47779@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 7860 + 721 + 11 + 90CI9837 + 2014-02-01 + 2020-01-31 + CI + Eastern Band of Cherokee Indians + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F15469 + L15469 + 15469@hsesinfo.org + + + + + + + 7861 + 1254 + 11 + 90CI9838 + 2014-03-01 + 2019-02-28 + CI + Confederated Tribes of Siletz Indians + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F42301 + L42301 + 42301@hsesinfo.org + + + + + + + 7862 + 351 + 11 + 90CI9839 + 2014-01-01 + 2018-12-31 + CI + Nooksack Indian Tribe + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F45305 + L45305 + 45305@hsesinfo.org + + + + + + + 7865 + 1813 + 6 + 06CH7105 + 2014-02-01 + 2019-01-31 + CH + Cen-Tex Family Services, Inc. + Inactive + + + + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 7866 + 1191 + 9 + 09CH9143 + 2014-03-01 + 2019-02-28 + CH + Western Arizona Council of Governments + Inactive + + + + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 7867 + 666 + 9 + 09CH9142 + 2014-03-01 + 2019-07-31 + CH + Community Action Partnership of Kern + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 7868 + 503 + 7 + 07CH7066 + 2014-03-01 + 2019-02-28 + CH + Upper Des Moines Opportunity Inc. + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + + + + + + + 7869 + 1144 + 7 + 07CH7065 + 2014-03-01 + 2019-06-30 + CH + Northeast Nebraska Community Action Partnership, Inc. + Inactive + + + + F13558 + L13558 + 13558@hsesinfo.org + + + + + + + 7872 + 1485 + 5 + 05CH8358 + 2014-04-01 + 2019-06-30 + CH + Tazewell-Woodford Head Start + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 7873 + 1179 + 5 + 05CH8383 + 2014-05-01 + 2019-04-30 + CH + Carey Services, Inc. + Inactive + F44271 + L44271 + 44271@hsesinfo.org + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 7874 + 775 + 5 + 05CH8377 + 2014-04-01 + 2019-03-31 + CH + Community Action Partnership of Ramsey and Washington Counties + Inactive + F44011 + L44011 + 44011@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + + + + + + + 7875 + 1462 + 5 + 05CH8378 + 2014-04-01 + 2019-09-30 + CH + Southwestern Minnesota Opportunity Council, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + + + + + + + 7876 + 538 + 5 + 05CH8379 + 2014-05-01 + 2020-04-30 + CH + SEMCAC, Inc. + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 7877 + 1821 + 5 + 05CH8380 + 2014-05-01 + 2019-04-30 + CH + Three Rivers Community Action, Inc. + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + + + + + + + 7878 + 1079 + 5 + 05CH8371 + 2014-04-01 + 2019-03-31 + CH + The Community Action Program Corporation of Washington + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 7879 + 1798 + 1 + 01CH2511 + 2014-03-01 + 2019-02-28 + CH + Manchester Board of Education + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 7880 + 409 + 9 + 09CH9144 + 2014-05-01 + 2019-04-30 + CH + Family Support Services of West Hawaii + Inactive + + + + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 7881 + 1653 + 3 + 03CH3425 + 2014-05-01 + 2019-04-30 + CH + Central Fulton School District + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + + + + + + + 7882 + 1711 + 6 + 06CH7106 + 2014-03-01 + 2019-06-30 + CH + Head Start of Greater Dallas, Inc. + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + + + + + + + 7883 + 1173 + 3 + 03CH3424 + 2014-05-01 + 2019-06-30 + CH + Child Development Resources, Inc. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + + + + + + + 7884 + 1766 + 3 + 03CH9410 + 2014-05-01 + 2019-06-30 + CH + Community Action of Southeastern West Virginia, Inc. + Inactive + + + + F43578 + L43578 + 43578@hsesinfo.org + + + + + + + 7886 + 1383 + 3 + 03CH3426 + 2014-06-01 + 2019-06-30 + CH + Kids Central, Inc. + Inactive + + + + F47017 + L47017 + 47017@hsesinfo.org + + + + + + + 7887 + 1312 + 3 + 03CH3427 + 2014-06-01 + 2019-05-31 + CH + Chesterfield County Public Schools + Inactive + F2415 + L2415 + 2415@hsesinfo.org + + + + + + + + + + 7888 + 1608 + 4 + 04CH4694 + 2013-03-01 + 2019-02-28 + CH + Alabama Council on Human Relations Inc. + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + + + + + + 7889 + 898 + 4 + 04CH4695 + 2014-03-01 + 2019-06-30 + CH + Montgomery Community Action Committee & CDC, Inc. + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + + + + + + + 7890 + 932 + 8 + 08CH1100 + 2014-04-01 + 2019-06-30 + CH + Montrose County School District RE-1J + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + + + + + + + 7891 + 1321 + 8 + 08CH1138 + 2014-05-01 + 2019-04-30 + CH + DDI Vantage, Inc. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + + + + + + 7892 + 1193 + 9 + 09CH9145 + 2014-04-01 + 2019-03-31 + CH + Child Development Resources of Ventura County, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 7893 + 1614 + 9 + 09CH9146 + 2014-04-01 + 2019-03-31 + CH + Tulare, County of + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F35663 + L35663 + 35663@hsesinfo.org + + + + + + + 7894 + 1536 + 9 + 09CH9147 + 2014-05-01 + 2019-04-30 + CH + Wu Yee Children's Services + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + + + + + + + 7895 + 1223 + 5 + 05CH8359 + 2014-05-01 + 2019-04-30 + CH + Community Link, Inc. + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 7896 + 1081 + 5 + 05CH8384 + 2014-05-01 + 2019-04-30 + CH + Bona Vista Programs, Inc. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F43022 + L43022 + 43022@hsesinfo.org + + + + + + + 7897 + 1987 + 5 + 05CH8391 + 2014-04-01 + 2019-03-31 + CH + Inter-County Community Council + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + + + + + + + 7898 + 323 + 5 + 05CH8392 + 2014-04-01 + 2019-03-31 + CH + Mahube-Otwa Community Action Partnership, Inc. + Inactive + F44011 + L44011 + 44011@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + + + + + + 7899 + 275 + 5 + 05CH8386 + 2014-05-01 + 2020-04-30 + CH + Stark County Community Action Agency + Inactive + F44011 + L44011 + 44011@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 7900 + 438 + 5 + 05CH8374 + 2014-04-01 + 2019-03-31 + CH + LEADS + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 7901 + 1110 + 5 + 05CH8375 + 2014-04-01 + 2019-06-30 + CH + Jackson-Vinton Community Action, Inc. + Inactive + + + + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 7902 + 1606 + 5 + 05CH8368 + 2014-04-01 + 2019-03-31 + CH + Marathon County Child Development Agency, Inc. + Inactive + + + + F45378 + L45378 + 45378@hsesinfo.org + + + + + + + 7903 + 1605 + 13 + 90CH0111 + 2014-03-06 + 2015-06-30 + CH + CDI HS/Avoyelles Parish, LA + Inactive + + + + + + + + + + + + + 7904 + 1098 + 7 + 07CH7067 + 2014-04-01 + 2019-03-31 + CH + East Central Kansas Economic Opportunity Corporation + Inactive + + + + F45048 + L45048 + 45048@hsesinfo.org + + + + + + + 7905 + 1665 + 7 + 07CH7068 + 2014-04-01 + 2019-06-30 + CH + NEK-CAP, Inc. + Inactive + + + + F45048 + L45048 + 45048@hsesinfo.org + + + + + + + 7906 + 415 + 11 + 90CI9842 + 2014-06-01 + 2020-05-31 + CI + Prairie Band Potawatomi Nation + Inactive + F47622 + L47622 + 47622@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + + + + + + + 7907 + 212 + 11 + 90CI9840 + 2014-04-01 + 2019-03-31 + CI + Caddo Tribe of Oklahoma + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F15469 + L15469 + 15469@hsesinfo.org + + + + + + + 7908 + 517 + 11 + 90CI9841 + 2014-04-01 + 2020-03-31 + CI + Lac Courte Oreilles Band of Lake Superior Chippewa + Inactive + F47622 + L47622 + 47622@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + + + + + + + 7909 + 682 + 7 + 07CH7071 + 2014-05-01 + 2019-04-30 + CH + KANSAS CHILDREN'S SERVICE LEAGUE + Inactive + + + + F34010 + L34010 + 34010@hsesinfo.org + + + + + + + 7910 + 1923 + 7 + 07CH7069 + 2014-05-01 + 2019-06-30 + CH + South Central Missouri Community Action Agency + Inactive + + + + F15302 + L15302 + 15302@hsesinfo.org + + + + + + + 7911 + 388 + 7 + 07CH7070 + 2014-05-01 + 2019-07-31 + CH + Blue Valley Community Action, Inc. + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F47025 + L47025 + 47025@hsesinfo.org + + + + + + + 7914 + 1422 + 2 + 02CH3055 + 2014-04-01 + 2019-06-30 + CH + Early Childhood Learning Center of Greene County + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + + + + + + + 7915 + 124 + 2 + 02CH3056 + 2014-04-01 + 2019-03-31 + CH + Fulmont Community Action Agency, Inc. + Inactive + + + + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 7916 + 237 + 2 + 02CH3057 + 2014-04-01 + 2019-07-31 + CH + Commission on Economic Opportunity for the Greater Capital Region, Inc. + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + + + + + + + 7917 + 1808 + 4 + 04CH4697 + 2014-04-01 + 2019-06-30 + CH + Gaston Community Action, Inc. + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + + + + + + + 7918 + 483 + 4 + 04CH4696 + 2014-05-01 + 2019-04-30 + CH + L B J & C Development Corporation + Inactive + F2001 + L2001 + 2001@hsesinfo.org + + + + + + + + + + 7919 + 5822 + 9 + 09CH9148 + 2014-04-01 + 2019-03-31 + CH + Mission Neighborhood Centers, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + + + + + + + 7920 + 5821 + 9 + 09CH9149 + 2014-04-01 + 2019-03-31 + CH + Kai Ming, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + + + + + + + 7921 + 560 + 1 + 01CH2121 + 2014-04-01 + 2019-03-31 + CH + Thames Valley Council for Community Action, Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 7922 + 559 + 4 + 04CH4698 + 2014-04-01 + 2019-06-30 + CH + Coastal Plain Area Economic Opportunity Authority, Inc. + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 7923 + 1890 + 8 + 08CH1140 + 2014-07-01 + 2019-06-30 + CH + Young Families Early Head Start Inc. + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F3058 + L3058 + 3058@hsesinfo.org + + + + + + + 7924 + 1619 + 8 + 08CH1041 + 2014-07-01 + 2019-06-30 + CH + Grand Forks Public School District #1 + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + + + + + + + 7925 + 617 + 6 + 06CH7107 + 2014-04-01 + 2019-03-31 + CH + Sunbeam Family Services Inc. + Inactive + + + + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 7926 + 1748 + 8 + 08CH1141 + 2014-07-01 + 2019-06-30 + CH + Kids On the Move, Inc. + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + + + + + + 7927 + 1358 + 12 + 90CM9807 + 2014-09-01 + 2020-08-31 + CM + Chicanos por la Causa, Inc. + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F39971 + L39971 + 39971@hsesinfo.org + + + + + + + 7928 + 891 + 12 + 90CM9806 + 2014-09-01 + 2019-08-31 + CM + Riverside County Office of Education + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + + + + + + + 7929 + 1614 + 12 + 90CM9808 + 2014-09-01 + 2019-08-31 + CM + Tulare, County of + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + + + + + + + 7930 + 1556 + 9 + 09CH9150 + 2014-04-01 + 2019-12-31 + CH + Easter Seals Southern California, Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 7931 + 1605 + 13 + 90CH0112 + 2014-04-01 + 2016-03-31 + CH + CDI HS/ Bucks County, PA + Inactive + + + + + + + + + + + + + 7932 + 1982 + 5 + 05CH8387 + 2014-04-01 + 2019-03-31 + CH + Ashtabula County Community Action Agency + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 7934 + 759 + 8 + 08CH1007 + 2014-09-01 + 2020-06-30 + CH + Boulder, County of + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + + + + + + + 7935 + 215 + 8 + 08CH1015 + 2014-09-01 + 2019-08-31 + CH + Sheridan School District 2 + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + + + + + + + 7936 + 1402 + 4 + 04CH4699 + 2014-04-01 + 2019-07-31 + CH + Lutheran Services Florida, Inc. + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F13741 + L13741 + 13741@hsesinfo.org + + + + + + + 7937 + 1602 + 8 + 08CH1058 + 2014-09-01 + 2019-08-31 + CH + Ogden-Weber Community Action Partnership, Inc. + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + + + + + + 7938 + 3431 + 8 + 08CH1142 + 2014-09-01 + 2019-08-31 + CH + Children's Developmental Services of Campbell County + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + + + + + + + 7939 + 919 + 12 + 90CM9809 + 2014-11-01 + 2019-10-31 + CM + Redlands Christian Migrant Association + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + + + + + + + 7940 + 15 + 12 + 90CM9805 + 2014-07-01 + 2019-06-30 + CM + Illinois Department of Human Services + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + + + + + + + 7941 + 539 + 12 + 90CM9804 + 2015-03-01 + 2020-02-28 + CM + Holyoke, Chicopee, Springfield Head Start Inc. + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F39971 + L39971 + 39971@hsesinfo.org + + + + + + + 7942 + 752 + 12 + 90CM9803 + 2015-03-01 + 2020-06-30 + CM + Telamon Corporation + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F39971 + L39971 + 39971@hsesinfo.org + + + + + + + 7943 + 1588 + 12 + 90CM9810 + 2015-01-01 + 2020-12-31 + CM + Oregon Child Development Coalition, Inc. + Active + F3537 + L3537 + 3537@hsesinfo.org + F39971 + L39971 + 39971@hsesinfo.org + 2397 + 352 + + + + + 7944 + 166 + 12 + 90CM9811 + 2015-02-01 + 2020-01-31 + CM + TEXAS MIGRANT COUNCIL + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + + + + + + + 7945 + 1436 + 2 + 02CH3058 + 2014-05-01 + 2019-04-30 + CH + Head Start of Eastern Orange County, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + + + + + + + 7946 + 497 + 2 + 02CH3059 + 2014-05-01 + 2019-04-30 + CH + Parsons Child and Family Center + Inactive + F2340 + L2340 + 2340@hsesinfo.org + + + + + + + + + + 7947 + 1303 + 11 + 90CI9843 + 2014-05-01 + 2020-04-30 + CI + Yankton Sioux Tribe of South Dakota + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 7948 + 1149 + 6 + 06CH7109 + 2014-05-01 + 2019-06-30 + CH + Economic Opportunities Advancement Corporation of Planning Region XI + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F13531 + L13531 + 13531@hsesinfo.org + + + + + + + 7949 + 796 + 6 + 06CH7108 + 2014-05-01 + 2019-06-30 + CH + Child Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 7950 + 284 + 10 + 10CH0204 + 2014-07-01 + 2019-06-30 + CH + Pocatello School District No. 25 + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F2421 + L2421 + 2421@hsesinfo.org + + + + + + + 7951 + 1347 + 10 + 10CH0203 + 2014-06-01 + 2019-05-31 + CH + Umatilla Morrow Head Start, Inc. + Inactive + F14039 + L14039 + 14039@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + + + + + + + 7952 + 171 + 10 + 10CH0206 + 2014-07-01 + 2021-06-30 + CH + Eastern Oregon University + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + + + + + + + 7953 + 1387 + 6 + 06CH7110 + 2014-05-01 + 2019-06-30 + CH + Tri-County Community Action, Inc. + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + + + + + + + 7954 + 252 + 10 + 10CH0202 + 2014-06-01 + 2019-05-31 + CH + Rural Resources Community Action + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F46991 + L46991 + 46991@hsesinfo.org + + + + + + + 7955 + 505 + 10 + 10CH0205 + 2014-07-01 + 2019-06-30 + CH + Eastern Washington University + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F46991 + L46991 + 46991@hsesinfo.org + + + + + + + 7956 + 1532 + 12 + 90CM9812 + 2014-05-01 + 2020-01-31 + CM + Community Action Program for Central Arkansas CAPCA + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + + + + + + + 7957 + 1236 + 12 + 90CM9813 + 2014-05-01 + 2019-08-31 + CM + Mississippi County Arkansas Economic Opportunity Inc. + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + + + + + + + 7958 + 1615 + 3 + 03CH3430 + 2014-06-01 + 2019-05-31 + CH + Lawrence County Social Services, Inc. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 7959 + 590 + 3 + 03CH3428 + 2014-06-01 + 2019-05-31 + CH + New River Community Action, Inc. + Inactive + + + + F11796 + L11796 + 11796@hsesinfo.org + + + + + + + 7960 + 342 + 3 + 03CH3429 + 2014-06-01 + 2019-05-31 + CH + AFL-CIO Appalachian Council + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F44039 + L44039 + 44039@hsesinfo.org + + + + + + + 7961 + 1258 + 11 + 90CI9844 + 2014-06-01 + 2020-05-31 + CI + The Hopi Tribe + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + + + + + + + 7962 + 1009 + 5 + 05CH8385 + 2014-06-01 + 2019-05-31 + CH + Floyd County Community Action Agency + Inactive + F44271 + L44271 + 44271@hsesinfo.org + F43022 + L43022 + 43022@hsesinfo.org + + + + + + + 7963 + 1528 + 5 + 05CH8414 + 2014-07-01 + 2019-10-31 + CH + Metropolitan Children and Youth, Inc. Renaissance + Inactive + + + + F14177 + L14177 + 14177@hsesinfo.org + + + + + + + 7964 + 1499 + 3 + 03CH3433 + 2014-07-01 + 2019-06-30 + CH + Warren & Forest Counties Economic Opportunity Council + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + + + + + + + 7965 + 1230 + 3 + 03CH3434 + 2014-07-01 + 2019-06-30 + CH + North Central West Virginia Community Action Agency + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F44039 + L44039 + 44039@hsesinfo.org + + + + + + + 7966 + 1666 + 3 + 03CH3435 + 2014-07-01 + 2020-06-30 + CH + Northern Panhandle Head Start, Inc. + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + + + + + + + 7967 + 551 + 5 + 05CH8449 + 2014-06-01 + 2019-05-31 + CH + Children's Home & Aid Society of Illinois + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + + + + + + + 7968 + 1145 + 5 + 05CH8360 + 2014-07-01 + 2019-06-30 + CH + Wabash Area Development, Inc. + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 7969 + 1447 + 5 + 05CH8447 + 2014-07-01 + 2019-03-31 + CH + Tri-County Opportunities Council, Inc. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 7970 + 125 + 5 + 05CH8445 + 2014-07-01 + 2020-06-30 + CH + Southern Illinois University + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + + + + + + + 7971 + 1256 + 5 + 05CH8446 + 2014-07-01 + 2019-06-30 + CH + Springfield Urban League, Inc. + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F43022 + L43022 + 43022@hsesinfo.org + + + + + + + 7972 + 641 + 5 + 05CH8432 + 2014-07-01 + 2019-06-30 + CH + Hamilton Center Inc. + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + + + + + + + 7973 + 1651 + 5 + 05CH8415 + 2014-07-01 + 2019-12-31 + CH + Livingston Educational Service Agency + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + + + + + + 7974 + 1073 + 5 + 05CH8416 + 2014-07-01 + 2019-10-31 + CH + Dickinson-Iron Intermediate School District + Inactive + F44011 + L44011 + 44011@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 7975 + 1215 + 5 + 05CH8400 + 2014-07-01 + 2019-06-30 + CH + Parents in Community Action, Inc. + Inactive + + + + F2147 + L2147 + 2147@hsesinfo.org + + + + + + + 7976 + 1004 + 5 + 05CH8396 + 2014-07-01 + 2019-06-30 + CH + Bi-County Community Action Programs, Inc. + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + + + + + + + 7977 + 1115 + 5 + 05CH8390 + 2014-07-01 + 2020-03-31 + CH + Community Action Agency of Columbiana County, Inc. + Inactive + + + + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 7978 + 1620 + 5 + 05CH8388 + 2014-07-01 + 2019-06-30 + CH + Athens - Meigs Educational Service Center + Inactive + F44011 + L44011 + 44011@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 7979 + 175 + 5 + 05CH8389 + 2014-07-01 + 2019-06-30 + CH + North Central State College + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + + + + + + + 7980 + 869 + 5 + 05CH8498 + 2014-07-01 + 2019-06-30 + CH + Merrill Area Public Schools + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + + + + + + + 7981 + 291 + 5 + 05CH8499 + 2014-07-01 + 2019-06-30 + CH + Wood County Head Start, Inc. + Inactive + F44011 + L44011 + 44011@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + + + + + + + 7982 + 1889 + 5 + 05CH8497 + 2014-06-01 + 2019-05-31 + CH + Head Start Child and Family Development Centers, Inc. + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 7983 + 1893 + 5 + 05CH8428 + 2014-07-01 + 2019-10-31 + CH + Elkhart and St. Joseph Counties Head Start Consortium + Inactive + F44011 + L44011 + 44011@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + + + + + + + 7984 + 176 + 5 + 05CH8409 + 2014-07-01 + 2019-06-30 + CH + Southfield Public School District + Inactive + F44271 + L44271 + 44271@hsesinfo.org + F43022 + L43022 + 43022@hsesinfo.org + + + + + + + 7985 + 752 + 5 + 05CH8430 + 2014-06-01 + 2019-06-30 + CH + Telamon Corporation + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F47912 + L47912 + 47912@hsesinfo.org + + + + + + + 7986 + 1853 + 5 + 05CH8370 + 2014-07-01 + 2019-06-30 + CH + National Centers for Learning Excellence, Inc. + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F2147 + L2147 + 2147@hsesinfo.org + + + + + + + 7987 + 418 + 5 + 05CH8408 + 2014-07-01 + 2020-05-31 + CH + Fivecap, Inc. + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + + + + + + 7988 + 922 + 5 + 05CH8393 + 2014-07-01 + 2019-03-31 + CH + Arrowhead Economic Opportunity Agency, Inc. + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + + + + + + + 7989 + 836 + 5 + 05CH8395 + 2014-07-01 + 2019-03-31 + CH + Minnesota Valley Action Council, Inc. + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 7990 + 1627 + 5 + 05CH8394 + 2014-07-01 + 2019-10-31 + CH + Child Care Resource and Referral, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + + + + + + 7991 + 194 + 5 + 05CH8467 + 2014-07-01 + 2019-11-30 + CH + Celina City Schools + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 7992 + 1065 + 5 + 05CH8468 + 2014-07-01 + 2019-06-30 + CH + Community Action Commission of Belmont County + Inactive + + + + F43022 + L43022 + 43022@hsesinfo.org + + + + + + + 7993 + 5942 + 5 + 05CH8473 + 2014-06-01 + 2019-06-30 + CH + Toledo Public Schools + Inactive + F44271 + L44271 + 44271@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + + + + + + + 7994 + 5941 + 5 + 05CH8472 + 2014-06-01 + 2019-05-31 + CH + Brightside Academy, Inc. + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F2147 + L2147 + 2147@hsesinfo.org + + + + + + + 7995 + 333 + 10 + 10CH0207 + 2014-07-01 + 2019-08-31 + CH + Lower Columbia College + Inactive + F14039 + L14039 + 14039@hsesinfo.org + F46991 + L46991 + 46991@hsesinfo.org + + + + + + + 7996 + 102 + 10 + 10CH0208 + 2014-07-01 + 2019-06-30 + CH + Kitsap Community Resources + Inactive + F14039 + L14039 + 14039@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + + + + + + + 7997 + 155 + 7 + 07CH7073 + 2014-06-01 + 2019-05-31 + CH + Tri-County Child and Family Development Council, Inc. + Inactive + + + + F240 + L240 + 240@hsesinfo.org + + + + + + + 7998 + 814 + 7 + 07CH7072 + 2014-06-01 + 2019-05-31 + CH + Midland Lutheran College + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F47025 + L47025 + 47025@hsesinfo.org + + + + + + + 7999 + 701 + 12 + 90CM9814 + 2014-07-01 + 2019-06-30 + CM + UMOS, Inc. + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + + + + + + + 8000 + 799 + 9 + 09CH9151 + 2014-06-01 + 2019-05-31 + CH + Maui Economic Opportunity, Inc. + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + + + + + + 8001 + 909 + 4 + 04CH4700 + 2014-05-01 + 2019-02-28 + CH + Community Action Partnership Of North Alabama, Inc. + Inactive + + + + F42667 + L42667 + 42667@hsesinfo.org + + + + + + + 8002 + 5981 + 4 + 04CH4701 + 2014-05-01 + 2019-04-30 + CH + New Hanover County Schools + Inactive + + + + F42900 + L42900 + 42900@hsesinfo.org + + + + + + + 8003 + 1613 + 1 + 01CH2916 + 2014-06-01 + 2019-05-31 + CH + Southern Kennebec Child Development Corporation + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 8004 + 996 + 1 + 01CH2409 + 2014-06-01 + 2019-05-31 + CH + Aroostook County Action Program + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F32486 + L32486 + 32486@hsesinfo.org + + + + + + + 8005 + 705 + 1 + 01CH2013 + 2014-06-01 + 2019-05-31 + CH + Penquis C.A.P., Inc. + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F13406 + L13406 + 13406@hsesinfo.org + + + + + + + 8006 + 1543 + 1 + 01CH2033 + 2014-07-01 + 2021-02-28 + CH + Berkshire County Head Start Child Development Program, Inc. + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + + + + + + + 8007 + 3663 + 2 + 02CH3060 + 2014-05-01 + 2020-01-31 + CH + Rising Ground, Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F48109 + L48109 + 48109@hsesinfo.org + + + + + + + 8008 + 564 + 3 + 03CH3432 + 2014-07-01 + 2020-01-31 + CH + Garrett County Community Action Committee, Inc. + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + + + + + + + 8009 + 982 + 8 + 08CH1076 + 2014-07-01 + 2020-02-29 + CH + Youth & Family Services, Inc. + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + + + + + + + 8010 + 6021 + 3 + 03CH3436 + 2014-06-01 + 2019-11-30 + CH + Mile High Kids and Community Development, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + + + + + + + 8011 + 1402 + 4 + 04CH4702 + 2014-07-01 + 2020-06-30 + CH + Lutheran Services Florida, Inc. + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F13741 + L13741 + 13741@hsesinfo.org + + + + + + + 8012 + 6041 + 3 + 03CH3437 + 2014-06-01 + 2018-06-30 + CH + Philadelphia Health Management + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + + + + + + + 8013 + 1077 + 3 + 03CH3444 + 2014-07-01 + 2019-06-30 + CH + Rosemount Center, Inc. + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F44039 + L44039 + 44039@hsesinfo.org + + + + + + + 8014 + 1259 + 3 + 03CH3439 + 2014-07-01 + 2019-12-31 + CH + Centronia, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + + + + + + + 8015 + 1848 + 4 + 04CH4703 + 2014-06-01 + 2019-05-31 + CH + Washington Cty Chap Negro Bus & Prof Womans Club, Inc. + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 8016 + 123 + 5 + 05CH8429 + 2014-07-01 + 2019-06-30 + CH + South Central Community Action Program + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 8017 + 1490 + 4 + 04CH4706 + 2014-06-01 + 2019-05-31 + CH + Breckinridge-Grayson Programs, Inc. + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 8018 + 527 + 4 + 04CH4704 + 2014-06-01 + 2019-05-31 + CH + Community Action of Southern Kentucky Inc. + Inactive + + + + F11679 + L11679 + 11679@hsesinfo.org + + + + + + + 8019 + 1411 + 5 + 05CH8369 + 2014-06-01 + 2020-05-31 + CH + Acelero, Inc. + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F13894 + L13894 + 13894@hsesinfo.org + + + + + + + 8020 + 728 + 5 + 05CH8470 + 2014-07-01 + 2019-12-15 + CH + Cincinnati-Hamilton County Community Action Agency + Inactive + + + + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 8021 + 4097 + 5 + 05CH8471 + 2014-07-01 + 2019-10-31 + CH + Hamilton County Educational Service Center + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 8022 + 1088 + 3 + 03CH3441 + 2014-07-01 + 2019-05-31 + CH + Community Progress Council, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F32243 + L32243 + 32243@hsesinfo.org + + + + + + + 8023 + 1279 + 4 + 04CH4705 + 2014-06-01 + 2019-05-31 + CH + Piedmont Community Actions Inc. + Inactive + F13510 + L13510 + 13510@hsesinfo.org + + + + + + + + + + 8024 + 4395 + 3 + 03CH3431 + 2014-06-01 + 2020-11-30 + CH + Rural Family Development + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 8025 + 1564 + 3 + 03CH3442 + 2014-07-01 + 2019-06-30 + CH + Tri-County Community Action Agency + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + + + + + + + 8026 + 1301 + 3 + 03CH3443 + 2014-07-01 + 2020-04-30 + CH + Community Improvement Council, Inc. + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + + + + + + + 8027 + 556 + 3 + 03CH3440 + 2014-07-01 + 2019-06-30 + CH + Eastern Panhandle Instructional Cooperative + Inactive + + + + F44251 + L44251 + 44251@hsesinfo.org + + + + + + + 8028 + 1430 + 3 + 03CH3438 + 2014-07-01 + 2019-06-30 + CH + Upshur Human Resources, Inc. + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + + + + + + + 8029 + 1699 + 9 + 09CH9152 + 2014-07-01 + 2021-06-30 + CH + Los Angeles County Office of Education + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 8030 + 1993 + 9 + 09CH9153 + 2014-07-01 + 2019-06-30 + CH + Colusa County Office of Education + Inactive + + + + F43326 + L43326 + 43326@hsesinfo.org + + + + + + + 8031 + 1646 + 9 + 09CH9154 + 2014-07-01 + 2019-06-30 + CH + El Dorado County Office of Education + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + + + + + + + 8032 + 1609 + 4 + 04CH4708 + 2014-06-01 + 2019-05-31 + CH + Lowndes Co School District + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + + + + + + + 8033 + 910 + 4 + 04CH4707 + 2014-06-01 + 2019-05-31 + CH + Pickens County Community Action Committee, and Community Develop Ment Corporation, Inc. + Inactive + + + + F42667 + L42667 + 42667@hsesinfo.org + + + + + + + 8034 + 6102 + 3 + 03CH3447 + 2014-07-01 + 2019-06-30 + CH + Bright Beginnings Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + + + + + + 8035 + 732 + 3 + 03CH3446 + 2014-07-01 + 2019-06-30 + CH + United Planning Organization + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F44345 + L44345 + 44345@hsesinfo.org + + + + + + + 8036 + 1302 + 3 + 03CH3445 + 2014-07-01 + 2020-06-30 + CH + District of Columbia Public Schools + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F44251 + L44251 + 44251@hsesinfo.org + + + + + + + 8037 + 1600 + 3 + 03CH3452 + 2014-07-01 + 2020-06-30 + CH + Maryland Family Network, Inc. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + + + + + + + 8038 + 1127 + 3 + 03CH3451 + 2014-07-01 + 2019-06-30 + CH + Mayor & City Council of Baltimore City + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + + + + + + + 8039 + 876 + 3 + 03CH3450 + 2014-07-01 + 2019-06-30 + CH + Associated Catholic Charities Inc. + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + + + + + + + 8040 + 6101 + 3 + 03CH3449 + 2014-07-01 + 2019-06-30 + CH + St. Vincent De Paul of Baltimore, Inc. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F44039 + L44039 + 44039@hsesinfo.org + + + + + + + 8041 + 874 + 3 + 03CH3448 + 2014-07-01 + 2019-06-30 + CH + Y M C A of Central Maryland, Inc. + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F44345 + L44345 + 44345@hsesinfo.org + + + + + + + 8042 + 336 + 2 + 02CH3062 + 2014-06-01 + 2019-05-31 + CH + Cortland County Community Action Program + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 8043 + 375 + 8 + 08CH1092 + 2014-07-01 + 2020-08-31 + CH + Community Action of Laramie County Inc. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + + + + + + + 8044 + 1846 + 2 + 02CH3061 + 2014-06-01 + 2019-05-31 + CH + Municipality of Humacao + Inactive + F15514 + L15514 + 15514@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 8045 + 1617 + 6 + 06CH7112 + 2014-06-01 + 2019-05-31 + CH + Community Services office, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + + + + + + 8046 + 6121 + 7 + 07CH7074 + 2014-06-01 + 2019-06-30 + CH + Kansas City, Kansas Public Schools, USD #500 + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F45048 + L45048 + 45048@hsesinfo.org + + + + + + + 8047 + 6124 + 5 + 05CH8410 + 2014-06-01 + 2019-06-30 + CH + New St. Paul Head Start Agency, Inc. + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + + + + + + + 8048 + 6123 + 5 + 05CH8411 + 2014-06-01 + 2019-06-30 + CH + Metropolitan Children and Youth, Inc. + Inactive + + + + F14177 + L14177 + 14177@hsesinfo.org + + + + + + + 8049 + 339 + 5 + 05CH8412 + 2014-06-01 + 2019-09-30 + CH + Starfish Family Services, Inc. + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + + + + + + + 8050 + 4429 + 5 + 05CH8413 + 2014-06-01 + 2019-11-30 + CH + Matrix Human Services + Inactive + + + + F14177 + L14177 + 14177@hsesinfo.org + + + + + + + 8052 + 6122 + 6 + 06CH7119 + 2014-06-01 + 2020-03-31 + CH + Jay Public Schools + Inactive + + + + F41383 + L41383 + 41383@hsesinfo.org + + + + + + + 8053 + 1765 + 6 + 06CH7116 + 2014-06-01 + 2019-06-30 + CH + Concho Valley Council of Governments + Inactive + F23929 + L23929 + 23929@hsesinfo.org + + + + + + + + + + 8054 + 1358 + 9 + 09CH9163 + 2014-07-01 + 2019-06-30 + CH + Chicanos Por la Causa, Inc. + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 8055 + 1362 + 9 + 09CH9158 + 2014-07-01 + 2019-06-30 + CH + City of Phoenix + Inactive + + + + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 8056 + 421 + 9 + 09CH9162 + 2014-07-01 + 2021-06-30 + CH + Merced County Superintendent of Schools + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F35663 + L35663 + 35663@hsesinfo.org + + + + + + + 8057 + 249 + 9 + 09CH9161 + 2014-07-01 + 2019-06-30 + CH + Monterey County Office of Education + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 8058 + 1031 + 9 + 09CH9159 + 2014-07-01 + 2019-06-30 + CH + Alameda Family Services + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + + + + + + + 8059 + 667 + 9 + 09CH9157 + 2014-07-01 + 2019-06-30 + CH + Long Beach Unified School District + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 8060 + 1784 + 9 + 09CH9156 + 2014-07-01 + 2019-06-30 + CH + Sierra Cascade Family Opportunities, Inc. + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + + + + + + 8061 + 413 + 9 + 09CH9155 + 2014-07-01 + 2019-06-30 + CH + Orange County Head Start + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F35663 + L35663 + 35663@hsesinfo.org + + + + + + + 8062 + 926 + 8 + 08CH1017 + 2014-07-01 + 2019-08-31 + CH + Morgan County School District Re-3 + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 8063 + 1884 + 8 + 08CH1012 + 2014-07-01 + 2019-06-30 + CH + Rio Grande Child Development Family Services + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + + + + + + + 8065 + 1183 + 8 + 08CH1034 + 2014-07-01 + 2019-11-30 + CH + District 4 Human Resource Development Council + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 8066 + 833 + 6 + 06CH7125 + 2014-06-01 + 2019-05-31 + CH + Gulf Coast Community Services Association + Inactive + F3061 + L3061 + 3061@hsesinfo.org + + + + + + + + + + 8067 + 1916 + 9 + 09CH9160 + 2014-07-01 + 2019-06-30 + CH + Guam Public School System + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 8068 + 161 + 6 + 06CH7126 + 2014-06-01 + 2020-05-31 + CH + Regina Coeli Child Development Center, Inc. + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 8069 + 192 + 6 + 06CH7111 + 2014-06-01 + 2019-05-31 + CH + Bonham Independent School District + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2207 + L2207 + 2207@hsesinfo.org + + + + + + + 8070 + 173 + 6 + 06CH7114 + 2014-06-01 + 2019-05-31 + CH + College Station Independent School District + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + + + + + + + 8071 + 1566 + 6 + 06CH7124 + 2014-06-01 + 2019-05-31 + CH + Pecos County Community Action Agency + Inactive + F2339 + L2339 + 2339@hsesinfo.org + + + + + + + + + + 8072 + 1068 + 10 + 10CH0209 + 2014-07-01 + 2019-06-30 + CH + Reliable Enterprises + Inactive + F47078 + L47078 + 47078@hsesinfo.org + F47540 + L47540 + 47540@hsesinfo.org + + + + + + + 8073 + 332 + 10 + 10CH0210 + 2014-07-01 + 2019-06-30 + CH + Olympic Community Action Programs + Inactive + F48537 + L48537 + 48537@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + + + + + + + 8074 + 755 + 6 + 06CH7113 + 2014-06-01 + 2019-05-31 + CH + Central Arkansas Development Council + Inactive + + + + F15375 + L15375 + 15375@hsesinfo.org + + + + + + + 8075 + 416 + 4 + 04CH4709 + 2014-06-01 + 2019-05-31 + CH + Kids Incorporated of the Big Bend + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + + + + + + + 8076 + 159 + 6 + 06CH7115 + 2014-06-01 + 2019-05-31 + CH + St. Martin, Iberia, Lafayette Community Action Agency (SMILE + Inactive + F2179 + L2179 + 2179@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 8077 + 1605 + 13 + 90CH0113 + 2014-06-01 + 2016-05-31 + CH + CDI HS/ Coastal Bend, TX + Inactive + + + + + + + + + + + + + 8078 + 467 + 2 + 02CH3063 + 2014-07-01 + 2019-11-30 + CH + Community Program Centers of Long Island, Inc. + Inactive + F32488 + L32488 + 32488@hsesinfo.org + F32828 + L32828 + 32828@hsesinfo.org + + + + + + + 8079 + 145 + 6 + 06CH7122 + 2014-06-01 + 2019-10-31 + CH + Families and Children Together, Inc. + Inactive + + + + F2204 + L2204 + 2204@hsesinfo.org + + + + + + + 8080 + 6201 + 6 + 06CH7117 + 2014-06-01 + 2019-07-31 + CH + Iberville Parish School Board + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 8081 + 1605 + 13 + 90CH0114 + 2014-07-01 + 2017-06-30 + CH + CDI HS\City of Newark, NJ + Inactive + F27052 + L27052 + 27052@hsesinfo.org + F3538 + L3538 + 3538@hsesinfo.org + + + + + + + 8082 + 206 + 7 + 07CH7075 + 2014-07-01 + 2020-06-30 + CH + University of Kansas Medical Center Research Institute + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F45048 + L45048 + 45048@hsesinfo.org + + + + + + + 8083 + 431 + 7 + 07CH7076 + 2014-07-01 + 2019-06-30 + CH + Hutchinson Unified School District #308 + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F45048 + L45048 + 45048@hsesinfo.org + + + + + + + 8084 + 278 + 7 + 07CH7077 + 2014-07-01 + 2019-06-30 + CH + Unified School District 383 + Inactive + F47594 + L47594 + 47594@hsesinfo.org + F45048 + L45048 + 45048@hsesinfo.org + + + + + + + 8085 + 1898 + 7 + 07CH7079 + 2014-07-01 + 2019-06-30 + CH + McPherson Unified School District #418 + Inactive + F2256 + L2256 + 2256@hsesinfo.org + + + + + + + + + + 8086 + 6221 + 6 + 06CH7123 + 2014-06-01 + 2019-11-30 + CH + Avoyelles Child Development Services, Inc. + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F15375 + L15375 + 15375@hsesinfo.org + + + + + + + 8087 + 1092 + 7 + 07CH7078 + 2014-07-01 + 2019-06-30 + CH + Ozark Action, Inc. + Inactive + + + + F240 + L240 + 240@hsesinfo.org + + + + + + + 8088 + 468 + 6 + 06CH7130 + 2014-07-01 + 2019-06-30 + CH + Denton Independent School District + Inactive + F43271 + L43271 + 43271@hsesinfo.org + F44340 + L44340 + 44340@hsesinfo.org + + + + + + + 8089 + 407 + 10 + 10CH0211 + 2014-08-01 + 2019-07-31 + CH + CCS Early Learning + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + + + + + + + 8090 + 1605 + 13 + 90CH0115 + 2014-07-01 + 2016-06-30 + CH + CDI HS\ Orleans Parish, LA + Inactive + + + + + + + + + + + + + 8091 + 457 + 10 + 10CH0212 + 2014-08-01 + 2020-06-30 + CH + Head Start of Lane County + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + + + + + + + 8092 + 1605 + 13 + 90CH0116 + 2014-07-01 + 2016-06-30 + CH + CDI HS\ Waterbury and Naugatuck, CT + Inactive + + + + + + + + + + + + + 8093 + 1058 + 2 + 02CH3064 + 2014-07-01 + 2020-05-31 + CH + Chautauqua Opportunities Inc. + Inactive + F47556 + L47556 + 47556@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 8094 + 1605 + 13 + 90CH0117 + 2014-07-01 + 2017-06-30 + CH + CDI HS/ Somerset, NJ + Inactive + F27052 + L27052 + 27052@hsesinfo.org + F3538 + L3538 + 3538@hsesinfo.org + + + + + + + 8095 + 254 + 5 + 05CH8454 + 2014-07-01 + 2019-06-30 + CH + Western Egyptian Economic Opportunity Council + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + + + + + + + 8096 + 1792 + 1 + 01CH2523 + 2014-07-01 + 2019-04-30 + CH + Pathways for Children, Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F13406 + L13406 + 13406@hsesinfo.org + + + + + + + 8097 + 6241 + 1 + 01CH2500 + 2014-07-01 + 2019-07-31 + CH + Worcester Public Schools - Child Development Head Start + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + + + + + + + 8098 + 1772 + 2 + 02CH3065 + 2014-07-01 + 2019-06-30 + CH + Yeled V'Yalda Early Childhood Center, Inc. + Inactive + F47556 + L47556 + 47556@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 8099 + 1005 + 7 + 07CH7080 + 2014-07-01 + 2019-12-31 + CH + West Central Missouri Community Action Agency + Inactive + F11828 + L11828 + 11828@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + + + + + + + 8100 + 1361 + 2 + 02CH3069 + 2014-07-01 + 2019-06-30 + CH + Passaic Family Head Start + Inactive + F47557 + L47557 + 47557@hsesinfo.org + F32828 + L32828 + 32828@hsesinfo.org + + + + + + + 8101 + 658 + 2 + 02CH3066 + 2014-07-01 + 2019-06-30 + CH + The Child Center of NY + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 8102 + 1375 + 2 + 02CH3067 + 2014-07-01 + 2017-06-28 + CH + NYSARC, INC. + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 8103 + 842 + 2 + 02CH3068 + 2014-07-01 + 2019-06-30 + CH + Puerto Rican Family Institute, Inc. + Inactive + F15514 + L15514 + 15514@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 8104 + 1702 + 7 + 07CH7081 + 2014-07-01 + 2018-12-31 + CH + Plattsmouth Community School District + Inactive + F47594 + L47594 + 47594@hsesinfo.org + F13558 + L13558 + 13558@hsesinfo.org + + + + + + + 8105 + 872 + 2 + 02CH3071 + 2014-07-01 + 2019-12-31 + CH + Schenectady Community Action Program + Inactive + F2340 + L2340 + 2340@hsesinfo.org + + + + + + + + + + 8106 + 1040 + 2 + 02CH3070 + 2014-07-01 + 2019-12-31 + CH + Municipio de Ponce + Inactive + F2342 + L2342 + 2342@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + + + + + + + 8107 + 1699 + 9 + 09CH9164 + 2014-07-01 + 2019-06-30 + CH + Los Angeles County Office of Education + Inactive + + + + F4029 + L4029 + 4029@hsesinfo.org + + + + + + + 8108 + 1125 + 2 + 02CH3072 + 2014-07-01 + 2019-11-30 + CH + Montclair Child Development Center, Inc. + Inactive + F47557 + L47557 + 47557@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + + + + + + + 8109 + 1685 + 2 + 02CH3075 + 2014-07-01 + 2020-06-30 + CH + East Orange Child Development Corporation + Inactive + F32488 + L32488 + 32488@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + + + + + + + 8110 + 1335 + 2 + 02CH3077 + 2014-07-01 + 2020-04-30 + CH + Greater Bergen Community Action, Inc. + Inactive + F32488 + L32488 + 32488@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + + + + + + + 8111 + 1494 + 2 + 02CH3073 + 2014-07-01 + 2019-06-30 + CH + Tompkins Community Action, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F32828 + L32828 + 32828@hsesinfo.org + + + + + + + 8112 + 1802 + 2 + 02CH3074 + 2014-07-01 + 2019-06-30 + CH + Birch Family Services, Inc. + Inactive + F32488 + L32488 + 32488@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + + + + + + + 8113 + 1448 + 2 + 02CH3076 + 2014-07-01 + 2019-06-30 + CH + Family Enrichment Network, Inc. + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 8114 + 1352 + 2 + 02CH3078 + 2014-07-01 + 2019-06-30 + CH + United Academy Inc. + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + + + + + + + 8115 + 1605 + 13 + 90CH0118 + 2014-07-01 + 2016-06-30 + CH + CDI HS/Suburban Cook, IL + Inactive + + + + + + + + + + + + + 8116 + 530 + 1 + 01CH2005 + 2014-07-01 + 2019-12-31 + CH + South Shore Stars, Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + + + + + + + 8117 + 913 + 7 + 07CH7082 + 2014-07-01 + 2019-06-30 + CH + Community Services Inc. of Northwest Missouri + Inactive + F2256 + L2256 + 2256@hsesinfo.org + + + + + + + + + + 8118 + 520 + 11 + 90CI9845 + 2014-07-01 + 2019-06-30 + CI + Crow Tribe of Indians + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 8119 + 216 + 2 + 02CH3080 + 2014-07-01 + 2019-06-30 + CH + The Children's Home Society of New Jersey + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + + + + + + + 8120 + 1695 + 6 + 06CH7129 + 2014-07-01 + 2020-06-30 + CH + Southeast NM Community Action Corporation + Inactive + + + + F2196 + L2196 + 2196@hsesinfo.org + + + + + + + 8121 + 1734 + 2 + 02CH3079 + 2014-07-01 + 2019-12-31 + CH + Project Social Care Head Start, Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + + + + + + + 8122 + 1197 + 2 + 02CH3081 + 2014-07-01 + 2019-12-31 + CH + Cattaraugus County Project Head Start, Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F47389 + L47389 + 47389@hsesinfo.org + + + + + + + 8123 + 748 + 2 + 02CH3082 + 2014-07-01 + 2019-11-30 + CH + Family Services of Westchester, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + + + + + + + 8124 + 458 + 2 + 02CH3083 + 2014-07-01 + 2020-02-29 + CH + Regional Economic Community Action Program, Inc. + Inactive + F32488 + L32488 + 32488@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 8125 + 181 + 2 + 02CH3084 + 2014-07-01 + 2019-06-30 + CH + Columbia Opportunities, Inc. + Inactive + F2342 + L2342 + 2342@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 8126 + 1704 + 2 + 02CH3085 + 2014-07-01 + 2020-03-31 + CH + Sullivan County Head Start, Inc. + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F47389 + L47389 + 47389@hsesinfo.org + + + + + + + 8127 + 1011 + 2 + 02CH3086 + 2014-07-01 + 2020-01-31 + CH + P.E.A.C.E., Inc. + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F32828 + L32828 + 32828@hsesinfo.org + + + + + + + 8128 + 1605 + 13 + 90CH0120 + 2014-07-01 + 2016-06-30 + CH + CDI HS/ Southwest Texas, TX + Inactive + + + + + + + + + + + + + 8129 + 1605 + 13 + 90CH0119 + 2014-07-01 + 2017-06-30 + CH + CDI HS/ Kansas River Valley, KS + Inactive + F27052 + L27052 + 27052@hsesinfo.org + F40193 + L40193 + 40193@hsesinfo.org + + + + + + + 8130 + 747 + 1 + 01CH2441 + 2014-07-01 + 2020-10-31 + CH + Alliance For Community Empowerment, Inc. + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 8131 + 645 + 1 + 01CH2242 + 2014-07-01 + 2019-10-31 + CH + Children's Learning Centers of Fairfield County, Inc. + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 8132 + 834 + 6 + 06CH7165 + 2014-07-01 + 2019-06-30 + CH + Allen Action Agency, Inc. + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F15375 + L15375 + 15375@hsesinfo.org + + + + + + + 8133 + 162 + 6 + 06CH7131 + 2014-07-01 + 2019-06-30 + CH + St Charles Parish School Board + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2193 + L2193 + 2193@hsesinfo.org + + + + + + + 8134 + 1147 + 2 + 02CH3089 + 2014-07-01 + 2020-06-30 + CH + Mohawk Valley Community Action Agency, Inc. + Inactive + F32488 + L32488 + 32488@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 8135 + 240 + 2 + 02CH3088 + 2014-07-01 + 2020-04-30 + CH + Saratoga County Economic Opportunity Council, Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + + + + + + + 8136 + 680 + 2 + 02CH3087 + 2014-07-01 + 2020-01-31 + CH + Sheltering Arms Children and Family Services, Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + + + + + + + 8137 + 1219 + 6 + 06CH7150 + 2014-07-01 + 2019-06-30 + CH + Green Country Behavioral Health Services, Inc. + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + + + + + + + 8138 + 1304 + 6 + 06CH7154 + 2014-07-01 + 2020-04-30 + CH + Big Five Community Services, Inc. + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + + + + + + + 8139 + 857 + 6 + 06CH7147 + 2014-07-01 + 2021-06-30 + CH + Region XIX Education Service Center + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + + + + + + + 8140 + 276 + 6 + 06CH7128 + 2014-07-01 + 2019-06-30 + CH + Sulphur Springs Independent School District + Inactive + F43271 + L43271 + 43271@hsesinfo.org + F2207 + L2207 + 2207@hsesinfo.org + + + + + + + 8141 + 1670 + 4 + 04CH4710 + 2014-07-01 + 2019-06-30 + CH + Boyd County Board of Education + Inactive + F46251 + L46251 + 46251@hsesinfo.org + + + + + + + + + + 8142 + 1555 + 6 + 06CH7157 + 2014-07-01 + 2019-06-30 + CH + La Salle Community Action Association Inc. + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 8143 + 3646 + 2 + 02CH3090 + 2014-07-01 + 2019-06-30 + CH + Catholic Charities Neighborhood Services, Inc. + Inactive + F2340 + L2340 + 2340@hsesinfo.org + + + + + + + + + + 8144 + 963 + 4 + 04CH4711 + 2014-07-01 + 2019-06-30 + CH + Southwest Human Resource Agency + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 8145 + 544 + 11 + 10CH0213 + 2014-09-01 + 2019-08-31 + CI + Bristol Bay Native Association + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 8146 + 3501 + 6 + 06CH7162 + 2014-07-01 + 2019-11-30 + CH + Arkansas Early Learning, Inc. + Inactive + + + + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 8147 + 585 + 4 + 04CH4712 + 2014-07-01 + 2019-06-30 + CH + Lake Cumberland Community Action Agency Inc. + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + + + + + + + 8148 + 1377 + 6 + 06CH7149 + 2014-07-01 + 2019-12-31 + CH + Region IX Education Cooperative + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + + + + + + + 8149 + 1575 + 6 + 06CH7146 + 2014-07-01 + 2019-11-30 + CH + New Mexico State University + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F41654 + L41654 + 41654@hsesinfo.org + + + + + + + 8150 + 1141 + 4 + 04CH4713 + 2014-07-01 + 2019-06-30 + CH + Blue Ridge Opportunity Commission, Incorporated + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 8151 + 749 + 4 + 04CH4717 + 2014-07-01 + 2019-06-30 + CH + Southeastern Community and Family Services, Inc. + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + + + + + + + 8152 + 296 + 4 + 04CH4716 + 2014-07-01 + 2019-06-30 + CH + Cleveland County School District + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + + + + + + + 8153 + 1408 + 4 + 04CH4715 + 2014-07-01 + 2019-06-30 + CH + Kannapolis City School System + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 8154 + 1304 + 6 + 06CH7155 + 2014-07-01 + 2020-05-31 + CH + Big Five Community Services, Inc. + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + + + + + + + 8155 + 344 + 10 + 10CH0214 + 2014-09-01 + 2019-08-31 + CH + Oregon Coast Community Action + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + + + + + + + 8156 + 1495 + 4 + 04CH4714 + 2014-07-01 + 2019-06-30 + CH + Morgan County Head Start + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + + + + + + + 8157 + 3741 + 6 + 06CH7161 + 2014-07-01 + 2020-09-30 + CH + BCFS Education Services + Inactive + F48667 + L48667 + 48667@hsesinfo.org + F28510 + L28510 + 28510@hsesinfo.org + + + + + + + 8158 + 6692 + 6 + 06CH7127 + 2014-07-01 + 2019-06-30 + CH + Mount Pleasant ISD-Head Start/Early Head Start + Inactive + F43271 + L43271 + 43271@hsesinfo.org + F44340 + L44340 + 44340@hsesinfo.org + + + + + + + 8159 + 1718 + 6 + 06CH7143 + 2014-07-01 + 2019-11-30 + CH + Brazoria County Head Start Early Learning Schools + Inactive + F13559 + L13559 + 13559@hsesinfo.org + + + + + + + + + + 8160 + 1715 + 4 + 04CH4720 + 2014-07-01 + 2019-06-30 + CH + Chambers-Tallapoosa-Coosa Community Action Agency + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + + + + + + + 8161 + 277 + 6 + 06CH7133 + 2014-07-01 + 2019-06-30 + CH + Cleveland County School District + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + + + + + + + 8162 + 1151 + 4 + 04CH4718 + 2014-07-01 + 2019-06-30 + CH + Collier County, Florida, School District of + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + + + + + + + 8163 + 578 + 6 + 06CH7148 + 2014-07-01 + 2019-12-31 + CH + Parish of Natchitoches + Inactive + + + + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 8164 + 6301 + 6 + 06CH7156 + 2014-07-01 + 2020-03-31 + CH + Caldwell Parish School District + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 8165 + 337 + 6 + 06CH7163 + 2014-07-01 + 2019-06-30 + CH + BeauCARE, Inc. + Inactive + F2339 + L2339 + 2339@hsesinfo.org + + + + + + + + + + 8166 + 1594 + 6 + 06CH7145 + 2014-07-01 + 2020-01-31 + CH + Pine-Belt Multi-Purpose Agency, Inc. + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 8167 + 6302 + 6 + 06CH7164 + 2014-07-01 + 2019-06-30 + CH + Las Cruces School District #2 + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + + + + + + + 8168 + 944 + 4 + 04CH4719 + 2014-07-01 + 2019-06-30 + CH + Yadkin Valley Economic Development District Inc. + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + + + + + + + 8169 + 921 + 11 + 90CI9846 + 2014-06-01 + 2019-05-31 + CI + Iowa Tribe of Oklahoma, Inc. + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F15469 + L15469 + 15469@hsesinfo.org + + + + + + + 8170 + 550 + 11 + 90CI9847 + 2014-08-01 + 2019-07-31 + CI + Oglala Lakota College + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 8171 + 897 + 4 + 04CH4723 + 2014-07-01 + 2019-06-30 + CH + Sumter County Opportunity, Inc. + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + + + + + + + 8172 + 313 + 6 + 06CH7144 + 2014-07-01 + 2020-03-31 + CH + Head Start Child & Family Services, Inc. + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + + + + + + + 8173 + 919 + 4 + 04CH4724 + 2014-07-01 + 2019-06-30 + CH + Redlands Christian Migrant Association + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + + + + + + + 8174 + 1054 + 4 + 04CH4721 + 2014-07-01 + 2019-06-30 + CH + CSRA Economic Opportunity Authority, Inc. + Inactive + F48459 + L48459 + 48459@hsesinfo.org + F43625 + L43625 + 43625@hsesinfo.org + + + + + + + 8175 + 1307 + 4 + 04CH4722 + 2014-07-01 + 2019-06-30 + CH + Chapel Hill Training-Outreach Project, Inc. + Inactive + F48070 + L48070 + 48070@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + + + + + + + 8176 + 752 + 4 + 04CH4726 + 2014-07-01 + 2019-12-31 + CH + Telamon Corporation + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F45392 + L45392 + 45392@hsesinfo.org + + + + + + + 8177 + 356 + 4 + 04CH4728 + 2014-07-01 + 2020-10-31 + CH + Nash-Edgecombe Counties Economic Development, Inc. + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F48069 + L48069 + 48069@hsesinfo.org + + + + + + + 8178 + 345 + 4 + 04CH4725 + 2014-07-01 + 2019-06-30 + CH + Sunbelt Human Advancement Resources, Inc. + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 8179 + 1901 + 4 + 04CH4729 + 2014-07-01 + 2019-12-31 + CH + Pee Dee Community Action Agency + Inactive + F48459 + L48459 + 48459@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 8180 + 6321 + 4 + 04CH4727 + 2014-07-01 + 2019-06-30 + CH + Shelby County Board of Education + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 8253 + 914 + 4 + 04CH4733 + 2014-07-01 + 2019-07-31 + CH + Community Action Agency of South Alabama + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + + + + + + + 8254 + 644 + 4 + 04CH4735 + 2014-07-01 + 2019-07-31 + CH + Save the Children Federation Inc. + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F13741 + L13741 + 13741@hsesinfo.org + + + + + + + 8255 + 197 + 4 + 04CH4738 + 2014-07-01 + 2019-06-30 + CH + Vital Connections of the Midlands, Inc. + Inactive + F13740 + L13740 + 13740@hsesinfo.org + + + + + + + + + + 8256 + 817 + 4 + 04CH4736 + 2014-07-01 + 2019-06-30 + CH + GLEAMNS Human Resources Commission, Inc. + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F13741 + L13741 + 13741@hsesinfo.org + + + + + + + 8257 + 959 + 4 + 04CH4740 + 2014-07-01 + 2019-06-30 + CH + Lancaster County School District + Inactive + F46251 + L46251 + 46251@hsesinfo.org + + + + + + + + + + 8258 + 610 + 4 + 04CH4737 + 2014-07-01 + 2019-06-30 + CH + Carolina Community Actions, Inc. + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 8260 + 654 + 4 + 04CH4732 + 2014-07-01 + 2019-06-30 + CH + Community Coordinated Care for Children, Inc. + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + + + + + + + 8261 + 362 + 4 + 04CH4739 + 2014-07-01 + 2019-06-30 + CH + Agricultural & Labor Program Inc, The + Inactive + + + + F46450 + L46450 + 46450@hsesinfo.org + + + + + + + 8262 + 472 + 4 + 04CH4731 + 2014-07-01 + 2019-06-30 + CH + Economic Opportunity for Savannah-Chatham County Area, Inc. + Inactive + F46251 + L46251 + 46251@hsesinfo.org + + + + + + + + + + 8263 + 1674 + 4 + 04CH4734 + 2014-07-01 + 2020-04-30 + CH + Five County Child Development Program, Inc. + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + + + + + + + 8264 + 1872 + 4 + 04CH4730 + 2014-07-01 + 2019-12-31 + CH + Children's Bureau Inc. Dba Porter-Leath + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + + + + + + + 8265 + 928 + 6 + 06CH7160 + 2014-07-01 + 2019-06-30 + CH + Brazos Valley Community Action Agency, Inc. + Inactive + + + + + + + + + + + + + 8266 + 1294 + 6 + 06CH7159 + 2014-07-01 + 2020-07-31 + CH + Galveston County Community Action Council, Inc. + Inactive + F2179 + L2179 + 2179@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + + + + + + + 8267 + 272 + 6 + 06CH7151 + 2014-07-01 + 2019-12-31 + CH + Childcaregroup + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + + + + + + + 8268 + 1782 + 6 + 06CH7152 + 2014-07-01 + 2020-04-30 + CH + Education Service Center Region XIV + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 8269 + 1388 + 6 + 06CH7132 + 2014-07-01 + 2019-06-30 + CH + Franklin Parish School District + Inactive + F2339 + L2339 + 2339@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 8270 + 790 + 6 + 06CH7158 + 2014-07-01 + 2019-10-31 + CH + Economic Opportunity Agency of Washington County, Inc. + Inactive + + + + F2204 + L2204 + 2204@hsesinfo.org + + + + + + + 8271 + 1796 + 4 + 04CH4743 + 2014-07-01 + 2019-06-30 + CH + Hancock County Board of Education + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F43625 + L43625 + 43625@hsesinfo.org + + + + + + + 8272 + 1155 + 4 + 04CH4742 + 2014-07-01 + 2019-06-30 + CH + Picayune School District + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + + + + + + + 8309 + 1717 + 3 + 03CH3455 + 2014-08-01 + 2020-06-30 + CH + Spotsylvania County School Board + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F43578 + L43578 + 43578@hsesinfo.org + + + + + + + 8310 + 1415 + 3 + 03CH3453 + 2014-08-01 + 2019-07-31 + CH + Cen-Clear Child Services, Inc. + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + + + + + + + 8311 + 230 + 5 + 05CH8444 + 2014-09-01 + 2019-08-31 + CH + Centerstone of Illinois, Inc. + Inactive + F13564 + L13564 + 13564@hsesinfo.org + + + + + + + + + + 8312 + 596 + 5 + 05CH8443 + 2014-09-01 + 2019-08-31 + CH + Christopher House + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + + + + + + + 8313 + 1391 + 5 + 05CH8442 + 2014-09-01 + 2020-08-31 + CH + Two Rivers Head Start Agency + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + + + + + + + 8314 + 1423 + 5 + 05CH8361 + 2014-08-01 + 2019-07-31 + CH + Community Action Agency for McHenry County, Inc. + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 8315 + 770 + 5 + 05CH8365 + 2014-08-01 + 2020-07-31 + CH + Capital Area Community Services, Incorporated + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + + + + + + + 8316 + 1456 + 3 + 03CH3454 + 2014-08-01 + 2019-07-31 + CH + PRINCE GEORGES COUNTY BOARD OF EDUCATION + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + + + + + + + 8317 + 628 + 5 + 05CH8398 + 2014-08-01 + 2020-07-31 + CH + Duluth Public School District #709 + Inactive + F48866 + L48866 + 48866@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 8318 + 259 + 5 + 05CH8397 + 2014-08-01 + 2019-07-31 + CH + Northwest Community Action, Inc. + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + + + + + + + 8319 + 1933 + 5 + 05CH8475 + 2014-08-01 + 2019-07-31 + CH + Child Care Resources, Inc. + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + + + + + + + 8320 + 1243 + 5 + 05CH8474 + 2014-08-01 + 2019-07-31 + CH + Knox County Head Start, Inc. + Inactive + F44011 + L44011 + 44011@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + + + + + + + 8321 + 536 + 4 + 04CH4741 + 2014-07-01 + 2019-06-30 + CH + Enrichment Services Program, Inc. + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 8322 + 536 + 4 + 04CH4744 + 2014-07-01 + 2019-06-30 + CH + Enrichment Services Program, Inc. + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 8323 + 899 + 11 + 90CI9848 + 2014-08-01 + 2020-07-31 + CI + Otoe Missouria Tribe + Inactive + F47779 + L47779 + 47779@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + + + + + + + 8324 + 909 + 4 + 04CH4745 + 2014-07-01 + 2019-02-28 + CH + Community Action Partnership of North Alabama, Inc. + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + + + + + + + 8325 + 1481 + 9 + 09CH9166 + 2014-08-01 + 2019-07-31 + CH + Maui Family Support Services, Inc. + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + + + + + + 8326 + 1437 + 9 + 09CH9167 + 2014-08-01 + 2019-07-31 + CH + Board of Regents, University of Nevada, Reno + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + + + + + + 8327 + 1913 + 9 + 09CH9165 + 2014-08-01 + 2019-07-31 + CH + CNMI Public School System + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 8328 + 1774 + 2 + 02CH3091 + 2014-08-01 + 2019-07-31 + CH + Glen Cove Child Day Care Center, Inc. + Inactive + F14214 + L14214 + 14214@hsesinfo.org + + + + + + + + + + 8329 + 1827 + 4 + 04CH4746 + 2014-07-01 + 2019-06-30 + CH + Bourbon County Board of Education + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + + + + + + + 8330 + 1460 + 2 + 02CH3092 + 2014-08-01 + 2019-07-31 + CH + Fundacion Para el Desarrollo de Hogar Propio Incorporado + Inactive + F15514 + L15514 + 15514@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + + + + + + + 8331 + 220 + 11 + 90CI9849 + 2014-09-01 + 2019-08-31 + CI + Lummi + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F45305 + L45305 + 45305@hsesinfo.org + + + + + + + 8332 + 519 + 4 + 04CH4748 + 2014-09-01 + 2019-08-31 + CH + The University of Alabama At Birmingham + Inactive + F48459 + L48459 + 48459@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + + + + + + + 8333 + 1248 + 4 + 04CH4747 + 2014-09-01 + 2019-08-31 + CH + ASHEVILLE CITY SCHOOL DISTRICT + Inactive + + + + + + + + + + + + + 8334 + 289 + 11 + 90CI9850 + 2014-08-01 + 2020-07-31 + CI + Menominee Indian Tribe Of Wisconsin + Inactive + F47779 + L47779 + 47779@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + + + + + + + 8335 + 997 + 1 + 01CH2074 + 2014-08-01 + 2020-06-30 + CH + Community Concepts, Inc. + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F13406 + L13406 + 13406@hsesinfo.org + + + + + + + 8336 + 1577 + 11 + 90CI9852 + 2014-09-01 + 2019-08-31 + CI + Pueblo of Isleta + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + + + + + + + 8337 + 719 + 11 + 90CI9853 + 2014-09-01 + 2020-08-31 + CI + Cocopah Indian Tribe + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + + + + + + + 8338 + 1605 + 13 + 90CH0121 + 2014-08-01 + 2015-07-31 + CH + CDI HS\ Mahoning County, OH + Inactive + + + + + + + + + + + + + 8339 + 1600 + 3 + 03CH3456 + 2014-09-30 + 2020-09-29 + CH + Maryland Family Network, Inc. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + + + + + + + 8340 + 1433 + 11 + 90CI9851 + 2014-09-01 + 2019-08-31 + CI + Santee Sioux Nation + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + + + + + + + 8341 + 525 + 4 + 04CH4750 + 2014-09-01 + 2019-08-31 + CH + Ashland Board of Education + Inactive + F2001 + L2001 + 2001@hsesinfo.org + + + + + + + + + + 8342 + 532 + 4 + 04CH4749 + 2014-08-01 + 2020-07-31 + CH + School Board of Lee County + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F46450 + L46450 + 46450@hsesinfo.org + + + + + + + 8343 + 567 + 6 + 06CH7135 + 2014-08-01 + 2019-07-31 + CH + San Felipe Del Rio Consolidated Independent School District + Inactive + + + + + + + + + + + + + 8344 + 1605 + 13 + 90CH0122 + 2014-07-24 + 2016-07-23 + CH + CDI HS\ Forrest County, MS + Inactive + + + + + + + + + + + + + 8346 + 991 + 6 + 06CH7136 + 2014-09-01 + 2020-11-30 + CH + Kerrville Independent School District + Inactive + F43271 + L43271 + 43271@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 8347 + 6441 + 6 + 06CH7120 + 2014-08-01 + 2020-05-31 + CH + Children's Coalition for Northeast Louisiana, Inc. The + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 8348 + 831 + 9 + 09CH9168 + 2014-09-01 + 2019-08-31 + CH + Head Start of Northeastern Nevada + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + + + + + + 8349 + 1828 + 9 + 09CH9169 + 2014-09-01 + 2019-08-31 + CH + Stanislaus County Office of Education + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 8350 + 1790 + 6 + 06CH7134 + 2014-08-01 + 2019-07-31 + CH + Child and Family Services Inc, of Lea County + Inactive + + + + F2196 + L2196 + 2196@hsesinfo.org + + + + + + + 8351 + 1416 + 4 + 04CH4751 + 2014-08-01 + 2019-07-31 + CH + Blue Grass Community Action Partnership, Inc. + Inactive + + + + F11679 + L11679 + 11679@hsesinfo.org + + + + + + + 8352 + 169 + 7 + 07CH7083 + 2014-09-01 + 2020-08-31 + CH + Missouri Valley Community Action Agency + Inactive + F49091 + L49091 + 49091@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + + + + + + + 8353 + 1466 + 7 + 07CH7084 + 2014-09-01 + 2019-08-31 + CH + Children's Therapy Center of Pettis County, Inc. + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + + + + + + + 8354 + 710 + 4 + 04CH4754 + 2014-08-01 + 2019-07-31 + CH + Community Action Council for Lexington-Fayette, Bourbon, Harrison & Nicholas Counties Inc. + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + + + + + + 8355 + 448 + 4 + 04CH4755 + 2014-09-01 + 2020-08-31 + CH + Coastal Community Action, Inc. + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + + + + + + + 8356 + 1909 + 4 + 04CH4752 + 2014-08-01 + 2019-07-31 + CH + Monroe County School District (MCSD) + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + + + + + + + 8357 + 1477 + 4 + 04CH4753 + 2014-08-01 + 2020-07-31 + CH + Alachua County School Board + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F46450 + L46450 + 46450@hsesinfo.org + + + + + + + 8358 + 6541 + 2 + 02CH3093 + 2014-08-01 + 2020-06-30 + CH + Newark Public Schools + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + + + + + + + 8359 + 1502 + 4 + 04CH4756 + 2014-09-01 + 2020-08-31 + CH + Franklin-Vance-Warren Opportunity, Inc. + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + + + + + + + 8360 + 1084 + 7 + 07CH7085 + 2014-09-01 + 2020-08-31 + CH + Community Action of Southeast Iowa + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + + + + + + + 8361 + 983 + 2 + 02CH3100 + 2014-09-01 + 2019-08-31 + CH + Schuyler Head Start + Inactive + F2335 + L2335 + 2335@hsesinfo.org + + + + + + + + + + 8362 + 584 + 2 + 02CH3099 + 2014-09-01 + 2019-08-31 + CH + Grand Street Settlement, Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + + + + + + + + + + 8363 + 1919 + 2 + 02CH3098 + 2014-09-01 + 2019-08-31 + CH + Community Action Program for Madison County, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 8364 + 1480 + 2 + 02CH3097 + 2014-09-01 + 2019-08-31 + CH + VNS HOME CARE + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F13554 + L13554 + 13554@hsesinfo.org + + + + + + + 8365 + 943 + 2 + 02CH3096 + 2014-09-01 + 2019-08-31 + CH + University Settlement Society of New York + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 8366 + 1804 + 2 + 02CH3094 + 2014-09-01 + 2019-08-31 + CH + Livingston Wyoming Chapter NY St Area Rehab Center + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F47389 + L47389 + 47389@hsesinfo.org + + + + + + + 8367 + 1700 + 2 + 02CH3095 + 2014-09-01 + 2019-08-31 + CH + MUNICIPALITY OF TOA BAJA + Inactive + F15514 + L15514 + 15514@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + + + + + + + 8368 + 328 + 1 + 01CH2219 + 2014-09-01 + 2019-08-31 + CH + Kennebec Valley Community Action Program + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + + + + + + + 8369 + 1207 + 6 + 06CH7139 + 2014-09-01 + 2020-08-31 + CH + Greater Opportunities of Permian Basin, Inc. + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 8371 + 257 + 11 + 90CI9854 + 2014-09-01 + 2020-08-31 + CI + St. Croix Chippewa Indians Of Wisconsin + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + + + + + + + 8372 + 365 + 6 + 06CH7140 + 2014-09-01 + 2020-08-31 + CH + Region VII Education Service Center + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 8373 + 652 + 4 + 04CH4757 + 2014-09-01 + 2019-08-31 + CH + Emanuel County School District + Inactive + F48070 + L48070 + 48070@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 8374 + 867 + 6 + 06CH7138 + 2014-09-01 + 2020-08-31 + CH + Tyler Independent School District + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 8375 + 959 + 4 + 04CH4758 + 2014-09-01 + 2019-08-31 + CH + Lancaster County School District + Inactive + F46251 + L46251 + 46251@hsesinfo.org + + + + + + + + + + 8376 + 1078 + 4 + 04CH4759 + 2014-09-01 + 2019-08-31 + CH + Gateway Community Services Organization, Inc. + Inactive + F48459 + L48459 + 48459@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + + + + + + + 8377 + 1100 + 6 + 06CH7142 + 2014-09-01 + 2019-08-31 + CH + Galena Park Independent School District + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + + + + + + + 8379 + 5561 + 4 + 04CH4760 + 2014-09-01 + 2019-08-31 + CH + Person County Public Schools + Inactive + F48070 + L48070 + 48070@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + + + + + + + 8380 + 419 + 4 + 04CH4761 + 2014-09-01 + 2020-08-31 + CH + Murray Board of Education + Inactive + F48070 + L48070 + 48070@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + + + + + + + 8381 + 1196 + 4 + 04CH4762 + 2014-09-01 + 2019-08-31 + CH + Mountain Area Child and Family Center + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 8382 + 1806 + 1 + 01CH2655 + 2014-09-01 + 2020-08-31 + CH + Waldo Community Action Partners + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 8383 + 788 + 1 + 01CH2516 + 2014-09-01 + 2019-08-31 + CH + Manchester Memorial Hospital + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 8384 + 1373 + 6 + 06CH7141 + 2014-09-01 + 2019-08-31 + CH + AVANCE-San Antonio, Inc. + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2179 + L2179 + 2179@hsesinfo.org + + + + + + + 8385 + 376 + 1 + 01CH2212 + 2014-09-01 + 2019-08-31 + CH + Action for Boston Community Development, Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + + + + + + 8386 + 447 + 6 + 06CH7137 + 2014-09-01 + 2019-08-31 + CH + Webb County Commissioners + Inactive + + + + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 8387 + 1895 + 11 + 90CI9856 + 2014-09-01 + 2019-08-31 + CI + Cook Inlet Native Head Start + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 8388 + 504 + 11 + 90CI9855 + 2014-09-01 + 2020-08-31 + CI + Santo Domingo Tribe - Kewa Health Outreach Program + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + + + + + + + 8389 + 1007 + 6 + 06CH7118 + 2014-09-01 + 2020-03-31 + CH + Northeast Oklahoma Community Action Agency, Inc. + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + + + + + + + 8390 + 698 + 11 + 90CI9857 + 2014-09-01 + 2019-08-31 + CI + California Rural Indian Health Board, Inc. + Inactive + F47779 + L47779 + 47779@hsesinfo.org + F46932 + L46932 + 46932@hsesinfo.org + + + + + + + 8391 + 1364 + 4 + 04CH4763 + 2014-09-01 + 2019-08-31 + CH + Bolivar Community Action Agency Inc. + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + + + + + + + 8393 + 306 + 4 + 04CH4764 + 2014-09-01 + 2019-08-31 + CH + Family Service Center + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F48069 + L48069 + 48069@hsesinfo.org + + + + + + + 8394 + 561 + 4 + 04CH4765 + 2014-09-01 + 2020-08-31 + CH + Beaufort-Jasper EOC + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 8395 + 1210 + 4 + 04CH4766 + 2014-09-01 + 2019-08-31 + CH + Washington County Opportunities, Inc. + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + + + + + + + 8396 + 185 + 8 + 08CH1046 + 2014-12-01 + 2020-06-30 + CH + TGU School District #60 + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + + + + + + + 8397 + 221 + 10 + 10CH0215 + 2014-10-01 + 2020-06-30 + CH + Rural Alaska Community Action Program, Inc. + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F2421 + L2421 + 2421@hsesinfo.org + + + + + + + 8398 + 1598 + 10 + 10CH0216 + 2014-10-01 + 2020-03-31 + CH + Community Services Consortium + Inactive + F48537 + L48537 + 48537@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + + + + + + + 8400 + 819 + 7 + 07CH7086 + 2014-11-01 + 2020-07-31 + CH + Community Action of Eastern Iowa + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + + + + + + + 8402 + 1542 + 10 + 10CH0221 + 2014-12-01 + 2020-11-30 + CH + Mid-Columbia Children's Council, Inc. + Active + F47078 + L47078 + 47078@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + + + + + + + 8403 + 1839 + 10 + 10CH0217 + 2014-11-01 + 2019-10-31 + CH + Albina Head Start + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + + + + + + + 8404 + 1692 + 10 + 10CH0220 + 2014-11-01 + 2020-06-30 + CH + Family Services of Grant County + Inactive + F14039 + L14039 + 14039@hsesinfo.org + F47540 + L47540 + 47540@hsesinfo.org + + + + + + + 8405 + 1946 + 10 + 10CH0219 + 2014-11-01 + 2019-10-31 + CH + Denise Louie Education Center + Inactive + F47078 + L47078 + 47078@hsesinfo.org + F46991 + L46991 + 46991@hsesinfo.org + + + + + + + 8406 + 1897 + 10 + 10CH0218 + 2014-11-01 + 2019-10-31 + CH + Chelan-Douglas Child Services Association + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F46991 + L46991 + 46991@hsesinfo.org + + + + + + + 8407 + 245 + 12 + 90CM9815 + 2014-09-30 + 2020-06-30 + CM + Centro de la Familia de Utah + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + + + + + + + 8408 + 442 + 5 + 05CH8433 + 2014-11-01 + 2019-10-31 + CH + Community Action of Northeast Indiana, Inc. + Inactive + F44011 + L44011 + 44011@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + + + + + + + 8409 + 1257 + 5 + 05CH8418 + 2014-11-01 + 2019-10-31 + CH + Chippewa Luce Mackinac Community Action Agency, Inc. + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 8410 + 1786 + 5 + 05CH8417 + 2014-11-01 + 2020-08-31 + CH + Menominee-Delta-Schoolcraft Community Action Agency + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F47912 + L47912 + 47912@hsesinfo.org + + + + + + + 8411 + 326 + 5 + 05CH8477 + 2014-11-01 + 2019-10-31 + CH + Ironton-Lawrence County Community Action Organization + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + + + + + + 8412 + 1091 + 5 + 05CH8476 + 2014-11-01 + 2020-05-31 + CH + Akron Summit Community Action Agency + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + + + + + + + 8413 + 3436 + 11 + 90CI9858 + 2014-11-01 + 2019-10-31 + CI + Fort Belknap Indian Community + Inactive + F47622 + L47622 + 47622@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 8414 + 1421 + 8 + 08CH1059 + 2014-12-01 + 2020-06-30 + CH + Rural Utah Child Development + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + + + + + + 8415 + 951 + 7 + 07CH7087 + 2014-11-01 + 2020-06-30 + CH + Community Action Inc. + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F45048 + L45048 + 45048@hsesinfo.org + + + + + + + 8416 + 927 + 8 + 08CH1136 + 2015-01-01 + 2019-12-31 + CH + County of Summit + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + + + + + + + 8417 + 1942 + 8 + 08CH1123 + 2015-01-01 + 2019-12-31 + CH + Town of Limon + Inactive + F3032 + L3032 + 3032@hsesinfo.org + + + + + + + + + + 8418 + 1454 + 8 + 08CH1120 + 2015-01-01 + 2020-08-31 + CH + Rocky Mountain Ser/Jobs for Progress, Inc. + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 8419 + 1978 + 8 + 08CH1133 + 2015-01-01 + 2019-12-31 + CH + The Learning Center for Families + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + + + + + + 8427 + 526 + 3 + 03CH3457 + 2014-11-01 + 2019-10-31 + CH + Prince William County School Board + Inactive + + + + F2437 + L2437 + 2437@hsesinfo.org + + + + + + + 8428 + 193 + 3 + 03CH3458 + 2014-11-01 + 2020-06-30 + CH + Hanover County School District + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F47017 + L47017 + 47017@hsesinfo.org + + + + + + + 8429 + 1605 + 13 + 90CH0123 + 2014-11-01 + 2015-10-31 + CH + CDI HS/ Southwest Nebraska, NE + Inactive + + + + + + + + + + + + + 8431 + 1448 + 2 + 02CH3101 + 2014-11-01 + 2020-06-30 + CH + Family Enrichment Network + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 8432 + 1444 + 4 + 04CH4767 + 2014-10-01 + 2020-06-30 + CH + Dothan City Board of Education + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F48069 + L48069 + 48069@hsesinfo.org + + + + + + + 8433 + 1826 + 4 + 04CH4770 + 2014-10-01 + 2020-06-30 + CH + Suwannee Valley Community Coordinated Child Care, Inc. + Inactive + F48070 + L48070 + 48070@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + + + + + + + 8434 + 1453 + 4 + 04CH4768 + 2014-10-01 + 2019-09-30 + CH + Hillsborough, County of + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + + + + + + + 8435 + 638 + 4 + 04CH4769 + 2014-10-01 + 2020-06-30 + CH + Jackson County Civic Action Committee, Inc. + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + + + + + + + 8436 + 947 + 8 + 08CH1149 + 2015-01-01 + 2019-12-31 + CH + Eagle County HHS + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + + + + + + + 8437 + 182 + 8 + 08CH1152 + 2015-01-01 + 2019-12-31 + CH + Early Childhood Council of the San Luis Valley + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + + + + + + + 8438 + 1396 + 4 + 04CH4771 + 2014-11-01 + 2019-10-31 + CH + Mid-Cumberland Community Action + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + + + + + + 8439 + 1501 + 11 + 90CI9859 + 2014-11-01 + 2020-10-31 + CI + Osage Nation + Active + F39730 + L39730 + 39730@hsesinfo.org + F15469 + L15469 + 15469@hsesinfo.org + + + + + + + 8440 + 1623 + 11 + 90CI9860 + 2014-11-01 + 2020-10-31 + CI + Tolowa Dee-Ni Nation + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F42301 + L42301 + 42301@hsesinfo.org + + + + + + + 8441 + 1356 + 3 + 03CH3459 + 2014-12-01 + 2020-06-30 + CH + Eastern Shore AAA/CAA + Inactive + F49595 + L49595 + 49595@hsesinfo.org + F30521 + L30521 + 30521@hsesinfo.org + + + + + + + 8442 + 1167 + 3 + 03CH3460 + 2014-12-01 + 2019-11-30 + CH + Lee County School District + Inactive + + + + F37589 + L37589 + 37589@hsesinfo.org + + + + + + + 8443 + 203 + 3 + 03CH3462 + 2014-12-01 + 2020-06-30 + CH + Loudoun County School District + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F43578 + L43578 + 43578@hsesinfo.org + + + + + + + 8444 + 1001 + 3 + 03CH3463 + 2014-12-01 + 2020-09-30 + CH + Lynchburg Community Action Group Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + + + + + + + 8445 + 1170 + 3 + 03CH3464 + 2014-12-01 + 2019-11-30 + CH + Health Federation of Philadelphia, The + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + + + + + + + 8446 + 1583 + 4 + 04CH4772 + 2014-11-01 + 2020-06-30 + CH + Randolph County Board of Education + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + + + + + + + 8447 + 150 + 4 + 04CH4773 + 2014-11-01 + 2020-06-30 + CH + The Sheltering Arms + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 8448 + 253 + 3 + 03CH3461 + 2014-12-01 + 2019-11-30 + CH + Maryland Rural Development Corporation + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + + + + + + + 8449 + 807 + 4 + 04CH4776 + 2014-11-01 + 2019-10-31 + CH + Western Kentucky University + Inactive + F48070 + L48070 + 48070@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + + + + + + + 8450 + 1234 + 4 + 04CH4777 + 2014-11-01 + 2019-10-31 + CH + Chapel Hill-Carrboro City School District + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + + + + + + + 8451 + 1113 + 4 + 04CH4775 + 2014-11-01 + 2020-10-31 + CH + Lumbee Regional Development Association + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + + + + + + + 8452 + 1181 + 4 + 04CH4774 + 2014-11-01 + 2020-06-30 + CH + Charlotte County School Board + Inactive + F48459 + L48459 + 48459@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + + + + + + + 8453 + 1510 + 1 + 01CH2039 + 2014-11-01 + 2021-06-30 + CH + Champlain Valley Office of Economic Opportunity, Inc. + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + 255 + 30 + + + + + 8454 + 335 + 11 + 90CI9861 + 2014-11-01 + 2019-10-31 + CI + Pueblo of San Felipe + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + + + + + + + 8455 + 706 + 1 + 01CH2050 + 2014-11-01 + 2020-06-30 + CH + Capstone Community Action, Inc. + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 8456 + 648 + 11 + 90CI9862 + 2014-12-01 + 2019-11-30 + CI + Muscogee Creek Nation + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F15469 + L15469 + 15469@hsesinfo.org + + + + + + + 8457 + 170 + 7 + 07CH7088 + 2014-12-01 + 2020-06-30 + CH + Southeast Kansas Community Action Program, Inc. + Inactive + F48871 + L48871 + 48871@hsesinfo.org + F45048 + L45048 + 45048@hsesinfo.org + + + + + + + 8458 + 434 + 11 + 90CI9863 + 2014-12-01 + 2019-11-30 + CI + Sisseton-Wahpeton Oyate + Inactive + F47779 + L47779 + 47779@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + + + + + + + 8459 + 887 + 4 + 04CH4778 + 2014-11-01 + 2020-10-31 + CH + Central Kentucky Community Action Council + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + + + + + + 8460 + 1418 + 5 + 05CH8434 + 2015-01-01 + 2020-06-30 + CH + Community Care in Union County, Inc. + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F47912 + L47912 + 47912@hsesinfo.org + + + + + + + 8461 + 579 + 5 + 05CH8435 + 2015-01-01 + 2020-12-31 + CH + Pathfinder Services, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + + 60 + + + + + 8462 + 1146 + 2 + 02CH3105 + 2014-12-01 + 2019-11-30 + CH + NYS Federation of Growers & Processors Associations Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + + + + + + + 8463 + 1777 + 2 + 02CH3104 + 2014-12-01 + 2019-11-30 + CH + United Talmudical Academy of Boro Park Head Start + Inactive + F47557 + L47557 + 47557@hsesinfo.org + F32828 + L32828 + 32828@hsesinfo.org + + + + + + + 8464 + 1574 + 2 + 02CH3103 + 2014-12-01 + 2020-11-30 + CH + L. I. Child & Family Development Services, Inc. + Inactive + F32488 + L32488 + 32488@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 8465 + 1553 + 5 + 05CH8500 + 2015-01-01 + 2019-12-31 + CH + Cooperative Educational Service Agency No. 2 + Inactive + + + + F45378 + L45378 + 45378@hsesinfo.org + + + + + + + 8466 + 1137 + 5 + 05CH8501 + 2015-01-01 + 2019-12-31 + CH + La Casa de Esperanza, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2147 + L2147 + 2147@hsesinfo.org + + + + + + + 8467 + 1405 + 2 + 02CH3102 + 2014-12-01 + 2019-11-30 + CH + Municipio de Bayamon + Inactive + F15514 + L15514 + 15514@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 8468 + 582 + 5 + 05CH8457 + 2015-01-01 + 2019-12-31 + CH + Governors State University + Inactive + F3061 + L3061 + 3061@hsesinfo.org + + + + + + + + + + 8469 + 1242 + 5 + 05CH8456 + 2015-01-01 + 2020-12-31 + CH + Ounce of Prevention Fund + Active + F44271 + L44271 + 44271@hsesinfo.org + F2121 + L2121 + 2121@hsesinfo.org + 646 + 558 + + + + + 8470 + 1976 + 5 + 05CH8458 + 2015-01-01 + 2019-12-31 + CH + Baby Talk, Inc. + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + + + + + + + 8471 + 1540 + 5 + 05CH8455 + 2015-01-01 + 2019-12-31 + CH + Catholic Charities of the Diocese of Joliet, Inc. + Inactive + + + + F2121 + L2121 + 2121@hsesinfo.org + + + + + + + 8472 + 339 + 5 + 05CH8419 + 2015-01-01 + 2019-12-31 + CH + Starfish Family Services, Inc. + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + + + + + + + 8473 + 1250 + 5 + 05CH8399 + 2015-01-01 + 2016-09-30 + CH + Western Community Action, Inc. + Inactive + + + + F43022 + L43022 + 43022@hsesinfo.org + + + + + + + 8474 + 1046 + 5 + 05CH8478 + 2015-01-01 + 2019-12-31 + CH + Adams-Brown Counties Economic Opportunities, Inc. + Inactive + F48866 + L48866 + 48866@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + + + + + + + 8475 + 1172 + 5 + 05CH8479 + 2015-01-01 + 2019-12-31 + CH + Pickaway County Community Action Organization + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 8476 + 739 + 5 + 05CH8480 + 2015-01-01 + 2019-12-31 + CH + Hocking Athens Perry Community Action + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 8477 + 893 + 5 + 05CH8481 + 2015-01-01 + 2020-09-30 + CH + Northwestern Ohio Community Action Commission + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + + + + + + + 8478 + 236 + 5 + 05CH8482 + 2015-01-01 + 2020-06-30 + CH + Community Action Commission of Erie, Huron and Richland + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + + + + + + + 8479 + 720 + 4 + 04CH4780 + 2015-01-01 + 2020-06-30 + CH + Community Action Opportunities + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + + + + + + + 8480 + 1544 + 4 + 04CH4779 + 2015-01-01 + 2019-12-31 + CH + Onslow County Partnership for Children, Inc. + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + + + + + + + 8481 + 1727 + 6 + 06CH7174 + 2014-12-01 + 2019-11-30 + CH + Community Services of Northeast Texas, Inc. + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 8482 + 446 + 6 + 06CH7169 + 2014-12-01 + 2019-11-30 + CH + Native American Coalition of Tulsa + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 8483 + 636 + 11 + 90CI9864 + 2014-12-01 + 2019-11-30 + CI + Tanana Chiefs Conference + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 8484 + 1226 + 8 + 08CH1042 + 2015-02-01 + 2020-01-31 + CH + Community Action Region VI + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + + + + + + + 8485 + 210 + 8 + 08CH1097 + 2015-02-01 + 2020-06-30 + CH + Community Action Partnership, Inc. + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + + + + + + + 8486 + 1675 + 10 + 10CH0222 + 2015-01-01 + 2019-12-31 + CH + Kids & Company of Linn County + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F48097 + L48097 + 48097@hsesinfo.org + + + + + + + 8487 + 839 + 10 + 10CH0223 + 2015-01-01 + 2019-12-31 + CH + Family Building Blocks + Inactive + F47078 + L47078 + 47078@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + + + + + + + 8488 + 771 + 10 + 10CH0227 + 2015-03-01 + 2020-02-29 + CH + Mid-Willamette Valley Community Action Agency, Inc. + Inactive + F45193 + L45193 + 45193@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + + + + + + + 8489 + 1688 + 8 + 08CH1096 + 2015-02-01 + 2020-01-31 + CH + Lake County School District #1 + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + + + + + + + 8490 + 758 + 10 + 10CH0224 + 2015-01-01 + 2019-12-31 + CH + Neighborhood House Incorporated + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F47540 + L47540 + 47540@hsesinfo.org + + + + + + + 8491 + 1042 + 10 + 10CH0225 + 2015-01-01 + 2019-12-31 + CH + Educational Service District 112 + Inactive + F45193 + L45193 + 45193@hsesinfo.org + F47540 + L47540 + 47540@hsesinfo.org + + + + + + + 8492 + 854 + 10 + 10CH0226 + 2015-01-01 + 2019-12-31 + CH + Snohomish County Human Services Department + Inactive + F47078 + L47078 + 47078@hsesinfo.org + F46991 + L46991 + 46991@hsesinfo.org + + + + + + + 8493 + 1354 + 6 + 06CH7190 + 2014-12-01 + 2020-06-30 + CH + North Texas Parent & Child Development Inc. + Inactive + + + + + + + + + + + + + 8494 + 977 + 1 + 01CH2234 + 2014-12-01 + 2019-11-30 + CH + Martha's Vineyard Community Services + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 8495 + 1579 + 3 + 03CH3473 + 2015-01-01 + 2019-12-31 + CH + Higher Horizons Day Care Center, Inc. + Inactive + + + + F32243 + L32243 + 32243@hsesinfo.org + + + + + + + 8496 + 1911 + 3 + 03CH3472 + 2015-01-01 + 2019-12-31 + CH + Clinch Valley Community Action, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F32243 + L32243 + 32243@hsesinfo.org + + + + + + + 8497 + 1835 + 3 + 03CH3469 + 2015-01-01 + 2020-10-31 + CH + Scott County Public School Head Start + Inactive + + + + F33282 + L33282 + 33282@hsesinfo.org + + + + + + + 8498 + 1376 + 3 + 03CH3468 + 2015-01-01 + 2020-06-30 + CH + Hopewell City School Board + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F44345 + L44345 + 44345@hsesinfo.org + + + + + + + 8499 + 1414 + 3 + 03CH3467 + 2015-01-01 + 2019-12-31 + CH + Step, Inc. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F47017 + L47017 + 47017@hsesinfo.org + + + + + + + 8500 + 41 + 3 + 03CH3474 + 2015-01-01 + 2019-12-31 + CH + Human Services, Pennsylvania Department of + Inactive + + + + F47017 + L47017 + 47017@hsesinfo.org + + + + + + + 8501 + 287 + 3 + 03CH3476 + 2015-01-01 + 2019-12-31 + CH + Allegheny Intermediate Unit + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 8502 + 322 + 3 + 03CH3475 + 2015-01-01 + 2019-12-31 + CH + Community Services of Venango County, Inc. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F43578 + L43578 + 43578@hsesinfo.org + + + + + + + 8503 + 1400 + 3 + 03CH3471 + 2015-01-01 + 2020-10-31 + CH + Professional Family Care Services, Inc. + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F44039 + L44039 + 44039@hsesinfo.org + + + + + + + 8504 + 994 + 3 + 03CH3466 + 2015-01-01 + 2019-12-31 + CH + Huntingdon County Child and Adult Development Corp. + Inactive + + + + F44251 + L44251 + 44251@hsesinfo.org + + + + + + + 8505 + 1028 + 3 + 03CH3465 + 2015-01-01 + 2019-12-31 + CH + Allegheny Lutheran Social Ministries + Inactive + F46529 + L46529 + 46529@hsesinfo.org + + + + + + + + + + 8506 + 591 + 6 + 06CH7173 + 2014-12-01 + 2020-06-30 + CH + Williamson Burnet Counties Opp. Inc. (WBCO) + Inactive + + + + F2193 + L2193 + 2193@hsesinfo.org + + + + + + + 8507 + 1259 + 3 + 03CH3477 + 2015-01-01 + 2019-12-31 + CH + Centronia, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + + + + + + + 8508 + 1991 + 3 + 03CH3470 + 2015-01-01 + 2020-12-31 + CH + Community Action Council of Howard County + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + 264 + + + + + + 8509 + 1707 + 11 + 90CI9865 + 2014-12-01 + 2020-11-30 + CI + Quinault Indian Nation + Active + F33086 + L33086 + 33086@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + + + + + + + 8510 + 1002 + 4 + 04CH4781 + 2014-12-01 + 2020-06-30 + CH + Community Action Program Committee, Inc. + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + + + + + + + 8511 + 1556 + 9 + 09CH9170 + 2015-01-01 + 2019-12-31 + CH + Easter Seals Southern California, Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 8512 + 1059 + 9 + 09CH9171 + 2015-01-01 + 2019-12-31 + CH + Regents of the University of California, Los Angeles + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 8513 + 1551 + 5 + 05CH8460 + 2014-12-01 + 2020-11-30 + CH + City of Chicago + Active + F44271 + L44271 + 44271@hsesinfo.org + F2121 + L2121 + 2121@hsesinfo.org + + + + + + + 8514 + 644 + 6 + 06CH7121 + 2014-12-01 + 2020-07-31 + CH + Save the Children Federation Inc. + Inactive + F2179 + L2179 + 2179@hsesinfo.org + F12886 + L12886 + 12886@hsesinfo.org + + + + + + + 8515 + 1067 + 5 + 05CH8469 + 2014-12-01 + 2020-06-30 + CH + Council On Rural Service Programs, Inc. + Inactive + F2088 + L2088 + 2088@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 8516 + 967 + 4 + 04CH4782 + 2015-01-01 + 2019-12-31 + CH + Burke County Board of Education Inc. + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + + + + + + + 8517 + 1818 + 4 + 04CH4784 + 2015-01-01 + 2019-12-31 + CH + Gulf Regional Early Childhood Services, Inc. + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + + + + + + + 8518 + 1572 + 4 + 04CH4783 + 2015-01-01 + 2019-12-31 + CH + Catawba County Schools + Inactive + F48459 + L48459 + 48459@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 8519 + 1833 + 4 + 04CH4785 + 2015-01-01 + 2020-06-30 + CH + Martin County School District + Inactive + F48459 + L48459 + 48459@hsesinfo.org + F46450 + L46450 + 46450@hsesinfo.org + + + + + + + 8520 + 1440 + 4 + 04CH4786 + 2015-01-01 + 2020-06-30 + CH + Sequatchie Valley Planning and Development Agency + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + + + + + + 8521 + 849 + 11 + 90CI9869 + 2015-01-01 + 2019-12-31 + CI + Pascua Yaqui Tribe of Arizona + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F45305 + L45305 + 45305@hsesinfo.org + + + + + + + 8522 + 3430 + 11 + 90CI9868 + 2015-01-01 + 2020-12-31 + CI + Salt River Pima-Maricopa Indian Community Educational SE, The + Active + F39730 + L39730 + 39730@hsesinfo.org + F15469 + L15469 + 15469@hsesinfo.org + 102 + 100 + + + + + 8523 + 380 + 9 + 09CH9172 + 2015-01-01 + 2019-12-31 + CH + Child Crisis Arizona + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 8524 + 1969 + 9 + 09CH9184 + 2015-01-01 + 2019-12-31 + CH + Through the Looking Glass + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + + + + + + + 8525 + 968 + 9 + 09CH9183 + 2015-01-01 + 2019-12-31 + CH + Imperial County Office of Education + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + + + + + + 8526 + 1265 + 9 + 09CH9182 + 2015-01-01 + 2020-05-31 + CH + Los Angeles Education Partnership + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F35663 + L35663 + 35663@hsesinfo.org + + + + + + + 8527 + 1669 + 9 + 09CH9181 + 2015-01-01 + 2019-12-31 + CH + Westside Children's Center + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 8528 + 811 + 9 + 09CH9180 + 2015-01-01 + 2019-12-31 + CH + Human Services Association + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 8529 + 398 + 9 + 09CH9179 + 2015-01-01 + 2019-12-31 + CH + Pediatric Therapy Network + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F35663 + L35663 + 35663@hsesinfo.org + + + + + + + 8530 + 762 + 9 + 09CH9178 + 2015-01-01 + 2019-12-31 + CH + Rancho Santiago Community College District, Inc. + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F35663 + L35663 + 35663@hsesinfo.org + + + + + + + 8531 + 267 + 9 + 09CH9177 + 2015-01-01 + 2019-06-30 + CH + Community Child Care Council of Santa Clara + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 8532 + 1094 + 9 + 09CH9176 + 2015-01-01 + 2019-12-31 + CH + Peninsula Family Service + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + + + + + + + 8533 + 189 + 9 + 09CH9175 + 2015-01-01 + 2020-06-30 + CH + Baldwin Park Unified School District + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F35663 + L35663 + 35663@hsesinfo.org + + + + + + + 8534 + 785 + 9 + 09CH9174 + 2015-01-01 + 2019-12-31 + CH + Foothill Family Service + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + + + + + + 8535 + 850 + 9 + 09CH9173 + 2015-01-01 + 2019-12-31 + CH + Spanish Speaking Unity Council + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 8536 + 3429 + 8 + 08HP0001 + 2015-03-01 + 2019-08-31 + HP + Clayton Early Learning, Trustee George W. Clayton Trust + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F3062 + L3062 + 3062@hsesinfo.org + + + + + + + 8537 + 822 + 11 + 90CI9867 + 2015-01-01 + 2019-12-31 + CI + Quileute Tribe of the Quileute Reservation + Inactive + F47779 + L47779 + 47779@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + + + + + + + 8538 + 902 + 11 + 90CI9866 + 2015-01-01 + 2020-12-31 + CI + Nisqually Indian Tribe + Active + F15738 + L15738 + 15738@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + 40 + + + + + + 8539 + 1321 + 8 + 08HP0004 + 2015-02-01 + 2019-07-31 + HP + DDI Vantage, Inc. + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + + + + + + 8540 + 1417 + 8 + 08HP0003 + 2015-02-01 + 2019-07-31 + HP + Salt Lake Community Action Program + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + + + + + + 8541 + 245 + 8 + 08HP0002 + 2015-02-01 + 2019-07-31 + HP + Centro de la Familia de Utah + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + + + + + + 8542 + 1642 + 11 + 90CI9870 + 2015-01-01 + 2019-12-31 + CI + Rocky Boy Schools + Inactive + F47779 + L47779 + 47779@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 8543 + 953 + 4 + 04CH4787 + 2015-01-01 + 2019-12-31 + CH + Children's Home Society of Florida, The + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + + + + + + + 8544 + 420 + 11 + 90CI9873 + 2015-01-01 + 2020-12-31 + CI + Five Sandoval Indian Pueblos Inc. + Active + F47779 + L47779 + 47779@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + 41 + + + + + + 8545 + 1124 + 11 + 90CI9871 + 2015-01-01 + 2019-12-31 + CI + Kiowa Tribe of Oklahoma + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F3536 + L3536 + 3536@hsesinfo.org + + + + + + + 8546 + 1438 + 11 + 90CI9872 + 2015-01-01 + 2019-12-31 + CI + Omaha Tribe of Nebraska + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + + + + + + + 8547 + 847 + 4 + 04CH4788 + 2015-01-01 + 2020-06-30 + CH + Jefferson County Committee for Economic Opportunity + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + + + + + + + 8548 + 1398 + 2 + 02CH3115 + 2015-01-01 + 2019-12-31 + CH + SCO Family of Services + Inactive + F47557 + L47557 + 47557@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + + + + + + + 8549 + 1616 + 2 + 02CH3114 + 2015-01-01 + 2019-12-31 + CH + Bais Yaakov Faigeh Schonberger of AdasYereim + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 8550 + 196 + 2 + 02CH3109 + 2015-01-01 + 2019-12-31 + CH + B'Above Worldwide Institute Inc. + Inactive + F32488 + L32488 + 32488@hsesinfo.org + F13554 + L13554 + 13554@hsesinfo.org + + + + + + + 8551 + 984 + 2 + 02CH3107 + 2015-01-01 + 2019-12-31 + CH + Wayne County Action Program Inc. + Inactive + F47557 + L47557 + 47557@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + + + + + + + 8552 + 936 + 2 + 02CH3106 + 2015-01-01 + 2019-12-31 + CH + Opportunities for Chenango, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 8553 + 980 + 11 + 90CI9878 + 2015-01-01 + 2019-12-31 + CI + Association of Village Council Presidents + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 8554 + 216 + 2 + 02CH3111 + 2015-01-01 + 2019-12-31 + CH + The Children's Home Society of New Jersey + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + + + + + + + 8555 + 1239 + 2 + 02CH3110 + 2015-01-01 + 2019-12-31 + CH + Lakewood Economic Action Program + Inactive + F47557 + L47557 + 47557@hsesinfo.org + + + + + + + + + + 8556 + 798 + 11 + 90CI9874 + 2015-01-01 + 2020-12-31 + CI + Mississippi Band of Choctaw Indians + Active + F3537 + L3537 + 3537@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + 208 + 60 + + + + + 8557 + 198 + 6 + 06CH7189 + 2015-01-01 + 2020-12-31 + CH + Central Texas 4C, Inc. + Inactive + F2179 + L2179 + 2179@hsesinfo.org + F13531 + L13531 + 13531@hsesinfo.org + + 152 + + + + + 8558 + 1533 + 6 + 06CH7185 + 2015-01-01 + 2019-12-31 + CH + Lumin Education + Inactive + + + + + + + + + + + + + 8559 + 1203 + 2 + 02CH3113 + 2015-01-01 + 2019-12-31 + CH + Municipality of Utuado + Inactive + F42299 + L42299 + 42299@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 8560 + 1339 + 2 + 02CH3112 + 2015-01-01 + 2019-12-31 + CH + Municipio de San German + Inactive + F15514 + L15514 + 15514@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 8561 + 1338 + 2 + 02CH3108 + 2015-01-01 + 2019-12-31 + CH + Municipality of Dorado + Inactive + F42299 + L42299 + 42299@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + + + + + + + 8562 + 1443 + 11 + 90CI9877 + 2015-01-01 + 2019-12-31 + CI + Round Valley Tribe + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F46932 + L46932 + 46932@hsesinfo.org + + + + + + + 8563 + 1934 + 11 + 90CI9876 + 2015-01-01 + 2019-12-31 + CI + Pinoleville Pomo Nation + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F46932 + L46932 + 46932@hsesinfo.org + + + + + + + 8564 + 119 + 11 + 90CI9875 + 2015-01-01 + 2019-12-31 + CI + Redding Rancheria + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F46932 + L46932 + 46932@hsesinfo.org + + + + + + + 8565 + 1611 + 11 + 90CI9881 + 2015-02-01 + 2021-01-31 + CI + Kawerak, Inc. + Active + F25722 + L25722 + 25722@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + 172 + 26 + + + + + 8566 + 1450 + 11 + 90CI9880 + 2015-01-01 + 2020-12-31 + CI + Kenaitze Indian Tribe + Active + F15738 + L15738 + 15738@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + 57 + + + + + + 8567 + 1281 + 8 + 08CH1032 + 2015-03-01 + 2020-02-29 + CH + Opportunities, Inc. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 8568 + 1824 + 8 + 08HP0005 + 2015-01-01 + 2020-06-30 + HP + A.W.A.R.E., Inc. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 8569 + 116 + 11 + 90CI9879 + 2015-01-01 + 2020-12-31 + CI + Cheyenne River Sioux Tribe + Active + F15738 + L15738 + 15738@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + 251 + + + + + + 8570 + 1323 + 4 + 04CH4789 + 2015-01-01 + 2020-06-30 + CH + Richland County First Steps + Inactive + F48070 + L48070 + 48070@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 8571 + 1951 + 4 + 04CH4790 + 2015-01-01 + 2019-12-31 + CH + Durham's Partnership for Children + Inactive + F48070 + L48070 + 48070@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + + + + + + + 8572 + 1251 + 6 + 06CH7188 + 2015-01-01 + 2019-12-31 + CH + AVANCE, Inc. + Inactive + F23929 + L23929 + 23929@hsesinfo.org + + + + + + + + + + 8573 + 1605 + 13 + 90CH0124 + 2015-03-01 + 2016-02-29 + CH + CDI HS/ St. Landry Parish, LA + Inactive + + + + + + + + + + + + + 8574 + 1362 + 9 + 09HP0007 + 2015-01-01 + 2019-06-30 + HP + City of Phoenix + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 8575 + 430 + 9 + 09HP0004 + 2015-01-01 + 2019-06-30 + HP + Maricopa County Human Services + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 8576 + 218 + 9 + 09HP0017 + 2015-01-01 + 2019-06-30 + HP + Metropolitan Area Advisory Committee On Anti-Poverty of San Diego County Inc. + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 8577 + 1031 + 9 + 09HP0016 + 2015-01-01 + 2019-06-30 + HP + Alameda Family Services + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + + + + + + + 8578 + 1669 + 9 + 09HP0015 + 2015-01-01 + 2019-06-30 + HP + Allies for Every Child, Inc + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 8579 + 1426 + 9 + 09HP0014 + 2015-01-01 + 2019-06-30 + HP + Dignity Health + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 8580 + 267 + 9 + 09HP0013 + 2015-03-01 + 2019-08-31 + HP + Community Child Care Council of Santa Clara + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 8581 + 1812 + 9 + 09HP0012 + 2015-01-01 + 2019-06-30 + HP + Contra Costa County Community Services + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + + + + + + + 8582 + 421 + 9 + 09HP0011 + 2015-01-01 + 2019-06-30 + HP + Merced County Superintendent of Schools + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F35663 + L35663 + 35663@hsesinfo.org + + + + + + + 8583 + 311 + 9 + 09HP0010 + 2015-01-01 + 2019-06-30 + HP + Vista Del Mar Child and Family Services + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 8584 + 465 + 9 + 09HP0009 + 2015-01-01 + 2019-06-30 + HP + Child Care Resource Center, Inc. + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 8585 + 6 + 9 + 09HP0008 + 2015-01-01 + 2019-06-30 + HP + California Department of Education + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 8586 + 1556 + 9 + 09HP0006 + 2015-01-01 + 2019-06-30 + HP + Easter Seals Southern California, Inc. + Inactive + + + + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 8587 + 785 + 9 + 09HP0005 + 2015-01-01 + 2019-06-30 + HP + Foothill Family Service + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + + + + + + 8588 + 664 + 9 + 09HP0003 + 2015-01-01 + 2019-06-30 + HP + Volunteers of America of Los Angeles + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 8589 + 1699 + 9 + 09HP0002 + 2015-01-01 + 2020-06-30 + HP + Los Angeles County Office of Education + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 8590 + 1326 + 9 + 09HP0001 + 2015-01-01 + 2019-06-30 + HP + San Bernardino, County of + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 8591 + 982 + 8 + 08HP0006 + 2015-01-01 + 2019-06-30 + HP + Youth & Family Services, Inc. + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + + + + + + + 8592 + 744 + 1 + 01CH2102 + 2015-01-01 + 2019-12-31 + CH + United Way of Greater New Haven + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + + + + + + 8593 + 1281 + 8 + 08HP0012 + 2015-02-01 + 2019-07-31 + HP + Opportunities, Inc. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 8594 + 1842 + 8 + 08HP0010 + 2015-02-01 + 2019-07-31 + HP + Mayville State University + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + + + + + + + 8595 + 1442 + 1 + 01CH2133 + 2015-01-01 + 2019-12-31 + CH + Androscoggin Head Start & Child Care + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 8596 + 1119 + 7 + 07CH7089 + 2015-01-01 + 2020-06-30 + CH + North Iowa Community Action Organization + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + + + + + + + 8597 + 948 + 8 + 08HP0007 + 2015-02-01 + 2019-07-31 + HP + Cripple Creek Victor School District Re-1 + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + + + + + + + 8598 + 1986 + 8 + 08HP0008 + 2015-03-01 + 2019-08-31 + HP + Colorado Early Education Network + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + + + + + + + 8599 + 7004 + 8 + 08HP0009 + 2015-02-01 + 2019-07-31 + HP + Early Learning Ventures + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + + + + + + 8600 + 1551 + 5 + 05HP0001 + 2015-01-01 + 2020-11-30 + HP + City of Chicago + Active + F44271 + L44271 + 44271@hsesinfo.org + F2121 + L2121 + 2121@hsesinfo.org + + + + + + + 8601 + 707 + 1 + 01CH2052 + 2015-01-01 + 2019-12-31 + CH + Belknap-Merrimack Counties Community Action Program, In + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 8602 + 1237 + 8 + 08HP0011 + 2015-02-01 + 2019-07-31 + HP + Bear River Head Start + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + + + + + + 8603 + 1893 + 5 + 05HP0007 + 2015-02-01 + 2019-07-31 + HP + Elkhart and St. Joseph Counties Head Start Consortium + Inactive + F44011 + L44011 + 44011@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + + + + + + + 8604 + 7059 + 5 + 05HP0006 + 2015-03-01 + 2019-08-31 + HP + Early Learning Indiana, Inc. + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + + + + + + 8605 + 5080 + 5 + 05HP0005 + 2015-02-01 + 2020-01-31 + HP + Geminus Corporation + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + + + + + + + 8606 + 1411 + 5 + 05HP0032 + 2015-03-01 + 2019-08-31 + HP + Acelero, Inc. + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F13894 + L13894 + 13894@hsesinfo.org + + + + + + + 8607 + 752 + 5 + 05HP0008 + 2015-01-01 + 2019-06-30 + HP + Telamon Corporation + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F47912 + L47912 + 47912@hsesinfo.org + + + + + + + 8608 + 1307 + 4 + 04CH4791 + 2015-01-01 + 2019-12-31 + CH + Chapel Hill Training-Outreach Project, Inc. + Inactive + F48070 + L48070 + 48070@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + + + + + + + 8609 + 757 + 1 + 01CH2004 + 2015-01-01 + 2019-12-31 + CH + Meeting Street + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 8610 + 1313 + 5 + 05HP0031 + 2015-03-01 + 2019-08-31 + HP + Dane County Parent Council, Inc. + Inactive + + + + F13520 + L13520 + 13520@hsesinfo.org + + + + + + + 8611 + 214 + 5 + 05HP0030 + 2015-02-01 + 2020-06-30 + HP + Indianhead Community Action Agency, Inc. + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + + + + + + + 8612 + 234 + 5 + 05HP0029 + 2015-01-01 + 2020-06-30 + HP + Next Door Foundation, Inc. + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F13894 + L13894 + 13894@hsesinfo.org + + + + + + + 8613 + 1570 + 6 + 06CH7182 + 2015-01-01 + 2019-12-31 + CH + United Way of Acadiana, Inc. + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 8614 + 1070 + 1 + 01CH2003 + 2015-01-01 + 2019-12-31 + CH + Associates for Human Services, Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F15627 + L15627 + 15627@hsesinfo.org + + + + + + + 8615 + 7065 + 5 + 05HP0004 + 2015-03-01 + 2019-08-31 + HP + Child Care Resource & Referral + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + + + + + + 8616 + 1370 + 5 + 05HP0003 + 2015-01-01 + 2020-06-30 + HP + City of Rockford + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + + + + + + 8617 + 7062 + 5 + 05HP0002 + 2015-02-01 + 2020-07-31 + HP + Proviso Leyden Council for Community Actions, Inc. + Inactive + F44271 + L44271 + 44271@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + + + + + + 8618 + 7061 + 5 + 05HP0013 + 2015-02-01 + 2019-07-31 + HP + St. Joseph County Intermediate School District + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + + + + + + 8619 + 4429 + 5 + 05HP0012 + 2015-03-01 + 2019-08-31 + HP + Matrix Human Services + Inactive + + + + F15967 + L15967 + 15967@hsesinfo.org + + + + + + + 8620 + 7064 + 5 + 05HP0011 + 2015-03-01 + 2019-08-31 + HP + The Order of the Fishermen Ministry + Inactive + F13564 + L13564 + 13564@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + + + + + + + 8621 + 1956 + 5 + 05HP0010 + 2015-03-01 + 2019-08-31 + HP + County of Macomb + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + + + + + + 8622 + 770 + 5 + 05HP0009 + 2015-02-01 + 2019-07-31 + HP + Capital Area Community Services, Incorporated + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + + + + + + + 8623 + 1215 + 5 + 05HP0018 + 2015-01-01 + 2019-06-30 + HP + Parents in Community Action, Inc. + Inactive + + + + F2147 + L2147 + 2147@hsesinfo.org + + + + + + + 8624 + 586 + 5 + 05HP0017 + 2015-02-01 + 2019-07-31 + HP + Tri-County Community Action Partnership, Inc. + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + + + + + + 8625 + 323 + 5 + 05HP0016 + 2015-03-01 + 2019-08-31 + HP + Mahube-Otwa Community Action Partnership, Inc. + Inactive + F44011 + L44011 + 44011@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + + + + + + 8626 + 258 + 5 + 05HP0015 + 2015-02-01 + 2019-07-31 + HP + Anoka County Community Action Program, Inc. + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + + + + + + 8627 + 1627 + 5 + 05HP0014 + 2015-01-01 + 2019-10-31 + HP + Child Care Resource and Referral, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + + + + + + 8628 + 7063 + 5 + 05HP0028 + 2015-03-01 + 2019-08-31 + HP + Young Women's Christian Association of Canton Ohio + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + + + + + + 8629 + 1947 + 5 + 05HP0027 + 2015-02-01 + 2019-07-31 + HP + West Ohio Community Action Partnership + Inactive + + + + F42111 + L42111 + 42111@hsesinfo.org + + + + + + + 8630 + 326 + 5 + 05HP0026 + 2015-03-01 + 2019-08-31 + HP + Ironton and Lawrence County Area Community Action Organization + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + + + + + + 8631 + 1243 + 5 + 05HP0025 + 2015-02-01 + 2019-07-31 + HP + Knox County Head Start, Inc. + Inactive + F44011 + L44011 + 44011@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + + + + + + + 8632 + 3437 + 5 + 05HP0024 + 2015-03-01 + 2019-08-31 + HP + Community Action Commission of Fayette County, Inc. + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + + + + + + 8633 + 1047 + 5 + 05HP0023 + 2015-01-01 + 2019-06-30 + HP + Warren County Community Services, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + + + + + + 8634 + 7060 + 5 + 05HP0022 + 2015-02-01 + 2019-07-31 + HP + Ohio State University, The + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + + + + + + 8635 + 727 + 5 + 05HP0021 + 2015-01-01 + 2019-12-31 + HP + Miami Valley Child Development Centers, Inc. + Inactive + F44011 + L44011 + 44011@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + + + + + + 8636 + 728 + 5 + 05HP0020 + 2015-02-01 + 2019-07-31 + HP + Cincinnati-Hamilton County Community Action Agency + Inactive + + + + F24149 + L24149 + 24149@hsesinfo.org + + + + + + + 8637 + 794 + 5 + 05HP0019 + 2015-02-01 + 2019-07-31 + HP + Great Lakes Community Action Partnership + Inactive + + + + F42111 + L42111 + 42111@hsesinfo.org + + + + + + + 8638 + 643 + 1 + 01CH2525 + 2015-01-01 + 2019-12-31 + CH + Area Cooperative Educational Services + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + + + + + + 8639 + 624 + 4 + 04CH4792 + 2015-01-01 + 2020-06-30 + CH + Low Country Community Action Agency Inc. + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F45392 + L45392 + 45392@hsesinfo.org + + + + + + + 8640 + 379 + 7 + 07HP0001 + 2015-01-01 + 2019-06-30 + HP + Drake University + Inactive + F11828 + L11828 + 11828@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + + + + + + + 8641 + 1950 + 6 + 06CH7183 + 2015-01-01 + 2019-12-31 + CH + Native American Professional Parent Resources Inc. + Inactive + + + + F41654 + L41654 + 41654@hsesinfo.org + + + + + + + 8642 + 500 + 6 + 06CH7171 + 2015-01-01 + 2019-12-31 + CH + Lafourche Parish + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2193 + L2193 + 2193@hsesinfo.org + + + + + + + 8643 + 7104 + 1 + 01HP0001 + 2015-01-01 + 2019-06-30 + HP + Community Day Care Center of Lawrence, Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + + + + + + 8644 + 1103 + 7 + 07CH7090 + 2015-02-01 + 2020-01-31 + CH + North Central Missouri College + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + + + + + + + 8645 + 1689 + 2 + 02CH3116 + 2015-01-01 + 2020-06-30 + CH + Dominican Women's Development Center + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F48300 + L48300 + 48300@hsesinfo.org + + + + + + + 8646 + 1633 + 6 + 06CH7177 + 2015-01-01 + 2020-06-30 + CH + Harris County Department of Education + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 8647 + 1836 + 6 + 06CH7184 + 2015-01-01 + 2019-12-31 + CH + Tulsa Educare + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 8648 + 1352 + 2 + 02HP0001 + 2015-02-01 + 2019-07-31 + HP + United Academy Inc. + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + + + + + + + 8649 + 1565 + 6 + 06CH7186 + 2015-01-01 + 2020-10-31 + CH + Center for New Communities + Inactive + F2179 + L2179 + 2179@hsesinfo.org + F2193 + L2193 + 2193@hsesinfo.org + + + + + + + 8650 + 387 + 1 + 01HP0002 + 2015-01-01 + 2019-06-30 + HP + Children's Friend and Service + Inactive + + + + F229 + L229 + 229@hsesinfo.org + + + + + + + 8651 + 376 + 13 + 90CH0212 + 2014-12-17 + 2015-06-30 + CH + Action for Boston Community Development, Inc. + Inactive + + + + + + + + + + + + + 8652 + 801 + 3 + 03HP0002 + 2015-01-01 + 2019-06-30 + HP + The Campagna Center, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F44251 + L44251 + 44251@hsesinfo.org + + + + + + + 8653 + 733 + 3 + 03HP0003 + 2015-01-01 + 2019-06-30 + HP + County of Fairfax + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F30521 + L30521 + 30521@hsesinfo.org + + + + + + + 8654 + 1672 + 3 + 03HP0007 + 2015-01-01 + 2019-06-30 + HP + Parent-Child Development Corporation + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + + + + + + + 8655 + 1766 + 3 + 03HP0004 + 2015-01-01 + 2019-06-30 + HP + Community Action of Southeastern West Virginia, Inc. + Inactive + + + + F23816 + L23816 + 23816@hsesinfo.org + + + + + + + 8656 + 1666 + 3 + 03HP0005 + 2015-01-01 + 2019-06-30 + HP + Northern Panhandle Head Start, Inc. + Inactive + + + + F33282 + L33282 + 33282@hsesinfo.org + + + + + + + 8657 + 639 + 6 + 06CH7167 + 2015-01-01 + 2020-06-30 + CH + Baton Rouge, City of + Inactive + F43271 + L43271 + 43271@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 8658 + 9 + 3 + 03HP0001 + 2015-01-01 + 2019-06-30 + HP + Delaware Department of Education + Inactive + + + + F23816 + L23816 + 23816@hsesinfo.org + + + + + + + 8659 + 614 + 3 + 03HP0006 + 2015-01-01 + 2019-06-30 + HP + Reginald S. Lourie Center for Infants & Young Children + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + + + + + + 8660 + 7157 + 4 + 04HP0004 + 2015-01-01 + 2019-06-30 + HP + Human Resources, Alabama Dept of + Inactive + F48070 + L48070 + 48070@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 8661 + 7158 + 4 + 04HP0005 + 2015-01-01 + 2019-06-30 + HP + Early Learning Coalition of Palm Beach County, Inc. + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + + + + + + + 8662 + 3421 + 4 + 04HP0003 + 2015-01-01 + 2019-06-30 + HP + Easter Seals North Georgia, Inc. + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 8663 + 12 + 4 + 04HP0001 + 2015-01-01 + 2019-06-30 + HP + Georgia Dept. of Early Care and Learning + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F43625 + L43625 + 43625@hsesinfo.org + + + + + + + 8664 + 7159 + 4 + 04HP0002 + 2015-01-01 + 2019-06-30 + HP + Delta Health Alliance, Inc. + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + + + + + + + 8665 + 1510 + 1 + 01HP0003 + 2015-01-01 + 2019-06-30 + HP + Champlain Valley Office of Economic Opportunity, Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 8666 + 3722 + 6 + 06HP0002 + 2015-01-01 + 2019-06-30 + HP + Family Service Association of San Antonio, Inc. + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 8667 + 1836 + 6 + 06HP0003 + 2015-01-01 + 2019-06-30 + HP + Tulsa Educare + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 8668 + 1130 + 8 + 08CH1106 + 2015-03-01 + 2021-02-28 + CH + Action for Eastern Montana + Inactive + F3064 + L3064 + 3064@hsesinfo.org + + + + 149 + + + + + + 8669 + 1319 + 8 + 08CH1113 + 2015-02-01 + 2020-01-31 + CH + Kootenai Valley Head Start Inc. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 8670 + 1132 + 6 + 06HP0001 + 2015-01-01 + 2019-06-30 + HP + Parent Child Incorporated + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 8671 + 1452 + 8 + 08CH1010 + 2015-04-01 + 2020-03-31 + CH + Saguache County Community Council + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + + + + + + + 8672 + 136 + 8 + 08CH1103 + 2015-02-01 + 2020-01-31 + CH + Akron United Methodist Church + Inactive + F3032 + L3032 + 3032@hsesinfo.org + + + + + + + + + + 8673 + 286 + 8 + 08CH1049 + 2015-04-01 + 2020-03-31 + CH + Oahe Child Development Center, Inc. + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + + + + + + + 8674 + 245 + 8 + 08CH1127 + 2015-04-01 + 2020-03-31 + CH + Centro de la Familia de Utah + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + + + + + + 8701 + 1521 + 3 + 03HP0012 + 2015-02-01 + 2019-07-31 + HP + Northern Virginia Family Service + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + + + + + + + 8702 + 1731 + 3 + 03HP0011 + 2015-02-01 + 2019-07-31 + HP + Orange County Public Schools + Inactive + + + + F33282 + L33282 + 33282@hsesinfo.org + + + + + + + 8703 + 301 + 3 + 03HP0010 + 2015-02-01 + 2019-07-31 + HP + Culpeper Human Services + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + + + + + + + 8704 + 729 + 3 + 03CH3479 + 2015-02-01 + 2020-01-31 + CH + Henrico County Public Schools + Inactive + + + + F47017 + L47017 + 47017@hsesinfo.org + + + + + + + 8705 + 1672 + 3 + 03CH3478 + 2015-02-01 + 2020-01-31 + CH + Parent-Child Development Corporation + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + + + + + + + 8706 + 973 + 3 + 03HP0013 + 2015-02-01 + 2019-07-31 + HP + Raleigh County Community Action Association, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + + + + + + + 8707 + 163 + 3 + 03HP0015 + 2015-02-01 + 2019-07-31 + HP + Greater Erie Community Action Committee + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + + + + + + 8708 + 41 + 3 + 03HP0014 + 2015-02-01 + 2019-07-31 + HP + Human Services, Pennsylvania Department of + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + + + + + + 8709 + 1664 + 3 + 03HP0009 + 2015-02-01 + 2019-07-31 + HP + Scranton Lackawanna Head Start + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F30521 + L30521 + 30521@hsesinfo.org + + + + + + + 8710 + 1285 + 3 + 03HP0008 + 2015-03-01 + 2019-08-31 + HP + Community Services for Children, Inc. + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + + + + + + 8711 + 956 + 9 + 09HP0026 + 2015-02-01 + 2019-07-31 + HP + Parents and Children Together + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + + + + + + 8712 + 209 + 9 + 09HP0020 + 2015-02-01 + 2019-07-31 + HP + Southwest Human Development + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 8713 + 191 + 9 + 09HP0030 + 2015-02-01 + 2019-07-31 + HP + Sunrise Children's Foundation + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F35663 + L35663 + 35663@hsesinfo.org + + + + + + + 8714 + 179 + 9 + 09HP0028 + 2015-03-01 + 2019-08-31 + HP + Community Services Agency + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + + + + + + 8715 + 891 + 12 + 90HM0001 + 2015-02-01 + 2020-08-31 + HM + Riverside County Office of Education + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + + + + + + + 8716 + 7164 + 9 + 09HP0031 + 2015-03-01 + 2019-08-31 + HP + Plaza Community Center, Inc. + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + + + + + + 8717 + 480 + 9 + 09HP0027 + 2015-02-01 + 2019-07-31 + HP + Placer Community Action Council, Inc. + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + + + + + + + 8718 + 486 + 9 + 09HP0025 + 2015-02-01 + 2019-07-31 + HP + Community Action Partnership of San Luis Obispo County, Inc. + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + + + + + + 8719 + 1221 + 9 + 09HP0024 + 2015-02-01 + 2019-07-31 + HP + Crystal Stairs, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + + + + + + 8720 + 1093 + 9 + 09HP0023 + 2015-02-01 + 2020-02-29 + HP + Kings Community Action Organization, Incorporated + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 8721 + 1193 + 9 + 09HP0022 + 2015-03-01 + 2019-08-31 + HP + Child Development Resources of Ventura County, Inc. + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 8722 + 1500 + 9 + 09HP0021 + 2015-02-01 + 2019-07-31 + HP + Sacramento Employment & Training Agency + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 8723 + 3441 + 9 + 09HP0019 + 2015-02-01 + 2019-07-31 + HP + Pacific Clinics + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 8724 + 1992 + 9 + 09HP0018 + 2015-02-01 + 2019-07-31 + HP + Volunteers of America - Southwest Inc. + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 8725 + 245 + 12 + 90HM0002 + 2015-02-01 + 2019-07-31 + HM + Centro de la Familia de Utah + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + + + + + + + 8726 + 1913 + 9 + 09HP0029 + 2015-02-01 + 2019-07-31 + HP + CNMI Public School System + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 8727 + 447 + 6 + 06HP0006 + 2015-03-01 + 2019-08-31 + HP + Webb County Commissioners + Inactive + + + + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 8728 + 534 + 3 + 03HP0016 + 2015-02-01 + 2019-07-31 + HP + Total Action Against Poverty in the Roanoke Valley + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + + + + + + + 8729 + 771 + 10 + 10HP0001 + 2015-01-01 + 2019-06-30 + HP + Mid-Willamette Valley Community Action Agency, Inc. + Inactive + F45193 + L45193 + 45193@hsesinfo.org + + + + + + + + + + 8730 + 856 + 10 + 10HP0002 + 2015-01-01 + 2019-06-30 + HP + Children's Home Society of Washington + Inactive + F45193 + L45193 + 45193@hsesinfo.org + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 8731 + 1722 + 5 + 05CH8436 + 2015-03-01 + 2020-06-30 + CH + Family Development Services, Inc. + Inactive + F48866 + L48866 + 48866@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 8732 + 1567 + 5 + 05CH8431 + 2015-02-01 + 2020-01-31 + CH + Kankakee-Iroquois Regional Planning Commission + Inactive + F48866 + L48866 + 48866@hsesinfo.org + F2088 + L2088 + 2088@hsesinfo.org + + + + + + + 8733 + 939 + 5 + 05CH8502 + 2015-04-01 + 2021-03-31 + CH + CAP Services, Inc. + Active + F43414 + L43414 + 43414@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + 280 + 112 + 0 + 13 + + + 8734 + 113 + 5 + 05CH8461 + 2015-03-01 + 2020-02-29 + CH + Champaign County + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + + + + + + + 8735 + 911 + 5 + 05CH8463 + 2015-04-01 + 2020-03-31 + CH + Community Action Partnership of Central Illinois + Inactive + F48866 + L48866 + 48866@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 8736 + 412 + 5 + 05CH8462 + 2015-04-01 + 2020-03-31 + CH + Embarras River Basin Agency, Inc. + Inactive + F48866 + L48866 + 48866@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + + + + + + + 8737 + 3439 + 5 + 05CH8420 + 2015-02-01 + 2020-06-30 + CH + Northeast Michigan Community Service Agency, Inc. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F47912 + L47912 + 47912@hsesinfo.org + + + + + + + 8738 + 1331 + 5 + 05CH8421 + 2015-02-01 + 2020-01-31 + CH + Tri-County Council for Child Development, Inc. + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + + + + + + + 8739 + 971 + 5 + 05CH8401 + 2015-02-01 + 2020-06-30 + CH + Scott-Carver-Dakota C A P, Inc. + Inactive + F44271 + L44271 + 44271@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + + + + + + + 8740 + 1407 + 2 + 02CH3119 + 2015-02-01 + 2020-01-31 + CH + Sharon Baptist Head Start + Inactive + F32488 + L32488 + 32488@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 8741 + 990 + 2 + 02CH3118 + 2015-02-01 + 2020-01-31 + CH + Yeshiva Kehilath Yakove, Inc. + Inactive + F47556 + L47556 + 47556@hsesinfo.org + F48411 + L48411 + 48411@hsesinfo.org + + + + + + + 8742 + 272 + 6 + 06HP0007 + 2015-02-01 + 2019-07-31 + HP + Childcaregroup + Inactive + F2339 + L2339 + 2339@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 8743 + 1034 + 2 + 02CH3117 + 2015-02-01 + 2021-01-31 + CH + Municipality of San Juan + Active + F15514 + L15514 + 15514@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + 3625 + 245 + + + + + 8744 + 1377 + 6 + 06HP0011 + 2015-02-01 + 2019-07-31 + HP + Region IX Education Cooperative + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + + + + + + + 8745 + 1290 + 6 + 06CH7176 + 2015-02-01 + 2020-06-30 + CH + INCA Community Services, Inc. + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + + + + + + + 8746 + 480 + 9 + 09CH9185 + 2015-02-01 + 2020-01-31 + CH + Placer Community Action Council, Inc. + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + + + + + + + 8747 + 990 + 2 + 02HP0011 + 2015-02-01 + 2019-07-31 + HP + Yeshiva Kehilath Yakove, Inc. + Inactive + F47556 + L47556 + 47556@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 8748 + 4374 + 2 + 02HP0009 + 2015-02-01 + 2019-07-31 + HP + Fort George Community Enrichment Center, Inc. + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 8749 + 943 + 2 + 02HP0008 + 2015-02-01 + 2019-07-31 + HP + University Settlement Society of New York + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 8750 + 872 + 2 + 02HP0007 + 2015-02-01 + 2019-07-31 + HP + Schenectady Community Action Program + Inactive + F2340 + L2340 + 2340@hsesinfo.org + + + + + + + + + + 8751 + 657 + 2 + 02HP0005 + 2015-02-01 + 2019-07-31 + HP + Westchester Community Opportunity Program, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + + + + + + + 8752 + 1369 + 2 + 02HP0003 + 2015-02-01 + 2019-07-31 + HP + Community Action of Orleans and Genesee, Inc. + Inactive + F14214 + L14214 + 14214@hsesinfo.org + + + + + + + + + + 8753 + 7185 + 2 + 02HP0002 + 2015-03-01 + 2019-08-31 + HP + Salvation Army, The + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + + + + + + + 8754 + 1048 + 2 + 02HP0004 + 2015-02-01 + 2019-07-31 + HP + The Leaguers + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + + + + + + + 8755 + 127 + 11 + 90CI9884 + 2015-02-01 + 2020-01-31 + CI + Kickapoo Traditional Tribe of Texas + Inactive + F47779 + L47779 + 47779@hsesinfo.org + F3536 + L3536 + 3536@hsesinfo.org + + + + + + + 8756 + 1446 + 11 + 90CI9885 + 2015-02-01 + 2021-01-31 + CI + Seminole Nation of Oklahoma, The + Active + F33086 + L33086 + 33086@hsesinfo.org + F3536 + L3536 + 3536@hsesinfo.org + 123 + 58 + + + + + 8757 + 1384 + 2 + 02HP0010 + 2015-02-01 + 2019-07-31 + HP + Centro de Fortalecimiento Familiar, ESCAPE + Inactive + F15514 + L15514 + 15514@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + + + + + + + 8758 + 1339 + 2 + 02HP0006 + 2015-02-01 + 2019-07-31 + HP + Municipio de San German + Inactive + F15514 + L15514 + 15514@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 8759 + 281 + 11 + 90CI9882 + 2015-02-01 + 2020-01-31 + CI + Chemehuevi Indian Tribe + Inactive + F47779 + L47779 + 47779@hsesinfo.org + F45305 + L45305 + 45305@hsesinfo.org + + + + + + + 8760 + 837 + 11 + 90CI9883 + 2015-02-01 + 2020-01-31 + CI + Red Lake Band of Chippewa Indians + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + + + + + + + 8761 + 964 + 1 + 01CH2049 + 2015-02-01 + 2020-01-31 + CH + East Bay Community Action Program + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 8762 + 1120 + 7 + 07CH7091 + 2015-02-01 + 2020-01-31 + CH + Northeast Iowa Community Action Corporation + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + + + + + + + 8763 + 268 + 7 + 07CH7092 + 2015-02-01 + 2020-01-31 + CH + Southeast Nebraska Community Action Partnership, Inc. + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F13558 + L13558 + 13558@hsesinfo.org + + + + + + + 8764 + 691 + 4 + 04CH4793 + 2015-02-01 + 2020-01-31 + CH + Southwest Georgia Community Action Council, Inc. + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + + + + + + + 8765 + 1109 + 11 + 90CI9886 + 2015-03-01 + 2020-02-29 + CI + Lower Elwha Tribal Community + Inactive + F47779 + L47779 + 47779@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + + + + + + + 8766 + 856 + 10 + 10HP0003 + 2015-02-01 + 2019-07-31 + HP + Children's Home Society of Washington + Inactive + F45193 + L45193 + 45193@hsesinfo.org + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 8767 + 1322 + 4 + 04CH4794 + 2015-02-01 + 2020-06-30 + CH + Chiles Academy, Inc., The + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + + + + + + + 8768 + 1972 + 6 + 06CH7168 + 2015-02-01 + 2020-01-31 + CH + Bossier Office of Community Services + Inactive + + + + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 8769 + 364 + 5 + 05CH8437 + 2015-03-01 + 2020-06-30 + CH + Interlocal Community Action Program, Inc. + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 8770 + 1132 + 6 + 06CH7178 + 2015-02-01 + 2020-01-31 + CH + Parent Child Incorporated + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 8771 + 1251 + 6 + 06HP0004 + 2015-02-01 + 2019-07-31 + HP + AVANCE, Inc. + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2179 + L2179 + 2179@hsesinfo.org + + + + + + + 8772 + 1090 + 6 + 06HP0017 + 2015-02-01 + 2019-07-31 + HP + Little Dixie Community Action Agency, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + + + + + + + 8773 + 1617 + 6 + 06HP0012 + 2015-02-01 + 2019-07-31 + HP + Community Services office, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + + + + + + 8774 + 156 + 5 + 05CH8459 + 2015-03-01 + 2020-02-29 + CH + El Valor Corporation + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F2121 + L2121 + 2121@hsesinfo.org + + + + + + + 8775 + 523 + 6 + 06HP0016 + 2015-02-01 + 2019-07-31 + HP + Motivation Education & Training, Inc. + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 8776 + 1007 + 6 + 06HP0005 + 2015-02-01 + 2019-07-31 + HP + Northeast Oklahoma Community Action Agency, Inc. + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + + + + + + + 8777 + 7187 + 6 + 06HP0014 + 2015-02-01 + 2019-07-31 + HP + Louisiana State University HSC + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + + + + + + 8778 + 1307 + 4 + 04HP0006 + 2015-02-01 + 2019-07-31 + HP + Chapel Hill Training-Outreach Project, Inc. + Inactive + F48070 + L48070 + 48070@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + + + + + + + 8779 + 7188 + 4 + 04HP0008 + 2015-02-01 + 2019-07-31 + HP + United Way of Miami-Dade, Inc. + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + + + + + + + 8780 + 7189 + 4 + 04HP0007 + 2015-02-01 + 2019-07-31 + HP + Early Learning Coalition Miami-Dade/Monroe County + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + + + + + + + 8781 + 3422 + 6 + 06HP0019 + 2015-02-01 + 2019-07-31 + HP + City of San Antonio + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 8782 + 796 + 6 + 06HP0010 + 2015-02-01 + 2019-07-31 + HP + Child Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 8783 + 1373 + 6 + 06HP0013 + 2015-02-01 + 2019-07-31 + HP + AVANCE-San Antonio, Inc. + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2179 + L2179 + 2179@hsesinfo.org + + + + + + + 8784 + 4138 + 7 + 07HP0003 + 2015-02-01 + 2019-07-31 + HP + The Family Conservancy + Inactive + + + + F47025 + L47025 + 47025@hsesinfo.org + + + + + + + 8785 + 444 + 4 + 04HP0020 + 2015-02-01 + 2019-07-31 + HP + Ohio Valley Educational Cooperative + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + + + + + + 8786 + 502 + 4 + 04HP0021 + 2015-02-01 + 2020-07-31 + HP + Northern Kentucky Community Action Commission, Incorporated + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + + + + + + + 8787 + 294 + 4 + 04HP0011 + 2015-02-01 + 2019-07-31 + HP + Western Carolina Community Action, Inc. + Inactive + + + + F45450 + L45450 + 45450@hsesinfo.org + + + + + + + 8788 + 328 + 1 + 01HP0008 + 2015-02-01 + 2019-08-31 + HP + Kennebec Valley Community Action Program + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + + + + + + + 8789 + 1143 + 1 + 01HP0005 + 2015-02-01 + 2019-07-31 + HP + York County Community Action Corporation + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F13406 + L13406 + 13406@hsesinfo.org + + + + + + + 8790 + 155 + 7 + 07HP0002 + 2015-02-01 + 2019-07-31 + HP + Tri-County Child and Family Development Council, Inc. + Inactive + + + + F240 + L240 + 240@hsesinfo.org + + + + + + + 8791 + 1371 + 4 + 04HP0023 + 2015-02-01 + 2019-07-31 + HP + Dade County Board of County Commissioners + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + + + + + + + 8792 + 1402 + 4 + 04HP0018 + 2015-02-01 + 2019-07-31 + HP + Lutheran Services Florida, Inc. + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F13741 + L13741 + 13741@hsesinfo.org + + + + + + + 8793 + 588 + 4 + 04HP0009 + 2015-02-01 + 2019-07-31 + HP + Tallatoona Community Action Partnership, Inc. + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 8794 + 1155 + 4 + 04HP0014 + 2015-02-01 + 2019-07-31 + HP + Picayune School District + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + + + + + + + 8795 + 166 + 6 + 06CH7181 + 2015-02-01 + 2020-01-31 + CH + Texas Migrant Council + Inactive + + + + F2179 + L2179 + 2179@hsesinfo.org + + + + + + + 8796 + 107 + 6 + 06HP0009 + 2015-02-01 + 2020-07-31 + HP + Youth Development Inc. + Inactive + + + + F41654 + L41654 + 41654@hsesinfo.org + + + + + + + 8797 + 1491 + 11 + 90CI9888 + 2015-03-01 + 2020-02-29 + CI + Laguna Department of Education + Inactive + + + + F14171 + L14171 + 14171@hsesinfo.org + + + + + + + 8798 + 1017 + 1 + 01HP0004 + 2015-02-01 + 2019-07-31 + HP + Community Action, Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F13406 + L13406 + 13406@hsesinfo.org + + + + + + + 8799 + 706 + 1 + 01HP0006 + 2015-02-01 + 2019-07-31 + HP + Capstone Community Action, Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 8800 + 1435 + 11 + 90CI9887 + 2015-03-01 + 2020-02-29 + CI + Lower Brule Sioux Tribe + Inactive + F47622 + L47622 + 47622@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + + + + + + + 8801 + 1010 + 1 + 01HP0009 + 2015-02-01 + 2019-07-31 + HP + Southern New Hampshire Services Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + + + + + + + 8802 + 1142 + 1 + 01HP0007 + 2015-02-01 + 2019-07-31 + HP + Community Action Partnership of Strafford County + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 8803 + 584 + 2 + 02HP0013 + 2015-02-01 + 2019-07-31 + HP + Grand Street Settlement, Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + + + + + + + + + + 8804 + 1734 + 2 + 02HP0012 + 2015-02-01 + 2019-07-31 + HP + Project Social Care Head Start, Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + + + + + + + 8805 + 7192 + 4 + 04HP0010 + 2015-02-01 + 2019-07-31 + HP + Charleston County First Steps + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 8806 + 1241 + 4 + 04HP0016 + 2015-02-01 + 2019-07-31 + HP + South Carolina First Steps to School Readiness + Inactive + + + + F24442 + L24442 + 24442@hsesinfo.org + + + + + + + 8807 + 752 + 4 + 04HP0022 + 2015-02-01 + 2019-07-31 + HP + Telamon Corporation + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 8808 + 752 + 4 + 04HP0019 + 2015-02-01 + 2019-07-31 + HP + Telamon Corporation + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 8809 + 654 + 4 + 04HP0012 + 2015-02-01 + 2019-07-31 + HP + Community Coordinated Care for Children, Inc. + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + + + + + + + 8810 + 532 + 4 + 04HP0015 + 2015-02-01 + 2019-07-31 + HP + School Board of Lee County + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F46450 + L46450 + 46450@hsesinfo.org + + + + + + + 8811 + 670 + 6 + 06HP0015 + 2015-02-01 + 2019-07-31 + HP + Bakerripley + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 8812 + 1813 + 6 + 06HP0008 + 2015-02-01 + 2019-07-31 + HP + Cen-Tex Family Services, Inc. + Inactive + + + + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 8813 + 1746 + 6 + 06HP0018 + 2015-02-01 + 2019-07-31 + HP + Rolling Plains Management Corporation + Inactive + + + + F26305 + L26305 + 26305@hsesinfo.org + + + + + + + 8814 + 247 + 6 + 06CH7180 + 2015-02-01 + 2020-01-31 + CH + West Baton Rouge Parish School Board + Inactive + F43271 + L43271 + 43271@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 8815 + 437 + 9 + 09CH9186 + 2015-03-01 + 2020-11-30 + CH + Child, Family & Community Services + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + + + + + + + 8816 + 838 + 9 + 09CH9187 + 2015-03-01 + 2021-02-28 + CH + Community Action Partnership of Sonoma County + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + + + + + + + 8817 + 139 + 11 + 90CI9889 + 2015-03-01 + 2021-02-28 + CI + The Navajo Nation + Active + F25722 + L25722 + 25722@hsesinfo.org + F15690 + L15690 + 15690@hsesinfo.org + 1313 + 37 + + + + + 8818 + 892 + 12 + 90HM0005 + 2015-03-01 + 2019-10-31 + HM + East Coast Migrant Head Start Project + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + + + + + + + 8819 + 919 + 12 + 90HM0004 + 2015-03-01 + 2019-08-31 + HM + Redlands Christian Migrant Association + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + + + + + + + 8820 + 1588 + 12 + 90HM0006 + 2015-03-01 + 2020-08-31 + HM + Oregon Child Development Coalition, Inc. + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F39971 + L39971 + 39971@hsesinfo.org + + + + + + + 8821 + 486 + 12 + 90HM0003 + 2015-03-01 + 2019-08-31 + HM + Community Action Partnership of San Luis Obispo County, Inc. + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + + + + + + + 8822 + 187 + 2 + 02HP0014 + 2015-03-01 + 2019-08-31 + HP + Center for Family Services, Inc. + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + + + + + + + 8823 + 1745 + 2 + 02HP0015 + 2015-03-01 + 2019-08-31 + HP + Quintana Baptist Church Head Start Program + Inactive + F2342 + L2342 + 2342@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + + + + + + + 8824 + 7193 + 2 + 02HP0016 + 2015-02-01 + 2020-06-30 + HP + Municipality of San Sebastian + Inactive + F15514 + L15514 + 15514@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + + + + + + + 8825 + 7194 + 8 + 08HP0013 + 2015-03-01 + 2019-08-31 + HP + Evanston Child Development Center + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + + + + + + + 8826 + 10 + 3 + 03HP0017 + 2015-03-01 + 2019-08-31 + HP + Office of the State Superintendent of Education + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + + + + + + 8827 + 1621 + 3 + 03HP0024 + 2015-03-01 + 2019-08-31 + HP + Augusta County School Board + Inactive + + + + F23816 + L23816 + 23816@hsesinfo.org + + + + + + + 8828 + 1750 + 3 + 03HP0019 + 2015-03-01 + 2019-08-31 + HP + Delaware County Intermediate Unit + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + + + + + + 8829 + 1710 + 3 + 03HP0020 + 2015-03-01 + 2019-08-31 + HP + Norris Square Community Alliance + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + + + + + + + 8830 + 1057 + 3 + 03HP0022 + 2015-03-01 + 2019-08-31 + HP + Council of Three Rivers American Indian Center + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + + + + + + + 8831 + 1615 + 3 + 03HP0023 + 2015-03-01 + 2019-08-31 + HP + Lawrence County Social Services, Inc. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + + + + + + + 8833 + 1600 + 3 + 03HP0018 + 2015-03-01 + 2019-08-31 + HP + Maryland Family Network, Inc. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + + + + + + + 8834 + 564 + 3 + 03HP0021 + 2015-03-01 + 2019-08-31 + HP + Garrett County Community Action Committee, Inc. + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + + + + + + + 8835 + 1512 + 1 + 01CH2524 + 2015-03-01 + 2021-02-28 + CH + Meriden Young Men's Christian Association, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F32486 + L32486 + 32486@hsesinfo.org + 143 + + 18 + + + + 8836 + 1463 + 7 + 07CH7093 + 2015-03-01 + 2020-10-31 + CH + Community Action Agency of Siouxland + Inactive + F48871 + L48871 + 48871@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + + + + + + + 8837 + 227 + 6 + 06CH7166 + 2015-03-01 + 2020-07-31 + CH + Lubbock Independent School District + Inactive + F13320 + L13320 + 13320@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 8838 + 1517 + 2 + 02CH3122 + 2015-03-01 + 2020-06-30 + CH + Allegany County Community Opportunities and Rural Development, Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 8839 + 1958 + 2 + 02CH3124 + 2015-03-01 + 2020-02-29 + CH + Head Start of Rockland, Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + + + + + + + 8840 + 1306 + 2 + 02CH3120 + 2015-03-01 + 2020-02-29 + CH + Lewis County Head Start + Inactive + F47556 + L47556 + 47556@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + + + + + + + 8841 + 1849 + 3 + 03CH3480 + 2015-03-01 + 2020-06-30 + CH + Skyline Cap, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F47017 + L47017 + 47017@hsesinfo.org + + + + + + + 8842 + 1654 + 2 + 02CH3121 + 2015-03-01 + 2021-02-28 + CH + Morris County Head Start Community Program, Inc. + Active + F47557 + L47557 + 47557@hsesinfo.org + F48300 + L48300 + 48300@hsesinfo.org + 197 + 48 + + + + + 8843 + 548 + 2 + 02CH3123 + 2015-03-01 + 2020-08-31 + CH + Burlington County Community Action Program + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + + + + + + + 8844 + 988 + 3 + 03CH3482 + 2015-03-01 + 2020-02-29 + CH + Venango County Health and Human Services + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 8845 + 1328 + 3 + 03CH3481 + 2015-03-01 + 2021-02-28 + CH + Wilmington Headstart, Inc. + Active + F2415 + L2415 + 2415@hsesinfo.org + F44345 + L44345 + 44345@hsesinfo.org + 341 + + 145 + + + + 8846 + 1691 + 2 + 02CH3126 + 2015-03-01 + 2020-02-29 + CH + Centro de Desarrollo Familiar SHS Diocesis de Mayaguez + Inactive + F2342 + L2342 + 2342@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 8847 + 1039 + 2 + 02CH3125 + 2015-03-01 + 2021-02-28 + CH + Municipality of Guaynabo + Active + F42299 + L42299 + 42299@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + 857 + 112 + + + + + 8848 + 169 + 7 + 07HP0006 + 2015-03-01 + 2019-08-31 + HP + Missouri Valley Community Action Agency + Inactive + + + + F30955 + L30955 + 30955@hsesinfo.org + + + + + + + 8849 + 1466 + 7 + 07HP0005 + 2015-03-01 + 2019-08-31 + HP + Children's Therapy Center of Pettis County, Inc. + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + + + + + + + 8850 + 7198 + 7 + 07HP0004 + 2015-03-01 + 2020-08-31 + HP + Nebraska Early Childhood Collaborative + Inactive + F45391 + L45391 + 45391@hsesinfo.org + F13558 + L13558 + 13558@hsesinfo.org + + + + + + + 8851 + 1015 + 4 + 04CH4796 + 2015-03-01 + 2020-06-30 + CH + Clayton County Community Services Authority, Inc. + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F2051 + L2051 + 2051@hsesinfo.org + + + + + + + 8852 + 1711 + 6 + 06HP0021 + 2015-03-01 + 2019-08-31 + HP + Head Start of Greater Dallas, Inc. + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + + + + + + 8853 + 808 + 6 + 06HP0031 + 2015-03-01 + 2019-08-31 + HP + Total Community Action, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + + + + + + 8854 + 651 + 9 + 09HP0039 + 2015-03-01 + 2019-08-31 + HP + Child-Parent Centers, Inc. + Inactive + + + + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 8855 + 514 + 9 + 09HP0032 + 2015-03-01 + 2019-08-31 + HP + Shasta County Head Start Child Development, Inc. + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + + + + + + 8856 + 1074 + 9 + 09HP0033 + 2015-03-01 + 2019-08-31 + HP + Child Start, Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 8857 + 7202 + 9 + 09HP0034 + 2015-03-01 + 2019-08-31 + HP + Community Association for Preschool Education, Inc. + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + + + + + + + 8858 + 634 + 9 + 09HP0035 + 2015-03-01 + 2019-08-31 + HP + Young Men's Christian Association of the East Bay + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + + + + + + + 8859 + 666 + 9 + 09HP0036 + 2015-03-01 + 2019-08-31 + HP + Community Action Partnership of Kern + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 8860 + 1828 + 9 + 09HP0037 + 2015-03-01 + 2019-08-31 + HP + Stanislaus County Office of Education + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 8861 + 891 + 9 + 09HP0038 + 2015-03-01 + 2019-12-31 + HP + Riverside County Office of Education + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 8862 + 999 + 7 + 07CH7094 + 2015-03-01 + 2020-10-31 + CH + Mid-Sioux Opportunity, Inc. + Inactive + F47594 + L47594 + 47594@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + + + + + + + 8863 + 1280 + 8 + 08CH1060 + 2015-05-01 + 2020-04-30 + CH + Mountainland Head Start, Inc + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + + + + + + 8864 + 1958 + 2 + 02HP0017 + 2015-03-01 + 2019-08-31 + HP + Head Start of Rockland, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + + + + + + + 8865 + 881 + 6 + 06CH7198 + 2015-04-01 + 2020-03-31 + CH + Terrell Independent School District + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F13531 + L13531 + 13531@hsesinfo.org + + + + + + + 8866 + 1036 + 2 + 02HP0019 + 2015-03-01 + 2019-08-31 + HP + Caguas Municipality + Inactive + F15514 + L15514 + 15514@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + + + + + + + 8867 + 1691 + 2 + 02HP0018 + 2015-03-01 + 2019-08-31 + HP + Centro de Desarrollo Familiar SHS Diocesis de Mayaguez + Inactive + F2342 + L2342 + 2342@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 8868 + 744 + 1 + 01HP0012 + 2015-03-01 + 2019-12-31 + HP + United Way of Greater New Haven + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + + + + + + 8869 + 708 + 2 + 02HP0020 + 2015-03-01 + 2019-08-31 + HP + Community Action Organization of Erie County, Inc. + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F13554 + L13554 + 13554@hsesinfo.org + + + + + + + 8870 + 1222 + 1 + 01CH2119 + 2015-03-01 + 2020-02-29 + CH + Community Help & Involvement in Low Income Decisions + Inactive + F42223 + L42223 + 42223@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 8871 + 1726 + 2 + 02HP0023 + 2015-03-01 + 2019-08-31 + HP + Tri-County Community Action Agency Inc. + Inactive + F47556 + L47556 + 47556@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + + + + + + + 8872 + 7210 + 2 + 02HP0022 + 2015-03-01 + 2019-08-31 + HP + Union Township Community Action Organization Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + + + + + + + + + + 8873 + 7211 + 2 + 02HP0021 + 2015-03-01 + 2019-08-31 + HP + Quality Care Resource and Referral Services, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + + + + + + + + + + 8874 + 1396 + 4 + 04HP0024 + 2015-03-01 + 2019-10-31 + HP + Mid-Cumberland Community Action + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + + + + + + 8875 + 1070 + 1 + 01HP0010 + 2015-03-01 + 2019-08-31 + HP + Associates for Human Services, Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F15627 + L15627 + 15627@hsesinfo.org + + + + + + + 8876 + 883 + 1 + 01HP0011 + 2015-03-01 + 2019-08-31 + HP + Training, Education, and Manpower, Inc. + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + + + + + + 8877 + 7212 + 2 + 02HP0024 + 2015-03-01 + 2019-08-31 + HP + All My Children Daycare Inc. + Inactive + + + + + + + + + + + + + 8879 + 4100 + 1 + 01HP0013 + 2015-03-01 + 2020-08-31 + HP + Lulac Head Start Inc. + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F13406 + L13406 + 13406@hsesinfo.org + + + + + + + 8880 + 1752 + 1 + 01CH2504 + 2015-03-01 + 2021-02-28 + CH + Brattleboro Town School District + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + 72 + 112 + + + + + 8881 + 363 + 1 + 01CH2503 + 2015-03-01 + 2020-06-30 + CH + Southeastern Vermont Community Action, Inc. + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 8882 + 1276 + 7 + 07HP0007 + 2015-03-01 + 2019-08-31 + HP + Youth in Need, Inc. + Inactive + F47594 + L47594 + 47594@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + + + + + + + 8883 + 625 + 11 + 90HI0008 + 2015-03-01 + 2019-08-31 + HI + Confederated Salish and Kootenai Tribes + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 8884 + 347 + 7 + 07HP0008 + 2015-03-01 + 2019-08-31 + HP + Hawkeye Area Community Action Program, Inc. + Inactive + + + + F240 + L240 + 240@hsesinfo.org + + + + + + + 8885 + 1214 + 6 + 06HP0030 + 2015-03-01 + 2019-08-31 + HP + Clinica de Familia Inc, La + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + + + + + + + 8886 + 1464 + 6 + 06CH7194 + 2015-03-01 + 2020-06-30 + CH + Eastern Plains Community Action Agency, Inc. + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F41654 + L41654 + 41654@hsesinfo.org + + + + + + + 8887 + 882 + 11 + 90HI0001 + 2015-03-01 + 2021-08-31 + HI + Choctaw Nation of Oklahoma + Active + F33086 + L33086 + 33086@hsesinfo.org + F3536 + L3536 + 3536@hsesinfo.org + + 100 + + + + + 8888 + 1640 + 6 + 06CH7195 + 2015-03-01 + 2020-02-29 + CH + Washita Valley Community Action Council + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + + + + + + + 8889 + 539 + 1 + 01HP0014 + 2015-03-01 + 2019-08-31 + HP + Holyoke, Chicopee, Springfield Head Start Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F13406 + L13406 + 13406@hsesinfo.org + + + + + + + 8890 + 7213 + 11 + 90HI0006 + 2015-03-01 + 2020-08-31 + HI + Owens Valley Career Development Center + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F45305 + L45305 + 45305@hsesinfo.org + + + + + + + 8891 + 1934 + 11 + 90HI0005 + 2015-03-01 + 2019-08-31 + HI + Pinoleville Pomo Nation + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F46932 + L46932 + 46932@hsesinfo.org + + + + + + + 8892 + 1205 + 11 + 90HI0007 + 2015-03-01 + 2020-08-31 + HI + Rosebud Sioux Tribe + Inactive + F47779 + L47779 + 47779@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 8893 + 902 + 11 + 90HI0004 + 2015-03-01 + 2019-08-31 + HI + Nisqually Indian Tribe + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + + + + + + + 8894 + 314 + 11 + 90HI0003 + 2015-03-01 + 2019-08-31 + HI + Bois Forte Reservation Tribal Council + Inactive + F47779 + L47779 + 47779@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + + + + + + + 8895 + 211 + 7 + 07HP0011 + 2015-03-01 + 2020-08-31 + HP + Delta Area Economic Opportunity Corporation + Inactive + F47594 + L47594 + 47594@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + + + + + + + 8896 + 1235 + 7 + 07HP0010 + 2015-03-01 + 2019-08-31 + HP + Douglas Community Services, Inc. + Inactive + + + + F30955 + L30955 + 30955@hsesinfo.org + + + + + + + 8897 + 1101 + 7 + 07HP0009 + 2015-03-01 + 2020-08-31 + HP + Community Action Partnership of Greater St Joseph + Inactive + F11828 + L11828 + 11828@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + + + + + + + 8898 + 386 + 11 + 90HI0002 + 2015-03-01 + 2019-08-31 + HI + Winnebago Tribe + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + + + + + + + 8899 + 1245 + 4 + 04HP0038 + 2015-03-01 + 2020-08-31 + HP + First Steps of Spartanburg County + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + + + + + + + 8900 + 1062 + 4 + 04HP0029 + 2015-03-01 + 2019-08-31 + HP + Audubon Area Community Services, Inc. + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + + + + + + 8901 + 141 + 11 + 90HI0013 + 2015-03-01 + 2020-08-31 + HI + Metlakatla Indian Community + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 8902 + 2304 + 11 + 90HI0011 + 2015-03-01 + 2019-08-31 + HI + Cook Inlet Tribal Council, Inc. + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 8903 + 1611 + 11 + 90HI0009 + 2015-03-01 + 2020-08-31 + HI + Kawerak, Inc. + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 8904 + 938 + 11 + 90CI9891 + 2015-04-01 + 2020-03-31 + CI + Stockbridge-Munsee Community + Inactive + F47779 + L47779 + 47779@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + + + + + + + 8905 + 1832 + 11 + 90CI9890 + 2015-04-01 + 2021-03-31 + CI + Ho-Chunk Nation + Active + F39730 + L39730 + 39730@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + 110 + + + + + + 8906 + 1440 + 4 + 04HP0042 + 2015-03-01 + 2019-08-31 + HP + Sequatchie Valley Planning and Development Agency + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + + + + + + 8907 + 1080 + 6 + 06HP0033 + 2015-03-01 + 2019-08-31 + HP + South Plains Community Action Association, Inc. + Inactive + F2339 + L2339 + 2339@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + + + + + + 8908 + 7215 + 6 + 06HP0026 + 2015-03-01 + 2019-08-30 + HP + Ser-Jobs for Progress National, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + + + + + + + + + + 8909 + 164 + 6 + 06CH7199 + 2015-04-01 + 2020-03-31 + CH + Plano Independent School District + Inactive + + + + + + + + + + + + + 8910 + 761 + 11 + 90HI0012 + 2015-03-01 + 2020-08-31 + HI + Santa Clara, Pueblo of + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F3536 + L3536 + 3536@hsesinfo.org + + + + + + + 8911 + 716 + 6 + 06CH7196 + 2015-04-01 + 2020-03-31 + CH + Community Action Agency of Oklahoma City and Oklahoma/C + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + + + + + + + 8912 + 7214 + 6 + 06HP0027 + 2015-03-01 + 2019-08-31 + HP + Kingsley House, Inc. + Inactive + + + + F26305 + L26305 + 26305@hsesinfo.org + + + + + + + 8913 + 718 + 11 + 90HI0014 + 2015-03-01 + 2019-08-31 + HI + Gila River Indian Community + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F42301 + L42301 + 42301@hsesinfo.org + + + + + + + 8914 + 1762 + 6 + 06HP0023 + 2015-03-01 + 2019-08-31 + HP + University of Arkansas At Pine Bluff + Inactive + F23929 + L23929 + 23929@hsesinfo.org + + + + + + + + + + 8915 + 923 + 6 + 06CH7193 + 2015-03-01 + 2020-02-29 + CH + North Central Arkansas Development Council, Inc. + Inactive + + + + F2204 + L2204 + 2204@hsesinfo.org + + + + + + + 8916 + 1347 + 10 + 10HP0005 + 2015-03-01 + 2020-06-30 + HP + Umatilla Morrow Head Start, Inc. + Inactive + F14039 + L14039 + 14039@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + + + + + + + 8917 + 698 + 11 + 90HI0010 + 2015-03-01 + 2019-08-31 + HI + California Rural Indian Health Board, Inc. + Inactive + + + + + + + + + + + + + 8918 + 7217 + 4 + 04HP0040 + 2015-03-01 + 2020-08-31 + HP + Lancaster County First Steps to School Readiness Partne + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + + + + + + + 8919 + 817 + 4 + 04HP0039 + 2015-03-01 + 2019-08-31 + HP + Gleamns Human Resources Commission, Inc. + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F13741 + L13741 + 13741@hsesinfo.org + + + + + + + 8920 + 710 + 4 + 04HP0030 + 2015-03-01 + 2019-08-31 + HP + Community Action Council for Lexington-Fayette, Bourbon, Harrison & Nicholas Counties Inc. + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + + + + + + 8921 + 355 + 4 + 04HP0034 + 2015-03-01 + 2019-08-31 + HP + Greene Lamp Inc. + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + + + + + + + 8922 + 1759 + 4 + 04HP0035 + 2015-03-01 + 2019-08-31 + HP + Action Pathways, Inc. + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + + + + + + + 8923 + 803 + 4 + 04HP0036 + 2015-03-01 + 2019-08-31 + HP + Guilford Child Development + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 8924 + 1345 + 4 + 04CH4795 + 2015-03-01 + 2020-02-29 + CH + Santa Rosa County School District + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + + + + + + + 8925 + 1054 + 4 + 04HP0013 + 2015-03-01 + 2019-08-31 + HP + CSRA Economic Opportunity Authority, Inc. + Inactive + F48459 + L48459 + 48459@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + + + + + + + 8926 + 1015 + 4 + 04HP0028 + 2015-03-01 + 2019-08-31 + HP + Clayton County Community Services Authority, Inc. + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + + + + + + + 8927 + 692 + 4 + 04HP0026 + 2015-03-01 + 2019-08-31 + HP + Fort Valley State University + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F13741 + L13741 + 13741@hsesinfo.org + + + + + + + 8928 + 1364 + 4 + 04HP0032 + 2015-03-01 + 2019-08-31 + HP + Bolivar Community Action Agency Inc. + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + + + + + + + 8929 + 1210 + 4 + 04HP0031 + 2015-03-01 + 2019-08-31 + HP + Washington County Opportunities, Inc. + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + + + + + + + 8930 + 256 + 4 + 04HP0045 + 2015-03-01 + 2019-08-31 + HP + Family Resource Agency, Inc. + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + + + + + + + 8931 + 1872 + 4 + 04HP0043 + 2015-03-01 + 2019-08-31 + HP + Children's Bureau Inc. Dba Porter-Leath + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + + + + + + + 8932 + 1227 + 4 + 04HP0044 + 2015-03-01 + 2019-08-31 + HP + Tennessee State University + Inactive + F48070 + L48070 + 48070@hsesinfo.org + + + + + + + + + + 8933 + 1238 + 6 + 06HP0029 + 2015-03-01 + 2019-08-31 + HP + AVANCE - Houston, Inc. + Inactive + F23929 + L23929 + 23929@hsesinfo.org + + + + + + + + + + 8934 + 384 + 6 + 06HP0032 + 2015-03-01 + 2019-08-31 + HP + Texas Tech University System + Inactive + + + + F26305 + L26305 + 26305@hsesinfo.org + + + + + + + 8935 + 7218 + 6 + 06HP0025 + 2015-03-01 + 2019-08-31 + HP + Center for Transforming Lives + Inactive + + + + F13700 + L13700 + 13700@hsesinfo.org + + + + + + + 8936 + 7219 + 6 + 06HP0020 + 2015-03-01 + 2019-08-31 + HP + University of Texas Rio Grande Valley, The + Inactive + F2339 + L2339 + 2339@hsesinfo.org + F2179 + L2179 + 2179@hsesinfo.org + + + + + + + 8937 + 1782 + 6 + 06HP0024 + 2015-03-01 + 2019-08-31 + HP + Education Service Center Region XIV + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 8938 + 1633 + 6 + 06HP0028 + 2015-03-01 + 2019-08-31 + HP + Harris County Department of Education + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 8939 + 617 + 6 + 06HP0035 + 2015-03-01 + 2019-08-31 + HP + Sunbeam Family Services Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 8940 + 7220 + 6 + 06HP0022 + 2015-03-01 + 2020-05-31 + HP + Boys Town Louisiana, Inc. + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + + + + + + 8941 + 765 + 7 + 07CH7095 + 2015-04-01 + 2020-03-31 + CH + Economic Security Corp of Southwest Area + Inactive + F47594 + L47594 + 47594@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + + + + + + + 8942 + 952 + 4 + 04HP0033 + 2015-03-01 + 2019-08-31 + HP + Wayne Action Group for Economic Solvency, Inc. + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + + + + + + + 8943 + 7221 + 4 + 04HP0037 + 2015-03-01 + 2020-08-31 + HP + Child Care Resources Inc. + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + + + + + + + 8944 + 7222 + 4 + 04HP0025 + 2015-03-01 + 2019-08-31 + HP + Eckerd Youth Alternatives Inc. + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 8945 + 3501 + 6 + 06HP0034 + 2015-03-01 + 2019-08-31 + HP + Arkansas Early Learning, Inc. + Inactive + + + + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 8946 + 1008 + 3 + 03CH3485 + 2015-04-01 + 2020-03-31 + CH + Northern Tier Community Action Corp + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 8947 + 462 + 3 + 03CH3484 + 2015-04-01 + 2020-06-30 + CH + Butler County Children's Center, Inc. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + + + + + + + 8948 + 573 + 3 + 03CH3483 + 2015-04-01 + 2020-06-30 + CH + Columbia Day Care Program, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F32243 + L32243 + 32243@hsesinfo.org + + + + + + + 8949 + 536 + 4 + 04HP0027 + 2015-03-01 + 2019-08-31 + HP + Enrichment Services Program, Inc. + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + + + + + + 8950 + 395 + 4 + 04HP0041 + 2015-03-01 + 2021-03-31 + HP + Chattanooga, City of + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + + 150 + + + + + 8951 + 1218 + 4 + 04HP0017 + 2015-03-01 + 2021-02-28 + HP + South Central Human Resource Agency + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + + 128 + + + + + 8952 + 1052 + 10 + 10HP0004 + 2015-03-01 + 2019-08-31 + HP + Eastern Idaho Community Action Partnership + Inactive + F47078 + L47078 + 47078@hsesinfo.org + F2421 + L2421 + 2421@hsesinfo.org + + + + + + + 8953 + 435 + 10 + 10HP0009 + 2015-02-01 + 2019-07-31 + HP + Mt Hood Community College + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F48097 + L48097 + 48097@hsesinfo.org + + + + + + + 8954 + 1938 + 11 + 90CI9895 + 2015-04-01 + 2020-03-31 + CI + Ohkay Owingeh Tribal Council + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + + + + + + + 8955 + 972 + 11 + 90CI9894 + 2015-04-01 + 2021-03-31 + CI + Taos, Pueblo of + Active + F15738 + L15738 + 15738@hsesinfo.org + F42301 + L42301 + 42301@hsesinfo.org + 36 + 14 + + + + + 8956 + 761 + 11 + 90CI9893 + 2015-04-01 + 2021-03-31 + CI + Santa Clara, Pueblo of + Active + F15738 + L15738 + 15738@hsesinfo.org + F3536 + L3536 + 3536@hsesinfo.org + 38 + + + + + + 8957 + 372 + 11 + 90CI9892 + 2015-04-01 + 2020-03-31 + CI + EIGHT NORTHERN INDIAN PUEBLOS COUNCIL INC + Inactive + + + + + + + + + + + + + 8958 + 1692 + 10 + 10HP0011 + 2015-03-01 + 2019-08-31 + HP + Family Services of Grant County + Inactive + F14039 + L14039 + 14039@hsesinfo.org + F47540 + L47540 + 47540@hsesinfo.org + + + + + + + 8959 + 537 + 11 + 90CI9896 + 2015-04-01 + 2021-03-31 + CI + Leech Lake Reservation Business Committee Inc. + Active + F3537 + L3537 + 3537@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + 192 + 72 + + + + + 8960 + 672 + 11 + 90CI9897 + 2015-04-01 + 2020-03-31 + CI + UTE INDIAN TRIBE + Inactive + F11856 + L11856 + 11856@hsesinfo.org + + + + + + + + + + 8963 + 410 + 10 + 10HP0010 + 2015-03-01 + 2019-08-31 + HP + Olympic Educational Service District 114 + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F47540 + L47540 + 47540@hsesinfo.org + + + + + + + 8964 + 1667 + 10 + 10HP0007 + 2015-03-01 + 2019-08-31 + HP + Puget Sound Educational Service District + Inactive + F14039 + L14039 + 14039@hsesinfo.org + F2421 + L2421 + 2421@hsesinfo.org + + + + + + + 8965 + 498 + 9 + 09CH9189 + 2015-04-01 + 2021-03-31 + CH + Honolulu Community Action Program + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + 1460 + 48 + + + + + 8966 + 179 + 9 + 09CH9191 + 2015-04-01 + 2020-03-31 + CH + Community Services Agency + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + + + + + + 8967 + 486 + 9 + 09CH9190 + 2015-04-01 + 2020-03-31 + CH + Community Action Partnership of San Luis Obispo County, Inc. + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + + + + + + 8968 + 1093 + 9 + 09CH9188 + 2015-04-01 + 2020-03-31 + CH + Kings Community Action Organization, Incorporated + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 8969 + 1465 + 10 + 10HP0012 + 2015-03-01 + 2019-08-31 + HP + Washington State Community College District 17 + Inactive + F43149 + L43149 + 43149@hsesinfo.org + + + + + + + + + + 8970 + 752 + 12 + 90CM9816 + 2015-04-01 + 2020-06-30 + CM + Telamon Corporation + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F39971 + L39971 + 39971@hsesinfo.org + + + + + + + 8971 + 1358 + 12 + 90HM0007 + 2015-03-01 + 2019-08-31 + HM + Chicanos Por la Causa, Inc. + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F39971 + L39971 + 39971@hsesinfo.org + + + + + + + 8972 + 1532 + 6 + 06CH7197 + 2015-04-01 + 2020-03-31 + CH + Community Action Program for Central Arkansas CAPCA + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F15375 + L15375 + 15375@hsesinfo.org + + + + + + + 8973 + 1588 + 10 + 10HP0006 + 2015-03-01 + 2019-08-31 + HP + Oregon Child Development Coalition, Inc. + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 8974 + 1191 + 9 + 09HP0040 + 2015-03-01 + 2019-08-31 + HP + Western Arizona Council of Governments + Inactive + + + + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 8975 + 388 + 7 + 07HP0012 + 2015-03-01 + 2019-08-31 + HP + Blue Valley Community Action, Inc. + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F47025 + L47025 + 47025@hsesinfo.org + + + + + + + 8976 + 1105 + 2 + 02CH3128 + 2015-04-01 + 2020-03-31 + CH + Opportunities for Otsego, Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 8977 + 1514 + 2 + 02CH3127 + 2015-04-01 + 2020-03-31 + CH + Washington County Economic Opportunity Council, Inc. + Inactive + F32488 + L32488 + 32488@hsesinfo.org + F2359 + L2359 + 2359@hsesinfo.org + + + + + + + 8978 + 1574 + 2 + 02HP0026 + 2015-03-01 + 2019-08-31 + HP + L. I. Child & Family Development Services, Inc. + Inactive + F47557 + L47557 + 47557@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 8979 + 1058 + 2 + 02HP0025 + 2015-03-01 + 2019-08-31 + HP + Chautauqua Opportunities Inc. + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 8980 + 3436 + 11 + 90HI0015 + 2015-03-01 + 2019-08-31 + HI + Fort Belknap Indian Community + Inactive + F47622 + L47622 + 47622@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 8981 + 1045 + 11 + 90CI9898 + 2015-04-01 + 2021-03-31 + CI + Samish Indian Nation + Active + F25722 + L25722 + 25722@hsesinfo.org + F47570 + L47570 + 47570@hsesinfo.org + 30 + + + + + + 8982 + 1411 + 2 + 02CH3129 + 2015-04-01 + 2020-10-31 + CH + Acelero, Inc. + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F2359 + L2359 + 2359@hsesinfo.org + + + + + + + 8983 + 534 + 3 + 03CH3487 + 2015-05-01 + 2020-04-30 + CH + Total Action Against Poverty in the Roanoke Valley + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + + + + + + + 8984 + 516 + 3 + 03CH3489 + 2015-05-01 + 2020-04-30 + CH + Southwestern Community Action Council, Inc. + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + + + + + + + 8985 + 115 + 3 + 03CH3486 + 2015-05-01 + 2020-04-30 + CH + Coalfield Community Action Partnership, Inc. + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + + + + + + + 8986 + 1649 + 4 + 04CH4797 + 2015-04-01 + 2020-03-31 + CH + Owsley County Board of Education + Inactive + F48070 + L48070 + 48070@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + + + + + + + 8987 + 1518 + 3 + 03CH3488 + 2015-05-01 + 2020-04-30 + CH + Indiana County Head Start, Inc. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + + + + + + + 8988 + 672 + 11 + 90CI9899 + 2015-04-01 + 2021-03-31 + CI + Ute Indian Tribe + Active + F47779 + L47779 + 47779@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + 215 + + + + + + 8989 + 3440 + 11 + 90CI9900 + 2015-05-01 + 2021-04-30 + CI + Turtle Mountain Band of Chippewa Indians + Active + F39730 + L39730 + 39730@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + 330 + + + + + + 8990 + 1643 + 4 + 04CH4799 + 2015-04-01 + 2020-03-31 + CH + Pender County Board of Education + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F45392 + L45392 + 45392@hsesinfo.org + + + + + + + 8991 + 1945 + 4 + 04CH4798 + 2015-04-01 + 2020-03-31 + CH + Intermountain Children's Services, Inc. + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 8992 + 1139 + 4 + 04HP0046 + 2015-03-01 + 2019-08-31 + HP + Family Services Inc. + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + + + + + + 8993 + 1951 + 4 + 04HP0048 + 2015-03-01 + 2019-08-31 + HP + Durham's Partnership for Children + Inactive + F48070 + L48070 + 48070@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + + + + + + + 8994 + 1799 + 6 + 06CH7170 + 2015-04-01 + 2020-06-30 + CH + Neighbors in Need of Services, Inc. + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + + + + + + + 8995 + 1760 + 9 + 09CH9194 + 2015-05-01 + 2020-04-30 + CH + Lake Family Resource Center + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + + + + + + + 8996 + 1473 + 9 + 09CH9193 + 2015-05-01 + 2020-04-30 + CH + Modoc County Office of Education + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + + + + + + + 8997 + 1698 + 9 + 09CH9192 + 2015-05-01 + 2020-04-30 + CH + Santa Clara Office of Education + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 8998 + 1082 + 5 + 05CH8438 + 2015-05-01 + 2020-04-30 + CH + Hoosier Uplands Economic Development Corporation + Inactive + F48866 + L48866 + 48866@hsesinfo.org + F48776 + L48776 + 48776@hsesinfo.org + + + + + + + 8999 + 7249 + 4 + 04HP0047 + 2015-03-01 + 2021-02-28 + HP + Cleveland County Partnership for Children, Inc. + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + + 144 + + + + + 9000 + 508 + 5 + 05CH8503 + 2015-05-01 + 2020-04-30 + CH + Kenosha Achievement Center, Inc. + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F47912 + L47912 + 47912@hsesinfo.org + + + + + + + 9001 + 172 + 4 + 04CH4800 + 2015-04-01 + 2020-03-31 + CH + Coastal Georgia Area Community Action Authority, Inc. + Inactive + F48070 + L48070 + 48070@hsesinfo.org + F48069 + L48069 + 48069@hsesinfo.org + + + + + + + 9003 + 1671 + 2 + 02CH3130 + 2015-05-01 + 2020-04-30 + CH + Lutheran Social Services of the Virgin Islands, Inc. + Inactive + F2342 + L2342 + 2342@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + + + + + + + 9004 + 324 + 5 + 05CH8402 + 2015-05-01 + 2020-04-30 + CH + United Community Action Partnership, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + + + + + + + 9005 + 935 + 5 + 05CH8483 + 2015-05-01 + 2020-04-30 + CH + HARCATUS Tri-County Community Action Organization + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 9006 + 1475 + 6 + 06CH7200 + 2015-05-01 + 2020-04-30 + CH + Black River Area Development Corporation + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + + + + + + + 9007 + 958 + 1 + 01CH2258 + 2015-05-01 + 2020-12-31 + CH + Greater Lawrence Community Action Council, Inc. + Inactive + F42223 + L42223 + 42223@hsesinfo.org + F15627 + L15627 + 15627@hsesinfo.org + 449 + 48 + 10 + + + + 9011 + 341 + 4 + 04CH4801 + 2015-05-01 + 2020-04-30 + CH + PARTNERSHIP FOR COMMUNITY ACTION, INC. + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F13741 + L13741 + 13741@hsesinfo.org + + + + + + + 9012 + 1174 + 4 + 04CH4802 + 2015-04-01 + 2021-03-31 + CH + McIntosh Trail Early Childhood Development Council Inc. + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + 294 + 136 + + + + + 9013 + 1283 + 6 + 06CH7175 + 2015-05-01 + 2019-12-31 + CH + Ki Bois Community Action Foundation Inc. + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + + + + + + + 9014 + 883 + 1 + 01CH2164 + 2015-05-01 + 2020-04-30 + CH + Training, Education, and Manpower, Inc. + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + + + + + + 9015 + 387 + 1 + 01CH2518 + 2015-05-01 + 2020-04-30 + CH + Children's Friend and Service + Inactive + F42223 + L42223 + 42223@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 9016 + 1807 + 6 + 06CH7179 + 2015-04-01 + 2020-06-30 + CH + YWCA of Greater Baton Rouge + Inactive + F48667 + L48667 + 48667@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 9017 + 248 + 11 + 90CI9901 + 2015-05-01 + 2020-04-30 + CI + Reno-Sparks Indian Colony + Inactive + F25722 + L25722 + 25722@hsesinfo.org + F46932 + L46932 + 46932@hsesinfo.org + + + + + + + 9018 + 630 + 11 + 90CI9902 + 2015-05-01 + 2020-04-30 + CI + Inter-Tribal Council of Nevada, Inc. + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F46932 + L46932 + 46932@hsesinfo.org + + + + + + + 9019 + 7250 + 7 + 07CH7096 + 2015-04-01 + 2020-03-31 + CH + Educational Service Unit No. 13 + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F47025 + L47025 + 47025@hsesinfo.org + + + + + + + 9020 + 372 + 11 + 90CI9903 + 2015-04-01 + 2020-03-31 + CI + Eight Northern Indian Pueblos Council Inc. + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + + + + + + + 9068 + 1605 + 13 + 90CH010073 + 2015-07-01 + 2020-06-30 + CH + CDI HS/St. Landry Parish, LA + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F27052 + L27052 + 27052@hsesinfo.org + + + + + + + 9069 + 1605 + 13 + 90CH9986 + 2015-06-01 + 2020-05-31 + CH + CDI HS/Midland County, TX + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + + + + + + + 9070 + 1605 + 13 + 90CH010157 + 2015-07-01 + 2020-06-30 + CH + CDI HS/Hualapai Tribe AZ + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F40193 + L40193 + 40193@hsesinfo.org + + + + + + + 9072 + 1605 + 13 + 90CH9979 + 2015-06-01 + 2020-05-31 + CH + CDI HS/Inner Banks North Carolina, NC + Inactive + F27052 + L27052 + 27052@hsesinfo.org + F3538 + L3538 + 3538@hsesinfo.org + + + + + + + 9073 + 1605 + 13 + 90CH10026 + 2015-07-01 + 2020-06-30 + CH + CDI HS/Western and Central Alabama, AL + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F40193 + L40193 + 40193@hsesinfo.org + + + + + + + 9074 + 946 + 9 + 09CH9949 + 2015-06-01 + 2020-05-31 + CH + Northern Arizona Council of Governments + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 9075 + 303 + 9 + 09CH9950 + 2015-06-01 + 2020-05-31 + CH + Madera County Board of Supervisors/CAPMC + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + + + + + + + 9076 + 586 + 5 + 05CH9957 + 2015-06-01 + 2020-06-30 + CH + Tri-County Community Action Partnership, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + + + + + + 9077 + 908 + 4 + 04CH9947 + 2015-06-01 + 2020-05-31 + CH + Organized Community Action Program Inc. + Inactive + F48459 + L48459 + 48459@hsesinfo.org + F48069 + L48069 + 48069@hsesinfo.org + + + + + + + 9078 + 894 + 1 + 01CH9959 + 2015-06-01 + 2020-12-31 + CH + Southwestern Community Services, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + + + + + + + 9079 + 1164 + 4 + 04CH9965 + 2015-06-01 + 2020-05-31 + CH + Leslie Knott Letcher Perry Community Action Council Inc + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + + + + + + 9080 + 1329 + 8 + 08CH9955 + 2015-06-01 + 2021-05-31 + CH + Central Montana Head Start + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + + + + + + + 9081 + 1508 + 1 + 01CH9956 + 2015-06-01 + 2020-05-31 + CH + Quincy Community Action Program, Inc. + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 9082 + 1479 + 4 + 04CH9964 + 2015-07-01 + 2020-10-31 + CH + Polk County Board of Education + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + + + + + + + 9083 + 813 + 8 + 08CH9953 + 2015-06-01 + 2020-05-31 + CH + Sioux Falls Independent School District + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + + + + + + + 9084 + 1142 + 1 + 01CH9960 + 2015-06-01 + 2020-12-31 + CH + Community Action Partnership of Strafford County + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + 161 + 88 + + + + + 9085 + 384 + 6 + 06CH9966 + 2015-06-01 + 2020-05-31 + CH + Texas Tech University System + Inactive + + + + F26305 + L26305 + 26305@hsesinfo.org + + + + + + + 9086 + 763 + 9 + 09CH9963 + 2015-07-01 + 2020-06-30 + CH + Siskiyou County Office of Education + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + + + + + + + 9087 + 1337 + 4 + 04CH9971 + 2015-06-01 + 2020-05-31 + CH + Mountain Projects, Inc. + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + + + + + + + 9088 + 1214 + 6 + 06CH9969 + 2015-06-01 + 2020-05-31 + CH + Clinica de Familia Inc, La + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + + + + + + + 9089 + 1316 + 6 + 06CH9958 + 2015-06-01 + 2020-05-31 + CH + Plaquemines Parish School Board + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 9090 + 1020 + 9 + 09CH9972 + 2015-07-01 + 2021-06-30 + CH + North Coast Opportunities, Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + + + + + + + 9091 + 1379 + 8 + 08CH9977 + 2015-07-01 + 2021-01-30 + CH + Deer Lodge County Commissioners + Active + F47409 + L47409 + 47409@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + 66 + + + + + + 9097 + 804 + 4 + 04CH9982 + 2015-07-01 + 2019-06-30 + CH + Rockingham County Headstart + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 9098 + 1639 + 4 + 04CH9975 + 2015-06-01 + 2020-05-31 + CH + Jefferson County Child Development Council, Inc. + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F2051 + L2051 + 2051@hsesinfo.org + + + + + + + 9099 + 7304 + 3 + 03CH9967 + 2015-06-01 + 2021-05-31 + CH + Bucks County Intermediate Unit 22 + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F30521 + L30521 + 30521@hsesinfo.org + 387 + 32 + 0 + 0 + + + 9100 + 594 + 4 + 04CH9985 + 2015-07-01 + 2020-06-30 + CH + Four-Square Community Action, Incorporated + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 9101 + 907 + 4 + 04CH9978 + 2015-06-01 + 2020-05-31 + CH + Pearl River Valley Opportunity, Inc. + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + + + + + + + 9103 + 262 + 4 + 04CH9974 + 2015-06-01 + 2020-05-31 + CH + Putnam County Board of Education + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + + + + + + + 9104 + 1910 + 4 + 04CH9983 + 2015-07-01 + 2020-06-30 + CH + The Enola Group + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + + + + + + 9105 + 863 + 3 + 03CH9948 + 2015-06-01 + 2020-05-31 + CH + Pathstone Corporation + Inactive + F49595 + L49595 + 49595@hsesinfo.org + F43578 + L43578 + 43578@hsesinfo.org + + + + + + + 9106 + 449 + 3 + 03CH9951 + 2015-06-01 + 2020-05-31 + CH + Allegheny County Department of Human Services + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 9107 + 461 + 11 + 90CI9904 + 2015-06-01 + 2020-05-31 + CI + Spokane Tribe of the Spokane Reservation + Inactive + F47779 + L47779 + 47779@hsesinfo.org + F47570 + L47570 + 47570@hsesinfo.org + + + + + + + 9108 + 233 + 4 + 04CH9989 + 2015-07-01 + 2020-06-30 + CH + Bell-Whitley Community Action Agency, Incorporated + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F48069 + L48069 + 48069@hsesinfo.org + + + + + + + 9111 + 7305 + 6 + 06CH9980 + 2015-06-01 + 2020-11-30 + CH + Kids Are First, Inc. + Inactive + F45391 + L45391 + 45391@hsesinfo.org + F44340 + L44340 + 44340@hsesinfo.org + + + + + + + 9112 + 901 + 4 + 04CH9973 + 2015-06-01 + 2020-05-31 + CH + Economic Improvement Council Inc + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + + + + + + + 9113 + 208 + 8 + 08CH9984 + 2015-07-01 + 2020-06-30 + CH + Davis/Morgan/Summit Head Start Early Head Start + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + + + + + + 9114 + 1605 + 13 + 90CH010165 + 2015-07-01 + 2021-06-30 + CH + CDI HS/Rockaway Beach, NY + Active + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + 70 + 99 + + + + + 9115 + 1753 + 11 + 90CI9905 + 2015-06-01 + 2021-05-31 + CI + Yurok Tribe + Active + F15738 + L15738 + 15738@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + 60 + 72 + + + + + 9116 + 664 + 9 + 09CH9998 + 2015-07-01 + 2021-06-30 + CH + Volunteers of America of Los Angeles + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + 421 + 90 + 0 + 0 + + + 9117 + 1157 + 4 + 04CH9997 + 2015-07-01 + 2020-06-30 + CH + Alexander County Board of Education + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + + + + + + + 9118 + 1740 + 4 + 04CH10011 + 2015-07-01 + 2020-06-30 + CH + Upper Cumberland Human Resource Agency + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 9119 + 806 + 4 + 04CH10005 + 2015-07-01 + 2020-06-30 + CH + TRIMBLE COUNTY BOARD OF EDUCATION + Inactive + + + + F11679 + L11679 + 11679@hsesinfo.org + + + + + + + 9120 + 704 + 1 + 01CH10000 + 2015-07-01 + 2021-01-31 + CH + Tri-County Community Action Program, Inc. + Active + F2300 + L2300 + 2300@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + 217 + + + + + + 9121 + 444 + 4 + 04CH10009 + 2015-07-01 + 2020-06-30 + CH + Ohio Valley Educational Cooperative + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + + + + + + 9122 + 376 + 1 + 01CH10003 + 2015-07-01 + 2020-08-31 + CH + Action for Boston Community Development, Inc. + Inactive + F47611 + L47611 + 47611@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + + + + + + 9123 + 465 + 9 + 09CH9995 + 2015-07-01 + 2021-06-30 + CH + Child Care Resource Center, Inc. + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + 714 + 16 + + + + + 9124 + 1216 + 11 + 90CI9906 + 2015-06-01 + 2020-05-31 + CI + Grand Traverse Band LLC + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + + + + + + + 9125 + 379 + 7 + 07CH9991 + 2015-07-01 + 2020-12-31 + CH + Drake University + Inactive + F45391 + L45391 + 45391@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + 804 + 88 + + + + + 9126 + 507 + 3 + 03CH9990 + 2015-07-01 + 2020-06-30 + CH + Montgomery, County of + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F44251 + L44251 + 44251@hsesinfo.org + + + + + + + 9127 + 7307 + 3 + 03CH9968 + 2015-06-01 + 2020-05-31 + CH + Montgomery County Intermediate Unit + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 9128 + 829 + 8 + 08CH9987 + 2015-07-01 + 2020-06-30 + CH + Catholic Charities, Archdiocese of Denver + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F3062 + L3062 + 3062@hsesinfo.org + + + + + + + 9129 + 1123 + 9 + 09CH10002 + 2015-07-01 + 2020-06-30 + CH + Community Action Marin + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + + + + + + + 9130 + 1245 + 4 + 04CH10010 + 2015-07-01 + 2020-06-30 + CH + First Steps of Spartanburg County + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + + + + + + + 9131 + 602 + 7 + 07CH10008 + 2015-07-01 + 2020-06-30 + CH + Salina Unified School District #305 + Inactive + F48871 + L48871 + 48871@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + + + + + + + 9132 + 883 + 1 + 01CH10033 + 2015-07-01 + 2020-06-30 + CH + Training, Education, and Manpower, Inc. + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + + + + + + 9133 + 219 + 10 + 10CH9993 + 2015-07-01 + 2020-06-30 + CH + North Idaho College + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F46991 + L46991 + 46991@hsesinfo.org + + + + + + + 9134 + 940 + 1 + 01CH10014 + 2015-07-01 + 2020-06-30 + CH + Human Resources Agency of New Britain, Inc. + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 9135 + 1326 + 9 + 09CH10016 + 2015-07-01 + 2021-06-30 + CH + San Bernardino, County of + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 9136 + 346 + 9 + 09CH10027 + 2015-07-01 + 2020-06-30 + CH + Child and Family Service + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + + + + + + + 9137 + 1310 + 9 + 09CH10018 + 2015-07-01 + 2020-06-30 + CH + Little People's Head Start + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + + + + + + 9138 + 300 + 1 + 01CH10024 + 2015-07-01 + 2020-11-30 + CH + South Middlesex Opportunity Council + Inactive + F42223 + L42223 + 42223@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 9139 + 700 + 1 + 01CH10013 + 2015-07-01 + 2020-06-30 + CH + Lynn Economic Opportunity, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F32486 + L32486 + 32486@hsesinfo.org + + + + + + + 9140 + 985 + 11 + 90CI9907 + 2015-07-01 + 2020-06-30 + CI + Red Cliff Band of Lake Superior Chippewa + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + + + + + + + 9141 + 1026 + 1 + 01CH10022 + 2015-07-01 + 2020-06-30 + CH + West Haven Community House Association, Incorporated, The + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F32486 + L32486 + 32486@hsesinfo.org + + + + + + + 9142 + 1644 + 10 + 10CH10044 + 2015-07-01 + 2020-06-30 + CH + Harney Education Services District + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + + + + + + + 9143 + 4533 + 1 + 01CH10037 + 2015-07-01 + 2020-12-31 + CH + East Hartford Public Schools + Active + F14152 + L14152 + 14152@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + 126 + + 36 + + + + 9144 + 965 + 1 + 01CH10023 + 2015-07-01 + 2021-04-30 + CH + Citizens for Citizens, Inc. + Active + F2300 + L2300 + 2300@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + 365 + 40 + + + + + 9145 + 1255 + 1 + 01CH10012 + 2015-07-01 + 2020-12-31 + CH + Worcester Community Action Council, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 9147 + 1220 + 7 + 07CH9996 + 2015-07-01 + 2019-11-30 + CH + Mid-Iowa Community Action, Inc. + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + + + + + + + 9148 + 787 + 1 + 01CH10038 + 2015-07-01 + 2018-09-04 + CH + Community Renewal Team, Inc. + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F13406 + L13406 + 13406@hsesinfo.org + + + + + + + 9149 + 1064 + 6 + 06CH010069 + 2015-07-01 + 2020-06-30 + CH + Ascension Parish School Board + Inactive + F13320 + L13320 + 13320@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 9150 + 131 + 6 + 06CH10053 + 2015-07-01 + 2020-06-30 + CH + Cooper Independent School District + Inactive + F43271 + L43271 + 43271@hsesinfo.org + F2207 + L2207 + 2207@hsesinfo.org + + + + + + + 9151 + 3741 + 6 + 06CH9976 + 2015-06-01 + 2020-08-31 + CH + BCFS Education Services + Inactive + F48667 + L48667 + 48667@hsesinfo.org + F28510 + L28510 + 28510@hsesinfo.org + + + + + + + 9152 + 294 + 4 + 04CH010068 + 2015-07-01 + 2020-06-30 + CH + Western Carolina Community Action, Inc. + Inactive + F48070 + L48070 + 48070@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + + + + + + + 9153 + 3741 + 6 + 06CH010076 + 2015-07-01 + 2020-12-31 + CH + BCFS Education Services + Inactive + F48667 + L48667 + 48667@hsesinfo.org + F28510 + L28510 + 28510@hsesinfo.org + 133 + + + + + + 9154 + 708 + 2 + 02CH10048 + 2015-07-01 + 2020-06-30 + CH + Community Action Organization of Erie County, Inc. + Inactive + F32488 + L32488 + 32488@hsesinfo.org + F13554 + L13554 + 13554@hsesinfo.org + + + + + + + 9155 + 1378 + 2 + 02CH10001 + 2015-07-01 + 2020-06-30 + CH + Municipality of Patillas + Inactive + F42299 + L42299 + 42299@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 9156 + 228 + 6 + 06CH10034 + 2015-07-01 + 2021-04-30 + CH + Jumpstart Enrichment for Tomorrow's Students Inc. + Active + F2185 + L2185 + 2185@hsesinfo.org + F44340 + L44340 + 44340@hsesinfo.org + 60 + 64 + + + + + 9157 + 1330 + 4 + 04CH10046 + 2015-07-01 + 2020-06-30 + CH + Waccamaw Economic Opportunity Council, Inc. + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 9158 + 1461 + 4 + 04CH010082 + 2015-07-01 + 2020-06-30 + CH + Johnston Lee Harnett Community Action Inc. + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F45392 + L45392 + 45392@hsesinfo.org + + + + + + + 9159 + 1491 + 11 + 90CI9908 + 2015-07-01 + 2021-06-30 + CI + Laguna Department of Education + Active + F39730 + L39730 + 39730@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + 115 + 52 + + + + + 9160 + 679 + 2 + 02CH10045 + 2015-07-01 + 2020-12-31 + CH + Bronxcare Health System + Active + F47556 + L47556 + 47556@hsesinfo.org + F47389 + L47389 + 47389@hsesinfo.org + + 68 + + + + + 9161 + 957 + 7 + 07CH10017 + 2015-07-01 + 2020-06-30 + CH + Central Nebraska Community Action Partnership, Inc. + Inactive + + + + F47025 + L47025 + 47025@hsesinfo.org + + + + + + + 9162 + 513 + 4 + 04CH9999 + 2015-07-01 + 2021-06-30 + CH + Douglas-Cherokee Economic Authority, Inc. + Inactive + F46632 + L46632 + 46632@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 9163 + 1043 + 7 + 07CH10056 + 2015-07-01 + 2020-06-30 + CH + Futures Unlimited + Inactive + F49091 + L49091 + 49091@hsesinfo.org + F47025 + L47025 + 47025@hsesinfo.org + + + + + + + 9164 + 353 + 5 + 05CH010072 + 2015-07-01 + 2020-06-30 + CH + Human Development Commission Inc. + Inactive + F48866 + L48866 + 48866@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 9165 + 1186 + 5 + 05CH010070 + 2015-07-01 + 2020-06-30 + CH + Family & Child Learning Centers of Northeast Wisconsin + Inactive + F44271 + L44271 + 44271@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + + + + + + + 9166 + 1622 + 5 + 05CH10019 + 2015-07-01 + 2020-06-30 + CH + Quincy Public Schools, District #172 + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 9167 + 627 + 5 + 05CH10063 + 2015-07-01 + 2020-06-30 + CH + Rock Island-Milan School District, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 9168 + 7314 + 5 + 05CH010050 + 2015-07-01 + 2020-06-30 + CH + Alta Care Group, Inc. + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 9169 + 435 + 10 + 10CH010088 + 2015-07-01 + 2020-06-30 + CH + Mt Hood Community College + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F48097 + L48097 + 48097@hsesinfo.org + + + + + + + 9170 + 1905 + 4 + 04CH9994 + 2015-07-01 + 2021-05-31 + CH + Anderson County Board of Education + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 9171 + 1165 + 4 + 04CH10006 + 2015-07-01 + 2020-06-30 + CH + Jackson County School District + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + + + + + + + 9172 + 1153 + 4 + 04CH10126 + 2015-07-01 + 2020-06-30 + CH + Jasper County Board of Education + Inactive + F48070 + L48070 + 48070@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + + + + + + + 9173 + 1552 + 10 + 10CH10090 + 2015-07-01 + 2020-12-31 + CH + NeighborImpact + Active + F14039 + L14039 + 14039@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + 104 + 22 + 319 + + + + 9174 + 1782 + 6 + 06CH010075 + 2015-07-01 + 2020-06-30 + CH + Education Service Center Region XIV + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 9175 + 293 + 6 + 06CH10059 + 2015-07-01 + 2020-12-31 + CH + Mid-Delta Community Services, Inc. + Active + F45654 + L45654 + 45654@hsesinfo.org + F15375 + L15375 + 15375@hsesinfo.org + 250 + + + + + + 9176 + 476 + 11 + 90CI9909 + 2015-07-01 + 2020-06-30 + CI + Ponca Tribe of Oklahoma + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F3536 + L3536 + 3536@hsesinfo.org + + + + + + + 9177 + 1904 + 6 + 06CH10104 + 2015-07-01 + 2020-06-30 + CH + Region 16 Education Service Center + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 9178 + 1568 + 5 + 05CH10058 + 2015-07-01 + 2021-01-31 + CH + Portage Private Industry Council, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + 240 + 84 + + + + + 9179 + 666 + 9 + 09CH010071 + 2015-07-01 + 2020-06-30 + CH + Community Action Partnership of Kern + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + + + + + + + 9180 + 1962 + 8 + 08CH10113 + 2015-07-01 + 2020-06-30 + CH + Families in Partnership, Inc. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 9181 + 1824 + 8 + 08CH10114 + 2015-07-01 + 2020-06-30 + CH + A.W.A.R.E., Inc.. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 9182 + 1343 + 11 + 90CI9911 + 2015-07-01 + 2020-06-30 + CI + Mountain Empire Unified School District + Inactive + F47779 + L47779 + 47779@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + + + + + + + 9183 + 1880 + 6 + 06CH010086 + 2015-07-01 + 2020-06-30 + CH + Delta Community Action Association, Inc. + Inactive + F2179 + L2179 + 2179@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 9184 + 397 + 8 + 08CH10047 + 2015-07-01 + 2020-06-30 + CH + The Children's Learning Center + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + + + + + + + 9185 + 1492 + 10 + 10CH10123 + 2015-07-01 + 2020-11-30 + CH + Inspire Development Centers + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F45312 + L45312 + 45312@hsesinfo.org + + + + + + + 9186 + 714 + 6 + 06CH10115 + 2015-07-01 + 2020-06-30 + CH + Calcasieu Parish School Board + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 9187 + 1334 + 8 + 08CH10118 + 2015-07-01 + 2020-06-30 + CH + Ravalli Head Start, Inc. + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 9188 + 1390 + 2 + 02CH10035 + 2015-06-01 + 2020-05-31 + CH + Municipality of Isabela + Inactive + F42299 + L42299 + 42299@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 9189 + 1488 + 6 + 06CH10111 + 2015-07-01 + 2020-06-30 + CH + Morehouse Community Improvement Organization, Inc. + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 9190 + 1953 + 5 + 05CH10061 + 2015-07-01 + 2020-06-30 + CH + Board of Trustees of Southern Illinois University + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + + + + + + + 9191 + 325 + 5 + 05CH010078 + 2015-07-01 + 2020-06-30 + CH + Child Focus, Inc. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + + + + + + + 9192 + 1399 + 9 + 09CH10036 + 2015-07-01 + 2020-06-30 + CH + Inyo Mono Advocates for Community Action + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + + + + + + 9193 + 229 + 6 + 06CH10093 + 2015-07-01 + 2020-07-31 + CH + Child Care Associates + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + + + + + + + 9194 + 184 + 3 + 03CH9970 + 2015-07-01 + 2020-06-30 + CH + Monongalia County Board of Education + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + + + + + + + 9195 + 1144 + 7 + 07CH10099 + 2015-06-01 + 2019-10-31 + CH + Northeast Nebraska Community Action Partnership, Inc. + Inactive + + + + F13558 + L13558 + 13558@hsesinfo.org + + + + + + + 9196 + 1733 + 5 + 05CH010067 + 2015-07-01 + 2020-06-30 + CH + Ross County Community Action Commission, Inc. + Inactive + F2088 + L2088 + 2088@hsesinfo.org + F48776 + L48776 + 48776@hsesinfo.org + + + + + + + 9197 + 1315 + 7 + 07CH10096 + 2015-07-01 + 2020-06-30 + CH + Unified School District #489 + Inactive + F48871 + L48871 + 48871@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + + + + + + + 9198 + 1074 + 9 + 09CH10039 + 2015-07-01 + 2021-06-30 + CH + Child Start, Inc. + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + 599 + 204 + + + + + 9199 + 1900 + 4 + 04CH10112 + 2015-07-01 + 2020-06-30 + CH + Resurgent Education and Community Health Service, Inc. + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + + + + + + + 9200 + 742 + 2 + 02CH10020 + 2015-07-01 + 2020-06-30 + CH + Children's Aid Society, The + Inactive + F32488 + L32488 + 32488@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + + + + + + + 9201 + 1044 + 6 + 06CH10110 + 2015-07-01 + 2019-05-31 + CH + Southeast Arkansas Community Action Corporation + Inactive + F2185 + L2185 + 2185@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + + + + + + + 9202 + 670 + 6 + 06CH10136 + 2015-07-01 + 2021-02-28 + CH + BakerRipley (formerly Neighborhood Centers Inc.) + Active + F2185 + L2185 + 2185@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + 511 + 176 + + + + + 9203 + 1101 + 7 + 07CH10134 + 2015-07-01 + 2021-02-28 + CH + Community Action Partnership of Greater St Joseph + Inactive + F11828 + L11828 + 11828@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + 265 + 73 + + + + + 9204 + 683 + 7 + 07CH10091 + 2015-07-01 + 2020-06-30 + CH + Dodge City Unified School District #443 + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + + + + + + + 9205 + 1515 + 2 + 02CH10101 + 2015-07-01 + 2020-06-30 + CH + Adirondack Community Action Programs, Inc. + Inactive + F32488 + L32488 + 32488@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + + + + + + + 9206 + 635 + 10 + 10CH10066 + 2015-07-01 + 2020-06-30 + CH + Community Action Organization + Inactive + F45193 + L45193 + 45193@hsesinfo.org + F48097 + L48097 + 48097@hsesinfo.org + + + + + + + 9207 + 948 + 8 + 08CH10131 + 2015-07-01 + 2020-12-31 + CH + Cripple Creek Victor School District Re-1 + Active + F3032 + L3032 + 3032@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + 20 + 16 + + + + + 9208 + 1937 + 4 + 04CH10107 + 2015-07-01 + 2020-09-30 + CH + Episcopal Children's Services + Inactive + F48070 + L48070 + 48070@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + + + + + + + 9209 + 456 + 2 + 02CH10031 + 2015-07-01 + 2020-06-30 + CH + Municipality of Adjuntas + Inactive + F2342 + L2342 + 2342@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + + + + + + + 9210 + 772 + 8 + 08CH10121 + 2015-07-01 + 2020-06-30 + CH + City of Lakewood + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + + + + + + + 9211 + 223 + 5 + 05CH010077 + 2015-07-01 + 2020-06-30 + CH + Monroe County Intermediate School District + Inactive + F2088 + L2088 + 2088@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + + + + + + + 9212 + 859 + 4 + 04CH10122 + 2015-07-01 + 2020-09-30 + CH + Mississippi Action for Progress, Inc. + Inactive + F2065 + L2065 + 2065@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 9213 + 1728 + 6 + 06CH10127 + 2015-07-01 + 2021-02-28 + CH + Cameron Community Action Agency, Inc. + Active + F45654 + L45654 + 45654@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + 51 + + + + + + 9214 + 611 + 5 + 05CH10094 + 2015-07-01 + 2020-06-30 + CH + University of Wisconsin, Oshkosh + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F48776 + L48776 + 48776@hsesinfo.org + + + + + + + 9215 + 876 + 3 + 03CH10015 + 2015-07-01 + 2020-06-30 + CH + Associated Catholic Charities Inc. + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + + + + + + + 9216 + 1292 + 5 + 05CH10092 + 2015-07-01 + 2020-06-30 + CH + Community Action Agency + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + + + + + + + 9217 + 1994 + 3 + 03CH10032 + 2015-07-01 + 2021-01-31 + CH + Eastern Allegheny Council for Human Services Head Start + Active + F14907 + L14907 + 14907@hsesinfo.org + F47017 + L47017 + 47017@hsesinfo.org + 263 + + + + + + 9218 + 7317 + 6 + 06CH10129 + 2015-07-01 + 2021-02-28 + CH + Lutheran Social Services of the South, Inc. dba Upbring + Active + F23929 + L23929 + 23929@hsesinfo.org + F28510 + L28510 + 28510@hsesinfo.org + 227 + 32 + + + + + 9219 + 1778 + 3 + 03CH10029 + 2015-07-01 + 2021-01-31 + CH + Maternity Care Coalition, Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F44251 + L44251 + 44251@hsesinfo.org + + 313 + + + + + 9220 + 1018 + 5 + 05CH10117 + 2015-07-01 + 2020-06-30 + CH + Community Action Partnership of Lake County + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 9221 + 301 + 3 + 03CH10057 + 2015-07-01 + 2020-06-30 + CH + Culpeper Human Services + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + + + + + + + 9222 + 7318 + 12 + 90CM9817 + 2015-07-01 + 2020-06-30 + CM + Educational Service District #105 + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + + + + + + + 9223 + 1730 + 4 + 04CH10130 + 2015-07-01 + 2020-06-30 + CH + Central Mississippi, Inc. + Inactive + + + + F13741 + L13741 + 13741@hsesinfo.org + + + + + + + 9224 + 4655 + 3 + 03CH9961 + 2015-07-01 + 2020-06-30 + CH + Child Development Inc. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F43578 + L43578 + 43578@hsesinfo.org + + + + + + + 9225 + 523 + 6 + 06CH10132 + 2015-07-01 + 2020-11-30 + CH + Motivation Education & Training, Inc. + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 9226 + 918 + 4 + 04CH10103 + 2015-07-01 + 2020-06-30 + CH + Onslow County Schools Inc. + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + + + + + + + 9227 + 924 + 3 + 03CH10054 + 2015-07-01 + 2021-06-30 + CH + Shore Up, Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F30521 + L30521 + 30521@hsesinfo.org + 761 + 172 + + + + + 9228 + 331 + 6 + 06CH10137 + 2015-07-01 + 2020-06-30 + CH + West Feliciana Parish School District + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 9229 + 1584 + 2 + 02CH10109 + 2015-07-01 + 2020-08-31 + CH + Economic Opportunity Commission of Nassau County, Inc. + Inactive + F32488 + L32488 + 32488@hsesinfo.org + F48300 + L48300 + 48300@hsesinfo.org + + + + + + + 9230 + 473 + 3 + 03CH9962 + 2015-07-01 + 2020-06-30 + CH + Keystone Service Systems, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + + + + + + + 9231 + 484 + 4 + 04CH10042 + 2015-07-01 + 2020-12-31 + CH + Step-Up Suncoast, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + 455 + 112 + + + + + 9232 + 395 + 4 + 04CH010085 + 2015-07-01 + 2020-06-30 + CH + Chattanooga, City of + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + + + + + + + 9233 + 1492 + 12 + 90CM9819 + 2015-07-01 + 2020-06-30 + CM + Inspire Development Centers + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + + + + + + + 9234 + 1266 + 3 + 03CH10021 + 2015-07-01 + 2020-05-31 + CH + Community Action Partnership of Cambria County + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + + + + + + + 9235 + 1504 + 3 + 03CH9988 + 2015-07-01 + 2020-07-31 + CH + Armstrong County Community Action Agency + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + + + + + + + 9236 + 1419 + 4 + 04CH10084 + 2015-07-01 + 2020-11-30 + CH + Community Service Programs of West Alabama, Inc. + Active + F48070 + L48070 + 48070@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + + + + + + + 9237 + 7316 + 6 + 06CH10128 + 2015-07-01 + 2020-06-30 + CH + St. James Parish School Board + Inactive + + + + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 9238 + 1944 + 3 + 03CH10004 + 2015-07-01 + 2020-06-30 + CH + Pittsylvania County Community Action, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + + + + + + + 9239 + 1596 + 2 + 02CH10040 + 2015-07-01 + 2020-06-30 + CH + Cypress Hills Child Care Corporation + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F48300 + L48300 + 48300@hsesinfo.org + + + + + + + 9240 + 177 + 5 + 05CH010074 + 2015-07-01 + 2020-06-30 + CH + Saginaw Intermediate School District + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 9241 + 1750 + 3 + 03CH10030 + 2015-07-01 + 2021-06-30 + CH + Delaware County Intermediate Unit + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + 703 + 72 + 130 + + + + 9242 + 1582 + 3 + 03CH10041 + 2015-07-01 + 2020-11-30 + CH + Buchanan County Head Start + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F44251 + L44251 + 44251@hsesinfo.org + + + + + + + 9243 + 1318 + 4 + 04CH010080 + 2015-07-01 + 2020-12-31 + CH + Bethlehem Center of Charlotte, Inc. + Active + F2001 + L2001 + 2001@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + 556 + 69 + + + + + 9244 + 1840 + 4 + 04CH10135 + 2015-07-01 + 2020-06-30 + CH + Capital Area Community Action Agency, Inc. + Inactive + F46251 + L46251 + 46251@hsesinfo.org + F46450 + L46450 + 46450@hsesinfo.org + + + + + + + 9245 + 482 + 3 + 03CH9981 + 2015-07-01 + 2020-10-31 + CH + Central West Virginia Community Action, Inc. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F49361 + L49361 + 49361@hsesinfo.org + + + + + + + 9246 + 1247 + 5 + 05CH010083 + 2015-07-01 + 2020-06-30 + CH + Mount Vernon City Schools, District 80 + Inactive + F48866 + L48866 + 48866@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + + + + + + + 9247 + 290 + 5 + 05CH10095 + 2015-07-01 + 2020-06-30 + CH + Cooperative Educational Service Agency No.7 + Inactive + F48866 + L48866 + 48866@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 9248 + 668 + 12 + 90CM9818 + 2015-07-01 + 2020-06-30 + CM + Community Council of Idaho, Inc. + Inactive + F47622 + L47622 + 47622@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + + + + + + + 9249 + 343 + 6 + 06CH10139 + 2015-07-01 + 2020-11-30 + CH + Swisher County + Inactive + F45391 + L45391 + 45391@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 9250 + 1209 + 3 + 03CH10043 + 2015-07-01 + 2020-06-30 + CH + Adams County Children's Education Special Services, Inc. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F49361 + L49361 + 49361@hsesinfo.org + + + + + + + 9251 + 566 + 6 + 06CH010143 + 2015-07-01 + 2020-06-30 + CH + West Las Vegas Schools + Inactive + + + + F41654 + L41654 + 41654@hsesinfo.org + + + + + + + 9252 + 976 + 6 + 06CH10138 + 2015-07-01 + 2020-06-30 + CH + Acadia Parish School Board + Inactive + + + + F15375 + L15375 + 15375@hsesinfo.org + + + + + + + 9253 + 7318 + 10 + 10CH10124 + 2015-07-01 + 2020-06-30 + CH + Educational Service District #105 + Inactive + F45193 + L45193 + 45193@hsesinfo.org + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 9254 + 1519 + 3 + 03CH010081 + 2015-07-01 + 2020-06-30 + CH + Snyder Union Mifflin Child Development, Inc. + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F43578 + L43578 + 43578@hsesinfo.org + + + + + + + 9255 + 597 + 5 + 05CH10051 + 2015-06-01 + 2020-12-31 + CH + Bauer Family Resources, Inc. + Active + F43414 + L43414 + 43414@hsesinfo.org + F47912 + L47912 + 47912@hsesinfo.org + 125 + + + + + + 9256 + 231 + 7 + 07CH010155 + 2015-07-01 + 2020-06-30 + CH + Grace Hill Settlement House + Inactive + F47594 + L47594 + 47594@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + + + + + + + 9257 + 7320 + 4 + 04CH9992 + 2015-07-01 + 2020-06-30 + CH + Cabarrus County Partnership for Children + Inactive + F13740 + L13740 + 13740@hsesinfo.org + + + + + + + + + + 9258 + 198 + 6 + 06CH010149 + 2015-07-01 + 2020-12-31 + CH + Central Texas 4C, Inc. + Inactive + F2179 + L2179 + 2179@hsesinfo.org + F13531 + L13531 + 13531@hsesinfo.org + + + + + + + 9259 + 993 + 1 + 01CH10108 + 2015-07-01 + 2020-12-31 + CH + Community Action Program-Inter City, Incorporated + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F15627 + L15627 + 15627@hsesinfo.org + 198 + + 17 + + + + 9260 + 1655 + 5 + 05CH010079 + 2015-07-01 + 2020-06-30 + CH + Heartland Head Start, Inc. + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 9261 + 1238 + 6 + 06CH10133 + 2015-07-01 + 2020-06-30 + CH + AVANCE - Houston, Inc. + Inactive + F23929 + L23929 + 23929@hsesinfo.org + + + + + + + + + + 9262 + 7321 + 5 + 05CH10055 + 2015-07-01 + 2019-09-30 + CH + The Child Care Consortium, Inc. + Inactive + + + + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 9263 + 1114 + 5 + 05CH10116 + 2015-07-01 + 2021-01-31 + CH + Community Action Wayne/Medina, Inc. + Active + F48866 + L48866 + 48866@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + 373 + 141 + + + + + 9264 + 274 + 6 + 06CH010145 + 2015-07-01 + 2021-03-31 + CH + Pointe Coupee Parish School Board + Active + F45391 + L45391 + 45391@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + 153 + + + + + + 9265 + 1276 + 7 + 07CH010153 + 2015-07-01 + 2020-06-30 + CH + Youth in Need, Inc. + Inactive + F47594 + L47594 + 47594@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + + + + + + + 9266 + 711 + 5 + 05CH10102 + 2015-07-01 + 2020-10-31 + CH + Ohio Valley Opportunities, Inc. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + + + + + + + 9267 + 1636 + 7 + 07CH10119 + 2015-07-01 + 2020-12-31 + CH + Central Missouri Community Action + Inactive + F45391 + L45391 + 45391@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + 265 + 200 + + + + + 9268 + 1106 + 6 + 06CH010151 + 2015-07-01 + 2020-12-31 + CH + Hill Country Community Action Association, Inc. + Active + F2185 + L2185 + 2185@hsesinfo.org + F13531 + L13531 + 13531@hsesinfo.org + 459 + 80 + + + + + 9269 + 7214 + 6 + 06CH010152 + 2015-07-01 + 2021-06-30 + CH + Kingsley House, Inc. + Inactive + F45391 + L45391 + 45391@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + + + + + + 9270 + 1487 + 6 + 06CH10052 + 2015-07-01 + 2020-06-30 + CH + Sabine Parish School Board + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 9271 + 283 + 6 + 06CH010150 + 2015-07-01 + 2020-06-30 + CH + Kaufman Independent School District + Inactive + F43271 + L43271 + 43271@hsesinfo.org + + + + + + + + + + 9272 + 808 + 6 + 06CH010147 + 2015-07-01 + 2020-12-31 + CH + Total Community Action, Inc. + Active + F13320 + L13320 + 13320@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + 966 + 156 + + + + + 9273 + 1104 + 5 + 05CH10049 + 2015-07-01 + 2020-10-31 + CH + Gogebic-Ontonagon Community Action Agency + Inactive + F49521 + L49521 + 49521@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 9274 + 1992 + 9 + 09CH010120 + 2015-07-01 + 2020-01-31 + CH + Volunteers of America - Southwest Inc. + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 9275 + 1926 + 6 + 06CH010144 + 2015-07-01 + 2020-12-31 + CH + Detroit Independent School District + Inactive + F43271 + L43271 + 43271@hsesinfo.org + F2207 + L2207 + 2207@hsesinfo.org + 132 + + + + + + 9276 + 551 + 5 + 05CH10098 + 2015-07-01 + 2020-05-31 + CH + Children's Home & Aid Society of Illinois + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + + + + + + + 9277 + 423 + 3 + 03CH10025 + 2015-07-01 + 2020-10-31 + CH + Philadelphia School District + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + + + + + + + 9278 + 824 + 4 + 04CH010156 + 2015-07-01 + 2021-06-30 + CH + Nashville & Davidson County, Metropolitan Government of + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 9279 + 1628 + 4 + 04CH010065 + 2015-07-01 + 2020-06-30 + CH + ICARE, Inc. + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + + + + + + + 9280 + 968 + 9 + 09CH010125 + 2015-07-01 + 2019-11-30 + CH + Imperial County Office of Education + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + + + + + + 9281 + 7323 + 6 + 06CH010148 + 2015-07-01 + 2020-07-31 + CH + Catholic Charities Archdiocese of New Orleans + Inactive + F48667 + L48667 + 48667@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + + + + + + 9282 + 7325 + 5 + 05CH10089 + 2015-07-01 + 2020-06-30 + CH + Evanston/Skokie Community Consolidated School District 65 + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 9283 + 7324 + 5 + 05CH10097 + 2015-07-01 + 2017-12-31 + CH + Pillars Community Services + Inactive + + + + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 9284 + 7327 + 5 + 05CH10100 + 2015-07-01 + 2020-06-30 + CH + Easter Seals Metropolitan Chicago, Inc. + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 9285 + 1917 + 5 + 05CH10062 + 2015-07-01 + 2020-06-30 + CH + Childcare Network of Evanston + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 9286 + 7326 + 5 + 05CH10105 + 2015-07-01 + 2020-06-30 + CH + Illinois Action for Children + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 9287 + 7328 + 9 + 09CH010087 + 2015-07-01 + 2021-01-31 + CH + San Joaquin County Office of Education + Active + F47463 + L47463 + 47463@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + 1583 + 171 + + + + + 9288 + 260 + 6 + 06CH10140 + 2015-07-01 + 2020-06-30 + CH + Webster Parish Police Jury Office of Community Services + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + + + + + + + 9289 + 348 + 5 + 05CH10141 + 2015-07-01 + 2020-06-30 + CH + Lakes and Prairies Community Action Partnership, Inc. + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + + + + + + + 9290 + 7329 + 4 + 04CH010064 + 2015-07-01 + 2020-10-31 + CH + The Family Y,Young Men's Christian Association/YWCO of the C + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + + + + + + + 9291 + 637 + 11 + 90CI9910 + 2015-07-01 + 2021-06-30 + CI + Makah Tribal Council + Active + F39730 + L39730 + 39730@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + 50 + 28 + + + + + 9292 + 1346 + 5 + 05CH10106 + 2015-07-01 + 2020-08-31 + CH + Green Bay Area Public Schools + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 9293 + 906 + 6 + 06CH010142 + 2015-07-01 + 2020-06-30 + CH + St Bernard Parish School Board + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 9294 + 1663 + 4 + 04CH010159 + 2015-07-01 + 2020-06-30 + CH + Blue Ridge Community Action, Inc. + Inactive + F48070 + L48070 + 48070@hsesinfo.org + F45392 + L45392 + 45392@hsesinfo.org + + + + + + + 9296 + 1871 + 11 + 90CI9913 + 2015-08-01 + 2021-07-31 + CI + Blackfeet Tribe of the Blackfeet Indian Reservation + Active + F15738 + L15738 + 15738@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + 290 + 115 + + + + + 9297 + 187 + 2 + 02CH010163 + 2015-08-01 + 2021-07-31 + CH + Center for Family Services, Inc. + Active + F2340 + L2340 + 2340@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + 658 + + + + + + 9298 + 7332 + 7 + 07CH010154 + 2015-07-01 + 2020-06-30 + CH + Urban League of Metropolitan St. Louis + Inactive + F47594 + L47594 + 47594@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + + + + + + + 9299 + 656 + 4 + 04CH010169 + 2015-08-01 + 2021-07-31 + CH + Northeast Kentucky Community Action Agency, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F48069 + L48069 + 48069@hsesinfo.org + 310 + + + + + + 9301 + 1625 + 2 + 02CH010170 + 2015-08-01 + 2020-07-31 + CH + Cayuga/Seneca Community Action Agency, Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F47389 + L47389 + 47389@hsesinfo.org + + + + + + + 9302 + 768 + 5 + 05CH010162 + 2015-08-01 + 2020-07-31 + CH + Carman Ainsworth Community Schools + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + + + + + + + 9303 + 657 + 2 + 02CH010164 + 2015-08-01 + 2021-07-31 + CH + Westchester Community Opportunity Program, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + 1418 + 112 + + + + + 9304 + 7334 + 4 + 04CH010158 + 2015-07-01 + 2020-03-31 + CH + Childcare Network of Georgia, LLC + Inactive + F13325 + L13325 + 13325@hsesinfo.org + F13741 + L13741 + 13741@hsesinfo.org + + + + + + + 9305 + 1877 + 6 + 06CH010172 + 2015-08-01 + 2020-07-31 + CH + West Orange-Cove Consolidated Independent School + Inactive + F43271 + L43271 + 43271@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + + + + + + + 9306 + 979 + 11 + 90CI9914 + 2015-08-01 + 2021-07-31 + CI + Suquamish Indian Tribe of the Port Madison Reservation + Active + F33086 + L33086 + 33086@hsesinfo.org + F47570 + L47570 + 47570@hsesinfo.org + 36 + 40 + + + + + 9307 + 738 + 5 + 05CH010171 + 2015-08-01 + 2020-11-30 + CH + Kno Ho Co Ashland Community Action Commission + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 9308 + 1445 + 11 + 90CI9915 + 2015-08-01 + 2020-07-31 + CI + Bishop Indian HeadStart Program + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F45305 + L45305 + 45305@hsesinfo.org + + + + + + + 9309 + 101 + 11 + 90CI9912 + 2015-08-01 + 2021-07-31 + CI + Northern Cheyenne Head Start + Active + F25722 + L25722 + 25722@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + 125 + + + + + + 9326 + 1605 + 13 + 90CH010203 + 2015-07-29 + 2020-07-28 + CH + CDI HS/Rain and Franklin County, TX + Inactive + F27052 + L27052 + 27052@hsesinfo.org + F3538 + L3538 + 3538@hsesinfo.org + + + + + + + 9327 + 1500 + 9 + 09CH010182 + 2015-08-01 + 2021-07-31 + CH + Sacramento Employment & Training Agency + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + 4244 + 789 + + + + + 9328 + 1021 + 9 + 09CH010181 + 2015-08-01 + 2021-07-31 + CH + Pinal-Gila Community Child Services, Inc. + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + + + + + + 9329 + 929 + 9 + 09CH010174 + 2015-08-01 + 2021-05-31 + CH + Children's Institute, Inc. + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + + + + + + 9330 + 1344 + 5 + 05CH010173 + 2015-08-01 + 2021-07-31 + CH + Area Five Agency on Aging and Community Services, Inc. + Active + F48866 + L48866 + 48866@hsesinfo.org + F48776 + L48776 + 48776@hsesinfo.org + 176 + + + + + + 9331 + 715 + 5 + 05CH010176 + 2015-08-01 + 2020-07-31 + CH + Lakes & Pines Community Action Council, Inc. + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + + + + + + + 9332 + 644 + 6 + 06CH010178 + 2015-08-01 + 2021-01-31 + CH + Save the Children Federation Inc. + Active + F2179 + L2179 + 2179@hsesinfo.org + F12886 + L12886 + 12886@hsesinfo.org + 64 + 8 + + + + + 9333 + 569 + 5 + 05CH010186 + 2015-08-01 + 2020-07-31 + CH + Mid Michigan Community Action Agency, Inc. + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + + + + + + + 9335 + 1728 + 6 + 06CH10121 + 2015-07-01 + 2020-06-30 + CH + Cameron Community Action Agency, Inc. + Inactive + + + + + + + + + + + + + 9336 + 1136 + 5 + 05CH010190 + 2015-08-01 + 2020-07-31 + CH + Southeastern Indiana Economic Opportunity Corp + Inactive + F44271 + L44271 + 44271@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 9337 + 1814 + 4 + 04CH010183 + 2015-08-01 + 2020-12-31 + CH + Pasco County Board of Public Education + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + 660 + 128 + + + + + 9338 + 1168 + 3 + 03CH010160 + 2015-08-01 + 2020-07-31 + CH + Mineral County Board of Education + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F49361 + L49361 + 49361@hsesinfo.org + + + + + + + 9339 + 614 + 3 + 03CH010188 + 2015-08-01 + 2020-07-31 + CH + Reginald S. Lourie Center for Infants & Young Children + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + + + + + + 9340 + 1706 + 5 + 05CH010184 + 2015-08-01 + 2020-07-31 + CH + Dubois-Pike-Warrick Economic Opportunity Committee, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + + + + + + + 9341 + 1089 + 5 + 05CH010175 + 2015-08-01 + 2020-07-31 + CH + Community Action Program of Evansville & Vanderburgh County Inc. + Inactive + F48866 + L48866 + 48866@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + + + + + + + 9342 + 495 + 3 + 03CH010179 + 2015-08-01 + 2021-07-31 + CH + Lycoming-Clinton Counties Commission for Community Action Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + 297 + 120 + 60 + 0 + + + 9343 + 148 + 3 + 03CH010161 + 2015-08-01 + 2021-07-31 + CH + Rooftop of Virginia Community Action Program + Active + F49609 + L49609 + 49609@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + 145 + 116 + 0 + 0 + + + 9344 + 1496 + 5 + 05CH010191 + 2015-08-01 + 2020-07-31 + CH + Child Development Services of Ottawa County, Inc. + Inactive + F2088 + L2088 + 2088@hsesinfo.org + F48776 + L48776 + 48776@hsesinfo.org + + + + + + + 9345 + 969 + 3 + 03CH010166 + 2015-08-01 + 2020-07-31 + CH + Allegany County Human Resources + Inactive + F2402 + L2402 + 2402@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + + + + + + + 9346 + 1838 + 3 + 03CH010180 + 2015-08-01 + 2020-07-31 + CH + Williamsburg James City County Community Action Agency Inc. + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + + + + + + + 9347 + 1458 + 3 + 03CH010187 + 2015-08-01 + 2020-07-31 + CH + New Castle County Head Start Inc. + Inactive + F2415 + L2415 + 2415@hsesinfo.org + F44251 + L44251 + 44251@hsesinfo.org + + + + + + + 9348 + 7337 + 3 + 03CH010185 + 2015-08-01 + 2021-07-31 + CH + Southside Training Employment and Placement Services Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + 233 + 63 + 0 + 0 + + + 9349 + 368 + 7 + 07CH010189 + 2015-08-01 + 2021-07-31 + CH + Your Own United Resources, Inc. + Active + F2256 + L2256 + 2256@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + 158 + 76 + + + + + 9350 + 1156 + 2 + 02CH010167 + 2015-08-01 + 2021-07-31 + CH + Geneva City School District, Board of Education + Active + F2335 + L2335 + 2335@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + 153 + + + + + + 9351 + 111 + 4 + 04CH010177 + 2015-08-01 + 2020-07-31 + CH + Rutherford County Schools + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + + + + + + + 9353 + 1371 + 4 + 04CH010192 + 2015-08-01 + 2021-07-31 + CH + Miami-Dade, County of + Active + F46251 + L46251 + 46251@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + 6310 + 446 + + + + + 9354 + 1133 + 4 + 04CH010195 + 2015-08-01 + 2020-07-31 + CH + Carroll County Board of Education + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + + + + + + + 9355 + 644 + 8 + 08CH010193 + 2015-08-01 + 2021-06-30 + CH + Save the Children Federation, Inc. + Active + F3064 + L3064 + 3064@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + 64 + + + + + + 9356 + 1432 + 4 + 04CH010007 + 2015-08-01 + 2021-07-31 + CH + Gadsden Progress Council - Early Head Start Program + Active + F2001 + L2001 + 2001@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + 336 + 88 + + + + + 9357 + 726 + 11 + 90CI9916 + 2015-08-01 + 2021-07-31 + CI + Hoopa Valley Tribal Council + Active + F47779 + L47779 + 47779@hsesinfo.org + F46932 + L46932 + 46932@hsesinfo.org + 68 + 44 + + + + + 9358 + 1394 + 10 + 10CH010198 + 2015-09-01 + 2020-08-31 + CH + Malheur County Child Development Center + Inactive + F48537 + L48537 + 48537@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + + + + + + + 9359 + 1063 + 5 + 05CH010197 + 2015-09-01 + 2020-08-31 + CH + Kankakee School District 111 + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 9360 + 1872 + 4 + 04CH010201 + 2015-09-01 + 2020-08-31 + CH + Children's Bureau Inc. Dba Porter-Leath + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + + + + + + + 9361 + 690 + 5 + 05CH010199 + 2015-09-01 + 2020-08-31 + CH + Howard Area Community Center + Inactive + F49521 + L49521 + 49521@hsesinfo.org + F47912 + L47912 + 47912@hsesinfo.org + + + + + + + 9362 + 1217 + 2 + 02CH010196 + 2015-09-01 + 2016-08-31 + CH + CORNELL COOPERATIVE EXTENSION of Madison County + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + + + + + + 9363 + 724 + 6 + 06CH010194 + 2015-09-01 + 2021-08-31 + CH + Education Service Center Region 20 + Active + F2185 + L2185 + 2185@hsesinfo.org + F2193 + L2193 + 2193@hsesinfo.org + 387 + + + + + + 9365 + 581 + 5 + 05CH010200 + 2015-09-01 + 2020-08-31 + CH + Chicago Commons Association + Inactive + F44271 + L44271 + 44271@hsesinfo.org + F2121 + L2121 + 2121@hsesinfo.org + + + + + + + 9372 + 710 + 12 + 90CM9820 + 2015-09-01 + 2020-08-31 + CM + Community Action Council for Lexington-Fayette, Bourbon, Harrison & Nicholas Counties Inc. + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + + + + + + + 9373 + 264 + 8 + 08CH010209 + 2015-09-01 + 2021-08-31 + CH + Absaroka Head Start + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + + + + + + + 9374 + 1350 + 7 + 07CH010204 + 2015-09-01 + 2020-12-31 + CH + Central Territorial of the Salvation Army + Inactive + F48871 + L48871 + 48871@hsesinfo.org + F13558 + L13558 + 13558@hsesinfo.org + + + + + + + 9376 + 1591 + 10 + 10CH010211 + 2015-09-01 + 2020-08-31 + CH + Walla Walla School District #140 + Inactive + F47078 + L47078 + 47078@hsesinfo.org + F47540 + L47540 + 47540@hsesinfo.org + + + + + + + 9377 + 793 + 3 + 03CH010202 + 2015-09-01 + 2020-08-31 + CH + Seton Hill Child Services, Inc. + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + + + + + + 9378 + 634 + 9 + 09CH010210 + 2015-09-01 + 2020-08-31 + CH + Young Men's Christian Association of the East Bay + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + + + + + + + 9379 + 256 + 4 + 04CH010217 + 2015-09-01 + 2021-08-31 + CH + Family Resource Agency, Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + 533 + 312 + + + + + 9381 + 1140 + 4 + 04CH010220 + 2015-09-01 + 2021-08-31 + CH + Randolph Community Services + Active + F46632 + L46632 + 46632@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + 485 + + + + + + 9382 + 1801 + 4 + 04CH010218 + 2015-09-01 + 2020-08-31 + CH + Florida State University + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F46450 + L46450 + 46450@hsesinfo.org + + + + + + + 9383 + 801 + 3 + 03CH010208 + 2015-09-01 + 2020-08-31 + CH + The Campagna Center, Inc. + Inactive + F14907 + L14907 + 14907@hsesinfo.org + F44251 + L44251 + 44251@hsesinfo.org + + + + + + + 9384 + 1302 + 3 + 03CH010214 + 2015-09-01 + 2020-08-31 + CH + District of Columbia Public Schools + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F44251 + L44251 + 44251@hsesinfo.org + + + + + + + 9386 + 1952 + 2 + 02CH010212 + 2015-09-01 + 2020-08-31 + CH + New Square Community Improvement Council, Inc. + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F48300 + L48300 + 48300@hsesinfo.org + + + + + + + 9387 + 1457 + 8 + 08CH010215 + 2015-09-01 + 2021-06-30 + CH + Technology for Rural Enhancement of Communities + Active + F3064 + L3064 + 3064@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + 91 + 68 + + + + + 9388 + 511 + 5 + 05CH010206 + 2015-09-01 + 2020-08-31 + CH + Blue Water Community Action + Inactive + F49521 + L49521 + 49521@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + + + + + + + 9389 + 439 + 2 + 02CH010207 + 2015-09-01 + 2021-08-31 + CH + Kingsbridge Heights Community Center Inc. + Active + F2340 + L2340 + 2340@hsesinfo.org + F32828 + L32828 + 32828@hsesinfo.org + + 135 + + + + + 9391 + 486 + 12 + 90CM9821 + 2015-09-01 + 2020-08-31 + CM + Community Action Partnership Of San Luis Obispo County, Inc. + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + + + + + + + 9393 + 3741 + 6 + 06CH010213 + 2015-09-01 + 2021-06-30 + CH + BCFS Education Services + Active + F48667 + L48667 + 48667@hsesinfo.org + F28510 + L28510 + 28510@hsesinfo.org + 93 + + + + + + 9394 + 1661 + 10 + 10CH010216 + 2015-09-01 + 2021-08-31 + CH + Klamath Family Head Start + Active + F48537 + L48537 + 48537@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + 111 + 32 + 217 + 32 + + + 9395 + 299 + 3 + 03CH010205 + 2015-09-01 + 2020-11-30 + CH + People Incorporated of Virginia + Active + F46529 + L46529 + 46529@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + + + + + + + 9397 + 1441 + 8 + 08CH010224 + 2015-09-01 + 2017-08-31 + CH + Wild Plum Center for Young Children and Families + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + + + + + + + 9399 + 844 + 11 + 90CI9917 + 2015-09-01 + 2020-08-31 + CI + Passamaquoddy Child Development Center + Inactive + F47779 + L47779 + 47779@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + + + + + + + 9400 + 1353 + 2 + 02CH010222 + 2015-09-01 + 2021-08-31 + CH + Centro de Servicios a la Juventud, Inc. + Active + F42299 + L42299 + 42299@hsesinfo.org + F48411 + L48411 + 48411@hsesinfo.org + 85 + 162 + + + + + 9401 + 496 + 3 + 03CH010219 + 2015-09-01 + 2021-07-31 + CH + Pocono Services for Families & Children + Active + F2402 + L2402 + 2402@hsesinfo.org + F43578 + L43578 + 43578@hsesinfo.org + 145 + + 86 + + + + 9402 + 1550 + 8 + 08CH010223 + 2015-09-01 + 2020-08-31 + CH + Brush United Methodist Church + Inactive + F3056 + L3056 + 3056@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 9403 + 382 + 11 + 90CI9918 + 2015-09-01 + 2021-08-31 + CI + Confederated Tribes of Warm Springs Reservation of Oregon + Active + F3537 + L3537 + 3537@hsesinfo.org + F42301 + L42301 + 42301@hsesinfo.org + 126 + 22 + + + + + 9404 + 827 + 11 + 90CI9919 + 2015-09-01 + 2021-08-31 + CI + Ute Mountain Ute Tribe + Active + F15738 + L15738 + 15738@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + 56 + + + + + + 9405 + 766 + 7 + 07CH010221 + 2015-09-01 + 2021-08-31 + CH + Ozarks Area Community Action Corporation + Inactive + F48871 + L48871 + 48871@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + 800 + 186 + + + + + 9411 + 349 + 2 + 02CH010225 + 2015-09-01 + 2020-08-31 + CH + Ironbound Community Corporation + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F48564 + L48564 + 48564@hsesinfo.org + + + + + + + 9445 + 852 + 4 + 04CH010227 + 2015-10-01 + 2020-05-31 + CH + Walker County Board of Education + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F46450 + L46450 + 46450@hsesinfo.org + + + + + + + 9446 + 960 + 4 + 04CH010229 + 2015-10-01 + 2020-09-30 + CH + Mid Florida Community Services, Inc. + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + + + + + + + 9447 + 524 + 4 + 04CH010230 + 2015-10-01 + 2020-12-31 + CH + Orange, County of + Inactive + F33579 + L33579 + 33579@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + + + + + + + 9448 + 1333 + 1 + 01CH010226 + 2015-11-01 + 2020-10-31 + CH + People Acting in Community Endeavors + Inactive + F42223 + L42223 + 42223@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 9449 + 481 + 10 + 10CH010235 + 2015-10-01 + 2021-01-31 + CH + Play N Learn, Inc. + Active + F47078 + L47078 + 47078@hsesinfo.org + F2421 + L2421 + 2421@hsesinfo.org + 108 + 16 + 0 + + + + 9450 + 1233 + 4 + 04CH010231 + 2015-11-01 + 2020-12-31 + CH + Orangeburg-Calhoun-Allendale-Bamberg Community Action Agency Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + 643 + + + + + + 9451 + 1348 + 4 + 04CH010232 + 2015-11-01 + 2020-10-31 + CH + YMCA/Early Childhood Development Co., LLC + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + + + + + + + 9452 + 1539 + 8 + 08CH010246 + 2015-11-01 + 2020-10-31 + CH + Carbon County Child Development Programs, Inc. + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + + + + + + + 9453 + 492 + 1 + 01CH010242 + 2015-11-01 + 2020-10-31 + CH + Self-Help Incorporated + Inactive + F2300 + L2300 + 2300@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + + + + + + + 9454 + 1662 + 8 + 08CH010245 + 2015-11-01 + 2020-10-31 + CH + Laramie Child Development Corporation + Inactive + + + + F40923 + L40923 + 40923@hsesinfo.org + + + + + + + 9455 + 1524 + 4 + 04CH010248 + 2015-11-01 + 2020-10-31 + CH + Clarksville-Montgomery County Community Action Agy + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + + + + + + + 9456 + 1829 + 1 + 01CH010234 + 2015-11-01 + 2021-10-31 + CH + Edadvance + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + 191 + 32 + + + + + 9457 + 258 + 5 + 05CH010250 + 2015-11-01 + 2020-10-31 + CH + Anoka County Community Action Program, Inc. + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + + + + + + 9458 + 1384 + 2 + 02CH010241 + 2015-11-01 + 2020-10-31 + CH + Centro de Fortalecimiento Familiar, ESCAPE + Inactive + F42299 + L42299 + 42299@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 9459 + 1022 + 5 + 05CH010240 + 2015-11-01 + 2021-06-30 + CH + Community Action Organization of Scioto County, Inc. + Active + F13544 + L13544 + 13544@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + 336 + 114 + + + + + 9460 + 1482 + 5 + 05CH010239 + 2015-11-01 + 2020-10-31 + CH + Sheboygan Human Rights Association, Inc. + Inactive + F2088 + L2088 + 2088@hsesinfo.org + F48776 + L48776 + 48776@hsesinfo.org + + + + + + + 9461 + 862 + 5 + 05CH010238 + 2015-11-01 + 2021-06-30 + CH + Community & Family Services, Inc. + Active + F48866 + L48866 + 48866@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + 314 + + + + + + 9462 + 1298 + 5 + 05CH010236 + 2015-11-01 + 2021-04-30 + CH + Western Indiana Community Action Agency, Inc. + Active + F14214 + L14214 + 14214@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + 150 + + + + + + 9463 + 1465 + 10 + 10CH010237 + 2015-11-01 + 2021-08-31 + CH + Washington State Community College District 17 + Active + F43149 + L43149 + 43149@hsesinfo.org + F46991 + L46991 + 46991@hsesinfo.org + 669 + 322 + + + + + 9464 + 828 + 8 + 08CH010247 + 2015-11-01 + 2020-10-31 + CH + Poudre School District #1 + Inactive + + + + F40923 + L40923 + 40923@hsesinfo.org + + + + + + + 9465 + 861 + 1 + 01CH010243 + 2015-11-01 + 2020-10-31 + CH + Community Teamwork, Inc. + Inactive + F47611 + L47611 + 47611@hsesinfo.org + F28233 + L28233 + 28233@hsesinfo.org + + + + + + + 9466 + 410 + 10 + 10CH010249 + 2015-11-01 + 2020-10-31 + CH + Olympic Educational Service District 114 + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F47540 + L47540 + 47540@hsesinfo.org + + + + + + + 9467 + 1492 + 10 + 10CH010256 + 2015-11-01 + 2020-11-30 + CH + Inspire Development Centers + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F45312 + L45312 + 45312@hsesinfo.org + + + + + + + 9468 + 1075 + 10 + 10CH010255 + 2015-11-01 + 2020-10-31 + CH + Educational Service District 113 + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F45312 + L45312 + 45312@hsesinfo.org + + + + + + + 9469 + 1526 + 5 + 05CH010254 + 2015-11-01 + 2020-10-31 + CH + Coshocton County Head Start + Inactive + F2088 + L2088 + 2088@hsesinfo.org + F49668 + L49668 + 49668@hsesinfo.org + + + + + + + 9470 + 1052 + 10 + 10CH010260 + 2015-11-01 + 2021-10-31 + CH + Eastern Idaho Community Action Partnership + Active + F47078 + L47078 + 47078@hsesinfo.org + F48538 + L48538 + 48538@hsesinfo.org + 214 + + + + + + 9471 + 743 + 1 + 01CH010244 + 2015-11-01 + 2020-10-31 + CH + Making Opportunity Count, Inc. + Inactive + F42223 + L42223 + 42223@hsesinfo.org + F15627 + L15627 + 15627@hsesinfo.org + + + + + + + 9472 + 354 + 10 + 10CH010259 + 2015-11-01 + 2021-06-30 + CH + Community Action Team Inc. of Columbia County + Active + F14039 + L14039 + 14039@hsesinfo.org + F48097 + L48097 + 48097@hsesinfo.org + 172 + + 169 + + + + 9473 + 1429 + 11 + 90CI9921 + 2015-11-01 + 2021-10-31 + CI + Skokomish Indian Tribe + Active + F25722 + L25722 + 25722@hsesinfo.org + F15469 + L15469 + 15469@hsesinfo.org + 40 + + + + + + 9474 + 882 + 11 + 90CI9922 + 2015-11-01 + 2021-10-31 + CI + Choctaw Nation of Oklahoma + Active + F33086 + L33086 + 33086@hsesinfo.org + F3536 + L3536 + 3536@hsesinfo.org + 310 + + + + + + 9475 + 1024 + 7 + 07CH010261 + 2015-11-01 + 2020-10-31 + CH + Douglas County School District 0001 + Inactive + F48871 + L48871 + 48871@hsesinfo.org + F13558 + L13558 + 13558@hsesinfo.org + + + + + + + 9476 + 871 + 8 + 08CH010251 + 2015-11-01 + 2020-10-31 + CH + Thompson School District R2J + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + + + + + + + 9477 + 1066 + 5 + 05CH010266 + 2015-11-01 + 2020-10-31 + CH + Highland County Community Action Organization, Inc. + Inactive + F48866 + L48866 + 48866@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + + + + + + + 9478 + 1069 + 5 + 05CH010262 + 2015-11-01 + 2017-11-30 + CH + Council for the Spanish Speaking, Inc. + Inactive + + + + F13894 + L13894 + 13894@hsesinfo.org + + + + + + + 9479 + 234 + 5 + 05CH010263 + 2015-11-01 + 2021-05-31 + CH + Next Door Foundation, Inc. + Active + F42090 + L42090 + 42090@hsesinfo.org + F13894 + L13894 + 13894@hsesinfo.org + + 212 + + + + + 9480 + 1451 + 8 + 08CH010253 + 2015-11-01 + 2020-10-31 + CH + Community Partnership for Child Development + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + + + + + + + 9481 + 773 + 8 + 08CH010252 + 2015-11-01 + 2020-10-31 + CH + Adams County + Inactive + F3064 + L3064 + 3064@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + + + + + + 9482 + 650 + 6 + 06CH010257 + 2015-11-01 + 2021-07-31 + CH + United Community Action Program, Inc. + Inactive + F2179 + L2179 + 2179@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 9483 + 665 + 9 + 09CH010228 + 2015-11-01 + 2021-10-31 + CH + University of Southern California + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F35663 + L35663 + 35663@hsesinfo.org + + + + + + + 9484 + 1631 + 4 + 04CH010267 + 2015-11-01 + 2020-06-30 + CH + Clinch-Powell Educational Cooperative + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + + + + + + + 9485 + 188 + 4 + 04CH010265 + 2015-11-01 + 2021-06-30 + CH + KCEOC Community Action Partnership, Inc. + Active + F48070 + L48070 + 48070@hsesinfo.org + F48069 + L48069 + 48069@hsesinfo.org + 737 + 291 + + + + + 9486 + 1134 + 4 + 04CH010269 + 2015-11-01 + 2020-10-31 + CH + Big Sandy Area Community Action Program, Inc. + Inactive + F13510 + L13510 + 13510@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + + + + + + 9487 + 789 + 11 + 90CI9920 + 2015-11-01 + 2021-10-31 + CI + Cherokee Nation + Active + F39730 + L39730 + 39730@hsesinfo.org + F3536 + L3536 + 3536@hsesinfo.org + 680 + 200 + + + + + 9488 + 214 + 5 + 05CH010270 + 2015-12-01 + 2020-11-30 + CH + Indianhead Community Action Agency, Inc. + Active + F43414 + L43414 + 43414@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + + + + + + + 9489 + 1434 + 11 + 90CI9923 + 2015-11-01 + 2021-10-31 + CI + Tohono O'odham Nation + Active + F39730 + L39730 + 39730@hsesinfo.org + F45305 + L45305 + 45305@hsesinfo.org + 215 + + + + + + 9490 + 250 + 11 + 90CI9925 + 2015-11-01 + 2021-10-31 + CI + Alamo Navajo School Board, Inc., The + Active + F47779 + L47779 + 47779@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + 64 + 44 + + + + + 9491 + 414 + 9 + 09CH010258 + 2015-12-01 + 2020-11-30 + CH + The Resource Connection + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + + + + + + 9492 + 318 + 1 + 01CH010271 + 2015-12-01 + 2020-11-30 + CH + Tri-County Community Action Agency + Inactive + F42223 + L42223 + 42223@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 9493 + 1126 + 9 + 09CH010272 + 2015-12-01 + 2020-11-30 + CH + Community Action Commission of Santa Barbara County + Inactive + F37822 + L37822 + 37822@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + + + + + + 9494 + 1605 + 13 + 90CH010300 + 2015-11-16 + 2020-11-15 + CH + CDI HS/Mid Region Mississippi MS + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + + + + + + + 9495 + 367 + 7 + 07CH010264 + 2015-12-01 + 2020-11-30 + CH + Southern Iowa Economic Development Association + Inactive + F2256 + L2256 + 2256@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + + + + + + + 9496 + 1883 + 2 + 02CH010268 + 2015-12-01 + 2020-11-30 + CH + Associated Beth Rivkah Schools + Inactive + F2335 + L2335 + 2335@hsesinfo.org + F48564 + L48564 + 48564@hsesinfo.org + + + + + + + 9497 + 934 + 11 + 90CI9924 + 2015-11-01 + 2021-10-31 + CI + Ramah Navajo School Board Inc. + Active + F33086 + L33086 + 33086@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + 60 + + + + + + 9498 + 1232 + 11 + 90CI9926 + 2015-12-01 + 2021-11-30 + CI + Central Tribes of the Shawnee Area, Inc. + Active + F25722 + L25722 + 25722@hsesinfo.org + F15469 + L15469 + 15469@hsesinfo.org + 114 + 32 + + + + + 9499 + 1558 + 7 + 07CH010275 + 2015-12-01 + 2021-06-30 + CH + Northwest Community Action Partnership + Active + F49508 + L49508 + 49508@hsesinfo.org + F47025 + L47025 + 47025@hsesinfo.org + 190 + 58 + + + + + 9500 + 1397 + 6 + 06CH010276 + 2015-12-01 + 2020-11-30 + CH + Quad Area Community Action Agency Inc. + Inactive + F45654 + L45654 + 45654@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 9501 + 1605 + 13 + 90CH010302 + 2015-11-23 + 2020-11-22 + CH + CDI HS/HS South Norwalk CT + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F40193 + L40193 + 40193@hsesinfo.org + + + + + + + 9502 + 1492 + 12 + 90CM9822 + 2015-12-01 + 2020-11-30 + CM + Inspire Development Centers + Inactive + F15738 + L15738 + 15738@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + + + + + + + 9503 + 1122 + 5 + 05CH010278 + 2016-01-01 + 2020-12-31 + CH + Human Services, Inc. + Active + F49521 + L49521 + 49521@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + 311 + 80 + + + + + 9504 + 1590 + 10 + 10CH010280 + 2016-01-01 + 2020-12-31 + CH + Lewis-Clark Early Childhood Program + Inactive + F47078 + L47078 + 47078@hsesinfo.org + F46991 + L46991 + 46991@hsesinfo.org + 280 + 86 + + + + + 9505 + 1278 + 1 + 01CH010282 + 2015-12-01 + 2020-11-30 + CH + Downeast Community Partners + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 9506 + 809 + 4 + 04CH010277 + 2015-12-01 + 2021-06-30 + CH + Friends of Children of Mississippi, Inc. + Active + F33579 + L33579 + 33579@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + 2205 + 495 + + + + + 9507 + 907 + 4 + 04CH010279 + 2015-12-01 + 2020-11-30 + CH + Pearl River Valley Opportunity, Inc. + Active + F13510 + L13510 + 13510@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + + + + + + + 9508 + 1166 + 5 + 05CH010284 + 2016-01-01 + 2020-12-31 + CH + Kokomo School Corporation + Active + F13544 + L13544 + 13544@hsesinfo.org + F47912 + L47912 + 47912@hsesinfo.org + 285 + + + + + + 9509 + 1083 + 5 + 05CH010283 + 2016-01-01 + 2020-12-31 + CH + Cardinal Services, Inc. of Indiana + Active + F42090 + L42090 + 42090@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + 135 + 40 + 5 + + + + 9510 + 1759 + 4 + 04CH010288 + 2016-01-01 + 2020-12-31 + CH + Action Pathways, Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + 642 + 184 + + + + + 9511 + 1725 + 2 + 02CH010285 + 2016-01-01 + 2020-12-31 + CH + Harlem Children's Zone, Inc. + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + + + + + + + 9512 + 1497 + 5 + 05CH010286 + 2016-01-01 + 2020-12-31 + CH + Michigan Family Resources + Active + F43414 + L43414 + 43414@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + 1426 + 86 + + + + + 9513 + 1117 + 3 + 03CH010273 + 2015-12-01 + 2020-11-30 + CH + Central Susquehanna Intermediate Unit + Active + F14907 + L14907 + 14907@hsesinfo.org + F47017 + L47017 + 47017@hsesinfo.org + + + + + + + 9514 + 1694 + 2 + 02CH010274 + 2015-12-01 + 2020-11-30 + CH + Warren County Head Start, Inc. + Inactive + F32488 + L32488 + 32488@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + + + + + + + 9515 + 404 + 2 + 02CH010281 + 2016-01-01 + 2020-12-31 + CH + Shira Association, Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F48109 + L48109 + 48109@hsesinfo.org + 349 + 64 + + + + + 9516 + 1351 + 11 + 90CI9927 + 2015-12-01 + 2020-11-30 + CI + Seneca Nation of Indians + Active + F25722 + L25722 + 25722@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + + + + + + + 9517 + 266 + 5 + 05CH010289 + 2016-01-01 + 2020-12-31 + CH + Community Action Committee of Pike County, Inc. + Active + F14214 + L14214 + 14214@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + 199 + 68 + + + + + 9518 + 338 + 11 + 90CI9929 + 2016-01-01 + 2020-12-31 + CI + Aleutian Pribilof Islands Association, Inc. + Active + F15738 + L15738 + 15738@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + 65 + + + + + + 9519 + 1076 + 6 + 06CH010287 + 2015-12-01 + 2021-06-30 + CH + Greater East Texas Community Action Program + Active + F2185 + L2185 + 2185@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + 576 + 104 + + + + + 9520 + 211 + 7 + 07CH010292 + 2016-01-01 + 2020-12-31 + CH + Delta Area Economic Opportunity Corporation + Active + F47594 + L47594 + 47594@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + 952 + 72 + + + + + 9521 + 555 + 2 + 02CH010295 + 2016-01-01 + 2020-12-31 + CH + Ocean Community Economic Action Now Inc. + Active + F47557 + L47557 + 47557@hsesinfo.org + F48300 + L48300 + 48300@hsesinfo.org + 566 + + + + + + 9522 + 841 + 9 + 09CH010290 + 2016-01-01 + 2020-12-31 + CH + Fresno County Economic Opportunities Commission + Active + F47463 + L47463 + 47463@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + 2750 + 308 + + + + + 9523 + 1902 + 10 + 10CH010294 + 2016-01-01 + 2021-06-30 + CH + Okanogan County Child Development Association + Active + F47078 + L47078 + 47078@hsesinfo.org + F48538 + L48538 + 48538@hsesinfo.org + 128 + 108 + 11 + + + + 9524 + 408 + 6 + 06CH010297 + 2016-01-01 + 2021-06-30 + CH + Terrebonne Parish Consolidated Government + Active + F23929 + L23929 + 23929@hsesinfo.org + F2193 + L2193 + 2193@hsesinfo.org + 170 + + + + + + 9525 + 866 + 5 + 05CH010296 + 2016-01-01 + 2020-12-31 + CH + Riverbend Head Start and Family Services + Active + F2088 + L2088 + 2088@hsesinfo.org + F49668 + L49668 + 49668@hsesinfo.org + 507 + 286 + + + + + 9526 + 141 + 11 + 90CI9928 + 2015-12-01 + 2021-11-30 + CI + Metlakatla Indian Community + Active + F39730 + L39730 + 39730@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + 31 + + + + + + 9527 + 493 + 5 + 05CH010303 + 2016-01-01 + 2020-12-31 + CH + Northwest Michigan Community Action Agency, Inc. + Active + F2088 + L2088 + 2088@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + 654 + 263 + + + + + 9528 + 1313 + 5 + 05CH010298 + 2016-01-01 + 2020-12-31 + CH + Dane County Parent Council, Inc. + Active + F48866 + L48866 + 48866@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + 584 + 176 + 0 + 0 + + + 9529 + 347 + 7 + 07CH010299 + 2016-01-01 + 2020-12-31 + CH + Hawkeye Area Community Action Program, Inc. + Inactive + F45391 + L45391 + 45391@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + 635 + 72 + + + + + 9530 + 1605 + 13 + 90CH010318 + 2015-12-17 + 2020-12-16 + CH + CDI HS/Harrison County MS + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + + + + + + + 9531 + 263 + 11 + 90CI9930 + 2016-01-01 + 2020-12-31 + CI + Washoe Tribe of Nevada & California + Active + F33086 + L33086 + 33086@hsesinfo.org + F46932 + L46932 + 46932@hsesinfo.org + 90 + + + + + + 9532 + 310 + 11 + 90CI9933 + 2016-01-01 + 2020-12-31 + CI + San Carlos Apache Tribe + Active + F25722 + L25722 + 25722@hsesinfo.org + F45305 + L45305 + 45305@hsesinfo.org + 233 + + + + + + 9533 + 314 + 11 + 90CI9935 + 2016-01-01 + 2020-12-31 + CI + Bois Forte Reservation Tribal Council + Active + F47779 + L47779 + 47779@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + 36 + + + + + + 9535 + 360 + 11 + 90CI9934 + 2016-01-01 + 2020-12-31 + CI + The Tulalip Tribes of Washington + Active + F39730 + L39730 + 39730@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + + 74 + + + + + 9536 + 1240 + 11 + 90CI9932 + 2016-01-01 + 2020-12-31 + CI + Confederated Tribes of the Colville Reservation, The + Active + F33086 + L33086 + 33086@hsesinfo.org + F47570 + L47570 + 47570@hsesinfo.org + 115 + + + + + + 9537 + 1505 + 11 + 90CI9931 + 2016-01-01 + 2020-12-31 + CI + Confederated Tribes of Grand Ronde Indians, The + Active + F33086 + L33086 + 33086@hsesinfo.org + F42301 + L42301 + 42301@hsesinfo.org + 20 + 28 + + + + + 9538 + 1363 + 6 + 06CH010304 + 2016-01-01 + 2020-12-31 + CH + Mora Independent School District + Active + F45654 + L45654 + 45654@hsesinfo.org + F41654 + L41654 + 41654@hsesinfo.org + 51 + 64 + + + + + 9539 + 1932 + 2 + 02CH010301 + 2016-01-01 + 2020-12-31 + CH + St. Lawrence County Community Development Program, Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F48300 + L48300 + 48300@hsesinfo.org + 351 + + + + + + 9540 + 1841 + 6 + 06CH010305 + 2016-01-01 + 2020-12-31 + CH + Community Action Project of Tulsa County, Inc. + Active + F2179 + L2179 + 2179@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + 1265 + 300 + + + + + 9541 + 826 + 4 + 04CH010291 + 2016-01-01 + 2020-12-31 + CH + School Board of Polk County + Active + F33579 + L33579 + 33579@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + 942 + + + + + + 9542 + 1417 + 8 + 08CH010309 + 2016-01-01 + 2020-12-31 + CH + Salt Lake Community Action Program + Active + F3064 + L3064 + 3064@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + 1520 + 186 + + + + + 9543 + 1597 + 8 + 08CH010307 + 2016-01-01 + 2020-12-31 + CH + Child Start, Inc. + Active + F13544 + L13544 + 13544@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + 318 + + + + + + 9544 + 752 + 4 + 04CH010311 + 2016-01-01 + 2020-12-31 + CH + Telamon Corporation + Active + F13510 + L13510 + 13510@hsesinfo.org + F45392 + L45392 + 45392@hsesinfo.org + 883 + 310 + + + + + 9546 + 1208 + 9 + 09CH010310 + 2016-01-01 + 2020-12-31 + CH + Amador-Tuolumne Community Action + Active + F37822 + L37822 + 37822@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + 146 + 87 + + + + + 9547 + 1587 + 4 + 04CH010317 + 2016-01-01 + 2020-12-31 + CH + Indian River County Economic Opportunity, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + 340 + + + + + + 9548 + 199 + 4 + 04CH010293 + 2016-01-01 + 2020-12-31 + CH + Children First, Inc. + Active + F33579 + L33579 + 33579@hsesinfo.org + F46450 + L46450 + 46450@hsesinfo.org + 281 + 232 + + + + + 9549 + 256 + 4 + 04CH010316 + 2016-01-01 + 2020-12-31 + CH + Family Resource Agency, Inc. + Active + F13740 + L13740 + 13740@hsesinfo.org + F45392 + L45392 + 45392@hsesinfo.org + 472 + 72 + + + + + 9550 + 615 + 3 + 03CH010308 + 2016-01-01 + 2020-12-31 + CH + Tuscarora Intermediate Unit #11 + Active + F49609 + L49609 + 49609@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + 76 + 60 + 26 + + + + 9551 + 1249 + 1 + 01CH010306 + 2016-01-01 + 2020-12-31 + CH + United Counseling Service of Bennington County Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + 121 + + + + + + 9552 + 1535 + 1 + 01CH010313 + 2016-01-01 + 2020-12-31 + CH + Connecticut Institute for Communities, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F32486 + L32486 + 32486@hsesinfo.org + 289 + 40 + 18 + + + + 9553 + 1017 + 1 + 01CH010314 + 2016-01-01 + 2021-05-31 + CH + Community Action, Inc. + Active + F2300 + L2300 + 2300@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + 164 + 88 + 6 + + + + 9554 + 1780 + 1 + 01CH010312 + 2016-01-01 + 2020-12-31 + CH + Triumph, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + 214 + 100 + 0 + + + + 9555 + 1424 + 1 + 01CH010315 + 2016-01-01 + 2020-12-31 + CH + Rutland Community Programs, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + 117 + + + + + + 9556 + 3425 + 11 + 90CI9936 + 2016-01-01 + 2020-12-31 + CI + Pueblo of Acoma (Inc) + Active + F25722 + L25722 + 25722@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + 72 + + + + + + 9557 + 1274 + 11 + 90CI9937 + 2016-01-01 + 2020-12-31 + CI + Pueblo of Jemez + Active + F3537 + L3537 + 3537@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + 68 + + + + + + 9558 + 1048 + 2 + 02CH010320 + 2016-02-01 + 2021-01-31 + CH + The Leaguers + Active + F2340 + L2340 + 2340@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + 931 + 96 + + + + + 9559 + 142 + 2 + 02CH010319 + 2016-02-01 + 2021-01-31 + CH + Broadway Housing Communities, Inc. + Active + F47557 + L47557 + 47557@hsesinfo.org + F47389 + L47389 + 47389@hsesinfo.org + 51 + + + + + + 9560 + 1304 + 6 + 06CH010322 + 2016-02-01 + 2021-01-31 + CH + Big Five Community Services, Inc. + Active + F45654 + L45654 + 45654@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + 768 + + + + + + 9561 + 4237 + 2 + 02CH010324 + 2016-02-01 + 2021-01-31 + CH + Child Development Center of the MMCC + Active + F47557 + L47557 + 47557@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + 51 + + + + + + 9562 + 1888 + 2 + 02CH010321 + 2016-02-01 + 2021-01-31 + CH + Brooklyn Chinese-American Association Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F48300 + L48300 + 48300@hsesinfo.org + 102 + + + + + + 9564 + 769 + 2 + 02CH010323 + 2016-02-01 + 2021-01-31 + CH + Bayonne Economic Opportunity Foundation + Active + F32488 + L32488 + 32488@hsesinfo.org + F47389 + L47389 + 47389@hsesinfo.org + 156 + + + + + + 9565 + 501 + 5 + 05CH010328 + 2016-02-01 + 2021-01-31 + CH + Project Now, Inc. + Active + F2088 + L2088 + 2088@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + 330 + + + + + + 9566 + 1520 + 3 + 03CH010326 + 2016-02-01 + 2021-01-31 + CH + Head Start of Washington County, Inc. + Active + F49609 + L49609 + 49609@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + 315 + 127 + + + + + 9567 + 1664 + 3 + 03CH010325 + 2016-02-01 + 2021-01-31 + CH + Scranton Lackawanna Head Start + Active + F49595 + L49595 + 49595@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + 586 + 167 + 471 + + + + 9572 + 797 + 11 + 90CI9938 + 2016-02-01 + 2021-01-31 + CI + Mescalero Apache Tribe + Active + F39730 + L39730 + 39730@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + 120 + + + + + + 9583 + 255 + 6 + 06CH010327 + 2016-02-01 + 2021-06-30 + CH + Community Action Corporation of South Texas + Active + F13320 + L13320 + 13320@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + 1091 + 270 + + + + + 9587 + 490 + 11 + 90CI9939 + 2016-03-01 + 2021-02-28 + CI + Port Gamble S'Kallam Tribe + Active + F33086 + L33086 + 33086@hsesinfo.org + F47570 + L47570 + 47570@hsesinfo.org + 20 + 28 + + + + + 9589 + 239 + 2 + 02CH010330 + 2016-03-01 + 2021-02-28 + CH + Delaware Opportunities, Inc. + Active + F2340 + L2340 + 2340@hsesinfo.org + F48564 + L48564 + 48564@hsesinfo.org + 178 + + + + + + 9593 + 708 + 2 + 02CH010329 + 2016-03-01 + 2021-02-28 + CH + Community Action Organization of Erie County, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F13554 + L13554 + 13554@hsesinfo.org + 1983 + 205 + + + + + 9600 + 780 + 4 + 04CH010331 + 2016-04-01 + 2021-03-31 + CH + Middle Kentucky Community Action Partnership, Incorporated + Active + F48070 + L48070 + 48070@hsesinfo.org + F48069 + L48069 + 48069@hsesinfo.org + 321 + + + + + + 9601 + 731 + 11 + 90CI9940 + 2016-04-01 + 2021-03-31 + CI + Lac Du Flambeau Band of Lake Superior Chippewa Indians + Active + F25722 + L25722 + 25722@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + 51 + 47 + + + + + 9602 + 1789 + 11 + 90CI9941 + 2015-12-01 + 2020-11-30 + CI + White Mountain Apache Tribe + Active + F3537 + L3537 + 3537@hsesinfo.org + F45305 + L45305 + 45305@hsesinfo.org + + + + + + + 9604 + 1262 + 11 + 90CI9942 + 2016-05-01 + 2021-04-30 + CI + Houlton Band of Maliseet Indians + Active + F33086 + L33086 + 33086@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + 20 + + + + + + 9605 + 1048 + 2 + 02CH010335 + 2016-05-01 + 2022-01-31 + CH + The Leaguers + Active + F2340 + L2340 + 2340@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + 400 + 144 + + + + + 9606 + 1771 + 11 + 90CI9943 + 2016-05-01 + 2021-04-30 + CI + Rural America Initiatives + Active + F25722 + L25722 + 25722@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + 170 + 73 + + + + + 9607 + 1460 + 2 + 02CH010334 + 2016-05-01 + 2021-07-31 + CH + Fundacion Para el Desarrollo de Hogar Propio Incorporado + Active + F15514 + L15514 + 15514@hsesinfo.org + F48411 + L48411 + 48411@hsesinfo.org + 240 + 144 + + + + + 9608 + 1353 + 2 + 02CH010336 + 2016-05-01 + 2021-08-31 + CH + Centro de Servicios a la Juventud, Inc. + Active + F42299 + L42299 + 42299@hsesinfo.org + F48411 + L48411 + 48411@hsesinfo.org + + 60 + + + + + 9610 + 583 + 11 + 90CI9944 + 2016-05-01 + 2021-04-30 + CI + Chugachmiut + Inactive + F47779 + L47779 + 47779@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 9611 + 1202 + 7 + 07CH010338 + 2016-05-01 + 2021-04-30 + CH + Child Start, Inc. + Active + F45391 + L45391 + 45391@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + 347 + 167 + + + + + 9612 + 1605 + 13 + 90CH010340 + 2016-06-01 + 2021-05-31 + CH + CDI HS/Talladega Clay & Randolph Counties AL + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + + + + + + + 9613 + 7410 + 2 + 02CH010333 + 2016-05-01 + 2021-04-30 + CH + Municipality of Canovanas + Active + F15514 + L15514 + 15514@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + 400 + + + + + + 9614 + 204 + 11 + 90CI9945 + 2016-07-01 + 2021-06-30 + CI + ISWA Development Corporation + Active + F15738 + L15738 + 15738@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + 80 + + + + + + 9630 + 1820 + 3 + 03CH010339 + 2016-05-01 + 2021-04-30 + CH + Shippensburg University + Active + F49595 + L49595 + 49595@hsesinfo.org + F44345 + L44345 + 44345@hsesinfo.org + 63 + 40 + + + + + 9631 + 1781 + 11 + 90CI9947 + 2016-06-01 + 2021-05-31 + CI + Coquille Indian Tribe + Active + F39730 + L39730 + 39730@hsesinfo.org + F42301 + L42301 + 42301@hsesinfo.org + 20 + + + + + + 9632 + 543 + 2 + 02CH010341 + 2016-06-01 + 2021-05-31 + CH + Hopes Community Action Partnership, Inc. + Active + F2340 + L2340 + 2340@hsesinfo.org + F48564 + L48564 + 48564@hsesinfo.org + 472 + 238 + + + + + 9633 + 455 + 11 + 90CI9946 + 2016-07-01 + 2021-06-30 + CI + Bad River Band of Lake Superior Chippewa Indians + Active + F33086 + L33086 + 33086@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + 55 + + + + + + 9634 + 842 + 2 + 02CH010343 + 2016-06-01 + 2021-06-30 + CH + Puerto Rican Family Institute, Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + 830 + 184 + + + + + 9635 + 1196 + 4 + 04CH010337 + 2016-05-01 + 2021-04-30 + CH + Verner + Active + F13740 + L13740 + 13740@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + 65 + + + + + 9636 + 1641 + 8 + 08CH010345 + 2016-07-01 + 2021-06-30 + CH + Northeast South Dakota Head Start, Inc. + Active + F3064 + L3064 + 3064@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + 380 + + + + + + 9637 + 1714 + 7 + 07CH010346 + 2016-07-01 + 2021-06-30 + CH + Arkansas City Schools-USD 470 + Active + F2256 + L2256 + 2256@hsesinfo.org + F47025 + L47025 + 47025@hsesinfo.org + 147 + + + + + + 9638 + 1012 + 7 + 07CH010347 + 2016-07-01 + 2021-06-30 + CH + Jefferson Franklin Community Action Corporation + Active + F49091 + L49091 + 49091@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + 349 + 94 + + + + + 9639 + 1393 + 8 + 08CH010342 + 2016-07-01 + 2021-06-30 + CH + Wray School District Rd-2 + Active + F3032 + L3032 + 3032@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + 20 + + + + + + 9640 + 574 + 7 + 07CH010349 + 2016-07-01 + 2021-11-30 + CH + Matura Action Corporation + Active + F2256 + L2256 + 2256@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + 113 + + + + + + 9641 + 1102 + 7 + 07CH010344 + 2016-07-01 + 2021-10-31 + CH + Topeka Unified School District #501 + Inactive + F49091 + L49091 + 49091@hsesinfo.org + F45048 + L45048 + 45048@hsesinfo.org + + + + + + + 9642 + 818 + 7 + 07CH010348 + 2016-07-01 + 2020-05-31 + CH + Operation: New View + Inactive + F11828 + L11828 + 11828@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + + + + + + + 9643 + 158 + 8 + 08CH010357 + 2016-07-01 + 2021-06-30 + CH + Bismarck Public School District #1 + Active + F3032 + L3032 + 3032@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + 119 + 12 + + + + + 9644 + 1842 + 8 + 08CH010358 + 2016-07-01 + 2021-01-31 + CH + Mayville State University + Active + F47409 + L47409 + 47409@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + 70 + 55 + + + + + 9645 + 1169 + 5 + 05CH010353 + 2016-07-01 + 2021-06-30 + CH + Lake-Geauga United Head Start, Inc. + Active + F49521 + L49521 + 49521@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + 325 + + + + + + 9646 + 1138 + 5 + 05CH010351 + 2016-08-01 + 2021-07-31 + CH + Renewal Unlimited, Inc. + Active + F14214 + L14214 + 14214@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + 323 + 153 + 24 + + + + 9647 + 3561 + 5 + 05CH010352 + 2016-07-01 + 2021-01-31 + CH + The Centers for Families and Children + Active + F14214 + L14214 + 14214@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + 788 + 368 + + + + + 9648 + 349 + 2 + 02CH010362 + 2016-07-01 + 2021-12-31 + CH + Ironbound Community Corporation + Active + F2340 + L2340 + 2340@hsesinfo.org + F48564 + L48564 + 48564@hsesinfo.org + + 72 + + + + + 9649 + 843 + 5 + 05CH010356 + 2016-07-01 + 2021-06-30 + CH + Branch Intermediate School District + Active + F3061 + L3061 + 3061@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + 230 + 65 + + + + + 9650 + 543 + 2 + 02CH010374 + 2016-07-01 + 2021-06-30 + CH + Hopes Community Action Partnership, Inc. + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F48564 + L48564 + 48564@hsesinfo.org + + + + + + + 9651 + 741 + 2 + 02CH010371 + 2016-07-01 + 2021-03-31 + CH + North Hudson Community Action Corporation + Active + F2335 + L2335 + 2335@hsesinfo.org + F48300 + L48300 + 48300@hsesinfo.org + 367 + 134 + + + + + 9652 + 1937 + 4 + 04CH010379 + 2016-06-01 + 2021-10-31 + CH + Episcopal Children's Services + Active + F48070 + L48070 + 48070@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + 243 + 72 + + + + + 9653 + 1937 + 4 + 04CH010364 + 2016-06-01 + 2021-05-31 + CH + Episcopal Children's Services + Active + F48070 + L48070 + 48070@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + 736 + 472 + + + + + 9655 + 662 + 7 + 07CH010387 + 2016-07-01 + 2021-06-30 + CH + Community Action Partnership of Lancaster and Saun + Active + F45391 + L45391 + 45391@hsesinfo.org + F13558 + L13558 + 13558@hsesinfo.org + 153 + 268 + + + + + 9656 + 1530 + 7 + 07CH010350 + 2016-07-01 + 2021-06-30 + CH + Missouri Ozarks Community Action, Inc. + Active + F48871 + L48871 + 48871@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + 428 + 40 + + + + + 9657 + 1263 + 2 + 02CH010388 + 2016-07-01 + 2021-06-30 + CH + Carolina Municipality Head Start Program + Active + F15514 + L15514 + 15514@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + 586 + 132 + + + + + 9658 + 782 + 7 + 07CH010382 + 2016-07-01 + 2021-06-30 + CH + YWCA of Metro St. Louis + Active + F47594 + L47594 + 47594@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + 1205 + 257 + + + + + 9659 + 7332 + 7 + 07CH010383 + 2016-07-01 + 2021-06-30 + CH + Urban League of Metropolitan St. Louis + Active + F47594 + L47594 + 47594@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + 374 + 48 + + + + + 9660 + 1605 + 13 + 90CH010440 + 2016-07-01 + 2021-06-30 + CH + CDI HS/North Texas TX + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + + + + + + + 9661 + 1143 + 1 + 01CH010376 + 2016-07-01 + 2021-06-30 + CH + York County Community Action Corporation + Active + F14152 + L14152 + 14152@hsesinfo.org + F28233 + L28233 + 28233@hsesinfo.org + 170 + 28 + + 0 + + + 9662 + 1135 + 5 + 05CH010380 + 2016-07-01 + 2021-06-30 + CH + Clinton County Community Action Program, Inc. + Active + F43414 + L43414 + 43414@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + 102 + + + + + + 9663 + 1761 + 11 + 90CI9948 + 2016-07-01 + 2021-06-30 + CI + Havasupai Tribe + Active + F25722 + L25722 + 25722@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + 20 + + + + + + 9664 + 1194 + 5 + 05CH010355 + 2016-07-01 + 2021-06-30 + CH + Illinois Valley Economic Development Corp + Active + F44271 + L44271 + 44271@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + 215 + 24 + + + + + 9665 + 795 + 5 + 05CH010384 + 2016-07-01 + 2021-06-30 + CH + Adrian Public Schools + Active + F2088 + L2088 + 2088@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + 246 + 80 + + + + + 9666 + 7432 + 1 + 01CH010375 + 2016-07-01 + 2021-06-30 + CH + Dimock Community Services Corporation + Active + F47611 + L47611 + 47611@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + 102 + 168 + + + + + 9667 + 1317 + 1 + 01CH010398 + 2016-07-01 + 2021-06-30 + CH + Eastern Connecticut Regional Educational Service Center + Active + F14152 + L14152 + 14152@hsesinfo.org + F32486 + L32486 + 32486@hsesinfo.org + 198 + 183 + 17 + + + + 9668 + 380 + 9 + 09CH010381 + 2016-07-01 + 2021-06-30 + CH + Child Crisis Arizona + Active + F47463 + L47463 + 47463@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + 112 + + + + + 9669 + 7433 + 9 + 09CH010372 + 2016-07-01 + 2021-06-30 + CH + Catholic Charities Community Services, Inc. + Active + F47463 + L47463 + 47463@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + 723 + 158 + + + + + 9670 + 604 + 2 + 02CH010394 + 2016-07-01 + 2021-06-30 + CH + New York Foundling Hospital, The + Active + F47557 + L47557 + 47557@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + 617 + 317 + + + + + 9671 + 7434 + 2 + 02CH010402 + 2016-07-01 + 2021-06-30 + CH + La Casa de Don Pedro, Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + 343 + 168 + + + + + 9672 + 1381 + 9 + 09CH010399 + 2016-07-01 + 2021-06-30 + CH + Oakland, City of + Active + F47463 + L47463 + 47463@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + 590 + 416 + + + + + 9673 + 956 + 9 + 09CH010392 + 2016-07-01 + 2021-06-30 + CH + Parents and Children Together + Active + F37822 + L37822 + 37822@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + 449 + 313 + + + + + 9674 + 324 + 5 + 05CH010360 + 2016-07-01 + 2021-04-30 + CH + United Community Action Partnership, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + 170 + 19 + + 4 + + + 9675 + 430 + 9 + 09CH010385 + 2016-07-01 + 2021-06-30 + CH + Maricopa County Human Services + Active + F47463 + L47463 + 47463@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + 807 + 182 + + + + + 9676 + 936 + 2 + 02CH010395 + 2016-07-01 + 2021-06-30 + CH + Opportunities for Chenango, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + 138 + 88 + + + + + 9677 + 432 + 5 + 05CH010361 + 2016-07-01 + 2021-11-30 + CH + Marion Community Schools + Active + F44271 + L44271 + 44271@hsesinfo.org + F49668 + L49668 + 49668@hsesinfo.org + 126 + + + + + + 9678 + 1921 + 5 + 05CH010363 + 2016-07-01 + 2021-06-30 + CH + Garrett-Keyser-Butler Community School District + Active + F13544 + L13544 + 13544@hsesinfo.org + F49856 + L49856 + 49856@hsesinfo.org + 140 + 60 + + + + + 9679 + 950 + 2 + 02CH010409 + 2016-07-01 + 2021-06-30 + CH + Joint Council for Economic Opportunity, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + 205 + 88 + + + + + 9680 + 916 + 2 + 02CH010393 + 2016-07-01 + 2021-10-31 + CH + Astor Services for Children and Families + Active + F2340 + L2340 + 2340@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + 358 + 195 + + + + + 9681 + 823 + 11 + 90CI9949 + 2016-07-01 + 2021-06-30 + CI + Nez Perce Tribe + Active + F33086 + L33086 + 33086@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + 103 + 75 + + + + + 9682 + 1013 + 5 + 05CH010367 + 2016-07-01 + 2020-12-31 + CH + Oakland Livingston Human Service Agency + Active + F13544 + L13544 + 13544@hsesinfo.org + F47912 + L47912 + 47912@hsesinfo.org + 909 + 118 + + + + + 9683 + 4707 + 5 + 05CH010370 + 2016-07-01 + 2021-02-28 + CH + Wayne Metropolitan Community Action Agency + Active + F44271 + L44271 + 44271@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + 540 + 96 + + + + + 9684 + 7436 + 5 + 05CH010386 + 2016-07-01 + 2021-06-30 + CH + The Guidance Center + Active + F42090 + L42090 + 42090@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + 433 + 80 + + + + + 9685 + 1118 + 5 + 05CH010354 + 2016-07-01 + 2021-03-31 + CH + Reach-Up Incorporated + Active + F14214 + L14214 + 14214@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + 231 + 56 + 43 + 10 + + + 9686 + 1538 + 10 + 10CH010400 + 2016-07-01 + 2019-07-31 + CH + Bright Beginnings for Kittitas County + Inactive + F14039 + L14039 + 14039@hsesinfo.org + F2428 + L2428 + 2428@hsesinfo.org + + + + + + + 9687 + 7435 + 3 + 03CH010366 + 2016-07-01 + 2021-06-30 + CH + Child Development Centers, Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + 400 + + 40 + + + + 9688 + 634 + 9 + 09CH010405 + 2016-07-01 + 2021-06-30 + CH + Young Men's Christian Association of the East Bay + Active + F47463 + L47463 + 47463@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + 80 + 98 + + + + + 9689 + 273 + 10 + 10CH010414 + 2016-07-01 + 2021-06-30 + CH + Edmonds Community College + Active + F47078 + L47078 + 47078@hsesinfo.org + F47540 + L47540 + 47540@hsesinfo.org + 283 + 132 + + + + + 9690 + 1924 + 5 + 05CH010359 + 2016-07-01 + 2021-01-31 + CH + Rock-Walworth Comprehensive Family Services, Inc. + Active + F42090 + L42090 + 42090@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + 274 + 110 + + 12 + + + 9691 + 758 + 10 + 10CH010418 + 2016-07-01 + 2021-12-31 + CH + Neighborhood House Incorporated + Active + F43149 + L43149 + 43149@hsesinfo.org + F47540 + L47540 + 47540@hsesinfo.org + + 150 + + + + + 9692 + 512 + 4 + 04CH010368 + 2016-07-01 + 2021-06-30 + CH + Jefferson County Board of Education + Inactive + + + + F11679 + L11679 + 11679@hsesinfo.org + + + + + + + 9693 + 1811 + 10 + 10CH010413 + 2016-07-01 + 2021-10-31 + CH + Kids' Corps, Inc. + Active + F48537 + L48537 + 48537@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + 242 + 18 + + + + + 9694 + 901 + 4 + 04CH010401 + 2016-07-01 + 2021-12-31 + CH + Economic Improvement Council Inc. + Active + F2001 + L2001 + 2001@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + 500 + + + + + + 9695 + 1264 + 4 + 04CH010397 + 2016-07-01 + 2021-06-30 + CH + Action Pact, Inc. + Active + F13740 + L13740 + 13740@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + 722 + 208 + + + + + 9696 + 873 + 5 + 05CH010390 + 2016-07-01 + 2020-10-31 + CH + Southwestern Wisconsin Community Action Program + Inactive + F42090 + L42090 + 42090@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 9697 + 288 + 4 + 04CH010396 + 2016-07-01 + 2021-06-30 + CH + Charleston County School District + Active + F2001 + L2001 + 2001@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + 817 + 184 + + + + + 9698 + 1227 + 4 + 04CH010369 + 2016-07-01 + 2021-06-30 + CH + Tennessee State University + Active + F48070 + L48070 + 48070@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + + 112 + + + + + 9699 + 1667 + 10 + 10CH010412 + 2016-07-01 + 2021-06-30 + CH + Puget Sound Educational Service District + Active + F14039 + L14039 + 14039@hsesinfo.org + F45312 + L45312 + 45312@hsesinfo.org + 1134 + 196 + + + + + 9700 + 1116 + 5 + 05CH010377 + 2016-07-01 + 2021-06-30 + CH + Muskegon Area Intermediate School District + Active + F13544 + L13544 + 13544@hsesinfo.org + F47912 + L47912 + 47912@hsesinfo.org + 634 + 121 + + 22 + + + 9701 + 1349 + 4 + 04CH010403 + 2016-07-01 + 2021-10-31 + CH + North Florida Child Development, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + 163 + 148 + + + + + 9702 + 369 + 4 + 04CH010407 + 2016-07-01 + 2021-12-31 + CH + Southeast Alabama Regional Plan Development Commission + Active + F48070 + L48070 + 48070@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + 284 + 32 + + + + + 9703 + 953 + 4 + 04CH010417 + 2016-07-01 + 2021-04-30 + CH + Children's Home Society of Florida, The + Active + F2065 + L2065 + 2065@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + + 94 + + + + + 9704 + 587 + 4 + 04CH010415 + 2016-07-01 + 2021-09-30 + CH + Ninth District Opportunity, Inc. + Active + F13740 + L13740 + 13740@hsesinfo.org + F45392 + L45392 + 45392@hsesinfo.org + 2011 + 136 + + + + + 9705 + 444 + 4 + 04CH010365 + 2016-07-01 + 2021-06-30 + CH + Ohio Valley Educational Cooperative + Active + F33579 + L33579 + 33579@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + 48 + + + + + + 9706 + 339 + 5 + 05CH010391 + 2016-07-01 + 2021-06-30 + CH + Starfish Family Services, Inc. + Active + F44271 + L44271 + 44271@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + 319 + 73 + + + + + 9707 + 677 + 5 + 05CH010389 + 2016-07-01 + 2018-10-31 + CH + Charter, County of Wayne, Michigan + Inactive + + + + F2147 + L2147 + 2147@hsesinfo.org + + + + + + + 9708 + 1557 + 4 + 04CH010425 + 2016-07-01 + 2021-12-31 + CH + Hinds County Human Resource Agency + Active + F2001 + L2001 + 2001@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + 1834 + 104 + + + + + 9709 + 1162 + 4 + 04CH010410 + 2016-07-01 + 2021-01-31 + CH + AJFC Community Action Agency, Inc. + Active + F2001 + L2001 + 2001@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + 796 + 80 + + + + + 9711 + 1372 + 4 + 04CH010408 + 2016-07-01 + 2021-06-30 + CH + McDowell County Board of Education + Active + F13740 + L13740 + 13740@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + 120 + 60 + + + + + 9712 + 135 + 4 + 04CH010423 + 2016-07-01 + 2021-06-30 + CH + Berkeley County School District + Active + F46632 + L46632 + 46632@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + 617 + + + + + + 9713 + 474 + 4 + 04CH010416 + 2016-07-01 + 2021-06-30 + CH + Northwest Tennessee Economic Development Council + Active + F46632 + L46632 + 46632@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + 1008 + 172 + + + + + 9714 + 509 + 6 + 06CH010420 + 2016-07-01 + 2021-06-30 + CH + Hidalgo County Head Start Program + Active + F2179 + L2179 + 2179@hsesinfo.org + F44340 + L44340 + 44340@hsesinfo.org + 3690 + + + + + + 9715 + 653 + 4 + 04CH010426 + 2016-07-01 + 2021-06-30 + CH + Middle Georgia Community Action Agency + Active + F2001 + L2001 + 2001@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + 935 + + + + + + 9716 + 592 + 10 + 10CH010421 + 2016-07-01 + 2021-12-31 + CH + Western Idaho Community Action Partnership + Active + F43149 + L43149 + 43149@hsesinfo.org + F45312 + L45312 + 45312@hsesinfo.org + 407 + 150 + + + + + 9717 + 930 + 10 + 10CH010422 + 2016-07-01 + 2021-06-30 + CH + College of Southern Idaho + Active + F43149 + L43149 + 43149@hsesinfo.org + F45312 + L45312 + 45312@hsesinfo.org + 469 + 92 + + + + + 9718 + 754 + 6 + 06CH010428 + 2016-07-01 + 2021-06-30 + CH + Ozark Opportunities, Inc. + Active + F45654 + L45654 + 45654@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + 232 + 48 + + + + + 9720 + 655 + 6 + 06CH010434 + 2016-07-01 + 2021-05-31 + CH + Jefferson Parish Council + Active + F2179 + L2179 + 2179@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + 569 + 136 + + + + + 9721 + 7437 + 6 + 06CH010435 + 2016-07-01 + 2021-06-30 + CH + Caddo Parish Commission + Active + F45654 + L45654 + 45654@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + 1564 + 84 + + + + + 9722 + 1086 + 6 + 06CH010427 + 2016-07-01 + 2021-06-30 + CH + Evangeline Community Action Agency, Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F15375 + L15375 + 15375@hsesinfo.org + 232 + + + + + + 9723 + 137 + 6 + 06CH010437 + 2016-07-01 + 2021-06-30 + CH + Vernon Parish School Board + Active + F45391 + L45391 + 45391@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + 230 + + + + + + 9724 + 168 + 6 + 06CH010424 + 2016-07-01 + 2021-06-30 + CH + El Grito, Inc. Head Start + Active + F45391 + L45391 + 45391@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + 144 + 24 + + + + + 9725 + 1300 + 4 + 04CH010406 + 2016-07-01 + 2021-06-30 + CH + Union County Community Action, Inc. + Active + F13510 + L13510 + 13510@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + 440 + 130 + + + + + 9726 + 750 + 4 + 04CH010373 + 2016-07-01 + 2021-06-30 + CH + Duplin County Board of Education + Active + F13740 + L13740 + 13740@hsesinfo.org + F45392 + L45392 + 45392@hsesinfo.org + 172 + + + + + + 9727 + 752 + 5 + 05CH010441 + 2016-07-01 + 2021-06-30 + CH + Telamon Corporation + Active + F2088 + L2088 + 2088@hsesinfo.org + F47912 + L47912 + 47912@hsesinfo.org + 410 + 48 + + + + + 9728 + 1158 + 6 + 06CH010438 + 2016-07-01 + 2021-06-30 + CH + Wewoka Public Schools + Active + F45391 + L45391 + 45391@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + 214 + + + + + + 9729 + 7438 + 6 + 06CH010439 + 2016-07-01 + 2021-06-30 + CH + Southwest Oklahoma Community Action Group, Inc. + Active + F45654 + L45654 + 45654@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + 178 + 61 + + + + + 9730 + 1289 + 6 + 06CH010419 + 2016-07-01 + 2021-06-30 + CH + West Texas Opportunities, Inc. + Active + F2179 + L2179 + 2179@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + 273 + 144 + + + + + 9731 + 1080 + 6 + 06CH010433 + 2016-07-01 + 2021-06-30 + CH + South Plains Community Action Association, Inc. + Active + F13320 + L13320 + 13320@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + 950 + 144 + + + + + 9732 + 733 + 3 + 03CH010411 + 2016-07-01 + 2021-06-30 + CH + County of Fairfax + Active + F49609 + L49609 + 49609@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + 434 + 224 + + + + + 9733 + 1342 + 2 + 02CH010378 + 2016-07-01 + 2021-06-30 + CH + Taller Educativo de Caguas + Active + F15514 + L15514 + 15514@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + 120 + + + + + + 9735 + 107 + 6 + 06CH010436 + 2016-07-01 + 2021-06-30 + CH + Youth Development Inc. + Active + F48667 + L48667 + 48667@hsesinfo.org + F41654 + L41654 + 41654@hsesinfo.org + 812 + 312 + + + + + 9736 + 694 + 3 + 03CH010429 + 2016-07-01 + 2021-11-30 + CH + Chester County Intermediate Unit + Active + F49609 + L49609 + 49609@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + 232 + 60 + 117 + + + + 9737 + 874 + 3 + 03CH010431 + 2016-07-01 + 2021-06-30 + CH + Y M C A of Central Maryland, Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F44345 + L44345 + 44345@hsesinfo.org + 316 + 40 + + + + + 9738 + 1652 + 4 + 04CH010404 + 2016-07-01 + 2021-06-30 + CH + Darlington County Community Action Agency + Active + F13740 + L13740 + 13740@hsesinfo.org + F45392 + L45392 + 45392@hsesinfo.org + 300 + + + + + + 9739 + 1211 + 3 + 03CH010442 + 2016-07-01 + 2021-06-30 + CH + Private Industry Council of Westmoreland/Fayette, Incor + Active + F2402 + L2402 + 2402@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + 456 + 324 + 100 + + + + 9740 + 878 + 3 + 03CH010430 + 2016-07-01 + 2021-06-30 + CH + Blueprints + Active + F2402 + L2402 + 2402@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + 459 + 116 + 107 + 42 + + + 9741 + 793 + 3 + 03CH010432 + 2016-07-01 + 2021-06-30 + CH + Seton Hill Child Services, Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + 122 + + 44 + + + + 9742 + 478 + 3 + 03CH010443 + 2016-07-01 + 2021-06-30 + CH + Westmoreland Human Opportunities, Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + 280 + 104 + 111 + + + + 9743 + 130 + 11 + 90CI009950 + 2016-09-01 + 2021-08-31 + CI + The Coeur D'Alene Tribe + Active + F25722 + L25722 + 25722@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + 36 + 40 + + + + + 9744 + 718 + 11 + 90CI009952 + 2016-09-01 + 2021-08-31 + CI + Gila River Indian Community + Active + F33086 + L33086 + 33086@hsesinfo.org + F42301 + L42301 + 42301@hsesinfo.org + 203 + 92 + + + + + 9745 + 352 + 11 + 90CI009953 + 2016-08-01 + 2021-07-31 + CI + Fond du lac Band of Lake Superior Chippewa + Active + F39730 + L39730 + 39730@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + 102 + 80 + + + + + 9746 + 207 + 5 + 05CH010444 + 2016-08-01 + 2021-07-31 + CH + Lorain County Community Action Agency, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F47912 + L47912 + 47912@hsesinfo.org + 891 + 40 + + + + + 9748 + 1147 + 2 + 02CH010445 + 2016-08-01 + 2021-07-31 + CH + Mohawk Valley Community Action Agency, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + 119 + + + + + + 9750 + 3426 + 11 + 90CI009954 + 2016-09-01 + 2021-08-31 + CI + Fairbanks Native Association + Active + F39730 + L39730 + 39730@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + 167 + 136 + + + + + 9752 + 1340 + 11 + 90CI009955 + 2016-09-01 + 2021-08-31 + CI + Confederated Tribes of the Umatilla Indian Reservation + Active + F15738 + L15738 + 15738@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + 40 + + + + + + 9816 + 318 + 1 + 01CH010446 + 2016-09-01 + 2021-08-21 + CH + Tri-County Community Action Agency + Active + F42223 + L42223 + 42223@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + 68 + 30 + 8 + + + + 9818 + 1605 + 13 + 90CH010450 + 2016-09-01 + 2021-08-31 + CH + CDI HS/Prince Georges County MD + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F27052 + L27052 + 27052@hsesinfo.org + + + + + + + 9819 + 444 + 4 + 04CH010447 + 2016-09-01 + 2021-08-31 + CH + Ohio Valley Educational Cooperative + Active + F33579 + L33579 + 33579@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + 17 + 20 + + + + + 9820 + 7501 + 4 + 04CH010449 + 2016-09-01 + 2021-08-31 + CH + Reach One Teach One, INC + Inactive + F2001 + L2001 + 2001@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + + + + + + + 9821 + 7502 + 6 + 06CH010448 + 2016-09-01 + 2021-10-31 + CH + Prime Time Family Reading + Active + F2179 + L2179 + 2179@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + 505 + + + + + + 9831 + 317 + 11 + 90CI009956 + 2016-11-01 + 2021-10-31 + CI + Big Sandy Rancheria of Western Mono Indians of California + Active + F47779 + L47779 + 47779@hsesinfo.org + F46932 + L46932 + 46932@hsesinfo.org + 20 + + + + + + 9832 + 374 + 11 + 90CI009957 + 2016-11-01 + 2021-10-31 + CI + Jicarilla Apache Nation + Active + F3537 + L3537 + 3537@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + 102 + 60 + + + + + 9833 + 7507 + 7 + 07CH010451 + 2016-11-01 + 2018-06-30 + CH + Loving Arms Learning Center + Inactive + + + + F12903 + L12903 + 12903@hsesinfo.org + + + + + + + 9834 + 7508 + 6 + 06CH010454 + 2016-11-01 + 2020-05-31 + CH + Brazos Valley Community Action Program + Inactive + + + + F44340 + L44340 + 44340@hsesinfo.org + + + + + + + 9835 + 365 + 6 + 06CH010455 + 2016-11-01 + 2021-10-31 + CH + Region VII Education Service Center + Active + F13320 + L13320 + 13320@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + 85 + + + + + + 9836 + 600 + 11 + 90CI009958 + 2016-12-01 + 2021-11-30 + CI + Chickasaw Nation + Active + F47779 + L47779 + 47779@hsesinfo.org + F15469 + L15469 + 15469@hsesinfo.org + 240 + + + + + + 9837 + 1605 + 13 + 90CH010458 + 2016-12-01 + 2021-11-30 + CH + CDI HS/East Virginia, VA + Active + F33086 + L33086 + 33086@hsesinfo.org + F48422 + L48422 + 48422@hsesinfo.org + 105 + + + + + + 9838 + 7510 + 6 + 06CH010452 + 2016-12-01 + 2021-11-30 + CH + Little Bitty City Therapeutic Services LLC + Active + F2185 + L2185 + 2185@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + 209 + + + + + + 9839 + 1886 + 4 + 04CH010456 + 2017-01-01 + 2021-12-31 + CH + Macon Bibb County Economic Opportunity Council Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + 587 + 100 + + + + + 9840 + 1605 + 13 + 90CH010459 + 2016-12-01 + 2020-11-30 + CH + CDI HS/ Toa Baja, PR + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + + + + + + + 9841 + 636 + 11 + 90BF000001 + 2016-12-01 + 2019-11-30 + BF + Tanana Chiefs Conference + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 9842 + 701 + 12 + 90CM009823 + 2017-02-01 + 2022-01-31 + CM + UMOS, Inc. + Inactive + F11856 + L11856 + 11856@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + + + + + + + 9843 + 361 + 11 + 90CI009960 + 2017-01-01 + 2021-12-31 + CI + Central Council Tlingit and Haida Indian Tribes of Alaska + Active + F39730 + L39730 + 39730@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + 262 + + + + + + 9844 + 1427 + 11 + 90CI009959 + 2017-01-01 + 2020-12-31 + CI + Karuk Tribe + Active + F47779 + L47779 + 47779@hsesinfo.org + F42301 + L42301 + 42301@hsesinfo.org + 54 + + + + + + 9845 + 565 + 11 + 90CI009963 + 2017-01-01 + 2021-12-31 + CI + Zuni, Pueblo of + Active + F25722 + L25722 + 25722@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + 153 + + + + + + 9846 + 1474 + 11 + 90CI009962 + 2017-01-01 + 2021-12-31 + CI + The Standing Rock Sioux Tribe + Active + F3537 + L3537 + 3537@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + 178 + 67 + + + + + 9847 + 1725 + 2 + 02CH010457 + 2017-01-01 + 2020-12-31 + CH + Harlem Children's Zone + Active + F2340 + L2340 + 2340@hsesinfo.org + F47389 + L47389 + 47389@hsesinfo.org + + 110 + + + + + 9848 + 687 + 11 + 90CI009964 + 2017-02-01 + 2022-01-31 + CI + Quechan Indian Tribe + Active + F25722 + L25722 + 25722@hsesinfo.org + F45305 + L45305 + 45305@hsesinfo.org + 87 + + + + + + 9925 + 7220 + 6 + 06HP000052 + 2017-03-01 + 2021-08-31 + HP + Boys Town Louisiana, Inc. + Active + F45654 + L45654 + 45654@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + 80 + + + + + 9926 + 1036 + 2 + 02HP000056 + 2017-03-01 + 2021-08-31 + HP + Caguas Municipality + Active + F2342 + L2342 + 2342@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + 112 + + + + + 9927 + 1824 + 8 + 08HP000063 + 2017-03-01 + 2021-08-31 + HP + A.W.A.R.E., Inc. + Active + F13544 + L13544 + 13544@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + 104 + + + + + 9928 + 499 + 2 + 02HP000054 + 2017-03-01 + 2021-08-31 + HP + Northwest New Jersey Community Action Program, Incorporated + Active + F2340 + L2340 + 2340@hsesinfo.org + F48300 + L48300 + 48300@hsesinfo.org + + 64 + + + + + 9929 + 990 + 2 + 02HP000058 + 2017-03-01 + 2021-08-31 + HP + Yeshiva Kehilath Yakove, Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F48411 + L48411 + 48411@hsesinfo.org + + 24 + + + + + 9930 + 467 + 2 + 02HP000053 + 2017-03-01 + 2021-11-30 + HP + Community Program Centers of Long Island, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F32828 + L32828 + 32828@hsesinfo.org + + 48 + + + + + 9931 + 1745 + 2 + 02HP000061 + 2017-03-01 + 2021-08-31 + HP + Quintana Baptist Church Head Start Program + Active + F2342 + L2342 + 2342@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + + 104 + + + + + 9932 + 1841 + 6 + 06HP000065 + 2017-03-01 + 2021-08-31 + HP + Community Action Project of Tulsa County, Inc. + Active + F2179 + L2179 + 2179@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + + 128 + + + + + 9933 + 617 + 6 + 06HP000075 + 2017-03-01 + 2021-08-31 + HP + Sunbeam Family Services Inc. + Active + F2179 + L2179 + 2179@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + 86 + + + + + 9934 + 1450 + 11 + 90HI000016 + 2017-03-01 + 2021-08-31 + HI + Kenaitze Indian Tribe + Active + F15738 + L15738 + 15738@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + 48 + + + + + 9935 + 1411 + 2 + 02HP000068 + 2017-03-01 + 2021-08-31 + HP + Acelero, Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F2359 + L2359 + 2359@hsesinfo.org + + 176 + + + + + 9936 + 1475 + 6 + 06HP000071 + 2017-03-01 + 2021-08-31 + HP + Black River Area Development Corporation + Active + F45654 + L45654 + 45654@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + + 88 + + + + + 9937 + 1211 + 3 + 03HP000059 + 2017-03-01 + 2021-08-31 + HP + Private Industry Council of Westmoreland/Fayette, Incor + Active + F2402 + L2402 + 2402@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + + 72 + + + + + 9938 + 960 + 4 + 04HP000076 + 2017-03-01 + 2021-08-31 + HP + Mid Florida Community Services, Inc. + Active + F13510 + L13510 + 13510@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + + 112 + + + + + 9939 + 7590 + 4 + 04HP000067 + 2017-03-01 + 2021-08-31 + HP + Le Jardin Community Center, Inc. + Active + F13740 + L13740 + 13740@hsesinfo.org + F46450 + L46450 + 46450@hsesinfo.org + + 144 + + + + + 9940 + 1886 + 4 + 04HP000074 + 2017-03-01 + 2021-08-31 + HP + Macon Bibb County Economic Opportunity Council Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + + 96 + + + + + 9941 + 376 + 1 + 01HP000057 + 2017-03-01 + 2021-08-31 + HP + Action for Boston Community Development, Inc. + Active + F47611 + L47611 + 47611@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + 124 + + + + + 9942 + 809 + 4 + 04HP000072 + 2017-03-01 + 2021-08-31 + HP + Friends of Children of Mississippi, Inc. + Active + F33579 + L33579 + 33579@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + + 64 + + + + + 9943 + 943 + 2 + 02HP000066 + 2017-03-01 + 2021-08-31 + HP + University Settlement Society of New York + Active + F2340 + L2340 + 2340@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + 72 + + + + + 9944 + 1241 + 4 + 04HP000062 + 2017-03-01 + 2021-08-31 + HP + South Carolina First Steps to School Readiness + Inactive + + + + F24442 + L24442 + 24442@hsesinfo.org + + + + + + + 9945 + 1249 + 1 + 01HP000060 + 2017-03-01 + 2021-08-31 + HP + United Counseling Service of Bennington County, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + + 48 + + + + + 9946 + 1818 + 4 + 04HP000073 + 2017-03-01 + 2021-08-31 + HP + Gulf Regional Early Childhood Services, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + + 88 + + + + + 9947 + 435 + 10 + 10HP000086 + 2017-03-01 + 2021-08-31 + HP + Mt Hood Community College + Active + F43149 + L43149 + 43149@hsesinfo.org + F48097 + L48097 + 48097@hsesinfo.org + + 32 + + + + + 9948 + 1465 + 10 + 10HP000088 + 2017-03-01 + 2021-08-31 + HP + Washington State Community College District 17 + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F46991 + L46991 + 46991@hsesinfo.org + + 48 + + + + + 9949 + 1042 + 10 + 10HP000087 + 2017-03-01 + 2021-08-31 + HP + Educational Service District 112 + Active + F48537 + L48537 + 48537@hsesinfo.org + F47540 + L47540 + 47540@hsesinfo.org + + 84 + + + + + 9950 + 1761 + 11 + 90HI000017 + 2017-03-01 + 2021-08-31 + HI + Havasupai Tribe + Active + F25722 + L25722 + 25722@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + + 16 + + + + + 9951 + 891 + 12 + 90HM000009 + 2017-03-01 + 2021-08-31 + HM + Riverside County Office of Education + Active + F3537 + L3537 + 3537@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + + 167 + + + + + 9952 + 668 + 12 + 90HM000008 + 2017-03-01 + 2021-08-31 + HM + Community Council of Idaho, Inc. + Active + F39730 + L39730 + 39730@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + + 28 + + + + + 9953 + 6441 + 6 + 06HP000078 + 2017-03-01 + 2021-08-31 + HP + Children's Coalition for Northeast Louisiana, Inc. The + Active + F45654 + L45654 + 45654@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + + 72 + + + + + 9954 + 7591 + 11 + 90HI000018 + 2017-03-01 + 2021-08-31 + HI + Delaware Tribe of Indians + Active + F25722 + L25722 + 25722@hsesinfo.org + F15469 + L15469 + 15469@hsesinfo.org + + 80 + + + + + 9955 + 407 + 10 + 10HP000092 + 2017-03-01 + 2021-08-31 + HP + CCS Early Learning + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + + 0 + + + + + 9956 + 310 + 11 + 90HI000019 + 2017-03-01 + 2021-08-31 + HI + San Carlos Apache Tribe + Active + F25722 + L25722 + 25722@hsesinfo.org + F45305 + L45305 + 45305@hsesinfo.org + + 75 + + + + + 9957 + 5 + 6 + 06HP000079 + 2017-03-01 + 2021-08-31 + HP + Arkansas Department of Human Services + Active + F2179 + L2179 + 2179@hsesinfo.org + F15375 + L15375 + 15375@hsesinfo.org + + 168 + + + + + 9958 + 4530 + 8 + 08HP000064 + 2017-03-01 + 2021-08-31 + HP + Mile High Montessori Early Learning Centers + Active + F3064 + L3064 + 3064@hsesinfo.org + F3062 + L3062 + 3062@hsesinfo.org + + 80 + + + + + 9959 + 226 + 3 + 03HP000069 + 2017-03-01 + 2021-08-31 + HP + Edward C. Mazique Parent Child Center, Inc. + Active + F49609 + L49609 + 49609@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + 156 + + + + + 9960 + 161 + 6 + 06HP000077 + 2017-03-01 + 2021-08-31 + HP + Regina Coeli Child Development Center, Inc. + Active + F2185 + L2185 + 2185@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + + 104 + + + + + 9961 + 671 + 7 + 07HP000084 + 2017-03-01 + 2021-08-31 + HP + Mid America Regional Council + Active + F45391 + L45391 + 45391@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + + 84 + + + + + 9962 + 765 + 7 + 07HP000085 + 2017-03-01 + 2021-08-31 + HP + Economic Security Corp of Southwest Area + Active + F47594 + L47594 + 47594@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + + 74 + + + + + 9963 + 1835 + 3 + 03HP000049 + 2017-03-01 + 2021-08-31 + HP + Scott County Public School Head Start + Active + F49609 + L49609 + 49609@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + + 24 + + + + + 9964 + 484 + 4 + 04HP000083 + 2017-03-01 + 2021-08-31 + HP + Step-Up Suncoast, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + + 80 + + + + + 9965 + 7188 + 4 + 04HP000081 + 2017-03-01 + 2021-08-31 + HP + United Way of Miami-Dade, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + + 200 + + + + + 9966 + 1078 + 4 + 04HP000080 + 2017-03-01 + 2021-08-31 + HP + Gateway Community Services Organization, Inc. + Active + F48070 + L48070 + 48070@hsesinfo.org + F48069 + L48069 + 48069@hsesinfo.org + + 72 + + + + + 9967 + 1307 + 4 + 04HP000082 + 2017-03-01 + 2021-08-31 + HP + Chapel Hill Training-Outreach Project, Inc. + Active + F48070 + L48070 + 48070@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + + 160 + + + + + 9968 + 803 + 4 + 04HP000070 + 2017-03-01 + 2021-08-31 + HP + Guilford Child Development + Active + F46632 + L46632 + 46632@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + 136 + + + + + 9969 + 355 + 4 + 04HP000090 + 2017-03-01 + 2021-08-31 + HP + Greene Lamp Inc. + Active + F2001 + L2001 + 2001@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + + 73 + + + + + 9970 + 486 + 12 + 90HM000010 + 2017-03-01 + 2021-08-31 + HM + Community Action Partnership of San Luis Obispo County, Inc. + Active + F15738 + L15738 + 15738@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + + 116 + + + + + 9971 + 6102 + 3 + 03HP000051 + 2017-03-01 + 2021-08-31 + HP + Bright Beginnings Inc. + Active + F14907 + L14907 + 14907@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + 64 + + + + + 9972 + 1923 + 7 + 07HP000102 + 2017-03-01 + 2021-08-31 + HP + South Central Missouri Community Action Agency + Active + F48871 + L48871 + 48871@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + + 72 + + + + + 9973 + 430 + 9 + 09HP000105 + 2017-03-01 + 2021-08-31 + HP + Maricopa County Human Services + Active + F47463 + L47463 + 47463@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + + 96 + + + + + 9974 + 9 + 3 + 03HP000050 + 2017-03-01 + 2021-08-31 + HP + Delaware Department of Education + Active + F49609 + L49609 + 49609@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + + 72 + + + + + 9975 + 4449 + 2 + 02HP000089 + 2017-03-01 + 2021-08-31 + HP + Southeast Bronx Neighborhood Centers, Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F47389 + L47389 + 47389@hsesinfo.org + + 100 + + + + + 9976 + 1057 + 3 + 03HP000055 + 2017-03-01 + 2021-08-31 + HP + Council of Three Rivers American Indian Center + Active + F2402 + L2402 + 2402@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + + 150 + + + + + 9977 + 7218 + 6 + 06HP000094 + 2017-03-01 + 2021-08-31 + HP + Center for Transforming Lives + Active + F2179 + L2179 + 2179@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + + 72 + + + + + 9978 + 923 + 6 + 06HP000113 + 2017-03-01 + 2021-08-31 + HP + North Central Arkansas Development Council, Inc. + Active + F45391 + L45391 + 45391@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + + 80 + + + + + 9979 + 805 + 5 + 05HP000097 + 2017-03-01 + 2021-08-31 + HP + Pace Community Action Agency, Inc. + Active + F49521 + L49521 + 49521@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + + 32 + + + + + 9980 + 3543 + 5 + 05HP000104 + 2017-03-01 + 2021-08-31 + HP + Genesee Intermediate School District + Active + F44271 + L44271 + 44271@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + + 168 + + + + + 9981 + 7592 + 5 + 05HP000098 + 2017-03-01 + 2021-08-31 + HP + Early Learning Neighborhood Collaborative + Active + F13544 + L13544 + 13544@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + + 88 + + + + + 9982 + 832 + 5 + 05HP000093 + 2017-03-01 + 2021-08-31 + HP + Genesee County + Active + F49521 + L49521 + 49521@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + + 104 + + + + + 9983 + 418 + 5 + 05HP000100 + 2017-03-01 + 2020-08-31 + HP + Fivecap, Inc. + Inactive + F43414 + L43414 + 43414@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + + + + + + 9984 + 794 + 5 + 05HP000107 + 2017-03-01 + 2021-08-31 + HP + Great Lakes Community Action Partnership + Active + F2088 + L2088 + 2088@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + + 320 + + + + + 9985 + 1746 + 6 + 06HP000108 + 2017-03-01 + 2021-08-31 + HP + Rolling Plains Management Corporation + Active + F13320 + L13320 + 13320@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + 60 + + + + + 9986 + 523 + 6 + 06HP000110 + 2017-03-01 + 2021-08-31 + HP + Motivation Education & Training, Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + + 168 + + + + + 9987 + 873 + 5 + 05HP000101 + 2017-03-01 + 2021-08-31 + HP + Southwestern Wisconsin Community Action Program + Active + F42090 + L42090 + 42090@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + + 52 + + + + + 9988 + 1411 + 5 + 05HP000096 + 2017-03-01 + 2021-08-31 + HP + Acelero, Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F13894 + L13894 + 13894@hsesinfo.org + + 144 + + + + + 9989 + 7598 + 9 + 09HP000109 + 2017-03-01 + 2021-08-31 + HP + Urban Strategies, LLC + Active + F14155 + L14155 + 14155@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + 72 + + + + + 9990 + 1812 + 9 + 09HP000111 + 2017-03-01 + 2021-08-31 + HP + Contra Costa County Community Services + Active + F14155 + L14155 + 14155@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + + 262 + + + + + 9991 + 7164 + 9 + 09HP000114 + 2017-03-01 + 2021-08-31 + HP + Plaza Community Center, Inc. + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + + + + + + 9992 + 7596 + 9 + 09HP000106 + 2017-03-01 + 2021-08-31 + HP + Kidango, Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + + 120 + + + + + 9993 + 7597 + 9 + 09HP000115 + 2017-03-01 + 2021-08-31 + HP + Los Angeles Universal Preschool + Active + F37822 + L37822 + 37822@hsesinfo.org + F35663 + L35663 + 35663@hsesinfo.org + + 102 + + + + + 9994 + 7595 + 5 + 05HP000099 + 2017-03-01 + 2021-08-31 + HP + YWCA Metropolitan Chicago + Active + F42090 + L42090 + 42090@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + 164 + + + + + 9995 + 1013 + 5 + 05HP000091 + 2017-03-01 + 2021-08-31 + HP + Oakland Livingston Human Service Agency + Active + F13544 + L13544 + 13544@hsesinfo.org + F47912 + L47912 + 47912@hsesinfo.org + + 64 + + + + + 9996 + 1411 + 9 + 09HP000112 + 2017-03-01 + 2021-08-31 + HP + Acelero, Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + 84 + + + + + 9997 + 1843 + 11 + 90CI009965 + 2017-04-01 + 2022-03-31 + CI + Confederated Tribes and Bands of the Yakama Nation, The + Active + F33086 + L33086 + 33086@hsesinfo.org + F47570 + L47570 + 47570@hsesinfo.org + 171 + + + + + + 9998 + 1221 + 9 + 09HP000103 + 2017-03-01 + 2021-08-31 + HP + Crystal Stairs, Inc. + Active + F14155 + L14155 + 14155@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + 88 + + + + + 9999 + 581 + 5 + 05HP000095 + 2017-03-01 + 2021-08-31 + HP + Chicago Commons Association + Active + F44271 + L44271 + 44271@hsesinfo.org + F2121 + L2121 + 2121@hsesinfo.org + + 72 + + + + + 10000 + 486 + 9 + 09CH010460 + 2017-04-01 + 2022-03-31 + CH + Community Action Partnership of San Luis Obispo County, Inc. + Active + F47463 + L47463 + 47463@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + 314 + 94 + + + + + 10001 + 1605 + 13 + 90CH010461 + 2017-04-15 + 2022-04-14 + CH + CDI HS/North West Colorado Migrant Seasonal, CO + Active + F33086 + L33086 + 33086@hsesinfo.org + F48422 + L48422 + 48422@hsesinfo.org + 180 + + + + + + 10002 + 678 + 6 + 06CH010462 + 2017-05-01 + 2022-04-30 + CH + Abilene Independent School District + Active + F2185 + L2185 + 2185@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + 380 + 141 + + + + + 10003 + 1986 + 8 + 08CH010463 + 2017-05-01 + 2022-04-30 + CH + Colorado Early Education Network + Active + F3064 + L3064 + 3064@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + 562 + + + + + + 10004 + 1749 + 1 + 01CH010464 + 2017-05-01 + 2022-04-30 + CH + Riverside Community Care, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + + 80 + + + + + 10005 + 1792 + 1 + 01CH010465 + 2017-05-01 + 2022-04-30 + CH + Pathways for Children, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F28233 + L28233 + 28233@hsesinfo.org + 294 + 16 + + + + + 10006 + 1605 + 13 + 90CH010469 + 2017-06-01 + 2022-05-31 + CH + CDI HS/Cabarrus County, NC + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + + + + + + + 10040 + 1918 + 11 + 90CI009966 + 2017-06-01 + 2022-05-31 + CI + Council of Athabascan Tribal Governments + Active + F25722 + L25722 + 25722@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + + 30 + + + + + 10041 + 1726 + 2 + 02CH010468 + 2017-06-01 + 2022-05-31 + CH + Tri-County Community Action Agency Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + + 93 + + + + + 10042 + 605 + 2 + 02CH010467 + 2017-06-01 + 2022-05-31 + CH + Northside Center for Child Development + Active + F32488 + L32488 + 32488@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + 63 + 81 + + + + + 10043 + 929 + 9 + 09CH010471 + 2017-06-01 + 2022-05-31 + CH + Children's Institute, Inc. + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + 68 + + + + + 10044 + 1541 + 3 + 03CH010472 + 2017-06-01 + 2022-05-31 + CH + Hampton Roads Community Action Program, Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + 800 + + + + + + 10045 + 1411 + 3 + 03CH010473 + 2017-07-01 + 2022-06-30 + CH + Acelero, Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + 448 + 32 + + + + + 10046 + 897 + 4 + 04CH010470 + 2017-06-01 + 2022-05-31 + CH + Sumter County Opportunity, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + + 104 + + + + + 10047 + 7632 + 4 + 04CH010477 + 2017-06-01 + 2022-05-31 + CH + The Black Belt Community Foundation + Active + F48070 + L48070 + 48070@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + 307 + + + + + + 10048 + 1605 + 13 + 90CH010500 + 2017-06-21 + 2022-06-20 + CH + CDI HS/ Chilton, Autauga, Shelby and Elmore, AL + Active + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + 411 + 104 + + + + + 10049 + 3741 + 6 + 06CH010478 + 2017-07-01 + 2022-06-30 + CH + BCFS Education Services + Active + F48667 + L48667 + 48667@hsesinfo.org + F28510 + L28510 + 28510@hsesinfo.org + 450 + + + + + + 10050 + 6124 + 5 + 05CH010476 + 2017-07-01 + 2022-06-30 + CH + New St. Paul Head Start Agency, Inc. + Active + F14214 + L14214 + 14214@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + 559 + 211 + + + + + 10051 + 681 + 7 + 07CH010479 + 2017-07-01 + 2022-06-30 + CH + Unified School District 373 + Active + F49091 + L49091 + 49091@hsesinfo.org + F45048 + L45048 + 45048@hsesinfo.org + 130 + + + + + + 10053 + 1677 + 4 + 04CH010481 + 2017-07-01 + 2022-06-30 + CH + School Board of Brevard County + Active + F2065 + L2065 + 2065@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + 624 + + + + + + 10054 + 7634 + 5 + 05CH010474 + 2017-07-01 + 2022-06-30 + CH + Educare of West DuPage + Active + F42090 + L42090 + 42090@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + 102 + + + + + + 10055 + 864 + 5 + 05CH010475 + 2017-07-01 + 2022-06-30 + CH + Metropolitan Family Services + Active + F42090 + L42090 + 42090@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + 241 + 171 + + + + + 10056 + 1202 + 7 + 07CH010483 + 2017-07-01 + 2022-06-30 + CH + Child Start, Inc. + Active + F45391 + L45391 + 45391@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + 68 + + + + + + 10057 + 664 + 9 + 09CH010486 + 2017-07-01 + 2022-06-30 + CH + Volunteers of America of Los Angeles + Active + F2334 + L2334 + 2334@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + 678 + 64 + + + + + 10058 + 644 + 6 + 06CH010484 + 2017-07-01 + 2022-06-30 + CH + Save the Children Federation Inc. + Active + F2179 + L2179 + 2179@hsesinfo.org + F12886 + L12886 + 12886@hsesinfo.org + 150 + 16 + + + + + 10059 + 785 + 9 + 09HP000116 + 2017-07-01 + 2021-06-30 + HP + Foothill Family Service + Active + F2334 + L2334 + 2334@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + 166 + + + + + 10061 + 604 + 2 + 02CH010488 + 2017-07-01 + 2022-06-30 + CH + New York Foundling Hospital, The + Active + F47557 + L47557 + 47557@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + 492 + 44 + + + + + 10062 + 1846 + 2 + 02CH010493 + 2017-07-01 + 2022-06-30 + CH + Municipality of Humacao + Active + F15514 + L15514 + 15514@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + 476 + 240 + + + + + 10063 + 1263 + 2 + 02CH010487 + 2017-07-01 + 2022-06-30 + CH + Carolina Municipality Head Start Program + Active + F15514 + L15514 + 15514@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + 170 + 24 + + + + + 10064 + 1203 + 2 + 02CH010489 + 2017-07-01 + 2022-06-30 + CH + Municipality of Utuado + Active + F42299 + L42299 + 42299@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + 740 + 72 + + + + + 10065 + 1339 + 2 + 02CH010495 + 2017-07-01 + 2022-06-30 + CH + Municipio de San German + Active + F15514 + L15514 + 15514@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + 103 + + + + + + 10066 + 1366 + 2 + 02CH010491 + 2017-07-01 + 2022-06-30 + CH + Municipality of Barceloneta + Active + F15514 + L15514 + 15514@hsesinfo.org + F48411 + L48411 + 48411@hsesinfo.org + 1402 + 192 + + + + + 10067 + 1626 + 4 + 04CH010482 + 2017-07-01 + 2022-06-30 + CH + Sumter School District + Inactive + F48070 + L48070 + 48070@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + + + + + + 10069 + 1129 + 3 + 03CH010485 + 2017-07-01 + 2022-06-30 + CH + Young Men's Christian Association of Frederick County + Active + F49609 + L49609 + 49609@hsesinfo.org + F47017 + L47017 + 47017@hsesinfo.org + 242 + + + + + + 10070 + 1745 + 2 + 02CH010496 + 2017-07-01 + 2022-06-30 + CH + Quintana Baptist Church Head Start Program + Active + F2342 + L2342 + 2342@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + 202 + 144 + + + + + 10071 + 7635 + 2 + 02CH010490 + 2017-07-01 + 2022-06-30 + CH + Municipality of Guayama + Active + F15514 + L15514 + 15514@hsesinfo.org + F48411 + L48411 + 48411@hsesinfo.org + 876 + 176 + + + + + 10072 + 7636 + 2 + 02CH010497 + 2017-07-01 + 2022-06-30 + CH + Christian Military Academy, Inc. + Active + F42299 + L42299 + 42299@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + 157 + + + + + + 10073 + 7637 + 2 + 02CH010492 + 2017-07-01 + 2022-06-30 + CH + Municipality of Manati + Active + F2342 + L2342 + 2342@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + 452 + 90 + + + + + 10074 + 1605 + 13 + 90CH010506 + 2017-07-28 + 2022-07-27 + CH + CDI HS/Taylor County, FL + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + + + + + + + 10075 + 1336 + 3 + 03CH010499 + 2017-07-01 + 2022-06-30 + CH + Children's Center, The + Active + F2402 + L2402 + 2402@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + 285 + + + + + + 10076 + 1283 + 6 + 06CH010498 + 2017-07-01 + 2019-12-31 + CH + Ki Bois Community Action Foundation Inc. + Inactive + F23929 + L23929 + 23929@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + + + + + + + 10077 + 7638 + 2 + 02CH010494 + 2017-07-01 + 2022-06-30 + CH + Municipality of Orocovis + Active + F15514 + L15514 + 15514@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + 739 + 88 + + + + + 10078 + 1605 + 13 + 90CH010505 + 2017-07-01 + 2022-06-30 + CH + CDI HS/Lafayette, Iberia & St. Martin Parishes, LA + Active + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + 1130 + 264 + + + + + 10079 + 1605 + 13 + 90CH010504 + 2017-07-01 + 2022-06-30 + CH + CDI HS/Dekalb and Rockdale Counties, GA + Active + F33086 + L33086 + 33086@hsesinfo.org + F48422 + L48422 + 48422@hsesinfo.org + 1095 + 240 + + + + + 10081 + 1605 + 13 + 90CH010533 + 2018-05-01 + 2021-01-31 + CH + CDI HS/Multi-State Migrant and Seasonal + Active + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + 5100 + + + + + + 10084 + 7598 + 2 + 02CH010502 + 2017-08-01 + 2022-07-31 + CH + Urban Strategies LLC + Active + F47556 + L47556 + 47556@hsesinfo.org + F48411 + L48411 + 48411@hsesinfo.org + 0 + 192 + + + + + 10085 + 1747 + 2 + 02CH010503 + 2017-08-01 + 2022-07-31 + CH + Administration for Integral Child Care Development + Active + F2342 + L2342 + 2342@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + 3845 + 384 + + + + + 10086 + 1353 + 2 + 02CH010501 + 2017-08-01 + 2022-07-31 + CH + Centro de Servicios a la Juventud, Inc. + Active + F42299 + L42299 + 42299@hsesinfo.org + F48411 + L48411 + 48411@hsesinfo.org + 528 + 104 + + + + + 10087 + 1605 + 13 + 90CH010513 + 2017-09-25 + 2022-09-24 + CH + CDI HS/Martin County, FL + Active + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + + 32 + + + + + 10089 + 1605 + 13 + 90CH010534 + 2018-05-01 + 2021-01-31 + CH + CDI HS/Starr and Zapata Counties, TX + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + + + + + + + 10092 + 7640 + 8 + 08CH010508 + 2017-09-01 + 2020-08-31 + CH + Wild Plum Center for Young Children and Families + Inactive + F3032 + L3032 + 3032@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + + + + + + + 10093 + 7641 + 1 + 01CH010509 + 2017-09-01 + 2019-08-31 + CH + Prospect Manchester Hospital Inc. + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 10097 + 1373 + 6 + 06CH010507 + 2017-09-01 + 2022-08-31 + CH + AVANCE-San Antonio, Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F2193 + L2193 + 2193@hsesinfo.org + 185 + 196 + + + + + 10098 + 1210 + 4 + 04CH010510 + 2017-09-01 + 2022-08-31 + CH + Washington County Opportunities, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + + 102 + + + + + 10102 + 7642 + 11 + 90CI009969 + 2017-09-01 + 2022-08-31 + CI + Lower Sioux Community Council + Active + F39730 + L39730 + 39730@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + + 54 + + + + + 10104 + 921 + 11 + 90CI009974 + 2017-09-01 + 2022-08-31 + CI + Iowa Tribe of Oklahoma, Inc. + Active + F33086 + L33086 + 33086@hsesinfo.org + F15469 + L15469 + 15469@hsesinfo.org + + 32 + + + + + 10105 + 1505 + 11 + 90CI009971 + 2017-09-01 + 2020-12-31 + CI + Confederated Tribes of Grand Ronde Indians, The + Active + F33086 + L33086 + 33086@hsesinfo.org + F42301 + L42301 + 42301@hsesinfo.org + + 28 + + + + + 10109 + 490 + 11 + 90CI009972 + 2017-09-01 + 2022-02-28 + CI + Port Gamble S'Kallam Tribe + Active + F33086 + L33086 + 33086@hsesinfo.org + F47570 + L47570 + 47570@hsesinfo.org + + 12 + + + + + 10110 + 1006 + 11 + 90CI009968 + 2017-09-01 + 2022-02-28 + CI + Kickapoo Tribe in Kansas + Active + F25722 + L25722 + 25722@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + + 25 + + + + + 10112 + 1438 + 11 + 90CI009970 + 2017-09-01 + 2021-12-31 + CI + Omaha Tribe of Nebraska + Active + F25722 + L25722 + 25722@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + + 32 + + + + + 10113 + 7591 + 11 + 90CI009967 + 2017-09-01 + 2022-08-31 + CI + Delaware Tribe of Indians + Active + F25722 + L25722 + 25722@hsesinfo.org + F15469 + L15469 + 15469@hsesinfo.org + + 36 + + + + + 10114 + 1771 + 11 + 90CI009973 + 2017-09-01 + 2022-08-31 + CI + Rural America Initiatives + Active + F25722 + L25722 + 25722@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + + 28 + + + + + 10115 + 1233 + 4 + 04CH010514 + 2017-11-01 + 2022-10-31 + CH + Orangeburg-Calhoun-Allendale-Bamberg Community Action Agency Inc. + Active + F13510 + L13510 + 13510@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + 45 + + + + + 10116 + 1605 + 13 + 90CH010518 + 2017-12-01 + 2022-11-30 + CH + CDI HS/Milwaukee County, WI + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + + + + + + + 10117 + 1221 + 9 + 09CH010515 + 2017-12-01 + 2022-11-30 + CH + Crystal Stairs, Inc. + Active + F14155 + L14155 + 14155@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + 520 + 80 + + + + + 10118 + 1507 + 7 + 07CH010516 + 2017-11-01 + 2022-10-31 + CH + South Central Iowa Community Action Program + Active + F2256 + L2256 + 2256@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + 180 + 32 + + + + + 10119 + 1549 + 7 + 07CH010517 + 2017-12-01 + 2022-11-30 + CH + Community Opportunities, Incorporated + Active + F49507 + L49507 + 49507@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + 247 + 36 + + + + + 10120 + 7643 + 5 + 05CH010520 + 2018-01-01 + 2020-06-30 + CH + Pillars Community Health + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + + + + + + + 10121 + 339 + 5 + 05CH010519 + 2018-01-01 + 2022-12-31 + CH + Starfish Family Services, Inc. + Active + F44271 + L44271 + 44271@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + + 236 + + + + + 10122 + 909 + 4 + 04CH010521 + 2018-03-01 + 2023-02-28 + CH + Community Action Partnership of North Alabama, Inc. + Active + F2001 + L2001 + 2001@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + 300 + + + + + + 10123 + 1035 + 9 + 09CH010522 + 2018-03-01 + 2023-02-28 + CH + Institute for Human and Social Development, Inc. + Active + F47463 + L47463 + 47463@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + 462 + 181 + + + + + 10124 + 701 + 12 + 90CM009824 + 2018-04-01 + 2023-03-31 + CM + UMOS, Inc. + Active + F15738 + L15738 + 15738@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + 159 + + + + + + 10125 + 588 + 4 + 04CH010523 + 2018-04-01 + 2023-03-31 + CH + Tallatoona Community Action Partnership, Inc. + Active + F13740 + L13740 + 13740@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + 611 + + + + + + 10131 + 309 + 11 + 90CI009976 + 2018-07-01 + 2020-06-30 + CI + Hualapai Tribe + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F3536 + L3536 + 3536@hsesinfo.org + + + + + + + 10169 + 1029 + 9 + 09CH010524 + 2018-05-01 + 2023-04-30 + CH + E Center + Active + F2334 + L2334 + 2334@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + 649 + 316 + + + + + 10170 + 774 + 5 + 05CH010528 + 2018-05-01 + 2023-04-30 + CH + Tri-Valley Opportunity Council, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + 170 + 84 + + 16 + + + 10171 + 955 + 5 + 05CH010525 + 2018-05-01 + 2023-04-30 + CH + Western Dairyland Economic Opportunity Council, Incorporated + Active + F13544 + L13544 + 13544@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + 445 + 44 + + + + + 10172 + 1535 + 1 + 01CH010527 + 2018-05-01 + 2023-04-30 + CH + Connecticut Institute for Communities, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F32486 + L32486 + 32486@hsesinfo.org + 120 + 16 + 20 + + + + 10173 + 1029 + 12 + 90CM009826 + 2018-05-01 + 2023-04-30 + CM + E Center + Active + F15738 + L15738 + 15738@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + 562 + 35 + + + + + 10174 + 1276 + 7 + 07CH010531 + 2018-06-01 + 2023-05-31 + CH + Youth in Need, Inc. + Active + F47594 + L47594 + 47594@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + + 64 + + + + + 10175 + 3441 + 9 + 09CH010532 + 2018-06-01 + 2023-05-31 + CH + Pacific Clinics + Active + F37822 + L37822 + 37822@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + 286 + 190 + + + + + 10176 + 7645 + 4 + 04CH010529 + 2018-07-01 + 2023-06-30 + CH + Saint Johns County School Board + Active + F2001 + L2001 + 2001@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + 135 + + + + + + 10177 + 1051 + 2 + 02CH010530 + 2018-07-01 + 2023-06-30 + CH + Oswego County Opportunities, Inc. + Active + F47557 + L47557 + 47557@hsesinfo.org + F48564 + L48564 + 48564@hsesinfo.org + 209 + + + + + + 10178 + 1605 + 13 + 90CH010595 + 2018-07-01 + 2023-06-30 + CH + CDI HS/South and West Philadelphia, PA + Active + F33086 + L33086 + 33086@hsesinfo.org + F48422 + L48422 + 48422@hsesinfo.org + 570 + + + + + + 10179 + 929 + 9 + 09CH010536 + 2018-06-01 + 2023-05-31 + CH + Children's Institute, Inc. + Active + F47463 + L47463 + 47463@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + 538 + 561 + + + + + 10180 + 764 + 5 + 05CH010537 + 2018-06-01 + 2023-05-31 + CH + Milwaukee Public Schools + Active + F3061 + L3061 + 3061@hsesinfo.org + F13894 + L13894 + 13894@hsesinfo.org + 1506 + + + + + + 10181 + 929 + 9 + 09CH010535 + 2018-06-01 + 2021-05-31 + CH + Children's Institute, Inc. + Inactive + F47463 + L47463 + 47463@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + 0 + + + + + 10182 + 1541 + 3 + 03CH010538 + 2018-06-01 + 2023-05-31 + CH + Hampton Roads Community Action Program, Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + 430 + 32 + + + + + 10184 + 1605 + 13 + 90CH010565 + 2018-06-01 + 2023-09-14 + CH + CDI HS/Geary County, KS + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F27052 + L27052 + 27052@hsesinfo.org + + + + + + + 10186 + 1605 + 13 + 90CH010597 + 2018-08-01 + 2023-07-31 + CH + CDI HS/Outer Wayne County, MI + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + + + + + + + 10187 + 603 + 10 + 10CH010540 + 2018-07-01 + 2023-06-30 + CH + Jannus, Inc. + Active + F43149 + L43149 + 43149@hsesinfo.org + F48538 + L48538 + 48538@hsesinfo.org + + 153 + + + + + 10188 + 3481 + 3 + 03CH010541 + 2018-06-01 + 2023-05-31 + CH + Lifesteps, Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F43578 + L43578 + 43578@hsesinfo.org + + 107 + + + + + 10189 + 1389 + 3 + 03CH010539 + 2018-06-01 + 2023-05-31 + CH + Kanawha County Board of Education + Active + F49609 + L49609 + 49609@hsesinfo.org + F43578 + L43578 + 43578@hsesinfo.org + 530 + + + + + + 10190 + 904 + 8 + 08CH010545 + 2018-07-01 + 2023-06-30 + CH + Sweetwater County School District #1 + Active + F47409 + L47409 + 47409@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + 100 + + + + + + 10191 + 1199 + 8 + 08CH010544 + 2018-07-01 + 2023-06-30 + CH + Eagle County School District Re-50 J + Active + F3064 + L3064 + 3064@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + 69 + + + + + + 10192 + 1476 + 4 + 04CH010542 + 2018-07-01 + 2023-06-30 + CH + Breckinridge County Board of Education + Active + F46632 + L46632 + 46632@hsesinfo.org + F48069 + L48069 + 48069@hsesinfo.org + 115 + + + + + + 10193 + 3621 + 9 + 09CH010546 + 2018-07-01 + 2023-06-30 + CH + Montebello Unified School District + Active + F37822 + L37822 + 37822@hsesinfo.org + F49585 + L49585 + 49585@hsesinfo.org + 666 + + + + + + 10194 + 1139 + 4 + 04CH010543 + 2018-07-01 + 2023-06-30 + CH + Family Services Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F48069 + L48069 + 48069@hsesinfo.org + 499 + + + + + + 10195 + 1412 + 10 + 10CH010550 + 2018-07-01 + 2023-06-30 + CH + Opportunity Council + Active + F43149 + L43149 + 43149@hsesinfo.org + F48538 + L48538 + 48538@hsesinfo.org + 220 + 50 + + + + + 10200 + 3702 + 7 + 07CH010548 + 2018-07-01 + 2023-06-30 + CH + Growing Futures Early Education Center, Inc. + Active + F47594 + L47594 + 47594@hsesinfo.org + F13558 + L13558 + 13558@hsesinfo.org + 108 + 114 + + + + + 10203 + 3429 + 8 + 08CH010549 + 2018-07-01 + 2023-06-30 + CH + Clayton Early Learning, Trustee George W. Clayton Trust + Active + F3032 + L3032 + 3032@hsesinfo.org + F3062 + L3062 + 3062@hsesinfo.org + + 177 + + + + + 10210 + 1562 + 8 + 08CH010552 + 2018-07-01 + 2023-06-30 + CH + City and County of Denver + Active + F3064 + L3064 + 3064@hsesinfo.org + F3062 + L3062 + 3062@hsesinfo.org + 1312 + 32 + + + + + 10211 + 933 + 8 + 08CH010555 + 2018-07-01 + 2023-06-30 + CH + Ability Connection Colorado, Inc. + Active + F3032 + L3032 + 3032@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + 324 + 42 + + + + + 10212 + 1171 + 4 + 04CH010554 + 2018-07-01 + 2023-06-30 + CH + Okaloosa County Comprehensive Head Start Child Developm + Active + F13510 + L13510 + 13510@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + 257 + 64 + + + + + 10213 + 189 + 9 + 09CH010547 + 2018-07-01 + 2023-06-30 + CH + Baldwin Park Unified School District + Active + F37822 + L37822 + 37822@hsesinfo.org + F49585 + L49585 + 49585@hsesinfo.org + 672 + 313 + + + + + 10214 + 712 + 4 + 04CH010556 + 2018-07-01 + 2023-06-30 + CH + Lincoln County Board of Education + Active + F13510 + L13510 + 13510@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + 183 + 32 + + + + + 10215 + 1099 + 5 + 05CH010553 + 2018-07-01 + 2023-06-30 + CH + Kenosha Unified School District 1 + Active + F48866 + L48866 + 48866@hsesinfo.org + F49856 + L49856 + 49856@hsesinfo.org + 330 + + + + + + 10216 + 405 + 8 + 08CH010563 + 2018-07-01 + 2023-06-30 + CH + Upper Arkansas Area Council of Governments + Active + F3032 + L3032 + 3032@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + 157 + + + + + + 10217 + 920 + 7 + 07CH010566 + 2018-07-01 + 2023-06-30 + CH + Northwest Kansas Educational Service Center + Active + F48871 + L48871 + 48871@hsesinfo.org + F45048 + L45048 + 45048@hsesinfo.org + 214 + 36 + + + + + 10218 + 1355 + 8 + 08CH010557 + 2018-07-01 + 2023-06-30 + CH + Head Start, Inc. + Active + F13544 + L13544 + 13544@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + 360 + + + + + + 10219 + 491 + 11 + 90CI009975 + 2018-07-01 + 2023-06-30 + CI + Upper Skagit Indian Tribe + Active + F47779 + L47779 + 47779@hsesinfo.org + F45305 + L45305 + 45305@hsesinfo.org + 36 + + + + + + 10220 + 1895 + 11 + 90BF000002 + 2018-09-01 + 2020-08-31 + BF + Cook Inlet Native Head Start + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + + + + + + 10221 + 903 + 5 + 05CH010560 + 2018-07-01 + 2023-06-30 + CH + Fayette County School Corporation + Active + F2088 + L2088 + 2088@hsesinfo.org + F49668 + L49668 + 49668@hsesinfo.org + 134 + + + + + + 10222 + 613 + 5 + 05CH010561 + 2018-07-01 + 2023-06-30 + CH + West Bend Joint School District No. 1 + Active + F44271 + L44271 + 44271@hsesinfo.org + F49668 + L49668 + 49668@hsesinfo.org + 121 + + 7 + + + + 10223 + 311 + 9 + 09CH010564 + 2018-07-01 + 2023-06-30 + CH + Vista Del Mar Child and Family Services + Active + F2334 + L2334 + 2334@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + 144 + + + + + 10224 + 1571 + 5 + 05CH010568 + 2018-07-01 + 2023-06-30 + CH + Northwestern Illinois Community Action Agency, Inc. + Active + F13544 + L13544 + 13544@hsesinfo.org + F48776 + L48776 + 48776@hsesinfo.org + 190 + + + + + + 10225 + 223 + 5 + 05CH010567 + 2018-07-01 + 2023-06-30 + CH + Monroe County Intermediate School District + Active + F2088 + L2088 + 2088@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + 267 + + + + + + 10226 + 1546 + 5 + 05CH010571 + 2018-07-01 + 2023-06-30 + CH + Crossroads: Lake County Adolescent Counseling Service + Active + F43414 + L43414 + 43414@hsesinfo.org + F48776 + L48776 + 48776@hsesinfo.org + + 60 + + + + + 10227 + 1531 + 7 + 07CH010578 + 2018-07-01 + 2023-06-30 + CH + Clay County Child Care Center + Active + F49507 + L49507 + 49507@hsesinfo.org + F45048 + L45048 + 45048@hsesinfo.org + 120 + 100 + + + + + 10228 + 1647 + 9 + 09CH010574 + 2018-07-01 + 2023-06-30 + CH + Glenn County Office of Education + Active + F47463 + L47463 + 47463@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + 110 + 82 + + + + + 10229 + 143 + 6 + 06CH010579 + 2018-07-01 + 2023-06-30 + CH + Assumption Parish School District + Active + F45654 + L45654 + 45654@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + 102 + + + + + + 10230 + 1215 + 5 + 05CH010573 + 2018-07-01 + 2023-06-30 + CH + Parents in Community Action, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + + 48 + + + + + 10231 + 1595 + 8 + 08CH010577 + 2018-07-01 + 2023-06-30 + CH + Lincoln-Uinta Child Development Association + Active + F47409 + L47409 + 47409@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + 102 + + + + + + 10232 + 1680 + 2 + 02CH010576 + 2018-07-01 + 2021-06-30 + CH + Virgin Island Department of Human Services + Active + F2342 + L2342 + 2342@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + 894 + + + + + + 10233 + 425 + 4 + 04CH010562 + 2018-07-01 + 2023-06-30 + CH + Mobile Community Action Inc. + Active + F13740 + L13740 + 13740@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + 971 + 140 + + + + + 10235 + 3608 + 9 + 09CH010558 + 2018-07-01 + 2023-06-30 + CH + Hacienda-La Puente Unified School District + Active + F47463 + L47463 + 47463@hsesinfo.org + F49585 + L49585 + 49585@hsesinfo.org + 329 + + + + + + 10236 + 1648 + 9 + 09CH010572 + 2018-07-01 + 2023-06-30 + CH + Yolo County Office of Education + Active + F2334 + L2334 + 2334@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + 247 + 88 + + + + + 10237 + 684 + 9 + 09CH010587 + 2018-07-01 + 2023-06-30 + CH + Neighborhood House Association + Active + F47463 + L47463 + 47463@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + 5366 + 1292 + + + + + 10238 + 225 + 3 + 03CH010583 + 2018-07-01 + 2023-06-30 + CH + Family Services, Inc. + Active + F14907 + L14907 + 14907@hsesinfo.org + F47017 + L47017 + 47017@hsesinfo.org + + 124 + + + + + 10239 + 832 + 5 + 05CH010580 + 2018-07-01 + 2023-06-30 + CH + Genesee County + Active + F49521 + L49521 + 49521@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + 424 + 335 + + + + + 10240 + 1471 + 3 + 03CH010575 + 2018-07-01 + 2023-06-30 + CH + Jefferson-Clarion Head Start, Inc. + Active + F49609 + L49609 + 49609@hsesinfo.org + F44345 + L44345 + 44345@hsesinfo.org + 216 + 84 + 46 + + + + 10241 + 147 + 3 + 03CH010569 + 2018-07-01 + 2023-06-30 + CH + York, County of + Active + F14907 + L14907 + 14907@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + 117 + + + + + + 10242 + 1911 + 3 + 03CH010581 + 2018-07-01 + 2023-06-30 + CH + Clinch Valley Community Action, Inc. + Active + F14907 + L14907 + 14907@hsesinfo.org + F47017 + L47017 + 47017@hsesinfo.org + 167 + 10 + + + + + 10243 + 295 + 1 + 01CH010582 + 2018-07-01 + 2023-06-30 + CH + The Opportunity Alliance + Active + F14152 + L14152 + 14152@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + 197 + 75 + + + + + 10244 + 858 + 6 + 06CH010593 + 2018-07-01 + 2023-06-30 + CH + Paris Independent School District + Active + F2179 + L2179 + 2179@hsesinfo.org + F2207 + L2207 + 2207@hsesinfo.org + 208 + + + + + + 10245 + 1336 + 3 + 03CH010585 + 2018-07-01 + 2023-06-30 + CH + Children's Center, The + Active + F2402 + L2402 + 2402@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + 256 + + + + + 10246 + 1731 + 3 + 03CH010570 + 2018-07-01 + 2023-06-30 + CH + Orange County Public Schools + Active + F49609 + L49609 + 49609@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + 118 + 46 + + + + + 10247 + 1406 + 3 + 03CH010584 + 2018-07-01 + 2023-06-30 + CH + Greenbrier County Board of Education + Active + F49609 + L49609 + 49609@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + 144 + + + + + + 10248 + 441 + 3 + 03CH010590 + 2018-07-01 + 2023-06-30 + CH + Monroe County Board of Education + Active + F46529 + L46529 + 46529@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + 59 + 40 + + + + + 10249 + 1152 + 4 + 04CH010588 + 2018-07-01 + 2023-06-30 + CH + Baldwin County School District + Active + F13510 + L13510 + 13510@hsesinfo.org + F45392 + L45392 + 45392@hsesinfo.org + 210 + + + + + + 10250 + 502 + 4 + 04CH010592 + 2018-07-01 + 2023-06-30 + CH + Northern Kentucky Community Action Commission, Incorporated + Active + F2001 + L2001 + 2001@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + 450 + + + + + + 10251 + 737 + 3 + 03CH010591 + 2018-07-01 + 2023-06-30 + CH + Board of Public Education School District of Pittsburgh (Inc) + Active + F46529 + L46529 + 46529@hsesinfo.org + F47017 + L47017 + 47017@hsesinfo.org + 1055 + 108 + 224 + + + + 10252 + 876 + 3 + 03CH010594 + 2018-07-01 + 2023-06-30 + CH + Associated Catholic Charities Inc. + Active + F49609 + L49609 + 49609@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + + 60 + + + + + 10253 + 1791 + 3 + 03CH010589 + 2018-07-01 + 2023-06-30 + CH + Community Action Partnership of Mercer County Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F49361 + L49361 + 49361@hsesinfo.org + 313 + 66 + 93 + + + + 10254 + 7660 + 6 + 06CH010586 + 2018-07-01 + 2023-06-30 + CH + St. Landry Parish Parish School Board Consolidated School District 1 + Active + F48667 + L48667 + 48667@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + 664 + 124 + + + + + 10257 + 417 + 6 + 06CH010596 + 2018-07-01 + 2023-06-30 + CH + Help - New Mexico, Inc. + Active + F45391 + L45391 + 45391@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + 319 + 88 + + + + + 10263 + 1252 + 9 + 09CH010599 + 2018-08-01 + 2023-07-31 + CH + El Nido Family Centers + Active + F37822 + L37822 + 37822@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + 144 + + + + + 10264 + 1899 + 2 + 02CH010598 + 2018-08-01 + 2023-07-31 + CH + Cardinal McCloskey School and Home for Children + Active + F2340 + L2340 + 2340@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + 942 + 120 + + + + + 10265 + 201 + 7 + 07CH010603 + 2018-08-01 + 2023-07-31 + CH + Unified School District #233 + Active + F45391 + L45391 + 45391@hsesinfo.org + F45048 + L45048 + 45048@hsesinfo.org + 180 + + + + + + 10266 + 671 + 7 + 07CH010610 + 2018-08-01 + 2023-07-31 + CH + Mid America Regional Council + Active + F45391 + L45391 + 45391@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + 1811 + 480 + + + + + 10267 + 553 + 7 + 07CH010614 + 2018-08-01 + 2023-07-31 + CH + Community Action Partnership of Mid Nebraska + Active + F2256 + L2256 + 2256@hsesinfo.org + F47025 + L47025 + 47025@hsesinfo.org + 338 + 48 + + + + + 10268 + 1658 + 3 + 03CH010600 + 2018-08-01 + 2023-07-31 + CH + Franklin County Head Start Program, Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F44345 + L44345 + 44345@hsesinfo.org + 279 + 72 + 30 + + + + 10269 + 489 + 6 + 06CH010607 + 2018-08-01 + 2023-07-31 + CH + Texarkana Special Education Center, Inc. + Active + F2179 + L2179 + 2179@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + + 72 + + + + + 10270 + 1892 + 10 + 10CH010609 + 2018-08-01 + 2023-07-31 + CH + Head Start of Yamhill County + Active + F43149 + L43149 + 43149@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + 83 + 110 + 237 + + + + 10271 + 7664 + 4 + 04HP000117 + 2018-08-01 + 2020-07-31 + HP + South Carolina Association of Community Action Partnerships + Inactive + F48070 + L48070 + 48070@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + + + + + + + 10272 + 625 + 11 + 90CI009978 + 2018-08-01 + 2023-07-31 + CI + Confederated Salish and Kootenai Tribes + Active + F33086 + L33086 + 33086@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + 177 + 40 + + + + + 10273 + 696 + 2 + 02CH010605 + 2018-08-01 + 2023-07-31 + CH + Economic Opportunity Program of Chemung County, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + 216 + 89 + + + + + 10274 + 825 + 3 + 03CH010608 + 2018-08-01 + 2023-07-31 + CH + Stafford County School District + Active + F46529 + L46529 + 46529@hsesinfo.org + F43578 + L43578 + 43578@hsesinfo.org + 251 + 28 + + + + + 10275 + 1192 + 9 + 09CH010601 + 2018-08-01 + 2023-07-31 + CH + Northcoast Children's Services + Active + F2334 + L2334 + 2334@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + 344 + 198 + + + + + 10276 + 1576 + 5 + 05CH010617 + 2018-08-01 + 2023-07-31 + CH + Parent & Child Together for West Central Illinois + Active + F49521 + L49521 + 49521@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + 150 + 176 + + + + + 10277 + 1370 + 5 + 05CH010616 + 2018-08-01 + 2023-07-31 + CH + City of Rockford + Active + F13544 + L13544 + 13544@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + 534 + 146 + + + + + 10278 + 1177 + 5 + 05CH010613 + 2018-08-01 + 2023-07-31 + CH + Peoria Citizens Committee for Economic Opportunity, Inc. + Active + F48866 + L48866 + 48866@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + 585 + 111 + + + + + 10279 + 889 + 5 + 05CH010619 + 2018-08-01 + 2023-07-31 + CH + Community Action of Southern Indiana, Inc. + Active + F42090 + L42090 + 42090@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + 250 + 72 + + + + + 10280 + 232 + 5 + 05CH010620 + 2018-08-01 + 2023-07-31 + CH + Lincoln Hills Development Corp + Active + F14214 + L14214 + 14214@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + 291 + 80 + + + + + 10281 + 3545 + 5 + 05CH010612 + 2018-08-01 + 2023-07-31 + CH + Washtenaw Intermediate School District + Active + F48866 + L48866 + 48866@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + 427 + 36 + + + + + 10282 + 3543 + 5 + 05CH010618 + 2018-08-01 + 2023-07-31 + CH + Genesee Intermediate School District + Active + F44271 + L44271 + 44271@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + 1288 + 48 + + + + + 10283 + 727 + 5 + 05CH010611 + 2018-08-01 + 2023-07-31 + CH + Miami Valley Child Development Centers, Inc. + Active + F44271 + L44271 + 44271@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + 1889 + 430 + + + + + 10284 + 307 + 5 + 05CH010615 + 2018-08-01 + 2023-07-31 + CH + Ohio Heartland Community Action Commission + Active + F49521 + L49521 + 49521@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + 555 + 80 + + + + + 10285 + 1484 + 6 + 06CH010621 + 2018-08-01 + 2023-07-31 + CH + Greenville Independent School District + Active + F2179 + L2179 + 2179@hsesinfo.org + F49133 + L49133 + 49133@hsesinfo.org + 161 + + + + + + 10286 + 1915 + 9 + 09CH010604 + 2018-08-01 + 2023-07-31 + CH + American Samoa Department of Education + Active + F37822 + L37822 + 37822@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + 1332 + + + + + + 10287 + 1366 + 2 + 02CH010623 + 2018-09-01 + 2023-08-31 + CH + Municipality of Barceloneta + Active + F15514 + L15514 + 15514@hsesinfo.org + F48411 + L48411 + 48411@hsesinfo.org + + 88 + + + + + 10288 + 1038 + 2 + 02CH010625 + 2018-09-01 + 2023-08-31 + CH + Municipality of Sabana Grande + Active + F42299 + L42299 + 42299@hsesinfo.org + F48411 + L48411 + 48411@hsesinfo.org + + 46 + + + + + 10289 + 986 + 11 + 90CI009977 + 2018-09-01 + 2023-08-31 + CI + Sault Ste. Marie Tribe of Chippewa Indians + Active + F39730 + L39730 + 39730@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + 80 + 43 + + + + + 10290 + 355 + 4 + 04CH010624 + 2018-08-01 + 2023-07-31 + CH + Greene Lamp Inc. + Active + F2001 + L2001 + 2001@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + 311 + + + + + + 10291 + 1912 + 9 + 09CH010606 + 2018-08-01 + 2023-07-31 + CH + Palau Community Action Agency + Active + F37822 + L37822 + 37822@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + 350 + + + + + + 10292 + 614 + 3 + 03CH010622 + 2018-08-01 + 2023-07-31 + CH + Reginald S. Lourie Center for Infants & Young Children + Active + F46529 + L46529 + 46529@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + 153 + 47 + + + + + 10293 + 271 + 8 + 08CH010627 + 2018-09-01 + 2023-08-31 + CH + Action Inc. + Active + F47409 + L47409 + 47409@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + 186 + + + + + + 10294 + 1010 + 1 + 01CH010602 + 2018-08-01 + 2023-07-31 + CH + Southern New Hampshire Services Inc. + Active + F2300 + L2300 + 2300@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + 432 + 102 + + + + + 10295 + 1922 + 4 + 04CH010634 + 2018-08-01 + 2023-07-31 + CH + Chesterfield-Marlboro Counties Economic Opportunity Council + Active + F33579 + L33579 + 33579@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + 469 + + + + + + 10296 + 1229 + 3 + 03CH010626 + 2018-08-01 + 2023-07-31 + CH + Fayette County Child Development Center + Active + F14907 + L14907 + 14907@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + 230 + 48 + + + + + 10297 + 1402 + 4 + 04CH010628 + 2018-08-01 + 2023-07-31 + CH + Lutheran Services Florida, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + 1342 + 172 + + + + + 10298 + 1881 + 3 + 03CH010631 + 2018-08-01 + 2023-07-31 + CH + The Improvement Association + Active + F14907 + L14907 + 14907@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + 228 + + + + + + 10299 + 7665 + 3 + 03CH010635 + 2018-08-01 + 2023-07-31 + CH + Easter Seals Serving DC|MD|VA + Active + F49609 + L49609 + 49609@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + 162 + 56 + + + + + 10300 + 316 + 3 + 03CH010630 + 2018-08-01 + 2023-07-31 + CH + Richmond City Public Schools + Active + F49609 + L49609 + 49609@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + 850 + 56 + + + + + 10306 + 1605 + 13 + 90CH010683 + 2018-08-01 + 2020-12-31 + CH + CDI HS/Hartford and Middlesex Counties, CT + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + + + + + + + 10307 + 402 + 4 + 04CH010633 + 2018-08-01 + 2023-07-31 + CH + Singing River Educational Association + Active + F2065 + L2065 + 2065@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + 100 + 24 + + + + + 10308 + 7667 + 6 + 06CH010636 + 2018-08-01 + 2023-07-31 + CH + Hitchcock Independent School District + Active + F43271 + L43271 + 43271@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + 220 + + + + + + 10309 + 1373 + 6 + 06CH010637 + 2018-09-01 + 2023-08-31 + CH + AVANCE-San Antonio, Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F2193 + L2193 + 2193@hsesinfo.org + 762 + + + + + + 10322 + 1260 + 8 + 08CH010641 + 2018-09-01 + 2023-08-31 + CH + Wyoming Child & Family Development, Inc. + Active + F3032 + L3032 + 3032@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + 474 + 175 + + + + + 10323 + 909 + 4 + 04CH010629 + 2018-08-01 + 2024-02-29 + CH + Community Action Partnership of North Alabama, Inc. + Active + F2001 + L2001 + 2001@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + 1050 + 88 + + + + + 10324 + 1095 + 4 + 04CH010632 + 2018-08-01 + 2023-07-31 + CH + Highland Rim Economic Corporation + Active + F46632 + L46632 + 46632@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + 230 + + + + + + 10325 + 327 + 8 + 08CH010644 + 2018-09-01 + 2023-08-31 + CH + Developmental Opportunities Inc. + Active + F3032 + L3032 + 3032@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + + 75 + + + + + 10326 + 1793 + 8 + 08CH010645 + 2018-09-01 + 2023-08-31 + CH + Durango 4 C Council Inc. + Active + F3064 + L3064 + 3064@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + 202 + 56 + + + + + 10327 + 518 + 8 + 08CH010646 + 2018-09-01 + 2023-08-31 + CH + Housing, Industry, Training, Inc. + Active + F3032 + L3032 + 3032@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + 118 + + + + + + 10328 + 660 + 3 + 03CH010640 + 2018-08-01 + 2023-07-31 + CH + Community Action Partnership of Lancaster County Inc. + Active + F14907 + L14907 + 14907@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + 446 + 48 + 136 + + + + 10329 + 1088 + 3 + 03CH010643 + 2018-08-01 + 2023-07-31 + CH + Community Progress Council, Inc. + Active + F14907 + L14907 + 14907@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + 403 + 8 + 120 + + + + 10330 + 514 + 9 + 09CH010642 + 2018-09-01 + 2023-08-31 + CH + Shasta County Head Start Child Development, Inc. + Active + F37822 + L37822 + 37822@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + 406 + 304 + + + + + 10331 + 598 + 11 + 90CI009979 + 2018-09-01 + 2023-08-31 + CI + White Earth Band of Chippewa Indians + Active + F33086 + L33086 + 33086@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + 123 + 38 + + + + + 10332 + 875 + 3 + 03CH010639 + 2018-08-01 + 2023-07-31 + CH + Southern Maryland Tri-County Community Action Committee, Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + 68 + 32 + + + + + 10333 + 1211 + 3 + 03CH010647 + 2018-08-01 + 2023-07-31 + CH + Private Industry Council of Westmoreland/Fayette, Incor + Active + F2402 + L2402 + 2402@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + 405 + 32 + 16 + + + + 10334 + 1561 + 3 + 03CH010638 + 2018-08-01 + 2023-07-31 + CH + Nicholas Community Action Partnership Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F44345 + L44345 + 44345@hsesinfo.org + 122 + + + + + + 10335 + 651 + 9 + 09CH010651 + 2018-09-01 + 2023-08-31 + CH + Child-Parent Centers, Inc. + Active + F14155 + L14155 + 14155@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + 2281 + 462 + + + + + 10336 + 1825 + 6 + 06CH010657 + 2018-09-01 + 2023-08-31 + CH + Newton County Special Services + Active + F2185 + L2185 + 2185@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + + 52 + + + + + 10337 + 3661 + 2 + 02CH010650 + 2018-09-01 + 2023-08-31 + CH + Chinese Community Concerns Corporation, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F48109 + L48109 + 48109@hsesinfo.org + 96 + + + + + + 10338 + 4374 + 2 + 02CH010649 + 2018-09-01 + 2023-08-31 + CH + Fort George Community Enrichment Center, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + 50 + 50 + + + + + 10339 + 751 + 4 + 04CH010653 + 2018-09-01 + 2023-08-31 + CH + Choanoke Area Development Association Of North Carolina, Incorporated + Active + F2001 + L2001 + 2001@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + 516 + 86 + + + + + 10340 + 165 + 6 + 06CH010656 + 2018-09-01 + 2023-08-31 + CH + Nueces County Community Action Agency + Active + F2179 + L2179 + 2179@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + 563 + 362 + + + + + 10341 + 736 + 6 + 06CH010655 + 2018-09-01 + 2023-08-31 + CH + Region X Education Service Center + Active + F45654 + L45654 + 45654@hsesinfo.org + F49133 + L49133 + 49133@hsesinfo.org + 952 + 168 + + + + + 10343 + 1734 + 2 + 02CH010659 + 2018-09-01 + 2023-08-31 + CH + Project Social Care Head Start, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + 102 + 72 + + + + + 10344 + 606 + 2 + 02CH010661 + 2018-09-01 + 2023-08-31 + CH + Educational Alliance, Inc., The + Inactive + F2340 + L2340 + 2340@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + + + + + + + 10345 + 3644 + 2 + 02CH010660 + 2018-09-01 + 2023-08-31 + CH + Bedford Stuyvesant Early Childhood Development Center + Active + F2340 + L2340 + 2340@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + 350 + + + + + + 10346 + 272 + 6 + 06CH010663 + 2018-09-01 + 2023-08-31 + CH + ChildCareGroup + Active + F13320 + L13320 + 13320@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + + 192 + + + + + 10347 + 411 + 9 + 09CH010652 + 2018-09-01 + 2023-08-31 + CH + Northern California Child Development Inc. + Active + F37822 + L37822 + 37822@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + 197 + 115 + + + + + 10348 + 1720 + 4 + 04CH010666 + 2018-09-01 + 2023-08-31 + CH + Clarke County School District + Active + F2001 + L2001 + 2001@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + 142 + 164 + + + + + 10349 + 1943 + 6 + 06CH010670 + 2018-09-01 + 2023-08-31 + CH + Mid-West New Mexico Community Action Program + Active + F48667 + L48667 + 48667@hsesinfo.org + F41654 + L41654 + 41654@hsesinfo.org + 667 + 56 + + + + + 10350 + 142 + 2 + 02CH010662 + 2018-09-01 + 2023-08-31 + CH + Broadway Housing Communities, Inc. + Active + F47557 + L47557 + 47557@hsesinfo.org + F47389 + L47389 + 47389@hsesinfo.org + 68 + + + + + + 10351 + 319 + 6 + 06CH010664 + 2018-09-01 + 2023-08-31 + CH + Community Action, Inc. of Central Texas + Active + F23929 + L23929 + 23929@hsesinfo.org + F2193 + L2193 + 2193@hsesinfo.org + 362 + 171 + + + + + 10352 + 589 + 11 + 90CI009980 + 2018-09-01 + 2023-08-31 + CI + Confederated Tribes of the Chehalis Reservation + Active + F47779 + L47779 + 47779@hsesinfo.org + F15469 + L15469 + 15469@hsesinfo.org + 49 + 35 + + + + + 10354 + 1956 + 5 + 05CH010665 + 2018-09-01 + 2023-08-31 + CH + County of Macomb + Active + F43414 + L43414 + 43414@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + 842 + 92 + + + + + 10355 + 1146 + 12 + 90CM009827 + 2018-09-01 + 2023-01-31 + CM + NYS Federation of Growers & Processors Associations Inc. + Active + F39730 + L39730 + 39730@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + 304 + + + + + + 10356 + 697 + 3 + 03CH010648 + 2018-09-01 + 2023-08-31 + CH + Children's Hospital of Philadelphia + Active + F46529 + L46529 + 46529@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + + 136 + + + + + 10357 + 1218 + 4 + 04CH010668 + 2018-09-01 + 2023-08-31 + CH + South Central Human Resource Agency + Active + F33579 + L33579 + 33579@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + 601 + 40 + + + + + 10358 + 912 + 5 + 05CH010678 + 2018-09-01 + 2020-11-29 + CH + East Central Illinois Community Action Agency + Inactive + F13544 + L13544 + 13544@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + + + + + + + 10359 + 1161 + 4 + 04CH010675 + 2018-09-01 + 2023-08-31 + CH + Williamstown BOE Head Start + Active + F13740 + L13740 + 13740@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + 100 + + + + + + 10360 + 7676 + 6 + 06CH010674 + 2018-09-01 + 2023-08-31 + CH + ARVAC, Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + 436 + 232 + + + + + 10361 + 1449 + 8 + 08CH010681 + 2018-09-01 + 2023-06-30 + CH + Monte Vista Community Center Incorporated + Active + F3064 + L3064 + 3064@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + 64 + + + + + + 10362 + 459 + 4 + 04CH010658 + 2018-09-01 + 2023-08-31 + CH + Early Education and Care Inc. + Active + F33579 + L33579 + 33579@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + 391 + 196 + + + + + 10363 + 692 + 4 + 04CH010679 + 2018-09-01 + 2023-08-31 + CH + Fort Valley State University + Active + F13740 + L13740 + 13740@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + 315 + + + + + + 10364 + 282 + 6 + 06CH010676 + 2018-09-01 + 2023-08-31 + CH + St. Mary Community Action Agency, Inc. + Active + F13320 + L13320 + 13320@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + 600 + + + + + + 10365 + 160 + 6 + 06CH010677 + 2018-09-01 + 2023-08-31 + CH + St. John the Baptist Parish School Board + Active + F2185 + L2185 + 2185@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + 170 + + + + + + 10366 + 1864 + 7 + 07CH010673 + 2018-09-01 + 2023-08-31 + CH + Head Start Child & Family Development Program Inc. + Active + F2256 + L2256 + 2256@hsesinfo.org + F47025 + L47025 + 47025@hsesinfo.org + 334 + 162 + + + + + 10367 + 1903 + 6 + 06CH010672 + 2018-09-01 + 2023-08-31 + CH + City of Albuquerque Early Head Start + Active + F23929 + L23929 + 23929@hsesinfo.org + F41654 + L41654 + 41654@hsesinfo.org + + 128 + + + + + 10369 + 1525 + 4 + 04CH010686 + 2018-09-01 + 2023-08-31 + CH + Moore Community House, Inc. + Active + F33579 + L33579 + 33579@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + + 104 + + + + + 10370 + 427 + 4 + 04CH010688 + 2018-09-01 + 2023-08-31 + CH + Paducah Independent School District + Active + F13510 + L13510 + 13510@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + 237 + + + + + + 10371 + 3741 + 6 + 06CH010687 + 2018-09-01 + 2023-08-31 + CH + BCFS Education Services + Active + F48667 + L48667 + 48667@hsesinfo.org + F28510 + L28510 + 28510@hsesinfo.org + 259 + 56 + + + + + 10372 + 7677 + 8 + 08CH010680 + 2018-09-01 + 2023-08-31 + CH + Brush School District RE-2J, Inc. + Active + F3064 + L3064 + 3064@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + 70 + + + + + + 10373 + 1699 + 9 + 09CH010682 + 2018-09-01 + 2023-06-30 + CH + Los Angeles County Office of Education + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + + + + + + + 10374 + 488 + 3 + 03CH010669 + 2018-09-01 + 2023-08-31 + CH + University of Delaware + Active + F14907 + L14907 + 14907@hsesinfo.org + F49361 + L49361 + 49361@hsesinfo.org + + 195 + + + + + 10375 + 891 + 9 + 09CH010654 + 2018-09-01 + 2023-08-31 + CH + Riverside County Office of Education + Active + F14155 + L14155 + 14155@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + 3131 + 240 + + + + + 10376 + 196 + 2 + 02CH010671 + 2018-09-01 + 2023-08-31 + CH + B'Above Worldwide Institute Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F48564 + L48564 + 48564@hsesinfo.org + 34 + 56 + + + + + 10377 + 120 + 3 + 03CH010684 + 2018-09-30 + 2023-09-29 + CH + University of Pittsburgh + Active + F49609 + L49609 + 49609@hsesinfo.org + F49621 + L49621 + 49621@hsesinfo.org + + 310 + + + + + 10379 + 1605 + 13 + 90CH010692 + 2018-09-01 + 2023-08-31 + CH + CDI HS/Frederick and Clarke Counties, VA + Inactive + F33086 + L33086 + 33086@hsesinfo.org + F48422 + L48422 + 48422@hsesinfo.org + + + + + + + 10381 + 1411 + 9 + 09CH010710 + 2018-11-01 + 2020-10-31 + CH + Acelero, Inc. + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + + + + + + 10385 + 1132 + 6 + 06CH010690 + 2018-09-01 + 2023-08-31 + CH + Parent Child Incorporated + Active + F2179 + L2179 + 2179@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + 340 + 88 + + + + + 10386 + 3722 + 6 + 06CH010689 + 2018-09-01 + 2023-08-31 + CH + Family Service Association of San Antonio, Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + 986 + + + + + + 10387 + 1911 + 3 + 03CH010691 + 2018-09-01 + 2023-08-31 + CH + Clinch Valley Community Action, Inc. + Active + F14907 + L14907 + 14907@hsesinfo.org + F47017 + L47017 + 47017@hsesinfo.org + 170 + + + + + + 10388 + 1610 + 4 + 04CH010667 + 2018-09-30 + 2023-09-29 + CH + Talladega Clay Randolph Child Care Corporation + Active + F46251 + L46251 + 46251@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + 469 + 258 + + + + + 10398 + 783 + 9 + 09CH010693 + 2018-11-01 + 2023-10-31 + CH + Encompass Community Services + Active + F37822 + L37822 + 37822@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + 386 + 189 + + + + + 10399 + 540 + 1 + 01CH010695 + 2018-10-01 + 2023-09-30 + CH + Community Action Pioneer Valley, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F15627 + L15627 + 15627@hsesinfo.org + 318 + 120 + 0 + + + + 10400 + 1585 + 2 + 02CH010696 + 2018-11-01 + 2023-10-31 + CH + Community Action Planning Council of Jefferson County + Active + F2335 + L2335 + 2335@hsesinfo.org + F48300 + L48300 + 48300@hsesinfo.org + 275 + + + + + + 10401 + 717 + 5 + 05CH010697 + 2018-11-01 + 2023-10-31 + CH + Marshall Starke Development Center, Inc. + Active + F48866 + L48866 + 48866@hsesinfo.org + F48776 + L48776 + 48776@hsesinfo.org + 148 + 40 + + + + + 10402 + 1637 + 5 + 05CH010694 + 2018-11-01 + 2023-10-31 + CH + Child Development Council of Franklin County, Inc. + Active + F42090 + L42090 + 42090@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + 2168 + 120 + + + + + 10404 + 1605 + 13 + 90CH010727 + 2018-11-01 + 2020-10-31 + CH + CDI HS/Western Georgia, GA + Active + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + + + + + + + 10405 + 235 + 5 + 05CH010698 + 2018-11-01 + 2021-10-31 + CH + West Central Minnesota Communities Action, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + 0 + 0 + + + + + 10406 + 235 + 5 + 05CH010702 + 2018-11-01 + 2023-10-31 + CH + West Central Minnesota Communities Action, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + 298 + 70 + + + + + 10407 + 3421 + 4 + 04CH010701 + 2018-11-01 + 2023-10-31 + CH + Easter Seals North Georgia, Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + 1076 + 264 + + + + + 10408 + 242 + 5 + 05CH010706 + 2018-11-01 + 2023-10-31 + CH + Community Action Agency of South Central Michigan + Active + F2088 + L2088 + 2088@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + 689 + 106 + + + + + 10409 + 3546 + 5 + 05CH010699 + 2018-11-01 + 2023-10-31 + CH + Kalamazoo Regional Educational Service Agency + Active + F42090 + L42090 + 42090@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + 596 + + + + + + 10410 + 805 + 5 + 05CH010707 + 2018-11-01 + 2023-10-31 + CH + Pace Community Action Agency, Inc. + Active + F49521 + L49521 + 49521@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + 330 + 69 + + + + + 10411 + 1332 + 4 + 04CH010704 + 2018-10-01 + 2023-09-30 + CH + Cullman City Child Development Center + Active + F46632 + L46632 + 46632@hsesinfo.org + F46450 + L46450 + 46450@hsesinfo.org + 94 + + + + + + 10412 + 952 + 4 + 04CH010705 + 2018-11-01 + 2023-10-31 + CH + Wayne Action Group for Economic Solvency, Inc. + Active + F33579 + L33579 + 33579@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + 414 + 204 + + + + + 10413 + 1411 + 5 + 05CH010703 + 2018-11-01 + 2023-10-31 + CH + Acelero, Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F13894 + L13894 + 13894@hsesinfo.org + 439 + 80 + 10 + 16 + + + 10418 + 403 + 5 + 05CH010711 + 2018-11-01 + 2023-10-31 + CH + Trumbull Community Action Program, Inc. + Active + F2088 + L2088 + 2088@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + 603 + + + + + + 10419 + 821 + 10 + 10CH010714 + 2018-11-01 + 2023-10-31 + CH + Seattle School District #1 + Active + F14039 + L14039 + 14039@hsesinfo.org + F46991 + L46991 + 46991@hsesinfo.org + 357 + + + + + + 10420 + 1529 + 5 + 05CH010709 + 2018-11-01 + 2023-10-31 + CH + Baraga-Houghton-Keweenaw Child Development Board, Inc. + Active + F43414 + L43414 + 43414@hsesinfo.org + F49856 + L49856 + 49856@hsesinfo.org + 240 + 141 + + + + + 10421 + 1506 + 11 + 90CI009981 + 2018-11-01 + 2023-10-31 + CI + Inter-Tribal Council of Michigan, Inc. + Active + F25722 + L25722 + 25722@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + 242 + 150 + + + + + 10422 + 1053 + 5 + 05CH010700 + 2018-11-01 + 2023-10-31 + CH + Fremont Community Schools + Active + F42090 + L42090 + 42090@hsesinfo.org + F48776 + L48776 + 48776@hsesinfo.org + 187 + + + + + + 10423 + 463 + 10 + 10CH010717 + 2018-11-01 + 2023-10-31 + CH + Southern Oregon Child & Family Council, Inc. + Active + F48537 + L48537 + 48537@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + 355 + 159 + 555 + 9 + + + 10424 + 1667 + 10 + 10CH010715 + 2018-11-01 + 2023-10-31 + CH + Puget Sound Educational Service District + Active + F14039 + L14039 + 14039@hsesinfo.org + F45312 + L45312 + 45312@hsesinfo.org + 187 + + + + + + 10425 + 1016 + 1 + 01CH010712 + 2018-11-01 + 2023-10-31 + CH + South Shore Community Action Council, Inc. + Active + F2300 + L2300 + 2300@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + 266 + 80 + + + + + 10426 + 1617 + 6 + 06CH010720 + 2018-11-01 + 2023-10-31 + CH + Community Services Office, Inc. + Active + F13320 + L13320 + 13320@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + 239 + 80 + + + + + 10427 + 539 + 1 + 01CH010716 + 2018-11-01 + 2023-10-31 + CH + Holyoke, Chicopee, Springfield Head Start Inc. + Active + F42223 + L42223 + 42223@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + 755 + 40 + 54 + + + + 10428 + 1025 + 5 + 05CH010708 + 2018-11-01 + 2023-10-31 + CH + Alger Marquette Community Action Board + Active + F13544 + L13544 + 13544@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + 266 + 48 + + + + + 10429 + 1980 + 6 + 06CH010713 + 2018-11-01 + 2023-10-31 + CH + Community Action Resource and Development, Inc. + Active + F2185 + L2185 + 2185@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + 574 + 143 + + + + + 10430 + 464 + 10 + 10CH010719 + 2018-11-01 + 2023-10-31 + CH + Portland Public Schools + Active + F45193 + L45193 + 45193@hsesinfo.org + F48097 + L48097 + 48097@hsesinfo.org + 297 + + 463 + + + + 10431 + 359 + 1 + 01CH010718 + 2018-11-01 + 2023-10-31 + CH + Comprehensive Community Action, Inc. + Active + F42223 + L42223 + 42223@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + 174 + 20 + 8 + + + + 10432 + 859 + 4 + 04CH010722 + 2019-01-01 + 2023-12-31 + CH + Mississippi Action for Progress, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + 564 + 264 + + + + + 10433 + 386 + 11 + 90CI009982 + 2018-12-01 + 2023-11-30 + CI + Winnebago Tribe + Active + F39730 + L39730 + 39730@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + 90 + + + + + + 10434 + 1683 + 9 + 09CH010724 + 2018-12-01 + 2023-11-30 + CH + Options for Learning + Active + F14155 + L14155 + 14155@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + 690 + + + + + + 10435 + 1683 + 9 + 09CH010726 + 2018-12-01 + 2023-11-30 + CH + Options for Learning + Active + F14155 + L14155 + 14155@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + 455 + + + + + + 10436 + 209 + 9 + 09CH010723 + 2018-12-01 + 2023-11-30 + CH + Southwest Human Development + Active + F47463 + L47463 + 47463@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + 782 + 340 + + + + + 10437 + 1683 + 9 + 09CH010728 + 2018-12-01 + 2023-11-30 + CH + Options for Learning + Active + F14155 + L14155 + 14155@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + 739 + 154 + + + + + 10438 + 1498 + 8 + 08CH010729 + 2018-12-01 + 2023-11-30 + CH + Southeastern North Dakota Community Action Agency + Active + F3032 + L3032 + 3032@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + 309 + 52 + + + + + 10439 + 601 + 4 + 04CH010733 + 2018-12-01 + 2023-11-30 + CH + Tri-County Community Council, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + 203 + 36 + + + + + 10440 + 205 + 4 + 04CH010732 + 2018-12-01 + 2023-11-30 + CH + Mid-East Community Action Agency + Active + F13740 + L13740 + 13740@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + 240 + 124 + + + + + 10441 + 1062 + 4 + 04CH010730 + 2018-12-01 + 2023-11-30 + CH + Audubon Area Community Services, Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + 1595 + 325 + + + + + 10442 + 784 + 8 + 08CH010736 + 2018-12-01 + 2023-11-30 + CH + Family Star, Inc. + Active + F47409 + L47409 + 47409@hsesinfo.org + F3062 + L3062 + 3062@hsesinfo.org + + 115 + + + + + 10443 + 191 + 9 + 09CH010731 + 2018-12-01 + 2023-11-30 + CH + Sunrise Children's Foundation + Active + F2334 + L2334 + 2334@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + 258 + + + + + 10444 + 1071 + 2 + 02CH010735 + 2018-12-01 + 2023-11-30 + CH + Ulster County Community Action Committee, Inc. + Active + F2340 + L2340 + 2340@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + 223 + 32 + + + + + 10446 + 3427 + 11 + 90CI009983 + 2018-12-01 + 2023-11-30 + CI + Oneida Nation + Active + F15738 + L15738 + 15738@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + 108 + 60 + + + + + 10447 + 5462 + 3 + 03CH010737 + 2018-12-01 + 2023-11-30 + CH + Bradford Tioga Head Start Inc. + Active + F14907 + L14907 + 14907@hsesinfo.org + F49361 + L49361 + 49361@hsesinfo.org + 255 + 66 + 51 + + + + 10448 + 1335 + 2 + 02CH010738 + 2018-12-01 + 2023-11-30 + CH + Greater Bergen Community Action, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + 491 + 154 + + + + + 10449 + 1511 + 1 + 01CH010741 + 2018-12-01 + 2023-11-30 + CH + Northeast Kingdom Community Action, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + 168 + 99 + + + + + 10450 + 870 + 5 + 05CH010734 + 2018-12-01 + 2023-11-30 + CH + Cooperative Educational Service Agency No. 11 + Active + F3061 + L3061 + 3061@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + 388 + 251 + 0 + + + + 10451 + 1621 + 3 + 03CH010740 + 2018-12-01 + 2023-11-30 + CH + Augusta County School Board + Active + F49609 + L49609 + 49609@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + 254 + + + + + + 10452 + 200 + 4 + 04CH010739 + 2018-12-01 + 2023-11-30 + CH + Institute of Community Services, Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F46450 + L46450 + 46450@hsesinfo.org + 160 + + + + + + 10453 + 1288 + 5 + 05CH010744 + 2018-12-01 + 2023-11-30 + CH + Family Forum, Inc. + Active + F43414 + L43414 + 43414@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + 330 + 100 + + + + + 10454 + 5941 + 5 + 05CH010742 + 2018-12-01 + 2020-06-30 + CH + Brightside Academy Ohio LLC + Inactive + F2088 + L2088 + 2088@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + + + + + + + 10455 + 1090 + 6 + 06CH010743 + 2018-12-01 + 2023-11-30 + CH + Little Dixie Community Action Agency, Inc. + Active + F45654 + L45654 + 45654@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + 429 + 48 + + + + + 10456 + 710 + 4 + 04CH010721 + 2019-01-01 + 2023-12-31 + CH + Community Action Council for Lexington-Fayette, Bourbon, Harrison & Nicholas Counties Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + 595 + 130 + + + + + 10457 + 1746 + 6 + 06CH010745 + 2018-12-01 + 2023-11-30 + CH + Rolling Plains Management Corporation + Active + F13320 + L13320 + 13320@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + 294 + + + + + + 10458 + 218 + 9 + 09CH010746 + 2019-01-01 + 2023-12-31 + CH + Metropolitan Area Advisory Committee on Anti-Poverty of San Diego County, Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + 1209 + 502 + + + + + 10459 + 1834 + 2 + 02CH010750 + 2019-01-01 + 2023-12-31 + CH + Schoharie County Child Development Council, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + 115 + 85 + + + + + 10460 + 850 + 9 + 09CH010747 + 2019-01-01 + 2023-12-31 + CH + Spanish Speaking Unity Council + Active + F14155 + L14155 + 14155@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + 186 + 90 + + + + + 10461 + 1253 + 9 + 09CH010748 + 2019-01-01 + 2023-12-31 + CH + Venice Family Clinic + Active + F37822 + L37822 + 37822@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + 180 + + + + + 10464 + 3681 + 6 + 06CH010751 + 2018-12-01 + 2023-11-30 + CH + Texas City Independent School District + Active + F43271 + L43271 + 43271@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + 154 + + + + + + 10466 + 465 + 9 + 09CH010753 + 2019-01-01 + 2023-12-31 + CH + Child Care Resource Center, Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + 2337 + 184 + + + + + 10467 + 1702 + 7 + 07CH010755 + 2019-01-01 + 2023-12-31 + CH + Plattsmouth Community School District + Active + F47594 + L47594 + 47594@hsesinfo.org + F13558 + L13558 + 13558@hsesinfo.org + 100 + 10 + + + + + 10468 + 1744 + 2 + 02CH010752 + 2019-01-01 + 2023-12-31 + CH + Kiryas Joel Municipal Local Development + Active + F47557 + L47557 + 47557@hsesinfo.org + F47389 + L47389 + 47389@hsesinfo.org + 186 + 100 + + + + + 10469 + 970 + 7 + 07CH010749 + 2019-01-01 + 2023-12-31 + CH + East Missouri Action Agency + Active + F49091 + L49091 + 49091@hsesinfo.org + F13558 + L13558 + 13558@hsesinfo.org + 542 + + + + + + 10470 + 1573 + 10 + 10CH010756 + 2019-01-01 + 2023-12-31 + CH + Friends of Children & Families, Inc. + Active + F48537 + L48537 + 48537@hsesinfo.org + F45312 + L45312 + 45312@hsesinfo.org + 385 + 76 + + + + + 10471 + 3501 + 6 + 06CH010761 + 2019-01-01 + 2023-12-31 + CH + Arkansas Early Learning, Inc. + Active + F13320 + L13320 + 13320@hsesinfo.org + F49596 + L49596 + 49596@hsesinfo.org + 656 + 128 + + + + + 10472 + 4100 + 1 + 01CH010758 + 2019-01-01 + 2023-12-31 + CH + Lulac Head Start Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F32486 + L32486 + 32486@hsesinfo.org + 41 + 52 + 0 + + + + 10473 + 7680 + 6 + 06CH010757 + 2019-01-01 + 2023-12-31 + CH + Ascension DePaul Services + Active + F23929 + L23929 + 23929@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + 51 + 48 + + + + + 10474 + 404 + 2 + 02CH010764 + 2019-01-01 + 2023-12-31 + CH + Shira Association, Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F48109 + L48109 + 48109@hsesinfo.org + 68 + + + + + + 10475 + 1111 + 5 + 05CH010760 + 2019-01-01 + 2023-12-31 + CH + Community Action Program Commission of the Lancaster + Active + F2088 + L2088 + 2088@hsesinfo.org + F49668 + L49668 + 49668@hsesinfo.org + 180 + 112 + + + + + 10476 + 1339 + 2 + 02CH010765 + 2019-01-01 + 2023-12-31 + CH + Municipio de San German + Active + F15514 + L15514 + 15514@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + 72 + + + + + + 10477 + 351 + 11 + 90CI009984 + 2019-01-01 + 2023-12-31 + CI + Nooksack Indian Tribe + Active + F39730 + L39730 + 39730@hsesinfo.org + F45305 + L45305 + 45305@hsesinfo.org + 64 + + + + + + 10478 + 664 + 9 + 09CH010767 + 2019-01-01 + 2023-12-31 + CH + Volunteers of America of Los Angeles + Active + F2334 + L2334 + 2334@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + 1349 + 421 + + + + + 10479 + 1368 + 2 + 02CH010771 + 2019-01-01 + 2021-06-30 + CH + Mayaguez Municipality Head Start Program + Active + F2342 + L2342 + 2342@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + 1045 + + + + + + 10480 + 1589 + 8 + 08CH010770 + 2019-01-01 + 2023-12-31 + CH + South Central Child Development, Inc. + Active + F3064 + L3064 + 3064@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + 347 + + + + + + 10481 + 1403 + 4 + 04CH010769 + 2019-01-01 + 2023-12-31 + CH + Knoxville-Knox County Community Action Committee + Active + F46632 + L46632 + 46632@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + 743 + 144 + + + + + 10482 + 1385 + 8 + 08CH010766 + 2019-01-01 + 2023-12-31 + CH + Jefferson, County of + Active + F47409 + L47409 + 47409@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + 366 + + + + + + 10483 + 1036 + 2 + 02CH010773 + 2019-01-01 + 2023-12-31 + CH + Caguas Municipality + Active + F2342 + L2342 + 2342@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + 1064 + 176 + + + + + 10484 + 785 + 9 + 09CH010754 + 2019-01-01 + 2023-12-31 + CH + Foothill Family Service + Active + F2334 + L2334 + 2334@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + 174 + + + + + 10485 + 845 + 5 + 05CH010772 + 2019-01-01 + 2023-12-31 + CH + ADVOCAP, Inc. + Active + F42090 + L42090 + 42090@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + 242 + + 15 + + + + 10486 + 1108 + 5 + 05CH010759 + 2019-01-01 + 2023-12-31 + CH + Hancock Hardin Wyandot Putnam Community Action + Active + F2088 + L2088 + 2088@hsesinfo.org + F49668 + L49668 + 49668@hsesinfo.org + 328 + + + + + + 10487 + 241 + 5 + 05CH010768 + 2019-01-01 + 2023-12-31 + CH + Eight Community Action Program, Inc. + Active + F48866 + L48866 + 48866@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + 667 + 268 + + + + + 10488 + 597 + 5 + 05CH010775 + 2019-01-01 + 2023-12-31 + CH + Bauer Family Resources, Inc. + Active + F43414 + L43414 + 43414@hsesinfo.org + F47912 + L47912 + 47912@hsesinfo.org + 209 + 78 + + + + + 10489 + 1242 + 5 + 05CH010774 + 2019-01-01 + 2023-12-31 + CH + Ounce of Prevention Fund + Active + F44271 + L44271 + 44271@hsesinfo.org + F2121 + L2121 + 2121@hsesinfo.org + + 70 + + + + + 10490 + 792 + 1 + 01CH010781 + 2019-01-01 + 2023-12-31 + CH + Midcoast Maine Community Action + Active + F14152 + L14152 + 14152@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + 164 + 60 + + 0 + + + 10496 + 975 + 3 + 03CH010776 + 2019-01-01 + 2023-12-31 + CH + Pride in Logan County, Inc. + Active + F49609 + L49609 + 49609@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + 251 + + + + + + 10497 + 811 + 9 + 09CH010783 + 2019-01-01 + 2023-12-31 + CH + Human Services Association + Active + F37822 + L37822 + 37822@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + 380 + + + + + + 10498 + 973 + 3 + 03CH010763 + 2019-01-01 + 2023-12-31 + CH + Raleigh County Community Action Association, Inc. + Active + F49595 + L49595 + 49595@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + 316 + + + + + + 10499 + 1426 + 9 + 09CH010784 + 2019-01-01 + 2023-12-31 + CH + Dignity Health + Active + F37822 + L37822 + 37822@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + 272 + + + + + 10500 + 3609 + 3 + 03CH010762 + 2019-01-01 + 2023-12-31 + CH + Berks County Intermediate Unit 14 + Active + F14907 + L14907 + 14907@hsesinfo.org + F44345 + L44345 + 44345@hsesinfo.org + 610 + + 85 + + + + 10501 + 470 + 5 + 05CH010788 + 2019-01-01 + 2023-12-31 + CH + Prairie Five Community Action Council, Incorporated + Active + F49521 + L49521 + 49521@hsesinfo.org + F48776 + L48776 + 48776@hsesinfo.org + 175 + + + + + + 10502 + 308 + 5 + 05CH010787 + 2019-01-01 + 2023-12-31 + CH + Southern Seven Health Department + Active + F49521 + L49521 + 49521@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + 330 + 142 + + + + + 10503 + 868 + 5 + 05CH010779 + 2019-01-01 + 2023-12-31 + CH + B.C.M.W. Community Services, Inc. + Active + F14214 + L14214 + 14214@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + 354 + 28 + + + + + 10504 + 1812 + 9 + 09CH010862 + 2019-01-01 + 2023-12-31 + CH + Contra Costa County + Active + F14155 + L14155 + 14155@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + 1351 + 311 + + + + + 10505 + 186 + 10 + 10CH010789 + 2019-01-01 + 2023-12-31 + CH + United Community Action Network + Active + F47078 + L47078 + 47078@hsesinfo.org + F48097 + L48097 + 48097@hsesinfo.org + 115 + 56 + 217 + + + + 10506 + 1470 + 3 + 03CH010782 + 2019-01-01 + 2023-12-31 + CH + Mountainheart Community Services, Inc. + Active + F49595 + L49595 + 49595@hsesinfo.org + F44251 + L44251 + 44251@hsesinfo.org + 156 + 128 + + + + + 10507 + 1593 + 3 + 03CH010786 + 2019-01-01 + 2023-12-31 + CH + Child Advocates of Blair County, Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F49361 + L49361 + 49361@hsesinfo.org + 404 + + 110 + + + + 10508 + 758 + 10 + 10CH010785 + 2019-01-01 + 2023-12-31 + CH + Neighborhood House Incorporated + Active + F43149 + L43149 + 43149@hsesinfo.org + F47540 + L47540 + 47540@hsesinfo.org + + 75 + + + + + 10509 + 1712 + 3 + 03CH010790 + 2019-01-01 + 2023-12-31 + CH + Luzerne County Head Start, Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F47017 + L47017 + 47017@hsesinfo.org + 603 + 202 + 266 + + + + 10514 + 1204 + 11 + 90CI009985 + 2019-01-01 + 2023-12-31 + CI + Three Affiliated Tribes + Active + F3537 + L3537 + 3537@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + 163 + + + + + + 10515 + 752 + 12 + 90CM009828 + 2019-02-01 + 2021-01-31 + CM + Telamon Corporation + Active + F3537 + L3537 + 3537@hsesinfo.org + F39971 + L39971 + 39971@hsesinfo.org + 375 + + + + + + 10516 + 1352 + 2 + 02CH010797 + 2019-02-01 + 2024-01-31 + CH + United Academy Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F48564 + L48564 + 48564@hsesinfo.org + 160 + 16 + + + + + 10517 + 200 + 4 + 04CH010792 + 2019-02-01 + 2024-01-31 + CH + Institute of Community Services, Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F46450 + L46450 + 46450@hsesinfo.org + 3300 + 252 + + + + + 10518 + 607 + 2 + 02CH010795 + 2019-02-01 + 2024-01-31 + CH + Bank Street College of Education + Active + F47556 + L47556 + 47556@hsesinfo.org + F48411 + L48411 + 48411@hsesinfo.org + 68 + + + + + + 10519 + 1352 + 2 + 02CH010796 + 2019-02-01 + 2024-01-31 + CH + United Academy Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F48564 + L48564 + 48564@hsesinfo.org + 195 + 24 + + + + + 10520 + 1369 + 2 + 02CH010794 + 2019-02-01 + 2024-01-31 + CH + Community Action of Orleans and Genesee, Inc. + Active + F2340 + L2340 + 2340@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + 189 + 30 + + + + + 10521 + 1745 + 2 + 02CH010800 + 2019-02-01 + 2024-01-31 + CH + Quintana Baptist Church Head Start Program + Active + F2342 + L2342 + 2342@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + 264 + 106 + + + + + 10522 + 998 + 5 + 05CH010793 + 2019-02-01 + 2024-01-31 + CH + Community Action Program Inc. of Western Indiana + Active + F48866 + L48866 + 48866@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + 288 + 80 + + + + + 10523 + 3648 + 2 + 02CH010803 + 2019-02-01 + 2024-01-31 + CH + Y M & Y W H A of Williamsburg, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F47389 + L47389 + 47389@hsesinfo.org + 195 + + + + + + 10524 + 3647 + 2 + 02CH010802 + 2019-02-01 + 2024-01-31 + CH + Lenox Hill Neighborhood House, Inc. + Active + F47557 + L47557 + 47557@hsesinfo.org + F48411 + L48411 + 48411@hsesinfo.org + 141 + + + + + + 10525 + 990 + 2 + 02CH010801 + 2019-02-01 + 2024-01-31 + CH + Yeshiva Kehilath Yakove, Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F48411 + L48411 + 48411@hsesinfo.org + 403 + 56 + + + + + 10526 + 3643 + 2 + 02CH010805 + 2019-02-01 + 2024-01-31 + CH + Hudson Guild, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F32828 + L32828 + 32828@hsesinfo.org + 142 + + + + + + 10527 + 1726 + 2 + 02CH010799 + 2019-02-01 + 2024-01-31 + CH + Tri-County Community Action Agency Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + 759 + 188 + + + + + 10528 + 1705 + 2 + 02CH010807 + 2019-02-01 + 2024-01-31 + CH + Association to Benefit Children + Active + F47557 + L47557 + 47557@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + 175 + 72 + + + + + 10529 + 1605 + 13 + 90CH010834 + 2019-02-01 + 2020-12-31 + CH + CDI HS/Kittitas County, WA + Active + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + 105 + 54 + + + + + 10531 + 695 + 2 + 02CH010812 + 2019-02-01 + 2024-01-31 + CH + Action for a Better Community + Active + F2340 + L2340 + 2340@hsesinfo.org + F47389 + L47389 + 47389@hsesinfo.org + 859 + 254 + + + + + 10532 + 1772 + 2 + 02CH010813 + 2019-02-01 + 2024-01-31 + CH + Yeled V'Yalda Early Childhood Center, Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + 1344 + 398 + + + + + 10533 + 1237 + 8 + 08CH010808 + 2019-02-01 + 2024-01-31 + CH + Bear River Head Start + Active + F3032 + L3032 + 3032@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + 363 + 127 + + + + + 10534 + 3646 + 2 + 02CH010804 + 2019-02-01 + 2024-01-31 + CH + Catholic Charities Neighborhood Services, Inc. + Active + F2340 + L2340 + 2340@hsesinfo.org + F47389 + L47389 + 47389@hsesinfo.org + 962 + + + + + + 10535 + 244 + 8 + 08CH010810 + 2019-02-01 + 2024-01-31 + CH + Southern Utah University + Active + F3032 + L3032 + 3032@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + 383 + + + + + + 10536 + 1992 + 9 + 09CH010806 + 2019-02-01 + 2024-01-31 + CH + Volunteers of America - Southwest Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + 244 + + + + + 10537 + 1185 + 8 + 08CH010817 + 2019-02-01 + 2024-01-31 + CH + Inter Lakes Community Action Inc. + Active + F3032 + L3032 + 3032@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + 210 + 180 + + + + + 10538 + 605 + 2 + 02CH010818 + 2019-02-01 + 2024-01-31 + CH + Northside Center for Child Development + Active + F32488 + L32488 + 32488@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + 51 + 148 + + + + + 10539 + 1769 + 11 + 90CI009986 + 2019-02-01 + 2021-01-31 + CI + Colorado River Indian Tribes + Active + F15738 + L15738 + 15738@hsesinfo.org + F42301 + L42301 + 42301@hsesinfo.org + 183 + + + + + + 10540 + 1676 + 8 + 08CH010809 + 2019-02-01 + 2024-01-31 + CH + Iliff Community Center, Inc. + Active + F3032 + L3032 + 3032@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + 67 + + + + + + 10541 + 606 + 2 + 02CH010819 + 2019-02-01 + 2024-01-31 + CH + Educational Alliance, Inc., The + Active + F2340 + L2340 + 2340@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + 237 + 164 + + + + + 10542 + 4237 + 2 + 02CH010815 + 2019-02-01 + 2024-01-31 + CH + Child Development Center of the MMCC + Active + F47557 + L47557 + 47557@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + 232 + + + + + + 10543 + 1929 + 7 + 07CH010791 + 2019-02-01 + 2020-10-31 + CH + Sarpy County Cooperative Head Start + Inactive + F47594 + L47594 + 47594@hsesinfo.org + F13558 + L13558 + 13558@hsesinfo.org + + + + + + + 10544 + 1742 + 10 + 10CH010820 + 2019-02-01 + 2024-01-31 + CH + Clackamas County Children's Commission + Active + F43149 + L43149 + 43149@hsesinfo.org + F48097 + L48097 + 48097@hsesinfo.org + 177 + 86 + 436 + + + + 10545 + 1745 + 2 + 02CH010798 + 2019-02-01 + 2021-06-30 + CH + Quintana Baptist Church Head Start Program + Active + F2342 + L2342 + 2342@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + 387 + + + + + + 10546 + 742 + 2 + 02CH010816 + 2019-02-01 + 2024-01-31 + CH + Children's Aid Society, The + Active + F32488 + L32488 + 32488@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + + 75 + + + + + 10547 + 452 + 1 + 01CH010826 + 2019-02-01 + 2024-01-31 + CH + Communities United, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + 221 + 26 + 0 + + + + 10548 + 1320 + 10 + 10CH010811 + 2019-02-01 + 2024-01-31 + CH + Benton Franklin Head Start + Active + F47078 + L47078 + 47078@hsesinfo.org + F46991 + L46991 + 46991@hsesinfo.org + 387 + 60 + + + + + 10549 + 3561 + 5 + 05CH010823 + 2019-02-01 + 2020-01-31 + CH + The Centers for Families and Children + Inactive + F14214 + L14214 + 14214@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + + + + + + + 10550 + 722 + 5 + 05CH010828 + 2019-02-01 + 2024-01-31 + CH + Council for Economic Opportunities in Greater Cleveland + Active + F42090 + L42090 + 42090@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + 2528 + 225 + + + + + 10551 + 962 + 5 + 05CH010824 + 2019-02-01 + 2024-01-31 + CH + Butler County Educational Service Center + Active + F43414 + L43414 + 43414@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + 136 + + + + + + 10552 + 989 + 3 + 03CH010814 + 2019-02-01 + 2024-01-31 + CH + Tableland Services, Inc. + Active + F14907 + L14907 + 14907@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + 93 + 48 + 17 + + + + 10553 + 856 + 10 + 10CH010829 + 2019-02-01 + 2024-01-31 + CH + Children's Home Society of Washington + Active + F45193 + L45193 + 45193@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + 83 + 25 + + + + + 10554 + 856 + 10 + 10CH010827 + 2019-02-01 + 2024-01-31 + CH + Children's Home Society of Washington + Active + F45193 + L45193 + 45193@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + + 277 + + + + + 10557 + 1532 + 6 + 06CH010825 + 2019-02-01 + 2024-01-31 + CH + Community Action Program for Central Arkansas CAPCA + Active + F45654 + L45654 + 45654@hsesinfo.org + F15375 + L15375 + 15375@hsesinfo.org + 137 + 52 + + + + + 10558 + 724 + 6 + 06CH010822 + 2019-02-01 + 2024-01-31 + CH + Education Service Center Region 20 + Active + F2185 + L2185 + 2185@hsesinfo.org + F2193 + L2193 + 2193@hsesinfo.org + 480 + + + + + + 10559 + 3422 + 6 + 06CH010821 + 2019-02-01 + 2024-01-31 + CH + City of San Antonio + Active + F2185 + L2185 + 2185@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + 3020 + + + + + + 10561 + 3721 + 6 + 06CH010831 + 2019-02-01 + 2024-01-31 + CH + South San Antonio Independent School District + Active + F43271 + L43271 + 43271@hsesinfo.org + F2193 + L2193 + 2193@hsesinfo.org + 288 + + + + + + 10562 + 1360 + 6 + 06CH010830 + 2019-02-01 + 2024-01-31 + CH + Crossroads Youth & Family Services, Inc. + Active + F13320 + L13320 + 13320@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + 595 + 340 + + + + + 10563 + 1132 + 6 + 06CH010832 + 2019-02-01 + 2024-01-31 + CH + Parent Child Incorporated + Active + F2179 + L2179 + 2179@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + 476 + + + + + + 10564 + 1813 + 6 + 06CH010833 + 2019-02-01 + 2024-01-31 + CH + Cen-Tex Family Services, Inc. + Active + F45391 + L45391 + 45391@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + 307 + 114 + + + + + 10565 + 406 + 2 + 02CH010835 + 2019-03-01 + 2024-02-29 + CH + Albany County Opportunity, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F48564 + L48564 + 48564@hsesinfo.org + 474 + + + + + + 10566 + 1776 + 5 + 05CH010838 + 2019-03-01 + 2024-02-29 + CH + Wright County Community Action, Inc. + Active + F13544 + L13544 + 13544@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + 169 + 22 + + + + + 10567 + 1335 + 2 + 02CH010840 + 2019-03-01 + 2024-02-29 + CH + Greater Bergen Community Action, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + 429 + 72 + + + + + 10568 + 3437 + 5 + 05CH010836 + 2019-03-01 + 2024-02-29 + CH + Community Action Commission of Fayette County, Inc. + Active + F2088 + L2088 + 2088@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + 148 + 75 + + + + + 10569 + 1554 + 5 + 05CH010837 + 2019-03-01 + 2024-02-29 + CH + Kootasca Community Action, Inc. + Active + F2088 + L2088 + 2088@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + 200 + + + + + + 10570 + 1254 + 11 + 90CI009987 + 2019-03-01 + 2024-02-29 + CI + Confederated Tribes of Siletz Indians + Active + F15738 + L15738 + 15738@hsesinfo.org + F42301 + L42301 + 42301@hsesinfo.org + 112 + + + + + + 10571 + 981 + 12 + 90CM009829 + 2019-03-01 + 2024-02-29 + CM + Community Action Partnership of Western Nebraska + Active + F15738 + L15738 + 15738@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + 54 + + + + + + 10572 + 503 + 7 + 07CH010845 + 2019-03-01 + 2024-02-29 + CH + Upper Des Moines Opportunity Inc. + Active + F2256 + L2256 + 2256@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + 306 + 176 + + + + + 10573 + 1176 + 8 + 08CH010843 + 2019-03-01 + 2024-02-28 + CH + Salida School District R-32-J + Active + F47409 + L47409 + 47409@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + 56 + 56 + + + + + 10575 + 1548 + 5 + 05CH010847 + 2019-03-01 + 2024-02-29 + CH + Community Action of East Central Indiana, Inc. + Active + F48866 + L48866 + 48866@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + 306 + 72 + + + + + 10576 + 570 + 5 + 05CH010848 + 2019-03-01 + 2024-02-29 + CH + Allegan County Resource Development Committee, Inc. + Active + F2088 + L2088 + 2088@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + 247 + 78 + + + + + 10577 + 1300 + 4 + 04CH010842 + 2019-03-01 + 2024-02-29 + CH + Union County Community Action, Inc. + Inactive + F13740 + L13740 + 13740@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + + + + + + + 10578 + 1608 + 4 + 04CH010844 + 2019-03-01 + 2024-02-29 + CH + Alabama Council on Human Relations Inc. + Active + F13510 + L13510 + 13510@hsesinfo.org + F45392 + L45392 + 45392@hsesinfo.org + 344 + 168 + + + + + 10579 + 1191 + 9 + 09CH010839 + 2019-03-01 + 2024-02-29 + CH + Western Arizona Council of Governments + Active + F14155 + L14155 + 14155@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + 954 + 56 + + + + + 10580 + 1401 + 12 + 90CM009830 + 2019-03-01 + 2024-02-29 + CM + Central California Migrant Head Start Program + Active + F3537 + L3537 + 3537@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + 2601 + 56 + + + + + 10581 + 909 + 4 + 04CH010849 + 2019-03-01 + 2024-02-29 + CH + Community Action Partnership of North Alabama, Inc. + Active + F2001 + L2001 + 2001@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + 138 + 40 + + + + + 10582 + 1006 + 11 + 90CI009988 + 2019-03-01 + 2021-02-28 + CI + Kickapoo Tribe in Kansas + Active + F25722 + L25722 + 25722@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + 30 + 10 + + + + + 10583 + 1798 + 1 + 01CH010841 + 2019-03-01 + 2024-02-29 + CH + Manchester Board of Education + Active + F14152 + L14152 + 14152@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + 240 + + 15 + + + + 10585 + 1605 + 13 + 90CH010874 + 2019-04-01 + 2024-03-31 + CH + CDI/HS Cape Cod, MA + Active + F33086 + L33086 + 33086@hsesinfo.org + F48422 + L48422 + 48422@hsesinfo.org + 377 + + + + + + 10586 + 146 + 3 + 03CH010850 + 2019-03-01 + 2024-02-29 + CH + Monticello Area Community Action Agency + Active + F46529 + L46529 + 46529@hsesinfo.org + F44251 + L44251 + 44251@hsesinfo.org + 213 + + + + + + 10587 + 909 + 4 + 04CH010851 + 2019-03-01 + 2024-02-29 + CH + Community Action Partnership of North Alabama, Inc. + Active + F48070 + L48070 + 48070@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + + 40 + + + + + 10588 + 1098 + 7 + 07CH010852 + 2019-04-01 + 2024-03-31 + CH + East Central Kansas Economic Opportunity Corporation + Active + F49091 + L49091 + 49091@hsesinfo.org + F45048 + L45048 + 45048@hsesinfo.org + 264 + 133 + + + + + 10589 + 3501 + 6 + 06HP000118 + 2019-03-01 + 2024-02-29 + HP + Arkansas Early Learning, Inc. + Active + F13320 + L13320 + 13320@hsesinfo.org + F49596 + L49596 + 49596@hsesinfo.org + + 160 + + + + + 10590 + 654 + 4 + 04HP000129 + 2019-03-01 + 2024-02-29 + HP + Community Coordinated Care for Children, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + + 150 + + + + + 10591 + 1447 + 5 + 05CH010856 + 2019-04-01 + 2024-03-31 + CH + Tri-County Opportunities Council, Inc. + Active + F13544 + L13544 + 13544@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + 517 + 116 + + + + + 10593 + 7198 + 7 + 07HP000123 + 2019-03-01 + 2024-02-29 + HP + Nebraska Early Childhood Collaborative + Active + F49091 + L49091 + 49091@hsesinfo.org + F13558 + L13558 + 13558@hsesinfo.org + + 104 + + + + + 10594 + 1549 + 7 + 07HP000122 + 2019-03-01 + 2024-02-29 + HP + Community Opportunities, Incorporated + Active + F49507 + L49507 + 49507@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + + 64 + + + + + 10595 + 198 + 6 + 06HP000125 + 2019-01-01 + 2024-02-29 + HP + Central Texas 4C, Inc. + Active + F2179 + L2179 + 2179@hsesinfo.org + F13531 + L13531 + 13531@hsesinfo.org + + 56 + + + + + 10596 + 1617 + 6 + 06HP000120 + 2019-03-01 + 2024-02-29 + HP + Community Services Office, Inc. + Active + F13320 + L13320 + 13320@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + + 120 + + + + + 10597 + 617 + 6 + 06HP000119 + 2019-03-01 + 2024-02-29 + HP + Sunbeam Family Services, Inc. + Active + F2179 + L2179 + 2179@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + 160 + + + + + 10598 + 124 + 2 + 02CH010855 + 2019-04-01 + 2024-03-31 + CH + Fulmont Community Action Agency, Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + 285 + + + + + + 10599 + 204 + 11 + 90HI000022 + 2019-03-01 + 2024-02-29 + HI + ISWA Development Corporation + Active + F15738 + L15738 + 15738@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + + 32 + + + + + 10600 + 1438 + 11 + 90HI000021 + 2019-03-01 + 2024-02-29 + HI + Omaha Tribe of Nebraska + Active + F25722 + L25722 + 25722@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + + 19 + + + + + 10601 + 1556 + 9 + 09HP000144 + 2019-03-01 + 2024-02-29 + HP + Easter Seals Southern California, Inc. + Active + F14155 + L14155 + 14155@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + 116 + + + + + 10602 + 1079 + 5 + 05CH010858 + 2019-04-01 + 2024-03-31 + CH + The Community Action Program Corporation of Washington + Active + F2088 + L2088 + 2088@hsesinfo.org + F49668 + L49668 + 49668@hsesinfo.org + 205 + 40 + + + + + 10603 + 960 + 4 + 04HP000137 + 2019-03-01 + 2024-02-29 + HP + Mid Florida Community Services, Inc. + Active + F13510 + L13510 + 13510@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + + 120 + + + + + 10604 + 1174 + 4 + 04HP000141 + 2019-03-01 + 2024-02-29 + HP + McIntosh Trail Early Childhood Development Council, Inc., The + Active + F2001 + L2001 + 2001@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + + 40 + + + + + 10605 + 1614 + 9 + 09CH010861 + 2019-04-01 + 2024-03-31 + CH + Tulare, County of + Active + F37822 + L37822 + 37822@hsesinfo.org + F35663 + L35663 + 35663@hsesinfo.org + 1303 + 204 + + + + + 10606 + 7158 + 4 + 04HP000149 + 2019-03-01 + 2024-02-29 + HP + Early Learning Coalition of Palm Beach County, Inc. + Active + F48070 + L48070 + 48070@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + + 120 + + + + + 10607 + 484 + 4 + 04HP000151 + 2019-03-01 + 2024-02-29 + HP + Step-Up Suncoast, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + + 88 + + + + + 10608 + 1074 + 9 + 09HP000143 + 2019-03-01 + 2024-02-29 + HP + Child Start, Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + + 122 + + + + + 10609 + 438 + 5 + 05CH010860 + 2019-04-01 + 2024-03-31 + CH + Leads + Active + F43414 + L43414 + 43414@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + 403 + 96 + + + + + 10611 + 1371 + 4 + 04HP000158 + 2019-03-01 + 2024-02-29 + HP + Miami-Dade, County of + Active + F46251 + L46251 + 46251@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + + 552 + + + + + 10612 + 1023 + 8 + 08CH010865 + 2019-04-01 + 2024-03-31 + CH + Otero Junior College Foundation + Active + F3032 + L3032 + 3032@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + 342 + 114 + + + + + 10613 + 1544 + 4 + 04HP000132 + 2019-03-01 + 2024-02-29 + HP + Onslow County Partnership for Children, Inc. + Active + F2001 + L2001 + 2001@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + + 42 + + + + + 10614 + 1238 + 6 + 06HP000127 + 2019-03-01 + 2024-02-29 + HP + AVANCE - Houston, Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F12886 + L12886 + 12886@hsesinfo.org + + 169 + + + + + 10615 + 7222 + 4 + 04HP000169 + 2019-03-01 + 2024-02-29 + HP + Eckerd Youth Alternatives Inc. + Active + F13740 + L13740 + 13740@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + + 300 + + + + + 10616 + 1895 + 11 + 90HI000023 + 2019-03-01 + 2024-02-29 + HI + Cook Inlet Native Head Start + Active + F39730 + L39730 + 39730@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + 32 + + + + + 10617 + 486 + 12 + 90HM000011 + 2019-03-01 + 2024-02-29 + HM + Community Action Partnership of San Luis Obispo County, Inc. + Active + F15738 + L15738 + 15738@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + + 70 + + + + + 10618 + 7590 + 4 + 04HP000167 + 2019-03-01 + 2024-02-29 + HP + Le Jardin Community Center, Inc. + Active + F13740 + L13740 + 13740@hsesinfo.org + F46450 + L46450 + 46450@hsesinfo.org + + 160 + + + + + 10619 + 1463 + 7 + 07HP000152 + 2019-03-01 + 2024-02-29 + HP + Community Action Agency of Siouxland + Active + F48871 + L48871 + 48871@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + + 56 + + + + + 10620 + 901 + 4 + 04HP000154 + 2019-03-01 + 2024-02-29 + HP + Economic Improvement Council Inc. + Active + F2001 + L2001 + 2001@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + 288 + + + + + 10621 + 3441 + 9 + 09HP000134 + 2019-03-01 + 2024-02-29 + HP + Pacific Clinics + Active + F37822 + L37822 + 37822@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + + 209 + + + + + 10622 + 785 + 9 + 09HP000136 + 2019-03-01 + 2024-02-29 + HP + Foothill Family Service + Active + F2334 + L2334 + 2334@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + 130 + + + + + 10623 + 1699 + 9 + 09HP000131 + 2019-03-01 + 2024-06-30 + HP + Los Angeles County Office of Education + Active + F47463 + L47463 + 47463@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + + 319 + + + + + 10624 + 1215 + 5 + 05HP000139 + 2019-03-01 + 2024-02-29 + HP + Parents In Community Action, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + + 48 + + + + + 10625 + 218 + 9 + 09HP000130 + 2019-03-01 + 2024-02-29 + HP + Metropolitan Area Advisory Committee On Anti-Poverty of San Diego County Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + 64 + + + + + 10626 + 5822 + 9 + 09CH010854 + 2019-04-01 + 2024-03-31 + CH + Mission Neighborhood Centers, Inc. + Active + F47463 + L47463 + 47463@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + 280 + 82 + + + + + 10627 + 922 + 5 + 05CH010857 + 2019-04-01 + 2024-03-31 + CH + Arrowhead Economic Opportunity Agency, Inc. + Active + F2088 + L2088 + 2088@hsesinfo.org + F49668 + L49668 + 49668@hsesinfo.org + 226 + 85 + + + + + 10628 + 7682 + 9 + 09CH010777 + 2019-01-01 + 2023-12-31 + CH + Contra Costa County Community Services + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + + + + + + + 10629 + 5821 + 9 + 09CH010859 + 2019-04-01 + 2024-03-31 + CH + Kai Ming, Inc. + Active + F47463 + L47463 + 47463@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + 214 + 41 + + + + + 10630 + 1193 + 9 + 09CH010853 + 2019-04-01 + 2024-03-31 + CH + Child Development Resources of Ventura County, Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + 978 + 248 + + + + + 10631 + 1138 + 5 + 05HP000126 + 2019-03-01 + 2024-02-29 + HP + Renewal Unlimited, Inc. + Active + F14214 + L14214 + 14214@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + + 80 + + + + + 10632 + 658 + 2 + 02HP000148 + 2019-03-01 + 2024-02-29 + HP + The Child Center of NY + Active + F2335 + L2335 + 2335@hsesinfo.org + F48109 + L48109 + 48109@hsesinfo.org + + 100 + + + + + 10633 + 794 + 5 + 05HP000128 + 2019-03-01 + 2024-02-29 + HP + Great Lakes Community Action Partnership + Inactive + F2088 + L2088 + 2088@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + + + + + + + 10634 + 1323 + 4 + 04HP000165 + 2019-03-01 + 2024-02-29 + HP + Richland County First Steps + Active + F48070 + L48070 + 48070@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + 53 + + + + + 10635 + 1334 + 8 + 08HP000176 + 2019-03-01 + 2024-02-28 + HP + Ravalli Head Start, Inc. + Active + F47409 + L47409 + 47409@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + 33 + + + + + 10636 + 919 + 4 + 04HP000153 + 2019-03-01 + 2024-02-29 + HP + Redlands Christian Migrant Association + Active + F33579 + L33579 + 33579@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + + 96 + + + + + 10637 + 4530 + 8 + 08HP000174 + 2019-03-01 + 2024-02-28 + HP + Mile High Montessori Early Learning Centers + Active + F3064 + L3064 + 3064@hsesinfo.org + F3062 + L3062 + 3062@hsesinfo.org + + 60 + + + + + 10638 + 1901 + 4 + 04HP000171 + 2019-03-01 + 2024-02-29 + HP + Pee Dee Community Action Partnership + Active + F13740 + L13740 + 13740@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + 56 + + + + + 10639 + 1016 + 1 + 01HP000159 + 2019-03-01 + 2024-02-29 + HP + South Shore Community Action Council, Inc. + Active + F14155 + L14155 + 14155@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + + 32 + + + + + 10640 + 7634 + 5 + 05HP000147 + 2019-03-01 + 2024-02-29 + HP + Educare of West DuPage + Active + F42090 + L42090 + 42090@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + + 90 + + + + + 10641 + 861 + 1 + 01HP000155 + 2019-03-01 + 2024-02-29 + HP + Community Teamwork, Inc. + Active + F47611 + L47611 + 47611@hsesinfo.org + F28233 + L28233 + 28233@hsesinfo.org + + 54 + + + + + 10642 + 1497 + 5 + 05HP000135 + 2019-03-01 + 2024-02-29 + HP + Michigan Family Resources + Active + F43414 + L43414 + 43414@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + + 58 + + + + + 10643 + 3543 + 5 + 05HP000121 + 2019-03-01 + 2024-02-29 + HP + Genesee Intermediate School District + Active + F44271 + L44271 + 44271@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + + 72 + + + + + 10644 + 1982 + 5 + 05CH010863 + 2019-04-01 + 2024-03-31 + CH + Ashtabula County Community Action Agency + Active + F43414 + L43414 + 43414@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + 308 + 92 + + + + + 10645 + 221 + 10 + 10HP000164 + 2019-03-01 + 2024-02-29 + HP + Rural Alaska Community Action Program, Inc. + Active + F43149 + L43149 + 43149@hsesinfo.org + F2421 + L2421 + 2421@hsesinfo.org + + 52 + + + + + 10646 + 701 + 12 + 90CM009831 + 2019-04-01 + 2024-03-31 + CM + UMOS, Inc. + Active + F15738 + L15738 + 15738@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + 241 + 16 + + + + + 10647 + 7063 + 5 + 05HP000142 + 2019-03-01 + 2024-02-29 + HP + Young Women's Christian Association of Canton, Ohio + Active + F2088 + L2088 + 2088@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + 68 + + + + + 10648 + 710 + 12 + 90HM000012 + 2019-03-01 + 2024-02-29 + HM + Community Action Council for Lexington-Fayette, Bourbon, Harrison & Nicholas Counties Inc. + Active + F15738 + L15738 + 15738@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + + 24 + + + + + 10649 + 113 + 5 + 05HP000138 + 2019-03-01 + 2024-02-29 + HP + Champaign County + Active + F43414 + L43414 + 43414@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + + 90 + + + + + 10650 + 493 + 5 + 05HP000140 + 2019-03-01 + 2024-02-29 + HP + Northwest Michigan Community Action Agency, Inc. + Active + F2088 + L2088 + 2088@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + + 74 + + + + + 10651 + 407 + 10 + 10HP000182 + 2019-03-01 + 2024-02-29 + HP + CCS Early Learning + Active + F43149 + L43149 + 43149@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + + 32 + + + + + 10652 + 666 + 9 + 09HP000163 + 2019-03-01 + 2024-02-29 + HP + Community Action Partnership of Kern + Active + F47463 + L47463 + 47463@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + + 152 + + + + + 10653 + 1035 + 9 + 09HP000166 + 2019-03-01 + 2024-02-29 + HP + Institute for Human and Social Development, Inc. + Active + F47463 + L47463 + 47463@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + + 32 + + + + + 10654 + 1426 + 9 + 09HP000162 + 2019-03-01 + 2024-02-29 + HP + Dignity Health + Active + F37822 + L37822 + 37822@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + 41 + + + + + 10655 + 1535 + 1 + 01HP000156 + 2019-03-01 + 2024-02-29 + HP + Connecticut Institute for Communities, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F32486 + L32486 + 32486@hsesinfo.org + + 32 + + + + + 10656 + 328 + 1 + 01HP000179 + 2019-03-01 + 2024-02-29 + HP + Kennebec Valley Community Action Program + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + + 40 + + + + + 10657 + 179 + 9 + 09HP000160 + 2019-03-01 + 2024-02-29 + HP + Community Services Agency + Active + F2334 + L2334 + 2334@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + 139 + + + + + 10658 + 216 + 2 + 02HP000170 + 2019-03-01 + 2024-02-29 + HP + The Children's Home Society of New Jersey + Active + F2335 + L2335 + 2335@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + + 165 + + + + + 10659 + 3646 + 2 + 02HP000168 + 2019-03-01 + 2024-02-29 + HP + Catholic Charities Neighborhood Services, Inc. + Active + F2340 + L2340 + 2340@hsesinfo.org + F47389 + L47389 + 47389@hsesinfo.org + + 432 + + + + + 10660 + 1836 + 6 + 06HP000124 + 2019-03-01 + 2024-02-29 + HP + Tulsa Educare + Active + F45654 + L45654 + 45654@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + 150 + + + + + 10661 + 771 + 10 + 10HP000180 + 2019-03-01 + 2024-02-29 + HP + Mid-Willamette Valley Community Action Agency, Inc. + Active + F45193 + L45193 + 45193@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + + 52 + + + + + 10662 + 1939 + 8 + 08CH010864 + 2019-04-01 + 2024-03-31 + CH + The University of South Dakota + Active + F3064 + L3064 + 3064@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + 165 + 83 + + + + + 10663 + 229 + 6 + 06HP000181 + 2019-03-01 + 2024-02-29 + HP + Child Care Associates + Active + F2185 + L2185 + 2185@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + + 100 + + + + + 10664 + 856 + 10 + 10HP000178 + 2019-03-01 + 2024-02-29 + HP + Children's Home Society of Washington + Active + F45193 + L45193 + 45193@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + + 55 + + + + + 10665 + 7683 + 11 + 90HI000020 + 2019-03-01 + 2024-02-29 + HI + Squaxin Island Tribe + Active + F15738 + L15738 + 15738@hsesinfo.org + F15469 + L15469 + 15469@hsesinfo.org + + 35 + + + + + 10669 + 7004 + 8 + 08HP000175 + 2019-03-01 + 2024-02-29 + HP + Early Learning Ventures + Active + F3032 + L3032 + 3032@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + 110 + + + + + 10670 + 919 + 12 + 90HM000013 + 2019-03-01 + 2024-02-29 + HM + Redlands Christian Migrant Association + Active + F3537 + L3537 + 3537@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + + 48 + + + + + 10671 + 1551 + 5 + 05HP000150 + 2019-03-01 + 2024-02-29 + HP + City of Chicago + Active + F44271 + L44271 + 44271@hsesinfo.org + F2121 + L2121 + 2121@hsesinfo.org + + 200 + + + + + 10672 + 592 + 10 + 10HP000177 + 2019-03-01 + 2024-02-29 + HP + Western Idaho Community Action Partnership + Active + F43149 + L43149 + 43149@hsesinfo.org + F45312 + L45312 + 45312@hsesinfo.org + + 52 + + + + + 10673 + 891 + 12 + 90HM000014 + 2019-03-01 + 2024-02-29 + HM + Riverside County Office of Education + Active + F3537 + L3537 + 3537@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + + 50 + + + + + 10674 + 617 + 6 + 06CH010877 + 2019-04-01 + 2024-03-31 + CH + Sunbeam Family Services Inc. + Active + F2179 + L2179 + 2179@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + 120 + + + + + 10675 + 569 + 5 + 05HP000133 + 2019-03-01 + 2024-02-29 + HP + Mid Michigan Community Action Agency, Inc. + Active + F13544 + L13544 + 13544@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + + 65 + + + + + 10676 + 3542 + 3 + 03CH010878 + 2019-04-01 + 2024-03-31 + CH + Board of Education of St Mary's County + Active + F2402 + L2402 + 2402@hsesinfo.org + F30521 + L30521 + 30521@hsesinfo.org + 165 + + + + + + 10677 + 7218 + 6 + 06HP000185 + 2019-03-01 + 2024-02-29 + HP + Center for Transforming Lives + Active + F2179 + L2179 + 2179@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + + 120 + + + + + 10678 + 7061 + 5 + 05HP000145 + 2019-03-01 + 2024-02-29 + HP + St. Joseph County Intermediate School District + Active + F49521 + L49521 + 49521@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + 40 + + + + + 10679 + 1057 + 3 + 03HP000157 + 2019-03-01 + 2024-02-29 + HP + Council of Three Rivers American Indian Center + Active + F2402 + L2402 + 2402@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + + 333 + + + + + 10680 + 3547 + 3 + 03CH010879 + 2019-04-01 + 2024-03-31 + CH + Board of Education of Calvert County, Inc. + Active + F14907 + L14907 + 14907@hsesinfo.org + F30521 + L30521 + 30521@hsesinfo.org + 172 + + + + + + 10681 + 655 + 6 + 06HP000184 + 2019-03-01 + 2024-02-29 + HP + Jefferson Parish Council + Active + F2179 + L2179 + 2179@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + + 160 + + + + + 10682 + 1187 + 8 + 08CH010871 + 2019-04-01 + 2024-03-31 + CH + Human Resource Development Council of District Ix, Inc. + Active + F3064 + L3064 + 3064@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + 152 + + + + + + 10683 + 1009 + 5 + 05HP000146 + 2019-03-01 + 2024-02-29 + HP + Floyd County Community Action Agency + Active + F48866 + L48866 + 48866@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + + 80 + + + + + 10684 + 455 + 11 + 90HI000024 + 2019-03-01 + 2024-02-29 + HI + Bad River Band of Lake Superior Chippewa Indians + Active + F33086 + L33086 + 33086@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + + 57 + + + + + 10685 + 560 + 1 + 01CH010876 + 2019-04-01 + 2024-03-31 + CH + Thames Valley Council for Community Action, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + 287 + 80 + 46 + + + + 10686 + 790 + 6 + 06HP000183 + 2019-03-01 + 2024-02-29 + HP + Economic Opportunity Agency of Washington County, Inc. + Active + F45391 + L45391 + 45391@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + + 56 + + + + + 10687 + 875 + 3 + 03HP000161 + 2019-03-01 + 2024-02-29 + HP + Southern Maryland Tri-County Community Action Committee, Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F30521 + L30521 + 30521@hsesinfo.org + + 50 + + + + + 10688 + 6415 + 3 + 03HP000172 + 2019-03-01 + 2024-02-29 + HP + Educare DC + Active + F46529 + L46529 + 46529@hsesinfo.org + F44251 + L44251 + 44251@hsesinfo.org + + 144 + + + + + 10689 + 10 + 3 + 03HP000186 + 2019-03-01 + 2024-02-29 + HP + DC Office of the State Superintendent of Education + Active + F2402 + L2402 + 2402@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + 166 + + + + + 10690 + 775 + 5 + 05CH010872 + 2019-04-01 + 2024-03-31 + CH + Community Action Partnership of Ramsey and Washington Counties + Active + F49521 + L49521 + 49521@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + 935 + 118 + 168 + 30 + + + 10691 + 323 + 5 + 05CH010881 + 2019-04-01 + 2024-03-31 + CH + Mahube-Otwa Community Action Partnership, Inc. + Active + F48866 + L48866 + 48866@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + 250 + 132 + 3 + 18 + + + 10692 + 324 + 5 + 05HP000173 + 2019-03-01 + 2024-02-29 + HP + United Community Action Partnership, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + + 72 + + 25 + + + 10693 + 1987 + 5 + 05CH010866 + 2019-04-01 + 2024-03-31 + CH + Inter-County Community Council + Active + F2088 + L2088 + 2088@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + 108 + 34 + 10 + 27 + + + 10694 + 836 + 5 + 05CH010868 + 2019-04-01 + 2024-03-31 + CH + Minnesota Valley Action Council, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + 467 + + + + + + 10695 + 3567 + 5 + 05CH010875 + 2019-04-01 + 2024-03-31 + CH + YMCA of Central Ohio + Active + F42090 + L42090 + 42090@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + 504 + + + + + + 10696 + 1285 + 3 + 03CH010873 + 2019-04-01 + 2024-03-31 + CH + Community Services for Children, Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + 686 + 201 + 285 + + + + 10697 + 1080 + 6 + 06CH010880 + 2019-04-01 + 2024-03-31 + CH + South Plains Community Action Association, Inc. + Active + F13320 + L13320 + 13320@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + 119 + 56 + + + + + 10698 + 7317 + 6 + 06CH010884 + 2019-04-01 + 2024-03-31 + CH + Lutheran Social Services of the South, Inc. dba Upbring + Active + F23929 + L23929 + 23929@hsesinfo.org + F28510 + L28510 + 28510@hsesinfo.org + 350 + 88 + + + + + 10699 + 1870 + 6 + 06CH010882 + 2019-04-01 + 2024-03-31 + CH + Central Texas Opportunities, Inc. DBA Cornerstone Community Action Agency + Active + F45654 + L45654 + 45654@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + 254 + 150 + + + + + 10700 + 1606 + 5 + 05CH010883 + 2019-04-01 + 2024-03-31 + CH + Marathon County Child Development Agency, Inc. + Active + F42090 + L42090 + 42090@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + 179 + + 8 + + + + 10701 + 1605 + 13 + 90CH010899 + 2019-04-01 + 2024-03-31 + CH + CDI HS/Southeast Arkansas, AR + Active + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + 365 + + + + + + 10702 + 1321 + 8 + 08CH010886 + 2019-05-01 + 2024-04-30 + CH + DDI Vantage, Inc. + Active + F3064 + L3064 + 3064@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + 148 + + + + + 10703 + 272 + 6 + 06CH010885 + 2019-04-01 + 2024-03-31 + CH + Child Care Group + Active + F13320 + L13320 + 13320@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + 100 + 37 + + + + + 10704 + 1179 + 5 + 05CH010888 + 2019-05-01 + 2024-04-30 + CH + Carey Services, Inc. + Active + F48866 + L48866 + 48866@hsesinfo.org + F49668 + L49668 + 49668@hsesinfo.org + + 130 + + + + + 10705 + 1223 + 5 + 05CH010887 + 2019-05-01 + 2024-04-30 + CH + Community Link, Inc. + Active + F43414 + L43414 + 43414@hsesinfo.org + F48776 + L48776 + 48776@hsesinfo.org + + 54 + + + + + 10709 + 1821 + 5 + 05CH010889 + 2019-05-01 + 2024-04-30 + CH + Three Rivers Community Action, Inc. + Active + F43414 + L43414 + 43414@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + 169 + + 18 + + + + 10710 + 409 + 9 + 09CH010893 + 2019-05-01 + 2024-04-30 + CH + Family Support Services of West Hawaii + Active + F37822 + L37822 + 37822@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + + 93 + + + + + 10711 + 5981 + 4 + 04CH010892 + 2019-05-01 + 2024-04-30 + CH + New Hanover County Schools + Active + F33579 + L33579 + 33579@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + 260 + + + + + + 10712 + 538 + 5 + 05CH010890 + 2019-05-01 + 2024-04-30 + CH + SEMCAC, Inc. + Active + F42090 + L42090 + 42090@hsesinfo.org + F49856 + L49856 + 49856@hsesinfo.org + 185 + 51 + 57 + 21 + + + 10713 + 275 + 5 + 05CH010894 + 2019-05-01 + 2024-04-30 + CH + Stark County Community Action Agency + Active + F2088 + L2088 + 2088@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + 711 + 94 + + + + + 10714 + 483 + 4 + 04CH010891 + 2019-05-01 + 2024-04-30 + CH + L B J & C Development Corporation + Active + F2001 + L2001 + 2001@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + 1307 + + + + + + 10715 + 1436 + 2 + 02CH010869 + 2019-05-01 + 2024-04-30 + CH + Head Start of Eastern Orange County, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + 227 + + + + + + 10716 + 497 + 2 + 02CH010870 + 2019-05-01 + 2024-04-30 + CH + Parsons Child and Family Center + Active + F2340 + L2340 + 2340@hsesinfo.org + F48300 + L48300 + 48300@hsesinfo.org + + 94 + + + + + 10717 + 682 + 7 + 07CH010897 + 2019-05-01 + 2024-04-30 + CH + Kansas Children's Service League + Active + F2256 + L2256 + 2256@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + 350 + 84 + + + + + 10718 + 814 + 7 + 07CH010900 + 2019-06-01 + 2024-05-31 + CH + Midland University + Active + F2256 + L2256 + 2256@hsesinfo.org + F47025 + L47025 + 47025@hsesinfo.org + 64 + 15 + + + + + 10719 + 388 + 7 + 07CH010901 + 2019-05-01 + 2024-04-30 + CH + Blue Valley Community Action, Inc. + Active + F48871 + L48871 + 48871@hsesinfo.org + F47025 + L47025 + 47025@hsesinfo.org + 239 + 90 + + + + + 10720 + 1516 + 2 + 02CH010896 + 2019-05-01 + 2024-04-30 + CH + ProAction of Steuben and Yates County, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F48564 + L48564 + 48564@hsesinfo.org + 283 + 134 + + + + + 10721 + 6241 + 1 + 01CH010903 + 2019-05-01 + 2024-04-30 + CH + Worcester Public Schools - Child Development Head Start + Active + F2300 + L2300 + 2300@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + 556 + + + + + + 10722 + 1521 + 3 + 03CH010895 + 2019-05-01 + 2024-04-30 + CH + Northern Virginia Family Service + Active + F14907 + L14907 + 14907@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + 204 + 210 + + + + + 10723 + 1792 + 1 + 01CH010902 + 2019-05-01 + 2024-04-30 + CH + Pathways for Children, Inc. + Inactive + F14152 + L14152 + 14152@hsesinfo.org + F13406 + L13406 + 13406@hsesinfo.org + + + + + + + 10724 + 155 + 7 + 07CH010906 + 2019-06-01 + 2024-05-31 + CH + Tri-County Child and Family Development Council, Inc. + Active + F48871 + L48871 + 48871@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + 550 + 264 + + + + + 10727 + 1081 + 5 + 05CH010898 + 2019-05-01 + 2024-04-30 + CH + Bona Vista Programs, Inc. + Active + F13544 + L13544 + 13544@hsesinfo.org + F47912 + L47912 + 47912@hsesinfo.org + + 92 + + + + + 10728 + 1431 + 3 + 03CH010908 + 2019-05-01 + 2024-04-30 + CH + Fauquier Community Action Committee Incorporated + Active + F14907 + L14907 + 14907@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + 139 + + + + + + 10729 + 745 + 1 + 01CH010905 + 2019-05-01 + 2024-04-30 + CH + City of New Haven, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F32486 + L32486 + 32486@hsesinfo.org + 531 + + + + + + 10730 + 1653 + 3 + 03CH010907 + 2019-05-01 + 2024-04-30 + CH + Central Fulton School District + Active + F2402 + L2402 + 2402@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + + 32 + + + + + 10731 + 1536 + 9 + 09CH010904 + 2019-05-01 + 2024-04-30 + CH + Wu Yee Children's Services + Active + F47463 + L47463 + 47463@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + 238 + 328 + + + + + 10732 + 1615 + 3 + 03CH010910 + 2019-06-01 + 2024-05-31 + CH + Lawrence County Social Services, Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + 269 + + 152 + + + + 10733 + 192 + 6 + 06CH010911 + 2019-06-01 + 2024-05-31 + CH + Bonham Independent School District + Active + F2185 + L2185 + 2185@hsesinfo.org + F2207 + L2207 + 2207@hsesinfo.org + 139 + + + + + + 10735 + 1605 + 13 + 90CH011089 + 2019-06-01 + 2024-05-31 + CH + CDI HS/West Missouri, MO + Active + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + 331 + 90 + + + + + 10736 + 252 + 10 + 10CH010912 + 2019-06-01 + 2024-05-31 + CH + Rural Resources Community Action + Active + F43149 + L43149 + 43149@hsesinfo.org + F46991 + L46991 + 46991@hsesinfo.org + 126 + + + + + + 10737 + 1605 + 13 + 90CH011064 + 2019-06-01 + 2024-05-31 + CH + CDI HS/Hendricks, Morgan, and Owen Counties, IN + Active + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + 257 + 12 + + + + + 10738 + 1182 + 8 + 08CH010915 + 2019-06-01 + 2024-05-31 + CH + Minot Public School District 1 + Active + F47409 + L47409 + 47409@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + 234 + 77 + + + + + 10739 + 342 + 3 + 03CH010914 + 2019-06-01 + 2024-05-31 + CH + AFL-CIO Appalachian Council + Active + F46529 + L46529 + 46529@hsesinfo.org + F49621 + L49621 + 49621@hsesinfo.org + 846 + + + + + + 10740 + 505 + 10 + 10CH010913 + 2019-07-01 + 2024-06-30 + CH + Eastern Washington University + Active + F43149 + L43149 + 43149@hsesinfo.org + F46991 + L46991 + 46991@hsesinfo.org + + 116 + + + + + 10741 + 336 + 2 + 02CH010916 + 2019-06-01 + 2024-05-31 + CH + Cortland County Community Action Program + Active + F2340 + L2340 + 2340@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + 150 + 88 + + + + + 10742 + 1009 + 5 + 05CH010909 + 2019-06-01 + 2024-05-31 + CH + Floyd County Community Action Agency + Active + F48866 + L48866 + 48866@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + 276 + + + + + + 10743 + 1609 + 4 + 04CH010917 + 2019-06-01 + 2024-05-31 + CH + Lowndes Co. School District + Active + F13510 + L13510 + 13510@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + 195 + + + + + + 10744 + 527 + 4 + 04CH010919 + 2019-06-01 + 2024-05-31 + CH + Community Action of Southern Kentucky Inc. + Active + F33579 + L33579 + 33579@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + 531 + 56 + + + + + 10745 + 416 + 4 + 04CH010922 + 2019-06-01 + 2024-05-31 + CH + Kids Incorporated of the Big Bend + Active + F2001 + L2001 + 2001@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + + 262 + + + + + 10746 + 834 + 6 + 06CH010921 + 2019-07-01 + 2024-06-30 + CH + Allen Action Agency, Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F15375 + L15375 + 15375@hsesinfo.org + 146 + + + + + + 10747 + 1298 + 5 + 05CH010923 + 2019-07-01 + 2024-06-30 + CH + Western Indiana Community Action Agency, Inc. + Active + F14214 + L14214 + 14214@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + 97 + 24 + + + + + 10748 + 910 + 4 + 04CH010927 + 2019-06-01 + 2024-05-31 + CH + Pickens County Community Action Committee and Community Development Corporation, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + 227 + + + + + + 10749 + 1846 + 2 + 02CH010925 + 2019-06-01 + 2024-05-31 + CH + Municipality of Humacao + Active + F15514 + L15514 + 15514@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + 95 + 48 + + + + + 10751 + 996 + 1 + 01CH010924 + 2019-06-01 + 2024-05-31 + CH + Aroostook County Action Program + Active + F14152 + L14152 + 14152@hsesinfo.org + F32486 + L32486 + 32486@hsesinfo.org + 173 + 64 + + + + + 10752 + 1279 + 4 + 04CH010918 + 2019-06-01 + 2024-05-31 + CH + Piedmont Community Action, Inc. + Active + F13510 + L13510 + 13510@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + 570 + 128 + + + + + 10753 + 1490 + 4 + 04CH010929 + 2019-06-01 + 2024-05-31 + CH + Breckinridge-Grayson Programs, Inc. + Active + F33579 + L33579 + 33579@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + 114 + 92 + + + + + 10754 + 1848 + 4 + 04CH010931 + 2019-06-01 + 2024-05-31 + CH + Washington Cty Chap Negro Bus & Prof Womans Club, Inc. + Active + F13740 + L13740 + 13740@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + 375 + + + + + + 10755 + 1971 + 8 + 08CH010933 + 2019-06-01 + 2024-05-31 + CH + Northwest Montana Head Start, Inc. + Active + F47409 + L47409 + 47409@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + 192 + + + + + + 10756 + 1613 + 1 + 01CH010930 + 2019-06-01 + 2024-05-31 + CH + Southern Kennebec Child Development Corporation + Active + F14152 + L14152 + 14152@hsesinfo.org + F32486 + L32486 + 32486@hsesinfo.org + 210 + 70 + + + + + 10757 + 1713 + 12 + 90CM009832 + 2019-06-01 + 2024-05-31 + CM + Otero Junior College + Active + F15738 + L15738 + 15738@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + 325 + + + + + + 10758 + 921 + 11 + 90CI009989 + 2019-06-01 + 2024-05-31 + CI + Iowa Tribe of Oklahoma, Inc. + Active + F33086 + L33086 + 33086@hsesinfo.org + F15469 + L15469 + 15469@hsesinfo.org + + 32 + + + + + 10759 + 799 + 9 + 09CH010932 + 2019-06-01 + 2024-05-31 + CH + Maui Economic Opportunity, Inc. + Active + F47463 + L47463 + 47463@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + 219 + + + + + + 10760 + 1265 + 9 + 09CH010942 + 2019-06-01 + 2024-05-31 + CH + Los Angeles Education Partnership + Active + F37822 + L37822 + 37822@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + 104 + + + + + 10761 + 1253 + 9 + 09CH010939 + 2019-06-01 + 2024-05-31 + CH + Venice Family Clinic + Active + F37822 + L37822 + 37822@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + 196 + + + + + 10762 + 1347 + 10 + 10CH010945 + 2019-06-01 + 2024-05-31 + CH + Umatilla Morrow Head Start, Inc. + Active + F14039 + L14039 + 14039@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + 280 + 72 + 289 + 3 + + + 10763 + 705 + 1 + 01CH010940 + 2019-06-01 + 2024-05-31 + CH + Penquis C.A.P., Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + 268 + 99 + + + + + 10764 + 551 + 5 + 05CH010926 + 2019-06-01 + 2024-05-31 + CH + Children's Home & Aid Society of Illinois + Active + F14214 + L14214 + 14214@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + + 180 + + + + + 10765 + 1566 + 6 + 06CH010952 + 2019-06-01 + 2024-05-31 + CH + Pecos County Community Action Agency + Active + F45654 + L45654 + 45654@hsesinfo.org + F44340 + L44340 + 44340@hsesinfo.org + 117 + + + + + + 10766 + 1889 + 5 + 05CH010944 + 2019-06-01 + 2024-05-31 + CH + Head Start Child And Family Development Centers, Inc. + Active + F43414 + L43414 + 43414@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + 340 + 30 + 34 + + + + 10767 + 1068 + 10 + 10CH010920 + 2019-07-01 + 2024-06-30 + CH + Reliable Enterprises + Active + F47078 + L47078 + 47078@hsesinfo.org + F47540 + L47540 + 47540@hsesinfo.org + 173 + + + + + + 10768 + 728 + 5 + 05CH010935 + 2019-06-01 + 2024-05-31 + CH + Cincinnati-Hamilton County Community Action Agency + Active + F48866 + L48866 + 48866@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + 1514 + 252 + + + + + 10769 + 1221 + 9 + 09CH010941 + 2019-06-01 + 2024-05-31 + CH + Crystal Stairs, Inc. + Active + F14155 + L14155 + 14155@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + 528 + 124 + + + + + 10770 + 4237 + 2 + 02CH010946 + 2019-07-01 + 2024-06-30 + CH + Child Development Center of the MMCC + Active + F47557 + L47557 + 47557@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + 153 + + + + + + 10771 + 1088 + 3 + 03CH010934 + 2019-06-01 + 2024-05-31 + CH + Community Progress Council, Inc. + Active + F14907 + L14907 + 14907@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + 100 + + + + + 10772 + 4374 + 2 + 02CH010951 + 2019-07-01 + 2024-06-30 + CH + Fort George Community Enrichment Center, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + 170 + 80 + + + + + 10773 + 1312 + 3 + 03CH010948 + 2019-06-01 + 2024-05-31 + CH + Chesterfield County Public Schools + Active + F49609 + L49609 + 49609@hsesinfo.org + F49361 + L49361 + 49361@hsesinfo.org + 196 + + + + + + 10774 + 5728 + 2 + 02CH010937 + 2019-07-01 + 2024-06-30 + CH + Police Athletic League, Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + 513 + 56 + + + + + 10775 + 1734 + 2 + 02CH010936 + 2019-07-01 + 2024-06-30 + CH + Project Social Care Head Start, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + 115 + 102 + + + + + 10776 + 1352 + 2 + 02CH010950 + 2019-07-01 + 2024-06-30 + CH + United Academy, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F48564 + L48564 + 48564@hsesinfo.org + + 144 + + + + + 10777 + 644 + 4 + 04CH010957 + 2019-06-01 + 2024-05-31 + CH + Save the Children Federation Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + 102 + 16 + + + + + 10778 + 102 + 10 + 10CH010928 + 2019-07-01 + 2024-06-30 + CH + Kitsap Community Resources + Active + F14039 + L14039 + 14039@hsesinfo.org + F48538 + L48538 + 48538@hsesinfo.org + 224 + 72 + + + + + 10779 + 1422 + 2 + 02CH010960 + 2019-07-01 + 2024-06-30 + CH + Early Childhood Learning Center of Greene County + Active + F47557 + L47557 + 47557@hsesinfo.org + F48564 + L48564 + 48564@hsesinfo.org + 145 + + + + + + 10780 + 173 + 6 + 06CH010943 + 2019-06-01 + 2024-05-31 + CH + College Station Independent School District + Active + F23929 + L23929 + 23929@hsesinfo.org + F44340 + L44340 + 44340@hsesinfo.org + 221 + 70 + + + + + 10781 + 833 + 6 + 06CH010958 + 2019-06-01 + 2024-05-31 + CH + Gulf Coast Community Services Association + Active + F2179 + L2179 + 2179@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + 1838 + 80 + + + + + 10782 + 1430 + 3 + 03CH010959 + 2019-07-01 + 2024-06-30 + CH + Upshur Human Resources, Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + 193 + + + + + + 10783 + 1219 + 6 + 06CH010947 + 2019-06-01 + 2024-05-31 + CH + Green Country Behavioral Health Services, Inc. + Active + F2185 + L2185 + 2185@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + 192 + 153 + + + + + 10784 + 161 + 6 + 06CH010949 + 2019-06-01 + 2024-05-31 + CH + Regina Coeli Child Development Center, Inc. + Active + F2185 + L2185 + 2185@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + 1298 + 272 + + + + + 10785 + 7435 + 3 + 03CH010964 + 2019-07-01 + 2024-06-30 + CH + Child Development Centers, Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + 680 + + 80 + + + + 10786 + 755 + 6 + 06CH010961 + 2019-06-01 + 2024-05-31 + CH + Central Arkansas Development Council + Active + F45391 + L45391 + 45391@hsesinfo.org + F15375 + L15375 + 15375@hsesinfo.org + 486 + 24 + + + + + 10787 + 431 + 7 + 07CH010971 + 2019-07-01 + 2024-06-30 + CH + Hutchinson Unified School District #308 + Active + F49091 + L49091 + 49091@hsesinfo.org + F45048 + L45048 + 45048@hsesinfo.org + 221 + 96 + + + + + 10788 + 1494 + 2 + 02CH010963 + 2019-07-01 + 2024-06-30 + CH + Tompkins Community Action, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F32828 + L32828 + 32828@hsesinfo.org + 198 + 152 + + + + + 10789 + 332 + 10 + 10CH010956 + 2019-07-01 + 2024-06-30 + CH + Olympic Community Action Programs + Active + F48537 + L48537 + 48537@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + 108 + 36 + 10 + + + + 10790 + 1293 + 6 + 06CH010972 + 2019-07-01 + 2024-06-30 + CH + Lincoln Total Community Action, Inc. + Active + F45654 + L45654 + 45654@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + 340 + + + + + + 10791 + 171 + 10 + 10CH010955 + 2019-07-01 + 2024-06-30 + CH + Eastern Oregon University + Active + F43149 + L43149 + 43149@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + 105 + + 72 + + + + 10792 + 1617 + 6 + 06CH010965 + 2019-06-01 + 2024-05-31 + CH + Community Services Office, Inc. + Active + F13320 + L13320 + 13320@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + 119 + 40 + + + + + 10794 + 583 + 11 + 90BF000006 + 2019-05-01 + 2024-04-30 + BF + Chugachmiut + Active + F47779 + L47779 + 47779@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + 18 + 4 + + + + + 10797 + 1433 + 11 + 90BF000004 + 2019-09-01 + 2024-08-31 + BF + Santee Sioux Nation + Active + F15738 + L15738 + 15738@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + 28 + 7 + + + + + 10798 + 590 + 3 + 03CH010966 + 2019-06-01 + 2024-05-31 + CH + New River Community Action, Inc. + Active + F49609 + L49609 + 49609@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + 319 + + + + + + 10799 + 658 + 2 + 02CH010984 + 2019-07-01 + 2024-06-30 + CH + The Child Center of NY + Active + F2335 + L2335 + 2335@hsesinfo.org + F48109 + L48109 + 48109@hsesinfo.org + + 97 + + + + + 10800 + 5710 + 2 + 02CH010953 + 2019-07-01 + 2024-06-30 + CH + West Harlem Community Organization, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + 149 + + + + + + 10801 + 1448 + 2 + 02CH010968 + 2019-07-01 + 2024-06-30 + CH + Family Enrichment Network + Active + F2335 + L2335 + 2335@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + 62 + 32 + + + + + 10802 + 1149 + 6 + 06CH010975 + 2019-07-01 + 2024-06-30 + CH + Economic Opportunities Advancement Corporation of Planning Region XI + Active + F23929 + L23929 + 23929@hsesinfo.org + F13531 + L13531 + 13531@hsesinfo.org + 769 + 128 + + + + + 10803 + 1155 + 4 + 04CH010974 + 2019-07-01 + 2024-06-30 + CH + Picayune School District + Active + F13740 + L13740 + 13740@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + + 130 + + + + + 10804 + 6302 + 6 + 06CH010973 + 2019-07-01 + 2024-06-30 + CH + Las Cruces School District #2 + Active + F2185 + L2185 + 2185@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + 413 + + + + + + 10805 + 468 + 6 + 06CH010978 + 2019-07-01 + 2024-06-30 + CH + Denton Independent School District + Active + F13320 + L13320 + 13320@hsesinfo.org + F49133 + L49133 + 49133@hsesinfo.org + 193 + + + + + + 10806 + 5713 + 2 + 02CH010938 + 2019-07-01 + 2024-06-30 + CH + East Side House, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + 191 + 40 + + + + + 10807 + 7687 + 2 + 02CH010954 + 2019-07-01 + 2024-06-30 + CH + NYC Early Learning Company Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F47389 + L47389 + 47389@hsesinfo.org + 140 + 248 + + + + + 10808 + 216 + 2 + 02CH010982 + 2019-07-01 + 2024-06-30 + CH + The Children's Home Society of New Jersey + Active + F2335 + L2335 + 2335@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + 270 + 30 + + + + + 10809 + 6692 + 6 + 06CH010985 + 2019-07-01 + 2024-06-30 + CH + Mount Pleasant Independent School District + Active + F43271 + L43271 + 43271@hsesinfo.org + F2207 + L2207 + 2207@hsesinfo.org + 255 + 80 + + + + + 10810 + 181 + 2 + 02CH010981 + 2019-07-01 + 2024-06-30 + CH + Columbia Opportunities, Inc. + Active + F47557 + L47557 + 47557@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + 103 + + + + + + 10811 + 3646 + 2 + 02CH010986 + 2019-07-01 + 2024-06-30 + CH + Catholic Charities Neighborhood Services, Inc. + Active + F2340 + L2340 + 2340@hsesinfo.org + F47389 + L47389 + 47389@hsesinfo.org + + 72 + + + + + 10812 + 337 + 6 + 06CH010980 + 2019-07-01 + 2020-01-31 + CH + BeauCARE Inc. + Inactive + F13559 + L13559 + 13559@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 10813 + 1765 + 6 + 06CH010970 + 2019-07-01 + 2024-06-30 + CH + Concho Valley Council of Governments + Active + F23929 + L23929 + 23929@hsesinfo.org + F44340 + L44340 + 44340@hsesinfo.org + 445 + 120 + + + + + 10814 + 1555 + 6 + 06CH010990 + 2019-07-01 + 2024-06-30 + CH + La Salle Community Action Association Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + 345 + 32 + + + + + 10815 + 1898 + 7 + 07CH010998 + 2019-07-01 + 2024-06-30 + CH + McPherson Unified School District #418 + Active + F2256 + L2256 + 2256@hsesinfo.org + F13558 + L13558 + 13558@hsesinfo.org + 115 + + + + + + 10816 + 379 + 7 + 07HP000187 + 2019-07-01 + 2024-06-30 + HP + Drake University + Active + F45391 + L45391 + 45391@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + + 90 + + + + + 10817 + 670 + 6 + 06CH010977 + 2019-07-01 + 2024-06-30 + CH + BakerRipley + Active + F2185 + L2185 + 2185@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + 1998 + 236 + + + + + 10818 + 1605 + 13 + 90CH011172 + 2019-06-01 + 2021-05-31 + CH + CDI HS/Sumter County, SC + Active + F33086 + L33086 + 33086@hsesinfo.org + F48422 + L48422 + 48422@hsesinfo.org + + 79 + + + + + 10819 + 1308 + 4 + 04CH010996 + 2019-07-01 + 2024-06-30 + CH + Upper East Tennessee Human Development Agency, Inc. + Active + F33579 + L33579 + 33579@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + 1010 + + + + + + 10827 + 1031 + 9 + 09HP000192 + 2019-07-01 + 2024-06-30 + HP + Alameda Family Services + Active + F2334 + L2334 + 2334@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + + 16 + + + + + 10828 + 667 + 9 + 09CH011009 + 2019-07-01 + 2024-06-30 + CH + Long Beach Unified School District + Active + F47463 + L47463 + 47463@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + 1008 + 332 + + + + + 10829 + 1556 + 9 + 09HP000189 + 2019-07-01 + 2024-06-30 + HP + Easter Seals Southern California, Inc. + Active + F14155 + L14155 + 14155@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + 168 + + + + + 10830 + 6201 + 6 + 06CH011005 + 2019-08-01 + 2024-07-31 + CH + Iberville Parish School Board + Active + F23929 + L23929 + 23929@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + 280 + + + + + + 10831 + 6121 + 7 + 07CH011015 + 2019-07-01 + 2024-06-30 + CH + Kansas City, Kansas Public Schools, USD #500 + Active + F49507 + L49507 + 49507@hsesinfo.org + F45048 + L45048 + 45048@hsesinfo.org + 529 + + + + + + 10832 + 1726 + 2 + 02CH010979 + 2019-07-01 + 2024-06-30 + CH + Tri-County Community Action Agency Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + 461 + 119 + + + + + 10833 + 1159 + 3 + 03CH011002 + 2019-07-01 + 2024-06-30 + CH + Braxton County School District + Active + F49609 + L49609 + 49609@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + 111 + + + + + + 10834 + 254 + 5 + 05CH010992 + 2019-07-01 + 2024-06-30 + CH + Western Egyptian Economic Opportunity Council + Active + F14214 + L14214 + 14214@hsesinfo.org + F48776 + L48776 + 48776@hsesinfo.org + 308 + + + + + + 10835 + 1383 + 3 + 03CH010988 + 2019-07-01 + 2024-06-30 + CH + Kids Central, Inc. + Active + F49609 + L49609 + 49609@hsesinfo.org + F47017 + L47017 + 47017@hsesinfo.org + 224 + 116 + + + + + 10836 + 1361 + 2 + 02CH010987 + 2019-07-01 + 2024-06-30 + CH + Passaic Family Head Start + Active + F32488 + L32488 + 32488@hsesinfo.org + F32828 + L32828 + 32828@hsesinfo.org + 255 + + + + + + 10837 + 5722 + 2 + 02CH010995 + 2019-07-01 + 2024-06-30 + CH + Community Parents, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + 230 + 45 + + + + + 10838 + 6101 + 3 + 03CH010999 + 2019-07-01 + 2024-06-30 + CH + St. Vincent de Paul of Baltimore, Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + 677 + + + + + + 10839 + 1230 + 3 + 03CH010994 + 2019-07-01 + 2024-06-30 + CH + North Central West Virginia Community Action Agency + Active + F14907 + L14907 + 14907@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + 736 + 76 + + + + + 10848 + 7688 + 3 + 03CH011000 + 2019-07-01 + 2024-06-30 + CH + Martha's Table, Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F30521 + L30521 + 30521@hsesinfo.org + 24 + 76 + + + + + 10849 + 1387 + 6 + 06CH011023 + 2019-07-01 + 2024-06-30 + CH + Tri-County Community Action, Inc. + Active + F2179 + L2179 + 2179@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + 432 + 194 + + + + + 10850 + 272 + 6 + 06CH011006 + 2019-07-01 + 2024-06-30 + CH + ChildCareGroup + Active + F13320 + L13320 + 13320@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + 700 + 88 + + + + + 10851 + 7690 + 4 + 04CH010993 + 2019-06-01 + 2024-05-31 + CH + Boys and Girls Club of North Central Florida + Active + F2001 + L2001 + 2001@hsesinfo.org + F46450 + L46450 + 46450@hsesinfo.org + 54 + 40 + + + + + 10852 + 7689 + 6 + 06CH010976 + 2019-07-01 + 2024-06-30 + CH + Austin Independent School District + Active + F45654 + L45654 + 45654@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + 204 + + + + + + 10853 + 689 + 6 + 06CH011017 + 2019-07-01 + 2024-06-30 + CH + Presbyterian Medical Services, Inc. + Active + F43271 + L43271 + 43271@hsesinfo.org + F41654 + L41654 + 41654@hsesinfo.org + 625 + 552 + + + + + 10854 + 874 + 3 + 03CH011031 + 2019-07-01 + 2024-06-30 + CH + YMCA of Central Maryland, Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F44345 + L44345 + 44345@hsesinfo.org + 652 + + + + + + 10855 + 796 + 6 + 06CH010969 + 2019-07-01 + 2024-06-30 + CH + Child, Inc. + Active + F13320 + L13320 + 13320@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + 1100 + 338 + + + + + 10856 + 559 + 4 + 04CH011030 + 2019-07-01 + 2024-06-30 + CH + Coastal Plain Area Economic Opportunity Authority, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + 811 + + + + + + 10857 + 1878 + 4 + 04CH011040 + 2019-07-01 + 2024-06-30 + CH + Tuskegee Macon County Head Start, Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + 190 + 24 + + + + + 10858 + 536 + 4 + 04CH011042 + 2019-07-01 + 2024-06-30 + CH + Enrichment Services Program, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + 594 + 128 + + + + + 10859 + 1711 + 6 + 06CH011008 + 2019-07-01 + 2024-06-30 + CH + Head Start of Greater Dallas, Inc. + Active + F2185 + L2185 + 2185@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + 2215 + 272 + + + + + 10860 + 1899 + 2 + 02CH011001 + 2019-07-01 + 2024-06-30 + CH + Cardinal McCloskey School and Home for Children + Active + F2340 + L2340 + 2340@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + 200 + 120 + + + + + 10861 + 963 + 4 + 04CH010997 + 2019-07-01 + 2024-06-30 + CH + Southwest Human Resource Agency + Active + F33579 + L33579 + 33579@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + 425 + + + + + + 10862 + 919 + 4 + 04CH011022 + 2019-07-01 + 2024-06-30 + CH + Redlands Christian Migrant Association + Active + F33579 + L33579 + 33579@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + 833 + 528 + + + + + 10863 + 1408 + 4 + 04CH011024 + 2019-07-01 + 2024-06-30 + CH + Kannapolis City School System + Active + F46251 + L46251 + 46251@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + 185 + + + + + + 10864 + 472 + 4 + 04CH011025 + 2019-07-01 + 2024-06-30 + CH + Economic Opportunity for Savannah-Chatham County Area, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + 447 + 153 + + + + + 10865 + 3421 + 4 + 04HP000188 + 2019-07-01 + 2024-06-30 + HP + Easter Seals North Georgia, Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + 72 + + + + + 10866 + 7691 + 2 + 02CH010989 + 2019-07-01 + 2024-06-30 + CH + New York City Department of Education + Active + F2335 + L2335 + 2335@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + 5750 + 136 + + + + + 10867 + 345 + 4 + 04CH011012 + 2019-07-01 + 2024-06-30 + CH + Sunbelt Human Advancement Resources, Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + 1003 + 334 + + + + + 10868 + 771 + 10 + 10HP000199 + 2019-07-01 + 2024-06-30 + HP + Mid-Willamette Valley Community Action Agency, Inc. + Active + F45193 + L45193 + 45193@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + + 60 + + + + + 10869 + 7104 + 1 + 01HP000195 + 2019-07-01 + 2024-06-30 + HP + Community Day Care Center of Lawrence, Inc. + Active + F2300 + L2300 + 2300@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + 72 + + + + + 10870 + 7692 + 6 + 06CH011007 + 2019-07-01 + 2024-06-30 + CH + Red River Parish School Board + Active + F23929 + L23929 + 23929@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + 111 + + + + + + 10871 + 1151 + 4 + 04CH011014 + 2019-07-01 + 2024-06-30 + CH + Collier County, Florida, School District of + Active + F2001 + L2001 + 2001@hsesinfo.org + F46450 + L46450 + 46450@hsesinfo.org + 413 + + + + + + 10872 + 749 + 4 + 04CH011010 + 2019-07-01 + 2024-06-30 + CH + Southeastern Community and Family Services, Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + 900 + 40 + + + + + 10873 + 786 + 4 + 04CH011046 + 2019-07-01 + 2024-06-30 + CH + School Board of Broward County, The (INC) + Active + F2065 + L2065 + 2065@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + 2040 + 80 + + + + + 10874 + 162 + 6 + 06CH011055 + 2019-07-01 + 2024-06-30 + CH + St Charles Parish School Board + Active + F23929 + L23929 + 23929@hsesinfo.org + F2193 + L2193 + 2193@hsesinfo.org + 249 + + + + + + 10875 + 1523 + 4 + 04CH011028 + 2019-07-01 + 2024-06-30 + CH + St. Clair County Head Start, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + 163 + + + + + + 10876 + 1715 + 4 + 04CH011011 + 2019-07-01 + 2024-06-30 + CH + Chambers-Tallapoosa-Coosa Community Action Agency + Active + F33579 + L33579 + 33579@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + 446 + + + + + + 10877 + 959 + 4 + 04CH011037 + 2019-07-01 + 2024-06-30 + CH + Lancaster County School District + Active + F46251 + L46251 + 46251@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + 131 + + + + + + 10878 + 654 + 4 + 04CH011019 + 2019-07-01 + 2024-06-30 + CH + Community Coordinated Care for Children, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + 396 + 249 + + + + + 10879 + 856 + 10 + 10HP000191 + 2019-07-01 + 2024-06-30 + HP + Children's Home Society of Washington + Active + F45193 + L45193 + 45193@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + + 101 + + + + + 10880 + 1037 + 3 + 03CH011026 + 2019-07-01 + 2024-06-30 + CH + Fredericksburg City School District + Active + F49609 + L49609 + 49609@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + 137 + + + + + + 10881 + 7693 + 5 + 05CH011061 + 2019-07-01 + 2024-06-30 + CH + Paladin, Inc. + Active + F48866 + L48866 + 48866@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + 189 + + + + + + 10882 + 1594 + 6 + 06CH011048 + 2019-07-01 + 2024-06-30 + CH + Pine-Belt Multi-Purpose Agency, Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + 125 + + + + + + 10883 + 644 + 6 + 06CH011043 + 2019-07-01 + 2024-06-30 + CH + Save the Children Federation, Inc. + Active + F2179 + L2179 + 2179@hsesinfo.org + F12886 + L12886 + 12886@hsesinfo.org + 270 + 40 + + + + + 10884 + 6124 + 5 + 05CH011049 + 2019-07-01 + 2024-06-30 + CH + New St. Paul Head Start Agency, Inc. + Active + F14214 + L14214 + 14214@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + 0 + 0 + + + + + 10885 + 339 + 5 + 05CH011045 + 2019-07-01 + 2024-06-30 + CH + Starfish Family Services, Inc. + Active + F44271 + L44271 + 44271@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + 576 + 168 + + + + + 10886 + 4429 + 5 + 05CH011051 + 2019-07-01 + 2024-06-30 + CH + Matrix Human Services + Active + F14214 + L14214 + 14214@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + 927 + 502 + + + + + 10887 + 6123 + 5 + 05CH011053 + 2019-07-01 + 2024-06-30 + CH + Metropolitan Children and Youth, Inc. + Active + F14214 + L14214 + 14214@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + 302 + 64 + + + + + 10888 + 1462 + 5 + 05CH011034 + 2019-07-01 + 2024-06-30 + CH + Southwestern Minnesota Opportunity Council, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + 115 + 24 + + 24 + + + 10889 + 1235 + 7 + 07CH011062 + 2019-07-01 + 2024-06-30 + CH + Douglass Community Services, Inc. + Active + F49508 + L49508 + 49508@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + 335 + 145 + + + + + 10890 + 1636 + 7 + 07CH011069 + 2019-07-01 + 2024-06-30 + CH + Central Missouri Community Action + Active + F49091 + L49091 + 49091@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + 60 + 44 + + + + + 10891 + 5942 + 5 + 05CH011027 + 2019-07-01 + 2024-06-30 + CH + Toledo Public Schools + Active + F48866 + L48866 + 48866@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + 826 + 88 + + + + + 10892 + 1115 + 5 + 05CH011033 + 2019-07-01 + 2024-06-30 + CH + Community Action Agency of Columbiana County, Inc. + Active + F2088 + L2088 + 2088@hsesinfo.org + F49668 + L49668 + 49668@hsesinfo.org + 443 + 68 + + + + + 10893 + 7317 + 6 + 06CH011065 + 2019-07-01 + 2024-06-30 + CH + Lutheran Social Services of the South, Inc. dba Upbring + Active + F23929 + L23929 + 23929@hsesinfo.org + F28510 + L28510 + 28510@hsesinfo.org + 213 + 56 + + + + + 10894 + 7694 + 5 + 05CH011035 + 2019-07-01 + 2024-06-30 + CH + United Community Center, Inc. + Active + F43414 + L43414 + 43414@hsesinfo.org + F13894 + L13894 + 13894@hsesinfo.org + 422 + 88 + + + + + 10895 + 234 + 5 + 05CH011021 + 2019-07-01 + 2024-06-30 + CH + Next Door Foundation, Inc. + Active + F42090 + L42090 + 42090@hsesinfo.org + F13894 + L13894 + 13894@hsesinfo.org + 578 + 120 + 13 + + + + 10896 + 764 + 5 + 05CH011018 + 2019-07-01 + 2024-06-30 + CH + Milwaukee Public Schools + Inactive + F3061 + L3061 + 3061@hsesinfo.org + F13894 + L13894 + 13894@hsesinfo.org + 136 + + + + + + 10897 + 1605 + 13 + 90CH011173 + 2019-06-01 + 2020-12-31 + CH + CDI HS/Santa Clara County, CA + Active + F33086 + L33086 + 33086@hsesinfo.org + F48422 + L48422 + 48422@hsesinfo.org + + 130 + + + + + 10898 + 536 + 4 + 04CH011076 + 2019-07-01 + 2024-06-30 + CH + Enrichment Services Program, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + 148 + + + + + + 10899 + 897 + 4 + 04CH011047 + 2019-07-01 + 2024-06-30 + CH + Sumter County Opportunity, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + 300 + 80 + + + + + 10900 + 1358 + 9 + 09CH011020 + 2019-07-01 + 2024-06-30 + CH + Chicanos Por La Causa, Inc. + Active + F47463 + L47463 + 47463@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + 112 + + + + + 10901 + 1362 + 9 + 09HP000197 + 2019-07-01 + 2024-06-30 + HP + City of Phoenix + Active + F14155 + L14155 + 14155@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + + 188 + + + + + 10902 + 430 + 9 + 09HP000200 + 2019-07-01 + 2024-06-30 + HP + Maricopa County Human Services + Active + F47463 + L47463 + 47463@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + + 160 + + + + + 10903 + 1784 + 9 + 09CH011059 + 2019-07-01 + 2024-06-30 + CH + Sierra Cascade Family Opportunites, Inc. + Active + F37822 + L37822 + 37822@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + 146 + 52 + + + + + 10904 + 1993 + 9 + 09CH011054 + 2019-07-01 + 2024-06-30 + CH + Colusa County Office of Education + Active + F14155 + L14155 + 14155@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + 106 + 62 + + + + + 10905 + 1646 + 9 + 09CH011038 + 2019-07-01 + 2024-06-30 + CH + El Dorado County Office Of Education + Active + F2334 + L2334 + 2334@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + 310 + 154 + + + + + 10906 + 1812 + 9 + 09HP000193 + 2019-07-01 + 2020-08-31 + HP + Contra Costa County Community Services + Inactive + F14155 + L14155 + 14155@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + + + + + + + 10907 + 311 + 9 + 09HP000204 + 2019-07-01 + 2024-06-30 + HP + Vista Del Mar Child and Family Services + Active + F2334 + L2334 + 2334@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + 95 + + + + + 10908 + 1426 + 9 + 09HP000198 + 2019-07-01 + 2024-06-30 + HP + Dignity Health + Active + F37822 + L37822 + 37822@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + 16 + + + + + 10909 + 218 + 9 + 09HP000194 + 2019-07-01 + 2024-06-30 + HP + Metropolitan Area Advisory Committee on Anti-Poverty of San Diego County, Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + 72 + + + + + 10910 + 1698 + 9 + 09HP000196 + 2019-07-01 + 2024-06-30 + HP + Santa Clara Office of Education + Active + F47463 + L47463 + 47463@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + + 175 + + + + + 10911 + 15 + 12 + 90CM009834 + 2019-07-01 + 2024-06-30 + CM + 'Illinois Department of Human Services + Active + F3537 + L3537 + 3537@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + 360 + + + + + + 10912 + 1027 + 5 + 05CH011044 + 2019-07-01 + 2024-06-30 + CH + Decatur-Macon County Opportunities Corporation + Active + F44271 + L44271 + 44271@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + 187 + + + + + + 10913 + 1976 + 5 + 05CH011003 + 2019-07-01 + 2024-06-30 + CH + Baby Talk, Inc. + Active + F14214 + L14214 + 14214@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + + 72 + + + + + 10914 + 278 + 7 + 07CH011078 + 2019-07-01 + 2024-06-30 + CH + Unified School District 383 + Active + F47594 + L47594 + 47594@hsesinfo.org + F45048 + L45048 + 45048@hsesinfo.org + 123 + 15 + + + + + 10915 + 1670 + 4 + 04CH011039 + 2019-07-01 + 2024-06-30 + CH + Boyd County Board of Education + Active + F46251 + L46251 + 46251@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + 160 + + + + + + 10916 + 585 + 4 + 04CH011083 + 2019-07-01 + 2024-06-30 + CH + Lake Cumberland Community Action Agency Inc. + Active + F13510 + L13510 + 13510@hsesinfo.org + F48069 + L48069 + 48069@hsesinfo.org + 612 + 44 + + + + + 10917 + 1388 + 6 + 06CH011082 + 2019-07-01 + 2024-06-30 + CH + Franklin Parish School District + Active + F45654 + L45654 + 45654@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + 136 + + + + + + 10918 + 876 + 3 + 03CH011075 + 2019-07-01 + 2024-06-30 + CH + Associated Catholic Charities Inc. + Active + F49609 + L49609 + 49609@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + 667 + + + + + + 10919 + 1284 + 1 + 01CH011073 + 2019-07-01 + 2024-06-30 + CH + Community Action Agency of Somerville + Active + F47611 + L47611 + 47611@hsesinfo.org + F15627 + L15627 + 15627@hsesinfo.org + 252 + + 15 + + + + 10920 + 1141 + 4 + 04CH011088 + 2019-07-01 + 2024-06-30 + CH + Blue Ridge Opportunity Commission, Incorporated + Active + F2065 + L2065 + 2065@hsesinfo.org + F45392 + L45392 + 45392@hsesinfo.org + 135 + + + + + + 10921 + 296 + 4 + 04CH011084 + 2019-07-01 + 2024-06-30 + CH + Cleveland County School District + Active + F13510 + L13510 + 13510@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + 224 + + + + + + 10922 + 1619 + 8 + 08CH011058 + 2019-07-01 + 2024-06-30 + CH + Grand Forks Public School District #1 + Active + F3032 + L3032 + 3032@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + 187 + + + + + + 10923 + 962 + 5 + 05CH010991 + 2019-07-01 + 2024-06-30 + CH + Butler County Educational Service Center + Active + F43414 + L43414 + 43414@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + 648 + 146 + + + + + 10924 + 817 + 4 + 04CH011093 + 2019-07-01 + 2024-06-30 + CH + GLEAMNS Human Resources Commission, Inc. + Active + F2001 + L2001 + 2001@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + 1424 + 104 + + + + + 10925 + 982 + 8 + 08HP000202 + 2019-07-01 + 2024-06-30 + HP + Youth & Family Services, Inc. + Active + F47409 + L47409 + 47409@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + + 48 + + + + + 10926 + 1495 + 4 + 04CH011077 + 2019-07-01 + 2024-06-30 + CH + Morgan County Head Start + Active + F33579 + L33579 + 33579@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + 147 + 40 + + + + + 10927 + 1718 + 6 + 06CH011071 + 2019-07-01 + 2024-06-30 + CH + Brazoria County Head Start Early Learning Schools + Active + F2179 + L2179 + 2179@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + 177 + 28 + + + + + 10928 + 1721 + 6 + 06CH011086 + 2019-07-01 + 2024-06-30 + CH + Region 9 Education Service Center + Active + F23929 + L23929 + 23929@hsesinfo.org + F12886 + L12886 + 12886@hsesinfo.org + 630 + + + + + + 10929 + 857 + 6 + 06CH011070 + 2019-07-01 + 2024-06-30 + CH + Region XIX Education Service Center + Active + F2185 + L2185 + 2185@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + 3983 + 392 + + + + + 10930 + 1510 + 1 + 01HP000203 + 2019-07-01 + 2024-06-30 + HP + Champlain Valley Office of Economic Opportunity, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + + 34 + + + + + 10932 + 1110 + 5 + 05CH011016 + 2019-07-01 + 2024-06-30 + CH + Jackson-Vinton Community Action, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + 200 + + + + + + 10933 + 175 + 5 + 05CH011068 + 2019-07-01 + 2024-06-30 + CH + North Central State College + Active + F42090 + L42090 + 42090@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + + 40 + + + + + 10934 + 465 + 9 + 09HP000207 + 2019-07-01 + 2024-06-30 + HP + Child Care Resource Center, Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + + 158 + + + + + 10935 + 1326 + 9 + 09HP000209 + 2019-07-01 + 2024-06-30 + HP + San Bernardino, County of + Active + F47463 + L47463 + 47463@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + 108 + + + + + 10936 + 6102 + 3 + 03CH011087 + 2019-07-01 + 2024-06-30 + CH + Bright Beginnings Inc. + Active + F14907 + L14907 + 14907@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + 45 + 104 + + + + + 10937 + 1256 + 5 + 05CH011036 + 2019-07-01 + 2024-06-30 + CH + Springfield Urban League, Inc. + Active + F42090 + L42090 + 42090@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + 472 + 96 + + + + + 10938 + 123 + 5 + 05CH011004 + 2019-07-01 + 2024-06-30 + CH + South Central Community Action Program + Active + F3061 + L3061 + 3061@hsesinfo.org + F48776 + L48776 + 48776@hsesinfo.org + 267 + 57 + + + + + 10939 + 5080 + 5 + 05CH011063 + 2019-07-01 + 2024-06-30 + CH + Geminus Corporation + Active + F14214 + L14214 + 14214@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + 1216 + 148 + + + + + 10940 + 1665 + 7 + 07CH011099 + 2019-07-01 + 2024-06-30 + CH + NEK-CAP, Inc. + Active + F2256 + L2256 + 2256@hsesinfo.org + F45048 + L45048 + 45048@hsesinfo.org + 238 + 160 + + + + + 10941 + 1092 + 7 + 07CH011103 + 2019-07-01 + 2024-06-30 + CH + Ozark Action, Inc. + Active + F47594 + L47594 + 47594@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + 362 + 8 + + + + + 10942 + 1772 + 2 + 02CH011085 + 2019-07-01 + 2024-06-30 + CH + Yeled V'Yalda Early Childhood Center, Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + 257 + 136 + + + + + 10943 + 742 + 2 + 02CH011057 + 2019-07-01 + 2024-06-30 + CH + The Children's Aid Society + Active + F32488 + L32488 + 32488@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + 144 + 56 + + + + + 10944 + 584 + 2 + 02CH011101 + 2019-07-01 + 2024-06-30 + CH + Grand Street Settlement, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + 250 + 112 + + + + + 10945 + 5769 + 2 + 02CH010967 + 2019-07-01 + 2024-06-30 + CH + Puerto Rican Organization to Motivate, Enlighten and Serve Addicts, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + 140 + + + + + + 10946 + 1352 + 2 + 02CH011095 + 2019-07-01 + 2024-06-30 + CH + United Academy, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F48564 + L48564 + 48564@hsesinfo.org + 77 + 8 + + + + + 10947 + 1065 + 5 + 05CH011052 + 2019-07-01 + 2024-06-30 + CH + Community Action Commission of Belmont County + Active + F3061 + L3061 + 3061@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + 162 + 24 + + + + + 10948 + 898 + 4 + 04CH011013 + 2019-07-01 + 2024-06-30 + CH + Montgomery Community Action Committee & CDC Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + 1203 + 96 + + + + + 10949 + 7157 + 4 + 04HP000211 + 2019-07-01 + 2024-06-30 + HP + Alabama Dept. of Human Resources + Active + F48070 + L48070 + 48070@hsesinfo.org + F2051 + L2051 + 2051@hsesinfo.org + + 566 + + + + + 10950 + 1669 + 9 + 09HP000206 + 2019-07-01 + 2024-06-30 + HP + Allies For Every Child, Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + 48 + + + + + 10951 + 1884 + 8 + 08CH011060 + 2019-07-01 + 2024-06-30 + CH + Rio Grande Child Development Family Services + Active + F3064 + L3064 + 3064@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + 77 + + + + + + 10952 + 1402 + 4 + 04CH011072 + 2019-07-01 + 2024-06-30 + CH + Lutheran Services Florida, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + 157 + + + + + + 10953 + 284 + 10 + 10CH011066 + 2019-07-01 + 2024-06-30 + CH + Pocatello School District No. 25 + Active + F43149 + L43149 + 43149@hsesinfo.org + F48538 + L48538 + 48538@hsesinfo.org + 183 + + + + + + 10954 + 1215 + 5 + 05HP000212 + 2019-07-01 + 2024-06-30 + HP + Parents In Community Action, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + + 73 + + + + + 10955 + 803 + 4 + 04CH011032 + 2019-07-01 + 2024-06-30 + CH + Guilford Child Development + Active + F46632 + L46632 + 46632@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + 867 + 300 + + + + + 10956 + 1808 + 4 + 04CH011079 + 2019-07-01 + 2024-06-30 + CH + Gaston Community Action, Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + 431 + + + + + + 10957 + 197 + 4 + 04CH011104 + 2019-07-01 + 2024-06-30 + CH + Vital Connections of the Midlands, Inc. + Active + F13740 + L13740 + 13740@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + + 80 + + + + + 10958 + 610 + 4 + 04CH011094 + 2019-07-01 + 2024-06-30 + CH + Carolina Community Actions, Inc. + Active + F2001 + L2001 + 2001@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + 621 + 80 + + + + + 10959 + 3722 + 6 + 06HP000201 + 2019-07-01 + 2024-06-30 + HP + Family Service Association of San Antonio, Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + 140 + + + + + 10960 + 1794 + 10 + 10CH011098 + 2019-07-01 + 2024-06-30 + CH + Community Child Care Center + Active + F48537 + L48537 + 48537@hsesinfo.org + F48538 + L48538 + 48538@hsesinfo.org + 54 + 20 + 8 + + + + 10961 + 333 + 10 + 10CH010962 + 2019-07-01 + 2024-06-30 + CH + Lower Columbia College + Active + F48537 + L48537 + 48537@hsesinfo.org + F46991 + L46991 + 46991@hsesinfo.org + 221 + 70 + 10 + + + + 10962 + 855 + 10 + 10CH011090 + 2019-07-01 + 2024-06-30 + CH + Tacoma Public Schools + Active + F43149 + L43149 + 43149@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + 400 + + + + + + 10963 + 869 + 5 + 05CH011110 + 2019-07-01 + 2024-06-30 + CH + Merrill Area Public Schools + Active + F43414 + L43414 + 43414@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + 88 + + + + + + 10964 + 277 + 6 + 06CH011136 + 2019-07-01 + 2024-06-30 + CH + Cleveland County School District + Active + F2185 + L2185 + 2185@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + 108 + + + + + + 10965 + 1305 + 6 + 06CH011143 + 2019-07-01 + 2024-06-30 + CH + University of Arkansas for Medical Sciences + Active + F45654 + L45654 + 45654@hsesinfo.org + F15375 + L15375 + 15375@hsesinfo.org + 500 + 224 + + + + + 10966 + 486 + 9 + 09CH011137 + 2019-07-01 + 2024-06-30 + CH + Community Action Partnership of San Luis Obispo County, Inc. + Active + F47463 + L47463 + 47463@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + 182 + 118 + + + + + 10967 + 664 + 9 + 09HP000222 + 2019-07-01 + 2024-06-30 + HP + Volunteers of America of Los Angeles + Active + F2334 + L2334 + 2334@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + + 117 + + + + + 10968 + 1699 + 9 + 09HP000225 + 2019-07-01 + 2024-06-30 + HP + Los Angeles County Office of Education + Active + F47463 + L47463 + 47463@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + + 532 + + + + + 10969 + 6 + 9 + 09HP000210 + 2019-07-01 + 2024-06-30 + HP + California Department of Education + Active + F37822 + L37822 + 37822@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + + 236 + + + + + 10970 + 1031 + 9 + 09CH011133 + 2019-07-01 + 2024-06-30 + CH + Alameda Family Services + Active + F2334 + L2334 + 2334@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + 128 + 100 + + + + + 10971 + 785 + 9 + 09HP000223 + 2019-07-01 + 2020-09-30 + HP + Foothill Family Service + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + + + + + + 10972 + 666 + 9 + 09CH011132 + 2019-07-01 + 2024-06-30 + CH + Community Action Partnership of Kern + Active + F47463 + L47463 + 47463@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + 1317 + 446 + + + + + 10973 + 932 + 8 + 08CH011135 + 2019-07-01 + 2024-06-30 + CH + Montrose County School District RE-1J + Active + F47409 + L47409 + 47409@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + 102 + + + + + + 10974 + 1077 + 3 + 03CH011129 + 2019-07-01 + 2024-06-30 + CH + Rosemount Center, Inc. + Active + F49609 + L49609 + 49609@hsesinfo.org + F49621 + L49621 + 49621@hsesinfo.org + + 116 + + + + + 10975 + 7158 + 4 + 04HP000217 + 2019-07-01 + 2024-06-30 + HP + Early Learning Coalition of Palm Beach County, Inc. + Active + F48070 + L48070 + 48070@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + + 150 + + + + + 10976 + 1371 + 4 + 04HP000219 + 2019-08-01 + 2024-07-31 + HP + Miami-Dade, County of + Active + F46251 + L46251 + 46251@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + + 240 + + + + + 10977 + 12 + 4 + 04HP000221 + 2019-07-01 + 2024-06-30 + HP + Georgia Dept. of Early Care and Learning + Active + F46632 + L46632 + 46632@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + + 184 + + + + + 10978 + 1145 + 5 + 05CH011148 + 2019-07-01 + 2024-06-30 + CH + Wabash Area Development, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + 274 + 204 + + + + + 10979 + 7695 + 7 + 07CH011125 + 2019-07-01 + 2024-06-30 + CH + Family, Inc. + Active + F45391 + L45391 + 45391@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + + 75 + + + + + 10980 + 554 + 7 + 07CH011100 + 2019-07-01 + 2024-06-30 + CH + West Central Community Action + Active + F2256 + L2256 + 2256@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + 272 + 92 + + + + + 10981 + 4138 + 7 + 07CH011109 + 2019-07-01 + 2024-06-30 + CH + The Family Conservancy + Active + F49508 + L49508 + 49508@hsesinfo.org + F47025 + L47025 + 47025@hsesinfo.org + 165 + 16 + + + + + 10982 + 1600 + 3 + 03CH011118 + 2019-07-01 + 2024-06-30 + CH + Maryland Family Network, Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + + 275 + + + + + 10983 + 1127 + 3 + 03CH011117 + 2019-07-01 + 2024-06-30 + CH + Mayor & City Council of Baltimore City + Active + F2402 + L2402 + 2402@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + 759 + + + + + + 10984 + 1651 + 5 + 05CH011145 + 2019-07-01 + 2024-06-30 + CH + Livingston Educational Service Agency + Active + F14214 + L14214 + 14214@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + 174 + + + + + + 10985 + 1215 + 5 + 05CH011155 + 2019-07-01 + 2024-06-30 + CH + Parents In Community Action, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + 1794 + 208 + + + + + 10986 + 7159 + 4 + 04HP000224 + 2019-07-01 + 2024-06-30 + HP + Delta Health Alliance, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + + 200 + + + + + 10987 + 913 + 7 + 07CH011139 + 2019-07-01 + 2024-06-30 + CH + Community Services Inc. of Northwest Missouri + Active + F49507 + L49507 + 49507@hsesinfo.org + F47025 + L47025 + 47025@hsesinfo.org + 130 + + + + + + 10988 + 1923 + 7 + 07CH011115 + 2019-07-01 + 2024-06-30 + CH + South Central Missouri Community Action Agency + Active + F48871 + L48871 + 48871@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + 304 + 136 + + + + + 10989 + 1890 + 8 + 08CH011106 + 2019-07-01 + 2024-06-30 + CH + Young Families Early Head Start Inc. + Active + F47409 + L47409 + 47409@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + + 32 + + + + + 10990 + 1824 + 8 + 08HP000190 + 2019-07-01 + 2024-06-30 + HP + A.W.A.R.E., Inc. + Active + F13544 + L13544 + 13544@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + 72 + + + + + 10991 + 7696 + 2 + 02CH011105 + 2019-07-01 + 2024-06-30 + CH + Staten Island Mental Health Society, Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + 233 + 40 + + + + + 10992 + 842 + 2 + 02CH011138 + 2019-07-01 + 2024-06-30 + CH + Puerto Rican Family Institute, Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + 1157 + 72 + + + + + 10993 + 1772 + 2 + 02CH011124 + 2019-07-01 + 2024-06-30 + CH + Yeled V'Yalda Early Childhood Center, Inc. + Inactive + F47556 + L47556 + 47556@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + + + + + + 10994 + 944 + 4 + 04CH011142 + 2019-07-01 + 2024-06-30 + CH + Yadkin Valley Economic Development District, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + 347 + + + + + + 10995 + 1047 + 5 + 05CH011134 + 2019-07-01 + 2024-06-30 + CH + Warren County Community Services, Inc. + Active + F44271 + L44271 + 44271@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + 230 + 60 + + + + + 10996 + 1047 + 5 + 05HP000215 + 2019-07-01 + 2024-06-30 + HP + Warren County Community Services, Inc. + Active + F44271 + L44271 + 44271@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + 70 + + + + + 10997 + 1748 + 8 + 08CH011056 + 2019-07-01 + 2024-06-30 + CH + Kids On The Move, Inc. + Active + F3064 + L3064 + 3064@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + 152 + + + + + 10998 + 801 + 3 + 03HP000220 + 2019-07-01 + 2024-06-30 + HP + The Campagna Center, Inc. + Active + F14907 + L14907 + 14907@hsesinfo.org + F44251 + L44251 + 44251@hsesinfo.org + + 52 + + + + + 10999 + 1173 + 3 + 03CH011141 + 2019-07-01 + 2024-06-30 + CH + Child Development Resources, Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + + 146 + + + + + 11000 + 1672 + 3 + 03HP000218 + 2019-07-01 + 2024-06-30 + HP + Parent-Child Development Corporation + Active + F14907 + L14907 + 14907@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + + 72 + + + + + 11001 + 1564 + 3 + 03CH011074 + 2019-07-01 + 2024-06-30 + CH + Tri-County Community Action Agency + Active + F14907 + L14907 + 14907@hsesinfo.org + F49361 + L49361 + 49361@hsesinfo.org + 181 + + + + + + 11002 + 1809 + 10 + 10CH011140 + 2019-07-01 + 2024-06-30 + CH + Educational Opportunities for Children and Families + Active + F45193 + L45193 + 45193@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + 502 + 96 + 18 + + + + 11003 + 1666 + 3 + 03HP000216 + 2019-07-01 + 2024-06-30 + HP + Northern Panhandle Head Start, Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + + 72 + + + + + 11004 + 291 + 5 + 05CH011128 + 2019-07-01 + 2024-06-30 + CH + Wood County Head Start, Inc. + Active + F48866 + L48866 + 48866@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + 224 + 72 + 9 + + + + 11005 + 1916 + 9 + 09CH010983 + 2019-07-01 + 2024-06-30 + CH + Guam Department of Education + Active + F47463 + L47463 + 47463@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + 534 + + + + + + 11006 + 1827 + 4 + 04CH011127 + 2019-07-01 + 2024-06-30 + CH + Bourbon County Board of Education + Active + F46632 + L46632 + 46632@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + 183 + + + + + + 11007 + 176 + 5 + 05CH011144 + 2019-07-01 + 2024-06-30 + CH + Southfield Public School District + Active + F44271 + L44271 + 44271@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + 128 + 16 + + + + + 11008 + 693 + 4 + 04CH011029 + 2019-07-01 + 2024-06-30 + CH + Coahoma Opportunities, Inc. + Active + F13510 + L13510 + 13510@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + 350 + 96 + + + + + 11009 + 1620 + 5 + 05CH011154 + 2019-07-01 + 2024-06-30 + CH + Athens - Meigs Educational Service Center + Active + F49521 + L49521 + 49521@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + 258 + 18 + + + + + 11010 + 6321 + 4 + 04CH011116 + 2019-07-01 + 2024-12-31 + CH + Shelby County Board of Education + Active + F13740 + L13740 + 13740@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + 3200 + + + + + + 11011 + 453 + 6 + 06CH011158 + 2019-07-01 + 2024-06-30 + CH + Northwest Arkansas Head Start + Active + F45654 + L45654 + 45654@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + 168 + 120 + + + + + 11012 + 413 + 9 + 09CH011146 + 2019-07-01 + 2024-06-30 + CH + Orange County Head Start + Active + F2334 + L2334 + 2334@hsesinfo.org + F35663 + L35663 + 35663@hsesinfo.org + 1935 + 665 + + + + + 11013 + 1699 + 9 + 09CH011157 + 2019-07-01 + 2024-06-30 + CH + Los Angeles County Office of Education + Active + F47463 + L47463 + 47463@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + 7743 + 2035 + + + + + 11014 + 945 + 8 + 08CH011147 + 2019-07-01 + 2024-06-30 + CH + Rocky Mountain Development Council, Inc. + Active + F13544 + L13544 + 13544@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + 215 + + + + + + 11015 + 5705 + 2 + 02CH011130 + 2019-07-01 + 2024-06-30 + CH + Committee For Early Childhood Development D.C.C., Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + 359 + 72 + + + + + 11016 + 1093 + 12 + 90CM009833 + 2019-07-01 + 2024-06-30 + CM + Kings Community Action Organization, Incorporated + Active + F25722 + L25722 + 25722@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + 171 + + + + + + 11017 + 362 + 4 + 04CH011151 + 2019-07-01 + 2024-06-30 + CH + The Agricultural & Labor Program, Inc. + Active + F48459 + L48459 + 48459@hsesinfo.org + F46450 + L46450 + 46450@hsesinfo.org + 759 + 188 + + + + + 11018 + 1459 + 4 + 04CH011096 + 2019-07-01 + 2024-06-30 + CH + Gadsden County Board of Education + Active + F48070 + L48070 + 48070@hsesinfo.org + F46450 + L46450 + 46450@hsesinfo.org + 227 + + + + + + 11019 + 1054 + 4 + 04CH011153 + 2019-07-01 + 2024-06-30 + CH + CSRA Economic Opportunity Authority, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + 1413 + + + + + + 11020 + 1796 + 4 + 04CH011149 + 2019-07-01 + 2024-06-30 + CH + Hancock County Board of Education + Active + F33579 + L33579 + 33579@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + 104 + 72 + + + + + 11021 + 614 + 3 + 03HP000227 + 2019-07-01 + 2024-06-30 + HP + Reginald S. Lourie Center for Infants & Young Children + Active + F46529 + L46529 + 46529@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + 75 + + + + + 11022 + 7697 + 4 + 04CH011097 + 2019-07-01 + 2024-06-30 + CH + Rockingham County Schools + Active + F48070 + L48070 + 48070@hsesinfo.org + F45392 + L45392 + 45392@hsesinfo.org + 198 + + + + + + 11023 + 1961 + 6 + 06CH011161 + 2019-07-01 + 2024-06-30 + CH + Community Action Development Corporation + Active + F23929 + L23929 + 23929@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + 291 + 48 + + + + + 11024 + 1499 + 3 + 03CH011150 + 2019-07-01 + 2024-06-30 + CH + Warren & Forest Counties Economic Opportunity Council + Active + F14907 + L14907 + 14907@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + 185 + + + + + + 11025 + 1049 + 3 + 03CH011131 + 2019-07-01 + 2024-06-30 + CH + Lancaster-Lebanon Intermediate Unit School District #13 + Active + F49609 + L49609 + 49609@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + 165 + + 155 + + + + 11026 + 1766 + 3 + 03CH011091 + 2019-07-01 + 2024-06-30 + CH + Community Action of Southeastern West Virginia, Inc. + Active + F49609 + L49609 + 49609@hsesinfo.org + F43578 + L43578 + 43578@hsesinfo.org + 279 + 80 + + + + + 11027 + 556 + 3 + 03CH011152 + 2019-07-01 + 2024-06-30 + CH + Eastern Panhandle Instructional Cooperative + Active + F49609 + L49609 + 49609@hsesinfo.org + F44251 + L44251 + 44251@hsesinfo.org + 396 + 124 + + + + + 11028 + 701 + 12 + 90CM009835 + 2019-07-01 + 2024-03-31 + CM + UMOS, Inc. + Active + F15738 + L15738 + 15738@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + 186 + 20 + + + + + 11029 + 1362 + 9 + 09CH011050 + 2019-07-01 + 2024-06-30 + CH + City of Phoenix + Active + F14155 + L14155 + 14155@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + 2963 + 300 + + + + + 11030 + 421 + 9 + 09HP000208 + 2019-07-01 + 2024-06-30 + HP + Merced County Superintendent Of Schools + Active + F2334 + L2334 + 2334@hsesinfo.org + F35663 + L35663 + 35663@hsesinfo.org + + 88 + + + + + 11031 + 249 + 9 + 09CH011121 + 2019-07-01 + 2024-06-30 + CH + Monterey County Office of Education + Active + F47463 + L47463 + 47463@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + 660 + + + + + + 11032 + 421 + 9 + 09CH011081 + 2019-07-01 + 2024-06-30 + CH + Merced County Superintendent of Schools + Active + F2334 + L2334 + 2334@hsesinfo.org + F35663 + L35663 + 35663@hsesinfo.org + 845 + 224 + + + + + 11033 + 732 + 3 + 03CH011092 + 2019-07-01 + 2024-06-30 + CH + United Planning Organization + Active + F49595 + L49595 + 49595@hsesinfo.org + F44345 + L44345 + 44345@hsesinfo.org + + 468 + + + + + 11034 + 1485 + 5 + 05CH011120 + 2019-07-01 + 2024-06-30 + CH + Tazewell-Woodford Head Start + Active + F42090 + L42090 + 42090@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + 234 + + + + + + 11035 + 551 + 5 + 05CH011114 + 2019-07-01 + 2024-06-30 + CH + Children's Home & Aid Society of Illinois + Active + F14214 + L14214 + 14214@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + + 106 + + + + + 11036 + 641 + 5 + 05CH011126 + 2019-07-01 + 2024-06-30 + CH + Hamilton Center, Inc. + Active + F13544 + L13544 + 13544@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + + 80 + + + + + 11037 + 1073 + 5 + 05CH011123 + 2019-07-01 + 2024-06-30 + CH + Dickinson-Iron Intermediate School District + Active + F49521 + L49521 + 49521@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + 195 + 50 + + + + + 11038 + 1004 + 5 + 05CH011067 + 2019-07-01 + 2024-06-30 + CH + Bi-County Community Action Programs, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + 182 + 58 + + + + + 11039 + 1407 + 2 + 02CH011113 + 2019-07-01 + 2024-06-30 + CH + Sharon Baptist Head Start + Active + F32488 + L32488 + 32488@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + 187 + 16 + + + + + 11040 + 943 + 2 + 02CH011112 + 2019-07-01 + 2024-06-30 + CH + University Settlement Society of New York + Active + F2340 + L2340 + 2340@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + 72 + + + + + 11041 + 752 + 5 + 05HP000214 + 2019-07-01 + 2024-06-30 + HP + Telamon Corporation + Active + F2088 + L2088 + 2088@hsesinfo.org + F47912 + L47912 + 47912@hsesinfo.org + + 100 + + + + + 11042 + 752 + 5 + 05CH011119 + 2019-07-01 + 2024-06-30 + CH + Telamon Corporation + Active + F2088 + L2088 + 2088@hsesinfo.org + F47912 + L47912 + 47912@hsesinfo.org + + 56 + + + + + 11043 + 1836 + 6 + 06HP000232 + 2019-07-01 + 2024-06-30 + HP + Tulsa Educare + Active + F45654 + L45654 + 45654@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + 214 + + + + + 11044 + 1057 + 3 + 03CH011102 + 2019-07-01 + 2024-06-30 + CH + Council of Three Rivers American Indian Center + Active + F2402 + L2402 + 2402@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + 486 + 70 + + + + + 11045 + 387 + 1 + 01HP000213 + 2019-07-01 + 2024-06-30 + HP + Children's Friend And Service + Active + F42223 + L42223 + 42223@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + 100 + + + + + 11046 + 1132 + 6 + 06HP000230 + 2019-07-01 + 2024-06-30 + HP + Parent Child Incorporated + Active + F2179 + L2179 + 2179@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + 200 + + + + + 11047 + 276 + 6 + 06CH011108 + 2019-07-01 + 2024-06-30 + CH + Sulphur Springs Independent School District + Active + F43271 + L43271 + 43271@hsesinfo.org + F2207 + L2207 + 2207@hsesinfo.org + 179 + + + + + + 11048 + 733 + 3 + 03HP000205 + 2019-07-01 + 2024-06-30 + HP + County of Fairfax + Active + F49609 + L49609 + 49609@hsesinfo.org + F30521 + L30521 + 30521@hsesinfo.org + + 56 + + + + + 11049 + 1853 + 5 + 05CH011111 + 2019-07-01 + 2024-06-30 + CH + National Centers For Learning Excellence, Inc. + Active + F42090 + L42090 + 42090@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + 275 + 102 + + + + + 11050 + 1144 + 7 + 07CH011122 + 2019-07-01 + 2024-06-30 + CH + Northeast Nebraska Community Action Partnership, Inc. + Active + F45391 + L45391 + 45391@hsesinfo.org + F13558 + L13558 + 13558@hsesinfo.org + 269 + + + + + + 11051 + 9 + 3 + 03HP000229 + 2019-07-01 + 2024-06-30 + HP + Delaware Department of Education + Active + F49609 + L49609 + 49609@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + + 72 + + + + + 11052 + 7189 + 4 + 04HP000226 + 2019-08-01 + 2024-07-31 + HP + Early Learning Coalition Miami-Dade/Monroe County + Active + F46251 + L46251 + 46251@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + + 750 + + + + + 11053 + 1307 + 4 + 04CH011159 + 2019-07-01 + 2024-06-30 + CH + Chapel Hill Training-Outreach Project, Inc. + Active + F48070 + L48070 + 48070@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + 323 + + + + + + 11054 + 1189 + 6 + 06CH011160 + 2019-07-01 + 2024-06-30 + CH + Delta Community Action Foundation, Inc. + Active + F2179 + L2179 + 2179@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + 345 + 64 + + + + + 11055 + 790 + 6 + 06CH011165 + 2019-07-01 + 2024-06-30 + CH + Economic Opportunity Agency of Washington County, Inc. + Active + F45391 + L45391 + 45391@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + 151 + 122 + + + + + 11056 + 145 + 6 + 06CH011166 + 2019-07-01 + 2024-06-30 + CH + Families and Children Together, Inc. + Active + F43271 + L43271 + 43271@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + 400 + 255 + + + + + 11057 + 1937 + 4 + 04CH011163 + 2019-08-01 + 2024-07-31 + CH + Episcopal Children's Services, Inc. + Active + F48070 + L48070 + 48070@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + + 309 + + + + + 11058 + 1437 + 9 + 09CH011164 + 2019-08-01 + 2024-07-31 + CH + University of Nevada, Reno Board of Regents + Active + F2334 + L2334 + 2334@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + 180 + + + + + 11059 + 1913 + 9 + 09CH011167 + 2019-08-01 + 2024-07-31 + CH + CNMI Public School System + Active + F47463 + L47463 + 47463@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + 396 + + + + + + 11060 + 1818 + 4 + 04CH011168 + 2019-08-01 + 2024-07-31 + CH + Gulf Regional Early Childhood Services, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + 275 + 64 + + + + + 11061 + 654 + 4 + 04HP000234 + 2019-08-01 + 2024-07-31 + HP + Community Coordinated Care for Children, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + + 252 + + + + + 11062 + 155 + 7 + 07HP000233 + 2019-08-01 + 2024-07-31 + HP + Tri-County Child and Family Development Council, Inc. + Active + F48871 + L48871 + 48871@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + + 40 + + + + + 11063 + 7159 + 4 + 04CH011162 + 2019-08-01 + 2024-07-31 + CH + Delta Health Alliance, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + 428 + 128 + + + + + 11064 + 1766 + 3 + 03HP000228 + 2019-07-01 + 2024-06-30 + HP + Community Action of Southeastern West Virginia, Inc. + Active + F49609 + L49609 + 49609@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + + 56 + + + + + 11065 + 399 + 4 + 04CH011156 + 2019-08-01 + 2024-07-31 + CH + Macon Program For Progress, Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + 150 + 151 + + + + + 11066 + 245 + 12 + 90HM000015 + 2019-08-01 + 2024-07-31 + HM + Centro de la Familia de Utah + Active + F39730 + L39730 + 39730@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + + 40 + + + + + 11067 + 774 + 12 + 90CM009836 + 2019-07-01 + 2024-03-31 + CM + Tri-Valley Opportunity Council, Inc. + Active + F3537 + L3537 + 3537@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + 543 + 92 + + + + + 11068 + 1605 + 13 + 90CH011212 + 2019-08-01 + 2024-07-31 + CH + CDI HS/Dubuque, Delaware and Jackson Counties, IA + Active + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + 225 + + + + + + 11072 + 347 + 7 + 07HP000246 + 2019-09-01 + 2024-08-31 + HP + Hawkeye Area Community Action Program, Inc. + Active + F45391 + L45391 + 45391@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + + 40 + + + + + 11073 + 435 + 10 + 10HP000235 + 2019-08-01 + 2024-07-31 + HP + Mt. Hood Community College + Active + F43149 + L43149 + 43149@hsesinfo.org + F48097 + L48097 + 48097@hsesinfo.org + + 75 + + 8 + + + 11074 + 706 + 1 + 01HP000243 + 2019-08-01 + 2024-07-31 + HP + Capstone Community Action, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + + 34 + + + + + 11075 + 1465 + 10 + 10HP000236 + 2019-09-01 + 2024-08-31 + HP + Washington State Community College District 17 + Inactive + F43149 + L43149 + 43149@hsesinfo.org + F46991 + L46991 + 46991@hsesinfo.org + + 64 + + + + + 11076 + 407 + 10 + 10CH011169 + 2019-08-01 + 2024-07-31 + CH + CCS Early Learning + Active + F43149 + L43149 + 43149@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + 194 + 92 + 60 + + + + 11077 + 1093 + 9 + 09HP000239 + 2019-08-01 + 2024-07-31 + HP + Kings Community Action Organization, Incorporated + Active + F14155 + L14155 + 14155@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + + 88 + + + + + 11078 + 4138 + 7 + 07HP000247 + 2019-08-01 + 2024-07-31 + HP + The Family Conservancy + Active + F49508 + L49508 + 49508@hsesinfo.org + F47025 + L47025 + 47025@hsesinfo.org + + 116 + + + + + 11079 + 191 + 9 + 09HP000240 + 2019-08-01 + 2024-07-31 + HP + Sunrise Children's Foundation + Active + F2334 + L2334 + 2334@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + 184 + + + + + 11080 + 1048 + 2 + 02HP000238 + 2019-08-01 + 2024-07-31 + HP + The Leaguers + Active + F2340 + L2340 + 2340@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + + 200 + + + + + 11081 + 272 + 6 + 06HP000249 + 2019-08-01 + 2024-07-31 + HP + ChildCareGroup + Active + F13320 + L13320 + 13320@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + + 84 + + + + + 11082 + 1913 + 9 + 09HP000245 + 2019-08-01 + 2024-07-31 + HP + CNMI Public School System + Active + F47463 + L47463 + 47463@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + + 64 + + + + + 11083 + 1909 + 4 + 04CH011179 + 2019-08-01 + 2024-07-31 + CH + Monroe County School District (MCSD) + Active + F33579 + L33579 + 33579@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + 180 + + + + + + 11084 + 1078 + 4 + 04CH011176 + 2019-08-01 + 2024-07-31 + CH + Gateway Community Services Organization, Inc. + Active + F48070 + L48070 + 48070@hsesinfo.org + F48069 + L48069 + 48069@hsesinfo.org + 281 + 24 + + + + + 11085 + 1142 + 1 + 01HP000250 + 2019-08-01 + 2024-07-31 + HP + Community Action Partnership of Strafford County + Active + F14155 + L14155 + 14155@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + + 28 + + + + + 11086 + 1010 + 1 + 01HP000241 + 2019-08-01 + 2024-07-31 + HP + Southern New Hampshire Services, Inc. + Active + F14155 + L14155 + 14155@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + + 16 + + + + + 11087 + 644 + 4 + 04CH011174 + 2019-08-01 + 2024-07-31 + CH + Save the Children Federation, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + 220 + 104 + + + + + 11088 + 895 + 5 + 05CH011170 + 2019-08-01 + 2024-07-31 + CH + GMN Tri-County Community Action Committee, Inc. + Active + F2088 + L2088 + 2088@hsesinfo.org + F49668 + L49668 + 49668@hsesinfo.org + 249 + 152 + + + + + 11089 + 7192 + 4 + 04HP000248 + 2019-08-01 + 2024-07-31 + HP + Charleston County First Steps + Active + F2065 + L2065 + 2065@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + 113 + + + + + 11090 + 1790 + 6 + 06CH011186 + 2019-08-01 + 2024-07-31 + CH + Child and Family Services Inc. of Lea County + Active + F2179 + L2179 + 2179@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + 257 + 55 + + + + + 11091 + 1402 + 4 + 04HP000259 + 2019-08-01 + 2024-07-31 + HP + Lutheran Services Florida, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + 100 + + + + + 11092 + 567 + 6 + 06CH011187 + 2019-08-01 + 2024-07-31 + CH + San Felipe Del Rio Consolidated Independent School District + Active + F43271 + L43271 + 43271@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + 346 + + + + + + 11093 + 486 + 9 + 09HP000252 + 2019-08-01 + 2024-07-31 + HP + Community Action Partnership Of San Luis Obispo County, Inc. + Active + F47463 + L47463 + 47463@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + 164 + + + + + 11094 + 997 + 1 + 01CH011183 + 2019-08-01 + 2024-07-31 + CH + Community Concepts, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F32486 + L32486 + 32486@hsesinfo.org + 266 + 148 + + + + + 11095 + 1276 + 7 + 07HP000260 + 2019-09-01 + 2024-08-31 + HP + Youth in Need, Inc. + Active + F47594 + L47594 + 47594@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + + 100 + + + + + 11096 + 499 + 2 + 02CH011177 + 2019-09-01 + 2024-08-31 + CH + Northwest New Jersey Community Action Program, Incorporated + Active + F2340 + L2340 + 2340@hsesinfo.org + F48300 + L48300 + 48300@hsesinfo.org + 218 + 172 + + + + + 11097 + 657 + 2 + 02HP000251 + 2019-08-01 + 2024-07-31 + HP + Westchester Community Opportunity Program, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + + 189 + + + + + 11098 + 794 + 5 + 05CH011180 + 2019-08-01 + 2024-07-31 + CH + Great Lakes Community Action Partnership + Active + F2088 + L2088 + 2088@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + 573 + 63 + + + + + 11099 + 1664 + 3 + 03HP000244 + 2019-08-01 + 2024-07-31 + HP + Scranton Lackawanna Head Start + Active + F2402 + L2402 + 2402@hsesinfo.org + F30521 + L30521 + 30521@hsesinfo.org + + 72 + + + + + 11100 + 1339 + 2 + 02HP000231 + 2019-08-01 + 2021-06-30 + HP + Municipio De San German + Active + F15514 + L15514 + 15514@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + + 48 + + + + + 11101 + 1143 + 1 + 01HP000257 + 2019-08-01 + 2024-07-31 + HP + York County Community Action Corporation + Active + F14152 + L14152 + 14152@hsesinfo.org + F28233 + L28233 + 28233@hsesinfo.org + + 24 + + + + + 11102 + 7187 + 6 + 06HP000253 + 2019-08-01 + 2024-07-31 + HP + Louisiana State University HSC + Active + F45654 + L45654 + 45654@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + 210 + + + + + 11103 + 1080 + 6 + 06HP000254 + 2019-09-01 + 2024-08-31 + HP + South Plains Community Action Association, Inc. + Active + F13320 + L13320 + 13320@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + 96 + + + + + 11104 + 480 + 9 + 09HP000262 + 2019-08-01 + 2024-07-31 + HP + Placer Community Action Council, Inc. + Active + F37822 + L37822 + 37822@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + + 88 + + + + + 11105 + 3422 + 6 + 06HP000255 + 2019-08-01 + 2024-07-31 + HP + City of San Antonio + Active + F2185 + L2185 + 2185@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + 216 + + + + + 11106 + 7700 + 4 + 04CH011182 + 2019-08-01 + 2024-07-31 + CH + Mississippi State University + Active + F13510 + L13510 + 13510@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + 488 + 64 + + + + + 11107 + 1563 + 4 + 04CH011184 + 2019-08-01 + 2024-07-31 + CH + Salisbury-Rowan Community Action Agency, Inc. + Active + F33579 + L33579 + 33579@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + 374 + 142 + + + + + 11108 + 1377 + 6 + 06HP000256 + 2019-08-01 + 2024-07-31 + HP + Region IX Education Cooperative + Active + F2185 + L2185 + 2185@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + + 44 + + + + + 11109 + 859 + 4 + 04CH011181 + 2019-08-01 + 2024-07-31 + CH + Mississippi Action for Progress, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + 500 + + + + + + 11110 + 4707 + 5 + 05CH011175 + 2019-08-01 + 2024-07-31 + CH + Wayne Metropolitan Community Action Agency + Active + F44271 + L44271 + 44271@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + 340 + 96 + + + + + 11111 + 905 + 10 + 10CH011185 + 2019-09-01 + 2024-08-31 + CH + Skagit Valley College + Active + F45193 + L45193 + 45193@hsesinfo.org + F47540 + L47540 + 47540@hsesinfo.org + 291 + 105 + + + + + 11112 + 599 + 11 + 90CI009994 + 2019-08-01 + 2024-07-31 + CI + Kickapoo Tribe of Oklahoma (Head Start) + Active + F3537 + L3537 + 3537@hsesinfo.org + F15469 + L15469 + 15469@hsesinfo.org + 60 + + + + + + 11113 + 1810 + 11 + 90CI009992 + 2019-08-01 + 2024-07-31 + CI + Shoshone-Bannock Tribes + Active + F15738 + L15738 + 15738@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + 65 + + + + + + 11114 + 1307 + 4 + 04HP000263 + 2019-08-01 + 2024-07-31 + HP + Chapel Hill Training-Outreach Project, Inc. + Active + F48070 + L48070 + 48070@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + + 31 + + + + + 11115 + 752 + 4 + 04HP000264 + 2019-08-01 + 2024-07-31 + HP + Telamon Corporation + Active + F13510 + L13510 + 13510@hsesinfo.org + F45392 + L45392 + 45392@hsesinfo.org + + 112 + + + + + 11116 + 646 + 11 + 90CI010019 + 2020-01-01 + 2020-12-31 + CI + Alabama-Coushatta Tribe of Texas, The + Active + F39730 + L39730 + 39730@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + 100 + + + + + + 11117 + 1321 + 8 + 08HP000282 + 2019-08-01 + 2024-07-31 + HP + DDI VANTAGE, Inc. + Active + F3064 + L3064 + 3064@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + 66 + + + + + 11118 + 1992 + 9 + 09HP000275 + 2019-08-01 + 2024-07-31 + HP + Volunteers of America - Southwest Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + 94 + + + + + 11119 + 1237 + 8 + 08HP000280 + 2019-08-01 + 2024-07-31 + HP + Bear River Head Start + Active + F3032 + L3032 + 3032@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + 56 + + + + + 11120 + 7004 + 8 + 08HP000279 + 2019-08-01 + 2024-07-31 + HP + Early Learning Ventures + Active + F3032 + L3032 + 3032@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + 240 + + + + + 11121 + 444 + 4 + 04HP000281 + 2019-08-01 + 2024-07-31 + HP + Ohio Valley Educational Cooperative + Active + F33579 + L33579 + 33579@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + 193 + + + + + 11122 + 301 + 3 + 03HP000268 + 2019-08-01 + 2024-07-31 + HP + Culpeper Human Services + Active + F14907 + L14907 + 14907@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + + 80 + + + + + 11123 + 752 + 4 + 04HP000261 + 2019-08-01 + 2024-07-31 + HP + Telamon Corporation + Active + F13510 + L13510 + 13510@hsesinfo.org + F45392 + L45392 + 45392@hsesinfo.org + + 72 + + + + + 11124 + 209 + 9 + 09HP000272 + 2019-08-01 + 2024-07-31 + HP + Southwest Human Development + Active + F47463 + L47463 + 47463@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + + 112 + + + + + 11125 + 534 + 3 + 03HP000269 + 2019-08-01 + 2024-07-31 + HP + Total Action Against Poverty in the Roanoke Valley + Active + F14907 + L14907 + 14907@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + + 148 + + + + + 11126 + 1417 + 8 + 08HP000278 + 2019-08-01 + 2024-07-31 + HP + Salt Lake Community Action Program + Active + F3064 + L3064 + 3064@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + 64 + + + + + 11127 + 1128 + 7 + 07CH011193 + 2019-08-01 + 2024-07-31 + CH + Northeast Missouri Community Action Agency + Active + F49091 + L49091 + 49091@hsesinfo.org + F47025 + L47025 + 47025@hsesinfo.org + 164 + 48 + + + + + 11128 + 7188 + 4 + 04HP000258 + 2019-08-01 + 2024-07-31 + HP + United Way of Miami-Dade, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + + 320 + + + + + 11129 + 752 + 3 + 03CH011041 + 2019-08-01 + 2020-10-31 + CH + Telamon Corporation + Inactive + F46529 + L46529 + 46529@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + + + + + + + 11130 + 948 + 8 + 08HP000284 + 2019-08-01 + 2024-07-31 + HP + Cripple Creek Victor School District RE-1 + Active + F3032 + L3032 + 3032@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + + 40 + + + + + 11131 + 1481 + 9 + 09CH011189 + 2019-08-01 + 2024-07-31 + CH + Maui Family Support Services, Inc. + Active + F47463 + L47463 + 47463@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + 119 + + + + + 11132 + 1500 + 9 + 09HP000267 + 2019-08-01 + 2024-07-31 + HP + Sacramento Employment & Training Agency + Active + F47463 + L47463 + 47463@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + + 80 + + + + + 11133 + 550 + 11 + 90BF000003 + 2019-08-01 + 2020-07-31 + BF + Oglala Lakota College + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + + + + + + + 11134 + 1243 + 5 + 05CH011198 + 2019-08-01 + 2024-07-31 + CH + Knox County Head Start, Inc. + Active + F49521 + L49521 + 49521@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + 181 + 60 + + + + + 11135 + 1007 + 6 + 06HP000295 + 2019-08-01 + 2024-07-31 + HP + Northeast Oklahoma Community Action Agency, Inc. + Active + F45654 + L45654 + 45654@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + + 72 + + + + + 11136 + 1617 + 6 + 06HP000296 + 2019-08-01 + 2024-07-31 + HP + Community Services Office, Inc. + Active + F13320 + L13320 + 13320@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + + 208 + + + + + 11137 + 1423 + 5 + 05CH011195 + 2019-08-01 + 2024-07-31 + CH + Community Action Agency for McHenry County, Inc. + Active + F42090 + L42090 + 42090@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + 267 + + + + + + 11138 + 1933 + 5 + 05CH011188 + 2019-08-01 + 2024-07-31 + CH + Child Care Resources, Inc. + Active + F43414 + L43414 + 43414@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + 165 + 49 + + + + + 11139 + 796 + 6 + 06HP000294 + 2019-08-01 + 2024-07-31 + HP + Child Inc. + Active + F13320 + L13320 + 13320@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + + 56 + + + + + 11140 + 770 + 5 + 05HP000276 + 2019-08-01 + 2024-07-31 + HP + Capital Area Community Services, Incorporated + Active + F13544 + L13544 + 13544@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + + 120 + + + + + 11141 + 1373 + 6 + 06HP000302 + 2019-08-01 + 2024-07-31 + HP + Avance-San Antonio, Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F2193 + L2193 + 2193@hsesinfo.org + + 72 + + + + + 11142 + 808 + 6 + 06HP000298 + 2019-09-01 + 2024-08-31 + HP + Total Community Action, Inc. + Active + F13320 + L13320 + 13320@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + 72 + + + + + 11143 + 384 + 6 + 06HP000266 + 2019-09-01 + 2024-08-31 + HP + Texas Tech University System + Active + F13320 + L13320 + 13320@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + 40 + + + + + 11144 + 1734 + 2 + 02HP000274 + 2019-08-01 + 2024-07-31 + HP + Project Social Care Head Start, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + + 296 + + + + + 11145 + 523 + 6 + 06HP000304 + 2019-08-01 + 2024-07-31 + HP + Motivation Education & Training, Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + + 184 + + + + + 11146 + 856 + 10 + 10HP000287 + 2019-08-01 + 2024-07-31 + HP + Children's Home Society of Washington + Active + F45193 + L45193 + 45193@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + + 16 + + + + + 11147 + 1402 + 4 + 04CH011190 + 2019-08-01 + 2024-07-31 + CH + Lutheran Services Florida, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + 1303 + + + + + + 11148 + 1842 + 8 + 08HP000291 + 2019-08-01 + 2024-07-31 + HP + Mayville State University + Active + F47409 + L47409 + 47409@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + + 64 + + + + + 11149 + 237 + 2 + 02CH011196 + 2019-08-01 + 2024-07-31 + CH + Commission on Economic Opportunity for the Greater Capital Region, Inc. + Active + F2340 + L2340 + 2340@hsesinfo.org + F48411 + L48411 + 48411@hsesinfo.org + 417 + 175 + + + + + 11150 + 990 + 2 + 02HP000289 + 2019-08-01 + 2024-07-31 + HP + Yeshiva Kehilath Yakove, Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F48411 + L48411 + 48411@hsesinfo.org + + 96 + + + + + 11151 + 1947 + 5 + 05HP000309 + 2019-08-01 + 2024-07-31 + HP + West Ohio Community Action Partnership + Active + F44271 + L44271 + 44271@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + + 72 + + + + + 11152 + 1460 + 2 + 02CH011200 + 2019-08-01 + 2021-07-31 + CH + Fundacion Para el Desarrollo de Hogar Propio Incorporado + Active + F15514 + L15514 + 15514@hsesinfo.org + F48411 + L48411 + 48411@hsesinfo.org + 326 + 479 + + + + + 11153 + 245 + 8 + 08HP000283 + 2019-08-01 + 2024-07-31 + HP + Centro De La Familia De Utah + Active + F47409 + L47409 + 47409@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + 60 + + + + + 11154 + 259 + 5 + 05CH011201 + 2019-08-01 + 2024-07-31 + CH + Northwest Community Action, Inc. + Active + F49521 + L49521 + 49521@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + 174 + 80 + + + + + 11155 + 872 + 2 + 02HP000277 + 2019-08-01 + 2024-07-31 + HP + Schenectady Community Action Program + Active + F2340 + L2340 + 2340@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + 94 + + + + + 11156 + 1774 + 2 + 02CH011194 + 2019-08-01 + 2024-07-31 + CH + Glen Cove Child Day Care Center, Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F48300 + L48300 + 48300@hsesinfo.org + 114 + + + + + + 11157 + 1746 + 6 + 06HP000265 + 2019-08-01 + 2024-07-31 + HP + Rolling Plains Management Corporation + Active + F13320 + L13320 + 13320@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + 82 + + + + + 11158 + 1352 + 2 + 02HP000273 + 2019-08-01 + 2024-07-31 + HP + United Academy, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F48564 + L48564 + 48564@hsesinfo.org + + 144 + + + + + 11159 + 1416 + 4 + 04CH011202 + 2019-08-01 + 2024-07-31 + CH + Blue Grass Community Action Partnership, Inc. + Active + F13510 + L13510 + 13510@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + 303 + + + + + + 11160 + 1281 + 8 + 08HP000310 + 2019-08-01 + 2024-07-31 + HP + Opportunities, Inc. + Active + F13544 + L13544 + 13544@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + 80 + + + + + 11161 + 532 + 4 + 04HP000293 + 2019-08-01 + 2024-07-31 + HP + School Board of Lee County + Active + F46251 + L46251 + 46251@hsesinfo.org + F46450 + L46450 + 46450@hsesinfo.org + + 72 + + + + + 11162 + 1251 + 6 + 06HP000301 + 2019-08-01 + 2024-07-31 + HP + Avance, Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F44340 + L44340 + 44340@hsesinfo.org + + 72 + + + + + 11163 + 1893 + 5 + 05HP000285 + 2019-08-01 + 2024-07-31 + HP + Elkhart and St. Joseph Counties Head Start Consortium + Active + F44271 + L44271 + 44271@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + + 128 + + + + + 11164 + 728 + 5 + 05HP000292 + 2019-08-01 + 2024-07-31 + HP + Cincinnati-Hamilton County Community Action Agency + Active + F48866 + L48866 + 48866@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + 152 + + + + + 11165 + 710 + 4 + 04CH011199 + 2019-08-01 + 2024-07-31 + CH + Community Action Council for Lexington-Fayette, Bourbon, Harrison & Nicholas Counties, Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + 797 + 329 + + + + + 11166 + 1243 + 5 + 05HP000286 + 2019-08-01 + 2024-07-31 + HP + Knox County Head Start, Inc. + Active + F49521 + L49521 + 49521@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + + 16 + + + + + 11167 + 1633 + 6 + 06HP000311 + 2019-09-01 + 2024-08-31 + HP + Harris County Department of Education + Active + F13320 + L13320 + 13320@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + + 100 + + + + + 11168 + 7193 + 2 + 02HP000300 + 2019-08-01 + 2024-07-31 + HP + Municipality of San Sebastian + Active + F42299 + L42299 + 42299@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + + 72 + + + + + 11169 + 1090 + 6 + 06HP000312 + 2019-08-01 + 2024-07-31 + HP + Little Dixie Community Action Agency, Inc. + Active + F45654 + L45654 + 45654@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + + 132 + + + + + 11170 + 1384 + 2 + 02HP000299 + 2019-08-01 + 2021-06-30 + HP + Centro de Fortalecimiento Familiar, ESCAPE + Active + F42299 + L42299 + 42299@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + 44 + + + + + 11171 + 584 + 2 + 02HP000318 + 2019-08-01 + 2024-07-31 + HP + Grand Street Settlement, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + + 112 + + + + + 11172 + 7220 + 6 + 06HP000303 + 2019-09-01 + 2024-08-31 + HP + Boys Town Louisiana, Inc. + Active + F45654 + L45654 + 45654@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + 88 + + + + + 11173 + 1221 + 9 + 09HP000314 + 2019-08-01 + 2024-07-31 + HP + Crystal Stairs, Inc. + Active + F14155 + L14155 + 14155@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + 96 + + + + + 11174 + 7061 + 5 + 05HP000315 + 2019-08-01 + 2021-02-28 + HP + St. Joseph County Intermediate School District + Active + F49521 + L49521 + 49521@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + 40 + + + + + 11175 + 1782 + 6 + 06HP000297 + 2019-09-01 + 2024-08-31 + HP + Education Service Center Region XIV + Active + F13320 + L13320 + 13320@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + + 72 + + + + + 11176 + 779 + 11 + 90CI009993 + 2019-08-01 + 2024-07-31 + CI + Muckleshoot Indian Tribe + Active + F25722 + L25722 + 25722@hsesinfo.org + F47570 + L47570 + 47570@hsesinfo.org + 90 + + + + + + 11177 + 258 + 5 + 05HP000317 + 2019-08-01 + 2024-07-31 + HP + Anoka County Community Action Program, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + 99 + + + + + 11178 + 294 + 4 + 04HP000306 + 2019-08-01 + 2024-07-31 + HP + Western Carolina Community Action, Inc. + Active + F48070 + L48070 + 48070@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + + 100 + + + + + 11179 + 1369 + 2 + 02HP000270 + 2019-08-01 + 2024-07-31 + HP + Community Action of Orleans and Genesee, Inc. + Active + F2340 + L2340 + 2340@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + + 58 + + + + + 11180 + 943 + 2 + 02HP000313 + 2019-08-01 + 2024-07-31 + HP + University Settlement Society of New York + Active + F2340 + L2340 + 2340@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + 72 + + + + + 11181 + 794 + 5 + 05HP000308 + 2019-08-01 + 2024-07-31 + HP + Great Lakes Community Action Partnership + Inactive + F2088 + L2088 + 2088@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + + + + + + + 11182 + 1017 + 1 + 01HP000307 + 2019-08-01 + 2024-07-31 + HP + Community Action, Inc. + Active + F2300 + L2300 + 2300@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + + 72 + + + + + 11183 + 7060 + 5 + 05HP000316 + 2019-08-01 + 2024-07-31 + HP + Ohio State University, The + Active + F44271 + L44271 + 44271@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + 160 + + + + + 11184 + 1244 + 4 + 04CH011178 + 2019-09-01 + 2024-08-31 + CH + Berean Head Start + Active + F2065 + L2065 + 2065@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + 120 + + + + + + 11185 + 588 + 4 + 04HP000305 + 2019-08-01 + 2024-07-31 + HP + Tallatoona Community Action Partnership, Inc. + Active + F13740 + L13740 + 13740@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + 96 + + + + + 11186 + 586 + 5 + 05HP000319 + 2019-08-01 + 2024-07-31 + HP + Tri-County Community Action Partnership, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + 66 + + + + + 11187 + 4374 + 2 + 02HP000321 + 2019-08-01 + 2024-07-31 + HP + Fort George Community Enrichment Center, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + 72 + + + + + 11188 + 973 + 3 + 03HP000322 + 2019-08-01 + 2024-07-31 + HP + Raleigh County Community Action Association, Inc. + Active + F49595 + L49595 + 49595@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + + 52 + + + + + 11189 + 169 + 7 + 07HP000328 + 2019-09-01 + 2024-08-31 + HP + Missouri Valley Community Action Agency + Active + F49091 + L49091 + 49091@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + + 34 + + + + + 11190 + 956 + 9 + 09HP000290 + 2019-08-01 + 2024-07-31 + HP + Parents And Children Together + Active + F37822 + L37822 + 37822@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + + 72 + + + + + 11191 + 1958 + 2 + 02HP000324 + 2019-09-01 + 2024-08-31 + HP + Head Start of Rockland, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + + 112 + + + + + 11192 + 1155 + 4 + 04HP000323 + 2019-08-01 + 2024-07-31 + HP + Picayune School District + Active + F13740 + L13740 + 13740@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + + 72 + + + + + 11193 + 220 + 11 + 90CI009995 + 2019-09-01 + 2024-08-31 + CI + Lummi + Active + F25722 + L25722 + 25722@hsesinfo.org + F45305 + L45305 + 45305@hsesinfo.org + 117 + 72 + + + + + 11194 + 41 + 3 + 03HP000326 + 2019-08-01 + 2024-07-31 + HP + Human Services, Pennsylvania Department of + Active + F46529 + L46529 + 46529@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + 368 + + + + + 11195 + 617 + 6 + 06HP000332 + 2019-09-01 + 2024-08-31 + HP + Sunbeam Family Services, Inc. + Active + F2179 + L2179 + 2179@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + 240 + + + + + 11196 + 1214 + 6 + 06HP000331 + 2019-09-01 + 2024-08-31 + HP + Clinica De Familia Inc, LA + Active + F23929 + L23929 + 23929@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + + 72 + + + + + 11197 + 1373 + 6 + 06CH011206 + 2019-09-01 + 2024-08-31 + CH + AVANCE-San Antonio, Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F2193 + L2193 + 2193@hsesinfo.org + + 270 + + + + + 11198 + 1762 + 6 + 06HP000330 + 2019-09-01 + 2024-08-31 + HP + University Of Arkansas At Pine Bluff + Active + F23929 + L23929 + 23929@hsesinfo.org + F15375 + L15375 + 15375@hsesinfo.org + + 88 + + + + + 11199 + 1285 + 3 + 03HP000329 + 2019-09-01 + 2024-08-31 + HP + Community Services for Children, Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + 32 + + + + + 11200 + 1521 + 3 + 03HP000325 + 2019-08-01 + 2024-07-31 + HP + Northern Virginia Family Service + Active + F14907 + L14907 + 14907@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + + 72 + + + + + 11201 + 983 + 2 + 02CH011205 + 2019-09-01 + 2024-08-31 + CH + Schuyler Head Start + Active + F2335 + L2335 + 2335@hsesinfo.org + F48564 + L48564 + 48564@hsesinfo.org + 68 + 22 + + + + + 11202 + 1100 + 6 + 06CH011207 + 2019-09-01 + 2024-08-31 + CH + Galena Park Independent School District + Active + F43271 + L43271 + 43271@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + + 64 + + + + + 11203 + 1415 + 3 + 03CH011197 + 2019-08-01 + 2024-07-31 + CH + Cen-Clear Child Services, Inc. + Active + F49595 + L49595 + 49595@hsesinfo.org + F49361 + L49361 + 49361@hsesinfo.org + 520 + 224 + 150 + + + + 11204 + 506 + 2 + 02CH011204 + 2019-09-01 + 2024-08-31 + CH + Center for Family Resources, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F48300 + L48300 + 48300@hsesinfo.org + 347 + 141 + + + + + 11205 + 1193 + 9 + 09HP000333 + 2019-09-01 + 2024-08-31 + HP + Child Development Resources Of Ventura County, Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + + 44 + + + + + 11206 + 1813 + 6 + 06HP000341 + 2019-08-01 + 2024-07-31 + HP + Cen-Tex Family Services, Inc. + Active + F45391 + L45391 + 45391@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + + 101 + + + + + 11207 + 919 + 12 + 90HM000016 + 2019-09-01 + 2024-08-31 + HM + Redlands Christian Migrant Association + Active + F3537 + L3537 + 3537@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + + 204 + + + + + 11208 + 831 + 9 + 09CH011208 + 2019-09-01 + 2024-08-31 + CH + Head Start Of Northeastern Nevada + Active + F2334 + L2334 + 2334@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + 109 + 36 + + + + + 11209 + 525 + 4 + 04CH011203 + 2019-09-01 + 2024-08-31 + CH + Ashland Independent School District + Active + F2001 + L2001 + 2001@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + 120 + + + + + + 11210 + 1210 + 4 + 04HP000242 + 2019-09-01 + 2024-08-31 + HP + Washington County Opportunities, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + + 72 + + + + + 11211 + 1466 + 7 + 07HP000345 + 2019-09-01 + 2024-08-31 + HP + Center for Human Services, Inc. + Active + F2256 + L2256 + 2256@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + + 16 + + + + + 11212 + 1210 + 4 + 04CH011171 + 2019-09-01 + 2024-08-31 + CH + Washington County Opportunities, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + 743 + 88 + + + + + 11213 + 7219 + 6 + 06HP000334 + 2019-09-01 + 2024-08-31 + HP + University Of Texas Rio Grande Valley, The + Active + F45654 + L45654 + 45654@hsesinfo.org + F44340 + L44340 + 44340@hsesinfo.org + + 372 + + + + + 11214 + 1052 + 10 + 10HP000320 + 2019-09-01 + 2024-08-31 + HP + Eastern Idaho Community Action Partnership + Active + F47078 + L47078 + 47078@hsesinfo.org + F2421 + L2421 + 2421@hsesinfo.org + + 65 + + + + + 11215 + 803 + 4 + 04HP000237 + 2019-09-01 + 2024-08-31 + HP + Guilford Child Development + Active + F46632 + L46632 + 46632@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + 90 + + + + + 11216 + 1466 + 7 + 07CH011216 + 2019-09-01 + 2024-08-31 + CH + Center for Human Services, Inc. + Active + F2256 + L2256 + 2256@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + + 152 + + + + + 11217 + 388 + 7 + 07HP000344 + 2019-09-01 + 2024-08-31 + HP + Blue Valley Community Action, Inc. + Active + F48871 + L48871 + 48871@hsesinfo.org + F47025 + L47025 + 47025@hsesinfo.org + + 44 + + + + + 11218 + 1919 + 2 + 02CH011209 + 2019-09-01 + 2024-08-31 + CH + Community Action Program For Madison County, Inc. + Active + F47557 + L47557 + 47557@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + 65 + + + + + 11219 + 1574 + 2 + 02HP000338 + 2019-09-01 + 2024-08-31 + HP + L. I. Child & Family Development Services, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + 98 + + + + + 11220 + 1235 + 7 + 07HP000353 + 2019-09-01 + 2024-08-31 + HP + Douglass Community Services, Inc. + Active + F49508 + L49508 + 49508@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + + 76 + + + + + 11221 + 7210 + 2 + 02HP000340 + 2019-09-01 + 2024-08-31 + HP + Union Township Community Action Organization, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F48109 + L48109 + 48109@hsesinfo.org + + 94 + + + + + 11222 + 1692 + 10 + 10HP000327 + 2019-09-01 + 2024-08-31 + HP + Family Services Of Grant County + Inactive + F14039 + L14039 + 14039@hsesinfo.org + F47540 + L47540 + 47540@hsesinfo.org + + + + + + + 11223 + 1691 + 2 + 02HP000336 + 2019-09-01 + 2021-06-30 + HP + Centro de Desarrollo Familiar SHS Diocesis de Mayaguez + Inactive + F2342 + L2342 + 2342@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + + + + + + 11224 + 344 + 10 + 10CH011215 + 2019-09-01 + 2024-08-31 + CH + Oregon Coast Community Action + Active + F43149 + L43149 + 43149@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + 124 + 72 + 243 + 4 + + + 11225 + 1058 + 2 + 02HP000335 + 2019-09-01 + 2024-08-31 + HP + Chautauqua Opportunities Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + 80 + + + + + 11226 + 708 + 2 + 02HP000342 + 2019-09-01 + 2024-08-31 + HP + Community Action Organization of Erie County, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F13554 + L13554 + 13554@hsesinfo.org + + 190 + + + + + 11227 + 1745 + 2 + 02HP000349 + 2019-09-01 + 2021-06-30 + HP + Quintana Baptist Church Head Start Program + Inactive + F2342 + L2342 + 2342@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + + + + + + + 11228 + 7211 + 2 + 02HP000339 + 2019-09-01 + 2024-08-31 + HP + Quality Care Resource and Referral Services, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + + 280 + + + + + 11229 + 1588 + 10 + 10HP000343 + 2019-09-01 + 2024-08-31 + HP + Oregon Child Development Coalition, Inc. + Active + F43149 + L43149 + 43149@hsesinfo.org + F2428 + L2428 + 2428@hsesinfo.org + + 170 + + + + + 11230 + 584 + 2 + 02CH011210 + 2019-09-01 + 2024-08-31 + CH + Grand Street Settlement, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + + 56 + + + + + 11231 + 447 + 6 + 06HP000346 + 2019-09-01 + 2024-08-31 + HP + Webb County Commissioners + Active + F45391 + L45391 + 45391@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + 72 + + + + + 11232 + 447 + 6 + 06CH011213 + 2019-09-01 + 2024-08-31 + CH + Webb County Commissioners + Active + F45391 + L45391 + 45391@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + 1218 + 72 + + + + + 11233 + 1238 + 6 + 06HP000351 + 2019-09-01 + 2024-08-31 + HP + AVANCE - Houston, Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F12886 + L12886 + 12886@hsesinfo.org + + 96 + + + + + 11234 + 536 + 4 + 04HP000348 + 2019-09-01 + 2024-08-31 + HP + Enrichment Services Program, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + 88 + + + + + 11235 + 1828 + 9 + 09CH011214 + 2019-09-01 + 2024-06-30 + CH + Stanislaus County Office Of Education + Active + F2334 + L2334 + 2334@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + 1339 + 361 + + + + + 11236 + 959 + 4 + 04CH011217 + 2019-09-01 + 2024-08-31 + CH + Lancaster County School District + Active + F46251 + L46251 + 46251@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + + 72 + + + + + 11237 + 1615 + 3 + 03HP000350 + 2019-09-01 + 2024-08-31 + HP + Lawrence County Social Services, Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + + 72 + + + + + 11238 + 1062 + 4 + 04HP000356 + 2019-09-01 + 2024-08-31 + HP + Audubon Area Community Services, Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + 80 + + + + + 11239 + 410 + 10 + 10HP000355 + 2019-09-01 + 2024-08-31 + HP + Olympic Educational Service District 114 + Active + F43149 + L43149 + 43149@hsesinfo.org + F47540 + L47540 + 47540@hsesinfo.org + + 40 + + + + + 11240 + 519 + 4 + 04CH011218 + 2019-09-01 + 2024-08-31 + CH + The University of Alabama at Birmingham + Active + F48459 + L48459 + 48459@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + + 88 + + + + + 11241 + 5561 + 4 + 04CH011221 + 2019-09-01 + 2024-08-31 + CH + Person County Public Schools + Active + F48070 + L48070 + 48070@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + 111 + + + + + + 11242 + 1828 + 9 + 09HP000347 + 2019-09-01 + 2024-06-30 + HP + Stanislaus County Office of Education + Active + F2334 + L2334 + 2334@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + + 153 + + + + + 11243 + 514 + 9 + 09HP000362 + 2019-09-01 + 2024-08-31 + HP + Shasta County Head Start Child Development, Inc. + Active + F37822 + L37822 + 37822@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + 26 + + + + + 11244 + 1139 + 4 + 04HP000360 + 2019-09-01 + 2024-08-31 + HP + Family Services Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F48069 + L48069 + 48069@hsesinfo.org + + 120 + + + + + 11245 + 1440 + 4 + 04HP000359 + 2019-09-01 + 2024-08-31 + HP + Sequatchie Valley Planning and Development Agency + Active + F2065 + L2065 + 2065@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + 72 + + + + + 11246 + 10 + 3 + 03HP000352 + 2019-09-01 + 2024-08-31 + HP + DC Office of the State Superintendent of Education + Active + F2402 + L2402 + 2402@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + 200 + + + + + 11247 + 710 + 4 + 04HP000358 + 2019-09-01 + 2024-08-31 + HP + Community Action Council for Lexington-Fayette, Bourbon, Har + Active + F2065 + L2065 + 2065@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + 128 + + + + + 11248 + 1711 + 6 + 06HP000363 + 2019-09-01 + 2024-08-31 + HP + Head Start of Greater Dallas, Inc. + Active + F2185 + L2185 + 2185@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + + 128 + + + + + 11249 + 564 + 3 + 03HP000361 + 2019-09-01 + 2024-08-31 + HP + Garrett County Community Action Committee, Inc + Active + F49609 + L49609 + 49609@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + + 20 + + + + + 11250 + 7214 + 6 + 06HP000365 + 2019-09-01 + 2024-08-31 + HP + Kingsley House, Inc. + Active + F45391 + L45391 + 45391@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + 150 + + + + + 11251 + 1960 + 3 + 03CH011219 + 2019-09-01 + 2024-08-31 + CH + Danville Area School District + Active + F14907 + L14907 + 14907@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + 85 + + + + + + 11252 + 1759 + 4 + 04HP000364 + 2019-09-01 + 2024-08-31 + HP + Action Pathways, Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + 96 + + + + + 11253 + 1656 + 5 + 05CH011223 + 2019-09-01 + 2024-08-31 + CH + West Central Community Services, Inc. + Active + F13544 + L13544 + 13544@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + 288 + 24 + + + + + 11254 + 1750 + 3 + 03HP000369 + 2019-09-01 + 2024-08-31 + HP + Delaware County Intermediate Unit + Active + F14907 + L14907 + 14907@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + 80 + + + + + 11255 + 651 + 9 + 09HP000366 + 2019-09-01 + 2024-08-31 + HP + Child-Parent Centers, Inc. + Active + F14155 + L14155 + 14155@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + 85 + + + + + 11256 + 1358 + 12 + 90HM000017 + 2019-09-01 + 2024-08-31 + HM + Chicanos Por La Causa, Inc. + Active + F3537 + L3537 + 3537@hsesinfo.org + F39971 + L39971 + 39971@hsesinfo.org + + 90 + + + + + 11257 + 1036 + 2 + 02HP000354 + 2019-09-01 + 2021-08-31 + HP + Caguas Municipality + Active + F2342 + L2342 + 2342@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + 112 + + + + + 11258 + 1726 + 2 + 02HP000357 + 2019-09-01 + 2024-08-31 + HP + Tri-County Community Action Agency Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F2353 + L2353 + 2353@hsesinfo.org + + 136 + + + + + 11259 + 1934 + 11 + 90HI000025 + 2019-09-01 + 2024-08-31 + HI + Pinoleville Pomo Nation + Active + F47779 + L47779 + 47779@hsesinfo.org + F46932 + L46932 + 46932@hsesinfo.org + + 32 + + + + + 11260 + 817 + 4 + 04HP000367 + 2019-09-01 + 2024-08-31 + HP + GLEAMNS Human Resources Commission, Inc. + Active + F2001 + L2001 + 2001@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + + 72 + + + + + 11261 + 386 + 11 + 90HI000026 + 2019-09-01 + 2024-08-31 + HI + Winnebago Tribe + Active + F39730 + L39730 + 39730@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + + 72 + + + + + 11262 + 1191 + 9 + 09HP000370 + 2019-09-01 + 2024-08-31 + HP + Western Arizona Council of Governments + Active + F14155 + L14155 + 14155@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + + 60 + + + + + 11263 + 355 + 4 + 04HP000368 + 2019-09-01 + 2024-08-31 + HP + Greene Lamp Inc + Active + F2001 + L2001 + 2001@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + + 72 + + + + + 11264 + 7185 + 2 + 02HP000337 + 2019-09-01 + 2024-08-31 + HP + Salvation Army, The + Active + F32488 + L32488 + 32488@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + + 88 + + + + + 11265 + 1667 + 10 + 10HP000371 + 2019-09-01 + 2024-08-31 + HP + Puget Sound Educational Service District + Active + F14039 + L14039 + 14039@hsesinfo.org + F45312 + L45312 + 45312@hsesinfo.org + + 130 + + + + + 11266 + 1605 + 13 + 90CH011243 + 2019-09-01 + 2024-08-31 + CH + CDI HS/Mid-Cumberland, TN + Active + F33086 + L33086 + 33086@hsesinfo.org + F48422 + L48422 + 48422@hsesinfo.org + 838 + 60 + + + + + 11267 + 4429 + 5 + 05HP000374 + 2019-09-01 + 2024-08-31 + HP + Matrix Human Services + Active + F14214 + L14214 + 14214@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + + 360 + + + + + 11268 + 1057 + 3 + 03HP000372 + 2019-09-01 + 2024-08-31 + HP + Council of Three Rivers American Indian Center + Active + F2402 + L2402 + 2402@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + + 178 + + + + + 11269 + 3429 + 8 + 08HP000376 + 2019-09-01 + 2024-08-31 + HP + Clayton Early Learning, Trustee George W. Clayton Trust + Active + F3032 + L3032 + 3032@hsesinfo.org + F3062 + L3062 + 3062@hsesinfo.org + + 82 + + + + + 11270 + 1196 + 4 + 04CH011226 + 2019-09-01 + 2024-08-31 + CH + Verner + Active + F13510 + L13510 + 13510@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + 100 + + + + + 11271 + 1602 + 8 + 08CH011227 + 2019-09-01 + 2024-08-31 + CH + Ogden-Weber Community Action Partnership, Inc. + Active + F3064 + L3064 + 3064@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + 567 + 30 + + + + + 11272 + 215 + 8 + 08CH011228 + 2019-09-01 + 2024-08-31 + CH + Sheridan School District 2 + Active + F47409 + L47409 + 47409@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + 207 + + + + + + 11273 + 1227 + 4 + 04HP000373 + 2019-09-01 + 2024-08-31 + HP + Tennessee State University + Active + F48070 + L48070 + 48070@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + + 80 + + + + + 11274 + 7194 + 8 + 08HP000380 + 2019-09-01 + 2024-08-31 + HP + Evanston Child Development Center + Active + F47409 + L47409 + 47409@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + + 72 + + + + + 11275 + 891 + 9 + 09HP000384 + 2019-09-01 + 2024-08-31 + HP + Riverside County Office of Education + Active + F14155 + L14155 + 14155@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + 52 + + + + + 11276 + 1951 + 4 + 04HP000377 + 2019-09-01 + 2024-08-31 + HP + Durham's Partnership for Children + Active + F48070 + L48070 + 48070@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + + 64 + + + + + 11277 + 1986 + 8 + 08HP000379 + 2019-09-01 + 2024-08-31 + HP + Colorado Early Education Network + Active + F3064 + L3064 + 3064@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + + 48 + + + + + 11278 + 1577 + 11 + 90CI009996 + 2019-09-01 + 2024-08-31 + CI + Pueblo of Isleta + Active + F25722 + L25722 + 25722@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + 87 + 48 + + + + + 11279 + 7064 + 5 + 05HP000378 + 2019-09-01 + 2024-08-31 + HP + The Order of the Fishermen Ministry + Active + F14214 + L14214 + 14214@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + + 210 + + + + + 11280 + 1588 + 12 + 90HM000018 + 2019-09-01 + 2024-08-31 + HM + Oregon Child Development Coalition, Inc. + Active + F3537 + L3537 + 3537@hsesinfo.org + F39971 + L39971 + 39971@hsesinfo.org + + 192 + + + + + 11281 + 3431 + 8 + 08CH011225 + 2019-09-01 + 2024-08-31 + CH + Children`s Developmental Services of Campbell County + Active + F3064 + L3064 + 3064@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + + 36 + + + + + 11282 + 952 + 4 + 04HP000383 + 2019-09-01 + 2024-08-31 + HP + Wayne Action Group for Economic Solvency, Inc + Active + F33579 + L33579 + 33579@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + + 72 + + + + + 11283 + 1364 + 4 + 04CH011230 + 2019-09-01 + 2024-08-31 + CH + Bolivar Community Action Agency Inc + Active + F13510 + L13510 + 13510@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + 510 + 104 + + + + + 11284 + 230 + 5 + 05CH011234 + 2019-09-01 + 2024-08-31 + CH + Centerstone of Illinois, Inc. + Active + F44271 + L44271 + 44271@hsesinfo.org + F48776 + L48776 + 48776@hsesinfo.org + + 85 + + + + + 11285 + 326 + 5 + 05HP000388 + 2019-09-01 + 2024-08-31 + HP + Ironton-Lawrence County Community Action Organization + Active + F3061 + L3061 + 3061@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + 80 + + + + + 11286 + 1804 + 2 + 02CH011191 + 2019-09-01 + 2024-08-31 + CH + Livingston Wyoming Chapter NY State Area Rehab Center + Active + F47557 + L47557 + 47557@hsesinfo.org + F47389 + L47389 + 47389@hsesinfo.org + 50 + + + + + + 11287 + 756 + 1 + 01CH011222 + 2019-09-01 + 2024-08-31 + CH + Woonsocket Head Start Child Development Association, Inc. + Active + F42223 + L42223 + 42223@hsesinfo.org + F15627 + L15627 + 15627@hsesinfo.org + 182 + + 8 + + + + 11288 + 7063 + 5 + 05HP000389 + 2019-09-01 + 2024-08-31 + HP + Young Women's Christian Association of Canton, Ohio + Active + F2088 + L2088 + 2088@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + 140 + + + + + 11289 + 1956 + 5 + 05HP000386 + 2019-09-01 + 2024-08-31 + HP + County of Macomb + Active + F43414 + L43414 + 43414@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + 88 + + + + + 11290 + 1600 + 3 + 03CH011229 + 2019-09-30 + 2024-09-29 + CH + Maryland Family Network, Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + + 258 + + + + + 11291 + 735 + 3 + 03CH011220 + 2019-09-01 + 2024-08-31 + CH + City of Alexandria + Active + F14907 + L14907 + 14907@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + 309 + + + + + + 11292 + 3501 + 6 + 06HP000387 + 2019-09-01 + 2024-08-31 + HP + Arkansas Early Learning, Inc. + Active + F13320 + L13320 + 13320@hsesinfo.org + F49596 + L49596 + 49596@hsesinfo.org + + 256 + + + + + 11293 + 943 + 2 + 02CH011211 + 2019-09-01 + 2024-08-31 + CH + University Settlement Society of New York + Active + F2340 + L2340 + 2340@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + + 135 + + + + + 11294 + 7059 + 5 + 05HP000396 + 2019-09-01 + 2024-08-31 + HP + Early Learning Indiana, Inc. + Active + F44271 + L44271 + 44271@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + 88 + + + + + 11295 + 7641 + 1 + 01CH011232 + 2019-09-01 + 2024-08-31 + CH + Prospect Manchester Hospital, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + + 48 + + + + + 11296 + 1070 + 1 + 01HP000397 + 2019-09-01 + 2024-08-31 + HP + Associates for Human Services, Inc. + Active + F42223 + L42223 + 42223@hsesinfo.org + F15627 + L15627 + 15627@hsesinfo.org + + 70 + + + + + 11297 + 1710 + 3 + 03HP000395 + 2019-09-01 + 2024-08-31 + HP + Norris Square Community Alliance + Active + F46529 + L46529 + 46529@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + + 88 + + + + + 11298 + 883 + 1 + 01HP000392 + 2019-09-01 + 2024-08-31 + HP + Training, Education, and Manpower, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + 72 + + + + + 11299 + 4100 + 1 + 01HP000393 + 2019-09-01 + 2024-08-31 + HP + LULAC Head Start Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F32486 + L32486 + 32486@hsesinfo.org + + 88 + + + + + 11300 + 376 + 1 + 01CH011235 + 2019-09-01 + 2024-08-31 + CH + Action For Boston Community Development, Inc. + Active + F47611 + L47611 + 47611@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + 1867 + 298 + + + + + 11301 + 328 + 1 + 01HP000391 + 2019-09-01 + 2024-08-31 + HP + Kennebec Valley Community Action Program + Active + F14152 + L14152 + 14152@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + + 100 + + + + + 11302 + 1614 + 12 + 90CM009837 + 2019-09-01 + 2024-08-31 + CM + Tulare, County of + Active + F25722 + L25722 + 25722@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + 90 + + + + + + 11303 + 187 + 2 + 02HP000390 + 2019-09-01 + 2024-08-31 + HP + Center for Family Svcs, Inc. + Active + F2340 + L2340 + 2340@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + + 83 + + + + + 11304 + 7215 + 6 + 06HP000385 + 2019-09-01 + 2024-08-31 + HP + Ser-Jobs for Progress National, Inc. + Active + F45654 + L45654 + 45654@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + + 72 + + + + + 11305 + 328 + 1 + 01CH011233 + 2019-09-01 + 2024-08-31 + CH + Kennebec Valley Community Action Program + Active + F14152 + L14152 + 14152@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + 257 + 56 + + + + + 11306 + 1605 + 13 + 90HP000413 + 2019-09-01 + 2024-08-31 + HP + CDI HS/Mid-Cumberland, TN CC Partnership + Active + F33086 + L33086 + 33086@hsesinfo.org + F48422 + L48422 + 48422@hsesinfo.org + + 66 + + + + + 11307 + 884 + 6 + 06CH011224 + 2019-09-01 + 2024-08-31 + CH + Port Arthur Independent School District + Active + F2185 + L2185 + 2185@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + 333 + + + + + + 11308 + 1078 + 4 + 04CH011236 + 2019-09-01 + 2024-08-31 + CH + Gateway Community Services Organization, Inc. + Active + F48070 + L48070 + 48070@hsesinfo.org + F48069 + L48069 + 48069@hsesinfo.org + 370 + + + + + + 11309 + 7202 + 9 + 09HP000394 + 2019-09-01 + 2024-08-31 + HP + Community Association for Preschool Education, Inc. + Active + F47463 + L47463 + 47463@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + + 89 + + + + + 11310 + 256 + 4 + 04HP000382 + 2019-09-01 + 2024-08-31 + HP + Family Resource Agency, Inc. + Active + F13740 + L13740 + 13740@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + + 96 + + + + + 11311 + 1654 + 2 + 02CH011231 + 2019-09-01 + 2024-08-31 + CH + Morris County Head Start Community Program + Active + F47557 + L47557 + 47557@hsesinfo.org + F48300 + L48300 + 48300@hsesinfo.org + 30 + 58 + + + + + 11312 + 652 + 4 + 04CH011237 + 2019-09-01 + 2024-08-31 + CH + Emanuel County School District + Active + F48070 + L48070 + 48070@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + + 55 + + + + + 11313 + 596 + 5 + 05CH011238 + 2019-09-01 + 2024-08-31 + CH + Christopher House + Active + F13544 + L13544 + 13544@hsesinfo.org + F48776 + L48776 + 48776@hsesinfo.org + + 98 + + + + + 11314 + 902 + 11 + 90HI000029 + 2019-09-01 + 2024-08-31 + HI + Nisqually Indian Tribe + Active + F15738 + L15738 + 15738@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + + 24 + + + + + 11315 + 3437 + 5 + 05HP000402 + 2019-09-01 + 2024-08-31 + HP + Community Action Commission of Fayette County, Inc. + Active + F2088 + L2088 + 2088@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + 60 + + + + + 11316 + 2304 + 11 + 90HI000028 + 2019-09-01 + 2024-08-31 + HI + Cook Inlet Tribal Council, Inc. + Active + F39730 + L39730 + 39730@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + 72 + + + + + 11317 + 323 + 5 + 05HP000401 + 2019-09-01 + 2024-08-31 + HP + Mahube-Otwa Community Action Partnership, Inc. + Active + F48866 + L48866 + 48866@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + 72 + + + + + 11318 + 544 + 11 + 90CI009997 + 2019-09-01 + 2024-08-31 + CI + Bristol Bay Native Association + Active + F15738 + L15738 + 15738@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + 80 + + + + + + 11319 + 7065 + 5 + 05HP000400 + 2019-09-01 + 2024-08-31 + HP + Child Care Resource & Referral + Active + F14214 + L14214 + 14214@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + 96 + + + + + 11320 + 625 + 11 + 90HI000027 + 2019-09-01 + 2024-08-31 + HI + Confederated Salish And Kootenai Tribes + Active + F33086 + L33086 + 33086@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + + 50 + + + + + 11321 + 1364 + 4 + 04HP000375 + 2019-09-01 + 2024-08-31 + HP + Bolivar Community Action Agency Inc + Active + F13510 + L13510 + 13510@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + + 48 + + + + + 11322 + 1600 + 3 + 03HP000398 + 2019-09-01 + 2024-08-31 + HP + Maryland Family Network, Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + + 87 + + + + + 11323 + 7222 + 4 + 04HP000404 + 2019-09-01 + 2024-08-31 + HP + Eckerd Youth Alternatives Inc. + Active + F13740 + L13740 + 13740@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + + 85 + + + + + 11324 + 692 + 4 + 04HP000381 + 2019-09-01 + 2024-08-31 + HP + Fort Valley State University + Active + F13740 + L13740 + 13740@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + + 412 + + + + + 11325 + 1872 + 4 + 04HP000406 + 2019-09-01 + 2024-08-31 + HP + Children's Bureau Inc. dba Porter-Leath + Active + F13510 + L13510 + 13510@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + + 136 + + + + + 11326 + 634 + 9 + 09HP000408 + 2019-09-01 + 2024-08-31 + HP + Young Men's Christian Association of the East Bay + Active + F47463 + L47463 + 47463@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + + 114 + + + + + 11327 + 1411 + 5 + 05HP000407 + 2019-09-01 + 2021-08-31 + HP + Acelero, Inc. + Inactive + F2334 + L2334 + 2334@hsesinfo.org + F13894 + L13894 + 13894@hsesinfo.org + + 80 + + + + + 11328 + 1236 + 6 + 06CH011240 + 2019-09-01 + 2024-08-31 + CH + Mississippi County Arkansas Economic Opportunity Inc + Active + F45391 + L45391 + 45391@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + 432 + 339 + + + + + 11329 + 1621 + 3 + 03HP000399 + 2019-09-01 + 2024-08-31 + HP + Augusta County School Board + Active + F49609 + L49609 + 49609@hsesinfo.org + F23816 + L23816 + 23816@hsesinfo.org + + 32 + + + + + 11330 + 539 + 1 + 01HP000411 + 2019-09-01 + 2024-08-31 + HP + Holyoke, Chicopee, Springfield Head Start Inc + Active + F42223 + L42223 + 42223@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + + 88 + + + + + 11331 + 702 + 6 + 06CH011239 + 2019-09-01 + 2024-08-31 + CH + Beaumont Independent School District + Active + F45391 + L45391 + 45391@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + 510 + + + + + + 11332 + 1313 + 5 + 05HP000409 + 2019-09-01 + 2024-08-31 + HP + Dane County Parent Council, Inc. + Active + F48866 + L48866 + 48866@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + 60 + + + + + 11333 + 1054 + 4 + 04HP000410 + 2019-09-01 + 2024-08-31 + HP + CSRA Economic Opportunity Authority, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + + 72 + + + + + 11337 + 7218 + 6 + 06HP000403 + 2019-09-01 + 2024-08-31 + HP + Center for Transforming Lives + Active + F2179 + L2179 + 2179@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + + 64 + + + + + 11353 + 1015 + 4 + 04HP000405 + 2019-09-01 + 2024-08-31 + HP + Clayton County Community Service Authority, Inc. + Active + F2001 + L2001 + 2001@hsesinfo.org + F2051 + L2051 + 2051@hsesinfo.org + + 72 + + + + + 11354 + 891 + 12 + 90CM009838 + 2019-09-01 + 2024-08-31 + CM + Riverside County Office of Education + Active + F3537 + L3537 + 3537@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + 629 + + + + + + 11355 + 1895 + 11 + 90BF000005 + 2019-09-01 + 2024-08-31 + BF + Cook Inlet Native Head Start + Active + F39730 + L39730 + 39730@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + 194 + 33 + + + + + 11356 + 891 + 12 + 90HM000020 + 2019-09-01 + 2024-08-31 + HM + Riverside County Office of Education + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + + 85 + + + + + 11357 + 419 + 4 + 04CH011242 + 2019-09-01 + 2024-08-31 + CH + Murray Board of Education + Active + F33579 + L33579 + 33579@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + 401 + 131 + + + + + 11358 + 7704 + 7 + 07CH011382 + 2020-02-01 + 2021-01-31 + CH + Educational Service Unit #3 + Active + F47594 + L47594 + 47594@hsesinfo.org + F13558 + L13558 + 13558@hsesinfo.org + 125 + 96 + + + + + 11359 + 486 + 12 + 90HM000019 + 2019-09-01 + 2024-08-31 + HM + Community Action Partnership of San Luis Obispo County, Inc. + Active + F15738 + L15738 + 15738@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + + 348 + + + + + 11360 + 7213 + 11 + 90HI000030 + 2019-09-01 + 2024-08-31 + HI + Owens Valley Career Development Center + Active + F47622 + L47622 + 47622@hsesinfo.org + F45305 + L45305 + 45305@hsesinfo.org + + 48 + + + + + 11361 + 718 + 11 + 90HI000031 + 2019-09-01 + 2024-08-31 + HI + Gila River Indian Community + Active + F33086 + L33086 + 33086@hsesinfo.org + F42301 + L42301 + 42301@hsesinfo.org + + 56 + + + + + 11362 + 698 + 11 + 90CI009998 + 2019-09-01 + 2024-08-31 + CI + California Rural Indian Health Board, Inc. + Active + F47779 + L47779 + 47779@hsesinfo.org + F46932 + L46932 + 46932@hsesinfo.org + 90 + + + + + + 11363 + 3436 + 11 + 90HI000032 + 2019-09-01 + 2024-08-31 + HI + Fort Belknap Community Council + Active + F15738 + L15738 + 15738@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + + 48 + + + + + 11365 + 314 + 11 + 90HI000033 + 2019-09-01 + 2024-08-31 + HI + Bois Forte Reservation Tribal Council + Active + F47779 + L47779 + 47779@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + + 30 + + + + + 11366 + 306 + 4 + 04CH011241 + 2019-09-01 + 2024-08-31 + CH + Family Service Center + Active + F13740 + L13740 + 13740@hsesinfo.org + F48069 + L48069 + 48069@hsesinfo.org + + 76 + + + + + 11367 + 1218 + 4 + 04HP000412 + 2019-09-01 + 2024-08-31 + HP + South Central Human Resource Agency + Active + F33579 + L33579 + 33579@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + + 128 + + + + + 11368 + 444 + 4 + 04CH011245 + 2019-09-01 + 2024-08-31 + CH + Ohio Valley Educational Cooperative + Active + F33579 + L33579 + 33579@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + 306 + 288 + + + + + 11369 + 7705 + 4 + 04CH011244 + 2019-09-01 + 2024-08-31 + CH + Family & Children's Place, Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + 284 + 268 + + + + + 11371 + 7706 + 11 + 90CI010000 + 2019-06-01 + 2020-05-31 + CI + Grand Traverse Band of Ottawa and Chippewa Indians + Inactive + F3537 + L3537 + 3537@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + + + + + + + 11372 + 4523 + 9 + 09HP000415 + 2019-09-01 + 2024-08-31 + HP + Mexican American Opportunity Foundation + Active + F47463 + L47463 + 47463@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + + 137 + + + + + 11373 + 189 + 9 + 09HP000414 + 2019-09-01 + 2024-06-30 + HP + Baldwin Park Unified School District + Active + F37822 + L37822 + 37822@hsesinfo.org + F49585 + L49585 + 49585@hsesinfo.org + + 72 + + + + + 11416 + 629 + 11 + 90CI010028 + 2019-11-01 + 2024-10-31 + CI + Grand Portage Reservation Tribal Council + Active + F25722 + L25722 + 25722@hsesinfo.org + F13059 + L13059 + 13059@hsesinfo.org + 15 + + + + + + 11417 + 1453 + 4 + 04CH011252 + 2019-10-01 + 2024-09-30 + CH + Hillsborough, County of + Active + F2065 + L2065 + 2065@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + 3107 + 367 + + + + + 11418 + 1144 + 7 + 07CH011247 + 2019-11-01 + 2024-10-31 + CH + Northeast Nebraska Community Action Partnership, Inc. + Active + F45391 + L45391 + 45391@hsesinfo.org + F13558 + L13558 + 13558@hsesinfo.org + + 58 + + + + + 11420 + 4097 + 5 + 05CH011254 + 2019-11-01 + 2024-10-31 + CH + Hamilton County Educational Service Center + Active + F43414 + L43414 + 43414@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + 825 + 80 + + + + + 11421 + 442 + 5 + 05CH011246 + 2019-11-01 + 2024-10-31 + CH + Community Action of Northeast Indiana, Inc. + Active + F49521 + L49521 + 49521@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + 585 + 72 + + + + + 11422 + 320 + 5 + 05CH011248 + 2019-11-01 + 2024-10-31 + CH + C.E.F.S. Economic Opportunity Corp. + Active + F44271 + L44271 + 44271@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + 273 + 120 + + + + + 11423 + 1627 + 5 + 05CH011255 + 2019-11-01 + 2024-10-31 + CH + Child Care Resource and Referral, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + 305 + 94 + 0 + 0 + + + 11424 + 1528 + 5 + 05CH011257 + 2019-11-01 + 2024-10-31 + CH + Metropolitan Children and Youth, Inc. Renaissance + Active + F14214 + L14214 + 14214@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + 286 + + + + + + 11425 + 326 + 5 + 05CH011256 + 2019-11-01 + 2024-10-31 + CH + Ironton-Lawrence County Community Action Organization + Active + F3061 + L3061 + 3061@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + 356 + 116 + + + + + 11426 + 1946 + 10 + 10CH011251 + 2019-11-01 + 2024-10-31 + CH + Denise Louie Education Center + Active + F47078 + L47078 + 47078@hsesinfo.org + F46991 + L46991 + 46991@hsesinfo.org + 133 + 120 + + 10 + + + 11427 + 1893 + 5 + 05CH011249 + 2019-11-01 + 2024-10-31 + CH + Elkhart and St. Joseph Counties Head Start Consortium + Active + F44271 + L44271 + 44271@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + 852 + 80 + + + + + 11428 + 1897 + 10 + 10CH011250 + 2019-11-01 + 2024-10-31 + CH + Chelan-Douglas Child Services Association + Active + F43149 + L43149 + 43149@hsesinfo.org + F46991 + L46991 + 46991@hsesinfo.org + 212 + 82 + + + + + 11437 + 418 + 5 + 05CH011253 + 2019-11-01 + 2024-10-31 + CH + FiveCAP, Inc. + Active + F43414 + L43414 + 43414@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + 335 + 46 + + + + + 11438 + 1786 + 5 + 05CH011262 + 2019-11-01 + 2024-10-31 + CH + Menominee-Delta-Schoolcraft Community Action Agency + Active + F14214 + L14214 + 14214@hsesinfo.org + + + + 246 + 78 + + + + + 11439 + 1627 + 5 + 05HP000416 + 2019-11-01 + 2024-10-31 + HP + Child Care Resource and Referral, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + 70 + + + + + 11440 + 1234 + 4 + 04CH011261 + 2019-11-01 + 2024-10-31 + CH + Chapel Hill-Carrboro City School District + Active + F46632 + L46632 + 46632@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + 136 + + + + + + 11441 + 919 + 12 + 90CM009840 + 2019-11-01 + 2024-10-31 + CM + Redlands Christian Migrant Association + Active + F3537 + L3537 + 3537@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + 1644 + 56 + + + + + 11442 + 892 + 12 + 90CM009839 + 2019-11-01 + 2024-10-31 + CM + East Coast Migrant Head Start Project + Active + F3537 + L3537 + 3537@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + 2273 + + + + + + 11443 + 1947 + 5 + 05CH011258 + 2019-11-01 + 2024-10-31 + CH + West Ohio Community Action Partnership + Active + F44271 + L44271 + 44271@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + 322 + 118 + + + + + 11444 + 335 + 11 + 90CI010001 + 2019-11-01 + 2024-10-31 + CI + Pueblo of San Felipe + Active + F15738 + L15738 + 15738@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + 93 + + + + + + 11445 + 145 + 6 + 06CH011267 + 2019-11-01 + 2024-10-31 + CH + Families and Children Together, Inc. + Active + F43271 + L43271 + 43271@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + 170 + + + + + + 11446 + 526 + 3 + 03CH011264 + 2019-11-01 + 2024-10-31 + CH + Prince William County School Board + Active + F14907 + L14907 + 14907@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + 397 + + + + + + 11447 + 1839 + 10 + 10CH011270 + 2019-11-01 + 2024-10-31 + CH + Albina Head Start + Active + F43149 + L43149 + 43149@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + 220 + 401 + 419 + 80 + + + 11448 + 7508 + 6 + 06CH011265 + 2019-11-01 + 2024-10-31 + CH + Brazos Valley Community Action Program + Active + F2179 + L2179 + 2179@hsesinfo.org + F44340 + L44340 + 44340@hsesinfo.org + 466 + 68 + + + + + 11449 + 1257 + 5 + 05CH011263 + 2019-11-01 + 2024-10-31 + CH + Chippewa Luce Mackinac Community Action Agency, Inc. + Active + F14214 + L14214 + 14214@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + 212 + 88 + + + + + 11452 + 645 + 1 + 01CH011268 + 2019-11-01 + 2024-10-31 + CH + Children's Learning Centers of Fairfield County, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + 168 + 48 + 20 + + + + 11453 + 1575 + 6 + 06CH011272 + 2019-12-01 + 2024-11-30 + CH + New Mexico State University + Active + F23929 + L23929 + 23929@hsesinfo.org + F41654 + L41654 + 41654@hsesinfo.org + 228 + 32 + + + + + 11454 + 1146 + 2 + 02CH011259 + 2019-12-01 + 2024-11-30 + CH + NYS Federation of Growers & Processors Associations, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + 83 + 60 + + + + + 11455 + 892 + 12 + 90HM000021 + 2019-11-01 + 2024-10-31 + HM + East Coast Migrant Head Start Project + Active + F3537 + L3537 + 3537@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + + 88 + + + + + 11456 + 3436 + 11 + 90CI010002 + 2019-11-01 + 2024-10-31 + CI + Fort Belknap Community Council + Active + F15738 + L15738 + 15738@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + 140 + + + + + + 11457 + 748 + 2 + 02CH011271 + 2019-12-01 + 2024-11-30 + CH + Family Services Of Westchester, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + 194 + 40 + + + + + 11458 + 194 + 5 + 05CH011273 + 2019-12-01 + 2024-11-30 + CH + Celina City Schools + Active + F44271 + L44271 + 44271@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + 158 + + + + + + 11459 + 807 + 4 + 04CH011269 + 2019-11-01 + 2024-10-31 + CH + Western Kentucky University + Active + F48070 + L48070 + 48070@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + 178 + + + + + + 11460 + 3501 + 6 + 06CH011275 + 2019-12-01 + 2024-11-30 + CH + Arkansas Early Learning, Inc. + Active + F13320 + L13320 + 13320@hsesinfo.org + F49596 + L49596 + 49596@hsesinfo.org + + 96 + + + + + 11461 + 446 + 6 + 06CH011274 + 2019-12-01 + 2024-11-30 + CH + Native American Coalition of Tulsa + Active + F2185 + L2185 + 2185@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + 138 + 16 + + + + + 11462 + 887 + 4 + 04CH011260 + 2019-11-01 + 2024-10-31 + CH + Central Kentucky Community Action Council + Active + F13510 + L13510 + 13510@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + 470 + 24 + + + + + 11463 + 1220 + 7 + 07CH011276 + 2019-12-01 + 2024-11-30 + CH + Mid-Iowa Community Action, Inc. + Active + F2256 + L2256 + 2256@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + 208 + 76 + + + + + 11464 + 604 + 2 + 02CH011266 + 2019-11-01 + 2024-10-31 + CH + New York Foundling Hospital, The + Active + F47557 + L47557 + 47557@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + 66 + + + + + 11470 + 6221 + 6 + 06CH011280 + 2019-12-01 + 2024-11-30 + CH + Avoyelles Child Development Services, Inc. + Active + F13320 + L13320 + 13320@hsesinfo.org + F15375 + L15375 + 15375@hsesinfo.org + 238 + 8 + + + + + 11471 + 1727 + 6 + 06CH011282 + 2019-12-01 + 2024-11-30 + CH + Community Services Of Northeast Texas, Inc. + Active + F2179 + L2179 + 2179@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + 465 + 16 + + + + + 11472 + 1183 + 8 + 08CH011277 + 2019-12-01 + 2024-11-30 + CH + District 4 Human Resource Development Council + Active + F13544 + L13544 + 13544@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + 112 + 47 + + + + + 11473 + 396 + 11 + 90CI010003 + 2019-12-01 + 2024-11-30 + CI + Mille Lacs Band Of Ojibwe + Active + F3537 + L3537 + 3537@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + 53 + 80 + + + + + 11478 + 1777 + 2 + 02CH011284 + 2019-12-01 + 2024-11-30 + CH + United Talmudical Academy of Boro Park Head Start + Active + F32488 + L32488 + 32488@hsesinfo.org + F32828 + L32828 + 32828@hsesinfo.org + 221 + + + + + + 11479 + 977 + 1 + 01CH011278 + 2019-12-01 + 2024-11-30 + CH + Martha's Vineyard Community Services + Active + F14152 + L14152 + 14152@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + 42 + + + + + + 11480 + 1170 + 3 + 03CH011287 + 2019-12-01 + 2024-11-30 + CH + The Health Federation Of Philadelphia + Active + F2415 + L2415 + 2415@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + + 183 + + + + + 11481 + 253 + 3 + 03CH011288 + 2019-12-01 + 2024-11-30 + CH + Maryland Rural Development Corporation + Active + F46529 + L46529 + 46529@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + 403 + + + + + + 11482 + 1125 + 2 + 02CH011286 + 2019-12-01 + 2024-11-30 + CH + Montclair Child Development Center, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + 438 + 52 + + + + + 11483 + 648 + 11 + 90CI010004 + 2019-12-01 + 2024-11-30 + CI + Muscogee Creek Nation + Active + F33086 + L33086 + 33086@hsesinfo.org + F15469 + L15469 + 15469@hsesinfo.org + 289 + + + + + + 11484 + 1405 + 2 + 02CH011279 + 2019-12-01 + 2021-11-30 + CH + Municipio De Bayamon + Active + F42299 + L42299 + 42299@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + 1834 + 88 + + + + + 11485 + 467 + 2 + 02CH011281 + 2019-12-01 + 2024-11-30 + CH + Community Program Centers of Long Island, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F32828 + L32828 + 32828@hsesinfo.org + 139 + 96 + + + + + 11486 + 4395 + 3 + 03CH011283 + 2019-12-01 + 2024-11-30 + CH + Rural Family Development + Active + F46529 + L46529 + 46529@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + 95 + + + + + + 11487 + 968 + 9 + 09CH011290 + 2019-12-01 + 2024-11-30 + CH + Imperial County Office Of Education + Active + F2334 + L2334 + 2334@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + 238 + 130 + + + + + 11495 + 1605 + 13 + 90CH011371 + 2019-12-01 + 2021-11-30 + CH + CDI HS/Eastern Oklahoma, OK + Active + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + 1323 + 16 + + + + + 11501 + 1167 + 3 + 03CH011285 + 2019-12-01 + 2024-11-30 + CH + Lee County School District + Active + F46529 + L46529 + 46529@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + 203 + + + + + + 11502 + 6021 + 3 + 03CH011289 + 2019-12-01 + 2024-11-30 + CH + Mile High Kids and Community Development, Inc. + Active + F14907 + L14907 + 14907@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + 225 + + + + + + 11503 + 321 + 11 + 90CI010005 + 2019-12-01 + 2024-11-30 + CI + Saint Regis Mohawk Tribe + Active + F25722 + L25722 + 25722@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + 63 + + + + + + 11512 + 1119 + 7 + 07CH011292 + 2020-01-01 + 2024-12-31 + CH + North Iowa Community Action Organization + Active + F2256 + L2256 + 2256@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + 227 + 16 + + + + + 11516 + 1901 + 4 + 04CH011291 + 2020-01-01 + 2024-12-31 + CH + Pee Dee Community Action Partnership + Active + F13740 + L13740 + 13740@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + 742 + 68 + + + + + 11517 + 287 + 3 + 03CH011294 + 2020-01-01 + 2024-12-31 + CH + Allegheny Intermediate Unit + Active + F2402 + L2402 + 2402@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + 68 + + + + + 11518 + 1492 + 12 + 90CM009841 + 2019-12-01 + 2024-11-30 + CM + Inspire Development Centers + Active + F15738 + L15738 + 15738@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + 266 + + + + + + 11519 + 500 + 6 + 06CH011302 + 2020-01-01 + 2024-12-31 + CH + Lafourche Parish + Active + F23929 + L23929 + 23929@hsesinfo.org + F2193 + L2193 + 2193@hsesinfo.org + 255 + + + + + + 11520 + 1533 + 6 + 06CH011300 + 2020-01-01 + 2024-12-31 + CH + Lumin Education + Active + F13320 + L13320 + 13320@hsesinfo.org + F12886 + L12886 + 12886@hsesinfo.org + + 140 + + + + + 11521 + 434 + 11 + 90CI010007 + 2019-12-01 + 2024-11-30 + CI + Sisseton-Wahpeton Oyate + Active + F47779 + L47779 + 47779@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + 154 + 40 + + + + + 11522 + 1911 + 3 + 03CH011301 + 2020-01-01 + 2024-12-31 + CH + Clinch Valley Community Action, Inc. + Active + F14907 + L14907 + 14907@hsesinfo.org + F47017 + L47017 + 47017@hsesinfo.org + + 32 + + + + + 11523 + 992 + 4 + 04CH011297 + 2020-01-01 + 2024-12-31 + CH + Wateree Community Actions, Inc. + Active + F48070 + L48070 + 48070@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + 806 + 48 + + + + + 11524 + 967 + 4 + 04CH011293 + 2020-01-01 + 2024-12-31 + CH + Burke County Board Of Education, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + + 94 + + + + + 11525 + 272 + 6 + 06CH011298 + 2020-01-01 + 2024-12-31 + CH + ChildCareGroup + Active + F13320 + L13320 + 13320@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + + 82 + + + + + 11526 + 953 + 4 + 04CH011310 + 2020-01-01 + 2024-12-31 + CH + Children's Home Society Of Florida, The + Active + F2065 + L2065 + 2065@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + + 140 + + + + + 11527 + 1941 + 11 + 90CI010009 + 2020-01-01 + 2024-12-31 + CI + Aroostook Micmac Council + Active + F25722 + L25722 + 25722@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + 20 + + + + + + 11528 + 1950 + 6 + 06CH011299 + 2020-01-01 + 2024-12-31 + CH + Native American Professional Parent Resources, Inc. + Active + F45391 + L45391 + 45391@hsesinfo.org + F41654 + L41654 + 41654@hsesinfo.org + + 72 + + + + + 11531 + 1540 + 5 + 05CH011316 + 2020-01-01 + 2024-12-31 + CH + Catholic Charities of the Diocese of Joliet, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F2121 + L2121 + 2121@hsesinfo.org + 506 + 193 + + + + + 11532 + 636 + 11 + 90BF000008 + 2019-12-01 + 2024-11-30 + BF + Tanana Chiefs Conference + Active + F39730 + L39730 + 39730@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + 229 + + + + + + 11533 + 1570 + 6 + 06CH011317 + 2020-01-01 + 2024-12-31 + CH + United Way of Acadiana, Inc. + Active + F45654 + L45654 + 45654@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + + 103 + + + + + 11534 + 1836 + 6 + 06CH011318 + 2020-01-01 + 2024-12-31 + CH + Tulsa Educare + Active + F45654 + L45654 + 45654@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + 72 + + + + + 11535 + 1818 + 4 + 04CH011305 + 2020-01-01 + 2024-12-31 + CH + Gulf Regional Early Childhood Services, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + + 104 + + + + + 11536 + 849 + 11 + 90CI010010 + 2020-01-01 + 2024-12-31 + CI + Pascua Yaqui Tribe of Arizona + Active + F25722 + L25722 + 25722@hsesinfo.org + F45305 + L45305 + 45305@hsesinfo.org + 72 + + + + + + 11537 + 1377 + 6 + 06CH011308 + 2020-01-01 + 2024-12-31 + CH + Region IX Education Cooperative + Active + F2185 + L2185 + 2185@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + 115 + + + + + + 11538 + 1976 + 5 + 05CH011304 + 2020-01-01 + 2024-12-31 + CH + Baby TALK, Inc. + Active + F14214 + L14214 + 14214@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + + 74 + + + + + 11543 + 1197 + 2 + 02CH011309 + 2020-01-01 + 2024-12-31 + CH + Cattaraugus County Project Head Start, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F47389 + L47389 + 47389@hsesinfo.org + 282 + 50 + + + + + 11544 + 1400 + 3 + 03CH011296 + 2020-01-01 + 2024-12-31 + CH + Professional Family Care Services, Inc. + Active + F49609 + L49609 + 49609@hsesinfo.org + F49361 + L49361 + 49361@hsesinfo.org + + 72 + + + + + 11545 + 1239 + 2 + 02CH011319 + 2020-01-01 + 2024-12-31 + CH + Lakewood Economic Action Program + Active + F47557 + L47557 + 47557@hsesinfo.org + F48300 + L48300 + 48300@hsesinfo.org + + 60 + + + + + 11546 + 198 + 6 + 06CH011323 + 2020-01-01 + 2024-12-31 + CH + Central Texas 4C, Inc. + Active + F2179 + L2179 + 2179@hsesinfo.org + F13531 + L13531 + 13531@hsesinfo.org + + 152 + + + + + 11547 + 196 + 2 + 02CH011324 + 2020-01-01 + 2024-12-31 + CH + B Above Worldwide Institute, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F48564 + L48564 + 48564@hsesinfo.org + + 88 + + + + + 11548 + 1046 + 5 + 05CH011329 + 2020-01-01 + 2024-12-31 + CH + Adams-Brown Counties Economic Opportunities, Inc. + Active + F48866 + L48866 + 48866@hsesinfo.org + F48776 + L48776 + 48776@hsesinfo.org + 252 + 72 + + + + + 11549 + 1544 + 4 + 04CH011295 + 2020-01-01 + 2024-12-31 + CH + Onslow County Partnership for Children, Inc. + Active + F2001 + L2001 + 2001@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + + 72 + + + + + 11550 + 872 + 2 + 02CH011311 + 2020-01-01 + 2024-12-31 + CH + Schenectady Community Action Program + Active + F2340 + L2340 + 2340@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + 297 + + + + + + 11551 + 1042 + 10 + 10CH011303 + 2020-01-01 + 2024-12-31 + CH + Educational Service District 112 + Active + F48537 + L48537 + 48537@hsesinfo.org + F47540 + L47540 + 47540@hsesinfo.org + + 55 + + + + + 11552 + 1398 + 2 + 02CH011321 + 2020-01-01 + 2024-12-31 + CH + SCO Family of Services + Active + F2335 + L2335 + 2335@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + + 60 + + + + + 11553 + 1734 + 2 + 02CH011307 + 2020-01-01 + 2024-12-31 + CH + Project Social Care Head Start, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + 119 + + + + + + 11554 + 1059 + 9 + 09CH011315 + 2020-01-01 + 2024-12-31 + CH + Regents of the University of California, Los Angeles + Active + F14155 + L14155 + 14155@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + 108 + + + + + 11555 + 1616 + 2 + 02CH011312 + 2020-01-01 + 2024-12-31 + CH + Bais Yaakov Faigeh Schonberger of AdasYereim + Active + F2340 + L2340 + 2340@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + + 72 + + + + + 11556 + 984 + 2 + 02CH011306 + 2020-01-01 + 2024-12-31 + CH + Wayne County Action Program, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + 237 + 138 + + + + + 11557 + 1339 + 2 + 02CH011313 + 2020-01-01 + 2024-12-31 + CH + Municipio de San German + Active + F15514 + L15514 + 15514@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + + 72 + + + + + 11558 + 854 + 10 + 10CH011314 + 2020-01-01 + 2024-12-31 + CH + Snohomish County Human Services Department + Active + F47078 + L47078 + 47078@hsesinfo.org + F46991 + L46991 + 46991@hsesinfo.org + + 82 + + + + + 11560 + 182 + 8 + 08CH011342 + 2020-01-01 + 2024-12-31 + CH + Early Childhood Council of the San Luis Valley + Active + F3032 + L3032 + 3032@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + + 72 + + + + + 11561 + 1872 + 4 + 04CH011334 + 2020-01-01 + 2024-12-31 + CH + Children's Bureau Inc. dba Porter-Leath + Active + F13510 + L13510 + 13510@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + + 144 + + + + + 11562 + 1040 + 2 + 02CH011330 + 2020-01-01 + 2021-06-30 + CH + Municipio de Ponce + Active + F15514 + L15514 + 15514@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + 1680 + 72 + + + + + 11563 + 1942 + 8 + 08CH011344 + 2020-01-01 + 2024-12-31 + CH + Town of Limon + Active + F3032 + L3032 + 3032@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + 45 + + + + + + 11564 + 339 + 5 + 05CH011335 + 2020-01-01 + 2024-12-31 + CH + Starfish Family Services, Inc. + Active + F44271 + L44271 + 44271@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + + 37 + + + + + 11565 + 1259 + 3 + 03CH011322 + 2020-01-01 + 2024-12-31 + CH + Centronia, Inc. + Active + F14907 + L14907 + 14907@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + + 72 + + + + + 11566 + 1553 + 5 + 05CH011340 + 2020-01-01 + 2024-12-31 + CH + Cooperative Educational Service Agency No. 2 + Active + F48866 + L48866 + 48866@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + 258 + + 12 + + + + 11567 + 1251 + 6 + 06CH011339 + 2020-01-01 + 2024-12-31 + CH + AVANCE, Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F44340 + L44340 + 44340@hsesinfo.org + + 100 + + + + + 11568 + 1443 + 11 + 90CI010013 + 2020-01-01 + 2024-12-31 + CI + Round Valley Tribe + Active + F33086 + L33086 + 33086@hsesinfo.org + F46932 + L46932 + 46932@hsesinfo.org + 20 + + + + + + 11569 + 322 + 3 + 03CH011331 + 2020-01-01 + 2024-12-31 + CH + Community Services of Venango County, Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F43578 + L43578 + 43578@hsesinfo.org + + 72 + + + + + 11570 + 758 + 10 + 10CH011327 + 2020-01-01 + 2024-12-31 + CH + Neighborhood House Incorporated + Active + F43149 + L43149 + 43149@hsesinfo.org + F47540 + L47540 + 47540@hsesinfo.org + 172 + 75 + + + + + 11571 + 839 + 10 + 10CH011332 + 2020-01-01 + 2024-12-31 + CH + Family Building Blocks + Active + F48537 + L48537 + 48537@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + + 90 + + + + + 11572 + 1440 + 4 + 04CH011345 + 2020-01-01 + 2024-12-31 + CH + Sequatchie Valley Planning And Development Agency + Active + F2065 + L2065 + 2065@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + 306 + 16 + + + + + 11573 + 1675 + 10 + 10CH011326 + 2020-01-01 + 2024-12-31 + CH + Kids & Company of Linn County + Active + F43149 + L43149 + 43149@hsesinfo.org + F48097 + L48097 + 48097@hsesinfo.org + 220 + 52 + 217 + + + + 11574 + 1259 + 3 + 03CH011320 + 2020-01-01 + 2024-12-31 + CH + Centronia, Inc. + Active + F14907 + L14907 + 14907@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + + 72 + + + + + 11575 + 1934 + 11 + 90CI010011 + 2020-01-01 + 2024-12-31 + CI + Pinoleville Pomo Nation + Active + F47779 + L47779 + 47779@hsesinfo.org + F46932 + L46932 + 46932@hsesinfo.org + 30 + 8 + + + + + 11576 + 762 + 9 + 09CH011325 + 2020-01-01 + 2024-12-31 + CH + Rancho Santiago Community College District, Inc. + Active + F37822 + L37822 + 37822@hsesinfo.org + F35663 + L35663 + 35663@hsesinfo.org + + 140 + + + + + 11577 + 1137 + 5 + 05CH011337 + 2020-01-01 + 2024-12-31 + CH + La Casa de Esperanza, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + + 72 + + 6 + + + 11578 + 1969 + 9 + 09CH011350 + 2020-01-01 + 2024-12-31 + CH + Through The Looking Glass + Active + F47463 + L47463 + 47463@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + + 72 + + + + + 11579 + 398 + 9 + 09CH011338 + 2020-01-01 + 2024-12-31 + CH + Pediatric Therapy Network + Active + F37822 + L37822 + 37822@hsesinfo.org + F35663 + L35663 + 35663@hsesinfo.org + + 90 + + + + + 11580 + 947 + 8 + 08CH011349 + 2020-01-01 + 2024-12-31 + CH + Eagle County HHS + Active + F3064 + L3064 + 3064@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + + 74 + + + + + 11581 + 41 + 3 + 03CH011343 + 2020-01-01 + 2024-12-31 + CH + Human Services, Pennsylvania Department of + Active + F46529 + L46529 + 46529@hsesinfo.org + F49621 + L49621 + 49621@hsesinfo.org + + 128 + + + + + 11582 + 1172 + 5 + 05CH011333 + 2020-01-01 + 2024-12-31 + CH + Pickaway County Community Action Organization + Active + F3061 + L3061 + 3061@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + 212 + 72 + + + + + 11583 + 727 + 5 + 05HP000417 + 2020-01-01 + 2024-12-31 + HP + Miami Valley Child Development Centers, Inc. + Active + F44271 + L44271 + 44271@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + 228 + + + + + 11584 + 380 + 9 + 09CH011347 + 2020-01-01 + 2024-12-31 + CH + Child Crisis Arizona + Active + F47463 + L47463 + 47463@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + 68 + + + + + 11585 + 582 + 5 + 05CH011351 + 2020-01-01 + 2024-12-31 + CH + Governors State University + Active + F2088 + L2088 + 2088@hsesinfo.org + F48776 + L48776 + 48776@hsesinfo.org + + 72 + + + + + 11590 + 1330 + 4 + 04CH011336 + 2020-01-01 + 2024-12-31 + CH + Waccamaw Economic Opportunity Council, Inc. + Active + F33579 + L33579 + 33579@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + 595 + 48 + + + + + 11591 + 707 + 1 + 01CH011357 + 2020-01-01 + 2024-12-31 + CH + Belknap-Merrimack Counties Community Action Program + Active + F47611 + L47611 + 47611@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + 198 + 151 + + + + + 11592 + 1428 + 11 + 90CI010014 + 2020-01-01 + 2025-12-31 + CI + Cheyenne & Arapaho Tribes + Active + F39730 + L39730 + 39730@hsesinfo.org + F3536 + L3536 + 3536@hsesinfo.org + 133 + + + + + + 11593 + 5361 + 11 + 90CI010008 + 2020-01-01 + 2025-12-31 + CI + Cankdeska Cikana Community College + Active + F33086 + L33086 + 33086@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + 72 + 86 + + + + + 11594 + 752 + 4 + 04CH011346 + 2020-01-01 + 2024-12-31 + CH + Telamon Corporation + Active + F13510 + L13510 + 13510@hsesinfo.org + F45392 + L45392 + 45392@hsesinfo.org + + 76 + + + + + 11595 + 980 + 11 + 90CI010016 + 2020-01-01 + 2024-12-31 + CI + Association of Village Council Presidents + Active + F39730 + L39730 + 39730@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + 221 + + + + + + 11596 + 1070 + 1 + 01CH011360 + 2020-01-01 + 2024-12-31 + CH + Associates for Human Services, Inc. + Active + F42223 + L42223 + 42223@hsesinfo.org + F15627 + L15627 + 15627@hsesinfo.org + 0 + 42 + + + + + 11597 + 1442 + 1 + 01CH011366 + 2020-01-01 + 2024-12-31 + CH + Androscoggin Head Start & Child Care + Active + F14152 + L14152 + 14152@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + 200 + 45 + + + + + 11598 + 1978 + 8 + 08CH011348 + 2020-01-01 + 2024-12-31 + CH + The Learning Center For Families + Active + F3032 + L3032 + 3032@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + + 132 + + + + + 11599 + 530 + 1 + 01CH011364 + 2020-01-01 + 2024-12-31 + CH + South Shore Stars, Inc. + Active + F47611 + L47611 + 47611@hsesinfo.org + F28233 + L28233 + 28233@hsesinfo.org + + 72 + + + + + 11600 + 744 + 1 + 01CH011362 + 2020-01-01 + 2024-12-31 + CH + United Way of Greater New Haven + Active + F14152 + L14152 + 14152@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + 26 + + + + + 11601 + 216 + 2 + 02CH011354 + 2020-01-01 + 2024-12-31 + CH + The Children's Home Society of New Jersey + Active + F2335 + L2335 + 2335@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + + 72 + + + + + 11602 + 1438 + 11 + 90CI010017 + 2020-01-01 + 2024-12-31 + CI + Omaha Tribe of Nebraska + Active + F25722 + L25722 + 25722@hsesinfo.org + F14034 + L14034 + 14034@hsesinfo.org + 101 + + + + + + 11603 + 1124 + 11 + 90CI010015 + 2020-01-01 + 2025-12-31 + CI + Kiowa Tribe of Oklahoma + Active + F15738 + L15738 + 15738@hsesinfo.org + F3536 + L3536 + 3536@hsesinfo.org + 107 + + + + + + 11604 + 3430 + 11 + 90CI010018 + 2020-01-01 + 2024-12-31 + CI + Salt River Pima-Maricopa Indian Community Educational SE, The + Inactive + F39730 + L39730 + 39730@hsesinfo.org + F15469 + L15469 + 15469@hsesinfo.org + + + + + + + 11605 + 643 + 1 + 01CH011359 + 2020-01-01 + 2024-12-31 + CH + Area Cooperative Educational Services + Active + F14152 + L14152 + 14152@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + 60 + + + + + 11606 + 757 + 1 + 01CH011361 + 2020-01-01 + 2024-12-31 + CH + Meeting Street + Active + F42223 + L42223 + 42223@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + 72 + + + + + 11607 + 1094 + 9 + 09CH011352 + 2020-01-01 + 2024-12-31 + CH + Peninsula Family Service + Active + F47463 + L47463 + 47463@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + + 72 + + + + + 11608 + 579 + 5 + 05CH011373 + 2020-01-01 + 2024-12-31 + CH + Pathfinder Services, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + + 60 + + + + + 11609 + 1414 + 3 + 03CH011369 + 2020-01-01 + 2024-12-31 + CH + STEP, Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F47017 + L47017 + 47017@hsesinfo.org + 138 + 80 + + + + + 11610 + 1835 + 3 + 03CH011328 + 2020-01-01 + 2024-12-31 + CH + Scott County Public School Head Start + Active + F49609 + L49609 + 49609@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + 140 + 8 + + + + + 11611 + 739 + 5 + 05CH011358 + 2020-01-01 + 2024-12-31 + CH + Hocking Athens Perry Community Action + Active + F49521 + L49521 + 49521@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + 260 + 106 + + + + + 11612 + 1991 + 3 + 03CH011370 + 2020-01-01 + 2024-12-31 + CH + Community Action Council of Howard County + Active + F46529 + L46529 + 46529@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + 264 + + + + + + 11613 + 1669 + 9 + 09CH011368 + 2020-01-01 + 2024-12-31 + CH + Allies For Every Child, Inc + Active + F2334 + L2334 + 2334@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + 79 + + + + + 11614 + 1579 + 3 + 03CH011365 + 2020-01-01 + 2024-12-31 + CH + Higher Horizons Day Care Center, Inc. + Active + F49609 + L49609 + 49609@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + + 76 + + + + + 11615 + 994 + 3 + 03CH011363 + 2020-01-01 + 2024-12-31 + CH + Huntingdon County Child and Adult Development Corp. + Active + F14907 + L14907 + 14907@hsesinfo.org + F44251 + L44251 + 44251@hsesinfo.org + 167 + 72 + 48 + + + + 11616 + 1572 + 4 + 04CH011355 + 2020-01-01 + 2024-12-31 + CH + Catawba County Schools + Active + F13740 + L13740 + 13740@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + 80 + + + + + 11617 + 744 + 1 + 01HP000418 + 2020-01-01 + 2024-12-31 + HP + United Way of Greater New Haven + Active + F14152 + L14152 + 14152@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + + 62 + + + + + 11618 + 811 + 9 + 09CH011374 + 2020-01-01 + 2024-12-31 + CH + Human Services Association + Active + F37822 + L37822 + 37822@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + 120 + + + + + 11619 + 1951 + 4 + 04CH011372 + 2020-01-01 + 2024-12-31 + CH + Durham's Partnership for Children + Active + F48070 + L48070 + 48070@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + + 108 + + + + + 11620 + 1307 + 4 + 04CH011375 + 2020-01-01 + 2024-12-31 + CH + Chapel Hill Training-Outreach Project, Inc. + Active + F48070 + L48070 + 48070@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + 80 + 133 + + + + + 11621 + 1556 + 9 + 09CH011377 + 2020-01-01 + 2024-12-31 + CH + Easter Seals Southern California, Inc + Active + F14155 + L14155 + 14155@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + 171 + 52 + + + + + 11622 + 1556 + 9 + 09CH011379 + 2020-01-01 + 2024-12-31 + CH + Easter Seals Southern California, Inc + Active + F14155 + L14155 + 14155@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + 162 + + + + + 11623 + 850 + 9 + 09CH011380 + 2020-01-01 + 2024-12-31 + CH + Spanish Speaking Unity Council + Active + F14155 + L14155 + 14155@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + + 95 + + + + + 11624 + 927 + 8 + 08CH011376 + 2020-01-01 + 2024-12-31 + CH + County of Summit + Active + F3064 + L3064 + 3064@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + 35 + 14 + + + + + 11625 + 1338 + 2 + 02CH011381 + 2020-01-01 + 2024-12-31 + CH + Municipality of Dorado + Active + F42299 + L42299 + 42299@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + + 80 + + + + + 11626 + 1028 + 3 + 03CH011378 + 2020-01-01 + 2024-12-31 + CH + Allegheny Lutheran Social Ministries + Active + F46529 + L46529 + 46529@hsesinfo.org + F49361 + L49361 + 49361@hsesinfo.org + 173 + 75 + + + + + 11627 + 1642 + 11 + 90CI010020 + 2020-01-01 + 2024-12-31 + CI + Rocky Boy Schools + Active + F47779 + L47779 + 47779@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + 151 + 88 + + + + + 11628 + 7709 + 11 + 90CI010022 + 2020-01-01 + 2024-12-31 + CI + Redding Rancheria + Active + F39730 + L39730 + 39730@hsesinfo.org + F46932 + L46932 + 46932@hsesinfo.org + 34 + + + + + + 11640 + 714 + 6 + 06CH011403 + 2020-02-01 + 2021-01-31 + CH + Calcasieu Parish School System + Active + F45654 + L45654 + 45654@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + 74 + + + + + + 11652 + 1567 + 5 + 05CH011384 + 2020-02-01 + 2025-01-31 + CH + Kankakee-Iroquois Regional Planning Commission + Active + F49521 + L49521 + 49521@hsesinfo.org + F49668 + L49668 + 49668@hsesinfo.org + 133 + + + + + + 11653 + 1331 + 5 + 05CH011389 + 2020-02-01 + 2025-01-31 + CH + Tri-County Council for Child Development, Inc. + Active + F43414 + L43414 + 43414@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + 704 + 204 + + + + + 11657 + 5080 + 5 + 05HP000419 + 2020-02-01 + 2025-01-31 + HP + Geminus Corporation + Active + F14214 + L14214 + 14214@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + + 200 + + + + + 11658 + 1532 + 12 + 90CM009842 + 2020-02-01 + 2025-01-31 + CM + Community Action Program for Central Arkansas CAPCA + Active + F3537 + L3537 + 3537@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + 159 + + + + + + 11659 + 136 + 8 + 08CH011391 + 2020-02-01 + 2025-01-31 + CH + Akron United Methodist Church + Active + F3032 + L3032 + 3032@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + 37 + + + + + + 11660 + 1407 + 2 + 02CH011388 + 2020-02-01 + 2025-01-31 + CH + Sharon Baptist Head Start + Active + F32488 + L32488 + 32488@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + 72 + + + + + + 11661 + 680 + 2 + 02CH011385 + 2020-02-01 + 2025-01-31 + CH + Sheltering Arms Children and Family Services, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + + 60 + + + + + 11662 + 1688 + 8 + 08CH011397 + 2020-02-01 + 2025-01-31 + CH + Lake County School District #1 + Active + F3032 + L3032 + 3032@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + 40 + 12 + + + + + 11663 + 1319 + 8 + 08CH011390 + 2020-02-01 + 2025-01-31 + CH + Kootenai Valley Head Start Inc + Active + F13544 + L13544 + 13544@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + 96 + + + + + + 11664 + 1011 + 2 + 02CH011394 + 2020-02-01 + 2025-01-31 + CH + P.E.A.C.E., Inc. + Active + F2340 + L2340 + 2340@hsesinfo.org + F32828 + L32828 + 32828@hsesinfo.org + 829 + 214 + + + + + 11665 + 1226 + 8 + 08CH011386 + 2020-02-01 + 2025-01-31 + CH + Community Action Region VI + Active + F3064 + L3064 + 3064@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + 100 + 36 + + + + + 11666 + 691 + 4 + 04CH011383 + 2020-02-01 + 2025-01-31 + CH + Southwest Georgia Community Action Council, Inc + Active + F2065 + L2065 + 2065@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + 1796 + 327 + + + + + 11667 + 721 + 11 + 90CI010025 + 2020-02-01 + 2025-01-31 + CI + Eastern Band of Cherokee Indians + Active + F15738 + L15738 + 15738@hsesinfo.org + F15469 + L15469 + 15469@hsesinfo.org + 144 + 86 + + + + + 11668 + 1213 + 11 + 90CI010024 + 2020-02-01 + 2025-01-31 + CI + Fort Peck Assiniboine & Sioux Tribes + Active + F33086 + L33086 + 33086@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + 212 + + + + + + 11669 + 3663 + 2 + 02CH011396 + 2020-02-01 + 2025-01-31 + CH + Rising Ground, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F48109 + L48109 + 48109@hsesinfo.org + + 136 + + + + + 11670 + 729 + 3 + 03CH011399 + 2020-02-01 + 2025-01-31 + CH + Henrico County Public Schools + Active + F14907 + L14907 + 14907@hsesinfo.org + F47017 + L47017 + 47017@hsesinfo.org + 172 + + + + + + 11671 + 281 + 11 + 90CI010026 + 2020-02-01 + 2025-01-31 + CI + Chemehuevi Indian Tribe + Active + F47779 + L47779 + 47779@hsesinfo.org + F45305 + L45305 + 45305@hsesinfo.org + 20 + + + + + + 11672 + 127 + 11 + 90CI010023 + 2020-02-01 + 2025-01-31 + CI + Kickapoo Traditional Tribe of Texas + Active + F47779 + L47779 + 47779@hsesinfo.org + F3536 + L3536 + 3536@hsesinfo.org + 34 + + + + + + 11682 + 1972 + 6 + 06CH011395 + 2020-02-01 + 2025-01-31 + CH + Bossier Office of Community Services + Active + F13320 + L13320 + 13320@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + 403 + 36 + + + + + 11683 + 1103 + 7 + 07CH011387 + 2020-02-01 + 2025-01-31 + CH + North Central Missouri College + Active + F49091 + L49091 + 49091@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + 200 + 27 + + + + + 11684 + 1120 + 7 + 07CH011393 + 2020-02-01 + 2025-01-31 + CH + Northeast Iowa Community Action Corporation + Active + F2256 + L2256 + 2256@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + 233 + 80 + + + + + 11685 + 1132 + 6 + 06CH011402 + 2020-02-01 + 2025-01-31 + CH + Parent Child Incorporated + Active + F2179 + L2179 + 2179@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + 128 + + + + + 11686 + 247 + 6 + 06CH011400 + 2020-02-01 + 2025-01-31 + CH + West Baton Rouge Parish School Board + Active + F43271 + L43271 + 43271@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + 136 + + + + + + 11687 + 1992 + 9 + 09CH011398 + 2020-02-01 + 2025-01-31 + CH + Volunteers Of America - Southwest, Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + + 72 + + + + + 11688 + 480 + 9 + 09CH011401 + 2020-02-01 + 2025-01-31 + CH + Placer Community Action Council, Inc. + Active + F37822 + L37822 + 37822@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + 350 + 213 + + + + + 11689 + 268 + 7 + 07CH011392 + 2020-02-01 + 2025-01-31 + CH + Southeast Nebraska Community Action Partnership, Inc. + Active + F2256 + L2256 + 2256@hsesinfo.org + F13558 + L13558 + 13558@hsesinfo.org + 151 + + + + + + 11691 + 990 + 2 + 02CH011405 + 2020-02-01 + 2025-01-31 + CH + Yeshiva Kehilath Yakove, Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F48411 + L48411 + 48411@hsesinfo.org + + 140 + + + + + 11692 + 666 + 9 + 09CH011406 + 2020-02-01 + 2025-01-31 + CH + Community Action Partnership Of Kern + Active + F47463 + L47463 + 47463@hsesinfo.org + F13576 + L13576 + 13576@hsesinfo.org + + 313 + + + + + 11693 + 964 + 1 + 01CH011404 + 2020-02-01 + 2025-01-31 + CH + East Bay Community Action Program + Active + F42223 + L42223 + 42223@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + 232 + 108 + 10 + + + + 11698 + 1672 + 3 + 03CH011407 + 2020-02-01 + 2025-01-31 + CH + Parent-Child Development Corporation + Active + F14907 + L14907 + 14907@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + 216 + + + + + + 11699 + 564 + 3 + 03CH011408 + 2020-02-01 + 2025-01-31 + CH + Garrett County Community Action Committee, Inc. + Active + F49609 + L49609 + 49609@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + 180 + 89 + + + + + 11704 + 113 + 5 + 05CH011410 + 2020-03-01 + 2025-02-28 + CH + Champaign County + Active + F43414 + L43414 + 43414@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + 435 + 141 + + + + + 11705 + 1691 + 2 + 02CH011411 + 2020-03-01 + 2025-02-28 + CH + Centro de Desarrollo Familiar SHS Diocesis de Mayaguez + Active + F2342 + L2342 + 2342@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + 91 + 171 + + + + + 11709 + 1958 + 2 + 02CH011413 + 2020-03-01 + 2025-02-28 + CH + Head Start of Rockland, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + 852 + 82 + + + + + 11710 + 1640 + 6 + 06CH011414 + 2020-03-01 + 2025-02-28 + CH + Washita Valley Community Action Council + Active + F23929 + L23929 + 23929@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + 199 + 138 + + + + + 11711 + 156 + 5 + 05CH011421 + 2020-03-01 + 2025-02-28 + CH + El Valor Corporation + Active + F13544 + L13544 + 13544@hsesinfo.org + F2121 + L2121 + 2121@hsesinfo.org + + 206 + + + + + 11712 + 1306 + 2 + 02CH011415 + 2020-03-01 + 2025-02-28 + CH + Lewis County Head Start + Active + F47556 + L47556 + 47556@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + 100 + 30 + + + + + 11713 + 458 + 2 + 02CH011412 + 2020-03-01 + 2025-02-28 + CH + Regional Economic Community Action Program, Inc + Active + F32488 + L32488 + 32488@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + 184 + + + + + + 11715 + 1272 + 11 + 90CI010029 + 2020-03-01 + 2025-02-28 + CI + Shoshone & Arapaho JBC (ONAP) + Active + F39730 + L39730 + 39730@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + 165 + 96 + + + + + 11716 + 539 + 12 + 90CM009843 + 2020-03-01 + 2025-02-28 + CM + Holyoke, Chicopee, Springfield Head Start, Inc. + Active + F25722 + L25722 + 25722@hsesinfo.org + F39971 + L39971 + 39971@hsesinfo.org + 93 + 32 + + + + + 11717 + 1109 + 11 + 90CI010030 + 2020-03-01 + 2021-02-28 + CI + Lower Elwha Tribal Community + Active + F47779 + L47779 + 47779@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + 40 + 24 + + + + + 11718 + 1435 + 11 + 90CI010027 + 2020-03-01 + 2024-02-28 + CI + Lower Brule Sioux Tribe + Active + F3537 + L3537 + 3537@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + 60 + + + + + + 11727 + 982 + 8 + 08CH011417 + 2020-03-01 + 2025-02-28 + CH + Youth & Family Services, Inc. + Active + F47409 + L47409 + 47409@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + 429 + 152 + + + + + 11728 + 1345 + 4 + 04CH011424 + 2020-03-01 + 2025-02-28 + CH + Santa Rosa County School District + Active + F13740 + L13740 + 13740@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + 220 + 40 + + + + + 11729 + 1130 + 8 + 08CH011419 + 2020-03-01 + 2025-02-28 + CH + Action For Eastern Montana + Active + F3064 + L3064 + 3064@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + 149 + + + + + + 11730 + 1543 + 1 + 01CH011420 + 2020-03-01 + 2025-02-28 + CH + Berkshire County Head Start Child Development Program + Active + F14152 + L14152 + 14152@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + 317 + + + + + + 11731 + 1281 + 8 + 08CH011418 + 2020-03-01 + 2025-02-28 + CH + Opportunities, Inc. + Active + F13544 + L13544 + 13544@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + 315 + 69 + + + + + 11732 + 1222 + 1 + 01CH011423 + 2020-03-01 + 2025-02-28 + CH + Community Help & Involvement In Low Income Decisions + Active + F42223 + L42223 + 42223@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + 259 + 111 + 9 + + + + 11733 + 923 + 6 + 06CH011422 + 2020-03-01 + 2025-02-28 + CH + North Central Arkansas Development Council, Inc. + Active + F45391 + L45391 + 45391@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + 304 + + + + + + 11734 + 838 + 9 + 09CH011425 + 2020-03-01 + 2025-02-28 + CH + Community Action Partnership Of Sonoma County + Active + F37822 + L37822 + 37822@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + 347 + 72 + + + + + 11735 + 988 + 3 + 03CH011416 + 2020-03-01 + 2025-02-28 + CH + Venango County Health and Human Services + Active + F2402 + L2402 + 2402@hsesinfo.org + F43578 + L43578 + 43578@hsesinfo.org + + 116 + + + + + 11736 + 837 + 11 + 90CI010031 + 2020-02-01 + 2025-01-31 + CI + Red Lake Band of Chippewa Indians + Active + F33086 + L33086 + 33086@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + 129 + + + + + + 11740 + 771 + 10 + 10CH011428 + 2020-03-01 + 2025-02-28 + CH + Mid-Willamette Valley Community Action Agency, Inc + Active + F45193 + L45193 + 45193@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + 241 + 76 + 456 + + + + 11748 + 1704 + 2 + 02CH011427 + 2020-04-01 + 2025-03-31 + CH + Sullivan County Head Start, Inc + Active + F2340 + L2340 + 2340@hsesinfo.org + F47389 + L47389 + 47389@hsesinfo.org + 243 + 106 + + + + + 11749 + 172 + 4 + 04CH011409 + 2020-04-01 + 2025-03-31 + CH + Coastal Georgia Area Community Action Authority, Inc + Active + F48070 + L48070 + 48070@hsesinfo.org + F48069 + L48069 + 48069@hsesinfo.org + 871 + 112 + + + + + 11764 + 1008 + 3 + 03CH011426 + 2020-04-01 + 2025-03-31 + CH + Northern Tier Community Action Corp + Active + F14907 + L14907 + 14907@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + 239 + + 12 + + + + 11765 + 245 + 8 + 08CH011431 + 2020-04-01 + 2025-03-31 + CH + Centro De La Familia De Utah + Active + F47409 + L47409 + 47409@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + 128 + + + + + + 11766 + 1452 + 8 + 08CH011429 + 2020-04-01 + 2025-03-31 + CH + Saguache County Community Council + Active + F3064 + L3064 + 3064@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + 58 + + + + + + 11767 + 286 + 8 + 08CH011430 + 2020-04-01 + 2025-03-31 + CH + Oahe Child Development Center, Inc. + Active + F3032 + L3032 + 3032@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + 139 + 45 + + + + + 11768 + 1598 + 10 + 10CH011432 + 2020-04-01 + 2025-03-31 + CH + Community Services Consortium + Active + F48537 + L48537 + 48537@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + 102 + + 58 + + + + 11769 + 1514 + 2 + 02CH011434 + 2020-04-01 + 2025-03-31 + CH + Washington County Economic Opportunity Council, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F2359 + L2359 + 2359@hsesinfo.org + 223 + 118 + + + + + 11770 + 822 + 11 + 90CI010036 + 2020-01-01 + 2024-12-31 + CI + Quileute Tribe Of The Quileute Reservation + Active + F47779 + L47779 + 47779@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + 50 + + + + + + 11783 + 938 + 11 + 90CI010033 + 2020-04-01 + 2025-03-31 + CI + Stockbridge-Munsee Community + Active + F47779 + L47779 + 47779@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + 20 + + + + + + 11784 + 1205 + 11 + 90CI010032 + 2020-04-01 + 2025-03-31 + CI + Rosebud Sioux Tribe + Active + F47779 + L47779 + 47779@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + 315 + + + + + + 11785 + 765 + 7 + 07CH011435 + 2020-04-01 + 2025-03-31 + CH + Economic Security Corp of Southwest Area + Active + F47594 + L47594 + 47594@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + 550 + 145 + + + + + 11786 + 1643 + 4 + 04CH011433 + 2020-04-01 + 2025-03-31 + CH + Pender County Board of Education + Active + F13740 + L13740 + 13740@hsesinfo.org + F45392 + L45392 + 45392@hsesinfo.org + 197 + + + + + + 11792 + 1105 + 2 + 02CH011436 + 2020-04-01 + 2025-03-31 + CH + Opportunities for Otsego, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + 206 + 100 + + + + + 11793 + 412 + 5 + 05CH011449 + 2020-04-01 + 2025-03-31 + CH + Embarras River Basin Agency, Inc. + Active + F48866 + L48866 + 48866@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + 447 + + + + + + 11794 + 1532 + 6 + 06CH011441 + 2020-04-01 + 2025-03-31 + CH + Community Action Program For Central Arkansas Capca + Active + F45654 + L45654 + 45654@hsesinfo.org + F15375 + L15375 + 15375@hsesinfo.org + 325 + + + + + + 11795 + 179 + 9 + 09CH011437 + 2020-04-01 + 2025-03-31 + CH + Community Services Agency + Active + F2334 + L2334 + 2334@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + 477 + + + + + + 11796 + 6122 + 6 + 06CH011446 + 2020-04-01 + 2025-03-31 + CH + Jay Public Schools + Active + F45391 + L45391 + 45391@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + 394 + + + + + + 11797 + 716 + 6 + 06CH011443 + 2020-04-01 + 2025-03-31 + CH + Community Action Agency of Oklahoma City and Oklahoma/C + Active + F23929 + L23929 + 23929@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + 1689 + + + + + + 11798 + 1900 + 4 + 04CH011438 + 2020-04-01 + 2025-03-31 + CH + Resurgent Education And Community Health Service, Inc. + Active + F13510 + L13510 + 13510@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + 161 + 76 + + + + + 11799 + 911 + 5 + 05CH011455 + 2020-04-01 + 2025-03-31 + CH + Community Action Partnership Of Central Illinois + Active + F49521 + L49521 + 49521@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + 278 + 90 + + + + + 11800 + 1945 + 4 + 04CH011440 + 2020-04-01 + 2025-03-31 + CH + Intermountain Children + Active + F13510 + L13510 + 13510@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + 132 + 32 + + + + + 11801 + 164 + 6 + 06CH011447 + 2020-04-01 + 2025-03-31 + CH + Plano Independent School District + Active + F45391 + L45391 + 45391@hsesinfo.org + F49133 + L49133 + 49133@hsesinfo.org + 146 + + + + + + 11804 + 1093 + 9 + 09CH011439 + 2020-04-01 + 2025-03-31 + CH + Kings Community Action Organization, Incorporated + Active + F14155 + L14155 + 14155@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + 483 + 50 + + + + + 11805 + 1938 + 11 + 90CI010034 + 2020-04-01 + 2025-03-31 + CI + Ohkay Owingeh Tribal Council + Active + F33086 + L33086 + 33086@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + 81 + + + + + + 11806 + 486 + 9 + 09CH011448 + 2020-04-01 + 2025-03-31 + CH + Community Action Partnership of San Luis Obispo County, Inc. + Active + F47463 + L47463 + 47463@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + 280 + 254 + + + + + 11807 + 6301 + 6 + 06CH011445 + 2020-04-01 + 2025-03-31 + CH + Caldwell Parish School District + Active + F2185 + L2185 + 2185@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + 95 + + + + + + 11812 + 313 + 6 + 06CH011454 + 2020-04-01 + 2025-03-31 + CH + Head Start Child & Family Services, Inc. + Active + F45654 + L45654 + 45654@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + 187 + 107 + + + + + 11813 + 881 + 6 + 06CH011444 + 2020-04-01 + 2025-03-31 + CH + Terrell Independent School District + Active + F43271 + L43271 + 43271@hsesinfo.org + F13531 + L13531 + 13531@hsesinfo.org + 149 + + + + + + 11814 + 7250 + 7 + 07CH011456 + 2020-04-01 + 2025-03-31 + CH + Educational Service Unit No. 13 + Active + F2256 + L2256 + 2256@hsesinfo.org + F47025 + L47025 + 47025@hsesinfo.org + 202 + 84 + + + + + 11815 + 498 + 9 + 09CH011451 + 2020-04-01 + 2025-03-31 + CH + Honolulu Community Action Program + Active + F37822 + L37822 + 37822@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + 1460 + 48 + + + + + 11816 + 1007 + 6 + 06CH011453 + 2020-04-01 + 2025-03-31 + CH + Northeast Oklahoma Community Action Agency, Inc. + Active + F45654 + L45654 + 45654@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + + 24 + + + + + 11823 + 372 + 11 + 90CI010037 + 2020-04-01 + 2025-03-31 + CI + Eight Northern Indian Pueblos Council, Inc. + Active + F33086 + L33086 + 33086@hsesinfo.org + F14171 + L14171 + 14171@hsesinfo.org + 32 + + + + + + 11824 + 1649 + 4 + 04CH011452 + 2020-04-01 + 2025-03-31 + CH + Owsley County Board Of Education + Active + F48070 + L48070 + 48070@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + + 48 + + + + + 11830 + 508 + 5 + 05CH011460 + 2020-05-01 + 2025-04-30 + CH + Kenosha Achievement Center, Inc. + Active + F42090 + L42090 + 42090@hsesinfo.org + F49856 + L49856 + 49856@hsesinfo.org + + 96 + + 8 + + + 11831 + 517 + 11 + 90CI010039 + 2020-04-01 + 2025-03-31 + CI + Lac Courte Oreilles Band of Lake Superior Chippewa + Active + F39730 + L39730 + 39730@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + 99 + 88 + + + + + 11833 + 935 + 5 + 05CH011463 + 2020-05-01 + 2025-04-30 + CH + HARCATUS Tri-County Community Action Organization + Active + F43414 + L43414 + 43414@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + 363 + + + + + + 11834 + 1674 + 4 + 04CH011457 + 2020-05-01 + 2025-04-30 + CH + Five County Child Development Program, Inc. + Active + F13510 + L13510 + 13510@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + 700 + + + + + + 11835 + 1335 + 2 + 02CH011458 + 2020-05-01 + 2025-04-30 + CH + Greater Bergen Community Action, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + 388 + 226 + + + + + 11836 + 240 + 2 + 02CH011459 + 2020-05-01 + 2025-04-30 + CH + Saratoga County Economic Opportunity Council, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + 310 + 124 + + + + + 11852 + 1304 + 6 + 06CH011469 + 2020-05-01 + 2025-04-30 + CH + Big Five Community Services, Inc. + Active + F45654 + L45654 + 45654@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + 188 + + + + + + 11853 + 1280 + 8 + 08CH011467 + 2020-05-01 + 2025-04-30 + CH + Mountainland Head Start, Inc + Active + F47409 + L47409 + 47409@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + 710 + 12 + + + + + 11854 + 1473 + 9 + 09CH011465 + 2020-05-01 + 2025-04-30 + CH + Modoc County Office of Education + Active + F37822 + L37822 + 37822@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + + 104 + + + + + 11855 + 1337 + 4 + 04CH011471 + 2020-06-01 + 2025-05-31 + CH + Mountain Projects, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + 163 + 48 + + + + + 11856 + 1671 + 2 + 02CH011464 + 2020-05-01 + 2025-04-30 + CH + Lutheran Social Services of the Virgin Islands, Inc. + Active + F2342 + L2342 + 2342@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + + 120 + + + + + 11857 + 1760 + 9 + 09CH011466 + 2020-05-01 + 2025-04-30 + CH + Lake Family Resource Center + Active + F37822 + L37822 + 37822@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + + 74 + + + + + 11858 + 1475 + 6 + 06CH011470 + 2020-05-01 + 2025-04-30 + CH + Black River Area Development Corporation + Active + F45654 + L45654 + 45654@hsesinfo.org + F2204 + L2204 + 2204@hsesinfo.org + 172 + 96 + + + + + 11859 + 1782 + 6 + 06CH011462 + 2020-05-01 + 2025-04-30 + CH + Education Service Center Region XIV + Active + F13320 + L13320 + 13320@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + 364 + 40 + + + + + 11861 + 1303 + 11 + 90CI010040 + 2020-05-01 + 2025-04-30 + CI + Yankton Sioux Tribe of South Dakota + Active + F3537 + L3537 + 3537@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + 36 + + + + + + 11862 + 516 + 3 + 03CH011473 + 2020-05-01 + 2025-04-30 + CH + Southwestern Community Action Council, Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F49621 + L49621 + 49621@hsesinfo.org + 696 + 134 + + + + + 11863 + 324 + 5 + 05CH011468 + 2020-05-01 + 2025-04-30 + CH + United Community Action Partnership, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + 244 + 26 + + 6 + + + 11864 + 115 + 3 + 03CH011474 + 2020-05-01 + 2025-04-30 + CH + Coalfield Community Action Partnership, Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + 582 + 8 + + + + + 11865 + 1518 + 3 + 03CH011472 + 2020-05-01 + 2025-04-30 + CH + Indiana County Head Start, Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + 239 + 50 + 61 + + + + 11866 + 1082 + 5 + 05CH011475 + 2020-05-01 + 2025-04-30 + CH + Hoosier Uplands Economic Development Corporation + Active + F48866 + L48866 + 48866@hsesinfo.org + F48776 + L48776 + 48776@hsesinfo.org + 221 + 66 + + + + + 11867 + 883 + 1 + 01CH011480 + 2020-05-01 + 2025-04-30 + CH + Training, Education, and Manpower, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + 73 + 28 + + + + + 11868 + 534 + 3 + 03CH011476 + 2020-05-01 + 2025-04-30 + CH + Total Action Against Poverty in the Roanoke Valley + Active + F14907 + L14907 + 14907@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + 784 + 213 + + + + + 11869 + 958 + 1 + 01CH011478 + 2020-05-01 + 2025-04-30 + CH + Greater Lawrence Community Action Council, Inc. + Active + F42223 + L42223 + 42223@hsesinfo.org + F15627 + L15627 + 15627@hsesinfo.org + 449 + 48 + 10 + + + + 11870 + 1636 + 7 + 07CH011477 + 2020-05-01 + 2025-04-30 + CH + Central Missouri Community Action + Active + F49091 + L49091 + 49091@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + 265 + 200 + + + + + 11871 + 387 + 1 + 01CH011482 + 2020-05-01 + 2025-04-30 + CH + Children's Friend and Service + Active + F42223 + L42223 + 42223@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + 816 + 176 + 81 + + + + 11872 + 1301 + 3 + 03CH011481 + 2020-05-01 + 2025-04-30 + CH + Community Improvement Council, Inc. + Active + F49609 + L49609 + 49609@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + 204 + + + + + + 11873 + 668 + 12 + 90CM009845 + 2020-05-01 + 2025-04-30 + CM + Community Council Of Idaho, Inc. + Active + F39730 + L39730 + 39730@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + 797 + + + + + + 11874 + 1390 + 2 + 02CH011484 + 2020-06-01 + 2025-05-31 + CH + Municipality of Isabela + Active + F42299 + L42299 + 42299@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + 130 + 79 + + + + + 11875 + 1698 + 9 + 09CH011479 + 2020-05-01 + 2025-04-30 + CH + Santa Clara Office of Education + Active + F47463 + L47463 + 47463@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + 1690 + 323 + + + + + 11880 + 630 + 11 + 90CI010041 + 2020-05-01 + 2025-04-30 + CI + Inter-Tribal Council Of Nevada, Inc. + Active + F15738 + L15738 + 15738@hsesinfo.org + F46932 + L46932 + 46932@hsesinfo.org + 220 + + + + + + 11881 + 1058 + 2 + 02CH011486 + 2020-06-01 + 2025-05-31 + CH + Chautauqua Opportunities, Inc. + Active + F47556 + L47556 + 47556@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + 360 + 82 + + + + + 11886 + 1214 + 6 + 06CH011488 + 2020-06-01 + 2025-05-31 + CH + La Clinica De Familia, Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + + 111 + + + + + 11888 + 813 + 8 + 08CH011491 + 2020-06-01 + 2025-05-31 + CH + Sioux Falls Independent School District + Active + F47409 + L47409 + 47409@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + 414 + + + + + + 11889 + 1639 + 4 + 04CH011487 + 2020-06-01 + 2025-05-31 + CH + Jefferson County Child Development Council, Inc. + Active + F13510 + L13510 + 13510@hsesinfo.org + F2051 + L2051 + 2051@hsesinfo.org + 212 + 42 + + + + + 11890 + 894 + 1 + 01CH011494 + 2020-06-01 + 2025-05-31 + CH + Southwestern Community Services, Inc. + Active + F2300 + L2300 + 2300@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + 170 + + + + + + 11896 + 384 + 6 + 06CH011492 + 2020-06-01 + 2025-05-31 + CH + Texas Tech University System + Active + F13320 + L13320 + 13320@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + 56 + + + + + 11897 + 248 + 11 + 90CI010042 + 2020-05-01 + 2025-04-30 + CI + Reno-Sparks Indian Colony + Active + F25722 + L25722 + 25722@hsesinfo.org + F46932 + L46932 + 46932@hsesinfo.org + 52 + + + + + + 11898 + 1515 + 2 + 02CH011495 + 2020-06-01 + 2021-05-31 + CH + Adirondack Community Action Programs, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + 115 + 72 + + + + + 11899 + 7317 + 6 + 06CH011498 + 2020-06-01 + 2025-05-31 + CH + Lutheran Social Services of the South, Inc. dba Upbring + Active + F23929 + L23929 + 23929@hsesinfo.org + F28510 + L28510 + 28510@hsesinfo.org + 362 + 32 + + + + + 11900 + 1329 + 8 + 08CH011497 + 2020-06-01 + 2025-05-31 + CH + Central Montana Head Start + Active + F47409 + L47409 + 47409@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + 96 + + + + + + 11907 + 1304 + 6 + 06CH011503 + 2020-06-01 + 2025-05-31 + CH + Big Five Community Services, Inc. + Active + F45654 + L45654 + 45654@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + 579 + 102 + + + + + 11908 + 1266 + 3 + 03CH011493 + 2020-06-01 + 2025-05-31 + CH + Community Action Partnership of Cambria County + Active + F14907 + L14907 + 14907@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + 311 + 24 + 18 + + + + 11911 + 700 + 1 + 01CH011499 + 2020-07-01 + 2025-06-30 + CH + Lynn Economic Opportunity, Inc. + Active + F2300 + L2300 + 2300@hsesinfo.org + F32486 + L32486 + 32486@hsesinfo.org + 218 + 120 + 14 + + + + 11912 + 7706 + 11 + 90CI010045 + 2020-06-01 + 2025-05-31 + CI + Grand Traverse Band of Ottawa and Chippewa Indians + Active + F3537 + L3537 + 3537@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + 35 + 48 + + + + + 11913 + 415 + 11 + 90CI010043 + 2020-06-01 + 2025-05-31 + CI + Prairie Band Potawatomi Nation + Active + F39730 + L39730 + 39730@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + 32 + 12 + + + + + 11914 + 6441 + 6 + 06CH011509 + 2020-06-01 + 2025-05-31 + CH + Children's Coalition For Northeast Louisiana, Inc. The + Active + F45654 + L45654 + 45654@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + + 60 + + + + + 11915 + 1142 + 1 + 01CH011496 + 2020-06-01 + 2025-05-31 + CH + Community Action Partnership of Strafford County + Active + F2300 + L2300 + 2300@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + 161 + 88 + + + + + 11917 + 1258 + 11 + 90CI010046 + 2020-06-01 + 2025-05-31 + CI + The Hopi Tribe + Active + F3537 + L3537 + 3537@hsesinfo.org + F3541 + L3541 + 3541@hsesinfo.org + 195 + + + + + + 11918 + 1316 + 6 + 06CH011510 + 2020-06-01 + 2025-05-31 + CH + Plaquemines Parish School Board + Active + F45654 + L45654 + 45654@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + 108 + + + + + + 11919 + 1411 + 5 + 05CH011518 + 2020-06-01 + 2025-05-31 + CH + Acelero, Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F13894 + L13894 + 13894@hsesinfo.org + 288 + 40 + 25 + + + + 11920 + 1091 + 5 + 05CH011505 + 2020-06-01 + 2025-05-31 + CH + Akron Summit Community Action Agency + Active + F43414 + L43414 + 43414@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + 1130 + 116 + + + + + 11921 + 551 + 5 + 05CH011547 + 2020-06-01 + 2025-05-31 + CH + Children's Home & Aid Society of Illinois + Active + F14214 + L14214 + 14214@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + 127 + 94 + + + + + 11922 + 1917 + 5 + 05CH011537 + 2020-06-01 + 2025-05-31 + CH + Childcare Network of Evanston + Active + F49521 + L49521 + 49521@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + 68 + 48 + + + + + 11923 + 7304 + 3 + 03CH011521 + 2020-06-01 + 2025-05-31 + CH + Bucks County Intermediate Unit 22 + Active + F46529 + L46529 + 46529@hsesinfo.org + F30521 + L30521 + 30521@hsesinfo.org + 387 + 32 + + + + + 11924 + 1265 + 9 + 09CH011506 + 2020-06-01 + 2025-05-31 + CH + Los Angeles Education Partnership + Active + F37822 + L37822 + 37822@hsesinfo.org + F4004 + L4004 + 4004@hsesinfo.org + + 84 + + + + + 11925 + 914 + 4 + 04CH011502 + 2020-06-01 + 2025-05-31 + CH + Community Action Agency of South Alabama + Active + F13740 + L13740 + 13740@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + 68 + 40 + + + + + 11926 + 303 + 9 + 09CH011519 + 2020-06-01 + 2025-05-31 + CH + Madera County Board of Supervisors/CAPMC + Active + F37822 + L37822 + 37822@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + 246 + 42 + + + + + 11927 + 1508 + 1 + 01CH011513 + 2020-06-01 + 2025-05-31 + CH + Quincy Community Action Program, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + 173 + 75 + + + + + 11928 + 1605 + 13 + 90CH011757 + 2020-07-01 + 2025-06-30 + CH + CDI HS/Niagara County, NY + Active + F33086 + L33086 + 33086@hsesinfo.org + F48422 + L48422 + 48422@hsesinfo.org + 200 + 140 + + + + + 11929 + 1251 + 6 + 06CH011517 + 2020-06-01 + 2025-05-31 + CH + AVANCE, Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F44340 + L44340 + 44340@hsesinfo.org + 340 + 252 + + + + + 11930 + 946 + 9 + 09CH011520 + 2020-06-01 + 2025-05-31 + CH + Northern Arizona Council of Governments + Active + F14155 + L14155 + 14155@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + 701 + 361 + + + + + 11931 + 7711 + 3 + 03CH011761 + 2020-07-01 + 2021-06-30 + CH + Children and Families First Delaware, Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + 613 + + + 94 + + + 11932 + 901 + 4 + 04CH011500 + 2020-06-01 + 2025-05-31 + CH + Economic Improvement Council Inc + Active + F13740 + L13740 + 13740@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + 350 + + + + + + 11933 + 462 + 3 + 03CH011512 + 2020-07-01 + 2025-06-30 + CH + Butler County Children's Center, Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + 136 + 36 + + + + + 11934 + 449 + 3 + 03CH011527 + 2020-06-01 + 2025-05-31 + CH + Allegheny County + Active + F2402 + L2402 + 2402@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + 828 + 60 + + + + + 11935 + 262 + 4 + 04CH011501 + 2020-06-01 + 2025-05-31 + CH + Putnam County Board Of Education + Active + F13740 + L13740 + 13740@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + 181 + + + + + + 11936 + 363 + 1 + 01CH011511 + 2020-07-01 + 2025-06-30 + CH + Southeastern Vermont Community Action, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F28233 + L28233 + 28233@hsesinfo.org + 83 + + + + + + 11937 + 985 + 11 + 90CI010044 + 2020-07-01 + 2025-06-30 + CI + Red Cliff Band of Lake Superior Chippewa + Active + F39730 + L39730 + 39730@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + 47 + 68 + + + + + 11938 + 198 + 6 + 06CH011526 + 2020-07-01 + 2025-06-30 + CH + Central Texas 4C, Inc. + Active + F2179 + L2179 + 2179@hsesinfo.org + F13531 + L13531 + 13531@hsesinfo.org + 300 + 40 + + + + + 11939 + 863 + 3 + 03CH011532 + 2020-06-01 + 2025-05-31 + CH + Pathstone Corporation + Active + F49595 + L49595 + 49595@hsesinfo.org + F43578 + L43578 + 43578@hsesinfo.org + 177 + 72 + + + + + 11940 + 908 + 4 + 04CH011514 + 2020-06-01 + 2025-05-31 + CH + Organized Community Action Program, Inc. + Active + F48459 + L48459 + 48459@hsesinfo.org + F48069 + L48069 + 48069@hsesinfo.org + 443 + 24 + + + + + 11941 + 131 + 6 + 06CH011507 + 2020-07-01 + 2025-06-30 + CH + Cooper Independent School District + Active + F43271 + L43271 + 43271@hsesinfo.org + F2207 + L2207 + 2207@hsesinfo.org + 54 + + + + + + 11942 + 7317 + 6 + 06CH011534 + 2020-07-01 + 2025-06-30 + CH + Lutheran Social Services of the South, Inc. dba Upbring + Active + F23929 + L23929 + 23929@hsesinfo.org + F28510 + L28510 + 28510@hsesinfo.org + 355 + 48 + + + + + 11943 + 7307 + 3 + 03CH011530 + 2020-06-01 + 2025-05-31 + CH + Montgomery County Intermediate Unit + Active + F49609 + L49609 + 49609@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + 450 + + + + + + 11944 + 7318 + 10 + 10CH011508 + 2020-07-01 + 2025-06-30 + CH + Educational Service District #105 + Active + F45193 + L45193 + 45193@hsesinfo.org + F45312 + L45312 + 45312@hsesinfo.org + 370 + 116 + + + + + 11945 + 1001 + 3 + 03CH011531 + 2020-07-01 + 2025-06-30 + CH + Lynchburg Community Action Group, Inc. + Active + F49609 + L49609 + 49609@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + 290 + + + + + + 11946 + 1164 + 4 + 04CH011515 + 2020-06-01 + 2025-05-31 + CH + Leslie Knott Letcher Perry Community Action Council Inc + Active + F33579 + L33579 + 33579@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + 452 + 144 + + + + + 11947 + 907 + 4 + 04CH011504 + 2020-06-01 + 2025-05-31 + CH + Pearl River Valley Opportunity, Inc. + Active + F13510 + L13510 + 13510@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + 570 + 107 + + + + + 11948 + 1944 + 3 + 03CH011522 + 2020-06-01 + 2025-05-31 + CH + Pittsylvania County Community Action, Inc. + Active + F14907 + L14907 + 14907@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + 242 + + + + + + 11951 + 1807 + 6 + 06CH011555 + 2020-07-01 + 2025-06-30 + CH + YWCA of Greater Baton Rouge + Active + F43271 + L43271 + 43271@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + + 200 + + + + + 11952 + 1633 + 6 + 06CH011535 + 2020-07-01 + 2025-06-30 + CH + Harris County Department of Education + Active + F13320 + L13320 + 13320@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + 1000 + 64 + + + + + 11953 + 7598 + 6 + 06CH011549 + 2020-07-01 + 2025-06-30 + CH + Urban Strategies LLC + Active + F45654 + L45654 + 45654@hsesinfo.org + F12886 + L12886 + 12886@hsesinfo.org + + 120 + + + + + 11954 + 1238 + 6 + 06CH011541 + 2020-07-01 + 2025-06-30 + CH + AVANCE - Houston, Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F12886 + L12886 + 12886@hsesinfo.org + 1353 + 374 + + + + + 11955 + 379 + 7 + 07CH011550 + 2020-07-01 + 2025-06-30 + CH + Drake University + Active + F45391 + L45391 + 45391@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + 804 + 88 + + + + + 11956 + 957 + 7 + 07CH011552 + 2020-07-01 + 2025-06-30 + CH + Central Nebraska Community Action Partnership, Inc + Active + F49508 + L49508 + 49508@hsesinfo.org + F47025 + L47025 + 47025@hsesinfo.org + 305 + 205 + + + + + 11957 + 639 + 6 + 06CH011554 + 2020-07-01 + 2025-06-30 + CH + Baton Rouge, City of + Active + F43271 + L43271 + 43271@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + 1207 + + + + + + 11958 + 7317 + 6 + 06CH011529 + 2020-07-01 + 2025-06-30 + CH + Lutheran Social Services of the South, Inc. dba Upbring + Active + F23929 + L23929 + 23929@hsesinfo.org + F28510 + L28510 + 28510@hsesinfo.org + + 88 + + + + + 11959 + 3422 + 6 + 06CH011533 + 2020-07-01 + 2025-06-30 + CH + City of San Antonio + Active + F13320 + L13320 + 13320@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + 128 + + + + + 11960 + 1510 + 1 + 01CH011551 + 2020-07-01 + 2025-06-30 + CH + Champlain Valley Office of Economic Opportunity, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + 180 + 82 + + + + + 11961 + 219 + 10 + 10CH011536 + 2020-07-01 + 2025-06-30 + CH + North Idaho College + Active + F43149 + L43149 + 43149@hsesinfo.org + F46991 + L46991 + 46991@hsesinfo.org + 299 + + + + + + 11966 + 706 + 1 + 01CH011566 + 2020-07-01 + 2025-06-30 + CH + Capstone Community Action, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + 120 + 122 + + + + + 11967 + 752 + 12 + 90CM009847 + 2020-07-01 + 2025-02-28 + CM + Telamon Corporation + Active + F39730 + L39730 + 39730@hsesinfo.org + F39971 + L39971 + 39971@hsesinfo.org + 225 + + + + + + 11968 + 747 + 1 + 01CH011564 + 2020-07-01 + 2025-06-30 + CH + Alliance for Community Empowerment, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F32486 + L32486 + 32486@hsesinfo.org + 661 + 160 + + 8 + + + 11969 + 602 + 7 + 07CH011575 + 2020-07-01 + 2025-06-30 + CH + Salina Unified School District #305 + Active + F48871 + L48871 + 48871@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + 301 + 176 + + + + + 11970 + 1020 + 9 + 09CH011561 + 2020-07-01 + 2025-06-30 + CH + North Coast Opportunities, Inc. + Active + F14155 + L14155 + 14155@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + 263 + 78 + + + + + 11971 + 1315 + 7 + 07CH011570 + 2020-07-01 + 2025-06-30 + CH + Unified School District #489 + Active + F48871 + L48871 + 48871@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + 123 + 92 + + + + + 11975 + 1666 + 3 + 03CH011584 + 2020-07-01 + 2025-06-30 + CH + Northern Panhandle Head Start, Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + 374 + 140 + + + + + 11976 + 1584 + 2 + 02CH011577 + 2020-07-01 + 2025-06-30 + CH + Economic Opportunity Commission of Nassau County, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F48300 + L48300 + 48300@hsesinfo.org + 559 + + + + + + 11977 + 245 + 12 + 90CM009846 + 2020-07-01 + 2025-03-31 + CM + Centro de la Familia de Utah + Active + F39730 + L39730 + 39730@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + 370 + 48 + + + + + 11978 + 1685 + 2 + 02CH011546 + 2020-07-01 + 2025-06-30 + CH + East Orange Child Development Corporation + Active + F32488 + L32488 + 32488@hsesinfo.org + F43949 + L43949 + 43949@hsesinfo.org + 395 + 96 + + + + + 11979 + 1488 + 6 + 06CH011582 + 2020-07-01 + 2025-06-30 + CH + Morehouse Community Improvement Organization, Inc. + Active + F2179 + L2179 + 2179@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + 306 + + + + + + 11980 + 1487 + 6 + 06CH011578 + 2020-07-01 + 2025-06-30 + CH + Sabine Parish School Board + Active + F13320 + L13320 + 13320@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + 212 + + + + + + 11981 + 1354 + 6 + 06CH011581 + 2020-07-01 + 2021-06-30 + CH + North Texas Parent & Child Development, Inc. + Active + F2179 + L2179 + 2179@hsesinfo.org + F12886 + L12886 + 12886@hsesinfo.org + + 96 + + + + + 11983 + 229 + 6 + 06CH011569 + 2020-07-01 + 2021-06-30 + CH + Child Care Associates + Active + F2185 + L2185 + 2185@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + 1324 + 392 + + + + + 11984 + 1705 + 2 + 02CH011585 + 2020-07-01 + 2025-06-30 + CH + Association to Benefit Children + Active + F47557 + L47557 + 47557@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + + 87 + + + + + 11985 + 461 + 11 + 90CI010047 + 2020-06-01 + 2025-05-31 + CI + Spokane Tribe of The Spokane Reservation + Active + F47779 + L47779 + 47779@hsesinfo.org + F47570 + L47570 + 47570@hsesinfo.org + 70 + + + + + + 11986 + 227 + 6 + 06CH011596 + 2020-07-01 + 2025-06-30 + CH + Lubbock Independent School District + Active + F13320 + L13320 + 13320@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + 540 + + + + + + 11987 + 591 + 6 + 06CH011583 + 2020-07-01 + 2025-06-30 + CH + Williamson Burnet Counties Opp. Inc. (WBCO) + Active + F48667 + L48667 + 48667@hsesinfo.org + F2193 + L2193 + 2193@hsesinfo.org + 398 + 288 + + + + + 11988 + 260 + 6 + 06CH011557 + 2020-07-01 + 2021-06-30 + CH + Webster Parish Police Jury Office of Community Services + Active + F23929 + L23929 + 23929@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + 311 + + + + + + 11989 + 1064 + 6 + 06CH011597 + 2020-07-01 + 2025-06-30 + CH + Ascension Parish School Board + Active + F13320 + L13320 + 13320@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + 251 + + + + + + 11990 + 1695 + 6 + 06CH011580 + 2020-07-01 + 2025-06-30 + CH + Southeast NM Community Action Corporation + Active + F45391 + L45391 + 45391@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + 659 + + + + + + 11991 + 7332 + 7 + 07CH011587 + 2020-07-01 + 2025-06-30 + CH + Urban League of Metropolitan St. Louis + Active + F47594 + L47594 + 47594@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + 349 + 160 + + + + + 11992 + 476 + 11 + 90CI010048 + 2020-07-01 + 2025-06-30 + CI + Ponca Tribe of Oklahoma + Active + F15738 + L15738 + 15738@hsesinfo.org + F3536 + L3536 + 3536@hsesinfo.org + 35 + + + + + + 11993 + 906 + 6 + 06CH011592 + 2020-07-01 + 2025-06-30 + CH + St. Bernard Parish School Board + Active + F23929 + L23929 + 23929@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + 112 + + + + + + 11994 + 1910 + 4 + 04CH011489 + 2020-07-01 + 2025-06-30 + CH + The Enola Group + Active + F2065 + L2065 + 2065@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + + 200 + + + + + 11995 + 1464 + 6 + 06CH011553 + 2020-07-01 + 2021-06-30 + CH + Eastern Plains Community Action Agency, Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F41654 + L41654 + 41654@hsesinfo.org + 329 + 102 + + + + + 11996 + 7323 + 6 + 06CH011572 + 2020-07-01 + 2025-06-30 + CH + Catholic Charities Archdiocese of New Orleans + Active + F48667 + L48667 + 48667@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + 362 + 116 + + + + + 11997 + 915 + 6 + 06CH011558 + 2020-07-01 + 2025-06-30 + CH + Community Council of South Central Texas, Inc. + Active + F48667 + L48667 + 48667@hsesinfo.org + F28510 + L28510 + 28510@hsesinfo.org + 229 + 34 + + + + + 11998 + 7202 + 9 + 09CH011595 + 2020-07-01 + 2025-06-30 + CH + Community Association for Preschool Education, Inc. + Active + F47463 + L47463 + 47463@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + 232 + 90 + + + + + 11999 + 1076 + 6 + 06CH011568 + 2020-07-01 + 2025-06-30 + CH + Greater East Texas Community Action Program + Active + F2185 + L2185 + 2185@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + 140 + 32 + + + + + 12000 + 759 + 8 + 08CH011579 + 2020-07-01 + 2025-06-30 + CH + Boulder, County of + Active + F3032 + L3032 + 3032@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + 134 + + + + + + 12001 + 971 + 5 + 05CH011560 + 2020-07-01 + 2025-06-30 + CH + Scott-Carver-Dakota C A P, Inc. + Active + F44271 + L44271 + 44271@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + 197 + 50 + 25 + 33 + + + 12002 + 233 + 4 + 04CH011539 + 2020-07-01 + 2025-06-30 + CH + Bell-Whitley Community Action Agency, Incorporated + Active + F2001 + L2001 + 2001@hsesinfo.org + F48069 + L48069 + 48069@hsesinfo.org + 303 + 80 + + + + + 12003 + 1849 + 3 + 03CH011586 + 2020-07-01 + 2025-06-30 + CH + Skyline CAP, Inc. + Active + F14907 + L14907 + 14907@hsesinfo.org + F47017 + L47017 + 47017@hsesinfo.org + 179 + + + + + + 12004 + 7327 + 5 + 05CH011615 + 2020-07-01 + 2025-06-30 + CH + Easter Seals Metropolitan Chicago, Inc. + Active + F14214 + L14214 + 14214@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + 627 + 472 + + + + + 12005 + 1276 + 7 + 07CH011589 + 2020-07-01 + 2025-06-30 + CH + Youth in Need, Inc. + Active + F47594 + L47594 + 47594@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + 307 + 715 + + + + + 12006 + 7218 + 6 + 06CH011562 + 2020-07-01 + 2025-06-30 + CH + Center for Transforming Lives + Active + F2179 + L2179 + 2179@hsesinfo.org + F13700 + L13700 + 13700@hsesinfo.org + 342 + 56 + + + + + 12007 + 1644 + 10 + 10CH011599 + 2020-07-01 + 2025-06-30 + CH + Harney Education Services District + Active + F43149 + L43149 + 43149@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + 20 + + 60 + + + + 12008 + 435 + 10 + 10CH011601 + 2020-07-01 + 2025-06-30 + CH + Mt. Hood Community College + Active + F43149 + L43149 + 43149@hsesinfo.org + F48097 + L48097 + 48097@hsesinfo.org + 298 + 162 + 619 + 6 + + + 12009 + 7596 + 9 + 09CH011611 + 2020-07-01 + 2025-06-30 + CH + Kidango, Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + 349 + 248 + + + + + 12010 + 1292 + 5 + 05CH011556 + 2020-07-01 + 2025-06-30 + CH + Community Action Agency + Active + F42090 + L42090 + 42090@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + 603 + 176 + + + + + 12011 + 3741 + 6 + 06CH011607 + 2020-07-01 + 2025-06-30 + CH + BCFS Education Services + Active + F48667 + L48667 + 48667@hsesinfo.org + F28510 + L28510 + 28510@hsesinfo.org + 133 + + + + + + 12012 + 290 + 5 + 05CH011548 + 2020-07-01 + 2025-06-30 + CH + Cooperative Educational Service Agency No. 7 + Active + F48866 + L48866 + 48866@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + 185 + 108 + 12 + + + + 12013 + 1370 + 5 + 05HP000420 + 2020-07-01 + 2025-06-30 + HP + City of Rockford + Active + F13544 + L13544 + 13544@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + + 34 + + + + + 12014 + 456 + 2 + 02CH011617 + 2020-07-01 + 2025-06-30 + CH + Municipality of Adjuntas + Active + F2342 + L2342 + 2342@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + 100 + + + + + + 12015 + 1347 + 10 + 10HP000422 + 2020-07-01 + 2025-06-30 + HP + Umatilla Morrow Head Start, Inc. + Active + F14039 + L14039 + 14039@hsesinfo.org + F2436 + L2436 + 2436@hsesinfo.org + + 38 + + + + + 12016 + 586 + 5 + 05CH011516 + 2020-06-01 + 2025-05-31 + CH + Tri-County Community Action Partnership, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + 207 + 122 + 17 + 30 + + + 12017 + 7714 + 1 + 01CH011668 + 2020-07-01 + 2025-06-30 + CH + Windham Southeast School District + Active + F14152 + L14152 + 14152@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + 72 + 112 + + + + + 12018 + 1479 + 4 + 04CH011490 + 2020-07-01 + 2025-06-30 + CH + Polk County Board of Education + Active + F2065 + L2065 + 2065@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + 80 + + + + + + 12019 + 635 + 10 + 10CH011605 + 2020-07-01 + 2025-06-30 + CH + Community Action Organization + Active + F45193 + L45193 + 45193@hsesinfo.org + F48097 + L48097 + 48097@hsesinfo.org + 295 + 105 + 486 + 7 + + + 12020 + 1376 + 3 + 03CH011625 + 2020-07-01 + 2025-06-30 + CH + Hopewell City School Board + Active + F46529 + L46529 + 46529@hsesinfo.org + F44345 + L44345 + 44345@hsesinfo.org + 156 + + + + + + 12021 + 364 + 5 + 05CH011598 + 2020-07-01 + 2025-06-30 + CH + Interlocal Community Action Program, Inc. + Active + F42090 + L42090 + 42090@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + 250 + + + + + + 12022 + 1953 + 5 + 05CH011588 + 2020-07-01 + 2025-06-30 + CH + Board of Trustees of Southern Illinois University + Active + F13544 + L13544 + 13544@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + 337 + + + + + + 12023 + 1067 + 5 + 05CH011540 + 2020-07-01 + 2025-06-30 + CH + Council on Rural Service Programs, Inc. + Active + F2088 + L2088 + 2088@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + 987 + 285 + + + + + 12024 + 683 + 7 + 07CH011618 + 2020-07-01 + 2025-06-30 + CH + Dodge City Unified School District #443 + Active + F2256 + L2256 + 2256@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + 215 + 85 + + + + + 12025 + 893 + 5 + 05CH011563 + 2020-07-01 + 2025-06-30 + CH + Northwestern Ohio Community Action Commission + Active + F42090 + L42090 + 42090@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + 300 + 44 + + + + + 12026 + 1904 + 6 + 06CH011606 + 2020-07-01 + 2025-06-30 + CH + Region 16 Education Service Center + Active + F2185 + L2185 + 2185@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + 1341 + 422 + + + + + 12027 + 1905 + 4 + 04CH011524 + 2020-07-01 + 2025-06-30 + CH + Anderson County Board of Education + Active + F2065 + L2065 + 2065@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + 274 + 80 + + + + + 12044 + 1605 + 13 + 90CH011760 + 2020-07-01 + 2025-06-30 + CH + CDI HS/Lake County, IL + Active + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + 299 + + + + + + 12045 + 1378 + 2 + 02CH011604 + 2020-07-01 + 2025-06-30 + CH + Municipality of Patillas + Active + F42299 + L42299 + 42299@hsesinfo.org + F15822 + L15822 + 15822@hsesinfo.org + 120 + + + + + + 12046 + 3439 + 5 + 05CH011635 + 2020-07-01 + 2025-06-30 + CH + Northeast Michigan Community Service Agency, Inc. + Active + F13544 + L13544 + 13544@hsesinfo.org + F47912 + L47912 + 47912@hsesinfo.org + 2171 + 308 + + + + + 12047 + 1418 + 5 + 05CH011633 + 2020-07-01 + 2025-06-30 + CH + Community Care In Union County, Inc. + Active + F42090 + L42090 + 42090@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + 34 + 28 + + + + + 12048 + 1722 + 5 + 05CH011613 + 2020-07-01 + 2025-06-30 + CH + Family Development Services, Inc. + Active + F49521 + L49521 + 49521@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + 1239 + 152 + + + + + 12049 + 6541 + 2 + 02CH011623 + 2020-07-01 + 2025-06-30 + CH + Newark Public Schools + Active + F2340 + L2340 + 2340@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + 1000 + + + + + + 12050 + 1799 + 6 + 06CH011620 + 2020-07-01 + 2025-06-30 + CH + Neighbors In Need Of Services, Inc. + Active + F2185 + L2185 + 2185@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + 1848 + 576 + + + + + 12051 + 1782 + 6 + 06CH011543 + 2020-07-01 + 2025-06-30 + CH + Education Service Center Region XIV + Active + F13320 + L13320 + 13320@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + 253 + 48 + + + + + 12052 + 309 + 11 + 90CI010049 + 2020-07-01 + 2025-06-30 + CI + Hualapai Tribe + Active + F39730 + L39730 + 39730@hsesinfo.org + F3536 + L3536 + 3536@hsesinfo.org + 57 + + + + + + 12053 + 573 + 3 + 03CH011608 + 2020-07-01 + 2025-06-30 + CH + Columbia Day Care Program, Inc. + Active + F14907 + L14907 + 14907@hsesinfo.org + F44251 + L44251 + 44251@hsesinfo.org + 156 + + + + + + 12054 + 221 + 10 + 10CH011602 + 2020-07-01 + 2025-06-30 + CH + Rural Alaska Community Action Program, Inc. + Active + F43149 + L43149 + 43149@hsesinfo.org + F2421 + L2421 + 2421@hsesinfo.org + 454 + 92 + + + + + 12055 + 348 + 5 + 05CH011590 + 2020-07-01 + 2025-06-30 + CH + Lakes and Prairies Community Action Partnership, Inc. + Active + F43414 + L43414 + 43414@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + 111 + 86 + 25 + + + + 12056 + 513 + 4 + 04CH011603 + 2020-07-01 + 2025-06-30 + CH + Douglas-Cherokee Economic Authority, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + 892 + 72 + + + + + 12057 + 223 + 5 + 05CH011523 + 2020-07-01 + 2025-06-30 + CH + Monroe County Intermediate School District + Active + F2088 + L2088 + 2088@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + + 48 + + + + + 12058 + 1733 + 5 + 05CH011571 + 2020-07-01 + 2025-06-30 + CH + Ross County Community Action Commission, Inc. + Active + F2088 + L2088 + 2088@hsesinfo.org + F49668 + L49668 + 49668@hsesinfo.org + 153 + 52 + + + + + 12059 + 1517 + 2 + 02CH011624 + 2020-07-01 + 2025-06-30 + CH + Allegany County Community Opportunities And Rural Development, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + 124 + 136 + + + + + 12060 + 1880 + 6 + 06CH011600 + 2020-07-01 + 2025-06-30 + CH + Delta Community Action Association, Inc. + Active + F2179 + L2179 + 2179@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + 416 + 69 + + + + + 12061 + 936 + 2 + 02CH011631 + 2020-07-01 + 2025-06-30 + CH + Opportunities for Chenango, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + 178 + + + + + + 12062 + 423 + 3 + 03CH011619 + 2020-07-01 + 2025-06-30 + CH + Philadelphia School District + Active + F46529 + L46529 + 46529@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + 4546 + + 2079 + + + + 12063 + 1209 + 3 + 03CH011622 + 2020-07-01 + 2025-06-30 + CH + Adams County Children's Education Special Services, Inc. + Active + F49609 + L49609 + 49609@hsesinfo.org + F49361 + L49361 + 49361@hsesinfo.org + 216 + + + + + + 12064 + 1750 + 3 + 03CH011616 + 2020-07-01 + 2021-06-30 + CH + Delaware County Intermediate Unit + Active + F14907 + L14907 + 14907@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + 548 + 72 + + + + + 12065 + 763 + 9 + 09CH011639 + 2020-07-01 + 2025-06-30 + CH + Siskiyou County Office of Education + Active + F37822 + L37822 + 37822@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + + 88 + + + + + 12066 + 462 + 3 + 03CH011628 + 2020-07-01 + 2025-06-30 + CH + Butler County Children's Center, Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F37589 + L37589 + 37589@hsesinfo.org + 265 + 102 + + + + + 12067 + 7715 + 3 + 03CH011559 + 2020-07-01 + 2025-06-30 + CH + Presbyterian Homes & Family Services, Inc., DBA HumanKind + Active + F14907 + L14907 + 14907@hsesinfo.org + F2187 + L2187 + 2187@hsesinfo.org + + 80 + + + + + 12068 + 819 + 7 + 07CH011653 + 2020-07-01 + 2025-06-30 + CH + Community Action of Eastern Iowa + Active + F2256 + L2256 + 2256@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + 326 + 120 + + + + + 12069 + 1824 + 8 + 08CH011642 + 2020-07-01 + 2025-06-30 + CH + A.W.A.R.E., INC. + Active + F13544 + L13544 + 13544@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + 36 + + + + + 12070 + 156 + 5 + 05CH011626 + 2020-07-01 + 2025-06-30 + CH + El Valor Corporation + Active + F13544 + L13544 + 13544@hsesinfo.org + F2121 + L2121 + 2121@hsesinfo.org + 254 + 132 + + + + + 12071 + 1186 + 5 + 05CH011525 + 2020-07-01 + 2025-06-30 + CH + Family & Child Learning Centers of Northeast Wisconsin + Active + F44271 + L44271 + 44271@hsesinfo.org + F49668 + L49668 + 49668@hsesinfo.org + 395 + 80 + + + + + 12072 + 874 + 3 + 03CH011706 + 2020-07-01 + 2025-06-30 + CH + Y M C A Of Central Maryland, Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F44345 + L44345 + 44345@hsesinfo.org + 546 + 92 + + + + + 12073 + 1740 + 4 + 04CH011574 + 2020-07-01 + 2025-06-30 + CH + Upper Cumberland Human Resource Agency + Active + F13740 + L13740 + 13740@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + 37 + + + + + + 12074 + 1290 + 6 + 06CH011638 + 2020-07-01 + 2025-06-30 + CH + INCA Community Services, Inc. + Active + F45654 + L45654 + 45654@hsesinfo.org + F41383 + L41383 + 41383@hsesinfo.org + 304 + 32 + + + + + 12075 + 772 + 8 + 08CH011641 + 2020-07-01 + 2025-06-30 + CH + City of Lakewood + Active + F3032 + L3032 + 3032@hsesinfo.org + F47897 + L47897 + 47897@hsesinfo.org + 90 + 20 + + + + + 12076 + 1101 + 7 + 07CH011658 + 2020-07-01 + 2025-06-30 + CH + Community Action Partnership of Greater St Joseph + Active + F11828 + L11828 + 11828@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + 254 + 70 + + + + + 12077 + 999 + 7 + 07CH011656 + 2020-07-01 + 2025-06-30 + CH + Mid-Sioux Opportunity, Inc. + Active + F47594 + L47594 + 47594@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + 175 + 72 + + + + + 12078 + 1826 + 4 + 04CH011612 + 2020-07-01 + 2025-06-30 + CH + Suwannee Valley Community Coordinated Child Care, Inc. + Active + F48070 + L48070 + 48070@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + 231 + 184 + + + + + 12079 + 829 + 8 + 08CH011632 + 2020-07-01 + 2025-06-30 + CH + Catholic Charities, Archdiocese Of Denver + Active + F3032 + L3032 + 3032@hsesinfo.org + F3062 + L3062 + 3062@hsesinfo.org + + 92 + + + + + 12080 + 749 + 4 + 04CH011643 + 2020-07-01 + 2025-06-30 + CH + Southeastern Community and Family Services, Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + 119 + 48 + + + + + 12081 + 1444 + 4 + 04CH011629 + 2020-07-01 + 2025-06-30 + CH + DOTHAN CITY BOARD OF EDUCATION + Active + F46632 + L46632 + 46632@hsesinfo.org + F48069 + L48069 + 48069@hsesinfo.org + 324 + + + + + + 12082 + 1692 + 10 + 10CH011651 + 2020-07-01 + 2025-06-30 + CH + Family Services of Grant County + Active + F14039 + L14039 + 14039@hsesinfo.org + F47540 + L47540 + 47540@hsesinfo.org + 126 + 105 + + + + + 12083 + 976 + 6 + 06CH011660 + 2020-07-01 + 2025-06-30 + CH + Acadia Parish School Board + Active + F45391 + L45391 + 45391@hsesinfo.org + F15375 + L15375 + 15375@hsesinfo.org + 387 + + + + + + 12084 + 7316 + 6 + 06CH011677 + 2020-07-01 + 2025-06-30 + CH + St. James Parish School Board + Active + F13320 + L13320 + 13320@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + 173 + + + + + + 12085 + 457 + 10 + 10CH011650 + 2020-07-01 + 2025-06-30 + CH + Head Start of Lane County + Active + F43149 + L43149 + 43149@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + 411 + 88 + 507 + 2 + + + 12086 + 1596 + 2 + 02CH011671 + 2020-07-01 + 2025-06-30 + CH + Cypress Hills Child Care Corporation + Active + F2340 + L2340 + 2340@hsesinfo.org + F48300 + L48300 + 48300@hsesinfo.org + 82 + + + + + + 12087 + 346 + 9 + 09CH011666 + 2020-07-01 + 2025-06-30 + CH + Child And Family Service + Active + F37822 + L37822 + 37822@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + 92 + 36 + + + + + 12088 + 1448 + 2 + 02CH011634 + 2020-07-01 + 2025-06-30 + CH + Family Enrichment Network + Active + F2335 + L2335 + 2335@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + 287 + 112 + + + + + 12089 + 1310 + 9 + 09CH011674 + 2020-07-01 + 2025-06-30 + CH + Little People's Head Start + Active + F2334 + L2334 + 2334@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + 38 + 48 + + + + + 12090 + 714 + 6 + 06CH011689 + 2020-07-01 + 2025-06-30 + CH + Calcasieu Parish School Board + Active + F45654 + L45654 + 45654@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + 450 + + + + + + 12091 + 6415 + 3 + 03CH011661 + 2020-07-01 + 2025-06-30 + CH + Educare DC + Active + F46529 + L46529 + 46529@hsesinfo.org + F44251 + L44251 + 44251@hsesinfo.org + 60 + 184 + + + + + 12092 + 1356 + 3 + 03CH011704 + 2020-07-01 + 2025-06-30 + CH + Eastern Shore AAA/CAA + Active + F49595 + L49595 + 49595@hsesinfo.org + F30521 + L30521 + 30521@hsesinfo.org + 218 + + + + + + 12093 + 7716 + 6 + 06CH011621 + 2020-07-01 + 2025-06-30 + CH + Rapides Parish School Board + Active + F2179 + L2179 + 2179@hsesinfo.org + F12886 + L12886 + 12886@hsesinfo.org + 628 + 222 + + + + + 12094 + 951 + 7 + 07CH011681 + 2020-07-01 + 2025-06-30 + CH + Community Action, Inc. + Active + F2256 + L2256 + 2256@hsesinfo.org + F45048 + L45048 + 45048@hsesinfo.org + 70 + 40 + + + + + 12095 + 331 + 6 + 06CH011673 + 2020-07-01 + 2025-06-30 + CH + West Feliciana Parish School District + Active + F45654 + L45654 + 45654@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + 51 + 44 + + + + + 12096 + 566 + 6 + 06CH011675 + 2020-07-01 + 2025-06-30 + CH + West Las Vegas Schools + Active + F43271 + L43271 + 43271@hsesinfo.org + F41654 + L41654 + 41654@hsesinfo.org + 140 + 36 + + + + + 12097 + 1123 + 9 + 09CH011669 + 2020-07-01 + 2025-06-30 + CH + Community Action Marin + Active + F37822 + L37822 + 37822@hsesinfo.org + F43326 + L43326 + 43326@hsesinfo.org + 214 + 148 + + + + + 12100 + 847 + 4 + 04CH011680 + 2020-07-01 + 2025-06-30 + CH + Jefferson County Committee for Economic Opportunity + Active + F46632 + L46632 + 46632@hsesinfo.org + F42667 + L42667 + 42667@hsesinfo.org + 650 + 152 + + + + + 12101 + 1245 + 4 + 04CH011705 + 2020-07-01 + 2025-06-30 + CH + First Steps of Spartanburg County + Active + F2065 + L2065 + 2065@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + + 120 + + + + + 12102 + 1015 + 4 + 04CH011545 + 2020-07-01 + 2025-06-30 + CH + Clayton County Community Service Authority, Inc. + Active + F2001 + L2001 + 2001@hsesinfo.org + F2051 + L2051 + 2051@hsesinfo.org + 352 + + + + + + 12103 + 624 + 4 + 04CH011685 + 2020-07-01 + 2025-06-30 + CH + Low Country Community Action Agency, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F45392 + L45392 + 45392@hsesinfo.org + 252 + 32 + + + + + 12104 + 150 + 4 + 04CH011659 + 2020-07-01 + 2025-06-30 + CH + The Sheltering Arms + Active + F46251 + L46251 + 46251@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + 699 + 288 + + + + + 12105 + 1840 + 4 + 04CH011648 + 2020-07-01 + 2025-06-30 + CH + Capital Area Community Action Agency, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F46450 + L46450 + 46450@hsesinfo.org + 378 + + + + + + 12106 + 7719 + 4 + 04CH011684 + 2020-07-01 + 2025-06-30 + CH + Childcare Resources + Active + F46632 + L46632 + 46632@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + 410 + 184 + + + + + 12107 + 236 + 5 + 05CH011594 + 2020-07-01 + 2025-06-30 + CH + Community Action Commission of Erie, Huron and Richland + Active + F13544 + L13544 + 13544@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + 232 + 16 + + + + + 12108 + 206 + 7 + 07CH011678 + 2020-07-01 + 2025-06-30 + CH + University of Kansas Medical Center Research Institute + Active + F2256 + L2256 + 2256@hsesinfo.org + F45048 + L45048 + 45048@hsesinfo.org + + 261 + + + + + 12109 + 883 + 1 + 01CH011687 + 2020-07-01 + 2025-06-30 + CH + Training, Education, and Manpower, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + 233 + 127 + + + + + 12110 + 1334 + 8 + 08CH011644 + 2020-07-01 + 2025-06-30 + CH + Ravalli Head Start, Inc. + Active + F47409 + L47409 + 47409@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + 102 + 116 + + + + + 12111 + 940 + 1 + 01CH011664 + 2020-07-01 + 2025-06-30 + CH + Human Resources Agency of New Britain, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + 72 + 40 + + + + + 12112 + 720 + 4 + 04CH011686 + 2020-07-01 + 2025-06-30 + CH + Community Action Opportunities + Active + F46632 + L46632 + 46632@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + 525 + + + + + + 12113 + 1519 + 3 + 03CH011662 + 2020-07-01 + 2025-06-30 + CH + SUMMIT Early Learning, Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F43578 + L43578 + 43578@hsesinfo.org + 295 + 136 + + + + + 12114 + 325 + 5 + 05CH011609 + 2020-07-01 + 2025-06-30 + CH + Child Focus, Inc. + Active + F13544 + L13544 + 13544@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + 412 + 148 + + + + + 12115 + 1255 + 1 + 01CH011683 + 2020-07-01 + 2025-06-30 + CH + Worcester Community Action Council, Inc. + Active + F2300 + L2300 + 2300@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + 203 + 60 + + + + + 12116 + 1402 + 4 + 04CH011690 + 2020-07-01 + 2025-06-30 + CH + Lutheran Services Florida, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + 1782 + 335 + + + + + 12117 + 1463 + 7 + 07CH011695 + 2020-07-01 + 2025-06-30 + CH + Community Action Agency of Siouxland + Active + F48871 + L48871 + 48871@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + 324 + 68 + + + + + 12118 + 203 + 3 + 03CH011676 + 2020-07-01 + 2025-06-30 + CH + Loudoun County School District + Active + F2402 + L2402 + 2402@hsesinfo.org + F43578 + L43578 + 43578@hsesinfo.org + 100 + + + + + + 12119 + 627 + 5 + 05CH011614 + 2020-07-01 + 2025-06-30 + CH + Rock Island-Milan School District, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + 299 + + + + + + 12120 + 1806 + 1 + 01CH011630 + 2020-09-01 + 2025-08-31 + CH + Waldo Community Action Partners + Active + F14152 + L14152 + 14152@hsesinfo.org + F13512 + L13512 + 13512@hsesinfo.org + 91 + 51 + + + + + 12121 + 1181 + 4 + 04CH011701 + 2020-07-01 + 2025-06-30 + CH + School Board of Charlotte County Florida + Active + F48459 + L48459 + 48459@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + 204 + 56 + + + + + 12122 + 1962 + 8 + 08CH011637 + 2020-07-01 + 2025-06-30 + CH + Families In Partnership, Inc. + Active + F13544 + L13544 + 13544@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + + 48 + + + + + 12123 + 1043 + 7 + 07CH011702 + 2020-07-01 + 2025-06-30 + CH + Futures Unlimited + Active + F49091 + L49091 + 49091@hsesinfo.org + F47025 + L47025 + 47025@hsesinfo.org + 66 + 24 + + + + + 12124 + 1833 + 4 + 04CH011700 + 2020-07-01 + 2025-06-30 + CH + Martin County School District + Active + F48459 + L48459 + 48459@hsesinfo.org + F46450 + L46450 + 46450@hsesinfo.org + 140 + + + + + + 12125 + 664 + 9 + 09CH011692 + 2020-07-01 + 2025-06-30 + CH + Volunteers of America of Los Angeles + Active + F2334 + L2334 + 2334@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + 421 + 90 + + + + + 12126 + 397 + 8 + 08CH011682 + 2020-07-01 + 2025-06-30 + CH + The Children's Learning Center + Active + F3032 + L3032 + 3032@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + 40 + 36 + + + + + 12127 + 7718 + 1 + 01CH011663 + 2020-07-01 + 2025-06-30 + CH + Capitol Region Education Council + Active + F14152 + L14152 + 14152@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + 271 + 155 + + + + + 12128 + 5941 + 5 + 05CH011696 + 2020-07-01 + 2025-06-30 + CH + Brightside Academy Ohio LLC + Active + F2088 + L2088 + 2088@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + 280 + 124 + + + + + 12129 + 824 + 4 + 04CH011636 + 2020-07-01 + 2025-06-30 + CH + Nashville & Davidson County, Metropolitan Government of + Active + F2001 + L2001 + 2001@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + 1245 + 120 + + + + + 12130 + 960 + 4 + 04CH011649 + 2020-07-01 + 2025-06-30 + CH + Mid Florida Community Services, Inc. + Active + F13510 + L13510 + 13510@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + + 40 + + + + + 12131 + 234 + 5 + 05HP000431 + 2020-07-01 + 2025-06-30 + HP + Next Door Foundation, Inc. + Active + F42090 + L42090 + 42090@hsesinfo.org + F13894 + L13894 + 13894@hsesinfo.org + + 330 + + + + + 12132 + 170 + 7 + 07CH011691 + 2020-07-01 + 2025-06-30 + CH + Southeast Kansas Community Action Program, Inc. + Active + F48871 + L48871 + 48871@hsesinfo.org + F45048 + L45048 + 45048@hsesinfo.org + 395 + 251 + + + + + 12133 + 301 + 3 + 03CH011652 + 2020-07-01 + 2025-06-30 + CH + Culpeper Human Services + Active + F14907 + L14907 + 14907@hsesinfo.org + F33282 + L33282 + 33282@hsesinfo.org + 128 + + + + + + 12134 + 125 + 5 + 05CH011665 + 2020-07-01 + 2021-06-30 + CH + Southern Illinois University + Active + F13544 + L13544 + 13544@hsesinfo.org + F14177 + L14177 + 14177@hsesinfo.org + 536 + 329 + + + + + 12135 + 7720 + 4 + 04CH011640 + 2020-07-01 + 2025-06-30 + CH + Aiken County Public School District + Active + F13510 + L13510 + 13510@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + 326 + 58 + + + + + 12136 + 638 + 4 + 04CH011679 + 2020-07-01 + 2025-06-30 + CH + Jackson County Civic Action Committee, Inc. + Active + F33579 + L33579 + 33579@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + 436 + 78 + + + + + 12137 + 1026 + 1 + 01CH011667 + 2020-07-01 + 2025-06-30 + CH + West Haven Community House Association, Incorporated, The + Active + F14152 + L14152 + 14152@hsesinfo.org + F32486 + L32486 + 32486@hsesinfo.org + 128 + + 16 + + + + 12138 + 353 + 5 + 05CH011573 + 2020-07-01 + 2025-06-30 + CH + Human Development Commission, Inc. + Active + F48866 + L48866 + 48866@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + + 153 + + + + + 12139 + 611 + 5 + 05CH011610 + 2020-07-01 + 2025-06-30 + CH + University of Wisconsin, Oshkosh + Active + F43414 + L43414 + 43414@hsesinfo.org + F48776 + L48776 + 48776@hsesinfo.org + 488 + + 12 + + + + 12140 + 1323 + 4 + 04CH011699 + 2020-07-01 + 2025-06-30 + CH + Richland County First Steps + Active + F48070 + L48070 + 48070@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + 96 + + + + + 12141 + 1631 + 4 + 04CH011528 + 2020-07-01 + 2025-06-30 + CH + Clinch-Powell Educational Cooperative + Active + F2001 + L2001 + 2001@hsesinfo.org + F15304 + L15304 + 15304@hsesinfo.org + 431 + 80 + + + + + 12142 + 993 + 1 + 01CH011688 + 2020-07-01 + 2025-06-30 + CH + Community Action Program-Inter City, Incorporated + Active + F2300 + L2300 + 2300@hsesinfo.org + F15627 + L15627 + 15627@hsesinfo.org + 198 + + 17 + + + + 12143 + 7314 + 5 + 05CH011593 + 2020-07-01 + 2025-06-30 + CH + Alta Care Group, Inc. + Active + F42090 + L42090 + 42090@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + 656 + 104 + + + + + 12146 + 752 + 12 + 90CM009849 + 2020-04-01 + 2025-03-31 + CM + Telamon Corporation + Active + F25722 + L25722 + 25722@hsesinfo.org + F39971 + L39971 + 39971@hsesinfo.org + 985 + 144 + + + + + 12147 + 208 + 8 + 08CH011710 + 2020-07-01 + 2025-06-30 + CH + Davis/Morgan/Summit Head Start Early Head Start + Active + F47409 + L47409 + 47409@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + 401 + 101 + + + + + 12148 + 1663 + 4 + 04CH011730 + 2020-07-01 + 2025-06-30 + CH + Blue Ridge Community Action, Inc. + Active + F48070 + L48070 + 48070@hsesinfo.org + F45392 + L45392 + 45392@hsesinfo.org + 198 + 24 + + + + + 12149 + 193 + 3 + 03CH011715 + 2020-07-01 + 2025-06-30 + CH + Hanover County School District + Active + F49609 + L49609 + 49609@hsesinfo.org + F47017 + L47017 + 47017@hsesinfo.org + 105 + + + + + + 12150 + 395 + 4 + 04CH011734 + 2020-07-01 + 2025-06-30 + CH + Chattanooga, City of + Active + F2001 + L2001 + 2001@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + 622 + 226 + + + + + 12151 + 742 + 2 + 02CH011709 + 2020-07-01 + 2021-06-30 + CH + Children's Aid Society, The + Active + F32488 + L32488 + 32488@hsesinfo.org + F14089 + L14089 + 14089@hsesinfo.org + + 69 + + + + + 12152 + 1343 + 11 + 90CI010050 + 2020-07-01 + 2025-06-30 + CI + Mountain Empire Unified School District + Active + F47779 + L47779 + 47779@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + 20 + + + + + + 12153 + 859 + 4 + 04CH011708 + 2020-07-01 + 2025-06-30 + CH + Mississippi Action for Progress, Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + 2038 + 180 + + + + + 12154 + 1326 + 9 + 09CH011719 + 2020-07-01 + 2025-06-30 + CH + San Bernardino, County of + Active + F47463 + L47463 + 47463@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + 3810 + 402 + + + + + 12155 + 1165 + 4 + 04CH011752 + 2020-07-01 + 2025-06-30 + CH + Jackson County School District + Active + F13740 + L13740 + 13740@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + 211 + 30 + + + + + 12156 + 594 + 4 + 04CH011723 + 2020-07-01 + 2025-06-30 + CH + Four-Square Community Action, Incorporated + Active + F2001 + L2001 + 2001@hsesinfo.org + F2348 + L2348 + 2348@hsesinfo.org + 178 + + + + + + 12157 + 876 + 3 + 03CH011716 + 2020-07-01 + 2025-06-30 + CH + Associated Catholic Charities Inc. + Active + F49609 + L49609 + 49609@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + 119 + 62 + + + + + 12158 + 732 + 3 + 03CH011713 + 2020-07-01 + 2025-06-30 + CH + United Planning Organization + Active + F49595 + L49595 + 49595@hsesinfo.org + F44345 + L44345 + 44345@hsesinfo.org + + 144 + + + + + 12159 + 226 + 3 + 03CH011627 + 2020-07-01 + 2025-06-30 + CH + Edward C. Mazique Parent Child Center, Inc. + Active + F49609 + L49609 + 49609@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + 48 + + + + + + 12160 + 1077 + 3 + 03CH011714 + 2020-07-01 + 2025-06-30 + CH + Rosemount Center, Inc. + Active + F49609 + L49609 + 49609@hsesinfo.org + F49621 + L49621 + 49621@hsesinfo.org + 24 + + + + + + 12161 + 940 + 1 + 01CH011707 + 2020-07-01 + 2025-06-30 + CH + Human Resources Agency of New Britain, Inc. + Active + F14152 + L14152 + 14152@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + 237 + + 34 + + + + 12162 + 1461 + 4 + 04CH011698 + 2020-07-01 + 2025-06-30 + CH + Johnston Lee Harnett Community Action, Inc. + Active + F2001 + L2001 + 2001@hsesinfo.org + F45392 + L45392 + 45392@hsesinfo.org + 561 + 92 + + + + + 12163 + 294 + 4 + 04CH011737 + 2020-07-01 + 2025-06-30 + CH + Western Carolina Community Action, Inc. + Active + F48070 + L48070 + 48070@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + 245 + 200 + + + + + 12164 + 1002 + 4 + 04CH011718 + 2020-07-01 + 2025-06-30 + CH + Community Action Program Committee, Inc. + Active + F33579 + L33579 + 33579@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + 670 + 88 + + + + + 12165 + 1153 + 4 + 04CH011741 + 2020-07-01 + 2025-06-30 + CH + Jasper County Charter System + Active + F48070 + L48070 + 48070@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + 82 + + + + + + 12166 + 647 + 2 + 02CH011717 + 2020-07-01 + 2025-06-30 + CH + Manhasset-Great Neck Economic Opportunity Council, Inc. + Active + F47557 + L47557 + 47557@hsesinfo.org + F2304 + L2304 + 2304@hsesinfo.org + 46 + + + + + + 12167 + 918 + 4 + 04CH011733 + 2020-07-01 + 2025-06-30 + CH + Onslow County Schools, Inc. + Active + F13510 + L13510 + 13510@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + 230 + + + + + + 12168 + 299 + 3 + 03CH011740 + 2020-07-01 + 2025-06-30 + CH + People Incorporated of Virginia + Active + F46529 + L46529 + 46529@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + 85 + + + + + + 12169 + 1545 + 4 + 04CH011720 + 2020-07-01 + 2025-06-30 + CH + Community Action for Improvement, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + 247 + 72 + + + + + 12170 + 444 + 4 + 04CH011712 + 2020-07-01 + 2025-06-30 + CH + Ohio Valley Educational Cooperative + Active + F33579 + L33579 + 33579@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + 244 + 80 + + + + + 12171 + 1155 + 4 + 04CH011647 + 2020-07-01 + 2025-06-30 + CH + Picayune School District + Active + F13740 + L13740 + 13740@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + 246 + + + + + + 12172 + 1628 + 4 + 04CH011744 + 2020-07-01 + 2025-06-30 + CH + ICARE, Inc. + Active + F33579 + L33579 + 33579@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + 195 + 40 + + + + + 12173 + 809 + 4 + 04CH011703 + 2020-07-01 + 2025-06-30 + CH + Friends of Children of Mississippi, Inc. + Active + F33579 + L33579 + 33579@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + 840 + 280 + + + + + 12174 + 536 + 4 + 04CH011722 + 2020-07-01 + 2025-06-30 + CH + Enrichment Services Program, Inc. + Active + F46251 + L46251 + 46251@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + 275 + 136 + + + + + 12175 + 7159 + 4 + 04CH011654 + 2020-07-01 + 2025-06-30 + CH + Delta Health Alliance, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + 675 + 144 + + + + + 12176 + 7318 + 12 + 90CM009848 + 2020-07-01 + 2025-06-30 + CM + Educational Service District #105 + Active + F33086 + L33086 + 33086@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + 264 + + + + + + 12177 + 1689 + 2 + 02CH011724 + 2020-07-01 + 2025-06-30 + CH + Dominican Women's Development Center + Active + F2340 + L2340 + 2340@hsesinfo.org + F48300 + L48300 + 48300@hsesinfo.org + + 72 + + + + + 12178 + 1622 + 5 + 05CH011747 + 2020-07-01 + 2025-06-30 + CH + Quincy Public Schools, District #172 + Active + F43414 + L43414 + 43414@hsesinfo.org + F49856 + L49856 + 49856@hsesinfo.org + 299 + + + + + + 12179 + 1583 + 4 + 04CH011758 + 2020-07-01 + 2025-06-30 + CH + Randolph Co Board Of Education Head Start + Active + F33579 + L33579 + 33579@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + 101 + + + + + + 12180 + 7326 + 5 + 05CH011751 + 2020-07-01 + 2025-06-30 + CH + Illinois Action for Children + Active + F14214 + L14214 + 14214@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + 340 + 128 + + + + + 12181 + 1655 + 5 + 05CH011672 + 2020-07-01 + 2025-06-30 + CH + Heartland Head Start, Inc. + Active + F14214 + L14214 + 14214@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + 187 + 88 + + + + + 12182 + 177 + 5 + 05CH011748 + 2020-07-01 + 2025-06-30 + CH + Saginaw Intermediate School District + Active + F13544 + L13544 + 13544@hsesinfo.org + F2135 + L2135 + 2135@hsesinfo.org + 859 + 156 + + + + + 12183 + 1346 + 5 + 05CH011565 + 2020-07-01 + 2025-06-30 + CH + Green Bay Area Public Schools + Active + F14214 + L14214 + 14214@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + 321 + + 15 + + + + 12184 + 1674 + 4 + 04CH011655 + 2020-07-01 + 2025-06-30 + CH + Five County Child Development Program, Inc. + Active + F13510 + L13510 + 13510@hsesinfo.org + F46829 + L46829 + 46829@hsesinfo.org + 205 + 48 + + + + + 12185 + 184 + 3 + 03CH011755 + 2020-07-01 + 2025-06-30 + CH + Monongalia County Board of Education + Active + F46529 + L46529 + 46529@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + + 120 + + + + + 12186 + 1247 + 5 + 05CH011742 + 2020-07-01 + 2025-06-30 + CH + Mount Vernon City Schools, District 80 + Active + F49521 + L49521 + 49521@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + 218 + + + + + + 12187 + 7325 + 5 + 05CH011754 + 2020-07-01 + 2025-06-30 + CH + Evanston/Skokie Community Consolidated School District 65 + Active + F49521 + L49521 + 49521@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + 129 + 86 + + + + + 12188 + 1157 + 4 + 04CH011756 + 2020-07-01 + 2025-06-30 + CH + Alexander County Board of Education + Active + F13510 + L13510 + 13510@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + 100 + + + + + + 12195 + 473 + 3 + 03CH011729 + 2020-07-01 + 2025-06-30 + CH + Keystone Service Systems, Inc. + Active + F49609 + L49609 + 49609@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + 630 + 140 + 176 + + + + 12196 + 214 + 5 + 05HP000429 + 2020-07-01 + 2021-06-30 + HP + Indianhead Community Action Agency, Inc. + Active + F43414 + L43414 + 43414@hsesinfo.org + F15967 + L15967 + 15967@hsesinfo.org + + 80 + + + + + 12197 + 1074 + 9 + 09CH011732 + 2020-07-01 + 2025-06-30 + CH + Child Start, Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F4028 + L4028 + 4028@hsesinfo.org + 599 + 204 + + + + + 12198 + 482 + 3 + 03CH011725 + 2020-07-01 + 2025-06-30 + CH + Central West Virginia Community Action Association, Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F49361 + L49361 + 49361@hsesinfo.org + 353 + + + + + + 12199 + 1726 + 3 + 03CH011746 + 2020-07-01 + 2025-06-30 + CH + Tri-County Community Action Agency Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F2437 + L2437 + 2437@hsesinfo.org + + 200 + + + + + 12200 + 4655 + 3 + 03CH011728 + 2020-07-01 + 2025-06-30 + CH + Child Development, Inc. + Active + F2402 + L2402 + 2402@hsesinfo.org + F43578 + L43578 + 43578@hsesinfo.org + 312 + + 41 + + + + 12201 + 507 + 3 + 03CH011745 + 2020-07-01 + 2025-06-30 + CH + Montgomery, County of + Active + F14907 + L14907 + 14907@hsesinfo.org + F44251 + L44251 + 44251@hsesinfo.org + 648 + + + + + + 12202 + 210 + 8 + 08CH011727 + 2020-07-01 + 2026-06-30 + CH + Community Action Partnership, Inc. + Active + F3032 + L3032 + 3032@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + 128 + 62 + + + + + 12203 + 185 + 8 + 08CH011749 + 2020-07-01 + 2025-06-30 + CH + TGU School District #60 + Active + F3064 + L3064 + 3064@hsesinfo.org + F42294 + L42294 + 42294@hsesinfo.org + 144 + 60 + + + + + 12204 + 1147 + 2 + 02CH011711 + 2020-07-01 + 2025-06-30 + CH + Mohawk Valley Community Action Agency, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F14131 + L14131 + 14131@hsesinfo.org + 611 + 142 + + + + + 12205 + 245 + 8 + 08CH011738 + 2020-07-01 + 2025-06-30 + CH + Centro de la Familia de Utah + Active + F47409 + L47409 + 47409@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + 256 + 76 + + + + + 12206 + 7721 + 8 + 08CH011739 + 2020-07-01 + 2025-06-30 + CH + Delta County School District 50J + Active + F47409 + L47409 + 47409@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + 60 + + + + + + 12207 + 1421 + 8 + 08CH011726 + 2020-07-01 + 2025-06-30 + CH + Rural Utah Child Development + Active + F3032 + L3032 + 3032@hsesinfo.org + F34113 + L34113 + 34113@hsesinfo.org + 246 + 110 + + + + + 12210 + 1411 + 3 + 03CH011759 + 2020-07-01 + 2025-06-30 + CH + Acelero, Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + + 96 + + + + + 12227 + 107 + 6 + 06HP000421 + 2020-08-01 + 2025-07-31 + HP + Youth Development Inc. + Active + F48667 + L48667 + 48667@hsesinfo.org + F41654 + L41654 + 41654@hsesinfo.org + + 80 + + + + + 12233 + 1605 + 13 + 90CH011810 + 2020-09-01 + 2025-08-31 + CH + CDI HS/South Central Colorado, CO + Active + F33086 + L33086 + 33086@hsesinfo.org + F48422 + L48422 + 48422@hsesinfo.org + 742 + + + + + + 12234 + 1625 + 2 + 02CH011767 + 2020-08-01 + 2025-07-31 + CH + Cayuga/Seneca Community Action Agency, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F47389 + L47389 + 47389@hsesinfo.org + 292 + 76 + + + + + 12235 + 1937 + 4 + 04CH011646 + 2020-08-01 + 2025-07-31 + CH + Episcopal Children's Services + Active + F48070 + L48070 + 48070@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + 561 + + + + + + 12236 + 1500 + 9 + 09CH011763 + 2020-08-01 + 2025-07-31 + CH + Sacramento Employment & Training Agency + Active + F47463 + L47463 + 47463@hsesinfo.org + F13552 + L13552 + 13552@hsesinfo.org + 4236 + 792 + + + + + 12237 + 532 + 4 + 04CH011657 + 2020-08-01 + 2025-07-31 + CH + School Board of Lee County + Active + F46251 + L46251 + 46251@hsesinfo.org + F46450 + L46450 + 46450@hsesinfo.org + 720 + 88 + + + + + 12238 + 1717 + 3 + 03CH011768 + 2020-08-01 + 2025-07-31 + CH + Spotsylvania County School Board + Active + F2402 + L2402 + 2402@hsesinfo.org + F43578 + L43578 + 43578@hsesinfo.org + 90 + + + + + + 12239 + 1605 + 13 + 90CH011811 + 2020-09-01 + 2025-08-31 + CH + CDI HS/Lower Manhattan, NY + Active + F33086 + L33086 + 33086@hsesinfo.org + F13519 + L13519 + 13519@hsesinfo.org + 110 + + + + + + 12244 + 1838 + 3 + 03CH011775 + 2020-08-01 + 2025-07-31 + CH + Williamsburg James City County Community Action Agency, Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F44038 + L44038 + 44038@hsesinfo.org + 147 + + + + + + 12245 + 614 + 3 + 03CH011778 + 2020-08-01 + 2025-07-31 + CH + Reginald S. Lourie Center For Infants & Young Children + Active + F46529 + L46529 + 46529@hsesinfo.org + F15207 + L15207 + 15207@hsesinfo.org + + 77 + + + + + 12247 + 1877 + 6 + 06CH011774 + 2020-08-01 + 2025-07-31 + CH + West Orange-Cove Consolidated Independent School + Active + F43271 + L43271 + 43271@hsesinfo.org + F2196 + L2196 + 2196@hsesinfo.org + 239 + + + + + + 12248 + 569 + 5 + 05CH011779 + 2020-08-01 + 2025-07-31 + CH + Mid Michigan Community Action Agency, Inc. + Active + F13544 + L13544 + 13544@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + + 135 + + + + + 12249 + 7664 + 4 + 04HP000424 + 2020-08-01 + 2025-07-31 + HP + South Carolina Association of Community Action Partnerships + Active + F48070 + L48070 + 48070@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + + 254 + + + + + 12250 + 1021 + 9 + 09CH011776 + 2020-08-01 + 2025-07-31 + CH + Pinal-Gila Community Child Services, Inc. + Active + F14155 + L14155 + 14155@hsesinfo.org + F13240 + L13240 + 13240@hsesinfo.org + 599 + 203 + + + + + 12252 + 502 + 4 + 04HP000426 + 2020-08-01 + 2025-07-31 + HP + Northern Kentucky Community Action Commission, Inc. + Active + F2001 + L2001 + 2001@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + + 80 + + + + + 12254 + 7722 + 4 + 04CH011788 + 2020-08-01 + 2025-07-31 + CH + Family Guidance Center of Alabama, Inc. + Active + F13740 + L13740 + 13740@hsesinfo.org + F45392 + L45392 + 45392@hsesinfo.org + 308 + 136 + + + + + 12255 + 1396 + 4 + 04CH011764 + 2020-08-01 + 2025-07-31 + CH + Mid-Cumberland Community Action Agency + Active + F46632 + L46632 + 46632@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + 705 + 112 + + + + + 12256 + 111 + 4 + 04CH011790 + 2020-08-01 + 2025-07-31 + CH + Rutherford County Schools + Active + F13740 + L13740 + 13740@hsesinfo.org + F45450 + L45450 + 45450@hsesinfo.org + 210 + 52 + + + + + 12257 + 1814 + 4 + 04CH011793 + 2020-08-01 + 2025-07-31 + CH + Pasco County Board of Public Education + Active + F33579 + L33579 + 33579@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + 660 + 128 + + + + + 12261 + 867 + 6 + 06CH011538 + 2020-09-01 + 2025-08-31 + CH + Tyler Independent School District + Active + F43271 + L43271 + 43271@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + 200 + + + + + + 12262 + 1101 + 7 + 07HP000433 + 2020-09-01 + 2025-08-31 + HP + Community Action Partnership of Greater St Joseph + Active + F11828 + L11828 + 11828@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + + 40 + + + + + 12263 + 1458 + 3 + 03CH011777 + 2020-08-01 + 2025-07-31 + CH + New Castle County Head Start, Inc. + Active + F2415 + L2415 + 2415@hsesinfo.org + F44251 + L44251 + 44251@hsesinfo.org + 379 + 50 + 35 + + + + 12264 + 969 + 3 + 03CH011781 + 2020-08-01 + 2025-07-31 + CH + Allegany County Human Resources + Active + F2402 + L2402 + 2402@hsesinfo.org + F11796 + L11796 + 11796@hsesinfo.org + 277 + + + 40 + + + 12265 + 1136 + 5 + 05CH011762 + 2020-08-01 + 2025-07-31 + CH + Southeastern Indiana Economic Opportunity Corp + Active + F44271 + L44271 + 44271@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + 266 + + + + + + 12266 + 1706 + 5 + 05CH011766 + 2020-08-01 + 2025-07-31 + CH + Dubois-Pike-Warrick Economic Opportunity Committee, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F45378 + L45378 + 45378@hsesinfo.org + 193 + + + + + + 12267 + 1207 + 6 + 06CH011542 + 2020-09-01 + 2025-08-31 + CH + Greater Opportunities of Permian Basin, Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + 750 + 92 + + + + + 12268 + 991 + 6 + 06CH011567 + 2020-09-01 + 2025-08-31 + CH + Kerrville Independent School District + Active + F43271 + L43271 + 43271@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + 87 + + + + + + 12269 + 1133 + 4 + 04CH011771 + 2020-08-01 + 2025-07-31 + CH + Carroll County Board of Education + Active + F2001 + L2001 + 2001@hsesinfo.org + F11679 + L11679 + 11679@hsesinfo.org + 105 + 80 + + + + + 12270 + 738 + 5 + 05CH011770 + 2020-08-01 + 2025-07-31 + CH + Kno Ho Co Ashland Community Action Commission + Active + F43414 + L43414 + 43414@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + 321 + + + + + + 12271 + 1350 + 7 + 07CH011785 + 2020-09-01 + 2025-08-31 + CH + Central Territorial of the Salvation Army + Active + F48871 + L48871 + 48871@hsesinfo.org + F13558 + L13558 + 13558@hsesinfo.org + + 111 + + + + + 12272 + 1168 + 3 + 03CH011782 + 2020-08-01 + 2025-07-31 + CH + Mineral County Board of Education + Active + F49609 + L49609 + 49609@hsesinfo.org + F49361 + L49361 + 49361@hsesinfo.org + 134 + + + + + + 12273 + 365 + 6 + 06CH011544 + 2020-09-01 + 2025-08-31 + CH + Region VII Education Service Center + Active + F13320 + L13320 + 13320@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + 2038 + 132 + + + + + 12274 + 211 + 7 + 07HP000434 + 2020-09-01 + 2025-08-30 + HP + Delta Area Economic Opportunity Corporation + Active + F47594 + L47594 + 47594@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + + 152 + + + + + 12275 + 1227 + 4 + 04HP000435 + 2020-08-01 + 2025-07-31 + HP + Tennessee State University + Active + F48070 + L48070 + 48070@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + + 64 + + + + + 12276 + 1496 + 5 + 05CH011769 + 2020-08-01 + 2025-07-31 + CH + Child Development Services of Ottawa County, Inc. + Active + F2088 + L2088 + 2088@hsesinfo.org + F49668 + L49668 + 49668@hsesinfo.org + 286 + 60 + + + + + 12294 + 770 + 5 + 05CH011787 + 2020-08-01 + 2025-07-31 + CH + Capital Area Community Services, Incorporated + Active + F13544 + L13544 + 13544@hsesinfo.org + F42111 + L42111 + 42111@hsesinfo.org + 1343 + 148 + + + + + 12295 + 7062 + 5 + 05HP000432 + 2020-08-01 + 2025-07-31 + HP + Proviso Leyden Council for Community Actions, Inc. + Active + F44271 + L44271 + 44271@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + + 98 + + + + + 12296 + 1089 + 5 + 05CH011792 + 2020-08-01 + 2025-07-31 + CH + Community Action Program of Evansville & Vanderburgh County, Inc. + Active + F48866 + L48866 + 48866@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + 404 + 116 + + + + + 12297 + 628 + 5 + 05CH011591 + 2020-08-01 + 2025-07-31 + CH + Duluth Public School District #709 + Active + F49521 + L49521 + 49521@hsesinfo.org + F2143 + L2143 + 2143@hsesinfo.org + 224 + + + + + + 12298 + 347 + 7 + 07CH011783 + 2020-08-01 + 2025-07-31 + CH + Hawkeye Area Community Action Program, Inc. + Active + F45391 + L45391 + 45391@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + 190 + + + + + + 12299 + 715 + 5 + 05CH011791 + 2020-08-01 + 2025-07-31 + CH + Lakes & Pines Community Action Council, Inc. + Active + F43414 + L43414 + 43414@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + 218 + 77 + + 41 + + + 12300 + 768 + 5 + 05CH011786 + 2020-08-01 + 2025-07-31 + CH + Carman Ainsworth Community Schools + Active + F3061 + L3061 + 3061@hsesinfo.org + F2084 + L2084 + 2084@hsesinfo.org + + 75 + + + + + 12308 + 187 + 2 + 02CH011789 + 2020-09-01 + 2025-08-31 + CH + Center for Family Services, Inc. + Active + F2340 + L2340 + 2340@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + 416 + 60 + + + + + 12309 + 899 + 11 + 90CI010052 + 2020-08-01 + 2025-07-31 + CI + Otoe Missouria Tribe + Active + F47779 + L47779 + 47779@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + 40 + + + + + + 12310 + 1445 + 11 + 90CI010051 + 2020-08-01 + 2025-07-31 + CI + Bishop Indian Headstart Program + Active + F39730 + L39730 + 39730@hsesinfo.org + F45305 + L45305 + 45305@hsesinfo.org + 60 + + + + + + 12314 + 1174 + 4 + 04CH011797 + 2020-08-01 + 2025-07-31 + CH + McIntosh Trail Early Childhood Development Council, Inc., The + Active + F2001 + L2001 + 2001@hsesinfo.org + F11756 + L11756 + 11756@hsesinfo.org + 294 + 136 + + + + + 12315 + 1358 + 12 + 90CM009850 + 2020-09-01 + 2025-08-31 + CM + Chicanos por la Causa, Inc. + Active + F3537 + L3537 + 3537@hsesinfo.org + F39971 + L39971 + 39971@hsesinfo.org + 840 + + + + + + 12316 + 7640 + 8 + 08CH011794 + 2020-09-01 + 2025-08-31 + CH + Wild Plum Center for Young Children and Families + Active + F3064 + L3064 + 3064@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + 155 + 68 + + + + + 12317 + 1391 + 5 + 05CH011694 + 2020-09-01 + 2025-08-31 + CH + Two Rivers Head Start Agency + Active + F3061 + L3061 + 3061@hsesinfo.org + F31147 + L31147 + 31147@hsesinfo.org + 241 + + + + + + 12318 + 7595 + 5 + 05CH011765 + 2020-09-01 + 2025-08-31 + CH + YWCA Metropolitan Chicago + Active + F42090 + L42090 + 42090@hsesinfo.org + F24149 + L24149 + 24149@hsesinfo.org + 180 + + + + + + 12319 + 551 + 5 + 05CH011731 + 2020-09-01 + 2025-08-31 + CH + Children's Home & Aid Society of Illinois + Active + F14214 + L14214 + 14214@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + 37 + 262 + + + + + 12321 + 7249 + 4 + 04HP000430 + 2020-09-01 + 2025-08-31 + HP + Cleveland County Partnership for Children, Inc. + Active + F13510 + L13510 + 13510@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + + 144 + + + + + 12322 + 766 + 7 + 07CH011799 + 2020-09-01 + 2025-08-31 + CH + Ozarks Area Community Action Corporation + Active + F48871 + L48871 + 48871@hsesinfo.org + F15302 + L15302 + 15302@hsesinfo.org + 656 + 174 + + + + + 12324 + 710 + 12 + 90CM009852 + 2020-09-01 + 2025-08-31 + CM + Community Action Council for Lexington-Fayette, Bourbon, Harrison and Nicholas Counties + Active + F15738 + L15738 + 15738@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + 229 + + + + + + 12325 + 7221 + 4 + 04HP000423 + 2020-09-01 + 2025-08-31 + HP + Child Care Resources, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + + 200 + + + + + 12326 + 1502 + 4 + 04CH011743 + 2020-09-01 + 2025-08-31 + CH + Franklin-Vance-Warren Opportunity, Inc. + Active + F33579 + L33579 + 33579@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + 384 + 16 + + + + + 12327 + 561 + 4 + 04CH011750 + 2020-09-01 + 2025-08-31 + CH + Beaufort Jasper Economic Opportunity Commission, Inc. + Active + F33579 + L33579 + 33579@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + 439 + 120 + + + + + 12328 + 550 + 11 + 90BF000009 + 2020-08-01 + 2025-07-31 + BF + Oglala Lakota College + Active + F3537 + L3537 + 3537@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + 591 + + + + + + 12329 + 7217 + 4 + 04HP000427 + 2020-09-01 + 2025-08-31 + HP + Lancaster County First Steps to School Readiness Partnership + Active + F46251 + L46251 + 46251@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + + 72 + + + + + 12330 + 486 + 12 + 90CM009851 + 2020-09-01 + 2025-08-31 + CM + Community Action Partnership of San Luis Obispo County, Inc. + Active + F15738 + L15738 + 15738@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + 1984 + 162 + + + + + 12337 + 169 + 7 + 07CH011804 + 2020-09-01 + 2025-08-31 + CH + Missouri Valley Community Action Agency + Active + F49091 + L49091 + 49091@hsesinfo.org + F30955 + L30955 + 30955@hsesinfo.org + 431 + 41 + + + + + 12339 + 349 + 2 + 02CH011800 + 2020-09-01 + 2025-08-31 + CH + Ironbound Community Corporation + Active + F2340 + L2340 + 2340@hsesinfo.org + F48564 + L48564 + 48564@hsesinfo.org + 80 + + + + + + 12340 + 7198 + 7 + 07HP000436 + 2020-09-01 + 2025-08-31 + HP + Nebraska Early Childhood Collaborative + Active + F49091 + L49091 + 49091@hsesinfo.org + F13558 + L13558 + 13558@hsesinfo.org + + 176 + + + + + 12341 + 1952 + 2 + 02CH011801 + 2020-09-01 + 2025-08-31 + CH + New Square Community Improvement Council, Inc. + Active + F2335 + L2335 + 2335@hsesinfo.org + F48300 + L48300 + 48300@hsesinfo.org + + 135 + + + + + 12342 + 1394 + 10 + 10CH011805 + 2020-09-01 + 2025-08-31 + CH + Malheur County Child Development Center + Active + F48537 + L48537 + 48537@hsesinfo.org + F2418 + L2418 + 2418@hsesinfo.org + 99 + 20 + 43 + + + + 12343 + 793 + 3 + 03CH011809 + 2020-09-01 + 2025-08-31 + CH + Seton Hill Child Services, Inc. + Active + F46529 + L46529 + 46529@hsesinfo.org + F2372 + L2372 + 2372@hsesinfo.org + + 75 + + + + + 12344 + 1591 + 10 + 10CH011798 + 2020-09-01 + 2025-08-31 + CH + Walla Walla School District #140 + Active + F47078 + L47078 + 47078@hsesinfo.org + F47540 + L47540 + 47540@hsesinfo.org + 136 + + + + + + 12345 + 1084 + 7 + 07CH011803 + 2020-09-01 + 2025-08-31 + CH + Community Action of Southeast Iowa + Active + F2256 + L2256 + 2256@hsesinfo.org + F34010 + L34010 + 34010@hsesinfo.org + 264 + 70 + + + + + 12346 + 801 + 3 + 03CH011808 + 2020-09-01 + 2025-08-31 + CH + The Campagna Center, Inc. + Active + F14907 + L14907 + 14907@hsesinfo.org + F44251 + L44251 + 44251@hsesinfo.org + + 108 + + + + + 12347 + 634 + 9 + 09CH011802 + 2020-09-01 + 2025-08-31 + CH + Young Men's Christian Association of the East Bay + Active + F47463 + L47463 + 47463@hsesinfo.org + F14124 + L14124 + 14124@hsesinfo.org + 234 + 134 + + + + + 12348 + 395 + 4 + 04HP000428 + 2020-09-01 + 2025-08-30 + HP + Chattanooga, City of + Active + F2001 + L2001 + 2001@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + + 134 + + + + + 12349 + 1245 + 4 + 04HP000425 + 2020-09-01 + 2025-08-31 + HP + First Steps of Spartanburg County + Active + F2065 + L2065 + 2065@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + + 80 + + + + + 12352 + 448 + 4 + 04CH011753 + 2020-09-01 + 2025-08-31 + CH + Coastal Community Action, Inc. + Active + F46632 + L46632 + 46632@hsesinfo.org + F42900 + L42900 + 42900@hsesinfo.org + 617 + 142 + + + + + 12371 + 511 + 5 + 05CH011796 + 2020-09-01 + 2025-08-31 + CH + Blue Water Community Action + Active + F49521 + L49521 + 49521@hsesinfo.org + F49668 + L49668 + 49668@hsesinfo.org + 278 + 114 + 48 + + + + 12373 + 690 + 5 + 05CH011812 + 2020-09-01 + 2025-08-31 + CH + Howard Area Community Center + Active + F49521 + L49521 + 49521@hsesinfo.org + F47912 + L47912 + 47912@hsesinfo.org + + 48 + + + + + 12374 + 1691 + 2 + 02HP000437 + 2020-09-01 + 2025-08-31 + HP + Centro de Desarrollo Familiar SHS Diocesis de Mayaguez + Active + F2342 + L2342 + 2342@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + 100 + + + + + 12375 + 1348 + 4 + 04CH011817 + 2020-09-01 + 2025-08-31 + CH + YMCA/Early Childhood Development Co., LLC. + Active + F2001 + L2001 + 2001@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + 202 + 48 + + + + + 12376 + 844 + 11 + 90CI010054 + 2020-09-01 + 2025-08-31 + CI + Passamaquoddy Child Development Center + Active + F47779 + L47779 + 47779@hsesinfo.org + F3533 + L3533 + 3533@hsesinfo.org + 20 + + + + + + 12377 + 1063 + 5 + 05CH011795 + 2020-09-01 + 2025-08-31 + CH + Kankakee School District 111 + Active + F42090 + L42090 + 42090@hsesinfo.org + F2130 + L2130 + 2130@hsesinfo.org + 383 + + + + + + 12382 + 1801 + 4 + 04CH011813 + 2020-09-01 + 2025-08-31 + CH + Florida State University + Active + F13510 + L13510 + 13510@hsesinfo.org + F46450 + L46450 + 46450@hsesinfo.org + + 68 + + + + + 12383 + 794 + 12 + 90CM009853 + 2020-09-01 + 2025-07-31 + CM + Great Lakes Community Action Partnership + Active + F3537 + L3537 + 3537@hsesinfo.org + F3030 + L3030 + 3030@hsesinfo.org + 324 + + + + + + 12400 + 581 + 5 + 05CH011819 + 2020-09-01 + 2025-08-31 + CH + Chicago Commons Association + Active + F44271 + L44271 + 44271@hsesinfo.org + F2121 + L2121 + 2121@hsesinfo.org + + 129 + + + + + 12401 + 1745 + 2 + 02HP000438 + 2020-09-01 + 2025-08-31 + HP + Quintana Baptist Church Head Start Program + Active + F2342 + L2342 + 2342@hsesinfo.org + F16073 + L16073 + 16073@hsesinfo.org + + 112 + + + + + 12402 + 264 + 8 + 08CH011818 + 2020-09-01 + 2025-08-31 + CH + Absaroka Head Start + Active + F3032 + L3032 + 3032@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + 256 + 44 + + + + + 12403 + 992 + 4 + 04CH011816 + 2020-09-01 + 2025-08-31 + CH + Wateree Community Action, Inc. + Active + F48070 + L48070 + 48070@hsesinfo.org + F2075 + L2075 + 2075@hsesinfo.org + + 80 + + + + + 12404 + 3421 + 4 + 04CH011814 + 2020-09-01 + 2025-08-31 + CH + Easter Seals North Georgia, Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F2006 + L2006 + 2006@hsesinfo.org + 421 + 128 + + + + + 12405 + 289 + 11 + 90CI010053 + 2020-08-01 + 2025-07-31 + CI + Menominee Indian Tribe of Wisconsin + Active + F47779 + L47779 + 47779@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + 179 + 66 + + + + + 12406 + 1205 + 11 + 90HI000035 + 2020-09-01 + 2025-08-31 + HI + Rosebud Sioux Tribe + Active + F47779 + L47779 + 47779@hsesinfo.org + F3534 + L3534 + 3534@hsesinfo.org + + 88 + + + + + 12407 + 1611 + 11 + 90HI000037 + 2020-09-01 + 2025-08-31 + HI + Kawerak, Inc. + Active + F25722 + L25722 + 25722@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + 40 + + + + + 12408 + 719 + 11 + 90CI010056 + 2020-09-01 + 2025-08-31 + CI + Cocopah Indian Tribe + Active + F33086 + L33086 + 33086@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + 20 + + + + + + 12409 + 141 + 11 + 90HI000036 + 2020-09-01 + 2025-08-31 + HI + Metlakatla Indian Community + Active + F39730 + L39730 + 39730@hsesinfo.org + F3503 + L3503 + 3503@hsesinfo.org + + 40 + + + + + 12411 + 1872 + 4 + 04CH011815 + 2020-09-01 + 2025-08-31 + CH + Children's Bureau Inc. dba Porter-Leath + Active + F13510 + L13510 + 13510@hsesinfo.org + F24442 + L24442 + 24442@hsesinfo.org + + 87 + + + + + 12414 + 7739 + 1 + 01CH011820 + 2020-09-01 + 2025-08-31 + CH + Cape Cod YMCA + Active + F14152 + L14152 + 14152@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + 74 + 48 + + + + + 12428 + 257 + 11 + 90CI010055 + 2020-09-01 + 2025-08-31 + CI + St. Croix Chippewa Indians Of Wisconsin + Active + F25722 + L25722 + 25722@hsesinfo.org + F36267 + L36267 + 36267@hsesinfo.org + 34 + + + + + + 12437 + 504 + 11 + 90CI010057 + 2020-09-01 + 2025-08-31 + CI + Santo Domingo Tribe- Kewa Health Outreach Program + Active + F33086 + L33086 + 33086@hsesinfo.org + F3543 + L3543 + 3543@hsesinfo.org + 120 + 94 + + + + + 12446 + 7502 + 6 + 06CH011822 + 2020-09-30 + 2025-09-29 + CH + Prime Time Family Reading + Active + F2179 + L2179 + 2179@hsesinfo.org + F2200 + L2200 + 2200@hsesinfo.org + 643 + 104 + + + + + 12449 + 7747 + 6 + 06CH011823 + 2020-09-30 + 2025-09-29 + CH + St. Martin Parish School Board + Active + F2179 + L2179 + 2179@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + 312 + 104 + + + + + 12469 + 1358 + 12 + 90CM009857 + 2020-11-01 + 2025-10-31 + CM + Chicanos por la Causa, Inc. + Active + F3537 + L3537 + 3537@hsesinfo.org + F39971 + L39971 + 39971@hsesinfo.org + 1026 + + + + + + 12470 + 245 + 12 + 90CM009855 + 2020-11-01 + 2025-03-31 + CM + Centro de la Familia de Utah + Active + F39730 + L39730 + 39730@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + 186 + 0 + + + + + 12471 + 701 + 12 + 90CM009854 + 2020-11-01 + 2025-03-31 + CM + UMOS, Inc. + Active + F15738 + L15738 + 15738@hsesinfo.org + F3028 + L3028 + 3028@hsesinfo.org + 1883 + 0 + + + + + 12472 + 1024 + 7 + 07CH011832 + 2020-11-01 + 2025-10-31 + CH + Douglas County School District 0001 + Active + F48871 + L48871 + 48871@hsesinfo.org + F13558 + L13558 + 13558@hsesinfo.org + 747 + 152 + + + + + 12473 + 1102 + 7 + 07CH011835 + 2020-11-01 + 2025-10-31 + CH + Topeka Unified School District #501 + Active + F49091 + L49091 + 49091@hsesinfo.org + F45048 + L45048 + 45048@hsesinfo.org + 217 + + + + + + 12474 + 1623 + 11 + 90CI010058 + 2020-11-01 + 2025-10-31 + CI + Tolowa Dee-Ni Nation + Active + F33086 + L33086 + 33086@hsesinfo.org + F42301 + L42301 + 42301@hsesinfo.org + + + + + + + 12475 + 665 + 9 + 09CH011831 + 2020-11-01 + 2025-10-31 + CH + University of Southern California + Active + F47463 + L47463 + 47463@hsesinfo.org + F14141 + L14141 + 14141@hsesinfo.org + 333 + 164 + + + + + 12476 + 892 + 12 + 90CM009856 + 2020-11-01 + 2025-10-31 + CM + East Coast Migrant Head Start Project + Active + F3537 + L3537 + 3537@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + 236 + + + + + + 12477 + 492 + 1 + 01CH011830 + 2020-11-01 + 2025-10-31 + CH + Self-Help Incorporated + Active + F2300 + L2300 + 2300@hsesinfo.org + F25866 + L25866 + 25866@hsesinfo.org + 687 + + + + + + 12478 + 1333 + 1 + 01CH011836 + 2020-11-01 + 2025-10-31 + CH + People Acting In Community Endeavors + Active + F42223 + L42223 + 42223@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + 254 + 10 + + + + + 12479 + 1384 + 2 + 02CH011837 + 2020-11-01 + 2025-10-31 + CH + Centro de Fortalecimiento Familiar, ESCAPE + Active + F42299 + L42299 + 42299@hsesinfo.org + F2329 + L2329 + 2329@hsesinfo.org + + 81 + + + + + 12480 + 743 + 1 + 01CH011833 + 2020-11-01 + 2025-10-31 + CH + Making Opportunity Count, Inc. + Active + F42223 + L42223 + 42223@hsesinfo.org + F15627 + L15627 + 15627@hsesinfo.org + 387 + 18 + + + + + 12481 + 1539 + 8 + 08CH011827 + 2020-11-01 + 2025-10-31 + CH + Carbon County Child Development Programs, Inc. + Active + F3032 + L3032 + 3032@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + 80 + + + + + + 12482 + 410 + 10 + 10CH011839 + 2020-11-01 + 2025-10-31 + CH + Olympic Educational Service District 114 + Active + F43149 + L43149 + 43149@hsesinfo.org + F47540 + L47540 + 47540@hsesinfo.org + 123 + 164 + + + + + 12483 + 861 + 1 + 01CH011847 + 2020-11-01 + 2025-10-31 + CH + Community Teamwork, Inc. + Active + F47611 + L47611 + 47611@hsesinfo.org + F28233 + L28233 + 28233@hsesinfo.org + 467 + 110 + + + + + 12484 + 1526 + 5 + 05CH011850 + 2020-11-01 + 2025-10-31 + CH + Coshocton County Head Start + Active + F2088 + L2088 + 2088@hsesinfo.org + F49668 + L49668 + 49668@hsesinfo.org + 146 + 56 + + + + + 12485 + 711 + 5 + 05CH011855 + 2020-11-01 + 2025-10-31 + CH + Ohio Valley Opportunities, Inc. + Active + F13544 + L13544 + 13544@hsesinfo.org + F43726 + L43726 + 43726@hsesinfo.org + 192 + + + + + + 12486 + 1411 + 2 + 02CH011843 + 2020-11-01 + 2025-10-31 + CH + Acelero, Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F2359 + L2359 + 2359@hsesinfo.org + 1642 + 128 + + + + + 12487 + 773 + 8 + 08CH011854 + 2020-11-01 + 2025-10-31 + CH + Adams County + Active + F3064 + L3064 + 3064@hsesinfo.org + F200 + L200 + 200@hsesinfo.org + 256 + + + + + + 12488 + 1066 + 5 + 05CH011851 + 2020-11-01 + 2025-10-31 + CH + Highland County Community Action Organization, Inc. + Active + F48866 + L48866 + 48866@hsesinfo.org + F33449 + L33449 + 33449@hsesinfo.org + 171 + 72 + + + + + 12489 + 1482 + 5 + 05CH011849 + 2020-11-01 + 2025-10-31 + CH + Sheboygan Human Rights Association, Inc. + Active + F2088 + L2088 + 2088@hsesinfo.org + F48776 + L48776 + 48776@hsesinfo.org + 160 + 12 + + + + + 12490 + 650 + 6 + 06CH011845 + 2020-11-01 + 2025-10-31 + CH + United Community Action Program, Inc. + Active + F2179 + L2179 + 2179@hsesinfo.org + F2203 + L2203 + 2203@hsesinfo.org + + + + + + + 12491 + 873 + 5 + 05CH011859 + 2020-11-01 + 2025-10-31 + CH + Southwestern Wisconsin Community Action Program + Active + F42090 + L42090 + 42090@hsesinfo.org + F2087 + L2087 + 2087@hsesinfo.org + 145 + 74 + + 12 + + + 12492 + 1075 + 10 + 10CH011852 + 2020-11-01 + 2025-10-31 + CH + Educational Service District 113 + Active + F43149 + L43149 + 43149@hsesinfo.org + F45312 + L45312 + 45312@hsesinfo.org + 430 + + + + + + 12493 + 356 + 4 + 04CH011824 + 2020-11-01 + 2025-10-31 + CH + Nash-Edgecombe Counties Economic Development, Inc. + Active + F2065 + L2065 + 2065@hsesinfo.org + F48069 + L48069 + 48069@hsesinfo.org + + + + + + + 12494 + 258 + 5 + 05CH011838 + 2020-11-01 + 2025-10-31 + CH + Anoka County Community Action Program, Inc. + Active + F3061 + L3061 + 3061@hsesinfo.org + F13520 + L13520 + 13520@hsesinfo.org + 431 + 60 + 107 + 16 + + + 12495 + 1829 + 1 + 01CH011841 + 2020-11-01 + 2025-10-31 + CH + EdAdvance + Active + F14152 + L14152 + 14152@hsesinfo.org + F15592 + L15592 + 15592@hsesinfo.org + 191 + 32 + + + + + 12496 + 871 + 8 + 08CH011828 + 2020-11-01 + 2025-10-31 + CH + Thompson School District R2J + Active + F3032 + L3032 + 3032@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + 139 + + + + + + 12497 + 828 + 8 + 08CH011826 + 2020-11-01 + 2025-10-31 + CH + Poudre School District #1 + Active + F47409 + L47409 + 47409@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + 275 + 108 + + + + + 12498 + 1411 + 9 + 09CH011846 + 2020-11-01 + 2025-10-31 + CH + Acelero, Inc. + Active + F2334 + L2334 + 2334@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + 1384 + + + + + + 12499 + 7214 + 6 + 06CH011848 + 2020-11-01 + 2025-10-31 + CH + Kingsley House, Inc. + Active + F45391 + L45391 + 45391@hsesinfo.org + F26305 + L26305 + 26305@hsesinfo.org + + + + + + + 12500 + 1104 + 5 + 05CH011844 + 2020-11-01 + 2025-10-31 + CH + Gogebic-Ontonagon Community Action Agency + Active + F49521 + L49521 + 49521@hsesinfo.org + F2142 + L2142 + 2142@hsesinfo.org + 85 + 30 + + + + + 12501 + 1662 + 8 + 08CH011829 + 2020-11-01 + 2025-10-31 + CH + Laramie Child Development Corporation + Active + F47409 + L47409 + 47409@hsesinfo.org + F40923 + L40923 + 40923@hsesinfo.org + 75 + + + + + + 12502 + 1451 + 8 + 08CH011853 + 2020-11-01 + 2025-10-31 + CH + Community Partnership for Child Development + Active + F3032 + L3032 + 3032@hsesinfo.org + F3041 + L3041 + 3041@hsesinfo.org + 945 + 191 + + + + + 12503 + 1524 + 4 + 04CH011840 + 2020-11-01 + 2025-10-31 + CH + Clarksville-Montgomery County Community Action Agy + Active + F13740 + L13740 + 13740@hsesinfo.org + F43888 + L43888 + 43888@hsesinfo.org + + + + + + + 12504 + 1348 + 4 + 04CH011825 + 2020-11-01 + 2025-10-31 + CH + YMCA/Early Childhood Development Co., LLC. + Active + F2001 + L2001 + 2001@hsesinfo.org + F48242 + L48242 + 48242@hsesinfo.org + + + + + + + 12505 + 1883 + 2 + 02CH011858 + 2020-12-01 + 2025-11-30 + CH + Associated Beth Rivkah Schools + Active + F2335 + L2335 + 2335@hsesinfo.org + F48564 + L48564 + 48564@hsesinfo.org + + + + + + + 12506 + 960 + 4 + 04CH011842 + 2020-10-01 + 2025-09-30 + CH + Mid Florida Community Services, Inc. + Active + F13510 + L13510 + 13510@hsesinfo.org + F2078 + L2078 + 2078@hsesinfo.org + + + + + + + 12507 + 1694 + 2 + 02CH011860 + 2020-12-01 + 2025-11-30 + CH + Warren County Head Start, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F44893 + L44893 + 44893@hsesinfo.org + + + + + + + 12508 + 1937 + 4 + 04CH011856 + 2020-10-01 + 2025-09-30 + CH + Episcopal Children's Services + Active + F48070 + L48070 + 48070@hsesinfo.org + F2016 + L2016 + 2016@hsesinfo.org + + + + + + + 12509 + 524 + 4 + 04CH011834 + 2020-10-01 + 2025-09-30 + CH + Orange, County Of + Active + F33579 + L33579 + 33579@hsesinfo.org + F29754 + L29754 + 29754@hsesinfo.org + + + + + + + 12510 + 1126 + 9 + 09CH011864 + 2020-12-01 + 2025-11-30 + CH + Community Action Commission Of Santa Barbara County + Active + F37822 + L37822 + 37822@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + + + + + + 12511 + 7305 + 6 + 06CH011861 + 2020-12-01 + 2025-11-30 + CH + Kids Are First, Inc + Active + F45391 + L45391 + 45391@hsesinfo.org + F44340 + L44340 + 44340@hsesinfo.org + + + + + + + 12512 + 414 + 9 + 09CH011866 + 2020-12-01 + 2025-11-30 + CH + The Resource Connection + Active + F2334 + L2334 + 2334@hsesinfo.org + F4001 + L4001 + 4001@hsesinfo.org + + + + + + + 12513 + 1134 + 4 + 04CH011865 + 2020-11-01 + 2025-10-31 + CH + Big Sandy Area Community Action Program, Inc. + Active + F13510 + L13510 + 13510@hsesinfo.org + F43580 + L43580 + 43580@hsesinfo.org + + + + + + + 12514 + 1397 + 6 + 06CH011867 + 2020-12-01 + 2025-11-30 + CH + Quad Area Community Action Agency, Inc. + Active + F45654 + L45654 + 45654@hsesinfo.org + F2212 + L2212 + 2212@hsesinfo.org + + + + + + + 12515 + 1492 + 10 + 10CH011863 + 2020-12-01 + 2025-11-30 + CH + Inspire Development Centers + Active + F43149 + L43149 + 43149@hsesinfo.org + F45312 + L45312 + 45312@hsesinfo.org + 192 + 160 + + + + + 12516 + 1492 + 10 + 10CH011862 + 2020-12-01 + 2025-11-30 + CH + Inspire Development Centers + Active + F43149 + L43149 + 43149@hsesinfo.org + F45312 + L45312 + 45312@hsesinfo.org + 218 + + + + + + 12517 + 1926 + 6 + 06CH011868 + 2021-01-01 + 2025-12-31 + CH + Detroit Independent School District + Active + F43271 + L43271 + 43271@hsesinfo.org + F2207 + L2207 + 2207@hsesinfo.org + + + + + + + 12518 + 1582 + 3 + 03CH011870 + 2020-12-01 + 2025-11-30 + CH + Buchanan County Head Start + Active + F46529 + L46529 + 46529@hsesinfo.org + F44251 + L44251 + 44251@hsesinfo.org + 132 + + + + + + 12520 + 343 + 6 + 06CH011869 + 2020-12-01 + 2025-11-30 + CH + Swisher County + Active + F45391 + L45391 + 45391@hsesinfo.org + F2067 + L2067 + 2067@hsesinfo.org + + + + + + + 12521 + 1574 + 2 + 02CH011872 + 2020-12-01 + 2021-06-30 + CH + L. I. Child & Family Development Services, Inc. + Active + F32488 + L32488 + 32488@hsesinfo.org + F2350 + L2350 + 2350@hsesinfo.org + 1456 + 172 + + + + + 12522 + 347 + 7 + 07CH011879 + 2021-01-01 + 2025-12-31 + CH + HAWKEYE AREA COMMUNITY ACTION PROGRAM, INC + Active + F45391 + L45391 + 45391@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + + + + + + + 12523 + 367 + 7 + 07CH011877 + 2020-12-01 + 2025-11-30 + CH + SOUTHERN IOWA ECONOMIC DEVELOPMENT ASSOCIATION + Active + F2256 + L2256 + 2256@hsesinfo.org + F240 + L240 + 240@hsesinfo.org + + + + + + + 12524 + 1278 + 1 + 01CH011875 + 2020-12-01 + 2025-11-30 + CH + Downeast Community Partners + Active + F14152 + L14152 + 14152@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 12525 + 300 + 1 + 01CH011874 + 2020-12-01 + 2025-11-30 + CH + SOUTH MIDDLESEX OPPORTUNITY COUNCIL + Active + F42223 + L42223 + 42223@hsesinfo.org + F2295 + L2295 + 2295@hsesinfo.org + + + + + + + 12526 + 318 + 1 + 01CH011873 + 2020-12-01 + 2025-11-30 + CH + Tri-County Community Action Agency + Active + F42223 + L42223 + 42223@hsesinfo.org + F229 + L229 + 229@hsesinfo.org + + + + + + + 12527 + 523 + 6 + 06CH011878 + 2020-12-01 + 2025-11-30 + CH + Motivation Education & Training, Inc. + Active + F23929 + L23929 + 23929@hsesinfo.org + F15877 + L15877 + 15877@hsesinfo.org + + + + + + + 12528 + 1492 + 12 + 90CM009858 + 2020-12-01 + 2025-11-30 + CM + Inspire Development Centers + Active + F15738 + L15738 + 15738@hsesinfo.org + F3031 + L3031 + 3031@hsesinfo.org + + + + + + + 12529 + 1590 + 10 + 10CH011871 + 2021-01-01 + 2025-12-31 + CH + Lewis-Clark Early Childhood Program + Active + F47078 + L47078 + 47078@hsesinfo.org + F46991 + L46991 + 46991@hsesinfo.org + + + + + + diff --git a/temp/grant_award_replacement.xml b/temp/grant_award_replacement.xml new file mode 100644 index 0000000000..6a2087a2cf --- /dev/null +++ b/temp/grant_award_replacement.xml @@ -0,0 +1,18092 @@ + + + 7069 + 7811 + 12-01-2013 + DRS Non-Competitive Continuation + + + 6180 + 7787 + 01-01-2014 + DRS Non-Competitive Continuation + + + 5453 + 9158 + 07-01-2015 + DRS Non-Competitive Continuation + + + 9301 + 12234 + 08-01-2020 + DRS Non-Competitive Continuation + + + 8777 + 11102 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8907 + 11103 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8781 + 11105 + 08-01-2019 + DRS Non-Competitive Continuation + + + 7770 + 11107 + 08-01-2019 + DRS Competitive Continuation + + + 8789 + 11101 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8717 + 11104 + 08-01-2019 + DRS Non-Competitive Continuation + + + 5136 + 8323 + 08-01-2014 + DRS Non-Competitive Continuation + + + 8744 + 11108 + 08-01-2019 + DRS Non-Competitive Continuation + + + 9346 + 12244 + 08-01-2020 + DRS Non-Competitive Continuation + + + 8342 + 12237 + 08-01-2020 + DRS Competitive Continuation + + + 8309 + 12238 + 08-01-2020 + DRS Competitive Continuation + + + 9327 + 12236 + 08-01-2020 + DRS Non-Competitive Continuation + + + 9158 + 12162 + 07-01-2020 + DRS Competitive Continuation + + + 5876 + 7867 + 03-01-2014 + DRS Non-Competitive Continuation + + + 9339 + 12245 + 08-01-2020 + DRS Non-Competitive Continuation + + + 5113 + 8167 + 07-01-2014 + DRS Competitive Continuation + + + 4522 + 8309 + 08-01-2014 + DRS Non-Competitive Continuation + + + 4235 + 9333 + 08-01-2015 + DRS Non-Competitive Continuation + + + 8778 + 11114 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8807 + 11115 + 08-01-2019 + DRS Non-Competitive Continuation + + + 7601 + 11111 + 09-01-2019 + DRS Competitive Continuation + + + 2634 + 11113 + 08-01-2019 + DRS Non-Competitive Continuation + + + 9305 + 12247 + 08-01-2020 + DRS Non-Competitive Continuation + + + 9333 + 12248 + 08-01-2020 + DRS Non-Competitive Continuation + + + 10271 + 12249 + 08-01-2020 + DRS Competitive Continuation + + + 8786 + 12252 + 08-01-2020 + DRS Competitive Continuation + + + 9328 + 12250 + 08-01-2020 + DRS Non-Competitive Continuation + + + 2644 + 11112 + 08-01-2019 + DRS Non-Competitive Continuation + + + 6560 + 7785 + 12-01-2013 + DRS Non-Competitive Continuation + + + 2240 + 7753 + 11-01-2013 + DRS Non-Competitive Continuation + + + 7948 + 10802 + 07-01-2019 + DRS Competitive Continuation + + + 9351 + 12256 + 08-01-2020 + DRS Non-Competitive Continuation + + + 8703 + 11122 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8728 + 11125 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8779 + 11128 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8808 + 11123 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8785 + 11121 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8599 + 11120 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8539 + 11117 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8597 + 11130 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8540 + 11126 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8602 + 11119 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8712 + 11124 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8724 + 11118 + 08-01-2019 + DRS Non-Competitive Continuation + + + 7594 + 11127 + 08-01-2019 + DRS Competitive Continuation + + + 7281 + 11129 + 08-01-2019 + DRS Competitive Continuation + + + 9337 + 12257 + 08-01-2020 + DRS Non-Competitive Continuation + + + 6555 + 8025 + 07-01-2014 + DRS Competitive Continuation + + + 6727 + 7884 + 05-01-2014 + DRS Non-Competitive Continuation + + + 8791 + 10976 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8178 + 10867 + 07-01-2019 + DRS Competitive Continuation + + + 5655 + 8342 + 08-01-2014 + DRS Non-Competitive Continuation + + + 8150 + 10920 + 07-01-2019 + DRS Competitive Continuation + + + 8622 + 11140 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8325 + 11131 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8722 + 11132 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8262 + 10864 + 07-01-2019 + DRS Competitive Continuation + + + 7757 + 10435 + 12-01-2018 + DRS Non-Competitive Continuation + + + 4950 + 7794 + 02-01-2014 + DRS Non-Competitive Continuation + + + 8319 + 11138 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8314 + 11137 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8782 + 11139 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8776 + 11135 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8773 + 11136 + 08-01-2019 + DRS Non-Competitive Continuation + + + 5980 + 8320 + 08-01-2014 + DRS Non-Competitive Continuation + + + 8320 + 11134 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8783 + 11141 + 08-01-2019 + DRS Non-Competitive Continuation + + + 6943 + 7869 + 03-01-2014 + DRS Non-Competitive Continuation + + + 8853 + 11142 + 09-01-2019 + DRS Non-Competitive Continuation + + + 9345 + 12264 + 08-01-2020 + DRS Non-Competitive Continuation + + + 9338 + 12272 + 08-01-2020 + DRS Non-Competitive Continuation + + + 8369 + 12267 + 09-01-2020 + DRS Competitive Continuation + + + 9307 + 12270 + 08-01-2020 + DRS Non-Competitive Continuation + + + 8895 + 12274 + 09-01-2020 + DRS Competitive Continuation + + + 5970 + 9344 + 08-01-2015 + DRS Non-Competitive Continuation + + + 9374 + 12271 + 09-01-2020 + DRS Non-Competitive Continuation + + + 9347 + 12263 + 08-01-2020 + DRS Non-Competitive Continuation + + + 9340 + 12266 + 08-01-2020 + DRS Non-Competitive Continuation + + + 9354 + 12269 + 08-01-2020 + DRS Non-Competitive Continuation + + + 9336 + 12265 + 08-01-2020 + DRS Non-Competitive Continuation + + + 9344 + 12276 + 08-01-2020 + DRS Non-Competitive Continuation + + + 8374 + 12261 + 09-01-2020 + DRS Competitive Continuation + + + 8372 + 12273 + 09-01-2020 + DRS Competitive Continuation + + + 8897 + 12262 + 09-01-2020 + DRS Competitive Continuation + + + 8346 + 12268 + 09-01-2020 + DRS Competitive Continuation + + + 5424 + 7770 + 11-01-2013 + DRS Non-Competitive Continuation + + + 9302 + 12300 + 08-01-2020 + DRS Non-Competitive Continuation + + + 8317 + 12297 + 08-01-2020 + DRS Competitive Continuation + + + 1944 + 8165 + 07-01-2014 + DRS Competitive Continuation + + + 6037 + 7952 + 07-01-2014 + DRS Non-Competitive Continuation + + + 7582 + 10263 + 08-01-2018 + DRS Non-Competitive Continuation + + + 7901 + 10932 + 07-01-2019 + DRS Competitive Continuation + + + 7979 + 10933 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8617 + 12295 + 08-01-2020 + DRS Competitive Continuation + + + 9341 + 12296 + 08-01-2020 + DRS Non-Competitive Continuation + + + 9331 + 12299 + 08-01-2020 + DRS Non-Competitive Continuation + + + 8330 + 11152 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8315 + 12294 + 08-01-2020 + DRS Competitive Continuation + + + 8804 + 11144 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8648 + 11158 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8328 + 11156 + 08-01-2019 + DRS Non-Competitive Continuation + + + 7916 + 11149 + 08-01-2019 + DRS Competitive Continuation + + + 8034 + 10936 + 07-01-2019 + DRS Non-Competitive Continuation + + + 6624 + 7992 + 07-01-2014 + DRS Competitive Continuation + + + 6925 + 7910 + 05-01-2014 + DRS Non-Competitive Continuation + + + 8750 + 11155 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8603 + 11163 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8636 + 11164 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8629 + 11151 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8813 + 11157 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8775 + 11145 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8934 + 11143 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8771 + 11162 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8594 + 11148 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8593 + 11160 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8351 + 11159 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8810 + 11161 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8541 + 11153 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8631 + 11166 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8318 + 11154 + 08-01-2019 + DRS Non-Competitive Continuation + + + 7936 + 11147 + 08-01-2019 + DRS Competitive Continuation + + + 8354 + 11165 + 08-01-2019 + DRS Non-Competitive Continuation + + + 5475 + 8354 + 08-01-2014 + DRS Non-Competitive Continuation + + + 8747 + 11150 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8766 + 11146 + 08-01-2019 + DRS Non-Competitive Continuation + + + 4961 + 7792 + 02-01-2014 + DRS Non-Competitive Continuation + + + 9308 + 12310 + 08-01-2020 + DRS Non-Competitive Continuation + + + 8323 + 12309 + 08-01-2020 + DRS Non-Competitive Continuation + + + 8087 + 10941 + 07-01-2019 + DRS Competitive Continuation + + + 7850 + 11014 + 07-01-2019 + DRS Competitive Continuation + + + 6442 + 7890 + 04-01-2014 + DRS Non-Competitive Continuation + + + 8752 + 11179 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8626 + 11177 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8719 + 11173 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8940 + 11172 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8772 + 11169 + 08-01-2019 + DRS Non-Competitive Continuation + + + 2635 + 11176 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8798 + 11182 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8749 + 11180 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8618 + 11174 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8787 + 11178 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8937 + 11175 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8824 + 11168 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8803 + 11171 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8938 + 11167 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8757 + 11170 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8634 + 11183 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8892 + 12406 + 09-01-2020 + DRS Non-Competitive Continuation + + + 8637 + 11181 + 08-01-2019 + DRS Non-Competitive Continuation + + + 7088 + 7882 + 03-01-2014 + DRS Non-Competitive Continuation + + + 2601 + 10520 + 02-01-2019 + DRS Non-Competitive Continuation + + + 2015 + 8334 + 08-01-2014 + DRS Non-Competitive Continuation + + + 7927 + 12315 + 09-01-2020 + DRS Competitive Continuation + + + 3593 + 8550 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5247 + 9448 + 11-01-2015 + DRS Non-Competitive Continuation + + + 2612 + 10519 + 02-01-2019 + DRS Non-Competitive Continuation + + + 10092 + 12316 + 09-01-2020 + DRS Non-Competitive Continuation + + + 4947 + 8317 + 08-01-2014 + DRS Non-Competitive Continuation + + + 9012 + 12314 + 08-01-2020 + DRS Competitive Continuation + + + 8313 + 12317 + 09-01-2020 + DRS Competitive Continuation + + + 7771 + 10952 + 07-01-2019 + DRS Competitive Continuation + + + 7835 + 10490 + 01-01-2019 + DRS Non-Competitive Continuation + + + 2615 + 10518 + 02-01-2019 + DRS Non-Competitive Continuation + + + 8748 + 11187 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8706 + 11188 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8624 + 11186 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8793 + 11185 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8711 + 11190 + 08-01-2019 + DRS Non-Competitive Continuation + + + 9405 + 12322 + 09-01-2020 + DRS Non-Competitive Continuation + + + 8848 + 11189 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8999 + 12321 + 09-01-2020 + DRS Competitive Continuation + + + 7629 + 11184 + 09-01-2019 + DRS Competitive Continuation + + + 7854 + 10517 + 02-01-2019 + DRS Non-Competitive Continuation + + + 8098 + 10993 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8103 + 10992 + 07-01-2019 + DRS Non-Competitive Continuation + + + 6234 + 7244 + 02-01-2014 + DRS Competitive Continuation + + + 8864 + 11191 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8568 + 10990 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7625 + 10341 + 09-01-2018 + DRS Non-Competitive Continuation + + + 8794 + 11192 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8918 + 12329 + 09-01-2020 + DRS Competitive Continuation + + + 8359 + 12326 + 09-01-2020 + DRS Competitive Continuation + + + 6935 + 8360 + 09-01-2014 + DRS Non-Competitive Continuation + + + 8394 + 12327 + 09-01-2020 + DRS Competitive Continuation + + + 8943 + 12325 + 09-01-2020 + DRS Competitive Continuation + + + 8331 + 11193 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8361 + 11201 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8701 + 11200 + 08-01-2019 + DRS Non-Competitive Continuation + + + 9391 + 12330 + 09-01-2020 + DRS Non-Competitive Continuation + + + 8710 + 11199 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8384 + 11197 + 09-01-2019 + DRS Non-Competitive Continuation + + + 11133 + 12328 + 08-01-2020 + DRS Non-Competitive Continuation + + + 9372 + 12324 + 09-01-2020 + DRS Non-Competitive Continuation + + + 8708 + 11194 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8377 + 11202 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8914 + 11198 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8885 + 11196 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8939 + 11195 + 09-01-2019 + DRS Non-Competitive Continuation + + + 6226 + 7916 + 04-01-2014 + DRS Non-Competitive Continuation + + + 8310 + 11203 + 08-01-2019 + DRS Non-Competitive Continuation + + + 7620 + 11204 + 09-01-2019 + DRS Competitive Continuation + + + 7240 + 10376 + 09-01-2018 + DRS Competitive Continuation + + + 7828 + 11011 + 07-01-2019 + DRS Competitive Continuation + + + 8395 + 11212 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8812 + 11206 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8348 + 11208 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8721 + 11205 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8819 + 11207 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8923 + 11215 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8341 + 11209 + 09-01-2019 + DRS Non-Competitive Continuation + + + 9376 + 12344 + 09-01-2020 + DRS Non-Competitive Continuation + + + 9358 + 12342 + 09-01-2020 + DRS Non-Competitive Continuation + + + 8952 + 11214 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8929 + 11210 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8936 + 11213 + 09-01-2019 + DRS Non-Competitive Continuation + + + 1867 + 9383 + 09-01-2015 + DRS Non-Competitive Continuation + + + 8975 + 11217 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8353 + 11216 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8849 + 11211 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8360 + 12345 + 09-01-2020 + DRS Competitive Continuation + + + 9411 + 12339 + 09-01-2020 + DRS Non-Competitive Continuation + + + 9386 + 12341 + 09-01-2020 + DRS Non-Competitive Continuation + + + 9383 + 12346 + 09-01-2020 + DRS Non-Competitive Continuation + + + 9377 + 12343 + 09-01-2020 + DRS Non-Competitive Continuation + + + 8850 + 12340 + 09-01-2020 + DRS Competitive Continuation + + + 8352 + 12337 + 09-01-2020 + DRS Competitive Continuation + + + 9378 + 12347 + 09-01-2020 + DRS Non-Competitive Continuation + + + 8899 + 12349 + 09-01-2020 + DRS Competitive Continuation + + + 8950 + 12348 + 09-01-2020 + DRS Competitive Continuation + + + 8355 + 12352 + 09-01-2020 + DRS Competitive Continuation + + + 8896 + 11220 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8978 + 11219 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8873 + 11228 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8869 + 11226 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8155 + 11224 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8973 + 11229 + 09-01-2019 + DRS Non-Competitive Continuation + + + 1521 + 8363 + 09-01-2014 + DRS Non-Competitive Continuation + + + 8363 + 11218 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8958 + 11222 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8872 + 11221 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8362 + 11230 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8979 + 11225 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8823 + 11227 + 09-01-2019 + DRS Non-Competitive Continuation + + + 11223 + 12374 + 09-01-2020 + DRS Non-Competitive Continuation + + + 7633 + 10339 + 09-01-2018 + DRS Non-Competitive Continuation + + + 5573 + 9453 + 11-01-2015 + DRS Non-Competitive Continuation + + + 8349 + 11235 + 09-01-2019 + DRS Non-Competitive Continuation + + + 7940 + 10911 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8386 + 11232 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8727 + 11231 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8919 + 11260 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8867 + 11223 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8949 + 11234 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8933 + 11233 + 09-01-2019 + DRS Non-Competitive Continuation + + + 4765 + 9081 + 06-01-2015 + DRS Non-Competitive Continuation + + + 8375 + 11236 + 09-01-2019 + DRS Non-Competitive Continuation + + + 7853 + 10547 + 02-01-2019 + DRS Non-Competitive Continuation + + + 7775 + 10537 + 02-01-2019 + DRS Non-Competitive Continuation + + + 9359 + 12377 + 09-01-2020 + DRS Non-Competitive Continuation + + + 9388 + 12371 + 09-01-2020 + DRS Non-Competitive Continuation + + + 9361 + 12373 + 09-01-2020 + DRS Non-Competitive Continuation + + + 9399 + 12376 + 09-01-2020 + DRS Non-Competitive Continuation + + + 2337 + 8371 + 09-01-2014 + DRS Non-Competitive Continuation + + + 7925 + 10674 + 04-01-2019 + DRS Non-Competitive Continuation + + + 1313 + 10334 + 08-01-2018 + DRS Competitive Continuation + + + 1317 + 10332 + 08-01-2018 + DRS Competitive Continuation + + + 6551 + 8028 + 07-01-2014 + DRS Competitive Continuation + + + 7628 + 10369 + 09-01-2018 + DRS Non-Competitive Continuation + + + 7721 + 10412 + 11-01-2018 + DRS Non-Competitive Continuation + + + 5646 + 7817 + 01-01-2014 + DRS Non-Competitive Continuation + + + 5305 + 7917 + 04-01-2014 + DRS Non-Competitive Continuation + + + 5476 + 8168 + 07-01-2014 + DRS Non-Competitive Continuation + + + 6586 + 9718 + 07-01-2016 + DRS Competitive Continuation + + + 4674 + 7953 + 05-01-2014 + DRS Non-Competitive Continuation + + + 6917 + 9656 + 07-01-2016 + DRS Competitive Continuation + + + 2287 + 9226 + 07-01-2015 + DRS Non-Competitive Continuation + + + 3574 + 9224 + 07-01-2015 + DRS Non-Competitive Continuation + + + 6080 + 8462 + 12-01-2014 + DRS Non-Competitive Continuation + + + 3732 + 8516 + 01-01-2015 + DRS Non-Competitive Continuation + + + 7311 + 8641 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6570 + 8948 + 04-01-2015 + DRS Non-Competitive Continuation + + + 6259 + 8551 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6901 + 9227 + 07-01-2015 + DRS Non-Competitive Continuation + + + 5296 + 9112 + 06-01-2015 + DRS Competitive Continuation + + + 7605 + 10366 + 09-01-2018 + DRS Non-Competitive Continuation + + + 5353 + 8544 + 01-01-2015 + DRS Non-Competitive Continuation + + + 7595 + 10322 + 09-01-2018 + DRS Non-Competitive Continuation + + + 7072 + 7853 + 02-01-2014 + DRS Non-Competitive Continuation + + + 5254 + 7720 + 11-01-2013 + DRS Non-Competitive Continuation + + + 7778 + 10536 + 02-01-2019 + DRS Non-Competitive Continuation + + + 4218 + 8325 + 08-01-2014 + DRS Non-Competitive Continuation + + + 6931 + 8087 + 07-01-2014 + DRS Non-Competitive Continuation + + + 5266 + 8395 + 09-01-2014 + DRS Non-Competitive Continuation + + + 1601 + 8362 + 09-01-2014 + DRS Non-Competitive Continuation + + + 6770 + 7605 + 09-01-2013 + DRS Non-Competitive Continuation + + + 1618 + 7628 + 09-01-2013 + DRS Non-Competitive Continuation + + + 5304 + 8018 + 06-01-2014 + DRS Non-Competitive Continuation + + + 6546 + 8310 + 08-01-2014 + DRS Non-Competitive Continuation + + + 4180 + 8511 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5171 + 9018 + 05-01-2015 + DRS Non-Competitive Continuation + + + 5459 + 9294 + 07-01-2015 + DRS Non-Competitive Continuation + + + 6455 + 8669 + 02-01-2015 + DRS Non-Competitive Continuation + + + 6883 + 8008 + 07-01-2014 + DRS Competitive Continuation + + + 6229 + 8124 + 07-01-2014 + DRS Competitive Continuation + + + 6707 + 8841 + 03-01-2015 + DRS Non-Competitive Continuation + + + 6387 + 9346 + 08-01-2015 + DRS Non-Competitive Continuation + + + 5036 + 9551 + 01-01-2016 + DRS Non-Competitive Continuation + + + 1883 + 9559 + 02-01-2016 + DRS Non-Competitive Continuation + + + 6567 + 9347 + 08-01-2015 + DRS Non-Competitive Continuation + + + 1886 + 9562 + 02-01-2016 + DRS Non-Competitive Continuation + + + 5420 + 7721 + 11-01-2013 + DRS Non-Competitive Continuation + + + 5619 + 9547 + 01-01-2016 + DRS Non-Competitive Continuation + + + 2583 + 10098 + 09-01-2017 + DRS Non-Competitive Continuation + + + 5641 + 7888 + 03-01-2014 + DRS Non-Competitive Continuation + + + 1864 + 7883 + 05-01-2014 + DRS Non-Competitive Continuation + + + 6436 + 7599 + 09-01-2013 + DRS Non-Competitive Continuation + + + 4637 + 9156 + 07-01-2015 + DRS Competitive Continuation + + + 5601 + 9145 + 07-01-2015 + DRS Competitive Continuation + + + 7091 + 8994 + 04-01-2015 + DRS Non-Competitive Continuation + + + 6078 + 8126 + 07-01-2014 + DRS Competitive Continuation + + + 7076 + 9078 + 06-01-2015 + DRS Non-Competitive Continuation + + + 6577 + 7830 + 04-01-2014 + DRS Non-Competitive Continuation + + + 1533 + 9389 + 09-01-2015 + DRS Non-Competitive Continuation + + + 3590 + 9511 + 01-01-2016 + DRS Non-Competitive Continuation + + + 5952 + 7255 + 07-01-2013 + DRS Competitive Continuation + + + 6918 + 7868 + 03-01-2014 + DRS Non-Competitive Continuation + + + 6909 + 9342 + 08-01-2015 + DRS Non-Competitive Continuation + + + 9382 + 12382 + 09-01-2020 + DRS Non-Competitive Continuation + + + 7932 + 10644 + 04-01-2019 + DRS Non-Competitive Continuation + + + 8860 + 11242 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8906 + 11245 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8379 + 11241 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8831 + 11237 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8826 + 11246 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8332 + 11240 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8900 + 11238 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8920 + 11247 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8992 + 11244 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8963 + 11239 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8855 + 11243 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8852 + 11248 + 09-01-2019 + DRS Non-Competitive Continuation + + + 9365 + 12400 + 09-01-2020 + DRS Non-Competitive Continuation + + + 9373 + 12402 + 09-01-2020 + DRS Non-Competitive Continuation + + + 11227 + 12401 + 09-01-2020 + DRS Non-Competitive Continuation + + + 9360 + 12411 + 09-01-2020 + DRS Non-Competitive Continuation + + + 8854 + 11255 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8974 + 11262 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8866 + 11257 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8834 + 11249 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8922 + 11252 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8912 + 11250 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8901 + 12409 + 09-01-2020 + DRS Non-Competitive Continuation + + + 8964 + 11265 + 09-01-2019 + DRS Non-Competitive Continuation + + + 2677 + 11251 + 09-01-2019 + DRS Competitive Continuation + + + 8871 + 11258 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8828 + 11254 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8891 + 11259 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8898 + 11261 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8971 + 11256 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8337 + 12408 + 09-01-2020 + DRS Non-Competitive Continuation + + + 8334 + 12405 + 08-01-2020 + DRS Non-Competitive Continuation + + + 8903 + 12407 + 09-01-2020 + DRS Non-Competitive Continuation + + + 800 + 11253 + 09-01-2019 + DRS Competitive Continuation + + + 8921 + 11263 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8753 + 11264 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8830 + 11268 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8619 + 11267 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8861 + 11275 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8536 + 11269 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8825 + 11274 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8932 + 11273 + 09-01-2019 + DRS Non-Competitive Continuation + + + 7935 + 11272 + 09-01-2019 + DRS Non-Competitive Continuation + + + 7937 + 11271 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8381 + 11270 + 09-01-2019 + DRS Non-Competitive Continuation + + + 7264 + 10239 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7054 + 9007 + 05-01-2015 + DRS Non-Competitive Continuation + + + 6576 + 9277 + 07-01-2015 + DRS Competitive Continuation + + + 8371 + 12428 + 09-01-2020 + DRS Non-Competitive Continuation + + + 7626 + 11287 + 09-01-2019 + DRS Competitive Continuation + + + 8366 + 11286 + 09-01-2019 + DRS Non-Competitive Continuation + + + 6136 + 8369 + 09-01-2014 + DRS Non-Competitive Continuation + + + 8620 + 11279 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8598 + 11277 + 09-01-2019 + DRS Non-Competitive Continuation + + + 7938 + 11281 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8820 + 11280 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8336 + 11278 + 09-01-2019 + DRS Non-Competitive Continuation + + + 2678 + 11291 + 09-01-2019 + DRS Competitive Continuation + + + 8311 + 11284 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8621 + 11289 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8993 + 11276 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8391 + 11283 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8339 + 11290 + 09-30-2019 + DRS Non-Competitive Continuation + + + 8628 + 11288 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8630 + 11285 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8942 + 11282 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8388 + 12437 + 09-01-2020 + DRS Non-Competitive Continuation + + + 2383 + 9271 + 07-01-2015 + DRS Competitive Continuation + + + 10093 + 11295 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8875 + 11296 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8365 + 11293 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8368 + 11305 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8385 + 11300 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8788 + 11301 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8876 + 11298 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8879 + 11299 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8829 + 11297 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8604 + 11294 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8945 + 11292 + 09-01-2019 + DRS Non-Competitive Continuation + + + 7929 + 11302 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8908 + 11304 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8822 + 11303 + 09-01-2019 + DRS Non-Competitive Continuation + + + 7617 + 11307 + 09-01-2019 + DRS Competitive Continuation + + + 8893 + 11314 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8902 + 11316 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8376 + 11308 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8930 + 11310 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8857 + 11309 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8615 + 11319 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8625 + 11317 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8632 + 11315 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8145 + 11318 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8883 + 11320 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8312 + 11313 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8927 + 11324 + 09-01-2019 + DRS Non-Competitive Continuation + + + 7229 + 11088 + 08-01-2019 + DRS Competitive Continuation + + + 8928 + 11321 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8373 + 11312 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8833 + 11322 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8944 + 11323 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8931 + 11325 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8858 + 11326 + 09-01-2019 + DRS Non-Competitive Continuation + + + 6435 + 8043 + 07-01-2014 + DRS Competitive Continuation + + + 5399 + 9445 + 10-01-2015 + DRS Non-Competitive Continuation + + + 6122 + 8266 + 07-01-2014 + DRS Competitive Continuation + + + 9471 + 12480 + 11-01-2020 + DRS Non-Competitive Continuation + + + 9458 + 12479 + 11-01-2020 + DRS Non-Competitive Continuation + + + 9483 + 12475 + 11-01-2020 + DRS Non-Competitive Continuation + + + 8440 + 12474 + 11-01-2020 + DRS Non-Competitive Continuation + + + 5502 + 8337 + 09-01-2014 + DRS Non-Competitive Continuation + + + 8926 + 11353 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8889 + 11330 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8827 + 11329 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8610 + 11332 + 09-01-2019 + DRS Non-Competitive Continuation + + + 4666 + 7827 + 01-01-2014 + DRS Non-Competitive Continuation + + + 8935 + 11337 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8925 + 11333 + 09-01-2019 + DRS Non-Competitive Continuation + + + 7614 + 11331 + 09-01-2019 + DRS Competitive Continuation + + + 7827 + 11328 + 09-01-2019 + DRS Competitive Continuation + + + 8380 + 11357 + 09-01-2019 + DRS Non-Competitive Continuation + + + 7928 + 11354 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8606 + 11327 + 09-01-2019 + DRS Non-Competitive Continuation + + + 9448 + 12478 + 11-01-2020 + DRS Non-Competitive Continuation + + + 9475 + 12472 + 11-01-2020 + DRS Non-Competitive Continuation + + + 9641 + 12473 + 11-01-2020 + DRS Non-Competitive Continuation + + + 10220 + 11355 + 09-01-2019 + DRS Non-Competitive Continuation + + + 9465 + 12483 + 11-01-2020 + DRS Non-Competitive Continuation + + + 8982 + 12486 + 11-01-2020 + DRS Non-Competitive Continuation + + + 8715 + 11356 + 09-01-2019 + DRS Competitive Continuation + + + 9269 + 12499 + 11-01-2020 + DRS Non-Competitive Continuation + + + 9457 + 12494 + 11-01-2020 + DRS Non-Competitive Continuation + + + 9273 + 12500 + 11-01-2020 + DRS Non-Competitive Continuation + + + 9460 + 12489 + 11-01-2020 + DRS Non-Competitive Continuation + + + 9469 + 12484 + 11-01-2020 + DRS Non-Competitive Continuation + + + 9477 + 12488 + 11-01-2020 + DRS Non-Competitive Continuation + + + 9266 + 12485 + 11-01-2020 + DRS Competitive Continuation + + + 8980 + 11363 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8951 + 11367 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8821 + 11359 + 09-01-2019 + DRS Non-Competitive Continuation + + + 9696 + 12491 + 11-01-2020 + DRS Non-Competitive Continuation + + + 7059 + 8097 + 07-01-2014 + DRS Competitive Continuation + + + 8390 + 11362 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8890 + 11360 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8913 + 11361 + 09-01-2019 + DRS Non-Competitive Continuation + + + 9452 + 12481 + 11-01-2020 + DRS Non-Competitive Continuation + + + 9482 + 12490 + 11-01-2020 + DRS Non-Competitive Continuation + + + 9481 + 12487 + 11-01-2020 + DRS Non-Competitive Continuation + + + 8393 + 11366 + 09-01-2019 + DRS Non-Competitive Continuation + + + 10381 + 12498 + 11-01-2020 + DRS Non-Competitive Continuation + + + 6414 + 9692 + 07-01-2016 + DRS Competitive Continuation + + + 8894 + 11365 + 09-01-2019 + DRS Non-Competitive Continuation + + + 9466 + 12482 + 11-01-2020 + DRS Non-Competitive Continuation + + + 9468 + 12492 + 11-01-2020 + DRS Non-Competitive Continuation + + + 5759 + 9477 + 11-01-2015 + DRS Non-Competitive Continuation + + + 5912 + 9481 + 11-01-2015 + DRS Non-Competitive Continuation + + + 5941 + 9468 + 11-01-2015 + DRS Non-Competitive Continuation + + + 9480 + 12502 + 11-01-2020 + DRS Non-Competitive Continuation + + + 9451 + 12504 + 11-01-2020 + DRS Non-Competitive Continuation + + + 9464 + 12497 + 11-01-2020 + DRS Non-Competitive Continuation + + + 9476 + 12496 + 11-01-2020 + DRS Non-Competitive Continuation + + + 9454 + 12501 + 11-01-2020 + DRS Non-Competitive Continuation + + + 9455 + 12503 + 11-01-2020 + DRS Non-Competitive Continuation + + + 9496 + 12505 + 12-01-2020 + DRS Non-Competitive Continuation + + + 9446 + 12506 + 10-01-2020 + DRS Non-Competitive Continuation + + + 8434 + 11417 + 10-01-2019 + DRS Non-Competitive Continuation + + + 9195 + 11418 + 11-01-2019 + DRS Non-Competitive Continuation + + + 8108 + 11482 + 12-01-2019 + DRS Non-Competitive Continuation + + + 7963 + 11424 + 11-01-2019 + DRS Non-Competitive Continuation + + + 8406 + 11428 + 11-01-2019 + DRS Non-Competitive Continuation + + + 8408 + 11421 + 11-01-2019 + DRS Non-Competitive Continuation + + + 7684 + 11422 + 11-01-2019 + DRS Competitive Continuation + + + 8021 + 11420 + 11-01-2019 + DRS Competitive Continuation + + + 8405 + 11426 + 11-01-2019 + DRS Non-Competitive Continuation + + + 7990 + 11423 + 11-01-2019 + DRS Competitive Continuation + + + 7983 + 11427 + 11-01-2019 + DRS Competitive Continuation + + + 2109 + 8405 + 11-01-2014 + DRS Non-Competitive Continuation + + + 8411 + 11425 + 11-01-2019 + DRS Non-Competitive Continuation + + + 8627 + 11439 + 11-01-2019 + DRS Non-Competitive Continuation + + + 7987 + 11437 + 11-01-2019 + DRS Non-Competitive Continuation + + + 7694 + 11443 + 11-01-2019 + DRS Non-Competitive Continuation + + + 8410 + 11438 + 11-01-2019 + DRS Non-Competitive Continuation + + + 1306 + 11442 + 11-01-2019 + DRS Non-Competitive Continuation + + + 8450 + 11440 + 11-01-2019 + DRS Non-Competitive Continuation + + + 7939 + 11441 + 11-01-2019 + DRS Non-Competitive Continuation + + + 8818 + 11455 + 11-01-2019 + DRS Non-Competitive Continuation + + + 8454 + 11444 + 11-01-2019 + DRS Non-Competitive Continuation + + + 8149 + 11453 + 12-01-2019 + DRS Non-Competitive Continuation + + + 8427 + 11446 + 11-01-2019 + DRS Non-Competitive Continuation + + + 8409 + 11449 + 11-01-2019 + DRS Non-Competitive Continuation + + + 9147 + 11463 + 12-01-2019 + DRS Non-Competitive Continuation + + + 8079 + 11445 + 11-01-2019 + DRS Non-Competitive Continuation + + + 8403 + 11447 + 11-01-2019 + DRS Non-Competitive Continuation + + + 9834 + 11448 + 11-01-2019 + DRS Non-Competitive Continuation + + + 8131 + 11452 + 11-01-2019 + DRS Non-Competitive Continuation + + + 8123 + 11457 + 12-01-2019 + DRS Non-Competitive Continuation + + + 7991 + 11458 + 12-01-2019 + DRS Non-Competitive Continuation + + + 8449 + 11459 + 11-01-2019 + DRS Non-Competitive Continuation + + + 8413 + 11456 + 11-01-2019 + DRS Non-Competitive Continuation + + + 8462 + 11454 + 12-01-2019 + DRS Non-Competitive Continuation + + + 8146 + 11460 + 12-01-2019 + DRS Non-Competitive Continuation + + + 8459 + 11462 + 11-01-2019 + DRS Non-Competitive Continuation + + + 8086 + 11470 + 12-01-2019 + DRS Competitive Continuation + + + 8065 + 11472 + 12-01-2019 + DRS Non-Competitive Continuation + + + 8481 + 11471 + 12-01-2019 + DRS Non-Competitive Continuation + + + 7781 + 11473 + 12-01-2019 + DRS Non-Competitive Continuation + + + 8482 + 11461 + 12-01-2019 + DRS Non-Competitive Continuation + + + 8078 + 11485 + 12-01-2019 + DRS Non-Competitive Continuation + + + 8463 + 11478 + 12-01-2019 + DRS Non-Competitive Continuation + + + 8024 + 11486 + 12-01-2019 + DRS Non-Competitive Continuation + + + 8494 + 11479 + 12-01-2019 + DRS Non-Competitive Continuation + + + 8445 + 11480 + 12-01-2019 + DRS Non-Competitive Continuation + + + 8448 + 11481 + 12-01-2019 + DRS Non-Competitive Continuation + + + 8456 + 11483 + 12-01-2019 + DRS Non-Competitive Continuation + + + 9280 + 11487 + 12-01-2019 + DRS Non-Competitive Continuation + + + 8010 + 11502 + 12-01-2019 + DRS Non-Competitive Continuation + + + 8596 + 11512 + 01-01-2020 + DRS Non-Competitive Continuation + + + 7638 + 11503 + 12-01-2019 + DRS Non-Competitive Continuation + + + 8442 + 11501 + 12-01-2019 + DRS Non-Competitive Continuation + + + 8179 + 11516 + 01-01-2020 + DRS Non-Competitive Continuation + + + 7821 + 11523 + 01-01-2020 + DRS Non-Competitive Continuation + + + 9233 + 11518 + 12-01-2019 + DRS Non-Competitive Continuation + + + 8642 + 11519 + 01-01-2020 + DRS Non-Competitive Continuation + + + 7707 + 11527 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8496 + 11522 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8543 + 11526 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8558 + 11520 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8458 + 11521 + 12-01-2019 + DRS Non-Competitive Continuation + + + 8501 + 11517 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8516 + 11524 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8267 + 11525 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8641 + 11528 + 01-01-2020 + DRS Non-Competitive Continuation + + + 5098 + 7977 + 07-01-2014 + DRS Non-Competitive Continuation + + + 6173 + 8566 + 01-01-2015 + DRS Non-Competitive Continuation + + + 8470 + 11538 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8487 + 11571 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8471 + 11531 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8148 + 11537 + 01-01-2020 + DRS Non-Competitive Continuation + + + 9841 + 11532 + 12-01-2019 + DRS Non-Competitive Continuation + + + 8521 + 11536 + 01-01-2020 + DRS Non-Competitive Continuation + + + 6859 + 8521 + 01-01-2015 + DRS Non-Competitive Continuation + + + 8517 + 11535 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8613 + 11533 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8647 + 11534 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8560 + 11557 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8121 + 11553 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8105 + 11550 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8549 + 11555 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8480 + 11549 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8555 + 11545 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8503 + 11544 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8557 + 11546 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8474 + 11548 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8491 + 11551 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8492 + 11558 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8512 + 11554 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8551 + 11556 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8122 + 11543 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8548 + 11552 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8550 + 11547 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8106 + 11562 + 01-01-2020 + DRS Competitive Continuation + + + 8507 + 11574 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8572 + 11567 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8264 + 11561 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8472 + 11564 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8437 + 11560 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8486 + 11573 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8490 + 11570 + 01-01-2020 + DRS Non-Competitive Continuation + + + 5148 + 8562 + 01-01-2015 + DRS Non-Competitive Continuation + + + 8014 + 11565 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8502 + 11569 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8520 + 11572 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8466 + 11577 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8465 + 11566 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8417 + 11563 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8530 + 11576 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8562 + 11568 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8563 + 11575 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8475 + 11582 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8468 + 11585 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8635 + 11583 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8529 + 11579 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8523 + 11584 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8436 + 11580 + 01-01-2020 + DRS Non-Competitive Continuation + + + 3708 + 8524 + 01-01-2015 + DRS Non-Competitive Continuation + + + 8500 + 11581 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8524 + 11578 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8595 + 11597 + 01-01-2020 + DRS Non-Competitive Continuation + + + 9157 + 11590 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8609 + 11606 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8116 + 11599 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8554 + 11601 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8176 + 11594 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8532 + 11607 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8553 + 11595 + 01-01-2020 + DRS Non-Competitive Continuation + + + 7712 + 11592 + 01-01-2020 + DRS Non-Competitive Continuation + + + 5335 + 8553 + 01-01-2015 + DRS Non-Competitive Continuation + + + 8601 + 11591 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8419 + 11598 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8638 + 11605 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8545 + 11603 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8592 + 11600 + 01-01-2020 + DRS Non-Competitive Continuation + + + 7814 + 11593 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8546 + 11602 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8614 + 11596 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8518 + 11616 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8527 + 11613 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8528 + 11618 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8416 + 11624 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8476 + 11611 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8497 + 11610 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8499 + 11609 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8508 + 11612 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8461 + 11608 + 01-01-2020 + DRS Non-Competitive Continuation + + + 7930 + 11621 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8608 + 11620 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8535 + 11623 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8495 + 11614 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8561 + 11625 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8505 + 11626 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8511 + 11622 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8504 + 11615 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8571 + 11619 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8868 + 11617 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8579 + 10908 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8564 + 11628 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8732 + 11652 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8738 + 11653 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8605 + 11657 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8542 + 11627 + 01-01-2020 + DRS Non-Competitive Continuation + + + 8136 + 11661 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8740 + 11660 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8672 + 11659 + 02-01-2020 + DRS Non-Competitive Continuation + + + 7956 + 11658 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8007 + 11669 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8704 + 11670 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8755 + 11672 + 02-01-2020 + DRS Non-Competitive Continuation + + + 7804 + 11668 + 02-01-2020 + DRS Non-Competitive Continuation + + + 7860 + 11667 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8759 + 11671 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8127 + 11664 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8484 + 11665 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8764 + 11666 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8669 + 11663 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8489 + 11662 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8768 + 11682 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8770 + 11685 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8746 + 11688 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8814 + 11686 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8763 + 11689 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8762 + 11684 + 02-01-2020 + DRS Non-Competitive Continuation + + + 9274 + 11687 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8644 + 11683 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8165 + 10812 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8761 + 11693 + 02-01-2020 + DRS Non-Competitive Continuation + + + 9179 + 11692 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8705 + 11698 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8008 + 11699 + 02-01-2020 + DRS Non-Competitive Continuation + + + 8741 + 11691 + 02-01-2020 + DRS Non-Competitive Continuation + + + 7691 + 11416 + 11-01-2019 + DRS Non-Competitive Continuation + + + 5731 + 7286 + 07-01-2013 + DRS Competitive Continuation + + + 7765 + 11715 + 03-01-2020 + DRS Non-Competitive Continuation + + + 8765 + 11717 + 03-01-2020 + DRS Non-Competitive Continuation + + + 8734 + 11704 + 03-01-2020 + DRS Non-Competitive Continuation + + + 8774 + 11711 + 03-01-2020 + DRS Non-Competitive Continuation + + + 8840 + 11712 + 03-01-2020 + DRS Non-Competitive Continuation + + + 8839 + 11709 + 03-01-2020 + DRS Non-Competitive Continuation + + + 4784 + 8840 + 03-01-2015 + DRS Non-Competitive Continuation + + + 8124 + 11713 + 03-01-2020 + DRS Non-Competitive Continuation + + + 2622 + 10076 + 07-01-2017 + DRS Competitive Continuation + + + 7941 + 11716 + 03-01-2020 + DRS Non-Competitive Continuation + + + 8800 + 11718 + 03-01-2020 + DRS Competitive Continuation + + + 8888 + 11710 + 03-01-2020 + DRS Non-Competitive Continuation + + + 8846 + 11705 + 03-01-2020 + DRS Non-Competitive Continuation + + + 8041 + 10854 + 07-01-2019 + DRS Competitive Continuation + + + 6141 + 9013 + 05-01-2015 + DRS Non-Competitive Continuation + + + 6133 + 9201 + 07-01-2015 + DRS Competitive Continuation + + + 7922 + 10856 + 07-01-2019 + DRS Competitive Continuation + + + 2668 + 10549 + 02-01-2019 + DRS Non-Competitive Continuation + + + 6111 + 7825 + 01-01-2014 + DRS Non-Competitive Continuation + + + 8870 + 11732 + 03-01-2020 + DRS Non-Competitive Continuation + + + 8924 + 11728 + 03-01-2020 + DRS Non-Competitive Continuation + + + 8915 + 11733 + 03-01-2020 + DRS Non-Competitive Continuation + + + 8567 + 11731 + 03-01-2020 + DRS Non-Competitive Continuation + + + 8009 + 11727 + 03-01-2020 + DRS Non-Competitive Continuation + + + 8668 + 11729 + 03-01-2020 + DRS Non-Competitive Continuation + + + 8006 + 11730 + 03-01-2020 + DRS Non-Competitive Continuation + + + 8844 + 11735 + 03-01-2020 + DRS Non-Competitive Continuation + + + 8816 + 11734 + 03-01-2020 + DRS Non-Competitive Continuation + + + 8760 + 11736 + 02-01-2020 + DRS Non-Competitive Continuation + + + 6539 + 2606 + 07-01-2013 + DRS Competitive Continuation + + + 8488 + 11740 + 03-01-2020 + DRS Non-Competitive Continuation + + + 8398 + 11768 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8537 + 11770 + 01-01-2020 + DRS Non-Competitive Continuation + + + 5777 + 8265 + 07-01-2014 + DRS Competitive Continuation + + + 8977 + 11769 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8946 + 11764 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8671 + 11766 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8673 + 11767 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8674 + 11765 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8126 + 11748 + 04-01-2020 + DRS Non-Competitive Continuation + + + 9001 + 11749 + 04-01-2020 + DRS Non-Competitive Continuation + + + 7857 + 11784 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8904 + 11783 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8941 + 11785 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8990 + 11786 + 04-01-2020 + DRS Non-Competitive Continuation + + + 9199 + 11798 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8991 + 11800 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8735 + 11799 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8909 + 11801 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8911 + 11797 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8052 + 11796 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8972 + 11794 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8736 + 11793 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8976 + 11792 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8966 + 11795 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8667 + 11043 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8967 + 11806 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8954 + 11805 + 04-01-2020 + DRS Non-Competitive Continuation + + + 5873 + 8967 + 04-01-2015 + DRS Non-Competitive Continuation + + + 8389 + 11816 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8865 + 11813 + 04-01-2020 + DRS Non-Competitive Continuation + + + 9019 + 11814 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8965 + 11815 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8172 + 11812 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8164 + 11807 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8968 + 11804 + 04-01-2020 + DRS Non-Competitive Continuation + + + 5348 + 9020 + 04-01-2015 + DRS Non-Competitive Continuation + + + 9020 + 11823 + 04-01-2020 + DRS Competitive Continuation + + + 8986 + 11824 + 04-01-2020 + DRS Non-Competitive Continuation + + + 9000 + 11830 + 05-01-2020 + DRS Non-Competitive Continuation + + + 7908 + 11831 + 04-01-2020 + DRS Non-Competitive Continuation + + + 8110 + 11835 + 05-01-2020 + DRS Non-Competitive Continuation + + + 8135 + 11836 + 05-01-2020 + DRS Non-Competitive Continuation + + + 8263 + 11834 + 05-01-2020 + DRS Non-Competitive Continuation + + + 9005 + 11833 + 05-01-2020 + DRS Non-Competitive Continuation + + + 9003 + 11856 + 05-01-2020 + DRS Non-Competitive Continuation + + + 9087 + 11855 + 06-01-2020 + DRS Non-Competitive Continuation + + + 8995 + 11857 + 05-01-2020 + DRS Non-Competitive Continuation + + + 8268 + 11859 + 05-01-2020 + DRS Non-Competitive Continuation + + + 8138 + 11852 + 05-01-2020 + DRS Non-Competitive Continuation + + + 8996 + 11854 + 05-01-2020 + DRS Non-Competitive Continuation + + + 9006 + 11858 + 05-01-2020 + DRS Non-Competitive Continuation + + + 8863 + 11853 + 05-01-2020 + DRS Non-Competitive Continuation + + + 8984 + 11862 + 05-01-2020 + DRS Non-Competitive Continuation + + + 8985 + 11864 + 05-01-2020 + DRS Non-Competitive Continuation + + + 9004 + 11863 + 05-01-2020 + DRS Non-Competitive Continuation + + + 8998 + 11866 + 05-01-2020 + DRS Non-Competitive Continuation + + + 6380 + 8987 + 05-01-2015 + DRS Non-Competitive Continuation + + + 6384 + 8984 + 05-01-2015 + DRS Non-Competitive Continuation + + + 7947 + 11861 + 05-01-2020 + DRS Non-Competitive Continuation + + + 9007 + 11869 + 05-01-2020 + DRS Non-Competitive Continuation + + + 9014 + 11867 + 05-01-2020 + DRS Non-Competitive Continuation + + + 8983 + 11868 + 05-01-2020 + DRS Non-Competitive Continuation + + + 8987 + 11865 + 05-01-2020 + DRS Non-Competitive Continuation + + + 9267 + 11870 + 05-01-2020 + DRS Non-Competitive Continuation + + + 9088 + 11886 + 06-01-2020 + DRS Non-Competitive Continuation + + + 9015 + 11871 + 05-01-2020 + DRS Non-Competitive Continuation + + + 8026 + 11872 + 05-01-2020 + DRS Non-Competitive Continuation + + + 8093 + 11881 + 06-01-2020 + DRS Non-Competitive Continuation + + + 9188 + 11874 + 06-01-2020 + DRS Non-Competitive Continuation + + + 8997 + 11875 + 05-01-2020 + DRS Non-Competitive Continuation + + + 9248 + 11873 + 05-01-2020 + DRS Non-Competitive Continuation + + + 9018 + 11880 + 05-01-2020 + DRS Non-Competitive Continuation + + + 9083 + 11888 + 06-01-2020 + DRS Non-Competitive Continuation + + + 5862 + 8965 + 04-01-2015 + DRS Non-Competitive Continuation + + + 9085 + 11896 + 06-01-2020 + DRS Non-Competitive Continuation + + + 9078 + 11890 + 06-01-2020 + DRS Competitive Continuation + + + 9098 + 11889 + 06-01-2020 + DRS Non-Competitive Continuation + + + 9017 + 11897 + 05-01-2020 + DRS Non-Competitive Continuation + + + 9080 + 11900 + 06-01-2020 + DRS Non-Competitive Continuation + + + 9205 + 11898 + 06-01-2020 + DRS Competitive Continuation + + + 7961 + 11917 + 06-01-2020 + DRS Non-Competitive Continuation + + + 9084 + 11915 + 06-01-2020 + DRS Non-Competitive Continuation + + + 9234 + 11908 + 06-01-2020 + DRS Non-Competitive Continuation + + + 7906 + 11913 + 06-01-2020 + DRS Non-Competitive Continuation + + + 9081 + 11927 + 06-01-2020 + DRS Non-Competitive Continuation + + + 11371 + 11912 + 06-01-2020 + DRS Non-Competitive Continuation + + + 9139 + 11911 + 07-01-2020 + DRS Competitive Continuation + + + 8412 + 11920 + 06-01-2020 + DRS Non-Competitive Continuation + + + 8019 + 11919 + 06-01-2020 + DRS Competitive Continuation + + + 9089 + 11918 + 06-01-2020 + DRS Non-Competitive Continuation + + + 8347 + 11914 + 06-01-2020 + DRS Non-Competitive Continuation + + + 8154 + 11907 + 06-01-2020 + DRS Non-Competitive Continuation + + + 9099 + 11923 + 06-01-2020 + DRS Non-Competitive Continuation + + + 9276 + 11921 + 06-01-2020 + DRS Non-Competitive Continuation + + + 8526 + 11924 + 06-01-2020 + DRS Non-Competitive Continuation + + + 9075 + 11926 + 06-01-2020 + DRS Non-Competitive Continuation + + + 9285 + 11922 + 06-01-2020 + DRS Competitive Continuation + + + 8581 + 10906 + 07-01-2019 + DRS Non-Competitive Continuation + + + 9074 + 11930 + 06-01-2020 + DRS Competitive Continuation + + + 9112 + 11932 + 06-01-2020 + DRS Competitive Continuation + + + 9258 + 11938 + 07-01-2020 + DRS Competitive Continuation + + + 9253 + 11944 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9140 + 11937 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9105 + 11939 + 06-01-2020 + DRS Non-Competitive Continuation + + + 9103 + 11935 + 06-01-2020 + DRS Non-Competitive Continuation + + + 9101 + 11947 + 06-01-2020 + DRS Non-Competitive Continuation + + + 8396 + 12203 + 07-01-2020 + DRS Competitive Continuation + + + 9079 + 11946 + 06-01-2020 + DRS Competitive Continuation + + + 9150 + 11941 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8881 + 11936 + 07-01-2020 + DRS Competitive Continuation + + + 9106 + 11934 + 06-01-2020 + DRS Competitive Continuation + + + 8444 + 11945 + 07-01-2020 + DRS Competitive Continuation + + + 9238 + 11948 + 06-01-2020 + DRS Competitive Continuation + + + 9127 + 11943 + 06-01-2020 + DRS Competitive Continuation + + + 9077 + 11940 + 06-01-2020 + DRS Competitive Continuation + + + 8455 + 11966 + 07-01-2020 + DRS Competitive Continuation + + + 7966 + 11975 + 07-01-2020 + DRS Competitive Continuation + + + 7942 + 11967 + 07-01-2020 + DRS Competitive Continuation + + + 8646 + 11952 + 07-01-2020 + DRS Competitive Continuation + + + 9016 + 11951 + 07-01-2020 + DRS Competitive Continuation + + + 9261 + 11954 + 07-01-2020 + DRS Competitive Continuation + + + 9161 + 11956 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9133 + 11961 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9090 + 11970 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8657 + 11957 + 07-01-2020 + DRS Competitive Continuation + + + 8130 + 11968 + 07-01-2020 + DRS Competitive Continuation + + + 8109 + 11978 + 07-01-2020 + DRS Competitive Continuation + + + 8453 + 11960 + 07-01-2020 + DRS Competitive Continuation + + + 9125 + 11955 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9229 + 11976 + 07-01-2020 + DRS Competitive Continuation + + + 9197 + 11971 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9131 + 11969 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9270 + 11980 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8493 + 11981 + 07-01-2020 + DRS Competitive Continuation + + + 8407 + 11977 + 07-01-2020 + DRS Competitive Continuation + + + 9189 + 11979 + 07-01-2020 + DRS Competitive Continuation + + + 9193 + 11983 + 07-01-2020 + DRS Competitive Continuation + + + 9104 + 11994 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9281 + 11996 + 07-01-2020 + DRS Competitive Continuation + + + 8120 + 11990 + 07-01-2020 + DRS Competitive Continuation + + + 9288 + 11988 + 07-01-2020 + DRS Competitive Continuation + + + 9293 + 11993 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8837 + 11986 + 07-01-2020 + DRS Competitive Continuation + + + 8506 + 11987 + 07-01-2020 + DRS Competitive Continuation + + + 8886 + 11995 + 07-01-2020 + DRS Competitive Continuation + + + 9149 + 11989 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9107 + 11985 + 06-01-2020 + DRS Non-Competitive Continuation + + + 9176 + 11992 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9298 + 11991 + 07-01-2020 + DRS Competitive Continuation + + + 9142 + 12007 + 07-01-2020 + DRS Competitive Continuation + + + 9169 + 12008 + 07-01-2020 + DRS Competitive Continuation + + + 8841 + 12003 + 07-01-2020 + DRS Competitive Continuation + + + 9108 + 12002 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8739 + 12001 + 07-01-2020 + DRS Competitive Continuation + + + 9284 + 12004 + 07-01-2020 + DRS Non-Competitive Continuation + + + 7934 + 12000 + 07-01-2020 + DRS Competitive Continuation + + + 9265 + 12005 + 07-01-2020 + DRS Competitive Continuation + + + 8477 + 12025 + 07-01-2020 + DRS Competitive Continuation + + + 9177 + 12026 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9153 + 12011 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9076 + 12016 + 06-01-2020 + DRS Competitive Continuation + + + 8515 + 12023 + 07-01-2020 + DRS Competitive Continuation + + + 9190 + 12022 + 07-01-2020 + DRS Competitive Continuation + + + 8769 + 12021 + 07-01-2020 + DRS Competitive Continuation + + + 9206 + 12019 + 07-01-2020 + DRS Competitive Continuation + + + 8916 + 12015 + 07-01-2020 + DRS Competitive Continuation + + + 8880 + 12017 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9209 + 12014 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8498 + 12020 + 07-01-2020 + DRS Competitive Continuation + + + 9082 + 12018 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9170 + 12027 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9247 + 12012 + 07-01-2020 + DRS Competitive Continuation + + + 9216 + 12010 + 07-01-2020 + DRS Competitive Continuation + + + 9204 + 12024 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8616 + 12013 + 07-01-2020 + DRS Competitive Continuation + + + 6658 + 8769 + 03-01-2015 + DRS Non-Competitive Continuation + + + 9211 + 12057 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9289 + 12055 + 07-01-2020 + DRS Competitive Continuation + + + 9155 + 12045 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9174 + 12051 + 07-01-2020 + DRS Competitive Continuation + + + 9183 + 12060 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8994 + 12050 + 07-01-2020 + DRS Competitive Continuation + + + 8731 + 12048 + 07-01-2020 + DRS Competitive Continuation + + + 8460 + 12047 + 07-01-2020 + DRS Competitive Continuation + + + 8397 + 12054 + 07-01-2020 + DRS Competitive Continuation + + + 10131 + 12052 + 07-01-2020 + DRS Competitive Continuation + + + 8737 + 12046 + 07-01-2020 + DRS Competitive Continuation + + + 9196 + 12058 + 07-01-2020 + DRS Competitive Continuation + + + 8358 + 12049 + 07-01-2020 + DRS Competitive Continuation + + + 8838 + 12059 + 07-01-2020 + DRS Competitive Continuation + + + 8948 + 12053 + 07-01-2020 + DRS Competitive Continuation + + + 9162 + 12056 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9241 + 12064 + 07-01-2020 + DRS Competitive Continuation + + + 8947 + 12066 + 07-01-2020 + DRS Competitive Continuation + + + 9086 + 12065 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8400 + 12068 + 07-01-2020 + DRS Competitive Continuation + + + 9250 + 12063 + 07-01-2020 + DRS Non-Competitive Continuation + + + 7769 + 12061 + 07-01-2020 + DRS Competitive Continuation + + + 9277 + 12062 + 07-01-2020 + DRS Competitive Continuation + + + 5973 + 8737 + 02-01-2015 + DRS Non-Competitive Continuation + + + 9118 + 12073 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8432 + 12081 + 07-01-2020 + DRS Competitive Continuation + + + 9210 + 12075 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9181 + 12069 + 07-01-2020 + DRS Non-Competitive Continuation + + + 7830 + 12072 + 07-01-2020 + DRS Competitive Continuation + + + 8433 + 12078 + 07-01-2020 + DRS Competitive Continuation + + + 9165 + 12071 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8745 + 12074 + 07-01-2020 + DRS Competitive Continuation + + + 8862 + 12077 + 07-01-2020 + DRS Competitive Continuation + + + 9203 + 12076 + 07-01-2020 + DRS Competitive Continuation + + + 9128 + 12079 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9237 + 12084 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9252 + 12083 + 07-01-2020 + DRS Competitive Continuation + + + 8431 + 12088 + 07-01-2020 + DRS Competitive Continuation + + + 8441 + 12092 + 07-01-2020 + DRS Competitive Continuation + + + 9239 + 12086 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9228 + 12095 + 07-01-2020 + DRS Competitive Continuation + + + 9251 + 12096 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9186 + 12090 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8091 + 12085 + 07-01-2020 + DRS Competitive Continuation + + + 9129 + 12097 + 07-01-2020 + DRS Competitive Continuation + + + 8415 + 12094 + 07-01-2020 + DRS Competitive Continuation + + + 9136 + 12087 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9137 + 12089 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8404 + 12082 + 07-01-2020 + DRS Competitive Continuation + + + 4872 + 9261 + 07-01-2015 + DRS Competitive Continuation + + + 9244 + 12105 + 07-01-2020 + DRS Competitive Continuation + + + 8447 + 12104 + 07-01-2020 + DRS Competitive Continuation + + + 9130 + 12101 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8851 + 12102 + 07-01-2020 + DRS Competitive Continuation + + + 8639 + 12103 + 07-01-2020 + DRS Competitive Continuation + + + 8547 + 12100 + 07-01-2020 + DRS Competitive Continuation + + + 6898 + 2678 + 09-01-2013 + DRS Non-Competitive Continuation + + + 9132 + 12109 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9221 + 12133 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8382 + 12120 + 09-01-2020 + DRS Competitive Continuation + + + 8435 + 12136 + 07-01-2020 + DRS Competitive Continuation + + + 9254 + 12113 + 07-01-2020 + DRS Competitive Continuation + + + 9278 + 12129 + 07-01-2020 + DRS Competitive Continuation + + + 9141 + 12137 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9145 + 12115 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9259 + 12142 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8443 + 12118 + 07-01-2020 + DRS Competitive Continuation + + + 9484 + 12141 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8570 + 12140 + 07-01-2020 + DRS Competitive Continuation + + + 9168 + 12143 + 07-01-2020 + DRS Competitive Continuation + + + 9191 + 12114 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9214 + 12139 + 07-01-2020 + DRS Non-Competitive Continuation + + + 10454 + 12128 + 07-01-2020 + DRS Competitive Continuation + + + 8612 + 12131 + 07-01-2020 + DRS Competitive Continuation + + + 8082 + 12108 + 07-01-2020 + DRS Competitive Continuation + + + 8836 + 12117 + 07-01-2020 + DRS Competitive Continuation + + + 4211 + 9164 + 07-01-2015 + DRS Non-Competitive Continuation + + + 1762 + 9180 + 07-01-2015 + DRS Non-Competitive Continuation + + + 5697 + 9187 + 07-01-2015 + DRS Non-Competitive Continuation + + + 9116 + 12125 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8479 + 12112 + 07-01-2020 + DRS Competitive Continuation + + + 8011 + 12116 + 07-01-2020 + DRS Competitive Continuation + + + 9164 + 12138 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9167 + 12119 + 07-01-2020 + DRS Non-Competitive Continuation + + + 7970 + 12134 + 07-01-2020 + DRS Competitive Continuation + + + 8457 + 12132 + 07-01-2020 + DRS Competitive Continuation + + + 9163 + 12123 + 07-01-2020 + DRS Competitive Continuation + + + 9180 + 12122 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9187 + 12110 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9184 + 12126 + 07-01-2020 + DRS Non-Competitive Continuation + + + 7058 + 9259 + 07-01-2015 + DRS Non-Competitive Continuation + + + 8478 + 12107 + 07-01-2020 + DRS Competitive Continuation + + + 8519 + 12124 + 07-01-2020 + DRS Competitive Continuation + + + 8452 + 12121 + 07-01-2020 + DRS Competitive Continuation + + + 7753 + 10965 + 07-01-2019 + DRS Competitive Continuation + + + 5872 + 8815 + 03-01-2015 + DRS Non-Competitive Continuation + + + 9134 + 12161 + 07-01-2020 + DRS Non-Competitive Continuation + + + 7845 + 12166 + 07-01-2020 + DRS Competitive Continuation + + + 9200 + 12151 + 07-01-2020 + DRS Competitive Continuation + + + 9279 + 12172 + 07-01-2020 + DRS Competitive Continuation + + + 9215 + 12157 + 07-01-2020 + DRS Competitive Continuation + + + 9121 + 12170 + 07-01-2020 + DRS Competitive Continuation + + + 9113 + 12147 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9222 + 12176 + 07-01-2020 + DRS Competitive Continuation + + + 9182 + 12152 + 07-01-2020 + DRS Non-Competitive Continuation + + + 5418 + 8433 + 10-01-2014 + DRS Non-Competitive Continuation + + + 8428 + 12149 + 07-01-2020 + DRS Competitive Continuation + + + 8510 + 12164 + 07-01-2020 + DRS Competitive Continuation + + + 9100 + 12156 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9294 + 12148 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9226 + 12167 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9232 + 12150 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9152 + 12163 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9172 + 12165 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9171 + 12155 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9135 + 12154 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8970 + 12146 + 07-01-2020 + DRS Competitive Continuation + + + 9212 + 12153 + 07-01-2020 + DRS Competitive Continuation + + + 5701 + 8418 + 01-01-2015 + DRS Non-Competitive Continuation + + + 9117 + 12188 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8446 + 12179 + 07-01-2020 + DRS Competitive Continuation + + + 9292 + 12183 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8645 + 12177 + 07-01-2020 + DRS Competitive Continuation + + + 9194 + 12185 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9260 + 12181 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9246 + 12186 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9166 + 12178 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9240 + 12182 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9286 + 12180 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9282 + 12187 + 07-01-2020 + DRS Non-Competitive Continuation + + + 5963 + 9260 + 07-01-2015 + DRS Competitive Continuation + + + 5968 + 9246 + 07-01-2015 + DRS Non-Competitive Continuation + + + 5272 + 9121 + 07-01-2015 + DRS Non-Competitive Continuation + + + 5484 + 8510 + 12-01-2014 + DRS Non-Competitive Continuation + + + 9245 + 12198 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9224 + 12200 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9126 + 12201 + 07-01-2020 + DRS Non-Competitive Continuation + + + 9230 + 12195 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8611 + 12196 + 07-01-2020 + DRS Competitive Continuation + + + 9198 + 12197 + 07-01-2020 + DRS Non-Competitive Continuation + + + 8414 + 12207 + 07-01-2020 + DRS Competitive Continuation + + + 8134 + 12204 + 07-01-2020 + DRS Competitive Continuation + + + 4252 + 9285 + 07-01-2015 + DRS Competitive Continuation + + + 8485 + 12202 + 07-01-2020 + DRS Competitive Continuation + + + 8796 + 12227 + 08-01-2020 + DRS Competitive Continuation + + + 6221 + 9229 + 07-01-2015 + DRS Competitive Continuation + + + 6429 + 9373 + 09-01-2015 + DRS Non-Competitive Continuation + + + 7223 + 10190 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7761 + 10499 + 01-01-2019 + DRS Non-Competitive Continuation + + + 6912 + 9740 + 07-01-2016 + DRS Competitive Continuation + + + 1451 + 9256 + 07-01-2015 + DRS Competitive Continuation + + + 6886 + 7799 + 02-01-2014 + DRS Non-Competitive Continuation + + + 7591 + 10326 + 09-01-2018 + DRS Non-Competitive Continuation + + + 783 + 10558 + 02-01-2019 + DRS Non-Competitive Continuation + + + 6583 + 7797 + 12-01-2013 + DRS Non-Competitive Continuation + + + 2724 + 9394 + 09-01-2015 + DRS Non-Competitive Continuation + + + 5519 + 8970 + 04-01-2015 + DRS Non-Competitive Continuation + + + 2372 + 9174 + 07-01-2015 + DRS Competitive Continuation + + + 1340 + 9541 + 01-01-2016 + DRS Non-Competitive Continuation + + + 5290 + 9548 + 01-01-2016 + DRS Non-Competitive Continuation + + + 7905 + 10940 + 07-01-2019 + DRS Competitive Continuation + + + 5297 + 8262 + 07-01-2014 + DRS Competitive Continuation + + + 5293 + 7922 + 04-01-2014 + DRS Non-Competitive Continuation + + + 7720 + 10427 + 11-01-2018 + DRS Non-Competitive Continuation + + + 5274 + 8173 + 07-01-2014 + DRS Non-Competitive Continuation + + + 749 + 10044 + 06-01-2017 + DRS Competitive Continuation + + + 2674 + 10241 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7816 + 10449 + 12-01-2018 + DRS Non-Competitive Continuation + + + 6568 + 7786 + 01-01-2014 + DRS Non-Competitive Continuation + + + 2611 + 10264 + 08-01-2018 + DRS Competitive Continuation + + + 2591 + 10448 + 12-01-2018 + DRS Non-Competitive Continuation + + + 7832 + 10447 + 12-01-2018 + DRS Non-Competitive Continuation + + + 7702 + 10450 + 12-01-2018 + DRS Non-Competitive Continuation + + + 1866 + 9082 + 07-01-2015 + DRS Non-Competitive Continuation + + + 2593 + 10468 + 01-01-2019 + DRS Non-Competitive Continuation + + + 7623 + 10287 + 09-01-2018 + DRS Non-Competitive Continuation + + + 7624 + 10288 + 09-01-2018 + DRS Non-Competitive Continuation + + + 773 + 10474 + 01-01-2019 + DRS Non-Competitive Continuation + + + 2609 + 10476 + 01-01-2019 + DRS Non-Competitive Continuation + + + 1976 + 9400 + 09-01-2015 + DRS Non-Competitive Continuation + + + 1579 + 7608 + 09-01-2013 + DRS Non-Competitive Continuation + + + 2004 + 7630 + 09-01-2013 + DRS Non-Competitive Continuation + + + 2598 + 10546 + 02-01-2019 + DRS Non-Competitive Continuation + + + 7589 + 10294 + 08-01-2018 + DRS Non-Competitive Continuation + + + 6428 + 7595 + 09-01-2013 + DRS Non-Competitive Continuation + + + 5309 + 9087 + 06-01-2015 + DRS Non-Competitive Continuation + + + 1745 + 9085 + 06-01-2015 + DRS Non-Competitive Continuation + + + 5143 + 9115 + 06-01-2015 + DRS Non-Competitive Continuation + + + 1571 + 9105 + 06-01-2015 + DRS Non-Competitive Continuation + + + 1874 + 9104 + 07-01-2015 + DRS Non-Competitive Continuation + + + 6735 + 9106 + 06-01-2015 + DRS Non-Competitive Continuation + + + 5742 + 7685 + 11-01-2013 + DRS Non-Competitive Continuation + + + 7893 + 10605 + 04-01-2019 + DRS Non-Competitive Continuation + + + 2567 + 9831 + 11-01-2016 + DRS Non-Competitive Continuation + + + 2589 + 10188 + 06-01-2018 + DRS Non-Competitive Continuation + + + 7278 + 10122 + 03-01-2018 + DRS Non-Competitive Continuation + + + 2652 + 10117 + 12-01-2017 + DRS Competitive Continuation + + + 7288 + 10123 + 03-01-2018 + DRS Non-Competitive Continuation + + + 7767 + 10407 + 11-01-2018 + DRS Non-Competitive Continuation + + + 7692 + 10406 + 11-01-2018 + DRS Non-Competitive Continuation + + + 7271 + 10187 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7306 + 10405 + 11-01-2018 + DRS Non-Competitive Continuation + + + 5449 + 8359 + 09-01-2014 + DRS Non-Competitive Continuation + + + 7719 + 10425 + 11-01-2018 + DRS Non-Competitive Continuation + + + 7998 + 10718 + 06-01-2019 + DRS Non-Competitive Continuation + + + 795 + 10192 + 07-01-2018 + DRS Non-Competitive Continuation + + + 784 + 10194 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7272 + 10212 + 07-01-2018 + DRS Non-Competitive Continuation + + + 2648 + 10214 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7687 + 10422 + 11-01-2018 + DRS Non-Competitive Continuation + + + 7689 + 10420 + 11-01-2018 + DRS Non-Competitive Continuation + + + 7693 + 10418 + 11-01-2018 + DRS Non-Competitive Continuation + + + 7292 + 10119 + 12-01-2017 + DRS Non-Competitive Continuation + + + 2636 + 10217 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7698 + 10419 + 11-01-2018 + DRS Non-Competitive Continuation + + + 1311 + 10424 + 11-01-2018 + DRS Non-Competitive Continuation + + + 7696 + 10423 + 11-01-2018 + DRS Non-Competitive Continuation + + + 7688 + 10421 + 11-01-2018 + DRS Non-Competitive Continuation + + + 6053 + 7601 + 09-01-2013 + DRS Non-Competitive Continuation + + + 7764 + 10431 + 11-01-2018 + DRS Non-Competitive Continuation + + + 1320 + 10238 + 07-01-2018 + DRS Non-Competitive Continuation + + + 2629 + 10895 + 07-01-2019 + DRS Competitive Continuation + + + 5308 + 7819 + 01-01-2014 + DRS Non-Competitive Continuation + + + 7225 + 10235 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7290 + 10236 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7289 + 10237 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7198 + 10434 + 12-01-2018 + DRS Non-Competitive Continuation + + + 5122 + 7606 + 09-01-2013 + DRS Non-Competitive Continuation + + + 771 + 10243 + 07-01-2018 + DRS Non-Competitive Continuation + + + 2655 + 10056 + 07-01-2017 + DRS Competitive Continuation + + + 7900 + 10609 + 04-01-2019 + DRS Non-Competitive Continuation + + + 5945 + 7713 + 01-01-2014 + DRS Non-Competitive Continuation + + + 2681 + 10233 + 07-01-2018 + DRS Non-Competitive Continuation + + + 5727 + 8060 + 07-01-2014 + DRS Non-Competitive Continuation + + + 4215 + 8054 + 07-01-2014 + DRS Non-Competitive Continuation + + + 7809 + 10444 + 12-01-2018 + DRS Non-Competitive Continuation + + + 6292 + 7847 + 04-01-2014 + DRS Non-Competitive Continuation + + + 8256 + 10924 + 07-01-2019 + DRS Competitive Continuation + + + 6079 + 8838 + 03-01-2015 + DRS Non-Competitive Continuation + + + 5768 + 9193 + 07-01-2015 + DRS Competitive Continuation + + + 5729 + 8059 + 07-01-2014 + DRS Non-Competitive Continuation + + + 754 + 10451 + 12-01-2018 + DRS Non-Competitive Continuation + + + 1881 + 8136 + 07-01-2014 + DRS Competitive Continuation + + + 2614 + 10273 + 08-01-2018 + DRS Competitive Continuation + + + 7314 + 9535 + 01-01-2016 + DRS Non-Competitive Continuation + + + 9842 + 10124 + 04-01-2018 + DRS Competitive Continuation + + + 4521 + 8795 + 02-01-2015 + DRS Non-Competitive Continuation + + + 7960 + 10739 + 06-01-2019 + DRS Non-Competitive Continuation + + + 3263 + 8982 + 04-01-2015 + DRS Non-Competitive Continuation + + + 7230 + 10280 + 08-01-2018 + DRS Non-Competitive Continuation + + + 7823 + 10469 + 01-01-2019 + DRS Non-Competitive Continuation + + + 7581 + 10275 + 08-01-2018 + DRS Non-Competitive Continuation + + + 7583 + 10286 + 08-01-2018 + DRS Non-Competitive Continuation + + + 1294 + 10067 + 07-01-2017 + DRS Non-Competitive Continuation + + + 7793 + 10486 + 01-01-2019 + DRS Non-Competitive Continuation + + + 7708 + 10487 + 01-01-2019 + DRS Non-Competitive Continuation + + + 2607 + 10479 + 01-01-2019 + DRS Competitive Continuation + + + 7826 + 10483 + 01-01-2019 + DRS Non-Competitive Continuation + + + 7297 + 10307 + 08-01-2018 + DRS Competitive Continuation + + + 1625 + 9449 + 10-01-2015 + DRS Non-Competitive Continuation + + + 7836 + 10481 + 01-01-2019 + DRS Non-Competitive Continuation + + + 7269 + 10309 + 09-01-2018 + DRS Non-Competitive Continuation + + + 7774 + 10480 + 01-01-2019 + DRS Non-Competitive Continuation + + + 2632 + 10308 + 08-01-2018 + DRS Competitive Continuation + + + 7773 + 10482 + 01-01-2019 + DRS Non-Competitive Continuation + + + 7285 + 10484 + 01-01-2019 + DRS Non-Competitive Continuation + + + 7758 + 10478 + 01-01-2019 + DRS Non-Competitive Continuation + + + 7713 + 10485 + 01-01-2019 + DRS Non-Competitive Continuation + + + 2595 + 10525 + 02-01-2019 + DRS Non-Competitive Continuation + + + 7965 + 10839 + 07-01-2019 + DRS Competitive Continuation + + + 1308 + 10355 + 09-01-2018 + DRS Competitive Continuation + + + 7243 + 10337 + 09-01-2018 + DRS Competitive Continuation + + + 2592 + 10527 + 02-01-2019 + DRS Non-Competitive Continuation + + + 2605 + 10524 + 02-01-2019 + DRS Non-Competitive Continuation + + + 2602 + 10526 + 02-01-2019 + DRS Non-Competitive Continuation + + + 2597 + 10528 + 02-01-2019 + DRS Non-Competitive Continuation + + + 2600 + 10534 + 02-01-2019 + DRS Non-Competitive Continuation + + + 2680 + 10374 + 09-01-2018 + DRS Non-Competitive Continuation + + + 2325 + 9451 + 11-01-2015 + DRS Non-Competitive Continuation + + + 7843 + 10531 + 02-01-2019 + DRS Non-Competitive Continuation + + + 2596 + 10542 + 02-01-2019 + DRS Non-Competitive Continuation + + + 7846 + 10538 + 02-01-2019 + DRS Non-Competitive Continuation + + + 2679 + 10377 + 09-30-2018 + DRS Non-Competitive Continuation + + + 7779 + 10540 + 02-01-2019 + DRS Non-Competitive Continuation + + + 5434 + 9450 + 11-01-2015 + DRS Non-Competitive Continuation + + + 7841 + 10541 + 02-01-2019 + DRS Non-Competitive Continuation + + + 7855 + 10543 + 02-01-2019 + DRS Non-Competitive Continuation + + + 7852 + 10539 + 02-01-2019 + DRS Non-Competitive Continuation + + + 1746 + 9088 + 06-01-2015 + DRS Non-Competitive Continuation + + + 6291 + 9083 + 06-01-2015 + DRS Non-Competitive Continuation + + + 4213 + 9086 + 07-01-2015 + DRS Non-Competitive Continuation + + + 7113 + 9089 + 06-01-2015 + DRS Non-Competitive Continuation + + + 6453 + 9080 + 06-01-2015 + DRS Non-Competitive Continuation + + + 5889 + 9074 + 06-01-2015 + DRS Non-Competitive Continuation + + + 4764 + 9084 + 06-01-2015 + DRS Non-Competitive Continuation + + + 5885 + 9090 + 07-01-2015 + DRS Non-Competitive Continuation + + + 2610 + 10532 + 02-01-2019 + DRS Non-Competitive Continuation + + + 5572 + 8131 + 07-01-2014 + DRS Competitive Continuation + + + 7810 + 10548 + 02-01-2019 + DRS Non-Competitive Continuation + + + 7303 + 10544 + 02-01-2019 + DRS Non-Competitive Continuation + + + 5888 + 7584 + 08-01-2013 + DRS Non-Competitive Continuation + + + 5294 + 7633 + 09-01-2013 + DRS Non-Competitive Continuation + + + 4212 + 7979 + 07-01-2014 + DRS Non-Competitive Continuation + + + 7842 + 10567 + 03-01-2019 + DRS Non-Competitive Continuation + + + 1703 + 8121 + 07-01-2014 + DRS Competitive Continuation + + + 2294 + 8384 + 09-01-2014 + DRS Non-Competitive Continuation + + + 2603 + 10565 + 03-01-2019 + DRS Non-Competitive Continuation + + + 5248 + 8130 + 07-01-2014 + DRS Competitive Continuation + + + 7861 + 10570 + 03-01-2019 + DRS Non-Competitive Continuation + + + 7868 + 10572 + 03-01-2019 + DRS Non-Competitive Continuation + + + 7619 + 10571 + 03-01-2019 + DRS Non-Competitive Continuation + + + 7780 + 10573 + 03-01-2019 + DRS Non-Competitive Continuation + + + 5458 + 9100 + 07-01-2015 + DRS Non-Competitive Continuation + + + 5814 + 9108 + 07-01-2015 + DRS Non-Competitive Continuation + + + 7879 + 10583 + 03-01-2019 + DRS Non-Competitive Continuation + + + 8270 + 11055 + 07-01-2019 + DRS Competitive Continuation + + + 8001 + 10587 + 03-01-2019 + DRS Non-Competitive Continuation + + + 7915 + 10598 + 04-01-2019 + DRS Non-Competitive Continuation + + + 1319 + 10586 + 03-01-2019 + DRS Non-Competitive Continuation + + + 8324 + 10581 + 03-01-2019 + DRS Non-Competitive Continuation + + + 7888 + 10578 + 03-01-2019 + DRS Non-Competitive Continuation + + + 5405 + 9455 + 11-01-2015 + DRS Non-Competitive Continuation + + + 5979 + 7233 + 07-01-2013 + DRS Non-Competitive Continuation + + + 8057 + 11031 + 07-01-2019 + DRS Competitive Continuation + + + 7988 + 10627 + 04-01-2019 + DRS Non-Competitive Continuation + + + 2656 + 10051 + 07-01-2017 + DRS Competitive Continuation + + + 5130 + 7828 + 01-01-2014 + DRS Non-Competitive Continuation + + + 7999 + 10646 + 04-01-2019 + DRS Non-Competitive Continuation + + + 7847 + 10662 + 04-01-2019 + DRS Non-Competitive Continuation + + + 7954 + 10736 + 06-01-2019 + DRS Non-Competitive Continuation + + + 7921 + 10685 + 04-01-2019 + DRS Non-Competitive Continuation + + + 1316 + 10676 + 04-01-2019 + DRS Non-Competitive Continuation + + + 1315 + 10680 + 04-01-2019 + DRS Non-Competitive Continuation + + + 7588 + 10682 + 04-01-2019 + DRS Non-Competitive Continuation + + + 6796 + 7874 + 04-01-2014 + DRS Non-Competitive Continuation + + + 7833 + 10696 + 04-01-2019 + DRS Non-Competitive Continuation + + + 7918 + 10714 + 05-01-2019 + DRS Non-Competitive Continuation + + + 6441 + 7588 + 08-01-2013 + DRS Competitive Continuation + + + 7945 + 10715 + 05-01-2019 + DRS Non-Competitive Continuation + + + 7946 + 10716 + 05-01-2019 + DRS Non-Competitive Continuation + + + 8002 + 10711 + 05-01-2019 + DRS Non-Competitive Continuation + + + 7909 + 10717 + 05-01-2019 + DRS Non-Competitive Continuation + + + 2604 + 10720 + 05-01-2019 + DRS Non-Competitive Continuation + + + 751 + 10722 + 05-01-2019 + DRS Non-Competitive Continuation + + + 7851 + 10738 + 06-01-2019 + DRS Non-Competitive Continuation + + + 7249 + 10729 + 05-01-2019 + DRS Competitive Continuation + + + 7071 + 7249 + 07-01-2013 + DRS Competitive Continuation + + + 6926 + 7593 + 08-01-2013 + DRS Non-Competitive Continuation + + + 7911 + 10719 + 05-01-2019 + DRS Non-Competitive Continuation + + + 6102 + 9679 + 07-01-2016 + DRS Competitive Continuation + + + 7997 + 10724 + 06-01-2019 + DRS Non-Competitive Continuation + + + 7246 + 10399 + 10-01-2018 + DRS Non-Competitive Continuation + + + 8097 + 10721 + 05-01-2019 + DRS Non-Competitive Continuation + + + 7298 + 10069 + 07-01-2017 + DRS Competitive Continuation + + + 6067 + 9657 + 07-01-2016 + DRS Competitive Continuation + + + 5277 + 8356 + 08-01-2014 + DRS Non-Competitive Continuation + + + 6062 + 9670 + 07-01-2016 + DRS Competitive Continuation + + + 7958 + 10732 + 06-01-2019 + DRS Non-Competitive Continuation + + + 2594 + 10177 + 07-01-2018 + DRS Non-Competitive Continuation + + + 8096 + 10723 + 05-01-2019 + DRS Non-Competitive Continuation + + + 4782 + 9680 + 07-01-2016 + DRS Competitive Continuation + + + 4776 + 9650 + 07-01-2016 + DRS Competitive Continuation + + + 5579 + 9460 + 11-01-2015 + DRS Non-Competitive Continuation + + + 7710 + 10400 + 11-01-2018 + DRS Non-Competitive Continuation + + + 6534 + 8361 + 09-01-2014 + DRS Non-Competitive Continuation + + + 7848 + 10521 + 02-01-2019 + DRS Non-Competitive Continuation + + + 2599 + 10523 + 02-01-2019 + DRS Non-Competitive Continuation + + + 7241 + 10344 + 09-01-2018 + DRS Competitive Continuation + + + 7824 + 10459 + 01-01-2019 + DRS Non-Competitive Continuation + + + 7844 + 10516 + 02-01-2019 + DRS Non-Competitive Continuation + + + 6069 + 8463 + 12-01-2014 + DRS Non-Competitive Continuation + + + 7253 + 10345 + 09-01-2018 + DRS Competitive Continuation + + + 1885 + 8741 + 02-01-2015 + DRS Non-Competitive Continuation + + + 6906 + 9338 + 08-01-2015 + DRS Non-Competitive Continuation + + + 6701 + 9732 + 07-01-2016 + DRS Competitive Continuation + + + 6916 + 10182 + 06-01-2018 + DRS Competitive Continuation + + + 752 + 10189 + 06-01-2018 + DRS Non-Competitive Continuation + + + 760 + 10246 + 07-01-2018 + DRS Non-Competitive Continuation + + + 1318 + 10240 + 07-01-2018 + DRS Non-Competitive Continuation + + + 761 + 10242 + 07-01-2018 + DRS Non-Competitive Continuation + + + 2665 + 10247 + 07-01-2018 + DRS Non-Competitive Continuation + + + 2675 + 10245 + 07-01-2018 + DRS Non-Competitive Continuation + + + 764 + 10248 + 07-01-2018 + DRS Non-Competitive Continuation + + + 758 + 10251 + 07-01-2018 + DRS Non-Competitive Continuation + + + 2676 + 10252 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7294 + 10274 + 08-01-2018 + DRS Non-Competitive Continuation + + + 7214 + 10296 + 08-01-2018 + DRS Non-Competitive Continuation + + + 7211 + 10300 + 08-01-2018 + DRS Competitive Continuation + + + 759 + 10298 + 08-01-2018 + DRS Competitive Continuation + + + 763 + 10328 + 08-01-2018 + DRS Competitive Continuation + + + 7212 + 10329 + 08-01-2018 + DRS Competitive Continuation + + + 2590 + 10333 + 08-01-2018 + DRS Competitive Continuation + + + 2682 + 10356 + 09-01-2018 + DRS Non-Competitive Continuation + + + 7228 + 10500 + 01-01-2019 + DRS Non-Competitive Continuation + + + 6858 + 8331 + 09-01-2014 + DRS Non-Competitive Continuation + + + 2666 + 10253 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7215 + 10268 + 08-01-2018 + DRS Non-Competitive Continuation + + + 7789 + 10498 + 01-01-2019 + DRS Non-Competitive Continuation + + + 7791 + 10506 + 01-01-2019 + DRS Non-Competitive Continuation + + + 7209 + 10507 + 01-01-2019 + DRS Non-Competitive Continuation + + + 6382 + 9217 + 07-01-2015 + DRS Competitive Continuation + + + 1958 + 7958 + 06-01-2014 + DRS Non-Competitive Continuation + + + 7790 + 10496 + 01-01-2019 + DRS Non-Competitive Continuation + + + 7788 + 10509 + 01-01-2019 + DRS Non-Competitive Continuation + + + 7799 + 10552 + 02-01-2019 + DRS Non-Competitive Continuation + + + 1859 + 9219 + 07-01-2015 + DRS Competitive Continuation + + + 6902 + 8946 + 04-01-2015 + DRS Non-Competitive Continuation + + + 6700 + 9230 + 07-01-2015 + DRS Non-Competitive Continuation + + + 6899 + 9238 + 07-01-2015 + DRS Competitive Continuation + + + 7099 + 9183 + 07-01-2015 + DRS Competitive Continuation + + + 6571 + 8947 + 04-01-2015 + DRS Non-Competitive Continuation + + + 1570 + 9221 + 07-01-2015 + DRS Competitive Continuation + + + 2443 + 9215 + 07-01-2015 + DRS Non-Competitive Continuation + + + 6910 + 9235 + 07-01-2015 + DRS Competitive Continuation + + + 2584 + 10053 + 07-01-2017 + DRS Non-Competitive Continuation + + + 5525 + 7616 + 02-01-2014 + DRS Non-Competitive Continuation + + + 5472 + 7632 + 09-01-2013 + DRS Non-Competitive Continuation + + + 5278 + 9351 + 08-01-2015 + DRS Non-Competitive Continuation + + + 5724 + 8030 + 07-01-2014 + DRS Competitive Continuation + + + 3712 + 8503 + 01-01-2015 + DRS Non-Competitive Continuation + + + 3569 + 8638 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5650 + 9356 + 08-01-2015 + DRS Non-Competitive Continuation + + + 5313 + 9354 + 08-01-2015 + DRS Non-Competitive Continuation + + + 4707 + 8646 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5614 + 9337 + 08-01-2015 + DRS Non-Competitive Continuation + + + 5439 + 9704 + 07-01-2016 + DRS Competitive Continuation + + + 2581 + 8649 + 01-01-2015 + DRS Non-Competitive Continuation + + + 2301 + 9698 + 07-01-2016 + DRS Competitive Continuation + + + 5621 + 9738 + 07-01-2016 + DRS Competitive Continuation + + + 5444 + 9711 + 07-01-2016 + DRS Competitive Continuation + + + 5628 + 9713 + 07-01-2016 + DRS Competitive Continuation + + + 3566 + 9712 + 07-01-2016 + DRS Competitive Continuation + + + 2639 + 10055 + 07-01-2017 + DRS Competitive Continuation + + + 791 + 10125 + 04-01-2018 + DRS Non-Competitive Continuation + + + 7274 + 10176 + 07-01-2018 + DRS Non-Competitive Continuation + + + 789 + 10249 + 07-01-2018 + DRS Non-Competitive Continuation + + + 796 + 10323 + 08-01-2018 + DRS Competitive Continuation + + + 2446 + 9701 + 07-01-2016 + DRS Competitive Continuation + + + 6416 + 9715 + 07-01-2016 + DRS Competitive Continuation + + + 6950 + 8644 + 02-01-2015 + DRS Non-Competitive Continuation + + + 5644 + 9708 + 07-01-2016 + DRS Competitive Continuation + + + 490 + 9697 + 07-01-2016 + DRS Competitive Continuation + + + 792 + 10250 + 07-01-2018 + DRS Non-Competitive Continuation + + + 6418 + 9702 + 07-01-2016 + DRS Competitive Continuation + + + 7296 + 10324 + 08-01-2018 + DRS Competitive Continuation + + + 786 + 10295 + 08-01-2018 + DRS Competitive Continuation + + + 5414 + 9695 + 07-01-2016 + DRS Competitive Continuation + + + 5815 + 9709 + 07-01-2016 + DRS Competitive Continuation + + + 7270 + 10357 + 09-01-2018 + DRS Competitive Continuation + + + 7631 + 10359 + 09-01-2018 + DRS Non-Competitive Continuation + + + 7273 + 10363 + 09-01-2018 + DRS Competitive Continuation + + + 7630 + 10348 + 09-01-2018 + DRS Non-Competitive Continuation + + + 7632 + 10370 + 09-01-2018 + DRS Non-Competitive Continuation + + + 7703 + 10411 + 10-01-2018 + DRS Non-Competitive Continuation + + + 1305 + 10297 + 08-01-2018 + DRS Competitive Continuation + + + 7803 + 10441 + 12-01-2018 + DRS Non-Competitive Continuation + + + 7815 + 10440 + 12-01-2018 + DRS Non-Competitive Continuation + + + 7802 + 10439 + 12-01-2018 + DRS Non-Competitive Continuation + + + 2683 + 10452 + 12-01-2018 + DRS Non-Competitive Continuation + + + 5782 + 9212 + 07-01-2015 + DRS Competitive Continuation + + + 5452 + 8141 + 07-01-2014 + DRS Non-Competitive Continuation + + + 5658 + 8032 + 06-01-2014 + DRS Non-Competitive Continuation + + + 5760 + 9461 + 11-01-2015 + DRS Non-Competitive Continuation + + + 6086 + 8103 + 07-01-2014 + DRS Non-Competitive Continuation + + + 5635 + 9244 + 07-01-2015 + DRS Competitive Continuation + + + 7604 + 10290 + 08-01-2018 + DRS Non-Competitive Continuation + + + 790 + 10362 + 09-01-2018 + DRS Competitive Continuation + + + 5490 + 9231 + 07-01-2015 + DRS Competitive Continuation + + + 797 + 10388 + 09-30-2018 + DRS Competitive Continuation + + + 5280 + 9199 + 07-01-2015 + DRS Competitive Continuation + + + 1577 + 8075 + 06-01-2014 + DRS Non-Competitive Continuation + + + 5780 + 8033 + 06-01-2014 + DRS Non-Competitive Continuation + + + 6415 + 8260 + 07-01-2014 + DRS Competitive Continuation + + + 5786 + 8321 + 07-01-2014 + DRS Competitive Continuation + + + 1750 + 8152 + 07-01-2014 + DRS Non-Competitive Continuation + + + 5473 + 8380 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5648 + 8256 + 07-01-2014 + DRS Competitive Continuation + + + 1598 + 8332 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5639 + 7889 + 03-01-2014 + DRS Non-Competitive Continuation + + + 3727 + 8255 + 07-01-2014 + DRS Competitive Continuation + + + 5478 + 8341 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5474 + 8351 + 08-01-2014 + DRS Non-Competitive Continuation + + + 3709 + 8517 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5267 + 8147 + 07-01-2014 + DRS Non-Competitive Continuation + + + 5799 + 8017 + 06-01-2014 + DRS Non-Competitive Continuation + + + 5792 + 8023 + 06-01-2014 + DRS Non-Competitive Continuation + + + 3716 + 8518 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5778 + 7629 + 09-01-2013 + DRS Non-Competitive Continuation + + + 5640 + 7821 + 01-01-2014 + DRS Non-Competitive Continuation + + + 5398 + 8432 + 10-01-2014 + DRS Non-Competitive Continuation + + + 5409 + 8435 + 10-01-2014 + DRS Non-Competitive Continuation + + + 6396 + 8355 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5748 + 9459 + 11-01-2015 + DRS Non-Competitive Continuation + + + 5275 + 8924 + 03-01-2015 + DRS Non-Competitive Continuation + + + 6631 + 7901 + 04-01-2014 + DRS Non-Competitive Continuation + + + 6618 + 9251 + 07-01-2015 + DRS Competitive Continuation + + + 1873 + 8608 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6408 + 9098 + 06-01-2015 + DRS Competitive Continuation + + + 6412 + 9097 + 07-01-2015 + DRS Non-Competitive Continuation + + + 5283 + 8519 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5631 + 8764 + 02-01-2015 + DRS Non-Competitive Continuation + + + 5793 + 9103 + 06-01-2015 + DRS Competitive Continuation + + + 5440 + 8438 + 11-01-2014 + DRS Non-Competitive Continuation + + + 5615 + 9077 + 06-01-2015 + DRS Non-Competitive Continuation + + + 4584 + 8767 + 02-01-2015 + DRS Non-Competitive Continuation + + + 6547 + 7964 + 07-01-2014 + DRS Non-Competitive Continuation + + + 4238 + 9302 + 08-01-2015 + DRS Non-Competitive Continuation + + + 6651 + 9307 + 08-01-2015 + DRS Non-Competitive Continuation + + + 3600 + 9211 + 07-01-2015 + DRS Non-Competitive Continuation + + + 4940 + 9191 + 07-01-2015 + DRS Non-Competitive Continuation + + + 6657 + 9196 + 07-01-2015 + DRS Non-Competitive Continuation + + + 6629 + 9331 + 08-01-2015 + DRS Non-Competitive Continuation + + + 6477 + 9388 + 09-01-2015 + DRS Non-Competitive Continuation + + + 5962 + 9488 + 12-01-2015 + DRS Non-Competitive Continuation + + + 6476 + 9509 + 01-01-2016 + DRS Non-Competitive Continuation + + + 4928 + 9646 + 08-01-2016 + DRS Competitive Continuation + + + 5958 + 9340 + 08-01-2015 + DRS Non-Competitive Continuation + + + 5319 + 7586 + 09-01-2013 + DRS Non-Competitive Continuation + + + 5951 + 9664 + 07-01-2016 + DRS Competitive Continuation + + + 5950 + 9649 + 07-01-2016 + DRS Competitive Continuation + + + 5819 + 9678 + 07-01-2016 + DRS Competitive Continuation + + + 2293 + 9700 + 07-01-2016 + DRS Competitive Continuation + + + 6645 + 9662 + 07-01-2016 + DRS Competitive Continuation + + + 6628 + 9336 + 08-01-2015 + DRS Non-Competitive Continuation + + + 4254 + 9365 + 09-01-2015 + DRS Non-Competitive Continuation + + + 6461 + 9341 + 08-01-2015 + DRS Non-Competitive Continuation + + + 4930 + 9645 + 07-01-2016 + DRS Competitive Continuation + + + 5764 + 9565 + 02-01-2016 + DRS Non-Competitive Continuation + + + 6786 + 9330 + 08-01-2015 + DRS Non-Competitive Continuation + + + 5576 + 9457 + 11-01-2015 + DRS Non-Competitive Continuation + + + 4939 + 9685 + 07-01-2016 + DRS Competitive Continuation + + + 6112 + 9275 + 07-01-2015 + DRS Competitive Continuation + + + 5947 + 9677 + 07-01-2016 + DRS Competitive Continuation + + + 6641 + 9690 + 07-01-2016 + DRS Competitive Continuation + + + 6333 + 9682 + 07-01-2016 + DRS Competitive Continuation + + + 7262 + 10170 + 05-01-2018 + DRS Non-Competitive Continuation + + + 7255 + 10278 + 08-01-2018 + DRS Competitive Continuation + + + 6653 + 9665 + 07-01-2016 + DRS Competitive Continuation + + + 5761 + 9696 + 07-01-2016 + DRS Competitive Continuation + + + 6480 + 9746 + 08-01-2016 + DRS Non-Competitive Continuation + + + 7239 + 10121 + 01-01-2018 + DRS Non-Competitive Continuation + + + 2673 + 10171 + 05-01-2018 + DRS Non-Competitive Continuation + + + 2646 + 10180 + 06-01-2018 + DRS Non-Competitive Continuation + + + 7235 + 10215 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7236 + 10221 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7231 + 10222 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7307 + 10225 + 07-01-2018 + DRS Non-Competitive Continuation + + + 766 + 10224 + 07-01-2018 + DRS Non-Competitive Continuation + + + 2670 + 10226 + 07-01-2018 + DRS Non-Competitive Continuation + + + 2671 + 10230 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7248 + 10283 + 08-01-2018 + DRS Competitive Continuation + + + 769 + 10281 + 08-01-2018 + DRS Competitive Continuation + + + 7234 + 10284 + 08-01-2018 + DRS Competitive Continuation + + + 7261 + 10277 + 08-01-2018 + DRS Competitive Continuation + + + 7232 + 10276 + 08-01-2018 + DRS Competitive Continuation + + + 767 + 10282 + 08-01-2018 + DRS Competitive Continuation + + + 2642 + 10279 + 08-01-2018 + DRS Competitive Continuation + + + 802 + 10354 + 09-01-2018 + DRS Non-Competitive Continuation + + + 7254 + 10402 + 11-01-2018 + DRS Non-Competitive Continuation + + + 7685 + 10401 + 11-01-2018 + DRS Non-Competitive Continuation + + + 768 + 10409 + 11-01-2018 + DRS Non-Competitive Continuation + + + 2643 + 10413 + 11-01-2018 + DRS Non-Competitive Continuation + + + 7686 + 10410 + 11-01-2018 + DRS Non-Competitive Continuation + + + 7690 + 10428 + 11-01-2018 + DRS Non-Competitive Continuation + + + 7701 + 10453 + 12-01-2018 + DRS Non-Competitive Continuation + + + 7711 + 10475 + 01-01-2019 + DRS Non-Competitive Continuation + + + 7245 + 10489 + 01-01-2019 + DRS Non-Competitive Continuation + + + 7258 + 10488 + 01-01-2019 + DRS Non-Competitive Continuation + + + 765 + 10503 + 01-01-2019 + DRS Non-Competitive Continuation + + + 7260 + 10502 + 01-01-2019 + DRS Non-Competitive Continuation + + + 7709 + 10501 + 01-01-2019 + DRS Non-Competitive Continuation + + + 2667 + 10522 + 02-01-2019 + DRS Non-Competitive Continuation + + + 7257 + 10551 + 02-01-2019 + DRS Non-Competitive Continuation + + + 7250 + 10550 + 02-01-2019 + DRS Non-Competitive Continuation + + + 7251 + 10568 + 03-01-2019 + DRS Non-Competitive Continuation + + + 7839 + 10569 + 03-01-2019 + DRS Non-Competitive Continuation + + + 2672 + 10566 + 03-01-2019 + DRS Non-Competitive Continuation + + + 7838 + 10576 + 03-01-2019 + DRS Non-Competitive Continuation + + + 7969 + 10591 + 04-01-2019 + DRS Non-Competitive Continuation + + + 5957 + 9214 + 07-01-2015 + DRS Non-Competitive Continuation + + + 4954 + 9247 + 07-01-2015 + DRS Non-Competitive Continuation + + + 6494 + 9216 + 07-01-2015 + DRS Non-Competitive Continuation + + + 7878 + 10602 + 04-01-2019 + DRS Non-Competitive Continuation + + + 7897 + 10693 + 04-01-2019 + DRS Non-Competitive Continuation + + + 6634 + 7968 + 07-01-2014 + DRS Non-Competitive Continuation + + + 7989 + 10694 + 04-01-2019 + DRS Non-Competitive Continuation + + + 7874 + 10690 + 04-01-2019 + DRS Non-Competitive Continuation + + + 2669 + 10695 + 04-01-2019 + DRS Non-Competitive Continuation + + + 7898 + 10691 + 04-01-2019 + DRS Non-Competitive Continuation + + + 7902 + 10700 + 04-01-2019 + DRS Non-Competitive Continuation + + + 7895 + 10705 + 05-01-2019 + DRS Non-Competitive Continuation + + + 7873 + 10704 + 05-01-2019 + DRS Non-Competitive Continuation + + + 7877 + 10709 + 05-01-2019 + DRS Non-Competitive Continuation + + + 7876 + 10712 + 05-01-2019 + DRS Non-Competitive Continuation + + + 7899 + 10713 + 05-01-2019 + DRS Non-Competitive Continuation + + + 4932 + 9190 + 07-01-2015 + DRS Competitive Continuation + + + 5969 + 9167 + 07-01-2015 + DRS Non-Competitive Continuation + + + 5757 + 9266 + 07-01-2015 + DRS Competitive Continuation + + + 5966 + 9292 + 07-01-2015 + DRS Non-Competitive Continuation + + + 6633 + 8313 + 09-01-2014 + DRS Non-Competitive Continuation + + + 4956 + 8469 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6473 + 8315 + 08-01-2014 + DRS Non-Competitive Continuation + + + 1827 + 7978 + 07-01-2014 + DRS Non-Competitive Continuation + + + 6655 + 8095 + 07-01-2014 + DRS Competitive Continuation + + + 6621 + 9220 + 07-01-2015 + DRS Competitive Continuation + + + 5106 + 8314 + 08-01-2014 + DRS Non-Competitive Continuation + + + 6468 + 8471 + 01-01-2015 + DRS Non-Competitive Continuation + + + 4253 + 8311 + 09-01-2014 + DRS Non-Competitive Continuation + + + 4242 + 8312 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5749 + 8411 + 11-01-2014 + DRS Non-Competitive Continuation + + + 4959 + 8731 + 03-01-2015 + DRS Non-Competitive Continuation + + + 4183 + 8472 + 01-01-2015 + DRS Non-Competitive Continuation + + + 4958 + 8734 + 03-01-2015 + DRS Non-Competitive Continuation + + + 4937 + 8738 + 02-01-2015 + DRS Non-Competitive Continuation + + + 5100 + 8476 + 01-01-2015 + DRS Non-Competitive Continuation + + + 3606 + 8461 + 01-01-2015 + DRS Non-Competitive Continuation + + + 4960 + 8732 + 02-01-2015 + DRS Non-Competitive Continuation + + + 6647 + 9263 + 07-01-2015 + DRS Competitive Continuation + + + 6792 + 8513 + 12-01-2014 + DRS Non-Competitive Continuation + + + 6632 + 8736 + 04-01-2015 + DRS Non-Competitive Continuation + + + 5104 + 8735 + 04-01-2015 + DRS Non-Competitive Continuation + + + 6626 + 8998 + 05-01-2015 + DRS Non-Competitive Continuation + + + 5101 + 8739 + 02-01-2015 + DRS Non-Competitive Continuation + + + 6470 + 8460 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6492 + 8016 + 07-01-2014 + DRS Competitive Continuation + + + 6797 + 7976 + 07-01-2014 + DRS Non-Competitive Continuation + + + 5610 + 8003 + 06-01-2014 + DRS Non-Competitive Continuation + + + 5728 + 8327 + 08-01-2014 + DRS Non-Competitive Continuation + + + 6059 + 7951 + 06-01-2014 + DRS Non-Competitive Continuation + + + 6041 + 7950 + 07-01-2014 + DRS Non-Competitive Continuation + + + 6788 + 7982 + 06-01-2014 + DRS Non-Competitive Continuation + + + 2684 + 10057 + 07-01-2017 + DRS Non-Competitive Continuation + + + 6575 + 8038 + 07-01-2014 + DRS Competitive Continuation + + + 5946 + 8733 + 04-01-2015 + DRS Non-Competitive Continuation + + + 5103 + 8477 + 01-01-2015 + DRS Non-Competitive Continuation + + + 7305 + 10058 + 07-01-2017 + DRS Non-Competitive Continuation + + + 5108 + 7970 + 07-01-2014 + DRS Competitive Continuation + + + 6334 + 9076 + 06-01-2015 + DRS Non-Competitive Continuation + + + 6556 + 8441 + 12-01-2014 + DRS Non-Competitive Continuation + + + 4590 + 9264 + 07-01-2015 + DRS Competitive Continuation + + + 6536 + 8042 + 06-01-2014 + DRS Non-Competitive Continuation + + + 1965 + 8101 + 07-01-2014 + DRS Non-Competitive Continuation + + + 5972 + 7980 + 07-01-2014 + DRS Non-Competitive Continuation + + + 4938 + 7981 + 07-01-2014 + DRS Non-Competitive Continuation + + + 5197 + 9265 + 07-01-2015 + DRS Competitive Continuation + + + 4644 + 9272 + 07-01-2015 + DRS Competitive Continuation + + + 3571 + 8614 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5329 + 8545 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5960 + 7962 + 06-01-2014 + DRS Non-Competitive Continuation + + + 5128 + 9714 + 07-01-2016 + DRS Competitive Continuation + + + 6591 + 9724 + 07-01-2016 + DRS Competitive Continuation + + + 4654 + 9722 + 07-01-2016 + DRS Competitive Continuation + + + 5776 + 9482 + 11-01-2015 + DRS Non-Competitive Continuation + + + 6130 + 9731 + 07-01-2016 + DRS Competitive Continuation + + + 6599 + 9721 + 07-01-2016 + DRS Competitive Continuation + + + 4645 + 9735 + 07-01-2016 + DRS Competitive Continuation + + + 6138 + 9723 + 07-01-2016 + DRS Competitive Continuation + + + 1889 + 9728 + 07-01-2016 + DRS Competitive Continuation + + + 6131 + 9730 + 07-01-2016 + DRS Competitive Continuation + + + 4660 + 9729 + 07-01-2016 + DRS Competitive Continuation + + + 3564 + 9393 + 09-01-2015 + DRS Non-Competitive Continuation + + + 7275 + 10229 + 07-01-2018 + DRS Non-Competitive Continuation + + + 777 + 10244 + 07-01-2018 + DRS Non-Competitive Continuation + + + 782 + 10257 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7600 + 10269 + 08-01-2018 + DRS Non-Competitive Continuation + + + 4655 + 9268 + 07-01-2015 + DRS Competitive Continuation + + + 8265 + 9834 + 11-01-2016 + DRS Non-Competitive Continuation + + + 3573 + 8609 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6103 + 9720 + 07-01-2016 + DRS Competitive Continuation + + + 6088 + 8098 + 07-01-2014 + DRS Non-Competitive Continuation + + + 7095 + 9363 + 09-01-2015 + DRS Non-Competitive Continuation + + + 799 + 10285 + 08-01-2018 + DRS Non-Competitive Continuation + + + 7606 + 10340 + 09-01-2018 + DRS Non-Competitive Continuation + + + 7608 + 10336 + 09-01-2018 + DRS Non-Competitive Continuation + + + 7634 + 10346 + 09-01-2018 + DRS Non-Competitive Continuation + + + 780 + 10351 + 09-01-2018 + DRS Competitive Continuation + + + 7613 + 10349 + 09-01-2018 + DRS Non-Competitive Continuation + + + 775 + 10367 + 09-01-2018 + DRS Competitive Continuation + + + 774 + 10364 + 09-01-2018 + DRS Competitive Continuation + + + 7268 + 10365 + 09-01-2018 + DRS Competitive Continuation + + + 788 + 10371 + 09-01-2018 + DRS Competitive Continuation + + + 2631 + 10429 + 11-01-2018 + DRS Non-Competitive Continuation + + + 7806 + 10455 + 12-01-2018 + DRS Non-Competitive Continuation + + + 7813 + 10457 + 12-01-2018 + DRS Non-Competitive Continuation + + + 2633 + 10464 + 12-01-2018 + DRS Non-Competitive Continuation + + + 2640 + 10471 + 01-01-2019 + DRS Non-Competitive Continuation + + + 779 + 10559 + 02-01-2019 + DRS Non-Competitive Continuation + + + 5396 + 8428 + 11-01-2014 + DRS Non-Competitive Continuation + + + 5426 + 8434 + 10-01-2014 + DRS Non-Competitive Continuation + + + 5265 + 8427 + 11-01-2014 + DRS Non-Competitive Continuation + + + 5403 + 8449 + 11-01-2014 + DRS Non-Competitive Continuation + + + 6466 + 8474 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6072 + 8106 + 07-01-2014 + DRS Competitive Continuation + + + 3603 + 8468 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6487 + 8475 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5406 + 9484 + 11-01-2015 + DRS Non-Competitive Continuation + + + 6885 + 8508 + 01-01-2015 + DRS Non-Competitive Continuation + + + 2626 + 10557 + 02-01-2019 + DRS Non-Competitive Continuation + + + 778 + 10562 + 02-01-2019 + DRS Non-Competitive Continuation + + + 7276 + 10561 + 02-01-2019 + DRS Non-Competitive Continuation + + + 7265 + 10563 + 02-01-2019 + DRS Non-Competitive Continuation + + + 7865 + 10564 + 02-01-2019 + DRS Non-Competitive Continuation + + + 5770 + 8074 + 06-01-2014 + DRS Non-Competitive Continuation + + + 6134 + 8070 + 06-01-2014 + DRS Non-Competitive Continuation + + + 7115 + 8158 + 07-01-2014 + DRS Non-Competitive Continuation + + + 2023 + 7718 + 11-01-2013 + DRS Non-Competitive Continuation + + + 6457 + 7796 + 01-01-2014 + DRS Non-Competitive Continuation + + + 7118 + 9228 + 07-01-2015 + DRS Non-Competitive Continuation + + + 1580 + 8377 + 09-01-2014 + DRS Non-Competitive Continuation + + + 4656 + 8386 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5132 + 9177 + 07-01-2015 + DRS Non-Competitive Continuation + + + 6104 + 9175 + 07-01-2015 + DRS Competitive Continuation + + + 7114 + 9213 + 07-01-2015 + DRS Competitive Continuation + + + 7120 + 9270 + 07-01-2015 + DRS Non-Competitive Continuation + + + 5124 + 9189 + 07-01-2015 + DRS Competitive Continuation + + + 7754 + 10497 + 01-01-2019 + DRS Non-Competitive Continuation + + + 4638 + 9252 + 07-01-2015 + DRS Non-Competitive Continuation + + + 2140 + 8372 + 09-01-2014 + DRS Non-Competitive Continuation + + + 4647 + 8350 + 08-01-2014 + DRS Non-Competitive Continuation + + + 6595 + 8343 + 08-01-2014 + DRS Non-Competitive Continuation + + + 6123 + 8374 + 09-01-2014 + DRS Non-Competitive Continuation + + + 2037 + 8770 + 02-01-2015 + DRS Non-Competitive Continuation + + + 5773 + 8270 + 07-01-2014 + DRS Competitive Continuation + + + 4641 + 7617 + 09-01-2013 + DRS Non-Competitive Continuation + + + 5119 + 8657 + 01-01-2015 + DRS Non-Competitive Continuation + + + 4657 + 7614 + 09-01-2013 + DRS Non-Competitive Continuation + + + 5133 + 8166 + 07-01-2014 + DRS Competitive Continuation + + + 6954 + 8149 + 07-01-2014 + DRS Competitive Continuation + + + 5134 + 8482 + 12-01-2014 + DRS Non-Competitive Continuation + + + 6125 + 8481 + 12-01-2014 + DRS Non-Competitive Continuation + + + 7102 + 8642 + 01-01-2015 + DRS Non-Competitive Continuation + + + 3721 + 8613 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6593 + 8745 + 02-01-2015 + DRS Non-Competitive Continuation + + + 3584 + 8572 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5129 + 8768 + 02-01-2015 + DRS Non-Competitive Continuation + + + 5125 + 8172 + 07-01-2014 + DRS Competitive Continuation + + + 1861 + 8493 + 12-01-2014 + DRS Non-Competitive Continuation + + + 6107 + 8132 + 07-01-2014 + DRS Competitive Continuation + + + 4189 + 8774 + 03-01-2015 + DRS Non-Competitive Continuation + + + 6584 + 8888 + 03-01-2015 + DRS Non-Competitive Continuation + + + 4927 + 7837 + 03-01-2014 + DRS Non-Competitive Continuation + + + 7045 + 8761 + 02-01-2015 + DRS Non-Competitive Continuation + + + 6596 + 8909 + 04-01-2015 + DRS Non-Competitive Continuation + + + 5116 + 8911 + 04-01-2015 + DRS Non-Competitive Continuation + + + 6135 + 8865 + 04-01-2015 + DRS Non-Competitive Continuation + + + 6582 + 8886 + 03-01-2015 + DRS Non-Competitive Continuation + + + 2412 + 8880 + 03-01-2015 + DRS Non-Competitive Continuation + + + 6928 + 7905 + 04-01-2014 + DRS Non-Competitive Continuation + + + 2440 + 9637 + 07-01-2016 + DRS Competitive Continuation + + + 1517 + 9374 + 09-01-2015 + DRS Non-Competitive Continuation + + + 6919 + 9655 + 07-01-2016 + DRS Competitive Continuation + + + 7266 + 10118 + 11-01-2017 + DRS Non-Competitive Continuation + + + 7300 + 10174 + 06-01-2018 + DRS Non-Competitive Continuation + + + 781 + 10200 + 07-01-2018 + DRS Non-Competitive Continuation + + + 785 + 10227 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7593 + 10265 + 08-01-2018 + DRS Non-Competitive Continuation + + + 7592 + 10267 + 08-01-2018 + DRS Non-Competitive Continuation + + + 6923 + 9267 + 07-01-2015 + DRS Competitive Continuation + + + 7904 + 10588 + 04-01-2019 + DRS Non-Competitive Continuation + + + 6776 + 7856 + 02-01-2014 + DRS Non-Competitive Continuation + + + 1619 + 8353 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5252 + 9465 + 11-01-2015 + DRS Non-Competitive Continuation + + + 6761 + 9197 + 07-01-2015 + DRS Non-Competitive Continuation + + + 8104 + 10467 + 01-01-2019 + DRS Non-Competitive Continuation + + + 6941 + 9204 + 07-01-2015 + DRS Competitive Continuation + + + 7295 + 10266 + 08-01-2018 + DRS Competitive Continuation + + + 6782 + 9638 + 07-01-2016 + DRS Competitive Continuation + + + 1832 + 9641 + 07-01-2016 + DRS Competitive Continuation + + + 6764 + 9658 + 07-01-2016 + DRS Competitive Continuation + + + 6921 + 9349 + 08-01-2015 + DRS Non-Competitive Continuation + + + 6775 + 9203 + 07-01-2015 + DRS Competitive Continuation + + + 5909 + 8400 + 11-01-2014 + DRS Non-Competitive Continuation + + + 5935 + 9467 + 11-01-2015 + DRS Non-Competitive Continuation + + + 6781 + 8862 + 03-01-2015 + DRS Non-Competitive Continuation + + + 6944 + 8457 + 12-01-2014 + DRS Non-Competitive Continuation + + + 6777 + 8117 + 07-01-2014 + DRS Competitive Continuation + + + 6946 + 8763 + 02-01-2015 + DRS Non-Competitive Continuation + + + 6779 + 8762 + 02-01-2015 + DRS Non-Competitive Continuation + + + 6951 + 8836 + 03-01-2015 + DRS Non-Competitive Continuation + + + 6930 + 8941 + 04-01-2015 + DRS Non-Competitive Continuation + + + 6929 + 8596 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5400 + 7771 + 11-01-2013 + DRS Non-Competitive Continuation + + + 6427 + 9542 + 01-01-2016 + DRS Non-Competitive Continuation + + + 6454 + 9639 + 07-01-2016 + DRS Competitive Continuation + + + 6282 + 9643 + 07-01-2016 + DRS Competitive Continuation + + + 7222 + 10191 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7280 + 10203 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7221 + 10218 + 07-01-2018 + DRS Non-Competitive Continuation + + + 770 + 10216 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7224 + 10231 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7598 + 10293 + 09-01-2018 + DRS Non-Competitive Continuation + + + 2141 + 799 + 08-01-2013 + DRS Non-Competitive Continuation + + + 9397 + 10092 + 09-01-2017 + DRS Competitive Continuation + + + 6281 + 9543 + 01-01-2016 + DRS Competitive Continuation + + + 7596 + 10325 + 09-01-2018 + DRS Non-Competitive Continuation + + + 5916 + 9454 + 11-01-2015 + DRS Non-Competitive Continuation + + + 6279 + 7850 + 05-01-2014 + DRS Non-Competitive Continuation + + + 5918 + 9636 + 07-01-2016 + DRS Competitive Continuation + + + 6231 + 7769 + 11-01-2013 + DRS Non-Competitive Continuation + + + 5917 + 9452 + 11-01-2015 + DRS Non-Competitive Continuation + + + 6443 + 9644 + 07-01-2016 + DRS Competitive Continuation + + + 5913 + 9464 + 11-01-2015 + DRS Non-Competitive Continuation + + + 5919 + 9480 + 11-01-2015 + DRS Non-Competitive Continuation + + + 7282 + 10210 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7252 + 10361 + 09-01-2018 + DRS Competitive Continuation + + + 2630 + 10438 + 12-01-2018 + DRS Non-Competitive Continuation + + + 7772 + 10442 + 12-01-2018 + DRS Non-Competitive Continuation + + + 7776 + 10533 + 02-01-2019 + DRS Non-Competitive Continuation + + + 7777 + 10535 + 02-01-2019 + DRS Non-Competitive Continuation + + + 7840 + 10612 + 04-01-2019 + DRS Non-Competitive Continuation + + + 7891 + 10702 + 05-01-2019 + DRS Non-Competitive Continuation + + + 1900 + 7881 + 05-01-2014 + DRS Non-Competitive Continuation + + + 5948 + 7872 + 04-01-2014 + DRS Non-Competitive Continuation + + + 6248 + 7915 + 04-01-2014 + DRS Non-Competitive Continuation + + + 6907 + 7887 + 06-01-2014 + DRS Non-Competitive Continuation + + + 1821 + 7879 + 03-01-2014 + DRS Non-Competitive Continuation + + + 6284 + 7924 + 07-01-2014 + DRS Non-Competitive Continuation + + + 6278 + 8065 + 07-01-2014 + DRS Competitive Continuation + + + 7599 + 10327 + 09-01-2018 + DRS Non-Competitive Continuation + + + 6280 + 7590 + 06-01-2014 + DRS Non-Competitive Continuation + + + 7042 + 7921 + 04-01-2014 + DRS Non-Competitive Continuation + + + 5154 + 7707 + 01-01-2014 + DRS Non-Competitive Continuation + + + 1563 + 9184 + 07-01-2015 + DRS Non-Competitive Continuation + + + 5585 + 7822 + 01-01-2014 + DRS Non-Competitive Continuation + + + 1879 + 9207 + 07-01-2015 + DRS Competitive Continuation + + + 6277 + 8567 + 03-01-2015 + DRS Non-Competitive Continuation + + + 6263 + 8671 + 04-01-2015 + DRS Non-Competitive Continuation + + + 1761 + 9181 + 07-01-2015 + DRS Non-Competitive Continuation + + + 2449 + 9210 + 07-01-2015 + DRS Non-Competitive Continuation + + + 5286 + 7918 + 05-01-2014 + DRS Non-Competitive Continuation + + + 6286 + 7851 + 06-01-2014 + DRS Non-Competitive Continuation + + + 6439 + 8485 + 02-01-2015 + DRS Non-Competitive Continuation + + + 1897 + 7923 + 07-01-2014 + DRS Non-Competitive Continuation + + + 6266 + 7591 + 09-01-2013 + DRS Non-Competitive Continuation + + + 6426 + 8863 + 05-01-2015 + DRS Non-Competitive Continuation + + + 1599 + 7938 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5578 + 7684 + 11-01-2013 + DRS Non-Competitive Continuation + + + 3604 + 8437 + 01-01-2015 + DRS Non-Competitive Continuation + + + 1764 + 8436 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6445 + 8672 + 02-01-2015 + DRS Non-Competitive Continuation + + + 6285 + 8484 + 02-01-2015 + DRS Non-Competitive Continuation + + + 6438 + 8489 + 02-01-2015 + DRS Non-Competitive Continuation + + + 1452 + 8674 + 04-01-2015 + DRS Non-Competitive Continuation + + + 6290 + 8673 + 04-01-2015 + DRS Non-Competitive Continuation + + + 6430 + 8009 + 07-01-2014 + DRS Competitive Continuation + + + 6448 + 8668 + 03-01-2015 + DRS Non-Competitive Continuation + + + 1765 + 9128 + 07-01-2015 + DRS Non-Competitive Continuation + + + 6293 + 9113 + 07-01-2015 + DRS Competitive Continuation + + + 5895 + 9378 + 09-01-2015 + DRS Non-Competitive Continuation + + + 7227 + 10181 + 06-01-2018 + DRS Non-Competitive Continuation + + + 5880 + 9328 + 08-01-2015 + DRS Non-Competitive Continuation + + + 5921 + 9546 + 01-01-2016 + DRS Non-Competitive Continuation + + + 5879 + 9675 + 07-01-2016 + DRS Competitive Continuation + + + 5719 + 9673 + 07-01-2016 + DRS Competitive Continuation + + + 5890 + 9672 + 07-01-2016 + DRS Competitive Continuation + + + 7279 + 10169 + 05-01-2018 + DRS Non-Competitive Continuation + + + 7056 + 7835 + 01-01-2014 + DRS Non-Competitive Continuation + + + 2664 + 10179 + 06-01-2018 + DRS Non-Competitive Continuation + + + 7283 + 10193 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7291 + 10223 + 07-01-2018 + DRS Non-Competitive Continuation + + + 5755 + 7695 + 11-01-2013 + DRS Non-Competitive Continuation + + + 5922 + 9483 + 11-01-2015 + DRS Non-Competitive Continuation + + + 6754 + 7829 + 01-01-2014 + DRS Non-Competitive Continuation + + + 3710 + 8570 + 01-01-2015 + DRS Non-Competitive Continuation + + + 7284 + 10213 + 07-01-2018 + DRS Non-Competitive Continuation + + + 755 + 10228 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7584 + 10291 + 08-01-2018 + DRS Non-Competitive Continuation + + + 7609 + 10330 + 09-01-2018 + DRS Non-Competitive Continuation + + + 7607 + 10335 + 09-01-2018 + DRS Non-Competitive Continuation + + + 7610 + 10375 + 09-01-2018 + DRS Non-Competitive Continuation + + + 1475 + 9198 + 07-01-2015 + DRS Competitive Continuation + + + 7704 + 10398 + 11-01-2018 + DRS Non-Competitive Continuation + + + 6315 + 7844 + 02-01-2014 + DRS Non-Competitive Continuation + + + 7752 + 10436 + 12-01-2018 + DRS Non-Competitive Continuation + + + 7759 + 10437 + 12-01-2018 + DRS Non-Competitive Continuation + + + 7287 + 10460 + 01-01-2019 + DRS Non-Competitive Continuation + + + 7760 + 10461 + 01-01-2019 + DRS Non-Competitive Continuation + + + 5865 + 9192 + 07-01-2015 + DRS Competitive Continuation + + + 7866 + 10579 + 03-01-2019 + DRS Non-Competitive Continuation + + + 7892 + 10630 + 04-01-2019 + DRS Non-Competitive Continuation + + + 7919 + 10626 + 04-01-2019 + DRS Non-Competitive Continuation + + + 7920 + 10629 + 04-01-2019 + DRS Non-Competitive Continuation + + + 7286 + 10504 + 01-01-2019 + DRS Non-Competitive Continuation + + + 7880 + 10710 + 05-01-2019 + DRS Non-Competitive Continuation + + + 4202 + 7894 + 05-01-2014 + DRS Non-Competitive Continuation + + + 7611 + 10347 + 09-01-2018 + DRS Non-Competitive Continuation + + + 7755 + 10466 + 01-01-2019 + DRS Non-Competitive Continuation + + + 5868 + 9129 + 07-01-2015 + DRS Non-Competitive Continuation + + + 7763 + 10443 + 12-01-2018 + DRS Non-Competitive Continuation + + + 5883 + 8031 + 07-01-2014 + DRS Competitive Continuation + + + 5881 + 8058 + 07-01-2014 + DRS Non-Competitive Continuation + + + 5738 + 8055 + 07-01-2014 + DRS Non-Competitive Continuation + + + 7762 + 10458 + 01-01-2019 + DRS Non-Competitive Continuation + + + 4157 + 9116 + 07-01-2015 + DRS Non-Competitive Continuation + + + 4159 + 9123 + 07-01-2015 + DRS Non-Competitive Continuation + + + 3695 + 8523 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6267 + 7935 + 09-01-2014 + DRS Non-Competitive Continuation + + + 3701 + 8530 + 01-01-2015 + DRS Non-Competitive Continuation + + + 3702 + 8529 + 01-01-2015 + DRS Non-Competitive Continuation + + + 4184 + 8512 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6261 + 7934 + 09-01-2014 + DRS Non-Competitive Continuation + + + 3699 + 8532 + 01-01-2015 + DRS Non-Competitive Continuation + + + 3704 + 8528 + 01-01-2015 + DRS Non-Competitive Continuation + + + 3705 + 8527 + 01-01-2015 + DRS Non-Competitive Continuation + + + 3696 + 8535 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5874 + 8966 + 04-01-2015 + DRS Non-Competitive Continuation + + + 3706 + 8526 + 01-01-2015 + DRS Non-Competitive Continuation + + + 3707 + 8525 + 01-01-2015 + DRS Non-Competitive Continuation + + + 3697 + 8534 + 01-01-2015 + DRS Non-Competitive Continuation + + + 4204 + 8996 + 05-01-2015 + DRS Non-Competitive Continuation + + + 5892 + 8997 + 05-01-2015 + DRS Non-Competitive Continuation + + + 3698 + 8533 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6028 + 9358 + 09-01-2015 + DRS Non-Competitive Continuation + + + 6050 + 9376 + 09-01-2015 + DRS Non-Competitive Continuation + + + 6038 + 9169 + 07-01-2015 + DRS Non-Competitive Continuation + + + 3700 + 8531 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5931 + 9463 + 11-01-2015 + DRS Non-Competitive Continuation + + + 4517 + 7955 + 07-01-2014 + DRS Non-Competitive Continuation + + + 6044 + 9716 + 07-01-2016 + DRS Competitive Continuation + + + 5933 + 9699 + 07-01-2016 + DRS Competitive Continuation + + + 7310 + 10195 + 07-01-2018 + DRS Non-Competitive Continuation + + + 1310 + 10270 + 08-01-2018 + DRS Competitive Continuation + + + 7683 + 10430 + 11-01-2018 + DRS Non-Competitive Continuation + + + 7784 + 10505 + 01-01-2019 + DRS Non-Competitive Continuation + + + 7635 + 10554 + 02-01-2019 + DRS Non-Competitive Continuation + + + 7216 + 10553 + 02-01-2019 + DRS Non-Competitive Continuation + + + 2100 + 9717 + 07-01-2016 + DRS Competitive Continuation + + + 6029 + 8155 + 09-01-2014 + DRS Non-Competitive Continuation + + + 7783 + 10470 + 01-01-2019 + DRS Non-Competitive Continuation + + + 5937 + 8406 + 11-01-2014 + DRS Non-Competitive Continuation + + + 5940 + 8403 + 11-01-2014 + DRS Non-Competitive Continuation + + + 6790 + 9470 + 11-01-2015 + DRS Non-Competitive Continuation + + + 6042 + 8486 + 01-01-2015 + DRS Non-Competitive Continuation + + + 3580 + 8487 + 01-01-2015 + DRS Non-Competitive Continuation + + + 3582 + 8491 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5938 + 9693 + 07-01-2016 + DRS Competitive Continuation + + + 7302 + 10508 + 01-01-2019 + DRS Non-Competitive Continuation + + + 2107 + 8490 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6055 + 9689 + 07-01-2016 + DRS Competitive Continuation + + + 5930 + 8397 + 10-01-2014 + DRS Non-Competitive Continuation + + + 5942 + 8404 + 11-01-2014 + DRS Non-Competitive Continuation + + + 5939 + 9466 + 11-01-2015 + DRS Non-Competitive Continuation + + + 1481 + 9173 + 07-01-2015 + DRS Competitive Continuation + + + 5349 + 9743 + 09-01-2016 + DRS Non-Competitive Continuation + + + 5140 + 9744 + 09-01-2016 + DRS Non-Competitive Continuation + + + 6855 + 9745 + 08-01-2016 + DRS Non-Competitive Continuation + + + 5332 + 9843 + 01-01-2017 + DRS Non-Competitive Continuation + + + 5342 + 9846 + 01-01-2017 + DRS Non-Competitive Continuation + + + 5170 + 9845 + 01-01-2017 + DRS Non-Competitive Continuation + + + 5497 + 9997 + 04-01-2017 + DRS Non-Competitive Continuation + + + 5355 + 7961 + 06-01-2014 + DRS Non-Competitive Continuation + + + 6181 + 8145 + 09-01-2014 + DRS Non-Competitive Continuation + + + 3581 + 8492 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6177 + 8402 + 12-01-2014 + DRS Non-Competitive Continuation + + + 6046 + 8488 + 03-01-2015 + DRS Non-Competitive Continuation + + + 6039 + 9206 + 07-01-2015 + DRS Competitive Continuation + + + 772 + 10219 + 07-01-2018 + DRS Non-Competitive Continuation + + + 7585 + 10289 + 09-01-2018 + DRS Non-Competitive Continuation + + + 2645 + 10272 + 08-01-2018 + DRS Non-Competitive Continuation + + + 7587 + 10331 + 09-01-2018 + DRS Non-Competitive Continuation + + + 7586 + 10352 + 09-01-2018 + DRS Non-Competitive Continuation + + + 7715 + 10433 + 12-01-2018 + DRS Non-Competitive Continuation + + + 7782 + 10446 + 12-01-2018 + DRS Non-Competitive Continuation + + + 7862 + 10477 + 01-01-2019 + DRS Non-Competitive Continuation + + + 7818 + 10514 + 01-01-2019 + DRS Non-Competitive Continuation + + + 5009 + 8388 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5229 + 9489 + 11-01-2015 + DRS Non-Competitive Continuation + + + 1335 + 8440 + 11-01-2014 + DRS Non-Competitive Continuation + + + 4652 + 8045 + 06-01-2014 + DRS Non-Competitive Continuation + + + 5153 + 8390 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5337 + 8340 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5495 + 7804 + 02-01-2014 + DRS Non-Competitive Continuation + + + 5161 + 8439 + 11-01-2014 + DRS Non-Competitive Continuation + + + 5222 + 8454 + 11-01-2014 + DRS Non-Competitive Continuation + + + 5234 + 8413 + 11-01-2014 + DRS Non-Competitive Continuation + + + 5324 + 8456 + 12-01-2014 + DRS Non-Competitive Continuation + + + 5322 + 7638 + 12-01-2013 + DRS Non-Competitive Continuation + + + 5138 + 8458 + 12-01-2014 + DRS Non-Competitive Continuation + + + 6857 + 8538 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5326 + 7712 + 01-01-2014 + DRS Non-Competitive Continuation + + + 7768 + 10582 + 03-01-2019 + DRS Non-Competitive Continuation + + + 5346 + 7765 + 03-01-2014 + DRS Non-Competitive Continuation + + + 5230 + 7691 + 11-01-2013 + DRS Non-Competitive Continuation + + + 1850 + 8981 + 04-01-2015 + DRS Non-Competitive Continuation + + + 5491 + 9296 + 08-01-2015 + DRS Non-Competitive Continuation + + + 5331 + 8565 + 02-01-2015 + DRS Non-Competitive Continuation + + + 5232 + 9487 + 11-01-2015 + DRS Non-Competitive Continuation + + + 5158 + 9531 + 01-01-2016 + DRS Non-Competitive Continuation + + + 6815 + 9537 + 01-01-2016 + DRS Non-Competitive Continuation + + + 5010 + 9124 + 06-01-2015 + DRS Non-Competitive Continuation + + + 6852 + 8556 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5341 + 8569 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6082 + 8839 + 03-01-2015 + DRS Non-Competitive Continuation + + + 4134 + 8954 + 04-01-2015 + DRS Non-Competitive Continuation + + + 5231 + 8546 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5179 + 9532 + 01-01-2016 + DRS Non-Competitive Continuation + + + 5151 + 8564 + 01-01-2015 + DRS Non-Competitive Continuation + + + 1669 + 8756 + 02-01-2015 + DRS Non-Competitive Continuation + + + 6866 + 8765 + 03-01-2015 + DRS Non-Competitive Continuation + + + 2557 + 9176 + 07-01-2015 + DRS Non-Competitive Continuation + + + 5173 + 8905 + 04-01-2015 + DRS Non-Competitive Continuation + + + 6856 + 8955 + 04-01-2015 + DRS Non-Competitive Continuation + + + 5498 + 8537 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5175 + 8904 + 04-01-2015 + DRS Non-Competitive Continuation + + + 4132 + 8956 + 04-01-2015 + DRS Non-Competitive Continuation + + + 6853 + 8522 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5315 + 8989 + 05-01-2015 + DRS Non-Competitive Continuation + + + 5493 + 8988 + 04-01-2015 + DRS Non-Competitive Continuation + + + 5501 + 8800 + 03-01-2015 + DRS Non-Competitive Continuation + + + 3579 + 9182 + 07-01-2015 + DRS Non-Competitive Continuation + + + 5314 + 9533 + 01-01-2016 + DRS Non-Competitive Continuation + + + 5162 + 9556 + 01-01-2016 + DRS Non-Competitive Continuation + + + 5345 + 9572 + 02-01-2016 + DRS Non-Competitive Continuation + + + 5174 + 9601 + 04-01-2016 + DRS Non-Competitive Continuation + + + 1851 + 9604 + 05-01-2016 + DRS Non-Competitive Continuation + + + 1309 + 10173 + 05-01-2018 + DRS Non-Competitive Continuation + + + 7615 + 10580 + 03-01-2019 + DRS Non-Competitive Continuation + + + 5524 + 7943 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5522 + 7927 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5526 + 7929 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5521 + 7928 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5344 + 9602 + 12-01-2015 + DRS Non-Competitive Continuation + + + 5176 + 9633 + 07-01-2016 + DRS Non-Competitive Continuation + + + 5318 + 9663 + 07-01-2016 + DRS Non-Competitive Continuation + + + 1307 + 10515 + 02-01-2019 + DRS Non-Competitive Continuation + + + 1853 + 9372 + 09-01-2015 + DRS Competitive Continuation + + + 5518 + 9391 + 09-01-2015 + DRS Non-Competitive Continuation + + + 6485 + 9517 + 01-01-2016 + DRS Non-Competitive Continuation + + + 6814 + 9518 + 01-01-2016 + DRS Non-Competitive Continuation + + + 6702 + 7281 + 08-01-2013 + DRS Non-Competitive Continuation + + + 7881 + 10730 + 05-01-2019 + DRS Non-Competitive Continuation + + + 7263 + 10408 + 11-01-2018 + DRS Competitive Continuation + + + 7259 + 10575 + 03-01-2019 + DRS Competitive Continuation + + + 7896 + 10727 + 05-01-2019 + DRS Non-Competitive Continuation + + + 6737 + 2613 + 08-01-2013 + DRS Non-Competitive Continuation + + + 5457 + 8150 + 07-01-2014 + DRS Competitive Continuation + + + 5301 + 8144 + 07-01-2014 + DRS Non-Competitive Continuation + + + 4945 + 7971 + 07-01-2014 + DRS Competitive Continuation + + + 7079 + 8335 + 08-01-2014 + DRS Non-Competitive Continuation + + + 6893 + 2677 + 09-01-2013 + DRS Non-Competitive Continuation + + + 1603 + 7622 + 09-01-2013 + DRS Non-Competitive Continuation + + + 7064 + 7626 + 09-01-2013 + DRS Non-Competitive Continuation + + + 7210 + 10728 + 05-01-2019 + DRS Non-Competitive Continuation + + + 5637 + 8253 + 07-01-2014 + DRS Competitive Continuation + + + 6895 + 7965 + 07-01-2014 + DRS Non-Competitive Continuation + + + 6725 + 8035 + 07-01-2014 + DRS Competitive Continuation + + + 7267 + 10386 + 09-01-2018 + DRS Competitive Continuation + + + 8069 + 10733 + 06-01-2019 + DRS Non-Competitive Continuation + + + 7894 + 10731 + 05-01-2019 + DRS Non-Competitive Continuation + + + 4709 + 776 + 07-01-2013 + DRS Competitive Continuation + + + 5429 + 8258 + 07-01-2014 + DRS Competitive Continuation + + + 8042 + 10741 + 06-01-2019 + DRS Non-Competitive Continuation + + + 7962 + 10742 + 06-01-2019 + DRS Non-Competitive Continuation + + + 7955 + 10740 + 07-01-2019 + DRS Non-Competitive Continuation + + + 6139 + 8133 + 07-01-2014 + DRS Non-Competitive Continuation + + + 315 + 8084 + 07-01-2014 + DRS Non-Competitive Continuation + + + 4673 + 803 + 08-01-2013 + DRS Competitive Continuation + + + 5115 + 8159 + 07-01-2014 + DRS Competitive Continuation + + + 6933 + 7594 + 08-01-2013 + DRS Non-Competitive Continuation + + + 6268 + 8062 + 07-01-2014 + DRS Competitive Continuation + + + 7096 + 8071 + 06-01-2014 + DRS Non-Competitive Continuation + + + 5741 + 8020 + 07-01-2014 + DRS Competitive Continuation + + + 6115 + 8142 + 07-01-2014 + DRS Competitive Continuation + + + 5797 + 8015 + 06-01-2014 + DRS Non-Competitive Continuation + + + 5468 + 7604 + 08-01-2013 + DRS Non-Competitive Continuation + + + 6478 + 757 + 09-01-2013 + DRS Competitive Continuation + + + 2541 + 7596 + 09-01-2013 + DRS Non-Competitive Continuation + + + 6433 + 7598 + 09-01-2013 + DRS Non-Competitive Continuation + + + 6450 + 9402 + 09-01-2015 + DRS Non-Competitive Continuation + + + 6592 + 8068 + 06-01-2014 + DRS Non-Competitive Continuation + + + 6116 + 8506 + 12-01-2014 + DRS Non-Competitive Continuation + + + 7949 + 10855 + 07-01-2019 + DRS Competitive Continuation + + + 5402 + 8451 + 11-01-2014 + DRS Non-Competitive Continuation + + + 5926 + 7699 + 11-01-2013 + DRS Non-Competitive Continuation + + + 1868 + 9458 + 11-01-2015 + DRS Non-Competitive Continuation + + + 8160 + 10876 + 07-01-2019 + DRS Competitive Continuation + + + 7047 + 7589 + 08-01-2013 + DRS Non-Competitive Continuation + + + 5441 + 8450 + 11-01-2014 + DRS Non-Competitive Continuation + + + 5593 + 8385 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5756 + 9462 + 11-01-2015 + DRS Non-Competitive Continuation + + + 5976 + 7974 + 07-01-2014 + DRS Non-Competitive Continuation + + + 6253 + 8134 + 07-01-2014 + DRS Competitive Continuation + + + 1360 + 8135 + 07-01-2014 + DRS Competitive Continuation + + + 5249 + 8453 + 11-01-2014 + DRS Non-Competitive Continuation + + + 1705 + 8123 + 07-01-2014 + DRS Competitive Continuation + + + 6096 + 8122 + 07-01-2014 + DRS Competitive Continuation + + + 3572 + 8116 + 07-01-2014 + DRS Competitive Continuation + + + 5431 + 8452 + 11-01-2014 + DRS Non-Competitive Continuation + + + 4649 + 8137 + 07-01-2014 + DRS Competitive Continuation + + + 1753 + 8053 + 06-01-2014 + DRS Non-Competitive Continuation + + + 5745 + 7693 + 11-01-2013 + DRS Non-Competitive Continuation + + + 5530 + 7940 + 07-01-2014 + DRS Non-Competitive Continuation + + + 6232 + 7621 + 09-01-2013 + DRS Non-Competitive Continuation + + + 6129 + 8088 + 07-01-2014 + DRS Non-Competitive Continuation + + + 6768 + 8085 + 07-01-2014 + DRS Non-Competitive Continuation + + + 5477 + 798 + 07-01-2013 + DRS Non-Competitive Continuation + + + 6033 + 8091 + 08-01-2014 + DRS Non-Competitive Continuation + + + 5654 + 8174 + 07-01-2014 + DRS Competitive Continuation + + + 6032 + 9133 + 07-01-2015 + DRS Non-Competitive Continuation + + + 6087 + 8112 + 07-01-2014 + DRS Competitive Continuation + + + 4941 + 800 + 09-01-2013 + DRS Non-Competitive Continuation + + + 6075 + 8108 + 07-01-2014 + DRS Competitive Continuation + + + 6533 + 8127 + 07-01-2014 + DRS Competitive Continuation + + + 5177 + 7860 + 02-01-2014 + DRS Non-Competitive Continuation + + + 5172 + 7908 + 04-01-2014 + DRS Non-Competitive Continuation + + + 6236 + 8093 + 07-01-2014 + DRS Competitive Continuation + + + 1670 + 9475 + 11-01-2015 + DRS Non-Competitive Continuation + + + 2556 + 8082 + 07-01-2014 + DRS Non-Competitive Continuation + + + 5801 + 8357 + 08-01-2014 + DRS Non-Competitive Continuation + + + 6937 + 8083 + 07-01-2014 + DRS Non-Competitive Continuation + + + 6035 + 8089 + 08-01-2014 + DRS Non-Competitive Continuation + + + 6714 + 8497 + 01-01-2015 + DRS Non-Competitive Continuation + + + 4788 + 8431 + 11-01-2014 + DRS Non-Competitive Continuation + + + 5634 + 8394 + 09-01-2014 + DRS Non-Competitive Continuation + + + 750 + 10075 + 07-01-2017 + DRS Non-Competitive Continuation + + + 6780 + 8352 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5311 + 8479 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6251 + 8111 + 07-01-2014 + DRS Competitive Continuation + + + 5338 + 8336 + 09-01-2014 + DRS Non-Competitive Continuation + + + 6081 + 8366 + 09-01-2014 + DRS Non-Competitive Continuation + + + 3719 + 8480 + 01-01-2015 + DRS Non-Competitive Continuation + + + 1539 + 8393 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5747 + 8408 + 11-01-2014 + DRS Non-Competitive Continuation + + + 2289 + 8339 + 09-30-2014 + DRS Non-Competitive Continuation + + + 5751 + 8409 + 11-01-2014 + DRS Non-Competitive Continuation + + + 3737 + 8495 + 01-01-2015 + DRS Non-Competitive Continuation + + + 3720 + 8502 + 01-01-2015 + DRS Non-Competitive Continuation + + + 3711 + 8507 + 01-01-2015 + DRS Non-Competitive Continuation + + + 3829 + 8500 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5421 + 8459 + 11-01-2014 + DRS Non-Competitive Continuation + + + 6569 + 8504 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6543 + 8505 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6410 + 8520 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5350 + 2635 + 08-01-2013 + DRS Non-Competitive Continuation + + + 1898 + 7926 + 07-01-2014 + DRS Non-Competitive Continuation + + + 5705 + 8029 + 07-01-2014 + DRS Competitive Continuation + + + 5896 + 8348 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5870 + 8000 + 06-01-2014 + DRS Non-Competitive Continuation + + + 5901 + 8349 + 09-01-2014 + DRS Non-Competitive Continuation + + + 4791 + 8078 + 07-01-2014 + DRS Competitive Continuation + + + 5622 + 8547 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5914 + 9476 + 11-01-2015 + DRS Non-Competitive Continuation + + + 3724 + 8558 + 01-01-2015 + DRS Non-Competitive Continuation + + + 3722 + 8647 + 01-01-2015 + DRS Non-Competitive Continuation + + + 3694 + 8560 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6174 + 8417 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6821 + 8563 + 01-01-2015 + DRS Non-Competitive Continuation + + + 2566 + 8419 + 01-01-2015 + DRS Non-Competitive Continuation + + + 1824 + 8416 + 01-01-2015 + DRS Non-Competitive Continuation + + + 3588 + 8561 + 01-01-2015 + DRS Non-Competitive Continuation + + + 3594 + 8559 + 01-01-2015 + DRS Non-Competitive Continuation + + + 1860 + 8557 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5268 + 8639 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5910 + 8415 + 11-01-2014 + DRS Non-Competitive Continuation + + + 5955 + 7986 + 07-01-2014 + DRS Competitive Continuation + + + 5893 + 8057 + 07-01-2014 + DRS Non-Competitive Continuation + + + 1953 + 2680 + 09-01-2013 + DRS Non-Competitive Continuation + + + 4667 + 7948 + 05-01-2014 + DRS Non-Competitive Continuation + + + 6397 + 8156 + 07-01-2014 + DRS Non-Competitive Continuation + + + 1682 + 8161 + 07-01-2014 + DRS Non-Competitive Continuation + + + 6472 + 7230 + 08-01-2013 + DRS Non-Competitive Continuation + + + 5112 + 8069 + 06-01-2014 + DRS Non-Competitive Continuation + + + 5235 + 9832 + 11-01-2016 + DRS Non-Competitive Continuation + + + 6873 + 7959 + 06-01-2014 + DRS Non-Competitive Continuation + + + 4203 + 7896 + 05-01-2014 + DRS Non-Competitive Continuation + + + 1946 + 7960 + 06-01-2014 + DRS Non-Competitive Continuation + + + 6058 + 8072 + 07-01-2014 + DRS Competitive Continuation + + + 5343 + 7857 + 04-01-2014 + DRS Non-Competitive Continuation + + + 4786 + 7824 + 01-01-2014 + DRS Non-Competitive Continuation + + + 1595 + 8169 + 06-01-2014 + DRS Non-Competitive Continuation + + + 1359 + 8170 + 08-01-2014 + DRS Non-Competitive Continuation + + + 5156 + 7906 + 06-01-2014 + DRS Non-Competitive Continuation + + + 6728 + 9567 + 02-01-2016 + DRS Non-Competitive Continuation + + + 5255 + 9471 + 11-01-2015 + DRS Non-Competitive Continuation + + + 7092 + 8163 + 07-01-2014 + DRS Competitive Continuation + + + 6648 + 9004 + 05-01-2015 + DRS Non-Competitive Continuation + + + 6729 + 8845 + 03-01-2015 + DRS Non-Competitive Continuation + + + 6381 + 7966 + 07-01-2014 + DRS Non-Competitive Continuation + + + 5580 + 9469 + 11-01-2015 + DRS Non-Competitive Continuation + + + 5762 + 7687 + 11-01-2013 + DRS Non-Competitive Continuation + + + 5612 + 7808 + 01-01-2014 + DRS Non-Competitive Continuation + + + 5225 + 9473 + 11-01-2015 + DRS Non-Competitive Continuation + + + 5233 + 9474 + 11-01-2015 + DRS Non-Competitive Continuation + + + 5932 + 7697 + 11-01-2013 + DRS Non-Competitive Continuation + + + 6432 + 7779 + 02-01-2014 + DRS Non-Competitive Continuation + + + 2297 + 7634 + 09-01-2013 + DRS Non-Competitive Continuation + + + 6424 + 7937 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5574 + 7719 + 11-01-2013 + DRS Non-Competitive Continuation + + + 7051 + 8368 + 09-01-2014 + DRS Non-Competitive Continuation + + + 4787 + 7620 + 09-01-2013 + DRS Non-Competitive Continuation + + + 7109 + 8148 + 07-01-2014 + DRS Competitive Continuation + + + 6740 + 9234 + 07-01-2015 + DRS Competitive Continuation + + + 6563 + 8442 + 12-01-2014 + DRS Non-Competitive Continuation + + + 5763 + 7694 + 11-01-2013 + DRS Non-Competitive Continuation + + + 5507 + 7956 + 05-01-2014 + DRS Competitive Continuation + + + 4586 + 7939 + 11-01-2014 + DRS Non-Competitive Continuation + + + 5978 + 8515 + 12-01-2014 + DRS Competitive Continuation + + + 6721 + 8443 + 12-01-2014 + DRS Non-Competitive Continuation + + + 2572 + 7845 + 02-01-2014 + DRS Non-Competitive Continuation + + + 6049 + 7996 + 07-01-2014 + DRS Non-Competitive Continuation + + + 6047 + 7954 + 06-01-2014 + DRS Non-Competitive Continuation + + + 4766 + 8004 + 06-01-2014 + DRS Non-Competitive Continuation + + + 6876 + 8444 + 12-01-2014 + DRS Non-Competitive Continuation + + + 5454 + 8329 + 07-01-2014 + DRS Competitive Continuation + + + 1957 + 8044 + 06-01-2014 + DRS Non-Competitive Continuation + + + 7041 + 8005 + 06-01-2014 + DRS Non-Competitive Continuation + + + 4209 + 7967 + 06-01-2014 + DRS Competitive Continuation + + + 4669 + 8066 + 06-01-2014 + DRS Non-Competitive Continuation + + + 7154 + 8330 + 08-01-2014 + DRS Non-Competitive Continuation + + + 1892 + 7941 + 03-01-2015 + DRS Non-Competitive Continuation + + + 6699 + 9384 + 09-01-2015 + DRS Non-Competitive Continuation + + + 1617 + 8375 + 09-01-2014 + DRS Non-Competitive Continuation + + + 7065 + 8006 + 07-01-2014 + DRS Competitive Continuation + + + 1852 + 7947 + 05-01-2014 + DRS Non-Competitive Continuation + + + 5269 + 8376 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5609 + 8382 + 09-01-2014 + DRS Non-Competitive Continuation + + + 6256 + 8105 + 07-01-2014 + DRS Competitive Continuation + + + 6425 + 8414 + 12-01-2014 + DRS Non-Competitive Continuation + + + 6031 + 7995 + 07-01-2014 + DRS Non-Competitive Continuation + + + 5520 + 7942 + 03-01-2015 + DRS Non-Competitive Continuation + + + 6572 + 8448 + 12-01-2014 + DRS Non-Competitive Continuation + + + 1778 + 8445 + 12-01-2014 + DRS Non-Competitive Continuation + + + 6741 + 8026 + 07-01-2014 + DRS Competitive Continuation + + + 5407 + 8446 + 11-01-2014 + DRS Non-Competitive Continuation + + + 1515 + 9377 + 09-01-2015 + DRS Non-Competitive Continuation + + + 1967 + 8100 + 07-01-2014 + DRS Non-Competitive Continuation + + + 1600 + 2682 + 09-01-2013 + DRS Non-Competitive Continuation + + + 5961 + 8478 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5982 + 8319 + 08-01-2014 + DRS Non-Competitive Continuation + + + 6627 + 8318 + 08-01-2014 + DRS Non-Competitive Continuation + + + 5285 + 8379 + 09-01-2014 + DRS Non-Competitive Continuation + + + 1532 + 8381 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5488 + 8391 + 09-01-2014 + DRS Non-Competitive Continuation + + + 1614 + 8373 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5443 + 7963 + 07-01-2014 + DRS Competitive Continuation + + + 1771 + 7983 + 07-01-2014 + DRS Competitive Continuation + + + 5597 + 8494 + 12-01-2014 + DRS Non-Competitive Continuation + + + 6065 + 8467 + 12-01-2014 + DRS Non-Competitive Continuation + + + 3728 + 8543 + 01-01-2015 + DRS Non-Competitive Continuation + + + 4951 + 8465 + 01-01-2015 + DRS Non-Competitive Continuation + + + 3570 + 8592 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5588 + 8595 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6540 + 8743 + 02-01-2015 + DRS Non-Competitive Continuation + + + 2438 + 8847 + 03-01-2015 + DRS Non-Competitive Continuation + + + 5863 + 8746 + 02-01-2015 + DRS Non-Competitive Continuation + + + 5884 + 8816 + 03-01-2015 + DRS Non-Competitive Continuation + + + 5765 + 7990 + 07-01-2014 + DRS Competitive Continuation + + + 2365 + 7914 + 04-01-2014 + DRS Non-Competitive Continuation + + + 6704 + 8499 + 01-01-2015 + DRS Non-Competitive Continuation + + + 1344 + 8814 + 02-01-2015 + DRS Non-Competitive Continuation + + + 6712 + 8705 + 02-01-2015 + DRS Non-Competitive Continuation + + + 5228 + 8817 + 03-01-2015 + DRS Non-Competitive Continuation + + + 6706 + 8498 + 01-01-2015 + DRS Non-Competitive Continuation + + + 479 + 8835 + 03-01-2015 + DRS Non-Competitive Continuation + + + 1711 + 8844 + 03-01-2015 + DRS Non-Competitive Continuation + + + 5227 + 9490 + 11-01-2015 + DRS Non-Competitive Continuation + + + 5435 + 8263 + 07-01-2014 + DRS Competitive Continuation + + + 5656 + 8851 + 03-01-2015 + DRS Non-Competitive Continuation + + + 1443 + 8846 + 03-01-2015 + DRS Non-Competitive Continuation + + + 5587 + 8870 + 03-01-2015 + DRS Non-Competitive Continuation + + + 3601 + 8470 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5114 + 8837 + 03-01-2015 + DRS Non-Competitive Continuation + + + 5111 + 7949 + 05-01-2014 + DRS Non-Competitive Continuation + + + 6118 + 8972 + 04-01-2015 + DRS Non-Competitive Continuation + + + 5603 + 9492 + 12-01-2015 + DRS Non-Competitive Continuation + + + 2411 + 8881 + 03-01-2015 + DRS Non-Competitive Continuation + + + 5860 + 8968 + 04-01-2015 + DRS Non-Competitive Continuation + + + 5155 + 9610 + 05-01-2016 + DRS Non-Competitive Continuation + + + 6413 + 8991 + 04-01-2015 + DRS Non-Competitive Continuation + + + 1748 + 8986 + 04-01-2015 + DRS Non-Competitive Continuation + + + 4199 + 9000 + 05-01-2015 + DRS Non-Competitive Continuation + + + 1955 + 9003 + 05-01-2015 + DRS Non-Competitive Continuation + + + 6731 + 8985 + 05-01-2015 + DRS Non-Competitive Continuation + + + 5485 + 9506 + 12-01-2015 + DRS Non-Competitive Continuation + + + 6070 + 9496 + 12-01-2015 + DRS Non-Competitive Continuation + + + 5790 + 9001 + 04-01-2015 + DRS Non-Competitive Continuation + + + 5226 + 9497 + 11-01-2015 + DRS Non-Competitive Continuation + + + 6922 + 9499 + 12-01-2015 + DRS Non-Competitive Continuation + + + 6920 + 9495 + 12-01-2015 + DRS Non-Competitive Continuation + + + 5168 + 8509 + 12-01-2014 + DRS Non-Competitive Continuation + + + 4662 + 9006 + 05-01-2015 + DRS Non-Competitive Continuation + + + 4663 + 8915 + 03-01-2015 + DRS Non-Competitive Continuation + + + 1990 + 8990 + 04-01-2015 + DRS Non-Competitive Continuation + + + 4205 + 8995 + 05-01-2015 + DRS Non-Competitive Continuation + + + 5320 + 2634 + 08-01-2013 + DRS Non-Competitive Continuation + + + 6743 + 8983 + 05-01-2015 + DRS Non-Competitive Continuation + + + 6486 + 9005 + 05-01-2015 + DRS Non-Competitive Continuation + + + 1751 + 9015 + 05-01-2015 + DRS Non-Competitive Continuation + + + 1836 + 9017 + 05-01-2015 + DRS Non-Competitive Continuation + + + 1896 + 9016 + 04-01-2015 + DRS Non-Competitive Continuation + + + 5633 + 9507 + 12-01-2015 + DRS Non-Competitive Continuation + + + 6557 + 9513 + 12-01-2015 + DRS Non-Competitive Continuation + + + 5307 + 9510 + 01-01-2016 + DRS Non-Competitive Continuation + + + 6793 + 9512 + 01-01-2016 + DRS Non-Competitive Continuation + + + 7085 + 7812 + 12-01-2013 + DRS Non-Competitive Continuation + + + 5333 + 9516 + 12-01-2015 + DRS Non-Competitive Continuation + + + 5735 + 9522 + 01-01-2016 + DRS Non-Competitive Continuation + + + 6774 + 9520 + 01-01-2016 + DRS Non-Competitive Continuation + + + 4953 + 9525 + 01-01-2016 + DRS Non-Competitive Continuation + + + 6409 + 9549 + 01-01-2016 + DRS Non-Competitive Continuation + + + 6185 + 9523 + 01-01-2016 + DRS Non-Competitive Continuation + + + 6230 + 9539 + 01-01-2016 + DRS Non-Competitive Continuation + + + 1423 + 9550 + 01-01-2016 + DRS Non-Competitive Continuation + + + 6239 + 9521 + 01-01-2016 + DRS Non-Competitive Continuation + + + 6854 + 9498 + 12-01-2015 + DRS Non-Competitive Continuation + + + 6490 + 9508 + 01-01-2016 + DRS Non-Competitive Continuation + + + 4760 + 9554 + 01-01-2016 + DRS Non-Competitive Continuation + + + 3595 + 8548 + 01-01-2015 + DRS Non-Competitive Continuation + + + 7046 + 8601 + 01-01-2015 + DRS Non-Competitive Continuation + + + 3586 + 8554 + 01-01-2015 + DRS Non-Competitive Continuation + + + 3734 + 8571 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5499 + 8542 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6705 + 8704 + 02-01-2015 + DRS Non-Competitive Continuation + + + 5279 + 9118 + 07-01-2015 + DRS Non-Competitive Continuation + + + 3591 + 8645 + 01-01-2015 + DRS Non-Competitive Continuation + + + 6064 + 9514 + 12-01-2015 + DRS Non-Competitive Continuation + + + 4944 + 9528 + 01-01-2016 + DRS Non-Competitive Continuation + + + 5821 + 9527 + 01-01-2016 + DRS Non-Competitive Continuation + + + 5217 + 9540 + 01-01-2016 + DRS Non-Competitive Continuation + + + 1708 + 9552 + 01-01-2016 + DRS Non-Competitive Continuation + + + 1878 + 9555 + 01-01-2016 + DRS Non-Competitive Continuation + + + 1581 + 9130 + 07-01-2015 + DRS Non-Competitive Continuation + + + 6060 + 9558 + 02-01-2016 + DRS Non-Competitive Continuation + + + 5791 + 8271 + 07-01-2014 + DRS Competitive Continuation + + + 4651 + 9538 + 01-01-2016 + DRS Non-Competitive Continuation + + + 6598 + 9560 + 02-01-2016 + DRS Non-Competitive Continuation + + + 6865 + 9557 + 01-01-2016 + DRS Non-Competitive Continuation + + + 5316 + 9848 + 02-01-2017 + DRS Non-Competitive Continuation + + + 2563 + 9544 + 01-01-2016 + DRS Non-Competitive Continuation + + + 7075 + 9120 + 07-01-2015 + DRS Competitive Continuation + + + 5732 + 9135 + 07-01-2015 + DRS Non-Competitive Continuation + + + 7052 + 9138 + 07-01-2015 + DRS Competitive Continuation + + + 6759 + 9131 + 07-01-2015 + DRS Non-Competitive Continuation + + + 6875 + 9126 + 07-01-2015 + DRS Competitive Continuation + + + 5347 + 9159 + 07-01-2015 + DRS Non-Competitive Continuation + + + 5899 + 9137 + 07-01-2015 + DRS Competitive Continuation + + + 2448 + 9136 + 07-01-2015 + DRS Non-Competitive Continuation + + + 7040 + 9134 + 07-01-2015 + DRS Non-Competitive Continuation + + + 7073 + 9139 + 07-01-2015 + DRS Competitive Continuation + + + 6753 + 9125 + 07-01-2015 + DRS Non-Competitive Continuation + + + 6052 + 8073 + 07-01-2014 + DRS Competitive Continuation + + + 1664 + 10085 + 08-01-2017 + DRS Competitive Continuation + + + 6422 + 8261 + 07-01-2014 + DRS Competitive Continuation + + + 2551 + 8272 + 07-01-2014 + DRS Non-Competitive Continuation + + + 5276 + 9170 + 07-01-2015 + DRS Non-Competitive Continuation + + + 5480 + 9162 + 07-01-2015 + DRS Non-Competitive Continuation + + + 7074 + 9144 + 07-01-2015 + DRS Competitive Continuation + + + 6936 + 9147 + 07-01-2015 + DRS Competitive Continuation + + + 3589 + 9160 + 07-01-2015 + DRS Competitive Continuation + + + 5642 + 9157 + 07-01-2015 + DRS Competitive Continuation + + + 5166 + 8959 + 04-01-2015 + DRS Non-Competitive Continuation + + + 5131 + 9149 + 07-01-2015 + DRS Non-Competitive Continuation + + + 5150 + 9140 + 07-01-2015 + DRS Non-Competitive Continuation + + + 5302 + 9152 + 07-01-2015 + DRS Non-Competitive Continuation + + + 2424 + 9142 + 07-01-2015 + DRS Non-Competitive Continuation + + + 1961 + 9155 + 07-01-2015 + DRS Non-Competitive Continuation + + + 6114 + 8120 + 07-01-2014 + DRS Non-Competitive Continuation + + + 7070 + 9141 + 07-01-2015 + DRS Competitive Continuation + + + 5102 + 9166 + 07-01-2015 + DRS Competitive Continuation + + + 6763 + 9163 + 07-01-2015 + DRS Non-Competitive Continuation + + + 2442 + 9566 + 02-01-2016 + DRS Non-Competitive Continuation + + + 6241 + 9564 + 02-01-2016 + DRS Non-Competitive Continuation + + + 1887 + 9561 + 02-01-2016 + DRS Non-Competitive Continuation + + + 6544 + 8027 + 07-01-2014 + DRS Competitive Continuation + + + 1490 + 8013 + 07-01-2014 + DRS Competitive Continuation + + + 5142 + 9107 + 06-01-2015 + DRS Non-Competitive Continuation + + + 6798 + 9178 + 07-01-2015 + DRS Competitive Continuation + + + 6535 + 9205 + 07-01-2015 + DRS Competitive Continuation + + + 7119 + 9150 + 07-01-2015 + DRS Non-Competitive Continuation + + + 1959 + 9188 + 06-01-2015 + DRS Competitive Continuation + + + 6934 + 9161 + 07-01-2015 + DRS Non-Competitive Continuation + + + 4681 + 9209 + 07-01-2015 + DRS Competitive Continuation + + + 5250 + 8455 + 11-01-2014 + DRS Non-Competitive Continuation + + + 4929 + 9165 + 07-01-2015 + DRS Non-Competitive Continuation + + + 6094 + 9239 + 07-01-2015 + DRS Non-Competitive Continuation + + + 5273 + 9171 + 07-01-2015 + DRS Non-Competitive Continuation + + + 2290 + 9194 + 07-01-2015 + DRS Non-Competitive Continuation + + + 6089 + 9200 + 07-01-2015 + DRS Non-Competitive Continuation + + + 5779 + 9236 + 07-01-2015 + DRS Competitive Continuation + + + 6564 + 7215 + 08-01-2013 + DRS Non-Competitive Continuation + + + 2370 + 9241 + 07-01-2015 + DRS Competitive Continuation + + + 6238 + 8843 + 03-01-2015 + DRS Non-Competitive Continuation + + + 6402 + 9243 + 07-01-2015 + DRS Competitive Continuation + + + 5397 + 7700 + 11-01-2013 + DRS Non-Competitive Continuation + + + 6900 + 7834 + 04-01-2014 + DRS Non-Competitive Continuation + + + 6275 + 9091 + 07-01-2015 + DRS Competitive Continuation + + + 5408 + 7766 + 11-01-2013 + DRS Non-Competitive Continuation + + + 6411 + 7805 + 12-01-2013 + DRS Non-Competitive Continuation + + + 5769 + 7717 + 11-01-2013 + DRS Non-Competitive Continuation + + + 6398 + 9232 + 07-01-2015 + DRS Non-Competitive Continuation + + + 5436 + 7751 + 11-01-2013 + DRS Non-Competitive Continuation + + + 4793 + 8842 + 03-01-2015 + DRS Non-Competitive Continuation + + + 5169 + 9291 + 07-01-2015 + DRS Non-Competitive Continuation + + + 5451 + 9279 + 07-01-2015 + DRS Competitive Continuation + + + 7098 + 9293 + 07-01-2015 + DRS Non-Competitive Continuation + + + 6550 + 9250 + 07-01-2015 + DRS Competitive Continuation + + + 6121 + 9288 + 07-01-2015 + DRS Competitive Continuation + + + 1417 + 9240 + 07-01-2015 + DRS Competitive Continuation + + + 6905 + 9254 + 07-01-2015 + DRS Competitive Continuation + + + 6244 + 9301 + 08-01-2015 + DRS Non-Competitive Continuation + + + 4217 + 9329 + 08-01-2015 + DRS Non-Competitive Continuation + + + 5496 + 9404 + 09-01-2015 + DRS Non-Competitive Continuation + + + 1596 + 9339 + 08-01-2015 + DRS Non-Competitive Continuation + + + 5306 + 9299 + 08-01-2015 + DRS Non-Competitive Continuation + + + 6233 + 9303 + 08-01-2015 + DRS Non-Competitive Continuation + + + 6127 + 9305 + 08-01-2015 + DRS Non-Competitive Continuation + + + 6640 + 9289 + 07-01-2015 + DRS Competitive Continuation + + + 6739 + 9345 + 08-01-2015 + DRS Non-Competitive Continuation + + + 5271 + 9278 + 07-01-2015 + DRS Competitive Continuation + + + 6451 + 9387 + 09-01-2015 + DRS Non-Competitive Continuation + + + 4946 + 7991 + 07-01-2014 + DRS Competitive Continuation + + + 6554 + 9395 + 09-01-2015 + DRS Competitive Continuation + + + 3731 + 9297 + 08-01-2015 + DRS Non-Competitive Continuation + + + 5339 + 9309 + 08-01-2015 + DRS Non-Competitive Continuation + + + 6864 + 9308 + 08-01-2015 + DRS Non-Competitive Continuation + + + 2335 + 9306 + 08-01-2015 + DRS Non-Competitive Continuation + + + 6913 + 9343 + 08-01-2015 + DRS Non-Competitive Continuation + + + 1602 + 8365 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5354 + 7781 + 12-01-2013 + DRS Non-Competitive Continuation + + + 5743 + 8412 + 11-01-2014 + DRS Non-Competitive Continuation + + + 5164 + 8760 + 02-01-2015 + DRS Non-Competitive Continuation + + + 6401 + 9353 + 08-01-2015 + DRS Non-Competitive Continuation + + + 1531 + 9382 + 09-01-2015 + DRS Non-Competitive Continuation + + + 1487 + 9386 + 09-01-2015 + DRS Non-Competitive Continuation + + + 5351 + 9403 + 09-01-2015 + DRS Non-Competitive Continuation + + + 5287 + 9381 + 09-01-2015 + DRS Non-Competitive Continuation + + + 4962 + 9359 + 09-01-2015 + DRS Non-Competitive Continuation + + + 1907 + 9361 + 09-01-2015 + DRS Non-Competitive Continuation + + + 5145 + 9399 + 09-01-2015 + DRS Non-Competitive Continuation + + + 5292 + 9379 + 09-01-2015 + DRS Non-Competitive Continuation + + + 1616 + 9360 + 09-01-2015 + DRS Non-Competitive Continuation + + + 6386 + 9401 + 09-01-2015 + DRS Non-Competitive Continuation + + + 6924 + 9405 + 09-01-2015 + DRS Non-Competitive Continuation + + + 6225 + 9593 + 03-01-2016 + DRS Non-Competitive Continuation + + + 6246 + 9589 + 03-01-2016 + DRS Non-Competitive Continuation + + + 4236 + 9479 + 11-01-2015 + DRS Non-Competitive Continuation + + + 5750 + 8410 + 11-01-2014 + DRS Non-Competitive Continuation + + + 3592 + 8549 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5575 + 9273 + 07-01-2015 + DRS Competitive Continuation + + + 2637 + 10004 + 05-01-2017 + DRS Non-Competitive Continuation + + + 6789 + 9503 + 01-01-2016 + DRS Non-Competitive Continuation + + + 6099 + 9515 + 01-01-2016 + DRS Non-Competitive Continuation + + + 6562 + 7886 + 06-01-2014 + DRS Non-Competitive Continuation + + + 5411 + 7801 + 11-01-2013 + DRS Non-Competitive Continuation + + + 5617 + 8160 + 07-01-2014 + DRS Competitive Continuation + + + 5623 + 8178 + 07-01-2014 + DRS Competitive Continuation + + + 5281 + 8151 + 07-01-2014 + DRS Non-Competitive Continuation + + + 5336 + 2644 + 08-01-2013 + DRS Non-Competitive Continuation + + + 5528 + 7213 + 07-01-2013 + DRS Competitive Continuation + + + 5626 + 9839 + 01-01-2017 + DRS Competitive Continuation + + + 6738 + 7790 + 01-01-2014 + DRS Non-Competitive Continuation + + + 5479 + 7603 + 08-01-2013 + DRS Non-Competitive Continuation + + + 6254 + 8977 + 04-01-2015 + DRS Non-Competitive Continuation + + + 6258 + 8976 + 04-01-2015 + DRS Non-Competitive Continuation + + + 3736 + 8496 + 01-01-2015 + DRS Non-Competitive Continuation + + + 1663 + 8555 + 01-01-2015 + DRS Non-Competitive Continuation + + + 3605 + 8466 + 01-01-2015 + DRS Non-Competitive Continuation + + + 4935 + 7975 + 07-01-2014 + DRS Non-Competitive Continuation + + + 5861 + 9075 + 06-01-2015 + DRS Non-Competitive Continuation + + + 6287 + 8396 + 12-01-2014 + DRS Non-Competitive Continuation + + + 5412 + 9446 + 10-01-2015 + DRS Non-Competitive Continuation + + + 5462 + 9600 + 04-01-2016 + DRS Non-Competitive Continuation + + + 6379 + 9630 + 05-01-2016 + DRS Competitive Continuation + + + 6914 + 7210 + 07-01-2013 + DRS Competitive Continuation + + + 6751 + 9611 + 05-01-2016 + DRS Competitive Continuation + + + 4200 + 9606 + 05-01-2016 + DRS Non-Competitive Continuation + + + 1343 + 9614 + 07-01-2016 + DRS Non-Competitive Continuation + + + 2338 + 9631 + 06-01-2016 + DRS Non-Competitive Continuation + + + 5423 + 8177 + 07-01-2014 + DRS Competitive Continuation + + + 5251 + 9661 + 07-01-2016 + DRS Competitive Continuation + + + 1486 + 9667 + 07-01-2016 + DRS Competitive Continuation + + + 4796 + 8109 + 07-01-2014 + DRS Competitive Continuation + + + 4762 + 9014 + 05-01-2015 + DRS Non-Competitive Continuation + + + 2033 + 9666 + 07-01-2016 + DRS Competitive Continuation + + + 2373 + 8447 + 11-01-2014 + DRS Non-Competitive Continuation + + + 5327 + 9836 + 12-01-2016 + DRS Non-Competitive Continuation + + + 3717 + 8501 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5147 + 9844 + 01-01-2017 + DRS Non-Competitive Continuation + + + 4777 + 9651 + 07-01-2016 + DRS Competitive Continuation + + + 5906 + 9642 + 07-01-2016 + DRS Competitive Continuation + + + 5455 + 9079 + 06-01-2015 + DRS Non-Competitive Continuation + + + 3587 + 9648 + 07-01-2016 + DRS Competitive Continuation + + + 4201 + 7873 + 05-01-2014 + DRS Non-Competitive Continuation + + + 2302 + 7600 + 08-01-2013 + DRS Non-Competitive Continuation + + + 4934 + 7984 + 07-01-2014 + DRS Competitive Continuation + + + 6257 + 9676 + 07-01-2016 + DRS Competitive Continuation + + + 6736 + 9742 + 07-01-2016 + DRS Competitive Continuation + + + 2319 + 9726 + 07-01-2016 + DRS Competitive Continuation + + + 5137 + 9750 + 09-01-2016 + DRS Non-Competitive Continuation + + + 5146 + 9752 + 09-01-2016 + DRS Non-Competitive Continuation + + + 6723 + 9739 + 07-01-2016 + DRS Competitive Continuation + + + 4773 + 8328 + 08-01-2014 + DRS Non-Competitive Continuation + + + 2003 + 7624 + 09-01-2013 + DRS Non-Competitive Continuation + + + 1947 + 9733 + 07-01-2016 + DRS Competitive Continuation + + + 6578 + 9736 + 07-01-2016 + DRS Competitive Continuation + + + 5448 + 9117 + 07-01-2015 + DRS Non-Competitive Continuation + + + 2051 + 8759 + 02-01-2015 + DRS Non-Competitive Continuation + + + 2576 + 8755 + 02-01-2015 + DRS Non-Competitive Continuation + + + 5823 + 7973 + 07-01-2014 + DRS Non-Competitive Continuation + + + 2621 + 10097 + 09-01-2017 + DRS Competitive Continuation + + + 6240 + 7809 + 12-01-2013 + DRS Non-Competitive Continuation + + + 6385 + 7791 + 01-01-2014 + DRS Non-Competitive Continuation + + + 6874 + 8022 + 07-01-2014 + DRS Competitive Continuation + + + 5312 + 7631 + 09-01-2013 + DRS Non-Competitive Continuation + + + 4952 + 7701 + 12-01-2013 + DRS Non-Competitive Continuation + + + 6549 + 7214 + 08-01-2013 + DRS Non-Competitive Continuation + + + 5822 + 7708 + 01-01-2014 + DRS Non-Competitive Continuation + + + 5432 + 7703 + 10-01-2013 + DRS Non-Competitive Continuation + + + 5627 + 7815 + 12-01-2013 + DRS Non-Competitive Continuation + + + 5949 + 7711 + 01-01-2014 + DRS Non-Competitive Continuation + + + 5099 + 7709 + 01-01-2014 + DRS Non-Competitive Continuation + + + 5953 + 7902 + 04-01-2014 + DRS Non-Competitive Continuation + + + 6787 + 7877 + 05-01-2014 + DRS Non-Competitive Continuation + + + 6561 + 7788 + 01-01-2014 + DRS Non-Competitive Continuation + + + 6589 + 7613 + 09-01-2013 + DRS Non-Competitive Continuation + + + 7218 + 10000 + 04-01-2017 + DRS Non-Competitive Continuation + + + 2619 + 10002 + 05-01-2017 + DRS Non-Competitive Continuation + + + 2620 + 10003 + 05-01-2017 + DRS Non-Competitive Continuation + + + 6650 + 7229 + 08-01-2013 + DRS Non-Competitive Continuation + + + 5466 + 8153 + 07-01-2014 + DRS Non-Competitive Continuation + + + 5659 + 8171 + 07-01-2014 + DRS Competitive Continuation + + + 1948 + 8269 + 07-01-2014 + DRS Non-Competitive Continuation + + + 6654 + 7989 + 07-01-2014 + DRS Competitive Continuation + + + 5643 + 8162 + 07-01-2014 + DRS Non-Competitive Continuation + + + 4785 + 8125 + 07-01-2014 + DRS Competitive Continuation + + + 4210 + 7972 + 07-01-2014 + DRS Non-Competitive Continuation + + + 2586 + 10115 + 11-01-2017 + DRS Non-Competitive Continuation + + + 1769 + 7925 + 04-01-2014 + DRS Non-Competitive Continuation + + + 1293 + 10005 + 05-01-2017 + DRS Non-Competitive Continuation + + + 5506 + 1306 + 07-01-2013 + DRS Competitive Continuation + + + 1583 + 8118 + 07-01-2014 + DRS Non-Competitive Continuation + + + 6778 + 8099 + 07-01-2014 + DRS Competitive Continuation + + + 5758 + 7987 + 07-01-2014 + DRS Competitive Continuation + + + 5944 + 8398 + 10-01-2014 + DRS Non-Competitive Continuation + + + 5523 + 9248 + 07-01-2015 + DRS Competitive Continuation + + + 5928 + 9472 + 11-01-2015 + DRS Non-Competitive Continuation + + + 7084 + 8139 + 07-01-2014 + DRS Competitive Continuation + + + 7116 + 8140 + 07-01-2014 + DRS Non-Competitive Continuation + + + 2539 + 7772 + 12-01-2013 + DRS Non-Competitive Continuation + + + 5712 + 7752 + 12-01-2013 + DRS Non-Competitive Continuation + + + 6434 + 7774 + 01-01-2014 + DRS Non-Competitive Continuation + + + 5713 + 7762 + 01-01-2014 + DRS Non-Competitive Continuation + + + 793 + 10042 + 06-01-2017 + DRS Non-Competitive Continuation + + + 2651 + 10041 + 06-01-2017 + DRS Non-Competitive Continuation + + + 7203 + 9727 + 07-01-2016 + DRS Non-Competitive Continuation + + + 1585 + 10040 + 06-01-2017 + DRS Non-Competitive Continuation + + + 6294 + 7776 + 02-01-2014 + DRS Non-Competitive Continuation + + + 6289 + 7775 + 02-01-2014 + DRS Non-Competitive Continuation + + + 6423 + 7777 + 02-01-2014 + DRS Non-Competitive Continuation + + + 1993 + 7582 + 08-01-2013 + DRS Non-Competitive Continuation + + + 6447 + 7780 + 03-01-2014 + DRS Non-Competitive Continuation + + + 6942 + 7904 + 04-01-2014 + DRS Non-Competitive Continuation + + + 6270 + 7840 + 04-01-2014 + DRS Non-Competitive Continuation + + + 1855 + 7891 + 05-01-2014 + DRS Non-Competitive Continuation + + + 6949 + 7998 + 06-01-2014 + DRS Non-Competitive Continuation + + + 6939 + 7911 + 05-01-2014 + DRS Non-Competitive Continuation + + + 6765 + 7855 + 02-01-2014 + DRS Non-Competitive Continuation + + + 7204 + 10043 + 06-01-2017 + DRS Non-Competitive Continuation + + + 5516 + 7999 + 07-01-2014 + DRS Competitive Continuation + + + 4885 + 7615 + 03-01-2014 + DRS Non-Competitive Continuation + + + 6863 + 7768 + 03-01-2014 + DRS Non-Competitive Continuation + + + 5900 + 7893 + 04-01-2014 + DRS Non-Competitive Continuation + + + 5886 + 8067 + 07-01-2014 + DRS Non-Competitive Continuation + + + 5707 + 8061 + 07-01-2014 + DRS Non-Competitive Continuation + + + 5733 + 7609 + 09-01-2013 + DRS Non-Competitive Continuation + + + 7053 + 9505 + 12-01-2015 + DRS Non-Competitive Continuation + + + 5897 + 7611 + 09-01-2013 + DRS Non-Competitive Continuation + + + 1685 + 8056 + 07-01-2014 + DRS Non-Competitive Continuation + + + 5512 + 7618 + 06-01-2014 + DRS Non-Competitive Continuation + + + 5740 + 2646 + 07-01-2013 + DRS Competitive Continuation + + + 5645 + 786 + 07-01-2013 + DRS Competitive Continuation + + + 5224 + 7688 + 11-01-2013 + DRS Non-Competitive Continuation + + + 8758 + 11100 + 08-01-2019 + DRS Non-Competitive Continuation + + + 5652 + 7296 + 07-01-2013 + DRS Competitive Continuation + + + 4240 + 2670 + 07-01-2013 + DRS Competitive Continuation + + + 7237 + 10211 + 07-01-2018 + DRS Non-Competitive Continuation + + + 5483 + 7602 + 08-01-2013 + DRS Non-Competitive Continuation + + + 6880 + 1318 + 07-01-2013 + DRS Competitive Continuation + + + 6142 + 8076 + 06-01-2014 + DRS Non-Competitive Continuation + + + 4206 + 7880 + 05-01-2014 + DRS Non-Competitive Continuation + + + 4518 + 7271 + 07-01-2013 + DRS Non-Competitive Continuation + + + 8329 + 11006 + 07-01-2019 + DRS Non-Competitive Continuation + + + 6656 + 7793 + 01-01-2014 + DRS Non-Competitive Continuation + + + 5492 + 7706 + 01-01-2014 + DRS Non-Competitive Continuation + + + 1756 + 2641 + 06-01-2013 + DRS Competitive Continuation + + + 6636 + 801 + 09-01-2013 + DRS Non-Competitive Continuation + + + 6045 + 7303 + 07-01-2013 + DRS Competitive Continuation + + + 6464 + 7264 + 07-01-2013 + DRS Competitive Continuation + + + 5867 + 7289 + 07-01-2013 + DRS Non-Competitive Continuation + + + 6752 + 7909 + 05-01-2014 + DRS Non-Competitive Continuation + + + 6456 + 7224 + 07-01-2013 + DRS Non-Competitive Continuation + + + 6283 + 2630 + 08-01-2013 + DRS Competitive Continuation + + + 6479 + 7900 + 04-01-2014 + DRS Non-Competitive Continuation + + + 5120 + 779 + 07-01-2013 + DRS Competitive Continuation + + + 8156 + 10926 + 07-01-2019 + DRS Non-Competitive Continuation + + + 6717 + 7800 + 02-01-2014 + DRS Non-Competitive Continuation + + + 5767 + 7254 + 07-01-2013 + DRS Competitive Continuation + + + 5299 + 7836 + 01-01-2014 + DRS Non-Competitive Continuation + + + 5410 + 7803 + 12-01-2013 + DRS Non-Competitive Continuation + + + 5515 + 7619 + 03-01-2014 + DRS Non-Competitive Continuation + + + 5974 + 7258 + 07-01-2013 + DRS Competitive Continuation + + + 5698 + 7237 + 07-01-2013 + DRS Non-Competitive Continuation + + + 5325 + 7715 + 12-01-2013 + DRS Non-Competitive Continuation + + + 6642 + 7235 + 07-01-2013 + DRS Non-Competitive Continuation + + + 6646 + 766 + 07-01-2013 + DRS Competitive Continuation + + + 6874 + 7212 + 07-01-2013 + DRS Competitive Continuation + + + 4789 + 9362 + 09-01-2015 + DRS Non-Competitive Continuation + + + 5787 + 9011 + 05-01-2015 + DRS Non-Competitive Continuation + + + 2540 + 7280 + 07-01-2013 + DRS Non-Competitive Continuation + + + 5165 + 7587 + 09-01-2013 + DRS Non-Competitive Continuation + + + 6245 + 9350 + 08-01-2015 + DRS Non-Competitive Continuation + + + 6795 + 7250 + 07-01-2013 + DRS Competitive Continuation + + + 1623 + 8367 + 09-01-2014 + DRS Non-Competitive Continuation + + + 6908 + 8316 + 08-01-2014 + DRS Non-Competitive Continuation + + + 7039 + 771 + 07-01-2013 + DRS Non-Competitive Continuation + + + 6383 + 1313 + 07-01-2013 + DRS Competitive Continuation + + + 2292 + 1320 + 07-01-2013 + DRS Competitive Continuation + + + 5636 + 9223 + 07-01-2015 + DRS Competitive Continuation + + + 5783 + 7854 + 02-01-2014 + DRS Non-Competitive Continuation + + + 2606 + 10232 + 07-01-2018 + DRS Non-Competitive Continuation + + + 6469 + 7236 + 07-01-2013 + DRS Non-Competitive Continuation + + + 1882 + 7846 + 02-01-2014 + DRS Non-Competitive Continuation + + + 6140 + 7268 + 07-01-2013 + DRS Non-Competitive Continuation + + + 1971 + 7945 + 05-01-2014 + DRS Non-Competitive Continuation + + + 5924 + 7683 + 11-01-2013 + DRS Non-Competitive Continuation + + + 8005 + 10763 + 06-01-2019 + DRS Non-Competitive Continuation + + + 830 + 8387 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5929 + 7696 + 11-01-2013 + DRS Non-Competitive Continuation + + + 6623 + 7262 + 07-01-2013 + DRS Competitive Continuation + + + 6272 + 7252 + 07-01-2013 + DRS Competitive Continuation + + + 7797 + 11054 + 07-01-2019 + DRS Competitive Continuation + + + 6460 + 7988 + 07-01-2014 + DRS Competitive Continuation + + + 6890 + 764 + 07-01-2013 + DRS Non-Competitive Continuation + + + 6580 + 7806 + 12-01-2013 + DRS Non-Competitive Continuation + + + 6891 + 2666 + 07-01-2013 + DRS Non-Competitive Continuation + + + 6260 + 2603 + 07-01-2013 + DRS Competitive Continuation + + + 1872 + 751 + 07-01-2013 + DRS Competitive Continuation + + + 2146 + 7767 + 11-01-2013 + DRS Non-Competitive Continuation + + + 5649 + 7297 + 07-01-2013 + DRS Competitive Continuation + + + 5754 + 7686 + 11-01-2013 + DRS Non-Competitive Continuation + + + 6744 + 762 + 07-01-2013 + DRS Competitive Continuation + + + 5717 + 7288 + 07-01-2013 + DRS Competitive Continuation + + + 5788 + 2681 + 07-01-2013 + DRS Competitive Continuation + + + 7087 + 2632 + 07-01-2013 + DRS Competitive Continuation + + + 7277 + 10175 + 06-01-2018 + DRS Non-Competitive Continuation + + + 1950 + 775 + 07-01-2013 + DRS Non-Competitive Continuation + + + 7796 + 11023 + 07-01-2019 + DRS Competitive Continuation + + + 5257 + 7710 + 10-01-2013 + DRS Non-Competitive Continuation + + + 5450 + 2648 + 07-01-2013 + DRS Competitive Continuation + + + 6565 + 760 + 07-01-2013 + DRS Competitive Continuation + + + 6262 + 770 + 07-01-2013 + DRS Competitive Continuation + + + 5772 + 780 + 07-01-2013 + DRS Competitive Continuation + + + 6635 + 7839 + 03-01-2014 + DRS Non-Competitive Continuation + + + 5722 + 7581 + 08-01-2013 + DRS Non-Competitive Continuation + + + 6228 + 2614 + 07-01-2013 + DRS Non-Competitive Continuation + + + 6553 + 758 + 07-01-2013 + DRS Competitive Continuation + + + 5746 + 7263 + 07-01-2013 + DRS Competitive Continuation + + + 6068 + 7826 + 01-01-2014 + DRS Non-Competitive Continuation + + + 5460 + 9725 + 07-01-2016 + DRS Competitive Continuation + + + 5487 + 8179 + 07-01-2014 + DRS Competitive Continuation + + + 6071 + 2611 + 07-01-2013 + DRS Competitive Continuation + + + 6030 + 7810 + 02-01-2014 + DRS Non-Competitive Continuation + + + 2139 + 2593 + 07-01-2013 + DRS Competitive Continuation + + + 6066 + 2607 + 07-01-2013 + DRS Competitive Continuation + + + 6766 + 2636 + 07-01-2013 + DRS Non-Competitive Continuation + + + 4583 + 8096 + 07-01-2014 + DRS Competitive Continuation + + + 5632 + 796 + 07-01-2013 + DRS Non-Competitive Continuation + + + 6235 + 2601 + 07-01-2013 + DRS Competitive Continuation + + + 6117 + 7813 + 12-01-2013 + DRS Non-Competitive Continuation + + + 6948 + 8104 + 07-01-2014 + DRS Competitive Continuation + + + 5135 + 782 + 07-01-2013 + DRS Non-Competitive Continuation + + + 2336 + 772 + 07-01-2013 + DRS Non-Competitive Continuation + + + 1775 + 7290 + 07-01-2013 + DRS Non-Competitive Continuation + + + 5714 + 7759 + 12-01-2013 + DRS Non-Competitive Continuation + + + 2012 + 8333 + 09-01-2014 + DRS Non-Competitive Continuation + + + 6860 + 7862 + 01-01-2014 + DRS Non-Competitive Continuation + + + 5706 + 7607 + 09-01-2013 + DRS Non-Competitive Continuation + + + 5894 + 7866 + 03-01-2014 + DRS Non-Competitive Continuation + + + 6762 + 785 + 07-01-2013 + DRS Competitive Continuation + + + 3602 + 9478 + 11-01-2015 + DRS Non-Competitive Continuation + + + 5775 + 2631 + 07-01-2013 + DRS Competitive Continuation + + + 7110 + 7275 + 07-01-2013 + DRS Non-Competitive Continuation + + + 4931 + 7232 + 07-01-2013 + DRS Non-Competitive Continuation + + + 3565 + 9332 + 08-01-2015 + DRS Non-Competitive Continuation + + + 7094 + 777 + 07-01-2013 + DRS Non-Competitive Continuation + + + 5295 + 7273 + 07-01-2013 + DRS Non-Competitive Continuation + + + 5404 + 797 + 07-01-2013 + DRS Competitive Continuation + + + 6637 + 7969 + 07-01-2014 + DRS Competitive Continuation + + + 6888 + 1319 + 07-01-2013 + DRS Competitive Continuation + + + 6095 + 8102 + 07-01-2014 + DRS Non-Competitive Continuation + + + 2580 + 752 + 07-01-2013 + DRS Competitive Continuation + + + 4179 + 7761 + 01-01-2014 + DRS Non-Competitive Continuation + + + 5789 + 791 + 07-01-2013 + DRS Competitive Continuation + + + 6276 + 7221 + 07-01-2013 + DRS Non-Competitive Continuation + + + 4949 + 7248 + 07-01-2013 + DRS Competitive Continuation + + + 6459 + 7702 + 12-01-2013 + DRS Non-Competitive Continuation + + + 8662 + 10865 + 07-01-2019 + DRS Non-Competitive Continuation + + + 5954 + 7251 + 07-01-2013 + DRS Competitive Continuation + + + 6785 + 7823 + 01-01-2014 + DRS Non-Competitive Continuation + + + 5464 + 9119 + 07-01-2015 + DRS Non-Competitive Continuation + + + 6649 + 7234 + 07-01-2013 + DRS Non-Competitive Continuation + + + 1888 + 778 + 07-01-2013 + DRS Competitive Continuation + + + 3733 + 1294 + 07-01-2012 + DRS Non-Competitive Continuation + + + 5167 + 7782 + 12-01-2013 + DRS Non-Competitive Continuation + + + 5095 + 7878 + 04-01-2014 + DRS Non-Competitive Continuation + + + 6054 + 7310 + 07-01-2013 + DRS Competitive Continuation + + + 5820 + 2673 + 07-01-2013 + DRS Competitive Continuation + + + 5527 + 1309 + 07-01-2013 + DRS Competitive Continuation + + + 4219 + 8326 + 08-01-2014 + DRS Non-Competitive Continuation + + + 5752 + 7689 + 11-01-2013 + DRS Non-Competitive Continuation + + + 6040 + 7784 + 01-01-2014 + DRS Non-Competitive Continuation + + + 7067 + 2628 + 07-01-2013 + DRS Competitive Continuation + + + 2327 + 9707 + 07-01-2016 + DRS Competitive Continuation + + + 5700 + 7282 + 07-01-2013 + DRS Non-Competitive Continuation + + + 6475 + 7259 + 07-01-2013 + DRS Competitive Continuation + + + 6403 + 790 + 07-01-2013 + DRS Competitive Continuation + + + 5708 + 7892 + 04-01-2014 + DRS Non-Competitive Continuation + + + 5152 + 7585 + 09-01-2013 + DRS Non-Competitive Continuation + + + 2108 + 7698 + 11-01-2013 + DRS Non-Competitive Continuation + + + 6718 + 754 + 07-01-2013 + DRS Competitive Continuation + + + 5356 + 2645 + 08-01-2013 + DRS Non-Competitive Continuation + + + 5882 + 755 + 07-01-2013 + DRS Non-Competitive Continuation + + + 6638 + 8473 + 01-01-2015 + DRS Non-Competitive Continuation + + + 5160 + 7818 + 01-01-2014 + DRS Non-Competitive Continuation + + + 6870 + 7209 + 07-01-2013 + DRS Competitive Continuation + + + 5470 + 795 + 07-01-2013 + DRS Non-Competitive Continuation + + + 6247 + 2604 + 07-01-2013 + DRS Competitive Continuation + + + 1541 + 7635 + 09-01-2013 + DRS Non-Competitive Continuation + + + 6742 + 763 + 07-01-2013 + DRS Competitive Continuation + + + 6222 + 7843 + 02-01-2014 + DRS Non-Competitive Continuation + + + 5781 + 7293 + 07-01-2013 + DRS Competitive Continuation + + + 7108 + 7865 + 02-01-2014 + DRS Non-Competitive Continuation + + + 6271 + 9397 + 09-01-2015 + DRS Non-Competitive Continuation + + + 5481 + 784 + 07-01-2013 + DRS Non-Competitive Continuation + + + 6325 + 2597 + 07-01-2013 + DRS Competitive Continuation + + + 6237 + 2592 + 07-01-2013 + DRS Competitive Continuation + + + 4957 + 7260 + 07-01-2013 + DRS Competitive Continuation + + + 6184 + 9686 + 07-01-2016 + DRS Competitive Continuation + + + 4185 + 7760 + 01-01-2014 + DRS Non-Competitive Continuation + + + 6465 + 765 + 07-01-2013 + DRS Competitive Continuation + + + 6625 + 7932 + 04-01-2014 + DRS Competitive Continuation + + + 5282 + 7270 + 06-01-2013 + DRS Competitive Continuation + + + 6911 + 2674 + 07-01-2013 + DRS Non-Competitive Continuation + + + 4797 + 7841 + 02-01-2014 + DRS Non-Competitive Continuation + + + 6559 + 2665 + 07-01-2013 + DRS Non-Competitive Continuation + + + 7097 + 7625 + 09-01-2013 + DRS Non-Competitive Continuation + + + 4936 + 7231 + 07-01-2013 + DRS Non-Competitive Continuation + + + 6178 + 7783 + 01-01-2014 + DRS Non-Competitive Continuation + + + 5253 + 7764 + 11-01-2013 + DRS Non-Competitive Continuation + + + 1609 + 8383 + 09-01-2014 + DRS Non-Competitive Continuation + + + 5417 + 7274 + 07-01-2013 + DRS Non-Competitive Continuation + + + 6630 + 7898 + 04-01-2014 + DRS Non-Competitive Continuation + + + 2016 + 7778 + 02-01-2014 + DRS Non-Competitive Continuation + + + 6884 + 1317 + 07-01-2013 + DRS Competitive Continuation + + + 5270 + 789 + 07-01-2013 + DRS Competitive Continuation + + + 6493 + 802 + 09-01-2013 + DRS Non-Competitive Continuation + + + 6421 + 7272 + 07-01-2013 + DRS Competitive Continuation + + + 1573 + 2675 + 07-01-2013 + DRS Non-Competitive Continuation + + + 5920 + 7704 + 11-01-2013 + DRS Non-Competitive Continuation + + + 4214 + 7291 + 07-01-2013 + DRS Non-Competitive Continuation + + + 1999 + 7623 + 09-01-2013 + DRS Non-Competitive Continuation + + + 6489 + 7897 + 04-01-2014 + DRS Non-Competitive Continuation + + + 6108 + 774 + 07-01-2013 + DRS Competitive Continuation + + + 5260 + 7211 + 07-01-2013 + DRS Competitive Continuation + + + 5720 + 7279 + 07-01-2013 + DRS Competitive Continuation + + + 6861 + 7861 + 03-01-2014 + DRS Non-Competitive Continuation + + + 7286 + 10628 + 01-01-2019 + DRS Non-Competitive Continuation + + + 5463 + 792 + 07-01-2013 + DRS Non-Competitive Continuation + + + 5943 + 1310 + 07-01-2013 + DRS Competitive Continuation + + + 1415 + 7295 + 07-16-2013 + DRS Competitive Continuation + + + 5570 + 7222 + 07-01-2013 + DRS Non-Competitive Continuation + + + 5323 + 8483 + 12-01-2014 + DRS Non-Competitive Continuation + + + 6467 + 7838 + 03-01-2014 + DRS Non-Competitive Continuation + + + 5903 + 7583 + 08-01-2013 + DRS Non-Competitive Continuation + + + 6945 + 7592 + 08-01-2013 + DRS Non-Competitive Continuation + + + 6724 + 753 + 07-01-2013 + DRS Competitive Continuation + + + 6446 + 7223 + 07-01-2013 + DRS Non-Competitive Continuation + + + 4207 + 7895 + 05-01-2014 + DRS Non-Competitive Continuation + + + 5105 + 2667 + 07-01-2013 + DRS Competitive Continuation + + + 5532 + 7944 + 02-01-2015 + DRS Non-Competitive Continuation + + + 5907 + 7266 + 07-01-2013 + DRS Competitive Continuation + + + 7066 + 9148 + 07-01-2015 + DRS Competitive Continuation + + + 5303 + 7802 + 12-01-2013 + DRS Non-Competitive Continuation + + + 1488 + 2679 + 09-30-2013 + DRS Non-Competitive Continuation + + + 2057 + 7848 + 02-01-2014 + DRS Non-Competitive Continuation + + + 5956 + 7876 + 05-01-2014 + DRS Non-Competitive Continuation + + + 1786 + 9186 + 07-01-2015 + DRS Competitive Continuation + + + 6889 + 7294 + 08-01-2013 + DRS Non-Competitive Continuation + + + 5702 + 7773 + 01-01-2014 + DRS Non-Competitive Continuation + + + 1752 + 2676 + 07-01-2013 + DRS Non-Competitive Continuation + + + 5796 + 9172 + 07-01-2015 + DRS Non-Competitive Continuation + + + 5753 + 7690 + 11-01-2013 + DRS Non-Competitive Continuation + + + 4759 + 7246 + 07-01-2013 + DRS Competitive Continuation + + + 6904 + 9245 + 07-01-2015 + DRS Non-Competitive Continuation + + + 6495 + 7261 + 07-01-2013 + DRS Competitive Continuation + + + 6940 + 781 + 07-01-2013 + DRS Competitive Continuation + + + 5310 + 787 + 07-01-2013 + DRS Non-Competitive Continuation + + + 1528 + 8364 + 09-01-2014 + DRS Non-Competitive Continuation + + + 6708 + 759 + 07-01-2013 + DRS Competitive Continuation + + + 5494 + 7852 + 02-01-2014 + DRS Non-Competitive Continuation + + + 6756 + 7997 + 06-01-2014 + DRS Non-Competitive Continuation + + + 6783 + 7292 + 07-01-2013 + DRS Competitive Continuation + + + 6488 + 2642 + 07-01-2013 + DRS Competitive Continuation + + + 7872 + 11034 + 07-01-2019 + DRS Competitive Continuation + + + 4775 + 2594 + 07-01-2013 + DRS Non-Competitive Continuation + + + 5891 + 7610 + 09-01-2013 + DRS Non-Competitive Continuation + + + 1931 + 7763 + 12-01-2013 + DRS Non-Competitive Continuation + + + 1567 + 7946 + 05-01-2014 + DRS Non-Competitive Continuation + + + 9453 + 12477 + 11-01-2020 + DRS Non-Competitive Continuation + + + 5577 + 7692 + 11-01-2013 + DRS Non-Competitive Continuation + + + 6223 + 7842 + 03-01-2014 + DRS Non-Competitive Continuation + + + 6730 + 7789 + 01-01-2014 + DRS Non-Competitive Continuation + + + 7805 + 11018 + 07-01-2019 + DRS Competitive Continuation + + + 6639 + 7875 + 04-01-2014 + DRS Non-Competitive Continuation + + + 6894 + 7833 + 04-01-2014 + DRS Non-Competitive Continuation + + + 5008 + 7907 + 04-01-2014 + DRS Non-Competitive Continuation + + + 7068 + 7816 + 12-01-2013 + DRS Non-Competitive Continuation + + + 6481 + 7899 + 05-01-2014 + DRS Non-Competitive Continuation + + + 6644 + 2672 + 09-01-2013 + DRS Competitive Continuation + + + 8004 + 10751 + 06-01-2019 + DRS Non-Competitive Continuation + + + 8003 + 10756 + 06-01-2019 + DRS Non-Competitive Continuation + + + 7811 + 10919 + 07-01-2019 + DRS Competitive Continuation + + + 8643 + 10869 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8665 + 10930 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8650 + 11045 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8044 + 10749 + 06-01-2019 + DRS Non-Competitive Continuation + + + 7914 + 10779 + 07-01-2019 + DRS Competitive Continuation + + + 8111 + 10788 + 07-01-2019 + DRS Competitive Continuation + + + 8113 + 10801 + 07-01-2019 + DRS Competitive Continuation + + + 7985 + 11042 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7637 + 10832 + 07-01-2019 + DRS Competitive Continuation + + + 8125 + 10810 + 07-01-2019 + DRS Competitive Continuation + + + 8119 + 10808 + 07-01-2019 + DRS Competitive Continuation + + + 8101 + 10799 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8143 + 10811 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8100 + 10836 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8114 + 10946 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8022 + 10771 + 06-01-2019 + DRS Non-Competitive Continuation + + + 7887 + 10773 + 06-01-2019 + DRS Non-Competitive Continuation + + + 8028 + 10782 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7959 + 10798 + 06-01-2019 + DRS Non-Competitive Continuation + + + 8040 + 10838 + 07-01-2019 + DRS Competitive Continuation + + + 7700 + 10833 + 07-01-2019 + DRS Competitive Continuation + + + 7834 + 10880 + 07-01-2019 + DRS Competitive Continuation + + + 8025 + 11001 + 07-01-2019 + DRS Competitive Continuation + + + 8039 + 10918 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8035 + 11033 + 07-01-2019 + DRS Competitive Continuation + + + 7785 + 11044 + 07-01-2019 + DRS Competitive Continuation + + + 8038 + 10983 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8037 + 10982 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8013 + 10974 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7786 + 11025 + 07-01-2019 + DRS Competitive Continuation + + + 7883 + 10999 + 07-01-2019 + DRS Competitive Continuation + + + 7964 + 11024 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8027 + 11027 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8653 + 11048 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8656 + 11003 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8654 + 11000 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8652 + 10998 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8659 + 11021 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8032 + 10743 + 06-01-2019 + DRS Non-Competitive Continuation + + + 8023 + 10752 + 06-01-2019 + DRS Competitive Continuation + + + 8018 + 10744 + 06-01-2019 + DRS Non-Competitive Continuation + + + 8075 + 10745 + 06-01-2019 + DRS Non-Competitive Continuation + + + 8271 + 11020 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7884 + 11026 + 07-01-2019 + DRS Competitive Continuation + + + 7886 + 10835 + 07-01-2019 + DRS Competitive Continuation + + + 8033 + 10748 + 06-01-2019 + DRS Non-Competitive Continuation + + + 8017 + 10753 + 06-01-2019 + DRS Competitive Continuation + + + 8015 + 10754 + 06-01-2019 + DRS Competitive Continuation + + + 8272 + 10803 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7808 + 10819 + 07-01-2019 + DRS Competitive Continuation + + + 8144 + 10861 + 07-01-2019 + DRS Competitive Continuation + + + 7889 + 10948 + 07-01-2019 + DRS Competitive Continuation + + + 8260 + 10878 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8173 + 10862 + 07-01-2019 + DRS Competitive Continuation + + + 8153 + 10863 + 07-01-2019 + DRS Competitive Continuation + + + 7751 + 10875 + 07-01-2019 + DRS Competitive Continuation + + + 7817 + 11008 + 07-01-2019 + DRS Competitive Continuation + + + 7819 + 10955 + 07-01-2019 + DRS Competitive Continuation + + + 8257 + 10877 + 07-01-2019 + DRS Competitive Continuation + + + 8141 + 10915 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8321 + 10858 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8171 + 10899 + 07-01-2019 + DRS Competitive Continuation + + + 8322 + 10898 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7917 + 10956 + 07-01-2019 + DRS Competitive Continuation + + + 8147 + 10916 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8152 + 10921 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8258 + 10958 + 07-01-2019 + DRS Competitive Continuation + + + 8168 + 10994 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7766 + 10857 + 07-01-2019 + DRS Competitive Continuation + + + 8255 + 10957 + 07-01-2019 + DRS Competitive Continuation + + + 8151 + 10872 + 07-01-2019 + DRS Competitive Continuation + + + 8162 + 10871 + 07-01-2019 + DRS Competitive Continuation + + + 8180 + 11010 + 07-01-2019 + DRS Competitive Continuation + + + 8174 + 11019 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8660 + 10949 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8661 + 10975 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8663 + 10977 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7801 + 10873 + 07-01-2019 + DRS Competitive Continuation + + + 8664 + 10986 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8020 + 10768 + 06-01-2019 + DRS Non-Competitive Continuation + + + 7982 + 10766 + 06-01-2019 + DRS Non-Competitive Continuation + + + 7794 + 10923 + 07-01-2019 + DRS Competitive Continuation + + + 8095 + 10834 + 07-01-2019 + DRS Competitive Continuation + + + 8016 + 10938 + 07-01-2019 + DRS Competitive Continuation + + + 7993 + 10891 + 07-01-2019 + DRS Competitive Continuation + + + 7977 + 10892 + 07-01-2019 + DRS Competitive Continuation + + + 7875 + 10888 + 07-01-2019 + DRS Competitive Continuation + + + 7971 + 10937 + 07-01-2019 + DRS Competitive Continuation + + + 757 + 10912 + 07-01-2019 + DRS Competitive Continuation + + + 8049 + 10885 + 07-01-2019 + DRS Competitive Continuation + + + 8047 + 10884 + 07-01-2019 + DRS Competitive Continuation + + + 8050 + 10886 + 07-01-2019 + DRS Competitive Continuation + + + 7992 + 10947 + 07-01-2019 + DRS Competitive Continuation + + + 8048 + 10887 + 07-01-2019 + DRS Competitive Continuation + + + 7792 + 10939 + 07-01-2019 + DRS Competitive Continuation + + + 7976 + 11038 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7980 + 10963 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7986 + 11049 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7974 + 11037 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7972 + 11036 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7981 + 11004 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7233 + 10995 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7967 + 10764 + 06-01-2019 + DRS Non-Competitive Continuation + + + 7984 + 11007 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7973 + 10984 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7968 + 10978 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7978 + 11009 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7975 + 10985 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8623 + 10954 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8607 + 11041 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8633 + 10996 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8132 + 10746 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8070 + 10780 + 06-01-2019 + DRS Competitive Continuation + + + 8137 + 10783 + 06-01-2019 + DRS Competitive Continuation + + + 8068 + 10784 + 06-01-2019 + DRS Competitive Continuation + + + 8071 + 10765 + 06-01-2019 + DRS Non-Competitive Continuation + + + 8066 + 10781 + 06-01-2019 + DRS Competitive Continuation + + + 8074 + 10786 + 06-01-2019 + DRS Non-Competitive Continuation + + + 8045 + 10792 + 06-01-2019 + DRS Competitive Continuation + + + 8053 + 10813 + 07-01-2019 + DRS Competitive Continuation + + + 803 + 10790 + 07-01-2019 + DRS Competitive Continuation + + + 8167 + 10804 + 07-01-2019 + DRS Competitive Continuation + + + 8088 + 10805 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8158 + 10809 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8080 + 10830 + 08-01-2019 + DRS Competitive Continuation + + + 7882 + 10859 + 07-01-2019 + DRS Competitive Continuation + + + 7812 + 10853 + 07-01-2019 + DRS Competitive Continuation + + + 7953 + 10849 + 07-01-2019 + DRS Competitive Continuation + + + 8166 + 10882 + 07-01-2019 + DRS Competitive Continuation + + + 8133 + 10874 + 07-01-2019 + DRS Competitive Continuation + + + 8139 + 10929 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8159 + 10927 + 07-01-2019 + DRS Competitive Continuation + + + 8269 + 10917 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8142 + 10814 + 07-01-2019 + DRS Competitive Continuation + + + 7718 + 10928 + 07-01-2019 + DRS Competitive Continuation + + + 8140 + 11047 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8161 + 10964 + 07-01-2019 + DRS Competitive Continuation + + + 8666 + 10959 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8670 + 11046 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8083 + 10787 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8085 + 10815 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8046 + 10831 + 07-01-2019 + DRS Competitive Continuation + + + 7829 + 10889 + 07-01-2019 + DRS Competitive Continuation + + + 8084 + 10914 + 07-01-2019 + DRS Competitive Continuation + + + 7856 + 10980 + 07-01-2019 + DRS Competitive Continuation + + + 7910 + 10988 + 07-01-2019 + DRS Competitive Continuation + + + 8640 + 10816 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7590 + 10755 + 06-01-2019 + DRS Competitive Continuation + + + 7926 + 10997 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7924 + 10922 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8063 + 10951 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7923 + 10989 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8591 + 10925 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8000 + 10759 + 06-01-2019 + DRS Non-Competitive Continuation + + + 8067 + 11005 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8059 + 10828 + 07-01-2019 + DRS Competitive Continuation + + + 8054 + 10900 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8031 + 10905 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8055 + 11029 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8030 + 10904 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8060 + 10903 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8056 + 11032 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7890 + 10973 + 07-01-2019 + DRS Competitive Continuation + + + 8117 + 10987 + 07-01-2019 + DRS Competitive Continuation + + + 7867 + 10972 + 07-01-2019 + DRS Competitive Continuation + + + 8058 + 10970 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8061 + 11012 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8029 + 11013 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8586 + 10829 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8577 + 10827 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8576 + 10909 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8574 + 10901 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8575 + 10902 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8583 + 10907 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8584 + 10934 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8582 + 11030 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8585 + 10969 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8588 + 10967 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8589 + 10968 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8072 + 10767 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7996 + 10778 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7951 + 10762 + 06-01-2019 + DRS Non-Competitive Continuation + + + 7952 + 10791 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8073 + 10789 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7995 + 10961 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7950 + 10953 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7699 + 10962 + 07-01-2019 + DRS Competitive Continuation + + + 7697 + 11002 + 07-01-2019 + DRS Competitive Continuation + + + 8730 + 10879 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8729 + 10868 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8169 + 10758 + 06-01-2019 + DRS Non-Competitive Continuation + + + 7618 + 10757 + 06-01-2019 + DRS Non-Competitive Continuation + + + 7616 + 11016 + 07-01-2019 + DRS Competitive Continuation + + + 8590 + 10935 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8578 + 10950 + 07-01-2019 + DRS Non-Competitive Continuation + + + 7787 + 10960 + 07-01-2019 + DRS Competitive Continuation + + + 7603 + 11065 + 08-01-2019 + DRS Competitive Continuation + + + 7717 + 11056 + 07-01-2019 + DRS Competitive Continuation + + + 7869 + 11050 + 07-01-2019 + DRS Competitive Continuation + + + 8327 + 11059 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8658 + 11051 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8175 + 11053 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8780 + 11052 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8809 + 11061 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8790 + 11062 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8725 + 11066 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8801 + 11086 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8802 + 11085 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8754 + 11080 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8356 + 11083 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8805 + 11089 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8884 + 11072 + 09-01-2019 + DRS Non-Competitive Continuation + + + 8350 + 11090 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8343 + 11092 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8742 + 11081 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8784 + 11078 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8720 + 11077 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8713 + 11079 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8726 + 11082 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8089 + 11076 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8655 + 11064 + 07-01-2019 + DRS Non-Competitive Continuation + + + 8799 + 11074 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8326 + 11058 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8792 + 11091 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8953 + 11073 + 08-01-2019 + DRS Non-Competitive Continuation + + + 7213 + 11067 + 07-01-2019 + DRS Competitive Continuation + + + 8335 + 11094 + 08-01-2019 + DRS Non-Competitive Continuation + + + 7621 + 11096 + 09-01-2019 + DRS Competitive Continuation + + + 8751 + 11097 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8709 + 11099 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8718 + 11093 + 08-01-2019 + DRS Non-Competitive Continuation + + + 8882 + 11095 + 09-01-2019 + DRS Non-Competitive Continuation + + + 7695 + 11098 + 08-01-2019 + DRS Competitive Continuation + + + 8969 + 11075 + 09-01-2019 + DRS Non-Competitive Continuation + + + 9514 + 12507 + 12-01-2020 + DRS Non-Competitive Continuation + + + 5422 + 9485 + 11-01-2015 + DRS Non-Competitive Continuation + + + 9447 + 12509 + 10-01-2020 + DRS Non-Competitive Continuation + + + 9208 + 12508 + 10-01-2020 + DRS Non-Competitive Continuation + + + 5428 + 9447 + 10-01-2015 + DRS Non-Competitive Continuation + + + 5416 + 9208 + 07-01-2015 + DRS Competitive Continuation + + + 5715 + 9491 + 12-01-2015 + DRS Non-Competitive Continuation + + + 9111 + 12511 + 12-01-2020 + DRS Non-Competitive Continuation + + + 9493 + 12510 + 12-01-2020 + DRS Non-Competitive Continuation + + + 5866 + 9493 + 12-01-2015 + DRS Non-Competitive Continuation + + + 6400 + 9012 + 04-01-2015 + DRS Non-Competitive Continuation + + + 5709 + 9327 + 08-01-2015 + DRS Non-Competitive Continuation + + + 5317 + 9526 + 12-01-2015 + DRS Non-Competitive Continuation + + + 8177 + 12493 + 11-01-2020 + DRS Non-Competitive Continuation + + + 9486 + 12513 + 11-01-2020 + DRS Non-Competitive Continuation + + + 5419 + 9486 + 11-01-2015 + DRS Non-Competitive Continuation + + + 5571 + 9456 + 11-01-2015 + DRS Non-Competitive Continuation + + + 6927 + 9640 + 07-01-2016 + DRS Competitive Continuation + + + 9491 + 12512 + 12-01-2020 + DRS Non-Competitive Continuation + + + 9185 + 12516 + 12-01-2020 + DRS Non-Competitive Continuation + + + 9467 + 12515 + 12-01-2020 + DRS Non-Competitive Continuation + + + 7106 + 9500 + 12-01-2015 + DRS Non-Competitive Continuation + + + 1304 + 10545 + 02-01-2019 + DRS Competitive Continuation + + + 801 + 10358 + 09-01-2018 + DRS Non-Competitive Continuation + + + 4642 + 8346 + 09-01-2014 + DRS Non-Competitive Continuation + + + 8261 + 11017 + 07-01-2019 + DRS Non-Competitive Continuation + + + 776 + 10817 + 07-01-2019 + DRS Competitive Continuation + + + 7077 + 9553 + 01-01-2016 + DRS Non-Competitive Continuation + + + 8467 + 11484 + 12-01-2019 + DRS Non-Competitive Continuation + + + 1785 + 9524 + 01-01-2016 + DRS Non-Competitive Continuation + + + 9275 + 12517 + 01-01-2021 + DRS Non-Competitive Continuation + + + 9500 + 12514 + 12-01-2020 + DRS Non-Competitive Continuation + + + 9242 + 12518 + 12-01-2020 + DRS Non-Competitive Continuation + + + 5330 + 9357 + 08-01-2015 + DRS Non-Competitive Continuation + + + 6574 + 9242 + 07-01-2015 + DRS Competitive Continuation + + + 6093 + 8740 + 02-01-2015 + DRS Non-Competitive Continuation + + + 9456 + 12495 + 11-01-2020 + DRS Non-Competitive Continuation + + + 6862 + 9587 + 03-01-2016 + DRS Non-Competitive Continuation + + + 5178 + 9681 + 07-01-2016 + DRS Non-Competitive Continuation + + + 6597 + 9583 + 02-01-2016 + DRS Non-Competitive Continuation + + + 8587 + 10971 + 07-01-2019 + DRS Non-Competitive Continuation + + + 9249 + 12520 + 12-01-2020 + DRS Non-Competitive Continuation + + + 4582 + 9249 + 07-01-2015 + DRS Competitive Continuation + + + 5163 + 9536 + 01-01-2016 + DRS Non-Competitive Continuation + + + 6073 + 8464 + 12-01-2014 + DRS Non-Competitive Continuation + + + 8464 + 12521 + 12-01-2020 + DRS Competitive Continuation + + + 6617 + 9519 + 12-01-2015 + DRS Non-Competitive Continuation + + + 9492 + 12526 + 12-01-2020 + DRS Non-Competitive Continuation + + + 9138 + 12525 + 12-01-2020 + DRS Non-Competitive Continuation + + + 9505 + 12524 + 12-01-2020 + DRS Non-Competitive Continuation + + + 9225 + 12527 + 12-01-2020 + DRS Non-Competitive Continuation + + + 9495 + 12523 + 12-01-2020 + DRS Non-Competitive Continuation + + + 9529 + 12522 + 01-01-2021 + DRS Non-Competitive Continuation + + + 9502 + 12528 + 12-01-2020 + DRS Non-Competitive Continuation + + + 9504 + 12529 + 01-01-2021 + DRS Non-Competitive Continuation + + + 7107 + 9225 + 07-01-2015 + DRS Competitive Continuation + + + 6784 + 9529 + 01-01-2016 + DRS Non-Competitive Continuation + + + 6179 + 9504 + 01-01-2016 + DRS Non-Competitive Continuation + + + 5511 + 9502 + 12-01-2015 + DRS Non-Competitive Continuation + + diff --git a/temp/grant_program.xml b/temp/grant_program.xml new file mode 100644 index 0000000000..02a78cedb5 --- /dev/null +++ b/temp/grant_program.xml @@ -0,0 +1,259430 @@ + + + 6806 + 550 + 10283 + 000 + 1993 + 2015-09-01 + + HS + Active + Regional Consolidated Services + http://www.regionalcs.org + 550@hsesinfo.org + 221 S Fayetteville St + + Asheboro + NC + 27203-5724 + 221 S Fayetteville St + + Asheboro + NC + 27203-5724 + 221 S Fayetteville St + + Asheboro + NC + 27203-5724 + Ms. + F203317 + L203317 + + Board of Directors President + 203317@hsesinfo.org + Ms. + F203318 + L203318 + + Executive Director + 203318@hsesinfo.org + Mr. + F203320 + L203320 + + 203320@hsesinfo.org + Ms. + F203316 + L203316 + + 203316@hsesinfo.org + 555-555-3316 + + + 4842 + 4846 + 8634 + 000 + 2014 + 2014-05-01 + 2019-04-30 + HS + Inactive + Wu Yee Children's Services + + 4846@hsesinfo.org + 831 Broadway Street, 2nd Floor + + San Francisco + CA + 94133 + 831 Broadway Street, 2nd Floor + + San Francisco + CA + 94133 + 831 Broadway Street, 2nd Floor + + San Francisco + CA + 94133 + Mr. + F47125 + L47125 + + Board President + 47125@hsesinfo.org + Ms. + F47126 + L47126 + + CEO + 47126@hsesinfo.org + Ms. + F47128 + L47128 + + 47128@hsesinfo.org + Ms. + F47124 + L47124 + + 47124@hsesinfo.org + 555-555-7124 + + + 9736 + 2002 + 11884 + 200 + 2014 + 2019-07-01 + + EHS + Active + The Child Center of NY + www.childcenterny.org + 2002@hsesinfo.org + 3410 108th St + + Corona + NY + 11368-1222 + 11835 Queens Blvd + Fl 6 + Forest Hills + NY + 11375-7200 + 11835 Queens Blvd + Fl 6 + Forest Hills + NY + 11375-7200 + Mr. + F216560 + L216560 + + Board Chairperson + 216560@hsesinfo.org + Ms. + F216561 + L216561 + + Executive Director + 216561@hsesinfo.org + Mr. + F216563 + L216563 + + 216563@hsesinfo.org + Mrs. + F216559 + L216559 + + 216559@hsesinfo.org + 555-555-6559 + + + 3520 + 4081 + 7653 + 001 + + + + HS + Active + Caddo Parish Commission + www.caddocaa.org + 4081@hsesinfo.org + 4055 St. Vincent Ave. + Post Office Box 3446, Shreveport, LA 71133 + Shreveport + LA + 71108-2542 + 4055 St. Vincent Ave. + Post Office Box 3446, Shreveport, LA 71133 + Shreveport + LA + 71108-2542 + 4055 St. Vincent Ave. + Post Office Box 3446, Shreveport, LA 71133 + Shreveport + LA + 71108-2542 + Rev. + F24962 + L24962 + + Board Chairperson + 24962@hsesinfo.org + Mr. + F24961 + L24961 + + + 24961@hsesinfo.org + Ms. + F24963 + L24963 + + 24963@hsesinfo.org + Mr. + F9209 + L9209 + + 9209@hsesinfo.org + 555-555-9209 + + + 9312 + 296 + 11566 + 000 + 2013 + 2019-01-01 + + HS + Active + LUZERNE COUNTY HEAD START, INC + http://lchs.hsweb.org + 296@hsesinfo.org + 23 Beekman St + + Wilkes Barre + PA + 18702-2109 + 23 Beekman St + + Wilkes Barre + PA + 18702-2109 + 23 Beekman St + + Wilkes Barre + PA + 18702-2109 + Dr. + F213722 + L213722 + + President Board of Directors + 213722@hsesinfo.org + Mrs. + F213723 + L213723 + + Executive Director + 213723@hsesinfo.org + Ms. + F213725 + L213725 + + 213725@hsesinfo.org + Mrs. + F213721 + L213721 + + 213721@hsesinfo.org + 555-555-3721 x 5555 + + + 9737 + 2260 + 11883 + 200 + 2001 + 2019-07-01 + + EHS + Active + Picayune School District Early Head Start + www.pcu.k12.ms.us + 2260@hsesinfo.org + 1620 Rosa St + + Picayune + MS + 39466-4229 + PO Box 1258 + + Picayune + MS + 39466-1258 + 706 Goodyear Blvd + + Picayune + MS + 39466-3220 + Mr. + F216567 + L216567 + + Board Chair + 216567@hsesinfo.org + Mr. + F216568 + L216568 + + Assistant Superintend + 216568@hsesinfo.org + Mrs. + F216570 + L216570 + + 216570@hsesinfo.org + Dr. + F216566 + L216566 + + 216566@hsesinfo.org + 555-555-6566 x 5555 + + + 484 + 1653 + 302 + 200 + 2013 + 2013-07-05 + 2019-01-31 + EHS + Inactive + Crossroads Youth & Family Services, Inc. + http://www.crossroadsyfs.org + 1653@hsesinfo.org + Crossroads Early Head Start + 1333 West Main Street + Norman + OK + 73069-6864 + Crossroads Early Head Start + 1333 West Main Street + Norman + OK + 73069-6864 + Crossroads Early Head Start + 1333 West Main Street + Norman + OK + 73069-6864 + Mr. + F37927 + L37927 + CPA + Board Chair + 37927@hsesinfo.org + Ms. + F37928 + L37928 + MPA + Executive Director + 37928@hsesinfo.org + Mrs. + F37931 + L37931 + + 37931@hsesinfo.org + Ms. + F37926 + L37926 + + 37926@hsesinfo.org + 555-555-7926 x 5555 + + + 4238 + 2073 + 6716 + 000 + 2013 + 2013-07-16 + 2018-07-31 + HS + Inactive + Mid America Regional Council + http://www.marc.org + 2073@hsesinfo.org + 600 Broadway Blvd + Ste 200 + Kansas City + MO + 64105-1659 + 600 Broadway Blvd + Ste 200 + Kansas City + MO + 64105-1659 + 600 Broadway Blvd + Ste 200 + Kansas City + MO + 64105-1659 + Ms. + F38037 + L38037 + + Board Chairperson, Mid America Regional Council + 38037@hsesinfo.org + Mr. + F38038 + L38038 + + + 38038@hsesinfo.org + Ms. + F38036 + L38036 + + 38036@hsesinfo.org + Ms. + F38035 + L38035 + + 38035@hsesinfo.org + 555-555-8035 + + + 4239 + 3218 + 6716 + 200 + 2013 + 2013-07-16 + 2018-07-31 + EHS + Inactive + Mid America Regional Council + http://www.marc.org + 3218@hsesinfo.org + 600 Broadway Blvd + Ste 200 + Kansas City + MO + 64105-1659 + 600 Broadway Blvd + Ste 200 + Kansas City + MO + 64105-1659 + 600 Broadway Blvd + Ste 200 + Kansas City + MO + 64105-1659 + Ms. + F38046 + L38046 + + Board Chairperson, Mid America Regional Council + 38046@hsesinfo.org + Mr. + F38044 + L38044 + + + 38044@hsesinfo.org + Ms. + F38043 + L38043 + + 38043@hsesinfo.org + Ms. + F38042 + L38042 + + 38042@hsesinfo.org + 555-555-8042 + + + 9738 + 1330 + 11887 + 000 + 2014 + 2019-07-01 + + HS + Active + DENTON INDEPENDENT SCHOOL DISTRICT + http://www.dentonisd.org/windle/index.htm + 1330@hsesinfo.org + 901 Audra Lane + + Denton + TX + 76209 + 901 Audra Lane + + Denton + TX + 76209 + 901 Audra Lane + + Denton + TX + 76209 + Ms. + F216574 + L216574 + + School Board President + 216574@hsesinfo.org + Dr. + F216575 + L216575 + + + 216575@hsesinfo.org + Mr. + F216577 + L216577 + + 216577@hsesinfo.org + Ms. + F216573 + L216573 + + 216573@hsesinfo.org + 555-555-6573 + + + 8876 + 2599 + 11243 + 200 + 2011 + 2018-07-01 + + EHS + Active + NORTHWEST KANSAS EDUCATIONAL SERVICE CENTER + nkesc.org + 2599@hsesinfo.org + 703 WEST SECOND + + OAKLEY + KS + 67748 + 703 WEST SECOND + + OAKLEY + KS + 67748 + 703 WEST SECOND + + OAKLEY + KS + 67748 + Mr. + F210654 + L210654 + + Board Chairperson + 210654@hsesinfo.org + Mr. + F210655 + L210655 + + Executive Director + 210655@hsesinfo.org + Ms. + F210657 + L210657 + + 210657@hsesinfo.org + Mrs. + F210653 + L210653 + + 210653@hsesinfo.org + 555-555-0653 x 5555 + + + 9077 + 1639 + 11399 + 000 + 2013 + 2018-09-01 + + AIAN HS + Active + CHEHALIS INDIAN COMMUNITY + http://www.chehalistribe.org + 1639@hsesinfo.org + 20 Tomahawk Loop Suite A + + Oakville + WA + 98568 + PO Box 536 + + Oakville + WA + 98568-0536 + 420 Howanut Rd + + Oakville + WA + 98568-9659 + Mr. + F212120 + L212120 + + Chehalis Tribal Business Commitee Chair Person + 212120@hsesinfo.org + Mrs. + F212121 + L212121 + + General Manager + 212121@hsesinfo.org + Mr. + F212123 + L212123 + + 212123@hsesinfo.org + Ms. + F212119 + L212119 + + 212119@hsesinfo.org + 555-555-2119 x 5555 + + + 4658 + 1286 + 8608 + 000 + 2014 + 2014-03-01 + 2019-02-28 + HS + Inactive + Western Arizona Council of Governments + http://www.wacog.com/headstart/ + 1286@hsesinfo.org + 1235 S Redondo Center Dr + + Yuma + AZ + 85365-2039 + 1235 S Redondo Center Dr + + Yuma + AZ + 85365-2039 + 1235 S Redondo Center Dr + + Yuma + AZ + 85365-2039 + Mrs. + F44615 + L44615 + + Chairperson + 44615@hsesinfo.org + Mr. + F44616 + L44616 + + Executive Director + 44616@hsesinfo.org + Mrs. + F44618 + L44618 + + 44618@hsesinfo.org + Mrs. + F44614 + L44614 + + 44614@hsesinfo.org + 555-555-4614 + + + 6622 + 1474 + 10142 + 000 + 1998 + 2015-07-01 + 2020-06-30 + HS + Inactive + Youth In Need + http://www.youthinneed.org + 1474@hsesinfo.org + 1815 Boones Lick Rd + + Saint Charles + MO + 63301-2247 + 1815 Boones Lick Rd + + Saint Charles + MO + 63301-2247 + 1815 Boones Lick Rd + + Saint Charles + MO + 63301-2247 + Mr. + F202024 + L202024 + + Board Chair + 202024@hsesinfo.org + Ms. + F202025 + L202025 + + + 202025@hsesinfo.org + Ms. + F202027 + L202027 + + 202027@hsesinfo.org + Ms. + F202023 + L202023 + + 202023@hsesinfo.org + 555-555-2023 x 5555 + + + 4419 + 413 + 8402 + 200 + 2013 + 2013-10-24 + 2018-10-31 + EHS + Inactive + Baraga-Houghton-Keweenaw Child Development Board, Inc. + http://www.bhkfirst.org + 413@hsesinfo.org + 700 Park Avenue + + Houghton + MI + 49931-2453 + 700 Park Avenue + + Houghton + MI + 49931-2453 + 700 Park Avenue + + Houghton + MI + 49931-2453 + Mr. + F41326 + L41326 + + Board Chairperson + 41326@hsesinfo.org + Ms. + F41327 + L41327 + + Executive Director + 41327@hsesinfo.org + Ms. + F41324 + L41324 + + 41324@hsesinfo.org + Ms. + F41323 + L41323 + + 41323@hsesinfo.org + 555-555-1323 x 5555 + + + 5047 + 1962 + 8965 + 200 + 2014 + 2014-07-01 + 2020-06-30 + EHS + Inactive + Mohawk Valley Community Action Agency, Inc. + http://www.mvcaa.com + 1962@hsesinfo.org + 9882 River Road + + Utica + NY + 13502-9882 + 9882 River Road + + Utica + NY + 13502-9882 + 9882 River Road + + Utica + NY + 13502-9882 + Mr. + F51349 + L51349 + + Board Chair + 51349@hsesinfo.org + Ms. + F51346 + L51346 + + Executive Director + 51346@hsesinfo.org + Ms. + F51350 + L51350 + + 51350@hsesinfo.org + Ms. + F51345 + L51345 + + 51345@hsesinfo.org + 555-555-1345 x 5555 + + + 9739 + 8896 + 11881 + 000 + 2019 + 2019-07-01 + + HS + Active + East Side House Settlement Head Start / Day Care + http://www.eastsidehouse.org + 8896@hsesinfo.org + 375 East 143rd Street + + Bronx + NY + 10454-1258 + 375 East 143rd Street + + Bronx + NY + 10454-1258 + 375 East 143rd Street + + Bronx + NY + 10454-1258 + Mr. + F216581 + L216581 + + Chairman + 216581@hsesinfo.org + Mr. + F216582 + L216582 + + + 216582@hsesinfo.org + Ms. + F216584 + L216584 + + 216584@hsesinfo.org + Ms. + F216580 + L216580 + + 216580@hsesinfo.org + 555-555-6580 + + + 6937 + 369 + 10412 + 000 + 1992 + 2015-11-01 + + AIAN HS + Active + Skokomish Indian Tribe + http://www.skokomish.org + 369@hsesinfo.org + 80 N Tribal Center Rd + + Skokomish Nation + WA + 98584-9748 + 80 N Tribal Center Rd + + Skokomish Nation + WA + 98584-9748 + 80 N Tribal Center Rd + + Skokomish Nation + WA + 98584-9748 + Mr. + F204220 + L204220 + + Council Chairperson + 204220@hsesinfo.org + Ms. + F204221 + L204221 + + CFO + 204221@hsesinfo.org + + F204223 + L204223 + + 204223@hsesinfo.org + Mrs. + F204219 + L204219 + + 204219@hsesinfo.org + 555-555-4219 x 5555 + + + 6974 + 363 + 10435 + 000 + 1991 + 2015-11-01 + + AIAN HS + Active + Tohono O'odham Nation + www.tonation.gov + 363@hsesinfo.org + Business Loop Main St + + Sells + AZ + 85634 + PO Box 837 + Highway 86 Business Loop + Sells + AZ + 85634-0837 + Business Loop Main St + + Sells + AZ + 85634 + Mr. + F204484 + L204484 + Jr + Chairman + 204484@hsesinfo.org + Ms. + F204485 + L204485 + + Executive Director + 204485@hsesinfo.org + Mr. + F204487 + L204487 + + 204487@hsesinfo.org + Mrs. + F204483 + L204483 + + 204483@hsesinfo.org + 555-555-4483 + + + 9740 + 8897 + 11881 + 200 + 2019 + 2019-07-01 + + EHS + Active + East Side House Settlement Head Start / Day Care + http://www.eastsidehouse.org + 8897@hsesinfo.org + 375 East 143rd Street + + Bronx + NY + 10454-1258 + 375 East 143rd Street + + Bronx + NY + 10454-1258 + 375 East 143rd Street + + Bronx + NY + 10454-1258 + Mr. + F216588 + L216588 + + Chairman + 216588@hsesinfo.org + Mr. + F216589 + L216589 + + + 216589@hsesinfo.org + Ms. + F216591 + L216591 + + 216591@hsesinfo.org + Ms. + F216587 + L216587 + + 216587@hsesinfo.org + 555-555-6587 + + + 10853 + 9135 + 12827 + 201 + 2019 + 2019-03-01 + + EHS + Active + Ada S. McKinley Community Services + http://www.adasmckinley.org + 9135@hsesinfo.org + 11400 S Edbrooke Ave + + Chicago + IL + 60628-4930 + 11400 S Edbrooke Ave + + Chicago + IL + 60628-4930 + 11400 S Edbrooke Ave + + Chicago + IL + 60628-4930 + Ms. + F224260 + L224260 + + President, Board of Directors + 224260@hsesinfo.org + Mr. + F224258 + L224258 + + Chief Executive Officer + 224258@hsesinfo.org + Ms. + F224261 + L224261 + + 224261@hsesinfo.org + Ms. + F224257 + L224257 + + 224257@hsesinfo.org + 555-555-4257 + + + 9741 + 8898 + 11879 + 000 + 2019 + 2019-07-01 + + HS + Active + West Harlem Community Organization, Inc. + + 8898@hsesinfo.org + 121 West 128th Street + + New York + NY + 10027-3010 + 121 West 128th Street + + New York + NY + 10027-3010 + 121 West 128th Street + + New York + NY + 10027-3010 + Mr. + F216595 + L216595 + + Chairperson + 216595@hsesinfo.org + Ms. + F216596 + L216596 + + Executive Director + 216596@hsesinfo.org + Ms. + F216598 + L216598 + + 216598@hsesinfo.org + Ms. + F216594 + L216594 + + 216594@hsesinfo.org + 555-555-6594 x 5555 + + + 10856 + 9138 + 12833 + 204 + 2019 + 2019-03-01 + + EHS + Active + Mary Crane League + www.marycrane.org + 9138@hsesinfo.org + 4006 W Lake St + + Chicago + IL + 60624-1839 + 4006 W Lake St + + Chicago + IL + 60624-1839 + 4006 W Lake St + + Chicago + IL + 60624-1839 + Mr. + F224278 + L224278 + + Board Chair + 224278@hsesinfo.org + Ms. + F224276 + L224276 + + Executive Director + 224276@hsesinfo.org + Ms. + F224279 + L224279 + + 224279@hsesinfo.org + Ms. + F224275 + L224275 + + 224275@hsesinfo.org + 555-555-4275 + + + 10857 + 9139 + 12835 + 205 + 2019 + 2019-03-01 + + EHS + Active + YMCA of Metropolitan Chicago + www.ymcachicago.org + 9139@hsesinfo.org + 801 North Dearborn Street + + Chicago + IL + 60610-3316 + 801 North Dearborn Street + + Chicago + IL + 60610-3316 + 801 North Dearborn Street + + Chicago + IL + 60610-3316 + Mr. + F224284 + L224284 + + Board Chair + 224284@hsesinfo.org + Mr. + F224282 + L224282 + + + 224282@hsesinfo.org + Ms. + F224285 + L224285 + + 224285@hsesinfo.org + Ms. + F224281 + L224281 + + 224281@hsesinfo.org + 555-555-4281 + + + 9618 + 2282 + 11798 + 200 + 2013 + 2019-05-01 + + EHS + Active + Pro Action of Steuben and Yates, Inc. + http://www.proactioninc.org + 2282@hsesinfo.org + 117 East Steuben Street + + Bath + NY + 14810-1636 + 117 East Steuben Street + + Bath + NY + 14810-1636 + 117 East Steuben Street + + Bath + NY + 14810-1636 + Mrs. + F215779 + L215779 + + Board President + 215779@hsesinfo.org + Mrs. + F215780 + L215780 + + + 215780@hsesinfo.org + + F215782 + L215782 + + 215782@hsesinfo.org + Mrs. + F215778 + L215778 + + 215778@hsesinfo.org + 555-555-5778 x 5555 + + + 4929 + 4935 + 8911 + 000 + 2014 + 2014-06-01 + 2019-07-31 + HS + Inactive + Iberville Parish School Board + www.ipsb.net + 4935@hsesinfo.org + 58030 Plaquemine Street + + Plaquemine + LA + 70764-0365 + PO Box 151 + + Plaquemine + LA + 70765-0151 + 58030 Plaquemine Street + + Plaquemine + LA + 70764-0365 + Dr. + F48460 + L48460 + Jr. + Superintendent + 48460@hsesinfo.org + Ms. + F48461 + L48461 + + Federal Programs Supervisor + 48461@hsesinfo.org + Ms. + F48463 + L48463 + + 48463@hsesinfo.org + Ms. + F48459 + L48459 + + 48459@hsesinfo.org + 555-555-8459 + + + 9744 + 4979 + 11882 + 000 + 2014 + 2019-07-01 + + HS + Active + Family Enrichment Network, Inc. + Familyenrichment.org + 4979@hsesinfo.org + 24 Cherry Street + + Johnson City + NY + 13790-0779 + 24 Cherry Street + + Johnson City + NY + 13790-0779 + 24 Cherry Street + + Johnson City + NY + 13790-0779 + Ms. + F216616 + L216616 + + Governing Board Chairperson + 216616@hsesinfo.org + Mr. + F216617 + L216617 + + Executive Director + 216617@hsesinfo.org + Ms. + F216619 + L216619 + + 216619@hsesinfo.org + Mrs. + F216615 + L216615 + + 216615@hsesinfo.org + 555-555-6615 x 5555 + + + 8832 + 8653 + 11203 + 000 + 2018 + 2018-06-01 + + HS + Active + Hampton Roads Community Action Program, Inc. + http://www.hrcapinc.org + 8653@hsesinfo.org + 2410 Wickham Ave + + Newport News + VA + 23607-4628 + 2410 Wickham Ave + + Newport News + VA + 23607-4628 + 2410 Wickham Ave + + Newport News + VA + 23607-4628 + Mr. + F210345 + L210345 + + Board of Directors Chairperson + 210345@hsesinfo.org + Ms. + F210346 + L210346 + + Chief Operating Officer + 210346@hsesinfo.org + Ms. + F210348 + L210348 + + 210348@hsesinfo.org + Mrs. + F210344 + L210344 + + 210344@hsesinfo.org + 555-555-0344 + + + 9745 + 4980 + 11882 + 200 + 2014 + 2019-07-01 + + EHS + Active + Family Enrichment Network, Inc. + Familyenrichment.org + 4980@hsesinfo.org + 24 Cherry Street + + Johnson City + NY + 13790-0779 + 24 Cherry Street + + Johnson City + NY + 13790-0779 + 24 Cherry Street + + Johnson City + NY + 13790-0779 + Ms. + F216623 + L216623 + + Governing Board Chairperson + 216623@hsesinfo.org + Mr. + F216624 + L216624 + + Executive Director + 216624@hsesinfo.org + Ms. + F216626 + L216626 + + 216626@hsesinfo.org + Mrs. + F216622 + L216622 + + 216622@hsesinfo.org + 555-555-6622 x 5555 + + + 9760 + 1499 + 11897 + 000 + 1998 + 2019-07-01 + + HS + Active + BakerRipley + http://www.bakerripley.org + 1499@hsesinfo.org + 4450 Harrisburg Blvd + Ste 200 + Houston + TX + 77011-4014 + 4500 Bissonnet, Suite 200 + P.O. Box 271389 + Houston + TX + 77277-1389 + 4450 Harrisburg Blvd + Ste 200 + Houston + TX + 77011-4014 + Ms. + F216731 + L216731 + + Chairman, Board of Directors + 216731@hsesinfo.org + Ms. + F216732 + L216732 + + President & CEO + 216732@hsesinfo.org + Mrs. + F216734 + L216734 + + 216734@hsesinfo.org + Ms. + F216730 + L216730 + + 216730@hsesinfo.org + 555-555-6730 + + + 8406 + 2494 + 10820 + 200 + 2001 + 2017-01-01 + + AIAN EHS + Active + Standing Rock Sioux Tribe, Early Head Start + + 2494@hsesinfo.org + 182 Proposal Avenue + + Fort Yates + ND + 58538 + PO Box 768 + + Fort Yates + ND + 58538-0768 + 182 Proposal Avenue + + Fort Yates + ND + 58538 + Mr. + F208043 + L208043 + + Standing Rock Sioux Tribal Chairman + 208043@hsesinfo.org + Mrs. + F208044 + L208044 + + Standing Rock Sioux Tribe CEO + 208044@hsesinfo.org + Mrs. + F208046 + L208046 + + 208046@hsesinfo.org + Ms. + F208042 + L208042 + + 208042@hsesinfo.org + 555-555-8042 x 5555 + + + 9761 + 1498 + 11897 + 200 + 2000 + 2019-07-01 + + EHS + Active + BakerRipley + http://www.bakerripley.org + 1498@hsesinfo.org + 4450 Harrisburg Blvd + Ste 200 + Houston + TX + 77011-4014 + PO Box 231808 + + Houston + TX + 77223-1808 + 4500 Bissonnet + + Bellaire + TX + 77401 + Ms. + F216738 + L216738 + + Chairman, Board of Directors + 216738@hsesinfo.org + Ms. + F216739 + L216739 + + President & CEO + 216739@hsesinfo.org + Mrs. + F216741 + L216741 + + 216741@hsesinfo.org + Ms. + F216737 + L216737 + + 216737@hsesinfo.org + 555-555-6737 + + + 10873 + 3038 + 12844 + 200 + 2015 + 2020-01-01 + + EHS + Active + Onslow County Partnership for Children, Inc. + www.onslowkids.org + 3038@hsesinfo.org + 900 Dennis Road + + Jacksonville + NC + 28546 + 900 Dennis Road + + Jacksonville + NC + 28546 + 900 Dennis Road + + Jacksonville + NC + 28546 + Mr. + F224399 + L224399 + + Board Chair + 224399@hsesinfo.org + Mrs. + F224400 + L224400 + + Executive Director + 224400@hsesinfo.org + Ms. + F224402 + L224402 + + 224402@hsesinfo.org + Ms. + F224398 + L224398 + + 224398@hsesinfo.org + 555-555-4398 + + + 9576 + 8833 + 11690 + 200 + 2019 + 2019-03-01 + + EHS + Active + Onslow County Partnership for Children, Inc. + www.onslowkids.org + 8833@hsesinfo.org + 900 Dennis Road + + Jacksonville + NC + 28546 + 900 Dennis Road + + Jacksonville + NC + 28546 + 900 Dennis Road + + Jacksonville + NC + 28546 + Mr. + F215485 + L215485 + + Board Chair + 215485@hsesinfo.org + Mrs. + F215486 + L215486 + + Executive Director + 215486@hsesinfo.org + Ms. + F215488 + L215488 + + 215488@hsesinfo.org + Ms. + F215484 + L215484 + + 215484@hsesinfo.org + 555-555-5484 + + + 9328 + 867 + 11582 + 000 + 2013 + 2019-02-01 + + HS + Active + Community Action Program, Inc. of Western Indiana + http://www.capwi.org/head_start.htm + 867@hsesinfo.org + 418 Washington St + 418 Washington Street + Covington + IN + 47932-1257 + PO Box 188 + 418 Washington Street + Covington + IN + 47932-0188 + 418 Washington St + 418 Washington Street + Covington + IN + 47932-1257 + Mr. + F213833 + L213833 + + CAP Board President + 213833@hsesinfo.org + Mrs. + F213834 + L213834 + + + 213834@hsesinfo.org + Mrs. + F213836 + L213836 + + 213836@hsesinfo.org + Mrs. + F213832 + L213832 + + 213832@hsesinfo.org + 555-555-3832 + + + 8017 + 1964 + 10523 + 000 + 2000 + 2016-02-01 + + HS + Active + Head Start of Washington County, Inc. + http://www.headstartwashco.org + 1964@hsesinfo.org + 325 West Memorial Boulevard + + Hagerstown + MD + 21740-6219 + 325 West Memorial Boulevard + + Hagerstown + MD + 21740-6219 + 325 West Memorial Boulevard + + Hagerstown + MD + 21740-6219 + Ms. + F205324 + L205324 + + + 205324@hsesinfo.org + Mrs. + F205325 + L205325 + + + 205325@hsesinfo.org + Ms. + F205327 + L205327 + + 205327@hsesinfo.org + Mrs. + F205323 + L205323 + + 205323@hsesinfo.org + 555-555-5323 x 5555 + + + 8248 + 1538 + 10646 + 200 + 2000 + 2016-07-01 + + EHS + Active + North Florida Child Development, Inc. + http://www.floridachildren.org + 1538@hsesinfo.org + 141 S Highway 71 + + Wewahitchka + FL + 32465-4301 + PO Box 38 + + Wewahitchka + FL + 32465-0038 + 141 S Highway 71 + + Wewahitchka + FL + 32465-4301 + Mrs. + F206851 + L206851 + + Board of Directors, Chair + 206851@hsesinfo.org + Ms. + F206852 + L206852 + + CEO/HS/EHS + 206852@hsesinfo.org + Ms. + F206854 + L206854 + + 206854@hsesinfo.org + Ms. + F206850 + L206850 + + 206850@hsesinfo.org + 555-555-6850 + + + 11510 + 9411 + 13328 + 200 + 2020 + 2020-07-01 + + EHS + Active + Center for Transforming Lives + www.transforminglives.org + 9411@hsesinfo.org + 512 W 4th St + + Fort Worth + TX + 76102-3613 + 512 W 4th St + + Fort Worth + TX + 76102-3613 + 512 W 4th St + + Fort Worth + TX + 76102-3613 + Ms. + F228598 + L228598 + + Board Chair + 228598@hsesinfo.org + Mrs. + F228599 + L228599 + + Chief Executive Officer + 228599@hsesinfo.org + Ms. + F228601 + L228601 + + 228601@hsesinfo.org + Ms. + F228597 + L228597 + + 228597@hsesinfo.org + 555-555-8597 + + + 9547 + 1725 + 11770 + 000 + 2014 + 2019-04-01 + + HS + Active + Community Services for Children, Inc. + http://www.cscinc.org + 1725@hsesinfo.org + 1520 Hanover Avenue + + Allentown + PA + 18109-2360 + 1520 Hanover Avenue + + Allentown + PA + 18109-2360 + 1520 Hanover Avenue + + Allentown + PA + 18109-2360 + Mrs. + F215326 + L215326 + + Chairperson, Board of Directors + 215326@hsesinfo.org + Mrs. + F215327 + L215327 + + CEO/President + 215327@hsesinfo.org + Ms. + F215329 + L215329 + + 215329@hsesinfo.org + Mrs. + F215325 + L215325 + + 215325@hsesinfo.org + 555-555-5325 x 5555 + + + 8018 + 1965 + 10523 + 200 + 2001 + 2016-02-01 + + EHS + Active + Head Start of Washington County, Inc. + http://www.headstartwashco.org + 1965@hsesinfo.org + 325 West Memorial Boulevard + + Hagerstown + MD + 21740-6219 + 325 West Memorial Boulevard + + Hagerstown + MD + 21740-6219 + 325 West Memorial Boulevard + + Hagerstown + MD + 21740-6219 + Ms. + F205330 + L205330 + + + 205330@hsesinfo.org + Mrs. + F205331 + L205331 + + + 205331@hsesinfo.org + Ms. + F205333 + L205333 + + 205333@hsesinfo.org + Mrs. + F205329 + L205329 + + 205329@hsesinfo.org + 555-555-5329 x 5555 + + + 10086 + 6283 + 12109 + 200 + + 2019-07-01 + + EHS + Active + Northwest Arkansas Head Start + http://www.nwaheadstart.org + 6283@hsesinfo.org + 2109 SE J St + Northwest Arkansas Head Start Human Services, Inc. + Bentonville + AR + 72712-3860 + 2109 SE J St + Northwest Arkansas Head Start Human Services, Inc. + Bentonville + AR + 72712-3860 + 2109 SE J St + Northwest Arkansas Head Start Human Services, Inc. + Bentonville + AR + 72712-3860 + Mrs. + F218995 + L218995 + + Board of Directors Chairperson + 218995@hsesinfo.org + Mrs. + F218996 + L218996 + + Executive Director + 218996@hsesinfo.org + Mr. + F218998 + L218998 + + 218998@hsesinfo.org + Ms. + F218994 + L218994 + + 218994@hsesinfo.org + 555-555-8994 + + + 4728 + 3973 + 8710 + 056 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Friends of Crown Heights Educational Centers + www.fochdaycare.org + 3973@hsesinfo.org + 671-675 Prospect Place + + Brooklyn + NY + 11216-3508 + 671-675 Prospect Place + + Brooklyn + NY + 11216-3508 + 671-675 Prospect Place + + Brooklyn + NY + 11216-3508 + Ms. + F45845 + L45845 + + Chairperson + 45845@hsesinfo.org + Mr. + F45843 + L45843 + + + 45843@hsesinfo.org + + F45842 + L45842 + + 45842@hsesinfo.org + Ms. + F45847 + L45847 + + 45847@hsesinfo.org + 555-555-5847 + + + 9146 + 8729 + 11448 + 000 + 2018 + 2018-09-01 + + HS + Active + Clinch Valley Community Action + www.clinchvalleycaa.org + 8729@hsesinfo.org + 1379 Tazewell Avenue + + North Tazewell + VA + 24630 + PO Box 188 + + North Tazewell + VA + 24630-9569 + 1379 Tazewell Avenue + + North Tazewell + VA + 24630 + Mr. + F212579 + L212579 + II + Board Chairperson + 212579@hsesinfo.org + Mr. + F212577 + L212577 + + Executive Director + 212577@hsesinfo.org + Ms. + F212580 + L212580 + + 212580@hsesinfo.org + Ms. + F212576 + L212576 + + 212576@hsesinfo.org + 555-555-2576 x 5555 + + + 4291 + 1284 + 8310 + 200 + 2013 + 2013-08-19 + 2019-08-31 + EHS + Inactive + Skagit Valley College + http://sihs.skagit.edu + 1284@hsesinfo.org + 320 Pacific Place + + Mount Vernon + WA + 98273 + 2405 East College Way + + Mount Vernon + WA + 98273-5821 + 320 Pacific Place + + Mount Vernon + WA + 98273 + Ms. + F38811 + L38811 + + Chair of the Board of Trustees + 38811@hsesinfo.org + Mr. + F38810 + L38810 + + + 38810@hsesinfo.org + Ms. + F38808 + L38808 + + 38808@hsesinfo.org + Ms. + F38806 + L38806 + + 38806@hsesinfo.org + 555-555-8806 + + + 10706 + 3606 + 12710 + 002 + 2013 + 2019-11-01 + + Migrant HS + Active + Benedictine Sisters of Erie + eriebenedictines.org + 3606@hsesinfo.org + 345 East Ninth Street + + Erie + PA + 16503-1107 + 345 East Ninth Street + + Erie + PA + 16503-1107 + 345 East Ninth Street + + Erie + PA + 16503-1107 + Sister + F223271 + L223271 + + Board Chair + 223271@hsesinfo.org + Sister + F223272 + L223272 + + + 223272@hsesinfo.org + Sr. + F223274 + L223274 + + 223274@hsesinfo.org + Sister + F223270 + L223270 + + 223270@hsesinfo.org + 555-555-3270 + + + 4858 + 818 + 8793 + 000 + 2014 + 2014-06-01 + 2019-05-31 + HS + Inactive + Floyd County Community Action Agency + FCHEADSTART.com + 818@hsesinfo.org + 1902 Corydon Pike + + New Albany + IN + 47150-6114 + PO Box 1025 + + New Albany + IN + 47151-1025 + 1902 Corydon Pike + + New Albany + IN + 47150-6114 + Dr. + F47640 + L47640 + + FCCAA Board President + 47640@hsesinfo.org + Ms. + F47638 + L47638 + + Director + 47638@hsesinfo.org + Ms. + F47637 + L47637 + + 47637@hsesinfo.org + Ms. + F47635 + L47635 + + 47635@hsesinfo.org + 555-555-7635 x 5555 + + + 8288 + 716 + 10663 + 000 + 1991 + 2016-07-01 + + HS + Active + Hidalgo County Head Start Program + www.hchsp.org + 716@hsesinfo.org + 1901 W State Highway 107 + + McAllen + TX + 78504-9552 + 1901 W State Highway 107 + + McAllen + TX + 78504-9552 + 1901 W State Highway 107 + + McAllen + TX + 78504-9552 + Mr. + F207156 + L207156 + + County Judge + 207156@hsesinfo.org + Ms. + F207157 + L207157 + + Executive Director + 207157@hsesinfo.org + Mr. + F207159 + L207159 + + 207159@hsesinfo.org + Ms. + F207155 + L207155 + + 207155@hsesinfo.org + 555-555-7155 + + + 9155 + 487 + 11462 + 000 + 1991 + 2018-11-01 + + HS + Active + Child Development Council of Franklin County, Inc. + http://www.cdcheadstart.org + 487@hsesinfo.org + 999 Crupper Ave + + Columbus + OH + 43229-1108 + 999 Crupper Ave + + Columbus + OH + 43229-1108 + 999 Crupper Ave + + Columbus + OH + 43229-1108 + Ms. + F212622 + L212622 + + Board Chair + 212622@hsesinfo.org + Ms. + F212623 + L212623 + + President & CEO + 212623@hsesinfo.org + Ms. + F212625 + L212625 + + 212625@hsesinfo.org + Ms. + F212621 + L212621 + + 212621@hsesinfo.org + 555-555-2621 + + + 1426 + 868 + 2923 + 200 + 2013 + 2013-07-02 + 2019-01-31 + EHS + Inactive + Community Action Program, Inc. of Western Indiana + http://www.capwi.org + 868@hsesinfo.org + 418 Washington St + + Covington + IN + 47932-1257 + PO Box 188 + + Covington + IN + 47932-0188 + 418 Washington St + + Covington + IN + 47932-1257 + Mr. + F37674 + L37674 + + CAP Board President + 37674@hsesinfo.org + Mrs. + F37671 + L37671 + + + 37671@hsesinfo.org + Mrs. + F37673 + L37673 + + 37673@hsesinfo.org + Mrs. + F37669 + L37669 + + 37669@hsesinfo.org + 555-555-7669 + + + 9200 + 8734 + 11487 + 000 + 2019 + 2018-11-01 + + HS + Active + Community Services Office of Hot Springs and Garland County + + 8734@hsesinfo.org + 600 W Grand Ave + Ste 200 + Hot Springs + AR + 71901-3936 + PO Box 1175 + + Hot Springs + AR + 71902-1175 + 600 W Grand Ave + Ste 200 + Hot Springs + AR + 71901-3936 + Mrs. + F212936 + L212936 + + Board President + 212936@hsesinfo.org + Mrs. + F212937 + L212937 + + Executive Director + 212937@hsesinfo.org + Mrs. + F212939 + L212939 + + 212939@hsesinfo.org + Mrs. + F212935 + L212935 + + 212935@hsesinfo.org + 555-555-2935 + + + 7047 + 1540 + 10495 + 000 + 1991 + 2016-01-01 + + HS + Active + Child Start, Inc. + thechildstartinc.org + 1540@hsesinfo.org + 1001 Worden Ave + + Missoula + MT + 59802-2827 + 1001 Worden Ave + + Missoula + MT + 59802-2827 + 1001 Worden Ave + + Missoula + MT + 59802-2827 + Ms. + F204996 + L204996 + + Board President + 204996@hsesinfo.org + Ms. + F204997 + L204997 + + Director + 204997@hsesinfo.org + Ms. + F204999 + L204999 + + 204999@hsesinfo.org + Ms. + F204995 + L204995 + + 204995@hsesinfo.org + 555-555-4995 + + + 9421 + 8754 + 11487 + 200 + 2019 + 2019-06-01 + + EHS + Active + Community Services Office of Hot Springs and Garland County + + 8754@hsesinfo.org + 600 W Grand Ave + Ste 200 + Hot Springs + AR + 71901-3936 + PO Box 1175 + + Hot Springs + AR + 71902-1175 + 600 W Grand Ave + Ste 200 + Hot Springs + AR + 71901-3936 + Mrs. + F214459 + L214459 + + Board President + 214459@hsesinfo.org + Mrs. + F214457 + L214457 + + Executive Director + 214457@hsesinfo.org + Mrs. + F214460 + L214460 + + 214460@hsesinfo.org + Mrs. + F214456 + L214456 + + 214456@hsesinfo.org + 555-555-4456 + + + 6797 + 288 + 10296 + 000 + 1991 + 2015-09-01 + + HS + Active + People Incorporated of Virginia + http://www.peopleinc.net + 288@hsesinfo.org + 1173 W Main St + + Abingdon + VA + 24210-4703 + 1173 W Main St + + Abingdon + VA + 24210-4703 + 1173 W Main St + + Abingdon + VA + 24210-4703 + Mr. + F203254 + L203254 + + + 203254@hsesinfo.org + Mr. + F203255 + L203255 + + President and C.E.O. + 203255@hsesinfo.org + Mr. + F203257 + L203257 + + 203257@hsesinfo.org + Ms. + F203253 + L203253 + + 203253@hsesinfo.org + 555-555-3253 + + + 8569 + 8448 + 10972 + 200 + 2017 + 2017-03-01 + + EHS + Active + Kidango, Inc. + www.kidango.org + 8448@hsesinfo.org + 44000 Old Warm Springs Blvd + + Fremont + CA + 94538-6145 + 44000 Old Warm Springs Blvd + + Fremont + CA + 94538-6145 + 44000 Old Warm Springs Blvd + + Fremont + CA + 94538-6145 + Mr. + F208706 + L208706 + + Board President + 208706@hsesinfo.org + Mr. + F208707 + L208707 + + Executive Director + 208707@hsesinfo.org + Ms. + F208709 + L208709 + + 208709@hsesinfo.org + Ms. + F208705 + L208705 + + 208705@hsesinfo.org + 555-555-8705 + + + 4759 + 3514 + 8739 + 204 + 2014 + 2014-03-01 + 2019-02-28 + Migrant EHS + Inactive + Central California Child Development Services + www.cccds.com + 3514@hsesinfo.org + 2250 Rockefeller Drive, Suite 1 + P.O. Box 2540 + Ceres + CA + 95307-0794 + 2250 Rockefeller Drive, Suite 1 + P.O. Box 2540 + Ceres + CA + 95307-0794 + 2250 Rockefeller Drive, Suite 1 + P.O. Box 2540 + Ceres + CA + 95307-0794 + Mr. + F46062 + L46062 + + President + 46062@hsesinfo.org + Ms. + F46060 + L46060 + + + 46060@hsesinfo.org + Mr. + F46059 + L46059 + + 46059@hsesinfo.org + Ms. + F46065 + L46065 + + 46065@hsesinfo.org + 555-555-6065 + + + 9749 + 5054 + 11890 + 200 + 2014 + 2019-07-01 + + EHS + Active + Catholic Charities Neighborhood Services, Inc. + ccbq.org + 5054@hsesinfo.org + 191 Joralemon St + Fl 2 + Brooklyn + NY + 11201-4353 + 191 Joralemon St + Fl 2 + Brooklyn + NY + 11201-4353 + 191 Joralemon St + Fl 2 + Brooklyn + NY + 11201-4353 + Ms. + F216651 + L216651 + + President + 216651@hsesinfo.org + Msgr. + F216652 + L216652 + + CCNS Chief Executive Officer + 216652@hsesinfo.org + Ms. + F216654 + L216654 + + 216654@hsesinfo.org + Mrs. + F216650 + L216650 + + 216650@hsesinfo.org + 555-555-6650 + + + 9750 + 776 + 11892 + 000 + 2014 + 2019-07-01 + + HS + Active + MT PLEASANT INDEPENDENT SCHOOL DISTRICT + www.mpisd.net + 776@hsesinfo.org + 1602 W Ferguson Rd + + Mount Pleasant + TX + 75455-2918 + 2230 N Edwards Ave + + Mount Pleasant + TX + 75455-2036 + 2230 N Edwards Ave + + Mount Pleasant + TX + 75455-2036 + Mrs. + F216658 + L216658 + + MPISD Board President + 216658@hsesinfo.org + Mr. + F216659 + L216659 + + MPISD Superintendent/Executive Director of HS/EHS + 216659@hsesinfo.org + Ms. + F216661 + L216661 + + 216661@hsesinfo.org + Mrs. + F216657 + L216657 + + 216657@hsesinfo.org + 555-555-6657 + + + 9386 + 960 + 11619 + 000 + 2014 + 2019-02-01 + + HS + Active + TABLELAND SERVICES, INC + http://www.capfsc.org + 960@hsesinfo.org + 535 East Main Street + + Somerset + PA + 15501-2163 + 535 East Main Street + + Somerset + PA + 15501-2163 + 535 East Main Street + + Somerset + PA + 15501-2163 + Mr. + F214235 + L214235 + + Chairperson + 214235@hsesinfo.org + Mr. + F214236 + L214236 + + Executive Director + 214236@hsesinfo.org + Mrs. + F214238 + L214238 + + 214238@hsesinfo.org + Mrs. + F214234 + L214234 + + 214234@hsesinfo.org + 555-555-4234 x 5555 + + + 9387 + 3043 + 11619 + 200 + 2014 + 2019-02-01 + + EHS + Active + TABLELAND SERVICES, INC + http://www.capfsc.org + 3043@hsesinfo.org + 535 East Main Street + + Somerset + PA + 15501 + 535 East Main Street + + Somerset + PA + 15501 + 535 East Main Street + + Somerset + PA + 15501 + Mr. + F214242 + L214242 + + Chairperson + 214242@hsesinfo.org + Mr. + F214243 + L214243 + + Executive Director + 214243@hsesinfo.org + Mrs. + F214245 + L214245 + + 214245@hsesinfo.org + Mrs. + F214241 + L214241 + + 214241@hsesinfo.org + 555-555-4241 x 5555 + + + 10613 + 1140 + 12615 + 000 + 2014 + 2019-09-01 + + AIAN HS + Active + California Rural Indian Health Board + http://www.crihb.org + 1140@hsesinfo.org + 1020 Sun Down Way + + Roseville + CA + 95661-4473 + 1020 Sundown Way + + Roseville + CA + 95661-4473 + 1020 Sun Down Way + + Roseville + CA + 95661-4473 + Ms. + F222626 + L222626 + + Chairperson + 222626@hsesinfo.org + Dr. + F222627 + L222627 + + Cheif Executive Officer + 222627@hsesinfo.org + Ms. + F222629 + L222629 + + 222629@hsesinfo.org + Ms. + F222625 + L222625 + JD + 222625@hsesinfo.org + 555-555-2625 x 5555 + + + 10614 + 6224 + 12614 + 200 + + 2019-09-01 + + AIAN EHS + Active + OWENS VALLEY CAREER DEVELOPMENT CENTER + http://www.ovcdc.com + 6224@hsesinfo.org + 2574 Diaz Ln + + Bishop + CA + 93514-8099 + 2574 Diaz Ln + + Bishop + CA + 93514-8099 + 2574 Diaz Ln + + Bishop + CA + 93514-8099 + Mr. + F222633 + L222633 + + OVBT Chair + 222633@hsesinfo.org + Mr. + F222634 + L222634 + + EXECUTIVE DIRECTOR + 222634@hsesinfo.org + Mr. + F222636 + L222636 + + 222636@hsesinfo.org + Ms. + F222632 + L222632 + + 222632@hsesinfo.org + 555-555-2632 x 5555 + + + 6704 + 2423 + 10194 + 000 + 1992 + 2015-08-01 + + HS + Active + Westchester Community Opportunity Program, Inc. + http://www.westcop.org + 2423@hsesinfo.org + 2 Westchester Plz Ste 137 + + Elmsford + NY + 10523-1607 + 2 Westchester Plz Ste 137 + + Elmsford + NY + 10523-1607 + 2 Westchester Plz Ste 137 + + Elmsford + NY + 10523-1607 + Mr. + F202599 + L202599 + + Chairman of the Board + 202599@hsesinfo.org + Mr. + F202600 + L202600 + + Chief Executive Officer/Executive Director + 202600@hsesinfo.org + Ms. + F202602 + L202602 + + 202602@hsesinfo.org + Mr. + F202598 + L202598 + + 202598@hsesinfo.org + 555-555-2598 + + + 6705 + 2422 + 10194 + 200 + 2003 + 2015-08-01 + + EHS + Active + Westchester Community Opportunity Program, Inc. + http://www.westcop.org + 2422@hsesinfo.org + 2 Westchester Plz Ste 137 + + Elmsford + NY + 10523-1607 + 2 Westchester Plz Ste 137 + + Elmsford + NY + 10523-1607 + 2 Westchester Plz Ste 137 + + Elmsford + NY + 10523-1607 + Mr. + F202606 + L202606 + + Chairman of the Board + 202606@hsesinfo.org + Mr. + F202607 + L202607 + + Chief Executive Officer/Executive Director + 202607@hsesinfo.org + Ms. + F202609 + L202609 + + 202609@hsesinfo.org + Mr. + F202605 + L202605 + + 202605@hsesinfo.org + 555-555-2605 + + + 10615 + 6227 + 12613 + 200 + + 2019-09-01 + + AIAN EHS + Active + GILA RIVER INDIAN COMMUNITY + http://www.gilariver.org + 6227@hsesinfo.org + 280 S Ocotillo Rd + + Sacaton + AZ + 85147 + PO Box A + + Sacaton + AZ + 85147-0011 + 280 S. Ocotillo Rd + + Sacaton + AZ + 85147 + Gov. + F222640 + L222640 + + Governor + 222640@hsesinfo.org + Mr. + F222641 + L222641 + + Director of Tribal Education + 222641@hsesinfo.org + Mrs. + F222643 + L222643 + + 222643@hsesinfo.org + Mrs. + F222639 + L222639 + + 222639@hsesinfo.org + 555-555-2639 x 5555 + + + 5996 + 6003 + 9632 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Westchester Community Opportunity Program, Inc. (WestCO + www.westcop.org + 6003@hsesinfo.org + 2 Westchester Plaza + + Elmsford + NY + 10523-1607 + 2 Westchester Plaza + + Elmsford + NY + 10523-1607 + 2 Westchester Plaza + + Elmsford + NY + 10523-1607 + Mr. + F106698 + L106698 + + Board Chairman + 106698@hsesinfo.org + Mr. + F106699 + L106699 + + Chief Executive Officer + 106699@hsesinfo.org + Ms. + F106701 + L106701 + + 106701@hsesinfo.org + Ms. + F106697 + L106697 + + 106697@hsesinfo.org + 555-555-6697 x 5555 + + + 9725 + 795 + 11871 + 000 + 2014 + 2019-06-01 + + HS + Active + COMMUNITY SERVICES OFFICE + + 795@hsesinfo.org + 600 W Grand Ave + Ste 200 + Hot Springs + AR + 71901-3936 + PO Box 1175 + + Hot Springs + AR + 71902-1175 + 600 W Grand Ave + Ste 200 + Hot Springs + AR + 71901-3936 + Mrs. + F216496 + L216496 + + Board President + 216496@hsesinfo.org + Mrs. + F216497 + L216497 + + Executive Director + 216497@hsesinfo.org + Ms. + F216499 + L216499 + + 216499@hsesinfo.org + Mrs. + F216495 + L216495 + + 216495@hsesinfo.org + 555-555-6495 + + + 9726 + 8438 + 11871 + 200 + 2017 + 2019-06-01 + + EHS + Active + COMMUNITY SERVICES OFFICE + + 8438@hsesinfo.org + 600 W Grand Ave + Ste 200 + Hot Springs + AR + 71901-3936 + PO Box 1175 + + Hot Springs + AR + 71902-1175 + 600 W Grand Ave + Ste 200 + Hot Springs + AR + 71901-3936 + Mrs. + F216503 + L216503 + + Board President + 216503@hsesinfo.org + Mrs. + F216504 + L216504 + + Executive Director + 216504@hsesinfo.org + Mrs. + F216506 + L216506 + + 216506@hsesinfo.org + Mrs. + F216502 + L216502 + + 216502@hsesinfo.org + 555-555-6502 + + + 9332 + 2971 + 11587 + 000 + 2013 + 2019-02-01 + + HS + Active + The Hudson Guild + 441 W26th St + 2971@hsesinfo.org + 441 W 26th St + + New York + NY + 10001-5629 + 441 W 26th St + + New York + NY + 10001-5629 + 441 W 26th St + + New York + NY + 10001-5629 + Mr. + F213861 + L213861 + + Chairperson + 213861@hsesinfo.org + Mr. + F213862 + L213862 + + Executive Director + 213862@hsesinfo.org + Ms. + F213864 + L213864 + + 213864@hsesinfo.org + Ms. + F213860 + L213860 + + 213860@hsesinfo.org + 555-555-3860 + + + 6772 + 3710 + 10256 + 002 + + 2015-08-01 + 2020-07-31 + HS + Inactive + Sacramento City Unified School District + www.scusd.edu + 3710@hsesinfo.org + Serna Center + 5735 - 47th Avenue + Sacramento + CA + 95824-4528 + Serna Center + 5735 - 47th Avenue + Sacramento + CA + 95824-4528 + Serna Center + 5735 - 47th Avenue + Sacramento + CA + 95824-4528 + Ms. + F203075 + L203075 + + President + 203075@hsesinfo.org + Mr. + F203076 + L203076 + + Superintendent + 203076@hsesinfo.org + Ms. + F203078 + L203078 + + 203078@hsesinfo.org + Ms. + F203074 + L203074 + + 203074@hsesinfo.org + 555-555-3074 + + + 5274 + 3640 + 9121 + 004 + 2014 + 2014-07-01 + 2019-06-30 + Migrant HS + Inactive + Rainbow Learning Enrichment + www.rvmshs.org + 3640@hsesinfo.org + 202 North Schuyler Ave. - Suite 107 + + Kankakee + IL + 60901 + 202 North Schuyler Ave. - Suite 107 + + Kankakee + IL + 60901 + 202 North Schuyler Ave. - Suite 107 + + Kankakee + IL + 60901 + Ms. + F53592 + L53592 + + Board President + 53592@hsesinfo.org + Ms. + F53590 + L53590 + + + 53590@hsesinfo.org + Mrs. + F53589 + L53589 + + 53589@hsesinfo.org + Mrs. + F53588 + L53588 + + 53588@hsesinfo.org + 555-555-3588 + + + 9140 + 354 + 11451 + 000 + 2013 + 2018-09-30 + + HS + Active + Talladega Clay Randolph Child Care Corporation + www.tcrchildcarecorporation.org + 354@hsesinfo.org + 925 North Street, East + + Talladega + AL + 35160-2501 + 925 North Street, East + + Talladega + AL + 35160-2501 + 925 North Street, East + + Talladega + AL + 35160-2501 + Mr. + F212546 + L212546 + + Board Chairperson + 212546@hsesinfo.org + Ms. + F212547 + L212547 + + Executive Director + 212547@hsesinfo.org + Ms. + F212549 + L212549 + + 212549@hsesinfo.org + Mrs. + F212545 + L212545 + + 212545@hsesinfo.org + 555-555-2545 x 5555 + + + 8833 + 8654 + 11203 + 200 + 2018 + 2018-06-01 + + EHS + Active + Hampton Roads Community Action Program, Inc. + http://www.hrcapinc.org + 8654@hsesinfo.org + 2410 Wickham Ave + + Newport News + VA + 23607-4628 + 2410 Wickham Ave + + Newport News + VA + 23607-4628 + 2410 Wickham Ave + + Newport News + VA + 23607-4628 + Ms. + F210352 + L210352 + + Board of Directors Chairperson + 210352@hsesinfo.org + Ms. + F210353 + L210353 + + Executive Director + 210353@hsesinfo.org + Ms. + F210355 + L210355 + + 210355@hsesinfo.org + Mrs. + F210351 + L210351 + + 210351@hsesinfo.org + 555-555-0351 + + + 8764 + 2123 + 11133 + 200 + 2013 + 2017-12-01 + + EHS + Active + New Opportunities, Incorporated + www.newopp.org + 2123@hsesinfo.org + 23751 Highway 30 + + Carroll + IA + 51401-8505 + 23751 Hwy. 30 E., P.O. Box 427 + + Carroll + IA + 51401-2209 + 23751 Highway 30 + + Carroll + IA + 51401-8505 + Mr. + F209813 + L209813 + + Board Chairman + 209813@hsesinfo.org + Mr. + F209814 + L209814 + + Chief Executive Officer + 209814@hsesinfo.org + Ms. + F209816 + L209816 + + 209816@hsesinfo.org + Ms. + F209812 + L209812 + + 209812@hsesinfo.org + 555-555-9812 x 5555 + + + 9311 + 4330 + 11565 + 200 + 2013 + 2019-01-01 + + EHS + Active + Neighborhood House + www.nhwa.org + 4330@hsesinfo.org + 1225 S Weller St + Ste 510 + Seattle + WA + 98144-1906 + 1225 S Weller St + Ste 510 + Seattle + WA + 98144-1906 + 1225 S Weller St + Ste 510 + Seattle + WA + 98144-1906 + Ms. + F213715 + L213715 + + Board President + 213715@hsesinfo.org + Ms. + F213716 + L213716 + + Executive Director + 213716@hsesinfo.org + Ms. + F213718 + L213718 + + 213718@hsesinfo.org + Ms. + F213714 + L213714 + + 213714@hsesinfo.org + 555-555-3714 x 5555 + + + 5225 + 3534 + 9071 + 001 + 2014 + 2014-07-01 + + HS + Active + Greater Trumbull/Monroe Regional Head Start + https://www.trumbullps.org/ + 3534@hsesinfo.org + 240 Middlebrooks Avenue + + Trumbull + CT + 06611-3015 + 1070 Park Ave + + Bridgeport + CT + 06604-3400 + 1070 Park Ave + + Bridgeport + CT + 06604-3400 + Mrs. + F53095 + L53095 + + Board Chair Person + 53095@hsesinfo.org + Dr. + F53096 + L53096 + + Executive Director + 53096@hsesinfo.org + Mrs. + F53092 + L53092 + + 53092@hsesinfo.org + Dr. + F53091 + L53091 + + 53091@hsesinfo.org + 555-555-3091 + + + 9751 + 775 + 11892 + 200 + 2014 + 2019-07-01 + + EHS + Active + MT PLEASANT INDEPENDENT SCHOOL DISTRICT + http://www.mpisd.net + 775@hsesinfo.org + 201 Gibson Ave + + Mount Pleasant + TX + 75455-3735 + PO Box 1117 + + Mount Pleasant + TX + 75456-1117 + 2230 N Edwards Ave + + Mount Pleasant + TX + 75455-2036 + Mrs. + F216665 + L216665 + + MPISD Board President + 216665@hsesinfo.org + Mr. + F216666 + L216666 + + MPISD Superintendent/Executive Director of HS/EHS + 216666@hsesinfo.org + Ms. + F216668 + L216668 + + 216668@hsesinfo.org + Mrs. + F216664 + L216664 + + 216664@hsesinfo.org + 555-555-6664 + + + 4612 + 3042 + 8585 + 200 + 2014 + 2014-02-01 + 2019-01-31 + EHS + Inactive + Quintana Baptist Church + + 3042@hsesinfo.org + Edificio Caribe Plaza + 579 Ave Ponce De Leon + San Juan + PR + 00920 + 2000 Carr 8177 + Suite 26 PMB 473 + Guaynabo + PR + 00966 + Edificio Plaza Caribe + 579 Ave Ponce De Leon + San Juan + PR + 00920 + Mrs. + F44057 + L44057 + + Board President + 44057@hsesinfo.org + Mr. + F44055 + L44055 + + + 44055@hsesinfo.org + Mrs. + F44054 + L44054 + + 44054@hsesinfo.org + Mrs. + F44053 + L44053 + + 44053@hsesinfo.org + 555-555-4053 + + + 9753 + 2344 + 11889 + 000 + 2014 + 2019-07-01 + + HS + Active + Columbia Opportunities, Incorporated + columbiaopportunities.org + 2344@hsesinfo.org + Head Start Program + 540 Columbia Street + Hudson + NY + 12534-2507 + Head Start Program + 540 Columbia Street + Hudson + NY + 12534-2507 + Head Start Program + 540 Columbia Street + Hudson + NY + 12534-2507 + Mr. + F216679 + L216679 + + COI Board Chair + 216679@hsesinfo.org + Mrs. + F216680 + L216680 + + + 216680@hsesinfo.org + Mr. + F216682 + L216682 + + 216682@hsesinfo.org + Mrs. + F216678 + L216678 + + 216678@hsesinfo.org + 555-555-6678 x 5555 + + + 4944 + 2102 + 8887 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Guam Department of Education + https://guamheadstart.gdoe.net/ + 2102@hsesinfo.org + 500 Mariner Ave + Head Start Office, Building E + Barrigada + GU + 96913-1608 + 500 Mariner Ave + Guam Department of Education /Guam Head Start Progam + Barrigada + GU + 96913-1608 + 500 Mariner Ave + Guam Department of Education + Barrigada + GU + 96913-1608 + Mr. + F48736 + L48736 + + Chairman, Guam Education Board + 48736@hsesinfo.org + Mr. + F48737 + L48737 + + Superintendent of EducationLacting + 48737@hsesinfo.org + Mr. + F48733 + L48733 + + 48733@hsesinfo.org + Mrs. + F48732 + L48732 + + 48732@hsesinfo.org + 555-555-8732 x 5555 + + + 8786 + 8637 + 8496 + 200 + 2019 + 2019-01-01 + 2019-06-30 + EHS + Inactive + Tuskegee City Mayor's Office + www.tmcheadstart.com + 8637@hsesinfo.org + 103 W Martin Luther King Highway + + Tuskegee + AL + 36083-2205 + 103 W Martin Luther King Highway + + Tuskegee + AL + 36083-2205 + 103 W Martin Luther King Highway + + Tuskegee + AL + 36083-2205 + Hon. Mayor + F209968 + L209968 + + Board Chairperson + 209968@hsesinfo.org + Dr. + F209969 + L209969 + + Executive Director + 209969@hsesinfo.org + Mr. + F209971 + L209971 + + 209971@hsesinfo.org + Dr. + F209972 + L209972 + + 209972@hsesinfo.org + 555-555-9972 + + + 8787 + 1115 + 11149 + 000 + 2013 + 2018-03-01 + + HS + Active + Institute for Human and Social Development, Inc. + http://www.ihsdinc.org + 1115@hsesinfo.org + 155 Bovet Rd + Ste 300 + San Mateo + CA + 94402-3142 + 155 Bovet Rd + Ste 300 + San Mateo + CA + 94402-3142 + 155 Bovet Rd + Ste 300 + San Mateo + CA + 94402-3142 + Mr. + F209955 + L209955 + + + 209955@hsesinfo.org + Mrs. + F209956 + L209956 + + + 209956@hsesinfo.org + Ms. + F209958 + L209958 + + 209958@hsesinfo.org + Mrs. + F209954 + L209954 + + 209954@hsesinfo.org + 555-555-9954 + + + 8788 + 1114 + 11149 + 200 + 2013 + 2018-03-01 + + EHS + Active + Institute for Human and Social Development, Inc. + http://www.ihsdinc.org + 1114@hsesinfo.org + 155 Bovet Rd + Ste 300 + San Mateo + CA + 94402-3142 + 155 Bovet Rd + Ste 300 + San Mateo + CA + 94402-3142 + 155 Bovet Rd + Ste 300 + San Mateo + CA + 94402-3142 + Mr. + F209962 + L209962 + + + 209962@hsesinfo.org + Mrs. + F209963 + L209963 + + + 209963@hsesinfo.org + Ms. + F209965 + L209965 + + 209965@hsesinfo.org + Mrs. + F209961 + L209961 + + 209961@hsesinfo.org + 555-555-9961 + + + 9013 + 8699 + 11340 + 200 + 2018 + 2018-09-01 + 2020-08-31 + EHS + Inactive + CDI HS/Hartford and Middlesex Counties, CT + www.cdiheadstart.org + 8699@hsesinfo.org + 261 Locust St + + Hartford + CT + 06114-2008 + PO Box 340745 + + Hartford + CT + 06134-0745 + 261 Locust St + + Hartford + CT + 06114-2008 + Mr. + F211640 + L211640 + + Chief Executive Officer + 211640@hsesinfo.org + Ms. + F211638 + L211638 + + Executive Director + 211638@hsesinfo.org + + F211641 + L211641 + + 211641@hsesinfo.org + Ms. + F211637 + L211637 + + 211637@hsesinfo.org + 555-555-1637 + + + 3016 + 1948 + 6675 + 000 + 2013 + 2013-07-02 + 2019-01-31 + HS + Inactive + Council for Economic Opportunities in Greater Cleveland + http://www.ceogc.org + 1948@hsesinfo.org + 1801 Superior Ave E + Ste 400 + Cleveland + OH + 44114-2135 + 1801 Superior Ave E + Ste 400 + Cleveland + OH + 44114-2135 + 1801 Superior Ave E + Ste 400 + Cleveland + OH + 44114-2135 + Ms. + F37476 + L37476 + + Chair, Board of Directors + 37476@hsesinfo.org + Dr. + F37480 + L37480 + + President and Chief Executive Offcer + 37480@hsesinfo.org + Ms. + F37479 + L37479 + + 37479@hsesinfo.org + Dr. + F37475 + L37475 + + 37475@hsesinfo.org + 555-555-7475 x 5555 + + + 3017 + 1947 + 6675 + 200 + 2013 + 2013-07-02 + 2019-01-31 + EHS + Inactive + Council for Economic Opportunities in Greater Cleveland + http://www.ceogc.org + 1947@hsesinfo.org + 1801 Superior Ave E + Ste 400 + Cleveland + OH + 44114-2135 + 1801 Superior Ave E + Ste 400 + Cleveland + OH + 44114-2135 + 1801 Superior Ave E + Ste 400 + Cleveland + OH + 44114-2135 + Ms. + F37486 + L37486 + + Chair, Board of Directors + 37486@hsesinfo.org + Dr. + F37484 + L37484 + + President and Chief Executive Officer + 37484@hsesinfo.org + Ms. + F37483 + L37483 + + 37483@hsesinfo.org + Dr. + F37482 + L37482 + + 37482@hsesinfo.org + 555-555-7482 x 5555 + + + 4828 + 2797 + 8624 + 200 + 2011 + 2014-05-01 + 2019-06-30 + EHS + Inactive + Community Action of Southeastern West Virginia + http://www.casewv.org + 2797@hsesinfo.org + 355 Bluefield Ave + + Bluefield + WV + 24701-2883 + 355 Bluefield Ave + + Bluefield + WV + 24701-2883 + 355 Bluefield Ave + + Bluefield + WV + 24701-2883 + Ms. + F47174 + L47174 + + CASEWV Board of Directors Chairperson + 47174@hsesinfo.org + Ms. + F47172 + L47172 + + CASEWV Executive Director + 47172@hsesinfo.org + Ms. + F47171 + L47171 + + 47171@hsesinfo.org + Mr. + F47169 + L47169 + + 47169@hsesinfo.org + 555-555-7169 + + + 9752 + 2427 + 11888 + 000 + 2014 + 2019-07-01 + 2020-01-31 + HS + Inactive + BeauCARE, Inc. + beaucares.org + 2427@hsesinfo.org + 308 Martin Luther King Dr + + DeRidder + LA + 70634 + 308 Martin Luther King Dr + + DeRidder + LA + 70634 + 308 Martin Luther King Drive + + DeRidder + LA + 70634 + Mr. + F216672 + L216672 + + President + 216672@hsesinfo.org + Mr. + F216673 + L216673 + + + 216673@hsesinfo.org + Mr. + F216675 + L216675 + + 216675@hsesinfo.org + Mrs. + F216671 + L216671 + + 216671@hsesinfo.org + 555-555-6671 + + + 8714 + 8574 + 9442 + 208 + 2017 + 2016-09-01 + + EHS + Active + Trinity United Church Of Christ Child Care Centers, Inc. + http://tuccchildcarecenter.com/ + 8574@hsesinfo.org + 1947 W 95th St + + Chicago + IL + 60643-1105 + 1947 W 95th St + + Chicago + IL + 60643-1105 + 1947 W 95th St + + Chicago + IL + 60643-1105 + Ms. + F209494 + L209494 + + Board President + 209494@hsesinfo.org + Ms. + F209495 + L209495 + + Executive Director + 209495@hsesinfo.org + Ms. + F209497 + L209497 + + 209497@hsesinfo.org + Ms. + F209493 + L209493 + + 209493@hsesinfo.org + 555-555-9493 + + + 6812 + 746 + 10270 + 000 + 1992 + 2015-09-01 + + HS + Active + Education Service Center, Region 20 Head Start + http://www.esc20.net + 746@hsesinfo.org + 1314 Hines + + San Antonio + TX + 78208-1816 + 1314 Hines + + San Antonio + TX + 78208-1816 + 1314 Hines + + San Antonio + TX + 78208-1816 + Mr. + F203359 + L203359 + + Board Chairperson + 203359@hsesinfo.org + Dr. + F203360 + L203360 + + Executive Director + 203360@hsesinfo.org + Ms. + F203362 + L203362 + + 203362@hsesinfo.org + Ms. + F203358 + L203358 + + 203358@hsesinfo.org + 555-555-3358 + + + 11084 + 9199 + 10013 + 200 + 2020 + 2020-07-01 + 2025-06-30 + EHS + Inactive + Human Resources Agency of New Britain, Inc. + http://www.hranbct.org + 9199@hsesinfo.org + 180 Clinton St + + New Britain + CT + 06053-3512 + 180 Clinton St + + New Britain + CT + 06053-3512 + 180 Clinton St + + New Britain + CT + 06053-3512 + Ms. + F225842 + L225842 + + Board President + 225842@hsesinfo.org + Mr. + F225840 + L225840 + + Interim Executive Director + 225840@hsesinfo.org + Mr. + F225843 + L225843 + + 225843@hsesinfo.org + Ms. + F225839 + L225839 + + 225839@hsesinfo.org + 555-555-5839 x 5555 + + + 9754 + 4983 + 11891 + 000 + 2014 + 2019-07-01 + + HS + Active + The Children's Home Society of New Jersey + Www.chsofnj.org + 4983@hsesinfo.org + 635 South Clinton Avenue + + Trenton + NJ + 08611-1831 + 635 South Clinton Avenue + + Trenton + NJ + 08611-1831 + 635 South Clinton Avenue + + Trenton + NJ + 08611-1831 + Mr. + F216686 + L216686 + + Board Chairperson + 216686@hsesinfo.org + Ms. + F216687 + L216687 + + CEO/President + 216687@hsesinfo.org + Mr. + F216689 + L216689 + + 216689@hsesinfo.org + Mr. + F216685 + L216685 + + 216685@hsesinfo.org + 555-555-6685 x 5555 + + + 1363 + 2909 + 2857 + 000 + 2013 + 2013-06-26 + 2019-01-31 + HS + Inactive + Child Development Center of Mosholu Montefiore Comm. Ct + www.mmcc.org + 2909@hsesinfo.org + 3450 Dekalb Avenue + + Bronx + NY + 10467-2302 + 3450 Dekalb Avenue + + Bronx + NY + 10467-2302 + 3450 Dekalb Avenue + + Bronx + NY + 10467-2302 + Ms. + F39680 + L39680 + + + 39680@hsesinfo.org + Ms. + F39678 + L39678 + + Chief Executive Officer + 39678@hsesinfo.org + Ms. + F39677 + L39677 + + 39677@hsesinfo.org + Ms. + F36189 + L36189 + + 36189@hsesinfo.org + 555-555-6189 + + + 9755 + 4984 + 11891 + 200 + 2014 + 2019-07-01 + + EHS + Active + The Children's Home Society of New Jersey + www.chsofnj.org + 4984@hsesinfo.org + 635 South Clinton Avenue + + Trenton + NJ + 08611-1831 + 635 South Clinton Avenue + + Trenton + NJ + 08611-1831 + 635 South Clinton Avenue + + Trenton + NJ + 08611-1831 + Mr. + F216693 + L216693 + + Board Chairperson + 216693@hsesinfo.org + Ms. + F216694 + L216694 + + CEO/President + 216694@hsesinfo.org + Mr. + F216696 + L216696 + + 216696@hsesinfo.org + Mr. + F216692 + L216692 + + 216692@hsesinfo.org + 555-555-6692 x 5555 + + + 5038 + 2344 + 8957 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Columbia Opportunities, Incorporated + columbiaopportunities.org + 2344@hsesinfo.org + Head Start Program + 540 Columbia Street + Hudson + NY + 12534-2507 + Head Start Program + 540 Columbia Street + Hudson + NY + 12534-2507 + Head Start Program + 540 Columbia Street + Hudson + NY + 12534-2507 + Mr. + F51236 + L51236 + + COI Board Chair + 51236@hsesinfo.org + Mrs. + F51233 + L51233 + + COI Executive Director + 51233@hsesinfo.org + Ms. + F51237 + L51237 + + 51237@hsesinfo.org + Mrs. + F51232 + L51232 + + 51232@hsesinfo.org + 555-555-1232 x 5555 + + + 8801 + 8643 + 8815 + 200 + 2018 + 2018-09-01 + 2019-06-30 + EHS + Inactive + Southfield Public Schools + http://www.southfield.k12.mi.us + 8643@hsesinfo.org + 24661 Lahser Rd + Southfield Public Schools John W. English Center + Southfield + MI + 48033-3989 + 24501 Fredrick St + Bussey Center for Early Childhood Education + Southfield + MI + 48033-3989 + 24661 Lahser Rd + Southfield Public Schools John W. English Center + Southfield + MI + 48033-3238 + Mr. + F210032 + L210032 + + President, Board of Education + 210032@hsesinfo.org + Mrs. + F210030 + L210030 + + Superintendent + 210030@hsesinfo.org + Ms. + F210033 + L210033 + + 210033@hsesinfo.org + Mrs. + F210029 + L210029 + + 210029@hsesinfo.org + 555-555-0029 + + + 8698 + 8559 + 11070 + 000 + 2017 + 2017-08-01 + + HS + Active + URBAN STRATEGIES, LLC + www.urbanstrategies.us + 8559@hsesinfo.org + 2341 9th St S + + Arlington + VA + 22204-2359 + 2341 9th St S + + Arlington + VA + 22204-2359 + 2341 9th St S + + Arlington + VA + 22204-2359 + Ms. + F209390 + L209390 + + Board Chair + 209390@hsesinfo.org + Mrs. + F209391 + L209391 + + President + 209391@hsesinfo.org + Ms. + F209393 + L209393 + + 209393@hsesinfo.org + Ms. + F209389 + L209389 + + 209389@hsesinfo.org + 555-555-9389 + + + 8910 + 4048 + 11272 + 205 + 2013 + 2018-07-01 + + EHS + Active + Beecher Community Schools, EarlyHead Start Program + beecherschools.org + 4048@hsesinfo.org + 1020 W Coldwater Rd + Attn: Early Head Start + Flint + MI + 48505-4831 + 1020 W Coldwater Rd + Att: Dailey Early Head Start + Flint + MI + 48505-4831 + G-1020 W. Coldwater Rd. + Attn: Dailey Early Head Start Office + FLINT + MI + 48505 + Mr. + F210891 + L210891 + + President + 210891@hsesinfo.org + Dr. + F210892 + L210892 + + Superintendent + 210892@hsesinfo.org + Ms. + F210894 + L210894 + + 210894@hsesinfo.org + Mrs. + F210890 + L210890 + + 210890@hsesinfo.org + 555-555-0890 + + + 9298 + 699 + 11557 + 000 + 1989 + 2019-01-01 + + HS + Active + PRAIRIE FIVE COMMUNITY ACTION COUNCIL, INC. + http://www.prairiefive.com + 699@hsesinfo.org + 719 N 7th St + Ste 300 + Montevideo + MN + 56265-1370 + PO Box 159 + + Montevideo + MN + 56265-0159 + 719 N 7th St + Ste 300 + Montevideo + MN + 56265-1370 + Mr. + F213624 + L213624 + + Board Chair + 213624@hsesinfo.org + Mrs. + F213625 + L213625 + + Executive Director + 213625@hsesinfo.org + Ms. + F213627 + L213627 + + 213627@hsesinfo.org + Mrs. + F213623 + L213623 + + 213623@hsesinfo.org + 555-555-3623 + + + 8080 + 1178 + 10579 + 000 + 1992 + 2016-07-01 + + AIAN HS + Active + Bad River Tribal Council + na + 1178@hsesinfo.org + 53759 Pine St + + Odanah + WI + 54861 + PO Box 39 + + Odanah + WI + 54861-0039 + 53759 Pine St + + Odanah + WI + 54861 + Mr. + F205746 + L205746 + Jr + Bad River Chairman + 205746@hsesinfo.org + Mr. + F205747 + L205747 + Jr + + 205747@hsesinfo.org + Mr. + F205749 + L205749 + jr + 205749@hsesinfo.org + Ms. + F205745 + L205745 + + 205745@hsesinfo.org + 555-555-5745 x 5555 + + + 8912 + 1092 + 11262 + 000 + 1992 + 2018-07-01 + + HS + Active + NEIGHBORHOOD HOUSE ASSOCIATION + http://www.neighborhoodhouse.org + 1092@hsesinfo.org + 5660 Copley Drive + + San Diego + CA + 92111-7902 + 5660 Copley Drive + + San Diego + CA + 92111-7902 + 5660 Copley Drive + + San Diego + CA + 92111-7902 + Mr. + F210905 + L210905 + Esq + + 210905@hsesinfo.org + Mr. + F210906 + L210906 + III + + 210906@hsesinfo.org + Mr. + F210908 + L210908 + + 210908@hsesinfo.org + Mr. + F210904 + L210904 + JD + 210904@hsesinfo.org + 555-555-0904 + + + 8915 + 1091 + 11262 + 200 + 1992 + 2018-07-01 + + EHS + Active + NEIGHBORHOOD HOUSE ASSOCIATION + http://www.neighborhoodhouse.org + 1091@hsesinfo.org + 5660 Copley Drive + + San Diego + CA + 92111-7902 + 5660 Copley Drive + + San Diego + CA + 92111-7902 + 5660 Copley Drive + + San Diego + CA + 92111-7902 + Mr. + F210926 + L210926 + Esq + + 210926@hsesinfo.org + Mr. + F210927 + L210927 + III + + 210927@hsesinfo.org + Mr. + F210929 + L210929 + + 210929@hsesinfo.org + Mr. + F210925 + L210925 + JD + 210925@hsesinfo.org + 555-555-0925 + + + 9148 + 8730 + 11447 + 000 + 2018 + 2018-09-01 + + HS + Active + Parent Child Incorporated + https://parentchildinc.com/ + 8730@hsesinfo.org + 7815 Mainland Dr + + San Antonio + TX + 78250-5150 + 7815 Mainland Dr + + San Antonio + TX + 78250-5150 + 7815 Mainland Dr + + San Antonio + TX + 78250-5150 + Mr. + F212585 + L212585 + + Board President + 212585@hsesinfo.org + Dr. + F212583 + L212583 + PhD + Chief Executive Officer/EHS-HS Director + 212583@hsesinfo.org + Ms. + F212586 + L212586 + + 212586@hsesinfo.org + Dr. + F212582 + L212582 + PhD + 212582@hsesinfo.org + 555-555-2582 + + + 6594 + 765 + 10040 + 000 + 1995 + 2015-07-01 + + HS + Active + Jumpstart Enrichment for Tomorrow's Students + https://jets-scurry.com + 765@hsesinfo.org + 4301 Avenue U + + Snyder + TX + 79549-6042 + 4301 Avenue U + + Snyder + TX + 79549-6042 + 4301 Avenue U + + Snyder + TX + 79549-6042 + Mrs. + F201828 + L201828 + + JETS Board of Directors Chairperson + 201828@hsesinfo.org + Mrs. + F201829 + L201829 + + JETS Executive Director + 201829@hsesinfo.org + Ms. + F201831 + L201831 + + 201831@hsesinfo.org + Mrs. + F201827 + L201827 + + 201827@hsesinfo.org + 555-555-1827 + + + 10820 + 9129 + 12796 + 202 + 2019 + 2019-03-01 + + EHS + Active + El Monte City School District + www.emcsd.org + 9129@hsesinfo.org + 2131 Loma Ave. + + South El Monte + CA + 91733 + 3540 N. Lexington Avenue + + El Monte + CA + 91731 + 3540 N. Lexington Avenue + + El Monte + CA + 91731 + Ms. + F224033 + L224033 + + President + 224033@hsesinfo.org + Dr. + F224031 + L224031 + + Superintendent + 224031@hsesinfo.org + Ms. + F224034 + L224034 + + 224034@hsesinfo.org + Ms. + F224030 + L224030 + + 224030@hsesinfo.org + 555-555-4030 x 5555 + + + 9548 + 1724 + 11770 + 200 + 2014 + 2019-04-01 + + EHS + Active + Community Services for Children, Inc. + http://www.cscinc.org + 1724@hsesinfo.org + 1520 Hanover Avenue + + Allentown + PA + 18109-2360 + 1520 Hanover Avenue + + Allentown + PA + 18109-2360 + 1520 Hanover Avenue + + Allentown + PA + 18109-2360 + Mrs. + F215333 + L215333 + + Board Chair + 215333@hsesinfo.org + Mrs. + F215334 + L215334 + + CEO/President + 215334@hsesinfo.org + Ms. + F215336 + L215336 + + 215336@hsesinfo.org + Mrs. + F215332 + L215332 + + 215332@hsesinfo.org + 555-555-5332 x 5555 + + + 4454 + 3179 + 8393 + 200 + 2013 + 2013-11-01 + 2018-10-31 + EHS + Inactive + Marshall Starke Development Center + www.marshall-starke.org + 3179@hsesinfo.org + 1901 Pidco Dr + + Plymouth + IN + 46563-1362 + 1901 PIDCO Drive + + Plymouth + IN + 46563-1362 + 1901 PIDCO Drive + + Plymouth + IN + 46563-1362 + Mr. + F41583 + L41583 + + Board of Directors Chairman + 41583@hsesinfo.org + Ms. + F41581 + L41581 + + + 41581@hsesinfo.org + Ms. + F41580 + L41580 + + 41580@hsesinfo.org + Ms. + F41579 + L41579 + + 41579@hsesinfo.org + 555-555-1579 + + + 8682 + 8543 + 11058 + 200 + 2017 + 2017-07-01 + 2019-12-31 + EHS + Inactive + Ki Bois Community Action Foundation Inc + www.kibois.org + 8543@hsesinfo.org + 200 SE A St + + Stigler + OK + 74462-2418 + PO Box 727 + + Stigler + OK + 74462-0727 + 200 SE A St + + Stigler + OK + 74462-2418 + Mr. + F209283 + L209283 + + Board Chair + 209283@hsesinfo.org + Mr. + F209284 + L209284 + + + 209284@hsesinfo.org + Ms. + F209286 + L209286 + + 209286@hsesinfo.org + Mrs. + F209282 + L209282 + + 209282@hsesinfo.org + 555-555-9282 + + + 8070 + 8274 + 10577 + 000 + 1992 + 2016-06-01 + + HS + Active + HOPES Community Action Partnership, Inc. + http://www.hopes.org + 8274@hsesinfo.org + 301 Garden St + Hopes Cap, Inc. Head Start + Hoboken + NJ + 07030-3873 + 301 Garden St + Hopes Cap, Inc. Head Start + Hoboken + NJ + 07030-3873 + 301 Garden St + Hopes Cap, Inc. + Hoboken + NJ + 07030-3873 + Mr. + F205675 + L205675 + + Board Chair + 205675@hsesinfo.org + Ms. + F205676 + L205676 + + President/CEO + 205676@hsesinfo.org + Ms. + F205678 + L205678 + + 205678@hsesinfo.org + Ms. + F205674 + L205674 + + 205674@hsesinfo.org + 555-555-5674 x 5555 + + + 2027 + 890 + 5503 + 000 + 1992 + 1992-07-02 + + HS + Active + Oldham County Head Start + http://www.oldham.kyschools.us + 890@hsesinfo.org + 4309 Brown Blvd + + LaGrange + KY + 40031 + 4309 Brown Blvd + + LaGrange + KY + 40031 + 4309 Brown Blvd + Oldham County Preschool + Lagrange + KY + 40031-6751 + Ms. + F26765 + L26765 + + + 26765@hsesinfo.org + Mr. + F26764 + L26764 + + Interim Superintendent + 26764@hsesinfo.org + Mr. + F26767 + L26767 + + 26767@hsesinfo.org + Mrs. + F3576 + L3576 + + 3576@hsesinfo.org + 555-555-3576 x 5555 + + + 6764 + 2377 + 10249 + 000 + 1992 + 2015-08-01 + + AIAN HS + Active + Hoopa Tribal Head Start + http://www.hoopa-nsn.gov + 2377@hsesinfo.org + 777 Loop Rd + + Hoopa + CA + 95546-9628 + 777 Loop Rd + + Hoopa + CA + 95546-9628 + 777 Loop Rd + + Hoopa + CA + 95546-9628 + Mr. + F203019 + L203019 + + Chairman + 203019@hsesinfo.org + Mrs. + F203020 + L203020 + + Education Director + 203020@hsesinfo.org + Ms. + F203022 + L203022 + + 203022@hsesinfo.org + Mrs. + F203018 + L203018 + + 203018@hsesinfo.org + 555-555-3018 x 5555 + + + 6312 + 3477 + 9902 + 001 + 2010 + 2015-04-01 + 2020-10-31 + HS + Inactive + Acelero Learning Camden/Philadelphia + alcp.acelero.net + 3477@hsesinfo.org + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + Ms. + F110501 + L110501 + + Board Chairman + 110501@hsesinfo.org + Mr. + F110499 + L110499 + + + 110499@hsesinfo.org + Ms. + F110498 + L110498 + + 110498@hsesinfo.org + Ms. + F110497 + L110497 + + 110497@hsesinfo.org + 555-555-0497 + + + 3904 + 4106 + 7980 + 001 + + + + HS + Active + Urban League Head Start + http://www.urbanleague-stl.org + 4106@hsesinfo.org + 8964 Jennings Station Road + + St. Louis + MO + 63136-5062 + 8964 Jennings Station Road + + St. Louis + MO + 63136-5062 + 8964 Jennings Station Road + + St. Louis + MO + 63136-5062 + Mr. + F26092 + L26092 + + Chairman of the Board + 26092@hsesinfo.org + Mr. + F26091 + L26091 + + + 26091@hsesinfo.org + Ms. + F26094 + L26094 + + 26094@hsesinfo.org + Ms. + F5923 + L5923 + + 5923@hsesinfo.org + 555-555-5923 x 5555 + + + 6765 + 2376 + 10249 + 200 + 2000 + 2015-08-01 + + AIAN EHS + Active + Hoopa Tribal Early Head Start + http://www.hoopa-nsn.gov + 2376@hsesinfo.org + 777 Loop Rd + + Hoopa + CA + 95546-9628 + 777 Loop Rd + + Hoopa + CA + 95546-9628 + 777 Loop Rd + + Hoopa + CA + 95546-9628 + Mr. + F203026 + L203026 + Jr + Chairman + 203026@hsesinfo.org + Mrs. + F203027 + L203027 + + Education Director + 203027@hsesinfo.org + Ms. + F203029 + L203029 + + 203029@hsesinfo.org + Mrs. + F203025 + L203025 + + 203025@hsesinfo.org + 555-555-3025 x 5555 + + + 9247 + 1251 + 11520 + 000 + 2013 + 2019-01-01 + + HS + Active + METROPOLITAN AREA ADVISORY COMMITTEE + 956 Vale Terrace Dr + 1251@hsesinfo.org + 956 Vale Terrace Dr + + Vista + CA + 92084-5212 + 956 Vale Terrace Dr + + Vista + CA + 92084-5212 + 1355 3rd Ave + + Chula Vista + CA + 91911-4302 + Mr. + F213270 + L213270 + + Chairperson of the Board + 213270@hsesinfo.org + Mr. + F213271 + L213271 + + President /CEO + 213271@hsesinfo.org + Mrs. + F213273 + L213273 + + 213273@hsesinfo.org + Mrs. + F213269 + L213269 + + 213269@hsesinfo.org + 555-555-3269 x 5555 + + + 9393 + 721 + 11625 + 000 + 2013 + 2019-02-01 + + HS + Active + City of San Antonio + http://www.saheadstart.org/ + 721@hsesinfo.org + 106 S. St. Mary's Street, 7th Floor + + San Antonio + TX + 78205 + 106 S. St. Mary's Street, 7th Floor + + San Antonio + TX + 78205 + 106 S. St. Mary's Street, 7th Floor + + San Antonio + TX + 78205 + Hon. Mayor + F214284 + L214284 + + Mayor of the City of San Antonio + 214284@hsesinfo.org + Ms. + F214285 + L214285 + + Director Department of Human Services + 214285@hsesinfo.org + Ms. + F214287 + L214287 + + 214287@hsesinfo.org + Ms. + F214283 + L214283 + + 214283@hsesinfo.org + 555-555-4283 + + + 4704 + 3921 + 8686 + 032 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Fort George Community Enrichment Center, Inc. + www.fortgeorgecenter.org + 3921@hsesinfo.org + 1525 St. Nicholas Avenue + + New York + NY + 10033-2604 + 1525 St. Nicholas Avenue + + New York + NY + 10033-2604 + 1525 St. Nicholas Avenue + + New York + NY + 10033-2604 + Ms. + F45678 + L45678 + + + 45678@hsesinfo.org + Ms. + F45675 + L45675 + + + 45675@hsesinfo.org + Mr. + F45679 + L45679 + + 45679@hsesinfo.org + Ms. + F45674 + L45674 + + 45674@hsesinfo.org + 555-555-5674 + + + 3656 + 3470 + 7736 + 201 + 2012 + 2012-08-20 + + EHS + Active + Educare of West DuPage + educareofwestdupage.org + 3470@hsesinfo.org + 851 Pearl Rd + + West Chicago + IL + 60185-3716 + 851 Pearl Rd + + West Chicago + IL + 60185-3716 + 851 Pearl Rd + + West Chicago + IL + 60185-3716 + + F35263 + L35263 + + Board Chair + 35263@hsesinfo.org + + F35261 + L35261 + + Executive Director + 35261@hsesinfo.org + + F35260 + L35260 + + 35260@hsesinfo.org + + F33378 + L33378 + + 33378@hsesinfo.org + 555-555-3378 + + + 3225 + 3009 + 6832 + 000 + 2012 + 2012-12-06 + + HS + Active + CDI HS/ Central Northeast Puerto Rico + www.cdiheadstsart.org + 3009@hsesinfo.org + 1 Calle Espiritu Santo + Modulo #5 + Loiza + PR + 00772-1702 + PO Box 646 + + Canovanas + PR + 00729-0646 + 1 Calle Espiritu Santo + Modulo #5 + Loiza + PR + 00772-1702 + + F34345 + L34345 + + Executive Director + 34345@hsesinfo.org + + F34343 + L34343 + + Executive Director + 34343@hsesinfo.org + + F34342 + L34342 + + 34342@hsesinfo.org + + F33792 + L33792 + + 33792@hsesinfo.org + 555-555-3792 + + + 9181 + 412 + 11482 + 000 + 2013 + 2018-11-01 + + HS + Active + Baraga-Houghton-Keweenaw Child Development Board, Inc. + http://www.bhkfirst.org + 412@hsesinfo.org + 700 Park Ave + + Houghton + MI + 49931-2453 + 700 Park Ave + + Houghton + MI + 49931-2453 + 700 Park Avenue + + Houghton + MI + 49931-2453 + Mr. + F212803 + L212803 + + Board Chairperson + 212803@hsesinfo.org + Ms. + F212804 + L212804 + + Executive Director + 212804@hsesinfo.org + Ms. + F212806 + L212806 + + 212806@hsesinfo.org + Ms. + F212802 + L212802 + + 212802@hsesinfo.org + 555-555-2802 x 5555 + + + 9263 + 2055 + 11531 + 000 + 2014 + 2019-01-01 + + HS + Active + FRIENDS OF CHILDREN & FAMILIES, INC + http://www.focaf.org + 2055@hsesinfo.org + 4709 West Camas Street + + Boise + ID + 83705-5832 + 4709 West Camas Street + + Boise + ID + 83705-5832 + 4709 West Camas Street + + Boise + ID + 83705-5832 + Dr. + F213385 + L213385 + + Board Chair + 213385@hsesinfo.org + Mrs. + F213386 + L213386 + + Executive Director + 213386@hsesinfo.org + Ms. + F213388 + L213388 + + 213388@hsesinfo.org + Mrs. + F213384 + L213384 + + 213384@hsesinfo.org + 555-555-3384 x 5555 + + + 11086 + 1197 + 13018 + 000 + 2014 + 2020-03-01 + + AIAN HS + Active + SHOSHONE & ARAPAHO JBC (ONAP) + + 1197@hsesinfo.org + Head Start Program + 79 Sacajawea Circle + Fort Washakie + WY + 82514 + Head Start Program + 79 Sacajawea Circle + Fort Washakie + WY + 82514 + Head Start Program + 79 Sacajawea Circle + Fort Washakie + WY + 82514 + Mr. + F225852 + L225852 + + Chairman; Mr. Lee Spoon, Chair NABC; lee.spoonhunter@northernarapa (307)332-6625 + 225852@hsesinfo.org + Ms. + F225853 + L225853 + + + 225853@hsesinfo.org + Ms. + F225855 + L225855 + + 225855@hsesinfo.org + Ms. + F225851 + L225851 + + 225851@hsesinfo.org + 555-555-5851 + + + 9756 + 1359 + 11893 + 000 + 2014 + 2019-07-01 + + HS + Active + MCPHERSON USD 418 + http://www.mcpherson.com + 1359@hsesinfo.org + 915 E 1st St + + McPherson + KS + 67460-3671 + 915 E 1st St + + McPherson + KS + 67460-3671 + 915 E 1st St + + McPherson + KS + 67460-3671 + Mr. + F216703 + L216703 + + USD BOE Chair + 216703@hsesinfo.org + Dr. + F216704 + L216704 + + Executive Director/Superintendent USD 418 + 216704@hsesinfo.org + Mrs. + F216706 + L216706 + + 216706@hsesinfo.org + Mr. + F216702 + L216702 + + 216702@hsesinfo.org + 555-555-6702 + + + 11087 + 1196 + 13018 + 200 + 2003 + 2020-03-01 + + AIAN EHS + Active + SHOSHONE & ARAPAHO JBC (ONAP) + http:/w3.trib.com~sahstar + 1196@hsesinfo.org + Early Head Start Program + 79 Sacajawea Circle + Fort Washakie + WY + 82514 + Early Head Start Program + 79 Sacajawea Circle + Fort Washakie + WY + 82514 + Early Head Start Program + 79 Sacajawea Circle + Fort Washakie + WY + 82514 + Mr. + F225859 + L225859 + + Chairman; Mr. Lee Spoon, Chair NABC; lee.spoonhunter@northernarapa (307)332-6625 + 225859@hsesinfo.org + Ms. + F225860 + L225860 + + + 225860@hsesinfo.org + Ms. + F225862 + L225862 + + 225862@hsesinfo.org + Ms. + F225858 + L225858 + + 225858@hsesinfo.org + 555-555-5858 + + + 6209 + 6222 + 9887 + 200 + + 2015-03-01 + 2020-08-31 + EHS + Inactive + Cleveland County Partnership for Children, Inc. + http://www.ccpartnershipforchildren.com + 6222@hsesinfo.org + 105 E Ridge St + + Kings Mountain + NC + 28086-3034 + PO Box 455 + + Kings Mountain + NC + 28086-0455 + 105 E Ridge St + + Kings Mountain + NC + 28086-3034 + Mrs. + F109012 + L109012 + + Board Chair + 109012@hsesinfo.org + Ms. + F109013 + L109013 + + Executive Director + 109013@hsesinfo.org + Mrs. + F109015 + L109015 + + 109015@hsesinfo.org + Ms. + F109011 + L109011 + + 109011@hsesinfo.org + 555-555-9011 + + + 5157 + 775 + 8990 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + MT PLEASANT INDEPENDENT SCHOOL DISTRICT + http://www.mpisd.net + 775@hsesinfo.org + 201 Gibson Ave + + Mount Pleasant + TX + 75455-3735 + PO Box 1117 + + Mount Pleasant + TX + 75456-1117 + 2230 N Edwards Ave + + Mount Pleasant + TX + 75455-2036 + Mrs. + F52085 + L52085 + + MPISD Board President + 52085@hsesinfo.org + Mr. + F52082 + L52082 + + MPISD Superintendent/Executive Director of HS/EHS + 52082@hsesinfo.org + Ms. + F52084 + L52084 + + 52084@hsesinfo.org + Mrs. + F52081 + L52081 + + 52081@hsesinfo.org + 555-555-2081 + + + 9762 + 1345 + 11896 + 000 + 2014 + 2019-07-01 + + HS + Active + La Salle Community Action Association Inc + www.lasallecaa.net + 1345@hsesinfo.org + 825 Highway 8 + + Sicily Island + LA + 71368-4836 + 825 Highway 8 + + Sicily Island + LA + 71368-4836 + 825 Highway 8 + + Sicily Island + LA + 71368-4836 + Mr. + F216745 + L216745 + + President + 216745@hsesinfo.org + Mrs. + F216746 + L216746 + + + 216746@hsesinfo.org + Ms. + F216748 + L216748 + + 216748@hsesinfo.org + Ms. + F216744 + L216744 + + 216744@hsesinfo.org + 555-555-6744 x 5555 + + + 4717 + 3943 + 8699 + 045 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Harlem Children's Zone Harlem Gems Head Start + http://www.hcz.org + 3943@hsesinfo.org + 60 West 117 Street + + New York + NY + 10026-1921 + 60 West 117 Street + + New York + NY + 10026-1921 + 60 West 117 Street + + New York + NY + 10026-1921 + Mr. + F45770 + L45770 + + Board Chair + 45770@hsesinfo.org + Ms. + F45767 + L45767 + + Executive Director, Early Childhood Education + 45767@hsesinfo.org + Ms. + F45768 + L45768 + + 45768@hsesinfo.org + Mrs. + F45765 + L45765 + LCSW + 45765@hsesinfo.org + 555-555-5765 + + + 4489 + 427 + 8533 + 200 + 1992 + 2013-11-29 + 2019-06-30 + EHS + Inactive + Broward County School Board + http://www.browardschools.com + 427@hsesinfo.org + 600 SE 3rd Avenue, 14th Floor + + Fort Lauderdale + FL + 33301-3125 + 600 SE 3rd Avenue, 14th Floor + + Fort Lauderdale + FL + 33301-3125 + 600 SE 3rd Avenue, 14th Floor + + Fort Lauderdale + FL + 33301-3125 + Ms. + F42315 + L42315 + + Board Chair + 42315@hsesinfo.org + Mr. + F42319 + L42319 + + Chief Academic Officer + 42319@hsesinfo.org + Ms. + F42316 + L42316 + + 42316@hsesinfo.org + Dr. + F42314 + L42314 + + 42314@hsesinfo.org + 555-555-2314 + + + 9788 + 8921 + 11925 + 000 + 2019 + 2019-07-01 + + HS + Active + Martha's Table, Inc. + + 8921@hsesinfo.org + 2375 Elvans Rd SE + + Washington + DC + 20020-3543 + 2375 Elvans Rd SE + + Washington + DC + 20020-3543 + 2375 Elvans Rd SE + + Washington + DC + 20020-3543 + Mr. + F216927 + L216927 + + Board Chair + 216927@hsesinfo.org + Ms. + F216928 + L216928 + + President and Chief Executive Officer + 216928@hsesinfo.org + Ms. + F216930 + L216930 + + 216930@hsesinfo.org + Mrs. + F216926 + L216926 + + 216926@hsesinfo.org + 555-555-6926 + + + 8039 + 3593 + 10547 + 001 + + 2016-04-01 + + HS + Active + Owsley County Head Start + www.owsley.kyschools.us + 3593@hsesinfo.org + 122 Baker Ln + + Booneville + KY + 41314-7345 + 14 Old KY 11 + + Booneville + KY + 41314-9154 + 14 Old KY 11 + + Booneville + KY + 41314-9154 + Ms. + F205466 + L205466 + + Board Chair + 205466@hsesinfo.org + Mr. + F205467 + L205467 + + + 205467@hsesinfo.org + Ms. + F205469 + L205469 + + 205469@hsesinfo.org + Ms. + F205465 + L205465 + + 205465@hsesinfo.org + 555-555-5465 + + + 10199 + 5928 + 12232 + 200 + + 2019-08-01 + + EHS + Active + Community Action Partnership of Strafford County + http://www.straffordcap.org + 5928@hsesinfo.org + 577 Central Ave + Ste 10 + Dover + NH + 03820-3424 + 577 Central Ave + Ste 10 + Dover + NH + 03820-3424 + 577 Central Ave + Ste 10 + Dover + NH + 03820-3424 + Ms. + F219748 + L219748 + + Board Chair + 219748@hsesinfo.org + Ms. + F219749 + L219749 + + Chief Executive Officer + 219749@hsesinfo.org + Ms. + F219751 + L219751 + + 219751@hsesinfo.org + Ms. + F219747 + L219747 + + 219747@hsesinfo.org + 555-555-9747 x 5555 + + + 10202 + 5947 + 12238 + 200 + + 2019-08-01 + + EHS + Active + Charleston County First Steps + www.charlestonfirststeps.org + 5947@hsesinfo.org + 4975 Lacross Rd + Ste 100 + North Charleston + SC + 29406-6524 + 4975 Lacross Rd + Ste 100 + North Charleston + SC + 29406-6524 + 4975 Lacross Rd + Ste 100 + North Charleston + SC + 29406-6524 + Judge + F219769 + L219769 + + Board Chair + 219769@hsesinfo.org + Mrs. + F219770 + L219770 + + Executive Director + 219770@hsesinfo.org + Ms. + F219772 + L219772 + + 219772@hsesinfo.org + Mrs. + F219768 + L219768 + + 219768@hsesinfo.org + 555-555-9768 x 5555 + + + 9447 + 1812 + 11660 + 000 + 2014 + 2019-03-01 + + HS + Active + MANCHESTER BOARD OF EDUCATION + + 1812@hsesinfo.org + 45 North School Street + + Manchester + CT + 06042-6115 + 45 North School Street + + Manchester + CT + 06042-6115 + 45 North School Street + + Manchester + CT + 06042-6115 + Mr. + F214628 + L214628 + Sr. + Board Chair + 214628@hsesinfo.org + Mr. + F214629 + L214629 + + + 214629@hsesinfo.org + Ms. + F214631 + L214631 + + 214631@hsesinfo.org + Ms. + F214627 + L214627 + + 214627@hsesinfo.org + 555-555-4627 + + + 10821 + 9130 + 12800 + 204 + 2019 + 2019-03-01 + + EHS + Active + Garvey School District + www.garvey.k12.ca.us + 9130@hsesinfo.org + 7424 Newmark Ave + + Rosemead + CA + 91770-2943 + 7424 Newmark Ave + + Rosemead + CA + 91770-2943 + 2730 Del Mar Ave + + Rosemead + CA + 91770-3026 + Ms. + F224039 + L224039 + + Board President + 224039@hsesinfo.org + Ms. + F224037 + L224037 + + Superintendent + 224037@hsesinfo.org + Ms. + F224040 + L224040 + + 224040@hsesinfo.org + Dr. + F224036 + L224036 + + 224036@hsesinfo.org + 555-555-4036 + + + 10823 + 9132 + 12802 + 205 + 2019 + 2019-03-01 + + EHS + Active + Para Los Ninos + http://www.paralosninos.org + 9132@hsesinfo.org + 5000 Hollywood Blvd + + Los Angeles + CA + 90027-6104 + 5000 Hollywood Blvd + + Los Angeles + CA + 90027-6104 + 5000 Hollywood Blvd + + Los Angeles + CA + 90027-6104 + Atty. + F224051 + L224051 + + Board Member + 224051@hsesinfo.org + Dr. + F224049 + L224049 + + CEO + 224049@hsesinfo.org + Mr. + F224052 + L224052 + + 224052@hsesinfo.org + Dr. + F224048 + L224048 + + 224048@hsesinfo.org + 555-555-4048 x 5555 + + + 11088 + 1168 + 13019 + 000 + 1992 + 2020-03-01 + + AIAN HS + Active + Lower Elwha Klallam Tribe + http://www.elwha.org + 1168@hsesinfo.org + 463 Stratton Road + + Port Angeles + WA + 98363 + 463 Stratton Road + + Port Angeles + WA + 98363 + 2851 Lower Elwha Road + + Port Angeles + WA + 98363-8409 + Mrs. + F225866 + L225866 + + Chairwoman + 225866@hsesinfo.org + Mrs. + F225867 + L225867 + + Chief Executive Officer + 225867@hsesinfo.org + + F225869 + L225869 + + 225869@hsesinfo.org + Ms. + F225865 + L225865 + + 225865@hsesinfo.org + 555-555-5865 x 5555 + + + 8872 + 1949 + 11239 + 000 + 2013 + 2018-07-01 + + HS + Active + KENOSHA UNIFIED SCHOOL DISTRICT + http://www.kusd.edu + 1949@hsesinfo.org + 3600 - 52nd Street + + Kenosha + WI + 53144 + 3600 - 52nd Street + + Kenosha + WI + 53144 + 3600 - 52nd Street + + Kenosha + WI + 53144 + Mr. + F210626 + L210626 + + School Board President + 210626@hsesinfo.org + Dr. + F210627 + L210627 + + Superintendent of Schools + 210627@hsesinfo.org + Ms. + F210629 + L210629 + + 210629@hsesinfo.org + Ms. + F210625 + L210625 + + 210625@hsesinfo.org + 555-555-0625 + + + 483 + 1654 + 302 + 000 + 2013 + 2013-07-05 + 2019-01-31 + HS + Inactive + Crossroads Youth & Family Services, Inc. + http://www.crossroadsyfs.org + 1654@hsesinfo.org + Crossroads Head Start + 1333 West Main Street + Norman + OK + 73069-6864 + Crossroads Head Start + 1333 West Main Street + Norman + OK + 73069-6864 + Crossroads Head Start + 1333 West Main Street + Norman + OK + 73069-6864 + Mr. + F37922 + L37922 + CPA + Board Chair + 37922@hsesinfo.org + Ms. + F37921 + L37921 + MPA + Executive Director + 37921@hsesinfo.org + Mrs. + F37924 + L37924 + + 37924@hsesinfo.org + Ms. + F37919 + L37919 + + 37919@hsesinfo.org + 555-555-7919 x 5555 + + + 5262 + 3729 + 9109 + 003 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Greater Phoenix Urban League + http://www.greaterphoenixurbanleague.org + 3729@hsesinfo.org + 1402 South 7th Ave + 1402 South 7th Ave + Phoenix + AZ + 85007-3902 + 1402 South 7th Ave + 1402 South 7th Ave + Phoenix + AZ + 85007-3902 + 1402 South 7th Ave + 1402 South 7th Ave + Phoenix + AZ + 85007-3902 + Mrs. + F53507 + L53507 + + Chairman of the Greater Phoenix UrbanLeague Board + 53507@hsesinfo.org + Mr. + F53505 + L53505 + + CEO Greater Phoenix Urban League + 53505@hsesinfo.org + Ms. + F53508 + L53508 + + 53508@hsesinfo.org + Ms. + F53504 + L53504 + + 53504@hsesinfo.org + 555-555-3504 + + + 9417 + 1163 + 11637 + 000 + 2014 + 2019-03-01 + + AIAN HS + Active + Confederated Tribes of Siletz Indians + http://www.ctsi.nsn.us + 1163@hsesinfo.org + 201 SE Swan Avenue + + Siletz + OR + 97380 + P.O. Box 549 + + Siletz + OR + 97380-0549 + 201 SE Swan Avenue + + Siletz + OR + 97380 + Ms. + F214437 + L214437 + + Tribal Council Chairman + 214437@hsesinfo.org + Mr. + F214438 + L214438 + + + 214438@hsesinfo.org + Ms. + F214440 + L214440 + + 214440@hsesinfo.org + Ms. + F214436 + L214436 + + 214436@hsesinfo.org + 555-555-4436 + + + 5110 + 2476 + 8804 + 200 + 2007 + 2014-07-01 + 2019-06-30 + EHS + Inactive + North Central State College + + 2476@hsesinfo.org + 2441 Kenwood Cir + + Mansfield + OH + 44906-1546 + 2441 Kenwood Cir + + Mansfield + OH + 44906-1546 + 2441 Kenwood Cir + + Mansfield + OH + 44906-1546 + Ms. + F51988 + L51988 + + Governing Board Chair + 51988@hsesinfo.org + Mrs. + F51991 + L51991 + + Vice President of Business Services + 51991@hsesinfo.org + Ms. + F51989 + L51989 + + 51989@hsesinfo.org + Ms. + F51987 + L51987 + + 51987@hsesinfo.org + 555-555-1987 x 5555 + + + 9058 + 705 + 11382 + 000 + 2013 + 2018-09-01 + + HS + Active + REGION 10 EDUCATION SERVICE CENTER + http://www.region10.org + 705@hsesinfo.org + 400 East Spring Valley + + Richardson + TX + 75081 + 400 E Spring Valley Rd + + Richardson + TX + 75081-5101 + 400 East Spring Valley + + Richardson + TX + 75081 + Mr. + F211991 + L211991 + + President of the Board + 211991@hsesinfo.org + Dr. + F211992 + L211992 + + Executive Director + 211992@hsesinfo.org + Mr. + F211994 + L211994 + + 211994@hsesinfo.org + Mrs. + F211990 + L211990 + + 211990@hsesinfo.org + 555-555-1990 + + + 4823 + 1783 + 8775 + 000 + 2014 + 2014-05-01 + 2019-04-30 + HS + Inactive + Head Start of Eastern Orange County, Inc. + http://www.hseoc.org + 1783@hsesinfo.org + 49 Gidney Avenue + + Newburgh + NY + 12550-3546 + 49 Gidney Avenue + + Newburgh + NY + 12550-3546 + 49 Gidney Avenue + + Newburgh + NY + 12550-3546 + Ms. + F47151 + L47151 + + Acting Board Chairperson + 47151@hsesinfo.org + Ms. + F47153 + L47153 + + Executive Director + 47153@hsesinfo.org + Ms. + F47149 + L47149 + + 47149@hsesinfo.org + Ms. + F47148 + L47148 + + 47148@hsesinfo.org + 555-555-7148 + + + 4575 + 4577 + 8490 + 000 + 2013 + 2013-12-23 + 2018-12-31 + HS + Inactive + HSA - "Pasitos" Early Childhood Education Programs + www.hsala.org + 4577@hsesinfo.org + 6800 Florence Ave + + Bell Gardens + CA + 90201-4958 + 2629 Clarendon Ave + Ste B + Huntington Park + CA + 90255-4119 + 6800 Florence Ave + + Bell Gardens + CA + 90201-4958 + Mr. + F43039 + L43039 + + Board Chair + 43039@hsesinfo.org + Ms. + F43040 + L43040 + + Chief Financial Officer + 43040@hsesinfo.org + Ms. + F43042 + L43042 + + 43042@hsesinfo.org + Dr. + F43038 + L43038 + + 43038@hsesinfo.org + 555-555-3038 x 5555 + + + 4707 + 3928 + 8689 + 035 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Labor And Industry For Education + www.lifetech.org + 3928@hsesinfo.org + 112 Spruce St + + Cedarhurst + NY + 11516-1901 + 112 Spruce St + + Cedarhurst + NY + 11516-1901 + 112 Spruce St + + Cedarhurst + NY + 11516-1901 + Mr. + F45700 + L45700 + + Secretary + 45700@hsesinfo.org + Ms. + F45699 + L45699 + + Exec Dir + 45699@hsesinfo.org + Mr. + F45698 + L45698 + + 45698@hsesinfo.org + Ms. + F45695 + L45695 + + 45695@hsesinfo.org + 555-555-5695 x 5555 + + + 8629 + 3052 + 11024 + 000 + 2012 + 2017-06-01 + + HS + Active + Northside Center for Child Development- HS + www.northsidecenter.org + 3052@hsesinfo.org + 1301 5th Ave + + New York + NY + 10029-3119 + 1301 5th Ave + + New York + NY + 10029-3119 + 1301 5th Ave + + New York + NY + 10029-3119 + Mr. + F208916 + L208916 + + Chair + 208916@hsesinfo.org + Dr. + F208917 + L208917 + + + 208917@hsesinfo.org + Ms. + F208919 + L208919 + + 208919@hsesinfo.org + Ms. + F208915 + L208915 + + 208915@hsesinfo.org + 555-555-8915 + + + 8630 + 3194 + 11024 + 200 + 2012 + 2017-06-01 + + EHS + Active + Northside Center for Child Developmen-EHS + www.northsidecenter.org + 3194@hsesinfo.org + 1301 5th Ave + + New York + NY + 10029-3119 + 1301 5th Ave + + New York + NY + 10029-3119 + 1301 5th Ave + + New York + NY + 10029-3119 + Mr. + F208923 + L208923 + + Chair + 208923@hsesinfo.org + Dr. + F208924 + L208924 + + + 208924@hsesinfo.org + Ms. + F208926 + L208926 + + 208926@hsesinfo.org + Ms. + F208922 + L208922 + + 208922@hsesinfo.org + 555-555-8922 + + + 9056 + 737 + 11387 + 000 + 2013 + 2018-09-01 + + HS + Active + NUECES COUNTY COMMUNITY ACTION AGENCY + http://www.nccaatx.org + 737@hsesinfo.org + 101 South Padre Island Drive + + Corpus Christi + TX + 78405-4102 + 101 South Padre Island Drive + + Corpus Christi + TX + 78405-4102 + 101 South Padre Island Drive + + Corpus Christi + TX + 78405-4102 + Mr. + F211977 + L211977 + + Board Chairperson + 211977@hsesinfo.org + Ms. + F211978 + L211978 + + CEO + 211978@hsesinfo.org + Mrs. + F211980 + L211980 + + 211980@hsesinfo.org + Ms. + F211976 + L211976 + + 211976@hsesinfo.org + 555-555-1976 + + + 9057 + 738 + 11387 + 200 + 2000 + 2018-09-01 + + EHS + Active + NUECES COUNTY COMMUNITY ACTION AGENCY + http://www.nccaatx.org + 738@hsesinfo.org + 101 South Padre Island Drive + + Corpus Christi + TX + 78405-4102 + 101 South Padre Island Drive + + Corpus Christi + TX + 78405-4102 + 101 South Padre Island Drive + + Corpus Christi + TX + 78405-4102 + Mr. + F211984 + L211984 + + Board Chairperson + 211984@hsesinfo.org + Ms. + F211985 + L211985 + + CEO + 211985@hsesinfo.org + Mrs. + F211987 + L211987 + + 211987@hsesinfo.org + Ms. + F211983 + L211983 + + 211983@hsesinfo.org + 555-555-1983 + + + 5629 + 4130 + 9449 + 015 + 2014 + 2014-12-01 + + HS + Active + Carole Robertson Center For Learning + www.crcl.net + 4130@hsesinfo.org + 2020 West Roosevelt Road + + Chicago + IL + 60608 + 2020 West Roosevelt Road + + Chicago + IL + 60608 + 2020 West Roosevelt Road + + Chicago + IL + 60608 + Mrs. + F101454 + L101454 + + Board Chair + 101454@hsesinfo.org + Mrs. + F101452 + L101452 + + President/CEO + 101452@hsesinfo.org + Ms. + F101451 + L101451 + + 101451@hsesinfo.org + Ms. + F101449 + L101449 + + 101449@hsesinfo.org + 555-555-1449 + + + 8587 + 2953 + 10985 + 200 + 2012 + 2017-05-01 + + EHS + Active + RIVERSIDE COMMUNITY CARE, INC. + www.riversidecc.org + 2953@hsesinfo.org + 270 Bridge St + Ste 301 + Dedham + MA + 02026-1798 + 270 Bridge St + Ste 301 + Dedham + MA + 02026-1798 + 270 Bridge St + Ste 301 + Dedham + MA + 02026-1798 + Mr. + F208825 + L208825 + + Chairman + 208825@hsesinfo.org + Mr. + F208826 + L208826 + M + President / CEO + 208826@hsesinfo.org + Ms. + F208828 + L208828 + + 208828@hsesinfo.org + Mr. + F208824 + L208824 + + 208824@hsesinfo.org + 555-555-8824 + + + 4862 + 1399 + 8827 + 000 + 2014 + 2014-06-01 + 2019-05-31 + HS + Inactive + MIDLAND UNIVERSITY + www.dodgecountyheadstart.org + 1399@hsesinfo.org + 900 North Clarkson Street + + Fremont + NE + 68025-4254 + PO Box 244 + + Fremont + NE + 68025 + 1024 W 23rd St + + Fremont + NE + 68025-6613 + Mr. + F47662 + L47662 + + Chairman of the Grantee Board + 47662@hsesinfo.org + Ms. + F47661 + L47661 + + President - Midland University + 47661@hsesinfo.org + Ms. + F47659 + L47659 + + 47659@hsesinfo.org + Ms. + F47657 + L47657 + + 47657@hsesinfo.org + 555-555-7657 + + + 4604 + 255 + 8593 + 000 + 2014 + 2014-02-01 + 2019-01-31 + HS + Inactive + COMMUNITIES UNITED, INC + http://www.communitiesunitedinc.org + 255@hsesinfo.org + 108 Water St + Unit 2D + Watertown + MA + 02472-4698 + 108 Water St + Unit 2D + Watertown + MA + 02472-4698 + 108 Water St + Unit 2D + Watertown + MA + 02472-4698 + Ms. + F43999 + L43999 + + Chairman, Board of Directors + 43999@hsesinfo.org + Ms. + F43997 + L43997 + + Executive Director + 43997@hsesinfo.org + Ms. + F44000 + L44000 + + 44000@hsesinfo.org + Ms. + F43996 + L43996 + + 43996@hsesinfo.org + 555-555-3996 x 5555 + + + 5200 + 1001 + 8931 + 000 + 1993 + 2014-07-01 + 2019-06-30 + HS + Inactive + West Central Missouri Community Action Agency + http://www.wcmcaa.org + 1001@hsesinfo.org + 106 W 4th St + + Appleton City + MO + 64724-1402 + 106 W 4th St + + Appleton City + MO + 64724-1402 + 106 W 4th St + + Appleton City + MO + 64724-1402 + Mr. + F52219 + L52219 + + Board Chair + 52219@hsesinfo.org + Mr. + F52217 + L52217 + + President and Chief Executive Officer + 52217@hsesinfo.org + Ms. + F52220 + L52220 + + 52220@hsesinfo.org + Ms. + F52215 + L52215 + + 52215@hsesinfo.org + 555-555-2215 x 5555 + + + 11089 + 2619 + 13019 + 200 + 2011 + 2020-03-01 + + AIAN EHS + Active + Lower Elwha Tribe Community Council + www.elwha.org + 2619@hsesinfo.org + 463 Stratton Road + + Port Angeles + WA + 98363 + 463 Stratton Road + + Port Angeles + WA + 98363 + 2851 Lower Elwha Road + + Port Angeles + WA + 98363 + Mrs. + F225873 + L225873 + + Tribal Chairwoman + 225873@hsesinfo.org + Mrs. + F225874 + L225874 + + Chief Executive Officer + 225874@hsesinfo.org + + F225876 + L225876 + + 225876@hsesinfo.org + Ms. + F225872 + L225872 + + 225872@hsesinfo.org + 555-555-5872 x 5555 + + + 5108 + 2028 + 8816 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + National Centers for Learning Excellence, Inc. + www.childandfamilycenters.com + 2028@hsesinfo.org + N4W22000 Bluemound Road + + Waukesha + WI + 53186-8755 + N4W22000 Bluemound Road + + Waukesha + WI + 53186-8755 + N4W22000 Bluemound Road + + Waukesha + WI + 53186-8755 + Ms. + F51869 + L51869 + + President of the Board of Directors + 51869@hsesinfo.org + Dr. + F51867 + L51867 + PhD + + 51867@hsesinfo.org + Mr. + F51866 + L51866 + + 51866@hsesinfo.org + Dr. + F51865 + L51865 + PhD + 51865@hsesinfo.org + 555-555-1865 + + + 4605 + 256 + 8593 + 200 + 2014 + 2014-02-01 + 2019-01-31 + EHS + Inactive + COMMUNITIES UNITED, INC + http://www.communitiesunitedinc.org + 256@hsesinfo.org + 108 Water St + Ste 2D + Watertown + MA + 02472-4698 + 108 Water St + Ste 2D + Watertown + MA + 02472-4698 + 108 Water St + Ste 2D + Watertown + MA + 02472-4698 + Mrs. + F44006 + L44006 + + Chairman, Board of Directors + 44006@hsesinfo.org + Ms. + F44004 + L44004 + + Executive Director + 44004@hsesinfo.org + Ms. + F44005 + L44005 + + 44005@hsesinfo.org + Ms. + F44003 + L44003 + + 44003@hsesinfo.org + 555-555-4003 x 5555 + + + 4675 + 3873 + 8657 + 003 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Committee For Early Childhood Development + http://www.cecdhs.org + 3873@hsesinfo.org + Head Start Program + 193-04 Jamaica Avenue + Jamaica + NY + 11423-2532 + Head Start Program + 193-04 Jamaica Avenue + Jamaica + NY + 11423-2532 + Head Start Program + 193-04 Jamaica Avenue + Jamaica + NY + 11423-2532 + Ms. + F45476 + L45476 + + Sponsoring Board Chairperson + 45476@hsesinfo.org + Dr. + F45474 + L45474 + + + 45474@hsesinfo.org + Ms. + F45473 + L45473 + + 45473@hsesinfo.org + Dr. + F45471 + L45471 + + 45471@hsesinfo.org + 555-555-5471 + + + 5191 + 2427 + 9000 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + BeauCARE, Inc. + beaucares.org + 2427@hsesinfo.org + 308 Martin Luther King Dr + + DeRidder + LA + 70634 + 308 Martin Luther King Dr + + DeRidder + LA + 70634 + 308 Martin Luther King Drive + + DeRidder + LA + 70634 + Mrs. + F52198 + L52198 + + President + 52198@hsesinfo.org + Mr. + F52195 + L52195 + + + 52195@hsesinfo.org + Mr. + F52196 + L52196 + + 52196@hsesinfo.org + Mrs. + F52193 + L52193 + + 52193@hsesinfo.org + 555-555-2193 + + + 4677 + 3875 + 8659 + 005 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Addie Mae Collins Community Service Head Start + http://www.addiemaecollins.org + 3875@hsesinfo.org + 110 East 129th Street + + New York + NY + 10035-1300 + 110 East 129th Street + + New York + NY + 10035-1300 + 110 East 129th Street + + New York + NY + 10035-1300 + Mrs. + F45488 + L45488 + + + 45488@hsesinfo.org + Miss + F45489 + L45489 + + + 45489@hsesinfo.org + Miss + F45487 + L45487 + + 45487@hsesinfo.org + Miss + F45485 + L45485 + + 45485@hsesinfo.org + 555-555-5485 + + + 4804 + 4808 + 8766 + 000 + 2014 + 2014-04-01 + 2019-07-31 + HS + Inactive + Lutheran Services Florida, Inc. + www.lsfnet.org + 4808@hsesinfo.org + 3027 San Diego Rd + Children's Home Society - Ellis Building + Jacksonville + FL + 32207-3691 + 3027 San Diego Rd + Children's Home Society - Ellis Building + Jacksonville + FL + 32207-3691 + 3027 San Diego Rd + Children's Home Society - Ellis Building + Jacksonville + FL + 32207-3691 + Mr. + F46710 + L46710 + + Board Chair + 46710@hsesinfo.org + Mr. + F46711 + L46711 + + Executive Vice President for Children and Head Start Services + 46711@hsesinfo.org + Mr. + F46713 + L46713 + + 46713@hsesinfo.org + Mrs. + F46709 + L46709 + + 46709@hsesinfo.org + 555-555-6709 + + + 6440 + 6458 + 10014 + 200 + + 2015-07-01 + 2020-06-30 + EHS + Inactive + Training, Education, and Manpower, Inc. + www.teaminc.org + 6458@hsesinfo.org + 30 Elizabeth St + + Derby + CT + 06418-1802 + 30 Elizabeth St + + Derby + CT + 06418-1802 + 30 Elizabeth St + + Derby + CT + 06418-1802 + Ms. + F200750 + L200750 + + + 200750@hsesinfo.org + Mr. + F200751 + L200751 + + + 200751@hsesinfo.org + + F200753 + L200753 + + 200753@hsesinfo.org + Ms. + F200749 + L200749 + + 200749@hsesinfo.org + 555-555-0749 x 5555 + + + 9139 + 3536 + 11450 + 001 + 2013 + 2018-08-01 + + HS + Active + Petersburg City Public Schools + www.petersburg.k12.va.us + 3536@hsesinfo.org + 1100 Patterson St + + Petersburg + VA + 23803-5542 + Head Start Program + 1100 Patterson Ave. + Petersburg + VA + 23803-5806 + Head Start Program + 1100 Patterson Ave. + Petersburg + VA + 23803-5806 + Mr. + F212539 + L212539 + + School Board Chair + 212539@hsesinfo.org + Dr. + F212540 + L212540 + + Superintendent + 212540@hsesinfo.org + + F212542 + L212542 + + 212542@hsesinfo.org + Ms. + F212538 + L212538 + + 212538@hsesinfo.org + 555-555-2538 + + + 5144 + 1936 + 8929 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Western Egyptian Economic Opportunity Council + http:/www.weeoc.org + 1936@hsesinfo.org + 1 Industrial Park + + Steeleville + IL + 62288-1246 + PO Box 7 + + Steeleville + IL + 62288-0007 + 1 Industrial Park + + Steeleville + IL + 62288-1246 + Mr. + F51831 + L51831 + + Board of Directors Chairperson + 51831@hsesinfo.org + Ms. + F51834 + L51834 + + + 51834@hsesinfo.org + Ms. + F51835 + L51835 + + 51835@hsesinfo.org + Ms. + F51830 + L51830 + + 51830@hsesinfo.org + 555-555-1830 + + + 9707 + 1325 + 11860 + 000 + 1992 + 2019-06-01 + + HS + Active + COLLEGE STATION INDEPENDENT SCHOOL DISTRICT + https://www.csisd.org/apps/pages/index.jsp?uREC_ID=164538&type=d&pREC_ID=1466636 + 1325@hsesinfo.org + 1812 Welsh Avenue + + College Station + TX + 77840-4800 + 1812 Welsh Avenue + + College Station + TX + 77840-4800 + 1812 Welsh Avenue + + College Station + TX + 77840-4800 + Mr. + F216370 + L216370 + + President, CSISD Board of Trustees + 216370@hsesinfo.org + Dr. + F216371 + L216371 + + Executive Director; Chief Academic Officer + 216371@hsesinfo.org + Mr. + F216373 + L216373 + Jr. + 216373@hsesinfo.org + Ms. + F216369 + L216369 + + 216369@hsesinfo.org + 555-555-6369 + + + 7057 + 7076 + 8827 + 200 + + 2016-01-20 + 2019-05-31 + EHS + Inactive + MIDLAND UNIVERSITY + + 7076@hsesinfo.org + 1024 W 23rd St + + Fremont + NE + 68025-6613 + 900 North Clarkson Street + + Fremont + NE + 68025-4254 + 900 North Clarkson Street + + Fremont + NE + 68025-4254 + Mr. + F205067 + L205067 + + Chairman of the Grantee Board + 205067@hsesinfo.org + Ms. + F205068 + L205068 + + President - Midland University + 205068@hsesinfo.org + Ms. + F205070 + L205070 + + 205070@hsesinfo.org + Ms. + F205066 + L205066 + + 205066@hsesinfo.org + 555-555-5066 + + + 9708 + 2844 + 11860 + 200 + 2011 + 2019-06-01 + + EHS + Active + COLLEGE STATION INDEPENDENT SCHOOL DISTRICT + http://www.csisd.org/pages/headstart.html + 2844@hsesinfo.org + 1812 Welsh Street + + COLLEGE STATION + TX + 77840 + 1812 Welsh Street + + COLLEGE STATION + TX + 77840 + 1812 Welsh Street + + COLLEGE STATION + TX + 77840 + Mr. + F216377 + L216377 + + President, CSISD Board of Trustees + 216377@hsesinfo.org + Dr. + F216378 + L216378 + + Executive Director, Chief Academic Officer + 216378@hsesinfo.org + Mr. + F216380 + L216380 + Sr. + 216380@hsesinfo.org + Ms. + F216376 + L216376 + + 216376@hsesinfo.org + 555-555-6376 + + + 10716 + 2868 + 12703 + 200 + 2014 + 2019-11-01 + + Migrant EHS + Active + Redlands Christian Migrant Association + www.rcma.org + 2868@hsesinfo.org + 402 West Main Street + + Immokalee + FL + 34142 + 402 West Main Street + + Immokalee + FL + 34142 + 402 West Main Street + + Immokalee + FL + 34142 + Ms. + F223341 + L223341 + + President, Board of Directors + 223341@hsesinfo.org + Ms. + F223342 + L223342 + + Executive Director + 223342@hsesinfo.org + Mrs. + F223344 + L223344 + + 223344@hsesinfo.org + Ms. + F223340 + L223340 + + 223340@hsesinfo.org + 555-555-3340 x 5555 + + + 10715 + 2563 + 12703 + 000 + 2014 + 2019-11-01 + + Migrant HS + Active + Redlands Christian Migrant Association + www.rcma.org + 2563@hsesinfo.org + 402 West Main Street + + Immokalee + FL + 34142 + 402 West Main Street + + Immokalee + FL + 34142 + 402 West Main Street + + Immokalee + FL + 34142 + Ms. + F223334 + L223334 + + President, Board of Directors + 223334@hsesinfo.org + Ms. + F223335 + L223335 + + Executive Director + 223335@hsesinfo.org + Ms. + F223337 + L223337 + + 223337@hsesinfo.org + Ms. + F223333 + L223333 + + 223333@hsesinfo.org + 555-555-3333 x 5555 + + + 4488 + 426 + 8533 + 000 + 2013 + 2013-11-29 + 2019-06-30 + HS + Inactive + Broward County School Board + http://www.browardschools.com + 426@hsesinfo.org + 600 SE 3rd Avenue, 14th Floor + + Fort Lauderdale + FL + 33301-3125 + 600 S.E. Third Avenue, 14th Floor + + Fort Lauderdale + FL + 33301 + 600 S.E Third Avenue, 14th Floor + + Fort Lauderdale + FL + 33301 + Ms. + F42310 + L42310 + + Board Chair + 42310@hsesinfo.org + Mr. + F42308 + L42308 + + Chief Academic Officer + 42308@hsesinfo.org + Ms. + F42312 + L42312 + + 42312@hsesinfo.org + Dr. + F42307 + L42307 + + 42307@hsesinfo.org + 555-555-2307 + + + 4835 + 1009 + 8740 + 000 + 1992 + 2014-05-01 + 2019-06-30 + HS + Inactive + South Central Missouri Community Action Agency + www.scmcaa.org + 1009@hsesinfo.org + 8055 Old Alton Road + + Winona + MO + 65588 + PO Box 6 + + Winona + MO + 65588-0006 + 8055 Old Alton Road + + Winona + MO + 65588 + Mr. + F47235 + L47235 + + Board Chair + 47235@hsesinfo.org + Ms. + F47236 + L47236 + + Executive Director + 47236@hsesinfo.org + Ms. + F47237 + L47237 + + 47237@hsesinfo.org + Mr. + F47234 + L47234 + + 47234@hsesinfo.org + 555-555-7234 + + + 8228 + 8160 + 10618 + 000 + 2016 + 2016-07-01 + + HS + Active + Catholic Charities Community Services, Inc. + https://www.catholiccharitiesaz.org/all-locations/youth-development + 8160@hsesinfo.org + Catholic Charities Community Services, Inc + 4747 N 7th Ave + Phoenix + AZ + 85013 + Catholic Charities Community Services, Inc + 4747 N 7th Ave + Phoenix + AZ + 85013 + Catholic Charities Community Services, Inc + 4747 N 7th Ave + Phoenix + AZ + 85013 + Mr. + F206711 + L206711 + + Chairman of the Board Catholic Charities Community Services + 206711@hsesinfo.org + Mr. + F206712 + L206712 + + CEO + 206712@hsesinfo.org + Mrs. + F206714 + L206714 + + 206714@hsesinfo.org + Mr. + F206710 + L206710 + + 206710@hsesinfo.org + 555-555-6710 x 5555 + + + 8962 + 2638 + 11305 + 200 + 2013 + 2018-08-01 + + EHS + Active + Head Start of Yamhill County + http://www.yamhillheadstart.org + 2638@hsesinfo.org + 1006 NE 3rd St + Ste A + McMinnville + OR + 97128-4402 + PO Box 1311 + + McMinnville + OR + 97128-1311 + 1006 NE 3rd St + Ste A + McMinnville + OR + 97128-4402 + Ms. + F211291 + L211291 + + Board Chair + 211291@hsesinfo.org + Ms. + F211292 + L211292 + + + 211292@hsesinfo.org + Ms. + F211294 + L211294 + + 211294@hsesinfo.org + Ms. + F211290 + L211290 + + 211290@hsesinfo.org + 555-555-1290 x 5555 + + + 8071 + 8275 + 10577 + 200 + 2011 + 2016-06-01 + + EHS + Active + HOPES Community Action Partnership, Inc. + www.hopes.org + 8275@hsesinfo.org + 301 Garden St + Hopes Cap, Inc. Early Head Start + Hoboken + NJ + 07030-3873 + 301 Garden St + Hopes Cap, Inc. Early Head Start + Hoboken + NJ + 07030-3873 + 301 Garden St + Hopes Cap, Inc. + Hoboken + NJ + 07030-3873 + Mr. + F205682 + L205682 + + Board Chair + 205682@hsesinfo.org + Ms. + F205683 + L205683 + + President/CEO + 205683@hsesinfo.org + Ms. + F205685 + L205685 + + 205685@hsesinfo.org + Ms. + F205681 + L205681 + + 205681@hsesinfo.org + 555-555-5681 x 5555 + + + 4942 + 1646 + 8897 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Sierra Cascade Family Opportunities, Inc. + www.headstart4u.org + 1646@hsesinfo.org + 424 N Mill Creek Rd + + Quincy + CA + 95971-9678 + 424 N Mill Creek Rd + + Quincy + CA + 95971-9678 + 424 N Mill Creek Rd + + Quincy + CA + 95971-9678 + Mr. + F48705 + L48705 + + Board President + 48705@hsesinfo.org + Mrs. + F48708 + L48708 + + Executive Director + 48708@hsesinfo.org + Mr. + F48709 + L48709 + + 48709@hsesinfo.org + Mrs. + F48704 + L48704 + + 48704@hsesinfo.org + 555-555-8704 + + + 11090 + 1219 + 13021 + 000 + 1992 + 2020-03-01 + + AIAN HS + Active + Lower Brule Sioux Tribe + + 1219@hsesinfo.org + 187 Oyate Circle + + Lower Brule + SD + 57548-8500 + PO Box 804 + + Lower Brule + SD + 57548 + 187 Oyate Circle + + Lower Brule + SD + 57548-8500 + Mr. + F225880 + L225880 + + Tribal Chairman + 225880@hsesinfo.org + Mr. + F225881 + L225881 + + Senior Council Member-Secretary Treasurer + 225881@hsesinfo.org + + F225883 + L225883 + + 225883@hsesinfo.org + Mrs. + F225879 + L225879 + + 225879@hsesinfo.org + 555-555-5879 + + + 9325 + 2905 + 11580 + 000 + 2013 + 2019-02-01 + + HS + Active + Y.M. & Y.W.H.A. of Williamsburg, Inc. + williamsburgy.org + 2905@hsesinfo.org + 64 Division Ave + + Brooklyn + NY + 11249-6660 + 64 Division Ave + + Brooklyn + NY + 11249-6660 + 64 Division Ave + + Brooklyn + NY + 11249-6660 + Mr. + F213812 + L213812 + + President + 213812@hsesinfo.org + Ms. + F213813 + L213813 + + + 213813@hsesinfo.org + Mr. + F213815 + L213815 + + 213815@hsesinfo.org + Ms. + F213811 + L213811 + + 213811@hsesinfo.org + 555-555-3811 + + + 11091 + 1631 + 13020 + 000 + 2003 + 2020-03-01 + + Migrant HS + Active + HOLYOKE CHICOPEE SPRINGFIELD HEAD START, INC. + www.hcsheadstart.org + 1631@hsesinfo.org + 30 Madison Avenue + + Springfield + MA + 01105-1404 + 30 Madison Avenue + + Springfield + MA + 01105-1404 + 30 Madison Avenue + + Springfield + MA + 01105-1404 + Ms. + F225887 + L225887 + + Board Chair + 225887@hsesinfo.org + Ms. + F225888 + L225888 + + + 225888@hsesinfo.org + Mr. + F225890 + L225890 + + 225890@hsesinfo.org + Ms. + F225886 + L225886 + + 225886@hsesinfo.org + 555-555-5886 + + + 11092 + 2869 + 13020 + 200 + 2011 + 2020-03-01 + + Migrant EHS + Active + Holyoke Chicopee Springfield Head Start, Inc. + www.hcsheadstart.org + 2869@hsesinfo.org + 30 Madison Avenue + + Springfield + MA + 01105 + 30 Madison Avenue + + Springfield + MA + 01105 + 30 Madison Avenue + + Springfield + MA + 01105 + Ms. + F225894 + L225894 + + Board Chair + 225894@hsesinfo.org + Ms. + F225895 + L225895 + + + 225895@hsesinfo.org + Mr. + F225897 + L225897 + + 225897@hsesinfo.org + Ms. + F225893 + L225893 + + 225893@hsesinfo.org + 555-555-5893 + + + 4414 + 2314 + 8407 + 000 + 2013 + 2013-10-25 + 2018-10-31 + HS + Inactive + Community Action Planning Council of Jefferson County + http://www.capcjc.org + 2314@hsesinfo.org + 518 Davidson Street + + Watertown + NY + 13601-1904 + 518 Davidson Street + + Watertown + NY + 13601-1904 + 518 Davidson Street + + Watertown + NY + 13601-1904 + Mr. + F41291 + L41291 + + Board Chairperson + 41291@hsesinfo.org + Ms. + F41290 + L41290 + + Executive Director + 41290@hsesinfo.org + Mr. + F41289 + L41289 + + 41289@hsesinfo.org + Mrs. + F41287 + L41287 + + 41287@hsesinfo.org + 555-555-1287 x 5555 + + + 5618 + 4113 + 9438 + 004 + 2014 + 2014-12-01 + + HS + Active + Onward Neighborhood House + www.onwardhouse.org + 4113@hsesinfo.org + 5413 W Diversey Ave + + Chicago + IL + 60639-1413 + 5413 W Diversey Ave + + Chicago + IL + 60639-1413 + 5413 W Diversey Ave + + Chicago + IL + 60639-1413 + + F101341 + L101341 + + President, Board of Directors + 101341@hsesinfo.org + Mr. + F101339 + L101339 + + Executive Director + 101339@hsesinfo.org + + F101338 + L101338 + + 101338@hsesinfo.org + Ms. + F101337 + L101337 + + 101337@hsesinfo.org + 555-555-1337 + + + 9248 + 1250 + 11520 + 200 + 2013 + 2019-01-01 + + EHS + Active + METROPOLITAN AREA ADVISORY COMMITTEE + 956 Vale Terrace Dr + 1250@hsesinfo.org + 956 Vale Terrace Dr + + Vista + CA + 92084-5212 + 956 Vale Terrace Dr + + Vista + CA + 92084-5212 + 1355 Third Ave + + Chula Vista + CA + 91911 + Mr. + F213277 + L213277 + + Chairperson of the Board + 213277@hsesinfo.org + Mr. + F213278 + L213278 + + President /CEO + 213278@hsesinfo.org + Mrs. + F213280 + L213280 + + 213280@hsesinfo.org + Mrs. + F213276 + L213276 + + 213276@hsesinfo.org + 555-555-3276 x 5555 + + + 6109 + 2815 + 9719 + 200 + 2011 + 2015-03-01 + + EHS + Active + Morris County Head Start Community Program, Inc. + www.headstartmc.org + 2815@hsesinfo.org + 18 Thompson Avenue + + Dover + NJ + 07801 + 18 Thompson Ave + + Dover + NJ + 07801-4512 + 18 Thompson Ave + + Dover + NJ + 07801-4512 + Mr. + F108437 + L108437 + + Board President + 108437@hsesinfo.org + Ms. + F108435 + L108435 + + Executive Director + 108435@hsesinfo.org + Ms. + F108434 + L108434 + + 108434@hsesinfo.org + Ms. + F108433 + L108433 + + 108433@hsesinfo.org + 555-555-8433 + + + 4427 + 403 + 8388 + 200 + 2013 + 2013-11-01 + 2019-07-31 + EHS + Inactive + Great Lakes Community Action Partnership + http://www.glcap.org + 403@hsesinfo.org + 127 S Front St + + Fremont + OH + 43420-3021 + PO Box 590 + + Fremont + OH + 43420 + 127 S Front St + + Fremont + OH + 43420-3021 + Mr. + F41370 + L41370 + + Board Chair + 41370@hsesinfo.org + Mrs. + F41368 + L41368 + + + 41368@hsesinfo.org + Mrs. + F41369 + L41369 + + 41369@hsesinfo.org + Mrs. + F41366 + L41366 + + 41366@hsesinfo.org + 555-555-1366 x 5555 + + + 4566 + 1251 + 8487 + 000 + 2013 + 2013-12-23 + 2018-12-31 + HS + Inactive + METROPOLITAN AREA ADVISORY COMMITTEE + 956 Vale Terrace Dr + 1251@hsesinfo.org + 956 Vale Terrace Dr + + Vista + CA + 92084-5212 + 956 Vale Terrace Dr + + Vista + CA + 92084-5212 + 1355 Third Ave + + Chula Vista + CA + 91911 + Mr. + F43323 + L43323 + + Chairperson of the Board + 43323@hsesinfo.org + Mr. + F43326 + L43326 + + President /CEO + 43326@hsesinfo.org + Mrs. + F43322 + L43322 + + 43322@hsesinfo.org + Mrs. + F43321 + L43321 + + 43321@hsesinfo.org + 555-555-3321 x 5555 + + + 4567 + 1250 + 8487 + 200 + 2013 + 2013-12-23 + 2018-12-31 + EHS + Inactive + METROPOLITAN AREA ADVISORY COMMITTEE + 956 Vale Terrace Dr + 1250@hsesinfo.org + 956 Vale Terrace Dr + + Vista + CA + 92084-5212 + 956 Vale Terrace Dr + + Vista + CA + 92084-5212 + 1355 Third Ave + + Chula Vista + CA + 91911 + Mr. + F43333 + L43333 + + Chairperson of the Board + 43333@hsesinfo.org + Mr. + F43329 + L43329 + + President /CEO + 43329@hsesinfo.org + Mrs. + F43332 + L43332 + + 43332@hsesinfo.org + Mrs. + F43328 + L43328 + + 43328@hsesinfo.org + 555-555-3328 x 5555 + + + 6316 + 3476 + 9904 + 203 + 2011 + 2015-04-01 + 2020-10-31 + EHS + Inactive + Acelero Learning Monmouth/Middlesex County + almm.acelero.net + 3476@hsesinfo.org + 132 2nd Street + + Perth Amboy + NJ + 08861 + 132 2nd Street + + Perth Amboy + NJ + 08861 + 132 2nd Street + + Perth Amboy + NJ + 08861 + Mr. + F110528 + L110528 + + Board Chairman + 110528@hsesinfo.org + Mr. + F110526 + L110526 + + + 110526@hsesinfo.org + Ms. + F110525 + L110525 + + 110525@hsesinfo.org + Ms. + F110531 + L110531 + + 110531@hsesinfo.org + + + + 6906 + 488 + 10389 + 000 + 1989 + 2015-11-01 + 2020-10-31 + HS + Inactive + Self-Help Incorporated + http://www.selfhelpinc.org + 488@hsesinfo.org + 370 Howard St + + Brockton + MA + 02302-1000 + 370 Howard St + + Brockton + MA + 02302-1000 + 370 Howard St + + Brockton + MA + 02302-1000 + Mr. + F204003 + L204003 + + Chairperson Self Help, Inc. Board of Directors + 204003@hsesinfo.org + Mr. + F204004 + L204004 + + Self Help, Inc. Chief Executive Officer + 204004@hsesinfo.org + Ms. + F204006 + L204006 + + 204006@hsesinfo.org + Mr. + F204002 + L204002 + + 204002@hsesinfo.org + 555-555-4002 x 5555 + + + 5861 + 5868 + 9477 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Great Lakes Community Action Partnership + www.wsos.org + 5868@hsesinfo.org + 127 S Front St + + Fremont + OH + 43420-3021 + PO Box 590 + + Fremont + OH + 43420-0590 + 127 S Front St + + Fremont + OH + 43420-3021 + Mr. + F104660 + L104660 + + Board Chairperson + 104660@hsesinfo.org + Mrs. + F104661 + L104661 + + President/CEO + 104661@hsesinfo.org + Mrs. + F104663 + L104663 + + 104663@hsesinfo.org + Mrs. + F104659 + L104659 + + 104659@hsesinfo.org + 555-555-4659 + + + 4940 + 1263 + 8859 + 000 + 1992 + 2014-07-01 + 2019-06-30 + HS + Inactive + El Dorado County Office of Education + http://www.edcoe.org + 1263@hsesinfo.org + 6767 Green Valley Road + + Placerville + CA + 95667-8984 + 6767 Green Valley Road + + Placerville + CA + 95667-8984 + 6767 Green Valley Road + + Placerville + CA + 95667-8984 + Dr. + F48722 + L48722 + + Superintendent of Schools + 48722@hsesinfo.org + Dr. + F48723 + L48723 + + Superintendent of Schools + 48723@hsesinfo.org + Mrs. + F48721 + L48721 + + 48721@hsesinfo.org + Ms. + F48718 + L48718 + + 48718@hsesinfo.org + 555-555-8718 + + + 6925 + 456 + 10403 + 200 + 2003 + 2015-11-01 + 2020-10-31 + EHS + Inactive + Olympic ESD 114 + http://oesd.wednet.edu + 456@hsesinfo.org + 105 National Ave N + + Bremerton + WA + 98312-3537 + 105 National Ave N + + Bremerton + WA + 98312-3537 + 105 National Ave N + + Bremerton + WA + 98312-3537 + Mr. + F204136 + L204136 + + Board Chair + 204136@hsesinfo.org + Mr. + F204137 + L204137 + + Superintendent + 204137@hsesinfo.org + Ms. + F204139 + L204139 + + 204139@hsesinfo.org + Mrs. + F204135 + L204135 + + 204135@hsesinfo.org + 555-555-4135 + + + 5209 + 2212 + 8825 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Kitsap Community Resources + http://www.kcr.org + 2212@hsesinfo.org + 1201 Park Ave + + Bremerton + WA + 98337-1760 + 1201 Park Ave + + Bremerton + WA + 98337-1760 + 845 8th St + 1201 Park Avenue + Bremerton + WA + 98337-1517 + Mr. + F52301 + L52301 + + President, Board of Directors + 52301@hsesinfo.org + Mr. + F52302 + L52302 + + Executive Director + 52302@hsesinfo.org + Mrs. + F52303 + L52303 + + 52303@hsesinfo.org + Ms. + F52300 + L52300 + + 52300@hsesinfo.org + 555-555-2300 + + + 4648 + 2226 + 8580 + 000 + 2014 + 2014-03-01 + 2019-02-28 + HS + Inactive + KOOTASCA COMMUNITY ACTION, INC. + http://www.kootasca.org + 2226@hsesinfo.org + 201 NW 4th St + Ste 130 + Grand Rapids + MN + 55744-2746 + 201 NW 4th St + Ste 130 + Grand Rapids + MN + 55744-2746 + 201 NW 4th St + Ste 130 + Grand Rapids + MN + 55744-2746 + Mr. + F44549 + L44549 + + Chairperson + 44549@hsesinfo.org + Ms. + F44546 + L44546 + + Executive Director + 44546@hsesinfo.org + Ms. + F44548 + L44548 + + 44548@hsesinfo.org + Ms. + F44544 + L44544 + + 44544@hsesinfo.org + 555-555-4544 + + + 3022 + 487 + 6679 + 000 + 1991 + 2013-07-02 + 2018-10-31 + HS + Inactive + Child Development Council of Franklin County, Inc. + http://www.cdcheadstart.org + 487@hsesinfo.org + 300 E Spring St + + Columbus + OH + 43215-2630 + 300 East Spring Street + + Columbus + OH + 43215-2630 + 300 East Spring Street + + Columbus + OH + 43215-2630 + Ms. + F37770 + L37770 + + Board Chair + 37770@hsesinfo.org + Mrs. + F37769 + L37769 + + President & CEO + 37769@hsesinfo.org + Ms. + F37768 + L37768 + + 37768@hsesinfo.org + Mrs. + F37766 + L37766 + + 37766@hsesinfo.org + 555-555-7766 + + + 5265 + 3735 + 9112 + 006 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Alhambra Head Start + www.alhambraesd.org + 3735@hsesinfo.org + 4730 W Campbell Ave + + Phoenix + AZ + 85031-1404 + 4510 N 37th Ave + + Phoenix + AZ + 85019-3206 + 4510 N 37th Ave + + Phoenix + AZ + 85019-3206 + Mr. + F53526 + L53526 + + Superintendent + 53526@hsesinfo.org + Mrs. + F53528 + L53528 + + Assistant Superintendent Educational Services + 53528@hsesinfo.org + Ms. + F53529 + L53529 + + 53529@hsesinfo.org + Ms. + F53525 + L53525 + + 53525@hsesinfo.org + 555-555-3525 + + + 9969 + 2089 + 12071 + 000 + 1996 + 2019-07-01 + + HS + Active + PUERTO RICAN FAMILY INSTITUTE, INC + http://www.prfi.org + 2089@hsesinfo.org + 145 W 15th St + + New York + NY + 10011-6701 + PO Box 29608 + + San Juan + PR + 00929-0608 + 145 W 15th St + + New York + NY + 10011-6701 + Dr. + F218176 + L218176 + + Board Chairperson + 218176@hsesinfo.org + Mr. + F218177 + L218177 + + President & CEO + 218177@hsesinfo.org + Mrs. + F218179 + L218179 + + 218179@hsesinfo.org + Mrs. + F218175 + L218175 + + 218175@hsesinfo.org + 555-555-8175 x 5555 + + + 9970 + 3813 + 12089 + 001 + 2014 + 2019-07-01 + + HS + Active + Puerto Rican Family Institute, Inc. + http://www.prfipr.org + 3813@hsesinfo.org + Carr 849 Km 1.5 Calle Juan Baiz Barrio Santo Domingo + + San Juan + PR + 00924 + P.O. Box 29609 + + San Juan + PR + 00929-0609 + 145 W 15th St + + New York + NY + 10011-6701 + Mrs. + F218183 + L218183 + + + 218183@hsesinfo.org + Mrs. + F218184 + L218184 + + + 218184@hsesinfo.org + Mrs. + F218186 + L218186 + + 218186@hsesinfo.org + Mrs. + F218182 + L218182 + + 218182@hsesinfo.org + 555-555-8182 + + + 9971 + 2837 + 12071 + 200 + 2011 + 2019-07-01 + + EHS + Active + The Puerto Rican Family Institute, Inc. + www.prfipr.org + 2837@hsesinfo.org + Carretera 849 km 1.5 Calle Juan Baiz + Bo. Santo Domingo + San Juan + PR + 00924 + PO Box 29608 + + San Juan + PR + 00929-0608 + Carretera 849 km 1.5 Calle Juan Baiz + Bo. Santo Domingo + San Juan + PR + 00924 + Dr. + F218190 + L218190 + + Board Chairperson + 218190@hsesinfo.org + Mr. + F218191 + L218191 + + President & CEO + 218191@hsesinfo.org + Mrs. + F218193 + L218193 + + 218193@hsesinfo.org + Mrs. + F218189 + L218189 + + 218189@hsesinfo.org + 555-555-8189 x 5555 + + + 9972 + 1602 + 12087 + 200 + 2014 + 2019-07-01 + + EHS + Active + Rosemount Center + http://www.rosemountcenter.com + 1602@hsesinfo.org + 2000 Rosemount Avenue NW + + Washington + DC + 20010-1045 + 2000 Rosemount Avenue NW + + Washington + DC + 20010-1045 + 2000 Rosemount Avenue NW + + Washington + DC + 20010-1045 + Dr. + F218197 + L218197 + + Chair, Rosemount Center Board of Directors + 218197@hsesinfo.org + Mr. + F218198 + L218198 + + + 218198@hsesinfo.org + Ms. + F218200 + L218200 + + 218200@hsesinfo.org + Ms. + F218196 + L218196 + + 218196@hsesinfo.org + 555-555-8196 x 5555 + + + 9974 + 5068 + 12054 + 200 + 2014 + 2019-07-01 + + EHS + Active + MARYLAND FAMILY NETWORK, INC. + http://www.marylandfamilynetwork.org + 5068@hsesinfo.org + 1001 Eastern Avenue + 2nd floor + Baltimore + MD + 21202-4325 + 1001 Eastern Avenue + 2nd floor + Baltimore + MD + 21202-4325 + 1001 Eastern Avenue + 2nd floor + Baltimore + MD + 21202-4325 + Mr. + F218211 + L218211 + + Board Chairperson + 218211@hsesinfo.org + Ms. + F218212 + L218212 + + CEO + 218212@hsesinfo.org + Ms. + F218214 + L218214 + + 218214@hsesinfo.org + Ms. + F218210 + L218210 + + 218210@hsesinfo.org + 555-555-8210 x 5555 + + + 9975 + 5996 + 12090 + 201 + + 2019-07-01 + + EHS + Active + Baltimore City Health Department EHS + + 5996@hsesinfo.org + 1001 E Fayette St + + Baltimore + MD + 21202-4715 + 1001 E Fayette St + + Baltimore + MD + 21202-4715 + 1001 E Fayette St + + Baltimore + MD + 21202-4715 + Mr. + F218218 + L218218 + + Board Chair + 218218@hsesinfo.org + Dr. + F218219 + L218219 + + + 218219@hsesinfo.org + Ms. + F218221 + L218221 + + 218221@hsesinfo.org + Mrs. + F218217 + L218217 + + 218217@hsesinfo.org + 555-555-8217 + + + 5799 + 5805 + 9404 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Metropolitan Area Advisory Committee + 956 Vale Terrace + 5805@hsesinfo.org + 956 Vale Terrace Dr + + Vista + CA + 92084-5212 + 956 Vale Terrace Dr + + Vista + CA + 92084-5212 + 1355 3rd Ave + + Chula Vista + CA + 91911-4302 + Mr. + F103704 + L103704 + + BOD President + 103704@hsesinfo.org + Mr. + F103705 + L103705 + + President and CEO + 103705@hsesinfo.org + Mrs. + F103707 + L103707 + + 103707@hsesinfo.org + Mrs. + F103703 + L103703 + + 103703@hsesinfo.org + 555-555-3703 x 5555 + + + 9980 + 8623 + 12095 + 206 + 2017 + 2019-07-01 + + EHS + Active + St. Vincent de Paul of Baltimore, Inc. + www.vincentbaltimore.org + 8623@hsesinfo.org + 2305 N. Charles St. + Suite 300 + Baltimore + MD + 21218-5292 + 2305 N. Charles St. + Suite 300 + Baltimore + MD + 21218-5292 + 2305 N. Charles St. + Suite 300 + Baltimore + MD + 21218-5292 + Mr. + F218253 + L218253 + + HS Governing Board Chair + 218253@hsesinfo.org + Mr. + F218254 + L218254 + + President and CEO + 218254@hsesinfo.org + Ms. + F218256 + L218256 + + 218256@hsesinfo.org + Ms. + F218252 + L218252 + + 218252@hsesinfo.org + 555-555-8252 + + + 8345 + 758 + 10700 + 200 + 1996 + 2016-07-01 + + EHS + Active + Youth Development, Inc. + http://www.ydinm.org + 758@hsesinfo.org + 6301 Central Ave NW + + Albuquerque + NM + 87105-2036 + 6301 Central Ave NW + + Albuquerque + NM + 87105-2036 + 6301 Central Ave NW + + Albuquerque + NM + 87105-2036 + Ms. + F207554 + L207554 + + Chairman of the Board + 207554@hsesinfo.org + Dr. + F207555 + L207555 + + President/CEO + 207555@hsesinfo.org + Ms. + F207557 + L207557 + + 207557@hsesinfo.org + Ms. + F207553 + L207553 + + 207553@hsesinfo.org + 555-555-7553 + + + 9243 + 2345 + 11521 + 000 + 2013 + 2019-01-01 + + HS + Active + SCHOHARIE COUNTY CHILD DEVELOPMENT COUNCIL, INC + www.sccdcny.org + 2345@hsesinfo.org + 114 Lark Street + + Cobleskill + NY + 12043-3846 + 114 Lark Street + + Cobleskill + NY + 12043-3846 + 114 Lark Street + + Cobleskill + NY + 12043-3846 + Ms. + F213242 + L213242 + + Board of Directors President + 213242@hsesinfo.org + Ms. + F213243 + L213243 + + Executive/Head Start Director + 213243@hsesinfo.org + Ms. + F213245 + L213245 + + 213245@hsesinfo.org + Ms. + F213241 + L213241 + + 213241@hsesinfo.org + 555-555-3241 + + + 11515 + 1851 + 13331 + 000 + 1999 + 2020-07-01 + + HS + Active + Harney ESD Region XVII + www.harneyesd.k12.or.us + 1851@hsesinfo.org + 25 Fairview Heights Loop + + Burns + OR + 97720-2324 + PO Box 460 + + Burns + OR + 97720-0460 + 25 Fairview Heights Loop + + Burns + OR + 97720-2324 + Ms. + F228633 + L228633 + + ESD Board Chair + 228633@hsesinfo.org + Ms. + F228634 + L228634 + + ESD Superintendent + 228634@hsesinfo.org + Mr. + F228636 + L228636 + + 228636@hsesinfo.org + Ms. + F228632 + L228632 + + 228632@hsesinfo.org + 555-555-8632 + + + 4444 + 2384 + 8495 + 000 + 1991 + 2013-11-01 + 2020-06-30 + HS + Inactive + Opportunities for Broome, Inc. + www.ofbonline.org + 2384@hsesinfo.org + 5 W. State Street + + Binghamton + NY + 13901 + 5 W. State Street + + Binghamton + NY + 13901 + 5 W. State Street + + Binghamton + NY + 13901 + Mr. + F41507 + L41507 + + Board Chairperson + 41507@hsesinfo.org + Mr. + F41506 + L41506 + + Chief Executive Officer + 41506@hsesinfo.org + Ms. + F41504 + L41504 + + 41504@hsesinfo.org + Mr. + F41502 + L41502 + + 41502@hsesinfo.org + 555-555-1502 x 5555 + + + 9968 + 1989 + 12078 + 200 + 2014 + 2019-07-01 + 2020-06-30 + EHS + Inactive + Yeled V'Yalda Early Childhood Center + http://www.yeled.org + 1989@hsesinfo.org + 1312-38th Street + + Brooklyn + NY + 11218 + 1312-38th Street + + Brooklyn + NY + 11218 + 1312-38th Street + + Brooklyn + NY + 11218 + Mr. + F218169 + L218169 + + Chairman of the Board of Directors + 218169@hsesinfo.org + Mr. + F218170 + L218170 + + + 218170@hsesinfo.org + Mrs. + F218172 + L218172 + + 218172@hsesinfo.org + Mr. + F218168 + L218168 + + 218168@hsesinfo.org + 555-555-8168 x 5555 + + + 4926 + 4932 + 8843 + 000 + 2014 + 2014-06-01 + 2019-11-30 + HS + Inactive + Rural Family Development + carrington@vacouncilofchurches.org + 4932@hsesinfo.org + 1214 W Graham Rd + Ste 3 + Richmond + VA + 23220-1400 + 1214 W Graham Rd + Ste 3 + Richmond + VA + 23220-1400 + 1214 W Graham Rd + Ste 3 + Richmond + VA + 23220-1400 + Ms. + F48435 + L48435 + + RFD Acting Board Chair + 48435@hsesinfo.org + Mrs. + F48436 + L48436 + + Interim Director + 48436@hsesinfo.org + Ms. + F48438 + L48438 + + 48438@hsesinfo.org + Ms. + F48434 + L48434 + + 48434@hsesinfo.org + 555-555-8434 + + + 4628 + 1038 + 8504 + 000 + 2014 + 2014-02-01 + 2019-01-31 + HS + Inactive + BEAR RIVER HEAD START + http://www.brheadstart.org + 1038@hsesinfo.org + 95 West 100 South + Suite 200 + Logan + UT + 84321-5811 + 95 West 100 South + Suite 200 + Logan + UT + 84321-5811 + 95 West 100 South + Suite 200 + Logan + UT + 84321-5811 + Mr. + F44164 + L44164 + + Boad Chair + 44164@hsesinfo.org + Ms. + F44167 + L44167 + + + 44167@hsesinfo.org + Ms. + F44163 + L44163 + + 44163@hsesinfo.org + Ms. + F44162 + L44162 + + 44162@hsesinfo.org + 555-555-4162 + + + 9137 + 8727 + 11444 + 005 + 2018 + 2018-08-01 + + HS + Active + Operation Breakthrough, Inc. + https://operationbreakthrough.org + 8727@hsesinfo.org + 3039 Troost Ave + + Kansas City + MO + 64109-1540 + 3039 Troost Ave + + Kansas City + MO + 64109-1540 + 3039 Troost Ave + + Kansas City + MO + 64109-1540 + Mr. + F212525 + L212525 + + + 212525@hsesinfo.org + Ms. + F212526 + L212526 + + + 212526@hsesinfo.org + + F212528 + L212528 + + 212528@hsesinfo.org + Mrs. + F212524 + L212524 + + 212524@hsesinfo.org + 555-555-2524 + + + 8987 + 833 + 11312 + 200 + 2013 + 2018-08-01 + + EHS + Active + PACT FOR WEST CENTRAL ILLINOIS + pactheadstart.com + 833@hsesinfo.org + 300 S Capitol Ave + + Mt Sterling + IL + 62353-1506 + P.O. Box 231 + 300 S. Capitol + Mt. Sterling + IL + 62353-0231 + 300 S Capitol Ave + + Mt Sterling + IL + 62353-1506 + Mrs. + F211465 + L211465 + + Board Chair + 211465@hsesinfo.org + Mrs. + F211466 + L211466 + + Executive Director + 211466@hsesinfo.org + Ms. + F211468 + L211468 + + 211468@hsesinfo.org + Mrs. + F211464 + L211464 + + 211464@hsesinfo.org + 555-555-1464 + + + 9982 + 5810 + 12072 + 200 + + 2019-07-01 + + EHS + Active + The Campagna Center, Inc. + www.campagnacenter.org + 5810@hsesinfo.org + 418 S Washington St + + Alexandria + VA + 22314-3630 + 418 S Washington St + + Alexandria + VA + 22314-3630 + 418 S Washington St + + Alexandria + VA + 22314-3630 + Ms. + F218267 + L218267 + + + 218267@hsesinfo.org + Dr. + F218268 + L218268 + + + 218268@hsesinfo.org + Mr. + F218270 + L218270 + + 218270@hsesinfo.org + Mrs. + F218266 + L218266 + + 218266@hsesinfo.org + 555-555-8266 + + + 9983 + 5811 + 12077 + 200 + + 2019-07-01 + + EHS + Active + Northern Panhandle Head Start, Inc. + www.npheadstart.org + 5811@hsesinfo.org + 1 Orchard Road, Suite 1 + + Wheeling + WV + 26003-6674 + 1 Orchard Road, Suite 1 + + Wheeling + WV + 26003-6674 + 1 Orchard Road, Suite 1 + + Wheeling + WV + 26003-6674 + Mr. + F218274 + L218274 + + President, Board of Directors + 218274@hsesinfo.org + Ms. + F218275 + L218275 + + Executive Director + 218275@hsesinfo.org + Ms. + F218277 + L218277 + + 218277@hsesinfo.org + Ms. + F218273 + L218273 + + 218273@hsesinfo.org + 555-555-8273 + + + 9984 + 5813 + 12066 + 200 + + 2019-07-01 + + EHS + Active + Parent-Child Development Corporation + www.pcdcva.org + 5813@hsesinfo.org + 602 Main Street + + West Point + VA + 23181 + 602 Main Street + + West Point + VA + 23181 + 602 Main Street + + West Point + VA + 23181 + Mrs. + F218281 + L218281 + + Board Chair + 218281@hsesinfo.org + Ms. + F218282 + L218282 + + Executive Director + 218282@hsesinfo.org + Mr. + F218284 + L218284 + + 218284@hsesinfo.org + Ms. + F218280 + L218280 + + 218280@hsesinfo.org + 555-555-8280 x 5555 + + + 925 + 953 + 4913 + 000 + 1991 + 1991-12-06 + + HS + Active + FCCA Twin Creeks Head Start + twincreeksheadstart.org + 953@hsesinfo.org + 378 Chestnut St + + Meadville + PA + 16335-3213 + 378 Chestnut St + + Meadville + PA + 16335-3213 + 378 Chestnut St + + Meadville + PA + 16335-3213 + Mr. + F16175 + L16175 + + Board President + 16175@hsesinfo.org + Mrs. + F16177 + L16177 + + Executive Director + 16177@hsesinfo.org + Ms. + F16174 + L16174 + + 16174@hsesinfo.org + Mrs. + F2718 + L2718 + + 2718@hsesinfo.org + 555-555-2718 + + + 8201 + 856 + 10635 + 000 + 1992 + 2016-07-01 + + HS + Active + Reach-Up, Inc. + http://www.reachupinc.org + 856@hsesinfo.org + 350 Highway 10 S + + Saint Cloud + MN + 56304-1244 + 350 Highway 10 S + + Saint Cloud + MN + 56304-1244 + 350 Highway 10 S + + Saint Cloud + MN + 56304-1244 + Ms. + F206522 + L206522 + + + 206522@hsesinfo.org + Dr. + F206523 + L206523 + + + 206523@hsesinfo.org + Ms. + F206525 + L206525 + + 206525@hsesinfo.org + Dr. + F206521 + L206521 + + 206521@hsesinfo.org + 555-555-6521 + + + 9509 + 8791 + 11724 + 200 + 2019 + 2019-03-01 + + EHS + Active + Champaign County + + 8791@hsesinfo.org + 1776 East Washington Street + + Urbana + IL + 61802-4578 + 1776 East Washington Street + + Urbana + IL + 61802-4578 + 1776 East Washington Street + + Urbana + IL + 61802-4578 + Mr. + F215060 + L215060 + + County Board Chair + 215060@hsesinfo.org + Dr. + F215061 + L215061 + + Chief Executive Officer + 215061@hsesinfo.org + Ms. + F215063 + L215063 + + 215063@hsesinfo.org + Mrs. + F215059 + L215059 + + 215059@hsesinfo.org + 555-555-5059 + + + 5259 + 3706 + 9106 + 005 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Santa Ana Unified School District + www.sausd.k12.ca.us + 3706@hsesinfo.org + 1629 S. Center St. + + Santa Ana + CA + 92704-4111 + 1629 S. Center St. + + Santa Ana + CA + 92704-4111 + 1629 S. Center St. + + Santa Ana + CA + 92704-4111 + Ms. + F53483 + L53483 + + Board President + 53483@hsesinfo.org + Dr. + F53487 + L53487 + + Deputy Superintendent Educational Services + 53487@hsesinfo.org + Ms. + F53486 + L53486 + + 53486@hsesinfo.org + Ms. + F53488 + L53488 + + 53488@hsesinfo.org + 555-555-3488 + + + 4996 + 1795 + 8898 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Long Beach Unified School District + www.lbschools.net + 1795@hsesinfo.org + 1260 East 33rd Street + + Signal Hill + CA + 90755 + 1260 East 33rd Street + + Signal Hill + CA + 90755 + 1260 East 33rd Street + + Signal Hill + CA + 90755 + Dr. + F49466 + L49466 + + Board President + 49466@hsesinfo.org + Mr. + F49463 + L49463 + + Superintendent + 49463@hsesinfo.org + Ms. + F49462 + L49462 + + 49462@hsesinfo.org + Dr. + F49461 + L49461 + + 49461@hsesinfo.org + 555-555-9461 + + + 3618 + 3431 + 7713 + 218 + 2011 + 2011-08-30 + + EHS + Active + Municipality of Manati + headstart_manati@yahoo.com + 3431@hsesinfo.org + Calle Baldorioty Corner Quinones St. + 10 Quiñones Street + Manati + PR + 00674-5013 + Calle Baldorioty Corner Quinones St. + 10 Quiñones Street + Manati + PR + 00674-5013 + Calle Baldorioty Corner Quinones St. + 10 Quiñones Street + Manati + PR + 00674-5013 + Mrs. + F32422 + L32422 + + President + 32422@hsesinfo.org + Hon. + F32419 + L32419 + A. + Mayor + 32419@hsesinfo.org + Mrs. + F32420 + L32420 + + 32420@hsesinfo.org + Mrs. + F32416 + L32416 + + 32416@hsesinfo.org + 555-555-2416 + + + 9619 + 218 + 11799 + 000 + 2014 + 2019-05-01 + + HS + Active + Worcester Public Schools - Child Development Head Start + http://headstart.worcesterschools.org + 218@hsesinfo.org + 770 Main Street + + Worcester + MA + 01610-3159 + 770 Main Street + + Worcester + MA + 01610-3159 + 770 Main Street + + Worcester + MA + 01610-3159 + Mr. + F215786 + L215786 + + Chairperson - School Board/Mayor, City of Worcester + 215786@hsesinfo.org + Mrs. + F215787 + L215787 + + Superintendent + 215787@hsesinfo.org + Ms. + F215789 + L215789 + + 215789@hsesinfo.org + Ms. + F215785 + L215785 + + 215785@hsesinfo.org + 555-555-5785 + + + 8115 + 8056 + 8690 + 236 + 2016 + 2017-02-01 + 2019-06-30 + EHS + Inactive + B'Above World Wide Institute, Inc + + 8056@hsesinfo.org + 134-11 Kew Gardens Road + + Richmond Hill + NY + 11418 + 134-11 Kew Gardens Road + + Richmond Hill + NY + 11418 + 134-11 Kew Gardens Road + + Richmond Hill + NY + 11418 + Mr. + F205964 + L205964 + + + 205964@hsesinfo.org + Rabbi + F205965 + L205965 + + + 205965@hsesinfo.org + Mr. + F205967 + L205967 + + 205967@hsesinfo.org + Rabbi + F205963 + L205963 + + 205963@hsesinfo.org + 555-555-5963 + + + 4693 + 3900 + 8675 + 021 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Hamilton-Madison House + http://www.hmhonline.org + 3900@hsesinfo.org + 50 Madison Street + + New York + NY + 10038-1891 + 50 Madison Street + + New York + NY + 10038-1891 + 50 Madison Street + + New York + NY + 10038-1891 + Mr. + F45601 + L45601 + + + 45601@hsesinfo.org + Ms. + F45599 + L45599 + + + 45599@hsesinfo.org + Ms. + F45598 + L45598 + + 45598@hsesinfo.org + Ms. + F45597 + L45597 + + 45597@hsesinfo.org + 555-555-5597 + + + 9482 + 8776 + 11704 + 200 + 2019 + 2019-03-01 + + EHS + Active + Metropolitan Area Advisory Committee on Anti-Poverty of San Diego County Inc. + 956 Vale Terrace + 8776@hsesinfo.org + 956 Vale Terrace Dr + + Vista + CA + 92084-5212 + 956 Vale Terrace Dr + + Vista + CA + 92084-5212 + 1355 Third Ave + + Chula Vista + CA + 91911 + Mr. + F214871 + L214871 + + Chairperson of the Board + 214871@hsesinfo.org + Mr. + F214872 + L214872 + + President /CEO + 214872@hsesinfo.org + Mrs. + F214874 + L214874 + + 214874@hsesinfo.org + Mrs. + F214870 + L214870 + + 214870@hsesinfo.org + 555-555-4870 x 5555 + + + 11516 + 2113 + 13327 + 000 + 1992 + 2020-07-01 + + HS + Active + Mt. Hood Community College + mhccheadstart.org + 2113@hsesinfo.org + 10100 NE Prescott St + + Portland + OR + 97220-3696 + 10100 NE Prescott St + + Portland + OR + 97220-3696 + 10100 NE Prescott St + + Portland + OR + 97220-3696 + Ms. + F228640 + L228640 + + Board Chair + 228640@hsesinfo.org + Ms. + F228641 + L228641 + + Executive Director + 228641@hsesinfo.org + Ms. + F228643 + L228643 + + 228643@hsesinfo.org + Ms. + F228639 + L228639 + + 228639@hsesinfo.org + 555-555-8639 + + + 11517 + 3219 + 13327 + 200 + 2001 + 2020-07-01 + + EHS + Active + Mt. Hood Community College + mhccheadstart.org + 3219@hsesinfo.org + 10100 NE Prescott St + + Portland + OR + 97220-3696 + 10100 NE Prescott St + + Portland + OR + 97220-3696 + 10100 NE Prescott St + + Portland + OR + 97220-3696 + Ms. + F228647 + L228647 + + Board Chair + 228647@hsesinfo.org + Ms. + F228648 + L228648 + + + 228648@hsesinfo.org + Ms. + F228650 + L228650 + + 228650@hsesinfo.org + Ms. + F228646 + L228646 + + 228646@hsesinfo.org + 555-555-8646 + + + 9138 + 8728 + 11444 + 205 + 2018 + 2018-08-01 + + EHS + Active + Operation Breakthrough, Inc. + https://operationbreakthrough.org + 8728@hsesinfo.org + 3039 Troost Ave + + Kansas City + MO + 64109-1540 + 3039 Troost Ave + + Kansas City + MO + 64109-1540 + 3039 Troost Ave + + Kansas City + MO + 64109-1540 + Mr. + F212532 + L212532 + + + 212532@hsesinfo.org + Ms. + F212533 + L212533 + + + 212533@hsesinfo.org + + F212535 + L212535 + + 212535@hsesinfo.org + Mrs. + F212531 + L212531 + + 212531@hsesinfo.org + 555-555-2531 + + + 8888 + 1384 + 11252 + 000 + 2013 + 2018-07-01 + + HS + Active + Clay County Child Care Center + www.claycountychildcare.com + 1384@hsesinfo.org + 314 Court Street + N/A + Clay Center + KS + 67432-2420 + 314 Court Street + N/A + Clay Center + KS + 67432-2420 + 314 Court Street + N/A + Clay Center + KS + 67432-2420 + Mrs. + F210737 + L210737 + N/A + President of the Board + 210737@hsesinfo.org + Mrs. + F210738 + L210738 + N/A + + 210738@hsesinfo.org + Ms. + F210740 + L210740 + N/A + 210740@hsesinfo.org + Mrs. + F210736 + L210736 + N/A + 210736@hsesinfo.org + 555-555-0736 + + + 1367 + 2905 + 2860 + 000 + 2013 + 2013-06-26 + 2019-01-31 + HS + Inactive + Y.M. & Y.W.H.A. of Williamsburg, Inc. + williamsburgy.org + 2905@hsesinfo.org + 64 Division Ave + + Brooklyn + NY + 11249-6660 + 64 Division Ave + + Brooklyn + NY + 11249-6660 + 64 Division Ave + + Brooklyn + NY + 11249-6660 + Mr. + F39927 + L39927 + + President + 39927@hsesinfo.org + Ms. + F39925 + L39925 + + + 39925@hsesinfo.org + Mrs. + F39924 + L39924 + + 39924@hsesinfo.org + Ms. + F36180 + L36180 + + 36180@hsesinfo.org + 555-555-6180 + + + 11102 + 4470 + 13031 + 001 + 2013 + 2020-02-01 + + HS + Active + Catholic Charities + ccdocle.org/headstart + 4470@hsesinfo.org + 7911 Detroit Ave + + Cleveland + OH + 44102-2815 + 7911 Detroit Ave + + Cleveland + OH + 44102-2815 + 7911 Detroit Ave + + Cleveland + OH + 44102-2815 + Ms. + F225956 + L225956 + + + 225956@hsesinfo.org + Mr. + F225954 + L225954 + + + 225954@hsesinfo.org + + F225957 + L225957 + + 225957@hsesinfo.org + Mrs. + F225953 + L225953 + + 225953@hsesinfo.org + 555-555-5953 + + + 10616 + 6229 + 12616 + 200 + + 2019-09-01 + + AIAN EHS + Active + Fort Belknap Indian Community + + 6229@hsesinfo.org + FT BELKNAP AGENCY + 656 Agency Main Street + Harlem + MT + 59526 + 163 White Clay Avenue + 163 White Clay Avenue + Hays + MT + 59527 + 656 Agency Main St + Fort Belknap Agency + Harlem + MT + 59526-9455 + Mr. + F222647 + L222647 + + President, Fort Belknap Indian Community + 222647@hsesinfo.org + Ms. + F222648 + L222648 + + Chief Administrative Officer + 222648@hsesinfo.org + Ms. + F222650 + L222650 + + 222650@hsesinfo.org + Ms. + F222646 + L222646 + + 222646@hsesinfo.org + 555-555-2646 + + + 8334 + 3776 + 10699 + 001 + + 2016-07-01 + + HS + Active + Spanish Speaking Unity Council + http://www.unitycouncil.org + 3776@hsesinfo.org + 1155 35th Ave + + Oakland + CA + 94601-3426 + 1155 35th Ave + + Oakland + CA + 94601-3426 + 1155 35th Ave + + Oakland + CA + 94601-3426 + Mr. + F207478 + L207478 + + Chairperson of the Board of Directors + 207478@hsesinfo.org + Mr. + F207479 + L207479 + + CEO + 207479@hsesinfo.org + Ms. + F207481 + L207481 + + 207481@hsesinfo.org + Mr. + F207477 + L207477 + + 207477@hsesinfo.org + 555-555-7477 + + + 9985 + 916 + 12055 + 000 + 1992 + 2019-07-01 + + HS + Active + YADKIN VALLEY ECONOMIC DEVELOPMENT DISTRICT, INC + www.yveddi.com + 916@hsesinfo.org + 533 N Carolina Avenue, Hwy 601 N + + Boonville + NC + 27011 + P.O. Box 309 + + Boonville + NC + 27011-0309 + 533 N Carolina Avenue, Hwy 601 N + + Boonville + NC + 27011 + Mr. + F218288 + L218288 + + Board Chair + 218288@hsesinfo.org + Mrs. + F218289 + L218289 + + Executive Director + 218289@hsesinfo.org + Mr. + F218291 + L218291 + + 218291@hsesinfo.org + Ms. + F218287 + L218287 + + 218287@hsesinfo.org + 555-555-8287 x 5555 + + + 9986 + 5814 + 12076 + 200 + + 2019-07-01 + + EHS + Active + Georgia Department of Early Care and Learning + www.decal.ga.gov + 5814@hsesinfo.org + 2 Martin Luther King Jr. Dr., SE + Suite 754, East Tower + Atlanta + GA + 30334-9000 + 2 Martin Luther King Jr Dr SE + Ste 754, East Tower + Atlanta + GA + 30334-9000 + 2 Martin Luther King Jr Dr SE + Ste 754, East Tower + Atlanta + GA + 30334-9000 + Ms. + F218295 + L218295 + + Commissioner + 218295@hsesinfo.org + Dr. + F218296 + L218296 + + Deputy Commissioner + 218296@hsesinfo.org + Ms. + F218298 + L218298 + + 218298@hsesinfo.org + Ms. + F218294 + L218294 + + 218294@hsesinfo.org + 555-555-8294 + + + 2982 + 2867 + 6642 + 200 + 2013 + 2013-07-02 + 2019-06-30 + Migrant EHS + Inactive + Tri-Valley Opportunity Council, Inc. + http://www.tvoc.org + 2867@hsesinfo.org + 102 North Broadway + PO Box 607 + Crookston + MN + 56716 + 102 North Broadway + PO Box 607 + Crookston + MN + 56716 + 102 North Broadway + PO Box 607 + Crookston + MN + 56716 + Mr. + F38366 + L38366 + + Chairperson + 38366@hsesinfo.org + Mr. + F38364 + L38364 + + + 38364@hsesinfo.org + Ms. + F38363 + L38363 + + 38363@hsesinfo.org + Ms. + F38362 + L38362 + + 38362@hsesinfo.org + 555-555-8362 + + + 10503 + 9037 + 12494 + 000 + 2019 + 2019-09-01 + + HS + Active + CDI HS/Mid-Cumberland, TN + www.cdiheadstart.org + 9037@hsesinfo.org + 412 E Vine St + + Murfreesboro + TN + 37130-4227 + PO Box 331437 + + Murfreesboro + TN + 37133-1437 + 412 E Vine St + + Murfreesboro + TN + 37130-4227 + Mr. + F221864 + L221864 + + Chief Executive Officer + 221864@hsesinfo.org + Ms. + F221862 + L221862 + + Executive Director + 221862@hsesinfo.org + + F221865 + L221865 + + 221865@hsesinfo.org + Ms. + F221861 + L221861 + + 221861@hsesinfo.org + 555-555-1861 + + + 9987 + 5815 + 12050 + 200 + + 2019-07-01 + + EHS + Active + Delta Health Alliance, Inc. + deltahealthalliance.org + 5815@hsesinfo.org + 435 Stoneville Rd + + Leland + MS + 38756-9569 + PO Box 277 + + Stoneville + MS + 38776-0277 + 435 Stoneville Rd + + Leland + MS + 38756-9569 + Mr. + F218302 + L218302 + + Board Chair + 218302@hsesinfo.org + Dr. + F218303 + L218303 + + CEO + 218303@hsesinfo.org + Mrs. + F218305 + L218305 + + 218305@hsesinfo.org + Mrs. + F218301 + L218301 + + 218301@hsesinfo.org + 555-555-8301 + + + 9988 + 5818 + 12062 + 200 + + 2019-07-01 + + EHS + Active + Early Learning Coalition of Palm Beach County, Inc. + www.elcpalmbeach.org + 5818@hsesinfo.org + 2300 High Ridge Road, Suite 115 + + Boynton Beach + FL + 33426-8795 + 2300 High Ridge Road, Suite 115 + + Boynton Beach + FL + 33426-8795 + 2300 High Ridge Road, Suite 115 + + Boynton Beach + FL + 33426-8795 + Mr. + F218309 + L218309 + . + Board Chair + 218309@hsesinfo.org + Mr. + F218310 + L218310 + + CEO + 218310@hsesinfo.org + Mr. + F218312 + L218312 + + 218312@hsesinfo.org + Ms. + F218308 + L218308 + + 218308@hsesinfo.org + 555-555-8308 + + + 10504 + 9038 + 12494 + 200 + 2019 + 2019-09-01 + + EHS + Active + CDI HS/Mid-Cumberland, TN + www.cdiheadstart.org + 9038@hsesinfo.org + 412 E Vine St + + Murfreesboro + TN + 37130-4227 + PO Box 331437 + + Murfreesboro + TN + 37133-1437 + 412 E Vine St + + Murfreesboro + TN + 37130-4227 + Mr. + F221870 + L221870 + + Chief Executive Officer + 221870@hsesinfo.org + Ms. + F221868 + L221868 + + Executive Director + 221868@hsesinfo.org + + F221871 + L221871 + + 221871@hsesinfo.org + Ms. + F221867 + L221867 + + 221867@hsesinfo.org + 555-555-1867 + + + 9990 + 685 + 12057 + 000 + 2013 + 2019-07-01 + + HS + Active + WARREN COUNTY COMMUNITY SERVICES, INC + http://www.wccsi.org + 685@hsesinfo.org + 570 North State Route 741 + + Lebanon + OH + 45036-8839 + 570 North State Route 741 + + Lebanon + OH + 45036-8839 + 570 North State Route 741 + + Lebanon + OH + 45036-8839 + Mr. + F218323 + L218323 + + Board President + 218323@hsesinfo.org + Mr. + F218324 + L218324 + + CEO/Executive Director + 218324@hsesinfo.org + Ms. + F218326 + L218326 + + 218326@hsesinfo.org + Ms. + F218322 + L218322 + + 218322@hsesinfo.org + 555-555-8322 + + + 10704 + 1188 + 12706 + 000 + 1992 + 2019-11-01 + + Migrant HS + Active + East Coast Migrant Head Start Project + http://www.ecmhsp.org + 1188@hsesinfo.org + 2301 Sugar Bush Rd + Ste 400 + Raleigh + NC + 27612-2957 + 2301 Sugar Bush Rd + Ste 400 + Raleigh + NC + 27612-2957 + 2301 Sugar Bush Rd + Ste 400 + Raleigh + NC + 27612-2957 + Dr. + F223257 + L223257 + + President, ECMHSP Board of Directors + 223257@hsesinfo.org + Ms. + F223258 + L223258 + + Chief Executive Officer + 223258@hsesinfo.org + Ms. + F223260 + L223260 + + 223260@hsesinfo.org + Mr. + F223256 + L223256 + + 223256@hsesinfo.org + 555-555-3256 x 5555 + + + 10705 + 3602 + 12709 + 001 + 2013 + 2019-11-01 + + Migrant HS + Active + ECMHSP - Virginia Direct Services + www.ecmhsp.org + 3602@hsesinfo.org + 20344 Lankford Hwy + + Parksley + VA + 23421-3746 + PO Box 497 + + Parksley + VA + 23421-0497 + 20344 Lankford Hwy + + Parksley + VA + 23421-3746 + Dr. + F223264 + L223264 + + President, ECMHSP Board of Directors + 223264@hsesinfo.org + Dr. + F223265 + L223265 + + Chief Executive Officer + 223265@hsesinfo.org + Ms. + F223267 + L223267 + + 223267@hsesinfo.org + Ms. + F223263 + L223263 + + 223263@hsesinfo.org + 555-555-3263 + + + 4506 + 1265 + 8491 + 000 + 2013 + 2013-11-29 + 2018-11-30 + HS + Inactive + Options for Learning + Optionsforlearning.org + 1265@hsesinfo.org + 885 So. Village Oaks Drive + + Covina, + CA + 91724-3615 + 885 So. Village Oaks Drive + + Covina, + CA + 91724-3615 + 885 So. Village Oaks Drive + + Covina, + CA + 91724-3615 + Mr. + F42444 + L42444 + + Chairperson, Board of Directors + 42444@hsesinfo.org + Mr. + F42446 + L42446 + + Executive Director + 42446@hsesinfo.org + Mrs. + F42445 + L42445 + + 42445@hsesinfo.org + Mrs. + F42441 + L42441 + + 42441@hsesinfo.org + 555-555-2441 + + + 11103 + 6805 + 13031 + 201 + + 2020-02-01 + + EHS + Active + Catholic Charities + ccdocle.org/headstart + 6805@hsesinfo.org + 7911 Detroit Ave + + Cleveland + OH + 44102-2815 + 7911 Detroit Ave + + Cleveland + OH + 44102-2815 + 7911 Detroit Ave + + Cleveland + OH + 44102-2815 + Ms. + F225962 + L225962 + + + 225962@hsesinfo.org + Mr. + F225960 + L225960 + + + 225960@hsesinfo.org + + F225963 + L225963 + + 225963@hsesinfo.org + Mrs. + F225959 + L225959 + + 225959@hsesinfo.org + 555-555-5959 + + + 8666 + 8529 + 11042 + 000 + 2017 + 2017-07-01 + + HS + Active + Municipio de San German + CCORDOVA@MUNICIPIODESANGERMAN.COM + 8529@hsesinfo.org + 23 Ave Dr Jw Harris + Interseccion Calle Concepcion + San German + PR + 00683-4032 + PO Box 85 + + San German + PR + 00683-0085 + 23 Ave Dr Jw Harris + Interseccion Calle Concepcion + San German + PR + 00683-4032 + Hon. + F209171 + L209171 + + + 209171@hsesinfo.org + Mrs. + F209172 + L209172 + + + 209172@hsesinfo.org + Mrs. + F209174 + L209174 + + 209174@hsesinfo.org + Mrs. + F209170 + L209170 + + 209170@hsesinfo.org + 555-555-9170 + + + 5940 + 5947 + 9676 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Charleston County First Steps + www.charlestonfirststeps.org + 5947@hsesinfo.org + 4975 Lacross Rd + Ste 100 + North Charleston + SC + 29406-6524 + 4975 Lacross Rd + Ste 100 + North Charleston + SC + 29406-6524 + 4975 Lacross Rd + Ste 100 + North Charleston + SC + 29406-6524 + Judge + F106174 + L106174 + + Board Chair + 106174@hsesinfo.org + Mrs. + F106175 + L106175 + + Executive Director + 106175@hsesinfo.org + Ms. + F106177 + L106177 + + 106177@hsesinfo.org + Mrs. + F106173 + L106173 + + 106173@hsesinfo.org + 555-555-6173 x 5555 + + + 8636 + 2886 + 11026 + 000 + 2012 + 2017-06-01 + + HS + Active + Hampton Roads Community Action Program, Inc. + www.hrcapinc.org + 2886@hsesinfo.org + 2410 Wickham Avenue + + Newport News + VA + 23607-4628 + 2410 Wickham Avenue + + Newport News + VA + 23607-4628 + 2410 Wickham Avenue + + Newport News + VA + 23607-4628 + Ms. + F208963 + L208963 + + Chairperson, Board of Directors + 208963@hsesinfo.org + Ms. + F208964 + L208964 + + Executive Director + 208964@hsesinfo.org + Mrs. + F208966 + L208966 + + 208966@hsesinfo.org + Mrs. + F208962 + L208962 + + 208962@hsesinfo.org + 555-555-8962 + + + 5158 + 777 + 8959 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + SULPHUR SPRINGS INDEPENDENT SCHOOL DISTRICT + http://www.ssisd.net + 777@hsesinfo.org + 600 Calvert St + + Sulphur Springs + TX + 75482-3236 + 600 Calvert St + + Sulphur Springs + TX + 75482-3236 + 631 Connally St + + Sulphur Springs + TX + 75482-2401 + Mrs. + F52094 + L52094 + + School Board/Governing Body President + 52094@hsesinfo.org + Mr. + F52093 + L52093 + + Superintendent of Schools + 52093@hsesinfo.org + Ms. + F52092 + L52092 + + 52092@hsesinfo.org + Mrs. + F52089 + L52089 + + 52089@hsesinfo.org + 555-555-2089 x 5555 + + + 5986 + 5993 + 9586 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Sunrise Children's Foundation + www.sunrisechildren.org + 5993@hsesinfo.org + 2795 E Desert Inn Rd + Ste 200 + Las Vegas + NV + 89121-3635 + 2795 E Desert Inn Rd + Ste 200 + Las Vegas + NV + 89121-3635 + 2795 E Desert Inn Rd + Ste 200 + Las Vegas + NV + 89121-3635 + Mrs. + F106542 + L106542 + Dr + Chair, SCF Board of Directors + 106542@hsesinfo.org + Mr. + F106543 + L106543 + + Executive Director + 106543@hsesinfo.org + Ms. + F106545 + L106545 + + 106545@hsesinfo.org + Ms. + F106541 + L106541 + + 106541@hsesinfo.org + 555-555-6541 x 5555 + + + 4502 + 1348 + 8530 + 000 + 2013 + 2013-11-29 + 2019-06-30 + HS + Inactive + Delta Community Action Foundation, Inc. + www.deltacommunityaction.org + 1348@hsesinfo.org + 308 SW 2nd Street + + Lindsay + OK + 73052-5404 + 308 SW 2nd Street + + Lindsay + OK + 73052-5404 + 308 SW 2nd Street + + Lindsay + OK + 73052-5404 + Mr. + F42411 + L42411 + + Board Chairperson + 42411@hsesinfo.org + Mrs. + F42408 + L42408 + + Executive Director + 42408@hsesinfo.org + Mrs. + F42407 + L42407 + + 42407@hsesinfo.org + Mrs. + F42406 + L42406 + + 42406@hsesinfo.org + 555-555-2406 + + + 4730 + 3961 + 8712 + 058 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + HELP Day Care Corporation + helpusa.org + 3961@hsesinfo.org + 115 E 13th St + + New York + NY + 10003-5305 + 115 E 13th St + + New York + NY + 10003-5305 + 115 E 13th St + + New York + NY + 10003-5305 + Dr. + F45861 + L45861 + M + President + 45861@hsesinfo.org + Dr. + F45859 + L45859 + M + + 45859@hsesinfo.org + Ms. + F45858 + L45858 + F + 45858@hsesinfo.org + Ms. + F45856 + L45856 + F + 45856@hsesinfo.org + 555-555-5856 x 5555 + + + 8365 + 2620 + 10715 + 200 + 2011 + 2016-09-01 + + AIAN EHS + Active + GILA RIVER INDIAN COMMUNITY + www.gilariver.org + 2620@hsesinfo.org + 112 West Seed Farm Road + + Sacaton + AZ + 85147 + 112 West Seed Farm Road + + Sacaton + AZ + 85147 + 112 West Seed Farm Road + + Sacaton + AZ + 85147 + Gov. + F207704 + L207704 + + Governor + 207704@hsesinfo.org + Mr. + F207705 + L207705 + + Director of Tribal Education + 207705@hsesinfo.org + Ms. + F207707 + L207707 + + 207707@hsesinfo.org + Mrs. + F207703 + L207703 + + 207703@hsesinfo.org + 555-555-7703 x 5555 + + + 8392 + 8282 + 10808 + 000 + 2016 + 2016-11-01 + + HS + Active + REGION VII EDUCATION SERVICE CENTER + www.esc7.net + 8282@hsesinfo.org + 1909 N Longview St + + Kilgore + TX + 75662-6827 + 1909 N Longview St + + Kilgore + TX + 75662-6827 + 1909 N Longview St + + Kilgore + TX + 75662-6827 + Mr. + F207918 + L207918 + + Chairman + 207918@hsesinfo.org + Mr. + F207919 + L207919 + + Executive Director + 207919@hsesinfo.org + Mrs. + F207921 + L207921 + + 207921@hsesinfo.org + Mrs. + F207917 + L207917 + + 207917@hsesinfo.org + 555-555-7917 + + + 8862 + 3652 + 11232 + 002 + 2013 + 2018-07-01 + + HS + Active + Mile High Montessori Early Learning Centers + http://www.milehighmontessori.org + 3652@hsesinfo.org + 1780 Marion Street + + Denver + CO + 80218-1121 + 1780 Marion Street + + Denver + CO + 80218-1121 + 1780 Marion Street + + Denver + CO + 80218-1121 + Ms. + F210556 + L210556 + + Board of Directors Chair + 210556@hsesinfo.org + Ms. + F210557 + L210557 + + + 210557@hsesinfo.org + Ms. + F210559 + L210559 + + 210559@hsesinfo.org + Ms. + F210555 + L210555 + + 210555@hsesinfo.org + 555-555-0555 + + + 11357 + 268 + 13231 + 000 + 1989 + 2020-06-01 + + HS + Active + Community Action Partnership of Strafford County + www.straffordcap.org + 268@hsesinfo.org + 577 Central Ave + Ste 10 + Dover + NH + 03820-3424 + 577 Central Ave + Ste 10 + Dover + NH + 03820-3424 + 577 Central Ave + Ste 10 + Dover + NH + 03820-3424 + Ms. + F227564 + L227564 + + Board Chair + 227564@hsesinfo.org + Ms. + F227565 + L227565 + + Chief Executive Officer + 227565@hsesinfo.org + Ms. + F227567 + L227567 + + 227567@hsesinfo.org + Ms. + F227563 + L227563 + + 227563@hsesinfo.org + 555-555-7563 x 5555 + + + 8678 + 3102 + 11053 + 000 + 2012 + 2017-07-01 + + HS + Active + Young Men's Christian Association of Frederick County + www.frederickymca.org + 3102@hsesinfo.org + 1000 N Market St + + Frederick + MD + 21701-4628 + 801 N East St + Ste 6A + Frederick + MD + 21701-4652 + 801 N East St + Ste 6A + Frederick + MD + 21701-4652 + Mr. + F209255 + L209255 + + Chairman BoD YMCA of Frederick County + 209255@hsesinfo.org + Ms. + F209256 + L209256 + + CEO + 209256@hsesinfo.org + Mrs. + F209258 + L209258 + + 209258@hsesinfo.org + Mrs. + F209254 + L209254 + + 209254@hsesinfo.org + 555-555-9254 x 5555 + + + 8230 + 8162 + 10615 + 200 + 2016 + 2016-07-01 + + EHS + Active + Child Crisis Arizona + childcrisisaz.org + 8162@hsesinfo.org + 817 N Country Club Dr + + Mesa + AZ + 85201-4105 + 402 N 24th St + + Phoenix + AZ + 85008-6014 + 817 N Country Club Dr + + Mesa + AZ + 85201-4105 + Mr. + F206725 + L206725 + + Board Chair + 206725@hsesinfo.org + Ms. + F206726 + L206726 + + CEO + 206726@hsesinfo.org + + F206728 + L206728 + + 206728@hsesinfo.org + Ms. + F206724 + L206724 + + 206724@hsesinfo.org + 555-555-6724 + + + 9692 + 2728 + 11851 + 200 + 2011 + 2019-06-01 + + EHS + Active + COMMUNITY PROGRESS COUNCIL, INC. + www.yorkcpc.org + 2728@hsesinfo.org + 226 East College Avenue + + York + PA + 17403 + 226 East College Avenue + + York + PA + 17403 + 226 East College Avenue + + York + PA + 17403 + Atty. + F216265 + L216265 + + President, Community Progress Council Board of Directors + 216265@hsesinfo.org + Ms. + F216266 + L216266 + + + 216266@hsesinfo.org + Ms. + F216268 + L216268 + + 216268@hsesinfo.org + Ms. + F216264 + L216264 + + 216264@hsesinfo.org + 555-555-6264 + + + 8214 + 1817 + 10611 + 000 + 1992 + 2016-07-01 + + HS + Active + Clinton County Community Action Program, Inc. + Clintoncap.org + 1817@hsesinfo.org + 789 N Nelson Ave + + Wilmington + OH + 45177-8348 + PO Box 32 + + Wilmington + OH + 45177-0032 + 789 N Nelson Ave + + Wilmington + OH + 45177-8348 + Mr. + F206613 + L206613 + + Board Of Trustees President + 206613@hsesinfo.org + Mrs. + F206614 + L206614 + + Executive Director + 206614@hsesinfo.org + Mr. + F206616 + L206616 + . + 206616@hsesinfo.org + Mr. + F206612 + L206612 + . + 206612@hsesinfo.org + 555-555-6612 + + + 9557 + 1441 + 11773 + 000 + 2014 + 2019-04-01 + + HS + Active + Minnesota Valley Action Council, Inc. + http://www.mnvac.org + 1441@hsesinfo.org + 706 N Victory Dr + + Mankato + MN + 56001-6803 + 706 N Victory Dr + + Mankato + MN + 56001-6803 + 706 N Victory Dr + + Mankato + MN + 56001-6803 + Mr. + F215396 + L215396 + + Board President + 215396@hsesinfo.org + Ms. + F215397 + L215397 + + + 215397@hsesinfo.org + Ms. + F215399 + L215399 + + 215399@hsesinfo.org + Ms. + F215395 + L215395 + + 215395@hsesinfo.org + 555-555-5395 x 5555 + + + 4779 + 2445 + 8571 + 000 + 2014 + 2014-04-01 + 2019-06-30 + HS + Inactive + Fredericksburg City School District + http://www.cityschools.com + 2445@hsesinfo.org + 210 Ferdinand St + + Fredericksburg + VA + 22401-6115 + 210 Ferdinand St + + Fredericksburg + VA + 22401-6115 + 210 Ferdinand St + + Fredericksburg + VA + 22401-6115 + Ms. + F46527 + L46527 + + School Board Chairperson + 46527@hsesinfo.org + Dr. + F46525 + L46525 + + Superintendent of Schools + 46525@hsesinfo.org + Ms. + F46524 + L46524 + + 46524@hsesinfo.org + Dr. + F46523 + L46523 + + 46523@hsesinfo.org + 555-555-6523 x 5555 + + + 4945 + 1982 + 8896 + 000 + 2005 + 2014-07-01 + 2019-06-30 + HS + Inactive + Merced County Superintendent of Schools + http://www.mcoe.org/deptprog/earlyed/HeadStart/Pages/default.aspx + 1982@hsesinfo.org + 632 W 13th St + + Merced + CA + 95341-5908 + 632 W 13th St + + Merced + CA + 95341-5908 + 2130 Cooper Ave + + Merced + CA + 95348-4304 + Dr. + F48740 + L48740 + + Superintendent + 48740@hsesinfo.org + Ms. + F48744 + L48744 + + + 48744@hsesinfo.org + Ms. + F48741 + L48741 + + 48741@hsesinfo.org + Ms. + F48739 + L48739 + + 48739@hsesinfo.org + 555-555-8739 x 5555 + + + 4811 + 4815 + 8755 + 000 + 2014 + 2014-04-01 + 2019-03-31 + HS + Inactive + Mission Neighborhood Centers, Inc. + www.mncsf.org + 4815@hsesinfo.org + 362 Capp Street + + San Francisco + CA + 94110-1808 + 362 Capp Street + + San Francisco + CA + 94110-1808 + 362 Capp Street + + San Francisco + CA + 94110-1808 + Ms. + F46766 + L46766 + + President + 46766@hsesinfo.org + Mr. + F46767 + L46767 + + Executive Director + 46767@hsesinfo.org + Ms. + F46769 + L46769 + + 46769@hsesinfo.org + Ms. + F46765 + L46765 + + 46765@hsesinfo.org + 555-555-6765 x 5555 + + + 6545 + 1436 + 10068 + 000 + 1997 + 2015-07-01 + + HS + Active + Portage Private Industry Council, Inc. + portagelearningcenters.com + 1436@hsesinfo.org + 145 N Chestnut St + + Ravenna + OH + 44266-2293 + 145 N Chestnut St + + Ravenna + OH + 44266-2293 + 145 N Chestnut St + + Ravenna + OH + 44266-2293 + Ms. + F201485 + L201485 + + Chairman + 201485@hsesinfo.org + Ms. + F201486 + L201486 + + Executive Director + 201486@hsesinfo.org + Ms. + F201488 + L201488 + + 201488@hsesinfo.org + Ms. + F201484 + L201484 + + 201484@hsesinfo.org + 555-555-1484 + + + 9264 + 2054 + 11531 + 200 + 2014 + 2019-01-01 + + EHS + Active + FRIENDS OF CHILDREN & FAMILIES, INC + http://www.focaf.org + 2054@hsesinfo.org + 4709 West Camas Street + + Boise + ID + 83705-5832 + 4709 West Camas Street + + Boise + ID + 83705-5832 + 4709 West Camas Street + + Boise + ID + 83705-5832 + Dr. + F213392 + L213392 + + Board Chair + 213392@hsesinfo.org + Mrs. + F213393 + L213393 + + Executive Director + 213393@hsesinfo.org + Ms. + F213395 + L213395 + + 213395@hsesinfo.org + Mrs. + F213391 + L213391 + + 213391@hsesinfo.org + 555-555-3391 x 5555 + + + 4812 + 4816 + 8755 + 200 + 2014 + 2014-04-01 + 2019-03-31 + EHS + Inactive + Mission Neighborhood Centers, Inc. + www.mncsf.org + 4816@hsesinfo.org + 362 Capp Street + + San Francisco + CA + 94110-1808 + 362 Capp Street + + San Francisco + CA + 94110-1808 + 362 Capp Street + + San Francisco + CA + 94110-1808 + Ms. + F46774 + L46774 + + President + 46774@hsesinfo.org + Mr. + F46775 + L46775 + + Executive Director + 46775@hsesinfo.org + Ms. + F46777 + L46777 + + 46777@hsesinfo.org + Ms. + F46773 + L46773 + + 46773@hsesinfo.org + 555-555-6773 x 5555 + + + 8566 + 8445 + 10980 + 200 + 2017 + 2017-03-01 + + EHS + Active + Chicago Commons Association + www.chicagocommons.org + 8445@hsesinfo.org + 515 E 50th St Ste 200 + + Chicago + IL + 60615-2401 + 515 E 50th St Ste 200 + + Chicago + IL + 60615-2401 + 515 E 50th St Ste 200 + + Chicago + IL + 60615-2401 + Mr. + F208685 + L208685 + + Board Chair + 208685@hsesinfo.org + Mr. + F208686 + L208686 + + President and CEO + 208686@hsesinfo.org + Ms. + F208688 + L208688 + + 208688@hsesinfo.org + Mrs. + F208684 + L208684 + + 208684@hsesinfo.org + 555-555-8684 + + + 5112 + 1247 + 8818 + 000 + 2014 + 2014-07-10 + 2019-03-31 + HS + Inactive + Arrowhead Economic Opportunity Agency, Inc. + http://www.aeoa.org + 1247@hsesinfo.org + 702 South 3rd Avenue + + Virginia + MN + 55792-2775 + 702 South 3rd Avenue + + Virginia + MN + 55792-2775 + 702 South 3rd Avenue + + Virginia + MN + 55792-2775 + Mr. + F51754 + L51754 + + Board Chair + 51754@hsesinfo.org + Mr. + F51756 + L51756 + + Executive Director + 51756@hsesinfo.org + Ms. + F51753 + L51753 + + 51753@hsesinfo.org + Mr. + F51751 + L51751 + III + 51751@hsesinfo.org + 555-555-1751 + + + 5113 + 1246 + 8818 + 200 + 2014 + 2014-07-01 + 2019-03-31 + EHS + Inactive + Arrowhead Economic Opportunity Agency, Inc. + http://www.aeoa.org + 1246@hsesinfo.org + 702 South 3rd Avenue + + Virginia + MN + 55792-2775 + 702 South 3rd Avenue + + Virginia + MN + 55792-2775 + 702 South 3rd Avenue + + Virginia + MN + 55792-2775 + Mr. + F51761 + L51761 + + Board Chair + 51761@hsesinfo.org + Mr. + F51763 + L51763 + + Executive Director + 51763@hsesinfo.org + Ms. + F51762 + L51762 + + 51762@hsesinfo.org + Mr. + F51758 + L51758 + III + 51758@hsesinfo.org + 555-555-1758 + + + 11358 + 269 + 13231 + 200 + 2000 + 2020-06-01 + + EHS + Active + Community Action Partnership of Strafford County + www.straffordcap.org + 269@hsesinfo.org + 577 Central Ave + Ste 10 + Dover + NH + 03820-3424 + 577 Central Ave + Ste 10 + Dover + NH + 03820-3424 + 577 Central Ave + Ste 10 + Dover + NH + 03820-3424 + Ms. + F227571 + L227571 + + Board Chair + 227571@hsesinfo.org + Ms. + F227572 + L227572 + + Chief Executive Officer + 227572@hsesinfo.org + Ms. + F227574 + L227574 + + 227574@hsesinfo.org + Ms. + F227570 + L227570 + + 227570@hsesinfo.org + 555-555-7570 x 5555 + + + 8174 + 8106 + 10553 + 200 + 2016 + 2016-05-01 + + EHS + Active + The Leaguers + leaguers.org + 8106@hsesinfo.org + 405-425 University Avenue + + Newark + NJ + 07102 + 405-425 University Avenue + + Newark + NJ + 07102 + 405-425 University Avenue + + Newark + NJ + 07102 + Ms. + F206333 + L206333 + + Board Chairperson + 206333@hsesinfo.org + Ms. + F206334 + L206334 + + CEO/Executive Director + 206334@hsesinfo.org + Ms. + F206336 + L206336 + + 206336@hsesinfo.org + Ms. + F206332 + L206332 + + 206332@hsesinfo.org + 555-555-6332 + + + 4684 + 3885 + 8666 + 012 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Sharon Baptist Head Start Board of Directors Inc + http://www.sharonbaptistheadstart.org + 3885@hsesinfo.org + 1925 Bathgate Avenue + + Bronx + NY + 10457-4404 + 1925 Bathgate Avenue + + Bronx + NY + 10457-4404 + 1925 Bathgate Avenue + + Bronx + NY + 10457-4404 + Mr. + F45537 + L45537 + + Board Chairperson + 45537@hsesinfo.org + Ms. + F45539 + L45539 + + + 45539@hsesinfo.org + Mr. + F45538 + L45538 + + 45538@hsesinfo.org + Ms. + F45534 + L45534 + + 45534@hsesinfo.org + 555-555-5534 + + + 11360 + 1801 + 13234 + 000 + 1992 + 2020-06-01 + + AIAN HS + Active + Grand Traverse Band of Ottawa & Chippewa Indians + gtbindians.org + 1801@hsesinfo.org + 2605 N West Bay Shore Dr + + Peshawbestown + MI + 49682-9275 + 2605 N West Bay Shore Dr + + Peshawbestown + MI + 49682-9275 + 2605 N West Bay Shore Dr + + Peshawbestown + MI + 49682-9275 + Mr. + F227585 + L227585 + + GTB Tribal Chairman + 227585@hsesinfo.org + Ms. + F227586 + L227586 + + GTB Tribal Manager + 227586@hsesinfo.org + Ms. + F227588 + L227588 + + 227588@hsesinfo.org + Ms. + F227584 + L227584 + + 227584@hsesinfo.org + 555-555-7584 + + + 9028 + 8700 + 11335 + 000 + 2018 + 2018-08-01 + + HS + Active + Easter Seals Serving DC|MD|VA + + 8700@hsesinfo.org + 1420 Spring St + + Silver Spring + MD + 20910-2701 + 1420 Spring St + + Silver Spring + MD + 20910-2701 + 1420 Spring St + + Silver Spring + MD + 20910-2701 + Ms. + F211732 + L211732 + + Board Chair + 211732@hsesinfo.org + Mr. + F211733 + L211733 + + President & CEO + 211733@hsesinfo.org + Ms. + F211735 + L211735 + + 211735@hsesinfo.org + Ms. + F211731 + L211731 + + 211731@hsesinfo.org + 555-555-1731 + + + 9127 + 2982 + 11439 + 000 + 2013 + 2018-09-01 + + HS + Active + B'Above Worldwide Institute Inc. + + 2982@hsesinfo.org + 134-11 Kew Gardens Road + + Richmond Hill + NY + 11418-1946 + 134-11 Kew Gardens Road + + Richmond Hill + NY + 11418-1946 + 134-11 Kew Gardens Road + + Richmond Hill + NY + 11418-1946 + Mr. + F212479 + L212479 + + Chairman + 212479@hsesinfo.org + Rabbi + F212480 + L212480 + + + 212480@hsesinfo.org + Mr. + F212482 + L212482 + + 212482@hsesinfo.org + Rabbi + F212478 + L212478 + + 212478@hsesinfo.org + 555-555-2478 x 5555 + + + 6624 + 2121 + 10144 + 000 + 2001 + 2015-07-01 + 2020-06-30 + HS + Inactive + Grace Hill Settlement House + http://www.gracehill.org + 2121@hsesinfo.org + 2125 Bissell St + + Saint Louis + MO + 63107-1406 + 2125 Bissell St + + Saint Louis + MO + 63107-1406 + 2125 Bissell St + + Saint Louis + MO + 63107-1406 + Mr. + F202038 + L202038 + + Board Chair + 202038@hsesinfo.org + Ms. + F202039 + L202039 + + Interim Executive Director + 202039@hsesinfo.org + Ms. + F202041 + L202041 + + 202041@hsesinfo.org + Ms. + F202037 + L202037 + + 202037@hsesinfo.org + 555-555-2037 + + + 6384 + 656 + 9986 + 200 + 1996 + 2015-07-01 + 2020-06-30 + EHS + Inactive + Bell-Whitley Community Action Agency, Inc. + http://www.bell-whitley.org + 656@hsesinfo.org + 129 N Pine St + + Pineville + KY + 40977-1625 + 129 N Pine St + + Pineville + KY + 40977-1625 + 129 N Pine St + + Pineville + KY + 40977-1625 + Mr. + F200358 + L200358 + + Bell County Judge Executive + 200358@hsesinfo.org + Mr. + F200359 + L200359 + + Executive Director + 200359@hsesinfo.org + Ms. + F200361 + L200361 + + 200361@hsesinfo.org + Mrs. + F200357 + L200357 + + 200357@hsesinfo.org + 555-555-0357 x 5555 + + + 6068 + 6075 + 9747 + 200 + + 2015-03-01 + 2019-10-31 + EHS + Inactive + Mid-Cumberland Community Action Agency + http://www.mcheadstart.org + 6075@hsesinfo.org + 412 E Vine St + + Murfreesboro + TN + 37130-4227 + 412 E Vine St + + Murfreesboro + TN + 37130-4227 + 412 E Vine St + + Murfreesboro + TN + 37130-4227 + Mr. + F107425 + L107425 + + Board Chair + 107425@hsesinfo.org + Ms. + F107426 + L107426 + + Executive Director + 107426@hsesinfo.org + Ms. + F107428 + L107428 + + 107428@hsesinfo.org + Ms. + F107424 + L107424 + + 107424@hsesinfo.org + 555-555-7424 x 5555 + + + 9991 + 2804 + 12057 + 200 + 2013 + 2019-07-01 + + EHS + Active + WARREN COUNTY COMMUNITY SERVICES, INC + www.wccsi.org + 2804@hsesinfo.org + 570 North State Route 741 + + Lebanon + OH + 45036 + 570 North State Route 741 + + Lebanon + OH + 45036 + 570 North State Route 741 + + Lebanon + OH + 45036 + Mr. + F218330 + L218330 + + Board President + 218330@hsesinfo.org + Mr. + F218331 + L218331 + + CEO/Executive Director + 218331@hsesinfo.org + Ms. + F218333 + L218333 + + 218333@hsesinfo.org + Ms. + F218329 + L218329 + + 218329@hsesinfo.org + 555-555-8329 + + + 9992 + 1893 + 12064 + 000 + 2014 + 2019-07-01 + + HS + Active + Wabash Area Development, Inc. + www.wadi-inc.com + 1893@hsesinfo.org + 110 Latham Street + + Enfield + IL + 62835 + PO Box 70 + + Enfield + IL + 62835-0070 + 110 Latham Street + + Enfield + IL + 62835 + Mr. + F218337 + L218337 + + Board President + 218337@hsesinfo.org + Ms. + F218338 + L218338 + + CEO + 218338@hsesinfo.org + Ms. + F218340 + L218340 + + 218340@hsesinfo.org + Ms. + F218336 + L218336 + + 218336@hsesinfo.org + 555-555-8336 x 5555 + + + 9993 + 1892 + 12064 + 200 + 2014 + 2019-07-01 + + EHS + Active + Wabash Area Development, Inc. + www.wadi-inc.com + 1892@hsesinfo.org + 110 Latham Street + + Enfield + IL + 62835 + PO Box 70 + + Enfield + IL + 62835-0070 + 110 Latham Street + + Enfield + IL + 62835 + Mr. + F218344 + L218344 + + Board President + 218344@hsesinfo.org + Ms. + F218345 + L218345 + + CEO + 218345@hsesinfo.org + Ms. + F218347 + L218347 + + 218347@hsesinfo.org + Ms. + F218343 + L218343 + + 218343@hsesinfo.org + 555-555-8343 x 5555 + + + 4478 + 1349 + 8544 + 000 + 2013 + 2013-11-29 + 2018-11-30 + HS + Inactive + ROLLINGS PLAINS MGMT CORP OF BAYLOR COTTLE FOARD HARDEM + www.rollingplains.org + 1349@hsesinfo.org + Rolling Plains Management Corporation + 118 N. 1st Street + Crowell + TX + 79227 + PO Box 490 + Rolling Plains Management Corporation + Crowell + TX + 79227-0490 + Rolling Plains Management Corporation + 118 N. 1st Street + Crowell + TX + 79227 + Mr. + F42379 + L42379 + + Chairman of the Board + 42379@hsesinfo.org + Mrs. + F42378 + L42378 + + + 42378@hsesinfo.org + Mrs. + F42381 + L42381 + + 42381@hsesinfo.org + Mrs. + F42377 + L42377 + + 42377@hsesinfo.org + 555-555-2377 x 5555 + + + 4641 + 1812 + 8621 + 000 + 2014 + 2014-03-01 + 2019-02-28 + HS + Inactive + MANCHESTER BOARD OF EDUCATION + + 1812@hsesinfo.org + 45 North School Street + + Manchester + CT + 06042-6115 + 45 North School Street + + Manchester + CT + 06042-6115 + 45 North School Street + + Manchester + CT + 06042-6115 + Mr. + F44500 + L44500 + + Chairperson + 44500@hsesinfo.org + Mr. + F44499 + L44499 + + + 44499@hsesinfo.org + Ms. + F44498 + L44498 + + 44498@hsesinfo.org + Ms. + F44495 + L44495 + + 44495@hsesinfo.org + 555-555-4495 + + + 9994 + 847 + 12074 + 000 + 2014 + 2019-07-01 + + HS + Active + Parents In Community Action, Inc. + http://www.picaheadstart.org + 847@hsesinfo.org + 700 Humboldt Avenue North + + Minneapolis + MN + 55411 + 700 Humboldt Avenue North + + Minneapolis + MN + 55411 + 700 Humboldt Avenue North + + Minneapolis + MN + 55411 + Ms. + F218351 + L218351 + + Board Chair + 218351@hsesinfo.org + Ms. + F218352 + L218352 + + Executive Director + 218352@hsesinfo.org + Ms. + F218354 + L218354 + + 218354@hsesinfo.org + Mr. + F218350 + L218350 + + 218350@hsesinfo.org + 555-555-8350 + + + 9995 + 848 + 12074 + 200 + 2014 + 2019-07-01 + + EHS + Active + Parents In Community Action, Inc. + http://www.picaheadstart.org + 848@hsesinfo.org + 700 Humboldt Avenue North + + Minneapolis + MN + 55411 + 700 Humboldt Avenue North + + Minneapolis + MN + 55411 + 700 Humboldt Avenue North + + Minneapolis + MN + 55411 + Ms. + F218358 + L218358 + + Board Chair + 218358@hsesinfo.org + Ms. + F218359 + L218359 + + Executive Director + 218359@hsesinfo.org + Ms. + F218361 + L218361 + + 218361@hsesinfo.org + Mr. + F218357 + L218357 + + 218357@hsesinfo.org + 555-555-8357 + + + 4798 + 1033 + 8581 + 200 + 2001 + 2014-04-01 + 2019-03-31 + EHS + Inactive + University of South Dakota + http://www.usd.edu/headstart + 1033@hsesinfo.org + 414 East Clark Street + 326 Julian Hall + Vermillion + SD + 57069-2307 + 414 East Clark Street + 326 Julian Hall + Vermillion + SD + 57069-2307 + 414 East Clark Street + 326 Julian Hall + Vermillion + SD + 57069-2307 + Dr. + F46660 + L46660 + + Board Chair + 46660@hsesinfo.org + Mrs. + F46661 + L46661 + + Director + 46661@hsesinfo.org + Ms. + F46663 + L46663 + + 46663@hsesinfo.org + Mrs. + F46659 + L46659 + + 46659@hsesinfo.org + 555-555-6659 + + + 9996 + 820 + 12059 + 000 + 2014 + 2019-07-01 + + HS + Active + Livingston Educational Service Agency + http://www.livingstonesa.org + 820@hsesinfo.org + 1425 West Grand River Avenue + + Howell + MI + 48843-1916 + 1425 West Grand River Avenue + + Howell + MI + 48843-1916 + 1425 West Grand River Avenue + + Howell + MI + 48843-1916 + Ms. + F218365 + L218365 + + President, LESA Board of Education + 218365@hsesinfo.org + Mr. + F218366 + L218366 + + + 218366@hsesinfo.org + Ms. + F218368 + L218368 + + 218368@hsesinfo.org + Ms. + F218364 + L218364 + M.Ed + 218364@hsesinfo.org + 555-555-8364 + + + 9997 + 825 + 12082 + 000 + 2014 + 2019-07-01 + + HS + Active + Wood County Head Start, Inc. + www.woodcoheadstart.org + 825@hsesinfo.org + 1011 8th Street South + + Wisconsin Rapids + WI + 54494 + 1011 8th Street South + + Wisconsin Rapids + WI + 54494 + 1011 8th Street South + + Wisconsin Rapids + WI + 54494 + Ms. + F218372 + L218372 + + Board President + 218372@hsesinfo.org + Mr. + F218373 + L218373 + + Executive Director + 218373@hsesinfo.org + Ms. + F218375 + L218375 + + 218375@hsesinfo.org + Mr. + F218371 + L218371 + + 218371@hsesinfo.org + 555-555-8371 + + + 5683 + 3525 + 9508 + 004 + 2015 + 2015-01-01 + + HS + Active + Casa Central Children's Services + http://www.casacentral.org + 3525@hsesinfo.org + 1343 North California Ave + + Chicago + IL + 60622-2803 + 1343 North California Ave + + Chicago + IL + 60622-2803 + 1343 North California Ave + + Chicago + IL + 60622-2803 + Dr. + F102320 + L102320 + + Board Chair + 102320@hsesinfo.org + Mr. + F102321 + L102321 + + Interim President & CEO + 102321@hsesinfo.org + Ms. + F102324 + L102324 + + 102324@hsesinfo.org + Ms. + F102319 + L102319 + + 102319@hsesinfo.org + 555-555-2319 + + + 9998 + 2768 + 12082 + 200 + 2014 + 2019-07-01 + + EHS + Active + Wood County Head Start, Inc. + www.woodcoheadstart.org + 2768@hsesinfo.org + 1011 8th Street South + + Wisconsin Rapids + WI + 54494 + 1011 8th Street South + + Wisconsin Rapids + WI + 54494 + 1011 8th Street South + + Wisconsin Rapids + WI + 54494 + Ms. + F218379 + L218379 + + Board President + 218379@hsesinfo.org + Mr. + F218380 + L218380 + + Executive Director + 218380@hsesinfo.org + Ms. + F218382 + L218382 + + 218382@hsesinfo.org + Mr. + F218378 + L218378 + + 218378@hsesinfo.org + 555-555-8378 + + + 6182 + 6192 + 9840 + 200 + + 2015-03-01 + 2019-08-31 + EHS + Inactive + Spokane Head Start + https://ccs.spokane.edu/Head-Start + 6192@hsesinfo.org + 3939 N. Freya St. + MS 1055 + Spokane + WA + 99217-6805 + 3939 N. Freya St. + MS 1055 + Spokane + WA + 99217-6805 + 3939 N. Freya St. + MS 1055 + Spokane + WA + 99217-6805 + Ms. + F108362 + L108362 + + Board of Trustees Chair + 108362@hsesinfo.org + Dr. + F108363 + L108363 + + Chancellor + 108363@hsesinfo.org + Ms. + F108365 + L108365 + + 108365@hsesinfo.org + Ms. + F108361 + L108361 + + 108361@hsesinfo.org + 555-555-8361 + + + 9999 + 5832 + 12070 + 200 + + 2019-07-01 + + EHS + Active + Warren County Community Services, Inc. + www.wccsi.org + 5832@hsesinfo.org + 570 N State Route 741 + + Lebanon + OH + 45036-8839 + 570 N State Route 741 + + Lebanon + OH + 45036-8839 + 570 N State Route 741 + + Lebanon + OH + 45036-8839 + Mr. + F218386 + L218386 + + Board President + 218386@hsesinfo.org + Mr. + F218387 + L218387 + + CEO/Executive Director + 218387@hsesinfo.org + Ms. + F218389 + L218389 + + 218389@hsesinfo.org + Ms. + F218385 + L218385 + + 218385@hsesinfo.org + 555-555-8385 + + + 10000 + 3211 + 12047 + 200 + 2014 + 2019-07-01 + + EHS + Active + Young Families Early Head Start Inc. + www.youngfamiliesehs.org + 3211@hsesinfo.org + 1020 Cook Avenue + + Billings + MT + 59102 + 1020 Cook Avenue + + Billings + MT + 59102 + 1020 Cook Avenue + + Billings + MT + 59102 + Mrs. + F218393 + L218393 + + Board of Directors Chairperson + 218393@hsesinfo.org + Ms. + F218394 + L218394 + + Executive Director + 218394@hsesinfo.org + Miss + F218396 + L218396 + + 218396@hsesinfo.org + Ms. + F218392 + L218392 + + 218392@hsesinfo.org + 555-555-8392 + + + 6373 + 3199 + 9966 + 200 + 2003 + 2015-06-01 + 2020-05-31 + EHS + Inactive + LKLP Head Start Central Headquarters + lklp.org + 3199@hsesinfo.org + 398 Roy Campbell Dr + + Hazard + KY + 41701-9486 + 398 Roy Campbell Dr + + Hazard + KY + 41701-9486 + 398 Roy Campbell Dr + + Hazard + KY + 41701-9486 + Mr. + F200281 + L200281 + + + 200281@hsesinfo.org + Mr. + F200282 + L200282 + + + 200282@hsesinfo.org + Mr. + F200284 + L200284 + + 200284@hsesinfo.org + Ms. + F200280 + L200280 + + 200280@hsesinfo.org + 555-555-0280 + + + 6588 + 6606 + 10155 + 200 + + 2015-07-01 + 2020-06-30 + EHS + Inactive + Central Texas 4C, Inc. + www.ct4c.org + 6606@hsesinfo.org + 504 N 5th St + + Temple + TX + 76501-3112 + PO Box 367 + + Temple + TX + 76503-0367 + 504 N 5th St + + Temple + TX + 76501-3112 + Mrs. + F201786 + L201786 + + Board President + 201786@hsesinfo.org + Ms. + F201787 + L201787 + M.S. + Executive Director + 201787@hsesinfo.org + Ms. + F201789 + L201789 + + 201789@hsesinfo.org + Mrs. + F201785 + L201785 + + 201785@hsesinfo.org + 555-555-1785 x 5555 + + + 10707 + 3609 + 12711 + 003 + 2013 + 2019-11-01 + + Migrant HS + Active + PathStone Corporation-NJ + http://www.pathstone.org + 3609@hsesinfo.org + 76 West Landis Avenue + Suite C + Vineland + NJ + 08360-8100 + 301 Lortz Ave + Ste 3 + Chambersburg + PA + 17201-3438 + 301 Lortz Ave + Ste 3 + Chambersburg + PA + 17201-3438 + Ms. + F223278 + L223278 + + + 223278@hsesinfo.org + Mr. + F223279 + L223279 + + + 223279@hsesinfo.org + Mr. + F223281 + L223281 + + 223281@hsesinfo.org + Ms. + F223277 + L223277 + + 223277@hsesinfo.org + 555-555-3277 + + + 10752 + 1023 + 12742 + 000 + 1991 + 2019-12-01 + + HS + Active + Mid-Iowa Community Action, Inc. + http://www.micaonline.org + 1023@hsesinfo.org + 1001 S 18th Ave + + Marshalltown + IA + 50158-3662 + 1001 S 18th Ave + + Marshalltown + IA + 50158-3662 + 1001 S 18th Ave + + Marshalltown + IA + 50158-3662 + Mr. + F223590 + L223590 + + Chair of the Board + 223590@hsesinfo.org + Ms. + F223591 + L223591 + + Executive Director + 223591@hsesinfo.org + Ms. + F223593 + L223593 + + 223593@hsesinfo.org + Ms. + F223589 + L223589 + + 223589@hsesinfo.org + 555-555-3589 + + + 10753 + 1024 + 12742 + 200 + 2001 + 2019-12-01 + + EHS + Active + Mid-Iowa Community Action, Inc. + http://www.micaonline.org + 1024@hsesinfo.org + 1001 S 18th Ave + + Marshalltown + IA + 50158-3662 + 1001 S 18th Ave + + Marshalltown + IA + 50158-3662 + 1001 S 18th Ave + + Marshalltown + IA + 50158-3662 + Mr. + F223597 + L223597 + + Chair of the Board + 223597@hsesinfo.org + Ms. + F223598 + L223598 + + Executive Director + 223598@hsesinfo.org + Ms. + F223600 + L223600 + + 223600@hsesinfo.org + Ms. + F223596 + L223596 + + 223596@hsesinfo.org + 555-555-3596 + + + 10190 + 6192 + 12223 + 200 + + 2019-09-01 + 2020-08-31 + EHS + Inactive + Spokane Head Start + https://ccs.spokane.edu/Head-Start + 6192@hsesinfo.org + 3939 N. Freya St. + MS 1055 + Spokane + WA + 99217-6805 + 3939 N. Freya St. + MS 1055 + Spokane + WA + 99217-6805 + 3939 N. Freya St. + MS 1055 + Spokane + WA + 99217-6805 + Ms. + F219685 + L219685 + + Board of Trustees Chair + 219685@hsesinfo.org + Dr. + F219686 + L219686 + + Chancellor + 219686@hsesinfo.org + Ms. + F219688 + L219688 + + 219688@hsesinfo.org + Ms. + F219684 + L219684 + + 219684@hsesinfo.org + 555-555-9684 + + + 8518 + 8398 + 10925 + 200 + 2017 + 2017-03-01 + 2020-08-31 + EHS + Inactive + Washington State Community College District #17 + https://ccs.spokane.edu/Head-Start + 8398@hsesinfo.org + 3939 N. Freya St. + MS 1055 + Spokane + WA + 99217-6805 + 3939 N. Freya St. + MS 1055 + Spokane + WA + 99217-6805 + 3939 N. Freya St. + MS 1055 + Spokane + WA + 99217-6805 + Ms. + F208352 + L208352 + + Board of Trustees Chair + 208352@hsesinfo.org + Dr. + F208353 + L208353 + + Chancellor + 208353@hsesinfo.org + Ms. + F208355 + L208355 + + 208355@hsesinfo.org + Ms. + F208351 + L208351 + + 208351@hsesinfo.org + 555-555-8351 + + + 8886 + 2513 + 11250 + 200 + 2013 + 2018-07-01 + + EHS + Active + CROSSROADS LAKE COUNTY ADOLESCENT COUNSELING SVC + www.crossroads-lake.org + 2513@hsesinfo.org + Crossroads Early Childhood Services + 1083 Mentor Avenue + Painesville + OH + 44077-3947 + Crossroads Early Childhood Services + 1083 Mentor Avenue + Painesville + OH + 44077-3947 + Crossroads Early Childhood Services Center + 1083 Mentor Avenue + Painesville + OH + 44077-3947 + Mr. + F210723 + L210723 + + President, Board of Directors + 210723@hsesinfo.org + Mr. + F210724 + L210724 + MBA + Chief Executive Officer, Crossroads LCACS + 210724@hsesinfo.org + Ms. + F210726 + L210726 + + 210726@hsesinfo.org + Ms. + F210722 + L210722 + MSSA + 210722@hsesinfo.org + 555-555-0722 + + + 4676 + 3874 + 8658 + 004 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + The Children's Aid Society + http://www.childrensaidnyc.org + 3874@hsesinfo.org + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + Ms. + F45483 + L45483 + + Board Chair + 45483@hsesinfo.org + Ms. + F45481 + L45481 + + President and Chief Executive Officer + 45481@hsesinfo.org + Ms. + F45480 + L45480 + + 45480@hsesinfo.org + Ms. + F45478 + L45478 + + 45478@hsesinfo.org + 555-555-5478 + + + 6922 + 468 + 10404 + 000 + 1991 + 2015-11-01 + + HS + Active + Spokane Head Start + https://ccs.spokane.edu/Head-Start + 468@hsesinfo.org + 3939 N Freya St # MS-1055 + + Spokane + WA + 99217-6805 + 3939 N Freya St # MS-1055 + + Spokane + WA + 99217-6805 + 3939 N Freya St # MS-1055 + + Spokane + WA + 99217-6805 + Mr. + F204115 + L204115 + + Board of Trustees Chair + 204115@hsesinfo.org + Dr. + F204116 + L204116 + + Chancellor + 204116@hsesinfo.org + Ms. + F204118 + L204118 + + 204118@hsesinfo.org + Ms. + F204114 + L204114 + + 204114@hsesinfo.org + 555-555-4114 + + + 6913 + 479 + 10393 + 000 + 1989 + 2015-11-01 + 2020-10-31 + HS + Inactive + Sheboygan Human Rights Association, Inc. + www.sheboyganheadstart.org + 479@hsesinfo.org + 1711 S 11th St + + Sheboygan + WI + 53081-5810 + 1711 S 11th St + + Sheboygan + WI + 53081-5810 + 1711 S 11th St + + Sheboygan + WI + 53081-5810 + Mr. + F204052 + L204052 + + Board President + 204052@hsesinfo.org + Ms. + F204053 + L204053 + + Executive Director + 204053@hsesinfo.org + Ms. + F204055 + L204055 + + 204055@hsesinfo.org + Ms. + F204051 + L204051 + + 204051@hsesinfo.org + 555-555-4051 + + + 4643 + 634 + 8631 + 200 + 2014 + 2014-03-01 + 2019-02-28 + EHS + Inactive + Alabama Council on Human Relations + http://www.achr.com + 634@hsesinfo.org + 950 Shelton Mill Rd + + Auburn + AL + 36830-2736 + PO Box 3770 + 950 Sheldon Mill Road + Auburn + AL + 36831-3770 + 950 Shelton Mill Rd + + Auburn + AL + 36830-2736 + Mr. + F44527 + L44527 + Jr + President + 44527@hsesinfo.org + Ms. + F44525 + L44525 + + CEO + 44525@hsesinfo.org + Mr. + F44524 + L44524 + + 44524@hsesinfo.org + Ms. + F44523 + L44523 + + 44523@hsesinfo.org + 555-555-4523 + + + 9601 + 1946 + 11787 + 000 + 2014 + 2019-05-01 + + HS + Active + THREE RIVERS COMMUNITY ACTION, INC. + http://www.threeriverscap.org + 1946@hsesinfo.org + 1414 North Star Drive + + Zumbrota + MN + 55992-1091 + 1414 North Star Drive + + Zumbrota + MN + 55992-1091 + 1414 North Star Drive + + Zumbrota + MN + 55992-1091 + Mr. + F215659 + L215659 + + Board Chair + 215659@hsesinfo.org + Ms. + F215660 + L215660 + + Executive Director + 215660@hsesinfo.org + Ms. + F215662 + L215662 + + 215662@hsesinfo.org + Ms. + F215658 + L215658 + + 215658@hsesinfo.org + 555-555-5658 + + + 6923 + 467 + 10404 + 200 + 2000 + 2015-11-01 + + EHS + Active + Spokane Early Head Start + https://ccs.spokane.edu/Head-Start + 467@hsesinfo.org + 3939 N Freya St # MS-1055 + + Spokane + WA + 99217-6805 + 3939 N Freya St # MS-1055 + + Spokane + WA + 99217-6805 + 3939 N Freya St # MS-1055 + + Spokane + WA + 99217-6805 + Mr. + F204122 + L204122 + + Board of Trustees Chair + 204122@hsesinfo.org + Dr. + F204123 + L204123 + + Chancellor + 204123@hsesinfo.org + Ms. + F204125 + L204125 + + 204125@hsesinfo.org + Ms. + F204121 + L204121 + + 204121@hsesinfo.org + 555-555-4121 + + + 4685 + 3886 + 8667 + 013 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Grand Street Settlement Head Start + http://www.grandstettlement.org + 3886@hsesinfo.org + 294 Delancey Street + + New York + NY + 10002-3602 + 294 Delancey Street + + New York + NY + 10002-3602 + 294 Delancey Street + + New York + NY + 10002-3602 + Ms. + F45546 + L45546 + + Board Chair + 45546@hsesinfo.org + Ms. + F45544 + L45544 + + Managing Director + 45544@hsesinfo.org + Ms. + F45543 + L45543 + + 45543@hsesinfo.org + Ms. + F45541 + L45541 + + 45541@hsesinfo.org + 555-555-5541 + + + 4709 + 3932 + 8691 + 037 + 2014 + 2014-03-17 + 2019-06-30 + HS + Inactive + Hospital Clinic ACE Head Start + www.aceintegration.org + 3932@hsesinfo.org + 1419-23 Broadway + + Brooklyn + NY + 11221-4202 + 1419-23 Broadway + + Brooklyn + NY + 11221-4202 + 1419-23 Broadway + + Brooklyn + NY + 11221-4202 + Ms. + F45710 + L45710 + + Chair + 45710@hsesinfo.org + Mr. + F45712 + L45712 + + + 45712@hsesinfo.org + Ms. + F45713 + L45713 + + 45713@hsesinfo.org + Mr. + F45709 + L45709 + + 45709@hsesinfo.org + 555-555-5709 x 5555 + + + 4723 + 3950 + 8705 + 051 + 2014 + 2014-03-17 + 2019-06-30 + HS + Inactive + BronxWorks + http://bronxworks.org/ + 3950@hsesinfo.org + 60 East Tremont Avenue + + Bronx + NY + 10453-5842 + 60 East Tremont Avenue + + Bronx + NY + 10453-5842 + 60 East Tremont Avenue + + Bronx + NY + 10453-5842 + Mr. + F45812 + L45812 + + Board Chair + 45812@hsesinfo.org + Miss + F45810 + L45810 + + Executive Director + 45810@hsesinfo.org + + F45809 + L45809 + + 45809@hsesinfo.org + Mr. + F45807 + L45807 + + 45807@hsesinfo.org + 555-555-5807 + + + 8730 + 8588 + 11104 + 200 + 2017 + 2017-09-01 + + AIAN EHS + Active + Omaha Tribe of Nebraska + + 8588@hsesinfo.org + 204 Chief Street + + Macy + NE + 68039 + PO Box 519 + 571 Omaha Way + Macy + NE + 68039-0519 + 101 Main St + + Macy + NE + 68039-3000 + Mr. + F209600 + L209600 + . + Chairman, Omaha Tribeof Nebraska + 209600@hsesinfo.org + Ms. + F209601 + L209601 + + Chief of Tribal Operations + 209601@hsesinfo.org + Ms. + F209603 + L209603 + + 209603@hsesinfo.org + Dr. + F209599 + L209599 + . + 209599@hsesinfo.org + 555-555-9599 + + + 5904 + 1217 + 9400 + 000 + 1991 + 2015-02-01 + + AIAN HS + Active + KAWERAK, INC + http://www.kawerak.org + 1217@hsesinfo.org + 606 East I Street + + Nome + AK + 99762 + P.O. Box 948 + + Nome + AK + 99762-0948 + 504 Seppala St + + Nome + AK + 99762 + Ms. + F105921 + L105921 + + Authorizing Official - President + 105921@hsesinfo.org + Ms. + F105919 + L105919 + + Executive Vice President + 105919@hsesinfo.org + Mrs. + F105917 + L105917 + + 105917@hsesinfo.org + Ms. + F105916 + L105916 + + 105916@hsesinfo.org + 555-555-5916 + + + 8804 + 1903 + 11189 + 200 + 2013 + 2018-05-01 + + EHS + Active + Tri-Valley Opportunity Council, Inc. + http://www.tvoc.org + 1903@hsesinfo.org + 102 N Broadway + + Crookston + MN + 56716-1731 + 102 North Broadway + PO Box 607 + Crookston + MN + 56716 + 102 N Broadway + + Crookston + MN + 56716-1731 + Mr. + F210172 + L210172 + + Chairperson + 210172@hsesinfo.org + Mr. + F210173 + L210173 + + CEO + 210173@hsesinfo.org + Ms. + F210175 + L210175 + + 210175@hsesinfo.org + Ms. + F210171 + L210171 + + 210171@hsesinfo.org + 555-555-0171 + + + 9295 + 2387 + 11552 + 000 + 1992 + 2019-01-01 + + HS + Active + PRIDE Community Services, Inc. + http://www.prideinlogan.com + 2387@hsesinfo.org + 699 Stratton St + + Logan + WV + 25601-4020 + PO Box 1346 + + Logan + WV + 25601-1346 + 699 Stratton St + + Logan + WV + 25601-4020 + Mr. + F213603 + L213603 + + Board President + 213603@hsesinfo.org + Ms. + F213604 + L213604 + + Executive Director + 213604@hsesinfo.org + Ms. + F213606 + L213606 + + 213606@hsesinfo.org + Ms. + F213602 + L213602 + + 213602@hsesinfo.org + 555-555-3602 + + + 10009 + 6355 + 12099 + 203 + + 2019-07-01 + + EHS + Active + Mexican American Opportunity Foundation + www.maof.org + 6355@hsesinfo.org + 2650 Zoe Avenue + + Huntington Park + CA + 90255 + 2650 Zoe Avenue + + Huntington Park + CA + 90255 + 2650 Zoe Avenue + + Huntington Park + CA + 90255 + Mrs. + F218456 + L218456 + + + 218456@hsesinfo.org + Mr. + F218457 + L218457 + + + 218457@hsesinfo.org + + F218459 + L218459 + + 218459@hsesinfo.org + Mrs. + F218455 + L218455 + + 218455@hsesinfo.org + 555-555-8455 + + + 8030 + 2158 + 10538 + 000 + 1992 + 2016-03-01 + + HS + Active + CAO Head Start + http://www.caowny.org + 2158@hsesinfo.org + 45 Jewett Ave + + Buffalo + NY + 14214-2401 + 45 Jewett Ave + + Buffalo + NY + 14214-2401 + 45 Jewett Ave + + Buffalo + NY + 14214-2401 + Hon. + F205412 + L205412 + + CAO Board Chairperson + 205412@hsesinfo.org + Mr. + F205413 + L205413 + + President/CEO + 205413@hsesinfo.org + Ms. + F205415 + L205415 + + 205415@hsesinfo.org + Ms. + F205411 + L205411 + + 205411@hsesinfo.org + 555-555-5411 x 5555 + + + 6206 + 6219 + 9880 + 219 + + 2015-01-01 + + EHS + Active + YMCA of Metropolitan Chicago + www.ymcachicago.org + 6219@hsesinfo.org + 801 North Dearborn Street + + Chicago + IL + 60610-3316 + 801 North Dearborn Street + + Chicago + IL + 60610-3316 + 801 North Dearborn Street + + Chicago + IL + 60610-3316 + Mr. + F108988 + L108988 + + Board President + 108988@hsesinfo.org + Mr. + F108989 + L108989 + + President + 108989@hsesinfo.org + Ms. + F108991 + L108991 + + 108991@hsesinfo.org + Ms. + F108987 + L108987 + + 108987@hsesinfo.org + 555-555-8987 + + + 10006 + 5791 + 12075 + 200 + + 2019-07-01 + + EHS + Active + Los Angeles County Office of Education + www.prekkid.org + 5791@hsesinfo.org + 10100 Pioneer Blvd + Ste 325 + Santa Fe Springs + CA + 90670-7303 + 10100 Pioneer Blvd + Ste 325 + Santa Fe Springs + CA + 90670-7303 + 10100 Pioneer Blvd + Ste 325 + Santa Fe Springs + CA + 90670-7303 + Dr. + F218435 + L218435 + Ed.D + Superintendent + 218435@hsesinfo.org + Dr. + F218436 + L218436 + Ed.D + Superintendent + 218436@hsesinfo.org + Ms. + F218438 + L218438 + + 218438@hsesinfo.org + Ms. + F218434 + L218434 + + 218434@hsesinfo.org + 555-555-8434 + + + 10007 + 6353 + 12097 + 201 + + 2019-07-01 + + EHS + Active + Youth Policy Institute + www.ypi.org + 6353@hsesinfo.org + 6464 W Sunset Blvd + Ste 650 + Los Angeles + CA + 90028-8008 + 6464 W Sunset Blvd + Ste 650 + Los Angeles + CA + 90028-8008 + 6464 W Sunset Blvd + Ste 650 + Los Angeles + CA + 90028-8008 + Mr. + F218442 + L218442 + + President + 218442@hsesinfo.org + Mr. + F218443 + L218443 + + CEO + 218443@hsesinfo.org + Ms. + F218445 + L218445 + + 218445@hsesinfo.org + Dra. + F218441 + L218441 + + 218441@hsesinfo.org + 555-555-8441 + + + 6623 + 1475 + 10142 + 200 + 2003 + 2015-07-01 + 2020-06-30 + EHS + Inactive + Youth In Need + http://www.youthinneed.org + 1475@hsesinfo.org + 1815 Boones Lick Rd + + Saint Charles + MO + 63301-2247 + 1815 Boones Lick Rd + + Saint Charles + MO + 63301-2247 + 1815 Boones Lick Rd + + Saint Charles + MO + 63301-2247 + Ms. + F202031 + L202031 + + Board of Directors Chair + 202031@hsesinfo.org + Mrs. + F202032 + L202032 + + + 202032@hsesinfo.org + Ms. + F202034 + L202034 + + 202034@hsesinfo.org + Ms. + F202030 + L202030 + + 202030@hsesinfo.org + 555-555-2030 x 5555 + + + 8578 + 8455 + 10069 + 200 + 2018 + 2017-08-01 + + EHS + Active + NeighborImpact Head Start + http://www.neighborimpact.org + 8455@hsesinfo.org + 2303 SW 1st St + + Redmond + OR + 97756-7133 + 2303 SW 1st St + + Redmond + OR + 97756-7133 + 2303 SW 1st St + + Redmond + OR + 97756-7133 + Mr. + F208768 + L208768 + + Board President + 208768@hsesinfo.org + Mr. + F208769 + L208769 + + Deputy Executive Director + 208769@hsesinfo.org + Mrs. + F208771 + L208771 + + 208771@hsesinfo.org + Ms. + F208767 + L208767 + + 208767@hsesinfo.org + 555-555-8767 + + + 10010 + 6356 + 12100 + 204 + + 2019-07-01 + + EHS + Active + Pomona Unified School District + www.pusd.org + 6356@hsesinfo.org + 800 S Garey Ave + Pomona Unified School District Child Development + Pomona + CA + 91766-3325 + 800 S Garey Ave + Pomona Unified School District Child Development + Pomona + CA + 91766-3325 + 800 S Garey Ave + Pomona Unified School District Child Development + Pomona + CA + 91766-3325 + Mrs. + F218463 + L218463 + + Board President + 218463@hsesinfo.org + Mrs. + F218464 + L218464 + + Director of Child Development + 218464@hsesinfo.org + Mrs. + F218466 + L218466 + + 218466@hsesinfo.org + Mr. + F218462 + L218462 + + 218462@hsesinfo.org + 555-555-8462 x 5555 + + + 8033 + 2159 + 10538 + 200 + 1992 + 2016-03-01 + + EHS + Active + Community Action Organization of Erie County, Inc. + https://caowny.org + 2159@hsesinfo.org + 45 Jewett Ave + + Buffalo + NY + 14214-2401 + 45 Jewett Ave + + Buffalo + NY + 14214-2401 + 45 Jewett Ave + + Buffalo + NY + 14214-2401 + Mr. + F205433 + L205433 + + CAO Board Chairperson + 205433@hsesinfo.org + Mr. + F205434 + L205434 + + + 205434@hsesinfo.org + Ms. + F205436 + L205436 + + 205436@hsesinfo.org + Ms. + F205432 + L205432 + + 205432@hsesinfo.org + 555-555-5432 x 5555 + + + 8674 + 8536 + 11055 + 200 + 2017 + 2017-07-01 + + EHS + Active + Municipality of Manati + headstart_manati@yahoo.com + 8536@hsesinfo.org + Calle Baldorioty Corner Quinones St. + 10 Quiñones Street + Manati + PR + 00674-5013 + Calle Baldorioty Corner Quinones St. + 10 Quiñones Street + Manati + PR + 00674-5013 + Calle Baldorioty Corner Quinones St. + 10 Quiñones Street + Manati + PR + 00674-5013 + Mr. + F209227 + L209227 + A. + President + 209227@hsesinfo.org + Hon. + F209228 + L209228 + A. + Mayor + 209228@hsesinfo.org + Mrs. + F209230 + L209230 + + 209230@hsesinfo.org + Mrs. + F209226 + L209226 + + 209226@hsesinfo.org + 555-555-9226 + + + 4692 + 3895 + 8674 + 020 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Community Parents, Inc. + + 3895@hsesinfo.org + 90 Chauncey Street + + Brooklyn + NY + 11233-1809 + 90 Chauncey Street + + Brooklyn + NY + 11233-1809 + 90 Chauncey Street + + Brooklyn + NY + 11233-1809 + Ms. + F45595 + L45595 + + Chairperson of the Board + 45595@hsesinfo.org + Mrs. + F45593 + L45593 + + + 45593@hsesinfo.org + Mrs. + F45592 + L45592 + + 45592@hsesinfo.org + Mrs. + F45590 + L45590 + + 45590@hsesinfo.org + 555-555-5590 + + + 4698 + 3911 + 8680 + 026 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Police Athletic League + www.palnyc.org + 3911@hsesinfo.org + 452 Pennsylvania Ave + + Brooklyn + NY + 11207-5313 + 452 Pennsylvania Ave + + Brooklyn + NY + 11207-5313 + 452 Pennsylvania Ave + + Brooklyn + NY + 11207-5313 + Mr. + F45633 + L45633 + + + 45633@hsesinfo.org + Mr. + F45636 + L45636 + + + 45636@hsesinfo.org + Ms. + F45637 + L45637 + + 45637@hsesinfo.org + Dr. + F45632 + L45632 + + 45632@hsesinfo.org + 555-555-5632 + + + 11361 + 1802 + 13234 + 200 + 2001 + 2020-06-01 + + AIAN EHS + Active + Grand Traverse Band of Ottawa & Chippewa Indians + gtbindians.org + 1802@hsesinfo.org + 2605 N West Bay Shore Dr + + Peshawbestown + MI + 49682-9275 + 2605 N West Bay Shore Dr + + Peshawbestown + MI + 49682-9275 + 2605 N West Bay Shore Dr + + Peshawbestown + MI + 49682-9275 + Mr. + F227592 + L227592 + + GTB Tribal Chairman + 227592@hsesinfo.org + Ms. + F227593 + L227593 + + GTB Tribal Manager + 227593@hsesinfo.org + Ms. + F227595 + L227595 + + 227595@hsesinfo.org + Ms. + F227591 + L227591 + + 227591@hsesinfo.org + 555-555-7591 + + + 11362 + 1142 + 13233 + 000 + 2014 + 2020-06-01 + + AIAN HS + Active + PRAIRIE BAND POTAWATOMI NATION + pbpnation.org + 1142@hsesinfo.org + 15380 K Road + + Mayetta + KS + 66509-9092 + 15380 K Road + + Mayetta + KS + 66509-9092 + 15380 K Road + + Mayetta + KS + 66509-9092 + Mr. + F227599 + L227599 + + Tribal Council Chairperson + 227599@hsesinfo.org + Mr. + F227600 + L227600 + + General Manager of Tribal Operations + 227600@hsesinfo.org + Ms. + F227602 + L227602 + + 227602@hsesinfo.org + Ms. + F227598 + L227598 + + 227598@hsesinfo.org + 555-555-7598 + + + 5806 + 5812 + 9531 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Lourie Center for Young Children's Social and Emotional Wellness + www.louriecenter.org + 5812@hsesinfo.org + 7833 Walker Dr + Ste 610 + Greenbelt + MD + 20770-3233 + 7833 Walker Dr + Ste 610 + Greenbelt + MD + 20770-3233 + 12301 Academy Way + + Rockville + MD + 20852-2000 + Mr. + F103796 + L103796 + + Vice President of Adventist Behavioral Health + 103796@hsesinfo.org + Mr. + F103797 + L103797 + + Executive Director + 103797@hsesinfo.org + Mr. + F103799 + L103799 + + 103799@hsesinfo.org + Ms. + F103795 + L103795 + + 103795@hsesinfo.org + 555-555-3795 + + + 8993 + 2154 + 11323 + 200 + 2013 + 2018-09-01 + + EHS + Active + Municipality of Sabana Grande + + 2154@hsesinfo.org + Road 367 Km. 2.7 Bo. La Torre + + Sabana Grande + PR + 00637 + Early Head Start Program + P.O. Box 356 + Sabana Grande + PR + 00637-0356 + Road 328 Km 0.1 Jomar Plaza + + Sabana Grande + PR + 00637 + Mrs. + F211507 + L211507 + + Goverment Board President + 211507@hsesinfo.org + Mr. + F211508 + L211508 + + Major + 211508@hsesinfo.org + Mrs. + F211510 + L211510 + + 211510@hsesinfo.org + Mrs. + F211506 + L211506 + + 211506@hsesinfo.org + 555-555-1506 + + + 10011 + 6357 + 12101 + 205 + + 2019-07-01 + + EHS + Active + St. Anne's + www.stannes.org + 6357@hsesinfo.org + 155 N. Occidental Blvd. + + Los Angeles + CA + 90026 + 155 N. Occidental Blvd. + + Los Angeles + CA + 90026 + 155 N. Occidental Blvd. + + Los Angeles + CA + 90026 + Mr. + F218470 + L218470 + + Chair, Board of Directors + 218470@hsesinfo.org + Ms. + F218471 + L218471 + + President and Chief Executive Officer + 218471@hsesinfo.org + Ms. + F218473 + L218473 + + 218473@hsesinfo.org + Ms. + F218469 + L218469 + + 218469@hsesinfo.org + 555-555-8469 x 5555 + + + 10012 + 8760 + 12102 + 206 + 2019 + 2019-07-01 + + EHS + Active + Para Los Ninos + http://www.paralosninos.org + 8760@hsesinfo.org + 5000 Hollywood Blvd + + Los Angeles + CA + 90027-6104 + 5000 Hollywood Blvd + + Los Angeles + CA + 90027-6104 + 5000 Hollywood Blvd + + Los Angeles + CA + 90027-6104 + Atty. + F218477 + L218477 + + Board Member + 218477@hsesinfo.org + Dr. + F218478 + L218478 + + CEO + 218478@hsesinfo.org + Mr. + F218480 + L218480 + + 218480@hsesinfo.org + Dr. + F218476 + L218476 + + 218476@hsesinfo.org + 555-555-8476 x 5555 + + + 10013 + 5799 + 12080 + 200 + + 2019-07-01 + + EHS + Active + Volunteers of America of Los Angeles + voala.org + 5799@hsesinfo.org + 3600 Wilshire Blvd., Suite 1500 + + Los Angeles + CA + 90010-2619 + 11243 Kittridge St + + North Hollywood + CA + 91606-2605 + 11243 Kittridge St + + North Hollywood + CA + 91606-2605 + Mr. + F218484 + L218484 + + Executitve Committe Chair + 218484@hsesinfo.org + Mrs. + F218485 + L218485 + + Chief Executive Officer + 218485@hsesinfo.org + Ms. + F218487 + L218487 + + 218487@hsesinfo.org + Mr. + F218483 + L218483 + + 218483@hsesinfo.org + 555-555-8483 + + + 10015 + 5793 + 12084 + 200 + + 2019-07-01 + + EHS + Active + California Department of Education + www.cde.ca.gov + 5793@hsesinfo.org + 1430 N Street + + Sacramento + CA + 95814-5901 + 1430 N Street + + Sacramento + CA + 95814-5901 + 1430 N Street + + Sacramento + CA + 95814-5901 + Mr. + F218498 + L218498 + + State Superintendent + 218498@hsesinfo.org + Ms. + F218499 + L218499 + + Early Learning and Care Director + 218499@hsesinfo.org + Ms. + F218501 + L218501 + + 218501@hsesinfo.org + Ms. + F218497 + L218497 + + 218497@hsesinfo.org + 555-555-8497 + + + 6269 + 3625 + 9896 + 201 + 2010 + 2015-04-01 + + Migrant EHS + Active + Buen Pastor Ministries, Inc. + www.telamon.org + 3625@hsesinfo.org + 111 West 13th Street + + Holland + MI + 49423-3220 + 111 West 13th Street + + Holland + MI + 49423-3220 + 111 West 13th Street + + Holland + MI + 49423-3220 + + F109850 + L109850 + + Board President + 109850@hsesinfo.org + + F109848 + L109848 + + + 109848@hsesinfo.org + + F109847 + L109847 + + 109847@hsesinfo.org + Mrs. + F109852 + L109852 + + 109852@hsesinfo.org + 555-555-9852 + + + 10019 + 1502 + 12083 + 200 + 2013 + 2019-07-01 + + EHS + Active + UAMS Department of Pediatrics + https://headstart.uams.edu/ + 1502@hsesinfo.org + 7415 Colonel Glenn Road + + Little Rock + AR + 72204-7612 + 7415 Colonel Glenn Road + + Little Rock + AR + 72204-7612 + 7415 Colonel Glenn Road + + Little Rock + AR + 72204-7612 + Dr. + F218526 + L218526 + + Board Chair + 218526@hsesinfo.org + Dr. + F218527 + L218527 + + Executive Director + 218527@hsesinfo.org + Mrs. + F218529 + L218529 + + 218529@hsesinfo.org + Ms. + F218525 + L218525 + + 218525@hsesinfo.org + 555-555-8525 + + + 10018 + 1503 + 12083 + 000 + 2013 + 2019-07-01 + + HS + Active + UAMS Department of Pediatrics + https://headstart.uams.edu/ + 1503@hsesinfo.org + 7415 Colonel Glenn Rd + + Little Rock + AR + 72204-7612 + 7415 Colonel Glenn Rd + + Little Rock + AR + 72204-7612 + 7415 Colonel Glenn Rd + + Little Rock + AR + 72204-7612 + Dr. + F218519 + L218519 + + Board Chair + 218519@hsesinfo.org + Dr. + F218520 + L218520 + + Executive Director + 218520@hsesinfo.org + Mrs. + F218522 + L218522 + + 218522@hsesinfo.org + Ms. + F218518 + L218518 + + 218518@hsesinfo.org + 555-555-8518 + + + 8894 + 2528 + 11256 + 000 + 2013 + 2018-07-01 + + HS + Active + GLENN COUNTY HEAD START + http://www.glenncoe.org + 2528@hsesinfo.org + 676 East Walker Street + + Orland + CA + 95963 + 676 East Walker Street + + Orland + CA + 95963 + 676 East Walker Street + + Orland + CA + 95963 + Mr. + F210779 + L210779 + + Superintendent + 210779@hsesinfo.org + Mr. + F210780 + L210780 + + + 210780@hsesinfo.org + Ms. + F210782 + L210782 + + 210782@hsesinfo.org + Ms. + F210778 + L210778 + + 210778@hsesinfo.org + 555-555-0778 x 5555 + + + 5791 + 5797 + 9528 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Fairfax County Board of Supervisors + + 5797@hsesinfo.org + 12000 Government Center Parkway + + Fairfax + VA + 22035-0001 + 12000 Government Center Parkway + + Fairfax + VA + 22035-0001 + 12000 Government Center Parkway + + Fairfax + VA + 22035-0001 + Ms. + F103640 + L103640 + + Chairman, Board of Supervisors + 103640@hsesinfo.org + Ms. + F103641 + L103641 + + Deputy County Executive + 103641@hsesinfo.org + Mr. + F103643 + L103643 + + 103643@hsesinfo.org + Ms. + F103639 + L103639 + + 103639@hsesinfo.org + 555-555-3639 + + + 2186 + 623 + 5673 + 200 + 2003 + 2003-11-27 + + EHS + Active + Lake Community Action Agency, Inc. + http://www.lakecaa.org + 623@hsesinfo.org + Lake Community Action Agency HS/EHS + 501 N. Bay St. + Eustis + FL + 32726-3438 + Lake Community Action Agency HS/EHS + 501 N. Bay St. + Eustis + FL + 32726-3438 + Lake Community Action Agency HS/EHS + 501 N. Bay St. + Eustis + FL + 32726-3438 + Mr. + F23031 + L23031 + + Executive Board President + 23031@hsesinfo.org + Mr. + F23033 + L23033 + + Executive Director + 23033@hsesinfo.org + Ms. + F23032 + L23032 + + 23032@hsesinfo.org + Ms. + F4116 + L4116 + + 4116@hsesinfo.org + 555-555-4116 x 5555 + + + 8294 + 3047 + 10679 + 200 + 2012 + 2016-07-01 + + EHS + Active + Telamon Corporation + www.transitionresources.org + 3047@hsesinfo.org + 600 Corporation Dr + + Pendleton + IN + 46064-8608 + 5560 Munford Road, Suite 201 + + Raleigh + NC + 27612-2731 + 5560 Munford Road, Suite 201 + + Raleigh + NC + 27612-2731 + Mrs. + F207198 + L207198 + + Board Chair + 207198@hsesinfo.org + Mrs. + F207199 + L207199 + + Executive Director + 207199@hsesinfo.org + Ms. + F207201 + L207201 + + 207201@hsesinfo.org + Mrs. + F207197 + L207197 + + 207197@hsesinfo.org + 555-555-7197 x 5555 + + + 6647 + 1810 + 10095 + 000 + 2003 + 2015-07-01 + + HS + Active + Cripple Creek / Victor School District RE-1 + www.ccvschools.org + 1810@hsesinfo.org + 412 North C Street + + Cripple Creek + CO + 80813 + PO Box 897 + + Cripple Creek + CO + 80813-0897 + 412 North C Street + + Cripple Creek + CO + 80813 + Mr. + F202199 + L202199 + + School Board President + 202199@hsesinfo.org + Ms. + F202200 + L202200 + + Superintendent + 202200@hsesinfo.org + Mr. + F202202 + L202202 + + 202202@hsesinfo.org + Ms. + F202198 + L202198 + + 202198@hsesinfo.org + 555-555-2198 + + + 11104 + 247 + 13032 + 000 + 2014 + 2020-03-01 + + HS + Active + Berkshire County Head Start Child Development Program, Inc. + www.berkhs.org + 247@hsesinfo.org + 1 Meadow Lane + + Pittsfield + MA + 01201-5618 + 1 Meadow Lane + + Pittsfield + MA + 01201-5618 + 1 Meadow Lane + + Pittsfield + MA + 01201-5618 + Ms. + F225966 + L225966 + + Board President + 225966@hsesinfo.org + Ms. + F225967 + L225967 + + Executive Director + 225967@hsesinfo.org + + F225969 + L225969 + + 225969@hsesinfo.org + Ms. + F225965 + L225965 + + 225965@hsesinfo.org + 555-555-5965 + + + 4531 + 2623 + 8510 + 200 + 2013 + 2013-12-01 + 2018-11-30 + AIAN EHS + Inactive + ONEIDA NATION + 2801 West Mason Street Suite 2 + 2623@hsesinfo.org + 2801 W Mason St + Ste 2 + Green Bay + WI + 54313-5009 + P.O. Box 365 + + Oneida + WI + 54155 + 1250 Packerland Dr + + Green Bay + WI + 54304-1336 + Mr. + F42657 + L42657 + + Tribal Chairman + 42657@hsesinfo.org + Ms. + F42655 + L42655 + + Acting Director + 42655@hsesinfo.org + Ms. + F42654 + L42654 + + 42654@hsesinfo.org + Ms. + F42653 + L42653 + + 42653@hsesinfo.org + 555-555-2653 + + + 6846 + 4029 + 10319 + 008 + + 2015-08-01 + + HS + Active + O'Farrill Learning Center + + 4029@hsesinfo.org + 6741 SW 24 Street, Suite 31 + + Miami + FL + 33155-1766 + 6741 SW 24 Street, Suite 31 + + Miami + FL + 33155-1766 + 6741 SW 24 Street, Suite 31 + + Miami + FL + 33155-1766 + Ms. + F203597 + L203597 + + President + 203597@hsesinfo.org + Ms. + F203598 + L203598 + + + 203598@hsesinfo.org + Ms. + F203600 + L203600 + + 203600@hsesinfo.org + Mr. + F203596 + L203596 + + 203596@hsesinfo.org + 555-555-3596 x 5555 + + + 6701 + 6719 + 10238 + 000 + + 2015-08-01 + + HS + Active + STEPS, Inc. + www.stepsheadstart.com + 6719@hsesinfo.org + 225 Industrial Park Rd + + Farmville + VA + 23901-2660 + 225 Industrial Park Rd + + Farmville + VA + 23901-2660 + 225 Industrial Park Rd + + Farmville + VA + 23901-2660 + Mrs. + F202578 + L202578 + + Board Chair + 202578@hsesinfo.org + Ms. + F202579 + L202579 + + President & CEO + 202579@hsesinfo.org + Mr. + F202581 + L202581 + + 202581@hsesinfo.org + Ms. + F202577 + L202577 + + 202577@hsesinfo.org + 555-555-2577 x 5555 + + + 8929 + 729 + 11281 + 000 + 2013 + 2018-07-01 + + HS + Active + PARIS INDEPENDENT SCHOOL DISTRICT + http://lch.parisisd.net/ + 729@hsesinfo.org + 1350 NE 6th Street + + Paris + TX + 75460-2626 + 1350 NE 6th Street + + Paris + TX + 75460-2626 + 1350 NE 6th Street + + Paris + TX + 75460-2626 + Mr. + F211025 + L211025 + + President, Board of Trustees + 211025@hsesinfo.org + Mr. + F211026 + L211026 + + Superintendent + 211026@hsesinfo.org + Ms. + F211028 + L211028 + + 211028@hsesinfo.org + Mrs. + F211024 + L211024 + + 211024@hsesinfo.org + 555-555-1024 x 5555 + + + 10020 + 1009 + 12069 + 000 + 1992 + 2019-07-01 + + HS + Active + South Central Missouri Community Action Agency + www.scmcaa.org + 1009@hsesinfo.org + 8055 Old Alton Road + + Winona + MO + 65588 + PO Box 6 + + Winona + MO + 65588-0006 + 8055 Old Alton Road + + Winona + MO + 65588 + Mr. + F218533 + L218533 + + Board Chair + 218533@hsesinfo.org + Ms. + F218534 + L218534 + + Executive Director + 218534@hsesinfo.org + Ms. + F218536 + L218536 + + 218536@hsesinfo.org + Ms. + F218532 + L218532 + + 218532@hsesinfo.org + 555-555-8532 + + + 10021 + 2840 + 12069 + 200 + 2011 + 2019-07-01 + + EHS + Active + South Central Missouri Community Action Agency + scmcaa.org + 2840@hsesinfo.org + 8055 Old Alton Road + + Winona + MO + 65588 + PO Box 6 + + Winona + MO + 65588-0006 + 8055 Old Alton Road + + Winona + MO + 65588 + Mr. + F218540 + L218540 + + Board Chair + 218540@hsesinfo.org + Ms. + F218541 + L218541 + + Executive Director + 218541@hsesinfo.org + Ms. + F218543 + L218543 + + 218543@hsesinfo.org + Ms. + F218539 + L218539 + + 218539@hsesinfo.org + 555-555-8539 + + + 4330 + 4330 + 6830 + 200 + 2013 + 2013-08-29 + 2018-12-31 + EHS + Inactive + Neighborhood House + www.nhwa.org + 4330@hsesinfo.org + 1225 S Weller St + Ste 510 + Seattle + WA + 98144-1906 + 1225 S Weller St + Ste 510 + Seattle + WA + 98144-1906 + 1225 S Weller St + Ste 510 + Seattle + WA + 98144-1906 + Ms. + F39312 + L39312 + + Board President + 39312@hsesinfo.org + Mr. + F39313 + L39313 + + Executive Director + 39313@hsesinfo.org + Ms. + F39315 + L39315 + + 39315@hsesinfo.org + Ms. + F39311 + L39311 + + 39311@hsesinfo.org + 555-555-9311 x 5555 + + + 3657 + 3469 + 7736 + 001 + 2012 + 2012-08-20 + + HS + Active + Educare of West DuPage + educareofwestdupage.org + 3469@hsesinfo.org + 851 Pearl Rd + + West Chicago + IL + 60185-3716 + 851 Pearl Rd + + West Chicago + IL + 60185-3716 + 851 Pearl Rd + + West Chicago + IL + 60185-3716 + + F35258 + L35258 + + Board Chair + 35258@hsesinfo.org + + F35256 + L35256 + + + 35256@hsesinfo.org + + F35255 + L35255 + + 35255@hsesinfo.org + + F33377 + L33377 + + 33377@hsesinfo.org + 555-555-3377 + + + 10022 + 1041 + 12053 + 000 + 2014 + 2019-07-01 + + HS + Active + Montrose County School District RE-1J + http://www.mcsd.org + 1041@hsesinfo.org + Early Childhood Centers / Head Start + 900 Colorado Avenue Unit 4 + Montrose + CO + 81401-9701 + Early Childhood Centers/Head Start + PO Box 10,000 + Montrose + CO + 81402 + Early Childhood Centers / Head Start + 900 Colorado Avenue Unit 4 + Montrose + CO + 81401-9701 + Ms. + F218547 + L218547 + + Board of Education, President + 218547@hsesinfo.org + Dr. + F218548 + L218548 + + Superintendent + 218548@hsesinfo.org + Ms. + F218550 + L218550 + + 218550@hsesinfo.org + Ms. + F218546 + L218546 + + 218546@hsesinfo.org + 555-555-8546 + + + 10023 + 1952 + 12052 + 000 + 2014 + 2019-07-01 + + HS + Active + Community Action Partnership of Kern + http://www.capk.org + 1952@hsesinfo.org + 5005 Business Park N + Ste 130 + Bakersfield + CA + 93309-1652 + 5005 Business Park N + Ste 130 + Bakersfield + CA + 93309-1652 + 5005 Business Park N + Ste 130 + Bakersfield + CA + 93309-1652 + Mr. + F218554 + L218554 + + Board Chair + 218554@hsesinfo.org + Mr. + F218555 + L218555 + + Executive Director + 218555@hsesinfo.org + Mrs. + F218557 + L218557 + + 218557@hsesinfo.org + Mrs. + F218553 + L218553 + + 218553@hsesinfo.org + 555-555-8553 x 5555 + + + 11105 + 235 + 13039 + 000 + 1992 + 2020-03-01 + + HS + Active + CHILD, Inc. + http://www.childincri.org + 235@hsesinfo.org + 160 Draper Avenue + + Warwick + RI + 02889-5047 + 160 Draper Avenue + + Warwick + RI + 02889-5047 + 160 Draper Avenue + + Warwick + RI + 02889-5047 + Mr. + F225973 + L225973 + Esq. + Board Chairperson + 225973@hsesinfo.org + Ms. + F225974 + L225974 + + CEO + 225974@hsesinfo.org + Ms. + F225976 + L225976 + + 225976@hsesinfo.org + Ms. + F225972 + L225972 + + 225972@hsesinfo.org + 555-555-5972 + + + 6847 + 4018 + 10319 + 208 + 2013 + 2015-08-01 + + EHS + Active + O'Farrill Learning Center + + 4018@hsesinfo.org + 6741 SW 24 Street, Suite 31 + + Miami + FL + 33155-1766 + 6741 SW 24 Street, Suite 31 + + Miami + FL + 33155-1766 + 6741 SW 24 Street, Suite 31 + + Miami + FL + 33155-1766 + Ms. + F203604 + L203604 + + President + 203604@hsesinfo.org + Ms. + F203605 + L203605 + + + 203605@hsesinfo.org + Ms. + F203607 + L203607 + + 203607@hsesinfo.org + Mr. + F203603 + L203603 + + 203603@hsesinfo.org + 555-555-3603 x 5555 + + + 10024 + 1953 + 12052 + 200 + 2014 + 2019-07-01 + + EHS + Active + Community Action Partnership of Kern + http://www.capk.org + 1953@hsesinfo.org + 5005 Business Park N + Ste 130 + Bakersfield + CA + 93309-1652 + 5005 Business Park N + Ste 130 + Bakersfield + CA + 93309-1652 + 5005 Business Park N + Ste 130 + Bakersfield + CA + 93309-1652 + Mr. + F218561 + L218561 + + Board Chair + 218561@hsesinfo.org + Mr. + F218562 + L218562 + + Executive Director + 218562@hsesinfo.org + Mrs. + F218564 + L218564 + + 218564@hsesinfo.org + Mrs. + F218560 + L218560 + + 218560@hsesinfo.org + 555-555-8560 x 5555 + + + 10025 + 2062 + 12079 + 000 + 2013 + 2019-07-01 + + HS + Active + Educational Opportunities for Children and Families + http://www.eocfwa.org + 2062@hsesinfo.org + 17800 SE Mill Plain Blvd. Ste 150 + + Vancouver + WA + 98683-7588 + 17800 SE Mill Plain Blvd. Ste 150 + + Vancouver + WA + 98683-7588 + 17800 SE Mill Plain Blvd. Ste 150 + + Vancouver + WA + 98683-7588 + Ms. + F218568 + L218568 + + Board Chair + 218568@hsesinfo.org + Ms. + F218569 + L218569 + + Executive Director + 218569@hsesinfo.org + Ms. + F218571 + L218571 + + 218571@hsesinfo.org + Ms. + F218567 + L218567 + + 218567@hsesinfo.org + 555-555-8567 x 5555 + + + 5141 + 859 + 8807 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Springfield Urban League, Inc. + http://www.springfieldul.org + 859@hsesinfo.org + 1108 E Cook St + 100 North 11th Street + Springfield + IL + 62703-1735 + 1108 E Cook St + 100 North 11th Street + Springfield + IL + 62703-1735 + 1108 E Cook St + 100 North 11th Street + Springfield + IL + 62703-1735 + Mr. + F51955 + L51955 + + + 51955@hsesinfo.org + Mrs. + F51953 + L51953 + + + 51953@hsesinfo.org + Ms. + F51952 + L51952 + + 51952@hsesinfo.org + Mr. + F51951 + L51951 + + 51951@hsesinfo.org + 555-555-1951 x 5555 + + + 10283 + 3874 + 12301 + 004 + 2014 + 2019-07-01 + + HS + Active + The Children's Aid Society + http://www.childrensaidnyc.org + 3874@hsesinfo.org + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + Ms. + F220322 + L220322 + + Board Chair + 220322@hsesinfo.org + Ms. + F220323 + L220323 + + President and Chief Executive Officer + 220323@hsesinfo.org + Ms. + F220325 + L220325 + + 220325@hsesinfo.org + Ms. + F220321 + L220321 + + 220321@hsesinfo.org + 555-555-0321 + + + 6883 + 3501 + 10364 + 001 + 2011 + 2015-07-01 + + HS + Active + Urban League + www.urbanleagueneworleans.org + 3501@hsesinfo.org + 4640 S Carrollton Ave + Ste 210 + New Orleans + LA + 70119-7607 + 4640 S Carrollton Ave + Ste 210 + New Orleans + LA + 70119-7607 + 4640 S Carrollton Ave + Ste 210 + New Orleans + LA + 70119-7607 + Ms. + F203856 + L203856 + + Jade Russell Consulting + 203856@hsesinfo.org + Mrs. + F203857 + L203857 + + President,CEO + 203857@hsesinfo.org + Ms. + F203859 + L203859 + + 203859@hsesinfo.org + Ms. + F203855 + L203855 + + 203855@hsesinfo.org + 555-555-3855 + + + 10284 + 3887 + 12302 + 014 + 2014 + 2019-07-01 + + HS + Active + University Settlement Early Childhood Center + http://www.universitysettlement.org + 3887@hsesinfo.org + 184 Eldridge Street + + New York + NY + 10002-2924 + 184 Eldridge Street + + New York + NY + 10002-2924 + 184 Eldridge Street + + New York + NY + 10002-2924 + Mr. + F220329 + L220329 + + Board Chairperson + 220329@hsesinfo.org + Ms. + F220330 + L220330 + + Executive Director + 220330@hsesinfo.org + Ms. + F220332 + L220332 + + 220332@hsesinfo.org + Ms. + F220328 + L220328 + + 220328@hsesinfo.org + 555-555-0328 + + + 6751 + 1426 + 10237 + 200 + 2004 + 2015-08-01 + + EHS + Active + Your Own United Resources, Inc. + + 1426@hsesinfo.org + 214 S 13th St + + Fort Dodge + IA + 50501-4828 + 214 S 13th St + + Fort Dodge + IA + 50501-4828 + 214 S 13th St + + Fort Dodge + IA + 50501-4828 + Mr. + F202928 + L202928 + + Board Vice President + 202928@hsesinfo.org + Mrs. + F202929 + L202929 + + + 202929@hsesinfo.org + Mrs. + F202931 + L202931 + + 202931@hsesinfo.org + Mrs. + F202927 + L202927 + + 202927@hsesinfo.org + 555-555-2927 x 5555 + + + 6650 + 6668 + 10174 + 000 + + 2015-07-01 + + HS + Active + San Joaquin County Office of Education + www.sjcoe.org/headstart + 6668@hsesinfo.org + 2922 Transworld Dr + + Stockton + CA + 95206-3952 + PO Box 213030 + PO Box 213030 + Stockton + CA + 95213-9030 + 2922 Transworld Dr + + Stockton + CA + 95206-3952 + Mr. + F202220 + L202220 + + County Superintendent of Schools + 202220@hsesinfo.org + Ms. + F202221 + L202221 + + Early Education & Support Director + 202221@hsesinfo.org + Ms. + F202223 + L202223 + + 202223@hsesinfo.org + Ms. + F202219 + L202219 + + 202219@hsesinfo.org + 555-555-2219 + + + 6651 + 6669 + 10174 + 200 + + 2015-07-01 + + EHS + Active + San Joaquin County Office of Education + www.sjcoe.org/headstart + 6669@hsesinfo.org + 2922 Transworld Dr + + Stockton + CA + 95206-3952 + PO Box 213030 + PO Box 213030 + Stockton + CA + 95213-9030 + 2922 Transworld Dr + + Stockton + CA + 95206-3952 + Mr. + F202227 + L202227 + + County Superintendent of Schools + 202227@hsesinfo.org + Ms. + F202228 + L202228 + + Early Education & Support Director + 202228@hsesinfo.org + Ms. + F202230 + L202230 + + 202230@hsesinfo.org + Ms. + F202226 + L202226 + + 202226@hsesinfo.org + 555-555-2226 + + + 11106 + 234 + 13039 + 200 + 2001 + 2020-03-01 + + EHS + Active + CHILD, Inc. + http://www.childincri.org + 234@hsesinfo.org + 160 Draper Avenue + + Warwick + RI + 02889-5047 + 160 Draper Avenue + + Warwick + RI + 02889-5047 + 160 Draper Avenue + + Warwick + RI + 02889-5047 + Mr. + F225980 + L225980 + Esq. + Board Chairperson + 225980@hsesinfo.org + Ms. + F225981 + L225981 + + CEO + 225981@hsesinfo.org + Ms. + F225983 + L225983 + + 225983@hsesinfo.org + Ms. + F225979 + L225979 + + 225979@hsesinfo.org + 555-555-5979 + + + 8263 + 8195 + 10639 + 200 + 2016 + 2016-07-01 + + EHS + Active + Neighborhood House Incorporated + http://www.nhwa.org + 8195@hsesinfo.org + 1225 S Weller St + Ste 510 + Seattle + WA + 98144-1906 + 1225 S Weller St + Ste 510 + Seattle + WA + 98144-1906 + 1225 S Weller St + Ste 510 + Seattle + WA + 98144-1906 + Ms. + F206956 + L206956 + + Board President + 206956@hsesinfo.org + Ms. + F206957 + L206957 + + Executive Director + 206957@hsesinfo.org + Ms. + F206959 + L206959 + + 206959@hsesinfo.org + Ms. + F206955 + L206955 + + 206955@hsesinfo.org + 555-555-6955 x 5555 + + + 9615 + 1399 + 11796 + 000 + 2014 + 2019-06-01 + + HS + Active + MIDLAND UNIVERSITY + www.dodgecountyheadstart.org + 1399@hsesinfo.org + 900 North Clarkson Street + + Fremont + NE + 68025-4254 + PO Box 244 + + Fremont + NE + 68025 + 1024 W 23rd St + + Fremont + NE + 68025-6613 + Mr. + F215757 + L215757 + + Chairman of the Grantee Board + 215757@hsesinfo.org + Ms. + F215758 + L215758 + + President - Midland University + 215758@hsesinfo.org + Ms. + F215760 + L215760 + + 215760@hsesinfo.org + Ms. + F215756 + L215756 + + 215756@hsesinfo.org + 555-555-5756 + + + 10286 + 3876 + 12304 + 006 + 2014 + 2019-07-01 + + HS + Active + La Peninsula Community Organization, Inc. + http://www.lapen.com + 3876@hsesinfo.org + 711 Manida St + + Bronx + NY + 10474-5807 + 711 Manida St + + Bronx + NY + 10474-5807 + 711 Manida St + + Bronx + NY + 10474-5807 + Mr. + F220343 + L220343 + Jr + Chairperson + 220343@hsesinfo.org + Ms. + F220344 + L220344 + + Executive director + 220344@hsesinfo.org + Mr. + F220346 + L220346 + + 220346@hsesinfo.org + Ms. + F220342 + L220342 + + 220342@hsesinfo.org + 555-555-0342 + + + 9616 + 7076 + 11796 + 200 + + 2019-06-01 + + EHS + Active + MIDLAND UNIVERSITY + + 7076@hsesinfo.org + 1024 W 23rd St + + Fremont + NE + 68025-6613 + 900 North Clarkson Street + + Fremont + NE + 68025-4254 + 900 North Clarkson Street + + Fremont + NE + 68025-4254 + Mr. + F215764 + L215764 + + Chairman of the Grantee Board + 215764@hsesinfo.org + Ms. + F215765 + L215765 + + President - Midland University + 215765@hsesinfo.org + Ms. + F215767 + L215767 + + 215767@hsesinfo.org + Ms. + F215763 + L215763 + + 215763@hsesinfo.org + 555-555-5763 + + + 10287 + 3970 + 12305 + 053 + 2014 + 2019-07-01 + + HS + Active + Brooklyn Chinese-American Association + bca.net + 3970@hsesinfo.org + 5000 8th Avenue + + Brooklyn + NY + 11220-2221 + 5000 8th Avenue + + Brooklyn + NY + 11220-2221 + 5000 8th Avenue + + Brooklyn + NY + 11220-2221 + Mr. + F220350 + L220350 + + Chairman + 220350@hsesinfo.org + Mr. + F220351 + L220351 + + + 220351@hsesinfo.org + Ms. + F220353 + L220353 + + 220353@hsesinfo.org + Ms. + F220349 + L220349 + + 220349@hsesinfo.org + 555-555-0349 + + + 10288 + 3938 + 12306 + 041 + 2014 + 2019-07-01 + + HS + Active + Women's Housing and Economic Development Corp + http://www.whedco.org + 3938@hsesinfo.org + Urban Horizons Early Childhood Discovery Center + 50 East 168th Street + Bronx + NY + 10452-7929 + Urban Horizons Early Childhood Discovery Center + 50 East 168th Street + Bronx + NY + 10452-7929 + Urban Horizons Early Childhood Discovery Center + 50 East 168th Street + Bronx + NY + 10452-7929 + Ms. + F220357 + L220357 + + Board Chairperson + 220357@hsesinfo.org + Mr. + F220358 + L220358 + + President + 220358@hsesinfo.org + Ms. + F220360 + L220360 + + 220360@hsesinfo.org + Ms. + F220356 + L220356 + + 220356@hsesinfo.org + 555-555-0356 + + + 10289 + 3915 + 12307 + 028 + 2014 + 2019-07-01 + + HS + Active + Bushwick United Head Start + www.bushwickunited.org + 3915@hsesinfo.org + 136 Stanhope Street + + Brooklyn + NY + 11221-3407 + 136 Stanhope Street + + Brooklyn + NY + 11221-3407 + 136 Stanhope Street + + Brooklyn + NY + 11221-3407 + Ms. + F220364 + L220364 + + Chairwoman of the Board + 220364@hsesinfo.org + Mr. + F220365 + L220365 + + Executive Director + 220365@hsesinfo.org + Ms. + F220367 + L220367 + + 220367@hsesinfo.org + Mr. + F220363 + L220363 + + 220363@hsesinfo.org + 555-555-0363 + + + 10290 + 3932 + 12308 + 037 + 2014 + 2019-07-01 + + HS + Active + Hospital Clinic ACE Head Start + www.aceintegration.org + 3932@hsesinfo.org + 1419-23 Broadway + + Brooklyn + NY + 11221-4202 + 1419-23 Broadway + + Brooklyn + NY + 11221-4202 + 1419-23 Broadway + + Brooklyn + NY + 11221-4202 + Ms. + F220371 + L220371 + + Chair + 220371@hsesinfo.org + Mr. + F220372 + L220372 + + + 220372@hsesinfo.org + Ms. + F220374 + L220374 + + 220374@hsesinfo.org + Mr. + F220370 + L220370 + + 220370@hsesinfo.org + 555-555-0370 x 5555 + + + 10708 + 3611 + 12712 + 004 + 2013 + 2019-11-01 + + Migrant HS + Active + Yadkin Valley Economic Development District, Inc. + www.yveddi.com + 3611@hsesinfo.org + 533 N Carolina Ave + + Boonville + NC + 27011-8943 + PO Box 309 + + Boonville + NC + 27011-0309 + 533 N Carolina Ave + + Boonville + NC + 27011-8943 + Mr. + F223285 + L223285 + + Board Chairman + 223285@hsesinfo.org + Mrs. + F223286 + L223286 + + Executive Director + 223286@hsesinfo.org + Ms. + F223288 + L223288 + + 223288@hsesinfo.org + Ms. + F223284 + L223284 + + 223284@hsesinfo.org + 555-555-3284 + + + 10710 + 3616 + 12714 + 006 + 2013 + 2019-11-01 + + Migrant HS + Active + ECMHSP - Alabama Direct Services + http://www.ecmhsp.org + 3616@hsesinfo.org + 851 E I65 Service Rd S + + Mobile + AL + 36606-3113 + 851 E I65 Service Rd S + + Mobile + AL + 36606-3113 + 851 E I65 Service Rd S + + Mobile + AL + 36606-3113 + Dr. + F223299 + L223299 + + President, ECMHSP Board of Directors + 223299@hsesinfo.org + Dr. + F223300 + L223300 + + Chief Executive Officer + 223300@hsesinfo.org + Ms. + F223302 + L223302 + + 223302@hsesinfo.org + Ms. + F223298 + L223298 + + 223298@hsesinfo.org + 555-555-3298 + + + 10711 + 3617 + 12715 + 007 + 2013 + 2019-11-01 + + Migrant HS + Active + ECMHSP - Florida Direct Services (Western Region) + http://www.ecmhsp.org + 3617@hsesinfo.org + 600 N Broadway Ave + Ste 203 + Bartow + FL + 33830-3807 + 600 N Broadway Ave + Ste 203 + Bartow + FL + 33830-3807 + 600 N Broadway Ave + Ste 203 + Bartow + FL + 33830-3807 + Dr. + F223306 + L223306 + + President, ECMHSP Board of Directors + 223306@hsesinfo.org + Dr. + F223307 + L223307 + + Chief Executive Officer + 223307@hsesinfo.org + Ms. + F223309 + L223309 + + 223309@hsesinfo.org + Ms. + F223305 + L223305 + + 223305@hsesinfo.org + 555-555-3305 + + + 5249 + 3750 + 9093 + 002 + 2014 + 2014-07-01 + 2019-05-31 + HS + Inactive + University of Cincinnati, Arlitt Center Head Start + www.cech.uc.edu/arlitt + 3750@hsesinfo.org + One Edwards Center + 47 W. Corry Boulevard + Cincinnati + OH + 45221-0105 + One Edwards Center + PO Box 210105 + Cincinnati + OH + 45221-0105 + One Edwards Center + 47 W. Corry Boulevard + Cincinnati + OH + 45221-0105 + Dr. + F53260 + L53260 + + + 53260@hsesinfo.org + Dr. + F53264 + L53264 + + + 53264@hsesinfo.org + Dr. + F53261 + L53261 + + 53261@hsesinfo.org + Ms. + F53259 + L53259 + + 53259@hsesinfo.org + 555-555-3259 + + + 10291 + 3871 + 12309 + 001 + 2014 + 2019-07-01 + + HS + Active + South Jamaica Center For Children And Parents, Inc + + 3871@hsesinfo.org + 114-02 Guy R. Brewer Blvd + + Jamaica + NY + 11434-1243 + 114-02 Guy R. Brewer Blvd + + Jamaica + NY + 11434-1243 + 114-02 Guy R. Brewer Blvd + + Jamaica + NY + 11434-1243 + Mrs. + F220378 + L220378 + + Chairperson + 220378@hsesinfo.org + Ms. + F220379 + L220379 + + Administrative Director + 220379@hsesinfo.org + Ms. + F220381 + L220381 + + 220381@hsesinfo.org + Ms. + F220377 + L220377 + + 220377@hsesinfo.org + 555-555-0377 + + + 10712 + 3618 + 12716 + 008 + 2013 + 2019-11-01 + + Migrant HS + Active + ECMHSP - Florida Direct Services (Eastern Region) + http://www.ecmhsp.org + 3618@hsesinfo.org + 1111 SE Federal Highway, Suite 226 + + Stuart + FL + 34994-3834 + 1111 SE Federal Highway, Suite 226 + + Stuart + FL + 34994-3834 + 1111 SE Federal Highway, Suite 226 + + Stuart + FL + 34994-3834 + Dr. + F223313 + L223313 + + President, ECMHSP Board of Directors + 223313@hsesinfo.org + Dr. + F223314 + L223314 + + Chief Executive Officer + 223314@hsesinfo.org + Ms. + F223316 + L223316 + + 223316@hsesinfo.org + Mrs. + F223312 + L223312 + + 223312@hsesinfo.org + 555-555-3312 + + + 10713 + 3620 + 12717 + 009 + 2013 + 2019-11-01 + + Migrant HS + Active + ECMHSP - South Carolina Direct Services + www.ecmhsp.org + 3620@hsesinfo.org + 706 Orleans Rd + + Charleston + SC + 29407-5753 + PO Box 80836 + + Charleston + SC + 29416-0836 + 706 Orleans Rd + + Charleston + SC + 29407-5753 + Dr. + F223320 + L223320 + + President, ECMHSP Board of Directors + 223320@hsesinfo.org + Dr. + F223321 + L223321 + + Chief Executive Officer + 223321@hsesinfo.org + Ms. + F223323 + L223323 + + 223323@hsesinfo.org + Ms. + F223319 + L223319 + + 223319@hsesinfo.org + 555-555-3319 + + + 6702 + 6720 + 10238 + 200 + + 2015-08-01 + + EHS + Active + STEPS, Inc. + www.steps-inc.org + 6720@hsesinfo.org + 225 Industrial Park Rd + + Farmville + VA + 23901-2660 + 225 Industrial Park Rd + + Farmville + VA + 23901-2660 + 225 Industrial Park Rd + + Farmville + VA + 23901-2660 + Mrs. + F202585 + L202585 + + + 202585@hsesinfo.org + Ms. + F202586 + L202586 + + + 202586@hsesinfo.org + Mr. + F202588 + L202588 + + 202588@hsesinfo.org + Ms. + F202584 + L202584 + + 202584@hsesinfo.org + 555-555-2584 x 5555 + + + 8229 + 8161 + 10618 + 200 + 2016 + 2016-07-01 + + EHS + Active + Catholic Charities Community Services, Inc. + https://www.catholiccharitiesaz.org/all-locations/youth-development + 8161@hsesinfo.org + Catholic Charities Community Services, Inc + 4747 N 7th Ave + Phoenix + AZ + 85013 + Catholic Charities Community Services, Inc + 4747 N 7th Ave + Phoenix + AZ + 85013 + Catholic Charities Community Services, Inc + 4747 N 7th Ave + Phoenix + AZ + 85013 + Mr. + F206718 + L206718 + + Chairman of the Board Catholic Charities Community Services + 206718@hsesinfo.org + Mr. + F206719 + L206719 + + CEO + 206719@hsesinfo.org + Mrs. + F206721 + L206721 + + 206721@hsesinfo.org + Mr. + F206717 + L206717 + + 206717@hsesinfo.org + 555-555-6717 x 5555 + + + 8749 + 8607 + 11122 + 023 + 2017 + 2017-08-01 + + HS + Active + Municipality of Juana Diaz + + 8607@hsesinfo.org + 67 Calle Comercio + + Juana Diaz + PR + 00795-1634 + PO Box 1409 + + Juana Diaz + PR + 00795-1409 + 67 Calle Comercio + Fl B + Juana Diaz + PR + 00795-1634 + Ms. + F209716 + L209716 + + President + 209716@hsesinfo.org + Mr. + F209717 + L209717 + + Director + 209717@hsesinfo.org + Ms. + F209719 + L209719 + + 209719@hsesinfo.org + Mr. + F209715 + L209715 + + 209715@hsesinfo.org + 555-555-9715 + + + 6003 + 6010 + 9697 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Municipality of San Sebastian + + 6010@hsesinfo.org + Carr 125 + Bo. Guatemala + San Sebastian + PR + 00685 + PO Box 1603 + + San Sebastian + PR + 00685-1603 + Carr 125 + Bo. Guatemala + San Sebastian + PR + 00685 + Ms. + F106754 + L106754 + + President of the Governing Board + 106754@hsesinfo.org + Ms. + F106755 + L106755 + + Director EHS/EHS-CCP + 106755@hsesinfo.org + Ms. + F106757 + L106757 + + 106757@hsesinfo.org + Ms. + F106753 + L106753 + + 106753@hsesinfo.org + 555-555-6753 + + + 10787 + 2453 + 12762 + 000 + 2014 + 2019-12-01 + + HS + Active + United Talmudical Academy of Boro Park + rmandel@utaheadstart.com + 2453@hsesinfo.org + 5301 - 14th Avenue + + Brooklyn + NY + 11219-3945 + 5301 - 14th Avenue + + Brooklyn + NY + 11219-3945 + 5301 - 14th Avenue + + Brooklyn + NY + 11219-3945 + Mr. + F223810 + L223810 + + Board chairperson + 223810@hsesinfo.org + Mr. + F223811 + L223811 + + + 223811@hsesinfo.org + Mrs. + F223813 + L223813 + + 223813@hsesinfo.org + Mrs. + F223809 + L223809 + + 223809@hsesinfo.org + 555-555-3809 + + + 10026 + 2061 + 12079 + 200 + 2013 + 2019-07-01 + + EHS + Active + Educational Opportunities for Children and Families + http://www.eocfwa.org + 2061@hsesinfo.org + 17800 SE Mill Plain Blvd. Ste 150 + + Vancouver + WA + 98683-7588 + 17800 SE Mill Plain Blvd. Ste 150 + + Vancouver + WA + 98683-7588 + 17800 SE Mill Plain Blvd. Ste 150 + + Vancouver + WA + 98683-7588 + Ms. + F218575 + L218575 + + Board Chair + 218575@hsesinfo.org + Ms. + F218576 + L218576 + + Executive Director + 218576@hsesinfo.org + Ms. + F218578 + L218578 + + 218578@hsesinfo.org + Ms. + F218574 + L218574 + + 218574@hsesinfo.org + 555-555-8574 x 5555 + + + 10292 + 3872 + 12310 + 002 + 2014 + 2019-07-01 + + HS + Active + Seventh Avenue Center For Family Services + http://www.7thavenuecenter.org + 3872@hsesinfo.org + 1646 Montgomery Avenue + + Bronx + NY + 10453-7302 + 1646 Montgomery Avenue + + Bronx + NY + 10453-7302 + 1646 Montgomery Avenue + + Bronx + NY + 10453-7302 + Rev. + F220385 + L220385 + + Board Chairperson + 220385@hsesinfo.org + Dr. + F220386 + L220386 + + Director + 220386@hsesinfo.org + + F220388 + L220388 + + 220388@hsesinfo.org + Dr. + F220384 + L220384 + + 220384@hsesinfo.org + 555-555-0384 + + + 10293 + 3875 + 12311 + 005 + 2014 + 2019-07-01 + + HS + Active + Addie Mae Collins Community Service Head Start + http://www.addiemaecollins.org + 3875@hsesinfo.org + 110 East 129th Street + + New York + NY + 10035-1300 + 110 East 129th Street + + New York + NY + 10035-1300 + 110 East 129th Street + + New York + NY + 10035-1300 + Mrs. + F220392 + L220392 + + + 220392@hsesinfo.org + Miss + F220393 + L220393 + + + 220393@hsesinfo.org + Miss + F220395 + L220395 + + 220395@hsesinfo.org + Miss + F220391 + L220391 + + 220391@hsesinfo.org + 555-555-0391 + + + 8556 + 8436 + 10960 + 200 + 2017 + 2017-03-01 + + EHS + Active + Motivation Education & Training, Inc. + www.metinc.org + 8436@hsesinfo.org + 22551 Gene Campbell Blvd + + New Caney + TX + 77357 + PO Box 1838 + + New Caney + TX + 77357-1838 + 22551 Gene Campbell Blvd + + New Caney + TX + 77357 + Mr. + F208620 + L208620 + + Governing Board President + 208620@hsesinfo.org + Mrs. + F208621 + L208621 + + Executive Director + 208621@hsesinfo.org + Mrs. + F208623 + L208623 + + 208623@hsesinfo.org + Ms. + F208619 + L208619 + + 208619@hsesinfo.org + 555-555-8619 + + + 10029 + 2354 + 12068 + 200 + 2014 + 2019-07-01 + + EHS + Active + CHILD DEVELOPMENT RESOURCES, INC. + http://www.cdr.org + 2354@hsesinfo.org + 150 Point O Woods + + Williamsburg + VA + 23188-7052 + PO Box 280 + + Norge + VA + 23127-0280 + 150 Point O Woods + + Williamsburg + VA + 23188-7052 + Mr. + F218596 + L218596 + + Board of Directors Chairperson + 218596@hsesinfo.org + Mr. + F218597 + L218597 + + Executive Director + 218597@hsesinfo.org + Ms. + F218599 + L218599 + + 218599@hsesinfo.org + Mrs. + F218595 + L218595 + + 218595@hsesinfo.org + 555-555-8595 + + + 9087 + 3331 + 11403 + 000 + 2013 + 2018-09-01 + + Migrant HS + Active + NYS Federation of Growers' & Processors' Associations, Inc. + www.abcdny.org + 3331@hsesinfo.org + 847 Union St + + Schenectady + NY + 12308-2705 + 847 Union St + + Schenectady + NY + 12308-2705 + 847 Union St + + Schenectady + NY + 12308-2705 + Mr. + F212190 + L212190 + Jr. + Board President + 212190@hsesinfo.org + Ms. + F212191 + L212191 + + Chief Executive Officer + 212191@hsesinfo.org + Ms. + F212193 + L212193 + + 212193@hsesinfo.org + Ms. + F212189 + L212189 + + 212189@hsesinfo.org + 555-555-2189 + + + 9182 + 413 + 11482 + 200 + 2013 + 2018-11-01 + + EHS + Active + Baraga-Houghton-Keweenaw Child Development Board, Inc. + http://www.bhkfirst.org + 413@hsesinfo.org + 700 Park Avenue + + Houghton + MI + 49931-2453 + 700 Park Avenue + + Houghton + MI + 49931-2453 + 700 Park Avenue + + Houghton + MI + 49931-2453 + Mr. + F212810 + L212810 + + Board Chairperson + 212810@hsesinfo.org + Ms. + F212811 + L212811 + + Executive Director + 212811@hsesinfo.org + Ms. + F212813 + L212813 + + 212813@hsesinfo.org + Ms. + F212809 + L212809 + + 212809@hsesinfo.org + 555-555-2809 x 5555 + + + 4768 + 1925 + 8641 + 200 + 2014 + 2014-04-01 + 2019-03-31 + EHS + Inactive + INTER-COUNTY COMMUNITY COUNCIL, INC. + intercountycommunitycouncicc.org + 1925@hsesinfo.org + P.O. Box 189 + 207 MainStreet + Oklee + MN + 56742-0189 + P.O. Box 189 + 207 MainStreet + Oklee + MN + 56742-0189 + P.O. Box 189 + 207 MainStreet + Oklee + MN + 56742-0189 + Mr. + F46181 + L46181 + + ICCC Board Chair + 46181@hsesinfo.org + Ms. + F46179 + L46179 + + + 46179@hsesinfo.org + Ms. + F46178 + L46178 + + 46178@hsesinfo.org + Ms. + F46176 + L46176 + + 46176@hsesinfo.org + 555-555-6176 x 5555 + + + 10032 + 8989 + 12088 + 000 + 2019 + 2019-07-01 + + HS + Active + The Family Conservancy + thefamilyconservancy..org + 8989@hsesinfo.org + 444 Minnesota Avenue Suite 200 + + Kansas City + KS + 66101-2900 + 444 Minnesota Avenue Suite 200 + + Kansas City + KS + 66101-2900 + 444 Minnesota Avenue Suite 200 + + Kansas City + KS + 66101-2900 + Mr. + F218617 + L218617 + + + 218617@hsesinfo.org + Mrs. + F218618 + L218618 + + + 218618@hsesinfo.org + Ms. + F218620 + L218620 + + 218620@hsesinfo.org + Ms. + F218616 + L218616 + + 218616@hsesinfo.org + 555-555-8616 x 5555 + + + 10033 + 8990 + 12088 + 200 + 2019 + 2019-07-01 + + EHS + Active + The Family Conservancy + thefamilyconservancy..org + 8990@hsesinfo.org + 444 Minnesota Avenue Suite 200 + + Kansas City + KS + 66101-2900 + 444 Minnesota Avenue Suite 200 + + Kansas City + KS + 66101-2900 + 444 Minnesota Avenue Suite 200 + + Kansas City + KS + 66101-2900 + Mr. + F218624 + L218624 + + + 218624@hsesinfo.org + Mrs. + F218625 + L218625 + + + 218625@hsesinfo.org + Ms. + F218627 + L218627 + + 218627@hsesinfo.org + Ms. + F218623 + L218623 + + 218623@hsesinfo.org + 555-555-8623 x 5555 + + + 5914 + 1111 + 9688 + 000 + 1992 + 2015-03-01 + 2020-06-30 + HS + Inactive + Child, Family & Community Services + http://www.cfcsinc.org + 1111@hsesinfo.org + 32980 Alvarado Niles Rd + Ste 856 + Union City + CA + 94587-3186 + 32980 Alvarado Niles Rd + Ste 856 + Union City + CA + 94587-3186 + 32980 Alvarado Niles Rd + Ste 856 + Union City + CA + 94587-3186 + Ms. + F105977 + L105977 + + Board President + 105977@hsesinfo.org + Mr. + F105980 + L105980 + + CEO + 105980@hsesinfo.org + Ms. + F105979 + L105979 + + 105979@hsesinfo.org + Mr. + F105975 + L105975 + + 105975@hsesinfo.org + 555-555-5975 + + + 10034 + 8991 + 12049 + 200 + 2019 + 2019-07-01 + + EHS + Active + FAMILY, Inc + http://www.familyia.org + 8991@hsesinfo.org + 3501 Harry Langdon Blvd, Suite 150 + + Council Bluffs + IA + 51503-7837 + 3501 Harry Langdon Blvd, Suite 150 + + Council Bluffs + IA + 51503-7837 + 3501 Harry Langdon Blvd, Suite 150 + + Council Bluffs + IA + 51503-7837 + Mr. + F218631 + L218631 + + Board Chair + 218631@hsesinfo.org + Ms. + F218632 + L218632 + + Executive Director + 218632@hsesinfo.org + Ms. + F218634 + L218634 + + 218634@hsesinfo.org + Ms. + F218630 + L218630 + + 218630@hsesinfo.org + 555-555-8630 + + + 5917 + 3772 + 9542 + 201 + + 2015-03-01 + 2020-06-30 + EHS + Inactive + Community Association for Preschool Education, Inc + http://www.capeheadstart.org + 3772@hsesinfo.org + 3037 Independence Dr + Ste A + Livermore + CA + 94551-7672 + 3037 Independence Dr + Ste A + Livermore + CA + 94551-7672 + 3037 Independence Dr + Ste A + Livermore + CA + 94551-7672 + Mr. + F106980 + L106980 + + President + 106980@hsesinfo.org + Ms. + F106979 + L106979 + + Executive Director + 106979@hsesinfo.org + Mrs. + F106978 + L106978 + + 106978@hsesinfo.org + Ms. + F106976 + L106976 + + 106976@hsesinfo.org + 555-555-6976 x 5555 + + + 6599 + 1585 + 10085 + 000 + 1991 + 2015-07-01 + 2020-06-30 + HS + Inactive + Child Care Associates + http://www.childcareassociates.org + 1585@hsesinfo.org + 3000 E Belknap St + + Fort Worth + TX + 76111-4142 + 3000 E Belknap St + + Fort Worth + TX + 76111-4142 + 3000 E Belknap St + + Fort Worth + TX + 76111-4142 + Ms. + F201863 + L201863 + + Board Chairman + 201863@hsesinfo.org + Ms. + F201864 + L201864 + + President/CEO + 201864@hsesinfo.org + Mr. + F201866 + L201866 + + 201866@hsesinfo.org + Ms. + F201862 + L201862 + + 201862@hsesinfo.org + 555-555-1862 x 5555 + + + 6859 + 4038 + 10327 + 016 + 2013 + 2015-08-01 + + HS + Active + The School Board of Miami-Dade County, Florida + http://headstart.dadeschools.net + 4038@hsesinfo.org + 1450 NE 2nd Ave + Ste 351 + Miami + FL + 33132-1308 + 1450 NE 2nd Ave + Ste 351 + Miami + FL + 33132-1308 + 1450 NE 2nd Ave + Ste 351 + Miami + FL + 33132-1308 + Ms. + F203688 + L203688 + + Board Chair + 203688@hsesinfo.org + Dr. + F203689 + L203689 + + Executive Director + 203689@hsesinfo.org + Ms. + F203691 + L203691 + + 203691@hsesinfo.org + Dr. + F203687 + L203687 + + 203687@hsesinfo.org + 555-555-3687 + + + 6860 + 4017 + 10327 + 216 + 2013 + 2015-08-01 + + EHS + Active + The School Board of Miami-Dade County, Florida + http://headstart.dadeschools.net + 4017@hsesinfo.org + 1450 NE 2nd Ave + Ste 351 + Miami + FL + 33132-1308 + 1450 NE 2nd Ave + Ste 351 + Miami + FL + 33132-1308 + 1450 NE 2nd Ave + Ste 351 + Miami + FL + 33132-1308 + Ms. + F203695 + L203695 + + Board Chair + 203695@hsesinfo.org + Dr. + F203696 + L203696 + + Executive Director + 203696@hsesinfo.org + Ms. + F203698 + L203698 + + 203698@hsesinfo.org + Dr. + F203694 + L203694 + + 203694@hsesinfo.org + 555-555-3694 + + + 4791 + 564 + 8754 + 000 + 2014 + 2014-04-01 + 2019-06-30 + HS + Inactive + Coastal Plain Area Economic Opportunity Authority, Inc + coastalplaineoa.org + 564@hsesinfo.org + 1810 W Hill Ave + Unit B2 + Valdosta + GA + 31601-5154 + 1810 W Hill Ave + Unit B2 + Valdosta + GA + 31601-5154 + 1810 W Hill Ave + Unit B2 + Valdosta + GA + 31601-5154 + Mr. + F46604 + L46604 + + Board Chairman + 46604@hsesinfo.org + Mrs. + F46606 + L46606 + + Executive Director + 46606@hsesinfo.org + Ms. + F46605 + L46605 + + 46605@hsesinfo.org + Mrs. + F46601 + L46601 + + 46601@hsesinfo.org + 555-555-6601 x 5555 + + + 6348 + 246 + 10015 + 000 + 1989 + 2015-07-01 + 2020-06-30 + HS + Inactive + Lynn Economic Opportunity Head Start + http://www.leoinc.org + 246@hsesinfo.org + 156 Broad St + + Lynn + MA + 01901-1603 + 156 Broad St + + Lynn + MA + 01901-1603 + 156 Broad St + + Lynn + MA + 01901-1603 + Mr. + F200106 + L200106 + + President, LEO Board of Directors + 200106@hsesinfo.org + Mrs. + F200107 + L200107 + + CFO + 200107@hsesinfo.org + Ms. + F200109 + L200109 + + 200109@hsesinfo.org + Ms. + F200105 + L200105 + + 200105@hsesinfo.org + 555-555-0105 + + + 6618 + 800 + 10104 + 000 + 1995 + 2015-07-01 + 2020-06-30 + HS + Inactive + Acadia Parish School Board + http://www.acadia.k12.la.us + 800@hsesinfo.org + 2402 N Parkerson Ave + + Crowley + LA + 70526-2015 + 2402 N Parkerson Ave + + Crowley + LA + 70526-2015 + 2402 N Parkerson Ave + + Crowley + LA + 70526-2015 + Mr. + F201996 + L201996 + + Board Chairperson + 201996@hsesinfo.org + Mr. + F201997 + L201997 + + Superintendent + 201997@hsesinfo.org + Ms. + F201999 + L201999 + + 201999@hsesinfo.org + Mr. + F201995 + L201995 + + 201995@hsesinfo.org + 555-555-1995 + + + 5570 + 312 + 9270 + 000 + 2014 + 2014-12-01 + 2020-06-30 + HS + Inactive + Eastern Shore AAA/CAA + www.esaaa-caa.org + 312@hsesinfo.org + 5432 Bayside Rd + + Exmore + VA + 23350-3936 + 5432 Bayside Road + + Exmore + VA + 23350-0415 + 5432 Bayside Rd + + Exmore + VA + 23350-3936 + Ms. + F101010 + L101010 + + Board Chairperson + 101010@hsesinfo.org + Ms. + F101014 + L101014 + + + 101014@hsesinfo.org + Mrs. + F101013 + L101013 + + 101013@hsesinfo.org + Ms. + F101009 + L101009 + + 101009@hsesinfo.org + 555-555-1009 x 5555 + + + 5684 + 5480 + 9508 + 204 + 2015 + 2015-01-01 + + EHS + Active + Casa Central Children's Services + http://www.casacentral.org + 5480@hsesinfo.org + 1343 North California Ave + + Chicago + IL + 60622-2803 + 1343 North California Ave + + Chicago + IL + 60622-2803 + 1343 North California Ave + + Chicago + IL + 60622-2803 + Dr. + F102327 + L102327 + + Board Chair + 102327@hsesinfo.org + Ms. + F102328 + L102328 + + Interim President/CEO + 102328@hsesinfo.org + Ms. + F102330 + L102330 + + 102330@hsesinfo.org + Ms. + F102326 + L102326 + + 102326@hsesinfo.org + 555-555-2326 + + + 11110 + 1051 + 13034 + 000 + 1992 + 2020-03-01 + + HS + Active + OPPORTUNITIES, INC. + www.gfoppinc.org + 1051@hsesinfo.org + 1220 3rd Avenue South + + Great Falls + MT + 59405 + PO Box 2289 + + Great Falls + MT + 59403-2289 + 905 1st Ave N + + Great Falls + MT + 59401-2605 + Ms. + F226008 + L226008 + + Board of Directors President + 226008@hsesinfo.org + Ms. + F226009 + L226009 + + Opportunities Inc. Executive Director + 226009@hsesinfo.org + Ms. + F226011 + L226011 + + 226011@hsesinfo.org + Ms. + F226007 + L226007 + + 226007@hsesinfo.org + 555-555-6007 + + + 11111 + 2598 + 13034 + 200 + 2011 + 2020-03-01 + + EHS + Active + OPPORTUNITIES, INC. + www.gfoppinc.org + 2598@hsesinfo.org + 1200 3rd Ave S + + Great Falls + MT + 59405-2355 + PO Box 2289 + + Great Falls + MT + 59403-2289 + 905 1st Ave N + + Great Falls + MT + 59401-2605 + Ms. + F226015 + L226015 + + Board of Directors President + 226015@hsesinfo.org + Ms. + F226016 + L226016 + + Opportunities Inc. Executive Director + 226016@hsesinfo.org + Ms. + F226018 + L226018 + + 226018@hsesinfo.org + Ms. + F226014 + L226014 + + 226014@hsesinfo.org + 555-555-6014 + + + 11112 + 1036 + 13033 + 000 + 2014 + 2020-03-01 + + HS + Active + Youth & Family Services, Inc. + http://www.youthandfamilyservices.org + 1036@hsesinfo.org + 1920 Plaza Blvd + + Rapid City + SD + 57702-9354 + 1920 Plaza Blvd + + Rapid City + SD + 57702-9354 + 1920 Plaza Blvd + + Rapid City + SD + 57702-9354 + Ms. + F226022 + L226022 + + Board President + 226022@hsesinfo.org + Mr. + F226023 + L226023 + + CEO + 226023@hsesinfo.org + Ms. + F226025 + L226025 + + 226025@hsesinfo.org + Mr. + F226021 + L226021 + + 226021@hsesinfo.org + 555-555-6021 + + + 5299 + 3698 + 9143 + 018 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Children’s Institute, Inc + childrensinstitute.org + 3698@hsesinfo.org + 7226 S Figueroa St + + Los Angeles + CA + 90003-1721 + 7226 S Figueroa St + + Los Angeles + CA + 90003-1721 + 7226 S Figueroa St + + Los Angeles + CA + 90003-1721 + Mr. + F53438 + L53438 + + + 53438@hsesinfo.org + Ms. + F53436 + L53436 + + + 53436@hsesinfo.org + Mr. + F53435 + L53435 + + 53435@hsesinfo.org + Ms. + F53434 + L53434 + + 53434@hsesinfo.org + 555-555-3434 + + + 11113 + 1037 + 13033 + 200 + 1992 + 2020-03-01 + + EHS + Active + Youth & Family Services, Inc. + http://www.youthandfamilyservices.org + 1037@hsesinfo.org + 1920 Plaza Blvd + + Rapid City + SD + 57702-9354 + PO Box 2813 + + Rapid City + SD + 57709-2813 + 1920 Plaza Blvd + + Rapid City + SD + 57702-9354 + Ms. + F226029 + L226029 + + Board President + 226029@hsesinfo.org + Mr. + F226030 + L226030 + + CEO + 226030@hsesinfo.org + Ms. + F226032 + L226032 + + 226032@hsesinfo.org + Mr. + F226028 + L226028 + + 226028@hsesinfo.org + 555-555-6028 + + + 11114 + 1080 + 13038 + 000 + 1993 + 2020-03-01 + + HS + Active + Action For Eastern Montana Head Start + http://www.aemt.org + 1080@hsesinfo.org + 2030 N Merrill Ave + + Glendive + MT + 59330-2062 + PO Box 1309 + + Glendive + MT + 59330-1309 + 2030 N Merrill Ave + + Glendive + MT + 59330-2062 + Mrs. + F226036 + L226036 + + + 226036@hsesinfo.org + Mr. + F226037 + L226037 + + CEO + 226037@hsesinfo.org + Ms. + F226039 + L226039 + + 226039@hsesinfo.org + Ms. + F226035 + L226035 + + 226035@hsesinfo.org + 555-555-6035 + + + 11115 + 1668 + 13035 + 000 + 1992 + 2020-03-01 + + HS + Active + Community Action Partnership of Sonoma County + http://www.capsonoma.org + 1668@hsesinfo.org + 141 Stony Cir + Ste 210 + Santa Rosa + CA + 95401-4142 + 141 Stony Cir + Ste 210 + Santa Rosa + CA + 95401-4142 + 141 Stony Cir + Ste 210 + Santa Rosa + CA + 95401-4142 + Mr. + F226043 + L226043 + + Board President + 226043@hsesinfo.org + Ms. + F226044 + L226044 + + Executive Director + 226044@hsesinfo.org + Ms. + F226046 + L226046 + + 226046@hsesinfo.org + Ms. + F226042 + L226042 + + 226042@hsesinfo.org + 555-555-6042 x 5555 + + + 11116 + 1669 + 13035 + 200 + 2000 + 2020-03-01 + + EHS + Active + Community Action Partnership of Sonoma County + http://www.capsonoma.org + 1669@hsesinfo.org + 141 Stony Cir + Ste 210 + Santa Rosa + CA + 95401-4142 + 141 Stony Cir + Ste 210 + Santa Rosa + CA + 95401-4142 + 141 Stony Cir + Ste 210 + Santa Rosa + CA + 95401-4142 + Mr. + F226050 + L226050 + + Board President + 226050@hsesinfo.org + Ms. + F226051 + L226051 + + Executive Director + 226051@hsesinfo.org + Ms. + F226053 + L226053 + + 226053@hsesinfo.org + Ms. + F226049 + L226049 + + 226049@hsesinfo.org + 555-555-6049 x 5555 + + + 11363 + 3262 + 13233 + 200 + 2014 + 2020-06-01 + + AIAN EHS + Active + PRAIRIE BAND POTAWATOMI NATION + http://www.pbpindiantribe.com/early-childhood-education-programs.aspx + 3262@hsesinfo.org + 15380 K Road + + Mayetta + KS + 66509-9092 + 15380 K Road + + Mayetta + KS + 66509-9092 + 15380 K Road + + Mayetta + KS + 66509-9092 + Mr. + F227606 + L227606 + + Tribal Council Chairperson + 227606@hsesinfo.org + Mr. + F227607 + L227607 + + General Manager of Tribal Operations + 227607@hsesinfo.org + Ms. + F227609 + L227609 + + 227609@hsesinfo.org + Ms. + F227605 + L227605 + + 227605@hsesinfo.org + 555-555-7605 + + + 11364 + 246 + 13235 + 000 + 1989 + 2020-07-01 + + HS + Active + Lynn Economic Opportunity Head Start + http://www.leoinc.org + 246@hsesinfo.org + 156 Broad St + + Lynn + MA + 01901-1603 + 156 Broad St + + Lynn + MA + 01901-1603 + 156 Broad St + + Lynn + MA + 01901-1603 + Mr. + F227613 + L227613 + + President, LEO Board of Directors + 227613@hsesinfo.org + Mrs. + F227614 + L227614 + + CFO + 227614@hsesinfo.org + Ms. + F227616 + L227616 + + 227616@hsesinfo.org + Ms. + F227612 + L227612 + + 227612@hsesinfo.org + 555-555-7612 + + + 8928 + 1732 + 11278 + 200 + 2013 + 2018-07-01 + + EHS + Active + CHILDREN'S CENTER (THE) + http://www.childrenscenterva.com + 1732@hsesinfo.org + 700 Campbell Ave + + Franklin + VA + 23851-1872 + 700 Campbell Ave + + Franklin + VA + 23851-1872 + 700 Campbell Ave + + Franklin + VA + 23851-1872 + Mrs. + F211018 + L211018 + + President, Board of Directors + 211018@hsesinfo.org + Mrs. + F211019 + L211019 + + Executive Director + 211019@hsesinfo.org + Mrs. + F211021 + L211021 + + 211021@hsesinfo.org + Mrs. + F211017 + L211017 + + 211017@hsesinfo.org + 555-555-1017 + + + 3560 + 3773 + 7679 + 001 + + + + HS + Active + Catholic Charities Community Services, Inc. + www.catholiccharitiesaz.org + 3773@hsesinfo.org + Catholic Charities Community Services, Inc + 4747 N 7th Ave + Phoenix + AZ + 85013 + Catholic Charities Community Services, Inc + 4747 N 7th Ave + Phoenix + AZ + 85013 + Catholic Charities Community Services, Inc + 4747 N 7th Ave + Phoenix + AZ + 85013 + Mr. + F25354 + L25354 + + Chairman of the Board Catholic Charities Community Services + 25354@hsesinfo.org + Mr. + F25358 + L25358 + + CEO + 25358@hsesinfo.org + Mrs. + F25355 + L25355 + + 25355@hsesinfo.org + Mr. + F7084 + L7084 + + 7084@hsesinfo.org + 555-555-7084 + + + 9440 + 3518 + 11656 + 004 + 2014 + 2019-03-01 + + Migrant HS + Active + Central California Child Development Services + www.cccds.com + 3518@hsesinfo.org + 2250 Rockefeller Dr + Ste 1 + Ceres + CA + 95307-7243 + PO Box 2540 + + Ceres + CA + 95307-7940 + 2250 Rockefeller Dr + Ste 1 + Ceres + CA + 95307-7243 + Mr. + F214587 + L214587 + + President + 214587@hsesinfo.org + Ms. + F214588 + L214588 + + Executive Director + 214588@hsesinfo.org + Ms. + F214590 + L214590 + + 214590@hsesinfo.org + Ms. + F214586 + L214586 + + 214586@hsesinfo.org + 555-555-4586 x 5555 + + + 5720 + 3186 + 9379 + 200 + 2015 + 2015-01-01 + 2019-12-31 + EHS + Inactive + Municipality of Dorado + + 3186@hsesinfo.org + 341 Calle Mendez Vigo + + Dorado + PR + 00646-4912 + PO Box 588 + + Dorado + PR + 00646-0588 + 341 Calle Mendez Vigo + + Dorado + PR + 00646-4912 + Mr. + F103087 + L103087 + + Chairman Of the Board + 103087@hsesinfo.org + Hon. + F103085 + L103085 + + Mayor + 103085@hsesinfo.org + Mrs. + F103084 + L103084 + + 103084@hsesinfo.org + Mrs. + F103083 + L103083 + + 103083@hsesinfo.org + 555-555-3083 x 5555 + + + 9279 + 652 + 11539 + 000 + 2013 + 2019-01-01 + + HS + Active + EIGHT COMMUNITY ACTION PROGRAM, INC. + https://www.8cap.org/ + 652@hsesinfo.org + 5827 Orleans Rd + + Orleans + MI + 48865-8603 + 5827 Orleans Rd + + Orleans + MI + 48865-8603 + 5827 Orleans Rd + + Orleans + MI + 48865-8603 + Mr. + F213498 + L213498 + + Board Chairperson + 213498@hsesinfo.org + Mr. + F213499 + L213499 + + President + 213499@hsesinfo.org + Ms. + F213501 + L213501 + + 213501@hsesinfo.org + Ms. + F213497 + L213497 + + 213497@hsesinfo.org + 555-555-3497 x 5555 + + + 9280 + 653 + 11539 + 200 + 2013 + 2019-01-01 + + EHS + Active + EIGHT COMMUNITY ACTION PROGRAM, INC. + https://www.8cap.org/ + 653@hsesinfo.org + 5827 Orleans Rd + + Orleans + MI + 48865-8603 + 5827 Orleans Rd + + Orleans + MI + 48865-8603 + 5827 Orleans Rd + + Orleans + MI + 48865-8603 + Mr. + F213505 + L213505 + + Board Chairperson + 213505@hsesinfo.org + Mr. + F213506 + L213506 + + President + 213506@hsesinfo.org + Ms. + F213508 + L213508 + + 213508@hsesinfo.org + Ms. + F213504 + L213504 + + 213504@hsesinfo.org + 555-555-3504 x 5555 + + + 10294 + 3883 + 12312 + 010 + 2014 + 2019-07-01 + + HS + Active + Bloomingdale Family Program, Inc. + http://www.bloomingdalefamilyprogram.org + 3883@hsesinfo.org + 125 West 109th Street + + New York + NY + 10025-2542 + 125 West 109th Street + + New York + NY + 10025-2542 + 125 West 109th Street + + New York + NY + 10025-2542 + Ms. + F220399 + L220399 + + Board Chair + 220399@hsesinfo.org + Mr. + F220400 + L220400 + + Executive Director + 220400@hsesinfo.org + Ms. + F220402 + L220402 + + 220402@hsesinfo.org + Mr. + F220398 + L220398 + + 220398@hsesinfo.org + 555-555-0398 + + + 10295 + 3889 + 12313 + 016 + 2014 + 2019-07-01 + + HS + Active + National Association of Family Development Centers + + 3889@hsesinfo.org + 1114 Avenue J + + Brooklyn + NY + 11230-3657 + 1114 Avenue J + + Brooklyn + NY + 11230-3657 + 1114 Avenue J + + Brooklyn + NY + 11230-3657 + Dr. + F220406 + L220406 + + Chairperson + 220406@hsesinfo.org + Ms. + F220407 + L220407 + + Executive Director + 220407@hsesinfo.org + Mr. + F220409 + L220409 + + 220409@hsesinfo.org + Ms. + F220405 + L220405 + + 220405@hsesinfo.org + 555-555-0405 + + + 9630 + 1981 + 11807 + 200 + 2003 + 2019-05-01 + + EHS + Active + FULTON EARLY HEAD START + www.fcfpinc.org + 1981@hsesinfo.org + 22438 Great Cove Rd + + Mc Connellsburg + PA + 17233-8367 + 22438 Great Cove Rd + + Mc Connellsburg + PA + 17233-8367 + 22438 Great Cove Rd + + Mc Connellsburg + PA + 17233-8367 + Mr. + F215855 + L215855 + + School Board President + 215855@hsesinfo.org + Mrs. + F215856 + L215856 + + CF Superintendent + 215856@hsesinfo.org + Ms. + F215858 + L215858 + + 215858@hsesinfo.org + Ms. + F215854 + L215854 + + 215854@hsesinfo.org + 555-555-5854 x 5555 + + + 8067 + 6255 + 10576 + 200 + + 2016-05-01 + + EHS + Active + SHIPPENSBURG UNIVERSITY OF PENNSYLVANIA + www.ship.edu/headstart + 6255@hsesinfo.org + 1871 Old Main Dr + + Shippensburg + PA + 17257-2200 + 1871 Old Main Dr + + Shippensburg + PA + 17257-2200 + 1871 Old Main Dr + + Shippensburg + PA + 17257-2200 + Mr. + F205655 + L205655 + + Chair + 205655@hsesinfo.org + Mr. + F205656 + L205656 + + Director, Institute for Public Service and Sponsored Programs + 205656@hsesinfo.org + Mrs. + F205658 + L205658 + + 205658@hsesinfo.org + Ms. + F205654 + L205654 + + 205654@hsesinfo.org + 555-555-5654 + + + 10296 + 3890 + 12314 + 017 + 2014 + 2019-07-01 + + HS + Active + Trabajamos Community Head Start Inc. + www.trabajamoscommunityheadstart.com + 3890@hsesinfo.org + 940 East 156th Street + + Bronx + NY + 10455-1914 + 940 East 156th Street + + Bronx + NY + 10455-1914 + 940 East 156th Street + + Bronx + NY + 10455-1914 + Dr. + F220413 + L220413 + + Board Chair + 220413@hsesinfo.org + Ms. + F220414 + L220414 + + Executive Director + 220414@hsesinfo.org + Ms. + F220416 + L220416 + + 220416@hsesinfo.org + Ms. + F220412 + L220412 + + 220412@hsesinfo.org + 555-555-0412 x 5555 + + + 10297 + 3892 + 12315 + 018 + 2014 + 2019-07-01 + + HS + Active + Breukelen Recreation Rooms, Head Start + + 3892@hsesinfo.org + 715 East 105th Street + + Brooklyn + NY + 11236-2801 + 715 East 105th Street + + Brooklyn + NY + 11236-2801 + 715 East 105th Street + + Brooklyn + NY + 11236-2801 + Ms. + F220420 + L220420 + + + 220420@hsesinfo.org + Ms. + F220421 + L220421 + + + 220421@hsesinfo.org + Ms. + F220423 + L220423 + + 220423@hsesinfo.org + Ms. + F220419 + L220419 + + 220419@hsesinfo.org + 555-555-0419 + + + 10035 + 1397 + 12060 + 000 + 2014 + 2019-07-01 + + HS + Active + Community Services Inc. of Northwest Missouri + http://www.communityservicesinc.org + 1397@hsesinfo.org + 1212B S Main St + + Maryville + MO + 64468-2604 + PO Box 328 + + Maryville + MO + 64468-0328 + 1212B S Main St + + Maryville + MO + 64468-2604 + Mrs. + F218638 + L218638 + + CSI Board Chairperson + 218638@hsesinfo.org + Mrs. + F218639 + L218639 + + Executive Director + 218639@hsesinfo.org + Mr. + F218641 + L218641 + + 218641@hsesinfo.org + Ms. + F218637 + L218637 + + 218637@hsesinfo.org + 555-555-8637 + + + 10298 + 3893 + 12316 + 019 + 2014 + 2019-07-01 + + HS + Active + DeWitt Reformed Church Head Start + www.dewittheadstart.org + 3893@hsesinfo.org + 280 Rivington Street + + New York + NY + 10002-2551 + 280 Rivington Street + + New York + NY + 10002-2551 + 280 Rivington Street + + New York + NY + 10002-2551 + Rev. + F220427 + L220427 + + Board President + 220427@hsesinfo.org + Mrs. + F220428 + L220428 + + Executive Director + 220428@hsesinfo.org + Ms. + F220430 + L220430 + + 220430@hsesinfo.org + Ms. + F220426 + L220426 + + 220426@hsesinfo.org + 555-555-0426 + + + 7021 + 563 + 10462 + 200 + 2001 + 2016-01-01 + + EHS + Active + Action Pathways, Inc. Head Start + http://www.actionpathways.ngo + 563@hsesinfo.org + 5135 Morganton Rd + + Fayetteville + NC + 28314-1525 + 5135 Morganton Rd + + Fayetteville + NC + 28314-1525 + 5135 Morganton Rd + + Fayetteville + NC + 28314-1525 + Mr. + F204813 + L204813 + + Board Chairman + 204813@hsesinfo.org + Mr. + F204814 + L204814 + + CEO + 204814@hsesinfo.org + Mr. + F204816 + L204816 + + 204816@hsesinfo.org + Mr. + F204812 + L204812 + + 204812@hsesinfo.org + 555-555-4812 x 5555 + + + 8725 + 8583 + 11098 + 200 + 2017 + 2017-09-01 + + AIAN EHS + Active + Confederated Tribes of Grand Ronde + www.grandronde.org + 8583@hsesinfo.org + 9615 Grand Ronde Rd + + Grand Ronde + OR + 97347-9712 + 9615 Grand Ronde Rd + + Grand Ronde + OR + 97347-9712 + 9615 Grand Ronde Rd + + Grand Ronde + OR + 97347-9712 + Ms. + F209565 + L209565 + + Tribal Council Chairman + 209565@hsesinfo.org + Mr. + F209566 + L209566 + + Executive Officer + 209566@hsesinfo.org + Ms. + F209568 + L209568 + + 209568@hsesinfo.org + Mrs. + F209564 + L209564 + + 209564@hsesinfo.org + 555-555-9564 + + + 10299 + 3900 + 12317 + 021 + 2014 + 2019-07-01 + + HS + Active + Hamilton-Madison House + http://www.hmhonline.org + 3900@hsesinfo.org + 50 Madison Street + + New York + NY + 10038-1891 + 50 Madison Street + + New York + NY + 10038-1891 + 50 Madison Street + + New York + NY + 10038-1891 + Mr. + F220434 + L220434 + + + 220434@hsesinfo.org + Ms. + F220435 + L220435 + + + 220435@hsesinfo.org + Ms. + F220437 + L220437 + + 220437@hsesinfo.org + Ms. + F220433 + L220433 + + 220433@hsesinfo.org + 555-555-0433 + + + 4810 + 2831 + 8761 + 200 + 2011 + 2014-04-01 + 2019-03-31 + EHS + Inactive + ACCAA - Early Head Start + http://www.ashtabulaheadstart.org + 2831@hsesinfo.org + 4510 Main Ave + + Ashtabula + OH + 44004-6925 + PO Box 2610 + + Ashtabula + OH + 44005-2610 + 6920 Austinburg Rd + + Ashtabula + OH + 44004-9393 + Mr. + F46853 + L46853 + + Chairperson + 46853@hsesinfo.org + Mrs. + F46851 + L46851 + + Executive Director + 46851@hsesinfo.org + Ms. + F46850 + L46850 + + 46850@hsesinfo.org + Mrs. + F46849 + L46849 + + 46849@hsesinfo.org + 555-555-6849 + + + 8680 + 2885 + 11057 + 000 + 2012 + 2017-07-01 + + HS + Active + The Children's Center + www.childrenscenterva.com + 2885@hsesinfo.org + 700 Campbell Ave + + Franklin + VA + 23851-1872 + 700 Campbell Ave + + Franklin + VA + 23851-1872 + 700 Campbell Ave + + Franklin + VA + 23851-1872 + Mrs. + F209269 + L209269 + + President, Board of Directors + 209269@hsesinfo.org + Mrs. + F209270 + L209270 + + Executive Director + 209270@hsesinfo.org + Mrs. + F209272 + L209272 + + 209272@hsesinfo.org + Mrs. + F209268 + L209268 + + 209268@hsesinfo.org + 555-555-9268 + + + 10608 + 3595 + 12610 + 201 + 2014 + 2019-09-01 + + EHS + Active + Western Kentucky University Child Care Consortium + www.wku.edu/ccc + 3595@hsesinfo.org + 325 University Dr + Jones Jaggers + Bowling Green + KY + 42101-5728 + 1906 College Heights Boulevard, Suite 11031 + + Bowling Green + KY + 42101-1000 + 1906 College Heights Boulevard, Suite 11031 + + Bowling Green + KY + 42101-1000 + Ms. + F222593 + L222593 + Esq + Chairman, WKURF + 222593@hsesinfo.org + Mr. + F222594 + L222594 + + + 222594@hsesinfo.org + Mr. + F222596 + L222596 + + 222596@hsesinfo.org + Ms. + F222592 + L222592 + + 222592@hsesinfo.org + 555-555-2592 + + + 6339 + 6357 + 10021 + 205 + + 2015-07-01 + 2019-06-30 + EHS + Inactive + St. Anne's + www.stannes.org + 6357@hsesinfo.org + 155 N. Occidental Blvd. + + Los Angeles + CA + 90026 + 155 N. Occidental Blvd. + + Los Angeles + CA + 90026 + 155 N. Occidental Blvd. + + Los Angeles + CA + 90026 + Mr. + F200043 + L200043 + + Chair, Board of Directors + 200043@hsesinfo.org + Ms. + F200044 + L200044 + + President and Chief Executive Officer + 200044@hsesinfo.org + Ms. + F200046 + L200046 + + 200046@hsesinfo.org + Ms. + F200042 + L200042 + + 200042@hsesinfo.org + 555-555-0042 x 5555 + + + 10709 + 3612 + 12713 + 005 + 2013 + 2019-11-01 + + Migrant HS + Active + PathStone-PA + http://www.pathstone.org + 3612@hsesinfo.org + 301 Lortz Ave + + Chambersburg + PA + 17201-3438 + 301 Lortz Ave + + Chambersburg + PA + 17201-3438 + 301 Lortz Ave + + Chambersburg + PA + 17201-3438 + Ms. + F223292 + L223292 + + + 223292@hsesinfo.org + Mr. + F223293 + L223293 + + + 223293@hsesinfo.org + Mr. + F223295 + L223295 + + 223295@hsesinfo.org + Ms. + F223291 + L223291 + + 223291@hsesinfo.org + 555-555-3291 + + + 10714 + 3604 + 12718 + 010 + 2013 + 2019-11-01 + + Migrant HS + Active + ECMHSP - North Carolina Direct Services + http://www.ecmhsp.org + 3604@hsesinfo.org + 798 NC Highway 42 West + + Clayton + NC + 27520 + 798 NC Highway 42 West + + Clayton + NC + 27520 + 798 NC Highway 42 West + + Clayton + NC + 27520 + Dr. + F223327 + L223327 + + President, ECMHSP Board of Directors + 223327@hsesinfo.org + Dr. + F223328 + L223328 + + Chief Executive Officer + 223328@hsesinfo.org + Ms. + F223330 + L223330 + + 223330@hsesinfo.org + Ms. + F223326 + L223326 + + 223326@hsesinfo.org + 555-555-3326 + + + 8353 + 8260 + 10707 + 000 + 2016 + 2016-07-01 + + HS + Active + Seton Hill Child Services, Inc. + shchildservices.org + 8260@hsesinfo.org + 105 Hartman Rd + Ste 204 + Greensburg + PA + 15601-8558 + 105 Hartman Rd + Ste 204 + Greensburg + PA + 15601-8558 + 105 Hartman Rd + Ste 204 + Greensburg + PA + 15601-8558 + Mr. + F207610 + L207610 + + + 207610@hsesinfo.org + Ms. + F207611 + L207611 + + + 207611@hsesinfo.org + Ms. + F207613 + L207613 + + 207613@hsesinfo.org + Ms. + F207609 + L207609 + + 207609@hsesinfo.org + 555-555-7609 x 5555 + + + 6055 + 6062 + 9749 + 200 + + 2015-03-01 + 2019-08-31 + EHS + Inactive + TRAINING, EDUCATION AND MANPOWER, INC. + http://www.teaminc.org + 6062@hsesinfo.org + 30 Elizabeth Street + + Derby + CT + 06418-1846 + 30 Elizabeth Street + + Derby + CT + 06418-1846 + 30 Elizabeth Street + + Derby + CT + 06418-1846 + Ms. + F107321 + L107321 + + Chair + 107321@hsesinfo.org + Mr. + F107322 + L107322 + + + 107322@hsesinfo.org + + F107324 + L107324 + + 107324@hsesinfo.org + Ms. + F107320 + L107320 + + 107320@hsesinfo.org + 555-555-7320 x 5555 + + + 9224 + 280 + 11508 + 000 + 1989 + 2018-12-01 + + HS + Active + NORTHEAST KINGDOM COMMUNITY ACTION, INC + http://www.nekcavt.org + 280@hsesinfo.org + 191 High Street + + Barton + VT + 05822-9414 + 55 Seymour Ln + Ste 20 + Newport + VT + 05855-2200 + 55 Seymour Ln + + Newport + VT + 05855-2199 + Mrs. + F213108 + L213108 + + NEKCA Board Chair + 213108@hsesinfo.org + Mrs. + F213109 + L213109 + + NEKCA Executive Director + 213109@hsesinfo.org + Ms. + F213111 + L213111 + + 213111@hsesinfo.org + Ms. + F213107 + L213107 + + 213107@hsesinfo.org + 555-555-3107 x 5555 + + + 8875 + 1390 + 11243 + 000 + 1993 + 2018-07-01 + + HS + Active + NORTHWEST KANSAS EDUCATIONAL SERVICE CENTER + http://www.nkesc.org + 1390@hsesinfo.org + 703 West Second Street + + Oakley + KS + 67748-1258 + 703 West Second Street + + Oakley + KS + 67748-1258 + 703 West Second Street + + Oakley + KS + 67748-1258 + Mr. + F210647 + L210647 + + Board Chairperson + 210647@hsesinfo.org + Mr. + F210648 + L210648 + + Executive Director + 210648@hsesinfo.org + Mrs. + F210650 + L210650 + + 210650@hsesinfo.org + Mrs. + F210646 + L210646 + + 210646@hsesinfo.org + 555-555-0646 x 5555 + + + 9697 + 8872 + 11855 + 000 + 2019 + 2019-07-01 + + HS + Active + Police Athletic League, Inc. + www.palnyc.org + 8872@hsesinfo.org + 452 Pennsylvania Ave + + Brooklyn + NY + 11207-5313 + 452 Pennsylvania Ave + + Brooklyn + NY + 11207-5313 + 452 Pennsylvania Ave + + Brooklyn + NY + 11207-5313 + Mr. + F216300 + L216300 + + + 216300@hsesinfo.org + Mr. + F216301 + L216301 + + + 216301@hsesinfo.org + Ms. + F216303 + L216303 + + 216303@hsesinfo.org + Dr. + F216299 + L216299 + + 216299@hsesinfo.org + 555-555-6299 + + + 9695 + 8870 + 11852 + 000 + 2019 + 2019-07-01 + + HS + Active + Project Social Care Head Start, Inc. + + 8870@hsesinfo.org + 5902 - 14th Avenue + + Brooklyn + NY + 11219-5039 + 5902 - 14th Avenue + + Brooklyn + NY + 11219-5039 + 5902 - 14th Avenue + + Brooklyn + NY + 11219-5039 + Mr. + F216286 + L216286 + + Chairperson of The Board of Directors + 216286@hsesinfo.org + Mr. + F216287 + L216287 + + + 216287@hsesinfo.org + Mrs. + F216289 + L216289 + + 216289@hsesinfo.org + Mr. + F216285 + L216285 + + 216285@hsesinfo.org + 555-555-6285 x 5555 + + + 9696 + 8871 + 11852 + 200 + 2019 + 2019-07-01 + + EHS + Active + Project Social Care Head Start, Inc. + + 8871@hsesinfo.org + 5902 - 14th Avenue + + Brooklyn + NY + 11219-5039 + 5902 - 14th Avenue + + Brooklyn + NY + 11219-5039 + 5902 - 14th Avenue + + Brooklyn + NY + 11219-5039 + Mr. + F216293 + L216293 + + Chairperson of The Board of Directors + 216293@hsesinfo.org + Mr. + F216294 + L216294 + + + 216294@hsesinfo.org + Mrs. + F216296 + L216296 + + 216296@hsesinfo.org + Mr. + F216292 + L216292 + + 216292@hsesinfo.org + 555-555-6292 x 5555 + + + 10300 + 3901 + 12318 + 022 + 2014 + 2019-07-01 + + HS + Active + Community Life Center, Inc. + clcheadstart.webs.com + 3901@hsesinfo.org + 15 Mount Morris Park W + + New York + NY + 10027-6316 + 15 Mount Morris Park W + + New York + NY + 10027-6316 + 15 Mount Morris Park W + + New York + NY + 10027-6316 + Mr. + F220441 + L220441 + + Chair + 220441@hsesinfo.org + Ms. + F220442 + L220442 + + Acting Director + 220442@hsesinfo.org + + F220444 + L220444 + + 220444@hsesinfo.org + Ms. + F220440 + L220440 + + 220440@hsesinfo.org + 555-555-0440 x 5555 + + + 8066 + 955 + 10576 + 000 + 1992 + 2016-05-01 + + HS + Active + Shippensburg University + www.ship.edu/headstart + 955@hsesinfo.org + 1871 Old Main Dr + Shippensburg University + Shippensburg + PA + 17257-2200 + 1871 Old Main Dr + Shippensburg University + Shippensburg + PA + 17257-2200 + 1871 Old Main Drive + Shippensburg University + Shippensburg + PA + 17257-2299 + Mr. + F205648 + L205648 + + Chair + 205648@hsesinfo.org + Mr. + F205649 + L205649 + + Director, Institute for Public Service and Sponsored Programs + 205649@hsesinfo.org + Mrs. + F205651 + L205651 + + 205651@hsesinfo.org + Ms. + F205647 + L205647 + + 205647@hsesinfo.org + 555-555-5647 + + + 10301 + 3902 + 12319 + 023 + 2014 + 2019-07-01 + + HS + Active + Goddard Riverside Community Center + http://www.goddard.org + 3902@hsesinfo.org + 593 Columbus Ave + + New York + NY + 10024-1904 + 593 Columbus Ave + + New York + NY + 10024-1904 + 593 Columbus Ave + + New York + NY + 10024-1904 + Mrs. + F220448 + L220448 + + Chair, Early Childhood Programs + 220448@hsesinfo.org + Mr. + F220449 + L220449 + + Executive Director + 220449@hsesinfo.org + Ms. + F220451 + L220451 + + 220451@hsesinfo.org + Ms. + F220447 + L220447 + + 220447@hsesinfo.org + 555-555-0447 + + + 11365 + 2798 + 13235 + 200 + 2011 + 2020-07-01 + + EHS + Active + LEO EARLY HEAD START + leoinc.org + 2798@hsesinfo.org + 156 Broad St + + Lynn + MA + 01901-1603 + 156 Broad St + + Lynn + MA + 01901-1603 + 156 Broad St + + Lynn + MA + 01901-1603 + Mr. + F227620 + L227620 + + President, LEO Board of Directors + 227620@hsesinfo.org + Mrs. + F227621 + L227621 + + Chief Operation Officer + 227621@hsesinfo.org + Ms. + F227623 + L227623 + + 227623@hsesinfo.org + Ms. + F227619 + L227619 + + 227619@hsesinfo.org + 555-555-7619 + + + 10302 + 3907 + 12320 + 024 + 2014 + 2019-07-01 + + HS + Active + East Harlem Council  Bilingual Head Start Program + + 3907@hsesinfo.org + 440 East 116th Street + + New York + NY + 10029-1604 + 440 East 116th Street + + New York + NY + 10029-1604 + 440 East 116th Street + + New York + NY + 10029-1604 + Ms. + F220455 + L220455 + + Board Chairperson + 220455@hsesinfo.org + Mr. + F220456 + L220456 + + + 220456@hsesinfo.org + + F220458 + L220458 + + 220458@hsesinfo.org + Ms. + F220454 + L220454 + + 220454@hsesinfo.org + 555-555-0454 + + + 10303 + 3909 + 12321 + 025 + 2014 + 2019-07-01 + + HS + Active + Escuela Hispana Montessori Inc. + escuelahispanaelc.com + 3909@hsesinfo.org + 180 Suffolk St + + New York + NY + 10002-1621 + 180 Suffolk St + + New York + NY + 10002-1621 + 180 Suffolk St + + New York + NY + 10002-1621 + Ms. + F220462 + L220462 + + Chairperson + 220462@hsesinfo.org + Ms. + F220463 + L220463 + . + + 220463@hsesinfo.org + Mr. + F220465 + L220465 + + 220465@hsesinfo.org + Ms. + F220461 + L220461 + + 220461@hsesinfo.org + 555-555-0461 + + + 10304 + 3912 + 12322 + 027 + 2014 + 2019-07-01 + + HS + Active + Union Settlement Association Head Start + www.unionsettlement.org + 3912@hsesinfo.org + 237 E 104th St + + New York + NY + 10029-5404 + 237 E 104th St + + New York + NY + 10029-5404 + 237 E 104th St + + New York + NY + 10029-5404 + Ms. + F220469 + L220469 + + Board Chairperson + 220469@hsesinfo.org + Mr. + F220470 + L220470 + + Executive Director + 220470@hsesinfo.org + Ms. + F220472 + L220472 + + 220472@hsesinfo.org + Ms. + F220468 + L220468 + + 220468@hsesinfo.org + 555-555-0468 + + + 10305 + 3916 + 12323 + 029 + 2014 + 2019-07-01 + + HS + Active + Kingsbridge Heights Head Start + http://www.khcc-nyc.org/ + 3916@hsesinfo.org + 3101 Kingsbridge Ter + + Bronx + NY + 10463-5900 + 3101 Kingsbridge Ter + + Bronx + NY + 10463-5900 + 3101 Kingsbridge Ter + + Bronx + NY + 10463-5900 + Mrs. + F220476 + L220476 + + Chairperson, Board of Directors + 220476@hsesinfo.org + Ms. + F220477 + L220477 + + + 220477@hsesinfo.org + Ms. + F220479 + L220479 + + 220479@hsesinfo.org + Ms. + F220475 + L220475 + + 220475@hsesinfo.org + 555-555-0475 x 5555 + + + 10306 + 3917 + 12324 + 030 + 2014 + 2019-07-01 + + HS + Active + New Life Child Development Center, Inc.-Early Lear + + 3917@hsesinfo.org + 295 Woodbine St + + Brooklyn + NY + 11237-5914 + 295 Woodbine St + + Brooklyn + NY + 11237-5914 + 295 Woodbine St + + Brooklyn + NY + 11237-5914 + Ms. + F220483 + L220483 + + Chairperson + 220483@hsesinfo.org + Mrs. + F220484 + L220484 + + + 220484@hsesinfo.org + Mrs. + F220486 + L220486 + + 220486@hsesinfo.org + Ms. + F220482 + L220482 + + 220482@hsesinfo.org + 555-555-0482 + + + 10307 + 3918 + 12325 + 031 + 2014 + 2019-07-01 + + HS + Active + Urban Strategies Early Learn I & III + urbanstrategiesny.org + 3918@hsesinfo.org + 294 Sumpter St + 1091 Sutter Ave + Brooklyn + NY + 11233-3464 + 294 Sumpter St + 1091 Sutter Ave + Brooklyn + NY + 11233-3464 + 294 Sumpter St + 1091 Sutter Ave + Brooklyn + NY + 11233-3464 + Mrs. + F220490 + L220490 + + Board Chairperson + 220490@hsesinfo.org + Mr. + F220491 + L220491 + + Executive Director + 220491@hsesinfo.org + Ms. + F220493 + L220493 + + 220493@hsesinfo.org + Mrs. + F220489 + L220489 + + 220489@hsesinfo.org + 555-555-0489 x 5555 + + + 9765 + 930 + 11899 + 000 + 1992 + 2019-07-01 + + HS + Active + UPPER EAST TENNESSEE HUMAN DEVELOPMENT AGENCY + http://www.uethda.org + 930@hsesinfo.org + 301 Louis St + + Kingsport + TN + 37660-5181 + PO Box 46 + + Kingsport + TN + 37662-0046 + 301 Louis St + + Kingsport + TN + 37660-5181 + Mr. + F216765 + L216765 + + Chairperson - Agency Board of Directors + 216765@hsesinfo.org + Mr. + F216766 + L216766 + + Executive Director + 216766@hsesinfo.org + Mr. + F216768 + L216768 + + 216768@hsesinfo.org + Mr. + F216764 + L216764 + + 216764@hsesinfo.org + 555-555-6764 + + + 4486 + 917 + 8546 + 000 + 1991 + 2013-11-29 + 2018-11-30 + HS + Inactive + Mid-East Community Action Agency + http://www.mecaa.net + 917@hsesinfo.org + 315 E Race St + + Kingston + TN + 37763-2828 + PO Box 790 + + Kingston + TN + 37763-0790 + 315 E Race St + + Kingston + TN + 37763-2828 + Ms. + F42337 + L42337 + + Board Chair + 42337@hsesinfo.org + Mr. + F42336 + L42336 + + + 42336@hsesinfo.org + Ms. + F42339 + L42339 + + 42339@hsesinfo.org + Ms. + F42335 + L42335 + + 42335@hsesinfo.org + 555-555-2335 x 5555 + + + 10308 + 3922 + 12326 + 033 + 2014 + 2019-07-01 + + HS + Active + St. Mark's U.M.C. Head Start Center + http://www.stmarksheadstart.org + 3922@hsesinfo.org + 2017 Beverly Road + + Brooklyn + NY + 11226-4901 + 2017 Beverly Road + + Brooklyn + NY + 11226-4901 + 2017 Beverly Road + + Brooklyn + NY + 11226-4901 + Mr. + F220497 + L220497 + + president + 220497@hsesinfo.org + Ms. + F220498 + L220498 + + + 220498@hsesinfo.org + Ms. + F220500 + L220500 + + 220500@hsesinfo.org + Ms. + F220496 + L220496 + + 220496@hsesinfo.org + 555-555-0496 x 5555 + + + 11518 + 1515 + 13338 + 000 + 1999 + 2020-07-01 + + HS + Active + Windham Southeast School District + http://www.earlyeducationservices.org + 1515@hsesinfo.org + Early Education Services + 130 Birge Street + Brattleboro + VT + 05301-6460 + Early Education Services + 130 Birge Street + Brattleboro + VT + 05301-6460 + Early Education Services + 130 Birge Street + Brattleboro + VT + 05301-6460 + Mr. + F228654 + L228654 + + Board Chair + 228654@hsesinfo.org + Ms. + F228655 + L228655 + + Executive Director + 228655@hsesinfo.org + Ms. + F228657 + L228657 + + 228657@hsesinfo.org + Ms. + F228653 + L228653 + + 228653@hsesinfo.org + 555-555-8653 x 5555 + + + 10309 + 3928 + 12327 + 035 + 2014 + 2019-07-01 + + HS + Active + Labor And Industry For Education + www.lifetech.org + 3928@hsesinfo.org + 112 Spruce St + + Cedarhurst + NY + 11516-1901 + 112 Spruce St + + Cedarhurst + NY + 11516-1901 + 112 Spruce St + + Cedarhurst + NY + 11516-1901 + Mr. + F220504 + L220504 + + Secretary + 220504@hsesinfo.org + Ms. + F220505 + L220505 + + Exec Dir + 220505@hsesinfo.org + Mr. + F220507 + L220507 + + 220507@hsesinfo.org + Ms. + F220503 + L220503 + + 220503@hsesinfo.org + 555-555-0503 x 5555 + + + 10310 + 3931 + 12328 + 036 + 2014 + 2019-07-01 + + HS + Active + B'Above World Wide Institute, Inc + + 3931@hsesinfo.org + 134-11 Kew Gardens Road + + Richmond Hill + NY + 11418 + 134-11 Kew Gardens Road + + Richmond Hill + NY + 11418 + 134-11 Kew Gardens Road + + Richmond Hill + NY + 11418 + Mr. + F220511 + L220511 + + Chairman + 220511@hsesinfo.org + Rabbi + F220512 + L220512 + + + 220512@hsesinfo.org + Mr. + F220514 + L220514 + + 220514@hsesinfo.org + Rabbi + F220510 + L220510 + + 220510@hsesinfo.org + 555-555-0510 x 5555 + + + 10311 + 3933 + 12329 + 038 + 2014 + 2019-07-01 + + HS + Active + Mid-Bronx CCRP Head Start + midbronx.org + 3933@hsesinfo.org + 1125 Grand Concourse + + Bronx + NY + 10452-9001 + 1125 Grand Concourse + + Bronx + NY + 10452-9001 + 1125 Grand Concourse + + Bronx + NY + 10452-9001 + Mrs. + F220518 + L220518 + + + 220518@hsesinfo.org + Mrs. + F220519 + L220519 + + + 220519@hsesinfo.org + Ms. + F220521 + L220521 + + 220521@hsesinfo.org + Ms. + F220517 + L220517 + + 220517@hsesinfo.org + 555-555-0517 x 5555 + + + 9413 + 1003 + 11640 + 000 + 2014 + 2019-03-01 + + HS + Active + UPPER DES MOINES OPPORTUNITY, INC + http://www.udmo.com + 1003@hsesinfo.org + 101 W Robbins St + + Graettinger + IA + 51342-7732 + PO Box 519 + + Graettinger + IA + 51342-0519 + 101 W Robbins St + + Graettinger + IA + 51342-7732 + Mr. + F214409 + L214409 + + Board President + 214409@hsesinfo.org + Mr. + F214410 + L214410 + + + 214410@hsesinfo.org + Ms. + F214412 + L214412 + + 214412@hsesinfo.org + Ms. + F214408 + L214408 + + 214408@hsesinfo.org + 555-555-4408 x 5555 + + + 10312 + 3937 + 12330 + 040 + 2014 + 2019-07-01 + + HS + Active + Highbridge Advisory Council Family Services, Inc. + www.HACFS.org + 3937@hsesinfo.org + 880 River Avenue + 2nd Floor + Bronx + NY + 10452-9431 + 880 River Avenue + 2nd Floor + Bronx + NY + 10452-9431 + 880 River Avenue + 2nd Floor + Bronx + NY + 10452-9431 + Ms. + F220525 + L220525 + + Board Member + 220525@hsesinfo.org + Mr. + F220526 + L220526 + + CEO + 220526@hsesinfo.org + Mr. + F220528 + L220528 + + 220528@hsesinfo.org + Ms. + F220524 + L220524 + + 220524@hsesinfo.org + 555-555-0524 + + + 10313 + 3939 + 12331 + 042 + 2014 + 2019-07-01 + + HS + Active + Northern Manhattan Perinatal Partnership + + 3939@hsesinfo.org + 529-531 W 155th St + + New York + NY + 10032 + 529-531 W 155th St + + New York + NY + 10032 + 127 West 127th Street + + New York + NY + 10027 + Mrs. + F220532 + L220532 + + Board Chair + 220532@hsesinfo.org + Ms. + F220533 + L220533 + + + 220533@hsesinfo.org + Ms. + F220535 + L220535 + + 220535@hsesinfo.org + Dr. + F220531 + L220531 + + 220531@hsesinfo.org + 555-555-0531 + + + 10314 + 3940 + 12332 + 043 + 2014 + 2019-07-01 + + HS + Active + The Child Center of NY + http://www.childcenterny.org + 3940@hsesinfo.org + 60-02 Roosevelt Avenue + + Woodside + NY + 11377-4973 + 60-02 Roosevelt Avenue + + Woodside + NY + 11377-4973 + 60-02 Roosevelt Avenue + + Woodside + NY + 11377-4973 + Mr. + F220539 + L220539 + + + 220539@hsesinfo.org + Ms. + F220540 + L220540 + + + 220540@hsesinfo.org + Ms. + F220542 + L220542 + + 220542@hsesinfo.org + Ms. + F220538 + L220538 + + 220538@hsesinfo.org + 555-555-0538 + + + 10315 + 3942 + 12333 + 044 + 2014 + 2019-07-01 + + HS + Active + Ecumenical Community Development Organization + http://www.ecdo.org + 3942@hsesinfo.org + 249 W 144th St + + New York + NY + 10030-1201 + 249 W 144th St + + New York + NY + 10030-1201 + 443 W 125th St + + New York + NY + 10027-4201 + Ms. + F220546 + L220546 + + Board Chair + 220546@hsesinfo.org + Ms. + F220547 + L220547 + + Executive Director + 220547@hsesinfo.org + + F220549 + L220549 + + 220549@hsesinfo.org + Ms. + F220545 + L220545 + + 220545@hsesinfo.org + 555-555-0545 + + + 10316 + 3943 + 12334 + 045 + 2014 + 2019-07-01 + + HS + Active + Harlem Children's Zone Harlem Gems Head Start + http://www.hcz.org + 3943@hsesinfo.org + 60 West 117 Street + + New York + NY + 10026-1921 + 60 West 117 Street + + New York + NY + 10026-1921 + 60 West 117 Street + + New York + NY + 10026-1921 + Mr. + F220553 + L220553 + + Board Chair + 220553@hsesinfo.org + Ms. + F220554 + L220554 + + Executive Director, Early Childhood Education + 220554@hsesinfo.org + Ms. + F220556 + L220556 + + 220556@hsesinfo.org + Mrs. + F220552 + L220552 + LCSW + 220552@hsesinfo.org + 555-555-0552 + + + 10317 + 3944 + 12335 + 046 + 2014 + 2019-07-01 + + HS + Active + Northside Center For Child Development, Inc. + http://www.northsidecenter.org + 3944@hsesinfo.org + 1301 - Fifth Avenue + + New York + NY + 10029-3119 + 1301 - Fifth Avenue + + New York + NY + 10029-3119 + 1301 - Fifth Avenue + + New York + NY + 10029-3119 + Mr. + F220560 + L220560 + + Board Chairman + 220560@hsesinfo.org + Dr. + F220561 + L220561 + + + 220561@hsesinfo.org + Ms. + F220563 + L220563 + + 220563@hsesinfo.org + Ms. + F220559 + L220559 + + 220559@hsesinfo.org + 555-555-0559 + + + 9431 + 2856 + 11642 + 200 + 2013 + 2019-03-01 + + EHS + Active + Community Action of East Central Indiana, Inc. + www.caeci.org + 2856@hsesinfo.org + 1845 W Main St + + Richmond + IN + 47374-3821 + PO Box 1314 + + Richmond + IN + 47375-1314 + 1845 W Main St + + Richmond + IN + 47374-3821 + Mrs. + F214526 + L214526 + + President, Board of Directors + 214526@hsesinfo.org + Ms. + F214527 + L214527 + + Interim Executive Director + 214527@hsesinfo.org + Mr. + F214529 + L214529 + + 214529@hsesinfo.org + Mr. + F214525 + L214525 + + 214525@hsesinfo.org + 555-555-4525 x 5555 + + + 9084 + 2792 + 11401 + 200 + 2011 + 2018-09-01 + + EHS + Active + Macomb Community Action + MCCSA.macombgov.org + 2792@hsesinfo.org + 21885 Dunham Road suite 10 + + Clinton Township + MI + 48036-1030 + 21885 Dunham Road suite 10 + + Clinton Township + MI + 48036-1030 + 21885 Dunham Road suite 10 + + Clinton Township + MI + 48036-1030 + Ms. + F212169 + L212169 + + County Executive + 212169@hsesinfo.org + Mr. + F212170 + L212170 + + Director of Macomb Community Action + 212170@hsesinfo.org + Ms. + F212172 + L212172 + + 212172@hsesinfo.org + Ms. + F212168 + L212168 + + 212168@hsesinfo.org + 555-555-2168 + + + 10318 + 3945 + 12336 + 047 + 2014 + 2019-07-01 + + HS + Active + Zion Daycare Center + + 3945@hsesinfo.org + 5000 14th Avenue + + Brooklyn + NY + 11219-3621 + 5000 14th Avenue + + Brooklyn + NY + 11219-3621 + 5000 14th Avenue + + Brooklyn + NY + 11219-3621 + Mr. + F220567 + L220567 + + Chairman of the Board + 220567@hsesinfo.org + Mr. + F220568 + L220568 + + + 220568@hsesinfo.org + Mrs. + F220570 + L220570 + + 220570@hsesinfo.org + Mrs. + F220566 + L220566 + + 220566@hsesinfo.org + 555-555-0566 + + + 5484 + 5490 + 9277 + 001 + 2014 + 2014-11-01 + 2018-10-31 + HS + Inactive + Acelero Learning Wisconsin, Inc. (Milwaukee County) + http://alwi.acelero.net + 5490@hsesinfo.org + 7833 West Capitol Drive + + Milwaukee + WI + 53222 + 7833 West Capitol Drive + + Milwaukee + WI + 53222 + 7833 West Capitol Drive + + Milwaukee + WI + 53222 + + F98264 + L98264 + + + 98264@hsesinfo.org + + F98265 + L98265 + + + 98265@hsesinfo.org + + F98267 + L98267 + + 98267@hsesinfo.org + + F98263 + L98263 + + 98263@hsesinfo.org + 555-555-8263 + + + 10319 + 3946 + 12337 + 048 + 2014 + 2019-07-01 + + HS + Active + Brooklyn Kindergarten Society + www.bksny.org + 3946@hsesinfo.org + 57 Willoughby St + 4th Floor + Brooklyn + NY + 11201-5290 + 57 Willoughby St + 4th Floor + Brooklyn + NY + 11201-5290 + 57 Willoughby St + 4th Floor + Brooklyn + NY + 11201-5290 + Mr. + F220574 + L220574 + + Board President-Elect + 220574@hsesinfo.org + Ms. + F220575 + L220575 + + Executive Director + 220575@hsesinfo.org + Ms. + F220577 + L220577 + + 220577@hsesinfo.org + Ms. + F220573 + L220573 + + 220573@hsesinfo.org + 555-555-0573 x 5555 + + + 11117 + 2293 + 13040 + 200 + 2004 + 2020-03-01 + + EHS + Active + VENANGO County Health and Human Services + n/a + 2293@hsesinfo.org + One Dale Avenue + + Franklin + PA + 16323 + 100 Dale Ave + + Franklin + PA + 16323-2369 + 100 Dale Ave + + Franklin + PA + 16323-2369 + Mr. + F226057 + L226057 + + Venango County Commissioner Chairperson + 226057@hsesinfo.org + Mrs. + F226058 + L226058 + + Human Services Administrator + 226058@hsesinfo.org + Ms. + F226060 + L226060 + + 226060@hsesinfo.org + Ms. + F226056 + L226056 + + 226056@hsesinfo.org + 555-555-6056 x 5555 + + + 4620 + 771 + 8607 + 000 + 1992 + 2014-02-01 + 2019-01-31 + HS + Inactive + CEN-TEX FAMILY SERVICES INC + www.ctfhs.org + 771@hsesinfo.org + 2402 Main St + + Bastrop + TX + 78602-1505 + 2402 Main St + + Bastrop + TX + 78602-1505 + 2402 Main St + + Bastrop + TX + 78602-1505 + Rev. + F44111 + L44111 + + Chair + 44111@hsesinfo.org + Mr. + F44109 + L44109 + + Executive Director + 44109@hsesinfo.org + Mr. + F44108 + L44108 + + 44108@hsesinfo.org + Mr. + F44107 + L44107 + + 44107@hsesinfo.org + 555-555-4107 x 5555 + + + 2187 + 624 + 5673 + 000 + 1991 + 1991-12-09 + + HS + Active + Lake Community Action Agency, Inc. + http://www.lakecaa.org + 624@hsesinfo.org + Lake Community Action Agency HS/EHS + 501 N. Bay St. + Eustis + FL + 32726-3438 + Lake Community Action Agency HS/EHS + 501 N. Bay St. + Eustis + FL + 32726-3438 + Lake Community Action Agency HS/EHS + 501 N. Bay St. + Eustis + FL + 32726-3438 + Mr. + F17575 + L17575 + + Executive Board President + 17575@hsesinfo.org + Mr. + F17574 + L17574 + + Executive Director + 17574@hsesinfo.org + Ms. + F17578 + L17578 + + 17578@hsesinfo.org + Ms. + F4124 + L4124 + + 4124@hsesinfo.org + 555-555-4124 x 5555 + + + 9424 + 1906 + 11644 + 000 + 2014 + 2019-03-01 + + HS + Active + Community Action of Allegan County + www.communityactionallegan.org + 1906@hsesinfo.org + 323 Water Street + + Allegan + MI + 49010-1325 + 323 Water Street + + Allegan + MI + 49010-1325 + 323 Water Street + + Allegan + MI + 49010-1325 + Mr. + F214477 + L214477 + + Community Action of Allegan County Board Chairperson + 214477@hsesinfo.org + Ms. + F214478 + L214478 + + + 214478@hsesinfo.org + Ms. + F214480 + L214480 + + 214480@hsesinfo.org + Ms. + F214476 + L214476 + + 214476@hsesinfo.org + 555-555-4476 x 5555 + + + 9320 + 3085 + 11578 + 000 + 2013 + 2019-02-01 + + HS + Active + Bank Street College of Education + https://www.bankstreet.edu/education-for-children/head-start/ + 3085@hsesinfo.org + 535 E 5th St + Ground Floor + New York + NY + 10009-6754 + 535 E 5th St + Ground Floor + New York + NY + 10009-6754 + 610 West 112th Street + + New York + NY + 10025-1898 + Ms. + F213777 + L213777 + + Chairperson of the Board of Trustees + 213777@hsesinfo.org + Mr. + F213778 + L213778 + + President + 213778@hsesinfo.org + Mrs. + F213780 + L213780 + + 213780@hsesinfo.org + Ms. + F213776 + L213776 + + 213776@hsesinfo.org + 555-555-3776 + + + 11519 + 1516 + 13338 + 200 + 2003 + 2020-07-01 + + EHS + Active + Windham Southeast School District + http://www.earlyeducationservices.org + 1516@hsesinfo.org + Early Education Services + 130 Birge Street + Brattleboro + VT + 05301-6460 + Early Education Services + 130 Birge Street + Brattleboro + VT + 05301-6460 + Early Education Services + 130 Birge Street + Brattleboro + VT + 05301-6460 + Mr. + F228661 + L228661 + + Board Chair + 228661@hsesinfo.org + Ms. + F228662 + L228662 + + Executive Director + 228662@hsesinfo.org + Ms. + F228664 + L228664 + + 228664@hsesinfo.org + Ms. + F228660 + L228660 + + 228660@hsesinfo.org + 555-555-8660 x 5555 + + + 11520 + 1509 + 13345 + 000 + 1998 + 2020-07-01 + + HS + Active + Head Start Program Municipality of Adjuntas + maheadst@coqui.net + 1509@hsesinfo.org + 6 Street Rodulfo González + Apt 217 + Adjuntas + PR + 00601 + 6 Street Rodulfo González + Apt 217 + Adjuntas + PR + 00601 + 6 Street Rodulfo González + Apt 217 + Adjuntas + PR + 00601 + Mrs. + F228668 + L228668 + + Mayor + 228668@hsesinfo.org + Mrs. + F228669 + L228669 + + + 228669@hsesinfo.org + Mrs. + F228671 + L228671 + + 228671@hsesinfo.org + Mrs. + F228667 + L228667 + + 228667@hsesinfo.org + 555-555-8667 + + + 1354 + 3265 + 2850 + 200 + 2012 + 2012-10-31 + + EHS + Active + CDI HS/ Al Servicio de San Sebastian y Moca + www.cdiheadstart.org + 3265@hsesinfo.org + 10 Calle Concepcion Vera + + Moca + PR + 00676-4813 + PO Box 278 + + Moca + PR + 00676-0278 + 10 Calle Concepcion Vera + + Moca + PR + 00676-4813 + Mr. + F33562 + L33562 + + Executive Director + 33562@hsesinfo.org + Mr. + F33560 + L33560 + + Executive Director + 33560@hsesinfo.org + + F33559 + L33559 + + 33559@hsesinfo.org + Ms. + F33544 + L33544 + + 33544@hsesinfo.org + 555-555-3544 + + + 9425 + 2590 + 11644 + 200 + 2014 + 2019-03-01 + + EHS + Active + Community Action of Allegan County + www.communityactionallegan.org + 2590@hsesinfo.org + 323 Water Street + + Allegan + MI + 49010 + 323 Water Street + + Allegan + MI + 49010 + 323 Water Street + + Allegan + MI + 49010 + Mr. + F214484 + L214484 + + Community Action of Allegan County Board Chairperson + 214484@hsesinfo.org + Ms. + F214485 + L214485 + + + 214485@hsesinfo.org + Ms. + F214487 + L214487 + + 214487@hsesinfo.org + Ms. + F214483 + L214483 + + 214483@hsesinfo.org + 555-555-4483 x 5555 + + + 9426 + 1286 + 11646 + 000 + 2014 + 2019-03-01 + + HS + Active + Western Arizona Council of Governments + http://www.wacog.com/headstart/ + 1286@hsesinfo.org + 1235 S Redondo Center Dr + + Yuma + AZ + 85365-2039 + 1235 S Redondo Center Dr + + Yuma + AZ + 85365-2039 + 1235 S Redondo Center Dr + + Yuma + AZ + 85365-2039 + Mr. + F214491 + L214491 + + Chairperson + 214491@hsesinfo.org + Mr. + F214492 + L214492 + + Executive Director + 214492@hsesinfo.org + Mrs. + F214494 + L214494 + + 214494@hsesinfo.org + Mrs. + F214490 + L214490 + + 214490@hsesinfo.org + 555-555-4490 + + + 8255 + 8187 + 10643 + 000 + 2016 + 2016-07-01 + + HS + Active + YMCA Oakland Head Start + www.eciymca.org + 8187@hsesinfo.org + 2330 Broadway + + Oakland + CA + 94612-2415 + 2330 Broadway + + Oakland + CA + 94612-2415 + 2330 Broadway + + Oakland + CA + 94612-2415 + Dr. + F206900 + L206900 + + Board Chairperson + 206900@hsesinfo.org + Mr. + F206901 + L206901 + + President/CEO + 206901@hsesinfo.org + Ms. + F206903 + L206903 + + 206903@hsesinfo.org + Ms. + F206899 + L206899 + + 206899@hsesinfo.org + 555-555-6899 + + + 5568 + 5574 + 9373 + 220 + 2014 + 2014-10-15 + 2019-06-30 + EHS + Inactive + St. Anne's + http://www.stannes.org + 5574@hsesinfo.org + 155 N. Occidental Blvd. + + Los Angeles + CA + 90026 + 155 N. Occidental Blvd. + + Los Angeles + CA + 90026 + 155 N. Occidental Blvd. + + Los Angeles + CA + 90026 + Mr. + F100149 + L100149 + + Chair, Board of Directors + 100149@hsesinfo.org + Ms. + F100150 + L100150 + + President and Chief Executive Officer + 100150@hsesinfo.org + Ms. + F100152 + L100152 + + 100152@hsesinfo.org + Ms. + F100148 + L100148 + + 100148@hsesinfo.org + 555-555-0148 x 5555 + + + 9427 + 5445 + 11646 + 200 + 2014 + 2019-03-01 + + EHS + Active + Western Arizona Council of Governments + http://www.wacog.com/headstart/ + 5445@hsesinfo.org + 1235 S Redondo Center Dr + + Yuma + AZ + 85365-2039 + 1235 S Redondo Center Dr + + Yuma + AZ + 85365-2039 + 1235 S Redondo Center Dr + + Yuma + AZ + 85365-2039 + Mr. + F214498 + L214498 + + Chairperson + 214498@hsesinfo.org + Mr. + F214499 + L214499 + + Executive Director + 214499@hsesinfo.org + Mrs. + F214501 + L214501 + + 214501@hsesinfo.org + Mrs. + F214497 + L214497 + + 214497@hsesinfo.org + 555-555-4497 + + + 5312 + 606 + 9068 + 000 + 2014 + 2014-08-01 + 2020-07-31 + HS + Inactive + Lee County Public School Board + http://earlychildhood.leeschools.net + 606@hsesinfo.org + 3650 Michigan Avenue + Suite 4 + Fort Myers + FL + 33916-2240 + 3650 Michigan Avenue + Suite 4 + Fort Myers + FL + 33916-2240 + School District of Lee County: Attention Board Secretary + 2855 Colonial Blvd. + Fort Myers + FL + 33966 + Ms. + F54086 + L54086 + + School Board Representative + 54086@hsesinfo.org + Dr. + F54084 + L54084 + + Superintendent + 54084@hsesinfo.org + Ms. + F54085 + L54085 + + 54085@hsesinfo.org + Ms. + F54083 + L54083 + + 54083@hsesinfo.org + 555-555-4083 + + + 9698 + 8873 + 11855 + 200 + 2019 + 2019-07-01 + + EHS + Active + Police Athletic League, Inc. + www.palnyc.org + 8873@hsesinfo.org + 452 Pennsylvania Ave + + Brooklyn + NY + 11207-5313 + 452 Pennsylvania Ave + + Brooklyn + NY + 11207-5313 + 452 Pennsylvania Ave + + Brooklyn + NY + 11207-5313 + Mr. + F216307 + L216307 + + + 216307@hsesinfo.org + Mr. + F216308 + L216308 + + + 216308@hsesinfo.org + Ms. + F216310 + L216310 + + 216310@hsesinfo.org + Dr. + F216306 + L216306 + + 216306@hsesinfo.org + 555-555-6306 + + + 10321 + 3959 + 12339 + 050 + 2014 + 2019-07-01 + + HS + Active + Blanche Community Progress Day Care Center Inc. + Blanchelearning.com + 3959@hsesinfo.org + 44-02 Beach Channel Drive + + Far Rockaway + NY + 11691-1203 + 44-02 Beach Channel Drive + + Far Rockaway + NY + 11691-1203 + 44-02 Beach Channel Drive + + Far Rockaway + NY + 11691-1203 + Ms. + F220588 + L220588 + L + Board President + 220588@hsesinfo.org + Mrs. + F220589 + L220589 + T + 7184717881 + 220589@hsesinfo.org + + F220591 + L220591 + + 220591@hsesinfo.org + Mrs. + F220587 + L220587 + + 220587@hsesinfo.org + 555-555-0587 x 5555 + + + 10322 + 3950 + 12340 + 051 + 2014 + 2019-07-01 + + HS + Active + BronxWorks + http://bronxworks.org/ + 3950@hsesinfo.org + 60 East Tremont Avenue + + Bronx + NY + 10453-5842 + 60 East Tremont Avenue + + Bronx + NY + 10453-5842 + 60 East Tremont Avenue + + Bronx + NY + 10453-5842 + Mr. + F220595 + L220595 + + Board Chair + 220595@hsesinfo.org + Miss + F220596 + L220596 + + Executive Director + 220596@hsesinfo.org + + F220598 + L220598 + + 220598@hsesinfo.org + Mr. + F220594 + L220594 + + 220594@hsesinfo.org + 555-555-0594 + + + 8235 + 1300 + 10620 + 000 + 1992 + 2016-07-01 + + HS + Active + City Oakland Head Start + + 1300@hsesinfo.org + 150 Frank H. Ogawa Plaza, Suite 5352 + + Oakland + CA + 94612-2093 + 150 Frank H. Ogawa Plaza, Suite 5352 + + Oakland + CA + 94612-2093 + 150 Frank H. Ogawa Plaza, Suite 5352 + + Oakland + CA + 94612-2093 + Mr. + F206760 + L206760 + + Chair + 206760@hsesinfo.org + Ms. + F206761 + L206761 + + Director, Human Services Department + 206761@hsesinfo.org + Ms. + F206763 + L206763 + + 206763@hsesinfo.org + Ms. + F206759 + L206759 + + 206759@hsesinfo.org + 555-555-6759 + + + 6343 + 6361 + 8856 + 200 + + 2017-01-01 + 2019-05-31 + EHS + Inactive + Community Action of Southern Kentucky, Inc. + http://www.casoky.org + 6361@hsesinfo.org + 921 Beauty Ave + + Bowling Green + KY + 42101-6135 + 921 Beauty Ave + + Bowling Green + KY + 42101-6135 + 921 Beauty Ave + + Bowling Green + KY + 42101-6135 + Ms. + F200071 + L200071 + + + 200071@hsesinfo.org + Dr. + F200072 + L200072 + + + 200072@hsesinfo.org + Ms. + F200074 + L200074 + + 200074@hsesinfo.org + Mrs. + F200070 + L200070 + + 200070@hsesinfo.org + 555-555-0070 x 5555 + + + 8302 + 3091 + 10670 + 200 + 2011 + 2016-07-01 + + EHS + Active + WEST TEXAS OPPORTUNITIES, INC + http://www.gowto.org + 3091@hsesinfo.org + 603 N 4th ST + + Lamesa + TX + 79331 + P.O. BOX 1308 + + LAMESA + TX + 79331-1308 + 603 N 4th ST + + Lamesa + TX + 79331 + Mr. + F207254 + L207254 + + Board President + 207254@hsesinfo.org + Ms. + F207255 + L207255 + + Executive Director + 207255@hsesinfo.org + Ms. + F207257 + L207257 + + 207257@hsesinfo.org + Ms. + F207253 + L207253 + + 207253@hsesinfo.org + 555-555-7253 + + + 8256 + 8188 + 10643 + 200 + 2016 + 2016-07-01 + + EHS + Active + YMCA Oakland Early Head Start + www.eciymca.org + 8188@hsesinfo.org + 2009 10th St + + Berkeley + CA + 94710-2119 + 2330 Broadway + + Oakland + CA + 94612-2415 + 2330 Broadway + + Oakland + CA + 94612-2415 + Dr. + F206907 + L206907 + + Board Chairperson + 206907@hsesinfo.org + Mr. + F206908 + L206908 + + President/CEO + 206908@hsesinfo.org + Ms. + F206910 + L206910 + + 206910@hsesinfo.org + Ms. + F206906 + L206906 + + 206906@hsesinfo.org + 555-555-6906 + + + 5103 + 2810 + 9020 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Carolina Community Actions, Inc + www.ccainc.org + 2810@hsesinfo.org + 138 S Oakland Avenue + + ROCK HILL + SC + 29731-6933 + PO Box 933 + + Rock Hill + SC + 29731-6933 + 138 S Oakland Avenue + + ROCK HILL + SC + 29731-6933 + Mr. + F51650 + L51650 + III + Board Chair + 51650@hsesinfo.org + Ms. + F51648 + L51648 + + Executive Director + 51648@hsesinfo.org + Ms. + F51647 + L51647 + + 51647@hsesinfo.org + Mrs. + F51646 + L51646 + + 51646@hsesinfo.org + 555-555-1646 + + + 10592 + 6018 + 12567 + 200 + + 2019-09-01 + + EHS + Active + YMCA CCP Early Head Star + www.eciymca.org + 6018@hsesinfo.org + 2330 Broadway + + Oakland + CA + 94612-2415 + 2330 Broadway + + Oakland + CA + 94612-2415 + 2330 Broadway + + Oakland + CA + 94612-2415 + Dr. + F222482 + L222482 + + Board Chair + 222482@hsesinfo.org + Mr. + F222483 + L222483 + + President/CEO + 222483@hsesinfo.org + Ms. + F222485 + L222485 + + 222485@hsesinfo.org + Ms. + F222481 + L222481 + + 222481@hsesinfo.org + 555-555-2481 + + + 11521 + 1786 + 13343 + 000 + 2002 + 2020-07-01 + + HS + Active + Polk County Schools + http://polkschools.org + 1786@hsesinfo.org + 125 E Mills St + + Columbus + NC + 28722-9729 + 125 E Mills St + + Columbus + NC + 28722-9729 + 125 E Mills St + + Columbus + NC + 28722-9729 + Mr. + F228675 + L228675 + + Board of Education Chairperson + 228675@hsesinfo.org + Mr. + F228676 + L228676 + + Director of Curriculum and Instruction + 228676@hsesinfo.org + Mrs. + F228678 + L228678 + + 228678@hsesinfo.org + Mrs. + F228674 + L228674 + + 228674@hsesinfo.org + 555-555-8674 + + + 11522 + 531 + 13340 + 000 + 1992 + 2020-07-01 + + HS + Active + Anderson County Schools' Preschool + www.preschool.acs.ac + 531@hsesinfo.org + 708 N Main St + + Clinton + TN + 37716-3143 + 708 N Main St + + Clinton + TN + 37716-3143 + 708 N Main St + + Clinton + TN + 37716-3143 + Dr. + F228682 + L228682 + + Anderson County School Board Chair + 228682@hsesinfo.org + Dr. + F228683 + L228683 + + Anderson County Director of Schools + 228683@hsesinfo.org + Ms. + F228685 + L228685 + + 228685@hsesinfo.org + Ms. + F228681 + L228681 + + 228681@hsesinfo.org + 555-555-8681 + + + 11523 + 3544 + 13350 + 001 + + 2020-07-01 + + HS + Active + Oak Ridge Schools' Preschool + http://www.preschool.ortn.edu + 3544@hsesinfo.org + 157 Carver Ave + + Oak Ridge + TN + 37830-7317 + 157 Carver Ave + + Oak Ridge + TN + 37830-7317 + 157 Carver Ave + + Oak Ridge + TN + 37830-7317 + Dr. + F228689 + L228689 + + Anderson County Schools' Board Chairman + 228689@hsesinfo.org + Dr. + F228690 + L228690 + + Director of Schools + 228690@hsesinfo.org + Mrs. + F228692 + L228692 + + 228692@hsesinfo.org + Ms. + F228688 + L228688 + + 228688@hsesinfo.org + 555-555-8688 + + + 9699 + 8874 + 11854 + 000 + 2019 + 2019-07-01 + + HS + Active + Child Development Center of the MMCC + www.mmcc.org + 8874@hsesinfo.org + 3450 Dekalb Avenue + + Bronx + NY + 10467-2302 + 3450 Dekalb Avenue + + Bronx + NY + 10467-2302 + 3450 Dekalb Avenue + + Bronx + NY + 10467-2302 + Ms. + F216314 + L216314 + + + 216314@hsesinfo.org + Ms. + F216315 + L216315 + + Chief Executive Officer + 216315@hsesinfo.org + Ms. + F216317 + L216317 + + 216317@hsesinfo.org + Ms. + F216313 + L216313 + + 216313@hsesinfo.org + 555-555-6313 + + + 6864 + 3624 + 10330 + 001 + + 2015-09-01 + 2020-08-31 + Migrant HS + Inactive + Community Action Partnership of Madera County, Inc. + http://www.maderacap.org + 3624@hsesinfo.org + 4610 W Jacquelyn Ave + Fresno Migrant and Seasonal Head Start + Fresno + CA + 93722-6433 + 4610 W Jacquelyn Ave + Fresno Migrant and Seasonal Head Start + Fresno + CA + 93722-6433 + 4610 W Jacquelyn Ave + Fresno Migrant and Seasonal Head Start + Fresno + CA + 93722-6433 + Mr. + F203723 + L203723 + + + 203723@hsesinfo.org + Mrs. + F203724 + L203724 + + + 203724@hsesinfo.org + Ms. + F203726 + L203726 + + 203726@hsesinfo.org + Ms. + F203722 + L203722 + + 203722@hsesinfo.org + 555-555-3722 + + + 5423 + 2426 + 9058 + 000 + 2014 + 2014-08-01 + 2020-07-31 + AIAN HS + Inactive + Menominee Indian Tribe + http://www.menominee-nsn.gov/education/headstart/headStartHome.asp + 2426@hsesinfo.org + Dolores K. Boyd Center + N 733 Head Start Road + Keshena + WI + 54135 + Menominee Nation Early Childhood + P.O. Box 910 + Keshena + WI + 54135-0910 + Dolores K. Boyd Center + N 733 Head Start Road + Keshena + WI + 54135 + Mrs. + F96484 + L96484 + + Tribal Chairman + 96484@hsesinfo.org + Mrs. + F96488 + L96488 + + Tribal Administrator + 96488@hsesinfo.org + Ms. + F96485 + L96485 + + 96485@hsesinfo.org + Ms. + F96483 + L96483 + + 96483@hsesinfo.org + 555-555-6483 + + + 9700 + 8875 + 11857 + 200 + 2019 + 2019-07-01 + + EHS + Active + United Academy Inc + + 8875@hsesinfo.org + 722 Wythe Ave + + Brooklyn + NY + 11249-7532 + 722 Wythe Ave + + Brooklyn + NY + 11249-7532 + 722 Wythe Ave + + Brooklyn + NY + 11249-7532 + Mr. + F216321 + L216321 + + + 216321@hsesinfo.org + Mr. + F216322 + L216322 + + + 216322@hsesinfo.org + Mrs. + F216324 + L216324 + + 216324@hsesinfo.org + Mr. + F216320 + L216320 + + 216320@hsesinfo.org + 555-555-6320 x 5555 + + + 5849 + 5856 + 9143 + 218 + + 2015-01-22 + 2019-06-30 + EHS + Inactive + Children’s Institute, Inc + childrensinstitute.org + 5856@hsesinfo.org + 7226 S Figueroa St + + Los Angeles + CA + 90003-1721 + 7226 S Figueroa St + + Los Angeles + CA + 90003-1721 + 7226 S Figueroa St + + Los Angeles + CA + 90003-1721 + Mr. + F104504 + L104504 + + Board Chairman + 104504@hsesinfo.org + Ms. + F104505 + L104505 + + CEO + 104505@hsesinfo.org + Ms. + F104507 + L104507 + + 104507@hsesinfo.org + Ms. + F104503 + L104503 + + 104503@hsesinfo.org + 555-555-4503 + + + 10505 + 6104 + 12503 + 200 + + 2019-09-01 + + EHS + Active + Council of Three Rivers American Indian Center + http://www.cotraic.org + 6104@hsesinfo.org + 120 Charles Street + + Pittsburgh + PA + 15238-1027 + 120 Charles Street + + Pittsburgh + PA + 15238-1027 + 120 Charles Street + + Pittsburgh + PA + 15238-1027 + Mr. + F221874 + L221874 + + Board Chair + 221874@hsesinfo.org + Mr. + F221875 + L221875 + + Executive Director + 221875@hsesinfo.org + Ms. + F221877 + L221877 + + 221877@hsesinfo.org + Mrs. + F221873 + L221873 + + 221873@hsesinfo.org + 555-555-1873 x 5555 + + + 4809 + 1919 + 8761 + 000 + 2014 + 2014-04-01 + 2019-03-31 + HS + Inactive + Ashtabula County Community Action Agency + http://www.accaa.org + 1919@hsesinfo.org + 4510 Main Ave + + Ashtabula + OH + 44004-6925 + PO Box 2610 + + Ashtabula + OH + 44005-2610 + 6920 Austinburg Rd + + Ashtabula + OH + 44004-9393 + Mr. + F46846 + L46846 + + Chairperson + 46846@hsesinfo.org + Mrs. + F46845 + L46845 + + Executive Director + 46845@hsesinfo.org + Ms. + F46843 + L46843 + + 46843@hsesinfo.org + Mrs. + F46842 + L46842 + + 46842@hsesinfo.org + 555-555-6842 + + + 6891 + 6910 + 2856 + 200 + + 2015-09-01 + 2019-01-31 + EHS + Inactive + Yeshivath Kehilath Yakov, Inc. + + 6910@hsesinfo.org + 638 Bedford Avenue + + Brooklyn + NY + 11249-8007 + 638 Bedford Avenue + + Brooklyn + NY + 11249-8007 + 638 Bedford Avenue + + Brooklyn + NY + 11249-8007 + Mr. + F203898 + L203898 + + Board Chair + 203898@hsesinfo.org + Mr. + F203899 + L203899 + + Executive Director + 203899@hsesinfo.org + Mrs. + F203901 + L203901 + + 203901@hsesinfo.org + Mr. + F203897 + L203897 + + 203897@hsesinfo.org + 555-555-3897 x 5555 + + + 10506 + 6894 + 12504 + 201 + + 2019-09-01 + + EHS + Active + Allegheny Intermediate Unit 3 + www.aiu3.net + 6894@hsesinfo.org + 473 East Waterfront Drive + + Homestead + PA + 15120 + 473 East Waterfront Drive + + Homestead + PA + 15120 + 473 East Waterfront Drive + + Homestead + PA + 15120 + Mrs. + F221881 + L221881 + + + 221881@hsesinfo.org + Mrs. + F221882 + L221882 + + + 221882@hsesinfo.org + Ms. + F221884 + L221884 + + 221884@hsesinfo.org + Mrs. + F221880 + L221880 + + 221880@hsesinfo.org + 555-555-1880 + + + 10507 + 6895 + 12505 + 202 + + 2019-09-01 + + EHS + Active + Blueprints (formerly Community Action Southwest) + www.myblueprints.org + 6895@hsesinfo.org + 150 W Beau St + Ste 304 + Washington + PA + 15301-4425 + 150 W Beau St + Ste 304 + Washington + PA + 15301-4425 + 150 W Beau St + Ste 304 + Washington + PA + 15301-4425 + Mr. + F221888 + L221888 + + President + 221888@hsesinfo.org + Ms. + F221889 + L221889 + + Chief Executive Officer + 221889@hsesinfo.org + Ms. + F221891 + L221891 + + 221891@hsesinfo.org + Ms. + F221887 + L221887 + + 221887@hsesinfo.org + 555-555-1887 x 5555 + + + 11118 + 1984 + 13041 + 000 + 1992 + 2020-02-01 + + AIAN HS + Active + Red Lake Band of Chippewa Indians + + 1984@hsesinfo.org + 24900 Elementary School Street + Early Childhood Center + Redlake + MN + 56671 + P.O. Box 53 + Hwy. 1 + Red Lake + MN + 56671-0053 + Hwy 1 + + Redlake + MN + 56671 + Mr. + F226064 + L226064 + + Tribal Chairman + 226064@hsesinfo.org + Mr. + F226065 + L226065 + + Executive Director + 226065@hsesinfo.org + Ms. + F226067 + L226067 + + 226067@hsesinfo.org + Ms. + F226063 + L226063 + + 226063@hsesinfo.org + 555-555-6063 + + + 8809 + 1523 + 11190 + 200 + 2013 + 2018-05-01 + + EHS + Active + E Center + http://www.ecenter.org + 1523@hsesinfo.org + 1506 Starr Dr + + Yuba City + CA + 95993-2602 + 1506 Starr Dr + + Yuba City + CA + 95993-2602 + 1506 Starr Dr + + Yuba City + CA + 95993-2602 + Ms. + F210207 + L210207 + + Board Chair + 210207@hsesinfo.org + Ms. + F210208 + L210208 + + Chief Executive Officer + 210208@hsesinfo.org + Ms. + F210210 + L210210 + + 210210@hsesinfo.org + Ms. + F210206 + L210206 + + 210206@hsesinfo.org + 555-555-0206 + + + 6431 + 4098 + 10047 + 001 + + 2015-06-01 + 2020-05-31 + HS + Inactive + Allegheny County/AIU Head Start + http://www.aiu3.net + 4098@hsesinfo.org + Allegheny Intermediate Unit + 475 East Waterfront Drive + Homestead + PA + 15120-1144 + Allegheny Intermediate Unit + 475 East Waterfront Drive + Homestead + PA + 15120-1144 + Allegheny Intermediate Unit + 475 East Waterfront Drive + Homestead + PA + 15120-1144 + Mr. + F200687 + L200687 + + Board Chair + 200687@hsesinfo.org + Mrs. + F200688 + L200688 + + Executive Director + 200688@hsesinfo.org + Ms. + F200690 + L200690 + + 200690@hsesinfo.org + Mrs. + F200686 + L200686 + + 200686@hsesinfo.org + 555-555-0686 + + + 8043 + 8006 + 10393 + 200 + 2016 + 2016-10-01 + 2020-10-31 + EHS + Inactive + Sheboygan Human Rights Association, Inc. + www.sheboyganheadstart.org + 8006@hsesinfo.org + 1711 S 11th St + + Sheboygan + WI + 53081-5810 + 1711 S 11th St + + Sheboygan + WI + 53081-5810 + 1711 S 11th St + + Sheboygan + WI + 53081-5810 + Mr. + F205496 + L205496 + + Board President + 205496@hsesinfo.org + Ms. + F205497 + L205497 + + Executive Director + 205497@hsesinfo.org + Ms. + F205499 + L205499 + + 205499@hsesinfo.org + Ms. + F205495 + L205495 + + 205495@hsesinfo.org + 555-555-5495 + + + 5313 + 605 + 9068 + 200 + 2014 + 2014-08-01 + 2020-07-31 + EHS + Inactive + Lee County Public School Board + http:/earlychildhood.leeschools.net + 605@hsesinfo.org + 3650 Michigan Avenue + Suite 4 + Fort Myers + FL + 33916-2240 + 3650 Michigan Avenue + Suite 4 + Fort Myers + FL + 33916-2240 + School District of Lee County: Attention Board Secretary + 2855 Colonial Blvd. + Fort Myers + FL + 33966-1012 + Ms. + F54094 + L54094 + + School Board Chair + 54094@hsesinfo.org + Dr. + F54093 + L54093 + + Superintendent + 54093@hsesinfo.org + Ms. + F54095 + L54095 + + 54095@hsesinfo.org + Ms. + F54090 + L54090 + + 54090@hsesinfo.org + 555-555-4090 + + + 9415 + 1079 + 11639 + 000 + 1993 + 2019-03-01 + + HS + Active + SALIDA SCHOOL DISTRICT R-32-J + www.salidaschools.com + 1079@hsesinfo.org + 516 Teller St + Salida Early Childhood Center + Salida + CO + 81201-3045 + PO Box 827 + + Salida + CO + 81201 + 516 Teller St + Salida Early Childhood Center + Salida + CO + 81201-3045 + Mr. + F214423 + L214423 + + Board of Education President + 214423@hsesinfo.org + Mr. + F214424 + L214424 + + Superintendent of Schools + 214424@hsesinfo.org + Ms. + F214426 + L214426 + + 214426@hsesinfo.org + Ms. + F214422 + L214422 + + 214422@hsesinfo.org + 555-555-4422 + + + 4785 + 1415 + 8649 + 200 + 2014 + 2014-04-01 + 2019-06-30 + EHS + Inactive + Northeast Kansas Community Action Program, Inc. + http://www.nekcap.org + 1415@hsesinfo.org + 1260 220th St + + Hiawatha + KS + 66434-8923 + PO Box 380 + + Hiawatha + KS + 66434-0380 + 1260 220th St + + Hiawatha + KS + 66434-8923 + Mr. + F46556 + L46556 + CPA + NEK-CAP, Inc. Multi-County Board President + 46556@hsesinfo.org + Ms. + F46552 + L46552 + LMSW + NEK-CAP, Inc. Executive Director + 46552@hsesinfo.org + Mrs. + F46553 + L46553 + + 46553@hsesinfo.org + Ms. + F46551 + L46551 + LMSW + 46551@hsesinfo.org + 555-555-6551 x 5555 + + + 6924 + 455 + 10403 + 000 + 1992 + 2015-11-01 + 2020-10-31 + HS + Inactive + Olympic ESD 114 + http://oesd114.org + 455@hsesinfo.org + 105 National Ave N + + Bremerton + WA + 98312-3537 + 105 National Ave N + + Bremerton + WA + 98312-3537 + 105 National Ave N + + Bremerton + WA + 98312-3537 + Mr. + F204129 + L204129 + + Board Chair + 204129@hsesinfo.org + Mr. + F204130 + L204130 + + Superintendent + 204130@hsesinfo.org + Ms. + F204132 + L204132 + + 204132@hsesinfo.org + Mrs. + F204128 + L204128 + + 204128@hsesinfo.org + 555-555-4128 + + + 9433 + 8760 + 11650 + 206 + 2019 + 2019-06-30 + 2019-06-30 + EHS + Inactive + Para Los Ninos + http://www.paralosninos.org + 8760@hsesinfo.org + 5000 Hollywood Blvd + + Los Angeles + CA + 90027-6104 + 5000 Hollywood Blvd + + Los Angeles + CA + 90027-6104 + 5000 Hollywood Blvd + + Los Angeles + CA + 90027-6104 + Atty. + F214541 + L214541 + + Board Member + 214541@hsesinfo.org + Dr. + F214539 + L214539 + + CEO + 214539@hsesinfo.org + Mr. + F214542 + L214542 + + 214542@hsesinfo.org + Dr. + F214538 + L214538 + + 214538@hsesinfo.org + 555-555-4538 x 5555 + + + 5226 + 3813 + 9072 + 001 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Puerto Rican Family Institute, Inc. + http://www.prfipr.org + 3813@hsesinfo.org + Carr 849 Km 1.5 Calle Juan Baiz Barrio Santo Domingo + + San Juan + PR + 00924 + P.O. Box 29609 + + San Juan + PR + 00929-0609 + 145 W 15th St + + New York + NY + 10011-6701 + Mrs. + F53102 + L53102 + + + 53102@hsesinfo.org + Mrs. + F53100 + L53100 + + + 53100@hsesinfo.org + Mrs. + F53099 + L53099 + + 53099@hsesinfo.org + Mrs. + F53098 + L53098 + + 53098@hsesinfo.org + 555-555-3098 + + + 10509 + 6897 + 12507 + 204 + + 2019-09-01 + + EHS + Active + Private Industry Council Westmoreland/Fayette, Inc. + www.privateindustrycouncil.com + 6897@hsesinfo.org + 112 Commonwealth Drive + + Lemont Furnace + PA + 15456 + 112 Commonwealth Drive + + Lemont Furnace + PA + 15456 + 112 Commonwealth Drive + + Lemont Furnace + PA + 15456 + Mr. + F221902 + L221902 + + Board Chair + 221902@hsesinfo.org + Ms. + F221903 + L221903 + + President and CEO + 221903@hsesinfo.org + Mr. + F221905 + L221905 + + 221905@hsesinfo.org + Ms. + F221901 + L221901 + + 221901@hsesinfo.org + 555-555-1901 x 5555 + + + 10324 + 3972 + 12342 + 055 + 2014 + 2019-07-01 + + HS + Active + Sheltering Arms Children and Family Services + shelteringarmsny.org + 3972@hsesinfo.org + 305 7th Avenue + + New York + NY + 10009-6008 + 305 7th Avenue + + New York + NY + 10009-6008 + 305 7th Avenue + + New York + NY + 10009-6008 + Mr. + F220609 + L220609 + + Board Chair and President + 220609@hsesinfo.org + Ms. + F220610 + L220610 + + CEO/Executive Director + 220610@hsesinfo.org + Ms. + F220612 + L220612 + + 220612@hsesinfo.org + Ms. + F220608 + L220608 + + 220608@hsesinfo.org + 555-555-0608 + + + 11119 + 9209 + 12017 + 200 + 2020 + 2020-07-01 + + EHS + Active + Ozark Action, Inc + http://www.oaiwp.org + 9209@hsesinfo.org + 710 East Main Street + + West Plains + MO + 65775-3307 + 710 East Main Street + + West Plains + MO + 65775-3307 + 710 East Main Street + + West Plains + MO + 65775-3307 + Mr. + F226073 + L226073 + + President of the Board of Directors + 226073@hsesinfo.org + Mr. + F226071 + L226071 + + Executive Director + 226071@hsesinfo.org + Ms. + F226074 + L226074 + + 226074@hsesinfo.org + Ms. + F226070 + L226070 + + 226070@hsesinfo.org + 555-555-6070 x 5555 + + + 10510 + 6898 + 12508 + 205 + + 2019-09-01 + + EHS + Active + Seton Hill Child Services, Inc. + www.shchildservices,org + 6898@hsesinfo.org + 105 Hartman Rd + Ste 204 + Greensburg + PA + 15601-8558 + 105 Hartman Rd + Ste 204 + Greensburg + PA + 15601-8558 + 105 Hartman Rd + Ste 204 + Greensburg + PA + 15601-8558 + Mr. + F221909 + L221909 + + + 221909@hsesinfo.org + Ms. + F221910 + L221910 + + Director of Operations + 221910@hsesinfo.org + + F221912 + L221912 + + 221912@hsesinfo.org + Ms. + F221908 + L221908 + + 221908@hsesinfo.org + 555-555-1908 + + + 8813 + 2606 + 11194 + 200 + 2013 + 2018-05-01 + + Migrant EHS + Active + E Center + http://www.ecenter.org + 2606@hsesinfo.org + 1506 Starr Dr + + Yuba City + CA + 95993-2655 + 1506 Starr Dr + + Yuba City + CA + 95993-2655 + 1506 Starr Dr + + Yuba City + CA + 95993-2655 + Ms. + F210235 + L210235 + + Board Chair + 210235@hsesinfo.org + Ms. + F210236 + L210236 + + Chief Executive Officer + 210236@hsesinfo.org + Ms. + F210238 + L210238 + + 210238@hsesinfo.org + Ms. + F210234 + L210234 + + 210234@hsesinfo.org + 555-555-0234 + + + 5812 + 5818 + 9560 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Early Learning Coalition of Palm Beach County, Inc. + www.elcpalmbeach.org + 5818@hsesinfo.org + 2300 High Ridge Road, Suite 115 + + Boynton Beach + FL + 33426-8795 + 2300 High Ridge Road, Suite 115 + + Boynton Beach + FL + 33426-8795 + 2300 High Ridge Road, Suite 115 + + Boynton Beach + FL + 33426-8795 + Mr. + F103844 + L103844 + . + Board Chair + 103844@hsesinfo.org + Mr. + F103845 + L103845 + + CEO + 103845@hsesinfo.org + Mr. + F103847 + L103847 + + 103847@hsesinfo.org + Ms. + F103843 + L103843 + + 103843@hsesinfo.org + 555-555-3843 + + + 4770 + 1295 + 8643 + 200 + 2014 + 2014-04-01 + 2019-03-31 + EHS + Inactive + Tulare County Department of Education + + 1295@hsesinfo.org + 7000 Doe Avenue, Suite C + + Visalia + CA + 93291-9287 + 7000 Doe Avenue, Suite C + + Visalia + CA + 93291-9287 + 7000 Doe Avenue, Suite C + + Visalia + CA + 93291-9287 + Mr. + F46221 + L46221 + + County Superintendent of Schools + 46221@hsesinfo.org + Mr. + F46220 + L46220 + + + 46220@hsesinfo.org + Mr. + F46223 + L46223 + + 46223@hsesinfo.org + Ms. + F46219 + L46219 + + 46219@hsesinfo.org + 555-555-6219 + + + 5261 + 3728 + 9108 + 002 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Washington Elementary School District + www.wesdschools.org + 3728@hsesinfo.org + 1502 W Mountain View Rd + + Phoenix + AZ + 85021-2158 + 1502 W Mountain View Rd + + Phoenix + AZ + 85021-2158 + 1502 W Mountain View Rd + + Phoenix + AZ + 85021-2158 + Mr. + F53500 + L53500 + + Governing Board President + 53500@hsesinfo.org + Dr. + F53502 + L53502 + + Superintendent + 53502@hsesinfo.org + Ms. + F53501 + L53501 + + 53501@hsesinfo.org + Ms. + F53497 + L53497 + + 53497@hsesinfo.org + 555-555-3497 + + + 9704 + 8879 + 11859 + 200 + 2019 + 2019-06-01 + + EHS + Active + Save the Children Federation Inc. + + 8879@hsesinfo.org + + + + + + + + + + + + + + + + Mr. + F216349 + L216349 + + Save the Children Head Start Board Chair + 216349@hsesinfo.org + Mr. + F216350 + L216350 + + Executive Director + 216350@hsesinfo.org + Ms. + F216352 + L216352 + + 216352@hsesinfo.org + Mr. + F216348 + L216348 + + 216348@hsesinfo.org + 555-555-6348 + + + 8942 + 3221 + 11286 + 200 + 2013 + 2018-07-01 + + EHS + Active + ASSOCIATED CATHOLIC CHARITIES + http://www.cc-md.org + 3221@hsesinfo.org + 1980 Brookside Dr + + Edgewood + MD + 21040-1800 + 422 S Stokes St + + Havre De Grace + MD + 21078-3324 + 422 S Stokes St + + Havre De Grace + MD + 21078-3324 + Mr. + F211100 + L211100 + + President of Board of Trustees + 211100@hsesinfo.org + Mr. + F211101 + L211101 + + + 211101@hsesinfo.org + Ms. + F211103 + L211103 + + 211103@hsesinfo.org + Ms. + F211099 + L211099 + + 211099@hsesinfo.org + 555-555-1099 + + + 9442 + 6718 + 11658 + 006 + + 2019-03-01 + + Migrant HS + Active + Santa Cruz County Office of Education + www.santacruz.k12.ca.us + 6718@hsesinfo.org + 400 Encinal Street + + Santa Cruz + CA + 95060 + 400 Encinal Street + + Santa Cruz + CA + 95060 + 400 Encinal Street + + Santa Cruz + CA + 95060 + + F214601 + L214601 + + + 214601@hsesinfo.org + + F214602 + L214602 + + + 214602@hsesinfo.org + + F214604 + L214604 + + 214604@hsesinfo.org + Ms. + F214600 + L214600 + + 214600@hsesinfo.org + 555-555-4600 + + + 9366 + 2910 + 11604 + 200 + 2013 + 2019-02-01 + + EHS + Active + The Children's Aid Society + www.childrensaidnyc.org + 2910@hsesinfo.org + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + Ms. + F214095 + L214095 + + Board Chair + 214095@hsesinfo.org + Ms. + F214096 + L214096 + + President and CEO + 214096@hsesinfo.org + Ms. + F214098 + L214098 + + 214098@hsesinfo.org + Ms. + F214094 + L214094 + + 214094@hsesinfo.org + 555-555-4094 + + + 9443 + 2870 + 11651 + 200 + 2011 + 2019-03-01 + + Migrant EHS + Active + CENTRAL CALIFORNIA MIGRANT HEAD START PROGRAM + https://stancoe.org/division/child-family-services + 2870@hsesinfo.org + 1100 H St. + + Modesto + CA + 95354 + 1100 H St. + + Modesto + CA + 95354 + 1100 H St. + + Modesto + CA + 95354 + Mr. + F214608 + L214608 + + Chairperson + 214608@hsesinfo.org + Mr. + F214609 + L214609 + + Executive Director + 214609@hsesinfo.org + Ms. + F214611 + L214611 + + 214611@hsesinfo.org + Ms. + F214607 + L214607 + + 214607@hsesinfo.org + 555-555-4607 + + + 9444 + 3514 + 11656 + 204 + 2014 + 2019-03-01 + + Migrant EHS + Active + Central California Child Development Services + www.cccds.com + 3514@hsesinfo.org + 2250 Rockefeller Drive, Suite 1 + P.O. Box 2540 + Ceres + CA + 95307-0794 + 2250 Rockefeller Drive, Suite 1 + P.O. Box 2540 + Ceres + CA + 95307-0794 + 2250 Rockefeller Drive, Suite 1 + P.O. Box 2540 + Ceres + CA + 95307-0794 + Mr. + F214615 + L214615 + + President + 214615@hsesinfo.org + Ms. + F214616 + L214616 + + + 214616@hsesinfo.org + Mr. + F214618 + L214618 + + 214618@hsesinfo.org + Ms. + F214614 + L214614 + + 214614@hsesinfo.org + 555-555-4614 + + + 10158 + 1113 + 12193 + 000 + 2014 + 2019-08-01 + + HS + Active + CNMI Public School System + cnmipss.org + 1113@hsesinfo.org + 1256 Pohnpei Way (Capitol Hill) + + Saipan + MP + 95950 + P.O. Box 501370 + + Saipan + MP + 96950-1370 + 1256 Pohnpei Way (Capitol Hill) + + Saipan + MP + 96950 + Mrs. + F219471 + L219471 + + Chairperson, CNMI State Board of Education + 219471@hsesinfo.org + Dr. + F219472 + L219472 + + Commissioner of Education + 219472@hsesinfo.org + Mr. + F219474 + L219474 + + 219474@hsesinfo.org + Ms. + F219470 + L219470 + + 219470@hsesinfo.org + 555-555-9470 + + + 5186 + 1326 + 9029 + 000 + 2014 + 2014-07-01 + 2020-07-31 + HS + Inactive + Galveston County Community Action Council, Inc. + http://www.gccac.org + 1326@hsesinfo.org + 4700 Broadway St + Ste C109 + Galveston + TX + 77551-4224 + PO Box 3206 + 4700 Broadway Suite C109 + Galveston + TX + 77552-0206 + 4700 Broadway St + Ste C109 + Galveston + TX + 77551-4224 + Mr. + F52148 + L52148 + + Interim Board President + 52148@hsesinfo.org + Mr. + F52147 + L52147 + + Interim Executive Director + 52147@hsesinfo.org + Mrs. + F52145 + L52145 + + 52145@hsesinfo.org + Mr. + F52143 + L52143 + + 52143@hsesinfo.org + 555-555-2143 + + + 5159 + 1335 + 8963 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + St Charles Parish School Board + http://www.stcharles.k12.la.us + 1335@hsesinfo.org + 13855 River Rd + + Luling + LA + 70070-6220 + 13855 River Rd + + Luling + LA + 70070-6220 + 13855 River Rd + + Luling + LA + 70070-6220 + Mr. + F52153 + L52153 + + Board President + 52153@hsesinfo.org + Mrs. + F52154 + L52154 + + Superintendent + 52154@hsesinfo.org + Ms. + F52151 + L52151 + + 52151@hsesinfo.org + Dr. + F52150 + L52150 + + 52150@hsesinfo.org + 555-555-2150 + + + 6459 + 318 + 10088 + 200 + 2003 + 2015-07-01 + 2020-06-30 + EHS + Inactive + Children's Aid Society + http://www.childrensaidnyc.org + 318@hsesinfo.org + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + Ms. + F200883 + L200883 + + Board Chair + 200883@hsesinfo.org + Ms. + F200884 + L200884 + + President and Chief Executive Officer + 200884@hsesinfo.org + Ms. + F200886 + L200886 + + 200886@hsesinfo.org + Ms. + F200882 + L200882 + + 200882@hsesinfo.org + 555-555-0882 + + + 5022 + 2837 + 8934 + 200 + 2011 + 2014-07-01 + 2019-06-30 + EHS + Inactive + The Puerto Rican Family Institute, Inc. + www.prfipr.org + 2837@hsesinfo.org + Carretera 849 km 1.5 Calle Juan Baiz + Bo. Santo Domingo + San Juan + PR + 00924 + PO Box 29608 + + San Juan + PR + 00929-0608 + Carretera 849 km 1.5 Calle Juan Baiz + Bo. Santo Domingo + San Juan + PR + 00924 + Dr. + F51293 + L51293 + + Board Chairperson + 51293@hsesinfo.org + Mr. + F51291 + L51291 + + President & CEO + 51291@hsesinfo.org + Mrs. + F51290 + L51290 + + 51290@hsesinfo.org + Mrs. + F51289 + L51289 + + 51289@hsesinfo.org + 555-555-1289 x 5555 + + + 8155 + 8276 + 10580 + 000 + 1996 + 2016-06-01 + + HS + Active + PUERTO RICAN FAMILY INSTITUTE, INC + http://www.prfi.org + 8276@hsesinfo.org + 145 W 15th St + + New York + NY + 10011-6701 + PO Box 29608 + + San Juan + PR + 00929-0608 + 145 W 15th St + + New York + NY + 10011-6701 + Dr. + F206200 + L206200 + + Board Chairperson + 206200@hsesinfo.org + Mr. + F206201 + L206201 + + President & CEO + 206201@hsesinfo.org + Mrs. + F206203 + L206203 + + 206203@hsesinfo.org + Mrs. + F206199 + L206199 + + 206199@hsesinfo.org + 555-555-6199 x 5555 + + + 10327 + 3961 + 12345 + 058 + 2014 + 2019-07-01 + + HS + Active + HELP Day Care Corporation + helpusa.org + 3961@hsesinfo.org + 115 E 13th St + + New York + NY + 10003-5305 + 115 E 13th St + + New York + NY + 10003-5305 + 115 E 13th St + + New York + NY + 10003-5305 + Dr. + F220630 + L220630 + M + President + 220630@hsesinfo.org + Dr. + F220631 + L220631 + M + + 220631@hsesinfo.org + Ms. + F220633 + L220633 + F + 220633@hsesinfo.org + Ms. + F220629 + L220629 + F + 220629@hsesinfo.org + 555-555-0629 x 5555 + + + 4530 + 1156 + 8510 + 000 + 2013 + 2013-12-01 + 2018-11-30 + AIAN HS + Inactive + ONEIDA NATION + oneidanation.org + 1156@hsesinfo.org + 2801 W Mason St + Ste 1 + Green Bay + WI + 54313-5009 + PO Box 365 + + Oneida + WI + 54155-0365 + N7210 Seminary Rd + + Oneida + WI + 54155-9501 + Mr. + F42648 + L42648 + + Tribal Chairman + 42648@hsesinfo.org + Ms. + F42647 + L42647 + + Area Manager; Acting Director + 42647@hsesinfo.org + Ms. + F42650 + L42650 + + 42650@hsesinfo.org + Ms. + F42645 + L42645 + + 42645@hsesinfo.org + 555-555-2645 + + + 10328 + 3962 + 12346 + 059 + 2014 + 2019-07-01 + + HS + Active + Henry Street Settlement + www.henrystreet.org + 3962@hsesinfo.org + 265 Henry Street + + New York + NY + 10002-4808 + 265 Henry Street + + New York + NY + 10002-4808 + 265 Henry Street + + New York + NY + 10002-4808 + Mr. + F220637 + L220637 + + Board Chairperson + 220637@hsesinfo.org + Mr. + F220638 + L220638 + + Executive Director + 220638@hsesinfo.org + Ms. + F220640 + L220640 + + 220640@hsesinfo.org + Ms. + F220636 + L220636 + + 220636@hsesinfo.org + 555-555-0636 x 5555 + + + 10512 + 6091 + 12499 + 200 + + 2019-09-01 + + EHS + Active + Tennessee State University + http://www.tnstate.edu/learningsciences + 6091@hsesinfo.org + 3500 John A Merritt Blvd + + Nashville + TN + 37209-1561 + 3500 John A Merritt Blvd + + Nashville + TN + 37209-1561 + 3500 John A Merritt Blvd + + Nashville + TN + 37209-1561 + Dr. + F221923 + L221923 + + Vice President and Chief Research Officer + 221923@hsesinfo.org + Dr. + F221924 + L221924 + + Director of Center of Excellence for Learning Sciences + 221924@hsesinfo.org + Mr. + F221926 + L221926 + + 221926@hsesinfo.org + Ms. + F221922 + L221922 + + 221922@hsesinfo.org + 555-555-1922 + + + 9102 + 1673 + 11418 + 200 + 2013 + 2018-09-01 + + EHS + Active + MOORE COMMUNITY HOUSE, INC. + + 1673@hsesinfo.org + 345 Nichols St. + 406 Davis + Biloxi + MS + 39530 + 345 Nichols St. + 406 Davis + Biloxi + MS + 39530 + 325 Nixon St + + Biloxi + MS + 39530-2304 + Mrs. + F212299 + L212299 + + Board President + 212299@hsesinfo.org + Rev. + F212300 + L212300 + + Executive Director + 212300@hsesinfo.org + Ms. + F212302 + L212302 + + 212302@hsesinfo.org + Mrs. + F212298 + L212298 + + 212298@hsesinfo.org + 555-555-2298 + + + 469 + 1916 + 290 + 000 + 2013 + 2013-07-02 + 2018-12-31 + HS + Inactive + B.C.M.W. Community Services, Inc. + www.bcmwhs.org + 1916@hsesinfo.org + 909 E. Rexford + + Centralia + IL + 62801-9111 + P.O. Box 729 + + Centralia + IL + 62801-9111 + 909 E Rexford St + + Centralia + IL + 62801-3033 + Mr. + F37506 + L37506 + + BCMW Board Chairperson + 37506@hsesinfo.org + Ms. + F37505 + L37505 + + Executive Director + 37505@hsesinfo.org + Mr. + F37508 + L37508 + + 37508@hsesinfo.org + Mrs. + F37504 + L37504 + + 37504@hsesinfo.org + 555-555-7504 x 5555 + + + 5146 + 1918 + 8821 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Community Action Commission of Belmont County + http://www.cacbelmont.org + 1918@hsesinfo.org + 153 1/2 West Main Street + + St. Clairsville + OH + 43950-1224 + 153 1/2 West Main Street + + St. Clairsville + OH + 43950-1224 + 153 1/2 West Main Street + + St. Clairsville + OH + 43950-1224 + Ms. + F51784 + L51784 + + CAC Belmont County Governing Board Chairperson + 51784@hsesinfo.org + Mrs. + F51782 + L51782 + + Executive Director + 51782@hsesinfo.org + Mr. + F51781 + L51781 + + 51781@hsesinfo.org + Mrs. + F51780 + L51780 + + 51780@hsesinfo.org + 555-555-1780 x 5555 + + + 10622 + 6170 + 12620 + 200 + + 2019-09-01 + + EHS + Active + South Central Human Resource Agency + http://www.schra.us + 6170@hsesinfo.org + 1437 Winchester Highway + + Fayetteville + TN + 37334 + PO Box 638 + + Fayetteville + TN + 37334-0638 + 1437 Winchester Highway + + Fayetteville + TN + 37334 + Hon. Mayor + F222691 + L222691 + + SCHRA Policy Council Chairperson + 222691@hsesinfo.org + Mr. + F222692 + L222692 + + SCHRA Executive Director + 222692@hsesinfo.org + Dr. + F222694 + L222694 + + 222694@hsesinfo.org + Ms. + F222690 + L222690 + + 222690@hsesinfo.org + 555-555-2690 x 5555 + + + 5099 + 527 + 9024 + 000 + 1992 + 2014-07-01 + 2019-06-30 + HS + Inactive + Agricultural and Labor Program, Inc. + http://www.alpi.org + 527@hsesinfo.org + 300 Lynchburg Road + + Lake Alfred + FL + 33850-2576 + 300 Lynchburg Road + + Lake Alfred + FL + 33850-2576 + 300 Lynchburg Road + + Lake Alfred + FL + 33850-2576 + Mr. + F51501 + L51501 + + Board of Directors Chairperson + 51501@hsesinfo.org + Ms. + F51500 + L51500 + + + 51500@hsesinfo.org + Mrs. + F51503 + L51503 + + 51503@hsesinfo.org + Mrs. + F51499 + L51499 + + 51499@hsesinfo.org + 555-555-1499 + + + 5100 + 526 + 9024 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Agricultural and Labor Program, Inc. + http://www.alpi.org + 526@hsesinfo.org + 300 Lynchburg Road + + Lake Alfred + FL + 33850-2576 + 300 Lynchburg Road + + Lake Alfred + FL + 33850-2576 + 300 Lynchburg Road + + Lake Alfred + FL + 33850-2576 + Mr. + F51510 + L51510 + + Board of Directors Chairperson + 51510@hsesinfo.org + Ms. + F51508 + L51508 + + + 51508@hsesinfo.org + Mrs. + F51507 + L51507 + + 51507@hsesinfo.org + Mrs. + F51506 + L51506 + + 51506@hsesinfo.org + 555-555-1506 + + + 10514 + 6911 + 12509 + 201 + + 2019-09-01 + + EHS + Active + New St. Paul Tabernacle Head Start Agency, Inc. + www.nspheadstart.org + 6911@hsesinfo.org + 15362 Southfield Drive + + Detroit + MI + 48223-1359 + 15362 Southfield Drive + + Detroit + MI + 48223-1359 + 15362 Southfield Drive + + Detroit + MI + 48223-1359 + Mr. + F221937 + L221937 + + Chairman of the Board of Directors + 221937@hsesinfo.org + Dr. + F221938 + L221938 + + Executive Director + 221938@hsesinfo.org + Ms. + F221940 + L221940 + + 221940@hsesinfo.org + Dr. + F221936 + L221936 + + 221936@hsesinfo.org + 555-555-1936 x 5555 + + + 9446 + 8761 + 9135 + 210 + 2019 + 2019-07-01 + 2019-06-30 + EHS + Inactive + Garvey School District + www.garvey.k12.ca.us + 8761@hsesinfo.org + 7424 Newmark Ave + + Rosemead + CA + 91770-2943 + 7424 Newmark Ave + + Rosemead + CA + 91770-2943 + 2730 Del Mar Ave + + Rosemead + CA + 91770-3026 + Ms. + F214624 + L214624 + + Board President + 214624@hsesinfo.org + Ms. + F214622 + L214622 + + Superintendent + 214622@hsesinfo.org + Ms. + F214625 + L214625 + + 214625@hsesinfo.org + Dr. + F214621 + L214621 + + 214621@hsesinfo.org + 555-555-4621 + + + 5078 + 643 + 9009 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Sumter County Opportunity, Inc. + http://www.scoheadstart.org + 643@hsesinfo.org + 714 Country Club Road + P.O. Drawer 928 + Livingston + AL + 35470-0928 + 714 Country Club Road + P.O. Drawer 928 + Livingston + AL + 35470-0928 + 714 Country Club Road + P.O. Drawer 928 + Livingston + AL + 35470-0928 + Mr. + F51699 + L51699 + + Board Chairman + 51699@hsesinfo.org + Mrs. + F51697 + L51697 + + CEO/Executive Director/Head Start/EarlyHead Director + 51697@hsesinfo.org + Mrs. + F51696 + L51696 + + 51696@hsesinfo.org + Mrs. + F51695 + L51695 + + 51695@hsesinfo.org + 555-555-1695 + + + 10515 + 1025 + 12502 + 000 + 2014 + 2019-09-01 + + HS + Active + Sheridan School District #2 + http://sheridanssd2.org/earlychildhood.htm + 1025@hsesinfo.org + 4107 S Federal Blvd + + Englewood + CO + 80110-4316 + P.O. Box 1198 + + Englewood + CO + 80150-1198 + 4107 S Federal Blvd + "Lower Campus" + Englewood + CO + 80110-4316 + Ms. + F221944 + L221944 + + Sheridan Board of Education President + 221944@hsesinfo.org + Mr. + F221945 + L221945 + + Superintendent of Sheridan School District #2 + 221945@hsesinfo.org + Mrs. + F221947 + L221947 + + 221947@hsesinfo.org + Ms. + F221943 + L221943 + + 221943@hsesinfo.org + 555-555-1943 + + + 10516 + 3987 + 12510 + 001 + 2014 + 2019-09-01 + + HS + Active + The Village For Early Childhood Education + http://village.littletonpublicschools.net + 3987@hsesinfo.org + 1907 West Powers Avenue + + Littleton + CO + 80120-1247 + 1907 West Powers Avenue + + Littleton + CO + 80120-1247 + 1907 West Powers Avenue + + Littleton + CO + 80120-1247 + Mr. + F221951 + L221951 + + President, Board of Education + 221951@hsesinfo.org + Mr. + F221952 + L221952 + + + 221952@hsesinfo.org + Ms. + F221954 + L221954 + + 221954@hsesinfo.org + Ms. + F221950 + L221950 + + 221950@hsesinfo.org + 555-555-1950 + + + 4937 + 1666 + 8753 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Kids On The Move, Inc. + http://www.kotm.org + 1666@hsesinfo.org + 475 West 260 North + + Orem + UT + 84057-1970 + 475 West 260 North + + Orem + UT + 84057-1970 + 475 West 260 North + + Orem + UT + 84057-1970 + Mr. + F48685 + L48685 + + Board Chairman + 48685@hsesinfo.org + Mr. + F48688 + L48688 + + CEO + 48688@hsesinfo.org + Mrs. + F48687 + L48687 + + 48687@hsesinfo.org + Ms. + F48683 + L48683 + + 48683@hsesinfo.org + 555-555-8683 x 5555 + + + 10619 + 1772 + 12618 + 200 + 2014 + 2019-09-01 + + EHS + Active + Family Service Center + www.salibacenter.org + 1772@hsesinfo.org + 545 West Main Street Suite 404 + 545 West Main Street Suite 100 + Dothan + AL + 36301-1626 + 545 West Main Street Suite 404 + 545 West Main Street Suite 100 + Dothan + AL + 36301-1626 + 545 West Main Street Suite 404 + 545 West Main Street Suite 100 + Dothan + AL + 36301-1626 + Mr. + F222670 + L222670 + + + 222670@hsesinfo.org + Ms. + F222671 + L222671 + + + 222671@hsesinfo.org + Ms. + F222673 + L222673 + + 222673@hsesinfo.org + Ms. + F222669 + L222669 + + 222669@hsesinfo.org + 555-555-2669 x 5555 + + + 10621 + 6259 + 12619 + 200 + + 2019-09-01 + + AIAN EHS + Active + BOIS FORTE RESERVATION TRIBAL GOVERNMENT + www.boisforte.com + 6259@hsesinfo.org + 5344 Lake Shore Dr + + Nett Lake + MN + 55772-1200 + 5344 Lake Shore Dr + + Nett Lake + MN + 55772-1200 + 5344 Lake Shore Dr + + Nett Lake + MN + 55772-1200 + Ms. + F222684 + L222684 + + Tribal Council Chairman + 222684@hsesinfo.org + Mr. + F222685 + L222685 + + Executive Director + 222685@hsesinfo.org + Mr. + F222687 + L222687 + + 222687@hsesinfo.org + Mrs. + F222683 + L222683 + + 222683@hsesinfo.org + 555-555-2683 x 5555 + + + 5620 + 4116 + 9440 + 006 + 2014 + 2014-12-01 + + HS + Active + Chicago Commons Association + www.chicagocommons.org + 4116@hsesinfo.org + 515 E 50th St + + Chicago + IL + 60615-2401 + 515 E 50th St + + Chicago + IL + 60615-2401 + 515 E 50th St + + Chicago + IL + 60615-2401 + Mr. + F101363 + L101363 + + Board Chair + 101363@hsesinfo.org + Mr. + F101361 + L101361 + + President & CEO + 101361@hsesinfo.org + Ms. + F101360 + L101360 + + 101360@hsesinfo.org + Ms. + F101358 + L101358 + + 101358@hsesinfo.org + 555-555-1358 + + + 8713 + 8573 + 9440 + 206 + 2017 + 2016-09-01 + + EHS + Active + Chicago Commons Association + www.chicagocommons.org + 8573@hsesinfo.org + 515 E 50th St + + Chicago + IL + 60615-2401 + 515 E 50th St + + Chicago + IL + 60615-2401 + 515 E 50th St + + Chicago + IL + 60615-2401 + Mr. + F209488 + L209488 + + Board Chair + 209488@hsesinfo.org + Mr. + F209489 + L209489 + + President & CEO + 209489@hsesinfo.org + Ms. + F209491 + L209491 + + 209491@hsesinfo.org + Ms. + F209487 + L209487 + + 209487@hsesinfo.org + 555-555-9487 + + + 6837 + 4022 + 10313 + 002 + + 2015-08-01 + + HS + Active + Catholic Charities of the Archdiocese of Miami + http://www.ccadm.org + 4022@hsesinfo.org + 1505 N.E. 26th Street + + Wilton Manors + FL + 33305 + 1505 N.E. 26th Street + + Wilton Manors + FL + 33305 + 1505 N.E. 26th Street + + Wilton Manors + FL + 33305 + Msgr. + F203534 + L203534 + + Board Chair + 203534@hsesinfo.org + Mr. + F203535 + L203535 + + CEO + 203535@hsesinfo.org + Ms. + F203537 + L203537 + + 203537@hsesinfo.org + Mrs. + F203533 + L203533 + + 203533@hsesinfo.org + 555-555-3533 + + + 4323 + 1104 + 8324 + 200 + 2013 + 2013-08-29 + 2018-08-31 + EHS + Inactive + Child-Parent Centers, Inc. + http://www.childparentcenters.org + 1104@hsesinfo.org + 602 East 22nd Street + + Tucson + AZ + 85713-1701 + 602 East 22nd Street + + Tucson + AZ + 85713-1701 + 602 East 22nd Street + + Tucson + AZ + 85713-1701 + Ms. + F39600 + L39600 + + Board President + 39600@hsesinfo.org + Mrs. + F39601 + L39601 + + Chief Executive Officer + 39601@hsesinfo.org + Mr. + F39602 + L39602 + + 39602@hsesinfo.org + Mrs. + F39597 + L39597 + + 39597@hsesinfo.org + 555-555-9597 x 5555 + + + 10517 + 3988 + 12511 + 002 + 2014 + 2019-09-01 + + HS + Active + Englewood Head Start + http://www.englewoodschools.net + 3988@hsesinfo.org + 3838 S Huron St + + Englewood + CO + 80110 + 3838 S Huron St + + Englewood + CO + 80110 + 4101 S. Bannock St + + Englewood + CO + 80110 + Ms. + F221958 + L221958 + + School Board Chair + 221958@hsesinfo.org + Dr. + F221959 + L221959 + + Superintendent + 221959@hsesinfo.org + Ms. + F221961 + L221961 + + 221961@hsesinfo.org + Ms. + F221957 + L221957 + + 221957@hsesinfo.org + 555-555-1957 + + + 10518 + 1048 + 12495 + 000 + 2014 + 2019-09-01 + + HS + Active + Ogden-Weber Community Action Partnership, Inc. + http://www.owcap.org + 1048@hsesinfo.org + 3159 Grant Avenue + + Ogden + UT + 84401-3942 + 3159 Grant Avenue + + Ogden + UT + 84401-3942 + 3159 Grant Avenue + + Ogden + UT + 84401-3942 + Ms. + F221965 + L221965 + + Board of Trustees Chairperson + 221965@hsesinfo.org + Ms. + F221966 + L221966 + + Executive Director + 221966@hsesinfo.org + Mr. + F221968 + L221968 + + 221968@hsesinfo.org + Ms. + F221964 + L221964 + + 221964@hsesinfo.org + 555-555-1964 x 5555 + + + 10519 + 8199 + 12495 + 200 + 2016 + 2019-09-01 + + EHS + Active + Ogden-Weber Community Action Partnership, Inc. + http://www.owcap.org + 8199@hsesinfo.org + 3159 Grant Avenue + + Ogden + UT + 84401-3942 + 3159 Grant Avenue + + Ogden + UT + 84401-3942 + 3159 Grant Avenue + + Ogden + UT + 84401-3942 + Ms. + F221972 + L221972 + + Board of Trustees Chairperson + 221972@hsesinfo.org + Ms. + F221973 + L221973 + + Executive Director + 221973@hsesinfo.org + Mr. + F221975 + L221975 + + 221975@hsesinfo.org + Ms. + F221971 + L221971 + + 221971@hsesinfo.org + 555-555-1971 x 5555 + + + 10332 + 3965 + 12350 + 063 + 2014 + 2019-07-01 + + HS + Active + MARC Academy and Family Center + 55 E 175th St + 3965@hsesinfo.org + 55 E 175th St + Fl 1 + Bronx + NY + 10453-7946 + 55 E 175th St + Fl 1 + Bronx + NY + 10453-7946 + 55 E 175th St + Fl 1 + Bronx + NY + 10453-7946 + Mr. + F220665 + L220665 + + Chairman + 220665@hsesinfo.org + Ms. + F220666 + L220666 + + Executive Director + 220666@hsesinfo.org + Ms. + F220668 + L220668 + + 220668@hsesinfo.org + Ms. + F220664 + L220664 + + 220664@hsesinfo.org + 555-555-0664 + + + 8287 + 537 + 10664 + 000 + 1992 + 2016-07-01 + + HS + Active + Middle Georgia CAA + http://www.mgcaa.org + 537@hsesinfo.org + 121 Prince St + + Warner Robins + GA + 31093-0712 + 121 Prince St + + Warner Robins + GA + 31093-0712 + 121 Prince St + + Warner Robins + GA + 31093-0712 + Mr. + F207149 + L207149 + + Chairman, Board of Directors + 207149@hsesinfo.org + Ms. + F207150 + L207150 + + Executive Director + 207150@hsesinfo.org + Dr. + F207152 + L207152 + + 207152@hsesinfo.org + Ms. + F207148 + L207148 + + 207148@hsesinfo.org + 555-555-7148 + + + 10520 + 6020 + 12496 + 200 + + 2019-09-01 + + EHS + Active + Clayton Early Learning, Trustee George W. Clayton Trust + http://www.claytonearlylearning.org + 6020@hsesinfo.org + 3751 MARTIN LUTHER KING JR. BLVD., + + DENVER + CO + 80205-4972 + 3751 MARTIN LUTHER KING JR. BLVD., + + DENVER + CO + 80205-4972 + 3751 MARTIN LUTHER KING JR. BLVD., + + DENVER + CO + 80205-4972 + Mr. + F221979 + L221979 + + Board Chair + 221979@hsesinfo.org + Ms. + F221980 + L221980 + + CEO/President + 221980@hsesinfo.org + Mr. + F221982 + L221982 + + 221982@hsesinfo.org + Ms. + F221978 + L221978 + + 221978@hsesinfo.org + 555-555-1978 x 5555 + + + 4573 + 4575 + 8479 + 000 + 2013 + 2013-12-23 + 2018-12-31 + HS + Inactive + Child Care Resource Center + www.ccrcca.org + 4575@hsesinfo.org + 20001 Prairie Street + + Chatsworth + CA + 91311-6508 + 20001 Prairie Street + + Chatsworth + CA + 91311-6508 + 20001 Prairie Street + + Chatsworth + CA + 91311-6508 + Mr. + F43023 + L43023 + Esq + Board Chair + 43023@hsesinfo.org + Mr. + F43024 + L43024 + Phd + President & CEO + 43024@hsesinfo.org + Ms. + F43026 + L43026 + + 43026@hsesinfo.org + Ms. + F43022 + L43022 + + 43022@hsesinfo.org + 555-555-3022 + + + 4574 + 4576 + 8479 + 200 + 2013 + 2013-12-23 + 2018-12-31 + EHS + Inactive + Child Care Resource Center + www.ccrcca.org + 4576@hsesinfo.org + 20001 Prairie Street + + Chatsworth + CA + 91311-6508 + 20001 Prairie Street + + Chatsworth + CA + 91311-6508 + 20001 Prairie Street + + Chatsworth + CA + 91311-6508 + Mr. + F43031 + L43031 + Esq + Board Chair + 43031@hsesinfo.org + Mr. + F43032 + L43032 + Phd + President & CEO + 43032@hsesinfo.org + Ms. + F43034 + L43034 + + 43034@hsesinfo.org + Ms. + F43030 + L43030 + + 43030@hsesinfo.org + 555-555-3030 + + + 9705 + 305 + 11863 + 000 + 2014 + 2019-07-01 + + HS + Active + Upshur Human Resources, Inc. + http://www.headstart-upshur.org + 305@hsesinfo.org + 8 Cleveland Avenue + + Buckhannon + WV + 26201-2847 + 8 Cleveland Avenue + + Buckhannon + WV + 26201-2847 + 8 Cleveland Avenue + + Buckhannon + WV + 26201-2847 + Ms. + F216356 + L216356 + + Board Chairperson + 216356@hsesinfo.org + Ms. + F216357 + L216357 + + + 216357@hsesinfo.org + Ms. + F216359 + L216359 + + 216359@hsesinfo.org + Ms. + F216355 + L216355 + + 216355@hsesinfo.org + 555-555-6355 + + + 6452 + 581 + 10101 + 000 + 1992 + 2015-07-01 + + HS + Active + Step Up Suncoast, Inc. Head Start/Early Head Start + http://www.stepupsuncoast.org + 581@hsesinfo.org + 6428 Parkland Dr + + Sarasota + FL + 34243-4038 + 6428 Parkland Dr + + Sarasota + FL + 34243-4038 + 6428 Parkland Dr + + Sarasota + FL + 34243-4038 + Mr. + F200834 + L200834 + + Board Chair + 200834@hsesinfo.org + Ms. + F200835 + L200835 + + President/CEO + 200835@hsesinfo.org + Ms. + F200837 + L200837 + + 200837@hsesinfo.org + Ms. + F200833 + L200833 + + 200833@hsesinfo.org + 555-555-0833 x 5555 + + + 9706 + 2371 + 11862 + 000 + 2014 + 2019-07-01 + + HS + Active + EARLY CHILDHOOD LEARNING CENTER OF GREENE COUNTY + eclcgreenecounty.org + 2371@hsesinfo.org + 2395 Route 23B + + South Cairo + NY + 12482-1220 + 2395 Route 23B + + South Cairo + NY + 12482-1220 + 2395 Route 23B + + South Cairo + NY + 12482-1220 + Ms. + F216363 + L216363 + + Board Chairperson + 216363@hsesinfo.org + Ms. + F216364 + L216364 + + ECLC / Head Start Director + 216364@hsesinfo.org + Ms. + F216366 + L216366 + + 216366@hsesinfo.org + Ms. + F216362 + L216362 + + 216362@hsesinfo.org + 555-555-6362 + + + 9709 + 1493 + 11864 + 000 + 2014 + 2019-06-01 + + HS + Active + Green Country Behavioral Health Services, Inc. + + 1493@hsesinfo.org + 619 N Main St + + Muskogee + OK + 74401-4431 + 619 N Main St + + Muskogee + OK + 74401-4431 + 619 N Main St + + Muskogee + OK + 74401-4431 + Mr. + F216384 + L216384 + + Board President + 216384@hsesinfo.org + Ms. + F216385 + L216385 + + CEO + 216385@hsesinfo.org + Mrs. + F216387 + L216387 + + 216387@hsesinfo.org + Mrs. + F216383 + L216383 + + 216383@hsesinfo.org + 555-555-6383 + + + 9710 + 1813 + 11864 + 200 + 2014 + 2019-06-01 + + EHS + Active + Green Country Behavioral Health Services, Inc. + + 1813@hsesinfo.org + 619 N Main St + + Muskogee + OK + 74401-4431 + 619 N Main St + + Muskogee + OK + 74401-4431 + 619 N Main St + + Muskogee + OK + 74401-4431 + Mr. + F216391 + L216391 + + Board President + 216391@hsesinfo.org + Ms. + F216392 + L216392 + + CEO + 216392@hsesinfo.org + Mrs. + F216394 + L216394 + + 216394@hsesinfo.org + Mrs. + F216390 + L216390 + + 216390@hsesinfo.org + 555-555-6390 + + + 9711 + 1338 + 11865 + 000 + 2014 + 2019-06-01 + + HS + Active + Regina Coeli Child Development Center, Inc. + http://www.rccdc.org + 1338@hsesinfo.org + 22476 Highway 190 E + + Robert + LA + 70455-1732 + 22476 Highway 190 E + + Robert + LA + 70455-1732 + 22476 Highway 190 E + + Robert + LA + 70455-1732 + Atty. + F216398 + L216398 + + President, Board of Directors + 216398@hsesinfo.org + Dr. + F216399 + L216399 + + Executive Director + 216399@hsesinfo.org + Ms. + F216401 + L216401 + + 216401@hsesinfo.org + Dr. + F216397 + L216397 + + 216397@hsesinfo.org + 555-555-6397 + + + 9712 + 1339 + 11865 + 200 + 2014 + 2019-06-01 + + EHS + Active + Regina Coeli Child Development Center, Inc. + http://www.rccdc.org + 1339@hsesinfo.org + 22476 Highway 190 E + + Robert + LA + 70455-1732 + 22476 Highway 190 E + + Robert + LA + 70455-1732 + 22476 Highway 190 E + + Robert + LA + 70455-1732 + Atty. + F216405 + L216405 + + President, Board of Directors + 216405@hsesinfo.org + Dr. + F216406 + L216406 + + + 216406@hsesinfo.org + Ms. + F216408 + L216408 + + 216408@hsesinfo.org + Mrs. + F216404 + L216404 + + 216404@hsesinfo.org + 555-555-6404 x 5555 + + + 6362 + 2388 + 9985 + 000 + 1992 + 2015-06-01 + 2020-05-31 + HS + Inactive + Allegheny County Department of Human Services + http://www.alleghenycounty.us/dhs/ + 2388@hsesinfo.org + 1 Smithfield St Ste 400 + + Pittsburgh + PA + 15222-2221 + 1 Smithfield St Ste 400 + + Pittsburgh + PA + 15222-2221 + 1 Smithfield St Ste 400 + + Pittsburgh + PA + 15222-2221 + Mr. + F200204 + L200204 + + Allegheny County Manager + 200204@hsesinfo.org + Mr. + F200205 + L200205 + + Executive Director Allegheny County Department of Human Services + 200205@hsesinfo.org + Ms. + F200207 + L200207 + + 200207@hsesinfo.org + Mrs. + F200203 + L200203 + + 200203@hsesinfo.org + 555-555-0203 + + + 3032 + 1931 + 6685 + 000 + 2013 + 2013-07-02 + 2018-07-31 + HS + Inactive + City of Rockford, Human Services Dept. + http://www.rockfordil.gov + 1931@hsesinfo.org + 425 E State St + + Rockford + IL + 61104-1014 + 425 E State St + + Rockford + IL + 61104-1014 + 425 E State St + + Rockford + IL + 61104-1014 + Mr. + F37582 + L37582 + + Mayor + 37582@hsesinfo.org + Mr. + F37584 + L37584 + + Executive Director + 37584@hsesinfo.org + Ms. + F37586 + L37586 + + 37586@hsesinfo.org + Mrs. + F37581 + L37581 + + 37581@hsesinfo.org + 555-555-7581 + + + 6493 + 6511 + 10177 + 000 + + 2015-07-01 + 2020-06-30 + HS + Inactive + The Family Y,Young Men's Christian Association/YWCO of the C + www.thefamilyy.org + 6511@hsesinfo.org + 1058 Claussen Rd + Ste 100 + Augusta + GA + 30907-0302 + 1058 Claussen Rd + Ste 100 + Augusta + GA + 30907-0302 + 1058 Claussen Rd + Ste 100 + Augusta + GA + 30907-0302 + Dr. + F201121 + L201121 + + Board Chair + 201121@hsesinfo.org + Mr. + F201122 + L201122 + + CEO/President + 201122@hsesinfo.org + Ms. + F201124 + L201124 + + 201124@hsesinfo.org + Ms. + F201120 + L201120 + + 201120@hsesinfo.org + 555-555-1120 + + + 3033 + 2765 + 6685 + 200 + 2013 + 2013-07-02 + 2018-07-31 + EHS + Inactive + City of Rockford, Human Services Dept. + http://www.rockfordil.gov + 2765@hsesinfo.org + 425 E State St + + Rockford + IL + 61104-1014 + 425 E State St + + Rockford + IL + 61104-1014 + 425 E State St + + Rockford + IL + 61104-1014 + Mr. + F37593 + L37593 + + Mayor + 37593@hsesinfo.org + Mr. + F37591 + L37591 + + Executive Director + 37591@hsesinfo.org + Ms. + F37590 + L37590 + + 37590@hsesinfo.org + Mrs. + F37589 + L37589 + + 37589@hsesinfo.org + 555-555-7589 + + + 4803 + 887 + 8744 + 000 + 2014 + 2014-05-01 + 2019-04-30 + HS + Inactive + Livingston Byrdstown Jamestown & Cookeville Dev Corp + http://www.lbjc.org + 887@hsesinfo.org + 1150 Chocolate Drive + + Cookeville + TN + 38501-2006 + 1150 Chocolate Drive + + Cookeville + TN + 38501-2006 + 1150 Chocolate Drive + + Cookeville + TN + 38501-2006 + Mr. + F46881 + L46881 + + Board Chairperson + 46881@hsesinfo.org + Ms. + F46880 + L46880 + + + 46880@hsesinfo.org + Mr. + F46883 + L46883 + + 46883@hsesinfo.org + Ms. + F46879 + L46879 + + 46879@hsesinfo.org + 555-555-6879 x 5555 + + + 8269 + 538 + 10651 + 000 + 1992 + 2016-07-01 + + HS + Active + SE AL Regional Planning & Development Commission + http://www.searpdc.org + 538@hsesinfo.org + 462 N Oates St + Fl 4 + Dothan + AL + 36303-4513 + 462 North Oates Street - 4th Floor + P.O. Box 1406 + Dothan + AL + 36302-1406 + 462 N Oates St + + Dothan + AL + 36303-4513 + Mrs. + F207023 + L207023 + + Board Chairperson + 207023@hsesinfo.org + Mr. + F207024 + L207024 + + Executive Director + 207024@hsesinfo.org + Mr. + F207026 + L207026 + + 207026@hsesinfo.org + Mr. + F207022 + L207022 + + 207022@hsesinfo.org + 555-555-7022 x 5555 + + + 10336 + 3955 + 12354 + 069 + 2014 + 2019-07-01 + + HS + Active + SCO Family of Services + SCO.org + 3955@hsesinfo.org + 69 Saratoga Ave + + Brooklyn + NY + 11233-1653 + 69 Saratoga Ave + + Brooklyn + NY + 11233-1653 + 1 Alexander Place + + Glen Cove + NY + 11542-3745 + Mr. + F220693 + L220693 + + + 220693@hsesinfo.org + Mr. + F220694 + L220694 + + + 220694@hsesinfo.org + Mrs. + F220696 + L220696 + + 220696@hsesinfo.org + Mrs. + F220692 + L220692 + + 220692@hsesinfo.org + 555-555-0692 x 5555 + + + 10521 + 6054 + 12500 + 200 + + 2019-09-01 + + EHS + Active + Evanston Child Development Center + http://evanstonchilddevelopmentcenter.org + 6054@hsesinfo.org + 336 Summit St. + + Evanston + WY + 82930-3655 + 336 Summit St. + + Evanston + WY + 82930-3655 + 336 Summit St. + + Evanston + WY + 82930-3655 + Ms. + F221986 + L221986 + + + 221986@hsesinfo.org + Mrs. + F221987 + L221987 + + + 221987@hsesinfo.org + Ms. + F221989 + L221989 + + 221989@hsesinfo.org + Mr. + F221985 + L221985 + + 221985@hsesinfo.org + 555-555-1985 + + + 3692 + 4099 + 7768 + 001 + + + + HS + Active + Seton Hill Child Services, Inc. + http://www.shchildservices.org + 4099@hsesinfo.org + 226 S Maple Ave + Ste 200 + Greensburg + PA + 15601-3228 + 226 S Maple Ave + Ste 200 + Greensburg + PA + 15601-3228 + 226 S Maple Ave + Ste 200 + Greensburg + PA + 15601-3228 + + F24319 + L24319 + + + 24319@hsesinfo.org + + F24320 + L24320 + + + 24320@hsesinfo.org + + F24321 + L24321 + + 24321@hsesinfo.org + + F2790 + L2790 + + 2790@hsesinfo.org + 555-555-2790 + + + 10522 + 6059 + 12501 + 200 + + 2019-09-01 + + EHS + Active + Riverside County Office of Education + http://www.rcoe.us + 6059@hsesinfo.org + 3939 Thirteenth Street + + Riverside + CA + 92502-0868 + 3939 Thirteenth Street + + Riverside + CA + 92502-0868 + 3939 Thirteenth Street + + Riverside + CA + 92502-0868 + Dr. + F221993 + L221993 + Ed.D + Riverside County Superintendent of Schools + 221993@hsesinfo.org + Dr. + F221994 + L221994 + Ed.D + Executive Director + 221994@hsesinfo.org + Ms. + F221996 + L221996 + + 221996@hsesinfo.org + Dr. + F221992 + L221992 + Ed.D + 221992@hsesinfo.org + 555-555-1992 + + + 8156 + 8277 + 10580 + 200 + 2011 + 2016-06-01 + + EHS + Active + The Puerto Rican Family Institute, Inc. + www.prfipr.org + 8277@hsesinfo.org + Carretera 849 km 1.5 Calle Juan Baiz + Bo. Santo Domingo + San Juan + PR + 00924 + PO Box 29608 + + San Juan + PR + 00929-0608 + Carretera 849 km 1.5 Calle Juan Baiz + Bo. Santo Domingo + San Juan + PR + 00924 + Dr. + F206207 + L206207 + + Board Chairperson + 206207@hsesinfo.org + Mr. + F206208 + L206208 + + President & CEO + 206208@hsesinfo.org + Mrs. + F206210 + L206210 + + 206210@hsesinfo.org + Mrs. + F206206 + L206206 + + 206206@hsesinfo.org + 555-555-6206 x 5555 + + + 10337 + 3967 + 12355 + 070 + 2014 + 2019-07-01 + + HS + Active + Southeast Bronx Neighborhood Centers + sebnc.org + 3967@hsesinfo.org + 955 Tinton Avenue + + Bronx + NY + 10456-7105 + 955 Tinton Avenue + + Bronx + NY + 10456-7105 + 955 Tinton Avenue + + Bronx + NY + 10456-7105 + Mr. + F220700 + L220700 + + Board of Directors Chair + 220700@hsesinfo.org + Dr. + F220701 + L220701 + + + 220701@hsesinfo.org + + F220703 + L220703 + + 220703@hsesinfo.org + Ms. + F220699 + L220699 + + 220699@hsesinfo.org + 555-555-0699 + + + 9713 + 783 + 11861 + 000 + 1992 + 2019-06-01 + + HS + Active + Gulf Coast Community Services Association + http://www.gccsa.org + 783@hsesinfo.org + 9320 Kirby Drive + + Houston + TX + 77054 + 9320 Kirby Drive + + Houston + TX + 77054 + 9320 Kirby Drive + + Houston + TX + 77054 + Mr. + F216412 + L216412 + + + 216412@hsesinfo.org + Dr. + F216413 + L216413 + + Chief` Executive Officer + 216413@hsesinfo.org + Mr. + F216415 + L216415 + + 216415@hsesinfo.org + Ms. + F216411 + L216411 + + 216411@hsesinfo.org + 555-555-6411 + + + 9714 + 784 + 11861 + 200 + 2014 + 2019-06-01 + + EHS + Active + GULF COAST COMMUNITY SERVICES ASSOCIATION + http://www.gccsa.org + 784@hsesinfo.org + 9320 Kirby Drive + + Houston + TX + 77054 + 9320 Kirby Drive + + Houston + TX + 77054 + 9320 Kirby Drive + + Houston + TX + 77054 + Mr. + F216419 + L216419 + + + 216419@hsesinfo.org + Dr. + F216420 + L216420 + + Chief` Executive Officer + 216420@hsesinfo.org + Mr. + F216422 + L216422 + + 216422@hsesinfo.org + Ms. + F216418 + L216418 + + 216418@hsesinfo.org + 555-555-6418 + + + 10338 + 3957 + 12356 + 072 + 2014 + 2019-07-01 + + HS + Active + United Federation of Black Community Organizations + + 3957@hsesinfo.org + 474 W 159th St + + New York + NY + 10032-5302 + 474 W 159th St + + New York + NY + 10032-5302 + 474 W 159th St + + New York + NY + 10032-5302 + Ms. + F220707 + L220707 + + Board Chair + 220707@hsesinfo.org + Ms. + F220708 + L220708 + + Executive Director + 220708@hsesinfo.org + Ms. + F220710 + L220710 + + 220710@hsesinfo.org + Ms. + F220706 + L220706 + + 220706@hsesinfo.org + 555-555-0706 + + + 10339 + 8026 + 12301 + 204 + 2016 + 2019-07-01 + + EHS + Active + The Children's Aid Society + http://www.childrensaidsociety.org + 8026@hsesinfo.org + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + Ms. + F220714 + L220714 + + + 220714@hsesinfo.org + Ms. + F220715 + L220715 + + + 220715@hsesinfo.org + Ms. + F220717 + L220717 + + 220717@hsesinfo.org + Ms. + F220713 + L220713 + + 220713@hsesinfo.org + 555-555-0713 + + + 8042 + 1780 + 10545 + 000 + 1991 + 2015-12-01 + + AIAN HS + Active + White Mountain Apache Tribe + whitemountainapache.org + 1780@hsesinfo.org + 311 North 1st Street + + Whiteriver + AZ + 85941 + PO Box 699 + + Whiteriver + AZ + 85941-0699 + 311 North 1st Street + + Whiteriver + AZ + 85941 + Mrs. + F205487 + L205487 + + Tribal Chairwoman + 205487@hsesinfo.org + Mrs. + F205488 + L205488 + + + 205488@hsesinfo.org + Mr. + F205490 + L205490 + + 205490@hsesinfo.org + Mrs. + F205486 + L205486 + + 205486@hsesinfo.org + 555-555-5486 + + + 9365 + 3273 + 11606 + 000 + 2013 + 2019-02-01 + + HS + Active + Quintana Baptist Church Head Start Program + + 3273@hsesinfo.org + Edificio Caribe Plaza + 579 Ave Ponce De Leon + San Juan + PR + 00920 + Ave. Paz Granela + Pmb 473 Ste. 2 + San Juan + PR + 00927 + Edificio Caribe Plaza + 579 Ave Ponce De Leon + San Juan + PR + 00920 + Mr. + F214088 + L214088 + + Acting Board President + 214088@hsesinfo.org + Mr. + F214089 + L214089 + + Executive Director + 214089@hsesinfo.org + Mrs. + F214091 + L214091 + + 214091@hsesinfo.org + Mrs. + F214087 + L214087 + + 214087@hsesinfo.org + 555-555-4087 + + + 10340 + 8049 + 12307 + 228 + 2016 + 2019-07-01 + + EHS + Active + Bushwick United Head Start + www.bushwickunited.org + 8049@hsesinfo.org + 136 Stanhope Street + + Brooklyn + NY + 11221-3407 + 136 Stanhope Street + + Brooklyn + NY + 11221-3407 + 136 Stanhope Street + + Brooklyn + NY + 11221-3407 + Ms. + F220721 + L220721 + + + 220721@hsesinfo.org + Mr. + F220722 + L220722 + + + 220722@hsesinfo.org + Ms. + F220724 + L220724 + + 220724@hsesinfo.org + Mr. + F220720 + L220720 + + 220720@hsesinfo.org + 555-555-0720 x 5555 + + + 4642 + 633 + 8631 + 000 + 2014 + 2014-03-01 + 2019-02-28 + HS + Inactive + Alabama Council on Human Relations + http://www.achr.com + 633@hsesinfo.org + 950 Shelton Mill Rd + + Auburn + AL + 36830-2736 + PO Box 3770 + 950 Sheldon Mill Road + Auburn + AL + 36831-3770 + 950 Shelton Mill Rd + + Auburn + AL + 36830-2736 + Mr. + F44518 + L44518 + Jr + President + 44518@hsesinfo.org + Ms. + F44517 + L44517 + + CEO + 44517@hsesinfo.org + Mr. + F44520 + L44520 + + 44520@hsesinfo.org + Ms. + F44516 + L44516 + + 44516@hsesinfo.org + 555-555-4516 + + + 5783 + 2862 + 8772 + 200 + 2011 + 2015-01-01 + + Migrant EHS + Active + Oregon Child Development Coalition + http://www.ocdc.net + 2862@hsesinfo.org + 9401 SW Pioneer Court, Suite E + + Wilsonville + OR + 97070 + P.O. 2780 + + Wilsonville + OR + 97070 + 9401 SW Pioneer Court, Suite E + + Wilsonville + OR + 97070 + Ms. + F105088 + L105088 + + Board Chairman + 105088@hsesinfo.org + Ms. + F105086 + L105086 + + + 105086@hsesinfo.org + Mrs. + F105085 + L105085 + + 105085@hsesinfo.org + Mrs. + F105084 + L105084 + + 105084@hsesinfo.org + 555-555-5084 + + + 10341 + 8027 + 12311 + 205 + 2016 + 2019-07-01 + + EHS + Active + Addie Mae Collins Community Service Head Start + http://www.addiemaecollins.org + 8027@hsesinfo.org + 110 East 129th Street + + New York + NY + 10035-1300 + 110 East 129th Street + + New York + NY + 10035-1300 + 110 East 129th Street + + New York + NY + 10035-1300 + Mrs. + F220728 + L220728 + + + 220728@hsesinfo.org + Miss + F220729 + L220729 + + + 220729@hsesinfo.org + Miss + F220731 + L220731 + + 220731@hsesinfo.org + Miss + F220727 + L220727 + + 220727@hsesinfo.org + 555-555-0727 + + + 8567 + 8446 + 10970 + 200 + 2017 + 2017-03-01 + + EHS + Active + YWCA Metropolitan Chicago + https://ywcachicago.org/ + 8446@hsesinfo.org + 2055 W Army Trail Rd + Ste 140 + Addison + IL + 60101-1478 + 2055 W Army Trail Rd + Ste 140 + Addison + IL + 60101-1478 + 1 N La Salle St Ste 1150 + + Chicago + IL + 60602-4039 + Mr. + F208692 + L208692 + + EHS-CCP Advisory Board President + 208692@hsesinfo.org + Ms. + F208693 + L208693 + + VP Early Childhood Services + 208693@hsesinfo.org + Ms. + F208695 + L208695 + + 208695@hsesinfo.org + Ms. + F208691 + L208691 + + 208691@hsesinfo.org + 555-555-8691 x 5555 + + + 9217 + 2787 + 11501 + 200 + 2011 + 2018-12-01 + + EHS + Active + Options for Learning + www.optionsforlearning.org + 2787@hsesinfo.org + 885 So. Village Oaks Drive + + Covina + CA + 91724-3615 + 885 So. Village Oaks Drive + + Covina + CA + 91724-3615 + 885 So. Village Oaks Drive + + Covina + CA + 91724-3615 + Mr. + F213059 + L213059 + + Chairperson, Board of Directors + 213059@hsesinfo.org + Mr. + F213060 + L213060 + + CEO + 213060@hsesinfo.org + Mrs. + F213062 + L213062 + + 213062@hsesinfo.org + Mrs. + F213058 + L213058 + + 213058@hsesinfo.org + 555-555-3058 + + + 10409 + 5939 + 12419 + 200 + + 2019-08-01 + + EHS + Active + Northern Virginia Family Service + www.nvfs.org + 5939@hsesinfo.org + 10455 White Granite Dr + Suite 100 + Oakton + VA + 22124-2764 + 10455 White Granite Dr + Suite 100 + Oakton + VA + 22124-2764 + 10455 White Granite Dr + Suite 100 + Oakton + VA + 22124-2764 + Mr. + F221203 + L221203 + + Board Chair + 221203@hsesinfo.org + Ms. + F221204 + L221204 + + CEO/President + 221204@hsesinfo.org + Mr. + F221206 + L221206 + + 221206@hsesinfo.org + Ms. + F221202 + L221202 + + 221202@hsesinfo.org + 555-555-1202 + + + 10160 + 492 + 12195 + 000 + 1996 + 2019-07-01 + + HS + Active + Families and Children Together, Inc. + http://www.fact-inc.com + 492@hsesinfo.org + 2720 Vine St + + El Dorado + AR + 71730-6700 + PO Box 10670 + + El Dorado + AR + 71730-0027 + 2720 Vine St + + El Dorado + AR + 71730-6700 + Dr. + F219485 + L219485 + + Chairman + 219485@hsesinfo.org + Ms. + F219486 + L219486 + + Executive Director + 219486@hsesinfo.org + Ms. + F219488 + L219488 + + 219488@hsesinfo.org + Ms. + F219484 + L219484 + + 219484@hsesinfo.org + 555-555-9484 x 5555 + + + 10161 + 493 + 12195 + 200 + 2004 + 2019-07-01 + + EHS + Active + Families and Children Together, Inc. + http://www.fact-inc.com + 493@hsesinfo.org + 2720 Vine St + + El Dorado + AR + 71730-6700 + PO Box 10670 + + El Dorado + AR + 71730-0027 + 2720 Vine St + + El Dorado + AR + 71730-6700 + Dr. + F219492 + L219492 + + Chairman + 219492@hsesinfo.org + Ms. + F219493 + L219493 + + Executive Director + 219493@hsesinfo.org + Ms. + F219495 + L219495 + + 219495@hsesinfo.org + Ms. + F219491 + L219491 + + 219491@hsesinfo.org + 555-555-9491 x 5555 + + + 6582 + 2567 + 10146 + 000 + 2009 + 2015-07-01 + + HS + Active + Pointe Coupee Parish School Board + www.pcpsb.net + 2567@hsesinfo.org + 337 Napoleon St + + New Roads + LA + 70760-3527 + PO Drawer 579 + + New Roads + LA + 70760 + 337 Napoleon St + + New Roads + LA + 70760-3527 + Mr. + F201744 + L201744 + + School Board President + 201744@hsesinfo.org + Ms. + F201745 + L201745 + + Superintendent + 201745@hsesinfo.org + Ms. + F201747 + L201747 + + 201747@hsesinfo.org + Mrs. + F201743 + L201743 + + 201743@hsesinfo.org + 555-555-1743 + + + 9007 + 299 + 11332 + 000 + 2013 + 2018-08-01 + + HS + Active + The Improvement Association + www.impassoc.org + 299@hsesinfo.org + The Improvement Association + 1750 East Atlantic Street + Emporia + VA + 23847-6584 + The Improvement Association + 1750 East Atlantic Street + Emporia + VA + 23847-6584 + The Improvement Association + 1750 East Atlantic Street + Emporia + VA + 23847-6584 + Mr. + F211596 + L211596 + + Chairman of the Board of Directors + 211596@hsesinfo.org + Mr. + F211597 + L211597 + Sr. + Executive Director + 211597@hsesinfo.org + Mrs. + F211599 + L211599 + + 211599@hsesinfo.org + Ms. + F211595 + L211595 + + 211595@hsesinfo.org + 555-555-1595 x 5555 + + + 9488 + 1105 + 11710 + 000 + 2014 + 2019-04-01 + + HS + Active + Child Development Resources of Ventura County, Inc. + http://www.cdrv.org + 1105@hsesinfo.org + 221 E. Ventura Boulevard + + Oxnard + CA + 93036-0277 + 221 E. Ventura Boulevard + + Oxnard + CA + 93036-0277 + 221 E. Ventura Boulevard + + Oxnard + CA + 93036-0277 + Mr. + F214913 + L214913 + + President + 214913@hsesinfo.org + Mr. + F214914 + L214914 + + Chief Executive Officer + 214914@hsesinfo.org + Ms. + F214916 + L214916 + + 214916@hsesinfo.org + Ms. + F214912 + L214912 + + 214912@hsesinfo.org + 555-555-4912 x 5555 + + + 10342 + 8032 + 12312 + 210 + 2016 + 2019-07-01 + + EHS + Active + Bloomingdale Family Program, Inc. + http://www.bloomingdalefamilyprogram.org + 8032@hsesinfo.org + 125 West 109th Street + + New York + NY + 10025-2542 + 125 West 109th Street + + New York + NY + 10025-2542 + 125 West 109th Street + + New York + NY + 10025-2542 + Ms. + F220735 + L220735 + + + 220735@hsesinfo.org + Mr. + F220736 + L220736 + + + 220736@hsesinfo.org + Ms. + F220738 + L220738 + + 220738@hsesinfo.org + Mr. + F220734 + L220734 + + 220734@hsesinfo.org + 555-555-0734 + + + 9416 + 2761 + 11639 + 200 + 2014 + 2019-03-01 + + EHS + Active + SALIDA SCHOOL DISTRICT R-32-J + www.salidaschools.com + 2761@hsesinfo.org + 516 Teller St + + Salida + CO + 81201 + PO Box 827 + + Salida + CO + 81201-0827 + 516 Teller St + + Salida + CO + 81201 + Mr. + F214430 + L214430 + + Salida School Board President + 214430@hsesinfo.org + Mr. + F214431 + L214431 + + Superintendent of Schools + 214431@hsesinfo.org + Ms. + F214433 + L214433 + + 214433@hsesinfo.org + Ms. + F214429 + L214429 + + 214429@hsesinfo.org + 555-555-4429 + + + 10343 + 8056 + 12328 + 236 + 2016 + 2019-07-01 + + EHS + Active + B'Above World Wide Institute, Inc + + 8056@hsesinfo.org + 134-11 Kew Gardens Road + + Richmond Hill + NY + 11418 + 134-11 Kew Gardens Road + + Richmond Hill + NY + 11418 + 134-11 Kew Gardens Road + + Richmond Hill + NY + 11418 + Mr. + F220742 + L220742 + + + 220742@hsesinfo.org + Rabbi + F220743 + L220743 + + + 220743@hsesinfo.org + Mr. + F220745 + L220745 + + 220745@hsesinfo.org + Rabbi + F220741 + L220741 + + 220741@hsesinfo.org + 555-555-0741 + + + 10344 + 8074 + 12342 + 255 + 2016 + 2019-07-01 + + EHS + Active + Sheltering Arms Children and Family Services + shelteringarmsny.org + 8074@hsesinfo.org + 305 7th Avenue + + New York + NY + 10009-6008 + 305 7th Avenue + + New York + NY + 10009-6008 + 305 7th Avenue + + New York + NY + 10009-6008 + Mr. + F220749 + L220749 + + Board Chair and President + 220749@hsesinfo.org + Ms. + F220750 + L220750 + + CEO/Executive Director + 220750@hsesinfo.org + Ms. + F220752 + L220752 + + 220752@hsesinfo.org + Ms. + F220748 + L220748 + + 220748@hsesinfo.org + 555-555-0748 + + + 9120 + 3788 + 11433 + 011 + 2013 + 2018-09-01 + + HS + Active + Romoland School District + www.romoland.net + 3788@hsesinfo.org + 25890 Antelope + + Romoland + CA + 92585 + 25890 Antelope + + Romoland + CA + 92585 + 25890 Antelope + + Romoland + CA + 92585 + Mrs. + F212430 + L212430 + + School Board President + 212430@hsesinfo.org + Mr. + F212431 + L212431 + + Superintendent + 212431@hsesinfo.org + Ms. + F212433 + L212433 + + 212433@hsesinfo.org + Mrs. + F212429 + L212429 + + 212429@hsesinfo.org + 555-555-2429 + + + 4494 + 688 + 8411 + 000 + 1991 + 2013-11-29 + 2018-12-31 + HS + Inactive + COMMUNITY ACTION PROGRAM COMMISSION OF LANCASTER + http://www.faircaa.org + 688@hsesinfo.org + 1743 E Main St + + Lancaster + OH + 43130-9838 + PO Box 768 + + Lancaster + OH + 43130-0768 + 1743 E Main St + + Lancaster + OH + 43130-9838 + Ms. + F42493 + L42493 + + + 42493@hsesinfo.org + Mrs. + F42494 + L42494 + + + 42494@hsesinfo.org + Ms. + F42496 + L42496 + + 42496@hsesinfo.org + Mrs. + F42492 + L42492 + + 42492@hsesinfo.org + 555-555-2492 x 5555 + + + 6719 + 620 + 10244 + 000 + 1992 + 2015-08-01 + + HS + Active + Gadsden Progress Council, Inc. + www.gadhs.org + 620@hsesinfo.org + 513 Henry St + + Gadsden + AL + 35901-3135 + 513 Henry St + + Gadsden + AL + 35901-3135 + 513 Henry St + + Gadsden + AL + 35901-3135 + Mr. + F202704 + L202704 + + + 202704@hsesinfo.org + Dr. + F202705 + L202705 + + + 202705@hsesinfo.org + Ms. + F202707 + L202707 + + 202707@hsesinfo.org + Mr. + F202703 + L202703 + + 202703@hsesinfo.org + 555-555-2703 x 5555 + + + 8684 + 8545 + 11059 + 200 + 2017 + 2017-07-01 + + EHS + Active + Municipality of Orocovis + + 8545@hsesinfo.org + Calle Luis M Alfaro Ste 1 + + Orocovis + PR + 00720 + Calle Luis M Alfaro Ste 1 + + Orocovis + PR + 00720 + Calle Luis M Alfaro Ste 1 + + Orocovis + PR + 00720 + Mr. + F209297 + L209297 + + President + 209297@hsesinfo.org + Hon. + F209298 + L209298 + + Mayor + 209298@hsesinfo.org + Ms. + F209300 + L209300 + + 209300@hsesinfo.org + Ms. + F209296 + L209296 + + 209296@hsesinfo.org + 555-555-9296 + + + 8980 + 811 + 11321 + 000 + 2013 + 2018-08-01 + + HS + Active + Peoria Citizens Committee for Economic Opportunity, Inc + http://www.pcceo.org + 811@hsesinfo.org + 923 W Millman St + + Peoria + IL + 61605-3771 + 711 W McBean Street + + Peoria + IL + 61605-2254 + 711 W McBean Street + + Peoria + IL + 61605-2254 + Ms. + F211416 + L211416 + + Board Chairperson + 211416@hsesinfo.org + Mr. + F211417 + L211417 + II + President/CEO + 211417@hsesinfo.org + Mr. + F211419 + L211419 + + 211419@hsesinfo.org + Mr. + F211415 + L211415 + + 211415@hsesinfo.org + 555-555-1415 + + + 3559 + 3774 + 7679 + 201 + + + + EHS + Active + Catholic Charities Community Services, Inc. + www.catholiccharitiesaz.org + 3774@hsesinfo.org + Catholic Charities + 4747 N 7th Ave + Phoenix + AZ + 85013 + Catholic Charities + 4747 N 7th Ave + Phoenix + AZ + 85013 + Catholic Charities + 4747 N 7th Ave + Phoenix + AZ + 85013 + Mr. + F25353 + L25353 + + Chairman of the Board Catholic Charities Community Services + 25353@hsesinfo.org + Mr. + F25350 + L25350 + + CEO + 25350@hsesinfo.org + Mrs. + F25349 + L25349 + + 25349@hsesinfo.org + Mr. + F7075 + L7075 + + 7075@hsesinfo.org + 555-555-7075 + + + 5199 + 1359 + 8915 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + MCPHERSON USD 418 + http://www.mcpherson.com + 1359@hsesinfo.org + 915 E 1st St + + McPherson + KS + 67460-3671 + 915 E 1st St + + McPherson + KS + 67460-3671 + 915 E 1st St + + McPherson + KS + 67460-3671 + Mr. + F52206 + L52206 + + USD BOE Chair + 52206@hsesinfo.org + Mrs. + F52203 + L52203 + + Executive Director/Director of Instruction USD 418 + 52203@hsesinfo.org + Mrs. + F52205 + L52205 + + 52205@hsesinfo.org + Mr. + F52201 + L52201 + + 52201@hsesinfo.org + 555-555-2201 + + + 10347 + 2035 + 12363 + 000 + 2014 + 2019-08-01 + + HS + Active + Fundacion Para el Desarrollo de Hogar Propio + fdhp.org + 2035@hsesinfo.org + Luis Muñoz Marin Avenue + Carretera 183 + Caguas + PR + 00726 + PO Box 5250 + + CAGUAS + PR + 00726-5250 + Ave. Luis Muñoz Marin, Esquina Georgetti + + Caguas + PR + 00726-5250 + Mr. + F220770 + L220770 + + Board President + 220770@hsesinfo.org + Mrs. + F220771 + L220771 + + Executive Director + 220771@hsesinfo.org + Mrs. + F220773 + L220773 + + 220773@hsesinfo.org + Mrs. + F220769 + L220769 + + 220769@hsesinfo.org + 555-555-0769 x 5555 + + + 10348 + 2034 + 12363 + 200 + 2014 + 2019-08-01 + + EHS + Active + Fundacion Para el Desarrollo de Hogar Propio + + 2034@hsesinfo.org + Angora Park Plaza + Ave. Luis Muñoz Marin, Esquina Georgetti + Caguas + PR + 00726-5250 + P.O. Box 5250 + + Caguas + PR + 00726-5250 + Angora Park Plaza + Ave. Luis Muñoz Marin, Esquina Georgetti + Caguas + PR + 00726-5250 + Mr. + F220777 + L220777 + + Board President + 220777@hsesinfo.org + Mrs. + F220778 + L220778 + + Executive Director + 220778@hsesinfo.org + Mrs. + F220780 + L220780 + + 220780@hsesinfo.org + Mrs. + F220776 + L220776 + + 220776@hsesinfo.org + 555-555-0776 x 5555 + + + 8086 + 8027 + 8659 + 205 + 2016 + 2017-02-01 + 2019-06-30 + EHS + Inactive + Addie Mae Collins Community Service Head Start + http://www.addiemaecollins.org + 8027@hsesinfo.org + 110 East 129th Street + + New York + NY + 10035-1300 + 110 East 129th Street + + New York + NY + 10035-1300 + 110 East 129th Street + + New York + NY + 10035-1300 + Mrs. + F205790 + L205790 + + + 205790@hsesinfo.org + Miss + F205791 + L205791 + + + 205791@hsesinfo.org + Miss + F205793 + L205793 + + 205793@hsesinfo.org + Miss + F205789 + L205789 + + 205789@hsesinfo.org + 555-555-5789 + + + 6822 + 1297 + 10279 + 000 + 1992 + 2015-09-01 + 2020-08-31 + HS + Inactive + YMCA Berkeley Head Start + www.eciymca.org + 1297@hsesinfo.org + 2330 Broadway + + Oakland + CA + 94612-2415 + 2330 Broadway + + Oakland + CA + 94612-2415 + 2330 Broadway + + Oakland + CA + 94612-2415 + Dr. + F203429 + L203429 + + Board Chairperson + 203429@hsesinfo.org + Mr. + F203430 + L203430 + + President/CEO + 203430@hsesinfo.org + Ms. + F203432 + L203432 + + 203432@hsesinfo.org + Ms. + F203428 + L203428 + + 203428@hsesinfo.org + 555-555-3428 + + + 9067 + 1561 + 11393 + 200 + 2013 + 2018-09-01 + + EHS + Active + ChildCareGroup + http://www.childcaregroup.org + 1561@hsesinfo.org + 1420 W Mockingbird Ln + Ste 300 + Dallas + TX + 75247-4973 + 1420 W Mockingbird Ln + Ste 300 + Dallas + TX + 75247-4973 + 1420 W Mockingbird Ln + Ste 300 + Dallas + TX + 75247-4973 + Mr. + F212046 + L212046 + + Board Chair + 212046@hsesinfo.org + Mrs. + F212047 + L212047 + + + 212047@hsesinfo.org + Ms. + F212049 + L212049 + + 212049@hsesinfo.org + Mrs. + F212045 + L212045 + + 212045@hsesinfo.org + 555-555-2045 + + + 10350 + 5935 + 12358 + 200 + + 2019-08-01 + + EHS + Active + Schenectady Community Action Program + www.scapny.org + 5935@hsesinfo.org + 913 Albany St + + Schenectady + NY + 12307-1401 + 913 Albany St + + Schenectady + NY + 12307-1401 + 913 Albany St + + Schenectady + NY + 12307-1401 + Ms. + F220791 + L220791 + + President + 220791@hsesinfo.org + Ms. + F220792 + L220792 + + Executive Director + 220792@hsesinfo.org + Ms. + F220794 + L220794 + + 220794@hsesinfo.org + Ms. + F220790 + L220790 + + 220790@hsesinfo.org + 555-555-0790 + + + 10351 + 6007 + 12368 + 200 + + 2019-08-01 + + EHS + Active + Yeshivath Kehilath Yakov, Inc + + 6007@hsesinfo.org + 638 Bedford Avenue + + Brooklyn + NY + 11249-8007 + 638 Bedford Avenue + + Brooklyn + NY + 11249-8007 + 638 Bedford Avenue + + Brooklyn + NY + 11249-8007 + Mr. + F220798 + L220798 + + Board Chairperson + 220798@hsesinfo.org + Mr. + F220799 + L220799 + + Executive Director + 220799@hsesinfo.org + Mrs. + F220801 + L220801 + + 220801@hsesinfo.org + Mr. + F220797 + L220797 + + 220797@hsesinfo.org + 555-555-0797 x 5555 + + + 10165 + 5798 + 12198 + 200 + + 2019-07-01 + + EHS + Active + Community Action of South Eastern West Virginia + www.casewv.org + 5798@hsesinfo.org + 355 Bluefield Ave + + Bluefield + WV + 24701-2883 + 355 Bluefield Ave + + Bluefield + WV + 24701-2883 + 355 Bluefield Ave + + Bluefield + WV + 24701-2883 + Ms. + F219520 + L219520 + + CASEWV Board President + 219520@hsesinfo.org + Ms. + F219521 + L219521 + + CASEWV Executive Director + 219521@hsesinfo.org + Mr. + F219523 + L219523 + + 219523@hsesinfo.org + Mr. + F219519 + L219519 + + 219519@hsesinfo.org + 555-555-9519 + + + 8405 + 2493 + 10820 + 000 + 1992 + 2017-01-01 + + AIAN HS + Active + Standing Rock 0-5 Head Start Program + + 2493@hsesinfo.org + 200 Proposal Avenue + + Fort Yates + ND + 58538 + PO Box 768 + + Fort Yates + ND + 58538-0768 + 200 Proposal Avenue + + Fort Yates + ND + 58538 + Mr. + F208036 + L208036 + + Tribal Chairman + 208036@hsesinfo.org + Mrs. + F208037 + L208037 + + CEO + 208037@hsesinfo.org + Mrs. + F208039 + L208039 + + 208039@hsesinfo.org + Ms. + F208035 + L208035 + + 208035@hsesinfo.org + 555-555-8035 x 5555 + + + 10166 + 5949 + 12200 + 200 + + 2019-08-01 + + EHS + Active + Community Coordinated Care for Children, Inc. + https://4cflorida.org/ + 5949@hsesinfo.org + 3500 W Colonial Dr + + Orlando + FL + 32808-7902 + 3500 W Colonial Dr + + Orlando + FL + 32808-7902 + 3500 W Colonial Dr + + Orlando + FL + 32808-7902 + Mr. + F219527 + L219527 + + 4C Board Chair + 219527@hsesinfo.org + Ms. + F219528 + L219528 + + President/CEO + 219528@hsesinfo.org + Ms. + F219530 + L219530 + + 219530@hsesinfo.org + Ms. + F219526 + L219526 + + 219526@hsesinfo.org + 555-555-9526 + + + 6838 + 4023 + 10314 + 003 + + 2015-08-01 + + HS + Active + St. Alban's Child Enrichment Center + http://www.stalbanschildcare.org + 4023@hsesinfo.org + 3465 Brooker Street + + Miami + FL + 33133-4867 + 3465 Brooker Street + + Miami + FL + 33133-4867 + 3465 Brooker Street + + Miami + FL + 33133-4867 + Mr. + F203541 + L203541 + CPA + Board Chair + 203541@hsesinfo.org + Dr. + F203542 + L203542 + LCSW + Executive Director + 203542@hsesinfo.org + Mr. + F203544 + L203544 + + 203544@hsesinfo.org + Dr. + F203540 + L203540 + LCSW + 203540@hsesinfo.org + 555-555-3540 x 5555 + + + 10352 + 6008 + 12369 + 200 + + 2019-08-01 + + EHS + Active + Project Social Care Head Start, Inc. + Pscheadstart.com + 6008@hsesinfo.org + 5902 14th Avenue + + Brooklyn + NY + 11219-5066 + 5902 14th Avenue + + Brooklyn + NY + 11219-5066 + 5902 14th Avenue + + Brooklyn + NY + 11219-5066 + Mr. + F220805 + L220805 + + Chairman of the Board of Directors + 220805@hsesinfo.org + Mr. + F220806 + L220806 + + Executive Director + 220806@hsesinfo.org + Mrs. + F220808 + L220808 + + 220808@hsesinfo.org + Mr. + F220804 + L220804 + + 220804@hsesinfo.org + 555-555-0804 x 5555 + + + 4919 + 1279 + 8783 + 000 + 1992 + 2014-06-01 + 2019-05-31 + HS + Inactive + Umatilla-Morrow Head Start + http://www.umchs.org + 1279@hsesinfo.org + 110 NE 4th Street + + Hermiston + OR + 97838-1861 + 110 NE 4th Street + + Hermiston + OR + 97838-1861 + 110 NE 4th Street + + Hermiston + OR + 97838-1861 + Atty. + F48375 + L48375 + + Board Chair + 48375@hsesinfo.org + Mrs. + F48378 + L48378 + + + 48378@hsesinfo.org + Ms. + F48377 + L48377 + + 48377@hsesinfo.org + Mr. + F48373 + L48373 + + 48373@hsesinfo.org + 555-555-8373 x 5555 + + + 8932 + 8664 + 9469 + 035 + 2018 + 2017-09-04 + + HS + Active + SGA Youth and Family Services + www.sga-youth.org + 8664@hsesinfo.org + 11 E Adams St Ste 1500 + + Chicago + IL + 60603-6309 + 11 E Adams St Ste 1500 + + Chicago + IL + 60603-6309 + 11 E Adams St Ste 1500 + + Chicago + IL + 60603-6309 + Ms. + F211034 + L211034 + + + 211034@hsesinfo.org + Ms. + F211032 + L211032 + + + 211032@hsesinfo.org + Mr. + F211035 + L211035 + + 211035@hsesinfo.org + Mr. + F211031 + L211031 + + 211031@hsesinfo.org + 555-555-1031 + + + 5266 + 3736 + 9113 + 007 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Murphy School District Head Start + www.msdaz.org + 3736@hsesinfo.org + 2020 W Durango St + + Phoenix + AZ + 85009-6557 + 2020 W Durango St + + Phoenix + AZ + 85009-6557 + 2020 W Durango St + + Phoenix + AZ + 85009-6557 + Ms. + F53534 + L53534 + + Board President + 53534@hsesinfo.org + Mr. + F53537 + L53537 + + Superintendent + 53537@hsesinfo.org + Mrs. + F53536 + L53536 + + 53536@hsesinfo.org + Ms. + F53532 + L53532 + + 53532@hsesinfo.org + 555-555-3532 + + + 6587 + 6605 + 10155 + 000 + + 2015-07-01 + 2020-06-30 + HS + Inactive + Central Texas 4C, Inc. + www.ct4c.org + 6605@hsesinfo.org + 504 N 5th St + + Temple + TX + 76501-3112 + PO Box 367 + + Temple + TX + 76503-0367 + 504 N 5th St + + Temple + TX + 76501-3112 + Mrs. + F201779 + L201779 + + Board President + 201779@hsesinfo.org + Ms. + F201780 + L201780 + M.S. + Executive Director + 201780@hsesinfo.org + Ms. + F201782 + L201782 + + 201782@hsesinfo.org + Mrs. + F201778 + L201778 + + 201778@hsesinfo.org + 555-555-1778 x 5555 + + + 9016 + 4337 + 11343 + 003 + 2013 + 2018-08-01 + + HS + Active + Whitmore Lake Public Schools + wlps.net + 4337@hsesinfo.org + 1077 Barker Rd + + Whitmore Lake + MI + 48189-9262 + 1077 Barker Rd + + Whitmore Lake + MI + 48189-9262 + 8845 Main Street + + Whitmore Lake + MI + 48189 + Mrs. + F211656 + L211656 + + School Board President + 211656@hsesinfo.org + Mr. + F211657 + L211657 + + Superintendent + 211657@hsesinfo.org + Mr. + F211659 + L211659 + + 211659@hsesinfo.org + Mrs. + F211655 + L211655 + + 211655@hsesinfo.org + 555-555-1655 x 5555 + + + 4794 + 2361 + 8752 + 200 + 2014 + 2014-04-01 + 2019-03-31 + EHS + Inactive + SUNBEAM FAMILY SERVICES, INC + http://www.sunbeamfamilyservices.org + 2361@hsesinfo.org + 1100 NW 14th St + + Oklahoma City + OK + 73106-4450 + 1100 NW 14th St + + Oklahoma City + OK + 73106-4450 + 1100 NW 14th St + + Oklahoma City + OK + 73106-4450 + Mr. + F46632 + L46632 + + Sunbeam Board President + 46632@hsesinfo.org + Mr. + F46635 + L46635 + + Chief Executive Officer + 46635@hsesinfo.org + Mr. + F46633 + L46633 + + 46633@hsesinfo.org + Ms. + F46630 + L46630 + + 46630@hsesinfo.org + 555-555-6630 + + + 8038 + 2419 + 10546 + 000 + 1992 + 2016-04-01 + + HS + Active + Middle Kentucky Head Start + www.mkcap.org + 2419@hsesinfo.org + 49 Bull Mountain Rd + + Beattyville + KY + 41311-9217 + 49 Bull Mountain Rd + + Beattyville + KY + 41311-9217 + 171 Howell Hts + + Jackson + KY + 41339-9689 + Mr. + F205459 + L205459 + + Board Chair + 205459@hsesinfo.org + Mr. + F205460 + L205460 + + Executive Director + 205460@hsesinfo.org + Mrs. + F205462 + L205462 + + 205462@hsesinfo.org + Mrs. + F205458 + L205458 + + 205458@hsesinfo.org + 555-555-5458 x 5555 + + + 1368 + 3070 + 2861 + 000 + 2013 + 2013-06-26 + 2019-01-31 + HS + Inactive + Catholic Charities Neighborhood Services, Inc. + http://www.ccbq.org/ + 3070@hsesinfo.org + 191 Joralemon St + 2nd Floor Early Childhood Services + Brooklyn + NY + 11201-4306 + 191 Joralemon St + 2nd Floor Early Childhood Services + Brooklyn + NY + 11201-4306 + 191 Joralemon St + 2nd Floor Early Childhood Services + Brooklyn + NY + 11201-4306 + Ms. + F36249 + L36249 + + President + 36249@hsesinfo.org + Msgr. + F36247 + L36247 + + CCNS Chief Executive Officer + 36247@hsesinfo.org + Mr. + F36246 + L36246 + + 36246@hsesinfo.org + Mrs. + F36181 + L36181 + + 36181@hsesinfo.org + 555-555-6181 + + + 4690 + 3892 + 8672 + 018 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Breukelen Recreation Rooms, Head Start + + 3892@hsesinfo.org + 715 East 105th Street + + Brooklyn + NY + 11236-2801 + 715 East 105th Street + + Brooklyn + NY + 11236-2801 + 715 East 105th Street + + Brooklyn + NY + 11236-2801 + Ms. + F45581 + L45581 + + + 45581@hsesinfo.org + Ms. + F45580 + L45580 + + + 45580@hsesinfo.org + Ms. + F45579 + L45579 + + 45579@hsesinfo.org + Ms. + F45576 + L45576 + + 45576@hsesinfo.org + 555-555-5576 + + + 4442 + 469 + 8467 + 000 + 2013 + 2013-11-01 + 2018-10-31 + HS + Inactive + SOUTH SHORE COMMUNITY ACTION COUNCIL, INC + http://www.sscac.org + 469@hsesinfo.org + 71 Obery St + + Plymouth + MA + 02360-2181 + 71 Obery St + + Plymouth + MA + 02360-2181 + 71 Obery St + + Plymouth + MA + 02360-2181 + Mr. + F41490 + L41490 + + + 41490@hsesinfo.org + Mr. + F41493 + L41493 + + + 41493@hsesinfo.org + Mrs. + F41492 + L41492 + + 41492@hsesinfo.org + Ms. + F41488 + L41488 + + 41488@hsesinfo.org + 555-555-1488 x 5555 + + + 508 + 589 + 321 + 000 + 2013 + 2013-07-10 + 2019-07-31 + HS + Inactive + LICKING VALLEY COMMUNITY ACTION PROGRAM , INC + http://www.lvcap.com + 589@hsesinfo.org + 203 High St + + Flemingsburg + KY + 41041-1236 + 203 High St + + Flemingsburg + KY + 41041-1236 + 203 High St + + Flemingsburg + KY + 41041-1236 + Mr. + F37386 + L37386 + + President + 37386@hsesinfo.org + Mr. + F37385 + L37385 + + Executive Director + 37385@hsesinfo.org + Ms. + F37388 + L37388 + + 37388@hsesinfo.org + Ms. + F37384 + L37384 + + 37384@hsesinfo.org + 555-555-7384 + + + 4582 + 2018 + 8561 + 000 + 2013 + 2013-12-23 + 2019-06-30 + HS + Inactive + Guilford Child Development + www.guilfordchilddev.org + 2018@hsesinfo.org + 1200 Arlington Street + + Greensboro + NC + 27406-1421 + 1200 Arlington Street + + Greensboro + NC + 27406-1421 + 1200 Arlington Street + + Greensboro + NC + 27406-1421 + Mr. + F43420 + L43420 + + Board Chair + 43420@hsesinfo.org + Mr. + F43423 + L43423 + Sr. + Executive Director + 43423@hsesinfo.org + Ms. + F43419 + L43419 + + 43419@hsesinfo.org + Ms. + F43418 + L43418 + + 43418@hsesinfo.org + 555-555-3418 + + + 4583 + 2017 + 8561 + 200 + 2013 + 2013-12-23 + 2019-06-30 + EHS + Inactive + Guilford Child Development + www.guilfordchilddev.org + 2017@hsesinfo.org + 1200 Arlington Street + + Greensboro + NC + 27406-1421 + 1200 Arlington Street + + Greensboro + NC + 27406-1421 + 1200 Arlington Street + + Greensboro + NC + 27406-1421 + Mr. + F43428 + L43428 + + Board Chair + 43428@hsesinfo.org + Mr. + F43430 + L43430 + Sr. + + 43430@hsesinfo.org + Ms. + F43429 + L43429 + + 43429@hsesinfo.org + Ms. + F43425 + L43425 + + 43425@hsesinfo.org + 555-555-3425 + + + 4735 + 3965 + 8717 + 063 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + MARC Academy and Family Center + 55 E 175th St + 3965@hsesinfo.org + 55 E 175th St + Fl 1 + Bronx + NY + 10453-7946 + 55 E 175th St + Fl 1 + Bronx + NY + 10453-7946 + 55 E 175th St + Fl 1 + Bronx + NY + 10453-7946 + Mr. + F45895 + L45895 + + Chairman + 45895@hsesinfo.org + Ms. + F45893 + L45893 + + Executive Director + 45893@hsesinfo.org + Ms. + F45892 + L45892 + + 45892@hsesinfo.org + Ms. + F45897 + L45897 + + 45897@hsesinfo.org + 555-555-5897 + + + 6462 + 2780 + 10083 + 200 + 2011 + 2015-06-01 + 2020-05-31 + EHS + Inactive + Municipality of Isabela + + 2780@hsesinfo.org + 55 Calle Barbosa + + Isabela + PR + 00662-3103 + 55 Calle Barbosa + + Isabela + PR + 00662-3103 + 55 Calle Barbosa + + Isabela + PR + 00662-3103 + Hon. + F200904 + L200904 + + Mayor + 200904@hsesinfo.org + Hon. + F200905 + L200905 + + Mayor + 200905@hsesinfo.org + Sr. + F200907 + L200907 + + 200907@hsesinfo.org + Sra. + F200903 + L200903 + + 200903@hsesinfo.org + 555-555-0903 x 5555 + + + 11524 + 530 + 13340 + 200 + 2003 + 2020-07-01 + + EHS + Active + Anderson County Schools' Preschool + www.preschool.acs.ac + 530@hsesinfo.org + 708 N Main St + + Clinton + TN + 37716-3143 + 708 N Main St + + Clinton + TN + 37716-3143 + 708 N Main St + + Clinton + TN + 37716-3143 + Dr. + F228696 + L228696 + + Anderson County School Board Chair + 228696@hsesinfo.org + Dr. + F228697 + L228697 + + Anderson County School Director + 228697@hsesinfo.org + Ms. + F228699 + L228699 + + 228699@hsesinfo.org + Ms. + F228695 + L228695 + + 228695@hsesinfo.org + 555-555-8695 + + + 11525 + 6593 + 13344 + 000 + + 2020-07-01 + + HS + Active + BCFS Education Services + http://www.discoverbcfs.net/HeadStart + 6593@hsesinfo.org + 1110 S Adams St + Modular #4 + Fredericksburg + TX + 78624-5004 + 1506 Bexar Crossing St + + San Antonio + TX + 78232-1587 + 1506 Bexar Crossing St + + San Antonio + TX + 78232-1587 + Mr. + F228703 + L228703 + + + 228703@hsesinfo.org + Mrs. + F228704 + L228704 + + Executive Director + 228704@hsesinfo.org + Mr. + F228706 + L228706 + + 228706@hsesinfo.org + Ms. + F228702 + L228702 + + 228702@hsesinfo.org + 555-555-8702 + + + 6823 + 3107 + 10279 + 200 + 1992 + 2015-09-01 + 2020-08-31 + EHS + Inactive + YMCA Berkeley Early Head Start + www.eciymca.org + 3107@hsesinfo.org + 2330 Broadway + + Oakland + CA + 94612-2415 + 2330 Broadway + + Oakland + CA + 94612-2415 + 2330 Broadway + + Oakland + CA + 94612-2415 + Dr. + F203436 + L203436 + + Board Chairperson + 203436@hsesinfo.org + Mr. + F203437 + L203437 + + President/CEO + 203437@hsesinfo.org + Ms. + F203439 + L203439 + + 203439@hsesinfo.org + Ms. + F203435 + L203435 + + 203435@hsesinfo.org + 555-555-3435 + + + 6831 + 1228 + 10307 + 000 + 1992 + 2015-09-01 + + AIAN HS + Active + Ute Mountain Ute Tribe + Box 308 + 1228@hsesinfo.org + 514 Sunset Blvd + + Towaoc + CO + 81334 + PO BOX 189 + + Towaoc + CO + 81334-0189 + 125 Mike Wash Road + + Towaoc + CO + 81334 + Mr. + F203492 + L203492 + + Chairman + 203492@hsesinfo.org + Mr. + F203493 + L203493 + + Executive Director + 203493@hsesinfo.org + Ms. + F203495 + L203495 + + 203495@hsesinfo.org + Ms. + F203491 + L203491 + + 203491@hsesinfo.org + 555-555-3491 + + + 8183 + 2278 + 10616 + 000 + 1992 + 2016-07-01 + + HS + Active + New York Foundling + www.nyfoundling.org + 2278@hsesinfo.org + 590 Avenue of the Americas + + New York + NY + 10011-2019 + P.O. Box 191274 + + San Juan + PR + 00919-1274 + 590 Avenue of the Americas + + New York + NY + 10011-2019 + Mr. + F206396 + L206396 + Jr + Chairperson + 206396@hsesinfo.org + Mr. + F206397 + L206397 + + + 206397@hsesinfo.org + Mrs. + F206399 + L206399 + + 206399@hsesinfo.org + Ms. + F206395 + L206395 + + 206395@hsesinfo.org + 555-555-6395 + + + 8304 + 8234 + 10667 + 200 + 2016 + 2016-07-01 + + EHS + Active + El Grito, Inc. Head Start + elgritosc.org + 8234@hsesinfo.org + 303 Cooper St + + Silver City + NM + 88061-4828 + 303 Cooper St + + Silver City + NM + 88061-4828 + 303 Cooper St + + Silver City + NM + 88061-4828 + Ms. + F207268 + L207268 + + Board President + 207268@hsesinfo.org + Ms. + F207269 + L207269 + + + 207269@hsesinfo.org + Mrs. + F207271 + L207271 + + 207271@hsesinfo.org + Ms. + F207267 + L207267 + + 207267@hsesinfo.org + 555-555-7267 + + + 9716 + 446 + 11870 + 000 + 2014 + 2019-06-01 + + HS + Active + CENTRAL ARKANSAS DEVELOPMENT COUNCIL, INC + http://www.cadc.com + 446@hsesinfo.org + 321 Edison Street + + Benton + AR + 72015 + P.O. Box 580 + + Benton + AR + 72018-0580 + 321 Edison Street + + Benton + AR + 72015 + Mrs. + F216433 + L216433 + + CADC Board Chair + 216433@hsesinfo.org + Mr. + F216434 + L216434 + + CADC Executive Director + 216434@hsesinfo.org + Ms. + F216436 + L216436 + + 216436@hsesinfo.org + Mrs. + F216432 + L216432 + + 216432@hsesinfo.org + 555-555-6432 + + + 9717 + 2767 + 11870 + 200 + 2014 + 2019-06-01 + + EHS + Active + CENTRAL ARKANSAS DEVELOPMENT COUNCIL, INC + http://www.cadc.com + 2767@hsesinfo.org + 321 Edison Street + + BENTON + AR + 72015 + P.O. Box 580 + + Benton + AR + 72018 + 321 Edison Street + + BENTON + AR + 72015 + Mrs. + F216440 + L216440 + + Board Chair + 216440@hsesinfo.org + Mr. + F216441 + L216441 + + CADC Executive Director + 216441@hsesinfo.org + Mrs. + F216443 + L216443 + + 216443@hsesinfo.org + Mrs. + F216439 + L216439 + + 216439@hsesinfo.org + 555-555-6439 + + + 8656 + 8519 + 11047 + 000 + 2017 + 2017-07-01 + + HS + Active + Carolina Municipality Head Start Program + + 8519@hsesinfo.org + Carr.887 km 0.4 Zona Industrial Julio N. Matos + + Carolina + PR + 00985 + P.O. Box 8 + + Carolina + PR + 00986-0008 + Carr.887 km 0.4 Zona Industrial Julio N. Matos + + Carolina + PR + 00985 + Mr. + F209101 + L209101 + + Board Chair + 209101@hsesinfo.org + Ms. + F209102 + L209102 + + + 209102@hsesinfo.org + Ms. + F209104 + L209104 + + 209104@hsesinfo.org + Ms. + F209100 + L209100 + + 209100@hsesinfo.org + 555-555-9100 x 5555 + + + 7071 + 1760 + 10498 + 000 + 2001 + 2016-01-01 + + HS + Active + Telamon Corporation + http://www.telamon.org + 1760@hsesinfo.org + 5560 Munford Road + Suite 201 + Raleigh + NC + 27612-2731 + 5560 Munford Road + Suite 201 + Raleigh + NC + 27612-2731 + 5560 Munford Road + Suite 201 + Raleigh + NC + 27612-2731 + Mrs. + F205165 + L205165 + + Governing Board Chair + 205165@hsesinfo.org + Mrs. + F205166 + L205166 + + Executive Director + 205166@hsesinfo.org + Ms. + F205168 + L205168 + + 205168@hsesinfo.org + Ms. + F205164 + L205164 + + 205164@hsesinfo.org + 555-555-5164 + + + 1436 + 3359 + 2937 + 000 + 2013 + 2013-07-10 + 2018-11-30 + HS + Inactive + INSTITUTE OF COMMUNITY SERVICES, INC + ics-hs.org + 3359@hsesinfo.org + 160 WEST VALLEY AVENUE + + HOLLY SPRINGS + MS + 38635-0160 + PO Box 160 + + Holly Springs + MS + 38635-0160 + 160 W Valley Ave + + Holly Springs + MS + 38635-2218 + Mr. + F38705 + L38705 + + Board Chairman + 38705@hsesinfo.org + Mrs. + F38703 + L38703 + + + 38703@hsesinfo.org + Ms. + F38702 + L38702 + + 38702@hsesinfo.org + Mrs. + F36493 + L36493 + + 36493@hsesinfo.org + 555-555-6493 + + + 4247 + 1056 + 8296 + 000 + 2013 + 2013-08-01 + 2019-03-31 + HS + Inactive + Human Resource Development Council of District IX, Inc. + http://www.thehrdc.org + 1056@hsesinfo.org + 33 S Tracy Ave + Head Start Program + Bozeman + MT + 59715-4660 + Head Start Program + 32 South Tracy Avenue + Bozeman + MT + 59715-4659 + Head Start Program + 32 South Tracy Avenue + Bozeman + MT + 59715-4659 + Mr. + F38088 + L38088 + + Board Chair + 38088@hsesinfo.org + Ms. + F38086 + L38086 + + CEO/Executive Director + 38086@hsesinfo.org + Ms. + F38085 + L38085 + + 38085@hsesinfo.org + Ms. + F38084 + L38084 + + 38084@hsesinfo.org + 555-555-8084 + + + 5928 + 5935 + 9631 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Schenectady Community Action Program + www.scapny.org + 5935@hsesinfo.org + 913 Albany St + + Schenectady + NY + 12307-1401 + 913 Albany St + + Schenectady + NY + 12307-1401 + 913 Albany St + + Schenectady + NY + 12307-1401 + Ms. + F106076 + L106076 + + President + 106076@hsesinfo.org + Ms. + F106077 + L106077 + + Executive Director + 106077@hsesinfo.org + Ms. + F106079 + L106079 + + 106079@hsesinfo.org + Ms. + F106075 + L106075 + + 106075@hsesinfo.org + 555-555-6075 + + + 10354 + 578 + 12378 + 000 + 1992 + 2019-08-01 + + HS + Active + Community Action Council + http://www.commaction.org + 578@hsesinfo.org + 710 West High Street + + Lexington + KY + 40508 + P.O. Box 11610 + + Lexington + KY + 40576-1610 + 710 West High Street + + Lexington + KY + 40508 + Ms. + F220819 + L220819 + + Chairman + 220819@hsesinfo.org + Mrs. + F220820 + L220820 + + Executive Director + 220820@hsesinfo.org + Mrs. + F220822 + L220822 + + 220822@hsesinfo.org + Mrs. + F220818 + L220818 + + 220818@hsesinfo.org + 555-555-0818 x 5555 + + + 8731 + 8589 + 11107 + 200 + 2017 + 2017-09-01 + + AIAN EHS + Active + Rural America Initiatives + 2112 South Valley Drive + 8589@hsesinfo.org + 2112 S Valley Dr + + Rapid City + SD + 57703-5934 + 2112 S Valley Dr + + Rapid City + SD + 57703-5934 + 2112 S Valley Dr + + Rapid City + SD + 57703-5934 + Ms. + F209607 + L209607 + + Chairperson + 209607@hsesinfo.org + Mr. + F209608 + L209608 + + + 209608@hsesinfo.org + + F209610 + L209610 + + 209610@hsesinfo.org + Ms. + F209606 + L209606 + + 209606@hsesinfo.org + 555-555-9606 + + + 8073 + 1016 + 10586 + 000 + 1992 + 2016-07-01 + + HS + Active + Jefferson Franklin Community Action Corporation + http://www.jfcac.org + 1016@hsesinfo.org + 2 Merchants Dr + + Hillsboro + MO + 63050-5212 + PO Box 920 + + Hillsboro + MO + 63050-0920 + 2 Merchants Dr + + Hillsboro + MO + 63050-5212 + Ms. + F205696 + L205696 + + Board President + 205696@hsesinfo.org + Ms. + F205697 + L205697 + + Chief Executive Officer + 205697@hsesinfo.org + Ms. + F205699 + L205699 + + 205699@hsesinfo.org + Ms. + F205695 + L205695 + + 205695@hsesinfo.org + 555-555-5695 + + + 6851 + 4033 + 10322 + 011 + + 2015-08-01 + + HS + Active + Sunflowers Academy + www.sunflowersacademyprep.com + 4033@hsesinfo.org + 2901 SW 7th St + + Miami + FL + 33135-2824 + 2901 SW 7th St + + Miami + FL + 33135-2824 + 2901 SW 7th St + + Miami + FL + 33135-2824 + Mrs. + F203632 + L203632 + + Board Chair + 203632@hsesinfo.org + Dr. + F203633 + L203633 + + Executive Director + 203633@hsesinfo.org + Ms. + F203635 + L203635 + + 203635@hsesinfo.org + Mrs. + F203631 + L203631 + + 203631@hsesinfo.org + 555-555-3631 + + + 8184 + 2279 + 10616 + 200 + 1992 + 2016-07-01 + + EHS + Active + New York Foundling + www.nyfoundling.org + 2279@hsesinfo.org + 590 Avenue of the Americas + + New York + NY + 10011-2019 + 590 Avenue of the Americas + + New York + NY + 10011-2019 + 590 Avenue of the Americas + + New York + NY + 10011-2019 + Mr. + F206403 + L206403 + Jr + Chairperson + 206403@hsesinfo.org + Mr. + F206404 + L206404 + + + 206404@hsesinfo.org + Mrs. + F206406 + L206406 + + 206406@hsesinfo.org + Ms. + F206402 + L206402 + + 206402@hsesinfo.org + 555-555-6402 + + + 8933 + 8665 + 9466 + 232 + 2018 + 2017-09-04 + + EHS + Active + Shining Star Youth and Community Services + www.shiningstaryouth.com + 8665@hsesinfo.org + 9204 S Commercial Ave Ste 200 + + Chicago + IL + 60617-2197 + 9204 S Commercial Ave Ste 200 + + Chicago + IL + 60617-2197 + 9204 S Commercial Ave Ste 200 + + Chicago + IL + 60617-2197 + Dr. + F211040 + L211040 + + Board Chair + 211040@hsesinfo.org + Ms. + F211038 + L211038 + + Executive Director + 211038@hsesinfo.org + Mr. + F211041 + L211041 + + 211041@hsesinfo.org + Ms. + F211037 + L211037 + + 211037@hsesinfo.org + 555-555-1037 + + + 8998 + 226 + 11330 + 000 + 2013 + 2018-08-01 + + HS + Active + SOUTHERN NEW HAMPSHIRE SERVICES, INC + http://www.snhs.org + 226@hsesinfo.org + 40 Pine St + + Manchester + NH + 03103-6207 + PO Box 5040 + + Manchester + NH + 03108-5040 + 40 Pine Street + + Manchester + NH + 03108-5040 + Mrs. + F211542 + L211542 + + Board Chairperson + 211542@hsesinfo.org + Mrs. + F211543 + L211543 + + Executive Director + 211543@hsesinfo.org + Ms. + F211545 + L211545 + + 211545@hsesinfo.org + Ms. + F211541 + L211541 + + 211541@hsesinfo.org + 555-555-1541 x 5555 + + + 8999 + 227 + 11330 + 200 + 2013 + 2018-08-01 + + EHS + Active + SOUTHERN NEW HAMPSHIRE SERVICES, INC + http://www.snhs.org + 227@hsesinfo.org + 40 Pine Street + + Manchester + NH + 03108-5040 + 40 Pine Street + P.O. Box 5040 + Manchester + NH + 03108-5040 + 40 Pine Street + + Manchester + NH + 03108-5040 + Mrs. + F211549 + L211549 + + Board Chairperson + 211549@hsesinfo.org + Mrs. + F211550 + L211550 + + Executive Director + 211550@hsesinfo.org + Ms. + F211552 + L211552 + + 211552@hsesinfo.org + Ms. + F211548 + L211548 + + 211548@hsesinfo.org + 555-555-1548 x 5555 + + + 10200 + 5930 + 12235 + 200 + + 2019-08-01 + + EHS + Active + Southern New Hampshire Services, Inc. + www.snhs.org + 5930@hsesinfo.org + 134 Allds St + + Nashua + NH + 03060-6302 + PO Box 5040 + + Manchester + NH + 03108-5040 + 40 Pine St + + Manchester + NH + 03103-6207 + Mr. + F219755 + L219755 + + Board Chairperson + 219755@hsesinfo.org + Ms. + F219756 + L219756 + + Executive Director + 219756@hsesinfo.org + Ms. + F219758 + L219758 + + 219758@hsesinfo.org + Ms. + F219754 + L219754 + + 219754@hsesinfo.org + 555-555-9754 x 5555 + + + 6826 + 2871 + 10297 + 000 + 2010 + 2015-09-01 + + HS + Active + KLAMATH FAMILY HEAD START + www.kfheadstart.org + 2871@hsesinfo.org + 1940 S 6th St + + Klamath Falls + OR + 97601-3370 + 1940 S 6th St + + Klamath Falls + OR + 97601-3370 + 1940 S 6th St + + Klamath Falls + OR + 97601-3370 + Ms. + F203457 + L203457 + + Board Chair + 203457@hsesinfo.org + Ms. + F203458 + L203458 + + + 203458@hsesinfo.org + Mr. + F203460 + L203460 + + 203460@hsesinfo.org + Ms. + F203456 + L203456 + + 203456@hsesinfo.org + 555-555-3456 + + + 1373 + 2283 + 2865 + 000 + 2013 + 2013-06-26 + 2019-04-30 + HS + Inactive + Pro Action of Steuben and Yates, Inc. + http://www.proactioninc.org + 2283@hsesinfo.org + 117 East Steuben Street + + Bath + NY + 14810-1636 + 117 East Steuben Street + + Bath + NY + 14810-1636 + 117 East Steuben Street + + Bath + NY + 14810-1636 + Mrs. + F36961 + L36961 + + Board President + 36961@hsesinfo.org + Mrs. + F36959 + L36959 + + + 36959@hsesinfo.org + + F36960 + L36960 + + 36960@hsesinfo.org + Mrs. + F36957 + L36957 + + 36957@hsesinfo.org + 555-555-6957 x 5555 + + + 1374 + 2282 + 2865 + 200 + 2013 + 2013-06-26 + 2019-04-30 + EHS + Inactive + Pro Action of Steuben and Yates, Inc. + http://www.proactioninc.org + 2282@hsesinfo.org + 117 East Steuben Street + + Bath + NY + 14810-1636 + 117 East Steuben Street + + Bath + NY + 14810-1636 + 117 East Steuben Street + + Bath + NY + 14810-1636 + Mrs. + F36968 + L36968 + + Board President + 36968@hsesinfo.org + Mrs. + F36966 + L36966 + + + 36966@hsesinfo.org + + F36965 + L36965 + + 36965@hsesinfo.org + Mrs. + F36964 + L36964 + + 36964@hsesinfo.org + 555-555-6964 x 5555 + + + 6266 + 1224 + 9842 + 000 + 1992 + 2015-04-01 + + Migrant HS + Active + Telamon Corporation + http://www.telamon.org + 1224@hsesinfo.org + 416 N Cedar St + + Lansing + MI + 48912-1298 + 5560 Munford Rd., Suite 201 + + Raleigh + NC + 27612-2731 + 5560 Munford Rd., Suite 201 + + Raleigh + NC + 27612-2731 + Mrs. + F109823 + L109823 + + Chairperson + 109823@hsesinfo.org + Mrs. + F109821 + L109821 + + Executive Director + 109821@hsesinfo.org + Ms. + F109820 + L109820 + + 109820@hsesinfo.org + Mr. + F109819 + L109819 + + 109819@hsesinfo.org + 555-555-9819 + + + 9225 + 279 + 11508 + 200 + 1992 + 2018-12-01 + + EHS + Active + NORTHEAST KINGDOM COMMUNITY ACTION, INC + http://www.nekcavt.org + 279@hsesinfo.org + 55 Seymour Ln + + Newport + VT + 05855-2199 + 55 Seymour Ln + Ste 20 + Newport + VT + 05855-2200 + 55 Seymour Ln + + Newport + VT + 05855-2199 + Mrs. + F213115 + L213115 + + NEKCA Board Chair + 213115@hsesinfo.org + Mrs. + F213116 + L213116 + + NEKCA Executive Director + 213116@hsesinfo.org + Ms. + F213118 + L213118 + + 213118@hsesinfo.org + Ms. + F213114 + L213114 + + 213114@hsesinfo.org + 555-555-3114 x 5555 + + + 6839 + 4024 + 10315 + 004 + + 2015-08-01 + + HS + Active + Family Christian Association of America + http://www.fcaafamily.org + 4024@hsesinfo.org + 14701 NW 7th Avenue + + Miami + FL + 33168-3103 + 14701 NW 7th Avenue + + Miami + FL + 33168-3103 + 14701 NW 7th Avenue + + Miami + FL + 33168-3103 + Ms. + F203548 + L203548 + + Board Chair + 203548@hsesinfo.org + Mr. + F203549 + L203549 + + President/CEO + 203549@hsesinfo.org + Mrs. + F203551 + L203551 + + 203551@hsesinfo.org + Mrs. + F203547 + L203547 + + 203547@hsesinfo.org + 555-555-3547 + + + 6840 + 4010 + 10315 + 204 + + 2015-08-01 + + EHS + Active + Family Christian Association of America + http://www.fcaafamily.org + 4010@hsesinfo.org + 14701 NW 7th Avenue + + Miami + FL + 33168-3103 + 14701 NW 7th Avenue + + Miami + FL + 33168-3103 + 14701 NW 7th Avenue + + Miami + FL + 33168-3103 + Ms. + F203555 + L203555 + + Board Chair + 203555@hsesinfo.org + Mr. + F203556 + L203556 + + President/CEO + 203556@hsesinfo.org + Mrs. + F203558 + L203558 + + 203558@hsesinfo.org + Mrs. + F203554 + L203554 + + 203554@hsesinfo.org + 555-555-3554 + + + 7072 + 1761 + 10498 + 200 + 2004 + 2016-01-01 + + EHS + Active + Telamon Corporation + http://www.telamon.org + 1761@hsesinfo.org + 5560 Munford Road + Suite 201 + Raleigh + NC + 27612-2731 + 5560 Munford Road + Suite 201 + Raleigh + NC + 27612-2731 + 5560 Munford Road + Suite 201 + Raleigh + NC + 27612-2731 + Mrs. + F205172 + L205172 + + Governing Board Chair + 205172@hsesinfo.org + Mrs. + F205173 + L205173 + + Executive Director + 205173@hsesinfo.org + Ms. + F205175 + L205175 + + 205175@hsesinfo.org + Ms. + F205171 + L205171 + + 205171@hsesinfo.org + 555-555-5171 + + + 11359 + 5396 + 13232 + 200 + 2014 + 2020-06-01 + + EHS + Active + Children's Coalition for Northeast Louisiana Inc + www.childrenscoalition.org + 5396@hsesinfo.org + 117 Hall St + + Monroe + LA + 71201-7522 + 117 Hall St + + Monroe + LA + 71201-7522 + 117 Hall St + + Monroe + LA + 71201-7522 + Mrs. + F227578 + L227578 + + Board Chiar + 227578@hsesinfo.org + Ms. + F227579 + L227579 + + + 227579@hsesinfo.org + Mrs. + F227581 + L227581 + + 227581@hsesinfo.org + Mrs. + F227577 + L227577 + + 227577@hsesinfo.org + 555-555-7577 + + + 11526 + 714 + 13334 + 000 + 1992 + 2020-07-01 + + HS + Active + REGION 16 EDUCATION SERVICE CENTER + http://www.esc16.net + 714@hsesinfo.org + 5800 Bell St + + Amarillo + TX + 79109-6230 + 5800 Bell St + + Amarillo + TX + 79109-6230 + 5800 Bell St + + Amarillo + TX + 79109-6230 + Mr. + F228710 + L228710 + + Chairman + 228710@hsesinfo.org + Mr. + F228711 + L228711 + + Executive Director + 228711@hsesinfo.org + Ms. + F228713 + L228713 + + 228713@hsesinfo.org + Mrs. + F228709 + L228709 + + 228709@hsesinfo.org + 555-555-8709 + + + 4797 + 1032 + 8581 + 000 + 2014 + 2014-04-01 + 2019-03-31 + HS + Inactive + University of South Dakota + http://www.usd.edu/headstart + 1032@hsesinfo.org + 414 East Clark Street + 326 Julian Hall + Vermillion + SD + 57069-2307 + 414 East Clark Street + 326 Julian Hall + Vermillion + SD + 57069-2307 + 414 East Clark Street + 326 Julian Hall + Vermillion + SD + 57069-2307 + Dr. + F46654 + L46654 + + Board Chair + 46654@hsesinfo.org + Mrs. + F46656 + L46656 + + + 46656@hsesinfo.org + Ms. + F46657 + L46657 + + 46657@hsesinfo.org + Mrs. + F46652 + L46652 + + 46652@hsesinfo.org + 555-555-6652 + + + 11527 + 715 + 13334 + 200 + 2003 + 2020-07-01 + + EHS + Active + REGION 16 EDUCATION SERVICE CENTER + http://www.esc16.net + 715@hsesinfo.org + 5800 Bell St + + Amarillo + TX + 79109-6230 + 5800 Bell St + + Amarillo + TX + 79109-6230 + 5800 Bell St + + Amarillo + TX + 79109-6230 + Mr. + F228717 + L228717 + + Chairman + 228717@hsesinfo.org + Mr. + F228718 + L228718 + + Executive Director + 228718@hsesinfo.org + Ms. + F228720 + L228720 + + 228720@hsesinfo.org + Mrs. + F228716 + L228716 + + 228716@hsesinfo.org + 555-555-8716 + + + 8349 + 970 + 10705 + 000 + 1992 + 2016-07-01 + + HS + Active + Blueprints + http://www.myblueprints.org + 970@hsesinfo.org + 150 W Beau St + 150 West Beau Street, Suite 304 + Washington + PA + 15301-4425 + 150 W Beau St + 150 West Beau Street, Suite 304 + Washington + PA + 15301-4425 + 150 W Beau St + 150 West Beau Street, Suite 304 + Washington + PA + 15301-4425 + Mr. + F207582 + L207582 + + President + 207582@hsesinfo.org + Ms. + F207583 + L207583 + + + 207583@hsesinfo.org + Ms. + F207585 + L207585 + + 207585@hsesinfo.org + Ms. + F207581 + L207581 + + 207581@hsesinfo.org + 555-555-7581 x 5555 + + + 6267 + 2866 + 9842 + 200 + 2011 + 2015-04-01 + + Migrant EHS + Active + Telamon Corporation + www.telamon.org + 2866@hsesinfo.org + 416 N Cedar St + + Lansing + MI + 48912-1298 + 5560 Munford Rd., Suite 201 + + RALEIGH + NC + 27612-2731 + 5560 Munford Rd., Suite 201 + + RALEIGH + NC + 27612-2731 + Mrs. + F109830 + L109830 + + Chairperson + 109830@hsesinfo.org + Mrs. + F109828 + L109828 + + Executive Director + 109828@hsesinfo.org + Ms. + F109827 + L109827 + + 109827@hsesinfo.org + Mrs. + F109826 + L109826 + + 109826@hsesinfo.org + 555-555-9826 + + + 9721 + 2261 + 11869 + 000 + 2014 + 2019-07-01 + + HS + Active + Olympic Community Action Programs + http://www.olycap.org + 2261@hsesinfo.org + 228 W 1st St + Ste J + Port Angeles + WA + 98362-2640 + 228 W 1st St + Ste J + Port Angeles + WA + 98362-2640 + 228 W 1st St + Ste J + Port Angeles + WA + 98362-2640 + Mr. + F216468 + L216468 + + Board Chair + 216468@hsesinfo.org + Ms. + F216469 + L216469 + + Executive Director + 216469@hsesinfo.org + Mrs. + F216471 + L216471 + + 216471@hsesinfo.org + Ms. + F216467 + L216467 + + 216467@hsesinfo.org + 555-555-6467 x 5555 + + + 9722 + 2262 + 11869 + 200 + 2001 + 2019-07-01 + + EHS + Active + Olympic Community Action Programs + http://www.olycap.org + 2262@hsesinfo.org + 228 W 1st St + Ste J + Port Angeles + WA + 98362-2640 + 228 W 1st St + Ste J + Port Angeles + WA + 98362-2640 + 228 W 1st St + Ste J + Port Angeles + WA + 98362-2640 + Mr. + F216475 + L216475 + + Board Chair + 216475@hsesinfo.org + Ms. + F216476 + L216476 + + Executive Director + 216476@hsesinfo.org + Mrs. + F216478 + L216478 + + 216478@hsesinfo.org + Ms. + F216474 + L216474 + + 216474@hsesinfo.org + 555-555-6474 x 5555 + + + 9723 + 2273 + 11867 + 000 + 2014 + 2019-07-01 + + HS + Active + Tompkins Community Action, Inc + http://www.tcaction.org + 2273@hsesinfo.org + 701 Spencer Rd + + Ithaca + NY + 14850-5111 + 701 Spencer Road + + Ithaca + NY + 14850-5111 + 701 Spencer Road + + Ithaca + NY + 14850-5111 + Mr. + F216482 + L216482 + + Board President + 216482@hsesinfo.org + Ms. + F216483 + L216483 + + Executive Director + 216483@hsesinfo.org + Ms. + F216485 + L216485 + + 216485@hsesinfo.org + Ms. + F216481 + L216481 + + 216481@hsesinfo.org + 555-555-6481 x 5555 + + + 9724 + 2744 + 11867 + 200 + 2014 + 2019-07-01 + + EHS + Active + Tompkins Community Action, Inc + http://www.tcaction.org + 2744@hsesinfo.org + 701 Spencer Road + + Ithaca + NY + 14850-5111 + 701 Spencer Road + + Ithaca + NY + 14850-5111 + 701 Spencer Road + + Ithaca + NY + 14850-5111 + Mr. + F216489 + L216489 + + Board President + 216489@hsesinfo.org + Ms. + F216490 + L216490 + + Executive Director + 216490@hsesinfo.org + Ms. + F216492 + L216492 + + 216492@hsesinfo.org + Ms. + F216488 + L216488 + + 216488@hsesinfo.org + 555-555-6488 x 5555 + + + 6520 + 590 + 10100 + 000 + 1992 + 2015-07-01 + 2020-06-30 + HS + Inactive + Capital Area Community Action Agency, Inc. + http://capitalareacommunityactionagency.com/ + 590@hsesinfo.org + 309 Office Plz + + Tallahassee + FL + 32301-2729 + 309 Office Plz + + Tallahassee + FL + 32301-2729 + 309 Office Plz + + Tallahassee + FL + 32301-2729 + Mr. + F201310 + L201310 + + Board Chairman + 201310@hsesinfo.org + Mr. + F201311 + L201311 + Esq. + Chief Executive Officer + 201311@hsesinfo.org + Ms. + F201313 + L201313 + + 201313@hsesinfo.org + Mr. + F201309 + L201309 + + 201309@hsesinfo.org + 555-555-1309 x 5555 + + + 9727 + 797 + 11872 + 000 + 2013 + 2019-07-01 + + HS + Active + LINCOLN TOTAL COMMUNITY ACTION, INC. + NA + 797@hsesinfo.org + 1400 Oakdale Street + + Ruston + LA + 71270-6342 + 1400 Oakdale Street + + Ruston + LA + 71270-6342 + 1400 Oakdale Street + + Ruston + LA + 71270-6342 + Mr. + F216510 + L216510 + + Board Chairperson + 216510@hsesinfo.org + Mrs. + F216511 + L216511 + + + 216511@hsesinfo.org + Mrs. + F216513 + L216513 + + 216513@hsesinfo.org + Mrs. + F216509 + L216509 + + 216509@hsesinfo.org + 555-555-6509 + + + 9228 + 4597 + 11511 + 000 + 2013 + 2018-12-01 + + HS + Active + Bradford-Tioga Head Start, Inc. + www.bradfordtiogahs.org + 4597@hsesinfo.org + 5 Riverside Plz + + Blossburg + PA + 16912-1137 + 5 Riverside Plz + + Blossburg + PA + 16912-1137 + 5 Riverside Plz + + Blossburg + PA + 16912-1137 + Mr. + F213136 + L213136 + + Chairperson + 213136@hsesinfo.org + Mrs. + F213137 + L213137 + + Executive Director + 213137@hsesinfo.org + Ms. + F213139 + L213139 + + 213139@hsesinfo.org + Mrs. + F213135 + L213135 + + 213135@hsesinfo.org + 555-555-3135 + + + 5264 + 3733 + 9111 + 005 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Wilson Head Start + www.wsd.k12.az.us + 3733@hsesinfo.org + 500 North 30th Place + + Phoenix + AZ + 85008-6139 + 500 North 30th Place + + Phoenix + AZ + 85008-6139 + 500 North 30th Place + + Phoenix + AZ + 85008-6139 + Mr. + F53523 + L53523 + + Governing Board Chair + 53523@hsesinfo.org + Mr. + F53520 + L53520 + + School Superintendent + 53520@hsesinfo.org + Mrs. + F53519 + L53519 + + 53519@hsesinfo.org + Mrs. + F53518 + L53518 + + 53518@hsesinfo.org + 555-555-3518 + + + 4986 + 2088 + 8799 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Bi-County Community Action Program, Inc. + www.bicap.org + 2088@hsesinfo.org + 6603 Bemidji Ave N + + Bemidji + MN + 56601-8669 + PO Box 579 + + Bemidji + MN + 56619-0579 + 6603 Bemidji Ave N + + Bemidji + MN + 56601-8669 + Ms. + F49394 + L49394 + + Board Chairperson + 49394@hsesinfo.org + Ms. + F49393 + L49393 + + Executive Director + 49393@hsesinfo.org + Ms. + F49392 + L49392 + + 49392@hsesinfo.org + Ms. + F49391 + L49391 + + 49391@hsesinfo.org + 555-555-9391 + + + 4985 + 2087 + 8799 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Bi-County Community Action Program, Inc. + www.bicap.org + 2087@hsesinfo.org + 6603 Bemidji Ave N + + Bemidji + MN + 56601-8669 + PO Box 579 + + Bemidji + MN + 56619-0579 + 6603 Bemidji Ave N + + Bemidji + MN + 56601-8669 + Ms. + F49384 + L49384 + + Board Chairperson + 49384@hsesinfo.org + Ms. + F49385 + L49385 + + Executive Director + 49385@hsesinfo.org + Ms. + F49387 + L49387 + + 49387@hsesinfo.org + Ms. + F49383 + L49383 + + 49383@hsesinfo.org + 555-555-9383 + + + 4864 + 1370 + 8829 + 200 + 2003 + 2014-06-01 + 2019-05-31 + EHS + Inactive + Tri-County Child & Family Development Council, Inc. + 205 Adams Street + 1370@hsesinfo.org + 205 Adams St Suite 2 + + Waterloo + IA + 50703-3824 + P.O. Box 1050 + + Waterloo + IA + 50704-1050 + 205 Adams St + + Waterloo + IA + 50703-3011 + Ms. + F47653 + L47653 + + Board Chair + 47653@hsesinfo.org + Dr. + F47654 + L47654 + + + 47654@hsesinfo.org + Ms. + F47655 + L47655 + + 47655@hsesinfo.org + Dr. + F47650 + L47650 + + 47650@hsesinfo.org + 555-555-7650 x 5555 + + + 5973 + 5980 + 9513 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Drake University + www.drakeheadstart.org + 5980@hsesinfo.org + 3206 University Ave + + Des Moines + IA + 50311-3820 + 3206 University Ave + + Des Moines + IA + 50311-3820 + 3206 University Ave + + Des Moines + IA + 50311-3820 + Dr. + F106438 + L106438 + + Director of Sponsored Programs & Grants Management + 106438@hsesinfo.org + Dr. + F106439 + L106439 + + Dean, School of Education + 106439@hsesinfo.org + Ms. + F106441 + L106441 + + 106441@hsesinfo.org + Ms. + F106437 + L106437 + + 106437@hsesinfo.org + 555-555-6437 + + + 10356 + 6012 + 12367 + 200 + + 2019-08-01 + + EHS + Active + School District of Lee County + http://earlychildhood.leeschools.net + 6012@hsesinfo.org + 3650 Michigan Ave + Ste 4 + Fort Myers + FL + 33916-2240 + 3650 Michigan Ave + Ste 4 + Fort Myers + FL + 33916-2240 + 2855 Colonial Blvd + School Board of Lee County + Fort Myers + FL + 33966-1012 + Ms. + F220833 + L220833 + + School Board Chair + 220833@hsesinfo.org + Dr. + F220834 + L220834 + + Superintendent + 220834@hsesinfo.org + Mr. + F220836 + L220836 + + 220836@hsesinfo.org + Ms. + F220832 + L220832 + + 220832@hsesinfo.org + 555-555-0832 + + + 5953 + 5960 + 9495 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Tri-County Community Action Partnership, Inc. + www.tccaction.com + 5960@hsesinfo.org + 501 Lemieur St + + Little Falls + MN + 56345-3367 + 501 Lemieur St + + Little Falls + MN + 56345-3367 + 501 Lemieur St + + Little Falls + MN + 56345-3367 + Mr. + F106278 + L106278 + + Board of Director Chair + 106278@hsesinfo.org + Ms. + F106279 + L106279 + + Executive Director + 106279@hsesinfo.org + Ms. + F106281 + L106281 + + 106281@hsesinfo.org + Ms. + F106277 + L106277 + + 106277@hsesinfo.org + 555-555-6277 x 5555 + + + 5300 + 252 + 9064 + 000 + 2014 + 2014-08-01 + 2019-07-31 + HS + Inactive + COMMUNITY CONCEPTS, INC + http://www.community-concepts.org + 252@hsesinfo.org + 17 Market Sq + + South Paris + ME + 04281-1533 + 17 Market Sq + + South Paris + ME + 04281-1533 + 17 Market Sq + + South Paris + ME + 04281-1533 + Ms. + F53996 + L53996 + + Board President + 53996@hsesinfo.org + Mr. + F53998 + L53998 + + CEO + 53998@hsesinfo.org + Ms. + F54000 + L54000 + + 54000@hsesinfo.org + Ms. + F53995 + L53995 + + 53995@hsesinfo.org + 555-555-3995 + + + 8814 + 8647 + 6834 + 200 + 2018 + 2018-09-01 + 2018-10-31 + EHS + Inactive + West Central Minnesota Communities Action, Inc. + www.wcmca.org + 8647@hsesinfo.org + 411 Industrial Park Blvd + + Elbow Lake + MN + 56531-4213 + 411 Industrial Park Blvd + + Elbow Lake + MN + 56531-4213 + 411 Industrial Park Blvd + + Elbow Lake + MN + 56531-4213 + Ms. + F210244 + L210244 + + Board Chair + 210244@hsesinfo.org + Ms. + F210242 + L210242 + + Chief Executive Officer + 210242@hsesinfo.org + Ms. + F210245 + L210245 + + 210245@hsesinfo.org + Ms. + F210241 + L210241 + + 210241@hsesinfo.org + 555-555-0241 + + + 9457 + 8763 + 11394 + 200 + 2019 + 2019-09-01 + + EHS + Active + MID-WEST NEW MEXICO COMMUNITY ACTION PROGRAM + ourkidzrock.com + 8763@hsesinfo.org + 549 Don Pasqual Road, NW + + Los Lunas + NM + 87031-8491 + 549 Don Pasqual Road, NW + + Los Lunas + NM + 87031-8491 + 549 Don Pasqual Road, NW + + Los Lunas + NM + 87031-8491 + Mr. + F214699 + L214699 + + Grantee Board Chair + 214699@hsesinfo.org + Mr. + F214697 + L214697 + + Chief Executive Officer + 214697@hsesinfo.org + Ms. + F214700 + L214700 + + 214700@hsesinfo.org + Mrs. + F214696 + L214696 + + 214696@hsesinfo.org + 555-555-4696 + + + 9135 + 8725 + 11442 + 000 + 2018 + 2018-11-01 + 2020-10-31 + HS + Inactive + Acelero, Inc. + www.acelero.net + 8725@hsesinfo.org + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + Mr. + F212514 + L212514 + + Chairman of the Board + 212514@hsesinfo.org + Mr. + F212512 + L212512 + + COO/Head Start Director + 212512@hsesinfo.org + Ms. + F212515 + L212515 + + 212515@hsesinfo.org + Mr. + F212511 + L212511 + + 212511@hsesinfo.org + 555-555-2511 + + + 8048 + 2204 + 10552 + 000 + 2007 + 2016-05-01 + + AIAN HS + Active + RURAL AMERICA INITIATIVES + 2112 S. Valley Dr. + 2204@hsesinfo.org + 2112 S Valley Dr + + Rapid City + SD + 57703-5934 + 2112 S Valley Dr + + Rapid City + SD + 57703-5934 + 2112 S Valley Dr + + Rapid City + SD + 57703-5934 + Ms. + F205529 + L205529 + + Chairperson + 205529@hsesinfo.org + Mr. + F205530 + L205530 + + + 205530@hsesinfo.org + + F205532 + L205532 + + 205532@hsesinfo.org + Ms. + F205528 + L205528 + + 205528@hsesinfo.org + 555-555-5528 + + + 4920 + 1278 + 8783 + 200 + 2003 + 2014-06-01 + 2019-05-31 + EHS + Inactive + Umatilla-Morrow Head Start + http://www.umchs.org + 1278@hsesinfo.org + 110 NE 4th Street + + Hermiston + OR + 97838-1861 + 110 NE 4th Street + + Hermiston + OR + 97838-1861 + 110 NE 4th Street + + Hermiston + OR + 97838-1861 + Atty. + F48381 + L48381 + + Board Chair + 48381@hsesinfo.org + Mrs. + F48382 + L48382 + + + 48382@hsesinfo.org + Ms. + F48384 + L48384 + + 48384@hsesinfo.org + Mr. + F48380 + L48380 + + 48380@hsesinfo.org + 555-555-8380 + + + 8049 + 2203 + 10552 + 200 + 2007 + 2016-05-01 + + AIAN EHS + Active + RURAL AMERICA INITIATIVES + 2112 South Valley Drive + 2203@hsesinfo.org + 2112 S Valley Dr + + Rapid City + SD + 57703-5934 + 2112 S Valley Dr + Ste 201 + Rapid City + SD + 57703-5934 + 2112 S Valley Dr + + Rapid City + SD + 57703-5934 + Ms. + F205536 + L205536 + + Chairperson + 205536@hsesinfo.org + Mr. + F205537 + L205537 + + + 205537@hsesinfo.org + + F205539 + L205539 + + 205539@hsesinfo.org + Ms. + F205535 + L205535 + + 205535@hsesinfo.org + 555-555-5535 + + + 9458 + 8764 + 11667 + 200 + 2019 + 2019-03-01 + + EHS + Active + Arkansas Early Learning, Inc. + + 8764@hsesinfo.org + 1901 Woodsprings Rd + Ste B + Jonesboro + AR + 72401-0936 + 1901 Woodsprings Rd + Ste B + Jonesboro + AR + 72401-0936 + 1901 Woodsprings Rd + Ste B + Jonesboro + AR + 72401-0936 + Mrs. + F214703 + L214703 + + Chairperson + 214703@hsesinfo.org + Mr. + F214704 + L214704 + + Chief Executive Officer + 214704@hsesinfo.org + Ms. + F214706 + L214706 + + 214706@hsesinfo.org + Ms. + F214702 + L214702 + + 214702@hsesinfo.org + 555-555-4702 + + + 9461 + 8765 + 11672 + 200 + 2019 + 2019-03-01 + + EHS + Active + Sunbeam Family Services, Inc. + + 8765@hsesinfo.org + 1100 NW 14th St + + Oklahoma City + OK + 73106-4450 + 1100 NW 14th St + + Oklahoma City + OK + 73106-4450 + 1100 NW 14th St + + Oklahoma City + OK + 73106-4450 + Ms. + F214724 + L214724 + + Sunbeam Board President + 214724@hsesinfo.org + Ms. + F214725 + L214725 + + Chief Executive Officer + 214725@hsesinfo.org + Mr. + F214727 + L214727 + + 214727@hsesinfo.org + Ms. + F214723 + L214723 + + 214723@hsesinfo.org + 555-555-4723 + + + 8545 + 8425 + 10950 + 200 + 2017 + 2017-03-01 + + EHS + Active + Center for Transforming Lives + www.transforminglives.org + 8425@hsesinfo.org + 512 W 4th St + + Fort Worth + TX + 76102-3613 + 512 W 4th St + + Fort Worth + TX + 76102-3613 + 512 W 4th St + + Fort Worth + TX + 76102-3613 + Ms. + F208543 + L208543 + + Board Chair + 208543@hsesinfo.org + Mrs. + F208544 + L208544 + + Chief Executive Officer + 208544@hsesinfo.org + Ms. + F208546 + L208546 + + 208546@hsesinfo.org + Ms. + F208542 + L208542 + + 208542@hsesinfo.org + 555-555-8542 + + + 10168 + 9013 + 12201 + 000 + 2019 + 2019-08-01 + + HS + Active + Delta Health Alliance, Inc. + deltahealthalliance.org + 9013@hsesinfo.org + 435 Stoneville Rd + + Leland + MS + 38756-9569 + PO Box 277 + + Stoneville + MS + 38776-0277 + 435 Stoneville Rd + + Leland + MS + 38756-9569 + Mr. + F219541 + L219541 + + Board Chair + 219541@hsesinfo.org + Dr. + F219542 + L219542 + + CEO + 219542@hsesinfo.org + Mrs. + F219544 + L219544 + + 219544@hsesinfo.org + Mrs. + F219540 + L219540 + + 219540@hsesinfo.org + 555-555-9540 + + + 10169 + 9014 + 12201 + 200 + 2019 + 2019-08-01 + + EHS + Active + Delta Health Alliance, Inc. + deltahealthalliance.org + 9014@hsesinfo.org + 435 Stoneville Rd + + Leland + MS + 38756-9569 + PO Box 277 + + Stoneville + MS + 38776-0277 + 435 Stoneville Rd + + Leland + MS + 38756-9569 + Mr. + F219548 + L219548 + + Board Chair + 219548@hsesinfo.org + Dr. + F219549 + L219549 + + CEO + 219549@hsesinfo.org + Mrs. + F219551 + L219551 + + 219551@hsesinfo.org + Mrs. + F219547 + L219547 + + 219547@hsesinfo.org + 555-555-9547 + + + 4836 + 2840 + 8740 + 200 + 2011 + 2014-05-01 + 2019-06-30 + EHS + Inactive + South Central Missouri Community Action Agency + scmcaa.org + 2840@hsesinfo.org + 8055 Old Alton Road + + Winona + MO + 65588 + PO Box 6 + + Winona + MO + 65588-0006 + 8055 Old Alton Road + + Winona + MO + 65588 + Mr. + F47245 + L47245 + + Board Chair + 47245@hsesinfo.org + Ms. + F47243 + L47243 + + Executive Director + 47243@hsesinfo.org + Ms. + F47242 + L47242 + + 47242@hsesinfo.org + Mr. + F47241 + L47241 + + 47241@hsesinfo.org + 555-555-7241 + + + 5062 + 5068 + 8875 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + MARYLAND FAMILY NETWORK, INC. + http://www.marylandfamilynetwork.org + 5068@hsesinfo.org + 1001 Eastern Avenue + 2nd floor + Baltimore + MD + 21202-4325 + 1001 Eastern Avenue + 2nd floor + Baltimore + MD + 21202-4325 + 1001 Eastern Avenue + 2nd floor + Baltimore + MD + 21202-4325 + Mr. + F51458 + L51458 + + Board Chairperson + 51458@hsesinfo.org + Ms. + F51461 + L51461 + + CEO + 51461@hsesinfo.org + Ms. + F51460 + L51460 + + 51460@hsesinfo.org + Ms. + F51457 + L51457 + + 51457@hsesinfo.org + 555-555-1457 x 5555 + + + 10718 + 322 + 12724 + 000 + 2014 + 2019-11-01 + + HS + Active + PRINCE WILLIAM COUNTY SCHOOL DISTRICT + http://www.pwcs.edu + 322@hsesinfo.org + 14800 Joplin Road + + Manassas + VA + 20112 + P.O. Box 389 + + Manassas + VA + 20108-0389 + 14800 Joplin Road + + Manassas + VA + 20112 + Dr. + F223355 + L223355 + MD + Chairman, Prince William County School Board + 223355@hsesinfo.org + Mrs. + F223356 + L223356 + + Superintendent + 223356@hsesinfo.org + Ms. + F223358 + L223358 + + 223358@hsesinfo.org + Dr. + F223354 + L223354 + + 223354@hsesinfo.org + 555-555-3354 + + + 10719 + 387 + 12721 + 000 + 1991 + 2019-11-01 + + HS + Active + Chippewa Luce Mackinac Community Action Agency, Inc. + http://www.clmcaa.com + 387@hsesinfo.org + 524 Ashmun St + + Sault Sainte Marie + MI + 49783-1908 + 524 Ashmun St + + Sault Sainte Marie + MI + 49783-1908 + 524 Ashmun St + + Sault Sainte Marie + MI + 49783-1908 + Ms. + F223362 + L223362 + + Board of Directors Chairperson + 223362@hsesinfo.org + Mr. + F223363 + L223363 + + Executive Director + 223363@hsesinfo.org + Ms. + F223365 + L223365 + + 223365@hsesinfo.org + Ms. + F223361 + L223361 + + 223361@hsesinfo.org + 555-555-3361 + + + 6803 + 874 + 10282 + 000 + 1994 + 2015-09-01 + + HS + Active + Family Resource Agency of North Georgia + http://www.fragahs.com + 874@hsesinfo.org + 403 Chickamauga Avenue + Suite 201 + Rossville + GA + 30741-1354 + 403 Chickamauga Avenue + Suite 201 + Rossville + GA + 30741-1354 + 403 Chickamauga Avenue + Suite 201 + Rossville + GA + 30741-1354 + Ms. + F203296 + L203296 + + Board President + 203296@hsesinfo.org + Mrs. + F203297 + L203297 + + CEO + 203297@hsesinfo.org + Mr. + F203299 + L203299 + + 203299@hsesinfo.org + Ms. + F203295 + L203295 + + 203295@hsesinfo.org + 555-555-3295 + + + 6804 + 873 + 10282 + 200 + 2000 + 2015-09-01 + + EHS + Active + Family Resource Agency of North Georgia + http://www.fragahs.com + 873@hsesinfo.org + 403 Chickamauga Avenue + Suite 201 + Rossville + GA + 30741-1354 + 403 Chickamauga Avenue + Suite 201 + Rossville + GA + 30741-1354 + 403 Chickamauga Avenue + Suite 201 + Rossville + GA + 30741-1354 + Ms. + F203303 + L203303 + + Board President + 203303@hsesinfo.org + Mrs. + F203304 + L203304 + + CEO + 203304@hsesinfo.org + Mr. + F203306 + L203306 + + 203306@hsesinfo.org + Ms. + F203302 + L203302 + + 203302@hsesinfo.org + 555-555-3302 + + + 10568 + 6092 + 12555 + 200 + + 2019-09-01 + + EHS + Active + Family Resource Agency, Inc. + http://www.fragahs.com + 6092@hsesinfo.org + 403 Chickamauga Ave + Ste 201 + Rossville + GA + 30741-1354 + 403 Chickamauga Ave + Ste 201 + Rossville + GA + 30741-1354 + 403 Chickamauga Ave + Ste 201 + Rossville + GA + 30741-1354 + Ms. + F222314 + L222314 + + + 222314@hsesinfo.org + Mrs. + F222315 + L222315 + + + 222315@hsesinfo.org + Mr. + F222317 + L222317 + + 222317@hsesinfo.org + Ms. + F222313 + L222313 + + 222313@hsesinfo.org + 555-555-2313 + + + 11133 + 2317 + 13053 + 000 + 2014 + 2020-04-01 + + HS + Active + Sullivan County Head Start, Inc. + www.headstart-sullivancounty.org + 2317@hsesinfo.org + 393 State Route 52 + + Woodbourne + NY + 12788-5714 + PO Box 215 + + Woodbourne + NY + 12788-0215 + 393 State Route 52 + + Woodbourne + NY + 12788-5714 + Mr. + F226155 + L226155 + + Chairperson + 226155@hsesinfo.org + Mrs. + F226156 + L226156 + + Executive Director + 226156@hsesinfo.org + Mrs. + F226158 + L226158 + + 226158@hsesinfo.org + Mrs. + F226154 + L226154 + + 226154@hsesinfo.org + 555-555-6154 + + + 6703 + 2989 + 10188 + 000 + 2011 + 2015-08-01 + + HS + Active + Center for Family Services, Inc. + www.centerffs.org + 2989@hsesinfo.org + 584 Benson St + + Camden + NJ + 08103-1324 + 584 Benson St + + Camden + NJ + 08103-1324 + 584 Benson St + + Camden + NJ + 08103-1324 + Mrs. + F202592 + L202592 + + Board Chair + 202592@hsesinfo.org + Mr. + F202593 + L202593 + + President/CEO + 202593@hsesinfo.org + Ms. + F202595 + L202595 + + 202595@hsesinfo.org + Mr. + F202591 + L202591 + + 202591@hsesinfo.org + 555-555-2591 x 5555 + + + 9463 + 8767 + 11673 + 200 + 2019 + 2019-01-01 + + EHS + Active + Central Texas 4C, Inc. + + 8767@hsesinfo.org + 504 N 5th St + + Temple + TX + 76501-3112 + PO Box 367 + + Temple + TX + 76503-0367 + 504 N 5th St + + Temple + TX + 76501-3112 + Mrs. + F214738 + L214738 + + Board President + 214738@hsesinfo.org + Ms. + F214739 + L214739 + M.S. + Executive Director + 214739@hsesinfo.org + Ms. + F214741 + L214741 + + 214741@hsesinfo.org + Mrs. + F214737 + L214737 + + 214737@hsesinfo.org + 555-555-4737 x 5555 + + + 5974 + 5981 + 9663 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + The Family Conservancy + www.tfckc.org + 5981@hsesinfo.org + 444 Minnesota Avenue + Suite 200 + Kansas City + KS + 66101-2900 + 444 Minnesota Avenue + Suite 200 + Kansas City + KS + 66101-2900 + 444 Minnesota Avenue + Suite 200 + Kansas City + KS + 66101-2900 + Mr. + F106446 + L106446 + + + 106446@hsesinfo.org + Mr. + F106447 + L106447 + + + 106447@hsesinfo.org + Ms. + F106449 + L106449 + + 106449@hsesinfo.org + Ms. + F106445 + L106445 + + 106445@hsesinfo.org + 555-555-6445 x 5555 + + + 6126 + 846 + 9604 + 000 + 1997 + 2015-03-01 + 2020-06-30 + HS + Inactive + Family Development Services, Inc. + http://www.fds.org + 846@hsesinfo.org + 3637 North Meridian Street + + Indianapolis + IN + 46208-4233 + 3637 North Meridian Street + + Indianapolis + IN + 46208-4233 + 3637 North Meridian Street + + Indianapolis + IN + 46208-4233 + Mrs. + F108578 + L108578 + + + 108578@hsesinfo.org + Mrs. + F108575 + L108575 + + Executive Director + 108575@hsesinfo.org + Ms. + F108574 + L108574 + + 108574@hsesinfo.org + Ms. + F108573 + L108573 + + 108573@hsesinfo.org + 555-555-8573 + + + 11134 + 2316 + 13053 + 200 + 2014 + 2020-04-01 + + EHS + Active + Sullivan County Head Start, Inc. + www.headstart-sullivancounty.org + 2316@hsesinfo.org + 393 State Route 52 + + Woodbourne + NY + 12788-5714 + PO Box 215 + + Woodbourne + NY + 12788-0215 + 393 State Route 52 + + Woodbourne + NY + 12788-5714 + Mr. + F226162 + L226162 + + Chairperson + 226162@hsesinfo.org + Mrs. + F226163 + L226163 + + Executive Director + 226163@hsesinfo.org + Mrs. + F226165 + L226165 + + 226165@hsesinfo.org + Mrs. + F226161 + L226161 + + 226161@hsesinfo.org + 555-555-6161 + + + 10359 + 5859 + 12375 + 200 + + 2019-08-01 + + EHS + Active + Elkhart and St. Joseph Counties Head Start Consortium + www.headstartesj.com + 5859@hsesinfo.org + 245 North Lombardy Drive + Suite A + South Bend + IN + 46619 + 245 North Lombardy Drive + Suite A + South Bend + IN + 46619 + 245 North Lombardy Drive + Suite A + South Bend + IN + 46619 + Mrs. + F220854 + L220854 + + Consortium Board President + 220854@hsesinfo.org + Dr. + F220855 + L220855 + + Executive Director + 220855@hsesinfo.org + Ms. + F220857 + L220857 + + 220857@hsesinfo.org + Dr. + F220853 + L220853 + + 220853@hsesinfo.org + 555-555-0853 + + + 11135 + 598 + 13052 + 000 + 1992 + 2020-04-01 + + HS + Active + COASTAL GEORGIA AREA COMMUNITY ACTION AUTHORITY, INC + http://www.coastalgacaa.org/ + 598@hsesinfo.org + 1 Community Action Dr + + Brunswick + GA + 31520-3789 + PO Box 2016 + + Brunswick + GA + 31521-2016 + 1 Community Action Dr + + Brunswick + GA + 31520-3789 + Dr. + F226169 + L226169 + + Board Chairman + 226169@hsesinfo.org + Mrs. + F226170 + L226170 + + CEO + 226170@hsesinfo.org + Mr. + F226172 + L226172 + + 226172@hsesinfo.org + Mrs. + F226168 + L226168 + + 226168@hsesinfo.org + 555-555-6168 x 5555 + + + 11136 + 3259 + 13052 + 200 + 2011 + 2020-04-01 + + EHS + Active + COASTAL GEORGIA AREA COMMUNITY ACTION AUTHORITY, INC + + 3259@hsesinfo.org + 1 Community Action Dr + + Brunswick + GA + 31520-3789 + PO Box 2016 + + Brunswick + GA + 31521-2016 + 1 Community Action Dr + + Brunswick + GA + 31520-3789 + Mr. + F226176 + L226176 + + Board Chairman + 226176@hsesinfo.org + Mrs. + F226177 + L226177 + + CEO + 226177@hsesinfo.org + Mr. + F226179 + L226179 + + 226179@hsesinfo.org + Mrs. + F226175 + L226175 + + 226175@hsesinfo.org + 555-555-6175 x 5555 + + + 11528 + 1005 + 13348 + 000 + 1992 + 2020-07-01 + + HS + Active + Dodge City Public Schools, USD# 443 + http://www.usd443.org + 1005@hsesinfo.org + 1000 N 2nd Ave + + Dodge City + KS + 67801-4415 + 1000 N 2nd Ave + + Dodge City + KS + 67801-4415 + 1000 N 2nd Ave + + Dodge City + KS + 67801-4415 + Mrs. + F228724 + L228724 + + + 228724@hsesinfo.org + Mrs. + F228725 + L228725 + + + 228725@hsesinfo.org + Ms. + F228727 + L228727 + + 228727@hsesinfo.org + Mr. + F228723 + L228723 + + 228723@hsesinfo.org + 555-555-8723 + + + 4615 + 2373 + 8588 + 200 + 2014 + 2014-02-01 + 2019-01-31 + EHS + Inactive + Northside Center for Child Development + http://www.northsidecenter.org + 2373@hsesinfo.org + 1301 - 5th Avenue + + New York + NY + 10029-3119 + 1301 - 5th Avenue + + New York + NY + 10029-3119 + 1301 - 5th Avenue + + New York + NY + 10029-3119 + Mr. + F44074 + L44074 + + + 44074@hsesinfo.org + Dr. + F44078 + L44078 + + + 44078@hsesinfo.org + Ms. + F44077 + L44077 + + 44077@hsesinfo.org + Ms. + F44073 + L44073 + + 44073@hsesinfo.org + 555-555-4073 + + + 10361 + 5961 + 12360 + 200 + + 2019-08-01 + + EHS + Active + Knox County Head Start, Inc. + www.knoxheadstart.org + 5961@hsesinfo.org + 11700 Upper Gilchrist Rd + Ste B + Mount Vernon + OH + 43050-9232 + PO Box 1225 + + Mount Vernon + OH + 43050-8225 + 11700 Upper Gilchrist Rd + Ste B + Mount Vernon + OH + 43050-9232 + Mr. + F220868 + L220868 + + Board Chairperson + 220868@hsesinfo.org + Ms. + F220869 + L220869 + + Executive Director + 220869@hsesinfo.org + Ms. + F220871 + L220871 + + 220871@hsesinfo.org + Ms. + F220867 + L220867 + + 220867@hsesinfo.org + 555-555-0867 + + + 10362 + 5962 + 12373 + 200 + + 2019-08-01 + + EHS + Active + West Ohio Community Action Partnership + www.wocap.org + 5962@hsesinfo.org + 540 South Central Avenue + + Lima + OH + 45804-1306 + 540 South Central Avenue + + Lima + OH + 45804-1306 + 540 South Central Avenue + + Lima + OH + 45804-1306 + Mrs. + F220875 + L220875 + + Board Chair + 220875@hsesinfo.org + Ms. + F220876 + L220876 + + + 220876@hsesinfo.org + Mrs. + F220878 + L220878 + + 220878@hsesinfo.org + Ms. + F220874 + L220874 + + 220874@hsesinfo.org + 555-555-0874 x 5555 + + + 11367 + 773 + 13238 + 000 + 1993 + 2020-06-01 + + HS + Active + PLAQUEMINES PARISH SCHOOL BOARD + www.ppsb.org + 773@hsesinfo.org + 1484 Woodland Hwy + + Belle Chasse + LA + 70037-1672 + PO Box 69 + + Belle Chasse + LA + 70037-0069 + 1484 Woodland Hwy + + Belle Chasse + LA + 70037-1672 + Mr. + F227633 + L227633 + + PPSB President + 227633@hsesinfo.org + Mr. + F227634 + L227634 + + PPSB Superintendent + 227634@hsesinfo.org + Mrs. + F227636 + L227636 + + 227636@hsesinfo.org + Mrs. + F227632 + L227632 + + 227632@hsesinfo.org + 555-555-7632 + + + 4484 + 2336 + 8540 + 000 + 2013 + 2013-11-29 + 2018-11-30 + HS + Inactive + ULSTER COUNTY COMMUNITY ACTION COMMITTEE, INC + www.uccac.org + 2336@hsesinfo.org + 70 Lindsley Avenue + + Kingston + NY + 12401-3316 + 70 Lindsley Avenue + + Kingston + NY + 12401-3316 + 70 Lindsley Avenue + + Kingston + NY + 12401-3316 + Mr. + F42275 + L42275 + + Board Chairperson + 42275@hsesinfo.org + Mr. + F42277 + L42277 + + Executive Director + 42277@hsesinfo.org + Mr. + F42276 + L42276 + + 42276@hsesinfo.org + Ms. + F42272 + L42272 + + 42272@hsesinfo.org + 555-555-2272 x 5555 + + + 6760 + 1201 + 10186 + 200 + 1992 + 2015-08-01 + + AIAN EHS + Active + Blackfeet Tribal Business Council + www.blackfeetnation.com + 1201@hsesinfo.org + 615 South Piegan Street + + Browning + MT + 59417-0850 + 615 South Piegan Street + + Browning + MT + 59417-0850 + 615 South Piegan Street + + Browning + MT + 59417-0850 + Mr. + F202991 + L202991 + + Chairman Blackfeet Tribal Business Council + 202991@hsesinfo.org + Mr. + F202992 + L202992 + + Chairman Blackfeet Tribal Business Council + 202992@hsesinfo.org + Mr. + F202994 + L202994 + + 202994@hsesinfo.org + Mrs. + F202990 + L202990 + + 202990@hsesinfo.org + 555-555-2990 x 5555 + + + 8937 + 535 + 11283 + 000 + 2013 + 2018-07-01 + + HS + Active + Baldwin County Board of Education + http://baldwin2.elc.schooldesk.net/ + 535@hsesinfo.org + Baldwin County Child & Family Development Center + 100 N. ABC Street + Milledgeville + GA + 31061 + Baldwin County Child & Family Development Center + 100 N. ABC Street + Milledgeville + GA + 31061 + Baldwin County Child & Family Development Center + 100 N. ABC Street + Milledgeville + GA + 31061 + Mr. + F211065 + L211065 + + Chairman of the Board of Education + 211065@hsesinfo.org + Dr. + F211066 + L211066 + + Superintendent of Baldwin County School District + 211066@hsesinfo.org + Ms. + F211068 + L211068 + + 211068@hsesinfo.org + Mrs. + F211064 + L211064 + + 211064@hsesinfo.org + 555-555-1064 + + + 10364 + 5976 + 12357 + 200 + + 2019-08-01 + + EHS + Active + Motivation Education & Training, Inc. + www.metinc.org + 5976@hsesinfo.org + 22551 Gene Campbell Blvd + + New Caney + TX + 77357 + PO Box 1838 + + New Caney + TX + 77357-1838 + 22551 Gene Campbell Blvd + + New Caney + TX + 77357 + Mr. + F220889 + L220889 + + Governing Board President + 220889@hsesinfo.org + Mrs. + F220890 + L220890 + + Executive Director + 220890@hsesinfo.org + Mrs. + F220892 + L220892 + + 220892@hsesinfo.org + Mrs. + F220888 + L220888 + + 220888@hsesinfo.org + 555-555-0888 + + + 8659 + 8522 + 11043 + 200 + 2017 + 2017-07-01 + + EHS + Active + The New York Foundling Hospital + www.nyfoundling.org + 8522@hsesinfo.org + 1713 Ponce De Leon Avenue + + San Juan + PR + 00909-1985 + PO Box 191274 + + San Juan + PR + 00919-1274 + 590 Avenue of the Americas + + New York + NY + 10011-2022 + Mr. + F209122 + L209122 + Jr + Chairperson + 209122@hsesinfo.org + Mr. + F209123 + L209123 + + + 209123@hsesinfo.org + Mrs. + F209125 + L209125 + + 209125@hsesinfo.org + Ms. + F209121 + L209121 + + 209121@hsesinfo.org + 555-555-9121 + + + 6092 + 6099 + 9757 + 200 + + 2015-03-01 + 2019-08-31 + EHS + Inactive + Hawkeye Area Community Action Program,Inc. + http://www.hacap.org + 6099@hsesinfo.org + 1515 Hawkeye Dr + + Hiawatha + IA + 52233-1102 + 1515 Hawkeye Dr + + Hiawatha + IA + 52233-1102 + 1515 Hawkeye Dr + + Hiawatha + IA + 52233-1102 + Mr. + F107618 + L107618 + + Board President + 107618@hsesinfo.org + Mrs. + F107619 + L107619 + + CEO + 107619@hsesinfo.org + Ms. + F107621 + L107621 + + 107621@hsesinfo.org + Mrs. + F107617 + L107617 + + 107617@hsesinfo.org + 555-555-7617 x 5555 + + + 5330 + 780 + 9125 + 200 + 2003 + 2014-08-01 + 2019-07-31 + EHS + Inactive + Child & Family Services, Inc. of Lea County + www.cfsnm.net + 780@hsesinfo.org + 950 East Snyder Street + + Hobbs + NM + 88240-5954 + 950 East Snyder Street + + Hobbs + NM + 88240-5954 + 950 East Snyder Street + + Hobbs + NM + 88240-5954 + Mrs. + F54214 + L54214 + + Board Chair + 54214@hsesinfo.org + Ms. + F54212 + L54212 + + Executive Director + 54212@hsesinfo.org + Ms. + F54211 + L54211 + + 54211@hsesinfo.org + Ms. + F54210 + L54210 + + 54210@hsesinfo.org + 555-555-4210 + + + 11368 + 2398 + 13237 + 000 + 2014 + 2020-06-01 + + AIAN HS + Active + HOPI INDIAN TRIBAL COUNCIL + + 2398@hsesinfo.org + 1 Main Street + P.O. Box 123 + Kykotsmovi + AZ + 86039-0123 + 1 Main Street + P.O. Box 123 + Kykotsmovi + AZ + 86039-0123 + 1 Main Street + P.O. Box 123 + Kykotsmovi + AZ + 86039-0123 + Mr. + F227640 + L227640 + L. + Tribal Chairman + 227640@hsesinfo.org + Ms. + F227641 + L227641 + + + 227641@hsesinfo.org + Miss + F227643 + L227643 + + 227643@hsesinfo.org + Mrs. + F227639 + L227639 + + 227639@hsesinfo.org + 555-555-7639 + + + 10720 + 388 + 12721 + 200 + 2003 + 2019-11-01 + + EHS + Active + Chippewa Luce Mackinac Community Action Agency, Inc. + http://www.clmcaa.com + 388@hsesinfo.org + 524 Ashmun St + + Sault Sainte Marie + MI + 49783-1908 + 524 Ashmun St + + Sault Sainte Marie + MI + 49783-1908 + 524 Ashmun St + + Sault S Marie + MI + 49783-1908 + Ms. + F223369 + L223369 + + Board of Directors Chairperson + 223369@hsesinfo.org + Mr. + F223370 + L223370 + + Executive Director + 223370@hsesinfo.org + Ms. + F223372 + L223372 + + 223372@hsesinfo.org + Ms. + F223368 + L223368 + + 223368@hsesinfo.org + 555-555-3368 + + + 10721 + 500 + 12720 + 000 + 2014 + 2019-11-01 + + HS + Active + Brazos Valley Community Action Program + http://www.capbv.org + 500@hsesinfo.org + 3141 Briarcrest Dr + Ste 501 + Bryan + TX + 77802-3055 + 3141 Briarcrest Dr + Ste 501 + Bryan + TX + 77802-3055 + 3141 Briarcrest Dr + Ste 501 + Bryan + TX + 77802-3055 + Mr. + F223376 + L223376 + + BVCAA Executive Board Chair + 223376@hsesinfo.org + Mr. + F223377 + L223377 + + CEO + 223377@hsesinfo.org + Ms. + F223379 + L223379 + + 223379@hsesinfo.org + Ms. + F223375 + L223375 + + 223375@hsesinfo.org + 555-555-3375 + + + 10722 + 501 + 12720 + 200 + 2014 + 2019-11-01 + + EHS + Active + Brazos Valley Community Action Programs + http://www.capbv.org + 501@hsesinfo.org + 3141 Briarcrest Drive + Suite 501 + Bryan + TX + 77802-3055 + 3141 Briarcrest Drive + Suite 501 + Bryan + TX + 77802-3055 + 3141 Briarcrest Drive + Suite 501 + Bryan + TX + 77802-3055 + Mr. + F223383 + L223383 + + BVCAP Executive Board Chair + 223383@hsesinfo.org + Mr. + F223384 + L223384 + + CEO + 223384@hsesinfo.org + Ms. + F223386 + L223386 + + 223386@hsesinfo.org + Ms. + F223382 + L223382 + + 223382@hsesinfo.org + 555-555-3382 + + + 10723 + 4937 + 12722 + 000 + 2014 + 2019-11-01 + + HS + Active + Families and Children Together, Inc. + www.fact-inc.com + 4937@hsesinfo.org + 2720 Vine Street + + El Dorado + AR + 71730-6700 + PO Box 10670 + + El Dorado + AR + 71730-0027 + 2720 Vine Street + + El Dorado + AR + 71730-6700 + Dr. + F223390 + L223390 + + Chairman + 223390@hsesinfo.org + Ms. + F223391 + L223391 + + Executive Director + 223391@hsesinfo.org + Ms. + F223393 + L223393 + + 223393@hsesinfo.org + Ms. + F223389 + L223389 + + 223389@hsesinfo.org + 555-555-3389 x 5555 + + + 8206 + 8138 + 10621 + 200 + 2016 + 2016-07-01 + + EHS + Active + United Community Action Agency, Inc. + + 8138@hsesinfo.org + 200 4th St SW + + Willmar + MN + 56201-3330 + 200 4th St SW + PO Box 1359 + Willmar + MN + 56201-3330 + 101 South Vesta St + + Cosmos + MN + 56228 + Ms. + F206557 + L206557 + + Chair of United Board of Directors + 206557@hsesinfo.org + Ms. + F206558 + L206558 + + Executive Director + 206558@hsesinfo.org + Ms. + F206560 + L206560 + + 206560@hsesinfo.org + Dr. + F206556 + L206556 + + 206556@hsesinfo.org + 555-555-6556 x 5555 + + + 11529 + 1006 + 13348 + 200 + 2003 + 2020-07-01 + + EHS + Active + Dodge City Public Schools, USD# 443 + http://www.usd443.org + 1006@hsesinfo.org + 1000 N 2nd Ave + + Dodge City + KS + 67801-4415 + 1000 N 2nd Ave + + Dodge City + KS + 67801-4415 + 1000 N 2nd Ave + + Dodge City + KS + 67801-4415 + Mrs. + F228731 + L228731 + + + 228731@hsesinfo.org + Mrs. + F228732 + L228732 + + + 228732@hsesinfo.org + Ms. + F228734 + L228734 + + 228734@hsesinfo.org + Mr. + F228730 + L228730 + + 228730@hsesinfo.org + 555-555-8730 + + + 9473 + 1295 + 11682 + 200 + 2014 + 2019-04-01 + + EHS + Active + Tulare County Department of Education + + 1295@hsesinfo.org + 7000 Doe Avenue, Suite C + + Visalia + CA + 93291-9287 + 7000 Doe Avenue, Suite C + + Visalia + CA + 93291-9287 + 7000 Doe Avenue, Suite C + + Visalia + CA + 93291-9287 + Mr. + F214808 + L214808 + + County Superintendent of Schools + 214808@hsesinfo.org + Mr. + F214809 + L214809 + + + 214809@hsesinfo.org + Mr. + F214811 + L214811 + + 214811@hsesinfo.org + Ms. + F214807 + L214807 + + 214807@hsesinfo.org + 555-555-4807 + + + 4860 + 1374 + 8742 + 000 + 1992 + 2014-05-01 + 2019-04-30 + HS + Inactive + KANSAS CHILDREN'S SERVICE LEAGUE + http://www.kcsl.org + 1374@hsesinfo.org + 705 Ballinger Street + + Garden City + KS + 67846 + 705 Ballinger Street + + Garden City + KS + 67846 + 705 Ballinger Street + + Garden City + KS + 67846 + Ms. + F47561 + L47561 + + Chairperson of the Board + 47561@hsesinfo.org + Ms. + F47559 + L47559 + + + 47559@hsesinfo.org + + F47560 + L47560 + + 47560@hsesinfo.org + Ms. + F47557 + L47557 + + 47557@hsesinfo.org + 555-555-7557 x 5555 + + + 4861 + 1373 + 8742 + 200 + 2001 + 2014-05-01 + 2019-04-30 + EHS + Inactive + KANSAS CHILDREN'S SERVICE LEAGUE + http://www.kcsl.org + 1373@hsesinfo.org + 705 Ballinger Street + + Garden City + KS + 67846 + 705 Ballinger Street + + Garden City + KS + 67846 + 705 Ballinger Street + + Garden City + KS + 67846 + Ms. + F47566 + L47566 + + Chairperson + 47566@hsesinfo.org + Ms. + F47567 + L47567 + + + 47567@hsesinfo.org + Ms. + F47565 + L47565 + + 47565@hsesinfo.org + Ms. + F47564 + L47564 + + 47564@hsesinfo.org + 555-555-7564 x 5555 + + + 8724 + 8582 + 11095 + 200 + 2017 + 2017-09-01 + + AIAN EHS + Active + Lower Sioux Indian Community in the State of Minnesota + 39527 Reservation Highway 1 + 8582@hsesinfo.org + 39375 County Highway 24 + + Morton + MN + 56270-1273 + 39527 Reservation Highway 1 + + Morton + MN + 56270-1253 + 39527 Reservation Highway 1 + + Morton + MN + 56270-1253 + Mr. + F209558 + L209558 + + President + 209558@hsesinfo.org + Ms. + F209559 + L209559 + + Vice President + 209559@hsesinfo.org + Mrs. + F209561 + L209561 + + 209561@hsesinfo.org + Ms. + F209557 + L209557 + + 209557@hsesinfo.org + 555-555-9557 + + + 10365 + 5978 + 12359 + 200 + + 2019-08-01 + + EHS + Active + Rolling Plains Management Corporation + www.rollingplains.org + 5978@hsesinfo.org + 118 N 1st Street + + Crowell + TX + 79227 + 118 N 1st Street + + Crowell + TX + 79227 + 118 N 1st Street + + Crowell + TX + 79227 + Mr. + F220896 + L220896 + + Board Chairman + 220896@hsesinfo.org + Mrs. + F220897 + L220897 + + Executive Director + 220897@hsesinfo.org + Mrs. + F220899 + L220899 + + 220899@hsesinfo.org + Mrs. + F220895 + L220895 + + 220895@hsesinfo.org + 555-555-0895 x 5555 + + + 10001 + 1666 + 12058 + 200 + 2014 + 2019-07-01 + + EHS + Active + Kids On The Move, Inc. + http://www.kotm.org + 1666@hsesinfo.org + 475 West 260 North + + Orem + UT + 84057-1970 + 475 West 260 North + + Orem + UT + 84057-1970 + 475 West 260 North + + Orem + UT + 84057-1970 + Mr. + F218400 + L218400 + + Board Chairman + 218400@hsesinfo.org + Mrs. + F218401 + L218401 + + Chief Operating Officer + 218401@hsesinfo.org + Mr. + F218403 + L218403 + + 218403@hsesinfo.org + Mrs. + F218399 + L218399 + + 218399@hsesinfo.org + 555-555-8399 x 5555 + + + 10366 + 6098 + 12379 + 200 + + 2019-09-01 + + EHS + Active + Texas Tech University + http://www.depts.ttu.edu/earlyheadstart + 6098@hsesinfo.org + 3315 E Broadway + + Lubbock + TX + 79403-6127 + 3315 E Broadway + + Lubbock + TX + 79403-6127 + 3315 E Broadway + + Lubbock + TX + 79403-6127 + Dr. + F220903 + L220903 + + + 220903@hsesinfo.org + Dr. + F220904 + L220904 + + + 220904@hsesinfo.org + Ms. + F220906 + L220906 + + 220906@hsesinfo.org + Ms. + F220902 + L220902 + + 220902@hsesinfo.org + 555-555-0902 + + + 4465 + 2485 + 8404 + 200 + 1993 + 2013-11-01 + 2018-10-31 + AIAN EHS + Inactive + INTER-TRIBAL COUNCIL OF MICHIGAN, INC + http://www.itcmi.org + 2485@hsesinfo.org + 2956 Ashmun Street + + Sault Sainte Marie + MI + 49783-3720 + 2956 Ashmun Street + + Sault Sainte Marie + MI + 49783-3720 + 2956 Ashmun Street + + Sault Sainte Marie + MI + 49783-3720 + Mr. + F41662 + L41662 + + Chairman + 41662@hsesinfo.org + Mr. + F41663 + L41663 + + + 41663@hsesinfo.org + Mr. + F41661 + L41661 + + 41661@hsesinfo.org + Ms. + F41658 + L41658 + + 41658@hsesinfo.org + 555-555-1658 + + + 10367 + 5982 + 12370 + 200 + + 2019-08-01 + + EHS + Active + Centro de la Familia de Utah + www.cdlf.org + 5982@hsesinfo.org + 525 South 300 West + + Salt Lake City + UT + 84101-2503 + 525 South 300 West + + Salt Lake City + UT + 84101-2503 + 525 South 300 West + + Salt Lake City + UT + 84101-2503 + Mr. + F220910 + L220910 + + Board President + 220910@hsesinfo.org + Mr. + F220911 + L220911 + + CEO, Head Start Director + 220911@hsesinfo.org + Ms. + F220913 + L220913 + + 220913@hsesinfo.org + Mr. + F220909 + L220909 + + 220909@hsesinfo.org + 555-555-0909 + + + 9474 + 8770 + 11687 + 200 + 2019 + 2019-03-01 + + EHS + Active + Child Start, Inc. + + 8770@hsesinfo.org + 439 Devlin Rd + + Napa + CA + 94558-6274 + 439 Devlin Rd + + Napa + CA + 94558-6274 + 439 Devlin Rd + + Napa + CA + 94558-6274 + Mr. + F214815 + L214815 + + Board Chair + 214815@hsesinfo.org + Ms. + F214816 + L214816 + + Executive Director + 214816@hsesinfo.org + Ms. + F214818 + L214818 + + 214818@hsesinfo.org + Ms. + F214814 + L214814 + + 214814@hsesinfo.org + 555-555-4814 x 5555 + + + 8526 + 8406 + 10939 + 200 + 2017 + 2017-03-01 + + EHS + Active + Regina Coeli Child Development Center, Inc + http://www.rccdc.org + 8406@hsesinfo.org + 22476 Highway 190 + + Robert + LA + 70455-1732 + 22476 Highway 190 + + Robert + LA + 70455-1732 + 22476 Highway 190 + + Robert + LA + 70455-1732 + Atty. + F208410 + L208410 + + President, Board of Directors + 208410@hsesinfo.org + Dr. + F208411 + L208411 + + Executive Director + 208411@hsesinfo.org + Ms. + F208413 + L208413 + + 208413@hsesinfo.org + Mrs. + F208409 + L208409 + + 208409@hsesinfo.org + 555-555-8409 + + + 10724 + 2223 + 12723 + 000 + 2014 + 2019-11-01 + + HS + Active + ALBINA HEAD START + http://www.albinahs.org + 2223@hsesinfo.org + 3417 NE 7th Avenue + + Portland + OR + 97212-2111 + 3417 NE 7th Avenue + + Portland + OR + 97212-2111 + 3417 NE 7th Avenue + + Portland + OR + 97212-2111 + Mr. + F223397 + L223397 + + + 223397@hsesinfo.org + Mr. + F223398 + L223398 + + + 223398@hsesinfo.org + Ms. + F223400 + L223400 + + 223400@hsesinfo.org + Mr. + F223396 + L223396 + + 223396@hsesinfo.org + 555-555-3396 + + + 4857 + 4861 + 8620 + 200 + 2014 + 2014-05-01 + 2019-04-30 + EHS + Inactive + Semcac + www.semcac.org + 4861@hsesinfo.org + 204 S Elm St + + Rushford + MN + 55971-8812 + PO Box 549 + + Rushford + MN + 55971-0549 + 204 S Elm St + + Rushford + MN + 55971-8812 + Mr. + F47407 + L47407 + + Semcac Board President + 47407@hsesinfo.org + Mr. + F47408 + L47408 + + Acting Semcac Executive Director + 47408@hsesinfo.org + Ms. + F47410 + L47410 + + 47410@hsesinfo.org + Ms. + F47406 + L47406 + + 47406@hsesinfo.org + 555-555-7406 + + + 10725 + 2222 + 12723 + 200 + 2014 + 2019-11-01 + + EHS + Active + ALBINA HEAD START + http://www.albinahs.org + 2222@hsesinfo.org + 911 N Skidmore + + Portland + OR + 97217 + 911 N Skidmore + + Portland + OR + 97217 + 911 N Skidmore + + Portland + OR + 97217 + Mr. + F223404 + L223404 + + + 223404@hsesinfo.org + Mr. + F223405 + L223405 + + + 223405@hsesinfo.org + Ms. + F223407 + L223407 + + 223407@hsesinfo.org + Ms. + F223403 + L223403 + + 223403@hsesinfo.org + 555-555-3403 + + + 10368 + 5986 + 12377 + 200 + + 2019-08-01 + + EHS + Active + Mayville State University + www.mayvillestate.edu/cdp + 5986@hsesinfo.org + 330 3rd Street NE + + Mayville + ND + 58257-1299 + 330 3rd Street NE + + Mayville + ND + 58257-1299 + 330 3rd Street NE + + Mayville + ND + 58257-1299 + Dr. + F220917 + L220917 + + Mayville State University President/Board Chairperson + 220917@hsesinfo.org + Mr. + F220918 + L220918 + + VP of Academic Affairs/ Board Member + 220918@hsesinfo.org + Mr. + F220920 + L220920 + + 220920@hsesinfo.org + Mrs. + F220916 + L220916 + + 220916@hsesinfo.org + 555-555-0916 + + + 478 + 3017 + 298 + 000 + 2013 + 2013-07-02 + 2018-12-31 + HS + Inactive + Shira Association Inc. + + 3017@hsesinfo.org + 1259 47th St + + Brooklyn + NY + 11219-2502 + 1259 47th St + + Brooklyn + NY + 11219-2502 + 1259 47th St + + Brooklyn + NY + 11219-2502 + Mr. + F41693 + L41693 + + President/Chairman of the Board + 41693@hsesinfo.org + Mr. + F41691 + L41691 + + Executive Director + 41691@hsesinfo.org + Mrs. + F41690 + L41690 + + 41690@hsesinfo.org + Mr. + F36282 + L36282 + + 36282@hsesinfo.org + 555-555-6282 + + + 8173 + 8105 + 10553 + 000 + 2016 + 2016-05-01 + + HS + Active + The Leaguers + leaguers.org + 8105@hsesinfo.org + 405-425 University Avenue + 2nd Floor + Newark + NJ + 07102-2749 + 405-425 University Avenue + 2nd Floor + Newark + NJ + 07102-2749 + 405-425 University Avenue + 2nd Floor + Newark + NJ + 07102-2749 + Ms. + F206326 + L206326 + + Board Chairperson + 206326@hsesinfo.org + Ms. + F206327 + L206327 + + CEO/Executive Director + 206327@hsesinfo.org + Ms. + F206329 + L206329 + + 206329@hsesinfo.org + Ms. + F206325 + L206325 + + 206325@hsesinfo.org + 555-555-6325 + + + 11530 + 308 + 13336 + 000 + 1992 + 2020-07-01 + + HS + Active + Hopewell Head Start + www.hopewell.k12.va.us/wlc + 308@hsesinfo.org + 1100 Dinwiddie Avenue + + Hopewell + VA + 23860-5609 + 1100 Dinwiddie Avenue + + Hopewell + VA + 23860-5609 + 1100 Dinwiddie Avenue + + Hopewell + VA + 23860-5609 + Mr. + F228738 + L228738 + + School Board Chair + 228738@hsesinfo.org + Mrs. + F228739 + L228739 + + Executive Director + 228739@hsesinfo.org + Ms. + F228741 + L228741 + + 228741@hsesinfo.org + Ms. + F228737 + L228737 + + 228737@hsesinfo.org + 555-555-8737 + + + 11531 + 1908 + 13342 + 000 + 1992 + 2020-06-01 + + HS + Active + Tri County Community Action Partnership, Inc. + http://www.tccaction.com + 1908@hsesinfo.org + 501 Lemieur St + + Little Falls + MN + 56345-3367 + 501 Lemieur St + + Little Falls + MN + 56345-3367 + 501 Lemieur St + + Little Falls + MN + 56345-3367 + Mr. + F228745 + L228745 + + Board of Director Chair + 228745@hsesinfo.org + Ms. + F228746 + L228746 + + Executive Director + 228746@hsesinfo.org + Ms. + F228748 + L228748 + + 228748@hsesinfo.org + Ms. + F228744 + L228744 + + 228744@hsesinfo.org + 555-555-8744 x 5555 + + + 11532 + 1907 + 13342 + 200 + 2004 + 2020-06-01 + + EHS + Active + Tri County Community Action Partnership, Inc. + http://www.tccaction.com + 1907@hsesinfo.org + 501 Lemieur St + + Little Falls + MN + 56345-3367 + 501 Lemieur St + + Little Falls + MN + 56345-3367 + 501 Lemieur St + + Little Falls + MN + 56345-3367 + Mr. + F228752 + L228752 + + Board of DIrector Chair + 228752@hsesinfo.org + Ms. + F228753 + L228753 + + Intirm Executive Director + 228753@hsesinfo.org + Ms. + F228755 + L228755 + + 228755@hsesinfo.org + Ms. + F228751 + L228751 + + 228751@hsesinfo.org + 555-555-8751 x 5555 + + + 4767 + 1924 + 8641 + 000 + 2014 + 2014-04-01 + 2019-03-31 + HS + Inactive + INTER-COUNTY COMMUNITY COUNCIL, INC. + www.intercountycc.org + 1924@hsesinfo.org + 207 Main Street + + Oklee + MN + 56742-0189 + P.O. Box 189 + 207 Main Street + Oklee + MN + 56742-0189 + P.O. Box 189 + 207 Main Street + Oklee + MN + 56742-0189 + Mr. + F46173 + L46173 + + ICCC Board Chair + 46173@hsesinfo.org + Ms. + F46172 + L46172 + + + 46172@hsesinfo.org + Ms. + F46169 + L46169 + + 46169@hsesinfo.org + Ms. + F46168 + L46168 + + 46168@hsesinfo.org + 555-555-6168 x 5555 + + + 8815 + 2890 + 11195 + 200 + 2013 + 2018-06-01 + + EHS + Active + Youth In Need + www.youthinneed.org + 2890@hsesinfo.org + 1815 Boones Lick Road + + Saint Charles + MO + 63301-2247 + 1815 Boones Lick Road + + Saint Charles + MO + 63301-2247 + 1815 Boones Lick Road + + Saint Charles + MO + 63301-2247 + Mr. + F210248 + L210248 + + Board Chair + 210248@hsesinfo.org + Ms. + F210249 + L210249 + + + 210249@hsesinfo.org + Ms. + F210251 + L210251 + + 210251@hsesinfo.org + Ms. + F210247 + L210247 + + 210247@hsesinfo.org + 555-555-0247 x 5555 + + + 11533 + 679 + 13333 + 000 + 2014 + 2020-07-01 + + HS + Active + Council on Rural Service Programs, Inc. + http://www.councilonruralservices.org + 679@hsesinfo.org + 201 R.M. Davis Parkway + + Piqua + OH + 45356-0601 + 201 R.M. Davis Parkway + + Piqua + OH + 45356-0601 + 201 R.M. Davis Parkway + + Piqua + OH + 45356-0601 + Mr. + F228759 + L228759 + + Chairman, Board of Trustees + 228759@hsesinfo.org + Mr. + F228760 + L228760 + + CEO/Interim Chief Financial Officer + 228760@hsesinfo.org + Ms. + F228762 + L228762 + + 228762@hsesinfo.org + Ms. + F228758 + L228758 + + 228758@hsesinfo.org + 555-555-8758 x 5555 + + + 11534 + 678 + 13333 + 200 + 2014 + 2020-07-01 + + EHS + Active + Council on Rural Service Programs, Inc. + http://www.councilonruralservices.org + 678@hsesinfo.org + 201 Robert M Davis Pkwy + + Piqua + OH + 45356-8342 + 201 Robert M Davis Pkwy + + Piqua + OH + 45356-8342 + 201 Robert M Davis Pkwy + + Piqua + OH + 45356-8342 + Mr. + F228766 + L228766 + + Chairman, Board of Trustees + 228766@hsesinfo.org + Mr. + F228767 + L228767 + + CEO/Interim Chief Financial Officer + 228767@hsesinfo.org + Ms. + F228769 + L228769 + + 228769@hsesinfo.org + Ms. + F228765 + L228765 + + 228765@hsesinfo.org + 555-555-8765 x 5555 + + + 11535 + 861 + 13339 + 000 + 1992 + 2020-07-01 + + HS + Active + CESA 7, Head Start + http://www.cesa7.org + 861@hsesinfo.org + 1130 S 9th St + + Manitowoc + WI + 54220-5316 + 1130 S 9th St + + Manitowoc + WI + 54220-5316 + 1130 S 9th St + + Manitowoc + WI + 54220-5316 + Ms. + F228773 + L228773 + + Board of Control Chair + 228773@hsesinfo.org + Mr. + F228774 + L228774 + + Agency Administrator + 228774@hsesinfo.org + Ms. + F228776 + L228776 + + 228776@hsesinfo.org + Ms. + F228772 + L228772 + + 228772@hsesinfo.org + 555-555-8772 x 5555 + + + 9481 + 8775 + 11702 + 200 + 2019 + 2019-03-01 + + EHS + Active + Parents In Community Action, Inc. + + 8775@hsesinfo.org + 700 Humboldt Avenue North + + Minneapolis + MN + 55411-3931 + 700 Humboldt Avenue North + + Minneapolis + MN + 55411-3931 + 700 Humboldt Avenue North + + Minneapolis + MN + 55411-3931 + Ms. + F214864 + L214864 + + Board Chair + 214864@hsesinfo.org + Ms. + F214865 + L214865 + + Executive Director + 214865@hsesinfo.org + Ms. + F214867 + L214867 + + 214867@hsesinfo.org + Mr. + F214863 + L214863 + + 214863@hsesinfo.org + 555-555-4863 + + + 9483 + 8777 + 11703 + 200 + 2019 + 2019-03-01 + + EHS + Active + Los Angeles County Office of Education + + 8777@hsesinfo.org + 10100 Pioneer Blvd + Ste 325 + Santa Fe Springs + CA + 90670-7303 + 10100 Pioneer Blvd + Ste 325 + Santa Fe Springs + CA + 90670-7303 + 10100 Pioneer Blvd + Ste 325 + Santa Fe Springs + CA + 90670-7303 + Dr. + F214878 + L214878 + Ed.D + Superintendent + 214878@hsesinfo.org + Dr. + F214879 + L214879 + Ed.D + Superintendent + 214879@hsesinfo.org + Ms. + F214881 + L214881 + + 214881@hsesinfo.org + Ms. + F214877 + L214877 + + 214877@hsesinfo.org + 555-555-4877 + + + 6776 + 3713 + 10258 + 004 + + 2015-08-01 + 2020-07-31 + HS + Inactive + Twin Rivers Unified School District + www.twinriversusd.org + 3713@hsesinfo.org + 5115 Dudley Blvd + + Mcclellan + CA + 95652 + 5115 Dudley Blvd + + Mcclellan + CA + 95652 + 5115 Dudley Blvd + + Mcclellan + CA + 95652 + Mrs. + F203103 + L203103 + JD + Board President + 203103@hsesinfo.org + Dr. + F203104 + L203104 + + Superintendent + 203104@hsesinfo.org + Mrs. + F203106 + L203106 + + 203106@hsesinfo.org + Dr. + F203102 + L203102 + + 203102@hsesinfo.org + 555-555-3102 + + + 5171 + 727 + 8964 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Education Service Center Region 19 + http://www.esc19hs.net + 727@hsesinfo.org + 11670 Chito Samaniego + + El Paso + TX + 79936-6956 + 11670 Chito Samaniego + + El Paso + TX + 79936-6956 + 11670 Chito Samaniego + + El Paso + TX + 79936-6956 + Mrs. + F52055 + L52055 + + ESC Region 19 Board Chair + 52055@hsesinfo.org + Dr. + F52053 + L52053 + + ESC Region 19 Executive Director + 52053@hsesinfo.org + Mrs. + F52052 + L52052 + + 52052@hsesinfo.org + Mrs. + F52051 + L52051 + + 52051@hsesinfo.org + 555-555-2051 + + + 9480 + 8774 + 11691 + 200 + 2019 + 2019-03-01 + + Migrant EHS + Active + Community Action Partnership of San Luis Obispo County, Inc. + + 8774@hsesinfo.org + 1030 Southwood Dr + + San Luis Obispo + CA + 93401-5813 + 1030 Southwood Dr + + San Luis Obispo + CA + 93401-5813 + 1030 Southwood Dr + + San Luis Obispo + CA + 93401-5813 + Ms. + F214857 + L214857 + + CAPSLO Board President + 214857@hsesinfo.org + Mrs. + F214858 + L214858 + + Chief Executive Officer + 214858@hsesinfo.org + Ms. + F214860 + L214860 + + 214860@hsesinfo.org + Ms. + F214856 + L214856 + + 214856@hsesinfo.org + 555-555-4856 + + + 9478 + 8772 + 11695 + 200 + 2019 + 2019-03-01 + + EHS + Active + AVANCE - Houston, Inc. + + 8772@hsesinfo.org + 4281 Dacoma St + + Houston + TX + 77092-8607 + 4281 Dacoma St + + Houston + TX + 77092-8607 + 4281 Dacoma St + + Houston + TX + 77092-8607 + Mr. + F214843 + L214843 + + Board Chairperson + 214843@hsesinfo.org + Ms. + F214844 + L214844 + + Executive Director + 214844@hsesinfo.org + Mr. + F214846 + L214846 + + 214846@hsesinfo.org + Mrs. + F214842 + L214842 + Ed.D + 214842@hsesinfo.org + 555-555-4842 x 5555 + + + 4561 + 1020 + 8567 + 000 + 2013 + 2013-12-23 + 2018-12-31 + HS + Inactive + EAST MISSOURI ACTION AGENCY, INC + http://www.eastmoaa.org + 1020@hsesinfo.org + 403 Parkway Dr + + Park Hills + MO + 63601-4435 + PO Box 308 + + Park Hills + MO + 63601-0308 + 403 Parkway Dr + + Park Hills + MO + 63601-4435 + Mr. + F43398 + L43398 + + EMAA Board Chairperson + 43398@hsesinfo.org + Mrs. + F43399 + L43399 + + + 43399@hsesinfo.org + Mr. + F43396 + L43396 + + 43396@hsesinfo.org + Mrs. + F43395 + L43395 + + 43395@hsesinfo.org + 555-555-3395 x 5555 + + + 10369 + 5988 + 12366 + 200 + + 2019-08-01 + + EHS + Active + Opportunities, Inc. Head Start Prenatal to Five + + 5988@hsesinfo.org + 1220 3rd Ave S + + Great Falls + MT + 59405-2355 + PO Box 2289 + + Great Falls + MT + 59403-2289 + 905 1st Ave N + + Great Falls + MT + 59401-2605 + Ms. + F220924 + L220924 + + Board of Directors President + 220924@hsesinfo.org + Ms. + F220925 + L220925 + + Executive Director + 220925@hsesinfo.org + Ms. + F220927 + L220927 + + 220927@hsesinfo.org + Ms. + F220923 + L220923 + + 220923@hsesinfo.org + 555-555-0923 x 5555 + + + 10370 + 6101 + 12361 + 200 + + 2019-08-01 + + EHS + Active + Children's Home Society of Washington + http://www.chs-wa.org + 6101@hsesinfo.org + 12360 Lake City Way NE + Ste 450 + Seattle + WA + 98125-5452 + PO Box 15190 + + Seattle + WA + 98115-0190 + 12360 Lake City Way NE + Ste 450 + Seattle + WA + 98125-5452 + Mr. + F220931 + L220931 + + Board Chair + 220931@hsesinfo.org + Mr. + F220932 + L220932 + + President/CEO + 220932@hsesinfo.org + Ms. + F220934 + L220934 + + 220934@hsesinfo.org + Ms. + F220930 + L220930 + + 220930@hsesinfo.org + 555-555-0930 + + + 8351 + 968 + 10706 + 000 + 1994 + 2016-07-01 + + HS + Active + Private Industry Council Westmoreland/Fayette, Inc. + http://www.privateindustrycouncil.com + 968@hsesinfo.org + 219 Donohoe Road + + Greensburg + PA + 15601 + 219 Donohoe Road + + Greensburg + PA + 15601 + 219 Donohoe Road + + Greensburg + PA + 15601 + Mr. + F207596 + L207596 + + Board Chair + 207596@hsesinfo.org + Ms. + F207597 + L207597 + + President and CEO + 207597@hsesinfo.org + Mr. + F207599 + L207599 + + 207599@hsesinfo.org + Ms. + F207595 + L207595 + + 207595@hsesinfo.org + 555-555-7595 x 5555 + + + 8009 + 2094 + 10515 + 000 + 1992 + 2016-02-01 + + HS + Active + The Leaguers Inc. + leaguers.org + 2094@hsesinfo.org + 405-425 University Avenue + 2nd Floor + Newark + NJ + 07102-2749 + 405-425 University Avenue + 2nd Floor + Newark + NJ + 07102-2749 + 405-425 University Avenue + 2nd Floor + Newark + NJ + 07102-2749 + Ms. + F205276 + L205276 + + Board Chairperson + 205276@hsesinfo.org + Ms. + F205277 + L205277 + + CEO/Executive Director + 205277@hsesinfo.org + Ms. + F205279 + L205279 + + 205279@hsesinfo.org + Ms. + F205275 + L205275 + + 205275@hsesinfo.org + 555-555-5275 + + + 11371 + 375 + 13239 + 000 + 2014 + 2020-06-01 + + HS + Active + Akron Summit Community Action Agency, Inc. + www.ca-akron.org + 375@hsesinfo.org + 55 E Mill St + + Akron + OH + 44308-1405 + 55 E Mill St + + Akron + OH + 44308-1405 + 55 E Mill St + + Akron + OH + 44308-1405 + Mr. + F227657 + L227657 + + Chair, Board of Trustees + 227657@hsesinfo.org + Mr. + F227658 + L227658 + + President/CEO + 227658@hsesinfo.org + Mrs. + F227660 + L227660 + + 227660@hsesinfo.org + Mrs. + F227656 + L227656 + + 227656@hsesinfo.org + 555-555-7656 + + + 6989 + 2771 + 10451 + 200 + 2011 + 2016-01-01 + + EHS + Active + HUMAN SERVICES, INC + www.hsi-indiana.com + 2771@hsesinfo.org + 4355 E 600 N + + Columbus + IN + 47203-9229 + 4355 E 600 N + + Columbus + IN + 47203-9229 + 4355 E 600 N + + Columbus + IN + 47203-9229 + Mrs. + F204589 + L204589 + + President of the Board of Directors + 204589@hsesinfo.org + Mrs. + F204590 + L204590 + + Executive Director + 204590@hsesinfo.org + Ms. + F204592 + L204592 + + 204592@hsesinfo.org + Mrs. + F204588 + L204588 + + 204588@hsesinfo.org + 555-555-4588 + + + 11372 + 374 + 13239 + 200 + 2014 + 2020-06-01 + + EHS + Active + Akron Summit Community Action Agency, Inc. + www.ca-akron.org + 374@hsesinfo.org + 55 E Mill St + + Akron + OH + 44308-1405 + 55 E Mill St + + Akron + OH + 44308-1405 + 55 E Mill St + + Akron + OH + 44308-1405 + Mr. + F227664 + L227664 + + Chair, Board of Trustees + 227664@hsesinfo.org + Mr. + F227665 + L227665 + + President/CEO + 227665@hsesinfo.org + Mrs. + F227667 + L227667 + + 227667@hsesinfo.org + Mr. + F227663 + L227663 + + 227663@hsesinfo.org + 555-555-7663 + + + 6204 + 6217 + 9878 + 217 + + 2015-01-01 + + EHS + Active + Shining Star Youth and Community Services + www.shiningstaryouth.com + 6217@hsesinfo.org + 9204 S Commercial Ave + Ste 200 + Chicago + IL + 60617-2197 + 9204 S Commercial Ave + Ste 200 + Chicago + IL + 60617-2197 + 9204 S Commercial Ave + Ste 200 + Chicago + IL + 60617-2197 + Dr. + F108972 + L108972 + + Board Chair + 108972@hsesinfo.org + Ms. + F108973 + L108973 + + Executive Director + 108973@hsesinfo.org + Ms. + F108975 + L108975 + + 108975@hsesinfo.org + Ms. + F108971 + L108971 + + 108971@hsesinfo.org + 555-555-8971 + + + 9485 + 8779 + 11701 + 200 + 2019 + 2019-03-01 + + EHS + Active + Foothill Family Service + + 8779@hsesinfo.org + 3629 Santa Anita Ave + Ste 201 + El Monte + CA + 91731-3635 + 3629 Santa Anita Ave + Ste 201 + El Monte + CA + 91731-3635 + 2500 E Foothill Blvd + Ste 300 + Pasadena + CA + 91107-7102 + Ms. + F214892 + L214892 + + Board Chair + 214892@hsesinfo.org + Mr. + F214893 + L214893 + + + 214893@hsesinfo.org + Ms. + F214895 + L214895 + + 214895@hsesinfo.org + Ms. + F214891 + L214891 + + 214891@hsesinfo.org + 555-555-4891 + + + 5201 + 1000 + 8931 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + West Central Missouri Community Action Agency + https://www.wcmcaa.org + 1000@hsesinfo.org + 106 W 4th St + + Appleton City + MO + 64724-1402 + 106 W 4th St + + Appleton City + MO + 64724-1402 + 106 W 4th St + + Appleton City + MO + 64724-1402 + Mr. + F52227 + L52227 + + Board Chair + 52227@hsesinfo.org + Mr. + F52228 + L52228 + + President and Chief Executive Officer + 52228@hsesinfo.org + Ms. + F52225 + L52225 + + 52225@hsesinfo.org + Ms. + F52223 + L52223 + + 52223@hsesinfo.org + 555-555-2223 x 5555 + + + 6336 + 6354 + 10018 + 202 + + 2015-07-01 + 2019-06-30 + EHS + Inactive + Plaza de la Raza Child Development Services + 13300 Crossroads Pkwy N. Suite 440 + 6354@hsesinfo.org + 13300 Crossroads Pkwy N + Ste 440 + City Of Industry + CA + 91746-3440 + 13300 Crossroads Pkwy N + Ste 440 + City Of Industry + CA + 91746-3440 + 13300 Crossroads Pkwy N + Ste 440 + City Of Industry + CA + 91746-3440 + Ms. + F200022 + L200022 + + Board Chair + 200022@hsesinfo.org + Ms. + F200023 + L200023 + + Acting Executive Director + 200023@hsesinfo.org + Ms. + F200025 + L200025 + + 200025@hsesinfo.org + Ms. + F200021 + L200021 + + 200021@hsesinfo.org + 555-555-0021 + + + 5279 + 3672 + 9127 + 002 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Plaza de la Raza Child Development Services Inc. + www.plazadelaraza.info + 3672@hsesinfo.org + 13300 Crossroads Pkwy N + Ste 440 + City Of Industry + CA + 91746-3440 + 13300 Crossroads Pkwy N + Ste 440 + City Of Industry + CA + 91746-3440 + 13300 Crossroads Pkwy N + Ste 440 + City Of Industry + CA + 91746-3440 + Ms. + F53298 + L53298 + + Board Chair + 53298@hsesinfo.org + Ms. + F53296 + L53296 + + Acting Executive Director + 53296@hsesinfo.org + Ms. + F53297 + L53297 + + 53297@hsesinfo.org + Ms. + F53294 + L53294 + + 53294@hsesinfo.org + 555-555-3294 + + + 10041 + 701 + 12106 + 000 + 2014 + 2019-07-01 + + HS + Active + Southfield Public Schools + http://www.southfield.k12.mi.us + 701@hsesinfo.org + 24661 Lahser Rd + Southfield Public Schools John W. English Center + Southfield + MI + 48033-3238 + 24501 Fredrick St + Bussey Center for Early Childhood Education + Southfield + MI + 48033-3989 + 24661 Lahser Rd + Southfield Public Schools John W. English Center + Southfield + MI + 48033-3238 + Mr. + F218680 + L218680 + + President, Board of Education + 218680@hsesinfo.org + Mrs. + F218681 + L218681 + + Superintendent + 218681@hsesinfo.org + Mr. + F218683 + L218683 + + 218683@hsesinfo.org + Mrs. + F218679 + L218679 + + 218679@hsesinfo.org + 555-555-8679 + + + 5170 + 728 + 8964 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Education Service Center Region 19 + http://www.esc19hs.net + 728@hsesinfo.org + 11670 Chito Samaniego + + El Paso + TX + 79936-6956 + 11670 Chito Samaniego + + El Paso + TX + 79936-6956 + 11670 Chito Samaniego + + El Paso + TX + 79936-6956 + Mrs. + F52049 + L52049 + + ESC Region 19 Board Chair + 52049@hsesinfo.org + Dr. + F52045 + L52045 + + ESC Region 19 Executive Director + 52045@hsesinfo.org + Mrs. + F52047 + L52047 + + 52047@hsesinfo.org + Mrs. + F52044 + L52044 + + 52044@hsesinfo.org + 555-555-2044 + + + 5298 + 3692 + 9142 + 017 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Santa Monica-Malibu Unified School District + http://www.smmusd.org + 3692@hsesinfo.org + 2828 4th St + + Santa Monica + CA + 90405-4308 + 2828 4th St + + Santa Monica + CA + 90405-4308 + 2828 4th St + + Santa Monica + CA + 90405-4308 + Dr. + F53429 + L53429 + + President + 53429@hsesinfo.org + Dr. + F53430 + L53430 + + Director + 53430@hsesinfo.org + Ms. + F53432 + L53432 + + 53432@hsesinfo.org + Dr. + F53427 + L53427 + + 53427@hsesinfo.org + 555-555-3427 x 5555 + + + 9018 + 3398 + 11345 + 002 + 2013 + 2018-08-01 + + HS + Active + Independence School District + http://www.isdschools.org/ + 3398@hsesinfo.org + 201 N Forest Ave + + Independence + MO + 64050-2513 + 201 N Forest Ave + + Independence + MO + 64050-2513 + 201 N Forest Ave + + Independence + MO + 64050-2513 + Dr. + F211668 + L211668 + + Superintendent of Schools + 211668@hsesinfo.org + Dr. + F211669 + L211669 + + Superintendent of Schools + 211669@hsesinfo.org + + F211671 + L211671 + + 211671@hsesinfo.org + Dr. + F211667 + L211667 + + 211667@hsesinfo.org + 555-555-1667 + + + 9019 + 3393 + 11345 + 202 + 2013 + 2018-08-01 + + EHS + Active + Independence School District + http://www.isdschools.org/ + 3393@hsesinfo.org + 201 N Forest Ave + + Independence + MO + 64050-2513 + 201 N Forest Ave + + Independence + MO + 64050-2513 + 201 N Forest Ave + + Independence + MO + 64050-2513 + Dr. + F211674 + L211674 + + Superintendent of Schools + 211674@hsesinfo.org + Dr. + F211675 + L211675 + + Superintendent of Schools + 211675@hsesinfo.org + + F211677 + L211677 + + 211677@hsesinfo.org + Dr. + F211673 + L211673 + + 211673@hsesinfo.org + 555-555-1673 + + + 6399 + 1083 + 9962 + 000 + 1994 + 2015-06-01 + 2020-05-31 + HS + Inactive + Central Montana Head Start + http://centralmontanaheadstart.org + 1083@hsesinfo.org + 25 Meadowlark Ln + + Lewistown + MT + 59457-2048 + 25 Meadowlark Ln + + Lewistown + MT + 59457-2048 + 25 Meadowlark Ln + + Lewistown + MT + 59457-2048 + Mr. + F200463 + L200463 + + Board Chairperson + 200463@hsesinfo.org + Mrs. + F200464 + L200464 + + Executive Director + 200464@hsesinfo.org + Mrs. + F200466 + L200466 + + 200466@hsesinfo.org + Mrs. + F200462 + L200462 + + 200462@hsesinfo.org + 555-555-0462 + + + 5394 + 1342 + 9163 + 000 + 2014 + 2014-09-01 + 2020-08-31 + HS + Inactive + Greater Opportunities of Permian Basin, Inc. + http://www.gopb.org + 1342@hsesinfo.org + 206 W 5th St + + Odessa + TX + 79761-5023 + PO Box 3922 + + Odessa + TX + 79760-3922 + 206 W 5th St + + Odessa + TX + 79761-5023 + Mr. + F96737 + L96737 + + President of Board of Director + 96737@hsesinfo.org + Mrs. + F96738 + L96738 + + Executive Director + 96738@hsesinfo.org + Mr. + F96736 + L96736 + + 96736@hsesinfo.org + Mrs. + F96734 + L96734 + + 96734@hsesinfo.org + 555-555-6734 x 5555 + + + 9096 + 1797 + 11414 + 200 + 2002 + 2018-09-01 + + EHS + Active + City of Albuquerque Early Head Start + http://www.cabq.gov/family/childcare/ + 1797@hsesinfo.org + 1820 Randolph Rd SE + City of Albuquerque + Albuquerque + NM + 87106-4249 + 1820 Randolph Rd SE + City of Albuquerque + Albuquerque + NM + 87106-4249 + 1820 Randolph Rd SE + City of Albuquerque + Albuquerque + NM + 87106-4249 + Mr. + F212253 + L212253 + + City Council President + 212253@hsesinfo.org + Dr. + F212254 + L212254 + + Child & Family Dev Div Mgr + 212254@hsesinfo.org + Ms. + F212256 + L212256 + + 212256@hsesinfo.org + Ms. + F212252 + L212252 + + 212252@hsesinfo.org + 555-555-2252 + + + 8305 + 760 + 10668 + 000 + 1992 + 2016-07-01 + + HS + Active + Evangeline Community Action Agency Head Start + ecaaheadstart@centurytel.net + 760@hsesinfo.org + 403 West Magnolia Street + + Ville Platte + LA + 70586-4413 + 403 W. Magnolia Street + + Ville Platte + LA + 70586 + 403 W. Magnolia Street + + Ville Platte + LA + 70586 + Ms. + F207275 + L207275 + + Board President + 207275@hsesinfo.org + Mrs. + F207276 + L207276 + + Executive Director + 207276@hsesinfo.org + Ms. + F207278 + L207278 + + 207278@hsesinfo.org + Mrs. + F207274 + L207274 + + 207274@hsesinfo.org + 555-555-7274 + + + 10042 + 8643 + 12106 + 200 + 2018 + 2019-07-01 + + EHS + Active + Southfield Public Schools + http://www.southfield.k12.mi.us + 8643@hsesinfo.org + 24661 Lahser Rd + Southfield Public Schools John W. English Center + Southfield + MI + 48033-3989 + 24501 Fredrick St + Bussey Center for Early Childhood Education + Southfield + MI + 48033-3989 + 24661 Lahser Rd + Southfield Public Schools John W. English Center + Southfield + MI + 48033-3238 + Mr. + F218687 + L218687 + + President, Board of Education + 218687@hsesinfo.org + Ms. + F218688 + L218688 + + Executive Director of State and Federal Programs + 218688@hsesinfo.org + Mr. + F218690 + L218690 + + 218690@hsesinfo.org + Mrs. + F218686 + L218686 + + 218686@hsesinfo.org + 555-555-8686 + + + 11536 + 862 + 13339 + 200 + 2004 + 2020-07-01 + + EHS + Active + CESA 7, Early Head Start + http://www.cesa7.org + 862@hsesinfo.org + 1130 S 9th St + + Manitowoc + WI + 54220-5316 + 1130 S 9th St + + Manitowoc + WI + 54220-5316 + 1130 S 9th St + + Manitowoc + WI + 54220-5316 + Ms. + F228780 + L228780 + + Board of Control Chair + 228780@hsesinfo.org + Mr. + F228781 + L228781 + + Agency Administrator + 228781@hsesinfo.org + Ms. + F228783 + L228783 + + 228783@hsesinfo.org + Ms. + F228779 + L228779 + + 228779@hsesinfo.org + 555-555-8779 x 5555 + + + 9486 + 1247 + 11709 + 000 + 2014 + 2019-04-01 + + HS + Active + Arrowhead Economic Opportunity Agency, Inc. + http://www.aeoa.org + 1247@hsesinfo.org + 702 South 3rd Avenue + + Virginia + MN + 55792-2775 + 702 South 3rd Avenue + + Virginia + MN + 55792-2775 + 702 South 3rd Avenue + + Virginia + MN + 55792-2775 + Mr. + F214899 + L214899 + + Board Chair + 214899@hsesinfo.org + Mr. + F214900 + L214900 + + Executive Director + 214900@hsesinfo.org + Ms. + F214902 + L214902 + + 214902@hsesinfo.org + Mr. + F214898 + L214898 + III + 214898@hsesinfo.org + 555-555-4898 + + + 9487 + 1246 + 11709 + 200 + 2014 + 2019-04-01 + + EHS + Active + Arrowhead Economic Opportunity Agency, Inc. + http://www.aeoa.org + 1246@hsesinfo.org + 702 South 3rd Avenue + + Virginia + MN + 55792-2775 + 702 South 3rd Avenue + + Virginia + MN + 55792-2775 + 702 South 3rd Avenue + + Virginia + MN + 55792-2775 + Mr. + F214906 + L214906 + + Board Chair + 214906@hsesinfo.org + Mr. + F214907 + L214907 + + Executive Director + 214907@hsesinfo.org + Ms. + F214909 + L214909 + + 214909@hsesinfo.org + Mr. + F214905 + L214905 + III + 214905@hsesinfo.org + 555-555-4905 + + + 9489 + 3202 + 11710 + 200 + 2014 + 2019-04-01 + + EHS + Active + Child Development Resources of Ventura County, Inc. + http://www.cdrv.org + 3202@hsesinfo.org + 221 E. Ventura Boulevard + + Oxnard + CA + 93036-0277 + 221 E. Ventura Boulevard + + Oxnard + CA + 93036-0277 + 221 E. Ventura Boulevard + + Oxnard + CA + 93036-0277 + Ms. + F214920 + L214920 + + President + 214920@hsesinfo.org + Mr. + F214921 + L214921 + + Chief Executive Officer + 214921@hsesinfo.org + Ms. + F214923 + L214923 + + 214923@hsesinfo.org + Ms. + F214919 + L214919 + + 214919@hsesinfo.org + 555-555-4919 x 5555 + + + 5646 + 4357 + 9466 + 032 + 2014 + 2014-12-01 + + HS + Active + Shining Star Youth and Community Services + www.shiningstaryouth.com + 4357@hsesinfo.org + 9204 S Commercial Ave + Ste 200 + Chicago + IL + 60617-2197 + 9204 S Commercial Ave + Ste 200 + Chicago + IL + 60617-2197 + 9204 S Commercial Ave + Ste 200 + Chicago + IL + 60617-2197 + Dr. + F101616 + L101616 + + Board Chair + 101616@hsesinfo.org + Ms. + F101617 + L101617 + + Executive Director + 101617@hsesinfo.org + Mr. + F101619 + L101619 + + 101619@hsesinfo.org + Ms. + F101623 + L101623 + + 101623@hsesinfo.org + 555-555-1623 + + + 9490 + 4815 + 11712 + 000 + 2014 + 2019-04-01 + + HS + Active + Mission Neighborhood Centers, Inc. + www.mncsf.org + 4815@hsesinfo.org + 362 Capp Street + + San Francisco + CA + 94110-1808 + 362 Capp Street + + San Francisco + CA + 94110-1808 + 362 Capp Street + + San Francisco + CA + 94110-1808 + Ms. + F214927 + L214927 + + President + 214927@hsesinfo.org + Mr. + F214928 + L214928 + + Executive Director + 214928@hsesinfo.org + Ms. + F214930 + L214930 + + 214930@hsesinfo.org + Ms. + F214926 + L214926 + + 214926@hsesinfo.org + 555-555-4926 x 5555 + + + 9491 + 4816 + 11712 + 200 + 2014 + 2019-04-01 + + EHS + Active + Mission Neighborhood Centers, Inc. + www.mncsf.org + 4816@hsesinfo.org + 362 Capp Street + + San Francisco + CA + 94110-1808 + 362 Capp Street + + San Francisco + CA + 94110-1808 + 362 Capp Street + + San Francisco + CA + 94110-1808 + Ms. + F214934 + L214934 + + President + 214934@hsesinfo.org + Mr. + F214935 + L214935 + + Executive Director + 214935@hsesinfo.org + Ms. + F214937 + L214937 + + 214937@hsesinfo.org + Ms. + F214933 + L214933 + + 214933@hsesinfo.org + 555-555-4933 x 5555 + + + 11537 + 1504 + 13332 + 000 + 1992 + 2020-07-01 + + HS + Active + Community Action Agency + http://www.caajlh.org + 1504@hsesinfo.org + 1214 Greenwood Ave + + Jackson + MI + 49203-3037 + 1214 Greenwood Ave + + Jackson + MI + 49203-3037 + 1214 Greenwood Ave + + Jackson + MI + 49203-3037 + Ms. + F228787 + L228787 + + Board Chair + 228787@hsesinfo.org + Mrs. + F228788 + L228788 + + CEO + 228788@hsesinfo.org + Ms. + F228790 + L228790 + + 228790@hsesinfo.org + Mrs. + F228786 + L228786 + + 228786@hsesinfo.org + 555-555-8786 + + + 9493 + 8628 + 11705 + 200 + 2018 + 2019-04-01 + + EHS + Active + Kai Ming, Inc. + www.kaiming.org + 8628@hsesinfo.org + 900 Kearny Street, #600 + + San Francisco + CA + 94133 + 900 Kearny Street, #600 + + San Francisco + CA + 94133 + 900 Kearny Street, #600 + + San Francisco + CA + 94133 + Ms. + F214948 + L214948 + + Board Chairperson + 214948@hsesinfo.org + Mr. + F214949 + L214949 + + Executive Director + 214949@hsesinfo.org + + F214951 + L214951 + + 214951@hsesinfo.org + Ms. + F214947 + L214947 + + 214947@hsesinfo.org + 555-555-4947 x 5555 + + + 9495 + 8781 + 11711 + 200 + 2019 + 2019-03-01 + + EHS + Active + Renewal Unlimited, Inc. + + 8781@hsesinfo.org + 2900 Red Fox Run + + Portage + WI + 53901-3400 + 2900 Red Fox Run + + Portage + WI + 53901-3400 + 2900 Red Fox Run + + Portage + WI + 53901-3400 + Ms. + F214962 + L214962 + + Board of Directors Chairperson + 214962@hsesinfo.org + Ms. + F214963 + L214963 + + Executive Director + 214963@hsesinfo.org + Ms. + F214965 + L214965 + + 214965@hsesinfo.org + Ms. + F214961 + L214961 + + 214961@hsesinfo.org + 555-555-4961 + + + 9459 + 1432 + 11670 + 000 + 2014 + 2019-04-01 + + HS + Active + Tri-County Opportunities Council, Inc. + http://www.tcochelps.org + 1432@hsesinfo.org + 405 Emmons Ave + + Rock Falls + IL + 61071-1407 + 405 Emmons Ave + + Rock Falls + IL + 61071-1407 + 405 Emmons Ave + + Rock Falls + IL + 61071-1407 + Mr. + F214710 + L214710 + + T.C.O.C. Board Chairman + 214710@hsesinfo.org + Ms. + F214711 + L214711 + + President/CEO + 214711@hsesinfo.org + Ms. + F214713 + L214713 + + 214713@hsesinfo.org + Mrs. + F214709 + L214709 + + 214709@hsesinfo.org + 555-555-4709 x 5555 + + + 7010 + 1465 + 10470 + 000 + 1998 + 2016-01-01 + + AIAN HS + Active + Aleutian Pribilof Islands Association, Inc. + http://www.apiai.org + 1465@hsesinfo.org + 1131 E Intl Airport Rd + + Anchorage + AK + 99518-1408 + 1131 E Intl Airport Rd + + Anchorage + AK + 99518-1408 + 1131 E Intl Airport Rd + + Anchorage + AK + 99518-1408 + Mr. + F204736 + L204736 + + + 204736@hsesinfo.org + Mr. + F204737 + L204737 + + + 204737@hsesinfo.org + Mrs. + F204739 + L204739 + + 204739@hsesinfo.org + Ms. + F204735 + L204735 + + 204735@hsesinfo.org + 555-555-4735 + + + 6796 + 2012 + 10280 + 200 + 2001 + 2015-09-01 + 2020-08-31 + EHS + Inactive + Seton Hill Child Services, Inc. + http://www.shchildservices.org + 2012@hsesinfo.org + 105 Hartman Rd + Ste 204 + Greensburg + PA + 15601-8558 + 105 Hartman Rd + Ste 204 + Greensburg + PA + 15601-8558 + 105 Hartman Rd + Ste 204 + Greensburg + PA + 15601-8558 + Mr. + F203247 + L203247 + + Seton Hill Child Services Board President + 203247@hsesinfo.org + Ms. + F203248 + L203248 + + + 203248@hsesinfo.org + Ms. + F203250 + L203250 + + 203250@hsesinfo.org + Ms. + F203246 + L203246 + + 203246@hsesinfo.org + 555-555-3246 x 5555 + + + 10373 + 4808 + 12371 + 000 + 2014 + 2019-08-01 + + HS + Active + Lutheran Services Florida, Inc. + www.lsfnet.org + 4808@hsesinfo.org + 3027 San Diego Rd + Children's Home Society - Ellis Building + Jacksonville + FL + 32207-3691 + 3027 San Diego Rd + Children's Home Society - Ellis Building + Jacksonville + FL + 32207-3691 + 3027 San Diego Rd + Children's Home Society - Ellis Building + Jacksonville + FL + 32207-3691 + Mr. + F220952 + L220952 + + Chairman of the Board of Lutheran Services Florida, Inc. + 220952@hsesinfo.org + Capt. + F220953 + L220953 + + Executive Vice President for Children and Head Start Services + 220953@hsesinfo.org + Ms. + F220955 + L220955 + + 220955@hsesinfo.org + Mrs. + F220951 + L220951 + + 220951@hsesinfo.org + 555-555-0951 + + + 10372 + 2281 + 12362 + 200 + 2014 + 2019-08-01 + + EHS + Active + C.E.O. for the Greater Capital Region, Inc. + http://www.ceoempowers.org + 2281@hsesinfo.org + 2331 5th Ave + + Troy + NY + 12180-2221 + 2331 5th Ave + + Troy + NY + 12180-2221 + 2331 5th Ave + + Troy + NY + 12180-2221 + Ms. + F220945 + L220945 + + Board Chairperson + 220945@hsesinfo.org + Ms. + F220946 + L220946 + + + 220946@hsesinfo.org + Ms. + F220948 + L220948 + + 220948@hsesinfo.org + Ms. + F220944 + L220944 + + 220944@hsesinfo.org + 555-555-0944 x 5555 + + + 5774 + 1127 + 9385 + 000 + 1991 + 2015-01-01 + + AIAN HS + Active + MISSISSIPPI BAND OF CHOCTAW INDIANS + www.choctaw.org + 1127@hsesinfo.org + 390 Industrial Rd + Ste 4 + Choctaw + MS + 39350-4259 + PO Box 6010 + + Choctaw + MS + 39350-6010 + 390 Industrial Rd + Ste 4 + Choctaw + MS + 39350-4259 + Mr. + F104973 + L104973 + + Tribal Chief + 104973@hsesinfo.org + Mrs. + F104977 + L104977 + + Department Director + 104977@hsesinfo.org + Ms. + F104975 + L104975 + + 104975@hsesinfo.org + Mrs. + F104972 + L104972 + + 104972@hsesinfo.org + 555-555-4972 + + + 5775 + 1128 + 9385 + 200 + 2003 + 2015-01-01 + + AIAN EHS + Active + MISSISSIPPI BAND OF CHOCTAW INDIANS + www.choctaw.org + 1128@hsesinfo.org + 390 Industrial Rd + Ste 4 + Choctaw + MS + 39350-4259 + PO Box 6010 + + Choctaw + MS + 39350-6010 + 390 Industrial Rd + Ste 4 + Choctaw + MS + 39350-4259 + Mr. + F104983 + L104983 + + Tribal Chief + 104983@hsesinfo.org + Mrs. + F104984 + L104984 + + Department Director + 104984@hsesinfo.org + Ms. + F104982 + L104982 + + 104982@hsesinfo.org + Mrs. + F104980 + L104980 + + 104980@hsesinfo.org + 555-555-4980 + + + 8318 + 3993 + 10683 + 001 + + 2016-07-01 + + HS + Active + Farmington Head Start + http://www.farmington.k12.mi.us + 3993@hsesinfo.org + 30415 Shiawassee Road + + Farmington Hills + MI + 48336-4340 + 30415 Shiawassee Road + + Farmington Hills + MI + 48336-4340 + 30415 Shiawassee Road + + Farmington Hills + MI + 48336-4340 + Mr. + F207366 + L207366 + + President + 207366@hsesinfo.org + Ms. + F207367 + L207367 + + + 207367@hsesinfo.org + + F207369 + L207369 + + 207369@hsesinfo.org + Ms. + F207365 + L207365 + + 207365@hsesinfo.org + 555-555-7365 + + + 4773 + 1105 + 8638 + 000 + 2014 + 2014-04-01 + 2019-03-31 + HS + Inactive + Child Development Resources of Ventura County, Inc. + http://www.cdrv.org + 1105@hsesinfo.org + 221 E. Ventura Boulevard + + Oxnard + CA + 93036-0277 + 221 E. Ventura Boulevard + + Oxnard + CA + 93036-0277 + 221 E. Ventura Boulevard + + Oxnard + CA + 93036-0277 + Ms. + F46484 + L46484 + + President + 46484@hsesinfo.org + Mr. + F46486 + L46486 + + Chief Executive Officer + 46486@hsesinfo.org + Ms. + F46485 + L46485 + + 46485@hsesinfo.org + Ms. + F46481 + L46481 + + 46481@hsesinfo.org + 555-555-6481 x 5555 + + + 9269 + 3017 + 11534 + 000 + 2013 + 2019-01-01 + + HS + Active + Shira Association Inc. + + 3017@hsesinfo.org + 1259 47th St + + Brooklyn + NY + 11219-2502 + 1259 47th St + + Brooklyn + NY + 11219-2502 + 1259 47th St + + Brooklyn + NY + 11219-2502 + Mr. + F213427 + L213427 + + President/Chairman of the Board + 213427@hsesinfo.org + Mr. + F213428 + L213428 + + Executive Director + 213428@hsesinfo.org + Mrs. + F213430 + L213430 + + 213430@hsesinfo.org + Mr. + F213426 + L213426 + + 213426@hsesinfo.org + 555-555-3426 + + + 8855 + 1002 + 11219 + 000 + 2013 + 2018-07-01 + + HS + Active + Growing Futures Early Education Center + www.growingfutureseec.org + 1002@hsesinfo.org + 8155 Santa Fe Drive + + Overland Park + KS + 66204-3607 + 8155 Santa Fe Drive + + Overland Park + KS + 66204-3607 + 8155 Santa Fe Drive + + Overland Park + KS + 66204-3607 + Mr. + F210479 + L210479 + + President, Board of Directors + 210479@hsesinfo.org + Ms. + F210480 + L210480 + + + 210480@hsesinfo.org + Ms. + F210482 + L210482 + + 210482@hsesinfo.org + Dr. + F210478 + L210478 + + 210478@hsesinfo.org + 555-555-0478 + + + 5329 + 779 + 9125 + 000 + 2014 + 2014-08-01 + 2019-07-31 + HS + Inactive + CHILD & FAMILY SERVICES + www.cfsnm.co + 779@hsesinfo.org + 950 East Snyder Street + + Hobbs + NM + 88240-5954 + 950 East Snyder Street + + Hobbs + NM + 88240-5954 + 950 East Snyder Street + + Hobbs + NM + 88240-5954 + Mrs. + F54207 + L54207 + + Board Chair + 54207@hsesinfo.org + Ms. + F54205 + L54205 + + Executive Director + 54205@hsesinfo.org + Ms. + F54204 + L54204 + + 54204@hsesinfo.org + Ms. + F54203 + L54203 + + 54203@hsesinfo.org + 555-555-4203 + + + 8259 + 445 + 10644 + 000 + 1991 + 2016-07-01 + + HS + Active + Kids' Corps, Inc. + http://www.kcialaska.org + 445@hsesinfo.org + 101 Davis St + + Anchorage + AK + 99508-2431 + 101 Davis St + + Anchorage + AK + 99508-2431 + 101 Davis St + + Anchorage + AK + 99508-2431 + Ms. + F206928 + L206928 + + Board President + 206928@hsesinfo.org + Mr. + F206929 + L206929 + + Executive Director + 206929@hsesinfo.org + Ms. + F206931 + L206931 + + 206931@hsesinfo.org + Mr. + F206927 + L206927 + + 206927@hsesinfo.org + 555-555-6927 + + + 9099 + 8716 + 11409 + 000 + 2018 + 2018-09-01 + + HS + Active + ARVAC, Inc. + http://www.arvacinc.org + 8716@hsesinfo.org + 2707 E H St + + Russellville + AR + 72802-4000 + 2707 E H St + + Russellville + AR + 72802-4000 + 2707 E H St + + Russellville + AR + 72802-4000 + Mr. + F212274 + L212274 + + Board Chair + 212274@hsesinfo.org + Ms. + F212275 + L212275 + + Chief Executive Officer + 212275@hsesinfo.org + Ms. + F212277 + L212277 + + 212277@hsesinfo.org + Ms. + F212273 + L212273 + + 212273@hsesinfo.org + 555-555-2273 x 5555 + + + 9100 + 8717 + 11409 + 200 + 2018 + 2018-09-01 + + EHS + Active + ARVAC, Inc. + http://www.arvacinc.org + 8717@hsesinfo.org + 2707 E H St + + Russellville + AR + 72802-4000 + 2707 E H St + + Russellville + AR + 72802-4000 + 2707 E H St + + Russellville + AR + 72802-4000 + Mr. + F212281 + L212281 + + Board Chair + 212281@hsesinfo.org + Ms. + F212282 + L212282 + + Executive Director + 212282@hsesinfo.org + Ms. + F212284 + L212284 + + 212284@hsesinfo.org + Ms. + F212280 + L212280 + + 212280@hsesinfo.org + 555-555-2280 x 5555 + + + 7035 + 1577 + 10477 + 000 + 1991 + 2016-01-01 + + HS + Active + Riverbend Head Start And Family Services + http://www.riverbendfamilies.org + 1577@hsesinfo.org + 550 Landmarks Blvd + + Alton + IL + 62002-6321 + 550 Landmarks Blvd + + Alton + IL + 62002-6321 + 550 Landmarks Blvd + + Alton + IL + 62002-6321 + Mrs. + F204911 + L204911 + + Board Chairman + 204911@hsesinfo.org + Mr. + F204912 + L204912 + + President/CEO + 204912@hsesinfo.org + Ms. + F204914 + L204914 + + 204914@hsesinfo.org + Mr. + F204910 + L204910 + + 204910@hsesinfo.org + 555-555-4910 + + + 7036 + 1578 + 10477 + 200 + 2001 + 2016-01-01 + + EHS + Active + Riverbend Head Start And Family Services + http://www.riverbendfamilies.org + 1578@hsesinfo.org + 550 Landmarks Blvd + + Alton + IL + 62002-6321 + 550 Landmarks Blvd + + Alton + IL + 62002-6321 + 550 Landmarks Blvd + + Alton + IL + 62002-6321 + Mrs. + F204918 + L204918 + + Board Chairman + 204918@hsesinfo.org + Mr. + F204919 + L204919 + + President/CEO + 204919@hsesinfo.org + Ms. + F204921 + L204921 + + 204921@hsesinfo.org + Mr. + F204917 + L204917 + + 204917@hsesinfo.org + 555-555-4917 + + + 8191 + 8123 + 10632 + 000 + 2016 + 2016-07-01 + + HS + Active + Child Development Centers, Inc. + www.cdcenters.org + 8123@hsesinfo.org + 702 Liberty St + + Franklin + PA + 16323-1132 + 702 Liberty St + + Franklin + PA + 16323-1132 + 702 Liberty St + + Franklin + PA + 16323-1132 + Mrs. + F206452 + L206452 + + + 206452@hsesinfo.org + Mrs. + F206453 + L206453 + + + 206453@hsesinfo.org + Mrs. + F206455 + L206455 + + 206455@hsesinfo.org + Mrs. + F206451 + L206451 + + 206451@hsesinfo.org + 555-555-6451 + + + 4300 + 1735 + 2933 + 000 + 2013 + 2013-08-29 + 2019-08-31 + HS + Inactive + Alexandria City Office of Economic Opportunity + http://alexandriava.gov + 1735@hsesinfo.org + 1900 N Beauregard St + Ste 250 + Alexandria + VA + 22311-1736 + 1900 N Beauregard St + Ste 250 + Alexandria + VA + 22311-1736 + 1900 N Beauregard St + Ste 250 + Alexandria + VA + 22311-1736 + Mr. + F39439 + L39439 + M + City Manager + 39439@hsesinfo.org + Ms. + F39438 + L39438 + + Director, Department of Community and Human Services + 39438@hsesinfo.org + Ms. + F39437 + L39437 + + 39437@hsesinfo.org + Ms. + F39436 + L39436 + + 39436@hsesinfo.org + 555-555-9436 + + + 6464 + 3187 + 10044 + 200 + 2011 + 2015-07-01 + + EHS + Active + Bronx Care Health Sysytem + + 3187@hsesinfo.org + 1650 Selwyn Ave Apt 5H + + Bronx + NY + 10457-7688 + 1650 Selwyn Ave Apt 5H + + Bronx + NY + 10457-7688 + 1650 Selwyn Ave Apt 5H + + Bronx + NY + 10457-7688 + Mr. + F200918 + L200918 + + Chairman of the Board of Trustees + 200918@hsesinfo.org + Dr. + F200919 + L200919 + + Principal Investigator for SBEHS + 200919@hsesinfo.org + Ms. + F200921 + L200921 + + 200921@hsesinfo.org + Ms. + F200917 + L200917 + + 200917@hsesinfo.org + 555-555-0917 + + + 6973 + 1806 + 10438 + 200 + 2003 + 2015-12-01 + 2020-11-30 + EHS + Inactive + Community Action Commision of Santa Barbara County + http://www.cacsb.com + 1806@hsesinfo.org + 5638 Hollister Ave + Ste 230 + Goleta + CA + 93117-3489 + 5638 Hollister Ave + Ste 230 + Goleta + CA + 93117-3489 + 5638 Hollister Ave + Ste 230 + Goleta + CA + 93117-3489 + Mr. + F204477 + L204477 + + CACSB Board Chair + 204477@hsesinfo.org + Ms. + F204478 + L204478 + + CACSB CEO + 204478@hsesinfo.org + Ms. + F204480 + L204480 + + 204480@hsesinfo.org + Ms. + F204476 + L204476 + + 204476@hsesinfo.org + 555-555-4476 x 5555 + + + 4856 + 658 + 8620 + 000 + 2014 + 2014-05-01 + 2019-04-30 + HS + Inactive + Semcac + http://www.semcac.org + 658@hsesinfo.org + 204 S Elm St + + Rushford + MN + 55971-8812 + Semcac Head Start + PO Box 549 + Rushford + MN + 55971-0549 + 204 S Elm St + 204 South Elm St + Rushford + MN + 55971-8812 + Mr. + F47555 + L47555 + + Semcac Board President + 47555@hsesinfo.org + Mr. + F47554 + L47554 + + Acting Semcac Executive Director + 47554@hsesinfo.org + Ms. + F47552 + L47552 + + 47552@hsesinfo.org + Ms. + F47550 + L47550 + + 47550@hsesinfo.org + 555-555-7550 + + + 10214 + 5952 + 12245 + 200 + + 2019-08-01 + + EHS + Active + Lutheran Services Florida + www.lsfnet.org + 5952@hsesinfo.org + 3027 San Diego Rd + Ste 2408 + Jacksonville + FL + 32207-3691 + 3627A W Waters Ave + + Tampa + FL + 33614-2783 + 3627A W Waters Ave + + Tampa + FL + 33614-2783 + Mr. + F219844 + L219844 + + Chairman of the Board of Lutheran Services Florida, Inc. + 219844@hsesinfo.org + Capt. + F219845 + L219845 + + Executive Vice President + 219845@hsesinfo.org + Ms. + F219847 + L219847 + + 219847@hsesinfo.org + Mrs. + F219843 + L219843 + + 219843@hsesinfo.org + 555-555-9843 + + + 4503 + 2794 + 8530 + 200 + 2011 + 2013-11-29 + 2019-06-30 + EHS + Inactive + Delta Community Action Foundation, Inc. + www.deltacommunityaction.org + 2794@hsesinfo.org + 308 SW 2nd Street + + Lindsay + OK + 73052 + 308 SW 2nd Street + + Lindsay + OK + 73052 + 308 SW 2nd Street + + Lindsay + OK + 73052 + Mr. + F42417 + L42417 + + Board Chairperson + 42417@hsesinfo.org + Mrs. + F42415 + L42415 + + Executive Director + 42415@hsesinfo.org + Mrs. + F42414 + L42414 + + 42414@hsesinfo.org + Mrs. + F42413 + L42413 + + 42413@hsesinfo.org + 555-555-2413 + + + 10046 + 1084 + 12112 + 000 + 2014 + 2019-07-01 + + HS + Active + Los Angeles County Office of Education + www.prekkid.org + 1084@hsesinfo.org + 10100 Pioneer Blvd + Ste 325 + Santa Fe Springs + CA + 90670-7303 + 10100 Pioneer Blvd + Ste 325 + Santa Fe Springs + CA + 90670-7303 + 10100 Pioneer Blvd + Ste 325 + Santa Fe Springs + CA + 90670-7303 + Dr. + F218715 + L218715 + Ed.D + Superintendent + 218715@hsesinfo.org + Dr. + F218716 + L218716 + Ed.D + Superintendent + 218716@hsesinfo.org + Ms. + F218718 + L218718 + + 218718@hsesinfo.org + Ms. + F218714 + L218714 + + 218714@hsesinfo.org + 555-555-8714 + + + 4596 + 4598 + 8572 + 200 + 2013 + 2013-12-30 + 2018-11-30 + EHS + Inactive + Bradford Tioga Head Start Inc. + www.bradfordtiogahs.org + 4598@hsesinfo.org + 5 Riverside Plz + + Blossburg + PA + 16912-1137 + 5 Riverside Plz + + Blossburg + PA + 16912-1137 + 5 Riverside Plz + + Blossburg + PA + 16912-1137 + Ms. + F43545 + L43545 + + Chairperson + 43545@hsesinfo.org + Ms. + F43546 + L43546 + + + 43546@hsesinfo.org + Ms. + F43548 + L43548 + + 43548@hsesinfo.org + Ms. + F43544 + L43544 + + 43544@hsesinfo.org + 555-555-3544 x 5555 + + + 3713 + 3462 + 7789 + 002 + + + + HS + Active + Starfish Family Services + http://www.starfish.org + 3462@hsesinfo.org + 30000 Hiveley Street + + Inkster + MI + 48141-1089 + 30000 Hiveley Street + + Inkster + MI + 48141-1089 + 30000 Hiveley Street + + Inkster + MI + 48141-1089 + Mr. + F24814 + L24814 + + Starfish Family Services Governing Board Chairperson + 24814@hsesinfo.org + Mrs. + F24818 + L24818 + + + 24818@hsesinfo.org + Ms. + F24816 + L24816 + + 24816@hsesinfo.org + Ms. + F12369 + L12369 + + 12369@hsesinfo.org + 555-555-2369 + + + 8552 + 8432 + 10962 + 200 + 2017 + 2017-03-01 + + EHS + Active + SOUTHWESTERN WISCONSIN COMMUNITY ACTION PROGRAM + www.swcap.org + 8432@hsesinfo.org + 149 N. Iowa Street + + Dodgeville + WI + 53533-1545 + 149 N. Iowa Street + + Dodgeville + WI + 53533-1545 + 149 N. Iowa Street + + Dodgeville + WI + 53533-1545 + Ms. + F208592 + L208592 + + SWCAP Board Chair + 208592@hsesinfo.org + Mr. + F208593 + L208593 + + Executive Director + 208593@hsesinfo.org + Ms. + F208595 + L208595 + + 208595@hsesinfo.org + Ms. + F208591 + L208591 + + 208591@hsesinfo.org + 555-555-8591 + + + 10048 + 3672 + 12114 + 002 + 2014 + 2019-07-01 + + HS + Active + Plaza de la Raza Child Development Services Inc. + www.plazadelaraza.info + 3672@hsesinfo.org + 13300 Crossroads Pkwy N + Ste 440 + City Of Industry + CA + 91746-3440 + 13300 Crossroads Pkwy N + Ste 440 + City Of Industry + CA + 91746-3440 + 13300 Crossroads Pkwy N + Ste 440 + City Of Industry + CA + 91746-3440 + Ms. + F218729 + L218729 + + Board Chair + 218729@hsesinfo.org + Ms. + F218730 + L218730 + + Executive Director + 218730@hsesinfo.org + Ms. + F218732 + L218732 + + 218732@hsesinfo.org + Ms. + F218728 + L218728 + + 218728@hsesinfo.org + 555-555-8728 + + + 5850 + 5857 + 9602 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Mid-Willamette Valley Community Action Agency, Inc. + www.mwvcaa.org + 5857@hsesinfo.org + 2475 Center St NE + + Salem + OR + 97301-4520 + 2475 Center St NE + + Salem + OR + 97301-4520 + 2475 Center St NE + + Salem + OR + 97301-4520 + Ms. + F104516 + L104516 + + Chairperson + 104516@hsesinfo.org + Ms. + F104517 + L104517 + + Executive Director + 104517@hsesinfo.org + Mr. + F104519 + L104519 + + 104519@hsesinfo.org + Ms. + F104515 + L104515 + + 104515@hsesinfo.org + 555-555-4515 x 5555 + + + 4536 + 2345 + 8563 + 000 + 2013 + 2013-12-23 + 2018-12-31 + HS + Inactive + SCHOHARIE COUNTY CHILD DEVELOPMENT COUNCIL, INC + www.sccdcny.org + 2345@hsesinfo.org + 114 Lark Street + + Cobleskill + NY + 12043-3846 + 114 Lark Street + + Cobleskill + NY + 12043-3846 + 114 Lark Street + + Cobleskill + NY + 12043-3846 + Ms. + F43106 + L43106 + + Board of Directors President + 43106@hsesinfo.org + Ms. + F43103 + L43103 + + + 43103@hsesinfo.org + Ms. + F43104 + L43104 + + 43104@hsesinfo.org + Ms. + F43101 + L43101 + + 43101@hsesinfo.org + 555-555-3101 + + + 8363 + 1199 + 10714 + 200 + 1996 + 2016-09-01 + + AIAN EHS + Active + Coeur D'Alene Tribe, Early Head Start + http://www.cdatribe-nsn.gov + 1199@hsesinfo.org + 350 Anne Antelope Ave + + Plummer + ID + 83851-5000 + PO Box 408 + + Plummer + ID + 83851-0408 + 350 Anne Antelope Ave + + Plummer + ID + 83851-5000 + Mr. + F207680 + L207680 + + Chairman + 207680@hsesinfo.org + Mr. + F207681 + L207681 + + + 207681@hsesinfo.org + Mr. + F207683 + L207683 + + 207683@hsesinfo.org + Ms. + F207679 + L207679 + + 207679@hsesinfo.org + 555-555-7679 + + + 3091 + 2861 + 6732 + 200 + 2013 + 2013-06-26 + 2018-12-31 + EHS + Inactive + Kiryas Joel Municipal Local Development + + 2861@hsesinfo.org + 48 Bakertown Road, Suite 406 + + Monroe + NY + 10950 + 48 Bakertown Road, Suite 406 + + Monroe + NY + 10950 + 48 Bakertown Road, Suite 406 + + Monroe + NY + 10950 + Mr. + F37008 + L37008 + + Chairman + 37008@hsesinfo.org + Mr. + F37006 + L37006 + + + 37006@hsesinfo.org + Mrs. + F37005 + L37005 + + 37005@hsesinfo.org + Mr. + F37004 + L37004 + + 37004@hsesinfo.org + 555-555-7004 + + + 4522 + 280 + 8545 + 000 + 1989 + 2013-12-02 + 2018-11-30 + HS + Inactive + NORTHEAST KINGDOM COMMUNITY ACTION, INC + http://www.nekcavt.org + 280@hsesinfo.org + 191 High Street + + Barton + VT + 05822-9414 + 191 High Street + + Barton + VT + 05822-9414 + 191 High Street + + Barton + VT + 05822-9414 + Ms. + F42607 + L42607 + + NEKCA Board Chair + 42607@hsesinfo.org + Mrs. + F42606 + L42606 + + NEKCA Executive Director + 42606@hsesinfo.org + Ms. + F42605 + L42605 + + 42605@hsesinfo.org + Ms. + F42603 + L42603 + + 42603@hsesinfo.org + 555-555-2603 x 5555 + + + 4721 + 3969 + 8703 + 049 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Action Nursery + + 3969@hsesinfo.org + 1019 46 Street + + Brooklyn + NY + 11219-2402 + 1019 46 Street + + Brooklyn + NY + 11219-2402 + 1019 46 Street + + Brooklyn + NY + 11219-2402 + Mr. + F45796 + L45796 + + Board Chairperson + 45796@hsesinfo.org + Mr. + F45794 + L45794 + + + 45794@hsesinfo.org + Ms. + F45793 + L45793 + + 45793@hsesinfo.org + Ms. + F45799 + L45799 + + 45799@hsesinfo.org + 555-555-5799 + + + 4725 + 3970 + 8707 + 053 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Brooklyn Chinese-American Association + bca.net + 3970@hsesinfo.org + 5000 8th Avenue + + Brooklyn + NY + 11220-2221 + 5000 8th Avenue + + Brooklyn + NY + 11220-2221 + 5000 8th Avenue + + Brooklyn + NY + 11220-2221 + Mr. + F45824 + L45824 + + Chairman + 45824@hsesinfo.org + Mr. + F45822 + L45822 + + + 45822@hsesinfo.org + Ms. + F45821 + L45821 + + 45821@hsesinfo.org + Ms. + F45827 + L45827 + + 45827@hsesinfo.org + 555-555-5827 + + + 1482 + 2933 + 3338 + 200 + 2011 + 2011-08-17 + + EHS + Active + West Side Ecumenical Ministry + www.thecentersohio.org + 2933@hsesinfo.org + 4500 Euclid Ave + + Cleveland + OH + 44103-3736 + 4500 Euclid Ave + + Cleveland + OH + 44103-3736 + 4500 Euclid Ave + + Cleveland + OH + 44103-3736 + Mr. + F32761 + L32761 + + Board Chairperson + 32761@hsesinfo.org + Mrs. + F32759 + L32759 + + President, CEO + 32759@hsesinfo.org + Ms. + F32758 + L32758 + + 32758@hsesinfo.org + Mr. + F32582 + L32582 + + 32582@hsesinfo.org + 555-555-2582 + + + 9199 + 495 + 11491 + 000 + 1991 + 2018-11-01 + + HS + Active + PORTLAND PUBLIC SCHOOLS HEAD START PROGRAM + www.pps.net/head-start + 495@hsesinfo.org + 4800 NE 74th Avenue + + Portland + OR + 97218-3824 + 4800 NE 74th Avenue + + Portland + OR + 97218-3824 + 4800 NE 74th Avenue + + Portland + OR + 97218-3824 + Ms. + F212929 + L212929 + + Board Chair + 212929@hsesinfo.org + Ms. + F212930 + L212930 + + Director of Early Learning + 212930@hsesinfo.org + Ms. + F212932 + L212932 + + 212932@hsesinfo.org + Mr. + F212928 + L212928 + + 212928@hsesinfo.org + 555-555-2928 + + + 11107 + 517 + 13037 + 000 + 1992 + 2020-03-01 + + HS + Active + SANTA ROSA COUNTY SCHOOL DISTRICT + http://trjpk.weebly.com + 517@hsesinfo.org + 5086 Canal St + + Milton + FL + 32570-2257 + 5086 Canal St + + Milton + FL + 32570-2257 + 5086 Canal St + + Milton + FL + 32570-2257 + Ms. + F225987 + L225987 + + Board Chair + 225987@hsesinfo.org + Dr. + F225988 + L225988 + + Superintendent of Schools + 225988@hsesinfo.org + Mrs. + F225990 + L225990 + + 225990@hsesinfo.org + Mrs. + F225986 + L225986 + + 225986@hsesinfo.org + 555-555-5986 + + + 9500 + 8786 + 11714 + 200 + 2019 + 2019-03-01 + + EHS + Active + Ravalli Head Start, Inc. + + 8786@hsesinfo.org + 81 Kurtz Ln + + Hamilton + MT + 59840-3201 + 81 Kurtz Ln + + Hamilton + MT + 59840-3201 + 81 Kurtz Ln + + Hamilton + MT + 59840-3201 + Ms. + F214997 + L214997 + + Chairman, Board of Directors + 214997@hsesinfo.org + Mr. + F214998 + L214998 + + Executive Director + 214998@hsesinfo.org + Ms. + F215000 + L215000 + + 215000@hsesinfo.org + Mr. + F214996 + L214996 + + 214996@hsesinfo.org + 555-555-4996 x 5555 + + + 4422 + 2177 + 8405 + 200 + 2000 + 2013-11-01 + 2018-10-31 + EHS + Inactive + Pace Community Action Agency, Inc. + http://www.pacecaa.org + 2177@hsesinfo.org + 525 North 4th Street + + Vincennes + IN + 47591-0687 + 525 North 4th Street + + Vincennes + IN + 47591-0687 + 525 North 4th Street + + Vincennes + IN + 47591-0687 + Mr. + F41354 + L41354 + + + 41354@hsesinfo.org + Dr. + F41356 + L41356 + + + 41356@hsesinfo.org + Ms. + F41357 + L41357 + + 41357@hsesinfo.org + Dr. + F41352 + L41352 + + 41352@hsesinfo.org + 555-555-1352 + + + 11108 + 518 + 13037 + 200 + 2000 + 2020-03-01 + + EHS + Active + SANTA ROSA COUNTY SCHOOL DISTRICT + http://trjpk.weebly.com + 518@hsesinfo.org + 5086 Canal St + + Milton + FL + 32570-2257 + 5086 Canal St + + Milton + FL + 32570-2257 + 5086 Canal St + + Milton + FL + 32570-2257 + Ms. + F225994 + L225994 + + Board Chair + 225994@hsesinfo.org + Dr. + F225995 + L225995 + + Superintendent of Schools + 225995@hsesinfo.org + Mrs. + F225997 + L225997 + + 225997@hsesinfo.org + Mrs. + F225993 + L225993 + + 225993@hsesinfo.org + 555-555-5993 + + + 10049 + 3673 + 12115 + 003 + 2014 + 2019-07-01 + + HS + Active + Pacific Asian Consortium In Employment + http://www.pacela.org + 3673@hsesinfo.org + 1055 Wilshire Blvd + Ste 1050 + Los Angeles + CA + 90017-5654 + 1055 Wilshire Blvd + Ste 1050 + Los Angeles + CA + 90017-5654 + 1055 Wilshire Blvd + Ste 1050 + Los Angeles + CA + 90017-5654 + Mr. + F218736 + L218736 + + Chair + 218736@hsesinfo.org + Mr. + F218737 + L218737 + + CEO + 218737@hsesinfo.org + Ms. + F218739 + L218739 + + 218739@hsesinfo.org + Ms. + F218735 + L218735 + + 218735@hsesinfo.org + 555-555-8735 + + + 6584 + 789 + 10147 + 200 + 1992 + 2015-07-01 + + EHS + Active + Total Community Action, Inc. (EHS) + www.tca-nola.org + 789@hsesinfo.org + 1420 S Jefferson Davis Pkwy + + New Orleans + LA + 70125-1744 + 1420 S Jefferson Davis Pkwy + + New Orleans + LA + 70125-1744 + 1420 S Jefferson Davis Pkwy + + New Orleans + LA + 70125-1744 + Mr. + F201758 + L201758 + + Chairman, Board of Directors + 201758@hsesinfo.org + Ms. + F201759 + L201759 + + President/CEO + 201759@hsesinfo.org + Ms. + F201761 + L201761 + + 201761@hsesinfo.org + Ms. + F201757 + L201757 + + 201757@hsesinfo.org + 555-555-1757 + + + 10050 + 3674 + 12116 + 004 + 2014 + 2019-07-01 + + HS + Active + ABC Unified School District + http://www.abcusd.k12.ca.us + 3674@hsesinfo.org + 11011 Artesia Blvd. + + Cerritos + CA + 90703 + 11011 Artesia Blvd. + + Cerritos + CA + 90703 + 11011 Artesia Blvd. + + Cerritos + CA + 90703 + Mr. + F218743 + L218743 + + President + 218743@hsesinfo.org + Mr. + F218744 + L218744 + + + 218744@hsesinfo.org + Ms. + F218746 + L218746 + + 218746@hsesinfo.org + Ms. + F218742 + L218742 + + 218742@hsesinfo.org + 555-555-8742 + + + 10051 + 3677 + 12117 + 005 + 2014 + 2019-07-01 + + HS + Active + Bassett Unified School District + bassettusd.org + 3677@hsesinfo.org + 904 N. Willow Ave + + La Puente + CA + 91746-1615 + 904 N. Willow Ave + + La Puente + CA + 91746-1615 + 1314 Le Borgne Ave + + La Puente + CA + 91746-1030 + Ms. + F218750 + L218750 + + Board President + 218750@hsesinfo.org + Ms. + F218751 + L218751 + + Superintendent + 218751@hsesinfo.org + Ms. + F218753 + L218753 + + 218753@hsesinfo.org + Ms. + F218749 + L218749 + + 218749@hsesinfo.org + 555-555-8749 + + + 6400 + 2527 + 9974 + 000 + 1992 + 2015-07-01 + + HS + Active + Deer Lodge County Head Start + www.anacondaheadstart.org + 2527@hsesinfo.org + 317 W 4th St + + Anaconda + MT + 59711-2101 + PO Box 219 + + Anaconda + MT + 59711-0219 + 317 W 4th St + + Anaconda + MT + 59711-2101 + Mr. + F200470 + L200470 + + Chairman of the Board of Commissioners + 200470@hsesinfo.org + Mr. + F200471 + L200471 + + + 200471@hsesinfo.org + Ms. + F200473 + L200473 + + 200473@hsesinfo.org + Ms. + F200469 + L200469 + + 200469@hsesinfo.org + 555-555-0469 + + + 8975 + 1287 + 11317 + 000 + 2013 + 2018-08-01 + + HS + Active + AS DEPARTMENT OF EDUCATION, EARLY CHILDHOOD DIVISION + http://asg.doe.com + 1287@hsesinfo.org + Utulei Behind Main Port + Utulei + Pago Pago + AS + 96799 + PO Box Doe + Utulei-Pago Pago + Pago Pago + AS + 96799 + Iutita Savali Bldg + Utulei + Pago Pago + AS + 96799 + Dr. + F211381 + L211381 + + Head Start Board + 211381@hsesinfo.org + Dr. + F211382 + L211382 + + Director of Education + 211382@hsesinfo.org + Mr. + F211384 + L211384 + + 211384@hsesinfo.org + Mrs. + F211380 + L211380 + + 211380@hsesinfo.org + 555-555-1380 x 5555 + + + 10349 + 5931 + 12365 + 200 + + 2019-08-01 + + EHS + Active + United Academy, Inc. + + 5931@hsesinfo.org + 722Wythe Avenue + + Brooklyn + NY + 11249-7532 + 722Wythe Avenue + + Brooklyn + NY + 11249-7532 + 722Wythe Avenue + + Brooklyn + NY + 11249-7532 + Mr. + F220784 + L220784 + + + 220784@hsesinfo.org + Mr. + F220785 + L220785 + + Executive Director + 220785@hsesinfo.org + Mrs. + F220787 + L220787 + + 220787@hsesinfo.org + Mr. + F220783 + L220783 + + 220783@hsesinfo.org + 555-555-0783 x 5555 + + + 1362 + 2908 + 2856 + 000 + 2013 + 2013-06-26 + 2019-01-31 + HS + Inactive + Yeshivath Kehilath Yakov, Inc. + + 2908@hsesinfo.org + 638 Bedford Ave + + Brooklyn + NY + 11249-8007 + 638 Bedford Ave + + Brooklyn + NY + 11249-8007 + 638 Bedford Ave + + Brooklyn + NY + 11249-8007 + Mr. + F38679 + L38679 + + Board Chair + 38679@hsesinfo.org + Mr. + F38677 + L38677 + + Executive Director + 38677@hsesinfo.org + Mrs. + F38676 + L38676 + + 38676@hsesinfo.org + Mr. + F36188 + L36188 + + 36188@hsesinfo.org + 555-555-6188 x 5555 + + + 10581 + 6035 + 12570 + 200 + + 2019-09-01 + + EHS + Active + Maryland Family Network, Inc. + http://www.marylandfamilynetwork.org + 6035@hsesinfo.org + 1001 Eastern Avenue, 2nd floor + + Baltimore + MD + 21202-4696 + 1001 Eastern Avenue, 2nd floor + + Baltimore + MD + 21202-4696 + 1001 Eastern Avenue, 2nd floor + + Baltimore + MD + 21202-4696 + Mr. + F222405 + L222405 + + Board Chair + 222405@hsesinfo.org + Ms. + F222406 + L222406 + + CEO + 222406@hsesinfo.org + Ms. + F222408 + L222408 + + 222408@hsesinfo.org + Ms. + F222404 + L222404 + + 222404@hsesinfo.org + 555-555-2404 x 5555 + + + 4820 + 2835 + 8637 + 200 + 2011 + 2014-05-01 + 2019-04-30 + EHS + Inactive + STARK COUNTY COMMUNITY ACTION AGENCY + www.sccaa.org + 2835@hsesinfo.org + 1366 Market Ave. N. + + Canton + OH + 44714 + 1366 Market Ave. N. + + Canton + OH + 44714 + 1366 Market Ave. N. + + Canton + OH + 44714 + Mr. + F46945 + L46945 + + Board Chair + 46945@hsesinfo.org + Mr. + F46943 + L46943 + + + 46943@hsesinfo.org + Ms. + F46942 + L46942 + + 46942@hsesinfo.org + Ms. + F46941 + L46941 + + 46941@hsesinfo.org + 555-555-6941 + + + 1370 + 2322 + 2862 + 000 + 2013 + 2013-06-26 + 2019-01-31 + HS + Inactive + Community Action of Orleans and Genesee, Inc. + http://www.caoginc.org + 2322@hsesinfo.org + Head Start Program + 401 East State Street + Albion + NY + 14411-1123 + Head Start Program + 401 East State Street + Albion + NY + 14411-1123 + 409 E State St + Community Action of Orleans + Albion + NY + 14411-1123 + Mrs. + F36933 + L36933 + + Board Chairperson + 36933@hsesinfo.org + Mr. + F36930 + L36930 + + Executive Director + 36930@hsesinfo.org + Ms. + F36931 + L36931 + + 36931@hsesinfo.org + Mrs. + F36929 + L36929 + + 36929@hsesinfo.org + 555-555-6929 + + + 8410 + 8291 + 8919 + 200 + 2017 + 2017-08-01 + 2019-11-30 + EHS + Inactive + Avoyelles Child Development Services, Inc. + + 8291@hsesinfo.org + 562 Main St + + Moreauville + LA + 71355-3066 + PO Box 153 + + Moreauville + LA + 71355-0153 + 562 Main St + + Moreauville + LA + 71355-3066 + Miss + F208088 + L208088 + + Board President + 208088@hsesinfo.org + Ms. + F208089 + L208089 + + Program Director + 208089@hsesinfo.org + Mrs. + F208091 + L208091 + + 208091@hsesinfo.org + Ms. + F208087 + L208087 + + 208087@hsesinfo.org + 555-555-8087 + + + 7006 + 1977 + 10466 + 000 + 1992 + 2015-12-01 + + HS + Active + Central Susquehanna Intermediate Unit + www.csiu.org + 1977@hsesinfo.org + 90 Lawton Ln + + Milton + PA + 17847-9756 + 90 Lawton Ln + + Milton + PA + 17847-9756 + 90 Lawton Ln + + Milton + PA + 17847-9756 + Mr. + F204708 + L204708 + + Board Chair + 204708@hsesinfo.org + Dr. + F204709 + L204709 + + + 204709@hsesinfo.org + Ms. + F204711 + L204711 + + 204711@hsesinfo.org + Mrs. + F204707 + L204707 + + 204707@hsesinfo.org + 555-555-4707 x 5555 + + + 7007 + 2808 + 10466 + 200 + 2011 + 2015-12-01 + + EHS + Active + Central Susquehanna Intermediate Unit + www.csiu.org + 2808@hsesinfo.org + 90 Lawton Ln + + Milton + PA + 17847-9756 + 90 Lawton Ln + + Milton + PA + 17847-9756 + 90 Lawton Ln + + Milton + PA + 17847-9756 + Mr. + F204715 + L204715 + + Board Chair + 204715@hsesinfo.org + Dr. + F204716 + L204716 + + + 204716@hsesinfo.org + Ms. + F204718 + L204718 + + 204718@hsesinfo.org + Mrs. + F204714 + L204714 + + 204714@hsesinfo.org + 555-555-4714 x 5555 + + + 4440 + 336 + 8468 + 000 + 1991 + 2013-11-01 + 2018-10-31 + HS + Inactive + HOLYOKE CHICOPEE SPRINGFIELD HEAD START, INC. + www.hcsheadstart.org + 336@hsesinfo.org + HCS Head Start, Inc. + 30 Madison Avenue + Springfield + MA + 01105-1404 + HCS Head Start, Inc. + 30 Madison Avenue + Springfield + MA + 01105-1404 + HCS Head Start, Inc. + 30 Madison Avenue + Springfield + MA + 01105-1404 + Ms. + F41478 + L41478 + + Board Chair + 41478@hsesinfo.org + Ms. + F41476 + L41476 + + Executive Director + 41476@hsesinfo.org + Ms. + F41475 + L41475 + + 41475@hsesinfo.org + Ms. + F41474 + L41474 + + 41474@hsesinfo.org + 555-555-1474 + + + 10454 + 6172 + 12451 + 200 + + 2019-09-01 + + EHS + Active + Enrichment Services Program, Inc. + http://www.enrichmentservices.org + 6172@hsesinfo.org + 2601 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + 2601 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + 2601 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + Mr. + F221517 + L221517 + + Board Chair + 221517@hsesinfo.org + Ms. + F221518 + L221518 + + CEO + 221518@hsesinfo.org + Ms. + F221520 + L221520 + + 221520@hsesinfo.org + Mr. + F221516 + L221516 + + 221516@hsesinfo.org + 555-555-1516 + + + 6176 + 6186 + 9826 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Mt. Hood Community College + http://mhccheadstart.org + 6186@hsesinfo.org + 10100 NE Prescott St. + + Portland + OR + 97220-3555 + 10100 NE Prescott St. + + Portland + OR + 97220-3555 + 10100 NE Prescott St. + + Portland + OR + 97220-3555 + Ms. + F108314 + L108314 + + Chair, Board of Education + 108314@hsesinfo.org + Ms. + F108315 + L108315 + + Executive Director + 108315@hsesinfo.org + Ms. + F108317 + L108317 + + 108317@hsesinfo.org + Ms. + F108313 + L108313 + + 108313@hsesinfo.org + 555-555-8313 + + + 10172 + 4097 + 12203 + 203 + 2014 + 2019-07-01 + + EHS + Active + Educare DC + www.educaredc.org + 4097@hsesinfo.org + 640 Anacostia Avenue, NE + + Washington + DC + 20019-1509 + 640 Anacostia Avenue, NE + + Washington + DC + 20019-1509 + 640 Anacostia Avenue, NE + + Washington + DC + 20019-1509 + Mrs. + F219571 + L219571 + PHD + + 219571@hsesinfo.org + Mrs. + F219569 + L219569 + + + 219569@hsesinfo.org + Ms. + F219572 + L219572 + + 219572@hsesinfo.org + Mr. + F219568 + L219568 + + 219568@hsesinfo.org + 555-555-9568 + + + 4483 + 2432 + 8480 + 200 + 2013 + 2013-11-29 + 2018-11-30 + EHS + Inactive + Sunrise Children`s Foundation + www.sunrisechildren.org + 2432@hsesinfo.org + 2795 E Desert Inn Rd + Ste 200 + Las Vegas + NV + 89121-3635 + 2795 E Desert Inn Rd + Ste 200 + Las Vegas + NV + 89121-3635 + 2795 E Desert Inn Rd + Ste 200 + Las Vegas + NV + 89121-3635 + Ms. + F42456 + L42456 + + Chair, SCF Board of Directors + 42456@hsesinfo.org + Mr. + F42460 + L42460 + + Executive Director + 42460@hsesinfo.org + Ms. + F42458 + L42458 + + 42458@hsesinfo.org + Ms. + F42455 + L42455 + + 42455@hsesinfo.org + 555-555-2455 x 5555 + + + 10488 + 946 + 12480 + 000 + 2013 + 2019-09-01 + + HS + Active + Danville Area School District + www.danville.k12.pa.us + 946@hsesinfo.org + 931 Ironmen Ln + Danville Head Start + Danville + PA + 17821-2191 + 931 Ironmen Ln + Danville Head Start + Danville + PA + 17821-2191 + 931 Ironmen Ln + Danville Head Start + Danville + PA + 17821-2191 + Mrs. + F221757 + L221757 + + Danville Area School District Board President + 221757@hsesinfo.org + Dr. + F221758 + L221758 + + Superintendent + 221758@hsesinfo.org + Mr. + F221760 + L221760 + + 221760@hsesinfo.org + Ms. + F221756 + L221756 + + 221756@hsesinfo.org + 555-555-1756 x 5555 + + + 8395 + 927 + 10813 + 000 + 1992 + 2017-01-01 + + HS + Active + Macon-Bibb County EOCI + http://www.maconbibbeoc.com + 927@hsesinfo.org + 1680 Broadway + + Macon + GA + 31201-3081 + 1680 Broadway + + Macon + GA + 31201-3081 + 1680 Broadway + + Macon + GA + 31201-3081 + Dr. + F207958 + L207958 + + + 207958@hsesinfo.org + Ms. + F207959 + L207959 + + + 207959@hsesinfo.org + + F207961 + L207961 + + 207961@hsesinfo.org + Ms. + F207957 + L207957 + + 207957@hsesinfo.org + 555-555-7957 + + + 9504 + 5229 + 11718 + 200 + 2014 + 2019-04-01 + + Migrant EHS + Active + United Migrant Opportunity Services, Inc. + + 5229@hsesinfo.org + 2701 S. Chase Ave., P.O. Box 04129 + + MILWAUKEE + WI + 53204 + + + + + + + + + + + Mr. + F215025 + L215025 + + Board Chair + 215025@hsesinfo.org + Mr. + F215026 + L215026 + + CEO/President + 215026@hsesinfo.org + Mr. + F215028 + L215028 + + 215028@hsesinfo.org + Ms. + F215024 + L215024 + + 215024@hsesinfo.org + 555-555-5024 + + + 6953 + 498 + 10424 + 000 + 1991 + 2015-11-01 + 2020-10-31 + HS + Inactive + United Community Action Program, Inc. + www.ucapinc.org + 498@hsesinfo.org + 501 6th St + + Pawnee + OK + 74058-2542 + 501 6th St + + Pawnee + OK + 74058-2542 + 501 6th St + + Pawnee + OK + 74058-2542 + Mr. + F204333 + L204333 + + Chairman of Board + 204333@hsesinfo.org + Mr. + F204334 + L204334 + + Executive Director + 204334@hsesinfo.org + Ms. + F204336 + L204336 + + 204336@hsesinfo.org + Ms. + F204332 + L204332 + + 204332@hsesinfo.org + 555-555-4332 x 5555 + + + 5768 + 3048 + 9523 + 200 + 2012 + 2015-01-01 + 2020-07-31 + EHS + Inactive + Center for New Communities + www.c4newcommunities.org + 3048@hsesinfo.org + 1314 Guadalupe St + Ste 201 + San Antonio + TX + 78207-5582 + 1314 Guadalupe St + Ste 201 + San Antonio + TX + 78207-5582 + 1314 Guadalupe St + Ste 201 + San Antonio + TX + 78207-5582 + Ms. + F104945 + L104945 + + Board Chair + 104945@hsesinfo.org + Ms. + F104946 + L104946 + + President + 104946@hsesinfo.org + Ms. + F104948 + L104948 + + 104948@hsesinfo.org + Ms. + F104944 + L104944 + + 104944@hsesinfo.org + 555-555-4944 + + + 8215 + 1944 + 10619 + 000 + 1992 + 2016-07-01 + + HS + Active + Adrian Public Schools + www.theadrianmaples.com + 1944@hsesinfo.org + 340 E Church St + + Adrian + MI + 49221-2904 + 340 E Church St + + Adrian + MI + 49221-2904 + 340 E Church St + + Adrian + MI + 49221-2904 + Mrs. + F206620 + L206620 + + Board President + 206620@hsesinfo.org + Mr. + F206621 + L206621 + + Superintendent + 206621@hsesinfo.org + Mr. + F206623 + L206623 + + 206623@hsesinfo.org + Mr. + F206619 + L206619 + + 206619@hsesinfo.org + 555-555-6619 + + + 9505 + 8787 + 11722 + 200 + 2019 + 2019-03-01 + + EHS + Active + Community Teamwork, Inc. + + 8787@hsesinfo.org + 155 Merrimack St + + Lowell + MA + 01852-1723 + 155 Merrimack St + + Lowell + MA + 01852-1723 + 155 Merrimack St + + Lowell + MA + 01852-1723 + Mr. + F215032 + L215032 + + + 215032@hsesinfo.org + Ms. + F215033 + L215033 + + Executive Director + 215033@hsesinfo.org + Ms. + F215035 + L215035 + + 215035@hsesinfo.org + Ms. + F215031 + L215031 + + 215031@hsesinfo.org + 555-555-5031 + + + 10053 + 3681 + 12119 + 007 + 2014 + 2019-07-01 + + HS + Active + Garvey School District + www.garvey.k12.ca.us + 3681@hsesinfo.org + 7424 Newmark Ave + + Rosemead + CA + 91770-2943 + 7424 Newmark Ave + + Rosemead + CA + 91770-2943 + 2730 Del Mar Ave + + Rosemead + CA + 91770-3026 + Ms. + F218764 + L218764 + + Board President + 218764@hsesinfo.org + Ms. + F218765 + L218765 + + Superintendent + 218765@hsesinfo.org + Ms. + F218767 + L218767 + + 218767@hsesinfo.org + Dr. + F218763 + L218763 + + 218763@hsesinfo.org + 555-555-8763 + + + 10054 + 3685 + 12120 + 008 + 2014 + 2019-07-01 + + HS + Active + Mountain View Head Start Preschool + http://www.mtviewschools.com + 3685@hsesinfo.org + 2109 Burkett Rd. + + El Monte + CA + 91733-4113 + 2109 Burkett Rd. + + El Monte + CA + 91733-4113 + 3320 Gilman Rd + + El Monte + CA + 91732-3201 + Mr. + F218771 + L218771 + + School Board President + 218771@hsesinfo.org + Ms. + F218772 + L218772 + + Superintendent + 218772@hsesinfo.org + Ms. + F218774 + L218774 + + 218774@hsesinfo.org + Ms. + F218770 + L218770 + + 218770@hsesinfo.org + 555-555-8770 + + + 10055 + 3686 + 12121 + 009 + 2014 + 2019-07-01 + + HS + Active + Norwalk-La Mirada Unified School District + www.nlmpreschool.org + 3686@hsesinfo.org + 14616 Dinard Ave. + + Norwalk + CA + 90650-5110 + 14616 Dinard Ave. + + Norwalk + CA + 90650-5110 + 14616 Dinard Ave. + + Norwalk + CA + 90650-5110 + Mr. + F218778 + L218778 + + School Board President + 218778@hsesinfo.org + Dr. + F218779 + L218779 + + School Superintendent + 218779@hsesinfo.org + Ms. + F218781 + L218781 + + 218781@hsesinfo.org + Ms. + F218777 + L218777 + + 218777@hsesinfo.org + 555-555-8777 + + + 10056 + 3687 + 12122 + 010 + 2014 + 2019-07-01 + + HS + Active + Pomona Unified School District + http://www.pusd.org + 3687@hsesinfo.org + 800 S Garey Ave + Pomona Unified School District Child Development + Pomona + CA + 91766-3325 + 800 S Garey Ave + Pomona Unified School District Child Development + Pomona + CA + 91766-3325 + 800 S Garey Ave + Pomona Unified School District Child Development + Pomona + CA + 91766-3325 + Mrs. + F218785 + L218785 + + Board President + 218785@hsesinfo.org + Mrs. + F218786 + L218786 + + Director of Child Development + 218786@hsesinfo.org + Mrs. + F218788 + L218788 + + 218788@hsesinfo.org + Mr. + F218784 + L218784 + + 218784@hsesinfo.org + 555-555-8784 x 5555 + + + 9506 + 8788 + 11728 + 200 + 2019 + 2019-03-01 + + EHS + Active + South Shore Community Action Council, Inc. + + 8788@hsesinfo.org + 71 Obery St + + Plymouth + MA + 02360-2181 + 71 Obery St + + Plymouth + MA + 02360-2181 + 71 Obery St + + Plymouth + MA + 02360-2181 + Mr. + F215039 + L215039 + + + 215039@hsesinfo.org + Mr. + F215040 + L215040 + + + 215040@hsesinfo.org + Mrs. + F215042 + L215042 + + 215042@hsesinfo.org + Ms. + F215038 + L215038 + + 215038@hsesinfo.org + 555-555-5038 x 5555 + + + 4769 + 1296 + 8643 + 000 + 2014 + 2014-04-01 + 2019-03-31 + HS + Inactive + Tulare County Department of Education + + 1296@hsesinfo.org + 7000 Doe Avenue, Suite C + + Visalia + CA + 93291-9287 + 7000 Doe Avenue, Suite C + + Visalia + CA + 93291-9287 + 7000 Doe Avenue, Suite C + + Visalia + CA + 93291-9287 + Mr. + F46214 + L46214 + + County Superintendent of Schools + 46214@hsesinfo.org + Mr. + F46213 + L46213 + + + 46213@hsesinfo.org + Mr. + F46217 + L46217 + + 46217@hsesinfo.org + Ms. + F46212 + L46212 + + 46212@hsesinfo.org + 555-555-6212 x 5555 + + + 10583 + 6889 + 12572 + 202 + + 2019-09-01 + + EHS + Active + Caroline County Public Schools + www.carolinecountyearlyheadstart.com + 6889@hsesinfo.org + Caroline County Family Support Center + 100 North 6th Street + Denton + MD + 21629-1110 + Caroline County Family Support Center + 100 North 6th Street + Denton + MD + 21629-1110 + Caroline County Family Support Center + 100 North 6th Street + Denton + MD + 21629-1110 + Mr. + F222419 + L222419 + Jr. + + 222419@hsesinfo.org + Dr. + F222420 + L222420 + + + 222420@hsesinfo.org + Ms. + F222422 + L222422 + + 222422@hsesinfo.org + Ms. + F222418 + L222418 + + 222418@hsesinfo.org + 555-555-2418 + + + 3019 + 2770 + 6676 + 200 + 2011 + 2013-07-02 + 2019-02-28 + EHS + Inactive + Community Action Commission of Fayette County + www.cacfayettecounty.org + 2770@hsesinfo.org + 1400 U.S.Rt. 22NW + + Washington Court House + OH + 43160 + 1400 U.S.Rt. 22NW + + Washington Court House + OH + 43160 + 1400 U.S.Rt. 22NW + + Washington Court House + OH + 43160 + Mrs. + F37702 + L37702 + + Governing Board Chair + 37702@hsesinfo.org + Mrs. + F37700 + L37700 + + Executive Director + 37700@hsesinfo.org + Ms. + F37699 + L37699 + + 37699@hsesinfo.org + Ms. + F37698 + L37698 + + 37698@hsesinfo.org + 555-555-7698 x 5555 + + + 10057 + 3689 + 12123 + 011 + 2014 + 2019-07-01 + + HS + Active + Mexican American Opportunity Foundation + http://www.maof.org + 3689@hsesinfo.org + 2650 Zoe Avenue + + Huntington Park + CA + 90255 + 2650 Zoe Avenue + + Huntington Park + CA + 90255 + 2650 Zoe Avenue + + Huntington Park + CA + 90255 + Mrs. + F218792 + L218792 + + Chair + 218792@hsesinfo.org + Mr. + F218793 + L218793 + + + 218793@hsesinfo.org + Mr. + F218795 + L218795 + + 218795@hsesinfo.org + Mrs. + F218791 + L218791 + + 218791@hsesinfo.org + 555-555-8791 + + + 3372 + 2926 + 7368 + 200 + 2013 + 2013-06-26 + 2018-12-31 + EHS + Inactive + THE SPANISH SPEAKING UNITY COUNCIL OF ALAMEDA COUNTY, I + www.unitycouncil.org + 2926@hsesinfo.org + 1900 FRUITVALE AVE SUITE 2A + + OAKLAND + CA + 94601-2468 + 1900 FRUITVALE AVE SUITE 2A + + OAKLAND + CA + 94601-2468 + 1900 FRUITVALE AVE SUITE 2A + + OAKLAND + CA + 94601-2468 + Ms. + F38410 + L38410 + + Chairperson of the Board of Directors + 38410@hsesinfo.org + Mr. + F38408 + L38408 + + + 38408@hsesinfo.org + Ms. + F38407 + L38407 + + 38407@hsesinfo.org + Mr. + F36221 + L36221 + + 36221@hsesinfo.org + 555-555-6221 + + + 4630 + 1076 + 8505 + 000 + 2014 + 2014-02-01 + 2019-01-31 + HS + Inactive + Southern Utah University Head Start + http://www.suu.edu/headstart + 1076@hsesinfo.org + 2390 West Highway 56, Suite #1 + + Cedar City + UT + 84720-2476 + Southern Utah University Head Start + 2390 West Highway 56 Suite #1 + Cedar City + UT + 84720-4151 + 2390 West Highway 56, Suite #1 + + Cedar City + UT + 84720-2476 + Mr. + F44177 + L44177 + + Chairman of the Board of Trustees to Southern Utah Univ. + 44177@hsesinfo.org + Mr. + F44178 + L44178 + + + 44178@hsesinfo.org + Mr. + F44179 + L44179 + + 44179@hsesinfo.org + Mr. + F44176 + L44176 + + 44176@hsesinfo.org + 555-555-4176 x 5555 + + + 10855 + 9137 + 12831 + 203 + 2019 + 2019-03-01 + + EHS + Active + El Valor Corporation + http://www.elvalor.net + 9137@hsesinfo.org + 1850 West 21st Street + + Chicago + IL + 60608-2799 + 1850 West 21st Street + + Chicago + IL + 60608-2799 + 1850 West 21st Street + + Chicago + IL + 60608-2799 + Mr. + F224272 + L224272 + + Agency Board Chair + 224272@hsesinfo.org + Mr. + F224270 + L224270 + + President/CEO + 224270@hsesinfo.org + Ms. + F224273 + L224273 + + 224273@hsesinfo.org + Ms. + F224269 + L224269 + + 224269@hsesinfo.org + 555-555-4269 + + + 10854 + 9136 + 12829 + 202 + 2019 + 2019-03-01 + + EHS + Active + Chicago Youth Centers + http://www.chicagoyouthcenters.org + 9136@hsesinfo.org + 218 S Wabash Suite 600 + + Chicago + IL + 60604 + 218 S Wabash Suite 600 + + Chicago + IL + 60604 + 218 S Wabash Suite 600 + + Chicago + IL + 60604 + Mr. + F224266 + L224266 + + Board Chair + 224266@hsesinfo.org + Ms. + F224264 + L224264 + + President/CEO + 224264@hsesinfo.org + Ms. + F224267 + L224267 + + 224267@hsesinfo.org + Ms. + F224263 + L224263 + + 224263@hsesinfo.org + 555-555-4263 x 5555 + + + 8794 + 8639 + 10258 + 204 + 2017 + 2017-08-01 + 2020-07-31 + EHS + Inactive + Twin Rivers Unified School District + www.twinriversusd.org + 8639@hsesinfo.org + 5115 Dudley Blvd + + Mcclellan + CA + 95652 + 5115 Dudley Blvd + + Mcclellan + CA + 95652 + 5115 Dudley Blvd + + Mcclellan + CA + 95652 + Mrs. + F209988 + L209988 + + Board President + 209988@hsesinfo.org + Dr. + F209986 + L209986 + + Superintendent + 209986@hsesinfo.org + Mrs. + F209989 + L209989 + + 209989@hsesinfo.org + Dr. + F209985 + L209985 + + 209985@hsesinfo.org + 555-555-9985 + + + 9126 + 3791 + 11433 + 211 + 2013 + 2018-09-01 + + EHS + Active + Romoland School District + www.romoland.net + 3791@hsesinfo.org + 25890 Antelope + + Romoland + CA + 92585 + 25890 Antelope + + Romoland + CA + 92585 + 25890 Antelope + + Romoland + CA + 92585 + Mrs. + F212472 + L212472 + + School Board President + 212472@hsesinfo.org + Mr. + F212473 + L212473 + + Superintendent + 212473@hsesinfo.org + Ms. + F212475 + L212475 + + 212475@hsesinfo.org + Mrs. + F212471 + L212471 + + 212471@hsesinfo.org + 555-555-2471 + + + 10455 + 1303 + 12452 + 000 + 2014 + 2019-09-01 + + HS + Active + Stanislaus County Office of Education + https://stancoe.org/division/child-family-services + 1303@hsesinfo.org + 1100 H Street + + Modesto + CA + 95354 + 1100 H Street + + Modesto + CA + 95354 + 1100 H Street + + Modesto + CA + 95354 + Mr. + F221524 + L221524 + + Superintendent + 221524@hsesinfo.org + Mr. + F221525 + L221525 + + Executive Director + 221525@hsesinfo.org + Ms. + F221527 + L221527 + + 221527@hsesinfo.org + Ms. + F221523 + L221523 + + 221523@hsesinfo.org + 555-555-1523 + + + 4761 + 853 + 8617 + 000 + 2014 + 2014-04-01 + 2019-03-31 + HS + Inactive + CAPC Washington-Morgan County + http://www.wmcap.org + 853@hsesinfo.org + 218 Putnam Street + + Marietta + OH + 45750-0144 + P.O. Box 144 + + Marietta + OH + 45750 + 218 Putnam Street + + Marietta + OH + 45750 + Mr. + F46187 + L46187 + + Board President + 46187@hsesinfo.org + Mr. + F46185 + L46185 + + + 46185@hsesinfo.org + Ms. + F46184 + L46184 + + 46184@hsesinfo.org + Mrs. + F46183 + L46183 + + 46183@hsesinfo.org + 555-555-6183 + + + 3094 + 2071 + 6735 + 200 + 2004 + 2013-07-02 + 2018-10-31 + EHS + Inactive + COMMUNITY ACTION RESOURCE AND DEVELOPMENT, INC. + http://www.cardcaa.org + 2071@hsesinfo.org + 707 W Lowry Rd + Ste 102 + Claremore + OK + 74017-2109 + 707 West Lowery Road, suite 102 + P.O. Box 947 + Claremore + OK + 74018-0947 + 707 W Lowry Rd + Ste 102 + Claremore + OK + 74017-2109 + Mr. + F37878 + L37878 + + Board Chairman + 37878@hsesinfo.org + Ms. + F37882 + L37882 + + Executive Director + 37882@hsesinfo.org + Mrs. + F37881 + L37881 + + 37881@hsesinfo.org + Mrs. + F37877 + L37877 + + 37877@hsesinfo.org + 555-555-7877 + + + 10456 + 3803 + 12454 + 001 + 2014 + 2019-09-01 + + HS + Active + Modesto City Schools Child development Programs + http://www.monet.k12.ca.us-mcsnews/departments/childdevelopment + 3803@hsesinfo.org + 1017 Reno Avenue, Building C + + Modesto + CA + 95351-1165 + 1017 Reno Avenue, Building C + + Modesto + CA + 95351-1165 + 1017 Reno Avenue, Building C + + Modesto + CA + 95351-1165 + Mr. + F221531 + L221531 + + President + 221531@hsesinfo.org + Ms. + F221532 + L221532 + + Superintendent + 221532@hsesinfo.org + Ms. + F221534 + L221534 + + 221534@hsesinfo.org + Ms. + F221530 + L221530 + + 221530@hsesinfo.org + 555-555-1530 + + + 4459 + 495 + 8387 + 000 + 1991 + 2013-11-01 + 2018-10-31 + HS + Inactive + PORTLAND PUBLIC SCHOOLS HEAD START PROGRAM + www.pps.net/head-start + 495@hsesinfo.org + 4800 NE 74th Avenue + + Portland + OR + 97218-3824 + 4800 NE 74th Avenue + + Portland + OR + 97218-3824 + 4800 NE 74th Avenue + + Portland + OR + 97218-3824 + Ms. + F41620 + L41620 + + Board Chair + 41620@hsesinfo.org + Ms. + F41618 + L41618 + + + 41618@hsesinfo.org + Ms. + F41617 + L41617 + + 41617@hsesinfo.org + Ms. + F41615 + L41615 + + 41615@hsesinfo.org + 555-555-1615 + + + 5156 + 776 + 8990 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + MT PLEASANT INDEPENDENT SCHOOL DISTRICT + www.mpisd.net + 776@hsesinfo.org + 1602 W Ferguson Rd + + Mount Pleasant + TX + 75455-2918 + 2230 N Edwards Ave + + Mount Pleasant + TX + 75455-2036 + 2230 N Edwards Ave + + Mount Pleasant + TX + 75455-2036 + Mrs. + F52075 + L52075 + + MPISD Board President + 52075@hsesinfo.org + Mr. + F52076 + L52076 + + MPISD Superintendent/Executive Director of HS/EHS + 52076@hsesinfo.org + Ms. + F52077 + L52077 + + 52077@hsesinfo.org + Mrs. + F52073 + L52073 + + 52073@hsesinfo.org + 555-555-2073 + + + 8260 + 2733 + 10644 + 200 + 2011 + 2016-07-01 + + EHS + Active + KIDS' CORPS, INC. + www.kcialaska.org + 2733@hsesinfo.org + 101 Davis St + + Anchorage + AK + 99508-2431 + 101 Davis St + + Anchorage + AK + 99508-2431 + 101 Davis St + + Anchorage + AK + 99508-2431 + Ms. + F206935 + L206935 + + Board President + 206935@hsesinfo.org + Mr. + F206936 + L206936 + + Executive Director + 206936@hsesinfo.org + Ms. + F206938 + L206938 + + 206938@hsesinfo.org + Mr. + F206934 + L206934 + + 206934@hsesinfo.org + 555-555-6934 + + + 10457 + 3804 + 12455 + 002 + 2014 + 2019-09-01 + + HS + Active + Salida Union School District + http://www.salida.k12.ca.us + 3804@hsesinfo.org + 4801 Sisk Road + + Salida + CA + 95368-9445 + 4801 Sisk Road + + Salida + CA + 95368-9445 + 4801 Sisk Road + + Salida + CA + 95368-9445 + Ms. + F221538 + L221538 + + Superintendent + 221538@hsesinfo.org + Ms. + F221539 + L221539 + + + 221539@hsesinfo.org + Ms. + F221541 + L221541 + + 221541@hsesinfo.org + Ms. + F221537 + L221537 + + 221537@hsesinfo.org + 555-555-1537 + + + 10458 + 3805 + 12456 + 003 + 2014 + 2019-09-01 + + HS + Active + Turlock Unified School District + http://www.turlockusd-ca.schooloop.com + 3805@hsesinfo.org + 1574 E Canal Dr + + Turlock + CA + 95380-4161 + PO Box 819013 + + Turlock + CA + 95381-9013 + 1574 E Canal Dr + + Turlock + CA + 95380-4161 + Ms. + F221545 + L221545 + + Board President + 221545@hsesinfo.org + Ms. + F221546 + L221546 + + Superintendent + 221546@hsesinfo.org + Ms. + F221548 + L221548 + + 221548@hsesinfo.org + Ms. + F221544 + L221544 + + 221544@hsesinfo.org + 555-555-1544 + + + 10459 + 3806 + 12457 + 004 + 2014 + 2019-09-01 + + HS + Active + Empire Union School District + http://www.empire.k12.ca.us + 3806@hsesinfo.org + 116 North McClure Road + + Modesto + CA + 95357-1329 + 116 North McClure Road + + Modesto + CA + 95357-1329 + 116 North McClure Road + + Modesto + CA + 95357-1329 + Ms. + F221552 + L221552 + + + 221552@hsesinfo.org + Ms. + F221553 + L221553 + + + 221553@hsesinfo.org + Ms. + F221555 + L221555 + + 221555@hsesinfo.org + Ms. + F221551 + L221551 + + 221551@hsesinfo.org + 555-555-1551 + + + 5310 + 1569 + 9059 + 200 + 2000 + 2014-09-01 + + EHS + Active + Asheville City Schools Preschool/Early Head Start + http://www.ashevillecityschools.net/schools/pre + 1569@hsesinfo.org + 441 Haywood Road + + Asheville + NC + 28806-4257 + 441 Haywood Road + + Asheville + NC + 28806-4257 + 441 Haywood Road + + Asheville + NC + 28806-4257 + + F54072 + L54072 + + Governing Board Chairman + 54072@hsesinfo.org + + F54071 + L54071 + + + 54071@hsesinfo.org + + F54074 + L54074 + + 54074@hsesinfo.org + + F54069 + L54069 + + 54069@hsesinfo.org + 555-555-4069 + + + 9510 + 8792 + 11727 + 200 + 2019 + 2019-03-01 + + EHS + Active + Northwest Michigan Community Action Agency, Inc. + + 8792@hsesinfo.org + 3963 3 Mile Rd N + + Traverse City + MI + 49686-9164 + 3963 3 Mile Rd N + + Traverse City + MI + 49686-9164 + 3963 3 Mile Rd N + + Traverse City + MI + 49686-9164 + Mrs. + F215067 + L215067 + + Board Chairperson + 215067@hsesinfo.org + Ms. + F215068 + L215068 + + Executive Director + 215068@hsesinfo.org + Ms. + F215070 + L215070 + + 215070@hsesinfo.org + Ms. + F215066 + L215066 + + 215066@hsesinfo.org + 555-555-5066 + + + 9511 + 8793 + 11719 + 200 + 2019 + 2019-03-01 + + EHS + Active + Young Women's Christian Association of Canton, Ohio + + 8793@hsesinfo.org + 231 Sixth Street NE + + Canton + OH + 44702-1035 + 231 Sixth Street NE + + Canton + OH + 44702-1035 + 231 Sixth Street NE + + Canton + OH + 44702-1035 + Ms. + F215074 + L215074 + + Board President + 215074@hsesinfo.org + Ms. + F215075 + L215075 + + CEO + 215075@hsesinfo.org + Ms. + F215077 + L215077 + + 215077@hsesinfo.org + Ms. + F215073 + L215073 + + 215073@hsesinfo.org + 555-555-5073 + + + 4908 + 4914 + 8919 + 000 + 2014 + 2014-06-01 + 2019-11-30 + HS + Inactive + Avoyelles Child Development Services, Inc. + lynnnormand@avoyellesheadstart.org + 4914@hsesinfo.org + 562 Main St + + Moreauville + LA + 71355-3066 + PO Box 153 + + Moreauville + LA + 71355-0153 + 562 Main St + + Moreauville + LA + 71355-3066 + Miss + F47991 + L47991 + + Board President + 47991@hsesinfo.org + Ms. + F47992 + L47992 + + Program Director + 47992@hsesinfo.org + Mrs. + F47994 + L47994 + + 47994@hsesinfo.org + Ms. + F47990 + L47990 + + 47990@hsesinfo.org + 555-555-7990 + + + 4636 + 1162 + 8605 + 000 + 2014 + 2014-01-01 + 2018-12-31 + AIAN HS + Inactive + NOOKSACK INDIAN TRIBE + http://www.nooksack-tribe.com + 1162@hsesinfo.org + 5018 Alder Street + + Deming + WA + 98244 + PO Box 157 + 5018 Alder Street + Deming + WA + 98244-0157 + 5018 Alder Street + + Deming + WA + 98244 + Mr. + F44192 + L44192 + Sr. + Nooksack Tribal Chairman + 44192@hsesinfo.org + Miss + F44191 + L44191 + + General Manager + 44191@hsesinfo.org + Mrs. + F44194 + L44194 + + 44194@hsesinfo.org + Mrs. + F44190 + L44190 + + 44190@hsesinfo.org + 555-555-4190 + + + 8572 + 8451 + 10978 + 200 + 2017 + 2017-03-01 + + EHS + Active + Acelero, Inc. + www.acelero.net + 8451@hsesinfo.org + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + Mr. + F208727 + L208727 + + Chair Person + 208727@hsesinfo.org + Mr. + F208728 + L208728 + + + 208728@hsesinfo.org + Ms. + F208730 + L208730 + + 208730@hsesinfo.org + Mr. + F208726 + L208726 + + 208726@hsesinfo.org + 555-555-8726 + + + 8986 + 834 + 11312 + 000 + 2013 + 2018-08-01 + + HS + Active + PACT FOR WEST CENTRAL ILLINOIS + pactheadstart.com + 834@hsesinfo.org + 300 S Capitol Ave + + Mount Sterling + IL + 62353-1506 + 300 S. Capitol + P.O. Box 231 + Mount Sterling + IL + 62353-0231 + 300 S Capitol Ave + + Mount Sterling + IL + 62353-1506 + Mrs. + F211458 + L211458 + + Board Chair + 211458@hsesinfo.org + Mrs. + F211459 + L211459 + + Executive Director + 211459@hsesinfo.org + Ms. + F211461 + L211461 + + 211461@hsesinfo.org + Mrs. + F211457 + L211457 + + 211457@hsesinfo.org + 555-555-1457 + + + 9479 + 8773 + 11697 + 200 + 2019 + 2019-03-01 + + EHS + Active + Community Action Agency of Siouxland + www.caasiouxland.org + 8773@hsesinfo.org + 2700 Leech Ave + + Sioux City + IA + 51106-1129 + 2700 Leech Ave + + Sioux City + IA + 51106-1129 + 2700 Leech Ave + + Sioux City + IA + 51106-1129 + Mr. + F214850 + L214850 + + Community Action Agency of Siouxland Board Chairperson + 214850@hsesinfo.org + Ms. + F214851 + L214851 + + Community Action Agency of Siouxland Executive Director + 214851@hsesinfo.org + Mr. + F214853 + L214853 + + 214853@hsesinfo.org + Ms. + F214849 + L214849 + + 214849@hsesinfo.org + 555-555-4849 x 5555 + + + 11538 + 1505 + 13332 + 200 + 2001 + 2020-07-01 + + EHS + Active + Community Action Agency + http://www.caajlh.org + 1505@hsesinfo.org + 1214 Greenwood Ave + + Jackson + MI + 49203-3037 + 1214 Greenwood Ave + + Jackson + MI + 49203-3037 + 1214 Greenwood Ave + + Jackson + MI + 49203-3037 + Ms. + F228794 + L228794 + + Board Chair + 228794@hsesinfo.org + Mrs. + F228795 + L228795 + + CEO + 228795@hsesinfo.org + Ms. + F228797 + L228797 + + 228797@hsesinfo.org + Mrs. + F228793 + L228793 + + 228793@hsesinfo.org + 555-555-8793 + + + 8658 + 8521 + 11043 + 000 + 2017 + 2017-07-01 + + HS + Active + The New York Foundling Hospital + www.nyfoundling.org + 8521@hsesinfo.org + 1713 Ave Ponce De Leon + + San Juan + PR + 00909-1985 + P.O. Box 191274 + + San Juan + PR + 00919-1274 + 590 Avenue of the Americas + + New York + NY + 10011-2022 + Mr. + F209115 + L209115 + Jr + Chairperson + 209115@hsesinfo.org + Mr. + F209116 + L209116 + + + 209116@hsesinfo.org + Mrs. + F209118 + L209118 + + 209118@hsesinfo.org + Ms. + F209114 + L209114 + + 209114@hsesinfo.org + 555-555-9114 + + + 4617 + 3043 + 8529 + 200 + 2014 + 2014-02-01 + 2019-01-31 + EHS + Inactive + TABLELAND SERVICES, INC + http://www.capfsc.org + 3043@hsesinfo.org + 535 East Main Street + + Somerset + PA + 15501 + 535 East Main Street + + Somerset + PA + 15501 + 535 East Main Street + + Somerset + PA + 15501 + Mr. + F44090 + L44090 + + Chairperson + 44090@hsesinfo.org + Mr. + F44088 + L44088 + + Executive Director + 44088@hsesinfo.org + Ms. + F44087 + L44087 + + 44087@hsesinfo.org + Mrs. + F44086 + L44086 + + 44086@hsesinfo.org + 555-555-4086 x 5555 + + + 10460 + 3807 + 12458 + 005 + 2014 + 2019-09-01 + + HS + Active + Waterford Unified School District + http://www.waterford.k12.ca.us + 3807@hsesinfo.org + 219 N. Reinway #1 + + Waterford + CA + 95386-9158 + 219 N. Reinway #1 + + Waterford + CA + 95386-9158 + 219 N. Reinway #1 + + Waterford + CA + 95386-9158 + Mrs. + F221559 + L221559 + + + 221559@hsesinfo.org + Mr. + F221560 + L221560 + + + 221560@hsesinfo.org + Ms. + F221562 + L221562 + + 221562@hsesinfo.org + Mrs. + F221558 + L221558 + + 221558@hsesinfo.org + 555-555-1558 + + + 4523 + 279 + 8545 + 200 + 1992 + 2013-12-02 + 2018-11-30 + EHS + Inactive + NORTHEAST KINGDOM COMMUNITY ACTION, INC + http://www.nekcavt.org + 279@hsesinfo.org + 191 High Street + + Barton + VT + 05822-9414 + 191 High Street + + Barton + VT + 05822-9414 + 191 High Street + + Barton + VT + 05822-9414 + Ms. + F42613 + L42613 + + NEKCA Board Chair + 42613@hsesinfo.org + Mrs. + F42611 + L42611 + + NEKCA Executive Director + 42611@hsesinfo.org + Ms. + F42614 + L42614 + + 42614@hsesinfo.org + Ms. + F42610 + L42610 + + 42610@hsesinfo.org + 555-555-2610 x 5555 + + + 9767 + 5851 + 11904 + 200 + + 2019-07-01 + + EHS + Active + Alameda Family Services + www.alamedafs.org + 5851@hsesinfo.org + 2325 Clement Ave + Ste A + Alameda + CA + 94501-7061 + 2325 Clement Ave + Ste A + Alameda + CA + 94501-7061 + 2325 Clement Ave + Ste A + Alameda + CA + 94501-7061 + Ms. + F216779 + L216779 + + AFS Board President + 216779@hsesinfo.org + Ms. + F216780 + L216780 + + Interim Executive Director + 216780@hsesinfo.org + Ms. + F216782 + L216782 + + 216782@hsesinfo.org + Ms. + F216778 + L216778 + + 216778@hsesinfo.org + 555-555-6778 + + + 5205 + 1054 + 8749 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Grand Forks Public School District # 1 + gfschools.org + 1054@hsesinfo.org + 3600 6th Avenue North + + Grand Forks + ND + 58203-2723 + PO Box 6000 + + Grand Forks + ND + 58206-6000 + 2400 47th Ave S + + Grand Forks + ND + 58201-3405 + Mr. + F52276 + L52276 + + School Board President + 52276@hsesinfo.org + Mr. + F52274 + L52274 + + Associate Superintendent of Elementary Education + 52274@hsesinfo.org + Ms. + F52273 + L52273 + + 52273@hsesinfo.org + Mrs. + F52272 + L52272 + + 52272@hsesinfo.org + 555-555-2272 x 5555 + + + 9768 + 4935 + 11906 + 000 + 2014 + 2019-08-01 + + HS + Active + Iberville Parish School Board + www.ipsb.net + 4935@hsesinfo.org + 58030 Plaquemine Street + + Plaquemine + LA + 70764-0365 + PO Box 151 + + Plaquemine + LA + 70765-0151 + 58030 Plaquemine Street + + Plaquemine + LA + 70764-0365 + Dr. + F216786 + L216786 + Jr. + Superintendent + 216786@hsesinfo.org + Ms. + F216787 + L216787 + + CFO + 216787@hsesinfo.org + Mr. + F216789 + L216789 + + 216789@hsesinfo.org + Ms. + F216785 + L216785 + + 216785@hsesinfo.org + 555-555-6785 + + + 7042 + 2178 + 10492 + 000 + 1992 + 2016-01-01 + + HS + Active + St. Lawrence County Community Development Inc.-Head Start + www.slccdp.org + 2178@hsesinfo.org + 1 Commerce Ln + + Canton + NY + 13617-3763 + 1 Commerce Ln + + Canton + NY + 13617-3763 + 1 Commerce Ln + + Canton + NY + 13617-3763 + Ms. + F204961 + L204961 + + CDP Board President + 204961@hsesinfo.org + Ms. + F204962 + L204962 + + CDP Executive Director + 204962@hsesinfo.org + Mr. + F204964 + L204964 + + 204964@hsesinfo.org + Ms. + F204960 + L204960 + + 204960@hsesinfo.org + 555-555-4960 + + + 8544 + 8424 + 10953 + 200 + 2017 + 2017-03-01 + + EHS + Active + Council of Three Rivers American Indian Center + http://www.cotraic.org + 8424@hsesinfo.org + 120 Charles Street + + Pittsburgh + PA + 15238-1027 + 120 Charles Street + + Pittsburgh + PA + 15238-1027 + 120 Charles Street + + Pittsburgh + PA + 15238-1027 + Mr. + F208536 + L208536 + + Board Chair + 208536@hsesinfo.org + Mr. + F208537 + L208537 + + Executive Director + 208537@hsesinfo.org + + F208539 + L208539 + + 208539@hsesinfo.org + Mrs. + F208535 + L208535 + + 208535@hsesinfo.org + 555-555-8535 x 5555 + + + 10461 + 3808 + 12459 + 006 + 2014 + 2019-09-01 + + HS + Active + Central California Child Development Services + http://cccds.com/ + 3808@hsesinfo.org + 2250 Rockefeller Dr + Ste 1 + Ceres + CA + 95307-7243 + 2250 Rockefeller Dr + P.O. Box 2540 + Ceres + CA + 95307-7243 + 2250 Rockefeller Dr + Ste 1 + Ceres + CA + 95307-7243 + Mr. + F221566 + L221566 + + Board President + 221566@hsesinfo.org + Ms. + F221567 + L221567 + + Executive Director + 221567@hsesinfo.org + Ms. + F221569 + L221569 + + 221569@hsesinfo.org + Ms. + F221565 + L221565 + + 221565@hsesinfo.org + 555-555-1565 x 5555 + + + 5726 + 2992 + 9519 + 200 + 2015 + 2015-01-01 + 2020-06-30 + EHS + Inactive + Dominican Women's Development Center + www.dwdc.org + 2992@hsesinfo.org + 519 W 189th Street- Ground Floor + + New York + NY + 10040 + 519 W 189th Street- Ground Floor + + New York + NY + 10040 + 519 W 189th Street- Ground Floor + + New York + NY + 10040 + Mrs. + F103109 + L103109 + + Chairperson + 103109@hsesinfo.org + Mrs. + F103107 + L103107 + + Executive + 103107@hsesinfo.org + Mrs. + F103106 + L103106 + + 103106@hsesinfo.org + Ms. + F103104 + L103104 + + 103104@hsesinfo.org + 555-555-3104 x 5555 + + + 6249 + 6262 + 9765 + 200 + + 2015-03-01 + 2020-08-31 + AIAN EHS + Inactive + ROSEBUD SIOUX TRIBE + www.rst-headstart.com + 6262@hsesinfo.org + 725 Hospital Drive + + Rosebud + SD + 57570 + POST OFFICE BOX 836 + + ROSEBUD + SD + 57570 + 725 Hospital Drive + + Rosebud + SD + 57570 + Mr. + F109376 + L109376 + + Tribal President + 109376@hsesinfo.org + Mr. + F109377 + L109377 + + Tribal President + 109377@hsesinfo.org + Ms. + F109379 + L109379 + + 109379@hsesinfo.org + Ms. + F109375 + L109375 + + 109375@hsesinfo.org + 555-555-9375 + + + 10462 + 3809 + 12460 + 007 + 2014 + 2019-09-01 + + HS + Active + Keyes Union School District + www.keyes.k12.ca.us/ + 3809@hsesinfo.org + 4621 Nunes Road + + Keyes + CA + 95328-0310 + 4621 Nunes Road + + Keyes + CA + 95328-0310 + 4621 Nunes Road + + Keyes + CA + 95328-0310 + Mr. + F221573 + L221573 + + + 221573@hsesinfo.org + Ms. + F221574 + L221574 + + + 221574@hsesinfo.org + Ms. + F221576 + L221576 + + 221576@hsesinfo.org + Ms. + F221572 + L221572 + + 221572@hsesinfo.org + 555-555-1572 x 5555 + + + 5948 + 5955 + 9665 + 200 + + 2015-02-01 + 2020-07-31 + EHS + Inactive + Northern Kentucky Community Action Commission, Inc. + nkcac.org + 5955@hsesinfo.org + 717 Madison Ave + + Covington + KY + 41011-2479 + 717 Madison Ave + + Covington + KY + 41011-2479 + 717 Madison Ave + + Covington + KY + 41011-2479 + Ms. + F106238 + L106238 + + Board Chair + 106238@hsesinfo.org + Ms. + F106239 + L106239 + + Executive Director + 106239@hsesinfo.org + Mr. + F106241 + L106241 + + 106241@hsesinfo.org + Ms. + F106237 + L106237 + + 106237@hsesinfo.org + 555-555-6237 + + + 9513 + 8795 + 11726 + 200 + 2019 + 2019-03-01 + + EHS + Active + Rural Alaska Community Action Program, Inc. + + 8795@hsesinfo.org + 731 East 8th Avenue + + Anchorage + AK + 99520-0908 + 731 East 8th Avenue + + Anchorage + AK + 99520-0908 + 731 East 8th Avenue + + Anchorage + AK + 99520-0908 + Ms. + F215088 + L215088 + + President Board of Directors + 215088@hsesinfo.org + Mr. + F215089 + L215089 + + Chief Executive Officer + 215089@hsesinfo.org + Ms. + F215091 + L215091 + + 215091@hsesinfo.org + Ms. + F215087 + L215087 + + 215087@hsesinfo.org + 555-555-5087 + + + 9514 + 8796 + 11723 + 200 + 2019 + 2019-03-01 + + Migrant EHS + Active + Community Action Council for Lexington-Fayette, Bourbon, Harrison & Nicholas Counties Inc + + 8796@hsesinfo.org + PO BOX 11610 + + Lexington + KY + 40576-1610 + PO BOX 11610 + + Lexington + KY + 40576-1610 + PO BOX 11610 + + Lexington + KY + 40576-1610 + Mrs. + F215095 + L215095 + + Chairman + 215095@hsesinfo.org + Mrs. + F215096 + L215096 + + Executive Director + 215096@hsesinfo.org + Mrs. + F215098 + L215098 + + 215098@hsesinfo.org + Ms. + F215094 + L215094 + + 215094@hsesinfo.org + 555-555-5094 x 5555 + + + 5155 + 814 + 8800 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Merrill Area Public School District + www.mapsedu.org + 814@hsesinfo.org + 1111 N Sales St + + Merrill + WI + 54452-3169 + 1111 N Sales St + + Merrill + WI + 54452-3169 + 1111 N Sales St + + Merrill + WI + 54452-3169 + Mr. + F51874 + L51874 + + Board President + 51874@hsesinfo.org + Dr. + F51873 + L51873 + + Superintendent + 51873@hsesinfo.org + Ms. + F51876 + L51876 + + 51876@hsesinfo.org + Mrs. + F51872 + L51872 + + 51872@hsesinfo.org + 555-555-1872 x 5555 + + + 10058 + 3692 + 12124 + 012 + 2014 + 2019-07-01 + + HS + Active + Santa Monica-Malibu Unified School District + http://www.smmusd.org + 3692@hsesinfo.org + 2828 4th St + + Santa Monica + CA + 90405-4308 + 2828 4th St + + Santa Monica + CA + 90405-4308 + 2828 4th St + + Santa Monica + CA + 90405-4308 + Dr. + F218799 + L218799 + + President + 218799@hsesinfo.org + Dr. + F218800 + L218800 + + Director + 218800@hsesinfo.org + Mrs. + F218802 + L218802 + + 218802@hsesinfo.org + Dr. + F218798 + L218798 + + 218798@hsesinfo.org + 555-555-8798 x 5555 + + + 10059 + 3698 + 12125 + 013 + 2014 + 2019-07-01 + + HS + Active + Children’s Institute, Inc + childrensinstitute.org + 3698@hsesinfo.org + 7226 S Figueroa St + + Los Angeles + CA + 90003-1721 + 7226 S Figueroa St + + Los Angeles + CA + 90003-1721 + 7226 S Figueroa St + + Los Angeles + CA + 90003-1721 + Mr. + F218806 + L218806 + + + 218806@hsesinfo.org + Ms. + F218807 + L218807 + + + 218807@hsesinfo.org + Mr. + F218809 + L218809 + + 218809@hsesinfo.org + Ms. + F218805 + L218805 + + 218805@hsesinfo.org + 555-555-8805 + + + 4450 + 367 + 8496 + 000 + 1991 + 2013-11-01 + 2019-06-30 + HS + Inactive + Tuskegee City Mayor's Office + www.tmcheadstart.com + 367@hsesinfo.org + 103 W Martin Luther King Highway + + Tuskegee + AL + 36083-2205 + 103 W Martin Luther King Highway + + Tuskegee + AL + 36083-2205 + 103 W Martin Luther King Highway + + Tuskegee + AL + 36083-2205 + Hon. Mayor + F41518 + L41518 + + Board Chairperson + 41518@hsesinfo.org + Mrs. + F41517 + L41517 + + Executive Director + 41517@hsesinfo.org + Mr. + F41520 + L41520 + + 41520@hsesinfo.org + Mrs. + F41516 + L41516 + + 41516@hsesinfo.org + 555-555-1516 + + + 4577 + 4437 + 8514 + 200 + 2013 + 2013-12-23 + 2018-12-31 + EHS + Inactive + UNITED COMMUNITY ACTION NETWORK + http://www.ucancap.org + 4437@hsesinfo.org + 948 SE Roberts Ave + + Roseburg + OR + 97470-4223 + 948 SE Roberts Ave + + Roseburg + OR + 97470-4223 + 280 Kenneth Ford Drive + + Roseburg + OR + 97470 + Mrs. + F43357 + L43357 + + Governing Board Chair + 43357@hsesinfo.org + Mr. + F43358 + L43358 + + + 43358@hsesinfo.org + Ms. + F43360 + L43360 + + 43360@hsesinfo.org + Mrs. + F43356 + L43356 + + 43356@hsesinfo.org + 555-555-3356 + + + 5926 + 5933 + 9621 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + The Leaguers + www.leaguers.org + 5933@hsesinfo.org + 405 University Avenue + + Newark + NJ + 07102-1219 + 405 University Avenue + + Newark + NJ + 07102-1219 + 405 University Avenue + + Newark + NJ + 07102-1219 + Ms. + F106060 + L106060 + + Board Chairperson + 106060@hsesinfo.org + Ms. + F106061 + L106061 + + Executive Director/CEO + 106061@hsesinfo.org + Ms. + F106063 + L106063 + + 106063@hsesinfo.org + Ms. + F106059 + L106059 + + 106059@hsesinfo.org + 555-555-6059 + + + 10585 + 6892 + 12574 + 204 + + 2019-09-01 + + EHS + Active + PACT:Helping Children with Special Needs + http://www.kennedykrieger.org/community/community- + 6892@hsesinfo.org + 1114 N Mount St + + Baltimore + MD + 21217-2216 + 1114 N Mount St + + Baltimore + MD + 21217-2216 + 1114 N Mount St + + Baltimore + MD + 21217-2216 + Ms. + F222433 + L222433 + + Chairperson + 222433@hsesinfo.org + Ms. + F222434 + L222434 + + CEO + 222434@hsesinfo.org + Ms. + F222436 + L222436 + + 222436@hsesinfo.org + Ms. + F222432 + L222432 + + 222432@hsesinfo.org + 555-555-2432 + + + 10586 + 7060 + 12575 + 205 + + 2019-09-01 + + EHS + Active + Dayspring EHS + + 7060@hsesinfo.org + 2803 N Dukeland Street + + Baltimore + MD + 21216 + 2803 N Dukeland Street + + Baltimore + MD + 21216 + 2803 N Dukeland Street + + Baltimore + MD + 21216 + Mr. + F222440 + L222440 + + Board Chair + 222440@hsesinfo.org + Ms. + F222441 + L222441 + + + 222441@hsesinfo.org + Ms. + F222443 + L222443 + + 222443@hsesinfo.org + Ms. + F222439 + L222439 + + 222439@hsesinfo.org + 555-555-2439 + + + 10587 + 8443 + 12576 + 206 + 2017 + 2019-09-01 + + EHS + Active + Maryland Rural Development Corporation + http://www.mrdc.net + 8443@hsesinfo.org + 200 Road B + + Elkton + MD + 21921-6695 + PO Box 4848 + + Annapolis + MD + 21403-6848 + 428 4th St + Ste 6 + Annapolis + MD + 21403-2560 + Mr. + F222447 + L222447 + + Chair Board of Director + 222447@hsesinfo.org + Mr. + F222448 + L222448 + + Executive Director + 222448@hsesinfo.org + Mrs. + F222450 + L222450 + + 222450@hsesinfo.org + Mrs. + F222446 + L222446 + + 222446@hsesinfo.org + 555-555-2446 + + + 10588 + 6076 + 12566 + 200 + + 2019-09-01 + + EHS + Active + Eckerd Youth Alternatives Inc. + http://www.eckerd.org + 6076@hsesinfo.org + 100 North Starcrest Drive + + Clearwater + FL + 33766-3224 + 100 North Starcrest Drive + + Clearwater + FL + 33766-3224 + 100 North Starcrest Drive + + Clearwater + FL + 33766-3224 + Mr. + F222454 + L222454 + + + 222454@hsesinfo.org + Mr. + F222455 + L222455 + + + 222455@hsesinfo.org + + F222457 + L222457 + + 222457@hsesinfo.org + Ms. + F222453 + L222453 + + 222453@hsesinfo.org + 555-555-2453 + + + 9334 + 2908 + 11583 + 000 + 2013 + 2019-02-01 + + HS + Active + Yeshivath Kehilath Yakov, Inc. + + 2908@hsesinfo.org + 638 Bedford Ave + + Brooklyn + NY + 11249-8007 + 638 Bedford Ave + + Brooklyn + NY + 11249-8007 + 638 Bedford Ave + + Brooklyn + NY + 11249-8007 + Mr. + F213875 + L213875 + + Board Chair + 213875@hsesinfo.org + Mr. + F213876 + L213876 + + Director + 213876@hsesinfo.org + Mrs. + F213878 + L213878 + + 213878@hsesinfo.org + Mr. + F213874 + L213874 + + 213874@hsesinfo.org + 555-555-3874 x 5555 + + + 9187 + 457 + 11483 + 200 + 2013 + 2018-11-01 + + EHS + Active + SOUTHERN OREGON CHILD & FAMILY COUNCIL, INC + http://www.socfc.org + 457@hsesinfo.org + 1001 Beall Ln + + Central Point + OR + 97502-2772 + PO Box 3697 + + Central Point + OR + 97502-0031 + 1001 Beall Ln + + Central Point + OR + 97502-2772 + Ms. + F212845 + L212845 + + Board Chair + 212845@hsesinfo.org + Ms. + F212846 + L212846 + + Executive Director + 212846@hsesinfo.org + Mr. + F212848 + L212848 + + 212848@hsesinfo.org + Ms. + F212844 + L212844 + + 212844@hsesinfo.org + 555-555-2844 x 5555 + + + 4553 + 821 + 8412 + 000 + 2013 + 2013-12-23 + 2018-12-31 + HS + Inactive + ADVOCAP, INC. + http://www.advocap.org + 821@hsesinfo.org + 19 W 1st St + + Fond Du Lac + WI + 54935-4122 + PO Box 1108 + + Fond Du Lac + WI + 54936-1108 + 19 W 1st St + + Fond Du Lac + WI + 54935-4122 + Ms. + F43246 + L43246 + + Board Chairperson + 43246@hsesinfo.org + Mr. + F43244 + L43244 + + ADVOCAP Executive Director + 43244@hsesinfo.org + Ms. + F43247 + L43247 + + 43247@hsesinfo.org + Ms. + F43242 + L43242 + + 43242@hsesinfo.org + 555-555-3242 x 5555 + + + 6700 + 6718 + 10242 + 006 + + 2015-03-01 + 2019-02-28 + Migrant HS + Inactive + Santa Cruz County Office of Education + www.santacruz.k12.ca.us + 6718@hsesinfo.org + 400 Encinal Street + + Santa Cruz + CA + 95060 + 400 Encinal Street + + Santa Cruz + CA + 95060 + 400 Encinal Street + + Santa Cruz + CA + 95060 + + F202571 + L202571 + + + 202571@hsesinfo.org + + F202572 + L202572 + + + 202572@hsesinfo.org + + F202574 + L202574 + + 202574@hsesinfo.org + Ms. + F202570 + L202570 + + 202570@hsesinfo.org + 555-555-2570 + + + 9691 + 1972 + 11856 + 000 + 1992 + 2019-06-01 + + HS + Active + Chesterfield County Public Schools + + 1972@hsesinfo.org + 10045 Courthouse Rd + + Chesterfield + VA + 23832-6655 + 10045 Courthouse Rd + + Chesterfield + VA + 23832-6655 + 10045 Courthouse Rd + + Chesterfield + VA + 23832-6655 + Mrs. + F216258 + L216258 + + Chairperson + 216258@hsesinfo.org + Mrs. + F216259 + L216259 + + Director of Equity & Student Support Services + 216259@hsesinfo.org + Mrs. + F216261 + L216261 + + 216261@hsesinfo.org + Mrs. + F216257 + L216257 + + 216257@hsesinfo.org + 555-555-6257 + + + 8010 + 2781 + 10515 + 200 + 2011 + 2016-02-01 + + EHS + Active + THE LEAGUERS, INC. + leaguers.org + 2781@hsesinfo.org + 405-425 University Avenue + + Newark + NJ + 07102 + 405-425 University Avenue + + Newark + NJ + 07102 + 405-425 University Avenue + + Newark + NJ + 07102 + Ms. + F205282 + L205282 + + Board Chairperson + 205282@hsesinfo.org + Ms. + F205283 + L205283 + + CEO/Executive Director + 205283@hsesinfo.org + Ms. + F205285 + L205285 + + 205285@hsesinfo.org + Ms. + F205281 + L205281 + + 205281@hsesinfo.org + 555-555-5281 + + + 8588 + 3001 + 10987 + 000 + 2012 + 2017-05-01 + + HS + Active + PATHWAYS FOR CHILDREN, INC. + PW4C.ORG + 3001@hsesinfo.org + 29 Emerson Ave + + Gloucester + MA + 01930 + 29 Emerson Ave + + Gloucester + MA + 01930 + 29 Emerson Ave + + Gloucester + MA + 01930 + Mr. + F208832 + L208832 + + Chairperson of the Board + 208832@hsesinfo.org + Ms. + F208833 + L208833 + + President & CEO + 208833@hsesinfo.org + Ms. + F208835 + L208835 + + 208835@hsesinfo.org + Ms. + F208831 + L208831 + + 208831@hsesinfo.org + 555-555-8831 + + + 5868 + 5875 + 7835 + 201 + + 2014-09-01 + + EHS + Active + The Guidance Center + http://www.guidance-center.org + 5875@hsesinfo.org + 11250 Reeck Rd + + Southgate + MI + 48195 + 11250 Reeck Rd + + Southgate + MI + 48195 + 11250 Reeck Rd + + Southgate + MI + 48195 + Mr. + F104750 + L104750 + + + 104750@hsesinfo.org + Mr. + F104751 + L104751 + + + 104751@hsesinfo.org + Ms. + F104753 + L104753 + + 104753@hsesinfo.org + Ms. + F104749 + L104749 + + 104749@hsesinfo.org + 555-555-4749 x + + + 4701 + 3916 + 8683 + 029 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Kingsbridge Heights Head Start + http://www.khcc-nyc.org/ + 3916@hsesinfo.org + 3101 Kingsbridge Ter + + Bronx + NY + 10463-5900 + 3101 Kingsbridge Ter + + Bronx + NY + 10463-5900 + 3101 Kingsbridge Ter + + Bronx + NY + 10463-5900 + Mrs. + F45655 + L45655 + + Chairperson, Board of Directors + 45655@hsesinfo.org + Ms. + F45654 + L45654 + + + 45654@hsesinfo.org + Ms. + F45657 + L45657 + + 45657@hsesinfo.org + Ms. + F45653 + L45653 + + 45653@hsesinfo.org + 555-555-5653 x 5555 + + + 4733 + 3974 + 8715 + 061 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Labor Bathgate Community Child Care Board + + 3974@hsesinfo.org + 1638 Anthony Avenue + + Bronx + NY + 10457-8044 + 1638 Anthony Avenue + + Bronx + NY + 10457-8044 + 1638 Anthony Avenue + + Bronx + NY + 10457-8044 + Mrs. + F45881 + L45881 + + Board Chairperson + 45881@hsesinfo.org + Ms. + F45879 + L45879 + + Director + 45879@hsesinfo.org + Ms. + F45878 + L45878 + + 45878@hsesinfo.org + Ms. + F45877 + L45877 + + 45877@hsesinfo.org + 555-555-5877 + + + 10463 + 1304 + 12452 + 200 + 2014 + 2019-09-01 + + EHS + Active + Stanislaus County Office of Education + https://stancoe.org/division/child-family-services + 1304@hsesinfo.org + 1100 H Street + + Modesto + CA + 95354 + 1100 H Street + + Modesto + CA + 95354 + 1100 H Street + + Modesto + CA + 95354 + Mr. + F221580 + L221580 + + Superintendent + 221580@hsesinfo.org + Mr. + F221581 + L221581 + + Executive Director + 221581@hsesinfo.org + Ms. + F221583 + L221583 + + 221583@hsesinfo.org + Ms. + F221579 + L221579 + + 221579@hsesinfo.org + 555-555-1579 + + + 10464 + 3795 + 12455 + 202 + 2014 + 2019-09-01 + + EHS + Active + Salida Union School District + http://www.salida.k12.ca.us + 3795@hsesinfo.org + 4801 Sisk Road + + Salida + CA + 95368-9445 + 4801 Sisk Road + + Salida + CA + 95368-9445 + 4801 Sisk Road + + Salida + CA + 95368-9445 + Ms. + F221587 + L221587 + + Superintendent + 221587@hsesinfo.org + Ms. + F221588 + L221588 + + + 221588@hsesinfo.org + Ms. + F221590 + L221590 + + 221590@hsesinfo.org + Ms. + F221586 + L221586 + + 221586@hsesinfo.org + 555-555-1586 + + + 10465 + 3798 + 12457 + 204 + 2014 + 2019-09-01 + + EHS + Active + Empire Union School District + http://empire.k12.ca.us + 3798@hsesinfo.org + 116 North McClure Road + + Modesto + CA + 95357-1329 + 116 North McClure Road + + Modesto + CA + 95357-1329 + 116 North McClure Road + + Modesto + CA + 95357-1329 + Ms. + F221594 + L221594 + + + 221594@hsesinfo.org + Ms. + F221595 + L221595 + + + 221595@hsesinfo.org + Ms. + F221597 + L221597 + + 221597@hsesinfo.org + Ms. + F221593 + L221593 + + 221593@hsesinfo.org + 555-555-1593 + + + 9517 + 8797 + 11736 + 200 + 2019 + 2019-03-01 + + EHS + Active + Connecticut Institute for Communities, Inc. + + 8797@hsesinfo.org + 120 Main St Fl 4 + + Danbury + CT + 06810-7834 + 120 Main St Fl 4 + + Danbury + CT + 06810-7834 + 120 Main St Fl 4 + + Danbury + CT + 06810-7834 + Dr. + F215116 + L215116 + Ph.D + Board Chair + 215116@hsesinfo.org + Mr. + F215117 + L215117 + Esq. + President/Chief Executive Officer + 215117@hsesinfo.org + Ms. + F215119 + L215119 + + 215119@hsesinfo.org + Ms. + F215115 + L215115 + + 215115@hsesinfo.org + 555-555-5115 x 5555 + + + 9520 + 8800 + 11733 + 200 + 2019 + 2019-03-01 + + EHS + Active + The Children's Home Society of New Jersey + + 8800@hsesinfo.org + 635 South Clinton Ave + + Trenton + NJ + 08611 + 635 South Clinton Ave + + Trenton + NJ + 08611 + 635 South Clinton Ave + + Trenton + NJ + 08611 + Mr. + F215137 + L215137 + + Board President + 215137@hsesinfo.org + Ms. + F215138 + L215138 + + + 215138@hsesinfo.org + Mr. + F215140 + L215140 + + 215140@hsesinfo.org + Mr. + F215136 + L215136 + + 215136@hsesinfo.org + 555-555-5136 x 5555 + + + 9129 + 1601 + 11440 + 200 + 2013 + 2018-09-30 + + EHS + Active + UNIVERSITY OF PITTSBURGH, OFFICE OF CHILD DEVELOPMENT + www.education.pitt.edu/ocd + 1601@hsesinfo.org + 400 N Lexington St + University of Pittsburgh Office of Child Development LL104 + Pittsburgh + PA + 15208-2561 + 400 N Lexington St + University of Pittsburgh Office of Child Development LL104 + Pittsburgh + PA + 15208-2561 + 400 N Lexington St + University of Pittsburgh Office of Child Development LL104 + Pittsburgh + PA + 15208-2561 + Mr. + F212493 + L212493 + + Associate Director, Office of Research + 212493@hsesinfo.org + Dr. + F212494 + L212494 + Ph.D + Director, Office of Child Development + 212494@hsesinfo.org + Ms. + F212496 + L212496 + + 212496@hsesinfo.org + Mr. + F212492 + L212492 + + 212492@hsesinfo.org + 555-555-2492 + + + 9519 + 8799 + 11732 + 200 + 2019 + 2019-03-01 + + EHS + Active + Catholic Charities Neighborhood Services, Inc. + + 8799@hsesinfo.org + 191 Joralemon St + 2nd Floor Early Childhood Services + Brooklyn + NY + 11201-4306 + 191 Joralemon St + 2nd Floor Early Childhood Services + Brooklyn + NY + 11201-4306 + 191 Joralemon St + 2nd Floor Early Childhood Services + Brooklyn + NY + 11201-4306 + Ms. + F215130 + L215130 + + President + 215130@hsesinfo.org + Msgr. + F215131 + L215131 + + CCNS Chief Executive Officer + 215131@hsesinfo.org + Mr. + F215133 + L215133 + + 215133@hsesinfo.org + Mrs. + F215129 + L215129 + + 215129@hsesinfo.org + 555-555-5129 + + + 9522 + 8802 + 11738 + 200 + 2019 + 2019-03-01 + + EHS + Active + Child Care Associates + + 8802@hsesinfo.org + 3000 E Belknap St + + Fort Worth + TX + 76111-4142 + 3000 E Belknap St + + Fort Worth + TX + 76111-4142 + 3000 E Belknap St + + Fort Worth + TX + 76111-4142 + Ms. + F215151 + L215151 + + Board Chairman + 215151@hsesinfo.org + Ms. + F215152 + L215152 + + President/CEO + 215152@hsesinfo.org + Mr. + F215154 + L215154 + + 215154@hsesinfo.org + Ms. + F215150 + L215150 + + 215150@hsesinfo.org + 555-555-5150 x 5555 + + + 9521 + 8801 + 11737 + 200 + 2019 + 2019-03-01 + + EHS + Active + Tulsa Educare + + 8801@hsesinfo.org + 2511 E 5th Pl + + Tulsa + OK + 74104-2804 + 2190 S 67th East Ave + + Tulsa + OK + 74129-2008 + 2190 S 67th East Ave + + Tulsa + OK + 74129-2008 + Ms. + F215144 + L215144 + + Senior Program Officer; George Kaiser Family Foundation + 215144@hsesinfo.org + Ms. + F215145 + L215145 + + + 215145@hsesinfo.org + Ms. + F215147 + L215147 + + 215147@hsesinfo.org + Ms. + F215143 + L215143 + + 215143@hsesinfo.org + 555-555-5143 + + + 9523 + 8803 + 11735 + 200 + 2019 + 2019-03-01 + + EHS + Active + Community Services Agency + + 8803@hsesinfo.org + 1090 E. 8th Street + + Reno + NV + 89512 + P.O. Box 10167 + + Reno + NV + 89510-0167 + 1090 E. 8th Street + + Reno + NV + 89512 + Mr. + F215158 + L215158 + + Board Chair + 215158@hsesinfo.org + Ms. + F215159 + L215159 + + CEO + 215159@hsesinfo.org + Ms. + F215161 + L215161 + + 215161@hsesinfo.org + Ms. + F215157 + L215157 + + 215157@hsesinfo.org + 555-555-5157 x 5555 + + + 3062 + 3325 + 6706 + 000 + 2013 + 2013-07-02 + 2018-06-30 + HS + Inactive + Baldwin Park Unified School District + www.bpusd.net/ece + 3325@hsesinfo.org + 3699 North Holly Avenue + + Baldwin Park + CA + 91706-5327 + 3699 North Holly Avenue + + Baldwin Park + CA + 91706-5327 + 13307 Francisquito Ave + + Baldwin Park + CA + 91706-4829 + Mrs. + F39773 + L39773 + + Board Chairperson + 39773@hsesinfo.org + Dr. + F39771 + L39771 + + Superintendent + 39771@hsesinfo.org + Mrs. + F39770 + L39770 + + 39770@hsesinfo.org + Mr. + F36371 + L36371 + + 36371@hsesinfo.org + 555-555-6371 + + + 10060 + 5572 + 12126 + 014 + 2014 + 2019-07-01 + + HS + Active + Para Los Ninos + http://www.paralosninos.org + 5572@hsesinfo.org + 5000 Hollywood Blvd + + Los Angeles + CA + 90027-6104 + 5000 Hollywood Blvd + + Los Angeles + CA + 90027-6104 + 5000 Hollywood Blvd + + Los Angeles + CA + 90027-6104 + Atty. + F218813 + L218813 + + Board Member + 218813@hsesinfo.org + Dr. + F218814 + L218814 + + CEO + 218814@hsesinfo.org + Ms. + F218816 + L218816 + + 218816@hsesinfo.org + Dr. + F218812 + L218812 + + 218812@hsesinfo.org + 555-555-8812 x 5555 + + + 8557 + 8437 + 10963 + 200 + 2017 + 2017-03-01 + + EHS + Active + NORTH CENTRAL ARKANSAS DEVELOPMENT COUNCIL, INC. + http://nadcinc.org + 8437@hsesinfo.org + 550 S 9th St + + Batesville + AR + 72501-5734 + PO Box 3349 + + Batesville + AR + 72503-3349 + 550 S 9th St + + Batesville + AR + 72501-5734 + Mr. + F208627 + L208627 + + Chairman of the Board + 208627@hsesinfo.org + Mr. + F208628 + L208628 + + Executive Director + 208628@hsesinfo.org + Ms. + F208630 + L208630 + + 208630@hsesinfo.org + Ms. + F208626 + L208626 + + 208626@hsesinfo.org + 555-555-8626 x 5555 + + + 4837 + 1411 + 8741 + 000 + 2014 + 2014-05-01 + 2019-04-30 + HS + Inactive + Blue Valley Community Action, Inc + http://www.bvca.net + 1411@hsesinfo.org + 620 5th St + + Fairbury + NE + 68352-2624 + 620 5th St + + Fairbury + NE + 68352-2624 + 620 5th St + + Fairbury + NE + 68352-2624 + Mr. + F47253 + L47253 + + Board President + 47253@hsesinfo.org + Ms. + F47250 + L47250 + + CEO + 47250@hsesinfo.org + Mr. + F47249 + L47249 + + 47249@hsesinfo.org + Mrs. + F47248 + L47248 + + 47248@hsesinfo.org + 555-555-7248 + + + 10061 + 5573 + 12127 + 015 + 2014 + 2019-07-01 + + HS + Active + St. Anne's + http://www.stannes.org + 5573@hsesinfo.org + 155 N. Occidental Blvd. + + Los Angeles + CA + 90026 + 155 N. Occidental Blvd. + + Los Angeles + CA + 90026 + 155 N. Occidental Blvd. + + Los Angeles + CA + 90026 + Mr. + F218820 + L218820 + + Chair, Board of Directors + 218820@hsesinfo.org + Ms. + F218821 + L218821 + + President and Chief Executive Officer + 218821@hsesinfo.org + Ms. + F218823 + L218823 + + 218823@hsesinfo.org + Ms. + F218819 + L218819 + + 218819@hsesinfo.org + 555-555-8819 x 5555 + + + 10062 + 1085 + 12112 + 200 + 2014 + 2019-07-01 + + EHS + Active + Los Angeles County Office of Education + www.prekkid.org + 1085@hsesinfo.org + 10100 Pioneer Blvd + Ste 325 + Santa Fe Springs + CA + 90670-7303 + 10100 Pioneer Blvd + Ste 325 + Santa Fe Springs + CA + 90670-7303 + 10100 Pioneer Blvd + Ste 325 + Santa Fe Springs + CA + 90670-7303 + Dr. + F218827 + L218827 + Ed.D + Superintendent + 218827@hsesinfo.org + Dr. + F218828 + L218828 + Ed.D + Superintendent + 218828@hsesinfo.org + Ms. + F218830 + L218830 + + 218830@hsesinfo.org + Ms. + F218826 + L218826 + + 218826@hsesinfo.org + 555-555-8826 + + + 8831 + 2924 + 11202 + 200 + 2013 + 2018-06-01 + 2021-05-31 + EHS + Inactive + Children's Institute, Inc. + www.childrensinstitute.org + 2924@hsesinfo.org + 529 N Avalon Blvd + + Wilmington + CA + 90744-5847 + 2121 W Temple St + + Los Angeles + CA + 90026-4915 + 445 N Avalon Blvd + + Wilmington + CA + 90744-5803 + Mr. + F210335 + L210335 + + Chairman of the Board + 210335@hsesinfo.org + Ms. + F210336 + L210336 + + + 210336@hsesinfo.org + Mrs. + F210338 + L210338 + + 210338@hsesinfo.org + Ms. + F210334 + L210334 + + 210334@hsesinfo.org + 555-555-0334 + + + 7038 + 668 + 10480 + 200 + 2001 + 2016-01-01 + + EHS + Active + NW Michigan Community Action Agency + http://www.nmcaa.net + 668@hsesinfo.org + 3963 3 Mile Rd N + + Traverse City + MI + 49686-9164 + 3963 3 Mile Rd N + + Traverse City + MI + 49686-9164 + 3963 3 Mile Rd N + + Traverse City + MI + 49686-9164 + Mrs. + F204932 + L204932 + + Board Chairperson + 204932@hsesinfo.org + Ms. + F204933 + L204933 + + Executive Director + 204933@hsesinfo.org + Ms. + F204935 + L204935 + + 204935@hsesinfo.org + Ms. + F204931 + L204931 + + 204931@hsesinfo.org + 555-555-4931 + + + 9526 + 8806 + 11731 + 200 + 2019 + 2019-03-01 + + EHS + Active + Institute for Human and Social Development, Inc. + + 8806@hsesinfo.org + 155 Bovet Rd + Ste 300 + San Mateo + CA + 94402-3142 + 155 Bovet Rd + Ste 300 + San Mateo + CA + 94402-3142 + 155 Bovet Rd + Ste 300 + San Mateo + CA + 94402-3142 + Mr. + F215179 + L215179 + + + 215179@hsesinfo.org + Mrs. + F215180 + L215180 + + + 215180@hsesinfo.org + Ms. + F215182 + L215182 + + 215182@hsesinfo.org + Mrs. + F215178 + L215178 + + 215178@hsesinfo.org + 555-555-5178 + + + 9004 + 8696 + 11329 + 000 + 2018 + 2018-08-01 + + HS + Active + The Reginald S. Lourie Center for Infants and Young Children + https://www.adventisthealthcare.com/LC/programs/early-head-start/ + 8696@hsesinfo.org + 12301 Academy Way + + Rockville + MD + 20852-2000 + 12301 Academy Way + + Rockville + MD + 20852-2000 + 12301 Academy Way + + Rockville + MD + 20852-2000 + Mr. + F211586 + L211586 + + + 211586@hsesinfo.org + Dr. + F211584 + L211584 + + + 211584@hsesinfo.org + + F211587 + L211587 + + 211587@hsesinfo.org + Ms. + F211583 + L211583 + + 211583@hsesinfo.org + 555-555-1583 + + + 9524 + 8804 + 11740 + 200 + 2019 + 2019-03-01 + + EHS + Active + Dignity Health + + 8804@hsesinfo.org + 1401 S Grand Ave + California Hospital Medical Center + Los Angeles + CA + 90015-3010 + California Hospital Medical Center + 1401 South Grand Avenue + Los Angeles + CA + 90015-3010 + 1401 S Grand Ave + California Hospital Medical Center + Los Angeles + CA + 90015-3010 + Ms. + F215165 + L215165 + + Chair, HSFC-EHS Governance Committee of CHMC Community Board + 215165@hsesinfo.org + Ms. + F215166 + L215166 + + President + 215166@hsesinfo.org + Ms. + F215168 + L215168 + + 215168@hsesinfo.org + Ms. + F215164 + L215164 + + 215164@hsesinfo.org + 555-555-5164 + + + 4441 + 335 + 8468 + 200 + 2013 + 2013-11-01 + 2018-10-31 + EHS + Inactive + HOLYOKE CHICOPEE SPRINGFIELD HEAD START, INC. + www.hcsheadstart.org + 335@hsesinfo.org + 30 Madison Avenue + + Springfield + MA + 01105-1404 + 30 Madison Avenue + + Springfield + MA + 01105-1404 + 30 Madison Avenue + + Springfield + MA + 01105-1404 + Ms. + F41484 + L41484 + + Board Chair + 41484@hsesinfo.org + Ms. + F41482 + L41482 + + + 41482@hsesinfo.org + Ms. + F41483 + L41483 + + 41483@hsesinfo.org + Ms. + F41481 + L41481 + + 41481@hsesinfo.org + 555-555-1481 + + + 9527 + 8807 + 11734 + 200 + 2019 + 2019-03-01 + + EHS + Active + Children's Home Society of Washington + + 8807@hsesinfo.org + 12360 Lake City Way NE + Ste 450 + Seattle + WA + 98125-5452 + PO Box 15190 + + Seattle + WA + 98115-0190 + 12360 Lake City Way NE + Ste 450 + Seattle + WA + 98125-5452 + Mr. + F215186 + L215186 + + Chair, Board of Trustees + 215186@hsesinfo.org + Mr. + F215187 + L215187 + + President/CEO + 215187@hsesinfo.org + Ms. + F215189 + L215189 + + 215189@hsesinfo.org + Ms. + F215185 + L215185 + + 215185@hsesinfo.org + 555-555-5185 + + + 10590 + 6081 + 12565 + 200 + + 2019-09-01 + + EHS + Active + Bolivar County Commuity Action Agency, Inc. + http://www.bccaainc.org + 6081@hsesinfo.org + 810 E. Sunflower Road, Suite 120 + + Cleveland + MS + 38732 + 810 E. Sunflower Road, Suite 120 + + Cleveland + MS + 38732 + 810 E. Sunflower Road, Suite 120 + + Cleveland + MS + 38732 + Dr. + F222468 + L222468 + + + 222468@hsesinfo.org + Mrs. + F222469 + L222469 + + + 222469@hsesinfo.org + Dr. + F222471 + L222471 + + 222471@hsesinfo.org + Mrs. + F222467 + L222467 + + 222467@hsesinfo.org + 555-555-2467 + + + 10591 + 6090 + 12568 + 200 + + 2019-09-01 + + EHS + Active + Porter-Leath-Early Head Start + http://www.porter-leath.org + 6090@hsesinfo.org + 868 N Manassas St + + Memphis + TN + 38107-2516 + 868 N Manassas St + + Memphis + TN + 38107-2516 + 868 N Manassas St + + Memphis + TN + 38107-2516 + Mr. + F222475 + L222475 + + Board Chair + 222475@hsesinfo.org + Mr. + F222476 + L222476 + + President + 222476@hsesinfo.org + Mrs. + F222478 + L222478 + + 222478@hsesinfo.org + Mrs. + F222474 + L222474 + + 222474@hsesinfo.org + 555-555-2474 x 5555 + + + 5077 + 5083 + 9011 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Chapel Hill Training Outreach Project, Inc. + http://www.chtop.org/Programs/Durham-Head-Start + 5083@hsesinfo.org + 800 Eastowne Drive + Suite 105 + Chapel Hill + NC + 27514-2215 + 800 Eastowne Drive + Suite 105 + Chapel Hill + NC + 27514-2215 + 800 Eastowne Drive + Suite 105 + Chapel Hill + NC + 27514-2215 + Dr. + F50116 + L50116 + + CHTOP Board Chairperson + 50116@hsesinfo.org + Mr. + F50117 + L50117 + + Executive Director + 50117@hsesinfo.org + Mr. + F50119 + L50119 + + 50119@hsesinfo.org + Mr. + F50115 + L50115 + + 50115@hsesinfo.org + 555-555-0115 x 5555 + + + 9221 + 2432 + 11504 + 200 + 2013 + 2018-12-01 + + EHS + Active + Sunrise Children`s Foundation + www.sunrisechildren.org + 2432@hsesinfo.org + 2795 E Desert Inn Rd + Ste 200 + Las Vegas + NV + 89121-3635 + 2795 E Desert Inn Rd + Ste 200 + Las Vegas + NV + 89121-3635 + 2795 E Desert Inn Rd + Ste 200 + Las Vegas + NV + 89121-3635 + Ms. + F213087 + L213087 + Ph.D + Chair, SCF Board of Directors + 213087@hsesinfo.org + Mr. + F213088 + L213088 + + Executive Director + 213088@hsesinfo.org + Mr. + F213090 + L213090 + + 213090@hsesinfo.org + Ms. + F213086 + L213086 + + 213086@hsesinfo.org + 555-555-3086 x 5555 + + + 10346 + 263 + 12374 + 000 + 2014 + 2019-08-01 + + HS + Active + Glen Cove Child Day Care Center, Inc. + PO Box 191 + 263@hsesinfo.org + 1 Arterial Highway + + Glen Cove + NY + 11542 + PO Box 191 + + Glen Cove + NY + 11542-0191 + 1 Arterial Highway + + Glen Cove + NY + 11542 + Ms. + F220763 + L220763 + + + 220763@hsesinfo.org + Mrs. + F220764 + L220764 + + + 220764@hsesinfo.org + Ms. + F220766 + L220766 + + 220766@hsesinfo.org + Mrs. + F220762 + L220762 + + 220762@hsesinfo.org + 555-555-0762 + + + 10353 + 2090 + 12380 + 000 + 2014 + 2019-08-01 + + HS + Active + Blue Grass Community Action Partnership, Inc. + www.bluegrasscommunityaction.org + 2090@hsesinfo.org + 111 Professional Court + + Frankfort + KY + 40601 + 111 Professional Court + + Frankfort + KY + 40601 + 111 Professional Court + + Frankfort + KY + 40601 + Ms. + F220812 + L220812 + + Chair of the Area Board of Directors + 220812@hsesinfo.org + Mr. + F220813 + L220813 + + + 220813@hsesinfo.org + Ms. + F220815 + L220815 + + 220815@hsesinfo.org + Ms. + F220811 + L220811 + + 220811@hsesinfo.org + 555-555-0811 x 5555 + + + 3224 + 2644 + 6831 + 200 + 2013 + 2013-07-11 + 2019-01-31 + EHS + Inactive + Clackamas County Children's Commission + www.cccchs.org + 2644@hsesinfo.org + 16518 SE River Road + + Milwaukie + OR + 97267 + 16518 SE River Road + + Milwaukie + OR + 97267 + 16518 SE River Road + + Milwaukie + OR + 97267 + Mr. + F38276 + L38276 + + Board Chairperson + 38276@hsesinfo.org + Ms. + F38274 + L38274 + + Executive Director + 38274@hsesinfo.org + Mr. + F38273 + L38273 + + 38273@hsesinfo.org + Ms. + F38272 + L38272 + + 38272@hsesinfo.org + 555-555-8272 + + + 1869 + 900 + 5347 + 000 + 1993 + 1993-12-31 + + HS + Active + District School Board of Taylor County + http://www.taylor@k12.fl.us + 900@hsesinfo.org + 318 North Clark Street + + Perry + FL + 32347 + 520 East Lafayette Street + + Perry + FL + 32347 + 318 North Clark Street + + Perry + FL + 32347 + Mrs. + F16960 + L16960 + + Board Chairperson + 16960@hsesinfo.org + Ms. + F16963 + L16963 + + + 16963@hsesinfo.org + Ms. + F16961 + L16961 + + 16961@hsesinfo.org + Mr. + F3618 + L3618 + + 3618@hsesinfo.org + 555-555-3618 + + + 4245 + 1053 + 2889 + 000 + 2013 + 2013-08-01 + 2018-11-30 + HS + Inactive + Southeastern North Dakota Community Action Agency + www.sendcaa.org + 1053@hsesinfo.org + 3233 South University Drive + + Fargo + ND + 58104-6221 + 3233 South University Drive + + Fargo + ND + 58104-6221 + 3233 South University Drive + + Fargo + ND + 58104-6221 + Mr. + F38074 + L38074 + + SENDCAA Board Chairperson + 38074@hsesinfo.org + Mr. + F38072 + L38072 + + + 38072@hsesinfo.org + Ms. + F38071 + L38071 + + 38071@hsesinfo.org + Ms. + F38070 + L38070 + + 38070@hsesinfo.org + 555-555-8070 + + + 9952 + 2058 + 12035 + 000 + 2014 + 2019-07-01 + + HS + Active + POCATELLO SCHOOL DISTRICT #25 + + 2058@hsesinfo.org + 330 Oakwood Dr + + Pocatello + ID + 83204-3911 + 330 Oakwood Dr + + Pocatello + ID + 83204-3911 + 3115 Pole Line Rd + + Pocatello + ID + 83201-6119 + Mr. + F218057 + L218057 + + Board Chair + 218057@hsesinfo.org + Ms. + F218058 + L218058 + + Director Elementary Education + 218058@hsesinfo.org + Mr. + F218060 + L218060 + + 218060@hsesinfo.org + Ms. + F218056 + L218056 + + 218056@hsesinfo.org + 555-555-8056 + + + 10064 + 3661 + 12114 + 202 + 2014 + 2019-07-01 + + EHS + Active + Plaza de la Raza Child Development Services, Inc. + www.plazadelaraza.net + 3661@hsesinfo.org + 13300 Crossroads Pkwy N + Ste 440 + City Of Industry + CA + 91746-3440 + 13300 Crossroads Pkwy N + Ste 440 + City Of Industry + CA + 91746-3440 + 13300 Crossroads Pkwy N + Ste 440 + City Of Industry + CA + 91746-3440 + Ms. + F218841 + L218841 + + Board Chair + 218841@hsesinfo.org + Ms. + F218842 + L218842 + + Executive Director + 218842@hsesinfo.org + Ms. + F218844 + L218844 + + 218844@hsesinfo.org + Ms. + F218840 + L218840 + + 218840@hsesinfo.org + 555-555-8840 + + + 10065 + 3663 + 12115 + 203 + 2014 + 2019-07-01 + + EHS + Active + Pacific Asian Consortium in Employment + www.pacela.com + 3663@hsesinfo.org + 1055 Wilshire Blvd + Ste 1701 + Los Angeles + CA + 90017-5600 + 1055 Wilshire Blvd + Ste 1701 + Los Angeles + CA + 90017-5600 + 1055 Wilshire Blvd + Ste 1701 + Los Angeles + CA + 90017-5600 + Mr. + F218848 + L218848 + + Chair + 218848@hsesinfo.org + Mr. + F218849 + L218849 + + CEO + 218849@hsesinfo.org + Ms. + F218851 + L218851 + + 218851@hsesinfo.org + Ms. + F218847 + L218847 + + 218847@hsesinfo.org + 555-555-8847 + + + 8901 + 2296 + 11260 + 000 + 2013 + 2018-07-01 + + HS + Active + York County Board of Supervisors + http://www.yorkcounty.gov/comser/childsvc/kids.htm + 2296@hsesinfo.org + 224 Ballard St + + Yorktown + VA + 23690-4046 + 224 Ballard Street + P.O. Box 532 + Yorktown + VA + 23690-0532 + Griffin-Yeates Center + 1490 Government Road, Suite 5 + Williamsburg + VA + 23185 + Mr. + F210828 + L210828 + + Authorizing Official + 210828@hsesinfo.org + Mr. + F210829 + L210829 + + County Administrator + 210829@hsesinfo.org + Ms. + F210831 + L210831 + + 210831@hsesinfo.org + Mrs. + F210827 + L210827 + + 210827@hsesinfo.org + 555-555-0827 + + + 8898 + 1558 + 11266 + 200 + 2013 + 2018-07-01 + + EHS + Active + Family Services Agency, Inc. + http://www.fs-inc.org + 1558@hsesinfo.org + 640 E. Diamond Ave. + Suite A + Gaithersburg + MD + 20877 + 610 East Diamond Ave. + Suite 100 + Gaithersburg + MD + 20877-5321 + 610 East Diamond Ave. + Suite 100 + Gaithersburg + MD + 20877-5321 + Mr. + F210807 + L210807 + + President, Board of Directors + 210807@hsesinfo.org + Ms. + F210808 + L210808 + + + 210808@hsesinfo.org + Mrs. + F210810 + L210810 + + 210810@hsesinfo.org + Mr. + F210806 + L210806 + + 210806@hsesinfo.org + 555-555-0806 + + + 8939 + 4194 + 11288 + 001 + 2013 + 2018-07-01 + + HS + Active + Farrell Area School District + http://www.mchs-ehs.org + 4194@hsesinfo.org + 1901 Memorial Drive + + Farrell + PA + 16121-1507 + 1901 Memorial Drive + + Farrell + PA + 16121-1507 + 1600 Roemer + + Farrell + PA + 16121 + Mr. + F211079 + L211079 + + Elected Public Official + 211079@hsesinfo.org + Rev. + F211080 + L211080 + + + 211080@hsesinfo.org + Ms. + F211082 + L211082 + + 211082@hsesinfo.org + Ms. + F211078 + L211078 + + 211078@hsesinfo.org + 555-555-1078 x 5555 + + + 7055 + 3255 + 10489 + 200 + 2012 + 2016-01-01 + + AIAN EHS + Active + The Tulalip Tribes + 7607 Totem Beach Road + 3255@hsesinfo.org + 7607 Totem Beach Rd + + Tulalip + WA + 98271-6105 + 7607 Totem Beach Rd + + Tulalip + WA + 98271-6105 + 7607 Totem Beach Rd + + Tulalip + WA + 98271-6105 + Mrs. + F205052 + L205052 + + Chairwoman of the Board of Directors + 205052@hsesinfo.org + Ms. + F205053 + L205053 + + Managing Director of Community Enrichment + 205053@hsesinfo.org + Mr. + F205055 + L205055 + + 205055@hsesinfo.org + Mrs. + F205051 + L205051 + + 205051@hsesinfo.org + 555-555-5051 + + + 8314 + 1346 + 10681 + 000 + 1992 + 2016-07-01 + + HS + Active + Vernon Parish School Board Head Start + www.vpsb.us + 1346@hsesinfo.org + 1409 S 4th St + + Leesville + LA + 71446-4940 + 201 Belview Rd + Head Start Program + Leesville + LA + 71446-2904 + 1409 S 4th St + + Leesville + LA + 71446-4940 + Mr. + F207338 + L207338 + + President of the Board (as of January 2019) + 207338@hsesinfo.org + Mr. + F207339 + L207339 + + Superintendent + 207339@hsesinfo.org + Ms. + F207341 + L207341 + + 207341@hsesinfo.org + Mr. + F207337 + L207337 + + 207337@hsesinfo.org + 555-555-7337 + + + 8921 + 212 + 11277 + 000 + 2013 + 2018-07-01 + + HS + Active + The Opportunity Alliance + http://www.opportunityalliance.org + 212@hsesinfo.org + 50 Lydia Ln + + South Portland + ME + 04106-2156 + 50 Lydia Ln + + South Portland + ME + 04106-2156 + 50 Lydia Ln + + South Portland + ME + 04106-2156 + Mrs. + F210968 + L210968 + + Chairperson + 210968@hsesinfo.org + Mr. + F210969 + L210969 + + CEO/President + 210969@hsesinfo.org + Mrs. + F210971 + L210971 + + 210971@hsesinfo.org + Mrs. + F210967 + L210967 + + 210967@hsesinfo.org + 555-555-0967 + + + 6612 + 1885 + 10154 + 000 + 1998 + 2015-07-01 + 2020-06-30 + HS + Inactive + AVANCE - Houston, Inc. + www.avancehouston.org + 1885@hsesinfo.org + 4281 Dacoma St + + Houston + TX + 77092-8607 + 4281 Dacoma St + + Houston + TX + 77092-8607 + 4281 Dacoma St + + Houston + TX + 77092-8607 + Mr. + F201954 + L201954 + + Board Chairperson + 201954@hsesinfo.org + Ms. + F201955 + L201955 + + Executive Director + 201955@hsesinfo.org + Mr. + F201957 + L201957 + + 201957@hsesinfo.org + Mrs. + F201953 + L201953 + Ed.D + 201953@hsesinfo.org + 555-555-1953 x 5555 + + + 6600 + 1584 + 10085 + 200 + 2003 + 2015-07-01 + 2020-06-30 + EHS + Inactive + Child Care Associates + http://www.childcareassociates.org + 1584@hsesinfo.org + 3000 E Belknap St + + Fort Worth + TX + 76111-4142 + 3000 E Belknap St + + Fort Worth + TX + 76111-4142 + 3000 E Belknap St + + Fort Worth + TX + 76111-4142 + Ms. + F201870 + L201870 + + Board Chairman + 201870@hsesinfo.org + Ms. + F201871 + L201871 + + President/CEO + 201871@hsesinfo.org + Mr. + F201873 + L201873 + + 201873@hsesinfo.org + Ms. + F201869 + L201869 + + 201869@hsesinfo.org + 555-555-1869 x 5555 + + + 9529 + 8809 + 11730 + 200 + 2019 + 2019-03-01 + + EHS + Active + CCS Early Learning + + 8809@hsesinfo.org + 2060 E Industrial Dr + + Wasilla + AK + 99654-8201 + 2060 E Industrial Dr + + Wasilla + AK + 99654-8201 + 2060 E Industrial Dr + + Wasilla + AK + 99654-8201 + Mrs. + F215200 + L215200 + + Board President + 215200@hsesinfo.org + Mr. + F215201 + L215201 + + Executive Director + 215201@hsesinfo.org + Ms. + F215203 + L215203 + + 215203@hsesinfo.org + Mr. + F215199 + L215199 + + 215199@hsesinfo.org + 555-555-5199 + + + 9528 + 8808 + 11741 + 200 + 2019 + 2019-03-01 + + EHS + Active + Mid-Willamette Valley Community Action Agency, Inc. + + 8808@hsesinfo.org + 2475 Center Street NE + + Salem + OR + 97301-4520 + 2475 Center St NE + + Salem + OR + 97301-4520 + 2475 Center Street NE + + Salem + OR + 97301-4520 + Mr. + F215193 + L215193 + + Board Chair + 215193@hsesinfo.org + Mr. + F215194 + L215194 + + Executive Director + 215194@hsesinfo.org + Ms. + F215196 + L215196 + + 215196@hsesinfo.org + Ms. + F215192 + L215192 + + 215192@hsesinfo.org + 555-555-5192 x 5555 + + + 6038 + 6045 + 9725 + 200 + + 2015-03-01 + 2019-08-31 + EHS + Inactive + Head Start of Greater Dallas, Inc. + http://www.hsgd.org + 6045@hsesinfo.org + 3954 Gannon Lane + + Dallas + TX + 75237-2919 + 3954 Gannon Lane + + Dallas + TX + 75237-2919 + 3954 Gannon Lane + + Dallas + TX + 75237-2919 + Mr. + F107185 + L107185 + + Board of Directors President + 107185@hsesinfo.org + Ms. + F107186 + L107186 + + Chief Operations Officer/Head Start Director + 107186@hsesinfo.org + Ms. + F107188 + L107188 + + 107188@hsesinfo.org + Ms. + F107184 + L107184 + + 107184@hsesinfo.org + 555-555-7184 + + + 10063 + 8741 + 12113 + 201 + 2019 + 2019-07-01 + + EHS + Active + Foundation for Early Childhood Education, Inc. + foundationheadstart.org + 8741@hsesinfo.org + 3360 Flair Drive, Suite 100 + + El Monte + CA + 91731-2833 + 3360 Flair Drive, Suite 100 + + El Monte + CA + 91731-2833 + 3360 Flair Drive, Suite 100 + + El Monte + CA + 91731-2833 + Mr. + F218834 + L218834 + + Board President + 218834@hsesinfo.org + Ms. + F218835 + L218835 + + Director + 218835@hsesinfo.org + Mr. + F218837 + L218837 + + 218837@hsesinfo.org + Ms. + F218833 + L218833 + + 218833@hsesinfo.org + 555-555-8833 x 5555 + + + 10355 + 577 + 12378 + 200 + 2014 + 2019-08-01 + + EHS + Active + CAC for Lexington-Fayette Counties, Inc. + http://www.commaction.org + 577@hsesinfo.org + 710 W High St + + Lexington + KY + 40508-2451 + PO Box 11610 + + Lexington + KY + 40576-1610 + 710 W High St + + Lexington + KY + 40508-2451 + Ms. + F220826 + L220826 + + Chairman + 220826@hsesinfo.org + Mrs. + F220827 + L220827 + + Executive Director + 220827@hsesinfo.org + Mrs. + F220829 + L220829 + + 220829@hsesinfo.org + Mrs. + F220825 + L220825 + + 220825@hsesinfo.org + 555-555-0825 x 5555 + + + 10196 + 5993 + 12226 + 200 + + 2019-08-01 + + EHS + Active + Sunrise Children's Foundation + www.sunrisechildren.org + 5993@hsesinfo.org + 2795 E Desert Inn Rd + Ste 200 + Las Vegas + NV + 89121-3635 + 2795 E Desert Inn Rd + Ste 200 + Las Vegas + NV + 89121-3635 + 2795 E Desert Inn Rd + Ste 200 + Las Vegas + NV + 89121-3635 + Ms. + F219727 + L219727 + Ph.D + Chair, SCF Board of Directors + 219727@hsesinfo.org + Mr. + F219728 + L219728 + + Executive Director + 219728@hsesinfo.org + Ms. + F219730 + L219730 + + 219730@hsesinfo.org + Ms. + F219726 + L219726 + + 219726@hsesinfo.org + 555-555-9726 x 5555 + + + 4421 + 2176 + 8405 + 000 + 1991 + 2013-11-01 + 2018-10-31 + HS + Inactive + Pace Community Action Agency, Inc. + http://www.pacecaa.org + 2176@hsesinfo.org + 525 North 4th Street + + Vincennes + IN + 47591-0687 + 525 North 4th Street + + Vincennes + IN + 47591-0687 + 525 North 4th Street + + Vincennes + IN + 47591-0687 + Mr. + F41346 + L41346 + + + 41346@hsesinfo.org + Dr. + F41350 + L41350 + + + 41350@hsesinfo.org + Ms. + F41347 + L41347 + + 41347@hsesinfo.org + Dr. + F41345 + L41345 + + 41345@hsesinfo.org + 555-555-1345 + + + 10573 + 2518 + 12558 + 200 + 2014 + 2019-09-01 + + EHS + Active + Christopher House + www.christopherhouse.org + 2518@hsesinfo.org + 4701 N Winthrop + + Chicago + IL + 60640 + 4701 N Winthrop + + Chicago + IL + 60640 + 1611 W Division St + Ste 201 + Chicago + IL + 60622-1201 + Mrs. + F222349 + L222349 + + Board President + 222349@hsesinfo.org + Ms. + F222350 + L222350 + + + 222350@hsesinfo.org + Ms. + F222352 + L222352 + + 222352@hsesinfo.org + Ms. + F222348 + L222348 + + 222348@hsesinfo.org + 555-555-2348 + + + 4783 + 1007 + 8648 + 200 + 2003 + 2014-04-01 + 2019-03-31 + EHS + Inactive + EAST CENTRAL KANSAS ECONOMIC OPPORTUNITY CORPORATION + www.eckan.org + 1007@hsesinfo.org + 1320 S Ash St + Ste 201 + Ottawa + KS + 66067-3413 + 1320 S Ash St + Ste 201 + Ottawa + KS + 66067-3413 + 1320 S Ash St + Ste 201 + Ottawa + KS + 66067-3413 + Ms. + F46571 + L46571 + + Multi Co. Board Chairperson + 46571@hsesinfo.org + Mrs. + F46570 + L46570 + + Assistant CEO + 46570@hsesinfo.org + Mr. + F46569 + L46569 + + 46569@hsesinfo.org + Ms. + F46566 + L46566 + + 46566@hsesinfo.org + 555-555-6566 + + + 645 + 3181 + 4607 + 200 + 2003 + 2003-06-24 + + EHS + Active + Childhood Development Services, Inc. + http://www.discovercds.org + 3181@hsesinfo.org + 1601 NE 25th Avenue, Suite 900 + + Ocala + FL + 34470-8823 + 1601 NE 25th Avenue, Suite 900 + + Ocala + FL + 34470-8823 + 1601 NE 25th Avenue, Suite 900 + + Ocala + FL + + Mr. + F16681 + L16681 + + + 16681@hsesinfo.org + Mr. + F16680 + L16680 + + + 16680@hsesinfo.org + Ms. + F16682 + L16682 + + 16682@hsesinfo.org + Ms. + F3186 + L3186 + + 3186@hsesinfo.org + 555-555-3186 x 5555 + + + 7012 + 1186 + 10468 + 000 + 1991 + 2015-12-01 + + AIAN HS + Active + Seneca Nation of Indians + + 1186@hsesinfo.org + 2016 Henodeyesta Drive + + Irving + NY + 14081 + 2016 Henodeyesta Drive + + Irving + NY + 14081 + 2016 Henodeyesta Drive + + Irving + NY + 14081 + Mr. + F204750 + L204750 + + Seneca Nation President and CEO + 204750@hsesinfo.org + Mr. + F204751 + L204751 + + + 204751@hsesinfo.org + Ms. + F204753 + L204753 + + 204753@hsesinfo.org + Mrs. + F204749 + L204749 + + 204749@hsesinfo.org + 555-555-4749 x 5555 + + + 8394 + 8283 + 10810 + 000 + 2016 + 2016-12-01 + + HS + Active + CDI HS/East Virginia, VA + www.cdiheadstart.org + 8283@hsesinfo.org + 52 Walnut St + + Warsaw + VA + 22572-4237 + PO Box 518 + + Warsaw + VA + 22572-0518 + 52 Walnut St + + Warsaw + VA + 22572-4237 + Mr. + F207947 + L207947 + + Chief Executive Officer + 207947@hsesinfo.org + Ms. + F207948 + L207948 + + Executive Director + 207948@hsesinfo.org + Ms. + F207950 + L207950 + + 207950@hsesinfo.org + Ms. + F207946 + L207946 + + 207946@hsesinfo.org + 555-555-7946 + + + 10624 + 9047 + 12622 + 200 + 2019 + 2019-09-01 + + EHS + Active + Family & Children's Place + familyandchildrensplace.org + 9047@hsesinfo.org + 525 Zane St + + Louisville + KY + 40203-3203 + P.O. Box 3784 + + Louisville + KY + 40201-3784 + 525 Zane St + + Louisville + KY + 40203-3203 + Ms. + F222705 + L222705 + + Board Chair + 222705@hsesinfo.org + Ms. + F222706 + L222706 + + + 222706@hsesinfo.org + + F222708 + L222708 + + 222708@hsesinfo.org + Mr. + F222704 + L222704 + + 222704@hsesinfo.org + 555-555-2704 x 5555 + + + 10625 + 9048 + 12621 + 000 + 2019 + 2019-09-01 + + HS + Active + Ohio Valley Educational Cooperative + www.ovec.org + 9048@hsesinfo.org + 100 Alpine Dr + + Shelbyville + KY + 40065-8877 + PO Box 1249 + + Shelbyville + KY + 40066-1249 + 100 Alpine Dr + + Shelbyville + KY + 40065-8877 + Mrs. + F222712 + L222712 + + Chair, OVEC Board of Directors + 222712@hsesinfo.org + Dr. + F222713 + L222713 + + Chief Executive Officer + 222713@hsesinfo.org + Mr. + F222715 + L222715 + + 222715@hsesinfo.org + Mrs. + F222711 + L222711 + + 222711@hsesinfo.org + 555-555-2711 x 5555 + + + 10626 + 9049 + 12621 + 200 + 2019 + 2019-09-01 + + EHS + Active + Ohio Valley Educational Cooperative + www.ovec.org + 9049@hsesinfo.org + 100 Alpine Dr + + Shelbyville + + 40065-8877 + PO Box 1249 + + Shelbyville + + 40066-1249 + 100 Alpine Dr + + Shelbyville + + 40065-8877 + Mrs. + F222719 + L222719 + + Chair, OVEC Board of Directors + 222719@hsesinfo.org + Dr. + F222720 + L222720 + + Chief Executive Officer + 222720@hsesinfo.org + Mr. + F222722 + L222722 + + 222722@hsesinfo.org + Mrs. + F222718 + L222718 + + 222718@hsesinfo.org + 555-555-2718 x 5555 + + + 4946 + 2719 + 8896 + 200 + 2011 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Merced County Superintendent of Schools + http://www.mcoe.org/deptprog/earlyed/HeadStart/Pages/default.aspx + 2719@hsesinfo.org + 632 W. 13th Street + + Merced + CA + 95341 + 632 W. 13th Street + + Merced + CA + 95341 + 2130 Cooper Ave + + Merced + CA + 95348-4304 + Dr. + F48750 + L48750 + + Superintendent + 48750@hsesinfo.org + Ms. + F48748 + L48748 + + Assistant Superintendent + 48748@hsesinfo.org + Ms. + F48747 + L48747 + + 48747@hsesinfo.org + Ms. + F48746 + L48746 + + 48746@hsesinfo.org + 555-555-8746 x 5555 + + + 5092 + 533 + 9030 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Community Coordinated Care for Children, Inc. + http://www.4CFlorida.org + 533@hsesinfo.org + 3500 West Colonial Drive + + Orlando + FL + 32808-7902 + 3500 West Colonial Drive + + Orlando + FL + 32808-7902 + 3500 West Colonial Drive + + Orlando + FL + 32808-7902 + Mr. + F51486 + L51486 + + 4C Board Chairman + 51486@hsesinfo.org + Ms. + F51489 + L51489 + + President/CEO + 51489@hsesinfo.org + Ms. + F51490 + L51490 + + 51490@hsesinfo.org + Ms. + F51485 + L51485 + + 51485@hsesinfo.org + 555-555-1485 + + + 5676 + 3190 + 9364 + 200 + 2015 + 2015-01-01 + 2019-12-31 + EHS + Inactive + Foothill Family Service + www.foothillfamily.org + 3190@hsesinfo.org + 3629 Santa Anita Ave + Ste 201 + El Monte + CA + 91731-3635 + 3629 Santa Anita Ave + Ste 201 + El Monte + CA + 91731-3635 + 2500 E Foothill Blvd + Ste 300 + Pasadena + CA + 91107-7102 + Ms. + F102274 + L102274 + + Board Chairperson + 102274@hsesinfo.org + Mr. + F102272 + L102272 + + + 102272@hsesinfo.org + Ms. + F102271 + L102271 + + 102271@hsesinfo.org + Ms. + F102270 + L102270 + + 102270@hsesinfo.org + 555-555-2270 + + + 8632 + 8500 + 10038 + 200 + 2017 + 2018-01-01 + 2020-05-31 + EHS + Inactive + BCFS Education Services + http://www.discoverbcfs.net/HeadStart + 8500@hsesinfo.org + 815 N Tyler St + + Beeville + TX + 78102-4135 + 1506 Bexar Crossing St + + San Antonio + TX + 78232-1587 + 1506 Bexar Crossing St + + San Antonio + TX + 78232-1587 + Mr. + F208937 + L208937 + + + 208937@hsesinfo.org + Dr. + F208938 + L208938 + + Executive Director + 208938@hsesinfo.org + Mr. + F208940 + L208940 + + 208940@hsesinfo.org + Ms. + F208936 + L208936 + + 208936@hsesinfo.org + 555-555-8936 + + + 4855 + 4859 + 8832 + 000 + 2014 + 2014-05-01 + 2019-04-30 + HS + Inactive + New Hanover County Schools + del.burns@nhcs.net + 4859@hsesinfo.org + 6410 Carolina Beach Road + + Wilmington + NC + 28412-2908 + 1802 S 15th St + + Wilmington + NC + 28401-6479 + 1802 S 15th St + + Wilmington + NC + 28401-6479 + Mrs. + F47391 + L47391 + + Board Chairperson + 47391@hsesinfo.org + Ms. + F47392 + L47392 + + Director / Executive + 47392@hsesinfo.org + Ms. + F47394 + L47394 + + 47394@hsesinfo.org + Ms. + F47390 + L47390 + + 47390@hsesinfo.org + 555-555-7390 + + + 5116 + 1441 + 8824 + 000 + 2014 + 2014-07-01 + 2019-03-31 + HS + Inactive + Minnesota Valley Action Council, Inc. + http://www.mnvac.org + 1441@hsesinfo.org + 706 N Victory Dr + + Mankato + MN + 56001-6803 + 706 N Victory Dr + + Mankato + MN + 56001-6803 + 706 N Victory Dr + + Mankato + MN + 56001-6803 + Mr. + F51826 + L51826 + + Board President + 51826@hsesinfo.org + Ms. + F51825 + L51825 + + + 51825@hsesinfo.org + Ms. + F51827 + L51827 + + 51827@hsesinfo.org + Ms. + F51823 + L51823 + + 51823@hsesinfo.org + 555-555-1823 x 5555 + + + 6345 + 266 + 9996 + 000 + 1989 + 2015-07-01 + + HS + Active + Tri-County Community Action Program, Inc. + http://www.tccap.org + 266@hsesinfo.org + 30 Exchange St + 610 Sullivan St. + Berlin + NH + 03570-1911 + 610 Sullivan St + + Berlin + NH + 03570-3226 + 30 Exchange St + 610 Sullivan St. + Berlin + NH + 03570-1911 + Ms. + F200085 + L200085 + + Chairperson + 200085@hsesinfo.org + Ms. + F200086 + L200086 + + CEO + 200086@hsesinfo.org + Ms. + F200088 + L200088 + + 200088@hsesinfo.org + Ms. + F200084 + L200084 + + 200084@hsesinfo.org + 555-555-0084 x 5555 + + + 4633 + 3169 + 8594 + 000 + 2014 + 2014-02-01 + 2019-01-31 + AIAN HS + Inactive + COLORADO RIVER INDIAN TRIBES (ONAP) + 18026 Mohave Road + 3169@hsesinfo.org + 18026 Mohave Road + + Parker + AZ + 85344-9766 + 26600 Mohave Road + + Parker + AZ + 85344 + 26600 Mohave Road + + Parker + AZ + 85344 + Mr. + F44217 + L44217 + + Chairman + 44217@hsesinfo.org + Mr. + F44215 + L44215 + + Vice Chairman + 44215@hsesinfo.org + Mr. + F44214 + L44214 + + 44214@hsesinfo.org + Ms. + F44213 + L44213 + + 44213@hsesinfo.org + 555-555-4213 + + + 11375 + 271 + 13246 + 000 + 1989 + 2020-06-01 + + HS + Active + QUINCY COMMUNITY ACTION PROGRAMS INC + http://www.qcap.org + 271@hsesinfo.org + 22 Pray St + + Quincy + MA + 02169-7203 + 22 Pray St + + Quincy + MA + 02169-7203 + 22 Pray St + + Quincy + MA + 02169-7203 + Mr. + F227685 + L227685 + + Board Chair/President + 227685@hsesinfo.org + Ms. + F227686 + L227686 + + Chief Executive Officer + 227686@hsesinfo.org + Ms. + F227688 + L227688 + + 227688@hsesinfo.org + Ms. + F227684 + L227684 + + 227684@hsesinfo.org + 555-555-7684 + + + 646 + 508 + 4607 + 000 + 1992 + 1992-07-07 + + HS + Active + Childhood Development Services, Inc. + http://www.discovercds.org + 508@hsesinfo.org + 1601 NE 25th Avenue, Suite 900 + + Ocala + FL + 34470-8823 + 1601 NE 25th Avenue, Suite 900 + + Ocala + FL + 34470-8823 + 1601 NE 25th Avenue, Suite 900 + + Ocala + FL + 34470-8823 + Mr. + F16687 + L16687 + + + 16687@hsesinfo.org + Mr. + F16684 + L16684 + + + 16684@hsesinfo.org + Ms. + F16685 + L16685 + + 16685@hsesinfo.org + Ms. + F3195 + L3195 + + 3195@hsesinfo.org + 555-555-3195 x 5555 + + + 10066 + 8289 + 12117 + 205 + 2016 + 2019-07-01 + + EHS + Active + Bassett Unified School District + bassettusd.org + 8289@hsesinfo.org + 904 Willow Ave + + La Puente + CA + 91746-1615 + 904 Willow Ave + + La Puente + CA + 91746-1615 + 1314 Le Borgne Ave + + La Puente + CA + 91746-1030 + Ms. + F218855 + L218855 + + Board President + 218855@hsesinfo.org + Ms. + F218856 + L218856 + + Superintendent + 218856@hsesinfo.org + Ms. + F218858 + L218858 + + 218858@hsesinfo.org + Ms. + F218854 + L218854 + + 218854@hsesinfo.org + 555-555-8854 + + + 10067 + 8761 + 12119 + 207 + 2019 + 2019-07-01 + + EHS + Active + Garvey School District + www.garvey.k12.ca.us + 8761@hsesinfo.org + 7424 Newmark Ave + + Rosemead + CA + 91770-2943 + 7424 Newmark Ave + + Rosemead + CA + 91770-2943 + 2730 Del Mar Ave + + Rosemead + CA + 91770-3026 + Ms. + F218862 + L218862 + + Board President + 218862@hsesinfo.org + Ms. + F218863 + L218863 + + Superintendent + 218863@hsesinfo.org + Ms. + F218865 + L218865 + + 218865@hsesinfo.org + Dr. + F218861 + L218861 + + 218861@hsesinfo.org + 555-555-8861 + + + 8053 + 8012 + 10560 + 001 + 2015 + 2015-07-01 + 2020-06-30 + HS + Inactive + Naugatuck Public Schools Head Start + www.naugatuck.k12.ct.us + 8012@hsesinfo.org + 28 Central Ave + + Naugatuck + CT + 06770 + 28 Central Ave + + Naugatuck + CT + 06770 + 28 Central Ave + + Naugatuck + CT + 06770 + Mrs. + F205566 + L205566 + + Board Chairperson + 205566@hsesinfo.org + Mr. + F205567 + L205567 + + CEO/President + 205567@hsesinfo.org + + F205569 + L205569 + + 205569@hsesinfo.org + Mrs. + F205565 + L205565 + + 205565@hsesinfo.org + 555-555-5565 x 5555 + + + 10068 + 8290 + 12120 + 208 + 2016 + 2019-07-01 + + EHS + Active + Mountain View Head Start/State Preschool + http://www.mtviewschools.com + 8290@hsesinfo.org + 2109 Burkett Rd + + El Monte + CA + 91733-4113 + 2109 Burkett Rd + + El Monte + CA + 91733-4113 + 3320 Gilman Rd + + El Monte + CA + 91732-3201 + Mr. + F218869 + L218869 + + School Board President + 218869@hsesinfo.org + Ms. + F218870 + L218870 + + Superintendent + 218870@hsesinfo.org + Ms. + F218872 + L218872 + + 218872@hsesinfo.org + Ms. + F218868 + L218868 + + 218868@hsesinfo.org + 555-555-8868 + + + 5945 + 5952 + 9660 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Lutheran Services Florida + www.lsfnet.org + 5952@hsesinfo.org + 3027 San Diego Rd + Ste 2408 + Jacksonville + FL + 32207-3691 + 3627A W Waters Ave + + Tampa + FL + 33614-2783 + 3627A W Waters Ave + + Tampa + FL + 33614-2783 + Mr. + F106214 + L106214 + + Chairman + 106214@hsesinfo.org + Mr. + F106215 + L106215 + + + 106215@hsesinfo.org + Ms. + F106217 + L106217 + + 106217@hsesinfo.org + Ms. + F106213 + L106213 + + 106213@hsesinfo.org + 555-555-6213 + + + 9308 + 1980 + 11563 + 000 + 1991 + 2019-01-01 + + HS + Active + UNITED COMMUNITY ACTION NETWORK + http://www.ucancap.org + 1980@hsesinfo.org + 250 NE Kenneth Ford Dr + + Roseburg + OR + 97470-1034 + 280 NE Kenneth Ford Dr + + Roseburg + OR + 97470-1034 + 280 NE Kenneth Ford Dr + + Roseburg + OR + 97470-1034 + Mrs. + F213694 + L213694 + + Governing Board Chair + 213694@hsesinfo.org + Mr. + F213695 + L213695 + + + 213695@hsesinfo.org + Ms. + F213697 + L213697 + + 213697@hsesinfo.org + Mrs. + F213693 + L213693 + + 213693@hsesinfo.org + 555-555-3693 + + + 9537 + 8811 + 11757 + 200 + 2019 + 2019-03-01 + + EHS + Active + Southern Maryland Tri-County Community Action Committee, Inc. + + 8811@hsesinfo.org + 8371 Old Leonardtown Road + + Hughesville + MD + 20637 + P.O. Box 280 + 8371 Old Leonardtown Road + Hughesville + MD + 20637-0280 + 8371 Old Leonardtown Road + + Hughesville + MD + 20637 + Mr. + F215256 + L215256 + + SMTCCAC Board Chairperson + 215256@hsesinfo.org + Mr. + F215257 + L215257 + + President/CEO + 215257@hsesinfo.org + Ms. + F215259 + L215259 + + 215259@hsesinfo.org + Ms. + F215255 + L215255 + + 215255@hsesinfo.org + 555-555-5255 x 5555 + + + 10466 + 3801 + 12458 + 205 + 2014 + 2019-09-01 + + EHS + Active + Waterford Unified School District + http://www.waterford.k12.ca.us + 3801@hsesinfo.org + 219 N. Reinway #1 + + Waterford + CA + 95386-9158 + 219 N. Reinway #1 + + Waterford + CA + 95386-9158 + 219 N. Reinway #1 + + Waterford + CA + 95386-9158 + Mrs. + F221601 + L221601 + + + 221601@hsesinfo.org + Mr. + F221602 + L221602 + + + 221602@hsesinfo.org + Ms. + F221604 + L221604 + + 221604@hsesinfo.org + Mrs. + F221600 + L221600 + + 221600@hsesinfo.org + 555-555-1600 + + + 6750 + 1427 + 10237 + 000 + 1992 + 2015-08-01 + + HS + Active + Your Own United Resources, Inc. + + 1427@hsesinfo.org + 214 S 13th St + + Fort Dodge + IA + 50501-4828 + 214 S 13th St + + Fort Dodge + IA + 50501-4828 + 214 S 13th St + + Fort Dodge + IA + 50501-4828 + Mr. + F202921 + L202921 + + Board Vice President + 202921@hsesinfo.org + Mrs. + F202922 + L202922 + + + 202922@hsesinfo.org + Ms. + F202924 + L202924 + + 202924@hsesinfo.org + Mrs. + F202920 + L202920 + + 202920@hsesinfo.org + 555-555-2920 x 5555 + + + 10467 + 8659 + 12459 + 206 + 2018 + 2019-09-01 + + EHS + Active + Central California Child Development Services + www.cccds.com + 8659@hsesinfo.org + 2250 Rockefeller Dr + Ste 1 + Ceres + CA + 95307-7243 + 2250 Rockefeller Dr + Ste 1 + Ceres + CA + 95307-7243 + 2250 Rockefeller Dr + Ste 1 + Ceres + CA + 95307-7243 + Mr. + F221608 + L221608 + + Board President + 221608@hsesinfo.org + Ms. + F221609 + L221609 + + Executive Director + 221609@hsesinfo.org + Ms. + F221611 + L221611 + + 221611@hsesinfo.org + Ms. + F221607 + L221607 + + 221607@hsesinfo.org + 555-555-1607 x 5555 + + + 10468 + 3800 + 12460 + 207 + 2014 + 2019-09-01 + + EHS + Active + Keyes Union School District + www.keyes.k12.ca.us/ + 3800@hsesinfo.org + 4621 Nunes Road + + Keyes + CA + 95328-0310 + 4621 Nunes Road + + Keyes + CA + 95328-0310 + 4621 Nunes Road + + Keyes + CA + 95328-0310 + Mr. + F221615 + L221615 + + + 221615@hsesinfo.org + Ms. + F221616 + L221616 + + + 221616@hsesinfo.org + Ms. + F221618 + L221618 + + 221618@hsesinfo.org + Ms. + F221614 + L221614 + + 221614@hsesinfo.org + 555-555-1614 x 5555 + + + 7001 + 3226 + 10444 + 200 + 2002 + 2015-12-01 + + AIAN EHS + Active + Central Tribes of the Shawnee Area, Inc. + 1535 N. Mckinely + 3226@hsesinfo.org + 1535 N Mckinley Ave + + Shawnee + OK + 74801-5200 + 1535 N Mckinley Ave + + Shawnee + OK + 74801-5200 + 1535 N Mckinley Ave + + Shawnee + OK + 74801-5200 + Mr. + F204673 + L204673 + + Board of Directors + 204673@hsesinfo.org + Ms. + F204674 + L204674 + + Interim Executive Program Director + 204674@hsesinfo.org + Ms. + F204676 + L204676 + + 204676@hsesinfo.org + Mrs. + F204672 + L204672 + + 204672@hsesinfo.org + 555-555-4672 + + + 9285 + 3326 + 11546 + 200 + 2013 + 2019-01-01 + + EHS + Active + Foothill Family Service + www.foothillfamily.org + 3326@hsesinfo.org + 3629 Santa Anita Ave + Ste 201 + El Monte + CA + 91731-3635 + 3629 Santa Anita Ave + Ste 201 + El Monte + CA + 91731-3635 + 2500 E Foothill Blvd + Ste 300 + Pasadena + CA + 91107-7102 + Ms. + F213540 + L213540 + + Board Chair + 213540@hsesinfo.org + Mr. + F213541 + L213541 + + + 213541@hsesinfo.org + Ms. + F213543 + L213543 + + 213543@hsesinfo.org + Ms. + F213539 + L213539 + + 213539@hsesinfo.org + 555-555-3539 + + + 8014 + 1658 + 10517 + 000 + 2003 + 2016-02-01 + + HS + Active + CDC of the Mosholu Montefiore Community Center + http://www.mmcc.org + 1658@hsesinfo.org + 3450 Dekalb Avenue + + Bronx + NY + 10467-1205 + 3450 Dekalb Avenue + + Bronx + NY + 10467-1205 + 3450 Dekalb Avenue + + Bronx + NY + 10467-1205 + Mrs. + F205306 + L205306 + + Board Chair + 205306@hsesinfo.org + Ms. + F205307 + L205307 + + Chief Executive Officer + 205307@hsesinfo.org + Ms. + F205309 + L205309 + + 205309@hsesinfo.org + Ms. + F205305 + L205305 + + 205305@hsesinfo.org + 555-555-5305 + + + 5652 + 4166 + 9449 + 215 + 2014 + 2014-12-01 + + EHS + Active + Carole Robertson Center For Learning + www.crcl.net + 4166@hsesinfo.org + 3701 West Ogden Avenue + 2929 West 19th Street + Chicago + IL + 60623-2240 + 3701 West Ogden Avenue + 2929 West 19th Street + Chicago + IL + 60623-2240 + 3701 West Ogden Avenue + 2929 West 19th Street + Chicago + IL + 60623-2240 + Mrs. + F101460 + L101460 + + Board Chair + 101460@hsesinfo.org + Mrs. + F101458 + L101458 + + President/CEO + 101458@hsesinfo.org + Ms. + F101457 + L101457 + + 101457@hsesinfo.org + Ms. + F101456 + L101456 + + 101456@hsesinfo.org + 555-555-1456 + + + 8740 + 8598 + 11112 + 209 + 2017 + 2017-08-01 + + EHS + Active + Fundacion Para El Desarrollo Del Hogar Propio, Inc + + 8598@hsesinfo.org + Edificio Angora Plaza Avenida Luis Muñoz Marin Esquina Georgetti + + Caguas + PR + 00726 + PO Box 5250 + + Caguas + PR + 00726-5250 + Edificio Angora Plaza Avenida Luis Muñoz Marin Esquina Georgetti + + Caguas + PR + 00726 + Mr. + F209662 + L209662 + + Officially Board Chair + 209662@hsesinfo.org + Mrs. + F209663 + L209663 + + CEO Executive Director + 209663@hsesinfo.org + Mrs. + F209665 + L209665 + + 209665@hsesinfo.org + Mrs. + F209661 + L209661 + + 209661@hsesinfo.org + 555-555-9661 + + + 4420 + 385 + 8398 + 000 + 1991 + 2013-10-30 + 2018-10-31 + HS + Inactive + Fremont Community Schools + N/A + 385@hsesinfo.org + 1100 W Toledo St + N/A + Fremont + IN + 46737-2097 + PO Box 703 + N/A + Fremont + IN + 46737-0703 + 1100 W Toledo St + + Fremont + IN + 46737-2097 + Mr. + F41383 + L41383 + + School Board President + 41383@hsesinfo.org + Dr. + F41382 + L41382 + + Superintendent + 41382@hsesinfo.org + Mrs. + F41381 + L41381 + + 41381@hsesinfo.org + Mrs. + F41380 + L41380 + + 41380@hsesinfo.org + 555-555-1380 + + + 4894 + 645 + 8870 + 000 + 2014 + 2014-06-01 + 2019-05-31 + HS + Inactive + PICKENS COMMUNITY ACTION COMMITTEE, INC + www.caapickens.org + 645@hsesinfo.org + 71 Lakeside St + + Carrollton + AL + 35447-2232 + PO Box 348 + + Carrollton + AL + 35447-0348 + 71 Lakeside St + + Carrollton + AL + 35447-2232 + Mr. + F48190 + L48190 + + Board Chairman + 48190@hsesinfo.org + Ms. + F48189 + L48189 + + Executive Director + 48189@hsesinfo.org + Ms. + F48192 + L48192 + + 48192@hsesinfo.org + Ms. + F48188 + L48188 + + 48188@hsesinfo.org + 555-555-8188 x 5555 + + + 10371 + 2280 + 12362 + 000 + 1992 + 2019-08-01 + + HS + Active + C.E.O. for the Greater Capital Region, Inc. + http://www.ceoempowers.org + 2280@hsesinfo.org + 2331 5th Ave + + Troy + NY + 12180-2221 + 2331 5th Ave + + Troy + NY + 12180-2221 + 2331 5th Ave + + Troy + NY + 12180-2221 + Ms. + F220938 + L220938 + + Board Chairperson + 220938@hsesinfo.org + Ms. + F220939 + L220939 + + + 220939@hsesinfo.org + Ms. + F220941 + L220941 + + 220941@hsesinfo.org + Ms. + F220937 + L220937 + + 220937@hsesinfo.org + 555-555-0937 x 5555 + + + 10433 + 8723 + 11840 + 200 + 2019 + 2019-06-01 + + EHS + Active + Head Start Child and Family Development Centers, Inc. + HeadStartCouleeRegion.com + 8723@hsesinfo.org + 333 Buchner Place, Wing A + + La Crosse + WI + 54603-3172 + 333 Buchner Place, Wing A + + La Crosse + WI + 54603-3172 + 333 Buchner Place, Wing A + + La Crosse + WI + 54603-3172 + Mrs. + F221373 + L221373 + + Board of Directors - President + 221373@hsesinfo.org + Ms. + F221371 + L221371 + + Executive Director + 221371@hsesinfo.org + Mr. + F221374 + L221374 + + 221374@hsesinfo.org + Ms. + F221370 + L221370 + + 221370@hsesinfo.org + 555-555-1370 x 5555 + + + 4839 + 1077 + 8592 + 000 + 1992 + 2014-05-01 + 2019-06-30 + HS + Inactive + Rocky Mountain Development Council, Inc. + http://www.rmdc.net + 1077@hsesinfo.org + 200 S Cruse Ave + + Helena + MT + 59601-5018 + PO Box 1717 + + Helena + MT + 59624-1717 + 200 S Cruse Ave + + Helena + MT + 59601-5018 + Mr. + F47266 + L47266 + + Board President + 47266@hsesinfo.org + Ms. + F47263 + L47263 + + Executive Director + 47263@hsesinfo.org + Mr. + F47265 + L47265 + + 47265@hsesinfo.org + Ms. + F47262 + L47262 + + 47262@hsesinfo.org + 555-555-7262 + + + 5682 + 3524 + 9507 + 003 + 2015 + 2015-01-01 + + HS + Active + Children's Home & Aid Society of Illinois + www.childrenshomeandaid.org + 3524@hsesinfo.org + 1701 West 63rd Street + + Chicago + IL + 60636 + 125 South Wacker Drive + 14th Floor + Chicago + IL + 60606 + 125 South Wacker Drive + 14th Floor + Chicago + IL + 60606 + Mr. + F102314 + L102314 + + Chair + 102314@hsesinfo.org + Mr. + F102313 + L102313 + + President and CEO + 102313@hsesinfo.org + Ms. + F102316 + L102316 + + 102316@hsesinfo.org + Ms. + F102312 + L102312 + + 102312@hsesinfo.org + 555-555-2312 + + + 9538 + 8812 + 11749 + 200 + 2019 + 2019-03-01 + + EHS + Active + St. Joseph County Intermediate School District + + 8812@hsesinfo.org + 62445 Shimmel Rd + + Centreville + MI + 49032-9527 + 62445 Shimmel Rd + + Centreville + MI + 49032-9527 + 62445 Shimmel Rd + + Centreville + MI + 49032-9527 + Ms. + F215263 + L215263 + + President + 215263@hsesinfo.org + Ms. + F215264 + L215264 + + Superintendent + 215264@hsesinfo.org + Ms. + F215266 + L215266 + + 215266@hsesinfo.org + Ms. + F215262 + L215262 + + 215262@hsesinfo.org + 555-555-5262 + + + 9603 + 887 + 11789 + 000 + 2014 + 2019-05-01 + + HS + Active + Livingston Byrdstown Jamestown & Cookeville Dev Corp + http://www.lbjc.org + 887@hsesinfo.org + 1150 Chocolate Drive + + Cookeville + TN + 38501-2006 + 1150 Chocolate Drive + + Cookeville + TN + 38501-2006 + 1150 Chocolate Drive + + Cookeville + TN + 38501-2006 + Mr. + F215673 + L215673 + + Board Chairperson + 215673@hsesinfo.org + Ms. + F215674 + L215674 + + + 215674@hsesinfo.org + Mr. + F215676 + L215676 + + 215676@hsesinfo.org + Ms. + F215672 + L215672 + + 215672@hsesinfo.org + 555-555-5672 x 5555 + + + 8893 + 1267 + 11255 + 000 + 2013 + 2018-07-01 + + HS + Active + LINCOLN-UINTA CHILD DEVELOPMENT ASSOCIATION + http://www.lucda.org + 1267@hsesinfo.org + 1001 Highway 414 North + + Mountain View + WY + 82939-0570 + P.O. Box 570 + + Mountain View + WY + 82939-0570 + 1001 Highway 414 North + + Mountain View + WY + 82939 + Mr. + F210772 + L210772 + + Board of Directors + 210772@hsesinfo.org + Mrs. + F210773 + L210773 + + Regional Director + 210773@hsesinfo.org + Mrs. + F210775 + L210775 + + 210775@hsesinfo.org + Mrs. + F210771 + L210771 + + 210771@hsesinfo.org + 555-555-0771 x 5555 + + + 8677 + 8539 + 11054 + 000 + 2017 + 2017-07-01 + + HS + Active + CHRISTIAN MILITARY ACADEMY, INC. + www.cmagators.org + 8539@hsesinfo.org + Carr 687 Km 07 Bo Algarrobo Sector Tortuguero + + Vega Baja + PR + 00693 + PO Box 948903 + + Vega Baja + PR + 00694-8903 + Carr 687 Km 0.7 + Bo Algarrobo Sector Tortuguero + Vega Baja + PR + 00693 + Ms. + F209248 + L209248 + + Board President + 209248@hsesinfo.org + Mrs. + F209249 + L209249 + + Director + 209249@hsesinfo.org + Mrs. + F209251 + L209251 + + 209251@hsesinfo.org + Ms. + F209247 + L209247 + + 209247@hsesinfo.org + 555-555-9247 + + + 2978 + 2167 + 6639 + 000 + 2013 + 2013-07-02 + 2019-04-30 + HS + Inactive + Fauquier Community Action Committee, Inc. + + 2167@hsesinfo.org + 430 E Shirley Ave + Bldg C + Warrenton + VA + 20186-3725 + P.O. Box 22 + + Warrenton + VA + 20186 + 430 E Shirley Ave + Bldg C + Warrenton + VA + 20186-3725 + Mrs. + F37235 + L37235 + + FCAC,Inc. Board Chair + 37235@hsesinfo.org + Ms. + F37236 + L37236 + + Executive Director of Head Start program + 37236@hsesinfo.org + Mr. + F37234 + L37234 + + 37234@hsesinfo.org + Ms. + F37233 + L37233 + + 37233@hsesinfo.org + 555-555-7233 x 5555 + + + 8252 + 2739 + 10637 + 200 + 2011 + 2016-07-01 + + EHS + Active + Muskegon Area ISD ~ Head Start of Muskegon/Oceana + http://www.muskegonisd.org/departments/early-childhood/ + 2739@hsesinfo.org + 630 HARVEY STREET + + MUSKEGON + MI + 49442-4278 + 630 HARVEY STREET + + MUSKEGON + MI + 49442-4278 + 630 HARVEY STREET + + MUSKEGON + MI + 49442-4278 + Ms. + F206879 + L206879 + + President + 206879@hsesinfo.org + Mr. + F206880 + L206880 + Ph.D + + 206880@hsesinfo.org + Mrs. + F206882 + L206882 + + 206882@hsesinfo.org + Mr. + F206878 + L206878 + + 206878@hsesinfo.org + 555-555-6878 + + + 8856 + 3200 + 11219 + 200 + 2013 + 2018-07-01 + + EHS + Active + Growing Futures Early Education Center + www.growingfutureseec.org + 3200@hsesinfo.org + 8155 Santa Fe Drive + + Overland Park + KS + 66204-3607 + 8155 Santa Fe Drive + + Overland Park + KS + 66204-3607 + 8155 Santa Fe Drive + + Overland Park + KS + 66204-3607 + Mr. + F210486 + L210486 + + President, Board of Directors + 210486@hsesinfo.org + Ms. + F210487 + L210487 + + + 210487@hsesinfo.org + Ms. + F210489 + L210489 + + 210489@hsesinfo.org + Dr. + F210485 + L210485 + + 210485@hsesinfo.org + 555-555-0485 + + + 9541 + 8815 + 11753 + 200 + 2019 + 2019-03-01 + + EHS + Active + Jefferson, Parish of + + 8815@hsesinfo.org + 1221 Elmwood Park Boulevard + Suite 402 + Jefferson + LA + 70123-2337 + 1221 Elmwood Park Boulevard + Suite 402 + Jefferson + LA + 70123-2337 + 1221 Elmwood Park Boulevard + Suite 402 + Jefferson + LA + 70123-2337 + Hon. + F215284 + L215284 + + Chairperson, Jefferson Parish Council + 215284@hsesinfo.org + Mrs. + F215285 + L215285 + + Interim Director of JeffCAP + 215285@hsesinfo.org + Ms. + F215287 + L215287 + + 215287@hsesinfo.org + Mrs. + F215283 + L215283 + + 215283@hsesinfo.org + 555-555-5283 + + + 4487 + 918 + 8546 + 200 + 2003 + 2013-11-29 + 2018-11-30 + EHS + Inactive + Mid-East Community Action Agency + http://www.mecaa.net + 918@hsesinfo.org + 315 E Race St + + Kingston + TN + 37763-2828 + PO Box 790 + + Kingston + TN + 37763-0790 + 315 E Race St + + Kingston + TN + 37763-2828 + Ms. + F42347 + L42347 + + Board Chair + 42347@hsesinfo.org + Mr. + F42345 + L42345 + + + 42345@hsesinfo.org + Ms. + F42346 + L42346 + + 42346@hsesinfo.org + Ms. + F42342 + L42342 + + 42342@hsesinfo.org + 555-555-2342 x 5555 + + + 9867 + 986 + 11989 + 000 + 2014 + 2019-07-01 + + HS + Active + LAKE CUMBERLAND COMMUNITY SERVICES ORGANIZATION, INC + http://www.lc-hs.org + 986@hsesinfo.org + 23 Industry Dr + + Jamestown + KY + 42629-2516 + PO Box 830 + + Jamestown + KY + 42629-0830 + 23 Industry Dr + + Jamestown + KY + 42629-2516 + Mr. + F217479 + L217479 + + Board Chair + 217479@hsesinfo.org + Ms. + F217480 + L217480 + + Executive Director + 217480@hsesinfo.org + Mr. + F217482 + L217482 + + 217482@hsesinfo.org + Ms. + F217478 + L217478 + + 217478@hsesinfo.org + 555-555-7478 + + + 9293 + 3118 + 11556 + 000 + 2013 + 2019-01-01 + + HS + Active + Berks County Intermediate Unit + www.berksiu.org + 3118@hsesinfo.org + 1111 Commons Blvd + + Reading + PA + 19605-3334 + 1111 Commons Blvd + PO Box 16050 + Reading + PA + 19605-3334 + 1111 Commons Blvd + + Reading + PA + 19605-3334 + Mr. + F213589 + L213589 + + + 213589@hsesinfo.org + Dr. + F213590 + L213590 + + + 213590@hsesinfo.org + Ms. + F213592 + L213592 + + 213592@hsesinfo.org + Mrs. + F213588 + L213588 + + 213588@hsesinfo.org + 555-555-3588 + + + 7058 + 1478 + 10506 + 000 + 1998 + 2016-01-01 + + HS + Active + United Children's Services, Inc. + http://www.ucsvt.org/headstart.html + 1478@hsesinfo.org + 2 Park St + + North Bennington + VT + 05257-9213 + 100 Ledge Hill Drive + + Bennington + VT + 05201-2273 + 2 Park St + + North Bennington + VT + 05257-9213 + Mr. + F205074 + L205074 + + UCH Board President + 205074@hsesinfo.org + Ms. + F205075 + L205075 + + UCS Executive Director + 205075@hsesinfo.org + Ms. + F205077 + L205077 + + 205077@hsesinfo.org + Mrs. + F205073 + L205073 + + 205073@hsesinfo.org + 555-555-5073 x 5555 + + + 6481 + 2166 + 10116 + 000 + 1992 + 2015-07-01 + + HS + Active + Eastern Allegheny Council For Human Services, Inc. + + 2166@hsesinfo.org + 112 Beans Ln + + Moorefield + WV + 26836-1202 + 112 Beans Ln + + Moorefield + WV + 26836-1202 + 112 Beans Ln + + Moorefield + WV + 26836-1202 + Mrs. + F201037 + L201037 + + Board of Director President + 201037@hsesinfo.org + Mrs. + F201038 + L201038 + + Executive Director + 201038@hsesinfo.org + Mrs. + F201040 + L201040 + + 201040@hsesinfo.org + Mrs. + F201036 + L201036 + + 201036@hsesinfo.org + 555-555-1036 x 5555 + + + 9868 + 985 + 11989 + 200 + 2014 + 2019-07-01 + + EHS + Active + LAKE CUMBERLAND COMMUNITY SERVICES ORGANIZATION, INC + http://www.lc-hs.org + 985@hsesinfo.org + 23 Industry Dr + + Jamestown + KY + 42629-2516 + PO Box 830 + + Jamestown + KY + 42629-0830 + 23 Industry Dr + + Jamestown + KY + 42629-2516 + Mr. + F217486 + L217486 + + Board Chair + 217486@hsesinfo.org + Ms. + F217487 + L217487 + + Executive Director + 217487@hsesinfo.org + Mr. + F217489 + L217489 + + 217489@hsesinfo.org + Ms. + F217485 + L217485 + + 217485@hsesinfo.org + 555-555-7485 + + + 11150 + 3166 + 13067 + 000 + 1992 + 2020-04-01 + + HS + Active + NORTHERN TIER COMMUNITY ACTION CORPORATION + http:/www.ntcac.org + 3166@hsesinfo.org + 135 W 4th St + + Emporium + PA + 15834-1123 + PO Box 389 + + Emporium + PA + 15834-0389 + 135 W 4th St + + Emporium + PA + 15834-1123 + Mr. + F226261 + L226261 + + Northern Tier Community Action Board President + 226261@hsesinfo.org + Mr. + F226262 + L226262 + + Executive Director + 226262@hsesinfo.org + Ms. + F226264 + L226264 + + 226264@hsesinfo.org + Ms. + F226260 + L226260 + + 226260@hsesinfo.org + 555-555-6260 x 5555 + + + 9402 + 3383 + 11630 + 000 + 2013 + 2019-02-01 + + HS + Active + Parent Child Incorporated + www.parentchildinc.com + 3383@hsesinfo.org + 7815 Mainland Dr + + San Antonio + TX + 78250-5150 + 7815 Mainland Dr + + San Antonio + TX + 78250-5150 + 7815 Mainland Dr + + San Antonio + TX + 78250-5150 + Atty. + F214331 + L214331 + + Board Chair + 214331@hsesinfo.org + Dr. + F214332 + L214332 + + Chief Executive Officer/HS-EHS Director + 214332@hsesinfo.org + Ms. + F214334 + L214334 + + 214334@hsesinfo.org + Dr. + F214330 + L214330 + + 214330@hsesinfo.org + 555-555-4330 + + + 4928 + 4934 + 8814 + 200 + 2014 + 2014-06-01 + 2019-06-30 + EHS + Inactive + Telamon Corporation + www.telamon.org + 4934@hsesinfo.org + 600 Corporation Dr + Ste 105 + Pendleton + IN + 46064-8300 + 5560 Munford Rd., Suite 201 + + Raleigh + NC + 27612-2731 + 5560 Munford Rd., Suite 201 + + Raleigh + NC + 27612-2731 + Mrs. + F48451 + L48451 + + Chair, Governing Board + 48451@hsesinfo.org + Mrs. + F48452 + L48452 + + Executive Director + 48452@hsesinfo.org + Ms. + F48454 + L48454 + + 48454@hsesinfo.org + Mrs. + F48450 + L48450 + + 48450@hsesinfo.org + 555-555-8450 x 5555 + + + 9503 + 1223 + 11718 + 000 + 2014 + 2019-04-01 + + Migrant HS + Active + United Migrant Opportunity Services, Inc. + http://www.umos.org + 1223@hsesinfo.org + 2701 South Chase Avenue + + Milwaukee + WI + 53207-1450 + PO Box 4129 + + Milwaukee + WI + 53204-0129 + 2701 South Chase Avenue + + Milwaukee + WI + 53207-1450 + Mr. + F215018 + L215018 + + Board Chair + 215018@hsesinfo.org + Mr. + F215019 + L215019 + + CEO/President + 215019@hsesinfo.org + Mr. + F215021 + L215021 + + 215021@hsesinfo.org + Ms. + F215017 + L215017 + + 215017@hsesinfo.org + 555-555-5017 + + + 11151 + 1022 + 13068 + 000 + 1992 + 2020-04-01 + + HS + Active + SAGUACHE COUNTY COMMUNITY COUNCIL + www.centerheadstart.wix.com/centerheadstart + 1022@hsesinfo.org + 301 E 3rd St + PO 1240 + Center + CO + 81125 + 301 E 3rd St + PO 1240 + Center + CO + 81125 + 301 E 3rd St + PO 1240 + Center + CO + 81125 + Mrs. + F226268 + L226268 + + + 226268@hsesinfo.org + Mrs. + F226269 + L226269 + + Director + 226269@hsesinfo.org + Ms. + F226271 + L226271 + + 226271@hsesinfo.org + Mrs. + F226267 + L226267 + + 226267@hsesinfo.org + 555-555-6267 + + + 4322 + 1103 + 8324 + 000 + 2013 + 2013-08-29 + 2018-08-31 + HS + Inactive + Child-Parent Centers, Inc. + http://www.childparentcenters.org + 1103@hsesinfo.org + 602 East 22nd Street + + Tucson + AZ + 85713-1701 + 602 East 22nd Street + + Tucson + AZ + 85713-1701 + 602 East 22nd Street + + Tucson + AZ + 85713-1701 + Ms. + F39592 + L39592 + + Board President + 39592@hsesinfo.org + Mrs. + F39594 + L39594 + + Chief Executive Officer + 39594@hsesinfo.org + Mr. + F39591 + L39591 + + 39591@hsesinfo.org + Mrs. + F39590 + L39590 + + 39590@hsesinfo.org + 555-555-9590 x 5555 + + + 11152 + 1069 + 13069 + 000 + 1992 + 2020-04-01 + + HS + Active + OAHE CHILD DEVELOPMENT CENTER, INC. + www.oahechild.com + 1069@hsesinfo.org + 2307 E Capitol Ave + + Pierre + SD + 57501-3727 + PO Box 907 + + Pierre + SD + 57501-0907 + 2307 E Capitol Ave + + Pierre + SD + 57501-3727 + Ms. + F226275 + L226275 + + + 226275@hsesinfo.org + Mrs. + F226276 + L226276 + + + 226276@hsesinfo.org + Mrs. + F226278 + L226278 + + 226278@hsesinfo.org + Mrs. + F226274 + L226274 + + 226274@hsesinfo.org + 555-555-6274 + + + 11153 + 1068 + 13069 + 200 + 2003 + 2020-04-01 + + EHS + Active + OAHE CHILD DEVELOPMENT CENTER, INC. + www.oahechild.com + 1068@hsesinfo.org + 2307 E Capitol Ave + + Pierre + SD + 57501-3727 + PO Box 907 + + Pierre + SD + 57501-0907 + 2307 E Capitol Ave + + Pierre + SD + 57501-3727 + Ms. + F226282 + L226282 + + + 226282@hsesinfo.org + Mrs. + F226283 + L226283 + + + 226283@hsesinfo.org + Mrs. + F226285 + L226285 + + 226285@hsesinfo.org + Mrs. + F226281 + L226281 + + 226281@hsesinfo.org + 555-555-6281 + + + 5289 + 3681 + 9135 + 010 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Garvey School District + www.garvey.k12.ca.us + 3681@hsesinfo.org + 7424 Newmark Ave + + Rosemead + CA + 91770-2943 + 7424 Newmark Ave + + Rosemead + CA + 91770-2943 + 2730 Del Mar Ave + + Rosemead + CA + 91770-3026 + Mr. + F53367 + L53367 + + Board President + 53367@hsesinfo.org + Ms. + F53368 + L53368 + + Superintendent + 53368@hsesinfo.org + Ms. + F53366 + L53366 + + 53366@hsesinfo.org + Dr. + F53364 + L53364 + + 53364@hsesinfo.org + 555-555-3364 + + + 4722 + 3959 + 8704 + 050 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Blanche Community Progress Day Care Center Inc. + Blanchelearning.com + 3959@hsesinfo.org + 44-02 Beach Channel Drive + + Far Rockaway + NY + 11691-1203 + 44-02 Beach Channel Drive + + Far Rockaway + NY + 11691-1203 + 44-02 Beach Channel Drive + + Far Rockaway + NY + 11691-1203 + Ms. + F45804 + L45804 + L + Board President + 45804@hsesinfo.org + Mrs. + F45802 + L45802 + T + 7184717881 + 45802@hsesinfo.org + + F45801 + L45801 + + 45801@hsesinfo.org + Mrs. + F45800 + L45800 + + 45800@hsesinfo.org + 555-555-5800 x 5555 + + + 8506 + 8386 + 8797 + 200 + 2017 + 2017-07-01 + 2019-06-30 + EHS + Inactive + Athens-Meigs Educational Service Center + www.athensmeigs.com + 8386@hsesinfo.org + 21 Birge Dr + + Chauncey + OH + 45719-0040 + PO Box 40 + + Chauncey + OH + 45719-0040 + 21 Birge Dr + + Chauncey + OH + 45719-0040 + Mr. + F208269 + L208269 + + President + 208269@hsesinfo.org + Ms. + F208270 + L208270 + + Superintendent + 208270@hsesinfo.org + Ms. + F208272 + L208272 + + 208272@hsesinfo.org + Mrs. + F208268 + L208268 + + 208268@hsesinfo.org + 555-555-8268 + + + 5826 + 5832 + 9500 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Warren County Community Services, Inc. + www.wccsi.org + 5832@hsesinfo.org + 570 N State Route 741 + + Lebanon + OH + 45036-8839 + 570 N State Route 741 + + Lebanon + OH + 45036-8839 + 570 N State Route 741 + + Lebanon + OH + 45036-8839 + Ms. + F103970 + L103970 + + Board President + 103970@hsesinfo.org + Ms. + F103971 + L103971 + + Board President + 103971@hsesinfo.org + Ms. + F103973 + L103973 + + 103973@hsesinfo.org + Ms. + F103969 + L103969 + + 103969@hsesinfo.org + 555-555-3969 + + + 5419 + 1675 + 8994 + 200 + 2014 + 2014-06-01 + 2019-05-31 + AIAN EHS + Inactive + IOWA TRIBE OF OKLAHOMA + http://www.iowanation.org + 1675@hsesinfo.org + 335164 East 750 Rd + + Perkins + OK + 74059 + 335588 East 750 Rd + + Perkins + OK + 74059 + 335588 East 750 Rd + + Perkins + OK + 74059 + Mr. + F96470 + L96470 + + Tribal Chairman + 96470@hsesinfo.org + Ms. + F96473 + L96473 + + Tribal Administrator + 96473@hsesinfo.org + Mr. + F96472 + L96472 + + 96472@hsesinfo.org + Mrs. + F96469 + L96469 + + 96469@hsesinfo.org + 555-555-6469 + + + 11154 + 1583 + 13070 + 000 + 2001 + 2020-04-01 + + HS + Active + CENTRO DE LA FAMILIA DE UTAH + http://www.cdlf.org + 1583@hsesinfo.org + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + Mr. + F226289 + L226289 + + Chair-Board of Directors + 226289@hsesinfo.org + Mr. + F226290 + L226290 + + + 226290@hsesinfo.org + Ms. + F226292 + L226292 + + 226292@hsesinfo.org + Mr. + F226288 + L226288 + + 226288@hsesinfo.org + 555-555-6288 + + + 9542 + 8816 + 11761 + 200 + 2019 + 2019-03-01 + + EHS + Active + Center for Transforming Lives + + 8816@hsesinfo.org + 512 W 4th St + + Fort Worth + TX + 76102-3613 + 512 W 4th St + + Fort Worth + TX + 76102-3613 + 512 W 4th St + + Fort Worth + TX + 76102-3613 + Ms. + F215291 + L215291 + + Board Chair + 215291@hsesinfo.org + Mrs. + F215292 + L215292 + + Chief Executive Officer + 215292@hsesinfo.org + Ms. + F215294 + L215294 + + 215294@hsesinfo.org + Ms. + F215290 + L215290 + + 215290@hsesinfo.org + 555-555-5290 + + + 10069 + 6345 + 12121 + 209 + + 2019-07-01 + + EHS + Active + Norwalk-La Mirada Unified School District + www.nlmusdpreschool.org + 6345@hsesinfo.org + 14616 Dinard Ave + + Norwalk + CA + 90650-5110 + 14616 Dinard Ave + + Norwalk + CA + 90650-5110 + 14616 Dinard Ave + + Norwalk + CA + 90650-5110 + Mr. + F218876 + L218876 + + School Board President + 218876@hsesinfo.org + Dr. + F218877 + L218877 + + School Superintendent + 218877@hsesinfo.org + Ms. + F218879 + L218879 + + 218879@hsesinfo.org + Ms. + F218875 + L218875 + + 218875@hsesinfo.org + 555-555-8875 + + + 10070 + 3665 + 12122 + 210 + 2014 + 2019-07-01 + + EHS + Active + Pomona Unified School District + http://www.pusd.org + 3665@hsesinfo.org + 800 S Garey Ave + Pomona Unified School District Child Development + Pomona + CA + 91766-3325 + 800 S Garey Ave + Pomona Unified School District Child Development + Pomona + CA + 91766-3325 + 800 S Garey Ave + Pomona Unified School District Child Development + Pomona + CA + 91766-3325 + Mrs. + F218883 + L218883 + + Board President + 218883@hsesinfo.org + Mrs. + F218884 + L218884 + + Director of Child Development + 218884@hsesinfo.org + Mrs. + F218886 + L218886 + + 218886@hsesinfo.org + Mr. + F218882 + L218882 + + 218882@hsesinfo.org + 555-555-8882 x 5555 + + + 9543 + 8817 + 11759 + 200 + 2019 + 2019-03-01 + + EHS + Active + Early Learning Ventures + + 8817@hsesinfo.org + 18 Inverness Pl E + + Englewood + CO + 80112-5622 + 18 Inverness Pl E + + Englewood + CO + 80112-5622 + 18 Inverness Pl E + + Englewood + CO + 80112-5622 + Mr. + F215298 + L215298 + + EHS Board Chairperson + 215298@hsesinfo.org + Mrs. + F215299 + L215299 + + ELV Executive Director + 215299@hsesinfo.org + Ms. + F215301 + L215301 + + 215301@hsesinfo.org + Mr. + F215297 + L215297 + + 215297@hsesinfo.org + 555-555-5297 x 5555 + + + 9544 + 8818 + 11750 + 200 + 2019 + 2019-03-01 + + EHS + Active + Western Idaho Community Action Partnership + + 8818@hsesinfo.org + 315 South Main Street + + Payette + ID + 83661-3315 + 315 South Main Street + + Payette + ID + 83661-3315 + 315 South Main Street + + Payette + ID + 83661-3315 + Ms. + F215305 + L215305 + + President, Board of Directors + 215305@hsesinfo.org + Ms. + F215306 + L215306 + + + 215306@hsesinfo.org + Ms. + F215308 + L215308 + + 215308@hsesinfo.org + Ms. + F215304 + L215304 + + 215304@hsesinfo.org + 555-555-5304 x 5555 + + + 11376 + 270 + 13246 + 200 + 2001 + 2020-06-01 + + EHS + Active + QUINCY COMMUNITY ACTION PROGRAMS INC + http://www.qcap.org + 270@hsesinfo.org + 22 Pray St + + Quincy + MA + 02169-7203 + 22 Pray St + + Quincy + MA + 02169-7203 + 22 Pray St + + Quincy + MA + 02169-7203 + Mr. + F227692 + L227692 + + Board Chair/President + 227692@hsesinfo.org + Ms. + F227693 + L227693 + + Chief Executive Officer + 227693@hsesinfo.org + Ms. + F227695 + L227695 + + 227695@hsesinfo.org + Ms. + F227691 + L227691 + + 227691@hsesinfo.org + 555-555-7691 + + + 1371 + 2971 + 2863 + 000 + 2013 + 2013-06-26 + 2019-01-31 + HS + Inactive + The Hudson Guild + 441 W26th St + 2971@hsesinfo.org + 441 W 26th St + + New York + NY + 10001-5629 + 441 W 26th St + + New York + NY + 10001-5629 + 441 W 26th St + + New York + NY + 10001-5629 + Mr. + F39995 + L39995 + + Chairperson + 39995@hsesinfo.org + Mr. + F39993 + L39993 + + Executive Director + 39993@hsesinfo.org + Ms. + F39992 + L39992 + + 39992@hsesinfo.org + Ms. + F36182 + L36182 + + 36182@hsesinfo.org + 555-555-6182 + + + 9545 + 8819 + 11756 + 200 + 2019 + 2019-03-01 + + Migrant EHS + Active + Redlands Christian Migrant Association + + 8819@hsesinfo.org + 402 West Main Street + + Immokalee + FL + 34142 + 402 West Main Street + + Immokalee + FL + 34142 + 402 West Main Street + + Immokalee + FL + 34142 + Ms. + F215312 + L215312 + + President, Board of Directors + 215312@hsesinfo.org + Ms. + F215313 + L215313 + + Executive Director + 215313@hsesinfo.org + Mrs. + F215315 + L215315 + + 215315@hsesinfo.org + Ms. + F215311 + L215311 + + 215311@hsesinfo.org + 555-555-5311 x 5555 + + + 11377 + 6462 + 13242 + 000 + + 2020-06-01 + + HS + Active + Bucks County Intermediate Unit 22 + http://www.bucksiu.org/ + 6462@hsesinfo.org + 705 N Shady Retreat Rd + + Doylestown + PA + 18901-2507 + 705 N Shady Retreat Rd + + Doylestown + PA + 18901-2507 + 705 N Shady Retreat Rd + + Doylestown + PA + 18901-2507 + Mr. + F227699 + L227699 + + Board President + 227699@hsesinfo.org + Dr. + F227700 + L227700 + + Executive Director + 227700@hsesinfo.org + Mr. + F227702 + L227702 + + 227702@hsesinfo.org + Mrs. + F227698 + L227698 + + 227698@hsesinfo.org + 555-555-7698 x 5555 + + + 11378 + 6463 + 13242 + 200 + + 2020-06-01 + + EHS + Active + Bucks County Intermediate Unit 22 + http://www.bucksiu.org/ + 6463@hsesinfo.org + 705 N Shady Retreat Rd + + Doylestown + PA + 18901-2507 + 705 N Shady Retreat Rd + + Doylestown + PA + 18901-2507 + 705 N Shady Retreat Rd + + Doylestown + PA + 18901-2507 + Mr. + F227706 + L227706 + + Board President + 227706@hsesinfo.org + Dr. + F227707 + L227707 + + Executive Director + 227707@hsesinfo.org + Mr. + F227709 + L227709 + + 227709@hsesinfo.org + Mrs. + F227705 + L227705 + + 227705@hsesinfo.org + 555-555-7705 x 5555 + + + 9546 + 8820 + 11758 + 200 + 2019 + 2019-03-01 + + Migrant EHS + Active + Riverside County Office of Education + + 8820@hsesinfo.org + 370 Aurora Drive + + El Centro + CA + 92243-4750 + 370 Aurora Drive + + El Centro + CA + 92243-4750 + 370 Aurora Drive + + El Centro + CA + 92243-4750 + Dr. + F215319 + L215319 + + Riverside County Superintendent of Schools + 215319@hsesinfo.org + Ms. + F215320 + L215320 + + Riverside County Assistant Superintendent of Schools + 215320@hsesinfo.org + Ms. + F215322 + L215322 + + 215322@hsesinfo.org + Mr. + F215318 + L215318 + + 215318@hsesinfo.org + 555-555-5318 x 5555 + + + 10071 + 8742 + 12123 + 211 + 2019 + 2019-07-01 + + EHS + Active + Mexican American Opportunity Foundation + http://www.maof.org + 8742@hsesinfo.org + 2650 Zoe Avenue + + Huntington Park + CA + 90255 + 2650 Zoe Avenue + + Huntington Park + CA + 90255 + 2650 Zoe Avenue + + Huntington Park + CA + 90255 + Mrs. + F218890 + L218890 + + Chair + 218890@hsesinfo.org + Mr. + F218891 + L218891 + + + 218891@hsesinfo.org + Mr. + F218893 + L218893 + + 218893@hsesinfo.org + Mrs. + F218889 + L218889 + + 218889@hsesinfo.org + 555-555-8889 + + + 6983 + 2596 + 10442 + 200 + 2011 + 2015-12-01 + 2020-11-30 + EHS + Inactive + Beth Rivkah Early Head Start + www.bethrivkah.edu + 2596@hsesinfo.org + 310 Crown St + + Brooklyn + NY + 11225-3004 + 310 Crown St + + Brooklyn + NY + 11225-3004 + 310 Crown St + + Brooklyn + NY + 11225-3004 + Mr. + F204547 + L204547 + + + 204547@hsesinfo.org + Mr. + F204548 + L204548 + + + 204548@hsesinfo.org + Mrs. + F204550 + L204550 + + 204550@hsesinfo.org + Mrs. + F204546 + L204546 + + 204546@hsesinfo.org + 555-555-4546 x 5555 + + + 4445 + 390 + 8469 + 000 + 1992 + 2013-11-01 + 2018-10-31 + HS + Inactive + Wayne Action Group for Economic Solvency, Inc + http://www.wagesnc.org + 390@hsesinfo.org + 601 Royall Avenue + + Goldsboro + NC + 27534-2570 + 601 Royall Avenue + + Goldsboro + NC + 27534-2570 + 601 Royall Avenue + + Goldsboro + NC + 27534-2570 + Mrs. + F41524 + L41524 + + Board Chair + 41524@hsesinfo.org + Mrs. + F41525 + L41525 + + Executive Director + 41525@hsesinfo.org + Mr. + F41528 + L41528 + + 41528@hsesinfo.org + Mrs. + F41523 + L41523 + + 41523@hsesinfo.org + 555-555-1523 + + + 5797 + 5803 + 9415 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Vista Del Mar Child and Family Services + www.vistadelmar.org + 5803@hsesinfo.org + 6926 Melrose Ave + + Los Angeles + CA + 90038-3306 + 6926 Melrose Ave + + Los Angeles + CA + 90038-3306 + 3200 Motor Ave + + Los Angeles + CA + 90034-3710 + Ms. + F103688 + L103688 + + Chair Board of Directors + 103688@hsesinfo.org + Ms. + F103689 + L103689 + + CEO/President + 103689@hsesinfo.org + Ms. + F103691 + L103691 + + 103691@hsesinfo.org + Ms. + F103687 + L103687 + + 103687@hsesinfo.org + 555-555-3687 + + + 6861 + 4039 + 10328 + 017 + 2013 + 2015-08-01 + + HS + Active + YWCA of Greater Miami-Dade, Inc. + www.ywca-miami.org + 4039@hsesinfo.org + 351 NW 5th St + + Miami + FL + 33128 + 351 NW 5th St + + Miami + FL + 33128 + 351 NW 5th St + + Miami + FL + 33128 + Ms. + F203702 + L203702 + + Board Chair + 203702@hsesinfo.org + Ms. + F203703 + L203703 + + President/CEO + 203703@hsesinfo.org + Mrs. + F203705 + L203705 + + 203705@hsesinfo.org + Ms. + F203701 + L203701 + + 203701@hsesinfo.org + 555-555-3701 x 5555 + + + 8851 + 571 + 11214 + 000 + 1993 + 2018-07-01 + + HS + Active + FAMILY SERVICES, INC + www.familyservicesforsyth.org + 571@hsesinfo.org + 2050 Big House Gaines Blvd + + Winston Salem + NC + 27101-4610 + 1200 South Broad Street. + + Winston-Salem + NC + 27101 + 1200 S Broad St + + Winston Salem + NC + 27101-5760 + Mrs. + F210438 + L210438 + + Chairperson of Board of Directors + 210438@hsesinfo.org + Mr. + F210439 + L210439 + + President & CEO + 210439@hsesinfo.org + Mr. + F210441 + L210441 + + 210441@hsesinfo.org + Ms. + F210437 + L210437 + + 210437@hsesinfo.org + 555-555-0437 x 5555 + + + 6862 + 4020 + 10328 + 217 + 2013 + 2015-08-01 + + EHS + Active + YWCA of Greater Miami-Dade, Inc. + www.ywca-miami.org + 4020@hsesinfo.org + 351 NW 5th St + + Miami + FL + 33128 + 351 NW 5th St + + Miami + FL + 33128 + 351 NW 5th St + + Miami + FL + 33128 + Ms. + F203709 + L203709 + + Board Chair + 203709@hsesinfo.org + Ms. + F203710 + L203710 + + President/CEO + 203710@hsesinfo.org + Mr. + F203712 + L203712 + + 203712@hsesinfo.org + Ms. + F203708 + L203708 + + 203708@hsesinfo.org + 555-555-3708 x 5555 + + + 6667 + 1158 + 10178 + 000 + 1992 + 2015-07-01 + + AIAN HS + Active + Makah Head Start + + 1158@hsesinfo.org + PO BOX 115 + + Neah Bay + WA + 98357-0115 + PO BOX 115 + + Neah Bay + WA + 98357-0115 + PO BOX 115 + + Neah Bay + WA + 98357-0115 + Mr. + F202339 + L202339 + Sr + Tribal Chairman + 202339@hsesinfo.org + Mr. + F202340 + L202340 + Sr + Tribal Council Vice-Chairman + 202340@hsesinfo.org + Mrs. + F202342 + L202342 + + 202342@hsesinfo.org + Ms. + F202338 + L202338 + + 202338@hsesinfo.org + 555-555-2338 + + + 6668 + 2625 + 10178 + 200 + 2011 + 2015-07-01 + + AIAN EHS + Active + Makah Early Head Start + + 2625@hsesinfo.org + PO BOX 115 + + Neah Bay + WA + 98357-0115 + PO BOX 115 + + Neah Bay + WA + 98357-0115 + PO BOX 115 + + Neah Bay + WA + 98357-0115 + Mr. + F202346 + L202346 + Sr + Tribal Chairman + 202346@hsesinfo.org + Mr. + F202347 + L202347 + Sr + Tribal Vice Chairman + 202347@hsesinfo.org + Ms. + F202349 + L202349 + + 202349@hsesinfo.org + Ms. + F202345 + L202345 + + 202345@hsesinfo.org + 555-555-2345 + + + 6943 + 2522 + 10415 + 200 + 2007 + 2015-11-01 + + EHS + Active + NEXT DOOR FOUNDATION + www.nextdoormke.org + 2522@hsesinfo.org + 2545 N 29th St + + Milwaukee + WI + 53210-3116 + 2545 N 29th St + + Milwaukee + WI + 53210-3116 + 2545 N 29th St + + Milwaukee + WI + 53210-3116 + Mr. + F204263 + L204263 + + Board President + 204263@hsesinfo.org + Dr. + F204264 + L204264 + + President + 204264@hsesinfo.org + Mr. + F204266 + L204266 + + 204266@hsesinfo.org + Ms. + F204262 + L204262 + + 204262@hsesinfo.org + 555-555-4262 x 5555 + + + 5795 + 5801 + 9413 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Foothill Family Service + www.foothillfamily.org + 5801@hsesinfo.org + 3629 Santa Anita Ave + Ste 201 + El Monte + CA + 91731-3635 + 3629 Santa Anita Ave + Ste 201 + El Monte + CA + 91731-3635 + 2500 E Foothill Blvd + Ste 300 + Pasadena + CA + 91107-7102 + Ms. + F103672 + L103672 + + + 103672@hsesinfo.org + Mr. + F103673 + L103673 + + + 103673@hsesinfo.org + Ms. + F103675 + L103675 + + 103675@hsesinfo.org + Ms. + F103671 + L103671 + + 103671@hsesinfo.org + 555-555-3671 + + + 10761 + 1044 + 12749 + 000 + 2014 + 2019-12-01 + + HS + Active + District 4 Human Resource Development Council + http://www.hrdc4.org + 1044@hsesinfo.org + 2229 5th Avenue + + Havre + MT + 59501-5217 + 2229 5th Avenue + + Havre + MT + 59501-5217 + 2229 5th Avenue + + Havre + MT + 59501-5217 + Mr. + F223648 + L223648 + + HRDC Board Chairperson + 223648@hsesinfo.org + Ms. + F223649 + L223649 + + Executive Director + 223649@hsesinfo.org + Ms. + F223651 + L223651 + + 223651@hsesinfo.org + Ms. + F223647 + L223647 + + 223647@hsesinfo.org + 555-555-3647 x 5555 + + + 5990 + 5997 + 9544 + 202 + + 2014-07-01 + 2019-06-30 + EHS + Inactive + Community Works Bon Secours Baltimore Health Systems, Inc + www.bonsecoursbaltimorefoundation.org + 5997@hsesinfo.org + 26 N Fulton Ave + + Baltimore + MD + 21223-1624 + 26 N Fulton Ave + + Baltimore + MD + 21223-1624 + 26 N Fulton Ave + + Baltimore + MD + 21223-1624 + Mr. + F106594 + L106594 + + Board Chair + 106594@hsesinfo.org + Mr. + F106595 + L106595 + + CEO + 106595@hsesinfo.org + Ms. + F106597 + L106597 + + 106597@hsesinfo.org + Mr. + F106593 + L106593 + + 106593@hsesinfo.org + 555-555-6593 + + + 5248 + 3749 + 9092 + 001 + 2014 + 2014-07-01 + 2019-05-31 + HS + Inactive + Cincinnati Public Schools Head Start + http://www.cps-k12.org/programs/preschool + 3749@hsesinfo.org + 2651 Burnet Avenue + + Cincinnati + OH + 45219-2551 + 2651 Burnet Avenue + + Cincinnati + OH + 45219-2551 + 2651 Burnet Avenue + + Cincinnati + OH + 45219-2551 + Mrs. + F53254 + L53254 + + Board President + 53254@hsesinfo.org + Ms. + F53253 + L53253 + + Superintendent + 53253@hsesinfo.org + Ms. + F53257 + L53257 + + 53257@hsesinfo.org + Ms. + F53252 + L53252 + + 53252@hsesinfo.org + 555-555-3252 + + + 10762 + 1045 + 12749 + 200 + 2001 + 2019-12-01 + + EHS + Active + District IV Human Resource Development Council + http://www.hrdc4.org + 1045@hsesinfo.org + 2229 5th Avenue + + Havre + MT + 59501-5217 + 2229 5th Avenue + + Havre + MT + 59501-5217 + 2229 5th Avenue + + Havre + MT + 59501-5217 + Mr. + F223655 + L223655 + + HRDC Board Chairperson + 223655@hsesinfo.org + Ms. + F223656 + L223656 + + Executive Director + 223656@hsesinfo.org + Ms. + F223658 + L223658 + + 223658@hsesinfo.org + Ms. + F223654 + L223654 + + 223654@hsesinfo.org + 555-555-3654 x 5555 + + + 10760 + 2424 + 12750 + 000 + 2014 + 2019-12-01 + + HS + Active + Community Services Of Northeast Texas, Inc. + http://www.csntexas.org + 2424@hsesinfo.org + 304 E Houston St + + Linden + TX + 75563-5600 + PO Box 427 + + Linden + TX + 75563-0427 + 304 E Houston St + + Linden + TX + 75563-5600 + Rev. + F223641 + L223641 + + Governing Board Chair + 223641@hsesinfo.org + Mr. + F223642 + L223642 + + Executive Director + 223642@hsesinfo.org + Ms. + F223644 + L223644 + + 223644@hsesinfo.org + Ms. + F223640 + L223640 + + 223640@hsesinfo.org + 555-555-3640 x 5555 + + + 8914 + 3769 + 11274 + 002 + 2013 + 2018-07-01 + + HS + Active + Episcopal Community Services + http://www.ecscalifornia.org + 3769@hsesinfo.org + 401 Mile of Cars Way + Ste 350 + National City + CA + 91950-6629 + 401 Mile of Cars Way + Ste 350 + National City + CA + 91950-6629 + 401 Mile of Cars Way + Ste 350 + National City + CA + 91950-6629 + Ms. + F210919 + L210919 + + Board of Directors President + 210919@hsesinfo.org + Ms. + F210920 + L210920 + + + 210920@hsesinfo.org + Ms. + F210922 + L210922 + + 210922@hsesinfo.org + Mrs. + F210918 + L210918 + + 210918@hsesinfo.org + 555-555-0918 + + + 6676 + 3513 + 10185 + 001 + + 2015-07-01 + 2020-06-30 + HS + Inactive + Aldine Independent School District + http://aldineisd.org + 3513@hsesinfo.org + 2520 Ww Thorne Blvd + + Houston + TX + 77073-3406 + 2520 Ww Thorne Blvd + + Houston + TX + 77073-3406 + 2520 Ww Thorne Blvd + + Houston + TX + 77073-3406 + Dr. + F202402 + L202402 + + President, Aldine ISD School Board + 202402@hsesinfo.org + Dr. + F202403 + L202403 + + Superintendent of Schools, Aldine ISD + 202403@hsesinfo.org + Ms. + F202405 + L202405 + + 202405@hsesinfo.org + Dr. + F202401 + L202401 + + 202401@hsesinfo.org + 555-555-2401 + + + 6674 + 4079 + 10183 + 001 + + 2015-07-01 + 2015-07-01 + HS + Inactive + APM Head Start + www.apmphila.org + 4079@hsesinfo.org + 2318 North Marshall Street + + Philadelphia + PA + 19133-2115 + 2318 North Marshall Street + + Philadelphia + PA + 19133-2115 + 2318 North Marshall Street + + Philadelphia + PA + 19133-2115 + + F202388 + L202388 + + + 202388@hsesinfo.org + + F202389 + L202389 + + + 202389@hsesinfo.org + + F202391 + L202391 + + 202391@hsesinfo.org + Ms. + F202387 + L202387 + + 202387@hsesinfo.org + 555-555-2387 + + + 9027 + 707 + 11349 + 000 + 2013 + 2018-08-01 + + HS + Active + Hitchcock Independent School District + www.hitchcockisd.org + 707@hsesinfo.org + 5701 FM 2004 Road + + Hitchcock + TX + 77563-1603 + 5701 FM 2004 Road + + Hitchcock + TX + 77563-1603 + 5701 FM 2004 Road + + Hitchcock + TX + 77563-1603 + Mr. + F211725 + L211725 + + President + 211725@hsesinfo.org + Mr. + F211726 + L211726 + + + 211726@hsesinfo.org + Ms. + F211728 + L211728 + + 211728@hsesinfo.org + Ms. + F211724 + L211724 + + 211724@hsesinfo.org + 555-555-1724 + + + 8662 + 8525 + 11046 + 000 + 2017 + 2017-07-01 + + HS + Active + Municipality of Barceloneta + + 8525@hsesinfo.org + Edif Professional Center Carr #2 + + Barceloneta + PR + 00617 + PO Box 2044 + + Barceloneta + PR + 00617-2044 + Edif Professional Center Carr #2 + + Barceloneta + PR + 00617 + Hon. + F209143 + L209143 + + President Governing Body + 209143@hsesinfo.org + Mrs. + F209144 + L209144 + + + 209144@hsesinfo.org + Mrs. + F209146 + L209146 + + 209146@hsesinfo.org + Mrs. + F209142 + L209142 + + 209142@hsesinfo.org + 555-555-9142 x 5555 + + + 11379 + 6578 + 13247 + 000 + + 2020-06-01 + + HS + Active + Children's Home & Aid Society of Illinois + www.childrenshomeandaid.org + 6578@hsesinfo.org + 125 S Wacker Dr Fl 14 + + Chicago + IL + 60606-4429 + 125 S Wacker Dr Fl 14 + + Chicago + IL + 60606-4429 + 125 S Wacker Dr Fl 14 + + Chicago + IL + 60606-4429 + Mr. + F227713 + L227713 + + Board Chair + 227713@hsesinfo.org + Mr. + F227714 + L227714 + + President and CEO + 227714@hsesinfo.org + Ms. + F227716 + L227716 + + 227716@hsesinfo.org + Ms. + F227712 + L227712 + + 227712@hsesinfo.org + 555-555-7712 + + + 3227 + 3111 + 6834 + 000 + 2013 + 2013-06-04 + 2018-10-31 + HS + Inactive + West Central Minnesota Communities Action, Inc. + www.wcmca.org + 3111@hsesinfo.org + 411 Industrial Park Blvd + + Elbow Lake + MN + 56531-4213 + 411 Industrial Park Blvd + + Elbow Lake + MN + 56531-4213 + 411 Industrial Park Blvd + + Elbow Lake + MN + 56531-4213 + Ms. + F39692 + L39692 + + Board Chair + 39692@hsesinfo.org + Ms. + F39690 + L39690 + + Chief Executive Officer + 39690@hsesinfo.org + Ms. + F39689 + L39689 + + 39689@hsesinfo.org + Ms. + F35978 + L35978 + + 35978@hsesinfo.org + 555-555-5978 + + + 11380 + 8459 + 13248 + 001 + 2016 + 2020-06-01 + + HS + Active + Hephzibah Children's Association + http://www.hephzibahhome.org + 8459@hsesinfo.org + 946 NORTH BLVD + + OAK PARK + IL + 60301-6706 + 946 NORTH BLVD + + OAK PARK + IL + 60301-6706 + 946 NORTH BLVD + + OAK PARK + IL + 60301-6706 + Ms. + F227720 + L227720 + + Hephzibah's Board President + 227720@hsesinfo.org + Mrs. + F227721 + L227721 + + Hephzibah's Executive Director + 227721@hsesinfo.org + Ms. + F227723 + L227723 + + 227723@hsesinfo.org + Mrs. + F227719 + L227719 + + 227719@hsesinfo.org + 555-555-7719 + + + 10375 + 5932 + 12397 + 200 + + 2019-08-01 + + EHS + Active + Community Action of Orleans and Genesee, Inc. + caoginc.org + 5932@hsesinfo.org + 409 E State St + + Albion + NY + 14411-1123 + 409 E State St + + Albion + NY + 14411-1123 + 409 E State St + + Albion + NY + 14411-1123 + Ms. + F220966 + L220966 + + Board Chairperson + 220966@hsesinfo.org + Ms. + F220967 + L220967 + + Executive Director + 220967@hsesinfo.org + Ms. + F220969 + L220969 + + 220969@hsesinfo.org + Mrs. + F220965 + L220965 + + 220965@hsesinfo.org + 555-555-0965 + + + 10376 + 6004 + 12393 + 200 + + 2019-08-01 + + EHS + Active + University Settlement Society of New York, Inc. + www.universitysettlement.org + 6004@hsesinfo.org + 184 Eldridge Street + + New York + NY + 10002-2924 + 184 Eldridge Street + + New York + NY + 10002-2924 + 184 Eldridge Street + + New York + NY + 10002-2924 + Mr. + F220973 + L220973 + + Board Chair + 220973@hsesinfo.org + Dr. + F220974 + L220974 + + Executive Director + 220974@hsesinfo.org + Mrs. + F220976 + L220976 + + 220976@hsesinfo.org + Ms. + F220972 + L220972 + + 220972@hsesinfo.org + 555-555-0972 + + + 10377 + 6006 + 12395 + 200 + + 2019-08-01 + + EHS + Active + Centro de Fortalecimiento Familiar, ESCAPE + www.escapepr.org + 6006@hsesinfo.org + Road 181 Km 44.8 Celada Sector + + Gurabo + PR + 00778 + PO Box 9689 + + San Juan + PR + 00908-9689 + #500 Avenida Muñoz Rivera Edificio El Centro I Local 8 + + San Juan + PR + 00908 + Mrs. + F220980 + L220980 + + Board Chair - President + 220980@hsesinfo.org + Mrs. + F220981 + L220981 + + Executive Director + 220981@hsesinfo.org + Mrs. + F220983 + L220983 + + 220983@hsesinfo.org + Mrs. + F220979 + L220979 + + 220979@hsesinfo.org + 555-555-0979 + + + 10378 + 6009 + 12388 + 200 + + 2019-08-01 + + EHS + Active + Grand Street Settlement, Inc. + www.grandsettlement.org + 6009@hsesinfo.org + 80 Pitt Street + + New York + NY + 10002-3516 + 80 Pitt Street + + New York + NY + 10002-3516 + 80 Pitt Street + + New York + NY + 10002-3516 + Ms. + F220987 + L220987 + + Board Chair + 220987@hsesinfo.org + Ms. + F220988 + L220988 + + Managing Director + 220988@hsesinfo.org + Ms. + F220990 + L220990 + + 220990@hsesinfo.org + Mrs. + F220986 + L220986 + + 220986@hsesinfo.org + 555-555-0986 + + + 11381 + 6579 + 13247 + 200 + + 2020-06-01 + + EHS + Active + Children's Home & Aid Society of Illinois + www.childrenshomeandaid.org + 6579@hsesinfo.org + 125 S Wacker Dr Fl 14 + + Chicago + IL + 60606-4429 + 125 S Wacker Dr Fl 14 + + Chicago + IL + 60606-4429 + 125 S Wacker Dr Fl 14 + + Chicago + IL + 60606-4429 + Mr. + F227727 + L227727 + + Board Chair + 227727@hsesinfo.org + Mr. + F227728 + L227728 + + President and CEO + 227728@hsesinfo.org + Ms. + F227730 + L227730 + + 227730@hsesinfo.org + Ms. + F227726 + L227726 + + 227726@hsesinfo.org + 555-555-7726 + + + 11382 + 8460 + 13248 + 201 + 2016 + 2020-06-01 + + EHS + Active + Hephzibah Children's Association + http://www.hephzibahhome.org + 8460@hsesinfo.org + 946 NORTH BLVD + + OAK PARK + IL + 60301-6706 + 946 NORTH BLVD + + OAK PARK + IL + 60301-6706 + 946 NORTH BLVD + + OAK PARK + IL + 60301-6706 + Mr. + F227734 + L227734 + + Hephzibah's Board President + 227734@hsesinfo.org + Mrs. + F227735 + L227735 + + Hephzibah's Executive Director + 227735@hsesinfo.org + Ms. + F227737 + L227737 + + 227737@hsesinfo.org + Mrs. + F227733 + L227733 + + 227733@hsesinfo.org + 555-555-7733 + + + 10072 + 8743 + 12124 + 212 + 2019 + 2019-07-01 + + EHS + Active + Santa Monica-Malibu Unified School District + http://www.smmusd.org + 8743@hsesinfo.org + 2828 4th St + + Santa Monica + CA + 90405-4308 + 2828 4th St + + Santa Monica + CA + 90405-4308 + 2828 4th St + + Santa Monica + CA + 90405-4308 + Dr. + F218897 + L218897 + + President + 218897@hsesinfo.org + Dr. + F218898 + L218898 + + Director + 218898@hsesinfo.org + Mrs. + F218900 + L218900 + + 218900@hsesinfo.org + Dr. + F218896 + L218896 + + 218896@hsesinfo.org + 555-555-8896 x 5555 + + + 11383 + 3040 + 13244 + 200 + 2011 + 2020-06-01 + + EHS + Active + Los Angeles Education Partnership + www.laep.org + 3040@hsesinfo.org + 202 W 1st Street + 4th Floor, Suite 6-0410 + Los Angeles + CA + 90012-4299 + 202 W 1st St + 4th Floor, Suite 6-0410 + Los Angeles + CA + 90012-4299 + 202 W 1st Street + 4th Floor, Suite 6-0410 + Los Angeles + CA + 90012-4299 + Mr. + F227741 + L227741 + + + 227741@hsesinfo.org + Ms. + F227742 + L227742 + + + 227742@hsesinfo.org + + F227744 + L227744 + + 227744@hsesinfo.org + Ms. + F227740 + L227740 + + 227740@hsesinfo.org + 555-555-7740 x 5555 + + + 10073 + 5856 + 12125 + 213 + + 2019-07-01 + + EHS + Active + Children’s Institute, Inc + childrensinstitute.org + 5856@hsesinfo.org + 7226 S Figueroa St + + Los Angeles + CA + 90003-1721 + 7226 S Figueroa St + + Los Angeles + CA + 90003-1721 + 7226 S Figueroa St + + Los Angeles + CA + 90003-1721 + Mr. + F218904 + L218904 + + Board Chairman + 218904@hsesinfo.org + Ms. + F218905 + L218905 + + CEO + 218905@hsesinfo.org + Mr. + F218907 + L218907 + + 218907@hsesinfo.org + Ms. + F218903 + L218903 + + 218903@hsesinfo.org + 555-555-8903 + + + 4467 + 368 + 8499 + 000 + 2013 + 2013-11-05 + 2019-06-30 + HS + Inactive + Lutheran Services Florida, Inc. + lsfnet.org + 368@hsesinfo.org + 301 SW 8th St + 200 S.W. 9th Street + Belle Glade + FL + 33430-3374 + 301 SW 8th St + 200 S.W. 9th Street + Belle Glade + FL + 33430-3374 + 301 SW 8th St + 200 S.W. 9th Street + Belle Glade + FL + 33430-3374 + Mr. + F41510 + L41510 + + Board Chairman + 41510@hsesinfo.org + Mr. + F41512 + L41512 + + Executive Vice President for Children and Head Start Services + 41512@hsesinfo.org + Mrs. + F41511 + L41511 + + 41511@hsesinfo.org + Ms. + F41509 + L41509 + + 41509@hsesinfo.org + 555-555-1509 + + + 11384 + 2183 + 13243 + 000 + 1992 + 2020-06-01 + + HS + Active + Community Action Partnership of Madera County + http://www.maderacap.org + 2183@hsesinfo.org + 1225 Gill Ave + + Madera + CA + 93637-5234 + 1225 Gill Ave + + Madera + CA + 93637-5234 + 1225 Gill Ave + + Madera + CA + 93637-5234 + Mr. + F227748 + L227748 + + Chairperson + 227748@hsesinfo.org + Ms. + F227749 + L227749 + + Executive Director + 227749@hsesinfo.org + Ms. + F227751 + L227751 + + 227751@hsesinfo.org + Ms. + F227747 + L227747 + + 227747@hsesinfo.org + 555-555-7747 + + + 10074 + 8618 + 12126 + 214 + 2017 + 2019-07-01 + + EHS + Active + Para Los Ninos + http://www.paralosninos.org + 8618@hsesinfo.org + 5000 Hollywood Blvd + + Los Angeles + CA + 90027-6104 + 5000 Hollywood Blvd + + Los Angeles + CA + 90027-6104 + 5000 Hollywood Blvd + + Los Angeles + CA + 90027-6104 + Atty. + F218911 + L218911 + + Board Member + 218911@hsesinfo.org + Dr. + F218912 + L218912 + + CEO + 218912@hsesinfo.org + Ms. + F218914 + L218914 + + 218914@hsesinfo.org + Dr. + F218910 + L218910 + + 218910@hsesinfo.org + 555-555-8910 x 5555 + + + 9460 + 3228 + 11670 + 200 + 2014 + 2019-04-01 + + EHS + Active + Tri-County Opportunities Council, Inc. + www.tcochelps.org + 3228@hsesinfo.org + 405 Emmons Ave + + Rock Falls + IL + 61071-1407 + 405 Emmons Ave + + Rock Falls + IL + 61071-1407 + 405 Emmons Ave + + Rock Falls + IL + 61071-1407 + Mr. + F214717 + L214717 + + T.C.O.C. Board Chair + 214717@hsesinfo.org + Ms. + F214718 + L214718 + + President/CEO + 214718@hsesinfo.org + Ms. + F214720 + L214720 + + 214720@hsesinfo.org + Mrs. + F214716 + L214716 + + 214716@hsesinfo.org + 555-555-4716 x 5555 + + + 9110 + 3777 + 11423 + 001 + 2013 + 2018-09-01 + + HS + Active + San Jacinto USD + www.sanjacinto.k12.ca.us + 3777@hsesinfo.org + 2045 South San Jacinto Avenue + + San Jacinto + CA + 92583-5626 + 2045 South San Jacinto Avenue + + San Jacinto + CA + 92583-5626 + 2045 South San Jacinto Avenue + + San Jacinto + CA + 92583-5626 + Mr. + F212360 + L212360 + + President + 212360@hsesinfo.org + Dr. + F212361 + L212361 + + Interim Superintendent + 212361@hsesinfo.org + Ms. + F212363 + L212363 + + 212363@hsesinfo.org + Ms. + F212359 + L212359 + + 212359@hsesinfo.org + 555-555-2359 + + + 11659 + 3513 + 13421 + 001 + + 2020-07-01 + + HS + Active + Aldine Independent School District + http://aldineisd.org + 3513@hsesinfo.org + 2520 Ww Thorne Blvd + + Houston + TX + 77073-3406 + 2520 Ww Thorne Blvd + + Houston + TX + 77073-3406 + 2520 Ww Thorne Blvd + + Houston + TX + 77073-3406 + Dr. + F229576 + L229576 + + President, Aldine ISD School Board + 229576@hsesinfo.org + Dr. + F229574 + L229574 + + Superintendent of Schools, Aldine ISD + 229574@hsesinfo.org + Ms. + F229577 + L229577 + + 229577@hsesinfo.org + Dr. + F229573 + L229573 + + 229573@hsesinfo.org + 555-555-9573 + + + 6725 + 2097 + 10189 + 000 + 1992 + 2015-08-01 + + HS + Active + NORTHEAST KENTUCKY COMMUNITY ACTION AGENCY, INC. + http://www.nkcaa.net + 2097@hsesinfo.org + 21039 W US Highway 60 + + Olive Hill + KY + 41164-8224 + 21039 W US Highway 60 + + Olive Hill + KY + 41164-8224 + 21039 W US Highway 60 + + Olive Hill + KY + 41164-8224 + Ms. + F202746 + L202746 + + Board Chair + 202746@hsesinfo.org + Mr. + F202747 + L202747 + + Executive Director + 202747@hsesinfo.org + Ms. + F202749 + L202749 + + 202749@hsesinfo.org + Ms. + F202745 + L202745 + + 202745@hsesinfo.org + 555-555-2745 + + + 5494 + 2848 + 9253 + 200 + 2014 + 2014-11-01 + 2020-06-30 + EHS + Inactive + Family Enrichment Network + familyenrichment.org + 2848@hsesinfo.org + 24 Cherry St + + Johnson City + NY + 13790-2615 + 24 Cherry St + + Johnson City + NY + 13790-2615 + 24 Cherry St + + Johnson City + NY + 13790-2615 + Ms. + F99198 + L99198 + + Governing Board Chairperson + 99198@hsesinfo.org + Mr. + F99196 + L99196 + + Executive Director + 99196@hsesinfo.org + Ms. + F99195 + L99195 + + 99195@hsesinfo.org + Mrs. + F99193 + L99193 + + 99193@hsesinfo.org + 555-555-9193 x 5555 + + + 6752 + 6770 + 10245 + 000 + + 2015-08-01 + + HS + Active + SAVE THE CHILDREN FEDERATION INC + + 6770@hsesinfo.org + 409 7th Ave E + + Williston + ND + 58801-5534 + 409 7th Ave E + + Williston + ND + 58801-5534 + 409 7th Ave E + + Williston + ND + 58801-5534 + Mr. + F202935 + L202935 + + Save the Children Head Start Board Chair + 202935@hsesinfo.org + Mr. + F202936 + L202936 + + Executive Director + 202936@hsesinfo.org + Ms. + F202938 + L202938 + + 202938@hsesinfo.org + Mrs. + F202934 + L202934 + + 202934@hsesinfo.org + 555-555-2934 x 5555 + + + 5635 + 4148 + 9455 + 021 + 2014 + 2014-12-01 + + HS + Active + Metropolitan Family Services + http://www.metrofamily.org + 4148@hsesinfo.org + 1 N Dearborn St + 10th Floor + Chicago + IL + 60602-4121 + 1 N Dearborn St + 10th Floor + Chicago + IL + 60602-4121 + 1 N Dearborn St + 10th Floor + Chicago + IL + 60602-4121 + Mr. + F101517 + L101517 + + Board Chair + 101517@hsesinfo.org + Mr. + F101515 + L101515 + + CEO + 101515@hsesinfo.org + Ms. + F101514 + L101514 + + 101514@hsesinfo.org + Ms. + F101512 + L101512 + + 101512@hsesinfo.org + 555-555-1512 + + + 10331 + 3964 + 12349 + 062 + 2014 + 2019-07-01 + + HS + Active + Lutheran Social Services of NY Early Life + www.lssny.org + 3964@hsesinfo.org + 475 Riverside Dr + Ste 1244 + New York + NY + 10115-0046 + 475 Riverside Dr + Ste 1244 + New York + NY + 10115-0046 + 475 Riverside Dr + Ste 1244 + New York + NY + 10115-0046 + Mr. + F220658 + L220658 + + CEO/President + 220658@hsesinfo.org + Ms. + F220659 + L220659 + + Executive Director + 220659@hsesinfo.org + Ms. + F220661 + L220661 + + 220661@hsesinfo.org + Ms. + F220657 + L220657 + + 220657@hsesinfo.org + 555-555-0657 + + + 9772 + 4339 + 11908 + 000 + 2013 + 2019-07-01 + + HS + Active + Tri-County Community Action Agency, Inc. + www.gatewaycap.org + 4339@hsesinfo.org + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + Ms. + F216814 + L216814 + + Chariman of the Board of Directors + 216814@hsesinfo.org + Mr. + F216815 + L216815 + + President/CEO + 216815@hsesinfo.org + Ms. + F216817 + L216817 + + 216817@hsesinfo.org + Ms. + F216813 + L216813 + + 216813@hsesinfo.org + 555-555-6813 + + + 8516 + 8396 + 10923 + 200 + 2017 + 2017-03-01 + + EHS + Active + Mt Hood Community College + http://mhccheadstart.org + 8396@hsesinfo.org + 10100 NE Prescott St. + + Portland + OR + 97220-3555 + 10100 NE Prescott St. + + Portland + OR + 97220-3555 + 10100 NE Prescott St. + + Portland + OR + 97220-3555 + Ms. + F208338 + L208338 + + Chair, Board of Education + 208338@hsesinfo.org + Ms. + F208339 + L208339 + + Executive Director + 208339@hsesinfo.org + Ms. + F208341 + L208341 + + 208341@hsesinfo.org + Ms. + F208337 + L208337 + + 208337@hsesinfo.org + 555-555-8337 + + + 10345 + 8081 + 12349 + 262 + 2016 + 2019-07-01 + + EHS + Active + Lutheran Social Services of NY Early Life + www.lssny.org + 8081@hsesinfo.org + 475 Riverside Dr + Ste 1244 + New York + NY + 10115-0046 + 475 Riverside Dr + Ste 1244 + New York + NY + 10115-0046 + 475 Riverside Dr + Ste 1244 + New York + NY + 10115-0046 + Mr. + F220756 + L220756 + + Chief Executive Officer + 220756@hsesinfo.org + Ms. + F220757 + L220757 + + Executive Director + 220757@hsesinfo.org + Ms. + F220759 + L220759 + + 220759@hsesinfo.org + Ms. + F220755 + L220755 + + 220755@hsesinfo.org + 555-555-0755 + + + 9553 + 1924 + 11778 + 000 + 2014 + 2019-04-01 + + HS + Active + INTER-COUNTY COMMUNITY COUNCIL, INC. + www.intercountycc.org + 1924@hsesinfo.org + 207 Main Street + + Oklee + MN + 56742-0189 + P.O. Box 189 + 207 Main Street + Oklee + MN + 56742-0189 + P.O. Box 189 + 207 Main Street + Oklee + MN + 56742-0189 + Mr. + F215368 + L215368 + + ICCC Board Chair + 215368@hsesinfo.org + Ms. + F215369 + L215369 + + + 215369@hsesinfo.org + Ms. + F215371 + L215371 + + 215371@hsesinfo.org + Ms. + F215367 + L215367 + + 215367@hsesinfo.org + 555-555-5367 x 5555 + + + 9554 + 1925 + 11778 + 200 + 2014 + 2019-04-01 + + EHS + Active + INTER-COUNTY COMMUNITY COUNCIL, INC. + intercountycommunitycouncicc.org + 1925@hsesinfo.org + P.O. Box 189 + 207 MainStreet + Oklee + MN + 56742-0189 + P.O. Box 189 + 207 MainStreet + Oklee + MN + 56742-0189 + P.O. Box 189 + 207 MainStreet + Oklee + MN + 56742-0189 + Mr. + F215375 + L215375 + + ICCC Board Chair + 215375@hsesinfo.org + Ms. + F215376 + L215376 + + + 215376@hsesinfo.org + Ms. + F215378 + L215378 + + 215378@hsesinfo.org + Ms. + F215374 + L215374 + + 215374@hsesinfo.org + 555-555-5374 x 5555 + + + 8517 + 8397 + 10924 + 200 + 2017 + 2017-03-01 + + EHS + Active + Educational Service District 112 + www.esd112.org + 8397@hsesinfo.org + 2500 NE 65th Avenue + + Vancouver + WA + 98661-6812 + 2500 NE 65th Avenue + + Vancouver + WA + 98661-6812 + 2500 NE 65th Avenue + + Vancouver + WA + 98661-6812 + Ms. + F208345 + L208345 + + Board Chair + 208345@hsesinfo.org + Ms. + F208346 + L208346 + + Executive Director of Early Care and Education + 208346@hsesinfo.org + Ms. + F208348 + L208348 + + 208348@hsesinfo.org + Ms. + F208344 + L208344 + + 208344@hsesinfo.org + 555-555-8344 + + + 9773 + 4340 + 11908 + 200 + 2013 + 2019-07-01 + + EHS + Active + Tri-County Community Action Agency, Inc. + www.gatewaycap.org + 4340@hsesinfo.org + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + Ms. + F216821 + L216821 + + Chairman of the Board of Directors + 216821@hsesinfo.org + Mr. + F216822 + L216822 + + President/CEO + 216822@hsesinfo.org + Mr. + F216824 + L216824 + + 216824@hsesinfo.org + Ms. + F216820 + L216820 + + 216820@hsesinfo.org + 555-555-6820 + + + 9774 + 1991 + 11911 + 000 + 1992 + 2019-07-01 + + HS + Active + Kids Central, Inc. + http://www.kidscentralinc.com + 1991@hsesinfo.org + 5345 Esserville Road + + Norton + VA + 24273-0661 + PO Box 661 + + Norton + VA + 24273-0661 + 5345 Esserville Rd + + Norton + VA + 24273-4011 + Mr. + F216828 + L216828 + + Board Chair + 216828@hsesinfo.org + Mr. + F216829 + L216829 + + Executive Director + 216829@hsesinfo.org + Mrs. + F216831 + L216831 + + 216831@hsesinfo.org + Mr. + F216827 + L216827 + + 216827@hsesinfo.org + 555-555-6827 x 5555 + + + 9775 + 1992 + 11911 + 200 + 2003 + 2019-07-01 + + EHS + Active + Kids Central, Inc. + http://www.kidscentralinc.com + 1992@hsesinfo.org + 5345 Esserville Road + + Norton + VA + 24273-0661 + P.O. Box 661 + + Norton + VA + 24273-0661 + 5345 Esserville Rd + + Norton + VA + 24273-4011 + Mr. + F216835 + L216835 + + Board Chair + 216835@hsesinfo.org + Mr. + F216836 + L216836 + + + 216836@hsesinfo.org + Mrs. + F216838 + L216838 + + 216838@hsesinfo.org + Mr. + F216834 + L216834 + + 216834@hsesinfo.org + 555-555-6834 x 5555 + + + 8796 + 8641 + 11151 + 000 + 2018 + 2018-04-01 + + Migrant HS + Active + UMOS, Inc. + www.umos.org + 8641@hsesinfo.org + 2701 South Chase Avenue + + Milwaukee + WI + 53207-1450 + PO Box 4129 + + Milwaukee + WI + 53207 + 2701 South Chase Avenue + + Milwaukee + WI + 53207 + Mr. + F210004 + L210004 + + Board Chair + 210004@hsesinfo.org + Mr. + F210005 + L210005 + + CEO/President + 210005@hsesinfo.org + Ms. + F210007 + L210007 + + 210007@hsesinfo.org + Ms. + F210003 + L210003 + + 210003@hsesinfo.org + 555-555-0003 + + + 10380 + 5948 + 12394 + 200 + + 2019-08-01 + + EHS + Active + Western Carolina Community Action, Inc. + P.O. Box 685, 220 King Creek Blvd. + 5948@hsesinfo.org + 220 King Creek Blvd + + Hendersonville + NC + 28792-4895 + 220 King Creek Blvd + + Hendersonville + NC + 28792-4895 + 220 King Creek Blvd + + Hendersonville + NC + 28792-4895 + Ms. + F221001 + L221001 + + Board Chair + 221001@hsesinfo.org + Mr. + F221002 + L221002 + + Executive Director + 221002@hsesinfo.org + Ms. + F221004 + L221004 + + 221004@hsesinfo.org + Ms. + F221000 + L221000 + + 221000@hsesinfo.org + 555-555-1000 + + + 9214 + 1053 + 11500 + 000 + 2013 + 2018-12-01 + + HS + Active + Southeastern North Dakota Community Action Agency + www.sendcaa.org + 1053@hsesinfo.org + 3233 South University Drive + + Fargo + ND + 58104-6221 + 3233 South University Drive + + Fargo + ND + 58104-6221 + 3233 South University Drive + + Fargo + ND + 58104-6221 + Mr. + F213038 + L213038 + + SENDCAA Board Chairperson + 213038@hsesinfo.org + Mr. + F213039 + L213039 + + + 213039@hsesinfo.org + Ms. + F213041 + L213041 + + 213041@hsesinfo.org + Ms. + F213037 + L213037 + + 213037@hsesinfo.org + 555-555-3037 x 5555 + + + 9764 + 8915 + 11898 + 200 + 2019 + 2019-07-01 + + EHS + Active + CDI HS/Sumter County, SC + www.cdiheadstart.org + 8915@hsesinfo.org + 315 W Fulton St + + Sumter + SC + 29150-5779 + PO Box 2096 + + Sumter + SC + 29151-2096 + 315 W Fulton St + + Sumter + SC + 29150-5779 + Mr. + F216761 + L216761 + + Chief Executive Officer + 216761@hsesinfo.org + Ms. + F216759 + L216759 + + Chief Executive Officer + 216759@hsesinfo.org + + F216762 + L216762 + + 216762@hsesinfo.org + Ms. + F216758 + L216758 + + 216758@hsesinfo.org + 555-555-6758 + + + 5798 + 5804 + 9411 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Allies for Every Child + www.alliesforeverychild.org + 5804@hsesinfo.org + 12120 Wagner St + + Culver City + CA + 90230-5844 + 5721 W Slauson Ave + Ste 140 + Culver City + CA + 90230-6678 + 5721 W Slauson Ave + Ste 140 + Culver City + CA + 90230-6678 + Mrs. + F103696 + L103696 + + Chairperson to the Board + 103696@hsesinfo.org + Ms. + F103697 + L103697 + + + 103697@hsesinfo.org + Ms. + F103699 + L103699 + + 103699@hsesinfo.org + Mrs. + F103695 + L103695 + + 103695@hsesinfo.org + 555-555-3695 x 5555 + + + 4271 + 911 + 8311 + 200 + 2013 + 2013-08-01 + 2019-07-31 + EHS + Inactive + Macon Program for Progress + http://www.mppnhc.org + 911@hsesinfo.org + 110 East Orchard View Lane + + Franklin + NC + 28734 + PO Box 700 + + Franklin + NC + 28744-0700 + 110 East Orchard View Lane + + Franklin + NC + 28734 + Mrs. + F38617 + L38617 + + MPP Board Chairman + 38617@hsesinfo.org + Mr. + F38619 + L38619 + + Executive Director + 38619@hsesinfo.org + Ms. + F38618 + L38618 + + 38618@hsesinfo.org + Mrs. + F38615 + L38615 + + 38615@hsesinfo.org + 555-555-8615 x 5555 + + + 6794 + 1769 + 10302 + 000 + 2002 + 2015-09-01 + + HS + Active + Centro de Servicios a la Juventud, Inc. + + 1769@hsesinfo.org + M1 Calle 3 + + Arecibo + PR + 00612-3426 + PO BOX 9368 + + Arecibo + PR + 00613-9368 + M1 Calle 3 + + Arecibo + PR + 00612-3426 + Mr. + F203233 + L203233 + + Board Chairperson + 203233@hsesinfo.org + Mrs. + F203234 + L203234 + + Interim Executive Director / Interim Headstar Director + 203234@hsesinfo.org + Mrs. + F203236 + L203236 + + 203236@hsesinfo.org + Mr. + F203232 + L203232 + + 203232@hsesinfo.org + 555-555-3232 + + + 6748 + 6766 + 10187 + 000 + + 2015-07-01 + 2020-06-30 + HS + Inactive + Urban League Head Start + http://www.urbanleague-stl.org + 6766@hsesinfo.org + 8964 Jennings Station Rd + + Saint Louis + MO + 63136-5062 + 8964 Jennings Station Rd + + Saint Louis + MO + 63136-5062 + 8964 Jennings Station Rd + + Saint Louis + MO + 63136-5062 + Mr. + F202907 + L202907 + + Chairman of the Board + 202907@hsesinfo.org + Mr. + F202908 + L202908 + + President/CEO + 202908@hsesinfo.org + Ms. + F202910 + L202910 + + 202910@hsesinfo.org + Dr. + F202906 + L202906 + + 202906@hsesinfo.org + 555-555-2906 x 5555 + + + 5655 + 4362 + 9455 + 221 + 2014 + 2014-12-01 + + EHS + Active + Metropolitan Family Services + http://www.metrofamily.org + 4362@hsesinfo.org + 1 N Dearborn St + 10th floor + Chicago + IL + 60602-4121 + 1 N Dearborn St + 10th floor + Chicago + IL + 60602-4121 + 1 N Dearborn St + 10th floor + Chicago + IL + 60602-4121 + + F101520 + L101520 + + Board Chair + 101520@hsesinfo.org + Mr. + F101521 + L101521 + + CEO + 101521@hsesinfo.org + + F101523 + L101523 + + 101523@hsesinfo.org + Ms. + F101519 + L101519 + + 101519@hsesinfo.org + 555-555-1519 + + + 2977 + 959 + 6638 + 000 + 2013 + 2013-07-02 + 2018-12-31 + HS + Inactive + Child Advocates of Blair County, Inc. + http://www.cabc-bchs.org + 959@hsesinfo.org + 319 Sycamore Street + + Altoona + PA + 16602-7004 + 319 Sycamore Street + + Altoona + PA + 16602-7004 + 319 Sycamore Street + + Altoona + PA + 16602-7004 + Mr. + F37146 + L37146 + + Chairman of the Board + 37146@hsesinfo.org + Ms. + F37143 + L37143 + + Executive Director + 37143@hsesinfo.org + Ms. + F37144 + L37144 + + 37144@hsesinfo.org + Ms. + F37142 + L37142 + + 37142@hsesinfo.org + 555-555-7142 x 5555 + + + 10162 + 9010 + 12196 + 200 + 2019 + 2019-08-01 + + EHS + Active + Episcopal Children's Services, Inc. + www.ecs4kids.org + 9010@hsesinfo.org + 8443 Baymeadows Rd Ste 1 + + Jacksonville + FL + 32256-7440 + 8443 Baymeadows Rd Ste 1 + + Jacksonville + FL + 32256-7440 + 8443 Baymeadows Rd Ste 1 + + Jacksonville + FL + 32256-7440 + Ms. + F219499 + L219499 + + Board President + 219499@hsesinfo.org + Mrs. + F219500 + L219500 + + CEO + 219500@hsesinfo.org + Ms. + F219502 + L219502 + + 219502@hsesinfo.org + Ms. + F219498 + L219498 + + 219498@hsesinfo.org + 555-555-9498 + + + 10381 + 5959 + 12383 + 200 + + 2019-08-01 + + EHS + Active + St. Joseph County Intermediate School District + www.sjcisd.org + 5959@hsesinfo.org + 62445 Shimmel Rd + + Centreville + MI + 49032-9527 + 62445 Shimmel Rd + + Centreville + MI + 49032-9527 + 62445 Shimmel Rd + + Centreville + MI + 49032-9527 + Ms. + F221008 + L221008 + + President + 221008@hsesinfo.org + Ms. + F221009 + L221009 + + Superintendent + 221009@hsesinfo.org + Ms. + F221011 + L221011 + + 221011@hsesinfo.org + Ms. + F221007 + L221007 + + 221007@hsesinfo.org + 555-555-1007 + + + 10382 + 5860 + 12382 + 200 + + 2019-08-01 + + EHS + Active + Anoka County Community Action Program, Inc. + www.accap.org + 5860@hsesinfo.org + 1201 89th Avenue NE, Suite 345 + 9574 Foley Blvd. + Blaine + MN + 55434 + 1201 89th Avenue NE, Suite 345 + 9574 Foley Blvd. + Blaine + MN + 55434 + 1201 89th Avenue NE, Suite 345 + 9574 Foley Blvd. + Blaine + MN + 55434 + Mr. + F221015 + L221015 + + + 221015@hsesinfo.org + Mr. + F221016 + L221016 + + + 221016@hsesinfo.org + Ms. + F221018 + L221018 + + 221018@hsesinfo.org + Ms. + F221014 + L221014 + + 221014@hsesinfo.org + 555-555-1014 + + + 9778 + 2407 + 11910 + 000 + 2013 + 2019-07-01 + + HS + Active + Braxton County Board of Education + crbailey@k12.wv.us + 2407@hsesinfo.org + 98 Carter Braxton Drive + + Sutton + WV + 26601-1147 + 98 Carter Braxton Drive + + Sutton + WV + 26601-1147 + 98 Carter Braxton Drive + + Sutton + WV + 26601-1147 + Mrs. + F216856 + L216856 + + President, Board of Education + 216856@hsesinfo.org + Ms. + F216857 + L216857 + + Superintendent of Schools + 216857@hsesinfo.org + Ms. + F216859 + L216859 + + 216859@hsesinfo.org + Ms. + F216855 + L216855 + + 216855@hsesinfo.org + 555-555-6855 x 5555 + + + 9779 + 1936 + 11915 + 000 + 2014 + 2019-07-01 + + HS + Active + Western Egyptian Economic Opportunity Council + http:/www.weeoc.org + 1936@hsesinfo.org + 1 Industrial Park + + Steeleville + IL + 62288-1246 + PO Box 7 + + Steeleville + IL + 62288-0007 + 1 Industrial Park + + Steeleville + IL + 62288-1246 + Mr. + F216863 + L216863 + + Board of Directors Chairperson + 216863@hsesinfo.org + Ms. + F216864 + L216864 + + + 216864@hsesinfo.org + Ms. + F216866 + L216866 + + 216866@hsesinfo.org + Ms. + F216862 + L216862 + + 216862@hsesinfo.org + 555-555-6862 + + + 4311 + 696 + 322 + 000 + 1993 + 2013-08-29 + 2019-08-31 + HS + Inactive + West Central Community Services, Inc. + www.wccsheadstart.org + 696@hsesinfo.org + 321 E Euclid Ave + + Monmouth + IL + 61462-1312 + 321 E Euclid Ave + + Monmouth + IL + 61462-1312 + 321 E Euclid Ave + + Monmouth + IL + 61462-1312 + Mr. + F39516 + L39516 + + Board President + 39516@hsesinfo.org + Mrs. + F39515 + L39515 + + Executive/Head Start Director + 39515@hsesinfo.org + Miss + F39517 + L39517 + + 39517@hsesinfo.org + Mrs. + F39513 + L39513 + + 39513@hsesinfo.org + 555-555-9513 x 5555 + + + 5545 + 5551 + 8095 + 203 + 2014 + 2014-09-11 + + EHS + Active + Municipality of Carolina + + 5551@hsesinfo.org + Carr.887 km 0.4 Zona Industrial Julio N. Matos + + Carolina + PR + 00985 + PO Box 8 + + Carolina + PR + 00986-0008 + Carr.887 km 0.4 Zona Industrial Julio N. Matos + + Carolina + PR + 00985 + Ms. + F99485 + L99485 + + Board Chair + 99485@hsesinfo.org + Ms. + F99486 + L99486 + + + 99486@hsesinfo.org + Mr. + F99488 + L99488 + + 99488@hsesinfo.org + Ms. + F99484 + L99484 + + 99484@hsesinfo.org + 555-555-9484 x 5555 + + + 10384 + 6333 + 12398 + 201 + + 2019-08-01 + 2020-07-31 + EHS + Inactive + Lucas County Family Council + http://www.lucascountyoh.gov/index.aspx?nid=528 + 6333@hsesinfo.org + 1946 N 13th St + Ste 420 + Toledo + OH + 43604-7264 + 1946 N 13th St + Ste 420 + Toledo + OH + 43604-7264 + 1946 N 13th St + Ste 420 + Toledo + OH + 43604-7264 + Mrs. + F221029 + L221029 + + Board-Chairperson + 221029@hsesinfo.org + Mr. + F221030 + L221030 + + Executive Director + 221030@hsesinfo.org + Ms. + F221032 + L221032 + + 221032@hsesinfo.org + Dr. + F221028 + L221028 + + 221028@hsesinfo.org + 555-555-1028 + + + 10385 + 5866 + 12390 + 200 + + 2019-08-01 + + EHS + Active + The Ohio State University + + 5866@hsesinfo.org + 175 E 7th Ave + + Columbus + OH + 43201-2562 + 175 E 7th Ave + + Columbus + OH + 43201-2562 + 175 E 7th Ave + + Columbus + OH + 43201-2562 + Ms. + F221036 + L221036 + + Board Chair + 221036@hsesinfo.org + Mr. + F221037 + L221037 + + Principal Investigator + 221037@hsesinfo.org + Ms. + F221039 + L221039 + + 221039@hsesinfo.org + Ms. + F221035 + L221035 + + 221035@hsesinfo.org + 555-555-1035 + + + 10386 + 5977 + 12386 + 200 + + 2019-08-01 + + EHS + Active + Little Dixie Community Action Agency, Inc. + www.littledixie.org + 5977@hsesinfo.org + 104 N E St + + Hugo + OK + 74743-3218 + 209 N 4th St + + Hugo + OK + 74743-3809 + 104 N E St + + Hugo + OK + 74743-3218 + Mr. + F221043 + L221043 + + Governing Board Chairperson + 221043@hsesinfo.org + Mrs. + F221044 + L221044 + + Little Dixie CAA Executive Director + 221044@hsesinfo.org + Ms. + F221046 + L221046 + + 221046@hsesinfo.org + Ms. + F221042 + L221042 + + 221042@hsesinfo.org + 555-555-1042 + + + 9780 + 8917 + 11912 + 000 + 2019 + 2019-07-01 + + HS + Active + Community Parents, Inc. + + 8917@hsesinfo.org + 90 Chauncey Street + + Brooklyn + NY + 11233-1809 + 90 Chauncey Street + + Brooklyn + NY + 11233-1809 + 90 Chauncey Street + + Brooklyn + NY + 11233-1809 + Ms. + F216870 + L216870 + + Chairperson of the Board + 216870@hsesinfo.org + Mrs. + F216871 + L216871 + + + 216871@hsesinfo.org + Mrs. + F216873 + L216873 + + 216873@hsesinfo.org + Mrs. + F216869 + L216869 + + 216869@hsesinfo.org + 555-555-6869 + + + 10383 + 5868 + 12389 + 200 + + 2019-08-01 + 2020-07-31 + EHS + Inactive + Great Lakes Community Action Partnership + www.wsos.org + 5868@hsesinfo.org + 127 S Front St + + Fremont + OH + 43420-3021 + PO Box 590 + + Fremont + OH + 43420-0590 + 127 S Front St + + Fremont + OH + 43420-3021 + Mr. + F221022 + L221022 + + Board Chairperson + 221022@hsesinfo.org + Mrs. + F221023 + L221023 + + President/CEO + 221023@hsesinfo.org + Mrs. + F221025 + L221025 + + 221025@hsesinfo.org + Mrs. + F221021 + L221021 + + 221021@hsesinfo.org + 555-555-1021 + + + 9560 + 8823 + 11777 + 200 + 2019 + 2019-03-01 + + EHS + Active + United Community Action Partnership, Inc. + + 8823@hsesinfo.org + 200 4th St SW + + Willmar + MN + 56201-3330 + 200 4th ST, SW + P.O. Box 1359 + Willmar + MN + 56201-1359 + 200 4th St SW + + Willmar + MN + 56201-3330 + Ms. + F215417 + L215417 + + Chair of the United Board of Directors + 215417@hsesinfo.org + Ms. + F215418 + L215418 + + Executive Director + 215418@hsesinfo.org + Ms. + F215420 + L215420 + + 215420@hsesinfo.org + Dr. + F215416 + L215416 + + 215416@hsesinfo.org + 555-555-5416 x 5555 + + + 1369 + 2321 + 2862 + 200 + 2013 + 2013-06-26 + 2019-01-31 + EHS + Inactive + Community Action of Orleans and Genesee, Inc. + http://www.caoginc.org + 2321@hsesinfo.org + Early Head Start Program + 401 East State Street + Albion + NY + 14411-1123 + Early Head Start Program + 401 East State Street + Albion + NY + 14411-1123 + Community Action of Orleans & Genesee + 409 East State Street + Albion + NY + 14411-1123 + Mrs. + F36938 + L36938 + + Board Chairperson + 36938@hsesinfo.org + Mr. + F36941 + L36941 + + Executive Director + 36941@hsesinfo.org + Ms. + F36937 + L36937 + + 36937@hsesinfo.org + Mrs. + F36936 + L36936 + + 36936@hsesinfo.org + 555-555-6936 + + + 8667 + 8530 + 11045 + 200 + 2017 + 2017-07-01 + + EHS + Active + Foothill Family Service + www.foothillfamily.org + 8530@hsesinfo.org + 3629 Santa Anita Ave + Ste 201 + El Monte + CA + 91731-3635 + 3629 Santa Anita Ave + Ste 201 + El Monte + CA + 91731-3635 + 2500 E Foothill Blvd + Ste 300 + Pasadena + CA + 91107-7102 + Ms. + F209178 + L209178 + + + 209178@hsesinfo.org + Mr. + F209179 + L209179 + + + 209179@hsesinfo.org + Ms. + F209181 + L209181 + + 209181@hsesinfo.org + Ms. + F209177 + L209177 + + 209177@hsesinfo.org + 555-555-9177 + + + 10143 + 1293 + 12155 + 000 + 2014 + 2019-07-01 + + HS + Active + Monterey County Office of Education + http://www.montereycoe.org + 1293@hsesinfo.org + 901 Blanco Cir + + Salinas + CA + 93901-4401 + PO Box 80851 + + Salinas + CA + 93912-0851 + 901 Blanco Cir + + Salinas + CA + 93901-4401 + Dr. + F219392 + L219392 + + County Superintendent of Schools + 219392@hsesinfo.org + Ms. + F219393 + L219393 + + Associate Superintendent, Finance & Business Services + 219393@hsesinfo.org + Ms. + F219395 + L219395 + + 219395@hsesinfo.org + Ms. + F219391 + L219391 + + 219391@hsesinfo.org + 555-555-9391 + + + 3061 + 3303 + 6706 + 200 + 2013 + 2013-07-02 + 2018-06-30 + EHS + Inactive + Baldwin Park Unified School District + www.bpusd.net/ece + 3303@hsesinfo.org + 3699 North Holly Avenue + + Baldwin Park + CA + 91706-5327 + 3699 North Holly Avenue + + Baldwin Park + CA + 91706-5327 + 3699 North Holly Avenue + + Baldwin Park + CA + 91706-4829 + Mrs. + F39778 + L39778 + + Board Chariperson + 39778@hsesinfo.org + Dr. + F39776 + L39776 + + Superintendent + 39776@hsesinfo.org + Mrs. + F39775 + L39775 + + 39775@hsesinfo.org + Mr. + F36372 + L36372 + + 36372@hsesinfo.org + 555-555-6372 + + + 8844 + 2274 + 11209 + 000 + 2013 + 2018-06-01 + + HS + Active + Kanawha County Schools + http://kcs.kana.k12.wv.us + 2274@hsesinfo.org + 1004 Lower Midway Dr + + Dunbar + WV + 25064 + 1004 Lower Midway Drive + + Dunbar + WV + 25064 + 200 Elizabeth St + + Charleston + WV + 25311-2119 + Mrs. + F210396 + L210396 + + Board President + 210396@hsesinfo.org + Ms. + F210397 + L210397 + + Executive Director of Elementary Education + 210397@hsesinfo.org + Ms. + F210399 + L210399 + + 210399@hsesinfo.org + Ms. + F210395 + L210395 + + 210395@hsesinfo.org + 555-555-0395 + + + 10387 + 6069 + 12381 + 200 + + 2019-09-01 + + EHS + Active + Boys Town Louisiana, Inc. + www.boystown.org/louisiana + 6069@hsesinfo.org + 300 N. Broad Street + Suite 106 + New Orleans + LA + 70119-5577 + 300 N. Broad Street + Suite 106 + New Orleans + LA + 70119-5577 + 300 N. Broad Street + Suite 106 + New Orleans + LA + 70119-5577 + Ms. + F221050 + L221050 + + + 221050@hsesinfo.org + Ms. + F221051 + L221051 + + + 221051@hsesinfo.org + Ms. + F221053 + L221053 + + 221053@hsesinfo.org + Ms. + F221049 + L221049 + + 221049@hsesinfo.org + 555-555-1049 + + + 10388 + 6094 + 12396 + 200 + + 2019-09-01 + + EHS + Active + EDUCATION SERVICE CENTER REGION XIV + http://www.esc14.net + 6094@hsesinfo.org + 1850 HIGHWAY 351 + + ABILENE + TX + 79601-4750 + 1850 HIGHWAY 351 + + ABILENE + TX + 79601-4750 + 1850 HIGHWAY 351 + + ABILENE + TX + 79601-4750 + Dr. + F221057 + L221057 + + Board Chairperson + 221057@hsesinfo.org + Mr. + F221058 + L221058 + + Executive Director + 221058@hsesinfo.org + Ms. + F221060 + L221060 + + 221060@hsesinfo.org + Mrs. + F221056 + L221056 + + 221056@hsesinfo.org + 555-555-1056 + + + 5784 + 5790 + 9406 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + County of San Bernardino Board of Supervisors + hs.sbcounty.gov/psd + 5790@hsesinfo.org + 662 South Tippecanoe Avenue + + San Bernardino + CA + 92415-0630 + 662 South Tippecanoe Avenue + + San Bernardino + CA + 92415-0630 + 662 South Tippecanoe Avenue + + San Bernardino + CA + 92415-0630 + Mr. + F103578 + L103578 + + Chairman, County of San Bernardino Board of Supervisors + 103578@hsesinfo.org + Mr. + F103579 + L103579 + + + 103579@hsesinfo.org + Ms. + F103581 + L103581 + + 103581@hsesinfo.org + Mr. + F103577 + L103577 + + 103577@hsesinfo.org + 555-555-3577 + + + 5151 + 5157 + 8817 + 000 + 2014 + 2014-06-01 + 2018-11-30 + HS + Inactive + Brightside Academy, Inc. - HS + www.brightsideacademy.com + 5157@hsesinfo.org + 707 Grant St + Ste 1500 + Pittsburgh + PA + 15219-1945 + 707 Grant St + Ste 1500 + Pittsburgh + PA + 15219-1945 + 707 Grant St + Ste 1500 + Pittsburgh + PA + 15219-1945 + Mrs. + F50710 + L50710 + + Board Chair + 50710@hsesinfo.org + Mrs. + F50711 + L50711 + + Executive Director + 50711@hsesinfo.org + Ms. + F50713 + L50713 + + 50713@hsesinfo.org + Mrs. + F50709 + L50709 + + 50709@hsesinfo.org + 555-555-0709 + + + 8779 + 8631 + 11143 + 001 + 2018 + 2018-01-01 + 2020-06-30 + HS + Inactive + The Children's Center of Cicero - Berwyn + http://www.childrenscenterciceroberwyn.org + 8631@hsesinfo.org + 5341 Cermak Road + + Cicero + IL + 60804 + 5341 Cermak Road + + Cicero + IL + 60804 + 5341 Cermak Road + + Cicero + IL + 60804 + Mrs. + F209911 + L209911 + + Board President + 209911@hsesinfo.org + Mrs. + F209912 + L209912 + + Executive Director + 209912@hsesinfo.org + + F209914 + L209914 + + 209914@hsesinfo.org + Mrs. + F209910 + L209910 + + 209910@hsesinfo.org + 555-555-9910 + + + 5486 + 5492 + 9278 + 001 + 2014 + 2014-11-01 + 2020-05-31 + HS + Inactive + Acelero Learning Wisconsin, Inc. (Racine County) + http://alwi.acelero.net + 5492@hsesinfo.org + 7833 W Capitol Dr + + Milwaukee + WI + 53222-2059 + 7833 W Capitol Dr + + Milwaukee + WI + 53222-2059 + 7833 W Capitol Dr + + Milwaukee + WI + 53222-2059 + Dr. + F98288 + L98288 + + + 98288@hsesinfo.org + Mr. + F98289 + L98289 + + + 98289@hsesinfo.org + Ms. + F98291 + L98291 + + 98291@hsesinfo.org + Ms. + F98287 + L98287 + + 98287@hsesinfo.org + 555-555-8287 + + + 10075 + 5574 + 12127 + 215 + 2014 + 2019-07-01 + + EHS + Active + St. Anne's + http://www.stannes.org + 5574@hsesinfo.org + 155 N. Occidental Blvd. + + Los Angeles + CA + 90026 + 155 N. Occidental Blvd. + + Los Angeles + CA + 90026 + 155 N. Occidental Blvd. + + Los Angeles + CA + 90026 + Mr. + F218918 + L218918 + + Chair, Board of Directors + 218918@hsesinfo.org + Ms. + F218919 + L218919 + + President and Chief Executive Officer + 218919@hsesinfo.org + Ms. + F218921 + L218921 + + 218921@hsesinfo.org + Ms. + F218917 + L218917 + + 218917@hsesinfo.org + 555-555-8917 x 5555 + + + 8179 + 2451 + 10607 + 000 + 1992 + 2016-07-01 + + HS + Active + Municipality of Carolina + + 2451@hsesinfo.org + carr. 887 k0.4 zona Industrial julio N. Matos + Carolina + Carolina + PR + + P.O. Box 8 + + Carolina + PR + 00986-0008 + carr. 887 k0.4 zona Industrial julio N. Matos + Carolina + Carolina + PR + + Mr. + F206368 + L206368 + + Director Board + 206368@hsesinfo.org + Ms. + F206369 + L206369 + + Director Educacional Departmen of Municipality of Carolina + 206369@hsesinfo.org + Ms. + F206371 + L206371 + + 206371@hsesinfo.org + Ms. + F206367 + L206367 + + 206367@hsesinfo.org + 555-555-6367 x 5555 + + + 10076 + 2119 + 12108 + 000 + 2014 + 2019-07-01 + + HS + Active + Orange County Head Start + http://www.ochsinc.org + 2119@hsesinfo.org + 2501 South Pullman Street + Suite 100 + Santa Ana + CA + 92705-5511 + 2501 South Pullman Street + Suite 100 + Santa Ana + CA + 92705-5511 + 2501 South Pullman Street + Suite 100 + Santa Ana + CA + 92705-5511 + Ms. + F218925 + L218925 + + Board Chair + 218925@hsesinfo.org + Ms. + F218926 + L218926 + + Executive Director + 218926@hsesinfo.org + Ms. + F218928 + L218928 + + 218928@hsesinfo.org + Ms. + F218924 + L218924 + + 218924@hsesinfo.org + 555-555-8924 + + + 8180 + 2450 + 10607 + 200 + 1992 + 2016-07-01 + + EHS + Active + Municipality of Carolina + + 2450@hsesinfo.org + Carr 887 K 0.4 Zona Industrial Julio N. Matos + + Carolina + PR + + P.O. Box 8 + + Carolina + PR + 00986-0008 + Carr 887 K 0.4 Zona Industrial Julio N. Matos + + Carolina + PR + + Mr. + F206375 + L206375 + + Director Board + 206375@hsesinfo.org + Ms. + F206376 + L206376 + + Director Educacional Departmen of Municipality of Carolina + 206376@hsesinfo.org + Ms. + F206378 + L206378 + + 206378@hsesinfo.org + Ms. + F206374 + L206374 + + 206374@hsesinfo.org + 555-555-6374 x 5555 + + + 8781 + 8633 + 11144 + 201 + 2018 + 2018-01-01 + + EHS + Active + Development Centers + http://www.develctrs.org/ + 8633@hsesinfo.org + 17421 Telegraph Rd + + Detroit + MI + 48219 + 17421 Telegraph Rd + + Detroit + MI + 48219 + 17421 Telegraph Rd + + Detroit + MI + 48219 + Mr. + F209923 + L209923 + + Board Chair + 209923@hsesinfo.org + Mr. + F209924 + L209924 + Ph.D + + 209924@hsesinfo.org + Ms. + F209926 + L209926 + + 209926@hsesinfo.org + Ms. + F209922 + L209922 + LMSW + 209922@hsesinfo.org + 555-555-9922 x 5555 + + + 4977 + 4983 + 8950 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + The Children's Home Society of New Jersey + Www.chsofnj.org + 4983@hsesinfo.org + 635 South Clinton Avenue + + Trenton + NJ + 08611-1831 + 635 South Clinton Avenue + + Trenton + NJ + 08611-1831 + 635 South Clinton Avenue + + Trenton + NJ + 08611-1831 + Mr. + F48994 + L48994 + + Board Chairperson + 48994@hsesinfo.org + Ms. + F48995 + L48995 + + CEO/President + 48995@hsesinfo.org + Mr. + F48997 + L48997 + + 48997@hsesinfo.org + Mr. + F48993 + L48993 + + 48993@hsesinfo.org + 555-555-8993 x 5555 + + + 5485 + 5491 + 9277 + 201 + 2014 + 2014-11-01 + 2018-10-31 + EHS + Inactive + Acelero Learning Wisconsin, Inc. (Milwaukee County) + http://alwi.acelero.net + 5491@hsesinfo.org + 7833 West Capitol Drive + + Milwaukee + WI + 53222 + 7833 West Capitol Drive + + Milwaukee + WI + 53222 + 7833 West Capitol Drive + + Milwaukee + WI + 53222 + + F98272 + L98272 + + + 98272@hsesinfo.org + + F98273 + L98273 + + + 98273@hsesinfo.org + + F98275 + L98275 + + 98275@hsesinfo.org + + F98271 + L98271 + + 98271@hsesinfo.org + 555-555-8271 + + + 9561 + 8824 + 11772 + 000 + 2019 + 2019-04-01 + + HS + Active + South Plains Community Action Association, Inc. + http://www.spcaa.org + 8824@hsesinfo.org + 411 Austin St + + Levelland + TX + 79336-4733 + PO Box 610 + + Levelland + TX + 79336-0610 + 411 Austin St + + Levelland + TX + 79336-4733 + Mr. + F215424 + L215424 + + President-SPCAA Board of Directors + 215424@hsesinfo.org + Mr. + F215425 + L215425 + Jr. + Executive Director + 215425@hsesinfo.org + Mr. + F215427 + L215427 + + 215427@hsesinfo.org + Mrs. + F215423 + L215423 + + 215423@hsesinfo.org + 555-555-5423 x 5555 + + + 9562 + 8825 + 11772 + 200 + 2019 + 2019-04-01 + + EHS + Active + South Plains Community Action Association, Inc. + http://www.spcaa.org + 8825@hsesinfo.org + 411 Austin St + + Levelland + TX + 79336-4733 + PO Box 610 + + Levelland + TX + 79336-0610 + 411 Austin St + + Levelland + TX + 79336-4733 + Mr. + F215431 + L215431 + + President-SPCAA Board of Directors + 215431@hsesinfo.org + Mr. + F215432 + L215432 + Jr. + Executive Director + 215432@hsesinfo.org + Mr. + F215434 + L215434 + + 215434@hsesinfo.org + Mrs. + F215430 + L215430 + + 215430@hsesinfo.org + 555-555-5430 x 5555 + + + 4781 + 1476 + 8644 + 200 + 2014 + 2014-04-01 + 2019-03-31 + EHS + Inactive + MAHUBE-OTWA COMMUNITY ACTION PARTNERSHIP, INC. + http://www.mahube.org + 1476@hsesinfo.org + 1125 W River Rd + + Detroit Lakes + MN + 56501-2722 + PO Box 747 + + Detroit Lakes + MN + 56502-0747 + 1125 W River Rd + + Detroit Lakes + MN + 56501-2722 + Mr. + F46539 + L46539 + + Board Chairperson + 46539@hsesinfo.org + Ms. + F46542 + L46542 + + Executive Director + 46542@hsesinfo.org + Mrs. + F46538 + L46538 + + 46538@hsesinfo.org + Ms. + F46537 + L46537 + + 46537@hsesinfo.org + 555-555-6537 + + + 7020 + 562 + 10462 + 000 + 1992 + 2016-01-01 + + HS + Active + Action Pathways, Inc. Head Start. + http://www.actionpathways.ngo + 562@hsesinfo.org + 5135 Morganton Rd + + Fayetteville + NC + 28314-1525 + 5135 Morganton Rd + + Fayetteville + NC + 28314-1525 + 5135 Morganton Rd + + Fayetteville + NC + 28314-1525 + Mr. + F204806 + L204806 + + Board Chairperson + 204806@hsesinfo.org + Mr. + F204807 + L204807 + + CEO + 204807@hsesinfo.org + Mr. + F204809 + L204809 + + 204809@hsesinfo.org + Mr. + F204805 + L204805 + + 204805@hsesinfo.org + 555-555-4805 x 5555 + + + 9355 + 2374 + 11600 + 000 + 2003 + 2019-02-01 + + HS + Active + Northside Center For Child Development, Inc. + http://www.northsidecenter.org + 2374@hsesinfo.org + 1301 5th Avenue + + New York + NY + 10029-3119 + 1301 5th Avenue + + New York + NY + 10029-3119 + 1301 5th Avenue + + New York + NY + 10029-3119 + Mr. + F214018 + L214018 + + + 214018@hsesinfo.org + Dr. + F214019 + L214019 + + + 214019@hsesinfo.org + Ms. + F214021 + L214021 + + 214021@hsesinfo.org + Ms. + F214017 + L214017 + + 214017@hsesinfo.org + 555-555-4017 + + + 9781 + 8918 + 11912 + 200 + 2019 + 2019-07-01 + + EHS + Active + Community Parents, Inc. + + 8918@hsesinfo.org + 90 Chauncey Street + + Brooklyn + NY + 11233-1809 + 90 Chauncey Street + + Brooklyn + NY + 11233-1809 + 90 Chauncey Street + + Brooklyn + NY + 11233-1809 + Ms. + F216877 + L216877 + + Chairperson of the Board + 216877@hsesinfo.org + Mrs. + F216878 + L216878 + + + 216878@hsesinfo.org + Mrs. + F216880 + L216880 + + 216880@hsesinfo.org + Mrs. + F216876 + L216876 + + 216876@hsesinfo.org + 555-555-6876 + + + 5816 + 5822 + 9481 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Telamon Corporation + www.telamon.org + 5822@hsesinfo.org + 600 Corporation Dr + Ste 105 + Pendleton + IN + 46064-8300 + 5560 Munford Road, Suite 201 + + Raleigh + NC + 27612-2731 + 5560 Munford Road, Suite 201 + + Raleigh + NC + 27612-2731 + Mrs. + F103880 + L103880 + + Board Chair + 103880@hsesinfo.org + Mrs. + F103881 + L103881 + + Executive Director + 103881@hsesinfo.org + Ms. + F103883 + L103883 + + 103883@hsesinfo.org + Mrs. + F103879 + L103879 + + 103879@hsesinfo.org + 555-555-3879 x 5555 + + + 5083 + 568 + 9012 + 200 + 1992 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Sunbelt Human Advancement Resources, Inc. + http://www.sharesc.org + 568@hsesinfo.org + 254 S Pleasantburg Dr + + Greenville + SC + 29607-2562 + 652 Rutherford Road + + Greenville + SC + 29609-4641 + 254 S Pleasantburg Dr + + Greenville + SC + 29607-2562 + Hon. + F51636 + L51636 + + Chairman Board of Directors + 51636@hsesinfo.org + Ms. + F51637 + L51637 + + President/CEO + 51637@hsesinfo.org + Mr. + F51634 + L51634 + + 51634@hsesinfo.org + Ms. + F51632 + L51632 + + 51632@hsesinfo.org + 555-555-1632 + + + 10389 + 6070 + 12385 + 200 + + 2019-09-01 + + EHS + Active + Harris County Department of Education + http://www.hcde-texas.org + 6070@hsesinfo.org + 6300 Irvington Blvd. + + Houston + TX + 77022-5618 + 6300 Irvington Blvd + + Houston + TX + 77022-5618 + 6300 Irvington Blvd + + Houston + TX + 77022-5618 + Mr. + F221064 + L221064 + + Board President + 221064@hsesinfo.org + Mr. + F221065 + L221065 + + County School Superintendent + 221065@hsesinfo.org + Ms. + F221067 + L221067 + + 221067@hsesinfo.org + Ms. + F221063 + L221063 + + 221063@hsesinfo.org + 555-555-1063 + + + 10390 + 5991 + 12387 + 200 + + 2019-08-01 + + EHS + Active + Crystal Stairs, Inc. + crystalstairs.org + 5991@hsesinfo.org + 5110 West Goldleaf Circle, Suite 150 + + Los Angeles + CA + 90056-1287 + 5110 West Goldleaf Circle, Suite 150 + + Los Angeles + CA + 90056-1287 + 5110 West Goldleaf Circle, Suite 150 + + Los Angeles + CA + 90056-1287 + Mrs. + F221071 + L221071 + + Board Chair + 221071@hsesinfo.org + Mrs. + F221072 + L221072 + + Chief Executive Officer + 221072@hsesinfo.org + Mr. + F221074 + L221074 + + 221074@hsesinfo.org + Mrs. + F221070 + L221070 + + 221070@hsesinfo.org + 555-555-1070 + + + 5831 + 976 + 9327 + 000 + 1992 + 2015-01-01 + 2019-12-31 + HS + Inactive + Community Action Council of Howard County + www.cac-hc.org + 976@hsesinfo.org + 9820 Patuxent Woods Dr + Howard County Head Start + Columbia + MD + 21046-1534 + 9820 Patuxent Woods Dr + Howard County Head Start + Columbia + MD + 21046-1534 + 9820 Patuxent Woods Dr + Howard County Head Start + Columbia + MD + 21046-1534 + Mr. + F104875 + L104875 + + Board Chairperson + 104875@hsesinfo.org + Mrs. + F104878 + L104878 + + + 104878@hsesinfo.org + Ms. + F104876 + L104876 + + 104876@hsesinfo.org + Ms. + F104873 + L104873 + + 104873@hsesinfo.org + 555-555-4873 + + + 11385 + 6194 + 13243 + 200 + + 2020-06-01 + + EHS + Active + COMMUNITY ACTION PARTNERSHIP OF MADERA COUNTY, INC. + http://www.maderacap.org + 6194@hsesinfo.org + 1225 Gill Ave + + Madera + CA + 93637-5234 + 1225 Gill Ave + + Madera + CA + 93637-5234 + 1225 Gill Ave + + Madera + CA + 93637-5234 + Mr. + F227755 + L227755 + + Chairperson + 227755@hsesinfo.org + Ms. + F227756 + L227756 + + Executive Director + 227756@hsesinfo.org + Ms. + F227758 + L227758 + + 227758@hsesinfo.org + Ms. + F227754 + L227754 + + 227754@hsesinfo.org + 555-555-7754 + + + 4695 + 3902 + 8677 + 023 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Goddard Riverside Community Center + http://www.goddard.org + 3902@hsesinfo.org + 593 Columbus Ave + + New York + NY + 10024-1904 + 593 Columbus Ave + + New York + NY + 10024-1904 + 593 Columbus Ave + + New York + NY + 10024-1904 + Mrs. + F45615 + L45615 + + Chair, Early Childhood Programs + 45615@hsesinfo.org + Mr. + F45613 + L45613 + + Executive Director + 45613@hsesinfo.org + Ms. + F45612 + L45612 + + 45612@hsesinfo.org + Ms. + F45611 + L45611 + + 45611@hsesinfo.org + 555-555-5611 + + + 4590 + 2446 + 8577 + 000 + 2014 + 2014-01-01 + 2018-12-31 + HS + Inactive + Midcoast Maine Community Action + www.midcoastmainecommunityaction.org + 2446@hsesinfo.org + 34 Wing Farm Parkway + + Bath + ME + 04530-1515 + 34 Wing Farm Parkway + + Bath + ME + 04530-1515 + 34 Wing Farm Parkway + + Bath + ME + 04530-1515 + Mr. + F43611 + L43611 + + MMCA Board Chairperson + 43611@hsesinfo.org + Ms. + F43612 + L43612 + + Executive Director + 43612@hsesinfo.org + Ms. + F43609 + L43609 + + 43609@hsesinfo.org + Ms. + F43608 + L43608 + + 43608@hsesinfo.org + 555-555-3608 x 5555 + + + 4736 + 3975 + 8718 + 064 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + North Bronx NCNW Child Development Center + ask@nbncnwcdc.org + 3975@hsesinfo.org + 4035 White Plains Rd + + Bronx + NY + 10466-3003 + 4035 White Plains Rd + + Bronx + NY + 10466-3003 + 4035 White Plains Rd + + Bronx + NY + 10466-3003 + Mr. + F45901 + L45901 + + Sponsoring Board Chairperson + 45901@hsesinfo.org + Mrs. + F45899 + L45899 + + Administrative Director + 45899@hsesinfo.org + Miss + F45898 + L45898 + + 45898@hsesinfo.org + Mrs. + F45903 + L45903 + + 45903@hsesinfo.org + 555-555-5903 x 5555 + + + 4591 + 3248 + 8577 + 200 + 2014 + 2014-01-01 + 2018-12-31 + EHS + Inactive + Midcoast Maine Community Action + www.midcoastmainecommunityaction.org + 3248@hsesinfo.org + 34 Wing Farm Parkway + + BATH + ME + 04530 + 34 Wing Farm Parkway + + BATH + ME + 04530 + 34 Wing Farm Parkway + + BATH + ME + 04530 + Mr. + F43619 + L43619 + + MMCA Board Chairperson + 43619@hsesinfo.org + Ms. + F43617 + L43617 + + Executive Director + 43617@hsesinfo.org + Ms. + F43616 + L43616 + + 43616@hsesinfo.org + Ms. + F43615 + L43615 + + 43615@hsesinfo.org + 555-555-3615 x 5555 + + + 9166 + 8457 + 11465 + 200 + 2017 + 2018-11-01 + + EHS + Active + WEST CENTRAL MINNESOTA COMMUNITIES ACTION, INC. + www.wcmca.org + 8457@hsesinfo.org + 411 Industrial Park Boulevard + + Elbow Lake + MN + 56531-4213 + 411 Industrial Park Boulevard + + Elbow Lake + MN + 56531-4213 + 411 Industrial Park Boulevard + + Elbow Lake + MN + 56531-4213 + Mr. + F212697 + L212697 + + Board Chairperson + 212697@hsesinfo.org + Ms. + F212698 + L212698 + + Chief Executive Officer + 212698@hsesinfo.org + Ms. + F212700 + L212700 + + 212700@hsesinfo.org + Ms. + F212696 + L212696 + + 212696@hsesinfo.org + 555-555-2696 + + + 6898 + 423 + 10386 + 000 + 1991 + 2015-11-01 + + HS + Active + OCAB Community Action Agency, Inc. + cwright@ocabcaa.org + 423@hsesinfo.org + 1822 Joe S Jeffords Hwy + + Orangeburg + SC + 29115-7470 + 1822 Joe S Jeffords Hwy + + Orangeburg + SC + 29115-7470 + 1822 Joe S Jeffords Hwy + + Orangeburg + SC + 29115-7470 + Ms. + F203947 + L203947 + + Board Chair + 203947@hsesinfo.org + Mr. + F203948 + L203948 + + + 203948@hsesinfo.org + Mrs. + F203950 + L203950 + + 203950@hsesinfo.org + Ms. + F203946 + L203946 + + 203946@hsesinfo.org + 555-555-3946 x 5555 + + + 6817 + 1030 + 10289 + 000 + 1993 + 2015-09-01 + + HS + Active + TREC - Badlands Head Start: Prenatal to Five + http://www.badlandshs.org + 1030@hsesinfo.org + 101 5th Ave + + Belle Fourche + SD + 57717-1139 + 101 5th Ave + + Belle Fourche + SD + 57717-1139 + 101 5th Ave + + Belle Fourche + SD + 57717-1139 + Mr. + F203394 + L203394 + + TREC Board Chairperson + 203394@hsesinfo.org + Mr. + F203395 + L203395 + + + 203395@hsesinfo.org + Ms. + F203397 + L203397 + + 203397@hsesinfo.org + Mr. + F203393 + L203393 + + 203393@hsesinfo.org + 555-555-3393 + + + 6818 + 1031 + 10289 + 200 + 2004 + 2015-09-01 + + EHS + Active + TREC - Badlands Head Start: Prenatal to Five + http://www.badlandshs.org + 1031@hsesinfo.org + 101 5th Ave + + Belle Fourche + SD + 57717-1139 + 101 5th Ave + + Belle Fourche + SD + 57717-1139 + 101 5th Ave + + Belle Fourche + SD + 57717-1139 + Mr. + F203401 + L203401 + + TREC Board Chairperson + 203401@hsesinfo.org + Mr. + F203402 + L203402 + + + 203402@hsesinfo.org + Ms. + F203404 + L203404 + + 203404@hsesinfo.org + Mr. + F203400 + L203400 + + 203400@hsesinfo.org + 555-555-3400 + + + 9130 + 8723 + 8803 + 200 + 2019 + 2019-09-01 + + EHS + Active + Head Start Child and Family Development Centers, Inc. + HeadStartCouleeRegion.com + 8723@hsesinfo.org + 333 Buchner Place, Wing A + + La Crosse + WI + 54603-3172 + 333 Buchner Place, Wing A + + La Crosse + WI + 54603-3172 + 333 Buchner Place, Wing A + + La Crosse + WI + 54603-3172 + Mr. + F212502 + L212502 + + Board of Directors - President + 212502@hsesinfo.org + Ms. + F212500 + L212500 + + Executive Director + 212500@hsesinfo.org + Ms. + F212503 + L212503 + + 212503@hsesinfo.org + Ms. + F212499 + L212499 + + 212499@hsesinfo.org + 555-555-2499 x 5555 + + + 8812 + 1233 + 11194 + 000 + 2013 + 2018-05-01 + + Migrant HS + Active + E Center + http://www.ecenter.org + 1233@hsesinfo.org + 1506 Starr Dr + + Yuba City + CA + 95993-2655 + 1506 Starr Dr + + Yuba City + CA + 95993-2655 + 1506 Starr Dr + + Yuba City + CA + 95993-2655 + Ms. + F210228 + L210228 + + Board Chair + 210228@hsesinfo.org + Ms. + F210229 + L210229 + + Chief Executive Officer + 210229@hsesinfo.org + Ms. + F210231 + L210231 + + 210231@hsesinfo.org + Ms. + F210227 + L210227 + + 210227@hsesinfo.org + 555-555-0227 + + + 8298 + 1564 + 10669 + 000 + 2000 + 2016-07-01 + + HS + Active + Duplin County Schools Pre K + http://www.duplinschools.net + 1564@hsesinfo.org + 315 N Main Street + + Kenansville + NC + 28349 + 315 North Main Street + P.O. Box 128 + Kenansville + NC + 28349-0128 + 315 N Main Street + + Kenansville + NC + 28349 + Mr. + F207226 + L207226 + + Duplin County Board of Education Chairperson + 207226@hsesinfo.org + Dr. + F207227 + L207227 + + Superintendent, Duplin County Schools + 207227@hsesinfo.org + Ms. + F207229 + L207229 + + 207229@hsesinfo.org + Ms. + F207225 + L207225 + + 207225@hsesinfo.org + 555-555-7225 + + + 6341 + 6359 + 9991 + 000 + + 2015-07-01 + + HS + Active + CDI HS/Rockaway Beach, NY + www.cdiheadstart.org + 6359@hsesinfo.org + 216 Beach 87th St + + Rockaway Beach + NY + 11693-1604 + PO Box 930386 + + Far Rockaway + NY + 11693-0386 + 216 Beach 87th St + + Rockaway Beach + NY + 11693-1604 + Mr. + F200057 + L200057 + + Chief Executive Officer + 200057@hsesinfo.org + Ms. + F200058 + L200058 + + Executive Director + 200058@hsesinfo.org + + F200060 + L200060 + + 200060@hsesinfo.org + Ms. + F200056 + L200056 + + 200056@hsesinfo.org + 555-555-0056 + + + 6798 + 287 + 10296 + 200 + 1992 + 2015-09-01 + + EHS + Active + People Incorporated of Virginia + http://www.peopleinc.net + 287@hsesinfo.org + 1173 W Main St + + Abingdon + VA + 24210-4703 + 1173 W Main St + + Abingdon + VA + 24210-4703 + 1173 W Main St + + Abingdon + VA + 24210-4703 + Mr. + F203261 + L203261 + + + 203261@hsesinfo.org + Mr. + F203262 + L203262 + + + 203262@hsesinfo.org + Mr. + F203264 + L203264 + + 203264@hsesinfo.org + Ms. + F203260 + L203260 + + 203260@hsesinfo.org + 555-555-3260 + + + 6603 + 1324 + 10087 + 000 + 1992 + 2015-07-01 + 2019-05-31 + HS + Inactive + Southeast Arkansas Community Action Corporation + http://www.seacac.com + 1324@hsesinfo.org + 1208 N Myrtle St + + Warren + AR + 71671-9700 + 1208 N Myrtle St + + Warren + AR + 71671-9700 + 1208 N Myrtle St + + Warren + AR + 71671-9700 + Mr. + F201891 + L201891 + + Governing Board Chair + 201891@hsesinfo.org + Ms. + F201892 + L201892 + + Interim Executive Director + 201892@hsesinfo.org + Ms. + F201894 + L201894 + + 201894@hsesinfo.org + Ms. + F201890 + L201890 + + 201890@hsesinfo.org + 555-555-1890 x 5555 + + + 6829 + 1208 + 10306 + 000 + 1992 + 2015-09-01 + + AIAN HS + Active + Confederated Tribes of Warm Springs of Oregon + + 1208@hsesinfo.org + PO BOX C + + Warm Springs + OR + 97761-3001 + PO BOX C + + Warm Springs + OR + 97761-3001 + PO BOX C + + Warm Springs + OR + 97761-3001 + Mr. + F203478 + L203478 + + Tribal Council Chairperson + 203478@hsesinfo.org + Ms. + F203479 + L203479 + + Secretary Treasurer + 203479@hsesinfo.org + Ms. + F203481 + L203481 + + 203481@hsesinfo.org + Ms. + F203477 + L203477 + + 203477@hsesinfo.org + 555-555-3477 + + + 4757 + 3517 + 8738 + 003 + 2014 + 2014-03-01 + 2019-02-28 + Migrant HS + Inactive + Community Action Partnership of Madera County + http://www.maderacap.org + 3517@hsesinfo.org + 1225 Gill Avenue + + Madera + CA + 93637-9363 + 1225 Gill Avenue + + Madera + CA + 93637-9363 + 1225 Gill Avenue + + Madera + CA + 93637-9363 + Mr. + F46050 + L46050 + + + 46050@hsesinfo.org + Ms. + F46049 + L46049 + + + 46049@hsesinfo.org + Ms. + F46046 + L46046 + + 46046@hsesinfo.org + Ms. + F46045 + L46045 + + 46045@hsesinfo.org + 555-555-6045 + + + 10079 + 2120 + 12108 + 200 + 2014 + 2019-07-01 + + EHS + Active + Orange County Head Start + http://www.ochsinc.org + 2120@hsesinfo.org + 2501 South Pullman Street, Suite 100 + + Santa Ana + CA + 92705-5511 + 2501 South Pullman Street, Suite 100 + + Santa Ana + CA + 92705-5511 + 2501 South Pullman Street, Suite 100 + + Santa Ana + CA + 92705-5511 + Ms. + F218946 + L218946 + + Board Chair + 218946@hsesinfo.org + Ms. + F218947 + L218947 + + Executive Director + 218947@hsesinfo.org + Ms. + F218949 + L218949 + + 218949@hsesinfo.org + Ms. + F218945 + L218945 + + 218945@hsesinfo.org + 555-555-8945 + + + 10080 + 3700 + 12130 + 203 + 2014 + 2019-07-01 + + EHS + Active + The City of La Habra + www.lahabracity.com + 3700@hsesinfo.org + 215 N. Euclid St. + + La Habra + CA + 90631 + 215 N. Euclid St. + + La Habra + CA + 90631 + 215 N. Euclid St. + + La Habra + CA + 90631 + Mr. + F218953 + L218953 + + Mayor + 218953@hsesinfo.org + Mr. + F218954 + L218954 + + City Manager + 218954@hsesinfo.org + Ms. + F218956 + L218956 + + 218956@hsesinfo.org + Ms. + F218952 + L218952 + + 218952@hsesinfo.org + 555-555-8952 + + + 8220 + 1380 + 10608 + 000 + 1992 + 2016-07-01 + + HS + Active + YWCA of Metropolitan St. Louis + http://www.ywcastlouis.org + 1380@hsesinfo.org + 3820 West Pine + + St. Louis + MO + 63108 + 3820 West Pine + + St. Louis + MO + 63108 + 1780 Belt Way Dr + + Saint Louis + MO + 63114-5816 + Ms. + F206655 + L206655 + + Board Chiarwoman + 206655@hsesinfo.org + Mrs. + F206656 + L206656 + + Chief Executive Officer + 206656@hsesinfo.org + Ms. + F206658 + L206658 + + 206658@hsesinfo.org + Ms. + F206654 + L206654 + + 206654@hsesinfo.org + 555-555-6654 + + + 8140 + 8081 + 8716 + 262 + 2016 + 2017-02-01 + 2019-06-30 + EHS + Inactive + Lutheran Social Services of NY Early Life + www.lssny.org + 8081@hsesinfo.org + 475 Riverside Dr + Ste 1244 + New York + NY + 10115-0046 + 475 Riverside Dr + Ste 1244 + New York + NY + 10115-0046 + 475 Riverside Dr + Ste 1244 + New York + NY + 10115-0046 + Mr. + F206114 + L206114 + + Chief Executive Officer + 206114@hsesinfo.org + Ms. + F206115 + L206115 + + Executive Director + 206115@hsesinfo.org + Ms. + F206117 + L206117 + + 206117@hsesinfo.org + Ms. + F206113 + L206113 + + 206113@hsesinfo.org + 555-555-6113 + + + 3052 + 3284 + 6699 + 000 + 2013 + 2013-07-02 + 2019-01-31 + HS + Inactive + South San Antonio Independent School District + southsanisd.net + 3284@hsesinfo.org + 5622 Ray Ellison Drive + + San Antonio + TX + 78242-2214 + 5622 Ray Ellison Drive + + San Antonio + TX + 78242-2214 + 5622 Ray Ellison Drive + + San Antonio + TX + 78242-2214 + Mrs. + F42269 + L42269 + + School Board President + 42269@hsesinfo.org + Mr. + F42267 + L42267 + + Superintendent + 42267@hsesinfo.org + Ms. + F42266 + L42266 + + 42266@hsesinfo.org + Mrs. + F36351 + L36351 + + 36351@hsesinfo.org + 555-555-6351 + + + 5993 + 6000 + 9547 + 205 + + 2014-07-01 + 2019-06-30 + EHS + Inactive + Southeast Baltimore City EHS + www.kennedykrieger.org + 6000@hsesinfo.org + 100 N Chester St + Behind Commodore John Rogers Elementary School + Baltimore + MD + 21231-1627 + 100 N Chester St + Behind Commodore John Rogers Elementary School + Baltimore + MD + 21231-1627 + 100 N Chester St + Behind Commodore John Rogers Elementary School + Baltimore + MD + 21231-1627 + Mr. + F106620 + L106620 + + CEO + 106620@hsesinfo.org + Dr. + F106621 + L106621 + + Program Director + 106621@hsesinfo.org + Ms. + F106623 + L106623 + + 106623@hsesinfo.org + Ms. + F106619 + L106619 + + 106619@hsesinfo.org + 555-555-6619 + + + 8221 + 1381 + 10608 + 200 + 2003 + 2016-07-01 + + EHS + Active + YWCA of Metropolitan St. Louis + http://www.ywcastlouis.org + 1381@hsesinfo.org + 3820 West Pine + + St. Louis + MO + 63108 + 3820 West Pine + + St. Louis + MO + 63108 + 1780 Belt Way Dr + + Saint Louis + MO + 63114-5816 + Ms. + F206662 + L206662 + + Board Chairwoman + 206662@hsesinfo.org + Mrs. + F206663 + L206663 + + Chief Executive Officer + 206663@hsesinfo.org + Ms. + F206665 + L206665 + + 206665@hsesinfo.org + Ms. + F206661 + L206661 + + 206661@hsesinfo.org + 555-555-6661 + + + 6843 + 4026 + 10317 + 006 + + 2015-08-01 + + HS + Active + Allapattah Child Care + + 4026@hsesinfo.org + 1836 NW 22nd Pl + + Miami + FL + 33125-1312 + 1836 NW 22nd Pl + + Miami + FL + 33125-1312 + 1836 NW 22nd Pl + + Miami + FL + 33125-1312 + Mr. + F203576 + L203576 + + Board Chair + 203576@hsesinfo.org + Mrs. + F203577 + L203577 + + Executive Director + 203577@hsesinfo.org + Ms. + F203579 + L203579 + + 203579@hsesinfo.org + Mrs. + F203575 + L203575 + + 203575@hsesinfo.org + 555-555-3575 x + + + 6844 + 4027 + 10318 + 007 + + 2015-08-01 + + HS + Active + Landow Yeshiva Head Start + www.lecfl.com + 4027@hsesinfo.org + 17330 NW 7th Avenue + + Miami + FL + 33169-5400 + 17330 NW 7th Avenue + + Miami + FL + 33169-5400 + 17330 NW 7th Avenue + + Miami + FL + 33169-5400 + Rabbi + F203583 + L203583 + + Board Chair + 203583@hsesinfo.org + Rabbi + F203584 + L203584 + + Executive Director + 203584@hsesinfo.org + Mrs. + F203586 + L203586 + + 203586@hsesinfo.org + Mrs. + F203582 + L203582 + + 203582@hsesinfo.org + 555-555-3582 x 5555 + + + 6845 + 4015 + 10318 + 207 + 2010 + 2015-08-01 + + EHS + Active + Landow Yeshiva Early Head Start + www.lecfl.com + 4015@hsesinfo.org + 17330 NW 7th Avenue + + Miami + FL + 33169-5400 + 17330 NW 7th Avenue + + Miami + FL + 33169-5400 + 17330 NW 7th Avenue + + Miami + FL + 33169-5400 + + F203590 + L203590 + + Board Chair + 203590@hsesinfo.org + + F203591 + L203591 + + Executive Director + 203591@hsesinfo.org + Mrs. + F203593 + L203593 + + 203593@hsesinfo.org + Mrs. + F203589 + L203589 + + 203589@hsesinfo.org + 555-555-3589 x 5555 + + + 5064 + 3163 + 8974 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Southwest Human Resource Agency + http://www.swhrahs.org + 3163@hsesinfo.org + 1527 White Ave + + Henderson + TN + 38340-7625 + PO Box 264 + + Henderson + TN + 38340-0264 + 1527 White Ave + + Henderson + TN + 38340-7625 + Mr. + F51564 + L51564 + + SWHRA Board Chairman + 51564@hsesinfo.org + Mr. + F51563 + L51563 + + + 51563@hsesinfo.org + Ms. + F51566 + L51566 + + 51566@hsesinfo.org + Mrs. + F51562 + L51562 + + 51562@hsesinfo.org + 555-555-1562 + + + 6848 + 4030 + 10320 + 009 + + 2015-08-01 + + HS + Active + Centro Mater Child Care Services, Inc. + www.centromaterchildcare.com + 4030@hsesinfo.org + 8298 NW 103 Street + + Hialeah Gardens + FL + 33016-2202 + 8298 NW 103 Street + + Hialeah Gardens + FL + 33016-2202 + 8298 NW 103 Street + + Hialeah Gardens + FL + 33016-2202 + Mr. + F203611 + L203611 + + Board Chair + 203611@hsesinfo.org + Dr. + F203612 + L203612 + PhD + Executive Director + 203612@hsesinfo.org + Mr. + F203614 + L203614 + + 203614@hsesinfo.org + Mr. + F203610 + L203610 + PhD + 203610@hsesinfo.org + 555-555-3610 + + + 6849 + 4012 + 10320 + 209 + + 2015-08-01 + + EHS + Active + Centro Mater Child Care Services, Inc. + www.centromaterchildcare.com + 4012@hsesinfo.org + 8298 NW 103 Street + + Hialeah Gardens + FL + 33016-2202 + 8298 NW 103 Street + + Hialeah Gardens + FL + 33016-2202 + 8298 NW 103 Street + + Hialeah Gardens + FL + 33016-2202 + Mr. + F203618 + L203618 + + Board Chair + 203618@hsesinfo.org + Mr. + F203619 + L203619 + PhD + Executive Director + 203619@hsesinfo.org + Mr. + F203621 + L203621 + + 203621@hsesinfo.org + Dr. + F203617 + L203617 + PhD + 203617@hsesinfo.org + 555-555-3617 + + + 6850 + 4031 + 10321 + 010 + + 2015-08-01 + + HS + Active + Paradise Christian + www.paradisechristianschool.com + 4031@hsesinfo.org + 6184 West 21 Court + + Hialeah + FL + 33016 + 6184 West 21 Court + + Hialeah + FL + 33016 + 6184 West 21 Court + + Hialeah + FL + 33016 + Ms. + F203625 + L203625 + + Chairperson + 203625@hsesinfo.org + Dr. + F203626 + L203626 + + Executive Director + 203626@hsesinfo.org + Ms. + F203628 + L203628 + + 203628@hsesinfo.org + Dr. + F203624 + L203624 + + 203624@hsesinfo.org + 555-555-3624 + + + 6852 + 4034 + 10323 + 012 + + 2015-08-01 + + HS + Active + Haitian Youth and Community Center of Florida + www.hyccf.org + 4034@hsesinfo.org + 14500 NE 6th Avenue + + Noth Miami + FL + 33161 + 14500 NE 6th Avenue + + Noth Miami + FL + 33161 + 14500 NE 6th Avenue + + Noth Miami + FL + 33161 + Ms. + F203639 + L203639 + + Board Chair + 203639@hsesinfo.org + Mrs. + F203640 + L203640 + + Executive Director + 203640@hsesinfo.org + Miss + F203642 + L203642 + + 203642@hsesinfo.org + Mrs. + F203638 + L203638 + + 203638@hsesinfo.org + 555-555-3638 + + + 6853 + 4016 + 10323 + 212 + 2010 + 2015-08-01 + + EHS + Active + Haitian Youth and Community Center of Florida + www.hyccf.org + 4016@hsesinfo.org + 14500 NE 6th Avenue + + North Miami + FL + 33161 + 14500 NE 6th Avenue + + North Miami + FL + 33161 + 14500 NE 6th Avenue + + North Miami + FL + 33161 + Ms. + F203646 + L203646 + + Board Chair + 203646@hsesinfo.org + Mrs. + F203647 + L203647 + + Executive Director + 203647@hsesinfo.org + Miss + F203649 + L203649 + + 203649@hsesinfo.org + Mrs. + F203645 + L203645 + + 203645@hsesinfo.org + 555-555-3645 x 5555 + + + 6854 + 4035 + 10324 + 013 + + 2015-08-01 + + HS + Active + United Way of Miami + unitedwaycfe.org + 4035@hsesinfo.org + dba/ Center for Excellence + 3250 SW 3rd Avenue + Miami + FL + 33129 + dba/ Center for Excellence + 3250 SW 3rd Avenue + Miami + FL + 33129 + dba/ Center for Excellence + 3250 SW 3rd Avenue + Miami + FL + 33129 + Mr. + F203653 + L203653 + + Board Chair + 203653@hsesinfo.org + Ms. + F203654 + L203654 + + Executive Direcgtor + 203654@hsesinfo.org + + F203656 + L203656 + + 203656@hsesinfo.org + Ms. + F203652 + L203652 + + 203652@hsesinfo.org + 555-555-3652 + + + 6855 + 4014 + 10324 + 213 + + 2015-08-01 + + EHS + Active + United Way of Miami + unitedwaycfe.org + 4014@hsesinfo.org + dba/ Center for Excellence + 3250 SW 3rd Avenue + Miami + FL + 33129 + dba/ Center for Excellence + 3250 SW 3rd Avenue + Miami + FL + 33129 + dba/ Center for Excellence + 3250 SW 3rd Avenue + Miami + FL + 33129 + Mr. + F203660 + L203660 + + Board Chair + 203660@hsesinfo.org + Ms. + F203661 + L203661 + + Executive Director + 203661@hsesinfo.org + + F203663 + L203663 + + 203663@hsesinfo.org + Ms. + F203659 + L203659 + + 203659@hsesinfo.org + 555-555-3659 + + + 6856 + 4036 + 10325 + 014 + + 2015-08-01 + + HS + Active + Our Child Care, Inc. DBA Our Little Ones + + 4036@hsesinfo.org + 8037 NE 2nd Avenue + + Miami + FL + 33138 + 8037 NE 2nd Avenue + + Miami + FL + 33138 + 8037 NE 2nd Avenue + + Miami + FL + 33138 + Ms. + F203667 + L203667 + + Board Chair + 203667@hsesinfo.org + Mrs. + F203668 + L203668 + + Executive Director + 203668@hsesinfo.org + Mr. + F203670 + L203670 + + 203670@hsesinfo.org + Ms. + F203666 + L203666 + + 203666@hsesinfo.org + 555-555-3666 + + + 4473 + 1720 + 8511 + 000 + 2013 + 2013-11-18 + 2019-06-30 + HS + Inactive + Council of Three Rivers American Indian Center, Inc. + http://www.cotraic.org + 1720@hsesinfo.org + 120 Charles St + + Pittsburgh + PA + 15238-1027 + 120 Charles St + + Pittsburgh + PA + 15238-1027 + 120 Charles Street + + Pittsburgh + PA + 15238-1027 + Mr. + F41792 + L41792 + + Board Chair + 41792@hsesinfo.org + Mr. + F41793 + L41793 + + Executive Director + 41793@hsesinfo.org + Ms. + F41791 + L41791 + + 41791@hsesinfo.org + Ms. + F41790 + L41790 + + 41790@hsesinfo.org + 555-555-1790 + + + 8884 + 1940 + 11248 + 000 + 2013 + 2018-07-01 + + HS + Active + Northwestern Illinois Community Action Agency HS + nicaa.org + 1940@hsesinfo.org + 511 S Liberty Ave + Rm 146 + Freeport + IL + 61032-5600 + 511 S Liberty Ave + Rm 146 + Freeport + IL + 61032-5600 + 511 S Liberty Ave + Rm 146 + Freeport + IL + 61032-5600 + Mrs. + F210709 + L210709 + + President + 210709@hsesinfo.org + Mrs. + F210710 + L210710 + + Executive Director + 210710@hsesinfo.org + Ms. + F210712 + L210712 + + 210712@hsesinfo.org + Mrs. + F210708 + L210708 + + 210708@hsesinfo.org + 555-555-0708 + + + 8200 + 692 + 10594 + 000 + 1991 + 2016-07-01 + + HS + Active + Lake-Geauga United Head Start, Inc. + http://www.lguhs.org + 692@hsesinfo.org + 7757 Auburn Rd + Ste 27 + Concord Twp + OH + 44077-9604 + 7757 Auburn Rd + Ste 27 + Concord Twp + OH + 44077-9604 + 7757 Auburn Rd + Ste 27 + Concord Twp + OH + 44077-9604 + Mr. + F206515 + L206515 + + Board of Trustees Chairperson + 206515@hsesinfo.org + Ms. + F206516 + L206516 + + + 206516@hsesinfo.org + Ms. + F206518 + L206518 + + 206518@hsesinfo.org + Ms. + F206514 + L206514 + + 206514@hsesinfo.org + 555-555-6514 x 5555 + + + 10082 + 1077 + 12111 + 000 + 1992 + 2019-07-01 + + HS + Active + Rocky Mountain Development Council, Inc. + http://www.rmdc.net + 1077@hsesinfo.org + 200 S Cruse Ave + + Helena + MT + 59601-5018 + PO Box 1717 + + Helena + MT + 59624-1717 + 200 S Cruse Ave + + Helena + MT + 59601-5018 + Mr. + F218967 + L218967 + + Board President + 218967@hsesinfo.org + Ms. + F218968 + L218968 + + Executive Director + 218968@hsesinfo.org + Mr. + F218970 + L218970 + + 218970@hsesinfo.org + Ms. + F218966 + L218966 + + 218966@hsesinfo.org + 555-555-8966 + + + 11540 + 8752 + 13337 + 200 + 2019 + 2020-07-01 + + EHS + Active + Northwestern Ohio Community Action Commission + http://www.nocac.org + 8752@hsesinfo.org + 1933 East Second Street + + Defiance + OH + 43512-2503 + 1933 East Second Street + + Defiance + OH + 43512-2503 + 1933 East Second Street + + Defiance + OH + 43512-2503 + Mr. + F228808 + L228808 + + Board President + 228808@hsesinfo.org + Ms. + F228809 + L228809 + + Executive Director + 228809@hsesinfo.org + Ms. + F228811 + L228811 + + 228811@hsesinfo.org + Ms. + F228807 + L228807 + + 228807@hsesinfo.org + 555-555-8807 x 5555 + + + 9558 + 8821 + 11774 + 200 + 2019 + 2019-03-01 + + EHS + Active + Educare DC + www.educaredc.org + 8821@hsesinfo.org + 640 Anacostia Avenue, NE + + Washington + DC + 20019 + 640 Anacostia Avenue, NE + + Washington + DC + 20019 + 640 Anacostia Ave NE + Educare DC + Washington + DC + 20019-1509 + Ms. + F215403 + L215403 + Phd + Board Chair + 215403@hsesinfo.org + Mrs. + F215404 + L215404 + + Executive Director + 215404@hsesinfo.org + Ms. + F215406 + L215406 + + 215406@hsesinfo.org + Mr. + F215402 + L215402 + + 215402@hsesinfo.org + 555-555-5402 + + + 6832 + 2480 + 10278 + 000 + 2002 + 2015-09-01 + 2020-08-31 + Migrant HS + Inactive + Community Action Council, Migrant Head Start + http://www.commaction.org + 2480@hsesinfo.org + 710 W High St + + Lexington + KY + 40508-2451 + 710 W High St + + Lexington + KY + 40508-2451 + 710 W High St + + Lexington + KY + 40508-2451 + Mrs. + F203499 + L203499 + + Chairman + 203499@hsesinfo.org + Mrs. + F203500 + L203500 + + Executive Director + 203500@hsesinfo.org + Mrs. + F203502 + L203502 + + 203502@hsesinfo.org + Mrs. + F203498 + L203498 + + 203498@hsesinfo.org + 555-555-3498 x 5555 + + + 8706 + 8568 + 11074 + 200 + 2017 + 2018-05-01 + 2020-07-31 + EHS + Inactive + CDI HS/Starr and Zapata Counties, TX + www.cdiheadstart.org + 8568@hsesinfo.org + 213 W 2nd St + + Rio Grande City + TX + 78582-3603 + PO Box 176 + + Rio Grande City + TX + 78582-0176 + 213 W 2nd St + + Rio Grande City + TX + 78582-3603 + Mr. + F209443 + L209443 + + Chief Executive Officer + 209443@hsesinfo.org + Ms. + F209444 + L209444 + + Executive Director + 209444@hsesinfo.org + + F209446 + L209446 + + 209446@hsesinfo.org + Ms. + F209442 + L209442 + + 209442@hsesinfo.org + 555-555-9442 + + + 11389 + 3224 + 13241 + 200 + 2007 + 2020-06-01 + + EHS + Active + Childcare Network of Evanston + www.childcarenetworkofevanston.org + 3224@hsesinfo.org + 1335 Dodge Ave + + Evanston + IL + 60201-4031 + 1335 Dodge Ave + + Evanston + IL + 60201-4031 + 1335 Dodge Ave + + Evanston + IL + 60201-4031 + Mr. + F227783 + L227783 + + Chair of CNE Board of Directors + 227783@hsesinfo.org + Ms. + F227784 + L227784 + + Executive Director + 227784@hsesinfo.org + Ms. + F227786 + L227786 + + 227786@hsesinfo.org + Ms. + F227782 + L227782 + + 227782@hsesinfo.org + 555-555-7782 x 5555 + + + 4665 + 1481 + 8332 + 000 + 1998 + 2014-03-01 + 2019-02-28 + Migrant HS + Inactive + CENTRAL CALIFORNIA MIGRANT HEAD START PROGRAM + https://stancoe.org/division/child-family-services + 1481@hsesinfo.org + 1100 H Street + + Modesto + CA + 95354-2338 + 1100 H Street + + Modesto + CA + 95354-2338 + 1100 H Street + + Modesto + CA + 95354-2338 + Mr. + F44668 + L44668 + + Chairperson + 44668@hsesinfo.org + Mr. + F44669 + L44669 + + Executive Director + 44669@hsesinfo.org + Ms. + F44671 + L44671 + + 44671@hsesinfo.org + Ms. + F44667 + L44667 + + 44667@hsesinfo.org + 555-555-4667 + + + 11155 + 2349 + 13072 + 000 + 1992 + 2020-04-01 + + HS + Active + Washington County Economic Opportunity Council, Inc/dba L.E.A.P. + http://www.leapservices.org + 2349@hsesinfo.org + 11 St Paul's Drive + + Hudson Falls + NY + 12839 + 383 Broadway + Washington County Eoc Inc Hs/Ehs + Fort Edward + NY + 12828-1001 + 11 St Paul's Drive + + Hudson Falls + NY + 12839 + Mr. + F226296 + L226296 + Esq. + Chairperson, Board of Directors + 226296@hsesinfo.org + Mrs. + F226297 + L226297 + + Executive Director + 226297@hsesinfo.org + Ms. + F226299 + L226299 + + 226299@hsesinfo.org + Mrs. + F226295 + L226295 + + 226295@hsesinfo.org + 555-555-6295 x 5555 + + + 8693 + 8554 + 11066 + 201 + 2016 + 2016-07-01 + + EHS + Active + Caddo Parish Commission + www.caddocaa.org + 8554@hsesinfo.org + 4055 Saint Vincent Ave + + Shreveport + LA + 71108-2542 + 4055 Saint Vincent Ave + + Shreveport + LA + 71108-2542 + 4055 Saint Vincent Ave + + Shreveport + LA + 71108-2542 + Rev. + F209358 + L209358 + + Board Chairperson + 209358@hsesinfo.org + Mr. + F209359 + L209359 + + + 209359@hsesinfo.org + Rev. + F209361 + L209361 + + 209361@hsesinfo.org + Mr. + F209357 + L209357 + + 209357@hsesinfo.org + 555-555-9357 + + + 4603 + 4605 + 8489 + 000 + 2014 + 2014-01-01 + 2018-11-30 + HS + Inactive + Options for Learning + http://www.optionsforlearning.org + 4605@hsesinfo.org + 885 South Village Oaks Drive + + Covina + CA + 91724-3615 + 885 S Village Oaks Dr + + Covina + CA + 91724-3615 + 885 S Village Oaks Dr + + Covina + CA + 91724-3615 + Mr. + F43601 + L43601 + + Chairperson, Board of Directors + 43601@hsesinfo.org + Mr. + F43602 + L43602 + + Executive Director + 43602@hsesinfo.org + + F43604 + L43604 + + 43604@hsesinfo.org + Mrs. + F43600 + L43600 + + 43600@hsesinfo.org + 555-555-3600 + + + 8670 + 3095 + 11049 + 200 + 2011 + 2017-07-01 + 2019-06-30 + EHS + Inactive + Sumter School District + Karen.Buffalo@sumterschools.net + 3095@hsesinfo.org + Crosswell Park Early Childhood Center + 475 Crosswell Drive + Sumter + SC + 29150-3691 + Crosswell Park Early Childhood Center + 475 Crosswell Drive + Sumter + SC + 29150-3691 + Crosswell Park Early Childhood Center + 475 Crosswell Drive + Sumter + SC + 29150-3691 + Pastor + F209199 + L209199 + + Board Chair + 209199@hsesinfo.org + Dr. + F209200 + L209200 + + Superintendent (Interim) + 209200@hsesinfo.org + Ms. + F209202 + L209202 + + 209202@hsesinfo.org + Mrs. + F209198 + L209198 + + 209198@hsesinfo.org + 555-555-9198 x 5555 + + + 11156 + 2350 + 13072 + 200 + 2003 + 2020-04-01 + + EHS + Active + Washington County Economic Opportunity Council, Inc/dba L.E.A.P. + http://www.washcohs.org + 2350@hsesinfo.org + 11 St Paul's Drive + + Hudson Falls + NY + 12839 + 383 Broadway + Washington County Eoc Inc Hs/Ehs/Dba L.E.A.P. + Fort Edward + NY + 12828-1001 + 11 St Paul's Drive + + Hudson Falls + NY + 12839 + Mr. + F226303 + L226303 + Esq. + Chairperson, Board of Directors + 226303@hsesinfo.org + Mrs. + F226304 + L226304 + + Executive Director + 226304@hsesinfo.org + Ms. + F226306 + L226306 + + 226306@hsesinfo.org + Mrs. + F226302 + L226302 + + 226302@hsesinfo.org + 555-555-6302 x 5555 + + + 11157 + 451 + 13071 + 000 + 2014 + 2020-04-01 + + HS + Active + COMMUNITY SERVICES CONSORTIUM HEAD START + http://www.communityservices.us + 451@hsesinfo.org + 2130 SE Lee Ave + + Lincoln City + OR + 97367-2440 + PO Box G + + Lincoln City + OR + 97367-0059 + 250 Broadalbin St SW + Ste 2A + Albany + OR + 97321-2299 + Mrs. + F226310 + L226310 + + Board Chair + 226310@hsesinfo.org + Ms. + F226311 + L226311 + + + 226311@hsesinfo.org + Ms. + F226313 + L226313 + + 226313@hsesinfo.org + Dr. + F226309 + L226309 + + 226309@hsesinfo.org + 555-555-6309 x 5555 + + + 8408 + 8289 + 9131 + 206 + 2016 + 2016-07-01 + 2019-06-30 + EHS + Inactive + Bassett Unified School District + bassettusd.org + 8289@hsesinfo.org + 904 Willow Ave + + La Puente + CA + 91746-1615 + 904 Willow Ave + + La Puente + CA + 91746-1615 + 1314 Le Borgne Ave + + La Puente + CA + 91746-1030 + Ms. + F208059 + L208059 + + Board President + 208059@hsesinfo.org + Ms. + F208060 + L208060 + + Superintendent + 208060@hsesinfo.org + Ms. + F208062 + L208062 + + 208062@hsesinfo.org + Ms. + F208058 + L208058 + + 208058@hsesinfo.org + 555-555-8058 + + + 8386 + 8280 + 10804 + 076 + 2016 + 2017-02-01 + 2019-06-30 + HS + Inactive + Cardinal McCloskey School & Home for Children + www.CMCS.org + 8280@hsesinfo.org + 115 East Stevens Avenue + + Valhalla + NY + 10595-1252 + 115 East Stevens Avenue + + Valhalla + NY + 10595-1252 + 115 East Stevens Avenue + + Valhalla + NY + 10595-1252 + Mr. + F207869 + L207869 + + Board Chairman + 207869@hsesinfo.org + Mrs. + F207870 + L207870 + + + 207870@hsesinfo.org + Ms. + F207872 + L207872 + + 207872@hsesinfo.org + Mrs. + F207868 + L207868 + + 207868@hsesinfo.org + 555-555-7868 x 5555 + + + 9405 + 2179 + 11632 + 000 + 1992 + 2019-03-01 + + HS + Active + Albany County Opportunity, Incorporated + http://www.albanycap.org + 2179@hsesinfo.org + 333 Sheridan Ave + + Albany + NY + 12206-3133 + 333 Sheridan Ave + + Albany + NY + 12206-3133 + 333 Sheridan Avenue + + Albany + NY + 12206 + Mr. + F214353 + L214353 + + Board President + 214353@hsesinfo.org + Ms. + F214354 + L214354 + + Executive Director + 214354@hsesinfo.org + Ms. + F214356 + L214356 + + 214356@hsesinfo.org + Mr. + F214352 + L214352 + + 214352@hsesinfo.org + 555-555-4352 x 5555 + + + 8889 + 1385 + 11252 + 200 + 2013 + 2018-07-01 + + EHS + Active + Clay County Child Care Center + www.claycountychildcare.com + 1385@hsesinfo.org + 1021 4th Street + N/A + Clay Center + KS + 67432-2501 + 1021 4th Street + N/A + Clay Center + KS + 67432-2501 + 1021 4th Street + N/A + Clay Center + KS + 67432-2501 + Mrs. + F210744 + L210744 + N/Z + President of the Board + 210744@hsesinfo.org + Mrs. + F210745 + L210745 + N/A + + 210745@hsesinfo.org + Ms. + F210747 + L210747 + N/A + 210747@hsesinfo.org + Ms. + F210743 + L210743 + + 210743@hsesinfo.org + 555-555-0743 + + + 5447 + 583 + 9192 + 200 + 2000 + 2014-09-01 + 2020-08-31 + EHS + Inactive + Beaufort-Jasper Economic Opportunity Council + www.beaufortjaspereoc.org + 583@hsesinfo.org + 1905 Duke St + Ste 250 + Beaufort + SC + 29902-4403 + PO Box 2296 + + Beaufort + SC + 29901-2296 + 1905 Duke St + Ste 250 + Beaufort + SC + 29902-4403 + Mr. + F97024 + L97024 + + Board Chair + 97024@hsesinfo.org + Mr. + F97025 + L97025 + + Executive Director + 97025@hsesinfo.org + Mrs. + F97021 + L97021 + + 97021@hsesinfo.org + Mr. + F97020 + L97020 + + 97020@hsesinfo.org + 555-555-7020 + + + 1383 + 3085 + 2875 + 000 + 2013 + 2013-07-02 + 2019-01-31 + HS + Inactive + Bank Street College of Education + https://www.bankstreet.edu/education-for-children/head-start/ + 3085@hsesinfo.org + 535 E 5th St + Ground Floor + New York + NY + 10009-6754 + 535 E 5th St + Ground Floor + New York + NY + 10009-6754 + 610 West 112th Street + + New York + NY + 10025-1898 + Ms. + F39712 + L39712 + + Chairperson of the Board of Trustees + 39712@hsesinfo.org + Mr. + F39710 + L39710 + + President + 39710@hsesinfo.org + Mr. + F39709 + L39709 + + 39709@hsesinfo.org + Mr. + F36280 + L36280 + + 36280@hsesinfo.org + 555-555-6280 x 5555 + + + 9579 + 8836 + 11686 + 200 + 2019 + 2019-03-01 + + EHS + Active + Early Learning Coalition of Palm Beach County, Inc. + www.elcpalmbeach.org + 8836@hsesinfo.org + 2300 High Ridge Road, Suite 115 + + Boynton Beach + FL + 33426-8795 + 2300 High Ridge Road, Suite 115 + + Boynton Beach + FL + 33426-8795 + 2300 High Ridge Road, Suite 115 + + Boynton Beach + FL + 33426-8795 + Mr. + F215506 + L215506 + . + Board Chair + 215506@hsesinfo.org + Mr. + F215507 + L215507 + + CEO + 215507@hsesinfo.org + Mr. + F215509 + L215509 + + 215509@hsesinfo.org + Ms. + F215505 + L215505 + + 215505@hsesinfo.org + 555-555-5505 + + + 5365 + 5371 + 9151 + 000 + 2014 + 2014-08-01 + 2020-06-30 + HS + Inactive + The Newark Public Schools + www.nps.k12.nj.us + 5371@hsesinfo.org + 24 Crane St + + Newark + NJ + 07104-2562 + 24 Crane St + 4th Floor, Room 409 + Newark + NJ + 07104-2562 + 24 Crane St + 4th Floor, Room 409 + Newark + NJ + 07104-2562 + Mr. + F95410 + L95410 + + Superintendent + 95410@hsesinfo.org + Ms. + F95411 + L95411 + + Executive Director of Early Childhood + 95411@hsesinfo.org + Ms. + F95413 + L95413 + + 95413@hsesinfo.org + Mrs. + F95409 + L95409 + + 95409@hsesinfo.org + 555-555-5409 + + + 5197 + 2569 + 8914 + 000 + 2009 + 2014-07-01 + 2019-06-30 + HS + Inactive + Unified School District 383 + https://www.usd383.org/schools/early-learning/early-learning-centers + 2569@hsesinfo.org + 1700 Leavenworth St + + Manhattan + KS + 66502-4143 + 1700 Leavenworth St + + Manhattan + KS + 66502-4143 + 1700 Leavenworth St + + Manhattan + KS + 66502-4143 + Mr. + F52262 + L52262 + + USD 383 Board of Education President + 52262@hsesinfo.org + Mrs. + F52260 + L52260 + + Executive Director of Special Services + 52260@hsesinfo.org + Ms. + F52259 + L52259 + + 52259@hsesinfo.org + Mr. + F52258 + L52258 + + 52258@hsesinfo.org + 555-555-2258 x 5555 + + + 8293 + 3145 + 10679 + 000 + 2012 + 2016-07-01 + + HS + Active + Telamon Corporation + www.transitionresources.org + 3145@hsesinfo.org + 600 Corporation Dr + Ste 105 + Pendleton + IN + 46064-8300 + 5560 Munford Road, Suite 201 + + Raleigh + NC + 27612-2731 + 5560 Munford Rd + Ste 201 + Raleigh + NC + 27612-2731 + Mrs. + F207191 + L207191 + + Board Chair + 207191@hsesinfo.org + Mrs. + F207192 + L207192 + + Executive Director + 207192@hsesinfo.org + Ms. + F207194 + L207194 + + 207194@hsesinfo.org + Mrs. + F207190 + L207190 + + 207190@hsesinfo.org + 555-555-7190 x 5555 + + + 10434 + 1604 + 12434 + 200 + 2014 + 2019-09-01 + + EHS + Active + Community Action Program for Madison County, Inc. + http://www.capmadco.org + 1604@hsesinfo.org + 1001 New Market Dr + + Canastota + NY + 13032-5015 + 1001 New Market Dr + + Canastota + NY + 13032-5015 + 3 East Main Street + + Morrisville + NY + 13408 + Mr. + F221377 + L221377 + + CAP Board President + 221377@hsesinfo.org + Ms. + F221378 + L221378 + + Executive Director + 221378@hsesinfo.org + Ms. + F221380 + L221380 + + 221380@hsesinfo.org + Mrs. + F221376 + L221376 + + 221376@hsesinfo.org + 555-555-1376 x 5555 + + + 9575 + 8832 + 11668 + 200 + 2019 + 2019-03-01 + + EHS + Active + Community Coordinated Care for Children, Inc. + http://www.4CFlorida.org + 8832@hsesinfo.org + 3500 West Colonial Drive + + Orlando + FL + 32808-7902 + 3500 West Colonial Drive + + Orlando + FL + 32808-7902 + 3500 West Colonial Drive + + Orlando + FL + 32808-7902 + Mr. + F215478 + L215478 + + 4C Board Chairman + 215478@hsesinfo.org + Ms. + F215479 + L215479 + + President/CEO + 215479@hsesinfo.org + Ms. + F215481 + L215481 + + 215481@hsesinfo.org + Ms. + F215477 + L215477 + + 215477@hsesinfo.org + 555-555-5477 + + + 9218 + 2336 + 11505 + 000 + 2013 + 2018-12-01 + + HS + Active + ULSTER COUNTY COMMUNITY ACTION COMMITTEE, INC + www.uccac.org + 2336@hsesinfo.org + 70 Lindsley Avenue + + Kingston + NY + 12401-3316 + 70 Lindsley Avenue + + Kingston + NY + 12401-3316 + 70 Lindsley Avenue + + Kingston + NY + 12401-3316 + Mr. + F213066 + L213066 + Esq. + Board Chairperson + 213066@hsesinfo.org + Mr. + F213067 + L213067 + + Executive Director + 213067@hsesinfo.org + Mr. + F213069 + L213069 + + 213069@hsesinfo.org + Ms. + F213065 + L213065 + + 213065@hsesinfo.org + 555-555-3065 x 5555 + + + 9219 + 2335 + 11505 + 200 + 2013 + 2018-12-01 + + EHS + Active + ULSTER COUNTY COMMUNITY ACTION COMMITTEE, INC + www.uccac.org + 2335@hsesinfo.org + 70 Lindsley Ave. + + Kingston + NY + 12401 + 70 Lindsley Ave. + + Kingston + NY + 12401 + 70 Lindsley Ave. + + Kingston + NY + 12401 + Atty. + F213073 + L213073 + Esq. + Board Chairperson + 213073@hsesinfo.org + Mr. + F213074 + L213074 + + Executive Director + 213074@hsesinfo.org + Mr. + F213076 + L213076 + + 213076@hsesinfo.org + Ms. + F213072 + L213072 + + 213072@hsesinfo.org + 555-555-3072 x 5555 + + + 9578 + 8835 + 11681 + 200 + 2019 + 2019-03-01 + + EHS + Active + MCINTOSH TRAIL EARLY CHILDHOOD DEVELOPMENT COUNCIL INC + http://www.mtecdc.org + 8835@hsesinfo.org + 565 Recreation Drive + + Jackson + GA + 30233-2286 + 565 Recreation Drive + + Jackson + GA + 30233-2286 + 565 Recreation Drive + + Jackson + GA + 30233-2286 + Dr. + F215499 + L215499 + + Board Chairman + 215499@hsesinfo.org + Mrs. + F215500 + L215500 + + + 215500@hsesinfo.org + Mr. + F215502 + L215502 + + 215502@hsesinfo.org + Mrs. + F215498 + L215498 + + 215498@hsesinfo.org + 555-555-5498 x 5555 + + + 9581 + 8838 + 11715 + 200 + 2019 + 2019-03-01 + + EHS + Active + REDLANDS CHRISTIAN MIGRANT ASSOCIATION + http://www.rcma.org + 8838@hsesinfo.org + 402 West Main Street + + Immokalee + FL + 34142-3933 + 402 West Main Street + + Immokalee + FL + 34142-3933 + 402 West Main Street + + Immokalee + FL + 34142-3933 + Ms. + F215520 + L215520 + + Governing Body Chaur + 215520@hsesinfo.org + Ms. + F215521 + L215521 + + Executive Director + 215521@hsesinfo.org + Ms. + F215523 + L215523 + + 215523@hsesinfo.org + Ms. + F215519 + L215519 + + 215519@hsesinfo.org + 555-555-5519 x 5555 + + + 4866 + 2050 + 8779 + 000 + 2014 + 2014-06-01 + 2019-05-31 + HS + Inactive + RURAL RESOURCES COMMUNITY ACTION + http://www.ruralresources.org + 2050@hsesinfo.org + 956 South Main Street + + Colville + WA + 99114-2505 + 956 South Main Street + + Colville + WA + 99114-2505 + 956 South Main Street + + Colville + WA + 99114-2505 + Mr. + F47676 + L47676 + + Chairperson + 47676@hsesinfo.org + Ms. + F47672 + L47672 + + + 47672@hsesinfo.org + Ms. + F47673 + L47673 + + 47673@hsesinfo.org + Ms. + F47671 + L47671 + + 47671@hsesinfo.org + 555-555-7671 + + + 9584 + 8841 + 11713 + 200 + 2019 + 2019-03-01 + + EHS + Active + Richland County First Steps + www.rcfirststeps.org + 8841@hsesinfo.org + 1800 Saint Julian Pl + Ste 406 + Columbia + SC + 29204-2417 + Post Office Box 5100 + + Columbia + SC + 29250 + 1800 Saint Julian Pl + Ste 406 + Columbia + SC + 29204-2417 + Mrs. + F215541 + L215541 + + Board Chair + 215541@hsesinfo.org + Mrs. + F215542 + L215542 + + CEO + 215542@hsesinfo.org + Mrs. + F215544 + L215544 + + 215544@hsesinfo.org + Mrs. + F215540 + L215540 + + 215540@hsesinfo.org + 555-555-5540 + + + 9585 + 8842 + 11696 + 200 + 2019 + 2019-03-01 + + EHS + Active + Le Jardin Community Center, Inc. + www.lejardinccinc.org + 8842@hsesinfo.org + 311 NE 8th St + + Homestead + FL + 33030-4738 + 311 NE 8th St + + Homestead + FL + 33030-4738 + 311 NE 8th St + + Homestead + FL + 33030-4738 + Atty. + F215548 + L215548 + + + 215548@hsesinfo.org + Mr. + F215549 + L215549 + + + 215549@hsesinfo.org + Ms. + F215551 + L215551 + + 215551@hsesinfo.org + Mr. + F215547 + L215547 + + 215547@hsesinfo.org + 555-555-5547 + + + 11158 + 1214 + 13073 + 000 + 2015 + 2020-01-01 + + AIAN HS + Active + QUILEUTE TRIBAL COUNCIL + facebook.com/quileuteheadstartprogram + 1214@hsesinfo.org + 8 by Yak Loop + + La Push + WA + 98350 + PO Box 100 + + La Push + WA + 98350-0100 + 8 by Yak Loop + + La Push + WA + 98350 + Mr. + F226317 + L226317 + + Tribal Chairman + 226317@hsesinfo.org + Mr. + F226318 + L226318 + + General Manager + 226318@hsesinfo.org + Ms. + F226320 + L226320 + + 226320@hsesinfo.org + Ms. + F226316 + L226316 + + 226316@hsesinfo.org + 555-555-6316 + + + 9586 + 8843 + 11699 + 200 + 2019 + 2019-03-01 + + EHS + Active + Eckerd Youth Alternatives Inc. + http://www.eckerd.org + 8843@hsesinfo.org + 100 North Starcrest Drive + + Clearwater + FL + 33766-3224 + 100 North Starcrest Drive + + Clearwater + FL + 33766-3224 + 100 North Starcrest Drive + + Clearwater + FL + 33766-3224 + Mr. + F215555 + L215555 + + + 215555@hsesinfo.org + Mr. + F215556 + L215556 + + + 215556@hsesinfo.org + + F215558 + L215558 + + 215558@hsesinfo.org + Ms. + F215554 + L215554 + + 215554@hsesinfo.org + 555-555-5554 + + + 9252 + 8743 + 9142 + 217 + 2019 + 2019-03-01 + 2019-06-30 + EHS + Inactive + Santa Monica-Malibu Unified School District + http://www.smmusd.org + 8743@hsesinfo.org + 2828 4th St + + Santa Monica + CA + 90405-4308 + 2828 4th St + + Santa Monica + CA + 90405-4308 + 2828 4th St + + Santa Monica + CA + 90405-4308 + Dr. + F213305 + L213305 + + President + 213305@hsesinfo.org + Dr. + F213303 + L213303 + + Director + 213303@hsesinfo.org + Mrs. + F213306 + L213306 + + 213306@hsesinfo.org + Dr. + F213302 + L213302 + + 213302@hsesinfo.org + 555-555-3302 x 5555 + + + 10253 + 5953 + 12284 + 200 + + 2019-08-01 + + EHS + Active + Telamon Corporation + www.telamon.org + 5953@hsesinfo.org + 4713 Papermill Dr + Ste 203 + Knoxville + TN + 37909-1924 + 5560 Munford Rd + Ste 201 + Raleigh + NC + 27612-2731 + 5560 Munford Rd + Ste 201 + Raleigh + NC + 27612-2731 + Mrs. + F220114 + L220114 + + Chair, Governing Board + 220114@hsesinfo.org + Mrs. + F220115 + L220115 + + Executive Director + 220115@hsesinfo.org + Ms. + F220117 + L220117 + + 220117@hsesinfo.org + Mrs. + F220113 + L220113 + + 220113@hsesinfo.org + 555-555-0113 + + + 5992 + 5999 + 9546 + 204 + + 2014-07-01 + 2019-06-30 + EHS + Inactive + Housing Authority of Baltimore City + www.habc.org + 5999@hsesinfo.org + 2707 Sethlow Rd + + Baltimore + MD + 21225-1308 + 2707 Sethlow Rd + + Baltimore + MD + 21225-1308 + 2707 Sethlow Rd + + Baltimore + MD + 21225-1308 + Mr. + F106610 + L106610 + + Board Chair + 106610@hsesinfo.org + Ms. + F106611 + L106611 + + + 106611@hsesinfo.org + Ms. + F106613 + L106613 + + 106613@hsesinfo.org + Ms. + F106609 + L106609 + + 106609@hsesinfo.org + 555-555-6609 + + + 11352 + 2233 + 13228 + 000 + 1992 + 2020-06-01 + + HS + Active + Community Action Partnership of Cambria County + http://www.capcc.us + 2233@hsesinfo.org + 516 Main St + + Johnstown + PA + 15901-2025 + 516 Main St + + Johnstown + PA + 15901-2025 + 516 Main St + + Johnstown + PA + 15901-2025 + Mr. + F227530 + L227530 + + CAPCC Board of Directors President + 227530@hsesinfo.org + Mr. + F227531 + L227531 + + Executive Director + 227531@hsesinfo.org + Ms. + F227533 + L227533 + + 227533@hsesinfo.org + Ms. + F227529 + L227529 + + 227529@hsesinfo.org + 555-555-7529 + + + 5800 + 5806 + 9515 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Community Day Care Center of Lawrence, Inc. + www.thecommunitygroupinc.org + 5806@hsesinfo.org + 439 S Union St. + Heritage Park Bldg. 2 3rd Floor + Lawrence + MA + 01843-2837 + 190 Hampshire Street + + Lawrence + MA + 01840-1251 + 190 Hampshire Street + + Lawrence + MA + 01840-1251 + Ms. + F103722 + L103722 + + Board Chair + 103722@hsesinfo.org + Ms. + F103723 + L103723 + + Executive Director + 103723@hsesinfo.org + Ms. + F103725 + L103725 + + 103725@hsesinfo.org + Ms. + F103721 + L103721 + + 103721@hsesinfo.org + 555-555-3721 + + + 9588 + 8845 + 11765 + 200 + 2019 + 2019-03-01 + + EHS + Active + Mid Michigan Community Action Agency, Inc + www.mmcaa.org + 8845@hsesinfo.org + 1574 E Washington Rd + + Farwell + MI + 48622-9437 + 1574 E Washington Rd + + Farwell + MI + 48622-9437 + 1574 E Washington Rd + + Farwell + MI + 48622-9437 + Mr. + F215569 + L215569 + + Board Chairman + 215569@hsesinfo.org + Mrs. + F215570 + L215570 + + Executive Director + 215570@hsesinfo.org + Ms. + F215572 + L215572 + + 215572@hsesinfo.org + Mrs. + F215568 + L215568 + + 215568@hsesinfo.org + 555-555-5568 + + + 9590 + 8847 + 11676 + 200 + 2019 + 2019-03-01 + + AIAN EHS + Active + OMAHA TRIBE OF NEBRASKA + + 8847@hsesinfo.org + 204 Chief Street + + Macy + NE + 68039 + PO Box 519 + 571 Omaha Way + Macy + NE + 68039-0519 + 101 Main St + + Macy + NE + 68039-3000 + Mr. + F215583 + L215583 + . + Chairman, Omaha Tribeof Nebraska + 215583@hsesinfo.org + Ms. + F215584 + L215584 + + Chief of Tribal Operations + 215584@hsesinfo.org + Ms. + F215586 + L215586 + + 215586@hsesinfo.org + Dr. + F215582 + L215582 + . + 215582@hsesinfo.org + 555-555-5582 + + + 11353 + 6494 + 13228 + 200 + + 2020-06-01 + + EHS + Active + Community Action Partnership of Cambria County + http://www.capcc.us + 6494@hsesinfo.org + 516 Main St + + Johnstown + PA + 15901-2025 + 516 Main St + + Johnstown + PA + 15901-2025 + 516 Main St + + Johnstown + PA + 15901-2025 + Mr. + F227537 + L227537 + + CAPCC Board of Directors President + 227537@hsesinfo.org + Mr. + F227538 + L227538 + + Executive Director + 227538@hsesinfo.org + Ms. + F227540 + L227540 + + 227540@hsesinfo.org + Ms. + F227536 + L227536 + + 227536@hsesinfo.org + 555-555-7536 + + + 1372 + 2179 + 2864 + 000 + 1992 + 2013-06-26 + 2019-02-28 + HS + Inactive + Albany County Opportunity, Incorporated + http://www.albanycap.org + 2179@hsesinfo.org + 333 Sheridan Ave + + Albany + NY + 12206-3133 + 333 Sheridan Ave + + Albany + NY + 12206-3133 + 333 Sheridan Avenue + + Albany + NY + 12206 + Mr. + F36976 + L36976 + + Board President + 36976@hsesinfo.org + Ms. + F36973 + L36973 + + Executive Director + 36973@hsesinfo.org + Ms. + F36972 + L36972 + + 36972@hsesinfo.org + Mr. + F36971 + L36971 + + 36971@hsesinfo.org + 555-555-6971 x 5555 + + + 4622 + 1360 + 8598 + 000 + 2014 + 2014-02-01 + 2019-01-31 + HS + Inactive + SARPY COUNTY COOPERATIVE HEAD START + http://www.sarpyheadstart.org + 1360@hsesinfo.org + 701 Olson Drive, Suite 111 + + Papillion + NE + 68046-4797 + 701 Olson Drive, Suite 111 + + Papillion + NE + 68046-4797 + 701 Olson Drive, Suite 111 + + Papillion + NE + 68046-4797 + Dr. + F44126 + L44126 + + President, Board of Directors + 44126@hsesinfo.org + Ms. + F44123 + L44123 + + + 44123@hsesinfo.org + Ms. + F44122 + L44122 + + 44122@hsesinfo.org + Ms. + F44121 + L44121 + + 44121@hsesinfo.org + 555-555-4121 x 5555 + + + 4623 + 1361 + 8598 + 200 + 2014 + 2014-02-01 + 2019-01-31 + EHS + Inactive + SARPY COUNTY COOPERATIVE HEAD START + www.sarpyheadstart.org + 1361@hsesinfo.org + 701 Olson Drive, Suite 111 + + Papillion + NE + 68046-4797 + 701 Olson Drive, Suite 111 + + Papillion + NE + 68046-4797 + 701 Olson Drive, Suite 111 + + Papillion + NE + 68046-4797 + Dr. + F44130 + L44130 + + President, Board of Directors + 44130@hsesinfo.org + Ms. + F44133 + L44133 + + + 44133@hsesinfo.org + Ms. + F44132 + L44132 + + 44132@hsesinfo.org + Ms. + F44128 + L44128 + + 44128@hsesinfo.org + 555-555-4128 x 5555 + + + 10085 + 713 + 12109 + 000 + 2013 + 2019-07-01 + + HS + Active + Northwest Arkansas Head Start + http://www.nwaheadstart.org + 713@hsesinfo.org + 2109 SE J St + Northwest Arkansas Head Start Human Services, Inc. + Bentonville + AR + 72712-3860 + 2109 SE J St + Northwest Arkansas Head Start Human Services, Inc. + Bentonville + AR + 72712-3860 + 2109 SE J St + Northwest Arkansas Head Start Human Services, Inc. + Bentonville + AR + 72712-3860 + Mrs. + F218988 + L218988 + + Board of Directors Chairperson + 218988@hsesinfo.org + Mrs. + F218989 + L218989 + + Executive Director + 218989@hsesinfo.org + Mrs. + F218991 + L218991 + + 218991@hsesinfo.org + Mrs. + F218987 + L218987 + + 218987@hsesinfo.org + 555-555-8987 + + + 10084 + 8997 + 12110 + 200 + 2019 + 2019-07-01 + + EHS + Active + Committee for Early Childhood Development D.C.C., Inc. + http://www.cecdhs.org + 8997@hsesinfo.org + Head Start Program + 193-04 Jamaica Avenue + Jamaica + NY + 11423-2532 + Head Start Program + 193-04 Jamaica Avenue + Jamaica + NY + 11423-2532 + Head Start Program + 193-04 Jamaica Avenue + Jamaica + NY + 11423-2532 + Ms. + F218981 + L218981 + + Sponsoring Board Chairperson + 218981@hsesinfo.org + Dr. + F218982 + L218982 + + + 218982@hsesinfo.org + Ms. + F218984 + L218984 + + 218984@hsesinfo.org + Dr. + F218980 + L218980 + + 218980@hsesinfo.org + 555-555-8980 + + + 9587 + 8844 + 11717 + 200 + 2019 + 2019-03-01 + + EHS + Active + PEE DEE COMMUNITY ACTION PARTNERSHIP + www.peedeecap.org + 8844@hsesinfo.org + 2685 S Irby St + Fl 1 + Florence + SC + 29505-3440 + 2327 Prosperity Way + Ste 10 + Florence + SC + 29501-0804 + 2685 S Irby St + Fl 1 + Florence + SC + 29505-3440 + Rev. + F215562 + L215562 + Sr + Board Chair + 215562@hsesinfo.org + Mr. + F215563 + L215563 + Jr + + 215563@hsesinfo.org + Ms. + F215565 + L215565 + + 215565@hsesinfo.org + Ms. + F215561 + L215561 + + 215561@hsesinfo.org + 555-555-5561 x 5555 + + + 9589 + 8846 + 11752 + 200 + 2019 + 2019-03-01 + + EHS + Active + Floyd County Community Action Agency + FCHEADSTART.com + 8846@hsesinfo.org + 1902 Corydon Pike + + New Albany + IN + 47150-6114 + PO Box 1025 + + New Albany + IN + 47151-1025 + 1902 Corydon Pike + + New Albany + IN + 47150-6114 + Dr. + F215576 + L215576 + + FCCAA Board President + 215576@hsesinfo.org + Ms. + F215577 + L215577 + + Director + 215577@hsesinfo.org + Ms. + F215579 + L215579 + + 215579@hsesinfo.org + Ms. + F215575 + L215575 + + 215575@hsesinfo.org + 555-555-5575 x 5555 + + + 8688 + 8549 + 11061 + 200 + 2017 + 2017-07-25 + + EHS + Active + CDI HS/DeKalb and Rockdale Counties, GA + www.cdiheadstart.org + 8549@hsesinfo.org + 815 Park North Blvd + + Clarkston + GA + 30021-6200 + PO Box 108 + + Scottdale + GA + 30079-0108 + 815 Park North Blvd + + Clarkston + GA + 30021-6200 + Mr. + F209325 + L209325 + + Chief Executive Officer + 209325@hsesinfo.org + Ms. + F209326 + L209326 + + Executive Director + 209326@hsesinfo.org + + F209328 + L209328 + + 209328@hsesinfo.org + Ms. + F209324 + L209324 + + 209324@hsesinfo.org + 555-555-9324 + + + 10083 + 8996 + 12110 + 000 + 2019 + 2019-07-01 + + HS + Active + Committee for Early Childhood Development D.C.C., Inc. + http://www.cecdhs.org + 8996@hsesinfo.org + Head Start Program + 193-04 Jamaica Avenue + Jamaica + NY + 11423-2532 + Head Start Program + 193-04 Jamaica Avenue + Jamaica + NY + 11423-2532 + Head Start Program + 193-04 Jamaica Avenue + Jamaica + NY + 11423-2532 + Ms. + F218974 + L218974 + + Sponsoring Board Chairperson + 218974@hsesinfo.org + Dr. + F218975 + L218975 + + + 218975@hsesinfo.org + Ms. + F218977 + L218977 + + 218977@hsesinfo.org + Dr. + F218973 + L218973 + + 218973@hsesinfo.org + 555-555-8973 + + + 9591 + 8848 + 11678 + 200 + 2019 + 2019-03-01 + + AIAN EHS + Active + ISWA Development Corporation + www.iswaheadstart.com + 8848@hsesinfo.org + 1540 Tom Steven Road + + Rock Hill + SC + 29730 + PO Box 257 + + Catawba + SC + 29704 + 1540 Tom Steven Road + + Rock Hill + SC + 29730 + Ms. + F215590 + L215590 + + Board Chairperson + 215590@hsesinfo.org + Mrs. + F215591 + L215591 + + Executive/Program Director + 215591@hsesinfo.org + Ms. + F215593 + L215593 + + 215593@hsesinfo.org + Mrs. + F215589 + L215589 + + 215589@hsesinfo.org + 555-555-5589 + + + 9592 + 8849 + 11698 + 200 + 2019 + 2019-03-01 + + AIAN EHS + Active + COOK INLET NATIVE HEAD START + http://www.cinhs.net/ + 8849@hsesinfo.org + 6901 E. Tudor Road + + Anchorage  + AK + 99507-1254 + 6901 E. Tudor Road + + Anchorage  + AK + 99507-1254 + 6901 E. Tudor Road + + Anchorage  + AK + 99507-1254 + Mr. + F215597 + L215597 + + Board Chairman + 215597@hsesinfo.org + Mr. + F215598 + L215598 + + Executive Director + 215598@hsesinfo.org + Ms. + F215600 + L215600 + + 215600@hsesinfo.org + Mr. + F215596 + L215596 + + 215596@hsesinfo.org + 555-555-5596 + + + 6744 + 674 + 10228 + 000 + 1992 + 2015-08-01 + 2020-07-31 + HS + Inactive + CDS Lakeshore Head Start + http://www.cdsoc.org + 674@hsesinfo.org + 100 Pine St Ste 220 + + Zeeland + MI + 49464-2602 + 100 Pine St Ste 220 + + Zeeland + MI + 49464-2602 + 100 Pine St Ste 220 + + Zeeland + MI + 49464-2602 + Mrs. + F202879 + L202879 + + Board president + 202879@hsesinfo.org + Mrs. + F202880 + L202880 + + Executive Director + 202880@hsesinfo.org + Ms. + F202882 + L202882 + + 202882@hsesinfo.org + Mrs. + F202878 + L202878 + + 202878@hsesinfo.org + 555-555-2878 + + + 6920 + 481 + 10406 + 000 + 1991 + 2015-11-01 + 2020-10-31 + HS + Inactive + Poudre School District #1 + https://www.psdschools.org/programs-services/early-childhood-education + 481@hsesinfo.org + 2407 Laporte Ave + + Fort Collins + CO + 80521-2211 + 2407 Laporte Ave + + Fort Collins + CO + 80521-2211 + 2407 Laporte Ave + + Fort Collins + CO + 80521-2211 + Mr. + F204101 + L204101 + + School Board President + 204101@hsesinfo.org + Mr. + F204102 + L204102 + + Executive Director of Head Start + 204102@hsesinfo.org + Mr. + F204104 + L204104 + + 204104@hsesinfo.org + Ms. + F204100 + L204100 + + 204100@hsesinfo.org + 555-555-4100 + + + 6811 + 2773 + 10285 + 200 + 2009 + 2015-09-01 + 2020-08-31 + EHS + Inactive + Blue WaterCommunity Action + www.bwcaa.org + 2773@hsesinfo.org + 3403 Lapeer Rd + + Port Huron + MI + 48060-2597 + 3403 Lapeer Rd + + Port Huron + MI + 48060-2597 + 3403 Lapeer Rd + + Port Huron + MI + 48060-2597 + Mr. + F203352 + L203352 + + Board Chairperson + 203352@hsesinfo.org + Ms. + F203353 + L203353 + + Executive Director + 203353@hsesinfo.org + Ms. + F203355 + L203355 + + 203355@hsesinfo.org + Ms. + F203351 + L203351 + + 203351@hsesinfo.org + 555-555-3351 + + + 10435 + 2431 + 12437 + 200 + 2014 + 2019-09-01 + + EHS + Active + GRAND STREET SETTLEMENT + http://www.grandsettlement.org + 2431@hsesinfo.org + Early Head Start Program + 80 Pitt Street + New York + NY + 10002-3516 + Early Head Start Program + 80 Pitt Street + New York + NY + 10002-3516 + Early Head Start Program + 80 Pitt Street + New York + NY + 10002-3516 + Ms. + F221384 + L221384 + + Board Chair + 221384@hsesinfo.org + Ms. + F221385 + L221385 + + Managing Director + 221385@hsesinfo.org + Ms. + F221387 + L221387 + + 221387@hsesinfo.org + Ms. + F221383 + L221383 + + 221383@hsesinfo.org + 555-555-1383 + + + 4457 + 1503 + 8484 + 000 + 2013 + 2013-11-01 + 2019-06-30 + HS + Inactive + UAMS Department of Pediatrics + https://headstart.uams.edu/ + 1503@hsesinfo.org + 7415 Colonel Glenn Rd + + Little Rock + AR + 72204-7612 + 7415 Colonel Glenn Rd + + Little Rock + AR + 72204-7612 + 7415 Colonel Glenn Rd + + Little Rock + AR + 72204-7612 + Dr. + F41602 + L41602 + + Board Chair + 41602@hsesinfo.org + Dr. + F41603 + L41603 + + Executive Director + 41603@hsesinfo.org + Ms. + F41604 + L41604 + + 41604@hsesinfo.org + Ms. + F41601 + L41601 + + 41601@hsesinfo.org + 555-555-1601 + + + 5164 + 735 + 8987 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Brazoria County Head Start Early Learning Schools, Inc. + http://www.headstartbc.org + 735@hsesinfo.org + 651 West Miller Street + + Angleton + TX + 77515-5522 + 651 West Miller Street + + Angleton + TX + 77515-5522 + 651 West Miller Street + + Angleton + TX + 77515-5522 + Mrs. + F52010 + L52010 + + Chairman of the Board + 52010@hsesinfo.org + Mrs. + F52012 + L52012 + + President & CEO + 52012@hsesinfo.org + Ms. + F52009 + L52009 + + 52009@hsesinfo.org + Mrs. + F52008 + L52008 + + 52008@hsesinfo.org + 555-555-2008 x 5555 + + + 5285 + 3677 + 9131 + 006 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Bassett Unified School District + bassettusd.org + 3677@hsesinfo.org + 904 Willow Ave + + La Puente + CA + 91746-1615 + 904 Willow Ave + + La Puente + CA + 91746-1615 + 1314 Le Borgne Ave + + La Puente + CA + 91746-1030 + Ms. + F53341 + L53341 + + Board President + 53341@hsesinfo.org + Ms. + F53337 + L53337 + + Superintendent + 53337@hsesinfo.org + Ms. + F53340 + L53340 + + 53340@hsesinfo.org + Ms. + F53336 + L53336 + + 53336@hsesinfo.org + 555-555-3336 + + + 4417 + 505 + 8399 + 000 + 2013 + 2013-10-30 + 2018-10-31 + HS + Inactive + WEST CENTRAL MINNESOTA COMMUNITIES ACTION, INC. + www.wcmca.org + 505@hsesinfo.org + 411 Industrial Park Boulevard + + Elbow Lake + MN + 56531-4213 + 411 Industrial Park Boulevard + + Elbow Lake + MN + 56531-4213 + 411 Industrial Park Boulevard + + Elbow Lake + MN + 56531-4213 + Ms. + F41376 + L41376 + + Board Chairperson + 41376@hsesinfo.org + Ms. + F41375 + L41375 + + Chief Executive Officer + 41375@hsesinfo.org + Ms. + F41377 + L41377 + + 41377@hsesinfo.org + Ms. + F41373 + L41373 + + 41373@hsesinfo.org + 555-555-1373 + + + 9593 + 8850 + 11755 + 200 + 2019 + 2019-03-01 + + AIAN EHS + Active + Bad River Band of Lake Superior Chippewa Indians + na + 8850@hsesinfo.org + 53759 Pine St + + Odanah + WI + 54861 + PO Box 39 + + Odanah + WI + 54861-0039 + 53759 Pine St + + Odanah + WI + 54861 + Mr. + F215604 + L215604 + Jr + Bad River Chairman + 215604@hsesinfo.org + Mr. + F215605 + L215605 + Jr + + 215605@hsesinfo.org + Mr. + F215607 + L215607 + + 215607@hsesinfo.org + Ms. + F215603 + L215603 + + 215603@hsesinfo.org + 555-555-5603 x 5555 + + + 4447 + 422 + 8486 + 000 + 1991 + 2013-11-01 + 2019-06-30 + HS + Inactive + St. Clair County Head Start, Inc. + www.stclaircountyheadstart.com + 422@hsesinfo.org + 21685 US Highway 231 North + + Pell City + AL + 35125 + 21685 US Highway 231 North + P.O. Box 641 + Pell City + AL + 35125-0641 + 21685 US Highway 231 North + + Pell City + AL + 35125 + Mrs. + F41553 + L41553 + + Board Chairperson + 41553@hsesinfo.org + Mrs. + F41552 + L41552 + + Executive Director + 41552@hsesinfo.org + Mrs. + F41555 + L41555 + + 41555@hsesinfo.org + Mrs. + F41551 + L41551 + + 41551@hsesinfo.org + 555-555-1551 x 5555 + + + 8973 + 2535 + 11311 + 000 + 2013 + 2018-08-01 + + HS + Active + NORTHCOAST CHILDREN'S SERVICE, INC + http://www.ncsheadstart.org + 2535@hsesinfo.org + 1266 9th St + + Arcata + CA + 95521-5702 + PO Box 165 + + Arcata + CA + 95518-0165 + 1266 9th St + + Arcata + CA + 95521-5702 + Ms. + F211367 + L211367 + + President + 211367@hsesinfo.org + Ms. + F211368 + L211368 + + Executive HeadStart Director + 211368@hsesinfo.org + Ms. + F211370 + L211370 + + 211370@hsesinfo.org + Ms. + F211366 + L211366 + + 211366@hsesinfo.org + 555-555-1366 + + + 5203 + 1397 + 8947 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Community Services Inc. of Northwest Missouri + http://www.communityservicesinc.org + 1397@hsesinfo.org + 1212B S Main St + + Maryville + MO + 64468-2604 + PO Box 328 + + Maryville + MO + 64468-0328 + 1212B S Main St + + Maryville + MO + 64468-2604 + Mrs. + F52210 + L52210 + + CSI Board Chairperson + 52210@hsesinfo.org + Mrs. + F52211 + L52211 + + Executive Director + 52211@hsesinfo.org + Ms. + F52212 + L52212 + + 52212@hsesinfo.org + Ms. + F52208 + L52208 + + 52208@hsesinfo.org + 555-555-2208 + + + 6745 + 673 + 10228 + 200 + 1992 + 2015-08-01 + 2020-07-31 + EHS + Inactive + CDS Lakeshore Head Start + http://www.cdsoc.org + 673@hsesinfo.org + 100 Pine St Ste 220 + + Zeeland + MI + 49464-2602 + 100 Pine St Ste 220 + + Zeeland + MI + 49464-2602 + 100 Pine St Ste 220 + + Zeeland + MI + 49464-2602 + Mrs. + F202886 + L202886 + + Board President + 202886@hsesinfo.org + Mrs. + F202887 + L202887 + + Executive Director + 202887@hsesinfo.org + Ms. + F202889 + L202889 + + 202889@hsesinfo.org + Mrs. + F202885 + L202885 + + 202885@hsesinfo.org + 555-555-2885 + + + 9070 + 2904 + 11392 + 000 + 2013 + 2018-09-01 + + HS + Active + Bedford Stuyvesant Early Childhood Development Center, + charlesm@bsecdc.org + 2904@hsesinfo.org + 813 Hancock St + + Brooklyn + NY + 11233-1308 + 813 Hancock St + + Brooklyn + NY + 11233-1308 + 813 Hancock St + + Brooklyn + NY + 11233-1308 + Mr. + F212067 + L212067 + + + 212067@hsesinfo.org + Ms. + F212068 + L212068 + + Executive Director + 212068@hsesinfo.org + Ms. + F212070 + L212070 + + 212070@hsesinfo.org + Ms. + F212066 + L212066 + + 212066@hsesinfo.org + 555-555-2066 x 5555 + + + 6975 + 357 + 10436 + 000 + 1997 + 2015-11-01 + + AIAN HS + Active + Alamo Early Childhood Center-HS + http:///www.alamonavajoschools.com + 357@hsesinfo.org + PO BOX 5907 + + Alamo + NM + 87825-5907 + PO BOX 5907 + + Alamo + NM + 87825-5907 + PO BOX 5907 + + Alamo + NM + 87825-5907 + Mr. + F204491 + L204491 + + School Board President + 204491@hsesinfo.org + Mr. + F204492 + L204492 + Jr + CEO + 204492@hsesinfo.org + Mr. + F204494 + L204494 + + 204494@hsesinfo.org + Ms. + F204490 + L204490 + + 204490@hsesinfo.org + 555-555-4490 x 5555 + + + 6976 + 356 + 10436 + 200 + 2004 + 2015-11-01 + + AIAN EHS + Active + Alamo Early Childhood Center_EHS + www.alamonavajoschool.org + 356@hsesinfo.org + PO BOX 5907 + + Alamo + NM + 87825-5907 + PO BOX 5907 + + Alamo + NM + 87825-5907 + PO BOX 5907 + + Alamo + NM + 87825-5907 + Mr. + F204498 + L204498 + + School Board President + 204498@hsesinfo.org + Mr. + F204499 + L204499 + Jr + CEO + 204499@hsesinfo.org + Mr. + F204501 + L204501 + + 204501@hsesinfo.org + Ms. + F204497 + L204497 + + 204497@hsesinfo.org + 555-555-4497 x 5555 + + + 5105 + 1893 + 8806 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Wabash Area Development, Inc. + www.wadi-inc.com + 1893@hsesinfo.org + 110 Latham Street + + Enfield + IL + 62835 + PO Box 70 + + Enfield + IL + 62835-0070 + 110 Latham Street + + Enfield + IL + 62835 + Mrs. + F51799 + L51799 + + Board President + 51799@hsesinfo.org + Ms. + F51800 + L51800 + + CEO + 51800@hsesinfo.org + Ms. + F51796 + L51796 + + 51796@hsesinfo.org + Ms. + F51795 + L51795 + + 51795@hsesinfo.org + 555-555-1795 x 5555 + + + 8244 + 429 + 10647 + 000 + 1991 + 2016-07-01 + + HS + Active + Concerted Services, Inc. + http://www.myactionpact.org + 429@hsesinfo.org + 2100 Riverside Ave + Ste B + Waycross + GA + 31501-7076 + 2100 Riverside Ave + Ste B + Waycross + GA + 31501-7076 + 2100 Riverside Ave + Ste B + Waycross + GA + 31501-7076 + Mr. + F206823 + L206823 + Jr. + Board Chairman + 206823@hsesinfo.org + Mr. + F206824 + L206824 + + + 206824@hsesinfo.org + Mrs. + F206826 + L206826 + + 206826@hsesinfo.org + Mrs. + F206822 + L206822 + + 206822@hsesinfo.org + 555-555-6822 + + + 9238 + 1313 + 11516 + 000 + 1991 + 2018-12-01 + + HS + Active + LITTLE DIXIE COMMUNITY ACTION AGENCY, INC + http://www.littledixie.org + 1313@hsesinfo.org + 104 N E St + + Hugo + OK + 74743-3218 + 209 N 4th St + + Hugo + OK + 74743-3809 + 209 N 4th St + + Hugo + OK + 74743-3809 + Mr. + F213207 + L213207 + + Governing Board Chairman + 213207@hsesinfo.org + Mrs. + F213208 + L213208 + + Executive Director Little Dixie CAA, Inc. + 213208@hsesinfo.org + Ms. + F213210 + L213210 + + 213210@hsesinfo.org + Ms. + F213206 + L213206 + + 213206@hsesinfo.org + 555-555-3206 + + + 8335 + 4004 + 10686 + 004 + + 2016-07-01 + + HS + Active + Lake Orion Head Start + www.lakeorion.k12.mi.us + 4004@hsesinfo.org + 455 East Scripps Road + + Lake Orion + MI + 48360-2249 + 455 East Scripps Road + + Lake Orion + MI + 48360-2249 + 315 N Lapeer St + + Lake Orion + MI + 48362-3165 + Mr. + F207485 + L207485 + + School Board President + 207485@hsesinfo.org + Ms. + F207486 + L207486 + + + 207486@hsesinfo.org + Ms. + F207488 + L207488 + + 207488@hsesinfo.org + Ms. + F207484 + L207484 + + 207484@hsesinfo.org + 555-555-7484 + + + 6023 + 6030 + 9739 + 200 + + 2015-03-01 + 2019-08-31 + EHS + Inactive + Municipality of Caguas + http://www.caguas.gov.pr + 6030@hsesinfo.org + CALLE PADIAL FINAL, ESQ. AVE. JOSE MERCADO + + CAGUAS + PR + 00725-0000 + CALLE PADIAL FINAL, ESQ. AVE. JOSE MERCADO + + CAGUAS + PR + 00725-0000 + CALLE PADIAL FINAL, ESQ. AVE. JOSE MERCADO + + CAGUAS + PR + 00725-0000 + Mr. + F107065 + L107065 + + Mayor-Board Chair + 107065@hsesinfo.org + Mrs. + F107066 + L107066 + + Director + 107066@hsesinfo.org + Mrs. + F107068 + L107068 + + 107068@hsesinfo.org + Mrs. + F107064 + L107064 + + 107064@hsesinfo.org + 555-555-7064 x 5555 + + + 8321 + 3991 + 10686 + 204 + 2011 + 2016-07-01 + + EHS + Active + Lake Orion Early Head Start + lakeorion.k12.mi.us + 3991@hsesinfo.org + 455 East Scripps Rd + + Lake Orion + MI + 48360-2249 + 455 East Scripps Rd + + Lake Orion + MI + 48360-2249 + 455 East Scripps Rd + + Lake Orion + MI + 48360-2249 + Mr. + F207387 + L207387 + + School Board President + 207387@hsesinfo.org + Ms. + F207388 + L207388 + + + 207388@hsesinfo.org + Ms. + F207390 + L207390 + + 207390@hsesinfo.org + Ms. + F207386 + L207386 + + 207386@hsesinfo.org + 555-555-7386 + + + 9910 + 1927 + 11988 + 000 + 2013 + 2019-07-01 + + HS + Active + Decatur-Macon County Opportunities Corporation + DMCOC.org + 1927@hsesinfo.org + 275 E Condit St + + Decatur + IL + 62521-1110 + 1075 N Morgan St + + Decatur + IL + 62521-1200 + 1122 E Marietta St + + Decatur + IL + 62521-1324 + Mr. + F217780 + L217780 + + Board of Directors President + 217780@hsesinfo.org + Mrs. + F217781 + L217781 + + Executive Director + 217781@hsesinfo.org + Mrs. + F217783 + L217783 + + 217783@hsesinfo.org + Mrs. + F217779 + L217779 + + 217779@hsesinfo.org + 555-555-7779 x 5555 + + + 9204 + 2889 + 11495 + 000 + 2013 + 2018-12-01 + + HS + Active + Options for Learning + Optionsforlearning.org + 2889@hsesinfo.org + 885 S Village Oaks Dr + 885 South Village Oaks Drive + Covina + CA + 91724-3615 + 885 S Village Oaks Dr + 885 South Village Oaks Drive + Covina + CA + 91724-3615 + 885 S Village Oaks Dr + 885 South Village Oaks Drive + Covina + CA + 91724-3615 + Mr. + F212964 + L212964 + + Chairperson, Board of Directors + 212964@hsesinfo.org + Mr. + F212965 + L212965 + + + 212965@hsesinfo.org + Mrs. + F212967 + L212967 + + 212967@hsesinfo.org + Mrs. + F212963 + L212963 + + 212963@hsesinfo.org + 555-555-2963 + + + 4563 + 1363 + 8569 + 200 + 2013 + 2013-12-23 + 2019-06-30 + EHS + Inactive + Douglass Community Services, Inc + http://www.douglassonline.org + 1363@hsesinfo.org + 711 Grand Avenue + + Hannibal + MO + 63401-3179 + 711 Grand Avenue + + Hannibal + MO + 63401-3179 + 711 Grand Avenue + + Hannibal + MO + 63401-3179 + Mr. + F43302 + L43302 + + Board President + 43302@hsesinfo.org + Ms. + F43303 + L43303 + + Executive Director + 43303@hsesinfo.org + Ms. + F43304 + L43304 + + 43304@hsesinfo.org + Ms. + F43300 + L43300 + + 43300@hsesinfo.org + 555-555-3300 x 5555 + + + 7075 + 3164 + 10502 + 000 + 1992 + 2016-01-01 + + HS + Active + Economic Opportunities Council of Indian River Co. + www.eocofirc.net + 3164@hsesinfo.org + 2455 Saint Lucie Ave + + Vero Beach + FL + 32960-3310 + 2455 Saint Lucie Ave + + Vero Beach + FL + 32960-3310 + 2455 Saint Lucie Ave + + Vero Beach + FL + 32960-3310 + Mr. + F205193 + L205193 + + Board Chair + 205193@hsesinfo.org + Mrs. + F205194 + L205194 + + Executive Director + 205194@hsesinfo.org + Ms. + F205196 + L205196 + + 205196@hsesinfo.org + Mr. + F205192 + L205192 + + 205192@hsesinfo.org + 555-555-5192 x 5555 + + + 10173 + 3526 + 12205 + 001 + 2014 + 2019-07-01 + + HS + Active + Lake Ridge Schools Head Start + http://www.lakeridge.k12.in.us + 3526@hsesinfo.org + 6111 West Ridge Road + + Gary + IN + 46408-1749 + 6111 West Ridge Road + + Gary + IN + 46408-1749 + 6111 West Ridge Road + + Gary + IN + 46408-1749 + Mr. + F219577 + L219577 + + Superintendent + 219577@hsesinfo.org + Mrs. + F219575 + L219575 + + President + 219575@hsesinfo.org + Ms. + F219578 + L219578 + + 219578@hsesinfo.org + Mrs. + F219574 + L219574 + + 219574@hsesinfo.org + 555-555-9574 + + + 10174 + 3527 + 12207 + 002 + 2014 + 2019-07-01 + + HS + Active + Hammond Head Start + https://www.hammond.k12.in.us + 3527@hsesinfo.org + 7006 Marshall Ave + + Hammond + IN + 46323-2115 + 7006 Marshall Ave + + Hammond + IN + 46323-2115 + 41 Williams St + + Hammond + IN + 46320-1948 + Mr. + F219583 + L219583 + + Superintendent + 219583@hsesinfo.org + Mrs. + F219581 + L219581 + + + 219581@hsesinfo.org + Ms. + F219584 + L219584 + + 219584@hsesinfo.org + Ms. + F219580 + L219580 + + 219580@hsesinfo.org + 555-555-9580 x 5555 + + + 7076 + 454 + 10499 + 000 + 1991 + 2016-01-01 + + HS + Active + Amador-Tuolumne Community Action Agency + http://www.atcaa.org + 454@hsesinfo.org + 10590 State Highway 88 + + Jackson + CA + 95642-9470 + 10590 State Highway 88 + + Jackson + CA + 95642-9470 + 10590 State Highway 88 + + Jackson + CA + 95642-9470 + Ms. + F205200 + L205200 + + Board Chair + 205200@hsesinfo.org + Mr. + F205201 + L205201 + + Executive Director + 205201@hsesinfo.org + Ms. + F205203 + L205203 + + 205203@hsesinfo.org + Ms. + F205199 + L205199 + + 205199@hsesinfo.org + 555-555-5199 x 5555 + + + 5104 + 2260 + 9031 + 200 + 2001 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Picayune School District Early Head Start + www.pcu.k12.ms.us + 2260@hsesinfo.org + 1620 Rosa St + + Picayune + MS + 39466-4229 + PO Box 1258 + + Picayune + MS + 39466-1258 + 706 Goodyear Blvd + + Picayune + MS + 39466-3220 + Mr. + F51711 + L51711 + + Board Chair + 51711@hsesinfo.org + Mr. + F51714 + L51714 + + + 51714@hsesinfo.org + Mrs. + F51710 + L51710 + + 51710@hsesinfo.org + Dr. + F51709 + L51709 + + 51709@hsesinfo.org + 555-555-1709 x 5555 + + + 4875 + 2541 + 8874 + 000 + 2014 + 2014-06-01 + 2019-05-31 + HS + Inactive + MUNICIPALITY OF HUMACAO + + 2541@hsesinfo.org + PR State Road 908, Km 0.4, + + Humacao + PR + 00791 + Head Start Concesionario + Apartado 9113 + Humacao + PR + 00792-9113 + PR State Road 908, Km 0.4, + + Humacao + PR + 00791 + Mrs. + F48127 + L48127 + + Governing Board President + 48127@hsesinfo.org + Mrs. + F48126 + L48126 + + Director + 48126@hsesinfo.org + Mrs. + F48129 + L48129 + + 48129@hsesinfo.org + Mrs. + F48125 + L48125 + + 48125@hsesinfo.org + 555-555-8125 + + + 5268 + 3741 + 9115 + 009 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Fowler Elementary School District Head Start + http://www.fesd.org + 3741@hsesinfo.org + 6250 W Durango St + + Phoenix + AZ + 85043-6580 + 6250 W Durango St + + Phoenix + AZ + 85043-6580 + 1617 S 67th Ave + + Phoenix + AZ + 85043-7717 + Mr. + F53548 + L53548 + + Fowler Elementary School Distict Governing Board President + 53548@hsesinfo.org + Ms. + F53547 + L53547 + + Fowler Elementry School District Superintendent + 53547@hsesinfo.org + Ms. + F53550 + L53550 + + 53550@hsesinfo.org + Mrs. + F53546 + L53546 + + 53546@hsesinfo.org + 555-555-3546 + + + 11541 + 838 + 13349 + 000 + 1992 + 2020-07-01 + + HS + Active + Board of Trustees of Southern Illinois University + http://headstart.siu.edu/ + 838@hsesinfo.org + 900 S Normal Ave + Head Start + Carbondale + IL + 62901-4302 + 900 S Normal Ave + Head Start + Carbondale + IL + 62901-4302 + 900 S Normal Ave + Head Start + Carbondale + IL + 62901-4302 + Ms. + F228815 + L228815 + + Advisory Board Chairperson + 228815@hsesinfo.org + Mr. + F228816 + L228816 + + Executive Director + 228816@hsesinfo.org + Ms. + F228818 + L228818 + + 228818@hsesinfo.org + Dr. + F228814 + L228814 + + 228814@hsesinfo.org + 555-555-8814 + + + 11542 + 1438 + 13346 + 000 + 1992 + 2020-07-01 + + HS + Active + Interlocal Community Action Program, Inc. + http://www.icapcaa.org + 1438@hsesinfo.org + 615 State Road 38 West + + New Castle + IN + 47362 + P.O. Box 449 + + New Castle + IN + 47362-0449 + 615 W State Road 38 + + New Castle + IN + 47362-4914 + Mr. + F228822 + L228822 + + Board President + 228822@hsesinfo.org + Mr. + F228823 + L228823 + + + 228823@hsesinfo.org + Mrs. + F228825 + L228825 + + 228825@hsesinfo.org + Mr. + F228821 + L228821 + + 228821@hsesinfo.org + 555-555-8821 x 5555 + + + 4542 + 2387 + 8518 + 000 + 1992 + 2013-12-23 + 2018-12-31 + HS + Inactive + PRIDE Community Services, Inc. + http://www.prideinlogan.com + 2387@hsesinfo.org + 699 Stratton St + + Logan + WV + 25601-4020 + PO Box 1346 + + Logan + WV + 25601-1346 + 699 Stratton St + + Logan + WV + 25601-4020 + Mr. + F43159 + L43159 + + Board President + 43159@hsesinfo.org + Ms. + F43160 + L43160 + + Executive Director + 43160@hsesinfo.org + Ms. + F43158 + L43158 + + 43158@hsesinfo.org + Ms. + F43157 + L43157 + + 43157@hsesinfo.org + 555-555-3157 + + + 10439 + 6032 + 12445 + 200 + + 2019-09-01 + + EHS + Active + Quality Care Resource and Referral Services, Inc. + http://qualityinc.org + 6032@hsesinfo.org + 190 N Evergreen Ave + Ste 96 + Woodbury + NJ + 08096-1862 + 190 N Evergreen Ave + Ste 96 + Woodbury + NJ + 08096-1862 + 190 N Evergreen Ave + Ste 96 + Woodbury + NJ + 08096-1862 + Mr. + F221412 + L221412 + + Board Chair + 221412@hsesinfo.org + Mrs. + F221413 + L221413 + T + President & CEO + 221413@hsesinfo.org + Mrs. + F221415 + L221415 + + 221415@hsesinfo.org + Mrs. + F221411 + L221411 + + 221411@hsesinfo.org + 555-555-1411 + + + 9577 + 8834 + 11684 + 200 + 2019 + 2019-03-01 + + EHS + Active + Mid Florida Community Services, Inc. + http://www.mfcs.us.com + 8834@hsesinfo.org + 820 Kennedy Blvd + + Brooksville + FL + 34601-5704 + 820 Kennedy Blvd + + Brooksville + FL + 34601-5704 + 820 Kennedy Blvd + + Brooksville + FL + 34601-5704 + Mr. + F215492 + L215492 + + Chairman, Board of Directors + 215492@hsesinfo.org + Mr. + F215493 + L215493 + + Executive Director + 215493@hsesinfo.org + Ms. + F215495 + L215495 + + 215495@hsesinfo.org + Mrs. + F215491 + L215491 + + 215491@hsesinfo.org + 555-555-5491 + + + 10440 + 6033 + 12441 + 200 + + 2019-09-01 + + EHS + Active + UNION TOWNSHIP COMMUNITY ACTION ORGANIZATION INC + http://www.utcao.com + 6033@hsesinfo.org + 2410 SPRINGFIELD AVENUE + + VAUXHALL + NJ + 07088-1330 + 2410 SPRINGFIELD AVENUE + + VAUXHALL + NJ + 07088-1330 + 2410 SPRINGFIELD AVENUE + + VAUXHALL + NJ + 07088-1330 + Mrs. + F221419 + L221419 + + Board Chairpeson + 221419@hsesinfo.org + Mrs. + F221420 + L221420 + + Executive Director + 221420@hsesinfo.org + Mr. + F221422 + L221422 + + 221422@hsesinfo.org + Ms. + F221418 + L221418 + + 221418@hsesinfo.org + 555-555-1418 x 5555 + + + 11544 + 1542 + 13347 + 000 + 1992 + 2020-07-01 + + HS + Active + Community Action Organization + http://www.caowash.org + 1542@hsesinfo.org + 1001 SW Baseline St + + Hillsboro + OR + 97123-3822 + 1001 SW Baseline St + + Hillsboro + OR + 97123-3822 + 1001 SW Baseline St + + Hillsboro + OR + 97123-3822 + Ms. + F228836 + L228836 + + Board Chair + 228836@hsesinfo.org + Mr. + F228837 + L228837 + + Executive Director + 228837@hsesinfo.org + Ms. + F228839 + L228839 + + 228839@hsesinfo.org + Mrs. + F228835 + L228835 + + 228835@hsesinfo.org + 555-555-8835 + + + 11545 + 1541 + 13347 + 200 + 2000 + 2020-07-01 + + EHS + Active + Community Action Organization + http://www.caowash.org + 1541@hsesinfo.org + 1001 SW Baseline St + + Hillsboro + OR + 97123-3822 + 1001 SW Baseline St + + Hillsboro + OR + 97123-3822 + 1001 SW Baseline St + + Hillsboro + OR + 97123-3822 + Ms. + F228843 + L228843 + + Board Chair + 228843@hsesinfo.org + Mr. + F228844 + L228844 + + Executive Director + 228844@hsesinfo.org + Ms. + F228846 + L228846 + + 228846@hsesinfo.org + Mrs. + F228842 + L228842 + + 228842@hsesinfo.org + 555-555-8842 + + + 4611 + 1594 + 8585 + 000 + 2014 + 2014-02-01 + 2019-01-31 + HS + Inactive + Quintana Baptist Church + + 1594@hsesinfo.org + Edificio Caribe Plaza + 579 Ave Ponce De Leon + San Juan + PR + 00920 + Ave. Paz Granela + Pmb 473 Suite 2 + San Juan + PR + 00927 + Edificio Caribe Plaza + 579 Ave Ponce De Leon + San Juan + PR + 00920 + Mrs. + F44048 + L44048 + + Board President + 44048@hsesinfo.org + Mr. + F44050 + L44050 + + Executive Director + 44050@hsesinfo.org + Mrs. + F44051 + L44051 + + 44051@hsesinfo.org + Mrs. + F44046 + L44046 + + 44046@hsesinfo.org + 555-555-4046 + + + 8077 + 1808 + 10582 + 000 + 2002 + 2016-07-01 + 2020-10-31 + HS + Inactive + Topeka Unified School District #501 + https://www.topekapublicschools.net/sheldon + 1808@hsesinfo.org + Sheldon Child Development Center + 1155 SW Seabrook Avenue + Topeka + KS + 66604-1852 + Sheldon Child Development Center + 1155 SW Seabrook Avenue + Topeka + KS + 66604-1852 + Topeka Public Schoolsl + 624 SW 24th + Topeka + KS + 66611 + Dr. + F205724 + L205724 + + Board of Education President + 205724@hsesinfo.org + Dr. + F205725 + L205725 + + Superintendent Topeka Public Schools + 205725@hsesinfo.org + Mrs. + F205727 + L205727 + + 205727@hsesinfo.org + Mrs. + F205723 + L205723 + + 205723@hsesinfo.org + 555-555-5723 + + + 6795 + 1770 + 10302 + 200 + 2003 + 2015-09-01 + + EHS + Active + Centro de Servicios a la Juventud, Inc. + + 1770@hsesinfo.org + M1 Calle 3 + + Arecibo + PR + 00612-3426 + PO BOX 9368 + + Arecibo + PR + 00613-9368 + M1 Calle 3 + + Arecibo + PR + 00612-3426 + Mr. + F203240 + L203240 + + Board Chairperson + 203240@hsesinfo.org + Mr. + F203241 + L203241 + + Interim Executive Director / Interim Headstar Director + 203241@hsesinfo.org + Mrs. + F203243 + L203243 + + 203243@hsesinfo.org + Mr. + F203239 + L203239 + + 203239@hsesinfo.org + 555-555-3239 + + + 6936 + 2148 + 10408 + 000 + 1997 + 2015-11-01 + + HS + Active + Eastern Idaho Community Action Partnership + http://www.eicap.org + 2148@hsesinfo.org + 935 E Lincoln Rd + + Idaho Falls + ID + 83401-2119 + PO BOX 51098 + + Idaho Falls + ID + 83405-1098 + 935 E Lincoln Rd + + Idaho Falls + ID + 83401-2119 + Ms. + F204213 + L204213 + + President of the Board of Directors + 204213@hsesinfo.org + Mr. + F204214 + L204214 + + Chief Executive Officer + 204214@hsesinfo.org + Ms. + F204216 + L204216 + + 204216@hsesinfo.org + Mrs. + F204212 + L204212 + + 204212@hsesinfo.org + 555-555-4212 x 5555 + + + 6990 + 1240 + 10457 + 000 + 1994 + 2016-01-01 + + HS + Active + Kosciusko County Head Start + http://www.cardinalservices.org + 1240@hsesinfo.org + 811 S Buffalo St + + Warsaw + IN + 46580-4711 + 811 S Buffalo St + + Warsaw + IN + 46580-4711 + 811 S Buffalo St + + Warsaw + IN + 46580-4711 + Mr. + F204596 + L204596 + + Board Chair of Cardinal Services + 204596@hsesinfo.org + Mrs. + F204597 + L204597 + + CEO/President of Cardinal Services + 204597@hsesinfo.org + Ms. + F204599 + L204599 + + 204599@hsesinfo.org + Mrs. + F204595 + L204595 + + 204595@hsesinfo.org + 555-555-4595 x 5555 + + + 9580 + 8837 + 11680 + 200 + 2019 + 2019-03-01 + + EHS + Active + Step Up Suncoast, Inc. EHS Exp 2 + http://www.stepupsuncoast.org + 8837@hsesinfo.org + 6428 Parkland Dr + + Sarasota + FL + 34243-4038 + 6428 Parkland Dr + + Sarasota + FL + 34243-4038 + 6428 Parkland Dr + + Sarasota + FL + 34243-4038 + Mr. + F215513 + L215513 + + Board Chair + 215513@hsesinfo.org + Ms. + F215514 + L215514 + + President/CEO + 215514@hsesinfo.org + Ms. + F215516 + L215516 + + 215516@hsesinfo.org + Ms. + F215512 + L215512 + + 215512@hsesinfo.org + 555-555-5512 x 5555 + + + 9597 + 8853 + 11782 + 200 + 2019 + 2019-04-01 + + EHS + Active + ChildCareGroup + http://www.childcaregroup.org + 8853@hsesinfo.org + 1420 W Mockingbird Ln Ste 300 + + Dallas + TX + 75247-4973 + 1420 W Mockingbird Ln Ste 300 + + Dallas + TX + 75247-4973 + 1420 W Mockingbird Ln Ste 300 + + Dallas + TX + 75247-4973 + Ms. + F215632 + L215632 + + Board Chair + 215632@hsesinfo.org + Ms. + F215633 + L215633 + + President/CEO + 215633@hsesinfo.org + Ms. + F215635 + L215635 + + 215635@hsesinfo.org + Mrs. + F215631 + L215631 + + 215631@hsesinfo.org + 555-555-5631 + + + 6173 + 6180 + 9556 + 205 + + 2015-01-01 + + EHS + Active + Chicago Youth Centers + http://www.chicagoyouthcenters.org + 6180@hsesinfo.org + 218 S Wabash Suite 600 + + Chicago + IL + 60604 + 218 S Wabash Suite 600 + + Chicago + IL + 60604 + 218 S Wabash Suite 600 + + Chicago + IL + 60604 + Mr. + F108266 + L108266 + + Board Chair + 108266@hsesinfo.org + Ms. + F108267 + L108267 + + President/CEO + 108267@hsesinfo.org + Ms. + F108269 + L108269 + + 108269@hsesinfo.org + Ms. + F108265 + L108265 + + 108265@hsesinfo.org + 555-555-8265 x 5555 + + + 8537 + 8417 + 10945 + 200 + 2017 + 2017-03-01 + + EHS + Active + Step Up Suncoast, Inc. EHS Exp 1 + http://www.StepUpSuncoast.org + 8417@hsesinfo.org + 6428 Parkland Dr + + Sarasota + FL + 34243-4038 + 6428 Parkland Dr + + Sarasota + FL + 34243-4038 + 6428 Parkland Dr + + Sarasota + FL + 34243-4038 + Mr. + F208487 + L208487 + + Board Chair + 208487@hsesinfo.org + Ms. + F208488 + L208488 + + President/CEO + 208488@hsesinfo.org + Ms. + F208490 + L208490 + + 208490@hsesinfo.org + Ms. + F208486 + L208486 + + 208486@hsesinfo.org + 555-555-8486 x 5555 + + + 9508 + 8790 + 11729 + 200 + 2019 + 2019-03-01 + + EHS + Active + Michigan Family Resources + www.hs4kc.org + 8790@hsesinfo.org + 2626 Walker Ave NW + + Walker + MI + 49544-1306 + 2626 Walker Ave NW + + Walker + MI + 49544-1306 + 2626 Walker Ave NW + + Walker + MI + 49544-1306 + Ms. + F215053 + L215053 + + Board of Directors - President + 215053@hsesinfo.org + Ms. + F215054 + L215054 + + Executive Director + 215054@hsesinfo.org + Ms. + F215056 + L215056 + + 215056@hsesinfo.org + Ms. + F215052 + L215052 + + 215052@hsesinfo.org + 555-555-5052 x 5555 + + + 8580 + 8457 + 8399 + 200 + 2017 + 2017-09-01 + 2018-10-31 + EHS + Inactive + WEST CENTRAL MINNESOTA COMMUNITIES ACTION, INC. + www.wcmca.org + 8457@hsesinfo.org + 411 Industrial Park Boulevard + + Elbow Lake + MN + 56531-4213 + 411 Industrial Park Boulevard + + Elbow Lake + MN + 56531-4213 + 411 Industrial Park Boulevard + + Elbow Lake + MN + 56531-4213 + Ms. + F208780 + L208780 + + Board Chairperson + 208780@hsesinfo.org + Ms. + F208781 + L208781 + + Chief Executive Officer + 208781@hsesinfo.org + Ms. + F208783 + L208783 + + 208783@hsesinfo.org + Ms. + F208779 + L208779 + + 208779@hsesinfo.org + 555-555-8779 + + + 4744 + 3957 + 8726 + 072 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + United Federation of Black Community Organizations + + 3957@hsesinfo.org + 474 W 159th St + + New York + NY + 10032-5302 + 474 W 159th St + + New York + NY + 10032-5302 + 474 W 159th St + + New York + NY + 10032-5302 + Ms. + F45957 + L45957 + + Board Chair + 45957@hsesinfo.org + Ms. + F45955 + L45955 + + Executive Director + 45955@hsesinfo.org + Ms. + F45954 + L45954 + + 45954@hsesinfo.org + Ms. + F45960 + L45960 + + 45960@hsesinfo.org + 555-555-5960 + + + 3378 + 3018 + 7383 + 000 + 2013 + 2013-07-02 + 2019-03-31 + HS + Inactive + Calvert County Public Schools + calvert county public schools + 3018@hsesinfo.org + 1245 Plum Point Rd + Plum Point Elementary School + Huntingtown + MD + 20639-9248 + 1245 Plum Point Rd + Plum Point Elementary School + Huntingtown + MD + 20639-9248 + 1245 Plum Point Rd + Plum Point Elementary School + Huntingtown + MD + 20639-9248 + Dr. + F41729 + L41729 + + Superintendent + 41729@hsesinfo.org + Dr. + F41727 + L41727 + + Supervisor Early Childhood Education + 41727@hsesinfo.org + Mrs. + F41726 + L41726 + + 41726@hsesinfo.org + Ms. + F36284 + L36284 + + 36284@hsesinfo.org + 555-555-6284 + + + 10441 + 6220 + 12444 + 200 + + 2019-09-01 + + EHS + Active + Chautauqua Opportunities, Inc. + http://www.chautauquaopportunities.com + 6220@hsesinfo.org + 17 West Courtney Street + + Dunkirk + NY + 14048-2754 + 17 West Courtney Street + + Dunkirk + NY + 14048-2754 + 17 West Courtney Street + + Dunkirk + NY + 14048-2754 + Ms. + F221426 + L221426 + + Board Chairperson + 221426@hsesinfo.org + Ms. + F221427 + L221427 + + Interim Chief Executive Officer + 221427@hsesinfo.org + Mr. + F221429 + L221429 + + 221429@hsesinfo.org + Mr. + F221425 + L221425 + + 221425@hsesinfo.org + 555-555-1425 x 5555 + + + 8965 + 2785 + 11309 + 200 + 2011 + 2018-08-01 + + EHS + Active + Stafford County School District + www.staffordschools.net + 2785@hsesinfo.org + 31 Stafford Avenue + + Stafford + VA + 22554 + 31 Stafford Avenue + + Stafford + VA + 22554 + 31 Stafford Avenue + + Stafford + VA + 22554 + Mrs. + F211311 + L211311 + + Chairperson, Stafford School Board + 211311@hsesinfo.org + Dr. + F211312 + L211312 + + + 211312@hsesinfo.org + Ms. + F211314 + L211314 + + 211314@hsesinfo.org + Mrs. + F211310 + L211310 + + 211310@hsesinfo.org + 555-555-1310 + + + 10442 + 6256 + 12440 + 200 + + 2019-09-01 + + EHS + Active + L. I. Child & Family Development Services, Inc. + http://www.liheadstart.org + 6256@hsesinfo.org + 98 Austin St + + Patchogue + NY + 11772-2615 + 98 Austin St + + Patchogue + NY + 11772-2615 + 98 Austin St + + Patchogue + NY + 11772-2615 + Mr. + F221433 + L221433 + + Chairman of the Board + 221433@hsesinfo.org + Ms. + F221434 + L221434 + + Chief Executive Officer + 221434@hsesinfo.org + Ms. + F221436 + L221436 + + 221436@hsesinfo.org + Ms. + F221432 + L221432 + + 221432@hsesinfo.org + 555-555-1432 x 5555 + + + 10443 + 6175 + 12439 + 200 + + 2019-09-01 + + EHS + Active + DOUGLASS COMMUNITY SERVICES, INC. + http://www.douglassonline.org + 6175@hsesinfo.org + 711 GRAND AVE. + + HANNIBAL + MO + 63401-3179 + 711 GRAND AVE. + + HANNIBAL + MO + 63401-3179 + 711 GRAND AVE. + + HANNIBAL + MO + 63401-3179 + Mr. + F221440 + L221440 + + Board President + 221440@hsesinfo.org + Ms. + F221441 + L221441 + + Executive Director + 221441@hsesinfo.org + Ms. + F221443 + L221443 + + 221443@hsesinfo.org + Ms. + F221439 + L221439 + + 221439@hsesinfo.org + 555-555-1439 x 5555 + + + 10444 + 1275 + 12443 + 000 + 1993 + 2019-09-01 + + HS + Active + Oregon Coast Community Action + http://www.orcca.us/southcoastheadstart + 1275@hsesinfo.org + 1855 Thomas Ave + + Coos Bay + OR + 97420 + 1855 Thomas Ave + + Coos Bay + OR + 97420 + 1855 Thomas Ave + + Coos Bay + OR + 97420 + Ms. + F221447 + L221447 + + Chair of the Board + 221447@hsesinfo.org + Ms. + F221448 + L221448 + + ORCCA Executive Director + 221448@hsesinfo.org + Mr. + F221450 + L221450 + + 221450@hsesinfo.org + Ms. + F221446 + L221446 + + 221446@hsesinfo.org + 555-555-1446 + + + 11024 + 2497 + 12974 + 000 + 2014 + 2020-02-01 + + AIAN HS + Active + ASSINIBOINE & SIOUX + headstrt@nemontel.net + 2497@hsesinfo.org + 409 G Street West + + Poplar + MT + 59255 + PO Box 1027 + + Poplar + MT + 59255-1027 + 409 G Street West + + Poplar + MT + 59255 + Mr. + F225459 + L225459 + + Tribal Chairman + 225459@hsesinfo.org + Ms. + F225460 + L225460 + + Head Start Director + 225460@hsesinfo.org + Mr. + F225462 + L225462 + + 225462@hsesinfo.org + Ms. + F225458 + L225458 + + 225458@hsesinfo.org + 555-555-5458 + + + 10445 + 2752 + 12443 + 200 + 2014 + 2019-09-01 + + EHS + Active + Oregon Coast Community Action + http://www.orcca.us/southcoastheadstart + 2752@hsesinfo.org + 1855 Thomas Ave + + Coos Bay + OR + 97420-2976 + 1855 Thomas Ave + + Coos Bay + OR + 97420-2976 + 1855 Thomas Ave + + Coos Bay + OR + 97420-2976 + Ms. + F221454 + L221454 + + Chair of the Board + 221454@hsesinfo.org + Ms. + F221455 + L221455 + + ORCCA Executive Director + 221455@hsesinfo.org + Mr. + F221457 + L221457 + + 221457@hsesinfo.org + Ms. + F221453 + L221453 + + 221453@hsesinfo.org + 555-555-1453 + + + 6789 + 1412 + 10305 + 000 + 1992 + 2015-09-01 + 2020-08-31 + HS + Inactive + Ozarks Area Community Action Corporation + http://www.oac.ac + 1412@hsesinfo.org + 215 South Barnes Avenue + + Springfield + MO + 65802-2204 + 215 South Barnes Avenue + + Springfield + MO + 65802-2204 + 215 South Barnes Avenue + + Springfield + MO + 65802-2204 + Mr. + F203198 + L203198 + + Chairman + 203198@hsesinfo.org + Mr. + F203199 + L203199 + + Executive Director + 203199@hsesinfo.org + Ms. + F203201 + L203201 + + 203201@hsesinfo.org + Ms. + F203197 + L203197 + + 203197@hsesinfo.org + 555-555-3197 + + + 7077 + 2858 + 10499 + 200 + 2011 + 2016-01-01 + + EHS + Active + AMADOR-TUOLUMNE COMMUNITY ACTION AGENCY + www.atcaa.org + 2858@hsesinfo.org + 10590 State Highway 88 + + Jackson + CA + 95642-9470 + 10590 State Highway 88 + + Jackson + CA + 95642-9470 + 10590 State Highway 88 + + Jackson + CA + 95642-9470 + Ms. + F205207 + L205207 + + Board Chair + 205207@hsesinfo.org + Mr. + F205208 + L205208 + + Executive Director + 205208@hsesinfo.org + Ms. + F205210 + L205210 + + 205210@hsesinfo.org + Ms. + F205206 + L205206 + + 205206@hsesinfo.org + 555-555-5206 x 5555 + + + 10729 + 3644 + 12728 + 001 + 2014 + 2019-11-01 + + HS + Active + Greenwich Head Start + http://www.familycenters.org + 3644@hsesinfo.org + 40 Arch St + + Greenwich + CT + 06830-6525 + 40 Arch St + + Greenwich + CT + 06830-6525 + 40 Arch St + + Greenwich + CT + 06830-6525 + Mr. + F223439 + L223439 + + Board Chair + 223439@hsesinfo.org + Mr. + F223440 + L223440 + + + 223440@hsesinfo.org + Ms. + F223442 + L223442 + + 223442@hsesinfo.org + Ms. + F223438 + L223438 + + 223438@hsesinfo.org + 555-555-3438 + + + 10799 + 9113 + 12771 + 000 + 2019 + 2019-12-01 + + HS + Active + CDI HS/Eastern Oklahoma, OK + www.cdiheadstart.org + 9113@hsesinfo.org + 201 SE B St + + Stigler + OK + 74462-2423 + PO Box 726 + + Stigler + OK + 74462-0726 + 201 SE B St + + Stigler + OK + 74462-2423 + Mr. + F223887 + L223887 + + Chief Executive Officer + 223887@hsesinfo.org + Ms. + F223885 + L223885 + + Executive Director + 223885@hsesinfo.org + + F223888 + L223888 + + 223888@hsesinfo.org + Ms. + F223884 + L223884 + + 223884@hsesinfo.org + 555-555-3884 + + + 8705 + 8567 + 11074 + 000 + 2017 + 2018-05-01 + 2020-07-31 + HS + Inactive + CDI HS/Starr and Zapata Counties, TX + www.cdiheadstart.org + 8567@hsesinfo.org + 213 W 2nd St + + Rio Grande City + TX + 78582-3603 + PO Box 176 + + Rio Grande City + TX + 78582-0176 + 213 W 2nd St + + Rio Grande City + TX + 78582-3603 + Mr. + F209437 + L209437 + + Chief Executive Officer + 209437@hsesinfo.org + Ms. + F209438 + L209438 + + Executive Director + 209438@hsesinfo.org + + F209440 + L209440 + + 209440@hsesinfo.org + Ms. + F209436 + L209436 + + 209436@hsesinfo.org + 555-555-9436 + + + 6570 + 2284 + 10139 + 000 + 1992 + 2015-07-01 + 2020-06-30 + HS + Inactive + Community Action Partnership of Lake County + www.caplakecounty.org + 2284@hsesinfo.org + 2424 Washington St + Ste 207 + Waukegan + IL + 60085-5077 + PO Box 9059 + + Waukegan + IL + 60079-9059 + 2424 Washington St + Ste 207 + Waukegan + IL + 60085-5077 + Mr. + F201660 + L201660 + + Board Chair + 201660@hsesinfo.org + Mrs. + F201661 + L201661 + + Executive Director + 201661@hsesinfo.org + Ms. + F201663 + L201663 + + 201663@hsesinfo.org + Ms. + F201659 + L201659 + + 201659@hsesinfo.org + 555-555-1659 x 5555 + + + 6465 + 6483 + 10043 + 000 + + 2015-07-01 + 2020-06-30 + HS + Inactive + Community Action Organization of Erie County, Inc. + caoec.org + 6483@hsesinfo.org + 45 Jewett Ave + Ste 150 + Buffalo + NY + 14214-2442 + 45 Jewett Ave + Ste 150 + Buffalo + NY + 14214-2442 + 45 Jewett Ave + Ste 150 + Buffalo + NY + 14214-2442 + Hon. + F200925 + L200925 + + Board Chairperson + 200925@hsesinfo.org + Mr. + F200926 + L200926 + + President/CEO + 200926@hsesinfo.org + Ms. + F200928 + L200928 + + 200928@hsesinfo.org + Ms. + F200924 + L200924 + + 200924@hsesinfo.org + 555-555-0924 x 5555 + + + 7005 + 2836 + 10463 + 200 + 2011 + 2015-12-01 + 2020-11-30 + EHS + Inactive + Warren County Head Start Inc + www.wchsny.org + 2836@hsesinfo.org + 11 Pearl St + + Glens Falls + NY + 12801-3603 + 11 Pearl St + + Glens Falls + NY + 12801-3603 + 11 Pearl St + + Glens Falls + NY + 12801-3603 + Ms. + F204701 + L204701 + Esq. + President, Board of DIrectors + 204701@hsesinfo.org + Ms. + F204702 + L204702 + + + 204702@hsesinfo.org + Mr. + F204704 + L204704 + + 204704@hsesinfo.org + Ms. + F204700 + L204700 + + 204700@hsesinfo.org + 555-555-4700 x 5555 + + + 8547 + 8427 + 10961 + 200 + 2017 + 2017-03-01 + + EHS + Active + Genesee County + www.gccardheadstart.com + 8427@hsesinfo.org + 1101 Beach St + Gccard Head Start + Flint + MI + 48502-1428 + 1101 Beach St + Fl 3 + Flint + MI + 48502-1428 + GCCARD Head Start + 601 N. Saginaw St., Suite 1B + Flint + MI + 48502-2009 + Mr. + F208557 + L208557 + + Chaiperson + 208557@hsesinfo.org + Mrs. + F208558 + L208558 + + Interim Executive Director + 208558@hsesinfo.org + Mrs. + F208560 + L208560 + + 208560@hsesinfo.org + Ms. + F208556 + L208556 + + 208556@hsesinfo.org + 555-555-8556 + + + 9897 + 8640 + 12013 + 006 + 2018 + 2020-07-01 + + Migrant HS + Active + Illinois Department of Human Services + 100 South Grand Ave. East + 8640@hsesinfo.org + 100 S Grand Ave E + 2nd Floor Room 2431 + Springfield + IL + 62762-0001 + 100 S Grand Ave E + 2nd Floor Room 2431 + Springfield + IL + 62762-0001 + 100 S Grand Ave E + 2nd Floor Room 2431 + Springfield + IL + 62762-0001 + Ms. + F217689 + L217689 + + DHS Secretary + 217689@hsesinfo.org + Ms. + F217690 + L217690 + + Associate Director + 217690@hsesinfo.org + Mr. + F217692 + L217692 + + 217692@hsesinfo.org + Mrs. + F217688 + L217688 + + 217688@hsesinfo.org + 555-555-7688 + + + 10800 + 9114 + 12771 + 200 + 2019 + 2019-12-01 + + EHS + Active + CDI HS/Eastern Oklahoma, OK + www.cdiheadstart.org + 9114@hsesinfo.org + 201 SE B St + + Stigler + OK + 74462-2423 + PO Box 726 + + Stigler + OK + 74462-0726 + 201 SE B St + + Stigler + OK + 74462-2423 + Mr. + F223893 + L223893 + + Chief Executive Officer + 223893@hsesinfo.org + Ms. + F223891 + L223891 + + Executive Director + 223891@hsesinfo.org + + F223894 + L223894 + + 223894@hsesinfo.org + Ms. + F223890 + L223890 + + 223890@hsesinfo.org + 555-555-3890 + + + 8175 + 8107 + 10550 + 200 + 2016 + 2016-05-01 + + EHS + Active + Centro de Servicios a la Juventud, Inc. + + 8107@hsesinfo.org + M1 Calle 3 + + Arecibo + PR + 00612-3426 + PO Box 9368 + + Arecibo + PR + 00613-9368 + M1 Calle 3 + + Arecibo + PR + 00612-3426 + Mr. + F206340 + L206340 + + Board Chairperson + 206340@hsesinfo.org + Mr. + F206341 + L206341 + + Interim Executive Director / Interim Headstar Director + 206341@hsesinfo.org + Mrs. + F206343 + L206343 + + 206343@hsesinfo.org + Mr. + F206339 + L206339 + + 206339@hsesinfo.org + 555-555-6339 + + + 8169 + 2162 + 10614 + 200 + 2001 + 2016-07-01 + + EHS + Active + EASTCONN Early Head Start + http://www.eastconn.org + 2162@hsesinfo.org + 376 Hartford Tpke + + Hampton + CT + 06247-1320 + 376 Hartford Tpke + + Hampton + CT + 06247-1320 + 376 Hartford Tpke + + Hampton + CT + 06247-1320 + Ms. + F206298 + L206298 + + + 206298@hsesinfo.org + Mr. + F206299 + L206299 + + + 206299@hsesinfo.org + Ms. + F206301 + L206301 + + 206301@hsesinfo.org + Ms. + F206297 + L206297 + + 206297@hsesinfo.org + 555-555-6297 + + + 8162 + 2416 + 10630 + 000 + 1992 + 2016-07-01 + + AIAN HS + Active + Nez Perce Tribe + http://www.nezperce.org + 2416@hsesinfo.org + Nez Perce Tribe Early Childhood Development Program + 117 Lolo St. + Lapwai + ID + 83540 + PO Box 365 + Nez Perce Tribe Early Childhood Development Program + Lapwai + ID + 83540-0365 + Nez Perce Tribe Early Childhood Development Program + 117 Lolo St. + Lapwai + ID + 83540 + Mr. + F206249 + L206249 + + Chairman, Nez Perce Tribe Executive Committee + 206249@hsesinfo.org + Mr. + F206250 + L206250 + + Executive Director + 206250@hsesinfo.org + Ms. + F206252 + L206252 + + 206252@hsesinfo.org + Ms. + F206248 + L206248 + + 206248@hsesinfo.org + 555-555-6248 + + + 9309 + 4437 + 11563 + 200 + 2013 + 2019-01-01 + + EHS + Active + UNITED COMMUNITY ACTION NETWORK + http://www.ucancap.org + 4437@hsesinfo.org + 250 NE Kenneth Ford Dr + + Roseburg + OR + 97470-1034 + 280 NE Kenneth Ford Dr + + Roseburg + OR + 97470-1034 + 280 NE Kenneth Ford Dr + + Roseburg + OR + 97470-1034 + Mrs. + F213701 + L213701 + + Governing Board Chair + 213701@hsesinfo.org + Mr. + F213702 + L213702 + + + 213702@hsesinfo.org + Ms. + F213704 + L213704 + + 213704@hsesinfo.org + Mrs. + F213700 + L213700 + + 213700@hsesinfo.org + 555-555-3700 + + + 9109 + 1281 + 11422 + 000 + 1992 + 2018-09-01 + + HS + Active + Riverside County Office of Education + www.rcoe.us + 1281@hsesinfo.org + 3939 13th Street + + Riverside + CA + 92502 + 3939 13th Street + P.O. Box 868 + Riverside + CA + 92502-0868 + 3939 13th Street + + Riverside + CA + 92502 + Dr. + F212353 + L212353 + Ed.D + Riverside County Superintendent of Schools + 212353@hsesinfo.org + Dr. + F212354 + L212354 + + Executive Director + 212354@hsesinfo.org + Ms. + F212356 + L212356 + + 212356@hsesinfo.org + Dr. + F212352 + L212352 + + 212352@hsesinfo.org + 555-555-2352 + + + 9151 + 3382 + 11449 + 000 + 2013 + 2018-09-01 + + HS + Active + Family Service Association of San Antonio, Inc. + www.family-service.org + 3382@hsesinfo.org + 702 San Pedro Avenue + + San Antonio + TX + 78212-4610 + 702 San Pedro Avenue + + San Antonio + TX + 78212-4610 + 702 San Pedro Avenue + + San Antonio + TX + 78212-4610 + Ms. + F212597 + L212597 + + Chair, Board of Directors + 212597@hsesinfo.org + Ms. + F212595 + L212595 + + President/CEO + 212595@hsesinfo.org + Ms. + F212598 + L212598 + + 212598@hsesinfo.org + Ms. + F212594 + L212594 + + 212594@hsesinfo.org + 555-555-2594 + + + 9006 + 8697 + 11329 + 200 + 2018 + 2018-08-01 + + EHS + Active + The Reginald S. Lourie Center for Infants and Young Children + https://www.adventisthealthcare.com/LC/programs/early-head-start/ + 8697@hsesinfo.org + 12301 Academy Way + + Rockville + MD + 20852-2000 + 12301 Academy Way + + Rockville + MD + 20852-2000 + 12301 Academy Way + + Rockville + MD + 20852-2000 + Mr. + F211592 + L211592 + + + 211592@hsesinfo.org + Dr. + F211590 + L211590 + + + 211590@hsesinfo.org + + F211593 + L211593 + + 211593@hsesinfo.org + Ms. + F211589 + L211589 + + 211589@hsesinfo.org + 555-555-1589 + + + 8964 + 1728 + 11309 + 000 + 2013 + 2018-08-01 + + HS + Active + Stafford County School District + https://www.staffordschools.net/Domain/37 + 1728@hsesinfo.org + 31 Stafford Avenue + + Stafford + VA + 22554-7246 + 31 Stafford Avenue + + Stafford + VA + 22554-7246 + 31 Stafford Avenue + + Stafford + VA + 22554-7246 + Mrs. + F211304 + L211304 + + Chairperson, Stafford School Board + 211304@hsesinfo.org + Dr. + F211305 + L211305 + + + 211305@hsesinfo.org + Ms. + F211307 + L211307 + + 211307@hsesinfo.org + Mrs. + F211303 + L211303 + + 211303@hsesinfo.org + 555-555-1303 + + + 6733 + 3101 + 10248 + 200 + 2011 + 2015-08-01 + 2020-07-31 + EHS + Inactive + Carroll County Board of Education + http://www.carroll.kyschools.us + 3101@hsesinfo.org + 813 Hawkins St + + Carrollton + KY + 41008-1339 + 813 Hawkins St + + Carrollton + KY + 41008-1339 + 813 Hawkins St + + Carrollton + KY + 41008-1339 + Mr. + F202802 + L202802 + + Board Chair + 202802@hsesinfo.org + Mr. + F202803 + L202803 + + Superintendent + 202803@hsesinfo.org + Mrs. + F202805 + L202805 + + 202805@hsesinfo.org + Mrs. + F202801 + L202801 + + 202801@hsesinfo.org + 555-555-2801 x 5555 + + + 4246 + 1052 + 2889 + 200 + 2013 + 2013-08-01 + 2018-11-30 + EHS + Inactive + Southeastern North Dakota Community Action Agency + http://www.sendcaa.org + 1052@hsesinfo.org + 3600 15 St S + + Fargo + ND + 58104-6221 + 3233 South University Drive + + Fargo + ND + 58104-6221 + 3233 South University Drive + + Fargo + ND + 58104-6221 + Mr. + F38081 + L38081 + + SENDCAA Board Chairperson + 38081@hsesinfo.org + Mr. + F38079 + L38079 + + + 38079@hsesinfo.org + Ms. + F38078 + L38078 + + 38078@hsesinfo.org + Ms. + F38077 + L38077 + + 38077@hsesinfo.org + 555-555-8077 x 5555 + + + 6746 + 1328 + 10195 + 000 + 1992 + 2015-08-01 + 2020-07-31 + HS + Inactive + West Orange-Cove Consolidated I.S.D. + http://www.woccisd.net + 1328@hsesinfo.org + 801 Cordrey St + + Orange + TX + 77630-3420 + 801 Cordrey St + + Orange + TX + 77630-3420 + 801 Cordrey St + + Orange + TX + 77630-3420 + Mrs. + F202893 + L202893 + + School Board President + 202893@hsesinfo.org + Mr. + F202894 + L202894 + + Superintendent + 202894@hsesinfo.org + Ms. + F202896 + L202896 + + 202896@hsesinfo.org + Mrs. + F202892 + L202892 + + 202892@hsesinfo.org + 555-555-2892 + + + 8524 + 8404 + 10937 + 200 + 2017 + 2017-03-01 + + EHS + Active + Scott County Public School Head Start + scottcountyheadstart.org + 8404@hsesinfo.org + 305 Legion Street + + Weber City + VA + 24290 + 305 Legion Street + + Weber City + VA + 24290 + 305 Legion Street + + Weber City + VA + 24290 + Mr. + F208396 + L208396 + + School Board Chair + 208396@hsesinfo.org + Mr. + F208397 + L208397 + + Division Superintendent + 208397@hsesinfo.org + Ms. + F208399 + L208399 + + 208399@hsesinfo.org + Mrs. + F208395 + L208395 + + 208395@hsesinfo.org + 555-555-8395 x 5555 + + + 5128 + 5134 + 8878 + 000 + 2014 + 2014-06-01 + 2019-06-30 + HS + Inactive + Matrix Human Services + www.matrixhumanservices.org + 5134@hsesinfo.org + 1400 Woodbridge St + + Detroit + MI + 48207-3110 + 1400 Woodbridge St + + Detroit + MI + 48207-3110 + 1400 Woodbridge St + + Detroit + MI + 48207-3110 + Mrs. + F50526 + L50526 + PhD + Vice President/Campus Director Phoenix University Detroit + 50526@hsesinfo.org + Mr. + F50527 + L50527 + + President / CEO Matrix Human Services + 50527@hsesinfo.org + Ms. + F50529 + L50529 + + 50529@hsesinfo.org + Ms. + F50525 + L50525 + + 50525@hsesinfo.org + 555-555-0525 + + + 5129 + 5135 + 8878 + 200 + 2014 + 2014-06-01 + 2019-06-30 + EHS + Inactive + Matrix Human Services + www.matrixhumanservices.org + 5135@hsesinfo.org + 1400 Woodbridge St + + Detroit + MI + 48207-3110 + 1400 Woodbridge St + + Detroit + MI + 48207-3110 + 1400 Woodbridge St + + Detroit + MI + 48207-3110 + Mrs. + F50534 + L50534 + PhD + Vice President/Campus Director Phoenix University Detroit + 50534@hsesinfo.org + Mr. + F50535 + L50535 + + President / CEO Matrix Human Services + 50535@hsesinfo.org + Ms. + F50537 + L50537 + + 50537@hsesinfo.org + Ms. + F50533 + L50533 + + 50533@hsesinfo.org + 555-555-0533 x 5555 + + + 8295 + 1766 + 10676 + 000 + 2002 + 2016-07-01 + + HS + Active + Taller Educativo De Caguas, Inc. + + 1766@hsesinfo.org + Carr. 156 Esquina Calle A Local 7 + Centro Comercial Jardines De Caguas + Caguas + PR + 00726 + Carr. 156 Esquina Calle A Local 7 + Centro Comercial Jardines De Caguas + Caguas + PR + 00726 + Carr. 156 Esquina Calle A Local 7 + Centro Comercial Jardines De Caguas + Caguas + PR + 00726 + Sr. + F207205 + L207205 + + GOVERNING BOARD PRESIDENT + 207205@hsesinfo.org + Sra. + F207206 + L207206 + + DIRECTOR + 207206@hsesinfo.org + Sra. + F207208 + L207208 + + 207208@hsesinfo.org + Sra. + F207204 + L207204 + + 207204@hsesinfo.org + 555-555-7204 + + + 10632 + 9052 + 12626 + 003 + 2019 + 2019-07-01 + + HS + Active + Merrillville Community School Corporation + https://www.mvsc.k12.in.us/ + 9052@hsesinfo.org + 7249 Van Buren St + + Merrillville + IN + 46410-3857 + 7249 Van Buren St + + Merrillville + IN + 46410-3857 + 6701 Delaware St + + Merrillville + IN + 46410-3579 + Mr. + F222760 + L222760 + + Superintendent + 222760@hsesinfo.org + Mrs. + F222758 + L222758 + + President + 222758@hsesinfo.org + + F222761 + L222761 + + 222761@hsesinfo.org + Ms. + F222757 + L222757 + + 222757@hsesinfo.org + 555-555-2757 x 5555 + + + 10184 + 2533 + 12218 + 000 + 2013 + 2019-07-01 + + Migrant HS + Active + Tri-Valley Opportunity Council, Inc. + http://www.tvoc.org + 2533@hsesinfo.org + 102 N Broadway + + Crookston + MN + 56716-1731 + 102 North Broadway + P.O. Box 607 + Crookston + MN + 56716-0607 + 102 N Broadway + + Crookston + MN + 56716-1731 + Mr. + F219644 + L219644 + + Chairperson + 219644@hsesinfo.org + Mr. + F219645 + L219645 + + Chief Executive Officer + 219645@hsesinfo.org + Mr. + F219647 + L219647 + + 219647@hsesinfo.org + Ms. + F219643 + L219643 + + 219643@hsesinfo.org + 555-555-9643 x 5555 + + + 10185 + 2867 + 12218 + 200 + 2013 + 2019-07-01 + + Migrant EHS + Active + Tri-Valley Opportunity Council, Inc. + http://www.tvoc.org + 2867@hsesinfo.org + 102 North Broadway + PO Box 607 + Crookston + MN + 56716 + 102 North Broadway + PO Box 607 + Crookston + MN + 56716 + 102 North Broadway + PO Box 607 + Crookston + MN + 56716 + Mr. + F219651 + L219651 + + Chairperson + 219651@hsesinfo.org + Mr. + F219652 + L219652 + + + 219652@hsesinfo.org + Mr. + F219654 + L219654 + + 219654@hsesinfo.org + Ms. + F219650 + L219650 + + 219650@hsesinfo.org + 555-555-9650 + + + 5292 + 3686 + 9138 + 013 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Norwalk-La Mirada Unified School District + www.nlmpreschool.org + 3686@hsesinfo.org + 14616 Dinard Ave. + + Norwalk + CA + 90650-5110 + 14616 Dinard Ave. + + Norwalk + CA + 90650-5110 + 14616 Dinard Ave. + + Norwalk + CA + 90650-5110 + Ms. + F53386 + L53386 + + School Board President + 53386@hsesinfo.org + Dr. + F53390 + L53390 + + School Superintendent + 53390@hsesinfo.org + Ms. + F53387 + L53387 + + 53387@hsesinfo.org + Ms. + F53385 + L53385 + + 53385@hsesinfo.org + 555-555-3385 + + + 9784 + 730 + 11931 + 000 + 2013 + 2019-07-01 + + HS + Active + Presbyterian Medical Services + http://www.pms-healthierstate.org + 730@hsesinfo.org + 1422 Paseo De Peralta + + Santa Fe + NM + 87501 + 1422 Paseo De Peralta + + Santa Fe + NM + 87501 + 1422 Paseo De Peralta + + Santa Fe + NM + 87501 + Mrs. + F216899 + L216899 + + President, Board of Directors + 216899@hsesinfo.org + Mr. + F216900 + L216900 + + + 216900@hsesinfo.org + Ms. + F216902 + L216902 + + 216902@hsesinfo.org + Ms. + F216898 + L216898 + + 216898@hsesinfo.org + 555-555-6898 + + + 9785 + 731 + 11931 + 200 + 2013 + 2019-07-01 + + EHS + Active + Presbyterian Medical Services + http://www.pms-healthierstate.org + 731@hsesinfo.org + 1422 Paseo De Peralta + + Santa Fe + NM + 87501 + 1422 Paseo De Peralta + + Santa Fe + NM + 87501 + 1422 Paseo De Peralta + + Santa Fe + NM + 87501 + Mrs. + F216906 + L216906 + + + 216906@hsesinfo.org + Mr. + F216907 + L216907 + + + 216907@hsesinfo.org + Mr. + F216909 + L216909 + + 216909@hsesinfo.org + Ms. + F216905 + L216905 + + 216905@hsesinfo.org + 555-555-6905 + + + 9786 + 798 + 11926 + 000 + 1992 + 2019-07-01 + + HS + Active + Tri-County Community Action, Inc + www.tricountycommaction.org + 798@hsesinfo.org + 214 Nacogdoches St + + Center + TX + 75935-3854 + PO Box 1748 + + Center + TX + 75935-1748 + 214 Nacogdoches St + + Center + TX + 75935-3854 + Mr. + F216913 + L216913 + + Board Chair + 216913@hsesinfo.org + Mr. + F216914 + L216914 + + Executive Director + 216914@hsesinfo.org + Mrs. + F216916 + L216916 + + 216916@hsesinfo.org + Mr. + F216912 + L216912 + + 216912@hsesinfo.org + 555-555-6912 x 5555 + + + 8375 + 1134 + 10723 + 000 + 1993 + 2016-09-01 + + AIAN HS + Active + Confederated Tribes of The Umatilla Indian Res. + http://ctuir.org + 1134@hsesinfo.org + 46411 Timine Way + + Pendleton + OR + 97801-0638 + 46411 Timine Way + + Pendleton + OR + 97801-0638 + 46411 Timine Way + + Pendleton + OR + 97801-0638 + Mrs. + F207784 + L207784 + + Chairman, Board of Trustees + 207784@hsesinfo.org + Mr. + F207785 + L207785 + + Executive Director + 207785@hsesinfo.org + Ms. + F207787 + L207787 + + 207787@hsesinfo.org + Mr. + F207783 + L207783 + + 207783@hsesinfo.org + 555-555-7783 + + + 9235 + 835 + 11514 + 200 + 2013 + 2018-12-01 + + EHS + Active + FAMILY FORUM, INC. + http://www.familyforum.org + 835@hsesinfo.org + 1507 Tower Avenue + Suite 312 + Superior + WI + 54880-5137 + 1507 Tower Avenue + Suite 312 + Superior + WI + 54880-5137 + 1507 Tower Avenue + Suite 312 + Superior + WI + 54880-5137 + Ms. + F213185 + L213185 + + Chairperson + 213185@hsesinfo.org + Mrs. + F213186 + L213186 + + Executive Director + 213186@hsesinfo.org + Ms. + F213188 + L213188 + + 213188@hsesinfo.org + Mrs. + F213184 + L213184 + + 213184@hsesinfo.org + 555-555-3184 + + + 6835 + 4021 + 10312 + 001 + + 2015-08-01 + + HS + Active + Le Jardin Community Center, Inc. + www.lejardincommunitycenterinc.org + 4021@hsesinfo.org + 311 NE 8th St + Ste 203 + Homestead + FL + 33030-4735 + 311 NE 8th St + Ste 203 + Homestead + FL + 33030-4735 + 311 NE 8th St + Ste 203 + Homestead + FL + 33030-4735 + Atty. + F203520 + L203520 + + Board Chair + 203520@hsesinfo.org + Mr. + F203521 + L203521 + + Executive Director + 203521@hsesinfo.org + Ms. + F203523 + L203523 + + 203523@hsesinfo.org + Mr. + F203519 + L203519 + + 203519@hsesinfo.org + 555-555-3519 + + + 6836 + 4008 + 10312 + 201 + + 2015-08-01 + + EHS + Active + Le Jardin Community Center, Inc. + www.lejardinccinc.org + 4008@hsesinfo.org + 311 NE 8th St + Ste 203 + Homestead + FL + 33030-4735 + 311 NE 8th St + Ste 203 + Homestead + FL + 33030-4735 + 311 NE 8th St + Ste 203 + Homestead + FL + 33030-4735 + Atty. + F203527 + L203527 + + Board Chair + 203527@hsesinfo.org + Mr. + F203528 + L203528 + + Executive Director + 203528@hsesinfo.org + Ms. + F203530 + L203530 + + 203530@hsesinfo.org + Mr. + F203526 + L203526 + + 203526@hsesinfo.org + 555-555-3526 + + + 8891 + 3289 + 11257 + 200 + 2013 + 2018-07-01 + + EHS + Active + Parents In Community Action, Inc. + www.picaheadstart.org + 3289@hsesinfo.org + 700 Humboldt Avenue North + + Minneapolis + MN + 55411-3931 + 700 Humboldt Avenue North + + Minneapolis + MN + 55411-3931 + 700 Humboldt Avenue North + + Minneapolis + MN + 55411-3931 + Ms. + F210758 + L210758 + + Board Chair + 210758@hsesinfo.org + Ms. + F210759 + L210759 + + Executive Director + 210759@hsesinfo.org + Ms. + F210761 + L210761 + + 210761@hsesinfo.org + Mr. + F210757 + L210757 + + 210757@hsesinfo.org + 555-555-0757 + + + 8020 + 1388 + 10514 + 000 + 1992 + 2016-02-01 + + HS + Active + Big Five Community Services, Inc. + http://www.bigfive.org + 1388@hsesinfo.org + 1502 N 1st Ave + + Durant + OK + 74701-2814 + 1502 N 1st Ave + + Durant + OK + 74701-2814 + 1502 N 1st Ave + + Durant + OK + 74701-2814 + Mr. + F205342 + L205342 + + Board Chairperson + 205342@hsesinfo.org + Mr. + F205343 + L205343 + + + 205343@hsesinfo.org + Mrs. + F205345 + L205345 + + 205345@hsesinfo.org + Mr. + F205341 + L205341 + + 205341@hsesinfo.org + 555-555-5341 + + + 6763 + 1755 + 10199 + 000 + 1992 + 2015-08-01 + 2020-07-31 + AIAN HS + Inactive + Bishop Indian Head Start Program + www.bishoppaiutetribe.com + 1755@hsesinfo.org + 405 N Barlow Ln + + Bishop + CA + 93514-8046 + 405 N Barlow Ln + + Bishop + CA + 93514-8046 + 405 N Barlow Ln + + Bishop + CA + 93514-8046 + Mr. + F203012 + L203012 + + Tribal Chairman + 203012@hsesinfo.org + Mrs. + F203013 + L203013 + + Tribal Administrator + 203013@hsesinfo.org + Mr. + F203015 + L203015 + + 203015@hsesinfo.org + Mrs. + F203011 + L203011 + + 203011@hsesinfo.org + 555-555-3011 x 5555 + + + 11394 + 1273 + 13251 + 000 + 1992 + 2020-06-01 + + HS + Active + Northern Arizona Council of Governments + http://www.nacog.org + 1273@hsesinfo.org + 119 E Aspen Ave + + Flagstaff + AZ + 86001-5222 + 119 E Aspen Ave + + Flagstaff + AZ + 86001-5222 + 119 E Aspen Ave + + Flagstaff + AZ + 86001-5222 + Mr. + F227816 + L227816 + Jr. + Mayor, Show Low + 227816@hsesinfo.org + Mr. + F227817 + L227817 + + NACOG Executive Director + 227817@hsesinfo.org + Mr. + F227819 + L227819 + + 227819@hsesinfo.org + Ms. + F227815 + L227815 + + 227815@hsesinfo.org + 555-555-7815 x 5555 + + + 4882 + 2362 + 8788 + 000 + 2014 + 2014-06-01 + 2019-05-31 + HS + Inactive + New River Community Action, Inc. + http://www.swva.net/nrca/ + 2362@hsesinfo.org + 1093 East Main Street + + Radford + VA + 24141-1747 + 1093 East Main Street + + Radford + VA + 24141-1747 + 1093 East Main Street + + Radford + VA + 24141-1747 + Mr. + F48155 + L48155 + + Board Chair + 48155@hsesinfo.org + Mrs. + F48157 + L48157 + + + 48157@hsesinfo.org + Ms. + F48156 + L48156 + + 48156@hsesinfo.org + Ms. + F48153 + L48153 + + 48153@hsesinfo.org + 555-555-8153 x 5555 + + + 9787 + 2882 + 11926 + 200 + 2011 + 2019-07-01 + + EHS + Active + Tri-County Community Action, Inc + www.tricountycommunityaction.org + 2882@hsesinfo.org + 214 Nacogdoches St + + Center + TX + 75935-3854 + PO Box 1748 + + Center + TX + 75935-1748 + 214 Nacogdoches St + + Center + TX + 75935-3854 + Mr. + F216920 + L216920 + + Board Chair + 216920@hsesinfo.org + Mr. + F216921 + L216921 + + Executive Director + 216921@hsesinfo.org + Mrs. + F216923 + L216923 + + 216923@hsesinfo.org + Mr. + F216919 + L216919 + + 216919@hsesinfo.org + 555-555-6919 x 5555 + + + 4507 + 2787 + 8491 + 200 + 2011 + 2013-11-29 + 2018-11-30 + EHS + Inactive + Options for Learning + www.optionsforlearning.org + 2787@hsesinfo.org + 885 So. Village Oaks Drive + + Covina + CA + 91724-3615 + 885 So. Village Oaks Drive + + Covina + CA + 91724-3615 + 885 So. Village Oaks Drive + + Covina + CA + 91724-3615 + Mr. + F42453 + L42453 + + Chairperson, Board of Directors + 42453@hsesinfo.org + Mr. + F42451 + L42451 + + Executive Director + 42451@hsesinfo.org + Mrs. + F42450 + L42450 + + 42450@hsesinfo.org + Mrs. + F42448 + L42448 + + 42448@hsesinfo.org + 555-555-2448 + + + 6938 + 360 + 10413 + 000 + 1991 + 2015-11-01 + + AIAN HS + Active + Choctaw Nation of Oklahoma + http://www.choctawnation.com + 360@hsesinfo.org + 1802 Chukka Hina + + Durant + OK + 74701-1802 + PO BOX 1210 + + Durant + OK + 74702-1210 + 1802 Chukka Hina + + Durant + OK + 74701-1802 + Mr. + F204227 + L204227 + + Chief + 204227@hsesinfo.org + Mr. + F204228 + L204228 + + Executive Director + 204228@hsesinfo.org + Ms. + F204230 + L204230 + + 204230@hsesinfo.org + Mrs. + F204226 + L204226 + + 204226@hsesinfo.org + 555-555-4226 x 5555 + + + 10884 + 2936 + 12871 + 200 + 2015 + 2020-01-01 + + EHS + Active + Community Services of Venango County, Inc. + www.csvenango.com + 2936@hsesinfo.org + 13690 S Mosiertown Rd + Ste A + Meadville + PA + 16335-8312 + 206 Seneca St + Fl 4 + Oil City + PA + 16301-1317 + 206 Seneca St + Fl 4 + Oil City + PA + 16301-1317 + Ms. + F224480 + L224480 + + Board of Directors, President + 224480@hsesinfo.org + Ms. + F224481 + L224481 + + + 224481@hsesinfo.org + Ms. + F224483 + L224483 + + 224483@hsesinfo.org + Ms. + F224479 + L224479 + + 224479@hsesinfo.org + 555-555-4479 x 5555 + + + 5106 + 1892 + 8806 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Wabash Area Development, Inc. + www.wadi-inc.com + 1892@hsesinfo.org + 110 Latham Street + + Enfield + IL + 62835 + PO Box 70 + + Enfield + IL + 62835-0070 + 110 Latham Street + + Enfield + IL + 62835 + Ms. + F51803 + L51803 + + Board President + 51803@hsesinfo.org + Ms. + F51804 + L51804 + + CEO + 51804@hsesinfo.org + Ms. + F51806 + L51806 + + 51806@hsesinfo.org + Ms. + F51802 + L51802 + + 51802@hsesinfo.org + 555-555-1802 x 5555 + + + 9452 + 977 + 11663 + 000 + 2013 + 2019-03-01 + + HS + Active + Monticello Area Community Action Agency + http://www.macaa.org + 977@hsesinfo.org + 1025 Park Street + + Charlottesville + VA + 22901-3934 + 1025 Park Street + + Charlottesville + VA + 22901-3934 + 1025 Park Street + + Charlottesville + VA + 22901-3934 + Mr. + F214662 + L214662 + + Board President + 214662@hsesinfo.org + Ms. + F214663 + L214663 + + Executive Director + 214663@hsesinfo.org + Mrs. + F214665 + L214665 + + 214665@hsesinfo.org + Ms. + F214661 + L214661 + + 214661@hsesinfo.org + 555-555-4661 x 5555 + + + 4848 + 272 + 8836 + 000 + 1989 + 2014-06-01 + 2019-05-31 + HS + Inactive + AROOSTOOK COUNTY ACTION PROGRAM + http://www.acap-me.org + 272@hsesinfo.org + 771 Main St + + Presque Isle + ME + 04769-2201 + PO Box 1116 + + Presque Isle + ME + 04769-1116 + 771 Main St + + Presque Isle + ME + 04769-2201 + Mr. + F47607 + L47607 + + Chair, ACAP Board of Directors + 47607@hsesinfo.org + Mr. + F47611 + L47611 + + Executive DIrector + 47611@hsesinfo.org + Ms. + F47609 + L47609 + + 47609@hsesinfo.org + Ms. + F47606 + L47606 + + 47606@hsesinfo.org + 555-555-7606 + + + 6543 + 6561 + 10160 + 000 + + 2015-06-01 + + HS + Active + Bauer Family Resources, Inc. + www.bauerfamilyresources.org + 6561@hsesinfo.org + 20 Professional Ct + + Lafayette + IN + 47905-5152 + PO Box 1186 + + Lafayette + IN + 47902-1186 + 20 Professional Ct + + Lafayette + IN + 47905-5152 + Mr. + F201471 + L201471 + + Board Chair + 201471@hsesinfo.org + Ms. + F201472 + L201472 + + CEO + 201472@hsesinfo.org + Mr. + F201474 + L201474 + + 201474@hsesinfo.org + Mrs. + F201470 + L201470 + + 201470@hsesinfo.org + 555-555-1470 + + + 8507 + 8387 + 10919 + 200 + 2017 + 2017-03-01 + + EHS + Active + Action for Boston Community Development, Inc. + www.bostonabcd.org + 8387@hsesinfo.org + 178 Tremont St + + Boston + MA + 02111-1006 + 178 Tremont St + + Boston + MA + 02111-1006 + 178 Tremont St + + Boston + MA + 02111-1006 + Ms. + F208275 + L208275 + + Board Chair + 208275@hsesinfo.org + Mr. + F208276 + L208276 + + President/CEO + 208276@hsesinfo.org + Mr. + F208278 + L208278 + + 208278@hsesinfo.org + Ms. + F208274 + L208274 + + 208274@hsesinfo.org + 555-555-8274 + + + 10447 + 6191 + 12442 + 200 + + 2019-09-01 + 2020-08-31 + EHS + Inactive + Family Services of Grant County + http://www.familyservicegc.net + 6191@hsesinfo.org + 1402 E Craig St + + Moses Lake + WA + 98837-3165 + 1402 E Craig St + + Moses Lake + WA + 98837-3165 + 1402 E Craig St + + Moses Lake + WA + 98837-3165 + Atty. + F221468 + L221468 + + + 221468@hsesinfo.org + Ms. + F221469 + L221469 + + + 221469@hsesinfo.org + Ms. + F221471 + L221471 + + 221471@hsesinfo.org + Ms. + F221467 + L221467 + + 221467@hsesinfo.org + 555-555-1467 x 5555 + + + 9101 + 8718 + 11407 + 000 + 2018 + 2018-09-01 + + HS + Active + St. Mary Community Action Agency, Inc. + www.stmarycaa.org + 8718@hsesinfo.org + 1407 Barrow St + + Franklin + LA + 70538-3514 + 1407 Barrow St + + Franklin + LA + 70538-3514 + 1407 Barrow St + + Franklin + LA + 70538-3514 + Miss + F212288 + L212288 + + Board Chairman + 212288@hsesinfo.org + Mrs. + F212289 + L212289 + + CEO/Head Start Administrator + 212289@hsesinfo.org + Ms. + F212291 + L212291 + + 212291@hsesinfo.org + Mrs. + F212287 + L212287 + + 212287@hsesinfo.org + 555-555-2287 + + + 10446 + 6198 + 12436 + 200 + + 2019-09-01 + + EHS + Active + Oregon Child Development Coalition, Inc. + http://www.ocdc.net + 6198@hsesinfo.org + 9140 SW Pioneer Court, Suite C + + Wilsonville + OR + 97070-2780 + 9140 SW Pioneer Court, Suite C + + Wilsonville + OR + 97070-2780 + 9140 SW Pioneer Court, Suite C + + Wilsonville + OR + 97070-2780 + Mrs. + F221461 + L221461 + + Board Chair + 221461@hsesinfo.org + Mrs. + F221462 + L221462 + + Executive Director + 221462@hsesinfo.org + Ms. + F221464 + L221464 + + 221464@hsesinfo.org + Mrs. + F221460 + L221460 + + 221460@hsesinfo.org + 555-555-1460 x 5555 + + + 9049 + 948 + 11381 + 000 + 2013 + 2018-08-01 + + HS + Active + Southern Maryland Tri-County Community Action Committee + http://www.smtccac.org + 948@hsesinfo.org + 8371 Old Leonardtown Road + + Hughesville + MD + 20637 + P.O. Box 280 + 8371 Old Leonardtown Road + Hughesville + MD + 20637-0280 + 8371 Old Leonardtown Road + + Hughesville + MD + 20637 + Mr. + F211895 + L211895 + + SMTCCAC Board Chairperson + 211895@hsesinfo.org + Mr. + F211896 + L211896 + + President/CEO + 211896@hsesinfo.org + Ms. + F211898 + L211898 + + 211898@hsesinfo.org + Ms. + F211894 + L211894 + + 211894@hsesinfo.org + 555-555-1894 x 5555 + + + 6788 + 6806 + 10137 + 200 + + 2015-07-01 + + EHS + Active + Bethlehem Center of Charlotte, Inc. + www.bethlehemcenter.org + 6806@hsesinfo.org + 700 Parkwood Ave + + Charlotte + NC + 28205-2655 + 700 Parkwood Ave + + Charlotte + NC + 28205-2655 + 700 Parkwood Ave + + Charlotte + NC + 28205-2655 + Mr. + F203188 + L203188 + + Borad Chair + 203188@hsesinfo.org + Mr. + F203189 + L203189 + + CEO + 203189@hsesinfo.org + Ms. + F203191 + L203191 + + 203191@hsesinfo.org + Mr. + F203187 + L203187 + + 203187@hsesinfo.org + 555-555-3187 + + + 9789 + 8922 + 11925 + 200 + 2019 + 2019-07-01 + + EHS + Active + Martha's Table, Inc. + + 8922@hsesinfo.org + 2375 Elvans Rd SE + + Washington + DC + 20020-3543 + 2375 Elvans Rd SE + + Washington + DC + 20020-3543 + 2375 Elvans Rd SE + + Washington + DC + 20020-3543 + Mr. + F216934 + L216934 + + Board Chair + 216934@hsesinfo.org + Ms. + F216935 + L216935 + + President and Chief Executive Officer + 216935@hsesinfo.org + Ms. + F216937 + L216937 + + 216937@hsesinfo.org + Mrs. + F216933 + L216933 + + 216933@hsesinfo.org + 555-555-6933 + + + 4821 + 4825 + 8790 + 201 + 2014 + 2014-04-25 + 2018-12-31 + EHS + Inactive + One Hope United + http://www.onehopeunited.org + 4825@hsesinfo.org + 514 W. 31st St + + Chicago + IL + 60616 + 514 W. 31st St + + Chicago + IL + 60616 + 514 W. 31st St + + Chicago + IL + 60616 + Ms. + F46957 + L46957 + + Board Chairperson + 46957@hsesinfo.org + Ms. + F46958 + L46958 + + Executive Director - Early Learning Child Development + 46958@hsesinfo.org + Ms. + F46960 + L46960 + + 46960@hsesinfo.org + Ms. + F46956 + L46956 + + 46956@hsesinfo.org + 555-555-6956 + + + 10176 + 5359 + 12211 + 202 + 2014 + 2019-07-01 + + EHS + Active + Lucas County Family and Children First Council + lucascountyfamilycouncil.org + 5359@hsesinfo.org + 1946 N 13th St + Ste 420 + Toledo + OH + 43604-7264 + 1946 N 13th St + Ste 420 + Toledo + OH + 43604-7264 + 1946 N 13th St + Ste 420 + Toledo + OH + 43604-7264 + Mrs. + F219595 + L219595 + + Board Chair + 219595@hsesinfo.org + Mr. + F219593 + L219593 + + Executive Director + 219593@hsesinfo.org + Ms. + F219596 + L219596 + + 219596@hsesinfo.org + Dr. + F219592 + L219592 + + 219592@hsesinfo.org + 555-555-9592 + + + 4538 + 296 + 8516 + 000 + 2013 + 2013-12-23 + 2018-12-31 + HS + Inactive + LUZERNE COUNTY HEAD START, INC + http://lchs.hsweb.org + 296@hsesinfo.org + 23 Beekman St + + Wilkes Barre + PA + 18702-2109 + 23 Beekman St + + Wilkes Barre + PA + 18702-2109 + 23 Beekman St + + Wilkes Barre + PA + 18702-2109 + Dr. + F43130 + L43130 + + President Board of Directors + 43130@hsesinfo.org + Mrs. + F43131 + L43131 + + Executive Director + 43131@hsesinfo.org + Ms. + F43132 + L43132 + + 43132@hsesinfo.org + Mrs. + F43129 + L43129 + + 43129@hsesinfo.org + 555-555-3129 x 5555 + + + 6485 + 2784 + 10110 + 200 + 2011 + 2015-07-01 + + EHS + Active + SHORE UP, INC + http://www.shoreup.org + 2784@hsesinfo.org + 520 Snow Hill Rd + + Salisbury + MD + 21804-6031 + 520 Snow Hill Rd + + Salisbury + MD + 21804-6031 + 520 Snow Hill Rd + + Salisbury + MD + 21804-6031 + Mr. + F201065 + L201065 + + Board of Director's Chairperson + 201065@hsesinfo.org + Mr. + F201066 + L201066 + + Executive Director + 201066@hsesinfo.org + Ms. + F201068 + L201068 + + 201068@hsesinfo.org + Dr. + F201064 + L201064 + + 201064@hsesinfo.org + 555-555-1064 x 5555 + + + 10731 + 2115 + 12730 + 000 + 2014 + 2019-12-01 + + HS + Active + NYS Federation of Growers' & Processors' Associations, Inc. + www.abcdny.org + 2115@hsesinfo.org + 115 W Bayard St + + Seneca Falls + NY + 13148-1710 + 847 Union St + + Schenectady + NY + 12308-2705 + 847 Union St + + Schenectady + NY + 12308-2705 + Mr. + F223453 + L223453 + Jr. + President, Board of Directors + 223453@hsesinfo.org + Ms. + F223454 + L223454 + + Chief Executive Officer + 223454@hsesinfo.org + Mr. + F223456 + L223456 + + 223456@hsesinfo.org + Ms. + F223452 + L223452 + + 223452@hsesinfo.org + 555-555-3452 + + + 10732 + 2114 + 12730 + 200 + 2014 + 2019-12-01 + + EHS + Active + NYS Federation of Growers & Processors Ass.Inc + www.abcdny.org + 2114@hsesinfo.org + 47 Academy Ave + + Middletown + NY + 10940-5134 + 847 Union St + + Schenectady + NY + 12308-2705 + 847 Union St + + Schenectady + NY + 12308-2705 + Mr. + F223460 + L223460 + Jr. + President, Board of Directors + 223460@hsesinfo.org + Ms. + F223461 + L223461 + + Chief Executive Officer + 223461@hsesinfo.org + Mr. + F223463 + L223463 + + 223463@hsesinfo.org + Ms. + F223459 + L223459 + + 223459@hsesinfo.org + 555-555-3459 + + + 4849 + 2720 + 8836 + 200 + 2011 + 2014-06-01 + 2019-05-31 + EHS + Inactive + AROOSTOOK COUNTY ACTION PROGRAM + www.acap-me.org + 2720@hsesinfo.org + 771 Main St + + Presque Isle + ME + 04769-2201 + PO Box 1116 + + Presque Isle + ME + 04769-1116 + 771 Main St + + Presque Isle + ME + 04769-2201 + Mr. + F47617 + L47617 + + Chair, ACAP Board of Directors + 47617@hsesinfo.org + Mr. + F47615 + L47615 + + Executive Director + 47615@hsesinfo.org + Ms. + F47614 + L47614 + + 47614@hsesinfo.org + Ms. + F47613 + L47613 + + 47613@hsesinfo.org + 555-555-7613 + + + 8245 + 428 + 10647 + 200 + 2002 + 2016-07-01 + + EHS + Active + Concerted Services, Inc. + http://www.myactionpact.org + 428@hsesinfo.org + 2100 Riverside Ave + Ste B + Waycross + GA + 31501-7076 + 2100 Riverside Ave + Ste B + Waycross + GA + 31501-7076 + 2100 Riverside Ave + Ste B + Waycross + GA + 31501-7076 + Mr. + F206830 + L206830 + Jr. + Board Chairman + 206830@hsesinfo.org + Mr. + F206831 + L206831 + + + 206831@hsesinfo.org + Mrs. + F206833 + L206833 + + 206833@hsesinfo.org + Mrs. + F206829 + L206829 + + 206829@hsesinfo.org + 555-555-6829 + + + 11546 + 6188 + 13341 + 200 + + 2020-07-01 + + EHS + Active + Umatilla-Morrow Head Start + http://www.umchs.org + 6188@hsesinfo.org + 110 NE Fourth Street + + Hermiston + OR + 97838-1861 + 110 NE Fourth Street + + Hermiston + OR + 97838-1861 + 110 NE Fourth Street + + Hermiston + OR + 97838-1861 + Mrs. + F228850 + L228850 + + Board Chair + 228850@hsesinfo.org + Mrs. + F228851 + L228851 + + Executive Director + 228851@hsesinfo.org + Mr. + F228853 + L228853 + + 228853@hsesinfo.org + Mr. + F228849 + L228849 + + 228849@hsesinfo.org + 555-555-8849 x 5555 + + + 8536 + 8416 + 10942 + 200 + 2017 + 2017-03-01 + + EHS + Active + Chapel Hill Training-Outreach Project, Inc. + http://www.chtop.org/Programs/Head-Start-and-Early-Head-Start.html + 8416@hsesinfo.org + 800 Eastowne Dr + Ste 105 + Chapel Hill + NC + 27514-2215 + 800 Eastowne Dr + Ste 105 + Chapel Hill + NC + 27514-2215 + 800 Eastowne Dr + Ste 105 + Chapel Hill + NC + 27514-2215 + Dr. + F208480 + L208480 + Sr + CHTOP Board Chairperson + 208480@hsesinfo.org + Mr. + F208481 + L208481 + + Executive Director + 208481@hsesinfo.org + Mr. + F208483 + L208483 + + 208483@hsesinfo.org + Mr. + F208479 + L208479 + + 208479@hsesinfo.org + 555-555-8479 x 5555 + + + 11395 + 1272 + 13251 + 200 + 2003 + 2020-06-01 + + EHS + Active + Northern Arizona Council of Governments + http://www.nacog.org + 1272@hsesinfo.org + 119 E Aspen Ave + + Flagstaff + AZ + 86001-5222 + 119 E Aspen Ave + + Flagstaff + AZ + 86001-5222 + 119 E Aspen Ave + + Flagstaff + AZ + 86001-5222 + Mr. + F227823 + L227823 + Jr + Mayor, Show Low + 227823@hsesinfo.org + Mr. + F227824 + L227824 + + NACOG Executive Director + 227824@hsesinfo.org + Mr. + F227826 + L227826 + + 227826@hsesinfo.org + Ms. + F227822 + L227822 + + 227822@hsesinfo.org + 555-555-7822 x 5555 + + + 9758 + 2298 + 11895 + 000 + 2014 + 2019-07-01 + + HS + Active + Concho Valley Council of Governments + www.cvcog.org + 2298@hsesinfo.org + 2801 W. Loop 306 Ste A + + San Angelo + TX + 76904 + PO Box 60050 + + San Angelo + TX + 76906-0050 + 2801 W. Loop 306 Ste A + + San Angelo + TX + 76904 + Judge + F216717 + L216717 + + Executive Committee Chairman + 216717@hsesinfo.org + Mr. + F216718 + L216718 + + Executive Director + 216718@hsesinfo.org + Dr. + F216720 + L216720 + + 216720@hsesinfo.org + Mrs. + F216716 + L216716 + + 216716@hsesinfo.org + 555-555-6716 x 5555 + + + 9759 + 2297 + 11895 + 200 + 2004 + 2019-07-01 + + EHS + Active + Concho Valley Council of Governments + www.cvcog.org + 2297@hsesinfo.org + 2801 W. Loop 306 Ste A + + San Angelo + TX + 76904 + PO Box 60050 + + San Angelo + TX + 76906-0050 + 2801 W. Loop 306 Ste A + + San Angelo + TX + 76904 + Judge + F216724 + L216724 + + Executive Committee Chairman + 216724@hsesinfo.org + Mr. + F216725 + L216725 + + Executive Director + 216725@hsesinfo.org + Dr. + F216727 + L216727 + + 216727@hsesinfo.org + Mrs. + F216723 + L216723 + + 216723@hsesinfo.org + 555-555-6723 x 5555 + + + 11483 + 9388 + 13315 + 200 + 2020 + 2020-07-01 + + EHS + Active + Association to Benefit Children + http://www.a-b-c.org + 9388@hsesinfo.org + 419 E 86th St + + New York + NY + 10028-6402 + 419 E 86th St + + New York + NY + 10028-6402 + 419 E 86th St + + New York + NY + 10028-6402 + Dr. + F228408 + L228408 + + Board Chair + 228408@hsesinfo.org + Ms. + F228409 + L228409 + + Executive Director + 228409@hsesinfo.org + Mr. + F228411 + L228411 + + 228411@hsesinfo.org + Ms. + F228407 + L228407 + + 228407@hsesinfo.org + 555-555-8407 + + + 11420 + 9344 + 13264 + 200 + 2020 + 2020-06-01 + + EHS + Active + Organized Community Action Program, Inc. + www.ocaptroy.com + 9344@hsesinfo.org + 507 N 3 Notch St + + Troy + AL + 36081-2120 + 507 N 3 Notch St + + Troy + AL + 36081-2120 + 507 N 3 Notch St + + Troy + AL + 36081-2120 + Mr. + F227982 + L227982 + + Chairperson of the Board of Directors + 227982@hsesinfo.org + Ms. + F227983 + L227983 + + Executive Director + 227983@hsesinfo.org + Ms. + F227985 + L227985 + + 227985@hsesinfo.org + Ms. + F227981 + L227981 + + 227981@hsesinfo.org + 555-555-7981 + + + 10528 + 1194 + 12517 + 000 + 2014 + 2019-09-01 + + AIAN HS + Active + PUEBLO OF ISLETA + + 1194@hsesinfo.org + 2 Sagebrush Rd + + Isleta + NM + 87022 + PO Box 579 + + Isleta + NM + 87022-0579 + 3950 Highway 47 + + Albuquerque + NM + 87105 + Mr. + F222035 + L222035 + + Governor + 222035@hsesinfo.org + Ms. + F222036 + L222036 + + Executive Director + 222036@hsesinfo.org + Ms. + F222038 + L222038 + + 222038@hsesinfo.org + Ms. + F222034 + L222034 + + 222034@hsesinfo.org + 555-555-2034 + + + 10529 + 2629 + 12517 + 200 + 2014 + 2019-09-01 + + AIAN EHS + Active + PUEBLO OF ISLETA + + 2629@hsesinfo.org + 2 Sagebrush Street + + Isleta + NM + 87022 + PO Box 579 + + Isleta + NM + 87022-0579 + 3950 Highway 47 + + Albuquerque + NM + 87105 + Mr. + F222042 + L222042 + + Governor + 222042@hsesinfo.org + Ms. + F222043 + L222043 + + Executive Director + 222043@hsesinfo.org + Ms. + F222045 + L222045 + + 222045@hsesinfo.org + Ms. + F222041 + L222041 + + 222041@hsesinfo.org + 555-555-2041 + + + 9472 + 1296 + 11682 + 000 + 2014 + 2019-04-01 + + HS + Active + Tulare County Department of Education + + 1296@hsesinfo.org + 7000 Doe Avenue, Suite C + + Visalia + CA + 93291-9287 + 7000 Doe Avenue, Suite C + + Visalia + CA + 93291-9287 + 7000 Doe Avenue, Suite C + + Visalia + CA + 93291-9287 + Mr. + F214801 + L214801 + + County Superintendent of Schools + 214801@hsesinfo.org + Mrs. + F214802 + L214802 + + + 214802@hsesinfo.org + Mr. + F214804 + L214804 + + 214804@hsesinfo.org + Dr. + F214800 + L214800 + + 214800@hsesinfo.org + 555-555-4800 + + + 8753 + 8611 + 11125 + 227 + 2017 + 2017-08-01 + + EHS + Active + Municipality of San Sebastian + + 8611@hsesinfo.org + 220 Calle Ruiz Belvis Head Start Project + + San Sebastian + PR + 00685-2334 + 220 Calle Ruiz Belvis Head Start Project + + San Sebastian + PR + 00685-2334 + 220 Calle Ruiz Belvis Head Start Project + + San Sebastian + PR + 00685-2334 + Miss + F209740 + L209740 + + GOVERTMENT PRESIDENT + 209740@hsesinfo.org + Mr. + F209741 + L209741 + + MAYOR + 209741@hsesinfo.org + + F209743 + L209743 + + 209743@hsesinfo.org + Miss + F209739 + L209739 + + 209739@hsesinfo.org + 555-555-9739 + + + 9795 + 8928 + 11929 + 000 + 2019 + 2019-07-01 + + HS + Active + Austin Independent School District + www.austinisd.org + 8928@hsesinfo.org + 1111 W 6th St + + Austin + TX + 78703-5338 + 1111 W 6th St + + Austin + TX + 78703-5338 + 1111 W 6th St + + Austin + TX + 78703-5338 + Dr. + F216976 + L216976 + + Executive Director + 216976@hsesinfo.org + Mrs. + F216977 + L216977 + + Director, Early Childhood + 216977@hsesinfo.org + Mrs. + F216979 + L216979 + + 216979@hsesinfo.org + Ms. + F216975 + L216975 + + 216975@hsesinfo.org + 555-555-6975 + + + 7004 + 2899 + 10463 + 000 + 1991 + 2015-12-01 + 2020-11-30 + HS + Inactive + Warren County Head Start Inc + www.wchsny.org + 2899@hsesinfo.org + 11 Pearl St + + Glens Falls + NY + 12801-3603 + 11 Pearl St + + Glens Falls + NY + 12801-3603 + 11 Pearl St + + Glens Falls + NY + 12801-3603 + Ms. + F204694 + L204694 + Esq. + President, Board of Directors + 204694@hsesinfo.org + Ms. + F204695 + L204695 + + + 204695@hsesinfo.org + Ms. + F204697 + L204697 + + 204697@hsesinfo.org + Ms. + F204693 + L204693 + + 204693@hsesinfo.org + 555-555-4693 x 5555 + + + 9612 + 1410 + 11794 + 200 + 2014 + 2019-05-01 + + EHS + Active + Blue Valley Community Action, Inc + http://www.bvca.net + 1410@hsesinfo.org + 620 5th St + + Fairbury + NE + 68352-2624 + 620 5th St + + Fairbury + NE + 68352-2624 + 620 5th St + + Fairbury + NE + 68352-2624 + Mr. + F215736 + L215736 + + Board President + 215736@hsesinfo.org + Ms. + F215737 + L215737 + + CEO + 215737@hsesinfo.org + Mr. + F215739 + L215739 + + 215739@hsesinfo.org + Mrs. + F215735 + L215735 + + 215735@hsesinfo.org + 555-555-5735 + + + 8576 + 6284 + 10981 + 200 + + 2017-04-01 + + EHS + Active + Community Action Partnership of San Luis Obispo County + 1030 Southwoord Drive + 6284@hsesinfo.org + 1030 Southwood Drive + + San Luis Obispo + CA + 93401 + 1030 Southwood Drive + + San Luis Obispo + CA + 93401 + 1030 Southwood Drive + + San Luis Obispo + CA + 93401 + Ms. + F208755 + L208755 + + CAPSLO Board President + 208755@hsesinfo.org + Mrs. + F208756 + L208756 + + + 208756@hsesinfo.org + Ms. + F208758 + L208758 + + 208758@hsesinfo.org + Mrs. + F208754 + L208754 + + 208754@hsesinfo.org + 555-555-8754 x 5555 + + + 4824 + 2294 + 8774 + 200 + 2003 + 2014-05-01 + 2019-04-30 + EHS + Inactive + PARSONS CHILD & FAMILY CENTER + http://www.northernrivers.org + 2294@hsesinfo.org + 125 Bigelow Ave + + Schenectady + NY + 12304-2832 + 125 Bigelow Ave + + Schenectady + NY + 12304-2832 + 60 Academy Rd + Northern Rivers Family of Services / Parsons Child + Albany + NY + 12208-3103 + Mr. + F47160 + L47160 + + Chair, Board of Directors + 47160@hsesinfo.org + Mr. + F47159 + L47159 + + Chief Executive Officer + 47159@hsesinfo.org + Ms. + F47158 + L47158 + + 47158@hsesinfo.org + Ms. + F47155 + L47155 + + 47155@hsesinfo.org + 555-555-7155 + + + 4509 + 3241 + 8513 + 200 + 2013 + 2013-11-29 + 2019-06-30 + EHS + Inactive + COMMUNITY CHILD CARE CENTER + www.community-childcare.org + 3241@hsesinfo.org + 530 NW Greyhound Way + + Pullman + WA + 99163-4235 + 530 NW Greyhound Way + + Pullman + WA + 99163 + 530 NW Greyhound Way + + Pullman + WA + 99163 + Ms. + F42473 + L42473 + + Executive Board Chair + 42473@hsesinfo.org + Ms. + F42471 + L42471 + + Executive Director + 42471@hsesinfo.org + Ms. + F42470 + L42470 + + 42470@hsesinfo.org + Ms. + F42469 + L42469 + + 42469@hsesinfo.org + 555-555-2469 + + + 8397 + 8286 + 10812 + 000 + 2016 + 2016-12-01 + + HS + Active + Little Bitty City Therapeutic Services, LLC + www.LBCEC.com + 8286@hsesinfo.org + 154 Cornerstone Lane + + Hot Springs + AR + 71913-6560 + 154 Cornerstone Lane + + Hot Springs + AR + 71913-6560 + 154 Cornerstone Lane + + Hot Springs + AR + 71913-6560 + Mrs. + F207972 + L207972 + + Chair + 207972@hsesinfo.org + Mrs. + F207973 + L207973 + + CEO + 207973@hsesinfo.org + Ms. + F207975 + L207975 + + 207975@hsesinfo.org + Mrs. + F207971 + L207971 + + 207971@hsesinfo.org + 555-555-7971 + + + 4546 + 640 + 8557 + 000 + 2013 + 2013-12-23 + 2019-06-30 + HS + Inactive + Coahoma Opportunities, Inc. + www.coahomacaa.org + 640@hsesinfo.org + 115 Issaquena Ave + + Clarksdale + MS + 38614-4314 + PO Box 1445 + + Clarksdale + MS + 38614-1445 + 115 Issaquena Ave + + Clarksdale + MS + 38614-4314 + Ms. + F43219 + L43219 + + Board Chairperson + 43219@hsesinfo.org + Mr. + F43218 + L43218 + + Executive Director + 43218@hsesinfo.org + Mr. + F43215 + L43215 + + 43215@hsesinfo.org + Mrs. + F43214 + L43214 + + 43214@hsesinfo.org + 555-555-3214 x 5555 + + + 10500 + 6025 + 12492 + 200 + + 2019-09-01 + + EHS + Active + The Salvation Army + + 6025@hsesinfo.org + 440 West Nyack Road + + West Nyack + NY + 10994-1739 + 440 West Nyack Road + + West Nyack + NY + 10994-1739 + 440 West Nyack Road + + West Nyack + NY + 10994-1739 + Mr. + F221841 + L221841 + + Assistant Legal Secretary + 221841@hsesinfo.org + Ms. + F221842 + L221842 + + Executive Director for Community Services + 221842@hsesinfo.org + Mrs. + F221844 + L221844 + + 221844@hsesinfo.org + Ms. + F221840 + L221840 + + 221840@hsesinfo.org + 555-555-1840 + + + 10501 + 6173 + 12493 + 200 + + 2019-09-01 + + EHS + Active + Greene Lamp + http://www.greenelamp.org + 6173@hsesinfo.org + 309 Summit Avenue + + Kinston + NC + 28501-0309 + 309 Summit Avenue + + Kinston + NC + 28501-0309 + 309 Summit Avenue + + Kinston + NC + 28501-0309 + Mrs. + F221848 + L221848 + + Board Chair (effective January 1, 2017) + 221848@hsesinfo.org + Mrs. + F221849 + L221849 + + Executive Director + 221849@hsesinfo.org + Mr. + F221851 + L221851 + + 221851@hsesinfo.org + Mrs. + F221847 + L221847 + + 221847@hsesinfo.org + 555-555-1847 x 5555 + + + 10502 + 6189 + 12491 + 200 + + 2019-09-01 + + EHS + Active + Puget Sound Educational Service District + http://www.psesd.org + 6189@hsesinfo.org + 800 Oakesdale Ave SW + + Renton + WA + 98057-5221 + 800 Oakesdale Ave SW + + Renton + WA + 98057-5221 + 800 Oakesdale Ave SW + + Renton + WA + 98057-5221 + Mr. + F221855 + L221855 + + PSESD Board Chair + 221855@hsesinfo.org + Ms. + F221856 + L221856 + + Asst Superintendent Learning & Teaching + 221856@hsesinfo.org + Ms. + F221858 + L221858 + + 221858@hsesinfo.org + Ms. + F221854 + L221854 + + 221854@hsesinfo.org + 555-555-1854 + + + 9098 + 1072 + 11412 + 000 + 1992 + 2018-09-01 + + HS + Active + Monte Vista Community Center Incorporated + + 1072@hsesinfo.org + 2863 Sherman Avenue + + Monte Vista + CO + 81144-9419 + 2863 Sherman Avenue + + Monte Vista + CO + 81144-9419 + 2863 Sherman Avenue + + Monte Vista + CO + 81144-9419 + Ms. + F212267 + L212267 + + Grantee Board Chair + 212267@hsesinfo.org + Ms. + F212268 + L212268 + + Head Start Director + 212268@hsesinfo.org + Ms. + F212270 + L212270 + + 212270@hsesinfo.org + Ms. + F212266 + L212266 + + 212266@hsesinfo.org + 555-555-2266 + + + 8199 + 8131 + 10596 + 200 + 2016 + 2016-07-01 + + EHS + Active + The Centers for Families and Children + thecentersohio.org + 8131@hsesinfo.org + 4500 Euclid Ave + + Cleveland + OH + 44103-3736 + 4500 Euclid Ave + + Cleveland + OH + 44103-3736 + 4500 Euclid Ave + + Cleveland + OH + 44103-3736 + Mr. + F206508 + L206508 + + Board Chair + 206508@hsesinfo.org + Mr. + F206509 + L206509 + + President and CEO + 206509@hsesinfo.org + Ms. + F206511 + L206511 + + 206511@hsesinfo.org + Ms. + F206507 + L206507 + + 206507@hsesinfo.org + 555-555-6507 + + + 4840 + 1633 + 8632 + 200 + 2014 + 2014-05-01 + 2019-04-30 + EHS + Inactive + DDI Vantage + http://www.ddivantage.org + 1633@hsesinfo.org + 565 East 4500 South + Suite #A220 + Salt Lake City + UT + 84107 + 565 East 4500 South + Suite #A220 + Salt Lake City + UT + 84107 + 565 East 4500 South + Suite #A220 + Salt Lake City + UT + 84107 + Mrs. + F47272 + L47272 + + President, Board of Trustees + 47272@hsesinfo.org + Mrs. + F47274 + L47274 + + Executive Director + 47274@hsesinfo.org + Ms. + F47270 + L47270 + + 47270@hsesinfo.org + Ms. + F47269 + L47269 + + 47269@hsesinfo.org + 555-555-7269 + + + 10088 + 2003 + 12139 + 000 + 2014 + 2019-07-01 + + HS + Active + Eastern Panhandle Instructional Cooperative + epicresa8.org + 2003@hsesinfo.org + 109 South College Street + + Martinsburg + WV + 25401-3307 + 109 South College Street + + Martinsburg + WV + 25401-3307 + 109 South College Street + + Martinsburg + WV + 25401-3307 + Dr. + F219009 + L219009 + + Chairperson, EPIC Regional Advisory Council + 219009@hsesinfo.org + Ms. + F219010 + L219010 + + Administrator + 219010@hsesinfo.org + Ms. + F219012 + L219012 + + 219012@hsesinfo.org + Mrs. + F219008 + L219008 + + 219008@hsesinfo.org + 555-555-9008 + + + 9797 + 8930 + 11928 + 200 + 2019 + 2019-07-01 + + EHS + Active + ChildCareGroup + http://www.childcaregroup.org + 8930@hsesinfo.org + 1420 W Mockingbird Ln + Ste 300 + Dallas + TX + 75247-4973 + 1420 W Mockingbird Ln + Ste 300 + Dallas + TX + 75247-4973 + 1420 W Mockingbird Ln + Ste 300 + Dallas + TX + 75247-4973 + Mr. + F216990 + L216990 + + Board Chair + 216990@hsesinfo.org + Ms. + F216991 + L216991 + + Chief Executive Officer + 216991@hsesinfo.org + + F216993 + L216993 + + 216993@hsesinfo.org + Mrs. + F216989 + L216989 + + 216989@hsesinfo.org + 555-555-6989 + + + 9796 + 8929 + 11928 + 000 + 2019 + 2019-07-01 + + HS + Active + ChildCareGroup + http://www.childcaregroup.org + 8929@hsesinfo.org + 1420 W Mockingbird Ln + Ste 300 + Dallas + TX + 75247-4973 + 1420 W Mockingbird Ln + Ste 300 + Dallas + TX + 75247-4973 + 1420 W Mockingbird Ln + Ste 300 + Dallas + TX + 75247-4973 + Mr. + F216983 + L216983 + + Board Chair + 216983@hsesinfo.org + Ms. + F216984 + L216984 + + Chief Executive Officer + 216984@hsesinfo.org + + F216986 + L216986 + + 216986@hsesinfo.org + Mrs. + F216982 + L216982 + + 216982@hsesinfo.org + 555-555-6982 + + + 8683 + 8544 + 11059 + 000 + 2017 + 2017-07-01 + + HS + Active + Municipality of Orocovis + + 8544@hsesinfo.org + 200 Calle Luis M Alfaro + Ste 1 + Orocovis + PR + 00720-4480 + 200 Calle Luis M Alfaro + Ste 1 + Orocovis + PR + 00720-4480 + 200 Calle Luis M Alfaro + Ste 1 + Orocovis + PR + 00720-4480 + Mr. + F209290 + L209290 + + President + 209290@hsesinfo.org + Hon. + F209291 + L209291 + + Mayor + 209291@hsesinfo.org + Ms. + F209293 + L209293 + + 209293@hsesinfo.org + Ms. + F209289 + L209289 + + 209289@hsesinfo.org + 555-555-9289 + + + 4464 + 2484 + 8404 + 000 + 2013 + 2013-11-01 + 2018-10-31 + AIAN HS + Inactive + INTER-TRIBAL COUNCIL OF MICHIGAN, INC + http://www.itcmi.org + 2484@hsesinfo.org + 2956 Ashmun Street + Suite A + Sault Sainte Marie + MI + 49783-3720 + 2956 Ashmun Street + Suite A + Sault Sainte Marie + MI + 49783-3720 + 2956 Ashmun Street + Suite A + Sault Sainte Marie + MI + 49783-3720 + Mr. + F41651 + L41651 + + Chairman + 41651@hsesinfo.org + Mr. + F41654 + L41654 + + + 41654@hsesinfo.org + Mr. + F41652 + L41652 + + 41652@hsesinfo.org + Ms. + F41650 + L41650 + + 41650@hsesinfo.org + 555-555-1650 x 5555 + + + 5425 + 1218 + 9062 + 000 + 2014 + 2014-09-01 + 2019-08-31 + AIAN HS + Inactive + Santee Sioux Tribe of Nebraska + + 1218@hsesinfo.org + 425 Frazier Avenue North, Suite 2 + + Niobrara + NE + 68760-0163 + 425 Frazier Avenue North, Suite 2 + + Niobrara + NE + 68760-0163 + 425 Frazier Avenue North, Suite 2 + + Niobrara + NE + 68760-0163 + Mr. + F96922 + L96922 + + Tribal Chairman + 96922@hsesinfo.org + Mr. + F96920 + L96920 + + Chief Executive Officer + 96920@hsesinfo.org + Mrs. + F96919 + L96919 + + 96919@hsesinfo.org + Mrs. + F96918 + L96918 + + 96918@hsesinfo.org + 555-555-6918 + + + 9466 + 2006 + 11677 + 000 + 2014 + 2019-04-01 + + HS + Active + Fulmont Community Action Agency, Inc. + http://www.fulmont.org + 2006@hsesinfo.org + 20 Park St + + Fonda + NY + 12068-4830 + 20 Park St + + Fonda + NY + 12068-4830 + 20 Park St + + Fonda + NY + 12068-4830 + Mr. + F214759 + L214759 + + Chairperson Board of Directors + 214759@hsesinfo.org + Mr. + F214760 + L214760 + Sr. + + 214760@hsesinfo.org + Mrs. + F214762 + L214762 + + 214762@hsesinfo.org + Mrs. + F214758 + L214758 + + 214758@hsesinfo.org + 555-555-4758 + + + 9017 + 3395 + 11344 + 001 + 2013 + 2018-08-01 + + HS + Active + Kansas City Public Schools + http://www.kcpublicschools.org + 3395@hsesinfo.org + 1215 E Truman Rd + + Kansas City + MO + 64106-3152 + 1215 E Truman Rd + + Kansas City + MO + 64106-3152 + 1215 E Truman Rd + + Kansas City + MO + 64106-3152 + Ms. + F211662 + L211662 + + Board Chair + 211662@hsesinfo.org + Dr. + F211663 + L211663 + + Superintendent + 211663@hsesinfo.org + Mr. + F211665 + L211665 + + 211665@hsesinfo.org + Mrs. + F211661 + L211661 + + 211661@hsesinfo.org + 555-555-1661 + + + 8853 + 2099 + 11215 + 000 + 1992 + 2018-07-01 + + HS + Active + Opportunity Council + http://www.opportunitycouncil.org + 2099@hsesinfo.org + 1111 Cornwall Avenue, Suite 200 + + Bellingham + WA + 98225-5039 + 1111 Cornwall Avenue, Suite 200 + + Bellingham + WA + 98225-5039 + 1111 Cornwall Avenue, Suite 200 + + Bellingham + WA + 98225-5039 + Mr. + F210452 + L210452 + + President, Opportunity Council Board of Directors + 210452@hsesinfo.org + Mr. + F210453 + L210453 + + + 210453@hsesinfo.org + Ms. + F210455 + L210455 + + 210455@hsesinfo.org + Mr. + F210451 + L210451 + + 210451@hsesinfo.org + 555-555-0451 x 5555 + + + 8854 + 2098 + 11215 + 200 + 2003 + 2018-07-01 + + EHS + Active + Opportunity Council + http://www.opportunitycouncil.org + 2098@hsesinfo.org + 1111 Cornwall Avenue, Suite 200 + + Bellingham + WA + 98225-5039 + 1111 Cornwall Avenue, Suite 200 + + Bellingham + WA + 98225-5039 + 1111 Cornwall Avenue, Suite 200 + + Bellingham + WA + 98225-5039 + Mr. + F210459 + L210459 + + President, Opportunity Council Board of Directors + 210459@hsesinfo.org + Mr. + F210460 + L210460 + + + 210460@hsesinfo.org + Ms. + F210462 + L210462 + + 210462@hsesinfo.org + Mr. + F210458 + L210458 + + 210458@hsesinfo.org + 555-555-0458 x 5555 + + + 2969 + 2889 + 6628 + 000 + 2013 + 2013-05-29 + 2018-11-30 + HS + Inactive + Options for Learning + Optionsforlearning.org + 2889@hsesinfo.org + 885 S Village Oaks Dr + 885 South Village Oaks Drive + Covina + CA + 91724-3615 + 885 S Village Oaks Dr + 885 South Village Oaks Drive + Covina + CA + 91724-3615 + 885 S Village Oaks Dr + 885 South Village Oaks Drive + Covina + CA + 91724-3615 + Mr. + F39405 + L39405 + + Chairperson, Board of Directors + 39405@hsesinfo.org + Mr. + F39403 + L39403 + + + 39403@hsesinfo.org + + F39402 + L39402 + + 39402@hsesinfo.org + Mrs. + F35935 + L35935 + + 35935@hsesinfo.org + 555-555-5935 + + + 10620 + 8661 + 12609 + 000 + 2018 + 2019-09-01 + + AIAN HS + Active + Cook Inlet Native Head Start + http://www.cinhs.net/ + 8661@hsesinfo.org + 6901 E. Tudor Road + + Anchorage  + AK + 99507-1254 + 6901 E. Tudor Road + + Anchorage  + AK + 99507-1254 + 6901 E. Tudor Road + + Anchorage  + AK + 99507-1254 + Mr. + F222677 + L222677 + + Board Chairman + 222677@hsesinfo.org + Mr. + F222678 + L222678 + + Executive Director + 222678@hsesinfo.org + Ms. + F222680 + L222680 + + 222680@hsesinfo.org + Mr. + F222676 + L222676 + + 222676@hsesinfo.org + 555-555-2676 + + + 9492 + 4817 + 11705 + 000 + 2014 + 2019-04-01 + + HS + Active + Kai Ming, Inc. + www.kaiming.org + 4817@hsesinfo.org + 900 Kearny Street, #600 + + San Francisco + CA + 94133 + 900 Kearny Street, #600 + + San Francisco + CA + 94133 + 900 Kearny Street, #600 + + San Francisco + CA + 94133 + Ms. + F214941 + L214941 + + Board Chairperson + 214941@hsesinfo.org + Mr. + F214942 + L214942 + + Executive Director + 214942@hsesinfo.org + + F214944 + L214944 + + 214944@hsesinfo.org + Ms. + F214940 + L214940 + + 214940@hsesinfo.org + 555-555-4940 x 5555 + + + 5375 + 886 + 9152 + 000 + 2014 + 2014-09-01 + 2020-08-31 + HS + Inactive + Franklin Vance Warren Opportunity, Inc + http://www.fvwopp.com + 886@hsesinfo.org + 180 Beckford Drive + + Henderson + NC + 27536-1453 + P.O. Box 1453 + + Henderson + NC + 27536-1453 + 180 Beckford Drive + + Henderson + NC + 27536-1453 + Dr. + F96635 + L96635 + + Board Chair + 96635@hsesinfo.org + Mr. + F96634 + L96634 + + Chief Executive Officer + 96634@hsesinfo.org + Ms. + F96636 + L96636 + + 96636@hsesinfo.org + Mrs. + F96632 + L96632 + + 96632@hsesinfo.org + 555-555-6632 + + + 3096 + 3282 + 6738 + 000 + 2013 + 2013-07-02 + 2019-03-31 + HS + Inactive + YMCA of Central Ohio + ymcacolumbus.org + 3282@hsesinfo.org + 40 West Long Street + + Columbus + OH + 43215-2817 + 40 West Long Street + + Columbus + OH + 43215-2817 + 40 West Long Street + + Columbus + OH + 43215-2817 + Mr. + F39707 + L39707 + + Board Chair + 39707@hsesinfo.org + Ms. + F39705 + L39705 + + Interim President/CEO + 39705@hsesinfo.org + Ms. + F39704 + L39704 + + 39704@hsesinfo.org + Ms. + F36342 + L36342 + + 36342@hsesinfo.org + 555-555-6342 + + + 9596 + 8852 + 11782 + 000 + 2019 + 2019-04-01 + + HS + Active + ChildCareGroup + http://www.childcaregroup.org + 8852@hsesinfo.org + 1420 W Mockingbird Ln Ste 300 + + Dallas + TX + 75247-4973 + 1420 W Mockingbird Ln Ste 300 + + Dallas + TX + 75247-4973 + 1420 W Mockingbird Ln Ste 300 + + Dallas + TX + 75247-4973 + Ms. + F215625 + L215625 + + Board Chair + 215625@hsesinfo.org + Ms. + F215626 + L215626 + + President/CEO + 215626@hsesinfo.org + Ms. + F215628 + L215628 + + 215628@hsesinfo.org + Mrs. + F215624 + L215624 + + 215624@hsesinfo.org + 555-555-5624 + + + 9185 + 4288 + 11485 + 000 + 2013 + 2018-11-01 + + HS + Active + Puget Sound Educational Service District + www.psesd.org + 4288@hsesinfo.org + 800 Oakesdale Ave. SW + + Renton + WA + 98057-5221 + 800 Oakesdale Ave. SW + + Renton + WA + 98057-5221 + 800 Oakesdale Ave. SW + + Renton + WA + 98057-5221 + Ms. + F212831 + L212831 + + PSESD Board Chair + 212831@hsesinfo.org + Ms. + F212832 + L212832 + + Asst Superintendent Learning & Teaching + 212832@hsesinfo.org + Mr. + F212834 + L212834 + + 212834@hsesinfo.org + Ms. + F212830 + L212830 + + 212830@hsesinfo.org + 555-555-2830 + + + 6497 + 514 + 10137 + 000 + 1992 + 2015-07-01 + + HS + Active + Bethlehem Center of Charlotte, Inc. + http://www.bethlehemcenter.org + 514@hsesinfo.org + 700 Parkwood Ave + + Charlotte + NC + 28205-2655 + 700 Parkwood Ave + + Charlotte + NC + 28205-2655 + 700 Parkwood Ave + + Charlotte + NC + 28205-2655 + Mr. + F201149 + L201149 + + Board Chair + 201149@hsesinfo.org + Mr. + F201150 + L201150 + + CEO + 201150@hsesinfo.org + Ms. + F201152 + L201152 + + 201152@hsesinfo.org + Mr. + F201148 + L201148 + + 201148@hsesinfo.org + 555-555-1148 + + + 8843 + 2891 + 11208 + 200 + 2013 + 2018-06-01 + + EHS + Active + Lifesteps, Inc. + lifesteps.net + 2891@hsesinfo.org + 383 New Castle Road + + Butler + PA + 16001-7311 + 383 New Castle Road + + Butler + PA + 16001-7311 + 383 New Castle Road + + Butler + PA + 16001-7311 + Ms. + F210389 + L210389 + + Board Chairman + 210389@hsesinfo.org + Mrs. + F210390 + L210390 + + President and Chief Executive Officer + 210390@hsesinfo.org + Mrs. + F210392 + L210392 + + 210392@hsesinfo.org + Mr. + F210388 + L210388 + + 210388@hsesinfo.org + 555-555-0388 x 5555 + + + 9356 + 2373 + 11600 + 200 + 2014 + 2019-02-01 + + EHS + Active + Northside Center for Child Development + http://www.northsidecenter.org + 2373@hsesinfo.org + 1301 - 5th Avenue + + New York + NY + 10029-3119 + 1301 - 5th Avenue + + New York + NY + 10029-3119 + 1301 - 5th Avenue + + New York + NY + 10029-3119 + Mr. + F214025 + L214025 + + + 214025@hsesinfo.org + Dr. + F214026 + L214026 + + + 214026@hsesinfo.org + Ms. + F214028 + L214028 + + 214028@hsesinfo.org + Ms. + F214024 + L214024 + + 214024@hsesinfo.org + 555-555-4024 + + + 10790 + 2323 + 12757 + 200 + 2014 + 2019-12-01 + + EHS + Active + HEALTH FEDERATION OF PHILADELPHIA + http://www.healthfederation.org + 2323@hsesinfo.org + 100 W Oxford St + Oxford Mills + Philadelphia + PA + 19122-3900 + 100 W Oxford St + Oxford Mills + Philadelphia + PA + 19122-3900 + 1211 Chestnut Street + + Philadelphia + PA + 19107 + Ms. + F223831 + L223831 + + HFP-EHS Board Chairperson + 223831@hsesinfo.org + Mrs. + F223832 + L223832 + + + 223832@hsesinfo.org + Ms. + F223834 + L223834 + + 223834@hsesinfo.org + Mrs. + F223830 + L223830 + + 223830@hsesinfo.org + 555-555-3830 x 5555 + + + 10791 + 1205 + 12761 + 000 + 2014 + 2019-12-01 + + AIAN HS + Active + Muscogee (Creek) Nation Head Start + muscogeenation-nsn.gov + 1205@hsesinfo.org + 1820 North Miami Avenue + + Okmulgee + OK + 74447 + 1820 North Miami Avenue + P.O. Box 580 + Okmulgee + OK + 74447-0580 + 1820 North Miami Avenue + + Okmulgee + OK + 74447 + Mr. + F223838 + L223838 + + Principal Chief + 223838@hsesinfo.org + Mr. + F223839 + L223839 + + Director, Education & Training + 223839@hsesinfo.org + Mrs. + F223841 + L223841 + + 223841@hsesinfo.org + Mrs. + F223837 + L223837 + + 223837@hsesinfo.org + 555-555-3837 + + + 10360 + 6013 + 12376 + 200 + + 2019-08-01 + + EHS + Active + Cincinnati-Hamilton County Community Action Agency + www.cincy-caa.org + 6013@hsesinfo.org + 1740 Langdon Farm Road + + Cincinnati + OH + 45237-3817 + 1740 Langdon Farm Road + + Cincinnati + OH + 45237-3817 + 1740 Langdon Farm Road + + Cincinnati + OH + 45237-3817 + Ms. + F220861 + L220861 + + Board Chair + 220861@hsesinfo.org + Mr. + F220862 + L220862 + + President/CEO + 220862@hsesinfo.org + Ms. + F220864 + L220864 + + 220864@hsesinfo.org + Ms. + F220860 + L220860 + + 220860@hsesinfo.org + 555-555-0860 + + + 5065 + 986 + 8979 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + LAKE CUMBERLAND COMMUNITY SERVICES ORGANIZATION, INC + http://www.lc-hs.org + 986@hsesinfo.org + 23 Industry Dr + + Jamestown + KY + 42629-2516 + PO Box 830 + + Jamestown + KY + 42629-0830 + 23 Industry Dr + + Jamestown + KY + 42629-2516 + Mr. + F51516 + L51516 + + Board Chair + 51516@hsesinfo.org + Ms. + F51514 + L51514 + + Executive Director + 51514@hsesinfo.org + Mr. + F51518 + L51518 + + 51518@hsesinfo.org + Ms. + F51513 + L51513 + + 51513@hsesinfo.org + 555-555-1513 + + + 5066 + 985 + 8979 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + LAKE CUMBERLAND COMMUNITY SERVICES ORGANIZATION, INC + http://www.lc-hs.org + 985@hsesinfo.org + 23 Industry Dr + + Jamestown + KY + 42629-2516 + PO Box 830 + + Jamestown + KY + 42629-0830 + 23 Industry Dr + + Jamestown + KY + 42629-2516 + Mr. + F51524 + L51524 + + Board Chair + 51524@hsesinfo.org + Ms. + F51525 + L51525 + + Executive Director + 51525@hsesinfo.org + Mr. + F51522 + L51522 + + 51522@hsesinfo.org + Ms. + F51520 + L51520 + + 51520@hsesinfo.org + 555-555-1520 + + + 10374 + 5925 + 12392 + 200 + + 2019-08-01 + + EHS + Active + COMMUNITY ACTION, INC. + www.COMMUNITYACTIONINC.ORG + 5925@hsesinfo.org + 3 Washington Sq + Fl 4 + Haverhill + MA + 01830-6139 + 3 Washington Sq + Fl 4 + Haverhill + MA + 01830-6139 + 3 Washington Sq + Fl 4 + Haverhill + MA + 01830-6139 + Ms. + F220959 + L220959 + + Executive Board Chairperson + 220959@hsesinfo.org + Ms. + F220960 + L220960 + + President/CEO + 220960@hsesinfo.org + Ms. + F220962 + L220962 + + 220962@hsesinfo.org + Ms. + F220958 + L220958 + + 220958@hsesinfo.org + 555-555-0958 x 5555 + + + 10802 + 4933 + 12776 + 000 + 2014 + 2019-12-01 + + HS + Active + Mile High Kids and Community Development Incorporated + www.milehigh-kids.org + 4933@hsesinfo.org + 2712 Southern Blvd + Ste 201 + Virginia Beach + VA + 23452-7429 + 2712 Southern Blvd + Ste 201 + Virginia Beach + VA + 23452-7429 + 2712 Southern Blvd + Ste 201 + Virginia Beach + VA + 23452-7429 + Mr. + F223908 + L223908 + Jr + Board Chair + 223908@hsesinfo.org + Mr. + F223909 + L223909 + Jr + Executive Director + 223909@hsesinfo.org + Ms. + F223911 + L223911 + + 223911@hsesinfo.org + Mr. + F223907 + L223907 + Jr + 223907@hsesinfo.org + 555-555-3907 + + + 10391 + 1193 + 12384 + 000 + 2013 + 2019-08-01 + + AIAN HS + Active + Muckleshoot Indian Tribe + www.muckleshoot.nsn.us + 1193@hsesinfo.org + 39015 172nd Ave SE + + Auburn + WA + 98092-9763 + 39015 172nd Avenue SE + + Auburn + WA + 98092-9763 + 39015 172nd Avenue SE + + Auburn + WA + 98092-9763 + Mr. + F221078 + L221078 + + Muckleshoot Indian Tribe Tribal Council Chair + 221078@hsesinfo.org + Mr. + F221079 + L221079 + + Chief Executive Officer + 221079@hsesinfo.org + Mr. + F221081 + L221081 + + 221081@hsesinfo.org + Ms. + F221077 + L221077 + + 221077@hsesinfo.org + 555-555-1077 + + + 8648 + 3103 + 11036 + 000 + 2012 + 2017-07-01 + + HS + Active + The School Board of Brevard County + www.brevardschools.org + 3103@hsesinfo.org + 1225 Clearlake Rd + Clearlake Education Center + Cocoa + FL + 32922-6403 + 1225 Clearlake Rd + Clearlake Education Center + Cocoa + FL + 32922-6403 + 1225 Clearlake Rd + Clearlake Education Center + Cocoa + FL + 32922-6403 + Ms. + F209045 + L209045 + + School Board Chairman + 209045@hsesinfo.org + Ms. + F209046 + L209046 + + Director, Elementary Leading and Learning + 209046@hsesinfo.org + Ms. + F209048 + L209048 + + 209048@hsesinfo.org + Ms. + F209044 + L209044 + + 209044@hsesinfo.org + 555-555-9044 x 5555 + + + 9799 + 533 + 11947 + 000 + 2014 + 2019-07-01 + + HS + Active + Community Coordinated Care for Children, Inc. + http://www.4CFlorida.org + 533@hsesinfo.org + 3500 West Colonial Drive + + Orlando + FL + 32808-7902 + 3500 West Colonial Drive + + Orlando + FL + 32808-7902 + 3500 West Colonial Drive + + Orlando + FL + 32808-7902 + Mr. + F217004 + L217004 + + 4C Board Chairman + 217004@hsesinfo.org + Ms. + F217005 + L217005 + + President/CEO + 217005@hsesinfo.org + Ms. + F217007 + L217007 + + 217007@hsesinfo.org + Ms. + F217003 + L217003 + + 217003@hsesinfo.org + 555-555-7003 + + + 6699 + 6717 + 10241 + 005 + + 2015-03-01 + 2019-02-28 + Migrant HS + Inactive + El Concilio + http://www.elconcilio.org + 6717@hsesinfo.org + 445 N. San Joaquin St. + + Stockton + CA + 95202 + 445 N. San Joaquin St. + + Stockton + CA + 95202 + 445 N. San Joaquin St. + + Stockton + CA + 95202 + Mr. + F202564 + L202564 + + + 202564@hsesinfo.org + Mr. + F202565 + L202565 + + + 202565@hsesinfo.org + + F202567 + L202567 + + 202567@hsesinfo.org + Ms. + F202563 + L202563 + + 202563@hsesinfo.org + 555-555-2563 + + + 4629 + 1039 + 8504 + 200 + 2001 + 2014-02-01 + 2019-01-31 + EHS + Inactive + Bear River Early Head Start + http://www.brheadstart.org + 1039@hsesinfo.org + 95 West 100 South + Suite 200 + Logan + UT + 84321-5811 + 95 West 100 South + Suite 200 + Logan + UT + 84321-5811 + 95 West 100 South + Suite 200 + Logan + UT + 84321-5811 + Mr. + F44173 + L44173 + + Board Chair + 44173@hsesinfo.org + Ms. + F44174 + L44174 + + + 44174@hsesinfo.org + Ms. + F44170 + L44170 + + 44170@hsesinfo.org + Ms. + F44169 + L44169 + + 44169@hsesinfo.org + 555-555-4169 + + + 9060 + 1103 + 11383 + 000 + 2013 + 2018-09-01 + + HS + Active + Child-Parent Centers, Inc. + http://www.childparentcenters.org + 1103@hsesinfo.org + 602 East 22nd Street + + Tucson + AZ + 85713-1701 + 602 East 22nd Street + + Tucson + AZ + 85713-1701 + 602 East 22nd Street + + Tucson + AZ + 85713-1701 + Ms. + F212005 + L212005 + + Board President + 212005@hsesinfo.org + Mrs. + F212006 + L212006 + + Chief Executive Officer + 212006@hsesinfo.org + Mr. + F212008 + L212008 + + 212008@hsesinfo.org + Mrs. + F212004 + L212004 + + 212004@hsesinfo.org + 555-555-2004 + + + 9061 + 1104 + 11383 + 200 + 2013 + 2018-09-01 + + EHS + Active + Child-Parent Centers, Inc. + http://www.childparentcenters.org + 1104@hsesinfo.org + 602 East 22nd Street + + Tucson + AZ + 85713-1701 + 602 East 22nd Street + + Tucson + AZ + 85713-1701 + 602 East 22nd Street + + Tucson + AZ + 85713-1701 + Ms. + F212012 + L212012 + + Board President + 212012@hsesinfo.org + Mrs. + F212013 + L212013 + + Chief Executive Officer + 212013@hsesinfo.org + Ms. + F212015 + L212015 + + 212015@hsesinfo.org + Mrs. + F212011 + L212011 + + 212011@hsesinfo.org + 555-555-2011 + + + 6827 + 5357 + 10297 + 200 + 2014 + 2015-09-01 + + EHS + Active + KLAMATH FAMILY HEAD START + www.kfheadstart.org + 5357@hsesinfo.org + 1940 S 6th St + + Klamath Falls + OR + 97601-3370 + 1940 S 6th St + + Klamath Falls + OR + 97601-3370 + 1940 S 6th St + + Klamath Falls + OR + 97601-3370 + Ms. + F203464 + L203464 + + Board Chair + 203464@hsesinfo.org + Ms. + F203465 + L203465 + + + 203465@hsesinfo.org + Mr. + F203467 + L203467 + + 203467@hsesinfo.org + Ms. + F203463 + L203463 + + 203463@hsesinfo.org + 555-555-3463 + + + 10226 + 2086 + 12253 + 000 + 1992 + 2019-09-01 + + HS + Active + Northwest New Jersey Community Action Program, Inc + http://www.norwescap.org + 2086@hsesinfo.org + 480 Memorial Pkwy + Unit 303 + Phillipsburg + NJ + 08865-1575 + 480 Memorial Pkwy + Unit 303 + Phillipsburg + NJ + 08865-1575 + 480 Memorial Pkwy + Unit 303 + Phillipsburg + NJ + 08865-1575 + Mr. + F219927 + L219927 + + Chairperson, Board of Trustees + 219927@hsesinfo.org + Mr. + F219928 + L219928 + + NORWESCAP Executive Director + 219928@hsesinfo.org + Ms. + F219930 + L219930 + + 219930@hsesinfo.org + Ms. + F219926 + L219926 + + 219926@hsesinfo.org + 555-555-9926 + + + 9122 + 1280 + 11422 + 200 + 2003 + 2018-09-01 + + EHS + Active + Riverside County Office of Education + www.rcoe.us + 1280@hsesinfo.org + 3939 13th Street + + Riverside + CA + 92501 + 3939 13th Street + P.O. Box 868 + Riverside + CA + 92501-3505 + 3939 13th Street + + Riverside + CA + 92501 + Dr. + F212444 + L212444 + + Riverside County Superintendent of Schools + 212444@hsesinfo.org + Dr. + F212445 + L212445 + + Executive Director + 212445@hsesinfo.org + Ms. + F212447 + L212447 + + 212447@hsesinfo.org + Dr. + F212443 + L212443 + + 212443@hsesinfo.org + 555-555-2443 + + + 8355 + 961 + 10708 + 000 + 1992 + 2016-07-01 + + HS + Active + Westmoreland Community Action + http://www.westmorelandca.org + 961@hsesinfo.org + 226 South Maple Avenue + + Greensburg + PA + 15601 + 226 South Maple Avenue + + Greensburg + PA + 15601 + 226 South Maple Avenue + + Greensburg + PA + 15601 + Mr. + F207623 + L207623 + + WCA Board President + 207623@hsesinfo.org + Mrs. + F207624 + L207624 + + CEO + 207624@hsesinfo.org + Ms. + F207626 + L207626 + + 207626@hsesinfo.org + Ms. + F207622 + L207622 + + 207622@hsesinfo.org + 555-555-7622 x 5555 + + + 6407 + 2824 + 10010 + 200 + 2009 + 2015-07-01 + 2020-06-30 + EHS + Inactive + County of San Bernardino, Preschool Services Dept + www.sbcounty.gov/psd + 2824@hsesinfo.org + 150 S Lena Rd + + San Bernardino + CA + 92415-0515 + 150 S Lena Rd + + San Bernardino + CA + 92415-0515 + 150 S Lena Rd + + San Bernardino + CA + 92415-0515 + Mr. + F200519 + L200519 + + Chairman, County of San Bernardino Board of Supervisors + 200519@hsesinfo.org + Mr. + F200520 + L200520 + + Director + 200520@hsesinfo.org + Ms. + F200522 + L200522 + + 200522@hsesinfo.org + Mr. + F200518 + L200518 + + 200518@hsesinfo.org + 555-555-0518 + + + 11399 + 9333 + 13252 + 200 + 2020 + 2020-07-01 + + EHS + Active + Children and Families First Delaware, Inc. + https://www.cffde.org + 9333@hsesinfo.org + 809 N Washington St + + Wilmington + DE + 19801-1509 + 809 N Washington St + + Wilmington + DE + 19801-1509 + 809 N Washington St + + Wilmington + DE + 19801-1509 + Mr. + F227838 + L227838 + + + 227838@hsesinfo.org + Ms. + F227836 + L227836 + + + 227836@hsesinfo.org + + F227839 + L227839 + + 227839@hsesinfo.org + Ms. + F227835 + L227835 + + 227835@hsesinfo.org + + + + 8508 + 8388 + 10916 + 200 + 2017 + 2017-03-01 + + EHS + Active + United Children's Services, Inc. of Bennington County + http://www.ucsvt.org/headstart.html + 8388@hsesinfo.org + 2 Park St + + North Bennington + VT + 05257-9213 + 100 Ledge Hill Drive + + Bennington + VT + 05201-2273 + 2 Park St + + North Bennington + VT + 05257-9213 + Mr. + F208282 + L208282 + + UCH Board President + 208282@hsesinfo.org + Ms. + F208283 + L208283 + + UCS Executive Director + 208283@hsesinfo.org + Ms. + F208285 + L208285 + + 208285@hsesinfo.org + Mrs. + F208281 + L208281 + + 208281@hsesinfo.org + 555-555-8281 x 5555 + + + 6916 + 483 + 10394 + 000 + 1989 + 2015-11-01 + 2020-10-31 + HS + Inactive + Anoka County Community Action Program, Inc. + http://www.accap.org + 483@hsesinfo.org + 1201 89th Ave NE Ste 345 + + Blaine + MN + 55434-3373 + 1201 89th Ave NE Ste 345 + + Blaine + MN + 55434-3373 + 1201 89th Ave NE Ste 345 + + Blaine + MN + 55434-3373 + Mr. + F204073 + L204073 + + Governing Board Chair + 204073@hsesinfo.org + Mr. + F204074 + L204074 + + + 204074@hsesinfo.org + Ms. + F204076 + L204076 + + 204076@hsesinfo.org + Ms. + F204072 + L204072 + + 204072@hsesinfo.org + 555-555-4072 + + + 6802 + 1694 + 10267 + 200 + 2003 + 2015-09-01 + 2020-08-31 + EHS + Inactive + Porter-Leath + http://www.porter-leath.org + 1694@hsesinfo.org + 3400 Prescott Rd + + Memphis + TN + 38118-3602 + 3400 Prescott Rd + + Memphis + TN + 38118-3602 + 3400 Prescott Rd + + Memphis + TN + 38118-3602 + Mr. + F203289 + L203289 + + Board Chair + 203289@hsesinfo.org + Mr. + F203290 + L203290 + + President + 203290@hsesinfo.org + Mrs. + F203292 + L203292 + + 203292@hsesinfo.org + Mrs. + F203288 + L203288 + + 203288@hsesinfo.org + 555-555-3288 x 5555 + + + 4896 + 1661 + 8906 + 200 + 2003 + 2014-06-01 + 2019-05-31 + EHS + Inactive + Kid's Incorporated of The Big Bend + http://www.kidsincorporated.org + 1661@hsesinfo.org + 2326 Centerville Road + + Tallahassee + FL + 32308 + 2326 Centerville Road + + Tallahassee + FL + 32308 + 2326 Centerville Road + + Tallahassee + FL + 32308 + Dr. + F48234 + L48234 + + Board Chair + 48234@hsesinfo.org + Ms. + F48235 + L48235 + + CEO/Executive Director + 48235@hsesinfo.org + Ms. + F48232 + L48232 + + 48232@hsesinfo.org + Ms. + F48230 + L48230 + + 48230@hsesinfo.org + 555-555-8230 x 5555 + + + 9274 + 2134 + 11542 + 000 + 2013 + 2019-01-01 + + HS + Active + Municipal Government of Mayaguez Head Start Program + + 2134@hsesinfo.org + 13 Calle Mendez Vigo W + Ste 101 + Mayaguez + PR + 00680-6745 + PO Box 447 + + Mayaguez + PR + 00681-0447 + 13 Calle Mendez Vigo W + Ofc 101 + Mayaguez + PR + 00680-6745 + Mr. + F213463 + L213463 + + President + 213463@hsesinfo.org + Mr. + F213464 + L213464 + + Executive Director + 213464@hsesinfo.org + Mr. + F213466 + L213466 + + 213466@hsesinfo.org + Mrs. + F213462 + L213462 + + 213462@hsesinfo.org + 555-555-3462 + + + 9800 + 2731 + 11947 + 200 + 2011 + 2019-07-01 + + EHS + Active + Community Coordinated Care for Children, Inc. + http://www.4CFlorida.org + 2731@hsesinfo.org + 3500 West Colonial Drive + + Orlando + FL + 32808-7902 + 3500 West Colonial Drive + + Orlando + FL + 32808-7902 + 3500 West Colonial Drive + + Orlando + FL + 32808-7902 + Mr. + F217011 + L217011 + + 4C Board Chairman + 217011@hsesinfo.org + Ms. + F217012 + L217012 + + President/CEO + 217012@hsesinfo.org + Ms. + F217014 + L217014 + + 217014@hsesinfo.org + Ms. + F217010 + L217010 + + 217010@hsesinfo.org + 555-555-7010 + + + 8877 + 1010 + 11241 + 000 + 2013 + 2018-07-01 + + HS + Active + Upper Arkansas Area Council of Governments + http://www.uaacog.com + 1010@hsesinfo.org + 1718 Brookside Ave + 3224 - A Independence Rd + Canon City + CO + 81212-5165 + 1718 Brookside Ave + 3224 - A Independence Rd + Canon City + CO + 81212 + 1718 Brookside Ave + + Canon City + CO + 81212-5165 + Mr. + F210661 + L210661 + + Fremont County Commissioner-UAACOG Board Chairperson + 210661@hsesinfo.org + Mrs. + F210662 + L210662 + + UAACOG Executive Director + 210662@hsesinfo.org + Ms. + F210664 + L210664 + + 210664@hsesinfo.org + Ms. + F210660 + L210660 + + 210660@hsesinfo.org + 555-555-0660 + + + 9801 + 615 + 11941 + 000 + 2014 + 2019-07-01 + + HS + Active + Enrichment Services Program Inc. + http://www.enrichmentservices.org + 615@hsesinfo.org + 2601 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + 2601 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + 2601 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + Mr. + F217018 + L217018 + + Board Chair + 217018@hsesinfo.org + Ms. + F217019 + L217019 + + CEO + 217019@hsesinfo.org + Ms. + F217021 + L217021 + + 217021@hsesinfo.org + Mr. + F217017 + L217017 + + 217017@hsesinfo.org + 555-555-7017 + + + 9802 + 2749 + 11941 + 200 + 2014 + 2019-07-01 + + EHS + Active + Enrichment Services Program Inc. + http://www.enrichmentservices.org + 2749@hsesinfo.org + 2607 Cross Country Dr + Bldg C-1 + Columbus + GA + 31906-1801 + 2607 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + 2607 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + Mr. + F217025 + L217025 + + Board Chair + 217025@hsesinfo.org + Ms. + F217026 + L217026 + + CEO + 217026@hsesinfo.org + Ms. + F217028 + L217028 + + 217028@hsesinfo.org + Mr. + F217024 + L217024 + + 217024@hsesinfo.org + 555-555-7024 + + + 9803 + 5816 + 11945 + 200 + + 2019-07-01 + + EHS + Active + Easter Seals North Georgia + http://www.northgeorgia.easterseals.com + 5816@hsesinfo.org + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + Mr. + F217032 + L217032 + + Chairperson + 217032@hsesinfo.org + Ms. + F217033 + L217033 + + President/CEO + 217033@hsesinfo.org + Ms. + F217035 + L217035 + + 217035@hsesinfo.org + Mr. + F217031 + L217031 + + 217031@hsesinfo.org + 555-555-7031 x 5555 + + + 9805 + 5858 + 11946 + 200 + + 2019-07-01 + + EHS + Active + Children's Home Society of Washington + http://www.childrenshomesociety.org/ + 5858@hsesinfo.org + 12360 Lake City Way NE + Ste 450 + Seattle + WA + 98125-5452 + PO Box 15190 + + Seattle + WA + 98115-0190 + 12360 Lake City Way NE + Ste 450 + Seattle + WA + 98125-5452 + Mr. + F217046 + L217046 + + Board Chair + 217046@hsesinfo.org + Mr. + F217047 + L217047 + + President/CEO + 217047@hsesinfo.org + Ms. + F217049 + L217049 + + 217049@hsesinfo.org + Ms. + F217045 + L217045 + + 217045@hsesinfo.org + 555-555-7045 + + + 492 + 3285 + 307 + 000 + 2013 + 2013-07-02 + 2019-01-31 + HS + Inactive + Education Service Center, Region 20 + http://www.esc20.net + 3285@hsesinfo.org + 1314 Hines Ave. + + San Antonio + TX + 78208-1516 + 1314 Hines Ave. + + San Antonio + TX + 78208-1516 + 1314 Hines Ave. + + San Antonio + TX + 78208-1516 + Mr. + F39722 + L39722 + + ESC-20 Board Chairman + 39722@hsesinfo.org + Dr. + F39720 + L39720 + + Executive Director + 39720@hsesinfo.org + Ms. + F39719 + L39719 + + 39719@hsesinfo.org + Ms. + F36357 + L36357 + + 36357@hsesinfo.org + 555-555-6357 + + + 11400 + 9334 + 13254 + 000 + 2020 + 2020-07-01 + + HS + Active + Butler County Children's Center, Inc. + http://www.bcccinc.org + 9334@hsesinfo.org + 139 Rieger Rd + + Butler + PA + 16001-0257 + 139 Rieger Rd + + Butler + PA + 16001-0257 + 139 Rieger Rd + + Butler + PA + 16001-0257 + Ms. + F227842 + L227842 + + Board President + 227842@hsesinfo.org + Mrs. + F227843 + L227843 + + CEO + 227843@hsesinfo.org + Ms. + F227845 + L227845 + + 227845@hsesinfo.org + Dr. + F227841 + L227841 + + 227841@hsesinfo.org + 555-555-7841 x 5555 + + + 4664 + 1163 + 8604 + 000 + 2014 + 2014-03-01 + 2019-02-28 + AIAN HS + Inactive + Confederated Tribes of Siletz Indians + http://www.ctsi.nsn.us + 1163@hsesinfo.org + 201 SE Swan Avenue + + Siletz + OR + 97380 + P.O. Box 549 + + Siletz + OR + 97380-0549 + 201 SE Swan Avenue + + Siletz + OR + 97380 + Ms. + F44623 + L44623 + + Tribal Council Chairman + 44623@hsesinfo.org + Ms. + F44626 + L44626 + + + 44626@hsesinfo.org + Ms. + F44622 + L44622 + + 44622@hsesinfo.org + Ms. + F44621 + L44621 + + 44621@hsesinfo.org + 555-555-4621 + + + 4999 + 2760 + 8888 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + City of Phoenix Human Services Department + www.phoenix.gov + 2760@hsesinfo.org + 200 West Washington, 17th Floor + + Phoenix + AZ + 85003-1611 + 200 West Washington, 17th Floor + + Phoenix + AZ + 85003-1611 + 200 West Washington, 17th Floor + + Phoenix + AZ + 85003-1611 + Ms. + F49486 + L49486 + + Councilwoman, Governing Board Chair + 49486@hsesinfo.org + Ms. + F49484 + L49484 + + Human Services Director + 49484@hsesinfo.org + Ms. + F49483 + L49483 + + 49483@hsesinfo.org + Ms. + F49482 + L49482 + + 49482@hsesinfo.org + 555-555-9482 + + + 9275 + 1957 + 11547 + 000 + 2013 + 2019-01-01 + + HS + Active + CAGUAS MUNICIPALITY ECONOMIC DEVELOPMENT DEPARTMENT + http://www.caguas.gov.pr + 1957@hsesinfo.org + Jose Mercado Ave. corner of Padial St. + + Caguas + PR + 00725 + P.O. Box 907 + + Caguas + PR + 00726-0907 + Jose Mercado Ave. corner of Padial St. + + Caguas + PR + 00725 + Mr. + F213470 + L213470 + + Mayor- Board Chair + 213470@hsesinfo.org + Mrs. + F213471 + L213471 + + + 213471@hsesinfo.org + Mrs. + F213473 + L213473 + + 213473@hsesinfo.org + Mrs. + F213469 + L213469 + + 213469@hsesinfo.org + 555-555-3469 x 5555 + + + 5867 + 5874 + 9539 + 204 + + 2014-07-01 + 2020-06-30 + EHS + Inactive + School District Palm Beach County + http://www.palmbeachschools.org + 5874@hsesinfo.org + 3300 Forest Hill Blvd + Ibis 50-101 + West Palm Beach + FL + 33406-5813 + 3300 Forest Hill Blvd + Ibis 50-101 + West Palm Beach + FL + 33406-5813 + 3300 Forest Hill Blvd + Ibis 50-101 + West Palm Beach + FL + 33406-5813 + Mr. + F104738 + L104738 + + Chairman + 104738@hsesinfo.org + Mrs. + F104739 + L104739 + + Director, Early Childhood Education + 104739@hsesinfo.org + + F104741 + L104741 + + 104741@hsesinfo.org + Mrs. + F104737 + L104737 + + 104737@hsesinfo.org + 555-555-4737 + + + 11401 + 9335 + 13254 + 200 + 2020 + 2020-07-01 + + EHS + Active + Butler County Children's Center, Inc. + http://www.bcccinc.org + 9335@hsesinfo.org + 139 Rieger Rd + + Butler + PA + 16001-0257 + 139 Rieger Rd + + Butler + PA + 16001-0257 + 139 Rieger Rd + + Butler + PA + 16001-0257 + Mr. + F227849 + L227849 + + Board President + 227849@hsesinfo.org + Mrs. + F227850 + L227850 + + CEO + 227850@hsesinfo.org + Ms. + F227852 + L227852 + + 227852@hsesinfo.org + Dr. + F227848 + L227848 + + 227848@hsesinfo.org + 555-555-7848 x 5555 + + + 9728 + 3985 + 11875 + 001 + 2014 + 2019-07-01 + + HS + Active + Ithaca City School District + https://www.ithacacityschools.org + 3985@hsesinfo.org + 400 Lake St + + Ithaca + NY + 14850-2132 + 400 Lake St + + Ithaca + NY + 14850-2132 + 400 Lake St + + Ithaca + NY + 14850-2132 + Mr. + F216519 + L216519 + + Board of Education President + 216519@hsesinfo.org + Dr. + F216517 + L216517 + + + 216517@hsesinfo.org + Ms. + F216520 + L216520 + + 216520@hsesinfo.org + Ms. + F216516 + L216516 + + 216516@hsesinfo.org + 555-555-6516 + + + 4992 + 1084 + 8860 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Los Angeles County Office of Education + www.prekkid.org + 1084@hsesinfo.org + 10100 Pioneer Blvd + Ste 325 + Santa Fe Springs + CA + 90670-7303 + 10100 Pioneer Blvd + Ste 325 + Santa Fe Springs + CA + 90670-7303 + 10100 Pioneer Blvd + Ste 325 + Santa Fe Springs + CA + 90670-7303 + Dr. + F49437 + L49437 + Ed.D + Superintendent + 49437@hsesinfo.org + Dr. + F49434 + L49434 + Ed.D + Superintendent + 49434@hsesinfo.org + Ms. + F49436 + L49436 + + 49436@hsesinfo.org + Ms. + F49433 + L49433 + + 49433@hsesinfo.org + 555-555-9433 + + + 6033 + 6040 + 9494 + 200 + + 2015-03-01 + 2019-08-31 + EHS + Inactive + Matrix Human Services + + 6040@hsesinfo.org + 120 Parsons St + + Detroit + MI + 48201-2002 + 120 Parsons St + + Detroit + MI + 48201-2002 + 120 Parsons St + + Detroit + MI + 48201-2002 + Dr. + F107145 + L107145 + + Board Chair + 107145@hsesinfo.org + Mr. + F107146 + L107146 + + PRESIDENT AND CEO + 107146@hsesinfo.org + Ms. + F107148 + L107148 + + 107148@hsesinfo.org + Mrs. + F107144 + L107144 + + 107144@hsesinfo.org + 555-555-7144 x 5555 + + + 6946 + 200 + 10418 + 000 + 1991 + 2015-11-01 + 2020-10-31 + HS + Inactive + Thompson School District R2J + thompsonschools.org + 200@hsesinfo.org + 407 E 42nd St + + Loveland + CO + 80538-2323 + 407 E 42nd St + + Loveland + CO + 80538-2323 + 407 E 42nd St + + Loveland + CO + 80538-2323 + Ms. + F204284 + L204284 + + Board of Education President + 204284@hsesinfo.org + Dr. + F204285 + L204285 + + School District Superintendent + 204285@hsesinfo.org + Ms. + F204287 + L204287 + + 204287@hsesinfo.org + Mr. + F204283 + L204283 + + 204283@hsesinfo.org + 555-555-4283 + + + 4569 + 2153 + 8481 + 200 + 2013 + 2013-12-23 + 2018-12-31 + EHS + Inactive + VENICE FAMILY CLINIC + www.venicefamilyclinic.org + 2153@hsesinfo.org + 2509 Pico Blvd + + Santa Monica + CA + 90405-1828 + 604 Rose Ave + + Venice + CA + 90291-2767 + 2509 Pico Blvd + + Santa Monica + CA + 90405-1828 + Mr. + F43347 + L43347 + + Board Chair + 43347@hsesinfo.org + Ms. + F43346 + L43346 + + + 43346@hsesinfo.org + Ms. + F43345 + L43345 + + 43345@hsesinfo.org + Ms. + F43342 + L43342 + + 43342@hsesinfo.org + 555-555-3342 + + + 4993 + 1085 + 8860 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Los Angeles County Office of Education + www.prekkid.org + 1085@hsesinfo.org + 10100 Pioneer Blvd + Ste 325 + Santa Fe Springs + CA + 90670-7303 + 10100 Pioneer Blvd + Ste 325 + Santa Fe Springs + CA + 90670-7303 + 10100 Pioneer Blvd + Ste 325 + Santa Fe Springs + CA + 90670-7303 + Dr. + F49444 + L49444 + Ed.D + Superintendent + 49444@hsesinfo.org + Dr. + F49442 + L49442 + Ed.D + Superintendent + 49442@hsesinfo.org + Ms. + F49441 + L49441 + + 49441@hsesinfo.org + Ms. + F49440 + L49440 + + 49440@hsesinfo.org + 555-555-9440 + + + 9806 + 2445 + 11939 + 000 + 2014 + 2019-07-01 + + HS + Active + Fredericksburg City School District + http://www.cityschools.com + 2445@hsesinfo.org + 210 Ferdinand St + + Fredericksburg + VA + 22401-6115 + 210 Ferdinand St + + Fredericksburg + VA + 22401-6115 + 210 Ferdinand St + + Fredericksburg + VA + 22401-6115 + Ms. + F217053 + L217053 + + School Board Chairperson + 217053@hsesinfo.org + Dr. + F217054 + L217054 + + Superintendent of Schools + 217054@hsesinfo.org + Ms. + F217056 + L217056 + + 217056@hsesinfo.org + Mrs. + F217052 + L217052 + + 217052@hsesinfo.org + 555-555-7052 + + + 9317 + 3330 + 11574 + 000 + 2013 + 2019-02-01 + + Migrant HS + Active + Telamon Corporation + www.telamon.org + 3330@hsesinfo.org + 2150 Northside Xing + + Macon + GA + 31210-2260 + 5560 Munford Rd., Suite 201 + + Raleigh + NC + 27612-2731 + 5560 Munford Rd., Suite 201 + + Raleigh + NC + 27612-2731 + Mrs. + F213756 + L213756 + + Board Chair + 213756@hsesinfo.org + Mrs. + F213757 + L213757 + + Executive Director + 213757@hsesinfo.org + Ms. + F213759 + L213759 + + 213759@hsesinfo.org + Mrs. + F213755 + L213755 + + 213755@hsesinfo.org + 555-555-3755 + + + 11403 + 1740 + 13265 + 000 + 2003 + 2020-06-01 + + HS + Active + PathStone Carbon County + www.pathstone.org + 1740@hsesinfo.org + 421 McFarlan Rd + + Kennett Square + PA + 19348-2362 + 421 McFarlan Rd + + Kennett Square + PA + 19348-2362 + 421 McFarlan Rd + + Kennett Square + PA + 19348-2362 + Ms. + F227863 + L227863 + + + 227863@hsesinfo.org + Ms. + F227864 + L227864 + + Senior VP Direct Services + 227864@hsesinfo.org + Mr. + F227866 + L227866 + + 227866@hsesinfo.org + Ms. + F227862 + L227862 + + 227862@hsesinfo.org + 555-555-7862 + + + 9807 + 3163 + 11944 + 000 + 2014 + 2019-07-01 + + HS + Active + Southwest Human Resource Agency + http://www.swhrahs.org + 3163@hsesinfo.org + 1527 White Ave + + Henderson + TN + 38340-7625 + PO Box 264 + + Henderson + TN + 38340-0264 + 1527 White Ave + + Henderson + TN + 38340-7625 + Mr. + F217060 + L217060 + + SWHRA Board Chairman + 217060@hsesinfo.org + Mr. + F217061 + L217061 + + + 217061@hsesinfo.org + Ms. + F217063 + L217063 + + 217063@hsesinfo.org + Mrs. + F217059 + L217059 + + 217059@hsesinfo.org + 555-555-7059 + + + 5322 + 1904 + 9038 + 200 + 2014 + 2014-08-01 + 2020-07-31 + EHS + Inactive + Capital Area Community Services, Inc. + http://www.cacsheadstart.org + 1904@hsesinfo.org + 727 N. Jenison + + Lansing + MI + 48915 + 727 N. Jenison + + Lansing + MI + 48915 + 101 E. Willow + + Lansing + MI + 48906-4814 + Mr. + F54158 + L54158 + III + Board Chairperson + 54158@hsesinfo.org + Mr. + F54156 + L54156 + + Executive Director + 54156@hsesinfo.org + Mrs. + F54155 + L54155 + + 54155@hsesinfo.org + Mrs. + F54154 + L54154 + + 54154@hsesinfo.org + 555-555-4154 + + + 8828 + 379 + 11201 + 000 + 2013 + 2018-06-01 + + HS + Active + Milwaukee Public Schools + http://www2.milwaukee.k12.wi.us/supt/Head_Start_Enrollment.html + 379@hsesinfo.org + 5225 W Vliet St + + Milwaukee + WI + 53208-2627 + 5225 West Vliet Street + P.O. Box 2181 + Milwaukee + WI + 53201-2181 + 5225 W Vliet St + + Milwaukee + WI + 53208-2627 + Mr. + F210314 + L210314 + + President of Milwaukee Public Schools Board of Directors + 210314@hsesinfo.org + Dr. + F210315 + L210315 + + Superintedent of Schools + 210315@hsesinfo.org + Ms. + F210317 + L210317 + + 210317@hsesinfo.org + Ms. + F210313 + L210313 + + 210313@hsesinfo.org + 555-555-0313 + + + 6438 + 6456 + 9997 + 000 + + 2015-07-01 + 2020-08-31 + HS + Inactive + Action for Boston Community Development, Inc. + www.bostonabcd.org + 6456@hsesinfo.org + 178 Tremont St + + Boston + MA + 02111-1006 + 178 Tremont St + + Boston + MA + 02111-1006 + 178 Tremont St + + Boston + MA + 02111-1006 + Ms. + F200736 + L200736 + + Board Chair + 200736@hsesinfo.org + Mr. + F200737 + L200737 + + President/CEO + 200737@hsesinfo.org + Mr. + F200739 + L200739 + + 200739@hsesinfo.org + Ms. + F200735 + L200735 + + 200735@hsesinfo.org + 555-555-0735 + + + 11404 + 2759 + 13265 + 200 + 2011 + 2020-06-01 + + EHS + Active + PathStone Corporation + www.pathstone.org + 2759@hsesinfo.org + 421 McFarlan Rd + + Kennett Square + PA + 19348-2362 + 421 McFarlan Rd + + Kennett Square + PA + 19348-2362 + 421 McFarlan Rd + + Kennett Square + PA + 19348-2362 + Ms. + F227870 + L227870 + + + 227870@hsesinfo.org + Ms. + F227871 + L227871 + + + 227871@hsesinfo.org + Mr. + F227873 + L227873 + + 227873@hsesinfo.org + Ms. + F227869 + L227869 + + 227869@hsesinfo.org + + + + 11405 + 647 + 13262 + 000 + 1992 + 2020-06-01 + + HS + Active + Putnam County Head Start + www.putnam.k12.ga.us + 647@hsesinfo.org + 162 Old Glenwood Springs Rd + + Eatonton + GA + 31024-6525 + 162 Old Glenwood Springs Rd + + Eatonton + GA + 31024-6525 + 162 Old Glenwood Springs Rd + + Eatonton + GA + 31024-6525 + Dr. + F227877 + L227877 + + + 227877@hsesinfo.org + Mr. + F227878 + L227878 + + + 227878@hsesinfo.org + Mrs. + F227880 + L227880 + + 227880@hsesinfo.org + Mrs. + F227876 + L227876 + + 227876@hsesinfo.org + 555-555-7876 + + + 11406 + 6465 + 13260 + 000 + + 2020-06-01 + + HS + Active + Pearl River Valley Opportunity, Inc. + http://www.prvoinc.org + 6465@hsesinfo.org + 100 W Front St + + Hattiesburg + MS + 39401-3460 + 100 W Front St + + Hattiesburg + MS + 39401-3460 + 100 W Front St + + Hattiesburg + MS + 39401-3460 + Mr. + F227884 + L227884 + + Chairman Board of Directors + 227884@hsesinfo.org + Mr. + F227885 + L227885 + + Executive Director + 227885@hsesinfo.org + Mrs. + F227887 + L227887 + + 227887@hsesinfo.org + Mrs. + F227883 + L227883 + + 227883@hsesinfo.org + 555-555-7883 x 5555 + + + 4482 + 2160 + 8500 + 200 + 2013 + 2013-11-29 + 2018-11-30 + EHS + Inactive + FAMILY STAR, INC. + http://www.familystar.net + 2160@hsesinfo.org + 2246 Federal Boulevard + + Denver + CO + 80211-4642 + 2246 Federal Boulevard + + Denver + CO + 80211-4642 + 2246 Federal Boulevard + + Denver + CO + 80211-4642 + Mr. + F42421 + L42421 + + Board of Director's Chairperson + 42421@hsesinfo.org + Ms. + F42424 + L42424 + + Executive Director-Interim + 42424@hsesinfo.org + Mrs. + F42423 + L42423 + + 42423@hsesinfo.org + Ms. + F42420 + L42420 + + 42420@hsesinfo.org + 555-555-2420 x 5555 + + + 8738 + 8596 + 11110 + 204 + 2017 + 2017-08-01 + + EHS + Active + Municipality of Cayey + + 8596@hsesinfo.org + Carr 1 Km 55.7 Bo Montellano + + Cayey + PR + 00736 + Carr 1 Km 55.7 Bo Montellano + + Cayey + PR + 00736 + Carr 1 Km 55.7 Bo Montellano + + Cayey + PR + 00736 + Mr. + F209650 + L209650 + + + 209650@hsesinfo.org + Bishop + F209651 + L209651 + + + 209651@hsesinfo.org + + F209653 + L209653 + + 209653@hsesinfo.org + Ms. + F209649 + L209649 + + 209649@hsesinfo.org + 555-555-9649 + + + 10270 + 2037 + 12290 + 200 + 2014 + 2019-08-01 + 2020-07-31 + AIAN EHS + Inactive + Oglala Lakota College + http://headstart.olc.edu/ + 2037@hsesinfo.org + 490 Piya Wiconi Road + + Kyle + SD + 57752 + 490 Piya Wiconi Road + P.O. Box 490 + Kyle + SD + 57752-0490 + 490 Piya Wiconi Road + + Kyle + SD + 57752 + Mr. + F220234 + L220234 + + President + 220234@hsesinfo.org + Mr. + F220232 + L220232 + + + 220232@hsesinfo.org + Ms. + F220235 + L220235 + + 220235@hsesinfo.org + Ms. + F220231 + L220231 + + 220231@hsesinfo.org + 555-555-0231 + + + 10269 + 2036 + 12290 + 000 + 2014 + 2019-08-01 + 2020-07-31 + AIAN HS + Inactive + Oglala Lakota College + http://headstart.olc.edu/ + 2036@hsesinfo.org + 490 Piya Wiconi Road + + Kyle + SD + 57752 + 490 Piya Wiconi Road + P.O. Box 490 + Kyle + SD + 57752-0490 + 490 Piya Wiconi Road + + Kyle + SD + 57752 + Mr. + F220228 + L220228 + + President + 220228@hsesinfo.org + Mr. + F220226 + L220226 + + + 220226@hsesinfo.org + Ms. + F220229 + L220229 + + 220229@hsesinfo.org + Ms. + F220225 + L220225 + + 220225@hsesinfo.org + 555-555-0225 + + + 5335 + 2521 + 9050 + 200 + 2014 + 2014-08-01 + 2019-07-31 + EHS + Inactive + Board of Regents-University of Nevada, Reno + www.unr.edu + 2521@hsesinfo.org + 785 W 6th St + + Reno + NV + 89503-4315 + Office of Sponsored Projects Administration + Mail Stop 325 + Reno + NV + 89557-0325 + Early Head Start + Mail Stop 392 + Reno + NV + 89557 + Ms. + F54247 + L54247 + + Manager, Office of Sponsored Projects Administration + 54247@hsesinfo.org + Ms. + F54248 + L54248 + + Director + 54248@hsesinfo.org + Mr. + F54249 + L54249 + + 54249@hsesinfo.org + Ms. + F54245 + L54245 + + 54245@hsesinfo.org + 555-555-4245 + + + 3028 + 1234 + 6683 + 000 + 2013 + 2013-07-02 + 2019-02-28 + HS + Inactive + Community Action of East Central Indiana, Inc. + www.caeci.org + 1234@hsesinfo.org + 1845 W Main St + + Richmond + IN + 47374-3821 + 1845 West Main Street + P.O. Box 1314 + Richmond + IN + 47375-1314 + 1845 W Main St + + Richmond + IN + 47374-3821 + Mrs. + F37549 + L37549 + + President, Board of Directors + 37549@hsesinfo.org + Mr. + F37548 + L37548 + + Executive, Director + 37548@hsesinfo.org + Mr. + F37550 + L37550 + + 37550@hsesinfo.org + Mrs. + F37546 + L37546 + + 37546@hsesinfo.org + 555-555-7546 x 5555 + + + 3521 + 4080 + 7653 + 201 + + + + EHS + Active + Caddo Parish Commission + www.caddocaa.org + 4080@hsesinfo.org + 4055 Saint Vincent Ave + + Shreveport + LA + 71108-2542 + 4055 Saint Vincent Ave + + Shreveport + LA + 71108-2542 + 4055 Saint Vincent Ave + + Shreveport + LA + 71108-2542 + Rev. + F24966 + L24966 + + Board Chairperson + 24966@hsesinfo.org + Mr. + F24967 + L24967 + + + 24967@hsesinfo.org + Ms. + F24964 + L24964 + + 24964@hsesinfo.org + Mr. + F9214 + L9214 + + 9214@hsesinfo.org + 555-555-9214 + + + 8362 + 1198 + 10714 + 000 + 1992 + 2016-09-01 + + AIAN HS + Active + Coeur D'Alene Tribe, Head Start + http://www.cdatribe-nsn.gov + 1198@hsesinfo.org + 350 Anne Antelope Ave + + Plummer + ID + 83851-5000 + PO Box 408 + + Plummer + ID + 83851-0408 + 350 Anne Antelope Ave + + Plummer + ID + 83851-5000 + Mr. + F207673 + L207673 + + Chairman + 207673@hsesinfo.org + Mr. + F207674 + L207674 + + + 207674@hsesinfo.org + Mr. + F207676 + L207676 + + 207676@hsesinfo.org + Ms. + F207672 + L207672 + + 207672@hsesinfo.org + 555-555-7672 + + + 9811 + 567 + 11956 + 000 + 2014 + 2019-07-01 + + HS + Active + Sunbelt Human Advancement Resources, Inc. + http://www.sharesc.org + 567@hsesinfo.org + 254 S Pleasantburg Dr + + Greenville + SC + 29607-2562 + PO Box 10204 + + Greenville + SC + 29603-0204 + 254 S Pleasantburg Dr + + Greenville + SC + 29607-2562 + Hon. + F217088 + L217088 + + Chairman Board of Directors + 217088@hsesinfo.org + Ms. + F217089 + L217089 + + President/CEO + 217089@hsesinfo.org + Mrs. + F217091 + L217091 + + 217091@hsesinfo.org + Ms. + F217087 + L217087 + + 217087@hsesinfo.org + 555-555-7087 + + + 6979 + 6998 + 10447 + 000 + + 2015-11-23 + + HS + Active + CDI HS/South Norwalk CT + www.cdiheadstart.org + 6998@hsesinfo.org + 11 Ingalls Ave + + Norwalk + CT + 06854-4605 + PO Box 307 + + Norwalk + CT + 06856-0307 + 11 Ingalls Ave + + Norwalk + CT + 06854-4605 + Mr. + F204519 + L204519 + + Chief Executive Officer + 204519@hsesinfo.org + Ms. + F204520 + L204520 + + Executive Director + 204520@hsesinfo.org + + F204522 + L204522 + + 204522@hsesinfo.org + Ms. + F204518 + L204518 + + 204518@hsesinfo.org + 555-555-4518 + + + 9812 + 568 + 11956 + 200 + 1992 + 2019-07-01 + + EHS + Active + Sunbelt Human Advancement Resources, Inc. + http://www.sharesc.org + 568@hsesinfo.org + 254 S Pleasantburg Dr + + Greenville + SC + 29607-2562 + 652 Rutherford Road + + Greenville + SC + 29609-4641 + 254 S Pleasantburg Dr + + Greenville + SC + 29607-2562 + Hon. + F217095 + L217095 + + Chairman Board of Directors + 217095@hsesinfo.org + Ms. + F217096 + L217096 + + President/CEO + 217096@hsesinfo.org + Mr. + F217098 + L217098 + + 217098@hsesinfo.org + Ms. + F217094 + L217094 + + 217094@hsesinfo.org + 555-555-7094 + + + 9729 + 1130 + 11876 + 000 + 1995 + 2019-05-01 + + AIAN HS + Active + Chugachmiut Head Start + http://www.chugachmiut.org + 1130@hsesinfo.org + 1840 Bragaw Street, Suite 110 + + Anchorage + AK + 99508-3439 + 1840 Bragaw Street, Suite 110 + + Anchorage + AK + 99508-3439 + 1840 Bragaw Street, Suite 110 + + Anchorage + AK + 99508-3439 + Ms. + F216525 + L216525 + + Board Chair + 216525@hsesinfo.org + Ms. + F216523 + L216523 + + Executive Director + 216523@hsesinfo.org + Ms. + F216526 + L216526 + + 216526@hsesinfo.org + Ms. + F216522 + L216522 + + 216522@hsesinfo.org + 555-555-6522 x 5555 + + + 4218 + 934 + 6874 + 000 + 1992 + 2013-08-01 + 2019-07-31 + HS + Inactive + Telamon Corporation + http://www.telamon.org + 934@hsesinfo.org + 25448 Primehook Rd + + Milton + DE + 19968-2750 + 5560 Munford Rd., Suite 201 + + Raleigh + NC + 27612-2731 + 5560 Munford Rd., Suite 201 + + Raleigh + NC + 27612-2731 + Mrs. + F37088 + L37088 + + Board Chair + 37088@hsesinfo.org + Mrs. + F37092 + L37092 + + Executive Director + 37092@hsesinfo.org + Mrs. + F37091 + L37091 + + 37091@hsesinfo.org + Mrs. + F37087 + L37087 + + 37087@hsesinfo.org + 555-555-7087 + + + 11407 + 6466 + 13260 + 200 + + 2020-06-01 + + EHS + Active + Pearl River Valley Opportunity, Inc. + http://www.prvoinc.org + 6466@hsesinfo.org + 100 W Front St + + Hattiesburg + MS + 39401-3460 + 100 W Front St + + Hattiesburg + MS + 39401-3460 + 100 W Front St + + Hattiesburg + MS + 39401-3460 + Mr. + F227891 + L227891 + + Chairman Board of Directors + 227891@hsesinfo.org + Mr. + F227892 + L227892 + + Executive Director + 227892@hsesinfo.org + Mrs. + F227894 + L227894 + + 227894@hsesinfo.org + Mrs. + F227890 + L227890 + + 227890@hsesinfo.org + 555-555-7890 x 5555 + + + 4715 + 3940 + 8697 + 043 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + The Child Center of NY + http://www.childcenterny.org + 3940@hsesinfo.org + 60-02 Roosevelt Avenue + + Woodside + NY + 11377-4973 + 60-02 Roosevelt Avenue + + Woodside + NY + 11377-4973 + 60-02 Roosevelt Avenue + + Woodside + NY + 11377-4973 + Mr. + F45755 + L45755 + + + 45755@hsesinfo.org + Ms. + F45753 + L45753 + + + 45753@hsesinfo.org + Ms. + F45752 + L45752 + + 45752@hsesinfo.org + Ms. + F45751 + L45751 + + 45751@hsesinfo.org + 555-555-5751 + + + 9732 + 1218 + 11877 + 000 + 2014 + 2019-09-01 + + AIAN HS + Active + Santee Sioux Tribe of Nebraska + + 1218@hsesinfo.org + 425 Frazier Avenue North, Suite 2 + + Niobrara + NE + 68760-0163 + 425 Frazier Avenue North, Suite 2 + + Niobrara + NE + 68760-0163 + 425 Frazier Avenue North, Suite 2 + + Niobrara + NE + 68760-0163 + Mr. + F216537 + L216537 + + Tribal Chairman + 216537@hsesinfo.org + Mr. + F216535 + L216535 + + Chief Executive Officer + 216535@hsesinfo.org + Mrs. + F216538 + L216538 + + 216538@hsesinfo.org + Mrs. + F216534 + L216534 + + 216534@hsesinfo.org + 555-555-6534 + + + 11408 + 778 + 13266 + 000 + 1994 + 2020-07-01 + + HS + Active + COOPER INDEPENDENT SCHOOL DISTRICT + 1401 SW 8th St + 778@hsesinfo.org + 1401 SW 8th St + + Cooper + TX + 75432-3715 + 1401 SW 8th St + + Cooper + TX + 75432-3715 + 1401 SW 8th St + + Cooper + TX + 75432-3715 + Mr. + F227898 + L227898 + + School Board President + 227898@hsesinfo.org + Mrs. + F227899 + L227899 + + Cooper ISD Superintendent + 227899@hsesinfo.org + Mrs. + F227901 + L227901 + + 227901@hsesinfo.org + Mrs. + F227897 + L227897 + + 227897@hsesinfo.org + 555-555-7897 + + + 9734 + 2362 + 11878 + 000 + 2014 + 2019-06-01 + + HS + Active + New River Community Action, Inc. + http://www.swva.net/nrca/ + 2362@hsesinfo.org + 1093 East Main Street + + Radford + VA + 24141-1747 + 1093 East Main Street + + Radford + VA + 24141-1747 + 1093 East Main Street + + Radford + VA + 24141-1747 + Mr. + F216547 + L216547 + + Board Chair + 216547@hsesinfo.org + Mrs. + F216548 + L216548 + + + 216548@hsesinfo.org + Ms. + F216550 + L216550 + + 216550@hsesinfo.org + Ms. + F216546 + L216546 + + 216546@hsesinfo.org + 555-555-6546 x 5555 + + + 4719 + 3945 + 8701 + 047 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Zion Daycare Center + + 3945@hsesinfo.org + 5000 14th Avenue + + Brooklyn + NY + 11219-3621 + 5000 14th Avenue + + Brooklyn + NY + 11219-3621 + 5000 14th Avenue + + Brooklyn + NY + 11219-3621 + Mr. + F45784 + L45784 + + Chairman of the Board + 45784@hsesinfo.org + Mr. + F45782 + L45782 + + + 45782@hsesinfo.org + Mrs. + F45781 + L45781 + + 45781@hsesinfo.org + Mrs. + F45779 + L45779 + + 45779@hsesinfo.org + 555-555-5779 + + + 4740 + 3954 + 8722 + 068 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Saint Jemuel Group Family Day Care + www.saintjemueldaycare.org + 3954@hsesinfo.org + 2836 Webb Ave + + Bronx + NY + 10468-2104 + 2836 Webb Ave + + Bronx + NY + 10468-2104 + 2836 Webb Ave + + Bronx + NY + 10468-2104 + Mr. + F45931 + L45931 + + Executive Director + 45931@hsesinfo.org + Ms. + F45929 + L45929 + + + 45929@hsesinfo.org + Ms. + F45928 + L45928 + + 45928@hsesinfo.org + Ms. + F45927 + L45927 + + 45927@hsesinfo.org + 555-555-5927 + + + 8368 + 1145 + 10716 + 000 + 1992 + 2016-08-01 + + AIAN HS + Active + Fond du Lac Head Start + http://www.fdlrez.com + 1145@hsesinfo.org + 1720 Big Lake Rd + + Cloquet + MN + 55720-9702 + 1720 Big Lake Rd + + Cloquet + MN + 55720-9702 + 1720 Big Lake Rd + + Cloquet + MN + 55720-9702 + Mr. + F207728 + L207728 + + Chairman + 207728@hsesinfo.org + Ms. + F207729 + L207729 + + + 207729@hsesinfo.org + Ms. + F207731 + L207731 + + 207731@hsesinfo.org + Ms. + F207727 + L207727 + + 207727@hsesinfo.org + 555-555-7727 + + + 7048 + 1060 + 10494 + 000 + 1991 + 2016-01-01 + + HS + Active + SALT LAKE COMMUNITY ACTION PROGRAM + http://www.utahca.org + 1060@hsesinfo.org + 1307 S 900 W + + Salt Lake City + UT + 84104-1622 + 1307 S 900 W + + Salt Lake City + UT + 84104-1622 + 1307 S 900 W + + Salt Lake City + UT + 84104-1622 + Mrs. + F205003 + L205003 + + Board Chair + 205003@hsesinfo.org + Mrs. + F205004 + L205004 + + CEO + 205004@hsesinfo.org + Ms. + F205006 + L205006 + + 205006@hsesinfo.org + Mrs. + F205002 + L205002 + + 205002@hsesinfo.org + 555-555-5002 + + + 6960 + 2491 + 10427 + 000 + 1991 + 2015-11-01 + + AIAN HS + Active + Cherokee Nation Early Childhood Unit + www.cherokee.org + 2491@hsesinfo.org + 17675 S Muskogee Ave + + Tahlequah + OK + 74464-5492 + PO Box 948 + + Tahlequah + OK + 74465-0948 + 16944 Cherokee Street + + Tahlequah + OK + 74464 + Mrs. + F204382 + L204382 + + Treasurer + 204382@hsesinfo.org + Mr. + F204383 + L204383 + + Deputy Executive Director + 204383@hsesinfo.org + Ms. + F204385 + L204385 + + 204385@hsesinfo.org + Ms. + F204381 + L204381 + + 204381@hsesinfo.org + 555-555-4381 x 5555 + + + 9107 + 1784 + 11420 + 200 + 2013 + 2018-09-01 + + EHS + Active + UNIVERSITY OF DELAWARE + + 1784@hsesinfo.org + 321 South College Avenue + + Newark + DE + 19716-3366 + 321 South College Avenue + + Newark + DE + 19716-3366 + 321 South College Avenue + + Newark + DE + 19716-3366 + Ms. + F212334 + L212334 + + Board Chair + 212334@hsesinfo.org + Dr. + F212335 + L212335 + + HDFS Department Chair + 212335@hsesinfo.org + Ms. + F212337 + L212337 + + 212337@hsesinfo.org + Ms. + F212333 + L212333 + + 212333@hsesinfo.org + 555-555-2333 + + + 8918 + 2327 + 11258 + 000 + 2013 + 2018-07-01 + + HS + Active + YOLO COUNTY SUPERINTENDENT OF SCHOOLS + http://www.ycoe.org + 2327@hsesinfo.org + 1280 Santa Anita Court, Suite 140 + + Woodland + CA + 95776-6128 + 1280 Santa Anita Court, Suite 140 + + Woodland + CA + 95776-6128 + 1280 Santa Anita Court, Suite 140 + + Woodland + CA + 95776-6128 + Dr. + F210947 + L210947 + + Superintendent + 210947@hsesinfo.org + Dr. + F210948 + L210948 + + Associate Superintendent of Educational Services + 210948@hsesinfo.org + Mrs. + F210950 + L210950 + + 210950@hsesinfo.org + Mr. + F210946 + L210946 + + 210946@hsesinfo.org + 555-555-0946 + + + 4426 + 402 + 8388 + 000 + 2013 + 2013-11-01 + 2019-07-31 + HS + Inactive + Great Lakes Community Action Partnership + http://www.glcap.org + 402@hsesinfo.org + 127 S Front St + + Fremont + OH + 43420-3021 + 109 South Front Street + P.O. Box 590 + Fremont + OH + 43420-0590 + 127 S Front St + + Fremont + OH + 43420-3021 + Mr. + F41363 + L41363 + + Board Chair + 41363@hsesinfo.org + Mrs. + F41361 + L41361 + + + 41361@hsesinfo.org + Mrs. + F41360 + L41360 + + 41360@hsesinfo.org + Mrs. + F41359 + L41359 + + 41359@hsesinfo.org + 555-555-1359 x 5555 + + + 6991 + 1239 + 10457 + 200 + 2001 + 2016-01-01 + + EHS + Active + Kosciusko County Early Head Start + http://www.cardinalservices.org + 1239@hsesinfo.org + 811 S Buffalo St + + Warsaw + IN + 46580-4711 + 811 S Buffalo St + + Warsaw + IN + 46580-4711 + 811 S Buffalo St + + Warsaw + IN + 46580-4711 + Mr. + F204603 + L204603 + + Board President of Cardinal Services + 204603@hsesinfo.org + Mrs. + F204604 + L204604 + + CEO/President of Cardinal Services + 204604@hsesinfo.org + Ms. + F204606 + L204606 + + 204606@hsesinfo.org + Mrs. + F204602 + L204602 + + 204602@hsesinfo.org + 555-555-4602 x 5555 + + + 8711 + 8571 + 9435 + 201 + 2017 + 2016-09-01 + 2019-11-30 + EHS + Inactive + Catholic Charities of the Archdiocese of Chicago + www.catholiccharities.net + 8571@hsesinfo.org + 721 N La Salle Dr + + Chicago + IL + 60654-3503 + 721 N La Salle Dr + + Chicago + IL + 60654-3503 + 721 N La Salle Dr + + Chicago + IL + 60654-3503 + Mr. + F209476 + L209476 + + Chairperson – Service Advisory Board + 209476@hsesinfo.org + Ms. + F209477 + L209477 + + Vice President - Child, Youth, & Family Service + 209477@hsesinfo.org + Mr. + F209479 + L209479 + + 209479@hsesinfo.org + Ms. + F209475 + L209475 + + 209475@hsesinfo.org + 555-555-9475 + + + 9735 + 8895 + 11606 + 200 + 2019 + 2019-11-01 + + EHS + Active + Quintana Baptist Church Head Start Program + + 8895@hsesinfo.org + Edificio Caribe Plaza + 579 Ave Ponce De Leon + San Juan + PR + 00920 + Ave. Paz Granela + Pmb 473 Ste. 2 + San Juan + PR + 00927 + Edificio Caribe Plaza + 579 Ave Ponce De Leon + San Juan + PR + 00920 + Mr. + F216556 + L216556 + + Acting Board Chair + 216556@hsesinfo.org + Ms. + F216554 + L216554 + + Executive Director + 216554@hsesinfo.org + Mrs. + F216557 + L216557 + + 216557@hsesinfo.org + Mrs. + F216553 + L216553 + + 216553@hsesinfo.org + 555-555-6553 + + + 9628 + 2197 + 11804 + 200 + 2007 + 2019-05-01 + + EHS + Active + BONA VISTA PROGRAMS, INC. + Bona Vista Programs, Inc. + 2197@hsesinfo.org + 1220 Laguna St + + Kokomo + IN + 46902-2330 + PO Box 2496 + + Kokomo + IN + 46904-2496 + 1220 Laguna St + + Kokomo + IN + 46902-2330 + Mr. + F215841 + L215841 + + Board Chair + 215841@hsesinfo.org + Ms. + F215842 + L215842 + + President + 215842@hsesinfo.org + Ms. + F215844 + L215844 + + 215844@hsesinfo.org + Mrs. + F215840 + L215840 + + 215840@hsesinfo.org + 555-555-5840 + + + 11409 + 6680 + 13267 + 000 + + 2020-07-01 + + HS + Active + Educational Service District #105 + www.esd105.org + 6680@hsesinfo.org + 33 S 2nd Ave + + Yakima + WA + 98902-3414 + 33 S 2nd Ave + + Yakima + WA + 98902-3414 + 33 S 2nd Ave + + Yakima + WA + 98902-3414 + Mr. + F227905 + L227905 + + Board Chairman + 227905@hsesinfo.org + Mrs. + F227906 + L227906 + + Executive Director Early Learning + 227906@hsesinfo.org + Mrs. + F227908 + L227908 + + 227908@hsesinfo.org + Mrs. + F227904 + L227904 + + 227904@hsesinfo.org + 555-555-7904 + + + 8108 + 8049 + 8682 + 228 + 2016 + 2017-02-01 + 2019-06-30 + EHS + Inactive + Bushwick United Head Start + www.bushwickunited.org + 8049@hsesinfo.org + 136 Stanhope Street + + Brooklyn + NY + 11221-3407 + 136 Stanhope Street + + Brooklyn + NY + 11221-3407 + 136 Stanhope Street + + Brooklyn + NY + 11221-3407 + Ms. + F205922 + L205922 + + + 205922@hsesinfo.org + Mr. + F205923 + L205923 + + + 205923@hsesinfo.org + Ms. + F205925 + L205925 + + 205925@hsesinfo.org + Mr. + F205921 + L205921 + + 205921@hsesinfo.org + 555-555-5921 x 5555 + + + 11410 + 6681 + 13267 + 200 + + 2020-07-01 + + EHS + Active + Educational Service District #105 + www.esd105.org + 6681@hsesinfo.org + 33 S 2nd Ave + + Yakima + WA + 98902-3414 + 33 S 2nd Ave + + Yakima + WA + 98902-3414 + 33 S 2nd Ave + + Yakima + WA + 98902-3414 + Mr. + F227912 + L227912 + + Board Chairman + 227912@hsesinfo.org + Mrs. + F227913 + L227913 + + Executive Director Early Learning + 227913@hsesinfo.org + Mrs. + F227915 + L227915 + + 227915@hsesinfo.org + Mrs. + F227911 + L227911 + + 227911@hsesinfo.org + 555-555-7911 + + + 9939 + 8978 + 12021 + 000 + 2019 + 2019-07-01 + + HS + Active + Grand Street Settlement, Inc. + http://www.grandsettlement.org + 8978@hsesinfo.org + Early Head Start Program + 80 Pitt Street + New York + NY + 10002-3516 + Early Head Start Program + 80 Pitt Street + New York + NY + 10002-3516 + Early Head Start Program + 80 Pitt Street + New York + NY + 10002-3516 + Ms. + F217977 + L217977 + + Board Chair + 217977@hsesinfo.org + Ms. + F217978 + L217978 + + Managing Director + 217978@hsesinfo.org + Ms. + F217980 + L217980 + + 217980@hsesinfo.org + Ms. + F217976 + L217976 + + 217976@hsesinfo.org + 555-555-7976 + + + 9940 + 8979 + 12021 + 200 + 2019 + 2019-07-01 + + EHS + Active + Grand Street Settlement, Inc. + http://www.grandsettlement.org + 8979@hsesinfo.org + Early Head Start Program + 80 Pitt Street + New York + NY + 10002-3516 + Early Head Start Program + 80 Pitt Street + New York + NY + 10002-3516 + Early Head Start Program + 80 Pitt Street + New York + NY + 10002-3516 + Ms. + F217984 + L217984 + + Board Chair + 217984@hsesinfo.org + Ms. + F217985 + L217985 + + Managing Director + 217985@hsesinfo.org + Ms. + F217987 + L217987 + + 217987@hsesinfo.org + Ms. + F217983 + L217983 + + 217983@hsesinfo.org + 555-555-7983 + + + 3932 + 3468 + 8008 + 001 + 2012 + 2012-08-09 + + HS + Active + Children’s Center of Wayne county Inc + www.thechildrenscenter.com + 3468@hsesinfo.org + 19900 Evergreen Rd + + Detroit + MI + 48219-2044 + 79 W Alexandrine St + + Detroit + MI + 48201-2015 + 79 W Alexandrine St + + Detroit + MI + 48201-2015 + Ms. + F36727 + L36727 + + Board President + 36727@hsesinfo.org + Ms. + F36725 + L36725 + + Cheif Executive Officer + 36725@hsesinfo.org + Mrs. + F36724 + L36724 + + 36724@hsesinfo.org + Ms. + F33545 + L33545 + + 33545@hsesinfo.org + 555-555-3545 x 5555 + + + 9600 + 2478 + 11784 + 200 + 2007 + 2019-05-01 + + EHS + Active + CAREY SERVICES, INC. + http:/www.careyservices.com + 2478@hsesinfo.org + 2724 SOUTH CAREY STREET + + MARION + IN + 46953 + 2724 SOUTH CAREY STREET + + MARION + IN + 46953 + 2724 SOUTH CAREY STREET + + MARION + IN + 46953 + Mr. + F215652 + L215652 + + Chairperson + 215652@hsesinfo.org + Mr. + F215653 + L215653 + + President/CEO + 215653@hsesinfo.org + Mrs. + F215655 + L215655 + + 215655@hsesinfo.org + Mrs. + F215651 + L215651 + + 215651@hsesinfo.org + 555-555-5651 x 5555 + + + 11411 + 1137 + 13256 + 000 + 1994 + 2020-07-01 + + AIAN HS + Active + Red Cliff Head Start Program + www.redcliffecc.org + 1137@hsesinfo.org + 88455 Pike Rd + # 13 + Bayfield + WI + 54814-4741 + 88455 Pike Rd + # 13 + Bayfield + WI + 54814-4741 + 88455 Pike Rd + # 13 + Bayfield + WI + 54814-4741 + Mr. + F227919 + L227919 + + Chairperson + 227919@hsesinfo.org + Mrs. + F227920 + L227920 + + Administrator + 227920@hsesinfo.org + Ms. + F227922 + L227922 + + 227922@hsesinfo.org + Mrs. + F227918 + L227918 + + 227918@hsesinfo.org + 555-555-7918 x 5555 + + + 8176 + 2877 + 10597 + 200 + 2011 + 2016-07-01 + + EHS + Active + Ironbound Community Corporation + http://www.ironboundcc.org + 2877@hsesinfo.org + 1 New York Ave + + Newark + NJ + 07105-1208 + 317 Elm St + + Newark + NJ + 07105-2701 + 317 Elm St + + Newark + NJ + 07105-2701 + Mr. + F206347 + L206347 + + Board President + 206347@hsesinfo.org + Ms. + F206348 + L206348 + + Executive Director + 206348@hsesinfo.org + Ms. + F206350 + L206350 + + 206350@hsesinfo.org + Mrs. + F206346 + L206346 + + 206346@hsesinfo.org + 555-555-6346 + + + 11412 + 1138 + 13256 + 200 + 2004 + 2020-07-01 + + AIAN EHS + Active + Red Cliff Early Head Start Program + www.redcliffecc.org + 1138@hsesinfo.org + 88455 Pike Rd + # 13 + Bayfield + WI + 54814-4741 + 88455 Pike Rd + # 13 + Bayfield + WI + 54814-4741 + 88455 Pike Rd + # 13 + Bayfield + WI + 54814-4741 + Mr. + F227926 + L227926 + + Chairperson + 227926@hsesinfo.org + Mrs. + F227927 + L227927 + + Administrator + 227927@hsesinfo.org + Ms. + F227929 + L227929 + + 227929@hsesinfo.org + Mrs. + F227925 + L227925 + + 227925@hsesinfo.org + 555-555-7925 x 5555 + + + 8719 + 8579 + 9457 + 223 + 2017 + 2016-09-01 + 2019-11-30 + EHS + Inactive + Howard Area Family Center + http://www.howardarea.org + 8579@hsesinfo.org + 7510 N Ashland Ave + Howard Area Family Center + Chicago + IL + 60626-1702 + 7510 N Ashland Ave + Howard Area Family Center + Chicago + IL + 60626-1702 + 7648 N Paulina St + Howard Area Community Center + Chicago + IL + 60626-1018 + Ms. + F209524 + L209524 + + Board Chair + 209524@hsesinfo.org + Ms. + F209525 + L209525 + + Executive Director + 209525@hsesinfo.org + Ms. + F209527 + L209527 + + 209527@hsesinfo.org + Ms. + F209523 + L209523 + + 209523@hsesinfo.org + 555-555-9523 + + + 9054 + 878 + 11385 + 200 + 2002 + 2018-09-01 + + EHS + Active + CHOANOKE AREA DEVELOPMENT ASSOCIATION, INC + http://www.nc-cada.org + 878@hsesinfo.org + 120 Sessoms Dr + + Rich Square + NC + 27869-9603 + PO Box 530 + + Rich Square + NC + 27869-0530 + 120 Sessoms Dr + + Rich Square + NC + 27869-9603 + Ms. + F211963 + L211963 + + Board President + 211963@hsesinfo.org + Mrs. + F211964 + L211964 + + Executive Director + 211964@hsesinfo.org + Mrs. + F211966 + L211966 + + 211966@hsesinfo.org + Mrs. + F211962 + L211962 + + 211962@hsesinfo.org + 555-555-1962 x 5555 + + + 9730 + 8709 + 11876 + 200 + 2018 + 2019-05-01 + + AIAN EHS + Active + Chugachmiut Head Start + http://www.chugachmiut.org + 8709@hsesinfo.org + 1840 Bragaw Street, Suite 110 + + Anchorage + AK + 99508-3439 + 1840 Bragaw Street, Suite 110 + + Anchorage + AK + 99508-3439 + 1840 Bragaw Street, Suite 110 + + Anchorage + AK + 99508-3439 + Ms. + F216531 + L216531 + + Board Chair + 216531@hsesinfo.org + Ms. + F216529 + L216529 + + Executive Director + 216529@hsesinfo.org + Ms. + F216532 + L216532 + + 216532@hsesinfo.org + Ms. + F216528 + L216528 + + 216528@hsesinfo.org + 555-555-6528 x 5555 + + + 9512 + 8794 + 11720 + 200 + 2019 + 2019-03-01 + + EHS + Active + Educare of West DuPage + + 8794@hsesinfo.org + 851 Pearl Rd + + West Chicago + IL + 60185-3716 + 851 Pearl Rd + + West Chicago + IL + 60185-3716 + 851 Pearl Rd + + West Chicago + IL + 60185-3716 + Mrs. + F215081 + L215081 + + Board Chair + 215081@hsesinfo.org + Ms. + F215082 + L215082 + + Executive Director + 215082@hsesinfo.org + Ms. + F215084 + L215084 + + 215084@hsesinfo.org + Ms. + F215080 + L215080 + + 215080@hsesinfo.org + 555-555-5080 + + + 6058 + 6065 + 9762 + 200 + + 2015-03-01 + 2019-08-31 + EHS + Inactive + Holyoke, Chicopee, Springfield Head Start Inc + http://www.hcsheadstart.org + 6065@hsesinfo.org + 30 Madison Ave. + + Springfield + MA + 01105-1404 + 30 Madison Ave. + + Springfield + MA + 01105-1404 + 30 Madison Ave. + + Springfield + MA + 01105-1404 + Ms. + F107345 + L107345 + + Board Chair + 107345@hsesinfo.org + Ms. + F107346 + L107346 + + Executive Director + 107346@hsesinfo.org + Ms. + F107348 + L107348 + + 107348@hsesinfo.org + Ms. + F107344 + L107344 + + 107344@hsesinfo.org + 555-555-7344 + + + 9813 + 619 + 11953 + 000 + 2014 + 2019-07-01 + + HS + Active + Collier County School District + www.collierschools.com/headstart + 619@hsesinfo.org + 5775 Osceola Trail + + Naples + FL + 34109-0919 + 5775 Osceola Trail + + Naples + FL + 34109-0919 + 5775 Osceola Trail + + Naples + FL + 34109-0919 + Dr. + F217102 + L217102 + + Member School Board of Collier County + 217102@hsesinfo.org + Mr. + F217103 + L217103 + + Executive Director, Exceptional Education and Student Support Services + 217103@hsesinfo.org + Ms. + F217105 + L217105 + + 217105@hsesinfo.org + Dr. + F217101 + L217101 + + 217101@hsesinfo.org + 555-555-7101 + + + 4495 + 689 + 8411 + 200 + 2001 + 2013-11-29 + 2018-12-31 + EHS + Inactive + COMMUNITY ACTION PROGRAM COMMISSION OF LANCASTER + http://www.faircaa.org + 689@hsesinfo.org + 1743 E Main St + + Lancaster + OH + 43130-9838 + PO Box 768 + + Lancaster + OH + 43130-0768 + 1743 E Main St + + Lancaster + OH + 43130-9838 + Ms. + F42500 + L42500 + + + 42500@hsesinfo.org + Mrs. + F42501 + L42501 + + + 42501@hsesinfo.org + Ms. + F42504 + L42504 + + 42504@hsesinfo.org + Mrs. + F42499 + L42499 + + 42499@hsesinfo.org + 555-555-2499 x 5555 + + + 8226 + 1070 + 10590 + 000 + 1992 + 2016-07-01 + + HS + Active + Mayville State University + www.mayvillestate.edu/cdp + 1070@hsesinfo.org + 330 Third Street NE + + Mayville + ND + 58257-1217 + 330 Third Street NE + + Mayville + ND + 58257-1217 + 330 Third Street NE + + Mayville + ND + 58257-1217 + Dr. + F206697 + L206697 + + President/ Board Chairperson + 206697@hsesinfo.org + Mrs. + F206698 + L206698 + + Controller/Interim Executive Director + 206698@hsesinfo.org + Mr. + F206700 + L206700 + + 206700@hsesinfo.org + Mrs. + F206696 + L206696 + + 206696@hsesinfo.org + 555-555-6696 + + + 11414 + 1726 + 13269 + 000 + 1992 + 2020-06-01 + + HS + Active + Pittsylvania County Community Action, Inc. + http://www.pccainc.org + 1726@hsesinfo.org + 514 S Main St + + Chatham + VA + 24531-3404 + PO Box 1119 + + Chatham + VA + 24531-1119 + 348 N Main St + + Chatham + VA + 24531-4406 + Mr. + F227940 + L227940 + + PCCA Agency, Board Chariman + 227940@hsesinfo.org + Mrs. + F227941 + L227941 + + Executive Director + 227941@hsesinfo.org + Ms. + F227943 + L227943 + + 227943@hsesinfo.org + Ms. + F227939 + L227939 + + 227939@hsesinfo.org + 555-555-7939 x 5555 + + + 8227 + 1071 + 10590 + 200 + 2001 + 2016-07-01 + + EHS + Active + Mayville State University + www.mayvillestate.edu/cdp + 1071@hsesinfo.org + 330 Third Street NE + + Mayville + ND + 58257-1217 + 330 Third Street NE + + Mayville + ND + 58257-1217 + 330 Third Street NE + + Mayville + ND + 58257-1217 + Dr. + F206704 + L206704 + + President/ Board Chairperson + 206704@hsesinfo.org + Mrs. + F206705 + L206705 + + Controller/Interim Executive Director + 206705@hsesinfo.org + Mr. + F206707 + L206707 + + 206707@hsesinfo.org + Mrs. + F206703 + L206703 + + 206703@hsesinfo.org + 555-555-6703 + + + 8802 + 8644 + 11153 + 000 + 2018 + 2018-07-01 + 2020-06-30 + AIAN HS + Inactive + Hualapai Head Start + hualapai-nsn.gov + 8644@hsesinfo.org + 479 Hualapai Way + + Peach Springs + AZ + 86434 + PO Box 179 + + Peach Springs + AZ + 86434-0179 + 941 Hualpai Way + + Peach Springs + AZ + 86434 + Dr. + F210038 + L210038 + + Honorable Tribal Chairman + 210038@hsesinfo.org + Dr. + F210036 + L210036 + + Honorable Tribal Chairman + 210036@hsesinfo.org + + F210039 + L210039 + + 210039@hsesinfo.org + Mrs. + F210035 + L210035 + + 210035@hsesinfo.org + 555-555-0035 + + + 8520 + 8400 + 10930 + 200 + 2017 + 2017-03-01 + + AIAN EHS + Active + Havasupai Tribal Council (Head Start) + + 8400@hsesinfo.org + 130 Main St + + Supai + AZ + 86435-1100 + 10 Main St + + Supai + AZ + 86435 + 10 Main St + + Supai + AZ + 86435 + Mrs. + F208366 + L208366 + + Tribal Chariman + 208366@hsesinfo.org + Mr. + F208367 + L208367 + Sr + Tribal Vice Chairman + 208367@hsesinfo.org + Mr. + F208369 + L208369 + + 208369@hsesinfo.org + Mr. + F208365 + L208365 + Sr + 208365@hsesinfo.org + 555-555-8365 + + + 9272 + 2970 + 11537 + 000 + 2013 + 2019-01-01 + + HS + Active + MUNICIPALITY OF SAN GERMAN + CCORDOVA@MUNICIPIODESANGERMAN.COM + 2970@hsesinfo.org + 23 Ave Dr Jw Harris + Interseccion Calle Concepcion + San German + PR + 00683-4032 + PO Box 85 + + San German + PR + 00683-0085 + 23 Ave Dr Jw Harris + Interseccion Calle Concepcion + San German + PR + 00683-4032 + Hon. + F213449 + L213449 + + + 213449@hsesinfo.org + Mrs. + F213450 + L213450 + + + 213450@hsesinfo.org + Mrs. + F213452 + L213452 + + 213452@hsesinfo.org + Mrs. + F213448 + L213448 + + 213448@hsesinfo.org + 555-555-3448 + + + 5780 + 2461 + 9398 + 000 + 1992 + 2015-01-01 + + AIAN HS + Active + CHEYENNE RIVER SIOUX TRIBE + Null + 2461@hsesinfo.org + 18 South Main Street + P.O 590 Eagle Butte + Eagle Butte + SD + 57625 + PO Box 590 + 18 South Main Street + Eagle Butte + SD + 57625-0590 + Building 18 South Main Street + + Eagle Butte + SD + 57625 + Mr. + F105037 + L105037 + + Tribal Chairman + 105037@hsesinfo.org + Mr. + F105035 + L105035 + + + 105035@hsesinfo.org + Ms. + F105034 + L105034 + + 105034@hsesinfo.org + Ms. + F105033 + L105033 + + 105033@hsesinfo.org + 555-555-5033 + + + 4700 + 3915 + 8682 + 028 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Bushwick United Head Start + www.bushwickunited.org + 3915@hsesinfo.org + 136 Stanhope Street + + Brooklyn + NY + 11221-3407 + 136 Stanhope Street + + Brooklyn + NY + 11221-3407 + 136 Stanhope Street + + Brooklyn + NY + 11221-3407 + Ms. + F45651 + L45651 + + Chairwoman of the Board + 45651@hsesinfo.org + Mr. + F45649 + L45649 + + Executive Director + 45649@hsesinfo.org + Ms. + F45647 + L45647 + + 45647@hsesinfo.org + Mr. + F45646 + L45646 + + 45646@hsesinfo.org + 555-555-5646 + + + 9814 + 521 + 11940 + 000 + 2014 + 2019-07-01 + + HS + Active + Redlands Christian Migrant Association + http://www.rcma.org + 521@hsesinfo.org + 402 West Main Street + + Immokalee + FL + 34142-3933 + 402 West Main Street + + Immokalee + FL + 34142-3933 + 402 West Main Street + + Immokalee + FL + 34142-3933 + Ms. + F217109 + L217109 + + Governing Body Chaur + 217109@hsesinfo.org + Ms. + F217110 + L217110 + + Executive Director + 217110@hsesinfo.org + Ms. + F217112 + L217112 + + 217112@hsesinfo.org + Ms. + F217108 + L217108 + + 217108@hsesinfo.org + 555-555-7108 x 5555 + + + 8718 + 8578 + 9453 + 219 + 2017 + 2016-09-01 + + EHS + Active + Northwestern University Settlement House + northwesternsettlement.org + 8578@hsesinfo.org + 1400 West Augusta Boulevard + + Chicago + IL + 60642-3939 + 1400 West Augusta Boulevard + + Chicago + IL + 60642-3939 + 1400 West Augusta Boulevard + + Chicago + IL + 60642-3939 + Mr. + F209518 + L209518 + + Director of the Board + 209518@hsesinfo.org + Ms. + F209519 + L209519 + + Director of Group Services + 209519@hsesinfo.org + Ms. + F209521 + L209521 + + 209521@hsesinfo.org + Ms. + F209517 + L209517 + + 209517@hsesinfo.org + 555-555-9517 x 5555 + + + 8258 + 2228 + 10638 + 200 + 2003 + 2016-07-01 + + EHS + Active + Puget Sound Educational Service District - EHS + http://www.psesd.org + 2228@hsesinfo.org + 800 Oaksdale Ave. SW + + Renton + WA + 98057-5221 + 800 Oaksdale Ave. SW + + Renton + WA + 98057-5221 + 800 Oaksdale Ave. SW + + Renton + WA + 98057-5221 + Mr. + F206921 + L206921 + + PSESD Board Chair + 206921@hsesinfo.org + Ms. + F206922 + L206922 + + Executive Director, Learning, Teaching, Family Support + 206922@hsesinfo.org + Ms. + F206924 + L206924 + + 206924@hsesinfo.org + Ms. + F206920 + L206920 + + 206920@hsesinfo.org + 555-555-6920 + + + 8257 + 2229 + 10638 + 000 + 1991 + 2016-07-01 + + HS + Active + Puget Sound Educational Service District - HS + http://www.psesd.org + 2229@hsesinfo.org + 800 Oakesdale Avenue SW + + Renton + WA + 98057-5221 + 800 Oakesdale Avenue SW + + Renton + WA + 98057-5221 + 800 Oakesdale Avenue SW + + Renton + WA + 98057-5221 + Mr. + F206914 + L206914 + + PSESD Board Chair + 206914@hsesinfo.org + Ms. + F206915 + L206915 + + Executive Director, Learning, Teaching, Family Support + 206915@hsesinfo.org + Ms. + F206917 + L206917 + + 206917@hsesinfo.org + Ms. + F206913 + L206913 + + 206913@hsesinfo.org + 555-555-6913 + + + 5198 + 2570 + 8914 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Unified School District 383 + https://www.usd383.org/schools/early-learning/home-based-services + 2570@hsesinfo.org + 1700 Leavenworth St + + Manhattan + KS + 66502-4143 + 1700 Leavenworth St + + Manhattan + KS + 66502-4143 + 1700 Leavenworth St + + Manhattan + KS + 66502-4143 + Mr. + F52269 + L52269 + + USD 383 Board of Education President + 52269@hsesinfo.org + Mrs. + F52267 + L52267 + + Executive Director of Special Services + 52267@hsesinfo.org + Ms. + F52266 + L52266 + + 52266@hsesinfo.org + Mr. + F52265 + L52265 + + 52265@hsesinfo.org + 555-555-2265 x 5555 + + + 10736 + 370 + 12732 + 000 + 1992 + 2019-11-01 + + AIAN HS + Active + FORT BELKNAP INDIAN COMMUNITY + + 370@hsesinfo.org + 656 Agency Main Street + + Harlem + MT + 59526-9705 + 656 Agency Main Street + + Harlem + MT + 59526-9705 + 656 Agency Main Street + + Harlem + MT + 59526-9705 + Mr. + F223488 + L223488 + Jr + Fort Belknap Community Council President + 223488@hsesinfo.org + Ms. + F223489 + L223489 + + Chief Administrative Officer + 223489@hsesinfo.org + Ms. + F223491 + L223491 + + 223491@hsesinfo.org + Mrs. + F223487 + L223487 + + 223487@hsesinfo.org + 555-555-3487 + + + 10737 + 1731 + 12734 + 000 + 2014 + 2019-12-01 + + HS + Active + Family Services of Westchester, Inc. + www.fsw.org + 1731@hsesinfo.org + 2975 Westchester Ave + Ste 401 + Purchase + NY + 10577-2580 + 2975 Westchester Ave + Ste 401 + Purchase + NY + 10577-2580 + 106 N Broadway + + White Plains + NY + 10603-3705 + Ms. + F223495 + L223495 + + + 223495@hsesinfo.org + Ms. + F223496 + L223496 + + + 223496@hsesinfo.org + Ms. + F223498 + L223498 + + 223498@hsesinfo.org + Ms. + F223494 + L223494 + + 223494@hsesinfo.org + 555-555-3494 + + + 10738 + 1730 + 12734 + 200 + 2014 + 2019-12-01 + + EHS + Active + Family Services of Westchester, Inc. + fsw.org + 1730@hsesinfo.org + 2975 Westchester Ave + Ste 401 + Purchase + NY + 10577-2580 + 2975 Westchester Ave + Ste 401 + Purchase + NY + 10577-2580 + 456 North St + + White Plains + NY + 10605-3003 + Ms. + F223502 + L223502 + + + 223502@hsesinfo.org + Ms. + F223503 + L223503 + + + 223503@hsesinfo.org + Ms. + F223505 + L223505 + + 223505@hsesinfo.org + Ms. + F223501 + L223501 + + 223501@hsesinfo.org + 555-555-3501 + + + 10741 + 3549 + 12737 + 002 + 2014 + 2019-11-01 + + HS + Active + Murray Head Start + www.headstart.murray.kyschools.us + 3549@hsesinfo.org + 208 S 13th St + + Murray + KY + 42071-2302 + 208 S 13th St + + Murray + KY + 42071-2302 + 208 S 13th St + + Murray + KY + 42071-2302 + Dr. + F223523 + L223523 + + Board Chairman + 223523@hsesinfo.org + Mr. + F223524 + L223524 + + Superintendent + 223524@hsesinfo.org + Ms. + F223526 + L223526 + + 223526@hsesinfo.org + Ms. + F223522 + L223522 + + 223522@hsesinfo.org + 555-555-3522 + + + 10742 + 843 + 12735 + 000 + 2014 + 2019-12-01 + + HS + Active + Celina City Schools + www.mercerheadstart.org + 843@hsesinfo.org + 585 E Livingston St + Celina City Schools/Mercer County Head Start + Celina + OH + 45822-1742 + 585 E Livingston St + Celina City Schools/Mercer County Head Start + Celina + OH + 45822-1742 + 585 E Livingston St + Celina City Schools/Mercer County Head Start + Celina + OH + 45822-1742 + Mr. + F223530 + L223530 + + President/Celina City Schools, Board of Education + 223530@hsesinfo.org + Dr. + F223531 + L223531 + + Superintendent + 223531@hsesinfo.org + Ms. + F223533 + L223533 + + 223533@hsesinfo.org + Ms. + F223529 + L223529 + J + 223529@hsesinfo.org + 555-555-3529 x 5555 + + + 9539 + 8813 + 11760 + 200 + 2019 + 2019-03-01 + + EHS + Active + City of Chicago + www.cityofchicago.org + 8813@hsesinfo.org + 1615 West Chicago Avenue + + Chicago + IL + 60622-5127 + 1615 West Chicago Avenue + + Chicago + IL + 60622-5127 + 1615 West Chicago Avenue + + Chicago + IL + 60622-5127 + Ms. + F215270 + L215270 + + Board Chair + 215270@hsesinfo.org + Ms. + F215271 + L215271 + + Commissioner + 215271@hsesinfo.org + Ms. + F215273 + L215273 + + 215273@hsesinfo.org + Ms. + F215269 + L215269 + + 215269@hsesinfo.org + 555-555-5269 + + + 8503 + 8383 + 10910 + 200 + 2017 + 2017-03-01 + + AIAN EHS + Active + Kenaitze Indian Tribe + http://www.kenaitze.org/headstart/index.htm + 8383@hsesinfo.org + 130 N Willow St + + Kenai + AK + 99611-7701 + 130 N Willow St + + Kenai + AK + 99611-7701 + 130 N Willow St + + Kenai + AK + 99611-7701 + Mr. + F208248 + L208248 + + Tribal Chairperson + 208248@hsesinfo.org + Ms. + F208249 + L208249 + + Executive Director Tribal Administration + 208249@hsesinfo.org + Ms. + F208251 + L208251 + + 208251@hsesinfo.org + Mrs. + F208247 + L208247 + + 208247@hsesinfo.org + 555-555-8247 + + + 8647 + 3053 + 11033 + 000 + 2012 + 2017-07-01 + + HS + Active + Unified School District 373 + http://usd373-ks.schoolloop.com/ + 3053@hsesinfo.org + 816 Oak St + + Newton + KS + 67114-1813 + 816 Oak St + + Newton + KS + 67114-1813 + 308 E. First St. + + Newton + KS + 67114-3846 + Mr. + F209037 + L209037 + + Board of Education President + 209037@hsesinfo.org + Dr. + F209038 + L209038 + + Superintendent, USD 373 + 209038@hsesinfo.org + Ms. + F209040 + L209040 + + 209040@hsesinfo.org + Ms. + F209036 + L209036 + + 209036@hsesinfo.org + 555-555-9036 + + + 8808 + 1522 + 11190 + 000 + 2013 + 2018-05-01 + + HS + Active + E Center + http://www.ecenter.org + 1522@hsesinfo.org + 1506 Starr Dr + + Yuba City + CA + 95993-2602 + 1506 Starr Dr + + Yuba City + CA + 95993-2602 + 1506 Starr Dr + + Yuba City + CA + 95993-2602 + Ms. + F210200 + L210200 + + Board Chair + 210200@hsesinfo.org + Ms. + F210201 + L210201 + + Chief Executive Officer + 210201@hsesinfo.org + Ms. + F210203 + L210203 + + 210203@hsesinfo.org + Ms. + F210199 + L210199 + + 210199@hsesinfo.org + 555-555-0199 + + + 5069 + 983 + 8985 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + COMMUNITY ACTION SERVICE OF MORGAN COUNTY HEAD START + www.Tnheadstart.org + 983@hsesinfo.org + 105 Longview Dr + + Wartburg + TN + 37887-4205 + PO Box 179 + + Wartburg + TN + 37887-0179 + 105 Longview Dr + + Wartburg + TN + 37887-4205 + Ms. + F51483 + L51483 + + Board Chairperson + 51483@hsesinfo.org + Mr. + F51479 + L51479 + + Director + 51479@hsesinfo.org + Ms. + F51481 + L51481 + + 51481@hsesinfo.org + Mr. + F51478 + L51478 + + 51478@hsesinfo.org + 555-555-1478 + + + 7025 + 1238 + 10469 + 000 + 1991 + 2016-01-01 + + HS + Active + Community Action Committee of Pike County + http://www.pikecac.org + 1238@hsesinfo.org + 941 Market St + + Piketon + OH + 45661-9757 + 941 Market St + + Piketon + OH + 45661-9757 + 941 Market St + + Piketon + OH + 45661-9757 + Ms. + F204841 + L204841 + + Governing Board President + 204841@hsesinfo.org + Mr. + F204842 + L204842 + + Executive Director + 204842@hsesinfo.org + Ms. + F204844 + L204844 + + 204844@hsesinfo.org + Ms. + F204840 + L204840 + + 204840@hsesinfo.org + 555-555-4840 x 5555 + + + 9385 + 4234 + 11610 + 000 + 2013 + 2019-02-01 + + HS + Active + Butler County Educational Service Center + prescotts@bcesc.org + 4234@hsesinfo.org + 400 N Erie Blvd + + Hamilton + OH + 45011 + 400 N Erie Blvd + + Hamilton + OH + 45011 + 400 N Erie Blvd + + Hamilton + OH + 45011 + Mrs. + F214228 + L214228 + + BCESC Governing Board President + 214228@hsesinfo.org + Mr. + F214229 + L214229 + + Superintendent + 214229@hsesinfo.org + Ms. + F214231 + L214231 + + 214231@hsesinfo.org + Mrs. + F214227 + L214227 + + 214227@hsesinfo.org + 555-555-4227 + + + 5219 + 5225 + 9049 + 000 + 2014 + 2014-07-01 + 2019-02-28 + HS + Inactive + Community Action Partnership of North Alabama, Inc. + www.capna.org + 5225@hsesinfo.org + 1909 Central Parkway SW + + Decatur + AL + 35601-6822 + 1909 Central Parkway SW + + Decatur + AL + 35601-6822 + 1909 Central Parkway SW + + Decatur + AL + 35601-6822 + Mr. + F52378 + L52378 + + Board Chair + 52378@hsesinfo.org + Mr. + F52379 + L52379 + + CEO + 52379@hsesinfo.org + Ms. + F52381 + L52381 + + 52381@hsesinfo.org + Mrs. + F52377 + L52377 + + 52377@hsesinfo.org + 555-555-2377 + + + 5272 + 3631 + 9119 + 002 + 2014 + 2014-07-01 + 2019-06-30 + Migrant HS + Inactive + Del Valle Migrant Head Start, Inc. + + 3631@hsesinfo.org + 6550 Ridge Rd + + Oswego + IL + 60543-8635 + 6550 Ridge Rd + + Oswego + IL + 60543-8635 + 6550 Ridge Rd + + Oswego + IL + 60543-8635 + Mr. + F53578 + L53578 + + President + 53578@hsesinfo.org + Mrs. + F53579 + L53579 + + Director + 53579@hsesinfo.org + Mr. + F53576 + L53576 + + 53576@hsesinfo.org + Ms. + F53574 + L53574 + + 53574@hsesinfo.org + 555-555-3574 + + + 11415 + 2388 + 13255 + 000 + 1992 + 2020-06-01 + + HS + Active + Allegheny County Department of Human Services + http://www.alleghenycounty.us/dhs/ + 2388@hsesinfo.org + 1 Smithfield St + Ste 400 + Pittsburgh + PA + 15222-2221 + 1 Smithfield St + Ste 400 + Pittsburgh + PA + 15222-2221 + 1 Smithfield St + Ste 400 + Pittsburgh + PA + 15222-2221 + Mr. + F227947 + L227947 + + Allegheny County Manager + 227947@hsesinfo.org + Mr. + F227948 + L227948 + + Executive Director Allegheny County Department of Human Services + 227948@hsesinfo.org + Mrs. + F227950 + L227950 + + 227950@hsesinfo.org + Mrs. + F227946 + L227946 + + 227946@hsesinfo.org + 555-555-7946 + + + 6211 + 6224 + 9763 + 200 + + 2015-03-01 + 2019-08-31 + AIAN EHS + Inactive + OWENS VALLEY CAREER DEVELOPMENT CENTER + http://www.ovcdc.com + 6224@hsesinfo.org + 2574 Diaz Ln + + Bishop + CA + 93514-8099 + 2574 Diaz Ln + + Bishop + CA + 93514-8099 + 2574 Diaz Ln + + Bishop + CA + 93514-8099 + Mr. + F109072 + L109072 + + OVBT Chair + 109072@hsesinfo.org + Mr. + F109073 + L109073 + + EXECUTIVE DIRECTOR + 109073@hsesinfo.org + Mr. + F109075 + L109075 + + 109075@hsesinfo.org + Ms. + F109071 + L109071 + + 109071@hsesinfo.org + 555-555-9071 x 5555 + + + 11417 + 6464 + 13259 + 000 + + 2020-06-01 + + HS + Active + Montgomery County Intermediate Unit + www.mciu.org + 6464@hsesinfo.org + 2 W Lafayette St + + Norristown + PA + 19401-4758 + 2 W Lafayette St + + Norristown + PA + 19401-4758 + 2 W Lafayette St + + Norristown + PA + 19401-4758 + Mrs. + F227961 + L227961 + + Board President + 227961@hsesinfo.org + Dr. + F227962 + L227962 + + Chief Executive Officer + 227962@hsesinfo.org + Mrs. + F227964 + L227964 + + 227964@hsesinfo.org + Mrs. + F227960 + L227960 + + 227960@hsesinfo.org + 555-555-7960 + + + 7026 + 3203 + 10469 + 200 + 2003 + 2016-01-01 + + EHS + Active + Community Action Committee of Pike County + http://www.pikecac.org + 3203@hsesinfo.org + 941 Market St + + Piketon + OH + 45661-9757 + 941 Market St + + Piketon + OH + 45661-9757 + 941 Market St + + Piketon + OH + 45661-9757 + Ms. + F204848 + L204848 + + Governing Board President + 204848@hsesinfo.org + Mr. + F204849 + L204849 + + Executive Director + 204849@hsesinfo.org + Ms. + F204851 + L204851 + + 204851@hsesinfo.org + Ms. + F204847 + L204847 + + 204847@hsesinfo.org + 555-555-4847 x 5555 + + + 11416 + 6331 + 13255 + 200 + + 2020-06-01 + + EHS + Active + Allegheny County Department of Human Services + http://www.alleghenycounty.us/dhs/ + 6331@hsesinfo.org + 1 Smithfield St + Ste 400 + Pittsburgh + PA + 15222-2221 + 1 Smithfield St + Ste 400 + Pittsburgh + PA + 15222-2221 + 1 Smithfield St + Ste 400 + Pittsburgh + PA + 15222-2221 + Mr. + F227954 + L227954 + + Allegheny County Manager + 227954@hsesinfo.org + Mr. + F227955 + L227955 + + AIU3 Executive Director + 227955@hsesinfo.org + Mrs. + F227957 + L227957 + + 227957@hsesinfo.org + Mrs. + F227953 + L227953 + + 227953@hsesinfo.org + 555-555-7953 + + + 6227 + 718 + 9868 + 200 + 2004 + 2015-04-01 + 2020-06-30 + EHS + Inactive + NEIGHBORS IN NEED OF SERVICES, INC + http://www.ninosinc.org + 718@hsesinfo.org + 22887 State Highway 345 + + Rio Hondo + TX + 78583 + PO Box 189 + + Rio Hondo + TX + 78583-0189 + 22887 State Highway 345 + + Rio Hondo + TX + 78583 + Mr. + F109473 + L109473 + + + 109473@hsesinfo.org + Ms. + F109474 + L109474 + + Executive/Head Start Director + 109474@hsesinfo.org + Ms. + F109471 + L109471 + + 109471@hsesinfo.org + Ms. + F109470 + L109470 + + 109470@hsesinfo.org + 555-555-9470 x 5555 + + + 4451 + 1501 + 8498 + 000 + 1998 + 2013-11-01 + 2018-10-31 + HS + Inactive + Easter Seals North Georgia + http://www.northgeorgia.easterseals.com + 1501@hsesinfo.org + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + + F41562 + L41562 + + Chairperson, Board of Directors + 41562@hsesinfo.org + + F41560 + L41560 + + + 41560@hsesinfo.org + + F41561 + L41561 + + 41561@hsesinfo.org + + F41558 + L41558 + + 41558@hsesinfo.org + 555-555-1558 + + + 9437 + 3515 + 11653 + 001 + 2014 + 2019-03-01 + + Migrant HS + Active + Pajaro Valley Unified School District + www.pvusd.net + 3515@hsesinfo.org + 294 Green Valley Road, 2nd Floor + + Watsonville + CA + 95076-1382 + 294 Green Valley Road, 2nd Floor + + Watsonville + CA + 95076-1382 + 294 Green Valley Road, 2nd Floor + + Watsonville + CA + 95076-1382 + Mrs. + F214566 + L214566 + + Superintendent + 214566@hsesinfo.org + Mrs. + F214567 + L214567 + + Superintendent + 214567@hsesinfo.org + Mr. + F214569 + L214569 + + 214569@hsesinfo.org + Mrs. + F214565 + L214565 + + 214565@hsesinfo.org + 555-555-4565 + + + 5437 + 2640 + 8757 + 200 + 2014 + 2014-09-01 + 2020-08-31 + Migrant EHS + Inactive + Chicanos por la Causa, Inc. + http://www.cplc.org + 2640@hsesinfo.org + 1242 E. Washington St. + Suite 200 + Phoenix + AZ + 85034 + 1242 E. Washington St. + Suite 200 + Phoenix + AZ + 85034 + 1242 E. Washington St. + Suite 200 + Phoenix + AZ + 85034 + Mr. + F96989 + L96989 + + CPLC Board of Directors Chair + 96989@hsesinfo.org + Mr. + F96987 + L96987 + + President and Chief Executive Officer (CEO) + 96987@hsesinfo.org + Ms. + F96986 + L96986 + + 96986@hsesinfo.org + Ms. + F96985 + L96985 + + 96985@hsesinfo.org + 555-555-6985 x 5555 + + + 9632 + 4846 + 11808 + 000 + 2014 + 2019-05-01 + + HS + Active + Wu Yee Children's Services + + 4846@hsesinfo.org + 831 Broadway Street, 2nd Floor + + San Francisco + CA + 94133 + 831 Broadway Street, 2nd Floor + + San Francisco + CA + 94133 + 831 Broadway Street, 2nd Floor + + San Francisco + CA + 94133 + Ms. + F215869 + L215869 + + Board President + 215869@hsesinfo.org + Ms. + F215870 + L215870 + + CEO + 215870@hsesinfo.org + Ms. + F215872 + L215872 + + 215872@hsesinfo.org + Ms. + F215868 + L215868 + + 215868@hsesinfo.org + 555-555-5868 + + + 9633 + 2473 + 11808 + 200 + 2014 + 2019-05-01 + + EHS + Active + Wu Yee Children's Services + www.wuyee.org + 2473@hsesinfo.org + 831 Broadway + + San Francisco + CA + 94133-4218 + 831 Broadway + + San Francisco + CA + 94133-4218 + 831 Broadway + + San Francisco + CA + 94133-4218 + Ms. + F215876 + L215876 + + Board President + 215876@hsesinfo.org + Ms. + F215877 + L215877 + + CEO + 215877@hsesinfo.org + Ms. + F215879 + L215879 + + 215879@hsesinfo.org + Ms. + F215875 + L215875 + + 215875@hsesinfo.org + 555-555-5875 + + + 8882 + 3261 + 11246 + 000 + 2013 + 2018-07-01 + + HS + Active + FAYETTE COUNTY SCHOOL DISTRICT + www.fayettecountyheadstart.com + 3261@hsesinfo.org + 1800 N Eastern Ave + + Connersville + IN + 47331-2776 + 1800 N Eastern Ave + + Connersville + IN + 47331-2776 + 1401 Spartan Drive + + Connersville + IN + 47331 + Ms. + F210695 + L210695 + + President, FCSC School Board + 210695@hsesinfo.org + Mr. + F210696 + L210696 + + + 210696@hsesinfo.org + Mrs. + F210698 + L210698 + + 210698@hsesinfo.org + Mrs. + F210694 + L210694 + + 210694@hsesinfo.org + 555-555-0694 x 5555 + + + 4805 + 4809 + 8766 + 200 + 2014 + 2014-04-01 + 2019-07-31 + EHS + Inactive + Lutheran Services Florida, Inc. + www.lsfnet.org + 4809@hsesinfo.org + 3027 San Diego Rd + Children's Home Society - Ellis Building + Jacksonville + FL + 32207-3691 + 3027 San Diego Rd + Children's Home Society - Ellis Building + Jacksonville + FL + 32207-3691 + 3027 San Diego Rd + Children's Home Society - Ellis Building + Jacksonville + FL + 32207-3691 + Mr. + F46718 + L46718 + + Board Chair + 46718@hsesinfo.org + Mr. + F46719 + L46719 + + Executive Vice President for Children and Head Start Services + 46719@hsesinfo.org + Mr. + F46721 + L46721 + + 46721@hsesinfo.org + Mrs. + F46717 + L46717 + + 46717@hsesinfo.org + 555-555-6717 + + + 9817 + 566 + 11943 + 000 + 2014 + 2019-07-01 + + HS + Active + Economic Opportunity Authority for Savannah-Chatham Co. + http://www.eoasga.org + 566@hsesinfo.org + 1120 May St + + Savannah + GA + 31415-5470 + 1120 May St + + Savannah + GA + 31415-5470 + 1120 May St + + Savannah + GA + 31415-5470 + Dr. + F217130 + L217130 + + EOA Board Chairperson + 217130@hsesinfo.org + Mr. + F217131 + L217131 + + Interim EOA Executive Director + 217131@hsesinfo.org + Ms. + F217133 + L217133 + + 217133@hsesinfo.org + Mrs. + F217129 + L217129 + + 217129@hsesinfo.org + 555-555-7129 x 5555 + + + 9818 + 565 + 11943 + 200 + 2014 + 2019-07-01 + + EHS + Active + Economic Opportunity Authority for Savannah-Chatham Co. + http://www.eoasga.org + 565@hsesinfo.org + 1120 May St + + Savannah + GA + 31415-5470 + 1120 May St + + Savannah + GA + 31415-5470 + 1120 May St + + Savannah + GA + 31415-5470 + Dr. + F217137 + L217137 + + EOA Board Chairperson + 217137@hsesinfo.org + Mr. + F217138 + L217138 + + Interim EOA Executive Director + 217138@hsesinfo.org + Ms. + F217140 + L217140 + + 217140@hsesinfo.org + Mrs. + F217136 + L217136 + + 217136@hsesinfo.org + 555-555-7136 x 5555 + + + 9085 + 559 + 11402 + 000 + 2013 + 2018-09-01 + + HS + Active + South Central Human Resource Agency + http://www.schra.us + 559@hsesinfo.org + 1437 Winchester Hwy + + Fayetteville + TN + 37334-2757 + PO Box 638 + + Fayetteville + TN + 37334-0638 + 1437 Winchester Hwy + + Fayetteville + TN + 37334-2757 + Hon. Mayor + F212176 + L212176 + + Board Chair + 212176@hsesinfo.org + Mr. + F212177 + L212177 + + Executive Director + 212177@hsesinfo.org + Mr. + F212179 + L212179 + + 212179@hsesinfo.org + Ms. + F212175 + L212175 + + 212175@hsesinfo.org + 555-555-2175 x 5555 + + + 9086 + 560 + 11402 + 200 + 2013 + 2018-09-01 + + EHS + Active + South Central Human Resource Agency + http://www.schra.us + 560@hsesinfo.org + 1437 Winchester Hwy + + Fayetteville + TN + 37334-2757 + PO Box 638 + + Fayetteville + TN + 37334-0638 + 1437 Winchester Hwy + + Fayetteville + TN + 37334-2757 + Hon. Mayor + F212183 + L212183 + + Board Chair + 212183@hsesinfo.org + Mr. + F212184 + L212184 + + Executive Director + 212184@hsesinfo.org + Mr. + F212186 + L212186 + + 212186@hsesinfo.org + Ms. + F212182 + L212182 + + 212182@hsesinfo.org + 555-555-2182 x 5555 + + + 4554 + 1433 + 8523 + 000 + 2013 + 2013-12-23 + 2018-12-31 + HS + Inactive + Hancock Hardin Wyandot Putnam Community Action + www.hhwpcac.org + 1433@hsesinfo.org + 122 Jefferson St + + Findlay + OH + 45840-4843 + 122 Jefferson St + + Findlay + OH + 45840-4843 + 122 Jefferson St + + Findlay + OH + 45840-4843 + Ms. + F43223 + L43223 + + Board President + 43223@hsesinfo.org + Mr. + F43224 + L43224 + + Executive Director + 43224@hsesinfo.org + Ms. + F43225 + L43225 + + 43225@hsesinfo.org + Mr. + F43221 + L43221 + + 43221@hsesinfo.org + 555-555-3221 x 5555 + + + 3373 + 2980 + 7368 + 000 + 2013 + 2013-06-26 + 2018-12-31 + HS + Inactive + THE SPANISH SPEAKING UNITY COUNCIL OF ALAMEDA COUNTY, I + www.unitycouncil.org + 2980@hsesinfo.org + 1900 FRUITVALE AVE SUITE 2A + + OAKLAND + CA + 94601-2468 + 1900 FRUITVALE AVE SUITE 2A + + OAKLAND + CA + 94601-2468 + 1900 FRUITVALE AVE SUITE 2A + + OAKLAND + CA + 94601-2468 + Ms. + F38405 + L38405 + + Chairperson of the Board of Directors + 38405@hsesinfo.org + Mr. + F38403 + L38403 + + + 38403@hsesinfo.org + Ms. + F38402 + L38402 + + 38402@hsesinfo.org + Mr. + F36220 + L36220 + + 36220@hsesinfo.org + 555-555-6220 + + + 4854 + 4858 + 8831 + 200 + 2014 + 2014-05-01 + 2019-02-28 + EHS + Inactive + Community Action Partnership of North Alabama, Inc. + www.capna.org + 4858@hsesinfo.org + 1909 Central Parkway SW + + Decatur + AL + 35601-6822 + 1909 Central Pkwy SW + + Decatur + AL + 35601-6822 + 1909 Central Pkwy SW + + Decatur + AL + 35601-6822 + Mr. + F47383 + L47383 + + Board Chair + 47383@hsesinfo.org + Mr. + F47384 + L47384 + + CEO + 47384@hsesinfo.org + Ms. + F47386 + L47386 + + 47386@hsesinfo.org + Ms. + F47382 + L47382 + + 47382@hsesinfo.org + 555-555-7382 + + + 9816 + 891 + 11952 + 000 + 2014 + 2019-07-01 + + HS + Active + Kannapolis City School District + http://www.kcs.k12.nc.us + 891@hsesinfo.org + 1300 Glenn Avenue + + Kannapolis + NC + 28081 + 1300 Glenn Avenue + + Kannapolis + NC + 28081 + 100 Denver Street + + Kannapolis + NC + 28083 + Mr. + F217123 + L217123 + + School Board Chairperson + 217123@hsesinfo.org + Dr. + F217124 + L217124 + + Superintendent + 217124@hsesinfo.org + Ms. + F217126 + L217126 + + 217126@hsesinfo.org + Mrs. + F217122 + L217122 + + 217122@hsesinfo.org + 555-555-7122 + + + 9819 + 422 + 11937 + 000 + 1991 + 2019-07-01 + + HS + Active + St. Clair County Head Start, Inc. + www.stclaircountyheadstart.com + 422@hsesinfo.org + 21685 US Highway 231 North + + Pell City + AL + 35125 + 21685 US Highway 231 North + P.O. Box 641 + Pell City + AL + 35125-0641 + 21685 US Highway 231 North + + Pell City + AL + 35125 + Mrs. + F217144 + L217144 + + Board Chairperson + 217144@hsesinfo.org + Ms. + F217145 + L217145 + + Executive Director + 217145@hsesinfo.org + Ms. + F217147 + L217147 + + 217147@hsesinfo.org + Ms. + F217143 + L217143 + + 217143@hsesinfo.org + 555-555-7143 x 5555 + + + 4806 + 1946 + 8619 + 000 + 2014 + 2014-05-01 + 2019-04-30 + HS + Inactive + THREE RIVERS COMMUNITY ACTION, INC. + http://www.threeriverscap.org + 1946@hsesinfo.org + 1414 North Star Drive + + Zumbrota + MN + 55992-1091 + 1414 North Star Drive + + Zumbrota + MN + 55992-1091 + 1414 North Star Drive + + Zumbrota + MN + 55992-1091 + Mr. + F46890 + L46890 + + Board Chair + 46890@hsesinfo.org + Ms. + F46887 + L46887 + + Executive Director + 46887@hsesinfo.org + Ms. + F46888 + L46888 + + 46888@hsesinfo.org + Ms. + F46886 + L46886 + + 46886@hsesinfo.org + 555-555-6886 + + + 8044 + 8007 + 290 + 200 + 2016 + 2018-09-01 + 2018-12-31 + EHS + Inactive + B.C.M.W. Community Services, Inc. + www.bcmwhs.org + 8007@hsesinfo.org + 909 E. Rexford + + Centralia + IL + 62801-9111 + P.O. Box 729 + + Centralia + IL + 62801-9111 + 909 E Rexford St + + Centralia + IL + 62801-3033 + Mr. + F205502 + L205502 + + BCMW Board Chairperson + 205502@hsesinfo.org + Ms. + F205503 + L205503 + + Executive Director + 205503@hsesinfo.org + Mr. + F205505 + L205505 + + 205505@hsesinfo.org + Mrs. + F205501 + L205501 + + 205501@hsesinfo.org + 555-555-5501 x 5555 + + + 9815 + 520 + 11940 + 200 + 2014 + 2019-07-01 + + EHS + Active + Redlands Christian Migrant Association + catalinas@rcma.org + 520@hsesinfo.org + 402 West Main Street + + Immokalee + FL + 34142-3933 + 402 West Main Street + + Immokalee + FL + 34142-3933 + 402 West Main Street + + Immokalee + FL + 34142-3933 + Ms. + F217116 + L217116 + + Governing Body Chair + 217116@hsesinfo.org + Ms. + F217117 + L217117 + + Executive Director + 217117@hsesinfo.org + Ms. + F217119 + L217119 + + 217119@hsesinfo.org + Ms. + F217115 + L217115 + + 217115@hsesinfo.org + 555-555-7115 x 5555 + + + 9044 + 1116 + 11377 + 000 + 2013 + 2018-09-01 + + HS + Active + Shasta County Head Start Child Development,Inc + http://www.shastaheadstart.org + 1116@hsesinfo.org + 375 Lake Blvd + Ste 100 + Redding + CA + 96003-2557 + 375 Lake Blvd + Ste 100 + Redding + CA + 96003-2557 + 375 Lake Blvd + Ste 100 + Redding + CA + 96003-2557 + Mr. + F211844 + L211844 + + Chair + 211844@hsesinfo.org + Mr. + F211845 + L211845 + + Executive Director + 211845@hsesinfo.org + Mrs. + F211847 + L211847 + + 211847@hsesinfo.org + Ms. + F211843 + L211843 + + 211843@hsesinfo.org + 555-555-1843 + + + 10098 + 936 + 12132 + 000 + 1992 + 2019-07-01 + + HS + Active + Lancaster-Lebanon Intermediate Unit School District #13 + http://www.iu13.org + 936@hsesinfo.org + 1 Cumberland St + + Lebanon + PA + 17042-5445 + 1020 New Holland Avenue + + Lancaster + PA + 17601 + 1020 New Holland Ave + + Lancaster + PA + 17601-5606 + Mr. + F219079 + L219079 + + President of IU 13 Board of School Directors + 219079@hsesinfo.org + Dr. + F219080 + L219080 + + + 219080@hsesinfo.org + Ms. + F219082 + L219082 + + 219082@hsesinfo.org + Ms. + F219078 + L219078 + + 219078@hsesinfo.org + 555-555-9078 + + + 6108 + 2039 + 9719 + 000 + 1992 + 2015-03-01 + + HS + Active + Morris County Head Start Community Program, Inc. + www.headstartmc.org + 2039@hsesinfo.org + 18 Thompson Avenue + + Dover + NJ + 07801-4512 + 18 Thompson Avenue + + Dover + NJ + 07801-4512 + 18 Thompson Avenue + + Dover + NJ + 07801-4512 + Mr. + F108428 + L108428 + + Board President + 108428@hsesinfo.org + Ms. + F108430 + L108430 + + Executive Director + 108430@hsesinfo.org + Ms. + F108431 + L108431 + + 108431@hsesinfo.org + Ms. + F108426 + L108426 + + 108426@hsesinfo.org + 555-555-8426 + + + 8581 + 8458 + 10982 + 000 + 2017 + 2017-04-15 + + Migrant HS + Active + CDI HS/North West Colorado Migrant Seasonal, CO + www.cdiheadstart.org + 8458@hsesinfo.org + 6101 W 10th St + + Greeley + CO + 80634-9755 + PO Box 340 + + Greeley + CO + 80632-0340 + 6101 W 10th St + + Greeley + CO + 80634-9755 + Mr. + F208786 + L208786 + + Chief Executive Officer + 208786@hsesinfo.org + Ms. + F208787 + L208787 + + Executive Director + 208787@hsesinfo.org + Mr. + F208789 + L208789 + + 208789@hsesinfo.org + Ms. + F208785 + L208785 + + 208785@hsesinfo.org + 555-555-8785 + + + 10623 + 9046 + 12622 + 000 + 2019 + 2019-09-01 + + HS + Active + Family & Children's Place + familyandchildrensplace.org + 9046@hsesinfo.org + 525 Zane St. + + Louisville + KY + 40203-3203 + P.O. Box 3784 + + Louisville + KY + 40201-3784 + 525 Zane St. + + Louisville + KY + 40203-3203 + Ms. + F222698 + L222698 + + Board Chair + 222698@hsesinfo.org + Ms. + F222699 + L222699 + + President/CEO + 222699@hsesinfo.org + + F222701 + L222701 + + 222701@hsesinfo.org + Mr. + F222697 + L222697 + + 222697@hsesinfo.org + 555-555-2697 x 5555 + + + 9733 + 8831 + 11877 + 200 + 2019 + 2019-09-01 + + AIAN EHS + Active + Santee Sioux Tribe of Nebraska + + 8831@hsesinfo.org + 425 Frazier Avenue North, Suite 2 + + Niobrara + NE + 68760-0163 + 425 Frazier Avenue North, Suite 2 + + Niobrara + NE + 68760-0163 + 425 Frazier Avenue North, Suite 2 + + Niobrara + NE + 68760-0163 + Mr. + F216543 + L216543 + + Tribal Chairman + 216543@hsesinfo.org + Mr. + F216541 + L216541 + + Chief Executive Officer + 216541@hsesinfo.org + Mrs. + F216544 + L216544 + + 216544@hsesinfo.org + Mrs. + F216540 + L216540 + + 216540@hsesinfo.org + 555-555-6540 + + + 10634 + 9054 + 12628 + 200 + 2019 + 2019-09-01 + + EHS + Active + Mexican American Opportunity Foundation + http://www.maof.org + 9054@hsesinfo.org + 2650 Zoe Avenue + + Huntington Park + CA + 90255 + 2650 Zoe Avenue + + Huntington Park + CA + 90255 + 2650 Zoe Avenue + + Huntington Park + CA + 90255 + Mrs. + F222771 + L222771 + + Chair + 222771@hsesinfo.org + Mr. + F222772 + L222772 + + + 222772@hsesinfo.org + Mr. + F222774 + L222774 + + 222774@hsesinfo.org + Mrs. + F222770 + L222770 + + 222770@hsesinfo.org + 555-555-2770 + + + 4941 + 3204 + 8859 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + El Dorado County Office of Education + http://www.edcoe.org + 3204@hsesinfo.org + 6767 Green Valley Road + + Placerville + CA + 95667-8984 + 6767 Green Valley Road + + Placerville + CA + 95667-8984 + 6767 Green Valley Road + + Placerville + CA + 95667-8984 + Dr. + F48730 + L48730 + + Superintendent of Schools + 48730@hsesinfo.org + Dr. + F48729 + L48729 + + Superintendent of Schools + 48729@hsesinfo.org + Mrs. + F48728 + L48728 + + 48728@hsesinfo.org + Ms. + F48725 + L48725 + + 48725@hsesinfo.org + 555-555-8725 + + + 10633 + 9053 + 12627 + 200 + 2019 + 2019-09-01 + + EHS + Active + Baldwin Park Unified School District + www.bpusd.net/ece + 9053@hsesinfo.org + 3699 North Holly Avenue + + Baldwin Park + CA + 91706-5327 + 3699 North Holly Avenue + + Baldwin Park + CA + 91706-5327 + 3699 North Holly Avenue + + Baldwin Park + CA + 91706-5327 + Mrs. + F222764 + L222764 + + Board Chairperson + 222764@hsesinfo.org + Dr. + F222765 + L222765 + + Superintendent + 222765@hsesinfo.org + Mrs. + F222767 + L222767 + + 222767@hsesinfo.org + Mr. + F222763 + L222763 + + 222763@hsesinfo.org + 555-555-2763 + + + 9820 + 564 + 11948 + 000 + 2014 + 2019-07-01 + + HS + Active + Coastal Plain Area Economic Opportunity Authority, Inc + coastalplaineoa.org + 564@hsesinfo.org + 1810 W Hill Ave + Unit B2 + Valdosta + GA + 31601-5154 + 1810 W Hill Ave + Unit B2 + Valdosta + GA + 31601-5154 + 1810 W Hill Ave + Unit B2 + Valdosta + GA + 31601-5154 + Dr. + F217151 + L217151 + + Board Chairman + 217151@hsesinfo.org + Mrs. + F217152 + L217152 + + Executive Director + 217152@hsesinfo.org + Ms. + F217154 + L217154 + + 217154@hsesinfo.org + Mrs. + F217150 + L217150 + + 217150@hsesinfo.org + 555-555-7150 x 5555 + + + 9821 + 5107 + 11954 + 000 + 2014 + 2019-07-01 + + HS + Active + Lancaster Head Start + + 5107@hsesinfo.org + 500 Hampton Rd + + Lancaster + SC + 29720-3664 + 300 S Catawba St + + Lancaster + SC + 29720-2458 + 500 Hampton Rd + + Lancaster + SC + 29720-3664 + Mr. + F217158 + L217158 + Jr + Board Chair + 217158@hsesinfo.org + Dr. + F217159 + L217159 + + Superintendent + 217159@hsesinfo.org + Mr. + F217161 + L217161 + + 217161@hsesinfo.org + Ms. + F217157 + L217157 + + 217157@hsesinfo.org + 555-555-7157 + + + 10039 + 1782 + 12107 + 000 + 2014 + 2019-07-01 + + HS + Active + Athens-Meigs Educational Service Center + www.athensmeigs.com + 1782@hsesinfo.org + 21 Birge Dr + + Chauncey + OH + 45719-0040 + PO Box 40 + + Chauncey + OH + 45719-0040 + 21 Birge Dr + + Chauncey + OH + 45719-0040 + Mr. + F218666 + L218666 + + President + 218666@hsesinfo.org + Ms. + F218667 + L218667 + + Superintendent + 218667@hsesinfo.org + Ms. + F218669 + L218669 + + 218669@hsesinfo.org + Mrs. + F218665 + L218665 + + 218665@hsesinfo.org + 555-555-8665 x 5555 + + + 5195 + 1027 + 8917 + 000 + 1992 + 2014-07-01 + 2019-06-30 + HS + Inactive + HUTCHINSON BOARD OF EDUCATION + http://www.usd308.com + 1027@hsesinfo.org + 330 Charles Street + + Hutchinson + KS + 67501-3905 + 330 Charles Street + + Hutchinson + KS + 67501-3905 + 1520 N Plum St + + Hutchinson + KS + 67501-5854 + Mrs. + F52233 + L52233 + + Board of Education President + 52233@hsesinfo.org + Mr. + F52231 + L52231 + + Assistant Superintendent + 52231@hsesinfo.org + Mrs. + F52232 + L52232 + + 52232@hsesinfo.org + Ms. + F52230 + L52230 + + 52230@hsesinfo.org + 555-555-2230 + + + 9822 + 367 + 11938 + 000 + 1991 + 2019-07-01 + + HS + Active + Tuskegee City Mayor's Office + www.tmcheadstart.com + 367@hsesinfo.org + 103 W Martin Luther King Highway + + Tuskegee + AL + 36083-2205 + 103 W Martin Luther King Highway + + Tuskegee + AL + 36083-2205 + 103 W Martin Luther King Highway + + Tuskegee + AL + 36083-2205 + Hon. Mayor + F217165 + L217165 + + Board Chairperson + 217165@hsesinfo.org + Ms. + F217166 + L217166 + + Interim Executive Director + 217166@hsesinfo.org + Mr. + F217168 + L217168 + + 217168@hsesinfo.org + Ms. + F217164 + L217164 + + 217164@hsesinfo.org + 555-555-7164 + + + 5865 + 5872 + 9538 + 003 + + 2014-07-01 + 2020-06-30 + HS + Inactive + The Young Women's Christian Assoc of PB County, FL + http://www.ywcapbc.org + 5872@hsesinfo.org + 1016 N Dixie Hwy + + West Palm Beach + FL + 33401-3304 + 1016 N Dixie Hwy + + West Palm Beach + FL + 33401-3304 + 1016 N Dixie Hwy + + West Palm Beach + FL + 33401-3304 + Ms. + F104720 + L104720 + + Board Chair + 104720@hsesinfo.org + Ms. + F104721 + L104721 + + Chief Executive Officer + 104721@hsesinfo.org + + F104723 + L104723 + + 104723@hsesinfo.org + Ms. + F104719 + L104719 + + 104719@hsesinfo.org + 555-555-4719 + + + 9634 + 3173 + 11809 + 000 + 2014 + 2019-06-01 + + HS + Active + LAWRENCE COUNTY SOCIAL SERVICES, INC. + http://www.lccap.org + 3173@hsesinfo.org + 241 W Grant St + + New Castle + PA + 16101-2212 + PO Box 189 + + New Castle + PA + 16103-0189 + 241 W Grant St + + New Castle + PA + 16101-2212 + Mr. + F215883 + L215883 + + + 215883@hsesinfo.org + Mr. + F215884 + L215884 + + + 215884@hsesinfo.org + Mrs. + F215886 + L215886 + + 215886@hsesinfo.org + Ms. + F215882 + L215882 + + 215882@hsesinfo.org + 555-555-5882 x 5555 + + + 8062 + 8020 + 6871 + 200 + 2016 + 2017-02-01 + 2019-06-30 + EHS + Inactive + New York City Administration for Children's Services + nyc.gov/html/acs/html/home/home.shtml + 8020@hsesinfo.org + 66 John Street, 8th Floor + + New York + NY + 10038-3735 + 66 John Street, 8th Floor + + New York + NY + 10038-3735 + 66 John Street, 8th Floor + + New York + NY + 10038-3735 + Mr. + F205621 + L205621 + + Commissioner + 205621@hsesinfo.org + Ms. + F205622 + L205622 + + + 205622@hsesinfo.org + Ms. + F205624 + L205624 + + 205624@hsesinfo.org + Ms. + F205620 + L205620 + + 205620@hsesinfo.org + 555-555-5620 + + + 4826 + 1981 + 8625 + 200 + 2003 + 2014-05-01 + 2019-04-30 + EHS + Inactive + FULTON EARLY HEAD START + www.fcfpinc.org + 1981@hsesinfo.org + 22438 Great Cove Rd + Ste 102 + Mc Connellsburg + PA + 17233-8367 + 22438 Great Cove Road + Suite 106 + McConnellsburg + PA + 17233 + 22438 Great Cove Rd + Ste 106 + Mc Connellsburg + PA + 17233-8367 + Mr. + F47184 + L47184 + + School Board President + 47184@hsesinfo.org + Mrs. + F47187 + L47187 + + CF Superintendent + 47187@hsesinfo.org + Ms. + F47186 + L47186 + + 47186@hsesinfo.org + Ms. + F47183 + L47183 + + 47183@hsesinfo.org + 555-555-7183 x 5555 + + + 4593 + 285 + 6871 + 000 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + New York City Administration for Children's Services + nyc.gov/html/acs/html/home/home.shtml + 285@hsesinfo.org + 66 John Street, 8th Floor + + New York + NY + 10038-3735 + 66 John Street, 8th Floor + + New York + NY + 10038-3735 + 66 John Street, 8th Floor + + New York + NY + 10038-3735 + Mr. + F43624 + L43624 + + Commissioner + 43624@hsesinfo.org + Ms. + F43627 + L43627 + + + 43627@hsesinfo.org + Ms. + F43625 + L43625 + + 43625@hsesinfo.org + Ms. + F43622 + L43622 + + 43622@hsesinfo.org + 555-555-3622 + + + 5196 + 1026 + 8917 + 200 + 2002 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Reno County Early Head Start + http://www.usd308.com + 1026@hsesinfo.org + 518 N Washington St + + Hutchinson + KS + 67501-4819 + 518 N Washington St + + Hutchinson + KS + 67501-4819 + 1520 North Plum Street + + Hutchinson + KS + 67504 + Mrs. + F52239 + L52239 + + Board of Education President + 52239@hsesinfo.org + Mr. + F52240 + L52240 + + + 52240@hsesinfo.org + Mrs. + F52242 + L52242 + + 52242@hsesinfo.org + Ms. + F52237 + L52237 + + 52237@hsesinfo.org + 555-555-2237 + + + 4290 + 1283 + 8310 + 000 + 2013 + 2013-08-19 + 2019-08-31 + HS + Inactive + Skagit Valley College + http://sihs.skagit.edu + 1283@hsesinfo.org + 320 Pacific Place + + Mount Vernon + WA + 98273-5821 + 2405 East College Way + + Mount Vernon + WA + 98273-5821 + 320 Pacific Place + + Mount Vernon + WA + 98273 + Ms. + F38801 + L38801 + + Chair of the Board of Trustees + 38801@hsesinfo.org + Mr. + F38800 + L38800 + + + 38800@hsesinfo.org + Ms. + F38803 + L38803 + + 38803@hsesinfo.org + Ms. + F38799 + L38799 + + 38799@hsesinfo.org + 555-555-8799 + + + 10701 + 419 + 12704 + 000 + 1991 + 2019-11-01 + + HS + Active + Menominee Delta Schoolcraft C.A.A., Inc. + www.mdscaa.org + 419@hsesinfo.org + 507 1st Avenue North + + Escanaba + MI + 49829-3931 + 507 1st Avenue North + + Escanaba + MI + 49829-3931 + 507 1st Avenue North + + Escanaba + MI + 49829-3931 + Ms. + F223236 + L223236 + + Board Chair + 223236@hsesinfo.org + Mrs. + F223237 + L223237 + + Executive Director + 223237@hsesinfo.org + Mr. + F223239 + L223239 + + 223239@hsesinfo.org + Mrs. + F223235 + L223235 + + 223235@hsesinfo.org + 555-555-3235 x 5555 + + + 10702 + 418 + 12704 + 200 + 1991 + 2019-11-01 + + EHS + Active + Menominee Delta Schoolcraft C.A.A., Inc. + www.mdscaa.org + 418@hsesinfo.org + 507 1st Avenue North + + Escanaba + MI + 49829-3931 + 507 1st Avenue North + + Escanaba + MI + 49829-3931 + 507 1st Avenue North + + Escanaba + MI + 49829-3931 + Ms. + F223243 + L223243 + + Board Chair + 223243@hsesinfo.org + Mrs. + F223244 + L223244 + + Executive Director + 223244@hsesinfo.org + Mr. + F223246 + L223246 + + 223246@hsesinfo.org + Mrs. + F223242 + L223242 + + 223242@hsesinfo.org + 555-555-3242 x 5555 + + + 8717 + 8577 + 9452 + 218 + 2017 + 2016-09-01 + + EHS + Active + El Valor Corporation + www.elvalor.net + 8577@hsesinfo.org + 1850 W 21st. St. + + Chicago + IL + 60608 + 1850 W 21st. St. + + Chicago + IL + 60608 + 1850 W 21st. St. + + Chicago + IL + 60608 + Mr. + F209512 + L209512 + + Agency Board Chair + 209512@hsesinfo.org + Mr. + F209513 + L209513 + + President/CEO + 209513@hsesinfo.org + Ms. + F209515 + L209515 + + 209515@hsesinfo.org + Ms. + F209511 + L209511 + + 209511@hsesinfo.org + 555-555-9511 + + + 10674 + 5155 + 12681 + 000 + 2014 + 2019-11-01 + + HS + Active + Hamilton County Educational Service Center + http://www.hcesc.org + 5155@hsesinfo.org + 11083 Hamilton Avenue + + Cincinnati + OH + 45231-1409 + 11083 Hamilton Avenue + + Cincinnati + OH + 45231-1409 + 11083 Hamilton Avenue + + Cincinnati + OH + 45231-1409 + Mr. + F223051 + L223051 + + Board President + 223051@hsesinfo.org + Mr. + F223052 + L223052 + + Superindentent + 223052@hsesinfo.org + Ms. + F223054 + L223054 + + 223054@hsesinfo.org + Ms. + F223050 + L223050 + + 223050@hsesinfo.org + 555-555-3050 + + + 10675 + 5156 + 12681 + 200 + 2014 + 2019-11-01 + + EHS + Active + Hamilton County Educational Service Center + www.hcesc.org + 5156@hsesinfo.org + 11083 Hamilton Avenue + + Cincinnati + OH + 45231-1409 + 11083 Hamilton Avenue + + Cincinnati + OH + 45231-1409 + 11083 Hamilton Avenue + + Cincinnati + OH + 45231-1409 + Mr. + F223058 + L223058 + + Board President + 223058@hsesinfo.org + Mr. + F223059 + L223059 + + Superintendent + 223059@hsesinfo.org + Ms. + F223061 + L223061 + + 223061@hsesinfo.org + Ms. + F223057 + L223057 + + 223057@hsesinfo.org + 555-555-3057 + + + 8542 + 8422 + 10951 + 200 + 2017 + 2017-03-01 + + EHS + Active + Southeast Bronx Neighborhood Centers, Inc. + + 8422@hsesinfo.org + 955 Tinton Ave + + Bronx + NY + 10456-7105 + 955 Tinton Ave + + Bronx + NY + 10456-7105 + 955 Tinton Ave + + Bronx + NY + 10456-7105 + Ms. + F208522 + L208522 + + + 208522@hsesinfo.org + Ms. + F208523 + L208523 + + + 208523@hsesinfo.org + Ms. + F208525 + L208525 + + 208525@hsesinfo.org + Mr. + F208521 + L208521 + + 208521@hsesinfo.org + 555-555-8521 + + + 9635 + 842 + 11810 + 000 + 1992 + 2019-06-01 + + HS + Active + BONHAM INDEPENDENT SCHOOL DISTRICT + www.bonhamisd.org + 842@hsesinfo.org + 201 E 10th St + + Bonham + TX + 75418-3704 + 1005 Chestnut St + + Bonham + TX + 75418-3066 + 1005 Chestnut St + + Bonham + TX + 75418-3066 + Mr. + F215890 + L215890 + + Board President + 215890@hsesinfo.org + Mrs. + F215891 + L215891 + + + 215891@hsesinfo.org + Ms. + F215893 + L215893 + + 215893@hsesinfo.org + Mrs. + F215889 + L215889 + + 215889@hsesinfo.org + 555-555-5889 + + + 6196 + 6209 + 9870 + 209 + + 2015-01-01 + + EHS + Active + Erie Neighborhood House + http://www.eriehouse.org + 6209@hsesinfo.org + 1701 W Superior St + + Chicago + IL + 60622 + 1701 W Superior St + + Chicago + IL + 60622 + 1701 W Superior St + + Chicago + IL + 60622 + Ms. + F108908 + L108908 + + Board Chair + 108908@hsesinfo.org + Ms. + F108909 + L108909 + + Executive Director-Interim + 108909@hsesinfo.org + Ms. + F108911 + L108911 + + 108911@hsesinfo.org + Ms. + F108907 + L108907 + + 108907@hsesinfo.org + 555-555-8907 + + + 10040 + 8386 + 12107 + 200 + 2017 + 2019-07-01 + + EHS + Active + Athens-Meigs Educational Service Center + www.athensmeigs.com + 8386@hsesinfo.org + 21 Birge Dr + + Chauncey + OH + 45719-0040 + PO Box 40 + + Chauncey + OH + 45719-0040 + 21 Birge Dr + + Chauncey + OH + 45719-0040 + Mr. + F218673 + L218673 + + President + 218673@hsesinfo.org + Ms. + F218674 + L218674 + + Superintendent + 218674@hsesinfo.org + Mr. + F218676 + L218676 + + 218676@hsesinfo.org + Mrs. + F218672 + L218672 + + 218672@hsesinfo.org + 555-555-8672 + + + 2602 + 1320 + 6080 + 000 + 1991 + 1991-12-24 + + HS + Active + Ouachita Multi-Purpose Community Action Program + + 1320@hsesinfo.org + 4001 Jackson St + + Monroe + LA + 71202-5700 + 4001 Jackson St + + Monroe + LA + 71202-5700 + 4001 Jackson St + + Monroe + LA + 71202-5700 + Mr. + F19597 + L19597 + + Board Chair + 19597@hsesinfo.org + Mr. + F19596 + L19596 + + Acting Executive Director + 19596@hsesinfo.org + Ms. + F19598 + L19598 + + 19598@hsesinfo.org + Mrs. + F5589 + L5589 + + 5589@hsesinfo.org + 555-555-5589 + + + 8204 + 8136 + 10613 + 200 + 2016 + 2016-07-01 + + EHS + Active + ILLINOIS VALLEY ECONOMIC DEVELOPMENT + www.ilvalley-edc.org + 8136@hsesinfo.org + 223 S Macoupin St + + Gillespie + IL + 62033-1605 + 223 S Macoupin St + + Gillespie + IL + 62033-1605 + 223 S Macoupin St + + Gillespie + IL + 62033-1605 + Ms. + F206543 + L206543 + + Governing Board Chairperson + 206543@hsesinfo.org + Mr. + F206544 + L206544 + + Interim Executive Director + 206544@hsesinfo.org + Ms. + F206546 + L206546 + + 206546@hsesinfo.org + Mrs. + F206542 + L206542 + + 206542@hsesinfo.org + 555-555-6542 x 5555 + + + 4656 + 1079 + 8507 + 000 + 1993 + 2014-03-01 + 2019-02-28 + HS + Inactive + SALIDA SCHOOL DISTRICT R-32-J + www.salidaschools.com + 1079@hsesinfo.org + 516 Teller St + Salida Early Childhood Center + Salida + CO + 81201-3045 + PO Box 827 + + Salida + CO + 81201 + 516 Teller St + Salida Early Childhood Center + Salida + CO + 81201-3045 + Mr. + F44603 + L44603 + + Board of Education President + 44603@hsesinfo.org + Mr. + F44604 + L44604 + + Superintendent of Schools + 44604@hsesinfo.org + Mr. + F44601 + L44601 + + 44601@hsesinfo.org + Ms. + F44600 + L44600 + + 44600@hsesinfo.org + 555-555-4600 + + + 4755 + 3515 + 8736 + 001 + 2014 + 2014-03-01 + 2019-02-28 + Migrant HS + Inactive + Pajaro Valley Unified School District + www.pvusd.net + 3515@hsesinfo.org + 294 Green Valley Road, 2nd Floor + + Watsonville + CA + 95076-1382 + 294 Green Valley Road, 2nd Floor + + Watsonville + CA + 95076-1382 + 294 Green Valley Road, 2nd Floor + + Watsonville + CA + 95076-1382 + Mrs. + F46034 + L46034 + + Superintendent + 46034@hsesinfo.org + Mrs. + F46036 + L46036 + + Superintendent + 46036@hsesinfo.org + Mrs. + F46033 + L46033 + + 46033@hsesinfo.org + Mrs. + F46031 + L46031 + + 46031@hsesinfo.org + 555-555-6031 + + + 9831 + 8936 + 11951 + 000 + 2019 + 2019-07-01 + + HS + Active + Red River Parish School Board + http://rrbulldogs.com + 8936@hsesinfo.org + 1922 Alonzo St + + Coushatta + LA + 71019-9411 + 1922 Alonzo St + + Coushatta + LA + 71019-9411 + 1922 Alonzo St + + Coushatta + LA + 71019-9411 + Ms. + F217228 + L217228 + + Superintendent + 217228@hsesinfo.org + Dr. + F217229 + L217229 + + Early Childhood/Federal Programs Director + 217229@hsesinfo.org + Mr. + F217231 + L217231 + + 217231@hsesinfo.org + Ms. + F217227 + L217227 + + 217227@hsesinfo.org + 555-555-7227 + + + 11419 + 569 + 13264 + 000 + 1992 + 2020-06-01 + + HS + Active + Organized Community Action Program, Inc. + www.ocaptroy.com + 569@hsesinfo.org + 507 N 3 Notch St + + Troy + AL + 36081-2120 + 507 N 3 Notch St + + Troy + AL + 36081-2120 + 507 N 3 Notch St + + Troy + AL + 36081-2120 + Mr. + F227975 + L227975 + + Chairperson of the Board of Directors + 227975@hsesinfo.org + Ms. + F227976 + L227976 + + Executive Director + 227976@hsesinfo.org + Ms. + F227978 + L227978 + + 227978@hsesinfo.org + Ms. + F227974 + L227974 + + 227974@hsesinfo.org + 555-555-7974 + + + 9824 + 426 + 11942 + 000 + 2013 + 2019-07-01 + + HS + Active + Broward County School Board + http://www.browardschools.com + 426@hsesinfo.org + 600 SE 3rd Avenue, 14th Floor + + Fort Lauderdale + FL + 33301-3125 + 600 S.E. Third Avenue, 14th Floor + + Fort Lauderdale + FL + 33301 + 600 S.E Third Avenue, 14th Floor + + Fort Lauderdale + FL + 33301 + Ms. + F217179 + L217179 + + Board Chair + 217179@hsesinfo.org + Mr. + F217180 + L217180 + + Chief Academic Officer + 217180@hsesinfo.org + Ms. + F217182 + L217182 + + 217182@hsesinfo.org + Dr. + F217178 + L217178 + + 217178@hsesinfo.org + 555-555-7178 + + + 11422 + 3199 + 13257 + 200 + 2003 + 2020-06-01 + + EHS + Active + LKLP Head Start Central Headquarters + lklp.org + 3199@hsesinfo.org + 398 Roy Campbell Dr + + Hazard + KY + 41701-9486 + 398 Roy Campbell Dr + + Hazard + KY + 41701-9486 + 398 Roy Campbell Dr + + Hazard + KY + 41701-9486 + Mr. + F227996 + L227996 + + + 227996@hsesinfo.org + Mr. + F227997 + L227997 + + + 227997@hsesinfo.org + Mr. + F227999 + L227999 + + 227999@hsesinfo.org + Ms. + F227995 + L227995 + + 227995@hsesinfo.org + 555-555-7995 + + + 9825 + 427 + 11942 + 200 + 1992 + 2019-07-01 + + EHS + Active + Broward County School Board + http://www.browardschools.com + 427@hsesinfo.org + 600 SE 3rd Avenue, 14th Floor + + Fort Lauderdale + FL + 33301-3125 + 600 SE 3rd Avenue, 14th Floor + + Fort Lauderdale + FL + 33301-3125 + 600 SE 3rd Avenue, 14th Floor + + Fort Lauderdale + FL + 33301-3125 + Ms. + F217186 + L217186 + + Board Chair + 217186@hsesinfo.org + Mr. + F217187 + L217187 + + Chief Academic Officer + 217187@hsesinfo.org + Ms. + F217189 + L217189 + + 217189@hsesinfo.org + Dr. + F217185 + L217185 + + 217185@hsesinfo.org + 555-555-7185 + + + 9352 + 2909 + 11602 + 000 + 2013 + 2019-02-01 + + HS + Active + Child Development Center of Mosholu Montefiore Comm. Ct + www.mmcc.org + 2909@hsesinfo.org + 3450 Dekalb Avenue + + Bronx + NY + 10467-2302 + 3450 Dekalb Avenue + + Bronx + NY + 10467-2302 + 3450 Dekalb Avenue + + Bronx + NY + 10467-2302 + Ms. + F213997 + L213997 + + + 213997@hsesinfo.org + Ms. + F213998 + L213998 + + Chief Executive Officer + 213998@hsesinfo.org + Ms. + F214000 + L214000 + + 214000@hsesinfo.org + Ms. + F213996 + L213996 + + 213996@hsesinfo.org + 555-555-3996 + + + 11421 + 892 + 13257 + 000 + 1992 + 2020-06-01 + + HS + Active + LKLP Head Start Central Headquarters + lklp.net + 892@hsesinfo.org + 398 Roy Campbell Dr + + Hazard + KY + 41701-9486 + 398 Roy Campbell Dr + + Hazard + KY + 41701-9486 + 398 Roy Campbell Dr + + Hazard + KY + 41701-9486 + Mr. + F227989 + L227989 + + + 227989@hsesinfo.org + Mr. + F227990 + L227990 + + + 227990@hsesinfo.org + Mr. + F227992 + L227992 + + 227992@hsesinfo.org + Ms. + F227988 + L227988 + + 227988@hsesinfo.org + 555-555-7988 + + + 11423 + 6605 + 13268 + 000 + + 2020-07-01 + + HS + Active + Central Texas 4C, Inc. + www.ct4c.org + 6605@hsesinfo.org + 504 N 5th St + + Temple + TX + 76501-3112 + PO Box 367 + + Temple + TX + 76503-0367 + 504 N 5th St + + Temple + TX + 76501-3112 + Mrs. + F228003 + L228003 + + Board President + 228003@hsesinfo.org + Ms. + F228004 + L228004 + M.S. + Executive Director + 228004@hsesinfo.org + Ms. + F228006 + L228006 + + 228006@hsesinfo.org + Mrs. + F228002 + L228002 + + 228002@hsesinfo.org + 555-555-8002 x 5555 + + + 9826 + 1335 + 11949 + 000 + 2014 + 2019-07-01 + + HS + Active + St Charles Parish School Board + http://www.stcharles.k12.la.us + 1335@hsesinfo.org + 13855 River Rd + + Luling + LA + 70070-6220 + 13855 River Rd + + Luling + LA + 70070-6220 + 13855 River Rd + + Luling + LA + 70070-6220 + Mr. + F217193 + L217193 + + Board President + 217193@hsesinfo.org + Dr. + F217194 + L217194 + + Superintendent + 217194@hsesinfo.org + Ms. + F217196 + L217196 + + 217196@hsesinfo.org + Dr. + F217192 + L217192 + + 217192@hsesinfo.org + 555-555-7192 + + + 11425 + 9349 + 13263 + 000 + 2020 + 2020-07-01 + + HS + Active + Lutheran Social Services of the South, Inc. dba Upbring + www.upbring.org + 9349@hsesinfo.org + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + Mr. + F228017 + L228017 + + + 228017@hsesinfo.org + Dr. + F228018 + L228018 + + VP of Education + 228018@hsesinfo.org + Mrs. + F228020 + L228020 + + 228020@hsesinfo.org + Mr. + F228016 + L228016 + + 228016@hsesinfo.org + 555-555-8016 + + + 11424 + 6606 + 13268 + 200 + + 2020-07-01 + + EHS + Active + Central Texas 4C, Inc. + www.ct4c.org + 6606@hsesinfo.org + 504 N 5th St + + Temple + TX + 76501-3112 + PO Box 367 + + Temple + TX + 76503-0367 + 504 N 5th St + + Temple + TX + 76501-3112 + Mrs. + F228010 + L228010 + + Board President + 228010@hsesinfo.org + Ms. + F228011 + L228011 + M.S. + Executive Director + 228011@hsesinfo.org + Ms. + F228013 + L228013 + + 228013@hsesinfo.org + Mrs. + F228009 + L228009 + + 228009@hsesinfo.org + 555-555-8009 x 5555 + + + 9823 + 8637 + 11938 + 200 + 2019 + 2019-07-01 + + EHS + Active + Tuskegee City Mayor's Office + www.tmcheadstart.com + 8637@hsesinfo.org + 103 W Martin Luther King Highway + + Tuskegee + AL + 36083-2205 + 103 W Martin Luther King Highway + + Tuskegee + AL + 36083-2205 + 103 W Martin Luther King Highway + + Tuskegee + AL + 36083-2205 + Hon. Mayor + F217172 + L217172 + + Board Chairperson + 217172@hsesinfo.org + Ms. + F217173 + L217173 + + Interim Executive Director + 217173@hsesinfo.org + Mr. + F217175 + L217175 + + 217175@hsesinfo.org + Ms. + F217171 + L217171 + + 217171@hsesinfo.org + 555-555-7171 + + + 9827 + 8932 + 11934 + 000 + 2019 + 2019-07-01 + + HS + Active + New York City Department of Education + https://www.schools.nyc.gov + 8932@hsesinfo.org + 52 Chambers St. + + New York + NY + 11201-1222 + 52 Chambers St. + + New York + NY + 11201-1222 + 52 Chambers St. + + New York + NY + 11201-1222 + Mr. + F217200 + L217200 + + Deputy Chancellor of Early Childhood and Enrollment + 217200@hsesinfo.org + Ms. + F217201 + L217201 + + Chief Policy and Planning Officer + 217201@hsesinfo.org + Mr. + F217203 + L217203 + + 217203@hsesinfo.org + Ms. + F217199 + L217199 + + 217199@hsesinfo.org + 555-555-7199 + + + 10392 + 6005 + 12403 + 200 + + 2019-08-01 + + EHS + Active + Fort George Community Enrichment Center, Inc. + www.fortgeorgecenter.org + 6005@hsesinfo.org + 489 Saint Pauls Pl + + Bronx + NY + 10456-1935 + 1525 Saint Nicholas Ave + + New York + NY + 10033-2604 + 1525 Saint Nicholas Ave + + New York + NY + 10033-2604 + Ms. + F221085 + L221085 + + Board Chair + 221085@hsesinfo.org + Ms. + F221086 + L221086 + + Executive Director/CEO + 221086@hsesinfo.org + Ms. + F221088 + L221088 + + 221088@hsesinfo.org + Ms. + F221084 + L221084 + + 221084@hsesinfo.org + 555-555-1084 + + + 9828 + 8933 + 11934 + 200 + 2019 + 2019-07-01 + + EHS + Active + New York City Department of Education + https://www.schools.nyc.gov + 8933@hsesinfo.org + 52 Chambers St. + + New York + NY + 11201-1222 + 52 Chambers St. + + New York + NY + 11201-1222 + 52 Chambers St. + + New York + NY + 11201-1222 + Mr. + F217207 + L217207 + + Deputy Chancellor of Early Childhood and Enrollment + 217207@hsesinfo.org + Ms. + F217208 + L217208 + + Chief Policy and Planning Officer + 217208@hsesinfo.org + Mr. + F217210 + L217210 + + 217210@hsesinfo.org + Ms. + F217206 + L217206 + + 217206@hsesinfo.org + 555-555-7206 + + + 4997 + 1796 + 8898 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Long Beach Unified School District + www.lbschools.net/Head Start + 1796@hsesinfo.org + 1260 East 33rd Street + + Signal Hill + CA + 90755 + 1260 East 33rd Street + + Signal Hill + CA + 90755 + 1260 East 33rd Street + + Signal Hill + CA + 90755 + Dr. + F49472 + L49472 + + Board President + 49472@hsesinfo.org + Mr. + F49473 + L49473 + + Board President + 49473@hsesinfo.org + Ms. + F49469 + L49469 + + 49469@hsesinfo.org + Dr. + F49468 + L49468 + + 49468@hsesinfo.org + 555-555-9468 + + + 10837 + 2501 + 12808 + 000 + 2014 + 2019-12-01 + + AIAN HS + Active + SISSETON-WAHPETON SIOUX TRIBAL COUNCIL + + 2501@hsesinfo.org + 45698 Veterans Memorial Dr + + Agency Village + SD + 57262-8700 + PO Box 509 + + Agency Village + SD + 57262-0509 + 45698 Veterans Memorial Dr + + Agency Village + SD + 57262-8700 + Mr. + F224147 + L224147 + + Tribal Chairman + 224147@hsesinfo.org + Mrs. + F224148 + L224148 + + Tribal Secretary + 224148@hsesinfo.org + Ms. + F224150 + L224150 + + 224150@hsesinfo.org + Mr. + F224146 + L224146 + + 224146@hsesinfo.org + 555-555-4146 x 5555 + + + 10089 + 2838 + 12139 + 200 + 2011 + 2019-07-01 + + EHS + Active + Eastern Panhandle Instructional Cooperative + epicresa8.org + 2838@hsesinfo.org + 109 South College Street + + Martinsburg + WV + 25401 + 109 South College Street + + Martinsburg + WV + 25401 + 109 South College Street + + Martinsburg + WV + 25401 + Dr. + F219016 + L219016 + DDS + Chairperson, Regional Advisory Council + 219016@hsesinfo.org + Ms. + F219017 + L219017 + + Administrator + 219017@hsesinfo.org + Ms. + F219019 + L219019 + + 219019@hsesinfo.org + Mrs. + F219015 + L219015 + + 219015@hsesinfo.org + 555-555-9015 + + + 10394 + 5946 + 12400 + 200 + + 2019-08-01 + + EHS + Active + Tallatoona Community Action Partnership, Inc. + www.tallatoonacap.com + 5946@hsesinfo.org + 1010 N Tennessee St + Ste 107 + Cartersville + GA + 30120-8526 + PO Box 1480 + + Cartersville + GA + 30120-1480 + 1010 N Tennessee St + Ste 107 + Cartersville + GA + 30120-8526 + Mr. + F221099 + L221099 + + + 221099@hsesinfo.org + Mr. + F221100 + L221100 + + + 221100@hsesinfo.org + Mr. + F221102 + L221102 + + 221102@hsesinfo.org + Mrs. + F221098 + L221098 + + 221098@hsesinfo.org + 555-555-1098 x 5555 + + + 10395 + 5960 + 12402 + 200 + + 2019-08-01 + + EHS + Active + Tri-County Community Action Partnership, Inc. + www.tccaction.com + 5960@hsesinfo.org + 501 Lemieur St + + Little Falls + MN + 56345-3367 + 501 Lemieur St + + Little Falls + MN + 56345-3367 + 501 Lemieur St + + Little Falls + MN + 56345-3367 + Mr. + F221106 + L221106 + + Board of Director Chair + 221106@hsesinfo.org + Ms. + F221107 + L221107 + + Executive Director + 221107@hsesinfo.org + Ms. + F221109 + L221109 + + 221109@hsesinfo.org + Ms. + F221105 + L221105 + + 221105@hsesinfo.org + 555-555-1105 x 5555 + + + 10090 + 5812 + 12143 + 200 + + 2019-07-01 + + EHS + Active + Lourie Center for Young Children's Social and Emotional Wellness + www.louriecenter.org + 5812@hsesinfo.org + 7833 Walker Dr + Ste 610 + Greenbelt + MD + 20770-3233 + 7833 Walker Dr + Ste 610 + Greenbelt + MD + 20770-3233 + 12301 Academy Way + + Rockville + MD + 20852-2000 + Mr. + F219023 + L219023 + + Vice President of Adventist Behavioral Health + 219023@hsesinfo.org + Mr. + F219024 + L219024 + + Executive Director + 219024@hsesinfo.org + Mr. + F219026 + L219026 + + 219026@hsesinfo.org + Ms. + F219022 + L219022 + + 219022@hsesinfo.org + 555-555-9022 + + + 8858 + 513 + 11229 + 000 + 2013 + 2018-07-01 + + HS + Active + Okaloosa County Comprehensive Head Start Child Development + http://www.okaloosaheadstart.org + 513@hsesinfo.org + 2018 Lewis Turner Blvd + Ste B + Fort Walton Beach + FL + 32547-1352 + 2018 Lewis Turner Blvd + Ste B + Fort Walton Beach + FL + 32547-1352 + 2018 Lewis Turner Blvd + Ste B + Fort Walton Beach + FL + 32547-1352 + Dr. + F210528 + L210528 + + Board Chairperson + 210528@hsesinfo.org + Ms. + F210529 + L210529 + + Executive Director + 210529@hsesinfo.org + Mr. + F210531 + L210531 + + 210531@hsesinfo.org + Ms. + F210527 + L210527 + + 210527@hsesinfo.org + 555-555-0527 x 5555 + + + 10091 + 607 + 12136 + 000 + 2014 + 2019-07-01 + + HS + Active + CSRA Economic Opportunity Authority, Inc. + http://www.csraeoa.org + 607@hsesinfo.org + 1261 Greene St + + Augusta + GA + 30901-2127 + 1261 Greene St + + Augusta + GA + 30901-2127 + 1261 Greene St + + Augusta + GA + 30901-2127 + Mr. + F219030 + L219030 + + Board of Directors Chairman + 219030@hsesinfo.org + Mrs. + F219031 + L219031 + + Executive Director + 219031@hsesinfo.org + Mrs. + F219033 + L219033 + + 219033@hsesinfo.org + Ms. + F219029 + L219029 + + 219029@hsesinfo.org + 555-555-9029 + + + 10396 + 6052 + 12404 + 200 + + 2019-09-01 + + EHS + Active + Missouri Valley Community Action Agency + http://www.mvcaa.net + 6052@hsesinfo.org + 1415 S Odell Ave + + Marshall + MO + 65340-3144 + 1415 S Odell Ave + + Marshall + MO + 65340-3144 + 1415 S Odell Ave + + Marshall + MO + 65340-3144 + Mr. + F221113 + L221113 + + Chair, MVCAA Board of Directors + 221113@hsesinfo.org + Ms. + F221114 + L221114 + + Executive Director + 221114@hsesinfo.org + Ms. + F221116 + L221116 + + 221116@hsesinfo.org + Ms. + F221112 + L221112 + + 221112@hsesinfo.org + 555-555-1112 x 5555 + + + 9045 + 1249 + 11377 + 200 + 2013 + 2018-09-01 + + EHS + Active + Shasta County Head Start Child Development + http://www.shastaheadstart.org + 1249@hsesinfo.org + 375 Lake Blvd + Ste 100 + Redding + CA + 96003-2557 + 375 Lake Blvd + Ste 100 + Redding + CA + 96003-2557 + 375 Lake Blvd + Ste 100 + Redding + CA + 96003-2557 + Mr. + F211851 + L211851 + + Chair + 211851@hsesinfo.org + Mr. + F211852 + L211852 + + Executive Director + 211852@hsesinfo.org + Mrs. + F211854 + L211854 + + 211854@hsesinfo.org + Ms. + F211850 + L211850 + + 211850@hsesinfo.org + 555-555-1850 + + + 5755 + 2947 + 9359 + 200 + 2015 + 2015-01-01 + 2019-12-31 + EHS + Inactive + Human Services Association + www.hsala.org + 2947@hsesinfo.org + 6800 Florence Ave + + Bell Gardens + CA + 90201 + 2629 Clarendon Ave + + Huntington Park + CA + 90255 + 6800 Florence Ave + + Bell Gardens + CA + 90201 + Mr. + F103335 + L103335 + + Board Chair + 103335@hsesinfo.org + Ms. + F103333 + L103333 + + Cheif Executive Officer + 103333@hsesinfo.org + Ms. + F103332 + L103332 + + 103332@hsesinfo.org + Dr. + F103330 + L103330 + + 103330@hsesinfo.org + 555-555-3330 x 5555 + + + 9617 + 2283 + 11798 + 000 + 2013 + 2019-05-01 + + HS + Active + Pro Action of Steuben and Yates, Inc. + http://www.proactioninc.org + 2283@hsesinfo.org + 117 East Steuben Street + + Bath + NY + 14810-1636 + 117 East Steuben Street + + Bath + NY + 14810-1636 + 117 East Steuben Street + + Bath + NY + 14810-1636 + Mrs. + F215772 + L215772 + + Board President + 215772@hsesinfo.org + Mrs. + F215773 + L215773 + + + 215773@hsesinfo.org + + F215775 + L215775 + + 215775@hsesinfo.org + Mrs. + F215771 + L215771 + + 215771@hsesinfo.org + 555-555-5771 x 5555 + + + 10397 + 5864 + 12399 + 200 + + 2019-08-01 + + EHS + Active + Parents And Children Together + http://www.pacthawaii.org + 5864@hsesinfo.org + 1485 Linapuni St + Rm 105 + Honolulu + HI + 96819-3575 + 1485 Linapuni St + Rm 105 + Honolulu + HI + 96819-3575 + 1485 Linapuni St + Rm 105 + Honolulu + HI + 96819-3575 + Ms. + F221120 + L221120 + + Board Chair + 221120@hsesinfo.org + Mr. + F221121 + L221121 + + + 221121@hsesinfo.org + Mr. + F221123 + L221123 + + 221123@hsesinfo.org + Mr. + F221119 + L221119 + + 221119@hsesinfo.org + 555-555-1119 + + + 7034 + 863 + 10479 + 200 + 2002 + 2016-01-01 + + EHS + Active + Dane County Parent Council, Inc. + www.reachdane.org + 863@hsesinfo.org + 2096 Red Arrow Trl + + Fitchburg + WI + 53711-4723 + 2096 Red Arrow Trl + + Fitchburg + WI + 53711-4723 + 2096 Red Arrow Trl + + Fitchburg + WI + 53711-4723 + Mr. + F204904 + L204904 + + President, Board of Directors + 204904@hsesinfo.org + Ms. + F204905 + L204905 + + Executive Director + 204905@hsesinfo.org + Mrs. + F204907 + L204907 + + 204907@hsesinfo.org + Ms. + F204903 + L204903 + + 204903@hsesinfo.org + 555-555-4903 + + + 6935 + 471 + 10410 + 000 + 1991 + 2015-11-01 + + HS + Active + Child & Family Development Program + http://www.nworheadstart.org + 471@hsesinfo.org + 125 N 17th St + + Saint Helens + OR + 97051-1708 + 125 N 17th St + + Saint Helens + OR + 97051-1708 + 125 N 17th St + + Saint Helens + OR + 97051-1708 + Mr. + F204206 + L204206 + + Board Chair + 204206@hsesinfo.org + Mr. + F204207 + L204207 + + Executive Director + 204207@hsesinfo.org + Ms. + F204209 + L204209 + + 204209@hsesinfo.org + Ms. + F204205 + L204205 + + 204205@hsesinfo.org + 555-555-4205 + + + 8638 + 8505 + 11028 + 200 + 2017 + 2017-06-01 + + EHS + Active + SUMTER COUNTY OPPORTUNITY, INC. + http://www.scoheadstart.org + 8505@hsesinfo.org + 714 Country Club Road + P.O. Drawer 928 + Livingston + AL + 35470-0928 + 714 Country Club Road + P.O. Drawer 928 + Livingston + AL + 35470-0928 + 714 Country Club Road + P.O. Drawer 928 + Livingston + AL + 35470-0928 + Mr. + F208976 + L208976 + + Board Chairman + 208976@hsesinfo.org + Mrs. + F208977 + L208977 + + CEO/Executive Director/Head Start/EarlyHead Director + 208977@hsesinfo.org + Mrs. + F208979 + L208979 + + 208979@hsesinfo.org + Mrs. + F208975 + L208975 + + 208975@hsesinfo.org + 555-555-8975 + + + 9079 + 8713 + 11398 + 000 + 2018 + 2018-09-01 + + HS + Active + Broadway Housing Communities, Inc + http://www.broadwayhousing.org + 8713@hsesinfo.org + 583 Riverside Drive + + New York + NY + 10031 + 583 Riverside Drive + + New York + NY + 10031 + 583 Riverside Drive + + New York + NY + 10031 + Mr. + F212134 + L212134 + + + 212134@hsesinfo.org + Mrs. + F212135 + L212135 + + + 212135@hsesinfo.org + Mrs. + F212137 + L212137 + + 212137@hsesinfo.org + Ms. + F212133 + L212133 + + 212133@hsesinfo.org + 555-555-2133 x 5555 + + + 9866 + 894 + 11997 + 000 + 2014 + 2019-07-01 + + HS + Active + BOYD COUNTY BOARD OF EDUCATION + http://www.boyd.kyschools.us/eclc/index.htm + 894@hsesinfo.org + 12307 Midland Trail Rd + + Ashland + KY + 41102-9639 + 12307 Midland Trail Rd + + Ashland + KY + 41102-9639 + 12307 Midland Trail Rd + + Ashland + KY + 41102-9639 + Mrs. + F217472 + L217472 + + Board of Education Chairperson + 217472@hsesinfo.org + Mr. + F217473 + L217473 + Jr. + Superintendent + 217473@hsesinfo.org + Mr. + F217475 + L217475 + + 217475@hsesinfo.org + Ms. + F217471 + L217471 + + 217471@hsesinfo.org + 555-555-7471 + + + 9622 + 2140 + 11801 + 000 + 2013 + 2019-05-01 + + HS + Active + Northern Virginia Family Service + http://www.nvfs.org + 2140@hsesinfo.org + 10455 White Granite Dr + Ste 100 + Oakton + VA + 22124-2764 + 10455 White Granite Dr + Ste 100 + Oakton + VA + 22124-2764 + 10455 White Granite Dr + Ste 100 + Oakton + VA + 22124-2764 + Mr. + F215807 + L215807 + + Board Chair + 215807@hsesinfo.org + Ms. + F215808 + L215808 + + President & CEO + 215808@hsesinfo.org + Ms. + F215810 + L215810 + + 215810@hsesinfo.org + Ms. + F215806 + L215806 + + 215806@hsesinfo.org + 555-555-5806 + + + 9623 + 2139 + 11801 + 200 + 2013 + 2019-05-01 + + EHS + Active + Northern Virginia Family Service + http://www.nvfs.org + 2139@hsesinfo.org + 10455 White Granite Dr + Ste 100 + Oakton + VA + 22124-2764 + 10455 White Granite Dr + Ste 100 + Oakton + VA + 22124-2764 + 10455 White Granite Dr + Ste 100 + Oakton + VA + 22124-2764 + Mr. + F215814 + L215814 + + Board Chair + 215814@hsesinfo.org + Ms. + F215815 + L215815 + + President & CEO + 215815@hsesinfo.org + Ms. + F215817 + L215817 + + 215817@hsesinfo.org + Ms. + F215813 + L215813 + + 215813@hsesinfo.org + 555-555-5813 + + + 4601 + 2054 + 8515 + 200 + 2014 + 2014-01-01 + 2018-12-31 + EHS + Inactive + FRIENDS OF CHILDREN & FAMILIES, INC + http://www.focaf.org + 2054@hsesinfo.org + 4709 West Camas Street + + Boise + ID + 83705-5832 + 4709 West Camas Street + + Boise + ID + 83705-5832 + 4709 West Camas Street + + Boise + ID + 83705-5832 + Dr. + F43669 + L43669 + + Board Chair + 43669@hsesinfo.org + Mrs. + F43666 + L43666 + + Executive Director + 43666@hsesinfo.org + Mr. + F43668 + L43668 + + 43668@hsesinfo.org + Mrs. + F43665 + L43665 + + 43665@hsesinfo.org + 555-555-3665 x 5555 + + + 10637 + 4196 + 12630 + 001 + 2013 + 2019-09-01 + + HS + Active + Alexandria Head Start + http://www.campagnacenter.org + 4196@hsesinfo.org + Campagna Center, Inc. + 418 South Washington Street + Alexandria + VA + 22314-3630 + Campagna Center, Inc. + 418 South Washington Street + Alexandria + VA + 22314-3630 + Campagna Center, Inc. + 418 South Washington Street + Alexandria + VA + 22314-3630 + Ms. + F222780 + L222780 + + Board Chair + 222780@hsesinfo.org + Dr. + F222778 + L222778 + + + 222778@hsesinfo.org + Ms. + F222781 + L222781 + + 222781@hsesinfo.org + Mrs. + F222777 + L222777 + + 222777@hsesinfo.org + 555-555-2777 + + + 10838 + 2500 + 12808 + 200 + 2014 + 2019-12-01 + + AIAN EHS + Active + SISSETON-WAHPETON SIOUX TRIBAL COUNCIL + + 2500@hsesinfo.org + 45698 Veterans Memorial Dr + + Agency Village + SD + 57262-8700 + PO Box 509 + + Agency Village + SD + 57262-0509 + 45698 Veterans Memorial Dr + + Agency Village + SD + 57262-8700 + Mr. + F224154 + L224154 + + Tribal Chairman + 224154@hsesinfo.org + Mrs. + F224155 + L224155 + + Tribal Secretary + 224155@hsesinfo.org + Ms. + F224157 + L224157 + + 224157@hsesinfo.org + Mr. + F224153 + L224153 + + 224153@hsesinfo.org + 555-555-4153 x 5555 + + + 8158 + 8094 + 10609 + 000 + 2016 + 2016-07-01 + 2019-05-31 + HS + Inactive + CDI HS/North Texas, TX + www.cdiheadstart.org + 8094@hsesinfo.org + 548 Santa Fe Dr + + Weatherford + TX + 76086-6503 + PO Box 2094 + + Weatherford + TX + 76086-7094 + 548 Santa Fe Dr + + Weatherford + TX + 76086-6503 + Mr. + F206221 + L206221 + + Chief Executive Officer + 206221@hsesinfo.org + Ms. + F206222 + L206222 + + Executive Director + 206222@hsesinfo.org + + F206224 + L206224 + + 206224@hsesinfo.org + Ms. + F206220 + L206220 + + 206220@hsesinfo.org + 555-555-6220 + + + 5567 + 5573 + 9373 + 020 + 2014 + 2014-10-15 + 2019-06-30 + HS + Inactive + St. Anne's + http://www.stannes.org + 5573@hsesinfo.org + 155 N. Occidental Blvd. + + Los Angeles + CA + 90026 + 155 N. Occidental Blvd. + + Los Angeles + CA + 90026 + 155 N. Occidental Blvd. + + Los Angeles + CA + 90026 + Mr. + F100141 + L100141 + + Chair, Board of Directors + 100141@hsesinfo.org + Ms. + F100142 + L100142 + + President and Chief Executive Officer + 100142@hsesinfo.org + Ms. + F100144 + L100144 + + 100144@hsesinfo.org + Ms. + F100140 + L100140 + + 100140@hsesinfo.org + 555-555-0140 x 5555 + + + 6299 + 809 + 9893 + 000 + 1992 + 2015-05-01 + 2019-12-31 + HS + Inactive + Ki Bois Community Action Foundation Inc + http://www.kibois.org + 809@hsesinfo.org + 200 SE A St + + Stigler + OK + 74462-2418 + 200 SE A Street + P.O. Box 727 + Stigler + OK + 74462-0727 + 200 SE A St + + Stigler + OK + 74462-2418 + Mr. + F110442 + L110442 + + + 110442@hsesinfo.org + Mr. + F110439 + L110439 + + + 110439@hsesinfo.org + Ms. + F110441 + L110441 + + 110441@hsesinfo.org + Mrs. + F110438 + L110438 + + 110438@hsesinfo.org + 555-555-0438 + + + 10566 + 1688 + 12551 + 200 + 2003 + 2019-09-01 + + EHS + Active + EMANUEL COUNTY SCHOOL DISTRICT + Emanuel County Schools + 1688@hsesinfo.org + 308 Tiger Trl + + Swainsboro + GA + 30401-4821 + 308 Tiger Trl + + Swainsboro + GA + 30401-4821 + 308 Tiger Trl + + Swainsboro + GA + 30401-4821 + Mr. + F222300 + L222300 + + Authorizing Official + 222300@hsesinfo.org + Dr. + F222301 + L222301 + + + 222301@hsesinfo.org + Mrs. + F222303 + L222303 + + 222303@hsesinfo.org + Mrs. + F222299 + L222299 + + 222299@hsesinfo.org + 555-555-2299 + + + 10567 + 2532 + 12554 + 000 + 2014 + 2019-09-01 + + HS + Active + GATEWAY COMMUNITY SERVICE ORGANIZATION + http://www.gcscap.org + 2532@hsesinfo.org + 151 University Dr + + West Liberty + KY + 41472-2146 + PO Box 367 + + West Liberty + KY + 41472-0367 + 151 University Dr + + West Liberty + KY + 41472-2146 + Mr. + F222307 + L222307 + + + 222307@hsesinfo.org + Mrs. + F222308 + L222308 + + + 222308@hsesinfo.org + Mrs. + F222310 + L222310 + + 222310@hsesinfo.org + Mrs. + F222306 + L222306 + + 222306@hsesinfo.org + 555-555-2306 + + + 10569 + 6023 + 12553 + 200 + + 2019-09-01 + + EHS + Active + Community Association for Preschool Education, Inc. + http://www.capeheadstart.org + 6023@hsesinfo.org + 3037 Independence Dr + Ste A + Livermore + CA + 94551-7672 + 3037 Independence Dr + Ste A + Livermore + CA + 94551-7672 + 3037 Independence Dr + Ste A + Livermore + CA + 94551-7672 + Mr. + F222321 + L222321 + + Board of Directors President + 222321@hsesinfo.org + Ms. + F222322 + L222322 + + Executive Director + 222322@hsesinfo.org + Ms. + F222324 + L222324 + + 222324@hsesinfo.org + Ms. + F222320 + L222320 + + 222320@hsesinfo.org + 555-555-2320 x 5555 + + + 10570 + 801 + 12552 + 000 + 2013 + 2019-09-01 + + HS + Active + Port Arthur Independent School District + www.paisd.org + 801@hsesinfo.org + 4801 9th Avenue + 1100 Jefferson- Campus Address + Port Arthur + TX + 77642 + P. O. Box 1388 + 4801 9th Avuneu + Port Arthur + TX + 77641-1388 + 4801 9th Avenue + 1100 Jefferson- Campus Address + Port Arthur + TX + 77642 + Mr. + F222328 + L222328 + + President Board of Trustees + 222328@hsesinfo.org + Dr. + F222329 + L222329 + + Executive Director + 222329@hsesinfo.org + Ms. + F222331 + L222331 + + 222331@hsesinfo.org + Mrs. + F222327 + L222327 + + 222327@hsesinfo.org + 555-555-2327 + + + 9836 + 852 + 11971 + 000 + 2014 + 2019-07-01 + + HS + Active + Community Action Agency of Columbiana County, Inc. + http://www.caaofcc.org/headstart + 852@hsesinfo.org + 7880 Lincole Pl + Community Action Agency of Columbiana County Head Start Program + Lisbon + OH + 44432-8322 + 7880 Lincole Pl + Community Action Agency of Columbiana County Head Start Program + Lisbon + OH + 44432-8322 + 7880 Lincole Pl + Community Action Agency of Columbiana County Head Start Program + Lisbon + OH + 44432-8322 + Mr. + F217263 + L217263 + + Board Chair + 217263@hsesinfo.org + Mr. + F217264 + L217264 + + Chief Executive Officer + 217264@hsesinfo.org + Mrs. + F217266 + L217266 + + 217266@hsesinfo.org + Ms. + F217262 + L217262 + + 217262@hsesinfo.org + 555-555-7262 + + + 6774 + 3709 + 10257 + 003 + + 2015-08-01 + 2020-07-31 + HS + Inactive + San Juan Unified School District/Child Development + www.sanjuan.edu + 3709@hsesinfo.org + 5309 Kenneth Avenue + + Carmichael + CA + 95608-4716 + 5309 Kenneth Avenue + + Carmichael + CA + 95608-4716 + 5309 Kenneth Avenue + + Carmichael + CA + 95608-4716 + Ms. + F203089 + L203089 + + President + 203089@hsesinfo.org + Mr. + F203090 + L203090 + + Superintendent of Schools + 203090@hsesinfo.org + Ms. + F203092 + L203092 + + 203092@hsesinfo.org + Mr. + F203088 + L203088 + + 203088@hsesinfo.org + 555-555-3088 + + + 6775 + 3714 + 10257 + 203 + + 2015-08-01 + 2020-07-31 + EHS + Inactive + San Juan Unified School District/Child Development + www.sanjuan.edu + 3714@hsesinfo.org + 5309 Kenneth Avenue + + Carmichael + CA + 95608-4716 + 5309 Kenneth Avenue + + Carmichael + CA + 95608-4716 + 5309 Kenneth Avenue + + Carmichael + CA + 95608-4716 + Ms. + F203096 + L203096 + + President + 203096@hsesinfo.org + Mr. + F203097 + L203097 + + Superintendent of Schools + 203097@hsesinfo.org + Ms. + F203099 + L203099 + + 203099@hsesinfo.org + Mr. + F203095 + L203095 + + 203095@hsesinfo.org + 555-555-3095 + + + 4841 + 2475 + 8622 + 200 + 2007 + 2014-05-01 + 2019-04-30 + EHS + Inactive + Family Support Services of West Hawaii + http://www.fsswh.org + 2475@hsesinfo.org + West Hawaii Early Head Start + 75-127 Lunapule Road, Suite 11 + Kailua-Kona + HI + 96740-2119 + West Hawaii Early Head Start + 75-127 Lunapule Road, Suite 11 + Kailua-Kona + HI + 96740-2119 + West Hawaii Early Head Start + 75-127 Lunapule Road, Suite 11 + Kailua-Kona + HI + 96740-2119 + Mr. + F47287 + L47287 + + FSH Board President + 47287@hsesinfo.org + Mr. + F47285 + L47285 + + Executive Director + 47285@hsesinfo.org + Ms. + F47286 + L47286 + + 47286@hsesinfo.org + Mrs. + F47283 + L47283 + + 47283@hsesinfo.org + 555-555-7283 + + + 10547 + 1735 + 12519 + 000 + 2013 + 2019-09-01 + + HS + Active + Alexandria City Office of Economic Opportunity + http://alexandriava.gov + 1735@hsesinfo.org + 1900 N Beauregard St + Ste 250 + Alexandria + VA + 22311-1736 + 1900 N Beauregard St + Ste 250 + Alexandria + VA + 22311-1736 + 1900 N Beauregard St + Ste 250 + Alexandria + VA + 22311-1736 + Mr. + F222168 + L222168 + M + City Manager + 222168@hsesinfo.org + Ms. + F222169 + L222169 + + Director, Department of Community and Human Services + 222169@hsesinfo.org + Mr. + F222171 + L222171 + + 222171@hsesinfo.org + Ms. + F222167 + L222167 + + 222167@hsesinfo.org + 555-555-2167 + + + 9283 + 1047 + 11538 + 000 + 2013 + 2019-01-01 + + HS + Active + SOUTH CENTRAL CHILD DEVELOPMENT, INC + sccdinc.com + 1047@hsesinfo.org + 401 Walnut St SW + + Wagner + SD + 57380-9309 + 401 Walnut Ave SW + + Wagner + SD + 57380-9309 + 401 Walnut St SW + + Wagner + SD + 57380-9309 + Mrs. + F213526 + L213526 + + Grantee Board Chairperson + 213526@hsesinfo.org + Dr. + F213527 + L213527 + + Executive Director + 213527@hsesinfo.org + Mr. + F213529 + L213529 + + 213529@hsesinfo.org + Dr. + F213525 + L213525 + + 213525@hsesinfo.org + 555-555-3525 + + + 10398 + 644 + 12405 + 000 + 2013 + 2019-09-01 + + HS + Active + Berean Baptist Church (Head Start) + + 644@hsesinfo.org + 510 E Lafayette St + + Marion + AL + 36756-2324 + PO Box 335 + + Marion + AL + 36756-0335 + 510 E Lafayette St + + Marion + AL + 36756-2324 + Mr. + F221127 + L221127 + + Board of Director Chairperson + 221127@hsesinfo.org + Ms. + F221128 + L221128 + + CEO/Executive Director + 221128@hsesinfo.org + Ms. + F221130 + L221130 + + 221130@hsesinfo.org + Ms. + F221126 + L221126 + + 221126@hsesinfo.org + 555-555-1126 x 5555 + + + 10513 + 6040 + 12498 + 200 + + 2019-09-01 + + EHS + Active + Matrix Human Services + + 6040@hsesinfo.org + 1400 Woodbridge St + + Detroit + MI + 48207-3110 + 1400 Woodbridge St + + Detroit + MI + 48207-3110 + 1400 Woodbridge St + + Detroit + MI + 48207-3110 + Mr. + F221930 + L221930 + + Board Chair + 221930@hsesinfo.org + Mr. + F221931 + L221931 + + PRESIDENT AND CEO + 221931@hsesinfo.org + Ms. + F221933 + L221933 + + 221933@hsesinfo.org + Mrs. + F221929 + L221929 + + 221929@hsesinfo.org + 555-555-1929 x 5555 + + + 10103 + 9001 + 12133 + 000 + 2019 + 2019-07-01 + + HS + Active + Rockingham County Schools + https://www.rock.k12.nc.us/ + 9001@hsesinfo.org + 705 Ayersville Rd + + Madison + NC + 27025-1505 + 705 Ayersville Rd + + Madison + NC + 27025-1505 + 511 Harrington Hwy + + Eden + NC + 27288-7547 + Ms. + F219114 + L219114 + + Assistant Superintendent of Instructional Support Services + 219114@hsesinfo.org + Mr. + F219115 + L219115 + + Superintendent + 219115@hsesinfo.org + + F219117 + L219117 + + 219117@hsesinfo.org + Ms. + F219113 + L219113 + + 219113@hsesinfo.org + 555-555-9113 + + + 9837 + 8939 + 11971 + 200 + 2019 + 2019-07-01 + + EHS + Active + Community Action Agency of Columbiana County, Inc. + http://www.caaofcc.org/headstart + 8939@hsesinfo.org + 7880 Lincole Pl + Community Action Agency of Columbiana County Head Start Program + Lisbon + OH + 44432-8322 + 7880 Lincole Pl + Community Action Agency of Columbiana County Head Start Program + Lisbon + OH + 44432-8322 + 7880 Lincole Pl + Community Action Agency of Columbiana County Head Start Program + Lisbon + OH + 44432-8322 + Mr. + F217270 + L217270 + + Board Chair + 217270@hsesinfo.org + Mr. + F217271 + L217271 + + Chief Executive Officer + 217271@hsesinfo.org + Ms. + F217273 + L217273 + + 217273@hsesinfo.org + Ms. + F217269 + L217269 + + 217269@hsesinfo.org + 555-555-7269 + + + 8868 + 2040 + 11228 + 000 + 2013 + 2018-07-01 + + HS + Active + Ability Connection Colorado, Inc. + http://www.abilityconnectioncolorado.org + 2040@hsesinfo.org + 801 Yosemite Street + + Denver + CO + 80230-6087 + 801 Yosemite Street + + Denver + CO + 80230-6087 + 801 Yosemite Street + + Denver + CO + 80230-6087 + Mrs. + F210598 + L210598 + + Board Chair + 210598@hsesinfo.org + Mrs. + F210599 + L210599 + + + 210599@hsesinfo.org + Ms. + F210601 + L210601 + + 210601@hsesinfo.org + Mrs. + F210597 + L210597 + + 210597@hsesinfo.org + 555-555-0597 + + + 5068 + 984 + 8985 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + COMMUNITY ACTION SERVICE OF MORGAN COUNTY HEAD START + www.Tnheadstart.org + 984@hsesinfo.org + 105 Longview Dr + + Wartburg + TN + 37887-4205 + PO Box 179 + + Wartburg + TN + 37887-0179 + 105 Longview Dr + + Wartburg + TN + 37887-4205 + Ms. + F51473 + L51473 + + Board Chairperson + 51473@hsesinfo.org + Mr. + F51475 + L51475 + + + 51475@hsesinfo.org + Ms. + F51476 + L51476 + + 51476@hsesinfo.org + Mr. + F51471 + L51471 + + 51471@hsesinfo.org + 555-555-1471 + + + 8869 + 2041 + 11228 + 200 + 2013 + 2018-07-01 + + EHS + Active + Ability Connection Colorado, Inc. + http://www.abilityconnectioncolorado.org + 2041@hsesinfo.org + 801 Yosemite Street + + Denver + CO + 80230-6087 + 801 Yosemite Street + + Denver + CO + 80230-6087 + 801 Yosemite Street + + Denver + CO + 80230-6087 + Mrs. + F210605 + L210605 + + Board President + 210605@hsesinfo.org + Mrs. + F210606 + L210606 + + + 210606@hsesinfo.org + Ms. + F210608 + L210608 + + 210608@hsesinfo.org + Mrs. + F210604 + L210604 + + 210604@hsesinfo.org + 555-555-0604 + + + 8890 + 2246 + 11253 + 000 + 2013 + 2018-07-01 + + HS + Active + VI Department of Human Services + + 2246@hsesinfo.org + 1303 Hospital Ground + Ste 1 + St Thomas + VI + 00802-6722 + 1303 Hospital Ground + Ste 1 + St Thomas + VI + 00802-6722 + 1303 Hospital Ground + Ste 1 + St Thomas + VI + 00802-6722 + Ms. + F210751 + L210751 + + Commissioner + 210751@hsesinfo.org + Ms. + F210752 + L210752 + + Assistant Commissioner + 210752@hsesinfo.org + Mr. + F210754 + L210754 + + 210754@hsesinfo.org + Ms. + F210750 + L210750 + + 210750@hsesinfo.org + 555-555-0750 x 5555 + + + 8750 + 8608 + 11122 + 223 + 2017 + 2017-08-01 + + EHS + Active + Municipality of Juana Diaz + + 8608@hsesinfo.org + 67 Calle Comercio + + Juana Diaz + PR + 00795-1634 + PO Box 1409 + + Juana Diaz + PR + 00795-1409 + Luis Felipe Dessus #67 + Plaza Del Mercado Building 2nd Floor + Juana Diaz + PR + 00795-1501 + Ms. + F209722 + L209722 + + President + 209722@hsesinfo.org + Mr. + F209723 + L209723 + + Director + 209723@hsesinfo.org + Mrs. + F209725 + L209725 + + 209725@hsesinfo.org + Mr. + F209721 + L209721 + + 209721@hsesinfo.org + 555-555-9721 + + + 5020 + 2002 + 8932 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + The Child Center of NY + www.childcenterny.org + 2002@hsesinfo.org + 3410 108th St + + Corona + NY + 11368-1222 + 11835 Queens Blvd + Fl 6 + Forest Hills + NY + 11375-7200 + 11835 Queens Blvd + Fl 6 + Forest Hills + NY + 11375-7200 + Mr. + F51375 + L51375 + + Board Chairperson + 51375@hsesinfo.org + Ms. + F51378 + L51378 + + Executive Director + 51378@hsesinfo.org + Mr. + F51374 + L51374 + + 51374@hsesinfo.org + Mrs. + F51373 + L51373 + + 51373@hsesinfo.org + 555-555-1373 + + + 10038 + 549 + 12105 + 000 + 2014 + 2019-07-01 + + HS + Active + Bourbon County Board of Education + www.bourbon.kyschools.us + 549@hsesinfo.org + 369 Bethlehem Road + + Paris + KY + 40361-2493 + 369 Bethlehem Road + + Paris + KY + 40361-2493 + 369 Bethlehem Road + + Paris + KY + 40361-2493 + Mr. + F218659 + L218659 + + + 218659@hsesinfo.org + Mrs. + F218660 + L218660 + + + 218660@hsesinfo.org + Ms. + F218662 + L218662 + + 218662@hsesinfo.org + Mrs. + F218658 + L218658 + + 218658@hsesinfo.org + 555-555-8658 + + + 11170 + 1573 + 13085 + 000 + 2000 + 2020-04-01 + + HS + Active + PENDER COUNTY BOARD OF EDUCATION + + 1573@hsesinfo.org + 210 E Fremont St + + Burgaw + NC + 28425-5093 + 210 E Fremont St + + Burgaw + NC + 28425-5093 + 210 E Fremont St + + Burgaw + NC + 28425-5093 + Mr. + F226390 + L226390 + + Board of Education Chairperson + 226390@hsesinfo.org + Ms. + F226391 + L226391 + + + 226391@hsesinfo.org + Ms. + F226393 + L226393 + + 226393@hsesinfo.org + Ms. + F226389 + L226389 + + 226389@hsesinfo.org + 555-555-6389 + + + 5881 + 655 + 9610 + 000 + 1992 + 2015-02-01 + 2020-06-30 + HS + Inactive + Northeast Michigan Community Service Agency, Inc. + http://www.nemcsa.org + 655@hsesinfo.org + 2375 Gordon Road + + Alpena + MI + 49707-4627 + 2375 Gordon Road + + Alpena + MI + 49707-4627 + 2375 Gordon Road + + Alpena + MI + 49707-4627 + Mr. + F105760 + L105760 + + Board President + 105760@hsesinfo.org + Ms. + F105758 + L105758 + + Executive Director + 105758@hsesinfo.org + Ms. + F105759 + L105759 + + 105759@hsesinfo.org + Mrs. + F105755 + L105755 + + 105755@hsesinfo.org + 555-555-5755 x 5555 + + + 6314 + 3478 + 9903 + 002 + 2010 + 2015-04-01 + 2018-10-31 + HS + Inactive + Acelero Learning Clark County + alcc.acelero.net + 3478@hsesinfo.org + 4366 W Cheyenne Ave + + North Las Vegas + NV + 89032-2484 + 4366 W Cheyenne Ave + + North Las Vegas + NV + 89032-2484 + 4366 W Cheyenne Ave + + North Las Vegas + NV + 89032-2484 + + F110507 + L110507 + + Chair Person + 110507@hsesinfo.org + + F110505 + L110505 + + + 110505@hsesinfo.org + + F110504 + L110504 + + 110504@hsesinfo.org + + F110509 + L110509 + + 110509@hsesinfo.org + 555-555-0509 + + + 8948 + 1581 + 11297 + 200 + 2013 + 2018-08-01 + + EHS + Active + EL NIDO FAMILY CENTERS + http://www.elnidofamilycenters.org + 1581@hsesinfo.org + 2152 W Manchester Ave + + Los Angeles + CA + 90047-2942 + 2152 W Manchester Ave + + Los Angeles + CA + 90047-2942 + 440 Shatto Pl + Ste 417 + Los Angeles + CA + 90020-1793 + Mr. + F211195 + L211195 + + Board President + 211195@hsesinfo.org + Ms. + F211196 + L211196 + + Executive Director + 211196@hsesinfo.org + Ms. + F211198 + L211198 + + 211198@hsesinfo.org + Ms. + F211194 + L211194 + + 211194@hsesinfo.org + 555-555-1194 + + + 8203 + 690 + 10613 + 000 + 1992 + 2016-07-01 + + HS + Active + Illinois Valley Economic Development Corporation + www.ilvalley-edc.org + 690@hsesinfo.org + 223 S Macoupin St + + Gillespie + IL + 62033-1605 + 223 S Macoupin St + + Gillespie + IL + 62033-1605 + 223 S Macoupin St + + Gillespie + IL + 62033-1605 + Ms. + F206536 + L206536 + + Governing Board Chairperson + 206536@hsesinfo.org + Mr. + F206537 + L206537 + + Executive Director + 206537@hsesinfo.org + Ms. + F206539 + L206539 + + 206539@hsesinfo.org + Mrs. + F206535 + L206535 + + 206535@hsesinfo.org + 555-555-6535 x 5555 + + + 1364 + 1459 + 2858 + 000 + 1998 + 2013-06-26 + 2019-01-31 + HS + Inactive + Association to Benefit Children + http://www.a-b-c.org + 1459@hsesinfo.org + 419 East 86 Street + + New York + NY + 10028-6402 + 419 East 86 Street + + New York + NY + 10028-6402 + 419 East 86 Street + + New York + NY + 10028-6402 + Dr. + F36988 + L36988 + + Board Chair + 36988@hsesinfo.org + Ms. + F36989 + L36989 + + + 36989@hsesinfo.org + Mr. + F36986 + L36986 + + 36986@hsesinfo.org + Ms. + F36984 + L36984 + + 36984@hsesinfo.org + 555-555-6984 + + + 9841 + 3342 + 11972 + 000 + 2013 + 2019-07-01 + + HS + Active + Next Door Foundation, Inc. + www.nextdoormke.org + 3342@hsesinfo.org + 2545 North 29th Street + + Milwaukee + WI + 53210-3116 + 2545 North 29th Street + + Milwaukee + WI + 53210-3116 + 2545 North 29th Street + + Milwaukee + WI + 53210-3116 + Mr. + F217298 + L217298 + + Board President + 217298@hsesinfo.org + Dr. + F217299 + L217299 + + President + 217299@hsesinfo.org + Mr. + F217301 + L217301 + + 217301@hsesinfo.org + Ms. + F217297 + L217297 + + 217297@hsesinfo.org + 555-555-7297 + + + 4952 + 2003 + 8851 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Eastern Panhandle Instructional Cooperative + epicresa8.org + 2003@hsesinfo.org + 109 South College Street + + Martinsburg + WV + 25401-3307 + 109 South College Street + + Martinsburg + WV + 25401-3307 + 109 South College Street + + Martinsburg + WV + 25401-3307 + Dr. + F49205 + L49205 + + Chairperson, EPIC Regional Advisory Council + 49205@hsesinfo.org + Ms. + F49204 + L49204 + + Administrator + 49204@hsesinfo.org + Ms. + F49206 + L49206 + + 49206@hsesinfo.org + Mrs. + F49201 + L49201 + + 49201@hsesinfo.org + 555-555-9201 + + + 456 + 2389 + 280 + 000 + 2013 + 2013-07-05 + 2018-11-30 + HS + Inactive + Augusta, County of School Board Office + + 2389@hsesinfo.org + 59 John Lewis Rd + Ste 101 + Fishersville + VA + 22939-3414 + 18 Government Center Ln + PO Box 960 + Verona + VA + 24482-2639 + 18 Government Center Ln + + Verona + VA + 24482-2639 + Dr. + F37113 + L37113 + + Chairman of the School Board + 37113@hsesinfo.org + Dr. + F37111 + L37111 + + Superintendent of Augusta County Schools + 37111@hsesinfo.org + Ms. + F37109 + L37109 + + 37109@hsesinfo.org + Mrs. + F37108 + L37108 + + 37108@hsesinfo.org + 555-555-7108 x 5555 + + + 9842 + 8371 + 11972 + 200 + 2017 + 2019-07-01 + + EHS + Active + Next Door Foundation, Inc. + www.nextdoormke.org + 8371@hsesinfo.org + 2545 North 29th Street + + Milwaukee + WI + 53210-3116 + 2545 North 29th Street + + Milwaukee + WI + 53210-3116 + 2545 North 29th Street + + Milwaukee + WI + 53210-3116 + Mr. + F217305 + L217305 + + Board President + 217305@hsesinfo.org + Dr. + F217306 + L217306 + + President + 217306@hsesinfo.org + Mr. + F217308 + L217308 + + 217308@hsesinfo.org + Ms. + F217304 + L217304 + + 217304@hsesinfo.org + 555-555-7304 + + + 4479 + 1531 + 8528 + 000 + 2013 + 2013-11-29 + 2019-06-30 + HS + Inactive + Community Action Development Corporation + www.cadcconnection.com + 1531@hsesinfo.org + 400 N Randlett St + + Hobart + OK + 73651-1636 + 400 N Randlett St + + Hobart + OK + 73651-1636 + 400 N Randlett St + + Hobart + OK + 73651-1636 + Mr. + F42387 + L42387 + + Chairman CADC Board of Directors + 42387@hsesinfo.org + Mr. + F42388 + L42388 + + + 42388@hsesinfo.org + Mrs. + F42389 + L42389 + + 42389@hsesinfo.org + Mrs. + F42384 + L42384 + + 42384@hsesinfo.org + 555-555-2384 + + + 10571 + 9040 + 12556 + 000 + 2019 + 2019-09-01 + + HS + Active + Morris County Head Start Community Program, Inc. + www.headstartmc.org + 9040@hsesinfo.org + 18 Thompson Avenue + + Dover + NJ + 07801-4512 + 18 Thompson Avenue + + Dover + NJ + 07801-4512 + 18 Thompson Avenue + + Dover + NJ + 07801-4512 + Mr. + F222335 + L222335 + + President, Board of Directors + 222335@hsesinfo.org + Mrs. + F222336 + L222336 + + Executive Director + 222336@hsesinfo.org + Ms. + F222338 + L222338 + + 222338@hsesinfo.org + Mrs. + F222334 + L222334 + + 222334@hsesinfo.org + 555-555-2334 x 5555 + + + 5842 + 5849 + 9535 + 201 + + 2014-06-01 + 2019-07-31 + EHS + Inactive + Children's Home Society, Buckner Division + chsfl.org + 5849@hsesinfo.org + 3027 San Diego Road + + Jacksonville + FL + 32207 + 3027 San Diego Road + + Jacksonville + FL + 32207 + 3027 San Diego Road + + Jacksonville + FL + 32207 + Ms. + F104317 + L104317 + + Board Chair + 104317@hsesinfo.org + Mrs. + F104318 + L104318 + + Sr. Vice President of Operations + 104318@hsesinfo.org + Ms. + F104320 + L104320 + + 104320@hsesinfo.org + Mrs. + F104316 + L104316 + + 104316@hsesinfo.org + 555-555-4316 + + + 10572 + 9041 + 12556 + 200 + 2019 + 2019-09-01 + + EHS + Active + Morris County Head Start Community Program, Inc. + www.headstartmc.org + 9041@hsesinfo.org + 18 Thompson Avenue + + Dover + NJ + 07801-4512 + 18 Thompson Avenue + + Dover + NJ + 07801-4512 + 18 Thompson Avenue + + Dover + NJ + 07801-4512 + Mr. + F222342 + L222342 + + President, Board of Directors + 222342@hsesinfo.org + Mrs. + F222343 + L222343 + + Executive Director + 222343@hsesinfo.org + Ms. + F222345 + L222345 + + 222345@hsesinfo.org + Mrs. + F222341 + L222341 + + 222341@hsesinfo.org + 555-555-2341 + + + 9904 + 1574 + 12007 + 000 + 2013 + 2019-07-01 + + HS + Active + Region IX Education Service Center + http://www.esc9.net + 1574@hsesinfo.org + 301 Loop 11 + + Wichita Falls + TX + 76306-3799 + 301 Loop 11 + + Wichita Falls + TX + 76306-3799 + 301 Loop 11 + + Wichita Falls + TX + 76306-3799 + Mr. + F217738 + L217738 + + Chairman of the Region 9 ESC Board of Directors + 217738@hsesinfo.org + Mr. + F217739 + L217739 + + Executive Director + 217739@hsesinfo.org + Mrs. + F217741 + L217741 + + 217741@hsesinfo.org + Mrs. + F217737 + L217737 + + 217737@hsesinfo.org + 555-555-7737 x 5555 + + + 7073 + 990 + 10503 + 000 + 1992 + 2016-01-01 + + HS + Active + Family Resource Agency, Inc. + http://www.fratn.com + 990@hsesinfo.org + 3680 Michigan Avenue Rd NE + + Cleveland + TN + 37323-5721 + 3680 Michigan Avenue Rd NE + + Cleveland + TN + 37323-5721 + 3680 Michigan Avenue Rd NE + + Cleveland + TN + 37323-5721 + Ms. + F205179 + L205179 + + Board President + 205179@hsesinfo.org + Ms. + F205180 + L205180 + + CEO + 205180@hsesinfo.org + Ms. + F205182 + L205182 + + 205182@hsesinfo.org + Ms. + F205178 + L205178 + + 205178@hsesinfo.org + 555-555-5178 + + + 11171 + 1416 + 13087 + 000 + 1992 + 2020-04-01 + + HS + Active + ECONOMIC SECURITY CORPORATION OF SOUTHWEST AREA + http://www.escswa.org + 1416@hsesinfo.org + 302 S Joplin Ave + Ste 114 + Joplin + MO + 64801-2360 + PO Box 207 + + Joplin + MO + 64802-0207 + 302 South Joplin Avenue + + Joplin + MO + 64801-2354 + Mr. + F226397 + L226397 + + Board of Directors Chairperson + 226397@hsesinfo.org + Mr. + F226398 + L226398 + + + 226398@hsesinfo.org + Mr. + F226400 + L226400 + + 226400@hsesinfo.org + Mr. + F226396 + L226396 + + 226396@hsesinfo.org + 555-555-6396 + + + 8233 + 1098 + 10623 + 000 + 1992 + 2016-07-01 + + HS + Active + Parents And Children Together + http://www.pacthawaii.org + 1098@hsesinfo.org + 1485 Linapuni Street, Suite 105 + + Honolulu + HI + 96819-3575 + 1485 Linapuni Street, Suite 105 + + Honolulu + HI + 96819-3575 + 1485 Linapuni Street, Suite 105 + + Honolulu + HI + 96819-3575 + Ms. + F206746 + L206746 + + Board Chairperson + 206746@hsesinfo.org + Mr. + F206747 + L206747 + + President & CEO + 206747@hsesinfo.org + Mr. + F206749 + L206749 + + 206749@hsesinfo.org + Mr. + F206745 + L206745 + III + 206745@hsesinfo.org + 555-555-6745 + + + 8769 + 8622 + 11137 + 203 + 2017 + 2017-03-01 + + EHS + Active + Private Industry Council Westmoreland/Fayette, Inc. + www.privateindustrycouncil.com + 8622@hsesinfo.org + 112 Commonwealth Drive + + Lemont Furnace + PA + 15456 + 112 Commonwealth Drive + + Lemont Furnace + PA + 15456 + 112 Commonwealth Drive + + Lemont Furnace + PA + 15456 + Mr. + F209848 + L209848 + + Board Chair + 209848@hsesinfo.org + Ms. + F209849 + L209849 + + President and CEO + 209849@hsesinfo.org + Mr. + F209851 + L209851 + + 209851@hsesinfo.org + Mrs. + F209847 + L209847 + + 209847@hsesinfo.org + 555-555-9847 x 5555 + + + 9193 + 336 + 11490 + 000 + 1991 + 2018-11-01 + + HS + Active + HOLYOKE CHICOPEE SPRINGFIELD HEAD START, INC. + www.hcsheadstart.org + 336@hsesinfo.org + HCS Head Start, Inc. + 30 Madison Avenue + Springfield + MA + 01105-1404 + HCS Head Start, Inc. + 30 Madison Avenue + Springfield + MA + 01105-1404 + HCS Head Start, Inc. + 30 Madison Avenue + Springfield + MA + 01105-1404 + Ms. + F212887 + L212887 + + Board Chair + 212887@hsesinfo.org + Ms. + F212888 + L212888 + + Executive Director + 212888@hsesinfo.org + Mr. + F212890 + L212890 + + 212890@hsesinfo.org + Ms. + F212886 + L212886 + + 212886@hsesinfo.org + 555-555-2886 + + + 8234 + 1099 + 10623 + 200 + 1992 + 2016-07-01 + + EHS + Active + Parents And Children Together + http://www.pacthawaii.org + 1099@hsesinfo.org + 1485 Linapuni Street, Suite 105 + + Honolulu + HI + 96819-3575 + 1485 Linapuni Street, Suite 105 + + Honolulu + HI + 96819-3575 + 1485 Linapuni Street, Suite 105 + + Honolulu + HI + 96819-3575 + Ms. + F206753 + L206753 + + Board Chairperson + 206753@hsesinfo.org + Mr. + F206754 + L206754 + + President & CEO + 206754@hsesinfo.org + Mr. + F206756 + L206756 + + 206756@hsesinfo.org + Mr. + F206752 + L206752 + III + 206752@hsesinfo.org + 555-555-6752 + + + 6606 + 774 + 10103 + 000 + 1993 + 2015-07-01 + + HS + Active + Cameron Community Action Agency, Inc. + NA + 774@hsesinfo.org + 880 Main St + + Hackberry + LA + 70645-3504 + 880 Main St + + Hackberry + LA + 70645-3504 + 880 Main St + + Hackberry + LA + 70645-3504 + Mrs. + F201912 + L201912 + + Board Chair + 201912@hsesinfo.org + Mrs. + F201913 + L201913 + + Executive Director + 201913@hsesinfo.org + Mr. + F201915 + L201915 + + 201915@hsesinfo.org + Mrs. + F201911 + L201911 + + 201911@hsesinfo.org + 555-555-1911 + + + 8817 + 438 + 11197 + 000 + 2013 + 2018-07-01 + + HS + Active + ST JOHNS COUNTY SCHOOL DISTRICT HEAD START + www.stjohns.k12.fl.us/ + 438@hsesinfo.org + 40 Orange St + + Saint Augustine + FL + 32084-3633 + 40 Orange St + + Saint Augustine + FL + 32084-3633 + 40 Orange St + + Saint Augustine + FL + 32084-3633 + Mr. + F210262 + L210262 + + St. Johns County School Board Chairperson + 210262@hsesinfo.org + Mr. + F210263 + L210263 + + Associate Superintendent for Accountability and Intervention Services + 210263@hsesinfo.org + Mr. + F210265 + L210265 + + 210265@hsesinfo.org + Mr. + F210261 + L210261 + + 210261@hsesinfo.org + 555-555-0261 + + + 8865 + 3655 + 11235 + 005 + 2013 + 2018-07-01 + + HS + Active + Volunteers of America + http://www.voacolorado.org + 3655@hsesinfo.org + 321 S Yates St + + Denver + CO + 80219-2216 + 2660 Larimer St + + Denver + CO + 80205-2219 + 2660 Larimer St + + Denver + CO + 80205-2219 + Ms. + F210577 + L210577 + + Chairperson + 210577@hsesinfo.org + Mr. + F210578 + L210578 + + Presicent and CEO + 210578@hsesinfo.org + Ms. + F210580 + L210580 + + 210580@hsesinfo.org + Ms. + F210576 + L210576 + + 210576@hsesinfo.org + 555-555-0576 + + + 9832 + 3160 + 11936 + 000 + 2014 + 2019-07-01 + + HS + Active + Head Start of Greater Dallas, Inc. + www.hsgd.org + 3160@hsesinfo.org + 3954 Gannon Lane + + Dallas + TX + 75237-2919 + 3954 Gannon Lane + + Dallas + TX + 75237-2919 + 3954 Gannon Lane + + Dallas + TX + 75237-2919 + Ms. + F217235 + L217235 + + Board Chair + 217235@hsesinfo.org + Ms. + F217236 + L217236 + + Chief Operations Officer/Head Start Director + 217236@hsesinfo.org + Ms. + F217238 + L217238 + + 217238@hsesinfo.org + Ms. + F217234 + L217234 + + 217234@hsesinfo.org + 555-555-7234 + + + 9833 + 3183 + 11936 + 200 + 2014 + 2019-07-01 + + EHS + Active + Head Start of Greater Dallas, Inc. + www.hsgd.org + 3183@hsesinfo.org + 3954 Gannon Lane + + Dallas + TX + 75237-2919 + 3954 Gannon Lane + + Dallas + TX + 75237-2919 + 3954 Gannon Lane + + Dallas + TX + 75237-2919 + Ms. + F217242 + L217242 + + Board Chair + 217242@hsesinfo.org + Ms. + F217243 + L217243 + + Chief Operations Officer/Head Start Director + 217243@hsesinfo.org + Ms. + F217245 + L217245 + + 217245@hsesinfo.org + Ms. + F217241 + L217241 + + 217241@hsesinfo.org + 555-555-7241 + + + 7074 + 2801 + 10503 + 200 + 2011 + 2016-01-01 + + EHS + Active + FAMILY RESOURCE AGENCY + http://www.fratn.com + 2801@hsesinfo.org + 3680 Michigan Avenue Rd NE + + Cleveland + TN + 37323-5721 + 3680 Michigan Avenue Rd NE + + Cleveland + TN + 37323-5721 + 3680 Michigan Avenue Rd NE + + Cleveland + TN + 37323-5721 + Ms. + F205186 + L205186 + + Board President + 205186@hsesinfo.org + Ms. + F205187 + L205187 + + CEO + 205187@hsesinfo.org + Ms. + F205189 + L205189 + + 205189@hsesinfo.org + Ms. + F205185 + L205185 + + 205185@hsesinfo.org + 555-555-5185 + + + 4458 + 1502 + 8484 + 200 + 2013 + 2013-11-01 + 2019-06-30 + EHS + Inactive + UAMS Department of Pediatrics + https://headstart.uams.edu/ + 1502@hsesinfo.org + 7415 Colonel Glenn Road + + Little Rock + AR + 72204-7612 + 7415 Colonel Glenn Road + + Little Rock + AR + 72204-7612 + 7415 Colonel Glenn Road + + Little Rock + AR + 72204-7612 + Dr. + F41611 + L41611 + + Board Chair + 41611@hsesinfo.org + Dr. + F41610 + L41610 + + Executive Director + 41610@hsesinfo.org + Ms. + F41612 + L41612 + + 41612@hsesinfo.org + Ms. + F41608 + L41608 + + 41608@hsesinfo.org + 555-555-1608 + + + 6198 + 6211 + 9872 + 211 + + 2015-01-01 + + EHS + Active + Henry Booth House + www.henryboothhouse.org + 6211@hsesinfo.org + 2907 South Wabash, Suite 205 + + Chicago + IL + 60616-3243 + 2907 South Wabash, Suite 205 + + Chicago + IL + 60616-3243 + 2907 South Wabash, Suite 205 + + Chicago + IL + 60616-3243 + Mr. + F108924 + L108924 + + Board Chair + 108924@hsesinfo.org + Mr. + F108925 + L108925 + + President/CEO + 108925@hsesinfo.org + Ms. + F108927 + L108927 + + 108927@hsesinfo.org + Ms. + F108923 + L108923 + + 108923@hsesinfo.org + 555-555-8923 + + + 210 + 2657 + 1117 + 000 + 2011 + 2011-03-17 + 2019-05-31 + HS + Inactive + CDI/ South Central Kansas + www.cdiheadstart.org + 2657@hsesinfo.org + 1060 W Kansas Ave + + McPherson + KS + 67460-4111 + PO Box 45 + + McPherson + KS + 67460-0045 + 1060 W Kansas Ave + + McPherson + KS + 67460-4111 + Mr. + F32279 + L32279 + + Executive Director + 32279@hsesinfo.org + Mr. + F32277 + L32277 + + Executive Director + 32277@hsesinfo.org + + F32276 + L32276 + + 32276@hsesinfo.org + Ms. + F33440 + L33440 + + 33440@hsesinfo.org + 555-555-3440 + + + 9281 + 821 + 11541 + 000 + 2013 + 2019-01-01 + + HS + Active + ADVOCAP, INC. + http://www.advocap.org + 821@hsesinfo.org + 19 W 1st St + + Fond Du Lac + WI + 54935-4122 + PO Box 1108 + + Fond Du Lac + WI + 54936-1108 + 19 W 1st St + + Fond Du Lac + WI + 54935-4122 + Ms. + F213512 + L213512 + + Board Chairperson + 213512@hsesinfo.org + Mr. + F213513 + L213513 + + ADVOCAP Executive Director + 213513@hsesinfo.org + Ms. + F213515 + L213515 + + 213515@hsesinfo.org + Ms. + F213511 + L213511 + + 213511@hsesinfo.org + 555-555-3511 x 5555 + + + 4918 + 3201 + 8591 + 200 + 2014 + 2014-06-01 + 2019-05-31 + EHS + Inactive + Minot Public School District #1 + http://headstart.minot.k12.nd.us + 3201@hsesinfo.org + 2815 Burdick Expy E + + Minot + ND + 58701-5204 + 2815 Burdick Expy E + + Minot + ND + 58701-5204 + 215 2nd St SE + + Minot + ND + 58701 + Mr. + F48370 + L48370 + + Minot School Board President + 48370@hsesinfo.org + Mr. + F48368 + L48368 + + Superintendent + 48368@hsesinfo.org + Ms. + F48367 + L48367 + + 48367@hsesinfo.org + Ms. + F48366 + L48366 + + 48366@hsesinfo.org + 555-555-8366 + + + 9103 + 922 + 11416 + 000 + 2013 + 2018-09-01 + + HS + Active + Paducah Independent School District + www.paducah.kyschools.us + 922@hsesinfo.org + 1350 S 6th St + + Paducah + KY + 42003-2204 + 1350 S 6th St + + Paducah + KY + 42003-2204 + 1350 S 6th St + + Paducah + KY + 42003-2204 + Dr. + F212306 + L212306 + + Chairman of the Paducah Board of Education + 212306@hsesinfo.org + Mr. + F212307 + L212307 + + + 212307@hsesinfo.org + Ms. + F212309 + L212309 + + 212309@hsesinfo.org + Mrs. + F212305 + L212305 + + 212305@hsesinfo.org + 555-555-2305 + + + 11172 + 1417 + 13087 + 200 + 2003 + 2020-04-01 + + EHS + Active + Economic Security Corporation of Southwest Area + http://www.escswa.org + 1417@hsesinfo.org + 302 S Joplin Ave + Ste 114 + Joplin + MO + 64801-2360 + PO Box 207 + + Joplin + MO + 64802-0207 + 302 South Joplin Avenue + + Joplin + MO + 64801-2354 + Mr. + F226404 + L226404 + + Board of Director's Chairperson + 226404@hsesinfo.org + Mr. + F226405 + L226405 + + + 226405@hsesinfo.org + Mr. + F226407 + L226407 + + 226407@hsesinfo.org + Ms. + F226403 + L226403 + + 226403@hsesinfo.org + 555-555-6403 + + + 11173 + 2408 + 13088 + 000 + 2014 + 2020-04-01 + + AIAN HS + Active + ROSEBUD SIOUX TRIBE HEAD START + www.rst-headstart.com + 2408@hsesinfo.org + 725 Hospital Drive + + Rosebud + SD + 57570 + PO Box 836 + + Rosebud + SD + 57570-0836 + 725 Hospital Drive + + Rosebud + SD + 57570 + Mr. + F226411 + L226411 + + President - Rosebud Sioux Tribe + 226411@hsesinfo.org + Mr. + F226412 + L226412 + + President - Rosebud Sioux Tribe + 226412@hsesinfo.org + Ms. + F226414 + L226414 + + 226414@hsesinfo.org + Ms. + F226410 + L226410 + + 226410@hsesinfo.org + 555-555-6410 + + + 7053 + 2442 + 10487 + 000 + 1992 + 2016-01-01 + + AIAN HS + Active + Colville Confederated Tribes + http://www.colvilletribes.com + 2442@hsesinfo.org + 19 Wenatchi St + + Nespelem + WA + 99155 + PO Box 150 + + Nespelem + WA + 99155-0150 + 21 Colville St + + Nespelem + WA + 99155 + Mr. + F205038 + L205038 + + Chairman + 205038@hsesinfo.org + Mr. + F205039 + L205039 + + Executive Director + 205039@hsesinfo.org + Ms. + F205041 + L205041 + + 205041@hsesinfo.org + Miss + F205037 + L205037 + + 205037@hsesinfo.org + 555-555-5037 + + + 2786 + 975 + 6340 + 000 + 1992 + 1992-01-23 + + HS + Active + Anne Arundel County Community Action Agency, Inc. + http://www.aaccaa.org + 975@hsesinfo.org + 9 Monticello Ave + + Annapolis + MD + 21401-3411 + PO Box 1951 + + Annapolis + MD + 21404-1951 + 9 Monticello Ave + + Annapolis + MD + 21401-3411 + Ms. + F16247 + L16247 + + Board President + 16247@hsesinfo.org + Ms. + F16248 + L16248 + + Chief Executive Officer + 16248@hsesinfo.org + Ms. + F16244 + L16244 + + 16244@hsesinfo.org + Mrs. + F2933 + L2933 + + 2933@hsesinfo.org + 555-555-2933 x 5555 + + + 11174 + 1177 + 13086 + 000 + 1992 + 2020-04-01 + + AIAN HS + Active + Stockbridge-Munsee Head Start + W13429 Cherry St + 1177@hsesinfo.org + W13429 Cherry St + + Bowler + WI + 54416-9484 + PO Box 70 + + Bowler + WI + 54416-0070 + W13429 Cherry St + + Bowler + WI + 54416-9484 + Mrs. + F226418 + L226418 + + Stockbridge-Munsee Tribal President + 226418@hsesinfo.org + Ms. + F226419 + L226419 + PHD + Director of Education and Career Services + 226419@hsesinfo.org + Ms. + F226421 + L226421 + + 226421@hsesinfo.org + Ms. + F226417 + L226417 + + 226417@hsesinfo.org + 555-555-6417 + + + 10780 + 241 + 12760 + 000 + 2014 + 2019-12-01 + + HS + Active + MARTHA'S VINEYARD COMMUNITY SERVICES + www.mvcommunityservices.org + 241@hsesinfo.org + 111 Edgartown Road + + Oak Bluffs + MA + 02557 + 111 Edgartown Road + + Vineyard Haven + MA + 02568 + 111 Edgartown Road + + Oak Bluffs + MA + 02557 + Mr. + F223761 + L223761 + + Board President + 223761@hsesinfo.org + Ms. + F223762 + L223762 + + + 223762@hsesinfo.org + Ms. + F223764 + L223764 + + 223764@hsesinfo.org + Ms. + F223760 + L223760 + + 223760@hsesinfo.org + 555-555-3760 x 5555 + + + 9851 + 5130 + 11960 + 000 + 2014 + 2019-07-01 + + HS + Active + Metropolitan Children and Youth, Inc. + www.ucfhs.org + 5130@hsesinfo.org + 9641 Harper Avenue + + Detroit + MI + 48213-0000 + 9641 Harper Avenue + + Detroit + MI + 48213-0000 + 9641 Harper Avenue + + Detroit + MI + 48213-0000 + Mr. + F217368 + L217368 + + Chairperson + 217368@hsesinfo.org + Ms. + F217369 + L217369 + + Executive Director + 217369@hsesinfo.org + Ms. + F217371 + L217371 + + 217371@hsesinfo.org + Ms. + F217367 + L217367 + + 217367@hsesinfo.org + 555-555-7367 x 5555 + + + 9852 + 5131 + 11960 + 200 + 2014 + 2019-07-01 + + EHS + Active + Metropolitan Children and Youth, Inc. + www.ucfhs.org + 5131@hsesinfo.org + 9641 Harper Avenue + + Detroit + MI + 48213-0000 + 9641 Harper Avenue + + Detroit + MI + 48213-0000 + 9641 Harper Avenue + + Detroit + MI + 48213-0000 + Mr. + F217375 + L217375 + + Chairperson + 217375@hsesinfo.org + Ms. + F217376 + L217376 + + Executive Director + 217376@hsesinfo.org + Ms. + F217378 + L217378 + + 217378@hsesinfo.org + Ms. + F217374 + L217374 + + 217374@hsesinfo.org + 555-555-7374 x 5555 + + + 9849 + 5134 + 11964 + 000 + 2014 + 2019-07-01 + + HS + Active + Matrix Human Services + www.matrixhumanservices.org + 5134@hsesinfo.org + 1400 Woodbridge St + + Detroit + MI + 48207-3110 + 1400 Woodbridge St + + Detroit + MI + 48207-3110 + 1400 Woodbridge St + + Detroit + MI + 48207-3110 + Mr. + F217354 + L217354 + JD + Chair, Board of Directors, Matrix Human Services + 217354@hsesinfo.org + Mr. + F217355 + L217355 + + President / CEO Matrix Human Services + 217355@hsesinfo.org + Ms. + F217357 + L217357 + + 217357@hsesinfo.org + Ms. + F217353 + L217353 + + 217353@hsesinfo.org + 555-555-7353 + + + 8388 + 341 + 10805 + 200 + 2001 + 2016-11-01 + + AIAN EHS + Active + Jicarilla Apache Early Head Start Program + P.O. Box 545 + 341@hsesinfo.org + 143 Hawks Drive + + Dulce + NM + 87528 + PO Box 545 + + Dulce + NM + 87528-0545 + 143 Hawks Dr + + Dulce + NM + 87528 + Mr. + F207882 + L207882 + + Jicarilla Apache Nation President + 207882@hsesinfo.org + Mr. + F207883 + L207883 + + Jicarilla Apache Nation President + 207883@hsesinfo.org + Ms. + F207885 + L207885 + + 207885@hsesinfo.org + Ms. + F207881 + L207881 + + 207881@hsesinfo.org + 555-555-7881 + + + 9850 + 5135 + 11964 + 200 + 2014 + 2019-07-01 + + EHS + Active + Matrix Human Services + www.matrixhumanservices.org + 5135@hsesinfo.org + 1400 Woodbridge St + + Detroit + MI + 48207-3110 + 1400 Woodbridge St + + Detroit + MI + 48207-3110 + 1400 Woodbridge St + + Detroit + MI + 48207-3110 + Mr. + F217361 + L217361 + JD + Chair, Board of Directors, Matrix Human Services + 217361@hsesinfo.org + Mr. + F217362 + L217362 + + President / CEO Matrix Human Services + 217362@hsesinfo.org + Ms. + F217364 + L217364 + + 217364@hsesinfo.org + Ms. + F217360 + L217360 + + 217360@hsesinfo.org + 555-555-7360 x 5555 + + + 8727 + 8585 + 11100 + 200 + 2017 + 2017-09-01 + + AIAN EHS + Active + Iowa Tribe of Oklahoma + http://www.iowanation.org + 8585@hsesinfo.org + 335164 East 750 Rd + + Perkins + OK + 74059 + 335588 East 750 Rd + + Perkins + OK + 74059 + 335588 East 750 Rd + + Perkins + OK + 74059 + Mr. + F209579 + L209579 + + Tribal Chairman + 209579@hsesinfo.org + Ms. + F209580 + L209580 + + Tribal Administrator + 209580@hsesinfo.org + Mr. + F209582 + L209582 + + 209582@hsesinfo.org + Mrs. + F209578 + L209578 + + 209578@hsesinfo.org + 555-555-9578 + + + 9111 + 3778 + 11424 + 002 + 2013 + 2018-09-01 + + HS + Active + Jurupa USD + www.jusd.k12.ca.us + 3778@hsesinfo.org + 5960 Mustang Ln + + Jurupa Valley + CA + 92509-4259 + 5960 Mustang Ln + + Jurupa Valley + CA + 92509-4259 + 5960 Mustang Ln + + Jurupa Valley + CA + 92509-4259 + Ms. + F212367 + L212367 + + Board of Education President + 212367@hsesinfo.org + Mr. + F212368 + L212368 + + Superintendent + 212368@hsesinfo.org + Ms. + F212370 + L212370 + + 212370@hsesinfo.org + Ms. + F212366 + L212366 + + 212366@hsesinfo.org + 555-555-2366 + + + 6458 + 317 + 10088 + 000 + 1996 + 2015-07-01 + 2020-06-30 + HS + Inactive + Children's Aid Society + http://www.childrensaidsnyc.org + 317@hsesinfo.org + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + Ms. + F200876 + L200876 + + Board Chair + 200876@hsesinfo.org + Ms. + F200877 + L200877 + + President and Chief Executive Officer + 200877@hsesinfo.org + Ms. + F200879 + L200879 + + 200879@hsesinfo.org + Ms. + F200875 + L200875 + + 200875@hsesinfo.org + 555-555-0875 + + + 10227 + 2085 + 12253 + 200 + 2000 + 2019-09-01 + + EHS + Active + Northwest New Jersey Community Action Program, Inc + http://www.norwescap.org + 2085@hsesinfo.org + 480 Memorial Pkwy + Unit 303 + Phillipsburg + NJ + 08865-1575 + 480 Memorial Pkwy + Unit 303 + Phillipsburg + NJ + 08865-1575 + 480 Memorial Pkwy + Unit 303 + Phillipsburg + NJ + 08865-1575 + Mr. + F219934 + L219934 + + Chairperson, Board of Trustees + 219934@hsesinfo.org + Mr. + F219935 + L219935 + + NORWESCAP Executive Director + 219935@hsesinfo.org + Mr. + F219937 + L219937 + + 219937@hsesinfo.org + Ms. + F219933 + L219933 + + 219933@hsesinfo.org + 555-555-9933 + + + 9853 + 8954 + 11962 + 000 + 2019 + 2019-07-01 + + HS + Active + Paladin, Inc. + http://www.paladin.care/ + 8954@hsesinfo.org + 4315 E Michigan Blvd + + Michigan City + IN + 46360-3151 + 4315 E Michigan Blvd + + Michigan City + IN + 46360-3151 + 4315 E Michigan Blvd + + Michigan City + IN + 46360-3151 + Mr. + F217382 + L217382 + + Board Chair + 217382@hsesinfo.org + Mrs. + F217383 + L217383 + + INTERIM President and CEO + 217383@hsesinfo.org + + F217385 + L217385 + + 217385@hsesinfo.org + Mr. + F217381 + L217381 + + 217381@hsesinfo.org + 555-555-7381 x 5555 + + + 4418 + 412 + 8402 + 000 + 2013 + 2013-10-24 + 2018-10-31 + HS + Inactive + Baraga-Houghton-Keweenaw Child Development Board, Inc. + http://www.bhkfirst.org + 412@hsesinfo.org + 700 Park Ave + + Houghton + MI + 49931-2453 + 700 Park Ave + + Houghton + MI + 49931-2453 + 700 Park Avenue + + Houghton + MI + 49931-2453 + Mr. + F41317 + L41317 + + Board Chairperson + 41317@hsesinfo.org + Ms. + F41319 + L41319 + + Executive Director + 41319@hsesinfo.org + Ms. + F41320 + L41320 + + 41320@hsesinfo.org + Ms. + F41315 + L41315 + + 41315@hsesinfo.org + 555-555-1315 x 5555 + + + 4909 + 747 + 8900 + 000 + 2014 + 2014-06-01 + 2019-05-31 + HS + Inactive + PECOS COUNTY COMMUNITY ACTION AGENCY + none + 747@hsesinfo.org + 600 S Young St + + Fort Stockton + TX + 79735-7642 + PO Box 940 + + Fort Stockton + TX + 79735-0940 + 100 S Jackson St + + Fort Stockton + TX + 79735-6706 + Mr. + F48257 + L48257 + + Board Chairperson + 48257@hsesinfo.org + Mrs. + F48254 + L48254 + + Executive Director + 48254@hsesinfo.org + + F48255 + L48255 + + 48255@hsesinfo.org + Mrs. + F48252 + L48252 + + 48252@hsesinfo.org + 555-555-8252 + + + 9095 + 897 + 11411 + 000 + 1996 + 2018-09-01 + + HS + Active + Fort Valley State University + 1005 State University Dr + 897@hsesinfo.org + 1005 State University Dr + + Fort Valley + GA + 31030-4313 + PO Box 4395 + + Fort Valley + GA + 31030-0419 + 1005 State University Dr + + Fort Valley + GA + 31030-4313 + Ms. + F212246 + L212246 + + Board Chair + 212246@hsesinfo.org + Dr. + F212247 + L212247 + + Executive Director + 212247@hsesinfo.org + Mr. + F212249 + L212249 + + 212249@hsesinfo.org + Ms. + F212245 + L212245 + + 212245@hsesinfo.org + 555-555-2245 + + + 4957 + 1066 + 8867 + 200 + 2014 + 2014-07-01 + 2020-08-31 + EHS + Inactive + Laramie County Head Start + http://www.calc.net + 1066@hsesinfo.org + 1520 Rollins Ave + + Cheyenne + WY + 82001 + 211 W 19th St + + Cheyenne + WY + 82001-4433 + 211 W 19th St + + Cheyenne + WY + 82001-4433 + Mr. + F49254 + L49254 + + Board Chair + 49254@hsesinfo.org + Mr. + F49252 + L49252 + + Community Action Executive Director + 49252@hsesinfo.org + Ms. + F49251 + L49251 + + 49251@hsesinfo.org + Mrs. + F49250 + L49250 + + 49250@hsesinfo.org + 555-555-9250 + + + 9173 + 390 + 11471 + 000 + 1992 + 2018-11-01 + + HS + Active + Wayne Action Group for Economic Solvency, Inc + http://www.wagesnc.org + 390@hsesinfo.org + 601 Royall Avenue + + Goldsboro + NC + 27534-2570 + 601 Royall Avenue + + Goldsboro + NC + 27534-2570 + 601 Royall Avenue + + Goldsboro + NC + 27534-2570 + Mrs. + F212747 + L212747 + + Board Chair + 212747@hsesinfo.org + Mrs. + F212748 + L212748 + + Executive Director + 212748@hsesinfo.org + Mrs. + F212750 + L212750 + + 212750@hsesinfo.org + Mrs. + F212746 + L212746 + + 212746@hsesinfo.org + 555-555-2746 + + + 1365 + 2778 + 2858 + 200 + 2011 + 2013-07-01 + 2019-01-31 + EHS + Inactive + Association to Benefit Children + www.a-b-c.org + 2778@hsesinfo.org + 1841 Park Avenue + + New York + NY + 10035 + 1841 Park Avenue + + New York + NY + 10035 + 1841 Park Avenue + + New York + NY + 10035 + Mr. + F36995 + L36995 + + Board Chair + 36995@hsesinfo.org + Dr. + F36993 + L36993 + + Chief Program Officer + 36993@hsesinfo.org + Mr. + F36992 + L36992 + + 36992@hsesinfo.org + Dr. + F36991 + L36991 + + 36991@hsesinfo.org + 555-555-6991 + + + 8270 + 2822 + 10651 + 200 + 2011 + 2016-07-01 + + EHS + Active + SOUTHEAST ALABAMA REGIONAL PLAN DEVELOPMENT COMMISSION + www.searpdc.org + 2822@hsesinfo.org + 462 N Oates St + Fl 4 + Dothan + AL + 36303-4513 + 462 North Oates Street - 4th Floor + P.O. Box 1406 + DOTHAN + AL + 36302-1406 + 462 N Oates St + Fl 4 + Dothan + AL + 36303-4513 + Mrs. + F207030 + L207030 + + Board Chairperson + 207030@hsesinfo.org + Mr. + F207031 + L207031 + + Executive Director + 207031@hsesinfo.org + Mr. + F207033 + L207033 + + 207033@hsesinfo.org + Mr. + F207029 + L207029 + + 207029@hsesinfo.org + 555-555-7029 x 5555 + + + 11185 + 9253 + 9459 + 225 + 2019 + 2019-12-01 + + EHS + Active + Erie Neighborhood House + www.eriehouse.org + 9253@hsesinfo.org + 1701 W Superior St + + Chicago + IL + 60622-5646 + 1701 W Superior St + + Chicago + IL + 60622-5646 + 1701 W Superior St + + Chicago + IL + 60622-5646 + Ms. + F226482 + L226482 + + Board Chair + 226482@hsesinfo.org + Ms. + F226480 + L226480 + + Executive Director-Interim + 226480@hsesinfo.org + Ms. + F226483 + L226483 + + 226483@hsesinfo.org + Ms. + F226479 + L226479 + + 226479@hsesinfo.org + 555-555-6479 + + + 11181 + 9249 + 9444 + 210 + 2019 + 2019-12-01 + + EHS + Active + Albany Park Community Center, Inc. + http://www.apcc-chgo.org + 9249@hsesinfo.org + 1945 W Wilson Ave + Fl 3 + Chicago + IL + 60640-5256 + 1945 W Wilson Ave + Fl 3 + Chicago + IL + 60640-5256 + 1945 W Wilson Ave + Fl 3 + Chicago + IL + 60640-5256 + Ms. + F226458 + L226458 + + Board Chairperson + 226458@hsesinfo.org + Mr. + F226456 + L226456 + + Executive Director + 226456@hsesinfo.org + Ms. + F226459 + L226459 + + 226459@hsesinfo.org + Ms. + F226455 + L226455 + + 226455@hsesinfo.org + 555-555-6455 + + + 7044 + 757 + 10491 + 000 + 1997 + 2016-01-01 + + HS + Active + Mora Independent Schools + mora.k12.nm.us + 757@hsesinfo.org + 3549 State Highway 518 + + Holman + NM + 87723-2006 + PO Box 180 + + Holman + NM + 87723-0180 + 3549 State Highway 518 + + Holman + NM + 87723-2006 + Mr. + F204975 + L204975 + + Governing Body Chairman + 204975@hsesinfo.org + Mr. + F204976 + L204976 + + Superintendent + 204976@hsesinfo.org + Ms. + F204978 + L204978 + + 204978@hsesinfo.org + Mr. + F204974 + L204974 + + 204974@hsesinfo.org + 555-555-4974 + + + 5803 + 5809 + 9533 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Delaware Department of Education + www.doe.k12.de.us + 5809@hsesinfo.org + 401 Federal Street + Suite 2 + Dover + DE + 19901-3639 + 401 Federal Street + Suite 2 + Dover + DE + 19901-3639 + 401 Federal Street + Suite 2 + Dover + DE + 19901-3639 + Dr. + F103772 + L103772 + + Secretary of Education + 103772@hsesinfo.org + Mr. + F103773 + L103773 + + Executive Director + 103773@hsesinfo.org + + F103775 + L103775 + + 103775@hsesinfo.org + Ms. + F103771 + L103771 + + 103771@hsesinfo.org + 555-555-3771 + + + 11182 + 9250 + 9456 + 222 + 2019 + 2019-12-01 + + EHS + Active + City Colleges of Chicago + www.ccc.edu + 9250@hsesinfo.org + 226 W Jackson Blvd + + Chicago + IL + 60606-6959 + 226 W Jackson Blvd + + Chicago + IL + 60606-6959 + 226 W Jackson Blvd + + Chicago + IL + 60606-6959 + Mr. + F226464 + L226464 + Ph.D + Board Chair + 226464@hsesinfo.org + Mr. + F226462 + L226462 + + Associate Vice Chancelllor, Finance & Business Enterprise Services + 226462@hsesinfo.org + Ms. + F226465 + L226465 + + 226465@hsesinfo.org + Ms. + F226461 + L226461 + + 226461@hsesinfo.org + 555-555-6461 + + + 11187 + 9255 + 13095 + 222 + 2019 + 2019-12-01 + + EHS + Active + City Colleges of Chicago + www.ccc.edu + 9255@hsesinfo.org + 226 W Jackson Blvd + + Chicago + IL + 60606-6959 + 226 W Jackson Blvd + + Chicago + IL + 60606-6959 + 226 W Jackson Blvd + + Chicago + IL + 60606-6959 + Mr. + F226494 + L226494 + Ph.D + Board Chair + 226494@hsesinfo.org + Mr. + F226492 + L226492 + + Associate Vice Chancelllor, Finance & Business Enterprise Services + 226492@hsesinfo.org + Ms. + F226495 + L226495 + + 226495@hsesinfo.org + Ms. + F226491 + L226491 + + 226491@hsesinfo.org + 555-555-6491 + + + 6926 + 494 + 10402 + 000 + 1995 + 2015-11-01 + 2020-10-31 + HS + Inactive + Sound To Harbor Head Start / ECEAP + http://www.esd113.org + 494@hsesinfo.org + 6005 Tyee Dr SW + + Tumwater + WA + 98512-7356 + 6005 Tyee Dr SW + + Tumwater + WA + 98512-7356 + 6005 Tyee Dr SW + + Tumwater + WA + 98512-7356 + Mr. + F204143 + L204143 + + Chair + 204143@hsesinfo.org + Dr. + F204144 + L204144 + + Superintendent + 204144@hsesinfo.org + Mr. + F204146 + L204146 + + 204146@hsesinfo.org + Ms. + F204142 + L204142 + + 204142@hsesinfo.org + 555-555-4142 + + + 11188 + 9256 + 13097 + 223 + 2019 + 2019-12-01 + + EHS + Active + Chicago Child Care Society + www.cccsociety.org + 9256@hsesinfo.org + 5467 S University Ave + + Chicago + IL + 60615-5114 + 5467 S University Ave + + Chicago + IL + 60615-5114 + 5467 S University Ave + + Chicago + IL + 60615-5114 + + F226500 + L226500 + + Board Chair + 226500@hsesinfo.org + + F226498 + L226498 + + Executive Director + 226498@hsesinfo.org + + F226501 + L226501 + + 226501@hsesinfo.org + + F226497 + L226497 + + 226497@hsesinfo.org + 555-555-6497 + + + 11189 + 9257 + 13099 + 224 + 2019 + 2019-12-01 + + EHS + Active + El Hogar Del Nino + www.elhogardelnino.org + 9257@hsesinfo.org + 1718 S Loomis St + + Chicago + IL + 60608-2129 + 1718 S Loomis St + + Chicago + IL + 60608-2129 + 1718 S Loomis St + + Chicago + IL + 60608-2129 + Ms. + F226506 + L226506 + + Board President + 226506@hsesinfo.org + Mr. + F226504 + L226504 + + Executive Director + 226504@hsesinfo.org + Ms. + F226507 + L226507 + + 226507@hsesinfo.org + Ms. + F226503 + L226503 + + 226503@hsesinfo.org + 555-555-6503 x 5555 + + + 4602 + 1144 + 8558 + 000 + 2014 + 2014-01-01 + 2018-12-31 + AIAN HS + Inactive + THREE AFFILIATED TRIBES + www.mhanation.com + 1144@hsesinfo.org + Head Start Program + 509 9th Street North + New Town + ND + 58763 + Head Start Program + 509 9th Street North + New Town + ND + 58763 + Head Start Program + 509 9th Street North + New Town + ND + 58763 + Mr. + F43675 + L43675 + + Three Affiliated Tribes Tribal Chairman + 43675@hsesinfo.org + Mr. + F43676 + L43676 + + CEO Three Affiliated Tribes + 43676@hsesinfo.org + + F43677 + L43677 + + 43677@hsesinfo.org + Ms. + F43672 + L43672 + + 43672@hsesinfo.org + 555-555-3672 + + + 8268 + 8200 + 10654 + 000 + 2016 + 2016-07-01 + + HS + Active + Ohio Valley Educational Cooperative + www.ovec.org + 8200@hsesinfo.org + 100 Alpine Dr + + Shelbyville + KY + 40065-8877 + PO Box 1249 + + Shelbyville + KY + 40066-1249 + 100 Alpine Dr + + Shelbyville + KY + 40065-8877 + Mrs. + F207016 + L207016 + + Chair, OVEC Board of Directors + 207016@hsesinfo.org + Dr. + F207017 + L207017 + + Chief Executive Officer + 207017@hsesinfo.org + Mr. + F207019 + L207019 + + 207019@hsesinfo.org + Mrs. + F207015 + L207015 + + 207015@hsesinfo.org + 555-555-7015 x 5555 + + + 9330 + 2124 + 11584 + 000 + 2013 + 2019-02-01 + + HS + Active + Tri-County Community Action Agency, Inc. + http://www.gatewaycap.org + 2124@hsesinfo.org + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + Ms. + F213847 + L213847 + + Chairman + 213847@hsesinfo.org + Hon. Mayor + F213848 + L213848 + + President/CEO + 213848@hsesinfo.org + Ms. + F213850 + L213850 + + 213850@hsesinfo.org + Ms. + F213846 + L213846 + + 213846@hsesinfo.org + 555-555-3846 x 5555 + + + 6113 + 2850 + 9720 + 200 + 2011 + 2015-03-01 + 2020-08-31 + EHS + Inactive + Burlington County Community Action Program + www.bccap.org + 2850@hsesinfo.org + 718 South Route 130 + + Burlington + NJ + 08016-1276 + 718 South Route 130 + + Burlington + NJ + 08016-1276 + 718 South Route 130 + + Burlington + NJ + 08016-1276 + Mr. + F108479 + L108479 + + Board President + 108479@hsesinfo.org + Dr. + F108477 + L108477 + + Executive Director + 108477@hsesinfo.org + Mr. + F108476 + L108476 + + 108476@hsesinfo.org + Ms. + F108475 + L108475 + + 108475@hsesinfo.org + 555-555-8475 x 5555 + + + 8232 + 1093 + 10624 + 200 + 2001 + 2016-07-01 + + EHS + Active + Maricopa County Early Head Start + https://www.maricopa.gov/3868/Human-Services + 1093@hsesinfo.org + 234 N Central Ave + Fl 3 + Phoenix + AZ + 85004-0948 + 234 N Central Ave + Fl 3 + Phoenix + AZ + 85004-0948 + 234 N Central Ave + Fl 3 + Phoenix + AZ + 85004-0948 + Mr. + F206739 + L206739 + + Chairman, Maricopa County Board of Supervisors + 206739@hsesinfo.org + Mr. + F206740 + L206740 + + Director, Maricopa County Human Services Department + 206740@hsesinfo.org + Ms. + F206742 + L206742 + + 206742@hsesinfo.org + Ms. + F206738 + L206738 + + 206738@hsesinfo.org + 555-555-6738 + + + 9857 + 8958 + 11966 + 000 + 2019 + 2019-07-01 + + HS + Active + Lutheran Social Services of the South, Inc. + www.upbring.org + 8958@hsesinfo.org + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + Mr. + F217410 + L217410 + + + 217410@hsesinfo.org + Dr. + F217411 + L217411 + + VP of Education + 217411@hsesinfo.org + Mrs. + F217413 + L217413 + + 217413@hsesinfo.org + Mr. + F217409 + L217409 + + 217409@hsesinfo.org + 555-555-7409 + + + 5074 + 916 + 9002 + 000 + 1992 + 2014-07-01 + 2019-06-30 + HS + Inactive + YADKIN VALLEY ECONOMIC DEVELOPMENT DISTRICT, INC + www.yveddi.com + 916@hsesinfo.org + 533 N Carolina Avenue, Hwy 601 N + + Boonville + NC + 27011 + P.O. Box 309 + + Boonville + NC + 27011-0309 + 533 N Carolina Avenue, Hwy 601 N + + Boonville + NC + 27011 + Mr. + F51595 + L51595 + + Board Chair + 51595@hsesinfo.org + Mrs. + F51593 + L51593 + + Executive Director + 51593@hsesinfo.org + Ms. + F51592 + L51592 + + 51592@hsesinfo.org + Ms. + F51590 + L51590 + + 51590@hsesinfo.org + 555-555-1590 x 5555 + + + 8974 + 2536 + 11311 + 200 + 2013 + 2018-08-01 + + EHS + Active + NORTHCOAST CHILDREN'S SERVICE, INC + http://www.ncsheadstart.org + 2536@hsesinfo.org + 1266 9th St + + Arcata + CA + 95521-5702 + PO Box 1165 + + Arcata + CA + 95518-1165 + 1266 9th St + + Arcata + CA + 95521-5702 + Ms. + F211374 + L211374 + + President + 211374@hsesinfo.org + Ms. + F211375 + L211375 + + Executive Head Start Director + 211375@hsesinfo.org + Ms. + F211377 + L211377 + + 211377@hsesinfo.org + Ms. + F211373 + L211373 + + 211373@hsesinfo.org + 555-555-1373 + + + 9858 + 8959 + 11966 + 200 + 2019 + 2019-07-01 + + EHS + Active + Lutheran Social Services of the South, Inc. + www.upbring.org + 8959@hsesinfo.org + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + Mr. + F217417 + L217417 + + + 217417@hsesinfo.org + Dr. + F217418 + L217418 + + VP of Education + 217418@hsesinfo.org + Mrs. + F217420 + L217420 + + 217420@hsesinfo.org + Mr. + F217416 + L217416 + + 217416@hsesinfo.org + 555-555-7416 + + + 8770 + 8623 + 11138 + 208 + 2017 + 2017-07-01 + 2019-06-30 + EHS + Inactive + St. Vincent de Paul of Baltimore, Inc. + www.vincentbaltimore.org + 8623@hsesinfo.org + 2305 N. Charles St. + Suite 300 + Baltimore + MD + 21218-5292 + 2305 N. Charles St. + Suite 300 + Baltimore + MD + 21218-5292 + 2305 N. Charles St. + Suite 300 + Baltimore + MD + 21218-5292 + Mr. + F209855 + L209855 + + HS Governing Board Chair + 209855@hsesinfo.org + Mr. + F209856 + L209856 + + President and CEO + 209856@hsesinfo.org + Ms. + F209858 + L209858 + + 209858@hsesinfo.org + Ms. + F209854 + L209854 + + 209854@hsesinfo.org + 555-555-9854 + + + 4600 + 2055 + 8515 + 000 + 2014 + 2014-01-01 + 2018-12-31 + HS + Inactive + FRIENDS OF CHILDREN & FAMILIES, INC + http://www.focaf.org + 2055@hsesinfo.org + 4709 West Camas Street + + Boise + ID + 83705-5832 + 4709 West Camas Street + + Boise + ID + 83705-5832 + 4709 West Camas Street + + Boise + ID + 83705-5832 + Dr. + F43662 + L43662 + + Board Chair + 43662@hsesinfo.org + Mrs. + F43661 + L43661 + + Executive Director + 43661@hsesinfo.org + Mr. + F43660 + L43660 + + 43660@hsesinfo.org + Mrs. + F43658 + L43658 + + 43658@hsesinfo.org + 555-555-3658 x 5555 + + + 11183 + 9251 + 9461 + 227 + 2019 + 2019-12-01 + + EHS + Active + Chinese American Service League + www.caslservice.org + 9251@hsesinfo.org + 2141 S Tan Ct + + Chicago + IL + 60616-1998 + 2141 S Tan Ct + + Chicago + IL + 60616-1998 + 2141 S Tan Ct + + Chicago + IL + 60616-1998 + Mr. + F226470 + L226470 + Jr + Board Chair + 226470@hsesinfo.org + Ms. + F226468 + L226468 + + Executive Director + 226468@hsesinfo.org + Ms. + F226471 + L226471 + + 226471@hsesinfo.org + Ms. + F226467 + L226467 + + 226467@hsesinfo.org + 555-555-6467 + + + 4764 + 2029 + 8616 + 000 + 2014 + 2014-04-01 + 2019-03-31 + HS + Inactive + Community Action Partnership of Ramsey + http://www.caprw.org + 2029@hsesinfo.org + 450 Syndicate Street North + Suite 5 + St. Paul + MN + 55104 + 450 Syndicate Street North + Suite 5 + St. Paul + MN + 55104 + 450 Syndicate Street North + Suite 5 + St. Paul + MN + 55104 + Mr. + F46157 + L46157 + + Board President + 46157@hsesinfo.org + Dr. + F46158 + L46158 + + + 46158@hsesinfo.org + Ms. + F46155 + L46155 + + 46155@hsesinfo.org + Ms. + F46154 + L46154 + + 46154@hsesinfo.org + 555-555-6154 + + + 9194 + 335 + 11490 + 200 + 2013 + 2018-11-01 + + EHS + Active + HOLYOKE CHICOPEE SPRINGFIELD HEAD START, INC. + www.hcsheadstart.org + 335@hsesinfo.org + 30 Madison Avenue + + Springfield + MA + 01105-1404 + 30 Madison Avenue + + Springfield + MA + 01105-1404 + 30 Madison Avenue + + Springfield + MA + 01105-1404 + Ms. + F212894 + L212894 + + Board Chair + 212894@hsesinfo.org + Ms. + F212895 + L212895 + + + 212895@hsesinfo.org + Mr. + F212897 + L212897 + + 212897@hsesinfo.org + Ms. + F212893 + L212893 + + 212893@hsesinfo.org + 555-555-2893 + + + 11186 + 9254 + 9462 + 228 + 2019 + 2019-12-01 + + EHS + Active + It takes a Village + + 9254@hsesinfo.org + 4000 W Division St + + Chicago + IL + 60651-3871 + 4000 W Division St + + Chicago + IL + 60651-3871 + 4000 W Division St + + Chicago + IL + 60651-3871 + Ms. + F226488 + L226488 + + Chairperson + 226488@hsesinfo.org + Ms. + F226486 + L226486 + + + 226486@hsesinfo.org + Ms. + F226489 + L226489 + + 226489@hsesinfo.org + Ms. + F226485 + L226485 + + 226485@hsesinfo.org + 555-555-6485 + + + 4765 + 2030 + 8616 + 200 + 2014 + 2014-04-01 + 2019-03-31 + EHS + Inactive + Community Action Partnership of Ramsey + http://www.caprw.org + 2030@hsesinfo.org + 450 North Syndicate Street + Suite 5 + St. Paul + MN + 55104 + 450 North Syndicate Street + Suite 5 + St. Paul + MN + 55104 + 450 North Syndicate Street + Suite 5 + St. Paul + MN + 55104 + Mr. + F46166 + L46166 + + Board President + 46166@hsesinfo.org + Dr. + F46165 + L46165 + + + 46165@hsesinfo.org + Ms. + F46163 + L46163 + + 46163@hsesinfo.org + Ms. + F46161 + L46161 + + 46161@hsesinfo.org + 555-555-6161 + + + 6009 + 6016 + 9658 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Tri-County Child and Family Development Council, Inc. + www.tricountychildandfamily.org + 6016@hsesinfo.org + 205 Adams St + Ste 2 + Waterloo + IA + 50703-3011 + PO Box 1050 + + Waterloo + IA + 50704-1050 + 205 Adams St + Ste 2 + Waterloo + IA + 50703-3011 + Ms. + F106806 + L106806 + + Board Chair + 106806@hsesinfo.org + Dr. + F106807 + L106807 + + Operations Director + 106807@hsesinfo.org + Ms. + F106809 + L106809 + + 106809@hsesinfo.org + Dr. + F106805 + L106805 + + 106805@hsesinfo.org + 555-555-6805 x 5555 + + + 4987 + 2190 + 8802 + 200 + 2007 + 2014-07-01 + 2019-06-30 + EHS + Inactive + HAMILTON CENTER INC + www.hamiltoncenter.org + 2190@hsesinfo.org + 620 EIGHT AVENUE + PO 4323 + TERRE HAUTE + IN + 47804-0323 + 620 EIGHT AVENUE + PO 4323 + TERRE HAUTE + IN + 47804-0323 + 620 EIGHT AVENUE + PO 4323 + TERRE HAUTE + IN + 47804-0323 + Mr. + F49402 + L49402 + + Board President + 49402@hsesinfo.org + Mr. + F49401 + L49401 + + CEO + 49401@hsesinfo.org + Ms. + F49400 + L49400 + + 49400@hsesinfo.org + Ms. + F49398 + L49398 + + 49398@hsesinfo.org + 555-555-9398 + + + 11190 + 9258 + 13101 + 225 + 2019 + 2019-12-01 + + EHS + Active + Mary Crane League + www.marycrane.org + 9258@hsesinfo.org + 4006 W Lake St + + Chicago + IL + 60624-1839 + 4006 W Lake St + + Chicago + IL + 60624-1839 + 4006 W Lake St + + Chicago + IL + 60624-1839 + Mr. + F226512 + L226512 + + Board Chair + 226512@hsesinfo.org + Ms. + F226510 + L226510 + + Executive Director + 226510@hsesinfo.org + Ms. + F226513 + L226513 + + 226513@hsesinfo.org + Ms. + F226509 + L226509 + + 226509@hsesinfo.org + 555-555-6509 + + + 9041 + 8702 + 11376 + 200 + 2018 + 2018-08-01 + + EHS + Active + Community Action Partnership of Lancaster County + http://www.caplanc.org + 8702@hsesinfo.org + 601 South Queen Street + + Lancaster + PA + 17603 + 601 South Queen Street + + Lancaster + PA + 17603 + 601 South Queen Street + + Lancaster + PA + 17603 + Mrs. + F211823 + L211823 + + CAP Board Chairperson + 211823@hsesinfo.org + Mrs. + F211824 + L211824 + + Chief Executive Officer + 211824@hsesinfo.org + Ms. + F211826 + L211826 + + 211826@hsesinfo.org + Mrs. + F211822 + L211822 + + 211822@hsesinfo.org + 555-555-1822 + + + 3023 + 486 + 6679 + 200 + 2007 + 2013-07-02 + 2018-10-31 + EHS + Inactive + Child Development Council of Franklin County, Inc. + http://www.cdcheadstart.org + 486@hsesinfo.org + 300 East Spring Street + + Columbus + OH + 43215-2630 + 300 East Spring Street + + Columbus + OH + 43215-2630 + 300 East Spring Street + + Columbus + OH + 43215-2630 + Ms. + F37776 + L37776 + + Board Chair + 37776@hsesinfo.org + Ms. + F37774 + L37774 + + President & CEO + 37774@hsesinfo.org + Ms. + F37773 + L37773 + + 37773@hsesinfo.org + Ms. + F37772 + L37772 + + 37772@hsesinfo.org + 555-555-7772 + + + 5373 + 1496 + 9148 + 000 + 1992 + 2014-09-01 + 2020-08-31 + HS + Inactive + Coastal Community Action, Inc. + http://www.coastalca.org + 1496@hsesinfo.org + 303 McQueen Blvd + + Newport + NC + 28570-8121 + PO Box 729 + + Newport + NC + 28570-0729 + 303 McQueen Blvd + + Newport + NC + 28570-8121 + Rev. + F96600 + L96600 + + Chair, Board of Directors + 96600@hsesinfo.org + Ms. + F96598 + L96598 + + Executive Director + 96598@hsesinfo.org + Ms. + F96602 + L96602 + + 96602@hsesinfo.org + Ms. + F96597 + L96597 + + 96597@hsesinfo.org + 555-555-6597 + + + 5029 + 260 + 8943 + 000 + 2014 + 2014-07-01 + 2020-06-30 + HS + Inactive + East Orange Child Development Corporation + + 260@hsesinfo.org + 682 Park Ave + + East Orange + NJ + 07017-1503 + 682 Park Ave + + East Orange + NJ + 07017-1503 + 682 Park Ave + + East Orange + NJ + 07017-1503 + Mr. + F51243 + L51243 + + Board Chairman + 51243@hsesinfo.org + Mrs. + F51241 + L51241 + + CEO/Executive Director + 51241@hsesinfo.org + Ms. + F51240 + L51240 + + 51240@hsesinfo.org + Mrs. + F51239 + L51239 + + 51239@hsesinfo.org + + + + 6754 + 1090 + 10219 + 000 + 1992 + 2015-08-01 + 2020-07-31 + HS + Inactive + Pinal Gila Community Child Services, Inc. + http://www.pgccs.org + 1090@hsesinfo.org + 1183 E Cottonwood Ln + Ste 2 + Casa Grande + AZ + 85122-2970 + 1183 E Cottonwood Ln + Ste 2 + Casa Grande + AZ + 85122-2970 + 1183 E Cottonwood Ln + Ste 2 + Casa Grande + AZ + 85122-2970 + Mr. + F202949 + L202949 + + Board President + 202949@hsesinfo.org + Mrs. + F202950 + L202950 + MBA + CEO + 202950@hsesinfo.org + Ms. + F202952 + L202952 + + 202952@hsesinfo.org + Mrs. + F202948 + L202948 + MBA + 202948@hsesinfo.org + 555-555-2948 + + + 5309 + 549 + 9054 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Bourbon County Board of Education + www.bourbon.kyschools.us + 549@hsesinfo.org + 369 Bethlehem Road + + Paris + KY + 40361-2493 + 369 Bethlehem Road + + Paris + KY + 40361-2493 + 369 Bethlehem Road + + Paris + KY + 40361-2493 + Mr. + F54063 + L54063 + + + 54063@hsesinfo.org + Mrs. + F54065 + L54065 + + + 54065@hsesinfo.org + Ms. + F54064 + L54064 + + 54064@hsesinfo.org + Mrs. + F54062 + L54062 + + 54062@hsesinfo.org + 555-555-4062 + + + 9859 + 1364 + 11968 + 000 + 2013 + 2019-07-01 + + HS + Active + Douglass Community Services, Inc + http://www.douglassonline.org + 1364@hsesinfo.org + 711 Grand Avenue + + Hannibal + MO + 63401-3179 + 711 Grand Avenue + + Hannibal + MO + 63401-3179 + 711 Grand Avenue + + Hannibal + MO + 63401-3179 + Mr. + F217424 + L217424 + + Board President + 217424@hsesinfo.org + Ms. + F217425 + L217425 + + Executive Director + 217425@hsesinfo.org + Ms. + F217427 + L217427 + + 217427@hsesinfo.org + Ms. + F217423 + L217423 + + 217423@hsesinfo.org + 555-555-7423 x 5555 + + + 8952 + 316 + 11302 + 000 + 2013 + 2018-08-01 + + HS + Active + Franklin County Head Start Program, Inc. + www.fchsweb.org + 316@hsesinfo.org + 1438 Excel Ave. + + Chambersburg + PA + 17201 + 1438 Excel Ave. + + Chambersburg + PA + 17201 + 1438 Excel Ave. + + Chambersburg + PA + 17201 + Mrs. + F211223 + L211223 + + Board President + 211223@hsesinfo.org + Dr. + F211224 + L211224 + + President & CEO + 211224@hsesinfo.org + Ms. + F211226 + L211226 + + 211226@hsesinfo.org + Mrs. + F211222 + L211222 + + 211222@hsesinfo.org + 555-555-1222 x 5555 + + + 9860 + 1363 + 11968 + 200 + 2013 + 2019-07-01 + + EHS + Active + Douglass Community Services, Inc + http://www.douglassonline.org + 1363@hsesinfo.org + 711 Grand Avenue + + Hannibal + MO + 63401-3179 + 711 Grand Avenue + + Hannibal + MO + 63401-3179 + 711 Grand Avenue + + Hannibal + MO + 63401-3179 + Mr. + F217431 + L217431 + + Board President + 217431@hsesinfo.org + Ms. + F217432 + L217432 + + Executive Director + 217432@hsesinfo.org + Ms. + F217434 + L217434 + + 217434@hsesinfo.org + Ms. + F217430 + L217430 + + 217430@hsesinfo.org + 555-555-7430 x 5555 + + + 5221 + 1670 + 8946 + 000 + 2014 + 2014-07-01 + 2020-01-02 + AIAN HS + Inactive + CROW TRIBAL COUNCIL + + 1670@hsesinfo.org + 1 Baacheeitche Ave + + Crow Agency + MT + 59022 + PO Box 249 + + Crow Agency + MT + 59022-0249 + 1 Baacheeitche Ave + + Crow Agency + MT + 59022 + Mr. + F52456 + L52456 + Jr. + Chairman + 52456@hsesinfo.org + Mrs. + F52454 + L52454 + + CEO + 52454@hsesinfo.org + + F52453 + L52453 + + 52453@hsesinfo.org + Mrs. + F52452 + L52452 + + 52452@hsesinfo.org + 555-555-2452 + + + 4938 + 1107 + 8861 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Colusa County Office of Education + http://www.ccoe.net + 1107@hsesinfo.org + 345 5th St + Ste B + Colusa + CA + 95932-2445 + 345 5th St + Ste B + Colusa + CA + 95932-2445 + 345 5th St + Ste B + Colusa + CA + 95932-2445 + Mr. + F48693 + L48693 + + Superintendent of Schools + 48693@hsesinfo.org + Mr. + F48694 + L48694 + + + 48694@hsesinfo.org + Mr. + F48691 + L48691 + + 48691@hsesinfo.org + Mrs. + F48690 + L48690 + + 48690@hsesinfo.org + 555-555-8690 + + + 4808 + 2197 + 8640 + 200 + 2007 + 2014-05-01 + 2019-04-30 + EHS + Inactive + BONA VISTA PROGRAMS, INC. + Bona Vista Programs, Inc. + 2197@hsesinfo.org + 1220 Laguna St + + Kokomo + IN + 46902-2330 + PO Box 2496 + + Kokomo + IN + 46904-2496 + 1220 Laguna St + + Kokomo + IN + 46902-2330 + Mrs. + F46902 + L46902 + + Board Chair + 46902@hsesinfo.org + Ms. + F46901 + L46901 + + President + 46901@hsesinfo.org + Ms. + F46904 + L46904 + + 46904@hsesinfo.org + Mrs. + F46900 + L46900 + + 46900@hsesinfo.org + 555-555-6900 + + + 10092 + 527 + 12141 + 000 + 1992 + 2019-07-01 + + HS + Active + Agricultural and Labor Program, Inc. + http://www.alpi.org + 527@hsesinfo.org + 300 Lynchburg Road + + Lake Alfred + FL + 33850-2576 + 300 Lynchburg Road + + Lake Alfred + FL + 33850-2576 + 300 Lynchburg Road + + Lake Alfred + FL + 33850-2576 + Mr. + F219037 + L219037 + + Board of Directors Chairperson + 219037@hsesinfo.org + Ms. + F219038 + L219038 + + + 219038@hsesinfo.org + Mrs. + F219040 + L219040 + + 219040@hsesinfo.org + Mrs. + F219036 + L219036 + + 219036@hsesinfo.org + 555-555-9036 x 5555 + + + 11184 + 9252 + 9446 + 212 + 2019 + 2019-12-01 + + EHS + Active + Christopher House + http://www.christopherhouse.org + 9252@hsesinfo.org + 1611 W Division St + + Chicago + IL + 60622-1201 + 1611 W Division St + + Chicago + IL + 60622-1201 + 1611 W Division St + + Chicago + IL + 60622-1201 + Ms. + F226476 + L226476 + + Board Chair + 226476@hsesinfo.org + Ms. + F226474 + L226474 + + Executive Director + 226474@hsesinfo.org + Ms. + F226477 + L226477 + + 226477@hsesinfo.org + Ms. + F226473 + L226473 + + 226473@hsesinfo.org + 555-555-6473 + + + 11191 + 9259 + 13103 + 226 + 2019 + 2019-12-01 + + EHS + Active + Northwestern University Settlement House + northwesternsettlement.org + 9259@hsesinfo.org + 1400 W Augusta Blvd + + Chicago + IL + 60642-3939 + 1400 W Augusta Blvd + + Chicago + IL + 60642-3939 + 1400 W Augusta Blvd + + Chicago + IL + 60642-3939 + Mr. + F226518 + L226518 + + Director of the Board + 226518@hsesinfo.org + Ms. + F226516 + L226516 + + Director of Group Services + 226516@hsesinfo.org + Ms. + F226519 + L226519 + + 226519@hsesinfo.org + Ms. + F226515 + L226515 + + 226515@hsesinfo.org + 555-555-6515 x 5555 + + + 4134 + 3463 + 8210 + 003 + + + + HS + Active + Wayne Metro CAA + http://www.waynemetro.org + 3463@hsesinfo.org + 2121 Biddle Street, Suite 102 + + Wyandotte + MI + 48192-4064 + 2121 Biddle Street, Suite 102 + + Wyandotte + MI + 48192-4064 + 2121 Biddle Street, Suite 102 + + Wyandotte + MI + 48192-4064 + Ms. + F24819 + L24819 + + + 24819@hsesinfo.org + + F24823 + L24823 + + + 24823@hsesinfo.org + Ms. + F24820 + L24820 + + 24820@hsesinfo.org + Ms. + F12373 + L12373 + + 12373@hsesinfo.org + 555-555-2373 + + + 10093 + 526 + 12141 + 200 + 2014 + 2019-07-01 + + EHS + Active + Agricultural and Labor Program, Inc. + http://www.alpi.org + 526@hsesinfo.org + 300 Lynchburg Road + + Lake Alfred + FL + 33850-2576 + 300 Lynchburg Road + + Lake Alfred + FL + 33850-2576 + 300 Lynchburg Road + + Lake Alfred + FL + 33850-2576 + Mr. + F219044 + L219044 + + Board of Directors Chairperson + 219044@hsesinfo.org + Ms. + F219045 + L219045 + + + 219045@hsesinfo.org + Mrs. + F219047 + L219047 + + 219047@hsesinfo.org + Mrs. + F219043 + L219043 + + 219043@hsesinfo.org + 555-555-9043 x 5555 + + + 10094 + 3159 + 12138 + 000 + 2014 + 2019-07-01 + + HS + Active + Hancock County Board of Education + http://www.hancock.k12.ga.us/ + 3159@hsesinfo.org + 79 Boland Cir + + Sparta + GA + 31087-2007 + PO Box 488 + + Sparta + GA + 31087-0488 + 79 Boland Cir + + Sparta + GA + 31087-2007 + Mrs. + F219051 + L219051 + + Hancock County Board of Education Board Chairman + 219051@hsesinfo.org + Miss + F219052 + L219052 + + Superintendent + 219052@hsesinfo.org + Mr. + F219054 + L219054 + + 219054@hsesinfo.org + Dr. + F219050 + L219050 + + 219050@hsesinfo.org + 555-555-9050 x 5555 + + + 10095 + 3143 + 12138 + 200 + 2014 + 2019-07-01 + + EHS + Active + Hancock County Board of Education + www.hancock.k12.ga.us + 3143@hsesinfo.org + 79 Boland Cir + + Sparta + GA + 31087-2007 + PO Box 488 + + Sparta + GA + 31087-0488 + 79 Boland Cir + + Sparta + GA + 31087-2007 + Mrs. + F219058 + L219058 + + Hancock County of Education Board Chairman + 219058@hsesinfo.org + Ms. + F219059 + L219059 + + Superintendent of Schools + 219059@hsesinfo.org + Mr. + F219061 + L219061 + + 219061@hsesinfo.org + Dr. + F219057 + L219057 + + 219057@hsesinfo.org + 555-555-9057 x 5555 + + + 11194 + 1897 + 13105 + 000 + 1992 + 2020-04-01 + + HS + Active + Embarras River Basin Agency, Inc. + www.erbainc.org + 1897@hsesinfo.org + 400 W Pleasant St + + Greenup + IL + 62428 + PO Box 307 + + Greenup + IL + 62428-0307 + 400 W Pleasant St + + Greenup + IL + 62428-1006 + Mr. + F226536 + L226536 + + ERBA Board Chairman + 226536@hsesinfo.org + Mrs. + F226537 + L226537 + + Executive Director + 226537@hsesinfo.org + Ms. + F226539 + L226539 + + 226539@hsesinfo.org + Mr. + F226535 + L226535 + + 226535@hsesinfo.org + 555-555-6535 + + + 11195 + 1317 + 13106 + 000 + 1992 + 2020-04-01 + + HS + Active + COMMUNITY ACTION PROGRAM FOR CENTRAL ARKANSAS CAPCA + http://www.capcainc.org + 1317@hsesinfo.org + 707 Robins Street, Suite 118 + + Conway + AR + 72034-6517 + 707 Robins Street, Suite 118 + + Conway + AR + 72034-6517 + 707 Robins Street, Suite 118 + + Conway + AR + 72034-6517 + Ms. + F226543 + L226543 + + Governing Board Chairperson + 226543@hsesinfo.org + Mrs. + F226544 + L226544 + + Executive Director + 226544@hsesinfo.org + Mr. + F226546 + L226546 + + 226546@hsesinfo.org + Ms. + F226542 + L226542 + + 226542@hsesinfo.org + 555-555-6542 x 5555 + + + 9362 + 3169 + 11601 + 000 + 2014 + 2019-02-01 + + AIAN HS + Active + COLORADO RIVER INDIAN TRIBES (ONAP) + 18026 Mohave Road + 3169@hsesinfo.org + 18026 Mohave Road + + Parker + AZ + 85344-9766 + 26600 Mohave Road + + Parker + AZ + 85344 + 26600 Mohave Road + + Parker + AZ + 85344 + Mr. + F214067 + L214067 + + Chairman + 214067@hsesinfo.org + Mr. + F214068 + L214068 + + Vice Chairman + 214068@hsesinfo.org + Mr. + F214070 + L214070 + + 214070@hsesinfo.org + Ms. + F214066 + L214066 + + 214066@hsesinfo.org + 555-555-4066 + + + 6708 + 2779 + 10193 + 200 + 2011 + 2015-08-01 + 2020-07-31 + EHS + Inactive + Cayuga/Seneca Community Action Agency, Inc. + http://www.cscaa.com + 2779@hsesinfo.org + 89 York St Ste 1 + + Auburn + NY + 13021-1135 + 89 York St Ste 1 + + Auburn + NY + 13021-1135 + 89 York St Ste 1 + + Auburn + NY + 13021-1135 + Mr. + F202627 + L202627 + + Board Chairperson + 202627@hsesinfo.org + Mrs. + F202628 + L202628 + + Executive Director + 202628@hsesinfo.org + Mrs. + F202630 + L202630 + + 202630@hsesinfo.org + Ms. + F202626 + L202626 + + 202626@hsesinfo.org + 555-555-2626 x 5555 + + + 3029 + 2856 + 6683 + 200 + 2013 + 2013-07-02 + 2019-02-28 + EHS + Inactive + Community Action of East Central Indiana, Inc. + www.caeci.org + 2856@hsesinfo.org + 1845 W Main St + + Richmond + IN + 47374-3821 + PO Box 1314 + + Richmond + IN + 47375-1314 + 1845 W Main St + + Richmond + IN + 47374-3821 + Mrs. + F37557 + L37557 + + President, Board of Directors + 37557@hsesinfo.org + Mr. + F37555 + L37555 + + Executive Director + 37555@hsesinfo.org + Mr. + F37554 + L37554 + + 37554@hsesinfo.org + Mr. + F37553 + L37553 + + 37553@hsesinfo.org + 555-555-7553 x 5555 + + + 9197 + 2072 + 11489 + 000 + 1991 + 2018-11-01 + + HS + Active + COMMUNITY ACTION RESOURCE AND DEVELOPMENT, INC. + http://www.cardcaa.org + 2072@hsesinfo.org + 707 W Lowry Rd + Ste 102 + Claremore + OK + 74017-2109 + 707 West Lowery Road, suite 102 + P.O. Box 947 + Claremore + OK + 74018-0947 + 707 W Lowry Rd + Ste 102 + Claremore + OK + 74017-2109 + Mr. + F212915 + L212915 + + Board Chairman + 212915@hsesinfo.org + Ms. + F212916 + L212916 + + Executive Director + 212916@hsesinfo.org + Mrs. + F212918 + L212918 + + 212918@hsesinfo.org + Mrs. + F212914 + L212914 + + 212914@hsesinfo.org + 555-555-2914 x 5555 + + + 11196 + 555 + 13111 + 000 + 1992 + 2020-04-01 + + HS + Active + Resurgent Education and Community Health Services, Inc. + reachservicesinc.org + 555@hsesinfo.org + 155 Bradford Sq Ste D + + Fayetteville + GA + 30215-1991 + 155 Bradford Sq Ste D + + Fayetteville + GA + 30215-1991 + 155 Bradford Sq Ste D + + Fayetteville + GA + 30215-1991 + Mr. + F226551 + L226551 + + Chairman, Board of Directors + 226551@hsesinfo.org + Dr. + F226552 + L226552 + + Executive Director + 226552@hsesinfo.org + Ms. + F226554 + L226554 + + 226554@hsesinfo.org + Dr. + F226550 + L226550 + + 226550@hsesinfo.org + 555-555-6550 + + + 11197 + 3242 + 13111 + 200 + 2011 + 2020-04-01 + + EHS + Active + Resurgent Education and Community Health Services, Inc. + + 3242@hsesinfo.org + 155 Bradford Sq Ste D + + Fayetteville + GA + 30215-1991 + 155 Bradford Sq Ste D + + Fayetteville + GA + 30215-1991 + 155 Bradford Sq Ste D + + Fayetteville + GA + 30215-1991 + Mr. + F226558 + L226558 + + Chairman, Board of Directors + 226558@hsesinfo.org + Dr. + F226559 + L226559 + + Executive/Head Start + 226559@hsesinfo.org + Ms. + F226561 + L226561 + + 226561@hsesinfo.org + Dr. + F226557 + L226557 + + 226557@hsesinfo.org + 555-555-6557 + + + 6189 + 1897 + 9609 + 000 + 1992 + 2015-04-01 + 2020-03-31 + HS + Inactive + Embarras River Basin Agency, Inc. + www.erbainc.org + 1897@hsesinfo.org + 400 W Pleasant St + + Greenup + IL + 62428 + PO Box 307 + + Greenup + IL + 62428-0307 + 400 W Pleasant St + + Greenup + IL + 62428-1006 + Mr. + F109031 + L109031 + + ERBA Board Chairman + 109031@hsesinfo.org + Mrs. + F109032 + L109032 + + Executive Director + 109032@hsesinfo.org + Ms. + F109029 + L109029 + + 109029@hsesinfo.org + Mr. + F109027 + L109027 + + 109027@hsesinfo.org + 555-555-9027 + + + 1376 + 2134 + 2867 + 000 + 2013 + 2013-06-26 + 2018-12-31 + HS + Inactive + Municipal Government of Mayaguez Head Start Program + + 2134@hsesinfo.org + 13 Calle Mendez Vigo W + Ste 101 + Mayaguez + PR + 00680-6745 + PO Box 447 + + Mayaguez + PR + 00681-0447 + 13 Calle Mendez Vigo W + Ofc 101 + Mayaguez + PR + 00680-6745 + Mr. + F36915 + L36915 + + President + 36915@hsesinfo.org + Mrs. + F36913 + L36913 + + Executive Director + 36913@hsesinfo.org + Mrs. + F36911 + L36911 + + 36911@hsesinfo.org + Mrs. + F36910 + L36910 + + 36910@hsesinfo.org + 555-555-6910 + + + 5490 + 2726 + 9272 + 200 + 2014 + 2014-11-01 + 2020-06-30 + EHS + Inactive + Champlain Valley Head Start (Early Head Start) + http://www.champlainvalleyheadstart.org + 2726@hsesinfo.org + 431 Pine St. + + Burlington + VT + 05401-4726 + 431 Pine St. + + Burlington + VT + 05401-4726 + 431 Pine St. + + Burlington + VT + 05401-4726 + Ms. + F99169 + L99169 + + Board President + 99169@hsesinfo.org + Ms. + F99167 + L99167 + + + 99167@hsesinfo.org + Mr. + F99166 + L99166 + + 99166@hsesinfo.org + Mr. + F99165 + L99165 + + 99165@hsesinfo.org + 555-555-9165 + + + 6365 + 889 + 9999 + 000 + 1992 + 2015-07-01 + + HS + Active + Trimble County Board of Education + http://www.trimble.kyschools.us + 889@hsesinfo.org + 68 Wentworth Ave + + Bedford + KY + 40006-1004 + 68 Wentworth Ave + + Bedford + KY + 40006-1004 + 68 Wentworth Ave + + Bedford + KY + 40006-1004 + Mr. + F200225 + L200225 + + Board Chairperson + 200225@hsesinfo.org + Mr. + F200226 + L200226 + + Superintendent + 200226@hsesinfo.org + Mrs. + F200228 + L200228 + + 200228@hsesinfo.org + Mrs. + F200224 + L200224 + + 200224@hsesinfo.org + 555-555-0224 x 5555 + + + 11598 + 1712 + 13383 + 000 + 1992 + 2020-07-01 + + HS + Active + Adams County Children's Educational & Special Services, Inc. + www.achsaccess.org + 1712@hsesinfo.org + 705 Old Harrisburg Rd Ste 5 + + Gettysburg + PA + 17325-3403 + 705 Old Harrisburg Rd Ste 5 + + Gettysburg + PA + 17325-3403 + 705 Old Harrisburg Rd Ste 5 + + Gettysburg + PA + 17325-3403 + Mrs. + F229154 + L229154 + + Board President + 229154@hsesinfo.org + Mrs. + F229155 + L229155 + + Executive Director + 229155@hsesinfo.org + Ms. + F229157 + L229157 + + 229157@hsesinfo.org + Mrs. + F229153 + L229153 + + 229153@hsesinfo.org + 555-555-9153 x 5555 + + + 4415 + 2407 + 8389 + 000 + 2013 + 2013-10-29 + 2019-06-30 + HS + Inactive + Braxton County Board of Education + crbailey@k12.wv.us + 2407@hsesinfo.org + 98 Carter Braxton Drive + + Sutton + WV + 26601-1147 + 98 Carter Braxton Drive + + Sutton + WV + 26601-1147 + 98 Carter Braxton Drive + + Sutton + WV + 26601-1147 + Mrs. + F41298 + L41298 + + President, Board of Education + 41298@hsesinfo.org + Ms. + F41295 + L41295 + + Superintendent of Schools + 41295@hsesinfo.org + Ms. + F41296 + L41296 + + 41296@hsesinfo.org + Ms. + F41294 + L41294 + + 41294@hsesinfo.org + 555-555-1294 x 5555 + + + 8689 + 8550 + 11063 + 000 + 2017 + 2018-05-01 + + Migrant HS + Active + CDI HS/Multi-State Migrant and Seasonal + www.cdiheadstart.org + 8550@hsesinfo.org + 5215 McPherson Rd + Fl 2 + Laredo + TX + 78041-7324 + PO Box 450364 + + Laredo + TX + 78045-0008 + 5215 McPherson Rd + Fl 2 + Laredo + TX + 78041-7324 + Mr. + F209332 + L209332 + + Chief Executive Officer + 209332@hsesinfo.org + Ms. + F209333 + L209333 + + Executive Director + 209333@hsesinfo.org + + F209335 + L209335 + + 209335@hsesinfo.org + Mr. + F209331 + L209331 + + 209331@hsesinfo.org + 555-555-9331 + + + 10100 + 1531 + 12142 + 000 + 2013 + 2019-07-01 + + HS + Active + Community Action Development Corporation + www.cadcconnection.com + 1531@hsesinfo.org + 400 N Randlett St + + Hobart + OK + 73651-1636 + 400 N Randlett St + + Hobart + OK + 73651-1636 + 400 N Randlett St + + Hobart + OK + 73651-1636 + Mr. + F219093 + L219093 + + Chairman CADC Board of Directors + 219093@hsesinfo.org + Mr. + F219094 + L219094 + + + 219094@hsesinfo.org + Mrs. + F219096 + L219096 + + 219096@hsesinfo.org + Mr. + F219092 + L219092 + + 219092@hsesinfo.org + 555-555-9092 + + + 10101 + 8502 + 12142 + 200 + 2017 + 2019-07-01 + + EHS + Active + Community Action Development Corporation + www.cadcconnection.com + 8502@hsesinfo.org + 400 N Randlett St + + Hobart + OK + 73651-1636 + 400 N Randlett St + + Hobart + OK + 73651-1636 + 400 N Randlett St + + Hobart + OK + 73651-1636 + Mr. + F219100 + L219100 + + Chairman CADC Board of Directors + 219100@hsesinfo.org + Mr. + F219101 + L219101 + + + 219101@hsesinfo.org + Mrs. + F219103 + L219103 + + 219103@hsesinfo.org + Mr. + F219099 + L219099 + + 219099@hsesinfo.org + 555-555-9099 + + + 6921 + 480 + 10406 + 200 + 2004 + 2015-11-01 + 2020-10-31 + EHS + Inactive + Poudre School District #1 + https://www.psdschools.org/programs-services/early-childhood-education + 480@hsesinfo.org + 2407 Laporte Ave + + Fort Collins + CO + 80521-2211 + 2407 Laporte Ave + + Fort Collins + CO + 80521-2211 + 2407 Laporte Ave + + Fort Collins + CO + 80521-2211 + Mr. + F204108 + L204108 + + School Board President + 204108@hsesinfo.org + Mr. + F204109 + L204109 + + Executive Director of Head Start + 204109@hsesinfo.org + Mr. + F204111 + L204111 + + 204111@hsesinfo.org + Ms. + F204107 + L204107 + + 204107@hsesinfo.org + 555-555-4107 + + + 8282 + 625 + 10653 + 200 + 2003 + 2016-07-01 + + EHS + Active + Hinds County Project Head Start + http://www.hchra.org + 625@hsesinfo.org + 258 Maddox Rd + + Jackson + MS + 39212-2312 + 258 Maddox Rd + + Jackson + MS + 39212-2312 + 258 Maddox Rd + + Jackson + MS + 39212-2312 + Mr. + F207114 + L207114 + + Board Chairman + 207114@hsesinfo.org + Mr. + F207115 + L207115 + + President & Chief Executive Officer + 207115@hsesinfo.org + Dr. + F207117 + L207117 + + 207117@hsesinfo.org + Mr. + F207113 + L207113 + + 207113@hsesinfo.org + 555-555-7113 + + + 8968 + 2338 + 11308 + 000 + 2013 + 2018-08-01 + + HS + Active + Economic Opportunity Program of Chemung, Inc + http://www.cseop.org + 2338@hsesinfo.org + 650 Baldwin Street + + Elmira + NY + 14901-2216 + 650 Baldwin Street + + Elmira + NY + 14901-2216 + 650 Baldwin Street + + Elmira + NY + 14901-2216 + Mr. + F211332 + L211332 + + President EOP Board Of Directors + 211332@hsesinfo.org + Mrs. + F211333 + L211333 + + CEO/Executive Director + 211333@hsesinfo.org + Mrs. + F211335 + L211335 + + 211335@hsesinfo.org + Mr. + F211331 + L211331 + + 211331@hsesinfo.org + 555-555-1331 x 5555 + + + 6062 + 6069 + 9813 + 200 + + 2015-03-01 + 2019-08-31 + EHS + Inactive + Boys Town Louisiana, Inc. + www.boystown.org/louisiana + 6069@hsesinfo.org + 300 N. Broad Street + Suite 106 + New Orleans + LA + 70119-5577 + 300 N. Broad Street + Suite 106 + New Orleans + LA + 70119-5577 + 300 N. Broad Street + Suite 106 + New Orleans + LA + 70119-5577 + Mr. + F107377 + L107377 + + + 107377@hsesinfo.org + Mrs. + F107378 + L107378 + + + 107378@hsesinfo.org + Ms. + F107380 + L107380 + + 107380@hsesinfo.org + Ms. + F107376 + L107376 + + 107376@hsesinfo.org + 555-555-7376 + + + 8411 + 1180 + 10822 + 000 + 1992 + 2017-02-01 + + AIAN HS + Active + Quechan Tribe + + 1180@hsesinfo.org + 628 Picacho Rd. + + Winterhaven + AZ + 92283 + PO Box 1899 + + Yuma + AZ + 85366-2386 + 350 Picacho Rd + + Winterhaven + CA + 92283-9769 + Mr. + F208095 + L208095 + + Tribal President of the Quechan Tribe + 208095@hsesinfo.org + Mr. + F208096 + L208096 + + Tribal President of the Quechan Tribe + 208096@hsesinfo.org + Ms. + F208098 + L208098 + + 208098@hsesinfo.org + Ms. + F208094 + L208094 + + 208094@hsesinfo.org + 555-555-8094 + + + 10562 + 6047 + 12538 + 200 + + 2019-09-01 + + EHS + Active + SER-Jobs for Progress National, Inc. + http://www.ser-national.org + 6047@hsesinfo.org + 100 E Royal Lane, Suite 130 + + Irving + TX + 75039-4219 + 100 E Royal Lane, Suite 130 + + Irving + TX + 75039-4219 + 100 E Royal Lane, Suite 130 + + Irving + TX + 75039-4219 + Ms. + F222273 + L222273 + + + 222273@hsesinfo.org + Mr. + F222274 + L222274 + + + 222274@hsesinfo.org + Mr. + F222276 + L222276 + + 222276@hsesinfo.org + Ms. + F222272 + L222272 + + 222272@hsesinfo.org + 555-555-2272 + + + 8081 + 2588 + 10559 + 000 + 2008 + 2016-07-01 + + AIAN HS + Active + ISWA Development Corporation + www.iswaheadstart.com + 2588@hsesinfo.org + 1540 Tom Steven Road + + Rock Hill + SC + 29730 + PO Box 257 + + Catawba + SC + 29704 + 1540 Tom Steven Road + + Rock Hill + SC + 29730 + Ms. + F205753 + L205753 + + Board Chairperson + 205753@hsesinfo.org + Mrs. + F205754 + L205754 + + Executive/Program Director + 205754@hsesinfo.org + Ms. + F205756 + L205756 + + 205756@hsesinfo.org + Mrs. + F205752 + L205752 + + 205752@hsesinfo.org + 555-555-5752 + + + 10639 + 9055 + 12432 + 200 + 2019 + 2019-11-01 + + EHS + Active + Washington County Opportunities, Inc. + + 9055@hsesinfo.org + 546 Gamari Road + P.O. Drawer 750 + Greenville + MS + 38702-0750 + 546 Gamari Road + P.O. Drawer 750 + Greenville + MS + 38702-0750 + 546 Gamari Road + P.O. Drawer 750 + Greenville + MS + 38702-0750 + Mr. + F222786 + L222786 + + Board Chairman + 222786@hsesinfo.org + Mr. + F222784 + L222784 + + + 222784@hsesinfo.org + Ms. + F222787 + L222787 + + 222787@hsesinfo.org + Mr. + F222783 + L222783 + + 222783@hsesinfo.org + 555-555-2783 + + + 10096 + 1970 + 12134 + 000 + 2014 + 2019-07-01 + + HS + Active + Community Action of Southeastern West Virginia + http://www.casewv.org + 1970@hsesinfo.org + 355 Bluefield Ave + + Bluefield + WV + 24701-2883 + 355 Bluefield Ave + + Bluefield + WV + 24701-2883 + 355 Bluefield Ave + + Bluefield + WV + 24701-2883 + Ms. + F219065 + L219065 + + CASEWV Board of Directors Chairperson + 219065@hsesinfo.org + Ms. + F219066 + L219066 + + CASEWV Executive Director + 219066@hsesinfo.org + Mr. + F219068 + L219068 + + 219068@hsesinfo.org + Mr. + F219064 + L219064 + + 219064@hsesinfo.org + 555-555-9064 + + + 10097 + 2797 + 12134 + 200 + 2011 + 2019-07-01 + + EHS + Active + Community Action of Southeastern West Virginia + http://www.casewv.org + 2797@hsesinfo.org + 355 Bluefield Ave + + Bluefield + WV + 24701-2883 + 355 Bluefield Ave + + Bluefield + WV + 24701-2883 + 355 Bluefield Ave + + Bluefield + WV + 24701-2883 + Ms. + F219072 + L219072 + + CASEWV Board of Directors Chairperson + 219072@hsesinfo.org + Ms. + F219073 + L219073 + + CASEWV Executive Director + 219073@hsesinfo.org + Ms. + F219075 + L219075 + + 219075@hsesinfo.org + Mr. + F219071 + L219071 + + 219071@hsesinfo.org + 555-555-9071 + + + 10104 + 9002 + 12140 + 000 + 2019 + 2019-07-01 + + Migrant HS + Active + United Migrant Opportunity Services, Inc. + http://www.umos.org + 9002@hsesinfo.org + 2701 South Chase Avenue + + Milwaukee + WI + 53207-1450 + PO Box 4129 + + Milwaukee + WI + 53204-0129 + 2701 South Chase Avenue + + Milwaukee + WI + 53207-1450 + Mr. + F219121 + L219121 + + Board Chair + 219121@hsesinfo.org + Mr. + F219122 + L219122 + + CEO/President + 219122@hsesinfo.org + Mr. + F219124 + L219124 + + 219124@hsesinfo.org + Ms. + F219120 + L219120 + + 219120@hsesinfo.org + 555-555-9120 + + + 8091 + 8032 + 8664 + 210 + 2016 + 2017-02-01 + 2019-06-30 + EHS + Inactive + Bloomingdale Family Program, Inc. + http://www.bloomingdalefamilyprogram.org + 8032@hsesinfo.org + 125 West 109th Street + + New York + NY + 10025-2542 + 125 West 109th Street + + New York + NY + 10025-2542 + 125 West 109th Street + + New York + NY + 10025-2542 + Ms. + F205820 + L205820 + + + 205820@hsesinfo.org + Mr. + F205821 + L205821 + + + 205821@hsesinfo.org + Ms. + F205823 + L205823 + + 205823@hsesinfo.org + Mr. + F205819 + L205819 + + 205819@hsesinfo.org + 555-555-5819 + + + 4619 + 603 + 8595 + 200 + 2014 + 2014-02-01 + 2019-01-31 + EHS + Inactive + INSTITUTE OF COMMUNITY SERVICES, INC + http://www.ics-hs.org + 603@hsesinfo.org + 160 West Valley Avenue + + Holly Springs + MS + 38635-0160 + P. O. Box 160 + + Holly Springs + MS + 38635-0160 + 160 West Valley Avenue + + Holly Springs + MS + 38635-0160 + Mr. + F44104 + L44104 + + Board Chair + 44104@hsesinfo.org + Mrs. + F44101 + L44101 + + Executive Director + 44101@hsesinfo.org + Mrs. + F44105 + L44105 + + 44105@hsesinfo.org + Ms. + F44100 + L44100 + + 44100@hsesinfo.org + 555-555-4100 x 5555 + + + 4708 + 3931 + 8690 + 036 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + B'Above World Wide Institute, Inc + + 3931@hsesinfo.org + 134-11 Kew Gardens Road + + Richmond Hill + NY + 11418 + 134-11 Kew Gardens Road + + Richmond Hill + NY + 11418 + 134-11 Kew Gardens Road + + Richmond Hill + NY + 11418 + Mr. + F45707 + L45707 + + Chairman + 45707@hsesinfo.org + Rabbi + F45706 + L45706 + + + 45706@hsesinfo.org + Mr. + F45704 + L45704 + + 45704@hsesinfo.org + Rabbi + F45702 + L45702 + + 45702@hsesinfo.org + 555-555-5702 x 5555 + + + 4716 + 3942 + 8698 + 044 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Ecumenical Community Development Organization + http://www.ecdo.org + 3942@hsesinfo.org + 249 W 144th St + + New York + NY + 10030-1201 + 249 W 144th St + + New York + NY + 10030-1201 + 443 W 125th St + + New York + NY + 10027-4201 + Ms. + F45762 + L45762 + + Board Chair + 45762@hsesinfo.org + Ms. + F45760 + L45760 + + Executive Director + 45760@hsesinfo.org + + F45759 + L45759 + + 45759@hsesinfo.org + Ms. + F45758 + L45758 + + 45758@hsesinfo.org + 555-555-5758 + + + 9782 + 4989 + 11913 + 000 + 2014 + 2019-07-01 + + HS + Active + St. Vincent de Paul of Baltimore, Inc. + vincentbaltimore.org + 4989@hsesinfo.org + 2305 N. Charles St. + Ste 300 + Baltimore + MD + 21218-5292 + 2305 N. Charles St. + Ste 300 + Baltimore + MD + 21218-5292 + 2305 N. Charles St. + Ste 300 + Baltimore + MD + 21218-5292 + Mr. + F216884 + L216884 + + HS Governing Board Chair + 216884@hsesinfo.org + Mr. + F216885 + L216885 + + President and CEO + 216885@hsesinfo.org + Ms. + F216887 + L216887 + + 216887@hsesinfo.org + Ms. + F216883 + L216883 + + 216883@hsesinfo.org + 555-555-6883 x 5555 + + + 10002 + 5819 + 12085 + 200 + + 2019-07-01 + + EHS + Active + AWARE, Inc. + http://aware-inc.org/services/early-childhood/early-head-start/early-head-start-childcare-partnership/ + 5819@hsesinfo.org + 3242 Hesper Rd + + Billings + MT + 59102-6731 + 3242 Hesper Rd + 3242 Hesper Rd + Billings + MT + 59102-6731 + 205 E Park Ave + + Anaconda + MT + 59711-2340 + Mr. + F218407 + L218407 + + AWARE Board of Directors Chairperson + 218407@hsesinfo.org + Mr. + F218408 + L218408 + + + 218408@hsesinfo.org + Ms. + F218410 + L218410 + + 218410@hsesinfo.org + Ms. + F218406 + L218406 + + 218406@hsesinfo.org + 555-555-8406 x 5555 + + + 3759 + 3461 + 7835 + 001 + + + + HS + Active + The Guidance Center + http://www.guidance-center.org + 3461@hsesinfo.org + 11250 Reeck Rd + + Southgate + MI + 48195 + 11250 Reeck Rd + + Southgate + MI + 48195 + 11250 Reeck Rd + + Southgate + MI + 48195 + Mr. + F24809 + L24809 + + + 24809@hsesinfo.org + Mr. + F24812 + L24812 + + + 24812@hsesinfo.org + Ms. + F24810 + L24810 + + 24810@hsesinfo.org + Ms. + F12361 + L12361 + + 12361@hsesinfo.org + 555-555-2361 + + + 4743 + 3956 + 8725 + 071 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Tremont Crotona Day Care Center + + 3956@hsesinfo.org + 1600 Crotona Park East + + Bronx + NY + 10460-4879 + 1600 Crotona Park East + + Bronx + NY + 10460-4879 + 1600 Crotona Park East + + Bronx + NY + 10460-4879 + Ms. + F45951 + L45951 + + Board Chair + 45951@hsesinfo.org + Mrs. + F45949 + L45949 + + Executive Director + 45949@hsesinfo.org + Mrs. + F45948 + L45948 + + 45948@hsesinfo.org + Ms. + F45947 + L45947 + + 45947@hsesinfo.org + 555-555-5947 + + + 8413 + 8293 + 10606 + 200 + 2017 + 2017-08-01 + + EHS + Active + Missouri Ozarks Community Action, Inc. + http://www.mocaonline.org + 8293@hsesinfo.org + 306 S Pine St + + Richland + MO + 65556-7654 + PO Box 69 + + Richland + MO + 65556-0069 + 306 S Pine St + + Richland + MO + 65556-7654 + Mr. + F208119 + L208119 + + Chairman of the Board of Directors + 208119@hsesinfo.org + Mr. + F208120 + L208120 + + MOCA Executive Director + 208120@hsesinfo.org + Ms. + F208122 + L208122 + + 208122@hsesinfo.org + Mrs. + F208118 + L208118 + + 208118@hsesinfo.org + 555-555-8118 x 5555 + + + 6985 + 580 + 10452 + 200 + 1992 + 2015-12-01 + + EHS + Active + Friends of Children of Mississippi, Inc. + www.friendsofchildren.org + 580@hsesinfo.org + 130 Riverview Dr + Ste C + Flowood + MS + 39232-8921 + 130 Riverview Dr + Ste C + Flowood + MS + 39232-8921 + 130 Riverview Dr + Ste C + Flowood + MS + 39232-8921 + Mr. + F204561 + L204561 + + BOARD CHAIRPERSON + 204561@hsesinfo.org + Dr. + F204562 + L204562 + + Interim Executive Director + 204562@hsesinfo.org + Mr. + F204564 + L204564 + + 204564@hsesinfo.org + Dr. + F204560 + L204560 + + 204560@hsesinfo.org + 555-555-4560 x 5555 + + + 9161 + 1501 + 11467 + 000 + 1998 + 2018-11-01 + + HS + Active + Easter Seals North Georgia + http://www.northgeorgia.easterseals.com + 1501@hsesinfo.org + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + Mr. + F212662 + L212662 + + Chairperson, Board of Directors + 212662@hsesinfo.org + Ms. + F212663 + L212663 + + President/CEO + 212663@hsesinfo.org + Ms. + F212665 + L212665 + + 212665@hsesinfo.org + Mr. + F212661 + L212661 + + 212661@hsesinfo.org + 555-555-2661 x 5555 + + + 5844 + 5851 + 9407 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Alameda Family Services + www.alamedafs.org + 5851@hsesinfo.org + 2325 Clement Ave + Ste A + Alameda + CA + 94501-7061 + 2325 Clement Ave + Ste A + Alameda + CA + 94501-7061 + 2325 Clement Ave + Ste A + Alameda + CA + 94501-7061 + Ms. + F104359 + L104359 + + AFS Board President + 104359@hsesinfo.org + Ms. + F104360 + L104360 + + Interim Executive Director + 104360@hsesinfo.org + Ms. + F104362 + L104362 + + 104362@hsesinfo.org + Ms. + F104358 + L104358 + + 104358@hsesinfo.org + 555-555-4358 + + + 10105 + 4209 + 12146 + 001 + 2014 + 2015-07-01 + + HS + Active + Mi Escuelita Preschools, Inc. + www.miescuelita.org + 4209@hsesinfo.org + 4231 Maple Avenue + + Dallas + TX + 75219-2402 + 4231 Maple Avenue + + Dallas + TX + 75219-2402 + 4231 Maple Avenue + + Dallas + TX + 75219-2402 + Ms. + F219130 + L219130 + + Board Chair + 219130@hsesinfo.org + Ms. + F219128 + L219128 + + Executive Director + 219128@hsesinfo.org + + F219131 + L219131 + + 219131@hsesinfo.org + Mr. + F219127 + L219127 + + 219127@hsesinfo.org + 555-555-9127 x 5555 + + + 5222 + 1223 + 8828 + 000 + 2014 + 2014-07-01 + 2019-03-31 + Migrant HS + Inactive + United Migrant Opportunity Services, Inc. + http://www.umos.org + 1223@hsesinfo.org + 2701 South Chase Avenue + + Milwaukee + WI + 53207-1450 + PO Box 4129 + + Milwaukee + WI + 53204-0129 + 2701 South Chase Avenue + + Milwaukee + WI + 53207-1450 + Ms. + F52460 + L52460 + + Board Chair + 52460@hsesinfo.org + Mr. + F52463 + L52463 + + CEO/President + 52463@hsesinfo.org + Mr. + F52464 + L52464 + + 52464@hsesinfo.org + Ms. + F52459 + L52459 + + 52459@hsesinfo.org + 555-555-2459 + + + 6642 + 2304 + 10059 + 200 + 2004 + 2015-07-01 + 2020-06-30 + EHS + Inactive + A.W.A.R.E., Inc. + http://aware-inc.org/services/early-childhood/ + 2304@hsesinfo.org + 237 E Mercury St + + Butte + MT + 59701-1804 + 3242 Hesper Rd + + Billings + MT + 59102-6731 + 237 E Mercury St + + Butte + MT + 59701-1804 + Mr. + F202164 + L202164 + + + 202164@hsesinfo.org + Mr. + F202165 + L202165 + + + 202165@hsesinfo.org + Ms. + F202167 + L202167 + + 202167@hsesinfo.org + Ms. + F202163 + L202163 + + 202163@hsesinfo.org + 555-555-2163 x 5555 + + + 9464 + 8768 + 11675 + 200 + 2019 + 2019-03-01 + + EHS + Active + Community Opportunities, Incorporated + + 8768@hsesinfo.org + 23751 Highway 30 + + Carroll + IA + 51401-8505 + 23751 Hwy. 30 E. , P.O. Box 427 + + Carroll + IA + 51401-2209 + 23751 Highway 30 + + Carroll + IA + 51401-8505 + Mr. + F214745 + L214745 + + Board Chairman + 214745@hsesinfo.org + Mr. + F214746 + L214746 + + Cheif Executive Officer + 214746@hsesinfo.org + Ms. + F214748 + L214748 + + 214748@hsesinfo.org + Ms. + F214744 + L214744 + + 214744@hsesinfo.org + 555-555-4744 x 5555 + + + 6335 + 6353 + 10017 + 201 + + 2015-07-01 + 2019-06-30 + EHS + Inactive + Youth Policy Institute + www.ypi.org + 6353@hsesinfo.org + 6464 W Sunset Blvd + Ste 650 + Los Angeles + CA + 90028-8008 + 6464 W Sunset Blvd + Ste 650 + Los Angeles + CA + 90028-8008 + 6464 W Sunset Blvd + Ste 650 + Los Angeles + CA + 90028-8008 + Mr. + F200015 + L200015 + + President + 200015@hsesinfo.org + Mr. + F200016 + L200016 + + CEO + 200016@hsesinfo.org + Mr. + F200018 + L200018 + + 200018@hsesinfo.org + Dra. + F200014 + L200014 + + 200014@hsesinfo.org + 555-555-0014 + + + 8838 + 8658 + 11206 + 200 + 2018 + 2018-08-01 + 2019-08-31 + EHS + Inactive + CDI HS/Outer Wayne County, MI + www.cdiheadstart.org + 8658@hsesinfo.org + 8850 Pardee Rd + + Taylor + MI + 48180-2781 + PO Box 448 + + Garden City + MI + 48136-0448 + 8850 Pardee Rd + + Taylor + MI + 48180-2781 + Mr. + F210379 + L210379 + + Chief Executive Officer + 210379@hsesinfo.org + Ms. + F210377 + L210377 + + Executive Director + 210377@hsesinfo.org + + F210380 + L210380 + + 210380@hsesinfo.org + Ms. + F210376 + L210376 + + 210376@hsesinfo.org + 555-555-0376 + + + 4686 + 3887 + 8668 + 014 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + University Settlement Early Childhood Center + http://www.universitysettlement.org + 3887@hsesinfo.org + 184 Eldridge Street + + New York + NY + 10002-2924 + 184 Eldridge Street + + New York + NY + 10002-2924 + 184 Eldridge Street + + New York + NY + 10002-2924 + Mr. + F45552 + L45552 + + Board Chairperson + 45552@hsesinfo.org + Ms. + F45549 + L45549 + + Executive Director + 45549@hsesinfo.org + Ms. + F45550 + L45550 + + 45550@hsesinfo.org + Ms. + F45548 + L45548 + + 45548@hsesinfo.org + 555-555-5548 + + + 11198 + 543 + 13112 + 000 + 1992 + 2020-04-01 + + HS + Active + INTERMOUNTAIN CHILDREN'S SERVICES, INC + NA + 543@hsesinfo.org + 4929 South Highway 226 + + Bakersville + NC + 28705 + P.O. Box 338 + + Spruce Pine + NC + 28777-0338 + 4929 South Highway 226 + + Bakersville + NC + 28705 + Ms. + F226565 + L226565 + + Board Chair + 226565@hsesinfo.org + Ms. + F226566 + L226566 + + + 226566@hsesinfo.org + Mr. + F226568 + L226568 + + 226568@hsesinfo.org + Ms. + F226564 + L226564 + + 226564@hsesinfo.org + 555-555-6564 x 5555 + + + 1366 + 2910 + 2859 + 200 + 2013 + 2013-06-26 + 2019-01-31 + EHS + Inactive + The Children's Aid Society + www.childrensaidnyc.org + 2910@hsesinfo.org + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + Ms. + F43437 + L43437 + + Board Chair + 43437@hsesinfo.org + Ms. + F43435 + L43435 + + President and CEO + 43435@hsesinfo.org + Ms. + F43434 + L43434 + + 43434@hsesinfo.org + Ms. + F36191 + L36191 + + 36191@hsesinfo.org + 555-555-6191 + + + 1384 + 3086 + 2876 + 000 + 2013 + 2013-07-02 + 2018-06-30 + HS + Inactive + Trustees of Columbia University in the City of New York + grants-office@columbia.edu + 3086@hsesinfo.org + 4467 Broadway + + New York + NY + 10040-2603 + 630 West 168th Street + Box 49 + New York + NY + 10032-3702 + 4467 Broadway + + New York + NY + 10040-2603 + Ms. + F44252 + L44252 + + Director, Sponsored Projects Administration for MSPH + 44252@hsesinfo.org + Dr. + F44250 + L44250 + + Executive Director, Columbia University Head Start + 44250@hsesinfo.org + Mrs. + F44249 + L44249 + + 44249@hsesinfo.org + Ms. + F36281 + L36281 + + 36281@hsesinfo.org + 555-555-6281 + + + 4691 + 3893 + 8673 + 019 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + DeWitt Reformed Church Head Start + www.dewittheadstart.org + 3893@hsesinfo.org + 280 Rivington Street + + New York + NY + 10002-2551 + 280 Rivington Street + + New York + NY + 10002-2551 + 280 Rivington Street + + New York + NY + 10002-2551 + Rev. + F45588 + L45588 + + Board President + 45588@hsesinfo.org + Mrs. + F45584 + L45584 + + Executive Director + 45584@hsesinfo.org + Ms. + F45586 + L45586 + + 45586@hsesinfo.org + Ms. + F45583 + L45583 + + 45583@hsesinfo.org + 555-555-5583 + + + 11199 + 8666 + 13112 + 200 + 2018 + 2020-04-01 + + EHS + Active + INTERMOUNTAIN CHILDREN'S SERVICES, INC + + 8666@hsesinfo.org + 4929 South Highway 226 + + Bakersfield + NC + 28705 + PO Box 338 + + Spruce Pine + NC + 28777-0338 + 4929 South Highway 226 + + Bakersfield + NC + 28705 + Ms. + F226572 + L226572 + + Board Chair + 226572@hsesinfo.org + Ms. + F226573 + L226573 + + + 226573@hsesinfo.org + Mr. + F226575 + L226575 + + 226575@hsesinfo.org + Ms. + F226571 + L226571 + + 226571@hsesinfo.org + 555-555-6571 x 5555 + + + 4549 + 879 + 8576 + 000 + 1992 + 2013-12-23 + 2018-12-31 + HS + Inactive + KNOXVILLE-KNOX COUNTY COMMUNITY ACTION COMMISSION + knoxvilleheadstart.org + 879@hsesinfo.org + 2400 Piedmont St + + Knoxville + TN + 37921-7048 + PO Box 51650 + + Knoxville + TN + 37950-1650 + 2247 Western Ave + + Knoxville + TN + 37921-5756 + Ms. + F43182 + L43182 + + Board Chairperson + 43182@hsesinfo.org + Ms. + F43183 + L43183 + + Executive Director + 43183@hsesinfo.org + Ms. + F43181 + L43181 + + 43181@hsesinfo.org + Ms. + F43179 + L43179 + + 43179@hsesinfo.org + 555-555-3179 + + + 4694 + 3901 + 8676 + 022 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Community Life Center, Inc. + clcheadstart.webs.com + 3901@hsesinfo.org + 15 Mount Morris Park W + + New York + NY + 10027-6316 + 15 Mount Morris Park W + + New York + NY + 10027-6316 + 15 Mount Morris Park W + + New York + NY + 10027-6316 + Mr. + F45608 + L45608 + + Chair + 45608@hsesinfo.org + Ms. + F45605 + L45605 + + Acting Director + 45605@hsesinfo.org + + F45607 + L45607 + + 45607@hsesinfo.org + Ms. + F45604 + L45604 + + 45604@hsesinfo.org + 555-555-5604 x 5555 + + + 4699 + 3912 + 8681 + 027 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Union Settlement Association Head Start + www.unionsettlement.org + 3912@hsesinfo.org + 237 E 104th St + + New York + NY + 10029-5404 + 237 E 104th St + + New York + NY + 10029-5404 + 237 E 104th St + + New York + NY + 10029-5404 + Ms. + F45643 + L45643 + + Board Chairperson + 45643@hsesinfo.org + Mr. + F45641 + L45641 + + Executive Director + 45641@hsesinfo.org + Ms. + F45640 + L45640 + + 45640@hsesinfo.org + Ms. + F45639 + L45639 + + 45639@hsesinfo.org + 555-555-5639 + + + 4713 + 3938 + 8695 + 041 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Women's Housing and Economic Development Corp + http://www.whedco.org + 3938@hsesinfo.org + Urban Horizons Early Childhood Discovery Center + 50 East 168th Street + Bronx + NY + 10452-7929 + Urban Horizons Early Childhood Discovery Center + 50 East 168th Street + Bronx + NY + 10452-7929 + Urban Horizons Early Childhood Discovery Center + 50 East 168th Street + Bronx + NY + 10452-7929 + Ms. + F45742 + L45742 + + Board Chairperson + 45742@hsesinfo.org + Mr. + F45740 + L45740 + + President + 45740@hsesinfo.org + Ms. + F45739 + L45739 + + 45739@hsesinfo.org + Ms. + F45737 + L45737 + + 45737@hsesinfo.org + 555-555-5737 + + + 2999 + 685 + 6660 + 000 + 2013 + 2013-06-26 + 2019-06-30 + HS + Inactive + WARREN COUNTY COMMUNITY SERVICES, INC + http://www.wccsi.org + 685@hsesinfo.org + 570 North State Route 741 + + Lebanon + OH + 45036-8839 + 570 North State Route 741 + + Lebanon + OH + 45036-8839 + 570 North State Route 741 + + Lebanon + OH + 45036-8839 + Ms. + F37721 + L37721 + + Board President + 37721@hsesinfo.org + Mr. + F37719 + L37719 + + Board President + 37719@hsesinfo.org + Ms. + F37718 + L37718 + + 37718@hsesinfo.org + Ms. + F37717 + L37717 + + 37717@hsesinfo.org + 555-555-7717 + + + 8631 + 3002 + 11023 + 200 + 2012 + 2017-06-01 + + EHS + Active + Tri-County Community Action Agency, Inc. + www.gatewaycap.org + 3002@hsesinfo.org + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + Ms. + F208930 + L208930 + + Board Chairperson + 208930@hsesinfo.org + Hon. Mayor + F208931 + L208931 + CCAP + President/CEO + 208931@hsesinfo.org + Ms. + F208933 + L208933 + + 208933@hsesinfo.org + Mrs. + F208929 + L208929 + CCAP + 208929@hsesinfo.org + 555-555-8929 x 5555 + + + 4884 + 306 + 8794 + 000 + 2014 + 2014-06-01 + 2019-06-30 + HS + Inactive + Warren & Forest Counties Economic Opportunity Council + http://www.wfeoc.org + 306@hsesinfo.org + 1209 Pennsylvania Ave W + + Warren + PA + 16365-1841 + PO Box 547 + + Warren + PA + 16365-0547 + 1209 Pennsylvania Ave W + + Warren + PA + 16365-1841 + Father + F48399 + L48399 + + Governing Board President + 48399@hsesinfo.org + Mr. + F48398 + L48398 + + Grantee Executive Director + 48398@hsesinfo.org + Ms. + F48395 + L48395 + + 48395@hsesinfo.org + Ms. + F48394 + L48394 + + 48394@hsesinfo.org + 555-555-8394 x 5555 + + + 8570 + 8449 + 10977 + 200 + 2017 + 2017-03-01 + + EHS + Active + URBAN STRATEGIES, LLC + www.urbanstrategies.us + 8449@hsesinfo.org + 2341 9th St S + + Arlington + VA + 22204-2359 + 2341 9th St S + + Arlington + VA + 22204-2359 + 2341 9th St S + + Arlington + VA + 22204-2359 + Ms. + F208713 + L208713 + + Board Chair + 208713@hsesinfo.org + Mrs. + F208714 + L208714 + + President + 208714@hsesinfo.org + + F208716 + L208716 + + 208716@hsesinfo.org + Mrs. + F208712 + L208712 + + 208712@hsesinfo.org + 555-555-8712 + + + 5052 + 2093 + 8850 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Tri-County Community Action Agency, Inc. + www.tricountyva.org + 2093@hsesinfo.org + 1176 Huell Matthews Highway + + South Boston + VA + 24592-0799 + P.O. Box 799 + + South Boston + VA + 24592 + 1176 Huell Matthews Hwy + + South Boston + VA + 24592-7124 + Mr. + F51418 + L51418 + + TCCAA Board Chairman + 51418@hsesinfo.org + Ms. + F51417 + L51417 + + President & CEO + 51417@hsesinfo.org + Ms. + F51420 + L51420 + + 51420@hsesinfo.org + Ms. + F51415 + L51415 + + 51415@hsesinfo.org + 555-555-1415 x 5555 + + + 9331 + 2125 + 11584 + 200 + 2013 + 2019-02-01 + + EHS + Active + Tri-County Community Action Agency, Inc. + http://www.gatewaycap.org + 2125@hsesinfo.org + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + Hon. Mayor + F213854 + L213854 + + Chairman + 213854@hsesinfo.org + Hon. Mayor + F213855 + L213855 + + President/CEO + 213855@hsesinfo.org + Ms. + F213857 + L213857 + + 213857@hsesinfo.org + Ms. + F213853 + L213853 + + 213853@hsesinfo.org + 555-555-3853 x 5555 + + + 11200 + 822 + 13107 + 000 + 1989 + 2020-04-01 + + HS + Active + Community Action Partnership of Central Illinois, Inc. + http://www.capcil.info + 822@hsesinfo.org + 1800 5th Street + + Lincoln + IL + 62656-9107 + 1800 5th Street + + Lincoln + IL + 62656-9107 + 1800 5th Street + + Lincoln + IL + 62656-9107 + Mr. + F226579 + L226579 + + + 226579@hsesinfo.org + Mrs. + F226580 + L226580 + + + 226580@hsesinfo.org + Ms. + F226582 + L226582 + + 226582@hsesinfo.org + Mrs. + F226578 + L226578 + + 226578@hsesinfo.org + 555-555-6578 x 5555 + + + 11201 + 2600 + 13107 + 200 + 2011 + 2020-04-01 + + EHS + Active + Community Action Partnership of Central Illinois, Inc. + www.capcil.info + 2600@hsesinfo.org + 1800 Fifth Street + + Lincoln + IL + 62656 + 1800 Fifth Street + + Lincoln + IL + 62656 + 1800 Fifth Street + + Lincoln + IL + 62656 + Mr. + F226586 + L226586 + + + 226586@hsesinfo.org + Mrs. + F226587 + L226587 + + + 226587@hsesinfo.org + Ms. + F226589 + L226589 + + 226589@hsesinfo.org + Mrs. + F226585 + L226585 + + 226585@hsesinfo.org + 555-555-6585 x 5555 + + + 8589 + 3051 + 10986 + 000 + 2012 + 2017-05-01 + + HS + Active + Colorado Early Education Network + www.ceen.org + 3051@hsesinfo.org + 710 11th Ave + Ste L90 + Greeley + CO + 80631-6472 + 710 11th Ave + Ste L90 + Greeley + CO + 80631-6472 + 710 11th Ave + Ste L90 + Greeley + CO + 80631-6472 + Mr. + F208839 + L208839 + + Board of Directors, Chairman + 208839@hsesinfo.org + Mrs. + F208840 + L208840 + + + 208840@hsesinfo.org + Mr. + F208842 + L208842 + + 208842@hsesinfo.org + Mrs. + F208838 + L208838 + + 208838@hsesinfo.org + 555-555-8838 x 5555 + + + 10163 + 475 + 12194 + 000 + 2014 + 2019-07-01 + + HS + Active + Economic Opportunity Agency of Washington County, Inc + 1643 E. Huntsville Road + 475@hsesinfo.org + 1643 E Huntsville Rd + + Fayetteville + AR + 72701-1122 + 1643 E Huntsville Rd + + Fayetteville + AR + 72701-1122 + 1643 E Huntsville Rd + + Fayetteville + AR + 72701-1122 + Mrs. + F219506 + L219506 + + Board President + 219506@hsesinfo.org + Mrs. + F219507 + L219507 + + Executive Director + 219507@hsesinfo.org + Mrs. + F219509 + L219509 + + 219509@hsesinfo.org + Mr. + F219505 + L219505 + + 219505@hsesinfo.org + 555-555-9505 + + + 9305 + 2064 + 11560 + 200 + 2013 + 2019-01-01 + + EHS + Active + Contra Costa County + http://ehsd.org/headstart/ + 2064@hsesinfo.org + 1470 Civic Ct + Ste 200 + Concord + CA + 94520-5242 + 1470 Civic Ct + Ste 200 + Concord + CA + 94520-5242 + 1470 Civic Ct + Ste 200 + Concord + CA + 94520-5242 + Ms. + F213673 + L213673 + + Chair, Contra Costa County Supervisor, District 2 + 213673@hsesinfo.org + Ms. + F213674 + L213674 + + Director, Contra Costa County Employment and Human Services Department + 213674@hsesinfo.org + Ms. + F213676 + L213676 + + 213676@hsesinfo.org + Ms. + F213672 + L213672 + + 213672@hsesinfo.org + 555-555-3672 + + + 5660 + 4363 + 9469 + 235 + 2014 + 2014-12-01 + + EHS + Active + SGA Youth and Family Services + www.sga-youth.org + 4363@hsesinfo.org + 11 E Adams St Ste 1500 + + Chicago + IL + 60603-6309 + 11 E Adams St Ste 1500 + + Chicago + IL + 60603-6309 + 11 E Adams St Ste 1500 + + Chicago + IL + 60603-6309 + Ms. + F101641 + L101641 + + + 101641@hsesinfo.org + Ms. + F101642 + L101642 + + + 101642@hsesinfo.org + Mr. + F101644 + L101644 + + 101644@hsesinfo.org + Mr. + F101640 + L101640 + + 101640@hsesinfo.org + 555-555-1640 + + + 10164 + 474 + 12194 + 200 + 2014 + 2019-07-01 + + EHS + Active + Economic Opportunity Agency of Washington County, Inc + 1643 E. Huntsville Road + 474@hsesinfo.org + 1643 E Huntsville Rd + + Fayetteville + AR + 72701-1122 + 1643 E Huntsville Rd + + Fayetteville + AR + 72701-1122 + 1643 E Huntsville Rd + + Fayetteville + AR + 72701-1122 + Mrs. + F219513 + L219513 + + Board President + 219513@hsesinfo.org + Mrs. + F219514 + L219514 + + Executive Director + 219514@hsesinfo.org + Mrs. + F219516 + L219516 + + 219516@hsesinfo.org + Mr. + F219512 + L219512 + + 219512@hsesinfo.org + 555-555-9512 + + + 4668 + 321 + 8647 + 000 + 2014 + 2014-03-07 + 2019-02-28 + HS + Inactive + Greater Bergen Community Action, Inc + http://www.greaterbergen.org + 321@hsesinfo.org + 392 Main St + + Hackensack + NJ + 07601-5805 + 392 Main St + + Hackensack + NJ + 07601-5805 + 392 Main St + + Hackensack + NJ + 07601-5805 + Mr. + F44699 + L44699 + + GBCA Board Chairperson + 44699@hsesinfo.org + Mr. + F44698 + L44698 + + + 44698@hsesinfo.org + Ms. + F44701 + L44701 + + 44701@hsesinfo.org + Ms. + F44697 + L44697 + + 44697@hsesinfo.org + 555-555-4697 x 5555 + + + 8879 + 1855 + 11242 + 000 + 2013 + 2018-07-01 + + AIAN HS + Active + UPPER SKAGIT INDIAN TRIBE + none + 1855@hsesinfo.org + 25782 Coyote Drive + + Sedro Woolley + WA + 98284 + 25944 Community Plaza Way + + Sedro Woolley + WA + 98284-9721 + 25944 Community Plaza Way + + Sedro Woolley + WA + 98284-9721 + Ms. + F210675 + L210675 + + Tribal Chairperson + 210675@hsesinfo.org + Ms. + F210676 + L210676 + + + 210676@hsesinfo.org + + F210678 + L210678 + + 210678@hsesinfo.org + Ms. + F210674 + L210674 + + 210674@hsesinfo.org + 555-555-0674 + + + 9715 + 8889 + 11866 + 000 + 2019 + 2019-07-01 + + HS + Active + Child Development Centers, Inc. + www.cdcenters.org + 8889@hsesinfo.org + 702 Liberty St + + Franklin + PA + 16323-1132 + 702 Liberty St + + Franklin + PA + 16323-1132 + 702 Liberty St + + Franklin + PA + 16323-1132 + Mrs. + F216426 + L216426 + + + 216426@hsesinfo.org + Mrs. + F216427 + L216427 + + + 216427@hsesinfo.org + Mrs. + F216429 + L216429 + + 216429@hsesinfo.org + Mrs. + F216425 + L216425 + + 216425@hsesinfo.org + 555-555-6425 + + + 4669 + 2589 + 8647 + 200 + 2014 + 2014-03-07 + 2019-02-28 + EHS + Inactive + Greater Bergen Community Action, Inc + www.greaterbergen.org + 2589@hsesinfo.org + 392 Main St + + Hackensack + NJ + 07601-5805 + 392 Main St + + Hackensack + NJ + 07601-5805 + 392 Main St + + Hackensack + NJ + 07601-5805 + Mr. + F44708 + L44708 + + GBCA Board Chairperson + 44708@hsesinfo.org + Mr. + F44706 + L44706 + + + 44706@hsesinfo.org + Ms. + F44705 + L44705 + + 44705@hsesinfo.org + Ms. + F44704 + L44704 + + 44704@hsesinfo.org + 555-555-4704 x 5555 + + + 4731 + 3962 + 8713 + 059 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Henry Street Settlement + www.henrystreet.org + 3962@hsesinfo.org + 265 Henry Street + + New York + NY + 10002-4808 + 265 Henry Street + + New York + NY + 10002-4808 + 265 Henry Street + + New York + NY + 10002-4808 + Mr. + F45866 + L45866 + + Board Chairperson + 45866@hsesinfo.org + Mr. + F45864 + L45864 + + Executive Director + 45864@hsesinfo.org + Ms. + F45863 + L45863 + + 45863@hsesinfo.org + Ms. + F45869 + L45869 + + 45869@hsesinfo.org + 555-555-5869 x 5555 + + + 8075 + 1019 + 10583 + 000 + 1991 + 2016-07-01 + + HS + Active + MATURA Head Start + N/A + 1019@hsesinfo.org + 209 N Elm St + + Creston + IA + 50801-2305 + 209 N Elm St + + Creston + IA + 50801-2305 + 207B N Elm St + + Creston + IA + 50801-2305 + Mr. + F205710 + L205710 + + Governing Board Chair + 205710@hsesinfo.org + Mr. + F205711 + L205711 + + Executive Director + 205711@hsesinfo.org + Ms. + F205713 + L205713 + + 205713@hsesinfo.org + Ms. + F205709 + L205709 + + 205709@hsesinfo.org + 555-555-5709 x 5555 + + + 11202 + 4936 + 13110 + 000 + 2014 + 2020-04-01 + + HS + Active + Grand Head Start (Jay Public Schools) + nmcclelland@grandhs.org + 4936@hsesinfo.org + 1115 S Main St + + Jay + OK + 74346-3848 + PO Box 1310 + + Jay + OK + 74346-1310 + 1115 S Main St + + Jay + OK + 74346-3848 + Ms. + F226593 + L226593 + + President of Jay Public Schools Board + 226593@hsesinfo.org + Ms. + F226594 + L226594 + + Superintendent of Jay Public Schools + 226594@hsesinfo.org + Ms. + F226596 + L226596 + + 226596@hsesinfo.org + Ms. + F226592 + L226592 + + 226592@hsesinfo.org + 555-555-6592 x 5555 + + + 4834 + 2882 + 8782 + 200 + 2011 + 2014-05-01 + 2019-06-30 + EHS + Inactive + Tri-County Community Action, Inc + www.tricountycommunityaction.org + 2882@hsesinfo.org + 214 Nacogdoches St + + Center + TX + 75935-3854 + PO Box 1748 + + Center + TX + 75935-1748 + 214 Nacogdoches St + + Center + TX + 75935-3854 + Mr. + F47231 + L47231 + + Board Chair + 47231@hsesinfo.org + Mr. + F47229 + L47229 + + Executive Director + 47229@hsesinfo.org + Mrs. + F47228 + L47228 + + 47228@hsesinfo.org + Mr. + F47227 + L47227 + + 47227@hsesinfo.org + 555-555-7227 x 5555 + + + 11203 + 742 + 13113 + 000 + 1992 + 2020-04-01 + + HS + Active + CMTY ACTION AGCY OF OK CY & CTY & OK/CANADIAN CTYS INC + http://www.caaofokc.org + 742@hsesinfo.org + 319 SW 25th St + + Oklahoma City + OK + 73109-5921 + 319 SW 25th St + + Oklahoma City + OK + 73109-5921 + 319 SW 25th St + + Oklahoma City + OK + 73109-5921 + Mr. + F226600 + L226600 + + Board Chairperson + 226600@hsesinfo.org + Ms. + F226601 + L226601 + + + 226601@hsesinfo.org + Ms. + F226603 + L226603 + + 226603@hsesinfo.org + Ms. + F226599 + L226599 + + 226599@hsesinfo.org + 555-555-6599 x 5555 + + + 5489 + 328 + 9272 + 000 + 2014 + 2014-11-01 + 2020-06-30 + HS + Inactive + Champlain Valley Head Start (Preschool) + http://www.champlainvalleyheadstart.org + 328@hsesinfo.org + 431 Pine Street + + Burlington + VT + 05401-4726 + 431 Pine Street + + Burlington + VT + 05401-4726 + 431 Pine Street + + Burlington + VT + 05401-4726 + Ms. + F99160 + L99160 + + Board President + 99160@hsesinfo.org + Ms. + F99163 + L99163 + + + 99163@hsesinfo.org + Mr. + F99159 + L99159 + + 99159@hsesinfo.org + Mr. + F99158 + L99158 + + 99158@hsesinfo.org + 555-555-9158 + + + 4230 + 1938 + 6870 + 000 + 2013 + 2013-07-30 + 2019-07-31 + HS + Inactive + GMN Tri-County Community Action Committee, Inc. + http://www.gmntrico.org + 1938@hsesinfo.org + 615 North St + + Caldwell + OH + 43724-1123 + 615 North Street + + Caldwell + OH + 43724-1123 + 615 North Street + + Caldwell + OH + 43724-1123 + Mr. + F37641 + L37641 + + GMN Board Chairman + 37641@hsesinfo.org + Mr. + F37640 + L37640 + + GMN Executive Director + 37640@hsesinfo.org + Mrs. + F37642 + L37642 + + 37642@hsesinfo.org + Miss + F37639 + L37639 + + 37639@hsesinfo.org + 555-555-7639 + + + 4782 + 1008 + 8648 + 000 + 1992 + 2014-04-01 + 2019-03-31 + HS + Inactive + EAST CENTRAL KANSAS ECONOMIC OPPORTUNITY CORPORATION + http://www.eckan.org + 1008@hsesinfo.org + 1320 S Ash St + Ste 101 + Ottawa + KS + 66067-3413 + PO Box 40 + + Ottawa + KS + 66067-0040 + 1320 S Ash St + Ste 101 + Ottawa + KS + 66067-3413 + Ms. + F46563 + L46563 + + Board Chair Person + 46563@hsesinfo.org + Mr. + F46562 + L46562 + + + 46562@hsesinfo.org + Mr. + F46560 + L46560 + + 46560@hsesinfo.org + Ms. + F46558 + L46558 + + 46558@hsesinfo.org + 555-555-6558 + + + 1360 + 2125 + 2854 + 200 + 2013 + 2013-06-26 + 2019-01-31 + EHS + Inactive + Tri-County Community Action Agency, Inc. + http://www.gatewaycap.org + 2125@hsesinfo.org + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + Mr. + F36952 + L36952 + + Chairman of the Board of Directors + 36952@hsesinfo.org + Mr. + F36953 + L36953 + + + 36953@hsesinfo.org + Mr. + F36955 + L36955 + + 36955@hsesinfo.org + Mrs. + F36950 + L36950 + + 36950@hsesinfo.org + 555-555-6950 x 5555 + + + 8668 + 8531 + 11027 + 000 + 2017 + 2017-07-01 + + HS + Active + Acelero, Inc. + www.acelero.net + 8531@hsesinfo.org + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + Mr. + F209185 + L209185 + + Chairman of the Board + 209185@hsesinfo.org + Mr. + F209186 + L209186 + + COO/Head Start Director + 209186@hsesinfo.org + Ms. + F209188 + L209188 + + 209188@hsesinfo.org + Mr. + F209184 + L209184 + + 209184@hsesinfo.org + 555-555-9184 + + + 9297 + 4577 + 11553 + 000 + 2013 + 2019-01-01 + + HS + Active + HSA - "Pasitos" Early Childhood Education Programs + www.hsala.org + 4577@hsesinfo.org + 6800 Florence Ave + + Bell Gardens + CA + 90201-4958 + 2629 Clarendon Ave + Ste B + Huntington Park + CA + 90255-4119 + 6800 Florence Ave + + Bell Gardens + CA + 90201-4958 + Mr. + F213617 + L213617 + + Board Chair + 213617@hsesinfo.org + Ms. + F213618 + L213618 + + Chief Executive Officer + 213618@hsesinfo.org + Ms. + F213620 + L213620 + + 213620@hsesinfo.org + Dr. + F213616 + L213616 + + 213616@hsesinfo.org + 555-555-3616 x 5555 + + + 9451 + 8762 + 11662 + 000 + 2019 + 2019-04-01 + + HS + Active + CDI/HS Cape Cod, MA + www.cdiheadstart.org + 8762@hsesinfo.org + 251 Stevens St + + Hyannis + MA + 02601-3766 + PO Box 2758 + + Hyannis + MA + 02601-7758 + 251 Stevens St + + Hyannis + MA + 02601-3766 + Mr. + F214658 + L214658 + + Chief Executive Officer + 214658@hsesinfo.org + Ms. + F214656 + L214656 + + Executive Director + 214656@hsesinfo.org + + F214659 + L214659 + + 214659@hsesinfo.org + Ms. + F214655 + L214655 + + 214655@hsesinfo.org + 555-555-4655 x 5555 + + + 8635 + 8502 + 8528 + 200 + 2017 + 2017-09-01 + 2019-06-30 + EHS + Inactive + Community Action Development Corporation + www.cadcconnection.com + 8502@hsesinfo.org + 400 N Randlett St + + Hobart + OK + 73651-1636 + 400 N Randlett St + + Hobart + OK + 73651-1636 + 400 N Randlett St + + Hobart + OK + 73651-1636 + Mr. + F208957 + L208957 + + Chairman CADC Board of Directors + 208957@hsesinfo.org + Mr. + F208958 + L208958 + + + 208958@hsesinfo.org + Mrs. + F208960 + L208960 + + 208960@hsesinfo.org + Mrs. + F208956 + L208956 + + 208956@hsesinfo.org + 555-555-8956 + + + 10170 + 9015 + 12199 + 000 + 2019 + 2019-08-01 + + HS + Active + Gulf Regional Early Childhood Services, Inc. + www.grecs.org + 9015@hsesinfo.org + 3100 Cottage Hill Rd + Bldg 400 + Mobile + AL + 36606-2913 + PO Box 16005 + + Mobile + AL + 36616-0005 + 3100 Cottage Hill Rd + Ste 400 + Mobile + AL + 36606-2913 + Ms. + F219555 + L219555 + + Board Chair + 219555@hsesinfo.org + Ms. + F219556 + L219556 + + CEO/President + 219556@hsesinfo.org + Ms. + F219558 + L219558 + + 219558@hsesinfo.org + Ms. + F219554 + L219554 + + 219554@hsesinfo.org + 555-555-9554 x 5555 + + + 10171 + 9016 + 12199 + 200 + 2019 + 2019-08-01 + + EHS + Active + Gulf Regional Early Childhood Services, Inc. + www.grecs.org + 9016@hsesinfo.org + 3100 Cottage Hill Rd + Suite 400 + Mobile + AL + 36606-2913 + PO Box 16005 + + Mobile + AL + 36616-0005 + 3100 Cottage Hill Rd + Ste 400 + Mobile + AL + 36606-2913 + Ms. + F219562 + L219562 + + Board Chair + 219562@hsesinfo.org + Ms. + F219563 + L219563 + + CEO/President + 219563@hsesinfo.org + Ms. + F219565 + L219565 + + 219565@hsesinfo.org + Ms. + F219561 + L219561 + + 219561@hsesinfo.org + 555-555-9561 x 5555 + + + 9641 + 2050 + 11812 + 000 + 2014 + 2019-06-01 + + HS + Active + RURAL RESOURCES COMMUNITY ACTION + http://www.ruralresources.org + 2050@hsesinfo.org + 956 South Main Street + + Colville + WA + 99114-2505 + 956 South Main Street + + Colville + WA + 99114-2505 + 956 South Main Street + + Colville + WA + 99114-2505 + Mr. + F215915 + L215915 + + Chairperson + 215915@hsesinfo.org + Ms. + F215916 + L215916 + + + 215916@hsesinfo.org + Ms. + F215918 + L215918 + + 215918@hsesinfo.org + Ms. + F215914 + L215914 + + 215914@hsesinfo.org + 555-555-5914 + + + 5163 + 736 + 8987 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Brazoria County Head Start Early Learning Schools, Inc. + http://www.headstartbc.org + 736@hsesinfo.org + 651 West Miller Street + + Angleton + TX + 77515-5522 + 651 West Miller Street + + Angleton + TX + 77515-5522 + 651 West Miller Street + + Angleton + TX + 77515-5522 + Mrs. + F52002 + L52002 + + Chairman of the Board + 52002@hsesinfo.org + Mrs. + F52005 + L52005 + + President & CEO + 52005@hsesinfo.org + Ms. + F52006 + L52006 + + 52006@hsesinfo.org + Mrs. + F52001 + L52001 + + 52001@hsesinfo.org + 555-555-2001 x 5555 + + + 9448 + 3443 + 11661 + 001 + 2014 + 2019-03-01 + + HS + Active + Enfield Head Start + + 3443@hsesinfo.org + 117 Post Office Rd + + Enfield + CT + 06082-5663 + 117 Post Office Rd + + Enfield + CT + 06082-5663 + 117 Post Office Rd + + Enfield + CT + 06082-5663 + Mr. + F214635 + L214635 + + Chairman + 214635@hsesinfo.org + Mr. + F214636 + L214636 + + + 214636@hsesinfo.org + Ms. + F214638 + L214638 + + 214638@hsesinfo.org + Ms. + F214634 + L214634 + + 214634@hsesinfo.org + 555-555-4634 + + + 4727 + 3972 + 8709 + 055 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Sheltering Arms Children and Family Services + shelteringarmsny.org + 3972@hsesinfo.org + 305 7th Avenue + + New York + NY + 10009-6008 + 305 7th Avenue + + New York + NY + 10009-6008 + 305 7th Avenue + + New York + NY + 10009-6008 + Mr. + F45839 + L45839 + + Board Chair and President + 45839@hsesinfo.org + Ms. + F45837 + L45837 + + CEO/Executive Director + 45837@hsesinfo.org + Ms. + F45836 + L45836 + + 45836@hsesinfo.org + Ms. + F45835 + L45835 + + 45835@hsesinfo.org + 555-555-5835 + + + 4474 + 3213 + 8511 + 200 + 2000 + 2013-11-18 + 2019-06-30 + EHS + Inactive + Council of Three Rivers American Indian Center, Inc. + www.cotraic.org + 3213@hsesinfo.org + 120 Charles St + + Blawnox + PA + 15238-1027 + 120 Charles St + + Blawnox + PA + 15238-1027 + 120 Charles St + + Blawnox + PA + 15238-1027 + Mr. + F41750 + L41750 + + Board Chair + 41750@hsesinfo.org + Mr. + F41751 + L41751 + + Executive Director + 41751@hsesinfo.org + Ms. + F41753 + L41753 + + 41753@hsesinfo.org + Mrs. + F41749 + L41749 + + 41749@hsesinfo.org + 555-555-1749 x 5555 + + + 5505 + 420 + 9261 + 200 + 2003 + 2014-11-01 + 2019-10-31 + EHS + Inactive + Mid-Cumberland Community Action + www.mcheadstart.org + 420@hsesinfo.org + 412 E. Vine Street + + Murfreesboro + TN + 37130 + PO Box 1583 + + Murfreesboro + TN + 37133-1583 + 412 E. Vine Street + + Murfreesboro + TN + 37130 + Mr. + F99267 + L99267 + + Board Chair + 99267@hsesinfo.org + Ms. + F99265 + L99265 + + Executive Director + 99265@hsesinfo.org + Ms. + F99264 + L99264 + + 99264@hsesinfo.org + Ms. + F99263 + L99263 + + 99263@hsesinfo.org + 555-555-9263 + + + 11204 + 3529 + 13114 + 001 + + 2020-04-01 + + HS + Active + Sunbeam Family Services, Inc. + sunbeamfamilyservices.org + 3529@hsesinfo.org + 500 SE Grand + + Oklahoma City + OK + 73129 + 1100 NW 14th St + + Oklahoma City + OK + 73106-4450 + 500 SE Grand + + Oklahoma City + OK + 73129 + Ms. + F226607 + L226607 + + Sunbeam Board President + 226607@hsesinfo.org + Ms. + F226608 + L226608 + + Chief Executive Officer + 226608@hsesinfo.org + Mr. + F226610 + L226610 + + 226610@hsesinfo.org + Mrs. + F226606 + L226606 + + 226606@hsesinfo.org + 555-555-6606 + + + 8669 + 8532 + 11027 + 200 + 2017 + 2017-07-01 + + EHS + Active + Acelero, Inc. + www.acelero.net + 8532@hsesinfo.org + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + Mr. + F209192 + L209192 + + Chairman of the Board + 209192@hsesinfo.org + Ms. + F209193 + L209193 + + Executive Director-Camden Philadelphia + 209193@hsesinfo.org + Ms. + F209195 + L209195 + + 209195@hsesinfo.org + Mr. + F209191 + L209191 + + 209191@hsesinfo.org + 555-555-9191 + + + 8189 + 2285 + 10629 + 000 + 1992 + 2016-07-01 + + HS + Active + Joint Council For Economic Opportunity , Inc + http://www.jceo.org + 2285@hsesinfo.org + 54 Margaret Street + + Plattsburgh + NY + 12901-2925 + 54 Margaret Street + + Plattsburgh + NY + 12901-2925 + 54 Margaret Street + + Plattsburgh + NY + 12901-2925 + Ms. + F206438 + L206438 + + Board President + 206438@hsesinfo.org + Mr. + F206439 + L206439 + + CEO + 206439@hsesinfo.org + Ms. + F206441 + L206441 + + 206441@hsesinfo.org + Ms. + F206437 + L206437 + + 206437@hsesinfo.org + 555-555-6437 + + + 9499 + 8785 + 11716 + 200 + 2019 + 2019-03-01 + + EHS + Active + Mile High Montessori Early Learning Centers + + 8785@hsesinfo.org + 1799 N Pennsylvania St + Fl 4 + Denver + CO + 80203-1310 + 1799 N Pennsylvania St + Fl 4 + Denver + CO + 80203-1310 + 1799 N Pennsylvania St + Fl 4 + Denver + CO + 80203-1310 + Ms. + F214990 + L214990 + + Board Chair + 214990@hsesinfo.org + Dr. + F214991 + L214991 + + President & CEO + 214991@hsesinfo.org + Ms. + F214993 + L214993 + + 214993@hsesinfo.org + Ms. + F214989 + L214989 + + 214989@hsesinfo.org + 555-555-4989 + + + 6758 + 2405 + 10198 + 000 + 1992 + 2015-08-01 + + AIAN HS + Active + Northern Cheyenne Head Start Program + + 2405@hsesinfo.org + 100 Coyote Dr + + Lame Deer + MT + 59043 + PO Box 128 + 600 Cheyenne Ave + Lame Deer + MT + 59043-0128 + 100 Coyote Dr + + Lame Deer + MT + 59043 + Mrs. + F202977 + L202977 + + Madam President + 202977@hsesinfo.org + Mr. + F202978 + L202978 + + Tribal Administrator + 202978@hsesinfo.org + Mr. + F202980 + L202980 + + 202980@hsesinfo.org + Mrs. + F202976 + L202976 + + 202976@hsesinfo.org + 555-555-2976 x 5555 + + + 8374 + 1173 + 10721 + 200 + 2000 + 2016-09-01 + + AIAN EHS + Active + Fairbanks Native Association Early Head Start + http://www.fairbanksnative.org + 1173@hsesinfo.org + 3830 S Cushman St + + Fairbanks + AK + 99701-7530 + 3830 S Cushman St + + Fairbanks + AK + 99701-7530 + 3830 S Cushman St + + Fairbanks + AK + 99701-7530 + Dr. + F207777 + L207777 + + Fairbanks Native Association Board of Director President + 207777@hsesinfo.org + Mr. + F207778 + L207778 + + Fairbanks Native Association Executive Director + 207778@hsesinfo.org + Mr. + F207780 + L207780 + + 207780@hsesinfo.org + Ms. + F207776 + L207776 + + 207776@hsesinfo.org + 555-555-7776 x 5555 + + + 9209 + 918 + 11502 + 200 + 2003 + 2018-12-01 + + EHS + Active + Mid-East Community Action Agency + http://www.mecaa.net + 918@hsesinfo.org + 315 E Race St + + Kingston + TN + 37763-2828 + PO Box 790 + + Kingston + TN + 37763-0790 + 315 E Race St + + Kingston + TN + 37763-2828 + Ms. + F213003 + L213003 + + Board Chair + 213003@hsesinfo.org + Mr. + F213004 + L213004 + + + 213004@hsesinfo.org + Ms. + F213006 + L213006 + + 213006@hsesinfo.org + Ms. + F213002 + L213002 + + 213002@hsesinfo.org + 555-555-3002 x 5555 + + + 8000 + 8000 + 10491 + 200 + 2017 + 2016-02-01 + + EHS + Active + Mora Independent Schools + mora.k12.nm.us + 8000@hsesinfo.org + 3549 State Highway 518 + + Holman + NM + 87723-2006 + PO Box 180 + + Holman + NM + 87723-0180 + 3549 State Hwy 517 + + Holman + NM + 87723 + Mr. + F205222 + L205222 + + Governing Body Chairman + 205222@hsesinfo.org + Mr. + F205223 + L205223 + + Superintendent + 205223@hsesinfo.org + Ms. + F205225 + L205225 + + 205225@hsesinfo.org + Mr. + F205221 + L205221 + + 205221@hsesinfo.org + 555-555-5221 + + + 5809 + 5815 + 9563 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Delta Health Alliance, Inc. + deltahealthalliance.org + 5815@hsesinfo.org + 435 Stoneville Rd + + Leland + MS + 38756-9569 + PO Box 277 + + Stoneville + MS + 38776-0277 + 435 Stoneville Rd + + Leland + MS + 38756-9569 + Mr. + F103820 + L103820 + + Board Chair + 103820@hsesinfo.org + Dr. + F103821 + L103821 + + CEO + 103821@hsesinfo.org + Mrs. + F103823 + L103823 + + 103823@hsesinfo.org + Mrs. + F103819 + L103819 + + 103819@hsesinfo.org + 555-555-3819 + + + 10177 + 5481 + 12213 + 001 + 2014 + 2019-07-01 + + HS + Active + Development Centers Inc. + http://www.develctrs.org + 5481@hsesinfo.org + 17421 Telegraph Rd + + Detroit + MI + 48219 + 17421 Telegraph Rd + + Detroit + MI + 48219 + 17421 Telegraph Rd + + Detroit + MI + 48219 + Mr. + F219601 + L219601 + + Board Chairperson + 219601@hsesinfo.org + Ms. + F219599 + L219599 + Ph.D + CEO + 219599@hsesinfo.org + Ms. + F219602 + L219602 + + 219602@hsesinfo.org + Ms. + F219598 + L219598 + + 219598@hsesinfo.org + 555-555-9598 x 5555 + + + 4925 + 2585 + 8926 + 000 + 2014 + 2014-07-01 + 2019-04-30 + HS + Inactive + Pathways for Children, Inc. + www.pw4c.org + 2585@hsesinfo.org + 29 Emerson Ave. + + Gloucester + MA + 01930 + 29 Emerson Ave. + + Gloucester + MA + 01930 + 29 Emerson Ave. + + Gloucester + MA + 01930 + Mr. + F48644 + L48644 + + Chairperson of the Board + 48644@hsesinfo.org + Mrs. + F48642 + L48642 + + President & CEO + 48642@hsesinfo.org + Ms. + F48641 + L48641 + + 48641@hsesinfo.org + Ms. + F48645 + L48645 + + 48645@hsesinfo.org + 555-555-8645 + + + 10181 + 5995 + 12217 + 200 + + 2019-08-01 + + Migrant EHS + Active + CENTRO DE LA FAMILIA DE UTAH + www.cdlf.org + 5995@hsesinfo.org + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + Mr. + F219623 + L219623 + + Board President + 219623@hsesinfo.org + Mr. + F219624 + L219624 + + + 219624@hsesinfo.org + Ms. + F219626 + L219626 + + 219626@hsesinfo.org + Mr. + F219622 + L219622 + + 219622@hsesinfo.org + 555-555-9622 + + + 9582 + 8839 + 11693 + 200 + 2019 + 2019-03-01 + + EHS + Active + Economic Improvement Council Inc + www.eicca.org + 8839@hsesinfo.org + 712 Virginia Rd + + Edenton + NC + 27932-9585 + PO BOX 549 + + Edenton + NC + 27932-0549 + 712 Virginia Rd + + Edenton + NC + 27932-9585 + Mr. + F215527 + L215527 + + Board Chairman + 215527@hsesinfo.org + Dr. + F215528 + L215528 + + Executive Director + 215528@hsesinfo.org + Ms. + F215530 + L215530 + + 215530@hsesinfo.org + Mrs. + F215526 + L215526 + + 215526@hsesinfo.org + 555-555-5526 + + + 8372 + 8266 + 10719 + 000 + 2016 + 2016-08-01 + + HS + Active + Mohawk Valley Community Action Agency, Inc + www.mvcaa.com + 8266@hsesinfo.org + 9882 River Road + + Utica + NY + 13502 + 9882 River Road + + Utica + NY + 13502 + 9882 River Road + + Utica + NY + 13502 + Mr. + F207763 + L207763 + + Board Chair + 207763@hsesinfo.org + Ms. + F207764 + L207764 + + Executive Director + 207764@hsesinfo.org + Ms. + F207766 + L207766 + + 207766@hsesinfo.org + Ms. + F207762 + L207762 + + 207762@hsesinfo.org + 555-555-7762 x 5555 + + + 10792 + 6671 + 12763 + 000 + + 2019-12-01 + + HS + Active + Imperial County Office of Education + www.icoe.org + 6671@hsesinfo.org + 1398 Sperber Rd + + El Centro + CA + 92243-9621 + 1398 Sperber Rd + + El Centro + CA + 92243-9621 + 1398 Sperber Rd + + El Centro + CA + 92243-9621 + Dr. + F223845 + L223845 + Ed.D + County Superintendent of Schools + 223845@hsesinfo.org + Mr. + F223846 + L223846 + + Senior Director-ECEP + 223846@hsesinfo.org + Ms. + F223848 + L223848 + + 223848@hsesinfo.org + Ms. + F223844 + L223844 + + 223844@hsesinfo.org + 555-555-3844 + + + 10793 + 6672 + 12763 + 200 + + 2019-12-01 + + EHS + Active + Imperial County Office of Education + icoe.org + 6672@hsesinfo.org + 1398 Sperber Rd + + El Centro + CA + 92243-9621 + 1398 Sperber Rd + + El Centro + CA + 92243-9621 + 1398 Sperber Rd + + El Centro + CA + 92243-9621 + Dr. + F223852 + L223852 + Ed.D + County Superintendent of Schools + 223852@hsesinfo.org + Mr. + F223853 + L223853 + + Senior Director-ECEP + 223853@hsesinfo.org + Ms. + F223855 + L223855 + + 223855@hsesinfo.org + Ms. + F223851 + L223851 + + 223851@hsesinfo.org + 555-555-3851 + + + 4718 + 3944 + 8700 + 046 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Northside Center For Child Development, Inc. + http://www.northsidecenter.org + 3944@hsesinfo.org + 1301 - Fifth Avenue + + New York + NY + 10029-3119 + 1301 - Fifth Avenue + + New York + NY + 10029-3119 + 1301 - Fifth Avenue + + New York + NY + 10029-3119 + Mr. + F45777 + L45777 + + Board Chairman + 45777@hsesinfo.org + Dr. + F45775 + L45775 + + + 45775@hsesinfo.org + Ms. + F45774 + L45774 + + 45774@hsesinfo.org + Ms. + F45772 + L45772 + + 45772@hsesinfo.org + 555-555-5772 + + + 11205 + 1392 + 13108 + 000 + 1992 + 2020-04-01 + + HS + Active + PLANO INDEPENDENT SCHOOL DISTRICT + http://www.pisd.edu + 1392@hsesinfo.org + 2700 W. 15th Street + + Plano + TX + 75075 + 2700 W. 15th. Street + + Plano + TX + 75075 + 2700 W. 15th Street + + Plano + TX + 75075 + Mrs. + F226614 + L226614 + + Plano ISD Board of Trustees President + 226614@hsesinfo.org + Mrs. + F226615 + L226615 + + Superintendent + 226615@hsesinfo.org + Mrs. + F226617 + L226617 + + 226617@hsesinfo.org + Dr. + F226613 + L226613 + + 226613@hsesinfo.org + 555-555-6613 + + + 9847 + 5128 + 11959 + 000 + 2014 + 2019-07-01 + + HS + Active + New St. Paul Tabernacle Head Start Agency, Inc. + www.nspheadstart.org + 5128@hsesinfo.org + 15362 Southfield Drive + + Detroit + MI + 48223-1359 + 15362 Southfield Drive + + Detroit + MI + 48223-1359 + 15362 Southfield Drive + + Detroit + MI + 48223-1359 + Mr. + F217340 + L217340 + + Chairman of the Board of Directors + 217340@hsesinfo.org + Mrs. + F217341 + L217341 + + Executive Director + 217341@hsesinfo.org + Ms. + F217343 + L217343 + + 217343@hsesinfo.org + Mrs. + F217339 + L217339 + + 217339@hsesinfo.org + 555-555-7339 x 5555 + + + 9848 + 5129 + 11959 + 200 + 2014 + 2019-07-01 + + EHS + Active + New St. Paul Tabernacle Head Start Agency, Inc. + nspheadstart.org + 5129@hsesinfo.org + 15362 Southfield Drive + + Detroit + MI + 48223-1359 + 15362 Southfield Drive + + Detroit + MI + 48223-1359 + 15362 Southfield Drive + + Detroit + MI + 48223-1359 + Mr. + F217347 + L217347 + + Chairman of the Board of Directors + 217347@hsesinfo.org + Mrs. + F217348 + L217348 + + Executive Director + 217348@hsesinfo.org + Ms. + F217350 + L217350 + + 217350@hsesinfo.org + Mrs. + F217346 + L217346 + + 217346@hsesinfo.org + 555-555-7346 x 5555 + + + 5504 + 421 + 9261 + 000 + 1991 + 2014-11-01 + 2019-10-31 + HS + Inactive + Mid-Cumberland Community Action + www.mcheadstart.org + 421@hsesinfo.org + 412 Vine Street + + Murfreesboro + TN + 37130 + PO Box 1583 + + Murfreesboro + TN + 37133-1583 + 412 Vine Street + + Murfreesboro + TN + 37130 + Mr. + F99258 + L99258 + + Board Chair + 99258@hsesinfo.org + Ms. + F99257 + L99257 + + Executive Director + 99257@hsesinfo.org + Ms. + F99260 + L99260 + + 99260@hsesinfo.org + Ms. + F99256 + L99256 + + 99256@hsesinfo.org + 555-555-9256 + + + 11206 + 1259 + 13109 + 000 + 1992 + 2020-04-01 + + HS + Active + Community Services Agency + http://www.csareno.org + 1259@hsesinfo.org + 1090 E. 8th Street + + Reno + NV + 89512 + P.O. Box 10167 + + Reno + NV + 89510-0167 + 1090 E. 8th Street + + Reno + NV + 89512 + Mr. + F226621 + L226621 + + Board Chair + 226621@hsesinfo.org + Ms. + F226622 + L226622 + + CEO + 226622@hsesinfo.org + Ms. + F226624 + L226624 + + 226624@hsesinfo.org + Ms. + F226620 + L226620 + + 226620@hsesinfo.org + 555-555-6620 x 5555 + + + 6912 + 1528 + 10399 + 000 + 1991 + 2015-11-01 + + HS + Active + Community & Family Services, Inc. + http://www.communityandfamilyservices.org/ + 1528@hsesinfo.org + 521 S Wayne St + + Portland + IN + 47371-2519 + 521 S Wayne St + + Portland + IN + 47371-2519 + 521 S Wayne St + + Portland + IN + 47371-2519 + Miss + F204045 + L204045 + + Executive Board President + 204045@hsesinfo.org + Mr. + F204046 + L204046 + + Executive Director + 204046@hsesinfo.org + Mrs. + F204048 + L204048 + + 204048@hsesinfo.org + Mrs. + F204044 + L204044 + + 204044@hsesinfo.org + 555-555-4044 + + + 10215 + 1391 + 12244 + 000 + 2014 + 2019-08-01 + + HS + Active + SAN FELIPE DEL RIO CONSOLIDATED INDEPENDENT SCHOOL DIST + www.sfdr-cisd.org + 1391@hsesinfo.org + 1009 Avenue J + + Del Rio + TX + 78840-4044 + PO Box 428002 + P.O. Box 428002 + Del Rio + TX + 78842-8002 + 315 Griner St + + Del Rio + TX + 78840-5533 + Mr. + F219851 + L219851 + + SFDRCISD School Board President + 219851@hsesinfo.org + Dr. + F219852 + L219852 + Dr. + SFDRCISD Superintendent + 219852@hsesinfo.org + Mrs. + F219854 + L219854 + + 219854@hsesinfo.org + Dr. + F219850 + L219850 + Dr. + 219850@hsesinfo.org + 555-555-9850 + + + 9319 + 2321 + 11576 + 200 + 2013 + 2019-02-01 + + EHS + Active + Community Action of Orleans and Genesee, Inc. + http://www.caoginc.org + 2321@hsesinfo.org + Early Head Start Program + 401 East State Street + Albion + NY + 14411-1123 + Early Head Start Program + 401 East State Street + Albion + NY + 14411-1123 + Community Action of Orleans & Genesee + 409 East State Street + Albion + NY + 14411-1123 + Mrs. + F213770 + L213770 + + Board Chairperson + 213770@hsesinfo.org + Ms. + F213771 + L213771 + + Executive Director + 213771@hsesinfo.org + Ms. + F213773 + L213773 + + 213773@hsesinfo.org + Mrs. + F213769 + L213769 + + 213769@hsesinfo.org + 555-555-3769 + + + 9747 + 782 + 11880 + 000 + 1992 + 2019-07-01 + + HS + Active + Economic Opportunities Advancement Corporation of Planning Region XI + www.eoacwaco.org + 782@hsesinfo.org + 500 Franklin Avenue + + Waco + TX + 76701-2111 + 500 Franklin Avenue + + Waco + TX + 76701-2111 + 500 Franklin Avenue + + Waco + TX + 76701-2111 + Mr. + F216637 + L216637 + + EOAC Board President + 216637@hsesinfo.org + Mrs. + F216638 + L216638 + + EOAC Executive Director + 216638@hsesinfo.org + Mr. + F216640 + L216640 + + 216640@hsesinfo.org + Ms. + F216636 + L216636 + + 216636@hsesinfo.org + 555-555-6636 x 5555 + + + 6317 + 6330 + 8926 + 200 + + 2015-07-01 + 2019-04-30 + EHS + Inactive + Pathways for Children, Inc. + www.pw4c.org + 6330@hsesinfo.org + 29 Emerson Ave + + Gloucester + MA + 01930-2556 + 29 Emerson Ave + + Gloucester + MA + 01930-2556 + 29 Emerson Ave + + Gloucester + MA + 01930-2556 + Mr. + F110535 + L110535 + + Chairperson of the Board + 110535@hsesinfo.org + Mrs. + F110536 + L110536 + + President & CEO + 110536@hsesinfo.org + Ms. + F110538 + L110538 + + 110538@hsesinfo.org + Ms. + F110534 + L110534 + + 110534@hsesinfo.org + 555-555-0534 + + + 9856 + 743 + 11967 + 000 + 2014 + 2019-07-01 + + HS + Active + Pine Belt Multi-Purpose CAA, Inc. + + 743@hsesinfo.org + 708 S Cooper Ave + + Jonesboro + LA + 71251-3454 + 708 S Cooper Ave + + Jonesboro + LA + 71251-3454 + 708 S Cooper Ave + + Jonesboro + LA + 71251-3454 + Mr. + F217403 + L217403 + + Board Chairman + 217403@hsesinfo.org + Mrs. + F217404 + L217404 + + Executive Director + 217404@hsesinfo.org + Mrs. + F217406 + L217406 + + 217406@hsesinfo.org + Mrs. + F217402 + L217402 + + 217402@hsesinfo.org + 555-555-7402 x 5555 + + + 5117 + 847 + 8810 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Parents In Community Action, Inc. + http://www.picaheadstart.org + 847@hsesinfo.org + 700 Humboldt Avenue North + + Minneapolis + MN + 55411 + 700 Humboldt Avenue North + + Minneapolis + MN + 55411 + 700 Humboldt Avenue North + + Minneapolis + MN + 55411 + Ms. + F51918 + L51918 + + Board Chair + 51918@hsesinfo.org + Ms. + F51920 + L51920 + + Executive Director + 51920@hsesinfo.org + Ms. + F51919 + L51919 + + 51919@hsesinfo.org + Mr. + F51916 + L51916 + + 51916@hsesinfo.org + 555-555-1916 + + + 5643 + 4354 + 9463 + 029 + 2014 + 2014-12-01 + + HS + Active + Judah International Outreach Ministries + JudahFCSchool.org + 4354@hsesinfo.org + 939 N Pulaski Rd + + Chicago + IL + 60651-3637 + 939 N Pulaski Rd + + Chicago + IL + 60651-3637 + 939 N Pulaski Rd + + Chicago + IL + 60651-3637 + Ms. + F101593 + L101593 + + Board Chair + 101593@hsesinfo.org + Ms. + F101594 + L101594 + + Operation Manager + 101594@hsesinfo.org + Ms. + F101596 + L101596 + + 101596@hsesinfo.org + Ms. + F101592 + L101592 + + 101592@hsesinfo.org + 555-555-1592 + + + 6756 + 1087 + 10217 + 000 + 1992 + 2015-08-01 + 2020-07-31 + HS + Inactive + Sacramento Employment And Training Agency + http://www.headstart.seta.net + 1087@hsesinfo.org + 925 Del Paso Blvd Ste 200 + + Sacramento + CA + 95815-3500 + 925 Del Paso Blvd Ste 200 + + Sacramento + CA + 95815-3500 + 925 Del Paso Blvd Ste 200 + + Sacramento + CA + 95815-3500 + Mr. + F202963 + L202963 + + Board of Supervisor + 202963@hsesinfo.org + Ms. + F202964 + L202964 + + Executive Director + 202964@hsesinfo.org + Ms. + F202966 + L202966 + + 202966@hsesinfo.org + Ms. + F202962 + L202962 + + 202962@hsesinfo.org + 555-555-2962 + + + 5118 + 848 + 8810 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Parents In Community Action, Inc. + http://www.picaheadstart.org + 848@hsesinfo.org + 700 Humboldt Avenue North + + Minneapolis + MN + 55411 + 700 Humboldt Avenue North + + Minneapolis + MN + 55411 + 700 Humboldt Avenue North + + Minneapolis + MN + 55411 + Ms. + F51928 + L51928 + + Board Chair + 51928@hsesinfo.org + Ms. + F51927 + L51927 + + Executive Director + 51927@hsesinfo.org + Ms. + F51924 + L51924 + + 51924@hsesinfo.org + Mr. + F51923 + L51923 + + 51923@hsesinfo.org + 555-555-1923 + + + 5825 + 5831 + 9479 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Parents In Community Action, Inc. + www.picaheadstart.org + 5831@hsesinfo.org + 700 Humboldt Avenue North + + Minneapolis + MN + 55411-3931 + 700 Humboldt Avenue North + + Minneapolis + MN + 55411-3931 + 700 Humboldt Avenue North + + Minneapolis + MN + 55411-3931 + Ms. + F103962 + L103962 + + Board Chair + 103962@hsesinfo.org + Ms. + F103963 + L103963 + + Executive Director + 103963@hsesinfo.org + Ms. + F103965 + L103965 + + 103965@hsesinfo.org + Mr. + F103961 + L103961 + + 103961@hsesinfo.org + 555-555-3961 + + + 5071 + 2289 + 8981 + 000 + 2004 + 2014-07-01 + 2019-06-30 + HS + Inactive + CLEVELAND COUNTY SCHOOL DISTRICT + clevelandcountyschools.org + 2289@hsesinfo.org + 400 W Marion St + + Shelby + NC + 28150-5338 + 400 W Marion St + + Shelby + NC + 28150-5338 + 400 W Marion St + + Shelby + NC + 28150-5338 + Mrs. + F51717 + L51717 + . + School Board Chair + 51717@hsesinfo.org + Dr. + F51719 + L51719 + + Superintendent of Cleveland County Schools + 51719@hsesinfo.org + Ms. + F51718 + L51718 + + 51718@hsesinfo.org + Mrs. + F51716 + L51716 + + 51716@hsesinfo.org + 555-555-1716 + + + 9014 + 4335 + 11341 + 001 + 2013 + 2018-08-01 + + HS + Active + Ypsilanti Community Schools + website@ycschools.us + 4335@hsesinfo.org + 1885 Packard Rd + + Ypsilanti + MI + 48197-1846 + 1885 Packard Rd + + Ypsilanti + MI + 48197-1846 + 1885 Packard Rd + + Ypsilanti + MI + 48197-1846 + Ms. + F211644 + L211644 + + Board President + 211644@hsesinfo.org + Ms. + F211645 + L211645 + + Superintendent + 211645@hsesinfo.org + Mrs. + F211647 + L211647 + + 211647@hsesinfo.org + Ms. + F211643 + L211643 + + 211643@hsesinfo.org + 555-555-1643 x 5555 + + + 5621 + 4117 + 9441 + 007 + 2014 + 2014-12-01 + + HS + Active + Salvation Army + www.salvationarmychicago.org + 4117@hsesinfo.org + 845 West 69th Street + + Chicago + IL + 60621-1709 + 845 West 69th Street + + Chicago + IL + 60621-1709 + 845 West 69th Street + + Chicago + IL + 60621-1709 + Mr. + F101369 + L101369 + + Board Chair + 101369@hsesinfo.org + Mr. + F101367 + L101367 + + Executive Director + 101367@hsesinfo.org + Ms. + F101366 + L101366 + + 101366@hsesinfo.org + Mr. + F101365 + L101365 + + 101365@hsesinfo.org + 555-555-1365 + + + 9015 + 4336 + 11342 + 002 + 2013 + 2018-08-01 + + HS + Active + Ann Arbor Public Schools + http://www.a2schools.org/preschool.home/ann_arbor_preschool_and_family_center + 4336@hsesinfo.org + 2775 Boardwalk St + + Ann Arbor + MI + 48104-6713 + 2775 Boardwalk St + + Ann Arbor + MI + 48104-6713 + 2775 Boardwalk St + + Ann Arbor + MI + 48104-6713 + + F211650 + L211650 + + Board President + 211650@hsesinfo.org + Dr. + F211651 + L211651 + + Superintendent + 211651@hsesinfo.org + + F211653 + L211653 + + 211653@hsesinfo.org + + F211649 + L211649 + + 211649@hsesinfo.org + 555-555-1649 + + + 6810 + 1926 + 10285 + 000 + 1993 + 2015-09-01 + 2020-08-31 + HS + Inactive + Blue Water Community Action + www.bwcaa.org + 1926@hsesinfo.org + 3403 Lapeer Rd + + Port Huron + MI + 48060-2597 + 3403 Lapeer Rd + + Port Huron + MI + 48060-2597 + 3403 Lapeer Rd + + Port Huron + MI + 48060-2597 + Mr. + F203345 + L203345 + + Board Chairperson + 203345@hsesinfo.org + Ms. + F203346 + L203346 + + Executive Director + 203346@hsesinfo.org + Ms. + F203348 + L203348 + + 203348@hsesinfo.org + Ms. + F203344 + L203344 + + 203344@hsesinfo.org + 555-555-3344 + + + 9834 + 5159 + 11961 + 000 + 2014 + 2019-07-01 + + HS + Active + Toledo Public Schools + www.tps.org + 5159@hsesinfo.org + 1609 N Summit St + + Toledo + OH + 43604-1806 + 1609 N Summit St + + Toledo + OH + 43604-1806 + 1609 N Summit St + + Toledo + OH + 43604 + Mr. + F217249 + L217249 + + President, Toledo Board of Education + 217249@hsesinfo.org + Dr. + F217250 + L217250 + + Superintendent + 217250@hsesinfo.org + Mrs. + F217252 + L217252 + + 217252@hsesinfo.org + Dr. + F217248 + L217248 + + 217248@hsesinfo.org + 555-555-7248 + + + 7033 + 864 + 10479 + 000 + 1991 + 2016-01-01 + + HS + Active + Dane County Parent Council, Inc. DBA Reach Dane + www.reachdane.org + 864@hsesinfo.org + 2096 Red Arrow Trl + + Fitchburg + WI + 53711-4723 + 2096 Red Arrow Trl + + Fitchburg + WI + 53711-4723 + 2096 Red Arrow Trl + + Fitchburg + WI + 53711-4723 + Mr. + F204897 + L204897 + + President, Board of Directors + 204897@hsesinfo.org + Ms. + F204898 + L204898 + + Executive Director + 204898@hsesinfo.org + Mrs. + F204900 + L204900 + + 204900@hsesinfo.org + Ms. + F204896 + L204896 + + 204896@hsesinfo.org + 555-555-4896 + + + 9835 + 5160 + 11961 + 200 + 2014 + 2019-07-01 + + EHS + Active + Toledo Public Schools + 1609 Summit + 5160@hsesinfo.org + 1609 N Summit St + + Toledo + OH + 43604-1806 + 1609 N Summit St + + Toledo + OH + 43604-1806 + 1609 N Summit St + + Toledo + OH + 43604-1806 + Mr. + F217256 + L217256 + + President, Toledo Board of Education + 217256@hsesinfo.org + Dr. + F217257 + L217257 + + Superintendent + 217257@hsesinfo.org + Mrs. + F217259 + L217259 + + 217259@hsesinfo.org + Dr. + F217255 + L217255 + + 217255@hsesinfo.org + 555-555-7255 + + + 9123 + 3792 + 11425 + 203 + 2013 + 2018-09-01 + + EHS + Active + Lake Elsinore USD + www.leusd.k12.ca.us + 3792@hsesinfo.org + 545 Chaney Street + + Lake Elsinore + CA + 92530-2712 + 545 Chaney Street + + Lake Elsinore + CA + 92530-2712 + 545 Chaney Street + + Lake Elsinore + CA + 92530-2712 + Mr. + F212451 + L212451 + + Board President + 212451@hsesinfo.org + Dr. + F212452 + L212452 + + Director of Early Childhood Education + 212452@hsesinfo.org + Ms. + F212454 + L212454 + + 212454@hsesinfo.org + Dr. + F212450 + L212450 + + 212450@hsesinfo.org + 555-555-2450 + + + 9872 + 5224 + 11993 + 000 + 2014 + 2019-07-01 + + HS + Active + Enrichment Services Program, Inc + www.enrichmentservices.org + 5224@hsesinfo.org + 2601 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + 2601 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + 2601 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + Mr. + F217514 + L217514 + + Board Chair + 217514@hsesinfo.org + Ms. + F217515 + L217515 + + + 217515@hsesinfo.org + Ms. + F217517 + L217517 + + 217517@hsesinfo.org + Mr. + F217513 + L217513 + + 217513@hsesinfo.org + 555-555-7513 + + + 10178 + 5482 + 12213 + 201 + 2014 + 2019-07-01 + + EHS + Active + Development Centers Inc. + http://www.develctrs.org + 5482@hsesinfo.org + 17421 Telegraph Rd + + Detroit + MI + 48219 + 17421 Telegraph Rd + + Detroit + MI + 48219 + 17421 Telegraph Rd + + Detroit + MI + 48219 + Mr. + F219607 + L219607 + + Board Chairperson + 219607@hsesinfo.org + Ms. + F219605 + L219605 + Ph.D + CEO + 219605@hsesinfo.org + Ms. + F219608 + L219608 + + 219608@hsesinfo.org + Ms. + F219604 + L219604 + + 219604@hsesinfo.org + 555-555-9604 x 5555 + + + 10179 + 5483 + 12215 + 002 + 2014 + 2019-07-01 + + HS + Active + Focus HOPE + http://www.focushope.edu + 5483@hsesinfo.org + 1355 Oakman Blvd + + Detroit + MI + 48238 + 1355 Oakman Blvd + + Detroit + MI + 48238 + 1355 Oakman Blvd + + Detroit + MI + 48238 + Mr. + F219613 + L219613 + + Board Chair + 219613@hsesinfo.org + Mr. + F219611 + L219611 + + Chief Executive Officer + 219611@hsesinfo.org + Ms. + F219614 + L219614 + + 219614@hsesinfo.org + Mr. + F219610 + L219610 + + 219610@hsesinfo.org + 555-555-9610 + + + 8946 + 740 + 11295 + 000 + 2013 + 2018-07-01 + + HS + Active + HELP - New Mexico, Inc. + http://www.helpnm.com + 740@hsesinfo.org + 5101 Copper Ave, NE + + Albuquerque + NM + 87108-5352 + 5101 Copper Ave NE + + Albuquerque + NM + 87108-5352 + 5101 Copper Ave NE + + Albuquerque + NM + 87108-5352 + Ms. + F211177 + L211177 + + Board Chairwoman + 211177@hsesinfo.org + Mr. + F211178 + L211178 + + Acting Chief Executive Officer (CEO) + 211178@hsesinfo.org + Ms. + F211180 + L211180 + + 211180@hsesinfo.org + Ms. + F211176 + L211176 + + 211176@hsesinfo.org + 555-555-1176 x 5555 + + + 8521 + 8401 + 10928 + 200 + 2017 + 2017-03-01 + + AIAN EHS + Active + Delaware Tribe of Indians + www.delawarechild.org + 8401@hsesinfo.org + 5100 Tuxedo Blvd + + Bartlesville + OK + 74006-2838 + 5100 Tuxedo Blvd + + Bartlesville + OK + 74006-2838 + 5100 Tuxedo Blvd + + Bartlesville + OK + 74006-2838 + Mr. + F208373 + L208373 + + Chief, Delaware Tribe + 208373@hsesinfo.org + Mr. + F208374 + L208374 + + Tribal Mamnager + 208374@hsesinfo.org + + F208376 + L208376 + + 208376@hsesinfo.org + Ms. + F208372 + L208372 + + 208372@hsesinfo.org + 555-555-8372 + + + 10781 + 278 + 12758 + 000 + 1991 + 2019-12-01 + + HS + Active + Community Program Centers of Long Island, Inc. + www.childrenscommunityhs.org + 278@hsesinfo.org + The Children's Community Head Start + 400 Sheep Pasture Road + Port Jefferson + NY + 11777-2059 + The Children's Community Head Start + 400 Sheep Pasture Road + Port Jefferson + NY + 11777-2059 + The Children's Community Head Start + 400 Sheep Pasture Road + Port Jefferson + NY + 11777-2059 + Mr. + F223768 + L223768 + + Board President + 223768@hsesinfo.org + Ms. + F223769 + L223769 + + CEO + 223769@hsesinfo.org + Ms. + F223771 + L223771 + + 223771@hsesinfo.org + Ms. + F223767 + L223767 + + 223767@hsesinfo.org + 555-555-3767 + + + 6320 + 6333 + 9950 + 201 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Lucas County Family Council + http://www.lucascountyoh.gov/index.aspx?nid=528 + 6333@hsesinfo.org + 1946 N 13th St + Ste 420 + Toledo + OH + 43604-7264 + 1946 N 13th St + Ste 420 + Toledo + OH + 43604-7264 + 1946 N 13th St + Ste 420 + Toledo + OH + 43604-7264 + Mr. + F110559 + L110559 + + Board-Chairperson + 110559@hsesinfo.org + Mr. + F110560 + L110560 + + Executive Director + 110560@hsesinfo.org + Ms. + F110562 + L110562 + + 110562@hsesinfo.org + Dr. + F110558 + L110558 + + 110558@hsesinfo.org + 555-555-0558 + + + 4720 + 3946 + 8702 + 048 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Brooklyn Kindergarten Society + www.bksny.org + 3946@hsesinfo.org + 57 Willoughby St + 4th Floor + Brooklyn + NY + 11201-5290 + 57 Willoughby St + 4th Floor + Brooklyn + NY + 11201-5290 + 57 Willoughby St + 4th Floor + Brooklyn + NY + 11201-5290 + Mr. + F45790 + L45790 + + Board President-Elect + 45790@hsesinfo.org + Ms. + F45788 + L45788 + + Executive Director + 45788@hsesinfo.org + Ms. + F45787 + L45787 + + 45787@hsesinfo.org + Ms. + F45786 + L45786 + + 45786@hsesinfo.org + 555-555-5786 x 5555 + + + 1357 + 2900 + 2853 + 000 + 2013 + 2013-06-26 + 2018-11-30 + HS + Inactive + Greater Bergen Community Action, Inc. + www.greaterbergen.org + 2900@hsesinfo.org + 392 Main St + + Hackensack + NJ + 07601-5805 + 392 Main St + + Hackensack + NJ + 07601-5805 + 392 Main St + + Hackensack + NJ + 07601-5805 + Mr. + F36258 + L36258 + + President/Chairman + 36258@hsesinfo.org + Mr. + F36256 + L36256 + Jr. + Executive Director + 36256@hsesinfo.org + Ms. + F36255 + L36255 + + 36255@hsesinfo.org + Mrs. + F36164 + L36164 + + 36164@hsesinfo.org + 555-555-6164 x 5555 + + + 8807 + 6362 + 11191 + 200 + + 2018-05-01 + + EHS + Active + Western Dairyland Economic Opportunity Council, Inc. + http://www.westerndairyland.org + 6362@hsesinfo.org + 23122 Whitehall Road + + Independence + WI + 54747-7702 + 23122 Whitehall Rd + PO Box 125 + Independence + WI + 54747-7702 + 23122 Whitehall Rd + + Independence + WI + 54747-7702 + Dr. + F210193 + L210193 + + Western Dairyland E.O.C. Board President + 210193@hsesinfo.org + Ms. + F210194 + L210194 + + Executive Director + 210194@hsesinfo.org + Mr. + F210196 + L210196 + + 210196@hsesinfo.org + Ms. + F210192 + L210192 + + 210192@hsesinfo.org + 555-555-0192 x 5555 + + + 6234 + 1160 + 9782 + 000 + 1992 + 2015-04-01 + + AIAN HS + Active + HO-CHUNK NATION + laurel.meek@ho-chunk.com + 1160@hsesinfo.org + W8806 Mission Rd + + Black River Falls + WI + 54615-6412 + PO Box 667 + + Black River Falls + WI + 54615-0667 + W8806 Mission Rd + + Black River Falls + WI + 54615-6412 + Mr. + F109532 + L109532 + + Ho-Chunk Nation President + 109532@hsesinfo.org + Ms. + F109531 + L109531 + + Executive Director of Education + 109531@hsesinfo.org + Mr. + F109529 + L109529 + + 109529@hsesinfo.org + Ms. + F109527 + L109527 + + 109527@hsesinfo.org + 555-555-9527 + + + 9748 + 781 + 11880 + 200 + 2014 + 2019-07-01 + + EHS + Active + Economic Opportunities Advancement Corporation of Planning Region XI + www.eoacwaco.org + 781@hsesinfo.org + 500 Franklin Avenue + + Waco + TX + 76701-2111 + 500 Franklin Avenue + + Waco + TX + 76701-2111 + 500 Franklin Avenue + + Waco + TX + 76701-2111 + Mr. + F216644 + L216644 + + EOAC Board President + 216644@hsesinfo.org + Mrs. + F216645 + L216645 + + EOAC Executive Director + 216645@hsesinfo.org + Mr. + F216647 + L216647 + + 216647@hsesinfo.org + Ms. + F216643 + L216643 + + 216643@hsesinfo.org + 555-555-6643 x 5555 + + + 8198 + 680 + 10593 + 200 + 2000 + 2016-08-01 + + EHS + Active + Renewal Unlimited, Inc + http://www.renewalunlimited.net + 680@hsesinfo.org + 2900 Red Fox Run + + Portage + WI + 53901-3400 + 2900 Red Fox Run + + Portage + WI + 53901-3400 + 2900 Red Fox Run + + Portage + WI + 53901-3400 + Ms. + F206501 + L206501 + + Board Chair + 206501@hsesinfo.org + Ms. + F206502 + L206502 + + Executive Director + 206502@hsesinfo.org + Mr. + F206504 + L206504 + + 206504@hsesinfo.org + Ms. + F206500 + L206500 + + 206500@hsesinfo.org + 555-555-6500 + + + 4443 + 2758 + 8467 + 200 + 2013 + 2013-11-01 + 2018-10-31 + EHS + Inactive + SOUTH SHORE COMMUNITY ACTION COUNCIL, INC + www.sscac.org + 2758@hsesinfo.org + 71 Obery St + + Plymouth + MA + 02360-2181 + 71 Obery St + + Plymouth + MA + 02360-2181 + 71 Obery St + + Plymouth + MA + 02360-2181 + Mr. + F41499 + L41499 + + + 41499@hsesinfo.org + Mr. + F41497 + L41497 + + + 41497@hsesinfo.org + Mrs. + F41496 + L41496 + + 41496@hsesinfo.org + Ms. + F41495 + L41495 + + 41495@hsesinfo.org + 555-555-1495 x 5555 + + + 9392 + 2965 + 11624 + 200 + 2013 + 2019-02-01 + + EHS + Active + Community Action Program for Central Arkansas + www.capcainc.org + 2965@hsesinfo.org + 707 Robins Street Suite 118 + + Conway + AR + 72034-6517 + 707 Robins Street Suite 118 + + Conway + AR + 72034-6517 + 707 Robins Street Suite 118 + + Conway + AR + 72034-6517 + Ms. + F214277 + L214277 + + Governing Board Chairman + 214277@hsesinfo.org + Ms. + F214278 + L214278 + + Executive Director + 214278@hsesinfo.org + Ms. + F214280 + L214280 + + 214280@hsesinfo.org + Mrs. + F214276 + L214276 + + 214276@hsesinfo.org + 555-555-4276 x 5555 + + + 11599 + 2505 + 13385 + 200 + 2007 + 2020-07-01 + + EHS + Active + Siskiyou Early Head Start + tmiller@siskiyoucoe.net + 2505@hsesinfo.org + 1 Childs Way + + Yreka + CA + 96097-3266 + 609 S Gold St + + Yreka + CA + 96097-3110 + 09 S Gold Street + + Yreka + CA + 96097 + Mr. + F229161 + L229161 + + County Superintendent + 229161@hsesinfo.org + Mr. + F229162 + L229162 + + County Superintendent + 229162@hsesinfo.org + Ms. + F229164 + L229164 + + 229164@hsesinfo.org + Ms. + F229160 + L229160 + + 229160@hsesinfo.org + 555-555-9160 + + + 5101 + 5107 + 9016 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Lancaster Head Start + + 5107@hsesinfo.org + 500 Hampton Rd + + Lancaster + SC + 29720-3664 + 300 S Catawba St + + Lancaster + SC + 29720-2458 + 500 Hampton Rd + + Lancaster + SC + 29720-3664 + Mr. + F50308 + L50308 + Jr + Board Chair + 50308@hsesinfo.org + Dr. + F50309 + L50309 + + Superintendent + 50309@hsesinfo.org + Miss + F50311 + L50311 + + 50311@hsesinfo.org + Ms. + F50307 + L50307 + + 50307@hsesinfo.org + 555-555-0307 + + + 6712 + 2126 + 10235 + 000 + 1992 + 2015-08-01 + 2020-07-31 + HS + Inactive + HRDC Head Start + alleganyhrdc.org + 2126@hsesinfo.org + 125 Virginia Ave + + Cumberland + MD + 21502-3952 + 125 Virginia Ave + + Cumberland + MD + 21502-3952 + 125 Virginia Ave + + Cumberland + MD + 21502-3952 + Mr. + F202655 + L202655 + + + 202655@hsesinfo.org + Ms. + F202656 + L202656 + + + 202656@hsesinfo.org + Ms. + F202658 + L202658 + + 202658@hsesinfo.org + Ms. + F202654 + L202654 + + 202654@hsesinfo.org + 555-555-2654 + + + 5002 + 1511 + 8769 + 000 + 2014 + 2014-07-01 + 2019-06-30 + Migrant HS + Inactive + Illinois Department of Human Services + 100 South Grand Ave. East + 1511@hsesinfo.org + 100 S Grand Ave E + Fl 2 + Springfield + IL + 62762-0001 + 100 S Grand Ave E + Fl 2 + Springfield + IL + 62762-0001 + 100 S Grand Ave E + Fl 2 + Springfield + IL + 62762-0001 + Ms. + F49500 + L49500 + + DHS Secretary + 49500@hsesinfo.org + Ms. + F49498 + L49498 + + Associate Director + 49498@hsesinfo.org + Mr. + F49499 + L49499 + + 49499@hsesinfo.org + Mrs. + F49496 + L49496 + + 49496@hsesinfo.org + 555-555-9496 + + + 4231 + 1939 + 6870 + 200 + 2013 + 2013-07-30 + 2019-07-31 + EHS + Inactive + GMN Tri-County Community Action Committee, Inc. + http://www.gmntrico.org + 1939@hsesinfo.org + 615 North Street + + Caldwell + OH + 43724-1123 + 615 North Street + + Caldwell + OH + 43724-1123 + 615 North Street + + Caldwell + OH + 43724-1123 + Mr. + F37647 + L37647 + + GMN Board Chairman + 37647@hsesinfo.org + Mr. + F37649 + L37649 + + GMN Executive Director + 37649@hsesinfo.org + Mrs. + F37648 + L37648 + + 37648@hsesinfo.org + Miss + F37646 + L37646 + + 37646@hsesinfo.org + 555-555-7646 + + + 8571 + 8450 + 10973 + 200 + 2017 + 2017-03-01 + + EHS + Active + Contra Costa County + http://ehsd.org/headstart/ + 8450@hsesinfo.org + 1470 Civic Ct + Ste 200 + Concord + CA + 94520-5242 + 1470 Civic Ct + Ste 200 + Concord + CA + 94520-5242 + 1470 Civic Ct + Ste 200 + Concord + CA + 94520-5242 + Ms. + F208720 + L208720 + + Chair, Contra Costa County Supervisor, District 2 + 208720@hsesinfo.org + Ms. + F208721 + L208721 + + Director, Contra Costa County Employment and Human Services Department + 208721@hsesinfo.org + Ms. + F208723 + L208723 + + 208723@hsesinfo.org + Ms. + F208719 + L208719 + + 208719@hsesinfo.org + 555-555-8719 + + + 6418 + 1290 + 9973 + 200 + 2003 + 2015-07-01 + 2020-06-30 + EHS + Inactive + North Coast Opportunities, Inc. + http://www.ncoinc.org + 1290@hsesinfo.org + 550 N State St + + Ukiah + CA + 95482-4025 + 550 N State St + + Ukiah + CA + 95482-4025 + 550 N State St + + Ukiah + CA + 95482-4025 + Mr. + F200596 + L200596 + + + 200596@hsesinfo.org + Ms. + F200597 + L200597 + + + 200597@hsesinfo.org + Ms. + F200599 + L200599 + + 200599@hsesinfo.org + Ms. + F200595 + L200595 + + 200595@hsesinfo.org + 555-555-0595 + + + 9468 + 853 + 11683 + 000 + 2014 + 2019-04-01 + + HS + Active + CAPC Washington-Morgan County + http://www.wmcap.org + 853@hsesinfo.org + 218 Putnam Street + + Marietta + OH + 45750-0144 + P.O. Box 144 + + Marietta + OH + 45750 + 218 Putnam Street + + Marietta + OH + 45750 + Mr. + F214773 + L214773 + + Board President + 214773@hsesinfo.org + Mr. + F214774 + L214774 + + + 214774@hsesinfo.org + Ms. + F214776 + L214776 + + 214776@hsesinfo.org + Mrs. + F214772 + L214772 + + 214772@hsesinfo.org + 555-555-4772 + + + 9303 + 2065 + 11560 + 000 + 2013 + 2019-01-01 + + HS + Active + Contra Costa County + http://ehsd.org/headstart/ + 2065@hsesinfo.org + 1470 Civic Ct + Ste 200 + Concord + CA + 94520-5242 + 1470 Civic Ct + Ste 200 + Concord + CA + 94520-5242 + 1470 Civic Ct + Ste 200 + Concord + CA + 94520-5242 + Ms. + F213659 + L213659 + + Chair, Contra Costa County Supervisor, District 2 + 213659@hsesinfo.org + Ms. + F213660 + L213660 + + Director, Contra Costa County Employment and Human Services Department + 213660@hsesinfo.org + Ms. + F213662 + L213662 + + 213662@hsesinfo.org + Ms. + F213658 + L213658 + + 213658@hsesinfo.org + 555-555-3658 + + + 5260 + 3727 + 9107 + 001 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Booker T. Washington Child Development Center + http://www.btwchild.org + 3727@hsesinfo.org + 1519 East Adams Street + + Phoenix + AZ + 85034-1182 + 1519 East Adams Street + + Phoenix + AZ + 85034-1182 + 1519 East Adams Street + + Phoenix + AZ + 85034-1182 + Mr. + F53492 + L53492 + + President Board Chair + 53492@hsesinfo.org + Ms. + F53494 + L53494 + + Executive Director + 53494@hsesinfo.org + Ms. + F53495 + L53495 + + 53495@hsesinfo.org + Ms. + F53490 + L53490 + + 53490@hsesinfo.org + 555-555-3490 + + + 8217 + 8149 + 10633 + 000 + 2016 + 2016-07-01 + + HS + Active + The Guidance Center + www.guidance-center.org + 8149@hsesinfo.org + 13101 Allen Rd + + Southgate + MI + 48195-2216 + 13101 Allen Rd + + Southgate + MI + 48195-2216 + 13101 Allen Rd + + Southgate + MI + 48195-2216 + Mr. + F206634 + L206634 + + + 206634@hsesinfo.org + Mr. + F206635 + L206635 + + + 206635@hsesinfo.org + Ms. + F206637 + L206637 + + 206637@hsesinfo.org + Ms. + F206633 + L206633 + + 206633@hsesinfo.org + 555-555-6633 x 5555 + + + 9864 + 5808 + 11987 + 200 + + 2019-07-01 + + EHS + Active + Champlain Valley Head Start (EHS-CCP) + www.cvoeo.org + 5808@hsesinfo.org + 431 Pine St + + Burlington + VT + 05401 + 431 Pine St + + Burlington + VT + 05401 + 431 Pine St + + Burlington + VT + 05401 + Mr. + F217458 + L217458 + + Board President + 217458@hsesinfo.org + Mr. + F217459 + L217459 + + Executive Director + 217459@hsesinfo.org + Ms. + F217461 + L217461 + + 217461@hsesinfo.org + Mr. + F217457 + L217457 + + 217457@hsesinfo.org + 555-555-7457 x 5555 + + + 5183 + 1345 + 8975 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + La Salle Community Action Association Inc + www.lasallecaa.net + 1345@hsesinfo.org + 825 Highway 8 + + Sicily Island + LA + 71368-4836 + 825 Highway 8 + + Sicily Island + LA + 71368-4836 + 825 Highway 8 + + Sicily Island + LA + 71368-4836 + Mr. + F52125 + L52125 + + President + 52125@hsesinfo.org + Mrs. + F52123 + L52123 + + + 52123@hsesinfo.org + Ms. + F52121 + L52121 + + 52121@hsesinfo.org + Ms. + F52120 + L52120 + + 52120@hsesinfo.org + 555-555-2120 x 5555 + + + 4898 + 2195 + 8809 + 200 + 2014 + 2014-06-01 + 2019-05-31 + EHS + Inactive + Children's Home & Aid Society of Illinois + www.childrenshomeandaid.org + 2195@hsesinfo.org + 125 S Wacker Dr + Fl 14 + Chicago + IL + 60606-4429 + 125 S Wacker Dr + Fl 14 + Chicago + IL + 60606-4429 + 125 S. Wacker Drive + 14th Floor + Chicago + IL + 60606 + Mr. + F48241 + L48241 + + Chair + 48241@hsesinfo.org + Ms. + F48240 + L48240 + + President and CEO + 48240@hsesinfo.org + Ms. + F48239 + L48239 + + 48239@hsesinfo.org + Ms. + F48237 + L48237 + + 48237@hsesinfo.org + 555-555-8237 + + + 4266 + 1181 + 2892 + 000 + 1992 + 2013-07-30 + 2019-07-31 + AIAN HS + Inactive + Shoshone-Bannock Tribal Business Council + http://www.sbtribes.com/shoshone-bannock-early-childhood.html + 1181@hsesinfo.org + 37 W Ross Fork Rd + + Fort Hall + ID + 83203 + PO Box 306 + + Fort Hall + ID + 83203-0306 + E Agency Rd Building 82 + + Fort Hall + ID + 83203 + Mr. + F38315 + L38315 + + Chairman, Fort Hall Business Council + 38315@hsesinfo.org + Ms. + F38317 + L38317 + + Interim Executive Director + 38317@hsesinfo.org + Ms. + F38316 + L38316 + + 38316@hsesinfo.org + Ms. + F38314 + L38314 + + 38314@hsesinfo.org + 555-555-8314 + + + 10656 + 1718 + 12668 + 000 + 2013 + 2019-11-01 + + AIAN HS + Active + Grand Portage Reservation Tribal Council + N/A + 1718@hsesinfo.org + 100 Blazes Rd + + Grant Portage + MN + 55605-3031 + PO Box 428 + + Grand Portage + MN + 55605-0428 + 100 Blazes Rd + + Grand Portage + MN + 55605-3031 + Hon. + F222940 + L222940 + + Grand Portage Reservation Tribal Council Chairwoman + 222940@hsesinfo.org + Mr. + F222938 + L222938 + + Intriem Director of Program Operations + 222938@hsesinfo.org + Ms. + F222941 + L222941 + + 222941@hsesinfo.org + Ms. + F222937 + L222937 + + 222937@hsesinfo.org + 555-555-2937 + + + 11209 + 1758 + 13118 + 000 + 1992 + 2020-04-01 + + HS + Active + Kings Community Action Organization + http://www.kcao.org + 1758@hsesinfo.org + 1130 North 11th Avenue + + Hanford + CA + 93230 + 1130 North 11th Avenue + + Hanford + CA + 93230 + 1130 North 11th Avenue + + Hanford + CA + 93230 + Mr. + F226640 + L226640 + + Board Chairperson + 226640@hsesinfo.org + Mr. + F226641 + L226641 + + + 226641@hsesinfo.org + Ms. + F226643 + L226643 + + 226643@hsesinfo.org + Mrs. + F226639 + L226639 + + 226639@hsesinfo.org + 555-555-6639 + + + 11210 + 1759 + 13118 + 200 + 2003 + 2020-04-01 + + EHS + Active + Kings Community Action Organization + http://www.kcao.org + 1759@hsesinfo.org + 1130 North 11th Avenue + + Hanford + CA + 93230-5901 + 1130 North 11th Avenue + + Hanford + CA + 93230-5901 + 1130 North 11th Avenue + + Hanford + CA + 93230-5901 + Mr. + F226647 + L226647 + + Board Chairperson + 226647@hsesinfo.org + Mr. + F226648 + L226648 + + + 226648@hsesinfo.org + Ms. + F226650 + L226650 + + 226650@hsesinfo.org + Mrs. + F226646 + L226646 + + 226646@hsesinfo.org + 555-555-6646 + + + 5218 + 5224 + 9047 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Enrichment Services Program, Inc + www.enrichmentservices.org + 5224@hsesinfo.org + 2601 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + 2601 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + 2601 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + Mr. + F52370 + L52370 + + Board Chair + 52370@hsesinfo.org + Ms. + F52371 + L52371 + + + 52371@hsesinfo.org + Mr. + F52373 + L52373 + + 52373@hsesinfo.org + Ms. + F52369 + L52369 + + 52369@hsesinfo.org + 555-555-2369 + + + 11211 + 1258 + 13117 + 000 + 1992 + 2020-04-01 + + HS + Active + Community Action Partnership of San Luis Obispo, Inc. + 1030 Southwoord Drive + 1258@hsesinfo.org + Head Start of San Luis Obispo County + 1030 Southwood Drive + San Luis Obispo + CA + 93401-5813 + Head Start of San Luis Obispo County + 1030 Southwood Drive + San Luis Obispo + CA + 93401-5813 + Head Start of San Luis Obispo County + 1030 Southwood Drive + San Luis Obispo + CA + 93401-5813 + Ms. + F226654 + L226654 + + CAPSLO Board Chair + 226654@hsesinfo.org + Mrs. + F226655 + L226655 + + + 226655@hsesinfo.org + Ms. + F226657 + L226657 + + 226657@hsesinfo.org + Mrs. + F226653 + L226653 + + 226653@hsesinfo.org + 555-555-6653 x 5555 + + + 11212 + 1257 + 13117 + 200 + 2001 + 2020-04-01 + + EHS + Active + Community Action Partnership of San Luis Obispo, Inc. + 1030 Southwoord Drive + 1257@hsesinfo.org + Early Head Start of San Luis Obispo County + 1030 Southwood Drive + San Luis Obispo + CA + 93401-5813 + Early Head Start of San Luis Obispo County + 1030 Southwood Drive + San Luis Obispo + CA + 93401-5813 + Early Head Start of San Luis Obispo County + 1030 Southwood Drive + San Luis Obispo + CA + 93401-5813 + Ms. + F226661 + L226661 + + CAPSLO Board Chair + 226661@hsesinfo.org + Mrs. + F226662 + L226662 + + Chief Executive Officer + 226662@hsesinfo.org + Ms. + F226664 + L226664 + + 226664@hsesinfo.org + Mrs. + F226660 + L226660 + + 226660@hsesinfo.org + 555-555-6660 x 5555 + + + 9097 + 1347 + 11408 + 000 + 2013 + 2018-09-01 + + HS + Active + ST JOHN THE BAPTIST PARISH SCHOOL BOARD + www.stjohn.k12.la.us + 1347@hsesinfo.org + 118 West 10th Street + + Reserve + LA + 70084-5014 + P.O. Drawer AL + + Reserve + LA + 70084-5014 + 118 West 10th Street + P.O. Drawer AL + Reserve + LA + 70084-5014 + Mr. + F212260 + L212260 + + St. John the Baptist Parish School Board President + 212260@hsesinfo.org + Mrs. + F212261 + L212261 + + Interim Superintendent + 212261@hsesinfo.org + Ms. + F212263 + L212263 + + 212263@hsesinfo.org + Mrs. + F212259 + L212259 + + 212259@hsesinfo.org + 555-555-2259 x 5555 + + + 9865 + 5067 + 11994 + 000 + 2014 + 2019-07-01 + + HS + Active + CATHOLIC CHARITIES HEAD START OF BALTIMORE CITY + WWW.CC-MD.ORG + 5067@hsesinfo.org + 915 Sterrett St + + Baltimore + MD + 21230-2502 + 915 Sterrett St + + Baltimore + MD + 21230-2502 + 915 Sterrett St + + Baltimore + MD + 21230-2502 + Mr. + F217465 + L217465 + + President of Board of Trustees + 217465@hsesinfo.org + Mrs. + F217466 + L217466 + + Director of Community Services Division, Catholic Charities + 217466@hsesinfo.org + Ms. + F217468 + L217468 + + 217468@hsesinfo.org + Mrs. + F217464 + L217464 + + 217464@hsesinfo.org + 555-555-7464 + + + 6417 + 1289 + 9973 + 000 + 1991 + 2015-07-01 + 2020-06-30 + HS + Inactive + North Coast Opportunties, Inc. + http://www.ncoinc.org + 1289@hsesinfo.org + 550 N State St + + Ukiah + CA + 95482-4025 + 550 N State St + + Ukiah + CA + 95482-4025 + 550 N State St + + Ukiah + CA + 95482-4025 + Mr. + F200589 + L200589 + + + 200589@hsesinfo.org + Ms. + F200590 + L200590 + + + 200590@hsesinfo.org + Ms. + F200592 + L200592 + + 200592@hsesinfo.org + Ms. + F200588 + L200588 + + 200588@hsesinfo.org + 555-555-0588 + + + 8379 + 8270 + 10790 + 000 + 2016 + 2016-09-01 + + HS + Active + Ohio Valley Educational Cooperative + www.ovec.org + 8270@hsesinfo.org + 100 Alpine Dr + + Shelbyville + KY + 40065-8877 + PO Box 1249 + + Shelbyville + KY + 40066-1249 + 100 Alpine Dr + + Shelbyville + KY + 40065-8877 + Mrs. + F207817 + L207817 + + Chair, OVEC Board of Directors + 207817@hsesinfo.org + Dr. + F207818 + L207818 + + Chief Executive Officer + 207818@hsesinfo.org + Mr. + F207820 + L207820 + + 207820@hsesinfo.org + Mrs. + F207816 + L207816 + + 207816@hsesinfo.org + 555-555-7816 x 5555 + + + 8254 + 416 + 10650 + 200 + 2003 + 2016-07-01 + 2020-10-31 + EHS + Inactive + Southwestern Wisconsin Community Action Program + www.swcap.org + 416@hsesinfo.org + 149 N. Iowa Street + + Dodgeville + WI + 53533-1313 + 149 N. Iowa Street + + Dodgeville + WI + 53533-1313 + 149 N. Iowa Street + + Dodgeville + WI + 53533-1313 + Ms. + F206893 + L206893 + + SWCAP Board Chair + 206893@hsesinfo.org + Mr. + F206894 + L206894 + + Executive Director + 206894@hsesinfo.org + Ms. + F206896 + L206896 + + 206896@hsesinfo.org + Ms. + F206892 + L206892 + + 206892@hsesinfo.org + 555-555-6892 + + + 4936 + 3211 + 8750 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Young Families Early Head Start Inc. + www.youngfamiliesehs.org + 3211@hsesinfo.org + 1020 Cook Avenue + + Billings + MT + 59102 + 1020 Cook Avenue + + Billings + MT + 59102 + 1020 Cook Avenue + + Billings + MT + 59102 + Mrs. + F48678 + L48678 + + Board of Directors Chairperson + 48678@hsesinfo.org + Ms. + F48677 + L48677 + + Executive Director + 48677@hsesinfo.org + Miss + F48680 + L48680 + + 48680@hsesinfo.org + Ms. + F48676 + L48676 + + 48676@hsesinfo.org + 555-555-8676 + + + 6830 + 1207 + 10306 + 200 + 2003 + 2015-09-01 + + AIAN EHS + Active + Confederated Tribes of Warm Springs of Oregon + https://warmsprings-nsn.gov/program/warm-springs-head-start-early-head-start/ + 1207@hsesinfo.org + 1257 Kot-Num Road + + Warm Springs + OR + 97761 + 1257 Kot-Num Road + + Warm Springs + OR + 97761 + 1257 Kot-Num Road + + Warm Springs + OR + 97761 + Mr. + F203485 + L203485 + + Tribal Council Chairperson + 203485@hsesinfo.org + Ms. + F203486 + L203486 + + Secretary Treasurer + 203486@hsesinfo.org + Ms. + F203488 + L203488 + + 203488@hsesinfo.org + Ms. + F203484 + L203484 + + 203484@hsesinfo.org + 555-555-3484 + + + 8590 + 8462 + 10790 + 200 + 2017 + 2017-09-01 + + EHS + Active + Ohio Valley Educational Cooperative + www.ovec.org + 8462@hsesinfo.org + 100 Alpine Dr + + Shelbyville + KY + 40065-8877 + PO Box 1249 + + Shelbyville + KY + 40066-1249 + 100 Alpine Dr + + Shelbyville + KY + 40065-8877 + Mrs. + F208846 + L208846 + + Chair, OVEC Board of Directors + 208846@hsesinfo.org + Dr. + F208847 + L208847 + + Chief Executive Officer + 208847@hsesinfo.org + Mr. + F208849 + L208849 + + 208849@hsesinfo.org + Mrs. + F208845 + L208845 + + 208845@hsesinfo.org + 555-555-8845 x 5555 + + + 9861 + 8962 + 11970 + 000 + 2019 + 2019-07-01 + + HS + Active + Central Missouri Community Action (CMCA) + http://www.showmeaction.org + 8962@hsesinfo.org + 807 N Providence Rd + Apt B + Columbia + MO + 65203-4359 + 807 N Providence Rd + Apt B + Columbia + MO + 65203-4359 + 807 N Providence Rd + Apt B + Columbia + MO + 65203-4359 + Mr. + F217438 + L217438 + + Board President + 217438@hsesinfo.org + Mr. + F217439 + L217439 + + Executive Director + 217439@hsesinfo.org + Ms. + F217441 + L217441 + + 217441@hsesinfo.org + Ms. + F217437 + L217437 + + 217437@hsesinfo.org + 555-555-7437 x 5555 + + + 9862 + 8963 + 11970 + 200 + 2019 + 2019-07-01 + + EHS + Active + Central Missouri Community Action (CMCA) + http://www.showmeaction.org + 8963@hsesinfo.org + 807 N Providence Rd + Apt B + Columbia + MO + 65203-4359 + 807 N Providence Rd + Apt B + Columbia + MO + 65203-4359 + 807 N Providence Rd + Apt B + Columbia + MO + 65203-4359 + Mr. + F217445 + L217445 + + Board President + 217445@hsesinfo.org + Mr. + F217446 + L217446 + + Executive Director + 217446@hsesinfo.org + Ms. + F217448 + L217448 + + 217448@hsesinfo.org + Ms. + F217444 + L217444 + + 217444@hsesinfo.org + 555-555-7444 x 5555 + + + 9640 + 8859 + 10465 + 200 + 2019 + 2019-09-01 + 2020-12-31 + EHS + Inactive + Shira Head Start + shiradvoraa@gmail.com + 8859@hsesinfo.org + 1259 47th St Apt 1 + + Brooklyn + NY + 11219-2595 + 1259 47th St Apt 1 + + Brooklyn + NY + 11219-2595 + 1259 47th St Apt 1 + + Brooklyn + NY + 11219-2595 + Mr. + F215911 + L215911 + + Chairman of the Board + 215911@hsesinfo.org + Mr. + F215909 + L215909 + + Executive Director + 215909@hsesinfo.org + Mrs. + F215912 + L215912 + + 215912@hsesinfo.org + Mrs. + F215908 + L215908 + + 215908@hsesinfo.org + 555-555-5908 + + + 4732 + 3963 + 8714 + 060 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Inner Force Tots + www.innerforce.org + 3963@hsesinfo.org + 1181 E New York Ave + + Brooklyn + NY + 11212-3830 + 1181 E New York Ave + + Brooklyn + NY + 11212-3830 + 1181 E New York Ave + + Brooklyn + NY + 11212-3830 + Ms. + F45875 + L45875 + + Board Chair + 45875@hsesinfo.org + Dr. + F45873 + L45873 + MD + + 45873@hsesinfo.org + Ms. + F45872 + L45872 + + 45872@hsesinfo.org + Ms. + F45870 + L45870 + + 45870@hsesinfo.org + 555-555-5870 x 5555 + + + 9410 + 813 + 11634 + 000 + 2013 + 2019-03-01 + + HS + Active + Community Action Commission of Fayette County + www.cacfayettecounty.org + 813@hsesinfo.org + 1400 US RT 22 NW + + Washington Court House + OH + 43160-1402 + 1400 US RT 22 NW + + Washington Court House + OH + 43160-1402 + 1400 US RT 22 NW + + Washington Court House + OH + 43160-1402 + Mrs. + F214388 + L214388 + + Governing Board Chair + 214388@hsesinfo.org + Mrs. + F214389 + L214389 + + Executive Director + 214389@hsesinfo.org + Ms. + F214391 + L214391 + + 214391@hsesinfo.org + Ms. + F214387 + L214387 + + 214387@hsesinfo.org + 555-555-4387 x 5555 + + + 8715 + 8575 + 9448 + 214 + 2017 + 2016-09-01 + + EHS + Active + Henry Booth House + www.henryboothhouse.org + 8575@hsesinfo.org + 2907 South Wabash, Suite 205 + + Chicago + IL + 60616-3243 + 2907 South Wabash, Suite 205 + + Chicago + IL + 60616-3243 + 2907 South Wabash, Suite 205 + + Chicago + IL + 60616-3243 + Mr. + F209500 + L209500 + + Board Chairperson + 209500@hsesinfo.org + Mr. + F209501 + L209501 + + President/CEO + 209501@hsesinfo.org + Ms. + F209503 + L209503 + + 209503@hsesinfo.org + Ms. + F209499 + L209499 + + 209499@hsesinfo.org + 555-555-9499 + + + 11213 + 2109 + 13119 + 000 + 2006 + 2020-04-01 + + AIAN HS + Active + OHKAY OWINGEH Tribal Council + + 2109@hsesinfo.org + 170 Community School Rd + + Ohkay Owingeh + NM + 87566 + PO Box 1029 + + Ohkay Owingeh + NM + 87566-1029 + 170 Community School Rd + + Ohkay Owingeh + NM + 87566 + Mr. + F226668 + L226668 + + Governor + 226668@hsesinfo.org + Mr. + F226669 + L226669 + Jr. + + 226669@hsesinfo.org + Mr. + F226671 + L226671 + + 226671@hsesinfo.org + Mr. + F226667 + L226667 + + 226667@hsesinfo.org + 555-555-6667 + + + 9869 + 984 + 11986 + 000 + 2014 + 2019-07-01 + + HS + Active + COMMUNITY ACTION SERVICE OF MORGAN COUNTY HEAD START + www.Tnheadstart.org + 984@hsesinfo.org + 105 Longview Dr + + Wartburg + TN + 37887-4205 + PO Box 179 + + Wartburg + TN + 37887-0179 + 105 Longview Dr + + Wartburg + TN + 37887-4205 + Ms. + F217493 + L217493 + + Board Chairperson + 217493@hsesinfo.org + Mr. + F217494 + L217494 + + + 217494@hsesinfo.org + Ms. + F217496 + L217496 + + 217496@hsesinfo.org + Mr. + F217492 + L217492 + + 217492@hsesinfo.org + 555-555-7492 + + + 4787 + 224 + 8751 + 000 + 2014 + 2014-04-01 + 2019-03-31 + HS + Inactive + THAMES VALLEY COUNCIL FOR COMMUNITY ACTION, INC + http://www.tvcca.org + 224@hsesinfo.org + 401 West Thames Street, Unit 201 + + Norwich + CT + 06360-7155 + 401 West Thames Street, Unit 201 + + Norwich + CT + 06360-7155 + 401 West Thames Street, Unit 201 + + Norwich + CT + 06360-7155 + Ms. + F46585 + L46585 + + Chairman of the Board + 46585@hsesinfo.org + Mrs. + F46582 + L46582 + + Executive Director + 46582@hsesinfo.org + Mr. + F46584 + L46584 + + 46584@hsesinfo.org + Ms. + F46580 + L46580 + + 46580@hsesinfo.org + 555-555-6580 + + + 9250 + 8741 + 9126 + 201 + 2019 + 2019-03-01 + 2019-06-30 + EHS + Inactive + Foundation for Early Childhood Education, Inc. + foundationheadstart.org + 8741@hsesinfo.org + 3360 Flair Drive, Suite 100 + + El Monte + CA + 91731-2833 + 3360 Flair Drive, Suite 100 + + El Monte + CA + 91731-2833 + 3360 Flair Drive, Suite 100 + + El Monte + CA + 91731-2833 + Mr. + F213293 + L213293 + + Board President + 213293@hsesinfo.org + Ms. + F213291 + L213291 + + Director + 213291@hsesinfo.org + Mr. + F213294 + L213294 + + 213294@hsesinfo.org + Ms. + F213290 + L213290 + + 213290@hsesinfo.org + 555-555-3290 x 5555 + + + 9870 + 983 + 11986 + 200 + 2014 + 2019-07-01 + + EHS + Active + COMMUNITY ACTION SERVICE OF MORGAN COUNTY HEAD START + www.Tnheadstart.org + 983@hsesinfo.org + 105 Longview Dr + + Wartburg + TN + 37887-4205 + PO Box 179 + + Wartburg + TN + 37887-0179 + 105 Longview Dr + + Wartburg + TN + 37887-4205 + Ms. + F217500 + L217500 + + Board Chairperson + 217500@hsesinfo.org + Mr. + F217501 + L217501 + + Director + 217501@hsesinfo.org + Ms. + F217503 + L217503 + + 217503@hsesinfo.org + Mr. + F217499 + L217499 + + 217499@hsesinfo.org + 555-555-7499 + + + 6333 + 6351 + 8937 + 200 + + 2015-06-16 + 2018-12-31 + EHS + Inactive + Plattsmouth Community School District + www.pcsd.org + 6351@hsesinfo.org + 902 Main St. + + Plattsmouth + NE + 68048 + 1912 E Highway 34 + + Plattsmouth + NE + 68048-5676 + 1912 E Highway 34 + + Plattsmouth + NE + 68048-5676 + Mr. + F200001 + L200001 + + President, Board of Education + 200001@hsesinfo.org + Dr. + F200002 + L200002 + + Superintendent + 200002@hsesinfo.org + Mrs. + F200004 + L200004 + + 200004@hsesinfo.org + Mrs. + F200000 + L200000 + + 200000@hsesinfo.org + 555-555-0000 x 5555 + + + 4788 + 2729 + 8751 + 200 + 2011 + 2014-04-01 + 2019-03-31 + EHS + Inactive + THAMES VALLEY COUNCIL FOR COMMUNITY ACTION, INC + http://www.tvcca.org + 2729@hsesinfo.org + 401 W. Thames St Unit 201 + + Norwich + CT + 06360-7155 + 401 W. Thames St Unit 201 + + Norwich + CT + 06360-7155 + 401 W. Thames St Unit 201 + + Norwich + CT + 06360-7155 + Ms. + F46591 + L46591 + + Chairman of the Board + 46591@hsesinfo.org + Mrs. + F46589 + L46589 + + Executive Director + 46589@hsesinfo.org + Mr. + F46588 + L46588 + + 46588@hsesinfo.org + Ms. + F46587 + L46587 + + 46587@hsesinfo.org + 555-555-6587 + + + 11435 + 328 + 13272 + 000 + 2014 + 2020-07-01 + + HS + Active + Champlain Valley Head Start (Preschool) + http://www.champlainvalleyheadstart.org + 328@hsesinfo.org + 431 Pine Street + + Burlington + VT + 05401-4726 + 431 Pine Street + + Burlington + VT + 05401-4726 + 431 Pine Street + + Burlington + VT + 05401-4726 + Mr. + F228085 + L228085 + + Board President + 228085@hsesinfo.org + Mr. + F228086 + L228086 + + + 228086@hsesinfo.org + Ms. + F228088 + L228088 + + 228088@hsesinfo.org + Mr. + F228084 + L228084 + + 228084@hsesinfo.org + 555-555-8084 + + + 4762 + 854 + 8617 + 200 + 1989 + 2014-04-01 + 2019-03-31 + EHS + Inactive + CAPC Washington-Morgan County + http://www.wmcap.org + 854@hsesinfo.org + 218 Putnam Street + + Marietta + OH + 45750-0144 + PO Box 144 + + Marietta + OH + 45750 + 218 Putnam Street + + Marietta + OH + 45750 + Mr. + F46194 + L46194 + + Board President + 46194@hsesinfo.org + Mr. + F46192 + L46192 + + + 46192@hsesinfo.org + Ms. + F46191 + L46191 + + 46191@hsesinfo.org + Mrs. + F46190 + L46190 + + 46190@hsesinfo.org + 555-555-6190 + + + 9610 + 2294 + 11793 + 200 + 2003 + 2019-05-01 + + EHS + Active + PARSONS CHILD & FAMILY CENTER + http://www.northernrivers.org + 2294@hsesinfo.org + 125 Bigelow Ave + + Schenectady + NY + 12304-2832 + 125 Bigelow Ave + + Schenectady + NY + 12304-2832 + 60 Academy Rd + Northern Rivers Family of Services / Parsons Child + Albany + NY + 12208-3103 + Mr. + F215722 + L215722 + + Chair, Board of Directors + 215722@hsesinfo.org + Mr. + F215723 + L215723 + + Chief Executive Officer + 215723@hsesinfo.org + Ms. + F215725 + L215725 + + 215725@hsesinfo.org + Ms. + F215721 + L215721 + + 215721@hsesinfo.org + 555-555-5721 + + + 11602 + 1519 + 13384 + 000 + 1999 + 2020-07-01 + + HS + Active + Delaware County Intermediate Unit + http://www.dciu.org + 1519@hsesinfo.org + 200 Yale Ave + + Morton + PA + 19070-1918 + 200 Yale Ave + + Morton + PA + 19070-1918 + 200 Yale Ave + + Morton + PA + 19070-1918 + Mr. + F229182 + L229182 + + DCIU Board President + 229182@hsesinfo.org + Mrs. + F229183 + L229183 + Ed D + DCIU Executive Director + 229183@hsesinfo.org + Mr. + F229185 + L229185 + + 229185@hsesinfo.org + Mrs. + F229181 + L229181 + + 229181@hsesinfo.org + 555-555-9181 x 5555 + + + 5794 + 5800 + 9402 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Maricopa County Human Services + https://www.maricopa.gov/3868/Human-Services + 5800@hsesinfo.org + 234 N Central Ave, Suite 3201 + + Phoenix + AZ + 85004-0948 + 234 N Central Ave, Suite 3201 + + Phoenix + AZ + 85004-0948 + 234 N Central Ave, Suite 3201 + + Phoenix + AZ + 85004-0948 + Mr. + F103664 + L103664 + + Chairman, Maricopa County Board of Supervisors + 103664@hsesinfo.org + Mr. + F103665 + L103665 + + Human Services Director + 103665@hsesinfo.org + Ms. + F103667 + L103667 + + 103667@hsesinfo.org + Ms. + F103663 + L103663 + + 103663@hsesinfo.org + 555-555-3663 + + + 5789 + 5795 + 9416 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Contra Costa County + http://ehsd.org/headstart/ + 5795@hsesinfo.org + 1470 Civic Ct + Ste 200 + Concord + CA + 94520-5242 + 1470 Civic Ct + Ste 200 + Concord + CA + 94520-5242 + 1470 Civic Ct + Ste 200 + Concord + CA + 94520-5242 + Ms. + F103620 + L103620 + + Chair, Contra Costa County Supervisor, District 2 + 103620@hsesinfo.org + Ms. + F103621 + L103621 + + + 103621@hsesinfo.org + Ms. + F103623 + L103623 + + 103623@hsesinfo.org + Ms. + F103619 + L103619 + + 103619@hsesinfo.org + 555-555-3619 + + + 1358 + 3065 + 2853 + 200 + 2013 + 2013-06-26 + 2018-11-30 + EHS + Inactive + Greater Bergen Community Action, Inc. + www.greaterbergen.org + 3065@hsesinfo.org + 392 Main St + + Hackensack + NJ + 07601-5805 + 392 Main St + + Hackensack + NJ + 07601-5805 + 392 Main St + + Hackensack + NJ + 07601-5805 + Mr. + F36263 + L36263 + + President/Chairman + 36263@hsesinfo.org + Mr. + F36261 + L36261 + Jr. + Executive Director + 36261@hsesinfo.org + Ms. + F36260 + L36260 + + 36260@hsesinfo.org + Mrs. + F36165 + L36165 + + 36165@hsesinfo.org + 555-555-6165 x 5555 + + + 8231 + 1094 + 10624 + 000 + 1992 + 2016-07-01 + + HS + Active + Maricopa County Head Start + https://www.maricopa.gov/3868/Human-Services + 1094@hsesinfo.org + 234 N Central Ave + Fl 3 + Phoenix + AZ + 85004-0948 + 234 North Central Avenue, Suite 3201 + + Phoenix + AZ + 85004-0948 + 234 North Central Avenue, Suite 3201 + + Phoenix + AZ + 85004-0948 + Mr. + F206732 + L206732 + + Chairman, Maricopa County Board of Supervisors + 206732@hsesinfo.org + Mr. + F206733 + L206733 + + Director, Maricopa County Human Services Department + 206733@hsesinfo.org + Ms. + F206735 + L206735 + + 206735@hsesinfo.org + Ms. + F206731 + L206731 + + 206731@hsesinfo.org + 555-555-6731 + + + 11603 + 6498 + 13384 + 200 + + 2020-07-01 + + EHS + Active + Delaware County Intermediate Unit + http://www.dciu.org + 6498@hsesinfo.org + 200 Yale Ave + + Morton + PA + 19070-1918 + 200 Yale Ave + + Morton + PA + 19070-1918 + 200 Yale Ave + + Morton + PA + 19070-1918 + Mr. + F229189 + L229189 + + DCIU Board President + 229189@hsesinfo.org + Mrs. + F229190 + L229190 + Ed D + DCIU Executive Director + 229190@hsesinfo.org + Mr. + F229192 + L229192 + + 229192@hsesinfo.org + Mrs. + F229188 + L229188 + + 229188@hsesinfo.org + 555-555-9188 x 5555 + + + 9645 + 1050 + 11814 + 000 + 2014 + 2019-06-01 + + HS + Active + Minot Public School District #1 + http://headstart.minot.k12.nd.us + 1050@hsesinfo.org + 2815 Burdick Expy E + + Minot + ND + 58701-5204 + 2815 Burdick Expy E + + Minot + ND + 58701-5204 + 215 2nd St SE + + Minot + ND + 58701 + Mr. + F215934 + L215934 + + MInot School Board President + 215934@hsesinfo.org + Mr. + F215935 + L215935 + + Superintendent + 215935@hsesinfo.org + Ms. + F215937 + L215937 + + 215937@hsesinfo.org + Ms. + F215933 + L215933 + + 215933@hsesinfo.org + 555-555-5933 + + + 9646 + 3201 + 11814 + 200 + 2014 + 2019-06-01 + + EHS + Active + Minot Public School District #1 + http://headstart.minot.k12.nd.us + 3201@hsesinfo.org + 2815 Burdick Expy E + + Minot + ND + 58701-5204 + 2815 Burdick Expy E + + Minot + ND + 58701-5204 + 215 2nd St SE + + Minot + ND + 58701 + Mr. + F215941 + L215941 + + Minot School Board President + 215941@hsesinfo.org + Mr. + F215942 + L215942 + + Superintendent + 215942@hsesinfo.org + Ms. + F215944 + L215944 + + 215944@hsesinfo.org + Ms. + F215940 + L215940 + + 215940@hsesinfo.org + 555-555-5940 + + + 9394 + 3285 + 11626 + 000 + 2013 + 2019-02-01 + + HS + Active + Education Service Center, Region 20 + http://www.esc20.net + 3285@hsesinfo.org + 1314 Hines Ave. + + San Antonio + TX + 78208-1516 + 1314 Hines Ave. + + San Antonio + TX + 78208-1516 + 1314 Hines Ave. + + San Antonio + TX + 78208-1516 + Mr. + F214291 + L214291 + + ESC-20 Board Chairman + 214291@hsesinfo.org + Dr. + F214292 + L214292 + + Executive Director + 214292@hsesinfo.org + Ms. + F214294 + L214294 + + 214294@hsesinfo.org + Ms. + F214290 + L214290 + + 214290@hsesinfo.org + 555-555-4290 + + + 5907 + 1984 + 9627 + 000 + 1992 + 2015-02-01 + 2020-01-31 + AIAN HS + Inactive + Red Lake Band of Chippewa Indians + + 1984@hsesinfo.org + 24900 Elementary School Street + Early Childhood Center + Redlake + MN + 56671 + P.O. Box 53 + Hwy. 1 + Red Lake + MN + 56671-0053 + Hwy 1 + + Redlake + MN + 56671 + Mr. + F105911 + L105911 + + Tribal Chairman + 105911@hsesinfo.org + Mr. + F105910 + L105910 + + Executive Director + 105910@hsesinfo.org + Ms. + F105913 + L105913 + + 105913@hsesinfo.org + Ms. + F105909 + L105909 + + 105909@hsesinfo.org + 555-555-5909 + + + 8904 + 2009 + 11267 + 000 + 2013 + 2018-07-01 + + HS + Active + Genesee County + www.gccardheadstart.com + 2009@hsesinfo.org + 1101 Beach St + Fl 3 + Flint + MI + 48502-1428 + 1101 Beach St + Fl 3 + Flint + MI + 48502-1428 + 1101 Beach St + Fl 3 + Flint + MI + 48502-1428 + Mr. + F210849 + L210849 + + Chaiperson + 210849@hsesinfo.org + Mrs. + F210850 + L210850 + + Executive Director + 210850@hsesinfo.org + Mrs. + F210852 + L210852 + + 210852@hsesinfo.org + Ms. + F210848 + L210848 + + 210848@hsesinfo.org + 555-555-0848 + + + 8908 + 2008 + 11267 + 200 + 2013 + 2018-07-01 + + EHS + Active + Genesee County + www.gccardheadstart.com + 2008@hsesinfo.org + 1101 Beach St + Fl 3 + Flint + MI + 48502-1428 + 1101 Beach St + Fl 3 + Flint + MI + 48502-1428 + 1101 Beach St + Fl 3 + Flint + MI + 48502-1428 + Mr. + F210877 + L210877 + + Chairperson + 210877@hsesinfo.org + Mrs. + F210878 + L210878 + + Executive Director + 210878@hsesinfo.org + Mrs. + F210880 + L210880 + + 210880@hsesinfo.org + Ms. + F210876 + L210876 + + 210876@hsesinfo.org + 555-555-0876 + + + 10448 + 796 + 12448 + 000 + 2014 + 2019-09-01 + + HS + Active + Webb County Commissioners + http://www.webbcountytx.gov + 796@hsesinfo.org + 5904 West Drive, Suites 6 & 7 + + Laredo + TX + 78044-2397 + P.O. Box 2397 + + Laredo + TX + 78044-2397 + 5904 West Drive, Suites 6 & 7 + + Laredo + TX + 78044-2397 + Judge + F221475 + L221475 + + Webb County Judge + 221475@hsesinfo.org + Ms. + F221476 + L221476 + + HS / EHS / CCP Director + 221476@hsesinfo.org + Mrs. + F221478 + L221478 + + 221478@hsesinfo.org + Ms. + F221474 + L221474 + + 221474@hsesinfo.org + 555-555-1474 + + + 11214 + 5188 + 13120 + 000 + 2014 + 2020-04-01 + + HS + Active + Caldwell Parish School Board + www.caldwelledu.org + 5188@hsesinfo.org + 182 Spartan Dr + + Columbia + LA + 71418-4344 + 182 Spartan Dr + + Columbia + LA + 71418-4344 + 182 Spartan Dr + + Columbia + LA + 71418-4344 + Mr. + F226675 + L226675 + + President of School Board + 226675@hsesinfo.org + Mrs. + F226676 + L226676 + + Superintendent + 226676@hsesinfo.org + Mrs. + F226678 + L226678 + + 226678@hsesinfo.org + Mrs. + F226674 + L226674 + + 226674@hsesinfo.org + 555-555-6674 + + + 8969 + 8679 + 11308 + 200 + 2018 + 2018-08-01 + + EHS + Active + Economic Opportunity Program of Chemung County, Inc + www.cseop.org + 8679@hsesinfo.org + 650 Baldwin St + + Elmira + NY + 14901-2216 + 650 Baldwin St + + Elmira + NY + 14901-2216 + 650 Baldwin St + + Elmira + NY + 14901-2216 + Mr. + F211339 + L211339 + + President EOP Board Of Directors + 211339@hsesinfo.org + Mrs. + F211340 + L211340 + + CEO/Executive Director + 211340@hsesinfo.org + Mrs. + F211342 + L211342 + + 211342@hsesinfo.org + Mr. + F211338 + L211338 + + 211338@hsesinfo.org + 555-555-1338 x 5555 + + + 9873 + 1799 + 11980 + 000 + 2002 + 2019-07-01 + + HS + Active + FRANKLIN PARISH SCHOOL BOARD + + 1799@hsesinfo.org + 1310 Warren St + + Winnsboro + LA + 71295-2934 + PO Box 1543 + + Winnsboro + LA + 71295-1543 + 1310 Warren St + + Winnsboro + LA + 71295-2934 + Mr. + F217521 + L217521 + + Franklin Parish School Board - President + 217521@hsesinfo.org + Mr. + F217522 + L217522 + + + 217522@hsesinfo.org + Mr. + F217524 + L217524 + + 217524@hsesinfo.org + Ms. + F217520 + L217520 + + 217520@hsesinfo.org + 555-555-7520 + + + 9874 + 728 + 12005 + 000 + 2014 + 2019-07-01 + + HS + Active + Education Service Center Region 19 + http://www.esc19hs.net + 728@hsesinfo.org + 11670 Chito Samaniego + + El Paso + TX + 79936-6956 + 11670 Chito Samaniego + + El Paso + TX + 79936-6956 + 11670 Chito Samaniego + + El Paso + TX + 79936-6956 + Mr. + F217528 + L217528 + + ESC Region 19 Board Chair + 217528@hsesinfo.org + Dr. + F217529 + L217529 + + ESC Region 19 Executive Director + 217529@hsesinfo.org + Mrs. + F217531 + L217531 + + 217531@hsesinfo.org + Mr. + F217527 + L217527 + + 217527@hsesinfo.org + 555-555-7527 + + + 8947 + 2802 + 11295 + 200 + 2011 + 2018-07-01 + + EHS + Active + HELP - New Mexico, Inc. + http://www.helpnm.com + 2802@hsesinfo.org + 5101 Copper Ave NE + + Albuquerque + NM + 87108-5352 + 5101 Copper Ave NE + + Albuquerque + NM + 87108-5352 + 5101 Copper Ave NE + + Albuquerque + NM + 87108-5352 + Ms. + F211184 + L211184 + + Board Chairwoman + 211184@hsesinfo.org + Mr. + F211185 + L211185 + + Acting Chief Executive Officer (CEO) + 211185@hsesinfo.org + Ms. + F211187 + L211187 + + 211187@hsesinfo.org + Ms. + F211183 + L211183 + + 211183@hsesinfo.org + 555-555-1183 x 5555 + + + 5597 + 1969 + 9320 + 200 + 2002 + 2014-12-01 + 2020-06-30 + EHS + Inactive + North Texas Parent & Child Development, Inc + www.wfearlyheadstart.org + 1969@hsesinfo.org + 500 Flood Street + + Wichita Falls + TX + 76301-2838 + 500 Flood Street + + Wichita Falls + TX + 76301-2838 + 500 Flood Street + + Wichita Falls + TX + 76301-2838 + Ms. + F101125 + L101125 + + President + 101125@hsesinfo.org + Ms. + F101124 + L101124 + + Vice-President + 101124@hsesinfo.org + Mrs. + F101127 + L101127 + + 101127@hsesinfo.org + Mr. + F101123 + L101123 + + 101123@hsesinfo.org + 555-555-1123 + + + 10106 + 4195 + 12148 + 001 + 2014 + 2019-07-01 + + HS + Active + Monongalia County Head Start + http://boe.mono.k12.wv.us/students_and_parents/childhood_programs + 4195@hsesinfo.org + Dorsey Center + 1433 Dorsey Avenue + Morgantown + WV + 26501-7121 + Dorsey Center + 1433 Dorsey Avenue + Morgantown + WV + 26501-7121 + Dorsey Center + 1433 Dorsey Avenue + Morgantown + WV + 26501-7121 + Mr. + F219136 + L219136 + + President, Monongalia County Board of Education + 219136@hsesinfo.org + Dr. + F219134 + L219134 + + Superintendent of Schools, Monongalia County + 219134@hsesinfo.org + Mrs. + F219137 + L219137 + + 219137@hsesinfo.org + Mrs. + F219133 + L219133 + + 219133@hsesinfo.org + 555-555-9133 x 5555 + + + 5140 + 860 + 8807 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Springfield Urban League, Inc. + http://www.springfieldul.org/headstart/ + 860@hsesinfo.org + 100 N 11th St + 1108 East Cook Street + Springfield + IL + 62703-1002 + 100 N 11th St + 1108 East Cook Street + Springfield + IL + 62703-1002 + 100 N 11th St + 1108 East Cook Street + Springfield + IL + 62703-1002 + Mr. + F51948 + L51948 + + + 51948@hsesinfo.org + Mrs. + F51949 + L51949 + + + 51949@hsesinfo.org + Ms. + F51946 + L51946 + + 51946@hsesinfo.org + Mr. + F51944 + L51944 + + 51944@hsesinfo.org + 555-555-1944 x 5555 + + + 5647 + 4180 + 9438 + 204 + 2014 + 2014-12-01 + + EHS + Active + Onward Neighborhood House + www.onwardhouse.org + 4180@hsesinfo.org + 5413 W Diversey Ave + + Chicago + IL + 60639-1413 + 5413 W Diversey Ave + + Chicago + IL + 60639-1413 + 5413 W Diversey Ave + + Chicago + IL + 60639-1413 + + F101348 + L101348 + + President, Board of Directors + 101348@hsesinfo.org + Mr. + F101346 + L101346 + + Executive Director + 101346@hsesinfo.org + + F101345 + L101345 + + 101345@hsesinfo.org + + F101344 + L101344 + + 101344@hsesinfo.org + 555-555-1344 + + + 5431 + 2816 + 9185 + 200 + 2011 + 2014-09-01 + 2020-08-31 + AIAN EHS + Inactive + SANTO DOMINGO PUEBLO TRIBE + + 2816@hsesinfo.org + 125 W Hwy 22 + + Santo Domingo Pueblo + NM + 87052 + P.O. Box 40 + Tesuque Street + Santo Domingo Pueblo + NM + 87052 + 125 W Highway 22 + + Santo Domingo Pueblo + NM + 87052 + Mr. + F96907 + L96907 + Jr. + Governor + 96907@hsesinfo.org + Mr. + F96905 + L96905 + + Interim Tribal Programs Administrator + 96905@hsesinfo.org + Mr. + F96904 + L96904 + + 96904@hsesinfo.org + Mrs. + F96903 + L96903 + + 96903@hsesinfo.org + 555-555-6903 x 5555 + + + 9875 + 727 + 12005 + 200 + 2014 + 2019-07-01 + + EHS + Active + Education Service Center Region 19 + http://www.esc19hs.net + 727@hsesinfo.org + 11670 Chito Samaniego + + El Paso + TX + 79936-6956 + 11670 Chito Samaniego + + El Paso + TX + 79936-6956 + 11670 Chito Samaniego + + El Paso + TX + 79936-6956 + Mrs. + F217535 + L217535 + + ESC Region 19 Board Chair + 217535@hsesinfo.org + Dr. + F217536 + L217536 + + ESC Region 19 Executive Director + 217536@hsesinfo.org + Mrs. + F217538 + L217538 + + 217538@hsesinfo.org + Mrs. + F217534 + L217534 + + 217534@hsesinfo.org + 555-555-7534 + + + 9876 + 1054 + 11976 + 000 + 2014 + 2019-07-01 + + HS + Active + Grand Forks Public School District # 1 + gfschools.org + 1054@hsesinfo.org + 3600 6th Avenue North + + Grand Forks + ND + 58203-2723 + PO Box 6000 + + Grand Forks + ND + 58206-6000 + 2400 47th Ave S + + Grand Forks + ND + 58201-3405 + Mr. + F217542 + L217542 + + School Board President + 217542@hsesinfo.org + Mr. + F217543 + L217543 + + Associate Superintendent of Elementary Education + 217543@hsesinfo.org + Mrs. + F217545 + L217545 + + 217545@hsesinfo.org + Mrs. + F217541 + L217541 + + 217541@hsesinfo.org + 555-555-7541 x 5555 + + + 9877 + 5820 + 11992 + 200 + + 2019-07-01 + + EHS + Active + Youth & Family Services, Inc. + http://www.youthandfamilyservices.org + 5820@hsesinfo.org + 1920 Plaza Blvd + + Rapid City + SD + 57702-9354 + PO Box 2813 + + Rapid City + SD + 57709-2813 + 1920 Plaza Blvd + + Rapid City + SD + 57702-9354 + Ms. + F217549 + L217549 + + Board President + 217549@hsesinfo.org + Mr. + F217550 + L217550 + + CEO + 217550@hsesinfo.org + Ms. + F217552 + L217552 + + 217552@hsesinfo.org + Mr. + F217548 + L217548 + + 217548@hsesinfo.org + 555-555-7548 + + + 6727 + 994 + 10246 + 200 + 2001 + 2015-08-01 + 2020-07-31 + EHS + Inactive + Rutherford County Board of Education + http://www.rcsnc.org + 994@hsesinfo.org + 382 W Main St + + Forest City + NC + 28043-3027 + 382 W Main St + + Forest City + NC + 28043-3027 + 382 W Main St + + Forest City + NC + 28043-3027 + Ms. + F202760 + L202760 + + RCS Board of Education Chair + 202760@hsesinfo.org + Dr. + F202761 + L202761 + + RCS Superintendent + 202761@hsesinfo.org + Mrs. + F202763 + L202763 + + 202763@hsesinfo.org + Ms. + F202759 + L202759 + + 202759@hsesinfo.org + 555-555-2759 x 5555 + + + 5206 + 2230 + 8890 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Alameda Family Services + www.alamedafs.org + 2230@hsesinfo.org + 2325 Clement Ave + Ste A + Alameda + CA + 94501-7061 + 2325 Clement Ave + Ste A + Alameda + CA + 94501-7061 + 2325 Clement Ave + Ste A + Alameda + CA + 94501-7061 + Ms. + F52280 + L52280 + + AFS Board President + 52280@hsesinfo.org + Ms. + F52283 + L52283 + + Interim Executive Director + 52283@hsesinfo.org + + F52284 + L52284 + + 52284@hsesinfo.org + Ms. + F52279 + L52279 + + 52279@hsesinfo.org + 555-555-2279 + + + 9878 + 1107 + 11983 + 000 + 2014 + 2019-07-01 + + HS + Active + Colusa County Office of Education + http://www.ccoe.net + 1107@hsesinfo.org + 345 5th St + Ste B + Colusa + CA + 95932-2445 + 345 5th St + Ste B + Colusa + CA + 95932-2445 + 345 5th St + Ste B + Colusa + CA + 95932-2445 + Mr. + F217556 + L217556 + + Superintendent of Schools + 217556@hsesinfo.org + Mr. + F217557 + L217557 + + + 217557@hsesinfo.org + Ms. + F217559 + L217559 + + 217559@hsesinfo.org + Mrs. + F217555 + L217555 + + 217555@hsesinfo.org + 555-555-7555 + + + 9879 + 1106 + 11983 + 200 + 2014 + 2019-07-01 + + EHS + Active + Colusa County Office of Education + http://www.ccoe.net + 1106@hsesinfo.org + 345 5th St + Ste B + Colusa + CA + 95932-2445 + 345 5th St + Ste B + Colusa + CA + 95932-2445 + 345 5th St + Ste B + Colusa + CA + 95932-2445 + Mr. + F217563 + L217563 + + Superintendent of Schools + 217563@hsesinfo.org + Mr. + F217564 + L217564 + + + 217564@hsesinfo.org + Ms. + F217566 + L217566 + + 217566@hsesinfo.org + Mrs. + F217562 + L217562 + + 217562@hsesinfo.org + 555-555-7562 + + + 9880 + 1263 + 11975 + 000 + 1992 + 2019-07-01 + + HS + Active + El Dorado County Office of Education + http://www.edcoe.org + 1263@hsesinfo.org + 6767 Green Valley Road + + Placerville + CA + 95667-8984 + 6767 Green Valley Road + + Placerville + CA + 95667-8984 + 6767 Green Valley Road + + Placerville + CA + 95667-8984 + Dr. + F217570 + L217570 + + Superintendent of Schools + 217570@hsesinfo.org + Dr. + F217571 + L217571 + + Superintendent of Schools + 217571@hsesinfo.org + Mrs. + F217573 + L217573 + + 217573@hsesinfo.org + Ms. + F217569 + L217569 + + 217569@hsesinfo.org + 555-555-7569 + + + 9881 + 3204 + 11975 + 200 + 2014 + 2019-07-01 + + EHS + Active + El Dorado County Office of Education + http://www.edcoe.org + 3204@hsesinfo.org + 6767 Green Valley Road + + Placerville + CA + 95667-8984 + 6767 Green Valley Road + + Placerville + CA + 95667-8984 + 6767 Green Valley Road + + Placerville + CA + 95667-8984 + Dr. + F217577 + L217577 + + Superintendent of Schools + 217577@hsesinfo.org + Dr. + F217578 + L217578 + + Superintendent of Schools + 217578@hsesinfo.org + Mr. + F217580 + L217580 + + 217580@hsesinfo.org + Ms. + F217576 + L217576 + + 217576@hsesinfo.org + 555-555-7576 + + + 9882 + 1646 + 11982 + 000 + 2014 + 2019-07-01 + + HS + Active + Sierra Cascade Family Opportunities, Inc. + www.headstart4u.org + 1646@hsesinfo.org + 424 N Mill Creek Rd + + Quincy + CA + 95971-9678 + 424 N Mill Creek Rd + + Quincy + CA + 95971-9678 + 424 N Mill Creek Rd + + Quincy + CA + 95971-9678 + Mrs. + F217584 + L217584 + + Board President + 217584@hsesinfo.org + Mrs. + F217585 + L217585 + + Executive Director + 217585@hsesinfo.org + Mr. + F217587 + L217587 + + 217587@hsesinfo.org + Mrs. + F217583 + L217583 + + 217583@hsesinfo.org + 555-555-7583 + + + 9883 + 2820 + 11982 + 200 + 2014 + 2019-07-01 + + EHS + Active + Sierra Cascade Family Opportunities, Inc. + www.headstart4u.org + 2820@hsesinfo.org + 424 N Mill Creek Rd + + Quincy + CA + 95971-9678 + 424 N Mill Creek Rd + + Quincy + CA + 95971-9678 + 424 N Mill Creek Rd + + Quincy + CA + 95971-9678 + Mrs. + F217591 + L217591 + + Board President + 217591@hsesinfo.org + Mrs. + F217592 + L217592 + + Executive Director + 217592@hsesinfo.org + Ms. + F217594 + L217594 + + 217594@hsesinfo.org + Mrs. + F217590 + L217590 + + 217590@hsesinfo.org + 555-555-7590 + + + 9884 + 2524 + 11985 + 200 + 2014 + 2019-07-01 + + EHS + Active + Chicanos Por La Causa, Inc. + http://www.cplc.org + 2524@hsesinfo.org + 1242 E. Washington St. + Suite 200 + Phoenix + AZ + 85034-1171 + 1242 E. Washington St. + Suite 200 + Phoenix + AZ + 85034-1171 + 1112 E. Buckeye Rd. + + Phoenix + AZ + 85034-4043 + Mr. + F217598 + L217598 + + CPLC Board of Directors Chair + 217598@hsesinfo.org + Mr. + F217599 + L217599 + + President and Chief Executive Officer (CEO) + 217599@hsesinfo.org + Ms. + F217601 + L217601 + + 217601@hsesinfo.org + Ms. + F217597 + L217597 + + 217597@hsesinfo.org + 555-555-7597 x 5555 + + + 9888 + 5795 + 11979 + 200 + + 2019-07-01 + 2020-08-31 + EHS + Inactive + Contra Costa County + http://ehsd.org/headstart/ + 5795@hsesinfo.org + 1470 Civic Ct + Ste 200 + Concord + CA + 94520-5242 + 1470 Civic Ct + Ste 200 + Concord + CA + 94520-5242 + 1470 Civic Ct + Ste 200 + Concord + CA + 94520-5242 + Ms. + F217626 + L217626 + + Chair, Contra Costa County Supervisor, District 2 + 217626@hsesinfo.org + Ms. + F217627 + L217627 + + Director, Contra Costa County Employment and Human Services Department + 217627@hsesinfo.org + Ms. + F217629 + L217629 + + 217629@hsesinfo.org + Ms. + F217625 + L217625 + + 217625@hsesinfo.org + 555-555-7625 + + + 9885 + 5800 + 11978 + 200 + + 2019-07-01 + + EHS + Active + Maricopa County Human Services + https://www.maricopa.gov/3868/Human-Services + 5800@hsesinfo.org + 234 N Central Ave, Suite 3201 + + Phoenix + AZ + 85004-0948 + 234 N Central Ave, Suite 3201 + + Phoenix + AZ + 85004-0948 + 234 N Central Ave, Suite 3201 + + Phoenix + AZ + 85004-0948 + Mr. + F217605 + L217605 + + Chairman, Maricopa County Board of Supervisors + 217605@hsesinfo.org + Mr. + F217606 + L217606 + + Human Services Director + 217606@hsesinfo.org + Ms. + F217608 + L217608 + + 217608@hsesinfo.org + Ms. + F217604 + L217604 + + 217604@hsesinfo.org + 555-555-7604 + + + 9887 + 5803 + 11991 + 200 + + 2019-07-01 + + EHS + Active + Vista Del Mar Child and Family Services + www.vistadelmar.org + 5803@hsesinfo.org + 6926 Melrose Ave + + Los Angeles + CA + 90038-3306 + 6926 Melrose Ave + + Los Angeles + CA + 90038-3306 + 3200 Motor Ave + + Los Angeles + CA + 90034-3710 + Ms. + F217619 + L217619 + + Chair Board of Directors + 217619@hsesinfo.org + Ms. + F217620 + L217620 + + CEO/President + 217620@hsesinfo.org + Mr. + F217622 + L217622 + + 217622@hsesinfo.org + Ms. + F217618 + L217618 + MS + 217618@hsesinfo.org + 555-555-7618 + + + 9889 + 5796 + 12002 + 200 + + 2019-07-01 + + EHS + Active + Dignity Health dba California Hospital Medical Center + rachel.zupa@dignityhealth.org + 5796@hsesinfo.org + 1401 South Grand Avenue + + Los Angeles + CA + 90015-3010 + 1401 South Grand Avenue + + Los Angeles + CA + 90015-3010 + 1401 South Grand Avenue + + Los Angeles + CA + 90015-3010 + Ms. + F217633 + L217633 + + Chair, HSFC-EHS Governance Committee of CHMC Community Board + 217633@hsesinfo.org + Ms. + F217634 + L217634 + + President + 217634@hsesinfo.org + Ms. + F217636 + L217636 + + 217636@hsesinfo.org + Ms. + F217632 + L217632 + + 217632@hsesinfo.org + 555-555-7632 + + + 9891 + 1511 + 12004 + 000 + 2014 + 2019-07-01 + + Migrant HS + Active + Illinois Department of Human Services + 100 South Grand Ave. East + 1511@hsesinfo.org + 100 S Grand Ave E + Fl 2 + Springfield + IL + 62762-0001 + 100 S Grand Ave E + Fl 2 + Springfield + IL + 62762-0001 + 100 S Grand Ave E + Fl 2 + Springfield + IL + 62762-0001 + Ms. + F217647 + L217647 + + DHS Secretary + 217647@hsesinfo.org + Ms. + F217648 + L217648 + + Interim Associate Director + 217648@hsesinfo.org + Mr. + F217650 + L217650 + + 217650@hsesinfo.org + Mrs. + F217646 + L217646 + + 217646@hsesinfo.org + 555-555-7646 + + + 4570 + 4572 + 8488 + 000 + 2013 + 2013-12-23 + 2018-12-31 + HS + Inactive + VOALA Grantee Los Angeles County + voala.org + 4572@hsesinfo.org + 3600 Wilshire Blvd + Ste 1500 + Los Angeles + CA + 90010-2619 + 3600 Wilshire Blvd + Ste 1500 + Los Angeles + CA + 90010-2619 + 3600 Wilshire Blvd + Ste 1500 + Los Angeles + CA + 90010-2619 + Mr. + F42999 + L42999 + + Executive Committee Chair + 42999@hsesinfo.org + Mr. + F43000 + L43000 + + Chief Executive Officer + 43000@hsesinfo.org + Ms. + F43002 + L43002 + + 43002@hsesinfo.org + Mr. + F42998 + L42998 + + 42998@hsesinfo.org + 555-555-2998 + + + 5192 + 851 + 9001 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Las Cruces School District #2 + http://lcps.net + 851@hsesinfo.org + 505 S Main St + 755 E. Chestnut Ave. + Las Cruces + NM + 88001-1243 + 505 S Main St + 755 E. Chestnut Ave. + Las Cruces + NM + 88001-1243 + 505 S Main St + 755 E. Chestnut Ave. + Las Cruces + NM + 88001-1243 + Mr. + F51998 + L51998 + + School Board President + 51998@hsesinfo.org + Dr. + F51999 + L51999 + + Superintendent + 51999@hsesinfo.org + Ms. + F51997 + L51997 + + 51997@hsesinfo.org + Dr. + F51994 + L51994 + + 51994@hsesinfo.org + 555-555-1994 + + + 8333 + 4198 + 10698 + 002 + + 2016-07-01 + + HS + Active + Saunders County Head Start + http://www.wahooschools.org + 4198@hsesinfo.org + 2056 N Hackberry St + + Wahoo + NE + 68066-5555 + 2056 N Hackberry St + + Wahoo + NE + 68066-5555 + 2201 N Locust St + + Wahoo + NE + 68066-1093 + Mr. + F207471 + L207471 + + President. Wahoo Board of Education + 207471@hsesinfo.org + Mr. + F207472 + L207472 + + Superintendent of Wahoo Public Schools + 207472@hsesinfo.org + Ms. + F207474 + L207474 + + 207474@hsesinfo.org + Mrs. + F207470 + L207470 + + 207470@hsesinfo.org + 555-555-7470 + + + 9423 + 634 + 11645 + 200 + 2014 + 2019-03-01 + + EHS + Active + Alabama Council on Human Relations + http://www.achr.com + 634@hsesinfo.org + 950 Shelton Mill Rd + + Auburn + AL + 36830-2736 + PO Box 3770 + 950 Sheldon Mill Road + Auburn + AL + 36831-3770 + 950 Shelton Mill Rd + + Auburn + AL + 36830-2736 + Mr. + F214470 + L214470 + Jr + President + 214470@hsesinfo.org + Ms. + F214471 + L214471 + + CEO + 214471@hsesinfo.org + Mr. + F214473 + L214473 + + 214473@hsesinfo.org + Ms. + F214469 + L214469 + + 214469@hsesinfo.org + 555-555-4469 + + + 8164 + 1589 + 10617 + 000 + 2001 + 2016-07-01 + + HS + Active + Dimock Head Start + http://www.dimock.org + 1589@hsesinfo.org + 1800 Columbus Ave + + Roxbury + MA + 02119-1029 + 1800 Columbus Ave + + Roxbury + MA + 02119-1029 + 1800 Columbus Ave + + Roxbury + MA + 02119-1029 + Mr. + F206263 + L206263 + + Board Chairperson + 206263@hsesinfo.org + Mr. + F206264 + L206264 + + + 206264@hsesinfo.org + Ms. + F206266 + L206266 + + 206266@hsesinfo.org + Ms. + F206262 + L206262 + + 206262@hsesinfo.org + 555-555-6262 x 5555 + + + 9892 + 3629 + 12008 + 001 + 2014 + 2019-07-01 + + Migrant HS + Active + Migrant Education, Inc. + + 3629@hsesinfo.org + 8125 Old Highway 51 N + + Cobden + IL + 62920-3044 + PO Box 600 + + Cobden + IL + 62920-0600 + 8125 Old Highway 51 N + + Cobden + IL + 62920-3044 + Mr. + F217654 + L217654 + + President + 217654@hsesinfo.org + Mr. + F217655 + L217655 + + + 217655@hsesinfo.org + Ms. + F217657 + L217657 + + 217657@hsesinfo.org + Ms. + F217653 + L217653 + + 217653@hsesinfo.org + 555-555-7653 + + + 9186 + 3157 + 11483 + 000 + 2013 + 2018-11-01 + + HS + Active + SOUTHERN OREGON CHILD & FAMILY COUNCIL, INC + http://www.socfc.org + 3157@hsesinfo.org + 1001 Beall Lane + + Central Point + OR + 97502-0031 + P.O. Box 3697 + + Central Point + OR + 97502 + 1001 Beall Lane + + Central Point + OR + 97502-0031 + Ms. + F212838 + L212838 + + Board Chair + 212838@hsesinfo.org + Ms. + F212839 + L212839 + + Executive Director + 212839@hsesinfo.org + Mr. + F212841 + L212841 + + 212841@hsesinfo.org + Ms. + F212837 + L212837 + + 212837@hsesinfo.org + 555-555-2837 x 5555 + + + 9893 + 3631 + 12009 + 002 + 2014 + 2019-07-01 + + Migrant HS + Active + Del Valle Migrant Head Start, Inc. + + 3631@hsesinfo.org + 6550 Ridge Rd + + Oswego + IL + 60543-8635 + 6550 Ridge Rd + + Oswego + IL + 60543-8635 + 6550 Ridge Rd + + Oswego + IL + 60543-8635 + Mr. + F217661 + L217661 + + President + 217661@hsesinfo.org + Mrs. + F217662 + L217662 + + Director + 217662@hsesinfo.org + Mr. + F217664 + L217664 + + 217664@hsesinfo.org + Ms. + F217660 + L217660 + + 217660@hsesinfo.org + 555-555-7660 + + + 9894 + 3640 + 12010 + 003 + 2014 + 2019-07-01 + + Migrant HS + Active + Rainbow Learning Enrichment + www.rvmshs.org + 3640@hsesinfo.org + 202 North Schuyler Ave. - Suite 107 + + Kankakee + IL + 60901 + 202 North Schuyler Ave. - Suite 107 + + Kankakee + IL + 60901 + 202 North Schuyler Ave. - Suite 107 + + Kankakee + IL + 60901 + Ms. + F217668 + L217668 + + Board President + 217668@hsesinfo.org + Ms. + F217669 + L217669 + + + 217669@hsesinfo.org + Mrs. + F217671 + L217671 + + 217671@hsesinfo.org + Mrs. + F217667 + L217667 + + 217667@hsesinfo.org + 555-555-7667 + + + 9895 + 3642 + 12011 + 004 + 2014 + 2019-07-01 + + Migrant HS + Active + Lessie Bates Davis Neighborhood House + www.lessiebatesdavis.org + 3642@hsesinfo.org + 1045 State Street + + East Saint Louis + IL + 62201-1907 + 1045 State Street + + East Saint Louis + IL + 62201-1907 + 1200 North 13th Street + + East St. Louis + IL + 62205 + Mr. + F217675 + L217675 + Jr. + Board President + 217675@hsesinfo.org + Mr. + F217676 + L217676 + + CEO + 217676@hsesinfo.org + Ms. + F217678 + L217678 + + 217678@hsesinfo.org + Ms. + F217674 + L217674 + + 217674@hsesinfo.org + 555-555-7674 x 5555 + + + 9896 + 4348 + 12012 + 005 + 2014 + 2019-07-01 + + Migrant HS + Active + Princeville CUSD + + 4348@hsesinfo.org + 909 Town Ave. + + Princeville + IL + 61559 + 909 Town Ave. + + Princeville + IL + 61559 + 909 Town Ave. + + Princeville + IL + 61559 + Mr. + F217682 + L217682 + + + 217682@hsesinfo.org + Mr. + F217683 + L217683 + + superintendent of schools + 217683@hsesinfo.org + + F217685 + L217685 + + 217685@hsesinfo.org + Mrs. + F217681 + L217681 + + 217681@hsesinfo.org + 555-555-7681 x 5555 + + + 10449 + 2823 + 12448 + 200 + 2011 + 2019-09-01 + + EHS + Active + Webb County Commissioners + www.webbcountytx.gov + 2823@hsesinfo.org + 102 Sierra Vista Blvd + + Laredo + TX + 78046-7761 + P.O. BOX 2397 + + LAREDO + TX + 78044-2397 + 5904 West Drive Units 6 & 7 + + Laredo + TX + 78041 + Judge + F221482 + L221482 + + Webb County Judge + 221482@hsesinfo.org + Ms. + F221483 + L221483 + + + 221483@hsesinfo.org + Mr. + F221485 + L221485 + + 221485@hsesinfo.org + Ms. + F221481 + L221481 + + 221481@hsesinfo.org + 555-555-1481 + + + 8494 + 8374 + 10901 + 200 + 2017 + 2017-03-01 + + EHS + Active + Boys Town Louisiana, Inc. + www.boystown.org/louisiana + 8374@hsesinfo.org + 300 N. Broad Street + Suite 106 + New Orleans + LA + 70119-5577 + 300 N. Broad Street + Suite 106 + New Orleans + LA + 70119-5577 + 300 N. Broad Street + Suite 106 + New Orleans + LA + 70119-5577 + Ms. + F208185 + L208185 + + Board Chair + 208185@hsesinfo.org + Ms. + F208186 + L208186 + + Executive Director + 208186@hsesinfo.org + Ms. + F208188 + L208188 + + 208188@hsesinfo.org + Ms. + F208184 + L208184 + + 208184@hsesinfo.org + 555-555-8184 + + + 9898 + 3155 + 11996 + 000 + 2013 + 2019-07-01 + + HS + Active + COMMUNITY ACTION AGENCY OF SOMERVILLE + www.caasomerville.org + 3155@hsesinfo.org + 66-70 Union Square #104 + + Somerville + MA + 02143 + 66-70 Union Square #104 + + Somerville + MA + 02143 + 66-70 Union Square #104 + + Somerville + MA + 02143 + Ms. + F217696 + L217696 + + President Board of Directors + 217696@hsesinfo.org + Mr. + F217697 + L217697 + + + 217697@hsesinfo.org + Ms. + F217699 + L217699 + + 217699@hsesinfo.org + Ms. + F217695 + L217695 + + 217695@hsesinfo.org + 555-555-7695 x 5555 + + + 4505 + 1097 + 8482 + 200 + 2013 + 2013-11-29 + 2018-11-30 + EHS + Inactive + SOUTHWEST HUMAN DEVELOPMENT + http://www.swhd.org + 1097@hsesinfo.org + 2850 North 24th Street + + Phoenix + AZ + 85008-1004 + 2850 North 24th Street + + Phoenix + AZ + 85008-1004 + 2850 North 24th Street + + Phoenix + AZ + 85008-1004 + Mr. + F42437 + L42437 + + President Board of Directors + 42437@hsesinfo.org + Ms. + F42438 + L42438 + + CEO + 42438@hsesinfo.org + Mrs. + F42435 + L42435 + + 42435@hsesinfo.org + Ms. + F42434 + L42434 + + 42434@hsesinfo.org + 555-555-2434 + + + 4228 + 4228 + 6736 + 000 + 2013 + 2013-07-16 + 2018-10-31 + HS + Inactive + Acelero Inc. + www.acelero.net + 4228@hsesinfo.org + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + Mr. + F42684 + L42684 + + Chairman of the Board + 42684@hsesinfo.org + Mr. + F42682 + L42682 + + COO/Head Start Director + 42682@hsesinfo.org + Ms. + F42681 + L42681 + + 42681@hsesinfo.org + Mr. + F36568 + L36568 + + 36568@hsesinfo.org + 555-555-6568 + + + 5483 + 5489 + 6736 + 200 + 2014 + 2014-11-01 + 2018-10-31 + EHS + Inactive + Acelero Inc. + www.acelero.net + 5489@hsesinfo.org + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + Mr. + F98256 + L98256 + + Chairman of the Board + 98256@hsesinfo.org + Mr. + F98257 + L98257 + + COO/Head Start Director + 98257@hsesinfo.org + Ms. + F98259 + L98259 + + 98259@hsesinfo.org + Mr. + F98255 + L98255 + + 98255@hsesinfo.org + 555-555-8255 + + + 8955 + 1966 + 11301 + 000 + 2013 + 2018-08-01 + + HS + Active + Community Action Partnership of Mid-Nebraska + http://www.communityactionmidne.com + 1966@hsesinfo.org + 114 E 11th St + + Kearney + NE + 68847-7404 + PO Box 2288 + + Kearney + NE + 68848-2288 + 16 W 11th St + + Kearney + NE + 68847-7440 + Mr. + F211244 + L211244 + + Board Chairperson + 211244@hsesinfo.org + Ms. + F211245 + L211245 + + + 211245@hsesinfo.org + Mrs. + F211247 + L211247 + + 211247@hsesinfo.org + Ms. + F211243 + L211243 + + 211243@hsesinfo.org + 555-555-1243 + + + 4429 + 378 + 8394 + 200 + 2013 + 2013-11-01 + 2018-10-31 + EHS + Inactive + ALGER MARQUETTE COMMUNITY ACTION BOARD + http://www.communityactionam.org + 378@hsesinfo.org + 1125 Commerce Drive + + Marquette + MI + 49855-8630 + 1125 Commerce Drive + + Marquette + MI + 49855-8630 + 1125 Commerce Drive + + Marquette + MI + 49855-8630 + Mr. + F41343 + L41343 + + Board of Directors Chairperson + 41343@hsesinfo.org + Ms. + F41341 + L41341 + + Executive Director + 41341@hsesinfo.org + Ms. + F41340 + L41340 + + 41340@hsesinfo.org + Mrs. + F41338 + L41338 + + 41338@hsesinfo.org + 555-555-1338 x 5555 + + + 3860 + 3419 + 7936 + 006 + + + + HS + Active + Municipality of Humacao + + 3419@hsesinfo.org + Avenida Tejas + Carretera 908 Edificio Palma Hills ( Antiguo Jf Montalvo) + Humacao + PR + 00792 + P.O BOX 9113 + + HUMACAO + PR + 00792-0178 + Avenida Tejas + Carretera 908 Edificio Palma Hills ( Antiguo Jf Montalvo) + Humacao + PR + 00792 + Mrs. + F29006 + L29006 + + Governing Board Chairman + 29006@hsesinfo.org + Mrs. + F29004 + L29004 + + Sub-Director + 29004@hsesinfo.org + Mrs. + F29003 + L29003 + + 29003@hsesinfo.org + Mrs. + F11733 + L11733 + + 11733@hsesinfo.org + 555-555-1733 + + + 8956 + 2841 + 11301 + 200 + 2013 + 2018-08-01 + + EHS + Active + Community Action Partnership of Mid-Nebraska + http://www.communityactionmidne.com + 2841@hsesinfo.org + 114 E 11th St + + Kearney + NE + 68847-7404 + PO Box 2288 + + Kearney + NE + 68848-2288 + 16 W 11th St + + Kearney + NE + 68847-7440 + Mr. + F211251 + L211251 + + + 211251@hsesinfo.org + Ms. + F211252 + L211252 + + + 211252@hsesinfo.org + Mrs. + F211254 + L211254 + + 211254@hsesinfo.org + Ms. + F211250 + L211250 + + 211250@hsesinfo.org + 555-555-1250 + + + 6766 + 3865 + 10250 + 001 + + 2015-08-01 + + HS + Active + Andrus Children's Ctr/Eastchester Child Devel Ctr. + www.andrus1928.org + 3865@hsesinfo.org + 65 Main St + Ste 1 + Tuckahoe + NY + 10707-2908 + 65 Main St + Ste 1 + Tuckahoe + NY + 10707-2908 + 65 Main St + Ste 1 + Tuckahoe + NY + 10707-2908 + Mr. + F203033 + L203033 + + Board Chair + 203033@hsesinfo.org + Mr. + F203034 + L203034 + + CEO-President + 203034@hsesinfo.org + Ms. + F203036 + L203036 + + 203036@hsesinfo.org + Ms. + F203032 + L203032 + + 203032@hsesinfo.org + 555-555-3032 x 5555 + + + 6714 + 2047 + 10232 + 000 + 1992 + 2015-08-01 + + HS + Active + Lycoming-Clinton Counties Comm. for Comm. Actiion + http://www.stepcorp.org/ + 2047@hsesinfo.org + 2138 Boyd St + + Williamsport + PA + 17701-5585 + 2138 Boyd St + + Williamsport + PA + 17701-5585 + 2138 Boyd St + + Williamsport + PA + 17701-5585 + Mr. + F202669 + L202669 + + STEP Board of Director Chairperson + 202669@hsesinfo.org + Mr. + F202670 + L202670 + + STEP CEO and President + 202670@hsesinfo.org + Ms. + F202672 + L202672 + + 202672@hsesinfo.org + Mrs. + F202668 + L202668 + + 202668@hsesinfo.org + 555-555-2668 + + + 9035 + 622 + 11371 + 000 + 2013 + 2018-08-01 + + HS + Active + Highland Rim Economic Corporation + http://www.highlandrim.org + 622@hsesinfo.org + 213 College St + + Erin + TN + 37061-4047 + PO Box 208 + + Erin + TN + 37061-0208 + 213 College St + + Erin + TN + 37061-4047 + Mr. + F211781 + L211781 + + Board Chair + 211781@hsesinfo.org + Mr. + F211782 + L211782 + + Executive Director + 211782@hsesinfo.org + Ms. + F211784 + L211784 + + 211784@hsesinfo.org + Mrs. + F211780 + L211780 + + 211780@hsesinfo.org + 555-555-1780 + + + 4876 + 2542 + 8874 + 200 + 2014 + 2014-06-01 + 2019-05-31 + EHS + Inactive + MUNICIPALITY OF HUMACAO + + 2542@hsesinfo.org + Street Sergio Pena Almodovar + #163 + Humacao + PR + 00791 + Early Head Start Program + apartado 9113 + Humacao + PR + 00792-9113 + Street Sergio Pena Almodovar + #163 + Humacao + PR + 00791 + Mrs. + F48134 + L48134 + + + 48134@hsesinfo.org + Mrs. + F48133 + L48133 + + Director + 48133@hsesinfo.org + Mrs. + F48136 + L48136 + + 48136@hsesinfo.org + Mrs. + F48132 + L48132 + + 48132@hsesinfo.org + 555-555-8132 + + + 5550 + 5556 + 7936 + 206 + 2014 + 2014-09-11 + + EHS + Active + Municipality of Humacao + + 5556@hsesinfo.org + Avenida Tejas + Carretera 908 Edificio Palma Hills (Antiguo Jf Montalvo) + Humacao + PR + 00792 + PO Box 9113 + + Humacao + PR + 00792-9113 + Avenida Tejas + Carretera 908 Edificio Palma Hills (Antiguo Jf Montalvo) + Humacao + PR + 00792 + Mr. + F99527 + L99527 + + Governing Board Chairman + 99527@hsesinfo.org + Mrs. + F99528 + L99528 + + Sub-Director + 99528@hsesinfo.org + Mrs. + F99530 + L99530 + + 99530@hsesinfo.org + Mrs. + F99526 + L99526 + + 99526@hsesinfo.org + 555-555-9526 + + + 4525 + 699 + 8415 + 000 + 1989 + 2013-12-02 + 2018-12-31 + HS + Inactive + PRAIRIE FIVE COMMUNITY ACTION COUNCIL, INC. + http://www.prairiefive.com + 699@hsesinfo.org + 719 N 7th St + Ste 300 + Montevideo + MN + 56265-1370 + PO Box 159 + + Montevideo + MN + 56265-0159 + 719 N 7th St + Ste 300 + Montevideo + MN + 56265-1370 + Mr. + F42626 + L42626 + + Board Chair + 42626@hsesinfo.org + Mrs. + F42625 + L42625 + + Executive Director + 42625@hsesinfo.org + Mr. + F42628 + L42628 + + 42628@hsesinfo.org + Mrs. + F42624 + L42624 + + 42624@hsesinfo.org + 555-555-2624 + + + 6308 + 2502 + 9860 + 000 + 1992 + 2015-05-01 + + AIAN HS + Active + Turtle Mountain Band of Chippewa Indian Tribe + tmbci.net + 2502@hsesinfo.org + 1010 Carole James Street + + Belcourt + ND + 58316 + 1010 Carole James Street + + Belcourt + ND + 58316 + 1010 Carole James Street + + Belcourt + ND + 58316 + Mr. + F110485 + L110485 + + Tribal Chairman + 110485@hsesinfo.org + Mr. + F110486 + L110486 + + Tribal Chairman + 110486@hsesinfo.org + Ms. + F110483 + L110483 + + 110483@hsesinfo.org + Mr. + F110481 + L110481 + + 110481@hsesinfo.org + 555-555-0481 x 5555 + + + 8994 + 588 + 11325 + 000 + 2013 + 2018-08-01 + + HS + Active + Greene Lamp + www.greenelamp.org + 588@hsesinfo.org + Head Start Program + 309 Summit Avenue + Kinston + NC + 28501-3957 + Head Start Program + 309 Summit Avenue + Kinston + NC + 28501-3957 + Head Start Program + 309 Summit Avenue + Kinston + NC + 28501-3957 + Mrs. + F211514 + L211514 + + Board Chairperson + 211514@hsesinfo.org + Mrs. + F211515 + L211515 + + Executive Director + 211515@hsesinfo.org + Mr. + F211517 + L211517 + + 211517@hsesinfo.org + Mrs. + F211513 + L211513 + + 211513@hsesinfo.org + 555-555-1513 x 5555 + + + 8837 + 8657 + 11206 + 000 + 2018 + 2018-08-01 + 2019-08-31 + HS + Inactive + CDI HS/Outer Wayne County, MI + www.cdiheadstart.org + 8657@hsesinfo.org + 8850 Pardee Rd + + Taylor + MI + 48180-2781 + PO Box 448 + + Garden City + MI + 48136-0448 + 8850 Pardee Rd + + Taylor + MI + 48180-2781 + Mr. + F210373 + L210373 + + Chief Executive Officer + 210373@hsesinfo.org + Ms. + F210371 + L210371 + + Executive Director + 210371@hsesinfo.org + + F210374 + L210374 + + 210374@hsesinfo.org + Ms. + F210370 + L210370 + + 210370@hsesinfo.org + 555-555-0370 + + + 8652 + 3195 + 11038 + 000 + 2012 + 2017-07-01 + + HS + Active + Child Start, Inc. + www.childstart.org + 3195@hsesinfo.org + 1002 S Oliver St + + Wichita + KS + 67218-3218 + 1002 S Oliver St + + Wichita + KS + 67218-3218 + 1002 S Oliver St + + Wichita + KS + 67218-3218 + Mr. + F209073 + L209073 + + Board Chairman Child Start Inc. + 209073@hsesinfo.org + Ms. + F209074 + L209074 + + Executive Director Child Start Inc. + 209074@hsesinfo.org + Ms. + F209076 + L209076 + + 209076@hsesinfo.org + Ms. + F209072 + L209072 + + 209072@hsesinfo.org + 555-555-9072 + + + 5211 + 2262 + 8903 + 200 + 2001 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Olympic Community Action Programs + http://www.olycap.org + 2262@hsesinfo.org + 228 W 1st St + Ste J + Port Angeles + WA + 98362-2640 + 228 W 1st St + Ste J + Port Angeles + WA + 98362-2640 + 228 W 1st St + Ste J + Port Angeles + WA + 98362-2640 + Mr. + F52316 + L52316 + + Board Chair + 52316@hsesinfo.org + Ms. + F52317 + L52317 + + Executive Director + 52317@hsesinfo.org + Mrs. + F52319 + L52319 + + 52319@hsesinfo.org + Ms. + F52314 + L52314 + + 52314@hsesinfo.org + 555-555-2314 x 5555 + + + 9069 + 8710 + 11390 + 200 + 2018 + 2018-09-01 + + EHS + Active + Project Social Care Head Start, Inc. + none + 8710@hsesinfo.org + 5902 - 14th Avenue + + Brooklyn + NY + 11219-5039 + 5902 - 14th Avenue + + Brooklyn + NY + 11219-5039 + 5902 - 14th Avenue + + Brooklyn + NY + 11219-5039 + Mr. + F212060 + L212060 + + CHAIRPERSON OF BOARD OF DIRECTORS + 212060@hsesinfo.org + Mr. + F212061 + L212061 + + + 212061@hsesinfo.org + Mrs. + F212063 + L212063 + + 212063@hsesinfo.org + Mr. + F212059 + L212059 + + 212059@hsesinfo.org + 555-555-2059 x 5555 + + + 6865 + 6883 + 10332 + 000 + + 2015-09-01 + 2020-08-31 + HS + Inactive + Ironbound Community Corporation + www.ironboundcc.org + 6883@hsesinfo.org + 317 Elm St + + Newark + NJ + 07105-2701 + 317 Elm St + + Newark + NJ + 07105-2701 + 317 Elm St + + Newark + NJ + 07105-2701 + Mr. + F203730 + L203730 + + + 203730@hsesinfo.org + Mrs. + F203731 + L203731 + + + 203731@hsesinfo.org + Mrs. + F203733 + L203733 + + 203733@hsesinfo.org + Mrs. + F203729 + L203729 + + 203729@hsesinfo.org + 555-555-3729 + + + 8654 + 3005 + 11039 + 000 + 2012 + 2017-07-01 + + HS + Active + Volunteers of America of Los Angeles South Los Angeles + www.voala.org + 3005@hsesinfo.org + 11243 Kittridge St + + North Hollywood + CA + 91606-2605 + 11243 Kittridge St + + North Hollywood + CA + 91606-2605 + 11243 Kittridge St + + North Hollywood + CA + 91606-2605 + Mr. + F209087 + L209087 + + Executive Committee Chair + 209087@hsesinfo.org + Mr. + F209088 + L209088 + + Chief Executive Officer + 209088@hsesinfo.org + Ms. + F209090 + L209090 + + 209090@hsesinfo.org + Mr. + F209086 + L209086 + + 209086@hsesinfo.org + 555-555-9086 + + + 5214 + 615 + 9045 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Enrichment Services Program Inc. + http://www.enrichmentservices.org + 615@hsesinfo.org + 2601 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + 2601 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + 2601 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + Mr. + F52418 + L52418 + + Board Chair + 52418@hsesinfo.org + Ms. + F52420 + L52420 + + CEO + 52420@hsesinfo.org + Mr. + F52422 + L52422 + + 52422@hsesinfo.org + Ms. + F52417 + L52417 + + 52417@hsesinfo.org + 555-555-2417 + + + 4564 + 1047 + 8501 + 000 + 2013 + 2013-12-23 + 2018-12-31 + HS + Inactive + SOUTH CENTRAL CHILD DEVELOPMENT, INC + sccdinc.com + 1047@hsesinfo.org + 401 Walnut St SW + + Wagner + SD + 57380-9309 + 401 Walnut Ave SW + + Wagner + SD + 57380-9309 + 401 Walnut St SW + + Wagner + SD + 57380-9309 + Mrs. + F43310 + L43310 + + Grantee Board Chairperson + 43310@hsesinfo.org + Dr. + F43312 + L43312 + + Executive Director + 43312@hsesinfo.org + Mrs. + F43311 + L43311 + + 43311@hsesinfo.org + Dr. + F43307 + L43307 + + 43307@hsesinfo.org + 555-555-3307 + + + 9902 + 844 + 11977 + 000 + 2013 + 2019-07-01 + + HS + Active + Butler County Educational Service Center + http://www.bcesc.org + 844@hsesinfo.org + 400 North Erie Blvd, Suite A + + Hamilton + OH + 45011 + 400 North Erie Blvd, Suite A + + Hamilton + OH + 45011 + 400 North Erie Blvd, Suite A + + Hamilton + OH + 45011 + Mrs. + F217724 + L217724 + + BCESC Board Chairman + 217724@hsesinfo.org + Mr. + F217725 + L217725 + + Superintendent + 217725@hsesinfo.org + Ms. + F217727 + L217727 + + 217727@hsesinfo.org + Mrs. + F217723 + L217723 + + 217723@hsesinfo.org + 555-555-7723 + + + 8919 + 2326 + 11258 + 200 + 2013 + 2018-07-01 + + EHS + Active + YOLO COUNTY SUPERINTENDENT OF SCHOOLS + http://www.ycoe.org + 2326@hsesinfo.org + 1280 Santa Anita Court, Suite 140 + + Woodland + CA + 95776-6128 + 1280 Santa Anita Court, Suite 140 + + Woodland + CA + 95776-6128 + 1280 Santa Anita Court, Suite 140 + + Woodland + CA + 95776-6128 + Dr. + F210954 + L210954 + + Superintendent + 210954@hsesinfo.org + Dr. + F210955 + L210955 + + Associate Superintendent of Educational Services + 210955@hsesinfo.org + Mrs. + F210957 + L210957 + + 210957@hsesinfo.org + Mrs. + F210953 + L210953 + + 210953@hsesinfo.org + 555-555-0953 + + + 9903 + 2740 + 11977 + 200 + 2013 + 2019-07-01 + + EHS + Active + Butler County Educational Service Center + www.bcesc.org + 2740@hsesinfo.org + 400 North Erie Blvd, Suite A + + Hamilton + OH + 45011 + 400 North Erie Blvd, Suite A + + Hamilton + OH + 45011 + 400 North Erie Blvd, Suite A + + Hamilton + OH + 45011 + Mrs. + F217731 + L217731 + + BCESC Board President + 217731@hsesinfo.org + Mr. + F217732 + L217732 + + Superintendent + 217732@hsesinfo.org + Ms. + F217734 + L217734 + + 217734@hsesinfo.org + Mrs. + F217730 + L217730 + + 217730@hsesinfo.org + 555-555-7730 + + + 6777 + 3711 + 10259 + 005 + + 2015-08-01 + 2020-07-31 + HS + Inactive + W.C.I.C. / Playmate Child Development Center + www.wcicinc.org + 3711@hsesinfo.org + 3555 3rd Ave + + Sacramento + CA + 95817-2812 + 3555 3rd Ave + + Sacramento + CA + 95817-2812 + 3555 3rd Ave + + Sacramento + CA + 95817-2812 + Atty. + F203110 + L203110 + + President + 203110@hsesinfo.org + Ms. + F203111 + L203111 + + Executive Director/Head Start + 203111@hsesinfo.org + Ms. + F203113 + L203113 + + 203113@hsesinfo.org + Ms. + F203109 + L203109 + + 203109@hsesinfo.org + 555-555-3109 + + + 9318 + 2322 + 11576 + 000 + 2013 + 2019-02-01 + + HS + Active + Community Action of Orleans and Genesee, Inc. + http://www.caoginc.org + 2322@hsesinfo.org + Head Start Program + 401 East State Street + Albion + NY + 14411-1123 + Head Start Program + 401 East State Street + Albion + NY + 14411-1123 + 409 E State St + Community Action of Orleans + Albion + NY + 14411-1123 + Mrs. + F213763 + L213763 + + Board Chairperson + 213763@hsesinfo.org + Ms. + F213764 + L213764 + + Executive Director + 213764@hsesinfo.org + Ms. + F213766 + L213766 + + 213766@hsesinfo.org + Mrs. + F213762 + L213762 + + 213762@hsesinfo.org + 555-555-3762 + + + 5785 + 5791 + 9405 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Los Angeles County Office of Education + www.prekkid.org + 5791@hsesinfo.org + 10100 Pioneer Blvd + Ste 325 + Santa Fe Springs + CA + 90670-7303 + 10100 Pioneer Blvd + Ste 325 + Santa Fe Springs + CA + 90670-7303 + 10100 Pioneer Blvd + Ste 325 + Santa Fe Springs + CA + 90670-7303 + Dr. + F103588 + L103588 + Ed.D + Superintendent + 103588@hsesinfo.org + Dr. + F103589 + L103589 + Ed.D + Superintendent + 103589@hsesinfo.org + Ms. + F103591 + L103591 + + 103591@hsesinfo.org + Ms. + F103587 + L103587 + + 103587@hsesinfo.org + 555-555-3587 + + + 7056 + 1131 + 10486 + 000 + 1991 + 2016-01-01 + + AIAN HS + Active + Bois Forte Reservation Tribal Government + www.boisforte.gov + 1131@hsesinfo.org + 5344 Lake Shore Dr + + Nett Lake + MN + 55772-1200 + 5344 Lake Shore Dr + + Nett Lake + MN + 55772-1200 + 5344 Lake Shore Dr + + Nett Lake + MN + 55772-1200 + Ms. + F205059 + L205059 + + Tribal Government Chairwoman + 205059@hsesinfo.org + Mr. + F205060 + L205060 + + Executive Director + 205060@hsesinfo.org + Mr. + F205062 + L205062 + + 205062@hsesinfo.org + Mrs. + F205058 + L205058 + + 205058@hsesinfo.org + 555-555-5058 x 5555 + + + 5851 + 5858 + 9603 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Children's Home Society of Washington + http://www.childrenshomesociety.org/ + 5858@hsesinfo.org + 12360 Lake City Way NE + Ste 450 + Seattle + WA + 98125-5452 + PO Box 15190 + + Seattle + WA + 98115-0190 + 12360 Lake City Way NE + Ste 450 + Seattle + WA + 98125-5452 + Mr. + F104524 + L104524 + + Board Chair + 104524@hsesinfo.org + Mr. + F104525 + L104525 + + President/CEO + 104525@hsesinfo.org + Ms. + F104527 + L104527 + + 104527@hsesinfo.org + Ms. + F104523 + L104523 + + 104523@hsesinfo.org + 555-555-4523 + + + 9900 + 3249 + 12000 + 200 + 2014 + 2019-07-01 + + EHS + Active + Sumter County Opportunity, Inc. + Not Available + 3249@hsesinfo.org + POST OFFICE DRAWER 928 + 714 Country Club Road /P.O. DRAWER928 + LIVINGSTON + AL + 35470-0928 + POST OFFICE DRAWER 928 + 714 Country Club Road /P.O. DRAWER928 + LIVINGSTON + AL + 35470-0928 + POST OFFICE DRAWER 928 + 714 Country Club Road /P.O. DRAWER928 + LIVINGSTON + AL + 35470-0928 + Mr. + F217710 + L217710 + + Board Chairman + 217710@hsesinfo.org + Mrs. + F217711 + L217711 + + CEO/Executive Director/Head Start/Early Head Start Director + 217711@hsesinfo.org + Mrs. + F217713 + L217713 + + 217713@hsesinfo.org + Mrs. + F217709 + L217709 + + 217709@hsesinfo.org + 555-555-7709 + + + 6327 + 6345 + 9138 + 213 + + 2015-02-01 + 2019-06-30 + EHS + Inactive + Norwalk-La Mirada Unified School District + www.nlmusdpreschool.org + 6345@hsesinfo.org + 14616 Dinard Ave + + Norwalk + CA + 90650-5110 + 14616 Dinard Ave + + Norwalk + CA + 90650-5110 + 14616 Dinard Ave + + Norwalk + CA + 90650-5110 + Ms. + F110647 + L110647 + + School Board President + 110647@hsesinfo.org + Dr. + F110648 + L110648 + + School Superintendent + 110648@hsesinfo.org + Ms. + F110650 + L110650 + + 110650@hsesinfo.org + Ms. + F110646 + L110646 + + 110646@hsesinfo.org + 555-555-0646 + + + 9648 + 2026 + 11818 + 000 + 2014 + 2019-06-01 + + HS + Active + Cortland County Communication Action Program, Inc. + http://www.capco.org + 2026@hsesinfo.org + 32 North Main Street + + Cortland + NY + 13045-2122 + 32 North Main Street + + Cortland + NY + 13045-2122 + 32 North Main Street + + Cortland + NY + 13045-2122 + Mrs. + F215955 + L215955 + + President of the Board of Directors + 215955@hsesinfo.org + Mrs. + F215956 + L215956 + + Executive Director + 215956@hsesinfo.org + Mr. + F215958 + L215958 + + 215958@hsesinfo.org + Ms. + F215954 + L215954 + + 215954@hsesinfo.org + 555-555-5954 x 5555 + + + 9649 + 2849 + 11818 + 200 + 2014 + 2019-06-01 + + EHS + Active + Cortland County Communication Action Program, Inc. + www.capco.org + 2849@hsesinfo.org + 32 North Main Street + + Cortland + NY + 13045 + 32 North Main Street + + Cortland + NY + 13045 + 32 North Main Street + + Cortland + NY + 13045 + Mrs. + F215962 + L215962 + + President of the Board of Directors + 215962@hsesinfo.org + Mrs. + F215963 + L215963 + + Executive Director + 215963@hsesinfo.org + Mr. + F215965 + L215965 + + 215965@hsesinfo.org + Ms. + F215961 + L215961 + + 215961@hsesinfo.org + 555-555-5961 x 5555 + + + 9650 + 818 + 11817 + 000 + 2014 + 2019-06-01 + + HS + Active + Floyd County Community Action Agency + FCHEADSTART.com + 818@hsesinfo.org + 1902 Corydon Pike + + New Albany + IN + 47150-6114 + PO Box 1025 + + New Albany + IN + 47151-1025 + 1902 Corydon Pike + + New Albany + IN + 47150-6114 + Dr. + F215969 + L215969 + + FCCAA Board President + 215969@hsesinfo.org + Ms. + F215970 + L215970 + + Director + 215970@hsesinfo.org + Ms. + F215972 + L215972 + + 215972@hsesinfo.org + Ms. + F215968 + L215968 + + 215968@hsesinfo.org + 555-555-5968 x 5555 + + + 9907 + 635 + 11984 + 000 + 2014 + 2019-07-01 + + HS + Active + GLEAMNS HUMAN RESOUCES COMMISSION, INC. + http://www.gleamnshrc.org + 635@hsesinfo.org + 237 Hospital St N + + Greenwood + SC + 29646-2962 + PO Box 1326 + + Greenwood + SC + 29648-1326 + 237 Hospital St N + + Greenwood + SC + 29646-2962 + Ms. + F217759 + L217759 + + GLEAMNS Board of Commissioners Chairperson + 217759@hsesinfo.org + Ms. + F217760 + L217760 + + Chief Executive Officer + 217760@hsesinfo.org + Ms. + F217762 + L217762 + + 217762@hsesinfo.org + Ms. + F217758 + L217758 + + 217758@hsesinfo.org + 555-555-7758 x 5555 + + + 9908 + 636 + 11984 + 200 + 2014 + 2019-07-01 + + EHS + Active + GLEAMNS HUMAN RESOUCES COMMISSION, INC. + http://www.gleamnshrc.org + 636@hsesinfo.org + 237 Hospital St N + + Greenwood + SC + 29646-2962 + PO Box 1326 + + Greenwood + SC + 29648-1326 + 237 Hospital St N + + Greenwood + SC + 29646-2962 + Ms. + F217766 + L217766 + + GLEAMNS Board of Commissioners Chairperson + 217766@hsesinfo.org + Ms. + F217767 + L217767 + + Chief Executive Officer + 217767@hsesinfo.org + Ms. + F217769 + L217769 + + 217769@hsesinfo.org + Ms. + F217765 + L217765 + + 217765@hsesinfo.org + 555-555-7765 x 5555 + + + 10450 + 5966 + 12449 + 200 + + 2019-09-01 + + EHS + Active + County of Webb + www.webbcountytx.gov/headstart + 5966@hsesinfo.org + 5904 West Drive Units 6 & 7 + + Laredo + TX + 78041-6047 + PO Box 2397 + + Laredo + TX + 78044-2397 + 5904 West Dr + Units 6 + Laredo + TX + 78041-6047 + Mr. + F221489 + L221489 + + + 221489@hsesinfo.org + Ms. + F221490 + L221490 + + + 221490@hsesinfo.org + Mrs. + F221492 + L221492 + + 221492@hsesinfo.org + Ms. + F221488 + L221488 + + 221488@hsesinfo.org + 555-555-1488 + + + 5208 + 2213 + 8825 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Kitsap Community Resources + http://www.kcr.org + 2213@hsesinfo.org + 1201 Park Ave + 845 8th Street + Bremerton + WA + 98337-1760 + 1201 Park Avenue + + Bremerton + WA + 98337-1760 + 845 8th Street + + Bremerton + WA + 98337-1760 + Mr. + F52296 + L52296 + + President, Board of Directors + 52296@hsesinfo.org + Mr. + F52294 + L52294 + + Executive Director + 52294@hsesinfo.org + Mrs. + F52295 + L52295 + + 52295@hsesinfo.org + Ms. + F52293 + L52293 + + 52293@hsesinfo.org + 555-555-2293 + + + 6892 + 6911 + 10385 + 201 + + 2015-03-01 + 2019-08-31 + EHS + Inactive + New St. Paul Tabernacle Head Start Agency, Inc. + www.nspheadstart.org + 6911@hsesinfo.org + 15362 Southfield Drive + + Detroit + MI + 48223-1359 + 15362 Southfield Drive + + Detroit + MI + 48223-1359 + 15362 Southfield Drive + + Detroit + MI + 48223-1359 + Mr. + F203905 + L203905 + + Chairman of the Board of Directors + 203905@hsesinfo.org + Dr. + F203906 + L203906 + + Executive Director + 203906@hsesinfo.org + Ms. + F203908 + L203908 + + 203908@hsesinfo.org + Dr. + F203904 + L203904 + + 203904@hsesinfo.org + 555-555-3904 x 5555 + + + 10496 + 6261 + 12487 + 200 + + 2019-09-01 + + AIAN EHS + Active + PINOLEVILLE POMO NATION + + 6261@hsesinfo.org + 500 Pinoleville Rd + Ste A + Ukiah + CA + 95482-7121 + 500 Pinoleville Rd + Ste A + Ukiah + CA + 95482-7121 + 500 Pinoleville Rd + Ste A + Ukiah + CA + 95482-7121 + Ms. + F221813 + L221813 + + + 221813@hsesinfo.org + Ms. + F221814 + L221814 + + + 221814@hsesinfo.org + Mr. + F221816 + L221816 + + 221816@hsesinfo.org + Ms. + F221812 + L221812 + + 221812@hsesinfo.org + 555-555-1812 x 5555 + + + 5283 + 3674 + 9129 + 004 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + ABC Unified School District + http://www.abcusd.k12.ca.us + 3674@hsesinfo.org + 11011 Artesia Blvd. + + Cerritos + CA + 90703 + 11011 Artesia Blvd. + + Cerritos + CA + 90703 + 11011 Artesia Blvd. + + Cerritos + CA + 90703 + Mr. + F53323 + L53323 + + President + 53323@hsesinfo.org + Mr. + F53326 + L53326 + + + 53326@hsesinfo.org + Ms. + F53327 + L53327 + + 53327@hsesinfo.org + Ms. + F53322 + L53322 + + 53322@hsesinfo.org + 555-555-3322 + + + 6461 + 1781 + 10083 + 000 + 2002 + 2015-06-01 + 2020-05-31 + HS + Inactive + Municipality of Isabela + PO BOX 507 + 1781@hsesinfo.org + 55 Calle Barbosa + + Isabela + PR + 00662-3103 + 55 Calle Barbosa + + Isabela + PR + 00662-3103 + 55 Calle Barbosa + + Isabela + PR + 00662-3103 + Hon. + F200897 + L200897 + + Mayor + 200897@hsesinfo.org + Hon. + F200898 + L200898 + + Mayor + 200898@hsesinfo.org + Sr. + F200900 + L200900 + + 200900@hsesinfo.org + Sra. + F200896 + L200896 + + 200896@hsesinfo.org + 555-555-0896 x 5555 + + + 8166 + 350 + 10610 + 000 + 1991 + 2016-07-01 + + HS + Active + York County Head Start + http://www.yccac.org + 350@hsesinfo.org + 6 Spruce St + + Sanford + ME + 04073-2917 + PO Box 72 + + Sanford + ME + 04073-0072 + 6 Spruce St + + Sanford + ME + 04073-2917 + Mrs. + F206277 + L206277 + + Board President + 206277@hsesinfo.org + Mrs. + F206278 + L206278 + + Executive Director + 206278@hsesinfo.org + Ms. + F206280 + L206280 + + 206280@hsesinfo.org + Mrs. + F206276 + L206276 + + 206276@hsesinfo.org + 555-555-6276 + + + 8029 + 2302 + 10533 + 000 + 1992 + 2016-03-01 + + HS + Active + Delaware Oppportunities, Inc. + www.delawareopportunities.org + 2302@hsesinfo.org + 35430 State Highway 10 + + Hamden + NY + 13782-1112 + 35430 State Highway 10 + + Hamden + NY + 13782-1112 + 35430 State Highway 10 + + Hamden + NY + 13782-1112 + Mr. + F205405 + L205405 + + President, Board of Directors + 205405@hsesinfo.org + Ms. + F205406 + L205406 + + Executive Director + 205406@hsesinfo.org + Ms. + F205408 + L205408 + + 205408@hsesinfo.org + Ms. + F205404 + L205404 + + 205404@hsesinfo.org + 555-555-5404 x 5555 + + + 9031 + 1043 + 11369 + 000 + 2013 + 2018-09-01 + + HS + Active + WYOMING CHILD & FAMILY DEVELOPMENT, INC + http://www.wyomingchild.org + 1043@hsesinfo.org + 126 North Wyoming + + Guernsey + WY + 82214 + PO Box 100 + + Guernsey + WY + 82214-0100 + 126 North Wyoming + + Guernsey + WY + 82214 + Mr. + F211746 + L211746 + + Board Chairperson + 211746@hsesinfo.org + Mrs. + F211747 + L211747 + + Executive Director + 211747@hsesinfo.org + Ms. + F211749 + L211749 + + 211749@hsesinfo.org + Mrs. + F211745 + L211745 + + 211745@hsesinfo.org + 555-555-1745 + + + 9911 + 736 + 12001 + 000 + 2014 + 2019-07-01 + + HS + Active + Brazoria County Head Start Early Learning Schools, Inc. + http://www.headstartbc.org + 736@hsesinfo.org + 651 West Miller Street + + Angleton + TX + 77515-5522 + 651 West Miller Street + + Angleton + TX + 77515-5522 + 651 West Miller Street + + Angleton + TX + 77515-5522 + Mrs. + F217787 + L217787 + + Chairman of the Board + 217787@hsesinfo.org + Mrs. + F217788 + L217788 + + President & CEO + 217788@hsesinfo.org + Ms. + F217790 + L217790 + + 217790@hsesinfo.org + Mrs. + F217786 + L217786 + + 217786@hsesinfo.org + 555-555-7786 x 5555 + + + 9912 + 735 + 12001 + 200 + 2014 + 2019-07-01 + + EHS + Active + Brazoria County Head Start Early Learning Schools, Inc. + http://www.headstartbc.org + 735@hsesinfo.org + 651 West Miller Street + + Angleton + TX + 77515-5522 + 651 West Miller Street + + Angleton + TX + 77515-5522 + 651 West Miller Street + + Angleton + TX + 77515-5522 + Mrs. + F217794 + L217794 + + Chairman of the Board + 217794@hsesinfo.org + Mrs. + F217795 + L217795 + + President & CEO + 217795@hsesinfo.org + Ms. + F217797 + L217797 + + 217797@hsesinfo.org + Mrs. + F217793 + L217793 + + 217793@hsesinfo.org + 555-555-7793 x 5555 + + + 9913 + 8971 + 11981 + 200 + 2019 + 2019-07-01 + + EHS + Active + Santa Clara Office of Education + http://www.myheadstart.org + 8971@hsesinfo.org + 1290 Ridder Park Drive, MC 225 + + San Jose + CA + 95131-2304 + 1290 Ridder Park Drive, MC 225 + + San Jose + CA + 95131-2304 + 1290 Ridder Park Drive, MC 225 + + San Jose + CA + 95131-2304 + Mrs. + F217801 + L217801 + + SCCOE Board President + 217801@hsesinfo.org + Dr. + F217802 + L217802 + + + 217802@hsesinfo.org + Ms. + F217804 + L217804 + + 217804@hsesinfo.org + Mr. + F217800 + L217800 + + 217800@hsesinfo.org + 555-555-7800 + + + 8165 + 1588 + 10617 + 200 + 2004 + 2016-07-01 + + EHS + Active + Dimock Early Head Start + http://www.dimock.org + 1588@hsesinfo.org + 1800 Columbus Avenue + + Roxbury + MA + 02119-1029 + 1800 Columbus Ave + + Roxbury + MA + 02119-1029 + 1800 Columbus Ave + + Roxbury + MA + 02119-1029 + Mr. + F206270 + L206270 + + Board Chairperson + 206270@hsesinfo.org + Mr. + F206271 + L206271 + + + 206271@hsesinfo.org + Ms. + F206273 + L206273 + + 206273@hsesinfo.org + Ms. + F206269 + L206269 + + 206269@hsesinfo.org + 555-555-6269 x 5555 + + + 5985 + 5992 + 9599 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + CNMI Public School System + www.cnmipss.org/head-start/ + 5992@hsesinfo.org + Pohnpei Way, Capitol Hill + + Saipan + MP + 96950 + PO Box 501370 + Lower Base + Saipan + MP + 96950-1370 + Pohnpei Way, Capitol Hill + + Saipan + MP + 96950 + Ms. + F106534 + L106534 + + Chairwoman + 106534@hsesinfo.org + Mr. + F106535 + L106535 + + Commissioner of Education + 106535@hsesinfo.org + Mr. + F106537 + L106537 + + 106537@hsesinfo.org + Ms. + F106533 + L106533 + + 106533@hsesinfo.org + 555-555-6533 + + + 4428 + 377 + 8394 + 000 + 2013 + 2013-11-01 + 2018-10-31 + HS + Inactive + ALGER MARQUETTE COMMUNITY ACTION BOARD + http://www.communityactionam.org + 377@hsesinfo.org + 1125 Commerce Dr + + Marquette + MI + 49855-8630 + 1125 Commerce Dr + + Marquette + MI + 49855-8630 + 1125 Commerce Dr + + Marquette + MI + 49855-8630 + Mr. + F41333 + L41333 + + Board of Directors Chairperson + 41333@hsesinfo.org + Ms. + F41334 + L41334 + + Executive Director + 41334@hsesinfo.org + Ms. + F41336 + L41336 + + 41336@hsesinfo.org + Mrs. + F41331 + L41331 + + 41331@hsesinfo.org + 555-555-1331 x 5555 + + + 4608 + 2325 + 8583 + 000 + 2014 + 2014-02-01 + 2019-01-31 + HS + Inactive + Action for a Better Community, Inc + www.abcinfo.org + 2325@hsesinfo.org + 550 East Main Street + + Rochester + NY + 14604-2522 + Action for a Better Community, Inc. Head Start & Early Head Start + 550 East Main Street + Rochester + NY + 14604-2522 + ABC Head Start & Early Head Start Program + 550 Main Street + Rochester + NY + 14604-2522 + Mr. + F44026 + L44026 + + Board Chair + 44026@hsesinfo.org + Mr. + F44027 + L44027 + + + 44027@hsesinfo.org + Ms. + F44028 + L44028 + + 44028@hsesinfo.org + Ms. + F44025 + L44025 + + 44025@hsesinfo.org + 555-555-4025 x 5555 + + + 4609 + 2324 + 8583 + 200 + 2014 + 2014-02-01 + 2019-01-31 + EHS + Inactive + Action for a Better Community, Inc + www.abcinfo.org + 2324@hsesinfo.org + 550 East Main Street + + Rochester + NY + 14604-2522 + ABC Early Head Start Program + 550 East Main Street + Rochester + NY + 14604-2522 + ABC Early Head Start Program + 550 East Main Street + Rochester + NY + 14604-2522 + Mr. + F44033 + L44033 + + Board Chair + 44033@hsesinfo.org + Mr. + F44034 + L44034 + + + 44034@hsesinfo.org + Ms. + F44037 + L44037 + + 44037@hsesinfo.org + Ms. + F44032 + L44032 + + 44032@hsesinfo.org + 555-555-4032 x 5555 + + + 4541 + 1566 + 8517 + 000 + 2013 + 2013-12-23 + 2018-12-31 + HS + Inactive + Raleigh County Community Action Association + 111 Willow Lane + 1566@hsesinfo.org + 111 Willow Lane + + Beckley + WV + 25801 + P.O. Box 3066 + East Beckley Station + Beckley + WV + 25801-1777 + 111 Willow Lane + + Beckley + WV + 25801 + Ms. + F43151 + L43151 + + Vice President + 43151@hsesinfo.org + Mr. + F43152 + L43152 + + Executive Director + 43152@hsesinfo.org + Ms. + F43154 + L43154 + + 43154@hsesinfo.org + Mrs. + F43150 + L43150 + + 43150@hsesinfo.org + 555-555-3150 x 5555 + + + 4606 + 262 + 8586 + 000 + 2014 + 2014-02-01 + 2019-01-31 + HS + Inactive + EDUCATIONAL ALLIANCE + http://www.edalliance.org + 262@hsesinfo.org + 197 East Broadway + 4th Floor + New York + NY + 10002-5507 + 197 East Broadway + 4th Floor + New York + NY + 10002-5507 + 197 East Broadway + 4th Floor + New York + NY + 10002-5507 + Ms. + F44015 + L44015 + + Board Chair + 44015@hsesinfo.org + Mr. + F44011 + L44011 + + President and CEO + 44011@hsesinfo.org + Ms. + F44014 + L44014 + + 44014@hsesinfo.org + Mr. + F44010 + L44010 + + 44010@hsesinfo.org + 555-555-4010 + + + 5278 + 3670 + 9126 + 001 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Foundation for Early Childhood Education, Inc. + foundationheadstart.org + 3670@hsesinfo.org + 3360 Flair Drive, Suite 100 + + El Monte + CA + 91731-2833 + 3360 Flair Drive, Suite 100 + + El Monte + CA + 91731-2833 + 3360 Flair Drive, Suite 100 + + El Monte + CA + 91731-2833 + Mr. + F53290 + L53290 + + Board President + 53290@hsesinfo.org + Ms. + F53291 + L53291 + + Director + 53291@hsesinfo.org + Mr. + F53289 + L53289 + + 53289@hsesinfo.org + Ms. + F53287 + L53287 + + 53287@hsesinfo.org + 555-555-3287 x 5555 + + + 11220 + 5395 + 13128 + 200 + 2014 + 2020-04-01 + + EHS + Active + Northeast Oklahoma Community Action Agency, Inc. + www.neocaa.org + 5395@hsesinfo.org + 856 E Melton Dr + + Jay + OK + 74346-2704 + PO Box 603 + + Jay + OK + 74346-0603 + 856 E Melton Drive + + Jay + OK + 74346 + Mrs. + F226706 + L226706 + + Board Chairperson + 226706@hsesinfo.org + Mrs. + F226707 + L226707 + + Executive Director + 226707@hsesinfo.org + Mrs. + F226709 + L226709 + + 226709@hsesinfo.org + Mrs. + F226705 + L226705 + + 226705@hsesinfo.org + 555-555-6705 + + + 8721 + 3105 + 11090 + 000 + 2012 + 2017-09-01 + + HS + Active + AVANCE-San Antonio, Inc. + http://www.avancesa.org + 3105@hsesinfo.org + 903 Billy Mitchell Blvd + Ste 100 + San Antonio + TX + 78226-1802 + 903 Billy Mitchell Blvd + Ste 100 + San Antonio + TX + 78226-1802 + 903 Billy Mitchell Blvd + Ste 100 + San Antonio + TX + 78226-1802 + Ms. + F209537 + L209537 + + Board Chair + 209537@hsesinfo.org + Ms. + F209538 + L209538 + + Executive Director + 209538@hsesinfo.org + Ms. + F209540 + L209540 + + 209540@hsesinfo.org + Ms. + F209536 + L209536 + + 209536@hsesinfo.org + 555-555-9536 + + + 8722 + 3147 + 11090 + 200 + 2012 + 2017-09-01 + + EHS + Active + AVANCE-San Antonio, Inc. + http://www.avancesa.org + 3147@hsesinfo.org + 903 Billy Mitchell Blvd + Ste 100 + San Antonio + TX + 78226-1802 + 903 Billy Mitchell Blvd + Ste 100 + San Antonio + TX + 78226-1802 + 903 Billy Mitchell Blvd + Ste 100 + San Antonio + TX + 78226-1802 + Ms. + F209544 + L209544 + + Board Chair + 209544@hsesinfo.org + Ms. + F209545 + L209545 + + Executive Director + 209545@hsesinfo.org + Ms. + F209547 + L209547 + + 209547@hsesinfo.org + Ms. + F209543 + L209543 + + 209543@hsesinfo.org + 555-555-9543 + + + 4616 + 960 + 8529 + 000 + 2014 + 2014-02-01 + 2019-01-31 + HS + Inactive + TABLELAND SERVICES, INC + http://www.capfsc.org + 960@hsesinfo.org + 535 East Main Street + + Somerset + PA + 15501-2163 + 535 East Main Street + + Somerset + PA + 15501-2163 + 535 East Main Street + + Somerset + PA + 15501-2163 + Mr. + F44083 + L44083 + + Chairperson + 44083@hsesinfo.org + Mr. + F44081 + L44081 + + Executive Director + 44081@hsesinfo.org + Ms. + F44082 + L44082 + + 44082@hsesinfo.org + Mrs. + F44080 + L44080 + + 44080@hsesinfo.org + 555-555-4080 x 5555 + + + 8650 + 3144 + 11037 + 000 + 2012 + 2017-07-01 + + HS + Active + Metropolitan Family Services DuPage Head Start + www.metrofamily.org + 3144@hsesinfo.org + 222 E Willow Ave + + Wheaton + IL + 60187-5426 + 1 N Dearborn St + Fl 10 + Chicago + IL + 60602-4322 + 1 N Dearborn St + Fl 10 + Chicago + IL + 60602-4322 + Mrs. + F209059 + L209059 + + Chairman, Metropolitan Family Services Board of Directors + 209059@hsesinfo.org + Mr. + F209060 + L209060 + + + 209060@hsesinfo.org + Mrs. + F209062 + L209062 + + 209062@hsesinfo.org + Mrs. + F209058 + L209058 + + 209058@hsesinfo.org + 555-555-9058 + + + 9141 + 353 + 11451 + 200 + 2000 + 2018-09-30 + + EHS + Active + Talladega Clay Randolph Child Care Corporation + www.tcrchildcarecorporation.org + 353@hsesinfo.org + 925 North Street, East + + Talladega + AL + 35160-2501 + 925 North Street, East + + Talladega + AL + 35160-2501 + 925 North Street, East + + Talladega + AL + 35160-2501 + Mr. + F212553 + L212553 + + Board Chairperson + 212553@hsesinfo.org + Ms. + F212554 + L212554 + + Executive Director + 212554@hsesinfo.org + Ms. + F212556 + L212556 + + 212556@hsesinfo.org + Mrs. + F212552 + L212552 + + 212552@hsesinfo.org + 555-555-2552 x 5555 + + + 11221 + 722 + 13125 + 000 + 2014 + 2020-04-01 + + HS + Active + Head Start Child and Family Services, Inc + http://www.headstartinc.org + 722@hsesinfo.org + 1520 Construction Way + + Van Buren + AR + 72956-7061 + 1520 Construction Way + + Van Buren + AR + 72956-7061 + 1520 Construction Way + + Van Buren + AR + 72956-7061 + Mrs. + F226713 + L226713 + + President of the Board of Directors + 226713@hsesinfo.org + Mrs. + F226714 + L226714 + + Executive/ Head Start Director + 226714@hsesinfo.org + Mrs. + F226716 + L226716 + + 226716@hsesinfo.org + Mrs. + F226712 + L226712 + + 226712@hsesinfo.org + 555-555-6712 x 5555 + + + 11222 + 723 + 13125 + 200 + 2014 + 2020-04-01 + + EHS + Active + Head Start Child and Family Services, Inc + http://www.headstartinc.org + 723@hsesinfo.org + 1520 Construction Way + + Van Buren + AR + 72956-7061 + 1520 Construction Way + + Van Buren + AR + 72956-7061 + 1520 Construction Way + + Van Buren + AR + 72956-7061 + Mrs. + F226720 + L226720 + + President of the Board of Directors + 226720@hsesinfo.org + Mrs. + F226721 + L226721 + + Executive/ Head Start Director + 226721@hsesinfo.org + Mrs. + F226723 + L226723 + + 226723@hsesinfo.org + Mrs. + F226719 + L226719 + + 226719@hsesinfo.org + 555-555-6719 x 5555 + + + 10523 + 6223 + 12512 + 200 + + 2019-09-01 + + EHS + Active + Durham's Partnership for Children + www.dpfc.net + 6223@hsesinfo.org + 1201 S. Briggs Avenue, Suite 210 + + Durham + NC + 27703-5076 + 1201 S. Briggs Avenue, Suite 210 + + Durham + NC + 27703-5076 + 1201 S. Briggs Avenue, Suite 210 + + Durham + NC + 27703-5076 + Ms. + F222000 + L222000 + + Board Chair + 222000@hsesinfo.org + Ms. + F222001 + L222001 + + Executive Director + 222001@hsesinfo.org + Ms. + F222003 + L222003 + + 222003@hsesinfo.org + Ms. + F221999 + L221999 + + 221999@hsesinfo.org + + + + 4576 + 1980 + 8514 + 000 + 1991 + 2013-12-23 + 2018-12-31 + HS + Inactive + UNITED COMMUNITY ACTION NETWORK + http://www.ucancap.org + 1980@hsesinfo.org + 948 SE Roberts Ave + + Roseburg + OR + 97470-4223 + 948 SE Roberts Ave + + Roseburg + OR + 97470-4223 + 280 Kenneth Ford Drive + + Roseburg + OR + 97470 + Mrs. + F43352 + L43352 + + Governing Board Chair + 43352@hsesinfo.org + Mr. + F43353 + L43353 + + + 43353@hsesinfo.org + Ms. + F43351 + L43351 + + 43351@hsesinfo.org + Mrs. + F43349 + L43349 + + 43349@hsesinfo.org + 555-555-3349 + + + 10524 + 6922 + 12518 + 201 + + 2019-09-01 + + EHS + Active + Chapel Hill Training Outreach Project, Inc. + http://chtop.org/Programs/durham-ehs.html + 6922@hsesinfo.org + 1201 S Briggs Ave + Ste 110 + Durham + NC + 27703-5076 + 1201 S Briggs Ave + Ste 110 + Durham + NC + 27703-5076 + 1201 S Briggs Ave + Ste 110 + Durham + NC + 27703-5076 + + F222007 + L222007 + + + 222007@hsesinfo.org + + F222008 + L222008 + + + 222008@hsesinfo.org + + F222010 + L222010 + + 222010@hsesinfo.org + Ms. + F222006 + L222006 + + 222006@hsesinfo.org + 555-555-2006 + + + 10030 + 1400 + 12086 + 000 + 2014 + 2019-07-01 + + HS + Active + West Central Community Action + www.westcentralca.org + 1400@hsesinfo.org + 1408A Highway 44 + + Harlan + IA + 51537-4804 + 1408A Highway 44 + + Harlan + IA + 51537-4804 + 1408A Highway 44 + + Harlan + IA + 51537-4804 + Mr. + F218603 + L218603 + + WCCA Board President + 218603@hsesinfo.org + Ms. + F218604 + L218604 + + Executive Director + 218604@hsesinfo.org + Ms. + F218606 + L218606 + + 218606@hsesinfo.org + Ms. + F218602 + L218602 + + 218602@hsesinfo.org + 555-555-8602 + + + 10031 + 2763 + 12086 + 200 + 2014 + 2019-07-01 + + EHS + Active + West Central Community Action + www.westcentralca.org + 2763@hsesinfo.org + 1408A Highway 44 + + Harlan + IA + 51537-4804 + 1408A Highway 44 + + Harlan + IA + 51537-4804 + 1408A Highway 44 + + Harlan + IA + 51537-4804 + Mr. + F218610 + L218610 + + WCCA Board President + 218610@hsesinfo.org + Ms. + F218611 + L218611 + + Executive Director + 218611@hsesinfo.org + Ms. + F218613 + L218613 + + 218613@hsesinfo.org + Ms. + F218609 + L218609 + + 218609@hsesinfo.org + 555-555-8609 + + + 5810 + 5816 + 9561 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Easter Seals North Georgia + http://www.northgeorgia.easterseals.com + 5816@hsesinfo.org + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + Mr. + F103828 + L103828 + + Chairperson + 103828@hsesinfo.org + Ms. + F103829 + L103829 + + President/CEO + 103829@hsesinfo.org + Ms. + F103831 + L103831 + + 103831@hsesinfo.org + Mr. + F103827 + L103827 + + 103827@hsesinfo.org + 555-555-3827 x 5555 + + + 4974 + 4980 + 8945 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Family Enrichment Network, Inc. + Familyenrichment.org + 4980@hsesinfo.org + 24 Cherry Street + + Johnson City + NY + 13790-0779 + 24 Cherry Street + + Johnson City + NY + 13790-0779 + 24 Cherry Street + + Johnson City + NY + 13790-0779 + Ms. + F48970 + L48970 + + Governing Board Chairperson + 48970@hsesinfo.org + Mr. + F48971 + L48971 + + Executive Director + 48971@hsesinfo.org + Ms. + F48973 + L48973 + + 48973@hsesinfo.org + Mrs. + F48969 + L48969 + + 48969@hsesinfo.org + 555-555-8969 x 5555 + + + 10525 + 6039 + 12515 + 200 + + 2019-09-01 + + EHS + Active + The Order of the Fishermen Ministry Head Start Program, Inc. + www.tofmhs.org + 6039@hsesinfo.org + 10025 Grand River + + Detroit + MI + 48204-2039 + 10025 Grand River + + Detroit + MI + 48204-2039 + 10025 Grand River + + Detroit + MI + 48204-2039 + Mr. + F222014 + L222014 + + Chairman of the Board + 222014@hsesinfo.org + Ms. + F222015 + L222015 + + Executive Director + 222015@hsesinfo.org + Ms. + F222017 + L222017 + + 222017@hsesinfo.org + Ms. + F222013 + L222013 + + 222013@hsesinfo.org + 555-555-2013 x 5555 + + + 11223 + 1341 + 13126 + 000 + 1992 + 2020-04-01 + + HS + Active + TERRELL INDEPENDENT SCHOOL DISTRICT + http://terrellisd.org + 1341@hsesinfo.org + W. H. Burnett Elementary + 921 South Rockwall Street + Terrell + TX + 75160-4411 + Terrell ISD Head Start + 921 S Rockwall Street + Terrell + TX + 75160-4411 + Terrell ISD Head Start + 700 North Catherine + Terrell + TX + 75160-4411 + Mrs. + F226727 + L226727 + + Board President + 226727@hsesinfo.org + Dr. + F226728 + L226728 + + Executive Director for Head Start, Assistant Superintendent of Terrell ISD + 226728@hsesinfo.org + Mrs. + F226730 + L226730 + + 226730@hsesinfo.org + Mrs. + F226726 + L226726 + + 226726@hsesinfo.org + 555-555-6726 x 5555 + + + 6237 + 1153 + 9829 + 000 + 1992 + 2015-04-01 + + AIAN HS + Active + TAOS PUEBLO + + 1153@hsesinfo.org + 190 Shadow Lane Suite A + Taos Pueblo + Taos + NM + 87571-1846 + PO Box 1846 + + Taos + NM + 87571-1846 + 1075 + Veterans Hwy + Taos + NM + 87571 + Gov. + F109507 + L109507 + + Taos Pueblo Governor + 109507@hsesinfo.org + Ms. + F109506 + L109506 + + Tribal Administrator + 109506@hsesinfo.org + Mr. + F109509 + L109509 + + 109509@hsesinfo.org + Ms. + F109505 + L109505 + + 109505@hsesinfo.org + 555-555-9505 x 5555 + + + 10526 + 2433 + 12514 + 200 + 2014 + 2019-09-01 + + EHS + Active + Campbell, County of + http://www.ccgov.net/139/Childrens-Developmental-Services + 2433@hsesinfo.org + 1801 South 4-J Road + + Gillette + WY + 82718-5201 + 1801 South 4-J Road + + Gillette + WY + 82718-5201 + 1801 South 4-J Road + + Gillette + WY + 82718-5201 + Mr. + F222021 + L222021 + + CDS County Comissioner, Chairman + 222021@hsesinfo.org + Mr. + F222022 + L222022 + + + 222022@hsesinfo.org + Ms. + F222024 + L222024 + + 222024@hsesinfo.org + Mrs. + F222020 + L222020 + + 222020@hsesinfo.org + 555-555-2020 + + + 4595 + 4597 + 8572 + 000 + 2013 + 2013-12-30 + 2018-11-30 + HS + Inactive + Bradford-Tioga Head Start, Inc. + www.bradfordtiogahs.org + 4597@hsesinfo.org + 5 Riverside Plz + + Blossburg + PA + 16912-1137 + 5 Riverside Plz + + Blossburg + PA + 16912-1137 + 5 Riverside Plz + + Blossburg + PA + 16912-1137 + Ms. + F43537 + L43537 + + Chairperson + 43537@hsesinfo.org + Mrs. + F43538 + L43538 + + Executive Director + 43538@hsesinfo.org + Mrs. + F43540 + L43540 + + 43540@hsesinfo.org + Mrs. + F43536 + L43536 + + 43536@hsesinfo.org + 555-555-3536 + + + 6888 + 3496 + 10364 + 201 + + 2015-07-01 + + EHS + Active + Urban League + www.urbanleagueneworleans.org + 3496@hsesinfo.org + 4640 S Carrollton Ave + Ste 210 + New Orleans + LA + 70119-7607 + 4640 S Carrollton Ave + Ste 210 + New Orleans + LA + 70119-7607 + 4640 S Carrollton Ave + Ste 210 + New Orleans + LA + 70119-7607 + Ms. + F203877 + L203877 + + Jade Russell Consulting + 203877@hsesinfo.org + Mrs. + F203878 + L203878 + + President/CEO + 203878@hsesinfo.org + Ms. + F203880 + L203880 + + 203880@hsesinfo.org + Ms. + F203876 + L203876 + + 203876@hsesinfo.org + 555-555-3876 + + + 4726 + 3952 + 8708 + 054 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Claremont Neighborhood Center + www.//claremontcenter.org + 3952@hsesinfo.org + 489 East 169 Street + + Bronx + NY + 10456-2626 + 489 East 169 Street + + Bronx + NY + 10456-2626 + 489 East 169 Street + + Bronx + NY + 10456-2626 + Mr. + F45833 + L45833 + + Board Co- Chairman + 45833@hsesinfo.org + Mr. + F45831 + L45831 + + + 45831@hsesinfo.org + + F45830 + L45830 + + 45830@hsesinfo.org + Mr. + F45828 + L45828 + + 45828@hsesinfo.org + 555-555-5828 + + + 5790 + 5796 + 9410 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Dignity Health dba California Hospital Medical Center + rachel.zupa@dignityhealth.org + 5796@hsesinfo.org + 1401 S Grand Ave + + Los Angeles + CA + 90015-3010 + 1401 S Grand Ave + + Los Angeles + CA + 90015-3010 + 1401 S Grand Ave + + Los Angeles + CA + 90015-3010 + Mr. + F103628 + L103628 + + Chair, HSFC-EHS Governance Committee of CHMC Community Board + 103628@hsesinfo.org + Ms. + F103629 + L103629 + + President + 103629@hsesinfo.org + Ms. + F103631 + L103631 + + 103631@hsesinfo.org + Ms. + F103627 + L103627 + + 103627@hsesinfo.org + 555-555-3627 + + + 4496 + 836 + 8397 + 000 + 2013 + 2013-11-29 + 2018-11-30 + HS + Inactive + FAMILY FORUM, INC. + http://www.familyforum.org + 836@hsesinfo.org + 1507 Tower Avenue + Suite 312 + Superior + WI + 54880-5137 + 1507 Tower Avenue + Suite 312 + Superior + WI + 54880-5137 + 1507 Tower Avenue + Suite 312 + Superior + WI + 54880-5137 + Ms. + F42352 + L42352 + + Chairperson + 42352@hsesinfo.org + Ms. + F42353 + L42353 + + Executive Director + 42353@hsesinfo.org + Ms. + F42350 + L42350 + + 42350@hsesinfo.org + Ms. + F42349 + L42349 + + 42349@hsesinfo.org + 555-555-2349 + + + 4739 + 3976 + 8721 + 067 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + PROMESA + acacia.org + 3976@hsesinfo.org + 300 E 175th St + + Bronx + NY + 10457-5804 + 300 E 175th St + + Bronx + NY + 10457-5804 + 300 E 175th St + + Bronx + NY + 10457-5804 + Mr. + F45923 + L45923 + + Board Chairperson + 45923@hsesinfo.org + Mr. + F45921 + L45921 + + + 45921@hsesinfo.org + Ms. + F45920 + L45920 + + 45920@hsesinfo.org + Ms. + F45919 + L45919 + + 45919@hsesinfo.org + 555-555-5919 + + + 6195 + 6208 + 9869 + 208 + + 2015-01-01 + + EHS + Active + Easter Seals Metropolitan Chicago + http://easterseals.com/chicago + 6208@hsesinfo.org + 120 Madison St + + Oak Park + IL + 60302-4206 + 120 Madison St + + Oak Park + IL + 60302-4206 + 120 Madison St + + Oak Park + IL + 60302-4206 + Mr. + F108900 + L108900 + + Chairman of the Board + 108900@hsesinfo.org + Mr. + F108901 + L108901 + + President/CEO + 108901@hsesinfo.org + Ms. + F108903 + L108903 + + 108903@hsesinfo.org + Ms. + F108899 + L108899 + + 108899@hsesinfo.org + 555-555-8899 + + + 5102 + 430 + 9020 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Carolina Community Actions, Inc + www.carolinacommunityactions.org + 430@hsesinfo.org + 138 S Oakland Ave, Suite 101 + + Rock Hill + SC + 29730-4500 + PO Box 933 + + Rock Hill + SC + 29731-6933 + 138 S Oakland Ave, Suite 101 + + Rock Hill + SC + 29730-4500 + Mr. + F51640 + L51640 + III + Board Chair + 51640@hsesinfo.org + Ms. + F51644 + L51644 + + Executive Director + 51644@hsesinfo.org + Ms. + F51642 + L51642 + + 51642@hsesinfo.org + Mrs. + F51639 + L51639 + + 51639@hsesinfo.org + 555-555-1639 + + + 10107 + 5807 + 12165 + 200 + + 2019-07-01 + + EHS + Active + Childrens Friend and Service + http://www.childrensfriendri.org + 5807@hsesinfo.org + 153 Summer Street + + Providence + RI + 02903-4011 + 153 Summer Street + + Providence + RI + 02903-4011 + 153 Summer Street + + Providence + RI + 02903-4011 + Mr. + F219140 + L219140 + + Board Chairman + 219140@hsesinfo.org + Mr. + F219141 + L219141 + + + 219141@hsesinfo.org + Ms. + F219143 + L219143 + + 219143@hsesinfo.org + Mrs. + F219139 + L219139 + + 219139@hsesinfo.org + 555-555-9139 + + + 5638 + 4153 + 9458 + 024 + 2014 + 2014-12-01 + + HS + Active + El Hogar Del Nino + www.elhogardelnino.org + 4153@hsesinfo.org + 1718 S Loomis St + + Chicago + IL + 60608-2129 + 1718 S Loomis St + + Chicago + IL + 60608-2129 + 1718 S Loomis St + + Chicago + IL + 60608-2129 + Ms. + F101546 + L101546 + + Board President + 101546@hsesinfo.org + Mr. + F101544 + L101544 + + Executive Director + 101544@hsesinfo.org + Ms. + F101543 + L101543 + + 101543@hsesinfo.org + Ms. + F101541 + L101541 + + 101541@hsesinfo.org + 555-555-1541 x 5555 + + + 10108 + 5797 + 12159 + 200 + + 2019-07-01 + + EHS + Active + Fairfax County Board of Supervisors + + 5797@hsesinfo.org + 12000 Government Center Parkway + + Fairfax + VA + 22035-0001 + 12000 Government Center Parkway + + Fairfax + VA + 22035-0001 + 12000 Government Center Parkway + + Fairfax + VA + 22035-0001 + Mr. + F219147 + L219147 + + Chairman, Board of Supervisors + 219147@hsesinfo.org + Ms. + F219148 + L219148 + + Deputy County Executive + 219148@hsesinfo.org + Ms. + F219150 + L219150 + + 219150@hsesinfo.org + Ms. + F219146 + L219146 + + 219146@hsesinfo.org + 555-555-9146 + + + 10109 + 2027 + 12160 + 000 + 2014 + 2019-07-01 + + HS + Active + National Centers for Learning Excellence, Inc. + www.childandfamilycenters.com + 2027@hsesinfo.org + N4W22000 Bluemound Road + + Waukesha + WI + 53186-8755 + N4W22000 Bluemound Road + + Waukesha + WI + 53186-8755 + N4W22000 Bluemound Road + + Waukesha + WI + 53186-8755 + Ms. + F219154 + L219154 + + President of the Board of Directors + 219154@hsesinfo.org + Dr. + F219155 + L219155 + Ph.D. + + 219155@hsesinfo.org + Ms. + F219157 + L219157 + + 219157@hsesinfo.org + Dr. + F219153 + L219153 + Ph.D. + 219153@hsesinfo.org + 555-555-9153 + + + 10451 + 6097 + 12447 + 200 + + 2019-09-01 + + EHS + Active + AVANCE - Houston, Inc. + http://www.avancehouston.org + 6097@hsesinfo.org + 4281 Dacoma St. + + Houston + TX + 77092-8607 + 4281 Dacoma St. + + Houston + TX + 77092-8607 + 4281 Dacoma St. + + Houston + TX + 77092-8607 + Mr. + F221496 + L221496 + + Board Chairperson + 221496@hsesinfo.org + Ms. + F221497 + L221497 + + Executive Director + 221497@hsesinfo.org + Mr. + F221499 + L221499 + + 221499@hsesinfo.org + Ms. + F221495 + L221495 + Ed.D + 221495@hsesinfo.org + 555-555-1495 x 5555 + + + 5553 + 5559 + 8102 + 205 + 2014 + 2014-09-11 + + EHS + Active + Municipality of Quebradillas + + 5559@hsesinfo.org + Carretera 113 Km 11.5 Bario Cacao + + Quebradillas + PR + 00678 + Carretera 113 Km 11.5 Bario Cacao + + Quebradillas + PR + 00678 + Carretera 113 Km 11.5 Bario Cacao + + Quebradillas + PR + 00678 + Mr. + F99551 + L99551 + + Alcalde + 99551@hsesinfo.org + Mr. + F99552 + L99552 + + Alcalde + 99552@hsesinfo.org + Mrs. + F99554 + L99554 + + 99554@hsesinfo.org + Mr. + F99550 + L99550 + + 99550@hsesinfo.org + 555-555-9550 x 5555 + + + 10452 + 8018 + 12450 + 201 + 2015 + 2019-09-01 + + EHS + Active + Aldine Independent School District + http://aldine.k12.tx.us + 8018@hsesinfo.org + 2520 Ww Thorne Blvd + + Houston + TX + 77073-3406 + 2520 Ww Thorne Blvd + + Houston + TX + 77073-3406 + 2520 Ww Thorne Blvd + + Houston + TX + 77073-3406 + Dr. + F221503 + L221503 + + President, Aldine ISD School Board + 221503@hsesinfo.org + Dr. + F221504 + L221504 + + Superintendent of Schools + 221504@hsesinfo.org + Ms. + F221506 + L221506 + + 221506@hsesinfo.org + Dr. + F221502 + L221502 + + 221502@hsesinfo.org + 555-555-1502 + + + 5656 + 4176 + 9458 + 224 + 2014 + 2014-12-01 + + EHS + Active + El Hogar Del Nino + elhogardelnino.org + 4176@hsesinfo.org + 1718 S Loomis St + + Chicago + IL + 60608-2129 + 1718 S Loomis St + + Chicago + IL + 60608-2129 + 1718 S Loomis St + + Chicago + IL + 60608-2129 + Ms. + F101553 + L101553 + + Board President + 101553@hsesinfo.org + Mr. + F101551 + L101551 + + Executive Director + 101551@hsesinfo.org + Ms. + F101550 + L101550 + + 101550@hsesinfo.org + Ms. + F101548 + L101548 + + 101548@hsesinfo.org + 555-555-1548 x 5555 + + + 8660 + 8523 + 11044 + 000 + 2017 + 2017-07-01 + + HS + Active + Municipality of Utuado + + 8523@hsesinfo.org + Edificio Catalina Figuera + Bubao Street + Utuado + PR + 00641 + PO Box 877 + + Utuado + PR + 00641-0877 + Edificio Catalina Figuera + Bubao Street + Utuado + PR + 00641 + Mrs. + F209129 + L209129 + + President + 209129@hsesinfo.org + Mr. + F209130 + L209130 + + Director + 209130@hsesinfo.org + Mr. + F209132 + L209132 + + 209132@hsesinfo.org + Mr. + F209128 + L209128 + + 209128@hsesinfo.org + 555-555-9128 x 5555 + + + 8661 + 8524 + 11044 + 200 + 2017 + 2017-07-01 + + EHS + Active + Municipality of Utuado + + 8524@hsesinfo.org + Edificio Catalina Figuera Bubao Street + + Utuado + PR + 00641 + PO Box 877 + + Utuado + PR + 00641-0877 + Edificio Catalina Figuera Bubao Street + + Utuado + PR + 00641 + Mrs. + F209136 + L209136 + + President + 209136@hsesinfo.org + Mr. + F209137 + L209137 + + Director + 209137@hsesinfo.org + Mr. + F209139 + L209139 + + 209139@hsesinfo.org + Mr. + F209135 + L209135 + + 209135@hsesinfo.org + 555-555-9135 x 5555 + + + 5909 + 2466 + 9623 + 000 + 2005 + 2015-02-01 + + AIAN HS + Active + SEMINOLE NATION OF OKLAHOMA + http://seminolenation.com/services/headstart + 2466@hsesinfo.org + 36645 Highway 270 + + Wewoka + OK + 74884-4021 + P.O. Box 1316 + + Seminole + OK + 74818 + 36645 Highway 270 + + Wewoka + OK + 74884-4021 + Mr. + F105950 + L105950 + + Principal Chief + 105950@hsesinfo.org + Mr. + F105948 + L105948 + + Principle Chief + 105948@hsesinfo.org + Mr. + F105947 + L105947 + + 105947@hsesinfo.org + Ms. + F105946 + L105946 + + 105946@hsesinfo.org + 555-555-5946 + + + 9901 + 558 + 11990 + 000 + 2014 + 2019-07-01 + + HS + Active + Blue Ridge Opportunity Commission, Inc. + brocinc.com + 558@hsesinfo.org + 710 Veterans Dr + + North Wilkesboro + NC + 28659-4555 + 710 Veterans Dr + + North Wilkesboro + NC + 28659-4555 + 710 Veterans Dr + + North Wilkesboro + NC + 28659-4555 + Mr. + F217717 + L217717 + + Board Chair + 217717@hsesinfo.org + Mrs. + F217718 + L217718 + + Executive Director + 217718@hsesinfo.org + Ms. + F217720 + L217720 + + 217720@hsesinfo.org + Mrs. + F217716 + L217716 + + 217716@hsesinfo.org + 555-555-7716 + + + 10782 + 2874 + 12758 + 200 + 2011 + 2019-12-01 + + EHS + Active + Community Program Centers of Long Island, Inc. + www.childrenscommunityhs.org + 2874@hsesinfo.org + 400 Sheep Pasture Rd + the Children's Community Head Start/Early Head Start + Port Jefferson + NY + 11777-2059 + 2210 Smithtown Ave + the Children's Community Head Start/Early Head Start + Ronkonkoma + NY + 11779-7329 + 90 Air Park Dr + the Children's Community Head Start/ Early Head Start + Ronkonkoma + NY + 11779-7360 + Mr. + F223775 + L223775 + + Board President + 223775@hsesinfo.org + Ms. + F223776 + L223776 + + CEO + 223776@hsesinfo.org + Ms. + F223778 + L223778 + + 223778@hsesinfo.org + Ms. + F223774 + L223774 + + 223774@hsesinfo.org + 555-555-3774 + + + 497 + 2790 + 310 + 200 + 2011 + 2013-07-10 + 2018-12-31 + EHS + Inactive + KENTUCKY RIVER FOOTHILLS DEVELOPMENT COUNCIL + http://foothillscap.org/default.html + 2790@hsesinfo.org + 311 Spangler Dr + Ste I + Richmond + KY + 40475-2458 + 311 Spangler Dr + Ste I + Richmond + KY + 40475-2458 + 309 Spangler Drive - Suite C + + RICHMOND + KY + 40475 + Mr. + F37361 + L37361 + + Foothills Community Action Partnership Board Chairman + 37361@hsesinfo.org + Mr. + F37359 + L37359 + + KRFDC Inc. Executive Director + 37359@hsesinfo.org + Mrs. + F37358 + L37358 + + 37358@hsesinfo.org + Mr. + F37357 + L37357 + + 37357@hsesinfo.org + 555-555-7357 x 5555 + + + 10527 + 6017 + 12516 + 200 + + 2019-09-01 + + EHS + Active + Colorado Early Education Network + http://www.ceen.org + 6017@hsesinfo.org + 710 11th Ave + Ste L90 + Greeley + CO + 80631-6472 + 710 11th Ave + Ste L90 + Greeley + CO + 80631-6472 + 710 11th Ave + Ste L90 + Greeley + CO + 80631-6472 + Mr. + F222028 + L222028 + + Board of Directors, Chair + 222028@hsesinfo.org + Mrs. + F222029 + L222029 + + + 222029@hsesinfo.org + Mr. + F222031 + L222031 + + 222031@hsesinfo.org + Mrs. + F222027 + L222027 + + 222027@hsesinfo.org + 555-555-2027 x 5555 + + + 4973 + 4979 + 8945 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Family Enrichment Network, Inc. + Familyenrichment.org + 4979@hsesinfo.org + 24 Cherry Street + + Johnson City + NY + 13790-0779 + 24 Cherry Street + + Johnson City + NY + 13790-0779 + 24 Cherry Street + + Johnson City + NY + 13790-0779 + Ms. + F48962 + L48962 + + Governing Board Chairperson + 48962@hsesinfo.org + Mr. + F48963 + L48963 + + Executive Director + 48963@hsesinfo.org + Ms. + F48965 + L48965 + + 48965@hsesinfo.org + Mrs. + F48961 + L48961 + + 48961@hsesinfo.org + 555-555-8961 x 5555 + + + 8744 + 8602 + 11116 + 219 + 2017 + 2017-08-01 + + EHS + Active + Municipality of Dorado + + 8602@hsesinfo.org + 341 Calle Mendez Vigo + + Dorado + PR + 00646-4912 + 341 Calle Mendez Vigo + + Dorado + PR + 00646-4912 + 341 Calle Mendez Vigo + + Dorado + PR + 00646-4912 + Mr. + F209686 + L209686 + + Chairman of the Board + 209686@hsesinfo.org + Mr. + F209687 + L209687 + + Mayor + 209687@hsesinfo.org + Mrs. + F209689 + L209689 + + 209689@hsesinfo.org + Mrs. + F209685 + L209685 + + 209685@hsesinfo.org + 555-555-9685 x 5555 + + + 11224 + 6314 + 13127 + 000 + + 2020-04-01 + + HS + Active + Educational Service Unit No. 13 + http://www.esu13.org + 6314@hsesinfo.org + 4215 Avenue I + + Scottsbluff + NE + 69361-4902 + 4215 Avenue I + + Scottsbluff + NE + 69361-4902 + 4215 Avenue I + + Scottsbluff + NE + 69361-4902 + Mr. + F226734 + L226734 + + Board Chair + 226734@hsesinfo.org + Mr. + F226735 + L226735 + + Administrator + 226735@hsesinfo.org + Mrs. + F226737 + L226737 + + 226737@hsesinfo.org + Mrs. + F226733 + L226733 + + 226733@hsesinfo.org + 555-555-6733 + + + 6779 + 6797 + 10262 + 220 + + 2015-07-16 + + EHS + Active + El Valor Corporation + http://www.elvalor.net + 6797@hsesinfo.org + 1850 West 21st Street + + Chicago + IL + 60608-2799 + 1850 West 21st Street + + Chicago + IL + 60608-2799 + 1850 West 21st Street + + Chicago + IL + 60608-2799 + Mr. + F203124 + L203124 + + Agency Board Chair + 203124@hsesinfo.org + Mr. + F203125 + L203125 + + President/CEO + 203125@hsesinfo.org + Ms. + F203127 + L203127 + + 203127@hsesinfo.org + Ms. + F203123 + L203123 + + 203123@hsesinfo.org + 555-555-3123 + + + 8013 + 1657 + 10518 + 000 + 2003 + 2016-02-01 + + HS + Active + Brooklyn Chinese-American Association + bca.net + 1657@hsesinfo.org + 5002 8th Avenue + + Brooklyn + NY + 11220 + 5002 8th Avenue + + Brooklyn + NY + 11220-2221 + 5002 8th Avenue + + Brooklyn + NY + 11220-2221 + Mr. + F205300 + L205300 + + Chairman + 205300@hsesinfo.org + Mr. + F205301 + L205301 + + + 205301@hsesinfo.org + Ms. + F205303 + L205303 + + 205303@hsesinfo.org + Ms. + F205299 + L205299 + + 205299@hsesinfo.org + 555-555-5299 + + + 1425 + 867 + 2923 + 000 + 2013 + 2013-07-02 + 2019-01-31 + HS + Inactive + Community Action Program, Inc. of Western Indiana + http://www.capwi.org/head_start.htm + 867@hsesinfo.org + 418 Washington St + 418 Washington Street + Covington + IN + 47932-1257 + PO Box 188 + 418 Washington Street + Covington + IN + 47932-0188 + 418 Washington St + 418 Washington Street + Covington + IN + 47932-1257 + Mr. + F37664 + L37664 + + CAP Board President + 37664@hsesinfo.org + Mrs. + F37665 + L37665 + + + 37665@hsesinfo.org + Mrs. + F37666 + L37666 + + 37666@hsesinfo.org + Mrs. + F37661 + L37661 + + 37661@hsesinfo.org + 555-555-7661 + + + 11225 + 6315 + 13127 + 200 + + 2020-04-01 + + EHS + Active + Educational Service Unit No. 13 + http://www.esu13.org + 6315@hsesinfo.org + 4215 Avenue I + + Scottsbluff + NE + 69361-4902 + 4215 Avenue I + + Scottsbluff + NE + 69361-4902 + 4215 Avenue I + + Scottsbluff + NE + 69361-4902 + Mr. + F226741 + L226741 + + Board Chair + 226741@hsesinfo.org + Mr. + F226742 + L226742 + + Administrator + 226742@hsesinfo.org + Ms. + F226744 + L226744 + + 226744@hsesinfo.org + Mrs. + F226740 + L226740 + + 226740@hsesinfo.org + 555-555-6740 + + + 8074 + 3244 + 10586 + 200 + 2011 + 2016-07-01 + + EHS + Active + Jefferson Franklin Community Action Corporation + http://www.jfcac.org + 3244@hsesinfo.org + 2 Merchants Dr + + Hillsboro + MO + 63050-5212 + PO Box 920 + + Hillsboro + MO + 63050-0920 + 2 Merchants Dr + + Hillsboro + MO + 63050-5212 + Ms. + F205703 + L205703 + + Board President + 205703@hsesinfo.org + Ms. + F205704 + L205704 + + Chief Executive Officer + 205704@hsesinfo.org + Ms. + F205706 + L205706 + + 205706@hsesinfo.org + Ms. + F205702 + L205702 + + 205702@hsesinfo.org + 555-555-5702 + + + 11226 + 2488 + 13129 + 000 + 1992 + 2020-04-01 + + HS + Active + Honolulu Community Action Program, Inc. + www.hcapweb.org + 2488@hsesinfo.org + 1132 Bishop St + Ste 100 + Honolulu + HI + 96813-2807 + 1132 Bishop St + Ste 100 + Honolulu + HI + 96813-2807 + 1132 Bishop St + Ste 100 + Honolulu + HI + 96813-2807 + Mr. + F226748 + L226748 + + HCAP Board Chair + 226748@hsesinfo.org + Mr. + F226749 + L226749 + Esq. + Executive Director + 226749@hsesinfo.org + Ms. + F226751 + L226751 + + 226751@hsesinfo.org + Mr. + F226747 + L226747 + + 226747@hsesinfo.org + 555-555-6747 + + + 1375 + 2906 + 2866 + 000 + 2013 + 2013-06-26 + 2019-01-31 + HS + Inactive + Lenox Hill Neighborhood House, Inc. + www.lenoxhill.org + 2906@hsesinfo.org + 331 E 70th St + + New York + NY + 10021-8601 + 331 E 70th St + + New York + NY + 10021-8601 + 331 E 70th St + + New York + NY + 10021-8601 + Ms. + F39953 + L39953 + + Board Member + 39953@hsesinfo.org + Mr. + F39951 + L39951 + + Executive Director + 39951@hsesinfo.org + Mr. + F39950 + L39950 + + 39950@hsesinfo.org + Ms. + F36183 + L36183 + + 36183@hsesinfo.org + 555-555-6183 + + + 8209 + 683 + 10627 + 200 + 2003 + 2016-07-01 + + EHS + Active + Garrett-Keyser-Butler Early Head Start Program + + 683@hsesinfo.org + 801 East Houston Street + + Garrett + IN + 46738 + 801 East Houston Street + + Garrett + IN + 46738-1662 + 801 East Houston Street + + Garrett + IN + 46738-1662 + Mr. + F206578 + L206578 + + President, GKB School Board of Trustees + 206578@hsesinfo.org + Mrs. + F206579 + L206579 + + Supt. GKB Schools + 206579@hsesinfo.org + Ms. + F206581 + L206581 + + 206581@hsesinfo.org + Mrs. + F206577 + L206577 + + 206577@hsesinfo.org + 555-555-6577 + + + 11227 + 8563 + 13129 + 200 + 2017 + 2020-04-01 + + EHS + Active + Honolulu Community Action Program, Inc. + www.hcapweb.org + 8563@hsesinfo.org + 1132 Bishop St + Ste 100 + Honolulu + HI + 96813-2807 + 1132 Bishop St + Ste 100 + Honolulu + HI + 96813-2807 + 1132 Bishop St + Ste 100 + Honolulu + HI + 96813-2807 + Mr. + F226755 + L226755 + + HCAP Board Chair + 226755@hsesinfo.org + Mr. + F226756 + L226756 + Esq. + Executive Director + 226756@hsesinfo.org + Ms. + F226758 + L226758 + + 226758@hsesinfo.org + Mr. + F226754 + L226754 + + 226754@hsesinfo.org + 555-555-6754 + + + 6406 + 1088 + 10010 + 000 + 1992 + 2015-07-01 + 2020-06-30 + HS + Inactive + County of San Bernardino, Preschool Services Dept. + http://www.sbcounty.gov/psd + 1088@hsesinfo.org + 150 S Lena Rd + + San Bernardino + CA + 92415-0515 + 150 S Lena Rd + + San Bernardino + CA + 92415-0515 + 150 S Lena Rd + + San Bernardino + CA + 92415-0515 + Mr. + F200512 + L200512 + + Chairman, County of San Bernardino Board of Supervisors + 200512@hsesinfo.org + Mr. + F200513 + L200513 + + Director + 200513@hsesinfo.org + Ms. + F200515 + L200515 + + 200515@hsesinfo.org + Mr. + F200511 + L200511 + + 200511@hsesinfo.org + 555-555-0511 + + + 5910 + 2467 + 9623 + 200 + 2005 + 2015-02-01 + + AIAN EHS + Active + SEMINOLE NATION OF OKLAHOMA + http://sno-nsn.gov/services/headstart + 2467@hsesinfo.org + 36645 Hwy 270 + + Wewoka + OK + 74884 + P.O. Box 1316 + + Seminole + OK + 74818 + 36645 Hwy 270 + + Wewoka + OK + 74884 + Mr. + F105957 + L105957 + + Principal Chief + 105957@hsesinfo.org + Mr. + F105955 + L105955 + + Principle Chief + 105955@hsesinfo.org + Mr. + F105954 + L105954 + + 105954@hsesinfo.org + Ms. + F105953 + L105953 + + 105953@hsesinfo.org + 555-555-5953 + + + 9594 + 8851 + 11743 + 200 + 2019 + 2019-03-01 + + AIAN EHS + Active + Squaxin Island Tribe + https://squaxinisland.org/ + 8851@hsesinfo.org + 3851 SE Old Olympic Hwy + + Shelton + WA + 98584-7735 + 10 SE Squaxin Ln + + Shelton + WA + 98584-9200 + 10 SE Squaxin Ln + + Shelton + WA + 98584-9200 + Mr. + F215611 + L215611 + + Tribal Chair + 215611@hsesinfo.org + Mr. + F215612 + L215612 + + Tribal Administrator + 215612@hsesinfo.org + Ms. + F215614 + L215614 + + 215614@hsesinfo.org + Ms. + F215610 + L215610 + + 215610@hsesinfo.org + 555-555-5610 + + + 7054 + 1179 + 10488 + 000 + 1992 + 2016-01-01 + + AIAN HS + Active + San Carlos Apache Tribe Head Start + + 1179@hsesinfo.org + 03 Tonto Street + + San Carlos + AZ + 85550 + PO BOX 278 + + San Carlos + AZ + 85550-0278 + 03 Tonto Street + + San Carlos + AZ + 85550 + Mr. + F205045 + L205045 + + Chairman San Carlos Apache Tribe + 205045@hsesinfo.org + Ms. + F205046 + L205046 + + Executive Director for Education + 205046@hsesinfo.org + Ms. + F205048 + L205048 + + 205048@hsesinfo.org + Ms. + F205044 + L205044 + + 205044@hsesinfo.org + 555-555-5044 + + + 5653 + 4175 + 9451 + 217 + 2014 + 2014-12-01 + + EHS + Active + Easter Seals Metropolitan Chicago + easterseals.com/chicago/ + 4175@hsesinfo.org + 120 Madison St + + Oak Park + IL + 60302-4206 + 120 Madison St + + Oak Park + IL + 60302-4206 + 120 Madison St + + Oak Park + IL + 60302-4206 + Mr. + F101482 + L101482 + + Chairman of the Board + 101482@hsesinfo.org + Mr. + F101480 + L101480 + + President/CEO + 101480@hsesinfo.org + Ms. + F101479 + L101479 + + 101479@hsesinfo.org + Ms. + F101477 + L101477 + + 101477@hsesinfo.org + 555-555-1477 + + + 8739 + 8597 + 11112 + 009 + 2017 + 2017-08-01 + + HS + Active + Fundacion Para El Desarrollo Del Hogar Propio, Inc + + 8597@hsesinfo.org + Angora Park Plaza + Luis Muñoz Marin Ave. Esquared Georgetti + Caguas + PR + 00726-5250 + P.O. Box 5250 + + Caguas + PR + 00726-5250 + Angora Park Plaza + Luis Muñoz Marin Ave. Esquared Georgetti + Caguas + PR + 00726-5250 + Mrs. + F209656 + L209656 + + + 209656@hsesinfo.org + Mrs. + F209657 + L209657 + + + 209657@hsesinfo.org + Mr. + F209659 + L209659 + + 209659@hsesinfo.org + Mrs. + F209655 + L209655 + + 209655@hsesinfo.org + 555-555-9655 x 5555 + + + 6767 + 3866 + 10251 + 002 + + 2015-08-01 + + HS + Active + Greenburgh Central School District #7 + www.greenburgh7.com + 3866@hsesinfo.org + Early Childhood Program + 475 West Hartsdale Avenue + Hartsdale + NY + 10530-1359 + Early Childhood Program + 475 West Hartsdale Avenue + Hartsdale + NY + 10530-1359 + Early Childhood Program + 475 West Hartsdale Avenue + Hartsdale + NY + 10530-1359 + Mr. + F203040 + L203040 + + + 203040@hsesinfo.org + Dr. + F203041 + L203041 + + + 203041@hsesinfo.org + Ms. + F203043 + L203043 + + 203043@hsesinfo.org + Mrs. + F203039 + L203039 + + 203039@hsesinfo.org + 555-555-3039 x 5555 + + + 9422 + 633 + 11645 + 000 + 2014 + 2019-03-01 + + HS + Active + Alabama Council on Human Relations + http://www.achr.com + 633@hsesinfo.org + 950 Shelton Mill Rd + + Auburn + AL + 36830-2736 + PO Box 3770 + 950 Sheldon Mill Road + Auburn + AL + 36831-3770 + 950 Shelton Mill Rd + + Auburn + AL + 36830-2736 + Mr. + F214463 + L214463 + Jr + President + 214463@hsesinfo.org + Ms. + F214464 + L214464 + + CEO + 214464@hsesinfo.org + Mr. + F214466 + L214466 + + 214466@hsesinfo.org + Ms. + F214462 + L214462 + + 214462@hsesinfo.org + 555-555-4462 + + + 1378 + 2970 + 2869 + 000 + 2013 + 2013-06-26 + 2018-12-31 + HS + Inactive + MUNICIPALITY OF SAN GERMAN + CCORDOVA@MUNICIPIODESANGERMAN.COM + 2970@hsesinfo.org + 23 Ave Dr Jw Harris + Interseccion Calle Concepcion + San German + PR + 00683-4032 + PO Box 85 + + San German + PR + 00683-0085 + 23 Ave Dr Jw Harris + Interseccion Calle Concepcion + San German + PR + 00683-4032 + Hon. + F39357 + L39357 + + + 39357@hsesinfo.org + Mrs. + F39355 + L39355 + + + 39355@hsesinfo.org + Mrs. + F39354 + L39354 + + 39354@hsesinfo.org + Mrs. + F36178 + L36178 + + 36178@hsesinfo.org + 555-555-6178 + + + 5207 + 2746 + 8890 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Alameda Family Services + www.alamedafs.org + 2746@hsesinfo.org + 2325 Clement Ave + Ste A + Alameda + CA + 94501-7061 + 2325 Clement Ave + Ste A + Alameda + CA + 94501-7061 + 2325 Clement Ave + Ste A + Alameda + CA + 94501-7061 + Ms. + F52290 + L52290 + + AFS Board President + 52290@hsesinfo.org + Ms. + F52288 + L52288 + + Interim Executive Director + 52288@hsesinfo.org + + F52287 + L52287 + + 52287@hsesinfo.org + Ms. + F52286 + L52286 + + 52286@hsesinfo.org + 555-555-2286 + + + 8210 + 1898 + 10631 + 000 + 1991 + 2016-07-01 + + HS + Active + Oakland Livingston Human Service Agency + http://www.olhsa.org + 1898@hsesinfo.org + 196 Cesar E Chavez Ave + Fl 5 + Pontiac + MI + 48342-1094 + 196 Cesar E Chavez Ave + Fl 5 + Pontiac + MI + 48342-1094 + 196 Cesar E Chavez Ave + Fl 5 + Pontiac + MI + 48342-1094 + Mr. + F206585 + L206585 + + Chair + 206585@hsesinfo.org + Ms. + F206586 + L206586 + + + 206586@hsesinfo.org + Ms. + F206588 + L206588 + + 206588@hsesinfo.org + Ms. + F206584 + L206584 + + 206584@hsesinfo.org + 555-555-6584 + + + 4543 + 2208 + 8519 + 000 + 1992 + 2013-12-23 + 2018-12-31 + HS + Inactive + MountainHeart Community Services, Inc. + http://www.mountain-heart.org + 2208@hsesinfo.org + 33 Mountainheart Lane + + Matheny + WV + 24860 + P.O. Box 1509 + + Oceana + WV + 24870-1509 + 33 Mountainheart Lane + + Matheny + WV + 24860 + Mrs. + F43170 + L43170 + + + 43170@hsesinfo.org + Mrs. + F43168 + L43168 + + + 43168@hsesinfo.org + Mrs. + F43169 + L43169 + + 43169@hsesinfo.org + Ms. + F43165 + L43165 + + 43165@hsesinfo.org + 555-555-3165 x 5555 + + + 8644 + 8511 + 11031 + 000 + 2017 + 2017-07-01 + + HS + Active + BCFS Education Services + http://www.discoverbcfs.net/HeadStart + 8511@hsesinfo.org + 1506 Bexar Crossing St + + San Antonio + TX + 78232-1587 + 1506 Bexar Crossing St + + San Antonio + TX + 78232-1587 + 1506 Bexar Crossing St + + San Antonio + TX + 78232-1587 + Mr. + F209016 + L209016 + + Board Chair + 209016@hsesinfo.org + Dr. + F209017 + L209017 + + Executive Director + 209017@hsesinfo.org + Mrs. + F209019 + L209019 + + 209019@hsesinfo.org + Ms. + F209015 + L209015 + + 209015@hsesinfo.org + 555-555-9015 + + + 8881 + 8662 + 11245 + 200 + 2018 + 2018-09-01 + 2019-08-31 + AIAN EHS + Inactive + Cook Inlet Native Head Start + http://www.cinhs.net/ + 8662@hsesinfo.org + 6901 E. Tudor Road + + Anchorage + AK + 99507-1254 + 6901 E. Tudor Road + + Anchorage + AK + 99507-1254 + 6901 E. Tudor Road + + Anchorage + AK + 99507-1254 + Mr. + F210690 + L210690 + + Board Chair + 210690@hsesinfo.org + Mr. + F210688 + L210688 + + Executive Director + 210688@hsesinfo.org + Ms. + F210691 + L210691 + + 210691@hsesinfo.org + Mr. + F210687 + L210687 + + 210687@hsesinfo.org + 555-555-0687 + + + 9654 + 609 + 11819 + 000 + 2014 + 2019-06-01 + + HS + Active + LOWNDES COUNTY BOARD OF EDUCATION + www.lowndesboeheadstart.org + 609@hsesinfo.org + 141 Main St + + Hayneville + AL + 36040-6401 + PO Box 158 + + Hayneville + AL + 36040-0158 + 141 Main St + + Hayneville + AL + 36040-6401 + Mr. + F215998 + L215998 + + Board President + 215998@hsesinfo.org + Mr. + F215999 + L215999 + + Superintendent + 215999@hsesinfo.org + Ms. + F216001 + L216001 + + 216001@hsesinfo.org + Ms. + F215997 + L215997 + + 215997@hsesinfo.org + 555-555-5997 x 5555 + + + 5632 + 4133 + 9452 + 018 + 2014 + 2014-12-01 + + HS + Active + El Valor Corporation + www.elvalor.net + 4133@hsesinfo.org + 1850 W 21st. St. + + Chicago + IL + 60608 + 1850 W 21st. St. + + Chicago + IL + 60608 + 1850 W 21st. St. + + Chicago + IL + 60608 + Mr. + F101488 + L101488 + + Agency Board Chair + 101488@hsesinfo.org + Mr. + F101486 + L101486 + + President/CEO + 101486@hsesinfo.org + Ms. + F101485 + L101485 + + 101485@hsesinfo.org + Ms. + F101484 + L101484 + + 101484@hsesinfo.org + 555-555-1484 + + + 4646 + 1906 + 8579 + 000 + 2014 + 2014-03-01 + 2019-02-28 + HS + Inactive + Community Action of Allegan County + www.communityactionallegan.org + 1906@hsesinfo.org + 323 Water Street + + Allegan + MI + 49010-1325 + 323 Water Street + + Allegan + MI + 49010-1325 + 323 Water Street + + Allegan + MI + 49010-1325 + Mr. + F44533 + L44533 + + Community Action of Allegan County Board Chairperson + 44533@hsesinfo.org + Ms. + F44534 + L44534 + + + 44534@hsesinfo.org + Ms. + F44532 + L44532 + + 44532@hsesinfo.org + Ms. + F44530 + L44530 + + 44530@hsesinfo.org + 555-555-4530 x 5555 + + + 4647 + 2590 + 8579 + 200 + 2014 + 2014-03-01 + 2019-02-28 + EHS + Inactive + Community Action of Allegan County + www.communityactionallegan.org + 2590@hsesinfo.org + 323 Water Street + + Allegan + MI + 49010 + 323 Water Street + + Allegan + MI + 49010 + 323 Water Street + + Allegan + MI + 49010 + Mr. + F44541 + L44541 + + Community Action of Allegan County Board Chairperson + 44541@hsesinfo.org + Ms. + F44539 + L44539 + + + 44539@hsesinfo.org + Ms. + F44538 + L44538 + + 44538@hsesinfo.org + Ms. + F44537 + L44537 + + 44537@hsesinfo.org + 555-555-4537 x 5555 + + + 4544 + 2207 + 8519 + 200 + 2013 + 2013-12-23 + 2018-12-31 + EHS + Inactive + MountainHeart Community Services, Inc. + http://www.mountain-heart.org + 2207@hsesinfo.org + 33 Mountainheart Lane + + Matheny + WV + 24860 + P.O. Box 1509 + + Oceana + WV + 24870-1509 + 33 Mountainheart Lane + + Matheny + WV + 24860 + Mrs. + F43174 + L43174 + + + 43174@hsesinfo.org + Mrs. + F43173 + L43173 + + + 43173@hsesinfo.org + Mrs. + F43176 + L43176 + + 43176@hsesinfo.org + Ms. + F43172 + L43172 + + 43172@hsesinfo.org + 555-555-3172 x 5555 + + + 10110 + 2028 + 12160 + 200 + 2014 + 2019-07-01 + + EHS + Active + National Centers for Learning Excellence, Inc. + www.childandfamilycenters.com + 2028@hsesinfo.org + N4W22000 Bluemound Road + + Waukesha + WI + 53186-8755 + N4W22000 Bluemound Road + + Waukesha + WI + 53186-8755 + N4W22000 Bluemound Road + + Waukesha + WI + 53186-8755 + Ms. + F219161 + L219161 + + President of the Board of Directors + 219161@hsesinfo.org + Dr. + F219162 + L219162 + PhD + + 219162@hsesinfo.org + Ms. + F219164 + L219164 + + 219164@hsesinfo.org + Dr. + F219160 + L219160 + PhD + 219160@hsesinfo.org + 555-555-9160 + + + 10113 + 817 + 12152 + 000 + 2014 + 2019-07-01 + + HS + Active + Dickinson Iron Intermediate School District + www.diisd.org + 817@hsesinfo.org + 1074 Pyle Drive + + Kingsford + MI + 49802-4451 + 1074 Pyle Drive + + Kingsford + MI + 49802-4451 + 1074 Pyle Drive + + Kingsford + MI + 49802-4451 + Mr. + F219182 + L219182 + + Board President + 219182@hsesinfo.org + Mrs. + F219183 + L219183 + + Superintendent + 219183@hsesinfo.org + Mrs. + F219185 + L219185 + + 219185@hsesinfo.org + Mr. + F219181 + L219181 + + 219181@hsesinfo.org + 555-555-9181 + + + 10114 + 2636 + 12152 + 200 + 2014 + 2019-07-01 + + EHS + Active + Dickinson Iron Intermediate School District + www.diisd.org + 2636@hsesinfo.org + 1074 Pyle Drive + + Kingsford + MI + 49802 + 1074 Pyle Drive + + Kingsford + MI + 49802 + 1074 Pyle Drive + + Kingsford + MI + 49802 + Mr. + F219189 + L219189 + + Board President + 219189@hsesinfo.org + Mrs. + F219190 + L219190 + + + 219190@hsesinfo.org + Mrs. + F219192 + L219192 + + 219192@hsesinfo.org + Mr. + F219188 + L219188 + + 219188@hsesinfo.org + 555-555-9188 + + + 10115 + 4934 + 12163 + 200 + 2014 + 2019-07-01 + + EHS + Active + Telamon Corporation + www.telamon.org + 4934@hsesinfo.org + 600 Corporation Dr + Ste 105 + Pendleton + IN + 46064-8300 + 5560 Munford Rd., Suite 201 + + Raleigh + NC + 27612-2731 + 5560 Munford Rd., Suite 201 + + Raleigh + NC + 27612-2731 + Mrs. + F219196 + L219196 + + Chair, Governing Board + 219196@hsesinfo.org + Mrs. + F219197 + L219197 + + Executive Director + 219197@hsesinfo.org + Ms. + F219199 + L219199 + + 219199@hsesinfo.org + Mrs. + F219195 + L219195 + + 219195@hsesinfo.org + 555-555-9195 x 5555 + + + 10116 + 2190 + 12158 + 200 + 2007 + 2019-07-01 + + EHS + Active + HAMILTON CENTER INC + www.hamiltoncenter.org + 2190@hsesinfo.org + 620 EIGHT AVENUE + PO 4323 + TERRE HAUTE + IN + 47804-0323 + 620 EIGHT AVENUE + PO 4323 + TERRE HAUTE + IN + 47804-0323 + 620 EIGHT AVENUE + PO 4323 + TERRE HAUTE + IN + 47804-0323 + Mr. + F219203 + L219203 + + Board President + 219203@hsesinfo.org + Mr. + F219204 + L219204 + + CEO + 219204@hsesinfo.org + Ms. + F219206 + L219206 + + 219206@hsesinfo.org + Ms. + F219202 + L219202 + + 219202@hsesinfo.org + 555-555-9202 + + + 5212 + 5218 + 9018 + 000 + 2014 + 2014-07-01 + 2019-07-31 + HS + Inactive + Save the Children, Inc. + www.savethechildren.org + 5218@hsesinfo.org + 701 Chapman St + + Indianola + MS + 38751-2511 + 701 Chapman St + + Indianola + MS + 38751-2511 + 701 Chapman St + + Indianola + MS + 38751-2511 + Mr. + F52322 + L52322 + + Save the Children Head Start Board Chair + 52322@hsesinfo.org + Mr. + F52323 + L52323 + + Executive Director + 52323@hsesinfo.org + Ms. + F52325 + L52325 + + 52325@hsesinfo.org + Mr. + F52321 + L52321 + + 52321@hsesinfo.org + + + + 5213 + 5219 + 9018 + 200 + 2014 + 2014-07-01 + 2019-07-31 + EHS + Inactive + Save the Children, Inc. + www.savethechildren.org + 5219@hsesinfo.org + 702 Roosevelt St + + Indianola + MS + 38751-3159 + 702 Roosevelt St + + Indianola + MS + 38751-3159 + 702 Roosevelt St + + Indianola + MS + 38751-3159 + Mrs. + F52330 + L52330 + + Save the Children Head Start Board Chair + 52330@hsesinfo.org + Mr. + F52331 + L52331 + + Executive Director + 52331@hsesinfo.org + Ms. + F52333 + L52333 + + 52333@hsesinfo.org + Dr. + F52329 + L52329 + + 52329@hsesinfo.org + 555-555-2329 + + + 5549 + 5555 + 7818 + 212 + 2014 + 2014-09-11 + + EHS + Active + Municipality of Guayama, Head Start Program + + 5555@hsesinfo.org + PR # 3 Km 135.3 + Ave Los Veteranos + Guayama + PR + 00784 + PO Box 3030 + + Guayama + PR + 00785-3030 + 4 Calle Derkes E + + Guayama + PR + 00784-4936 + + F99519 + L99519 + + + 99519@hsesinfo.org + + F99520 + L99520 + + + 99520@hsesinfo.org + + F99522 + L99522 + + 99522@hsesinfo.org + Mrs. + F99518 + L99518 + + 99518@hsesinfo.org + 555-555-9518 + + + 10530 + 6073 + 12513 + 200 + + 2019-09-01 + + Migrant EHS + Active + Oregon Child Development Coalition, Inc. + http://www.ocdc.net + 6073@hsesinfo.org + 9140 SW Pioneer Ct, Suite C + 9140 SW Pioneer Ct, Suite E + Wilsonville + OR + 97070-2780 + 9140 SW Pioneer Ct, Suite C + 9140 SW Pioneer Ct, Suite E + Wilsonville + OR + 97070-2780 + 9140 SW Pioneer Ct, Suite C + 9140 SW Pioneer Ct, Suite E + Wilsonville + OR + 97070-2780 + Mrs. + F222049 + L222049 + + Board Chair + 222049@hsesinfo.org + Mrs. + F222050 + L222050 + + Executive Director + 222050@hsesinfo.org + Mr. + F222052 + L222052 + + 222052@hsesinfo.org + Mrs. + F222048 + L222048 + + 222048@hsesinfo.org + 555-555-2048 x 5555 + + + 4560 + 1353 + 8566 + 000 + 2013 + 2013-12-23 + 2019-12-31 + HS + Inactive + Alabama-Coushatta Reservation Tribal Council + + 1353@hsesinfo.org + 147 Daycare Rd + + Livingston + TX + 77351-4540 + 571 State Park Road 56 + + Livingston + TX + 77351-4540 + 571 State Park Road 56 + + Livingston + TX + 77351-4540 + Ms. + F43289 + L43289 + + Tribal Council Chairperson + 43289@hsesinfo.org + Ms. + F43291 + L43291 + + Operations Manager + 43291@hsesinfo.org + Ms. + F43288 + L43288 + + 43288@hsesinfo.org + Ms. + F43286 + L43286 + + 43286@hsesinfo.org + 555-555-3286 x 5555 + + + 8084 + 8025 + 8657 + 203 + 2016 + 2017-02-01 + 2019-06-30 + EHS + Inactive + Committee For Early Childhood Development + http://www.cecdhs.org + 8025@hsesinfo.org + Head Start Program + 193-04 Jamaica Avenue + Jamaica + NY + 11423-2532 + Head Start Program + 193-04 Jamaica Avenue + Jamaica + NY + 11423-2532 + Head Start Program + 193-04 Jamaica Avenue + Jamaica + NY + 11423-2532 + Ms. + F205778 + L205778 + + + 205778@hsesinfo.org + Dr. + F205779 + L205779 + + + 205779@hsesinfo.org + Ms. + F205781 + L205781 + + 205781@hsesinfo.org + Dr. + F205777 + L205777 + + 205777@hsesinfo.org + 555-555-5777 + + + 4683 + 3884 + 8665 + 011 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + East Side House Settlement Head Start / Day Care + http://www.eastsidehouse.org + 3884@hsesinfo.org + 375 East 143rd Street + + Bronx + NY + 10454-1258 + 375 East 143rd Street + + Bronx + NY + 10454-1258 + 375 East 143rd Street + + Bronx + NY + 10454-1258 + Mr. + F45529 + L45529 + + Chairman + 45529@hsesinfo.org + Mr. + F45528 + L45528 + + + 45528@hsesinfo.org + Ms. + F45531 + L45531 + + 45531@hsesinfo.org + Ms. + F45527 + L45527 + + 45527@hsesinfo.org + 555-555-5527 + + + 5085 + 5091 + 9008 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Shelby County Board of Education + https://scsearlychildhoodprogram.weebly.com/ + 5091@hsesinfo.org + 160 S. Hollywood St. + + Memphis + TN + 38112-4801 + 160 S. Hollywood St. + + Memphis + TN + 38112-4801 + 130 Flicker St + + Memphis + TN + 38104-5928 + Ms. + F50180 + L50180 + + Board President + 50180@hsesinfo.org + Dr. + F50181 + L50181 + + Director of Early Childhood Programs + 50181@hsesinfo.org + Ms. + F50183 + L50183 + + 50183@hsesinfo.org + Mr. + F50179 + L50179 + + 50179@hsesinfo.org + 555-555-0179 + + + 9119 + 3787 + 11432 + 010 + 2013 + 2018-09-01 + + HS + Active + Riverside USD + www.riversideunified.org + 3787@hsesinfo.org + 7675 Magnolia Avenue + + Riverside + CA + 92504 + 7675 Magnolia Avenue + + Riverside + CA + 92504 + 7675 Magnolia Avenue + + Riverside + CA + 92504 + Mrs. + F212423 + L212423 + + Board of Education President + 212423@hsesinfo.org + Dr. + F212424 + L212424 + + Superintendent + 212424@hsesinfo.org + Mrs. + F212426 + L212426 + + 212426@hsesinfo.org + Mr. + F212422 + L212422 + + 212422@hsesinfo.org + 555-555-2422 x 5555 + + + 9040 + 971 + 11376 + 000 + 1992 + 2018-08-01 + + HS + Active + Community Action Partnership of Lancaster County + http://www.caplanc.org + 971@hsesinfo.org + 601 S Queen St + + Lancaster + PA + 17603-5621 + 601 S Queen St + + Lancaster + PA + 17603-5621 + 601 S Queen St + + Lancaster + PA + 17603-5621 + Mrs. + F211816 + L211816 + + CAP Board Chairperson + 211816@hsesinfo.org + Mrs. + F211817 + L211817 + + Chief Executive Officer + 211817@hsesinfo.org + Ms. + F211819 + L211819 + + 211819@hsesinfo.org + Mrs. + F211815 + L211815 + + 211815@hsesinfo.org + 555-555-1815 + + + 8997 + 1118 + 11326 + 000 + 2013 + 2018-08-01 + + HS + Active + PALAU COMMUNITY ACTION AGENCY + + 1118@hsesinfo.org + Ngesekes Road + Ngerbeched + Koror + PW + 96940 + PO Box 3000 + Ngesekes, Ngerbeched + Koror + PW + 96940-6013 + Ngesekes Road + Ngerbeched + Koror + PW + 96940 + Mr. + F211535 + L211535 + + President, Board of Directors + 211535@hsesinfo.org + Ms. + F211536 + L211536 + + Acting Executive Director + 211536@hsesinfo.org + Mr. + F211538 + L211538 + + 211538@hsesinfo.org + Ms. + F211534 + L211534 + + 211534@hsesinfo.org + 555-555-1534 x 5555 + + + 5822 + 5828 + 9565 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Family Service Association of San Antonio, Inc. + www.family-service.org + 5828@hsesinfo.org + 702 San Pedro Avenue + + San Antonio + TX + 78212-4610 + 702 San Pedro Avenue + + San Antonio + TX + 78212-4610 + 702 San Pedro Avenue + + San Antonio + TX + 78212-4610 + Ms. + F103928 + L103928 + + Chair, Board of Directors + 103928@hsesinfo.org + Ms. + F103929 + L103929 + + President / CEO + 103929@hsesinfo.org + Ms. + F103931 + L103931 + + 103931@hsesinfo.org + Ms. + F103927 + L103927 + + 103927@hsesinfo.org + 555-555-3927 + + + 8527 + 8407 + 10936 + 200 + 2017 + 2017-03-01 + + EHS + Active + AR Dept Human Services-Child Care & Early Childhood Ed + https://humanservices.arkansas.gov/ + 8407@hsesinfo.org + 700 Main St + + Little Rock + AR + 72201-4608 + 700 Main St + + Little Rock + AR + 72201-4608 + 700 Main St + + Little Rock + AR + 72201-4608 + Mrs. + F208417 + L208417 + + Assistant Director - DCCECE + 208417@hsesinfo.org + Mrs. + F208418 + L208418 + + Assistant Director, Operations and Program Support + 208418@hsesinfo.org + Mrs. + F208420 + L208420 + + 208420@hsesinfo.org + Mr. + F208416 + L208416 + + 208416@hsesinfo.org + 555-555-8416 + + + 4374 + 4196 + 8441 + 001 + 2013 + 2013-09-01 + 2019-08-31 + HS + Inactive + Alexandria Head Start + http://www.campagnacenter.org + 4196@hsesinfo.org + Campagna Center, Inc. + 418 South Washington Street + Alexandria + VA + 22314-3630 + Campagna Center, Inc. + 418 South Washington Street + Alexandria + VA + 22314-3630 + Campagna Center, Inc. + 418 South Washington Street + Alexandria + VA + 22314-3630 + Ms. + F40272 + L40272 + + Board Chair + 40272@hsesinfo.org + Dr. + F40269 + L40269 + + + 40269@hsesinfo.org + Ms. + F40271 + L40271 + + 40271@hsesinfo.org + Mrs. + F40267 + L40267 + + 40267@hsesinfo.org + 555-555-0267 + + + 5070 + 891 + 8983 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Kannapolis City School District + http://www.kcs.k12.nc.us + 891@hsesinfo.org + 1300 Glenn Avenue + + Kannapolis + NC + 28081 + 1300 Glenn Avenue + + Kannapolis + NC + 28081 + 100 Denver Street + + Kannapolis + NC + 28083 + Mr. + F51586 + L51586 + + School Board Chairperson + 51586@hsesinfo.org + Dr. + F51587 + L51587 + + Superintendent + 51587@hsesinfo.org + Ms. + F51584 + L51584 + + 51584@hsesinfo.org + Mrs. + F51583 + L51583 + + 51583@hsesinfo.org + 555-555-1583 + + + 9091 + 1366 + 11410 + 000 + 2013 + 2018-09-01 + + HS + Active + Head Start Child & Family Development Program Inc. + http://www.hshn.org + 1366@hsesinfo.org + 123 North Marian Road + + Hastings + NE + 68901-4673 + 123 North Marian Road + + Hastings + NE + 68901-4673 + 123 North Marian Road + + Hastings + NE + 68901-4673 + Ms. + F212218 + L212218 + + Board Chairperson + 212218@hsesinfo.org + Ms. + F212219 + L212219 + + + 212219@hsesinfo.org + Mr. + F212221 + L212221 + + 212221@hsesinfo.org + Ms. + F212217 + L212217 + + 212217@hsesinfo.org + 555-555-2217 x 5555 + + + 11436 + 2726 + 13272 + 200 + 2014 + 2020-07-01 + + EHS + Active + Champlain Valley Head Start (Early Head Start) + http://www.champlainvalleyheadstart.org + 2726@hsesinfo.org + 431 Pine St. + + Burlington + VT + 05401-4726 + 431 Pine St. + + Burlington + VT + 05401-4726 + 431 Pine St. + + Burlington + VT + 05401-4726 + Mr. + F228092 + L228092 + + Board President + 228092@hsesinfo.org + Mr. + F228093 + L228093 + + + 228093@hsesinfo.org + Ms. + F228095 + L228095 + + 228095@hsesinfo.org + Mr. + F228091 + L228091 + + 228091@hsesinfo.org + 555-555-8091 + + + 4026 + 3429 + 8102 + 005 + 2012 + 2012-08-15 + + HS + Active + Municipality of Quebradillas + + 3429@hsesinfo.org + Carretera 113 Km 11.5 Barrio Cacao + + Quebradillas + PR + 00678 + Carretera 113 Km 11.5 Barrio Cacao + + Quebradillas + PR + 00678 + Carretera 113 Km 11.5 Barrio Cacao + + Quebradillas + PR + 00678 + Mr. + F38590 + L38590 + + Alcalde + 38590@hsesinfo.org + Mr. + F38588 + L38588 + + Alcalde + 38588@hsesinfo.org + Mrs. + F38587 + L38587 + + 38587@hsesinfo.org + Mr. + F33542 + L33542 + + 33542@hsesinfo.org + 555-555-3542 x 5555 + + + 8177 + 265 + 10599 + 000 + 1992 + 2016-07-01 + + HS + Active + North Hudson Community Action Corporation, Inc. + www.nhcac.org + 265@hsesinfo.org + 5800 Kennedy Blvd W + + West New York + NJ + 07093-1225 + 800 31st Street + + Union City + NJ + 07087 + 5800 Kennedy Blvd W + + West New York + NJ + 07093-1225 + Mr. + F206354 + L206354 + + Chairperson + 206354@hsesinfo.org + Mrs. + F206355 + L206355 + + President, CEO + 206355@hsesinfo.org + Mr. + F206357 + L206357 + + 206357@hsesinfo.org + Ms. + F206353 + L206353 + + 206353@hsesinfo.org + 555-555-6353 x 5555 + + + 5400 + 2489 + 9145 + 200 + 2014 + 2014-09-01 + 2020-08-31 + EHS + Inactive + Missouri Valley Community Action Agency + http://www.mvcaa.net + 2489@hsesinfo.org + 1415 S Odell Ave + + Marshall + MO + 65340-3144 + 1415 S Odell Ave + + Marshall + MO + 65340-3144 + 1415 S Odell Ave + + Marshall + MO + 65340-3144 + Mr. + F96777 + L96777 + + Chair, MVCAA Board of Directors + 96777@hsesinfo.org + Ms. + F96780 + L96780 + + Executive Director + 96780@hsesinfo.org + Ms. + F96781 + L96781 + + 96781@hsesinfo.org + Ms. + F96776 + L96776 + + 96776@hsesinfo.org + 555-555-6776 x 5555 + + + 5781 + 1455 + 9401 + 000 + 1998 + 2015-01-01 + + AIAN HS + Active + KENAITZE INDIAN TRIBE + http://www.kenaitze.org/headstart/index.htm + 1455@hsesinfo.org + 130 N Willow St + + Kenai + AK + 99611-7701 + 130 N Willow St + + Kenai + AK + 99611-7701 + 130 N Willow St + + Kenai + AK + 99611-7701 + Mr. + F105070 + L105070 + + Tribal Chairperson + 105070@hsesinfo.org + Ms. + F105074 + L105074 + + Executive Director Tribal Administration + 105074@hsesinfo.org + Ms. + F105072 + L105072 + + 105072@hsesinfo.org + Mrs. + F105069 + L105069 + + 105069@hsesinfo.org + 555-555-5069 + + + 5628 + 4129 + 9448 + 014 + 2014 + 2014-12-01 + + HS + Active + Henry Booth House + www.henryboothhouse.org + 4129@hsesinfo.org + 2907 South Wabash, Suite 205 + + Chicago + IL + 60616-3243 + 2907 South Wabash, Suite 205 + + Chicago + IL + 60616-3243 + 2907 South Wabash, Suite 205 + + Chicago + IL + 60616-3243 + Mr. + F101446 + L101446 + + Board Chairperson + 101446@hsesinfo.org + Mr. + F101444 + L101444 + + President/CEO + 101444@hsesinfo.org + Ms. + F101443 + L101443 + + 101443@hsesinfo.org + Ms. + F101442 + L101442 + + 101442@hsesinfo.org + 555-555-1442 + + + 5420 + 1171 + 9048 + 000 + 2014 + 2014-08-01 + 2020-07-31 + AIAN HS + Inactive + OTOE-MISSOURIA TRIBAL COUNCIL + www.omtribe.org + 1171@hsesinfo.org + 8151 Highway 177 + + Red Rock + OK + 74651-0348 + 8151 Highway 177 + + Red Rock + OK + 74651-0348 + 8151 Highway 177 + + Red Rock + OK + 74651-0348 + Mr. + F96479 + L96479 + + Chairman + 96479@hsesinfo.org + Mr. + F96480 + L96480 + + + 96480@hsesinfo.org + Mrs. + F96481 + L96481 + + 96481@hsesinfo.org + Mrs. + F96476 + L96476 + + 96476@hsesinfo.org + 555-555-6476 x 5555 + + + 5331 + 1391 + 9066 + 000 + 2014 + 2014-08-01 + 2019-07-31 + HS + Inactive + SAN FELIPE DEL RIO CONSOLIDATED INDEPENDENT SCHOOL DIST + www.sfdr-cisd.org + 1391@hsesinfo.org + 1009 Avenue J + + Del Rio + TX + 78840-4044 + PO Box 428002 + P.O. Box 428002 + Del Rio + TX + 78842-8002 + 315 Griner St + + Del Rio + TX + 78840-5533 + Mr. + F54218 + L54218 + + SFDRCISD School Board President + 54218@hsesinfo.org + Dr. + F54221 + L54221 + Dr. + SFDRCISD Superintendent + 54221@hsesinfo.org + Ms. + F54219 + L54219 + + 54219@hsesinfo.org + Ms. + F54217 + L54217 + . + 54217@hsesinfo.org + 555-555-4217 + + + 4881 + 1972 + 8629 + 000 + 1992 + 2014-06-01 + 2019-05-31 + HS + Inactive + Chesterfield County Public Schools + + 1972@hsesinfo.org + 10045 Courthouse Rd + + Chesterfield + VA + 23832-6655 + 10045 Courthouse Rd + + Chesterfield + VA + 23832-6655 + 10045 Courthouse Rd + + Chesterfield + VA + 23832-6655 + Mr. + F48163 + L48163 + + Chairperson + 48163@hsesinfo.org + Dr. + F48161 + L48161 + + Director of Equity & Student Support Services + 48161@hsesinfo.org + Mr. + F48164 + L48164 + + 48164@hsesinfo.org + Mrs. + F48160 + L48160 + + 48160@hsesinfo.org + 555-555-8160 + + + 5989 + 5996 + 9543 + 201 + + 2014-07-01 + 2019-06-30 + EHS + Inactive + Baltimore City Health Department EHS + + 5996@hsesinfo.org + 1001 E Fayette St + + Baltimore + MD + 21202-4715 + 1001 E Fayette St + + Baltimore + MD + 21202-4715 + 1001 E Fayette St + + Baltimore + MD + 21202-4715 + Mr. + F106586 + L106586 + + Board Chair + 106586@hsesinfo.org + Dr. + F106587 + L106587 + + + 106587@hsesinfo.org + Ms. + F106589 + L106589 + + 106589@hsesinfo.org + Mrs. + F106585 + L106585 + + 106585@hsesinfo.org + 555-555-6585 + + + 4621 + 2847 + 8607 + 200 + 2011 + 2014-02-01 + 2019-01-31 + EHS + Inactive + CEN-TEX FAMILY SERVICES INC + www.ctfhs.org + 2847@hsesinfo.org + 2402 N. Main Street + + BASTROP + TX + 78602 + 2402 N. Main Street + + BASTROP + TX + 78602 + 2402 N. Main Street + + BASTROP + TX + 78602 + Rev. + F44119 + L44119 + + Chair + 44119@hsesinfo.org + Mr. + F44117 + L44117 + + Interim Executive Director + 44117@hsesinfo.org + Mr. + F44116 + L44116 + + 44116@hsesinfo.org + Mr. + F44114 + L44114 + + 44114@hsesinfo.org + 555-555-4114 x 5555 + + + 4431 + 493 + 8465 + 200 + 2004 + 2013-11-01 + 2019-06-30 + EHS + Inactive + Families and Children Together, Inc. + http://www.fact-inc.com + 493@hsesinfo.org + 2720 Vine St + + El Dorado + AR + 71730-6700 + PO Box 10670 + + El Dorado + AR + 71730-0027 + 2720 Vine St + + El Dorado + AR + 71730-6700 + Mr. + F41414 + L41414 + + Chairman + 41414@hsesinfo.org + Ms. + F41412 + L41412 + + Executive Director + 41412@hsesinfo.org + Ms. + F41411 + L41411 + + 41411@hsesinfo.org + Ms. + F41409 + L41409 + + 41409@hsesinfo.org + 555-555-1409 x 5555 + + + 3619 + 3428 + 7713 + 018 + + + + HS + Active + Municipality of Manati + headstart_manati@yahoo.com + 3428@hsesinfo.org + Calle Baldorioty Corner Quinones St. + 10 Quiñones Street + Manati + PR + 00674-5013 + Calle Baldorioty Corner Quinones St. + 10 Quiñones Street + Manati + PR + 00674-5013 + Calle Baldorioty Corner Quinones St. + 10 Quiñones Street + Manati + PR + 00674-5013 + Mrs. + F29957 + L29957 + + President + 29957@hsesinfo.org + Hon. + F29955 + L29955 + A. + Mayor + 29955@hsesinfo.org + Mrs. + F29954 + L29954 + + 29954@hsesinfo.org + Mrs. + F11742 + L11742 + + 11742@hsesinfo.org + 555-555-1742 + + + 6046 + 6053 + 9755 + 200 + + 2015-03-01 + 2019-08-31 + EHS + Inactive + Youth In Need + http://www.youthinneed.org + 6053@hsesinfo.org + 1815 Boones Lick Road + + Saint Charles + MO + 63301-2247 + 1815 Boones Lick Road + + Saint Charles + MO + 63301-2247 + 1815 Boones Lick Road + + Saint Charles + MO + 63301-2247 + Ms. + F107249 + L107249 + + Chairperson + 107249@hsesinfo.org + Mrs. + F107250 + L107250 + + Chief Executive Officer + 107250@hsesinfo.org + Ms. + F107252 + L107252 + + 107252@hsesinfo.org + Mrs. + F107248 + L107248 + + 107248@hsesinfo.org + 555-555-7248 x 5555 + + + 4982 + 2728 + 8853 + 200 + 2011 + 2014-07-01 + 2019-05-31 + EHS + Inactive + COMMUNITY PROGRESS COUNCIL, INC. + www.yorkcpc.org + 2728@hsesinfo.org + 226 East College Avenue + + York + PA + 17403 + 226 East College Avenue + + York + PA + 17403 + 226 East College Avenue + + York + PA + 17403 + Ms. + F49366 + L49366 + + President, Community Progress Council Board of Directors + 49366@hsesinfo.org + Ms. + F49364 + L49364 + + + 49364@hsesinfo.org + Mr. + F49363 + L49363 + + 49363@hsesinfo.org + Ms. + F49362 + L49362 + + 49362@hsesinfo.org + 555-555-9362 + + + 9304 + 3717 + 11561 + 001 + 2013 + 2019-01-01 + + HS + Active + First Baptist Head Start + http://www.firstbaptistheadstart.org + 3717@hsesinfo.org + 3890 Railroad Ave + + Pittsburg + CA + 94565-6540 + 3890 Railroad Ave + + Pittsburg + CA + 94565-6540 + 3890 Railroad Ave + + Pittsburg + CA + 94565-6540 + Mrs. + F213666 + L213666 + + Chairperson + 213666@hsesinfo.org + Mrs. + F213667 + L213667 + + Executive Director + 213667@hsesinfo.org + Ms. + F213669 + L213669 + + 213669@hsesinfo.org + Mrs. + F213665 + L213665 + + 213665@hsesinfo.org + 555-555-3665 x 5555 + + + 6239 + 1135 + 9833 + 000 + 1992 + 2015-04-01 + + AIAN HS + Active + LEECH LAKE RESERVATION BUSINESS COMMITTEE INC + www.llboearlychildhood.com + 1135@hsesinfo.org + 190 Sailstar Dr NW + + Cass Lake + MN + 56633-3565 + 190 Sailstar Dr NW + + Cass Lake + MN + 56633-3565 + 190 Sailstar Dr NW + + Cass Lake + MN + 56633-3565 + Mr. + F109517 + L109517 + Sr. + Tribal Chairman + 109517@hsesinfo.org + Mr. + F109515 + L109515 + Jr + + 109515@hsesinfo.org + Ms. + F109516 + L109516 + + 109516@hsesinfo.org + Mr. + F109513 + L109513 + + 109513@hsesinfo.org + 555-555-9513 + + + 9351 + 1582 + 11595 + 200 + 2000 + 2019-02-01 + + EHS + Active + Volunteers of America Southwest Corporation + http://www.voa-swcal.org + 1582@hsesinfo.org + 3530 Camino Del Rio North, Suite 300 (3rd Floor) + + San Diego + CA + 92108-1746 + 3530 Camino Del Rio North, Suite 300 (3rd Floor) + + San Diego + CA + 92108-1746 + 3530 Camino Del Rio North, Suite 300 (3rd Floor) + + San Diego + CA + 92108-1746 + Mr. + F213990 + L213990 + + Board Chair + 213990@hsesinfo.org + Mr. + F213991 + L213991 + + President/CEO + 213991@hsesinfo.org + Mr. + F213993 + L213993 + + 213993@hsesinfo.org + Ms. + F213989 + L213989 + + 213989@hsesinfo.org + 555-555-3989 + + + 8741 + 8599 + 11114 + 014 + 2017 + 2017-08-01 + + HS + Active + Municipio de Sabana Grande, Proyecto Head Start + + 8599@hsesinfo.org + carr. 328 km. 0.2 Bo. Rayo Guaras Edif. Jomar Plaza + + Sabana Grande + PR + 00637 + Municipio De Sabana Grande + Apartado 356 + Sabana Grande + PR + 00637-0356 + carr. 328 km. 0.2 Bo. Rayo Guaras Edif. Jomar Plaza + + Sabana Grande + PR + 00637 + Mrs. + F209668 + L209668 + + Presidenta Junta de Gobierno + 209668@hsesinfo.org + Hon. + F209669 + L209669 + + + 209669@hsesinfo.org + Mrs. + F209671 + L209671 + + 209671@hsesinfo.org + Mrs. + F209667 + L209667 + + 209667@hsesinfo.org + 555-555-9667 + + + 8543 + 8423 + 10949 + 200 + 2017 + 2017-03-01 + + EHS + Active + Delaware Department of Education + + 8423@hsesinfo.org + 401 Federal Street + Suite 2 + Dover + DE + 19901-3639 + 401 Federal Street + Suite 2 + Dover + DE + 19901-3639 + 401 Federal Street + Suite 2 + Dover + DE + 19901-3639 + Dr. + F208529 + L208529 + + Secretary of Education + 208529@hsesinfo.org + Mr. + F208530 + L208530 + + Executive Director + 208530@hsesinfo.org + + F208532 + L208532 + + 208532@hsesinfo.org + Mrs. + F208528 + L208528 + + 208528@hsesinfo.org + 555-555-8528 + + + 452 + 2140 + 277 + 000 + 2013 + 2013-07-02 + 2019-04-30 + HS + Inactive + Northern Virginia Family Service + http://www.nvfs.org + 2140@hsesinfo.org + 10455 White Granite Dr + Ste 100 + Oakton + VA + 22124-2764 + 10455 White Granite Dr + Ste 100 + Oakton + VA + 22124-2764 + 10455 White Granite Dr + Ste 100 + Oakton + VA + 22124-2764 + Mr. + F37265 + L37265 + + Board Chair + 37265@hsesinfo.org + Ms. + F37263 + L37263 + + President & CEO + 37263@hsesinfo.org + Ms. + F37262 + L37262 + + 37262@hsesinfo.org + Ms. + F37261 + L37261 + + 37261@hsesinfo.org + 555-555-7261 + + + 4565 + 1252 + 8502 + 000 + 2013 + 2013-12-23 + 2018-12-31 + HS + Inactive + JEFFERSON, COUNTY OF + http://jeffco.us/head/ + 1252@hsesinfo.org + 5150 Allison St + + Arvada + CO + 80002-4316 + 5150 Allison St + + Arvada + CO + 80002-4316 + 5150 Allison St + + Arvada + CO + 80002-4316 + Ms. + F43319 + L43319 + + Jefferson County Commissioner Chairman + 43319@hsesinfo.org + Ms. + F43318 + L43318 + + Human Services Department Director + 43318@hsesinfo.org + Ms. + F43316 + L43316 + + 43316@hsesinfo.org + Ms. + F43314 + L43314 + + 43314@hsesinfo.org + 555-555-3314 + + + 8369 + 1146 + 10716 + 200 + 2001 + 2016-08-01 + + AIAN EHS + Active + Fond du Lac Early Head Start + http://www.fdlrez.com + 1146@hsesinfo.org + 1720 Big Lake Rd + 41 University Road + Cloquet + MN + 55720-9702 + 1720 Big Lake Rd + 41 University Road + Cloquet + MN + 55720-9702 + 1720 Big Lake Rd + 41 University Road + Cloquet + MN + 55720-9702 + Mr. + F207735 + L207735 + + Chairwoman + 207735@hsesinfo.org + Ms. + F207736 + L207736 + + + 207736@hsesinfo.org + Ms. + F207738 + L207738 + + 207738@hsesinfo.org + Ms. + F207734 + L207734 + + 207734@hsesinfo.org + 555-555-7734 + + + 8723 + 3049 + 11091 + 200 + 2012 + 2017-09-01 + + EHS + Active + Washington County Opportunities, Inc. + + 3049@hsesinfo.org + 546 Gamari Rd + P.O. Drawer 750 + Greenville + MS + 38701-9229 + 546 Gamari Rd + P.O. Drawer 750 + Greenville + MS + 38701-9229 + 546 Gamari Rd + P.O. Drawer 750 + Greenville + MS + 38701-9229 + Mr. + F209551 + L209551 + + Board Chairman + 209551@hsesinfo.org + Mr. + F209552 + L209552 + + + 209552@hsesinfo.org + Ms. + F209554 + L209554 + + 209554@hsesinfo.org + Mr. + F209550 + L209550 + + 209550@hsesinfo.org + 555-555-9550 + + + 8763 + 2122 + 11133 + 000 + 2013 + 2017-12-01 + + HS + Active + New Opportunities, Incorporated + www.newopp.org + 2122@hsesinfo.org + 23751 Highway 30 + + Carroll + IA + 51401-8505 + 23751 Hwy. 30 E. , P.O. Box 427 + + Carroll + IA + 51401-2209 + 23751 Highway 30 + + Carroll + IA + 51401-8505 + Mr. + F209806 + L209806 + + Board Chairman + 209806@hsesinfo.org + Mr. + F209807 + L209807 + + Cheif Executive Officer + 209807@hsesinfo.org + Ms. + F209809 + L209809 + + 209809@hsesinfo.org + Ms. + F209805 + L209805 + + 209805@hsesinfo.org + 555-555-9805 x 5555 + + + 1405 + 3109 + 2898 + 000 + 2013 + 2013-06-04 + 2018-12-31 + HS + Inactive + Arkansas Early Learning, Inc. + www.arearlylearning.org + 3109@hsesinfo.org + 1901 Woodsprings Rd + Ste B + Jonesboro + AR + 72401-0936 + 1901 Woodsprings Rd + Ste B + Jonesboro + AR + 72401-0936 + 1901 Woodsprings Rd + Ste B + Jonesboro + AR + 72401-0936 + Mrs. + F36054 + L36054 + + Chairperson + 36054@hsesinfo.org + Mr. + F36052 + L36052 + + Chief Executive Officer + 36052@hsesinfo.org + Ms. + F36051 + L36051 + + 36051@hsesinfo.org + Ms. + F35975 + L35975 + + 35975@hsesinfo.org + 555-555-5975 + + + 8022 + 2404 + 10511 + 000 + 1991 + 2016-01-01 + + AIAN HS + Active + Haak'u Learning Center + + 2404@hsesinfo.org + 15 Turtle Shell Road + + Acoma + NM + 87034 + PO Box 428 + + Acoma + NM + 87034-0428 + 15 Pinsbaari Dr + + Acoma + NM + 87034 + Mr. + F205354 + L205354 + + Governor + 205354@hsesinfo.org + Mrs. + F205355 + L205355 + + Executive Director, Acoma Department of Education + 205355@hsesinfo.org + Mr. + F205357 + L205357 + + 205357@hsesinfo.org + Miss + F205353 + L205353 + + 205353@hsesinfo.org + 555-555-5353 x 5555 + + + 4948 + 2487 + 8781 + 000 + 1992 + 2014-07-01 + 2019-06-30 + HS + Inactive + Eastern Oregon University + https://www.eou.edu/head-start/ + 2487@hsesinfo.org + Eastern Oregon University + 1 University Boulevard + La Grande + OR + 97850-2807 + Eastern Oregon University + 1 University Boulevard + La Grande + OR + 97850-2807 + Eastern Oregon University + 1 University Boulevard + La Grande + OR + 97850-2807 + Dr. + F48756 + L48756 + + Eastern Oregon Head Start + 48756@hsesinfo.org + Mr. + F48758 + L48758 + + + 48758@hsesinfo.org + Ms. + F48755 + L48755 + + 48755@hsesinfo.org + Mr. + F48753 + L48753 + + 48753@hsesinfo.org + 555-555-8753 + + + 8591 + 8463 + 10988 + 000 + 2017 + 2017-06-01 + 2019-05-31 + HS + Inactive + CDI HS/Cabarrus County, NC + www.cdiheadstart.org + 8463@hsesinfo.org + 310 Kerr St NW + + Concord + NC + 28025-4610 + PO Box 957 + + Concord + NC + 28026-0957 + 310 Kerr St NW + + Concord + NC + 28025-4610 + Mr. + F208852 + L208852 + + Chief Executive Officer + 208852@hsesinfo.org + Ms. + F208853 + L208853 + + Executive Director + 208853@hsesinfo.org + + F208855 + L208855 + + 208855@hsesinfo.org + Ms. + F208851 + L208851 + + 208851@hsesinfo.org + 555-555-8851 + + + 4774 + 3202 + 8638 + 200 + 2014 + 2014-04-01 + 2019-03-31 + EHS + Inactive + Child Development Resources of Ventura County, Inc. + http://www.cdrv.org + 3202@hsesinfo.org + 221 E. Ventura Boulevard + + Oxnard + CA + 93036-0277 + 221 E. Ventura Boulevard + + Oxnard + CA + 93036-0277 + 221 E. Ventura Boulevard + + Oxnard + CA + 93036-0277 + Ms. + F46493 + L46493 + + President + 46493@hsesinfo.org + Mr. + F46490 + L46490 + + Chief Executive Officer + 46490@hsesinfo.org + Ms. + F46489 + L46489 + + 46489@hsesinfo.org + Ms. + F46488 + L46488 + + 46488@hsesinfo.org + 555-555-6488 x 5555 + + + 4430 + 492 + 8465 + 000 + 1996 + 2013-11-01 + 2019-06-30 + HS + Inactive + Families and Children Together, Inc. + http://www.fact-inc.com + 492@hsesinfo.org + 2720 Vine St + + El Dorado + AR + 71730-6700 + PO Box 10670 + + El Dorado + AR + 71730-0027 + 2720 Vine St + + El Dorado + AR + 71730-6700 + Mr. + F41402 + L41402 + + Chairman + 41402@hsesinfo.org + Ms. + F41406 + L41406 + + Executive Director + 41406@hsesinfo.org + Ms. + F41405 + L41405 + + 41405@hsesinfo.org + Ms. + F41401 + L41401 + + 41401@hsesinfo.org + 555-555-1401 x 5555 + + + 9230 + 1890 + 11510 + 000 + 1993 + 2018-12-01 + + HS + Active + COOPERATIVE EDUCATIONAL SERVICE AGENCY #11 + http://www.cesa11.k12.wi.us + 1890@hsesinfo.org + 225 Ostermann Drive + + Turtle Lake + WI + 54889-9191 + 225 Ostermann Drive + + Turtle Lake + WI + 54889-9191 + 225 Ostermann Drive + + Turtle Lake + WI + 54889-9191 + Mr. + F213150 + L213150 + + Chairman + 213150@hsesinfo.org + Mr. + F213151 + L213151 + + + 213151@hsesinfo.org + Ms. + F213153 + L213153 + + 213153@hsesinfo.org + Ms. + F213149 + L213149 + + 213149@hsesinfo.org + 555-555-3149 x 5555 + + + 9231 + 1891 + 11510 + 200 + 1993 + 2018-12-01 + + EHS + Active + COOPERATIVE EDUCATIONAL SERVICE AGENCY #11 + http://www.cesa11.k12.wi.us + 1891@hsesinfo.org + 225 Ostermann Drive + + Turtle Lake + WI + 54889-9191 + 225 Ostermann Drive + + Turtle Lake + WI + 54889-9191 + 225 Ostermann Drive + + Turtle Lake + WI + 54889-9191 + Mr. + F213157 + L213157 + + Chairman + 213157@hsesinfo.org + Mr. + F213158 + L213158 + + + 213158@hsesinfo.org + Ms. + F213160 + L213160 + + 213160@hsesinfo.org + Mrs. + F213156 + L213156 + + 213156@hsesinfo.org + 555-555-3156 x 5555 + + + 5210 + 2261 + 8903 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Olympic Community Action Programs + http://www.olycap.org + 2261@hsesinfo.org + 228 W 1st St + Ste J + Port Angeles + WA + 98362-2640 + 228 W 1st St + Ste J + Port Angeles + WA + 98362-2640 + 228 W 1st St + Ste J + Port Angeles + WA + 98362-2640 + Mr. + F52311 + L52311 + + Board Chair + 52311@hsesinfo.org + Ms. + F52308 + L52308 + + Executive Director + 52308@hsesinfo.org + Mrs. + F52312 + L52312 + + 52312@hsesinfo.org + Ms. + F52307 + L52307 + + 52307@hsesinfo.org + 555-555-2307 x 5555 + + + 4786 + 1041 + 8633 + 000 + 2014 + 2014-04-01 + 2019-06-30 + HS + Inactive + Montrose County School District RE-1J + http://www.mcsd.org + 1041@hsesinfo.org + Early Childhood Centers / Head Start + 900 Colorado Avenue Unit 4 + Montrose + CO + 81401-9701 + Early Childhood Centers/Head Start + PO Box 10,000 + Montrose + CO + 81402 + Early Childhood Centers / Head Start + 900 Colorado Avenue Unit 4 + Montrose + CO + 81401-9701 + Mr. + F46576 + L46576 + + Board of Education, President + 46576@hsesinfo.org + Mr. + F46578 + L46578 + + Superintendent + 46578@hsesinfo.org + Ms. + F46577 + L46577 + + 46577@hsesinfo.org + Ms. + F46573 + L46573 + + 46573@hsesinfo.org + 555-555-6573 + + + 5350 + 5356 + 2898 + 200 + 2014 + 2014-08-15 + 2018-12-31 + EHS + Inactive + Arkansas Early Learning, Inc. + www.arearlylearning.org + 5356@hsesinfo.org + 1901 Woodsprings Rd + Ste B + Jonesboro + AR + 72401-0936 + 1901 Woodsprings Rd + Ste B + Jonesboro + AR + 72401-0936 + 1901 Woodsprings Rd + Ste B + Jonesboro + AR + 72401-0936 + Dr. + F54347 + L54347 + Ph.D + Chairperson + 54347@hsesinfo.org + Mr. + F54348 + L54348 + + Chief Executive Officer + 54348@hsesinfo.org + Ms. + F54350 + L54350 + + 54350@hsesinfo.org + Ms. + F54346 + L54346 + + 54346@hsesinfo.org + 555-555-4346 + + + 8133 + 8074 + 8709 + 255 + 2016 + 2017-02-01 + 2019-06-30 + EHS + Inactive + Sheltering Arms Children and Family Services + shelteringarmsny.org + 8074@hsesinfo.org + 305 7th Avenue + + New York + NY + 10009-6008 + 305 7th Avenue + + New York + NY + 10009-6008 + 305 7th Avenue + + New York + NY + 10009-6008 + Mr. + F206072 + L206072 + + Board Chair and President + 206072@hsesinfo.org + Ms. + F206073 + L206073 + + CEO/Executive Director + 206073@hsesinfo.org + Ms. + F206075 + L206075 + + 206075@hsesinfo.org + Ms. + F206071 + L206071 + + 206071@hsesinfo.org + 555-555-6071 + + + 5000 + 2524 + 8895 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Chicanos Por La Causa, Inc. + http://www.cplc.org + 2524@hsesinfo.org + 1242 E. Washington St. + Suite 200 + Phoenix + AZ + 85034-1171 + 1242 E. Washington St. + Suite 200 + Phoenix + AZ + 85034-1171 + 1112 E. Buckeye Rd. + + Phoenix + AZ + 85034-4043 + Mr. + F49494 + L49494 + + CPLC Board of Directors Chair + 49494@hsesinfo.org + Mr. + F49490 + L49490 + + President and Chief Executive Officer (CEO) + 49490@hsesinfo.org + Ms. + F49492 + L49492 + + 49492@hsesinfo.org + Ms. + F49489 + L49489 + + 49489@hsesinfo.org + 555-555-9489 x 5555 + + + 9469 + 854 + 11683 + 200 + 1989 + 2019-04-01 + + EHS + Active + CAPC Washington-Morgan County + http://www.wmcap.org + 854@hsesinfo.org + 218 Putnam Street + + Marietta + OH + 45750-0144 + PO Box 144 + + Marietta + OH + 45750 + 218 Putnam Street + + Marietta + OH + 45750 + Mr. + F214780 + L214780 + + Board President + 214780@hsesinfo.org + Mr. + F214781 + L214781 + + + 214781@hsesinfo.org + Ms. + F214783 + L214783 + + 214783@hsesinfo.org + Mrs. + F214779 + L214779 + + 214779@hsesinfo.org + 555-555-4779 + + + 4229 + 4229 + 6670 + 200 + 2013 + 2013-07-30 + + EHS + Active + Ounce of Prevention Fund + http://www.ounceofprevention.org + 4229@hsesinfo.org + 33 West Monroe Street, Suite 2400 + + Chicago + IL + 60603 + 33 West Monroe Street, Suite 2400 + + Chicago + IL + 60603 + 33 West Monroe Street, Suite 2400 + + Chicago + IL + 60603 + Mr. + F43694 + L43694 + + Chairman of the Board + 43694@hsesinfo.org + Ms. + F43692 + L43692 + + President, Ounce of Preveniton Fund + 43692@hsesinfo.org + Ms. + F43691 + L43691 + + 43691@hsesinfo.org + Ms. + F36684 + L36684 + + 36684@hsesinfo.org + 555-555-6684 + + + 4219 + 2560 + 6874 + 200 + 2013 + 2013-08-01 + 2019-07-31 + EHS + Inactive + Telamon Corporation + www.telamon.org + 2560@hsesinfo.org + 25448 Primehook Rd + + Milton + DE + 19968-2750 + 5560 Munford Rd., Suite 201 + + Raleigh + NC + 27612-2731 + 5560 Munford Rd., Suite 201 + + Raleigh + NC + 27612-2731 + Mrs. + F37099 + L37099 + + Board Chair + 37099@hsesinfo.org + Mrs. + F37097 + L37097 + + Executive Director + 37097@hsesinfo.org + Mrs. + F37096 + L37096 + + 37096@hsesinfo.org + Mrs. + F37094 + L37094 + + 37094@hsesinfo.org + 555-555-7094 + + + 10117 + 5822 + 12162 + 200 + + 2019-07-01 + + EHS + Active + Telamon Corporation + www.telamon.org + 5822@hsesinfo.org + 600 Corporation Dr + Ste 105 + Pendleton + IN + 46064-8300 + 5560 Munford Road, Suite 201 + + Raleigh + NC + 27612-2731 + 5560 Munford Road, Suite 201 + + Raleigh + NC + 27612-2731 + Mrs. + F219210 + L219210 + + Board Chair + 219210@hsesinfo.org + Mrs. + F219211 + L219211 + + Executive Director + 219211@hsesinfo.org + Ms. + F219213 + L219213 + + 219213@hsesinfo.org + Mrs. + F219209 + L219209 + + 219209@hsesinfo.org + 555-555-9209 x 5555 + + + 10119 + 5827 + 12153 + 200 + + 2019-07-01 + + EHS + Active + Parent Child Incorporated + www.parentchildinc.com + 5827@hsesinfo.org + 7815 Mainland Dr + + San Antonio + TX + 78250-5150 + 7815 Mainland Dr + + San Antonio + TX + 78250-5150 + 7815 Mainland Dr + + San Antonio + TX + 78250-5150 + Mr. + F219224 + L219224 + + Board President + 219224@hsesinfo.org + Dr. + F219225 + L219225 + PhD + Chief Executive Officer/HS/EHS Director + 219225@hsesinfo.org + Ms. + F219227 + L219227 + + 219227@hsesinfo.org + Dr. + F219223 + L219223 + PhD + 219223@hsesinfo.org + 555-555-9223 + + + 5862 + 5869 + 9536 + 001 + + 2014-07-01 + 2020-06-30 + HS + Inactive + Florence Fuller Child Development Centers, Inc + http://www.ffcdc.org + 5869@hsesinfo.org + 200 NE 14th St + + Boca Raton + FL + 33432-1848 + 200 NE 14th St + + Boca Raton + FL + 33432-1848 + 200 NE 14th St + + Boca Raton + FL + 33432-1848 + Mrs. + F104696 + L104696 + + President & Chairman of the Board + 104696@hsesinfo.org + Ms. + F104697 + L104697 + + CEO + 104697@hsesinfo.org + Mrs. + F104699 + L104699 + + 104699@hsesinfo.org + Ms. + F104695 + L104695 + + 104695@hsesinfo.org + 555-555-4695 x 5555 + + + 10120 + 5829 + 12166 + 200 + + 2019-07-01 + + EHS + Active + Tulsa Educare, Inc. + www.tulsaeducare.org + 5829@hsesinfo.org + 2190 S 67th East Ave + + Tulsa + OK + 74129-2008 + 2190 S 67th East Ave + + Tulsa + OK + 74129-2008 + 2190 S 67th East Ave + + Tulsa + OK + 74129-2008 + Ms. + F219231 + L219231 + + + 219231@hsesinfo.org + Ms. + F219232 + L219232 + + + 219232@hsesinfo.org + Ms. + F219234 + L219234 + + 219234@hsesinfo.org + Ms. + F219230 + L219230 + + 219230@hsesinfo.org + 555-555-9230 + + + 5863 + 5870 + 9536 + 201 + + 2014-07-01 + 2020-06-30 + EHS + Inactive + Florence Fuller Child Development Centers, Inc + http://www.ffcdc.org + 5870@hsesinfo.org + 10130 185th St S + + Boca Raton + FL + 33498-6333 + 200 NE 14th Street + + Boca Raton + FL + 33432-1848 + 200 NE 14th Street + + Boca Raton + FL + 33432-1848 + Mrs. + F104704 + L104704 + + President & Chairman of the Board + 104704@hsesinfo.org + Ms. + F104705 + L104705 + + CEO + 104705@hsesinfo.org + Mrs. + F104707 + L104707 + + 104707@hsesinfo.org + Ms. + F104703 + L104703 + + 104703@hsesinfo.org + 555-555-4703 x 5555 + + + 10122 + 3727 + 12170 + 001 + 2014 + 2019-07-01 + 2020-06-30 + HS + Inactive + Booker T. Washington Child Development Center + http://www.btwchild.org + 3727@hsesinfo.org + 1519 East Adams Street + + Phoenix + AZ + 85034-1182 + 1519 East Adams Street + + Phoenix + AZ + 85034-1182 + 1519 East Adams Street + + Phoenix + AZ + 85034-1182 + Mr. + F219245 + L219245 + + President Board Chair + 219245@hsesinfo.org + Ms. + F219246 + L219246 + + Executive Director + 219246@hsesinfo.org + Ms. + F219248 + L219248 + + 219248@hsesinfo.org + Ms. + F219244 + L219244 + + 219244@hsesinfo.org + 555-555-9244 + + + 6241 + 1195 + 9859 + 000 + 1992 + 2015-04-01 + + AIAN HS + Active + Ute Indian Tribe + utetribe.com + 1195@hsesinfo.org + 6640 East Bottle Hollow Loop Road + + Fort Duchesne + UT + 84026 + PO Box 265 + + Fort Duchesne + UT + 84026-0265 + 6640 E Bottle Hollow Loop Road + + Fort Duchesne + UT + 84026 + Mr. + F109545 + L109545 + + Chairman + 109545@hsesinfo.org + Mr. + F109548 + L109548 + + Executive Director + 109548@hsesinfo.org + Ms. + F109544 + L109544 + + 109544@hsesinfo.org + Ms. + F109543 + L109543 + + 109543@hsesinfo.org + 555-555-9543 + + + 10123 + 3728 + 12171 + 002 + 2014 + 2019-07-01 + 2020-06-30 + HS + Inactive + Washington Elementary School District + www.wesdschools.org + 3728@hsesinfo.org + 1502 W Mountain View Rd + + Phoenix + AZ + 85021-2158 + 1502 W Mountain View Rd + + Phoenix + AZ + 85021-2158 + 1502 W Mountain View Rd + + Phoenix + AZ + 85021-2158 + Mr. + F219252 + L219252 + + Governing Board President + 219252@hsesinfo.org + Dr. + F219253 + L219253 + + Superintendent + 219253@hsesinfo.org + Ms. + F219255 + L219255 + + 219255@hsesinfo.org + Ms. + F219251 + L219251 + + 219251@hsesinfo.org + 555-555-9251 + + + 6500 + 509 + 10118 + 000 + 1992 + 2015-07-01 + 2020-06-30 + HS + Inactive + Chattanooga YFD Head Start/EHS Program + http://www.chattanoogaheadstart.com + 509@hsesinfo.org + 2302 Ocoee St + + Chattanooga + TN + 37406-3564 + 2302 Ocoee St + + Chattanooga + TN + 37406-3564 + 2302 Ocoee St + + Chattanooga + TN + 37406-3564 + Dr. + F201170 + L201170 + + Chattanooga Human Services Board Chariperson + 201170@hsesinfo.org + Mrs. + F201171 + L201171 + + Deputy Administrator + 201171@hsesinfo.org + Ms. + F201173 + L201173 + + 201173@hsesinfo.org + Mrs. + F201169 + L201169 + + 201169@hsesinfo.org + 555-555-1169 + + + 6755 + 1089 + 10219 + 200 + 2000 + 2015-08-01 + 2020-07-31 + EHS + Inactive + Pinal Gila Community Child Services, Inc. + http://www.pgccs.org + 1089@hsesinfo.org + 1183 E Cottonwood Ln + Ste 2 + Casa Grande + AZ + 85122-2970 + 1183 E Cottonwood Ln + Ste 2 + Casa Grande + AZ + 85122-2970 + 1183 E Cottonwood Ln + Ste 2 + Casa Grande + AZ + 85122-2970 + Mr. + F202956 + L202956 + + Board President + 202956@hsesinfo.org + Mrs. + F202957 + L202957 + MBA + CEO + 202957@hsesinfo.org + Ms. + F202959 + L202959 + + 202959@hsesinfo.org + Mrs. + F202955 + L202955 + MBA + 202955@hsesinfo.org + 555-555-2955 + + + 6598 + 1344 + 10066 + 000 + 1991 + 2015-07-01 + + HS + Active + Mid-Delta Community Services, Inc. + http://www.middeltacommunityservices.org + 1344@hsesinfo.org + 610 Biscoe St + + Helena + AR + 72342-3901 + 610 Biscoe St + + Helena + AR + 72342-3901 + 610 Biscoe St + + Helena + AR + 72342-3901 + Mr. + F201856 + L201856 + + Judge + 201856@hsesinfo.org + Mrs. + F201857 + L201857 + + + 201857@hsesinfo.org + Mr. + F201859 + L201859 + + 201859@hsesinfo.org + Ms. + F201855 + L201855 + + 201855@hsesinfo.org + 555-555-1855 x 5555 + + + 6939 + 3437 + 10414 + 001 + + 2015-11-01 + 2020-10-31 + HS + Inactive + Educare Center of Omaha + https://www.educareomaha.org + 3437@hsesinfo.org + 3110 W St + + Omaha + NE + 68107-3320 + 3110 W St + + Omaha + NE + 68107-3320 + 3110 W St + + Omaha + NE + 68107-3320 + Mrs. + F204234 + L204234 + + Board President + 204234@hsesinfo.org + Mr. + F204235 + L204235 + + Executive Director + 204235@hsesinfo.org + Ms. + F204237 + L204237 + + 204237@hsesinfo.org + Mr. + F204233 + L204233 + + 204233@hsesinfo.org + 555-555-4233 + + + 6940 + 3436 + 10414 + 201 + + 2015-11-01 + 2020-10-31 + EHS + Inactive + Educare Center of Omaha + https://www.educareomaha.org + 3436@hsesinfo.org + 2123 Paul Street + + Omaha + NE + 68102-4045 + 2123 Paul Street + + Omaha + NE + 68102-4045 + 2123 Paul Street + + Omaha + NE + 68102-4045 + Mrs. + F204241 + L204241 + + Board President + 204241@hsesinfo.org + Mr. + F204242 + L204242 + + Executive Director + 204242@hsesinfo.org + Ms. + F204244 + L204244 + + 204244@hsesinfo.org + Mr. + F204240 + L204240 + + 204240@hsesinfo.org + 555-555-4240 + + + 8991 + 2639 + 11310 + 200 + 2013 + 2018-08-01 + + EHS + Active + Community Action of Southern Indiana, Inc. + www.casi1.org + 2639@hsesinfo.org + 1613 E 8th St + + Jeffersonville + IN + 47130-4749 + 1613 E 8th St + + Jeffersonville + IN + 47130-4749 + 1613 E 8th St + + Jeffersonville + IN + 47130-4749 + Mr. + F211493 + L211493 + + CASI Board President + 211493@hsesinfo.org + Mr. + F211494 + L211494 + + Executive Director + 211494@hsesinfo.org + Mr. + F211496 + L211496 + + 211496@hsesinfo.org + Mrs. + F211492 + L211492 + + 211492@hsesinfo.org + 555-555-1492 x 5555 + + + 4947 + 2544 + 8784 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Eastern Washington University Early Head Start + www.ewu.edu + 2544@hsesinfo.org + EWU Early Head Start + 202 E. Spokane Falls Blvd, #202 + Spokane + WA + 99202-1612 + EWU Early Head Start + 526 5th Street; SHW 214 + Cheney + WA + 99004 + EWU Early Head Start + 526 5th Street; SHW 214 + Cheney + WA + 99004 + Mr. + F48769 + L48769 + + United States District Judge, EWU Trustee + 48769@hsesinfo.org + Ms. + F48768 + L48768 + + + 48768@hsesinfo.org + Ms. + F48771 + L48771 + + 48771@hsesinfo.org + Ms. + F48767 + L48767 + + 48767@hsesinfo.org + 555-555-8767 + + + 8190 + 8122 + 10629 + 200 + 2016 + 2016-07-01 + + EHS + Active + Joint Council For Economic Opportunity , Inc + http://www.jceo.org + 8122@hsesinfo.org + 54 Margaret Street + + Plattsburgh + NY + 12901-2925 + 54 Margaret Street + + Plattsburgh + NY + 12901-2925 + 54 Margaret Street + + Plattsburgh + NY + 12901-2925 + Ms. + F206445 + L206445 + + Board President + 206445@hsesinfo.org + Mr. + F206446 + L206446 + + CEO + 206446@hsesinfo.org + Ms. + F206448 + L206448 + + 206448@hsesinfo.org + Ms. + F206444 + L206444 + + 206444@hsesinfo.org + 555-555-6444 + + + 5255 + 3700 + 9103 + 202 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + The City of La Habra + www.lahabracity.com + 3700@hsesinfo.org + 215 N. Euclid St. + + La Habra + CA + 90631 + 215 N. Euclid St. + + La Habra + CA + 90631 + 215 N. Euclid St. + + La Habra + CA + 90631 + Mr. + F53458 + L53458 + + Mayor + 53458@hsesinfo.org + Mr. + F53456 + L53456 + + City Manager + 53456@hsesinfo.org + Ms. + F53455 + L53455 + + 53455@hsesinfo.org + Ms. + F53459 + L53459 + + 53459@hsesinfo.org + 555-555-3459 + + + 5648 + 4167 + 9441 + 207 + 2014 + 2014-12-01 + + EHS + Active + Salvation Army + www.salvationarmychicago.org + 4167@hsesinfo.org + 845 West 69th Street + + Chicago + IL + 60621-1709 + 845 West 69th Street + + Chicago + IL + 60621-1709 + 845 West 69th Street + + Chicago + IL + 60621-1709 + Mr. + F101376 + L101376 + + Board Chair + 101376@hsesinfo.org + Mr. + F101374 + L101374 + + Executive Director + 101374@hsesinfo.org + Ms. + F101373 + L101373 + + 101373@hsesinfo.org + Mr. + F101372 + L101372 + + 101372@hsesinfo.org + 555-555-1372 + + + 10207 + 9020 + 12234 + 000 + 2019 + 2019-08-01 + + HS + Active + Gateway Community Services Organization, Inc. + http://www.gatewaycaa.org + 9020@hsesinfo.org + 151 University Dr + + West Liberty + KY + 41472-2146 + PO Box 367 + + West Liberty + KY + 41472-0367 + 151 University Dr + + West Liberty + KY + 41472-2146 + Mr. + F219804 + L219804 + + + 219804@hsesinfo.org + Mrs. + F219805 + L219805 + + + 219805@hsesinfo.org + Mrs. + F219807 + L219807 + + 219807@hsesinfo.org + Mrs. + F219803 + L219803 + + 219803@hsesinfo.org + 555-555-9803 + + + 10208 + 9021 + 12234 + 200 + 2019 + 2019-08-01 + + EHS + Active + Gateway Community Services Organization, Inc. + http://www.gatewaycaa.org + 9021@hsesinfo.org + 151 University Dr + + West Liberty + KY + 41472-2146 + PO Box 367 + + West Liberty + KY + 41472-0367 + 151 University Dr + + West Liberty + KY + 41472-2146 + Mr. + F219811 + L219811 + + + 219811@hsesinfo.org + Mrs. + F219812 + L219812 + + + 219812@hsesinfo.org + Mrs. + F219814 + L219814 + + 219814@hsesinfo.org + Mrs. + F219810 + L219810 + + 219810@hsesinfo.org + 555-555-9810 x 5555 + + + 5905 + 2628 + 9400 + 200 + 2011 + 2015-02-01 + + AIAN EHS + Active + KAWERAK, INC + www.kawerak.org + 2628@hsesinfo.org + 606 East I Street + + Nome + AK + 99762 + PO Box 948 + + Nome + AK + 99762-0948 + 504 Seppala Drive + + Nome + AK + 99762 + Ms. + F105928 + L105928 + + Authorizing Official - President + 105928@hsesinfo.org + Ms. + F105926 + L105926 + + Executive Vice President + 105926@hsesinfo.org + Mrs. + F105925 + L105925 + + 105925@hsesinfo.org + Ms. + F105924 + L105924 + + 105924@hsesinfo.org + 555-555-5924 + + + 4949 + 1282 + 8902 + 000 + 1992 + 2014-07-01 + 2019-06-30 + HS + Inactive + RELIABLE ENTERPRISES + lewiscountyheadstart.com + 1282@hsesinfo.org + 203 W Reynolds Ave + Lewis County Head Start + Centralia + WA + 98531-3313 + PO Box 870 + Lewis County Head Start + Centralia + WA + 98531-0870 + 203 W Reynolds Ave + Lewis County Head Start + Centralia + WA + 98531-3313 + Mr. + F48763 + L48763 + + Board Chair + 48763@hsesinfo.org + Mr. + F48765 + L48765 + + Executive Director + 48765@hsesinfo.org + Mrs. + F48762 + L48762 + + 48762@hsesinfo.org + Ms. + F48760 + L48760 + + 48760@hsesinfo.org + 555-555-8760 x 5555 + + + 6715 + 2818 + 10232 + 200 + 2011 + 2015-08-01 + + EHS + Active + Lycoming-Clinton Counties Comm for Comm Action + http://www.stepcorp.org/ + 2818@hsesinfo.org + 2138 Boyd St + + Williamsport + PA + 17701-5585 + 2138 Boyd St + + Williamsport + PA + 17701-5585 + 2138 Boyd St + + Williamsport + PA + 17701-5585 + Mr. + F202676 + L202676 + + STEP Board of Director Chairperson + 202676@hsesinfo.org + Mr. + F202677 + L202677 + + STEP CEO and President + 202677@hsesinfo.org + Ms. + F202679 + L202679 + + 202679@hsesinfo.org + Mrs. + F202675 + L202675 + + 202675@hsesinfo.org + 555-555-2675 + + + 5659 + 4360 + 9468 + 234 + 2014 + 2014-12-01 + + EHS + Active + Chicago Child Care Society + www.cccsociety.org + 4360@hsesinfo.org + 5467 S University Ave + + Chicago + IL + 60615-5114 + 5467 S University Ave + + Chicago + IL + 60615-5114 + 5467 S University Ave + + Chicago + IL + 60615-5114 + + F101632 + L101632 + + Board Chair + 101632@hsesinfo.org + + F101633 + L101633 + + Executive Director + 101633@hsesinfo.org + + F101635 + L101635 + + 101635@hsesinfo.org + + F101639 + L101639 + + 101639@hsesinfo.org + 555-555-1639 + + + 4967 + 2961 + 8927 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Yeled V'Yalda Early Childhood Center + http://www.yeled.org + 2961@hsesinfo.org + 1312-38th Street + + Brooklyn + NY + 11218-3807 + 1312-38th Street + + Brooklyn + NY + 11218-3807 + 1312-38th Street + + Brooklyn + NY + 11218-3807 + Mr. + F49301 + L49301 + + Chairman of the Board of Directors + 49301@hsesinfo.org + Mr. + F49303 + L49303 + + CEO + 49303@hsesinfo.org + Mrs. + F49304 + L49304 + + 49304@hsesinfo.org + Mr. + F49299 + L49299 + + 49299@hsesinfo.org + 555-555-9299 x 5555 + + + 9144 + 490 + 11459 + 000 + 1991 + 2018-11-01 + + HS + Active + Encompass Community Services + http://www.EncompassCS.org + 490@hsesinfo.org + 380 Encinal St + Ste 200 + Santa Cruz + CA + 95060-2178 + 380 Encinal St + Ste 200 + Santa Cruz + CA + 95060-2178 + 380 Encinal St + Ste 200 + Santa Cruz + CA + 95060-2178 + Ms. + F212563 + L212563 + + Co-Chair + 212563@hsesinfo.org + Ms. + F212564 + L212564 + + Chief Executive Officer + 212564@hsesinfo.org + Ms. + F212566 + L212566 + + 212566@hsesinfo.org + Ms. + F212562 + L212562 + + 212562@hsesinfo.org + 555-555-2562 x 5555 + + + 9145 + 489 + 11459 + 200 + 2004 + 2018-11-01 + + EHS + Active + Encompass Community Services + http://www.encompasscs.org + 489@hsesinfo.org + 380 Encinal St + Ste 200 + Santa Cruz + CA + 95060-2178 + 380 Encinal St + Ste 200 + Santa Cruz + CA + 95060-2178 + 380 Encinal St + Ste 200 + Santa Cruz + CA + 95060-2178 + Ms. + F212570 + L212570 + + Board Chairperson + 212570@hsesinfo.org + Ms. + F212571 + L212571 + + Chief Executive Officer + 212571@hsesinfo.org + Mr. + F212573 + L212573 + + 212573@hsesinfo.org + Ms. + F212569 + L212569 + + 212569@hsesinfo.org + 555-555-2569 x 5555 + + + 6004 + 6011 + 9652 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + United Way of Miami-Dade, Inc. + www.unitedwaymiamicfe.org + 6011@hsesinfo.org + 3250 SW 3rd Avenue + + Miami + FL + 33129-2712 + 3250 SW 3rd Avenue + + Miami + FL + 33129-2712 + 3250 SW 3rd Avenue + + Miami + FL + 33129-2712 + Mr. + F106762 + L106762 + + Board Chair + 106762@hsesinfo.org + Ms. + F106763 + L106763 + + CEO/President + 106763@hsesinfo.org + Dr. + F106765 + L106765 + + 106765@hsesinfo.org + Ms. + F106761 + L106761 + + 106761@hsesinfo.org + 555-555-6761 + + + 5572 + 311 + 9267 + 000 + 2014 + 2014-12-01 + 2019-11-30 + HS + Inactive + MARYLAND RURAL DEVELOPMENT CORPORATION + http://www.mrdc.net + 311@hsesinfo.org + 200 Road B + Hollingsworth Manor + Elkton + MD + 21921-6695 + PO Box 4848 + + Annapolis + MD + 21403-6848 + 428 4th St + Ste 6 + Annapolis + MD + 21403-2560 + Mr. + F101025 + L101025 + + Chair Board of Director + 101025@hsesinfo.org + Mr. + F101026 + L101026 + + Executive Director + 101026@hsesinfo.org + Ms. + F101028 + L101028 + + 101028@hsesinfo.org + Mrs. + F101023 + L101023 + + 101023@hsesinfo.org + 555-555-1023 x 5555 + + + 8699 + 8560 + 11070 + 200 + 2017 + 2017-08-01 + + EHS + Active + URBAN STRATEGIES, LLC + www.urbanstrategies.us + 8560@hsesinfo.org + 2341 9th St S + + Arlington + VA + 22204-2359 + 2341 9th St S + + Arlington + VA + 22204-2359 + 2341 9th St S + + Arlington + VA + 22204-2359 + Ms. + F209397 + L209397 + + Board Chair + 209397@hsesinfo.org + Mrs. + F209398 + L209398 + + President + 209398@hsesinfo.org + Ms. + F209400 + L209400 + + 209400@hsesinfo.org + Ms. + F209396 + L209396 + + 209396@hsesinfo.org + 555-555-9396 + + + 6805 + 1751 + 10281 + 200 + 2001 + 2015-09-01 + 2020-08-31 + EHS + Inactive + Florida State University + http://www.cpeip.fsu.edu/ehs + 1751@hsesinfo.org + 385 E Jefferson St + Ste C + Quincy + FL + 32351-2531 + 1339 E. Lafayette St + + Tallahassee + FL + 32301-4797 + 874 TRADITIONS WAY 3RD FLOOR + + TALLAHASSEE + FL + 32306-0001 + Dr. + F203310 + L203310 + + VP for Research + 203310@hsesinfo.org + Dr. + F203311 + L203311 + + Director, FSU Early Head Start Program + 203311@hsesinfo.org + Ms. + F203313 + L203313 + + 203313@hsesinfo.org + Ms. + F203309 + L203309 + + 203309@hsesinfo.org + 555-555-3309 + + + 9315 + 4825 + 11572 + 201 + 2014 + 2019-01-01 + + EHS + Active + One Hope United + http://www.onehopeunited.org + 4825@hsesinfo.org + 514 W. 31st St + + Chicago + IL + 60616 + 514 W. 31st St + + Chicago + IL + 60616 + 514 W. 31st St + + Chicago + IL + 60616 + Mr. + F213742 + L213742 + + Board Chairperson + 213742@hsesinfo.org + Ms. + F213743 + L213743 + + Executive Director - Early Learning Child Development + 213743@hsesinfo.org + Ms. + F213745 + L213745 + + 213745@hsesinfo.org + Ms. + F213741 + L213741 + + 213741@hsesinfo.org + 555-555-3741 + + + 4626 + 2133 + 8503 + 000 + 2014 + 2014-02-01 + 2019-01-31 + HS + Inactive + INTER-LAKES COMMUNITY ACTION PARTNERSHIP INC + http://www.interlakescap.com + 2133@hsesinfo.org + 111 N Van Eps Ave + + Madison + SD + 57042-2800 + PO Box 268 + + Madison + SD + 57042-0268 + 111 N Van Eps Ave + + Madison + SD + 57042-2800 + Ms. + F44149 + L44149 + + ICAP Board Chair + 44149@hsesinfo.org + Ms. + F44151 + L44151 + + + 44151@hsesinfo.org + Ms. + F44150 + L44150 + + 44150@hsesinfo.org + Ms. + F44148 + L44148 + + 44148@hsesinfo.org + 555-555-4148 + + + 4682 + 3883 + 8664 + 010 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Bloomingdale Family Program, Inc. + http://www.bloomingdalefamilyprogram.org + 3883@hsesinfo.org + 125 West 109th Street + + New York + NY + 10025-2542 + 125 West 109th Street + + New York + NY + 10025-2542 + 125 West 109th Street + + New York + NY + 10025-2542 + Ms. + F45522 + L45522 + + Board Chair + 45522@hsesinfo.org + Mr. + F45524 + L45524 + + Executive Director + 45524@hsesinfo.org + Ms. + F45525 + L45525 + + 45525@hsesinfo.org + Mr. + F45520 + L45520 + + 45520@hsesinfo.org + 555-555-5520 + + + 8657 + 8520 + 11047 + 200 + 2017 + 2017-07-01 + + EHS + Active + Carolina Municipality Head Start Program + + 8520@hsesinfo.org + Carr.887 km 0.4 Zona Industrial Julio N. Matos + + Carolina + PR + 00985 + PO Box 8 + + Carolina + PR + 00986-0008 + Carr.887 km 0.4 Zona Industrial Julio N. Matos + + Carolina + PR + 00985 + Mr. + F209108 + L209108 + + Board Chair + 209108@hsesinfo.org + Ms. + F209109 + L209109 + + + 209109@hsesinfo.org + Ms. + F209111 + L209111 + + 209111@hsesinfo.org + Ms. + F209107 + L209107 + + 209107@hsesinfo.org + 555-555-9107 x 5555 + + + 9008 + 3274 + 11333 + 000 + 2013 + 2018-08-01 + + HS + Active + Lutheran Services Florida, Inc. + www.lsfnet.org + 3274@hsesinfo.org + 2210 Tall Pines Dr + Ste 220 + Largo + FL + 33771-5347 + 2210 Tall Pines Dr + Ste 220 + Largo + FL + 33771-5347 + 2210 Tall Pines Dr + Ste 220 + Largo + FL + 33771-5347 + Mr. + F211603 + L211603 + + Chairman of the Board of Lutheran Services Florida, Inc. + 211603@hsesinfo.org + Capt. + F211604 + L211604 + + Executive Vice President + 211604@hsesinfo.org + Ms. + F211606 + L211606 + + 211606@hsesinfo.org + Dr. + F211602 + L211602 + + 211602@hsesinfo.org + 555-555-1602 + + + 8065 + 2128 + 10555 + 200 + 1993 + 2016-05-01 + + EHS + Active + Child Start, Inc. Early Head Start + http://www.childstart.org + 2128@hsesinfo.org + 1002 S. Oliver + + Wichita + KS + 67218-3218 + 1002 S. Oliver + + Wichita + KS + 67218-3218 + 1002 S. Oliver + + Wichita + KS + 67218-3218 + Mr. + F205641 + L205641 + + Chairperson, Board of Directors + 205641@hsesinfo.org + Ms. + F205642 + L205642 + + + 205642@hsesinfo.org + Ms. + F205644 + L205644 + + 205644@hsesinfo.org + Ms. + F205640 + L205640 + + 205640@hsesinfo.org + 555-555-5640 + + + 5641 + 4350 + 9461 + 027 + 2014 + 2014-12-01 + + HS + Active + Chinese American Service League + www.caslservice.org + 4350@hsesinfo.org + 2141 S Tan Ct + + Chicago + IL + 60616-1998 + 2141 S Tan Ct + + Chicago + IL + 60616-1998 + 2141 S Tan Ct + + Chicago + IL + 60616-1998 + Mr. + F101577 + L101577 + Jr + Board Chair + 101577@hsesinfo.org + Ms. + F101578 + L101578 + + Executive Director + 101578@hsesinfo.org + Ms. + F101580 + L101580 + + 101580@hsesinfo.org + Ms. + F101576 + L101576 + + 101576@hsesinfo.org + 555-555-1576 + + + 6867 + 6885 + 10345 + 036 + + 2014-12-01 + + HS + Active + New Pisgah Day Care + http://www.newpisgahcso.org + 6885@hsesinfo.org + 8130 S Racine Ave. + + Chicago + IL + 60620 + 8130 S Racine Ave. + + Chicago + IL + 60620 + 8130 S Racine Ave. + + Chicago + IL + 60620 + + F203744 + L203744 + + Board Chairperson + 203744@hsesinfo.org + + F203745 + L203745 + + Executive Director + 203745@hsesinfo.org + + F203747 + L203747 + + 203747@hsesinfo.org + + F203743 + L203743 + + 203743@hsesinfo.org + 555-555-3743 + + + 8170 + 8102 + 10558 + 000 + 2016 + 2016-05-01 + + HS + Active + Municipality of Canovanas + + 8102@hsesinfo.org + Carr 874 Km 1.2 Bo La Central Sec Torrecilla Alta + + Canovanas + PR + 00729 + PO BOX 1612 + + Canovanas + PR + 00729-1612 + Carr 874 Km 1.2 Bo La Central Sec Torrecilla Alta + + Canovanas + PR + 00729 + Hon. Mayor + F206305 + L206305 + + President + 206305@hsesinfo.org + Hon. Mayor + F206306 + L206306 + + Mayor + 206306@hsesinfo.org + Mrs. + F206308 + L206308 + + 206308@hsesinfo.org + Mrs. + F206304 + L206304 + + 206304@hsesinfo.org + 555-555-6304 + + + 9074 + 1356 + 11394 + 000 + 2013 + 2018-09-01 + + HS + Active + MID-WEST NEW MEXICO COMMUNITY ACTION PROGRAM + ourkidzrock.com + 1356@hsesinfo.org + 549 Don Pasqual Road, NW + + Los Lunas + NM + 87031-8491 + 549 Don Pasqual Road, NW + + Los Lunas + NM + 87031-8491 + 549 Don Pasqual Road, NW + + Los Lunas + NM + 87031-8491 + Mr. + F212099 + L212099 + + Grantee Board Chair + 212099@hsesinfo.org + Mr. + F212100 + L212100 + + Chief Executive Officer + 212100@hsesinfo.org + Ms. + F212102 + L212102 + + 212102@hsesinfo.org + Mrs. + F212098 + L212098 + + 212098@hsesinfo.org + 555-555-2098 + + + 6059 + 6066 + 9700 + 200 + + 2015-03-01 + 2019-08-31 + EHS + Inactive + Norris Square Community Alliance + http://nscaonline.org + 6066@hsesinfo.org + 174 Diamond St + + Philadelphia + PA + 19122-1722 + 174 Diamond St + + Philadelphia + PA + 19122-1722 + 174 Diamond St + + Philadelphia + PA + 19122-1722 + Ms. + F107353 + L107353 + + Board President + 107353@hsesinfo.org + Ms. + F107354 + L107354 + + Interim Executive Director + 107354@hsesinfo.org + Ms. + F107356 + L107356 + + 107356@hsesinfo.org + Ms. + F107352 + L107352 + + 107352@hsesinfo.org + 555-555-7352 + + + 6902 + 2732 + 10387 + 200 + 2011 + 2015-10-01 + + EHS + Active + Thrivalaska Head Start Birth to Five + www.thrivalaska.com + 2732@hsesinfo.org + 1949 Gillam Way Ste A + + Fairbanks + AK + 99701-6089 + 1949 Gillam Way Ste A + + Fairbanks + AK + 99701-6089 + 1949 Gillam Way Ste A + + Fairbanks + AK + 99701-6089 + Mrs. + F203975 + L203975 + + Board President + 203975@hsesinfo.org + Mrs. + F203976 + L203976 + + Executive Director + 203976@hsesinfo.org + Ms. + F203978 + L203978 + + 203978@hsesinfo.org + Mrs. + F203974 + L203974 + + 203974@hsesinfo.org + 555-555-3974 x 5555 + + + 10127 + 3735 + 12175 + 006 + 2014 + 2019-07-01 + 2020-06-30 + HS + Inactive + Alhambra Head Start + www.alhambraesd.org + 3735@hsesinfo.org + 4730 W Campbell Ave + + Phoenix + AZ + 85031-1404 + 4510 N 37th Ave + + Phoenix + AZ + 85019-3206 + 4510 N 37th Ave + + Phoenix + AZ + 85019-3206 + Mr. + F219280 + L219280 + + Superintendent + 219280@hsesinfo.org + Mrs. + F219281 + L219281 + + Assistant Superintendent Educational Services + 219281@hsesinfo.org + Ms. + F219283 + L219283 + + 219283@hsesinfo.org + Ms. + F219279 + L219279 + + 219279@hsesinfo.org + 555-555-9279 + + + 8885 + 2894 + 11251 + 000 + 2013 + 2018-07-01 + + HS + Active + Monroe County Intermediate School District + http://www.monroeisd.us/departments/specialedecse/educational-opportunities/ + 2894@hsesinfo.org + 1101 S Raisinville Rd + + Monroe + MI + 48161-9745 + 1101 S Raisinville Rd + + Monroe + MI + 48161-9745 + 1101 S Raisinville Rd + + Monroe + MI + 48161-9745 + Mr. + F210716 + L210716 + + President, Board of Education + 210716@hsesinfo.org + Dr. + F210717 + L210717 + + Superintendent + 210717@hsesinfo.org + Ms. + F210719 + L210719 + + 210719@hsesinfo.org + Mrs. + F210715 + L210715 + + 210715@hsesinfo.org + 555-555-0715 + + + 10128 + 3736 + 12176 + 007 + 2014 + 2019-07-01 + 2020-06-30 + HS + Inactive + Murphy School District Head Start + www.msdaz.org + 3736@hsesinfo.org + 2020 W Durango St + + Phoenix + AZ + 85009-6557 + 2020 W Durango St + + Phoenix + AZ + 85009-6557 + 2020 W Durango St + + Phoenix + AZ + 85009-6557 + Ms. + F219287 + L219287 + + Board President + 219287@hsesinfo.org + Mr. + F219288 + L219288 + + Superintendent + 219288@hsesinfo.org + Mrs. + F219290 + L219290 + + 219290@hsesinfo.org + Ms. + F219286 + L219286 + + 219286@hsesinfo.org + 555-555-9286 + + + 9189 + 2484 + 11486 + 000 + 2013 + 2018-11-01 + + AIAN HS + Active + INTER-TRIBAL COUNCIL OF MICHIGAN, INC + http://www.itcmi.org + 2484@hsesinfo.org + 2956 Ashmun Street + Suite A + Sault Sainte Marie + MI + 49783-3720 + 2956 Ashmun Street + Suite A + Sault Sainte Marie + MI + 49783-3720 + 2956 Ashmun Street + Suite A + Sault Sainte Marie + MI + 49783-3720 + Mr. + F212859 + L212859 + + Chairman + 212859@hsesinfo.org + Mr. + F212860 + L212860 + + + 212860@hsesinfo.org + Mr. + F212862 + L212862 + + 212862@hsesinfo.org + Ms. + F212858 + L212858 + + 212858@hsesinfo.org + 555-555-2858 x 5555 + + + 4627 + 2132 + 8503 + 200 + 2014 + 2014-02-01 + 2019-01-31 + EHS + Inactive + INTER-LAKES COMMUNITY ACTION PARTNERSHIP INC + http://www.interlakescap.com + 2132@hsesinfo.org + 111 N Van Eps Ave + + Madison + SD + 57042-2800 + PO Box 268 + + Madison + SD + 57042-0268 + 111 N Van Eps Ave + + Madison + SD + 57042-2800 + Ms. + F44160 + L44160 + + ICAP Board Chair + 44160@hsesinfo.org + Ms. + F44159 + L44159 + + + 44159@hsesinfo.org + Ms. + F44157 + L44157 + + 44157@hsesinfo.org + Ms. + F44155 + L44155 + + 44155@hsesinfo.org + 555-555-4155 + + + 9340 + 8750 + 11588 + 000 + 2019 + 2019-02-01 + + HS + Active + CDI HS/Kittitas County, WA + www.cdiheadstart.org + 8750@hsesinfo.org + 220 E Helena Ave + + Ellensburg + WA + 98926-2004 + PO Box 443 + + Ellensburg + WA + 98926-1914 + 220 E Helena Ave + + Ellensburg + WA + 98926-2004 + Mr. + F213911 + L213911 + + Chief Executive Officer + 213911@hsesinfo.org + Ms. + F213909 + L213909 + + Executive Director + 213909@hsesinfo.org + + F213912 + L213912 + + 213912@hsesinfo.org + Ms. + F213908 + L213908 + + 213908@hsesinfo.org + 555-555-3908 + + + 5048 + 5054 + 8973 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Catholic Charities Neighborhood Services, Inc. + ccbq.org + 5054@hsesinfo.org + 191 Joralemon St + Fl 2 + Brooklyn + NY + 11201-4353 + 191 Joralemon St + Fl 2 + Brooklyn + NY + 11201-4353 + 191 Joralemon St + Fl 2 + Brooklyn + NY + 11201-4353 + Ms. + F49884 + L49884 + + President + 49884@hsesinfo.org + Msgr. + F49885 + L49885 + + CCNS Chief Executive Officer + 49885@hsesinfo.org + Mr. + F49887 + L49887 + + 49887@hsesinfo.org + Mrs. + F49883 + L49883 + + 49883@hsesinfo.org + 555-555-9883 + + + 5879 + 2550 + 9640 + 200 + 2009 + 2015-02-01 + 2020-06-30 + EHS + Inactive + The Chiles Academy, Inc. + www.thechilesacademy.com + 2550@hsesinfo.org + 868 George W Engram Blvd + + Daytona Beach + FL + 32114-1859 + 868 George W Engram Blvd + + Daytona Beach + FL + 32114-1859 + 868 George W Engram Blvd + + Daytona Beach + FL + 32114-1859 + Mr. + F105745 + L105745 + + Chairman of the Board + 105745@hsesinfo.org + Ms. + F105743 + L105743 + + + 105743@hsesinfo.org + Ms. + F105742 + L105742 + + 105742@hsesinfo.org + Ms. + F105741 + L105741 + + 105741@hsesinfo.org + 555-555-5741 x 5555 + + + 10129 + 3738 + 12177 + 008 + 2014 + 2019-07-01 + 2020-06-30 + HS + Inactive + Deer Valley Head Start + http://www.dvusd.org + 3738@hsesinfo.org + 20402 North 15th Avenue + + Phoenix + AZ + 85027 + 20402 North 15th Avenue + + Phoenix + AZ + 85027 + 20402 North 15th Avenue + + Phoenix + AZ + 85027 + Mrs. + F219294 + L219294 + + School Board President + 219294@hsesinfo.org + Dr. + F219295 + L219295 + + Deputy Superintendent + 219295@hsesinfo.org + Ms. + F219297 + L219297 + + 219297@hsesinfo.org + Ms. + F219293 + L219293 + + 219293@hsesinfo.org + 555-555-9293 + + + 5385 + 1930 + 9043 + 000 + 2014 + 2014-09-01 + 2020-08-31 + HS + Inactive + Two Rivers Head Start + http://www.trhsa.org + 1930@hsesinfo.org + 1661 Landmark Road + + Aurora + IL + 60506-1146 + 1661 Landmark Road + + Aurora + IL + 60506-1146 + 1661 Landmark Road + + Aurora + IL + 60506-1146 + Ms. + F96686 + L96686 + + Governing Board Chairperson + 96686@hsesinfo.org + Ms. + F96684 + L96684 + + Executive Director + 96684@hsesinfo.org + Ms. + F96682 + L96682 + + 96682@hsesinfo.org + Ms. + F96681 + L96681 + + 96681@hsesinfo.org + 555-555-6681 x 5555 + + + 8535 + 8415 + 10940 + 200 + 2017 + 2017-03-01 + + EHS + Active + United Way of Miami-Dade, Inc. + www.unitedwaymiamicfe.org + 8415@hsesinfo.org + 3250 SW 3rd Avenue + + Miami + FL + 33129-2712 + 3250 SW 3rd Avenue + + Miami + FL + 33129-2712 + 3250 SW 3rd Avenue + + Miami + FL + 33129-2712 + Mr. + F208473 + L208473 + + Board Chair + 208473@hsesinfo.org + Ms. + F208474 + L208474 + + CEO/President + 208474@hsesinfo.org + Mrs. + F208476 + L208476 + + 208476@hsesinfo.org + Ms. + F208472 + L208472 + + 208472@hsesinfo.org + 555-555-8472 + + + 10130 + 3741 + 12178 + 009 + 2014 + 2019-07-01 + 2020-06-30 + HS + Inactive + Fowler Elementary School District Head Start + http://www.fesd.org + 3741@hsesinfo.org + 6250 W Durango St + + Phoenix + AZ + 85043-6580 + 6250 W Durango St + + Phoenix + AZ + 85043-6580 + 1617 S 67th Ave + + Phoenix + AZ + 85043-7717 + Mr. + F219301 + L219301 + + Fowler Elementary School Distict Governing Board President + 219301@hsesinfo.org + Ms. + F219302 + L219302 + + Fowler Elementry School District Superintendent + 219302@hsesinfo.org + Ms. + F219304 + L219304 + + 219304@hsesinfo.org + Mrs. + F219300 + L219300 + + 219300@hsesinfo.org + 555-555-9300 + + + 10132 + 1982 + 12151 + 000 + 2005 + 2019-07-01 + + HS + Active + Merced County Superintendent of Schools + http://www.mcoe.org/deptprog/earlyed/HeadStart/Pages/default.aspx + 1982@hsesinfo.org + 632 W 13th St + + Merced + CA + 95341-5908 + 632 W 13th St + + Merced + CA + 95341-5908 + 2130 Cooper Ave + + Merced + CA + 95348-4304 + Dr. + F219315 + L219315 + + Superintendent + 219315@hsesinfo.org + Ms. + F219316 + L219316 + + + 219316@hsesinfo.org + Ms. + F219318 + L219318 + + 219318@hsesinfo.org + Ms. + F219314 + L219314 + + 219314@hsesinfo.org + 555-555-9314 x 5555 + + + 5215 + 2749 + 9045 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Enrichment Services Program Inc. + http://www.enrichmentservices.org + 2749@hsesinfo.org + 2607 Cross Country Dr + Bldg C-1 + Columbus + GA + 31906-1801 + 2607 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + 2607 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + Mr. + F52429 + L52429 + + Board Chair + 52429@hsesinfo.org + Ms. + F52427 + L52427 + + CEO + 52427@hsesinfo.org + Mr. + F52426 + L52426 + + 52426@hsesinfo.org + Ms. + F52424 + L52424 + + 52424@hsesinfo.org + 555-555-2424 + + + 6501 + 510 + 10118 + 200 + 1992 + 2015-07-01 + 2020-06-30 + EHS + Inactive + Chattanooga YFD Head Start/EHS Program + http://www.chattanoogaheadstart.com + 510@hsesinfo.org + 2302 Ocoee St + + Chattanooga + TN + 37406-3564 + 2302 Ocoee St + + Chattanooga + TN + 37406-3564 + 2302 Ocoee St + + Chattanooga + TN + 37406-3564 + Dr. + F201177 + L201177 + + Chattanooga Human Services Board Chairperson + 201177@hsesinfo.org + Mrs. + F201178 + L201178 + + Deputy Administrator + 201178@hsesinfo.org + Ms. + F201180 + L201180 + + 201180@hsesinfo.org + Mrs. + F201176 + L201176 + + 201176@hsesinfo.org + 555-555-1176 + + + 10133 + 2719 + 12151 + 200 + 2011 + 2019-07-01 + + EHS + Active + Merced County Superintendent of Schools + http://www.mcoe.org/deptprog/earlyed/HeadStart/Pages/default.aspx + 2719@hsesinfo.org + 632 W. 13th Street + + Merced + CA + 95341 + 632 W. 13th Street + + Merced + CA + 95341 + 2130 Cooper Ave + + Merced + CA + 95348-4304 + Dr. + F219322 + L219322 + + Superintendent + 219322@hsesinfo.org + Ms. + F219323 + L219323 + + Assistant Superintendent + 219323@hsesinfo.org + Ms. + F219325 + L219325 + + 219325@hsesinfo.org + Ms. + F219321 + L219321 + + 219321@hsesinfo.org + 555-555-9321 x 5555 + + + 10134 + 5794 + 12161 + 200 + + 2019-07-01 + + EHS + Active + Merced County Superintendent of Schools + + 5794@hsesinfo.org + 632 W. 13th Street + + Merced + CA + 95341-5908 + 632 W 13th St + + Merced + CA + 95341-5908 + 2130 Cooper Ave + + Merced + CA + 95348-4304 + Dr. + F219329 + L219329 + + Merced County Superintendent of Schools + 219329@hsesinfo.org + Ms. + F219330 + L219330 + + Assistant Superintendent of Early Education + 219330@hsesinfo.org + Mr. + F219332 + L219332 + + 219332@hsesinfo.org + Ms. + F219328 + L219328 + + 219328@hsesinfo.org + 555-555-9328 + + + 8861 + 3651 + 11231 + 001 + 2013 + 2018-07-01 + + HS + Active + Clayton Early Learning + http://www.claytonearlylearning.org + 3651@hsesinfo.org + 3751 Martin Luther King Blvd + + Denver + CO + 80205-4974 + 3801 Martin Luther King Jr. Boulevard + + Denver + CO + 80205-4972 + 3801 Martin Luther King Jr. Boulevard + + Denver + CO + 80205-4972 + Ms. + F210549 + L210549 + + Board Chair + 210549@hsesinfo.org + Ms. + F210550 + L210550 + + CEO/President + 210550@hsesinfo.org + Mr. + F210552 + L210552 + + 210552@hsesinfo.org + Ms. + F210548 + L210548 + + 210548@hsesinfo.org + 555-555-0548 x 5555 + + + 4924 + 218 + 8928 + 000 + 2014 + 2014-07-01 + 2019-04-30 + HS + Inactive + Worcester Public Schools - Child Development Head Start + http://headstart.worcesterschools.org + 218@hsesinfo.org + 770 Main Street + + Worcester + MA + 01610-3159 + 770 Main Street + + Worcester + MA + 01610-3159 + 770 Main Street + + Worcester + MA + 01610-3159 + Mr. + F48635 + L48635 + + Chairperson - School Board/Mayor, City of Worcester + 48635@hsesinfo.org + Mrs. + F48636 + L48636 + + Superintendent + 48636@hsesinfo.org + Ms. + F48637 + L48637 + + 48637@hsesinfo.org + Ms. + F48634 + L48634 + + 48634@hsesinfo.org + 555-555-8634 + + + 10027 + 8984 + 12051 + 000 + 2019 + 2019-07-01 + + HS + Active + RUMC-Staten Island Head Start + 16 Osgood Ave + 8984@hsesinfo.org + 16 Osgood Ave + + Staten Island + NY + 10304-1804 + 16 Osgood Ave + + Staten Island + NY + 10304-1804 + 16 Osgood Ave + + Staten Island + NY + 10304-1804 + Ms. + F218582 + L218582 + Esq. + + 218582@hsesinfo.org + Mr. + F218583 + L218583 + + + 218583@hsesinfo.org + Ms. + F218585 + L218585 + + 218585@hsesinfo.org + Ms. + F218581 + L218581 + + 218581@hsesinfo.org + 555-555-8581 x 5555 + + + 11235 + 2169 + 13134 + 000 + 1992 + 2020-04-01 + + AIAN HS + Active + EIGHT NORTHERN INDIAN PUEBLOS COUNCIL + www.enipc.org + 2169@hsesinfo.org + 327 Eagle Dr + + Ohkay Owingeh + NM + 87566-3600 + PO Box 969 + + Ohkay Owingeh + NM + 87566-0969 + 327 Eagle Dr + + Ohkay Owingeh + NM + 87566-3600 + Mr. + F226796 + L226796 + + Chairman + 226796@hsesinfo.org + Mr. + F226797 + L226797 + + Executive Director + 226797@hsesinfo.org + Ms. + F226799 + L226799 + + 226799@hsesinfo.org + Ms. + F226795 + L226795 + + 226795@hsesinfo.org + 555-555-6795 + + + 4689 + 3890 + 8671 + 017 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Trabajamos Community Head Start Inc. + www.trabajamoscommunityheadstart.com + 3890@hsesinfo.org + 940 East 156th Street + + Bronx + NY + 10455-1914 + 940 East 156th Street + + Bronx + NY + 10455-1914 + 940 East 156th Street + + Bronx + NY + 10455-1914 + Dr. + F45573 + L45573 + + Board Chair + 45573@hsesinfo.org + Ms. + F45571 + L45571 + + Executive Director + 45571@hsesinfo.org + Ms. + F45570 + L45570 + + 45570@hsesinfo.org + Ms. + F45569 + L45569 + + 45569@hsesinfo.org + 555-555-5569 x 5555 + + + 4340 + 4340 + 8355 + 200 + 2013 + 2013-09-13 + 2019-06-30 + EHS + Inactive + Tri-County Community Action Agency, Inc. + www.gatewaycap.org + 4340@hsesinfo.org + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + Mr. + F39781 + L39781 + + Chairman of the Board of Directors + 39781@hsesinfo.org + Mr. + F39782 + L39782 + + President/CEO + 39782@hsesinfo.org + Mr. + F39784 + L39784 + + 39784@hsesinfo.org + Ms. + F39780 + L39780 + + 39780@hsesinfo.org + 555-555-9780 + + + 4729 + 3960 + 8711 + 057 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Hawthorne Corners Day Care Center + + 3960@hsesinfo.org + 1950 Bedford Avenue + + Brooklyn + NY + 11225-5713 + 1950 Bedford Avenue + + Brooklyn + NY + 11225-5713 + 1950 Bedford Avenue + + Brooklyn + NY + 11225-5713 + Ms. + F45854 + L45854 + + Sponsoring Board Chair Person + 45854@hsesinfo.org + Ms. + F45852 + L45852 + + + 45852@hsesinfo.org + Ms. + F45851 + L45851 + + 45851@hsesinfo.org + Mr. + F45849 + L45849 + + 45849@hsesinfo.org + 555-555-5849 x 5555 + + + 9046 + 1132 + 11378 + 000 + 2013 + 2018-09-01 + + AIAN HS + Active + WHITE EARTH OJIBWE/ RESERVATION BUSINESS COMMITTEE + www.whiteearth.com + 1132@hsesinfo.org + 35966 Eagle View Road + + Ogema + MN + 56569 + P.O. Box 418 + + White Earth + MN + 56591-0418 + 35966 Eagle View Road + + Ogema + MN + 56569 + Mr. + F211858 + L211858 + + Tribal Council Chairman + 211858@hsesinfo.org + Ms. + F211859 + L211859 + + Executive Director + 211859@hsesinfo.org + Ms. + F211861 + L211861 + + 211861@hsesinfo.org + Ms. + F211857 + L211857 + + 211857@hsesinfo.org + 555-555-1857 x 5555 + + + 9047 + 1133 + 11378 + 200 + 2013 + 2018-09-01 + + AIAN EHS + Active + WHITE EARTH OJIBWE/ RESERVATION BUSINESS COMMITTEE + www.whiteearth.com + 1133@hsesinfo.org + 40560 Co. Hwy 34 + + Ogema + MN + 56569 + P.O. Box 418 + + White Earth + MN + 56591 + 40560 Co. Hwy 34 + + Ogema + MN + 56569 + Mr. + F211865 + L211865 + + Tribal Vice-Chairman + 211865@hsesinfo.org + Ms. + F211866 + L211866 + + Executive Director + 211866@hsesinfo.org + Ms. + F211868 + L211868 + + 211868@hsesinfo.org + Ms. + F211864 + L211864 + + 211864@hsesinfo.org + 555-555-1864 x 5555 + + + 9436 + 1481 + 11651 + 000 + 1998 + 2019-03-01 + + Migrant HS + Active + CENTRAL CALIFORNIA MIGRANT HEAD START PROGRAM + https://stancoe.org/division/child-family-services + 1481@hsesinfo.org + 1100 H Street + + Modesto + CA + 95354-2338 + 1100 H Street + + Modesto + CA + 95354-2338 + 1100 H Street + + Modesto + CA + 95354-2338 + Mr. + F214559 + L214559 + + Chairperson + 214559@hsesinfo.org + Mr. + F214560 + L214560 + + Executive Director + 214560@hsesinfo.org + Ms. + F214562 + L214562 + + 214562@hsesinfo.org + Ms. + F214558 + L214558 + + 214558@hsesinfo.org + 555-555-4558 + + + 9333 + 2906 + 11586 + 000 + 2013 + 2019-02-01 + + HS + Active + Lenox Hill Neighborhood House, Inc. + www.lenoxhill.org + 2906@hsesinfo.org + 331 E 70th St + + New York + NY + 10021-8601 + 331 E 70th St + + New York + NY + 10021-8601 + 331 E 70th St + + New York + NY + 10021-8601 + Ms. + F213868 + L213868 + + Board Member + 213868@hsesinfo.org + Mr. + F213869 + L213869 + + Executive Director + 213869@hsesinfo.org + Mr. + F213871 + L213871 + + 213871@hsesinfo.org + Ms. + F213867 + L213867 + + 213867@hsesinfo.org + 555-555-3867 + + + 8187 + 8119 + 10622 + 000 + 2016 + 2016-07-01 + + HS + Active + La Casa de Don Pedro, Inc. + www.lacasanwk.org + 8119@hsesinfo.org + 75 Park Ave + + Newark + NJ + 07104-1034 + 75 Park Ave + + Newark + NJ + 07104-1034 + 75 Park Ave + + Newark + NJ + 07104-1034 + Mr. + F206424 + L206424 + + La Casa de Don Pedro Board of Directors -President + 206424@hsesinfo.org + Mr. + F206425 + L206425 + + La Casa de Don Pedro Executive Director + 206425@hsesinfo.org + + F206427 + L206427 + + 206427@hsesinfo.org + Mrs. + F206423 + L206423 + + 206423@hsesinfo.org + 555-555-6423 x 5555 + + + 9009 + 3275 + 11333 + 200 + 2013 + 2018-08-01 + + EHS + Active + Lutheran Services Florida, Inc. + www.lsfnet.org + 3275@hsesinfo.org + 2210 Tall Pines Dr + Ste 220 + Largo + FL + 33771-5347 + 2210 Tall Pines Dr + Ste 220 + Largo + FL + 33771-5347 + 2210 Tall Pines Dr + Ste 220 + Largo + FL + 33771-5347 + Mr. + F211610 + L211610 + + Chairman of the Board of Lutheran Services Florida, Inc. + 211610@hsesinfo.org + Capt. + F211611 + L211611 + + Executive Vice President + 211611@hsesinfo.org + Ms. + F211613 + L211613 + + 211613@hsesinfo.org + Dr. + F211609 + L211609 + + 211609@hsesinfo.org + 555-555-1609 + + + 5076 + 607 + 9010 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + CSRA Economic Opportunity Authority, Inc. + http://www.csraeoa.org + 607@hsesinfo.org + 1261 Greene St + + Augusta + GA + 30901-2127 + 1261 Greene St + + Augusta + GA + 30901-2127 + 1261 Greene St + + Augusta + GA + 30901-2127 + Mr. + F51689 + L51689 + + Board of Directors Chairman + 51689@hsesinfo.org + Mrs. + F51691 + L51691 + + Executive Director + 51691@hsesinfo.org + Mrs. + F51690 + L51690 + + 51690@hsesinfo.org + Ms. + F51688 + L51688 + + 51688@hsesinfo.org + 555-555-1688 + + + 5511 + 2186 + 9273 + 200 + 2014 + 2014-11-01 + 2020-06-30 + EHS + Inactive + Lumbee Regional Development Association, Inc. + http://www.lumbee.org + 2186@hsesinfo.org + 636 Prospect Rd + + Pembroke + NC + 28372 + PO Box 68 + + Pembroke + NC + 28372-0068 + 636 Prospect Rd + + Pembroke + NC + 28372 + Mr. + F99223 + L99223 + + LRDA Board Chairman + 99223@hsesinfo.org + Mr. + F99222 + L99222 + + + 99222@hsesinfo.org + Mrs. + F99224 + L99224 + + 99224@hsesinfo.org + Ms. + F99221 + L99221 + + 99221@hsesinfo.org + 555-555-9221 x 5555 + + + 10135 + 1720 + 12157 + 000 + 2013 + 2019-07-01 + + HS + Active + Council of Three Rivers American Indian Center, Inc. + http://www.cotraic.org + 1720@hsesinfo.org + 120 Charles St + + Pittsburgh + PA + 15238-1027 + 120 Charles St + + Pittsburgh + PA + 15238-1027 + 120 Charles Street + + Pittsburgh + PA + 15238-1027 + Mr. + F219336 + L219336 + + Board Chair + 219336@hsesinfo.org + Mr. + F219337 + L219337 + + Executive Director + 219337@hsesinfo.org + Ms. + F219339 + L219339 + + 219339@hsesinfo.org + Ms. + F219335 + L219335 + + 219335@hsesinfo.org + 555-555-9335 + + + 6761 + 1507 + 10197 + 000 + 1999 + 2015-08-01 + + AIAN HS + Active + The Suquamish Tribe + http://www.suquamish.nsn.us/Departments/ELC.aspx + 1507@hsesinfo.org + 5283 NE Totten Rd + + Poulsbo + WA + 98370-7852 + PO BOX 498 + + Suquamish + WA + 98392-0498 + 5283 NE Totten Rd + + Poulsbo + WA + 98370-7852 + Hon. + F202998 + L202998 + + Chairman + 202998@hsesinfo.org + Mr. + F202999 + L202999 + + Executive Director + 202999@hsesinfo.org + Mrs. + F203001 + L203001 + + 203001@hsesinfo.org + Mr. + F202997 + L202997 + + 202997@hsesinfo.org + 555-555-2997 + + + 8963 + 8677 + 11306 + 200 + 2018 + 2018-08-01 + 2020-07-31 + EHS + Inactive + South Carolina Association of Community Action Partnerships + http://www.scacap.org + 8677@hsesinfo.org + 2700 Middleburg Drive, Suite 213 + + Columbia + SC + 29204-2416 + 2700 Middleburg Drive, Suite 213 + + Columbia + SC + 29204-2416 + 2700 Middleburg Drive, Suite 213 + + Columbia + SC + 29204-2416 + Mr. + F211300 + L211300 + + Board Chair + 211300@hsesinfo.org + Ms. + F211298 + L211298 + + CEO/Executive Director + 211298@hsesinfo.org + Ms. + F211301 + L211301 + + 211301@hsesinfo.org + Ms. + F211297 + L211297 + + 211297@hsesinfo.org + 555-555-1297 + + + 10136 + 3213 + 12157 + 200 + 2000 + 2019-07-01 + + EHS + Active + Council of Three Rivers American Indian Center, Inc. + www.cotraic.org + 3213@hsesinfo.org + 120 Charles St + + Blawnox + PA + 15238-1027 + 120 Charles St + + Blawnox + PA + 15238-1027 + 120 Charles St + + Blawnox + PA + 15238-1027 + Mr. + F219343 + L219343 + + Board Chair + 219343@hsesinfo.org + Mr. + F219344 + L219344 + + Executive Director + 219344@hsesinfo.org + Ms. + F219346 + L219346 + + 219346@hsesinfo.org + Mrs. + F219342 + L219342 + + 219342@hsesinfo.org + 555-555-9342 + + + 6099 + 6106 + 9770 + 200 + + 2015-03-01 + 2020-08-31 + EHS + Inactive + Community Action Partnership of Greater St. Joseph + http://www.capstjoe.org + 6106@hsesinfo.org + 817 Monterey St + + Saint Joseph + MO + 64503-3611 + 817 Monterey St + + Saint Joseph + MO + 64503-3611 + 817 Monterey St + + Saint Joseph + MO + 64503-3611 + Mr. + F107674 + L107674 + + Board President + 107674@hsesinfo.org + Ms. + F107675 + L107675 + + + 107675@hsesinfo.org + Ms. + F107677 + L107677 + + 107677@hsesinfo.org + Ms. + F107673 + L107673 + + 107673@hsesinfo.org + 555-555-7673 + + + 8782 + 8634 + 11145 + 202 + 2018 + 2018-01-01 + + EHS + Active + Focus:Hope + www.focushope.edu + 8634@hsesinfo.org + 1200 Oakman Blvd + + Detroit + MI + 48238-2998 + 1200 Oakman Blvd + + Detroit + MI + 48238-2998 + 1200 Oakman Blvd + + Detroit + MI + 48238-2998 + Mr. + F209929 + L209929 + + Board Chair + 209929@hsesinfo.org + Mr. + F209930 + L209930 + + Chief Executive Officer + 209930@hsesinfo.org + Ms. + F209932 + L209932 + + 209932@hsesinfo.org + Ms. + F209928 + L209928 + + 209928@hsesinfo.org + 555-555-9928 + + + 8281 + 626 + 10653 + 000 + 1992 + 2016-07-01 + + HS + Active + Hinds County Project Head Start + http://www.hchra.org + 626@hsesinfo.org + 258 Maddox Rd + + Jackson + MS + 39212-2312 + PO Box 22657 + + Jackson + MS + 39225-2657 + 258 Maddox Rd + + Jackson + MS + 39212-2312 + Mr. + F207107 + L207107 + + Board Chairman + 207107@hsesinfo.org + Mr. + F207108 + L207108 + + President & Chief Executive Officer + 207108@hsesinfo.org + Dr. + F207110 + L207110 + + 207110@hsesinfo.org + Mr. + F207106 + L207106 + + 207106@hsesinfo.org + 555-555-7106 + + + 6978 + 6997 + 10440 + 200 + + 2015-11-16 + 2018-12-31 + EHS + Inactive + CDI HS/Mid Region Mississippi MS + www.cdiheadstart.org + 6997@hsesinfo.org + 420 N Applegate St + + Winona + MS + 38967-1827 + PO Box 27 + + Winona + MS + 38967-0027 + 420 N Applegate St + + Winona + MS + 38967-1827 + Mr. + F204512 + L204512 + + Chief Executive Officer + 204512@hsesinfo.org + Ms. + F204513 + L204513 + + Chief Executive Officer + 204513@hsesinfo.org + + F204515 + L204515 + + 204515@hsesinfo.org + Ms. + F204511 + L204511 + + 204511@hsesinfo.org + 555-555-4511 + + + 10139 + 9005 + 12167 + 200 + 2019 + 2019-07-01 + + EHS + Active + Sharon Baptist Board of Directors, Inc + http://www.sharonbaptistheadstart.org + 9005@hsesinfo.org + 1925 Bathgate Avenue + + Bronx + NY + 10457-4404 + 1925 Bathgate Avenue + + Bronx + NY + 10457-4404 + 1925 Bathgate Avenue + + Bronx + NY + 10457-4404 + Mr. + F219364 + L219364 + + Board Chairperson + 219364@hsesinfo.org + Ms. + F219365 + L219365 + + Executive Director + 219365@hsesinfo.org + Ms. + F219367 + L219367 + + 219367@hsesinfo.org + Ms. + F219363 + L219363 + + 219363@hsesinfo.org + 555-555-9363 + + + 11236 + 2292 + 13135 + 200 + 2004 + 2020-04-01 + + EHS + Active + Owsley County Early Head Start + owsley.kyschools.us + 2292@hsesinfo.org + 14 Old KY 11 + + Booneville + KY + 41314-9154 + 14 Old KY 11 + + Booneville + KY + 41314-9154 + 14 Old KY 11 + + Booneville + KY + 41314-9154 + Ms. + F226803 + L226803 + + Chairperson + 226803@hsesinfo.org + Dr. + F226804 + L226804 + + Superintendent + 226804@hsesinfo.org + Ms. + F226806 + L226806 + + 226806@hsesinfo.org + Ms. + F226802 + L226802 + + 226802@hsesinfo.org + 555-555-6802 + + + 5988 + 5995 + 9598 + 200 + + 2015-02-01 + 2019-07-31 + Migrant EHS + Inactive + CENTRO DE LA FAMILIA DE UTAH + www.cdlf.org + 5995@hsesinfo.org + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + Mr. + F106558 + L106558 + + Board President + 106558@hsesinfo.org + Mr. + F106559 + L106559 + + + 106559@hsesinfo.org + Ms. + F106561 + L106561 + + 106561@hsesinfo.org + Mr. + F106557 + L106557 + + 106557@hsesinfo.org + 555-555-6557 + + + 4741 + 3955 + 8723 + 069 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + SCO Family of Services + SCO.org + 3955@hsesinfo.org + 69 Saratoga Ave + + Brooklyn + NY + 11233-1653 + 69 Saratoga Ave + + Brooklyn + NY + 11233-1653 + 1 Alexander Place + + Glen Cove + NY + 11542-3745 + Mr. + F45937 + L45937 + + + 45937@hsesinfo.org + Mr. + F45935 + L45935 + + + 45935@hsesinfo.org + Mrs. + F45934 + L45934 + + 45934@hsesinfo.org + Mrs. + F45939 + L45939 + + 45939@hsesinfo.org + 555-555-5939 x 5555 + + + 3090 + 2342 + 6732 + 000 + 2013 + 2013-06-26 + 2018-12-31 + HS + Inactive + Kiryas Joel Municipal Local Development + + 2342@hsesinfo.org + 48 Bakertown Rd + Ste 406 + Monroe + NY + 10950-8433 + 48 Bakertown Road, Suite 406 + + Monroe + NY + 10950 + 48 Bakertown Road, Suite 406 + + Monroe + NY + 10950 + Mr. + F37000 + L37000 + + Chairman + 37000@hsesinfo.org + Mr. + F37002 + L37002 + + + 37002@hsesinfo.org + Mrs. + F37003 + L37003 + + 37003@hsesinfo.org + Mr. + F36998 + L36998 + + 36998@hsesinfo.org + 555-555-6998 + + + 6706 + 2000 + 10236 + 000 + 1992 + 2015-08-01 + + HS + Active + Geneva City School District Board of Education + http://www.genevacsd.org + 2000@hsesinfo.org + 30 West St + + Geneva + NY + 14456-2521 + 30 West St + + Geneva + NY + 14456-2521 + 30 West St + + Geneva + NY + 14456-2521 + Dr. + F202613 + L202613 + + + 202613@hsesinfo.org + Ms. + F202614 + L202614 + + Superintendent of Schools + 202614@hsesinfo.org + Ms. + F202616 + L202616 + + 202616@hsesinfo.org + Ms. + F202612 + L202612 + + 202612@hsesinfo.org + 555-555-2612 x 5555 + + + 6901 + 1696 + 10387 + 000 + 2003 + 2015-10-01 + + HS + Active + Thrivalaska Head Start Birth to Five + www.thrivalaska.com + 1696@hsesinfo.org + 1949 Gillam Way Ste A + + Fairbanks + AK + 99701-6089 + 1949 Gillam Way Ste A + + Fairbanks + AK + 99701-6089 + 1949 Gillam Way Ste A + + Fairbanks + AK + 99701-6089 + Mrs. + F203968 + L203968 + + Board President + 203968@hsesinfo.org + Mrs. + F203969 + L203969 + + Executive Director + 203969@hsesinfo.org + Ms. + F203971 + L203971 + + 203971@hsesinfo.org + Mrs. + F203967 + L203967 + + 203967@hsesinfo.org + 555-555-3967 x 5555 + + + 8409 + 8290 + 9137 + 212 + 2016 + 2016-07-01 + 2019-06-30 + EHS + Inactive + Mountain View Head Start/State Preschool + http://www.mtviewschools.com + 8290@hsesinfo.org + 2109 Burkett Rd + + El Monte + CA + 91733-4113 + 2109 Burkett Rd + + El Monte + CA + 91733-4113 + 3320 Gilman Rd + + El Monte + CA + 91732-3201 + Mr. + F208065 + L208065 + + School Board President + 208065@hsesinfo.org + Ms. + F208066 + L208066 + + Superintendent + 208066@hsesinfo.org + Ms. + F208068 + L208068 + + 208068@hsesinfo.org + Ms. + F208064 + L208064 + + 208064@hsesinfo.org + 555-555-8064 + + + 4019 + 3417 + 8095 + 003 + + + + HS + Active + Municipality of Carolina + + 3417@hsesinfo.org + Carr.887 km 0.4 Zona Industrial Julio N. Matos + + Carolina + PR + 00985 + P.O. Box 8 + + Carolina + PR + 00986-0008 + Carr.887 km 0.4 Zona Industrial Julio N. Matos + + Carolina + PR + 00985 + Ms. + F29500 + L29500 + + Board Chair + 29500@hsesinfo.org + Ms. + F29498 + L29498 + + + 29498@hsesinfo.org + Mr. + F29497 + L29497 + + 29497@hsesinfo.org + Ms. + F11731 + L11731 + + 11731@hsesinfo.org + 555-555-1731 x 5555 + + + 4758 + 3518 + 8739 + 004 + 2014 + 2014-03-01 + 2019-02-28 + Migrant HS + Inactive + Central California Child Development Services + www.cccds.com + 3518@hsesinfo.org + 2250 Rockefeller Dr + Ste 1 + Ceres + CA + 95307-7243 + PO Box 2540 + + Ceres + CA + 95307-7940 + 2250 Rockefeller Dr + Ste 1 + Ceres + CA + 95307-7243 + Mr. + F46057 + L46057 + + President + 46057@hsesinfo.org + Ms. + F46054 + L46054 + + Executive Director + 46054@hsesinfo.org + Ms. + F46055 + L46055 + + 46055@hsesinfo.org + Ms. + F46052 + L46052 + + 46052@hsesinfo.org + 555-555-6052 x 5555 + + + 3979 + 3426 + 8055 + 015 + + + + HS + Active + Head Start Program Municipality of Utuado + + 3426@hsesinfo.org + Edificio Catalina Figuera + Bubao Street + Utuado + PR + 00641 + PO Box 877 + + Utuado + PR + 00641-0877 + Edificio Catalina Figuera + Bubao Street + Utuado + PR + 00641 + Mrs. + F29808 + L29808 + + President + 29808@hsesinfo.org + Mrs. + F29806 + L29806 + + Subdirector + 29806@hsesinfo.org + Ms. + F29805 + L29805 + + 29805@hsesinfo.org + Mrs. + F11740 + L11740 + + 11740@hsesinfo.org + 555-555-1740 x 5555 + + + 3742 + 3423 + 7818 + 012 + + + + HS + Active + Municipality of Guayama, Head Start Program + + 3423@hsesinfo.org + 4 Calle Derkes E + + Guayama + PR + 00784-4936 + P O BOX 3030 + + Guayama + PR + 00085-3030 + 4 Calle Derkes E + + Guayama + PR + 00784-4936 + Mr. + F31438 + L31438 + + + 31438@hsesinfo.org + Dra. + F31436 + L31436 + + + 31436@hsesinfo.org + Mrs. + F31435 + L31435 + + 31435@hsesinfo.org + Mrs. + F11737 + L11737 + + 11737@hsesinfo.org + 555-555-1737 + + + 10099 + 542 + 12135 + 000 + 2013 + 2019-07-01 + + HS + Active + Gadsden County School District + www.gcps.k12.fl.us + 542@hsesinfo.org + 500 W King St + + Quincy + FL + 32351-1606 + 35 Martin Luther King, Jr. Boulevard + + Quincy + FL + 32351-4411 + 500 W King St + + Quincy + FL + 32351-1606 + Mr. + F219086 + L219086 + + Board Chairperson + 219086@hsesinfo.org + Mrs. + F219087 + L219087 + + Head Start Executive Director + 219087@hsesinfo.org + Mrs. + F219089 + L219089 + + 219089@hsesinfo.org + Mrs. + F219085 + L219085 + + 219085@hsesinfo.org + 555-555-9085 + + + 9916 + 2476 + 12016 + 200 + 2007 + 2019-07-01 + + EHS + Active + North Central State College + + 2476@hsesinfo.org + 2441 Kenwood Cir + + Mansfield + OH + 44906-1546 + 2441 Kenwood Cir + + Mansfield + OH + 44906-1546 + 2441 Kenwood Cir + + Mansfield + OH + 44906-1546 + Ms. + F217814 + L217814 + + Governing Board Chair + 217814@hsesinfo.org + Mrs. + F217815 + L217815 + + Vice President of Business Services + 217815@hsesinfo.org + Ms. + F217817 + L217817 + + 217817@hsesinfo.org + Ms. + F217813 + L217813 + + 217813@hsesinfo.org + 555-555-7813 x 5555 + + + 9917 + 1894 + 12015 + 000 + 2014 + 2019-07-01 + + HS + Active + Jackson-Vinton Community Action, Inc. + http://www.jackson-vinton.com + 1894@hsesinfo.org + 118 South New York Avenue + + Wellston + OH + 45692-9307 + 118 South New York Avenue + + Wellston + OH + 45692-9307 + 118 South New York Avenue + + Wellston + OH + 45692-9307 + Mr. + F217821 + L217821 + + JVCA Board Chairperson + 217821@hsesinfo.org + Mrs. + F217822 + L217822 + + + 217822@hsesinfo.org + Ms. + F217824 + L217824 + + 217824@hsesinfo.org + Mrs. + F217820 + L217820 + + 217820@hsesinfo.org + 555-555-7820 x 5555 + + + 5510 + 2185 + 9273 + 000 + 2014 + 2014-11-01 + 2020-06-30 + HS + Inactive + Lumbee Regional Development Association, Inc. + http://www.lumbee.org + 2185@hsesinfo.org + 636 Prospect Rd + + Pembroke + NC + 28372 + PO Box 68 + + Pembroke + NC + 28372-0068 + 636 Prospect Rd + + Pembroke + NC + 28372 + Mr. + F99218 + L99218 + + LRDA Board Chairman + 99218@hsesinfo.org + Mr. + F99217 + L99217 + + + 99217@hsesinfo.org + Mrs. + F99219 + L99219 + + 99219@hsesinfo.org + Ms. + F99214 + L99214 + + 99214@hsesinfo.org + 555-555-9214 x 5555 + + + 7015 + 2441 + 10465 + 000 + 1997 + 2016-01-01 + 2020-12-31 + HS + Inactive + Shira Head Start + shiradvoraa@gmail.com + 2441@hsesinfo.org + 1259 47th St Apt 1 + + Brooklyn + NY + 11219-2595 + 1259 47th St Apt 1 + + Brooklyn + NY + 11219-2595 + 1259 47th St Apt 1 + + Brooklyn + NY + 11219-2595 + Mr. + F204771 + L204771 + + Chairman of the Board + 204771@hsesinfo.org + Mr. + F204772 + L204772 + + Executive Director + 204772@hsesinfo.org + Mrs. + F204774 + L204774 + + 204774@hsesinfo.org + Mrs. + F204770 + L204770 + + 204770@hsesinfo.org + 555-555-4770 + + + 6972 + 1805 + 10438 + 000 + 1991 + 2015-12-01 + 2020-11-30 + HS + Inactive + Community Action Commision of Santa Barbara County + http://www.cacsb.com + 1805@hsesinfo.org + 5638 Hollister Ave + Ste 230 + Goleta + CA + 93117-3489 + 5638 Hollister Ave + Ste 230 + Goleta + CA + 93117-3489 + 5638 Hollister Ave + Ste 230 + Goleta + CA + 93117-3489 + Mr. + F204470 + L204470 + + CACSB Board Chair + 204470@hsesinfo.org + Ms. + F204471 + L204471 + + CACSB CEO + 204471@hsesinfo.org + Ms. + F204473 + L204473 + + 204473@hsesinfo.org + Ms. + F204469 + L204469 + + 204469@hsesinfo.org + 555-555-4469 x 5555 + + + 6982 + 277 + 10442 + 000 + 1991 + 2015-12-01 + 2020-11-30 + HS + Inactive + Beth Rivkah Head Start + + 277@hsesinfo.org + 310 Crown St + + Brooklyn + NY + 11225-3004 + 310 Crown St + + Brooklyn + NY + 11225-3004 + 310 Crown St + + Brooklyn + NY + 11225-3004 + Mr. + F204540 + L204540 + + + 204540@hsesinfo.org + Mr. + F204541 + L204541 + + + 204541@hsesinfo.org + Mrs. + F204543 + L204543 + + 204543@hsesinfo.org + Mrs. + F204539 + L204539 + + 204539@hsesinfo.org + 555-555-4539 x 5555 + + + 4475 + 1890 + 8403 + 000 + 1993 + 2013-11-18 + 2018-11-30 + HS + Inactive + COOPERATIVE EDUCATIONAL SERVICE AGENCY #11 + http://www.cesa11.k12.wi.us + 1890@hsesinfo.org + 225 Ostermann Drive + + Turtle Lake + WI + 54889-9191 + 225 Ostermann Drive + + Turtle Lake + WI + 54889-9191 + 225 Ostermann Drive + + Turtle Lake + WI + 54889-9191 + Mr. + F41799 + L41799 + + Chairman + 41799@hsesinfo.org + Mr. + F41801 + L41801 + + + 41801@hsesinfo.org + Ms. + F41800 + L41800 + + 41800@hsesinfo.org + Mrs. + F41797 + L41797 + + 41797@hsesinfo.org + 555-555-1797 + + + 7050 + 1143 + 10484 + 000 + 1996 + 2016-01-01 + + AIAN HS + Active + Washoe Tribe of Nevada And California + http://washoetribe.us/headstart_about.asp + 1143@hsesinfo.org + 919 Us Highway 395 N + + Gardnerville + NV + 89410-8968 + 919 Us Highway 395 N + + Gardnerville + NV + 89410-8968 + 919 Us Highway 395 N + + Gardnerville + NV + 89410-8968 + Mr. + F205017 + L205017 + + Washoe Tribal Chairman + 205017@hsesinfo.org + Mr. + F205018 + L205018 + + + 205018@hsesinfo.org + Mr. + F205020 + L205020 + + 205020@hsesinfo.org + Ms. + F205016 + L205016 + + 205016@hsesinfo.org + 555-555-5016 x 5555 + + + 5294 + 3665 + 9139 + 214 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Pomona Unified School District + http://www.pusd.org + 3665@hsesinfo.org + 800 S Garey Ave + Pomona Unified School District Child Development + Pomona + CA + 91766-3325 + 800 S Garey Ave + Pomona Unified School District Child Development + Pomona + CA + 91766-3325 + 800 S Garey Ave + Pomona Unified School District Child Development + Pomona + CA + 91766-3325 + Mr. + F53400 + L53400 + + Board President + 53400@hsesinfo.org + Mrs. + F53403 + L53403 + + Director of Child Development + 53403@hsesinfo.org + Mr. + F53404 + L53404 + + 53404@hsesinfo.org + Mr. + F53399 + L53399 + + 53399@hsesinfo.org + 555-555-3399 x 5555 + + + 6205 + 6218 + 9879 + 218 + + 2015-01-01 + + EHS + Active + Trinity United Church Of Christ Child Care Centers, Inc. + tuccchildcarecenters.com + 6218@hsesinfo.org + 1947 W 95th St + + Chicago + IL + 60643-1105 + 1947 W 95th St + + Chicago + IL + 60643-1105 + 1947 W 95th St + + Chicago + IL + 60643-1105 + Ms. + F108980 + L108980 + + Board President + 108980@hsesinfo.org + Ms. + F108981 + L108981 + + Executive Director + 108981@hsesinfo.org + Ms. + F108983 + L108983 + + 108983@hsesinfo.org + Ms. + F108979 + L108979 + + 108979@hsesinfo.org + 555-555-8979 + + + 10830 + 2997 + 12812 + 200 + 2015 + 2020-01-01 + + EHS + Active + Burke County Board of Education + + 2997@hsesinfo.org + 518 College St + Ste A + Waynesboro + GA + 30830-1322 + 518 College St + Ste A + Waynesboro + GA + 30830-1322 + 789 Burke Veterans Pkwy + + Waynesboro + GA + 30830-4508 + Mr. + F224098 + L224098 + + Chairman of Burke County School System + 224098@hsesinfo.org + Mrs. + F224099 + L224099 + + Elementary Curriculum Director + 224099@hsesinfo.org + Mr. + F224101 + L224101 + + 224101@hsesinfo.org + Ms. + F224097 + L224097 + + 224097@hsesinfo.org + 555-555-4097 + + + 5267 + 3738 + 9114 + 008 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Deer Valley Head Start + http://www.dvusd.org + 3738@hsesinfo.org + 20402 North 15th Avenue + + Phoenix + AZ + 85027 + 20402 North 15th Avenue + + Phoenix + AZ + 85027 + 20402 North 15th Avenue + + Phoenix + AZ + 85027 + Mrs. + F53544 + L53544 + + School Board President + 53544@hsesinfo.org + Dr. + F53542 + L53542 + + Deputy Superintendent + 53542@hsesinfo.org + Ms. + F53543 + L53543 + + 53543@hsesinfo.org + Ms. + F53539 + L53539 + + 53539@hsesinfo.org + 555-555-3539 + + + 536 + 3330 + 789 + 000 + 2013 + 2013-07-02 + 2019-01-31 + Migrant HS + Inactive + Telamon Corporation + www.telamon.org + 3330@hsesinfo.org + 2150 Northside Xing + + Macon + GA + 31210-2260 + 5560 Munford Rd., Suite 201 + + Raleigh + NC + 27612-2731 + 5560 Munford Rd., Suite 201 + + Raleigh + NC + 27612-2731 + Mrs. + F38489 + L38489 + + Board Chair + 38489@hsesinfo.org + Mrs. + F38487 + L38487 + + Executive Director + 38487@hsesinfo.org + Ms. + F38486 + L38486 + + 38486@hsesinfo.org + Ms. + F36382 + L36382 + + 36382@hsesinfo.org + 555-555-6382 + + + 4125 + 3422 + 8201 + 011 + + + + HS + Active + Barceloneta Head Start Program + + 3422@hsesinfo.org + Edif Professional Center Carr #2 + + Barceloneta + PR + 00617 + PO Box 2044 + + Barceloneta + PR + 00617-2044 + Edif Professional Center Carr #2 + + Barceloneta + PR + 00617 + Mrs. + F29565 + L29565 + + President Governing Body + 29565@hsesinfo.org + Mrs. + F29563 + L29563 + + + 29563@hsesinfo.org + Mrs. + F29562 + L29562 + + 29562@hsesinfo.org + Mrs. + F11736 + L11736 + + 11736@hsesinfo.org + 555-555-1736 x 5555 + + + 4449 + 435 + 8494 + 200 + 2013 + 2013-11-01 + 2019-07-31 + EHS + Inactive + Salisbury-Rowan Community Action Agency + www.srcaa.com + 435@hsesinfo.org + 1300 W Bank St + + Salisbury + NC + 28144-3910 + 1300 W Bank St + + Salisbury + NC + 28144-3910 + 1300 W Bank St + + Salisbury + NC + 28144-3910 + Mr. + F41545 + L41545 + + Chairman + 41545@hsesinfo.org + Mr. + F41546 + L41546 + + Executive Director + 41546@hsesinfo.org + Mr. + F41548 + L41548 + + 41548@hsesinfo.org + Mrs. + F41544 + L41544 + + 41544@hsesinfo.org + 555-555-1544 + + + 4618 + 604 + 8595 + 000 + 2014 + 2014-02-01 + 2019-01-31 + HS + Inactive + INSTITUTE OF COMMUNITY SERVICES, INC + http://www.ics-hs.org + 604@hsesinfo.org + 160 West Valley Avenue + + Holly Springs + MS + 38635-0160 + P O Box 160 + + Holly Springs + MS + 38635-0160 + 160 West Valley Avenue + + Holly Springs + MS + 38635-0160 + Mr. + F44097 + L44097 + + Board of Directors Chair + 44097@hsesinfo.org + Mrs. + F44096 + L44096 + + + 44096@hsesinfo.org + Mr. + F44094 + L44094 + + 44094@hsesinfo.org + Mrs. + F44093 + L44093 + + 44093@hsesinfo.org + 555-555-4093 x 5555 + + + 4901 + 446 + 8905 + 000 + 2014 + 2014-06-01 + 2019-05-31 + HS + Inactive + CENTRAL ARKANSAS DEVELOPMENT COUNCIL, INC + http://www.cadc.com + 446@hsesinfo.org + 321 Edison Street + + Benton + AR + 72015 + P.O. Box 580 + + Benton + AR + 72018-0580 + 321 Edison Street + + Benton + AR + 72015 + Mrs. + F48285 + L48285 + + CADC Board Chair + 48285@hsesinfo.org + Mr. + F48283 + L48283 + + CADC Executive Director + 48283@hsesinfo.org + Ms. + F48286 + L48286 + + 48286@hsesinfo.org + Mrs. + F48281 + L48281 + + 48281@hsesinfo.org + 555-555-8281 + + + 5142 + 1432 + 8805 + 000 + 2014 + 2014-07-01 + 2019-03-31 + HS + Inactive + Tri-County Opportunities Council, Inc. + http://www.tcochelps.org + 1432@hsesinfo.org + 405 Emmons Ave + + Rock Falls + IL + 61071-1407 + 405 Emmons Ave + + Rock Falls + IL + 61071-1407 + 405 Emmons Ave + + Rock Falls + IL + 61071-1407 + Mr. + F51810 + L51810 + + T.C.O.C. Board Chairman + 51810@hsesinfo.org + Ms. + F51813 + L51813 + + President/CEO + 51813@hsesinfo.org + Ms. + F51812 + L51812 + + 51812@hsesinfo.org + Mrs. + F51809 + L51809 + + 51809@hsesinfo.org + 555-555-1809 x 5555 + + + 10140 + 964 + 12164 + 200 + 2014 + 2019-07-01 + + EHS + Active + United Planning Organization + http://www.upo.org + 964@hsesinfo.org + 301 Rhode Island Avenue, NW + + Washington + DC + 20001-1826 + 301 Rhode Island Avenue, NW + + Washington + DC + 20001-1826 + 301 Rhode Island Avenue, NW + + Washington + DC + 20001-1826 + Ms. + F219371 + L219371 + + Chairman of the Board of Directors + 219371@hsesinfo.org + Ms. + F219372 + L219372 + + President and CEO + 219372@hsesinfo.org + Ms. + F219374 + L219374 + + 219374@hsesinfo.org + Ms. + F219370 + L219370 + + 219370@hsesinfo.org + 555-555-9370 + + + 10028 + 8985 + 12051 + 200 + 2019 + 2019-07-01 + + EHS + Active + Staten Island Mental Health Society, Inc. + 16 Osgood Ave + 8985@hsesinfo.org + 16 Osgood Ave + + Staten Island + NY + 10304-1804 + 16 Osgood Ave + + Staten Island + NY + 10304-1804 + 16 Osgood Ave + + Staten Island + NY + 10304-1804 + Ms. + F218589 + L218589 + Esq. + + 218589@hsesinfo.org + Mr. + F218590 + L218590 + + + 218590@hsesinfo.org + Ms. + F218592 + L218592 + + 218592@hsesinfo.org + Ms. + F218588 + L218588 + + 218588@hsesinfo.org + 555-555-8588 x 5555 + + + 10142 + 677 + 12169 + 000 + 1992 + 2019-07-01 + + HS + Active + Tazewell-Woodford Head Start + http://www.twhsp.org + 677@hsesinfo.org + 233 Leadley Avenue + + East Peoria + IL + 61611-2755 + 233 Leadley Avenue + + East Peoria + IL + 61611-2755 + 233 Leadley Avenue + + East Peoria + IL + 61611-2755 + Mrs. + F219385 + L219385 + + Governing Board President + 219385@hsesinfo.org + Mrs. + F219386 + L219386 + + Executive Director + 219386@hsesinfo.org + Mr. + F219388 + L219388 + + 219388@hsesinfo.org + Ms. + F219384 + L219384 + + 219384@hsesinfo.org + 555-555-9384 + + + 8311 + 8241 + 10671 + 200 + 2016 + 2016-07-01 + + EHS + Active + JEFF CAP Head Start Birth-to-Five Program + http://www.jeffparish.net + 8241@hsesinfo.org + 1221 Elmwood Park Boulevard + Suite 402 + New Orleans + LA + 70123-2337 + 1221 Elmwood Park Boulevard + Suite 402 + Jefferson + LA + 70123-2337 + 1221 Elmwood Park Boulevard + Suite 402 + Jefferson + LA + 70123-2337 + Hon. + F207317 + L207317 + + Chairperson, Jefferson Parish Council + 207317@hsesinfo.org + Mrs. + F207318 + L207318 + + interim Director of JeffCAP + 207318@hsesinfo.org + Ms. + F207320 + L207320 + + 207320@hsesinfo.org + Mrs. + F207316 + L207316 + + 207316@hsesinfo.org + 555-555-7316 + + + 9216 + 1265 + 11501 + 000 + 2013 + 2018-12-01 + + HS + Active + Options for Learning + Optionsforlearning.org + 1265@hsesinfo.org + 885 So. Village Oaks Drive + + Covina, + CA + 91724-3615 + 885 So. Village Oaks Drive + + Covina, + CA + 91724-3615 + 885 So. Village Oaks Drive + + Covina, + CA + 91724-3615 + Mr. + F213052 + L213052 + + Chairperson, Board of Directors + 213052@hsesinfo.org + Mr. + F213053 + L213053 + + CEO + 213053@hsesinfo.org + Mrs. + F213055 + L213055 + + 213055@hsesinfo.org + Mrs. + F213051 + L213051 + + 213051@hsesinfo.org + 555-555-3051 + + + 8867 + 8636 + 11237 + 007 + 2018 + 2018-07-01 + + HS + Active + Sewall Child Development Center + http://www.sewall.org + 8636@hsesinfo.org + 940 Fillmore Street + + Denver + CO + 80206 + 940 Fillmore Street + + Denver + CO + 80206 + 940 Fillmore Street + + Denver + CO + 80206 + Mr. + F210591 + L210591 + + Board Chair + 210591@hsesinfo.org + Mrs. + F210592 + L210592 + + CEO + 210592@hsesinfo.org + Mr. + F210594 + L210594 + + 210594@hsesinfo.org + Mrs. + F210590 + L210590 + + 210590@hsesinfo.org + 555-555-0590 + + + 8917 + 3770 + 11274 + 202 + 2013 + 2018-07-01 + + EHS + Active + Episcopal Community Services + http://www.ecscalifornia.org + 3770@hsesinfo.org + 401 Mile of Cars Way + Ste 350 + National City + CA + 91950-6629 + 401 Mile of Cars Way + Ste 350 + National City + CA + 91950-6629 + 401 Mile of Cars Way + Ste 350 + National City + CA + 91950-6629 + Ms. + F210940 + L210940 + + Board of Directors President + 210940@hsesinfo.org + Ms. + F210941 + L210941 + + + 210941@hsesinfo.org + Ms. + F210943 + L210943 + + 210943@hsesinfo.org + Mrs. + F210939 + L210939 + + 210939@hsesinfo.org + 555-555-0939 + + + 10141 + 9007 + 12168 + 200 + 2019 + 2019-07-01 + + EHS + Active + Children's Home & Aid Society of Illinois + www.childrenshomeandaid.org + 9007@hsesinfo.org + 125 S Wacker Dr Fl 14 + + Chicago + IL + 60606-4429 + 125 S Wacker Dr Fl 14 + + Chicago + IL + 60606-4429 + 125 S Wacker Dr Fl 14 + + Chicago + IL + 60606-4429 + Mr. + F219378 + L219378 + + Chair + 219378@hsesinfo.org + Mr. + F219379 + L219379 + + President and CEO + 219379@hsesinfo.org + Ms. + F219381 + L219381 + + 219381@hsesinfo.org + Ms. + F219377 + L219377 + + 219377@hsesinfo.org + 555-555-9377 + + + 6153 + 372 + 9690 + 000 + 1991 + 2015-03-01 + + AIAN HS + Active + The Navajo Nation Tribal Government + navajohs.org + 372@hsesinfo.org + 1 Morgan Blvd, Education Building 1st Floor + + Window Rock + AZ + 86515 + PO Box 3479 + + Window Rock + AZ + 86515-3479 + 1 Morgan Blvd, Education Building 1st Floor + + Window Rock + AZ + 86515 + Mr. + F108724 + L108724 + + President of the Navajo Nation + 108724@hsesinfo.org + Dr. + F108723 + L108723 + + Assistant Superintendent of Navajo Head Start + 108723@hsesinfo.org + Ms. + F108726 + L108726 + + 108726@hsesinfo.org + Dr. + F108722 + L108722 + + 108722@hsesinfo.org + 555-555-8722 x 5555 + + + 6154 + 371 + 9690 + 200 + 2000 + 2015-03-01 + + AIAN EHS + Active + The Navajo Nation Tribal Government + + 371@hsesinfo.org + Morgan Blvd, 1st Floor, Education Building + + Window Rock + AZ + 86515 + PO Box 3479 + + Window Rock + AZ + 86515-3479 + Morgan Blvd, 1st Floor, Education Building + + Window Rock + AZ + 86515 + Mr. + F108734 + L108734 + + President of Navajo Nation + 108734@hsesinfo.org + Dr. + F108732 + L108732 + + Assistant Superintendent of Navajo Head Start + 108732@hsesinfo.org + Ms. + F108731 + L108731 + + 108731@hsesinfo.org + Dr. + F108730 + L108730 + + 108730@hsesinfo.org + 555-555-8730 x 5555 + + + 10783 + 254 + 12755 + 000 + 2014 + 2019-12-01 + + HS + Active + Montclair Child Development Center, Inc. + www.mcdcnj.org + 254@hsesinfo.org + 33 Fulton Street + + Montclair + NJ + 07042 + 33 Fulton Street + + Montclair + NJ + 07042 + 33 Fulton Street + + Montclair + NJ + 07042 + Mr. + F223782 + L223782 + + Board Chairperson + 223782@hsesinfo.org + Ms. + F223783 + L223783 + + Executive Director + 223783@hsesinfo.org + Mr. + F223785 + L223785 + + 223785@hsesinfo.org + Ms. + F223781 + L223781 + + 223781@hsesinfo.org + 555-555-3781 x 5555 + + + 8197 + 681 + 10593 + 000 + 1992 + 2016-08-01 + + HS + Active + Renewal Unlimited, Inc. + http://www.renewalunlimited.net + 681@hsesinfo.org + 2900 Red Fox Run + + Portage + WI + 53901-3400 + 2900 Red Fox Run + + Portage + WI + 53901-3400 + 2900 Red Fox Run + + Portage + WI + 53901-3400 + Ms. + F206494 + L206494 + + Board of Directors Chairperson + 206494@hsesinfo.org + Ms. + F206495 + L206495 + + Executive Director + 206495@hsesinfo.org + Mr. + F206497 + L206497 + + 206497@hsesinfo.org + Ms. + F206493 + L206493 + + 206493@hsesinfo.org + 555-555-6493 + + + 9602 + 2475 + 11788 + 200 + 2007 + 2019-05-01 + + EHS + Active + Family Support Services of West Hawaii + http://www.fsswh.org + 2475@hsesinfo.org + West Hawaii Early Head Start + 75-127 Lunapule Road, Suite 11 + Kailua-Kona + HI + 96740-2119 + West Hawaii Early Head Start + 75-127 Lunapule Road, Suite 11 + Kailua-Kona + HI + 96740-2119 + West Hawaii Early Head Start + 75-127 Lunapule Road, Suite 11 + Kailua-Kona + HI + 96740-2119 + Mr. + F215666 + L215666 + + FSH Board President + 215666@hsesinfo.org + Mr. + F215667 + L215667 + + Executive Director + 215667@hsesinfo.org + Ms. + F215669 + L215669 + + 215669@hsesinfo.org + Mrs. + F215665 + L215665 + + 215665@hsesinfo.org + 555-555-5665 + + + 10784 + 3175 + 12755 + 200 + 2014 + 2019-12-01 + + EHS + Active + Montclair Child Development Center, Inc. + www.mcdcnj.org + 3175@hsesinfo.org + 33 Fulton Street + + Montclair + NJ + 07042-4509 + 33 Fulton Street + + Montclair + NJ + 07042-4509 + 33 Fulton Street + + Montclair + NJ + 07042-4509 + Mr. + F223789 + L223789 + + Board Chairperson + 223789@hsesinfo.org + Ms. + F223790 + L223790 + + Executive Director + 223790@hsesinfo.org + Mr. + F223792 + L223792 + + 223792@hsesinfo.org + Ms. + F223788 + L223788 + + 223788@hsesinfo.org + 555-555-3788 x 5555 + + + 10785 + 2164 + 12754 + 000 + 2014 + 2019-12-01 + + HS + Active + Bayamon Municipality Head Start Program + www.municipiodebayamon.com + 2164@hsesinfo.org + Calle Maceo #19 + + Bayamon PR + PR + 00960 + PO Box 1588 + + Bayamon + PR + 00960-1588 + Calle Maceo #19 + + Bayamon PR + PR + 00960 + Hon. + F223796 + L223796 + + Board Of Director's President + 223796@hsesinfo.org + Mrs. + F223797 + L223797 + + Executive Director + 223797@hsesinfo.org + Mrs. + F223799 + L223799 + + 223799@hsesinfo.org + Mrs. + F223795 + L223795 + + 223795@hsesinfo.org + 555-555-3795 + + + 6203 + 6216 + 9877 + 216 + + 2015-01-01 + + EHS + Active + SGA Youth and Family Services + www.sga-youth.org + 6216@hsesinfo.org + 11 E Adams St Ste 1500 + + Chicago + IL + 60603-6309 + 11 E Adams St Ste 1500 + + Chicago + IL + 60603-6309 + 11 E Adams St Ste 1500 + + Chicago + IL + 60603-6309 + Ms. + F108964 + L108964 + + + 108964@hsesinfo.org + Ms. + F108965 + L108965 + + + 108965@hsesinfo.org + Ms. + F108967 + L108967 + + 108967@hsesinfo.org + Mr. + F108963 + L108963 + + 108963@hsesinfo.org + 555-555-8963 + + + 9162 + 1500 + 11467 + 200 + 2013 + 2018-11-01 + + EHS + Active + EASTER SEALS OF NORTH GEORGIA + http://www.northgeorgia.easterseals.com + 1500@hsesinfo.org + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + Mr. + F212669 + L212669 + + Chairperson, Board of Directors + 212669@hsesinfo.org + Ms. + F212670 + L212670 + + President/CEO + 212670@hsesinfo.org + Ms. + F212672 + L212672 + + 212672@hsesinfo.org + Mr. + F212668 + L212668 + + 212668@hsesinfo.org + 555-555-2668 x 5555 + + + 9326 + 1594 + 11581 + 000 + 2014 + 2019-02-01 + + HS + Active + Quintana Baptist Church + + 1594@hsesinfo.org + Edificio Caribe Plaza + 579 Ave Ponce De Leon + San Juan + PR + 00920 + Ave. Paz Granela + Pmb 473 Suite 2 + San Juan + PR + 00927 + Edificio Caribe Plaza + 579 Ave Ponce De Leon + San Juan + PR + 00920 + Mr. + F213819 + L213819 + + Acting Board President + 213819@hsesinfo.org + Mr. + F213820 + L213820 + + Executive Director + 213820@hsesinfo.org + Mrs. + F213822 + L213822 + + 213822@hsesinfo.org + Mrs. + F213818 + L213818 + + 213818@hsesinfo.org + 555-555-3818 + + + 4497 + 835 + 8397 + 200 + 2013 + 2013-11-29 + 2018-11-30 + EHS + Inactive + FAMILY FORUM, INC. + http://www.familyforum.org + 835@hsesinfo.org + 1507 Tower Avenue + Suite 312 + Superior + WI + 54880-5137 + 1507 Tower Avenue + Suite 312 + Superior + WI + 54880-5137 + 1507 Tower Avenue + Suite 312 + Superior + WI + 54880-5137 + Ms. + F42360 + L42360 + + Chairperson + 42360@hsesinfo.org + Mrs. + F42358 + L42358 + + Executive Director + 42358@hsesinfo.org + Ms. + F42361 + L42361 + + 42361@hsesinfo.org + Mrs. + F42356 + L42356 + + 42356@hsesinfo.org + 555-555-2356 + + + 9608 + 2835 + 11791 + 200 + 2011 + 2019-05-01 + + EHS + Active + STARK COUNTY COMMUNITY ACTION AGENCY + www.sccaa.org + 2835@hsesinfo.org + 1366 Market Ave. N. + + Canton + OH + 44714 + 1366 Market Ave. N. + + Canton + OH + 44714 + 1366 Market Ave. N. + + Canton + OH + 44714 + Mr. + F215708 + L215708 + + Board Chair + 215708@hsesinfo.org + Mr. + F215709 + L215709 + + + 215709@hsesinfo.org + Ms. + F215711 + L215711 + + 215711@hsesinfo.org + Ms. + F215707 + L215707 + + 215707@hsesinfo.org + 555-555-5707 + + + 3018 + 813 + 6676 + 000 + 2013 + 2013-07-02 + 2019-02-28 + HS + Inactive + Community Action Commission of Fayette County + www.cacfayettecounty.org + 813@hsesinfo.org + 1400 US RT 22 NW + + Washington Court House + OH + 43160-1402 + 1400 US RT 22 NW + + Washington Court House + OH + 43160-1402 + 1400 US RT 22 NW + + Washington Court House + OH + 43160-1402 + Mrs. + F37693 + L37693 + + Governing Board Chair + 37693@hsesinfo.org + Mrs. + F37695 + L37695 + + Executive Director + 37695@hsesinfo.org + Ms. + F37692 + L37692 + + 37692@hsesinfo.org + Ms. + F37691 + L37691 + + 37691@hsesinfo.org + 555-555-7691 x 5555 + + + 9165 + 505 + 11465 + 000 + 2013 + 2018-11-01 + + HS + Active + WEST CENTRAL MINNESOTA COMMUNITIES ACTION, INC. + www.wcmca.org + 505@hsesinfo.org + 411 Industrial Park Boulevard + + Elbow Lake + MN + 56531-4213 + 411 Industrial Park Boulevard + + Elbow Lake + MN + 56531-4213 + 411 Industrial Park Boulevard + + Elbow Lake + MN + 56531-4213 + Mr. + F212690 + L212690 + + Board Chairperson + 212690@hsesinfo.org + Ms. + F212691 + L212691 + + Chief Executive Officer + 212691@hsesinfo.org + Ms. + F212693 + L212693 + + 212693@hsesinfo.org + Ms. + F212689 + L212689 + + 212689@hsesinfo.org + 555-555-2689 + + + 8519 + 8399 + 10927 + 200 + 2017 + 2017-03-01 + + EHS + Active + The Children's Coalition for Northeast Louisiana, Inc. + www.childrenscoalition.org + 8399@hsesinfo.org + 907 Filhiol Ave + + Monroe + LA + 71203-3645 + 117 Hall St + + Monroe + LA + 71201-7522 + 907 Filhiol Ave + + Monroe + LA + 71203-3645 + Mrs. + F208359 + L208359 + + + 208359@hsesinfo.org + Ms. + F208360 + L208360 + + Executive Director + 208360@hsesinfo.org + Mrs. + F208362 + L208362 + + 208362@hsesinfo.org + Miss + F208358 + L208358 + + 208358@hsesinfo.org + 555-555-8358 + + + 5556 + 5562 + 8055 + 215 + 2014 + 2014-09-11 + + EHS + Active + Head Start Program Municipality of Utuado + + 5562@hsesinfo.org + Edificio Catalina Figuera Bubao Street + + Utuado + PR + 00641 + PO Box 877 + + Utuado + PR + 00641-0877 + Edificio Catalina Figuera Bubao Street + + Utuado + PR + 00641 + Mrs. + F99575 + L99575 + + President + 99575@hsesinfo.org + Mrs. + F99576 + L99576 + + Director + 99576@hsesinfo.org + Ms. + F99578 + L99578 + + 99578@hsesinfo.org + Mrs. + F99574 + L99574 + + 99574@hsesinfo.org + 555-555-9574 x 5555 + + + 6363 + 6331 + 9985 + 200 + + 2015-06-01 + 2020-05-31 + EHS + Inactive + Allegheny County Department of Human Services + http://www.alleghenycounty.us/dhs/ + 6331@hsesinfo.org + 1 Smithfield St Ste 400 + + Pittsburgh + PA + 15222-2221 + 1 Smithfield St Ste 400 + + Pittsburgh + PA + 15222-2221 + 1 Smithfield St Ste 400 + + Pittsburgh + PA + 15222-2221 + Mr. + F200211 + L200211 + + Allegheny County Manager + 200211@hsesinfo.org + Mr. + F200212 + L200212 + + AIU3 Executive Director + 200212@hsesinfo.org + Mrs. + F200214 + L200214 + + 200214@hsesinfo.org + Mrs. + F200210 + L200210 + + 200210@hsesinfo.org + 555-555-0210 + + + 6202 + 6215 + 9876 + 215 + + 2015-01-01 + 2019-11-30 + EHS + Inactive + Salvation Army + www.salvationarmychicago.org + 6215@hsesinfo.org + 845 West 69th Street + + Chicago + IL + 60621-1709 + 845 West 69th Street + + Chicago + IL + 60621-1709 + 845 West 69th Street + + Chicago + IL + 60621-1709 + Mr. + F108956 + L108956 + + Board Chair + 108956@hsesinfo.org + Mr. + F108957 + L108957 + + Executive Director + 108957@hsesinfo.org + Ms. + F108959 + L108959 + + 108959@hsesinfo.org + Mr. + F108955 + L108955 + + 108955@hsesinfo.org + 555-555-8955 + + + 6078 + 6085 + 9816 + 200 + + 2015-03-01 + 2020-08-31 + EHS + Inactive + Child Care Resources Inc. + http://childcareresourcesinc.org + 6085@hsesinfo.org + 4600 Park Road + Suite 400 + Charlotte + NC + 28209-3238 + 4600 Park Road + Suite 400 + Charlotte + NC + 28209-3238 + 4600 Park Road + Suite 400 + Charlotte + NC + 28209-3238 + Mr. + F107506 + L107506 + + Board Chair + 107506@hsesinfo.org + Ms. + F107507 + L107507 + + President + 107507@hsesinfo.org + Ms. + F107509 + L107509 + + 107509@hsesinfo.org + Ms. + F107505 + L107505 + + 107505@hsesinfo.org + 555-555-7505 x 5555 + + + 6894 + 352 + 10384 + 000 + 1991 + 2015-11-01 + 2020-10-31 + HS + Inactive + People Acting in Community Endeavors + http://www.paceinfo.org + 352@hsesinfo.org + 32 Madison St + + New Bedford + MA + 02740-4906 + 32 Madison St + + New Bedford + MA + 02740-4906 + 32 Madison St + + New Bedford + MA + 02740-4906 + Mr. + F203919 + L203919 + + P.A.C.E. Inc. Board President + 203919@hsesinfo.org + Mrs. + F203920 + L203920 + + + 203920@hsesinfo.org + Ms. + F203922 + L203922 + + 203922@hsesinfo.org + Ms. + F203918 + L203918 + + 203918@hsesinfo.org + 555-555-3918 x 5555 + + + 5634 + 4140 + 9454 + 020 + 2014 + 2014-12-01 + + HS + Active + Mary Crane League + www.marycrane.org + 4140@hsesinfo.org + 4006 W Lake St + + Chicago + IL + 60624-1839 + 4006 W Lake St + + Chicago + IL + 60624-1839 + 4006 W Lake St + + Chicago + IL + 60624-1839 + Mr. + F101502 + L101502 + + Board Chair + 101502@hsesinfo.org + Ms. + F101500 + L101500 + + Executive Director + 101500@hsesinfo.org + Ms. + F101499 + L101499 + + 101499@hsesinfo.org + Ms. + F101498 + L101498 + + 101498@hsesinfo.org + 555-555-1498 + + + 6608 + 6626 + 10113 + 000 + + 2015-07-01 + + HS + Active + Lutheran Social Service of the South, Inc. + www.upbring.org + 6626@hsesinfo.org + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + Mr. + F201926 + L201926 + + + 201926@hsesinfo.org + Dr. + F201927 + L201927 + + VP of Education + 201927@hsesinfo.org + Mrs. + F201929 + L201929 + + 201929@hsesinfo.org + Mr. + F201925 + L201925 + + 201925@hsesinfo.org + 555-555-1925 + + + 8754 + 8612 + 11127 + 028 + 2017 + 2017-08-01 + + HS + Active + Municipality of Penuelas + + 8612@hsesinfo.org + 615 Dr. Loyola Street + + Penuelas + PR + 00624-1721 + 615 Dr. Loyola Street + + Penuelas + PR + 00624-1721 + 615 Dr. Loyola Street + + Penuelas + PR + 00624-1721 + Mrs. + F209746 + L209746 + + Board President + 209746@hsesinfo.org + Dra. + F209747 + L209747 + + Grantee Director + 209747@hsesinfo.org + Mrs. + F209749 + L209749 + + 209749@hsesinfo.org + Mrs. + F209745 + L209745 + + 209745@hsesinfo.org + 555-555-9745 + + + 6648 + 2602 + 10095 + 200 + 2011 + 2015-07-01 + + EHS + Active + Cripple Creek/Victor School District Re-1 + www.ccvschools.org + 2602@hsesinfo.org + 412 North C Street + + Cripple Creek + CO + 80813 + PO BOX 897 + + Cripple Creek + CO + 80813-0897 + 412 North C Street + + Cripple Creek + CO + 80813 + Mr. + F202206 + L202206 + + school board president + 202206@hsesinfo.org + Ms. + F202207 + L202207 + + Superintendent + 202207@hsesinfo.org + Mr. + F202209 + L202209 + + 202209@hsesinfo.org + Ms. + F202205 + L202205 + + 202205@hsesinfo.org + 555-555-2205 + + + 8031 + 3863 + 10539 + 001 + + 2016-03-01 + + HS + Active + Holy Cross Head Start, Inc. + http://www.holycrossheadstart.org + 3863@hsesinfo.org + 150 Maryland Street + + Buffalo + NY + 14201-1831 + 150 Maryland Street + + Buffalo + NY + 14201-1831 + 150 Maryland Street + + Buffalo + NY + 14201-1831 + Rev. + F205419 + L205419 + + Board President + 205419@hsesinfo.org + Mr. + F205420 + L205420 + + + 205420@hsesinfo.org + + F205422 + L205422 + + 205422@hsesinfo.org + Mr. + F205418 + L205418 + + 205418@hsesinfo.org + 555-555-5418 x 5555 + + + 5811 + 5817 + 9559 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Alabama Department of Human Resources + http://dhr.alabama.gov/ + 5817@hsesinfo.org + 50 N Ripley St + + Montgomery + AL + 36130-4000 + PO Box 304000 + + Montgomery + AL + 36130-4000 + 50 N Ripley St + + Montgomery + AL + 36130-4000 + Miss + F103836 + L103836 + + Commissioner + 103836@hsesinfo.org + Mrs. + F103837 + L103837 + + Deputy Commissioner for Family Resources + 103837@hsesinfo.org + Ms. + F103839 + L103839 + + 103839@hsesinfo.org + Ms. + F103835 + L103835 + + 103835@hsesinfo.org + 555-555-3835 + + + 9361 + 1081 + 11596 + 000 + 2014 + 2019-02-01 + + HS + Active + Iliff Community Center, Inc. + chrisa@iliffhs.org + 1081@hsesinfo.org + 405 W 2nd Ave + + Iliff + CO + 80736 + PO Box 216 + + Iliff + CO + 80736-0216 + 405 W 2nd Ave + + Iliff + CO + 80736 + Mr. + F214060 + L214060 + + Board Chairperson + 214060@hsesinfo.org + Ms. + F214061 + L214061 + + + 214061@hsesinfo.org + Mr. + F214063 + L214063 + + 214063@hsesinfo.org + Mrs. + F214059 + L214059 + + 214059@hsesinfo.org + 555-555-4059 + + + 4452 + 1500 + 8498 + 200 + 2013 + 2013-11-01 + 2018-10-31 + EHS + Inactive + EASTER SEALS OF NORTH GEORGIA + http://www.northgeorgia.easterseals.com + 1500@hsesinfo.org + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + Mr. + F41567 + L41567 + + Chairperson, Board of Directors + 41567@hsesinfo.org + Ms. + F41568 + L41568 + + + 41568@hsesinfo.org + Ms. + F41570 + L41570 + + 41570@hsesinfo.org + Mr. + F41565 + L41565 + + 41565@hsesinfo.org + 555-555-1565 + + + 3723 + 3424 + 7799 + 013 + + + + HS + Active + Municipality of Orocovis + + 3424@hsesinfo.org + 13 Calle Pedro Arroyo + + Orocovis + PR + 00720-4423 + 13 Calle Pedro Arroyo + PO Box 4423 + Orocovis + PR + 00720-4423 + 13 Calle Pedro Arroyo + + Orocovis + PR + 00720-4423 + Mr. + F29380 + L29380 + + President + 29380@hsesinfo.org + Hon. + F29378 + L29378 + + Mayor + 29378@hsesinfo.org + Ms. + F29377 + L29377 + + 29377@hsesinfo.org + Ms. + F11738 + L11738 + + 11738@hsesinfo.org + 555-555-1738 + + + 4339 + 4339 + 8355 + 000 + 2013 + 2013-09-13 + 2019-06-30 + HS + Inactive + Tri-County Community Action Agency, Inc. + www.gatewaycap.org + 4339@hsesinfo.org + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + Mr. + F39763 + L39763 + + Chariman of the Board of Directors + 39763@hsesinfo.org + Mr. + F39764 + L39764 + + President/CEO + 39764@hsesinfo.org + Ms. + F39766 + L39766 + + 39766@hsesinfo.org + Ms. + F39762 + L39762 + + 39762@hsesinfo.org + 555-555-9762 + + + 8923 + 1994 + 11282 + 000 + 1992 + 2018-07-01 + + HS + Active + Orange County Board of Education + http://www.ocss-va.info/headstart/default.aspx + 1994@hsesinfo.org + 200 Dailey Drive + + Orange + VA + 22960-1864 + 200 Dailey Drive + + Orange + VA + 22960-1864 + 200 Dailey Drive + + Orange + VA + 22960-1864 + Ms. + F210983 + L210983 + + Board Chair + 210983@hsesinfo.org + Dr. + F210984 + L210984 + II + Superintendent + 210984@hsesinfo.org + Mr. + F210986 + L210986 + + 210986@hsesinfo.org + Ms. + F210982 + L210982 + + 210982@hsesinfo.org + 555-555-0982 x 5555 + + + 4539 + 297 + 8516 + 200 + 2003 + 2013-12-23 + 2018-12-31 + EHS + Inactive + LUZERNE COUNTY HEAD START, INC + http://lchs.hsweb.org + 297@hsesinfo.org + 23 Beekman St + + Wilkes Barre + PA + 18702-2109 + 23 Beekman St + + Wilkes Barre + PA + 18702-2109 + 23 Beekman St + + Wilkes Barre + PA + 18702-2109 + Dr. + F43140 + L43140 + + President Board of Directors + 43140@hsesinfo.org + Mrs. + F43138 + L43138 + + Executive Director + 43138@hsesinfo.org + Ms. + F43141 + L43141 + + 43141@hsesinfo.org + Mrs. + F43136 + L43136 + + 43136@hsesinfo.org + 555-555-3136 x 5555 + + + 8637 + 8504 + 6869 + 200 + 2017 + 2017-09-01 + 2019-01-31 + EHS + Inactive + Children's Home Society of Washington + http://www.chs-wa.org + 8504@hsesinfo.org + 12360 Lake City Way NE + Ste 450 + Seattle + WA + 98125-5452 + PO Box 15190 + + Seattle + WA + 98115-0190 + 12360 Lake City Way NE + Ste 450 + Seattle + WA + 98125-5452 + Mr. + F208970 + L208970 + + Chair, Board of Trustees + 208970@hsesinfo.org + Ms. + F208971 + L208971 + + President/CEO + 208971@hsesinfo.org + Ms. + F208973 + L208973 + + 208973@hsesinfo.org + Ms. + F208969 + L208969 + + 208969@hsesinfo.org + 555-555-8969 + + + 5436 + 2250 + 8757 + 000 + 2014 + 2014-09-01 + 2020-08-31 + Migrant HS + Inactive + Chicanos por la Causa, Inc. + http://www.cplc.org + 2250@hsesinfo.org + 1242 E Washington St + Ste 200 + Phoenix + AZ + 85034-1171 + 1242 E Washington St + Ste 200 + Phoenix + AZ + 85034-1171 + 1112 E. Buckeye Rd. + + Phoenix + AZ + 85034-4043 + Mr. + F96981 + L96981 + + CPLC Board of Directors Chair + 96981@hsesinfo.org + Mr. + F96982 + L96982 + + President and Chief Executive Officer (CEO) + 96982@hsesinfo.org + Ms. + F96979 + L96979 + + 96979@hsesinfo.org + Ms. + F96978 + L96978 + + 96978@hsesinfo.org + 555-555-6978 x 5555 + + + 8653 + 3254 + 11040 + 000 + 2012 + 2017-07-01 + + HS + Active + Save the Children, Inc. + + 3254@hsesinfo.org + 306 S Lake Arthur Ave + + Jennings + LA + 70546-6456 + PO Box 758 + + Jennings + LA + 70546-0758 + 306 S Lake Arthur Ave + + Jennings + LA + 70546-6456 + Mr. + F209080 + L209080 + + Governing Board Chair + 209080@hsesinfo.org + Mr. + F209081 + L209081 + + Executive Director + 209081@hsesinfo.org + Mrs. + F209083 + L209083 + + 209083@hsesinfo.org + Mrs. + F209079 + L209079 + + 209079@hsesinfo.org + 555-555-9079 x 5555 + + + 9627 + 8855 + 11040 + 200 + 2019 + 2019-07-01 + + EHS + Active + Save the Children, Inc. + + 8855@hsesinfo.org + 306 S Lake Arthur Ave + + Jennings + LA + 70546-6456 + PO Box 758 + + Jennings + LA + 70546-0758 + 306 S Lake Arthur Ave + + Jennings + LA + 70546-6456 + Mr. + F215837 + L215837 + + Governing Board Chair + 215837@hsesinfo.org + Mr. + F215835 + L215835 + + Executive Director + 215835@hsesinfo.org + Mrs. + F215838 + L215838 + + 215838@hsesinfo.org + Mrs. + F215834 + L215834 + + 215834@hsesinfo.org + 555-555-5834 x 5555 + + + 4939 + 1106 + 8861 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Colusa County Office of Education + http://www.ccoe.net + 1106@hsesinfo.org + 345 5th St + Ste B + Colusa + CA + 95932-2445 + 345 5th St + Ste B + Colusa + CA + 95932-2445 + 345 5th St + Ste B + Colusa + CA + 95932-2445 + Mr. + F48698 + L48698 + + Superintendent of Schools + 48698@hsesinfo.org + Mr. + F48701 + L48701 + + + 48701@hsesinfo.org + Mr. + F48702 + L48702 + + 48702@hsesinfo.org + Mrs. + F48697 + L48697 + + 48697@hsesinfo.org + 555-555-8697 + + + 9652 + 903 + 11820 + 000 + 1992 + 2019-06-01 + + HS + Active + Community Action of Southern Kentucky, Inc. + http://www.casoky.org + 903@hsesinfo.org + 921 Beauty Ave + + Bowling Green + KY + 42101-6135 + 921 Beauty Ave + + Bowling Green + KY + 42101-6135 + 921 Beauty Ave + + Bowling Green + KY + 42101-6135 + Ms. + F215984 + L215984 + + Board Chair + 215984@hsesinfo.org + Dr. + F215985 + L215985 + + CEO/Executive Director + 215985@hsesinfo.org + Ms. + F215987 + L215987 + + 215987@hsesinfo.org + Mrs. + F215983 + L215983 + + 215983@hsesinfo.org + 555-555-5983 x 5555 + + + 5645 + 4356 + 9465 + 031 + 2014 + 2014-12-01 + + HS + Active + The Montessori School of Englewood + www.tmsoe.org + 4356@hsesinfo.org + 6550 S Seeley Ave + Annex Bldg + Chicago + IL + 60636-2500 + 6550 S Seeley Ave + Annex Bldg + Chicago + IL + 60636-2500 + 6550 S Seeley Ave + Annex Bldg + Chicago + IL + 60636-2500 + + F101608 + L101608 + + Board President + 101608@hsesinfo.org + + F101609 + L101609 + + Executive Director + 101609@hsesinfo.org + + F101611 + L101611 + + 101611@hsesinfo.org + + F101615 + L101615 + + 101615@hsesinfo.org + 555-555-1615 + + + 9653 + 6361 + 11820 + 200 + + 2019-06-01 + + EHS + Active + Community Action of Southern Kentucky, Inc. + http://www.casoky.org + 6361@hsesinfo.org + 921 Beauty Ave + + Bowling Green + KY + 42101-6135 + 921 Beauty Ave + + Bowling Green + KY + 42101-6135 + 921 Beauty Ave + + Bowling Green + KY + 42101-6135 + Ms. + F215991 + L215991 + + + 215991@hsesinfo.org + Dr. + F215992 + L215992 + + + 215992@hsesinfo.org + Ms. + F215994 + L215994 + + 215994@hsesinfo.org + Mrs. + F215990 + L215990 + + 215990@hsesinfo.org + 555-555-5990 x 5555 + + + 7062 + 2142 + 10508 + 000 + 2004 + 2016-01-01 + + HS + Active + Head Start of Northern Fairfield County + www.ct-institute.org + 2142@hsesinfo.org + 120 Main St Fl 4 + + Danbury + CT + 06810-7834 + 120 Main St Fl 4 + + Danbury + CT + 06810-7834 + 120 Main St Fl 4 + + Danbury + CT + 06810-7834 + Dr. + F205102 + L205102 + Ph.D + Board Chair + 205102@hsesinfo.org + Mr. + F205103 + L205103 + Esq. + President/Chief Executive Officer + 205103@hsesinfo.org + Ms. + F205105 + L205105 + + 205105@hsesinfo.org + Mrs. + F205101 + L205101 + + 205101@hsesinfo.org + 555-555-5101 x 5555 + + + 8085 + 8026 + 8658 + 204 + 2016 + 2017-02-01 + 2019-06-30 + EHS + Inactive + The Children's Aid Society + http://www.childrensaidsociety.org + 8026@hsesinfo.org + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + Ms. + F205784 + L205784 + + + 205784@hsesinfo.org + Ms. + F205785 + L205785 + + + 205785@hsesinfo.org + Ms. + F205787 + L205787 + + 205787@hsesinfo.org + Ms. + F205783 + L205783 + + 205783@hsesinfo.org + 555-555-5783 + + + 6791 + 2346 + 10269 + 000 + 1992 + 2015-09-01 + + HS + Active + Madison County Cooperative Extension + http://madisoncountycce.org/head-start + 2346@hsesinfo.org + 1000 Eaton Street + + Morrisville + NY + 13408 + 1000 Eaton Street + + Morrisville + NY + 13408 + 1000 Eaton Street + + Morrisville + NY + 13408 + Mr. + F203212 + L203212 + + President, Board of Directors + 203212@hsesinfo.org + Ms. + F203213 + L203213 + + + 203213@hsesinfo.org + Ms. + F203215 + L203215 + + 203215@hsesinfo.org + Ms. + F203211 + L203211 + + 203211@hsesinfo.org + 555-555-3211 x 5555 + + + 4734 + 3964 + 8716 + 062 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Lutheran Social Services of NY Early Life + www.lssny.org + 3964@hsesinfo.org + 475 Riverside Dr + Ste 1244 + New York + NY + 10115-0046 + 475 Riverside Dr + Ste 1244 + New York + NY + 10115-0046 + 475 Riverside Dr + Ste 1244 + New York + NY + 10115-0046 + Mr. + F45889 + L45889 + + CEO/President + 45889@hsesinfo.org + Ms. + F45887 + L45887 + + Executive Director + 45887@hsesinfo.org + Ms. + F45886 + L45886 + + 45886@hsesinfo.org + Ms. + F45885 + L45885 + + 45885@hsesinfo.org + 555-555-5885 + + + 7059 + 274 + 10507 + 000 + 1989 + 2016-01-01 + + HS + Active + Triumph, Inc. + http://www.triumphinc.org + 274@hsesinfo.org + 100 Hon Gordon M Owen Riverway + + Taunton + MA + 02780-2720 + 100 Hon Gordon M Owen Riverway + + Taunton + MA + 02780-2720 + 100 Hon Gordon M Owen Riverway + + Taunton + MA + 02780-2720 + Ms. + F205081 + L205081 + + President + 205081@hsesinfo.org + Ms. + F205082 + L205082 + + + 205082@hsesinfo.org + Mr. + F205084 + L205084 + + 205084@hsesinfo.org + Ms. + F205080 + L205080 + + 205080@hsesinfo.org + 555-555-5080 + + + 5617 + 4110 + 9437 + 003 + 2014 + 2014-12-01 + + HS + Active + Chicago Youth Centers + http://www.chicagoyouthcenters.org + 4110@hsesinfo.org + 218 S Wabash Suite 600 + + Chicago + IL + 60604 + 218 S Wabash Suite 600 + + Chicago + IL + 60604 + 218 S Wabash Suite 600 + + Chicago + IL + 60604 + Mr. + F101335 + L101335 + + Board Chair + 101335@hsesinfo.org + Ms. + F101333 + L101333 + + President/CEO + 101333@hsesinfo.org + Ms. + F101332 + L101332 + + 101332@hsesinfo.org + Ms. + F101330 + L101330 + + 101330@hsesinfo.org + 555-555-1330 x 5555 + + + 9363 + 255 + 11605 + 000 + 2014 + 2019-02-01 + + HS + Active + COMMUNITIES UNITED, INC + http://www.communitiesunitedinc.org + 255@hsesinfo.org + 108 Water St + Unit 2D + Watertown + MA + 02472-4698 + 108 Water St + Unit 2D + Watertown + MA + 02472-4698 + 108 Water St + Unit 2D + Watertown + MA + 02472-4698 + Mr. + F214074 + L214074 + + Chairman, Board of Directors + 214074@hsesinfo.org + Ms. + F214075 + L214075 + + Executive Director + 214075@hsesinfo.org + Ms. + F214077 + L214077 + + 214077@hsesinfo.org + Ms. + F214073 + L214073 + + 214073@hsesinfo.org + 555-555-4073 x 5555 + + + 5220 + 5226 + 9049 + 200 + 2014 + 2014-07-01 + 2019-02-28 + EHS + Inactive + Community Action Partnership of North Alabama, Inc. + www.capna.org + 5226@hsesinfo.org + 1909 Central Parkway SW + + Decatur + AL + 35601-6822 + 1909 Central Parkway SW + + Decatur + AL + 35601-6822 + 1909 Central Parkway SW + + Decatur + AL + 35601-6822 + Mr. + F52386 + L52386 + + Board Chair + 52386@hsesinfo.org + Mr. + F52387 + L52387 + + CEO + 52387@hsesinfo.org + Ms. + F52389 + L52389 + + 52389@hsesinfo.org + Ms. + F52385 + L52385 + + 52385@hsesinfo.org + 555-555-2385 + + + 10580 + 6225 + 12559 + 200 + + 2019-09-01 + + AIAN EHS + Active + Cook Inlet Tribal Council Clare Swan Early Learning Center + 800 Northway Drive + 6225@hsesinfo.org + 3600 San Jeronimo Drive + + Anchorage + AK + 99508-2869 + 3600 San Jeronimo Drive + + Anchorage + AK + 99508-2869 + 3600 San Jeronimo Drive + + Anchorage + AK + 99508-2869 + Mr. + F222398 + L222398 + + EHS/CC Board Chair + 222398@hsesinfo.org + Ms. + F222399 + L222399 + + President/CEO + 222399@hsesinfo.org + Ms. + F222401 + L222401 + + 222401@hsesinfo.org + Ms. + F222397 + L222397 + + 222397@hsesinfo.org + 555-555-2397 + + + 9167 + 3133 + 11469 + 000 + 2013 + 2018-11-01 + + HS + Active + Kalamazoo Regional Educational Service Agency + www.kresa.org + 3133@hsesinfo.org + 422 E South St + + Kalamazoo + MI + 49007-5809 + 422 E South St + + Kalamazoo + MI + 49007-5809 + 422 E South St + + Kalamazoo + MI + 49007-5809 + Mr. + F212705 + L212705 + + Board President + 212705@hsesinfo.org + Mr. + F212706 + L212706 + + Superintendent + 212706@hsesinfo.org + Mrs. + F212708 + L212708 + + 212708@hsesinfo.org + Ms. + F212704 + L212704 + + 212704@hsesinfo.org + 555-555-2704 + + + 9335 + 6910 + 11583 + 200 + + 2019-02-01 + + EHS + Active + Yeshivath Kehilath Yakov, Inc. + + 6910@hsesinfo.org + 638 Bedford Avenue + + Brooklyn + NY + 11249-8007 + 638 Bedford Avenue + + Brooklyn + NY + 11249-8007 + 638 Bedford Avenue + + Brooklyn + NY + 11249-8007 + Mr. + F213882 + L213882 + + Board Chair + 213882@hsesinfo.org + Mr. + F213883 + L213883 + + Director + 213883@hsesinfo.org + Mrs. + F213885 + L213885 + + 213885@hsesinfo.org + Mr. + F213881 + L213881 + + 213881@hsesinfo.org + 555-555-3881 x 5555 + + + 10962 + 3220 + 12920 + 200 + 2015 + 2020-01-01 + + EHS + Active + Easter Seals of Southern California, Inc. + + 3220@hsesinfo.org + 1063 McGaw Ave + + Irvine + CA + 92614-5505 + 4688 Ontario Mills Pkwy + + Ontario + CA + 91764-5104 + 1063 McGaw Ave + + Irvine + CA + 92614-5505 + Mr. + F225033 + L225033 + + Board Chair + 225033@hsesinfo.org + Mr. + F225034 + L225034 + + + 225034@hsesinfo.org + Ms. + F225036 + L225036 + + 225036@hsesinfo.org + Mrs. + F225032 + L225032 + + 225032@hsesinfo.org + 555-555-5032 + + + 11429 + 3171 + 13273 + 000 + 1992 + 2020-07-01 + + HS + Active + Central Nebraska Community Action Partnership + http://www.centralnebraskacap.com + 3171@hsesinfo.org + 626 N St + + Loup City + NE + 68853-8110 + PO Box 509 + + Loup City + NE + 68853-0509 + 626 N St + + Loup City + NE + 68853-8110 + Mr. + F228043 + L228043 + + Board Chair + 228043@hsesinfo.org + Mrs. + F228044 + L228044 + + Executive Director + 228044@hsesinfo.org + Mr. + F228046 + L228046 + + 228046@hsesinfo.org + Mrs. + F228042 + L228042 + + 228042@hsesinfo.org + 555-555-8042 x 5555 + + + 11430 + 1405 + 13273 + 200 + 2000 + 2020-07-01 + + EHS + Active + Central Nebraska Community Action Partnership + http://www.centralnebraskacap.com + 1405@hsesinfo.org + 626 N St + + Loup City + NE + 68853-8110 + PO Box 509 + + Loup City + NE + 68853-0509 + 626 N St + + Loup City + NE + 68853-8110 + Mr. + F228050 + L228050 + + Board Chair + 228050@hsesinfo.org + Mrs. + F228051 + L228051 + + Executive Director + 228051@hsesinfo.org + Mr. + F228053 + L228053 + + 228053@hsesinfo.org + Mrs. + F228049 + L228049 + + 228049@hsesinfo.org + 555-555-8049 x 5555 + + + 9169 + 2177 + 11470 + 200 + 2000 + 2018-11-01 + + EHS + Active + Pace Community Action Agency, Inc. + http://www.pacecaa.org + 2177@hsesinfo.org + 525 North 4th Street + + Vincennes + IN + 47591-0687 + 525 North 4th Street + + Vincennes + IN + 47591-0687 + 525 North 4th Street + + Vincennes + IN + 47591-0687 + Mr. + F212719 + L212719 + + + 212719@hsesinfo.org + Dr. + F212720 + L212720 + + + 212720@hsesinfo.org + Ms. + F212722 + L212722 + + 212722@hsesinfo.org + Ms. + F212718 + L212718 + + 212718@hsesinfo.org + 555-555-2718 + + + 8743 + 8601 + 11116 + 019 + 2017 + 2017-08-01 + + HS + Active + Municipality of Dorado + + 8601@hsesinfo.org + 341 Calle Mendez Vigo + + Dorado + PR + 00646-4912 + 341 Calle Mendez Vigo + + Dorado + PR + 00646-4912 + 341 Calle Mendez Vigo + + Dorado + PR + 00646-4912 + Mr. + F209680 + L209680 + + Chairman of the Board + 209680@hsesinfo.org + Mr. + F209681 + L209681 + + Mayor + 209681@hsesinfo.org + Mrs. + F209683 + L209683 + + 209683@hsesinfo.org + Mrs. + F209679 + L209679 + + 209679@hsesinfo.org + 555-555-9679 x 5555 + + + 10574 + 6036 + 12562 + 200 + + 2019-09-01 + + EHS + Active + Child Care Resource & Referral + http://childcarehelp.com + 6036@hsesinfo.org + 1 Dearborn Sq + Ste 600 + Kankakee + IL + 60901-3937 + 1 Dearborn Sq + Ste 600 + Kankakee + IL + 60901-3937 + 1 Dearborn Sq + Ste 600 + Kankakee + IL + 60901-3937 + Ms. + F222356 + L222356 + + President Board of Directors + 222356@hsesinfo.org + Ms. + F222357 + L222357 + + Executive Director + 222357@hsesinfo.org + Mr. + F222359 + L222359 + + 222359@hsesinfo.org + Ms. + F222355 + L222355 + + 222355@hsesinfo.org + 555-555-2355 + + + 8960 + 8674 + 11304 + 229 + 2017 + 2017-08-01 + + EHS + Active + Municipality of Yabucoa + + 8674@hsesinfo.org + 3 PR Km 93.7 + Bo Juan Martin + Yabucoa + PR + 00767 + 3 Calle Catalina Morales + Apartado 97 + Yabucoa + PR + 00767-0097 + 3 PR Km 93.7 + Bo Juan Martin + Yabucoa + PR + 00767 + Miss + F211878 + L211878 + + Presidenta Junta de Gobierno + 211878@hsesinfo.org + Dra. + F211879 + L211879 + + Directora Programa Head Start/Early Head Start + 211879@hsesinfo.org + Miss + F211881 + L211881 + + 211881@hsesinfo.org + Miss + F211277 + L211277 + + 211277@hsesinfo.org + 555-555-1277 + + + 10575 + 6068 + 12564 + 200 + + 2019-09-01 + + EHS + Active + Mahube-Otwa Community Action Partnership, Inc. + http://www.mahube.org + 6068@hsesinfo.org + 1125 W River Rd + + Detroit Lakes + MN + 56501-2722 + PO Box 747 + + Detroit Lakes + MN + 56502-0747 + 1125 W River Rd + + Detroit Lakes + MN + 56501-2722 + Mr. + F222363 + L222363 + + Board Chairperson + 222363@hsesinfo.org + Ms. + F222364 + L222364 + + Executive Director + 222364@hsesinfo.org + Mrs. + F222366 + L222366 + + 222366@hsesinfo.org + Ms. + F222362 + L222362 + + 222362@hsesinfo.org + 555-555-2362 + + + 5317 + 630 + 9147 + 000 + 2014 + 2014-08-01 + 2020-07-31 + HS + Inactive + Alachua County School District + http://www.sbac.edu + 630@hsesinfo.org + 3600 NE 15th St + Fearnside Family Services Center + Gainesville + FL + 32609-2484 + Alachua County Public Schools + 620 E. University Avenue + Gainesville + FL + 32601-2484 + Alachua County Public Schools + 620 E. University Avenue + Gainesville + FL + 32601-2484 + Mrs. + F54120 + L54120 + + Board Chairperson + 54120@hsesinfo.org + Mrs. + F54119 + L54119 + + Superintendent + 54119@hsesinfo.org + Mrs. + F54122 + L54122 + + 54122@hsesinfo.org + Mrs. + F54118 + L54118 + + 54118@hsesinfo.org + 555-555-4118 + + + 10576 + 6041 + 12561 + 200 + + 2019-09-01 + + EHS + Active + Community Action Commission of Fayette County, Inc. + www.cacfayettecounty.org + 6041@hsesinfo.org + 1400 US Route 22 NW + + Washington Court House + OH + 43160-8604 + 1400 US Route 22 NW + + Washington Court House + OH + 43160-8604 + 1400 US Route 22 NW + + Washington Court House + OH + 43160-8604 + Mrs. + F222370 + L222370 + + Board Chair + 222370@hsesinfo.org + Mrs. + F222371 + L222371 + + Executive Director + 222371@hsesinfo.org + Ms. + F222373 + L222373 + + 222373@hsesinfo.org + Mrs. + F222369 + L222369 + + 222369@hsesinfo.org + 555-555-2369 x 5555 + + + 9174 + 389 + 11471 + 200 + 2013 + 2018-11-01 + + EHS + Active + Wayne Action Group for Economic Solvency, Inc + http://www.wagesnc.org + 389@hsesinfo.org + 601 Royall Avenue + + Goldsboro + NC + 27534-2570 + 601 Royall Avenue + + Goldsboro + NC + 27534-2570 + 601 Royall Avenue + + Goldsboro + NC + 27534-2570 + Mrs. + F212754 + L212754 + + Board Chair + 212754@hsesinfo.org + Ms. + F212755 + L212755 + + Executive Director + 212755@hsesinfo.org + Mrs. + F212757 + L212757 + + 212757@hsesinfo.org + Mrs. + F212753 + L212753 + + 212753@hsesinfo.org + 555-555-2753 + + + 6735 + 2042 + 10196 + 000 + 1992 + 2015-08-01 + 2020-07-31 + HS + Inactive + Kno Ho Co Ashland Community Action Commission + http://www.knohoco.org + 2042@hsesinfo.org + 120 N 4th St + + Coshocton + OH + 43812-1504 + 120 N 4th St + + Coshocton + OH + 43812-1504 + 120 N 4th St + + Coshocton + OH + 43812-1504 + Mr. + F202816 + L202816 + + Board Chairman + 202816@hsesinfo.org + Mr. + F202817 + L202817 + + President + 202817@hsesinfo.org + Ms. + F202819 + L202819 + + 202819@hsesinfo.org + Ms. + F202815 + L202815 + + 202815@hsesinfo.org + 555-555-2815 x 5555 + + + 8396 + 2637 + 10813 + 200 + 2011 + 2017-01-01 + + EHS + Active + MACON BIBB COUNTY ECONOMIC + www.maconbibbeoc.com + 2637@hsesinfo.org + 1680 Broadway + Ste B + Macon + GA + 31201-3081 + 1680 Broadway + Ste B + Macon + GA + 31201-3081 + 1680 Broadway + Ste B + Macon + GA + 31201-3081 + Dr. + F207965 + L207965 + + + 207965@hsesinfo.org + Ms. + F207966 + L207966 + + + 207966@hsesinfo.org + + F207968 + L207968 + + 207968@hsesinfo.org + Ms. + F207964 + L207964 + + 207964@hsesinfo.org + 555-555-7964 + + + 9287 + 4573 + 11544 + 200 + 2013 + 2019-01-01 + + EHS + Active + Volunteers of America of Los Angeles + voala.org + 4573@hsesinfo.org + 3600 Wilshire Blvd., Suite 1500 + + Los Angeles + CA + 90010-2619 + 3600 Wilshire Blvd., Suite 1500 + + Los Angeles + CA + 90010-2619 + 3600 Wilshire Blvd., Suite 1500 + + Los Angeles + CA + 90010-2619 + Mr. + F213554 + L213554 + + Executive Committee Chair + 213554@hsesinfo.org + Mr. + F213555 + L213555 + + Chief Executive Officer + 213555@hsesinfo.org + Mr. + F213557 + L213557 + + 213557@hsesinfo.org + Mr. + F213553 + L213553 + + 213553@hsesinfo.org + 555-555-3553 + + + 8878 + 2275 + 11244 + 000 + 2013 + 2018-07-01 + + HS + Active + Head Start, Inc. + www.explorershs.org + 2275@hsesinfo.org + 615 North 19th Street + + Billings + MT + 59101-1426 + 615 North 19th Street + + Billings + MT + 59101-1426 + 615 North 19th Street + + Billings + MT + 59101-1426 + Mrs. + F210668 + L210668 + + Board Chair + 210668@hsesinfo.org + Mrs. + F210669 + L210669 + + Interim Executive Director + 210669@hsesinfo.org + Ms. + F210671 + L210671 + + 210671@hsesinfo.org + Mrs. + F210667 + L210667 + + 210667@hsesinfo.org + 555-555-0667 x 5555 + + + 3040 + 3383 + 6689 + 000 + 2013 + 2013-07-02 + 2019-01-31 + HS + Inactive + Parent Child Incorporated + www.parentchildinc.com + 3383@hsesinfo.org + 7815 Mainland Dr + + San Antonio + TX + 78250-5150 + 7815 Mainland Dr + + San Antonio + TX + 78250-5150 + 7815 Mainland Dr + + San Antonio + TX + 78250-5150 + Mr. + F38505 + L38505 + + Board Chair + 38505@hsesinfo.org + Dr. + F38503 + L38503 + + Chief Executive Officer/HS-EHS Director + 38503@hsesinfo.org + Ms. + F38502 + L38502 + + 38502@hsesinfo.org + Dr. + F36353 + L36353 + + 36353@hsesinfo.org + 555-555-6353 + + + 4778 + 1724 + 8575 + 200 + 2014 + 2014-04-01 + 2019-03-31 + EHS + Inactive + Community Services for Children, Inc. + http://www.cscinc.org + 1724@hsesinfo.org + 1520 Hanover Avenue + + Allentown + PA + 18109-2360 + 1520 Hanover Avenue + + Allentown + PA + 18109-2360 + 1520 Hanover Avenue + + Allentown + PA + 18109-2360 + Mr. + F46519 + L46519 + + Board Chair + 46519@hsesinfo.org + Mrs. + F46517 + L46517 + + CEO/President + 46517@hsesinfo.org + Ms. + F46521 + L46521 + + 46521@hsesinfo.org + Mrs. + F46516 + L46516 + + 46516@hsesinfo.org + 555-555-6516 x 5555 + + + 4807 + 2478 + 8618 + 200 + 2007 + 2014-05-01 + 2019-04-30 + EHS + Inactive + CAREY SERVICES, INC. + http:/www.careyservices.com + 2478@hsesinfo.org + 2724 SOUTH CAREY STREET + + MARION + IN + 46953 + 2724 SOUTH CAREY STREET + + MARION + IN + 46953 + 2724 SOUTH CAREY STREET + + MARION + IN + 46953 + Ms. + F46897 + L46897 + + Chairperson + 46897@hsesinfo.org + Mr. + F46896 + L46896 + + President/CEO + 46896@hsesinfo.org + Mrs. + F46894 + L46894 + + 46894@hsesinfo.org + Mrs. + F46893 + L46893 + + 46893@hsesinfo.org + 555-555-6893 x 5555 + + + 5162 + 2031 + 8998 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Cleveland County School District + ccsdheadstart.org + 2031@hsesinfo.org + 700 Main St + + Rison + AR + 71665-9563 + PO Box 600 + + Rison + AR + 71665-0600 + 700 Main St + 100 2nd St + Rison + AR + 71665-9563 + Mr. + F52187 + L52187 + + School Board President + 52187@hsesinfo.org + Mr. + F52188 + L52188 + + Superintendent + 52188@hsesinfo.org + Mrs. + F52189 + L52189 + + 52189@hsesinfo.org + Mrs. + F52185 + L52185 + + 52185@hsesinfo.org + 555-555-2185 + + + 5552 + 5558 + 7799 + 213 + 2014 + 2014-09-11 + + EHS + Active + Municipality of Orocovis + + 5558@hsesinfo.org + 13 Calle Pedro Arroyo + + Orocovis + PR + 00720-4423 + PO Box 2106 + + Orocovis + PR + 00720-2106 + 13 Calle Pedro Arroyo + + Orocovis + PR + 00720-4423 + Mr. + F99543 + L99543 + + President + 99543@hsesinfo.org + Hon. + F99544 + L99544 + + Mayor + 99544@hsesinfo.org + Ms. + F99546 + L99546 + + 99546@hsesinfo.org + Ms. + F99542 + L99542 + + 99542@hsesinfo.org + 555-555-9542 + + + 9364 + 256 + 11605 + 200 + 2014 + 2019-02-01 + + EHS + Active + COMMUNITIES UNITED, INC + http://www.communitiesunitedinc.org + 256@hsesinfo.org + 108 Water St + Ste 2D + Watertown + MA + 02472-4698 + 108 Water St + Ste 2D + Watertown + MA + 02472-4698 + 108 Water St + Ste 2D + Watertown + MA + 02472-4698 + Mr. + F214081 + L214081 + + Chairman, Board of Directors + 214081@hsesinfo.org + Ms. + F214082 + L214082 + + Executive Director + 214082@hsesinfo.org + Ms. + F214084 + L214084 + + 214084@hsesinfo.org + Ms. + F214080 + L214080 + + 214080@hsesinfo.org + 555-555-4080 x 5555 + + + 4994 + 2119 + 8894 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Orange County Head Start + http://www.ochsinc.org + 2119@hsesinfo.org + 2501 South Pullman Street + Suite 100 + Santa Ana + CA + 92705-5511 + 2501 South Pullman Street + Suite 100 + Santa Ana + CA + 92705-5511 + 2501 South Pullman Street + Suite 100 + Santa Ana + CA + 92705-5511 + Ms. + F49448 + L49448 + + Board Chair + 49448@hsesinfo.org + Ms. + F49451 + L49451 + + Executive Director + 49451@hsesinfo.org + Ms. + F49449 + L49449 + + 49449@hsesinfo.org + Ms. + F49447 + L49447 + + 49447@hsesinfo.org + 555-555-9447 + + + 9501 + 1919 + 11725 + 000 + 2014 + 2019-04-01 + + HS + Active + Ashtabula County Community Action Agency + http://www.accaa.org + 1919@hsesinfo.org + 4510 Main Ave + + Ashtabula + OH + 44004-6925 + PO Box 2610 + + Ashtabula + OH + 44005-2610 + 6920 Austinburg Rd + + Ashtabula + OH + 44004-9393 + Mr. + F215004 + L215004 + + Chairperson + 215004@hsesinfo.org + Mrs. + F215005 + L215005 + + Executive Director + 215005@hsesinfo.org + Ms. + F215007 + L215007 + + 215007@hsesinfo.org + Mrs. + F215003 + L215003 + + 215003@hsesinfo.org + 555-555-5003 + + + 9502 + 2831 + 11725 + 200 + 2011 + 2019-04-01 + + EHS + Active + ACCAA - Early Head Start + http://www.ashtabulaheadstart.org + 2831@hsesinfo.org + 4510 Main Ave + + Ashtabula + OH + 44004-6925 + PO Box 2610 + + Ashtabula + OH + 44005-2610 + 6920 Austinburg Rd + + Ashtabula + OH + 44004-9393 + Mr. + F215011 + L215011 + + Chairperson + 215011@hsesinfo.org + Mrs. + F215012 + L215012 + + Executive Director + 215012@hsesinfo.org + Ms. + F215014 + L215014 + + 215014@hsesinfo.org + Mrs. + F215010 + L215010 + + 215010@hsesinfo.org + 555-555-5010 + + + 5633 + 4134 + 9453 + 019 + 2014 + 2014-12-01 + + HS + Active + Northwestern University Settlement House + northwesternsettlement.org + 4134@hsesinfo.org + 1400 West Augusta Boulevard + + Chicago + IL + 60642-3939 + 1400 West Augusta Boulevard + + Chicago + IL + 60642-3939 + 1400 West Augusta Boulevard + + Chicago + IL + 60642-3939 + Mr. + F101495 + L101495 + + Director of the Board + 101495@hsesinfo.org + Ms. + F101493 + L101493 + + Director of Group Services + 101493@hsesinfo.org + Ms. + F101492 + L101492 + + 101492@hsesinfo.org + Ms. + F101491 + L101491 + + 101491@hsesinfo.org + 555-555-1491 x 5555 + + + 8249 + 1950 + 10645 + 000 + 1992 + 2016-07-01 + + HS + Active + Rock-Walworth Comprehensive Family Services, Inc. + http://www.rwcfs.org + 1950@hsesinfo.org + 1221 Henry Avenue + + Beloit + WI + 53511-3636 + 1221 Henry Avenue + + Beloit + WI + 53511-3636 + 1221 Henry Avenue + + Beloit + WI + 53511-3636 + Mr. + F206858 + L206858 + + Board Chair + 206858@hsesinfo.org + Ms. + F206859 + L206859 + + Executive Director + 206859@hsesinfo.org + Ms. + F206861 + L206861 + + 206861@hsesinfo.org + Ms. + F206857 + L206857 + + 206857@hsesinfo.org + 555-555-6857 x 5555 + + + 8250 + 1428 + 10645 + 200 + 2001 + 2016-07-01 + + EHS + Active + Rock/Walworth Comprehensive Family Services, Inc. + http://www.rwcfs.org + 1428@hsesinfo.org + 1221 Henry Avenue + + Beloit + WI + 53511-3636 + 1221 Henry Avenue + + Beloit + WI + 53511-3636 + 1221 Henry Avenue + + Beloit + WI + 53511-3636 + Mr. + F206865 + L206865 + + Board Chair + 206865@hsesinfo.org + Ms. + F206866 + L206866 + + Executive Director + 206866@hsesinfo.org + Ms. + F206868 + L206868 + + 206868@hsesinfo.org + Ms. + F206864 + L206864 + + 206864@hsesinfo.org + 555-555-6864 x 5555 + + + 8301 + 1340 + 10670 + 000 + 1991 + 2016-07-01 + + HS + Active + West Texas Opportunities + http://www.gowto.org + 1340@hsesinfo.org + 603 N 4th ST + + Lamesa + TX + 79331 + PO Box 1308 + + Lamesa + TX + 79331 + 603 N 4th ST + + Lamesa + TX + 79331 + Mr. + F207247 + L207247 + + Board President + 207247@hsesinfo.org + Ms. + F207248 + L207248 + + Executive Director + 207248@hsesinfo.org + Ms. + F207250 + L207250 + + 207250@hsesinfo.org + Ms. + F207246 + L207246 + + 207246@hsesinfo.org + 555-555-7246 + + + 7029 + 2594 + 10473 + 200 + 2011 + 2016-01-01 + + EHS + Active + DELTA AREA ECONOMIC OPPORTUNITY CORPORATION + www.daeoc.com + 2594@hsesinfo.org + 99 Skyview Rd + + Portageville + MO + 63873-9180 + 99 Skyview Rd + + Portageville + MO + 63873-9180 + 99 Skyview Rd + + Portageville + MO + 63873-9180 + Mr. + F204869 + L204869 + + Board Chairperson + 204869@hsesinfo.org + Mr. + F204870 + L204870 + + + 204870@hsesinfo.org + Mr. + F204872 + L204872 + + 204872@hsesinfo.org + Mrs. + F204868 + L204868 + + 204868@hsesinfo.org + 555-555-4868 x 5555 + + + 6478 + 2011 + 10132 + 200 + 2002 + 2015-07-01 + + EHS + Active + Maternity Care Coalition + http://www.maternitycarecoalition.org + 2011@hsesinfo.org + 2000 Hamilton St + Ste 205 + Philadelphia + PA + 19130-3848 + 2000 Hamilton St + Ste 205 + Philadelphia + PA + 19130-3848 + 2000 Hamilton St + Ste 205 + Philadelphia + PA + 19130-3848 + Ms. + F201016 + L201016 + + President, Board of Directors + 201016@hsesinfo.org + Ms. + F201017 + L201017 + + Chief Executive Officer + 201017@hsesinfo.org + Mr. + F201019 + L201019 + + 201019@hsesinfo.org + Ms. + F201015 + L201015 + + 201015@hsesinfo.org + 555-555-1015 + + + 10969 + 1139 + 12924 + 000 + 1994 + 2020-01-01 + + AIAN HS + Active + REDDING RANCHERIA INDIAN HEALTH SERVICES + http://www.redding-rancheria.com + 1139@hsesinfo.org + 1950 Redding Rancheria Road + + Redding + CA + 96001-5525 + 1950 Redding Rancheria Road + + Redding + CA + 96001-5525 + 1950 Redding Rancheria Road + + Redding + CA + 96001-5525 + Mr. + F225083 + L225083 + Jr. + Tribal Chair + 225083@hsesinfo.org + Ms. + F225084 + L225084 + + CEO Redding Rancheria + 225084@hsesinfo.org + Mr. + F225086 + L225086 + + 225086@hsesinfo.org + Ms. + F225082 + L225082 + + 225082@hsesinfo.org + 555-555-5082 + + + 6977 + 6996 + 10440 + 000 + + 2015-11-16 + 2018-12-31 + HS + Inactive + CDI HS/Mid Region Mississippi MS + www.cdiheadstart.org + 6996@hsesinfo.org + 420 N Applegate St + + Winona + MS + 38967-1827 + PO Box 27 + + Winona + MS + 38967-0027 + 420 N Applegate St + + Winona + MS + 38967-1827 + Mr. + F204505 + L204505 + + Chief Executive Officer + 204505@hsesinfo.org + Ms. + F204506 + L204506 + + Executive Director + 204506@hsesinfo.org + + F204508 + L204508 + + 204508@hsesinfo.org + Ms. + F204504 + L204504 + + 204504@hsesinfo.org + 555-555-4504 + + + 11242 + 2205 + 13142 + 200 + 2007 + 2020-05-01 + + EHS + Active + Kenosha Achievement Center, Inc. + http://www.thekac.com + 2205@hsesinfo.org + 7405 30th Ave + + Kenosha + WI + 53142-4403 + 1218 79th Street + + Kenosha + WI + 53143-6111 + 1218 79th Street + + Kenosha + WI + 53143-6111 + Mr. + F226840 + L226840 + + Board President + 226840@hsesinfo.org + Ms. + F226841 + L226841 + + + 226841@hsesinfo.org + Ms. + F226843 + L226843 + + 226843@hsesinfo.org + Ms. + F226839 + L226839 + + 226839@hsesinfo.org + 555-555-6839 + + + 11243 + 2406 + 13141 + 000 + 2014 + 2020-04-01 + + AIAN HS + Active + LAC COURTE OREILLES TRIBAL + None + 2406@hsesinfo.org + 13394 West Trepania Road + 13394 West Trepania Road + Hayward + WI + 54843-2186 + 13394 West Trepania Road + 13394 West Trepania Road + Hayward + WI + 54843-2186 + 13394 West Trepania Road + 13394 West Trepania Road + Hayward + WI + 54843-2186 + Mr. + F226847 + L226847 + N/A + Tribal Governing Board Chairman + 226847@hsesinfo.org + Ms. + F226848 + L226848 + N/A + Executive Director + 226848@hsesinfo.org + Mrs. + F226850 + L226850 + N/A + 226850@hsesinfo.org + Mrs. + F226846 + L226846 + N/A + 226846@hsesinfo.org + 555-555-6846 x 5555 + + + 6866 + 6884 + 9468 + 034 + + 2015-04-01 + + HS + Active + Chicago Child Care Society + www.cccsociety.org + 6884@hsesinfo.org + 5467 S University Ave + + Chicago + IL + 60615-5114 + 5467 S University Ave + + Chicago + IL + 60615-5114 + 5467 S University Ave + + Chicago + IL + 60615-5114 + + F203737 + L203737 + + Board Chair + 203737@hsesinfo.org + + F203738 + L203738 + + Executive Director + 203738@hsesinfo.org + + F203740 + L203740 + + 203740@hsesinfo.org + + F203736 + L203736 + + 203736@hsesinfo.org + 555-555-3736 + + + 5333 + 1113 + 9051 + 000 + 2014 + 2014-08-01 + 2019-07-31 + HS + Inactive + CNMI Public School System + cnmipss.org + 1113@hsesinfo.org + 1256 Pohnpei Way (Capitol Hill) + + Saipan + MP + 95950 + P.O. Box 501370 + + Saipan + MP + 96950-1370 + 1256 Pohnpei Way (Capitol Hill) + + Saipan + MP + 96950 + Mrs. + F54233 + L54233 + + Chairperson, CNMI State Board of Education + 54233@hsesinfo.org + Mr. + F54234 + L54234 + + Interim Commissioner of Education + 54234@hsesinfo.org + Mr. + F54235 + L54235 + + 54235@hsesinfo.org + Mrs. + F54231 + L54231 + + 54231@hsesinfo.org + 555-555-4231 + + + 4680 + 3879 + 8662 + 008 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + West Harlem Community Organization, Inc. + + 3879@hsesinfo.org + 121 West 128th Street + + New York + NY + 10027-3010 + 121 West 128th Street + + New York + NY + 10027-3010 + 121 West 128th Street + + New York + NY + 10027-3010 + Mr. + F45511 + L45511 + + Chairperson + 45511@hsesinfo.org + Ms. + F45509 + L45509 + + Executive Director + 45509@hsesinfo.org + Ms. + F45508 + L45508 + + 45508@hsesinfo.org + Ms. + F45506 + L45506 + + 45506@hsesinfo.org + 555-555-5506 x 5555 + + + 9180 + 2758 + 11484 + 200 + 2013 + 2018-11-01 + + EHS + Active + SOUTH SHORE COMMUNITY ACTION COUNCIL, INC + www.sscac.org + 2758@hsesinfo.org + 71 Obery St + + Plymouth + MA + 02360-2181 + 71 Obery St + + Plymouth + MA + 02360-2181 + 71 Obery St + + Plymouth + MA + 02360-2181 + Mr. + F212796 + L212796 + + + 212796@hsesinfo.org + Mr. + F212797 + L212797 + + + 212797@hsesinfo.org + Ms. + F212799 + L212799 + + 212799@hsesinfo.org + Ms. + F212795 + L212795 + + 212795@hsesinfo.org + 555-555-2795 x 5555 + + + 11244 + 2626 + 13141 + 200 + 2014 + 2020-04-01 + + AIAN EHS + Active + LAC COURTE OREILLES TRIBAL + + 2626@hsesinfo.org + 13394 W Trepania Road, Bldg. 1 + + Hayward + WI + 54843 + 13394 W Trepania Road, Bldg. 1 + + Hayward + WI + 54843 + 13394 W Trepania Road, Bldg. 1 + + Hayward + WI + 54843 + Mr. + F226854 + L226854 + N/A + Tribal Governing Board Chairman + 226854@hsesinfo.org + Mrs. + F226855 + L226855 + N/A + + 226855@hsesinfo.org + Mr. + F226857 + L226857 + N/A + 226857@hsesinfo.org + Mrs. + F226853 + L226853 + N/A + 226853@hsesinfo.org + 555-555-6853 x 5555 + + + 4819 + 1895 + 8637 + 000 + 2014 + 2014-05-01 + 2019-04-30 + HS + Inactive + STARK COUNTY COMMUNITY ACTION AGENCY + www.sccaa.org + 1895@hsesinfo.org + 1366 Market Ave. N. + + Canton + OH + 44714 + 1366 Market Ave. N. + + Canton + OH + 44714 + 1366 Market Ave. N. + + Canton + OH + 44714 + Mr. + F46938 + L46938 + + Board Chair + 46938@hsesinfo.org + Mr. + F46937 + L46937 + + + 46937@hsesinfo.org + Ms. + F46934 + L46934 + + 46934@hsesinfo.org + Ms. + F46933 + L46933 + + 46933@hsesinfo.org + 555-555-6933 + + + 5098 + 2937 + 9026 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Vital Connections of the Midlands, Inc + www.vitalconnectionsmidlands.org + 2937@hsesinfo.org + 4801 Colonial Dr + + Columbia + SC + 29203-4259 + 4801 Colonial Dr + + Columbia + SC + 29203-4259 + 4801 Colonial Dr + + Columbia + SC + 29203-4259 + Mr. + F51727 + L51727 + + President of the Board of Directors + 51727@hsesinfo.org + Mr. + F51725 + L51725 + + Executive / EHS Director + 51725@hsesinfo.org + Miss + F51724 + L51724 + + 51724@hsesinfo.org + Mr. + F51723 + L51723 + + 51723@hsesinfo.org + 555-555-1723 + + + 4438 + 334 + 8492 + 000 + 2013 + 2013-11-01 + 2018-10-31 + HS + Inactive + COMPREHENSIVE COMMUNITY ACTION PROGRAM + http://www.comcap.org + 334@hsesinfo.org + 311 Doric Avenue + + Cranston + RI + 02910-2903 + 311 Doric Avenue + + Cranston + RI + 02910-2903 + 311 Doric Avenue + + Cranston + RI + 02910-2903 + Mrs. + F41462 + L41462 + + Board Chair + 41462@hsesinfo.org + Mrs. + F41464 + L41464 + + President/CEO + 41464@hsesinfo.org + Mrs. + F41463 + L41463 + + 41463@hsesinfo.org + Mrs. + F41460 + L41460 + + 41460@hsesinfo.org + 555-555-1460 + + + 9793 + 865 + 11927 + 000 + 2014 + 2019-07-01 + + HS + Active + Child, Inc. + http://www.childinc.org + 865@hsesinfo.org + 818 East 53rd Street + + Austin + TX + 78751-2212 + 818 East 53rd Street + + Austin + TX + 78751-2212 + 818 East 53rd Street + + Austin + TX + 78751-2212 + Ms. + F216962 + L216962 + + Chairperson of the Board of Directors + 216962@hsesinfo.org + Mr. + F216963 + L216963 + + Executive Director + 216963@hsesinfo.org + Ms. + F216965 + L216965 + + 216965@hsesinfo.org + Mr. + F216961 + L216961 + + 216961@hsesinfo.org + 555-555-6961 x 5555 + + + 9794 + 866 + 11927 + 200 + 2014 + 2019-07-01 + + EHS + Active + Child, Inc. + http://www.childinc.org + 866@hsesinfo.org + 818 East 53rd Street + + Austin + TX + 78751-2212 + 818 East 53rd Street + + Austin + TX + 78751-2212 + 818 East 53rd Street + + Austin + TX + 78751-2212 + Ms. + F216969 + L216969 + + Chairperson of the Board of Directors + 216969@hsesinfo.org + Mr. + F216970 + L216970 + + Executive Director + 216970@hsesinfo.org + Ms. + F216972 + L216972 + + 216972@hsesinfo.org + Mr. + F216968 + L216968 + + 216968@hsesinfo.org + 555-555-6968 x 5555 + + + 4234 + 4234 + 6681 + 000 + 2013 + 2013-07-16 + 2019-01-31 + HS + Inactive + Butler County Educational Service Center + prescotts@bcesc.org + 4234@hsesinfo.org + 400 N Erie Blvd + + Hamilton + OH + 45011 + 400 N Erie Blvd + + Hamilton + OH + 45011 + 400 N Erie Blvd + + Hamilton + OH + 45011 + Mr. + F38511 + L38511 + + BCESC Governing Board President + 38511@hsesinfo.org + Mr. + F38509 + L38509 + + Superintendent + 38509@hsesinfo.org + Ms. + F38508 + L38508 + + 38508@hsesinfo.org + Mrs. + F36569 + L36569 + + 36569@hsesinfo.org + 555-555-6569 + + + 10577 + 1124 + 12557 + 000 + 2014 + 2019-09-01 + + HS + Active + BRISTOL BAY NATIVE ASSOCIATION + http://www.bbnahs.com + 1124@hsesinfo.org + 1500 Kanakanak Road + + Dillingham + AK + 99576 + 1500 Kanakanak Road + + Dillingham + AK + 99576 + 1500 Kanakanak Road + + Dillingham + AK + 99576 + Mr. + F222377 + L222377 + + Chairman of the Board + 222377@hsesinfo.org + Mr. + F222378 + L222378 + + CEO/President + 222378@hsesinfo.org + Ms. + F222380 + L222380 + + 222380@hsesinfo.org + Ms. + F222376 + L222376 + + 222376@hsesinfo.org + 555-555-2376 x 5555 + + + 10146 + 3647 + 12180 + 001 + 2014 + 2019-07-01 + + HS + Active + Johnson County Head Start + http://www.jocoed.net + 3647@hsesinfo.org + 211 North Church Street + + Mountain City + TN + 37683-1325 + 211 North Church Street + + Mountain City + TN + 37683-1325 + 211 North Church Street + + Mountain City + TN + 37683-1325 + Mr. + F219401 + L219401 + + Johnson County Board of Education Chairman of the Board + 219401@hsesinfo.org + Dr. + F219399 + L219399 + + + 219399@hsesinfo.org + Mr. + F219402 + L219402 + + 219402@hsesinfo.org + Mrs. + F219398 + L219398 + + 219398@hsesinfo.org + 555-555-9398 + + + 9188 + 2259 + 11481 + 000 + 2013 + 2018-11-01 + + HS + Active + SEATTLE SCHOOL DISTRICT #1 + http://www.seattleschools.org + 2259@hsesinfo.org + 2445 3rd Ave S + + Seattle + WA + 98134-1923 + PO Box 34165 + MS 31-555 + Seattle + WA + 98124-1165 + 2445 3rd Ave S + + Seattle + WA + 98134-1923 + Mr. + F212852 + L212852 + + President, School Board + 212852@hsesinfo.org + Ms. + F212853 + L212853 + + Superintendent + 212853@hsesinfo.org + Ms. + F212855 + L212855 + + 212855@hsesinfo.org + Ms. + F212851 + L212851 + + 212851@hsesinfo.org + 555-555-2851 + + + 7013 + 1122 + 10474 + 200 + 2002 + 2016-01-01 + + EHS + Active + Okanogan County Child Development Association + occda.net + 1122@hsesinfo.org + 127 N Juniper St + + Omak + WA + 98841-9337 + 127 N Juniper St + + Omak + WA + 98841-9337 + 127 N Juniper St + + Omak + WA + 98841-9337 + Mrs. + F204757 + L204757 + + Board Chair + 204757@hsesinfo.org + Ms. + F204758 + L204758 + + Executive Director + 204758@hsesinfo.org + Ms. + F204760 + L204760 + + 204760@hsesinfo.org + Ms. + F204756 + L204756 + + 204756@hsesinfo.org + 555-555-4756 + + + 8857 + 1752 + 11221 + 200 + 2013 + 2018-07-01 + + EHS + Active + CLAYTON EARLY LEARNING, TRUSTEE, GEORGE W.CLAYTON TRUST + http://www.claytonearlylearning.org/ + 1752@hsesinfo.org + 3751 Martin Luther King Jr. Boulevard + Clayton Educare + Denver + CO + 80205-4972 + 3751 Martin Luther King Jr. Boulevard + Clayton Educare + Denver + CO + 80205-4972 + 3751 Martin Luther King Jr. Boulevard + Clayton Educare + Denver + CO + 80205-4972 + Ms. + F210497 + L210497 + + Chair + 210497@hsesinfo.org + Ms. + F210498 + L210498 + + President & CEO, Clayton Early Learning + 210498@hsesinfo.org + Mr. + F210500 + L210500 + + 210500@hsesinfo.org + Ms. + F210496 + L210496 + + 210496@hsesinfo.org + 555-555-0496 x 5555 + + + 8208 + 682 + 10627 + 000 + 1991 + 2016-07-01 + + HS + Active + Garrett-Keyser-Butler Community Head Start + + 682@hsesinfo.org + 504 S 2nd St + + Garrett + IN + 46738-1625 + 801 East Houston Street + + Garrett + IN + 46738-1662 + 801 East Houston Street + + Garrett + IN + 46738-1662 + Mr. + F206571 + L206571 + + President, GKB School Board of Trustees + 206571@hsesinfo.org + Mrs. + F206572 + L206572 + + Supt.GKB Schools + 206572@hsesinfo.org + Ms. + F206574 + L206574 + + 206574@hsesinfo.org + Mrs. + F206570 + L206570 + + 206570@hsesinfo.org + 555-555-6570 + + + 8791 + 8638 + 10384 + 200 + 2018 + 2018-09-01 + 2020-10-31 + EHS + Inactive + People Acting in Community Endeavors + http://www.paceinfo.org + 8638@hsesinfo.org + 32 Madison St + + New Bedford + MA + 02740-4906 + 32 Madison St + + New Bedford + MA + 02740-4906 + 32 Madison St + + New Bedford + MA + 02740-4906 + Mr. + F209973 + L209973 + + P.A.C.E. Inc. Board President + 209973@hsesinfo.org + Mrs. + F209974 + L209974 + + + 209974@hsesinfo.org + Ms. + F209976 + L209976 + + 209976@hsesinfo.org + Ms. + F209977 + L209977 + + 209977@hsesinfo.org + 555-555-9977 x 5555 + + + 10147 + 3648 + 12182 + 002 + 2014 + 2019-07-01 + + HS + Active + Carter County Head Start + http://carterk12.net + 3648@hsesinfo.org + 1008 State Line Rd + + Elizabethton + TN + 37643-4532 + 305 Academy Street + + Elizabethton + TN + 37643-2208 + 1008 State Line Rd + + Elizabethton + TN + 37643-4532 + Mr. + F219407 + L219407 + + Chairman, Carter County School Board + 219407@hsesinfo.org + Dr. + F219405 + L219405 + + Director Carter County Schools + 219405@hsesinfo.org + Ms. + F219408 + L219408 + + 219408@hsesinfo.org + Mrs. + F219404 + L219404 + + 219404@hsesinfo.org + 555-555-9404 + + + 8887 + 2515 + 11249 + 200 + 2013 + 2018-07-01 + + EHS + Active + VISTA DEL MAR CHILD CARE SERVICE + www.vistadelmar.org + 2515@hsesinfo.org + 6926 Melrose Avenue + + LOS ANGELES + CA + 90038 + 6926 Melrose Avenue + + LOS ANGELES + CA + 90038 + 3200 Motor Avenue + + Los Angeles + CA + 90034 + Ms. + F210730 + L210730 + + Chair Board of Directors + 210730@hsesinfo.org + Ms. + F210731 + L210731 + + CEO/President + 210731@hsesinfo.org + Mr. + F210733 + L210733 + + 210733@hsesinfo.org + Ms. + F210729 + L210729 + MS + 210729@hsesinfo.org + 555-555-0729 + + + 9341 + 8751 + 11588 + 200 + 2019 + 2019-02-01 + + EHS + Active + CDI HS/Kittitas County, WA + www.cdiheadstart.org + 8751@hsesinfo.org + 220 E Helena Ave + + Ellensburg + WA + 98926-2004 + PO Box 443 + + Ellensburg + WA + 98926-1914 + 220 E Helena Ave + + Ellensburg + WA + 98926-2004 + Mr. + F213917 + L213917 + + Chief Executive Officer + 213917@hsesinfo.org + Ms. + F213915 + L213915 + + Executive Director + 213915@hsesinfo.org + + F213918 + L213918 + + 213918@hsesinfo.org + Ms. + F213914 + L213914 + + 213914@hsesinfo.org + 555-555-3914 + + + 8493 + 8373 + 10902 + 200 + 2017 + 2017-03-01 + + EHS + Active + MUNICIPALITY OF CAGUAS + http://www.caguas.gov.pr + 8373@hsesinfo.org + CALLE PADIAL FINAL, ESQ. AVE. JOSE MERCADO + + CAGUAS + PR + 00725-0000 + CALLE PADIAL FINAL, ESQ. AVE. JOSE MERCADO + + CAGUAS + PR + 00725-0000 + CALLE PADIAL FINAL, ESQ. AVE. JOSE MERCADO + + CAGUAS + PR + 00725-0000 + Mr. + F208178 + L208178 + + Mayor-Board Chair + 208178@hsesinfo.org + Mrs. + F208179 + L208179 + + Director + 208179@hsesinfo.org + Mrs. + F208181 + L208181 + + 208181@hsesinfo.org + Mrs. + F208177 + L208177 + + 208177@hsesinfo.org + 555-555-8177 x 5555 + + + 9342 + 3070 + 11591 + 000 + 2013 + 2019-02-01 + + HS + Active + Catholic Charities Neighborhood Services, Inc. + http://www.ccbq.org/ + 3070@hsesinfo.org + 191 Joralemon St + 2nd Floor Early Childhood Services + Brooklyn + NY + 11201-4306 + 191 Joralemon St + 2nd Floor Early Childhood Services + Brooklyn + NY + 11201-4306 + 191 Joralemon St + 2nd Floor Early Childhood Services + Brooklyn + NY + 11201-4306 + Ms. + F213921 + L213921 + + President + 213921@hsesinfo.org + Msgr. + F213922 + L213922 + + CCNS Chief Executive Officer + 213922@hsesinfo.org + Mr. + F213924 + L213924 + + 213924@hsesinfo.org + Mrs. + F213920 + L213920 + + 213920@hsesinfo.org + 555-555-3920 + + + 4670 + 3443 + 8653 + 001 + 2014 + 2014-03-01 + 2019-02-28 + HS + Inactive + Enfield Head Start + + 3443@hsesinfo.org + 1270 Enfield Street + + Enfield + CT + 06082-4919 + 1270 Enfield Street + + Enfield + CT + 06082-4919 + 1270 Enfield Street + + Enfield + CT + 06082-4919 + Mr. + F45441 + L45441 + + Chairman + 45441@hsesinfo.org + Mr. + F45439 + L45439 + + + 45439@hsesinfo.org + Ms. + F45440 + L45440 + + 45440@hsesinfo.org + Mrs. + F45436 + L45436 + + 45436@hsesinfo.org + 555-555-5436 + + + 11246 + 5037 + 13146 + 000 + 2014 + 2020-05-01 + + HS + Active + Greater Bergen Community Action, Inc. + http://www.greaterbergen.org + 5037@hsesinfo.org + 392 Main St + + Hackensack + NJ + 07601-5805 + 392 Main St + + Hackensack + NJ + 07601-5805 + 392 Main St + + Hackensack + NJ + 07601-5805 + Mr. + F226867 + L226867 + + President/Chairman + 226867@hsesinfo.org + Mr. + F226868 + L226868 + + + 226868@hsesinfo.org + Ms. + F226870 + L226870 + + 226870@hsesinfo.org + Mrs. + F226866 + L226866 + + 226866@hsesinfo.org + 555-555-6866 x 5555 + + + 4705 + 3922 + 8687 + 033 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + St. Mark's U.M.C. Head Start Center + http://www.stmarksheadstart.org + 3922@hsesinfo.org + 2017 Beverly Road + + Brooklyn + NY + 11226-4901 + 2017 Beverly Road + + Brooklyn + NY + 11226-4901 + 2017 Beverly Road + + Brooklyn + NY + 11226-4901 + Mr. + F45684 + L45684 + + president + 45684@hsesinfo.org + Ms. + F45686 + L45686 + + + 45686@hsesinfo.org + Ms. + F45685 + L45685 + + 45685@hsesinfo.org + Ms. + F45681 + L45681 + + 45681@hsesinfo.org + 555-555-5681 x 5555 + + + 9656 + 806 + 11823 + 000 + 2014 + 2019-07-01 + + HS + Active + ALLEN ACTION AGENCY, INC. + http://www.allenactionagency.org + 806@hsesinfo.org + 505 West Seventh Ave + + Oberlin + LA + 70655 + PO Box 540 + + Oberlin + LA + 70655-0540 + 505 West Seventh Ave + + Oberlin + LA + 70655-0540 + Mr. + F216012 + L216012 + + Board Chair + 216012@hsesinfo.org + Mr. + F216013 + L216013 + + + 216013@hsesinfo.org + Mrs. + F216015 + L216015 + + 216015@hsesinfo.org + Mr. + F216011 + L216011 + + 216011@hsesinfo.org + 555-555-6011 + + + 11247 + 5038 + 13146 + 200 + 2014 + 2020-05-01 + + EHS + Active + Greater Bergen Community Action, Inc. + http://www.greaterbergen.org + 5038@hsesinfo.org + 392 Main St + + Hackensack + NJ + 07601-5805 + 392 Main St + + Hackensack + NJ + 07601-5805 + 392 Main St + + Hackensack + NJ + 07601-5805 + Mr. + F226874 + L226874 + + + 226874@hsesinfo.org + Mr. + F226875 + L226875 + + + 226875@hsesinfo.org + Ms. + F226877 + L226877 + + 226877@hsesinfo.org + Mrs. + F226873 + L226873 + + 226873@hsesinfo.org + 555-555-6873 x 5555 + + + 4995 + 2120 + 8894 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Orange County Head Start + http://www.ochsinc.org + 2120@hsesinfo.org + 2501 South Pullman Street, Suite 100 + + Santa Ana + CA + 92705-5511 + 2501 South Pullman Street, Suite 100 + + Santa Ana + CA + 92705-5511 + 2501 South Pullman Street, Suite 100 + + Santa Ana + CA + 92705-5511 + Ms. + F49459 + L49459 + + Board Chair + 49459@hsesinfo.org + Ms. + F49457 + L49457 + + Executive Director + 49457@hsesinfo.org + Ms. + F49458 + L49458 + + 49458@hsesinfo.org + Ms. + F49454 + L49454 + + 49454@hsesinfo.org + 555-555-9454 + + + 10578 + 6260 + 12560 + 200 + + 2019-09-01 + + AIAN EHS + Active + NISQUALLY INDIAN TRIBE + http://www.nisqually-nsn.gov + 6260@hsesinfo.org + 4820 SHE-NAH-NUM DRIVE, SE + + OLYMPIA + WA + 98513 + 4820 SHE-NAH-NUM DRIVE, SE + + OLYMPIA + WA + 98513 + 4820 SHE-NAH-NUM DRIVE, SE + + OLYMPIA + WA + 98513 + Ms. + F222384 + L222384 + + Tribal Chairman + 222384@hsesinfo.org + Miss + F222385 + L222385 + + Tribal Administrator + 222385@hsesinfo.org + Ms. + F222387 + L222387 + + 222387@hsesinfo.org + Mrs. + F222383 + L222383 + + 222383@hsesinfo.org + 555-555-2383 x 5555 + + + 8057 + 1857 + 10578 + 000 + 1999 + 2016-06-01 + + AIAN HS + Active + Coquille Indian Tribe Head Start + + 1857@hsesinfo.org + 591 Miluk Dr + + Coos Bay + OR + 97420-8701 + 591 Miluk drive + PO Box 3190 + Coos Bay + OR + 97420-0407 + 3050 Tremont St + + North Bend + OR + 97459-3059 + Ms. + F205590 + L205590 + + Chairperson + 205590@hsesinfo.org + Mr. + F205591 + L205591 + + Executive Director + 205591@hsesinfo.org + Ms. + F205593 + L205593 + + 205593@hsesinfo.org + Mrs. + F205589 + L205589 + + 205589@hsesinfo.org + 555-555-5589 x 5555 + + + 11248 + 2218 + 13147 + 000 + 2014 + 2020-05-01 + + HS + Active + Saratoga County Economic Opportunity Council, Inc. + http://www.saratogaeoc.org + 2218@hsesinfo.org + 39 Bath St + + Ballston Spa + NY + 12020-1779 + 39 Bath St + P.O. Box 169 + Ballston Spa + NY + 12020-1779 + 39 Bath St + + Ballston Spa + NY + 12020-1779 + Rev. + F226881 + L226881 + + President, SCEOC Board of Directors + 226881@hsesinfo.org + Mrs. + F226882 + L226882 + + Executive Director + 226882@hsesinfo.org + Ms. + F226884 + L226884 + + 226884@hsesinfo.org + Mr. + F226880 + L226880 + + 226880@hsesinfo.org + 555-555-6880 x 5555 + + + 9659 + 2541 + 11825 + 000 + 2014 + 2019-06-01 + + HS + Active + MUNICIPALITY OF HUMACAO + + 2541@hsesinfo.org + PR State Road 908, Km 0.4, + + Humacao + PR + 00791 + Head Start Concesionario + Apartado 9113 + Humacao + PR + 00792-9113 + PR State Road 908, Km 0.4, + + Humacao + PR + 00791 + Mrs. + F216033 + L216033 + + Governing Board President + 216033@hsesinfo.org + Mrs. + F216034 + L216034 + + Director + 216034@hsesinfo.org + Mrs. + F216036 + L216036 + + 216036@hsesinfo.org + Mrs. + F216032 + L216032 + + 216032@hsesinfo.org + 555-555-6032 + + + 9657 + 8862 + 11822 + 000 + 2019 + 2019-07-01 + + HS + Active + Western Indiana Community Action Agency, Inc. + http://www.wicaa.org + 8862@hsesinfo.org + 705 S 5th St + + Terre Haute + IN + 47807-4705 + 705 S 5th St + + Terre Haute + IN + 47807-4705 + 705 S 5th St + + Terre Haute + IN + 47807-4705 + Ms. + F216019 + L216019 + + Board President + 216019@hsesinfo.org + Mrs. + F216020 + L216020 + + Executive Director + 216020@hsesinfo.org + Ms. + F216022 + L216022 + + 216022@hsesinfo.org + Ms. + F216018 + L216018 + + 216018@hsesinfo.org + 555-555-6018 + + + 9660 + 2542 + 11825 + 200 + 2014 + 2019-06-01 + + EHS + Active + MUNICIPALITY OF HUMACAO + + 2542@hsesinfo.org + Street Sergio Pena Almodovar + #163 + Humacao + PR + 00791 + Early Head Start Program + apartado 9113 + Humacao + PR + 00792-9113 + Street Sergio Pena Almodovar + #163 + Humacao + PR + 00791 + Mrs. + F216040 + L216040 + + + 216040@hsesinfo.org + Mrs. + F216041 + L216041 + + Director + 216041@hsesinfo.org + Mrs. + F216043 + L216043 + + 216043@hsesinfo.org + Mrs. + F216039 + L216039 + + 216039@hsesinfo.org + 555-555-6039 + + + 9661 + 645 + 11824 + 000 + 2014 + 2019-06-01 + + HS + Active + PICKENS COMMUNITY ACTION COMMITTEE, INC + www.caapickens.org + 645@hsesinfo.org + 71 Lakeside St + + Carrollton + AL + 35447-2232 + PO Box 348 + + Carrollton + AL + 35447-0348 + 71 Lakeside St + + Carrollton + AL + 35447-2232 + Mr. + F216047 + L216047 + + Board Chairman + 216047@hsesinfo.org + Ms. + F216048 + L216048 + + Executive Director + 216048@hsesinfo.org + Ms. + F216050 + L216050 + + 216050@hsesinfo.org + Ms. + F216046 + L216046 + + 216046@hsesinfo.org + 555-555-6046 x 5555 + + + 8497 + 8377 + 10905 + 200 + 2017 + 2017-03-01 + + EHS + Active + YESHIVA KEHILATH YAKOVE, INC + + 8377@hsesinfo.org + 638 Bedford Avenue + + Brooklyn + NY + 11249-8007 + 638 Bedford Avenue + + Brooklyn + NY + 11249-8007 + 638 Bedford Avenue + + Brooklyn + NY + 11249-8007 + Mr. + F208206 + L208206 + + Board Chairperson + 208206@hsesinfo.org + Mr. + F208207 + L208207 + + Executive Director + 208207@hsesinfo.org + Mrs. + F208209 + L208209 + + 208209@hsesinfo.org + Mr. + F208205 + L208205 + + 208205@hsesinfo.org + 555-555-8205 x 5555 + + + 10579 + 6228 + 12563 + 200 + + 2019-09-01 + + AIAN EHS + Active + CONFEDERATED SALISH & KOOTENAI TRIBES + http://www.cskt.org + 6228@hsesinfo.org + 35401 Mission Drive- Box 1510 + + Saint Ignatius + MT + 59865 + POST OFFICE BOX 278 + + PABLO + MT + 59855 + 35401 Mission Drive- Box 1510 + + Saint Ignatius + MT + 59865 + Ms. + F222391 + L222391 + + Tribal Chairwoman + 222391@hsesinfo.org + Ms. + F222392 + L222392 + + Director + 222392@hsesinfo.org + Ms. + F222394 + L222394 + + 222394@hsesinfo.org + Ms. + F222390 + L222390 + + 222390@hsesinfo.org + 555-555-2390 x 5555 + + + 5624 + 4121 + 9444 + 010 + 2014 + 2014-12-01 + + HS + Active + Albany Park Community Center, Inc. + http://www.apcc-chgo.org + 4121@hsesinfo.org + 1945 W Wilson Ave + Fl 3 + Chicago + IL + 60640-5255 + 1945 W Wilson Ave + Fl 3 + Chicago + IL + 60640-5255 + 1945 W Wilson Ave + Fl 3 + Chicago + IL + 60640-5255 + Ms. + F101404 + L101404 + + Board Chairperson + 101404@hsesinfo.org + Mr. + F101402 + L101402 + + Executive Director + 101402@hsesinfo.org + Ms. + F101401 + L101401 + + 101401@hsesinfo.org + Ms. + F101400 + L101400 + + 101400@hsesinfo.org + 555-555-1400 + + + 2995 + 3118 + 6656 + 000 + 2013 + 2013-07-02 + 2018-12-31 + HS + Inactive + Berks County Intermediate Unit + www.berksiu.org + 3118@hsesinfo.org + 1111 Commons Blvd + + Reading + PA + 19605-3334 + 1111 Commons Blvd + + Reading + PA + 19605-3334 + 1111 Commons Blvd + + Reading + PA + 19605-3334 + Mr. + F38440 + L38440 + + + 38440@hsesinfo.org + Dr. + F38438 + L38438 + + + 38438@hsesinfo.org + + F38437 + L38437 + + 38437@hsesinfo.org + Mrs. + F36302 + L36302 + + 36302@hsesinfo.org + 555-555-6302 + + + 9658 + 8863 + 11822 + 200 + 2019 + 2019-07-01 + + EHS + Active + Western Indiana Community Action Agency, Inc. + http://www.wicaa.org + 8863@hsesinfo.org + 705 S 5th St + + Terre Haute + IN + 47807-4705 + 705 S 5th St + + Terre Haute + IN + 47807-4705 + 705 S 5th St + + Terre Haute + IN + 47807-4705 + Ms. + F216026 + L216026 + + Board President + 216026@hsesinfo.org + Mrs. + F216027 + L216027 + + Executive Director + 216027@hsesinfo.org + Ms. + F216029 + L216029 + + 216029@hsesinfo.org + Ms. + F216025 + L216025 + + 216025@hsesinfo.org + 555-555-6025 + + + 3000 + 2804 + 6660 + 200 + 2013 + 2013-06-26 + 2019-06-30 + EHS + Inactive + WARREN COUNTY COMMUNITY SERVICES, INC + www.wccsi.org + 2804@hsesinfo.org + 570 N State Route 741 + + Lebanon + OH + 45036-8839 + 570 N State Route 741 + + Lebanon + OH + 45036-8839 + 570 N State Route 741 + + Lebanon + OH + 45036-8839 + Ms. + F37728 + L37728 + + Board President + 37728@hsesinfo.org + Mr. + F37726 + L37726 + + Executive Director + 37726@hsesinfo.org + Ms. + F37725 + L37725 + + 37725@hsesinfo.org + Ms. + F37724 + L37724 + + 37724@hsesinfo.org + 555-555-7724 + + + 8012 + 1655 + 10513 + 000 + 2003 + 2016-02-01 + + HS + Active + Broadway Housing Communities, Inc + http://www.broadwayhousing.org + 1655@hsesinfo.org + 583 Riverside Drive + + New York + NY + 10031 + 583 Riverside Drive + + New York + NY + 10031 + 583 Riverside Drive + + New York + NY + 10031 + Mr. + F205294 + L205294 + + + 205294@hsesinfo.org + Mrs. + F205295 + L205295 + + + 205295@hsesinfo.org + Mrs. + F205297 + L205297 + + 205297@hsesinfo.org + Ms. + F205293 + L205293 + + 205293@hsesinfo.org + 555-555-5293 x 5555 + + + 8651 + 3046 + 11037 + 200 + 2012 + 2017-07-01 + + EHS + Active + Metropolitan Family Services DuPage Head Start + + 3046@hsesinfo.org + 222 E Willow Ave + + Wheaton + IL + 60187-5426 + 1 North Dearborn, Suite 1000 + + Chicago + IL + 60602-4322 + 1 North Dearborn, Suite 1000 + + Chicago + IL + 60602-4322 + Mrs. + F209066 + L209066 + + Chairman, Metropolitan Family Services Board of Directors + 209066@hsesinfo.org + Mr. + F209067 + L209067 + + + 209067@hsesinfo.org + Mrs. + F209069 + L209069 + + 209069@hsesinfo.org + Mrs. + F209065 + L209065 + + 209065@hsesinfo.org + 555-555-9065 + + + 11249 + 2217 + 13147 + 200 + 2014 + 2020-05-01 + + EHS + Active + Saratoga County Economic Opportunity Council, Inc. + http://www.saratogaeoc.org + 2217@hsesinfo.org + 39 Bath St + + Ballston Spa + NY + 12020-1779 + 39 Bath St + P.O. Box 169 + Ballston Spa + NY + 12020-1779 + 39 Bath St + + Ballston Spa + NY + 12020-1779 + Rev. + F226888 + L226888 + + President, SCEOC Board of Directors + 226888@hsesinfo.org + Mrs. + F226889 + L226889 + + Executive Director + 226889@hsesinfo.org + Ms. + F226891 + L226891 + + 226891@hsesinfo.org + Mr. + F226887 + L226887 + + 226887@hsesinfo.org + 555-555-6887 x 5555 + + + 8830 + 8642 + 11200 + 200 + 2018 + 2018-06-01 + + EHS + Active + Children's Institute, Inc. + www.childrensinstitute.org + 8642@hsesinfo.org + 7226 S Figueroa St + + Los Angeles + CA + 90003-1721 + 2121 W Temple St + + Los Angeles + CA + 90026-4915 + 7226 S Figueroa St + + Los Angeles + CA + 90003-1721 + Mr. + F210328 + L210328 + + + 210328@hsesinfo.org + Ms. + F210329 + L210329 + + + 210329@hsesinfo.org + Ms. + F210331 + L210331 + + 210331@hsesinfo.org + Ms. + F210327 + L210327 + + 210327@hsesinfo.org + 555-555-0327 + + + 9190 + 2485 + 11486 + 200 + 1993 + 2018-11-01 + + AIAN EHS + Active + INTER-TRIBAL COUNCIL OF MICHIGAN, INC + http://www.itcmi.org + 2485@hsesinfo.org + 2956 Ashmun Street + + Sault Sainte Marie + MI + 49783-3720 + 2956 Ashmun Street + + Sault Sainte Marie + MI + 49783-3720 + 2956 Ashmun Street + + Sault Sainte Marie + MI + 49783-3720 + Mr. + F212866 + L212866 + + Chairman + 212866@hsesinfo.org + Mr. + F212867 + L212867 + + + 212867@hsesinfo.org + Mr. + F212869 + L212869 + + 212869@hsesinfo.org + Ms. + F212865 + L212865 + + 212865@hsesinfo.org + 555-555-2865 + + + 6374 + 561 + 9972 + 000 + 1992 + 2015-06-01 + 2020-05-31 + HS + Inactive + Mountain Projects, Inc. + http://www.mountainprojects.org + 561@hsesinfo.org + 2177 Asheville Rd + + Waynesville + NC + 28786-3139 + 2177 Asheville Rd + + Waynesville + NC + 28786-3139 + 2177 Asheville Rd + + Waynesville + NC + 28786-3139 + Mr. + F200288 + L200288 + + Board Chair + 200288@hsesinfo.org + Ms. + F200289 + L200289 + + Executive Director + 200289@hsesinfo.org + Mr. + F200291 + L200291 + + 200291@hsesinfo.org + Ms. + F200287 + L200287 + + 200287@hsesinfo.org + 555-555-0287 x 5555 + + + 11251 + 1901 + 13144 + 000 + 1992 + 2020-05-01 + + HS + Active + HARCATUS Tri-County Community Action Organization + http://www.harcatus.org + 1901@hsesinfo.org + 225 Fair Ave NE + + New Philadelphia + OH + 44663-2837 + 225 Fair Ave NE + + New Philadelphia + OH + 44663-2837 + 225 Fair Ave NE + + New Philadelphia + OH + 44663-2837 + Mr. + F226902 + L226902 + + President + 226902@hsesinfo.org + Ms. + F226903 + L226903 + + Executive Director + 226903@hsesinfo.org + Ms. + F226905 + L226905 + + 226905@hsesinfo.org + Mrs. + F226901 + L226901 + + 226901@hsesinfo.org + 555-555-6901 x 5555 + + + 5583 + 3266 + 9342 + 000 + 2014 + 2014-12-01 + + HS + Active + City of Chicago + www.cityofchicago.org + 3266@hsesinfo.org + 1615 West Chicago Avenue + + Chicago + IL + 60622-5127 + 1615 West Chicago Avenue + + Chicago + IL + 60622-5127 + 1615 West Chicago Avenue + + Chicago + IL + 60622-5127 + Ms. + F101070 + L101070 + + Board Chair + 101070@hsesinfo.org + Ms. + F101066 + L101066 + + Commissioner + 101066@hsesinfo.org + Ms. + F101067 + L101067 + + 101067@hsesinfo.org + Ms. + F101065 + L101065 + + 101065@hsesinfo.org + 555-555-1065 + + + 4439 + 333 + 8492 + 200 + 2013 + 2013-11-01 + 2018-10-31 + EHS + Inactive + COMPREHENSIVE COMMUNITY ACTION PROGRAM + http://www.comcap.org + 333@hsesinfo.org + 311 Doric Avenue + + Cranston + RI + 02910-2903 + 311 Doric Avenue + + Cranston + RI + 02910-2903 + 311 Doric Avenue + + Cranston + RI + 02910-2903 + Mrs. + F41468 + L41468 + + Board Chair + 41468@hsesinfo.org + Mrs. + F41472 + L41472 + + President/CEO + 41472@hsesinfo.org + Mrs. + F41469 + L41469 + + 41469@hsesinfo.org + Mrs. + F41467 + L41467 + + 41467@hsesinfo.org + 555-555-1467 + + + 4902 + 2767 + 8905 + 200 + 2014 + 2014-06-01 + 2019-05-31 + EHS + Inactive + CENTRAL ARKANSAS DEVELOPMENT COUNCIL, INC + http://www.cadc.com + 2767@hsesinfo.org + 321 Edison Street + + BENTON + AR + 72015 + P.O. Box 580 + + Benton + AR + 72018 + 321 Edison Street + + BENTON + AR + 72015 + Mrs. + F48292 + L48292 + + Board Chair + 48292@hsesinfo.org + Mr. + F48290 + L48290 + + CADC Executive Director + 48290@hsesinfo.org + Mrs. + F48289 + L48289 + + 48289@hsesinfo.org + Mrs. + F48288 + L48288 + + 48288@hsesinfo.org + 555-555-8288 + + + 8700 + 2383 + 11068 + 000 + 2004 + 2017-08-01 + + HS + Active + Administration for Integral Child Care Development + www.gobierno.pr/acuden + 2383@hsesinfo.org + Ave. Constitucion Pda 2 + + San Juan + PR + 00902-8591 + P.O. Box 15091 + + San Juan + PR + 00902-8591 + Ave. Constitucion Pda 2 + + San Juan + PR + 00902-8591 + Mr. + F209404 + L209404 + + Acting President Board Chairman + 209404@hsesinfo.org + Mr. + F209405 + L209405 + + Acting Administrator + 209405@hsesinfo.org + Ms. + F209407 + L209407 + + 209407@hsesinfo.org + Dra. + F209403 + L209403 + Ph.D + 209403@hsesinfo.org + 555-555-9403 + + + 11250 + 441 + 13145 + 000 + 2014 + 2020-05-01 + + HS + Active + Five County Child Development Program, Inc. + www.fivecountyhs.org + 441@hsesinfo.org + 1118 3rd Street + + Prentiss + MS + 39474 + 1118 3rd Street + + Prentiss + MS + 39474 + 1118 3rd Street + + Prentiss + MS + 39474 + Mr. + F226895 + L226895 + + Board President + 226895@hsesinfo.org + Dr. + F226896 + L226896 + + Head Start Director + 226896@hsesinfo.org + Ms. + F226898 + L226898 + + 226898@hsesinfo.org + Dr. + F226894 + L226894 + + 226894@hsesinfo.org + 555-555-6894 + + + 4950 + 2313 + 8796 + 000 + 2014 + 2014-07-01 + 2020-06-30 + HS + Inactive + Northern Panhandle Head Start, Inc. + http://www.npheadstart.org + 2313@hsesinfo.org + 1 Orchard Road, Suite 1 + + Wheeling + WV + 26003 + 1 Orchard Road, Suite 1 + + Wheeling + WV + 26003 + 1 Orchard Road, Suite 1 + + Wheeling + WV + 26003 + Mr. + F49220 + L49220 + + President, Board of Directors + 49220@hsesinfo.org + Ms. + F49218 + L49218 + + Executive Director + 49218@hsesinfo.org + Ms. + F49217 + L49217 + + 49217@hsesinfo.org + Ms. + F49215 + L49215 + + 49215@hsesinfo.org + 555-555-9215 + + + 5592 + 5598 + 9343 + 200 + 2014 + 2014-12-01 + 2020-06-30 + EHS + Inactive + Save the Children Federation, Inc + www.savethechildren.org + 5598@hsesinfo.org + 3600 Jackson St + Ste 114 + Alexandria + LA + 71303-3000 + 3600 Jackson St + Ste 114 + Alexandria + LA + 71303-3000 + 3600 Jackson St + Ste 114 + Alexandria + LA + 71303-3000 + Mr. + F100423 + L100423 + + Board Chair + 100423@hsesinfo.org + Mr. + F100424 + L100424 + + Executive Director + 100424@hsesinfo.org + Ms. + F100426 + L100426 + + 100426@hsesinfo.org + Mr. + F100422 + L100422 + + 100422@hsesinfo.org + 555-555-0422 + + + 9195 + 377 + 11488 + 000 + 2013 + 2018-11-01 + + HS + Active + ALGER MARQUETTE COMMUNITY ACTION BOARD + http://www.communityactionam.org + 377@hsesinfo.org + 1125 Commerce Dr + + Marquette + MI + 49855-8630 + 1125 Commerce Dr + + Marquette + MI + 49855-8630 + 1125 Commerce Dr + + Marquette + MI + 49855-8630 + Mr. + F212901 + L212901 + + Board of Directors Chairperson + 212901@hsesinfo.org + Ms. + F212902 + L212902 + + Executive Director + 212902@hsesinfo.org + Ms. + F212904 + L212904 + + 212904@hsesinfo.org + Mrs. + F212900 + L212900 + + 212900@hsesinfo.org + 555-555-2900 x 5555 + + + 9196 + 378 + 11488 + 200 + 2013 + 2018-11-01 + + EHS + Active + ALGER MARQUETTE COMMUNITY ACTION BOARD + http://www.communityactionam.org + 378@hsesinfo.org + 1125 Commerce Drive + + Marquette + MI + 49855-8630 + 1125 Commerce Drive + + Marquette + MI + 49855-8630 + 1125 Commerce Drive + + Marquette + MI + 49855-8630 + Mr. + F212908 + L212908 + + Board of Directors Chairperson + 212908@hsesinfo.org + Ms. + F212909 + L212909 + + Executive Director + 212909@hsesinfo.org + Ms. + F212911 + L212911 + + 212911@hsesinfo.org + Mrs. + F212907 + L212907 + + 212907@hsesinfo.org + 555-555-2907 x 5555 + + + 6771 + 3707 + 10255 + 001 + + 2015-08-01 + 2020-07-31 + HS + Inactive + Elk Grove Unified School District + + 3707@hsesinfo.org + 9510 Elk Grove Florin Road + + Elk Grove + CA + 95624-1801 + 9510 Elk Grove Florin Road + + Elk Grove + CA + 95624-1801 + 9510 Elk Grove Florin Road + + Elk Grove + CA + 95624-1801 + Mr. + F203068 + L203068 + + President + 203068@hsesinfo.org + Mr. + F203069 + L203069 + + Superintendent + 203069@hsesinfo.org + Mrs. + F203071 + L203071 + + 203071@hsesinfo.org + Ms. + F203067 + L203067 + + 203067@hsesinfo.org + 555-555-3067 + + + 5663 + 2241 + 9299 + 000 + 2014 + 2014-12-01 + 2020-11-30 + HS + Inactive + L.I Child and Family Development Services, Inc + http://www.liheadstart.org + 2241@hsesinfo.org + 98 Austin St + + Patchogue + NY + 11772-2615 + 98 Austin St + + Patchogue + NY + 11772-2615 + 98 Austin St + + Patchogue + NY + 11772-2615 + Mr. + F102189 + L102189 + + Chairman of the Board + 102189@hsesinfo.org + Ms. + F102188 + L102188 + + Chief Executive Officer + 102188@hsesinfo.org + Mrs. + F102187 + L102187 + + 102187@hsesinfo.org + Ms. + F102185 + L102185 + + 102185@hsesinfo.org + 555-555-2185 x 5555 + + + 9198 + 2071 + 11489 + 200 + 2004 + 2018-11-01 + + EHS + Active + COMMUNITY ACTION RESOURCE AND DEVELOPMENT, INC. + http://www.cardcaa.org + 2071@hsesinfo.org + 707 W Lowry Rd + Ste 102 + Claremore + OK + 74017-2109 + 707 West Lowery Road, suite 102 + P.O. Box 947 + Claremore + OK + 74018-0947 + 707 W Lowry Rd + Ste 102 + Claremore + OK + 74017-2109 + Mr. + F212922 + L212922 + + Board Chairman + 212922@hsesinfo.org + Ms. + F212923 + L212923 + + Executive Director + 212923@hsesinfo.org + Mrs. + F212925 + L212925 + + 212925@hsesinfo.org + Mrs. + F212921 + L212921 + + 212921@hsesinfo.org + 555-555-2921 + + + 5073 + 619 + 8992 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Collier County School District + www.collierschools.com/headstart + 619@hsesinfo.org + 5775 Osceola Trail + + Naples + FL + 34109-0919 + 5775 Osceola Trail + + Naples + FL + 34109-0919 + 5775 Osceola Trail + + Naples + FL + 34109-0919 + Dr. + F51665 + L51665 + + Member School Board of Collier County + 51665@hsesinfo.org + Mrs. + F51663 + L51663 + + Executive Director, Exceptional Education and Student Support Services + 51663@hsesinfo.org + Ms. + F51662 + L51662 + + 51662@hsesinfo.org + Dr. + F51660 + L51660 + + 51660@hsesinfo.org + 555-555-1660 + + + 8710 + 8570 + 11078 + 201 + 2017 + 2017-07-01 + + EHS + Active + Acelero Learning Camden/Philadelphia + alcp.acelero.net + 8570@hsesinfo.org + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + Ms. + F209470 + L209470 + + Board Chairman + 209470@hsesinfo.org + Mr. + F209471 + L209471 + + + 209471@hsesinfo.org + Ms. + F209473 + L209473 + + 209473@hsesinfo.org + Ms. + F209469 + L209469 + + 209469@hsesinfo.org + 555-555-9469 + + + 10212 + 779 + 12243 + 000 + 2014 + 2019-08-01 + + HS + Active + CHILD & FAMILY SERVICES + www.cfsnm.co + 779@hsesinfo.org + 950 East Snyder Street + + Hobbs + NM + 88240-5954 + 950 East Snyder Street + + Hobbs + NM + 88240-5954 + 950 East Snyder Street + + Hobbs + NM + 88240-5954 + Mrs. + F219830 + L219830 + + Board Chair + 219830@hsesinfo.org + Ms. + F219831 + L219831 + + Executive Director + 219831@hsesinfo.org + Ms. + F219833 + L219833 + + 219833@hsesinfo.org + Ms. + F219829 + L219829 + + 219829@hsesinfo.org + 555-555-9829 + + + 10213 + 780 + 12243 + 200 + 2003 + 2019-08-01 + + EHS + Active + Child & Family Services, Inc. of Lea County + www.cfsnm.net + 780@hsesinfo.org + 950 East Snyder Street + + Hobbs + NM + 88240-5954 + 950 East Snyder Street + + Hobbs + NM + 88240-5954 + 950 East Snyder Street + + Hobbs + NM + 88240-5954 + Mrs. + F219837 + L219837 + + Board Chair + 219837@hsesinfo.org + Ms. + F219838 + L219838 + + Executive Director + 219838@hsesinfo.org + Ms. + F219840 + L219840 + + 219840@hsesinfo.org + Ms. + F219836 + L219836 + + 219836@hsesinfo.org + 555-555-9836 + + + 6199 + 6212 + 9873 + 212 + + 2015-01-01 + + EHS + Active + It takes a Village + + 6212@hsesinfo.org + 4000 W Division St + + Chicago + IL + 60651-1903 + 4000 W Division St + + Chicago + IL + 60651-1903 + 4000 W Division St + + Chicago + IL + 60651-1903 + Ms. + F108932 + L108932 + + Chairperson + 108932@hsesinfo.org + Ms. + F108933 + L108933 + + + 108933@hsesinfo.org + Ms. + F108935 + L108935 + + 108935@hsesinfo.org + Ms. + F108931 + L108931 + + 108931@hsesinfo.org + 555-555-8931 x 5555 + + + 5642 + 4353 + 9462 + 028 + 2014 + 2014-12-01 + + HS + Active + It takes a Village + + 4353@hsesinfo.org + 4000 W Division St + + Chicago + IL + 60651-1903 + 4000 W Division St + + Chicago + IL + 60651-1903 + 4000 W Division St + + Chicago + IL + 60651-1903 + Ms. + F101584 + L101584 + + Chairperson + 101584@hsesinfo.org + Ms. + F101585 + L101585 + + + 101585@hsesinfo.org + Ms. + F101587 + L101587 + + 101587@hsesinfo.org + Ms. + F101591 + L101591 + + 101591@hsesinfo.org + 555-555-1591 + + + 4813 + 4817 + 8748 + 000 + 2014 + 2014-04-01 + 2019-03-31 + HS + Inactive + Kai Ming, Inc. + www.kaiming.org + 4817@hsesinfo.org + 900 Kearny Street, #600 + + San Francisco + CA + 94133 + 900 Kearny Street, #600 + + San Francisco + CA + 94133 + 900 Kearny Street, #600 + + San Francisco + CA + 94133 + Ms. + F46782 + L46782 + + Board Chairperson + 46782@hsesinfo.org + Mr. + F46783 + L46783 + + Executive Director + 46783@hsesinfo.org + + F46785 + L46785 + + 46785@hsesinfo.org + Ms. + F46781 + L46781 + + 46781@hsesinfo.org + 555-555-6781 x 5555 + + + 5152 + 5158 + 8817 + 200 + 2014 + 2014-06-01 + 2018-11-30 + EHS + Inactive + Brightside Academy, Inc. - EHS + www.brightsideacademy.com + 5158@hsesinfo.org + 707 Grant St + Ste 1500 + Pittsburgh + PA + 15219-1945 + 707 Grant St + Ste 1500 + Pittsburgh + PA + 15219-1945 + 707 Grant St + Ste 1500 + Pittsburgh + PA + 15219-1945 + Mrs. + F50718 + L50718 + + Board Chair + 50718@hsesinfo.org + Mrs. + F50719 + L50719 + + Executive Director + 50719@hsesinfo.org + Ms. + F50721 + L50721 + + 50721@hsesinfo.org + Mrs. + F50717 + L50717 + + 50717@hsesinfo.org + 555-555-0717 + + + 4527 + 2530 + 8541 + 200 + 2013 + 2013-12-02 + 2019-01-31 + EHS + Inactive + Benton Franklin Head Start + bfhs.net + 2530@hsesinfo.org + 1549 Georgia Avenue S. E., Suite B + + Richland + WA + 99352-4756 + 1549 Georgia Avenue S. E., Suite B + + Richland + WA + 99352-4756 + 1549 Georgia Avenue S. E., Suite B + + Richland + WA + 99352-4756 + Mr. + F42640 + L42640 + + Board Chair + 42640@hsesinfo.org + Ms. + F42642 + L42642 + + Executive Director + 42642@hsesinfo.org + Ms. + F42643 + L42643 + + 42643@hsesinfo.org + Ms. + F42638 + L42638 + + 42638@hsesinfo.org + 555-555-2638 x 5555 + + + 4674 + 3872 + 8656 + 002 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Seventh Avenue Center For Family Services + http://www.7thavenuecenter.org + 3872@hsesinfo.org + 1646 Montgomery Avenue + + Bronx + NY + 10453-7302 + 1646 Montgomery Avenue + + Bronx + NY + 10453-7302 + 1646 Montgomery Avenue + + Bronx + NY + 10453-7302 + Rev. + F45468 + L45468 + + Board Chairperson + 45468@hsesinfo.org + Dr. + F45466 + L45466 + + Director + 45466@hsesinfo.org + + F45469 + L45469 + + 45469@hsesinfo.org + Dr. + F45464 + L45464 + + 45464@hsesinfo.org + 555-555-5464 + + + 9494 + 8780 + 11708 + 200 + 2019 + 2019-03-01 + + EHS + Active + The Child Center of NY + www.childcenterny.org + 8780@hsesinfo.org + 3734 29th St + + Astoria + NY + 11101-2650 + 11835 Queens Blvd + Fl 6 + Forest Hills + NY + 11375-7200 + 11835 Queens Blvd + Fl 6 + Forest Hills + NY + 11375-7200 + Mr. + F214955 + L214955 + + Board Chairperson + 214955@hsesinfo.org + Ms. + F214956 + L214956 + + Executive Director + 214956@hsesinfo.org + Mr. + F214958 + L214958 + + 214958@hsesinfo.org + Mrs. + F214954 + L214954 + + 214954@hsesinfo.org + 555-555-4954 + + + 9128 + 8722 + 11439 + 200 + 2018 + 2018-09-01 + + EHS + Active + B'Above Worldwide Institute Inc. + + 8722@hsesinfo.org + 134-11 Kew Gardens Road + + Richmond Hill + NY + 11418-1946 + 134-11 Kew Gardens Road + + Richmond Hill + NY + 11418-1946 + 134-11 Kew Gardens Road + + Richmond Hill + NY + 11418-1946 + Mr. + F212486 + L212486 + + Chairman + 212486@hsesinfo.org + Rabbi + F212487 + L212487 + + + 212487@hsesinfo.org + Mr. + F212489 + L212489 + + 212489@hsesinfo.org + Rabbi + F212485 + L212485 + + 212485@hsesinfo.org + 555-555-2485 x 5555 + + + 545 + 3019 + 797 + 000 + 2013 + 2013-07-02 + 2019-03-31 + HS + Inactive + St. Mary's County Public Schools + http://www.smcps.org/ssp/head-start + 3019@hsesinfo.org + 27184 Point Lookout Rd + Head Start Annex-Loveville + Loveville + MD + 20656-2013 + 27184 Point Lookout Rd + Head Start Annex-Loveville + Loveville + MD + 20656-2013 + 27184 Point Lookout Rd + Head Start Annex-Loveville + Loveville + MD + 20656-2013 + Dr. + F38839 + L38839 + + Superintendant, St. Mary's County Public, Board of Education Secretary + 38839@hsesinfo.org + Dr. + F38837 + L38837 + + Executive Director of Supplemental Schools Program + 38837@hsesinfo.org + Mrs. + F38836 + L38836 + + 38836@hsesinfo.org + Mrs. + F36285 + L36285 + + 36285@hsesinfo.org + 555-555-6285 x 5555 + + + 4688 + 3889 + 8670 + 016 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + National Association of Family Development Centers + + 3889@hsesinfo.org + 1114 Avenue J + + Brooklyn + NY + 11230-3657 + 1114 Avenue J + + Brooklyn + NY + 11230-3657 + 1114 Avenue J + + Brooklyn + NY + 11230-3657 + Dr. + F45567 + L45567 + + Chairperson + 45567@hsesinfo.org + Ms. + F45565 + L45565 + + Executive Director + 45565@hsesinfo.org + Mr. + F45564 + L45564 + + 45564@hsesinfo.org + Ms. + F45562 + L45562 + + 45562@hsesinfo.org + 555-555-5562 + + + 8172 + 8104 + 10551 + 200 + 2016 + 2016-05-01 + + EHS + Active + Foundacion Para El Desarollo Del Hogar Priopio + fdhp.org + 8104@hsesinfo.org + Angora Park Plaza + Ave. Luis Muñoz Marin, Esquina Georgetti + Caguas + PR + 00726-5250 + P.O. Box 5250 + + Caguas + PR + 00726-5250 + Angora Park Plaza + Ave. Luis Muñoz Marin, Esquina Georgetti + Caguas + PR + 00726-5250 + Mr. + F206319 + L206319 + + Board President + 206319@hsesinfo.org + Mr. + F206320 + L206320 + + Executive Director + 206320@hsesinfo.org + Mrs. + F206322 + L206322 + + 206322@hsesinfo.org + Mrs. + F206318 + L206318 + + 206318@hsesinfo.org + 555-555-6318 x 5555 + + + 4550 + 880 + 8576 + 200 + 2003 + 2013-12-23 + 2018-12-31 + EHS + Inactive + KNOXVILLE- KNOX COUNTY COMMUNITY ACTION COMMISSION + knoxvilleheadstart.org + 880@hsesinfo.org + 2400 Piedmont St + + Knoxville + TN + 37921-7048 + PO Box 51650 + + Knoxville + TN + 37950-1650 + 2247 Western Ave + + Knoxville + TN + 37921-5756 + Ms. + F43187 + L43187 + + Board Chairperson + 43187@hsesinfo.org + Ms. + F43191 + L43191 + + Executive Director + 43191@hsesinfo.org + Ms. + F43190 + L43190 + + 43190@hsesinfo.org + Ms. + F43186 + L43186 + + 43186@hsesinfo.org + 555-555-3186 + + + 8701 + 2382 + 11068 + 200 + 2011 + 2017-08-01 + + EHS + Active + Administration for Integral Child Care Development + + 2382@hsesinfo.org + 2 Ave De La Constitucion + Pda. 2 + San Juan + PR + 00901-2003 + P.O. Box 15091 + + San Juan + PR + 00902-8591 + 2 Ave De La Constitucion + Pda. 2 + San Juan + PR + 00901-2003 + Mr. + F209411 + L209411 + + Acting President Board Chairman + 209411@hsesinfo.org + Mr. + F209412 + L209412 + + Acting Administrator + 209412@hsesinfo.org + Ms. + F209414 + L209414 + + 209414@hsesinfo.org + Dra. + F209410 + L209410 + Ph.D + 209410@hsesinfo.org + 555-555-9410 + + + 9232 + 2389 + 11512 + 000 + 2013 + 2018-12-01 + + HS + Active + Augusta, County of School Board Office + + 2389@hsesinfo.org + 939 Fir St + + Waynesboro + VA + 22980-3753 + 18 Government Center Ln + PO Box 960 + Verona + VA + 24482-2639 + 18 Government Center Ln + + Verona + VA + 24482-2639 + Mr. + F213164 + L213164 + + Chairman of the School Board + 213164@hsesinfo.org + Dr. + F213165 + L213165 + + Superintendent of Augusta County Schools + 213165@hsesinfo.org + Ms. + F213167 + L213167 + + 213167@hsesinfo.org + Mrs. + F213163 + L213163 + + 213163@hsesinfo.org + 555-555-3163 x 5555 + + + 10887 + 511 + 12859 + 000 + 2015 + 2020-01-01 + + HS + Active + SEQUATCHIE VALLEY EDUCATION DEVELOPMENT AGENCY + https://www.svheadstart.info + 511@hsesinfo.org + 501 Westfield Pl + + Jasper + TN + 37347-5144 + PO Box 2212 + + Jasper + TN + 37347-2212 + 501 Westfield Pl + + Jasper + TN + 37347-5144 + Mr. + F224501 + L224501 + + Chairman of the Board of Directors for SVPDA + 224501@hsesinfo.org + Mrs. + F224502 + L224502 + + Chief Operating Officer / Head Start Director + 224502@hsesinfo.org + Ms. + F224504 + L224504 + + 224504@hsesinfo.org + Mrs. + F224500 + L224500 + + 224500@hsesinfo.org + 555-555-4500 + + + 4666 + 2870 + 8332 + 200 + 2011 + 2014-03-01 + 2019-02-28 + Migrant EHS + Inactive + CENTRAL CALIFORNIA MIGRANT HEAD START PROGRAM + https://stancoe.org/division/child-family-services + 2870@hsesinfo.org + 1100 H St. + + Modesto + CA + 95354 + 1100 H St. + + Modesto + CA + 95354 + 1100 H St. + + Modesto + CA + 95354 + Mr. + F44679 + L44679 + + Chairperson + 44679@hsesinfo.org + Mr. + F44677 + L44677 + + Executive Director + 44677@hsesinfo.org + Ms. + F44676 + L44676 + + 44676@hsesinfo.org + Ms. + F44674 + L44674 + + 44674@hsesinfo.org + 555-555-4674 + + + 8393 + 2399 + 10809 + 000 + 1991 + 2016-12-01 + + AIAN HS + Active + The Chickasaw Nation Head Start + http://www.chickasaw.net + 2399@hsesinfo.org + 300 Rosedale Road + + Ada + OK + 74820 + 300 Rosedale Rd + + Ada + OK + 74820-9220 + 300 Rosedale Road + + Ada + OK + 74820 + Mr. + F207925 + L207925 + + Undersecretary + 207925@hsesinfo.org + Mr. + F207926 + L207926 + + + 207926@hsesinfo.org + Ms. + F207928 + L207928 + + 207928@hsesinfo.org + Mr. + F207924 + L207924 + + 207924@hsesinfo.org + 555-555-7924 + + + 6079 + 6086 + 9776 + 200 + + 2015-03-01 + 2020-08-31 + EHS + Inactive + South Carolina First Steps to Spartanburg County + http://www.1steps.org + 6086@hsesinfo.org + 900 S Pine St + Ste C + Spartanburg + SC + 29302-3376 + 900 S Pine St + Ste C + Spartanburg + SC + 29302-3376 + 900 S Pine St + Ste C + Spartanburg + SC + 29302-3376 + Ms. + F107514 + L107514 + + Board Chair + 107514@hsesinfo.org + Ms. + F107515 + L107515 + + Executive Director + 107515@hsesinfo.org + Ms. + F107517 + L107517 + + 107517@hsesinfo.org + Ms. + F107513 + L107513 + + 107513@hsesinfo.org + 555-555-7513 x 5555 + + + 8315 + 1671 + 10675 + 000 + 2003 + 2016-07-01 + + HS + Active + Wewoka Public Schools Co-op Head Start + wps.k12.ok.us + 1671@hsesinfo.org + 220 S Wewoka Ave + + Wewoka + OK + 74884-2640 + PO Box 870 + + Wewoka + OK + 74884-0870 + 220 S Wewoka Ave + + Wewoka + OK + 74884-2640 + Mr. + F207345 + L207345 + + School Board President + 207345@hsesinfo.org + Dr. + F207346 + L207346 + + + 207346@hsesinfo.org + Mrs. + F207348 + L207348 + + 207348@hsesinfo.org + Mrs. + F207344 + L207344 + + 207344@hsesinfo.org + 555-555-7344 + + + 8829 + 2887 + 11200 + 000 + 2013 + 2018-06-01 + + HS + Active + Children's Institute, Inc. + www.childrensinstitute.org + 2887@hsesinfo.org + 7226 S Figueroa St + + Los Angeles + CA + 90003-1721 + 2121 W Temple St + + Los Angeles + CA + 90026-4915 + 7226 S Figueroa St + + Los Angeles + CA + 90003-1721 + Mr. + F210321 + L210321 + + + 210321@hsesinfo.org + Ms. + F210322 + L210322 + + + 210322@hsesinfo.org + Ms. + F210324 + L210324 + + 210324@hsesinfo.org + Ms. + F210320 + L210320 + + 210320@hsesinfo.org + 555-555-0320 + + + 4425 + 1537 + 8401 + 000 + 2013 + 2013-11-01 + 2018-10-31 + HS + Inactive + TRUMBULL COMMUNITY ACTION PROGRAM + http://www.tcaphelps.org + 1537@hsesinfo.org + 1230 Palmyra Road SW + + Warren + OH + 44485-3730 + 1230 Palmyra Road SW + + Warren + OH + 44485-3730 + 1230 Palmyra Road SW + + Warren + OH + 44485-3730 + Mr. + F41311 + L41311 + + Executive Director Trumbull County Workforce Development + 41311@hsesinfo.org + Mr. + F41313 + L41313 + + Chief Executive Officer + 41313@hsesinfo.org + Mrs. + F41310 + L41310 + + 41310@hsesinfo.org + Mrs. + F41308 + L41308 + + 41308@hsesinfo.org + 555-555-1308 x 5555 + + + 5111 + 852 + 8812 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Community Action Agency of Columbiana County, Inc. + http://www.caaofcc.org/headstart + 852@hsesinfo.org + 7880 Lincole Pl + Community Action Agency of Columbiana County Head Start Program + Lisbon + OH + 44432-8322 + 7880 Lincole Pl + Community Action Agency of Columbiana County Head Start Program + Lisbon + OH + 44432-8322 + 7880 Lincole Pl + Community Action Agency of Columbiana County Head Start Program + Lisbon + OH + 44432-8322 + Ms. + F51792 + L51792 + + Board Chair + 51792@hsesinfo.org + Mr. + F51788 + L51788 + + Chief Executive Officer + 51788@hsesinfo.org + Ms. + F51789 + L51789 + + 51789@hsesinfo.org + Ms. + F51787 + L51787 + + 51787@hsesinfo.org + 555-555-1787 + + + 8736 + 8594 + 11108 + 201 + 2017 + 2017-08-01 + + EHS + Active + Aguadilla Early Head Start + + 8594@hsesinfo.org + 33 Calle Luis Munoz Rivera + Bo. Pueblo + Aguadilla + PR + 00603-5107 + Base Ramey Gun Street Building 503 + P.O. Box 250122 + Base Ramey Aguadilla + PR + 00604-0122 + 33 Calle Luis Munoz Rivera + Bo. Pueblo + Aguadilla + PR + 00603-5107 + Mr. + F209638 + L209638 + + Governing Board President + 209638@hsesinfo.org + Mrs. + F209639 + L209639 + + Director + 209639@hsesinfo.org + Mr. + F209641 + L209641 + + 209641@hsesinfo.org + Mrs. + F209637 + L209637 + + 209637@hsesinfo.org + 555-555-9637 + + + 9441 + 6717 + 11657 + 005 + + 2019-03-01 + + Migrant HS + Active + El Concilio + http://www.elconcilio.org + 6717@hsesinfo.org + 445 N. San Joaquin St. + + Stockton + CA + 95202 + 445 N. San Joaquin St. + + Stockton + CA + 95202 + 445 N. San Joaquin St. + + Stockton + CA + 95202 + Mr. + F214594 + L214594 + + + 214594@hsesinfo.org + Mr. + F214595 + L214595 + + + 214595@hsesinfo.org + + F214597 + L214597 + + 214597@hsesinfo.org + Ms. + F214593 + L214593 + + 214593@hsesinfo.org + 555-555-4593 + + + 5288 + 3680 + 9134 + 009 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + El Monte City School District + www.emcsd.org + 3680@hsesinfo.org + 2131 Loma Ave. + + South El Monte + CA + 91733 + 3540 N. Lexington Avenu + + El Monte + CA + 91731 + 3540 N. Lexington Avenu + + El Monte + CA + 91731 + Ms. + F53360 + L53360 + + School Board President + 53360@hsesinfo.org + Dr. + F53361 + L53361 + + Superintendent + 53361@hsesinfo.org + Ms. + F53362 + L53362 + + 53362@hsesinfo.org + Ms. + F53357 + L53357 + + 53357@hsesinfo.org + 555-555-3357 x 5555 + + + 8735 + 8593 + 11108 + 001 + 2017 + 2017-08-01 + + HS + Active + Aguadilla Head Start + + 8593@hsesinfo.org + Base Ramey Gun Street Building 503 + + Aguadilla + PR + 00603 + Base Ramey Gun Street Building 503 + P.O. Box 250122 Base Ramey + Aguadilla + PR + 00604-0122 + Base Ramey Gun Street Building 503 + + Aguadilla + PR + 00603 + Mr. + F209632 + L209632 + + Governing Board President + 209632@hsesinfo.org + Mrs. + F209633 + L209633 + + Director + 209633@hsesinfo.org + + F209635 + L209635 + + 209635@hsesinfo.org + Mrs. + F209631 + L209631 + + 209631@hsesinfo.org + 555-555-9631 + + + 4673 + 3871 + 8655 + 001 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + South Jamaica Center For Children And Parents, Inc + + 3871@hsesinfo.org + 114-02 Guy R. Brewer Blvd + + Jamaica + NY + 11434-1243 + 114-02 Guy R. Brewer Blvd + + Jamaica + NY + 11434-1243 + 114-02 Guy R. Brewer Blvd + + Jamaica + NY + 11434-1243 + Mrs. + F45458 + L45458 + + Chairperson + 45458@hsesinfo.org + Ms. + F45462 + L45462 + + Administrative Director + 45462@hsesinfo.org + Ms. + F45460 + L45460 + + 45460@hsesinfo.org + Ms. + F45457 + L45457 + + 45457@hsesinfo.org + 555-555-5457 + + + 5654 + 4181 + 9454 + 220 + 2014 + 2014-12-01 + + EHS + Active + Mary Crane League + www.marycrane.org + 4181@hsesinfo.org + 4006 W Lake St + + Chicago + IL + 60624-1839 + 4006 W Lake St + + Chicago + IL + 60624-1839 + 4006 W Lake St + + Chicago + IL + 60624-1839 + Mr. + F101509 + L101509 + + Board Chair + 101509@hsesinfo.org + Ms. + F101507 + L101507 + + Executive Director + 101507@hsesinfo.org + Ms. + F101506 + L101506 + + 101506@hsesinfo.org + Ms. + F101505 + L101505 + + 101505@hsesinfo.org + 555-555-1505 + + + 9771 + 1792 + 11916 + 000 + 2014 + 2019-07-01 + + HS + Active + Passaic Family Head Start, Inc. + passaicheadstart.org + 1792@hsesinfo.org + 68 3rd St + Ste 72 + Passaic + NJ + 07055-7504 + 68 3rd St + + Passaic + NJ + 07055-7504 + 68 3rd St + + Passaic + NJ + 07055-7504 + Mr. + F216807 + L216807 + + Board President + 216807@hsesinfo.org + Dr. + F216808 + L216808 + + Executive Director + 216808@hsesinfo.org + Mr. + F216810 + L216810 + + 216810@hsesinfo.org + Ms. + F216806 + L216806 + + 216806@hsesinfo.org + 555-555-6806 + + + 3030 + 840 + 6684 + 000 + 2013 + 2013-07-02 + 2018-12-31 + HS + Inactive + Southern Seven Health Department + http://www.southern7.org + 840@hsesinfo.org + 37 Rustic Campus Drive + + Ullin + IL + 62992-2226 + 37 Rustic Campus Drive + + Ullin + IL + 62992-2226 + 37 Rustic Campus Drive + + Ullin + IL + 62992-2226 + Dr. + F37781 + L37781 + + Board President + 37781@hsesinfo.org + Mrs. + F37780 + L37780 + + + 37780@hsesinfo.org + Mrs. + F37782 + L37782 + + 37782@hsesinfo.org + Mrs. + F37778 + L37778 + + 37778@hsesinfo.org + 555-555-7778 + + + 5143 + 3228 + 8805 + 200 + 2014 + 2014-07-01 + 2019-03-31 + EHS + Inactive + Tri-County Opportunities Council, Inc. + www.tcochelps.org + 3228@hsesinfo.org + 405 Emmons Ave + + Rock Falls + IL + 61071-1407 + 405 Emmons Ave + + Rock Falls + IL + 61071-1407 + 405 Emmons Ave + + Rock Falls + IL + 61071-1407 + Mr. + F51820 + L51820 + + T.C.O.C. Board Chair + 51820@hsesinfo.org + Ms. + F51818 + L51818 + + President/CEO + 51818@hsesinfo.org + Ms. + F51817 + L51817 + + 51817@hsesinfo.org + Mrs. + F51816 + L51816 + + 51816@hsesinfo.org + 555-555-1816 x 5555 + + + 6768 + 3867 + 10252 + 003 + + 2015-08-01 + + HS + Active + Union Child Day Care Ctr, Inc. dba Lois Bronz CC + www.lbcc4kids.org + 3867@hsesinfo.org + 30 Manhattan Avenue + + White Plains + NY + 10607-1329 + 30 Manhattan Avenue + + White Plains + NY + 10607-1329 + 30 Manhattan Avenue + + White Plains + NY + 10607-1329 + Mr. + F203047 + L203047 + + Board Chair + 203047@hsesinfo.org + Ms. + F203048 + L203048 + + Exec Director + 203048@hsesinfo.org + Ms. + F203050 + L203050 + + 203050@hsesinfo.org + Ms. + F203046 + L203046 + + 203046@hsesinfo.org + 555-555-3046 x 5555 + + + 3031 + 841 + 6684 + 200 + 2013 + 2013-07-02 + 2018-12-31 + EHS + Inactive + Southern Seven Health Department + http://www.southern7.org + 841@hsesinfo.org + 37 Rustic Campus Drive + + Ullin + IL + 62992-2226 + 37 Rustic Campus Drive + + Ullin + IL + 62992-2226 + 37 Rustic Campus Drive + + Ullin + IL + 62992-2226 + Dr. + F37789 + L37789 + + Board President + 37789@hsesinfo.org + Mrs. + F37787 + L37787 + + + 37787@hsesinfo.org + Mrs. + F37786 + L37786 + + 37786@hsesinfo.org + Mrs. + F37784 + L37784 + + 37784@hsesinfo.org + 555-555-7784 + + + 10888 + 8506 + 12859 + 200 + 2017 + 2020-01-01 + + EHS + Active + SEQUATCHIE VALLEY PLANNING & DEVELOPMENT DISTRICT + https://www.svheadstart.info + 8506@hsesinfo.org + 501 Westfield Pl + + Jasper + TN + 37347-5144 + PO Box 2212 + + Jasper + TN + 37347-2212 + 501 Westfield Pl + + Jasper + TN + 37347-5144 + Mr. + F224508 + L224508 + + Chairman of the Board of Directors for SVPDA + 224508@hsesinfo.org + Mrs. + F224509 + L224509 + + Chief Operating Officer / Head Start Director + 224509@hsesinfo.org + Ms. + F224511 + L224511 + + 224511@hsesinfo.org + Mrs. + F224507 + L224507 + + 224507@hsesinfo.org + 555-555-4507 + + + 6469 + 2252 + 10119 + 000 + 1992 + 2015-07-01 + 2020-06-30 + HS + Inactive + Economic Opportunity Commission of Nassau County, + http://www.eoc-nassau.org + 2252@hsesinfo.org + 134 Jackson St + + Hempstead + NY + 11550-2413 + 134 Jackson St + + Hempstead + NY + 11550-2413 + 134 Jackson St + + Hempstead + NY + 11550-2413 + Mr. + F200953 + L200953 + + Board Chairperson + 200953@hsesinfo.org + Ms. + F200954 + L200954 + + Chief Executive Officer + 200954@hsesinfo.org + Mr. + F200956 + L200956 + + 200956@hsesinfo.org + Rev. + F200952 + L200952 + + 200952@hsesinfo.org + 555-555-0952 x 5555 + + + 8649 + 8515 + 11035 + 000 + 2017 + 2017-07-01 + + HS + Active + Educare of West DuPage + educarewestdupage.org + 8515@hsesinfo.org + 851 Pearl Rd + + West Chicago + IL + 60185-3716 + 851 Pearl Rd + + West Chicago + IL + 60185-3716 + 851 Pearl Rd + + West Chicago + IL + 60185-3716 + Ms. + F209052 + L209052 + + Board Chair + 209052@hsesinfo.org + Ms. + F209053 + L209053 + + Executive Director + 209053@hsesinfo.org + Ms. + F209055 + L209055 + + 209055@hsesinfo.org + Ms. + F209051 + L209051 + + 209051@hsesinfo.org + 555-555-9051 + + + 9116 + 3784 + 11429 + 007 + 2013 + 2018-09-01 + + HS + Active + Coachella Valley USD + www.cvusd.us + 3784@hsesinfo.org + 87-225 Church Street + + Thermal + CA + 92274-8901 + P.O. Box 847 + + Thermal + CA + 92274-8901 + 87-225 Church Street + + Thermal + CA + 92274-8901 + Mr. + F212402 + L212402 + + Board President + 212402@hsesinfo.org + Dr. + F212403 + L212403 + + Superintendent + 212403@hsesinfo.org + Ms. + F212405 + L212405 + + 212405@hsesinfo.org + Ms. + F212401 + L212401 + + 212401@hsesinfo.org + 555-555-2401 + + + 8780 + 8632 + 11143 + 201 + 2018 + 2018-01-01 + 2020-06-30 + EHS + Inactive + The Children's Center of Cicero - Berwyn + http://www.childrenscenterciceroberwyn.org + 8632@hsesinfo.org + 5341 Cermak Road + + Cicero + IL + 60804 + 5341 Cermak Road + + Cicero + IL + 60804 + 5341 Cermak Road + + Cicero + IL + 60804 + Mrs. + F209917 + L209917 + + Board President + 209917@hsesinfo.org + Mrs. + F209918 + L209918 + + Executive Director + 209918@hsesinfo.org + Mrs. + F209920 + L209920 + + 209920@hsesinfo.org + Mrs. + F209916 + L209916 + + 209916@hsesinfo.org + 555-555-9916 + + + 5994 + 6001 + 9548 + 206 + + 2014-07-01 + 2019-06-30 + EHS + Inactive + Goodwill Industries of the Chesapeake + www.goodwillches.org + 6001@hsesinfo.org + 829 Montpelier St + + Baltimore + MD + 21218-3542 + 829 Montpelier St + + Baltimore + MD + 21218-3542 + 829 Montpelier St + + Baltimore + MD + 21218-3542 + Mr. + F106628 + L106628 + + Board Chair + 106628@hsesinfo.org + Mrs. + F106629 + L106629 + + + 106629@hsesinfo.org + Ms. + F106631 + L106631 + + 106631@hsesinfo.org + Ms. + F106627 + L106627 + + 106627@hsesinfo.org + 555-555-6627 + + + 8384 + 1757 + 10803 + 000 + 2001 + 2016-11-01 + + AIAN HS + Active + Big Sandy Rancheria Tribal Head Start + http://www.bigsandyrancheria.com + 1757@hsesinfo.org + 37802 Jose Basin Rd + + Auberry + CA + 93602-9421 + PO Box 337 + + Auberry + CA + 93602-0337 + 37387 Auberry Mission Rd + + Auberry + CA + 93602-9418 + Ms. + F207854 + L207854 + + Tribal Chairperson + 207854@hsesinfo.org + Mr. + F207855 + L207855 + + + 207855@hsesinfo.org + Ms. + F207857 + L207857 + + 207857@hsesinfo.org + Ms. + F207853 + L207853 + + 207853@hsesinfo.org + 555-555-7853 + + + 9296 + 2412 + 11555 + 200 + 2013 + 2019-01-01 + + EHS + Active + DignityHealth DBA CALIFORNIAHOSPITALMEDICALCENTER + www.hopestreetfamilycenter.org + 2412@hsesinfo.org + 1401 S Grand Ave + California Hospital Medical Center + Los Angeles + CA + 90015-3010 + California Hospital Medical Center + 1401 South Grand Avenue + Los Angeles + CA + 90015-3010 + 1401 S Grand Ave + California Hospital Medical Center + Los Angeles + CA + 90015-3010 + Ms. + F213610 + L213610 + + Chair, HSFC-EHS Governance Committee of CHMC Community Board + 213610@hsesinfo.org + Ms. + F213611 + L213611 + + President + 213611@hsesinfo.org + Ms. + F213613 + L213613 + + 213613@hsesinfo.org + Ms. + F213609 + L213609 + + 213609@hsesinfo.org + 555-555-3609 + + + 8310 + 1332 + 10671 + 000 + 1992 + 2016-07-01 + + HS + Active + JEFFCAP Head Start Birth-to-Five Program + http://www.jeffparish.net + 1332@hsesinfo.org + 1221 Elmwood Park Boulevard + Suite 402 + Jefferson + LA + 70123-2337 + 1221 Elmwood Park Boulevard + Suite 402 + Jefferson + LA + 70123-2337 + 1221 Elmwood Park Boulevard + Suite 402 + Jefferson + LA + 70123-2337 + Hon. + F207310 + L207310 + + Chairperson, Jefferson Parish Council + 207310@hsesinfo.org + Mrs. + F207311 + L207311 + + Interim Director of JeffCAP + 207311@hsesinfo.org + Ms. + F207313 + L207313 + + 207313@hsesinfo.org + Mrs. + F207309 + L207309 + + 207309@hsesinfo.org + 555-555-7309 + + + 9025 + 597 + 11350 + 000 + 2013 + 2018-08-01 + + HS + Active + Singing River Educational Association, INC + + 597@hsesinfo.org + 1170 Pleasant Hill Church Rd + + Lucedale + MS + 39452-8497 + PO Box 594 + + Lucedale + MS + 39452-0594 + 1170 Pleasant Hill Church Rd + + Lucedale + MS + 39452-8497 + Mrs. + F211711 + L211711 + + Chairperson + 211711@hsesinfo.org + Mrs. + F211712 + L211712 + + Executive Director + 211712@hsesinfo.org + Ms. + F211714 + L211714 + + 211714@hsesinfo.org + Mrs. + F211710 + L211710 + + 211710@hsesinfo.org + 555-555-1710 + + + 5079 + 3249 + 9009 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Sumter County Opportunity, Inc. + Not Available + 3249@hsesinfo.org + POST OFFICE DRAWER 928 + 714 Country Club Road /P.O. DRAWER928 + LIVINGSTON + AL + 35470-0928 + POST OFFICE DRAWER 928 + 714 Country Club Road /P.O. DRAWER928 + LIVINGSTON + AL + 35470-0928 + POST OFFICE DRAWER 928 + 714 Country Club Road /P.O. DRAWER928 + LIVINGSTON + AL + 35470-0928 + Mr. + F51707 + L51707 + + Board Chairman + 51707@hsesinfo.org + Mrs. + F51705 + L51705 + + CEO/Executive Director/Head Start/Early Head Start Director + 51705@hsesinfo.org + Mrs. + F51704 + L51704 + + 51704@hsesinfo.org + Mrs. + F51702 + L51702 + + 51702@hsesinfo.org + 555-555-1702 + + + 9042 + 1723 + 11372 + 000 + 2013 + 2018-08-01 + + HS + Active + COMMUNITY PROGRESS COUNCIL,INC + http://www.yorkcpc.org + 1723@hsesinfo.org + 226 East College Avenue + + York + PA + 17403-2344 + 226 E College Ave + + York + PA + 17403-2344 + 226 E College Ave + + York + PA + 17403-2344 + Mr. + F211830 + L211830 + Esq. + President, Community Progress Council Board of Directors + 211830@hsesinfo.org + Ms. + F211831 + L211831 + + President, CEO + 211831@hsesinfo.org + Mrs. + F211833 + L211833 + + 211833@hsesinfo.org + Ms. + F211829 + L211829 + + 211829@hsesinfo.org + 555-555-1829 + + + 8709 + 8569 + 11078 + 001 + 2017 + 2017-07-01 + + HS + Active + Acelero Learning Camden/Philadelphia + alcp.acelero.net + 8569@hsesinfo.org + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + Ms. + F209464 + L209464 + + Board Chairman + 209464@hsesinfo.org + Mr. + F209465 + L209465 + + + 209465@hsesinfo.org + Ms. + F209467 + L209467 + + 209467@hsesinfo.org + Ms. + F209463 + L209463 + + 209463@hsesinfo.org + 555-555-9463 + + + 9202 + 8736 + 11493 + 200 + 2019 + 2019-01-01 + + EHS + Active + MISSISSIPPI ACTION FOR PROGRESS, INC. + http://www.mapheadstart.org + 8736@hsesinfo.org + 1751 Morson Rd + + Jackson + + 39209 + 1751 Morson Rd + + Jackson + MS + 39209 + 1751 Morson Rd + + Jackson + MS + 39209 + Mr. + F212950 + L212950 + + Governing Board Chairperson + 212950@hsesinfo.org + Dr. + F212951 + L212951 + + CEO/Head Start Director + 212951@hsesinfo.org + Ms. + F212953 + L212953 + + 212953@hsesinfo.org + Dr. + F212949 + L212949 + + 212949@hsesinfo.org + 555-555-2949 x 5555 + + + 4712 + 3937 + 8694 + 040 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Highbridge Advisory Council Family Services, Inc. + www.HACFS.org + 3937@hsesinfo.org + 880 River Avenue + 2nd Floor + Bronx + NY + 10452-9431 + 880 River Avenue + 2nd Floor + Bronx + NY + 10452-9431 + 880 River Avenue + 2nd Floor + Bronx + NY + 10452-9431 + Ms. + F45735 + L45735 + + Board Member + 45735@hsesinfo.org + Mr. + F45732 + L45732 + + CEO + 45732@hsesinfo.org + Mr. + F45731 + L45731 + + 45731@hsesinfo.org + Ms. + F45730 + L45730 + + 45730@hsesinfo.org + 555-555-5730 + + + 4526 + 2531 + 8541 + 000 + 2013 + 2013-12-02 + 2019-01-31 + HS + Inactive + Benton Franklin Head Start + bfhs.net + 2531@hsesinfo.org + 1549 Georgia Avenue S.E., Suite B + + Richland + WA + 99352-4756 + 1549 Georgia Avenue S.E., Suite B + + Richland + WA + 99352-4756 + 1549 Georgia Avenue S.E., Suite B + + Richland + WA + 99352-4756 + Mr. + F42635 + L42635 + + Board Chair + 42635@hsesinfo.org + Ms. + F42636 + L42636 + + Executive Director + 42636@hsesinfo.org + Ms. + F42633 + L42633 + + 42633@hsesinfo.org + Ms. + F42631 + L42631 + + 42631@hsesinfo.org + 555-555-2631 x 5555 + + + 4742 + 3967 + 8724 + 070 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Southeast Bronx Neighborhood Centers + sebnc.org + 3967@hsesinfo.org + 955 Tinton Avenue + + Bronx + NY + 10456-7105 + 955 Tinton Avenue + + Bronx + NY + 10456-7105 + 955 Tinton Avenue + + Bronx + NY + 10456-7105 + Mr. + F45943 + L45943 + + Board of Directors Chair + 45943@hsesinfo.org + Dr. + F45941 + L45941 + + + 45941@hsesinfo.org + + F45940 + L45940 + + 45940@hsesinfo.org + Ms. + F45945 + L45945 + + 45945@hsesinfo.org + 555-555-5945 + + + 472 + 3133 + 293 + 000 + 2013 + 2013-07-02 + 2018-10-31 + HS + Inactive + Kalamazoo Regional Educational Service Agency + www.kresa.org + 3133@hsesinfo.org + 422 E South St + + Kalamazoo + MI + 49007-5809 + 422 E South St + + Kalamazoo + MI + 49007-5809 + 422 E South St + + Kalamazoo + MI + 49007-5809 + Mr. + F38537 + L38537 + + Board President + 38537@hsesinfo.org + Mr. + F38535 + L38535 + + Superintendent + 38535@hsesinfo.org + Mrs. + F38534 + L38534 + + 38534@hsesinfo.org + Ms. + F36331 + L36331 + + 36331@hsesinfo.org + 555-555-6331 + + + 10477 + 6089 + 12464 + 200 + + 2019-09-01 + + EHS + Active + SEQUATCHIE VALLEY EDUCATION DEVELOPMENT AGENCY + https://svheadstart.info + 6089@hsesinfo.org + 501 Westfield Pl + + Jasper + TN + 37347-5144 + PO Box 2212 + + Jasper + TN + 37347-2212 + 501 Westfield Pl + + Jasper + TN + 37347-5144 + Mr. + F221680 + L221680 + + + 221680@hsesinfo.org + Mrs. + F221681 + L221681 + + Chief Operating Officer + 221681@hsesinfo.org + Ms. + F221683 + L221683 + + 221683@hsesinfo.org + Mrs. + F221679 + L221679 + + 221679@hsesinfo.org + 555-555-1679 + + + 11434 + 1298 + 13281 + 000 + 1992 + 2020-07-01 + + HS + Active + North Idaho College Head Start + www.nic.edu/headstart + 1298@hsesinfo.org + 411 N 15th St + + Coeur D Alene + ID + 83814-5476 + 411 N 15th St + + Coeur D Alene + ID + 83814-5476 + 411 N 15th St + + Coeur D Alene + ID + 83814-5476 + Mr. + F228078 + L228078 + + Chair + 228078@hsesinfo.org + Msgr. + F228079 + L228079 + + + 228079@hsesinfo.org + Ms. + F228081 + L228081 + + 228081@hsesinfo.org + Ms. + F228077 + L228077 + + 228077@hsesinfo.org + 555-555-8077 + + + 6757 + 1086 + 10217 + 200 + 2000 + 2015-08-01 + 2020-07-31 + EHS + Inactive + Sacramento Employment And Training Agency + http://www.headstart.seta.net + 1086@hsesinfo.org + 925 Del Paso Blvd Ste 200 + + Sacramento + CA + 95815-3500 + 925 Del Paso Blvd Ste 200 + + Sacramento + CA + 95815-3500 + 925 Del Paso Blvd Ste 200 + + Sacramento + CA + 95815-3500 + Mr. + F202970 + L202970 + + Board of Supervisor + 202970@hsesinfo.org + Ms. + F202971 + L202971 + + Executive Director + 202971@hsesinfo.org + Ms. + F202973 + L202973 + + 202973@hsesinfo.org + Ms. + F202969 + L202969 + + 202969@hsesinfo.org + 555-555-2969 + + + 5782 + 1220 + 8772 + 000 + 1992 + 2015-01-01 + + Migrant HS + Active + Oregon Child Development Coalition + http://www.ocdc.net + 1220@hsesinfo.org + 9140 SW Pioneer Court, Suite E + + Wilsonville + OR + 97070-2780 + PO Box 2780 + + Wilsonville + OR + 97070 + 9140 SW Pioneer Court, Suite E + + Wilsonville + OR + 97070-2780 + Ms. + F105078 + L105078 + + Board Chairman + 105078@hsesinfo.org + Ms. + F105081 + L105081 + + Executive Director + 105081@hsesinfo.org + Mrs. + F105079 + L105079 + + 105079@hsesinfo.org + Mrs. + F105077 + L105077 + + 105077@hsesinfo.org + 555-555-5077 x 5555 + + + 5664 + 2240 + 9299 + 200 + 2014 + 2014-12-01 + 2020-11-30 + EHS + Inactive + L.I Child and Family Development Services, Inc + http://www.liheadstart.org + 2240@hsesinfo.org + 98 Austin St + + Patchogue + NY + 11772-2615 + 98 Austin St + + Patchogue + NY + 11772-2615 + 98 Austin St + + Patchogue + NY + 11772-2615 + Mr. + F102197 + L102197 + + + 102197@hsesinfo.org + Ms. + F102193 + L102193 + + + 102193@hsesinfo.org + Mrs. + F102195 + L102195 + + 102195@hsesinfo.org + Ms. + F102192 + L102192 + + 102192@hsesinfo.org + 555-555-2192 x 5555 + + + 6984 + 579 + 10452 + 000 + 1991 + 2015-12-01 + + HS + Active + Friends of Children of Mississippi, Inc. + www.friendsofchildren.org + 579@hsesinfo.org + 130 Riverview Dr + Ste C + Flowood + MS + 39232-8921 + 130 Riverview Dr + Ste C + Flowood + MS + 39232-8921 + 130 Riverview Dr + Ste C + Flowood + MS + 39232-8921 + Mr. + F204554 + L204554 + + BOARD CHAIRPERSON + 204554@hsesinfo.org + Dr. + F204555 + L204555 + + Interim Executive Director + 204555@hsesinfo.org + Mr. + F204557 + L204557 + + 204557@hsesinfo.org + Dr. + F204553 + L204553 + + 204553@hsesinfo.org + 555-555-4553 x 5555 + + + 5821 + 5827 + 9573 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Parent Child Incorporated + www.parentchildinc.com + 5827@hsesinfo.org + 7815 Mainland Dr + + San Antonio + TX + 78250-5150 + 7815 Mainland Dr + + San Antonio + TX + 78250-5150 + 7815 Mainland Dr + + San Antonio + TX + 78250-5150 + Mr. + F103920 + L103920 + + Board President + 103920@hsesinfo.org + Dr. + F103921 + L103921 + PhD + Chief Executive Officer/HS/EHS Director + 103921@hsesinfo.org + Mr. + F103923 + L103923 + + 103923@hsesinfo.org + Dr. + F103919 + L103919 + PhD + 103919@hsesinfo.org + 555-555-3919 + + + 4453 + 3156 + 8393 + 000 + 2013 + 2013-11-01 + 2018-10-31 + HS + Inactive + Marshall Starke Development Center + www.marshall-starke.org + 3156@hsesinfo.org + 1901 PIDCO Drive + + Plymouth + IN + 46563-1362 + 1901 PIDCO Drive + + Plymouth + IN + 46563-1362 + 1901 PIDCO Drive + + Plymouth + IN + 46563-1362 + Mr. + F41576 + L41576 + + Board of Directors Chairman + 41576@hsesinfo.org + Ms. + F41573 + L41573 + + + 41573@hsesinfo.org + Ms. + F41575 + L41575 + + 41575@hsesinfo.org + Ms. + F41572 + L41572 + + 41572@hsesinfo.org + 555-555-1572 x 5555 + + + 9439 + 3517 + 11655 + 003 + 2014 + 2019-03-01 + + Migrant HS + Active + Community Action Partnership of Madera County + http://www.maderacap.org + 3517@hsesinfo.org + 1225 Gill Avenue + + Madera + CA + 93637-9363 + 1225 Gill Avenue + + Madera + CA + 93637-9363 + 1225 Gill Avenue + + Madera + CA + 93637-9363 + Mr. + F214580 + L214580 + + + 214580@hsesinfo.org + Ms. + F214581 + L214581 + + + 214581@hsesinfo.org + Ms. + F214583 + L214583 + + 214583@hsesinfo.org + Ms. + F214579 + L214579 + + 214579@hsesinfo.org + 555-555-4579 + + + 5584 + 2053 + 9342 + 200 + 2014 + 2014-12-01 + + EHS + Active + City of Chicago + www.cityofchicago.org + 2053@hsesinfo.org + 1615 West Chicago Avenue + + Chicago + IL + 60622-5127 + 1615 West Chicago Avenue + + Chicago + IL + 60622-5127 + 1615 West Chicago Avenue + + Chicago + IL + 60622-5127 + Ms. + F101077 + L101077 + + Board Chair + 101077@hsesinfo.org + Ms. + F101075 + L101075 + + Commissioner + 101075@hsesinfo.org + Ms. + F101074 + L101074 + + 101074@hsesinfo.org + Ms. + F101073 + L101073 + + 101073@hsesinfo.org + 555-555-1073 + + + 10469 + 6168 + 12469 + 200 + + 2019-09-01 + + EHS + Active + Office of the State Superintendent of Education + www.osse.dc.gov + 6168@hsesinfo.org + 1050 1st St NE + Fl 6 + Washington + DC + 20002-5859 + 1050 1st St NE + Fl 6 + Washington + DC + 20002-5859 + 1050 1st St NE + Fl 6 + Washington + DC + 20002-5859 + Ms. + F221624 + L221624 + + + 221624@hsesinfo.org + Dr. + F221625 + L221625 + + + 221625@hsesinfo.org + Ms. + F221627 + L221627 + + 221627@hsesinfo.org + Dr. + F221623 + L221623 + + 221623@hsesinfo.org + 555-555-1623 + + + 5815 + 5821 + 9424 + 200 + + 2015-01-01 + + EHS + Active + City of Chicago + www.cityofchicago.org + 5821@hsesinfo.org + 1615 West Chicago Avenue + + Chicago + IL + 60622-5127 + 1615 West Chicago Avenue + + Chicago + IL + 60622-5127 + 1615 West Chicago Avenue + + Chicago + IL + 60622-5127 + Ms. + F103872 + L103872 + + Board Chair + 103872@hsesinfo.org + Ms. + F103873 + L103873 + + Commissioner + 103873@hsesinfo.org + Ms. + F103875 + L103875 + + 103875@hsesinfo.org + Ms. + F103871 + L103871 + + 103871@hsesinfo.org + 555-555-3871 + + + 4490 + 551 + 8534 + 000 + 2013 + 2013-11-29 + 2018-11-30 + HS + Inactive + TRI-COUNTY COMMUNITY COUNCIL, INC + http://tricountyheadstart.com + 551@hsesinfo.org + 2499 Cypress Street + + Westville + FL + 32464 + PO Box 1210 + + Bonifay + FL + 32425-1210 + 302 N Oklahoma St + + Bonifay + FL + 32425-2224 + Mr. + F42323 + L42323 + + Board Chairman + 42323@hsesinfo.org + Mr. + F42322 + L42322 + + Executive Director + 42322@hsesinfo.org + Ms. + F42324 + L42324 + + 42324@hsesinfo.org + Mrs. + F42321 + L42321 + + 42321@hsesinfo.org + 555-555-2321 + + + 4661 + 1166 + 8497 + 000 + 2014 + 2014-03-01 + 2019-02-28 + AIAN HS + Inactive + KICKAPOO TRIBE IN KANSAS + + 1166@hsesinfo.org + 211 S West St + + Powhattan + KS + 66527-8023 + PO Box 127 + + Powhattan + KS + 66527-0127 + 824 111th Dr + + Horton + KS + 66439-9502 + Mr. + F44634 + L44634 + + Kickapoo Tribe In Kansas Chairperson + 44634@hsesinfo.org + Mr. + F44633 + L44633 + + + 44633@hsesinfo.org + Mrs. + F44631 + L44631 + + 44631@hsesinfo.org + Mrs. + F44629 + L44629 + + 44629@hsesinfo.org + 555-555-4629 + + + 4662 + 2618 + 8497 + 200 + 2014 + 2014-03-01 + 2019-02-28 + AIAN EHS + Inactive + KICKAPOO TRIBE IN KANSAS + + 2618@hsesinfo.org + 211 S West St + + Powhattan + KS + 66527-8023 + PO Box 127 + + Powhattan + KS + 66527-0127 + 1107 Goldfinch Road + + Horton + KS + 66439 + Mr. + F44641 + L44641 + + Kickapoo Tribe In Kansas Chairperson + 44641@hsesinfo.org + Mr. + F44639 + L44639 + + + 44639@hsesinfo.org + Mrs. + F44638 + L44638 + + 44638@hsesinfo.org + Mrs. + F44637 + L44637 + + 44637@hsesinfo.org + 555-555-4637 + + + 4491 + 2842 + 8534 + 200 + 2013 + 2013-11-29 + 2018-11-30 + EHS + Inactive + TRI-COUNTY COMMUNITY COUNCIL, INC + http://tricountyheadstart.com + 2842@hsesinfo.org + 2499 Cypress St + + Westville + FL + 32464-4246 + P.O. Box 1210 + + Bonifay + FL + 32425 + 302 N Oklahoma St + + Bonifay + FL + 32425-2224 + Mr. + F42332 + L42332 + + Board Chairman + 42332@hsesinfo.org + Mr. + F42330 + L42330 + + Executive Director + 42330@hsesinfo.org + Ms. + F42329 + L42329 + + 42329@hsesinfo.org + Mrs. + F42328 + L42328 + + 42328@hsesinfo.org + 555-555-2328 + + + 8312 + 1479 + 10678 + 000 + 1992 + 2016-07-01 + + HS + Active + Caddo Parish Commission + www.caddocaaa.org + 1479@hsesinfo.org + 4055 Saint Vincent Ave + + Shreveport + LA + 71108-2542 + PO Box 3446 + + Shreveport + LA + 71133-3446 + 4055 Saint Vincent Ave + + Shreveport + LA + 71108-2542 + Rev. + F207324 + L207324 + + Board Chairperson + 207324@hsesinfo.org + Mr. + F207325 + L207325 + + + 207325@hsesinfo.org + Ms. + F207327 + L207327 + + 207327@hsesinfo.org + Mr. + F207323 + L207323 + + 207323@hsesinfo.org + 555-555-7323 x 5555 + + + 8523 + 8403 + 10926 + 200 + 2017 + 2017-03-01 + + Migrant EHS + Active + Riverside County Office of Education + rcoe.us + 8403@hsesinfo.org + 370 Aurora Dr + Ste A + El Centro + CA + 92243-4750 + 370 Aurora Dr + Ste A + El Centro + CA + 92243-4750 + 370 Aurora Dr + Ste A + El Centro + CA + 92243-4750 + Dr. + F208387 + L208387 + + Riverside County Superintendent of Schools + 208387@hsesinfo.org + Ms. + F208388 + L208388 + + Riverside County Assistant Superintendent of Schools + 208388@hsesinfo.org + Ms. + F208390 + L208390 + + 208390@hsesinfo.org + Mr. + F208386 + L208386 + + 208386@hsesinfo.org + 555-555-8386 x 5555 + + + 10550 + 3646 + 12549 + 001 + 2014 + 2019-09-01 + + HS + Active + JFK Family Services Center, Inc. + http://www.kennedycenter.org + 3646@hsesinfo.org + 23A Moulton St + + Charlestown + MA + 02129-2829 + 23A Moulton St + + Charlestown + MA + 02129-2829 + 23A Moulton St + + Charlestown + MA + 02129-2829 + Ms. + F222189 + L222189 + + + 222189@hsesinfo.org + Ms. + F222190 + L222190 + + + 222190@hsesinfo.org + Mr. + F222192 + L222192 + + 222192@hsesinfo.org + Ms. + F222188 + L222188 + + 222188@hsesinfo.org + 555-555-2188 + + + 10610 + 9042 + 12611 + 000 + 2019 + 2020-02-01 + + HS + Active + Sarpy County/ESU #3 Head Start + https://www.esu3.org + 9042@hsesinfo.org + 6949 South 110th St + + LaVista + NE + 68128 + 6949 South 110th St + + LaVista + NE + 68128 + 6949 South 110th St + + LaVista + NE + 68128 + Mr. + F222609 + L222609 + + Board President + 222609@hsesinfo.org + Dr. + F222607 + L222607 + + CEO/Chief Administrator + 222607@hsesinfo.org + Ms. + F222610 + L222610 + + 222610@hsesinfo.org + Ms. + F222606 + L222606 + + 222606@hsesinfo.org + 555-555-2606 x 5555 + + + 10611 + 9043 + 12611 + 200 + 2019 + 2020-02-01 + + EHS + Active + Sarpy County/ESU #3 Head Start + https://www.esu3.org + 9043@hsesinfo.org + 6949 South 110th St + + LaVista + NE + 68128 + 6949 South 110th St + + LaVista + NE + 68128 + 6949 South 110th St + + LaVista + NE + 68128 + Mr. + F222615 + L222615 + + Board President + 222615@hsesinfo.org + Dr. + F222613 + L222613 + + CEO/Chief Administrator + 222613@hsesinfo.org + Ms. + F222616 + L222616 + + 222616@hsesinfo.org + Ms. + F222612 + L222612 + + 222612@hsesinfo.org + 555-555-2612 x 5555 + + + 8289 + 2237 + 10666 + 000 + 1991 + 2016-07-01 + + HS + Active + Western Idaho Community Action Partnership + http://www.wicap.org + 2237@hsesinfo.org + 315 South Main Street + + Payette + ID + 83661-3315 + 315 South Main Street + + Payette + ID + 83661-3315 + 315 South Main Street + + Payette + ID + 83661-3315 + Ms. + F207163 + L207163 + + President, Board of Directors + 207163@hsesinfo.org + Ms. + F207164 + L207164 + + + 207164@hsesinfo.org + Ms. + F207166 + L207166 + + 207166@hsesinfo.org + Ms. + F207162 + L207162 + + 207162@hsesinfo.org + 555-555-7162 x 5555 + + + 8290 + 2236 + 10666 + 200 + 2001 + 2016-07-01 + + EHS + Active + Western Idaho Community Action Partnership + http://www.wicap.org + 2236@hsesinfo.org + 315 South Main Street + + Payette + ID + 83661-3315 + 315 South Main Street + + Payette + ID + 83661-3315 + 315 South Main Street + + Payette + ID + 83661-3315 + Ms. + F207170 + L207170 + + Chairman, Board of Directors + 207170@hsesinfo.org + Ms. + F207171 + L207171 + + + 207171@hsesinfo.org + Ms. + F207173 + L207173 + + 207173@hsesinfo.org + Ms. + F207169 + L207169 + + 207169@hsesinfo.org + 555-555-7169 x 5555 + + + 4703 + 3918 + 8685 + 031 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Urban Strategies Early Learn I & III + urbanstrategiesny.org + 3918@hsesinfo.org + 294 Sumpter St + 1091 Sutter Ave + Brooklyn + NY + 11233-3464 + 294 Sumpter St + 1091 Sutter Ave + Brooklyn + NY + 11233-3464 + 294 Sumpter St + 1091 Sutter Ave + Brooklyn + NY + 11233-3464 + Mrs. + F45668 + L45668 + + Board Chairperson + 45668@hsesinfo.org + Mr. + F45670 + L45670 + + Executive Director + 45670@hsesinfo.org + Ms. + F45672 + L45672 + + 45672@hsesinfo.org + Mrs. + F45667 + L45667 + + 45667@hsesinfo.org + 555-555-5667 x 5555 + + + 5439 + 5445 + 8608 + 200 + 2014 + 2014-06-01 + 2019-02-28 + EHS + Inactive + Western Arizona Council of Governments + http://www.wacog.com/headstart/ + 5445@hsesinfo.org + 1235 S Redondo Center Dr + + Yuma + AZ + 85365-2039 + 1235 S Redondo Center Dr + + Yuma + AZ + 85365-2039 + 1235 S Redondo Center Dr + + Yuma + AZ + 85365-2039 + Mrs. + F96075 + L96075 + + Chairperson + 96075@hsesinfo.org + Mr. + F96076 + L96076 + + Executive Director + 96076@hsesinfo.org + Mrs. + F96078 + L96078 + + 96078@hsesinfo.org + Mrs. + F96074 + L96074 + + 96074@hsesinfo.org + 555-555-6074 + + + 8188 + 8120 + 10622 + 200 + 2016 + 2016-07-01 + + EHS + Active + La Casa de Don Pedro, Inc. + + 8120@hsesinfo.org + 75 Park Ave + + Newark + NJ + 07104-1034 + 75 Park Ave + + Newark + NJ + 07104-1034 + 75 Park Ave + + Newark + NJ + 07104-1034 + Mr. + F206431 + L206431 + + La Casa de Don Pedro Board of Directors -President + 206431@hsesinfo.org + Mr. + F206432 + L206432 + + La Casa de Don Pedro Executive Director + 206432@hsesinfo.org + + F206434 + L206434 + + 206434@hsesinfo.org + Ms. + F206430 + L206430 + + 206430@hsesinfo.org + 555-555-6430 + + + 8163 + 2415 + 10630 + 200 + 2001 + 2016-07-01 + + AIAN EHS + Active + Nez Perce Tribe + http://www.nezperce.org + 2415@hsesinfo.org + Early Childhood Development Program + 117 Lolo Street + Lapwai + ID + 83540 + PO Box 365 + Early Childhood Development Program + Lapwai + ID + 83540-0365 + Early Childhood Development Program + 117 Lolo Street + Lapwai + ID + 83540 + Mr. + F206256 + L206256 + + Chairman, Nez Perce Tribe Executive Committee + 206256@hsesinfo.org + Mr. + F206257 + L206257 + + Executive Director + 206257@hsesinfo.org + Ms. + F206259 + L206259 + + 206259@hsesinfo.org + Ms. + F206255 + L206255 + + 206255@hsesinfo.org + 555-555-6255 + + + 9550 + 812 + 11775 + 000 + 2014 + 2019-04-01 + + HS + Active + MARATHON COUNTY CHILD DEVELOPMENT AGENCY, INC. + http://www.mccdahs.org + 812@hsesinfo.org + 616 Grant St + + Wausau + WI + 54403-4740 + 616 Grant St + + Wausau + WI + 54403-4740 + 616 Grant St + + Wausau + WI + 54403-4740 + Mr. + F215347 + L215347 + + Board of Directors President + 215347@hsesinfo.org + Dr. + F215348 + L215348 + + Executive Director/Head Start Director + 215348@hsesinfo.org + Ms. + F215350 + L215350 + + 215350@hsesinfo.org + Dr. + F215346 + L215346 + + 215346@hsesinfo.org + 555-555-5346 x 5555 + + + 8799 + 646 + 11152 + 000 + 2013 + 2018-04-01 + + HS + Active + Tallatoona Community Action Partnership Inc. + http://www.tallatoonacap.org + 646@hsesinfo.org + 1010 N Tennessee St + Ste 107 + Cartersville + GA + 30120-8526 + 1010 N Tennessee St + Ste 107 + Cartersville + GA + 30120-8526 + 1010 N Tennessee St + Ste 107 + Cartersville + GA + 30120-8526 + Mr. + F210020 + L210020 + + Board Chair + 210020@hsesinfo.org + Mr. + F210021 + L210021 + + Executive Director + 210021@hsesinfo.org + Mr. + F210023 + L210023 + + 210023@hsesinfo.org + Mrs. + F210019 + L210019 + + 210019@hsesinfo.org + 555-555-0019 x 5555 + + + 8922 + 211 + 11277 + 200 + 2013 + 2018-07-01 + + EHS + Active + The Opportunity Alliance + http://www.opportunityalliance.org + 211@hsesinfo.org + 50 Lydia Ln + + South Portland + ME + 04106-2156 + 50 Lydia Ln + + Portland + ME + 04106-2156 + 50 Lydia Ln + + South Portland + ME + 04106-2156 + Mrs. + F210975 + L210975 + + Chairperson + 210975@hsesinfo.org + Mr. + F210976 + L210976 + + CEO/President + 210976@hsesinfo.org + Mrs. + F210978 + L210978 + + 210978@hsesinfo.org + Mrs. + F210974 + L210974 + + 210974@hsesinfo.org + 555-555-0974 + + + 5823 + 5829 + 9566 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Tulsa Educare, Inc. + www.tulsaeducare.org + 5829@hsesinfo.org + 2190 S 67th East Ave + + Tulsa + OK + 74129-2008 + 2190 S 67th East Ave + + Tulsa + OK + 74129-2008 + 2190 S 67th East Ave + + Tulsa + OK + 74129-2008 + Ms. + F103936 + L103936 + + + 103936@hsesinfo.org + Ms. + F103937 + L103937 + + + 103937@hsesinfo.org + Ms. + F103939 + L103939 + + 103939@hsesinfo.org + Ms. + F103935 + L103935 + + 103935@hsesinfo.org + 555-555-3935 + + + 6961 + 2492 + 10427 + 200 + 2001 + 2015-11-01 + + AIAN EHS + Active + Cherokee Nation Early Head Start + + 2492@hsesinfo.org + 17675 S Muskogee Ave + + Tahlequah + OK + 74464-5492 + PO Box 948 + + Tahlequah + OK + 74465-0948 + 16944 Cherokee Street + + Tahlequah + OK + 74464 + Mrs. + F204389 + L204389 + + Treasurer + 204389@hsesinfo.org + Mr. + F204390 + L204390 + + Deputy Executive Director + 204390@hsesinfo.org + Ms. + F204392 + L204392 + + 204392@hsesinfo.org + Ms. + F204388 + L204388 + + 204388@hsesinfo.org + 555-555-4388 x 5555 + + + 5202 + 1018 + 8937 + 000 + 1992 + 2014-07-01 + 2018-12-31 + HS + Inactive + Plattsmouth Community School District + www.pcsd.org + 1018@hsesinfo.org + 902 Main St. + + Plattsmouth + NE + 68048 + 1912 East Highway 34 + + Plattsmouth + NE + 68048 + 1912 East Highway 34 + + Plattsmouth + NE + 68048 + Mr. + F52246 + L52246 + + President, Board of Education + 52246@hsesinfo.org + Dr. + F52248 + L52248 + + Superintendent + 52248@hsesinfo.org + Ms. + F52249 + L52249 + + 52249@hsesinfo.org + Mrs. + F52244 + L52244 + + 52244@hsesinfo.org + 555-555-2244 x 5555 + + + 6917 + 482 + 10394 + 200 + 2003 + 2015-11-01 + 2020-10-31 + EHS + Inactive + Anoka County Community Action Program, Inc. + http://www.accap.org + 482@hsesinfo.org + 1201 89th Ave NE Ste 345 + + Blaine + MN + 55434-3373 + 1201 89th Ave NE Ste 345 + + Blaine + MN + 55434-3373 + 1201 89th Ave NE Ste 345 + + Blaine + MN + 55434-3373 + Mr. + F204080 + L204080 + + Governing Board Chair + 204080@hsesinfo.org + Mr. + F204081 + L204081 + + + 204081@hsesinfo.org + Ms. + F204083 + L204083 + + 204083@hsesinfo.org + Ms. + F204079 + L204079 + + 204079@hsesinfo.org + 555-555-4079 + + + 9208 + 917 + 11502 + 000 + 1991 + 2018-12-01 + + HS + Active + Mid-East Community Action Agency + http://www.mecaa.net + 917@hsesinfo.org + 315 E Race St + + Kingston + TN + 37763-2828 + PO Box 790 + + Kingston + TN + 37763-0790 + 315 E Race St + + Kingston + TN + 37763-2828 + Ms. + F212996 + L212996 + + Board Chair + 212996@hsesinfo.org + Mr. + F212997 + L212997 + + + 212997@hsesinfo.org + Ms. + F212999 + L212999 + + 212999@hsesinfo.org + Ms. + F212995 + L212995 + + 212995@hsesinfo.org + 555-555-2995 x 5555 + + + 5748 + 1887 + 9520 + 000 + 2015 + 2015-01-01 + 2020-06-30 + HS + Inactive + Harris County Department of Education + http://www.hcde-texas.org + 1887@hsesinfo.org + 6300 Irvington Blvd., Suite 406 + + Houston + TX + 77022-5618 + 6300 Irvington Blvd., Suite 406 + + Houston + TX + 77022-5618 + 6300 Irvington Blvd., Suite 406 + + Houston + TX + 77022-5618 + Mr. + F103290 + L103290 + + Board President + 103290@hsesinfo.org + Mr. + F103293 + L103293 + + County School Superintendent + 103293@hsesinfo.org + Ms. + F103289 + L103289 + + 103289@hsesinfo.org + Ms. + F103288 + L103288 + + 103288@hsesinfo.org + 555-555-3288 + + + 6546 + 2845 + 10068 + 200 + 2011 + 2015-07-01 + + EHS + Active + PORTAGE PRIVATE INDUSTRY COUNCIL, INC. + www.portagelearningcenters.com + 2845@hsesinfo.org + 145 N Chestnut St + + Ravenna + OH + 44266-2293 + 145 N Chestnut St + + Ravenna + OH + 44266-2293 + 145 N Chestnut St + + Ravenna + OH + 44266-2293 + Ms. + F201492 + L201492 + + Chairman + 201492@hsesinfo.org + Ms. + F201493 + L201493 + + Executive Director + 201493@hsesinfo.org + Ms. + F201495 + L201495 + + 201495@hsesinfo.org + Ms. + F201491 + L201491 + + 201491@hsesinfo.org + 555-555-1491 + + + 4551 + 652 + 8416 + 000 + 2013 + 2013-12-23 + 2018-12-31 + HS + Inactive + EIGHT COMMUNITY ACTION PROGRAM, INC. + https://www.8cap.org/ + 652@hsesinfo.org + 5827 Orleans Rd + + Orleans + MI + 48865-8603 + 5827 Orleans Rd + + Orleans + MI + 48865-8603 + 5827 Orleans Rd + + Orleans + MI + 48865-8603 + Mr. + F43233 + L43233 + + Board Chairperson + 43233@hsesinfo.org + Mr. + F43230 + L43230 + + President + 43230@hsesinfo.org + Ms. + F43231 + L43231 + + 43231@hsesinfo.org + Ms. + F43228 + L43228 + + 43228@hsesinfo.org + 555-555-3228 x 5555 + + + 4552 + 653 + 8416 + 200 + 2013 + 2013-12-23 + 2018-12-31 + EHS + Inactive + EIGHT COMMUNITY ACTION PROGRAM, INC. + https://www.8cap.org/ + 653@hsesinfo.org + 5827 Orleans Rd + + Orleans + MI + 48865-8603 + 5827 Orleans Rd + + Orleans + MI + 48865-8603 + 5827 Orleans Rd + + Orleans + MI + 48865-8603 + Mr. + F43238 + L43238 + + Board Chairperson + 43238@hsesinfo.org + Mr. + F43237 + L43237 + + President + 43237@hsesinfo.org + Ms. + F43240 + L43240 + + 43240@hsesinfo.org + Ms. + F43235 + L43235 + + 43235@hsesinfo.org + 555-555-3235 x 5555 + + + 4492 + 338 + 8535 + 000 + 2013 + 2013-11-29 + 2018-11-30 + HS + Inactive + AUDUBON AREA COMMUNITY SERVICES, INC + http://www.aacshs.org + 338@hsesinfo.org + 1700 West 5th Street + + Owensboro + KY + 42301 + 1700 West 5th Street + + Owensboro + KY + 42301 + 1700 West 5th Street + + Owensboro + KY + 42301 + Ms. + F42297 + L42297 + + Board Chair + 42297@hsesinfo.org + Mr. + F42294 + L42294 + + + 42294@hsesinfo.org + Ms. + F42298 + L42298 + + 42298@hsesinfo.org + Ms. + F42293 + L42293 + + 42293@hsesinfo.org + 555-555-2293 + + + 10399 + 9036 + 12140 + 200 + + 2019-07-01 + + Migrant EHS + Active + United Migrant Opportunity Services, Inc. + http://www.umos.org + 9036@hsesinfo.org + 2701 South Chase Avenue + + Milwaukee + WI + 53207-1450 + PO Box 4129 + + Milwaukee + WI + 53204-0129 + 2701 South Chase Avenue + + Milwaukee + WI + 53207-1450 + Mr. + F221136 + L221136 + + Board Chair + 221136@hsesinfo.org + Mr. + F221134 + L221134 + + CEO/President + 221134@hsesinfo.org + Mr. + F221137 + L221137 + + 221137@hsesinfo.org + Ms. + F221133 + L221133 + + 221133@hsesinfo.org + 555-555-1133 + + + 4493 + 339 + 8535 + 200 + 2013 + 2013-11-29 + 2018-11-30 + EHS + Inactive + AUDUBON AREA COMMUNITY SERVICES, INC + http://www.aacshs.org + 339@hsesinfo.org + 1700 West 5th Street + + Owensboro + KY + 42301 + 1700 West 5th Street + + Owensboro + KY + 42301 + 1700 West 5th Street + + Owensboro + KY + 42301 + Ms. + F42301 + L42301 + + Board Chair + 42301@hsesinfo.org + Mr. + F42303 + L42303 + + + 42303@hsesinfo.org + Ms. + F42304 + L42304 + + 42304@hsesinfo.org + Ms. + F42300 + L42300 + + 42300@hsesinfo.org + 555-555-2300 + + + 9337 + 2778 + 11585 + 200 + 2011 + 2019-02-01 + + EHS + Active + Association to Benefit Children + www.a-b-c.org + 2778@hsesinfo.org + 1841 Park Avenue + + New York + NY + 10035 + 1841 Park Avenue + + New York + NY + 10035 + 1841 Park Avenue + + New York + NY + 10035 + Mr. + F213896 + L213896 + + Board Chair + 213896@hsesinfo.org + Dr. + F213897 + L213897 + + Chief Operating Officer + 213897@hsesinfo.org + Mr. + F213899 + L213899 + + 213899@hsesinfo.org + Dr. + F213895 + L213895 + + 213895@hsesinfo.org + 555-555-3895 + + + 5615 + 4108 + 9435 + 001 + 2014 + 2014-12-01 + 2019-11-30 + HS + Inactive + Catholic Charities of the Archdiocese of Chicago + www.catholiccharities.net + 4108@hsesinfo.org + 721 N La Salle Dr + + Chicago + IL + 60654-3503 + 721 N La Salle Dr + + Chicago + IL + 60654-3503 + 721 N La Salle Dr + + Chicago + IL + 60654-3503 + Mr. + F101320 + L101320 + + Chairperson – Service Advisory Board + 101320@hsesinfo.org + Ms. + F101318 + L101318 + + Vice President - Child, Youth, & Family Service + 101318@hsesinfo.org + + F101317 + L101317 + + 101317@hsesinfo.org + Ms. + F101316 + L101316 + + 101316@hsesinfo.org + 555-555-1316 + + + 1399 + 3292 + 2891 + 000 + 2013 + 2013-07-02 + 2018-11-30 + HS + Inactive + Texas City Independent School District + www.tcisd.org + 3292@hsesinfo.org + 1805 13th Ave N + + Texas City + TX + 77590 + 1805 13th Ave N + + Texas City + TX + 77590 + 1700 9th Ave N + + Texas City + TX + 77590-5470 + Mr. + F38575 + L38575 + + Governing Board President + 38575@hsesinfo.org + Ms. + F38573 + L38573 + + Deputy Superintendent + 38573@hsesinfo.org + Ms. + F38572 + L38572 + + 38572@hsesinfo.org + Ms. + F36349 + L36349 + + 36349@hsesinfo.org + 555-555-6349 + + + 6815 + 1073 + 10276 + 000 + 1993 + 2015-09-01 + 2020-08-31 + HS + Inactive + Absaroka, Inc. + abshs.org + 1073@hsesinfo.org + 1121 Big Horn Ave + + Worland + WY + 82401-2802 + PO BOX 952 + + Worland + WY + 82401-0952 + 1121 Big Horn Ave + + Worland + WY + 82401-2802 + Mr. + F203380 + L203380 + + Board Chair + 203380@hsesinfo.org + Mrs. + F203381 + L203381 + + Head Start Director + 203381@hsesinfo.org + Mrs. + F203383 + L203383 + + 203383@hsesinfo.org + Mrs. + F203379 + L203379 + + 203379@hsesinfo.org + 555-555-3379 + + + 4289 + 4289 + 6869 + 000 + 2013 + 2013-08-19 + 2019-01-31 + HS + Inactive + Children's Home Society of Washington + http://www.chs-wa.org + 4289@hsesinfo.org + 12360 Lake City Way NE + Ste 450 + Seattle + WA + 98125-5452 + PO Box 15190 + + Seattle + WA + 98115-0190 + 12360 Lake City Way NE + Ste 450 + Seattle + WA + 98125-5452 + Mr. + F54303 + L54303 + + Chair, Board of Trustees + 54303@hsesinfo.org + Mr. + F54301 + L54301 + + President/CEO + 54301@hsesinfo.org + Ms. + F54300 + L54300 + + 54300@hsesinfo.org + Ms. + F38709 + L38709 + + 38709@hsesinfo.org + 555-555-8709 + + + 6240 + 2622 + 9833 + 200 + 2011 + 2015-04-01 + + AIAN EHS + Active + LEECH LAKE RESERVATION BUSINESS COMMITTEE INC + www.llboearlychildhood.com + 2622@hsesinfo.org + 190 Sailstar Dr NW + # Mw + Cass Lake + MN + 56633-3565 + 190 Sailstar Dr NW + + Cass Lake + MN + 56633-3565 + 190 Sailstar Dr NW + + Cass Lake + MN + 56633-3565 + Mr. + F109525 + L109525 + Sr. + Tribal Chairman + 109525@hsesinfo.org + Mr. + F109523 + L109523 + Jr + + 109523@hsesinfo.org + Ms. + F109522 + L109522 + + 109522@hsesinfo.org + Mr. + F109520 + L109520 + + 109520@hsesinfo.org + 555-555-9520 + + + 8864 + 3654 + 11234 + 004 + 2013 + 2018-07-01 + + HS + Active + Catholic Charities of the Archdiocese of Denver + http://www.ccdenver.org + 3654@hsesinfo.org + 4704 Harlan St + Ste 550 + Denver + CO + 80212-7464 + 4704 Harlan St + Ste 550 + Denver + CO + 80212-7464 + 4704 Harlan St + Ste 550 + Denver + CO + 80212-7464 + Mrs. + F210570 + L210570 + + Chairperson, Board of Directors + 210570@hsesinfo.org + Mr. + F210571 + L210571 + + Chief Executive Officer + 210571@hsesinfo.org + Miss + F210573 + L210573 + + 210573@hsesinfo.org + Mr. + F210569 + L210569 + + 210569@hsesinfo.org + 555-555-0569 + + + 4657 + 2761 + 8507 + 200 + 2014 + 2014-03-01 + 2019-02-28 + EHS + Inactive + SALIDA SCHOOL DISTRICT R-32-J + www.salidaschools.com + 2761@hsesinfo.org + 516 Teller St + + Salida + CO + 81201 + PO Box 827 + + Salida + CO + 81201-0827 + 516 Teller St + + Salida + CO + 81201 + Mr. + F44611 + L44611 + + Salida School Board President + 44611@hsesinfo.org + Mr. + F44609 + L44609 + + Superintendent of Schools + 44609@hsesinfo.org + Mr. + F44608 + L44608 + + 44608@hsesinfo.org + Ms. + F44607 + L44607 + + 44607@hsesinfo.org + 555-555-4607 + + + 8676 + 8538 + 11052 + 200 + 2017 + 2017-07-01 + + EHS + Active + Quintana Baptist Church Head Start Program + + 8538@hsesinfo.org + Edificio Plaza Caribe Plaza + Ave. Ponce De Leon 579 + San Juan + PR + 00920 + Ave. Paz Granela + Pmb 473 Suite 2 + San Juan + PR + 00927 + Edificio Plaza Caribe Plaza + Ave. Ponce De Leon 579 + San Juan + PR + 00920 + Mr. + F209241 + L209241 + + Acting Board President + 209241@hsesinfo.org + Mr. + F209242 + L209242 + + + 209242@hsesinfo.org + Mrs. + F209244 + L209244 + + 209244@hsesinfo.org + Mrs. + F209240 + L209240 + + 209240@hsesinfo.org + 555-555-9240 + + + 4863 + 1369 + 8829 + 000 + 2014 + 2014-06-01 + 2019-05-31 + HS + Inactive + Tri-County Child & Family Development Council, Inc. + http://www.tricountychildandfamily.org + 1369@hsesinfo.org + 205 Adams St Suite 2 + + Waterloo + IA + 50703-3824 + P.O. Box 1050 + + Waterloo + IA + 50704-1050 + 205 Adams St Suite 2 + + Waterloo + IA + 50703-3824 + Ms. + F47645 + L47645 + + Board Chair + 47645@hsesinfo.org + Dr. + F47644 + L47644 + + + 47644@hsesinfo.org + Ms. + F47648 + L47648 + + 47648@hsesinfo.org + Dr. + F47643 + L47643 + + 47643@hsesinfo.org + 555-555-7643 x 5555 + + + 5160 + 1334 + 8963 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + St Charles Parish School Board + http://www.stcharles.k12.la.us + 1334@hsesinfo.org + 13855 River Rd + + Luling + LA + 70070-6220 + 13855 River Rd + + Luling + LA + 70070-6220 + 13855 River Rd + + Luling + LA + 70070-6220 + Mr. + F52160 + L52160 + + Board President + 52160@hsesinfo.org + Ms. + F52158 + L52158 + + Superintendent + 52158@hsesinfo.org + Ms. + F52162 + L52162 + + 52162@hsesinfo.org + Dr. + F52157 + L52157 + + 52157@hsesinfo.org + 555-555-2157 + + + 5631 + 4132 + 9451 + 017 + 2014 + 2014-12-01 + + HS + Active + Easter Seals Metropolitan Chicago + easterseals.com/chicago/ + 4132@hsesinfo.org + 120 Madison St + + Oak Park + IL + 60302-4206 + 120 Madison St + + Oak Park + IL + 60302-4206 + 120 Madison St + + Oak Park + IL + 60302-4206 + Mr. + F101474 + L101474 + + Chairman of the Board + 101474@hsesinfo.org + Mr. + F101472 + L101472 + + President/CEO + 101472@hsesinfo.org + Ms. + F101471 + L101471 + + 101471@hsesinfo.org + Ms. + F101470 + L101470 + + 101470@hsesinfo.org + 555-555-1470 + + + 4766 + 1440 + 8614 + 000 + 2014 + 2014-04-01 + 2019-06-30 + HS + Inactive + Southwestern Minnesota Opportunity Council, Inc. + www.smoc.us + 1440@hsesinfo.org + 1106 3rd Ave + + Worthington + MN + 56187-2475 + PO Box 787 + + Worthington + MN + 56187-0787 + 1106 3rd Ave + + Worthington + MN + 56187-2475 + Mr. + F46205 + L46205 + + SMOC Board Chair + 46205@hsesinfo.org + Mr. + F46206 + L46206 + + + 46206@hsesinfo.org + Ms. + F46208 + L46208 + + 46208@hsesinfo.org + Ms. + F46204 + L46204 + + 46204@hsesinfo.org + 555-555-6204 + + + 4899 + 842 + 8901 + 000 + 1992 + 2014-06-01 + 2019-05-31 + HS + Inactive + BONHAM INDEPENDENT SCHOOL DISTRICT + www.bonhamisd.org + 842@hsesinfo.org + 201 E 10th St + + Bonham + TX + 75418-3704 + 1005 Chestnut St + + Bonham + TX + 75418-3066 + 1005 Chestnut St + + Bonham + TX + 75418-3066 + Mr. + F48248 + L48248 + + Board President + 48248@hsesinfo.org + Mrs. + F48250 + L48250 + + + 48250@hsesinfo.org + Ms. + F48246 + L48246 + + 48246@hsesinfo.org + Mrs. + F48245 + L48245 + + 48245@hsesinfo.org + 555-555-8245 + + + 5639 + 4154 + 9459 + 025 + 2014 + 2014-12-01 + + HS + Active + Erie Neighborhood House + www.eriehouse.org + 4154@hsesinfo.org + 1701 W Superior St + + Chicago + IL + 60622 + 1701 W Superior St + + Chicago + IL + 60622 + 1701 W Superior St + + Chicago + IL + 60622 + Ms. + F101559 + L101559 + + Board Chair + 101559@hsesinfo.org + Ms. + F101557 + L101557 + + Executive Director-Interim + 101557@hsesinfo.org + Ms. + F101556 + L101556 + + 101556@hsesinfo.org + Ms. + F101555 + L101555 + + 101555@hsesinfo.org + 555-555-1555 + + + 8747 + 8605 + 11120 + 022 + 2017 + 2017-08-01 + + HS + Active + HS Program, Municipality of Fajardo + + 8605@hsesinfo.org + Rd 3 Km44.6 Bldg 81A Marginal + Bo. Quebrada Fajardo + Fajardo + PR + 00738-0865 + PO Box 865 + + Fajardo + PR + 00738-0865 + Rd 3 Km44.6 Bldg 81A Marginal + Bo. Quebrada Fajardo + Fajardo + PR + 00738-0865 + Mrs. + F209704 + L209704 + + President of Goverment Body + 209704@hsesinfo.org + Mr. + F209705 + L209705 + + Mayor + 209705@hsesinfo.org + Mrs. + F209707 + L209707 + + 209707@hsesinfo.org + Mrs. + F209703 + L209703 + + 209703@hsesinfo.org + 555-555-9703 + + + 4838 + 1410 + 8741 + 200 + 2014 + 2014-05-01 + 2019-04-30 + EHS + Inactive + Blue Valley Community Action, Inc + http://www.bvca.net + 1410@hsesinfo.org + 620 5th St + + Fairbury + NE + 68352-2624 + 620 5th St + + Fairbury + NE + 68352-2624 + 620 5th St + + Fairbury + NE + 68352-2624 + Mr. + F47257 + L47257 + + Board President + 47257@hsesinfo.org + Ms. + F47259 + L47259 + + CEO + 47259@hsesinfo.org + Mr. + F47260 + L47260 + + 47260@hsesinfo.org + Mrs. + F47255 + L47255 + + 47255@hsesinfo.org + 555-555-7255 + + + 9746 + 851 + 11885 + 000 + 2014 + 2019-07-01 + + HS + Active + Las Cruces School District #2 + http://lcps.net + 851@hsesinfo.org + 505 S Main St + 755 E. Chestnut Ave. + Las Cruces + NM + 88001-1243 + 505 S Main St + 755 E. Chestnut Ave. + Las Cruces + NM + 88001-1243 + 505 S Main St + 755 E. Chestnut Ave. + Las Cruces + NM + 88001-1243 + Mrs. + F216630 + L216630 + + School Board President + 216630@hsesinfo.org + Dr. + F216631 + L216631 + + Superintendent + 216631@hsesinfo.org + Mr. + F216633 + L216633 + + 216633@hsesinfo.org + Dr. + F216629 + L216629 + + 216629@hsesinfo.org + 555-555-6629 + + + 5223 + 5229 + 8828 + 200 + 2014 + 2014-07-01 + 2019-03-31 + Migrant EHS + Inactive + United Migrant Opportunity Services, Inc. + + 5229@hsesinfo.org + 2701 S. Chase Ave., P.O. Box 04129 + + MILWAUKEE + WI + 53204 + + + + + + + + + + + Ms. + F52410 + L52410 + + Board Chair + 52410@hsesinfo.org + Mr. + F52411 + L52411 + + CEO/President + 52411@hsesinfo.org + Mr. + F52413 + L52413 + + 52413@hsesinfo.org + Ms. + F52409 + L52409 + + 52409@hsesinfo.org + 555-555-2409 + + + 466 + 971 + 288 + 000 + 1992 + 2013-07-05 + 2018-07-31 + HS + Inactive + Community Action Partnership of Lancaster County + http://www.caplanc.org + 971@hsesinfo.org + 601 South Queen Street + + Lancaster + PA + 17603 + 601 South Queen Street + P.O. Box 599 + Lancaster + PA + 17608-0599 + 601 S Queen St + + Lancaster + PA + 17603-5621 + Mr. + F37131 + L37131 + + CAP Board Chairperson + 37131@hsesinfo.org + Mr. + F37130 + L37130 + + Chief Executive Officer + 37130@hsesinfo.org + Ms. + F37134 + L37134 + + 37134@hsesinfo.org + Mrs. + F37129 + L37129 + + 37129@hsesinfo.org + 555-555-7129 + + + 10744 + 9088 + 11579 + 200 + 2020 + 2020-01-01 + + EHS + Active + United_Academy,Inc + + 9088@hsesinfo.org + 722 Wythe Avenue + + Brooklyn + NY + 11249-7532 + 722 Wythe Avenue + + Brooklyn + NY + 11249-7532 + 722 Wythe Avenue + + Brooklyn + NY + 11249-7532 + Mr. + F223539 + L223539 + + + 223539@hsesinfo.org + Mr. + F223537 + L223537 + + + 223537@hsesinfo.org + Mrs. + F223540 + L223540 + + 223540@hsesinfo.org + Mr. + F223536 + L223536 + + 223536@hsesinfo.org + 555-555-3536 x 5555 + + + 8539 + 8419 + 10947 + 200 + 2017 + 2017-03-01 + + EHS + Active + Bright Beginnings Inc + www.bbidc.org + 8419@hsesinfo.org + 3418 4th St + + Washington + DC + 20032 + 3418 4th St + + Washington + DC + 20032 + 3418 4th St + + Washington + DC + 20032 + Mrs. + F208501 + L208501 + + Board President + 208501@hsesinfo.org + Dr. + F208502 + L208502 + + Executive Director + 208502@hsesinfo.org + Ms. + F208504 + L208504 + + 208504@hsesinfo.org + Ms. + F208500 + L208500 + + 208500@hsesinfo.org + 555-555-8500 + + + 9038 + 1067 + 11375 + 000 + 2013 + 2018-09-01 + + HS + Active + HIT, Inc. + http://www.hitinc.org + 1067@hsesinfo.org + HIT, Inc. + 1007 18th Street NW + Mandan + ND + 58554-1639 + HIT, Inc. + 1007 18th Street NW + Mandan + ND + 58554-1639 + HIT, Inc. + 1007 18th Street NW + Mandan + ND + 58554-1639 + Ms. + F211802 + L211802 + + Board Chairperson + 211802@hsesinfo.org + Mr. + F211803 + L211803 + + CEO + 211803@hsesinfo.org + Mrs. + F211805 + L211805 + + 211805@hsesinfo.org + Ms. + F211801 + L211801 + + 211801@hsesinfo.org + + + + 11437 + 9355 + 13277 + 200 + 2020 + 2020-07-01 + + EHS + Active + Lutheran Social Services of the South, Inc. dba Upbring + www.upbring.org + 9355@hsesinfo.org + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + Mr. + F228099 + L228099 + + + 228099@hsesinfo.org + Dr. + F228100 + L228100 + + VP of Education + 228100@hsesinfo.org + Mrs. + F228102 + L228102 + + 228102@hsesinfo.org + Mr. + F228098 + L228098 + + 228098@hsesinfo.org + 555-555-8098 + + + 5403 + 2496 + 9153 + 200 + 2014 + 2014-09-01 + 2020-08-31 + EHS + Inactive + Community Action of Southeast Iowa + caofseia.org + 2496@hsesinfo.org + 2850 Mt. Pleasant Street, Suite 108 + + Burlington + IA + 52601-2002 + 2850 Mt. Pleasant Street, Suite 108 + + Burlington + IA + 52601-2002 + 2850 Mt. Pleasant Street, Suite 108 + + Burlington + IA + 52601-2002 + Ms. + F96795 + L96795 + + Board President + 96795@hsesinfo.org + Ms. + F96794 + L96794 + + Executive Director + 96794@hsesinfo.org + Mr. + F96791 + L96791 + + 96791@hsesinfo.org + Mr. + F96790 + L96790 + + 96790@hsesinfo.org + 555-555-6790 + + + 6988 + 1937 + 10451 + 000 + 1991 + 2016-01-01 + + HS + Active + Human Services, Inc. + www.hsi-indiana.com + 1937@hsesinfo.org + 4355 E 600 N + + Columbus + IN + 47203-9229 + PO Box 119 + + Clifford + IN + 47226-0119 + 4355 E 600 N + + Columbus + IN + 47203-9229 + Mrs. + F204582 + L204582 + + President, Board of Directors + 204582@hsesinfo.org + Mrs. + F204583 + L204583 + + Executive Director + 204583@hsesinfo.org + Ms. + F204585 + L204585 + + 204585@hsesinfo.org + Mrs. + F204581 + L204581 + + 204581@hsesinfo.org + 555-555-4581 + + + 10531 + 2337 + 12520 + 000 + 2014 + 2019-09-01 + + HS + Active + LIVINGSTON WYOMING CHAPTER NY ST AREA REHAB CENTER + http://www.lwarc.org + 2337@hsesinfo.org + 5871 Groveland Station Rd + + Mount Morris + NY + 14510-9767 + 5871 Groveland Station Rd + + Mount Morris + NY + 14510-9767 + 18 Main St + + Mount Morris + NY + 14510-1036 + Mrs. + F222056 + L222056 + + President, Board of Directors + 222056@hsesinfo.org + Mr. + F222057 + L222057 + + Executive Director + 222057@hsesinfo.org + Ms. + F222059 + L222059 + + 222059@hsesinfo.org + Mrs. + F222055 + L222055 + + 222055@hsesinfo.org + 555-555-2055 x 5555 + + + 6762 + 1508 + 10197 + 200 + 2003 + 2015-08-01 + + AIAN EHS + Active + The Suquamish Tribe + http://www.suquamish.nsn.us/Departments/ELC.aspx + 1508@hsesinfo.org + 5283 NE Totten Rd + + Poulsbo + WA + 98370-7852 + PO BOX 498 + + Suquamish + WA + 98392-0498 + 5283 NE Totten Rd + + Poulsbo + WA + 98370-7852 + Hon. + F203005 + L203005 + + Chairman + 203005@hsesinfo.org + Mr. + F203006 + L203006 + + Executive Director + 203006@hsesinfo.org + Mrs. + F203008 + L203008 + + 203008@hsesinfo.org + Mr. + F203004 + L203004 + + 203004@hsesinfo.org + 555-555-3004 + + + 8160 + 662 + 10595 + 000 + 1992 + 2016-07-01 + + HS + Active + Branch ISD Head Start + www.branch-isd.org + 662@hsesinfo.org + 370 Morse Street + + Coldwater + MI + 49036-1480 + 370 Morse Street + + Coldwater + MI + 49036-1480 + 370 Morse Street + + Coldwater + MI + 49036-1480 + Mr. + F206235 + L206235 + + Board Chair + 206235@hsesinfo.org + Mrs. + F206236 + L206236 + + Superintendent + 206236@hsesinfo.org + Ms. + F206238 + L206238 + + 206238@hsesinfo.org + Ms. + F206234 + L206234 + + 206234@hsesinfo.org + 555-555-6234 + + + 10532 + 1567 + 12528 + 200 + 2000 + 2019-09-30 + + EHS + Active + MARYLAND FAMILY NETWORK, INC. + http://www.marylandfamilynetwork.org + 1567@hsesinfo.org + 1001 Eastern Avenue + 2nd floor + Baltimore + MD + 21202-4325 + 1001 Eastern Avenue + 2nd floor + Baltimore + MD + 21202-4325 + 1001 Eastern Avenue + 2nd floor + Baltimore + MD + 21202-4325 + Mr. + F222063 + L222063 + + Board Chairperson + 222063@hsesinfo.org + Ms. + F222064 + L222064 + + Executive Director + 222064@hsesinfo.org + Ms. + F222066 + L222066 + + 222066@hsesinfo.org + Ms. + F222062 + L222062 + + 222062@hsesinfo.org + 555-555-2062 x 5555 + + + 10533 + 3447 + 12529 + 201 + 2014 + 2019-09-30 + + EHS + Active + Kennedy Krieger Institute + http://www.familycenter.kennedykrieger.org + 3447@hsesinfo.org + 100 N Chester St + + Baltimore + MD + 21231-1627 + 100 N Chester St + + Baltimore + MD + 21231-1627 + 100 N Chester St + + Baltimore + MD + 21231-1627 + Mr. + F222070 + L222070 + MBA + + 222070@hsesinfo.org + Dr. + F222071 + L222071 + PhD + + 222071@hsesinfo.org + Ms. + F222073 + L222073 + + 222073@hsesinfo.org + Ms. + F222069 + L222069 + + 222069@hsesinfo.org + 555-555-2069 + + + 8834 + 8655 + 11204 + 204 + 2018 + 2018-01-01 + + EHS + Active + American Indian Health and Family Services + aihfs.org + 8655@hsesinfo.org + 4880 Lawndale St. + + Detroit + MI + 48210-2010 + 4880 Lawndale St. + + Detroit + MI + 48210-2010 + 4880 Lawndale St + + Detroit + MI + 48210-2010 + + F211883 + L211883 + + + 211883@hsesinfo.org + + F211884 + L211884 + + + 211884@hsesinfo.org + + F211886 + L211886 + + 211886@hsesinfo.org + + F210358 + L210358 + + 210358@hsesinfo.org + 555-555-0358 + + + 10534 + 3448 + 12530 + 202 + 2014 + 2019-09-30 + + EHS + Active + Caroline County Public Schools + www.carolinecountyearlyheadstart.com + 3448@hsesinfo.org + Caroline County Family Support Center + 100 North 6th Street + Denton + MD + 21629-1110 + Caroline County Family Support Center + 100 North 6th Street + Denton + MD + 21629-1110 + Caroline County Family Support Center + 100 North 6th Street + Denton + MD + 21629-1110 + Ms. + F222077 + L222077 + + Board President + 222077@hsesinfo.org + Dr. + F222078 + L222078 + + Superintendent of Schools + 222078@hsesinfo.org + Ms. + F222080 + L222080 + + 222080@hsesinfo.org + Ms. + F222076 + L222076 + + 222076@hsesinfo.org + 555-555-2076 + + + 10535 + 3449 + 12531 + 203 + 2014 + 2019-09-30 + + EHS + Active + Anne Arundel Community Action Agency + www.aaceoc.com + 3449@hsesinfo.org + 6243 Shady Side Road + + Shady Side + MD + 20764-9689 + PO Box 158 + 6243 Shady Side Rd + Shady Side + MD + 20764 + 6243 Shady Side Road + + Shady Side + MD + 20764-9689 + Ms. + F222084 + L222084 + + Board President + 222084@hsesinfo.org + Dr. + F222085 + L222085 + + + 222085@hsesinfo.org + Ms. + F222087 + L222087 + + 222087@hsesinfo.org + Mrs. + F222083 + L222083 + + 222083@hsesinfo.org + 555-555-2083 + + + 10017 + 2031 + 12056 + 000 + 2014 + 2019-07-01 + + HS + Active + Cleveland County School District + ccsdheadstart.org + 2031@hsesinfo.org + 700 Main St + + Rison + AR + 71665-9563 + PO Box 600 + + Rison + AR + 71665-0600 + 700 Main St + 100 2nd St + Rison + AR + 71665-9563 + Mr. + F218512 + L218512 + + School Board President + 218512@hsesinfo.org + Mr. + F218513 + L218513 + + Superintendent + 218513@hsesinfo.org + Mrs. + F218515 + L218515 + + 218515@hsesinfo.org + Mrs. + F218511 + L218511 + + 218511@hsesinfo.org + 555-555-8511 + + + 4710 + 3933 + 8692 + 038 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Mid-Bronx CCRP Head Start + midbronx.org + 3933@hsesinfo.org + 1125 Grand Concourse + + Bronx + NY + 10452-9001 + 1125 Grand Concourse + + Bronx + NY + 10452-9001 + 1125 Grand Concourse + + Bronx + NY + 10452-9001 + Mrs. + F45720 + L45720 + + + 45720@hsesinfo.org + Mrs. + F45718 + L45718 + + + 45718@hsesinfo.org + Ms. + F45719 + L45719 + + 45719@hsesinfo.org + Ms. + F45716 + L45716 + + 45716@hsesinfo.org + 555-555-5716 x 5555 + + + 4462 + 2062 + 8391 + 000 + 2013 + 2013-11-01 + 2019-06-30 + HS + Inactive + Educational Opportunities for Children and Families + http://www.eocfwa.org + 2062@hsesinfo.org + 17800 SE Mill Plain Blvd. Ste 150 + + Vancouver + WA + 98683-7588 + 17800 SE Mill Plain Blvd. Ste 150 + + Vancouver + WA + 98683-7588 + 17800 SE Mill Plain Blvd. Ste 150 + + Vancouver + WA + 98683-7588 + Ms. + F41631 + L41631 + + Board Chair + 41631@hsesinfo.org + Ms. + F41632 + L41632 + + Executive Director + 41632@hsesinfo.org + Ms. + F41634 + L41634 + + 41634@hsesinfo.org + Ms. + F41629 + L41629 + + 41629@hsesinfo.org + 555-555-1629 + + + 8775 + 8628 + 8748 + 200 + 2018 + 2018-04-01 + 2019-03-31 + EHS + Inactive + Kai Ming, Inc. + www.kaiming.org + 8628@hsesinfo.org + 900 Kearny Street, #600 + + San Francisco + CA + 94133 + 900 Kearny Street, #600 + + San Francisco + CA + 94133 + 900 Kearny Street, #600 + + San Francisco + CA + 94133 + Ms. + F209890 + L209890 + + Board Chairperson + 209890@hsesinfo.org + Mr. + F209891 + L209891 + + Executive Director + 209891@hsesinfo.org + + F209893 + L209893 + + 209893@hsesinfo.org + Ms. + F209889 + L209889 + + 209889@hsesinfo.org + 555-555-9889 x 5555 + + + 8550 + 8430 + 10957 + 200 + 2017 + 2017-03-01 + + EHS + Active + Early Learning Neighborhood Collaborative + www.elncgr.org + 8430@hsesinfo.org + 908 Bridge St NW + + Grand Rapids + MI + 49504-5538 + 908 Bridge St NW + + Grand Rapids + MI + 49504-5538 + 908 Bridge St NW + + Grand Rapids + MI + 49504-5538 + Ms. + F208578 + L208578 + + + 208578@hsesinfo.org + Dr. + F208579 + L208579 + + CEO + 208579@hsesinfo.org + Ms. + F208581 + L208581 + + 208581@hsesinfo.org + Mr. + F208577 + L208577 + + 208577@hsesinfo.org + 555-555-8577 + + + 9220 + 2160 + 11503 + 200 + 2013 + 2018-12-01 + + EHS + Active + FAMILY STAR, INC. + http://www.familystar.net + 2160@hsesinfo.org + 2246 Federal Boulevard + + Denver + CO + 80211-4642 + 2246 Federal Boulevard + + Denver + CO + 80211-4642 + 2246 Federal Boulevard + + Denver + CO + 80211-4642 + Mr. + F213080 + L213080 + + Board of Director's Chairperson + 213080@hsesinfo.org + Ms. + F213081 + L213081 + + Executive Director + 213081@hsesinfo.org + Mrs. + F213083 + L213083 + + 213083@hsesinfo.org + Ms. + F213079 + L213079 + + 213079@hsesinfo.org + 555-555-3079 x 5555 + + + 4879 + 1991 + 8627 + 000 + 1992 + 2014-06-01 + 2019-06-30 + HS + Inactive + Kids Central, Inc. + http://www.kidscentralinc.com + 1991@hsesinfo.org + 5345 Esserville Road + + Norton + VA + 24273-0661 + PO Box 661 + + Norton + VA + 24273-0661 + 5345 Esserville Rd + + Norton + VA + 24273-4011 + Mr. + F48144 + L48144 + + Board Chair + 48144@hsesinfo.org + Mr. + F48141 + L48141 + + Executive Director + 48141@hsesinfo.org + Mrs. + F48142 + L48142 + + 48142@hsesinfo.org + Mr. + F48139 + L48139 + + 48139@hsesinfo.org + 555-555-8139 x 5555 + + + 10536 + 3453 + 12532 + 204 + 2014 + 2019-09-30 + + EHS + Active + SHORE UP!, Inc. + www.shoreup.org + 3453@hsesinfo.org + 824 Fairmount Ave + St. Clair Early Head Start + Cambridge + MD + 21613-2113 + 824 Fairmount Ave + St. Clair Early Head Start + Cambridge + MD + 21613-2113 + 824 Fairmount Ave + St. Clair Early Head Start + Cambridge + MD + 21613-2113 + Mr. + F222091 + L222091 + + Executive Director + 222091@hsesinfo.org + Mr. + F222092 + L222092 + + Executive Director + 222092@hsesinfo.org + Ms. + F222094 + L222094 + + 222094@hsesinfo.org + Ms. + F222090 + L222090 + + 222090@hsesinfo.org + 555-555-2090 + + + 5787 + 5793 + 9419 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + California Department of Education + www.cde.ca.gov + 5793@hsesinfo.org + 1430 N Street + + Sacramento + CA + 95814-5901 + 1430 N Street + + Sacramento + CA + 95814-5901 + 1430 N Street + + Sacramento + CA + 95814-5901 + Mr. + F103604 + L103604 + + State Superintendent + 103604@hsesinfo.org + Ms. + F103605 + L103605 + + Early Learning and Care Director + 103605@hsesinfo.org + Ms. + F103607 + L103607 + + 103607@hsesinfo.org + Ms. + F103603 + L103603 + + 103603@hsesinfo.org + 555-555-3603 + + + 8772 + 8625 + 11140 + 201 + 2017 + 2017-03-01 + + EHS + Active + Acelero Learning Clark County + alcc.acelero.net + 8625@hsesinfo.org + 4366 W Cheyenne Ave + + North Las Vegas + NV + 89032-2484 + 4366 W Cheyenne Ave + + North Las Vegas + NV + 89032-2484 + 4366 W Cheyenne Ave + + North Las Vegas + NV + 89032-2484 + Ms. + F209869 + L209869 + + Chair Person + 209869@hsesinfo.org + Mr. + F209870 + L209870 + + + 209870@hsesinfo.org + Ms. + F209872 + L209872 + + 209872@hsesinfo.org + Mr. + F209868 + L209868 + + 209868@hsesinfo.org + 555-555-9868 + + + 10537 + 3451 + 12533 + 205 + 2014 + 2019-09-30 + + EHS + Active + Talbot County Health Department + www.maryland.gov/talbotcounty + 3451@hsesinfo.org + 215 Bay Street, Suite 1 + + Easton + MD + 21601-2631 + 215 Bay Street, Suite 1 + + Easton + MD + 21601 + 215 Bay Street, Suite 1 + + Easton + MD + 21601 + Mr. + F222098 + L222098 + + Board Chair + 222098@hsesinfo.org + Dr. + F222099 + L222099 + + + 222099@hsesinfo.org + Mrs. + F222101 + L222101 + + 222101@hsesinfo.org + Ms. + F222097 + L222097 + + 222097@hsesinfo.org + 555-555-2097 + + + 4537 + 3245 + 8563 + 200 + 2013 + 2013-12-23 + 2018-12-31 + EHS + Inactive + SCHOHARIE COUNTY CHILD DEVELOPMENT COUNCIL, INC + www.sccdcny.org + 3245@hsesinfo.org + 114 Lark Street + + Cobleskill + NY + 12043 + 114 Lark Street + + Cobleskill + NY + 12043 + 114 Lark Street + + Cobleskill + NY + 12043 + Ms. + F43112 + L43112 + + Board of Directors President + 43112@hsesinfo.org + Ms. + F43110 + L43110 + + + 43110@hsesinfo.org + Ms. + F43109 + L43109 + + 43109@hsesinfo.org + Ms. + F43108 + L43108 + + 43108@hsesinfo.org + 555-555-3108 + + + 8373 + 1172 + 10721 + 000 + 1992 + 2016-09-01 + + AIAN HS + Active + Fairbanks Native Association Head Start + http://www.fairbanksnative.org + 1172@hsesinfo.org + 3830 S Cushman St + + Fairbanks + AK + 99701-7530 + 3830 S Cushman St + + Fairbanks + AK + 99701-7530 + 3830 S Cushman St + + Fairbanks + AK + 99701-7530 + Dr. + F207770 + L207770 + + Fairbanks Native Association Board of Director President + 207770@hsesinfo.org + Mr. + F207771 + L207771 + + Fairbanks Native Association Executive Director + 207771@hsesinfo.org + Mr. + F207773 + L207773 + + 207773@hsesinfo.org + Ms. + F207769 + L207769 + + 207769@hsesinfo.org + 555-555-7769 x 5555 + + + 4975 + 4981 + 8938 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + United Academy Inc + + 4981@hsesinfo.org + 722 Wythe Ave + + Brooklyn + NY + 11249-7532 + 722_Wythe_Avenue + + Brooklyn + NY + 11249-7532 + 722 Wythe Ave + + Brooklyn + NY + 11249-7532 + Mr. + F48978 + L48978 + + + 48978@hsesinfo.org + Mr. + F48979 + L48979 + + + 48979@hsesinfo.org + Mrs. + F48981 + L48981 + + 48981@hsesinfo.org + Mr. + F48977 + L48977 + + 48977@hsesinfo.org + 555-555-8977 x 5555 + + + 8534 + 8414 + 10941 + 200 + 2017 + 2017-03-01 + + EHS + Active + Gateway Community Services Organization, Inc. + http://www.gcscap.org + 8414@hsesinfo.org + 151 University Dr + + West Liberty + KY + 41472-2146 + PO Box 367 + + West Liberty + KY + 41472-0367 + 151 University Dr + + West Liberty + KY + 41472-2146 + Mr. + F208466 + L208466 + + + 208466@hsesinfo.org + Mrs. + F208467 + L208467 + + + 208467@hsesinfo.org + Mrs. + F208469 + L208469 + + 208469@hsesinfo.org + Mrs. + F208465 + L208465 + + 208465@hsesinfo.org + 555-555-8465 + + + 5395 + 1494 + 9166 + 000 + 2014 + 2014-09-01 + 2020-08-31 + HS + Inactive + REGION VII EDUCATION SERVICE CENTER + http://www.esc7.net + 1494@hsesinfo.org + 1909 N Longview St + + Kilgore + TX + 75662-6827 + 1909 N Longview St + + Kilgore + TX + 75662-6827 + 1909 N Longview St + + Kilgore + TX + 75662-6827 + Mr. + F96742 + L96742 + + Chairman + 96742@hsesinfo.org + Mrs. + F96746 + L96746 + + Executive Director + 96746@hsesinfo.org + Mrs. + F96744 + L96744 + + 96744@hsesinfo.org + Mrs. + F96741 + L96741 + + 96741@hsesinfo.org + 555-555-6741 + + + 6604 + 751 + 10080 + 000 + 1992 + 2015-07-01 + 2020-06-30 + HS + Inactive + Morehouse Community Improvement Organization, Inc. + 1765 West Madison Avenue + 751@hsesinfo.org + 1765 W Madison Ave + + Bastrop + LA + 71220-4256 + 1765 W Madison Ave + + Bastrop + LA + 71220-4256 + 1765 W Madison Ave + + Bastrop + LA + 71220-4256 + Mr. + F201898 + L201898 + + + 201898@hsesinfo.org + Ms. + F201899 + L201899 + + + 201899@hsesinfo.org + Mr. + F201901 + L201901 + + 201901@hsesinfo.org + Ms. + F201897 + L201897 + + 201897@hsesinfo.org + 555-555-1897 + + + 4501 + 1314 + 8536 + 200 + 2013 + 2013-11-29 + 2018-11-30 + EHS + Inactive + LITTLE DIXIE COMMUNITY ACTION AGENCY, INC + http://www.littledixie.org + 1314@hsesinfo.org + 104 N E Street + + Hugo + OK + 74743 + 209 North 4th Street + + Hugo + OK + 74743-3809 + 209 North 4th Street + + Hugo + OK + 74743-3809 + Mr. + F42403 + L42403 + + Governing Board Chairman + 42403@hsesinfo.org + Mrs. + F42404 + L42404 + + Executive Director Little Dixie CAA, Inc. + 42404@hsesinfo.org + Ms. + F42400 + L42400 + + 42400@hsesinfo.org + Ms. + F42399 + L42399 + + 42399@hsesinfo.org + 555-555-2399 + + + 10471 + 6909 + 12474 + 202 + + 2019-09-01 + + EHS + Active + United Planning Organization + www.upo.org + 6909@hsesinfo.org + 301 Rhode Island Avenue, NW + + Washington + DC + 20001-1826 + 301 Rhode Island Avenue, NW + + Washington + DC + 20001-1826 + 301 Rhode Island Avenue, NW + + Washington + DC + 20001-1826 + Mr. + F221638 + L221638 + + Board Chair + 221638@hsesinfo.org + Mr. + F221639 + L221639 + + President and CEO + 221639@hsesinfo.org + + F221641 + L221641 + + 221641@hsesinfo.org + Ms. + F221637 + L221637 + + 221637@hsesinfo.org + 555-555-1637 + + + 10472 + 6105 + 12468 + 200 + + 2019-09-01 + + EHS + Active + Lawrence County Social Services, Inc. + http://www.lccap.org + 6105@hsesinfo.org + 241 W Grant St + + New Castle + PA + 16101-2212 + 241 W Grant Street + PO Box 189 + New Castle + PA + 16103-0189 + 241 W Grant St + + New Castle + PA + 16101-2212 + Mr. + F221645 + L221645 + + + 221645@hsesinfo.org + Mr. + F221646 + L221646 + + Chief Executive Officer + 221646@hsesinfo.org + Mrs. + F221648 + L221648 + + 221648@hsesinfo.org + Ms. + F221644 + L221644 + + 221644@hsesinfo.org + 555-555-1644 x 5555 + + + 7008 + 1367 + 10471 + 000 + 1989 + 2015-12-01 + + HS + Active + Greater East Texas Community Action Program + http://www.headstart-getcap.org + 1367@hsesinfo.org + 1902 Old Tyler Rd + + Nacogdoches + TX + 75964-3246 + PO Box 631938 + + Nacogdoches + TX + 75963-1938 + 1902 Old Tyler Rd + + Nacogdoches + TX + 75964-3246 + Mr. + F204722 + L204722 + + Board Chair + 204722@hsesinfo.org + Mrs. + F204723 + L204723 + + Executive Director + 204723@hsesinfo.org + Mr. + F204725 + L204725 + + 204725@hsesinfo.org + Mr. + F204721 + L204721 + + 204721@hsesinfo.org + 555-555-4721 + + + 7009 + 1368 + 10471 + 200 + 2003 + 2015-12-01 + + EHS + Active + Greater East Texas Community Action Program + http://www.headstart-getcap.org + 1368@hsesinfo.org + 1716 South St + + Nacogdoches + TX + 75964-6149 + PO BOX 631938 + + Nacogdoches + TX + 75963-1938 + 1716 South St + + Nacogdoches + TX + 75964-6149 + Mr. + F204729 + L204729 + + Board Chair + 204729@hsesinfo.org + Mrs. + F204730 + L204730 + + Executive Director + 204730@hsesinfo.org + Mr. + F204732 + L204732 + + 204732@hsesinfo.org + Mr. + F204728 + L204728 + + 204728@hsesinfo.org + 555-555-4728 + + + 10745 + 9089 + 11575 + 200 + 2020 + 2020-01-01 + + EHS + Active + UNITED ACADEMY HEAD START + None + 9089@hsesinfo.org + 722 Wythe Ave + + Brooklyn + NY + 11249-7532 + 722 Wythe Ave + + Brooklyn + NY + 11249-7532 + 722 Wythe Ave + + Brooklyn + NY + 11249-7532 + Mr. + F223545 + L223545 + + Chairman + 223545@hsesinfo.org + Mr. + F223543 + L223543 + + + 223543@hsesinfo.org + Mrs. + F223546 + L223546 + + 223546@hsesinfo.org + Mr. + F223542 + L223542 + + 223542@hsesinfo.org + 555-555-3542 x 5555 + + + 10538 + 8442 + 12534 + 206 + 2017 + 2019-09-30 + + EHS + Active + Maryland Rural Development Corporation + http://www.mrdc.net + 8442@hsesinfo.org + 200 Road B + + Elkton + MD + 21921-6695 + PO Box 4848 + + Annapolis + MD + 21403-6848 + 428 4th St + Ste 6 + Annapolis + MD + 21403-2560 + Mr. + F222105 + L222105 + + Chair Board of Director + 222105@hsesinfo.org + Mr. + F222106 + L222106 + + Executive Director + 222106@hsesinfo.org + Mrs. + F222108 + L222108 + + 222108@hsesinfo.org + Mrs. + F222104 + L222104 + + 222104@hsesinfo.org + 555-555-2104 + + + 7011 + 1123 + 10474 + 000 + 1991 + 2016-01-01 + + HS + Active + Okanogan County Child Development Association + occda.net + 1123@hsesinfo.org + 127 N Juniper St + + Omak + WA + 98841-9337 + 127 N Juniper St + + Omak + WA + 98841-9337 + 127 N Juniper St + + Omak + WA + 98841-9337 + Mrs. + F204743 + L204743 + + Board Chair + 204743@hsesinfo.org + Ms. + F204744 + L204744 + + Executive Director + 204744@hsesinfo.org + Ms. + F204746 + L204746 + + 204746@hsesinfo.org + Ms. + F204742 + L204742 + + 204742@hsesinfo.org + 555-555-4742 + + + 10539 + 595 + 12523 + 000 + 1992 + 2019-09-01 + + HS + Active + BOLIVAR COUNTY COMMUNITY ACTION PROGRAM, INC + www.bccaainc.org + 595@hsesinfo.org + 810 East Sunflower Road, Suite 120 + Eastgate Center + Cleveland + MS + 38732-2800 + 810 East Sunflower Road, Suite 120 + Eastgate Center + Cleveland + MS + 38732-2800 + 810 East Sunflower Road, Suite 120 + Eastgate Center + Cleveland + MS + 38732-2800 + Dr. + F222112 + L222112 + + Board Chairperson + 222112@hsesinfo.org + Mrs. + F222113 + L222113 + + + 222113@hsesinfo.org + Mrs. + F222115 + L222115 + + 222115@hsesinfo.org + Mrs. + F222111 + L222111 + + 222111@hsesinfo.org + 555-555-2111 x 5555 + + + 10540 + 2944 + 12523 + 200 + 2014 + 2019-09-01 + + EHS + Active + BOLIVAR COUNTY COMMUNITY ACTION PROGRAM, INC + www.bccaainc.org + 2944@hsesinfo.org + 810 East Sunflower Road + Eastgate Center - Suite 120 + CLEVELAND + MS + 38732 + 810 East Sunflower Road + Eastgate Center - Suite 120 + CLEVELAND + MS + 38732 + 810 East Sunflower Road + Eastgate Center - Suite 120 + CLEVELAND + MS + 38732 + Dr. + F222119 + L222119 + + Board Chairperson + 222119@hsesinfo.org + Mrs. + F222120 + L222120 + + + 222120@hsesinfo.org + Mrs. + F222122 + L222122 + + 222122@hsesinfo.org + Mrs. + F222118 + L222118 + + 222118@hsesinfo.org + 555-555-2118 x 5555 + + + 10658 + 398 + 12669 + 000 + 1992 + 2019-10-01 + + HS + Active + Hillsborough County Head Start + http://www.hillsboroughcounty.org/headstart/ + 398@hsesinfo.org + 3402 N 22nd St + + Tampa + FL + 33605-1214 + 3402 N 22nd St + + Tampa + FL + 33605-1214 + 3402 N 22nd St + + Tampa + FL + 33605-1214 + Mr. + F222952 + L222952 + Jr. + Chairman, Hillsborough County Board of County Commissioners + 222952@hsesinfo.org + Mr. + F222953 + L222953 + + Chief, Human Services Administrator + 222953@hsesinfo.org + Mr. + F222955 + L222955 + + 222955@hsesinfo.org + Dr. + F222951 + L222951 + + 222951@hsesinfo.org + 555-555-2951 x 5555 + + + 10659 + 3559 + 12671 + 001 + 2014 + 2019-10-01 + + HS + Active + Hillsborough County Public Schools + http://www.sdhc.k12.fl.us + 3559@hsesinfo.org + 4350 East Ellicott Street + + Tampa + FL + 33610 + 4350 East Ellicott + + Tampa + FL + 33610 + 4350 East Ellicott + + Tampa + FL + 33610 + Mr. + F222959 + L222959 + + Acting Superintendent + 222959@hsesinfo.org + Ms. + F222960 + L222960 + + Director Early Childhood & HOST Programs + 222960@hsesinfo.org + Ms. + F222962 + L222962 + + 222962@hsesinfo.org + Mrs. + F222958 + L222958 + + 222958@hsesinfo.org + 555-555-2958 x 5555 + + + 10660 + 397 + 12669 + 200 + 2014 + 2019-10-01 + + EHS + Active + HILLSBOROUGH COUNTY BOARD OF COUNTY COMMISSIONERS + http://www.hillsboroughcounty.org/headstart/ + 397@hsesinfo.org + 3402 N 22nd St + + Tampa + FL + 33605-1214 + 3402 N 22nd St + + Tampa + FL + 33605-1214 + 3402 N 22nd St + + Tampa + FL + 33605-1214 + Mr. + F222966 + L222966 + Jr. + Chairman, Hillsborough County Board of County Commissioners + 222966@hsesinfo.org + Mr. + F222967 + L222967 + + Chief, Human Services Administrator + 222967@hsesinfo.org + Mr. + F222969 + L222969 + + 222969@hsesinfo.org + Dr. + F222965 + L222965 + + 222965@hsesinfo.org + 555-555-2965 x 5555 + + + 10661 + 3560 + 12672 + 202 + 2014 + 2019-10-01 + + EHS + Active + Tampa Metropolitan Area YMCA + www.tampaymca.org + 3560@hsesinfo.org + 110 East Oak Avenue + + TAMPA + FL + 33602 + 110 East Oak Avenue + + Tamp + FL + 33602 + 110 East Oak Avenue + + Tampa + FL + 33602 + Mr. + F222973 + L222973 + + Goverance Board Chair + 222973@hsesinfo.org + Mrs. + F222974 + L222974 + + + 222974@hsesinfo.org + Mr. + F222976 + L222976 + + 222976@hsesinfo.org + Mrs. + F222972 + L222972 + + 222972@hsesinfo.org + 555-555-2972 x 5555 + + + 10662 + 3561 + 12673 + 203 + 2014 + 2019-10-01 + + EHS + Active + Lutheran Services of Florida + www.lsfnet.org + 3561@hsesinfo.org + 3627A West Waters Avenue + + TAMPA + FL + 33614 + 3627A West Waters Avenue + + TAMPA + FL + 33614 + 3627A West Waters Avenue + + TAMPA + FL + 33614 + Mr. + F222980 + L222980 + + Board Chair + 222980@hsesinfo.org + Capt. + F222981 + L222981 + + Executive Vice President + 222981@hsesinfo.org + + F222983 + L222983 + + 222983@hsesinfo.org + Dr. + F222979 + L222979 + + 222979@hsesinfo.org + 555-555-2979 + + + 10664 + 6652 + 12670 + 200 + + 2019-11-01 + + EHS + Active + Northeast Nebraska Community Action Partnership, Inc + + 6652@hsesinfo.org + 603 Earl St + + Pender + NE + 68047-5030 + P. O. Box 667 + + Pender + NE + 68047 + 603 Earl St + + Pender + NE + 68047-5030 + Mr. + F222994 + L222994 + + Board Chairperson + 222994@hsesinfo.org + Ms. + F222995 + L222995 + + Interim Executive Director + 222995@hsesinfo.org + Mr. + F222997 + L222997 + + 222997@hsesinfo.org + Mrs. + F222993 + L222993 + + 222993@hsesinfo.org + 555-555-2993 x 5555 + + + 10786 + 2165 + 12754 + 200 + 2014 + 2019-12-01 + + EHS + Active + Bayamon Municipality Head Start Program + www.municipiodebayamon.com + 2165@hsesinfo.org + 19 Calle Maceo + + Bayamon + PR + 00961-6339 + P.O. Box 1588 + + Bayamon + PR + 00960-1588 + 19 Calle Maceo + + Bayamon + PR + 00961-6339 + Hon. + F223803 + L223803 + + Board Of Director's President + 223803@hsesinfo.org + Mrs. + F223804 + L223804 + + Executive Director + 223804@hsesinfo.org + Mrs. + F223806 + L223806 + + 223806@hsesinfo.org + Mrs. + F223802 + L223802 + + 223802@hsesinfo.org + 555-555-3802 + + + 4792 + 1245 + 8642 + 000 + 2014 + 2014-04-01 + 2019-03-31 + HS + Inactive + LEADS, Inc. + http://www.leadscaa.org + 1245@hsesinfo.org + 159 Wilson Street + + Newark + OH + 43055-4921 + 159 Wilson St + + Newark + OH + 43055-4921 + 159 Wilson St + + Newark + OH + 43055-4921 + Ms. + F46617 + L46617 + + Chairperson + 46617@hsesinfo.org + Mr. + F46620 + L46620 + + LEADS CEO + 46620@hsesinfo.org + Mrs. + F46619 + L46619 + + 46619@hsesinfo.org + Ms. + F46615 + L46615 + + 46615@hsesinfo.org + 555-555-6615 + + + 10735 + 6193 + 12731 + 200 + + 2019-11-01 + + Migrant EHS + Active + East Coast Migrant Head Start Project + http://www.ecmhsp.org + 6193@hsesinfo.org + 600 N Broadway Ave + Ste 203 + Bartow + FL + 33830-3807 + 600 N Broadway Ave + Ste 203 + Bartow + FL + 33830-3807 + 600 N Broadway Ave + Ste 203 + Bartow + FL + 33830-3807 + Dr. + F223481 + L223481 + + President, ECMHSP Board of Directors + 223481@hsesinfo.org + Ms. + F223482 + L223482 + + Chief Executive Officer + 223482@hsesinfo.org + Ms. + F223484 + L223484 + + 223484@hsesinfo.org + Mr. + F223480 + L223480 + + 223480@hsesinfo.org + 555-555-3480 x 5555 + + + 4793 + 2805 + 8642 + 200 + 2014 + 2014-04-01 + 2019-03-31 + EHS + Inactive + LEADS, INC.. + www.leadscaa.org + 2805@hsesinfo.org + 159 Wilson Street + + Newark + OH + 43055 + 159 Wilson Street + + Newark + OH + 43055 + 159 Wilson Street + + Newark + OH + 43055 + Ms. + F46627 + L46627 + + Board Chairperson + 46627@hsesinfo.org + Mr. + F46625 + L46625 + + + 46625@hsesinfo.org + Mrs. + F46624 + L46624 + + 46624@hsesinfo.org + Ms. + F46623 + L46623 + + 46623@hsesinfo.org + 555-555-6623 + + + 9783 + 4921 + 11914 + 000 + 2014 + 2019-07-01 + + HS + Active + Kansas City, Kansas Public Schools, USD #500 + http://kckps.cloudaccess.net/departments/preschool-department/successful-beginnings-wyandotte-county + 4921@hsesinfo.org + 2010 N. 59th Street + + Kansas City + KS + 66104-2800 + 2010 N. 59th Street + + Kansas City + KS + 66104-2800 + 2010 N. 59th Street + + Kansas City + KS + 66104-2800 + Mrs. + F216891 + L216891 + + Board of Education President + 216891@hsesinfo.org + Dr. + F216892 + L216892 + + Superintendent + 216892@hsesinfo.org + Ms. + F216894 + L216894 + + 216894@hsesinfo.org + Dr. + F216890 + L216890 + + 216890@hsesinfo.org + 555-555-6890 + + + 9136 + 8726 + 11443 + 001 + 2018 + 2018-11-01 + 2020-10-31 + HS + Inactive + Acelero Learning Clark County + alcc.acelero.net + 8726@hsesinfo.org + 4366 W Cheyenne Ave + + North Las Vegas + NV + 89032-2484 + 4366 W Cheyenne Ave + + North Las Vegas + NV + 89032-2484 + 4366 W Cheyenne Ave + + North Las Vegas + NV + 89032-2484 + Ms. + F212518 + L212518 + + Chair Person + 212518@hsesinfo.org + Mr. + F212519 + L212519 + + Chief Executive Officer + 212519@hsesinfo.org + Ms. + F212521 + L212521 + + 212521@hsesinfo.org + Mr. + F212517 + L212517 + + 212517@hsesinfo.org + 555-555-2517 + + + 4448 + 436 + 8494 + 000 + 2013 + 2013-11-01 + 2019-07-31 + HS + Inactive + Salisbury-Rowan Community Action Agency + www.srcaa.com + 436@hsesinfo.org + 1300 W Bank St + + Salisbury + NC + 28144-3910 + 1300 W Bank St + + Salisbury + NC + 28144-3910 + 1300 W Bank St + + Salisbury + NC + 28144-3910 + Mr. + F41541 + L41541 + + Board Chairman + 41541@hsesinfo.org + Mr. + F41542 + L41542 + + Executive Director + 41542@hsesinfo.org + Mr. + F41538 + L41538 + + 41538@hsesinfo.org + Mrs. + F41537 + L41537 + + 41537@hsesinfo.org + 555-555-1537 + + + 6790 + 1413 + 10305 + 200 + 2003 + 2015-09-01 + 2020-08-31 + EHS + Inactive + Ozarks Area Community Action Corporation + http://www.oac.ac + 1413@hsesinfo.org + 215 South Barnes Avenue + + Springfield + MO + 65802-2204 + 215 South Barnes Avenue + + Springfield + MO + 65802-2204 + 215 South Barnes Avenue + + Springfield + MO + 65802-2204 + Mr. + F203205 + L203205 + + Chairman + 203205@hsesinfo.org + Mr. + F203206 + L203206 + + Executive Director + 203206@hsesinfo.org + Ms. + F203208 + L203208 + + 203208@hsesinfo.org + Ms. + F203204 + L203204 + + 203204@hsesinfo.org + 555-555-3204 + + + 5559 + 2403 + 9260 + 000 + 2014 + 2014-11-01 + + AIAN HS + Active + OSAGE NATION + http://www.osagenation-nsn.gov/headstart + 2403@hsesinfo.org + 1421 Grandview Ave + + Pawhuska + OK + 74056-1842 + 627 Grandview Ave + P.O. Box 779 + Pawhuska + OK + 74056-4201 + 1421 Grandview Ave + + Pawhuska + OK + 74056-1842 + Mr. + F99681 + L99681 + + Principal Chief + 99681@hsesinfo.org + Mr. + F99682 + L99682 + + Director Tribal Operations + 99682@hsesinfo.org + Ms. + F99683 + L99683 + + 99683@hsesinfo.org + Mrs. + F99680 + L99680 + + 99680@hsesinfo.org + 555-555-9680 + + + 9373 + 4470 + 11612 + 002 + 2013 + 2019-02-01 + 2020-01-31 + HS + Inactive + Catholic Charities + ccdocle.org/headstart + 4470@hsesinfo.org + 7911 Detroit Ave + + Cleveland + OH + 44102-2815 + 7911 Detroit Ave + + Cleveland + OH + 44102-2815 + 7911 Detroit Ave + + Cleveland + OH + 44102-2815 + Ms. + F214144 + L214144 + + + 214144@hsesinfo.org + Mr. + F214145 + L214145 + + + 214145@hsesinfo.org + + F214147 + L214147 + + 214147@hsesinfo.org + Mrs. + F214143 + L214143 + + 214143@hsesinfo.org + 555-555-4143 + + + 10541 + 6082 + 12526 + 200 + + 2019-09-01 + + EHS + Active + Wayne Action Group for Economic Solvency, Inc. (WAGES) + http://www.wagesnc.org + 6082@hsesinfo.org + 601 Royall Avenue + + Goldsboro + NC + 27534-2570 + 601 Royall Avenue + + Goldsboro + NC + 27534-2570 + 601 Royall Avenue + + Goldsboro + NC + 27534-2570 + Mrs. + F222126 + L222126 + + WAGES Board President + 222126@hsesinfo.org + Mrs. + F222127 + L222127 + + Executive Director + 222127@hsesinfo.org + Mr. + F222129 + L222129 + + 222129@hsesinfo.org + Mrs. + F222125 + L222125 + + 222125@hsesinfo.org + 555-555-2125 + + + 9376 + 6805 + 11612 + 202 + + 2019-02-01 + 2020-01-31 + EHS + Inactive + Catholic Charities + ccdocle.org/headstart + 6805@hsesinfo.org + 7911 Detroit Ave + + Cleveland + OH + 44102-2815 + 7911 Detroit Ave + + Cleveland + OH + 44102-2815 + 7911 Detroit Ave + + Cleveland + OH + 44102-2815 + Ms. + F214165 + L214165 + + + 214165@hsesinfo.org + Mr. + F214166 + L214166 + + + 214166@hsesinfo.org + + F214168 + L214168 + + 214168@hsesinfo.org + Mrs. + F214164 + L214164 + + 214164@hsesinfo.org + 555-555-4164 + + + 5316 + 546 + 9149 + 000 + 2014 + 2014-08-01 + 2019-07-31 + HS + Inactive + SCHOOL BOARD OF MONROE COUNTY + http://www.keysschools.com + 546@hsesinfo.org + 241 Trumbo Rd + + Key West + FL + 33040-4709 + 241 Trumbo Rd + + Key West + FL + 33040-4709 + 241 Trumbo Rd + + Key West + FL + 33040-4709 + Mr. + F54115 + L54115 + + Board Chairperson + 54115@hsesinfo.org + Mrs. + F54113 + L54113 + + + 54113@hsesinfo.org + Mrs. + F54112 + L54112 + + 54112@hsesinfo.org + Ms. + F54111 + L54111 + + 54111@hsesinfo.org + 555-555-4111 x 5555 + + + 10542 + 2504 + 12524 + 200 + 2007 + 2019-09-01 + + EHS + Active + Centerstone Early Head Start + www.centerstone.org + 2504@hsesinfo.org + 902 W Main Street + + West Frankfort + IL + 62896 + 902 W Main Street + + West Frankfort + IL + 62896 + 902 W Main Street + + West Frankfort + IL + 62896 + Ms. + F222133 + L222133 + + Board Chair + 222133@hsesinfo.org + Mr. + F222134 + L222134 + + Chief Executive Officer + 222134@hsesinfo.org + Ms. + F222136 + L222136 + + 222136@hsesinfo.org + Ms. + F222132 + L222132 + + 222132@hsesinfo.org + 555-555-2132 + + + 9118 + 3786 + 11431 + 009 + 2013 + 2018-09-01 + + HS + Active + Moreno Valley Unified School District + www.mvusd.k12.ca.us + 3786@hsesinfo.org + 23990 Eucalyptus Avenue + + Moreno Valley + CA + 92553-5504 + 23990 Eucalyptus Avenue + + Moreno Valley + CA + 92553-5504 + 23990 Eucalyptus Avenue + + Moreno Valley + CA + 92553-5504 + Mrs. + F212416 + L212416 + + President + 212416@hsesinfo.org + Dr. + F212417 + L212417 + Ed.D. + Superintendent + 212417@hsesinfo.org + Ms. + F212419 + L212419 + + 212419@hsesinfo.org + Mrs. + F212415 + L212415 + + 212415@hsesinfo.org + 555-555-2415 x 5555 + + + 8634 + 3253 + 11025 + 200 + 2012 + 2017-06-01 + 2020-05-31 + EHS + Inactive + Children's Institute, Inc. + www.childrensinstitute.org + 3253@hsesinfo.org + 537 W Compton Blvd + + Compton + CA + 90220-3010 + 2121 W Temple St + + Los Angeles + CA + 90026-4915 + 2121 W Temple St + + Los Angeles + CA + 90026-4915 + Mr. + F208950 + L208950 + + + 208950@hsesinfo.org + Ms. + F208951 + L208951 + + + 208951@hsesinfo.org + Mrs. + F208953 + L208953 + + 208953@hsesinfo.org + Ms. + F208949 + L208949 + + 208949@hsesinfo.org + 555-555-8949 + + + 8161 + 2755 + 10595 + 200 + 2011 + 2016-07-01 + + EHS + Active + BRANCH INTERMEDIATE SCHOOL DISTRICT + www.branch-isd.org + 2755@hsesinfo.org + 370 Morse Street + + Coldwater + MI + 49036 + 370 Morse Street + + Coldwater + MI + 49036 + 370 Morse Street + + Coldwater + MI + 49036 + Mr. + F206242 + L206242 + + Board Chair + 206242@hsesinfo.org + Mrs. + F206243 + L206243 + + Superintendent + 206243@hsesinfo.org + Ms. + F206245 + L206245 + + 206245@hsesinfo.org + Ms. + F206241 + L206241 + + 206241@hsesinfo.org + 555-555-6241 + + + 10235 + 9025 + 12263 + 000 + 2019 + 2019-08-01 + + HS + Active + Mississippi Action for Progress, Inc. + http://www.mapheadstart.org + 9025@hsesinfo.org + 1751 Morson Rd + + Jackson + MS + 39209 + 1751 Morson Rd + + Jackson + MS + 39209 + 1751 Morson Rd + + Jackson + MS + 39209 + Mr. + F219989 + L219989 + + Governing Board Chairperson + 219989@hsesinfo.org + Dr. + F219990 + L219990 + + CEO/Head Start Director + 219990@hsesinfo.org + Ms. + F219992 + L219992 + + 219992@hsesinfo.org + Dr. + F219988 + L219988 + + 219988@hsesinfo.org + 555-555-9988 x 5555 + + + 11266 + 1793 + 13167 + 200 + 2002 + 2020-05-01 + + EHS + Active + Lutheran Social Services of the Virgin Islands, Inc. + www.lssvi.org + 1793@hsesinfo.org + 516B Hospital St + + Frederiksted + VI + 00840-3824 + PO Box 866 + + Frederiksted + VI + 00841 + 516B Hospital St + + Frederiksted + VI + 00840-3824 + Atty. + F226992 + L226992 + + Board President + 226992@hsesinfo.org + Mrs. + F226993 + L226993 + + + 226993@hsesinfo.org + Ms. + F226995 + L226995 + + 226995@hsesinfo.org + Mr. + F226991 + L226991 + + 226991@hsesinfo.org + 555-555-6991 x 5555 + + + 8951 + 1409 + 11299 + 000 + 2013 + 2018-08-01 + + HS + Active + OLATHE UNIFIED SCHOOL DISTRICT #233 + teachers.olatheschools.com/olatheheadstart + 1409@hsesinfo.org + Heartland Early Childhood Center + 1700 West Sheridan Street + Olathe + KS + 66061-4135 + Heartland Early Childhood Center + 1700 West Sheridan Street + Olathe + KS + 66061-4135 + Heartland Early Childhood Center + 1700 West Sheridan Street + Olathe + KS + 66061-4135 + Mr. + F211216 + L211216 + + Board President + 211216@hsesinfo.org + Ms. + F211217 + L211217 + + Assistant Director of Early Childhood + 211217@hsesinfo.org + + F211219 + L211219 + + 211219@hsesinfo.org + Mrs. + F211215 + L211215 + + 211215@hsesinfo.org + 555-555-1215 + + + 10543 + 6038 + 12527 + 200 + + 2019-09-01 + + EHS + Active + Macomb Community Action + http://mccsa.macombgov.org + 6038@hsesinfo.org + 21885 Dunham Rd Suite #10 + + Clinton Township + MI + 48036-1006 + 21885 Dunham Rd Suite #10 + + Clinton Township + MI + 48036-1006 + 21885 Dunham Rd Suite #10 + + Clinton Township + MI + 48036-1006 + Mr. + F222140 + L222140 + + County Executive + 222140@hsesinfo.org + Mr. + F222141 + L222141 + + Director of Macomb Community Action Agency + 222141@hsesinfo.org + Ms. + F222143 + L222143 + + 222143@hsesinfo.org + Ms. + F222139 + L222139 + + 222139@hsesinfo.org + 555-555-2139 + + + 460 + 1927 + 283 + 000 + 2013 + 2013-07-02 + 2019-06-30 + HS + Inactive + Decatur-Macon County Opportunities Corporation + DMCOC.org + 1927@hsesinfo.org + 275 E Condit St + + Decatur + IL + 62521-1110 + 1075 N Morgan St + + Decatur + IL + 62521-1200 + 1122 E Marietta St + + Decatur + IL + 62521-1324 + Mr. + F37564 + L37564 + + Board of Directors President + 37564@hsesinfo.org + Mrs. + F37562 + L37562 + + Executive Director + 37562@hsesinfo.org + Mrs. + F37561 + L37561 + + 37561@hsesinfo.org + Mrs. + F37560 + L37560 + + 37560@hsesinfo.org + 555-555-7560 x 5555 + + + 9918 + 4981 + 12019 + 000 + 2014 + 2019-07-01 + + HS + Active + United Academy Inc + + 4981@hsesinfo.org + 722 Wythe Ave + + Brooklyn + NY + 11249-7532 + 722 Wythe Avenue + + Brooklyn + NY + 11249-7532 + 722 Wythe Ave + + Brooklyn + NY + 11249-7532 + Mr. + F217830 + L217830 + + + 217830@hsesinfo.org + Mr. + F217831 + L217831 + + + 217831@hsesinfo.org + Mrs. + F217833 + L217833 + + 217833@hsesinfo.org + Mr. + F217829 + L217829 + + 217829@hsesinfo.org + 555-555-7829 x 5555 + + + 11267 + 561 + 13162 + 000 + 1992 + 2020-06-01 + + HS + Active + Mountain Projects, Inc. + http://www.mountainprojects.org + 561@hsesinfo.org + 2177 Asheville Rd + + Waynesville + NC + 28786-3139 + 2177 Asheville Rd + + Waynesville + NC + 28786-3139 + 2177 Asheville Rd + + Waynesville + NC + 28786-3139 + Mr. + F226999 + L226999 + + Board Chair + 226999@hsesinfo.org + Ms. + F227000 + L227000 + + Executive Director + 227000@hsesinfo.org + Mr. + F227002 + L227002 + + 227002@hsesinfo.org + Ms. + F226998 + L226998 + + 226998@hsesinfo.org + 555-555-6998 x 5555 + + + 11268 + 2788 + 13162 + 200 + 2011 + 2020-06-01 + + EHS + Active + Mountain Projects, Inc. + http://www.mountainprojects.org + 2788@hsesinfo.org + 2177 Asheville Rd + + Waynesville + NC + 28786-3139 + 2177 Asheville Rd + + Waynesville + NC + 28786-3139 + 2177 Asheville Rd + + Waynesville + NC + 28786-3139 + Mr. + F227006 + L227006 + + Board Chair + 227006@hsesinfo.org + Ms. + F227007 + L227007 + + Executive Director + 227007@hsesinfo.org + Mr. + F227009 + L227009 + + 227009@hsesinfo.org + Ms. + F227005 + L227005 + + 227005@hsesinfo.org + 555-555-7005 + + + 4951 + 2312 + 8796 + 200 + 2014 + 2014-07-01 + 2020-06-30 + EHS + Inactive + Northern Panhandle Head Start, Inc. + http://www.npheadstart.org + 2312@hsesinfo.org + 1 Orchard Road, Suite 1 + + Wheeling + WV + 26003 + 1 Orchard Road, Suite 1 + + Wheeling + WV + 26003 + 1 Orchard Road, Suite 1 + + Wheeling + WV + 26003 + Mr. + F49224 + L49224 + + President, Board of Directors + 49224@hsesinfo.org + Ms. + F49226 + L49226 + + Executive Director + 49226@hsesinfo.org + Ms. + F49225 + L49225 + + 49225@hsesinfo.org + Ms. + F49222 + L49222 + + 49222@hsesinfo.org + 555-555-9222 + + + 11465 + 2313 + 13297 + 000 + 2014 + 2020-07-01 + + HS + Active + Northern Panhandle Head Start, Inc. + http://www.npheadstart.org + 2313@hsesinfo.org + 1 Orchard Road, Suite 1 + + Wheeling + WV + 26003 + 1 Orchard Road, Suite 1 + + Wheeling + WV + 26003 + 1 Orchard Road, Suite 1 + + Wheeling + WV + 26003 + Mr. + F228281 + L228281 + + President, Board of Directors + 228281@hsesinfo.org + Ms. + F228282 + L228282 + + Executive Director + 228282@hsesinfo.org + Ms. + F228284 + L228284 + + 228284@hsesinfo.org + Ms. + F228280 + L228280 + + 228280@hsesinfo.org + 555-555-8280 + + + 6620 + 1331 + 10176 + 000 + 1991 + 2015-07-01 + 2020-06-30 + HS + Inactive + Webster Parish Police Jury Office of Community Services + + 1331@hsesinfo.org + 208 Gleason St + Post Office Box 876 + Minden + LA + 71055-3454 + 208 Gleason St + Post Office Box 876 + Minden + LA + 71055-3454 + 208 Gleason St + Post Office Box 876 + Minden + LA + 71055-3454 + Mr. + F202010 + L202010 + + Board President + 202010@hsesinfo.org + Mrs. + F202011 + L202011 + + Executive Director + 202011@hsesinfo.org + Mrs. + F202013 + L202013 + + 202013@hsesinfo.org + Mrs. + F202009 + L202009 + + 202009@hsesinfo.org + 555-555-2009 x 5555 + + + 10474 + 2019 + 12472 + 000 + 2014 + 2019-09-01 + + HS + Active + PERSON COUNTY SCHOOL DISTRICT + https://www.pcsnc.org/Domain/8 + 2019@hsesinfo.org + 404 South Morgan Street + + Roxboro + NC + 27573-5103 + 404 South Morgan Street + + Roxboro + NC + 27573-5103 + 404 South Morgan Street + + Roxboro + NC + 27573-5103 + Dr. + F221659 + L221659 + + Chairperson of the Person County Board of Education + 221659@hsesinfo.org + Mr. + F221660 + L221660 + + + 221660@hsesinfo.org + Mr. + F221662 + L221662 + + 221662@hsesinfo.org + Mrs. + F221658 + L221658 + + 221658@hsesinfo.org + 555-555-1658 x 5555 + + + 8167 + 349 + 10610 + 200 + 2001 + 2016-07-01 + + EHS + Active + York County Early Head Start + https://www.yccac.org/index.php/programs/children-s-services + 349@hsesinfo.org + 6 Spruce St + + Sanford + ME + 04073-2917 + PO Box 72 + + Sanford + ME + 04073-0072 + 6 Spruce St + + Sanford + ME + 04073-2917 + Mrs. + F206284 + L206284 + + Board President + 206284@hsesinfo.org + Mrs. + F206285 + L206285 + + Executive DIrector + 206285@hsesinfo.org + Ms. + F206287 + L206287 + + 206287@hsesinfo.org + Mrs. + F206283 + L206283 + + 206283@hsesinfo.org + 555-555-6283 + + + 5094 + 593 + 9015 + 000 + 1992 + 2014-07-01 + 2019-07-31 + HS + Inactive + Community Action Agency of South Alabama + http://www.caaofsa.org + 593@hsesinfo.org + 26440 Pollard Rd + + Daphne + AL + 36526-4273 + 26440 Pollard Rd + P.O. Box 250 + Daphne + AL + 36526-4273 + 26440 Pollard Rd + + Daphne + AL + 36526-4273 + Mr. + F51654 + L51654 + + Board Chairman + 51654@hsesinfo.org + Mr. + F51658 + L51658 + + Chief Executive Officer + 51658@hsesinfo.org + Ms. + F51657 + L51657 + + 51657@hsesinfo.org + Mr. + F51653 + L51653 + + 51653@hsesinfo.org + 555-555-1653 x 5555 + + + 4697 + 3909 + 8679 + 025 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Escuela Hispana Montessori Inc. + escuelahispanaelc.com + 3909@hsesinfo.org + 180 Suffolk St + + New York + NY + 10002-1621 + 180 Suffolk St + + New York + NY + 10002-1621 + 180 Suffolk St + + New York + NY + 10002-1621 + Ms. + F45627 + L45627 + + Chairperson + 45627@hsesinfo.org + Ms. + F45626 + L45626 + . + + 45626@hsesinfo.org + Mr. + F45630 + L45630 + + 45630@hsesinfo.org + Ms. + F45625 + L45625 + + 45625@hsesinfo.org + 555-555-5625 + + + 5671 + 870 + 9288 + 200 + 2015 + 2015-01-01 + + EHS + Active + Ounce of Prevention Fund + http://www.ounceofprevention.org + 870@hsesinfo.org + 33 W. Monroe St. + Suite 2400 + Chicago + IL + 60603-6198 + 33 W. Monroe St. + Suite 2400 + Chicago + IL + 60603-6198 + 33 W. Monroe St. + Suite 2400 + Chicago + IL + 60603-6198 + Mr. + F102238 + L102238 + + Board Chair + 102238@hsesinfo.org + Ms. + F102239 + L102239 + + + 102239@hsesinfo.org + Mrs. + F102236 + L102236 + + 102236@hsesinfo.org + Ms. + F102235 + L102235 + + 102235@hsesinfo.org + 555-555-2235 + + + 4737 + 3953 + 8719 + 065 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + NorthEast Bronx Day Care Center + + 3953@hsesinfo.org + 3440 White Plains Rd + + Bronx + NY + 10467-5776 + 3440 White Plains Rd + + Bronx + NY + 10467-5776 + 3440 White Plains Rd + + Bronx + NY + 10467-5776 + Ms. + F45909 + L45909 + + + 45909@hsesinfo.org + Ms. + F45907 + L45907 + + + 45907@hsesinfo.org + + F45906 + L45906 + + 45906@hsesinfo.org + Ms. + F45905 + L45905 + + 45905@hsesinfo.org + 555-555-5905 + + + 10544 + 5852 + 12525 + 200 + + 2019-09-01 + + EHS + Active + Ironton-Lawrence County Community Action Organization + http://www.headstartworks.org + 5852@hsesinfo.org + 305 N 5th St + + Ironton + OH + 45638-1578 + 305 N 5th St + + Ironton + OH + 45638-1578 + 1518 S 3rd St + + Ironton + OH + 45638-2140 + Mr. + F222147 + L222147 + + CAO Board Chairperson + 222147@hsesinfo.org + Mr. + F222148 + L222148 + + CAO Executive Director + 222148@hsesinfo.org + Mrs. + F222150 + L222150 + + 222150@hsesinfo.org + Mrs. + F222146 + L222146 + + 222146@hsesinfo.org + 555-555-2146 x 5555 + + + 5644 + 4355 + 9464 + 030 + 2014 + 2014-12-01 + + HS + Active + Hana Early Childhood Center + www.hanacenter.org/ecc + 4355@hsesinfo.org + 4300 N California Ave + + Chicago + IL + 60618-1514 + 4300 N California Ave + + Chicago + IL + 60618-1514 + 4300 N California Ave + + Chicago + IL + 60618-1514 + Mr. + F101601 + L101601 + + President + 101601@hsesinfo.org + Ms. + F101602 + L101602 + + Executive Director + 101602@hsesinfo.org + Ms. + F101604 + L101604 + + 101604@hsesinfo.org + Ms. + F101600 + L101600 + + 101600@hsesinfo.org + 555-555-1600 x 5555 + + + 4460 + 491 + 8396 + 000 + 1991 + 2013-11-01 + 2019-06-30 + HS + Inactive + TACOMA SCHOOL DISTRICT #10 + www.tacoma.k12.wa.us + 491@hsesinfo.org + Superintendent + 601 S. 8th St + Tacoma + WA + 98405 + Head Start Director + 3101 S. 43rd St + Tacoma + WA + 98409 + Head Start Director + 3101 S. 43rd St + Tacoma + WA + 98409 + Ms. + F41623 + L41623 + + Superintendent + 41623@hsesinfo.org + Ms. + F41625 + L41625 + + + 41625@hsesinfo.org + Ms. + F41626 + L41626 + + 41626@hsesinfo.org + Ms. + F41622 + L41622 + + 41622@hsesinfo.org + 555-555-1622 + + + 6952 + 684 + 10428 + 000 + 1991 + 2015-12-01 + + HS + Active + Indianhead Community Action Agency + http://www.indianheadcaa.org + 684@hsesinfo.org + 1000 College Ave W + + Ladysmith + WI + 54848-2118 + 1000 College Ave W + + Ladysmith + WI + 54848-2118 + 1000 College Ave W + + Ladysmith + WI + 54848-2118 + Mr. + F204326 + L204326 + + Chairman of the Board + 204326@hsesinfo.org + Ms. + F204327 + L204327 + + CEO + 204327@hsesinfo.org + Ms. + F204329 + L204329 + + 204329@hsesinfo.org + Mrs. + F204325 + L204325 + + 204325@hsesinfo.org + 555-555-4325 + + + 10545 + 6042 + 12522 + 200 + + 2019-09-01 + + EHS + Active + Young Women's Christian Association of Canton Ohio + http://www.ywcacanton.org + 6042@hsesinfo.org + 231 Sixth Street NE + + Canton + OH + 44702-1035 + 231 Sixth Street NE + + Canton + OH + 44702-1035 + 231 Sixth Street NE + + Canton + OH + 44702-1035 + Ms. + F222154 + L222154 + + Board President + 222154@hsesinfo.org + Ms. + F222155 + L222155 + + CEO + 222155@hsesinfo.org + Ms. + F222157 + L222157 + + 222157@hsesinfo.org + Ms. + F222153 + L222153 + + 222153@hsesinfo.org + 555-555-2153 + + + 10546 + 202 + 12521 + 000 + 2013 + 2019-09-01 + + HS + Active + Woonsocket Head Start Child Development Association + whscda.org + 202@hsesinfo.org + 204 Warwick Street + + Woonsocket + RI + 02895-6418 + 204 Warwick Street + + Woonsocket + RI + 02895-6418 + 204 Warwick Street + + Woonsocket + RI + 02895-6418 + Mrs. + F222161 + L222161 + + Board President + 222161@hsesinfo.org + Ms. + F222162 + L222162 + + Executive Director + 222162@hsesinfo.org + Ms. + F222164 + L222164 + + 222164@hsesinfo.org + Ms. + F222160 + L222160 + + 222160@hsesinfo.org + 555-555-2160 + + + 4610 + 2033 + 8582 + 000 + 2014 + 2014-02-01 + 2019-01-31 + HS + Inactive + UNITED ACADEMY HEAD START + None + 2033@hsesinfo.org + 722 Wythe Avenue + + Brooklyn + NY + 11249-7532 + 722 Wythe Avenue + + Brooklyn + NY + 11249-7532 + 722 Wythe Avenue + + Brooklyn + NY + 11249-7532 + Mr. + F44041 + L44041 + + Chairman + 44041@hsesinfo.org + Mr. + F44043 + L44043 + + + 44043@hsesinfo.org + Mrs. + F44042 + L44042 + + 44042@hsesinfo.org + Mr. + F44039 + L44039 + + 44039@hsesinfo.org + 555-555-4039 x 5555 + + + 4347 + 1750 + 8353 + 200 + 2001 + 2013-09-13 + 2019-01-31 + EHS + Inactive + CHILDREN'S HOME SOCIETY OF WASHINGTON + http://www.chs-wa.org + 1750@hsesinfo.org + 12360 Lake City Way NE + Ste 450 + Seattle + WA + 98125-5452 + PO Box 15190 + + Seattle + WA + 98115-0190 + 12360 Lake City Way NE + Ste 450 + Seattle + WA + 98125-5452 + Mr. + F39893 + L39893 + + Chair Board of Trustees + 39893@hsesinfo.org + Mr. + F39889 + L39889 + + President/CEO + 39889@hsesinfo.org + Ms. + F39891 + L39891 + + 39891@hsesinfo.org + Ms. + F39888 + L39888 + + 39888@hsesinfo.org + 555-555-9888 + + + 9177 + 5489 + 11473 + 200 + 2014 + 2018-11-01 + + EHS + Active + Acelero Inc. + www.acelero.net + 5489@hsesinfo.org + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + Mr. + F212775 + L212775 + + Chairman of the Board + 212775@hsesinfo.org + Mr. + F212776 + L212776 + + COO/Head Start Director + 212776@hsesinfo.org + Ms. + F212778 + L212778 + + 212778@hsesinfo.org + Mr. + F212774 + L212774 + + 212774@hsesinfo.org + 555-555-2774 + + + 6523 + 530 + 10052 + 200 + 2003 + 2015-07-01 + 2020-06-30 + EHS + Inactive + Anderson County Schools' Preschool + www.preschool.acs.ac + 530@hsesinfo.org + 708 N Main St + + Clinton + TN + 37716-3143 + 708 N Main St + + Clinton + TN + 37716-3143 + 708 N Main St + + Clinton + TN + 37716-3143 + Dr. + F201331 + L201331 + + Anderson County School Board Chair + 201331@hsesinfo.org + Dr. + F201332 + L201332 + + Anderson County School Director + 201332@hsesinfo.org + Ms. + F201334 + L201334 + + 201334@hsesinfo.org + Ms. + F201330 + L201330 + + 201330@hsesinfo.org + 555-555-1330 + + + 1381 + 3071 + 2872 + 000 + 2013 + 2013-06-26 + 2019-01-31 + HS + Inactive + United_Academy,Inc + + 3071@hsesinfo.org + 722 Wythe Avenue + + Brooklyn + NY + 11249-7532 + 722 Wythe Avenue + + Brooklyn + NY + 11249-7532 + 722 Wythe Avenue + + Brooklyn + NY + 11249-7532 + Mr. + F40859 + L40859 + + + 40859@hsesinfo.org + Mr. + F40857 + L40857 + + + 40857@hsesinfo.org + Mrs. + F40856 + L40856 + + 40856@hsesinfo.org + Mr. + F36187 + L36187 + + 36187@hsesinfo.org + 555-555-6187 x 5555 + + + 4235 + 797 + 325 + 000 + 2013 + 2013-07-24 + 2019-06-30 + HS + Inactive + LINCOLN TOTAL COMMUNITY ACTION, INC. + NA + 797@hsesinfo.org + 1400 Oakdale Street + + Ruston + LA + 71270-6342 + 1400 Oakdale Street + + Ruston + LA + 71270-6342 + 1400 Oakdale Street + + Ruston + LA + 71270-6342 + Mr. + F37838 + L37838 + + Board Chairperson + 37838@hsesinfo.org + Mrs. + F37839 + L37839 + + + 37839@hsesinfo.org + Mrs. + F37840 + L37840 + + 37840@hsesinfo.org + Mrs. + F37837 + L37837 + + 37837@hsesinfo.org + 555-555-7837 + + + 10203 + 1938 + 12233 + 000 + 2013 + 2019-08-01 + + HS + Active + GMN Tri-County Community Action Committee, Inc. + http://www.gmntrico.org + 1938@hsesinfo.org + 615 North St + + Caldwell + OH + 43724-1123 + 615 North Street + + Caldwell + OH + 43724-1123 + 615 North Street + + Caldwell + OH + 43724-1123 + Mr. + F219776 + L219776 + + GMN Board Chairman + 219776@hsesinfo.org + Mr. + F219777 + L219777 + + GMN Executive Director + 219777@hsesinfo.org + Miss + F219779 + L219779 + + 219779@hsesinfo.org + Miss + F219775 + L219775 + + 219775@hsesinfo.org + 555-555-9775 + + + 10204 + 1939 + 12233 + 200 + 2013 + 2019-08-01 + + EHS + Active + GMN Tri-County Community Action Committee, Inc. + http://www.gmntrico.org + 1939@hsesinfo.org + 615 North Street + + Caldwell + OH + 43724-1123 + 615 North Street + + Caldwell + OH + 43724-1123 + 615 North Street + + Caldwell + OH + 43724-1123 + Mr. + F219783 + L219783 + + GMN Board Chairman + 219783@hsesinfo.org + Mr. + F219784 + L219784 + + GMN Executive Director + 219784@hsesinfo.org + Miss + F219786 + L219786 + + 219786@hsesinfo.org + Miss + F219782 + L219782 + + 219782@hsesinfo.org + 555-555-9782 + + + 4714 + 3939 + 8696 + 042 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Northern Manhattan Perinatal Partnership + + 3939@hsesinfo.org + 529-531 W 155th St + + New York + NY + 10032 + 529-531 W 155th St + + New York + NY + 10032 + 127 West 127th Street + + New York + NY + 10027 + Mrs. + F45748 + L45748 + + Board Chair + 45748@hsesinfo.org + Ms. + F45746 + L45746 + + + 45746@hsesinfo.org + Ms. + F45745 + L45745 + + 45745@hsesinfo.org + Dr. + F45744 + L45744 + + 45744@hsesinfo.org + 555-555-5744 + + + 11276 + 1057 + 13164 + 000 + 1992 + 2020-05-01 + + HS + Active + Mountainland Head Start, Inc + www.mountainlandheadstart.org + 1057@hsesinfo.org + 264 West 300 North + + Provo + UT + 84601-2813 + 264 West 300 North + + Provo + UT + 84601-2813 + 264 West 300 North + + Provo + UT + 84601-2813 + Mrs. + F227062 + L227062 + + Board Chair + 227062@hsesinfo.org + Mrs. + F227063 + L227063 + + Executive Director + 227063@hsesinfo.org + Mrs. + F227065 + L227065 + + 227065@hsesinfo.org + Mrs. + F227061 + L227061 + + 227061@hsesinfo.org + 555-555-7061 + + + 11277 + 6350 + 13164 + 200 + + 2020-05-01 + + EHS + Active + Mountainland Head Start, Inc + www.mountainlandheadstart.org + 6350@hsesinfo.org + 264 WEST 300 NORTH + + PROVO + UT + 84601-2813 + 264 WEST 300 NORTH + + PROVO + UT + 84601-2813 + 264 WEST 300 NORTH + + PROVO + UT + 84601-2813 + Mrs. + F227069 + L227069 + + Board Chair + 227069@hsesinfo.org + Mrs. + F227070 + L227070 + + Executive Director + 227070@hsesinfo.org + Mrs. + F227072 + L227072 + + 227072@hsesinfo.org + Mrs. + F227068 + L227068 + + 227068@hsesinfo.org + 555-555-7068 x 5555 + + + 11278 + 2189 + 13163 + 200 + 2007 + 2020-05-01 + + EHS + Active + Modoc County Office of Education + www.modoccoe.k12.ca.us + 2189@hsesinfo.org + 139 Henderson Street + + Alturas + CA + 96101 + 139 Henderson Street + + Alturas + CA + 96101 + 139 Henderson Street + + Alturas + CA + 96101 + Mr. + F227076 + L227076 + + County Superintendent of Schools + 227076@hsesinfo.org + Mr. + F227077 + L227077 + + + 227077@hsesinfo.org + Ms. + F227079 + L227079 + + 227079@hsesinfo.org + Mrs. + F227075 + L227075 + + 227075@hsesinfo.org + 555-555-7075 + + + 5685 + 3092 + 9480 + 200 + 2011 + 2015-01-01 + + EHS + Active + Associates for Human Services, Inc. + www.ahsinc.org + 3092@hsesinfo.org + 68 ALLISON AVENUE + + TAUNTON + MA + 02780 + 68 ALLISON AVENUE + + TAUNTON + MA + 02780 + 68 ALLISON AVENUE + + TAUNTON + MA + 02780 + Dr. + F102397 + L102397 + + Chairperson + 102397@hsesinfo.org + Ms. + F102395 + L102395 + + + 102395@hsesinfo.org + Ms. + F102394 + L102394 + + 102394@hsesinfo.org + Mrs. + F102393 + L102393 + + 102393@hsesinfo.org + 555-555-2393 x 5555 + + + 8756 + 3146 + 11129 + 200 + 2012 + 2017-11-01 + + EHS + Active + OCAB Denmark Early Head Start + cwright@ocabcaa.org + 3146@hsesinfo.org + 90 Faculty Grove Lane + + Denmark + SC + 29042 + PO Box 710 + + Orangeburg + SC + 29116-0710 + 1822 Joe S Jeffords Hwy + + Orangeburg + SC + 29115-7470 + Ms. + F209758 + L209758 + + Chairperson + 209758@hsesinfo.org + Mr. + F209759 + L209759 + + + 209759@hsesinfo.org + Ms. + F209761 + L209761 + + 209761@hsesinfo.org + Ms. + F209757 + L209757 + + 209757@hsesinfo.org + 555-555-9757 x 5555 + + + 11270 + 6801 + 13169 + 001 + + 2020-05-01 + + HS + Active + Education Service Center Region XV + www.esc15.net + 6801@hsesinfo.org + 612 S Irene St + + San Angelo + TX + 76903-6629 + 612 S Irene St + + San Angelo + TX + 76903-6629 + 612 S Irene St + + San Angelo + TX + 76903-6629 + Mr. + F227020 + L227020 + + Board of Directors, Chairperson + 227020@hsesinfo.org + Dr. + F227021 + L227021 + + Executive Director + 227021@hsesinfo.org + Mrs. + F227023 + L227023 + + 227023@hsesinfo.org + Mrs. + F227019 + L227019 + + 227019@hsesinfo.org + 555-555-7019 + + + 11272 + 6802 + 13169 + 201 + + 2020-05-01 + + EHS + Active + Education Service Center Region XV + www.esc15.net + 6802@hsesinfo.org + 612 S. Irene St + + San Angelo + TX + 76903 + 612 S. Irene St + + San Angelo + TX + 76903 + 612 S. Irene St + + San Angelo + TX + 76903 + Mr. + F227034 + L227034 + + Board of Directors, Chairperson + 227034@hsesinfo.org + Dr. + F227035 + L227035 + + Region XV Executive Director + 227035@hsesinfo.org + Mrs. + F227037 + L227037 + + 227037@hsesinfo.org + Mrs. + F227033 + L227033 + + 227033@hsesinfo.org + 555-555-7033 + + + 10548 + 1698 + 12547 + 200 + 2014 + 2019-09-01 + + EHS + Active + Manchester Memorial Hospital + http://www.echn.org + 1698@hsesinfo.org + 71 Haynes Street + + Manchester + CT + 06040-4131 + 71 Haynes Street + + Manchester + CT + 06040-4131 + 71 Haynes Street + + Manchester + CT + 06040-4131 + Ms. + F222175 + L222175 + + Chief Executive Officer + 222175@hsesinfo.org + Ms. + F222176 + L222176 + + Executive Director + 222176@hsesinfo.org + Mrs. + F222178 + L222178 + + 222178@hsesinfo.org + Mrs. + F222174 + L222174 + + 222174@hsesinfo.org + 555-555-2174 x 5555 + + + 4476 + 1891 + 8403 + 200 + 1993 + 2013-11-18 + 2018-11-30 + EHS + Inactive + COOPERATIVE EDUCATIONAL SERVICE AGENCY #11 + http://www.cesa11.k12.wi.us + 1891@hsesinfo.org + 225 Ostermann Drive + + Turtle Lake + WI + 54889-9191 + 225 Ostermann Drive + + Turtle Lake + WI + 54889-9191 + 225 Ostermann Drive + + Turtle Lake + WI + 54889-9191 + Mr. + F41809 + L41809 + + Chairman + 41809@hsesinfo.org + Mr. + F41810 + L41810 + + + 41810@hsesinfo.org + Ms. + F41806 + L41806 + + 41806@hsesinfo.org + Mrs. + F41805 + L41805 + + 41805@hsesinfo.org + 555-555-1805 + + + 9002 + 1082 + 11327 + 000 + 1992 + 2018-09-01 + + HS + Active + Action Inc. + butteassistanceprograms.org + 1082@hsesinfo.org + 1000 S Arizona St + + Butte + MT + 59701-2920 + PO Box 608 + + Butte + MT + 59703-0608 + 25 W Silver St + + Butte + MT + 59701-2024 + Ms. + F211570 + L211570 + + Board Chairperson + 211570@hsesinfo.org + Ms. + F211571 + L211571 + + CEO + 211571@hsesinfo.org + Ms. + F211573 + L211573 + + 211573@hsesinfo.org + Ms. + F211569 + L211569 + + 211569@hsesinfo.org + 555-555-1569 + + + 11273 + 5185 + 13168 + 000 + 2014 + 2020-05-01 + + HS + Active + Big Five Community Services, Inc. + http://www.bigfive.org + 5185@hsesinfo.org + 1502 N. 1st + + Durant + OK + 74701-1577 + 1502 N. 1st + + Durant + OK + 74701-1577 + 1502 N. 1st + + Durant + OK + 74701-1577 + Mr. + F227041 + L227041 + + Board Chairperson + 227041@hsesinfo.org + Mr. + F227042 + L227042 + + Executive Director + 227042@hsesinfo.org + Mrs. + F227044 + L227044 + + 227044@hsesinfo.org + Mr. + F227040 + L227040 + + 227040@hsesinfo.org + 555-555-7040 + + + 9921 + 5790 + 12029 + 200 + + 2019-07-01 + + EHS + Active + County of San Bernardino Board of Supervisors + hs.sbcounty.gov/psd + 5790@hsesinfo.org + 662 South Tippecanoe Avenue + + San Bernardino + CA + 92415-0630 + 662 South Tippecanoe Avenue + + San Bernardino + CA + 92415-0630 + 662 South Tippecanoe Avenue + + San Bernardino + CA + 92415-0630 + Mr. + F217851 + L217851 + + Chairman, County of San Bernardino Board of Supervisors + 217851@hsesinfo.org + Mr. + F217852 + L217852 + + + 217852@hsesinfo.org + Ms. + F217854 + L217854 + + 217854@hsesinfo.org + Mr. + F217850 + L217850 + + 217850@hsesinfo.org + 555-555-7850 + + + 9306 + 2208 + 11562 + 000 + 1992 + 2019-01-01 + + HS + Active + MountainHeart Community Services, Inc. + http://www.mountain-heart.org + 2208@hsesinfo.org + 33 Mountainheart Lane + + Matheny + WV + 24860 + P.O. Box 1509 + + Oceana + WV + 24870-1509 + 33 Mountainheart Lane + + Matheny + WV + 24860 + Mrs. + F213680 + L213680 + + + 213680@hsesinfo.org + Mrs. + F213681 + L213681 + + + 213681@hsesinfo.org + Mrs. + F213683 + L213683 + + 213683@hsesinfo.org + Ms. + F213679 + L213679 + + 213679@hsesinfo.org + 555-555-3679 x 5555 + + + 11279 + 2191 + 13161 + 200 + 2007 + 2020-05-01 + + EHS + Active + Lake Family Resource Center + www.lakefrc.org + 2191@hsesinfo.org + 5350 Main Street + + Kelseyville + CA + 95451 + 5350 Main Street + + Kelseyville + CA + 95451 + 5350 Main Street + + Kelseyville + CA + 95451 + Mr. + F227083 + L227083 + + Board of Directors Chair + 227083@hsesinfo.org + Ms. + F227084 + L227084 + + Executive Director + 227084@hsesinfo.org + Mr. + F227086 + L227086 + + 227086@hsesinfo.org + Mrs. + F227082 + L227082 + + 227082@hsesinfo.org + 555-555-7082 x 5555 + + + 8911 + 3301 + 11259 + 000 + 2013 + 2018-07-01 + + HS + Active + Hacienda La Puente Unified School District + www.hlpschools.org + 3301@hsesinfo.org + 455 Glendora Ave + + La Puente + CA + 91744-4519 + 455 Glendora Ave + + La Puente + CA + 91744-4519 + 455 Glendora Ave + + La Puente + CA + 91744-4519 + Mr. + F210898 + L210898 + + Board of Education, President + 210898@hsesinfo.org + Ms. + F210899 + L210899 + + Director, Child Development/Early Primary Programs + 210899@hsesinfo.org + Ms. + F210901 + L210901 + + 210901@hsesinfo.org + Ms. + F210897 + L210897 + + 210897@hsesinfo.org + 555-555-0897 + + + 9922 + 5802 + 12020 + 200 + + 2019-07-01 + + EHS + Active + Child Care Resource Center, Inc. + www.ccrcca.org + 5802@hsesinfo.org + 20001 Prairie Street + + Chatsworth + CA + 91311-6508 + 20001 Prairie Street + + Chatsworth + CA + 91311-6508 + 20001 Prairie Street + + Chatsworth + CA + 91311-6508 + Mr. + F217858 + L217858 + + + 217858@hsesinfo.org + Mr. + F217859 + L217859 + PHD + + 217859@hsesinfo.org + Mrs. + F217861 + L217861 + + 217861@hsesinfo.org + Ms. + F217857 + L217857 + MS + 217857@hsesinfo.org + 555-555-7857 + + + 11440 + 9358 + 13278 + 200 + 2020 + 2020-07-01 + + EHS + Active + Harris County Department of Education + http://www.hcde-texas.org + 9358@hsesinfo.org + 6300 Irvington Blvd + Ste 406 + Houston + TX + 77022-5618 + 6300 Irvington Blvd + Ste 406 + Houston + TX + 77022-5618 + 6300 Irvington Blvd + Ste 406 + Houston + TX + 77022-5618 + Mr. + F228120 + L228120 + + Board President + 228120@hsesinfo.org + Mr. + F228121 + L228121 + + County School Superintendent + 228121@hsesinfo.org + Ms. + F228123 + L228123 + + 228123@hsesinfo.org + Ms. + F228119 + L228119 + + 228119@hsesinfo.org + 555-555-8119 + + + 11442 + 1886 + 13275 + 200 + 2000 + 2020-07-01 + + EHS + Active + AVANCE - Houston, Inc. + www.avancehouston.org + 1886@hsesinfo.org + 4281 Dacoma St + + Houston + TX + 77092-8607 + 4281 Dacoma St + + Houston + TX + 77092-8607 + 4281 Dacoma St + + Houston + TX + 77092-8607 + Mr. + F228134 + L228134 + + Board Chairperson + 228134@hsesinfo.org + Ms. + F228135 + L228135 + + Executive Director + 228135@hsesinfo.org + Mr. + F228137 + L228137 + + 228137@hsesinfo.org + Mrs. + F228133 + L228133 + Ed.D + 228133@hsesinfo.org + 555-555-8133 + + + 8340 + 3775 + 10699 + 201 + + 2016-07-01 + + EHS + Active + Spanish Speaking Unity Council + http://www.unitycouncil.org + 3775@hsesinfo.org + 1155 35th Avenue + + Oakland + CA + 94601-3426 + 1155 35th Avenue + + Oakland + CA + 94601-3426 + 1155 35th Avenue + + Oakland + CA + 94601-3426 + Mr. + F207520 + L207520 + + Chairperson of the Board of Directors + 207520@hsesinfo.org + Mr. + F207521 + L207521 + + + 207521@hsesinfo.org + Ms. + F207523 + L207523 + + 207523@hsesinfo.org + Mr. + F207519 + L207519 + + 207519@hsesinfo.org + 555-555-7519 + + + 8953 + 2727 + 11302 + 200 + 2011 + 2018-08-01 + + EHS + Active + FRANKLIN CTY EARLY HEAD START PROGRAM, INC. + www.fchsweb.org + 2727@hsesinfo.org + 1438 Excel Ave. + + Chambersburg + PA + 17201 + 1438 Excel Ave. + + Chambersburg + PA + 17201 + 1438 Excel Ave. + + Chambersburg + PA + 17201 + Mrs. + F211230 + L211230 + + Board President + 211230@hsesinfo.org + Dr. + F211231 + L211231 + + President & CEO + 211231@hsesinfo.org + Ms. + F211233 + L211233 + + 211233@hsesinfo.org + Mrs. + F211229 + L211229 + + 211229@hsesinfo.org + 555-555-1229 x 5555 + + + 9241 + 8740 + 11517 + 200 + 2019 + 2019-01-01 + + EHS + Active + Community Action Council for Lexington-Fayette, Bourbon, Harrison & Nicholas Counties Inc + http://www.commaction.org + 8740@hsesinfo.org + 710 West High Street + + Lexington + KY + 40508-2451 + 710 West High Street + + Lexington + KY + 40508-2451 + 710 West High Street + + Lexington + KY + 40508-2451 + Mrs. + F213228 + L213228 + + Chairman + 213228@hsesinfo.org + Mrs. + F213229 + L213229 + + Executive Director + 213229@hsesinfo.org + Mrs. + F213231 + L213231 + + 213231@hsesinfo.org + Mrs. + F213227 + L213227 + + 213227@hsesinfo.org + 555-555-3227 x 5555 + + + 5061 + 5067 + 8864 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + CATHOLIC CHARITIES HEAD START OF BALTIMORE CITY + WWW.CC-MD.ORG + 5067@hsesinfo.org + 915 Sterrett St + + Baltimore + MD + 21230-2502 + 915 Sterrett St + + Baltimore + MD + 21230-2502 + 915 Sterrett St + + Baltimore + MD + 21230-2502 + Mr. + F49988 + L49988 + + President of Board of Trustees + 49988@hsesinfo.org + Mrs. + F49989 + L49989 + + Director of Community Services Division, Catholic Charities + 49989@hsesinfo.org + Ms. + F49991 + L49991 + + 49991@hsesinfo.org + Ms. + F49987 + L49987 + + 49987@hsesinfo.org + 555-555-9987 + + + 8512 + 8392 + 10918 + 200 + 2017 + 2017-03-01 + + EHS + Active + FRIENDS OF CHILDREN OF MISSISSIPPI, INC. + www.friendsofchildren.org + 8392@hsesinfo.org + 6425 Lakeover Rd + + Jackson + MS + 39213-8008 + 6425 Lakeover Rd + + Jackson + MS + 39213-8008 + 6425 Lakeover Rd + + Jackson + MS + 39213-8008 + Mr. + F208310 + L208310 + JR + BOARD CHAIRPERSON + 208310@hsesinfo.org + Dr. + F208311 + L208311 + + + 208311@hsesinfo.org + Mr. + F208313 + L208313 + + 208313@hsesinfo.org + Dr. + F208309 + L208309 + + 208309@hsesinfo.org + 555-555-8309 x 5555 + + + 5072 + 896 + 8986 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Southeastern Community Action Partnership, Inc. + scapnc.org + 896@hsesinfo.org + 405 N Elm St + + Lumberton + NC + 28358-5556 + PO Box 1025 + + Lumberton + NC + 28359-1025 + 405 N Elm St + + Lumberton + NC + 28358-5556 + Mr. + F51545 + L51545 + + Board Chair + 51545@hsesinfo.org + Mrs. + F51543 + L51543 + + CEO + 51543@hsesinfo.org + Ms. + F51542 + L51542 + + 51542@hsesinfo.org + Mrs. + F51541 + L51541 + + 51541@hsesinfo.org + 555-555-1541 + + + 4461 + 2259 + 8400 + 000 + 2013 + 2013-11-01 + 2018-10-31 + HS + Inactive + SEATTLE SCHOOL DISTRICT #1 + http://www.seattleschools.org + 2259@hsesinfo.org + 2445 3rd Ave S + + Seattle + WA + 98134-1923 + PO Box 34165 + MS 31-555 + Seattle + WA + 98124-1165 + 2445 3rd Ave S + + Seattle + WA + 98134-1923 + Ms. + F41645 + L41645 + + President, School Board + 41645@hsesinfo.org + Ms. + F41646 + L41646 + + Superintendent + 41646@hsesinfo.org + Ms. + F41644 + L41644 + + 41644@hsesinfo.org + Mr. + F41643 + L41643 + + 41643@hsesinfo.org + 555-555-1643 + + + 10549 + 233 + 12536 + 000 + 2014 + 2019-09-01 + + HS + Active + ACTION FOR BOSTON COMMUNITY DEVELOPMENT + http://www.bostonabcd.org + 233@hsesinfo.org + 178 Tremont Street + + Boston + MA + 02111-1006 + 178 Tremont Street + + Boston + MA + 02111-1006 + 178 Tremont Street + + Boston + MA + 02111-1006 + Ms. + F222182 + L222182 + + Board Chair + 222182@hsesinfo.org + Mr. + F222183 + L222183 + + + 222183@hsesinfo.org + Mr. + F222185 + L222185 + + 222185@hsesinfo.org + Ms. + F222181 + L222181 + + 222181@hsesinfo.org + 555-555-2181 + + + 9923 + 1241 + 12030 + 000 + 2014 + 2019-07-01 + + HS + Active + South Central Community Action Program, Inc. + www.insccap.org + 1241@hsesinfo.org + SCCAP Head Start + 1502 West 15th Street + Bloomington + IN + 47404-3018 + SCCAP Head Start + 1502 West 15th Street + Bloomington + IN + 47404-3018 + SCCAP Head Start + 1502 West 15th Street + Bloomington + IN + 47404-3018 + Mr. + F217865 + L217865 + + Board President + 217865@hsesinfo.org + Mr. + F217866 + L217866 + + Executive Director + 217866@hsesinfo.org + Ms. + F217868 + L217868 + + 217868@hsesinfo.org + Ms. + F217864 + L217864 + + 217864@hsesinfo.org + 555-555-7864 x 5555 + + + 9604 + 4859 + 11792 + 000 + 2014 + 2019-05-01 + + HS + Active + New Hanover County Schools + del.burns@nhcs.net + 4859@hsesinfo.org + 6410 Carolina Beach Road + + Wilmington + NC + 28412-2908 + 1802 S 15th St + + Wilmington + NC + 28401-6479 + 1802 S 15th St + + Wilmington + NC + 28401-6479 + Mrs. + F215680 + L215680 + + Board Chairperson + 215680@hsesinfo.org + Ms. + F215681 + L215681 + + Director / Executive + 215681@hsesinfo.org + Ms. + F215683 + L215683 + + 215683@hsesinfo.org + Ms. + F215679 + L215679 + + 215679@hsesinfo.org + 555-555-5679 + + + 5058 + 5064 + 8871 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Bright Beginnings Inc + www.bbidc.org + 5064@hsesinfo.org + 3418 4th St + + Washington + DC + 20032 + 3418 4th St + + Washington + DC + 20032 + 3418 4th St + + Washington + DC + 20032 + Mr. + F49964 + L49964 + + Board President + 49964@hsesinfo.org + Dr. + F49965 + L49965 + + Executive Director + 49965@hsesinfo.org + + F49967 + L49967 + + 49967@hsesinfo.org + Ms. + F49963 + L49963 + + 49963@hsesinfo.org + 555-555-9963 + + + 9924 + 2814 + 12030 + 200 + 2011 + 2019-07-01 + + EHS + Active + South Central Community Action Program, Inc. + www.insccap.org + 2814@hsesinfo.org + SCCAP Head Start + 1502 West 15th Street + Bloomington + IN + 47404-3018 + SCCAP Head Start + 1502 West 15th Street + Bloomington + IN + 47404-3018 + SCCAP Head Start + 1502 West 15th Street + Bloomington + IN + 47404-3018 + Mr. + F217872 + L217872 + + Board President + 217872@hsesinfo.org + Mr. + F217873 + L217873 + + Executive Director + 217873@hsesinfo.org + Ms. + F217875 + L217875 + + 217875@hsesinfo.org + Ms. + F217871 + L217871 + + 217871@hsesinfo.org + 555-555-7871 x 5555 + + + 10551 + 232 + 12536 + 200 + 2014 + 2019-09-01 + + EHS + Active + ACTION FOR BOSTON COMMUNITY DEVELOPMENT + http://www.bostonabcd.org + 232@hsesinfo.org + 178 Tremont Street + + Boston + MA + 02111-1006 + 178 Tremont Street + + Boston + MA + 02111-1006 + 178 Tremont Street + + Boston + MA + 02111-1006 + Mr. + F222196 + L222196 + + Board Chair + 222196@hsesinfo.org + Mr. + F222197 + L222197 + + + 222197@hsesinfo.org + Mr. + F222199 + L222199 + + 222199@hsesinfo.org + Ms. + F222195 + L222195 + + 222195@hsesinfo.org + 555-555-2195 + + + 9925 + 860 + 12028 + 000 + 2014 + 2019-07-01 + + HS + Active + Springfield Urban League, Inc. + http://www.springfieldul.org/headstart/ + 860@hsesinfo.org + 100 N 11th St + 1108 East Cook Street + Springfield + IL + 62703-1002 + 100 N 11th St + 1108 East Cook Street + Springfield + IL + 62703-1002 + 100 N 11th St + 1108 East Cook Street + Springfield + IL + 62703-1002 + Mr. + F217879 + L217879 + + + 217879@hsesinfo.org + Mrs. + F217880 + L217880 + + + 217880@hsesinfo.org + Ms. + F217882 + L217882 + + 217882@hsesinfo.org + Mr. + F217878 + L217878 + + 217878@hsesinfo.org + 555-555-7878 x 5555 + + + 9175 + 4228 + 11473 + 000 + 2013 + 2018-11-01 + + HS + Active + Acelero Inc. + www.acelero.net + 4228@hsesinfo.org + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + Mr. + F212761 + L212761 + + Chairman of the Board + 212761@hsesinfo.org + Mr. + F212762 + L212762 + + COO/Head Start Director + 212762@hsesinfo.org + Ms. + F212764 + L212764 + + 212764@hsesinfo.org + Mr. + F212760 + L212760 + + 212760@hsesinfo.org + 555-555-2760 + + + 9926 + 859 + 12028 + 200 + 2014 + 2019-07-01 + + EHS + Active + Springfield Urban League, Inc. + http://www.springfieldul.org + 859@hsesinfo.org + 1108 E Cook St + 100 North 11th Street + Springfield + IL + 62703-1735 + 1108 E Cook St + 100 North 11th Street + Springfield + IL + 62703-1735 + 1108 E Cook St + 100 North 11th Street + Springfield + IL + 62703-1735 + Mr. + F217886 + L217886 + + + 217886@hsesinfo.org + Mrs. + F217887 + L217887 + + + 217887@hsesinfo.org + Ms. + F217889 + L217889 + + 217889@hsesinfo.org + Mr. + F217885 + L217885 + + 217885@hsesinfo.org + 555-555-7885 x 5555 + + + 10400 + 6028 + 12406 + 200 + + 2019-09-01 + + EHS + Active + Head Start of Rockland, Inc. + www.headstartofrockland.org + 6028@hsesinfo.org + 117 Route 9W + + Haverstraw + NY + 10927-1404 + 117 Route 9W + + Haverstraw + NY + 10927-1404 + 117 Route 9W + + Haverstraw + NY + 10927-1404 + Ms. + F221140 + L221140 + + Board President + 221140@hsesinfo.org + Mrs. + F221141 + L221141 + + Executive Director + 221141@hsesinfo.org + Ms. + F221143 + L221143 + + 221143@hsesinfo.org + Mrs. + F221139 + L221139 + + 221139@hsesinfo.org + 555-555-1139 x 5555 + + + 9927 + 1918 + 12027 + 000 + 2014 + 2019-07-01 + + HS + Active + Community Action Commission of Belmont County + http://www.cacbelmont.org + 1918@hsesinfo.org + 153 1/2 West Main Street + + St. Clairsville + OH + 43950-1224 + 153 1/2 West Main Street + + St. Clairsville + OH + 43950-1224 + 153 1/2 West Main Street + + St. Clairsville + OH + 43950-1224 + Ms. + F217893 + L217893 + + CAC Belmont County Governing Board Chairperson + 217893@hsesinfo.org + Mrs. + F217894 + L217894 + + Executive Director + 217894@hsesinfo.org + Mr. + F217896 + L217896 + + 217896@hsesinfo.org + Mrs. + F217892 + L217892 + + 217892@hsesinfo.org + 555-555-7892 x 5555 + + + 7024 + 3215 + 10467 + 200 + 2004 + 2016-01-01 + + EHS + Active + Michigan Family Resources + http://www.hs4kc.org + 3215@hsesinfo.org + 2626 Walker Ave NW + + Walker + MI + 49544-1306 + 2626 Walker Ave NW + + Walker + MI + 49544-1306 + 2626 Walker Ave NW + + Walker + MI + 49544-1306 + Ms. + F204834 + L204834 + + Board of Directors - President + 204834@hsesinfo.org + Ms. + F204835 + L204835 + + Executive Director + 204835@hsesinfo.org + Ms. + F204837 + L204837 + + 204837@hsesinfo.org + Ms. + F204833 + L204833 + + 204833@hsesinfo.org + 555-555-4833 x 5555 + + + 8549 + 8429 + 10964 + 200 + 2017 + 2017-03-01 + + EHS + Active + Pace Community Action Agency, Inc. + http://www.pacecaa.org + 8429@hsesinfo.org + 525 North 4th Street + + Vincennes + IN + 47591-0687 + 525 North 4th Street + + Vincennes + IN + 47591-0687 + 525 North 4th Street + + Vincennes + IN + 47591-0687 + Mr. + F208571 + L208571 + + + 208571@hsesinfo.org + Dr. + F208572 + L208572 + + + 208572@hsesinfo.org + Ms. + F208574 + L208574 + + 208574@hsesinfo.org + Ms. + F208570 + L208570 + + 208570@hsesinfo.org + 555-555-8570 + + + 5952 + 5959 + 9484 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + St. Joseph County Intermediate School District + www.sjcisd.org + 5959@hsesinfo.org + 62445 Shimmel Rd + + Centreville + MI + 49032-9527 + 62445 Shimmel Rd + + Centreville + MI + 49032-9527 + 62445 Shimmel Rd + + Centreville + MI + 49032-9527 + Ms. + F106270 + L106270 + + President + 106270@hsesinfo.org + Ms. + F106271 + L106271 + + Superintendent + 106271@hsesinfo.org + Ms. + F106273 + L106273 + + 106273@hsesinfo.org + Ms. + F106269 + L106269 + + 106269@hsesinfo.org + 555-555-6269 + + + 9928 + 8972 + 12027 + 200 + 2019 + 2019-07-01 + + EHS + Active + Community Action Commission of Belmont County + http://www.cacbelmont.org + 8972@hsesinfo.org + 153 1/2 West Main Street + + St. Clairsville + OH + 43950-1224 + 153 1/2 West Main Street + + St. Clairsville + OH + 43950-1224 + 153 1/2 West Main Street + + St. Clairsville + OH + 43950-1224 + Ms. + F217900 + L217900 + + CAC Belmont County Governing Board Chairperson + 217900@hsesinfo.org + Mrs. + F217901 + L217901 + + Executive Director + 217901@hsesinfo.org + Mr. + F217903 + L217903 + + 217903@hsesinfo.org + Mrs. + F217899 + L217899 + + 217899@hsesinfo.org + 555-555-7899 x 5555 + + + 5428 + 1776 + 9063 + 000 + 2014 + 2014-09-01 + 2020-08-31 + AIAN HS + Inactive + COCOPAH HEAD START + + 1776@hsesinfo.org + Cocopah Head Start + East Cocopah Reservation - 17900 Cottonwood Drive + Somerton + AZ + 85350 + Cocopah Head Start + 14515 S. Veterans Drive + Somerton + AZ + 85350 + Cocopah Head Start + West Cocopah Reservation; 14515 S. Veterans Drive + Somerton + AZ + 85350 + Ms. + F96945 + L96945 + + Tribal Chairwoman + 96945@hsesinfo.org + Ms. + F96943 + L96943 + + Assistant Tribal Administrator + 96943@hsesinfo.org + Ms. + F96942 + L96942 + + 96942@hsesinfo.org + Mr. + F96941 + L96941 + + 96941@hsesinfo.org + 555-555-6941 + + + 9205 + 1096 + 11497 + 000 + 1991 + 2018-12-01 + + HS + Active + SOUTHWEST HUMAN DEVELOPMENT + http://www.swhd.org + 1096@hsesinfo.org + 2850 North 24th Street + + Phoenix + AZ + 85008-1004 + 2850 North 24th Street + + Phoenix + AZ + 85008-1004 + 2850 North 24th Street + + Phoenix + AZ + 85008-1004 + Mrs. + F212971 + L212971 + + President Board of Directors + 212971@hsesinfo.org + Ms. + F212972 + L212972 + + CEO + 212972@hsesinfo.org + Mrs. + F212974 + L212974 + + 212974@hsesinfo.org + Ms. + F212970 + L212970 + + 212970@hsesinfo.org + 555-555-2970 x 5555 + + + 11459 + 347 + 13289 + 000 + 2014 + 2020-07-01 + + HS + Active + Capstone Community Action, Inc. + http://www.capstonevt.org + 347@hsesinfo.org + 20 Gable Pl + + Barre + VT + 05641-4138 + 20 Gable Pl + + Barre + VT + 05641-4138 + 20 Gable Pl + + Barre + VT + 05641-4138 + Mr. + F228242 + L228242 + + President + 228242@hsesinfo.org + Ms. + F228243 + L228243 + + Executive Director + 228243@hsesinfo.org + Mr. + F228245 + L228245 + + 228245@hsesinfo.org + Ms. + F228241 + L228241 + + 228241@hsesinfo.org + 555-555-8241 + + + 4954 + 825 + 8801 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Wood County Head Start, Inc. + www.woodcoheadstart.org + 825@hsesinfo.org + 1011 8th Street South + + Wisconsin Rapids + WI + 54494 + 1011 8th Street South + + Wisconsin Rapids + WI + 54494 + 1011 8th Street South + + Wisconsin Rapids + WI + 54494 + Ms. + F49233 + L49233 + + + 49233@hsesinfo.org + Mr. + F49234 + L49234 + + + 49234@hsesinfo.org + Ms. + F49231 + L49231 + + 49231@hsesinfo.org + Mr. + F49229 + L49229 + + 49229@hsesinfo.org + 555-555-9229 + + + 4500 + 1313 + 8536 + 000 + 1991 + 2013-11-29 + 2018-11-30 + HS + Inactive + LITTLE DIXIE COMMUNITY ACTION AGENCY, INC + http://www.littledixie.org + 1313@hsesinfo.org + 104 N E St + + Hugo + OK + 74743-3218 + 209 N 4th St + + Hugo + OK + 74743-3809 + 209 N 4th St + + Hugo + OK + 74743-3809 + Mr. + F42396 + L42396 + + Governing Board Chairman + 42396@hsesinfo.org + Mrs. + F42397 + L42397 + + Executive Director Little Dixie CAA, Inc. + 42397@hsesinfo.org + Ms. + F42394 + L42394 + + 42394@hsesinfo.org + Ms. + F42392 + L42392 + + 42392@hsesinfo.org + 555-555-2392 + + + 9245 + 2980 + 11519 + 000 + 2013 + 2019-01-01 + + HS + Active + THE SPANISH SPEAKING UNITY COUNCIL OF ALAMEDA COUNTY, I + www.unitycouncil.org + 2980@hsesinfo.org + 1900 FRUITVALE AVE SUITE 2A + + OAKLAND + CA + 94601-2468 + 1900 FRUITVALE AVE SUITE 2A + + OAKLAND + CA + 94601-2468 + 1900 FRUITVALE AVE SUITE 2A + + OAKLAND + CA + 94601-2468 + Mr. + F213256 + L213256 + + Chairperson of the Board of Directors + 213256@hsesinfo.org + Mr. + F213257 + L213257 + + Chief Executive Officer + 213257@hsesinfo.org + Ms. + F213259 + L213259 + + 213259@hsesinfo.org + Mr. + F213255 + L213255 + + 213255@hsesinfo.org + 555-555-3255 + + + 9929 + 849 + 12022 + 000 + 2014 + 2019-07-01 + + HS + Active + Geminus Corporation + http://www.geminus.org + 849@hsesinfo.org + 8400 Louisiana Street + + Merrillville + IN + 46410-6385 + 8400 Louisiana Street + + Merrillville + IN + 46410-6385 + 8400 Louisiana Street + + Merrillville + IN + 46410-6385 + Mr. + F217907 + L217907 + + Board Chairperson + 217907@hsesinfo.org + Mrs. + F217908 + L217908 + + President + 217908@hsesinfo.org + Mr. + F217910 + L217910 + + 217910@hsesinfo.org + Dr. + F217906 + L217906 + + 217906@hsesinfo.org + 555-555-7906 + + + 8153 + 242 + 10598 + 000 + 1992 + 2016-07-01 + 2020-03-31 + HS + Inactive + HOPES Community Action Partnership, Inc. + http://www.hopes.org + 242@hsesinfo.org + 301 Garden St + Hopes Cap, Inc. Head Start + Hoboken + NJ + 07030-3873 + 301 Garden St + Hopes Cap, Inc. Head Start + Hoboken + NJ + 07030-3873 + 301 Garden St + Hopes Cap, Inc. + Hoboken + NJ + 07030-3873 + Mr. + F206186 + L206186 + + Board Chair + 206186@hsesinfo.org + Ms. + F206187 + L206187 + + President/CEO + 206187@hsesinfo.org + Ms. + F206189 + L206189 + + 206189@hsesinfo.org + Ms. + F206185 + L206185 + + 206185@hsesinfo.org + 555-555-6185 x 5555 + + + 9930 + 2772 + 12022 + 200 + 2011 + 2019-07-01 + + EHS + Active + Geminus Corporation + http://www.geminus.org/ + 2772@hsesinfo.org + 8400 Louisiana Street + + Merrillville + IN + 46410 + 8400 Louisiana Street + + Merrillville + IN + 46410 + 8400 Louisiana Street + + Merrillville + IN + 46410 + Mr. + F217914 + L217914 + + Board Chairperson + 217914@hsesinfo.org + Mrs. + F217915 + L217915 + + President + 217915@hsesinfo.org + Mr. + F217917 + L217917 + + 217917@hsesinfo.org + Dr. + F217913 + L217913 + + 217913@hsesinfo.org + 555-555-7913 + + + 7019 + 2253 + 10475 + 000 + 1992 + 2016-01-01 + + HS + Active + O.C.E.A.N., Inc. + http://www.oceaninc.org + 2253@hsesinfo.org + 40 Washington St + Ste 1 + Toms River + NJ + 08753-7669 + PO BOX 1029 + + Toms River + NJ + 08754-1029 + 40 Washington St + Ste 1 + Toms River + NJ + 08753-7669 + Mrs. + F204799 + L204799 + + Board Chairperson + 204799@hsesinfo.org + Mr. + F204800 + L204800 + + President / CEO + 204800@hsesinfo.org + Mrs. + F204802 + L204802 + + 204802@hsesinfo.org + Mrs. + F204798 + L204798 + + 204798@hsesinfo.org + 555-555-4798 x 5555 + + + 11413 + 1525 + 13261 + 000 + 1999 + 2020-07-01 + + HS + Active + Southeastern Vermont Coummunity Action (SEVCA) + http://www.sevca.org + 1525@hsesinfo.org + 91 Buck Dr + + Westminster + VT + 05158-9617 + 107 Park St + Ste 1 + Springfield + VT + 05156-3070 + 107 Park St + Ste 1 + Springfield + VT + 05156-3070 + Mr. + F227933 + L227933 + + Board President + 227933@hsesinfo.org + Mr. + F227934 + L227934 + + Executive Director + 227934@hsesinfo.org + Mr. + F227936 + L227936 + + 227936@hsesinfo.org + Mrs. + F227932 + L227932 + + 227932@hsesinfo.org + 555-555-7932 x 5555 + + + 6342 + 6360 + 9991 + 200 + + 2015-07-01 + + EHS + Active + CDI HS/Rockaway Beach, NY + www.cdiheadstart.org + 6360@hsesinfo.org + 216 Beach 87th St + + Rockaway Beach + NY + 11693-1604 + PO Box 930386 + + Far Rockaway + NY + 11693-0386 + 216 Beach 87th St + + Rockaway Beach + NY + 11693-1604 + Mr. + F200064 + L200064 + + Chief Executive Officer + 200064@hsesinfo.org + Ms. + F200065 + L200065 + + Executive Director + 200065@hsesinfo.org + + F200067 + L200067 + + 200067@hsesinfo.org + Ms. + F200063 + L200063 + + 200063@hsesinfo.org + 555-555-0063 + + + 11473 + 5487 + 13298 + 000 + 2014 + 2020-07-01 + + Migrant HS + Active + Centro de la Familia de Utah + www.cdlf.org + 5487@hsesinfo.org + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + Mr. + F228337 + L228337 + + Board President + 228337@hsesinfo.org + Mr. + F228338 + L228338 + + CEO & Head Start Director + 228338@hsesinfo.org + Ms. + F228340 + L228340 + + 228340@hsesinfo.org + Mr. + F228336 + L228336 + + 228336@hsesinfo.org + 555-555-8336 + + + 9935 + 8974 + 12023 + 000 + 2019 + 2019-07-01 + + HS + Active + The Children's Aid Society + www.childrensaidnyc.org + 8974@hsesinfo.org + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + Ms. + F217949 + L217949 + + Board Chair + 217949@hsesinfo.org + Ms. + F217950 + L217950 + + President and CEO + 217950@hsesinfo.org + Ms. + F217952 + L217952 + + 217952@hsesinfo.org + Ms. + F217948 + L217948 + + 217948@hsesinfo.org + 555-555-7948 + + + 9936 + 8975 + 12023 + 200 + 2019 + 2019-07-01 + + EHS + Active + The Children's Aid Society + www.childrensaidnyc.org + 8975@hsesinfo.org + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + Ms. + F217956 + L217956 + + Board Chair + 217956@hsesinfo.org + Ms. + F217957 + L217957 + + President and CEO + 217957@hsesinfo.org + Ms. + F217959 + L217959 + + 217959@hsesinfo.org + Ms. + F217955 + L217955 + + 217955@hsesinfo.org + 555-555-7955 + + + 9931 + 1414 + 12026 + 000 + 2014 + 2019-07-01 + + HS + Active + Northeast Kansas Community Action Program, Inc. + http://www.nekcap.org + 1414@hsesinfo.org + 1260 220th St + + Hiawatha + KS + 66434-8923 + PO Box 380 + + Hiawatha + KS + 66434-0380 + 1260 220th St + + Hiawatha + KS + 66434-8923 + Mr. + F217921 + L217921 + CPA + NEK-CAP, Inc. Multi-County Board President + 217921@hsesinfo.org + Ms. + F217922 + L217922 + LMSW + NEK-CAP, Inc. Executive Director + 217922@hsesinfo.org + Mrs. + F217924 + L217924 + + 217924@hsesinfo.org + Ms. + F217920 + L217920 + LMSW + 217920@hsesinfo.org + 555-555-7920 x 5555 + + + 6412 + 1273 + 9958 + 000 + 1992 + 2015-06-01 + 2020-05-31 + HS + Inactive + Northern Arizona Council of Governments + http://www.nacog.org + 1273@hsesinfo.org + 119 E Aspen Ave + + Flagstaff + AZ + 86001-5222 + 119 E Aspen Ave + + Flagstaff + AZ + 86001-5222 + 119 E Aspen Ave + + Flagstaff + AZ + 86001-5222 + Ms. + F200554 + L200554 + + Vice Mayor, Town of Prescott Valley + 200554@hsesinfo.org + Mr. + F200555 + L200555 + + NACOG Executive Director + 200555@hsesinfo.org + Mr. + F200557 + L200557 + + 200557@hsesinfo.org + Ms. + F200553 + L200553 + + 200553@hsesinfo.org + 555-555-0553 x 5555 + + + 9938 + 8977 + 12024 + 200 + 2019 + 2019-07-01 + + EHS + Active + Yeled V'Yalda Early Childhood Center, Inc. + http://www.yeled.org + 8977@hsesinfo.org + 1312 38th Street + + Brooklyn + NY + 11218-3807 + 1312 38th Street + + Brooklyn + NY + 11218-3807 + 1312 38th Street + + Brooklyn + NY + 11218-3807 + Mr. + F217970 + L217970 + + Chairman of the Board of Directors + 217970@hsesinfo.org + Mr. + F217971 + L217971 + + CEO + 217971@hsesinfo.org + Mrs. + F217973 + L217973 + + 217973@hsesinfo.org + Mr. + F217969 + L217969 + + 217969@hsesinfo.org + 555-555-7969 x 5555 + + + 6275 + 204 + 9890 + 200 + 2004 + 2015-05-01 + 2020-04-30 + EHS + Inactive + GREATER LAWRENCE COMMUNITY ACTION COUNCIL, INC + http://www.glcac.org + 204@hsesinfo.org + Early Head Start Program + 305 Essex Street, 3rd. flr. + Lawrence + MA + 01840-1473 + Early Head Start Program + 305 Essex Street, 3rd. flr. + Lawrence + MA + 01840-1473 + Early Head Start Program + 305 Essex Street, 3rd. flr. + Lawrence + MA + 01840-1473 + Mr. + F110305 + L110305 + + Chairperson - Board of Directors + 110305@hsesinfo.org + Ms. + F110302 + L110302 + + + 110302@hsesinfo.org + Mr. + F110303 + L110303 + + 110303@hsesinfo.org + Ms. + F110300 + L110300 + + 110300@hsesinfo.org + 555-555-0300 x 5555 + + + 4432 + 1574 + 8466 + 000 + 2013 + 2013-11-01 + 2019-06-30 + HS + Inactive + Region IX Education Service Center + http://www.esc9.net + 1574@hsesinfo.org + 301 Loop 11 + + Wichita Falls + TX + 76306-3799 + 301 Loop 11 + + Wichita Falls + TX + 76306-3799 + 301 Loop 11 + + Wichita Falls + TX + 76306-3799 + Mr. + F41422 + L41422 + + Chairman of the Region 9 ESC Board of Directors + 41422@hsesinfo.org + Mr. + F41421 + L41421 + + Executive Director + 41421@hsesinfo.org + Ms. + F41419 + L41419 + + 41419@hsesinfo.org + Mrs. + F41417 + L41417 + + 41417@hsesinfo.org + 555-555-1417 x 5555 + + + 9932 + 1415 + 12026 + 200 + 2014 + 2019-07-01 + + EHS + Active + Northeast Kansas Community Action Program, Inc. + http://www.nekcap.org + 1415@hsesinfo.org + 1260 220th St + + Hiawatha + KS + 66434-8923 + PO Box 380 + + Hiawatha + KS + 66434-0380 + 1260 220th St + + Hiawatha + KS + 66434-8923 + Mr. + F217928 + L217928 + CPA + NEK-CAP, Inc. Multi-County Board President + 217928@hsesinfo.org + Ms. + F217929 + L217929 + LMSW + NEK-CAP, Inc. Executive Director + 217929@hsesinfo.org + Mrs. + F217931 + L217931 + + 217931@hsesinfo.org + Ms. + F217927 + L217927 + LMSW + 217927@hsesinfo.org + 555-555-7927 x 5555 + + + 9121 + 3789 + 11434 + 012 + 2013 + 2018-09-01 + + HS + Active + Hemet Unified School District + http://preschool.hemetusd.org + 3789@hsesinfo.org + 220 S Franklin St. + + Hemet + CA + 92543 + 220 S Franklin St + + Hemet + CA + 92543 + 220 S Franklin St + + Hemet + CA + 92543 + Dr. + F212437 + L212437 + + Superintendent + 212437@hsesinfo.org + Mrs. + F212438 + L212438 + + Assistant Superintendent + 212438@hsesinfo.org + Mrs. + F212440 + L212440 + + 212440@hsesinfo.org + Dr. + F212436 + L212436 + + 212436@hsesinfo.org + 555-555-2436 x 5555 + + + 6413 + 1272 + 9958 + 200 + 2003 + 2015-06-01 + 2020-05-31 + EHS + Inactive + Northern Arizona Council of Governments + http://www.nacog.org + 1272@hsesinfo.org + 119 E Aspen Ave + + Flagstaff + AZ + 86001-5222 + 119 E Aspen Ave + + Flagstaff + AZ + 86001-5222 + 119 E Aspen Ave + + Flagstaff + AZ + 86001-5222 + Ms. + F200561 + L200561 + + Supervisor Coconino County + 200561@hsesinfo.org + Mr. + F200562 + L200562 + + NACOG Executive Director + 200562@hsesinfo.org + Mr. + F200564 + L200564 + + 200564@hsesinfo.org + Ms. + F200560 + L200560 + + 200560@hsesinfo.org + 555-555-0560 x 5555 + + + 11445 + 1663 + 13282 + 200 + 2003 + 2020-07-01 + + EHS + Active + YWCA of Greater Baton Rouge + www.ywca-br.org + 1663@hsesinfo.org + 11404 Lake Sherwood Ave N + Ste B + Baton Rouge + LA + 70816-0418 + 11404 Lake Sherwood Ave N + Ste B + Baton Rouge + LA + 70816-0418 + 11404 Lake Sherwood Ave N + Ste B + Baton Rouge + LA + 70816-0418 + Ms. + F228155 + L228155 + + Board President + 228155@hsesinfo.org + Ms. + F228156 + L228156 + + CEO/Early Head Start Director + 228156@hsesinfo.org + Ms. + F228158 + L228158 + + 228158@hsesinfo.org + Ms. + F228154 + L228154 + + 228154@hsesinfo.org + 555-555-8154 + + + 9937 + 8976 + 12024 + 000 + 2019 + 2019-07-01 + + HS + Active + Yeled V'Yalda Early Childhood Center, Inc. + http://www.yeled.org + 8976@hsesinfo.org + 1312 38th Street + + Brooklyn + NY + 11218-3807 + 1312 38th Street + + Brooklyn + NY + 11218-3807 + 1312 38th Street + + Brooklyn + NY + 11218-3807 + Mr. + F217963 + L217963 + + Chairman of the Board of Directors + 217963@hsesinfo.org + Mr. + F217964 + L217964 + + CEO + 217964@hsesinfo.org + Mrs. + F217966 + L217966 + + 217966@hsesinfo.org + Mr. + F217962 + L217962 + + 217962@hsesinfo.org + 555-555-7962 x 5555 + + + 6371 + 1786 + 9965 + 000 + 2002 + 2015-07-01 + 2020-06-30 + HS + Inactive + Polk County Schools + http://polkschools.org + 1786@hsesinfo.org + 125 E Mills St + + Columbus + NC + 28722-9729 + 125 E Mills St + + Columbus + NC + 28722-9729 + 125 E Mills St + + Columbus + NC + 28722-9729 + Mr. + F200267 + L200267 + + Board of Education Chairperson + 200267@hsesinfo.org + Mr. + F200268 + L200268 + + Director of Curriculum and Instruction + 200268@hsesinfo.org + Mrs. + F200270 + L200270 + + 200270@hsesinfo.org + Mrs. + F200266 + L200266 + + 200266@hsesinfo.org + 555-555-0266 + + + 4463 + 2061 + 8391 + 200 + 2013 + 2013-11-01 + 2019-06-30 + EHS + Inactive + Educational Opportunities for Children and Families + http://www.eocfwa.org + 2061@hsesinfo.org + 17800 SE Mill Plain Blvd. Ste 150 + + Vancouver + WA + 98683-7588 + 17800 SE Mill Plain Blvd. Ste 150 + + Vancouver + WA + 98683-7588 + 17800 SE Mill Plain Blvd. Ste 150 + + Vancouver + WA + 98683-7588 + Ms. + F41637 + L41637 + + Board Chair + 41637@hsesinfo.org + Ms. + F41638 + L41638 + + Executive Director + 41638@hsesinfo.org + Ms. + F41641 + L41641 + + 41641@hsesinfo.org + Ms. + F41636 + L41636 + + 41636@hsesinfo.org + 555-555-1636 + + + 8737 + 8595 + 11110 + 004 + 2017 + 2017-08-01 + + HS + Active + Municipality of Cayey + + 8595@hsesinfo.org + Carr 1 Km 55.7 Bo Montellano + + Cayey + PR + 00736 + PO Box 371330 + + Cayey + PR + 00737-1330 + Carr 1 Km 55.7 Bo Montellano + + Cayey + PR + 00736 + Mr. + F209644 + L209644 + + + 209644@hsesinfo.org + Bishop + F209645 + L209645 + + + 209645@hsesinfo.org + + F209647 + L209647 + + 209647@hsesinfo.org + Ms. + F209643 + L209643 + + 209643@hsesinfo.org + 555-555-9643 + + + 7028 + 1403 + 10473 + 000 + 1992 + 2016-01-01 + + HS + Active + Delta Area Economic Opportunity Corporation + http://www.daeoc.com + 1403@hsesinfo.org + 99 Skyview Rd + + Portageville + MO + 63873-9180 + 99 Skyview Rd + + Portageville + MO + 63873-9180 + 99 Skyview Rd + + Portageville + MO + 63873-9180 + Mr. + F204862 + L204862 + + Board Chairperson + 204862@hsesinfo.org + Mr. + F204863 + L204863 + + + 204863@hsesinfo.org + Mr. + F204865 + L204865 + + 204865@hsesinfo.org + Mrs. + F204861 + L204861 + + 204861@hsesinfo.org + 555-555-4861 x 5555 + + + 10151 + 5571 + 12186 + 001 + 2014 + 2019-07-01 + + HS + Active + Bonner Springs Head Start + usd204.net + 5571@hsesinfo.org + 402 N Neconi Ave + + Bonner Springs + KS + 66012-1551 + 402 N Neconi Ave + + Bonner Springs + KS + 66012-1551 + 402 N Neconi Ave + + Bonner Springs + KS + 66012-1551 + Mr. + F219425 + L219425 + + + 219425@hsesinfo.org + Mr. + F219423 + L219423 + + + 219423@hsesinfo.org + Mrs. + F219426 + L219426 + + 219426@hsesinfo.org + Mrs. + F219422 + L219422 + + 219422@hsesinfo.org + 555-555-9422 x 5555 + + + 10476 + 6079 + 12462 + 200 + + 2019-09-01 + + EHS + Active + Community Action Council For Lexington-Fayette, Bourbon, Harrison & Nicholas Counties Inc + http://www.commaction.org + 6079@hsesinfo.org + 710 West High Street + + Lexington + KY + 40508-2451 + 710 West High Street + + Lexington + KY + 40508-2451 + 710 West High Street + + Lexington + KY + 40508-2451 + Ms. + F221673 + L221673 + + Board Chairman + 221673@hsesinfo.org + Mrs. + F221674 + L221674 + + Executive Director + 221674@hsesinfo.org + Mrs. + F221676 + L221676 + + 221676@hsesinfo.org + Mrs. + F221672 + L221672 + + 221672@hsesinfo.org + 555-555-1672 x 5555 + + + 5786 + 5792 + 9409 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + City of Phoenix + phoenix.gov + 5792@hsesinfo.org + 200 W Washington St + Fl 17 + Phoenix + AZ + 85003-1611 + 200 W Washington St + Fl 17 + Phoenix + AZ + 85003-1611 + 200 W Washington St + Fl 17 + Phoenix + AZ + 85003-1611 + Mr. + F103596 + L103596 + + Vice Mayor + 103596@hsesinfo.org + Ms. + F103597 + L103597 + + Human Services Director + 103597@hsesinfo.org + Ms. + F103599 + L103599 + + 103599@hsesinfo.org + Ms. + F103595 + L103595 + + 103595@hsesinfo.org + 555-555-3595 + + + 7052 + 2630 + 10485 + 200 + 2011 + 2016-01-01 + + AIAN EHS + Active + Confederated Tribes of Grand Ronde Community of Oregon + www.grandronde.org + 2630@hsesinfo.org + 9615 Grand Ronde Rd + + Grand Ronde + OR + 97347-9712 + 9615 Grand Ronde Rd + + Grand Ronde + OR + 97347-9712 + 9615 Grand Ronde Rd + + Grand Ronde + OR + 97347-9712 + Ms. + F205031 + L205031 + + Tribal Council Chairwoman + 205031@hsesinfo.org + Mr. + F205032 + L205032 + + Executive Officer + 205032@hsesinfo.org + Ms. + F205034 + L205034 + + 205034@hsesinfo.org + Mrs. + F205030 + L205030 + + 205030@hsesinfo.org + 555-555-5030 + + + 549 + 977 + 800 + 000 + 2013 + 2013-07-02 + 2019-02-28 + HS + Inactive + Monticello Area Community Action Agency + http://www.macaa.org + 977@hsesinfo.org + 1025 Park Street + + Charlottesville + VA + 22901-3934 + 1025 Park Street + + Charlottesville + VA + 22901-3934 + 1025 Park Street + + Charlottesville + VA + 22901-3934 + Mr. + F37179 + L37179 + + Board President + 37179@hsesinfo.org + Ms. + F37178 + L37178 + + Executive Director/Head Start Director + 37178@hsesinfo.org + Mr. + F37177 + L37177 + + 37177@hsesinfo.org + Ms. + F37175 + L37175 + + 37175@hsesinfo.org + 555-555-7175 x 5555 + + + 6680 + 6698 + 2927 + 200 + + 2015-07-28 + 2019-02-28 + EHS + Inactive + Wright County Community Action, Inc. + http://www.wccaweb.com + 6698@hsesinfo.org + 130 Division St W + + Maple Lake + MN + 55358-4575 + 130 Division St W + + Maple Lake + MN + 55358-4575 + 130 Division St W + + Maple Lake + MN + 55358-4575 + Ms. + F202431 + L202431 + + WCCA Board Chairperson + 202431@hsesinfo.org + Mr. + F202432 + L202432 + + WCCA Executive Director + 202432@hsesinfo.org + Ms. + F202434 + L202434 + + 202434@hsesinfo.org + Ms. + F202430 + L202430 + + 202430@hsesinfo.org + 555-555-2430 x 5555 + + + 6863 + 3405 + 10329 + 201 + + 2015-09-01 + 2020-08-31 + EHS + Inactive + Westmoreland Community Action + http://www.westmorelandca.org + 3405@hsesinfo.org + 226 S Maple Avenue + + Greensburg + PA + 15601-3432 + 226 S Maple Avenue + + Greensburg + PA + 15601-3432 + 226 S Maple Avenue + + Greensburg + PA + 15601-3432 + Mr. + F203716 + L203716 + + WCA Board President + 203716@hsesinfo.org + Mrs. + F203717 + L203717 + + CEO + 203717@hsesinfo.org + Ms. + F203719 + L203719 + + 203719@hsesinfo.org + Ms. + F203715 + L203715 + + 203715@hsesinfo.org + 555-555-3715 x 5555 + + + 9254 + 1018 + 11526 + 000 + 1992 + 2019-01-01 + + HS + Active + Plattsmouth Community School District + www.pcsd.org + 1018@hsesinfo.org + 902 Main St. + + Plattsmouth + NE + 68048 + 1912 East Highway 34 + + Plattsmouth + NE + 68048 + 1912 East Highway 34 + + Plattsmouth + NE + 68048 + Mr. + F213322 + L213322 + + President, Board of Education + 213322@hsesinfo.org + Dr. + F213323 + L213323 + + Superintendent + 213323@hsesinfo.org + Ms. + F213325 + L213325 + + 213325@hsesinfo.org + Mrs. + F213321 + L213321 + + 213321@hsesinfo.org + 555-555-3321 x 5555 + + + 6743 + 1915 + 10227 + 000 + 1992 + 2015-08-01 + 2020-07-31 + HS + Inactive + Southeastern Indiana Economic Opportunity Corp + http://www.sieoc.org + 1915@hsesinfo.org + 110 Importing St + + Aurora + IN + 47001-1434 + 110 Importing St + + Aurora + IN + 47001-1434 + 110 Importing St + + Aurora + IN + 47001-1434 + Mrs. + F202872 + L202872 + + Board of Director President + 202872@hsesinfo.org + Mrs. + F202873 + L202873 + + Executive Director + 202873@hsesinfo.org + Mrs. + F202875 + L202875 + + 202875@hsesinfo.org + Ms. + F202871 + L202871 + + 202871@hsesinfo.org + 555-555-2871 x 5555 + + + 9973 + 294 + 12065 + 000 + 1992 + 2019-07-01 + + HS + Active + Mayor & City Council of Baltimore City + 1800 Washington Blvd, Suite 340 + 294@hsesinfo.org + 1800 Washington Blvd + Ste 340 + Baltimore + MD + 21230-1732 + 1800 Washington Blvd + Ste 340 + Baltimore + MD + 21230-1732 + 1800 Washington Blvd + Ste 340 + Baltimore + MD + 21230-1732 + Ms. + F218204 + L218204 + + Senior Associate - The Annie E. Casey Foundation + 218204@hsesinfo.org + Ms. + F218205 + L218205 + + + 218205@hsesinfo.org + Ms. + F218207 + L218207 + + 218207@hsesinfo.org + Ms. + F218203 + L218203 + + 218203@hsesinfo.org + 555-555-8203 + + + 9255 + 6351 + 11526 + 200 + + 2019-01-01 + + EHS + Active + Plattsmouth Community School District + www.pcsd.org + 6351@hsesinfo.org + 902 Main St. + + Plattsmouth + NE + 68048 + 1912 E Highway 34 + + Plattsmouth + NE + 68048-5676 + 1912 E Highway 34 + + Plattsmouth + NE + 68048-5676 + Mr. + F213329 + L213329 + + President, Board of Education + 213329@hsesinfo.org + Dr. + F213330 + L213330 + + Superintendent + 213330@hsesinfo.org + Mrs. + F213332 + L213332 + + 213332@hsesinfo.org + Mrs. + F213328 + L213328 + + 213328@hsesinfo.org + 555-555-3328 x 5555 + + + 9327 + 3042 + 11581 + 200 + 2014 + 2019-02-01 + + EHS + Active + Quintana Baptist Church + + 3042@hsesinfo.org + Edificio Caribe Plaza + 579 Ave Ponce De Leon + San Juan + PR + 00920 + 2000 Carr 8177 + Suite 26 PMB 473 + Guaynabo + PR + 00966 + Edificio Plaza Caribe + 579 Ave Ponce De Leon + San Juan + PR + 00920 + Mr. + F213826 + L213826 + + Board President + 213826@hsesinfo.org + Mr. + F213827 + L213827 + + + 213827@hsesinfo.org + Mrs. + F213829 + L213829 + + 213829@hsesinfo.org + Mrs. + F213825 + L213825 + + 213825@hsesinfo.org + 555-555-3825 + + + 8253 + 417 + 10650 + 000 + 1991 + 2016-07-01 + 2020-10-31 + HS + Inactive + Southwestern Wisconsin Community Action Program + www.swcap.org + 417@hsesinfo.org + 149 N. Iowa Street + + Dodgeville + WI + 53533-1545 + 149 N. Iowa Street + + Dodgeville + WI + 53533-1545 + 149 N. Iowa Street + + Dodgeville + WI + 53533-1545 + Ms. + F206886 + L206886 + + SWCAP Board Chair + 206886@hsesinfo.org + Mr. + F206887 + L206887 + + Executive Director + 206887@hsesinfo.org + Ms. + F206889 + L206889 + + 206889@hsesinfo.org + Ms. + F206885 + L206885 + + 206885@hsesinfo.org + 555-555-6885 + + + 4696 + 3907 + 8678 + 024 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + East Harlem Council  Bilingual Head Start Program + + 3907@hsesinfo.org + 440 East 116th Street + + New York + NY + 10029-1604 + 440 East 116th Street + + New York + NY + 10029-1604 + 440 East 116th Street + + New York + NY + 10029-1604 + Ms. + F45623 + L45623 + + Board Chairperson + 45623@hsesinfo.org + Mr. + F45621 + L45621 + + + 45621@hsesinfo.org + + F45620 + L45620 + + 45620@hsesinfo.org + Ms. + F45618 + L45618 + + 45618@hsesinfo.org + 555-555-5618 + + + 7069 + 2235 + 10501 + 000 + 1994 + 2016-01-01 + + HS + Active + Children First, Inc. + http://www.childrenfirst.net + 2235@hsesinfo.org + 1723 N Orange Ave + + Sarasota + FL + 34234-8511 + 1723 N Orange Ave + + Sarasota + FL + 34234-8511 + 1723 N Orange Ave + + Sarasota + FL + 34234-8511 + Mr. + F205151 + L205151 + + Board Chair + 205151@hsesinfo.org + Mr. + F205152 + L205152 + + + 205152@hsesinfo.org + Ms. + F205154 + L205154 + + 205154@hsesinfo.org + Mrs. + F205150 + L205150 + + 205150@hsesinfo.org + 555-555-5150 + + + 8154 + 2782 + 10598 + 200 + 2011 + 2016-07-01 + 2020-03-31 + EHS + Inactive + HOPES Community Action Partnership, Inc. + www.hopes.org + 2782@hsesinfo.org + 301 Garden St + Hopes Cap, Inc. Early Head Start + Hoboken + NJ + 07030-3873 + 301 Garden St + Hopes Cap, Inc. Early Head Start + Hoboken + NJ + 07030-3873 + 301 Garden St + Hopes Cap, Inc. + Hoboken + NJ + 07030-3873 + Mr. + F206193 + L206193 + + Board Chair + 206193@hsesinfo.org + Ms. + F206194 + L206194 + + President/CEO + 206194@hsesinfo.org + Ms. + F206196 + L206196 + + 206196@hsesinfo.org + Ms. + F206192 + L206192 + + 206192@hsesinfo.org + 555-555-6192 x 5555 + + + 8681 + 3149 + 11058 + 000 + 2012 + 2017-07-01 + 2019-12-31 + HS + Inactive + Ki Bois Community Action Foundation Inc + www.kibois.org + 3149@hsesinfo.org + 200 SE A St + + Stigler + OK + 74462-2418 + PO Box 727 + + Stigler + OK + 74462-0727 + 200 SE A St + + Stigler + OK + 74462-2418 + Mr. + F209276 + L209276 + + Board Chair + 209276@hsesinfo.org + Mr. + F209277 + L209277 + + + 209277@hsesinfo.org + Ms. + F209279 + L209279 + + 209279@hsesinfo.org + Mrs. + F209275 + L209275 + + 209275@hsesinfo.org + 555-555-9275 + + + 10555 + 6061 + 12544 + 200 + + 2019-09-01 + + EHS + Active + Associates for Human Services, Inc. + http://www.ahsinc.org + 6061@hsesinfo.org + 68 Allison Avenue + + Taunton + MA + 02780-6958 + 68 Allison Avenue + + Taunton + MA + 02780-6958 + 68 Allison Avenue + + Taunton + MA + 02780-6958 + Ms. + F222224 + L222224 + + Board Chair + 222224@hsesinfo.org + Ms. + F222225 + L222225 + + Executive Director + 222225@hsesinfo.org + Ms. + F222227 + L222227 + + 222227@hsesinfo.org + Mrs. + F222223 + L222223 + + 222223@hsesinfo.org + 555-555-2223 x 5555 + + + 4416 + 433 + 8414 + 000 + 1991 + 2013-10-25 + 2018-09-30 + HS + Inactive + CULLMAN CITY CHILD DEVELOPMENT CENTER + http://www.cullmancats.net + 433@hsesinfo.org + 900 Hoehn Dr + Attn: Patricia R. Culpepper + Cullman + AL + 35055-6019 + 900 Hoehn Dr + Attn: Patricia R. Culpepper + Cullman + AL + 35055-6019 + 900 Hoehn Dr + Attn: Patricia R. Culpepper, Director + Cullman + AL + 35055-6019 + Mr. + F41303 + L41303 + + President + 41303@hsesinfo.org + Dr. + F41302 + L41302 + + + 41302@hsesinfo.org + Mrs. + F41304 + L41304 + + 41304@hsesinfo.org + Mrs. + F41301 + L41301 + + 41301@hsesinfo.org + 555-555-1301 + + + 6446 + 6464 + 10007 + 000 + + 2015-06-01 + 2020-05-31 + HS + Inactive + Montgomery County Intermediate Unit + www.mciu.org + 6464@hsesinfo.org + 2 W Lafayette St + + Norristown + PA + 19401-4758 + 2 W Lafayette St + + Norristown + PA + 19401-4758 + 2 W Lafayette St + + Norristown + PA + 19401-4758 + Mrs. + F200792 + L200792 + + Board President + 200792@hsesinfo.org + Dr. + F200793 + L200793 + + Chief Executive Officer + 200793@hsesinfo.org + Mrs. + F200795 + L200795 + + 200795@hsesinfo.org + Mrs. + F200791 + L200791 + + 200791@hsesinfo.org + 555-555-0791 + + + 7063 + 2819 + 10508 + 200 + 2011 + 2016-01-01 + + EHS + Active + Early Head Start of Northern Fairfield County + www.ct-institute.org + 2819@hsesinfo.org + 120 Main St Fl 4 + + Danbury + CT + 06810-7834 + 120 Main St Fl 4 + + Danbury + CT + 06810-7834 + 120 Main St Fl 4 + + Danbury + CT + 06810-7834 + Dr. + F205109 + L205109 + Ph.D + Board Chair + 205109@hsesinfo.org + Mr. + F205110 + L205110 + Esq. + President/Chief Executive Officer + 205110@hsesinfo.org + Ms. + F205112 + L205112 + + 205112@hsesinfo.org + Ms. + F205108 + L205108 + + 205108@hsesinfo.org + 555-555-5108 x 5555 + + + 9257 + 4576 + 11527 + 200 + 2013 + 2019-01-01 + + EHS + Active + Child Care Resource Center + www.ccrcca.org + 4576@hsesinfo.org + 20001 Prairie Street + + Chatsworth + CA + 91311-6508 + 20001 Prairie Street + + Chatsworth + CA + 91311-6508 + 20001 Prairie Street + + Chatsworth + CA + 91311-6508 + Mr. + F213343 + L213343 + + Board Chair + 213343@hsesinfo.org + Mr. + F213344 + L213344 + Phd + President & CEO + 213344@hsesinfo.org + Mrs. + F213346 + L213346 + + 213346@hsesinfo.org + Ms. + F213342 + L213342 + + 213342@hsesinfo.org + 555-555-3342 + + + 4555 + 844 + 8524 + 000 + 2013 + 2013-12-23 + 2019-06-30 + HS + Inactive + Butler County Educational Service Center + http://www.bcesc.org + 844@hsesinfo.org + 400 North Erie Blvd, Suite A + + Hamilton + OH + 45011 + 400 North Erie Blvd, Suite A + + Hamilton + OH + 45011 + 400 North Erie Blvd, Suite A + + Hamilton + OH + 45011 + Mr. + F43250 + L43250 + + BCESC Board Chairman + 43250@hsesinfo.org + Mr. + F43252 + L43252 + + Superintendent + 43252@hsesinfo.org + Mrs. + F43254 + L43254 + + 43254@hsesinfo.org + Mrs. + F43249 + L43249 + + 43249@hsesinfo.org + 555-555-3249 + + + 8300 + 899 + 10682 + 200 + 2003 + 2016-07-01 + + EHS + Active + Union County Community Action, Inc. + http://www.uccainc.org + 899@hsesinfo.org + 1401 W Roosevelt Blvd + Ste H + Monroe + NC + 28110-2769 + P. O. Box 1029 + 1401-H West Roosevelt Blvd + Monroe + NC + 28111-1029 + 1401 W Roosevelt Blvd + Ste H + Monroe + NC + 28110-2769 + Mr. + F207240 + L207240 + + Chairman + 207240@hsesinfo.org + Mrs. + F207241 + L207241 + + + 207241@hsesinfo.org + Ms. + F207243 + L207243 + + 207243@hsesinfo.org + Mr. + F207239 + L207239 + + 207239@hsesinfo.org + 555-555-7239 x 5555 + + + 4556 + 2740 + 8524 + 200 + 2013 + 2013-12-23 + 2019-06-30 + EHS + Inactive + Butler County Educational Service Center + www.bcesc.org + 2740@hsesinfo.org + 400 North Erie Blvd, Suite A + + Hamilton + OH + 45011 + 400 North Erie Blvd, Suite A + + Hamilton + OH + 45011 + 400 North Erie Blvd, Suite A + + Hamilton + OH + 45011 + Mr. + F43260 + L43260 + + BCESC Board Chairman + 43260@hsesinfo.org + Mr. + F43258 + L43258 + + Superintendent + 43258@hsesinfo.org + Mrs. + F43257 + L43257 + + 43257@hsesinfo.org + Mrs. + F43256 + L43256 + + 43256@hsesinfo.org + 555-555-3256 + + + 5321 + 1905 + 9038 + 000 + 2014 + 2014-08-01 + 2020-07-31 + HS + Inactive + Capital Area Community Services, Inc. + http://www.cacsheadstart.org + 1905@hsesinfo.org + 101 East Willow Street + + Lansing + MI + 48906-4814 + 101 East Willow Street + + Lansing + MI + 48906-4814 + 101 East Willow Street + + Lansing + MI + 48906-4814 + Mr. + F54149 + L54149 + III + Board Chairperson + 54149@hsesinfo.org + Mr. + F54148 + L54148 + + Executive Director + 54148@hsesinfo.org + Mrs. + F54151 + L54151 + + 54151@hsesinfo.org + Mrs. + F54147 + L54147 + + 54147@hsesinfo.org + 555-555-4147 + + + 6749 + 6767 + 10187 + 200 + + 2015-07-01 + 2020-06-30 + EHS + Inactive + Urban League of Metropolitan St. Louis + http://www.urbanleague-stl.org + 6767@hsesinfo.org + 8964 Jennings Station Rd + + Saint Louis + MO + 63136-5062 + 8964 Jennings Station Rd + + Saint Louis + MO + 63136-5062 + 8964 Jennings Station Rd + + Saint Louis + MO + 63136-5062 + Mr. + F202914 + L202914 + + Chairman of the Board + 202914@hsesinfo.org + Mr. + F202915 + L202915 + + + 202915@hsesinfo.org + Ms. + F202917 + L202917 + + 202917@hsesinfo.org + Dr. + F202913 + L202913 + + 202913@hsesinfo.org + 555-555-2913 x 5555 + + + 10478 + 6221 + 12467 + 200 + + 2019-09-01 + + EHS + Active + Family Services Child Development + www.familyservicesforsyth.org + 6221@hsesinfo.org + 1200 S Broad St + + Winston Salem + NC + 27101-5760 + 1200 S Broad St + + Winston Salem + NC + 27101-5760 + 1200 S Broad St + + Winston Salem + NC + 27101-5760 + Ms. + F221687 + L221687 + + Board Chair + 221687@hsesinfo.org + Mr. + F221688 + L221688 + + Family Services. Inc. Chief Executive Officer + 221688@hsesinfo.org + Ms. + F221690 + L221690 + + 221690@hsesinfo.org + Ms. + F221686 + L221686 + + 221686@hsesinfo.org + 555-555-1686 x 5555 + + + 10479 + 6045 + 12471 + 200 + + 2019-09-01 + + EHS + Active + Head Start of Greater Dallas, Inc. + http://www.hsgd.org + 6045@hsesinfo.org + 3954 Gannon Lane + + Dallas + TX + 75237-2919 + 3954 Gannon Lane + + Dallas + TX + 75237-2919 + 3954 Gannon Lane + + Dallas + TX + 75237-2919 + Mr. + F221694 + L221694 + + Board of Directors President + 221694@hsesinfo.org + Ms. + F221695 + L221695 + + Chief Operations Officer/Head Start Director + 221695@hsesinfo.org + Ms. + F221697 + L221697 + + 221697@hsesinfo.org + Ms. + F221693 + L221693 + + 221693@hsesinfo.org + 555-555-1693 + + + 10480 + 6022 + 12470 + 200 + + 2019-09-01 + + EHS + Active + Shasta County Head Start Child Development, Inc. + shastaheadstart.org + 6022@hsesinfo.org + 375 Lake Blvd + Ste 100 + Redding + CA + 96003-2557 + 375 Lake Blvd + Ste 100 + Redding + CA + 96003-2557 + 375 Lake Blvd + Ste 100 + Redding + CA + 96003-2557 + Mr. + F221701 + L221701 + + Board Chairperson + 221701@hsesinfo.org + Mr. + F221702 + L221702 + + Executive Director + 221702@hsesinfo.org + Mrs. + F221704 + L221704 + + 221704@hsesinfo.org + Ms. + F221700 + L221700 + + 221700@hsesinfo.org + 555-555-1700 + + + 10481 + 6024 + 12463 + 200 + + 2019-09-01 + + EHS + Active + Stanislaus County Office of Education + https://stancoe.org/division/child-family-services + 6024@hsesinfo.org + 1100 H Street + + Modesto + CA + 95354-2338 + 1100 H St + + Modesto + CA + 95354-2338 + 1100 H St + + Modesto + CA + 95354-2338 + Mr. + F221708 + L221708 + + Superintendent + 221708@hsesinfo.org + Mr. + F221709 + L221709 + + Executive Director + 221709@hsesinfo.org + Ms. + F221711 + L221711 + + 221711@hsesinfo.org + Ms. + F221707 + L221707 + + 221707@hsesinfo.org + 555-555-1707 + + + 10482 + 6799 + 12475 + 201 + + 2019-09-01 + + EHS + Active + Family Resource & Referral Center + www.frrcsj.org + 6799@hsesinfo.org + 509 W Weber Ave + Ste 101 + Stockton + CA + 95203-3107 + 509 W Weber Ave + Ste 101 + Stockton + CA + 95203-3107 + 509 W Weber Ave + Ste 101 + Stockton + CA + 95203-3107 + Mr. + F221715 + L221715 + + Board President + 221715@hsesinfo.org + Ms. + F221716 + L221716 + + Executive Director + 221716@hsesinfo.org + + F221718 + L221718 + + 221718@hsesinfo.org + Ms. + F221714 + L221714 + + 221714@hsesinfo.org + 555-555-1714 + + + 10483 + 6800 + 12476 + 202 + + 2019-09-01 + + EHS + Active + Modesto City Schools + www.mcs4kids.com + 6800@hsesinfo.org + 1017 Reno Ave, Bldg C + + Modesto + CA + 95351 + 1017 Reno Ave, Bldg C + + Modesto + CA + 95351 + 1017 Reno Ave, Bldg C + + Modesto + CA + 95351 + Mr. + F221722 + L221722 + + President + 221722@hsesinfo.org + Ms. + F221723 + L221723 + + Superintendent + 221723@hsesinfo.org + Ms. + F221725 + L221725 + + 221725@hsesinfo.org + Ms. + F221721 + L221721 + + 221721@hsesinfo.org + 555-555-1721 + + + 10484 + 6190 + 12466 + 200 + + 2019-09-01 + + EHS + Active + Olympic Educational Service District 114 + http://oesd114.org + 6190@hsesinfo.org + 105 National Ave N + + Bremerton + WA + 98312-3537 + 105 National Ave N + + Bremerton + WA + 98312-3537 + 105 National Ave N + + Bremerton + WA + 98312-3537 + Mr. + F221729 + L221729 + + Board Chair + 221729@hsesinfo.org + Mr. + F221730 + L221730 + + Superintendent + 221730@hsesinfo.org + Ms. + F221732 + L221732 + + 221732@hsesinfo.org + Mrs. + F221728 + L221728 + + 221728@hsesinfo.org + 555-555-1728 + + + 7067 + 2163 + 10504 + 000 + 2006 + 2016-01-01 + + HS + Active + Juniata County Head Start + http://www.tiu11.org + 2163@hsesinfo.org + 538 E Industrial Dr + + Mifflintown + PA + 17059-8295 + 538 E Industrial Dr + + Mifflintown + PA + 17059-8295 + 538 E Industrial Dr + + Mifflintown + PA + 17059-8295 + Ms. + F205137 + L205137 + + Board President + 205137@hsesinfo.org + Dr. + F205138 + L205138 + + + 205138@hsesinfo.org + Ms. + F205140 + L205140 + + 205140@hsesinfo.org + Mrs. + F205136 + L205136 + + 205136@hsesinfo.org + 555-555-5136 + + + 10746 + 9090 + 12019 + 200 + 2020 + 2020-01-01 + + EHS + Active + United Academy Inc + + 9090@hsesinfo.org + 722 Wythe Avenue + + Brooklyn + NY + 11249-7532 + 722 Wythe Avenue + + Brooklyn + NY + 11249-7532 + 722 Wythe Avenue + + Brooklyn + NY + 11249-7532 + Mr. + F223551 + L223551 + + + 223551@hsesinfo.org + Mr. + F223549 + L223549 + + + 223549@hsesinfo.org + Mrs. + F223552 + L223552 + + 223552@hsesinfo.org + Mr. + F223548 + L223548 + + 223548@hsesinfo.org + 555-555-3548 x 5555 + + + 9258 + 2342 + 11528 + 000 + 2013 + 2019-01-01 + + HS + Active + Kiryas Joel Municipal Local Development + + 2342@hsesinfo.org + 48 Bakertown Rd + Ste 406 + Monroe + NY + 10950-8433 + 48 Bakertown Road, Suite 406 + + Monroe + NY + 10950 + 48 Bakertown Road, Suite 406 + + Monroe + NY + 10950 + Mr. + F213350 + L213350 + + Chairman + 213350@hsesinfo.org + Mr. + F213351 + L213351 + + + 213351@hsesinfo.org + Mrs. + F213353 + L213353 + + 213353@hsesinfo.org + Mr. + F213349 + L213349 + + 213349@hsesinfo.org + 555-555-3349 + + + 9259 + 2861 + 11528 + 200 + 2013 + 2019-01-01 + + EHS + Active + Kiryas Joel Municipal Local Development + + 2861@hsesinfo.org + 48 Bakertown Road, Suite 406 + + Monroe + NY + 10950 + 48 Bakertown Road, Suite 406 + + Monroe + NY + 10950 + 48 Bakertown Road, Suite 406 + + Monroe + NY + 10950 + Mr. + F213357 + L213357 + + Chairman + 213357@hsesinfo.org + Mr. + F213358 + L213358 + + + 213358@hsesinfo.org + Mrs. + F213360 + L213360 + + 213360@hsesinfo.org + Mr. + F213356 + L213356 + + 213356@hsesinfo.org + 555-555-3356 + + + 4446 + 389 + 8469 + 200 + 2013 + 2013-11-01 + 2018-10-31 + EHS + Inactive + Wayne Action Group for Economic Solvency, Inc + http://www.wagesnc.org + 389@hsesinfo.org + 601 Royall Avenue + + Goldsboro + NC + 27534-2570 + 601 Royall Avenue + + Goldsboro + NC + 27534-2570 + 601 Royall Avenue + + Goldsboro + NC + 27534-2570 + Mrs. + F41533 + L41533 + + Board Chair + 41533@hsesinfo.org + Ms. + F41535 + L41535 + + Executive Director + 41535@hsesinfo.org + Mr. + F41532 + L41532 + + 41532@hsesinfo.org + Mrs. + F41530 + L41530 + + 41530@hsesinfo.org + 555-555-1530 + + + 6376 + 548 + 9989 + 000 + 1992 + 2015-06-01 + 2020-05-31 + HS + Inactive + Economic Improvement Council, Inc. + www.eiccaa.org + 548@hsesinfo.org + 712 Virginia Rd + + Edenton + NC + 27932-9585 + PO BOX 549 + + Edenton + NC + 27932-0549 + 712 Virginia Rd + + Edenton + NC + 27932-9585 + Mr. + F200302 + L200302 + + Board President + 200302@hsesinfo.org + Dr. + F200303 + L200303 + + Executive Director + 200303@hsesinfo.org + Mr. + F200305 + L200305 + + 200305@hsesinfo.org + Mrs. + F200301 + L200301 + + 200301@hsesinfo.org + 555-555-0301 x 5555 + + + 9260 + 1020 + 11529 + 000 + 2013 + 2019-01-01 + + HS + Active + EAST MISSOURI ACTION AGENCY, INC + http://www.eastmoaa.org + 1020@hsesinfo.org + 403 Parkway Dr + + Park Hills + MO + 63601-4435 + PO Box 308 + + Park Hills + MO + 63601-0308 + 403 Parkway Dr + + Park Hills + MO + 63601-4435 + Mr. + F213364 + L213364 + + EMAA Board Chairperson + 213364@hsesinfo.org + Mrs. + F213365 + L213365 + + + 213365@hsesinfo.org + Ms. + F213367 + L213367 + + 213367@hsesinfo.org + Mrs. + F213363 + L213363 + + 213363@hsesinfo.org + 555-555-3363 x 5555 + + + 11605 + 301 + 13387 + 000 + 1992 + 2020-07-01 + + HS + Active + Butler County Children's Center, Inc. + http://www.bcccinc.org + 301@hsesinfo.org + 139 Rieger Road + + Butler + PA + 16001 + 139 Rieger Road + + Butler + PA + 16001 + 139 Rieger Road + + Butler + PA + 16001 + Ms. + F229203 + L229203 + + Board President + 229203@hsesinfo.org + Mrs. + F229204 + L229204 + + CEO + 229204@hsesinfo.org + Ms. + F229206 + L229206 + + 229206@hsesinfo.org + Dr. + F229202 + L229202 + + 229202@hsesinfo.org + 555-555-9202 x 5555 + + + 11606 + 3176 + 13387 + 200 + 2004 + 2020-07-01 + + EHS + Active + Butler County Children's Center, Inc. + http://www.bcccinc.org + 3176@hsesinfo.org + 139 Rieger Road + + Butler + PA + 16001 + 139 Rieger Road + + Butler + PA + 16001 + 139 Rieger Road + + Butler + PA + 16001 + Mr. + F229210 + L229210 + + Board president + 229210@hsesinfo.org + Mrs. + F229211 + L229211 + + CEO + 229211@hsesinfo.org + Ms. + F229213 + L229213 + + 229213@hsesinfo.org + Dr. + F229209 + L229209 + + 229209@hsesinfo.org + 555-555-9209 x 5555 + + + 5636 + 4149 + 9456 + 022 + 2014 + 2014-12-01 + + HS + Active + City Colleges of Chicago + www.ccc.edu + 4149@hsesinfo.org + 226 West Jackson Boulevard + + Chicago + IL + 60606-6959 + 226 West Jackson Boulevard + + Chicago + IL + 60606-6959 + 226 West Jackson Boulevard + + Chicago + IL + 60606-6959 + Mr. + F101531 + L101531 + Ph.D + Board Chair + 101531@hsesinfo.org + Mr. + F101529 + L101529 + + Associate Vice Chancelllor, Finance & Business Enterprise Services + 101529@hsesinfo.org + Ms. + F101528 + L101528 + + 101528@hsesinfo.org + Ms. + F101527 + L101527 + + 101527@hsesinfo.org + 555-555-1527 + + + 453 + 2139 + 277 + 200 + 2013 + 2013-07-02 + 2019-04-30 + EHS + Inactive + Northern Virginia Family Service + http://www.nvfs.org + 2139@hsesinfo.org + 10455 White Granite Dr + Ste 100 + Oakton + VA + 22124-2764 + 10455 White Granite Dr + Ste 100 + Oakton + VA + 22124-2764 + 10455 White Granite Dr + Ste 100 + Oakton + VA + 22124-2764 + Mr. + F37270 + L37270 + + Board Chair + 37270@hsesinfo.org + Ms. + F37274 + L37274 + + President & CEO + 37274@hsesinfo.org + Ms. + F37271 + L37271 + + 37271@hsesinfo.org + Ms. + F37269 + L37269 + + 37269@hsesinfo.org + 555-555-7269 + + + 8675 + 8537 + 11052 + 000 + 2017 + 2017-07-01 + + HS + Active + Quintana Baptist Church Head Start Program + + 8537@hsesinfo.org + Edificio Caribe Plaza 1579 Ave Ponce De Leon + + San Juan + PR + 00920 + Ave. Paz Granela + Pmb 473 Suite 2 + San Juan + PR + 00927 + Edificio Plaza Caribe Plaza + Ave. Ponce De Leon 579 + San Juan + PR + 00920 + Mr. + F209234 + L209234 + + Acting Board President + 209234@hsesinfo.org + Mr. + F209235 + L209235 + + Executive Director + 209235@hsesinfo.org + Mrs. + F209237 + L209237 + + 209237@hsesinfo.org + Mrs. + F209233 + L209233 + + 209233@hsesinfo.org + 555-555-9233 + + + 5807 + 5813 + 9530 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Parent-Child Development Corporation + www.pcdcva.org + 5813@hsesinfo.org + 602 Main Street + + West Point + VA + 23181 + 602 Main Street + + West Point + VA + 23181 + 602 Main Street + + West Point + VA + 23181 + Mr. + F103804 + L103804 + + Board Chair + 103804@hsesinfo.org + Ms. + F103805 + L103805 + + Executive Director + 103805@hsesinfo.org + Mr. + F103807 + L103807 + + 103807@hsesinfo.org + Ms. + F103803 + L103803 + + 103803@hsesinfo.org + 555-555-3803 x 5555 + + + 5133 + 2636 + 8811 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Dickinson Iron Intermediate School District + www.diisd.org + 2636@hsesinfo.org + 1074 Pyle Drive + + Kingsford + MI + 49802 + 1074 Pyle Drive + + Kingsford + MI + 49802 + 1074 Pyle Drive + + Kingsford + MI + 49802 + Mr. + F51891 + L51891 + + Board President + 51891@hsesinfo.org + Mrs. + F51889 + L51889 + + + 51889@hsesinfo.org + Mrs. + F51888 + L51888 + + 51888@hsesinfo.org + Mr. + F51887 + L51887 + + 51887@hsesinfo.org + 555-555-1887 + + + 10556 + 6062 + 12537 + 200 + + 2019-09-01 + + EHS + Active + TRAINING, EDUCATION AND MANPOWER, INC. + http://www.teaminc.org + 6062@hsesinfo.org + 30 Elizabeth Street + + Derby + CT + 06418-1846 + 30 Elizabeth Street + + Derby + CT + 06418-1846 + 30 Elizabeth Street + + Derby + CT + 06418-1846 + Ms. + F222231 + L222231 + + Chair + 222231@hsesinfo.org + Mr. + F222232 + L222232 + + + 222232@hsesinfo.org + + F222234 + L222234 + + 222234@hsesinfo.org + Ms. + F222230 + L222230 + + 222230@hsesinfo.org + 555-555-2230 x 5555 + + + 10557 + 6064 + 12539 + 200 + + 2019-09-01 + + EHS + Active + LULAC Head Start Inc. + www.lulacheadstart.org + 6064@hsesinfo.org + 250 Cedar Street + + New Haven + CT + 06519-1632 + 250 Cedar Street + + New Haven + CT + 06519-1632 + 250 Cedar Street + + New Haven + CT + 06519-1632 + Mr. + F222238 + L222238 + + Board President + 222238@hsesinfo.org + Mrs. + F222239 + L222239 + + Executive Director + 222239@hsesinfo.org + Ms. + F222241 + L222241 + + 222241@hsesinfo.org + Mrs. + F222237 + L222237 + + 222237@hsesinfo.org + 555-555-2237 + + + 5082 + 567 + 9012 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Sunbelt Human Advancement Resources, Inc. + http://www.sharesc.org + 567@hsesinfo.org + 254 S Pleasantburg Dr + + Greenville + SC + 29607-2562 + PO Box 10204 + + Greenville + SC + 29603-0204 + 254 S Pleasantburg Dr + + Greenville + SC + 29607-2562 + Hon. + F51627 + L51627 + + Chairman Board of Directors + 51627@hsesinfo.org + Ms. + F51630 + L51630 + + President/CEO + 51630@hsesinfo.org + Mr. + F51629 + L51629 + + 51629@hsesinfo.org + Ms. + F51625 + L51625 + + 51625@hsesinfo.org + 555-555-1625 + + + 9256 + 4575 + 11527 + 000 + 2013 + 2019-01-01 + + HS + Active + Child Care Resource Center + www.ccrcca.org + 4575@hsesinfo.org + 20001 Prairie Street + + Chatsworth + CA + 91311-6508 + 20001 Prairie Street + + Chatsworth + CA + 91311-6508 + 20001 Prairie Street + + Chatsworth + CA + 91311-6508 + Mr. + F213336 + L213336 + + Board Chair + 213336@hsesinfo.org + Mr. + F213337 + L213337 + Phd + President & CEO + 213337@hsesinfo.org + Mrs. + F213339 + L213339 + + 213339@hsesinfo.org + Ms. + F213335 + L213335 + + 213335@hsesinfo.org + 555-555-3335 + + + 1359 + 2124 + 2854 + 000 + 2013 + 2013-06-26 + 2019-01-31 + HS + Inactive + Tri-County Community Action Agency, Inc. + http://www.gatewaycap.org + 2124@hsesinfo.org + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + Mr. + F36948 + L36948 + + Chairman + 36948@hsesinfo.org + Mr. + F36945 + L36945 + + + 36945@hsesinfo.org + Mr. + F36944 + L36944 + + 36944@hsesinfo.org + Mrs. + F36943 + L36943 + + 36943@hsesinfo.org + 555-555-6943 x 5555 + + + 5136 + 1241 + 8858 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + South Central Community Action Program, Inc. + www.insccap.org + 1241@hsesinfo.org + SCCAP Head Start + 1502 West 15th Street + Bloomington + IN + 47404-3018 + SCCAP Head Start + 1502 West 15th Street + Bloomington + IN + 47404-3018 + SCCAP Head Start + 1502 West 15th Street + Bloomington + IN + 47404-3018 + Ms. + F51768 + L51768 + + Board President + 51768@hsesinfo.org + Mr. + F51767 + L51767 + + Executive Director + 51767@hsesinfo.org + Ms. + F51770 + L51770 + + 51770@hsesinfo.org + Ms. + F51765 + L51765 + + 51765@hsesinfo.org + 555-555-1765 x 5555 + + + 10747 + 3062 + 12739 + 000 + 1991 + 2019-11-01 + + HS + Active + Central Kentucky Community Action Council + http://ckycommunityaction.org/index.cfm?fuseaction=dep_intro&dept_id=4 + 3062@hsesinfo.org + 332 Hood Ave + + Lebanon + KY + 40033-1567 + 332 Hood Ave + PO Box 830 + Lebanon + KY + 40033-0830 + 332 Hood Ave + + Lebanon + KY + 40033-1567 + Mr. + F223555 + L223555 + + Board Chair + 223555@hsesinfo.org + Mr. + F223556 + L223556 + + Executive Director + 223556@hsesinfo.org + Ms. + F223558 + L223558 + + 223558@hsesinfo.org + Ms. + F223554 + L223554 + + 223554@hsesinfo.org + 555-555-3554 + + + 10748 + 8279 + 12739 + 200 + 2016 + 2019-11-01 + + EHS + Active + Central Kentucky Community Action Council + http://ckycommunityaction.org/index.cfm?fuseaction=dep_intro&dept_id=4 + 8279@hsesinfo.org + 332 Hood Ave + + Lebanon + KY + 40033-1567 + 332 Hood Ave + PO Box 830 + Lebanon + KY + 40033-0830 + 332 Hood Ave + + Lebanon + KY + 40033-1567 + Mr. + F223562 + L223562 + + Board Chair + 223562@hsesinfo.org + Mr. + F223563 + L223563 + + Executive Director + 223563@hsesinfo.org + Ms. + F223565 + L223565 + + 223565@hsesinfo.org + Ms. + F223561 + L223561 + + 223561@hsesinfo.org + 555-555-3561 + + + 10739 + 365 + 12733 + 000 + 2014 + 2019-11-01 + + HS + Active + Western Kentucky University + http://www.wku.edu/ccc/ + 365@hsesinfo.org + 1906 College Heights Blvd + Ttas #11031 + Bowling Green + KY + 42101-1000 + 1906 College Heights Blvd + Ttas #11031 + Bowling Green + KY + 42101-1000 + 1906 College Heights Blvd + Ttas #11031 + Bowling Green + KY + 42101-1000 + Ms. + F223509 + L223509 + Esq + Chairman, WKURF Board + 223509@hsesinfo.org + Mr. + F223510 + L223510 + + Executive Director + 223510@hsesinfo.org + Mr. + F223512 + L223512 + + 223512@hsesinfo.org + Ms. + F223508 + L223508 + + 223508@hsesinfo.org + 555-555-3508 + + + 5637 + 4151 + 9457 + 023 + 2014 + 2014-12-01 + + HS + Active + Howard Area Family Center + http://www.howardarea.org + 4151@hsesinfo.org + 7510 N Ashland Ave + Howard Area Family Center + Chicago + IL + 60626-1702 + 7510 N Ashland Ave + Howard Area Family Center + Chicago + IL + 60626-1702 + 7648 N Paulina St + Howard Area Community Center + Chicago + IL + 60626-1018 + Ms. + F101538 + L101538 + + Board Chair + 101538@hsesinfo.org + Ms. + F101536 + L101536 + + Executive Director + 101536@hsesinfo.org + Ms. + F101535 + L101535 + + 101535@hsesinfo.org + Ms. + F101534 + L101534 + + 101534@hsesinfo.org + 555-555-1534 + + + 9720 + 2487 + 11868 + 000 + 1992 + 2019-07-01 + + HS + Active + Eastern Oregon University + https://www.eou.edu/head-start/ + 2487@hsesinfo.org + Eastern Oregon University + 1 University Boulevard + La Grande + OR + 97850-2807 + Eastern Oregon University + 1 University Boulevard + La Grande + OR + 97850-2807 + Eastern Oregon University + 1 University Boulevard + La Grande + OR + 97850-2807 + Dr. + F216461 + L216461 + + Eastern Oregon Head Start + 216461@hsesinfo.org + Mr. + F216462 + L216462 + + + 216462@hsesinfo.org + Ms. + F216464 + L216464 + + 216464@hsesinfo.org + Mr. + F216460 + L216460 + + 216460@hsesinfo.org + 555-555-6460 + + + 9152 + 2117 + 11460 + 000 + 2013 + 2018-10-01 + + HS + Active + COMMUNITY ACTION PIONEER VALLEY, INC + http://www.communityaction.us + 2117@hsesinfo.org + 56 Vernon St + Head Start + Northampton + MA + 01060-2861 + 56 Vernon St + Head Start + Northampton + MA + 01060-2861 + 393 Main St + Head Start + Greenfield + MA + 01301-3320 + Ms. + F212601 + L212601 + + Board Chair + 212601@hsesinfo.org + Ms. + F212602 + L212602 + + Executive Director + 212602@hsesinfo.org + Mr. + F212604 + L212604 + + 212604@hsesinfo.org + Ms. + F212600 + L212600 + + 212600@hsesinfo.org + 555-555-2600 + + + 4989 + 1404 + 8913 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Ozark Action, Inc + http://www.oaiwp.org + 1404@hsesinfo.org + 710 East Main Street + + West Plains + MO + 65775-3307 + 710 East Main Street + + West Plains + MO + 65775-3307 + 710 East Main Street + + West Plains + MO + 65775-3307 + Mr. + F49416 + L49416 + + President of the Board of Directors + 49416@hsesinfo.org + Mr. + F49413 + L49413 + + Executive Director + 49413@hsesinfo.org + Ms. + F49417 + L49417 + + 49417@hsesinfo.org + Ms. + F49412 + L49412 + + 49412@hsesinfo.org + 555-555-9412 x 5555 + + + 8504 + 8384 + 10913 + 200 + 2017 + 2017-03-01 + + EHS + Active + Private Industry Council of Westmoreland/Fayette, Incor + http://www.privateindustrycouncil.com + 8384@hsesinfo.org + 219 Donohoe Road + + Greensburg + PA + 15601 + 219 Donohoe Road + + Greensburg + PA + 15601 + 219 Donohoe Road + + Greensburg + PA + 15601 + Mr. + F208255 + L208255 + + Board Chair + 208255@hsesinfo.org + Ms. + F208256 + L208256 + + President/CEO + 208256@hsesinfo.org + Ms. + F208258 + L208258 + + 208258@hsesinfo.org + Ms. + F208254 + L208254 + + 208254@hsesinfo.org + 555-555-8254 x 5555 + + + 4614 + 2374 + 8588 + 000 + 2003 + 2014-02-01 + 2019-01-31 + HS + Inactive + Northside Center For Child Development, Inc. + http://www.northsidecenter.org + 2374@hsesinfo.org + 1301 5th Avenue + + New York + NY + 10029-3119 + 1301 5th Avenue + + New York + NY + 10029-3119 + 1301 5th Avenue + + New York + NY + 10029-3119 + Mr. + F44071 + L44071 + + + 44071@hsesinfo.org + Dr. + F44068 + L44068 + + + 44068@hsesinfo.org + Ms. + F44070 + L44070 + + 44070@hsesinfo.org + Ms. + F44066 + L44066 + + 44066@hsesinfo.org + 555-555-4066 + + + 5137 + 2814 + 8858 + 200 + 2011 + 2014-07-01 + 2019-06-30 + EHS + Inactive + South Central Community Action Program, Inc. + www.insccap.org + 2814@hsesinfo.org + SCCAP Head Start + 1502 West 15th Street + Bloomington + IN + 47404-3018 + SCCAP Head Start + 1502 West 15th Street + Bloomington + IN + 47404-3018 + SCCAP Head Start + 1502 West 15th Street + Bloomington + IN + 47404-3018 + Ms. + F51777 + L51777 + + Board President + 51777@hsesinfo.org + Mr. + F51775 + L51775 + + Executive Director + 51775@hsesinfo.org + Ms. + F51774 + L51774 + + 51774@hsesinfo.org + Ms. + F51773 + L51773 + + 51773@hsesinfo.org + 555-555-1773 x 5555 + + + 9176 + 5490 + 11474 + 001 + 2014 + 2018-11-01 + + HS + Active + Acelero Learning Wisconsin, Inc. (Milwaukee County) + http://alwi.acelero.net + 5490@hsesinfo.org + 7833 West Capitol Drive + + Milwaukee + WI + 53222 + 7833 West Capitol Drive + + Milwaukee + WI + 53222 + 7833 West Capitol Drive + + Milwaukee + WI + 53222 + Ms. + F212768 + L212768 + + + 212768@hsesinfo.org + Mr. + F212769 + L212769 + + + 212769@hsesinfo.org + Ms. + F212771 + L212771 + + 212771@hsesinfo.org + Ms. + F212767 + L212767 + + 212767@hsesinfo.org + 555-555-2767 + + + 8023 + 1222 + 10527 + 000 + 1992 + 2016-02-01 + + AIAN HS + Active + Mescalero Apache Head Start Program + + 1222@hsesinfo.org + 487 Apache Blvd + + Mescalero + NM + 88340 + PO Box 776 + + Mescalero + NM + 88340-0776 + 487 Apache Blvd + + Mescalero + NM + 88340 + Mr. + F205363 + L205363 + + President + 205363@hsesinfo.org + Ms. + F205364 + L205364 + + Head Start Director + 205364@hsesinfo.org + Ms. + F205366 + L205366 + + 205366@hsesinfo.org + Ms. + F205362 + L205362 + + 205362@hsesinfo.org + 555-555-5362 + + + 10559 + 6026 + 12546 + 200 + + 2019-09-01 + + EHS + Active + Center for Family Services, Inc. + www.centerffs.org + 6026@hsesinfo.org + 584 Benson Street + + Camden + NJ + 08103-1324 + 584 Benson Street + + Camden + NJ + 08103-1324 + 584 Benson Street + + Camden + NJ + 08103-1324 + Mrs. + F222252 + L222252 + + + 222252@hsesinfo.org + Mr. + F222253 + L222253 + + CEO + 222253@hsesinfo.org + Mrs. + F222255 + L222255 + + 222255@hsesinfo.org + Mr. + F222251 + L222251 + + 222251@hsesinfo.org + 555-555-2251 + + + 10560 + 6066 + 12535 + 200 + + 2019-09-01 + + EHS + Active + Norris Square Community Alliance + http://nscaonline.org + 6066@hsesinfo.org + 174 Diamond St + + Philadelphia + PA + 19122-1722 + 174 Diamond St + + Philadelphia + PA + 19122-1722 + 174 Diamond St + + Philadelphia + PA + 19122-1722 + Mr. + F222259 + L222259 + + Board President + 222259@hsesinfo.org + Ms. + F222260 + L222260 + + Executive Director + 222260@hsesinfo.org + Ms. + F222262 + L222262 + + 222262@hsesinfo.org + Ms. + F222258 + L222258 + + 222258@hsesinfo.org + 555-555-2258 + + + 5613 + 1157 + 9328 + 000 + 2014 + 2014-12-01 + + AIAN HS + Active + QUINAULT INDIAN NATION + + 1157@hsesinfo.org + 505 2nd Street + + Taholah + WA + 98587 + PO Box 189 + + Taholah + WA + 98587-0189 + 1214 Aalis Drive + + Taholah + WA + 98587-0189 + Mrs. + F101204 + L101204 + + President, Quinault Indian Nation + 101204@hsesinfo.org + Mrs. + F101202 + L101202 + + CEO, Quinault Indian Nation + 101202@hsesinfo.org + Mrs. + F101201 + L101201 + + 101201@hsesinfo.org + Ms. + F101200 + L101200 + + 101200@hsesinfo.org + 555-555-1200 x 5555 + + + 8404 + 2460 + 10819 + 000 + 1991 + 2017-01-01 + + AIAN HS + Active + Tlingit & Haida Head Start + http://www.ccthita-nsn.gov/services/family/headstart/index.html + 2460@hsesinfo.org + 9095 Glacier Hwy + + Juneau + AK + 99801-6912 + 9097 Glacier Hwy + + Juneau + AK + 99801-6922 + 9095 Glacier Hwy + + Juneau + AK + 99801-6912 + Mr. + F208029 + L208029 + + President + 208029@hsesinfo.org + Mr. + F208030 + L208030 + + Chief Operating Officer + 208030@hsesinfo.org + Mrs. + F208032 + L208032 + + 208032@hsesinfo.org + Ms. + F208028 + L208028 + + 208028@hsesinfo.org + 555-555-8028 + + + 4663 + 1227 + 8341 + 000 + 2014 + 2014-03-01 + 2019-02-28 + Migrant HS + Inactive + COMMUNITY ACTION PARTNERSHIP OF WESTERN NEBRASKA + http://www.capwn.org + 1227@hsesinfo.org + 3350 10th Street + + Gering + NE + 69341-1724 + 3350 10th Street + + Gering + NE + 69341-1724 + 3350 10th Street + + Gering + NE + 69341-1724 + Mr. + F44661 + L44661 + + President of Board of Directors + 44661@hsesinfo.org + Mrs. + F44665 + L44665 + + Chief ExecutiveOfficer + 44665@hsesinfo.org + Ms. + F44662 + L44662 + + 44662@hsesinfo.org + Ms. + F44660 + L44660 + + 44660@hsesinfo.org + 555-555-4660 x 5555 + + + 10561 + 6037 + 12542 + 200 + + 2019-09-01 + + EHS + Active + Early Learning Indiana, Inc. + http://www.earlylearningin.org + 6037@hsesinfo.org + 1776 N Meridian St + Ste A + Indianapolis + IN + 46202-1473 + 1776 N Meridian St + Ste A + Indianapolis + IN + 46202-1473 + 1776 N Meridian St + Ste A + Indianapolis + IN + 46202-1473 + Mr. + F222266 + L222266 + + Board Chair + 222266@hsesinfo.org + Mrs. + F222267 + L222267 + + President/CEO + 222267@hsesinfo.org + Ms. + F222269 + L222269 + + 222269@hsesinfo.org + Ms. + F222265 + L222265 + + 222265@hsesinfo.org + 555-555-2265 + + + 10563 + 6100 + 12543 + 200 + + 2019-09-01 + + EHS + Active + Arkansas Early Learning, Inc. + http://www.arearlylearning.org + 6100@hsesinfo.org + 1901 Woodsprings Rd + Ste B + Jonesboro + AR + 72401-0936 + 1901 Woodsprings Rd + Ste B + Jonesboro + AR + 72401-0936 + 1901 Woodsprings Rd + Ste B + Jonesboro + AR + 72401-0936 + Mrs. + F222280 + L222280 + + Board Chairperson + 222280@hsesinfo.org + Mr. + F222281 + L222281 + + Chief Executive Officer + 222281@hsesinfo.org + Ms. + F222283 + L222283 + + 222283@hsesinfo.org + Ms. + F222279 + L222279 + + 222279@hsesinfo.org + 555-555-2279 + + + 9662 + 272 + 11830 + 000 + 1989 + 2019-06-01 + + HS + Active + AROOSTOOK COUNTY ACTION PROGRAM + http://www.acap-me.org + 272@hsesinfo.org + 771 Main St + + Presque Isle + ME + 04769-2201 + PO Box 1116 + + Presque Isle + ME + 04769-1116 + 771 Main St + + Presque Isle + ME + 04769-2201 + Mr. + F216055 + L216055 + + Chair, ACAP Board of Directors + 216055@hsesinfo.org + Mr. + F216056 + L216056 + + Executive DIrector + 216056@hsesinfo.org + Ms. + F216058 + L216058 + + 216058@hsesinfo.org + Ms. + F216054 + L216054 + + 216054@hsesinfo.org + 555-555-6054 + + + 2983 + 2533 + 6642 + 000 + 2013 + 2013-07-02 + 2019-06-30 + Migrant HS + Inactive + Tri-Valley Opportunity Council, Inc. + http://www.tvoc.org + 2533@hsesinfo.org + 102 N Broadway + + Crookston + MN + 56716-1731 + 102 North Broadway + P.O. Box 607 + Crookston + MN + 56716-0607 + 102 N Broadway + + Crookston + MN + 56716-1731 + Mr. + F38359 + L38359 + + Chairperson + 38359@hsesinfo.org + Mr. + F38356 + L38356 + + Chief Executive Officer + 38356@hsesinfo.org + Ms. + F38357 + L38357 + + 38357@hsesinfo.org + Ms. + F38355 + L38355 + + 38355@hsesinfo.org + 555-555-8355 x 5555 + + + 9663 + 2720 + 11830 + 200 + 2011 + 2019-06-01 + + EHS + Active + AROOSTOOK COUNTY ACTION PROGRAM + www.acap-me.org + 2720@hsesinfo.org + 771 Main St + + Presque Isle + ME + 04769-2201 + PO Box 1116 + + Presque Isle + ME + 04769-1116 + 771 Main St + + Presque Isle + ME + 04769-2201 + Mr. + F216062 + L216062 + + Chair, ACAP Board of Directors + 216062@hsesinfo.org + Mr. + F216063 + L216063 + + Executive Director + 216063@hsesinfo.org + Ms. + F216065 + L216065 + + 216065@hsesinfo.org + Ms. + F216061 + L216061 + + 216061@hsesinfo.org + 555-555-6061 + + + 9664 + 618 + 11828 + 000 + 2014 + 2019-06-01 + + HS + Active + PIEDMONT COMMUNITY ACTIONS, INC + http://www.pcasp.org + 618@hsesinfo.org + 300A S Daniel Morgan Ave + + Spartanburg + SC + 29306-3004 + 300A S Daniel Morgan Ave + + Spartanburg + SC + 29306-3004 + 300A S Daniel Morgan Ave + + Spartanburg + SC + 29306-3004 + Dr. + F216069 + L216069 + . + Board Chairman + 216069@hsesinfo.org + Mrs. + F216070 + L216070 + + Executive Director (CEO) + 216070@hsesinfo.org + Mr. + F216072 + L216072 + + 216072@hsesinfo.org + Dr. + F216068 + L216068 + + 216068@hsesinfo.org + 555-555-6068 + + + 9114 + 3782 + 11427 + 005 + 2013 + 2018-09-01 + + HS + Active + Palo Verde USD + www.pvusd-bly.k12.ca.us + 3782@hsesinfo.org + 295 East Chanslor Way + + Blythe + CA + 92225-4212 + 295 East Chanslor Way + + Blythe + CA + 92225-4212 + 295 East Chanslor Way + + Blythe + CA + 92225-4212 + Mr. + F212388 + L212388 + + Board President + 212388@hsesinfo.org + Dr. + F212389 + L212389 + + Superintendent + 212389@hsesinfo.org + Mrs. + F212391 + L212391 + + 212391@hsesinfo.org + Mrs. + F212387 + L212387 + + 212387@hsesinfo.org + 555-555-2387 x 5555 + + + 10670 + 1935 + 12682 + 000 + 2014 + 2019-11-01 + + HS + Active + Community Action of Northeast Indiana, Inc. d/b/a Brightpoint + http://www.mybrightpoint.org + 1935@hsesinfo.org + 227 E Washington Blvd + Ste 209 + Fort Wayne + IN + 46802-3132 + PO Box 10570 + + Fort Wayne + IN + 46853-0570 + 227 E Washington Blvd + Ste 209 + Fort Wayne + IN + 46802-3132 + Ms. + F223023 + L223023 + + CANI Board Chair + 223023@hsesinfo.org + Mr. + F223024 + L223024 + + President/CEO + 223024@hsesinfo.org + Ms. + F223026 + L223026 + + 223026@hsesinfo.org + Ms. + F223022 + L223022 + + 223022@hsesinfo.org + 555-555-3022 x 5555 + + + 10671 + 2597 + 12682 + 200 + 2014 + 2019-11-01 + + EHS + Active + Community Action of Northeast Indiana, Inc. d/b/a Brightpoint + http://www.mybrightpoint.org + 2597@hsesinfo.org + 227 E Washington Blvd + + Fort Wayne + IN + 46802-3132 + PO Box 10570 + + Fort Wayne + IN + 46853-0570 + 227 E Washington Blvd + + Fort Wayne + IN + 46802-3132 + Ms. + F223030 + L223030 + + CANI Board Chair + 223030@hsesinfo.org + Mr. + F223031 + L223031 + + President/CEO + 223031@hsesinfo.org + Ms. + F223033 + L223033 + + 223033@hsesinfo.org + Ms. + F223029 + L223029 + + 223029@hsesinfo.org + 555-555-3029 x 5555 + + + 10672 + 470 + 12683 + 000 + 2013 + 2019-11-01 + + HS + Active + C.E.F.S. ECONOMIC OPPORTUNITY CORPORATION + http://www.cefseoc.org + 470@hsesinfo.org + 1805 S Banker St + + Effingham + IL + 62401-2765 + PO Box 928 + + Effingham + IL + 62401-0928 + 1805 S Banker St + + Effingham + IL + 62401-2765 + Ms. + F223037 + L223037 + + CEFS Economic Opportunity Corp. Board Chairperson + 223037@hsesinfo.org + Mr. + F223038 + L223038 + + CEO + 223038@hsesinfo.org + Ms. + F223040 + L223040 + + 223040@hsesinfo.org + Ms. + F223036 + L223036 + + 223036@hsesinfo.org + 555-555-3036 x 5555 + + + 9240 + 8739 + 11517 + 000 + 2019 + 2019-01-01 + + HS + Active + Community Action Council for Lexington-Fayette, Bourbon, Harrison & Nicholas Counties Inc + http://www.commaction.org + 8739@hsesinfo.org + 710 West High Street + + Lexington + KY + 40508-2451 + 710 West High Street + + Lexington + KY + 40508-2451 + 710 West High Street + + Lexington + KY + 40508-2451 + Mrs. + F213221 + L213221 + + Chairman + 213221@hsesinfo.org + Mrs. + F213222 + L213222 + + Executive Director + 213222@hsesinfo.org + Mrs. + F213224 + L213224 + + 213224@hsesinfo.org + Mrs. + F213220 + L213220 + + 213220@hsesinfo.org + 555-555-3220 x 5555 + + + 11281 + 1637 + 13171 + 000 + 2014 + 2020-05-01 + + AIAN HS + Active + YANKTON SIOUX TRIBE + + 1637@hsesinfo.org + 602 Kids Corner + + Marty + SD + 57361-0248 + PO Box 1153 + + Wagner + SD + 57380 + 900 S. Main + + Wagner + SD + 57380 + Mr. + F227101 + L227101 + + Chairman, Yankton Sioux Tribe + 227101@hsesinfo.org + Ms. + F227102 + L227102 + + + 227102@hsesinfo.org + Ms. + F227104 + L227104 + + 227104@hsesinfo.org + Mrs. + F227100 + L227100 + + 227100@hsesinfo.org + 555-555-7100 + + + 10564 + 1232 + 12540 + 000 + 2014 + 2019-09-01 + + Migrant HS + Active + TULARE COUNTY DEPARTMENT OF EDUCATION + + 1232@hsesinfo.org + 7000 Doe Avenue, Suite C + + Visalia + CA + 93291-9287 + 7000 Doe Avenue, Suite C + + Visalia + CA + 93291-9287 + 7000 Doe Avenue, Suite C + + Visalia + CA + 93291-9287 + Mr. + F222287 + L222287 + + County Superintendent of Schools + 222287@hsesinfo.org + Mrs. + F222288 + L222288 + + County Superintendent of Schools + 222288@hsesinfo.org + Ms. + F222290 + L222290 + + 222290@hsesinfo.org + Dr. + F222286 + L222286 + + 222286@hsesinfo.org + 555-555-2286 + + + 11402 + 548 + 13253 + 000 + 1992 + 2020-06-01 + + HS + Active + Economic Improvement Council, Inc. + www.eiccaa.org + 548@hsesinfo.org + 712 Virginia Rd + + Edenton + NC + 27932-9585 + PO BOX 549 + + Edenton + NC + 27932-0549 + 712 Virginia Rd + + Edenton + NC + 27932-9585 + Mr. + F227856 + L227856 + + Board President + 227856@hsesinfo.org + Dr. + F227857 + L227857 + + Executive Director + 227857@hsesinfo.org + Mr. + F227859 + L227859 + + 227859@hsesinfo.org + Mrs. + F227855 + L227855 + + 227855@hsesinfo.org + 555-555-7855 x 5555 + + + 9052 + 8705 + 11379 + 200 + 2018 + 2018-08-01 + + EHS + Active + Private Industry Council of Westmoreland/Fayette, Incor + www.privateindustrycouncil.com + 8705@hsesinfo.org + 219 Donohoe Road + + Greensburg + PA + 15601-6987 + 219 Donohoe Road + + Greensburg + PA + 15601-6987 + 219 Donohoe Road + + Greensburg + PA + 15601-6987 + Mr. + F211916 + L211916 + + Board Chair + 211916@hsesinfo.org + Ms. + F211917 + L211917 + + President/CEO + 211917@hsesinfo.org + Ms. + F211919 + L211919 + + 211919@hsesinfo.org + Ms. + F211915 + L211915 + + 211915@hsesinfo.org + 555-555-1915 x 5555 + + + 1379 + 2907 + 2870 + 000 + 2013 + 2013-06-26 + 2019-01-31 + HS + Inactive + Yeled v'Yalda Early Childhood Center, Inc. + www.yeled.org + 2907@hsesinfo.org + 1312-38th Street + + Brooklyn + NY + 11218-3612 + 1312-38th Street + + Brooklyn + NY + 11218-3612 + 1312-38th Street + + Brooklyn + NY + 11218-3612 + Mr. + F36499 + L36499 + + Chairperson + 36499@hsesinfo.org + Mr. + F36497 + L36497 + + + 36497@hsesinfo.org + Mrs. + F36496 + L36496 + + 36496@hsesinfo.org + Mr. + F36185 + L36185 + + 36185@hsesinfo.org + 555-555-6185 x 5555 + + + 3093 + 2072 + 6735 + 000 + 1991 + 2013-07-02 + 2018-10-31 + HS + Inactive + COMMUNITY ACTION RESOURCE AND DEVELOPMENT, INC. + http://www.cardcaa.org + 2072@hsesinfo.org + 707 W Lowry Rd + Ste 102 + Claremore + OK + 74017-2109 + 707 West Lowery Road, suite 102 + P.O. Box 947 + Claremore + OK + 74018-0947 + 707 W Lowry Rd + Ste 102 + Claremore + OK + 74017-2109 + Mr. + F37874 + L37874 + + Board Chairman + 37874@hsesinfo.org + Ms. + F37871 + L37871 + + + 37871@hsesinfo.org + Mrs. + F37873 + L37873 + + 37873@hsesinfo.org + Mrs. + F37870 + L37870 + + 37870@hsesinfo.org + 555-555-7870 x 5555 + + + 6911 + 376 + 10398 + 000 + 1991 + 2015-11-01 + + HS + Active + W.I.C.A.A. - Vigo County Head Start + http://www.wicaa.org + 376@hsesinfo.org + 705 S 5th St + + Terre Haute + IN + 47807-4705 + 705 S 5th St + + Terre Haute + IN + 47807-4705 + 705 S 5th St + + Terre Haute + IN + 47807-4705 + Ms. + F204038 + L204038 + + Board President + 204038@hsesinfo.org + Mrs. + F204039 + L204039 + + Executive Director + 204039@hsesinfo.org + Ms. + F204041 + L204041 + + 204041@hsesinfo.org + Ms. + F204037 + L204037 + + 204037@hsesinfo.org + 555-555-4037 + + + 485 + 721 + 303 + 000 + 2013 + 2013-07-02 + 2019-01-31 + HS + Inactive + City of San Antonio + http://www.saheadstart.org/ + 721@hsesinfo.org + 106 S. St. Mary's Street, 7th Floor + + San Antonio + TX + 78205 + 106 S. St. Mary's Street, 7th Floor + + San Antonio + TX + 78205 + 106 S. St. Mary's Street, 7th Floor + + San Antonio + TX + 78205 + Hon. Mayor + F37800 + L37800 + + Mayor of the City of San Antonio + 37800@hsesinfo.org + Ms. + F37798 + L37798 + + Director Department of Human Services + 37798@hsesinfo.org + Ms. + F37802 + L37802 + + 37802@hsesinfo.org + Ms. + F37797 + L37797 + + 37797@hsesinfo.org + 555-555-7797 + + + 4818 + 2196 + 8639 + 200 + 2014 + 2014-05-01 + 2019-04-30 + EHS + Inactive + Community Link, Inc. + www.commlink.org + 2196@hsesinfo.org + 1665 N 4th St + + Breese + IL + 62230-1791 + PO Box 157 + + Breese + IL + 62230-0157 + 1665 N 4th St + + Breese + IL + 62230-1791 + Mr. + F46953 + L46953 + + Board President + 46953@hsesinfo.org + Mr. + F46950 + L46950 + + Executive Director + 46950@hsesinfo.org + Mrs. + F46952 + L46952 + + 46952@hsesinfo.org + Mrs. + F46948 + L46948 + + 46948@hsesinfo.org + 555-555-6948 + + + 6999 + 323 + 10443 + 000 + 1997 + 2015-11-01 + + AIAN HS + Active + Ramah Navajo Head Start + www.rnsb.k12.nm.us + 323@hsesinfo.org + Indian Service Rte 140 + + Pinehill + NM + 87357 + PO Box 10 + + Pinehill + NM + 87357-0010 + Indian Service Rte 140 + + Pinehill + NM + 87357 + Ms. + F204659 + L204659 + + President of School Board + 204659@hsesinfo.org + Mr. + F204660 + L204660 + + Executive Director + 204660@hsesinfo.org + Ms. + F204662 + L204662 + + 204662@hsesinfo.org + Mrs. + F204658 + L204658 + + 204658@hsesinfo.org + 555-555-4658 x 5555 + + + 10152 + 1420 + 12187 + 000 + 2014 + 2019-07-01 + + HS + Active + Northeast Nebraska Community Action Partnership, Inc + http://www.nencap.org + 1420@hsesinfo.org + 603 Earl St + + Pender + NE + 68047-5030 + PO Box 667 + + Pender + NE + 68047-0667 + 603 Earl St + + Pender + NE + 68047-5030 + Mr. + F219429 + L219429 + + Board Chairperson + 219429@hsesinfo.org + Mrs. + F219430 + L219430 + + Executive Director + 219430@hsesinfo.org + Mr. + F219432 + L219432 + Jr + 219432@hsesinfo.org + Mrs. + F219428 + L219428 + + 219428@hsesinfo.org + 555-555-9428 x 5555 + + + 8280 + 2662 + 10661 + 000 + 2011 + 2016-07-01 + + HS + Active + BERKELEY COUNTY SCHOOL DISTRICT + www.bcsdschools.net + 2662@hsesinfo.org + 98 Westview Boulevard + + Goose Creek + SC + 29445 + 98 Westview Boulevard + + Goose Creek + SC + 29445 + 98 Westview Boulevard + + Goose Creek + SC + 29445 + Ms. + F207100 + L207100 + + Berkeley County School Board Chair + 207100@hsesinfo.org + Ms. + F207101 + L207101 + + + 207101@hsesinfo.org + Ms. + F207103 + L207103 + + 207103@hsesinfo.org + Mrs. + F207099 + L207099 + + 207099@hsesinfo.org + 555-555-7099 + + + 10175 + 5358 + 12209 + 001 + 2014 + 2019-07-01 + + HS + Active + The Wood, Sandusky, Ottawa and Seneca Counties Community Action Agency (WSOS) + www.wsos.org + 5358@hsesinfo.org + 127 S Front St + + Fremont + OH + 43420-3021 + PO Box 590 + + Fremont + OH + 43420-0590 + 127 S Front St + + Fremont + OH + 43420-3021 + Mr. + F219589 + L219589 + + Board Chairperson + 219589@hsesinfo.org + Ms. + F219587 + L219587 + + President/CEO + 219587@hsesinfo.org + Ms. + F219590 + L219590 + + 219590@hsesinfo.org + Mrs. + F219586 + L219586 + + 219586@hsesinfo.org + 555-555-9586 x 5555 + + + 6375 + 2788 + 9972 + 200 + 2011 + 2015-06-01 + 2020-05-31 + EHS + Inactive + Mountain Projects, Inc. + http://www.mountainprojects.org + 2788@hsesinfo.org + 2177 Asheville Rd + + Waynesville + NC + 28786-3139 + 2177 Asheville Rd + + Waynesville + NC + 28786-3139 + 2177 Asheville Rd + + Waynesville + NC + 28786-3139 + Mr. + F200295 + L200295 + + Board Chair + 200295@hsesinfo.org + Ms. + F200296 + L200296 + + Executive Director + 200296@hsesinfo.org + Mr. + F200298 + L200298 + + 200298@hsesinfo.org + Ms. + F200294 + L200294 + + 200294@hsesinfo.org + 555-555-0294 + + + 9271 + 689 + 11535 + 200 + 2001 + 2019-01-01 + + EHS + Active + COMMUNITY ACTION PROGRAM COMMISSION OF LANCASTER + http://www.faircaa.org + 689@hsesinfo.org + 1743 E Main St + + Lancaster + OH + 43130-9838 + PO Box 768 + + Lancaster + OH + 43130-0768 + 1743 E Main St + + Lancaster + OH + 43130-9838 + Ms. + F213442 + L213442 + + + 213442@hsesinfo.org + Mr. + F213443 + L213443 + + + 213443@hsesinfo.org + Ms. + F213445 + L213445 + + 213445@hsesinfo.org + Mrs. + F213441 + L213441 + + 213441@hsesinfo.org + 555-555-3441 x 5555 + + + 5796 + 5802 + 9420 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Child Care Resource Center, Inc. + www.ccrcca.org + 5802@hsesinfo.org + 20001 Prairie Street + + Chatsworth + CA + 91311-6508 + 20001 Prairie Street + + Chatsworth + CA + 91311-6508 + 20001 Prairie Street + + Chatsworth + CA + 91311-6508 + Mr. + F103680 + L103680 + + + 103680@hsesinfo.org + Mr. + F103681 + L103681 + PHD + + 103681@hsesinfo.org + Mrs. + F103683 + L103683 + + 103683@hsesinfo.org + Ms. + F103679 + L103679 + MS + 103679@hsesinfo.org + 555-555-3679 + + + 8863 + 3653 + 11233 + 003 + 2013 + 2018-07-01 + + HS + Active + Denver Public Schools Head Start + https://earlyeducation.dpsk12.org/about-headstart/ + 3653@hsesinfo.org + 1860 Lincoln St + Emily Griffith Campus, Early Education + Denver + CO + 80203-7301 + 1860 Lincoln St + Emily Griffith Campus, Early Ed + Denver + CO + 80203-7301 + 1860 Lincoln St + Emily Griffith Campus, Early Ed + Denver + CO + 80203-7301 + Ms. + F210563 + L210563 + + Chairperson Denver Public Schools Board of Education + 210563@hsesinfo.org + Ms. + F210564 + L210564 + + Executive Director of Early Education, DPS + 210564@hsesinfo.org + Ms. + F210566 + L210566 + + 210566@hsesinfo.org + Mr. + F210562 + L210562 + + 210562@hsesinfo.org + 555-555-0562 + + + 9201 + 8735 + 11493 + 000 + 2019 + 2019-01-01 + + HS + Active + MISSISSIPPI ACTION FOR PROGRESS, INC. + http://www.mapheadstart.org + 8735@hsesinfo.org + 1751 Morson Rd + + Jackson + MS + 39209 + 1751 Morson Rd + + Jackson + MS + 39209 + 1751 Morson Rd + + Jackson + MS + 39209 + Mr. + F212943 + L212943 + + Governing Board Chairperson + 212943@hsesinfo.org + Dr. + F212944 + L212944 + + CEO/Head Start Director + 212944@hsesinfo.org + Ms. + F212946 + L212946 + + 212946@hsesinfo.org + Dr. + F212942 + L212942 + + 212942@hsesinfo.org + 555-555-2942 x 5555 + + + 8299 + 898 + 10682 + 000 + 1993 + 2016-07-01 + + HS + Active + Union County Community Action, Inc. + http://www.uccainc.org + 898@hsesinfo.org + 1401 W Roosevelt Blvd + Ste H + Monroe + NC + 28110-2769 + PO Box 1029 + + Monroe + NC + 28111-1029 + 1401 W Roosevelt Blvd + Ste H + Monroe + NC + 28110-2769 + Mr. + F207233 + L207233 + + Chairman + 207233@hsesinfo.org + Mrs. + F207234 + L207234 + + + 207234@hsesinfo.org + Ms. + F207236 + L207236 + + 207236@hsesinfo.org + Mr. + F207232 + L207232 + + 207232@hsesinfo.org + 555-555-7232 x 5555 + + + 9029 + 8701 + 11335 + 200 + 2018 + 2018-08-01 + + EHS + Active + Easter Seals Serving DC|MD|VA + + 8701@hsesinfo.org + 1420 Spring St + + Silver Spring + MD + 20910-2701 + 1420 Spring St + + Silver Spring + MD + 20910-2701 + 1420 Spring St + + Silver Spring + MD + 20910-2701 + Ms. + F211739 + L211739 + + + 211739@hsesinfo.org + Mr. + F211740 + L211740 + + Executive Director, Head Start/Early Head Start/SVP, Programs + 211740@hsesinfo.org + Mr. + F211742 + L211742 + + 211742@hsesinfo.org + Ms. + F211738 + L211738 + + 211738@hsesinfo.org + 555-555-1738 + + + 9276 + 2756 + 11547 + 200 + 2013 + 2019-01-01 + + EHS + Active + CAGUAS MUNICIPALITY ECONOMIC DEVELOPMENT DEPARTMENT + www.caguas.gov.pr + 2756@hsesinfo.org + Centro Gubernamental Municipal + Calle Padial Final, Esq. Jose Mercado + Caguas + PR + 00972-0907 + P. O. BOX 907 + + Caguas + PR + 00726-0907 + Centro Gubernamental Municipal + Calle Padial Final, Esq. Jose Mercado + Caguas + PR + 00972-0907 + Mr. + F213477 + L213477 + + Mayor - Board Charirman + 213477@hsesinfo.org + Mrs. + F213478 + L213478 + + + 213478@hsesinfo.org + Mrs. + F213480 + L213480 + + 213480@hsesinfo.org + Mrs. + F213476 + L213476 + + 213476@hsesinfo.org + 555-555-3476 x 5555 + + + 8072 + 201 + 10584 + 000 + 1991 + 2016-07-01 + 2019-08-31 + HS + Inactive + Operation: New View Community Action Agency + http://www.operationnewview.org + 201@hsesinfo.org + 1473 Central Avenue + + Dubuque + IA + 52001-4853 + 1473 Central Avenue + + Dubuque + IA + 52001-4853 + 1473 Central Avenue + + Dubuque + IA + 52001-4853 + Mr. + F205689 + L205689 + + Board of Directors, Chairperson + 205689@hsesinfo.org + Mr. + F205690 + L205690 + + Execuitve Director - Interim + 205690@hsesinfo.org + Mrs. + F205692 + L205692 + + 205692@hsesinfo.org + Mrs. + F205688 + L205688 + + 205688@hsesinfo.org + 555-555-5688 x 5555 + + + 4568 + 2412 + 8485 + 200 + 2013 + 2013-12-23 + 2018-12-31 + EHS + Inactive + DignityHealth DBA CALIFORNIAHOSPITALMEDICALCENTER + www.hopestreetfamilycenter.org + 2412@hsesinfo.org + 1401 S Grand Ave + California Hospital Medical Center + Los Angeles + CA + 90015-3010 + California Hospital Medical Center + 1401 South Grand Avenue + Los Angeles + CA + 90015-3010 + 1401 S Grand Ave + California Hospital Medical Center + Los Angeles + CA + 90015-3010 + Mr. + F43339 + L43339 + + Chair, HSFC-EHS Governance Committee of CHMC Community Board + 43339@hsesinfo.org + Dr. + F43336 + L43336 + PhD + President + 43336@hsesinfo.org + + F43337 + L43337 + + 43337@hsesinfo.org + Ms. + F43335 + L43335 + + 43335@hsesinfo.org + 555-555-3335 + + + 11282 + 947 + 13174 + 000 + 1992 + 2020-05-01 + + HS + Active + Coalfield Community Action Partnership, Inc. + http://www.coalfieldcap.org + 947@hsesinfo.org + 1626 W 3rd Ave + 1406 + Williamson + WV + 25661-3007 + 1626 W 3rd Ave + 1406 + Williamson + WV + 25661-3007 + 1626 W 3rd Ave + 1406 + Williamson + WV + 25661-3007 + Mr. + F227109 + L227109 + + Treasurer, Board of Directors + 227109@hsesinfo.org + Mr. + F227110 + L227110 + + Executive Director + 227110@hsesinfo.org + Ms. + F227112 + L227112 + + 227112@hsesinfo.org + Ms. + F227108 + L227108 + + 227108@hsesinfo.org + 555-555-7108 x 5555 + + + 8246 + 8178 + 10648 + 000 + 2016 + 2016-07-01 + + HS + Active + ECONOMIC IMPROVEMENT COUNCIL, INC + www.eiccaa.org + 8178@hsesinfo.org + 712 Virginia Rd + + Edenton + NC + 27932-9585 + PO BOX 549 + + Edenton + NC + 27932-0549 + 712 Virginia Rd + + Edenton + NC + 27932-9585 + Mr. + F206837 + L206837 + + Board Chairman + 206837@hsesinfo.org + Dr. + F206838 + L206838 + + Executive Director + 206838@hsesinfo.org + Mrs. + F206840 + L206840 + + 206840@hsesinfo.org + Mrs. + F206836 + L206836 + + 206836@hsesinfo.org + 555-555-6836 + + + 6655 + 1264 + 10074 + 000 + 1991 + 2015-07-01 + 2020-06-30 + HS + Inactive + Inyo Mono Advocates for Community Action, Inc. + http://www.imaca.net + 1264@hsesinfo.org + 137 E South St + + Bishop + CA + 93514-3545 + 137 E South St + + Bishop + CA + 93514-3545 + 180 Clarke St + + Bishop + CA + 93514-3523 + Ms. + F202255 + L202255 + + Board Chairman + 202255@hsesinfo.org + Mr. + F202256 + L202256 + + Executive Director + 202256@hsesinfo.org + Mrs. + F202258 + L202258 + + 202258@hsesinfo.org + Mr. + F202254 + L202254 + + 202254@hsesinfo.org + 555-555-2254 x 5555 + + + 5147 + 383 + 8848 + 000 + 2014 + 2014-07-01 + 2019-05-31 + HS + Inactive + Cincinnati-Hamilton County Community Action Agency + http://www.cincy-caa.org + 383@hsesinfo.org + 1740 Langdon Farm Road + + Cincinnati + OH + 45237-3817 + 1740 Langdon Farm Road + + Cincinnati + OH + 45237-3817 + 1740 Langdon Farm Road + + Cincinnati + OH + 45237-3817 + Ms. + F51740 + L51740 + + Board Chairperson + 51740@hsesinfo.org + Mr. + F51741 + L51741 + + President/CEO + 51741@hsesinfo.org + Ms. + F51742 + L51742 + + 51742@hsesinfo.org + Ms. + F51737 + L51737 + + 51737@hsesinfo.org + 555-555-1737 x 5555 + + + 6524 + 575 + 10042 + 000 + 1992 + 2015-07-01 + 2020-06-30 + HS + Inactive + Douglas-Cherokee Economic Authority, Inc. + http://www.dceaheadstart.org + 575@hsesinfo.org + 534 E 1st North St + + Morristown + TN + 37814-4716 + 534 E 1st North St + + Morristown + TN + 37814-4716 + 534 E 1st North St + + Morristown + TN + 37814-4716 + Ms. + F201338 + L201338 + + Board Chairperson + 201338@hsesinfo.org + Ms. + F201339 + L201339 + + Executive Director + 201339@hsesinfo.org + Ms. + F201341 + L201341 + + 201341@hsesinfo.org + Mr. + F201337 + L201337 + + 201337@hsesinfo.org + 555-555-1337 x 5555 + + + 6346 + 210 + 10025 + 000 + 1992 + 2015-07-01 + 2020-06-30 + HS + Inactive + Worcester Community Action Council, Inc. + http://www.wcac.net + 210@hsesinfo.org + 484 Main St + + Worcester + MA + 01608-1893 + 484 Main St + + Worcester + MA + 01608-1893 + 484 Main St + + Worcester + MA + 01608-1893 + Ms. + F200092 + L200092 + + Board Chair + 200092@hsesinfo.org + Ms. + F200093 + L200093 + + Executive Director + 200093@hsesinfo.org + Ms. + F200095 + L200095 + + 200095@hsesinfo.org + Mrs. + F200091 + L200091 + + 200091@hsesinfo.org + 555-555-0091 x 5555 + + + 9178 + 5491 + 11474 + 201 + 2014 + 2018-11-01 + + EHS + Active + Acelero Learning Wisconsin, Inc. (Milwaukee County) + http://alwi.acelero.net + 5491@hsesinfo.org + 7833 West Capitol Drive + + Milwaukee + WI + 53222 + 7833 West Capitol Drive + + Milwaukee + WI + 53222 + 7833 West Capitol Drive + + Milwaukee + WI + 53222 + Dr. + F212782 + L212782 + + + 212782@hsesinfo.org + Mr. + F212783 + L212783 + + + 212783@hsesinfo.org + Ms. + F212785 + L212785 + + 212785@hsesinfo.org + Ms. + F212781 + L212781 + + 212781@hsesinfo.org + 555-555-2781 + + + 9411 + 2770 + 11634 + 200 + 2011 + 2019-03-01 + + EHS + Active + Community Action Commission of Fayette County + www.cacfayettecounty.org + 2770@hsesinfo.org + 1400 U.S.Rt. 22NW + + Washington Court House + OH + 43160 + 1400 U.S.Rt. 22NW + + Washington Court House + OH + 43160 + 1400 U.S.Rt. 22NW + + Washington Court House + OH + 43160 + Mrs. + F214395 + L214395 + + Governing Board Chair + 214395@hsesinfo.org + Mrs. + F214396 + L214396 + + Executive Director + 214396@hsesinfo.org + Ms. + F214398 + L214398 + + 214398@hsesinfo.org + Ms. + F214394 + L214394 + + 214394@hsesinfo.org + 555-555-4394 x 5555 + + + 3027 + 815 + 6682 + 200 + 2000 + 2013-07-05 + 2018-12-31 + EHS + Inactive + Bauer Family Resources, Inc. + www.bauerfamilyresources.org + 815@hsesinfo.org + 20 Professional Ct + + Lafayette + IN + 47905-5152 + PO Box 1186 + + Lafayette + IN + 47902-1186 + 20 Professional Ct + + Lafayette + IN + 47905-5152 + Capt. + F37714 + L37714 + + Board Chair + 37714@hsesinfo.org + Ms. + F37715 + L37715 + + CEO + 37715@hsesinfo.org + Ms. + F37712 + L37712 + + 37712@hsesinfo.org + Ms. + F37711 + L37711 + + 37711@hsesinfo.org + 555-555-7711 + + + 3223 + 2239 + 6831 + 000 + 2013 + 2013-07-11 + 2019-01-31 + HS + Inactive + Clackamas County Children's Commission + http://www.cccchs.org + 2239@hsesinfo.org + 16518 SE River Road + + Milwaukie + OR + 97267 + 16518 SE River Road + + Milwaukie + OR + 97267 + 16518 SE River Road + + Milwaukie + OR + 97267 + Mr. + F38267 + L38267 + + Board Chairperson + 38267@hsesinfo.org + Ms. + F38270 + L38270 + + + 38270@hsesinfo.org + Mr. + F38266 + L38266 + + 38266@hsesinfo.org + Ms. + F38265 + L38265 + + 38265@hsesinfo.org + 555-555-8265 + + + 8247 + 1539 + 10646 + 000 + 2000 + 2016-07-01 + + HS + Active + North Florida Child Development, Inc. + http://www.floridachildren.org + 1539@hsesinfo.org + 141 S Highway 71 + + Wewahitchka + FL + 32465-4301 + PO Box 38 + + Wewahitchka + FL + 32465 + 141 S Highway 71 + + Wewahitchka + FL + 32465-4301 + Mrs. + F206844 + L206844 + + Board of Directors, Chair + 206844@hsesinfo.org + Ms. + F206845 + L206845 + + CEO/HS/EHS + 206845@hsesinfo.org + Ms. + F206847 + L206847 + + 206847@hsesinfo.org + Ms. + F206843 + L206843 + + 206843@hsesinfo.org + 555-555-6843 x 5555 + + + 8342 + 939 + 10702 + 000 + 1992 + 2016-07-01 + + HS + Active + Chester County Intermediate Unit + http://www.cciu.org + 939@hsesinfo.org + 455 Boot Rd + + Downingtown + PA + 19335-3043 + 455 Boot Rd + + Downingtown + PA + 19335-3043 + 455 Boot Rd + + Downingtown + PA + 19335-3043 + Ms. + F207533 + L207533 + + President + 207533@hsesinfo.org + Dr. + F207534 + L207534 + + + 207534@hsesinfo.org + Mrs. + F207536 + L207536 + + 207536@hsesinfo.org + Ms. + F207532 + L207532 + + 207532@hsesinfo.org + 555-555-7532 + + + 6792 + 2303 + 10287 + 200 + 2001 + 2015-09-01 + + EHS + Active + Kingsbridge Heights Community Center EHS + http://www.khcc-nyc.org + 2303@hsesinfo.org + 3101 Kingsbridge Ter + + Bronx + NY + 10463-5900 + 3101 Kingsbridge Ter + + Bronx + NY + 10463-5900 + 3101 Kingsbridge Ter + + Bronx + NY + 10463-5900 + Mrs. + F203219 + L203219 + + Chairperson, Board of Directors + 203219@hsesinfo.org + Ms. + F203220 + L203220 + + Executive Director + 203220@hsesinfo.org + Ms. + F203222 + L203222 + + 203222@hsesinfo.org + Ms. + F203218 + L203218 + + 203218@hsesinfo.org + 555-555-3218 x 5555 + + + 9414 + 1004 + 11640 + 200 + 2014 + 2019-03-01 + + EHS + Active + UPPER DES MOINES OPPORTUNITY, INC + http://www.udmo.com + 1004@hsesinfo.org + 101 W Robbins St + + Graettinger + IA + 51342-7732 + PO Box 519 + + Graettinger + IA + 51342-0519 + 101 W Robbins St + + Graettinger + IA + 51342-7732 + Mr. + F214416 + L214416 + + Board President + 214416@hsesinfo.org + Mr. + F214417 + L214417 + + Executive Director/CEO + 214417@hsesinfo.org + Ms. + F214419 + L214419 + + 214419@hsesinfo.org + Ms. + F214415 + L214415 + + 214415@hsesinfo.org + 555-555-4415 x 5555 + + + 10673 + 2591 + 12683 + 200 + 2013 + 2019-11-01 + + EHS + Active + C.E.F.S. ECONOMIC OPPORTUNITY CORPORATION + www.cefseoc.org + 2591@hsesinfo.org + 1805 S Banker St + + Effingham + IL + 62401-2765 + PO Box 928 + + Effingham + IL + 62401-0928 + 1805 S Banker St + + Effingham + IL + 62401-2765 + Ms. + F223044 + L223044 + + CEFS Economic Opportunity Corporation Chairperson + 223044@hsesinfo.org + Mr. + F223045 + L223045 + + CEO + 223045@hsesinfo.org + Ms. + F223047 + L223047 + + 223047@hsesinfo.org + Ms. + F223043 + L223043 + + 223043@hsesinfo.org + 555-555-3043 x 5555 + + + 4772 + 812 + 8636 + 000 + 2014 + 2014-04-01 + 2019-03-31 + HS + Inactive + MARATHON COUNTY CHILD DEVELOPMENT AGENCY, INC. + http://www.mccdahs.org + 812@hsesinfo.org + 616 Grant St + + Wausau + WI + 54403-4740 + 616 Grant St + + Wausau + WI + 54403-4740 + 616 Grant St + + Wausau + WI + 54403-4740 + Mr. + F46476 + L46476 + + Board of Directors President + 46476@hsesinfo.org + Dr. + F46478 + L46478 + + Executive Director/Head Start Director + 46478@hsesinfo.org + Ms. + F46477 + L46477 + + 46477@hsesinfo.org + Dr. + F46474 + L46474 + + 46474@hsesinfo.org + 555-555-6474 x 5555 + + + 4800 + 2006 + 8745 + 000 + 2014 + 2014-04-01 + 2019-03-31 + HS + Inactive + Fulmont Community Action Agency, Inc. + http://www.fulmont.org + 2006@hsesinfo.org + 20 Park St + + Fonda + NY + 12068-4830 + 20 Park St + + Fonda + NY + 12068-4830 + 20 Park St + + Fonda + NY + 12068-4830 + Mr. + F46825 + L46825 + + Chairperson Board of Directors + 46825@hsesinfo.org + Mr. + F46826 + L46826 + Sr. + + 46826@hsesinfo.org + Mrs. + F46823 + L46823 + + 46823@hsesinfo.org + Mrs. + F46821 + L46821 + + 46821@hsesinfo.org + 555-555-6821 + + + 9179 + 469 + 11484 + 000 + 2013 + 2018-11-01 + + HS + Active + SOUTH SHORE COMMUNITY ACTION COUNCIL, INC + http://www.sscac.org + 469@hsesinfo.org + 71 Obery St + + Plymouth + MA + 02360-2181 + 71 Obery St + + Plymouth + MA + 02360-2181 + 71 Obery St + + Plymouth + MA + 02360-2181 + Mr. + F212789 + L212789 + + + 212789@hsesinfo.org + Mr. + F212790 + L212790 + + + 212790@hsesinfo.org + Ms. + F212792 + L212792 + + 212792@hsesinfo.org + Ms. + F212788 + L212788 + + 212788@hsesinfo.org + 555-555-2788 x 5555 + + + 9072 + 2143 + 11396 + 000 + 2013 + 2018-09-01 + + HS + Active + CLARKE COUNTY SCHOOL DISTRICT + https://www.clarke.k12.ga.us/Domain/29 + 2143@hsesinfo.org + 440-2 Dearing Extension + + Athens + GA + 30606-3555 + 440-2 Dearing Extension + + Athens + GA + 30606-3555 + 440-2 Dearing Extension + + Athens + GA + 30606-3555 + Dr. + F212085 + L212085 + + Board of Education President + 212085@hsesinfo.org + Dr. + F212086 + L212086 + + Interim Superintendent + 212086@hsesinfo.org + Mr. + F212088 + L212088 + + 212088@hsesinfo.org + Ms. + F212084 + L212084 + + 212084@hsesinfo.org + 555-555-2084 x 5555 + + + 9073 + 2144 + 11396 + 200 + 2013 + 2018-09-01 + + EHS + Active + CLARKE COUNTY SCHOOL DISTRICT + http://www.clarke.k12.ga.us/preschool + 2144@hsesinfo.org + 440-2 Dearing Extension + + Athens + GA + 30606-3555 + 440-2 Dearing Extension + + Athens + GA + 30606-3555 + 440-2 Dearing Extension + + Athens + GA + 30606-3555 + Dr. + F212092 + L212092 + + Board of Education President + 212092@hsesinfo.org + Dr. + F212093 + L212093 + + Superintendent + 212093@hsesinfo.org + Mr. + F212095 + L212095 + + 212095@hsesinfo.org + Ms. + F212091 + L212091 + + 212091@hsesinfo.org + 555-555-2091 x 5555 + + + 4922 + 1230 + 8338 + 000 + 1992 + 2014-06-01 + 2019-05-31 + Migrant HS + Inactive + Otero Junior College Child Development Services + + 1230@hsesinfo.org + 200 Burshears Blvd + + La Junta + CO + 81050-4000 + 1802 Colorado Ave + + La Junta + CO + 81050-3400 + 1802 Colorado Ave + + La Junta + CO + 81050-3400 + Mr. + F48391 + L48391 + + + 48391@hsesinfo.org + Ms. + F48392 + L48392 + + + 48392@hsesinfo.org + Ms. + F48389 + L48389 + + 48389@hsesinfo.org + Ms. + F48387 + L48387 + + 48387@hsesinfo.org + 555-555-8387 + + + 8495 + 8375 + 10907 + 200 + 2017 + 2017-03-01 + + EHS + Active + Community Program Centers of Long Island, Inc. + www.childrenscommunityhs.org + 8375@hsesinfo.org + The Children's Community Head Start + 400 Sheep Pasture Road + Port Jefferson + NY + 11777-2059 + The Children's Community Head Start + 400 Sheep Pasture Road + Port Jefferson + NY + 11777-2059 + The Children's Community Head Start + 400 Sheep Pasture Road + Port Jefferson + NY + 11777-2059 + Mr. + F208192 + L208192 + + Board President + 208192@hsesinfo.org + Ms. + F208193 + L208193 + + CEO + 208193@hsesinfo.org + Ms. + F208195 + L208195 + + 208195@hsesinfo.org + Ms. + F208191 + L208191 + + 208191@hsesinfo.org + 555-555-8191 + + + 11283 + 5351 + 13174 + 200 + 2015 + 2020-05-01 + + EHS + Active + Coalfield Community Action Partnership, Inc. + http://www.coalfieldcap.org + 5351@hsesinfo.org + 1626 W 3rd Ave + 1406 + Williamson + WV + 25661-3007 + 1626 W 3rd Ave + 1406 + Williamson + WV + 25661-3007 + 1626 W 3rd Ave + 1406 + Williamson + WV + 25661-3007 + Mr. + F227116 + L227116 + + Treasurer, Board of Directors + 227116@hsesinfo.org + Mr. + F227117 + L227117 + + Executive Director + 227117@hsesinfo.org + Ms. + F227119 + L227119 + + 227119@hsesinfo.org + Ms. + F227115 + L227115 + + 227115@hsesinfo.org + 555-555-7115 x 5555 + + + 8306 + 1350 + 10674 + 000 + 1992 + 2016-07-01 + + HS + Active + Ozark Opportunities, Inc. + www.ozarkopp.org + 1350@hsesinfo.org + 701 E Prospect Ave + + Harrison + AR + 72601-4419 + PO Box 1400 + + Harrison + AR + 72602-1400 + 701 E Prospect Ave + + Harrison + AR + 72601-4419 + Mrs. + F207282 + L207282 + + Board Chairperson + 207282@hsesinfo.org + Mr. + F207283 + L207283 + + Executive Director / Child Development Director + 207283@hsesinfo.org + Mrs. + F207285 + L207285 + + 207285@hsesinfo.org + Mr. + F207281 + L207281 + + 207281@hsesinfo.org + 555-555-7281 x 5555 + + + 4850 + 208 + 8837 + 000 + 2014 + 2014-06-01 + 2019-05-31 + HS + Inactive + SOUTHERN KENNEBEC CHILD DEVELOPMENT CORPORATION + http://www.skcdc.org + 208@hsesinfo.org + 337 Maine Avenue + + Farmingdale + ME + 04344 + 337 Maine Avenue + + Farmingdale + ME + 04344 + 337 Maine Avenue + + Farmingdale + ME + 04344 + Ms. + F47581 + L47581 + + Board President + 47581@hsesinfo.org + Ms. + F47580 + L47580 + + Agency Director + 47580@hsesinfo.org + Ms. + F47582 + L47582 + + 47582@hsesinfo.org + Ms. + F47578 + L47578 + + 47578@hsesinfo.org + 555-555-7578 x 5555 + + + 9943 + 8981 + 11842 + 000 + 2019 + 2019-09-01 + + HS + Active + Crystal Stairs, Inc. + www.crystalstairs.org + 8981@hsesinfo.org + 5110 West Goldleaf Circle Suite 150 + + Los Angeles + CA + 90056-1287 + 5110 West Goldleaf Circle Suite 150 + + Los Angeles + CA + 90056-1287 + 5110 West Goldleaf Circle Suite 150 + + Los Angeles + CA + 90056-1287 + Mrs. + F217999 + L217999 + + Board Chair + 217999@hsesinfo.org + Ms. + F217997 + L217997 + + Chief Executive Officer + 217997@hsesinfo.org + Mrs. + F218000 + L218000 + + 218000@hsesinfo.org + Mrs. + F217996 + L217996 + + 217996@hsesinfo.org + 555-555-7996 + + + 3026 + 816 + 6682 + 000 + 2013 + 2013-07-05 + 2018-12-31 + HS + Inactive + Bauer Family Resources, Inc. + www.bauerfamilyresources.org + 816@hsesinfo.org + 20 Professional Ct + + Lafayette + IN + 47905-5152 + PO Box 1186 + + Lafayette + IN + 47902-1186 + 20 Professional Ct + + Lafayette + IN + 47905-5152 + Capt. + F37707 + L37707 + + Board Chair + 37707@hsesinfo.org + Ms. + F37710 + L37710 + + CEO + 37710@hsesinfo.org + Mr. + F37708 + L37708 + + 37708@hsesinfo.org + Ms. + F37705 + L37705 + + 37705@hsesinfo.org + 555-555-7705 + + + 4481 + 1206 + 8419 + 000 + 2013 + 2013-11-29 + 2018-11-30 + AIAN HS + Inactive + WINNEBAGO TRIBE OF NEBRASKA + http://www.winnebagotribe.com + 1206@hsesinfo.org + 317 Frenchman Street + + Winnebago + NE + 68071 + PO Box 687 + + Winnebago + NE + 68071-0687 + 100 Bluff Ave + + Winnebago + NE + 68071-9787 + Mr. + F42485 + L42485 + + Tribal Chairman + 42485@hsesinfo.org + Ms. + F42486 + L42486 + + Acting CEO + 42486@hsesinfo.org + Ms. + F42488 + L42488 + + 42488@hsesinfo.org + Ms. + F42484 + L42484 + + 42484@hsesinfo.org + 555-555-2484 + + + 11286 + 2025 + 13172 + 000 + 1992 + 2020-05-01 + + HS + Active + Southwestern Community Action Council, Inc. + http://www.scacwv.org + 2025@hsesinfo.org + SCAC, Inc. CFDP Head Start Program + 540 5th Ave. + Huntington + WV + 25701-2436 + SCAC, Inc. CFDP Head Start Program + 540 5th Ave. + Huntington + WV + 25701-2436 + SCAC, Inc. CFDP Head Start Program + 540 5th Ave. + Huntington + WV + 25701-2436 + Mr. + F227137 + L227137 + + Board President + 227137@hsesinfo.org + Mr. + F227138 + L227138 + + + 227138@hsesinfo.org + Ms. + F227140 + L227140 + + 227140@hsesinfo.org + Mrs. + F227136 + L227136 + + 227136@hsesinfo.org + 555-555-7136 x 5555 + + + 11287 + 2024 + 13172 + 200 + 1992 + 2020-05-01 + + EHS + Active + Southwestern Community Action Council, Inc. + http://www.scacwv.org + 2024@hsesinfo.org + SCAC, Inc. CFDP Early Head Start Program + 540 5th Ave. + Huntington + WV + 25701-2436 + SCAC, Inc. CFDP Early Head Start Program + 540 5th Ave. + Huntington + WV + 25701-2436 + SCAC, Inc. CFDP Early Head Start Program + 540 5th Ave. + Huntington + WV + 25701-2436 + Mr. + F227144 + L227144 + + Board President + 227144@hsesinfo.org + Mr. + F227145 + L227145 + + + 227145@hsesinfo.org + Ms. + F227147 + L227147 + + 227147@hsesinfo.org + Mrs. + F227143 + L227143 + + 227143@hsesinfo.org + 555-555-7143 x 5555 + + + 8381 + 8272 + 10792 + 000 + 2016 + 2016-09-01 + + HS + Active + Prime Time Family Reading + www.primetimefamily.org + 8272@hsesinfo.org + 938 Lafayette St + Ste 300 + New Orleans + LA + 70113-1027 + 938 Lafayette St + Ste 300 + New Orleans + LA + 70113-1027 + 938 Lafayette St + Ste 300 + New Orleans + LA + 70113-1027 + Mrs. + F207831 + L207831 + + Board Chair + 207831@hsesinfo.org + Mrs. + F207832 + L207832 + + President and Executive Director + 207832@hsesinfo.org + Mrs. + F207834 + L207834 + + 207834@hsesinfo.org + Mrs. + F207830 + L207830 + + 207830@hsesinfo.org + 555-555-7830 + + + 4795 + 1075 + 8584 + 000 + 2014 + 2014-04-01 + 2019-03-31 + HS + Inactive + Otero Junior College Foundation + + 1075@hsesinfo.org + 200 Burshears Blvd + + La Junta + CO + 81050-4000 + 1802 Colorado Avenue + 200 Burshears Boulevard + La Junta + CO + 81050-4000 + 1802 Colorado Ave + + La Junta + CO + 81050-3400 + Mr. + F46643 + L46643 + + Authorizing Official + 46643@hsesinfo.org + Ms. + F46639 + L46639 + + + 46639@hsesinfo.org + Ms. + F46640 + L46640 + + 46640@hsesinfo.org + Ms. + F46638 + L46638 + + 46638@hsesinfo.org + 555-555-6638 + + + 10485 + 6103 + 12478 + 200 + + 2019-09-01 + + EHS + Active + Garrett County Community Action Committee, Inc. + http://www.garrettcac.org + 6103@hsesinfo.org + 104 E Center Street + + Oakland + MD + 21550-1307 + 104 E Center Street + + Oakland + MD + 21550-1307 + 104 E Center Street + + Oakland + MD + 21550-1307 + Ms. + F221736 + L221736 + + Chairperson, CAC Board of Directors + 221736@hsesinfo.org + Mr. + F221737 + L221737 + + President + 221737@hsesinfo.org + Ms. + F221739 + L221739 + + 221739@hsesinfo.org + Ms. + F221735 + L221735 + + 221735@hsesinfo.org + 555-555-1735 x 5555 + + + 5030 + 259 + 8943 + 200 + 2014 + 2014-07-01 + 2020-06-30 + EHS + Inactive + East Orange Child Development Corporation + + 259@hsesinfo.org + 682 Park Ave + + East Orange + NJ + 07017-1503 + 682 Park Ave + + East Orange + NJ + 07017-1503 + 682 Park Ave + + East Orange + NJ + 07017-1503 + Mr. + F51251 + L51251 + + Board Chairman + 51251@hsesinfo.org + Mrs. + F51249 + L51249 + + CEO/Executive Director + 51249@hsesinfo.org + Ms. + F51248 + L51248 + + 51248@hsesinfo.org + Mrs. + F51247 + L51247 + + 51247@hsesinfo.org + 555-555-1247 x 5555 + + + 10486 + 6083 + 12479 + 200 + + 2019-09-01 + + EHS + Active + Action Pathways, Inc. Head Start. + http://www.actionpathways.ngo + 6083@hsesinfo.org + 5135 Morganton Rd + + Fayetteville + NC + 28314-1525 + PO Box 2009 + + Fayetteville + NC + 28302-2009 + 5135 Morganton Rd + + Fayetteville + NC + 28314-1525 + Mr. + F221743 + L221743 + + Board Chairperson + 221743@hsesinfo.org + Mr. + F221744 + L221744 + Jr. + CEO + 221744@hsesinfo.org + Mr. + F221746 + L221746 + + 221746@hsesinfo.org + Mr. + F221742 + L221742 + + 221742@hsesinfo.org + 555-555-1742 x 5555 + + + 10487 + 6096 + 12477 + 200 + + 2019-09-01 + + EHS + Active + Kingsley House, Inc. + http://www.kingsleyhouse.org + 6096@hsesinfo.org + 1600 Constance Street + + New Orleans + LA + 70130-4641 + 1600 Constance Street + + New Orleans + LA + 70130-4641 + 1600 Constance Street + + New Orleans + LA + 70130-4641 + Mr. + F221750 + L221750 + + Board Chair + 221750@hsesinfo.org + Dr. + F221751 + L221751 + + CEO + 221751@hsesinfo.org + Mr. + F221753 + L221753 + + 221753@hsesinfo.org + Mrs. + F221749 + L221749 + ` + 221749@hsesinfo.org + 555-555-1749 x 5555 + + + 6525 + 576 + 10042 + 200 + 2003 + 2015-07-01 + 2020-06-30 + EHS + Inactive + Douglas-Cherokee Economic Authority, Inc. + http://www.dceaheadstart.org + 576@hsesinfo.org + 534 E 1st North St + + Morristown + TN + 37814-4716 + 534 E 1st North St + + Morristown + TN + 37814-4716 + 534 E 1st North St + + Morristown + TN + 37814-4716 + Ms. + F201345 + L201345 + + Board Chairperson + 201345@hsesinfo.org + Ms. + F201346 + L201346 + + Executive Director + 201346@hsesinfo.org + Ms. + F201348 + L201348 + + 201348@hsesinfo.org + Mr. + F201344 + L201344 + + 201344@hsesinfo.org + 555-555-1344 x 5555 + + + 8848 + 1034 + 11210 + 000 + 2013 + 2018-07-01 + + HS + Active + SWEETWATER COUNTY SCHOOL DISTRICT NO. 1 + not applicable + 1034@hsesinfo.org + 625 Ahsay + + Rock Springs + WY + 82901 + PO Box 1089 + + Rock Springs + WY + 82902-1089 + 625 Ahsay St + + Rock Springs + WY + 82901-5207 + Ms. + F210416 + L210416 + + Chairman of the Board + 210416@hsesinfo.org + Mr. + F210417 + L210417 + + + 210417@hsesinfo.org + Mr. + F210419 + L210419 + + 210419@hsesinfo.org + Ms. + F210415 + L210415 + + 210415@hsesinfo.org + 555-555-0415 + + + 9945 + 8983 + 11841 + 200 + 2019 + 2019-09-01 + + EHS + Active + Venice Family Clinic + www.venicefamilyclinic.org + 8983@hsesinfo.org + 2509 Pico Blvd + + Santa Monica + CA + 90405-1828 + 604 Rose Ave + + Venice + CA + 90291-2767 + 2509 Pico Blvd + + Santa Monica + CA + 90405-1828 + Mr. + F218011 + L218011 + + Board Chair + 218011@hsesinfo.org + Ms. + F218009 + L218009 + + + 218009@hsesinfo.org + Ms. + F218012 + L218012 + + 218012@hsesinfo.org + Ms. + F218008 + L218008 + + 218008@hsesinfo.org + 555-555-8008 + + + 9290 + 816 + 11549 + 000 + 2013 + 2019-01-01 + + HS + Active + Bauer Family Resources, Inc. + www.bauerfamilyresources.org + 816@hsesinfo.org + 20 Professional Ct + + Lafayette + IN + 47905-5152 + PO Box 1186 + + Lafayette + IN + 47902-1186 + 20 Professional Ct + + Lafayette + IN + 47905-5152 + Mr. + F213575 + L213575 + + Board Chair + 213575@hsesinfo.org + Ms. + F213576 + L213576 + + COO + 213576@hsesinfo.org + Mr. + F213578 + L213578 + + 213578@hsesinfo.org + Mrs. + F213574 + L213574 + + 213574@hsesinfo.org + 555-555-3574 + + + 11288 + 1431 + 13173 + 000 + 1992 + 2020-05-01 + + HS + Active + United Community Action Partnership, Inc. + https://unitedcapmn.org/ + 1431@hsesinfo.org + 200 4th St SW + + Willmar + MN + 56201-3330 + 200 4th ST, SW + P.O. Box 1359 + Willmar + MN + 56201-1359 + 200 4th St SW + + Willmar + MN + 56201-3330 + Ms. + F227151 + L227151 + + Chair of the United CAP Board of Directors + 227151@hsesinfo.org + Ms. + F227152 + L227152 + + Executive Director + 227152@hsesinfo.org + Ms. + F227154 + L227154 + + 227154@hsesinfo.org + Dr. + F227150 + L227150 + + 227150@hsesinfo.org + 555-555-7150 x 5555 + + + 11289 + 4294 + 13173 + 200 + 2014 + 2020-05-01 + + EHS + Active + United Community Action Partnership, Inc. + https://unitedcapmn.org/ + 4294@hsesinfo.org + 200 4th St SW + + Willmar + MN + 56201-3330 + 200 4th St SW + PO Box 1359 + Willmar + MN + 56201-3330 + 101 South Vesta St + + Cosmos + MN + 56228 + Ms. + F227158 + L227158 + + Chair of the Board of Directors + 227158@hsesinfo.org + Ms. + F227159 + L227159 + + Executive Director + 227159@hsesinfo.org + Ms. + F227161 + L227161 + + 227161@hsesinfo.org + Dr. + F227157 + L227157 + + 227157@hsesinfo.org + 555-555-7157 x 5555 + + + 1393 + 2964 + 2885 + 000 + 2013 + 2013-06-07 + 2019-01-31 + HS + Inactive + Community Action Program for Central Arkansas + www.capcainc.org + 2964@hsesinfo.org + 707 Robins Street Suite 118 + + Conway + AR + 72034-6517 + 707 Robins Street Suite 118 + + Conway + AR + 72034-6517 + 707 Robins Street Suite 118 + + Conway + AR + 72034-6517 + Dr. + F41776 + L41776 + + Governing Board Chairman + 41776@hsesinfo.org + Ms. + F41774 + L41774 + + Executive Director + 41774@hsesinfo.org + Ms. + F41773 + L41773 + + 41773@hsesinfo.org + Mrs. + F36018 + L36018 + + 36018@hsesinfo.org + 555-555-6018 x 5555 + + + 11290 + 1544 + 13176 + 000 + 1992 + 2020-05-01 + + HS + Active + Hoosier Uplands Head Start + http://www.hoosieruplands.org + 1544@hsesinfo.org + 500 West Main Street + + Mitchell + IN + 47446-1410 + 500 West Main Street + + Mitchell + IN + 47446-1410 + 500 West Main Street + + Mitchell + IN + 47446-1410 + Mrs. + F227165 + L227165 + + Board Chariman + 227165@hsesinfo.org + Mr. + F227166 + L227166 + + CEO + 227166@hsesinfo.org + Ms. + F227168 + L227168 + + 227168@hsesinfo.org + Ms. + F227164 + L227164 + + 227164@hsesinfo.org + 555-555-7164 + + + 4645 + 2170 + 8630 + 200 + 2000 + 2014-03-01 + 2019-06-30 + EHS + Inactive + Montgomery Community Action Committee & CDC, Inc. Early Head Start + 1062 Adams Avenue + 2170@hsesinfo.org + 1062 Adams Ave + + Montgomery + AL + 36104-4424 + 1062 Adams Ave + + Montgomery + AL + 36104-4424 + 1062 Adams Ave + + Montgomery + AL + 36104-4424 + Ms. + F44513 + L44513 + + Board Chairman + 44513@hsesinfo.org + Mr. + F44510 + L44510 + + CEO + 44510@hsesinfo.org + Ms. + F44512 + L44512 + + 44512@hsesinfo.org + Mr. + F44509 + L44509 + + 44509@hsesinfo.org + 555-555-4509 x 5555 + + + 11291 + 1543 + 13176 + 200 + 2004 + 2020-05-01 + + EHS + Active + Hoosier Uplands Economic Development Corporation + http://www.hoosieruplands.org + 1543@hsesinfo.org + 500 West Main Street + + Mitchell + IN + 47446-1410 + 500 West Main Street + + Mitchell + IN + 47446-1410 + 500 West Main Street + + Mitchell + IN + 47446-1410 + Mrs. + F227172 + L227172 + + Board Chairman + 227172@hsesinfo.org + Mr. + F227173 + L227173 + + CEO + 227173@hsesinfo.org + Ms. + F227175 + L227175 + + 227175@hsesinfo.org + Ms. + F227171 + L227171 + + 227171@hsesinfo.org + 555-555-7171 + + + 10363 + 5964 + 12372 + 200 + + 2019-08-01 + + EHS + Active + AVANCE, Inc. + www.avance.org + 5964@hsesinfo.org + 811 E Bowie Ave + + Alamo + TX + 78516-2787 + 811 E Bowie Ave + + Alamo + TX + 78516-2787 + 811 E Bowie Ave + + Alamo + TX + 78516-2787 + Ms. + F220882 + L220882 + + Governing Board Chairperson + 220882@hsesinfo.org + Ms. + F220883 + L220883 + + CEO + 220883@hsesinfo.org + Mrs. + F220885 + L220885 + + 220885@hsesinfo.org + Ms. + F220881 + L220881 + + 220881@hsesinfo.org + 555-555-0881 + + + 9024 + 3290 + 11348 + 000 + 2013 + 2018-09-01 + + HS + Active + AVANCE-San Antonio, Inc. + http://avancesa.org + 3290@hsesinfo.org + 903 Billy Mitchell Blvd. + Ste 100 + San Antonio + TX + 78226-1802 + 903 Billy Mitchell Blvd. + Ste 100 + San Antonio + TX + 78226-1802 + 903 Billy Mitchell Blvd. + Ste 100 + San Antonio + TX + 78226-1802 + Ms. + F211704 + L211704 + + Board Chair + 211704@hsesinfo.org + Ms. + F211705 + L211705 + + Executive Director + 211705@hsesinfo.org + Ms. + F211707 + L211707 + + 211707@hsesinfo.org + Ms. + F211703 + L211703 + + 211703@hsesinfo.org + 555-555-1703 + + + 10892 + 2938 + 12860 + 200 + 2015 + 2020-01-01 + + EHS + Active + AVANCE, Inc. - Las Colonias Early Head Start + www.avance.org + 2938@hsesinfo.org + 811 E Bowie Ave + + Alamo + TX + 78516-2787 + 118 North Medina Street + + San Antonio + TX + 78207 + 118 North Medina Street + + San Antonio + TX + 78207 + Ms. + F224536 + L224536 + + Governing Board Chairperson + 224536@hsesinfo.org + Ms. + F224537 + L224537 + + CEO + 224537@hsesinfo.org + Mrs. + F224539 + L224539 + + 224539@hsesinfo.org + Ms. + F224535 + L224535 + + 224535@hsesinfo.org + 555-555-4535 + + + 9172 + 433 + 11472 + 000 + 1991 + 2018-10-01 + + HS + Active + CULLMAN CITY CHILD DEVELOPMENT CENTER + http://www.cullmancats.net + 433@hsesinfo.org + 900 Hoehn Dr + Attn: Patricia R. Culpepper + Cullman + AL + 35055-6019 + 900 Hoehn Dr + Attn: Patricia R. Culpepper + Cullman + AL + 35055-6019 + 900 Hoehn Dr + Attn: Patricia R. Culpepper, Director + Cullman + AL + 35055-6019 + Mrs. + F212740 + L212740 + + President + 212740@hsesinfo.org + Dr. + F212741 + L212741 + + + 212741@hsesinfo.org + Mrs. + F212743 + L212743 + + 212743@hsesinfo.org + Mrs. + F212739 + L212739 + + 212739@hsesinfo.org + 555-555-2739 + + + 11451 + 1372 + 13290 + 000 + 1992 + 2020-07-01 + + HS + Active + Heartland Early Education + http://www.usd305.com/headstart + 1372@hsesinfo.org + 700 Jupiter Ave + + Salina + KS + 67401-7317 + 700 Jupiter Ave + + Salina + KS + 67401-7317 + 1511 Gypsum Ave + + Salina + KS + 67401-3221 + Ms. + F228186 + L228186 + + USD 305 Board of Education President + 228186@hsesinfo.org + Ms. + F228187 + L228187 + + Executive Director + 228187@hsesinfo.org + Ms. + F228189 + L228189 + + 228189@hsesinfo.org + Ms. + F228185 + L228185 + + 228185@hsesinfo.org + 555-555-8185 + + + 8541 + 8421 + 10948 + 200 + 2017 + 2017-03-01 + + EHS + Active + South Central Missouri Community Action Agency + scmcaa.org + 8421@hsesinfo.org + 8055 Old Alton Road + + Winona + MO + 65588 + PO Box 6 + + Winona + MO + 65588-0006 + 8055 Old Alton Road + + Winona + MO + 65588 + Mr. + F208515 + L208515 + + Board Chair + 208515@hsesinfo.org + Ms. + F208516 + L208516 + + Executive Director + 208516@hsesinfo.org + Ms. + F208518 + L208518 + + 208518@hsesinfo.org + Ms. + F208514 + L208514 + + 208514@hsesinfo.org + 555-555-8514 + + + 11452 + 1371 + 13290 + 200 + 2000 + 2020-07-01 + + EHS + Active + Heartland Early Education + http://www.usd305.com/headstart/ + 1371@hsesinfo.org + 700 Jupiter Ave + + Salina + KS + 67401-7317 + 700 Jupiter Ave + + Salina + KS + 67401-7317 + 1511 Gypsum Ave + + Salina + KS + 67401-3221 + Ms. + F228193 + L228193 + + USD 305 Board of Education President + 228193@hsesinfo.org + Ms. + F228194 + L228194 + + Executive Director + 228194@hsesinfo.org + Ms. + F228196 + L228196 + + 228196@hsesinfo.org + Ms. + F228192 + L228192 + + 228192@hsesinfo.org + 555-555-8192 + + + 9944 + 8982 + 11842 + 200 + 2019 + 2019-09-01 + + EHS + Active + Crystal Stairs, Inc. + www.crystalstairs.org + 8982@hsesinfo.org + 5110 West Goldleaf Circle Suite 150 + + Los Angeles + CA + 90056-1287 + 5110 West Goldleaf Circle Suite 150 + + Los Angeles + CA + 90056-1287 + 5110 West Goldleaf Circle Suite 150 + + Los Angeles + CA + 90056-1287 + Mrs. + F218005 + L218005 + + Board Chair + 218005@hsesinfo.org + Ms. + F218003 + L218003 + + Chief Executive Officer + 218003@hsesinfo.org + Mrs. + F218006 + L218006 + + 218006@hsesinfo.org + Mrs. + F218002 + L218002 + + 218002@hsesinfo.org + 555-555-8002 + + + 11453 + 1376 + 13292 + 000 + 1992 + 2020-07-01 + + HS + Active + USD #489 Early Childhood Connections + usd489.com + 1376@hsesinfo.org + 2501 E 13th St + Ste 1 + Hays + KS + 67601-2764 + 2501 E 13th St + Ste 1 + Hays + KS + 67601-2764 + 2501 E 13th St + Ste 1 + Hays + KS + 67601-2764 + Mr. + F228200 + L228200 + + Board President + 228200@hsesinfo.org + Mrs. + F228201 + L228201 + + Director of Curriculum and Instruction + 228201@hsesinfo.org + Ms. + F228203 + L228203 + + 228203@hsesinfo.org + Mrs. + F228199 + L228199 + + 228199@hsesinfo.org + 555-555-8199 + + + 4883 + 2537 + 8787 + 000 + 2014 + 2014-06-01 + 2019-05-31 + HS + Inactive + AFL-CIO Appalachian Council + http://www.appcouncil.org + 2537@hsesinfo.org + 501 Leon Sullivan Way, Suite 200 (2nd Floor) + + Charleston + WV + 25301-1246 + 501 Leon Sullivan Way, Suite 200 (2nd Floor) + + Charleston + WV + 25301-1246 + 501 Leon Sullivan Way, Suite 200 (2nd Floor) + + Charleston + WV + 25301-1246 + Mr. + F48170 + L48170 + + Board Chair/President WV AFL-CIO + 48170@hsesinfo.org + Mr. + F48172 + L48172 + + Executive Director + 48172@hsesinfo.org + Ms. + F48168 + L48168 + + 48168@hsesinfo.org + Ms. + F48167 + L48167 + + 48167@hsesinfo.org + 555-555-8167 x 5555 + + + 6726 + 507 + 10246 + 000 + 1992 + 2015-08-01 + 2020-07-31 + HS + Inactive + Rutherford County Board of Education + http://www.rcsnc.org/ + 507@hsesinfo.org + 382 W Main St + + Forest City + NC + 28043-3027 + 382 W Main St + + Forest City + NC + 28043-3027 + 382 W Main St + + Forest City + NC + 28043-3027 + Ms. + F202753 + L202753 + + RCS Board of Education Chair + 202753@hsesinfo.org + Dr. + F202754 + L202754 + + RCS Superintendent + 202754@hsesinfo.org + Mrs. + F202756 + L202756 + + 202756@hsesinfo.org + Ms. + F202752 + L202752 + + 202752@hsesinfo.org + 555-555-2752 x 5555 + + + 10087 + 306 + 12137 + 000 + 2014 + 2019-07-01 + + HS + Active + Warren & Forest Counties Economic Opportunity Council + http://www.wfeoc.org + 306@hsesinfo.org + 1209 Pennsylvania Ave W + + Warren + PA + 16365-1841 + PO Box 547 + + Warren + PA + 16365-0547 + 1209 Pennsylvania Ave W + + Warren + PA + 16365-1841 + Father + F219002 + L219002 + + Governing Board President + 219002@hsesinfo.org + Mr. + F219003 + L219003 + + Grantee Executive Director + 219003@hsesinfo.org + Ms. + F219005 + L219005 + + 219005@hsesinfo.org + Ms. + F219001 + L219001 + + 219001@hsesinfo.org + 555-555-9001 x 5555 + + + 9113 + 3781 + 11426 + 004 + 2013 + 2018-09-01 + + HS + Active + Palm Springs USD + www.psusd.us + 3781@hsesinfo.org + 150 District Center Dr + + Palm Springs + CA + 92264-3626 + 150 District Center Dr + + Palm Springs + CA + 92264-3626 + 150 District Center Dr + + Palm Springs + CA + 92264-3626 + Mr. + F212381 + L212381 + + Board President + 212381@hsesinfo.org + Dr. + F212382 + L212382 + + Superintendent + 212382@hsesinfo.org + Ms. + F212384 + L212384 + + 212384@hsesinfo.org + Ms. + F212380 + L212380 + + 212380@hsesinfo.org + 555-555-2380 + + + 4435 + 3157 + 8392 + 000 + 2013 + 2013-11-01 + 2018-10-31 + HS + Inactive + SOUTHERN OREGON CHILD & FAMILY COUNCIL, INC + http://www.socfc.org + 3157@hsesinfo.org + 1001 Beall Lane + + Central Point + OR + 97502-0031 + P.O. Box 3697 + + Central Point + OR + 97502 + 1001 Beall Lane + + Central Point + OR + 97502-0031 + Mr. + F41439 + L41439 + + Board Chair + 41439@hsesinfo.org + Ms. + F41443 + L41443 + + Executive Director + 41443@hsesinfo.org + Ms. + F41442 + L41442 + + 41442@hsesinfo.org + Ms. + F41438 + L41438 + + 41438@hsesinfo.org + 555-555-1438 x 5555 + + + 8806 + 3767 + 11192 + 001 + 2013 + 2018-05-01 + + HS + Active + Eau Claire Area School District + http://www.ecasd.us/teachinglearning/coa_tl_earlylearning.cfm + 3767@hsesinfo.org + 3031 Epiphany Ln + Ecasd Head Start Program + Eau Claire + WI + 54703-6924 + 3031 Epiphany Ln + Ecasd Head Start Program + Eau Claire + WI + 54703-6924 + ECASD Head Start Program + 500 Main Street + Eau Claire + WI + 54701-3770 + Mr. + F210186 + L210186 + + President, ECASD Board of Education + 210186@hsesinfo.org + Dr. + F210187 + L210187 + + ECASD Superintendent + 210187@hsesinfo.org + + F210189 + L210189 + + 210189@hsesinfo.org + Ms. + F210185 + L210185 + + 210185@hsesinfo.org + 555-555-0185 + + + 8370 + 1900 + 10717 + 000 + 1992 + 2016-08-01 + + HS + Active + Lorain County Community Action Agency + www.lccaa.net + 1900@hsesinfo.org + 936 Broadway + + Lorain + OH + 44052-1950 + 936 Broadway + + Lorain + OH + 44052-1950 + 936 Broadway + + Lorain + OH + 44052-1950 + Mr. + F207749 + L207749 + + Board Chairman + 207749@hsesinfo.org + Mrs. + F207750 + L207750 + + Chief Executive Officer (CEO) + 207750@hsesinfo.org + Ms. + F207752 + L207752 + + 207752@hsesinfo.org + Dr. + F207748 + L207748 + + 207748@hsesinfo.org + 555-555-7748 + + + 8364 + 1174 + 10715 + 000 + 1992 + 2016-09-01 + + AIAN HS + Active + Gila River Indian Community + www.gilariver.org + 1174@hsesinfo.org + 112 West Seed Farm Road + + Sacaton + AZ + 85147 + 112 West Seed Farm Road + + Sacaton + AZ + 85147 + 112 West Seed Farm Road + + Sacaton + AZ + 85147 + Gov. + F207697 + L207697 + + Governor + 207697@hsesinfo.org + Mr. + F207698 + L207698 + + Director of Tribal Education + 207698@hsesinfo.org + Ms. + F207700 + L207700 + + 207700@hsesinfo.org + Mrs. + F207696 + L207696 + + 207696@hsesinfo.org + 555-555-7696 x 5555 + + + 4557 + 713 + 8570 + 000 + 2013 + 2013-12-23 + 2019-06-30 + HS + Inactive + Northwest Arkansas Head Start + http://www.nwaheadstart.org + 713@hsesinfo.org + 2109 SE J St + Northwest Arkansas Head Start Human Services, Inc. + Bentonville + AR + 72712-3860 + 2109 SE J St + Northwest Arkansas Head Start Human Services, Inc. + Bentonville + AR + 72712-3860 + 2109 SE J St + Northwest Arkansas Head Start Human Services, Inc. + Bentonville + AR + 72712-3860 + Mrs. + F43264 + L43264 + + Board of Directors Chairperson + 43264@hsesinfo.org + Mrs. + F43265 + L43265 + + Executive Director + 43265@hsesinfo.org + Mrs. + F43266 + L43266 + + 43266@hsesinfo.org + Mrs. + F43263 + L43263 + + 43263@hsesinfo.org + 555-555-3263 + + + 10219 + 6003 + 12255 + 200 + + 2019-08-01 + + EHS + Active + Westchester Community Opportunity Program, Inc. (WestCO + www.westcop.org + 6003@hsesinfo.org + 2 Westchester Plaza + + Elmsford + NY + 10523-1607 + 2 Westchester Plaza + + Elmsford + NY + 10523-1607 + 2 Westchester Plaza + + Elmsford + NY + 10523-1607 + Mr. + F219878 + L219878 + + Board Chairman + 219878@hsesinfo.org + Mr. + F219879 + L219879 + + Chief Executive Officer + 219879@hsesinfo.org + Ms. + F219881 + L219881 + + 219881@hsesinfo.org + Mr. + F219877 + L219877 + + 219877@hsesinfo.org + 555-555-9877 + + + 4833 + 798 + 8782 + 000 + 1992 + 2014-05-01 + 2019-06-30 + HS + Inactive + Tri-County Community Action, Inc + www.tricountycommaction.org + 798@hsesinfo.org + 214 Nacogdoches St + + Center + TX + 75935-3854 + PO Box 1748 + + Center + TX + 75935-1748 + 214 Nacogdoches St + + Center + TX + 75935-3854 + Mr. + F47222 + L47222 + + Board Chair + 47222@hsesinfo.org + Mr. + F47221 + L47221 + + Executive Director + 47221@hsesinfo.org + Mrs. + F47224 + L47224 + + 47224@hsesinfo.org + Mr. + F47220 + L47220 + + 47220@hsesinfo.org + 555-555-7220 x 5555 + + + 9655 + 1661 + 11821 + 200 + 2003 + 2019-06-01 + + EHS + Active + Kid's Incorporated of The Big Bend + http://www.kidsincorporated.org + 1661@hsesinfo.org + 2326 Centerville Road + + Tallahassee + FL + 32308 + 2326 Centerville Road + + Tallahassee + FL + 32308 + 2326 Centerville Road + + Tallahassee + FL + 32308 + Dr. + F216005 + L216005 + + Board Chair + 216005@hsesinfo.org + Ms. + F216006 + L216006 + + CEO/Executive Director + 216006@hsesinfo.org + Mr. + F216008 + L216008 + + 216008@hsesinfo.org + Ms. + F216004 + L216004 + + 216004@hsesinfo.org + 555-555-6004 + + + 11559 + 4098 + 13361 + 001 + + 2020-06-01 + + HS + Active + Allegheny County/AIU Head Start + http://www.aiu3.net + 4098@hsesinfo.org + 475 E Waterfront Dr + Allegheny Intermediate Unit + Homestead + PA + 15120-1144 + 475 E Waterfront Dr + Allegheny Intermediate Unit + Homestead + PA + 15120-1144 + 475 E Waterfront Dr + Allegheny Intermediate Unit + Homestead + PA + 15120-1144 + Mr. + F228913 + L228913 + + Board Chair + 228913@hsesinfo.org + Mr. + F228911 + L228911 + + Executive Director + 228911@hsesinfo.org + Ms. + F228914 + L228914 + + 228914@hsesinfo.org + Mrs. + F228910 + L228910 + + 228910@hsesinfo.org + 555-555-8910 + + + 6987 + 924 + 10453 + 200 + 2001 + 2015-12-01 + + EHS + Active + Pearl River Valley Opportunity, Inc. + http://www.prvoinc.org + 924@hsesinfo.org + 756 Highway 98 Byp + + Columbia + MS + 39429-8299 + 756 Highway 98 Byp + + Columbia + MS + 39429-8299 + 756 Highway 98 Byp + + Columbia + MS + 39429-8299 + Mr. + F204575 + L204575 + + Board Chairman + 204575@hsesinfo.org + Mr. + F204576 + L204576 + + + 204576@hsesinfo.org + Ms. + F204578 + L204578 + + 204578@hsesinfo.org + Mrs. + F204574 + L204574 + + 204574@hsesinfo.org + 555-555-4574 + + + 6986 + 925 + 10453 + 000 + 1991 + 2015-12-01 + + HS + Active + Pearl River Valley Opportunity, Inc. + http://www.prvoinc.org + 925@hsesinfo.org + 756 Highway 98 Byp + + Columbia + MS + 39429-8299 + 756 Highway 98 Byp + + Columbia + MS + 39429-8299 + 756 Highway 98 Byp + + Columbia + MS + 39429-8299 + Mr. + F204568 + L204568 + + Board Chairman + 204568@hsesinfo.org + Mr. + F204569 + L204569 + + + 204569@hsesinfo.org + Ms. + F204571 + L204571 + + 204571@hsesinfo.org + Mrs. + F204567 + L204567 + + 204567@hsesinfo.org + 555-555-4567 + + + 532 + 3273 + 786 + 000 + 2013 + 2013-05-01 + 2019-01-31 + HS + Inactive + Quintana Baptist Church Head Start Program + + 3273@hsesinfo.org + Edificio Caribe Plaza + 579 Ave Ponce De Leon + San Juan + PR + 00920 + Ave. Paz Granela + Pmb 473 Ste. 2 + San Juan + PR + 00927 + Edificio Caribe Plaza + 579 Ave Ponce De Leon + San Juan + PR + 00920 + Mrs. + F41679 + L41679 + + Board President + 41679@hsesinfo.org + Mr. + F41677 + L41677 + + Executive Director + 41677@hsesinfo.org + Mrs. + F41676 + L41676 + + 41676@hsesinfo.org + Mrs. + F35827 + L35827 + + 35827@hsesinfo.org + 555-555-5827 + + + 9643 + 8860 + 11813 + 000 + 2019 + 2019-06-01 + + HS + Active + CDI HS/Hendricks, Morgan, and Owen Counties, IN + www.cdiheadstart.org + 8860@hsesinfo.org + 60 E Cunningham St + + Martinsville + IN + 46151-1116 + PO Box 1596 + + Martinsville + IN + 46151-0596 + 60 E Cunningham St + + Martinsville + IN + 46151-1116 + Mr. + F215924 + L215924 + + Chief Executive Officer + 215924@hsesinfo.org + Ms. + F215922 + L215922 + + Executive Director + 215922@hsesinfo.org + + F215925 + L215925 + + 215925@hsesinfo.org + Ms. + F215921 + L215921 + + 215921@hsesinfo.org + 555-555-5921 + + + 6941 + 6960 + 10419 + 221 + + 2015-11-01 + + EHS + Active + Hana Center + www.hanacenter.org/ecc + 6960@hsesinfo.org + 4300 N California Ave + + Chicago + IL + 60618-1514 + 4300 N California Ave + + Chicago + IL + 60618-1514 + 4300 N California Ave + + Chicago + IL + 60618-1514 + Mr. + F204249 + L204249 + + President + 204249@hsesinfo.org + Ms. + F204250 + L204250 + + Executive Director + 204250@hsesinfo.org + Ms. + F204252 + L204252 + + 204252@hsesinfo.org + Ms. + F204248 + L204248 + + 204248@hsesinfo.org + 555-555-4248 x 5555 + + + 6591 + 6609 + 10153 + 200 + + 2015-07-01 + + EHS + Active + Hill Country Community Action Association, Inc. + + 6609@hsesinfo.org + 2905 W Wallace St + + San Saba + TX + 76877-3840 + 2905 W Wallace St + + San Saba + TX + 76877-3840 + 2905 W Wallace St + + San Saba + TX + 76877-3840 + Mr. + F201807 + L201807 + + + 201807@hsesinfo.org + Mrs. + F201808 + L201808 + + + 201808@hsesinfo.org + Ms. + F201810 + L201810 + + 201810@hsesinfo.org + Mrs. + F201806 + L201806 + + 201806@hsesinfo.org + 555-555-1806 x 5555 + + + 4880 + 1992 + 8627 + 200 + 2003 + 2014-06-01 + 2019-06-30 + EHS + Inactive + Kids Central, Inc. + http://www.kidscentralinc.com + 1992@hsesinfo.org + 5345 Esserville Road + + Norton + VA + 24273-0661 + P.O. Box 661 + + Norton + VA + 24273-0661 + 5345 Esserville Rd + + Norton + VA + 24273-4011 + Mr. + F48149 + L48149 + + Board Chair + 48149@hsesinfo.org + Mr. + F48148 + L48148 + + + 48148@hsesinfo.org + Mrs. + F48151 + L48151 + + 48151@hsesinfo.org + Mr. + F48146 + L48146 + + 48146@hsesinfo.org + 555-555-8146 x 5555 + + + 4639 + 1952 + 8609 + 000 + 2014 + 2014-03-01 + 2019-06-30 + HS + Inactive + Community Action Partnership of Kern + http://www.capk.org + 1952@hsesinfo.org + 5005 Business Park N + Ste 130 + Bakersfield + CA + 93309-1652 + 5005 Business Park N + Ste 130 + Bakersfield + CA + 93309-1652 + 5005 Business Park N + Ste 130 + Bakersfield + CA + 93309-1652 + Mr. + F44238 + L44238 + + Board Chair + 44238@hsesinfo.org + Mr. + F44237 + L44237 + + Executive Director + 44237@hsesinfo.org + Mrs. + F44240 + L44240 + + 44240@hsesinfo.org + Mrs. + F44235 + L44235 + + 44235@hsesinfo.org + 555-555-4235 x 5555 + + + 8811 + 8646 + 11193 + 200 + 2018 + 2018-05-01 + + EHS + Active + Connecticut Institute For Communities, Inc. + www.ct-institute.org + 8646@hsesinfo.org + 120 Main St Fl 4 + + Danbury + CT + 06810-7834 + 120 Main St Fl 4 + + Danbury + CT + 06810-7834 + 120 Main St Fl 4 + + Danbury + CT + 06810-7834 + Dr. + F210221 + L210221 + Ph.D + Board Chair + 210221@hsesinfo.org + Mr. + F210222 + L210222 + Esq. + President/Chief Executive Officer + 210222@hsesinfo.org + Ms. + F210224 + L210224 + + 210224@hsesinfo.org + Ms. + F210220 + L210220 + + 210220@hsesinfo.org + 555-555-0220 x 5555 + + + 8982 + 1954 + 11319 + 000 + 2013 + 2018-08-01 + + HS + Active + OHIO HEARTLAND COMMUNITY ACTION COMMISSION + http://www.ohcac.org + 1954@hsesinfo.org + 372 E Center St + + Marion + OH + 43302-4126 + PO Box 779 + 372 East Center Street + Marion + OH + 43301-0779 + 372 E Center St + + Marion + OH + 43302-4126 + Mr. + F211430 + L211430 + + Board President + 211430@hsesinfo.org + Mr. + F211431 + L211431 + + Executive Director + 211431@hsesinfo.org + Mrs. + F211433 + L211433 + + 211433@hsesinfo.org + Mrs. + F211429 + L211429 + + 211429@hsesinfo.org + 555-555-1429 x 5555 + + + 8983 + 8004 + 11319 + 200 + 2016 + 2018-08-01 + + EHS + Active + Ohio Heartland Community Action Commission + http://www.ohcac.org + 8004@hsesinfo.org + 372 E Center St + + Marion + OH + 43302-4126 + 372 East Center St. + P.O. Box 779 + Marion + OH + 43301-0779 + 372 E Center St + + Marion + OH + 43302-4126 + Mr. + F211437 + L211437 + + Board President + 211437@hsesinfo.org + Mr. + F211438 + L211438 + + Executive Director + 211438@hsesinfo.org + Mrs. + F211440 + L211440 + + 211440@hsesinfo.org + Mrs. + F211436 + L211436 + + 211436@hsesinfo.org + 555-555-1436 x 5555 + + + 5805 + 5811 + 9532 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Northern Panhandle Head Start, Inc. + www.npheadstart.org + 5811@hsesinfo.org + 1 Orchard Road, Suite 1 + + Wheeling + WV + 26003-6674 + 1 Orchard Road, Suite 1 + + Wheeling + WV + 26003-6674 + 1 Orchard Road, Suite 1 + + Wheeling + WV + 26003-6674 + Mr. + F103788 + L103788 + + President, Board of Directors + 103788@hsesinfo.org + Ms. + F103789 + L103789 + + Executive Director + 103789@hsesinfo.org + Ms. + F103791 + L103791 + + 103791@hsesinfo.org + Ms. + F103787 + L103787 + + 103787@hsesinfo.org + 555-555-3787 + + + 8926 + 2806 + 11280 + 200 + 2011 + 2018-07-01 + + EHS + Active + MONROE COUNTY BOARD OF EDUCATION + + 2806@hsesinfo.org + 9875 Willow Bend Rd + + Union + WV + 24983-9739 + P.O. Box 330 + + Union + WV + 24983 + 9875 Willow Bend Rd + + Union + WV + 24983-9739 + Mr. + F211004 + L211004 + + Board President + 211004@hsesinfo.org + Mrs. + F211005 + L211005 + + Superintendent + 211005@hsesinfo.org + Mrs. + F211007 + L211007 + + 211007@hsesinfo.org + Mrs. + F211003 + L211003 + + 211003@hsesinfo.org + 555-555-1003 + + + 8343 + 8250 + 10702 + 200 + 2016 + 2016-07-01 + + EHS + Active + Chester County Intermediate Unit + http://www.cciu.org + 8250@hsesinfo.org + 455 Boot Rd + + Downingtown + PA + 19335-3043 + 455 Boot Rd + + Downingtown + PA + 19335-3043 + 455 Boot Rd + + Downingtown + PA + 19335-3043 + Ms. + F207540 + L207540 + + President + 207540@hsesinfo.org + Dr. + F207541 + L207541 + + + 207541@hsesinfo.org + Mrs. + F207543 + L207543 + + 207543@hsesinfo.org + Ms. + F207539 + L207539 + + 207539@hsesinfo.org + 555-555-7539 + + + 8925 + 2004 + 11280 + 000 + 2013 + 2018-07-01 + + HS + Active + MONROE COUNTY BOARD OF EDUCATION + + 2004@hsesinfo.org + 9875 Willow Bend Rd + Monroe County Head Start + Union + WV + 24983-9739 + Monroe County Head Start + Willow Bend Rd. P.O. Box 330 + Union + WV + 24983-0330 + 9875 Willow Bend Rd + Monroe County Head Start + Union + WV + 24983-9739 + Mr. + F210997 + L210997 + + Board President + 210997@hsesinfo.org + Mrs. + F210998 + L210998 + + Superintendent + 210998@hsesinfo.org + Mrs. + F211000 + L211000 + + 211000@hsesinfo.org + Mrs. + F210996 + L210996 + + 210996@hsesinfo.org + 555-555-0996 + + + 10593 + 6065 + 12580 + 200 + + 2019-09-01 + + EHS + Active + Holyoke, Chicopee, Springfield Head Start Inc + http://www.hcsheadstart.org + 6065@hsesinfo.org + 30 Madison Ave. + + Springfield + MA + 01105-1404 + 30 Madison Ave. + + Springfield + MA + 01105-1404 + 30 Madison Ave. + + Springfield + MA + 01105-1404 + Ms. + F222489 + L222489 + + Board Chair + 222489@hsesinfo.org + Ms. + F222490 + L222490 + + Executive Director + 222490@hsesinfo.org + Mr. + F222492 + L222492 + + 222492@hsesinfo.org + Ms. + F222488 + L222488 + + 222488@hsesinfo.org + 555-555-2488 + + + 10594 + 6067 + 12582 + 200 + + 2019-09-01 + + EHS + Active + Augusta County School Board + http://augusta.k12.va.us + 6067@hsesinfo.org + 18 Government Center Lane + + Verona + VA + 24482-2639 + 18 Government Center Lane + + Verona + VA + 24482-2639 + 18 Government Center Lane + + Verona + VA + 24482-2639 + Mr. + F222496 + L222496 + + Chairman of the School Board + 222496@hsesinfo.org + Dr. + F222497 + L222497 + W + Superintendent of Augusta County Schools + 222497@hsesinfo.org + Ms. + F222499 + L222499 + + 222499@hsesinfo.org + Mrs. + F222495 + L222495 + + 222495@hsesinfo.org + 555-555-2495 x 5555 + + + 8626 + 8498 + 322 + 200 + 2017 + 2017-09-01 + 2019-08-31 + EHS + Inactive + West Central Community Services, Inc. + www.wccsheadstart.org + 8498@hsesinfo.org + 321 E Euclid Ave + + Monmouth + IL + 61462-1312 + 321 E Euclid Ave + + Monmouth + IL + 61462-1312 + 321 E Euclid Ave + + Monmouth + IL + 61462-1312 + Mr. + F208897 + L208897 + + Board President + 208897@hsesinfo.org + Mrs. + F208898 + L208898 + + Executive/Head Start Director + 208898@hsesinfo.org + Miss + F208900 + L208900 + + 208900@hsesinfo.org + Mrs. + F208896 + L208896 + + 208896@hsesinfo.org + 555-555-8896 x 5555 + + + 6022 + 6029 + 9740 + 200 + + 2015-03-01 + 2019-08-31 + EHS + Inactive + Centro de Desarrollo Familiar SHS Diocesis de Mayaguez + www.cdfseasonalpr.org + 6029@hsesinfo.org + Edificio Hormigueros Plaza, Local 3B + Calle Comercio Carr. 3344 + Hormigueros + PR + 00660 + P.O. Box 1333 + + Hormigueros + PR + 00660-1333 + Edificio Hormigueros Plaza, Local 3B + Calle Comercio Carr. 3344 + Hormigueros + PR + 00660 + Pastor + F107057 + L107057 + + Board Chairperson + 107057@hsesinfo.org + Mrs. + F107058 + L107058 + + Executive Director + 107058@hsesinfo.org + Mrs. + F107060 + L107060 + + 107060@hsesinfo.org + Mrs. + F107056 + L107056 + + 107056@hsesinfo.org + 555-555-7056 + + + 10005 + 2102 + 12067 + 000 + 2014 + 2019-07-01 + + HS + Active + Guam Department of Education + https://guamheadstart.gdoe.net/ + 2102@hsesinfo.org + 501 Mariner Ave + Head Start Office + Barrigada + GU + 96913-1628 + 501 Mariner Ave + Guam Department of Education /Guam Head Start Progam + Barrigada + GU + 96913-1628 + 501 Mariner Ave + Guam Department of Education + Barrigada + GU + 96913-1628 + Mrs. + F218428 + L218428 + + Chairman, Guam Education Board + 218428@hsesinfo.org + Mr. + F218429 + L218429 + + Superintendent of Education + 218429@hsesinfo.org + Ms. + F218431 + L218431 + + 218431@hsesinfo.org + Mrs. + F218427 + L218427 + + 218427@hsesinfo.org + 555-555-8427 x 5555 + + + 11454 + 1377 + 13292 + 200 + 2003 + 2020-07-01 + + EHS + Active + USD #489 Early Childhood Connections + + 1377@hsesinfo.org + 2501 E 13th St + Ste 1 + Hays + KS + 67601-2764 + 2501 E 13th St + Ste 1 + Hays + KS + 67601-2764 + 2501 E 13th St + Ste 1 + Hays + KS + 67601-2764 + Mr. + F228207 + L228207 + + Board President + 228207@hsesinfo.org + Mrs. + F228208 + L228208 + + Director of Curriculum and Instruction + 228208@hsesinfo.org + Ms. + F228210 + L228210 + + 228210@hsesinfo.org + Mrs. + F228206 + L228206 + + 228206@hsesinfo.org + 555-555-8206 + + + 11455 + 1289 + 13291 + 000 + 1991 + 2020-07-01 + + HS + Active + North Coast Opportunties, Inc. + http://www.ncoinc.org + 1289@hsesinfo.org + 550 N State St + + Ukiah + CA + 95482-4025 + 550 N State St + + Ukiah + CA + 95482-4025 + 550 N State St + + Ukiah + CA + 95482-4025 + Ms. + F228214 + L228214 + + + 228214@hsesinfo.org + Ms. + F228215 + L228215 + + + 228215@hsesinfo.org + Ms. + F228217 + L228217 + + 228217@hsesinfo.org + Ms. + F228213 + L228213 + + 228213@hsesinfo.org + 555-555-8213 + + + 8816 + 2299 + 11198 + 000 + 1992 + 2018-07-01 + + HS + Active + OSWEGO COUNTY OPPORTUNITIES, INC + http://www.oco.org + 2299@hsesinfo.org + 239 Oneida St + + Fulton + NY + 13069-1288 + 239 Oneida St + + Fulton + NY + 13069-1288 + 239 Oneida St + + Fulton + NY + 13069-1288 + Mr. + F210255 + L210255 + + President + 210255@hsesinfo.org + Ms. + F210256 + L210256 + + Executive Director + 210256@hsesinfo.org + Ms. + F210258 + L210258 + + 210258@hsesinfo.org + Ms. + F210254 + L210254 + + 210254@hsesinfo.org + 555-555-0254 x 5555 + + + 4436 + 457 + 8392 + 200 + 2013 + 2013-11-01 + 2018-10-31 + EHS + Inactive + SOUTHERN OREGON CHILD & FAMILY COUNCIL, INC + http://www.socfc.org + 457@hsesinfo.org + 1001 Beall Ln + + Central Point + OR + 97502-2772 + PO Box 3697 + + Central Point + OR + 97502-0031 + 1001 Beall Ln + + Central Point + OR + 97502-2772 + Mr. + F41448 + L41448 + + Board Chair + 41448@hsesinfo.org + Ms. + F41450 + L41450 + + Executive Director + 41450@hsesinfo.org + Ms. + F41449 + L41449 + + 41449@hsesinfo.org + Ms. + F41445 + L41445 + + 41445@hsesinfo.org + 555-555-1445 x 5555 + + + 7022 + 1943 + 10467 + 000 + 1991 + 2016-01-01 + + HS + Active + Michigan Family Resources + http://www.hs4kc.org + 1943@hsesinfo.org + 2626 Walker Ave NW + + Walker + MI + 49544-1306 + 2626 Walker Ave NW + + Walker + MI + 49544-1306 + 2626 Walker Ave NW + + Walker + MI + 49544-1306 + Ms. + F204820 + L204820 + + Board of Directors - President + 204820@hsesinfo.org + Ms. + F204821 + L204821 + + Executive Director + 204821@hsesinfo.org + Ms. + F204823 + L204823 + + 204823@hsesinfo.org + Ms. + F204819 + L204819 + + 204819@hsesinfo.org + 555-555-4819 x 5555 + + + 11456 + 1290 + 13291 + 200 + 2003 + 2020-07-01 + + EHS + Active + North Coast Opportunities, Inc. + http://www.ncoinc.org + 1290@hsesinfo.org + 550 N State St + + Ukiah + CA + 95482-4025 + 550 N State St + + Ukiah + CA + 95482-4025 + 550 N State St + + Ukiah + CA + 95482-4025 + Ms. + F228221 + L228221 + + + 228221@hsesinfo.org + Ms. + F228222 + L228222 + + + 228222@hsesinfo.org + Ms. + F228224 + L228224 + + 228224@hsesinfo.org + Ms. + F228220 + L228220 + + 228220@hsesinfo.org + 555-555-8220 + + + 8564 + 1213 + 10975 + 000 + 1992 + 2017-04-01 + + AIAN HS + Active + Yakama Nation Head Start + http://www.ynheadstart.com + 1213@hsesinfo.org + 1240 Campbell Road (Physical Address) + + Wapato + WA + 98951 + PO Box 151 + + Toppenish + WA + 98948-0151 + 1240 Campbell Road (Physical Address) + + Wapato + WA + 98951 + Mr. + F208671 + L208671 + + Tribal Council Chair + 208671@hsesinfo.org + Mrs. + F208672 + L208672 + + Tribal Administrator + 208672@hsesinfo.org + Mrs. + F208674 + L208674 + + 208674@hsesinfo.org + Mr. + F208670 + L208670 + + 208670@hsesinfo.org + 555-555-8670 + + + 5614 + 2624 + 9328 + 200 + 2014 + 2014-12-01 + + AIAN EHS + Active + QUINAULT INDIAN NATION + n/a + 2624@hsesinfo.org + 419 Cuitan Street + + Taholah + WA + 98587 + PO Box 189 + + Taholah + WA + 98587-0189 + 1214 Aalis Street + + Taholah + WA + 98587 + Mrs. + F101212 + L101212 + + President, Quinault Indian Nation + 101212@hsesinfo.org + Mrs. + F101210 + L101210 + + CEO, Quinault Indian Nation + 101210@hsesinfo.org + Mrs. + F101209 + L101209 + + 101209@hsesinfo.org + Ms. + F101208 + L101208 + + 101208@hsesinfo.org + 555-555-1208 x 5555 + + + 11560 + 8499 + 13361 + 201 + 2017 + 2020-06-01 + + EHS + Active + Allegheny County/AIU Head Start + http://www.aiu3.net + 8499@hsesinfo.org + 475 E Waterfront Dr + Allegheny Intermediate Unit + Homestead + PA + 15120-1144 + 475 E Waterfront Dr + Allegheny Intermediate Unit + Homestead + PA + 15120-1144 + 475 E Waterfront Dr + Allegheny Intermediate Unit + Homestead + PA + 15120-1144 + Mrs. + F228919 + L228919 + + Board Chair + 228919@hsesinfo.org + Mr. + F228917 + L228917 + + Executive Director + 228917@hsesinfo.org + Ms. + F228920 + L228920 + + 228920@hsesinfo.org + Mrs. + F228916 + L228916 + + 228916@hsesinfo.org + 555-555-8916 + + + 5927 + 5934 + 9625 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Municipality of San German + www.municipiodesangerman.com + 5934@hsesinfo.org + 23 Ave Dr Harris + + San German + PR + 00683 + PO Box 85 + + San German + PR + 00683-0085 + 23 Ave Dr Harris + + San German + PR + 00683 + Hon. + F106068 + L106068 + + Mayor of Municipality of San Germán + 106068@hsesinfo.org + Mrs. + F106069 + L106069 + + Early Head Start & Head Start Director + 106069@hsesinfo.org + Mrs. + F106071 + L106071 + + 106071@hsesinfo.org + Mrs. + F106067 + L106067 + + 106067@hsesinfo.org + 555-555-6067 + + + 10597 + 6899 + 12583 + 201 + + 2019-09-01 + 2020-08-31 + EHS + Inactive + Acelero Learning Wisconsin, Inc. (Milwaukee County) + http://alwi.acelero.net + 6899@hsesinfo.org + 7833 West Capitol Drive + + Milwaukee + WI + 53222 + 7833 West Capitol Drive + + Milwaukee + WI + 53222 + 7833 West Capitol Drive + + Milwaukee + WI + 53222 + Dr. + F222517 + L222517 + + + 222517@hsesinfo.org + Mr. + F222518 + L222518 + + + 222518@hsesinfo.org + Ms. + F222520 + L222520 + + 222520@hsesinfo.org + Ms. + F222516 + L222516 + + 222516@hsesinfo.org + 555-555-2516 + + + 1430 + 1942 + 2927 + 000 + 2013 + 2013-07-02 + 2019-02-28 + HS + Inactive + Wright County Community Action, Inc. + http://www.wccaweb.com + 1942@hsesinfo.org + 130 Division St W + + Maple Lake + MN + 55358-4575 + PO Box 787 + + Maple Lake + MN + 55358-0787 + 130 Division St W + + Maple Lake + MN + 55358-4575 + Ms. + F37619 + L37619 + + WCCA Board Chairperson + 37619@hsesinfo.org + Mr. + F37618 + L37618 + + WCCA Executive Director + 37618@hsesinfo.org + Ms. + F37620 + L37620 + + 37620@hsesinfo.org + Ms. + F37616 + L37616 + + 37616@hsesinfo.org + 555-555-7616 x 5555 + + + 9532 + 3018 + 11751 + 000 + 2013 + 2019-04-01 + + HS + Active + Calvert County Public Schools + calvert county public schools + 3018@hsesinfo.org + 1245 Plum Point Rd + Plum Point Elementary School + Huntingtown + MD + 20639-9248 + 1245 Plum Point Rd + Plum Point Elementary School + Huntingtown + MD + 20639-9248 + 1245 Plum Point Rd + Plum Point Elementary School + Huntingtown + MD + 20639-9248 + Dr. + F215221 + L215221 + + Superintendent + 215221@hsesinfo.org + Mrs. + F215222 + L215222 + + Supervisor of State and Federal Grant Programs + 215222@hsesinfo.org + Mrs. + F215224 + L215224 + + 215224@hsesinfo.org + Ms. + F215220 + L215220 + + 215220@hsesinfo.org + 555-555-5220 + + + 10596 + 6044 + 12579 + 200 + + 2019-09-01 + 2020-08-31 + EHS + Inactive + Acelero Inc. + www.acelero.net + 6044@hsesinfo.org + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + Mr. + F222510 + L222510 + + + 222510@hsesinfo.org + Mr. + F222511 + L222511 + + + 222511@hsesinfo.org + Ms. + F222513 + L222513 + + 222513@hsesinfo.org + Dr. + F222509 + L222509 + + 222509@hsesinfo.org + 555-555-2509 + + + 6732 + 888 + 10248 + 000 + 1992 + 2015-08-01 + 2020-07-31 + HS + Inactive + Carroll County Board of Education + http://www.carroll.kyschools.us + 888@hsesinfo.org + 813 Hawkins St + + Carrollton + KY + 41008-1339 + 813 Hawkins St + + Carrollton + KY + 41008-1339 + 813 Hawkins St + + Carrollton + KY + 41008-1339 + Mr. + F202795 + L202795 + + Board Chair + 202795@hsesinfo.org + Mr. + F202796 + L202796 + + Superintendent + 202796@hsesinfo.org + Mr. + F202798 + L202798 + + 202798@hsesinfo.org + Mrs. + F202794 + L202794 + + 202794@hsesinfo.org + 555-555-2794 x 5555 + + + 10595 + 6043 + 12578 + 200 + + 2019-09-01 + + EHS + Active + Dane County Parent Council, Inc. + http://www.reachdane.org + 6043@hsesinfo.org + 2096 Red Arrow Trail + + Madison + WI + 53711-9998 + 2096 Red Arrow Trail + + Madison + WI + 53711-9998 + 2096 Red Arrow Trail + + Madison + WI + 53711-9998 + Mr. + F222503 + L222503 + + Board President + 222503@hsesinfo.org + Ms. + F222504 + L222504 + + Executive Director + 222504@hsesinfo.org + Ms. + F222506 + L222506 + + 222506@hsesinfo.org + Ms. + F222502 + L222502 + + 222502@hsesinfo.org + 555-555-2502 + + + 10598 + 799 + 12581 + 000 + 1992 + 2019-09-01 + + HS + Active + Beaumont Independent School District + https://www.bmtisd.com/Domain/10 + 799@hsesinfo.org + 3395 Harrison Avenue + + Beaumont + TX + 77706 + 3395 Harrison Avenue + + Beaumont + TX + 77706 + 3395 Harrison Avenue + + Beaumont + TX + 77706 + Mr. + F222524 + L222524 + Sr. + President of the Board of Managers + 222524@hsesinfo.org + Dr. + F222525 + L222525 + + Asst Superintendent for Elementary Administration + 222525@hsesinfo.org + Mrs. + F222527 + L222527 + + 222527@hsesinfo.org + Ms. + F222523 + L222523 + + 222523@hsesinfo.org + 555-555-2523 + + + 9037 + 1407 + 11374 + 200 + 2013 + 2018-09-01 + + EHS + Active + DURANGO 4-C COUNCIL + www.tchs4c.org + 1407@hsesinfo.org + 1315 Main Ave + Ste 124 + Durango + CO + 81301-5153 + PO Box 259 + + Durango + CO + 81302-0259 + 1315 Main Ave + Ste 124 + Durango + CO + 81301-5153 + Mr. + F211795 + L211795 + + Board Chairman + 211795@hsesinfo.org + Ms. + F211796 + L211796 + + Executive Director + 211796@hsesinfo.org + Mr. + F211798 + L211798 + + 211798@hsesinfo.org + Ms. + F211794 + L211794 + + 211794@hsesinfo.org + 555-555-1794 + + + 5625 + 4123 + 9445 + 011 + 2014 + 2014-12-01 + + HS + Active + Ada S. McKinley Community Services + http://www.adasmckinley.org + 4123@hsesinfo.org + 11400 S Edbrooke Ave + + Chicago + IL + 60628-4930 + 11400 S Edbrooke Ave + + Chicago + IL + 60628-4930 + 11400 S Edbrooke Ave + + Chicago + IL + 60628-4930 + Ms. + F101411 + L101411 + + President, Board of Directors + 101411@hsesinfo.org + Mr. + F101409 + L101409 + + Chief Executive Officer + 101409@hsesinfo.org + Ms. + F101408 + L101408 + + 101408@hsesinfo.org + Ms. + F101407 + L101407 + + 101407@hsesinfo.org + 555-555-1407 + + + 6609 + 6627 + 10113 + 200 + + 2015-07-01 + + EHS + Active + Lutheran Social Service of the South, Inc. + + 6627@hsesinfo.org + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + Mr. + F201933 + L201933 + + + 201933@hsesinfo.org + Dr. + F201934 + L201934 + + VP of Education + 201934@hsesinfo.org + Mrs. + F201936 + L201936 + + 201936@hsesinfo.org + Mr. + F201932 + L201932 + + 201932@hsesinfo.org + 555-555-1932 + + + 9191 + 334 + 11492 + 000 + 2013 + 2018-11-01 + + HS + Active + COMPREHENSIVE COMMUNITY ACTION PROGRAM + http://www.comcap.org + 334@hsesinfo.org + 311 Doric Avenue + + Cranston + RI + 02910-2903 + 311 Doric Avenue + + Cranston + RI + 02910-2903 + 311 Doric Avenue + + Cranston + RI + 02910-2903 + Mrs. + F212873 + L212873 + + Board Chair + 212873@hsesinfo.org + Mrs. + F212874 + L212874 + + President/CEO + 212874@hsesinfo.org + Mrs. + F212876 + L212876 + + 212876@hsesinfo.org + Mrs. + F212872 + L212872 + + 212872@hsesinfo.org + 555-555-2872 + + + 9291 + 815 + 11549 + 200 + 2000 + 2019-01-01 + + EHS + Active + Bauer Family Resources, Inc. + www.bauerfamilyresources.org + 815@hsesinfo.org + 20 Professional Ct + + Lafayette + IN + 47905-5152 + PO Box 1186 + + Lafayette + IN + 47902-1186 + 20 Professional Ct + + Lafayette + IN + 47905-5152 + Mr. + F213582 + L213582 + + Board Chair + 213582@hsesinfo.org + Ms. + F213583 + L213583 + + CEO + 213583@hsesinfo.org + Ms. + F213585 + L213585 + + 213585@hsesinfo.org + Mrs. + F213581 + L213581 + + 213581@hsesinfo.org + 555-555-3581 + + + 9890 + 5805 + 12003 + 200 + + 2019-07-01 + + EHS + Active + Metropolitan Area Advisory Committee + 956 Vale Terrace + 5805@hsesinfo.org + 956 Vale Terrace Dr + + Vista + CA + 92084-5212 + 956 Vale Terrace Dr + + Vista + CA + 92084-5212 + 1355 3rd Ave + + Chula Vista + CA + 91911-4302 + Mr. + F217640 + L217640 + + BOD President + 217640@hsesinfo.org + Mr. + F217641 + L217641 + + President and CEO + 217641@hsesinfo.org + Mrs. + F217643 + L217643 + + 217643@hsesinfo.org + Mrs. + F217639 + L217639 + + 217639@hsesinfo.org + 555-555-7639 x 5555 + + + 7068 + 2757 + 10504 + 200 + 2011 + 2016-01-01 + + EHS + Active + Juniata County Head Start + www.tiu11.org + 2757@hsesinfo.org + 538 E Industrial Dr + + Mifflintown + PA + 17059-8295 + 538 E Industrial Dr + + Mifflintown + PA + 17059-8295 + 538 E Industrial Dr + + Mifflintown + PA + 17059-8295 + Ms. + F205144 + L205144 + + Board President + 205144@hsesinfo.org + Dr. + F205145 + L205145 + + + 205145@hsesinfo.org + Mrs. + F205147 + L205147 + + 205147@hsesinfo.org + Mrs. + F205143 + L205143 + + 205143@hsesinfo.org + 555-555-5143 + + + 8546 + 8426 + 10952 + 200 + 2017 + 2017-03-01 + + EHS + Active + Maricopa County Human Services + https://www.maricopa.gov/3868/Human-Services + 8426@hsesinfo.org + 234 N Central Ave, Suite 3201 + + Phoenix + AZ + 85004-0948 + 234 N Central Ave, Suite 3201 + + Phoenix + AZ + 85004-0948 + 234 N Central Ave + Fl 3 + Phoenix + AZ + 85004-0948 + Mr. + F208550 + L208550 + + Chairman, Maricopa County Board of Supervisors + 208550@hsesinfo.org + Mr. + F208551 + L208551 + + Human Services Director + 208551@hsesinfo.org + Ms. + F208553 + L208553 + + 208553@hsesinfo.org + Ms. + F208549 + L208549 + + 208549@hsesinfo.org + 555-555-8549 + + + 8079 + 1975 + 10588 + 000 + 1994 + 2016-07-01 + + HS + Active + Wray School District RD-2 + + 1975@hsesinfo.org + 30222 County Road 35 + + Wray + CO + 80758-9338 + 30222 County Road 35 + + Wray + CO + 80758-9338 + 30222 County Road 35 + + Wray + CO + 80758-9338 + Mr. + F205738 + L205738 + + Wray School District RD-2 Board of Education President + 205738@hsesinfo.org + Mr. + F205739 + L205739 + + Superintendent + 205739@hsesinfo.org + Mrs. + F205741 + L205741 + + 205741@hsesinfo.org + Mrs. + F205737 + L205737 + + 205737@hsesinfo.org + 555-555-5737 + + + 6293 + 1431 + 9885 + 000 + 1992 + 2015-05-01 + 2020-04-30 + HS + Inactive + United Community Action Partnership, Inc. + https://unitedcapmn.org/ + 1431@hsesinfo.org + 200 4th St SW + + Willmar + MN + 56201-3330 + 200 4th ST, SW + P.O. Box 1359 + Willmar + MN + 56201-1359 + 200 4th St SW + + Willmar + MN + 56201-3330 + Mr. + F110416 + L110416 + + Chair of the United CAP Board of Directors + 110416@hsesinfo.org + Ms. + F110417 + L110417 + + Executive Director + 110417@hsesinfo.org + Ms. + F110419 + L110419 + + 110419@hsesinfo.org + Dr. + F110415 + L110415 + + 110415@hsesinfo.org + 555-555-0415 x 5555 + + + 6294 + 4294 + 9885 + 200 + 2014 + 2015-05-01 + 2020-04-30 + EHS + Inactive + United Community Action Partnership, Inc. + https://unitedcapmn.org/ + 4294@hsesinfo.org + 200 4th St SW + + Willmar + MN + 56201-3330 + 200 4th St SW + PO Box 1359 + Willmar + MN + 56201-3330 + 101 South Vesta St + + Cosmos + MN + 56228 + Mr. + F110423 + L110423 + + Chair of the Board of Directors + 110423@hsesinfo.org + Ms. + F110424 + L110424 + + Executive Director + 110424@hsesinfo.org + Ms. + F110426 + L110426 + + 110426@hsesinfo.org + Dr. + F110422 + L110422 + + 110422@hsesinfo.org + 555-555-0422 x 5555 + + + 5882 + 654 + 9610 + 200 + 2003 + 2015-02-01 + 2020-06-30 + EHS + Inactive + Northeast Michigan Community Service Agency, Inc. + http://www.nemcsa.org + 654@hsesinfo.org + 2375 Gordon Road + + Alpena + MI + 49707-4627 + 2375 Gordon Road + + Alpena + MI + 49707-4627 + 2375 Gordon Rd + + Alpena + MI + 49707-4627 + Mr. + F105764 + L105764 + + Board President + 105764@hsesinfo.org + Ms. + F105763 + L105763 + + Executive Director + 105763@hsesinfo.org + Ms. + F105766 + L105766 + + 105766@hsesinfo.org + Mrs. + F105762 + L105762 + + 105762@hsesinfo.org + 555-555-5762 + + + 7060 + 275 + 10507 + 200 + 2000 + 2016-01-01 + + EHS + Active + Triumph, Inc. + http://www.triumphinc.org + 275@hsesinfo.org + 100 Hon Gordon M Owen Riverway + + Taunton + MA + 02780-2720 + 100 Hon Gordon M Owen Riverway + + Taunton + MA + 02780-2720 + 100 Hon Gordon M Owen Riverway + + Taunton + MA + 02780-2720 + Ms. + F205088 + L205088 + + President + 205088@hsesinfo.org + Ms. + F205089 + L205089 + + + 205089@hsesinfo.org + Mr. + F205091 + L205091 + + 205091@hsesinfo.org + Ms. + F205087 + L205087 + + 205087@hsesinfo.org + 555-555-5087 + + + 8896 + 974 + 11264 + 000 + 2013 + 2018-07-01 + + HS + Active + Jefferson-Clarion Head Start, Inc. + http://www.jcheadstart.com + 974@hsesinfo.org + 18 Western Avenue, Suite C + + Brookville + PA + 15825-1540 + 18 Western Avenue, Suite C + + Brookville + PA + 15825-1540 + 18 Western Avenue, Suite C + + Brookville + PA + 15825-1540 + Mrs. + F210793 + L210793 + + Chairperson + 210793@hsesinfo.org + Mrs. + F210794 + L210794 + + Executive Director + 210794@hsesinfo.org + Mrs. + F210796 + L210796 + + 210796@hsesinfo.org + Mrs. + F210792 + L210792 + + 210792@hsesinfo.org + 555-555-0792 x 5555 + + + 9665 + 3060 + 11828 + 200 + 2014 + 2019-06-01 + + EHS + Active + PIEDMONT COMMUNITY ACTIONS, INC + pcasp.org + 3060@hsesinfo.org + 300A S Daniel Morgan Ave + + Spartanburg + SC + 29306-3004 + 300A S Daniel Morgan Ave + + Spartanburg + SC + 29306-3004 + 300A S Daniel Morgan Ave + + Spartanburg + SC + 29306-3004 + Dr. + F216076 + L216076 + + Board Chairman + 216076@hsesinfo.org + Mrs. + F216077 + L216077 + + Executive Director (CEO) + 216077@hsesinfo.org + Mr. + F216079 + L216079 + + 216079@hsesinfo.org + Dr. + F216075 + L216075 + + 216075@hsesinfo.org + 555-555-6075 + + + 5681 + 3523 + 9506 + 002 + 2015 + 2015-01-01 + + HS + Active + One Hope United + http://www.onehopeunited.org/ + 3523@hsesinfo.org + One Hope United + 514 W. 31st St + Chicago + IL + 60616 + One Hope United + 514 W. 31st St + Chicago + IL + 60616 + One Hope United + 514 W. 31st St + Chicago + IL + 60616 + Mr. + F102310 + L102310 + + Board Chair + 102310@hsesinfo.org + Ms. + F102309 + L102309 + + Executive Director - Early Learning Child Development + 102309@hsesinfo.org + Ms. + F102306 + L102306 + + 102306@hsesinfo.org + Ms. + F102305 + L102305 + + 102305@hsesinfo.org + 555-555-2305 + + + 10401 + 5950 + 12408 + 200 + + 2019-08-01 + + EHS + Active + Picayune School District + + 5950@hsesinfo.org + 1620 Rosa St + + Picayune + MS + 39466-4229 + PO Box 1258 + + Picayune + MS + 39466-1258 + 706 Goodyear Blvd + + Picayune + MS + 39466-3220 + Mr. + F221147 + L221147 + + Board Chairman + 221147@hsesinfo.org + Mr. + F221148 + L221148 + + Assistant Supeintendent + 221148@hsesinfo.org + Ms. + F221150 + L221150 + + 221150@hsesinfo.org + Dr. + F221146 + L221146 + + 221146@hsesinfo.org + 555-555-1146 x 5555 + + + 10402 + 1155 + 12407 + 000 + 2014 + 2019-09-01 + + AIAN HS + Active + LUMMI INDIAN BUSINESS COUNCIL + www.lummi-nsn.gov + 1155@hsesinfo.org + 2645 Kwina Rd + + Bellingham + WA + 98226-9291 + 2665 Kwina Rd + + Bellingham + WA + 98226-9291 + 2665 Kwina Rd + + Bellingham + WA + 98226-9291 + Mr. + F221154 + L221154 + + Chairman + 221154@hsesinfo.org + Ms. + F221155 + L221155 + + General Manager + 221155@hsesinfo.org + Ms. + F221157 + L221157 + + 221157@hsesinfo.org + Ms. + F221153 + L221153 + + 221153@hsesinfo.org + 555-555-1153 + + + 10403 + 2617 + 12407 + 200 + 2014 + 2019-09-01 + + AIAN EHS + Active + LUMMI INDIAN BUSINESS COUNCIL + + 2617@hsesinfo.org + 2665 Kwina Rd + + Bellingham + WA + 98226-9291 + 2665 Kwina Rd + + Bellingham + WA + 98226-9291 + 2665 Kwina Rd + + Bellingham + WA + 98226-9291 + Mr. + F221161 + L221161 + + Chairman + 221161@hsesinfo.org + Ms. + F221162 + L221162 + + General Manager + 221162@hsesinfo.org + Ms. + F221164 + L221164 + + 221164@hsesinfo.org + Ms. + F221160 + L221160 + + 221160@hsesinfo.org + 555-555-1160 + + + 8897 + 3246 + 11264 + 200 + 2013 + 2018-07-01 + + EHS + Active + Jefferson-Clarion Head Start, Inc. + www.jcheadstart.com + 3246@hsesinfo.org + 18 Western Avenue, Suite C + + Brookville + PA + 15825-1540 + 18 Western Avenue, Suite C + + Brookville + PA + 15825-1540 + 18 Western Avenue, Suite C + + Brookville + PA + 15825-1540 + Mrs. + F210800 + L210800 + + Chairperson + 210800@hsesinfo.org + Mrs. + F210801 + L210801 + + Executive Director + 210801@hsesinfo.org + Mrs. + F210803 + L210803 + + 210803@hsesinfo.org + Mrs. + F210799 + L210799 + + 210799@hsesinfo.org + 555-555-0799 x 5555 + + + 9400 + 8752 + 9293 + 200 + 2019 + 2019-07-01 + 2020-06-30 + EHS + Inactive + Northwestern Ohio Community Action Commission + http://www.nocac.org + 8752@hsesinfo.org + 1933 East Second Street + + Defiance + OH + 43512-2503 + 1933 East Second Street + + Defiance + OH + 43512-2503 + 1933 East Second Street + + Defiance + OH + 43512-2503 + Mr. + F214321 + L214321 + + Board President + 214321@hsesinfo.org + Ms. + F214319 + L214319 + + Executive Director + 214319@hsesinfo.org + Ms. + F214322 + L214322 + + 214322@hsesinfo.org + Ms. + F214318 + L214318 + + 214318@hsesinfo.org + 555-555-4318 x 5555 + + + 8296 + 2359 + 10677 + 000 + 1992 + 2016-07-01 + + HS + Active + Fairfax County Board of Supervisors + http://www.fairfaxcounty.gov/childcare + 2359@hsesinfo.org + 12011 Government Center Pkwy, Suite 903 + Pennino Building, Head Start Program + Fairfax + VA + 22035-1100 + 12011 Government Center Pkwy, Suite 903 + Pennino Building, Head Start Program + Fairfax + VA + 22035-1100 + 12011 Government Center Pkwy, Suite 903 + Pennino Building, Head Start Program + Fairfax + VA + 22035-1100 + Mr. + F207212 + L207212 + + Chairman, Board of Supervisors + 207212@hsesinfo.org + Ms. + F207213 + L207213 + + Deputy County Executive + 207213@hsesinfo.org + Mrs. + F207215 + L207215 + + 207215@hsesinfo.org + Ms. + F207211 + L207211 + + 207211@hsesinfo.org + 555-555-7211 + + + 6484 + 962 + 10110 + 000 + 1992 + 2015-07-01 + + HS + Active + SHORE UP, INC + http://www.shoreup.org + 962@hsesinfo.org + 520 Snow Hill Rd + + Salisbury + MD + 21804-6031 + 520 Snow Hill Rd + + Salisbury + MD + 21804-6031 + 520 Snow Hill Rd + + Salisbury + MD + 21804-6031 + Mr. + F201058 + L201058 + + Board of Director's Chairpeson + 201058@hsesinfo.org + Mr. + F201059 + L201059 + + Executive Director + 201059@hsesinfo.org + Ms. + F201061 + L201061 + + 201061@hsesinfo.org + Dr. + F201057 + L201057 + + 201057@hsesinfo.org + 555-555-1057 x 5555 + + + 9668 + 2174 + 11829 + 000 + 1992 + 2019-06-01 + + HS + Active + WASHINGTON CTY CHAP NEGRO BUS & PROF WOMANS CLUB, INC + www.nbpw.org + 2174@hsesinfo.org + 101 Jones Street + Post Office Box 896 + Sandersville + GA + 31082-0896 + Post Office Box 896 + + Sandersville + GA + 31082-0896 + 101 Jones Street + Post Office Box 896 + Sandersville + GA + 31082-0896 + Ms. + F216097 + L216097 + + Board Chair + 216097@hsesinfo.org + Ms. + F216098 + L216098 + + Executive Director + 216098@hsesinfo.org + Ms. + F216100 + L216100 + + 216100@hsesinfo.org + Ms. + F216096 + L216096 + + 216096@hsesinfo.org + 555-555-6096 x 5555 + + + 8866 + 3656 + 11236 + 006 + 2013 + 2018-07-01 + + HS + Active + Family Star Montessori School + www.familystar.net + 3656@hsesinfo.org + 2246 Federal Boulevard + + DENVER + CO + 80211 + 2246 Federal Boulevard + + DENVER + CO + 80211 + 2246 Federal Boulevard + + DENVER + CO + 80211 + Mrs. + F210584 + L210584 + + Board of Directors - Chairperson + 210584@hsesinfo.org + Ms. + F210585 + L210585 + + Executive Director + 210585@hsesinfo.org + Ms. + F210587 + L210587 + + 210587@hsesinfo.org + Ms. + F210583 + L210583 + + 210583@hsesinfo.org + 555-555-0583 x 5555 + + + 9244 + 3245 + 11521 + 200 + 2013 + 2019-01-01 + + EHS + Active + SCHOHARIE COUNTY CHILD DEVELOPMENT COUNCIL, INC + www.sccdcny.org + 3245@hsesinfo.org + 114 Lark Street + + Cobleskill + NY + 12043 + 114 Lark Street + + Cobleskill + NY + 12043 + 114 Lark Street + + Cobleskill + NY + 12043 + Ms. + F213249 + L213249 + + Board of Directors President + 213249@hsesinfo.org + Ms. + F213250 + L213250 + + + 213250@hsesinfo.org + Ms. + F213252 + L213252 + + 213252@hsesinfo.org + Ms. + F213248 + L213248 + + 213248@hsesinfo.org + 555-555-3248 + + + 5760 + 1154 + 9351 + 000 + 2015 + 2015-01-01 + + AIAN HS + Active + NISQUALLY INDIAN TRIBE + http://www.nisqually-nsn.gov + 1154@hsesinfo.org + 4820 She-Nah-Num Drive SE + + Olympia + WA + 98513-9105 + 4820 She-Nah-Num Drive SE + + Olympia + WA + 98513-9105 + 4820 She-Nah-Num Drive SE + + Olympia + WA + 98513-9105 + Mr. + F103382 + L103382 + + Tribal Chairman + 103382@hsesinfo.org + Mrs. + F103383 + L103383 + + Tribal Administrator + 103383@hsesinfo.org + Ms. + F103384 + L103384 + + 103384@hsesinfo.org + Mrs. + F103380 + L103380 + + 103380@hsesinfo.org + 555-555-3380 x 5555 + + + 11269 + 5183 + 13166 + 000 + 2014 + 2020-05-01 + + HS + Active + Education Service Center Region XIV + www.esc14.net + 5183@hsesinfo.org + 1850 HIGHWAY 351 + + ABILENE + TX + 79601-4750 + 1850 HIGHWAY 351 + + ABILENE + TX + 79601-4750 + 1850 HIGHWAY 351 + + ABILENE + TX + 79601-4750 + Dr. + F227013 + L227013 + + Board Chairperson + 227013@hsesinfo.org + Mr. + F227014 + L227014 + + Executive Director + 227014@hsesinfo.org + Mrs. + F227016 + L227016 + + 227016@hsesinfo.org + Mrs. + F227012 + L227012 + + 227012@hsesinfo.org + 555-555-7012 + + + 6590 + 785 + 10153 + 000 + 1992 + 2015-07-01 + + HS + Active + Hill Country Community Action Association, Inc. + http://www.hccaa.com + 785@hsesinfo.org + 2905 W Wallace St + + San Saba + TX + 76877-3840 + 2905 W Wallace St + + San Saba + TX + 76877-3840 + 2905 W Wallace St + + San Saba + TX + 76877-3840 + Mr. + F201800 + L201800 + + + 201800@hsesinfo.org + Mrs. + F201801 + L201801 + + + 201801@hsesinfo.org + Mrs. + F201803 + L201803 + + 201803@hsesinfo.org + Mrs. + F201799 + L201799 + + 201799@hsesinfo.org + 555-555-1799 x 5555 + + + 6167 + 6174 + 9823 + 200 + + 2015-03-01 + 2020-08-31 + EHS + Inactive + City of Chattanooga Head Start/Early Head Start + http://www.chattanoogaheadstart-earlyheadstart.com + 6174@hsesinfo.org + 2302 Ocoee Street + + Chattanooga + TN + 37406-3564 + 2302 Ocoee Street + + Chattanooga + TN + 37406-3564 + 2302 Ocoee Street + + Chattanooga + TN + 37406-3564 + Dr. + F108218 + L108218 + + Chattanooga Human Services Board Chairperson + 108218@hsesinfo.org + Mrs. + F108219 + L108219 + + Deputy Administrator + 108219@hsesinfo.org + Mrs. + F108221 + L108221 + + 108221@hsesinfo.org + Ms. + F108217 + L108217 + + 108217@hsesinfo.org + 555-555-8217 + + + 8695 + 8556 + 9278 + 201 + 2017 + 2017-09-01 + 2020-05-31 + EHS + Inactive + Acelero Learning Wisconsin, Inc. (Racine County) + http://alwi.acelero.net + 8556@hsesinfo.org + 7833 W Capitol Dr + + Milwaukee + WI + 53222-2059 + 7833 W Capitol Dr + + Milwaukee + WI + 53222-2059 + 7833 W Capitol Dr + + Milwaukee + WI + 53222-2059 + Dr. + F209370 + L209370 + + + 209370@hsesinfo.org + Mr. + F209371 + L209371 + + + 209371@hsesinfo.org + Ms. + F209373 + L209373 + + 209373@hsesinfo.org + Ms. + F209369 + L209369 + + 209369@hsesinfo.org + 555-555-9369 + + + 5393 + 1327 + 9168 + 000 + 2014 + 2014-09-01 + 2020-08-31 + HS + Inactive + Tyler Independent School District + http://head-start-f.tylerisd.schoolfusion.us + 1327@hsesinfo.org + 2800 Walton Road + + Tyler + TX + 75701 + 2800 Walton Road + + Tyler + TX + 75701 + 2800 Walton Road + + Tyler + TX + 75701 + Mr. + F96731 + L96731 + + School Board President + 96731@hsesinfo.org + Dr. + F96729 + L96729 + + Superintendent/ Executive Director + 96729@hsesinfo.org + Mrs. + F96728 + L96728 + + 96728@hsesinfo.org + Mrs. + F96726 + L96726 + + 96726@hsesinfo.org + 555-555-6726 + + + 6522 + 531 + 10052 + 000 + 1992 + 2015-07-01 + 2020-06-30 + HS + Inactive + Anderson County Schools' Preschool + www.preschool.acs.ac + 531@hsesinfo.org + 708 N Main St + + Clinton + TN + 37716-3143 + 708 N Main St + + Clinton + TN + 37716-3143 + 708 N Main St + + Clinton + TN + 37716-3143 + Dr. + F201324 + L201324 + + Anderson County School Board Chair + 201324@hsesinfo.org + Dr. + F201325 + L201325 + + Anderson County Director of Schools + 201325@hsesinfo.org + Ms. + F201327 + L201327 + + 201327@hsesinfo.org + Ms. + F201323 + L201323 + + 201323@hsesinfo.org + 555-555-1323 + + + 8297 + 2358 + 10677 + 200 + 1992 + 2016-07-01 + + EHS + Active + Fairfax County Office for Children + http://www.fairfaxcounty.gov/childcare + 2358@hsesinfo.org + 12011 Government Center Pkwy, 9th Floor + Pennino Building, Head Start Program + Fairfax + VA + 22035-1100 + 12011 Government Center Pkwy, Suite 903 + Pennino Building, Head Start Program + Fairfax + VA + 22035-1100 + 12011 Government Center Pkwy, 9th Floor + Pennino Building, Head Start Program + Fairfax + VA + 22035-1100 + Mr. + F207219 + L207219 + + Chairman, Board of Supervisors + 207219@hsesinfo.org + Ms. + F207220 + L207220 + + Deputy County Executive + 207220@hsesinfo.org + Mrs. + F207222 + L207222 + + 207222@hsesinfo.org + Ms. + F207218 + L207218 + + 207218@hsesinfo.org + 555-555-7218 + + + 8810 + 8645 + 11193 + 000 + 2018 + 2018-05-01 + + HS + Active + Connecticut Institute For Communities, Inc. + www.ct-institute.org + 8645@hsesinfo.org + 120 Main St Fl 4 + + Danbury + CT + 06810-7834 + 120 Main St Fl 4 + + Danbury + CT + 06810-7834 + 120 Main St Fl 4 + + Danbury + CT + 06810-7834 + Dr. + F210214 + L210214 + Ph.D + Board Chair + 210214@hsesinfo.org + Mr. + F210215 + L210215 + Esq. + President/Chief Executive Officer + 210215@hsesinfo.org + Ms. + F210217 + L210217 + + 210217@hsesinfo.org + Ms. + F210213 + L210213 + + 210213@hsesinfo.org + 555-555-0213 x 5555 + + + 5204 + 5210 + 8889 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Rio Grande Child Development and Family Services + donnamarie5659@gmail.com + 5210@hsesinfo.org + 440 Sixth Street + + Del Norte + CO + 81132-3239 + 440 Sixth Street + + Del Norte + CO + 81132-3239 + 440 Sixth Street + + Del Norte + CO + 81132-3239 + Ms. + F51134 + L51134 + + Board Chair + 51134@hsesinfo.org + Ms. + F51135 + L51135 + + + 51135@hsesinfo.org + Ms. + F51137 + L51137 + + 51137@hsesinfo.org + Ms. + F51133 + L51133 + + 51133@hsesinfo.org + 555-555-1133 + + + 8972 + 1510 + 11320 + 000 + 2013 + 2018-08-01 + + HS + Active + GREENVILLE INDEPENDENT SCHOOL DISTRICT + + 1510@hsesinfo.org + 2504 Carver St + + Greenville + TX + 75401-3620 + 2504 Carver St + + Greenville + TX + 75401-3620 + 2504 Carver St + + Greenville + TX + 75401-3620 + Mr. + F211360 + L211360 + + Board Chair + 211360@hsesinfo.org + Mr. + F211361 + L211361 + + + 211361@hsesinfo.org + Ms. + F211363 + L211363 + + 211363@hsesinfo.org + Dr. + F211359 + L211359 + + 211359@hsesinfo.org + 555-555-1359 + + + 9863 + 8964 + 11974 + 200 + 2019 + 2019-07-01 + + EHS + Active + CDI HS/Santa Clara County, CA + www.cdiheadstart.org + 8964@hsesinfo.org + 1885 Lundy Ave + Ste 260 + San Jose + CA + 95131-1888 + PO Box 610518 + + San Jose + CA + 95161-0518 + 1885 Lundy Ave + Ste 260 + San Jose + CA + 95131-1888 + Mr. + F217454 + L217454 + + Chief Executive Officer + 217454@hsesinfo.org + Ms. + F217452 + L217452 + + Executive Director + 217452@hsesinfo.org + + F217455 + L217455 + + 217455@hsesinfo.org + Ms. + F217451 + L217451 + + 217451@hsesinfo.org + 555-555-7451 + + + 6665 + 2539 + 10032 + 200 + 1992 + 2015-07-01 + + AIAN EHS + Active + Pueblo of Laguna Department of Education + http://www.lagunaed.net + 2539@hsesinfo.org + 21 Rodeo Drive + + Laguna + NM + 87026-0000 + 21 Rodeo Drive + + Laguna + NM + 87026-0000 + 21 Rodeo Drive + + Laguna + NM + 87026-0000 + Gov. + F202325 + L202325 + Jr. + Pueblo of Laguna Governor + 202325@hsesinfo.org + Mrs. + F202326 + L202326 + + + 202326@hsesinfo.org + Mr. + F202328 + L202328 + + 202328@hsesinfo.org + Ms. + F202324 + L202324 + + 202324@hsesinfo.org + 555-555-2324 x 5555 + + + 8352 + 967 + 10706 + 200 + 2003 + 2016-07-01 + + EHS + Active + Private Industry Council Westmoreland/Fayette, Inc. + http://www.privateindustrycouncil.com + 967@hsesinfo.org + 219 Donohoe Road + + Greensburg + PA + 15601 + 219 Donohoe Road + + Greensburg + PA + 15601 + 219 Donohoe Road + + Greensburg + PA + 15601 + Mr. + F207603 + L207603 + + Board Chair + 207603@hsesinfo.org + Ms. + F207604 + L207604 + + President and CEO + 207604@hsesinfo.org + Mrs. + F207606 + L207606 + + 207606@hsesinfo.org + Ms. + F207602 + L207602 + + 207602@hsesinfo.org + 555-555-7602 x 5555 + + + 6568 + 1430 + 10156 + 000 + 1992 + 2015-07-01 + + HS + Active + Community Action Wayne/Medina + http://www.cawm.org + 1430@hsesinfo.org + 905 Pittsburg Ave + + Wooster + OH + 44691-4296 + 905 Pittsburg Ave + + Wooster + OH + 44691-4296 + 905 Pittsburg Ave + + Wooster + OH + 44691-4296 + Dr. + F201646 + L201646 + + Board Chair + 201646@hsesinfo.org + Ms. + F201647 + L201647 + + President/CEO + 201647@hsesinfo.org + Mr. + F201649 + L201649 + + 201649@hsesinfo.org + Ms. + F201645 + L201645 + + 201645@hsesinfo.org + 555-555-1645 x 5555 + + + 6569 + 1429 + 10156 + 200 + 2002 + 2015-07-01 + + EHS + Active + Community Action Wayne/Medina + http://www.cawm.org + 1429@hsesinfo.org + 905 Pittsburg Ave + + Wooster + OH + 44691-4296 + 905 Pittsburg Ave + + Wooster + OH + 44691-4296 + 905 Pittsburg Ave + + Wooster + OH + 44691-4296 + Dr. + F201653 + L201653 + + Board Chair + 201653@hsesinfo.org + Ms. + F201654 + L201654 + + President/CEO + 201654@hsesinfo.org + Mr. + F201656 + L201656 + + 201656@hsesinfo.org + Ms. + F201652 + L201652 + + 201652@hsesinfo.org + 555-555-1652 x 5555 + + + 10676 + 9077 + 9507 + 203 + 2019 + 2019-06-12 + + EHS + Active + Children's Home & Aid Society of Illinois + www.childrenshomeandaid.org + 9077@hsesinfo.org + 1701 West 63rd Street + + Chicago + IL + 60636 + 125 South Wacker Drive + 14th Floor + Chicago + IL + 60606 + 125 South Wacker Drive + 14th Floor + Chicago + IL + 60606 + Mr. + F223068 + L223068 + + Chair + 223068@hsesinfo.org + Mr. + F223066 + L223066 + + President and CEO + 223066@hsesinfo.org + Ms. + F223069 + L223069 + + 223069@hsesinfo.org + Ms. + F223065 + L223065 + + 223065@hsesinfo.org + 555-555-3065 + + + 10216 + 9022 + 12247 + 001 + 2018 + 2018-09-03 + 2019-08-31 + HS + Inactive + Wayne-Westland Community Schools + https://www.wwcsd.net/schools/pre-schools/stottlemyer-early-childhood-family-development-center/head-start/ + 9022@hsesinfo.org + 34801 Marquette St + + Westland + MI + 48185-3585 + 34801 Marquette St + + Westland + MI + 48185-3585 + 34801 Marquette St + + Westland + MI + 48185-3585 + + F219860 + L219860 + + + 219860@hsesinfo.org + + F219858 + L219858 + + + 219858@hsesinfo.org + + F219861 + L219861 + + 219861@hsesinfo.org + Ms. + F219857 + L219857 + + 219857@hsesinfo.org + 555-555-9857 + + + 9157 + 3156 + 11463 + 000 + 2013 + 2018-11-01 + + HS + Active + Marshall Starke Development Center + www.marshall-starke.org + 3156@hsesinfo.org + 1901 PIDCO Drive + + Plymouth + IN + 46563-1362 + 1901 PIDCO Drive + + Plymouth + IN + 46563-1362 + 1901 PIDCO Drive + + Plymouth + IN + 46563-1362 + Mr. + F212636 + L212636 + + Board of Directors Chairman + 212636@hsesinfo.org + Ms. + F212637 + L212637 + + + 212637@hsesinfo.org + Ms. + F212639 + L212639 + + 212639@hsesinfo.org + Ms. + F212635 + L212635 + + 212635@hsesinfo.org + 555-555-2635 x 5555 + + + 9206 + 1097 + 11497 + 200 + 2013 + 2018-12-01 + + EHS + Active + SOUTHWEST HUMAN DEVELOPMENT + http://www.swhd.org + 1097@hsesinfo.org + 2850 North 24th Street + + Phoenix + AZ + 85008-1004 + 2850 North 24th Street + + Phoenix + AZ + 85008-1004 + 2850 North 24th Street + + Phoenix + AZ + 85008-1004 + Mrs. + F212978 + L212978 + + President Board of Directors + 212978@hsesinfo.org + Ms. + F212979 + L212979 + + CEO + 212979@hsesinfo.org + Mrs. + F212981 + L212981 + + 212981@hsesinfo.org + Ms. + F212977 + L212977 + + 212977@hsesinfo.org + 555-555-2977 x 5555 + + + 9062 + 8706 + 11386 + 000 + 2018 + 2018-09-01 + + HS + Active + Fort George Community Services, Inc. + www.fortgeorgecenter.org + 8706@hsesinfo.org + 4467 Broadway + + New York + NY + 10040-2603 + 1525 Saint Nicholas Ave + + New York + NY + 10033-2604 + 1525 Saint Nicholas Ave + + New York + NY + 10033-2604 + Ms. + F212019 + L212019 + + Board Chair + 212019@hsesinfo.org + Ms. + F212020 + L212020 + + Executive Director/CEO + 212020@hsesinfo.org + Ms. + F212022 + L212022 + + 212022@hsesinfo.org + Ms. + F212018 + L212018 + + 212018@hsesinfo.org + 555-555-2018 + + + 4681 + 3880 + 8663 + 009 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + Staten Island Mental Health Society Head Start + http://www.simhs.org + 3880@hsesinfo.org + 16 Osgood Avenue + + Staten Island + NY + 10304-1804 + 16 Osgood Avenue + + Staten Island + NY + 10304-1804 + 16 Osgood Avenue + + Staten Island + NY + 10304-1804 + Mr. + F45517 + L45517 + + Chair + 45517@hsesinfo.org + Ms. + F45515 + L45515 + MSW + CEO + 45515@hsesinfo.org + Ms. + F45514 + L45514 + + 45514@hsesinfo.org + Ms. + F45513 + L45513 + + 45513@hsesinfo.org + 555-555-5513 + + + 9418 + 1227 + 11638 + 000 + 2014 + 2019-03-01 + + Migrant HS + Active + COMMUNITY ACTION PARTNERSHIP OF WESTERN NEBRASKA + http://www.capwn.org + 1227@hsesinfo.org + 3350 10th Street + + Gering + NE + 69341-1724 + 3350 10th Street + + Gering + NE + 69341-1724 + 3350 10th Street + + Gering + NE + 69341-1724 + Ms. + F214444 + L214444 + + President of Board of Directors + 214444@hsesinfo.org + Mrs. + F214445 + L214445 + + Chief ExecutiveOfficer + 214445@hsesinfo.org + Ms. + F214447 + L214447 + + 214447@hsesinfo.org + Ms. + F214443 + L214443 + + 214443@hsesinfo.org + 555-555-4443 x 5555 + + + 8892 + 772 + 11254 + 000 + 1993 + 2018-07-01 + + HS + Active + ASSUMPTION PARISH SCHOOL BOARD + http://www.assumptionschools.com + 772@hsesinfo.org + 4891 Highway 308 + + Napoleonville + LA + 70390-2101 + 4901 Highway 308 + + Napoleonville + LA + 70390 + 4901 Highway 308 + + Napoleonville + LA + 70390 + Ms. + F210765 + L210765 + + School Board President + 210765@hsesinfo.org + Mr. + F210766 + L210766 + + Superintendent + 210766@hsesinfo.org + Ms. + F210768 + L210768 + + 210768@hsesinfo.org + Mrs. + F210764 + L210764 + + 210764@hsesinfo.org + 555-555-0764 + + + 4963 + 278 + 8908 + 000 + 1991 + 2014-07-01 + 2019-11-30 + HS + Inactive + Community Program Centers of Long Island, Inc. + www.childrenscommunityhs.org + 278@hsesinfo.org + The Children's Community Head Start + 400 Sheep Pasture Road + Port Jefferson + NY + 11777-2059 + The Children's Community Head Start + 400 Sheep Pasture Road + Port Jefferson + NY + 11777-2059 + The Children's Community Head Start + 400 Sheep Pasture Road + Port Jefferson + NY + 11777-2059 + Mr. + F49272 + L49272 + + Board President + 49272@hsesinfo.org + Mr. + F49273 + L49273 + + CEO + 49273@hsesinfo.org + Ms. + F49276 + L49276 + + 49276@hsesinfo.org + Ms. + F49271 + L49271 + + 49271@hsesinfo.org + 555-555-9271 + + + 11271 + 5184 + 13166 + 200 + 2014 + 2020-05-01 + + EHS + Active + Education Service Center Region XIV + www.esc14.net + 5184@hsesinfo.org + 1850 HIGHWAY 351 + + ABILENE + TX + 79601-4750 + 1850 HIGHWAY 351 + + ABILENE + TX + 79601-4750 + 1850 HIGHWAY 351 + + ABILENE + TX + 79601-4750 + Dr. + F227027 + L227027 + + Board Chairperson + 227027@hsesinfo.org + Mr. + F227028 + L227028 + + Executive Director + 227028@hsesinfo.org + Ms. + F227030 + L227030 + + 227030@hsesinfo.org + Mrs. + F227026 + L227026 + + 227026@hsesinfo.org + 555-555-7026 + + + 4498 + 730 + 8543 + 000 + 2013 + 2013-11-29 + 2019-06-30 + HS + Inactive + Presbyterian Medical Services + http://www.pms-healthierstate.org + 730@hsesinfo.org + 1422 Paseo De Peralta + + Santa Fe + NM + 87501 + 1422 Paseo De Peralta + + Santa Fe + NM + 87501 + 1422 Paseo De Peralta + + Santa Fe + NM + 87501 + Mrs. + F42368 + L42368 + + President, Board of Directors + 42368@hsesinfo.org + Mr. + F42366 + L42366 + + + 42366@hsesinfo.org + Ms. + F42367 + L42367 + + 42367@hsesinfo.org + Mrs. + F42363 + L42363 + + 42363@hsesinfo.org + 555-555-2363 + + + 6090 + 6097 + 9806 + 200 + + 2015-03-01 + 2019-08-31 + EHS + Inactive + AVANCE - Houston, Inc. + http://www.avancehouston.org + 6097@hsesinfo.org + 4281 Dacoma St. + + Houston + TX + 77092-8607 + 4281 Dacoma St. + + Houston + TX + 77092-8607 + 4281 Dacoma St. + + Houston + TX + 77092-8607 + Mr. + F107602 + L107602 + + Board Chairperson + 107602@hsesinfo.org + Ms. + F107603 + L107603 + + Executive Director + 107603@hsesinfo.org + Mr. + F107605 + L107605 + + 107605@hsesinfo.org + Ms. + F107601 + L107601 + Ed.D + 107601@hsesinfo.org + 555-555-7601 x 5555 + + + 9672 + 1101 + 11834 + 000 + 2014 + 2019-06-01 + + HS + Active + Maui Economic Opportunity, Inc. + http://www.meoinc.org/head_start.htm + 1101@hsesinfo.org + 99 Mahalani Street + + Wailuku + HI + 96793-2530 + 99 Mahalani Street + + Wailuku + HI + 96793-2530 + 99 Mahalani Street + + Wailuku + HI + 96793-2530 + Mr. + F216125 + L216125 + + MEO Board President + 216125@hsesinfo.org + Mrs. + F216126 + L216126 + + + 216126@hsesinfo.org + Ms. + F216128 + L216128 + + 216128@hsesinfo.org + Mrs. + F216124 + L216124 + + 216124@hsesinfo.org + 555-555-6124 + + + 9673 + 1675 + 11833 + 200 + 2014 + 2019-06-01 + + AIAN EHS + Active + IOWA TRIBE OF OKLAHOMA + http://www.iowanation.org + 1675@hsesinfo.org + 335164 East 750 Rd + + Perkins + OK + 74059 + 335588 East 750 Rd + + Perkins + OK + 74059 + 335588 East 750 Rd + + Perkins + OK + 74059 + Mr. + F216132 + L216132 + Jr. + Tribal Chairman + 216132@hsesinfo.org + Ms. + F216133 + L216133 + + Tribal Administrator + 216133@hsesinfo.org + Mr. + F216135 + L216135 + + 216135@hsesinfo.org + Mrs. + F216131 + L216131 + + 216131@hsesinfo.org + 555-555-6131 + + + 8627 + 8499 + 10047 + 201 + 2017 + 2017-06-01 + 2020-05-31 + EHS + Inactive + Allegheny County/AIU Head Start + http://www.aiu3.net + 8499@hsesinfo.org + Allegheny Intermediate Unit + 475 East Waterfront Drive + Homestead + PA + 15120-1144 + Allegheny Intermediate Unit + 475 East Waterfront Drive + Homestead + PA + 15120-1144 + Allegheny Intermediate Unit + 475 East Waterfront Drive + Homestead + PA + 15120-1144 + Mrs. + F208903 + L208903 + + Board Chair + 208903@hsesinfo.org + Mrs. + F208904 + L208904 + + Executive Director + 208904@hsesinfo.org + Ms. + F208906 + L208906 + + 208906@hsesinfo.org + Mrs. + F208902 + L208902 + + 208902@hsesinfo.org + 555-555-8902 + + + 11460 + 346 + 13289 + 200 + 2014 + 2020-07-01 + + EHS + Active + Capstone Community Action, Inc. + http://www.capstonevt.org + 346@hsesinfo.org + 20 Gable Pl + + Barre + VT + 05641-4138 + 20 Gable Pl + + Barre + VT + 05641-4138 + 20 Gable Pl + + Barre + VT + 05641-4138 + Mr. + F228249 + L228249 + + President + 228249@hsesinfo.org + Ms. + F228250 + L228250 + + Executive Director + 228250@hsesinfo.org + Mr. + F228252 + L228252 + + 228252@hsesinfo.org + Ms. + F228248 + L228248 + + 228248@hsesinfo.org + 555-555-8248 + + + 9644 + 8861 + 11813 + 200 + 2019 + 2019-06-01 + + EHS + Active + CDI HS/Hendricks, Morgan, and Owen Counties, IN + www.cdiheadstart.org + 8861@hsesinfo.org + 60 E Cunningham St + + Martinsville + IN + 46151-1116 + 10065 E Harvard Ave Ste 700 + + Denver + CO + 80231-5915 + 60 E Cunningham St + + Martinsville + IN + 46151-1116 + Mr. + F215930 + L215930 + + Chief Executive Officer + 215930@hsesinfo.org + Ms. + F215928 + L215928 + + Executive Director + 215928@hsesinfo.org + + F215931 + L215931 + + 215931@hsesinfo.org + Ms. + F215927 + L215927 + + 215927@hsesinfo.org + 555-555-5927 + + + 5824 + 5830 + 9490 + 200 + + 2015-01-01 + 2020-06-30 + EHS + Inactive + City of Rockford + http://www.rockfordil.gov + 5830@hsesinfo.org + 425 E State St + + Rockford + IL + 61104-1014 + 425 E State St + + Rockford + IL + 61104-1014 + 425 E State St + + Rockford + IL + 61104-1014 + Mr. + F103954 + L103954 + + Mayor + 103954@hsesinfo.org + Ms. + F103955 + L103955 + + Executive Director + 103955@hsesinfo.org + Mr. + F103957 + L103957 + + 103957@hsesinfo.org + Mrs. + F103953 + L103953 + + 103953@hsesinfo.org + 555-555-3953 + + + 9669 + 208 + 11832 + 000 + 2014 + 2019-06-01 + + HS + Active + SOUTHERN KENNEBEC CHILD DEVELOPMENT CORPORATION + http://www.skcdc.org + 208@hsesinfo.org + 337 Maine Avenue + + Farmingdale + ME + 04344 + 337 Maine Avenue + + Farmingdale + ME + 04344 + 337 Maine Avenue + + Farmingdale + ME + 04344 + Ms. + F216104 + L216104 + + Board President + 216104@hsesinfo.org + Ms. + F216105 + L216105 + + Agency Director + 216105@hsesinfo.org + Ms. + F216107 + L216107 + + 216107@hsesinfo.org + Ms. + F216103 + L216103 + + 216103@hsesinfo.org + 555-555-6103 + + + 9670 + 207 + 11832 + 200 + 2014 + 2019-06-01 + + EHS + Active + SOUTHERN KENNEBEC CHILD DEVELOPMENT CORPORATION + http://www.skcdc.org + 207@hsesinfo.org + 337 Maine Avenue + + Farmingdale + ME + 04344 + 337 Maine Avenue + + Farmingdale + ME + 04344 + 337 Maine Avenue + + Farmingdale + ME + 04344 + Ms. + F216111 + L216111 + + Board President + 216111@hsesinfo.org + Ms. + F216112 + L216112 + + Agency Director + 216112@hsesinfo.org + Ms. + F216114 + L216114 + + 216114@hsesinfo.org + Ms. + F216110 + L216110 + + 216110@hsesinfo.org + 555-555-6110 + + + 9671 + 3010 + 11831 + 000 + 1992 + 2019-06-01 + + HS + Active + NORTHWEST MONTANA HEAD START, INC + www.nwmtheadstart.org + 3010@hsesinfo.org + 79 Seventh Avenue EN + + Kalispell + MT + 59901-4100 + 79 Seventh Avenue EN + + Kalispell + MT + 59901-4100 + 79 Seventh Avenue EN + + Kalispell + MT + 59901-4100 + Ms. + F216118 + L216118 + + Chair + 216118@hsesinfo.org + Ms. + F216119 + L216119 + + Director + 216119@hsesinfo.org + Ms. + F216121 + L216121 + + 216121@hsesinfo.org + Ms. + F216117 + L216117 + + 216117@hsesinfo.org + 555-555-6117 + + + 5090 + 566 + 9019 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Economic Opportunity Authority for Savannah-Chatham Co. + http://www.eoasga.org + 566@hsesinfo.org + 1120 May St + + Savannah + GA + 31415-5470 + 1120 May St + + Savannah + GA + 31415-5470 + 1120 May St + + Savannah + GA + 31415-5470 + Dr. + F51550 + L51550 + + EOA Board Chairperson + 51550@hsesinfo.org + Ms. + F51552 + L51552 + + EOA Executive Director + 51552@hsesinfo.org + Ms. + F51549 + L51549 + + 51549@hsesinfo.org + Mrs. + F51548 + L51548 + + 51548@hsesinfo.org + 555-555-1548 x 5555 + + + 5091 + 565 + 9019 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Economic Opportunity Authority for Savannah-Chatham Co. + http://www.eoasga.org + 565@hsesinfo.org + 1120 May St + + Savannah + GA + 31415-5470 + 1120 May St + + Savannah + GA + 31415-5470 + 1120 May St + + Savannah + GA + 31415-5470 + Dr. + F51557 + L51557 + + EOA Board Chairperson + 51557@hsesinfo.org + Ms. + F51556 + L51556 + + EOA Executive Director + 51556@hsesinfo.org + Ms. + F51559 + L51559 + + 51559@hsesinfo.org + Mrs. + F51555 + L51555 + + 51555@hsesinfo.org + 555-555-1555 x 5555 + + + 8514 + 8394 + 10915 + 200 + 2017 + 2017-03-01 + + EHS + Active + Mid Florida Community Services, Inc. + http://www.mfcs.us.com + 8394@hsesinfo.org + 820 Kennedy Blvd + + Brooksville + FL + 34601-5704 + 820 Kennedy Blvd + + Brooksville + FL + 34601-5704 + 820 Kennedy Blvd + + Brooksville + FL + 34601-5704 + Mr. + F208324 + L208324 + + Chairman, Board of Directors + 208324@hsesinfo.org + Mr. + F208325 + L208325 + + Executive Director + 208325@hsesinfo.org + Mr. + F208327 + L208327 + + 208327@hsesinfo.org + Mrs. + F208323 + L208323 + + 208323@hsesinfo.org + 555-555-8323 + + + 6945 + 2737 + 10417 + 200 + 2011 + 2015-11-01 + 2020-10-31 + EHS + Inactive + Highland County Community Action Organization, Inc. + www.hccao.org + 2737@hsesinfo.org + 1487 N High St + + Hillsboro + OH + 45133-8496 + 1487 N High St + + Hillsboro + OH + 45133-8496 + 1487 N High St + + Hillsboro + OH + 45133-8496 + Mr. + F204277 + L204277 + + Board Chairman + 204277@hsesinfo.org + Ms. + F204278 + L204278 + + CEO/Executive Director + 204278@hsesinfo.org + Mrs. + F204280 + L204280 + + 204280@hsesinfo.org + Ms. + F204276 + L204276 + + 204276@hsesinfo.org + 555-555-4276 x 5555 + + + 5960 + 5967 + 9615 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + CHILDCAREGROUP + www.childcaregroup.org + 5967@hsesinfo.org + 1420 W MOCKINGBIRD LANE + SUITE 300 + DALLAS + TX + 75247-4973 + 1420 W MOCKINGBIRD LANE + SUITE 300 + DALLAS + TX + 75247-4973 + 1420 W MOCKINGBIRD LANE + SUITE 300 + DALLAS + TX + 75247-4973 + Ms. + F106334 + L106334 + + Chairman, Board of Trustees + 106334@hsesinfo.org + Mrs. + F106335 + L106335 + + CEO + 106335@hsesinfo.org + Ms. + F106337 + L106337 + + 106337@hsesinfo.org + Mrs. + F106333 + L106333 + + 106333@hsesinfo.org + 555-555-6333 + + + 4895 + 609 + 8873 + 000 + 2014 + 2014-06-01 + 2019-05-31 + HS + Inactive + LOWNDES COUNTY BOARD OF EDUCATION + www.lowndesboeheadstart.org + 609@hsesinfo.org + 107 Lafayette St + + Hayneville + AL + 36040-2073 + PO Box 158 + + Hayneville + AL + 36040-0158 + 107 Lafayette St + + Hayneville + AL + 36040-2073 + Mr. + F48183 + L48183 + + Board President + 48183@hsesinfo.org + Mr. + F48182 + L48182 + + Superintendent + 48182@hsesinfo.org + Mrs. + F48185 + L48185 + + 48185@hsesinfo.org + Ms. + F48181 + L48181 + + 48181@hsesinfo.org + 555-555-8181 x 5555 + + + 4865 + 1101 + 8830 + 000 + 2014 + 2014-06-01 + 2019-05-31 + HS + Inactive + Maui Economic Opportunity, Inc. + http://www.meoinc.org/head_start.htm + 1101@hsesinfo.org + 99 Mahalani Street + + Wailuku + HI + 96793-2530 + 99 Mahalani Street + + Wailuku + HI + 96793-2530 + 99 Mahalani Street + + Wailuku + HI + 96793-2530 + Mr. + F47669 + L47669 + + MEO Board President + 47669@hsesinfo.org + Mrs. + F47666 + L47666 + + + 47666@hsesinfo.org + Ms. + F47668 + L47668 + + 47668@hsesinfo.org + Mrs. + F47664 + L47664 + + 47664@hsesinfo.org + 555-555-7664 + + + 4653 + 1420 + 8610 + 000 + 2014 + 2014-03-01 + 2019-06-30 + HS + Inactive + Northeast Nebraska Community Action Partnership, Inc + http://www.nencap.org + 1420@hsesinfo.org + 603 Earl St + + Pender + NE + 68047-5030 + PO Box 667 + + Pender + NE + 68047-0667 + 603 Earl St + + Pender + NE + 68047-5030 + Mr. + F44598 + L44598 + + Board Chairperson + 44598@hsesinfo.org + Mrs. + F44597 + L44597 + + Executive Director + 44597@hsesinfo.org + Mrs. + F44594 + L44594 + + 44594@hsesinfo.org + Mrs. + F44593 + L44593 + + 44593@hsesinfo.org + 555-555-4593 x 5555 + + + 4607 + 261 + 8586 + 200 + 2014 + 2014-02-01 + 2019-01-31 + EHS + Inactive + EDUCATIONAL ALLIANCE + http://www.edalliance.org + 261@hsesinfo.org + 197 East Broadway + 2nd Floor + New York + NY + 10002-5507 + 197 East Broadway + 2nd Floor + New York + NY + 10002-5507 + 197 East Broadway + 2nd Floor + New York + NY + 10002-5507 + Ms. + F44018 + L44018 + + Board Chair + 44018@hsesinfo.org + Mr. + F44020 + L44020 + + President and CEO + 44020@hsesinfo.org + Ms. + F44021 + L44021 + + 44021@hsesinfo.org + Mr. + F44017 + L44017 + + 44017@hsesinfo.org + 555-555-4017 + + + 9534 + 2361 + 11754 + 200 + 2014 + 2019-04-01 + + EHS + Active + SUNBEAM FAMILY SERVICES, INC + http://www.sunbeamfamilyservices.org + 2361@hsesinfo.org + 1100 NW 14th St + + Oklahoma City + OK + 73106-4450 + 1100 NW 14th St + + Oklahoma City + OK + 73106-4450 + 1100 NW 14th St + + Oklahoma City + OK + 73106-4450 + Ms. + F215235 + L215235 + + Sunbeam Board President + 215235@hsesinfo.org + Ms. + F215236 + L215236 + + Chief Executive Officer + 215236@hsesinfo.org + Mr. + F215238 + L215238 + + 215238@hsesinfo.org + Ms. + F215234 + L215234 + + 215234@hsesinfo.org + 555-555-5234 + + + 5281 + 3673 + 9128 + 003 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Pacific Asian Consortium In Employment + http://www.pacela.org + 3673@hsesinfo.org + 1055 Wilshire Blvd + Ste 1050 + Los Angeles + CA + 90017-5654 + 1055 Wilshire Blvd + Ste 1050 + Los Angeles + CA + 90017-5654 + 1055 Wilshire Blvd + Ste 1050 + Los Angeles + CA + 90017-5654 + Mr. + F53309 + L53309 + + Chair + 53309@hsesinfo.org + Mr. + F53312 + L53312 + + CEO + 53312@hsesinfo.org + Ms. + F53310 + L53310 + + 53310@hsesinfo.org + Ms. + F53308 + L53308 + + 53308@hsesinfo.org + 555-555-3308 + + + 9357 + 1360 + 11597 + 000 + 2014 + 2019-02-01 + 2020-01-31 + HS + Inactive + SARPY COUNTY COOPERATIVE HEAD START + http://www.sarpyheadstart.org + 1360@hsesinfo.org + 701 Olson Drive, Suite 111 + + Papillion + NE + 68046-4797 + 701 Olson Drive, Suite 111 + + Papillion + NE + 68046-4797 + 701 Olson Drive, Suite 111 + + Papillion + NE + 68046-4797 + Dr. + F214032 + L214032 + + President, Board of Directors + 214032@hsesinfo.org + Ms. + F214033 + L214033 + + Director + 214033@hsesinfo.org + Ms. + F214035 + L214035 + + 214035@hsesinfo.org + Ms. + F214031 + L214031 + + 214031@hsesinfo.org + 555-555-4031 x 5555 + + + 8024 + 1387 + 10530 + 000 + 1992 + 2016-02-01 + + HS + Active + Community Action Corporation of South Texas + http://www.cacost.org + 1387@hsesinfo.org + 204 East 1st Street + P.O. Drawer 1820 + Alice + TX + 78333-1820 + 204 East 1st Street + P.O. Drawer 1820 + Alice + TX + 78333-1820 + 204 East 1st Street + P.O. Drawer 1820 + Alice + TX + 78333-1820 + Mr. + F205369 + L205369 + Jr. + Board Chairperson + 205369@hsesinfo.org + Ms. + F205370 + L205370 + + Executive Director + 205370@hsesinfo.org + Mrs. + F205372 + L205372 + + 205372@hsesinfo.org + Mrs. + F205368 + L205368 + + 205368@hsesinfo.org + 555-555-5368 x 5555 + + + 9358 + 1361 + 11597 + 200 + 2014 + 2019-02-01 + 2020-01-31 + EHS + Inactive + SARPY COUNTY COOPERATIVE HEAD START + www.sarpyheadstart.org + 1361@hsesinfo.org + 701 Olson Drive, Suite 111 + + Papillion + NE + 68046-4797 + 701 Olson Drive, Suite 111 + + Papillion + NE + 68046-4797 + 701 Olson Drive, Suite 111 + + Papillion + NE + 68046-4797 + Dr. + F214039 + L214039 + + President, Board of Directors + 214039@hsesinfo.org + Ms. + F214040 + L214040 + + Director + 214040@hsesinfo.org + Ms. + F214042 + L214042 + + 214042@hsesinfo.org + Ms. + F214038 + L214038 + + 214038@hsesinfo.org + 555-555-4038 x 5555 + + + 6944 + 393 + 10417 + 000 + 1991 + 2015-11-01 + 2020-10-31 + HS + Inactive + Highland County Community Action Organization, Inc + http://www.hccao.org + 393@hsesinfo.org + 1487 N High St + + Hillsboro + OH + 45133-8496 + 1487 N High St + + Hillsboro + OH + 45133-8496 + 1487 N High St + + Hillsboro + OH + 45133-8496 + Mr. + F204270 + L204270 + + Board Chairperson + 204270@hsesinfo.org + Ms. + F204271 + L204271 + + CEO/ Executive Director + 204271@hsesinfo.org + Mrs. + F204273 + L204273 + + 204273@hsesinfo.org + Ms. + F204269 + L204269 + + 204269@hsesinfo.org + 555-555-4269 x 5555 + + + 9307 + 2207 + 11562 + 200 + 2013 + 2019-01-01 + + EHS + Active + MountainHeart Community Services, Inc. + http://www.mountain-heart.org + 2207@hsesinfo.org + 33 Mountainheart Lane + + Matheny + WV + 24860 + P.O. Box 1509 + + Oceana + WV + 24870-1509 + 33 Mountainheart Lane + + Matheny + WV + 24860 + Mrs. + F213687 + L213687 + + + 213687@hsesinfo.org + Mrs. + F213688 + L213688 + + + 213688@hsesinfo.org + Mrs. + F213690 + L213690 + + 213690@hsesinfo.org + Ms. + F213686 + L213686 + + 213686@hsesinfo.org + 555-555-3686 x 5555 + + + 4508 + 1119 + 8513 + 000 + 2013 + 2013-11-29 + 2019-06-30 + HS + Inactive + COMMUNITY CHILD CARE CENTER + www.community-childcare.org + 1119@hsesinfo.org + 530 NW Greyhound Way + + Pullman + WA + 99163-4235 + 530 NW Greyhound Way + + Pullman + WA + 99163-4235 + 530 NW Greyhound Way + + Pullman + WA + 99163-4235 + Ms. + F42463 + L42463 + + Executive Board President + 42463@hsesinfo.org + Ms. + F42465 + L42465 + + Executive Director + 42465@hsesinfo.org + Ms. + F42464 + L42464 + + 42464@hsesinfo.org + Ms. + F42462 + L42462 + + 42462@hsesinfo.org + 555-555-2462 + + + 8237 + 2059 + 10634 + 000 + 1991 + 2016-07-01 + + HS + Active + Bright Beginnings for Kittitas County + http://www.bbfkc.org + 2059@hsesinfo.org + 220 E Helena Ave + + Ellensburg + WA + 98926-2004 + 220 E. Helena Avenue + + Ellensburg + WA + 98926 + 220 E Helena Ave + + Ellensburg + WA + 98926-2004 + Ms. + F206774 + L206774 + + Board Chair + 206774@hsesinfo.org + Mr. + F206775 + L206775 + + Executive Director + 206775@hsesinfo.org + Ms. + F206777 + L206777 + + 206777@hsesinfo.org + Mr. + F206773 + L206773 + + 206773@hsesinfo.org + 555-555-6773 + + + 8238 + 2791 + 10634 + 200 + 2011 + 2016-07-01 + + EHS + Active + Bright Beginnings for Kittitas County + www.bbfkc.org + 2791@hsesinfo.org + 220 E Helena Ave + + Ellensburg + WA + 98926-2004 + 220 E. Helena Avenue + + Ellensburg + WA + 98926 + 220 E Helena Ave + + Ellensburg + WA + 98926-2004 + Ms. + F206781 + L206781 + + Board Chair + 206781@hsesinfo.org + Mr. + F206782 + L206782 + + Executive Director + 206782@hsesinfo.org + Ms. + F206784 + L206784 + + 206784@hsesinfo.org + Mr. + F206780 + L206780 + + 206780@hsesinfo.org + 555-555-6780 + + + 9391 + 2964 + 11624 + 000 + 2013 + 2019-02-01 + + HS + Active + Community Action Program for Central Arkansas + www.capcainc.org + 2964@hsesinfo.org + 707 Robins Street Suite 118 + + Conway + AR + 72034-6517 + 707 Robins Street Suite 118 + + Conway + AR + 72034-6517 + 707 Robins Street Suite 118 + + Conway + AR + 72034-6517 + Ms. + F214270 + L214270 + + Governing Board Chairman + 214270@hsesinfo.org + Ms. + F214271 + L214271 + + Executive Director + 214271@hsesinfo.org + Ms. + F214273 + L214273 + + 214273@hsesinfo.org + Mrs. + F214269 + L214269 + + 214269@hsesinfo.org + 555-555-4269 x 5555 + + + 6256 + 661 + 9606 + 000 + 1992 + 2015-04-01 + + HS + Active + CAP Services' Early Childhood Development + http://www.capservices.org + 661@hsesinfo.org + 2900 Hoover Rd + Ste B + Stevens Point + WI + 54481-5678 + 2900 Hoover Rd + Ste B + Stevens Point + WI + 54481-5678 + 2900 Hoover Rd + Ste B + Stevens Point + WI + 54481-5678 + Mr. + F109758 + L109758 + + Chairperson + 109758@hsesinfo.org + Ms. + F109754 + L109754 + + CEO/President + 109754@hsesinfo.org + Ms. + F109757 + L109757 + + 109757@hsesinfo.org + Ms. + F109753 + L109753 + + 109753@hsesinfo.org + 555-555-9753 + + + 4955 + 2768 + 8801 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Wood County Head Start, Inc. + www.woodcoheadstart.org + 2768@hsesinfo.org + 1011 8th Street South + + Wisconsin Rapids + WI + 54494 + 1011 8th Street South + + Wisconsin Rapids + WI + 54494 + 1011 8th Street South + + Wisconsin Rapids + WI + 54494 + Ms. + F49240 + L49240 + + + 49240@hsesinfo.org + Mr. + F49238 + L49238 + + + 49238@hsesinfo.org + Ms. + F49237 + L49237 + + 49237@hsesinfo.org + Mr. + F49236 + L49236 + + 49236@hsesinfo.org + 555-555-9236 + + + 6257 + 2753 + 9606 + 200 + 2011 + 2015-04-01 + + EHS + Active + CAP Services' Early Childhood Development + http://www.capservices.org + 2753@hsesinfo.org + 2900 Hoover Rd + Ste B + Stevens Point + WI + 54481-5678 + 2900 Hoover Rd + Ste B + Stevens Point + WI + 54481-5678 + 2900 Hoover Rd + Ste B + Stevens Point + WI + 54481-5678 + Mr. + F109766 + L109766 + + Chairperson + 109766@hsesinfo.org + Ms. + F109764 + L109764 + + CEO/President + 109764@hsesinfo.org + Ms. + F109763 + L109763 + + 109763@hsesinfo.org + Ms. + F109761 + L109761 + + 109761@hsesinfo.org + 555-555-9761 + + + 10601 + 6169 + 12584 + 200 + + 2019-09-01 + + EHS + Active + CSRA Economic Opportunity Authority, Inc. + http://www.csraeoa.org + 6169@hsesinfo.org + 456 Telfair St + + Augusta + GA + 30901-5816 + 456 Telfair St + + Augusta + GA + 30901-5816 + 456 Telfair St + + Augusta + GA + 30901-5816 + Mr. + F222545 + L222545 + + Board of Directors Chariman + 222545@hsesinfo.org + Mrs. + F222546 + L222546 + + Executive Director + 222546@hsesinfo.org + Ms. + F222548 + L222548 + + 222548@hsesinfo.org + Ms. + F222544 + L222544 + + 222544@hsesinfo.org + 555-555-2544 + + + 8501 + 8381 + 10908 + 200 + 2017 + 2017-03-01 + + EHS + Active + SUNBEAM FAMILY SERVICES INC + http://www.sunbeamfamilyservices.org + 8381@hsesinfo.org + 1100 NW 14th St + + Oklahoma City + OK + 73106-4450 + 1100 NW 14th St + + Oklahoma City + OK + 73106-4450 + 1100 NW 14th St + + Oklahoma City + OK + 73106-4450 + Ms. + F208234 + L208234 + + BOARD PRESIDENT + 208234@hsesinfo.org + Ms. + F208235 + L208235 + + CHIEF EXECUTIVE OFFICER + 208235@hsesinfo.org + Mr. + F208237 + L208237 + + 208237@hsesinfo.org + Ms. + F208233 + L208233 + + 208233@hsesinfo.org + 555-555-8233 + + + 8966 + 1192 + 11307 + 000 + 1992 + 2018-08-01 + + AIAN HS + Active + Confederated Salish And Kootenai Tribes + http://www.cskt.org + 1192@hsesinfo.org + 35401 Mission Dr + + Saint Ignatius + MT + 59865 + PO Box 1510 + Confederated Salish and Kootenai Tribes-Ecs + Saint Ignatius + MT + 59865-1510 + 35401 Mission Dr + + Saint Ignatius + MT + 59865 + Ms. + F211318 + L211318 + + Tribal Chairwoman + 211318@hsesinfo.org + Ms. + F211319 + L211319 + + Director + 211319@hsesinfo.org + Ms. + F211321 + L211321 + + 211321@hsesinfo.org + Ms. + F211317 + L211317 + + 211317@hsesinfo.org + 555-555-1317 x 5555 + + + 1394 + 2965 + 2885 + 200 + 2013 + 2013-06-07 + 2019-01-31 + EHS + Inactive + Community Action Program for Central Arkansas + www.capcainc.org + 2965@hsesinfo.org + 707 Robins Street Suite 118 + + Conway + AR + 72034-6517 + 707 Robins Street Suite 118 + + Conway + AR + 72034-6517 + 707 Robins Street Suite 118 + + Conway + AR + 72034-6517 + Dr. + F41781 + L41781 + + Governing Board Chairman + 41781@hsesinfo.org + Ms. + F41779 + L41779 + + Executive Director + 41779@hsesinfo.org + Ms. + F41778 + L41778 + + 41778@hsesinfo.org + Mrs. + F36019 + L36019 + + 36019@hsesinfo.org + 555-555-6019 x 5555 + + + 9124 + 8501 + 11426 + 204 + 2017 + 2018-09-01 + + EHS + Active + Palm Springs USD + www.psusd.us + 8501@hsesinfo.org + 1000 East Tahquitz Canyon Way, Suite C + + Palm Springs + CA + 92262-6748 + 1000 East Tahquitz Canyon Way, Suite C + + Palm Springs + CA + 92262-6748 + 1000 East Tahquitz Canyon Way, Suite C + + Palm Springs + CA + 92262-6748 + Mr. + F212458 + L212458 + + Board President + 212458@hsesinfo.org + Dr. + F212459 + L212459 + + Superintendent + 212459@hsesinfo.org + Ms. + F212461 + L212461 + + 212461@hsesinfo.org + Ms. + F212457 + L212457 + + 212457@hsesinfo.org + 555-555-2457 + + + 8492 + 8372 + 8610 + 200 + 2017 + 2017-08-01 + 2019-06-30 + EHS + Inactive + Northeast Nebraska Community Action Partnership, Inc + http://www.nencap.org + 8372@hsesinfo.org + 603 Earl St + + Pender + NE + 68047-5030 + PO Box 667 + + Pender + NE + 68047-0667 + 603 Earl St + + Pender + NE + 68047-5030 + Mr. + F208172 + L208172 + + Board Chairperson + 208172@hsesinfo.org + Mrs. + F208173 + L208173 + + Executive Director + 208173@hsesinfo.org + Mrs. + F208175 + L208175 + + 208175@hsesinfo.org + Mrs. + F208171 + L208171 + + 208171@hsesinfo.org + 555-555-8171 x 5555 + + + 8663 + 8526 + 11046 + 200 + 2017 + 2017-07-01 + + EHS + Active + Municipality of Barceloneta + + 8526@hsesinfo.org + Edif Professional Center Carr #2 + + Barceloneta + PR + 00617 + PO Box 2044 + + Barceloneta + PR + 00617-2044 + Edif Professional Center Carr #2 + + Barceloneta + PR + 00617 + Hon. + F209150 + L209150 + + President Governing Body + 209150@hsesinfo.org + Mrs. + F209151 + L209151 + + + 209151@hsesinfo.org + Mrs. + F209153 + L209153 + + 209153@hsesinfo.org + Mrs. + F209149 + L209149 + + 209149@hsesinfo.org + 555-555-9149 x 5555 + + + 5804 + 5810 + 9529 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + The Campagna Center, Inc. + www.campagnacenter.org + 5810@hsesinfo.org + 418 S Washington St + + Alexandria + VA + 22314-3630 + 418 S Washington St + + Alexandria + VA + 22314-3630 + 418 S Washington St + + Alexandria + VA + 22314-3630 + Mr. + F103780 + L103780 + + + 103780@hsesinfo.org + Dr. + F103781 + L103781 + + + 103781@hsesinfo.org + Ms. + F103783 + L103783 + + 103783@hsesinfo.org + Mrs. + F103779 + L103779 + + 103779@hsesinfo.org + 555-555-3779 + + + 4534 + 1957 + 8564 + 000 + 2013 + 2013-12-23 + 2018-12-31 + HS + Inactive + CAGUAS MUNICIPALITY ECONOMIC DEVELOPMENT DEPARTMENT + http://www.caguas.gov.pr + 1957@hsesinfo.org + Jose Mercado Ave. corner of Padial St. + + Caguas + PR + 00725 + P.O. Box 907 + + Caguas + PR + 00726-0907 + Jose Mercado Ave. corner of Padial St. + + Caguas + PR + 00725 + Mr. + F43118 + L43118 + + Mayor- Board Chair + 43118@hsesinfo.org + Mrs. + F43116 + L43116 + + + 43116@hsesinfo.org + Mrs. + F43117 + L43117 + + 43117@hsesinfo.org + Mrs. + F43115 + L43115 + + 43115@hsesinfo.org + 555-555-3115 x 5555 + + + 6008 + 6015 + 9591 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Community Action Partnership of San Luis Obispo County + 1030 Southwoord Drive + 6015@hsesinfo.org + 1030 Southwood Drive + + San Luis Obispo + CA + 93401-5813 + 1030 Southwood Drive + + San Luis Obispo + CA + 93401-5813 + 1030 Southwood Drive + + San Luis Obispo + CA + 93401-5813 + Ms. + F106794 + L106794 + + Board Chairperson + 106794@hsesinfo.org + Mrs. + F106795 + L106795 + + CEO + 106795@hsesinfo.org + Ms. + F106797 + L106797 + + 106797@hsesinfo.org + Ms. + F106793 + L106793 + + 106793@hsesinfo.org + 555-555-6793 x 5555 + + + 11228 + 9266 + 12750 + 200 + 2020 + 2020-08-24 + + EHS + Active + Community Services Of Northeast Texas, Inc. + http://www.csntexas.org + 9266@hsesinfo.org + 304 E Houston St + + Linden + TX + 75563-5600 + PO Box 427 + + Linden + TX + 75563-0427 + 304 E Houston St + + Linden + TX + 75563-5600 + Rev. + F226764 + L226764 + + Governing Board Chair + 226764@hsesinfo.org + Mr. + F226762 + L226762 + + Executive Director + 226762@hsesinfo.org + Ms. + F226765 + L226765 + + 226765@hsesinfo.org + Ms. + F226761 + L226761 + + 226761@hsesinfo.org + 555-555-6761 x 5555 + + + 4524 + 3155 + 8542 + 000 + 2013 + 2013-12-02 + 2019-06-30 + HS + Inactive + COMMUNITY ACTION AGENCY OF SOMERVILLE + www.caasomerville.org + 3155@hsesinfo.org + 66-70 Union Square #104 + + Somerville + MA + 02143 + 66-70 Union Square #104 + + Somerville + MA + 02143 + 66-70 Union Square #104 + + Somerville + MA + 02143 + Ms. + F42621 + L42621 + + President Board of Directors + 42621@hsesinfo.org + Mr. + F42622 + L42622 + + + 42622@hsesinfo.org + Ms. + F42620 + L42620 + + 42620@hsesinfo.org + Ms. + F42617 + L42617 + + 42617@hsesinfo.org + 555-555-2617 x 5555 + + + 9316 + 1144 + 11573 + 000 + 2014 + 2019-01-01 + + AIAN HS + Active + THREE AFFILIATED TRIBES + www.mhanation.com + 1144@hsesinfo.org + Head Start Program + 509 9th Street North + New Town + ND + 58763 + Head Start Program + 509 9th Street North + New Town + ND + 58763 + Head Start Program + 509 9th Street North + New Town + ND + 58763 + Mr. + F213749 + L213749 + + Three Affiliated Tribes Tribal Chairman + 213749@hsesinfo.org + Mr. + F213750 + L213750 + + CEO Three Affiliated Tribes + 213750@hsesinfo.org + + F213752 + L213752 + + 213752@hsesinfo.org + Ms. + F213748 + L213748 + + 213748@hsesinfo.org + 555-555-3748 + + + 10951 + 3093 + 12913 + 200 + 2011 + 2020-01-01 + + EHS + Active + Catawba County Schools + www.catawbaschools.net + 3093@hsesinfo.org + 2110 Main Ave SE + + Hickory + NC + 28602-1405 + 2110 Main Ave SE + + Hickory + NC + 28602-1405 + P.O. 1010 + + Newton + NC + 28658 + Mr. + F224956 + L224956 + + School Board Chair + 224956@hsesinfo.org + Ms. + F224957 + L224957 + + Executive Director + 224957@hsesinfo.org + Ms. + F224959 + L224959 + + 224959@hsesinfo.org + Mr. + F224955 + L224955 + + 224955@hsesinfo.org + 555-555-4955 x 5555 + + + 4851 + 207 + 8837 + 200 + 2014 + 2014-06-01 + 2019-05-31 + EHS + Inactive + SOUTHERN KENNEBEC CHILD DEVELOPMENT CORPORATION + http://www.skcdc.org + 207@hsesinfo.org + 337 Maine Avenue + + Farmingdale + ME + 04344 + 337 Maine Avenue + + Farmingdale + ME + 04344 + 337 Maine Avenue + + Farmingdale + ME + 04344 + Ms. + F47589 + L47589 + + Board President + 47589@hsesinfo.org + Ms. + F47587 + L47587 + + Agency Director + 47587@hsesinfo.org + Ms. + F47590 + L47590 + + 47590@hsesinfo.org + Ms. + F47585 + L47585 + + 47585@hsesinfo.org + 555-555-7585 + + + 8320 + 4005 + 10685 + 003 + + 2016-07-01 + + HS + Active + Holly Head Start + www.hask12.org + 4005@hsesinfo.org + 920 Baird St + + Holly + MI + 48442-1735 + 920 Baird St + + Holly + MI + 48442-1735 + 920 Baird St + + Holly + MI + 48442-1735 + Mrs. + F207380 + L207380 + + School Board Member/ Head Start Liaison + 207380@hsesinfo.org + Mr. + F207381 + L207381 + + Superintendent + 207381@hsesinfo.org + Ms. + F207383 + L207383 + + 207383@hsesinfo.org + Ms. + F207379 + L207379 + + 207379@hsesinfo.org + 555-555-7379 + + + 9043 + 8703 + 11372 + 200 + 2018 + 2018-08-01 + + EHS + Active + COMMUNITY PROGRESS COUNCIL, INC. + http://www.yorkcpc.org + 8703@hsesinfo.org + 226 East College Avenue + + York + PA + 17403-2344 + 226 E College Ave + + York + PA + 17403-2344 + 226 E College Ave + + York + PA + 17403-2344 + Mr. + F211837 + L211837 + + President, Community Progress Council Board of Directors + 211837@hsesinfo.org + Ms. + F211838 + L211838 + + President, CEO + 211838@hsesinfo.org + Mrs. + F211840 + L211840 + + 211840@hsesinfo.org + Ms. + F211836 + L211836 + + 211836@hsesinfo.org + 555-555-1836 + + + 5217 + 3143 + 9032 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Hancock County Board of Education + www.hancock.k12.ga.us + 3143@hsesinfo.org + 79 Boland Cir + + Sparta + GA + 31087-2007 + PO Box 88 + + Sparta + GA + 31087-0088 + 79 Boland Cir + + Sparta + GA + 31087-2007 + Mrs. + F52442 + L52442 + + Hancock County of Education Board Chairman + 52442@hsesinfo.org + Ms. + F52440 + L52440 + + Superintendent of Schools + 52440@hsesinfo.org + Mr. + F52439 + L52439 + + 52439@hsesinfo.org + Dr. + F52438 + L52438 + + 52438@hsesinfo.org + 555-555-2438 x 5555 + + + 8967 + 1191 + 11307 + 200 + 2001 + 2018-08-01 + + AIAN EHS + Active + Confederated Salish And Kootenai Tribes + http://www.cskt.org + 1191@hsesinfo.org + 35401 Mission Dr + + Saint Ignatius + MT + 59865 + PO Box 1510 + Early Head Start Program + Saint Ignatius + MT + 59865-1510 + 35401 Mission Dr + + Saint Ignatius + MT + 59865 + Ms. + F211325 + L211325 + + Tribal Chairwoman + 211325@hsesinfo.org + Ms. + F211326 + L211326 + + Director + 211326@hsesinfo.org + Ms. + F211328 + L211328 + + 211328@hsesinfo.org + Ms. + F211324 + L211324 + + 211324@hsesinfo.org + 555-555-1324 x 5555 + + + 9946 + 5817 + 12046 + 200 + + 2019-07-01 + + EHS + Active + Alabama Department of Human Resources + http://dhr.alabama.gov/ + 5817@hsesinfo.org + 50 N Ripley St + + Montgomery + AL + 36130-4000 + PO Box 304000 + + Montgomery + AL + 36130-4000 + 50 N Ripley St + + Montgomery + AL + 36130-4000 + Miss + F218015 + L218015 + + Commissioner + 218015@hsesinfo.org + Mrs. + F218016 + L218016 + + Deputy Commissioner for Family Resources + 218016@hsesinfo.org + Ms. + F218018 + L218018 + + 218018@hsesinfo.org + Miss + F218014 + L218014 + + 218014@hsesinfo.org + 555-555-8014 + + + 9947 + 814 + 12036 + 000 + 2014 + 2019-07-01 + + HS + Active + Merrill Area Public School District + www.mapsedu.org + 814@hsesinfo.org + 1111 N Sales St + + Merrill + WI + 54452-3169 + 1111 N Sales St + + Merrill + WI + 54452-3169 + 1111 N Sales St + + Merrill + WI + 54452-3169 + Mr. + F218022 + L218022 + + Board President + 218022@hsesinfo.org + Dr. + F218023 + L218023 + + Superintendent + 218023@hsesinfo.org + Mrs. + F218025 + L218025 + + 218025@hsesinfo.org + Mrs. + F218021 + L218021 + + 218021@hsesinfo.org + 555-555-8021 x 5555 + + + 10602 + 6095 + 12591 + 200 + + 2019-09-01 + + EHS + Active + Center for Transforming Lives + www.transforminglives.org + 6095@hsesinfo.org + 512 W 4th St + + Fort Worth + TX + 76102-3613 + 512 W 4th St + + Fort Worth + TX + 76102-3613 + 512 W 4th St + + Fort Worth + TX + 76102-3613 + Ms. + F222552 + L222552 + + Board Chair + 222552@hsesinfo.org + Mrs. + F222553 + L222553 + + Chief Executive Officer + 222553@hsesinfo.org + Ms. + F222555 + L222555 + + 222555@hsesinfo.org + Ms. + F222551 + L222551 + + 222551@hsesinfo.org + 555-555-2551 + + + 9948 + 5831 + 12041 + 200 + + 2019-07-01 + + EHS + Active + Parents In Community Action, Inc. + www.picaheadstart.org + 5831@hsesinfo.org + 700 Humboldt Avenue North + + Minneapolis + MN + 55411-3931 + 700 Humboldt Avenue North + + Minneapolis + MN + 55411-3931 + 700 Humboldt Avenue North + + Minneapolis + MN + 55411-3931 + Ms. + F218029 + L218029 + + Board Chair + 218029@hsesinfo.org + Ms. + F218030 + L218030 + + Executive Director + 218030@hsesinfo.org + Ms. + F218032 + L218032 + + 218032@hsesinfo.org + Mr. + F218028 + L218028 + + 218028@hsesinfo.org + 555-555-8028 + + + 8761 + 8616 + 11132 + 000 + 2017 + 2017-12-01 + + HS + Active + Crystal Stairs, Inc. + www.crystalstairs.org + 8616@hsesinfo.org + 5110 West Goldleaf Circle Suite 150 + + Los Angeles + CA + 90056-1287 + 5110 West Goldleaf Circle Suite 150 + + Los Angeles + CA + 90056-1287 + 5110 West Goldleaf Circle Suite 150 + + Los Angeles + CA + 90056-1287 + Mrs. + F209792 + L209792 + + Board Chair + 209792@hsesinfo.org + Ms. + F209793 + L209793 + + Chief Executive Officer + 209793@hsesinfo.org + Mrs. + F209795 + L209795 + + 209795@hsesinfo.org + Mrs. + F209791 + L209791 + + 209791@hsesinfo.org + 555-555-9791 + + + 8568 + 8447 + 10979 + 200 + 2017 + 2017-03-01 + + EHS + Active + Crystal Stairs, Inc. + crystalstairs.org + 8447@hsesinfo.org + 5110 West Goldleaf Circle, Suite 150 + + Los Angeles + CA + 90056-1287 + 5110 West Goldleaf Circle, Suite 150 + + Los Angeles + CA + 90056-1287 + 5110 West Goldleaf Circle, Suite 150 + + Los Angeles + CA + 90056-1287 + Mrs. + F208699 + L208699 + + Board Chair + 208699@hsesinfo.org + Mrs. + F208700 + L208700 + + Chief Executive Officer + 208700@hsesinfo.org + Mrs. + F208702 + L208702 + + 208702@hsesinfo.org + Mrs. + F208698 + L208698 + + 208698@hsesinfo.org + 555-555-8698 + + + 10677 + 448 + 12687 + 000 + 2014 + 2019-11-01 + + HS + Active + Child Care Resource and Referral, Inc. + http://www.familiesfirstmn.org + 448@hsesinfo.org + 126 Woodlake Drive SE + + Rochester + MN + 55904-5533 + 126 Woodlake Drive SE + + Rochester + MN + 55904-5533 + 126 Woodlake Drive SE + + Rochester + MN + 55904-5533 + Ms. + F223072 + L223072 + + President, Board of Directors + 223072@hsesinfo.org + Mr. + F223073 + L223073 + + + 223073@hsesinfo.org + Ms. + F223075 + L223075 + + 223075@hsesinfo.org + Ms. + F223071 + L223071 + + 223071@hsesinfo.org + 555-555-3071 + + + 10678 + 2738 + 12687 + 200 + 2014 + 2019-11-01 + + EHS + Active + Child Care Resource and Referral, Inc. + www.familiesfirstmn.org + 2738@hsesinfo.org + 126 Woodlake Dr SE + + Rochester + MN + 55904-5533 + 126 Woodlake Dr SE + + Rochester + MN + 55904-5533 + 126 Woodlake Dr SE + + Rochester + MN + 55904-5533 + Mr. + F223079 + L223079 + + President, Board of Directors + 223079@hsesinfo.org + Mr. + F223080 + L223080 + + + 223080@hsesinfo.org + Ms. + F223082 + L223082 + + 223082@hsesinfo.org + Ms. + F223078 + L223078 + + 223078@hsesinfo.org + 555-555-3078 + + + 8728 + 8586 + 11106 + 200 + 2017 + 2017-09-01 + + AIAN EHS + Active + Delaware Tribe of Indians + www.delawarechild.org + 8586@hsesinfo.org + 5100 Tuxedo Blvd + + Bartlesville + OK + 74006-2838 + 5110 Tuxedo Blvd + + Bartlesville + OK + 74006-2838 + 5110 Tuxedo Blvd + + Bartlesville + OK + 74006-2838 + Mr. + F209586 + L209586 + + Chief, Delaware Tribe of Indians + 209586@hsesinfo.org + Mr. + F209587 + L209587 + + Tribal Manager + 209587@hsesinfo.org + Ms. + F209589 + L209589 + + 209589@hsesinfo.org + Ms. + F209585 + L209585 + + 209585@hsesinfo.org + 555-555-9585 + + + 9153 + 2118 + 11460 + 200 + 2013 + 2018-10-01 + + EHS + Active + COMMUNITY ACTION PIONEER VALLEY, INC + http://www.communityaction.us + 2118@hsesinfo.org + 56 Vernon St + Head Start + Northampton + MA + 01060-2861 + 56 Vernon St + Head Start + Northampton + MA + 01060-2861 + 393 Main St + Head Start + Greenfield + MA + 01301-3320 + Ms. + F212608 + L212608 + + Board Chair + 212608@hsesinfo.org + Ms. + F212609 + L212609 + + Executive Director + 212609@hsesinfo.org + Mr. + F212611 + L212611 + + 212611@hsesinfo.org + Ms. + F212607 + L212607 + + 212607@hsesinfo.org + 555-555-2607 + + + 6352 + 258 + 10026 + 000 + 1989 + 2015-07-01 + + HS + Active + Citizens For Citizens, Inc. + http://www.cfcinc.org + 258@hsesinfo.org + 264 Griffin St + + Fall River + MA + 02724-2702 + 264 Griffin St + + Fall River + MA + 02724-2702 + 264 Griffin St + + Fall River + MA + 02724-2702 + Ms. + F200134 + L200134 + + President + 200134@hsesinfo.org + Ms. + F200135 + L200135 + + Executive Director + 200135@hsesinfo.org + Ms. + F200137 + L200137 + + 200137@hsesinfo.org + Ms. + F200133 + L200133 + + 200133@hsesinfo.org + 555-555-0133 x 5555 + + + 7040 + 7059 + 10483 + 000 + + 2015-12-17 + 2019-07-31 + HS + Inactive + CDI HS/Harrison County MS + www.cdiheadstart.org + 7059@hsesinfo.org + 2700 24th Ave + + Gulfport + MS + 39501-4940 + PO Box 1946 + + Gulfport + MS + 39502-1946 + 2700 24th Ave + + Gulfport + MS + 39501-4940 + Mr. + F204947 + L204947 + + Chief Executive Officer + 204947@hsesinfo.org + Ms. + F204948 + L204948 + + Chief Executive Officer + 204948@hsesinfo.org + + F204950 + L204950 + + 204950@hsesinfo.org + Ms. + F204946 + L204946 + + 204946@hsesinfo.org + 555-555-4946 + + + 5301 + 251 + 9064 + 200 + 2014 + 2014-08-01 + 2019-07-31 + EHS + Inactive + COMMUNITY CONCEPTS, INC + http://www.community-concepts.org + 251@hsesinfo.org + 17 Market Sq + + South Paris + ME + 04281-1533 + 17 Market Sq + + South Paris + ME + 04281-1533 + 17 Market Sq + + South Paris + ME + 04281-1533 + Ms. + F54004 + L54004 + + Board President + 54004@hsesinfo.org + Mr. + F54003 + L54003 + + CEO + 54003@hsesinfo.org + Ms. + F54006 + L54006 + + 54006@hsesinfo.org + Ms. + F54002 + L54002 + + 54002@hsesinfo.org + 555-555-4002 + + + 4780 + 1477 + 8644 + 000 + 1992 + 2014-04-01 + 2019-03-31 + HS + Inactive + MAHUBE-OTWA COMMUNITY ACTION PARTNERSHIP, INC. + http://www.mahube.org + 1477@hsesinfo.org + 1125 W River Rd + + Detroit Lakes + MN + 56501-2722 + PO Box 747 + + Detroit Lakes + MN + 56502-0747 + 1125 W River Rd + + Detroit Lakes + MN + 56501-2722 + Mr. + F46534 + L46534 + + Board Chairperson + 46534@hsesinfo.org + Ms. + F46532 + L46532 + + Executive Director + 46532@hsesinfo.org + Ms. + F46533 + L46533 + + 46533@hsesinfo.org + Ms. + F46530 + L46530 + + 46530@hsesinfo.org + 555-555-6530 + + + 6914 + 373 + 10397 + 000 + 1991 + 2015-11-01 + + HS + Active + Scioto County Community Action Organization + + 373@hsesinfo.org + 433 3rd St + + Portsmouth + OH + 45662-3811 + 433 3rd St + + Portsmouth + OH + 45662-3811 + 433 3rd St + + Portsmouth + OH + 45662-3811 + Mr. + F204059 + L204059 + + Board Chairperson + 204059@hsesinfo.org + Mr. + F204060 + L204060 + + CAO Executive Director + 204060@hsesinfo.org + Ms. + F204062 + L204062 + + 204062@hsesinfo.org + Ms. + F204058 + L204058 + + 204058@hsesinfo.org + 555-555-4058 x 5555 + + + 8768 + 8621 + 11136 + 202 + 2017 + 2017-03-01 + + EHS + Active + Blueprints (formerly Community Action Southwest) + www.myblueprints.org + 8621@hsesinfo.org + 150 W Beau St + Ste 304 + Washington + PA + 15301-4425 + 150 W Beau St + Ste 304 + Washington + PA + 15301-4425 + 150 W Beau St + Ste 304 + Washington + PA + 15301-4425 + Mr. + F209841 + L209841 + + President + 209841@hsesinfo.org + Ms. + F209842 + L209842 + + Chief Executive Officer + 209842@hsesinfo.org + Ms. + F209844 + L209844 + + 209844@hsesinfo.org + Ms. + F209840 + L209840 + + 209840@hsesinfo.org + 555-555-9840 x 5555 + + + 4654 + 1003 + 8611 + 000 + 2014 + 2014-03-01 + 2019-02-28 + HS + Inactive + UPPER DES MOINES OPPORTUNITY, INC + http://www.udmo.com + 1003@hsesinfo.org + 101 W Robbins St + + Graettinger + IA + 51342-7732 + PO Box 519 + + Graettinger + IA + 51342-0519 + 101 W Robbins St + + Graettinger + IA + 51342-7732 + Ms. + F44583 + L44583 + + Board President + 44583@hsesinfo.org + Mr. + F44584 + L44584 + + + 44584@hsesinfo.org + Ms. + F44582 + L44582 + + 44582@hsesinfo.org + Ms. + F44579 + L44579 + + 44579@hsesinfo.org + 555-555-4579 x 5555 + + + 8671 + 8533 + 11051 + 000 + 2017 + 2017-07-01 + + HS + Active + Municipality of Guayama + + 8533@hsesinfo.org + 4 Calle Derkes E + + Guayama + PR + 00784-4936 + P O BOX 3030 + + Guayama + PR + 00085-3030 + 4 Calle Derkes E + + Guayama + PR + 00784-4936 + Mr. + F209206 + L209206 + + + 209206@hsesinfo.org + Ms. + F209207 + L209207 + + + 209207@hsesinfo.org + Ms. + F209209 + L209209 + + 209209@hsesinfo.org + Ms. + F209205 + L209205 + + 209205@hsesinfo.org + 555-555-9205 + + + 11461 + 2417 + 13293 + 000 + 1995 + 2020-07-01 + + Migrant HS + Active + Telamon Corporation + http://www.telamon.org + 2417@hsesinfo.org + 4713 Papermill Dr + Ste 203 + Knoxville + TN + 37909-1924 + 5560 Munford Rd + Ste 201 + Raleigh + NC + 27612-2731 + 5560 Munford Rd + Ste 201 + Raleigh + NC + 27612-2731 + Mrs. + F228256 + L228256 + + Chair, Governing Board + 228256@hsesinfo.org + Mrs. + F228257 + L228257 + + Executive Director + 228257@hsesinfo.org + + F228259 + L228259 + + 228259@hsesinfo.org + Mrs. + F228255 + L228255 + + 228255@hsesinfo.org + 555-555-8255 + + + 4655 + 1004 + 8611 + 200 + 2014 + 2014-03-01 + 2019-02-28 + EHS + Inactive + UPPER DES MOINES OPPORTUNITY, INC + http://www.udmo.com + 1004@hsesinfo.org + 101 W Robbins St + + Graettinger + IA + 51342-7732 + PO Box 519 + + Graettinger + IA + 51342-0519 + 101 W Robbins St + + Graettinger + IA + 51342-7732 + Ms. + F44588 + L44588 + + Board President + 44588@hsesinfo.org + Mr. + F44587 + L44587 + + Executive Director/CEO + 44587@hsesinfo.org + Ms. + F44589 + L44589 + + 44589@hsesinfo.org + Ms. + F44586 + L44586 + + 44586@hsesinfo.org + 555-555-4586 x 5555 + + + 9310 + 959 + 11564 + 000 + 2013 + 2019-01-01 + + HS + Active + Child Advocates of Blair County, Inc. + http://www.cabc-bchs.org + 959@hsesinfo.org + 319 Sycamore Street + + Altoona + PA + 16602-7004 + 319 Sycamore Street + + Altoona + PA + 16602-7004 + 319 Sycamore Street + + Altoona + PA + 16602-7004 + Mr. + F213708 + L213708 + + Chairman of the Board + 213708@hsesinfo.org + Ms. + F213709 + L213709 + + Executive Director + 213709@hsesinfo.org + Ms. + F213711 + L213711 + + 213711@hsesinfo.org + Ms. + F213707 + L213707 + + 213707@hsesinfo.org + 555-555-3707 x 5555 + + + 4571 + 4573 + 8488 + 200 + 2013 + 2013-12-23 + 2018-12-31 + EHS + Inactive + Volunteers of America of Los Angeles + voala.org + 4573@hsesinfo.org + 3600 Wilshire Blvd., Suite 1500 + + Los Angeles + CA + 90010-2619 + 3600 Wilshire Blvd., Suite 1500 + + Los Angeles + CA + 90010-2619 + 3600 Wilshire Blvd., Suite 1500 + + Los Angeles + CA + 90010-2619 + Mr. + F43007 + L43007 + + Executive Committee Chair + 43007@hsesinfo.org + Mr. + F43008 + L43008 + + Chief Executive Officer + 43008@hsesinfo.org + Mr. + F43010 + L43010 + + 43010@hsesinfo.org + Mr. + F43006 + L43006 + + 43006@hsesinfo.org + 555-555-3006 + + + 8207 + 663 + 10626 + 000 + 1991 + 2016-07-01 + + HS + Active + Marion Community Schools + 750 W 26th St. + 663@hsesinfo.org + 750 W 26th St + + Marion + IN + 46953-2929 + 750 W 26th St + + Marion + IN + 46953-2929 + 750 W 26th St + + Marion + IN + 46953-2929 + Ms. + F206564 + L206564 + + School Board President + 206564@hsesinfo.org + Mr. + F206565 + L206565 + + Superintendent + 206565@hsesinfo.org + Ms. + F206567 + L206567 + + 206567@hsesinfo.org + Ms. + F206563 + L206563 + + 206563@hsesinfo.org + 555-555-6563 + + + 9949 + 5828 + 12033 + 200 + + 2019-07-01 + + EHS + Active + Family Service Association of San Antonio, Inc. + www.family-service.org + 5828@hsesinfo.org + 702 San Pedro Avenue + + San Antonio + TX + 78212-4610 + 702 San Pedro Avenue + + San Antonio + TX + 78212-4610 + 702 San Pedro Avenue + + San Antonio + TX + 78212-4610 + Ms. + F218036 + L218036 + + Chair, Board of Directors + 218036@hsesinfo.org + Ms. + F218037 + L218037 + + President / CEO + 218037@hsesinfo.org + Ms. + F218039 + L218039 + + 218039@hsesinfo.org + Ms. + F218035 + L218035 + + 218035@hsesinfo.org + 555-555-8035 + + + 9950 + 5210 + 12042 + 000 + 2014 + 2019-07-01 + + HS + Active + Rio Grande Child Development and Family Services + donnamarie5659@gmail.com + 5210@hsesinfo.org + 440 Sixth Street + + Del Norte + CO + 81132-3239 + 440 Sixth Street + + Del Norte + CO + 81132-3239 + 440 Sixth Street + + Del Norte + CO + 81132-3239 + Ms. + F218043 + L218043 + + Board Chair + 218043@hsesinfo.org + Ms. + F218044 + L218044 + + + 218044@hsesinfo.org + Ms. + F218046 + L218046 + + 218046@hsesinfo.org + Ms. + F218042 + L218042 + + 218042@hsesinfo.org + 555-555-8042 + + + 5515 + 419 + 9234 + 000 + 1991 + 2014-11-01 + 2019-10-31 + HS + Inactive + Menominee Delta Schoolcraft C.A.A., Inc. + www.mdscaa.org + 419@hsesinfo.org + 507 1st Avenue North + + Escanaba + MI + 49829-3931 + 507 1st Avenue North + + Escanaba + MI + 49829-3931 + 507 1st Avenue North + + Escanaba + MI + 49829-3931 + Ms. + F99334 + L99334 + + Board Chair + 99334@hsesinfo.org + Mrs. + F99337 + L99337 + + Executive Director + 99337@hsesinfo.org + Mr. + F99335 + L99335 + + 99335@hsesinfo.org + Mrs. + F99333 + L99333 + + 99333@hsesinfo.org + 555-555-9333 x 5555 + + + 4599 + 1582 + 8508 + 200 + 2000 + 2014-02-01 + 2019-01-31 + EHS + Inactive + Volunteers of America Southwest Corporation + http://www.voa-swcal.org + 1582@hsesinfo.org + 3530 Camino Del Rio North, Suite 300 (3rd Floor) + + San Diego + CA + 92108-1746 + 3530 Camino Del Rio North, Suite 300 (3rd Floor) + + San Diego + CA + 92108-1746 + 3530 Camino Del Rio North, Suite 300 (3rd Floor) + + San Diego + CA + 92108-1746 + Mr. + F43653 + L43653 + + Board Chair + 43653@hsesinfo.org + Mr. + F43656 + L43656 + + President/CEO + 43656@hsesinfo.org + Mr. + F43655 + L43655 + + 43655@hsesinfo.org + Ms. + F43651 + L43651 + + 43651@hsesinfo.org + 555-555-3651 + + + 6625 + 6643 + 10144 + 200 + + 2015-07-01 + 2020-06-30 + EHS + Inactive + Grace Hill Settlement House + http://www.gracehill.org + 6643@hsesinfo.org + 2125 Bissell St + + Saint Louis + MO + 63107-1406 + 2125 Bissell St + + Saint Louis + MO + 63107-1406 + 2125 Bissell St + + Saint Louis + MO + 63107-1406 + Mr. + F202045 + L202045 + + Board Chair + 202045@hsesinfo.org + Ms. + F202046 + L202046 + + Interim President + 202046@hsesinfo.org + Ms. + F202048 + L202048 + + 202048@hsesinfo.org + Ms. + F202044 + L202044 + + 202044@hsesinfo.org + 555-555-2044 + + + 6660 + 2145 + 10069 + 000 + 2001 + 2015-07-01 + + HS + Active + NeighborImpact Head Start + http://www.neighborimpact.org + 2145@hsesinfo.org + 2303 SW 1st St + + Redmond + OR + 97756-7133 + 2303 SW 1st St + + Redmond + OR + 97756-7133 + 2303 SW 1st St + + Redmond + OR + 97756-7133 + Mr. + F202290 + L202290 + + Board President + 202290@hsesinfo.org + Mr. + F202291 + L202291 + + Deputy Executive Director + 202291@hsesinfo.org + Mr. + F202293 + L202293 + + 202293@hsesinfo.org + Ms. + F202289 + L202289 + + 202289@hsesinfo.org + 555-555-2289 + + + 9389 + 8504 + 11620 + 200 + 2017 + 2019-02-01 + + EHS + Active + Children's Home Society of Washington + http://www.chs-wa.org + 8504@hsesinfo.org + 12360 Lake City Way NE + Ste 450 + Seattle + WA + 98125-5452 + PO Box 15190 + + Seattle + WA + 98115-0190 + 12360 Lake City Way NE + Ste 450 + Seattle + WA + 98125-5452 + Mr. + F214256 + L214256 + + Chair, Board of Trustees + 214256@hsesinfo.org + Mr. + F214257 + L214257 + + President/CEO + 214257@hsesinfo.org + Ms. + F214259 + L214259 + + 214259@hsesinfo.org + Ms. + F214255 + L214255 + + 214255@hsesinfo.org + 555-555-4255 + + + 9053 + 3162 + 11385 + 000 + 2013 + 2018-09-01 + + HS + Active + CHOANOKE AREA DEVELOPMENT ASSOCIATION, INC + http://www.nc-cada.org + 3162@hsesinfo.org + 120 Sessoms Dr + + Rich Square + NC + 27869-9603 + PO. Box 530 + + Rich Square + NC + 27869 + 120 Sessoms Drive + + Rich Square + NC + 27869 + Ms. + F211956 + L211956 + + Board President + 211956@hsesinfo.org + Mrs. + F211957 + L211957 + + Executive Director + 211957@hsesinfo.org + Mrs. + F211959 + L211959 + + 211959@hsesinfo.org + Mrs. + F211955 + L211955 + + 211955@hsesinfo.org + 555-555-1955 x 5555 + + + 5271 + 3629 + 9118 + 001 + 2014 + 2014-07-01 + 2019-06-30 + Migrant HS + Inactive + Migrant Education, Inc. + + 3629@hsesinfo.org + 8125 Old Highway 51 N + + Cobden + IL + 62920-3044 + PO Box 600 + + Cobden + IL + 62920-0600 + 8125 Old Highway 51 N + + Cobden + IL + 62920-3044 + Mr. + F53568 + L53568 + + President + 53568@hsesinfo.org + Mr. + F53571 + L53571 + + + 53571@hsesinfo.org + Ms. + F53570 + L53570 + + 53570@hsesinfo.org + Ms. + F53567 + L53567 + + 53567@hsesinfo.org + 555-555-3567 + + + 4917 + 1050 + 8591 + 000 + 2014 + 2014-06-01 + 2019-05-31 + HS + Inactive + Minot Public School District #1 + http://headstart.minot.k12.nd.us + 1050@hsesinfo.org + 2815 Burdick Expy E + + Minot + ND + 58701-5204 + 2815 Burdick Expy E + + Minot + ND + 58701-5204 + 215 2nd St SE + + Minot + ND + 58701 + Mr. + F48361 + L48361 + + MInot School Board President + 48361@hsesinfo.org + Mr. + F48360 + L48360 + + Superintendent + 48360@hsesinfo.org + Ms. + F48363 + L48363 + + 48363@hsesinfo.org + Ms. + F48359 + L48359 + + 48359@hsesinfo.org + 555-555-8359 + + + 5616 + 4109 + 9436 + 002 + 2014 + 2014-12-01 + 2019-11-30 + HS + Inactive + Lutheran Social Services of Illinois + http://www.lssi.org + 4109@hsesinfo.org + 1001 East Touhy Avenue, Suite 187 + + Des Plaines + IL + 60018-5800 + 1001 East Touhy Avenue, Suite 187 + + Des Plaines + IL + 60018-5800 + 1001 East Touhy Avenue, Suite 187 + + Des Plaines + IL + 60018-5800 + Mr. + F101327 + L101327 + + Board Chairperson + 101327@hsesinfo.org + Mr. + F101325 + L101325 + + President/CEO + 101325@hsesinfo.org + Ms. + F101324 + L101324 + + 101324@hsesinfo.org + Ms. + F101323 + L101323 + + 101323@hsesinfo.org + 555-555-1323 + + + 9637 + 8857 + 11811 + 000 + 2019 + 2019-06-01 + + HS + Active + CDI HS/West Missouri, MO + www.cdiheadstart.org + 8857@hsesinfo.org + 1701 N 2nd St + Ste 7 + Clinton + MO + 64735-3201 + PO Box 422 + + Clinton + MO + 64735-0422 + 1701 N 2nd St + Ste 7 + Clinton + MO + 64735-3201 + Mr. + F215899 + L215899 + + Chief Executive Officer + 215899@hsesinfo.org + Ms. + F215897 + L215897 + + Executive Director + 215897@hsesinfo.org + + F215900 + L215900 + + 215900@hsesinfo.org + Ms. + F215896 + L215896 + + 215896@hsesinfo.org + 555-555-5896 + + + 8852 + 3324 + 11213 + 000 + 2013 + 2018-07-01 + + HS + Active + Montebello Unified School District + montebello.k12.ca.us/headstart + 3324@hsesinfo.org + 8432 Birchbark Ave + + Pico Rivera + CA + 90660-4904 + 8432 Birchbark Ave + + Pico Rivera + CA + 90660-4904 + 8432 Birchbark Ave + + Pico Rivera + CA + 90660-4904 + Dr. + F210445 + L210445 + Ph.D + Superintendent of Schools + 210445@hsesinfo.org + Dr. + F210446 + L210446 + Ph.D + Superintendent of Schools + 210446@hsesinfo.org + Pres. + F210448 + L210448 + + 210448@hsesinfo.org + Mr. + F210444 + L210444 + + 210444@hsesinfo.org + 555-555-0444 + + + 11292 + 282 + 13177 + 000 + 1989 + 2020-05-01 + + HS + Active + TRAINING EDUCATION & MANPOWER, INC + http://www.teaminc.org + 282@hsesinfo.org + 30 Elizabeth Street + + Derby + CT + 06418-1802 + 30 Elizabeth St + + Derby + CT + 06418-1802 + 30 Elizabeth Street + + Derby + CT + 06418 + Atty. + F227179 + L227179 + + Board Chair + 227179@hsesinfo.org + Mr. + F227180 + L227180 + + CEO/President + 227180@hsesinfo.org + Ms. + F227182 + L227182 + + 227182@hsesinfo.org + Ms. + F227178 + L227178 + + 227178@hsesinfo.org + 555-555-7178 x 5555 + + + 11293 + 3264 + 13177 + 200 + 2012 + 2020-05-01 + + EHS + Active + TRAINING EDUCATION & MANPOWER, INC + http://www.teaminc.org + 3264@hsesinfo.org + 80 Howard Ave + + Ansonia + CT + 06401-2210 + 30 Elizabeth St + + Derby + CT + 06418-1802 + 30 Elizabeth St + + Derby + CT + 06418-1802 + Ms. + F227186 + L227186 + + Board Chair + 227186@hsesinfo.org + Mr. + F227187 + L227187 + + CEO/President + 227187@hsesinfo.org + Ms. + F227189 + L227189 + + 227189@hsesinfo.org + Mrs. + F227185 + L227185 + + 227185@hsesinfo.org + 555-555-7185 x 5555 + + + 11294 + 205 + 13180 + 000 + 1992 + 2020-05-01 + + HS + Active + GREATER LAWRENCE COMMUNITY ACTION COUNCIL, INC + http://www.glcac.org + 205@hsesinfo.org + Head Start Program + 305 Essex Street, 3rd. flr. + Lawrence + MA + 01840-1473 + Head Start Program + 305 Essex Street, 3rd. flr. + Lawrence + MA + 01840-1473 + Head Start Program + 305 Essex Street, 3rd. flr. + Lawrence + MA + 01840-1473 + Mr. + F227193 + L227193 + + Chairperson - Board of Directors + 227193@hsesinfo.org + Ms. + F227194 + L227194 + + + 227194@hsesinfo.org + Mr. + F227196 + L227196 + + 227196@hsesinfo.org + Ms. + F227192 + L227192 + + 227192@hsesinfo.org + 555-555-7192 x 5555 + + + 11295 + 204 + 13180 + 200 + 2004 + 2020-05-01 + + EHS + Active + GREATER LAWRENCE COMMUNITY ACTION COUNCIL, INC + http://www.glcac.org + 204@hsesinfo.org + Early Head Start Program + 305 Essex Street, 3rd. flr. + Lawrence + MA + 01840-1473 + Early Head Start Program + 305 Essex Street, 3rd. flr. + Lawrence + MA + 01840-1473 + Early Head Start Program + 305 Essex Street, 3rd. flr. + Lawrence + MA + 01840-1473 + Mr. + F227200 + L227200 + + Chairperson - Board of Directors + 227200@hsesinfo.org + Ms. + F227201 + L227201 + + + 227201@hsesinfo.org + Mr. + F227203 + L227203 + + 227203@hsesinfo.org + Ms. + F227199 + L227199 + + 227199@hsesinfo.org + 555-555-7199 x 5555 + + + 8938 + 1713 + 11287 + 000 + 2013 + 2018-07-01 + + HS + Active + MERCER COUNTY COMMUNITY ACTION AGENCY + http://www.capmercer.org + 1713@hsesinfo.org + 75 South Dock Street + + Sharon + PA + 16146-1860 + 75 South Dock Street + + Sharon + PA + 16146-1860 + 1901 Memorial Drive + + Farrell + PA + 16121 + Mrs. + F211072 + L211072 + + Board President + 211072@hsesinfo.org + Ms. + F211073 + L211073 + + CEO + 211073@hsesinfo.org + Ms. + F211075 + L211075 + + 211075@hsesinfo.org + Mrs. + F211071 + L211071 + + 211071@hsesinfo.org + 555-555-1071 x 5555 + + + 9953 + 1271 + 12040 + 000 + 1992 + 2019-07-01 + + HS + Active + Lower Columbia College + https://lowercolumbia.edu/head-start/ + 1271@hsesinfo.org + 1600 Maple St + + Longview + WA + 98632-3907 + 1600 Maple St + + Longview + WA + 98632-3907 + 1600 Maple St + + Longview + WA + 98632-3907 + Mr. + F218064 + L218064 + + Chairman, Board of Trustees + 218064@hsesinfo.org + Ms. + F218065 + L218065 + + VP of Instruction + 218065@hsesinfo.org + Ms. + F218067 + L218067 + + 218067@hsesinfo.org + Mrs. + F218063 + L218063 + + 218063@hsesinfo.org + 555-555-8063 + + + 9954 + 2608 + 12040 + 200 + 2014 + 2019-07-01 + + EHS + Active + Lower Columbia College + http://www.lowercolumbia.edu/head-start + 2608@hsesinfo.org + 1600 Maple St + + Longview + WA + 98632-3907 + 1600 Maple St + + Longview + WA + 98632-3907 + 1600 Maple St + + Longview + WA + 98632-3907 + Mr. + F218071 + L218071 + + Chairman, Board of Trustees + 218071@hsesinfo.org + Ms. + F218072 + L218072 + + VP of Instruction + 218072@hsesinfo.org + Ms. + F218074 + L218074 + + 218074@hsesinfo.org + Mrs. + F218070 + L218070 + + 218070@hsesinfo.org + 555-555-8070 + + + 9959 + 368 + 12043 + 000 + 2013 + 2019-07-01 + + HS + Active + Lutheran Services Florida, Inc. + lsfnet.org + 368@hsesinfo.org + 301 SW 8th St + 200 S.W. 9th Street + Belle Glade + FL + 33430-3374 + 301 SW 8th St + 200 S.W. 9th Street + Belle Glade + FL + 33430-3374 + 301 SW 8th St + 200 S.W. 9th Street + Belle Glade + FL + 33430-3374 + Mr. + F218106 + L218106 + + Chairman of the Board of Lutheran Services Florida, Inc. + 218106@hsesinfo.org + Capt. + F218107 + L218107 + + Executive Vice President for Children and Head Start Services + 218107@hsesinfo.org + Mrs. + F218109 + L218109 + + 218109@hsesinfo.org + Ms. + F218105 + L218105 + + 218105@hsesinfo.org + 555-555-8105 + + + 9960 + 904 + 12032 + 000 + 2014 + 2019-07-01 + + HS + Active + Gaston Community Action, Inc + http://www.gastonca.org + 904@hsesinfo.org + 223 N Morris St + + Gastonia + NC + 28052-2244 + PO Box 1653 + + Gastonia + NC + 28053-1653 + 223 N Morris St + + Gastonia + NC + 28052-2244 + Mr. + F218113 + L218113 + + Board Chairperson + 218113@hsesinfo.org + Mr. + F218114 + L218114 + + + 218114@hsesinfo.org + Mrs. + F218116 + L218116 + + 218116@hsesinfo.org + Mrs. + F218112 + L218112 + + 218112@hsesinfo.org + 555-555-8112 + + + 9961 + 430 + 12034 + 000 + 2014 + 2019-07-01 + + HS + Active + Carolina Community Actions, Inc + www.carolinacommunityactions.org + 430@hsesinfo.org + 138 S Oakland Ave, Suite 101 + + Rock Hill + SC + 29730-4500 + PO Box 933 + + Rock Hill + SC + 29731-6933 + 138 S Oakland Ave, Suite 101 + + Rock Hill + SC + 29730-4500 + Mr. + F218120 + L218120 + III + Board Chair + 218120@hsesinfo.org + Ms. + F218121 + L218121 + + + 218121@hsesinfo.org + Ms. + F218123 + L218123 + + 218123@hsesinfo.org + Mrs. + F218119 + L218119 + + 218119@hsesinfo.org + 555-555-8119 + + + 9962 + 2810 + 12034 + 200 + 2014 + 2019-07-01 + + EHS + Active + Carolina Community Actions, Inc + www.ccainc.org + 2810@hsesinfo.org + 138 S Oakland Avenue + + ROCK HILL + SC + 29731-6933 + PO Box 933 + + Rock Hill + SC + 29731-6933 + 138 S Oakland Avenue + + ROCK HILL + SC + 29731-6933 + Mr. + F218127 + L218127 + III + Board Chair + 218127@hsesinfo.org + Ms. + F218128 + L218128 + + + 218128@hsesinfo.org + Ms. + F218130 + L218130 + + 218130@hsesinfo.org + Mrs. + F218126 + L218126 + + 218126@hsesinfo.org + 555-555-8126 + + + 9964 + 491 + 12045 + 000 + 1991 + 2019-07-01 + + HS + Active + TACOMA SCHOOL DISTRICT #10 + www.tacoma.k12.wa.us + 491@hsesinfo.org + Superintendent + 601 S. 8th St + Tacoma + WA + 98405 + Head Start Director + 3101 S. 43rd St + Tacoma + WA + 98409 + Head Start Director + 3101 S. 43rd St + Tacoma + WA + 98409 + Ms. + F218141 + L218141 + + Superintendent + 218141@hsesinfo.org + Ms. + F218142 + L218142 + + + 218142@hsesinfo.org + Ms. + F218144 + L218144 + + 218144@hsesinfo.org + Ms. + F218140 + L218140 + + 218140@hsesinfo.org + 555-555-8140 + + + 9965 + 1119 + 12039 + 000 + 2013 + 2019-07-01 + + HS + Active + COMMUNITY CHILD CARE CENTER + www.community-childcare.org + 1119@hsesinfo.org + 530 NW Greyhound + + Pullman + WA + 99163 + 530 NW Greyhound + + Pullman + WA + 99163 + 530 NW Greyhound + + Pullman + WA + 99163 + Ms. + F218148 + L218148 + + Executive Board President + 218148@hsesinfo.org + Ms. + F218149 + L218149 + + Executive Director + 218149@hsesinfo.org + Ms. + F218151 + L218151 + + 218151@hsesinfo.org + Ms. + F218147 + L218147 + + 218147@hsesinfo.org + 555-555-8147 + + + 9958 + 2017 + 12038 + 200 + 2013 + 2019-07-01 + + EHS + Active + Guilford Child Development + www.guilfordchilddev.org + 2017@hsesinfo.org + 1200 Arlington Street + + Greensboro + NC + 27406-1421 + 1200 Arlington Street + + Greensboro + NC + 27406-1421 + 1200 Arlington Street + + Greensboro + NC + 27406-1421 + Mr. + F218099 + L218099 + + Board Chair + 218099@hsesinfo.org + Mrs. + F218100 + L218100 + + Chief Operating Officer + 218100@hsesinfo.org + Ms. + F218102 + L218102 + + 218102@hsesinfo.org + Ms. + F218098 + L218098 + + 218098@hsesinfo.org + 555-555-8098 + + + 5167 + 743 + 8999 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Pine Belt Multi-Purpose CAA, Inc. + + 743@hsesinfo.org + 708 S Cooper Ave + + Jonesboro + LA + 71251-3454 + 708 S Cooper Ave + + Jonesboro + LA + 71251-3454 + 708 S Cooper Ave + + Jonesboro + LA + 71251-3454 + Mr. + F52032 + L52032 + + Board Chairman + 52032@hsesinfo.org + Mrs. + F52033 + L52033 + + Executive Director + 52033@hsesinfo.org + Mrs. + F52030 + L52030 + + 52030@hsesinfo.org + Mrs. + F52029 + L52029 + + 52029@hsesinfo.org + 555-555-2029 x 5555 + + + 9957 + 2018 + 12038 + 000 + 2013 + 2019-07-01 + + HS + Active + Guilford Child Development + www.guilfordchilddev.org + 2018@hsesinfo.org + 1200 Arlington Street + + Greensboro + NC + 27406-1421 + 1200 Arlington Street + + Greensboro + NC + 27406-1421 + 1200 Arlington Street + + Greensboro + NC + 27406-1421 + Mr. + F218092 + L218092 + + Board Chair + 218092@hsesinfo.org + Mrs. + F218093 + L218093 + . + Chief Operating Officer + 218093@hsesinfo.org + Ms. + F218095 + L218095 + + 218095@hsesinfo.org + Ms. + F218091 + L218091 + + 218091@hsesinfo.org + 555-555-8091 + + + 9568 + 8830 + 11780 + 000 + 2019 + 2019-04-01 + + HS + Active + CDI HS/Southeast Arkansas, AR + www.cdiheadstart.org + 8830@hsesinfo.org + 516 W Gaines St + + Monticello + AR + 71655-4638 + PO Box 1264 + + Monticello + AR + 71657-1264 + 516 W Gaines St + + Monticello + AR + 71655-4638 + Mr. + F215468 + L215468 + + Chief Executive Officer + 215468@hsesinfo.org + Ms. + F215466 + L215466 + + Executive Director + 215466@hsesinfo.org + + F215469 + L215469 + + 215469@hsesinfo.org + Ms. + F215465 + L215465 + + 215465@hsesinfo.org + 555-555-5465 + + + 6915 + 2735 + 10397 + 200 + 2011 + 2015-11-01 + + EHS + Active + COMMUNITY ACTION ORGANIZATION OF SCIOTO COUNTY, INC. + + 2735@hsesinfo.org + 433 3rd St + + Portsmouth + OH + 45662-3811 + 433 3rd St + + Portsmouth + OH + 45662-3811 + 433 3rd St + + Portsmouth + OH + 45662-3811 + Mr. + F204066 + L204066 + + Board Chairperson + 204066@hsesinfo.org + Mr. + F204067 + L204067 + + CAO Executive Director + 204067@hsesinfo.org + Ms. + F204069 + L204069 + + 204069@hsesinfo.org + Ms. + F204065 + L204065 + + 204065@hsesinfo.org + 555-555-4065 x 5555 + + + 9966 + 3241 + 12039 + 200 + 2013 + 2019-07-01 + + EHS + Active + COMMUNITY CHILD CARE CENTER + www.community-childcare.org + 3241@hsesinfo.org + 530 NW Greyhound Way + + Pullman + WA + 99163 + 530 NW Greyhound Way + + Pullman + WA + 99163 + 530 NW Greyhound Way + + Pullman + WA + 99163 + Ms. + F218155 + L218155 + + Executive Board President + 218155@hsesinfo.org + Ms. + F218156 + L218156 + + Executive Director + 218156@hsesinfo.org + Ms. + F218158 + L218158 + + 218158@hsesinfo.org + Ms. + F218154 + L218154 + + 218154@hsesinfo.org + 555-555-8154 + + + 4504 + 1096 + 8482 + 000 + 1991 + 2013-11-29 + 2018-11-30 + HS + Inactive + SOUTHWEST HUMAN DEVELOPMENT + http://www.swhd.org + 1096@hsesinfo.org + 2850 North 24th Street + + Phoenix + AZ + 85008-1004 + 2850 North 24th Street + + Phoenix + AZ + 85008-1004 + 2850 North 24th Street + + Phoenix + AZ + 85008-1004 + Mrs. + F42432 + L42432 + + President Board of Directors + 42432@hsesinfo.org + Ms. + F42429 + L42429 + + CEO + 42429@hsesinfo.org + Mrs. + F42428 + L42428 + + 42428@hsesinfo.org + Ms. + F42427 + L42427 + + 42427@hsesinfo.org + 555-555-2427 + + + 11296 + 1722 + 13178 + 000 + 1992 + 2020-05-01 + + HS + Active + Total Action Against Poverty In Roanoke Valley, Inc. + 302 2nd St., S. W. + 1722@hsesinfo.org + 108 N Jefferson Street, Suite 302 + + Roanoke + VA + 24016-2411 + PO Box 2868 + + Roanoke + VA + 24001-2868 + 108 N Jefferson Street, Suite 302 + + Roanoke + VA + 24016-2411 + Ms. + F227207 + L227207 + + Board Chairman + 227207@hsesinfo.org + Mrs. + F227208 + L227208 + + CEO Total Action for Progress + 227208@hsesinfo.org + Mrs. + F227210 + L227210 + + 227210@hsesinfo.org + Ms. + F227206 + L227206 + + 227206@hsesinfo.org + 555-555-7206 + + + 8225 + 3206 + 10604 + 200 + 2003 + 2016-07-01 + + EHS + Active + Community Action Partnership of Lancaster & Saunde + http://www.communityactionatwork.org + 3206@hsesinfo.org + 210 O St + + Lincoln + NE + 68508-2322 + 210 O Street + + Lincoln + NE + 68508-2322 + 210 O Street + + Lincoln + NE + 68508-2322 + Ms. + F206690 + L206690 + + Board Chair + 206690@hsesinfo.org + Ms. + F206691 + L206691 + + Executive Director + 206691@hsesinfo.org + Ms. + F206693 + L206693 + + 206693@hsesinfo.org + Ms. + F206689 + L206689 + + 206689@hsesinfo.org + 555-555-6689 + + + 8548 + 8428 + 10956 + 200 + 2017 + 2017-03-01 + + EHS + Active + Acelero, Inc. + www.acelero.net + 8428@hsesinfo.org + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + Mr. + F208564 + L208564 + + + 208564@hsesinfo.org + Mr. + F208565 + L208565 + + + 208565@hsesinfo.org + Ms. + F208567 + L208567 + + 208567@hsesinfo.org + Dr. + F208563 + L208563 + + 208563@hsesinfo.org + 555-555-8563 + + + 8954 + 3216 + 11303 + 200 + 2013 + 2018-08-01 + + EHS + Active + Texarkana Special Education Ctr Inc + http://www.oppinc.org + 3216@hsesinfo.org + 6101 North State Line Avenue + + Texarkana + TX + 75503-5309 + 6101 North State Line Avenue + + Texarkana + TX + 75503-5309 + 6101 North State Line Avenue + + Texarkana + TX + 75503-5309 + Mrs. + F211237 + L211237 + + President + 211237@hsesinfo.org + Mrs. + F211238 + L211238 + + + 211238@hsesinfo.org + Ms. + F211240 + L211240 + + 211240@hsesinfo.org + Ms. + F211236 + L211236 + + 211236@hsesinfo.org + 555-555-1236 x 5555 + + + 4796 + 1074 + 8584 + 200 + 1992 + 2014-04-01 + 2019-03-31 + EHS + Inactive + Otero Junior College Child Development Services + + 1074@hsesinfo.org + 200 Burshears Blvd + + La Junta + CO + 81050-4000 + 1802 Colorado Ave + + La Junta + CO + 81050-3400 + 1802 Colorado Ave + + La Junta + CO + 81050-3400 + Mr. + F46647 + L46647 + + Authorizing Official + 46647@hsesinfo.org + Ms. + F46648 + L46648 + + + 46648@hsesinfo.org + Ms. + F46649 + L46649 + + 46649@hsesinfo.org + Ms. + F46645 + L46645 + + 46645@hsesinfo.org + 555-555-6645 + + + 11297 + 1721 + 13178 + 200 + 2003 + 2020-05-01 + + EHS + Active + Total Action Against Poverty In Roanoke Valley, Inc. + http://www.tapintohope.org + 1721@hsesinfo.org + 302 Second Street SW, Ste 200 + + Roanoke + VA + 24011-1502 + PO Box 2868 + + Roanoke + VA + 24001-2868 + 108 N Jefferson St + Ste 302 + Roanoke + VA + 24016-2411 + Ms. + F227214 + L227214 + + Board Chairman + 227214@hsesinfo.org + Mrs. + F227215 + L227215 + + CEO Total Action for Progress + 227215@hsesinfo.org + Mrs. + F227217 + L227217 + + 227217@hsesinfo.org + Ms. + F227213 + L227213 + + 227213@hsesinfo.org + 555-555-7213 + + + 4485 + 2335 + 8540 + 200 + 2013 + 2013-11-29 + 2018-11-30 + EHS + Inactive + ULSTER COUNTY COMMUNITY ACTION COMMITTEE, INC + www.uccac.org + 2335@hsesinfo.org + 70 Lindsley Ave. + + Kingston + NY + 12401 + 70 Lindsley Ave. + + Kingston + NY + 12401 + 70 Lindsley Ave. + + Kingston + NY + 12401 + Mr. + F42280 + L42280 + + Board Chairperson + 42280@hsesinfo.org + Mr. + F42282 + L42282 + + Executive Director + 42282@hsesinfo.org + Mr. + F42281 + L42281 + + 42281@hsesinfo.org + Ms. + F42279 + L42279 + + 42279@hsesinfo.org + 555-555-2279 x 5555 + + + 5282 + 3663 + 9128 + 203 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Pacific Asian Consortium in Employment + www.pacela.com + 3663@hsesinfo.org + 1055 Wilshire Blvd + Ste 1701 + Los Angeles + CA + 90017-5600 + 1055 Wilshire Blvd + Ste 1701 + Los Angeles + CA + 90017-5600 + 1055 Wilshire Blvd + Ste 1701 + Los Angeles + CA + 90017-5600 + Mr. + F53318 + L53318 + + Chair + 53318@hsesinfo.org + Mr. + F53316 + L53316 + + CEO + 53316@hsesinfo.org + Ms. + F53315 + L53315 + + 53315@hsesinfo.org + Ms. + F53320 + L53320 + + 53320@hsesinfo.org + 555-555-3320 + + + 4981 + 305 + 8857 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Upshur Human Resources, Inc. + http://www.headstart-upshur.org + 305@hsesinfo.org + 8 Cleveland Avenue + + Buckhannon + WV + 26201-2847 + 8 Cleveland Avenue + + Buckhannon + WV + 26201-2847 + 8 Cleveland Avenue + + Buckhannon + WV + 26201-2847 + Ms. + F49351 + L49351 + + Board Chairperson + 49351@hsesinfo.org + Ms. + F49352 + L49352 + + + 49352@hsesinfo.org + Ms. + F49350 + L49350 + + 49350@hsesinfo.org + Ms. + F49348 + L49348 + + 49348@hsesinfo.org + 555-555-9348 + + + 4943 + 2820 + 8897 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Sierra Cascade Family Opportunities, Inc. + www.headstart4u.org + 2820@hsesinfo.org + 424 N Mill Creek Rd + + Quincy + CA + 95971-9678 + 424 N Mill Creek Rd + + Quincy + CA + 95971-9678 + 424 N Mill Creek Rd + + Quincy + CA + 95971-9678 + Mr. + F48715 + L48715 + + Board President + 48715@hsesinfo.org + Mrs. + F48713 + L48713 + + Executive Director + 48713@hsesinfo.org + Ms. + F48712 + L48712 + + 48712@hsesinfo.org + Mrs. + F48711 + L48711 + + 48711@hsesinfo.org + 555-555-8711 + + + 5650 + 4182 + 9445 + 211 + 2014 + 2014-12-01 + + EHS + Active + Ada S. McKinley Community Services + www.adasmckinley.org + 4182@hsesinfo.org + 11400 S Edbrooke Ave + + Chicago + IL + 60628-4930 + 11400 S Edbrooke Ave + + Chicago + IL + 60628-4930 + 11400 S Edbrooke Ave + + Chicago + IL + 60628-4930 + Ms. + F101418 + L101418 + + President, Board of Directors + 101418@hsesinfo.org + Mr. + F101416 + L101416 + + Chief Executive Officer + 101416@hsesinfo.org + Ms. + F101415 + L101415 + + 101415@hsesinfo.org + Ms. + F101414 + L101414 + + 101414@hsesinfo.org + 555-555-1414 + + + 4867 + 1271 + 8826 + 000 + 1992 + 2014-07-01 + 2019-06-30 + HS + Inactive + Lower Columbia College + https://lowercolumbia.edu/head-start/ + 1271@hsesinfo.org + 1600 Maple St + + Longview + WA + 98632-3907 + 1600 Maple St + + Longview + WA + 98632-3907 + 1600 Maple St + + Longview + WA + 98632-3907 + Mr. + F47703 + L47703 + + Chairman, Board of Trustees + 47703@hsesinfo.org + Ms. + F47704 + L47704 + + Interim VP of Instruction + 47704@hsesinfo.org + Mr. + F47706 + L47706 + + 47706@hsesinfo.org + Mrs. + F47702 + L47702 + + 47702@hsesinfo.org + 555-555-7702 + + + 10153 + 5809 + 12189 + 200 + + 2019-07-01 + + EHS + Active + Delaware Department of Education + www.doe.k12.de.us + 5809@hsesinfo.org + 401 Federal Street + Suite 2 + Dover + DE + 19901-3639 + 401 Federal Street + Suite 2 + Dover + DE + 19901-3639 + 401 Federal Street + Suite 2 + Dover + DE + 19901-3639 + Dr. + F219436 + L219436 + + Secretary of Education + 219436@hsesinfo.org + Mr. + F219437 + L219437 + + Executive Director + 219437@hsesinfo.org + + F219439 + L219439 + + 219439@hsesinfo.org + Ms. + F219435 + L219435 + + 219435@hsesinfo.org + 555-555-9435 + + + 11298 + 1424 + 13179 + 000 + 1992 + 2020-05-01 + + HS + Active + Central Missouri Community Action (CMCA) + http://www.showmeaction.org + 1424@hsesinfo.org + 807 N Providence Rd + Apt B + Columbia + MO + 65203-4359 + 807 N Providence Rd + Apt B + Columbia + MO + 65203-4359 + 807 N Providence Rd + Apt B + Columbia + MO + 65203-4359 + Mr. + F227221 + L227221 + + Board President + 227221@hsesinfo.org + Mr. + F227222 + L227222 + + Executive Director + 227222@hsesinfo.org + Ms. + F227224 + L227224 + + 227224@hsesinfo.org + Ms. + F227220 + L227220 + + 227220@hsesinfo.org + 555-555-7220 x 5555 + + + 10154 + 5083 + 12188 + 000 + 2014 + 2019-07-01 + + HS + Active + Chapel Hill Training Outreach Project, Inc. + http://www.chtop.org/Programs/Durham-Head-Start + 5083@hsesinfo.org + 800 Eastowne Drive + Suite 105 + Chapel Hill + NC + 27514-2215 + 800 Eastowne Drive + Suite 105 + Chapel Hill + NC + 27514-2215 + 800 Eastowne Drive + Suite 105 + Chapel Hill + NC + 27514-2215 + Mr. + F219443 + L219443 + + CHTOP Board Chairperson + 219443@hsesinfo.org + Mr. + F219444 + L219444 + + Executive Director + 219444@hsesinfo.org + Mr. + F219446 + L219446 + + 219446@hsesinfo.org + Mr. + F219442 + L219442 + + 219442@hsesinfo.org + 555-555-9442 x 5555 + + + 8348 + 594 + 10704 + 000 + 1991 + 2016-07-01 + + HS + Active + Darlington County Community Action Agency, Inc. + www.darlingtoncountycaa.com + 594@hsesinfo.org + 904 South 4th Street + + Hartsville + SC + 29550-5775 + 904 South 4th Street + + Hartsville + SC + 29550-5775 + 904 South 4th Street + + Hartsville + SC + 29550-5775 + Ms. + F207575 + L207575 + + Board of Commissioners Chair + 207575@hsesinfo.org + Ms. + F207576 + L207576 + + Executive Director + 207576@hsesinfo.org + Ms. + F207578 + L207578 + + 207578@hsesinfo.org + Ms. + F207574 + L207574 + + 207574@hsesinfo.org + 555-555-7574 x 5555 + + + 10156 + 1348 + 12191 + 000 + 2013 + 2019-07-01 + + HS + Active + Delta Community Action Foundation, Inc. + www.deltacommunityaction.org + 1348@hsesinfo.org + 308 SW 2nd Street + + Lindsay + OK + 73052-5404 + 308 SW 2nd Street + + Lindsay + OK + 73052-5404 + 308 SW 2nd Street + + Lindsay + OK + 73052-5404 + Mr. + F219457 + L219457 + + Board Chairperson + 219457@hsesinfo.org + Mrs. + F219458 + L219458 + + Executive Director + 219458@hsesinfo.org + Ms. + F219460 + L219460 + + 219460@hsesinfo.org + Mrs. + F219456 + L219456 + + 219456@hsesinfo.org + 555-555-9456 + + + 10157 + 2794 + 12191 + 200 + 2011 + 2019-07-01 + + EHS + Active + Delta Community Action Foundation, Inc. + www.deltacommunityaction.org + 2794@hsesinfo.org + 308 SW 2nd Street + + Lindsay + OK + 73052 + 308 SW 2nd Street + + Lindsay + OK + 73052 + 308 SW 2nd Street + + Lindsay + OK + 73052 + Mr. + F219464 + L219464 + + Board Chairperson + 219464@hsesinfo.org + Mrs. + F219465 + L219465 + + Executive Director + 219465@hsesinfo.org + Ms. + F219467 + L219467 + + 219467@hsesinfo.org + Mrs. + F219463 + L219463 + + 219463@hsesinfo.org + 555-555-9463 + + + 4868 + 2608 + 8826 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Lower Columbia College + http://www.lowercolumbia.edu/head-start + 2608@hsesinfo.org + 1600 Maple St + + Longview + WA + 98632-3907 + 1600 Maple St + + Longview + WA + 98632-3907 + 1600 Maple St + + Longview + WA + 98632-3907 + Mr. + F47713 + L47713 + + Chairman, Board of Trustees + 47713@hsesinfo.org + Ms. + F47711 + L47711 + + Interim VP of Instruction + 47711@hsesinfo.org + Mr. + F47710 + L47710 + + 47710@hsesinfo.org + Mrs. + F47709 + L47709 + + 47709@hsesinfo.org + 555-555-7709 + + + 9535 + 1056 + 11763 + 000 + 2013 + 2019-04-01 + + HS + Active + Human Resource Development Council of District IX, Inc. + http://www.thehrdc.org + 1056@hsesinfo.org + 33 S Tracy Ave + Head Start Program + Bozeman + MT + 59715-4660 + Head Start Program + 32 South Tracy Avenue + Bozeman + MT + 59715-4659 + Head Start Program + 32 South Tracy Avenue + Bozeman + MT + 59715-4659 + Mr. + F215242 + L215242 + + Board Chair + 215242@hsesinfo.org + Ms. + F215243 + L215243 + + CEO/Executive Director + 215243@hsesinfo.org + Ms. + F215245 + L215245 + + 215245@hsesinfo.org + Ms. + F215241 + L215241 + + 215241@hsesinfo.org + 555-555-5241 + + + 4631 + 1081 + 8506 + 000 + 2014 + 2014-02-01 + 2019-01-31 + HS + Inactive + Iliff Community Center, Inc. + chrisa@iliffhs.org + 1081@hsesinfo.org + 405 W 2nd Ave + + Iliff + CO + 80736 + PO Box 216 + + Iliff + CO + 80736-0216 + 405 W 2nd Ave + + Iliff + CO + 80736 + Mr. + F44188 + L44188 + + Board Chairperson + 44188@hsesinfo.org + Ms. + F44187 + L44187 + + + 44187@hsesinfo.org + Mr. + F44185 + L44185 + + 44185@hsesinfo.org + Mrs. + F44183 + L44183 + + 44183@hsesinfo.org + 555-555-4183 + + + 5054 + 1602 + 8854 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Rosemount Center + http://www.rosemountcenter.com + 1602@hsesinfo.org + 2000 Rosemount Avenue NW + + Washington + DC + 20010-1045 + 2000 Rosemount Avenue NW + + Washington + DC + 20010-1045 + 2000 Rosemount Avenue NW + + Washington + DC + 20010-1045 + Dr. + F51469 + L51469 + + Chair, Rosemount Center Board of Directors + 51469@hsesinfo.org + Mr. + F51465 + L51465 + + + 51465@hsesinfo.org + Ms. + F51466 + L51466 + + 51466@hsesinfo.org + Ms. + F51464 + L51464 + + 51464@hsesinfo.org + 555-555-1464 x 5555 + + + 11299 + 1425 + 13179 + 200 + 2000 + 2020-05-01 + + EHS + Active + Central Missouri Community Action (CMCA) + http://www.showmeaction.org + 1425@hsesinfo.org + 807 N Providence Rd + Apt B + Columbia + MO + 65203-4359 + 807 N Providence Rd + Apt B + Columbia + MO + 65203-4359 + 807 N Providence Rd + Apt B + Columbia + MO + 65203-4359 + Mr. + F227228 + L227228 + + Board President + 227228@hsesinfo.org + Mr. + F227229 + L227229 + + Executive Director + 227229@hsesinfo.org + Ms. + F227231 + L227231 + + 227231@hsesinfo.org + Ms. + F227227 + L227227 + + 227227@hsesinfo.org + 555-555-7227 x 5555 + + + 9234 + 836 + 11514 + 000 + 2013 + 2018-12-01 + + HS + Active + FAMILY FORUM, INC. + http://www.familyforum.org + 836@hsesinfo.org + 1507 Tower Avenue + Suite 312 + Superior + WI + 54880-5137 + 1507 Tower Avenue + Suite 312 + Superior + WI + 54880-5137 + 1507 Tower Avenue + Suite 312 + Superior + WI + 54880-5137 + Ms. + F213178 + L213178 + + Chairperson + 213178@hsesinfo.org + Ms. + F213179 + L213179 + + Executive Director + 213179@hsesinfo.org + Ms. + F213181 + L213181 + + 213181@hsesinfo.org + Ms. + F213177 + L213177 + + 213177@hsesinfo.org + 555-555-3177 + + + 8762 + 8617 + 11132 + 200 + 2017 + 2017-12-01 + + EHS + Active + Crystal Stairs, Inc. + www.crystalstairs.org + 8617@hsesinfo.org + 5110 West Goldleaf Circle Suite 150 + + Los Angeles + CA + 90056-1287 + 5110 West Goldleaf Circle Suite 150 + + Los Angeles + CA + 90056-1287 + 5110 West Goldleaf Circle Suite 150 + + Los Angeles + CA + 90056-1287 + Mrs. + F209799 + L209799 + + Board Chair + 209799@hsesinfo.org + Ms. + F209800 + L209800 + + Chief Executive Officer + 209800@hsesinfo.org + Mrs. + F209802 + L209802 + + 209802@hsesinfo.org + Mrs. + F209798 + L209798 + + 209798@hsesinfo.org + 555-555-9798 + + + 9675 + 222 + 11843 + 000 + 2014 + 2019-06-01 + + HS + Active + PENQUIS C A P,INC + http://www.penquis.org + 222@hsesinfo.org + 262 Harlow St + + Bangor + ME + 04401-4952 + 262 Harlow St + PO Box 1162 + Bangor + ME + 04401-4952 + 262 Harlow St + + Bangor + ME + 04401-4952 + Ms. + F216146 + L216146 + + + 216146@hsesinfo.org + Ms. + F216147 + L216147 + + + 216147@hsesinfo.org + Ms. + F216149 + L216149 + + 216149@hsesinfo.org + Ms. + F216145 + L216145 + + 216145@hsesinfo.org + 555-555-6145 + + + 9676 + 223 + 11843 + 200 + 2014 + 2019-06-01 + + EHS + Active + PENQUIS C A P,INC + http://www.penquis.org + 223@hsesinfo.org + 262 Harlow St + + Bangor + ME + 04401-4952 + 262 Harlow St + PO Box 1162 + Bangor + ME + 04401-4952 + 262 Harlow St + + Bangor + ME + 04401-4952 + Ms. + F216153 + L216153 + + + 216153@hsesinfo.org + Ms. + F216154 + L216154 + + + 216154@hsesinfo.org + Ms. + F216156 + L216156 + + 216156@hsesinfo.org + Ms. + F216152 + L216152 + + 216152@hsesinfo.org + 555-555-6152 + + + 9677 + 2195 + 11839 + 200 + 2014 + 2019-06-01 + + EHS + Active + Children's Home & Aid Society of Illinois + www.childrenshomeandaid.org + 2195@hsesinfo.org + 125 S Wacker Dr + Fl 14 + Chicago + IL + 60606-4429 + 125 S Wacker Dr + Fl 14 + Chicago + IL + 60606-4429 + 125 S. Wacker Drive + 14th Floor + Chicago + IL + 60606 + Mr. + F216160 + L216160 + + Chair + 216160@hsesinfo.org + Mr. + F216161 + L216161 + + President and CEO + 216161@hsesinfo.org + Ms. + F216163 + L216163 + + 216163@hsesinfo.org + Ms. + F216159 + L216159 + + 216159@hsesinfo.org + 555-555-6159 + + + 9680 + 3750 + 11847 + 002 + 2014 + 2019-06-01 + + HS + Active + University of Cincinnati, Arlitt Center Head Start + www.cech.uc.edu/arlitt + 3750@hsesinfo.org + One Edwards Center + 47 W. Corry Boulevard + Cincinnati + OH + 45221-0105 + One Edwards Center + PO Box 210105 + Cincinnati + OH + 45221-0105 + One Edwards Center + 47 W. Corry Boulevard + Cincinnati + OH + 45221-0105 + Dr. + F216181 + L216181 + + + 216181@hsesinfo.org + Dr. + F216182 + L216182 + + + 216182@hsesinfo.org + Dr. + F216184 + L216184 + + 216184@hsesinfo.org + Ms. + F216180 + L216180 + + 216180@hsesinfo.org + 555-555-6180 + + + 9686 + 1945 + 11840 + 000 + 2014 + 2019-06-01 + + HS + Active + Head Start Child and Family Development Centers, Inc. + HeadStartCouleeRegion.com + 1945@hsesinfo.org + 333 Buchner Place, Wing A + + La Crosse + WI + 54603-3172 + 333 Buchner Place, Wing A + + La Crosse + WI + 54603-3172 + 333 Buchner Place, Wing A + + La Crosse + WI + 54603-3172 + Mrs. + F216223 + L216223 + + Board of Directors - President + 216223@hsesinfo.org + Ms. + F216224 + L216224 + + Executive Director + 216224@hsesinfo.org + Mr. + F216226 + L216226 + + 216226@hsesinfo.org + Ms. + F216222 + L216222 + + 216222@hsesinfo.org + 555-555-6222 x 5555 + + + 9687 + 747 + 11836 + 000 + 2014 + 2019-06-01 + + HS + Active + PECOS COUNTY COMMUNITY ACTION AGENCY + none + 747@hsesinfo.org + 600 S Young St + + Fort Stockton + TX + 79735-7642 + PO Box 940 + + Fort Stockton + TX + 79735-0940 + 100 S Jackson St + + Fort Stockton + TX + 79735-6706 + Mr. + F216230 + L216230 + + Board Chairperson + 216230@hsesinfo.org + Mrs. + F216231 + L216231 + + Executive Director + 216231@hsesinfo.org + Ms. + F216233 + L216233 + + 216233@hsesinfo.org + Mrs. + F216229 + L216229 + + 216229@hsesinfo.org + 555-555-6229 + + + 9688 + 1279 + 11845 + 000 + 1992 + 2019-06-01 + + HS + Active + Umatilla-Morrow Head Start + http://www.umchs.org + 1279@hsesinfo.org + 110 NE 4th Street + + Hermiston + OR + 97838-1861 + 110 NE 4th Street + + Hermiston + OR + 97838-1861 + 110 NE 4th Street + + Hermiston + OR + 97838-1861 + Mrs. + F216237 + L216237 + + Board Chair + 216237@hsesinfo.org + Mrs. + F216238 + L216238 + + Executive Director + 216238@hsesinfo.org + Mr. + F216240 + L216240 + + 216240@hsesinfo.org + Mr. + F216236 + L216236 + + 216236@hsesinfo.org + 555-555-6236 x 5555 + + + 9689 + 1278 + 11845 + 200 + 2003 + 2019-06-01 + + EHS + Active + Umatilla-Morrow Head Start + http://www.umchs.org + 1278@hsesinfo.org + 110 NE 4th Street + + Hermiston + OR + 97838-1861 + 110 NE 4th Street + + Hermiston + OR + 97838-1861 + 110 NE 4th Street + + Hermiston + OR + 97838-1861 + Mrs. + F216244 + L216244 + + Board Chair + 216244@hsesinfo.org + Mrs. + F216245 + L216245 + + Executive Director + 216245@hsesinfo.org + Mr. + F216247 + L216247 + + 216247@hsesinfo.org + Mr. + F216243 + L216243 + + 216243@hsesinfo.org + 555-555-6243 x 5555 + + + 9690 + 1282 + 11837 + 000 + 1992 + 2019-07-01 + + HS + Active + RELIABLE ENTERPRISES + lewiscountyheadstart.com + 1282@hsesinfo.org + 203 W Reynolds Ave + Lewis County Head Start + Centralia + WA + 98531-3313 + PO Box 870 + Lewis County Head Start + Centralia + WA + 98531-0870 + 203 W Reynolds Ave + Lewis County Head Start + Centralia + WA + 98531-3313 + Mr. + F216251 + L216251 + + Board Chair + 216251@hsesinfo.org + Mr. + F216252 + L216252 + + Executive Director + 216252@hsesinfo.org + Mrs. + F216254 + L216254 + + 216254@hsesinfo.org + Ms. + F216250 + L216250 + + 216250@hsesinfo.org + 555-555-6250 x 5555 + + + 7051 + 1466 + 10485 + 000 + 1997 + 2016-01-01 + + AIAN HS + Active + Grand Ronde Head Start + http://www.grandronde.org + 1466@hsesinfo.org + 9615 Grand Ronde Rd + + Grand Ronde + OR + 97347-9712 + 9615 Grand Ronde Rd + + Grand Ronde + OR + 97347-9712 + 9615 Grand Ronde Rd + + Grand Ronde + OR + 97347-9712 + Ms. + F205024 + L205024 + + Tribal Council Chairwoman + 205024@hsesinfo.org + Mr. + F205025 + L205025 + + Executive Officer + 205025@hsesinfo.org + Ms. + F205027 + L205027 + + 205027@hsesinfo.org + Mrs. + F205023 + L205023 + + 205023@hsesinfo.org + 555-555-5023 + + + 11467 + 3108 + 13301 + 000 + 1995 + 2020-07-01 + + HS + Active + SABINE PARISH SCHOOL BOARD + https://www.sabine.school/domain/32 + 3108@hsesinfo.org + 1501 Natchitoches Hwy + + Many + LA + 71449-7103 + PO Box 1079 + Sabine Parish School Board Head Start + Many + LA + 71449-1079 + 695 Peterson St + Sabine Parish School Board + Many + LA + 71449-2647 + Mr. + F228295 + L228295 + + Board President + 228295@hsesinfo.org + Dr. + F228296 + L228296 + + Superintendent + 228296@hsesinfo.org + Mrs. + F228298 + L228298 + + 228298@hsesinfo.org + Mrs. + F228294 + L228294 + + 228294@hsesinfo.org + 555-555-8294 + + + 11466 + 2312 + 13297 + 200 + 2014 + 2020-07-01 + + EHS + Active + Northern Panhandle Head Start, Inc. + http://www.npheadstart.org + 2312@hsesinfo.org + 1 Orchard Road, Suite 1 + + Wheeling + WV + 26003 + 1 Orchard Road, Suite 1 + + Wheeling + WV + 26003 + 1 Orchard Road, Suite 1 + + Wheeling + WV + 26003 + Mr. + F228288 + L228288 + + President, Board of Directors + 228288@hsesinfo.org + Ms. + F228289 + L228289 + + Executive Director + 228289@hsesinfo.org + Ms. + F228291 + L228291 + + 228291@hsesinfo.org + Ms. + F228287 + L228287 + + 228287@hsesinfo.org + 555-555-8287 + + + 6117 + 1546 + 9711 + 200 + 2001 + 2015-03-01 + + EHS + Active + Municipality of Guaynabo + www.guaynabocity.gov.pr + 1546@hsesinfo.org + Calle Jose De Diego Esquina Herminio Diaz Navarro + Guaynabo City Hall 4th Floor + Guaynabo + PR + 00970 + PO Box 7885 + + Guaynabo + PR + 00970-7885 + Calle Jose De Diego Esquina Herminio Diaz Navarro + Guaynabo City Hall 4th Floor + Guaynabo + PR + 00970 + Mr. + F108492 + L108492 + + President of the Government Board + 108492@hsesinfo.org + Mr. + F108494 + L108494 + + Mayor + 108494@hsesinfo.org + Mrs. + F108491 + L108491 + + 108491@hsesinfo.org + Ms. + F108489 + L108489 + + 108489@hsesinfo.org + 555-555-8489 x 5555 + + + 4956 + 3106 + 8867 + 000 + 2014 + 2014-07-01 + 2020-08-31 + HS + Inactive + Laramie County Head Start + http://www.calc.net + 3106@hsesinfo.org + 521 W Jefferson Rd + + Cheyenne + WY + 82007-2378 + 211 W 19th St + + Cheyenne + WY + 82001-4433 + 211 W 19th St + + Cheyenne + WY + 82001-4433 + Mr. + F49247 + L49247 + + Board Chair + 49247@hsesinfo.org + Mr. + F49245 + L49245 + + Community Action Exeutive Director + 49245@hsesinfo.org + Ms. + F49244 + L49244 + + 49244@hsesinfo.org + Mrs. + F49243 + L49243 + + 49243@hsesinfo.org + 555-555-9243 + + + 4535 + 2756 + 8564 + 200 + 2013 + 2013-12-23 + 2018-12-31 + EHS + Inactive + CAGUAS MUNICIPALITY ECONOMIC DEVELOPMENT DEPARTMENT + www.caguas.gov.pr + 2756@hsesinfo.org + Centro Gubernamental Municipal + Calle Padial Final, Esq. Jose Mercado + Caguas + PR + 00972-0907 + P. O. BOX 907 + + Caguas + PR + 00726-0907 + Centro Gubernamental Municipal + Calle Padial Final, Esq. Jose Mercado + Caguas + PR + 00972-0907 + Mr. + F43126 + L43126 + + Mayor - Board Charirman + 43126@hsesinfo.org + Mrs. + F43124 + L43124 + + + 43124@hsesinfo.org + Mrs. + F43123 + L43123 + + 43123@hsesinfo.org + Mrs. + F43122 + L43122 + + 43122@hsesinfo.org + 555-555-3122 x 5555 + + + 6769 + 3869 + 10253 + 004 + + 2015-08-01 + + HS + Active + St. Peter's Child Care Center, Inc. + www.westcop.org + 3869@hsesinfo.org + 204 Hawthorne Avenue + + Yonkers + NY + 10705-1018 + 204 Hawthorne Avenue + + Yonkers + NY + 10705-1018 + 204 Hawthorne Avenue + + Yonkers + NY + 10705-1018 + Father + F203054 + L203054 + + Board Chair + 203054@hsesinfo.org + Ms. + F203055 + L203055 + + Executive Director + 203055@hsesinfo.org + Mr. + F203057 + L203057 + + 203057@hsesinfo.org + Ms. + F203053 + L203053 + + 203053@hsesinfo.org + 555-555-3053 x 5555 + + + 8940 + 1714 + 11287 + 200 + 2013 + 2018-07-01 + + EHS + Active + MERCER COUNTY COMMUNITY ACTION AGENCY + http://www.capmercer.org + 1714@hsesinfo.org + 75 South Dock Street + + Sharon + PA + 16146-1860 + 75 South Dock Street + + Sharon + PA + 16146-1860 + 1901 Memorial Drive + + Farrell + PA + 16121 + Mrs. + F211086 + L211086 + + Board President + 211086@hsesinfo.org + Ms. + F211087 + L211087 + + CEO + 211087@hsesinfo.org + Ms. + F211089 + L211089 + + 211089@hsesinfo.org + Mrs. + F211085 + L211085 + + 211085@hsesinfo.org + 555-555-1085 x 5555 + + + 9010 + 344 + 11334 + 000 + 2013 + 2018-08-01 + + HS + Active + Richmond Public Schools + www.rvaschools.net + 344@hsesinfo.org + 301 N 9th St + + Richmond + VA + 23219-1933 + 2120 Fendall Ave + + Richmond + VA + 23222-4343 + 2120 Fendall Ave + + Richmond + VA + 23222-4343 + Ms. + F211617 + L211617 + + School Board Chair + 211617@hsesinfo.org + Mr. + F211618 + L211618 + + Superintendent + 211618@hsesinfo.org + Mrs. + F211620 + L211620 + + 211620@hsesinfo.org + Mrs. + F211616 + L211616 + + 211616@hsesinfo.org + 555-555-1616 + + + 9843 + 8944 + 11965 + 000 + 2019 + 2019-07-01 + + HS + Active + United Community Center, Inc. + https://www.unitedcc.org/ + 8944@hsesinfo.org + 1028 S 9th St + + Milwaukee + WI + 53204-1335 + 1028 S 9th St + + Milwaukee + WI + 53204-1335 + 1028 S 9th St + + Milwaukee + WI + 53204-1335 + Mr. + F217312 + L217312 + + Board Chair + 217312@hsesinfo.org + Mrs. + F217313 + L217313 + + Executive Director + 217313@hsesinfo.org + Ms. + F217315 + L217315 + + 217315@hsesinfo.org + Mr. + F217311 + L217311 + + 217311@hsesinfo.org + 555-555-7311 + + + 4540 + 936 + 8512 + 000 + 1992 + 2013-12-23 + 2019-06-30 + HS + Inactive + Lancaster-Lebanon Intermediate Unit School District #13 + http://www.iu13.org + 936@hsesinfo.org + 1 Cumberland St + + Lebanon + PA + 17042-5445 + 1020 New Holland Avenue + + Lancaster + PA + 17601 + 1020 New Holland Ave + + Lancaster + PA + 17601-5606 + Mr. + F43144 + L43144 + + President of IU 13 Board of School Directors + 43144@hsesinfo.org + Dr. + F43148 + L43148 + + + 43148@hsesinfo.org + Ms. + F43147 + L43147 + + 43147@hsesinfo.org + Ms. + F43143 + L43143 + + 43143@hsesinfo.org + 555-555-3143 + + + 9844 + 8945 + 11965 + 200 + 2019 + 2019-07-01 + + EHS + Active + United Community Center, Inc. + https://www.unitedcc.org/ + 8945@hsesinfo.org + 1028 S 9th St + + Milwaukee + WI + 53204-1335 + 1028 S 9th St + + Milwaukee + WI + 53204-1335 + 1028 S 9th St + + Milwaukee + WI + 53204-1335 + Mr. + F217319 + L217319 + + Board Chair + 217319@hsesinfo.org + Mrs. + F217320 + L217320 + + Executive Director + 217320@hsesinfo.org + Ms. + F217322 + L217322 + + 217322@hsesinfo.org + Mr. + F217318 + L217318 + + 217318@hsesinfo.org + 555-555-7318 + + + 9011 + 343 + 11334 + 200 + 2013 + 2018-08-01 + + EHS + Active + Richmond Public Schools + www.rvaschools.net + 343@hsesinfo.org + 301 N 9th St + + Richmond + VA + 23219-1933 + 2120 Fendall Ave + + Richmond + VA + 23222-4343 + 2120 Fendall Ave + + Richmond + VA + 23222-4343 + Ms. + F211624 + L211624 + + School Board Chair + 211624@hsesinfo.org + Mr. + F211625 + L211625 + + Superintendent + 211625@hsesinfo.org + Mrs. + F211627 + L211627 + + 211627@hsesinfo.org + Ms. + F211623 + L211623 + + 211623@hsesinfo.org + 555-555-1623 + + + 4801 + 2280 + 8743 + 000 + 1992 + 2014-04-01 + 2019-07-31 + HS + Inactive + C.E.O. for the Greater Capital Region, Inc. + http://www.ceoempowers.org + 2280@hsesinfo.org + 2331 5th Ave + + Troy + NY + 12180-2221 + 2331 5th Ave + + Troy + NY + 12180-2221 + 2331 5th Ave + + Troy + NY + 12180-2221 + Ms. + F46830 + L46830 + + Board Chairperson + 46830@hsesinfo.org + Ms. + F46829 + L46829 + + + 46829@hsesinfo.org + Ms. + F46832 + L46832 + + 46832@hsesinfo.org + Ms. + F46828 + L46828 + + 46828@hsesinfo.org + 555-555-6828 x 5555 + + + 4984 + 294 + 8872 + 000 + 1992 + 2014-07-01 + 2019-06-30 + HS + Inactive + Mayor & City Council of Baltimore City + 1800 Washington Blvd, Suite 340 + 294@hsesinfo.org + 1800 Washington Blvd + Ste 340 + Baltimore + MD + 21230-1732 + 1800 Washington Blvd + Ste 340 + Baltimore + MD + 21230-1732 + 1800 Washington Blvd + Ste 340 + Baltimore + MD + 21230-1732 + Ms. + F49356 + L49356 + + Senior Associate - The Annie E. Casey Foundation + 49356@hsesinfo.org + Ms. + F49360 + L49360 + + + 49360@hsesinfo.org + Ms. + F49359 + L49359 + + 49359@hsesinfo.org + Ms. + F49355 + L49355 + + 49355@hsesinfo.org + 555-555-9355 + + + 8194 + 8126 + 10600 + 200 + 2016 + 2016-06-01 + + EHS + Active + Episcopal Children's Services, Inc. + www.ecs4kids.org + 8126@hsesinfo.org + 8443 Baymeadows Rd Ste 1 + + Jacksonville + FL + 32256-7440 + 8443 Baymeadows Rd Ste 1 + + Jacksonville + FL + 32256-7440 + 8443 Baymeadows Rd Ste 1 + + Jacksonville + FL + 32256-7440 + Ms. + F206473 + L206473 + + Board President + 206473@hsesinfo.org + Mrs. + F206474 + L206474 + + CEO + 206474@hsesinfo.org + Ms. + F206476 + L206476 + + 206476@hsesinfo.org + Ms. + F206472 + L206472 + + 206472@hsesinfo.org + 555-555-6472 + + + 10679 + 2016 + 12693 + 000 + 2014 + 2019-11-01 + + HS + Active + Metropolitan Children and Youth, Inc. + renheadstart.org + 2016@hsesinfo.org + 13110 14th St + # Sr + Detroit + MI + 48238-3647 + PO Box 38445 + + Detroit + MI + 48238-0445 + 13110 14th St + + Detroit + MI + 48238-3647 + Mrs. + F223086 + L223086 + + Board of Directors Chairperson + 223086@hsesinfo.org + Ms. + F223087 + L223087 + + Executive Director + 223087@hsesinfo.org + Ms. + F223089 + L223089 + + 223089@hsesinfo.org + Ms. + F223085 + L223085 + + 223085@hsesinfo.org + 555-555-3085 x 5555 + + + 10680 + 411 + 12689 + 000 + 1991 + 2019-11-01 + + HS + Active + Ironton-Lawrence County Community Action Organization + http://www.headstartworks.org + 411@hsesinfo.org + 305 N 5th St + Head Start Program + Ironton + OH + 45638-1578 + 305 N 5th St + Head Start Program + Ironton + OH + 45638-1578 + 1518 S 3rd St + Head Start Program + Ironton + OH + 45638-2140 + Mr. + F223093 + L223093 + + CAO Board Chairperson + 223093@hsesinfo.org + Mr. + F223094 + L223094 + + CEO + 223094@hsesinfo.org + Mrs. + F223096 + L223096 + + 223096@hsesinfo.org + Mrs. + F223092 + L223092 + + 223092@hsesinfo.org + 555-555-3092 x 5555 + + + 10681 + 410 + 12689 + 200 + 2014 + 2019-11-01 + + EHS + Active + Ironton-Lawrence County Community Action Organization + http://www.headstartworks.org + 410@hsesinfo.org + 305 N 5th St + Early Head Start Program + Ironton + OH + 45638-1578 + 305 N 5th St + Early Head Start Program + Ironton + OH + 45638-1578 + 1518 S 3rd St + Early Head Start Program + Ironton + OH + 45638-2140 + Mr. + F223100 + L223100 + + CAO Board Chairperson + 223100@hsesinfo.org + Mr. + F223101 + L223101 + + CEO + 223101@hsesinfo.org + Mrs. + F223103 + L223103 + + 223103@hsesinfo.org + Mrs. + F223099 + L223099 + + 223099@hsesinfo.org + 555-555-3099 x 5555 + + + 5801 + 5807 + 9524 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Childrens Friend and Service + http://www.childrensfriendri.org + 5807@hsesinfo.org + 153 Summer Street + + Providence + RI + 02903-4011 + 153 Summer Street + + Providence + RI + 02903-4011 + 153 Summer Street + + Providence + RI + 02903-4011 + Mr. + F103730 + L103730 + + Board Chairman + 103730@hsesinfo.org + Mr. + F103731 + L103731 + + President and Chief Executive Officer + 103731@hsesinfo.org + Ms. + F103733 + L103733 + + 103733@hsesinfo.org + Mrs. + F103729 + L103729 + + 103729@hsesinfo.org + 555-555-3729 + + + 3063 + 3326 + 6707 + 200 + 2013 + 2013-07-02 + 2018-12-31 + EHS + Inactive + Foothill Family Service + www.foothillfamily.org + 3326@hsesinfo.org + 3629 Santa Anita Ave + Ste 201 + El Monte + CA + 91731-3635 + 3629 Santa Anita Ave + Ste 201 + El Monte + CA + 91731-3635 + 2500 E Foothill Blvd + Ste 300 + Pasadena + CA + 91107-7102 + Ms. + F39697 + L39697 + + Board Chair + 39697@hsesinfo.org + Mr. + F39695 + L39695 + + + 39695@hsesinfo.org + Ms. + F39694 + L39694 + + 39694@hsesinfo.org + Ms. + F36373 + L36373 + + 36373@hsesinfo.org + 555-555-6373 + + + 6842 + 4011 + 10316 + 205 + + 2015-08-01 + + EHS + Active + KIDCO Creative Learning Inc + http://www.kidcoedu.org + 4011@hsesinfo.org + 761 E Okeechobee Rd + + Hialeah + FL + 33010-5645 + 761 E Okeechobee Rd + + Hialeah + FL + 33010-5645 + 761 E Okeechobee Rd + + Hialeah + FL + 33010-5645 + Ms. + F203569 + L203569 + + Board Chair + 203569@hsesinfo.org + Ms. + F203570 + L203570 + + CEO + 203570@hsesinfo.org + Ms. + F203572 + L203572 + + 203572@hsesinfo.org + Ms. + F203568 + L203568 + + 203568@hsesinfo.org + 555-555-3568 x 5555 + + + 10489 + 6030 + 12490 + 200 + + 2019-09-01 + + EHS + Active + Municipality of Caguas + http://www.caguas.gov.pr + 6030@hsesinfo.org + CALLE PADIAL FINAL, ESQ. AVE. JOSE MERCADO + + CAGUAS + PR + 00725-0000 + CALLE PADIAL FINAL, ESQ. AVE. JOSE MERCADO + + CAGUAS + PR + 00725-0000 + CALLE PADIAL FINAL, ESQ. AVE. JOSE MERCADO + + CAGUAS + PR + 00725-0000 + Mr. + F221764 + L221764 + + Mayor-Board Chair + 221764@hsesinfo.org + Mrs. + F221765 + L221765 + + Director + 221765@hsesinfo.org + Mrs. + F221767 + L221767 + + 221767@hsesinfo.org + Mrs. + F221763 + L221763 + + 221763@hsesinfo.org + 555-555-1763 x 5555 + + + 10490 + 6167 + 12482 + 200 + + 2019-09-01 + + EHS + Active + Tri-County Community Action Agency, Inc. + http://www.gatewaycap.org + 6167@hsesinfo.org + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + 110 Cohansey Street + + Bridgeton + NJ + 08302-1922 + Ms. + F221771 + L221771 + + Chairman + 221771@hsesinfo.org + Mr. + F221772 + L221772 + + President/CEO + 221772@hsesinfo.org + Ms. + F221774 + L221774 + + 221774@hsesinfo.org + Mrs. + F221770 + L221770 + + 221770@hsesinfo.org + 555-555-1770 + + + 10492 + 6087 + 12483 + 200 + + 2019-09-01 + + EHS + Active + GLEAMNS Human Resources Commission, Inc. + http://www.gleamnshrc.org + 6087@hsesinfo.org + 237 North Hospital Street + + Greenwood + SC + 29648-1326 + PO Box 1326 + + Greenwood + SC + 29648-1326 + 237 Hospital St N + + Greenwood + SC + 29646-2962 + Mrs. + F221785 + L221785 + + Board Chair + 221785@hsesinfo.org + Ms. + F221786 + L221786 + + CEO + 221786@hsesinfo.org + Ms. + F221788 + L221788 + + 221788@hsesinfo.org + Mrs. + F221784 + L221784 + + 221784@hsesinfo.org + 555-555-1784 x 5555 + + + 10493 + 6019 + 12489 + 200 + + 2019-09-01 + + EHS + Active + Child-Parent Centers, Inc. + http://www.childparentcenters.org + 6019@hsesinfo.org + 602 East 22nd Street + + Tucson + AZ + 85713-1701 + 602 East 22nd Street + + Tucson + AZ + 85713-1701 + 602 East 22nd Street + + Tucson + AZ + 85713-1701 + Ms. + F221792 + L221792 + + Board President + 221792@hsesinfo.org + Mrs. + F221793 + L221793 + + CEO + 221793@hsesinfo.org + Mr. + F221795 + L221795 + + 221795@hsesinfo.org + Mrs. + F221791 + L221791 + + 221791@hsesinfo.org + 555-555-1791 + + + 10494 + 6187 + 12481 + 200 + + 2019-09-01 + + EHS + Active + Western Arizona Council of Governments + http://www.wacog.com/headstart/ + 6187@hsesinfo.org + 1235 S Redondo Center Dr + + Yuma + AZ + 85365-2039 + 1235 S Redondo Center Dr + + Yuma + AZ + 85365-2039 + 1235 S Redondo Center Dr + + Yuma + AZ + 85365-2039 + Mr. + F221799 + L221799 + + Board of Directors Chairperson + 221799@hsesinfo.org + Mr. + F221800 + L221800 + + Executive Director + 221800@hsesinfo.org + Mrs. + F221802 + L221802 + + 221802@hsesinfo.org + Mrs. + F221798 + L221798 + + 221798@hsesinfo.org + 555-555-1798 + + + 8703 + 8565 + 11071 + 200 + 2017 + 2017-08-09 + + EHS + Active + CDI HS/Martin County, FL + www.cdiheadstart.org + 8565@hsesinfo.org + 1300 SE 10th St + Ste H + Stuart + FL + 34996-4107 + PO Box 31 + + Stuart + FL + 34995-0031 + 1300 SE 10th St + Ste H + Stuart + FL + 34996-4107 + Mr. + F209424 + L209424 + + Chief Executive Officer + 209424@hsesinfo.org + Ms. + F209425 + L209425 + + Executive Director + 209425@hsesinfo.org + + F209427 + L209427 + + 209427@hsesinfo.org + Ms. + F209423 + L209423 + + 209423@hsesinfo.org + 555-555-9423 + + + 11274 + 792 + 13165 + 000 + 1992 + 2020-05-01 + + HS + Active + Black River Area Development Corporation Child Development Programs + www.bradkids.com + 792@hsesinfo.org + 1403 Hospital Drive + + Pocahontas + AR + 72455-3847 + 1403 Hospital Drive + + Pocahontas + AR + 72455-3847 + 1403 Hospital Drive + + Pocahontas + AR + 72455-3847 + Mrs. + F227048 + L227048 + + Board of Directors Chairperson + 227048@hsesinfo.org + Mrs. + F227049 + L227049 + + Executive Director + 227049@hsesinfo.org + Mrs. + F227051 + L227051 + + 227051@hsesinfo.org + Mrs. + F227047 + L227047 + + 227047@hsesinfo.org + 555-555-7047 + + + 10495 + 6258 + 12484 + 200 + + 2019-09-01 + + AIAN EHS + Active + WINNEBAGO TRIBE OF NEBRASKA + http://www.winnebagotribe.com + 6258@hsesinfo.org + 317 Frenchman Street + + Winnebago + NE + 68071 + POST OFFICE BOX 687 + + WINNEBAGO + NE + 68071-0687 + 100 Bluff Ave + + Winnebago + NE + 68071-9787 + Ms. + F221806 + L221806 + + Chairwoman + 221806@hsesinfo.org + Ms. + F221807 + L221807 + + CEO + 221807@hsesinfo.org + Ms. + F221809 + L221809 + + 221809@hsesinfo.org + Ms. + F221805 + L221805 + + 221805@hsesinfo.org + 555-555-1805 + + + 4802 + 2281 + 8743 + 200 + 2014 + 2014-04-01 + 2019-07-31 + EHS + Inactive + C.E.O. for the Greater Capital Region, Inc. + http://www.ceoempowers.org + 2281@hsesinfo.org + 2331 5th Avenue + + Troy + NY + 12180-2220 + 2331 5th Avenue + + Troy + NY + 12180-2220 + 2331 5th Avenue + + Troy + NY + 12180-2220 + Ms. + F46837 + L46837 + + Board Chair Person + 46837@hsesinfo.org + Ms. + F46836 + L46836 + + CEO President + 46836@hsesinfo.org + Ms. + F46839 + L46839 + + 46839@hsesinfo.org + Ms. + F46835 + L46835 + + 46835@hsesinfo.org + 555-555-6835 x 5555 + + + 9083 + 1237 + 11401 + 000 + 2013 + 2018-09-01 + + HS + Active + Macomb Community Action + http://mca.macombgov.org + 1237@hsesinfo.org + 21885 Dunham Road + Suite 10 + Clinton Township + MI + 48036-1030 + 21885 Dunham Road + Suite 10 + Clinton Township + MI + 48036-1030 + 21885 Dunham Road + Suite 10 + Clinton Township + MI + 48036-1030 + Mr. + F212162 + L212162 + + County Executive + 212162@hsesinfo.org + Mr. + F212163 + L212163 + + Director of Macomb Community Action + 212163@hsesinfo.org + Ms. + F212165 + L212165 + + 212165@hsesinfo.org + Ms. + F212161 + L212161 + + 212161@hsesinfo.org + 555-555-2161 + + + 5983 + 5990 + 9593 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Kings Community Action Organization, Inc. + http://www.kcao.org + 5990@hsesinfo.org + 1130 North 11th Avenue + + Hanford + CA + 93230-3608 + 1130 North 11th Avenue + + Hanford + CA + 93230-3608 + 1130 North 11th Avenue + + Hanford + CA + 93230-3608 + Ms. + F106518 + L106518 + + KCAO Board Chairperson + 106518@hsesinfo.org + Mr. + F106519 + L106519 + + + 106519@hsesinfo.org + Ms. + F106521 + L106521 + + 106521@hsesinfo.org + Mrs. + F106517 + L106517 + + 106517@hsesinfo.org + 555-555-6517 + + + 11275 + 3197 + 13165 + 200 + 2004 + 2020-05-01 + + EHS + Active + Black River Area Development Corporation Child Development Programs + www.bradkids.com + 3197@hsesinfo.org + 1403 Hospital Drive + + Pocahontas + AR + 72455-3847 + 1403 Hospital Drive + + Pocahontas + AR + 72455-3847 + 1403 Hospital Drive + + Pocahontas + AR + 72455-3847 + Mrs. + F227055 + L227055 + + Board of Directors Chairperson + 227055@hsesinfo.org + Mrs. + F227056 + L227056 + + Executive Director + 227056@hsesinfo.org + Mrs. + F227058 + L227058 + + 227058@hsesinfo.org + Mrs. + F227054 + L227054 + + 227054@hsesinfo.org + 555-555-7054 + + + 8803 + 1902 + 11189 + 000 + 2013 + 2018-05-01 + + HS + Active + Tri-Valley Opportunity Council, Inc. + http://www.tvoc.org + 1902@hsesinfo.org + 102 N Broadway + + Crookston + MN + 56716-1731 + 102 North Broadway + P.O. Box 607 + Crookston + MN + 56716-0607 + 102 N Broadway + + Crookston + MN + 56716-1731 + Mr. + F210165 + L210165 + + Chairperson + 210165@hsesinfo.org + Mr. + F210166 + L210166 + + CEO + 210166@hsesinfo.org + Ms. + F210168 + L210168 + + 210168@hsesinfo.org + Ms. + F210164 + L210164 + + 210164@hsesinfo.org + 555-555-0164 + + + 9350 + 1076 + 11592 + 000 + 2014 + 2019-02-01 + + HS + Active + Southern Utah University Head Start + http://www.suu.edu/headstart + 1076@hsesinfo.org + 2390 West Highway 56, Suite #1 + + Cedar City + UT + 84720-2476 + Southern Utah University Head Start + 2390 West Highway 56 Suite #1 + Cedar City + UT + 84720-4151 + 2390 West Highway 56, Suite #1 + + Cedar City + UT + 84720-2476 + Mr. + F213977 + L213977 + + Chairman of the Board of Trustees to Southern Utah Univ. + 213977@hsesinfo.org + Mr. + F213978 + L213978 + + + 213978@hsesinfo.org + Mr. + F213980 + L213980 + + 213980@hsesinfo.org + Mr. + F213976 + L213976 + + 213976@hsesinfo.org + 555-555-3976 + + + 9239 + 1314 + 11516 + 200 + 2013 + 2018-12-01 + + EHS + Active + LITTLE DIXIE COMMUNITY ACTION AGENCY, INC + http://www.littledixie.org + 1314@hsesinfo.org + 104 N E Street + + Hugo + OK + 74743 + 209 North 4th Street + + Hugo + OK + 74743-3809 + 209 North 4th Street + + Hugo + OK + 74743-3809 + Mr. + F213214 + L213214 + + Governing Board Chairman + 213214@hsesinfo.org + Mrs. + F213215 + L213215 + + Executive Director Little Dixie CAA, Inc. + 213215@hsesinfo.org + Ms. + F213217 + L213217 + + 213217@hsesinfo.org + Ms. + F213213 + L213213 + + 213213@hsesinfo.org + 555-555-3213 + + + 6103 + 1525 + 9754 + 000 + 1999 + 2015-03-01 + 2020-06-30 + HS + Inactive + Southeastern Vermont Coummunity Action (SEVCA) + http://www.sevca.org + 1525@hsesinfo.org + 91 Buck Dr + + Westminster + VT + 05158-9617 + 107 Park St + Ste 1 + Springfield + VT + 05156-3070 + 107 Park St + Ste 1 + Springfield + VT + 05156-3070 + Mr. + F108396 + L108396 + + Board President + 108396@hsesinfo.org + Mr. + F108395 + L108395 + + Executive Director + 108395@hsesinfo.org + Mr. + F108394 + L108394 + + 108394@hsesinfo.org + Mrs. + F108391 + L108391 + + 108391@hsesinfo.org + 555-555-8391 x 5555 + + + 9638 + 8858 + 11811 + 200 + 2019 + 2019-06-01 + + EHS + Active + CDI HS/West Missouri, MO + www.cdiheadstart.org + 8858@hsesinfo.org + 1701 N 2nd St + Ste 7 + Clinton + MO + 64735-3201 + PO Box 422 + + Clinton + MO + 64735-0422 + 1701 N 2nd St + Ste 7 + Clinton + MO + 64735-3201 + Mr. + F215905 + L215905 + + Chief Executive Officer + 215905@hsesinfo.org + Ms. + F215903 + L215903 + + Executive Director + 215903@hsesinfo.org + + F215906 + L215906 + + 215906@hsesinfo.org + Ms. + F215902 + L215902 + + 215902@hsesinfo.org + 555-555-5902 + + + 8525 + 8405 + 10934 + 200 + 2017 + 2017-03-01 + + EHS + Active + Edward C. Mazique Parent Child Center, Inc. + http://www.ecmpcc.org + 8405@hsesinfo.org + 1719 13th Street, NW + + Washington + DC + 20009-4304 + 1719 13th Street, NW + + Washington + DC + 20009-4304 + 1719 13th Street, NW + + Washington + DC + 20009-4304 + Dr. + F208403 + L208403 + + Board Chairman + 208403@hsesinfo.org + Ms. + F208404 + L208404 + M.Ed + + 208404@hsesinfo.org + Mrs. + F208406 + L208406 + + 208406@hsesinfo.org + Ms. + F208402 + L208402 + M.Ed + 208402@hsesinfo.org + 555-555-8402 x 5555 + + + 5067 + 558 + 8977 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Blue Ridge Opportunity Commission, Inc. + brocinc.com + 558@hsesinfo.org + 710 Veterans Dr + + North Wilkesboro + NC + 28659-4555 + 710 Veterans Dr + + North Wilkesboro + NC + 28659-4555 + 710 Veterans Dr + + North Wilkesboro + NC + 28659-4555 + Mr. + F51579 + L51579 + + Board Chair + 51579@hsesinfo.org + Mrs. + F51578 + L51578 + + Executive Director + 51578@hsesinfo.org + Ms. + F51577 + L51577 + + 51577@hsesinfo.org + Mrs. + F51576 + L51576 + + 51576@hsesinfo.org + 555-555-1576 + + + 8752 + 8610 + 11125 + 027 + 2017 + 2017-08-01 + + HS + Active + Municipality of San Sebastian + + 8610@hsesinfo.org + 220 Calle Ruiz Belvis + Head Start Project + San Sebastian + PR + 00685-2334 + 220 Calle Ruiz Belvis + Head Start Project + San Sebastian + PR + 00685-2334 + 220 Calle Ruiz Belvis + Head Start Project + San Sebastian + PR + 00685-2334 + Miss + F209734 + L209734 + + GOVERTMENT PRESIDENT + 209734@hsesinfo.org + Mr. + F209735 + L209735 + + MAYOR + 209735@hsesinfo.org + + F209737 + L209737 + + 209737@hsesinfo.org + Miss + F209733 + L209733 + + 209733@hsesinfo.org + 555-555-9733 + + + 9629 + 2167 + 11806 + 000 + 2013 + 2019-05-01 + + HS + Active + Fauquier Community Action Committee, Inc. + + 2167@hsesinfo.org + 430 E Shirley Ave + Bldg C + Warrenton + VA + 20186-3725 + P.O. Box 22 + + Warrenton + VA + 20186 + 430 E Shirley Ave + Bldg C + Warrenton + VA + 20186-3725 + Mrs. + F215848 + L215848 + + FCAC,Inc. Board Chair + 215848@hsesinfo.org + Ms. + F215849 + L215849 + + Executive Director of Head Start program + 215849@hsesinfo.org + Mrs. + F215851 + L215851 + + 215851@hsesinfo.org + Ms. + F215847 + L215847 + + 215847@hsesinfo.org + 555-555-5847 x 5555 + + + 5075 + 926 + 8997 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Chambers-Tallapoosa-Coosa Community Action Agency + cacctc.com + 926@hsesinfo.org + 170 South Broadnax Street + + Dadeville + AL + 36853-1704 + 170 South Broadnax Street + + Dadeville + AL + 36853-1704 + 170 South Broadnax Street + + Dadeville + AL + 36853-1704 + Mr. + F51622 + L51622 + + Board Chairman + 51622@hsesinfo.org + Mr. + F51621 + L51621 + + + 51621@hsesinfo.org + Ms. + F51619 + L51619 + + 51619@hsesinfo.org + Ms. + F51618 + L51618 + + 51618@hsesinfo.org + 555-555-1618 x 5555 + + + 10497 + 6265 + 12486 + 200 + + 2019-09-01 + + Migrant EHS + Active + CHICANOS POR LA CAUSA, INC + http://www.cplc.org + 6265@hsesinfo.org + 1242 E Washington St + Ste 200 + Phoenix + AZ + 85034-1171 + 1242 E Washington St + Ste 200 + Phoenix + AZ + 85034-1171 + 1242 E Washington St + Ste 200 + Phoenix + AZ + 85034-1171 + Mr. + F221820 + L221820 + + CPLC Board of Directors Chair + 221820@hsesinfo.org + Mr. + F221821 + L221821 + + President and Chief Executive Officer (CEO) + 221821@hsesinfo.org + Ms. + F221823 + L221823 + + 221823@hsesinfo.org + Ms. + F221819 + L221819 + + 221819@hsesinfo.org + 555-555-1819 x 5555 + + + 8211 + 2813 + 10631 + 200 + 2011 + 2016-07-01 + + EHS + Active + OAKLAND/LIVINGSTON HUMAN SERVICES AGENCY + www.olhsa.org + 2813@hsesinfo.org + 196 Cesar E Chavez Ave + Fl 1 + Pontiac + MI + 48342-1082 + 196 Cesar E Chavez Ave + Fl 1 + Pontiac + MI + 48342-1082 + 196 Cesar E Chavez Ave + Fl 1 + Pontiac + MI + 48342-1082 + Mr. + F206592 + L206592 + + Chair + 206592@hsesinfo.org + Ms. + F206593 + L206593 + + + 206593@hsesinfo.org + Ms. + F206595 + L206595 + + 206595@hsesinfo.org + Ms. + F206591 + L206591 + + 206591@hsesinfo.org + 555-555-6591 + + + 10498 + 696 + 12488 + 000 + 1993 + 2019-09-01 + + HS + Active + West Central Community Services, Inc. + www.wccsheadstart.org + 696@hsesinfo.org + 321 E Euclid Ave + + Monmouth + IL + 61462-1312 + 321 E Euclid Ave + + Monmouth + IL + 61462-1312 + 321 E Euclid Ave + + Monmouth + IL + 61462-1312 + Mr. + F221827 + L221827 + + Board President + 221827@hsesinfo.org + Mrs. + F221828 + L221828 + + Executive/Head Start Director + 221828@hsesinfo.org + Miss + F221830 + L221830 + + 221830@hsesinfo.org + Mrs. + F221826 + L221826 + + 221826@hsesinfo.org + 555-555-1826 x 5555 + + + 6383 + 657 + 9986 + 000 + 1989 + 2015-07-01 + 2020-06-30 + HS + Inactive + Bell-Whitley Community Action Agency, Inc. + http://www.bell-whitley.org + 657@hsesinfo.org + 129 N Pine St + + Pineville + KY + 40977-1625 + 129 N Pine St + + Pineville + KY + 40977-1625 + 129 N Pine St + + Pineville + KY + 40977-1625 + Mr. + F200351 + L200351 + + Bell County Judge Executive + 200351@hsesinfo.org + Mr. + F200352 + L200352 + + Executive Director + 200352@hsesinfo.org + Mr. + F200354 + L200354 + + 200354@hsesinfo.org + Mrs. + F200350 + L200350 + + 200350@hsesinfo.org + 555-555-0350 x 5555 + + + 8303 + 1351 + 10667 + 000 + 1992 + 2016-07-01 + + HS + Active + El Grito, Inc. - El Grito Head Start + elgritosc.org + 1351@hsesinfo.org + 303 S Cooper St + + Silver City + NM + 88061-4828 + PO Box 2137 + + Silver City + NM + 88062-2137 + 303 S Cooper St + + Silver City + NM + 88061-4828 + Ms. + F207261 + L207261 + + Board President + 207261@hsesinfo.org + Mrs. + F207262 + L207262 + + Executive Director + 207262@hsesinfo.org + Ms. + F207264 + L207264 + + 207264@hsesinfo.org + Mrs. + F207260 + L207260 + + 207260@hsesinfo.org + 555-555-7260 + + + 8505 + 8385 + 10912 + 200 + 2017 + 2017-03-01 + + EHS + Active + BLACK RIVER AREA DEVELOPMENT CORPORATION + www.bradkids.com + 8385@hsesinfo.org + 1403 Hospital Drive + + Pocahontas + AR + 72455-3847 + 1403 Hospital Drive + + Pocahontas + AR + 72455-3847 + 1403 Hospital Drive + + Pocahontas + AR + 72455-3847 + Mrs. + F208262 + L208262 + + Board of Directors Chairperson + 208262@hsesinfo.org + Mrs. + F208263 + L208263 + + Executive Director + 208263@hsesinfo.org + Mrs. + F208265 + L208265 + + 208265@hsesinfo.org + Mrs. + F208261 + L208261 + + 208261@hsesinfo.org + 555-555-8261 + + + 8498 + 8378 + 10906 + 200 + 2017 + 2017-03-01 + + EHS + Active + Quintana Baptist Church Head Start Program + + 8378@hsesinfo.org + Edificio Caribe Plaza 1579 Ave Ponce De Leon + + San Juan + PR + 00920 + Ave Paz Granela + PMB 473 Suite 2 + San Juan + PR + 00927 + Edificio Caribe Plaza 1579 Ave Ponce De Leon + + San Juan + PR + 00920 + Mr. + F208213 + L208213 + + Acting Board President + 208213@hsesinfo.org + Mrs. + F208214 + L208214 + + Executive Director + 208214@hsesinfo.org + Mrs. + F208216 + L208216 + + 208216@hsesinfo.org + Mrs. + F208212 + L208212 + + 208212@hsesinfo.org + 555-555-8212 + + + 4978 + 4984 + 8950 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + The Children's Home Society of New Jersey + www.chsofnj.org + 4984@hsesinfo.org + 635 South Clinton Avenue + + Trenton + NJ + 08611-1831 + 635 South Clinton Avenue + + Trenton + NJ + 08611-1831 + 635 South Clinton Avenue + + Trenton + NJ + 08611-1831 + Mr. + F49002 + L49002 + + Board Chairperson + 49002@hsesinfo.org + Ms. + F49003 + L49003 + + CEO/President + 49003@hsesinfo.org + Mr. + F49005 + L49005 + + 49005@hsesinfo.org + Mr. + F49001 + L49001 + + 49001@hsesinfo.org + 555-555-9001 x 5555 + + + 5337 + 2950 + 8922 + 200 + 2014 + 2014-08-01 + 2019-07-31 + EHS + Inactive + CCS Early Learning + http://www.ccsalaska.org + 2950@hsesinfo.org + 2060 E Industrial Dr + + Wasilla + AK + 99654-8201 + 2060 E Industrial Dr + + Wasilla + AK + 99654-8201 + 2060 E Industrial Dr + + Wasilla + AK + 99654-8201 + Ms. + F54263 + L54263 + + Board President + 54263@hsesinfo.org + Mr. + F54261 + L54261 + + Executive Director + 54261@hsesinfo.org + Ms. + F54260 + L54260 + + 54260@hsesinfo.org + Mr. + F54259 + L54259 + + 54259@hsesinfo.org + 555-555-4259 + + + 6349 + 2798 + 10015 + 200 + 2011 + 2015-07-01 + 2020-06-30 + EHS + Inactive + LEO EARLY HEAD START + leoinc.org + 2798@hsesinfo.org + 156 Broad St + + Lynn + MA + 01901-1603 + 156 Broad St + + Lynn + MA + 01901-1603 + 156 Broad St + + Lynn + MA + 01901-1603 + Mr. + F200113 + L200113 + + President, LEO Board of Directors + 200113@hsesinfo.org + Mrs. + F200114 + L200114 + + Chief Operation Officer + 200114@hsesinfo.org + Ms. + F200116 + L200116 + + 200116@hsesinfo.org + Mrs. + F200112 + L200112 + + 200112@hsesinfo.org + 555-555-0112 + + + 4644 + 2171 + 8630 + 000 + 2014 + 2014-03-01 + 2019-06-30 + HS + Inactive + Montgomery Community Action Committee & CDC, Inc. Head Start + 1062 Adams Avenue + 2171@hsesinfo.org + 1062 Adams Ave + + Montgomery + AL + 36104-4424 + 1062 Adams Ave + + Montgomery + AL + 36104-4424 + 1062 Adams Ave + + Montgomery + AL + 36104-4424 + Ms. + F44504 + L44504 + + Board Chairperson + 44504@hsesinfo.org + Mr. + F44507 + L44507 + + CEO + 44507@hsesinfo.org + Ms. + F44503 + L44503 + + 44503@hsesinfo.org + Mr. + F44502 + L44502 + + 44502@hsesinfo.org + 555-555-4502 + + + 8559 + 8439 + 10965 + 201 + 2017 + 2017-03-01 + + EHS + Active + Acelero Learning Wisconsin, Inc. (Milwaukee County) + http://alwi.acelero.net + 8439@hsesinfo.org + 7833 West Capitol Drive + + Milwaukee + WI + 53222 + 7833 West Capitol Drive + + Milwaukee + WI + 53222 + 7833 West Capitol Drive + + Milwaukee + WI + 53222 + Dr. + F208640 + L208640 + + + 208640@hsesinfo.org + Mr. + F208641 + L208641 + + + 208641@hsesinfo.org + Ms. + F208643 + L208643 + + 208643@hsesinfo.org + Ms. + F208639 + L208639 + + 208639@hsesinfo.org + 555-555-8639 + + + 9322 + 2033 + 11575 + 000 + 2014 + 2019-02-01 + + HS + Active + UNITED ACADEMY HEAD START + None + 2033@hsesinfo.org + 722 Wythe Avenue + + Brooklyn + NY + 11249-7532 + 722 Wythe Avenue + + Brooklyn + NY + 11249-7532 + 722 Wythe Avenue + + Brooklyn + NY + 11249-7532 + Mr. + F213791 + L213791 + + Chairman + 213791@hsesinfo.org + Mr. + F213792 + L213792 + + + 213792@hsesinfo.org + Mrs. + F213794 + L213794 + + 213794@hsesinfo.org + Mr. + F213790 + L213790 + + 213790@hsesinfo.org + 555-555-3790 x 5555 + + + 9324 + 603 + 11577 + 200 + 2014 + 2019-02-01 + + EHS + Active + INSTITUTE OF COMMUNITY SERVICES, INC + http://www.ics-hs.org + 603@hsesinfo.org + 160 West Valley Avenue + + Holly Springs + MS + 38635-0160 + P. O. Box 160 + + Holly Springs + MS + 38635-0160 + 160 West Valley Avenue + + Holly Springs + MS + 38635-0160 + Mr. + F213805 + L213805 + + Board Chair + 213805@hsesinfo.org + Mrs. + F213806 + L213806 + + Executive Director + 213806@hsesinfo.org + Mrs. + F213808 + L213808 + + 213808@hsesinfo.org + Ms. + F213804 + L213804 + + 213804@hsesinfo.org + 555-555-3804 x 5555 + + + 8040 + 1150 + 10544 + 000 + 1992 + 2016-04-01 + + AIAN HS + Active + Zaasijiwan Head Start + https://www.ldftribe.com/departments/88/Education_Center/Zaasijiwan_Head_Start.html + 1150@hsesinfo.org + 2899 State Highway 47 S + + Lac Du Flambeau + WI + 54538-9769 + PO Box 67 + + Lac Du Flambeau + WI + 54538-0067 + 2899 State Highway 47 S + + Lac Du Flambeau + WI + 54538-9769 + Mr. + F205473 + L205473 + Sr. + President + 205473@hsesinfo.org + Mr. + F205474 + L205474 + Sr. + Interim Administrator + 205474@hsesinfo.org + Ms. + F205476 + L205476 + + 205476@hsesinfo.org + Ms. + F205472 + L205472 + + 205472@hsesinfo.org + 555-555-5472 + + + 10682 + 449 + 12692 + 000 + 2014 + 2019-11-01 + + HS + Active + Chelan-Douglas Child Services Association + www.cdcsa.com + 449@hsesinfo.org + 1305 Kittitas Street + + Wenatchee + WA + 98801 + P.O. Box 360 + + Wenatchee + WA + 98807-0360 + 1305 Kittitas + + Wenatchee + WA + 98801 + Pastor + F223107 + L223107 + + Pastor + 223107@hsesinfo.org + Ms. + F223108 + L223108 + + + 223108@hsesinfo.org + Ms. + F223110 + L223110 + + 223110@hsesinfo.org + Ms. + F223106 + L223106 + + 223106@hsesinfo.org + 555-555-3106 x 5555 + + + 10683 + 450 + 12692 + 200 + 2014 + 2019-11-01 + + EHS + Active + Chelan-Douglas Child Services Association + www.cdcsa.com + 450@hsesinfo.org + 1305 Kittitas + + Wenatchee + WA + 98801 + P.O. Box 360 + + Wenatchee + WA + 98807-0360 + 1305 Kittitas + + Wenatchee + WA + 98801 + Pastor + F223114 + L223114 + + Pastor + 223114@hsesinfo.org + Ms. + F223115 + L223115 + + + 223115@hsesinfo.org + Ms. + F223117 + L223117 + + 223117@hsesinfo.org + Ms. + F223113 + L223113 + + 223113@hsesinfo.org + 555-555-3113 x 5555 + + + 5063 + 894 + 8976 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + BOYD COUNTY BOARD OF EDUCATION + http://www.boyd.kyschools.us/eclc/index.htm + 894@hsesinfo.org + 12307 Midland Trail Rd + + Ashland + KY + 41102-9639 + 12307 Midland Trail Rd + + Ashland + KY + 41102-9639 + 12307 Midland Trail Rd + + Ashland + KY + 41102-9639 + Mrs. + F51573 + L51573 + + Board of Education Chairperson + 51573@hsesinfo.org + Mr. + F51571 + L51571 + Jr. + Superintendent + 51571@hsesinfo.org + Mr. + F51570 + L51570 + + 51570@hsesinfo.org + Ms. + F51569 + L51569 + + 51569@hsesinfo.org + 555-555-1569 + + + 9048 + 522 + 11380 + 000 + 2013 + 2018-08-01 + + HS + Active + Nicholas Community Action Association., Inc. + www.ncapwv.info + 522@hsesinfo.org + 1205 Broad Street + + Summersville + WV + 26651-1805 + 1205 Broad Street + + Summersville + WV + 26651-1805 + 1205 Broad Street + + Summersville + WV + 26651-1805 + Mrs. + F211888 + L211888 + + Board Chair + 211888@hsesinfo.org + Mrs. + F211889 + L211889 + + + 211889@hsesinfo.org + + F211891 + L211891 + + 211891@hsesinfo.org + Mrs. + F211887 + L211887 + + 211887@hsesinfo.org + 555-555-1887 x 5555 + + + 4831 + 782 + 8777 + 000 + 1992 + 2014-05-01 + 2019-06-30 + HS + Inactive + Economic Opportunities Advancement Corporation of Planning Region XI + www.eoacwaco.org + 782@hsesinfo.org + 500 Franklin Avenue + + Waco + TX + 76701-2111 + 500 Franklin Avenue + + Waco + TX + 76701-2111 + 500 Franklin Avenue + + Waco + TX + 76701-2111 + Mr. + F47210 + L47210 + + EOAC Board President + 47210@hsesinfo.org + Mrs. + F47208 + L47208 + + EOAC Interim Executive Director + 47208@hsesinfo.org + Ms. + F47207 + L47207 + + 47207@hsesinfo.org + Ms. + F47206 + L47206 + + 47206@hsesinfo.org + 555-555-7206 x 5555 + + + 4832 + 781 + 8777 + 200 + 2014 + 2014-05-01 + 2019-06-30 + EHS + Inactive + Economic Opportunities Advancement Corporation of Planning Region XI + www.eoacwaco.org + 781@hsesinfo.org + 500 Franklin Avenue + + Waco + TX + 76701-2111 + 500 Franklin Avenue + + Waco + TX + 76701-2111 + 500 Franklin Avenue + + Waco + TX + 76701-2111 + Mr. + F47217 + L47217 + + EOAC Board President + 47217@hsesinfo.org + Mrs. + F47215 + L47215 + + EOAC Interim Executive Director + 47215@hsesinfo.org + Mrs. + F47214 + L47214 + + 47214@hsesinfo.org + Ms. + F47213 + L47213 + + 47213@hsesinfo.org + 555-555-7213 x 5555 + + + 6841 + 4025 + 10316 + 005 + + 2015-08-01 + + HS + Active + KIDCO Creative Learning Inc + + 4025@hsesinfo.org + 761 E Okeechobee Rd + + Hialeah + FL + 33010-5645 + 761 E Okeechobee Rd + + Hialeah + FL + 33010-5645 + 761 E Okeechobee Rd + + Hialeah + FL + 33010-5645 + Ms. + F203562 + L203562 + + Board Chairman + 203562@hsesinfo.org + Ms. + F203563 + L203563 + + CEO + 203563@hsesinfo.org + Ms. + F203565 + L203565 + + 203565@hsesinfo.org + Ms. + F203561 + L203561 + + 203561@hsesinfo.org + 555-555-3561 x 5555 + + + 5604 + 1291 + 9222 + 000 + 1991 + 2014-12-01 + + HS + Active + MID-COLUMBIA CHILDREN'S COUNCIL, INC + http://www.mcccheadstart.org + 1291@hsesinfo.org + 1100 East Marina Way, Suite 215 + + Hood River + OR + 97031-2353 + 1100 East Marina Way, Suite 215 + + Hood River + OR + 97031-2353 + 1100 East Marina Way, Suite 215 + + Hood River + OR + 97031-2353 + Ms. + F101177 + L101177 + + Board Chair + 101177@hsesinfo.org + Mr. + F101174 + L101174 + + Chief Executive Officer + 101174@hsesinfo.org + Ms. + F101173 + L101173 + + 101173@hsesinfo.org + Dr. + F101172 + L101172 + + 101172@hsesinfo.org + 555-555-1172 x 5555 + + + 9036 + 1406 + 11374 + 000 + 2013 + 2018-09-01 + + HS + Active + DURANGO 4-C COUNCIL + www.tchs4c.org + 1406@hsesinfo.org + 1315 Main Ave + Ste 124 + Durango + CO + 81301-5153 + PO Box 259 + + Durango + CO + 81302-0259 + 1315 Main Ave + Ste 124 + Durango + CO + 81301-5153 + Mr. + F211788 + L211788 + + Board Chairman + 211788@hsesinfo.org + Ms. + F211789 + L211789 + + Executive Director + 211789@hsesinfo.org + Mr. + F211791 + L211791 + + 211791@hsesinfo.org + Ms. + F211787 + L211787 + + 211787@hsesinfo.org + 555-555-1787 + + + 9215 + 1052 + 11500 + 200 + 2013 + 2018-12-01 + + EHS + Active + Southeastern North Dakota Community Action Agency + http://www.sendcaa.org + 1052@hsesinfo.org + 3600 15 St S + + Fargo + ND + 58104-6221 + 3233 South University Drive + + Fargo + ND + 58104-6221 + 3233 South University Drive + + Fargo + ND + 58104-6221 + Mr. + F213045 + L213045 + + SENDCAA Board Chairperson + 213045@hsesinfo.org + Mr. + F213046 + L213046 + + + 213046@hsesinfo.org + Ms. + F213048 + L213048 + + 213048@hsesinfo.org + Ms. + F213044 + L213044 + + 213044@hsesinfo.org + 555-555-3044 x 5555 + + + 9299 + 840 + 11558 + 000 + 2013 + 2019-01-01 + + HS + Active + Southern Seven Health Department + http://www.southern7.org + 840@hsesinfo.org + 37 Rustic Campus Drive + + Ullin + IL + 62992-2226 + 37 Rustic Campus Drive + + Ullin + IL + 62992-2226 + 37 Rustic Campus Drive + + Ullin + IL + 62992-2226 + Dr. + F213631 + L213631 + + Board President + 213631@hsesinfo.org + Mrs. + F213632 + L213632 + + + 213632@hsesinfo.org + Mrs. + F213634 + L213634 + + 213634@hsesinfo.org + Mrs. + F213630 + L213630 + + 213630@hsesinfo.org + 555-555-3630 + + + 4827 + 1970 + 8624 + 000 + 2014 + 2014-05-01 + 2019-06-30 + HS + Inactive + Community Action of Southeastern West Virginia + http://www.casewv.org + 1970@hsesinfo.org + 355 Bluefield Ave + + Bluefield + WV + 24701-2883 + 355 Bluefield Ave + + Bluefield + WV + 24701-2883 + 355 Bluefield Ave + + Bluefield + WV + 24701-2883 + Ms. + F47165 + L47165 + + CASEWV Board of Directors Chairperson + 47165@hsesinfo.org + Ms. + F47167 + L47167 + + CASEWV Executive Director + 47167@hsesinfo.org + Mr. + F47164 + L47164 + + 47164@hsesinfo.org + Mr. + F47162 + L47162 + + 47162@hsesinfo.org + 555-555-7162 + + + 4777 + 1725 + 8575 + 000 + 2014 + 2014-04-01 + 2019-03-31 + HS + Inactive + Community Services for Children, Inc. + http://www.cscinc.org + 1725@hsesinfo.org + 1520 Hanover Avenue + + Allentown + PA + 18109-2360 + 1520 Hanover Avenue + + Allentown + PA + 18109-2360 + 1520 Hanover Avenue + + Allentown + PA + 18109-2360 + Mr. + F46511 + L46511 + + Chairperson, Board of Directors + 46511@hsesinfo.org + Mrs. + F46514 + L46514 + + CEO/President + 46514@hsesinfo.org + Ms. + F46512 + L46512 + + 46512@hsesinfo.org + Mrs. + F46509 + L46509 + + 46509@hsesinfo.org + 555-555-6509 x 5555 + + + 11470 + 2252 + 13303 + 000 + 1992 + 2020-07-01 + + HS + Active + Economic Opportunity Commission of Nassau County, + http://www.eoc-nassau.org + 2252@hsesinfo.org + 134 Jackson St + + Hempstead + NY + 11550-2413 + 134 Jackson St + + Hempstead + NY + 11550-2413 + 134 Jackson St + + Hempstead + NY + 11550-2413 + Mr. + F228316 + L228316 + + Board Chairperson + 228316@hsesinfo.org + Ms. + F228317 + L228317 + + Chief Executive Officer + 228317@hsesinfo.org + Mr. + F228319 + L228319 + + 228319@hsesinfo.org + Rev. + F228315 + L228315 + + 228315@hsesinfo.org + 555-555-8315 x 5555 + + + 8502 + 8382 + 10911 + 200 + 2017 + 2017-03-01 + + EHS + Active + Acelero, Inc. + www.acelero.net + 8382@hsesinfo.org + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + Mr. + F208241 + L208241 + + Chairman of the Board + 208241@hsesinfo.org + Mr. + F208242 + L208242 + + COO/Head Start Director + 208242@hsesinfo.org + Ms. + F208244 + L208244 + + 208244@hsesinfo.org + Dr. + F208240 + L208240 + + 208240@hsesinfo.org + 555-555-8240 + + + 11471 + 1969 + 13302 + 200 + 2002 + 2020-07-01 + + EHS + Active + North Texas Parent & Child Development, Inc + www.wfearlyheadstart.org + 1969@hsesinfo.org + 500 Flood Street + + Wichita Falls + TX + 76301-2838 + 500 Flood Street + + Wichita Falls + TX + 76301-2838 + 500 Flood Street + + Wichita Falls + TX + 76301-2838 + Ms. + F228323 + L228323 + + President + 228323@hsesinfo.org + Ms. + F228324 + L228324 + + Vice-President + 228324@hsesinfo.org + Mrs. + F228326 + L228326 + + 228326@hsesinfo.org + Mr. + F228322 + L228322 + + 228322@hsesinfo.org + 555-555-8322 + + + 4702 + 3917 + 8684 + 030 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + New Life Child Development Center, Inc.-Early Lear + + 3917@hsesinfo.org + 295 Woodbine St + + Brooklyn + NY + 11237-5914 + 295 Woodbine St + + Brooklyn + NY + 11237-5914 + 295 Woodbine St + + Brooklyn + NY + 11237-5914 + Ms. + F45664 + L45664 + + Chairperson + 45664@hsesinfo.org + Mrs. + F45662 + L45662 + + + 45662@hsesinfo.org + Mrs. + F45661 + L45661 + + 45661@hsesinfo.org + Ms. + F45660 + L45660 + + 45660@hsesinfo.org + 555-555-5660 + + + 10584 + 6891 + 12573 + 203 + + 2019-09-01 + + EHS + Active + Talbot County Health Department + www.maryland.gov/talbotcounty + 6891@hsesinfo.org + 215 Bay Street, Suite 1 + + Easton + MD + 21601-2631 + 215 Bay Street, Suite 1 + + Easton + MD + 21601-2631 + 100 S Hanson St + + Easton + MD + 21601-2920 + Mr. + F222426 + L222426 + + Board Chair + 222426@hsesinfo.org + Dr. + F222427 + L222427 + + Chief Health Officer + 222427@hsesinfo.org + Ms. + F222429 + L222429 + + 222429@hsesinfo.org + Ms. + F222425 + L222425 + + 222425@hsesinfo.org + 555-555-2425 + + + 9977 + 5999 + 12092 + 203 + + 2019-07-01 + + EHS + Active + Housing Authority of Baltimore City + www.habc.org + 5999@hsesinfo.org + 2707 Sethlow Rd + + Baltimore + MD + 21225-1308 + 2707 Sethlow Rd + + Baltimore + MD + 21225-1308 + 709 E Eager St + + Baltimore + MD + 21202-4234 + Mr. + F218232 + L218232 + + Board Chair + 218232@hsesinfo.org + Ms. + F218233 + L218233 + + + 218233@hsesinfo.org + Ms. + F218235 + L218235 + + 218235@hsesinfo.org + Ms. + F218231 + L218231 + + 218231@hsesinfo.org + 555-555-8231 + + + 11469 + 259 + 13299 + 200 + 2014 + 2020-07-01 + + EHS + Active + East Orange Child Development Corporation + + 259@hsesinfo.org + 682 Park Ave + + East Orange + NJ + 07017-1503 + 682 Park Ave + + East Orange + NJ + 07017-1503 + 682 Park Ave + + East Orange + NJ + 07017-1503 + Mr. + F228309 + L228309 + + Board Chairman + 228309@hsesinfo.org + Mrs. + F228310 + L228310 + + CEO/Executive Director + 228310@hsesinfo.org + Ms. + F228312 + L228312 + + 228312@hsesinfo.org + Mrs. + F228308 + L228308 + + 228308@hsesinfo.org + 555-555-8308 x 5555 + + + 9979 + 6001 + 12094 + 205 + + 2019-07-01 + + EHS + Active + Goodwill Industries of the Chesapeake + www.goodwillches.org + 6001@hsesinfo.org + 829 Montpelier St + + Baltimore + MD + 21218-3542 + 829 Montpelier St + + Baltimore + MD + 21218-3542 + 222 E Redwood St + + Baltimore + MD + 21202-3312 + Mr. + F218246 + L218246 + + Board Chair + 218246@hsesinfo.org + Mrs. + F218247 + L218247 + + + 218247@hsesinfo.org + Ms. + F218249 + L218249 + + 218249@hsesinfo.org + Ms. + F218245 + L218245 + + 218245@hsesinfo.org + 555-555-8245 x 5555 + + + 6081 + 6088 + 9791 + 200 + + 2015-03-01 + 2020-08-31 + EHS + Inactive + Lancaster County First Steps to School Readiness Partnership + www.lancastercountyfirststeps.org + 6088@hsesinfo.org + 121 S Wylie Street + + Lancaster + SC + 29720-2348 + 121 S Wylie Street + + Lancaster + SC + 29720-2348 + 121 S Wylie Street + + Lancaster + SC + 29720-2348 + Dr. + F107530 + L107530 + + Chairman, Lancaster County First Steps Board + 107530@hsesinfo.org + Mrs. + F107531 + L107531 + + First Steps Executive Director + 107531@hsesinfo.org + Ms. + F107533 + L107533 + + 107533@hsesinfo.org + Ms. + F107529 + L107529 + + 107529@hsesinfo.org + 555-555-7529 + + + 9088 + 3158 + 11406 + 000 + 2013 + 2018-09-01 + + HS + Active + WILLIAMSTOWN BOARD OF EDUCATION + www.williamstown.kyschools.us + 3158@hsesinfo.org + 300 Helton St + + Williamstown + KY + 41097-9505 + 300 Helton St + + Williamstown + KY + 41097-9505 + 300 Helton St + + Williamstown + KY + 41097-9505 + Mr. + F212197 + L212197 + + Board of Education Chair + 212197@hsesinfo.org + Mrs. + F212198 + L212198 + + Superintendent + 212198@hsesinfo.org + Mrs. + F212200 + L212200 + + 212200@hsesinfo.org + Mrs. + F212196 + L212196 + + 212196@hsesinfo.org + 555-555-2196 + + + 8924 + 1993 + 11282 + 200 + 2001 + 2018-07-01 + + EHS + Active + Orange County Board of Education + www.ocss-va.org + 1993@hsesinfo.org + 200 Dailey Drive + + Orange + VA + 22960-1864 + 200 Dailey Drive + + Orange + VA + 22960-1864 + 200 Dailey Drive + + Orange + VA + 22960-1864 + Ms. + F210990 + L210990 + + Board Chair + 210990@hsesinfo.org + Dr. + F210991 + L210991 + II + Superintendent OCPS + 210991@hsesinfo.org + Mr. + F210993 + L210993 + + 210993@hsesinfo.org + Ms. + F210989 + L210989 + + 210989@hsesinfo.org + 555-555-0989 x 5555 + + + 8574 + 8453 + 10974 + 200 + 2017 + 2017-03-01 + + EHS + Active + Los Angeles Universal Preschool + www.child360.org + 8453@hsesinfo.org + 515 S Figueroa St + Ste 900 + Los Angeles + CA + 90071-3309 + 515 S Figueroa St + Ste 900 + Los Angeles + CA + 90071-3309 + 515 S Figueroa St + Ste 900 + Los Angeles + CA + 90071-3309 + Ms. + F208741 + L208741 + + Board Chair + 208741@hsesinfo.org + Mr. + F208742 + L208742 + + CEO + 208742@hsesinfo.org + Ms. + F208744 + L208744 + + 208744@hsesinfo.org + Ms. + F208740 + L208740 + + 208740@hsesinfo.org + 555-555-8740 + + + 6899 + 1526 + 10388 + 000 + 1999 + 2015-11-01 + 2020-10-31 + HS + Inactive + YMCA/Early Childhood Development Co, LLC + ymcaatlanta.org/early-learning + 1526@hsesinfo.org + 569 Martin Luther King Jr Dr NW + + Atlanta + GA + 30314-4164 + 569 Martin Luther King Jr Dr NW + + Atlanta + GA + 30314-4164 + 569 Martin Luther King Jr Dr NW + + Atlanta + GA + 30314-4164 + Ms. + F203954 + L203954 + + YMCA Board Chair + 203954@hsesinfo.org + Mrs. + F203955 + L203955 + + President and CEO + 203955@hsesinfo.org + Ms. + F203957 + L203957 + + 203957@hsesinfo.org + Mrs. + F203953 + L203953 + + 203953@hsesinfo.org + 555-555-3953 + + + 5560 + 2464 + 9262 + 000 + 2014 + 2014-11-01 + 2020-10-31 + AIAN HS + Inactive + Tolowa Dee-Ni Nation + http://www.tolowa-nsn.gov + 2464@hsesinfo.org + 12840 Mouth of Smith River Rd + + Smith River + CA + 95567-9451 + 12840 Mouth of Smith River Rd + + Smith River + CA + 95567-9451 + 140 Rowdy Creek Rd + + Smith River + CA + 95567 + Ms. + F99697 + L99697 + + Tolowa Dee-ni Nation Tribal Chairperson + 99697@hsesinfo.org + Mr. + F99696 + L99696 + + Tolowa Dee-ni Nation Executive Director + 99696@hsesinfo.org + Ms. + F99699 + L99699 + + 99699@hsesinfo.org + Ms. + F99695 + L99695 + + 99695@hsesinfo.org + 555-555-9695 x 5555 + + + 9183 + 385 + 11480 + 000 + 1991 + 2018-11-01 + + HS + Active + Fremont Community Schools + N/A + 385@hsesinfo.org + 1100 W Toledo St + N/A + Fremont + IN + 46737-2097 + PO Box 703 + N/A + Fremont + IN + 46737-0703 + 1100 W Toledo St + + Fremont + IN + 46737-2097 + Mr. + F212817 + L212817 + + School Board President + 212817@hsesinfo.org + Dr. + F212818 + L212818 + + Superintendent + 212818@hsesinfo.org + Ms. + F212820 + L212820 + + 212820@hsesinfo.org + Mrs. + F212816 + L212816 + + 212816@hsesinfo.org + 555-555-2816 + + + 4270 + 910 + 8311 + 000 + 1992 + 2013-08-01 + 2019-07-31 + HS + Inactive + Macon Program for Progress + http://www.mppnhc.org + 910@hsesinfo.org + 82 East Orchard View Lane + + Franklin + NC + 28734 + PO Box 700 + + Franklin + NC + 28744-0700 + 82 East Orchard View Lane + + Franklin + NC + 28734 + Mrs. + F38613 + L38613 + + MPP Board Chairman + 38613@hsesinfo.org + Mr. + F38609 + L38609 + + Executive Director + 38609@hsesinfo.org + Ms. + F38611 + L38611 + + 38611@hsesinfo.org + Mrs. + F38608 + L38608 + + 38608@hsesinfo.org + 555-555-8608 x 5555 + + + 5921 + 5928 + 9675 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Community Action Partnership of Strafford County + http://www.straffordcap.org + 5928@hsesinfo.org + 577 Central Ave + Ste 10 + Dover + NH + 03820-3424 + 577 Central Ave + Ste 10 + Dover + NH + 03820-3424 + 577 Central Ave + Ste 10 + Dover + NH + 03820-3424 + Ms. + F106020 + L106020 + + Board Chair + 106020@hsesinfo.org + Ms. + F106021 + L106021 + + Chief Executive Officer + 106021@hsesinfo.org + + F106023 + L106023 + + 106023@hsesinfo.org + Ms. + F106019 + L106019 + + 106019@hsesinfo.org + 555-555-6019 x 5555 + + + 5107 + 2027 + 8816 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + National Centers for Learning Excellence, Inc. + www.childandfamilycenters.com + 2027@hsesinfo.org + N4W22000 Bluemound Road + + Waukesha + WI + 53186-8755 + N4W22000 Bluemound Road + + Waukesha + WI + 53186-8755 + N4W22000 Bluemound Road + + Waukesha + WI + 53186-8755 + Ms. + F51860 + L51860 + + President of the Board of Directors + 51860@hsesinfo.org + Dr. + F51859 + L51859 + Ph.D. + + 51859@hsesinfo.org + Mr. + F51862 + L51862 + + 51862@hsesinfo.org + Dr. + F51858 + L51858 + Ph.D. + 51858@hsesinfo.org + 555-555-1858 + + + 4562 + 1364 + 8569 + 000 + 2013 + 2013-12-23 + 2019-06-30 + HS + Inactive + Douglass Community Services, Inc + http://www.douglassonline.org + 1364@hsesinfo.org + 711 Grand Avenue + + Hannibal + MO + 63401-3179 + 711 Grand Avenue + + Hannibal + MO + 63401-3179 + 711 Grand Avenue + + Hannibal + MO + 63401-3179 + Mr. + F43294 + L43294 + + Board President + 43294@hsesinfo.org + Ms. + F43298 + L43298 + + Executive Director + 43298@hsesinfo.org + Ms. + F43295 + L43295 + + 43295@hsesinfo.org + Ms. + F43293 + L43293 + + 43293@hsesinfo.org + 555-555-3293 x 5555 + + + 4678 + 3876 + 8660 + 006 + 2014 + 2014-02-01 + 2019-06-30 + HS + Inactive + La Peninsula Community Organization, Inc. + http://www.lapen.com + 3876@hsesinfo.org + 711 Manida St + + Bronx + NY + 10474-5807 + 711 Manida St + + Bronx + NY + 10474-5807 + 711 Manida St + + Bronx + NY + 10474-5807 + Mr. + F45497 + L45497 + Jr + Chairperson + 45497@hsesinfo.org + Ms. + F45495 + L45495 + + Executive director + 45495@hsesinfo.org + Mr. + F45494 + L45494 + + 45494@hsesinfo.org + Ms. + F45492 + L45492 + + 45492@hsesinfo.org + 555-555-5492 + + + 5336 + 1274 + 8922 + 000 + 2014 + 2014-08-01 + 2019-07-31 + HS + Inactive + CCS Early Learning + http://www.ccsalaska.org + 1274@hsesinfo.org + 2060 E Industrial Dr + + Wasilla + AK + 99654-8201 + 2060 E Industrial Dr + + Wasilla + AK + 99654-8201 + 2060 E Industrial Dr + + Wasilla + AK + 99654-8201 + Mrs. + F54257 + L54257 + + Board President + 54257@hsesinfo.org + Mr. + F54253 + L54253 + + Executive Director + 54253@hsesinfo.org + Ms. + F54256 + L54256 + + 54256@hsesinfo.org + Mr. + F54252 + L54252 + + 54252@hsesinfo.org + 555-555-4252 + + + 8771 + 8624 + 11139 + 201 + 2017 + 2017-03-01 + + EHS + Active + Acelero Learning Camden-Philadelphia, Inc. + alcp.acelero.net + 8624@hsesinfo.org + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + Ms. + F209862 + L209862 + + Board Chairman + 209862@hsesinfo.org + Mr. + F209863 + L209863 + + + 209863@hsesinfo.org + Ms. + F209865 + L209865 + + 209865@hsesinfo.org + Ms. + F209861 + L209861 + + 209861@hsesinfo.org + 555-555-9861 + + + 8530 + 8410 + 10932 + 200 + 2017 + 2017-03-01 + + EHS + Active + Mile High Montessori Early Learning Centers + www.milehighearlylearning.org + 8410@hsesinfo.org + 1799 N Pennsylvania St + Fl 4 + Denver + CO + 80203-1310 + 1799 N Pennsylvania St + Fl 4 + Denver + CO + 80203-1310 + 1799 N Pennsylvania St + Fl 4 + Denver + CO + 80203-1310 + Ms. + F208438 + L208438 + + Board Chair + 208438@hsesinfo.org + Dr. + F208439 + L208439 + + President & CEO + 208439@hsesinfo.org + Ms. + F208441 + L208441 + + 208441@hsesinfo.org + Ms. + F208437 + L208437 + + 208437@hsesinfo.org + 555-555-8437 + + + 11302 + 9291 + 13182 + 201 + 2019 + 2019-03-01 + + EHS + Active + United Planning Organization + www.upo.org + 9291@hsesinfo.org + 301 Rhode Island Ave NW + + Washington + DC + 20001-1826 + 301 Rhode Island Ave NW + + Washington + DC + 20001-1826 + 301 Rhode Island Ave NW + + Washington + DC + 20001-1826 + Mr. + F227237 + L227237 + + Board Chair + 227237@hsesinfo.org + Mr. + F227235 + L227235 + + President and CEO + 227235@hsesinfo.org + + F227238 + L227238 + + 227238@hsesinfo.org + Ms. + F227234 + L227234 + + 227234@hsesinfo.org + 555-555-7234 + + + 9348 + 1038 + 11590 + 000 + 2014 + 2019-02-01 + + HS + Active + BEAR RIVER HEAD START + http://www.brheadstart.org + 1038@hsesinfo.org + 95 West 100 South + Suite 200 + Logan + UT + 84321-5811 + 95 West 100 South + Suite 200 + Logan + UT + 84321-5811 + 95 West 100 South + Suite 200 + Logan + UT + 84321-5811 + Ms. + F213963 + L213963 + + + 213963@hsesinfo.org + Mrs. + F213964 + L213964 + + + 213964@hsesinfo.org + Mr. + F213966 + L213966 + + 213966@hsesinfo.org + Ms. + F213962 + L213962 + + 213962@hsesinfo.org + 555-555-3962 x 5555 + + + 9349 + 1039 + 11590 + 200 + 2001 + 2019-02-01 + + EHS + Active + Bear River Early Head Start + http://www.brheadstart.org + 1039@hsesinfo.org + 95 West 100 South + Suite 200 + Logan + UT + 84321-5811 + 95 West 100 South + Suite 200 + Logan + UT + 84321-5811 + 95 West 100 South + Suite 200 + Logan + UT + 84321-5811 + Ms. + F213970 + L213970 + + + 213970@hsesinfo.org + Ms. + F213971 + L213971 + + + 213971@hsesinfo.org + Mr. + F213973 + L213973 + + 213973@hsesinfo.org + Ms. + F213969 + L213969 + + 213969@hsesinfo.org + 555-555-3969 x 5555 + + + 8575 + 3056 + 10981 + 000 + 2012 + 2017-04-01 + + HS + Active + Community Action Partnership of San Luis Obispo County + 1030 Southwoord Drive + 3056@hsesinfo.org + 1030 Southwood Drive + + San Luis Obispo + CA + 93401 + 1030 Southwood Drive + + San Luis Obispo + CA + 93401 + 1030 Southwood Drive + + San Luis Obispo + CA + 93401 + Ms. + F208748 + L208748 + + CAPSLO Board President + 208748@hsesinfo.org + Mrs. + F208749 + L208749 + + + 208749@hsesinfo.org + Ms. + F208751 + L208751 + + 208751@hsesinfo.org + Mrs. + F208747 + L208747 + + 208747@hsesinfo.org + 555-555-8747 x 5555 + + + 9329 + 868 + 11582 + 200 + 2013 + 2019-02-01 + + EHS + Active + Community Action Program, Inc. of Western Indiana + http://www.capwi.org + 868@hsesinfo.org + 418 Washington St + + Covington + IN + 47932-1257 + PO Box 188 + + Covington + IN + 47932-0188 + 418 Washington St + + Covington + IN + 47932-1257 + Mr. + F213840 + L213840 + + CAP Board President + 213840@hsesinfo.org + Mrs. + F213841 + L213841 + + + 213841@hsesinfo.org + Mrs. + F213843 + L213843 + + 213843@hsesinfo.org + Mrs. + F213839 + L213839 + + 213839@hsesinfo.org + 555-555-3839 + + + 10582 + 6888 + 12571 + 201 + + 2019-09-01 + + EHS + Active + Anne Arundel Community Action Agency + www.aaceoc.com + 6888@hsesinfo.org + 6243 Shady Side Road + + Shady Side + MD + 20764-9689 + 6243 Shady Side Road + + Shady Side + MD + 20764-9689 + 251 West St + + Annapolis + MD + 21401-3427 + Ms. + F222412 + L222412 + + Board President + 222412@hsesinfo.org + Dr. + F222413 + L222413 + + Interim CEO + 222413@hsesinfo.org + Ms. + F222415 + L222415 + + 222415@hsesinfo.org + Ms. + F222411 + L222411 + + 222411@hsesinfo.org + 555-555-2411 + + + 10686 + 2331 + 12690 + 000 + 2014 + 2019-11-01 + + HS + Active + Elkhart and St. Joseph Counties Head Start Consortium + http://www.headstartesj.com + 2331@hsesinfo.org + 245 North Lombardy Drive, Suite A + + South Bend + IN + 46619-1665 + 245 North Lombardy Drive, Suite A + + South Bend + IN + 46619-1665 + 245 North Lombardy Drive, Suite A + + South Bend + IN + 46619-1665 + Mrs. + F223135 + L223135 + + Consortium Board President + 223135@hsesinfo.org + Dr. + F223136 + L223136 + + Executive Director + 223136@hsesinfo.org + Ms. + F223138 + L223138 + + 223138@hsesinfo.org + Dr. + F223134 + L223134 + + 223134@hsesinfo.org + 555-555-3134 + + + 10687 + 2812 + 12690 + 200 + 2011 + 2019-11-01 + + EHS + Active + Elkhart and St. Joseph Counties Head Start Consortium + www.headstartestj.com + 2812@hsesinfo.org + 245 North Lombardy Drive, Suite A + + South Bend + IN + 46619 + 245 North Lombardy Drive, Suite A + + South Bend + IN + 46619 + 245 North Lombardy Drive, Suite A + + South Bend + IN + 46619 + Mrs. + F223142 + L223142 + + Consortium Board President + 223142@hsesinfo.org + Dr. + F223143 + L223143 + + + 223143@hsesinfo.org + Ms. + F223145 + L223145 + + 223145@hsesinfo.org + Dr. + F223141 + L223141 + + 223141@hsesinfo.org + 555-555-3141 + + + 8961 + 2063 + 11305 + 000 + 2013 + 2018-08-01 + + HS + Active + Head Start of Yamhill County + http://www.yamhillheadstart.org + 2063@hsesinfo.org + 1006 NE 3rd St + Ste A + McMinnville + OR + 97128-4402 + PO Box 1311 + 1006 NE 3rd St Ste A + McMinnville + OR + 97128-1311 + 1006 NE 3rd St + Ste A + McMinnville + OR + 97128-4402 + Ms. + F211284 + L211284 + + Board Chair + 211284@hsesinfo.org + Ms. + F211285 + L211285 + + Executive Director + 211285@hsesinfo.org + Ms. + F211287 + L211287 + + 211287@hsesinfo.org + Ms. + F211283 + L211283 + + 211283@hsesinfo.org + 555-555-1283 x 5555 + + + 10899 + 2934 + 12863 + 200 + 2015 + 2020-01-01 + + EHS + Active + Family Building Blocks + www.familybuildingblocks.org + 2934@hsesinfo.org + 180 18th St NE + + Salem + OR + 97301-4335 + 2425 Lancaster Dr NE + + Salem + OR + 97305 + 2425 Lancaster Dr. NE + + Salem + OR + 97305 + Pres. + F224585 + L224585 + + President, Board of Directors + 224585@hsesinfo.org + Ms. + F224586 + L224586 + + FBB Executive Director + 224586@hsesinfo.org + Ms. + F224588 + L224588 + + 224588@hsesinfo.org + Ms. + F224584 + L224584 + + 224584@hsesinfo.org + 555-555-4584 + + + 9343 + 2907 + 11589 + 000 + 2013 + 2019-02-01 + + HS + Active + Yeled v'Yalda Early Childhood Center, Inc. + www.yeled.org + 2907@hsesinfo.org + 1312 38th St + + Brooklyn + NY + 11218-3612 + 1312 38th St + + Brooklyn + NY + 11218-3612 + 1312 38th St + + Brooklyn + NY + 11218-3612 + Mr. + F213928 + L213928 + + Chairperson + 213928@hsesinfo.org + Mr. + F213929 + L213929 + + + 213929@hsesinfo.org + Mrs. + F213931 + L213931 + + 213931@hsesinfo.org + Mr. + F213927 + L213927 + + 213927@hsesinfo.org + 555-555-3927 x 5555 + + + 9082 + 1690 + 11404 + 200 + 2003 + 2018-09-01 + + EHS + Active + Children's Hospital of Philadelphia + http://earlyheadstart.chop.edu + 1690@hsesinfo.org + Early Head Start at Children's Hospital of Philadelphia + Karabots' Pediatric Center - 4865 Market Street + Philadelphia + PA + 19139 + Early Head Start at Children's Hospital of Phila + Karabots' Pediatric Center - 4865 Market Street + Philadelphia + PA + 19139 + Early Head Start at Children's Hospital of Phila + Karabots' Pediatric Center - 4865 Market Street + Philadelphia + PA + 19139 + Dr. + F212155 + L212155 + + Authorizing Offical + 212155@hsesinfo.org + Mr. + F212156 + L212156 + + Sr. Director, Practice Management Services, Care Network + 212156@hsesinfo.org + Ms. + F212158 + L212158 + + 212158@hsesinfo.org + Mrs. + F212154 + L212154 + + 212154@hsesinfo.org + 555-555-2154 + + + 4889 + 903 + 8856 + 000 + 1992 + 2014-06-01 + 2019-05-31 + HS + Inactive + Community Action of Southern Kentucky, Inc. + http://www.casoky.org + 903@hsesinfo.org + 921 Beauty Ave + + Bowling Green + KY + 42101-6135 + 921 Beauty Ave + + Bowling Green + KY + 42101-6135 + 921 Beauty Ave + + Bowling Green + KY + 42101-6135 + Ms. + F48176 + L48176 + + Board Chair + 48176@hsesinfo.org + Dr. + F48175 + L48175 + + CEO/Executive Director + 48175@hsesinfo.org + Ms. + F48178 + L48178 + + 48178@hsesinfo.org + Mrs. + F48174 + L48174 + + 48174@hsesinfo.org + 555-555-8174 x 5555 + + + 9718 + 1027 + 11873 + 000 + 1992 + 2019-07-01 + + HS + Active + HUTCHINSON BOARD OF EDUCATION + http://www.usd308.com + 1027@hsesinfo.org + 330 Charles Street + + Hutchinson + KS + 67501-3905 + 330 Charles Street + + Hutchinson + KS + 67501-3905 + 1520 N Plum St + + Hutchinson + KS + 67501-5854 + Mrs. + F216447 + L216447 + + Board of Education President + 216447@hsesinfo.org + Mr. + F216448 + L216448 + + Early Learning Director for USD#308 + 216448@hsesinfo.org + Mr. + F216450 + L216450 + + 216450@hsesinfo.org + Ms. + F216446 + L216446 + + 216446@hsesinfo.org + 555-555-6446 + + + 9905 + 2569 + 12006 + 000 + 2009 + 2019-07-01 + + HS + Active + Unified School District 383 + https://www.usd383.org/schools/early-learning/early-learning-centers + 2569@hsesinfo.org + 1700 Leavenworth St + + Manhattan + KS + 66502-4143 + 1700 Leavenworth St + + Manhattan + KS + 66502-4143 + 2031 Poyntz Ave + + Manhattan + KS + 66502-3868 + Mrs. + F217745 + L217745 + + USD 383 Board of Education President + 217745@hsesinfo.org + Ms. + F217746 + L217746 + + Executive Director of Special Services + 217746@hsesinfo.org + Ms. + F217748 + L217748 + + 217748@hsesinfo.org + Mr. + F217744 + L217744 + + 217744@hsesinfo.org + 555-555-7744 x 5555 + + + 9719 + 1026 + 11873 + 200 + 2002 + 2019-07-01 + + EHS + Active + Reno County Early Head Start + http://www.usd308.com + 1026@hsesinfo.org + 518 N Washington St + + Hutchinson + KS + 67501-4819 + 518 N Washington St + + Hutchinson + KS + 67501-4819 + 1520 North Plum Street + + Hutchinson + KS + 67504 + Mrs. + F216454 + L216454 + + Board of Education President + 216454@hsesinfo.org + Mr. + F216455 + L216455 + + Early Learning Director for USD#308 + 216455@hsesinfo.org + Mr. + F216457 + L216457 + + 216457@hsesinfo.org + Ms. + F216453 + L216453 + + 216453@hsesinfo.org + 555-555-6453 + + + 10259 + 5987 + 12278 + 200 + + 2019-08-01 + + EHS + Active + Bear River Head Start + www.brheadstart.org + 5987@hsesinfo.org + 95 West 100 South + Suite 200 + Logan + UT + 84321-5811 + 95 West 100 South + Suite 200 + Logan + UT + 84321-5811 + 95 West 100 South + Suite 200 + Logan + UT + 84321-5811 + Ms. + F220156 + L220156 + + + 220156@hsesinfo.org + Ms. + F220157 + L220157 + + + 220157@hsesinfo.org + Mr. + F220159 + L220159 + + 220159@hsesinfo.org + Ms. + F220155 + L220155 + + 220155@hsesinfo.org + 555-555-0155 x 5555 + + + 6169 + 6176 + 9552 + 201 + + 2015-01-01 + + EHS + Active + Ada S. McKinley Community Services + http://www.adasmckinley.org + 6176@hsesinfo.org + 1359 W Washington Blvd + + Chicago + IL + 60607-1905 + 1359 W Washington Blvd + + Chicago + IL + 60607-1905 + 1359 W Washington Blvd + + Chicago + IL + 60607-1905 + Ms. + F108234 + L108234 + + President, Board of Directors + 108234@hsesinfo.org + Mr. + F108235 + L108235 + + Chief Executive Officer + 108235@hsesinfo.org + Ms. + F108237 + L108237 + + 108237@hsesinfo.org + Ms. + F108233 + L108233 + + 108233@hsesinfo.org + 555-555-8233 + + + 9566 + 8829 + 11779 + 200 + 2019 + 2019-04-01 + + EHS + Active + Lutheran Social Services of the South, Inc. + www.upbring.org + 8829@hsesinfo.org + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + Mr. + F215459 + L215459 + + + 215459@hsesinfo.org + Dr. + F215460 + L215460 + + VP of Education + 215460@hsesinfo.org + Mrs. + F215462 + L215462 + + 215462@hsesinfo.org + Mr. + F215458 + L215458 + + 215458@hsesinfo.org + 555-555-5458 + + + 9976 + 5997 + 12091 + 202 + + 2019-07-01 + + EHS + Active + Community Works Bon Secours Baltimore Health Systems, Inc + www.bonsecoursbaltimorefoundation.org + 5997@hsesinfo.org + 26 N Fulton Ave + + Baltimore + MD + 21223-1624 + 26 N Fulton Ave + + Baltimore + MD + 21223-1624 + 2000 W Baltimore St + + Baltimore + MD + 21223-1558 + Mr. + F218225 + L218225 + + Board Chair + 218225@hsesinfo.org + Mr. + F218226 + L218226 + + CEO + 218226@hsesinfo.org + Ms. + F218228 + L218228 + + 218228@hsesinfo.org + Mr. + F218224 + L218224 + + 218224@hsesinfo.org + 555-555-8224 + + + 9559 + 8822 + 11767 + 200 + 2019 + 2019-03-01 + + EHS + Active + Office of the State Superintendent of Education + www.osse.dc.gov + 8822@hsesinfo.org + 1050 1st St NE Fl 6 + + Washington + DC + 20002-5859 + 1050 1st St NE Fl 6 + + Washington + DC + 20002-5859 + 1050 1st St NE Fl 6 + + Washington + DC + 20002-5859 + Ms. + F215410 + L215410 + + + 215410@hsesinfo.org + Dr. + F215411 + L215411 + + + 215411@hsesinfo.org + Ms. + F215413 + L215413 + + 215413@hsesinfo.org + Dr. + F215409 + L215409 + + 215409@hsesinfo.org + 555-555-5409 + + + 9359 + 2133 + 11599 + 000 + 2014 + 2019-02-01 + + HS + Active + INTER-LAKES COMMUNITY ACTION PARTNERSHIP INC + http://www.interlakescap.com + 2133@hsesinfo.org + 111 N Van Eps Ave + + Madison + SD + 57042-2800 + PO Box 268 + + Madison + SD + 57042-0268 + 111 N Van Eps Ave + + Madison + SD + 57042-2800 + Ms. + F214046 + L214046 + + ICAP Board Chair + 214046@hsesinfo.org + Ms. + F214047 + L214047 + + + 214047@hsesinfo.org + Ms. + F214049 + L214049 + + 214049@hsesinfo.org + Ms. + F214045 + L214045 + + 214045@hsesinfo.org + 555-555-4045 + + + 9360 + 2132 + 11599 + 200 + 2014 + 2019-02-01 + + EHS + Active + INTER-LAKES COMMUNITY ACTION PARTNERSHIP INC + http://www.interlakescap.com + 2132@hsesinfo.org + 111 N Van Eps Ave + + Madison + SD + 57042-2800 + PO Box 268 + + Madison + SD + 57042-0268 + 111 N Van Eps Ave + + Madison + SD + 57042-2800 + Ms. + F214053 + L214053 + + ICAP Board Chair + 214053@hsesinfo.org + Ms. + F214054 + L214054 + + + 214054@hsesinfo.org + Ms. + F214056 + L214056 + + 214056@hsesinfo.org + Ms. + F214052 + L214052 + + 214052@hsesinfo.org + 555-555-4052 + + + 9906 + 2570 + 12006 + 200 + 2014 + 2019-07-01 + + EHS + Active + Unified School District 383 + https://www.usd383.org/schools/early-learning/home-based-services + 2570@hsesinfo.org + 1700 Leavenworth St + + Manhattan + KS + 66502-4143 + 1700 Leavenworth St + + Manhattan + KS + 66502-4143 + 2031 Poyntz Ave + + Manhattan + KS + 66502-3868 + Mrs. + F217752 + L217752 + + USD 383 Board of Education President + 217752@hsesinfo.org + Ms. + F217753 + L217753 + + Executive Director of Special Services + 217753@hsesinfo.org + Ms. + F217755 + L217755 + + 217755@hsesinfo.org + Mr. + F217751 + L217751 + + 217751@hsesinfo.org + 555-555-7751 x 5555 + + + 8628 + 2308 + 11022 + 200 + 2003 + 2017-06-01 + + AIAN EHS + Active + Council of Athabascan Tribal Governments + http://www.catg.org + 2308@hsesinfo.org + 33 Main Street + + Fort Yukon + AK + 99740 + 33 Main Street + + Fort Yukon + AK + 99740 + 33 Main Street + + Fort Yukon + AK + 99740 + Ms. + F208909 + L208909 + + CATG Governing Board Chairman + 208909@hsesinfo.org + Mr. + F208910 + L208910 + + CATG Executive Director + 208910@hsesinfo.org + Ms. + F208912 + L208912 + + 208912@hsesinfo.org + Ms. + F208908 + L208908 + + 208908@hsesinfo.org + 555-555-8908 + + + 496 + 883 + 310 + 000 + 1992 + 2013-07-10 + 2018-12-31 + HS + Inactive + Kentucky River Foothills Head Start + http://foothillscap.org/default.html + 883@hsesinfo.org + 311 Spangler Dr + Ste I + Richmond + KY + 40475-2458 + 311 Spangler Dr + Ste I + Richmond + KY + 40475-2458 + 309 Spangler Drive-Suite C + + Richmond + KY + 40475 + Mr. + F37354 + L37354 + + Foothills Community Action Partnership Board Chairman + 37354@hsesinfo.org + Mr. + F37351 + L37351 + + KRFDC Inc. Executive Director + 37351@hsesinfo.org + Ms. + F37352 + L37352 + + 37352@hsesinfo.org + Mr. + F37350 + L37350 + + 37350@hsesinfo.org + 555-555-7350 x 5555 + + + 5998 + 6005 + 9629 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Fort George Community Enrichment Center, Inc. + www.fortgeorgecenter.org + 6005@hsesinfo.org + 489 Saint Pauls Pl + + Bronx + NY + 10456-1935 + 1525 Saint Nicholas Ave + + New York + NY + 10033-2604 + 1525 Saint Nicholas Ave + + New York + NY + 10033-2604 + Ms. + F106714 + L106714 + + Board Chair + 106714@hsesinfo.org + Ms. + F106715 + L106715 + + Executive Director/CEO + 106715@hsesinfo.org + Ms. + F106717 + L106717 + + 106717@hsesinfo.org + Ms. + F106713 + L106713 + + 106713@hsesinfo.org + 555-555-6713 + + + 9292 + 4229 + 11548 + 200 + 2013 + 2019-01-01 + + EHS + Active + Ounce of Prevention Fund + http://www.ounceofprevention.org + 4229@hsesinfo.org + 33 West Monroe Street, Suite 2400 + + Chicago + IL + 60603 + 33 West Monroe Street, Suite 2400 + + Chicago + IL + 60603 + 33 West Monroe Street, Suite 2400 + + Chicago + IL + 60603 + Mr. + F213983 + L213983 + + Chairman of the Board + 213983@hsesinfo.org + Ms. + F213984 + L213984 + + President, Ounce of Preveniton Fund + 213984@hsesinfo.org + Mrs. + F213986 + L213986 + + 213986@hsesinfo.org + Ms. + F213987 + L213987 + + 213987@hsesinfo.org + 555-555-3987 + + + 9288 + 2446 + 11550 + 000 + 2014 + 2019-01-01 + + HS + Active + Midcoast Maine Community Action + www.midcoastmainecommunityaction.org + 2446@hsesinfo.org + 34 Wing Farm Parkway + + Bath + ME + 04530-1515 + 34 Wing Farm Parkway + + Bath + ME + 04530-1515 + 34 Wing Farm Parkway + + Bath + ME + 04530-1515 + Ms. + F213561 + L213561 + + MMCA Board Chairperson + 213561@hsesinfo.org + Ms. + F213562 + L213562 + + Executive Director + 213562@hsesinfo.org + Mr. + F213564 + L213564 + + 213564@hsesinfo.org + Ms. + F213560 + L213560 + + 213560@hsesinfo.org + 555-555-3560 x 5555 + + + 6992 + 1928 + 10456 + 000 + 1991 + 2016-01-01 + + HS + Active + Kokomo School Corporation Head Start Program + www.kokomoschools.com + 1928@hsesinfo.org + 900 S Goyer Rd + + Kokomo + IN + 46901-8607 + 900 S Goyer Rd + + Kokomo + IN + 46901-8607 + 900 S Goyer Rd + + Kokomo + IN + 46901-8607 + Ms. + F204610 + L204610 + + President, School Board of Trustees + 204610@hsesinfo.org + Dr. + F204611 + L204611 + + + 204611@hsesinfo.org + Mr. + F204613 + L204613 + + 204613@hsesinfo.org + Mrs. + F204609 + L204609 + + 204609@hsesinfo.org + 555-555-4609 + + + 8692 + 8553 + 11066 + 001 + 2016 + 2016-07-01 + + HS + Active + Caddo Parish Commission + www.caddocaa.org + 8553@hsesinfo.org + 4055 St. Vincent Ave. + Post Office Box 3446, Shreveport, LA 71133 + Shreveport + LA + 71108-2542 + 4055 St. Vincent Ave. + Post Office Box 3446, Shreveport, LA 71133 + Shreveport + LA + 71108-2542 + 4055 St. Vincent Ave. + Post Office Box 3446, Shreveport, LA 71133 + Shreveport + LA + 71108-2542 + Rev. + F209352 + L209352 + + Board Chairperson + 209352@hsesinfo.org + Mr. + F209353 + L209353 + + + 209353@hsesinfo.org + Mrs. + F209355 + L209355 + Sr. + 209355@hsesinfo.org + Mr. + F209351 + L209351 + + 209351@hsesinfo.org + 555-555-9351 + + + 9289 + 3248 + 11550 + 200 + 2014 + 2019-01-01 + + EHS + Active + Midcoast Maine Community Action + www.midcoastmainecommunityaction.org + 3248@hsesinfo.org + 34 Wing Farm Parkway + + BATH + ME + 04530 + 34 Wing Farm Parkway + + BATH + ME + 04530 + 34 Wing Farm Parkway + + BATH + ME + 04530 + Ms. + F213568 + L213568 + + MMCA Board Chairperson + 213568@hsesinfo.org + Ms. + F213569 + L213569 + + Executive Director + 213569@hsesinfo.org + Mr. + F213571 + L213571 + + 213571@hsesinfo.org + Ms. + F213567 + L213567 + + 213567@hsesinfo.org + 555-555-3567 x 5555 + + + 11472 + 751 + 13300 + 000 + 1992 + 2020-07-01 + + HS + Active + Morehouse Community Improvement Organization, Inc. + 1765 West Madison Avenue + 751@hsesinfo.org + 1765 W Madison Ave + + Bastrop + LA + 71220-4256 + 1765 W Madison Ave + + Bastrop + LA + 71220-4256 + 1765 W Madison Ave + + Bastrop + LA + 71220-4256 + Mr. + F228330 + L228330 + + + 228330@hsesinfo.org + Ms. + F228331 + L228331 + + + 228331@hsesinfo.org + Mr. + F228333 + L228333 + + 228333@hsesinfo.org + Ms. + F228329 + L228329 + + 228329@hsesinfo.org + 555-555-8329 + + + 6270 + 6283 + 8570 + 200 + + 2015-03-27 + 2019-06-30 + EHS + Inactive + Northwest Arkansas Head Start + http://www.nwaheadstart.org + 6283@hsesinfo.org + 2109 SE J Street + + Bentonville + AR + 72712-3860 + 2109 SE J St + + Bentonville + AR + 72712-3860 + 2109 SE J St + + Bentonville + AR + 72712-3860 + Mrs. + F109725 + L109725 + + Board of Directors Chairperson + 109725@hsesinfo.org + Mrs. + F109726 + L109726 + + Executive Director + 109726@hsesinfo.org + Mrs. + F109728 + L109728 + + 109728@hsesinfo.org + Ms. + F109724 + L109724 + + 109724@hsesinfo.org + 555-555-9724 + + + 10188 + 6099 + 12222 + 200 + + 2019-09-01 + + EHS + Active + Hawkeye Area Community Action Program,Inc. + http://www.hacap.org + 6099@hsesinfo.org + 1515 Hawkeye Dr + + Hiawatha + IA + 52233-1102 + 1515 Hawkeye Dr + + Hiawatha + IA + 52233-1102 + 1515 Hawkeye Dr + + Hiawatha + IA + 52233-1102 + Mr. + F219671 + L219671 + + Board President + 219671@hsesinfo.org + Mrs. + F219672 + L219672 + + CEO + 219672@hsesinfo.org + Ms. + F219674 + L219674 + + 219674@hsesinfo.org + Mrs. + F219670 + L219670 + + 219670@hsesinfo.org + 555-555-9670 + + + 10189 + 6186 + 12221 + 200 + + 2019-08-01 + + EHS + Active + Mt. Hood Community College + http://mhccheadstart.org + 6186@hsesinfo.org + 10100 NE Prescott St. + + Portland + OR + 97220-3555 + 10100 NE Prescott St. + + Portland + OR + 97220-3555 + 10100 NE Prescott St. + + Portland + OR + 97220-3555 + Ms. + F219678 + L219678 + + Chair, Board of Education + 219678@hsesinfo.org + Ms. + F219679 + L219679 + + Executive Director + 219679@hsesinfo.org + Ms. + F219681 + L219681 + + 219681@hsesinfo.org + Ms. + F219677 + L219677 + + 219677@hsesinfo.org + 555-555-9677 + + + 10191 + 5933 + 12225 + 200 + + 2019-08-01 + + EHS + Active + The Leaguers + www.leaguers.org + 5933@hsesinfo.org + 405 University Avenue + + Newark + NJ + 07102-1219 + 405 University Avenue + + Newark + NJ + 07102-1219 + 405 University Avenue + + Newark + NJ + 07102-1219 + Ms. + F219692 + L219692 + + Board Chairperson + 219692@hsesinfo.org + Ms. + F219693 + L219693 + + Executive Director/CEO + 219693@hsesinfo.org + Ms. + F219695 + L219695 + + 219695@hsesinfo.org + Ms. + F219691 + L219691 + + 219691@hsesinfo.org + 555-555-9691 + + + 10192 + 5967 + 12230 + 200 + + 2019-08-01 + + EHS + Active + CHILDCAREGROUP + www.childcaregroup.org + 5967@hsesinfo.org + 1420 W MOCKINGBIRD LANE + SUITE 300 + DALLAS + TX + 75247-4973 + 1420 W MOCKINGBIRD LANE + SUITE 300 + DALLAS + TX + 75247-4973 + 1420 W MOCKINGBIRD LANE + SUITE 300 + DALLAS + TX + 75247-4973 + Mr. + F219699 + L219699 + + Chairman, Board of Trustees + 219699@hsesinfo.org + Mrs. + F219700 + L219700 + + CEO + 219700@hsesinfo.org + Ms. + F219702 + L219702 + + 219702@hsesinfo.org + Mrs. + F219698 + L219698 + + 219698@hsesinfo.org + 555-555-9698 + + + 10193 + 5981 + 12229 + 200 + + 2019-08-01 + + EHS + Active + The Family Conservancy + www.tfckc.org + 5981@hsesinfo.org + 444 Minnesota Avenue + Suite 200 + Kansas City + KS + 66101-2900 + 444 Minnesota Avenue + Suite 200 + Kansas City + KS + 66101-2900 + 444 Minnesota Avenue + Suite 200 + Kansas City + KS + 66101-2900 + Mr. + F219706 + L219706 + + + 219706@hsesinfo.org + Mrs. + F219707 + L219707 + + + 219707@hsesinfo.org + Ms. + F219709 + L219709 + + 219709@hsesinfo.org + Ms. + F219705 + L219705 + + 219705@hsesinfo.org + 555-555-9705 x 5555 + + + 11391 + 9327 + 13249 + 200 + 2020 + 2020-07-01 + + EHS + Active + CDI HS/Niagara County, NY + www.cdiheadstart.org + 9327@hsesinfo.org + 901 24th St + + Niagara Falls + NY + 14301-2415 + 901 24th St + + Niagara Falls + NY + 14301-2415 + 901 24th St + + Niagara Falls + NY + 14301-2415 + Mr. + F227798 + L227798 + + Chief Executive Officer + 227798@hsesinfo.org + Ms. + F227796 + L227796 + + Executive Director + 227796@hsesinfo.org + + F227799 + L227799 + + 227799@hsesinfo.org + Ms. + F227795 + L227795 + + 227795@hsesinfo.org + 555-555-7795 + + + 6100 + 6107 + 9768 + 200 + + 2015-03-01 + 2020-08-31 + EHS + Inactive + Delta Area Economic Opportunity Corporation + http://www.daeoc.com + 6107@hsesinfo.org + 99 Skyview Rd + + Portageville + MO + 63873-0000 + 99 Skyview Rd + + Portageville + MO + 63873-0000 + 99 Skyview Rd + + Portageville + MO + 63873-0000 + Mr. + F107682 + L107682 + + Board Chairman + 107682@hsesinfo.org + Mr. + F107683 + L107683 + + President/CEO + 107683@hsesinfo.org + Mr. + F107685 + L107685 + + 107685@hsesinfo.org + Mrs. + F107681 + L107681 + + 107681@hsesinfo.org + 555-555-7681 x 5555 + + + 9375 + 6803 + 11608 + 200 + + 2019-02-01 + 2020-01-31 + EHS + Inactive + The Centers for Families and Children + thecentersohio.org + 6803@hsesinfo.org + 4500 Euclid Avenue + + Cleveland + OH + 44103-3736 + 4500 Euclid Avenue + + Cleveland + OH + 44103-3736 + 4500 Euclid Avenue + + Cleveland + OH + 44103-3736 + Mr. + F214158 + L214158 + + Board Chair + 214158@hsesinfo.org + Mr. + F214159 + L214159 + + President and CEO + 214159@hsesinfo.org + Ms. + F214161 + L214161 + + 214161@hsesinfo.org + Ms. + F214157 + L214157 + + 214157@hsesinfo.org + 555-555-4157 + + + 8371 + 1899 + 10717 + 200 + 1992 + 2016-08-01 + + EHS + Active + Lorain County Community Action Agency + www.lccaa.net + 1899@hsesinfo.org + 936 Broadway + + Lorain + OH + 44052-1950 + 936 Broadway + + Lorain + OH + 44052-1950 + 936 Broadway + + Lorain + OH + 44052-1950 + Mr. + F207756 + L207756 + + Board Chairman + 207756@hsesinfo.org + Mrs. + F207757 + L207757 + + Chief Executive Officer (CEO) + 207757@hsesinfo.org + Ms. + F207759 + L207759 + + 207759@hsesinfo.org + Dr. + F207755 + L207755 + + 207755@hsesinfo.org + 555-555-7755 + + + 9168 + 2176 + 11470 + 000 + 1991 + 2018-11-01 + + HS + Active + Pace Community Action Agency, Inc. + http://www.pacecaa.org + 2176@hsesinfo.org + 525 North 4th Street + + Vincennes + IN + 47591-0687 + 525 North 4th Street + + Vincennes + IN + 47591-0687 + 525 North 4th Street + + Vincennes + IN + 47591-0687 + Mr. + F212712 + L212712 + + + 212712@hsesinfo.org + Dr. + F212713 + L212713 + + + 212713@hsesinfo.org + Ms. + F212715 + L212715 + + 212715@hsesinfo.org + Ms. + F212711 + L212711 + + 212711@hsesinfo.org + 555-555-2711 + + + 9371 + 3137 + 11608 + 000 + 2013 + 2019-02-01 + 2020-01-31 + HS + Inactive + The Centers for Families and Children + thecentersohio.org + 3137@hsesinfo.org + 4500 Euclid Avenue + + Cleveland + OH + 44103-3736 + 4500 Euclid Avenue + + Cleveland + OH + 44103-3736 + 4500 Euclid Ave + + Cleveland + OH + 44103-3736 + Mr. + F214130 + L214130 + + Board Chair + 214130@hsesinfo.org + Mr. + F214131 + L214131 + + President and CEO + 214131@hsesinfo.org + Ms. + F214133 + L214133 + + 214133@hsesinfo.org + Ms. + F214129 + L214129 + + 214129@hsesinfo.org + 555-555-4129 + + + 5148 + 382 + 8848 + 200 + 1991 + 2014-07-01 + 2019-05-31 + EHS + Inactive + Cincinnati-Hamilton County Community Action Agency + http://www.cincy-caa.org + 382@hsesinfo.org + 1740 Langdon Farm Road + + Cincinnati + OH + 45237-3817 + 1740 Langdon Farm Road + + Cincinnati + OH + 45237-3817 + 1740 Langdon Farm Road + + Cincinnati + OH + 45237-3817 + Ms. + F51745 + L51745 + + Board Chairperson + 51745@hsesinfo.org + Mr. + F51746 + L51746 + + President/CEO + 51746@hsesinfo.org + Ms. + F51748 + L51748 + + 51748@hsesinfo.org + Ms. + F51744 + L51744 + + 51744@hsesinfo.org + 555-555-1744 x 5555 + + + 7070 + 2234 + 10501 + 200 + 2003 + 2016-01-01 + + EHS + Active + Children First, Inc. + http://www.childrenfirst.net + 2234@hsesinfo.org + 1723 N Orange Ave + + Sarasota + FL + 34234-8511 + 1723 N Orange Ave + + Sarasota + FL + 34234-8511 + 1723 N Orange Ave + + Sarasota + FL + 34234-8511 + Mr. + F205158 + L205158 + + Board Chair + 205158@hsesinfo.org + Mr. + F205159 + L205159 + + + 205159@hsesinfo.org + Ms. + F205161 + L205161 + + 205161@hsesinfo.org + Mrs. + F205157 + L205157 + + 205157@hsesinfo.org + 555-555-5157 + + + 11303 + 2571 + 13183 + 000 + 2009 + 2020-05-01 + + HS + Active + CHILDREN'S FRIEND AND SERVICE + http://www.childrensfriendri.org + 2571@hsesinfo.org + 153 Summer Street + + Providence + RI + 02903-4011 + 153 Summer Street + + Providence + RI + 02903-4011 + 153 Summer Street + + Providence + RI + 02903-4011 + Mr. + F227241 + L227241 + + Board Chairman + 227241@hsesinfo.org + Mr. + F227242 + L227242 + + President and Chief Executive Officer + 227242@hsesinfo.org + Ms. + F227244 + L227244 + + 227244@hsesinfo.org + Mrs. + F227240 + L227240 + + 227240@hsesinfo.org + 555-555-7240 + + + 8767 + 8620 + 11135 + 201 + 2017 + 2017-03-01 + + EHS + Active + Allegheny Intermediate Unit 3 + www.aiu3.net + 8620@hsesinfo.org + 473 East Waterfront Drive + + Homestead + PA + 15120 + 473 East Waterfront Drive + + Homestead + PA + 15120 + 473 East Waterfront Drive + + Homestead + PA + 15120 + Mrs. + F209834 + L209834 + + + 209834@hsesinfo.org + Mrs. + F209835 + L209835 + + + 209835@hsesinfo.org + Ms. + F209837 + L209837 + + 209837@hsesinfo.org + Mrs. + F209833 + L209833 + + 209833@hsesinfo.org + 555-555-9833 + + + 10499 + 8498 + 12488 + 200 + 2017 + 2019-09-01 + + EHS + Active + West Central Community Services, Inc. + www.wccsheadstart.org + 8498@hsesinfo.org + 321 E Euclid Ave + + Monmouth + IL + 61462-1312 + 321 E Euclid Ave + + Monmouth + IL + 61462-1312 + 321 E Euclid Ave + + Monmouth + IL + 61462-1312 + Mr. + F221834 + L221834 + + Board President + 221834@hsesinfo.org + Mrs. + F221835 + L221835 + + Executive/Head Start Director + 221835@hsesinfo.org + Miss + F221837 + L221837 + + 221837@hsesinfo.org + Mrs. + F221833 + L221833 + + 221833@hsesinfo.org + 555-555-1833 x 5555 + + + 9367 + 2239 + 11607 + 000 + 2013 + 2019-02-01 + + HS + Active + Clackamas County Children's Commission + http://www.cccchs.org + 2239@hsesinfo.org + 16518 SE River Road + + Milwaukie + OR + 97267 + 16518 SE River Road + + Milwaukie + OR + 97267 + 16518 SE River Road + + Milwaukie + OR + 97267 + Mr. + F214102 + L214102 + + Board Chairperson + 214102@hsesinfo.org + Mrs. + F214103 + L214103 + + + 214103@hsesinfo.org + Mr. + F214105 + L214105 + + 214105@hsesinfo.org + Mrs. + F214101 + L214101 + + 214101@hsesinfo.org + 555-555-4101 + + + 9368 + 2644 + 11607 + 200 + 2013 + 2019-02-01 + + EHS + Active + Clackamas County Children's Commission + www.cccchs.org + 2644@hsesinfo.org + 16518 SE River Road + + Milwaukie + OR + 97267 + 16518 SE River Road + + Milwaukie + OR + 97267 + 16518 SE River Road + + Milwaukie + OR + 97267 + Mr. + F214109 + L214109 + + Board Chairperson + 214109@hsesinfo.org + Mrs. + F214110 + L214110 + + Executive Director + 214110@hsesinfo.org + Ms. + F214112 + L214112 + + 214112@hsesinfo.org + Ms. + F214108 + L214108 + + 214108@hsesinfo.org + 555-555-4108 + + + 9369 + 2531 + 11603 + 000 + 2013 + 2019-02-01 + + HS + Active + Benton Franklin Head Start + bfhs.net + 2531@hsesinfo.org + 1549 Georgia Avenue S.E., Suite B + + Richland + WA + 99352-4756 + 1549 Georgia Avenue S.E., Suite B + + Richland + WA + 99352-4756 + 1549 Georgia Avenue S.E., Suite B + + Richland + WA + 99352-4756 + Dr. + F214116 + L214116 + + Board Chair + 214116@hsesinfo.org + Ms. + F214117 + L214117 + + Executive Director + 214117@hsesinfo.org + Ms. + F214119 + L214119 + + 214119@hsesinfo.org + Ms. + F214115 + L214115 + + 214115@hsesinfo.org + 555-555-4115 x 5555 + + + 11304 + 2290 + 13183 + 200 + 2004 + 2020-05-01 + + EHS + Active + CHILDREN'S FRIEND AND SERVICE + http://www.childrensfriendri.org + 2290@hsesinfo.org + 153 Summer Street + + Providence + RI + 02903-4011 + 153 Summer Street + + Providence + RI + 02903-4011 + 153 Summer Street + + Providence + RI + 02903-4011 + Mr. + F227248 + L227248 + + Board Chairman + 227248@hsesinfo.org + Mr. + F227249 + L227249 + + President and Chief Executive Officer + 227249@hsesinfo.org + Ms. + F227251 + L227251 + + 227251@hsesinfo.org + Mrs. + F227247 + L227247 + + 227247@hsesinfo.org + 555-555-7247 + + + 9383 + 1947 + 11609 + 200 + 2013 + 2019-02-01 + + EHS + Active + Council for Economic Opportunities in Greater Cleveland + http://www.ceogc.org + 1947@hsesinfo.org + 1801 Superior Ave E + Ste 400 + Cleveland + OH + 44114-2135 + 1801 Superior Ave E + Ste 400 + Cleveland + OH + 44114-2135 + 1801 Superior Ave E + Ste 400 + Cleveland + OH + 44114-2135 + Ms. + F214214 + L214214 + + Chair, Board of Directors + 214214@hsesinfo.org + Dr. + F214215 + L214215 + + President and Chief Executive Officer + 214215@hsesinfo.org + Ms. + F214217 + L214217 + + 214217@hsesinfo.org + Dr. + F214213 + L214213 + + 214213@hsesinfo.org + 555-555-4213 x 5555 + + + 8313 + 1480 + 10678 + 200 + 2001 + 2016-07-01 + + EHS + Active + Caddo Parish Commission + www.caddocaa.org + 1480@hsesinfo.org + 4055 Saint Vincent Ave + + Shreveport + LA + 71108-2542 + PO Box 3446 + + Shreveport + LA + 71133-3446 + 4055 Saint Vincent Ave + + Shreveport + LA + 71108-2542 + Rev. + F207331 + L207331 + + Board Chairperson + 207331@hsesinfo.org + Mr. + F207332 + L207332 + + + 207332@hsesinfo.org + Ms. + F207334 + L207334 + + 207334@hsesinfo.org + Mr. + F207330 + L207330 + + 207330@hsesinfo.org + 555-555-7330 x 5555 + + + 11305 + 965 + 13184 + 000 + 2014 + 2020-05-01 + + HS + Active + Community Improvement Council, Inc. + + 965@hsesinfo.org + 540 Holbrook St + 540 Holbrook Street + Danville + VA + 24541-1661 + 540 Holbrook St + 540 Holbrook Street + Danville + VA + 24541-1661 + 540 Holbrook St + 540 Holbrook Street + Danville + VA + 24541-1661 + Ms. + F227255 + L227255 + + Board of Directors Chairperson + 227255@hsesinfo.org + Mrs. + F227256 + L227256 + + Executive/Head Start Director + 227256@hsesinfo.org + Ms. + F227258 + L227258 + + 227258@hsesinfo.org + Mrs. + F227254 + L227254 + + 227254@hsesinfo.org + 555-555-7254 x 5555 + + + 5263 + 3731 + 9110 + 004 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Roosevelt School District Head Start + www.rsd66.org / www.rsd.K12.az.us + 3731@hsesinfo.org + 6218 S 7th St + + Phoenix + AZ + 85042-4211 + 6218 S 7th St + + Phoenix + AZ + 85042-4211 + 6218 S 7th St + + Phoenix + AZ + 85042-4211 + Mr. + F53514 + L53514 + + Board President + 53514@hsesinfo.org + Dr. + F53513 + L53513 + + Chief Administrative Officer + 53513@hsesinfo.org + Ms. + F53512 + L53512 + + 53512@hsesinfo.org + Mr. + F53511 + L53511 + + 53511@hsesinfo.org + 555-555-3511 + + + 9154 + 2314 + 11461 + 000 + 2013 + 2018-11-01 + + HS + Active + Community Action Planning Council of Jefferson County + http://www.capcjc.org + 2314@hsesinfo.org + 518 Davidson Street + + Watertown + NY + 13601-1904 + 518 Davidson Street + + Watertown + NY + 13601-1904 + 518 Davidson Street + + Watertown + NY + 13601-1904 + Mr. + F212615 + L212615 + + Board Chairperson + 212615@hsesinfo.org + Ms. + F212616 + L212616 + + Executive Director + 212616@hsesinfo.org + Mr. + F212618 + L212618 + + 212618@hsesinfo.org + Mrs. + F212614 + L212614 + + 212614@hsesinfo.org + 555-555-2614 x 5555 + + + 6170 + 6177 + 9553 + 202 + + 2015-01-01 + + EHS + Active + Carole Robertson Center For Learning + http://www.crcl.net + 6177@hsesinfo.org + 3701 West Ogden Avenue + 2929 West 19th Street + Chicago + IL + 60623-2240 + 3701 West Ogden Avenue + 2929 West 19th Street + Chicago + IL + 60623-2240 + 3701 West Ogden Avenue + 2929 West 19th Street + Chicago + IL + 60623-2240 + Mr. + F108242 + L108242 + + Board Chair + 108242@hsesinfo.org + Ms. + F108243 + L108243 + + President/CEO + 108243@hsesinfo.org + Ms. + F108245 + L108245 + + 108245@hsesinfo.org + Ms. + F108241 + L108241 + + 108241@hsesinfo.org + 555-555-8241 + + + 9552 + 2030 + 11776 + 200 + 2014 + 2019-04-01 + + EHS + Active + Community Action Partnership of Ramsey + http://www.caprw.org + 2030@hsesinfo.org + 450 North Syndicate Street + Suite 5 + St. Paul + MN + 55104 + 450 North Syndicate Street + Suite 5 + St. Paul + MN + 55104 + 450 North Syndicate Street + Suite 5 + St. Paul + MN + 55104 + Mrs. + F215361 + L215361 + + Board President + 215361@hsesinfo.org + Ms. + F215362 + L215362 + + + 215362@hsesinfo.org + Ms. + F215364 + L215364 + + 215364@hsesinfo.org + Ms. + F215360 + L215360 + + 215360@hsesinfo.org + 555-555-5360 + + + 11474 + 5488 + 13298 + 200 + 2014 + 2020-07-01 + + Migrant EHS + Active + Centro de la Familia de Utah + www.cdlf.org + 5488@hsesinfo.org + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + Mr. + F228344 + L228344 + + Board President + 228344@hsesinfo.org + Mr. + F228345 + L228345 + + CEO & Head Start Director + 228345@hsesinfo.org + Ms. + F228347 + L228347 + + 228347@hsesinfo.org + Mr. + F228343 + L228343 + + 228343@hsesinfo.org + 555-555-8343 + + + 5627 + 4125 + 9447 + 013 + 2014 + 2014-12-01 + + HS + Active + YMCA of Metropolitan Chicago + http://www.ymcachicago.org + 4125@hsesinfo.org + 801 North Dearborn Street + + Chicago + IL + 60610-3316 + 801 North Dearborn Street + + Chicago + IL + 60610-3316 + 801 North Dearborn Street + + Chicago + IL + 60610-3316 + Mr. + F101432 + L101432 + + Board Chair + 101432@hsesinfo.org + Mr. + F101430 + L101430 + + CEO + 101430@hsesinfo.org + Ms. + F101429 + L101429 + + 101429@hsesinfo.org + Ms. + F101428 + L101428 + + 101428@hsesinfo.org + 555-555-1428 + + + 8899 + 3023 + 11263 + 000 + 2013 + 2018-07-01 + + HS + Active + Clinch Valley Community Action + www.clinchvalleycaa.org + 3023@hsesinfo.org + 1379 Tazewell Avenue + + North Tazewell + VA + 24630 + PO Box 188 + + North Tazewell + VA + 24630-9569 + 1379 Tazewell Avenue + + North Tazewell + VA + 24630 + Mr. + F210814 + L210814 + II + Board Chairperson + 210814@hsesinfo.org + Mr. + F210815 + L210815 + + Executive Director + 210815@hsesinfo.org + Ms. + F210817 + L210817 + + 210817@hsesinfo.org + Ms. + F210813 + L210813 + + 210813@hsesinfo.org + 555-555-0813 x 5555 + + + 8900 + 5446 + 11263 + 200 + 2014 + 2018-07-01 + + EHS + Active + Clinch Valley Community Action + www.clinchvalleycaa.org + 5446@hsesinfo.org + 1379 Tazewell Avenue + + North Tazewell + VA + 24630 + PO Box 188 + + North Tazewell + VA + 24630-0188 + 1379 Tazewell Avenue + + North Tazewell + VA + 24630 + Mr. + F210821 + L210821 + II + Board Chairperson + 210821@hsesinfo.org + Mr. + F210822 + L210822 + + Executive Director + 210822@hsesinfo.org + Ms. + F210824 + L210824 + + 210824@hsesinfo.org + Ms. + F210820 + L210820 + + 210820@hsesinfo.org + 555-555-0820 x 5555 + + + 9321 + 3071 + 11579 + 000 + 2013 + 2019-02-01 + + HS + Active + United_Academy,Inc + + 3071@hsesinfo.org + 722 Wythe Avenue + + Brooklyn + NY + 11249-7532 + 722 Wythe Avenue + + Brooklyn + NY + 11249-7532 + 722 Wythe Avenue + + Brooklyn + NY + 11249-7532 + Mr. + F213784 + L213784 + + + 213784@hsesinfo.org + Mr. + F213785 + L213785 + + + 213785@hsesinfo.org + Mrs. + F213787 + L213787 + + 213787@hsesinfo.org + Mr. + F213783 + L213783 + + 213783@hsesinfo.org + 555-555-3783 x 5555 + + + 8251 + 2244 + 10637 + 000 + 2000 + 2016-07-01 + + HS + Active + Muskegon Area ISD ~ Head Start of Muskegon/Oceana + http://www.muskegonisd.org/departments/early-childhood/headstart/ + 2244@hsesinfo.org + 630 Harvey Street + + Muskegon + MI + 49442-4278 + 630 Harvey Street + + Muskegon + MI + 49442-4278 + 630 Harvey Street + + Muskegon + MI + 49442-4278 + Ms. + F206872 + L206872 + + Board of Education President + 206872@hsesinfo.org + Mr. + F206873 + L206873 + Ph.D + + 206873@hsesinfo.org + Mrs. + F206875 + L206875 + + 206875@hsesinfo.org + Mr. + F206871 + L206871 + + 206871@hsesinfo.org + 555-555-6871 + + + 6121 + 951 + 9722 + 000 + 1992 + 2015-03-01 + + HS + Active + WILMINGTON HEADSTART, INC + wilmheadstart.org + 951@hsesinfo.org + 100 West 10th Street, Suite 1016 + + Wilmington + DE + 19801-6607 + 100 West 10th Street, Suite 1016 + + Wilmington + DE + 19801-6607 + 100 West 10th Street, Suite 1016 + + Wilmington + DE + 19801-6607 + Mr. + F108518 + L108518 + ESQ + Board President + 108518@hsesinfo.org + Ms. + F108520 + L108520 + + Executive Director + 108520@hsesinfo.org + Ms. + F108522 + L108522 + + 108522@hsesinfo.org + Ms. + F108517 + L108517 + + 108517@hsesinfo.org + 555-555-8517 x 5555 + + + 11009 + 1660 + 12965 + 200 + 2014 + 2020-02-01 + + EHS + Active + Sheltering Arms Children and Family Services, Inc. + http://www.www.shelteringarmsny.org + 1660@hsesinfo.org + 500 Bergen Ave + Fl 2 + Bronx + NY + 10455-4048 + 500 Bergen Ave + Fl 2 + Bronx + NY + 10455-4048 + 25 Broadway + Fl 18 + New York + NY + 10004-1012 + Mr. + F225354 + L225354 + + Board President + 225354@hsesinfo.org + Ms. + F225355 + L225355 + + Chief Executive Officer + 225355@hsesinfo.org + Ms. + F225357 + L225357 + + 225357@hsesinfo.org + Ms. + F225353 + L225353 + + 225353@hsesinfo.org + 555-555-5353 + + + 6583 + 788 + 10147 + 000 + 1992 + 2015-07-01 + + HS + Active + Total Community Action, Inc. + www.tca-nola.org + 788@hsesinfo.org + 1420 S Jefferson Davis Pkwy + + New Orleans + LA + 70125-1744 + 1420 S Jefferson Davis Pkwy + + New Orleans + LA + 70125-1744 + 1420 S Jefferson Davis Pkwy + + New Orleans + LA + 70125-1744 + Mr. + F201751 + L201751 + + Chairman, Board of Directors + 201751@hsesinfo.org + Ms. + F201752 + L201752 + + President/CEO + 201752@hsesinfo.org + Ms. + F201754 + L201754 + + 201754@hsesinfo.org + Ms. + F201750 + L201750 + + 201750@hsesinfo.org + 555-555-1750 + + + 11571 + 1768 + 13369 + 000 + 2002 + 2020-07-01 + + HS + Active + Municipality of Patillas + + 1768@hsesinfo.org + 31 Calle Munoz Rivera + + Patillas + PR + 00723-2616 + 31 Calle Munoz Rivera + + Patillas + PR + 00723-2616 + 31 Calle Munoz Rivera + + Patillas + PR + 00723-2616 + Hon. + F228965 + L228965 + + Chairwomen of the Board + 228965@hsesinfo.org + Mr. + F228966 + L228966 + + Director + 228966@hsesinfo.org + Mrs. + F228968 + L228968 + + 228968@hsesinfo.org + Mr. + F228964 + L228964 + + 228964@hsesinfo.org + 555-555-8964 x 5555 + + + 11570 + 9451 + 13366 + 000 + 2020 + 2020-07-01 + + HS + Active + CDI HS/Lake County, IL + www.cdiheadstart.org + 9451@hsesinfo.org + 10065 E Harvard Ave + Ste 700 + Denver + CO + 80231-5915 + 10065 E Harvard Ave + Ste 700 + Denver + CO + 80231-5915 + 10065 E Harvard Ave + Ste 700 + Denver + CO + 80231-5915 + Mr. + F228961 + L228961 + + Chief Executive Officer + 228961@hsesinfo.org + Ms. + F228959 + L228959 + + Executive Director + 228959@hsesinfo.org + + F228962 + L228962 + + 228962@hsesinfo.org + Ms. + F228958 + L228958 + + 228958@hsesinfo.org + 555-555-8958 + + + 5399 + 2490 + 9145 + 000 + 2014 + 2014-09-01 + 2020-08-31 + HS + Inactive + Missouri Valley Community Action Agency + http://www.mvcaa.net + 2490@hsesinfo.org + 1415 S Odell Ave + + Marshall + MO + 65340-3144 + 1415 S Odell Ave + + Marshall + MO + 65340-3144 + 1415 S Odell Ave + + Marshall + MO + 65340-3144 + Mr. + F96773 + L96773 + + Chair, Board of Directors + 96773@hsesinfo.org + Ms. + F96771 + L96771 + + Executive Director + 96771@hsesinfo.org + Ms. + F96774 + L96774 + + 96774@hsesinfo.org + Ms. + F96769 + L96769 + + 96769@hsesinfo.org + 555-555-6769 x 5555 + + + 9840 + 8941 + 11973 + 000 + 2019 + 2019-07-01 + 2020-06-30 + HS + Inactive + Milwaukee Public Schools + http://www2.milwaukee.k12.wi.us/supt/Head_Start_Enrollment.html + 8941@hsesinfo.org + 5225 W Vliet St + + Milwaukee + WI + 53208-2627 + 5225 W Vliet St + P.O. Box 2181 + Milwaukee + WI + 53201-2181 + 5225 W Vliet St + + Milwaukee + WI + 53208-2627 + Mr. + F217291 + L217291 + + President, Milwaukee Public Schools Board of Directors + 217291@hsesinfo.org + Dr. + F217292 + L217292 + + Superintedent of Schools + 217292@hsesinfo.org + Ms. + F217294 + L217294 + + 217294@hsesinfo.org + Ms. + F217290 + L217290 + + 217290@hsesinfo.org + 555-555-7290 + + + 8685 + 8546 + 11060 + 000 + 2017 + 2017-07-26 + 2020-12-31 + HS + Inactive + CDI HS/Lafayette, Iberia & St. Martin parishes, LA + www.cdiheadstart.org + 8546@hsesinfo.org + 306 S Theater St + + Saint Martinville + LA + 70582-3930 + PO Box 20 + + Saint Martinville + LA + 70582-0020 + 306 S Theater St + + Saint Martinville + LA + 70582-3930 + Mr. + F209304 + L209304 + + Chief Executive Officer + 209304@hsesinfo.org + Ms. + F209305 + L209305 + + Executive Director + 209305@hsesinfo.org + + F209307 + L209307 + + 209307@hsesinfo.org + Ms. + F209303 + L209303 + + 209303@hsesinfo.org + 555-555-9303 + + + 6799 + 1626 + 10288 + 200 + 2002 + 2015-09-01 + 2020-08-31 + EHS + Inactive + Campagna Center, Inc. + http://www.campagnacenter.org + 1626@hsesinfo.org + 418 S Washington St + + Alexandria + VA + 22314-3630 + 418 S Washington St + + Alexandria + VA + 22314-3630 + 418 S Washington St + + Alexandria + VA + 22314-3630 + Ms. + F203268 + L203268 + . + Board Chair, The Campagna Center + 203268@hsesinfo.org + Dr. + F203269 + L203269 + PhD + President/CEO + 203269@hsesinfo.org + Mr. + F203271 + L203271 + + 203271@hsesinfo.org + Mrs. + F203267 + L203267 + + 203267@hsesinfo.org + 555-555-3267 + + + 10194 + 5990 + 12228 + 200 + + 2019-08-01 + + EHS + Active + Kings Community Action Organization, Inc. + http://www.kcao.org + 5990@hsesinfo.org + 1130 North 11th Avenue + + Hanford + CA + 93230-3608 + 1130 North 11th Avenue + + Hanford + CA + 93230-3608 + 1130 North 11th Avenue + + Hanford + CA + 93230-3608 + Mr. + F219713 + L219713 + + KCAO Board Chairperson + 219713@hsesinfo.org + Mr. + F219714 + L219714 + + + 219714@hsesinfo.org + Ms. + F219716 + L219716 + + 219716@hsesinfo.org + Mrs. + F219712 + L219712 + + 219712@hsesinfo.org + 555-555-9712 + + + 10195 + 5992 + 12231 + 200 + + 2019-08-01 + + EHS + Active + CNMI Public School System + www.cnmipss.org/head-start/ + 5992@hsesinfo.org + Pohnpei Way, Capitol Hill + + Saipan + MP + 96950 + PO Box 501370 + Lower Base + Saipan + MP + 96950-1370 + Pohnpei Way, Capitol Hill + + Saipan + MP + 96950 + Ms. + F219720 + L219720 + + Chairwoman + 219720@hsesinfo.org + Dr. + F219721 + L219721 + + Commissioner of Education + 219721@hsesinfo.org + Mr. + F219723 + L219723 + + 219723@hsesinfo.org + Ms. + F219719 + L219719 + + 219719@hsesinfo.org + 555-555-9719 + + + 10197 + 1274 + 12227 + 000 + 2014 + 2019-08-01 + + HS + Active + CCS Early Learning + http://www.ccsalaska.org + 1274@hsesinfo.org + 2060 E Industrial Dr + + Wasilla + AK + 99654-8201 + 2060 E Industrial Dr + + Wasilla + AK + 99654-8201 + 2060 E Industrial Dr + + Wasilla + AK + 99654-8201 + Mrs. + F219734 + L219734 + + Board President + 219734@hsesinfo.org + Mr. + F219735 + L219735 + + Executive Director + 219735@hsesinfo.org + Ms. + F219737 + L219737 + + 219737@hsesinfo.org + Mr. + F219733 + L219733 + + 219733@hsesinfo.org + 555-555-9733 + + + 10198 + 2950 + 12227 + 200 + 2014 + 2019-08-01 + + EHS + Active + CCS Early Learning + http://www.ccsalaska.org + 2950@hsesinfo.org + 2060 E Industrial Dr + + Wasilla + AK + 99654-8201 + 2060 E Industrial Dr + + Wasilla + AK + 99654-8201 + 2060 E Industrial Dr + + Wasilla + AK + 99654-8201 + Ms. + F219741 + L219741 + + Board President + 219741@hsesinfo.org + Mr. + F219742 + L219742 + + Executive Director + 219742@hsesinfo.org + Ms. + F219744 + L219744 + + 219744@hsesinfo.org + Mr. + F219740 + L219740 + + 219740@hsesinfo.org + 555-555-9740 + + + 9229 + 4598 + 11511 + 200 + 2013 + 2018-12-01 + + EHS + Active + Bradford Tioga Head Start Inc. + www.bradfordtiogahs.org + 4598@hsesinfo.org + 5 Riverside Plz + + Blossburg + PA + 16912-1137 + 5 Riverside Plz + + Blossburg + PA + 16912-1137 + 5 Riverside Plz + + Blossburg + PA + 16912-1137 + Mr. + F213143 + L213143 + + Chairperson + 213143@hsesinfo.org + Ms. + F213144 + L213144 + + + 213144@hsesinfo.org + Ms. + F213146 + L213146 + + 213146@hsesinfo.org + Ms. + F213142 + L213142 + + 213142@hsesinfo.org + 555-555-3142 x 5555 + + + 8011 + 286 + 10520 + 000 + 1992 + 2016-02-01 + + HS + Active + B.E.O.F. Community Action Partnership + http://www.beof.org + 286@hsesinfo.org + 555 Kennedy Blvd + + Bayonne + NJ + 07002-2627 + PO Box 1032 + + Bayonne + NJ + 07002-1032 + 555 Kennedy Blvd + + Bayonne + NJ + 07002-2627 + Mr. + F205288 + L205288 + + Board Chairperson + 205288@hsesinfo.org + Ms. + F205289 + L205289 + + Executive Director + 205289@hsesinfo.org + Mr. + F205291 + L205291 + + 205291@hsesinfo.org + Ms. + F205287 + L205287 + + 205287@hsesinfo.org + 555-555-5287 + + + 5021 + 2089 + 8934 + 000 + 1996 + 2014-07-01 + 2019-06-30 + HS + Inactive + PUERTO RICAN FAMILY INSTITUTE, INC + http://www.prfi.org + 2089@hsesinfo.org + 145 W 15th St + + New York + NY + 10011-6701 + PO Box 29608 + + San Juan + PR + 00929-0608 + 145 W 15th St + + New York + NY + 10011-6701 + Dr. + F51286 + L51286 + + Board Chairperson + 51286@hsesinfo.org + Mr. + F51283 + L51283 + + President & CEO + 51283@hsesinfo.org + Mrs. + F51285 + L51285 + + 51285@hsesinfo.org + Mrs. + F51282 + L51282 + + 51282@hsesinfo.org + 555-555-1282 x 5555 + + + 9207 + 4605 + 11496 + 000 + 2014 + 2018-12-01 + + HS + Active + Options for Learning + http://www.optionsforlearning.org + 4605@hsesinfo.org + 885 South Village Oaks Drive + + Covina + CA + 91724-3615 + 885 S Village Oaks Dr + + Covina + CA + 91724-3615 + 885 S Village Oaks Dr + + Covina + CA + 91724-3615 + Mr. + F212985 + L212985 + + Chairperson, Board of Directors + 212985@hsesinfo.org + Mr. + F212986 + L212986 + + CEO + 212986@hsesinfo.org + Mr. + F212988 + L212988 + + 212988@hsesinfo.org + Mrs. + F212984 + L212984 + + 212984@hsesinfo.org + 555-555-2984 + + + 9268 + 8747 + 11530 + 200 + 2019 + 2019-01-01 + + EHS + Active + Daughters of Charity Services of San Antonio + dcssa.org + 8747@hsesinfo.org + 7607 Somerset Rd + + San Antonio + TX + 78211-0752 + 7607 Somerset Rd + + San Antonio + TX + 78211-0752 + 7607 Somerset Rd + + San Antonio + TX + 78211-0752 + Mr. + F213420 + L213420 + + Board Chair + 213420@hsesinfo.org + Mr. + F213421 + L213421 + + CEO + 213421@hsesinfo.org + + F213423 + L213423 + + 213423@hsesinfo.org + Ms. + F213419 + L213419 + + 213419@hsesinfo.org + 555-555-3419 + + + 5193 + 806 + 8967 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + ALLEN ACTION AGENCY, INC. + http://www.allenactionagency.org + 806@hsesinfo.org + 505 West Seventh Ave + + Oberlin + LA + 70655 + PO Box 540 + + Oberlin + LA + 70655-0540 + 505 West Seventh Ave + + Oberlin + LA + 70655-0540 + Mr. + F52117 + L52117 + + Board Chair + 52117@hsesinfo.org + Mr. + F52114 + L52114 + + + 52114@hsesinfo.org + Mrs. + F52113 + L52113 + + 52113@hsesinfo.org + Mr. + F52112 + L52112 + + 52112@hsesinfo.org + 555-555-2112 + + + 10205 + 9018 + 12236 + 000 + 2019 + 2019-08-01 + + HS + Active + Save the Children Federation, Inc. + www.savethechildren.org + 9018@hsesinfo.org + + + + + + + + + + + + + + + + Mr. + F219790 + L219790 + + Save the Children Head Start Board Chair + 219790@hsesinfo.org + Mr. + F219791 + L219791 + + Executive Director + 219791@hsesinfo.org + Ms. + F219793 + L219793 + + 219793@hsesinfo.org + Mr. + F219789 + L219789 + + 219789@hsesinfo.org + 555-555-9789 + + + 10206 + 9019 + 12236 + 200 + 2019 + 2019-08-01 + + EHS + Active + Save the Children Federation, Inc. + www.savethechildren.org + 9019@hsesinfo.org + + + + + + + + + + + + + + + + Mr. + F219797 + L219797 + + Save the Children Head Start Board Chair + 219797@hsesinfo.org + Mr. + F219798 + L219798 + + Executive Director + 219798@hsesinfo.org + Ms. + F219800 + L219800 + + 219800@hsesinfo.org + Mr. + F219796 + L219796 + + 219796@hsesinfo.org + 555-555-9796 + + + 10406 + 289 + 12411 + 000 + 1992 + 2019-08-01 + + HS + Active + Cen-Clear Child Services, Inc. + www.cenclear.org + 289@hsesinfo.org + 50 Bigler Rd + + Bigler + PA + 16825 + PO Box 319 + + Bigler + PA + 16825-0319 + 50 Bigler Rd + + Bigler + PA + 16825 + Mr. + F221182 + L221182 + + Chairperson + 221182@hsesinfo.org + Mrs. + F221183 + L221183 + + CEO + 221183@hsesinfo.org + Ms. + F221185 + L221185 + + 221185@hsesinfo.org + Mrs. + F221181 + L221181 + + 221181@hsesinfo.org + 555-555-1181 x 5555 + + + 10407 + 290 + 12411 + 200 + 2014 + 2019-08-01 + + EHS + Active + Cen-Clear Child Services, Inc. + http://www.cenclear.org + 290@hsesinfo.org + 50 Bigler Rd + + Bigler + PA + 16825 + PO Box 319 + 50 Bigler Road + Bigler + PA + 16825-0319 + 50 Bigler Rd + + Bigler + PA + 16825 + Mr. + F221189 + L221189 + + Board Chair + 221189@hsesinfo.org + Mrs. + F221190 + L221190 + + CEO + 221190@hsesinfo.org + Ms. + F221192 + L221192 + + 221192@hsesinfo.org + Ms. + F221188 + L221188 + + 221188@hsesinfo.org + 555-555-1188 x 5555 + + + 10408 + 6034 + 12413 + 200 + + 2019-09-01 + + EHS + Active + Community Services for Children, Inc. + http://www.cscinc.org + 6034@hsesinfo.org + 1520 Hanover Ave + + Allentown + PA + 18109-2360 + 1520 Hanover Ave + + Allentown + PA + 18109-2360 + 1520 Hanover Ave + + Allentown + PA + 18109-2360 + Mrs. + F221196 + L221196 + + Chairperson, Board of Directors + 221196@hsesinfo.org + Mrs. + F221197 + L221197 + + CEO/President + 221197@hsesinfo.org + Ms. + F221199 + L221199 + + 221199@hsesinfo.org + Mrs. + F221195 + L221195 + + 221195@hsesinfo.org + 555-555-1195 x 5555 + + + 10410 + 5941 + 12415 + 200 + + 2019-08-01 + + EHS + Active + Commonwealth of Pennsylvania, Department of Public Welf + + 5941@hsesinfo.org + 333 Market Street + FL 6 + Harrisburg + PA + 17101-2210 + 333 Market Street + FL 6 + Harrisburg + PA + 17101-2210 + 333 Market Street + FL 6 + Harrisburg + PA + 17101-2210 + Ms. + F221210 + L221210 + + Interim Governing Board Chair + 221210@hsesinfo.org + Ms. + F221211 + L221211 + + Bureau Director + 221211@hsesinfo.org + Ms. + F221213 + L221213 + + 221213@hsesinfo.org + Ms. + F221209 + L221209 + + 221209@hsesinfo.org + 555-555-1209 + + + 10411 + 1570 + 12410 + 200 + 2000 + 2019-09-01 + + EHS + Active + AVANCE-San Antonio, Inc. + http://avancesa.org + 1570@hsesinfo.org + 903 Billy Mitchell Blvd. + Ste 100 + San Antonio + TX + 78226-1802 + 903 Billy Mitchell Blvd. + Ste 100 + San Antonio + TX + 78226-1802 + 903 Billy Mitchell Blvd. + Ste 100 + San Antonio + TX + 78226-1802 + Ms. + F221217 + L221217 + + Board Chair + 221217@hsesinfo.org + Ms. + F221218 + L221218 + + Executive Director + 221218@hsesinfo.org + Ms. + F221220 + L221220 + + 221220@hsesinfo.org + Ms. + F221216 + L221216 + + 221216@hsesinfo.org + 555-555-1216 + + + 10412 + 1665 + 12414 + 200 + 2014 + 2019-09-01 + + EHS + Active + GALENA PARK INDEPENDENT SCHOOL DISTRICT + http://www.galenaparkisd.com + 1665@hsesinfo.org + 1908 2nd St + + Galena Park + TX + 77547-3218 + 1908 2nd st + + Galena Park + TX + 77547 + 14705 Woodforest Blvd + + Houston + TX + 77015-3258 + Mr. + F221224 + L221224 + + President, Board of Trustees + 221224@hsesinfo.org + Ms. + F221225 + L221225 + Ed.D + + 221225@hsesinfo.org + Ms. + F221227 + L221227 + + 221227@hsesinfo.org + Ms. + F221223 + L221223 + + 221223@hsesinfo.org + 555-555-1223 + + + 10413 + 6046 + 12418 + 200 + + 2019-09-01 + + EHS + Active + University of Arkansas at Pine Bluff + http://www.uapb.edu + 6046@hsesinfo.org + 1200 Universtiy Dr + Mail Slot 4971 + Pine Bluff + AR + 71601-2799 + 1200 Universtiy Dr + Mail Slot 4971 + Pine Bluff + AR + 71601-2799 + 1200 Universtiy Dr + Mail Slot 4971 + Pine Bluff + AR + 71601-2799 + Dr. + F221231 + L221231 + + Chancellor + 221231@hsesinfo.org + Dr. + F221232 + L221232 + + CDC Director/ Assistant Professor/ EHS Executive Director + 221232@hsesinfo.org + Mr. + F221234 + L221234 + + 221234@hsesinfo.org + Dr. + F221230 + L221230 + + 221230@hsesinfo.org + 555-555-1230 + + + 10415 + 6195 + 12416 + 200 + + 2019-09-01 + + EHS + Active + SUNBEAM FAMILY SERVICES, INC. + http://www.sunbeamfamilyservices.org + 6195@hsesinfo.org + 1100 NW 14th St + + Oklahoma City + OK + 73106-4450 + 1100 NW 14th St + + Oklahoma City + OK + 73106-4450 + 1100 NW 14th St + + Oklahoma City + OK + 73106-4450 + Ms. + F221245 + L221245 + + BOARD PRESIDENT + 221245@hsesinfo.org + Ms. + F221246 + L221246 + + CHIEF EXECUTIVE OFFICER + 221246@hsesinfo.org + Mr. + F221248 + L221248 + + 221248@hsesinfo.org + Ms. + F221244 + L221244 + + 221244@hsesinfo.org + 555-555-1244 + + + 10416 + 249 + 12409 + 000 + 2013 + 2019-09-01 + + HS + Active + Center for Family Resources, Inc. + http://www.centerforfamilyresources.org + 249@hsesinfo.org + 12 Morris Road + + Ringwood + NJ + 07456-1700 + 12 Morris Road + + Ringwood + NJ + 07456-1700 + 12 Morris Road + + Ringwood + NJ + 07456-1700 + Mr. + F221252 + L221252 + + Chairman + 221252@hsesinfo.org + Mrs. + F221253 + L221253 + + Executive Director + 221253@hsesinfo.org + Ms. + F221255 + L221255 + + 221255@hsesinfo.org + Mrs. + F221251 + L221251 + + 221251@hsesinfo.org + 555-555-1251 x 5555 + + + 10417 + 250 + 12409 + 200 + 2013 + 2019-09-01 + + EHS + Active + Center for Family Resources, Inc. + http:www.centerforfamilyresources.org + 250@hsesinfo.org + 12 Morris Road + + Ringwood + NJ + 07456-1700 + 12 Morris Road + + Ringwood + NJ + 07456-1700 + 12 Morris Road + + Ringwood + NJ + 07456-1700 + Mr. + F221259 + L221259 + + Chairman + 221259@hsesinfo.org + Mrs. + F221260 + L221260 + + Executive Director + 221260@hsesinfo.org + Ms. + F221262 + L221262 + + 221262@hsesinfo.org + Mrs. + F221258 + L221258 + + 221258@hsesinfo.org + 555-555-1258 x 5555 + + + 10224 + 402 + 12249 + 000 + 2013 + 2019-08-01 + + HS + Active + Great Lakes Community Action Partnership + http://www.glcap.org + 402@hsesinfo.org + 127 S Front St + + Fremont + OH + 43420-3021 + 127 S Front St + P.O. Box 590 + Fremont + OH + 43420-3021 + 127 S Front St + + Fremont + OH + 43420-3021 + Mr. + F219913 + L219913 + + Board Chair + 219913@hsesinfo.org + Mrs. + F219914 + L219914 + + + 219914@hsesinfo.org + Mrs. + F219916 + L219916 + + 219916@hsesinfo.org + Mrs. + F219912 + L219912 + + 219912@hsesinfo.org + 555-555-9912 x 5555 + + + 10225 + 403 + 12249 + 200 + 2013 + 2019-08-01 + + EHS + Active + Great Lakes Community Action Partnership + http://www.glcap.org + 403@hsesinfo.org + 127 S Front St + + Fremont + OH + 43420-3021 + PO Box 590 + + Fremont + OH + 43420 + 127 S Front St + + Fremont + OH + 43420-3021 + Mr. + F219920 + L219920 + + Board Chair + 219920@hsesinfo.org + Mrs. + F219921 + L219921 + + + 219921@hsesinfo.org + Mrs. + F219923 + L219923 + + 219923@hsesinfo.org + Mrs. + F219919 + L219919 + + 219919@hsesinfo.org + 555-555-9919 x 5555 + + + 10565 + 9039 + 12550 + 200 + 2019 + 2019-11-01 + + EHS + Active + CDI HS/Mid-Cumberland, TN CC Partnership + www.cdiheadstart.org + 9039@hsesinfo.org + 10065 E Harvard Ave Ste 700 + + Denver + CO + 80231-5915 + 10065 E Harvard Ave Ste 700 + + Denver + CO + 80231-5915 + 10065 E Harvard Ave Ste 700 + + Denver + CO + 80231-5915 + Mr. + F222296 + L222296 + + Chief Executive Officer + 222296@hsesinfo.org + Ms. + F222294 + L222294 + + Executive Director + 222294@hsesinfo.org + + F222297 + L222297 + + 222297@hsesinfo.org + Ms. + F222293 + L222293 + + 222293@hsesinfo.org + 555-555-2293 + + + 10419 + 1305 + 12423 + 000 + 2014 + 2019-09-01 + + HS + Active + Head Start of Northeastern Nevada + headstart@hsnn.net + 1305@hsesinfo.org + 1280 Golf Course Road + + Elko + NV + 89801 + 1280 Golf Course Road + + Elko + NV + 89801 + 1280 Golf Course Road + + Elko + NV + 89801 + Mr. + F221273 + L221273 + + BOD Chairperson + 221273@hsesinfo.org + Ms. + F221274 + L221274 + + + 221274@hsesinfo.org + Ms. + F221276 + L221276 + + 221276@hsesinfo.org + Ms. + F221272 + L221272 + + 221272@hsesinfo.org + 555-555-1272 x 5555 + + + 9156 + 486 + 11462 + 200 + 2007 + 2018-11-01 + + EHS + Active + Child Development Council of Franklin County, Inc. + http://www.cdcheadstart.org + 486@hsesinfo.org + 999 Crupper Ave + + Columbus + OH + 43229-1108 + 999 Crupper Ave + + Columbus + OH + 43229-1108 + 999 Crupper Ave + + Columbus + OH + 43229-1108 + Ms. + F212629 + L212629 + + Board Chair + 212629@hsesinfo.org + Ms. + F212630 + L212630 + + President & CEO + 212630@hsesinfo.org + Ms. + F212632 + L212632 + + 212632@hsesinfo.org + Ms. + F212628 + L212628 + + 212628@hsesinfo.org + 555-555-2628 + + + 5566 + 5572 + 9372 + 019 + 2014 + 2014-10-27 + 2019-06-30 + HS + Inactive + Para Los Ninos + http://www.paralosninos.org + 5572@hsesinfo.org + 5000 Hollywood Blvd + + Los Angeles + CA + 90027-6104 + 5000 Hollywood Blvd + + Los Angeles + CA + 90027-6104 + 5000 Hollywood Blvd + + Los Angeles + CA + 90027-6104 + Atty. + F100131 + L100131 + + Board Member + 100131@hsesinfo.org + Dr. + F100132 + L100132 + + CEO + 100132@hsesinfo.org + Mr. + F100134 + L100134 + + 100134@hsesinfo.org + Dr. + F100130 + L100130 + + 100130@hsesinfo.org + 555-555-0130 x 5555 + + + 8276 + 424 + 10662 + 200 + 2004 + 2016-07-01 + + EHS + Active + Ninth District Opportunity, Inc. + www.ndo.org + 424@hsesinfo.org + 308 Spring Street + P.O. Drawer L + Gainesville + GA + 30503-1912 + 308 Spring Street + P.O. Drawer L + Gainesville + GA + 30503-1912 + 308 Spring Street + P.O. Drawer L + Gainesville + GA + 30503-1912 + Mr. + F207072 + L207072 + + + 207072@hsesinfo.org + Ms. + F207073 + L207073 + + Interim Ex. Director + 207073@hsesinfo.org + Ms. + F207075 + L207075 + + 207075@hsesinfo.org + Ms. + F207071 + L207071 + + 207071@hsesinfo.org + 555-555-7071 x 5555 + + + 8275 + 425 + 10662 + 000 + 1992 + 2016-07-01 + + HS + Active + Ninth District Opportunity, Inc. + www.ndo.org + 425@hsesinfo.org + 308 Spring Street + P.O. Drawer L + Gainesville + GA + 30503-1912 + 308 Spring Street + P.O. Drawer L + Gainesville + GA + 30503-1912 + 308 Spring Street + P.O. Drawer L + Gainesville + GA + 30503-1912 + Mr. + F207065 + L207065 + + Board Chair + 207065@hsesinfo.org + Ms. + F207066 + L207066 + + Interim Ex. Director + 207066@hsesinfo.org + Ms. + F207068 + L207068 + + 207068@hsesinfo.org + Ms. + F207064 + L207064 + + 207064@hsesinfo.org + 555-555-7064 x 5555 + + + 6675 + 3544 + 10184 + 001 + + 2015-07-01 + 2020-06-30 + HS + Inactive + Oak Ridge Schools' Preschool + http://www.preschool.ortn.edu + 3544@hsesinfo.org + 157 Carver Ave + + Oak Ridge + TN + 37830-7317 + 157 Carver Ave + + Oak Ridge + TN + 37830-7317 + 157 Carver Ave + + Oak Ridge + TN + 37830-7317 + Dr. + F202395 + L202395 + + Anderson County Schools' Board Chairman + 202395@hsesinfo.org + Dr. + F202396 + L202396 + + Director of Schools + 202396@hsesinfo.org + Mrs. + F202398 + L202398 + + 202398@hsesinfo.org + Ms. + F202394 + L202394 + + 202394@hsesinfo.org + 555-555-2394 + + + 9270 + 688 + 11535 + 000 + 1991 + 2019-01-01 + + HS + Active + COMMUNITY ACTION PROGRAM COMMISSION OF LANCASTER + http://www.faircaa.org + 688@hsesinfo.org + 1743 E Main St + + Lancaster + OH + 43130-9838 + PO Box 768 + + Lancaster + OH + 43130-0768 + 1743 E Main St + + Lancaster + OH + 43130-9838 + Ms. + F213435 + L213435 + + + 213435@hsesinfo.org + Mr. + F213436 + L213436 + + + 213436@hsesinfo.org + Ms. + F213438 + L213438 + + 213438@hsesinfo.org + Mrs. + F213434 + L213434 + + 213434@hsesinfo.org + 555-555-3434 x 5555 + + + 11308 + 1764 + 13187 + 000 + 1992 + 2020-05-01 + + HS + Active + Santa Clara Office of Education + http://www.myheadstart.org + 1764@hsesinfo.org + 1290 Ridder Park Drive, MC 225 + + San Jose + CA + 95131-2304 + 1290 Ridder Park Drive, MC 225 + + San Jose + CA + 95131-2304 + 1290 Ridder Park Drive, MC 225 + + San Jose + CA + 95131-2304 + Mrs. + F227276 + L227276 + + SCCOE Board President + 227276@hsesinfo.org + Dr. + F227277 + L227277 + + + 227277@hsesinfo.org + Ms. + F227279 + L227279 + + 227279@hsesinfo.org + Mr. + F227275 + L227275 + + 227275@hsesinfo.org + 555-555-7275 x 5555 + + + 10217 + 252 + 12248 + 000 + 2014 + 2019-08-01 + + HS + Active + COMMUNITY CONCEPTS, INC + http://www.community-concepts.org + 252@hsesinfo.org + 17 Market Sq + + South Paris + ME + 04281-1533 + 17 Market Sq + + South Paris + ME + 04281-1533 + 17 Market Sq + + South Paris + ME + 04281-1533 + Ms. + F219864 + L219864 + + Board President + 219864@hsesinfo.org + Mr. + F219865 + L219865 + + CEO + 219865@hsesinfo.org + Ms. + F219867 + L219867 + + 219867@hsesinfo.org + Ms. + F219863 + L219863 + + 219863@hsesinfo.org + 555-555-9863 + + + 10218 + 251 + 12248 + 200 + 2014 + 2019-08-01 + + EHS + Active + COMMUNITY CONCEPTS, INC + http://www.community-concepts.org + 251@hsesinfo.org + 17 Market Sq + + South Paris + ME + 04281-1533 + 17 Market Sq + + South Paris + ME + 04281-1533 + 17 Market Sq + + South Paris + ME + 04281-1533 + Ms. + F219871 + L219871 + + Board President + 219871@hsesinfo.org + Mr. + F219872 + L219872 + + CEO + 219872@hsesinfo.org + Ms. + F219874 + L219874 + + 219874@hsesinfo.org + Ms. + F219870 + L219870 + + 219870@hsesinfo.org + 555-555-9870 + + + 10220 + 5934 + 12252 + 200 + + 2019-08-01 + + EHS + Active + Municipality of San German + www.municipiodesangerman.com + 5934@hsesinfo.org + 23 Ave Dr Harris + + San German + PR + 00683 + PO Box 85 + + San German + PR + 00683-0085 + 23 Ave Dr Harris + + San German + PR + 00683 + Hon. + F219885 + L219885 + + Mayor of Municipality of San Germán + 219885@hsesinfo.org + Mrs. + F219886 + L219886 + + Early Head Start & Head Start Director + 219886@hsesinfo.org + Mrs. + F219888 + L219888 + + 219888@hsesinfo.org + Mrs. + F219884 + L219884 + + 219884@hsesinfo.org + 555-555-9884 + + + 10221 + 5936 + 12250 + 200 + + 2019-08-01 + + EHS + Active + Scranton-Lackawanna Human Development Agency, Inc. + www.headstartslhda.org + 5936@hsesinfo.org + 123 Wyoming Ave + Fl 3 + Scranton + PA + 18503-2026 + 123 Wyoming Ave + Fl 3 + Scranton + PA + 18503-2026 + 123 Wyoming Ave + Fl 3 + Scranton + PA + 18503-2026 + Mr. + F219892 + L219892 + + Chairman, Board of Directors + 219892@hsesinfo.org + Mr. + F219893 + L219893 + + Executive Director + 219893@hsesinfo.org + Mr. + F219895 + L219895 + + 219895@hsesinfo.org + Ms. + F219891 + L219891 + + 219891@hsesinfo.org + 555-555-9891 + + + 10222 + 6053 + 12251 + 200 + + 2019-09-01 + + EHS + Active + Youth In Need + http://www.youthinneed.org + 6053@hsesinfo.org + 1815 Boones Lick Road + + Saint Charles + MO + 63301-2247 + 1815 Boones Lick Road + + Saint Charles + MO + 63301-2247 + 1815 Boones Lick Road + + Saint Charles + MO + 63301-2247 + Mr. + F219899 + L219899 + + Board Chair + 219899@hsesinfo.org + Mrs. + F219900 + L219900 + + Chief Executive Officer + 219900@hsesinfo.org + Ms. + F219902 + L219902 + + 219902@hsesinfo.org + Ms. + F219898 + L219898 + + 219898@hsesinfo.org + 555-555-9898 x 5555 + + + 10223 + 6015 + 12254 + 200 + + 2019-08-01 + + EHS + Active + Community Action Partnership of San Luis Obispo County + 1030 Southwoord Drive + 6015@hsesinfo.org + 1030 Southwood Drive + + San Luis Obispo + CA + 93401-5813 + 1030 Southwood Drive + + San Luis Obispo + CA + 93401-5813 + 1030 Southwood Drive + + San Luis Obispo + CA + 93401-5813 + Ms. + F219906 + L219906 + + Board Chairperson + 219906@hsesinfo.org + Mrs. + F219907 + L219907 + + CEO + 219907@hsesinfo.org + Ms. + F219909 + L219909 + + 219909@hsesinfo.org + Mrs. + F219905 + L219905 + + 219905@hsesinfo.org + 555-555-9905 x 5555 + + + 8360 + 4084 + 10709 + 201 + + 2016-07-01 + + EHS + Active + Fairfax County Public Schools + https://www.fcps.edu/academics/early-childhood-education/fecep-head-start + 4084@hsesinfo.org + 7423 Camp Alger Ave + + Falls Church + VA + 22042-3608 + 7423 Camp Alger Ave + + Falls Church + VA + 22042-3608 + 7423 Camp Alger Ave + + Falls Church + VA + 22042-3608 + Ms. + F207659 + L207659 + + Chair, Fairfax County School Board + 207659@hsesinfo.org + Dr. + F207660 + L207660 + + Superintendent, Fairfax County Public Schools + 207660@hsesinfo.org + Ms. + F207662 + L207662 + + 207662@hsesinfo.org + Ms. + F207658 + L207658 + + 207658@hsesinfo.org + 555-555-7658 + + + 8357 + 4082 + 10709 + 001 + + 2016-07-01 + + HS + Active + Fairfax County Public Schools + https://www.fcps.edu/academics/early-childhood-education/fecep-head-start + 4082@hsesinfo.org + 7423 Camp Alger Ave + + Falls Church + VA + 22042-3608 + 7423 Camp Alger Ave + + Falls Church + VA + 22042-3608 + 7423 Camp Alger Ave + + Falls Church + VA + 22042-3608 + Ms. + F207638 + L207638 + + Chair, Fairfax County School Board + 207638@hsesinfo.org + Dr. + F207639 + L207639 + + Superintendent, Fairfax County Public Schools + 207639@hsesinfo.org + Ms. + F207641 + L207641 + + 207641@hsesinfo.org + Ms. + F207637 + L207637 + + 207637@hsesinfo.org + 555-555-7637 + + + 4499 + 731 + 8543 + 200 + 2013 + 2013-11-29 + 2019-06-30 + EHS + Inactive + Presbyterian Medical Services + http://www.pms-healthierstate.org + 731@hsesinfo.org + 1422 Paseo De Peralta + + Santa Fe + NM + 87501 + 1422 Paseo De Peralta + + Santa Fe + NM + 87501 + 1422 Paseo De Peralta + + Santa Fe + NM + 87501 + Mrs. + F42374 + L42374 + + + 42374@hsesinfo.org + Mr. + F42372 + L42372 + + + 42372@hsesinfo.org + Mr. + F42371 + L42371 + + 42371@hsesinfo.org + Mrs. + F42370 + L42370 + + 42370@hsesinfo.org + 555-555-2370 + + + 6171 + 6178 + 9554 + 203 + + 2015-01-01 + + EHS + Active + Centers For New Horizons, Inc. + http://www.cnh.org + 6178@hsesinfo.org + 4150 South King Drive + + Chicago + IL + 60653-2616 + 4150 South King Drive + + Chicago + IL + 60653-2616 + 4150 South King Drive + + Chicago + IL + 60653-2616 + Mr. + F108250 + L108250 + + Board Chair + 108250@hsesinfo.org + Ms. + F108251 + L108251 + + CEO/Executive Director + 108251@hsesinfo.org + Ms. + F108253 + L108253 + + 108253@hsesinfo.org + Ms. + F108249 + L108249 + + 108249@hsesinfo.org + 555-555-8249 + + + 8308 + 810 + 10672 + 000 + 1992 + 2016-07-01 + + HS + Active + South Plains Community Action Association, Inc. + http://www.spcaa.org + 810@hsesinfo.org + 411 Austin St + + Levelland + TX + 79336-4733 + PO Box 610 + + Levelland + TX + 79336-0610 + 411 Austin St + + Levelland + TX + 79336-4733 + Mr. + F207296 + L207296 + + President-SPCAA Board of Directors + 207296@hsesinfo.org + Mr. + F207297 + L207297 + Jr. + Executive Director + 207297@hsesinfo.org + Mr. + F207299 + L207299 + + 207299@hsesinfo.org + Mrs. + F207295 + L207295 + + 207295@hsesinfo.org + 555-555-7295 x 5555 + + + 8358 + 4083 + 10710 + 002 + + 2016-07-01 + + HS + Active + Higher Horizons + www.higherhorizons.org + 4083@hsesinfo.org + 5920-B Summers Lane + + Falls Church + VA + 22041-1634 + 5920-B Summers Lane + + Falls Church + VA + 22041-1634 + 5920-B Summers Lane + + Falls Church + VA + 22041-1634 + Mr. + F207645 + L207645 + + + 207645@hsesinfo.org + Ms. + F207646 + L207646 + + + 207646@hsesinfo.org + Mr. + F207648 + L207648 + + 207648@hsesinfo.org + Ms. + F207644 + L207644 + + 207644@hsesinfo.org + 555-555-7644 + + + 11309 + 1763 + 13187 + 200 + 2000 + 2020-05-01 + + EHS + Active + Santa Clara Office of Education + http://www.myheadstart.org + 1763@hsesinfo.org + 1290 Ridder Park Drive, MC 225 + + San Jose + CA + 95131-2304 + 1290 Ridder Park Drive, MC 225 + + San Jose + CA + 95131-2304 + 1290 Ridder Park Drive, MC 225 + + San Jose + CA + 95131-2304 + Mrs. + F227283 + L227283 + + SCCOE Board President + 227283@hsesinfo.org + Dr. + F227284 + L227284 + + + 227284@hsesinfo.org + Ms. + F227286 + L227286 + + 227286@hsesinfo.org + Mr. + F227282 + L227282 + + 227282@hsesinfo.org + 555-555-7282 + + + 11310 + 2526 + 13185 + 000 + 1992 + 2020-05-01 + + Migrant HS + Active + Community Council of Idaho, Inc. + www.communitycouncilofidaho.org + 2526@hsesinfo.org + 317 Happy Day Blvd. Suite 250 + + Caldwell + ID + 83607-1529 + 317 Happy Day Blvd. Suite 250 + + Caldwell + ID + 83607-1529 + 317 Happy Day Blvd. Suite 250 + + Caldwell + ID + 83607-1529 + Ms. + F227290 + L227290 + + President, Board of Trustees + 227290@hsesinfo.org + Ms. + F227291 + L227291 + + Executive Director + 227291@hsesinfo.org + Ms. + F227293 + L227293 + + 227293@hsesinfo.org + Ms. + F227289 + L227289 + + 227289@hsesinfo.org + 555-555-7289 + + + 4921 + 2058 + 8780 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + POCATELLO SCHOOL DISTRICT #25 + + 2058@hsesinfo.org + 330 Oakwood Dr + + Pocatello + ID + 83204-3911 + 330 Oakwood Dr + + Pocatello + ID + 83204-3911 + 3115 Pole Line Rd + 3115 Pole Line Rd + Pocatello + ID + 83201-6119 + Mr. + F48404 + L48404 + + Board Chair + 48404@hsesinfo.org + Ms. + F48406 + L48406 + + Director Elementary Education + 48406@hsesinfo.org + Ms. + F48402 + L48402 + + 48402@hsesinfo.org + Ms. + F48401 + L48401 + + 48401@hsesinfo.org + 555-555-8401 + + + 10420 + 1306 + 12423 + 200 + 2014 + 2019-09-01 + + EHS + Active + Head Start of Northeastern Nevada + headstart@hsnn.net + 1306@hsesinfo.org + 1280 Golf Course Road + + Elko + NV + 89801 + 1280 Golf Course Road + + Elko + NV + 89801 + 1280 Golf Course Road + + Elko + NV + 89801 + Mr. + F221280 + L221280 + + BOD Chairperson + 221280@hsesinfo.org + Ms. + F221281 + L221281 + + + 221281@hsesinfo.org + Ms. + F221283 + L221283 + + 221283@hsesinfo.org + Ms. + F221279 + L221279 + + 221279@hsesinfo.org + 555-555-1279 x 5555 + + + 5605 + 1292 + 9222 + 200 + 2014 + 2014-12-01 + + EHS + Active + MID-COLUMBIA CHILDREN'S COUNCIL, INC + http://www.mcccheadstart.org + 1292@hsesinfo.org + 1100 East Marina Way, Suite 215 + + Hood River + OR + 97031-2353 + 1100 E. Marina Way, Ste 215 + + Hood River + OR + 97031 + 1100 East Marina Way, Suite 215 + + Hood River + OR + 97031-2353 + Ms. + F101184 + L101184 + + + 101184@hsesinfo.org + Mr. + F101182 + L101182 + + Chief Executive Officer + 101182@hsesinfo.org + Ms. + F101181 + L101181 + + 101181@hsesinfo.org + Dr. + F101179 + L101179 + + 101179@hsesinfo.org + 555-555-1179 x 5555 + + + 9282 + 1433 + 11540 + 000 + 2013 + 2019-01-01 + + HS + Active + Hancock Hardin Wyandot Putnam Community Action + www.hhwpcac.org + 1433@hsesinfo.org + 1637 Tiffin Ave + + Findlay + OH + 45840-6848 + 1637 Tiffin Ave + + Findlay + OH + 45840-6848 + 1637 Tiffin Ave + + Findlay + OH + 45840-6848 + Ms. + F213519 + L213519 + + Board President + 213519@hsesinfo.org + Mr. + F213520 + L213520 + + President/CEO + 213520@hsesinfo.org + Ms. + F213522 + L213522 + + 213522@hsesinfo.org + Ms. + F213518 + L213518 + + 213518@hsesinfo.org + 555-555-3518 x 5555 + + + 10421 + 6056 + 12421 + 200 + + 2019-09-01 + + EHS + Active + Child Development Resources of Ventura County, Inc. + http://www.cdrv.org + 6056@hsesinfo.org + 221 East Ventura Boulevard + + Oxnard + CA + 93036-0277 + 221 East Ventura Boulevard + + Oxnard + CA + 93036-0277 + 221 East Ventura Boulevard + + Oxnard + CA + 93036-0277 + Mr. + F221287 + L221287 + + Board President + 221287@hsesinfo.org + Mr. + F221288 + L221288 + + CEO + 221288@hsesinfo.org + Ms. + F221290 + L221290 + + 221290@hsesinfo.org + Ms. + F221286 + L221286 + + 221286@hsesinfo.org + 555-555-1286 + + + 10422 + 6060 + 12422 + 200 + + 2019-09-01 + + Migrant EHS + Active + REDLANDS CHRISTIAN MIGRANT ASSOCIATION + http://www.rcma.org + 6060@hsesinfo.org + 402 W Main St + + Immokalee + FL + 34142-3933 + 402 W Main St + + Immokalee + FL + 34142-3933 + 402 W Main St + + Immokalee + FL + 34142-3933 + Ms. + F221294 + L221294 + + Board Chair + 221294@hsesinfo.org + Ms. + F221295 + L221295 + + Executive Director + 221295@hsesinfo.org + Mrs. + F221297 + L221297 + + 221297@hsesinfo.org + Ms. + F221293 + L221293 + + 221293@hsesinfo.org + 555-555-1293 x 5555 + + + 9192 + 333 + 11492 + 200 + 2013 + 2018-11-01 + + EHS + Active + COMPREHENSIVE COMMUNITY ACTION PROGRAM + http://www.comcap.org + 333@hsesinfo.org + 311 Doric Avenue + + Cranston + RI + 02910-2903 + 311 Doric Avenue + + Cranston + RI + 02910-2903 + 311 Doric Avenue + + Cranston + RI + 02910-2903 + Mrs. + F212880 + L212880 + + Board Chair + 212880@hsesinfo.org + Mrs. + F212881 + L212881 + + President/CEO + 212881@hsesinfo.org + Mrs. + F212883 + L212883 + + 212883@hsesinfo.org + Mrs. + F212879 + L212879 + + 212879@hsesinfo.org + 555-555-2879 + + + 6116 + 1547 + 9711 + 000 + 2000 + 2015-03-01 + + HS + Active + Municipality of Guaynabo + www.guaynabocity.gov.pr + 1547@hsesinfo.org + Calle Jose De Diego Esquina Herminio Diaz Navarro + Guaynabo City Hall 4th Floor + Guaynabo + PR + 00970 + PO Box 7885 + + Guaynabo + PR + 00970-7885 + Calle Jose De Diego Esquina Herminio Diaz Navarro + Guaynabo City Hall 4th Floor + Guaynabo + PR + 00970 + Mr. + F108484 + L108484 + + President of the Government Board + 108484@hsesinfo.org + Mr. + F108483 + L108483 + + Mayor + 108483@hsesinfo.org + Mrs. + F108486 + L108486 + + 108486@hsesinfo.org + Ms. + F108482 + L108482 + + 108482@hsesinfo.org + 555-555-8482 x 5555 + + + 9314 + 8748 + 11568 + 209 + 2018 + 2018-07-01 + 2019-06-30 + EHS + Inactive + Downtown Baltimore Child Care Center + www.dbcckids.org + 8748@hsesinfo.org + 237 Arch Street + + Baltimore + MD + 21201 + 237 Arch Street + + Baltimore + MD + 21201 + 237 Arch Street + + Baltimore + MD + 21201 + Mr. + F213738 + L213738 + + + 213738@hsesinfo.org + Ms. + F213736 + L213736 + + + 213736@hsesinfo.org + + F213739 + L213739 + + 213739@hsesinfo.org + Ms. + F213735 + L213735 + + 213735@hsesinfo.org + 555-555-3735 + + + 8529 + 8409 + 10938 + 200 + 2017 + 2017-03-01 + + EHS + Active + ECONOMIC SECURITY CORPORATION OF SOUTHWEST AREA + http://www.escswa.org + 8409@hsesinfo.org + 302 South Joplin Avenue + + Joplin + MO + 64801-2354 + PO Box 207 + + Joplin + MO + 64802-0207 + 302 South Joplin Avenue + + Joplin + MO + 64801-2354 + Mr. + F208431 + L208431 + + Board of Directors Chairperson + 208431@hsesinfo.org + Mr. + F208432 + L208432 + + + 208432@hsesinfo.org + Mr. + F208434 + L208434 + + 208434@hsesinfo.org + Mr. + F208430 + L208430 + + 208430@hsesinfo.org + 555-555-8430 + + + 5291 + 3685 + 9137 + 012 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Mountain View Head Start Preschool + http://www.mtviewschools.com + 3685@hsesinfo.org + 2109 Burkett Rd. + + El Monte + CA + 91733-4113 + 2109 Burkett Rd. + + El Monte + CA + 91733-4113 + 3320 Gilman Rd + + El Monte + CA + 91732-3201 + Mr. + F53383 + L53383 + + School Board President + 53383@hsesinfo.org + Ms. + F53379 + L53379 + + Superintendent + 53379@hsesinfo.org + Ms. + F53380 + L53380 + + 53380@hsesinfo.org + Ms. + F53378 + L53378 + + 53378@hsesinfo.org + 555-555-3378 + + + 6508 + 614 + 10112 + 000 + 1991 + 2015-07-01 + + HS + Active + Community Service Programs of West Alabama, Inc. + www.cspwal.com + 614@hsesinfo.org + 601 Black Bears Way + + Tuscaloosa + AL + 35401-4807 + 601 Black Bears Way + + Tuscaloosa + AL + 35401-4807 + 601 Black Bears Way + + Tuscaloosa + AL + 35401-4807 + Mr. + F201226 + L201226 + Jr + Chairman + 201226@hsesinfo.org + Mrs. + F201227 + L201227 + + Executive Director + 201227@hsesinfo.org + Mr. + F201229 + L201229 + + 201229@hsesinfo.org + Ms. + F201225 + L201225 + + 201225@hsesinfo.org + 555-555-1225 + + + 9300 + 841 + 11558 + 200 + 2013 + 2019-01-01 + + EHS + Active + Southern Seven Health Department + http://www.southern7.org + 841@hsesinfo.org + 37 Rustic Campus Drive + + Ullin + IL + 62992-2226 + 37 Rustic Campus Drive + + Ullin + IL + 62992-2226 + 37 Rustic Campus Drive + + Ullin + IL + 62992-2226 + Dr. + F213638 + L213638 + + Board President + 213638@hsesinfo.org + Mrs. + F213639 + L213639 + + + 213639@hsesinfo.org + Mrs. + F213641 + L213641 + + 213641@hsesinfo.org + Mrs. + F213637 + L213637 + + 213637@hsesinfo.org + 555-555-3637 + + + 9267 + 8746 + 11530 + 000 + 2019 + 2019-01-01 + + HS + Active + Daughters of Charity Services of San Antonio + dcssa.org + 8746@hsesinfo.org + 7607 Somerset Rd + + San Antonio + TX + 78211-0752 + 7607 Somerset Rd + + San Antonio + TX + 78211-0752 + 7607 Somerset Rd + + San Antonio + TX + 78211-0752 + Mr. + F213413 + L213413 + + Board Chair + 213413@hsesinfo.org + Mr. + F213414 + L213414 + + CEO + 213414@hsesinfo.org + + F213416 + L213416 + + 213416@hsesinfo.org + Ms. + F213412 + L213412 + + 213412@hsesinfo.org + 555-555-3412 + + + 7000 + 2498 + 10444 + 000 + 1992 + 2015-12-01 + + AIAN HS + Active + Central Tribes of the Shawnee Area, Inc. + 1535 N. Mckinely + 2498@hsesinfo.org + 1535 N Mckinley Ave + + Shawnee + OK + 74801-5200 + 1535 N Mckinley Ave + + Shawnee + OK + 74801-5200 + 1535 N Mckinley Ave + + Shawnee + OK + 74801-5200 + Mr. + F204666 + L204666 + + Board Of Directors + 204666@hsesinfo.org + Ms. + F204667 + L204667 + + Interim Executive Director + 204667@hsesinfo.org + Mrs. + F204669 + L204669 + + 204669@hsesinfo.org + Mrs. + F204665 + L204665 + + 204665@hsesinfo.org + 555-555-4665 + + + 6613 + 1886 + 10154 + 200 + 2000 + 2015-07-01 + 2020-06-30 + EHS + Inactive + AVANCE - Houston, Inc. + www.avancehouston.org + 1886@hsesinfo.org + 4281 Dacoma St + + Houston + TX + 77092-8607 + 4281 Dacoma St + + Houston + TX + 77092-8607 + 4281 Dacoma St + + Houston + TX + 77092-8607 + Mr. + F201961 + L201961 + + Board Chairperson + 201961@hsesinfo.org + Ms. + F201962 + L201962 + + Executive Director + 201962@hsesinfo.org + Mr. + F201964 + L201964 + + 201964@hsesinfo.org + Mrs. + F201960 + L201960 + Ed.D + 201960@hsesinfo.org + 555-555-1960 + + + 5898 + 2370 + 9313 + 000 + 1992 + 2015-02-01 + 2020-06-30 + HS + Inactive + Community Action Partnership, Inc. + http://www.dickinson.k12.nd.us/Early_Childhood/ + 2370@hsesinfo.org + 107 3rd Avenue SE + + Dickinson + ND + 58601-5637 + 107 3rd Avenue SE + + Dickinson + ND + 58601-5637 + Community Action Partnership + 202 East Villard + Dickinson + ND + 58601 + Mrs. + F105871 + L105871 + + Board Chairperson + 105871@hsesinfo.org + Mr. + F105870 + L105870 + + + 105870@hsesinfo.org + Mrs. + F105868 + L105868 + + 105868@hsesinfo.org + Mrs. + F105867 + L105867 + + 105867@hsesinfo.org + 555-555-5867 + + + 5396 + 1888 + 9166 + 200 + 2014 + 2014-09-01 + 2020-08-31 + EHS + Inactive + REGION VII EDUCATION SERVICE CENTER + http://www.esc7.net + 1888@hsesinfo.org + 1909 N Longview St + + Kilgore + TX + 75662-6827 + 1909 North Longview Street + + Kilgore + TX + 75662-6827 + 1909 N Longview St + + Kilgore + TX + 75662-6827 + Mr. + F96749 + L96749 + + Region 7 ESC Board Chairman + 96749@hsesinfo.org + Mrs. + F96753 + L96753 + + + 96753@hsesinfo.org + Mrs. + F96752 + L96752 + + 96752@hsesinfo.org + Mrs. + F96748 + L96748 + + 96748@hsesinfo.org + 555-555-6748 + + + 6816 + 2604 + 10276 + 200 + 2010 + 2015-09-01 + 2020-08-31 + EHS + Inactive + Absaroka, Inc. + www.abshs.org + 2604@hsesinfo.org + 883 E 7th St + + Powell + WY + 82435-2111 + PO Box 952 + + Worland + WY + 82401-0952 + 883 E 7th St + + Powell + WY + 82435-2111 + Mr. + F203387 + L203387 + + Board Chair + 203387@hsesinfo.org + Mrs. + F203388 + L203388 + + Head Start Director + 203388@hsesinfo.org + Mrs. + F203390 + L203390 + + 203390@hsesinfo.org + Mrs. + F203386 + L203386 + + 203386@hsesinfo.org + 555-555-3386 + + + 8748 + 8606 + 11120 + 222 + 2017 + 2017-08-01 + + EHS + Active + EHS Program, Municipality of Fajardo + + 8606@hsesinfo.org + General Valero Ave c-11 4-3 + + Fajardo + PR + 00738-3949 + General Valero Ave c-11 4-3 + + Fajardo + PR + 00738-3949 + General Valero Ave c-11 4-3 + + Fajardo + PR + 00738-3949 + Hon. + F209710 + L209710 + + President of Goverment Body + 209710@hsesinfo.org + Hon. + F209711 + L209711 + + Mayor + 209711@hsesinfo.org + Mrs. + F209713 + L209713 + + 209713@hsesinfo.org + Mrs. + F209709 + L209709 + + 209709@hsesinfo.org + 555-555-9709 + + + 6887 + 6905 + 10365 + 002 + + 2015-07-01 + + HS + Active + Central City EOC + www.cceocno.com + 6905@hsesinfo.org + 2020 Jackson Avenue + + New Orleans + LA + 70113-1475 + 2020 Jackson Avenue + + New Orleans + LA + 70113-1475 + 2020 Jackson Avenue + + New Orleans + LA + 70113-1475 + Mr. + F203870 + L203870 + + President - Central City EOC Board + 203870@hsesinfo.org + Ms. + F203871 + L203871 + + Excecutive Director + 203871@hsesinfo.org + Mr. + F203873 + L203873 + + 203873@hsesinfo.org + Ms. + F203869 + L203869 + + 203869@hsesinfo.org + 555-555-3869 x 5555 + + + 5280 + 3661 + 9127 + 202 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Plaza de la Raza Child Development Services, Inc. + www.plazadelaraza.net + 3661@hsesinfo.org + 13300 Crossroads Pkwy N + Ste 440 + City Of Industry + CA + 91746-3440 + 13300 Crossroads Pkwy N + Ste 440 + City Of Industry + CA + 91746-3440 + 13300 Crossroads Pkwy N + Ste 440 + City Of Industry + CA + 91746-3440 + Ms. + F53305 + L53305 + + Board Chair + 53305@hsesinfo.org + Ms. + F53303 + L53303 + + Acting Executive Director + 53303@hsesinfo.org + Ms. + F53304 + L53304 + + 53304@hsesinfo.org + Ms. + F53301 + L53301 + + 53301@hsesinfo.org + 555-555-3301 + + + 5813 + 5819 + 9399 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + AWARE, Inc. + http://aware-inc.org/services/early-childhood/early-head-start/early-head-start-childcare-partnership/ + 5819@hsesinfo.org + 3242 Hesper Rd + + Billings + MT + 59102-6731 + 3242 Hesper Rd + + Billings + MT + 59102-6731 + 205 E Park Ave + + Anaconda + MT + 59711-2340 + Mr. + F103852 + L103852 + + AWARE Board of Directors Chairperson + 103852@hsesinfo.org + Mr. + F103853 + L103853 + + + 103853@hsesinfo.org + Ms. + F103855 + L103855 + + 103855@hsesinfo.org + Ms. + F103851 + L103851 + + 103851@hsesinfo.org + 555-555-3851 + + + 9026 + 5447 + 11350 + 200 + 2014 + 2018-08-01 + + EHS + Active + Singing River Educational Association, INC + + 5447@hsesinfo.org + 1170 Pleasant Hill Church Road + Post Office Box 594 + Lucedale + MS + 39452-0594 + PO Box 594 + + Lucedale + MS + 39452-0594 + 1170 Pleasant Hill Church Rd + + Lucedale + MS + 39452-8497 + Mrs. + F211718 + L211718 + + Chairperson + 211718@hsesinfo.org + Mrs. + F211719 + L211719 + + Executive Director + 211719@hsesinfo.org + Ms. + F211721 + L211721 + + 211721@hsesinfo.org + Mrs. + F211717 + L211717 + + 211717@hsesinfo.org + 555-555-1717 + + + 5950 + 5957 + 9659 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Miami-Dade County + www.miamidade.gov/caa + 5957@hsesinfo.org + 701 NW 1st Ct, 9th Floor + + Miami + FL + 33136-3923 + 701 NW 1st Ct, 9th Floor + + Miami + FL + 33136-3923 + 701 NW 1st Ct, 9th Floor + + Miami + FL + 33136-3923 + Ms. + F106254 + L106254 + + Chairman of the Board of Miami Dade County Commissioners + 106254@hsesinfo.org + Ms. + F106255 + L106255 + + Department Director + 106255@hsesinfo.org + Ms. + F106257 + L106257 + + 106257@hsesinfo.org + Ms. + F106253 + L106253 + + 106253@hsesinfo.org + 555-555-6253 + + + 9051 + 2892 + 11379 + 000 + 2013 + 2018-08-01 + + HS + Active + Private Industry Council of Westmoreland/Fayette, Inc. + www.privateindustrycouncil.com + 2892@hsesinfo.org + 219 Donohoe Road + + Greensburg + PA + 15601-6987 + 219 Donohoe Road + + Greensburg + PA + 15601-6987 + 219 Donohoe Road + + Greensburg + PA + 15601-6987 + Mr. + F211909 + L211909 + + Board Chair + 211909@hsesinfo.org + Ms. + F211910 + L211910 + + President/CEO + 211910@hsesinfo.org + Ms. + F211912 + L211912 + + 211912@hsesinfo.org + Ms. + F211908 + L211908 + + 211908@hsesinfo.org + 555-555-1908 x 5555 + + + 8350 + 969 + 10705 + 200 + 2004 + 2016-07-01 + + EHS + Active + Blueprints + http://www.myblueprints.org + 969@hsesinfo.org + 150 W Beau St + Early Head Start Program + Washington + PA + 15301-4425 + 150 W Beau St + Early Head Start Program + Washington + PA + 15301-4425 + 150 W Beau St + Early Head Start Program + Washington + PA + 15301-4425 + Mr. + F207589 + L207589 + + President + 207589@hsesinfo.org + Ms. + F207590 + L207590 + + C.E.O. + 207590@hsesinfo.org + Ms. + F207592 + L207592 + + 207592@hsesinfo.org + Ms. + F207588 + L207588 + + 207588@hsesinfo.org + 555-555-7588 x 5555 + + + 10423 + 596 + 12425 + 000 + 2014 + 2019-09-01 + + HS + Active + Ashland Board of Education + http://www.ashland.kyschools.us + 596@hsesinfo.org + 1820 Hickman St + + Ashland + KY + 41101-2424 + 1820 Hickman Street + + Ashland + KY + 41101 + 1820 Hickman Street + + Ashland + KY + 41101 + Mr. + F221301 + L221301 + + Board of Education Board Chair + 221301@hsesinfo.org + Mr. + F221302 + L221302 + + Superintendent + 221302@hsesinfo.org + Mrs. + F221304 + L221304 + + 221304@hsesinfo.org + Mrs. + F221300 + L221300 + + 221300@hsesinfo.org + 555-555-1300 + + + 10425 + 6080 + 12426 + 200 + + 2019-09-01 + + EHS + Active + Washington County Opportunities, Inc. + + 6080@hsesinfo.org + 546 Gamari Rd + + Greenville + MS + 38702-0750 + 546 Gamari Rd + + Greenville + MS + 38702-0750 + 546 Gamari Rd + + Greenville + MS + 38702-0750 + Mr. + F221315 + L221315 + + + 221315@hsesinfo.org + Mr. + F221316 + L221316 + + + 221316@hsesinfo.org + Ms. + F221318 + L221318 + + 221318@hsesinfo.org + Mr. + F221314 + L221314 + + 221314@hsesinfo.org + 555-555-1314 + + + 10138 + 9004 + 12167 + 000 + 2019 + 2019-07-01 + + HS + Active + Sharon Baptist Board of Directors, Inc + http://www.sharonbaptistheadstart.org + 9004@hsesinfo.org + 1925 Bathgate Avenue + + Bronx + NY + 10457-4404 + 1925 Bathgate Avenue + + Bronx + NY + 10457-4404 + 1925 Bathgate Avenue + + Bronx + NY + 10457-4404 + Mr. + F219357 + L219357 + + Board Chairperson + 219357@hsesinfo.org + Ms. + F219358 + L219358 + + Executive Director + 219358@hsesinfo.org + Ms. + F219360 + L219360 + + 219360@hsesinfo.org + Ms. + F219356 + L219356 + + 219356@hsesinfo.org + 555-555-9356 + + + 10426 + 6084 + 12428 + 200 + + 2019-09-01 + + EHS + Active + Guilford Child Development + http://www.guilfordchilddev.org + 6084@hsesinfo.org + 1200 Arlington St + + Greensboro + NC + 27406-1499 + 1200 Arlington St + + Greensboro + NC + 27406-1499 + 1200 Arlington St + + Greensboro + NC + 27406-1499 + Mr. + F221322 + L221322 + + Board Chair + 221322@hsesinfo.org + Mrs. + F221323 + L221323 + + Chief Executive Officer + 221323@hsesinfo.org + Ms. + F221325 + L221325 + + 221325@hsesinfo.org + Ms. + F221321 + L221321 + + 221321@hsesinfo.org + 555-555-1321 + + + 10427 + 6093 + 12429 + 200 + + 2019-09-01 + + EHS + Active + The University of Texas - Rio Grande Valley + https://www.utrgv.edu/hdss/degrees-programs/head-start-program/index.htm + 6093@hsesinfo.org + 1201 W University Dr + Edcc 2.504 + Edinburg + TX + 78539-2909 + 1201 W University Dr + Edcc 2.504 + Edinburg + TX + 78539-2909 + 1201 W University Dr + Edcc 2.504 + Edinburg + TX + 78539-2909 + Dr. + F221329 + L221329 + + Chair + 221329@hsesinfo.org + Dr. + F221330 + L221330 + + Principal Investigator + 221330@hsesinfo.org + Ms. + F221332 + L221332 + + 221332@hsesinfo.org + Dr. + F221328 + L221328 + + 221328@hsesinfo.org + 555-555-1328 + + + 6315 + 3479 + 9904 + 003 + 2010 + 2015-04-01 + 2020-10-31 + HS + Inactive + Acelero Learning Monmouth/Middlesex County + almm.acelero.net + 3479@hsesinfo.org + 132 2nd Street + + Perth Amboy + NJ + 08861 + 132 2nd Street + + Perth Amboy + NJ + 08861 + 132 2nd Street + + Perth Amboy + NJ + 08861 + Mr. + F110515 + L110515 + + Board Chairman + 110515@hsesinfo.org + Mr. + F110513 + L110513 + + + 110513@hsesinfo.org + Ms. + F110512 + L110512 + + 110512@hsesinfo.org + Ms. + F110516 + L110516 + + 110516@hsesinfo.org + + + + 10137 + 9003 + 12156 + 200 + 2019 + 2019-07-01 + + EHS + Active + University Settlement Society of New York + http://www.universitysettlement.org + 9003@hsesinfo.org + 184 Eldridge Street + + New York + NY + 10002-2924 + 184 Eldridge Street + + New York + NY + 10002-2924 + 184 Eldridge Street + + New York + NY + 10002-2924 + Mr. + F219350 + L219350 + + Board Chair + 219350@hsesinfo.org + Dr. + F219351 + L219351 + + Executive Director + 219351@hsesinfo.org + Ms. + F219353 + L219353 + + 219353@hsesinfo.org + Ms. + F219349 + L219349 + + 219349@hsesinfo.org + 555-555-9349 + + + 10431 + 6197 + 12431 + 200 + + 2019-09-01 + + EHS + Active + Blue Valley Community Action,Inc. + http://www.bvca.net + 6197@hsesinfo.org + 620 5th St + + Fairbury + NE + 68352-2624 + PO Box 273 + + Fairbury + NE + 68352-0273 + 620 5th St + + Fairbury + NE + 68352-2624 + Mr. + F221357 + L221357 + + Board President + 221357@hsesinfo.org + Ms. + F221358 + L221358 + + Cheif Executive Officer + 221358@hsesinfo.org + Mr. + F221360 + L221360 + + 221360@hsesinfo.org + Mrs. + F221356 + L221356 + + 221356@hsesinfo.org + 555-555-1356 + + + 8242 + 2660 + 10642 + 000 + 2011 + 2016-07-01 + + HS + Active + Charleston County School District Head Start + www.ccsdschools.com + 2660@hsesinfo.org + 75 Calhoun St + Fl 2 + Charleston + SC + 29401-3539 + 75 Calhoun St + Fl 2 + Charleston + SC + 29401-3539 + 75 Calhoun St + Fl 2 + Charleston + SC + 29401-3539 + Dr. + F206809 + L206809 + + Charleston County School District Board Chair + 206809@hsesinfo.org + Mrs. + F206810 + L206810 + + Executive Director of Early Learning + 206810@hsesinfo.org + Mr. + F206812 + L206812 + + 206812@hsesinfo.org + Ms. + F206808 + L206808 + + 206808@hsesinfo.org + 555-555-6808 + + + 10228 + 1229 + 12131 + 000 + 2014 + 2019-07-01 + + Migrant HS + Active + Kings Community Action Organization + http://www.kcao.org + 1229@hsesinfo.org + 1130 N. 11th Avenue + + Hanford + CA + 93230-5901 + 1130 N. 11th Avenue + + Hanford + CA + 93230-5901 + 1130 N. 11th Avenue + + Hanford + CA + 93230-5901 + Mr. + F219943 + L219943 + + KCAO Board Chairperson + 219943@hsesinfo.org + Mr. + F219941 + L219941 + + + 219941@hsesinfo.org + Ms. + F219944 + L219944 + + 219944@hsesinfo.org + Mrs. + F219940 + L219940 + + 219940@hsesinfo.org + 555-555-9940 + + + 9899 + 643 + 12000 + 000 + 2014 + 2019-07-01 + + HS + Active + Sumter County Opportunity, Inc. + http://www.scoheadstart.org + 643@hsesinfo.org + 714 Country Club Road + P.O. Drawer 928 + Livingston + AL + 35470-0928 + 714 Country Club Road + P.O. Drawer 928 + Livingston + AL + 35470-0928 + 714 Country Club Road + P.O. Drawer 928 + Livingston + AL + 35470-0928 + Mr. + F217703 + L217703 + + Board Chairman + 217703@hsesinfo.org + Mrs. + F217704 + L217704 + + CEO/Executive Director/Head Start/EarlyHead Director + 217704@hsesinfo.org + Mrs. + F217706 + L217706 + + 217706@hsesinfo.org + Mrs. + F217702 + L217702 + + 217702@hsesinfo.org + 555-555-7702 + + + 9810 + 926 + 11957 + 000 + 2014 + 2019-07-01 + + HS + Active + Chambers-Tallapoosa-Coosa Community Action Agency + cacctc.com + 926@hsesinfo.org + 170 South Broadnax Street + + Dadeville + AL + 36853-1704 + 170 South Broadnax Street + + Dadeville + AL + 36853-1704 + 170 South Broadnax Street + + Dadeville + AL + 36853-1704 + Mr. + F217081 + L217081 + + Board Chairman + 217081@hsesinfo.org + Mr. + F217082 + L217082 + + + 217082@hsesinfo.org + Ms. + F217084 + L217084 + + 217084@hsesinfo.org + Ms. + F217080 + L217080 + + 217080@hsesinfo.org + 555-555-7080 x 5555 + + + 4244 + 998 + 8302 + 200 + 2004 + 2013-07-30 + 2019-07-31 + EHS + Inactive + Northeast Missouri Community Action + http://www.nmcaa.org + 998@hsesinfo.org + 215 N Elson St + + Kirksville + MO + 63501-2816 + PO Box 966 + + Kirksville + MO + 63501-0966 + 215 N Elson St + + Kirksville + MO + 63501-2816 + Mr. + F38001 + L38001 + + Governing Board President + 38001@hsesinfo.org + Ms. + F38002 + L38002 + + + 38002@hsesinfo.org + Mr. + F38003 + L38003 + + 38003@hsesinfo.org + Ms. + F38000 + L38000 + + 38000@hsesinfo.org + 555-555-8000 x 5555 + + + 10229 + 5926 + 12265 + 200 + + 2019-08-01 + + EHS + Active + York County Community Action Corporation + https://www.yccac.org/index.php/programs/children-s-services + 5926@hsesinfo.org + 6 Spruce St + + Sanford + ME + 04073-2917 + PO Box 72 + + Sanford + ME + 04073-0072 + 6 Spruce St + + Sanford + ME + 04073-2917 + Ms. + F219947 + L219947 + + Board President + 219947@hsesinfo.org + Ms. + F219948 + L219948 + + Executive Director + 219948@hsesinfo.org + Ms. + F219950 + L219950 + + 219950@hsesinfo.org + Mrs. + F219946 + L219946 + + 219946@hsesinfo.org + 555-555-9946 + + + 10230 + 5971 + 12259 + 200 + + 2019-08-01 + + EHS + Active + Region IX Education Cooperative + rec9nm.org + 5971@hsesinfo.org + 143 El Paso Rd + + Ruidoso + NM + 88345-6033 + 143 El Paso Rd + + Ruidoso + NM + 88345-6033 + 143 El Paso Rd + + Ruidoso + NM + 88345-6033 + Mr. + F219954 + L219954 + + Coordinating Council Chairperson + 219954@hsesinfo.org + Mr. + F219955 + L219955 + + Executive Director + 219955@hsesinfo.org + Ms. + F219957 + L219957 + + 219957@hsesinfo.org + Ms. + F219953 + L219953 + + 219953@hsesinfo.org + 555-555-9953 + + + 10231 + 5974 + 12264 + 200 + + 2019-08-01 + + EHS + Active + Louisiana State University Health Sciences Center - N.O + + 5974@hsesinfo.org + 411 S Prieur St + Rm 471 + New Orleans + LA + 70112-2239 + 433 Bolivar St + Rm 824 + New Orleans + LA + 70112-7021 + 433 Bolivar St + Rm 824 + New Orleans + LA + 70112-2256 + Dr. + F219961 + L219961 + + Vice Chancellor for Academic Affairs + 219961@hsesinfo.org + Dr. + F219962 + L219962 + + Director, Human Development Center + 219962@hsesinfo.org + Mr. + F219964 + L219964 + + 219964@hsesinfo.org + Ms. + F219960 + L219960 + + 219960@hsesinfo.org + 555-555-9960 + + + 10232 + 5979 + 12261 + 200 + + 2019-08-01 + + EHS + Active + City of San Antonio + http://www.saheadstart.org + 5979@hsesinfo.org + 106 S ST MARY'S ST, SUITE 700 + + SAN ANTONIO + TX + 78205-3603 + 106 S ST MARY'S ST, SUITE 700 + + SAN ANTONIO + TX + 78205-3603 + 106 S ST MARY'S ST, SUITE 700 + + SAN ANTONIO + TX + 78205-3603 + Mr. + F219968 + L219968 + + Mayor of the City of San Antonio + 219968@hsesinfo.org + Ms. + F219969 + L219969 + + Director Department of Human Services + 219969@hsesinfo.org + Ms. + F219971 + L219971 + + 219971@hsesinfo.org + Ms. + F219967 + L219967 + + 219967@hsesinfo.org + 555-555-9967 + + + 10424 + 532 + 12432 + 000 + 2014 + 2019-09-01 + + HS + Active + Washington County Opportunities, Inc. + + 532@hsesinfo.org + 546 Gamari Road + P.O. Drawer 750 + Greenville + MS + 38702-0750 + 546 Gamari Road + P.O. Drawer 750 + Greenville + MS + 38702-0750 + 546 Gamari Road + P.O. Drawer 750 + Greenville + MS + 38702-0750 + Mr. + F221308 + L221308 + + Board Chairman + 221308@hsesinfo.org + Mr. + F221309 + L221309 + + + 221309@hsesinfo.org + Ms. + F221311 + L221311 + + 221311@hsesinfo.org + Mr. + F221307 + L221307 + + 221307@hsesinfo.org + 555-555-1307 + + + 10233 + 6050 + 12258 + 200 + + 2019-09-01 + + EHS + Active + South Plains Community Action Association, Inc. (SPCAA) + www.spcaa.org + 6050@hsesinfo.org + 411 Austin St + + Levelland + TX + 79336-4733 + PO Box 610 + + Levelland + TX + 79336-0610 + 411 Austin St + + Levelland + TX + 79336-4733 + Mr. + F219975 + L219975 + + Board President + 219975@hsesinfo.org + Mr. + F219976 + L219976 + Jr. + Chief Executive Officer, + 219976@hsesinfo.org + Mr. + F219978 + L219978 + + 219978@hsesinfo.org + Mrs. + F219974 + L219974 + + 219974@hsesinfo.org + 555-555-9974 x 5555 + + + 10234 + 5865 + 12256 + 200 + + 2019-08-01 + + EHS + Active + Placer Community Action Council, Inc. + KidZKount.org + 5865@hsesinfo.org + 1166 High Street + + Auburn + CA + 95603-5110 + 1166 High Street + + Auburn + CA + 95603-5110 + 1166 High Street + + Auburn + CA + 95603-5110 + Ms. + F219982 + L219982 + + Board of Directors Chairperson + 219982@hsesinfo.org + Ms. + F219983 + L219983 + + Executive Director + 219983@hsesinfo.org + Ms. + F219985 + L219985 + + 219985@hsesinfo.org + Ms. + F219981 + L219981 + + 219981@hsesinfo.org + 555-555-9981 + + + 9763 + 8914 + 11896 + 200 + 2019 + 2019-07-01 + + EHS + Active + La Salle Community Action Association Inc + www.lasallecaa.net + 8914@hsesinfo.org + 825 Highway 8 + + Sicily Island + LA + 71368-4836 + 825 Highway 8 + + Sicily Island + LA + 71368-4836 + 825 Highway 8 + + Sicily Island + LA + 71368-4836 + Mr. + F216752 + L216752 + + President + 216752@hsesinfo.org + Mrs. + F216753 + L216753 + + + 216753@hsesinfo.org + Ms. + F216755 + L216755 + + 216755@hsesinfo.org + Ms. + F216751 + L216751 + + 216751@hsesinfo.org + 555-555-6751 x 5555 + + + 4784 + 1414 + 8649 + 000 + 2014 + 2014-04-01 + 2019-06-30 + HS + Inactive + Northeast Kansas Community Action Program, Inc. + http://www.nekcap.org + 1414@hsesinfo.org + 1260 220th St + + Hiawatha + KS + 66434-8923 + PO Box 380 + + Hiawatha + KS + 66434-0380 + 1260 220th St + + Hiawatha + KS + 66434-8923 + Mr. + F46545 + L46545 + CPA + NEK-CAP, Inc. Multi-County Board President + 46545@hsesinfo.org + Ms. + F46549 + L46549 + LMSW + NEK-CAP, Inc. Executive Director + 46549@hsesinfo.org + Mrs. + F46548 + L46548 + + 46548@hsesinfo.org + Ms. + F46544 + L46544 + LMSW + 46544@hsesinfo.org + 555-555-6544 x 5555 + + + 7016 + 1630 + 10472 + 000 + 1991 + 2016-01-01 + + HS + Active + Fresno Economic Opportunities Commission + http://www.fresnoeoc.org + 1630@hsesinfo.org + 1920 Mariposa Mall + Ste 300 + Fresno + CA + 93721-2504 + 1920 Mariposa Mall + Ste 300 + Fresno + CA + 93721-2504 + 1920 Mariposa Mall + Ste 300 + Fresno + CA + 93721-2504 + Ms. + F204778 + L204778 + + Board Chair + 204778@hsesinfo.org + Ms. + F204779 + L204779 + + Chief Executive Officer + 204779@hsesinfo.org + Mr. + F204781 + L204781 + + 204781@hsesinfo.org + Ms. + F204777 + L204777 + + 204777@hsesinfo.org + 555-555-4777 + + + 10242 + 5944 + 12269 + 200 + + 2019-08-01 + + EHS + Active + Chapel Hill Training-Outreach Project, Inc. + http://www.chtop.org/Programs/Head-Start-and-Early-Head-Start.html + 5944@hsesinfo.org + 800 Eastowne Dr + Ste 105 + Chapel Hill + NC + 27514-2215 + 800 Eastowne Dr + Ste 105 + Chapel Hill + NC + 27514-2215 + 800 Eastowne Dr + Ste 105 + Chapel Hill + NC + 27514-2215 + Mr. + F220038 + L220038 + + CHTOP Board Chairperson + 220038@hsesinfo.org + Mr. + F220039 + L220039 + + Executive Director + 220039@hsesinfo.org + Mr. + F220041 + L220041 + + 220041@hsesinfo.org + Mr. + F220037 + L220037 + + 220037@hsesinfo.org + 555-555-0037 x 5555 + + + 10243 + 5956 + 12270 + 200 + + 2019-08-01 + + EHS + Active + Telamon Corporation + http://www.telamon.org + 5956@hsesinfo.org + 5560 Munford Rd + Ste 201 + Raleigh + NC + 27612-2731 + 5560 Munford Rd + Ste 201 + Raleigh + NC + 27612-2731 + 5560 Munford Rd + Ste 201 + Raleigh + NC + 27612-2731 + Mrs. + F220045 + L220045 + + Governing Board Chair + 220045@hsesinfo.org + Mrs. + F220046 + L220046 + + Executive Director + 220046@hsesinfo.org + Ms. + F220048 + L220048 + + 220048@hsesinfo.org + Ms. + F220044 + L220044 + + 220044@hsesinfo.org + 555-555-0044 + + + 10244 + 1189 + 12266 + 000 + 1992 + 2019-08-01 + + AIAN HS + Active + KICKAPOO TRIBE OF OKLAHOMA (HEAD START) + ktoheadstart.com + 1189@hsesinfo.org + 105365 S Highway 102 + + McLoud + OK + 74851 + PO Box 399 + + McLoud + OK + 74851-0399 + 105365 S Highway 102 + + McLoud + OK + 74851 + Mr. + F220052 + L220052 + + Chairman of Kickapoo Business Committee + 220052@hsesinfo.org + Mr. + F220053 + L220053 + + Executive Director + 220053@hsesinfo.org + Mrs. + F220055 + L220055 + + 220055@hsesinfo.org + Ms. + F220051 + L220051 + + 220051@hsesinfo.org + 555-555-0051 + + + 10245 + 3545 + 12271 + 001 + 2013 + 2019-08-01 + + AIAN HS + Active + Kickapoo Head Start + ktoheadstart.com + 3545@hsesinfo.org + 105365 South Highway 102 + + McLoud + OK + 74851 + PO Box 399 + + McLoud + OK + 74851-0399 + 105365 South Highway 102 + + McLoud + OK + 74851 + Mr. + F220059 + L220059 + + Chairman of Kickapoo Tribe of OK Business Committee + 220059@hsesinfo.org + Mr. + F220060 + L220060 + + Executive Director + 220060@hsesinfo.org + Mr. + F220062 + L220062 + + 220062@hsesinfo.org + Ms. + F220058 + L220058 + + 220058@hsesinfo.org + 555-555-0058 + + + 10246 + 1181 + 12267 + 000 + 1992 + 2019-08-01 + + AIAN HS + Active + Shoshone-Bannock Tribal Business Council + http://www.sbtribes.com/shoshone-bannock-early-childhood.html + 1181@hsesinfo.org + E. Agency Rd. Building 82 + + Fort Hall + ID + 83203-0306 + P.O. Box 306 + + Fort Hall + ID + 83203-0306 + E. Agency Rd. Building 82 + + Fort Hall + ID + 83203-0306 + Mr. + F220066 + L220066 + + Chairman, Fort Hall Business Council + 220066@hsesinfo.org + Ms. + F220067 + L220067 + + Executive Director + 220067@hsesinfo.org + Ms. + F220069 + L220069 + + 220069@hsesinfo.org + Ms. + F220065 + L220065 + + 220065@hsesinfo.org + 555-555-0065 + + + 10248 + 1284 + 12268 + 200 + 2013 + 2019-09-01 + + EHS + Active + Skagit Valley College + http://sihs.skagit.edu + 1284@hsesinfo.org + 320 Pacific Place + + Mount Vernon + WA + 98273 + 2405 East College Way + + Mount Vernon + WA + 98273-5821 + 320 Pacific Place + + Mount Vernon + WA + 98273 + Mr. + F220080 + L220080 + + Chair of the Board of Trustees + 220080@hsesinfo.org + Mr. + F220081 + L220081 + + + 220081@hsesinfo.org + Ms. + F220083 + L220083 + + 220083@hsesinfo.org + Ms. + F220079 + L220079 + + 220079@hsesinfo.org + 555-555-0079 + + + 7017 + 1629 + 10472 + 200 + 2001 + 2016-01-01 + + EHS + Active + Fresno Economic Opportunities Commission + http://www.fresnoeoc.org + 1629@hsesinfo.org + 1920 Mariposa Mall + Ste 300 + Fresno + CA + 93721-2504 + 1920 Mariposa Mall + Ste 300 + Fresno + CA + 93721-2504 + 1920 Mariposa Mall + Ste 300 + Fresno + CA + 93721-2504 + Ms. + F204785 + L204785 + + Board Chair + 204785@hsesinfo.org + Ms. + F204786 + L204786 + + Chief Executive Officer + 204786@hsesinfo.org + Mr. + F204788 + L204788 + + 204788@hsesinfo.org + Ms. + F204784 + L204784 + + 204784@hsesinfo.org + 555-555-4784 + + + 10247 + 1283 + 12268 + 000 + 2013 + 2019-09-01 + + HS + Active + Skagit Valley College + http://sihs.skagit.edu + 1283@hsesinfo.org + 320 Pacific Place + + Mount Vernon + WA + 98273-5821 + 2405 East College Way + + Mount Vernon + WA + 98273-5821 + 320 Pacific Place + + Mount Vernon + WA + 98273 + Mr. + F220073 + L220073 + + Chair of the Board of Trustees + 220073@hsesinfo.org + Mr. + F220074 + L220074 + + + 220074@hsesinfo.org + Ms. + F220076 + L220076 + + 220076@hsesinfo.org + Ms. + F220072 + L220072 + + 220072@hsesinfo.org + 555-555-0072 + + + 6357 + 267 + 9960 + 000 + 1989 + 2015-06-01 + 2020-05-31 + HS + Inactive + Southwestern Community Services, Inc. + http://www.scshelps.org + 267@hsesinfo.org + 63 Community Way + + Keene + NH + 03431-3748 + 63 Community Way + + Keene + NH + 03431-3748 + 63 Community Way + + Keene + NH + 03431-3748 + Mr. + F200169 + L200169 + + Chairperson + 200169@hsesinfo.org + Mr. + F200170 + L200170 + + + 200170@hsesinfo.org + Mrs. + F200172 + L200172 + + 200172@hsesinfo.org + Mrs. + F200168 + L200168 + + 200168@hsesinfo.org + 555-555-0168 x 5555 + + + 10432 + 6102 + 12427 + 200 + + 2019-09-01 + + EHS + Active + Eastern Idaho Community Action Partnership + http://www.eicap.org + 6102@hsesinfo.org + 935 E. Lincoln Rd + + Idaho Falls + ID + 83405-1098 + 935 E. Lincoln Rd + + Idaho Falls + ID + 83405-1098 + 935 E. Lincoln Rd + + Idaho Falls + ID + 83405-1098 + Ms. + F221364 + L221364 + + + 221364@hsesinfo.org + Mr. + F221365 + L221365 + + Chief Executive Officer + 221365@hsesinfo.org + Ms. + F221367 + L221367 + + 221367@hsesinfo.org + Ms. + F221363 + L221363 + + 221363@hsesinfo.org + 555-555-1363 x 5555 + + + 9023 + 3392 + 11347 + 204 + 2013 + 2018-08-01 + + EHS + Active + YMCA of Greater Kansas City + http://www.kansascityymca.org + 3392@hsesinfo.org + 3100 Broadway Street, Suite 1020 + 3800 East 51st Street + Kansas City + MO + 64111-2413 + 3100 Broadway Street, Suite 1020 + 3800 East 51st Street + Kansas City + MO + 64111-2413 + 3100 Broadway Street, Suite 1020 + 3800 East 51st Street + Kansas City + MO + 64111-2413 + Ms. + F211698 + L211698 + + Chief Volunteer Officer / Board President + 211698@hsesinfo.org + Mr. + F211699 + L211699 + + President and Chief Executive Officer + 211699@hsesinfo.org + Ms. + F211701 + L211701 + + 211701@hsesinfo.org + Ms. + F211697 + L211697 + + 211697@hsesinfo.org + 555-555-1697 + + + 9022 + 3397 + 11347 + 004 + 2013 + 2018-08-01 + + HS + Active + YMCA of Greater Kansas City + http://www.kansascityymca.org + 3397@hsesinfo.org + 3100 Broadway Street, Suite 1020 + + Kansas City + MO + 64111-2413 + 3100 Broadway Street, Suite 1020 + + Kansas City + MO + 64111-2413 + 3100 Broadway Street, Suite 1020 + + Kansas City + MO + 64111-2413 + Ms. + F211692 + L211692 + + Board President + 211692@hsesinfo.org + Mr. + F211693 + L211693 + + + 211693@hsesinfo.org + Ms. + F211695 + L211695 + + 211695@hsesinfo.org + Ms. + F211691 + L211691 + + 211691@hsesinfo.org + 555-555-1691 + + + 10238 + 436 + 12262 + 000 + 2013 + 2019-08-01 + + HS + Active + Salisbury-Rowan Community Action Agency + www.srcaa.com + 436@hsesinfo.org + 1300 W Bank St + + Salisbury + NC + 28144-3910 + 1300 W Bank St + + Salisbury + NC + 28144-3910 + 1300 W Bank St + + Salisbury + NC + 28144-3910 + Mr. + F220010 + L220010 + + Board Chairman + 220010@hsesinfo.org + Ms. + F220011 + L220011 + + Executive Director + 220011@hsesinfo.org + Mr. + F220013 + L220013 + + 220013@hsesinfo.org + Mrs. + F220009 + L220009 + + 220009@hsesinfo.org + 555-555-0009 + + + 10239 + 435 + 12262 + 200 + 2013 + 2019-08-01 + + EHS + Active + Salisbury-Rowan Community Action Agency + www.srcaa.com + 435@hsesinfo.org + 1300 W Bank St + + Salisbury + NC + 28144-3910 + 1300 W Bank St + + Salisbury + NC + 28144-3910 + 1300 W Bank St + + Salisbury + NC + 28144-3910 + Mr. + F220017 + L220017 + + Board Chairman + 220017@hsesinfo.org + Ms. + F220018 + L220018 + + Executive Director + 220018@hsesinfo.org + Mr. + F220020 + L220020 + + 220020@hsesinfo.org + Mrs. + F220016 + L220016 + + 220016@hsesinfo.org + 555-555-0016 + + + 8826 + 8651 + 11199 + 000 + 2018 + 2018-07-01 + + HS + Active + CDI HS/South and West Philadelphia, PA + + 8651@hsesinfo.org + 1321 S Juniper St + + Philadelphia + PA + 19147-4909 + PO Box 32237 + + Philadelphia + PA + 19146-0737 + 1321 S Juniper St + + Philadelphia + PA + 19147-4909 + Mr. + F210304 + L210304 + + Chief Executive Officer + 210304@hsesinfo.org + Ms. + F210302 + L210302 + + Executive Director + 210302@hsesinfo.org + + F210305 + L210305 + + 210305@hsesinfo.org + Ms. + F210301 + L210301 + + 210301@hsesinfo.org + 555-555-0301 + + + 11340 + 1978 + 13220 + 000 + 1992 + 2020-06-01 + + HS + Active + Adirondack Community Action Programs, Inc. + www.acapinc.org + 1978@hsesinfo.org + 7572 Court St + Ste 2 + Elizabethtown + NY + 12932 + PO Box 848 + + Elizabethtown + NY + 12932-0848 + 7572 Court St + Ste 2 + Elizabethtown + NY + 12932 + Mr. + F227448 + L227448 + + + 227448@hsesinfo.org + Mr. + F227449 + L227449 + + + 227449@hsesinfo.org + Mrs. + F227451 + L227451 + + 227451@hsesinfo.org + Mrs. + F227447 + L227447 + + 227447@hsesinfo.org + 555-555-7447 x 5555 + + + 11341 + 3243 + 13220 + 200 + 2011 + 2020-06-01 + + EHS + Active + Adirondack Community Action Programs, Inc. + www.acapinc.org + 3243@hsesinfo.org + 7572 Court St + Ste 2 + Elizabethtown + NY + 12932 + PO Box 848 + + Elizabethtown + NY + 12932-0848 + 7572 Court St + Ste 2 + Elizabethtown + NY + 12932 + Mr. + F227455 + L227455 + + + 227455@hsesinfo.org + Mr. + F227456 + L227456 + + + 227456@hsesinfo.org + Mrs. + F227458 + L227458 + + 227458@hsesinfo.org + Mrs. + F227454 + L227454 + + 227454@hsesinfo.org + 555-555-7454 x 5555 + + + 8927 + 2386 + 11279 + 000 + 2013 + 2018-07-01 + + HS + Active + GREENBRIER COUNTY BOARD OF EDUCATION + 653 Church St. + 2386@hsesinfo.org + 197 Chestnut St + + Lewisburg + WV + 24901-2578 + 197 Chestnut St + + Lewisburg + WV + 24901-2578 + 653 Church St + + Lewisburg + WV + 24901-2024 + Mrs. + F211011 + L211011 + + President ot the Greenbrier County BOE + 211011@hsesinfo.org + Mr. + F211012 + L211012 + + + 211012@hsesinfo.org + Ms. + F211014 + L211014 + + 211014@hsesinfo.org + Ms. + F211010 + L211010 + + 211010@hsesinfo.org + 555-555-1010 + + + 11476 + 1585 + 13305 + 000 + 1991 + 2020-07-01 + + HS + Active + Child Care Associates + http://www.childcareassociates.org + 1585@hsesinfo.org + 3000 E Belknap St + + Fort Worth + TX + 76111-4142 + 3000 E Belknap St + + Fort Worth + TX + 76111-4142 + 3000 E Belknap St + + Fort Worth + TX + 76111-4142 + Ms. + F228359 + L228359 + + Board Chairman + 228359@hsesinfo.org + Ms. + F228360 + L228360 + + President/CEO + 228360@hsesinfo.org + Mr. + F228362 + L228362 + + 228362@hsesinfo.org + Ms. + F228358 + L228358 + + 228358@hsesinfo.org + 555-555-8358 x 5555 + + + 11477 + 1584 + 13305 + 200 + 2003 + 2020-07-01 + + EHS + Active + Child Care Associates + http://www.childcareassociates.org + 1584@hsesinfo.org + 3000 E Belknap St + + Fort Worth + TX + 76111-4142 + 3000 E Belknap St + + Fort Worth + TX + 76111-4142 + 3000 E Belknap St + + Fort Worth + TX + 76111-4142 + Ms. + F228366 + L228366 + + Board Chairman + 228366@hsesinfo.org + Ms. + F228367 + L228367 + + President/CEO + 228367@hsesinfo.org + Mr. + F228369 + L228369 + + 228369@hsesinfo.org + Ms. + F228365 + L228365 + + 228365@hsesinfo.org + 555-555-8365 x 5555 + + + 8322 + 4002 + 10687 + 005 + + 2016-07-01 + + HS + Active + Lamphere Head Start + https://lamphereschools.org + 4002@hsesinfo.org + 31201 Dorchester Avenue + + Madison Heights + MI + 48071-1075 + 31201 Dorchester Avenue + + Madison Heights + MI + 48071-1075 + 31201 Dorchester Avenue + + Madison Heights + MI + 48071-1075 + Mr. + F207394 + L207394 + + Lamphere's Board Of Education Secretary + 207394@hsesinfo.org + Mrs. + F207395 + L207395 + + + 207395@hsesinfo.org + Ms. + F207397 + L207397 + + 207397@hsesinfo.org + Mrs. + F207393 + L207393 + + 207393@hsesinfo.org + 555-555-7393 x 5555 + + + 9059 + 706 + 11382 + 200 + 2013 + 2018-09-01 + + EHS + Active + REGION 10 EDUCATION SERVICE CENTER + http://www.region10.org + 706@hsesinfo.org + 400 East Spring Valley Road + + Richardson + TX + 75081 + 400 East Spring Valley Road + + Richardson + TX + 75081 + 400 East Spring Valley Road + + Richardson + TX + 75081 + Mr. + F211998 + L211998 + + President of the Board + 211998@hsesinfo.org + Dr. + F211999 + L211999 + + Executive Director + 211999@hsesinfo.org + Mr. + F212001 + L212001 + + 212001@hsesinfo.org + Mrs. + F211997 + L211997 + + 211997@hsesinfo.org + 555-555-1997 + + + 8978 + 3134 + 11315 + 000 + 2013 + 2018-08-01 + + HS + Active + Washtenaw Intermediate School District + washtenawisd.org + 3134@hsesinfo.org + 1819 S Wagner Rd + + Ann Arbor + MI + 48103-9715 + 1819 South Wagner Road + P.O. Box 1406 + Ann Arbor + MI + 48106-1406 + 1819 S Wagner Rd + + Ann Arbor + MI + 48103-9715 + Ms. + F211402 + L211402 + + President + 211402@hsesinfo.org + Mrs. + F211403 + L211403 + + Superintendent + 211403@hsesinfo.org + Mr. + F211405 + L211405 + + 211405@hsesinfo.org + Mrs. + F211401 + L211401 + + 211401@hsesinfo.org + 555-555-1401 x 5555 + + + 8979 + 5360 + 11315 + 200 + 2014 + 2018-08-01 + + EHS + Active + Washtenaw Intermediate School District + washtenawisd.org + 5360@hsesinfo.org + 1819 S Wagner Rd + + Ann Arbor + MI + 48103-9715 + 1819 South Wagner Road + P.O. Box 1406 + Ann Arbor + MI + 48106-1406 + 1819 S Wagner Rd + + Ann Arbor + MI + 48103-9715 + Ms. + F211409 + L211409 + + President + 211409@hsesinfo.org + Mrs. + F211410 + L211410 + + Superintendent + 211410@hsesinfo.org + Mr. + F211412 + L211412 + + 211412@hsesinfo.org + Mrs. + F211408 + L211408 + + 211408@hsesinfo.org + 555-555-1408 x 5555 + + + 8261 + 1276 + 10640 + 000 + 1992 + 2016-07-01 + + HS + Active + Edmonds Community College - Head Start & Early Head Start + www.edcc.edu/birthtofive + 1276@hsesinfo.org + 20816 44th Ave W + Ste 110 + Lynnwood + WA + 98036-7744 + 20000 68th Ave W + + Lynnwood + WA + 98036-5999 + 20816 44th Ave W + Ste 110 + Lynnwood + WA + 98036-7744 + Dr. + F206942 + L206942 + + Chairperson, Board of Trustees + 206942@hsesinfo.org + Ms. + F206943 + L206943 + + Executive Director + 206943@hsesinfo.org + Mr. + F206945 + L206945 + + 206945@hsesinfo.org + Ms. + F206941 + L206941 + + 206941@hsesinfo.org + 555-555-6941 x 5555 + + + 4859 + 1945 + 8803 + 000 + 2014 + 2014-06-01 + 2019-05-31 + HS + Inactive + Head Start Child and Family Development Centers, Inc. + HeadStartCouleeRegion.com + 1945@hsesinfo.org + 333 Buchner Place, Wing A + + La Crosse + WI + 54603-3172 + 333 Buchner Place, Wing A + + La Crosse + WI + 54603-3172 + 333 Buchner Place, Wing A + + La Crosse + WI + 54603-3172 + Mr. + F47630 + L47630 + + Board of Directors - President + 47630@hsesinfo.org + Ms. + F47629 + L47629 + + Executive Director + 47629@hsesinfo.org + Ms. + F47632 + L47632 + + 47632@hsesinfo.org + Ms. + F47628 + L47628 + + 47628@hsesinfo.org + 555-555-7628 x 5555 + + + 8307 + 8237 + 10674 + 200 + 2016 + 2016-07-01 + + EHS + Active + Ozark Opportunities, Inc. + www.ozarkopp.org + 8237@hsesinfo.org + 701 E Prospect Ave + + Harrison + AR + 72601-4419 + PO Box 1400 + + Harrison + AR + 72602-1400 + 701 E Prospect Ave + + Harrison + AR + 72601-4419 + Mrs. + F207289 + L207289 + + Board Chairperson + 207289@hsesinfo.org + Mr. + F207290 + L207290 + + Executive Director / Head Start Director + 207290@hsesinfo.org + Mrs. + F207292 + L207292 + + 207292@hsesinfo.org + Mr. + F207288 + L207288 + + 207288@hsesinfo.org + 555-555-7288 x 5555 + + + 8181 + 2135 + 10628 + 000 + 1991 + 2016-07-01 + + HS + Active + Astor Services for Children & Families + http://www.astorservices.org + 2135@hsesinfo.org + 6339 Mill St + + Rhinebeck + NY + 12572-1427 + 6339 Mill St + + Rhinebeck + NY + 12572-1427 + 6339 Mill St + + Rhinebeck + NY + 12572-1427 + Dr. + F206382 + L206382 + + + 206382@hsesinfo.org + Ms. + F206383 + L206383 + + CEO + 206383@hsesinfo.org + Ms. + F206385 + L206385 + + 206385@hsesinfo.org + Ms. + F206381 + L206381 + + 206381@hsesinfo.org + 555-555-6381 + + + 5920 + 5927 + 9672 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Capstone Community Action, Inc. + http://www.capstonevt.org + 5927@hsesinfo.org + 20 Gable Place + + Barre + VT + 05641-4138 + 20 Gable Place + + Barre + VT + 05641-4138 + 20 Gable Place + + Barre + VT + 05641-4138 + Mr. + F106012 + L106012 + + President, Board of Directors + 106012@hsesinfo.org + Ms. + F106013 + L106013 + + Executive Director + 106013@hsesinfo.org + Ms. + F106015 + L106015 + + 106015@hsesinfo.org + Ms. + F106011 + L106011 + + 106011@hsesinfo.org + 555-555-6011 x 5555 + + + 10249 + 9032 + 12272 + 000 + 2020 + 2020-01-01 + + AIAN HS + Active + Alabama-Coushatta Reservation Tribal Council + + 9032@hsesinfo.org + 147 Daycare Rd + + Livingston + TX + 77351-4540 + 571 State Park Road 56 + + Livingston + TX + 77351-4540 + 571 State Park Road 56 + + Livingston + TX + 77351-4540 + Ms. + F220089 + L220089 + + Tribal Council Chairperson + 220089@hsesinfo.org + Ms. + F220087 + L220087 + + Operations Manager + 220087@hsesinfo.org + Ms. + F220090 + L220090 + + 220090@hsesinfo.org + Ms. + F220086 + L220086 + + 220086@hsesinfo.org + 555-555-0086 x 5555 + + + 8262 + 1277 + 10640 + 200 + 2002 + 2016-07-01 + + EHS + Active + Edmonds Community College - Head Start & Early Head Start + www.edcc.edu/birthtofive + 1277@hsesinfo.org + 20816 44th Ave W + Ste 110 + Lynnwood + WA + 98036-7744 + 20000 68th Ave W + + Lynnwood + WA + 98036-5999 + 20816 44th Ave W + Ste 110 + Lynnwood + WA + 98036-7744 + Ms. + F206949 + L206949 + + Chairperson, Board of Trustees + 206949@hsesinfo.org + Ms. + F206950 + L206950 + + Executive Director + 206950@hsesinfo.org + Mr. + F206952 + L206952 + + 206952@hsesinfo.org + Ms. + F206948 + L206948 + + 206948@hsesinfo.org + 555-555-6948 x 5555 + + + 8168 + 2161 + 10614 + 000 + 2001 + 2016-07-01 + + HS + Active + EASTCONN Head Start + http://www.eastconn.org + 2161@hsesinfo.org + 376 Hartford Tpke + + Hampton + CT + 06247-1320 + 376 Hartford Tpke + + Hampton + CT + 06247-1320 + 376 Hartford Tpke + + Hampton + CT + 06247-1320 + Ms. + F206291 + L206291 + + + 206291@hsesinfo.org + Mr. + F206292 + L206292 + + + 206292@hsesinfo.org + Ms. + F206294 + L206294 + + 206294@hsesinfo.org + Ms. + F206290 + L206290 + + 206290@hsesinfo.org + 555-555-6290 + + + 9620 + 2585 + 11802 + 000 + 2014 + 2019-05-01 + 2020-04-30 + HS + Inactive + Pathways for Children, Inc. + www.pw4c.org + 2585@hsesinfo.org + 29 Emerson Ave. + + Gloucester + MA + 01930 + 29 Emerson Ave. + + Gloucester + MA + 01930 + 29 Emerson Ave. + + Gloucester + MA + 01930 + Mr. + F215793 + L215793 + + Chairperson of the Board + 215793@hsesinfo.org + Mrs. + F215794 + L215794 + + President & CEO + 215794@hsesinfo.org + Ms. + F215796 + L215796 + + 215796@hsesinfo.org + Ms. + F215792 + L215792 + + 215792@hsesinfo.org + 555-555-5792 + + + 9621 + 6330 + 11802 + 200 + + 2019-05-01 + 2020-04-30 + EHS + Inactive + Pathways for Children, Inc. + www.pw4c.org + 6330@hsesinfo.org + 29 Emerson Ave + + Gloucester + MA + 01930-2556 + 29 Emerson Ave + + Gloucester + MA + 01930-2556 + 29 Emerson Ave + + Gloucester + MA + 01930-2556 + Mr. + F215800 + L215800 + + Chairperson of the Board + 215800@hsesinfo.org + Mrs. + F215801 + L215801 + + President & CEO + 215801@hsesinfo.org + Ms. + F215803 + L215803 + + 215803@hsesinfo.org + Ms. + F215799 + L215799 + + 215799@hsesinfo.org + 555-555-5799 + + + 8212 + 8144 + 10636 + 000 + 2016 + 2016-07-01 + + HS + Active + Wayne Metropolitan Community Action Agency + www.waynemetro.org + 8144@hsesinfo.org + 7310 Woodward Ave + Ste 800 + Detroit + MI + 48202-3196 + 7310 Woodward Ave + Ste 800 + Detroit + MI + 48202-3196 + 7310 Woodward Ave + Ste 800 + Detroit + MI + 48202-3196 + Ms. + F206599 + L206599 + + Chairperson + 206599@hsesinfo.org + Mr. + F206600 + L206600 + + CEO + 206600@hsesinfo.org + Ms. + F206602 + L206602 + + 206602@hsesinfo.org + Ms. + F206598 + L206598 + + 206598@hsesinfo.org + 555-555-6598 + + + 8213 + 8145 + 10636 + 200 + 2016 + 2016-07-01 + + EHS + Active + Wayne Metropolitan Community Action Agency + www.waynemetro.org + 8145@hsesinfo.org + 7310 Woodward Ave + Ste 800 + Detroit + MI + 48202-3196 + 7310 Woodward Ave + Ste 800 + Detroit + MI + 48202-3196 + 7310 Woodward Ave + Ste 800 + Detroit + MI + 48202-3196 + Ms. + F206606 + L206606 + + Chairperson + 206606@hsesinfo.org + Mr. + F206607 + L206607 + + CEO + 206607@hsesinfo.org + Ms. + F206609 + L206609 + + 206609@hsesinfo.org + Ms. + F206605 + L206605 + + 206605@hsesinfo.org + 555-555-6605 + + + 5430 + 1170 + 9185 + 000 + 2014 + 2014-09-01 + 2020-08-31 + AIAN HS + Inactive + SANTO DOMINGO PUEBLO TRIBE + + 1170@hsesinfo.org + 125 W Hwy 22 + + Santo Domingo Pueblo + NM + 87052 + PO Box 40 + 125 W. Highway 22 + Santo Domingo Pueblo + NM + 87052-0040 + 125 W Highway 22 + + Santo Domingo Pueblo + NM + 87052 + Mr. + F96900 + L96900 + Jr. + Governor + 96900@hsesinfo.org + Mr. + F96898 + L96898 + + Interim Tribal Programs Administrator + 96898@hsesinfo.org + Mr. + F96897 + L96897 + + 96897@hsesinfo.org + Mrs. + F96896 + L96896 + + 96896@hsesinfo.org + 555-555-6896 x 5555 + + + 8361 + 4085 + 10710 + 202 + + 2016-07-01 + + EHS + Active + Higher Horizons + + 4085@hsesinfo.org + 5920-B Summers Lane + + Falls Church + VA + 22041-1634 + 5920-B Summers Lane + + Falls Church + VA + 22041-1634 + 5920-B Summers Lane + + Falls Church + VA + 22041-1634 + Mr. + F207666 + L207666 + + + 207666@hsesinfo.org + Ms. + F207667 + L207667 + + + 207667@hsesinfo.org + Mr. + F207669 + L207669 + + 207669@hsesinfo.org + Ms. + F207665 + L207665 + + 207665@hsesinfo.org + 555-555-7665 + + + 8324 + 4007 + 10689 + 007 + + 2016-07-01 + + HS + Active + Walled Lake Head Start + http://www.wlcsd.org + 4007@hsesinfo.org + 850 Ladd Rd + + Walled Lake + MI + 48390-3021 + 850 Ladd Rd + + Walled Lake + MI + 48390-3021 + 850 Ladd Rd + + Walled Lake + MI + 48390-3021 + Mrs. + F207408 + L207408 + + + 207408@hsesinfo.org + Ms. + F207409 + L207409 + + + 207409@hsesinfo.org + Ms. + F207411 + L207411 + + 207411@hsesinfo.org + Ms. + F207407 + L207407 + + 207407@hsesinfo.org + 555-555-7407 + + + 6369 + 534 + 9995 + 000 + 1992 + 2015-07-01 + 2020-06-30 + HS + Inactive + Upper Cumberland Human Resource Agency + http://www.uchra.com vanburenheadstart.com + 534@hsesinfo.org + 580 S Jefferson Ave + Ste B + Cookeville + TN + 38501-4673 + 24038 State Route 30 + + Spencer + TN + 38585-3827 + 580 S Jefferson Ave + Ste B + Cookeville + TN + 38501-4673 + Mr. + F200253 + L200253 + + Board Chair + 200253@hsesinfo.org + Mr. + F200254 + L200254 + + Executive Director + 200254@hsesinfo.org + Mr. + F200256 + L200256 + + 200256@hsesinfo.org + Ms. + F200252 + L200252 + + 200252@hsesinfo.org + 555-555-0252 + + + 8205 + 8137 + 10621 + 000 + 2016 + 2016-07-01 + + HS + Active + United Community Action Partnership, Inc. + + 8137@hsesinfo.org + 200 4th St SW + + Willmar + MN + 56201-3330 + 200 4th ST, SW + P.O. Box 1359 + Willmar + MN + 56201-1359 + 200 4th St SW + + Willmar + MN + 56201-3330 + Ms. + F206550 + L206550 + + Chair of the United Board of Directors + 206550@hsesinfo.org + Ms. + F206551 + L206551 + + Executive Director + 206551@hsesinfo.org + Ms. + F206553 + L206553 + + 206553@hsesinfo.org + Dr. + F206549 + L206549 + + 206549@hsesinfo.org + 555-555-6549 x 5555 + + + 10240 + 9030 + 12257 + 000 + 2019 + 2019-08-01 + + HS + Active + Wayne Metropolitan Community Action Agency + www.waynemetro.org + 9030@hsesinfo.org + 7310 Woodward Ave + Ste 800 + Detroit + MI + 48202-3196 + 7310 Woodward Ave + Ste 800 + Detroit + MI + 48202-3196 + 7310 Woodward Ave + Ste 800 + Detroit + MI + 48202-3196 + Ms. + F220024 + L220024 + + Chairperson + 220024@hsesinfo.org + Mr. + F220025 + L220025 + + CEO + 220025@hsesinfo.org + Ms. + F220027 + L220027 + + 220027@hsesinfo.org + Ms. + F220023 + L220023 + + 220023@hsesinfo.org + 555-555-0023 + + + 10264 + 997 + 12286 + 000 + 1992 + 2019-08-01 + + HS + Active + Northeast Missouri Community Action + http://www.nmcaa.org + 997@hsesinfo.org + 215 N Elson St + + Kirksville + MO + 63501-2816 + PO Box 966 + 215 North Elson + Kirksville + MO + 63501-0966 + 215 N Elson St + + Kirksville + MO + 63501-2816 + Mr. + F220191 + L220191 + + Governing Board President + 220191@hsesinfo.org + Ms. + F220192 + L220192 + + Executive Director + 220192@hsesinfo.org + Mr. + F220194 + L220194 + + 220194@hsesinfo.org + Ms. + F220190 + L220190 + + 220190@hsesinfo.org + 555-555-0190 + + + 8765 + 8618 + 9372 + 219 + 2017 + 2017-07-01 + 2019-06-30 + EHS + Inactive + Para Los Ninos + http://www.paralosninos.org + 8618@hsesinfo.org + 5000 Hollywood Blvd + + Los Angeles + CA + 90027-6104 + 5000 Hollywood Blvd + + Los Angeles + CA + 90027-6104 + 5000 Hollywood Blvd + + Los Angeles + CA + 90027-6104 + Atty. + F209820 + L209820 + + Board Member + 209820@hsesinfo.org + Dr. + F209821 + L209821 + + CEO + 209821@hsesinfo.org + Mr. + F209823 + L209823 + + 209823@hsesinfo.org + Dr. + F209819 + L209819 + + 209819@hsesinfo.org + 555-555-9819 x 5555 + + + 10241 + 9031 + 12257 + 200 + 2019 + 2019-08-01 + + EHS + Active + Wayne Metropolitan Community Action Agency + www.waynemetro.org + 9031@hsesinfo.org + 7310 Woodward Ave + Ste 800 + Detroit + MI + 48202-3196 + 7310 Woodward Ave + Ste 800 + Detroit + MI + 48202-3196 + 7310 Woodward Ave + Ste 800 + Detroit + MI + 48202-3196 + Ms. + F220031 + L220031 + + Chairperson + 220031@hsesinfo.org + Mr. + F220032 + L220032 + + CEO + 220032@hsesinfo.org + Ms. + F220034 + L220034 + + 220034@hsesinfo.org + Ms. + F220030 + L220030 + + 220030@hsesinfo.org + 555-555-0030 + + + 10250 + 5937 + 12283 + 200 + + 2019-08-01 + + EHS + Active + CHS-KS-EHS + + 5937@hsesinfo.org + 1401 Old Fredericksburg Rd + + Culpeper + VA + 22701-3519 + 1401 Old Fredericksburg Rd + + Culpeper + VA + 22701-3519 + 1401 Old Fredericksburg Rd + + Culpeper + VA + 22701-3519 + Mr. + F220093 + L220093 + + Governing-Board Chair + 220093@hsesinfo.org + Ms. + F220094 + L220094 + + Executive Director + 220094@hsesinfo.org + Ms. + F220096 + L220096 + + 220096@hsesinfo.org + Ms. + F220092 + L220092 + + 220092@hsesinfo.org + 555-555-0092 x 5555 + + + 10251 + 5943 + 12285 + 200 + + 2019-08-01 + + EHS + Active + Total Action Against Poverty in Roanoke Valley, Inc. + tapintohope.org + 5943@hsesinfo.org + 302 2nd Street SW + + Roanoke + VA + 24011-1514 + 302 2nd Street SW + + Roanoke + VA + 24011-1514 + 302 2nd Street SW + + Roanoke + VA + 24011-1514 + Ms. + F220100 + L220100 + + Board Chairman + 220100@hsesinfo.org + Mrs. + F220101 + L220101 + + Interm CEO Total Action for Progress + 220101@hsesinfo.org + Mrs. + F220103 + L220103 + + 220103@hsesinfo.org + Ms. + F220099 + L220099 + + 220099@hsesinfo.org + 555-555-0099 + + + 10252 + 6011 + 12273 + 200 + + 2019-08-01 + + EHS + Active + United Way of Miami-Dade, Inc. + www.unitedwaymiamicfe.org + 6011@hsesinfo.org + 3250 SW 3rd Avenue + + Miami + FL + 33129-2712 + 3250 SW 3rd Avenue + + Miami + FL + 33129-2712 + 3250 SW 3rd Avenue + + Miami + FL + 33129-2712 + Mr. + F220107 + L220107 + + Board Chair + 220107@hsesinfo.org + Ms. + F220108 + L220108 + + CEO/President + 220108@hsesinfo.org + Dr. + F220110 + L220110 + + 220110@hsesinfo.org + Ms. + F220106 + L220106 + + 220106@hsesinfo.org + 555-555-0106 + + + 10254 + 5954 + 12276 + 200 + + 2019-08-01 + + EHS + Active + Ohio Valley Educational Cooperative + www.ovec.org + 5954@hsesinfo.org + 100 Alpine Dr + + Shelbyville + KY + 40065-8877 + PO Box 1249 + + Shelbyville + KY + 40066-1249 + 100 Alpine Dr + + Shelbyville + KY + 40065-8877 + Mrs. + F220121 + L220121 + + Chair, OVEC Board of Directors + 220121@hsesinfo.org + Dr. + F220122 + L220122 + + Chief Executive Officer + 220122@hsesinfo.org + Mr. + F220124 + L220124 + + 220124@hsesinfo.org + Mrs. + F220120 + L220120 + + 220120@hsesinfo.org + 555-555-0120 x 5555 + + + 10255 + 5983 + 12277 + 200 + + 2019-08-01 + + EHS + Active + SALT LAKE COMMUNITY ACTION PROGRAM + www.utahca.org + 5983@hsesinfo.org + 1307 S 900 W + + Salt Lake City + UT + 84104-1622 + 1307 S 900 W + + Salt Lake City + UT + 84104-1622 + 1307 S 900 W + + Salt Lake City + UT + 84104-1622 + Mrs. + F220128 + L220128 + + Board President + 220128@hsesinfo.org + Mrs. + F220129 + L220129 + + Interim CEO + 220129@hsesinfo.org + Ms. + F220131 + L220131 + + 220131@hsesinfo.org + Mrs. + F220127 + L220127 + + 220127@hsesinfo.org + 555-555-0127 + + + 10256 + 5984 + 12281 + 200 + + 2019-08-01 + + EHS + Active + DDI VANTAGE, Inc. + www.ddivantage.org + 5984@hsesinfo.org + 565 E 4500 S + Ste A220 + Salt Lake City + UT + 84107-4505 + 565 E 4500 S + Ste A220 + Salt Lake City + UT + 84107-4505 + 565 E 4500 S + Ste A220 + Salt Lake City + UT + 84107-4505 + Mrs. + F220135 + L220135 + + President, Board of Trustees + 220135@hsesinfo.org + Mrs. + F220136 + L220136 + + Executive Director + 220136@hsesinfo.org + Mrs. + F220138 + L220138 + + 220138@hsesinfo.org + Ms. + F220134 + L220134 + + 220134@hsesinfo.org + 555-555-0134 + + + 10257 + 5985 + 12274 + 200 + + 2019-08-01 + + EHS + Active + Cripple Creek Victor School District RE-1 + ccvschools.org + 5985@hsesinfo.org + 412 North C Street + + Cripple Creek + CO + 80813 + PO Box 897 + + Cripple Creek + CO + 80813-0897 + 412 North C Street + + Cripple Creek + CO + 80813 + Mrs. + F220142 + L220142 + + School Board President + 220142@hsesinfo.org + Ms. + F220143 + L220143 + + School Board Superintendent + 220143@hsesinfo.org + Mr. + F220145 + L220145 + + 220145@hsesinfo.org + Ms. + F220141 + L220141 + + 220141@hsesinfo.org + 555-555-0141 + + + 10258 + 6014 + 12275 + 200 + + 2019-08-01 + + EHS + Active + Early Learning Ventures + www.EarlyLearningVentures.org + 6014@hsesinfo.org + 18 Inverness Pl E + + Englewood + CO + 80112-5622 + 18 Inverness Pl E + + Englewood + CO + 80112-5622 + 18 Inverness Pl E + + Englewood + CO + 80112-5622 + Mr. + F220149 + L220149 + + EHS Board Chairperson + 220149@hsesinfo.org + Mrs. + F220150 + L220150 + + ELV Executive Director + 220150@hsesinfo.org + Ms. + F220152 + L220152 + + 220152@hsesinfo.org + Mr. + F220148 + L220148 + + 220148@hsesinfo.org + 555-555-0148 x 5555 + + + 11392 + 9328 + 13250 + 000 + 2020 + 2020-06-01 + + HS + Active + AVANCE, Inc. + www.avance.org + 9328@hsesinfo.org + 118 N Medina + + San Antonio + TX + 78207-3048 + 118 N Medina + + San Antonio + TX + 78207-3048 + 118 N Medina + + San Antonio + TX + 78207-3048 + Ms. + F227802 + L227802 + + Governing Board Chairperson + 227802@hsesinfo.org + Ms. + F227803 + L227803 + + CEO + 227803@hsesinfo.org + Mrs. + F227805 + L227805 + + 227805@hsesinfo.org + Mrs. + F227801 + L227801 + + 227801@hsesinfo.org + 555-555-7801 + + + 10260 + 5861 + 12282 + 200 + + 2019-08-01 + + EHS + Active + Volunteers of America - Southwest California Inc + + 5861@hsesinfo.org + 799 E Rialto Ave + + San Bernardino + CA + 92415-0011 + 3530 Camino Del Rio North, Suite 300 + + San Diego + CA + 92108-1743 + 3530 Camino Del Rio North, Suite 300 + + San Diego + CA + 92108-1743 + Mr. + F220163 + L220163 + + Board Chair + 220163@hsesinfo.org + Mr. + F220164 + L220164 + + Presisent/CEO + 220164@hsesinfo.org + Mr. + F220166 + L220166 + + 220166@hsesinfo.org + Ms. + F220162 + L220162 + + 220162@hsesinfo.org + 555-555-0162 + + + 10261 + 5862 + 12279 + 200 + + 2019-08-01 + + EHS + Active + SOUTHWEST HUMAN DEVELOPMENT + www.swhd.org + 5862@hsesinfo.org + 2850 North 24th Street + + Phoenix + AZ + 85008-1004 + 2850 North 24th Street + + Phoenix + AZ + 85008-1004 + 2850 North 24th Street + + Phoenix + AZ + 85008-1004 + Mrs. + F220170 + L220170 + + Chairperson + 220170@hsesinfo.org + Mrs. + F220171 + L220171 + + CEO + 220171@hsesinfo.org + Mrs. + F220173 + L220173 + + 220173@hsesinfo.org + Ms. + F220169 + L220169 + + 220169@hsesinfo.org + 555-555-0169 x 5555 + + + 5093 + 2731 + 9030 + 200 + 2011 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Community Coordinated Care for Children, Inc. + http://www.4CFlorida.org + 2731@hsesinfo.org + 3500 West Colonial Drive + + Orlando + FL + 32808-7902 + 3500 West Colonial Drive + + Orlando + FL + 32808-7902 + 3500 West Colonial Drive + + Orlando + FL + 32808-7902 + Mr. + F51496 + L51496 + + 4C Board Chairman + 51496@hsesinfo.org + Ms. + F51494 + L51494 + + President/CEO + 51494@hsesinfo.org + Ms. + F51493 + L51493 + + 51493@hsesinfo.org + Ms. + F51492 + L51492 + + 51492@hsesinfo.org + 555-555-1492 + + + 10265 + 998 + 12286 + 200 + 2004 + 2019-08-01 + + EHS + Active + Northeast Missouri Community Action + http://www.nmcaa.org + 998@hsesinfo.org + 215 N Elson St + + Kirksville + MO + 63501-2816 + PO Box 966 + + Kirksville + MO + 63501-0966 + 215 N Elson St + + Kirksville + MO + 63501-2816 + Mr. + F220198 + L220198 + + Governing Board President + 220198@hsesinfo.org + Ms. + F220199 + L220199 + + + 220199@hsesinfo.org + Mr. + F220201 + L220201 + + 220201@hsesinfo.org + Ms. + F220197 + L220197 + + 220197@hsesinfo.org + 555-555-0197 + + + 8178 + 264 + 10599 + 200 + 2003 + 2016-07-01 + + EHS + Active + North Hudson Community Action Corporation, Inc. + www.nhcac.org + 264@hsesinfo.org + 5800 Kennedy Boulevard + + West New York + NJ + 07093 + 800 31st Street + + Union City + NJ + 07087 + 5800 Kennedy Boulevard + + West New York + NJ + 07093 + Mr. + F206361 + L206361 + + Chairperson + 206361@hsesinfo.org + Mrs. + F206362 + L206362 + + President, CEO + 206362@hsesinfo.org + Mr. + F206364 + L206364 + + 206364@hsesinfo.org + Ms. + F206360 + L206360 + + 206360@hsesinfo.org + 555-555-6360 x 5555 + + + 11393 + 9329 + 13250 + 200 + 2020 + 2020-06-01 + + EHS + Active + AVANCE, Inc. + www.avance.org + 9329@hsesinfo.org + 118 N Medina + + San Antonio + TX + 78207-3048 + 118 N Medina + + San Antonio + TX + 78207-3048 + 118 N Medina + + San Antonio + TX + 78207-3048 + Ms. + F227809 + L227809 + + Governing Board Chairperson + 227809@hsesinfo.org + Ms. + F227810 + L227810 + + CEO + 227810@hsesinfo.org + Mrs. + F227812 + L227812 + + 227812@hsesinfo.org + Mrs. + F227808 + L227808 + + 227808@hsesinfo.org + 555-555-7808 + + + 11572 + 575 + 13378 + 000 + 1992 + 2020-07-01 + + HS + Active + Douglas-Cherokee Economic Authority, Inc. + http://www.dceaheadstart.org + 575@hsesinfo.org + 534 E 1st North St + + Morristown + TN + 37814-4716 + 534 E 1st North St + + Morristown + TN + 37814-4716 + 534 E 1st North St + + Morristown + TN + 37814-4716 + Ms. + F228972 + L228972 + + Board Chairperson + 228972@hsesinfo.org + Ms. + F228973 + L228973 + + Executive Director + 228973@hsesinfo.org + Ms. + F228975 + L228975 + + 228975@hsesinfo.org + Mr. + F228971 + L228971 + + 228971@hsesinfo.org + 555-555-8971 x 5555 + + + 9233 + 3359 + 11513 + 000 + 2013 + 2018-12-01 + + HS + Active + INSTITUTE OF COMMUNITY SERVICES, INC + ics-hs.org + 3359@hsesinfo.org + 160 WEST VALLEY AVENUE + + HOLLY SPRINGS + MS + 38635-0160 + PO Box 160 + + Holly Springs + MS + 38635-0160 + 160 W Valley Ave + + Holly Springs + MS + 38635-2218 + Mr. + F213171 + L213171 + + Board Chairman + 213171@hsesinfo.org + Mrs. + F213172 + L213172 + + + 213172@hsesinfo.org + Ms. + F213174 + L213174 + + 213174@hsesinfo.org + Mrs. + F213170 + L213170 + + 213170@hsesinfo.org + 555-555-3170 + + + 8182 + 2136 + 10628 + 200 + 1991 + 2016-07-01 + + EHS + Active + Astor Services for Children & Families + http://www.astorservices.org + 2136@hsesinfo.org + 6339 Mill St + + Rhinebeck + NY + 12572-1427 + 6339 Mill St + + Rhinebeck + NY + 12572-1427 + 6339 Mill St + + Rhinebeck + NY + 12572-1427 + Dr. + F206389 + L206389 + + + 206389@hsesinfo.org + Ms. + F206390 + L206390 + + CEO + 206390@hsesinfo.org + Ms. + F206392 + L206392 + + 206392@hsesinfo.org + Ms. + F206388 + L206388 + + 206388@hsesinfo.org + 555-555-6388 + + + 9465 + 8769 + 11671 + 200 + 2019 + 2019-03-01 + + EHS + Active + Nebraska Early Childhood Collaborative + + 8769@hsesinfo.org + 3200 N 30th St + Ste 128 + Omaha + NE + 68111-3120 + 3200 N 30th St + Ste 128 + Omaha + NE + 68111-3120 + 3200 N 30th St + Ste 128 + Omaha + NE + 68111-3120 + Ms. + F214752 + L214752 + + NECC Governing Board Chair + 214752@hsesinfo.org + Ms. + F214753 + L214753 + + NECC CEO + 214753@hsesinfo.org + Ms. + F214755 + L214755 + + 214755@hsesinfo.org + Ms. + F214751 + L214751 + + 214751@hsesinfo.org + 555-555-4751 + + + 4878 + 2849 + 8869 + 200 + 2014 + 2014-06-01 + 2019-05-31 + EHS + Inactive + Cortland County Communication Action Program, Inc. + www.capco.org + 2849@hsesinfo.org + 32 North Main Street + + Cortland + NY + 13045 + 32 North Main Street + + Cortland + NY + 13045 + 32 North Main Street + + Cortland + NY + 13045 + Mrs. + F48122 + L48122 + + President of the Board of Directors + 48122@hsesinfo.org + Mrs. + F48120 + L48120 + + Executive Director + 48120@hsesinfo.org + Mr. + F48119 + L48119 + + 48119@hsesinfo.org + Ms. + F48118 + L48118 + + 48118@hsesinfo.org + 555-555-8118 x 5555 + + + 8990 + 1482 + 11310 + 000 + 2013 + 2018-08-01 + + HS + Active + Community Action of Southern Indiana, Inc. + http://www.casi1.org + 1482@hsesinfo.org + 1613 East Eighth Street + + Jeffersonville + IN + 47130 + 1613 East Eighth Street + + Jeffersonville + IN + 47130 + 1613 East Eighth Street + + Jeffersonville + IN + 47130 + Mr. + F211486 + L211486 + + CASI Board President + 211486@hsesinfo.org + Mr. + F211487 + L211487 + + Executive Director + 211487@hsesinfo.org + Mr. + F211489 + L211489 + + 211489@hsesinfo.org + Ms. + F211485 + L211485 + + 211485@hsesinfo.org + 555-555-1485 x 5555 + + + 8025 + 1386 + 10530 + 200 + 2002 + 2016-02-01 + + EHS + Active + Community Action Corporation of South Texas + http://www.cacost.org + 1386@hsesinfo.org + 204 East 1st Street + P.O. Drawer 1820 + Alice + TX + 78333-1820 + 204 East 1st Street + P.O. Drawer 1820 + Alice + TX + 78333-1820 + 204 East 1st Street + P.O. Drawer 1820 + Alice + TX + 78333-1820 + Mr. + F205376 + L205376 + Jr. + Community Action Corp. of So. Texas, Governing Body-Chairperson + 205376@hsesinfo.org + Ms. + F205377 + L205377 + + Executive Director + 205377@hsesinfo.org + Mrs. + F205379 + L205379 + + 205379@hsesinfo.org + Mrs. + F205375 + L205375 + + 205375@hsesinfo.org + 555-555-5375 x 5555 + + + 8387 + 342 + 10805 + 000 + 1992 + 2016-11-01 + + AIAN HS + Active + Jicarilla Apache Head Start Program + P.O. Box 545 + 342@hsesinfo.org + 143 Hawks Dr + + Dulce + NM + 87528 + PO Box 545 + + Dulce + NM + 87528-0545 + 143 Hawks Dr + + Dulce + NM + 87528 + Mr. + F207875 + L207875 + + Jicarilla Apache Nation President + 207875@hsesinfo.org + Mr. + F207876 + L207876 + + Jicarilla Apache Nation President + 207876@hsesinfo.org + Ms. + F207878 + L207878 + + 207878@hsesinfo.org + Ms. + F207874 + L207874 + + 207874@hsesinfo.org + 555-555-7874 + + + 4243 + 997 + 8302 + 000 + 1992 + 2013-07-30 + 2019-07-31 + HS + Inactive + Northeast Missouri Community Action + http://www.nmcaa.org + 997@hsesinfo.org + 215 N Elson St + + Kirksville + MO + 63501-2816 + PO Box 966 + 215 North Elson + Kirksville + MO + 63501-0966 + 215 N Elson St + + Kirksville + MO + 63501-2816 + Mr. + F37995 + L37995 + + Governing Board President + 37995@hsesinfo.org + Ms. + F37996 + L37996 + + + 37996@hsesinfo.org + Mr. + F37997 + L37997 + + 37997@hsesinfo.org + Ms. + F37993 + L37993 + + 37993@hsesinfo.org + 555-555-7993 x 5555 + + + 8309 + 1311 + 10672 + 200 + 2000 + 2016-07-01 + + EHS + Active + South Plains Community Action Association, Inc. + http://www.spcaa.org + 1311@hsesinfo.org + 411 Austin St + + Levelland + TX + 79336-4733 + PO Box 610 + + Levelland + TX + 79336-0610 + 411 Austin St + + Levelland + TX + 79336-4733 + Mr. + F207303 + L207303 + + President-SPCAA Board of Directors + 207303@hsesinfo.org + Mr. + F207304 + L207304 + Jr. + + 207304@hsesinfo.org + Mr. + F207306 + L207306 + + 207306@hsesinfo.org + Mrs. + F207302 + L207302 + + 207302@hsesinfo.org + 555-555-7302 x 5555 + + + 8319 + 3994 + 10684 + 002 + + 2016-07-01 + + HS + Active + Ferndale Head Start + www.ferndaleschools.org + 3994@hsesinfo.org + 2920 Burdette St + + Ferndale + MI + 48220-1055 + 2920 Burdette St + + Ferndale + MI + 48220-1055 + 871 Pinecrest Dr + + Ferndale + MI + 48220-2310 + Ms. + F207373 + L207373 + + Ferndale Schools Board of Education President + 207373@hsesinfo.org + Dr. + F207374 + L207374 + + Ferndale Schools Superintendent + 207374@hsesinfo.org + Ms. + F207376 + L207376 + + 207376@hsesinfo.org + Ms. + F207372 + L207372 + + 207372@hsesinfo.org + 555-555-7372 + + + 9112 + 3779 + 11425 + 003 + 2013 + 2018-09-01 + + HS + Active + Lake Elsinore USD + www.leusd.k12.ca.us + 3779@hsesinfo.org + 545 Chaney Street + + Lake Elsinore + CA + 92530-2712 + 545 Chaney Street + + Lake Elsinore + CA + 92530-2712 + 545 Chaney Street + + Lake Elsinore + CA + 92530-2712 + Mr. + F212374 + L212374 + + Board President + 212374@hsesinfo.org + Dr. + F212375 + L212375 + + Director of Early Chilhood Education + 212375@hsesinfo.org + Ms. + F212377 + L212377 + + 212377@hsesinfo.org + Dr. + F212373 + L212373 + + 212373@hsesinfo.org + 555-555-2373 + + + 8880 + 8661 + 11245 + 000 + 2018 + 2018-09-01 + 2019-08-31 + AIAN HS + Inactive + Cook Inlet Native Head Start + http://www.cinhs.net/ + 8661@hsesinfo.org + 6901 E. Tudor Road + + Anchorage  + AK + 99507-1254 + 6901 E. Tudor Road + + Anchorage  + AK + 99507-1254 + 6901 E. Tudor Road + + Anchorage  + AK + 99507-1254 + Mr. + F210684 + L210684 + + Board Chairman + 210684@hsesinfo.org + Mr. + F210682 + L210682 + + Executive Director + 210682@hsesinfo.org + Ms. + F210685 + L210685 + + 210685@hsesinfo.org + Mr. + F210681 + L210681 + + 210681@hsesinfo.org + 555-555-0681 + + + 11478 + 3007 + 13318 + 200 + 2002 + 2020-07-01 + + EHS + Active + The Enola Group, Inc. + www.enolagroup.org + 3007@hsesinfo.org + 506 E Union St + + Morganton + NC + 28655-3456 + 506 E Union St + + Morganton + NC + 28655-3456 + 506 E Union St + + Morganton + NC + 28655-3456 + Ms. + F228373 + L228373 + + Board Chair + 228373@hsesinfo.org + Ms. + F228374 + L228374 + + Executive Director + 228374@hsesinfo.org + Mrs. + F228376 + L228376 + + 228376@hsesinfo.org + Mrs. + F228372 + L228372 + + 228372@hsesinfo.org + 555-555-8372 x 5555 + + + 6900 + 2572 + 10388 + 200 + 2004 + 2015-11-01 + 2020-10-31 + EHS + Inactive + YMCA/Early Childhood Development Co, LLC + ymcaatlanta.org/early-learning + 2572@hsesinfo.org + 569 Martin Luther King Jr Dr NW + + Atlanta + GA + 30314-4164 + 569 Martin Luther King Jr Dr NW + + Atlanta + GA + 30314-4164 + 569 Martin Luther King Jr Dr NW + + Atlanta + GA + 30314-4164 + Ms. + F203961 + L203961 + + YMCA Board Chair + 203961@hsesinfo.org + Mrs. + F203962 + L203962 + + President and CEO + 203962@hsesinfo.org + Ms. + F203964 + L203964 + + 203964@hsesinfo.org + Mrs. + F203960 + L203960 + + 203960@hsesinfo.org + 555-555-3960 + + + 5589 + 850 + 9293 + 000 + 2015 + 2015-01-01 + 2020-06-30 + HS + Inactive + Northwestern Ohio Community Action Commission + http://www.nocac.org + 850@hsesinfo.org + 1933 East Second Street + + Defiance + OH + 43512-2503 + 1933 East Second Street + + Defiance + OH + 43512-2503 + 1933 East Second Street + + Defiance + OH + 43512-2503 + Mr. + F101278 + L101278 + + Board President + 101278@hsesinfo.org + Ms. + F101276 + L101276 + + Executive Director + 101276@hsesinfo.org + Ms. + F101275 + L101275 + + 101275@hsesinfo.org + Ms. + F101274 + L101274 + + 101274@hsesinfo.org + 555-555-1274 x 5555 + + + 4846 + 222 + 8835 + 000 + 2014 + 2014-06-01 + 2019-05-31 + HS + Inactive + PENQUIS C A P,INC + http://www.penquis.org + 222@hsesinfo.org + 262 Harlow St + + Bangor + ME + 04401-4952 + 262 Harlow St + PO Box 1162 + Bangor + ME + 04401-4952 + 262 Harlow St + + Bangor + ME + 04401-4952 + Ms. + F47594 + L47594 + + + 47594@hsesinfo.org + Ms. + F47596 + L47596 + + + 47596@hsesinfo.org + Ms. + F47593 + L47593 + + 47593@hsesinfo.org + Ms. + F47592 + L47592 + + 47592@hsesinfo.org + 555-555-7592 + + + 4847 + 223 + 8835 + 200 + 2014 + 2014-06-01 + 2019-05-31 + EHS + Inactive + PENQUIS C A P,INC + http://www.penquis.org + 223@hsesinfo.org + 262 Harlow St + + Bangor + ME + 04401-4952 + 262 Harlow St + PO Box 1162 + Bangor + ME + 04401-4952 + 262 Harlow St + + Bangor + ME + 04401-4952 + Ms. + F47602 + L47602 + + + 47602@hsesinfo.org + Ms. + F47601 + L47601 + + + 47601@hsesinfo.org + Ms. + F47603 + L47603 + + 47603@hsesinfo.org + Ms. + F47599 + L47599 + + 47599@hsesinfo.org + 555-555-7599 + + + 9158 + 3179 + 11463 + 200 + 2013 + 2018-11-01 + + EHS + Active + Marshall Starke Development Center + www.marshall-starke.org + 3179@hsesinfo.org + 1901 Pidco Dr + + Plymouth + IN + 46563-1362 + 1901 PIDCO Drive + + Plymouth + IN + 46563-1362 + 1901 PIDCO Drive + + Plymouth + IN + 46563-1362 + Mr. + F212643 + L212643 + + Board of Directors Chairman + 212643@hsesinfo.org + Ms. + F212644 + L212644 + + + 212644@hsesinfo.org + Ms. + F212646 + L212646 + + 212646@hsesinfo.org + Ms. + F212642 + L212642 + + 212642@hsesinfo.org + 555-555-2642 + + + 6615 + 6633 + 10084 + 200 + + 2015-07-01 + + EHS + Active + BAKERRIPLEY + http://www.bakerripley.org + 6633@hsesinfo.org + 4450 Harrisburg Blvd + Ste 200 + Houston + TX + 77011-4014 + PO Box 271389 + + Houston + TX + 77277-1389 + 4450 Harrisburg Blvd + Ste 200 + Houston + TX + 77011-4014 + Ms. + F201975 + L201975 + + Chairman, Board of Directors + 201975@hsesinfo.org + Ms. + F201976 + L201976 + + President & CEO + 201976@hsesinfo.org + Mrs. + F201978 + L201978 + + 201978@hsesinfo.org + Ms. + F201974 + L201974 + + 201974@hsesinfo.org + 555-555-1974 + + + 6172 + 6179 + 9555 + 204 + + 2015-01-01 + + EHS + Active + Chicago Commons Association + http://www.chicagocommons.org + 6179@hsesinfo.org + 515 E 50th St + + Chicago + IL + 60615-2401 + 515 E 50th St + + Chicago + IL + 60615-2401 + 515 E 50th St + + Chicago + IL + 60615-2401 + Mr. + F108258 + L108258 + III + Board Chair + 108258@hsesinfo.org + Mr. + F108259 + L108259 + + President & CEO + 108259@hsesinfo.org + Ms. + F108261 + L108261 + + 108261@hsesinfo.org + Ms. + F108257 + L108257 + + 108257@hsesinfo.org + 555-555-8257 + + + 6614 + 6632 + 10084 + 000 + + 2015-07-01 + + HS + Active + BakerRipley + http://www.bakerripley.org + 6632@hsesinfo.org + 4450 Harrisburg Blvd + Ste 200 + Houston + TX + 77011-4014 + PO Box 271389 + + Houston + TX + 77277-1389 + 4450 Harrisburg Blvd + Ste 200 + Houston + TX + 77011-4014 + Ms. + F201968 + L201968 + + Chairman, Board of Directors + 201968@hsesinfo.org + Ms. + F201969 + L201969 + + President & CEO + 201969@hsesinfo.org + Mrs. + F201971 + L201971 + + 201971@hsesinfo.org + Ms. + F201967 + L201967 + + 201967@hsesinfo.org + 555-555-1967 + + + 9163 + 3111 + 11466 + 000 + 2013 + 2018-11-01 + + HS + Active + West Central Minnesota Communities Action, Inc. + www.wcmca.org + 3111@hsesinfo.org + 411 Industrial Park Blvd + + Elbow Lake + MN + 56531-4213 + 411 Industrial Park Blvd + + Elbow Lake + MN + 56531-4213 + 411 Industrial Park Blvd + + Elbow Lake + MN + 56531-4213 + Mr. + F212676 + L212676 + + Board Chair + 212676@hsesinfo.org + Ms. + F212677 + L212677 + + Chief Executive Officer + 212677@hsesinfo.org + Ms. + F212679 + L212679 + + 212679@hsesinfo.org + Ms. + F212675 + L212675 + + 212675@hsesinfo.org + 555-555-2675 + + + 6128 + 1438 + 9642 + 000 + 1992 + 2015-03-01 + 2020-06-30 + HS + Inactive + Interlocal Community Action Program, Inc. + http://www.icapcaa.org + 1438@hsesinfo.org + 615 State Road 38 West + + New Castle + IN + 47362 + P.O. Box 449 + + New Castle + IN + 47362-0449 + 615 W State Road 38 + + New Castle + IN + 47362-4914 + Mr. + F108554 + L108554 + + Board President + 108554@hsesinfo.org + Mr. + F108553 + L108553 + + + 108553@hsesinfo.org + Mrs. + F108556 + L108556 + + 108556@hsesinfo.org + Mr. + F108552 + L108552 + + 108552@hsesinfo.org + 555-555-8552 x 5555 + + + 4637 + 1229 + 8334 + 000 + 2014 + 2014-02-01 + 2019-06-30 + Migrant HS + Inactive + Kings Community Action Organization + http://www.kcao.org + 1229@hsesinfo.org + 1130 N. 11th Avenue + + Hanford + CA + 93230-5901 + 1130 N. 11th Avenue + + Hanford + CA + 93230-5901 + 1130 N. 11th Avenue + + Hanford + CA + 93230-5901 + Ms. + F44232 + L44232 + + KCAO Board Chairperson + 44232@hsesinfo.org + Mr. + F44230 + L44230 + + + 44230@hsesinfo.org + Ms. + F44229 + L44229 + + 44229@hsesinfo.org + Mrs. + F44227 + L44227 + + 44227@hsesinfo.org + 555-555-4227 + + + 9089 + 1912 + 11405 + 000 + 2013 + 2018-09-01 + 2020-08-31 + HS + Inactive + EAST CENTRAL ILLINOIS COMMUNITY ACTION PROGRAM + http://www.comaction.org + 1912@hsesinfo.org + 56 N Vermilion St + + Danville + IL + 61832-5802 + 56 N Vermilion St + + Danville + IL + 61832-5802 + 56 N Vermilion St + + Danville + IL + 61832-5802 + Mr. + F212204 + L212204 + + Governing Board Chairperson + 212204@hsesinfo.org + Mr. + F212205 + L212205 + + Chief Executive Officer + 212205@hsesinfo.org + Ms. + F212207 + L212207 + + 212207@hsesinfo.org + Ms. + F212203 + L212203 + + 212203@hsesinfo.org + 555-555-2203 + + + 9551 + 2029 + 11776 + 000 + 2014 + 2019-04-01 + + HS + Active + Community Action Partnership of Ramsey + http://www.caprw.org + 2029@hsesinfo.org + 450 Syndicate Street North + Suite 5 + St. Paul + MN + 55104 + 450 Syndicate Street North + Suite 5 + St. Paul + MN + 55104 + 450 Syndicate Street North + Suite 5 + St. Paul + MN + 55104 + Mrs. + F215354 + L215354 + + Board President + 215354@hsesinfo.org + Ms. + F215355 + L215355 + + Acting Executive Director + 215355@hsesinfo.org + Ms. + F215357 + L215357 + + 215357@hsesinfo.org + Ms. + F215353 + L215353 + + 215353@hsesinfo.org + 555-555-5353 + + + 9000 + 2032 + 11328 + 000 + 2013 + 2018-08-01 + + HS + Active + FAYETTE COUNTY CHILD DEVELOPMENT CORPORATION + fccdiwv.com + 2032@hsesinfo.org + 102 Hunter Street + + Oak Hill + WV + 25901-2004 + 102 Hunter Street + + Oak Hill + WV + 25901-2004 + 102 Hunter Street + + Oak Hill + WV + 25901-2004 + Ms. + F211556 + L211556 + + Board Chair + 211556@hsesinfo.org + Mr. + F211557 + L211557 + + + 211557@hsesinfo.org + Ms. + F211559 + L211559 + + 211559@hsesinfo.org + Mr. + F211555 + L211555 + + 211555@hsesinfo.org + 555-555-1555 + + + 5216 + 3159 + 9032 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Hancock County Board of Education + http://www.hancock.k12.ga.us/ + 3159@hsesinfo.org + 79 Boland Cir + + Sparta + GA + 31087-2007 + PO Box 88 + + Sparta + GA + 31087-0088 + 79 Boland Cir + + Sparta + GA + 31087-2007 + Mrs. + F52435 + L52435 + + Hancock County Board of Education Board Chairman + 52435@hsesinfo.org + Miss + F52436 + L52436 + + Superintendent + 52436@hsesinfo.org + Mr. + F52434 + L52434 + + 52434@hsesinfo.org + Dr. + F52431 + L52431 + + 52431@hsesinfo.org + 555-555-2431 x 5555 + + + 8895 + 2529 + 11256 + 200 + 2013 + 2018-07-01 + + EHS + Active + GLENN COUNTY HEAD START + http://www.glenncoe.org + 2529@hsesinfo.org + 676 E Walker St + + Orland + CA + 95963-2203 + 676 E Walker St + + Orland + CA + 95963-2203 + 676 E Walker St + + Orland + CA + 95963-2203 + Mr. + F210786 + L210786 + + Superintendent + 210786@hsesinfo.org + Mr. + F210787 + L210787 + + + 210787@hsesinfo.org + Ms. + F210789 + L210789 + + 210789@hsesinfo.org + Ms. + F210785 + L210785 + + 210785@hsesinfo.org + 555-555-0785 x 5555 + + + 8243 + 2661 + 10642 + 200 + 2011 + 2016-07-01 + + EHS + Active + Charleston County School District Early Head Start + www.ccsdschools.com + 2661@hsesinfo.org + 75 Calhoun St + Fl 2 + Charleston + SC + 29401-3539 + 75 Calhoun St + Fl 2 + Charleston + SC + 29401-3539 + 75 Calhoun St + Fl 2 + Charleston + SC + 29401-3539 + Dr. + F206816 + L206816 + + Charleston County School District Board Chair + 206816@hsesinfo.org + Mrs. + F206817 + L206817 + + Executive Director of Early Learning + 206817@hsesinfo.org + Mr. + F206819 + L206819 + + 206819@hsesinfo.org + Ms. + F206815 + L206815 + + 206815@hsesinfo.org + 555-555-6815 + + + 4455 + 470 + 8390 + 000 + 2013 + 2013-11-01 + 2019-10-31 + HS + Inactive + C.E.F.S. ECONOMIC OPPORTUNITY CORPORATION + http://www.cefseoc.org + 470@hsesinfo.org + 1805 S Banker St + + Effingham + IL + 62401-2765 + PO Box 928 + + Effingham + IL + 62401-0928 + 1805 S Banker St + + Effingham + IL + 62401-2765 + Ms. + F41590 + L41590 + + CEFS Economic Opportunity Corp. Board Chairperson + 41590@hsesinfo.org + Mr. + F41587 + L41587 + CEO + + 41587@hsesinfo.org + Ms. + F41591 + L41591 + + 41591@hsesinfo.org + Ms. + F41586 + L41586 + + 41586@hsesinfo.org + 555-555-1586 x 5555 + + + 5109 + 1782 + 8797 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Athens-Meigs Educational Service Center + www.athensmeigs.com + 1782@hsesinfo.org + 21 Birge Dr + + Chauncey + OH + 45719-0040 + PO Box 40 + + Chauncey + OH + 45719-0040 + 21 Birge Dr + + Chauncey + OH + 45719-0040 + Mr. + F51968 + L51968 + + President + 51968@hsesinfo.org + Ms. + F51970 + L51970 + + Superintendent + 51970@hsesinfo.org + Ms. + F51967 + L51967 + + 51967@hsesinfo.org + Mrs. + F51965 + L51965 + + 51965@hsesinfo.org + 555-555-1965 + + + 5802 + 5808 + 9564 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Champlain Valley Head Start (EHS-CCP) + www.cvoeo.org + 5808@hsesinfo.org + 431 Pine St + + Burlington + VT + 05401 + 431 Pine St + + Burlington + VT + 05401 + 431 Pine St + + Burlington + VT + 05401 + Ms. + F103738 + L103738 + + Board President + 103738@hsesinfo.org + Ms. + F103739 + L103739 + + Executive Director + 103739@hsesinfo.org + Mr. + F103741 + L103741 + + 103741@hsesinfo.org + Mr. + F103737 + L103737 + + 103737@hsesinfo.org + 555-555-3737 x 5555 + + + 9377 + 1948 + 11609 + 000 + 2013 + 2019-02-01 + + HS + Active + Council for Economic Opportunities in Greater Cleveland + http://www.ceogc.org + 1948@hsesinfo.org + 1801 Superior Ave E + Ste 400 + Cleveland + OH + 44114-2135 + 1801 Superior Ave E + Ste 400 + Cleveland + OH + 44114-2135 + 1801 Superior Ave E + Ste 400 + Cleveland + OH + 44114-2135 + Ms. + F214172 + L214172 + + Chair, Board of Directors + 214172@hsesinfo.org + Dr. + F214173 + L214173 + + President and Chief Executive Offcer + 214173@hsesinfo.org + Ms. + F214175 + L214175 + + 214175@hsesinfo.org + Dr. + F214171 + L214171 + + 214171@hsesinfo.org + 555-555-4171 x 5555 + + + 5792 + 5798 + 9526 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Community Action of South Eastern West Virginia + www.casewv.org + 5798@hsesinfo.org + 355 Bluefield Ave + + Bluefield + WV + 24701-2883 + 355 Bluefield Ave + + Bluefield + WV + 24701-2883 + 355 Bluefield Ave + + Bluefield + WV + 24701-2883 + Ms. + F103648 + L103648 + + CASEWV Board President + 103648@hsesinfo.org + Ms. + F103649 + L103649 + + CASEWV Executive Director + 103649@hsesinfo.org + Mr. + F103651 + L103651 + + 103651@hsesinfo.org + Mr. + F103647 + L103647 + + 103647@hsesinfo.org + 555-555-3647 + + + 8159 + 8095 + 10609 + 200 + 2016 + 2016-07-01 + 2019-05-31 + EHS + Inactive + CDI HS/North Texas, TX + www.cdiheadstart.org + 8095@hsesinfo.org + 548 Santa Fe Dr + + Weatherford + TX + 76086-6503 + PO Box 2094 + + Weatherford + TX + 76086-7094 + 548 Santa Fe Dr + + Weatherford + TX + 76086-6503 + Mr. + F206228 + L206228 + + Chief Executive Officer + 206228@hsesinfo.org + Ms. + F206229 + L206229 + + Executive Director + 206229@hsesinfo.org + + F206231 + L206231 + + 206231@hsesinfo.org + Ms. + F206227 + L206227 + + 206227@hsesinfo.org + 555-555-6227 + + + 10749 + 5196 + 12738 + 200 + 2014 + 2019-12-01 + + EHS + Active + Arkansas Early Learning, Inc. + www.arearlylearning.org + 5196@hsesinfo.org + 1901 Woodsprings Rd + Ste B + Jonesboro + AR + 72401-0936 + 1901 Woodsprings Rd + Ste B + Jonesboro + AR + 72401-0936 + 1901 Woodsprings Rd + Ste B + Jonesboro + AR + 72401-0936 + Mrs. + F223569 + L223569 + + Chairperson + 223569@hsesinfo.org + Mr. + F223570 + L223570 + + Chief Information Officer/Co-Founder + 223570@hsesinfo.org + Ms. + F223572 + L223572 + + 223572@hsesinfo.org + Ms. + F223568 + L223568 + + 223568@hsesinfo.org + 555-555-3568 + + + 6509 + 613 + 10112 + 200 + 2003 + 2015-07-01 + + EHS + Active + Community Service Programs of West Alabama, Inc. + www.cspwal.com + 613@hsesinfo.org + 601 Black Bears Way + + Tuscaloosa + AL + 35401-4807 + 601 Black Bears Way + + Tuscaloosa + AL + 35401-4807 + 601 Black Bears Way + + Tuscaloosa + AL + 35401-4807 + Mr. + F201233 + L201233 + Jr + Chairman + 201233@hsesinfo.org + Mrs. + F201234 + L201234 + + Executive Director + 201234@hsesinfo.org + Mr. + F201236 + L201236 + + 201236@hsesinfo.org + Ms. + F201232 + L201232 + + 201232@hsesinfo.org + 555-555-1232 + + + 5773 + 1209 + 9377 + 000 + 1992 + 2015-01-01 + + AIAN HS + Active + FIVE SANDOVAL INDIAN PUEBLOS, INC + www.fsipinc.org + 1209@hsesinfo.org + 4321 Fulcrum Way NE + Ste B + Rio Rancho + NM + 87144-8410 + 4321 Fulcrum Way NE + Ste B + Rio Rancho + NM + 87144-8410 + 4321 Fulcrum Way NE + Ste B + Rio Rancho + NM + 87144-8410 + Mr. + F105042 + L105042 + + Governing Board Chairman + 105042@hsesinfo.org + Mr. + F105041 + L105041 + + Executive Director + 105041@hsesinfo.org + Mr. + F105044 + L105044 + + 105044@hsesinfo.org + Ms. + F105040 + L105040 + + 105040@hsesinfo.org + 555-555-5040 x 5555 + + + 10266 + 2503 + 12287 + 200 + 2014 + 2019-08-01 + + EHS + Active + Maui Family Support Services, Inc. + http://www.mfss.org + 2503@hsesinfo.org + 1844 Wili Pa Loop + + Wailuku + HI + 96793-1272 + 1844 Wili Pa Loop + + Wailuku + HI + 96793-1272 + 1844 Wili Pa Loop + + Wailuku + HI + 96793-1272 + Dr. + F220205 + L220205 + M.D. + Board President + 220205@hsesinfo.org + Mrs. + F220206 + L220206 + + Chief Executive Officer + 220206@hsesinfo.org + Ms. + F220208 + L220208 + + 220208@hsesinfo.org + Ms. + F220204 + L220204 + + 220204@hsesinfo.org + 555-555-0204 + + + 10267 + 5863 + 12288 + 200 + + 2019-08-01 + + EHS + Active + Sacramento Employment and Training Agency (SETA) + http://headstart.seta.net + 5863@hsesinfo.org + 925 Del Paso Blvd. + + Sacramento + CA + 95815-3500 + 925 Del Paso Blvd. + + Sacramento + CA + 95815-3500 + 925 Del Paso Blvd. + + Sacramento + CA + 95815-3500 + Mr. + F220212 + L220212 + + Governing Board Chair + 220212@hsesinfo.org + Ms. + F220213 + L220213 + + Executive Director + 220213@hsesinfo.org + Ms. + F220215 + L220215 + + 220215@hsesinfo.org + Ms. + F220211 + L220211 + + 220211@hsesinfo.org + 555-555-0211 + + + 10268 + 6796 + 12289 + 201 + + 2019-08-01 + + EHS + Active + Sacramento City Unified School District + www.scusd.edu + 6796@hsesinfo.org + Serna Center + 5735 - 47th Avenue + Sacramento + CA + 95824-4528 + Serna Center + 5735 - 47th Avenue + Sacramento + CA + 95824-4528 + Serna Center + 5735 - 47th Avenue + Sacramento + CA + 95824-4528 + Ms. + F220219 + L220219 + + President + 220219@hsesinfo.org + Mr. + F220220 + L220220 + + Superintendent + 220220@hsesinfo.org + Ms. + F220222 + L220222 + + 220222@hsesinfo.org + Ms. + F220218 + L220218 + + 220218@hsesinfo.org + 555-555-0218 + + + 8672 + 8534 + 11051 + 200 + 2017 + 2017-07-01 + + EHS + Active + Municipality of Guayama + + 8534@hsesinfo.org + PR # 3 Km 135.3 + Ave Los Veteranos + Guayama + PR + 00784 + PO Box 3030 + + Guayama + PR + 00785-3030 + 4 Calle Derkes E + + Guayama + PR + 00784-4936 + Mr. + F209213 + L209213 + + + 209213@hsesinfo.org + Ms. + F209214 + L209214 + + + 209214@hsesinfo.org + Ms. + F209216 + L209216 + + 209216@hsesinfo.org + Ms. + F209212 + L209212 + + 209212@hsesinfo.org + 555-555-9212 + + + 8021 + 1167 + 10512 + 000 + 1992 + 2016-01-01 + + AIAN HS + Active + Walatowa Head Start Language Immersion Program + + 1167@hsesinfo.org + 4471 Highway 4 + + Jemez Pueblo + NM + 87024 + P.O. Box 100 + + Jemez Pueblo + NM + 87024-0100 + 4471 Highway 4 + + Jemez Pueblo + NM + 87024 + Mr. + F205348 + L205348 + + Pueblo of Jemez Governor + 205348@hsesinfo.org + Mr. + F205349 + L205349 + + Education Director + 205349@hsesinfo.org + Mr. + F205351 + L205351 + + 205351@hsesinfo.org + Ms. + F205347 + L205347 + + 205347@hsesinfo.org + 555-555-5347 + + + 8185 + 2332 + 10625 + 000 + 1992 + 2016-07-01 + + HS + Active + Opportunities for Chenango, Inc. + http://www.ofcinc.org + 2332@hsesinfo.org + 44 W Main St + + Norwich + NY + 13815-1613 + 44 W Main St + + Norwich + NY + 13815-1613 + 44 W Main St + + Norwich + NY + 13815-1613 + Mr. + F206410 + L206410 + + President + 206410@hsesinfo.org + Mr. + F206411 + L206411 + + Executive Director + 206411@hsesinfo.org + Ms. + F206413 + L206413 + + 206413@hsesinfo.org + Mrs. + F206409 + L206409 + + 206409@hsesinfo.org + 555-555-6409 x 5555 + + + 11479 + 739 + 13310 + 000 + 1992 + 2020-07-01 + + HS + Active + Ascension Parish School Board + http:///www.apsb.org/schools/ahs/ahs-def.htm + 739@hsesinfo.org + 603 Lee Ave + + Donaldsonville + LA + 70346-3530 + 603 Lee Ave + + Donaldsonville + LA + 70346-3530 + 603 Lee Ave + + Donaldsonville + LA + 70346-3530 + Mr. + F228380 + L228380 + + School Board President + 228380@hsesinfo.org + Ms. + F228381 + L228381 + + Assistant Superintendent + 228381@hsesinfo.org + + F228383 + L228383 + + 228383@hsesinfo.org + Ms. + F228379 + L228379 + + 228379@hsesinfo.org + 555-555-8379 + + + 9261 + 3109 + 11532 + 000 + 2013 + 2019-01-01 + + HS + Active + Arkansas Early Learning, Inc. + www.arearlylearning.org + 3109@hsesinfo.org + 1901 Woodsprings Rd + Ste B + Jonesboro + AR + 72401-0936 + 1901 Woodsprings Rd + Ste B + Jonesboro + AR + 72401-0936 + 1901 Woodsprings Rd + Ste B + Jonesboro + AR + 72401-0936 + Mrs. + F213371 + L213371 + + Chairperson + 213371@hsesinfo.org + Mr. + F213372 + L213372 + + Chief Executive Officer + 213372@hsesinfo.org + Ms. + F213374 + L213374 + + 213374@hsesinfo.org + Ms. + F213370 + L213370 + + 213370@hsesinfo.org + 555-555-3370 + + + 5059 + 5065 + 8871 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Bright Beginnings Inc + www.bbidc.org + 5065@hsesinfo.org + 3418 4th St + + Washington + DC + 20032 + 3418 4th St + + Washington + DC + 20032 + 3418 4th St + + Washington + DC + 20032 + Mr. + F49972 + L49972 + + Board President + 49972@hsesinfo.org + Dr. + F49973 + L49973 + + Executive Director + 49973@hsesinfo.org + + F49975 + L49975 + + 49975@hsesinfo.org + Ms. + F49971 + L49971 + + 49971@hsesinfo.org + 555-555-9971 + + + 11480 + 748 + 13307 + 000 + 1992 + 2020-07-01 + + HS + Active + St. Bernard Parish School Board + http://www.stbernard.k12.la.us/ + 748@hsesinfo.org + 200 E Saint Bernard Hwy + + Chalmette + LA + 70043-5162 + 200 E Saint Bernard Hwy + + Chalmette + LA + 70043-5162 + 200 E Saint Bernard Hwy + + Chalmette + LA + 70043-5162 + Mrs. + F228387 + L228387 + + Board President + 228387@hsesinfo.org + Ms. + F228388 + L228388 + + Superintendent + 228388@hsesinfo.org + Ms. + F228390 + L228390 + + 228390@hsesinfo.org + Dr. + F228386 + L228386 + + 228386@hsesinfo.org + 555-555-8386 + + + 11481 + 1610 + 13308 + 000 + 1993 + 2020-06-01 + + AIAN HS + Active + Spokane Tribe of Indians Head Start + + 1610@hsesinfo.org + 6195 Ford Wellpinit Rd + + Wellpinit + WA + 99040-9707 + 6195 Ford Wellpinit Rd + + Wellpinit + WA + 99040-9707 + 6195 Ford Wellpinit Rd + + Wellpinit + WA + 99040-9707 + Mrs. + F228394 + L228394 + + + 228394@hsesinfo.org + Mr. + F228395 + L228395 + + + 228395@hsesinfo.org + Mrs. + F228397 + L228397 + + 228397@hsesinfo.org + Ms. + F228393 + L228393 + + 228393@hsesinfo.org + 555-555-8393 + + + 5189 + 5195 + 8991 + 000 + 2014 + 2014-07-01 + 2020-06-30 + HS + Inactive + BCFS Education Services + www.discoverbcfs.net + 5195@hsesinfo.org + 2386 W San Antonio St + + New Braunfels + TX + 78130-6767 + 1506 Bexar Crossing St + + San Antonio + TX + 78232-1587 + 1506 Bexar Crossing St + + San Antonio + TX + 78232-1587 + Mr. + F51014 + L51014 + III + Board President + 51014@hsesinfo.org + Ms. + F51015 + L51015 + + Executive Director + 51015@hsesinfo.org + Mr. + F51017 + L51017 + + 51017@hsesinfo.org + Ms. + F51013 + L51013 + + 51013@hsesinfo.org + 555-555-1013 + + + 6066 + 6073 + 9693 + 200 + + 2015-03-01 + 2019-08-31 + Migrant EHS + Inactive + Oregon Child Development Coalition, Inc. + http://www.ocdc.net + 6073@hsesinfo.org + 9140 SW Pioneer Ct, Suite C + 9140 SW Pioneer Ct, Suite E + Wilsonville + OR + 97070-2780 + 9140 SW Pioneer Ct, Suite C + 9140 SW Pioneer Ct, Suite E + Wilsonville + OR + 97070-2780 + 9140 SW Pioneer Ct, Suite C + 9140 SW Pioneer Ct, Suite E + Wilsonville + OR + 97070-2780 + Mrs. + F107409 + L107409 + + Board Chair + 107409@hsesinfo.org + Mrs. + F107410 + L107410 + + Executive Director + 107410@hsesinfo.org + Mr. + F107412 + L107412 + + 107412@hsesinfo.org + Mrs. + F107408 + L107408 + + 107408@hsesinfo.org + 555-555-7408 x 5555 + + + 8398 + 8287 + 10814 + 200 + 2016 + 2016-12-01 + 2019-12-31 + EHS + Inactive + CDI HS/ Toa Baja, PR + www.cdiheadstart.org + 8287@hsesinfo.org + D5 Calle Crisantemo + Las Vegas Cataño + Catano + PR + 00962 + PO Box 2328 + + Toa Baja + PR + 00951-2328 + D5 Calle Crisantemo + Las Vegas Cataño + Catano + PR + 00962 + Mr. + F207979 + L207979 + + Chief Executive Officer + 207979@hsesinfo.org + Ms. + F207980 + L207980 + + Executive Director + 207980@hsesinfo.org + + F207982 + L207982 + + 207982@hsesinfo.org + Ms. + F207978 + L207978 + + 207978@hsesinfo.org + 555-555-7978 + + + 4877 + 2026 + 8869 + 000 + 2014 + 2014-06-01 + 2019-05-31 + HS + Inactive + Cortland County Communication Action Program, Inc. + http://www.capco.org + 2026@hsesinfo.org + 32 North Main Street + + Cortland + NY + 13045-2122 + 32 North Main Street + + Cortland + NY + 13045-2122 + 32 North Main Street + + Cortland + NY + 13045-2122 + Mrs. + F48114 + L48114 + + President of the Board of Directors + 48114@hsesinfo.org + Mrs. + F48113 + L48113 + + Executive Director + 48113@hsesinfo.org + Mr. + F48115 + L48115 + + 48115@hsesinfo.org + Ms. + F48111 + L48111 + + 48111@hsesinfo.org + 555-555-8111 x 5555 + + + 8640 + 8507 + 11029 + 000 + 2017 + 2017-06-01 + + HS + Active + The Black Belt Community Foundation + www.blackbeltfound.org + 8507@hsesinfo.org + 609 Lauderdale St + + Selma + AL + 36701-4555 + PO Box 2020 + + Selma + AL + 36702-2020 + 609 Lauderdale St + + Selma + AL + 36701-4555 + Ms. + F208989 + L208989 + + Board Chair + 208989@hsesinfo.org + Mrs. + F208990 + L208990 + + President + 208990@hsesinfo.org + Mrs. + F208992 + L208992 + + 208992@hsesinfo.org + Mrs. + F208988 + L208988 + + 208988@hsesinfo.org + 555-555-8988 + + + 4763 + 1894 + 8635 + 000 + 2014 + 2014-04-01 + 2019-06-30 + HS + Inactive + Jackson-Vinton Community Action, Inc. + http://www.jackson-vinton.com + 1894@hsesinfo.org + 118 South New York Avenue + + Wellston + OH + 45692-9307 + 118 South New York Avenue + + Wellston + OH + 45692-9307 + 118 South New York Avenue + + Wellston + OH + 45692-9307 + Mr. + F46199 + L46199 + + JVCA Board Chairperson + 46199@hsesinfo.org + Mrs. + F46202 + L46202 + + + 46202@hsesinfo.org + Ms. + F46201 + L46201 + + 46201@hsesinfo.org + Mrs. + F46197 + L46197 + + 46197@hsesinfo.org + 555-555-6197 x 5555 + + + 5651 + 4168 + 9447 + 213 + 2014 + 2014-12-01 + 2019-11-30 + EHS + Inactive + YMCA of Metropolitan Chicago + www.ymcachicago.org + 4168@hsesinfo.org + 801 North Dearborn Street + + Chicago + IL + 60610-3316 + 801 North Dearborn Street + + Chicago + IL + 60610-3316 + 801 North Dearborn Street + + Chicago + IL + 60610-3316 + Mr. + F101439 + L101439 + + Board Chair + 101439@hsesinfo.org + Mr. + F101437 + L101437 + + + 101437@hsesinfo.org + Ms. + F101436 + L101436 + + 101436@hsesinfo.org + Ms. + F101435 + L101435 + + 101435@hsesinfo.org + 555-555-1435 + + + 6713 + 2127 + 10235 + 200 + 2004 + 2015-08-01 + 2020-07-31 + EHS + Inactive + HRDC Early Head Start + www.alleganyhrdc.org + 2127@hsesinfo.org + 125 Virginia Ave + + Cumberland + MD + 21502-3952 + 125 Virginia Ave + + Cumberland + MD + 21502-3952 + 125 Virginia Ave + + Cumberland + MD + 21502-3952 + Mr. + F202662 + L202662 + + Governing Board Chair + 202662@hsesinfo.org + Ms. + F202663 + L202663 + + Executive Director + 202663@hsesinfo.org + Ms. + F202665 + L202665 + + 202665@hsesinfo.org + Ms. + F202661 + L202661 + + 202661@hsesinfo.org + 555-555-2661 + + + 6353 + 257 + 10026 + 200 + 2004 + 2015-07-01 + + EHS + Active + Citizens For Citizens, Inc. + http://www.cfcinc.org + 257@hsesinfo.org + 264 Griffin St + + Fall River + MA + 02724-2702 + 264 Griffin St + + Fall River + MA + 02724-2702 + 264 Griffin St + + Fall River + MA + 02724-2702 + Ms. + F200141 + L200141 + + President + 200141@hsesinfo.org + Mr. + F200142 + L200142 + + Executive Director + 200142@hsesinfo.org + Ms. + F200144 + L200144 + + 200144@hsesinfo.org + Ms. + F200140 + L200140 + + 200140@hsesinfo.org + 555-555-0140 x 5555 + + + 7030 + 2369 + 10476 + 000 + 2004 + 2016-01-01 + + HS + Active + Terrebonne Parish Consolidated Government + http://www.tpcg.org + 2369@hsesinfo.org + 809 Barrow St + + Houma + LA + 70360-4722 + 809 Barrow St + + Houma + LA + 70360-4722 + 809 Barrow St + + Houma + LA + 70360-4722 + Mr. + F204876 + L204876 + + Parish President + 204876@hsesinfo.org + Mr. + F204877 + L204877 + + Housing and Human Service Director + 204877@hsesinfo.org + Ms. + F204879 + L204879 + + 204879@hsesinfo.org + Ms. + F204875 + L204875 + + 204875@hsesinfo.org + 555-555-4875 + + + 6041 + 6048 + 9758 + 200 + + 2015-03-01 + 2019-08-31 + EHS + Inactive + La Clinica de Familia + http://www.lcdfehs.org + 6048@hsesinfo.org + 3100 Oak St + + Las Cruces + NM + 88005-3769 + 385 Calle de Alegra + + Las Cruces + NM + 88005-3423 + 385 Calle de Alegra + + Las Cruces + NM + 88005-3423 + Mr. + F107209 + L107209 + + Board President + 107209@hsesinfo.org + Mr. + F107210 + L107210 + + Chief Executive Officer + 107210@hsesinfo.org + Ms. + F107212 + L107212 + + 107212@hsesinfo.org + Ms. + F107208 + L107208 + + 107208@hsesinfo.org + 555-555-7208 + + + 5622 + 4118 + 9442 + 008 + 2014 + 2014-12-01 + + HS + Active + Trinity United Church Of Christ Child Care Centers, Inc. + http://tuccchildcarecenter.com/ + 4118@hsesinfo.org + 1947 W 95th St + + Chicago + IL + 60643-1105 + 1947 W 95th St + + Chicago + IL + 60643-1105 + 1947 W 95th St + + Chicago + IL + 60643-1105 + Ms. + F101383 + L101383 + + Board President + 101383@hsesinfo.org + Ms. + F101381 + L101381 + + Executive Director + 101381@hsesinfo.org + Ms. + F101380 + L101380 + + 101380@hsesinfo.org + Ms. + F101379 + L101379 + + 101379@hsesinfo.org + 555-555-1379 + + + 6595 + 766 + 10040 + 200 + 2000 + 2015-07-01 + + EHS + Active + Jumpstart Enrichment for Tomorrow's Students + https://jets-scurry.com + 766@hsesinfo.org + 4301 Avenue U + + Snyder + TX + 79549-6042 + 4301 Avenue U + + Snyder + TX + 79549-6042 + 4301 Avenue U + + Snyder + TX + 79549-6042 + Mrs. + F201835 + L201835 + + JETS Board of Directors Chairperson + 201835@hsesinfo.org + Mrs. + F201836 + L201836 + + JETS Executive Director + 201836@hsesinfo.org + Ms. + F201838 + L201838 + + 201838@hsesinfo.org + Mrs. + F201834 + L201834 + + 201834@hsesinfo.org + 555-555-1834 + + + 4477 + 542 + 8537 + 000 + 2013 + 2013-11-29 + 2019-06-30 + HS + Inactive + Gadsden County School District + www.gcps.k12.fl.us + 542@hsesinfo.org + 500 W King St + + Quincy + FL + 32351-1606 + 35 Martin Luther King, Jr. Boulevard + + Quincy + FL + 32351-4411 + 500 W King St + + Quincy + FL + 32351-1606 + Mr. + F42290 + L42290 + + Board Chairperson + 42290@hsesinfo.org + Mrs. + F42288 + L42288 + + Head Start Director + 42288@hsesinfo.org + Mrs. + F42289 + L42289 + + 42289@hsesinfo.org + Mrs. + F42286 + L42286 + + 42286@hsesinfo.org + 555-555-2286 + + + 5293 + 3687 + 9139 + 014 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Pomona Unified School District + http://www.pusd.org + 3687@hsesinfo.org + 800 S Garey Ave + Pomona Unified School District Child Development + Pomona + CA + 91766-3325 + 800 S Garey Ave + Pomona Unified School District Child Development + Pomona + CA + 91766-3325 + 800 S Garey Ave + Pomona Unified School District Child Development + Pomona + CA + 91766-3325 + Mr. + F53395 + L53395 + + Board President + 53395@hsesinfo.org + Mrs. + F53397 + L53397 + + Director of Child Development + 53397@hsesinfo.org + Mr. + F53394 + L53394 + + 53394@hsesinfo.org + Mr. + F53392 + L53392 + + 53392@hsesinfo.org + 555-555-3392 x 5555 + + + 5053 + 965 + 8844 + 000 + 2014 + 2014-07-01 + 2020-04-30 + HS + Inactive + Community Improvement Council, Inc. + + 965@hsesinfo.org + 540 Holbrook St + 540 Holbrook Street + Danville + VA + 24541-1661 + 540 Holbrook St + 540 Holbrook Street + Danville + VA + 24541-1661 + 540 Holbrook St + 540 Holbrook Street + Danville + VA + 24541-1661 + Mr. + F51439 + L51439 + + Board of Directors Chairperson + 51439@hsesinfo.org + Mrs. + F51438 + L51438 + + Executive/Head Start Director + 51438@hsesinfo.org + Mr. + F51437 + L51437 + Sr. + 51437@hsesinfo.org + Mrs. + F51436 + L51436 + + 51436@hsesinfo.org + 555-555-1436 x 5555 + + + 8641 + 8508 + 11030 + 000 + 2017 + 2017-06-21 + + HS + Active + CDI HS/Chilton, Autauga, Shelby and Elmore, AL + www.cdiheadstart.org + 8508@hsesinfo.org + 905 W Osceola St + + Wetumpka + AL + 36092-2133 + PO Box 1352 + + Wetumpka + AL + 36092-0024 + 905 W Osceola St + + Wetumpka + AL + 36092-2133 + Mr. + F208996 + L208996 + + Chief Executive Officer + 208996@hsesinfo.org + Ms. + F208997 + L208997 + + Executive Director + 208997@hsesinfo.org + + F208999 + L208999 + + 208999@hsesinfo.org + Ms. + F208995 + L208995 + + 208995@hsesinfo.org + 555-555-8995 + + + 11317 + 2352 + 13193 + 000 + 2014 + 2020-06-01 + + HS + Active + Chautauqua Opportunities, Inc. + http://www.chautauquaopportunities.com + 2352@hsesinfo.org + 17 West Courtney Street + + Dunkirk + NY + 14048-2754 + 17 West Courtney Street + + Dunkirk + NY + 14048-2754 + 17 West Courtney Street + + Dunkirk + NY + 14048-2754 + Ms. + F227321 + L227321 + + Board Chairperson + 227321@hsesinfo.org + Ms. + F227322 + L227322 + + Interim Chief Executive Officer + 227322@hsesinfo.org + Mr. + F227324 + L227324 + + 227324@hsesinfo.org + Mr. + F227320 + L227320 + + 227320@hsesinfo.org + 555-555-7320 x 5555 + + + 9001 + 2632 + 11328 + 200 + 2013 + 2018-08-01 + + EHS + Active + FAYETTE COUNTY CHILD DEVELOPMENT CORPORATION + fccdiwv.com + 2632@hsesinfo.org + 102 Hunter Street + + Oak Hill + WV + 25901 + 102 Hunter Street + + Oak Hill + WV + 25901 + 102 Hunter Street + + Oak Hill + WV + 25901 + Ms. + F211563 + L211563 + + Borad Chair + 211563@hsesinfo.org + Mr. + F211564 + L211564 + + + 211564@hsesinfo.org + Ms. + F211566 + L211566 + + 211566@hsesinfo.org + Mr. + F211562 + L211562 + + 211562@hsesinfo.org + 555-555-1562 + + + 11318 + 2351 + 13193 + 200 + 2014 + 2020-06-01 + + EHS + Active + Chautauqua Opportunities, Inc. + http://www.chautauquaopportunities.com + 2351@hsesinfo.org + 17 West Courtney Street + + Dunkirk + NY + 14048-2754 + 17 West Courtney Street + + Dunkirk + NY + 14048-2754 + 17 West Courtney Street + + Dunkirk + NY + 14048-2754 + Ms. + F227328 + L227328 + + Board Chairperson + 227328@hsesinfo.org + Ms. + F227329 + L227329 + + Interim Chief Executive Officer + 227329@hsesinfo.org + Mr. + F227331 + L227331 + + 227331@hsesinfo.org + Mr. + F227327 + L227327 + + 227327@hsesinfo.org + 555-555-7327 x 5555 + + + 6934 + 3217 + 10411 + 200 + 2005 + 2015-11-01 + 2020-10-31 + EHS + Inactive + Omaha Public Schools + http://www.ops.org + 3217@hsesinfo.org + 3215 Cuming St + + Omaha + NE + 68131-2000 + 3215 Cuming St + + Omaha + NE + 68131-2000 + 3215 Cuming St + + Omaha + NE + 68131-2000 + Mr. + F204199 + L204199 + + Board President + 204199@hsesinfo.org + Dr. + F204200 + L204200 + + Superintendent + 204200@hsesinfo.org + Ms. + F204202 + L204202 + + 204202@hsesinfo.org + Mrs. + F204198 + L204198 + + 204198@hsesinfo.org + 555-555-4198 + + + 9164 + 8647 + 11466 + 200 + 2018 + 2018-11-01 + + EHS + Active + West Central Minnesota Communities Action, Inc. + www.wcmca.org + 8647@hsesinfo.org + 411 Industrial Park Blvd + + Elbow Lake + MN + 56531-4213 + 411 Industrial Park Blvd + + Elbow Lake + MN + 56531-4213 + 411 Industrial Park Blvd + + Elbow Lake + MN + 56531-4213 + Mr. + F212683 + L212683 + + Board Chair + 212683@hsesinfo.org + Ms. + F212684 + L212684 + + Chief Executive Officer + 212684@hsesinfo.org + Ms. + F212686 + L212686 + + 212686@hsesinfo.org + Ms. + F212682 + L212682 + + 212682@hsesinfo.org + 555-555-2682 + + + 8655 + 8197 + 11039 + 200 + 2016 + 2017-07-01 + + EHS + Active + Volunteers of America of Los Angeles + www.voala.org + 8197@hsesinfo.org + 11243 Kittridge St + + North Hollywood + CA + 91606-2605 + 11243 Kittridge St + + North Hollywood + CA + 91606-2605 + 11243 Kittridge St + + North Hollywood + CA + 91606-2605 + Mr. + F209094 + L209094 + + Executive Committee Chair + 209094@hsesinfo.org + Mr. + F209095 + L209095 + + Chief Executive Officer + 209095@hsesinfo.org + Ms. + F209097 + L209097 + + 209097@hsesinfo.org + Mr. + F209093 + L209093 + + 209093@hsesinfo.org + 555-555-9093 + + + 8845 + 2543 + 11207 + 200 + 2013 + 2018-07-01 + + EHS + Active + JANNUS, INC. + www.jannus.org; www.msehs.org + 2543@hsesinfo.org + 411 N 15th St + Ste 200 + Coeur D Alene + ID + 83814-5477 + 411 N. 15th Suite 200 + + Coeur dAlene + ID + 83814 + 1607 W Jefferson St + + Boise + ID + 83702-5111 + Atty. + F210403 + L210403 + + Board President + 210403@hsesinfo.org + Ms. + F210404 + L210404 + + Executive Director (Shared Leadership) + 210404@hsesinfo.org + Ms. + F210406 + L210406 + + 210406@hsesinfo.org + Dr. + F210402 + L210402 + + 210402@hsesinfo.org + 555-555-0402 x 5555 + + + 10271 + 869 + 12291 + 000 + 2014 + 2019-08-01 + + HS + Active + Community Action Agency for McHenry County, Inc. + + 869@hsesinfo.org + 100 North Benton Street, Suite 3 + + Woodstock + IL + 60098-3299 + 100 North Benton Street, Suite 3 + + Woodstock + IL + 60098-3299 + 100 North Benton Street, Suite 3 + + Woodstock + IL + 60098-3299 + Mr. + F220238 + L220238 + + President, Board of Directors + 220238@hsesinfo.org + Ms. + F220239 + L220239 + + CEO/Executive Director + 220239@hsesinfo.org + Ms. + F220241 + L220241 + + 220241@hsesinfo.org + Ms. + F220237 + L220237 + + 220237@hsesinfo.org + 555-555-0237 + + + 10272 + 1788 + 12296 + 000 + 1992 + 2019-08-01 + + HS + Active + Knox County Head Start, Inc. + www.knoxheadstart.org + 1788@hsesinfo.org + 11700 Upper Gilchrist Rd + Ste B + Mount Vernon + OH + 43050-9232 + PO Box 1225 + N/A + Mount Vernon + OH + 43050-8225 + 11700 Upper Gilchrist Rd + Ste B + Mount Vernon + OH + 43050-9232 + Mr. + F220245 + L220245 + + Board Chairperson + 220245@hsesinfo.org + Ms. + F220246 + L220246 + + Executive Director + 220246@hsesinfo.org + Ms. + F220248 + L220248 + + 220248@hsesinfo.org + Ms. + F220244 + L220244 + + 220244@hsesinfo.org + 555-555-0244 + + + 10273 + 2846 + 12296 + 200 + 2014 + 2019-08-01 + + EHS + Active + Knox County Head Start, Inc. + www.knoxheadstart.org + 2846@hsesinfo.org + 11700 Upper Gilchrist Rd + Ste B + Mount Vernon + OH + 43050-9232 + PO Box 1225 + + Mount Vernon + OH + 43050-8225 + 11700 Upper Gilchrist Rd + Ste B + Mount Vernon + OH + 43050-9232 + Mr. + F220252 + L220252 + + Board Chairperson + 220252@hsesinfo.org + Ms. + F220253 + L220253 + + Executive Director + 220253@hsesinfo.org + Ms. + F220255 + L220255 + + 220255@hsesinfo.org + Ms. + F220251 + L220251 + + 220251@hsesinfo.org + 555-555-0251 + + + 10274 + 672 + 12292 + 000 + 2014 + 2019-08-01 + + HS + Active + Child Care Resources, Inc. + http://www.ccri.org + 672@hsesinfo.org + 1580 Adams Ln + + Zanesville + OH + 43701-2606 + 1580 Adams Ln + + Zanesville + OH + 43701-2606 + 1580 Adams Lane + + Zanesville + OH + 43701-2606 + Ms. + F220259 + L220259 + + Chairperson + 220259@hsesinfo.org + Ms. + F220260 + L220260 + + Ex Director/Head Start Director + 220260@hsesinfo.org + Ms. + F220262 + L220262 + + 220262@hsesinfo.org + Ms. + F220258 + L220258 + + 220258@hsesinfo.org + 555-555-0258 x 5555 + + + 10275 + 8011 + 12292 + 200 + 2016 + 2019-08-01 + + EHS + Active + Child Care Resources, Inc. + http://www.ccri.org + 8011@hsesinfo.org + 1580 Adams Lane + + Zanesville + OH + 43701-2606 + 1580 Adams Lane + + Zanesville + OH + 43701-2606 + 1580 Adams Lane + + Zanesville + OH + 43701-2606 + Ms. + F220266 + L220266 + + Chairperson + 220266@hsesinfo.org + Ms. + F220267 + L220267 + + Ex Director/Head Start Director + 220267@hsesinfo.org + Ms. + F220269 + L220269 + + 220269@hsesinfo.org + Ms. + F220265 + L220265 + + 220265@hsesinfo.org + 555-555-0265 x 5555 + + + 10276 + 5823 + 12293 + 200 + + 2019-08-01 + + EHS + Active + Capital Area Community Services, Inc. + www.cacsheadstart.org + 5823@hsesinfo.org + 101 East Willow Street + + Lansing + MI + 48906-4814 + 101 East Willow Street + + Lansing + MI + 48906-4814 + 101 East Willow Street + + Lansing + MI + 48906-4814 + Mr. + F220273 + L220273 + III + Chairperson + 220273@hsesinfo.org + Mr. + F220274 + L220274 + + Executive Director + 220274@hsesinfo.org + Mrs. + F220276 + L220276 + + 220276@hsesinfo.org + Mrs. + F220272 + L220272 + + 220272@hsesinfo.org + 555-555-0272 x 5555 + + + 10277 + 5965 + 12297 + 200 + + 2019-08-01 + + EHS + Active + Northeast Oklahoma Community Action Agency, Inc. + www.neocaa.org + 5965@hsesinfo.org + 856 E Melton Drive + + Jay + OK + 74346 + PO Box 603 + + Jay + OK + 74346-0603 + 856 E Melton Drive + + Jay + OK + 74346 + Mrs. + F220280 + L220280 + + Board Chairperson + 220280@hsesinfo.org + Mrs. + F220281 + L220281 + + Executive Director + 220281@hsesinfo.org + Mrs. + F220283 + L220283 + + 220283@hsesinfo.org + Mrs. + F220279 + L220279 + + 220279@hsesinfo.org + 555-555-0279 + + + 10278 + 5970 + 12294 + 200 + + 2019-08-01 + + EHS + Active + Child Inc + www.childinc.org + 5970@hsesinfo.org + 818 East 53rd Street + + Austin + TX + 78751-2299 + 818 East 53rd Street + + Austin + TX + 78751-2299 + 818 East 53rd Street + + Austin + TX + 78751-2299 + Ms. + F220287 + L220287 + + Chairperson of the Board of Directors + 220287@hsesinfo.org + Mr. + F220288 + L220288 + + Executive Director + 220288@hsesinfo.org + Ms. + F220290 + L220290 + + 220290@hsesinfo.org + Mr. + F220286 + L220286 + + 220286@hsesinfo.org + 555-555-0286 x 5555 + + + 10279 + 5972 + 12299 + 200 + + 2019-08-01 + + EHS + Active + Community Services Office + + 5972@hsesinfo.org + 600 W Grand Ave + Ste 200 + Hot Springs + AR + 71901-3936 + P.O. Box 1175 + + Hot Springs + AR + 71902-5302 + 600 W Grand Ave + Ste 200 + Hot Springs + AR + 71901-3936 + Mrs. + F220294 + L220294 + + Board President + 220294@hsesinfo.org + Mrs. + F220295 + L220295 + + CSO Executive Director + 220295@hsesinfo.org + Mr. + F220297 + L220297 + + 220297@hsesinfo.org + Mrs. + F220293 + L220293 + + 220293@hsesinfo.org + 555-555-0293 + + + 10280 + 5973 + 12295 + 200 + + 2019-08-01 + + EHS + Active + AVANCE-San Antonio, Inc. + www.avancesa.org + 5973@hsesinfo.org + 903 Billy Mitchell Blvd. + Ste 100 + San Antonio + TX + 78226-1802 + 903 Billy Mitchell Blvd. + Ste 100 + San Antonio + TX + 78226-1802 + 903 Billy Mitchell Blvd. + Ste 100 + San Antonio + TX + 78226-1802 + Ms. + F220301 + L220301 + + Board Chair + 220301@hsesinfo.org + Mrs. + F220302 + L220302 + + Executive Director + 220302@hsesinfo.org + Ms. + F220304 + L220304 + + 220304@hsesinfo.org + Mrs. + F220300 + L220300 + + 220300@hsesinfo.org + 555-555-0300 + + + 10281 + 6049 + 12298 + 200 + + 2019-09-01 + + EHS + Active + Total Community Action, Inc + http://www.tca-nola.org + 6049@hsesinfo.org + 1420 S. Jefferson Davis Parkway + + New Orleans + LA + 70125-1791 + 1420 S. Jefferson Davis Parkway + + New Orleans + LA + 70125-1791 + 1420 S. Jefferson Davis Parkway + + New Orleans + LA + 70125-1791 + Mr. + F220308 + L220308 + + + 220308@hsesinfo.org + Ms. + F220309 + L220309 + + + 220309@hsesinfo.org + Ms. + F220311 + L220311 + + 220311@hsesinfo.org + Ms. + F220307 + L220307 + + 220307@hsesinfo.org + 555-555-0307 + + + 8325 + 4000 + 10690 + 008 + + 2016-07-01 + + HS + Active + Waterford Head Start + www.waterford.k12.mi.us + 4000@hsesinfo.org + 6010 Hatchery Road + + Waterford + MI + 48329-3140 + 6010 Hatchery Road + + Waterford + MI + 48329-3140 + 6010 Hatchery Road + + Waterford + MI + 48329-3140 + Ms. + F207415 + L207415 + + + 207415@hsesinfo.org + Mr. + F207416 + L207416 + + + 207416@hsesinfo.org + Ms. + F207418 + L207418 + + 207418@hsesinfo.org + Mrs. + F207414 + L207414 + + 207414@hsesinfo.org + 555-555-7414 + + + 9242 + 1349 + 11518 + 000 + 2013 + 2018-12-01 + + HS + Active + ROLLINGS PLAINS MGMT CORP OF BAYLOR COTTLE FOARD HARDEM + www.rollingplains.org + 1349@hsesinfo.org + Rolling Plains Management Corporation + 118 N. 1st Street + Crowell + TX + 79227 + PO Box 490 + Rolling Plains Management Corporation + Crowell + TX + 79227-0490 + Rolling Plains Management Corporation + 118 N. 1st Street + Crowell + TX + 79227 + Mr. + F213235 + L213235 + + Chairman of the Board + 213235@hsesinfo.org + Mrs. + F213236 + L213236 + + + 213236@hsesinfo.org + Mrs. + F213238 + L213238 + + 213238@hsesinfo.org + Mrs. + F213234 + L213234 + + 213234@hsesinfo.org + 555-555-3234 x 5555 + + + 10236 + 9026 + 12260 + 000 + 2019 + 2019-08-01 + + HS + Active + Mississippi State University + + 9026@hsesinfo.org + 245 Barr Ave + Mcarthur Hall + Misssissippi State + MS + 39762 + PO Box 5227 + Mcarthur Hall + Misssissippi State + MS + 39762-5227 + 245 Barr Ave + McArthur Hall + Mississippi State + MS + 39762 + Mr. + F219996 + L219996 + + Chair + 219996@hsesinfo.org + Dr. + F219997 + L219997 + + + 219997@hsesinfo.org + Mr. + F219999 + L219999 + + 219999@hsesinfo.org + Mrs. + F219995 + L219995 + + 219995@hsesinfo.org + 555-555-9995 + + + 5724 + 2878 + 9384 + 200 + 2015 + 2015-01-01 + 2019-12-31 + EHS + Inactive + Municipality of Utuado + + 2878@hsesinfo.org + Avenida Ribas Dominicci #55 + + Utuado + PR + 00641 + Box 877 + + Utuado + PR + 00641 + Avenida Ribas Dominicci #55 + + Utuado + PR + 00641 + Mrs. + F103101 + L103101 + + President of Goverment Board + 103101@hsesinfo.org + Mr. + F103099 + L103099 + + + 103099@hsesinfo.org + Mrs. + F103098 + L103098 + + 103098@hsesinfo.org + Mr. + F103097 + L103097 + + 103097@hsesinfo.org + 555-555-3097 + + + 9942 + 8980 + 11838 + 200 + 2019 + 2019-09-01 + + EHS + Active + Los Angeles Education Partnership + www.laep.org + 8980@hsesinfo.org + 202 W 1st Street 4th Floor, Suite 6-0410 + + Los Angeles + CA + 90012-4299 + 202 W 1st Street 4th Floor, Suite 6-0410 + + Los Angeles + CA + 90012-4299 + 202 W 1st Street 4th Floor, Suite 6-0410 + + Los Angeles + CA + 90012-4299 + Mr. + F217993 + L217993 + + + 217993@hsesinfo.org + Ms. + F217991 + L217991 + + + 217991@hsesinfo.org + + F217994 + L217994 + + 217994@hsesinfo.org + Ms. + F217990 + L217990 + + 217990@hsesinfo.org + 555-555-7990 x 5555 + + + 10237 + 9027 + 12260 + 200 + 2019 + 2019-08-01 + + EHS + Active + Mississippi State University + + 9027@hsesinfo.org + 245 Barr Ave + Mcarthur Hall + Misssissippi State + MS + 39762 + PO Box 5227 + Mcarthur Hall + Misssissippi State + MS + 39762-5227 + 245 Barr Ave + Mcarthur Hall + Misssissippi State + MS + 39762 + Mr. + F220003 + L220003 + + + 220003@hsesinfo.org + Dr. + F220004 + L220004 + + + 220004@hsesinfo.org + Mr. + F220006 + L220006 + + 220006@hsesinfo.org + Mrs. + F220002 + L220002 + + 220002@hsesinfo.org + 555-555-0002 + + + 9050 + 8704 + 11381 + 200 + 2018 + 2018-08-01 + + EHS + Active + SOUTHERN MARYLAND TRI-COUNTY COMMUNITY ACTION COMMITTEE, INC + http://www.smtccac.org + 8704@hsesinfo.org + 8371 Old Leonardtown Road + + Hughesville + MD + 20637 + P.O. Box 280 + 8371 Old Leonardtown Road + Hughesville + MD + 20637-0280 + 8371 Old Leonardtown Road + + Hughesville + MD + 20637 + Mr. + F211902 + L211902 + + SMTCCAC Board Chairperson + 211902@hsesinfo.org + Mr. + F211903 + L211903 + + President/CEO + 211903@hsesinfo.org + Ms. + F211905 + L211905 + + 211905@hsesinfo.org + Ms. + F211901 + L211901 + + 211901@hsesinfo.org + 555-555-1901 x 5555 + + + 8236 + 1301 + 10620 + 200 + 1997 + 2016-07-01 + + EHS + Active + City of Oakland Early Head Start + + 1301@hsesinfo.org + 150 Frank H. Ogawa Plaza + STE. 5352 + Oakland + CA + 94612 + 150 Frank H. Ogawa Plaza + STE. 5352 + Oakland + CA + 94612 + 150 Frank H. Ogawa Plaza + STE. 5352 + Oakland + CA + 94612 + Mr. + F206767 + L206767 + + Authorizing Official - City Administrator + 206767@hsesinfo.org + Ms. + F206768 + L206768 + + Director, Human Services Department + 206768@hsesinfo.org + Ms. + F206770 + L206770 + + 206770@hsesinfo.org + Ms. + F206766 + L206766 + + 206766@hsesinfo.org + 555-555-6766 + + + 8060 + 8018 + 10589 + 201 + 2015 + 2015-03-01 + 2019-08-31 + EHS + Inactive + Aldine Independent School District + http://aldine.k12.tx.us + 8018@hsesinfo.org + 2520 Ww Thorne Blvd + + Houston + TX + 77073-3406 + 2520 Ww Thorne Blvd + + Houston + TX + 77073-3406 + 2520 Ww Thorne Blvd + + Houston + TX + 77073-3406 + Dr. + F205609 + L205609 + + President, Aldine ISD School Board + 205609@hsesinfo.org + Dr. + F205610 + L205610 + + Superintendent of Schools + 205610@hsesinfo.org + Ms. + F205612 + L205612 + + 205612@hsesinfo.org + Dr. + F205608 + L205608 + + 205608@hsesinfo.org + 555-555-5608 + + + 9093 + 2447 + 11413 + 000 + 2013 + 2018-09-01 + + HS + Active + Early Education and Care, Inc. + http://www.eeckids.org + 2447@hsesinfo.org + 1025 Redwood Ave + + Panama City + FL + 32401-4260 + 1025 Redwood Ave + + Panama City + FL + 32401-4260 + 1025 Redwood Ave + + Panama City + FL + 32401-4260 + Mr. + F212232 + L212232 + + Executive Board President + 212232@hsesinfo.org + Mrs. + F212233 + L212233 + + Executive Director + 212233@hsesinfo.org + Ms. + F212235 + L212235 + + 212235@hsesinfo.org + Ms. + F212231 + L212231 + + 212231@hsesinfo.org + 555-555-2231 x 5555 + + + 10697 + 484 + 12707 + 000 + 1995 + 2019-11-01 + + HS + Active + West Ohio Community Action Partnership + http://www.wocap.org + 484@hsesinfo.org + 540 South Central Avenue + + Lima + OH + 45804-1306 + 540 South Central Avenue + + Lima + OH + 45804-1306 + 540 South Central Avenue + + Lima + OH + 45804-1306 + Mrs. + F223208 + L223208 + + President of Board of Trustees + 223208@hsesinfo.org + Ms. + F223209 + L223209 + + + 223209@hsesinfo.org + Mrs. + F223211 + L223211 + + 223211@hsesinfo.org + Ms. + F223207 + L223207 + + 223207@hsesinfo.org + 555-555-3207 x 5555 + + + 9094 + 2448 + 11413 + 200 + 2013 + 2018-09-01 + + EHS + Active + Early Education and Care, Inc. + http://www.eeckids.org + 2448@hsesinfo.org + 1025 Redwood Ave + + Panama City + FL + 32401-4260 + 450 Jenks Ave + + Panama City + FL + 32401-2626 + 1025 Redwood Ave + + Panama City + FL + 32401-4260 + Mr. + F212239 + L212239 + + Executive Board President + 212239@hsesinfo.org + Mrs. + F212240 + L212240 + + Executive Director + 212240@hsesinfo.org + Ms. + F212242 + L212242 + + 212242@hsesinfo.org + Ms. + F212238 + L212238 + + 212238@hsesinfo.org + 555-555-2238 x 5555 + + + 8538 + 8418 + 10944 + 200 + 2017 + 2017-03-01 + + EHS + Active + GREENE LAMP + http://www.greenelamp.org + 8418@hsesinfo.org + 309 Summit Ave + + Kinston + NC + 28501-3957 + 309 Summit Ave + + Kinston + NC + 28501-3957 + 309 Summit Ave + + Kinston + NC + 28501-3957 + Mrs. + F208494 + L208494 + + Board Chair (effective January 1, 2017) + 208494@hsesinfo.org + Mrs. + F208495 + L208495 + + Executive Director + 208495@hsesinfo.org + Miss + F208497 + L208497 + + 208497@hsesinfo.org + Mrs. + F208493 + L208493 + + 208493@hsesinfo.org + 555-555-8493 x 5555 + + + 9012 + 8698 + 11340 + 000 + 2018 + 2018-09-01 + 2020-08-31 + HS + Inactive + CDI HS/Hartford and Middlesex Counties, CT + www.cdiheadstart.org + 8698@hsesinfo.org + 261 Locust St + + Hartford + CT + 06114-2008 + PO Box 340745 + + Hartford + CT + 06134-0745 + 261 Locust St + + Hartford + CT + 06114-2008 + Mr. + F211634 + L211634 + + Chief Executive Officer + 211634@hsesinfo.org + Ms. + F211632 + L211632 + + Executive Director + 211632@hsesinfo.org + + F211635 + L211635 + + 211635@hsesinfo.org + Ms. + F211631 + L211631 + + 211631@hsesinfo.org + 555-555-1631 + + + 8642 + 8509 + 11030 + 200 + 2017 + 2017-06-21 + + EHS + Active + CDI HS/Chilton, Autauga, Shelby and Elmore, AL + www.cdiheadstart.org + 8509@hsesinfo.org + 905 W Osceola St + + Wetumpka + AL + 36092-2133 + PO Box 1352 + + Wetumpka + AL + 36092-0024 + 905 W Osceola St + + Wetumpka + AL + 36092-2133 + Mr. + F209003 + L209003 + + Chief Executive Officer + 209003@hsesinfo.org + Ms. + F209004 + L209004 + + Executive Director + 209004@hsesinfo.org + + F209006 + L209006 + + 209006@hsesinfo.org + Ms. + F209002 + L209002 + + 209002@hsesinfo.org + 555-555-9002 + + + 8218 + 8150 + 10633 + 200 + 2016 + 2016-07-01 + + EHS + Active + The Guidance Center + www.guidance-center.org + 8150@hsesinfo.org + 13101 Allen Rd + + Southgate + MI + 48195-2216 + 13101 Allen Rd + + Southgate + MI + 48195-2216 + 13101 Allen Rd + + Southgate + MI + 48195-2216 + Mr. + F206641 + L206641 + + + 206641@hsesinfo.org + Mr. + F206642 + L206642 + + + 206642@hsesinfo.org + Ms. + F206644 + L206644 + + 206644@hsesinfo.org + Ms. + F206640 + L206640 + + 206640@hsesinfo.org + 555-555-6640 x 5555 + + + 6106 + 2653 + 9708 + 000 + 2011 + 2015-03-01 + + HS + Active + Meriden Young Men`s Christian Association, Inc + www.meridenymca.org + 2653@hsesinfo.org + 398 Liberty St + 110 West Main Street, Meriden Ct 06451 + Meriden + CT + 06450-4529 + 398 Liberty St + 110 West Main Street, Meriden Ct 06451 + Meriden + CT + 06450-4529 + 398 Liberty St + 110 West Main Street, Meriden Ct 06451 + Meriden + CT + 06450-4529 + Mr. + F108416 + L108416 + + Chief Volunteer Officer + 108416@hsesinfo.org + Mr. + F108414 + L108414 + + Executive Director + 108414@hsesinfo.org + Ms. + F108413 + L108413 + + 108413@hsesinfo.org + Ms. + F108412 + L108412 + + 108412@hsesinfo.org + 555-555-8412 x 5555 + + + 8219 + 1398 + 10606 + 000 + 1992 + 2016-07-01 + + HS + Active + Missouri Ozarks Community Action, Inc. + http://www.mocaonline.org + 1398@hsesinfo.org + 306 S Pine St + + Richland + MO + 65556-7654 + PO Box 69 + + Richland + MO + 65556-0069 + 306 S Pine St + + Richland + MO + 65556-7654 + Mr. + F206648 + L206648 + + Chairman of the Board of Directors + 206648@hsesinfo.org + Mr. + F206649 + L206649 + + MOCA Executive Director + 206649@hsesinfo.org + Ms. + F206651 + L206651 + + 206651@hsesinfo.org + Mrs. + F206647 + L206647 + + 206647@hsesinfo.org + 555-555-6647 x 5555 + + + 9388 + 4289 + 11620 + 000 + 2013 + 2019-02-01 + + HS + Active + Children's Home Society of Washington + http://www.chs-wa.org + 4289@hsesinfo.org + 12360 Lake City Way NE + Ste 450 + Seattle + WA + 98125-5452 + PO Box 15190 + + Seattle + WA + 98115-0190 + 12360 Lake City Way NE + Ste 450 + Seattle + WA + 98125-5452 + Mr. + F214249 + L214249 + + Chair, Board of Trustees + 214249@hsesinfo.org + Mr. + F214250 + L214250 + + President/CEO + 214250@hsesinfo.org + Ms. + F214252 + L214252 + + 214252@hsesinfo.org + Ms. + F214248 + L214248 + + 214248@hsesinfo.org + 555-555-4248 + + + 9003 + 639 + 11331 + 000 + 2013 + 2018-08-01 + + HS + Active + CHESTERFIELD-MARLBORO ECONOMIC OPPORTUNITY COUNCIL, INC + + 639@hsesinfo.org + 318 Front St + + Cheraw + SC + 29520-1904 + PO Box 877 + + Cheraw + SC + 29520-0877 + 318 Front St + + Cheraw + SC + 29520-1904 + Mrs. + F211577 + L211577 + + Chairman + 211577@hsesinfo.org + Mr. + F211578 + L211578 + + Executive Director + 211578@hsesinfo.org + Mr. + F211580 + L211580 + + 211580@hsesinfo.org + Ms. + F211576 + L211576 + + 211576@hsesinfo.org + 555-555-1576 x 5555 + + + 8941 + 4193 + 11288 + 201 + 2013 + 2018-07-01 + + EHS + Active + Farrell Area School District + http://www.mchs-ehs.org + 4193@hsesinfo.org + 1901 Memorial Drive + + Farrell + PA + 16121-1507 + 1901 Memorial Drive + + Farrell + PA + 16121-1507 + 1901 Memorial Drive + + Farrell + PA + 16121-1507 + Mr. + F211093 + L211093 + + Elected Public Official + 211093@hsesinfo.org + Rev. + F211094 + L211094 + + + 211094@hsesinfo.org + Ms. + F211096 + L211096 + + 211096@hsesinfo.org + Ms. + F211092 + L211092 + + 211092@hsesinfo.org + 555-555-1092 x 5555 + + + 8078 + 506 + 10585 + 000 + 1991 + 2016-07-01 + + HS + Active + Northeast South Dakota Head Start Program, Inc. + http://www.nesdhs.org + 506@hsesinfo.org + 200 S Harrison St + #1 + Aberdeen + SD + 57401-4747 + 200 S Harrison St + #1 + Aberdeen + SD + 57401-4747 + 200 S Harrison St + #1 + Aberdeen + SD + 57401-4747 + Ms. + F205731 + L205731 + + Grantee Board President + 205731@hsesinfo.org + Ms. + F205732 + L205732 + + Executive Director + 205732@hsesinfo.org + Ms. + F205734 + L205734 + + 205734@hsesinfo.org + Ms. + F205730 + L205730 + + 205730@hsesinfo.org + 555-555-5730 + + + 5121 + 701 + 8815 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Southfield Public Schools + http://www.southfield.k12.mi.us + 701@hsesinfo.org + 24661 Lahser Rd + Southfield Public Schools John W. English Center + Southfield + MI + 48033-3238 + 24501 Fredrick St + Bussey Center for Early Childhood Education + Southfield + MI + 48033-3989 + 24661 Lahser Rd + Southfield Public Schools John W. English Center + Southfield + MI + 48033-3238 + Mr. + F51911 + L51911 + + President, Board of Education + 51911@hsesinfo.org + Mrs. + F51913 + L51913 + + Superintendent + 51913@hsesinfo.org + Ms. + F51912 + L51912 + + 51912@hsesinfo.org + Mrs. + F51909 + L51909 + + 51909@hsesinfo.org + 555-555-1909 + + + 11482 + 1754 + 13311 + 000 + 2001 + 2020-07-01 + + AIAN HS + Active + Ponca Tribe of Oklahoma + + 1754@hsesinfo.org + 20 White Eagle Dr + + Ponca City + OK + 74601-8310 + 20 White Eagle Dr + + Ponca City + OK + 74601-8310 + 20 White Eagle Dr + + Ponca City + OK + 74601-8310 + Mr. + F228401 + L228401 + + Chairman + 228401@hsesinfo.org + Mrs. + F228402 + L228402 + + Tribal Administrator + 228402@hsesinfo.org + Mrs. + F228404 + L228404 + + 228404@hsesinfo.org + Mrs. + F228400 + L228400 + + 228400@hsesinfo.org + 555-555-8400 + + + 11484 + 807 + 13321 + 000 + 1992 + 2020-07-01 + + HS + Active + EASTERN PLAINS COMMUNITY ACTION AGENCY, INC + http://www.epcaa.org + 807@hsesinfo.org + 210 W Center St + + Tucumcari + NM + 88401-2219 + PO Box 1244 + + Tucumcari + NM + 88401-1244 + 210 W Center St + + Tucumcari + NM + 88401-2219 + Ms. + F228415 + L228415 + + Grantee Board Chair + 228415@hsesinfo.org + Mrs. + F228416 + L228416 + + Executive Director + 228416@hsesinfo.org + Ms. + F228418 + L228418 + + 228418@hsesinfo.org + Mrs. + F228414 + L228414 + + 228414@hsesinfo.org + 555-555-8414 + + + 6759 + 1200 + 10186 + 000 + 1992 + 2015-08-01 + + AIAN HS + Active + Blackfeet Tribal Business Council + www.blackfeetnation.com + 1200@hsesinfo.org + 615 South Piegan Street + + Browning + MT + 59417-0850 + 615 South Piegan Street + + Browning + MT + 59417-0850 + 615 South Piegan Street + + Browning + MT + 59417-0850 + Mr. + F202984 + L202984 + + Chairman Blackfeet Tribal Business Council + 202984@hsesinfo.org + Mr. + F202985 + L202985 + + Chairman Blackfeet Tribal Business Council + 202985@hsesinfo.org + Mr. + F202987 + L202987 + + 202987@hsesinfo.org + Mrs. + F202983 + L202983 + + 202983@hsesinfo.org + 555-555-2983 x 5555 + + + 8344 + 759 + 10700 + 000 + 1996 + 2016-07-01 + + HS + Active + Youth Development, Inc. + http://www.ydinm.org + 759@hsesinfo.org + 6301 Central Ave NW + + Albuquerque + NM + 87105-2036 + 6301 Central Ave NW + + Albuquerque + NM + 87105-2036 + 6301 Central Ave NW + + Albuquerque + NM + 87105-2036 + Ms. + F207547 + L207547 + + Chair of the Board + 207547@hsesinfo.org + Dr. + F207548 + L207548 + + President/CEO + 207548@hsesinfo.org + Ms. + F207550 + L207550 + + 207550@hsesinfo.org + Ms. + F207546 + L207546 + + 207546@hsesinfo.org + 555-555-7546 + + + 11485 + 808 + 13321 + 200 + 2002 + 2020-07-01 + + EHS + Active + EASTERN PLAINS COMMUNITY ACTION AGENCY, INC + http://www.epcaa.org + 808@hsesinfo.org + 210 W Center St + + Tucumcari + NM + 88401-2219 + PO Box 1244 + + Tucumcari + NM + 88401-1244 + 210 W Center St + + Tucumcari + NM + 88401-2219 + Ms. + F228422 + L228422 + + Grantee Board Chair + 228422@hsesinfo.org + Mrs. + F228423 + L228423 + + Executive Director + 228423@hsesinfo.org + Ms. + F228425 + L228425 + + 228425@hsesinfo.org + Mrs. + F228421 + L228421 + + 228421@hsesinfo.org + 555-555-8421 + + + 8565 + 8444 + 10976 + 200 + 2017 + 2017-03-01 + + EHS + Active + Oakland Livingston Human Service Agency + http://www.olhsa.org + 8444@hsesinfo.org + 196 Cesar E Chavez Ave + Fl 5 + Pontiac + MI + 48342-1094 + 196 Cesar E Chavez Ave + Fl 5 + Pontiac + MI + 48342-1094 + 196 Cesar E Chavez Ave + Fl 5 + Pontiac + MI + 48342-1094 + Mr. + F208678 + L208678 + + + 208678@hsesinfo.org + Ms. + F208679 + L208679 + + + 208679@hsesinfo.org + Ms. + F208681 + L208681 + + 208681@hsesinfo.org + Ms. + F208677 + L208677 + + 208677@hsesinfo.org + 555-555-8677 + + + 4998 + 1095 + 8888 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + City of Phoenix Human Services Department + http://www.phoenix.gov + 1095@hsesinfo.org + 200 W Washington St + Fl 17 + Phoenix + AZ + 85003-1611 + 200 W Washington St + Fl 17 + Phoenix + AZ + 85003-1611 + 200 W Washington St + Fl 17 + Phoenix + AZ + 85003-1611 + Ms. + F49478 + L49478 + + Councilwoman, Governing Board Chair + 49478@hsesinfo.org + Ms. + F49479 + L49479 + + Human Services Director + 49479@hsesinfo.org + Ms. + F49476 + L49476 + + 49476@hsesinfo.org + Ms. + F49475 + L49475 + + 49475@hsesinfo.org + 555-555-9475 + + + 9286 + 4572 + 11544 + 000 + 2013 + 2019-01-01 + + HS + Active + VOALA Grantee Los Angeles County + voala.org + 4572@hsesinfo.org + 3600 Wilshire Blvd + Ste 1500 + Los Angeles + CA + 90010-2619 + 3600 Wilshire Blvd + Ste 1500 + Los Angeles + CA + 90010-2619 + 3600 Wilshire Blvd + Ste 1500 + Los Angeles + CA + 90010-2619 + Mr. + F213547 + L213547 + + Executive Committee Chair + 213547@hsesinfo.org + Mr. + F213548 + L213548 + + Chief Executive Officer + 213548@hsesinfo.org + Ms. + F213550 + L213550 + + 213550@hsesinfo.org + Mr. + F213546 + L213546 + + 213546@hsesinfo.org + 555-555-3546 + + + 8064 + 2129 + 10555 + 000 + 1992 + 2016-05-01 + + HS + Active + Child Start, Inc. + http://www.childstart.org + 2129@hsesinfo.org + 1002 S. Oliver + + Wichita + KS + 67218-3218 + 1002 S. Oliver + + Wichita + KS + 67218-3218 + 1002 S. Oliver + + Wichita + KS + 67218-3218 + Mr. + F205634 + L205634 + + Chairperson, Board of Directors + 205634@hsesinfo.org + Ms. + F205635 + L205635 + + + 205635@hsesinfo.org + Ms. + F205637 + L205637 + + 205637@hsesinfo.org + Ms. + F205633 + L205633 + + 205633@hsesinfo.org + 555-555-5633 + + + 8522 + 8402 + 10929 + 200 + 2017 + 2017-03-01 + + Migrant EHS + Active + Community Council of Idaho, Inc. + www.communitycouncilofidaho.org + 8402@hsesinfo.org + 317 Happy Day Blvd. Suite 250 + + Caldwell + ID + 83607-1529 + 317 Happy Day Blvd. Suite 250 + + Caldwell + ID + 83607-1529 + 317 Happy Day Blvd. Suite 250 + + Caldwell + ID + 83607-1529 + Ms. + F208380 + L208380 + + President, Board of Trustees + 208380@hsesinfo.org + Mrs. + F208381 + L208381 + + Executive Director + 208381@hsesinfo.org + Mrs. + F208383 + L208383 + + 208383@hsesinfo.org + Ms. + F208379 + L208379 + + 208379@hsesinfo.org + 555-555-8379 + + + 11486 + 1331 + 13314 + 000 + 1991 + 2020-07-01 + + HS + Active + Webster Parish Police Jury Office of Community Services + + 1331@hsesinfo.org + 208 Gleason St + Post Office Box 876 + Minden + LA + 71055-3454 + 208 Gleason St + Post Office Box 876 + Minden + LA + 71055-3454 + 208 Gleason St + Post Office Box 876 + Minden + LA + 71055-3454 + Mr. + F228429 + L228429 + + Board President + 228429@hsesinfo.org + Mrs. + F228430 + L228430 + + Executive Director + 228430@hsesinfo.org + Mrs. + F228432 + L228432 + + 228432@hsesinfo.org + Mrs. + F228428 + L228428 + + 228428@hsesinfo.org + 555-555-8428 x 5555 + + + 6175 + 6182 + 9558 + 207 + + 2015-01-01 + 2019-11-30 + EHS + Inactive + Christopher House + http://www.christopherhouse.org + 6182@hsesinfo.org + 1611 W Division St + + Chicago + IL + 60622-1201 + 1611 W Division St + + Chicago + IL + 60622-1201 + 1611 W Division St + + Chicago + IL + 60622-1201 + Ms. + F108282 + L108282 + + Board Chair + 108282@hsesinfo.org + Ms. + F108283 + L108283 + + Executive Director + 108283@hsesinfo.org + Ms. + F108285 + L108285 + + 108285@hsesinfo.org + Ms. + F108281 + L108281 + + 108281@hsesinfo.org + 555-555-8281 + + + 6954 + 499 + 10424 + 200 + 1992 + 2015-11-01 + 2020-10-31 + EHS + Inactive + United Community Action Program, Inc. + www.ucapinc.org + 499@hsesinfo.org + 501 6th St + + Pawnee + OK + 74058-2542 + 501 6th St + + Pawnee + OK + 74058-2542 + 501 6th St + + Pawnee + OK + 74058-2542 + Mr. + F204340 + L204340 + + Chairman of Board + 204340@hsesinfo.org + Mr. + F204341 + L204341 + + Executive Director + 204341@hsesinfo.org + Ms. + F204343 + L204343 + + 204343@hsesinfo.org + Ms. + F204339 + L204339 + + 204339@hsesinfo.org + 555-555-4339 x 5555 + + + 6338 + 6356 + 10020 + 204 + + 2015-07-01 + 2019-06-30 + EHS + Inactive + Pomona Unified School District + www.pusd.org + 6356@hsesinfo.org + 800 S Garey Ave + Pomona Unified School District Child Development + Pomona + CA + 91766-3325 + 800 S Garey Ave + Pomona Unified School District Child Development + Pomona + CA + 91766-3325 + 800 S Garey Ave + Pomona Unified School District Child Development + Pomona + CA + 91766-3325 + Mr. + F200036 + L200036 + + Board President + 200036@hsesinfo.org + Mrs. + F200037 + L200037 + + Director of Child Development + 200037@hsesinfo.org + Mr. + F200039 + L200039 + + 200039@hsesinfo.org + Mr. + F200035 + L200035 + + 200035@hsesinfo.org + 555-555-0035 x 5555 + + + 5295 + 3689 + 9140 + 015 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Mexican American Opportunity Foundation + http://www.maof.org + 3689@hsesinfo.org + 2650 Zoe Avenue + + Huntington Park + CA + 90255 + 2650 Zoe Avenue + + Huntington Park + CA + 90255 + 2650 Zoe Avenue + + Huntington Park + CA + 90255 + Mrs. + F53408 + L53408 + + Chair + 53408@hsesinfo.org + Mr. + F53409 + L53409 + + + 53409@hsesinfo.org + Ms. + F53407 + L53407 + + 53407@hsesinfo.org + Mrs. + F53406 + L53406 + + 53406@hsesinfo.org + 555-555-3406 + + + 9430 + 1234 + 11642 + 000 + 2013 + 2019-03-01 + + HS + Active + Community Action of East Central Indiana, Inc. + www.caeci.org + 1234@hsesinfo.org + 1845 W Main St + + Richmond + IN + 47374-3821 + 1845 West Main Street + P.O. Box 1314 + Richmond + IN + 47375-1314 + 1845 W Main St + + Richmond + IN + 47374-3821 + Mrs. + F214519 + L214519 + + President, Board of Directors + 214519@hsesinfo.org + Ms. + F214520 + L214520 + + Interim Executive, Director + 214520@hsesinfo.org + Mr. + F214522 + L214522 + + 214522@hsesinfo.org + Mrs. + F214518 + L214518 + + 214518@hsesinfo.org + 555-555-4518 x 5555 + + + 9251 + 8742 + 9140 + 215 + 2019 + 2019-02-01 + 2019-06-30 + EHS + Inactive + Mexican American Opportunity Foundation + http://www.maof.org + 8742@hsesinfo.org + 2650 Zoe Avenue + + Huntington Park + CA + 90255 + 2650 Zoe Avenue + + Huntington Park + CA + 90255 + 2650 Zoe Avenue + + Huntington Park + CA + 90255 + Mrs. + F213299 + L213299 + + Chair + 213299@hsesinfo.org + Mr. + F213297 + L213297 + + + 213297@hsesinfo.org + Mr. + F213300 + L213300 + + 213300@hsesinfo.org + Mrs. + F213296 + L213296 + + 213296@hsesinfo.org + 555-555-3296 + + + 6152 + 1219 + 9673 + 000 + 1992 + 2015-03-01 + 2020-02-29 + AIAN HS + Inactive + Lower Brule Sioux Tribe + + 1219@hsesinfo.org + 187 Oyate Circle + + Lower Brule + SD + 57548-8500 + PO Box 804 + + Lower Brule + SD + 57548 + 187 Oyate Circle + + Lower Brule + SD + 57548-8500 + Mr. + F108742 + L108742 + + Tribal Chairman + 108742@hsesinfo.org + Mr. + F108740 + L108740 + Sr. + Senior Council Member-Secretary Treasurer + 108740@hsesinfo.org + + F108739 + L108739 + + 108739@hsesinfo.org + Mrs. + F108738 + L108738 + + 108738@hsesinfo.org + 555-555-8738 + + + 9370 + 2530 + 11603 + 200 + 2013 + 2019-02-01 + + EHS + Active + Benton Franklin Head Start + bfhs.net + 2530@hsesinfo.org + 1549 Georgia Avenue S. E., Suite B + + Richland + WA + 99352-4756 + 1549 Georgia Avenue S. E., Suite B + + Richland + WA + 99352-4756 + 1549 Georgia Avenue S. E., Suite B + + Richland + WA + 99352-4756 + Mr. + F214123 + L214123 + + Board Chair + 214123@hsesinfo.org + Ms. + F214124 + L214124 + + Executive Director + 214124@hsesinfo.org + Ms. + F214126 + L214126 + + 214126@hsesinfo.org + Ms. + F214122 + L214122 + + 214122@hsesinfo.org + 555-555-4122 x 5555 + + + 8171 + 8103 + 10551 + 000 + 2016 + 2016-05-01 + + HS + Active + Foundacion Para El Desarollo Del Hogar Priopio + fdhp.org + 8103@hsesinfo.org + Luis Muñoz Marin Avenue + Carretera 183 + Caguas + PR + 00726 + PO Box 5250 + + CAGUAS + PR + 00726-5250 + Ave. Luis Muñoz Marin, Esquina Georgetti + + Caguas + PR + 00726-5250 + Mr. + F206312 + L206312 + + Board President + 206312@hsesinfo.org + Mrs. + F206313 + L206313 + + Executive Director + 206313@hsesinfo.org + Mrs. + F206315 + L206315 + + 206315@hsesinfo.org + Mrs. + F206311 + L206311 + + 206311@hsesinfo.org + 555-555-6311 x 5555 + + + 8742 + 8600 + 11114 + 214 + 2017 + 2017-08-01 + + EHS + Active + Municipio de Sabana Grande, Proyecto Head Start + + 8600@hsesinfo.org + Carr 328 Km 0.2 + Edificio Jomar Plaza + Sabana Grande + PR + 00637 + PO Box 356 + + Sabana Grande + PR + 00637-0356 + Carr 328 Km 0.2 + Edificio Jomar Plaza + Sabana Grande + PR + 00637 + Mrs. + F209674 + L209674 + + Board Presidente + 209674@hsesinfo.org + Hon. + F209675 + L209675 + G + Mayor + 209675@hsesinfo.org + Mrs. + F209677 + L209677 + + 209677@hsesinfo.org + Mrs. + F209673 + L209673 + + 209673@hsesinfo.org + 555-555-9673 + + + 4953 + 2838 + 8851 + 200 + 2011 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Eastern Panhandle Instructional Cooperative + epicresa8.org + 2838@hsesinfo.org + 109 South College Street + + Martinsburg + WV + 25401 + 109 South College Street + + Martinsburg + WV + 25401 + 109 South College Street + + Martinsburg + WV + 25401 + Dr. + F49212 + L49212 + DDS + Chairperson, Regional Advisory Council + 49212@hsesinfo.org + Ms. + F49210 + L49210 + + Administrator + 49210@hsesinfo.org + Ms. + F49209 + L49209 + + 49209@hsesinfo.org + Mrs. + F49208 + L49208 + + 49208@hsesinfo.org + 555-555-9208 + + + 5788 + 5794 + 9408 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Merced County Superintendent of Schools + + 5794@hsesinfo.org + 632 W. 13th Street + + Merced + CA + 95341-5908 + 632 W 13th St + + Merced + CA + 95341-5908 + 1840 Wardrobe Ave + + Merced + CA + 95341-6407 + Dr. + F103612 + L103612 + + Merced County Superintendent of Schools + 103612@hsesinfo.org + Ms. + F103613 + L103613 + + Assistant Superintendent of Early Education + 103613@hsesinfo.org + Mr. + F103615 + L103615 + + 103615@hsesinfo.org + Ms. + F103611 + L103611 + + 103611@hsesinfo.org + 555-555-3611 + + + 6720 + 2764 + 10244 + 200 + 2011 + 2015-08-01 + + EHS + Active + Gadsden Progress Council, Inc. + www.gadhs.org + 2764@hsesinfo.org + 513 Henry St + + Gadsden + AL + 35901-3135 + 513 Henry St + + Gadsden + AL + 35901-3135 + 513 Henry St + + Gadsden + AL + 35901-3135 + Mr. + F202711 + L202711 + + Board Chairman + 202711@hsesinfo.org + Dr. + F202712 + L202712 + + Director + 202712@hsesinfo.org + Ms. + F202714 + L202714 + + 202714@hsesinfo.org + Dr. + F202710 + L202710 + + 202710@hsesinfo.org + 555-555-2710 + + + 9703 + 8878 + 11859 + 000 + 2019 + 2019-06-01 + + HS + Active + Save the Children Federation Inc. + + 8878@hsesinfo.org + + + + + + + + + + + + + + + + Mr. + F216342 + L216342 + + Save the Children Head Start Board Chair + 216342@hsesinfo.org + Mr. + F216343 + L216343 + + Executive Director + 216343@hsesinfo.org + Ms. + F216345 + L216345 + + 216345@hsesinfo.org + Mr. + F216341 + L216341 + + 216341@hsesinfo.org + 555-555-6341 + + + 5942 + 5949 + 9683 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Community Coordinated Care for Children, Inc. + https://4cflorida.org/ + 5949@hsesinfo.org + 3500 W Colonial Dr + + Orlando + FL + 32808-7902 + 3500 W Colonial Dr + + Orlando + FL + 32808-7902 + 3500 W Colonial Dr + + Orlando + FL + 32808-7902 + Mr. + F106190 + L106190 + + 4C Board Chair + 106190@hsesinfo.org + Ms. + F106191 + L106191 + + President/CEO + 106191@hsesinfo.org + Ms. + F106193 + L106193 + + 106193@hsesinfo.org + Ms. + F106189 + L106189 + + 106189@hsesinfo.org + 555-555-6189 + + + 8540 + 8420 + 10946 + 200 + 2017 + 2017-03-01 + + Migrant EHS + Active + Community Action Partnership of San Luis Obispo County, Inc. + http://www.capslo.org + 8420@hsesinfo.org + 1030 Southwood Dr + + San Luis Obispo + CA + 93401-5813 + 1030 Southwood Dr + + San Luis Obispo + CA + 93401-5813 + 1030 Southwood Dr + + San Luis Obispo + CA + 93401-5813 + Ms. + F208508 + L208508 + + CAPSLO Board President + 208508@hsesinfo.org + Mrs. + F208509 + L208509 + + Chief Executive Officer + 208509@hsesinfo.org + Ms. + F208511 + L208511 + + 208511@hsesinfo.org + Ms. + F208507 + L208507 + + 208507@hsesinfo.org + 555-555-8507 + + + 8859 + 512 + 11229 + 200 + 2013 + 2018-07-01 + + EHS + Active + Okaloosa County Comprehensive Head Start Child Development + http://www.okaloosaheadstart.org + 512@hsesinfo.org + 2018 Lewis Turner Blvd + Ste B + Fort Walton Beach + FL + 32547-1352 + 2018 Lewis Turner Blvd + Ste B + Fort Walton Beach + FL + 32547-1352 + 2018 Lewis Turner Blvd + Ste B + Fort Walton Beach + FL + 32547-1352 + Dr. + F210535 + L210535 + + Board Chairperson + 210535@hsesinfo.org + Ms. + F210536 + L210536 + + Executive Director + 210536@hsesinfo.org + Mr. + F210538 + L210538 + + 210538@hsesinfo.org + Ms. + F210534 + L210534 + + 210534@hsesinfo.org + 555-555-0534 x 5555 + + + 5938 + 5945 + 9653 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Early Learning Coalition Miami-Dade/Monroe County + http://elcmdm.org + 5945@hsesinfo.org + 6251 NW 7th Ave + Ste 204 + Miami + FL + 33150-4319 + 6251 NW 7th Ave + Ste 204 + Miami + FL + 33150-4319 + 2555 Ponce De Leon Blvd + Ste 500 + Coral Gables + FL + 33134-6019 + Mr. + F106158 + L106158 + + Chairman, ELC Board of Directors + 106158@hsesinfo.org + Mr. + F106159 + L106159 + + President/CEO + 106159@hsesinfo.org + Ms. + F106161 + L106161 + + 106161@hsesinfo.org + Ms. + F106157 + L106157 + + 106157@hsesinfo.org + 555-555-6157 x 5555 + + + 6995 + 2381 + 10445 + 000 + 1991 + 2015-12-01 + + HS + Active + Northwest Communtiy Action Partnership + http://www.ncap.info + 2381@hsesinfo.org + 270 Pine St + + Chadron + NE + 69337-2296 + 270 Pine St + + Chadron + NE + 69337-2296 + 270 Pine St + + Chadron + NE + 69337-2296 + Mr. + F204631 + L204631 + + President, Board of Directors + 204631@hsesinfo.org + Ms. + F204632 + L204632 + + Chief Executive Office + 204632@hsesinfo.org + Ms. + F204634 + L204634 + + 204634@hsesinfo.org + Mrs. + F204630 + L204630 + + 204630@hsesinfo.org + 555-555-4630 x 5555 + + + 6278 + 2601 + 9853 + 000 + 2010 + 2015-04-01 + 2020-10-31 + HS + Inactive + Acelero, Inc. + www.acelero.net + 2601@hsesinfo.org + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + Mr. + F110226 + L110226 + + Chairman of the Board + 110226@hsesinfo.org + Mr. + F110224 + L110224 + + COO/Head Start Director + 110224@hsesinfo.org + Ms. + F110223 + L110223 + + 110223@hsesinfo.org + Mr. + F110222 + L110222 + + 110222@hsesinfo.org + 555-555-0222 + + + 6742 + 2510 + 10224 + 200 + 2007 + 2015-08-01 + 2020-07-31 + EHS + Inactive + MID-MICHIGAN COMMUNITY ACTION AGENCY INC + www.mmcaa.org + 2510@hsesinfo.org + 1574 E Washington Rd + + Farwell + MI + 48622-9437 + 1574 E Washington Rd + + Farwell + MI + 48622-9437 + 1574 E Washington Rd + + Farwell + MI + 48622-9437 + Mr. + F202865 + L202865 + + Board Chairman + 202865@hsesinfo.org + Mrs. + F202866 + L202866 + + Executive Director + 202866@hsesinfo.org + Ms. + F202868 + L202868 + + 202868@hsesinfo.org + Mrs. + F202864 + L202864 + + 202864@hsesinfo.org + 555-555-2864 + + + 6372 + 892 + 9966 + 000 + 1992 + 2015-06-01 + 2020-05-31 + HS + Inactive + LKLP Head Start Central Headquarters + lklp.net + 892@hsesinfo.org + 398 Roy Campbell Dr + + Hazard + KY + 41701-9486 + 398 Roy Campbell Dr + + Hazard + KY + 41701-9486 + 398 Roy Campbell Dr + + Hazard + KY + 41701-9486 + Mr. + F200274 + L200274 + + + 200274@hsesinfo.org + Mr. + F200275 + L200275 + + + 200275@hsesinfo.org + Mr. + F200277 + L200277 + + 200277@hsesinfo.org + Ms. + F200273 + L200273 + + 200273@hsesinfo.org + 555-555-0273 + + + 9117 + 3785 + 11430 + 008 + 2013 + 2018-09-01 + + HS + Active + Desert Sands USD + www.dsusd.us + 3785@hsesinfo.org + 47-950 Dune Palms Road + + La Quinta + CA + 92253-4000 + 47-950 Dune Palms Road + + La Quinta + CA + 92253-4000 + 47-950 Dune Palms Road + + La Quinta + CA + 92253-4000 + Mr. + F212409 + L212409 + + President, Board of Education + 212409@hsesinfo.org + Mr. + F212410 + L212410 + + Superintendent + 212410@hsesinfo.org + Ms. + F212412 + L212412 + + 212412@hsesinfo.org + Mr. + F212408 + L212408 + + 212408@hsesinfo.org + 555-555-2408 + + + 8992 + 1579 + 11322 + 200 + 2000 + 2018-09-01 + + EHS + Active + Municipality of Barceloneta + + 1579@hsesinfo.org + Carr. 2 Km 51.2 + Bo. Florida Sector Cruce Dávila + Barceloneta + PR + 00617 + P.O. Box 2044 + + Barceloneta + PR + 00617 + Carr. 2 Km 51.2 + Bo. Florida Sector Cruce Dávila + Barceloneta + PR + 00617 + Hon. + F211500 + L211500 + + President Governing Body + 211500@hsesinfo.org + Mrs. + F211501 + L211501 + + Executive Director + 211501@hsesinfo.org + Mr. + F211503 + L211503 + + 211503@hsesinfo.org + Mrs. + F211499 + L211499 + + 211499@hsesinfo.org + 555-555-1499 + + + 9563 + 8826 + 11771 + 000 + 2019 + 2019-06-01 + + HS + Active + Central Texas Opportunities, Inc. + 114 Needham + 8826@hsesinfo.org + 114 Needham St + + Coleman + TX + 76834-5030 + 114 Needham St + + Coleman + TX + 76834-5030 + 114 Needham St + + Coleman + TX + 76834-5030 + Mr. + F215438 + L215438 + + Board Chair + 215438@hsesinfo.org + Ms. + F215439 + L215439 + + Executive Director + 215439@hsesinfo.org + Ms. + F215441 + L215441 + + 215441@hsesinfo.org + Ms. + F215437 + L215437 + + 215437@hsesinfo.org + 555-555-5437 x 5555 + + + 9564 + 8827 + 11771 + 200 + 2019 + 2019-06-01 + + EHS + Active + Central Texas Opportunities, Inc. + www.ctoinc.org + 8827@hsesinfo.org + 114 Needham St + + Coleman + TX + 76834-5030 + 114 Needham St + + Coleman + TX + 76834-5030 + 114 Needham St + + Coleman + TX + 76834-5030 + Mr. + F215445 + L215445 + + Board Chair + 215445@hsesinfo.org + Ms. + F215446 + L215446 + + Executive Director + 215446@hsesinfo.org + + F215448 + L215448 + + 215448@hsesinfo.org + Ms. + F215444 + L215444 + + 215444@hsesinfo.org + 555-555-5444 x 5555 + + + 5131 + 820 + 8808 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Livingston Educational Service Agency + http://www.livingstonesa.org + 820@hsesinfo.org + 1425 West Grand River Avenue + + Howell + MI + 48843-1916 + 1425 West Grand River Avenue + + Howell + MI + 48843-1916 + 1425 West Grand River Avenue + + Howell + MI + 48843-1916 + Ms. + F51854 + L51854 + + President, LESA Board of Education + 51854@hsesinfo.org + Mr. + F51855 + L51855 + + + 51855@hsesinfo.org + Ms. + F51856 + L51856 + + 51856@hsesinfo.org + Ms. + F51851 + L51851 + M.Ed + 51851@hsesinfo.org + 555-555-1851 + + + 8513 + 8393 + 10921 + 200 + 2017 + 2017-03-01 + + EHS + Active + MACON BIBB COUNTY ECONOMIC OPPORTUNITY COUNCIL INC + http://www.maconbibbeoc.com + 8393@hsesinfo.org + 1680 Broadway + + Macon + GA + 31201-3081 + 1680 Broadway + + Macon + GA + 31201-3081 + 1680 Broadway + + Macon + GA + 31201-3081 + Dr. + F208317 + L208317 + + + 208317@hsesinfo.org + Ms. + F208318 + L208318 + + + 208318@hsesinfo.org + + F208320 + L208320 + + 208320@hsesinfo.org + Ms. + F208316 + L208316 + + 208316@hsesinfo.org + 555-555-8316 + + + 11491 + 6603 + 13319 + 000 + + 2020-07-01 + + HS + Active + Catholic Charities Archdiocese of New Orleans + www.ccano.org + 6603@hsesinfo.org + 1000 Howard Ave Ste 200 + + New Orleans + LA + 70113-1964 + 1000 Howard Ave Ste 200 + + New Orleans + LA + 70113-1964 + 1000 Howard Ave Ste 200 + + New Orleans + LA + 70113-1964 + Mr. + F228464 + L228464 + + Chairman + 228464@hsesinfo.org + Sr. + F228465 + L228465 + + President and CEO + 228465@hsesinfo.org + Ms. + F228467 + L228467 + + 228467@hsesinfo.org + Mrs. + F228463 + L228463 + + 228463@hsesinfo.org + 555-555-8463 + + + 8356 + 8263 + 10708 + 200 + 2016 + 2016-07-01 + + EHS + Active + Westmoreland Human Opportunities dba West. Community Action + http://www.westmorelandca.org + 8263@hsesinfo.org + 226 South Maple Avenue + + Greensburg + PA + 15601 + 226 South Maple Avenue + + Greensburg + PA + 15601 + 226 South Maple Avenue + + Greensburg + PA + 15601 + Mr. + F207630 + L207630 + + WCA Board President + 207630@hsesinfo.org + Mrs. + F207631 + L207631 + + CEO + 207631@hsesinfo.org + Ms. + F207633 + L207633 + + 207633@hsesinfo.org + Ms. + F207629 + L207629 + + 207629@hsesinfo.org + 555-555-7629 x 5555 + + + 8241 + 1568 + 10649 + 200 + 2000 + 2016-07-01 + + EHS + Active + Tennessee State Univ.-TN CAREs Early Head Start + www.tnstate.edu/learningsciences + 1568@hsesinfo.org + Tennessee State University- TN CAREs Early Head Start + 1001 Reynolds Street + Paris + TN + 38242 + Tennesse State University + Center of Excellence for Learning Sciences, Box 9500 + Nashville + TN + 37209-1561 + Tennesse State University + Center of Excellence for Learning Sciences, Box 9500 + Nashville + TN + 37209-1561 + Dr. + F206802 + L206802 + + Vice President and Chief Research Officer + 206802@hsesinfo.org + Dr. + F206803 + L206803 + + Director of Center of Excellence for Learning Sciences + 206803@hsesinfo.org + Mr. + F206805 + L206805 + + 206805@hsesinfo.org + Ms. + F206801 + L206801 + + 206801@hsesinfo.org + 555-555-6801 + + + 8186 + 2333 + 10625 + 200 + 2002 + 2016-07-01 + + EHS + Active + Opportunities for Chenango, Inc. + http://www.ofcinc.org + 2333@hsesinfo.org + 44 W Main St + + Norwich + NY + 13815-1613 + 44 W Main St + + Norwich + NY + 13815-1613 + 44 W Main St + + Norwich + NY + 13815-1613 + Mr. + F206417 + L206417 + + President + 206417@hsesinfo.org + Mr. + F206418 + L206418 + + Executive Director + 206418@hsesinfo.org + Ms. + F206420 + L206420 + + 206420@hsesinfo.org + Mrs. + F206416 + L206416 + + 206416@hsesinfo.org + 555-555-6416 x 5555 + + + 7037 + 667 + 10480 + 000 + 1992 + 2016-01-01 + + HS + Active + NW Michigan Community Action Agency + http://www.nmcaa.net + 667@hsesinfo.org + 3963 3 Mile Rd N + + Traverse City + MI + 49686-9164 + 3963 3 Mile Rd N + + Traverse City + MI + 49686-9164 + 3963 3 Mile Rd N + + Traverse City + MI + 49686-9164 + Mrs. + F204925 + L204925 + + Board Chairperson + 204925@hsesinfo.org + Ms. + F204926 + L204926 + + Executive Director + 204926@hsesinfo.org + Ms. + F204928 + L204928 + + 204928@hsesinfo.org + Ms. + F204924 + L204924 + + 204924@hsesinfo.org + 555-555-4924 + + + 4790 + 904 + 8747 + 000 + 2014 + 2014-04-01 + 2019-06-30 + HS + Inactive + Gaston Community Action, Inc + http://www.gastonca.org + 904@hsesinfo.org + 223 N Morris St + + Gastonia + NC + 28052-2244 + PO Box 1653 + + Gastonia + NC + 28053-1653 + 223 N Morris St + + Gastonia + NC + 28052-2244 + Mrs. + F46609 + L46609 + + Board Chairperson + 46609@hsesinfo.org + Mr. + F46612 + L46612 + + + 46612@hsesinfo.org + Mrs. + F46613 + L46613 + + 46613@hsesinfo.org + Mrs. + F46608 + L46608 + + 46608@hsesinfo.org + 555-555-6608 + + + 4853 + 3173 + 8789 + 000 + 2014 + 2014-06-01 + 2019-05-31 + HS + Inactive + LAWRENCE COUNTY SOCIAL SERVICES, INC. + http://www.lccap.org + 3173@hsesinfo.org + 241 W Grant St + + New Castle + PA + 16101-2212 + PO Box 189 + + New Castle + PA + 16103-0189 + 241 W Grant St + + New Castle + PA + 16101-2212 + Mr. + F47622 + L47622 + + Board Chairman + 47622@hsesinfo.org + Mr. + F47623 + L47623 + + Chief Executive Officer + 47623@hsesinfo.org + Ms. + F47621 + L47621 + + 47621@hsesinfo.org + Ms. + F47620 + L47620 + + 47620@hsesinfo.org + 555-555-7620 x 5555 + + + 5446 + 584 + 9192 + 000 + 2014 + 2014-09-01 + 2020-08-31 + HS + Inactive + Beaufort-Jasper Economic Opportunity Council + www.beaufortjaspereoc.org + 584@hsesinfo.org + 1905 Duke St + Ste 250 + Beaufort + SC + 29902-4403 + PO Box 2296 + + Beaufort + SC + 29901-2296 + 1905 Duke St + Ste 250 + Beaufort + SC + 29902-4403 + Mr. + F97014 + L97014 + + Board Chair + 97014@hsesinfo.org + Mr. + F97015 + L97015 + + Executive Director + 97015@hsesinfo.org + Mrs. + F97016 + L97016 + + 97016@hsesinfo.org + Mr. + F97013 + L97013 + + 97013@hsesinfo.org + 555-555-7013 + + + 6279 + 2854 + 9853 + 200 + 2010 + 2015-04-01 + 2020-10-31 + EHS + Inactive + Acelero, Inc. + www.acelero.net + 2854@hsesinfo.org + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + Mr. + F110233 + L110233 + + Chairman of the Board + 110233@hsesinfo.org + Mr. + F110231 + L110231 + + COO/Head Start Director + 110231@hsesinfo.org + Ms. + F110230 + L110230 + + 110230@hsesinfo.org + Mr. + F110229 + L110229 + + 110229@hsesinfo.org + 555-555-0229 + + + 10604 + 6077 + 12605 + 200 + + 2019-09-01 + + EHS + Active + Clayton County Community Services Authority, Inc. + http://www.claytoncountycsa.org + 6077@hsesinfo.org + 1000 Main St + + Forest Park + GA + 30297-1473 + 1000 Main St + + Forest Park + GA + 30297-1473 + 1000 Main St + + Forest Park + GA + 30297-1473 + Mr. + F222565 + L222565 + + BOARD CHAIR + 222565@hsesinfo.org + Dr. + F222566 + L222566 + + EXECUTIVE DIRECTOR + 222566@hsesinfo.org + Ms. + F222568 + L222568 + + 222568@hsesinfo.org + Mrs. + F222564 + L222564 + + 222564@hsesinfo.org + 555-555-2564 x 5555 + + + 5814 + 5820 + 9414 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Youth & Family Services, Inc. + http://www.youthandfamilyservices.org + 5820@hsesinfo.org + 1920 Plaza Blvd + + Rapid City + SD + 57702-9354 + PO Box 2813 + + Rapid City + SD + 57709-2813 + 1920 Plaza Blvd + + Rapid City + SD + 57702-9354 + Ms. + F103860 + L103860 + + Board President + 103860@hsesinfo.org + Ms. + F103861 + L103861 + + CEO + 103861@hsesinfo.org + Ms. + F103863 + L103863 + + 103863@hsesinfo.org + Mr. + F103859 + L103859 + + 103859@hsesinfo.org + 555-555-3859 + + + 8202 + 855 + 10635 + 200 + 2004 + 2016-07-01 + + EHS + Active + Reach-Up, Inc. + http://www.reachupinc.org + 855@hsesinfo.org + 350 Highway 10 S + + Saint Cloud + MN + 56304-1244 + 350 Highway 10 S + + Saint Cloud + MN + 56304-1244 + 350 Highway 10 S + + Saint Cloud + MN + 56304-1244 + Ms. + F206529 + L206529 + + + 206529@hsesinfo.org + Dr. + F206530 + L206530 + + + 206530@hsesinfo.org + Ms. + F206532 + L206532 + + 206532@hsesinfo.org + Dr. + F206528 + L206528 + + 206528@hsesinfo.org + 555-555-6528 + + + 9106 + 8720 + 11419 + 000 + 2018 + 2018-09-01 + + HS + Active + Brush School District RE-2J, Inc. + www.brushschools.org + 8720@hsesinfo.org + 422 Ray St + + Brush + CO + 80723-2426 + 527 Industrial Park Rd + + Brush + CO + 80723-2914 + 527 Industrial Park Rd + + Brush + CO + 80723-2914 + Mr. + F212327 + L212327 + + Board Chair + 212327@hsesinfo.org + Dr. + F212328 + L212328 + + District Superintendent + 212328@hsesinfo.org + + F212330 + L212330 + + 212330@hsesinfo.org + Mrs. + F212326 + L212326 + + 212326@hsesinfo.org + 555-555-2326 x 5555 + + + 9323 + 604 + 11577 + 000 + 2014 + 2019-02-01 + + HS + Active + INSTITUTE OF COMMUNITY SERVICES, INC + http://www.ics-hs.org + 604@hsesinfo.org + 160 W Valley Ave + + Holly Springs + MS + 38635-2218 + P O Box 160 + + Holly Springs + MS + 38635-0160 + 160 West Valley Avenue + + Holly Springs + MS + 38635-0160 + Mr. + F213798 + L213798 + + Board of Directors Chair + 213798@hsesinfo.org + Mrs. + F213799 + L213799 + + + 213799@hsesinfo.org + Mr. + F213801 + L213801 + + 213801@hsesinfo.org + Mrs. + F213797 + L213797 + + 213797@hsesinfo.org + 555-555-3797 x 5555 + + + 6996 + 2380 + 10445 + 200 + 2004 + 2015-12-01 + + EHS + Active + Northwest Communtiy Action Partnership + http://www.ncap.info + 2380@hsesinfo.org + 270 Pine St + + Chadron + NE + 69337-2296 + 270 Pine St + + Chadron + NE + 69337-2296 + 270 Pine St + + Chadron + NE + 69337-2296 + Mr. + F204638 + L204638 + + President, Board of Directors + 204638@hsesinfo.org + Ms. + F204639 + L204639 + + Executive Director + 204639@hsesinfo.org + Ms. + F204641 + L204641 + + 204641@hsesinfo.org + Mrs. + F204637 + L204637 + + 204637@hsesinfo.org + 555-555-4637 x 5555 + + + 9871 + 2289 + 11998 + 000 + 2004 + 2019-07-01 + + HS + Active + CLEVELAND COUNTY SCHOOL DISTRICT + clevelandcountyschools.org + 2289@hsesinfo.org + 400 W Marion St + + Shelby + NC + 28150-5338 + 400 W Marion St + + Shelby + NC + 28150-5338 + 400 W Marion St + + Shelby + NC + 28150-5338 + Mrs. + F217507 + L217507 + . + School Board Chair + 217507@hsesinfo.org + Dr. + F217508 + L217508 + + Superintendent of Cleveland County Schools + 217508@hsesinfo.org + Ms. + F217510 + L217510 + + 217510@hsesinfo.org + Mrs. + F217506 + L217506 + + 217506@hsesinfo.org + 555-555-7506 + + + 5670 + 871 + 9288 + 000 + 2015 + 2015-01-01 + + HS + Active + Ounce of Prevention Fund + http://www.ounceofprevention.org + 871@hsesinfo.org + 33 W Monroe St + Ste 1200 + Chicago + IL + 60603-5316 + 33 W. Monroe St. + Suite 2400 + Chicago + IL + 60603-6198 + 33 W. Monroe St. + Suite 2400 + Chicago + IL + 60603-6198 + Mr. + F102228 + L102228 + + Board Chair + 102228@hsesinfo.org + Ms. + F102229 + L102229 + + + 102229@hsesinfo.org + Mrs. + F102231 + L102231 + + 102231@hsesinfo.org + Ms. + F102227 + L102227 + + 102227@hsesinfo.org + 555-555-2227 + + + 9076 + 2799 + 11397 + 200 + 2011 + 2018-09-01 + + EHS + Active + Northern California Child Development, Inc. + http://www.nccdi.com + 2799@hsesinfo.org + 220 Sycamore Street, Suite 200 + + Red Bluff + CA + 96080 + 220 Sycamore Street, Suite 200 + + Red Bluff + CA + 96080 + 220 Sycamore Street, Suite 200 + + Red Bluff + CA + 96080 + Ms. + F212113 + L212113 + + Governing Board Chairperson + 212113@hsesinfo.org + Mr. + F212114 + L212114 + + Executive Director + 212114@hsesinfo.org + Mr. + F212116 + L212116 + + 212116@hsesinfo.org + Mr. + F212112 + L212112 + + 212112@hsesinfo.org + 555-555-2112 x 5555 + + + 5626 + 4124 + 9446 + 012 + 2014 + 2014-12-01 + + HS + Active + Christopher House + http://www.christopherhouse.org + 4124@hsesinfo.org + 1611 W Division St + + Chicago + IL + 60622-1201 + 1611 W Division St + + Chicago + IL + 60622-1201 + 1611 W Division St + + Chicago + IL + 60622-1201 + Ms. + F101426 + L101426 + + Board Chair + 101426@hsesinfo.org + Ms. + F101424 + L101424 + + Executive Director + 101424@hsesinfo.org + Ms. + F101423 + L101423 + + 101423@hsesinfo.org + Ms. + F101421 + L101421 + + 101421@hsesinfo.org + 555-555-1421 + + + 11492 + 6604 + 13319 + 200 + + 2020-07-01 + + EHS + Active + Catholic Charities Archdiocese of New Orleans + www.ccano.org + 6604@hsesinfo.org + 1000 Howard Ave Ste 200 + + New Orleans + LA + 70113-1964 + 1000 Howard Ave Ste 200 + + New Orleans + LA + 70113-1964 + 1000 Howard Ave Ste 200 + + New Orleans + LA + 70113-1964 + Mr. + F228471 + L228471 + + Chairman + 228471@hsesinfo.org + Sr. + F228472 + L228472 + + President and CEO + 228472@hsesinfo.org + Ms. + F228474 + L228474 + + 228474@hsesinfo.org + Mrs. + F228470 + L228470 + + 228470@hsesinfo.org + 555-555-8470 + + + 5132 + 817 + 8811 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Dickinson Iron Intermediate School District + www.diisd.org + 817@hsesinfo.org + 1074 Pyle Drive + + Kingsford + MI + 49802-4451 + 1074 Pyle Drive + + Kingsford + MI + 49802-4451 + 1074 Pyle Drive + + Kingsford + MI + 49802-4451 + Mr. + F51881 + L51881 + + Board President + 51881@hsesinfo.org + Mrs. + F51885 + L51885 + + Superintendent + 51885@hsesinfo.org + Mrs. + F51883 + L51883 + + 51883@hsesinfo.org + Mr. + F51880 + L51880 + + 51880@hsesinfo.org + 555-555-1880 + + + 11494 + 2444 + 13306 + 000 + 2014 + 2020-07-01 + + HS + Active + OPPORTUNITIES FOR WILLIAMSON AND BURNET COUNTIES + www.opportunitiesforwbc.org + 2444@hsesinfo.org + 604 High Tech Drive + + Georgetown + TX + 78626 + 604 High Tech Drive + + Georgetown + TX + 78626 + 604 High Tech Drive + + Georgetown + TX + 78626 + Mr. + F228485 + L228485 + + Board Chairperson + 228485@hsesinfo.org + Mr. + F228486 + L228486 + + + 228486@hsesinfo.org + Ms. + F228488 + L228488 + + 228488@hsesinfo.org + Mrs. + F228484 + L228484 + + 228484@hsesinfo.org + 555-555-8484 x 5555 + + + 6492 + 978 + 10130 + 000 + 1992 + 2015-07-01 + 2020-06-30 + HS + Inactive + Armstrong County Community Action Agency + http://www.armstrongcap.com/head-start.htm + 978@hsesinfo.org + 705 Butler Rd + + Kittanning + PA + 16201-1946 + 705 Butler Rd + + Kittanning + PA + 16201-1946 + 705 Butler Rd + + Kittanning + PA + 16201-1946 + Mr. + F201114 + L201114 + + Board Chairperson + 201114@hsesinfo.org + Mr. + F201115 + L201115 + + Executive Director + 201115@hsesinfo.org + Mrs. + F201117 + L201117 + + 201117@hsesinfo.org + Mrs. + F201113 + L201113 + + 201113@hsesinfo.org + 555-555-1113 + + + 6947 + 405 + 10425 + 000 + 1991 + 2015-11-01 + + HS + Active + KCEOC Child Development Program + http://www.kceoc.com + 405@hsesinfo.org + 5448 N Us Highway 25e + + Gray + KY + 40734-6582 + 5448 N Us Highway 25e + + Gray + KY + 40734-6582 + 5448 N Us Highway 25e + + Gray + KY + 40734-6582 + Mr. + F204291 + L204291 + + Board of Directors, Chairperson + 204291@hsesinfo.org + Mr. + F204292 + L204292 + + President/CEO + 204292@hsesinfo.org + Ms. + F204294 + L204294 + + 204294@hsesinfo.org + Mrs. + F204290 + L204290 + + 204290@hsesinfo.org + 555-555-4290 + + + 5402 + 2495 + 9153 + 000 + 2014 + 2014-09-01 + 2020-08-31 + HS + Inactive + Community Action of Southeast Iowa + caofseia.org + 2495@hsesinfo.org + 2850 Mt. Pleasant St, Suite 108 + + Burlington + IA + 52601 + 2850 Mt. Pleasant St, Suite 108 + + Burlington + IA + 52601 + 2850 Mt. Pleasant St, Suite 108 + + Burlington + IA + 52601 + Ms. + F96785 + L96785 + + Board President + 96785@hsesinfo.org + Ms. + F96788 + L96788 + + Executive Director + 96788@hsesinfo.org + Mr. + F96784 + L96784 + + 96784@hsesinfo.org + Mr. + F96783 + L96783 + + 96783@hsesinfo.org + 555-555-6783 + + + 9284 + 1252 + 11545 + 000 + 2013 + 2019-01-01 + + HS + Active + JEFFERSON, COUNTY OF + http://jeffco.us/head/ + 1252@hsesinfo.org + 5150 Allison St + + Arvada + CO + 80002-4316 + 5150 Allison St + + Arvada + CO + 80002-4316 + 5150 Allison St + + Arvada + CO + 80002-4316 + Ms. + F213533 + L213533 + + Jefferson County Commissioner Chairman + 213533@hsesinfo.org + Ms. + F213534 + L213534 + + Human Services Department Director + 213534@hsesinfo.org + Ms. + F213536 + L213536 + + 213536@hsesinfo.org + Ms. + F213532 + L213532 + + 213532@hsesinfo.org + 555-555-3532 + + + 8216 + 2754 + 10619 + 200 + 2011 + 2016-07-01 + + EHS + Active + ADRIAN CITY SCHOOL DISTRICT + www.theadrianmaples.com + 2754@hsesinfo.org + 340 E Church St + + Adrian + MI + 49221-2904 + 340 E Church St + + Adrian + MI + 49221-2904 + 340 E Church St + + Adrian + MI + 49221-2904 + Mrs. + F206627 + L206627 + + Board President + 206627@hsesinfo.org + Mr. + F206628 + L206628 + + Superintendent + 206628@hsesinfo.org + Mr. + F206630 + L206630 + + 206630@hsesinfo.org + Mr. + F206626 + L206626 + + 206626@hsesinfo.org + 555-555-6626 + + + 9599 + 2196 + 11783 + 200 + 2014 + 2019-05-01 + + EHS + Active + Community Link, Inc. + www.commlink.org + 2196@hsesinfo.org + 1665 N 4th St + + Breese + IL + 62230-1791 + PO Box 157 + + Breese + IL + 62230-0157 + 1665 N 4th St + + Breese + IL + 62230-1791 + Mr. + F215645 + L215645 + + Board President + 215645@hsesinfo.org + Mr. + F215646 + L215646 + + Interim Executive Director + 215646@hsesinfo.org + Mrs. + F215648 + L215648 + + 215648@hsesinfo.org + Mrs. + F215644 + L215644 + + 215644@hsesinfo.org + 555-555-5644 + + + 6948 + 404 + 10425 + 200 + 2001 + 2015-11-01 + + EHS + Active + KCEOC Child Development Program + http://www.kceoc.com + 404@hsesinfo.org + 5448 N Us Highway 25e + + Gray + KY + 40734-6582 + 5448 N Us Highway 25e + + Gray + KY + 40734-6582 + 5448 N Us Highway 25e + + Gray + KY + 40734-6582 + Mr. + F204298 + L204298 + + Board of Directors, Chairperson + 204298@hsesinfo.org + Mr. + F204299 + L204299 + + President/CEO + 204299@hsesinfo.org + Ms. + F204301 + L204301 + + 204301@hsesinfo.org + Mrs. + F204297 + L204297 + + 204297@hsesinfo.org + 555-555-4297 + + + 5838 + 1102 + 9241 + 000 + 1997 + 2015-01-01 + 2020-08-31 + HS + Inactive + Rocky Mountain Ser/Jobs for Progress, Inc. + http://www.rmser.org + 1102@hsesinfo.org + 3555 Pecos St. + + Denver + CO + 80211 + 3555 Pecos St. + + Denver + CO + 80211 + 3555 Pecos St. + + Denver + CO + 80211 + Mr. + F104963 + L104963 + + Board Chairperson + 104963@hsesinfo.org + Mr. + F104961 + L104961 + + Chief Executive Officer + 104961@hsesinfo.org + Ms. + F104959 + L104959 + + 104959@hsesinfo.org + Mr. + F104958 + L104958 + + 104958@hsesinfo.org + 555-555-4958 + + + 4932 + 1330 + 8918 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + DENTON INDEPENDENT SCHOOL DISTRICT + http://www.dentonisd.org/windle/index.htm + 1330@hsesinfo.org + 901 Audra Lane + + Denton + TX + 76209 + 901 Audra Lane + + Denton + TX + 76209 + 901 Audra Lane + + Denton + TX + 76209 + Ms. + F48649 + L48649 + + School Board President + 48649@hsesinfo.org + Dr. + F48651 + L48651 + + + 48651@hsesinfo.org + Ms. + F48650 + L48650 + + 48650@hsesinfo.org + Ms. + F48648 + L48648 + + 48648@hsesinfo.org + 555-555-8648 + + + 8157 + 2410 + 10612 + 000 + 1992 + 2016-07-01 + + AIAN HS + Active + Havasupai Head Start + + 2410@hsesinfo.org + 130 Main St + + Supai + AZ + 86435-1100 + 10 Main St + + Supai + AZ + 86435 + 10 Main St + + Supai + AZ + 86435 + Ms. + F206214 + L206214 + + Tribal Chariman + 206214@hsesinfo.org + Mr. + F206215 + L206215 + Sr + Tribal Vice Chairman + 206215@hsesinfo.org + Ms. + F206217 + L206217 + + 206217@hsesinfo.org + Mr. + F206213 + L206213 + Sr + 206213@hsesinfo.org + 555-555-6213 + + + 9131 + 8724 + 11441 + 000 + 2018 + 2018-09-01 + 2020-08-31 + HS + Inactive + CDI HS/Frederick and Clarke Counties, VA + www.cdiheadstart.org + 8724@hsesinfo.org + 444 Shady Elm Rd + + Winchester + VA + 22602-2523 + PO Box 95 + + Stephens City + VA + 22655-0095 + 444 Shady Elm Rd + + Winchester + VA + 22602-2523 + Mr. + F212508 + L212508 + + Chief Executive Officer + 212508@hsesinfo.org + Ms. + F212506 + L212506 + + Executive Director + 212506@hsesinfo.org + + F212509 + L212509 + + 212509@hsesinfo.org + Ms. + F212505 + L212505 + + 212505@hsesinfo.org + 555-555-2505 + + + 6307 + 1635 + 9848 + 000 + 2002 + 2015-04-01 + + AIAN HS + Active + SAMISH INDIAN TRIBE + samishtribe.nsn.us + 1635@hsesinfo.org + 1618 D Avenue + + Anacortes + WA + 98221-2045 + PO Box 217 + + Anacortes + WA + 98221-2738 + 2918 Commercial Ave + + Anacortes + WA + 98221-2738 + Mr. + F110276 + L110276 + + Chairman + 110276@hsesinfo.org + Ms. + F110277 + L110277 + + General Manager + 110277@hsesinfo.org + + F110273 + L110273 + + 110273@hsesinfo.org + Ms. + F110272 + L110272 + + 110272@hsesinfo.org + 555-555-0272 x 5555 + + + 6347 + 209 + 10025 + 200 + 2003 + 2015-07-01 + 2020-06-30 + EHS + Inactive + Worcester Community Action Council, Inc. + http://www.wcac.net + 209@hsesinfo.org + 484 Main St + + Worcester + MA + 01608-1893 + 484 Main St + + Worcester + MA + 01608-1893 + 484 Main St + + Worcester + MA + 01608-1893 + Ms. + F200099 + L200099 + + + 200099@hsesinfo.org + Ms. + F200100 + L200100 + + + 200100@hsesinfo.org + Mrs. + F200102 + L200102 + + 200102@hsesinfo.org + Mrs. + F200098 + L200098 + + 200098@hsesinfo.org + 555-555-0098 x 5555 + + + 5923 + 5930 + 9674 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Southern New Hampshire Services, Inc. + www.snhs.org + 5930@hsesinfo.org + 134 Allds St + + Nashua + NH + 03060-6302 + PO Box 5040 + + Manchester + NH + 03108-5040 + 40 Pine St + + Manchester + NH + 03103-6207 + Mr. + F106036 + L106036 + + Board Chairperson + 106036@hsesinfo.org + Ms. + F106037 + L106037 + + Executive Director + 106037@hsesinfo.org + Ms. + F106039 + L106039 + + 106039@hsesinfo.org + Ms. + F106035 + L106035 + + 106035@hsesinfo.org + 555-555-6035 x 5555 + + + 8950 + 8670 + 11298 + 200 + 2018 + 2018-08-01 + + EHS + Active + Cardinal McCloskey School and Home for Children + cmcs.org + 8670@hsesinfo.org + 115 E Stevens Ave + Ste LL5 + Valhalla + NY + 10595-1286 + 115 E Stevens Ave + Ste LL5 + Valhalla + NY + 10595-1286 + 115 E Stevens Ave + + Valhalla + NY + 10595-1203 + Dr. + F211209 + L211209 + PhD + Chairman of the Board of Directors + 211209@hsesinfo.org + Dr. + F211210 + L211210 + EdD + Senior Vice President + 211210@hsesinfo.org + Mrs. + F211212 + L211212 + + 211212@hsesinfo.org + Dr. + F211208 + L211208 + EdD + 211208@hsesinfo.org + 555-555-1208 x 5555 + + + 8774 + 8627 + 9829 + 200 + 2018 + 2018-04-01 + + AIAN EHS + Active + TAOS PUEBLO + + 8627@hsesinfo.org + 190 Shadow Lane Suite A + Taos Pueblo + Taos + NM + 87571-1846 + PO Box 1846 + + Taos + NM + 87571-1846 + 1075 + Veterans Hwy + Taos + NM + 87571 + Gov. + F209883 + L209883 + + Taos Pueblo Governor + 209883@hsesinfo.org + Ms. + F209884 + L209884 + + Tribal Administrator + 209884@hsesinfo.org + Mr. + F209886 + L209886 + + 209886@hsesinfo.org + Ms. + F209882 + L209882 + + 209882@hsesinfo.org + 555-555-9882 x 5555 + + + 9063 + 8707 + 11386 + 200 + 2018 + 2018-09-01 + + EHS + Active + Fort George Community Services, Inc. + www.fortgeorgecenter.org + 8707@hsesinfo.org + 4467 Broadway + + New York + NY + 10040-2603 + 1525 Saint Nicholas Ave + + New York + NY + 10033-2604 + 1525 Saint Nicholas Ave + + New York + NY + 10033-2604 + Ms. + F212026 + L212026 + + Board Chair + 212026@hsesinfo.org + Ms. + F212027 + L212027 + + Executive Director/CEO + 212027@hsesinfo.org + Ms. + F212029 + L212029 + + 212029@hsesinfo.org + Ms. + F212025 + L212025 + + 212025@hsesinfo.org + 555-555-2025 + + + 9607 + 1895 + 11791 + 000 + 2014 + 2019-05-01 + + HS + Active + STARK COUNTY COMMUNITY ACTION AGENCY + www.sccaa.org + 1895@hsesinfo.org + 1366 Market Ave. N. + + Canton + OH + 44714 + 1366 Market Ave. N. + + Canton + OH + 44714 + 1366 Market Ave. N. + + Canton + OH + 44714 + Mr. + F215701 + L215701 + + Board Chair + 215701@hsesinfo.org + Mr. + F215702 + L215702 + + + 215702@hsesinfo.org + Ms. + F215704 + L215704 + + 215704@hsesinfo.org + Ms. + F215700 + L215700 + + 215700@hsesinfo.org + 555-555-5700 + + + 8716 + 8576 + 9450 + 216 + 2017 + 2016-09-01 + + EHS + Active + Centers For New Horizons, Inc. + www.cnh.org + 8576@hsesinfo.org + 4150 South King Drive + + Chicago + IL + 60653-2616 + 4150 South King Drive + + Chicago + IL + 60653-2616 + 4150 South King Drive + + Chicago + IL + 60653-2616 + Mr. + F209506 + L209506 + + Board Chair + 209506@hsesinfo.org + Ms. + F209507 + L209507 + + CEO/Executive Director + 209507@hsesinfo.org + Ms. + F209509 + L209509 + + 209509@hsesinfo.org + Ms. + F209505 + L209505 + + 209505@hsesinfo.org + 555-555-9505 + + + 9609 + 1783 + 11797 + 000 + 2014 + 2019-05-01 + + HS + Active + Head Start of Eastern Orange County, Inc. + http://www.hseoc.org + 1783@hsesinfo.org + 49 Gidney Avenue + + Newburgh + NY + 12550-3546 + 49 Gidney Avenue + + Newburgh + NY + 12550-3546 + 49 Gidney Avenue + + Newburgh + NY + 12550-3546 + Ms. + F215715 + L215715 + + Board Chairperson + 215715@hsesinfo.org + Ms. + F215716 + L215716 + + Executive Director + 215716@hsesinfo.org + Ms. + F215718 + L215718 + + 215718@hsesinfo.org + Ms. + F215714 + L215714 + + 215714@hsesinfo.org + 555-555-5714 + + + 9092 + 1365 + 11410 + 200 + 2013 + 2018-09-01 + + EHS + Active + Head Start Child & Family Development Program Inc. + http://www.hshn.org + 1365@hsesinfo.org + 123 North Marian Road + + Hastings + NE + 68901-4673 + 123 North Marian Road + + Hastings + NE + 68901-4673 + 123 North Marian Road + + Hastings + NE + 68901-4673 + Atty. + F212225 + L212225 + + Board Chairperson + 212225@hsesinfo.org + Ms. + F212226 + L212226 + + + 212226@hsesinfo.org + Mr. + F212228 + L212228 + + 212228@hsesinfo.org + Ms. + F212224 + L212224 + + 212224@hsesinfo.org + 555-555-2224 x 5555 + + + 5793 + 5799 + 9422 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Volunteers of America of Los Angeles + voala.org + 5799@hsesinfo.org + 3600 Wilshire Blvd., Suite 1500 + + Los Angeles + CA + 90010-2619 + 11243 Kittridge St + + North Hollywood + CA + 91606-2605 + 11243 Kittridge St + + North Hollywood + CA + 91606-2605 + Mr. + F103656 + L103656 + + Executitve Committe Chair + 103656@hsesinfo.org + Mr. + F103657 + L103657 + + Chief Executive Officer + 103657@hsesinfo.org + Ms. + F103659 + L103659 + + 103659@hsesinfo.org + Mr. + F103655 + L103655 + + 103655@hsesinfo.org + 555-555-3655 + + + 6736 + 1439 + 10220 + 000 + 1992 + 2015-08-01 + + HS + Active + Area Five Agency on Aging and Community Services, Inc. + http://www.areafive.com + 1439@hsesinfo.org + 1801 Smith St + + Logansport + IN + 46947-1576 + 1801 Smith St + + Logansport + IN + 46947-1576 + 1801 Smith St + + Logansport + IN + 46947-1576 + Mr. + F202823 + L202823 + + Chairman of the Board + 202823@hsesinfo.org + Mr. + F202824 + L202824 + + Executive Director + 202824@hsesinfo.org + Mr. + F202826 + L202826 + + 202826@hsesinfo.org + Mrs. + F202822 + L202822 + + 202822@hsesinfo.org + 555-555-2822 x 5555 + + + 4456 + 2591 + 8390 + 200 + 2013 + 2013-11-01 + 2019-10-31 + EHS + Inactive + C.E.F.S. ECONOMIC OPPORTUNITY CORPORATION + www.cefseoc.org + 2591@hsesinfo.org + 1805 S Banker St + + Effingham + IL + 62401-2765 + PO Box 928 + + Effingham + IL + 62401-0928 + 1805 S Banker St + + Effingham + IL + 62401-2765 + Ms. + F41599 + L41599 + + CEFS Economic Opportunity Corporation Chairperson + 41599@hsesinfo.org + Mr. + F41597 + L41597 + + + 41597@hsesinfo.org + Ms. + F41596 + L41596 + + 41596@hsesinfo.org + Ms. + F41594 + L41594 + + 41594@hsesinfo.org + 555-555-1594 x 5555 + + + 10698 + 485 + 12707 + 200 + 2001 + 2019-11-01 + + EHS + Active + West Ohio Community Action Partnership + http://www.wocap.org + 485@hsesinfo.org + 540 South Central Avenue + + Lima + OH + 45804 + 540 South Central Avenue + + Lima + OH + 45804 + 540 South Central Avenue + + Lima + OH + 45804 + Mrs. + F223215 + L223215 + + President of Board of Trustees + 223215@hsesinfo.org + Ms. + F223216 + L223216 + + + 223216@hsesinfo.org + Mrs. + F223218 + L223218 + + 223218@hsesinfo.org + Ms. + F223214 + L223214 + + 223214@hsesinfo.org + 555-555-3214 x 5555 + + + 10699 + 414 + 12705 + 000 + 1991 + 2019-11-01 + + HS + Active + FiveCAP, Inc. + http://www.fivecap.org + 414@hsesinfo.org + 302 N Main St + + Scottville + MI + 49454-1047 + 302 North Main Street + P.O. Box 37 + Scottville + MI + 49454-0037 + 302 N Main St + + Scottville + MI + 49454-1047 + Ms. + F223222 + L223222 + + Chairperson + 223222@hsesinfo.org + Ms. + F223223 + L223223 + + Executive Director + 223223@hsesinfo.org + Mrs. + F223225 + L223225 + + 223225@hsesinfo.org + Ms. + F223221 + L223221 + + 223221@hsesinfo.org + 555-555-3221 + + + 10700 + 415 + 12705 + 200 + 2003 + 2019-11-01 + + EHS + Active + FiveCAP, Inc. + http://www.fivecap.org + 415@hsesinfo.org + 302 N Main St + + Scottville + MI + 49454-1047 + 302 N Main St + Post Office Box 37 + Scottville + MI + 49454-1047 + 302 N Main St + + Scottville + MI + 49454-1047 + Ms. + F223229 + L223229 + + Chairperson + 223229@hsesinfo.org + Ms. + F223230 + L223230 + + Executive Director + 223230@hsesinfo.org + Mrs. + F223232 + L223232 + + 223232@hsesinfo.org + Ms. + F223228 + L223228 + + 223228@hsesinfo.org + 555-555-3228 + + + 8755 + 8613 + 11127 + 228 + 2017 + 2017-08-01 + + EHS + Active + Municipality of Penuelas + + 8613@hsesinfo.org + 615 Dr. Loyola Street + + Penuelas + PR + 00624-1721 + 615 Dr. Loyola Street + + Penuelas + PR + 00624-1721 + 615 Dr. Loyola Street + + Penuelas + PR + 00624-1721 + Mrs. + F209752 + L209752 + + Board President + 209752@hsesinfo.org + Dra. + F209753 + L209753 + + Grantee Director + 209753@hsesinfo.org + Mrs. + F209755 + L209755 + + 209755@hsesinfo.org + Mrs. + F209751 + L209751 + + 209751@hsesinfo.org + 555-555-9751 + + + 4927 + 4933 + 8840 + 000 + 2014 + 2014-06-01 + 2019-11-30 + HS + Inactive + Mile High Kids and Community Development Incorporated + www.milehigh-kids.org + 4933@hsesinfo.org + 2712 Southern Blvd + Ste 201 + Virginia Beach + VA + 23452-7429 + 2712 Southern Blvd + Ste 201 + Virginia Beach + VA + 23452-7429 + 2712 Southern Blvd + Ste 201 + Virginia Beach + VA + 23452-7429 + Mr. + F48443 + L48443 + Jr + Board Chair + 48443@hsesinfo.org + Mr. + F48444 + L48444 + Jr + Executive Director + 48444@hsesinfo.org + Mr. + F48446 + L48446 + + 48446@hsesinfo.org + Mr. + F48442 + L48442 + + 48442@hsesinfo.org + 555-555-8442 + + + 9313 + 297 + 11566 + 200 + 2003 + 2019-01-01 + + EHS + Active + LUZERNE COUNTY HEAD START, INC + http://lchs.hsweb.org + 297@hsesinfo.org + 23 Beekman St + + Wilkes Barre + PA + 18702-2109 + 23 Beekman St + + Wilkes Barre + PA + 18702-2109 + 23 Beekman St + + Wilkes Barre + PA + 18702-2109 + Dr. + F213729 + L213729 + + President Board of Directors + 213729@hsesinfo.org + Mrs. + F213730 + L213730 + + Executive Director + 213730@hsesinfo.org + Ms. + F213732 + L213732 + + 213732@hsesinfo.org + Mrs. + F213728 + L213728 + + 213728@hsesinfo.org + 555-555-3728 x 5555 + + + 5161 + 1799 + 9027 + 000 + 2002 + 2014-07-01 + 2019-06-30 + HS + Inactive + FRANKLIN PARISH SCHOOL BOARD + + 1799@hsesinfo.org + 1310 Warren St + + Winnsboro + LA + 71295-2934 + PO Box 1543 + + Winnsboro + LA + 71295-1543 + 1310 Warren St + + Winnsboro + LA + 71295-2934 + Mr. + F52181 + L52181 + + Franklin Parish School Board - President + 52181@hsesinfo.org + Dr. + F52182 + L52182 + + + 52182@hsesinfo.org + Mr. + F52180 + L52180 + + 52180@hsesinfo.org + Ms. + F52178 + L52178 + + 52178@hsesinfo.org + 555-555-2178 + + + 5630 + 4131 + 9450 + 016 + 2014 + 2014-12-01 + + HS + Active + Centers For New Horizons, Inc. + www.cnh.org + 4131@hsesinfo.org + 4150 South King Drive + + Chicago + IL + 60653-2616 + 4150 South King Drive + + Chicago + IL + 60653-2616 + 4150 South King Drive + + Chicago + IL + 60653-2616 + Mr. + F101467 + L101467 + + Board Chair + 101467@hsesinfo.org + Ms. + F101465 + L101465 + + CEO/Executive Director + 101465@hsesinfo.org + Ms. + F101464 + L101464 + + 101464@hsesinfo.org + Ms. + F101463 + L101463 + + 101463@hsesinfo.org + 555-555-1463 + + + 9075 + 1302 + 11397 + 000 + 1992 + 2018-09-01 + + HS + Active + Northern California Child Development, Inc. + http://www.nccdi.com + 1302@hsesinfo.org + 220 Sycamore Street, Suite 200 + + Red Bluff + CA + 96080-3454 + 220 Sycamore Street, Suite 200 + + Red Bluff + CA + 96080-3454 + 220 Sycamore Street, Suite 200 + + Red Bluff + CA + 96080-3454 + Ms. + F212106 + L212106 + + Governing Board Chairperson + 212106@hsesinfo.org + Mr. + F212107 + L212107 + + Executive Director + 212107@hsesinfo.org + Mr. + F212109 + L212109 + + 212109@hsesinfo.org + Mr. + F212105 + L212105 + + 212105@hsesinfo.org + 555-555-2105 x 5555 + + + 8041 + 1149 + 10544 + 200 + 2003 + 2016-04-01 + + AIAN EHS + Active + Zaasijiwan Early Head Start + https://www.ldftribe.com/departments/88/Education_Center/Zaasijiwan_Head_Start.html + 1149@hsesinfo.org + 2899 State Highway 47 S + + Lac Du Flambeau + WI + 54538-9769 + PO Box 67 + + Lac Du Flambeau + WI + 54538-0067 + 2899 State Highway 47 S + + Lac Du Flambeau + WI + 54538-9769 + Mr. + F205480 + L205480 + Sr. + President + 205480@hsesinfo.org + Mr. + F205481 + L205481 + Sr. + Interim Administrator + 205481@hsesinfo.org + Ms. + F205483 + L205483 + + 205483@hsesinfo.org + Ms. + F205479 + L205479 + + 205479@hsesinfo.org + 555-555-5479 + + + 9032 + 1042 + 11369 + 200 + 2013 + 2018-09-01 + + EHS + Active + WYOMING CHILD & FAMILY DEVELOPMENT, INC + http://www.wyomingchild.org + 1042@hsesinfo.org + 126 North Wyoming + + Guernsey + WY + 82214 + PO Box 100 + + Guernsey + WY + 82214-0100 + 126 North Wyoming + + Guernsey + WY + 82214 + Mr. + F211753 + L211753 + + Board Chairperson + 211753@hsesinfo.org + Mrs. + F211754 + L211754 + + Executive Director + 211754@hsesinfo.org + Ms. + F211756 + L211756 + + 211756@hsesinfo.org + Mrs. + F211752 + L211752 + + 211752@hsesinfo.org + 555-555-1752 + + + 9064 + 8708 + 11384 + 000 + 2018 + 2018-09-01 + + HS + Active + Chinese Community Concerns Corporation, Inc. + + 8708@hsesinfo.org + 180 Mott St + + New York + NY + 10012-4501 + 180 Mott St + + New York + NY + 10012-4501 + 180 Mott St + + New York + NY + 10012-4501 + Ms. + F212033 + L212033 + + Acting Board Chairperson + 212033@hsesinfo.org + Ms. + F212034 + L212034 + + Director + 212034@hsesinfo.org + Ms. + F212036 + L212036 + + 212036@hsesinfo.org + Ms. + F212032 + L212032 + + 212032@hsesinfo.org + 555-555-2032 + + + 9080 + 452 + 11395 + 000 + 2013 + 2018-09-01 + + HS + Active + Community Action, Inc. of Central Texas + http://www.communityaction.com + 452@hsesinfo.org + 215 S Reimer Ave + Ste 130 + San Marcos + TX + 78666-5490 + P.O. Box 748 + + San Marcos + TX + 78667-0748 + 215 S Reimer Ave + Ste 130 + San Marcos + TX + 78666-5490 + Mrs. + F212141 + L212141 + + President + 212141@hsesinfo.org + Ms. + F212142 + L212142 + + Executive Director + 212142@hsesinfo.org + Ms. + F212144 + L212144 + + 212144@hsesinfo.org + Dr. + F212140 + L212140 + + 212140@hsesinfo.org + 555-555-2140 x 5555 + + + 9081 + 453 + 11395 + 200 + 2013 + 2018-09-01 + + EHS + Active + Community Action, Inc. of Central Texas + http://www.communityaction.com + 453@hsesinfo.org + 215 S Reimer Ave + Ste 130 + San Marcos + TX + 78666-5490 + P.O. Box 748 + + San Marcos + TX + 78667-0748 + 215 S Reimer Ave + Ste 130 + San Marcos + TX + 78666-5490 + Mrs. + F212148 + L212148 + + President + 212148@hsesinfo.org + Ms. + F212149 + L212149 + + Executive Director + 212149@hsesinfo.org + Ms. + F212151 + L212151 + + 212151@hsesinfo.org + Dr. + F212147 + L212147 + + 212147@hsesinfo.org + 555-555-2147 x 5555 + + + 11495 + 2443 + 13306 + 200 + 2014 + 2020-07-01 + + EHS + Active + OPPORTUNITIES FOR WILLIAMSON AND BURNET COUNTIES + www.opportunitiesforwbc.org + 2443@hsesinfo.org + 604 High Tech Drive + + Georgetown + TX + 78626 + 604 High Tech Drive + + Georgetown + TX + 78626 + 604 High Tech Drive + + Georgetown + TX + 78626 + Mr. + F228492 + L228492 + + Board Chairperson + 228492@hsesinfo.org + Mr. + F228493 + L228493 + + + 228493@hsesinfo.org + Ms. + F228495 + L228495 + + 228495@hsesinfo.org + Mrs. + F228491 + L228491 + + 228491@hsesinfo.org + 555-555-8491 x 5555 + + + 8532 + 8412 + 10931 + 200 + 2017 + 2017-03-01 + + AIAN EHS + Active + San Carlos Apache Tribe + + 8412@hsesinfo.org + 2 Mesa Dr, San Carlos + + San Carlos + AZ + 85550 + PO BOX 278 + + San Carlos + AZ + 85550-0278 + 2 Mesa Dr, San Carlos + + San Carlos + AZ + 85550 + Mr. + F208452 + L208452 + + Chairman San Carlos Apache Tribe + 208452@hsesinfo.org + Mrs. + F208453 + L208453 + + Executive Director for Education + 208453@hsesinfo.org + Ms. + F208455 + L208455 + + 208455@hsesinfo.org + Mrs. + F208451 + L208451 + + 208451@hsesinfo.org + 555-555-8451 + + + 8805 + 676 + 11191 + 000 + 1992 + 2018-05-01 + + HS + Active + Western Dairyland Economic Opportunity Council, Inc. + http://www.westerndairyland.org + 676@hsesinfo.org + 23122 Whitehall Rd + + Independence + WI + 54747-7702 + 23122 Whitehall Road + P.O. Box 125 + Independence + WI + 54747-0125 + 23122 Whitehall Rd + + Independence + WI + 54747-7702 + Dr. + F210179 + L210179 + + Western Dairyland E.O.C. Board President + 210179@hsesinfo.org + Ms. + F210180 + L210180 + + Executive Director + 210180@hsesinfo.org + Mr. + F210182 + L210182 + + 210182@hsesinfo.org + Ms. + F210178 + L210178 + + 210178@hsesinfo.org + 555-555-0178 x 5555 + + + 5623 + 4120 + 9443 + 009 + 2014 + 2014-12-01 + + HS + Active + Gads Hill Center + www.gadshillcenter.org + 4120@hsesinfo.org + 1919 W Cullerton St + + Chicago + IL + 60608-2618 + 1919 W Cullerton St + + Chicago + IL + 60608-2618 + 1919 W Cullerton St + + Chicago + IL + 60608-2618 + Ms. + F101390 + L101390 + + Board President + 101390@hsesinfo.org + Ms. + F101388 + L101388 + + Chief Executive Officer + 101388@hsesinfo.org + Ms. + F101387 + L101387 + + 101387@hsesinfo.org + Ms. + F101386 + L101386 + + 101386@hsesinfo.org + 555-555-1386 x 5555 + + + 6244 + 6257 + 9760 + 200 + + 2015-03-01 + + AIAN EHS + Active + CHOCTAW NATION OF OKLAHOMA EDUCATION DEPARTMENT + http://www.choctawnation.com + 6257@hsesinfo.org + 1802 Chukka Hina + + Durant + OK + 74701-7117 + PO Box 1210 + + Durant + OK + 74702-1210 + 1802 Chukka Hina + + Durant + OK + 74701-7117 + Mr. + F109336 + L109336 + + Chief + 109336@hsesinfo.org + Mrs. + F109337 + L109337 + + Senior Director + 109337@hsesinfo.org + Mrs. + F109339 + L109339 + + 109339@hsesinfo.org + Mrs. + F109335 + L109335 + + 109335@hsesinfo.org + 555-555-9335 x 5555 + + + 5276 + 4348 + 9123 + 006 + 2014 + 2014-07-01 + 2019-06-30 + Migrant HS + Inactive + Princeville CUSD + + 4348@hsesinfo.org + 909 Town Ave. + + Princeville + IL + 61559 + 909 Town Ave. + + Princeville + IL + 61559 + 909 Town Ave. + + Princeville + IL + 61559 + Mr. + F53602 + L53602 + + + 53602@hsesinfo.org + Mr. + F53603 + L53603 + + superintendent of schools + 53603@hsesinfo.org + + F53605 + L53605 + + 53605@hsesinfo.org + Mrs. + F53609 + L53609 + + 53609@hsesinfo.org + 555-555-3609 x 5555 + + + 6502 + 516 + 10164 + 000 + 1992 + 2015-07-01 + 2020-06-30 + HS + Inactive + Metropolitan Action Commission + www.nashville.gov/mac + 516@hsesinfo.org + 800 2nd Ave N + + Nashville + TN + 37201-1083 + 800 2nd Ave N + + Nashville + TN + 37201-1083 + 800 2nd Ave N + + Nashville + TN + 37201-1083 + Dr. + F201184 + L201184 + + + 201184@hsesinfo.org + Dr. + F201185 + L201185 + + + 201185@hsesinfo.org + Miss + F201187 + L201187 + + 201187@hsesinfo.org + Dr. + F201183 + L201183 + + 201183@hsesinfo.org + 555-555-1183 x 5555 + + + 9068 + 8711 + 11390 + 000 + 2018 + 2018-09-01 + + HS + Active + Project Social Care Head Start, Inc. + None + 8711@hsesinfo.org + 5902 - 14th Avenue + + Brooklyn + NY + 11219-5039 + 5902 - 14th Avenue + + Brooklyn + NY + 11219-5039 + 5902 - 14th Avenue + + Brooklyn + NY + 11219-5039 + Mr. + F212053 + L212053 + + Chairperson of The Board of Directors + 212053@hsesinfo.org + Mr. + F212054 + L212054 + + + 212054@hsesinfo.org + Mrs. + F212056 + L212056 + + 212056@hsesinfo.org + Mr. + F212052 + L212052 + + 212052@hsesinfo.org + 555-555-2052 x 5555 + + + 4970 + 1792 + 8933 + 000 + 2014 + 2014-07-01 + 2019-06-30 + HS + Inactive + Passaic Family Head Start, Inc. + passaicheadstart.org + 1792@hsesinfo.org + 68 3rd St + + Passaic + NJ + 07055-7504 + 68 3rd St + + Passaic + NJ + 07055-7504 + 68 3rd St + + Passaic + NJ + 07055-7504 + Mr. + F49343 + L49343 + + Board President + 49343@hsesinfo.org + Dr. + F49342 + L49342 + + Executive Director + 49342@hsesinfo.org + Mr. + F49345 + L49345 + + 49345@hsesinfo.org + Ms. + F49341 + L49341 + + 49341@hsesinfo.org + 555-555-9341 + + + 9150 + 8731 + 11447 + 200 + 2018 + 2018-09-01 + + EHS + Active + Parent Child Incorporated + parentchildinc.com + 8731@hsesinfo.org + 7815 Mainland Dr + + San Antonio + TX + 78250-5150 + 7815 Mainland Dr + + San Antonio + TX + 78250-5150 + 7815 Mainland Dr + + San Antonio + TX + 78250-5150 + Mr. + F212591 + L212591 + + Board President + 212591@hsesinfo.org + Dr. + F212589 + L212589 + PhD + Chief Executive Officer/EHS-HS Director + 212589@hsesinfo.org + Mr. + F212592 + L212592 + + 212592@hsesinfo.org + Dr. + F212588 + L212588 + PhD + 212588@hsesinfo.org + 555-555-2588 + + + 9390 + 1750 + 11621 + 200 + 2001 + 2019-02-01 + + EHS + Active + CHILDREN'S HOME SOCIETY OF WASHINGTON + http://www.chs-wa.org + 1750@hsesinfo.org + 12360 Lake City Way NE + Ste 450 + Seattle + WA + 98125-5452 + PO Box 15190 + + Seattle + WA + 98115-0190 + 12360 Lake City Way NE + Ste 450 + Seattle + WA + 98125-5452 + Mr. + F214263 + L214263 + + Chair Board of Trustees + 214263@hsesinfo.org + Mr. + F214264 + L214264 + + President/CEO + 214264@hsesinfo.org + Ms. + F214266 + L214266 + + 214266@hsesinfo.org + Ms. + F214262 + L214262 + + 214262@hsesinfo.org + 555-555-4262 + + + 10605 + 2418 + 12606 + 000 + 2014 + 2019-09-01 + + Migrant HS + Active + RIVERSIDE COUNTY OFFICE OF EDUCATION, MHS + http://www.rcoe.us/divisions/pass/programs/migranthsindex.html + 2418@hsesinfo.org + 370 Aurora Dr + + El Centro + CA + 92243-4750 + 370 Aurora Drive + + El Centro + CA + 92243-4750 + 370 Aurora Drive + + El Centro + CA + 92243-4750 + Dr. + F222572 + L222572 + + Riverside County Superintendent of Schools + 222572@hsesinfo.org + Ms. + F222573 + L222573 + + Riverside County Assistant Superintendent of Schools + 222573@hsesinfo.org + Ms. + F222575 + L222575 + + 222575@hsesinfo.org + Mr. + F222571 + L222571 + + 222571@hsesinfo.org + 555-555-2571 x 5555 + + + 10606 + 909 + 12608 + 000 + 2014 + 2019-09-01 + + HS + Active + MURRAY BOARD OF EDUCATION + www.headstart.murray.kyschools.us + 909@hsesinfo.org + 208 South 13th Street + + Murray + KY + 42071-2302 + 208 South 13th Street + + Murray + KY + 42071-2302 + 208 South 13th Street + + Murray + KY + 42071-2302 + Dr. + F222579 + L222579 + + Board Chairman + 222579@hsesinfo.org + Mr. + F222580 + L222580 + + Superintendent of Schools + 222580@hsesinfo.org + Ms. + F222582 + L222582 + + 222582@hsesinfo.org + Ms. + F222578 + L222578 + + 222578@hsesinfo.org + 555-555-2578 + + + 10607 + 908 + 12608 + 200 + 2014 + 2019-09-01 + + EHS + Active + MURRAY BOARD OF EDUCATION + www.headstart.murray.kyschools.us + 908@hsesinfo.org + 208 South 13th Street + + Murray + KY + 42071-2302 + 208 South 13th Street + + Murray + KY + 42071-2302 + 208 South 13th Street + + Murray + KY + 42071-2302 + Dr. + F222586 + L222586 + + Board Chairman + 222586@hsesinfo.org + Mr. + F222587 + L222587 + + Superintendent of Schools + 222587@hsesinfo.org + Ms. + F222589 + L222589 + + 222589@hsesinfo.org + Ms. + F222585 + L222585 + + 222585@hsesinfo.org + 555-555-2585 + + + 8224 + 1402 + 10604 + 000 + 1992 + 2016-07-01 + + HS + Active + Community Action Partnership of Lancaster & Saunde + http://www.communityactionatwork.org + 1402@hsesinfo.org + 210 O Street + + Lincoln + NE + 68508-2322 + 210 O Street + + Lincoln + NE + 68508-2322 + 210 O Street + + Lincoln + NE + 68508-2322 + Ms. + F206683 + L206683 + + Board Chair + 206683@hsesinfo.org + Ms. + F206684 + L206684 + + Executive Director + 206684@hsesinfo.org + Ms. + F206686 + L206686 + + 206686@hsesinfo.org + Ms. + F206682 + L206682 + + 206682@hsesinfo.org + 555-555-6682 + + + 9533 + 3019 + 11748 + 000 + 2013 + 2019-04-01 + + HS + Active + St. Mary's County Public Schools + http://www.smcps.org/ssp/head-start + 3019@hsesinfo.org + 27184 Point Lookout Rd + Head Start Annex-Loveville + Loveville + MD + 20656-2013 + 27184 Point Lookout Rd + Head Start Annex-Loveville + Loveville + MD + 20656-2013 + 27184 Point Lookout Rd + Head Start Annex-Loveville + Loveville + MD + 20656-2013 + Dr. + F215228 + L215228 + + Superintendant, St. Mary's County Public, Board of Education Secretary + 215228@hsesinfo.org + Dr. + F215229 + L215229 + + Executive Director of Supplemental Schools Program + 215229@hsesinfo.org + Mrs. + F215231 + L215231 + + 215231@hsesinfo.org + Mrs. + F215227 + L215227 + + 215227@hsesinfo.org + 555-555-5227 x 5555 + + + 8511 + 8391 + 10914 + 200 + 2017 + 2017-03-01 + + EHS + Active + Le Jardin Community Center, Inc. + www.lejardinccinc.org + 8391@hsesinfo.org + 311 NE 8th St + + Homestead + FL + 33030-4738 + 311 NE 8th St + + Homestead + FL + 33030-4738 + 311 NE 8th St + + Homestead + FL + 33030-4738 + Atty. + F208303 + L208303 + + + 208303@hsesinfo.org + Mr. + F208304 + L208304 + + + 208304@hsesinfo.org + Ms. + F208306 + L208306 + + 208306@hsesinfo.org + Mr. + F208302 + L208302 + + 208302@hsesinfo.org + 555-555-8302 + + + 6664 + 2538 + 10032 + 000 + 1992 + 2015-07-01 + + AIAN HS + Active + Pueblo of Laguna Department of Education + http://www.lagunaed.net/ + 2538@hsesinfo.org + 21 Rodeo Drive + + Laguna + NM + 87026 + 21 Rodeo Drive + + Laguna + NM + 87026 + 21 Rodeo Drive + + Laguna + NM + 87026 + Gov. + F202318 + L202318 + Jr. + Pueblo of Laguna Governor + 202318@hsesinfo.org + Mrs. + F202319 + L202319 + + Superintendent, Laguna Department of Education + 202319@hsesinfo.org + Ms. + F202321 + L202321 + + 202321@hsesinfo.org + Ms. + F202317 + L202317 + + 202317@hsesinfo.org + 555-555-2317 x 5555 + + + 11325 + 2288 + 13202 + 200 + 2004 + 2020-06-01 + + EHS + Active + Primero los Ninos + http://www.lcdfehs.org + 2288@hsesinfo.org + 385 Calle De Alegra Ste A + + Las Cruces + NM + 88005-3423 + 385 Calle De Alegra Ste A + + Las Cruces + NM + 88005-3423 + 385 Calle De Alegra Ste A + + Las Cruces + NM + 88005-3423 + Mr. + F227370 + L227370 + + Board President + 227370@hsesinfo.org + Mr. + F227371 + L227371 + + Chief Executive Officer + 227371@hsesinfo.org + Ms. + F227373 + L227373 + + 227373@hsesinfo.org + Ms. + F227369 + L227369 + + 227369@hsesinfo.org + 555-555-7369 + + + 9336 + 1459 + 11585 + 000 + 1998 + 2019-02-01 + + HS + Active + Association to Benefit Children + http://www.a-b-c.org + 1459@hsesinfo.org + 419 East 86 Street + + New York + NY + 10028-6402 + 419 East 86 Street + + New York + NY + 10028-6402 + 419 East 86 Street + + New York + NY + 10028-6402 + Dr. + F213889 + L213889 + + Board Chair + 213889@hsesinfo.org + Ms. + F213890 + L213890 + + Executive Director + 213890@hsesinfo.org + Mr. + F213892 + L213892 + + 213892@hsesinfo.org + Ms. + F213888 + L213888 + + 213888@hsesinfo.org + 555-555-3888 + + + 9249 + 2153 + 11522 + 200 + 2013 + 2019-01-01 + + EHS + Active + VENICE FAMILY CLINIC + www.venicefamilyclinic.org + 2153@hsesinfo.org + 2509 Pico Blvd + + Santa Monica + CA + 90405-1828 + 604 Rose Ave + + Venice + CA + 90291-2767 + 2509 Pico Blvd + + Santa Monica + CA + 90405-1828 + Ms. + F213284 + L213284 + + Board Chair + 213284@hsesinfo.org + Ms. + F213285 + L213285 + + + 213285@hsesinfo.org + Ms. + F213287 + L213287 + + 213287@hsesinfo.org + Ms. + F213283 + L213283 + + 213283@hsesinfo.org + 555-555-3283 + + + 8949 + 3154 + 11298 + 000 + 2013 + 2018-08-01 + + HS + Active + Cardinal McCloskey School & Home for Children + cmcs.org + 3154@hsesinfo.org + 115 E Stevens Ave + Ste LL5 + Valhalla + NY + 10595-1286 + 115 E Stevens Ave + Ste LL5 + Valhalla + NY + 10595-1286 + 115 E Stevens Ave + + Valhalla + NY + 10595-1203 + Dr. + F211202 + L211202 + PhD + Chairman of the Board of Directors + 211202@hsesinfo.org + Dr. + F211203 + L211203 + EdD + Senior Vice President + 211203@hsesinfo.org + Mrs. + F211205 + L211205 + + 211205@hsesinfo.org + Dr. + F211201 + L211201 + EdD + 211201@hsesinfo.org + 555-555-1201 x 5555 + + + 9184 + 1537 + 11479 + 000 + 2013 + 2018-11-01 + + HS + Active + TRUMBULL COMMUNITY ACTION PROGRAM + http://www.tcaphelps.org + 1537@hsesinfo.org + 1230 Palmyra Road SW + + Warren + OH + 44485-3730 + 1230 Palmyra Road SW + + Warren + OH + 44485-3730 + 1230 Palmyra Road SW + + Warren + OH + 44485-3730 + Mr. + F212824 + L212824 + + Executive Director Trumbull County Workforce Development + 212824@hsesinfo.org + Mr. + F212825 + L212825 + + Chief Executive Officer + 212825@hsesinfo.org + Ms. + F212827 + L212827 + + 212827@hsesinfo.org + Mrs. + F212823 + L212823 + + 212823@hsesinfo.org + 555-555-2823 x 5555 + + + 8316 + 752 + 10680 + 000 + 1991 + 2016-07-01 + + HS + Active + Southwest Oklahoma Community Action Group, Inc. + http://www.socag.org + 752@hsesinfo.org + 905 N Willard St + + Altus + OK + 73521-3204 + PO Box 1088 + + Altus + OK + 73522-1088 + 900 S Carver Rd + + Altus + OK + 73521-4602 + Mrs. + F207352 + L207352 + + SOCAG Board Chairman + 207352@hsesinfo.org + Mrs. + F207353 + L207353 + CCAP + Associate Director + 207353@hsesinfo.org + Mr. + F207355 + L207355 + + 207355@hsesinfo.org + Mrs. + F207351 + L207351 + MA + 207351@hsesinfo.org + 555-555-7351 + + + 8317 + 2736 + 10680 + 200 + 2011 + 2016-07-01 + + EHS + Active + SOUTHWEST OK COMMUNITY ACTION GROUP, INC + http://www.socag.org + 2736@hsesinfo.org + 905 N Willard St + + Altus + OK + 73521-3204 + PO Box 1088 + + Altus + OK + 73522-1088 + 900 S Carver Rd + + Altus + OK + 73521-4602 + Mrs. + F207359 + L207359 + + SOCAG Board Chairman + 207359@hsesinfo.org + Mrs. + F207360 + L207360 + CCAP + Associate Director + 207360@hsesinfo.org + Mr. + F207362 + L207362 + + 207362@hsesinfo.org + Mrs. + F207358 + L207358 + MA + 207358@hsesinfo.org + 555-555-7358 + + + 4640 + 1953 + 8609 + 200 + 2014 + 2014-03-01 + 2019-06-30 + EHS + Inactive + Community Action Partnership of Kern + http://www.capk.org + 1953@hsesinfo.org + 5005 Business Park N + Ste 130 + Bakersfield + CA + 93309-1652 + 5005 Business Park N + Ste 130 + Bakersfield + CA + 93309-1652 + 5005 Business Park N + Ste 130 + Bakersfield + CA + 93309-1652 + Mr. + F44244 + L44244 + + Board Chair + 44244@hsesinfo.org + Mr. + F44246 + L44246 + + Executive Director + 44246@hsesinfo.org + Mrs. + F44245 + L44245 + + 44245@hsesinfo.org + Mrs. + F44242 + L44242 + + 44242@hsesinfo.org + 555-555-4242 x 5555 + + + 8499 + 8379 + 10903 + 200 + 2017 + 2017-03-01 + + EHS + Active + AWARE, Inc. + + 8379@hsesinfo.org + 3242 Hesper Rd + + Billings + MT + 59102-6731 + 237 East Mercury Street + + Butte + MT + 59701-1804 + 205 E Park Ave + + Anaconda + MT + 59711-2340 + Mr. + F208220 + L208220 + + AWARE Board of Directors Chairperson + 208220@hsesinfo.org + Mr. + F208221 + L208221 + + CEO + 208221@hsesinfo.org + Ms. + F208223 + L208223 + + 208223@hsesinfo.org + Ms. + F208219 + L208219 + + 208219@hsesinfo.org + 555-555-8219 + + + 5493 + 2365 + 9253 + 000 + 2014 + 2014-11-01 + 2020-06-30 + HS + Inactive + Family Enrichment Network + http://www.familyenrichment.org + 2365@hsesinfo.org + 24 Cherry St + + Johnson City + NY + 13790-2615 + 24 Cherry St + + Johnson City + NY + 13790-2615 + 24 Cherry St + + Johnson City + NY + 13790-2615 + Ms. + F99191 + L99191 + + Governing Board Chairperson + 99191@hsesinfo.org + Mr. + F99190 + L99190 + + Executive Director + 99190@hsesinfo.org + Ms. + F99189 + L99189 + + 99189@hsesinfo.org + Mrs. + F99186 + L99186 + + 99186@hsesinfo.org + 555-555-9186 x 5555 + + + 10703 + 5824 + 12708 + 200 + + 2019-11-01 + + EHS + Active + Child Care Resource and Referral, Inc. + www.familiesfirstMN.org + 5824@hsesinfo.org + 126 Woodlake Dr SE + + Rochester + MN + 55904-5533 + 126 Woodlake Dr SE + + Rochester + MN + 55904-5533 + 126 Woodlake Dr SE + + Rochester + MN + 55904-5533 + Mr. + F223250 + L223250 + + President, Board of Directors + 223250@hsesinfo.org + Mr. + F223251 + L223251 + + Executive Director + 223251@hsesinfo.org + Ms. + F223253 + L223253 + + 223253@hsesinfo.org + Ms. + F223249 + L223249 + + 223249@hsesinfo.org + 555-555-3249 + + + 9565 + 8828 + 11779 + 000 + 2019 + 2019-04-01 + + HS + Active + Lutheran Social Services of the South, Inc. + www.upbring.org + 8828@hsesinfo.org + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + Mr. + F215452 + L215452 + + + 215452@hsesinfo.org + Dr. + F215453 + L215453 + + VP of Education + 215453@hsesinfo.org + Mrs. + F215455 + L215455 + + 215455@hsesinfo.org + Mr. + F215451 + L215451 + + 215451@hsesinfo.org + 555-555-5451 + + + 5765 + 732 + 9527 + 000 + 1991 + 2015-01-01 + 2020-06-30 + HS + Inactive + City-Parish of East Baton Rouge + www.brgov.com/dept/headstart/ + 732@hsesinfo.org + East Baton Rouge Parish Head Start + 4523 Plank Road + Baton Rouge + LA + 70805-4138 + East Baton Rouge Parish Head Start + 4523 Plank Road + Baton Rouge + LA + 70805-4138 + East Baton Rouge Parish Head Start + 4523 Plank Road + Baton Rouge + LA + 70805-4138 + Mrs. + F104924 + L104924 + + Mayor-President + 104924@hsesinfo.org + Ms. + F104923 + L104923 + + Director DHDS + 104923@hsesinfo.org + Ms. + F104927 + L104927 + + 104927@hsesinfo.org + Mrs. + F104922 + L104922 + + 104922@hsesinfo.org + 555-555-4922 + + + 5678 + 3235 + 9365 + 200 + 2015 + 2015-01-01 + 2019-12-31 + EHS + Inactive + Imperial County Office of Education + www.icoe.org/ecep + 3235@hsesinfo.org + 1398 Sperber Road + + El Centro + CA + 92243 + 1398 Sperber Road + + El Centro + CA + 92243 + 1398 Sperber Road + + El Centro + CA + 92243 + Dr. + F102288 + L102288 + + ICOE Superintendent + 102288@hsesinfo.org + Mr. + F102286 + L102286 + + Senior Director-ECEP + 102286@hsesinfo.org + Mrs. + F102285 + L102285 + + 102285@hsesinfo.org + Ms. + F102284 + L102284 + + 102284@hsesinfo.org + 555-555-2284 + + + 6800 + 315 + 10291 + 000 + 1993 + 2015-09-01 + 2020-06-30 + HS + Inactive + Washington DC Public Schools + dcps.dc.gov + 315@hsesinfo.org + 1200 1st St NE Fl 12 + + Washington + DC + 20002-7956 + 1200 1st St NE Fl 12 + + Washington + DC + 20002-7956 + 1200 1st St NE Fl 12 + + Washington + DC + 20002-7956 + Dr. + F203275 + L203275 + PhD + Chancellor, District of Columbia Public Schools + 203275@hsesinfo.org + Dr. + F203276 + L203276 + + Chief of Elementary Schools + 203276@hsesinfo.org + Mr. + F203278 + L203278 + + 203278@hsesinfo.org + Dr. + F203274 + L203274 + Ed.D + 203274@hsesinfo.org + 555-555-3274 + + + 8976 + 824 + 11316 + 000 + 2013 + 2018-08-01 + + HS + Active + Miami Valley Child Development Centers, Inc + http://www.mvcdc.org + 824@hsesinfo.org + 215 Horace St + + Dayton + OH + 45402-8318 + 215 Horace St + + Dayton + OH + 45402-8318 + 215 Horace St + + Dayton + OH + 45402-8318 + Mr. + F211388 + L211388 + + Chairperson + 211388@hsesinfo.org + Ms. + F211389 + L211389 + + President & CEO + 211389@hsesinfo.org + Ms. + F211391 + L211391 + + 211391@hsesinfo.org + Ms. + F211387 + L211387 + + 211387@hsesinfo.org + 555-555-1387 x 5555 + + + 8977 + 823 + 11316 + 200 + 2013 + 2018-08-01 + + EHS + Active + Miami Valley Child Development Centers, Inc + http://www.mvcdc.org + 823@hsesinfo.org + 215 Horace Street + + Dayton + OH + 45402-8318 + 215 Horace Street + + Dayton + OH + 45402-8318 + 215 Horace Street + + Dayton + OH + 45402-8318 + Mr. + F211395 + L211395 + + Chairperson + 211395@hsesinfo.org + Ms. + F211396 + L211396 + + President & CEO + 211396@hsesinfo.org + Ms. + F211398 + L211398 + + 211398@hsesinfo.org + Ms. + F211394 + L211394 + + 211394@hsesinfo.org + 555-555-1394 x 5555 + + + 6453 + 582 + 10101 + 200 + 2002 + 2015-07-01 + + EHS + Active + Step Up Suncoast, Inc. Early Head Start + http://www.stepupsuncoast.org + 582@hsesinfo.org + 6428 Parkland Dr + + Sarasota + FL + 34243-4038 + 6428 Parkland Dr + + Sarasota + FL + 34243-4038 + 6428 Parkland Dr + + Sarasota + FL + 34243-4038 + Mr. + F200841 + L200841 + + Board Chair + 200841@hsesinfo.org + Ms. + F200842 + L200842 + + + 200842@hsesinfo.org + + F200844 + L200844 + + 200844@hsesinfo.org + Ms. + F200840 + L200840 + + 200840@hsesinfo.org + 555-555-0840 x 5555 + + + 9266 + 8745 + 11533 + 200 + 2019 + 2019-01-01 + + EHS + Active + LULAC Head Start, Inc + www.lulacheadstart.org + 8745@hsesinfo.org + 250 Cedar Street + + New Haven + CT + 06519-1632 + 250 Cedar Street + + New Haven + CT + 06519-1632 + 250 Cedar Street + + New Haven + CT + 06519-1632 + Mr. + F213406 + L213406 + + Board President + 213406@hsesinfo.org + Mrs. + F213407 + L213407 + + Executive Director + 213407@hsesinfo.org + Ms. + F213409 + L213409 + + 213409@hsesinfo.org + Mrs. + F213405 + L213405 + + 213405@hsesinfo.org + 555-555-3405 + + + 5808 + 5814 + 9562 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Georgia Department of Early Care and Learning + www.decal.ga.gov + 5814@hsesinfo.org + 2 Martin Luther King Jr. Dr., SE + Suite 754, East Tower + Atlanta + GA + 30334-9000 + 2 Martin Luther King Jr Dr SE + Ste 754, East Tower + Atlanta + GA + 30334-9000 + 2 Martin Luther King Jr Dr SE + Ste 754, East Tower + Atlanta + GA + 30334-9000 + Ms. + F103812 + L103812 + + Commissioner + 103812@hsesinfo.org + Mr. + F103813 + L103813 + Ph.D + Deputy Commissioner + 103813@hsesinfo.org + Ms. + F103815 + L103815 + + 103815@hsesinfo.org + Ms. + F103811 + L103811 + + 103811@hsesinfo.org + 555-555-3811 + + + 9265 + 8744 + 11533 + 000 + 2019 + 2019-01-01 + + HS + Active + LULAC Head Start, Inc + www.lulacheadstart.org + 8744@hsesinfo.org + 250 Cedar Street + + New Haven + CT + 06519-1632 + 250 Cedar Street + + New Haven + CT + 06519-1632 + 250 Cedar Street + + New Haven + CT + 06519-1632 + Mr. + F213399 + L213399 + + Board President + 213399@hsesinfo.org + Mrs. + F213400 + L213400 + + Executive Director + 213400@hsesinfo.org + Ms. + F213402 + L213402 + + 213402@hsesinfo.org + Mrs. + F213398 + L213398 + + 213398@hsesinfo.org + 555-555-3398 + + + 8016 + 1711 + 10526 + 200 + 1992 + 2016-02-01 + + EHS + Active + SLHDA, Inc. Early Head Start + http://www.headstartslhda.org + 1711@hsesinfo.org + 123 Wyoming Ave + Ste 311 + Scranton + PA + 18503-2030 + 123 Wyoming Ave + Ste 311 + Scranton + PA + 18503-2030 + 123 Wyoming Ave + Ste 311 + Scranton + PA + 18503-2030 + Mr. + F205318 + L205318 + + Chairman, Board of Directors + 205318@hsesinfo.org + Mr. + F205319 + L205319 + + Executive Director + 205319@hsesinfo.org + Mr. + F205321 + L205321 + + 205321@hsesinfo.org + Ms. + F205317 + L205317 + + 205317@hsesinfo.org + 555-555-5317 + + + 8015 + 1710 + 10526 + 000 + 1992 + 2016-02-01 + + HS + Active + SLHDA, Inc. Head Start + http://www.headstartslhda.org + 1710@hsesinfo.org + 123 Wyoming Ave + Ste 311 + Scranton + PA + 18503-2030 + 123 Wyoming Ave + Ste 311 + Scranton + PA + 18503-2030 + 123 Wyoming Ave + Ste 311 + Scranton + PA + 18503-2030 + Mr. + F205312 + L205312 + + Chairman, Board of Directors + 205312@hsesinfo.org + Mr. + F205313 + L205313 + + Executive Director + 205313@hsesinfo.org + Mr. + F205315 + L205315 + + 205315@hsesinfo.org + Ms. + F205311 + L205311 + + 205311@hsesinfo.org + 555-555-5311 + + + 5929 + 5936 + 9582 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Scranton-Lackawanna Human Development Agency, Inc. + www.headstartslhda.org + 5936@hsesinfo.org + 123 Wyoming Ave + Ste 311 + Scranton + PA + 18503-2030 + 123 Wyoming Ave + Ste 311 + Scranton + PA + 18503-2030 + 123 Wyoming Ave + Ste 311 + Scranton + PA + 18503-2030 + Mr. + F106084 + L106084 + + Chairman, Board of Directors + 106084@hsesinfo.org + Mr. + F106085 + L106085 + + Executive Director + 106085@hsesinfo.org + Mr. + F106087 + L106087 + + 106087@hsesinfo.org + Ms. + F106083 + L106083 + + 106083@hsesinfo.org + 555-555-6083 + + + 11330 + 991 + 13209 + 000 + 1992 + 2020-06-01 + + HS + Active + JEFFERSON COUNTY CHILD DEVELOPMENT COUNCIL, INC + www.jccdc.com + 991@hsesinfo.org + 728 37th St S + + Birmingham + AL + 35222-3206 + 728 37th St S + + Birmingham + AL + 35222-3206 + 728 37th St S + + Birmingham + AL + 35222-3206 + Dr. + F227383 + L227383 + + Chair, Executive Board + 227383@hsesinfo.org + Ms. + F227384 + L227384 + + + 227384@hsesinfo.org + Ms. + F227386 + L227386 + + 227386@hsesinfo.org + Ms. + F227382 + L227382 + + 227382@hsesinfo.org + 555-555-7382 + + + 11331 + 2762 + 13209 + 200 + 2011 + 2020-06-01 + + EHS + Active + JEFFERSON COUNTY CHILD DEVELOPMENT COUNCIL, INC + www.jccdc.com + 2762@hsesinfo.org + 728 37th St S + + Birmingham + AL + 35222-3206 + 728 37th St S + + Birmingham + AL + 35222-3206 + 728 37th St S + + Birmingham + AL + 35222-3206 + Dr. + F227390 + L227390 + + Chair, Executive Board + 227390@hsesinfo.org + Ms. + F227391 + L227391 + + + 227391@hsesinfo.org + Mr. + F227393 + L227393 + + 227393@hsesinfo.org + Ms. + F227389 + L227389 + + 227389@hsesinfo.org + 555-555-7389 + + + 9406 + 1942 + 11633 + 000 + 2013 + 2019-03-01 + + HS + Active + Wright County Community Action, Inc. + http://www.wccaweb.com + 1942@hsesinfo.org + 130 Division St W + + Maple Lake + MN + 55358-4575 + PO Box 787 + + Maple Lake + MN + 55358-0787 + 130 Division St W + + Maple Lake + MN + 55358-4575 + Ms. + F214360 + L214360 + + WCCA Board Chairperson + 214360@hsesinfo.org + Mr. + F214361 + L214361 + + WCCA Executive Director + 214361@hsesinfo.org + Ms. + F214363 + L214363 + + 214363@hsesinfo.org + Ms. + F214359 + L214359 + + 214359@hsesinfo.org + 555-555-4359 x 5555 + + + 11332 + 1046 + 13210 + 000 + 1992 + 2020-06-01 + + HS + Active + Sioux Falls Head Start + www.sf.k12.sd.us + 1046@hsesinfo.org + 201 E 38th St + + Sioux Falls + SD + 57105-5815 + 201 E 38th St + + Sioux Falls + SD + 57105-5815 + 201 E 38th St + + Sioux Falls + SD + 57105-5815 + Mrs. + F227397 + L227397 + + President, School Board + 227397@hsesinfo.org + Dr. + F227398 + L227398 + + Superintendent + 227398@hsesinfo.org + Ms. + F227400 + L227400 + + 227400@hsesinfo.org + Ms. + F227396 + L227396 + + 227396@hsesinfo.org + 555-555-7396 + + + 9407 + 6698 + 11633 + 200 + + 2019-03-01 + + EHS + Active + Wright County Community Action, Inc. + http://www.wccaweb.com + 6698@hsesinfo.org + 130 Division St W + + Maple Lake + MN + 55358-4575 + 130 Division St W + + Maple Lake + MN + 55358-4575 + 130 Division St W + + Maple Lake + MN + 55358-4575 + Ms. + F214367 + L214367 + + WCCA Board Chairperson + 214367@hsesinfo.org + Mr. + F214368 + L214368 + + WCCA Executive Director + 214368@hsesinfo.org + Ms. + F214370 + L214370 + + 214370@hsesinfo.org + Ms. + F214366 + L214366 + + 214366@hsesinfo.org + 555-555-4366 x 5555 + + + 8193 + 8125 + 10600 + 000 + 2016 + 2016-06-01 + + HS + Active + Episcopal Children's Services, Inc. + www.ecs4kids.org + 8125@hsesinfo.org + 8443 Baymeadows Rd Ste 1 + + Jacksonville + FL + 32256-7440 + 8443 Baymeadows Rd Ste 1 + + Jacksonville + FL + 32256-7440 + 8443 Baymeadows Rd Ste 1 + + Jacksonville + FL + 32256-7440 + Ms. + F206466 + L206466 + + Board President + 206466@hsesinfo.org + Mrs. + F206467 + L206467 + + CEO + 206467@hsesinfo.org + Ms. + F206469 + L206469 + + 206469@hsesinfo.org + Ms. + F206465 + L206465 + + 206465@hsesinfo.org + 555-555-6465 + + + 11496 + 708 + 13317 + 000 + 1992 + 2020-07-01 + + HS + Active + LUBBOCK INDEPENDENT SCHOOL DISTRICT + lubbockisd.org + 708@hsesinfo.org + 1628 19th St + + Lubbock + TX + 79401 + 1628 19th St + + Lubbock + TX + 79401 + 1628 19th St + + Lubbock + TX + 79401 + Mr. + F228499 + L228499 + + President LISD Board of Trustees + 228499@hsesinfo.org + Dr. + F228500 + L228500 + + Superintendent of Lubbock ISD + 228500@hsesinfo.org + Ms. + F228502 + L228502 + + 228502@hsesinfo.org + Ms. + F228498 + L228498 + + 228498@hsesinfo.org + 555-555-8498 + + + 7049 + 2607 + 10494 + 200 + 2011 + 2016-01-01 + + EHS + Active + SALT LAKE COMMUNITY ACTION PROGRAM + http://www.utahca.org + 2607@hsesinfo.org + 1307 S 900 W + + Salt Lake City + UT + 84104-1622 + 1307 S 900 W + + Salt Lake City + UT + 84104-1622 + 1307 S 900 W + + Salt Lake City + UT + 84104-1622 + Mrs. + F205010 + L205010 + + Board Chair + 205010@hsesinfo.org + Mrs. + F205011 + L205011 + + CEO + 205011@hsesinfo.org + Ms. + F205013 + L205013 + + 205013@hsesinfo.org + Mrs. + F205009 + L205009 + + 205009@hsesinfo.org + 555-555-5009 + + + 6425 + 1175 + 9993 + 000 + 1993 + 2015-06-01 + + AIAN HS + Active + Yurok Tribe Head Start + yuroktribe.org + 1175@hsesinfo.org + 3400 Erie St + 3400 Erie St + Eureka + CA + 95501-3461 + 3400 Erie St + 3400 Erie St + Eureka + CA + 95501-3461 + 3400 Erie St + 3400 Erie St + Eureka + CA + 95501-3461 + Mr. + F200645 + L200645 + + Tribal Chairman + 200645@hsesinfo.org + Mr. + F200646 + L200646 + + Excutive Director + 200646@hsesinfo.org + Ms. + F200648 + L200648 + + 200648@hsesinfo.org + Mrs. + F200644 + L200644 + + 200644@hsesinfo.org + 555-555-0644 x 5555 + + + 8673 + 8535 + 11055 + 000 + 2017 + 2017-07-01 + + HS + Active + Municipality of Manati + headstart_manati@yahoo.com + 8535@hsesinfo.org + Calle Baldorioty Corner Quinones St. + 10 Quiñones Street + Manati + PR + 00674-5013 + Calle Baldorioty Corner Quinones St. + 10 Quiñones Street + Manati + PR + 00674-5013 + Calle Baldorioty Corner Quinones St. + 10 Quiñones Street + Manati + PR + 00674-5013 + Mr. + F209220 + L209220 + + President + 209220@hsesinfo.org + Hon. + F209221 + L209221 + + Mayor + 209221@hsesinfo.org + Mrs. + F209223 + L209223 + + 209223@hsesinfo.org + Mrs. + F209219 + L209219 + + 209219@hsesinfo.org + 555-555-9219 + + + 8515 + 8395 + 10922 + 200 + 2017 + 2017-03-01 + + EHS + Active + Gulf Regional Early Childhood Services, Inc. + www.grecs.org + 8395@hsesinfo.org + 3100 Cottage Hill Rd + Ste 400 + Mobile + AL + 36606-2913 + PO Box 16005 + Gulf Regional Early Childhood Services/Early Head Start + Mobile + AL + 36616-0005 + 3100 Cottage Hill Rd + Ste 400 + Mobile + AL + 36606-2913 + Ms. + F208331 + L208331 + + Board Chair + 208331@hsesinfo.org + Ms. + F208332 + L208332 + + President/CEO + 208332@hsesinfo.org + Ms. + F208334 + L208334 + + 208334@hsesinfo.org + Ms. + F208330 + L208330 + + 208330@hsesinfo.org + 555-555-8330 + + + 8555 + 8435 + 10959 + 200 + 2017 + 2017-03-01 + + EHS + Active + Rolling Plains Management Corporation + www.rollingplains.org + 8435@hsesinfo.org + 118 N 1st Street + + Crowell + TX + 79227 + 118 N 1st Street + + Crowell + TX + 79227 + 118 N 1st Street + + Crowell + TX + 79227 + Mr. + F208613 + L208613 + + Board Chairman + 208613@hsesinfo.org + Mrs. + F208614 + L208614 + + Executive Director + 208614@hsesinfo.org + Mrs. + F208616 + L208616 + + 208616@hsesinfo.org + Mrs. + F208612 + L208612 + + 208612@hsesinfo.org + 555-555-8612 x 5555 + + + 9253 + 3292 + 11525 + 000 + 2013 + 2018-12-01 + + HS + Active + Texas City Independent School District + www.tcisd.org + 3292@hsesinfo.org + 1805 13th Ave N + + Texas City + TX + 77590 + 1805 13th Ave N + + Texas City + TX + 77590 + 1700 9th Ave N + + Texas City + TX + 77590-5470 + Ms. + F213315 + L213315 + + Governing Board President + 213315@hsesinfo.org + Mrs. + F213316 + L213316 + + Deputy Superintendent + 213316@hsesinfo.org + Mrs. + F213318 + L213318 + + 213318@hsesinfo.org + Ms. + F213314 + L213314 + + 213314@hsesinfo.org + 555-555-3314 x 5555 + + + 6197 + 6210 + 9871 + 210 + + 2015-01-01 + + EHS + Active + Gads Hill Center + http://www.gadshillcenter.org + 6210@hsesinfo.org + 1919 W Cullerton St + + Chicago + IL + 60608-2618 + 1919 W Cullerton St + + Chicago + IL + 60608-2618 + 1919 W Cullerton St + + Chicago + IL + 60608-2618 + Ms. + F108916 + L108916 + + Board President + 108916@hsesinfo.org + Ms. + F108917 + L108917 + + Chief Executive Officer + 108917@hsesinfo.org + Ms. + F108919 + L108919 + + 108919@hsesinfo.org + Ms. + F108915 + L108915 + + 108915@hsesinfo.org + 555-555-8915 x 5555 + + + 6933 + 2052 + 10411 + 000 + 2005 + 2015-11-01 + 2020-10-31 + HS + Inactive + Omaha Public Schools + http://www.ops.org + 2052@hsesinfo.org + 3215 Cuming St + + Omaha + NE + 68131-2000 + 3215 Cuming St + + Omaha + NE + 68131-2000 + 3215 Cuming St + + Omaha + NE + 68131-2000 + Mr. + F204192 + L204192 + + Board President + 204192@hsesinfo.org + Dr. + F204193 + L204193 + + Superintendent + 204193@hsesinfo.org + Ms. + F204195 + L204195 + + 204195@hsesinfo.org + Mrs. + F204191 + L204191 + + 204191@hsesinfo.org + 555-555-4191 + + + 5055 + 5061 + 8868 + 000 + 2014 + 2014-07-01 + 2020-06-30 + HS + Inactive + District of Columbia Public Schools + dcps.dc.gov + 5061@hsesinfo.org + 1200 First Street NE + 12th floor + Washington + DC + 20002-3361 + 1200 First Street NE + 12th floor + Washington + DC + 20002-3361 + 1200 First Street NE + 12th floor + Washington + DC + 20002-3361 + Dr. + F49940 + L49940 + PhD + Chancellor of DC Public Schools + 49940@hsesinfo.org + Dr. + F49941 + L49941 + PhD + Chief of Elementary Schools + 49941@hsesinfo.org + Ms. + F49943 + L49943 + + 49943@hsesinfo.org + Dr. + F49939 + L49939 + Ed.D + 49939@hsesinfo.org + 555-555-9939 + + + 6503 + 2857 + 10164 + 200 + 2011 + 2015-07-01 + 2020-06-30 + EHS + Inactive + Metropolitan Action Commission + www.nashville.gov/mac + 2857@hsesinfo.org + 800 2nd Ave N + + Nashville + TN + 37201-1083 + 800 2nd Ave N + + Nashville + TN + 37201-1083 + 800 2nd Ave N + + Nashville + TN + 37201-1083 + Dr. + F201191 + L201191 + + + 201191@hsesinfo.org + Dr. + F201192 + L201192 + + + 201192@hsesinfo.org + Mr. + F201194 + L201194 + + 201194@hsesinfo.org + Dr. + F201190 + L201190 + + 201190@hsesinfo.org + 555-555-1190 x 5555 + + + 8279 + 8211 + 10660 + 200 + 2016 + 2016-07-01 + + EHS + Active + Children's Home Society of Florida- Brevard Division + www.chsfl.org/brevard + 8211@hsesinfo.org + 1403 Dixon Blvd + + Cocoa + FL + 32922-6471 + 326 Croton Rd + + Melbourne + FL + 32935-6340 + 482 S Keller Rd + + Orlando + FL + 32810-6130 + Ms. + F207093 + L207093 + + Board Chair + 207093@hsesinfo.org + Ms. + F207094 + L207094 + + + 207094@hsesinfo.org + Ms. + F207096 + L207096 + + 207096@hsesinfo.org + Ms. + F207092 + L207092 + + 207092@hsesinfo.org + 555-555-7092 + + + 8981 + 691 + 11321 + 200 + 2001 + 2018-08-01 + + EHS + Active + Peoria Citizens Committee for Economic Opportunity, Inc + http://www.pcceo.org + 691@hsesinfo.org + 616 Abington St + Ste G + Peoria + IL + 61603-3521 + 616 Abington St + Ste G + Peoria + IL + 61603-3521 + 711 W McBean St + + Peoria + IL + 61605-2254 + Ms. + F211423 + L211423 + + Board Chairperson + 211423@hsesinfo.org + Mr. + F211424 + L211424 + II + President/CEO + 211424@hsesinfo.org + Mr. + F211426 + L211426 + + 211426@hsesinfo.org + Mrs. + F211422 + L211422 + + 211422@hsesinfo.org + 555-555-1422 x 5555 + + + 6589 + 1530 + 10151 + 000 + 1999 + 2015-07-01 + 2020-06-30 + HS + Inactive + Kaufman Independent School District + www.kaufmanisd.net + 1530@hsesinfo.org + 1605 Rand Rd + + Kaufman + TX + 75142-2624 + 1605 Rand Rd + + Kaufman + TX + 75142-2624 + 1000 S Houston St + + Kaufman + TX + 75142-2214 + Mr. + F201793 + L201793 + + School Board President + 201793@hsesinfo.org + Dr. + F201794 + L201794 + + Superintendent of Schools + 201794@hsesinfo.org + Mrs. + F201796 + L201796 + + 201796@hsesinfo.org + Mrs. + F201792 + L201792 + + 201792@hsesinfo.org + 555-555-1792 + + + 9611 + 1411 + 11794 + 000 + 2014 + 2019-05-01 + + HS + Active + Blue Valley Community Action, Inc + http://www.bvca.net + 1411@hsesinfo.org + 620 5th St + + Fairbury + NE + 68352-2624 + 620 5th St + + Fairbury + NE + 68352-2624 + 620 5th St + + Fairbury + NE + 68352-2624 + Mr. + F215729 + L215729 + + Board President + 215729@hsesinfo.org + Ms. + F215730 + L215730 + + CEO + 215730@hsesinfo.org + Mr. + F215732 + L215732 + + 215732@hsesinfo.org + Mrs. + F215728 + L215728 + + 215728@hsesinfo.org + 555-555-5728 + + + 8047 + 1636 + 10549 + 000 + 2002 + 2016-05-01 + + AIAN HS + Active + Maliseet Head Start + + 1636@hsesinfo.org + 1 Maliseet Drive + + Houlton + ME + 04730-3429 + 1 Maliseet Drive + + Houlton + ME + 04730-3429 + 1 Maliseet Drive + + Houlton + ME + 04730-3429 + Ms. + F205522 + L205522 + + Tribal Chief + 205522@hsesinfo.org + Ms. + F205523 + L205523 + + + 205523@hsesinfo.org + + F205525 + L205525 + + 205525@hsesinfo.org + Ms. + F205521 + L205521 + + 205521@hsesinfo.org + 555-555-5521 + + + 11333 + 267 + 13211 + 000 + 1989 + 2020-06-01 + + HS + Active + Southwestern Community Services, Inc. + http://www.scshelps.org + 267@hsesinfo.org + 63 Community Way + + Keene + NH + 03431-3748 + 63 Community Way + + Keene + NH + 03431-3748 + 63 Community Way + + Keene + NH + 03431-3748 + Mr. + F227404 + L227404 + + Chairperson + 227404@hsesinfo.org + Mr. + F227405 + L227405 + + + 227405@hsesinfo.org + Mrs. + F227407 + L227407 + + 227407@hsesinfo.org + Mrs. + F227403 + L227403 + + 227403@hsesinfo.org + 555-555-7403 x 5555 + + + 9078 + 1638 + 11399 + 200 + 2013 + 2018-09-01 + + AIAN EHS + Active + CHEHALIS INDIAN COMMUNITY + http://www.chehalistribe.org + 1638@hsesinfo.org + 20 Tomahawk Loop Suite A + + Oakville + WA + 98568 + PO Box 536 + + Oakville + WA + 98568-0536 + 420 Howanut Rd + + Oakville + WA + 98568-9659 + Mr. + F212127 + L212127 + + Chairman + 212127@hsesinfo.org + Mrs. + F212128 + L212128 + + General Manager + 212128@hsesinfo.org + Mr. + F212130 + L212130 + + 212130@hsesinfo.org + Mrs. + F212126 + L212126 + + 212126@hsesinfo.org + 555-555-2126 x 5555 + + + 4843 + 2473 + 8634 + 200 + 2014 + 2014-05-01 + 2019-04-30 + EHS + Inactive + Wu Yee Children's Services + www.wuyee.org + 2473@hsesinfo.org + 831 Broadway + + San Francisco + CA + 94133-4218 + 831 Broadway + + San Francisco + CA + 94133-4218 + 831 Broadway + + San Francisco + CA + 94133-4218 + Mr. + F47280 + L47280 + + Board President + 47280@hsesinfo.org + Ms. + F47279 + L47279 + + CEO + 47279@hsesinfo.org + Ms. + F47278 + L47278 + + 47278@hsesinfo.org + Ms. + F47276 + L47276 + + 47276@hsesinfo.org + 555-555-7276 + + + 6426 + 2621 + 9993 + 200 + 2011 + 2015-06-01 + + AIAN EHS + Active + YUROK TRIBE Head Start/Early Head Start + yuroktribe.org + 2621@hsesinfo.org + 3400 Erie St + + Eureka + CA + 95501-3461 + 3400 Erie St + + Eureka + CA + 95501-3461 + 3400 Erie St + + Eureka + CA + 95501-3461 + Mr. + F200652 + L200652 + + Tribal Chairman + 200652@hsesinfo.org + Mr. + F200653 + L200653 + + Assistant Excutive Director + 200653@hsesinfo.org + Ms. + F200655 + L200655 + + 200655@hsesinfo.org + Mrs. + F200651 + L200651 + + 200651@hsesinfo.org + 555-555-0651 x 5555 + + + 9647 + 2537 + 11815 + 000 + 2014 + 2019-06-01 + + HS + Active + AFL-CIO Appalachian Council + http://www.appcouncil.org + 2537@hsesinfo.org + 501 Leon Sullivan Way, Suite 200 (2nd Floor) + + Charleston + WV + 25301-1246 + 501 Leon Sullivan Way, Suite 200 (2nd Floor) + + Charleston + WV + 25301-1246 + 501 Leon Sullivan Way, Suite 200 (2nd Floor) + + Charleston + WV + 25301-1246 + Mr. + F215948 + L215948 + + Board Chair/President WV AFL-CIO + 215948@hsesinfo.org + Mr. + F215949 + L215949 + + Executive Director + 215949@hsesinfo.org + Ms. + F215951 + L215951 + + 215951@hsesinfo.org + Ms. + F215947 + L215947 + + 215947@hsesinfo.org + 555-555-5947 x 5555 + + + 9246 + 2926 + 11519 + 200 + 2013 + 2019-01-01 + + EHS + Active + THE SPANISH SPEAKING UNITY COUNCIL OF ALAMEDA COUNTY, I + www.unitycouncil.org + 2926@hsesinfo.org + 1900 FRUITVALE AVE SUITE 2A + + OAKLAND + CA + 94601-2468 + 1900 FRUITVALE AVE SUITE 2A + + OAKLAND + CA + 94601-2468 + 1900 FRUITVALE AVE SUITE 2A + + OAKLAND + CA + 94601-2468 + Mr. + F213263 + L213263 + + Chairperson of the Board of Directors + 213263@hsesinfo.org + Mr. + F213264 + L213264 + + + 213264@hsesinfo.org + Ms. + F213266 + L213266 + + 213266@hsesinfo.org + Mr. + F213262 + L213262 + + 213262@hsesinfo.org + 555-555-3262 + + + 8645 + 8512 + 11032 + 000 + 2017 + 2017-07-01 + + HS + Active + NEW ST. PAUL HEAD START AGENCY, INC. + www.nspheadstart.org + 8512@hsesinfo.org + 15362 Southfield Drive + + Detroit + MI + 48223-1359 + 15362 Southfield Drive + + Detroit + MI + 48223-1359 + 15362 Southfield Drive + + Detroit + MI + 48223-1359 + Mr. + F209023 + L209023 + + Chairman of the Board of Directors + 209023@hsesinfo.org + Mrs. + F209024 + L209024 + + Executive Director + 209024@hsesinfo.org + Ms. + F209026 + L209026 + + 209026@hsesinfo.org + Mrs. + F209022 + L209022 + + 209022@hsesinfo.org + 555-555-9022 x 5555 + + + 8646 + 8513 + 11032 + 200 + 2017 + 2017-07-01 + + EHS + Active + NEW ST. PAUL HEAD START AGENCY, INC. + www.nspheadstart.org + 8513@hsesinfo.org + 15362 Southfield Drive + + Detroit + MI + 48223-1359 + 15362 Southfield Drive + + Detroit + MI + 48223-1359 + 15362 Southfield Drive + + Detroit + MI + 48223-1359 + Mr. + F209030 + L209030 + + Chairman of the Board of Directors + 209030@hsesinfo.org + Mrs. + F209031 + L209031 + + Executive Director + 209031@hsesinfo.org + Ms. + F209033 + L209033 + + 209033@hsesinfo.org + Mrs. + F209029 + L209029 + + 209029@hsesinfo.org + 555-555-9029 x 5555 + + + 5649 + 4172 + 9443 + 209 + 2014 + 2014-12-01 + + EHS + Active + Gads Hill Center + www.gadshillcenter.org + 4172@hsesinfo.org + 1919 W Cullerton St + + Chicago + IL + 60608-2618 + 1919 W Cullerton St + + Chicago + IL + 60608-2618 + 1919 W Cullerton St + + Chicago + IL + 60608-2618 + Ms. + F101397 + L101397 + + Board President + 101397@hsesinfo.org + Ms. + F101395 + L101395 + + Chief Executive Officer + 101395@hsesinfo.org + Ms. + F101394 + L101394 + + 101394@hsesinfo.org + Ms. + F101393 + L101393 + + 101393@hsesinfo.org + 555-555-1393 x 5555 + + + 10045 + 5091 + 12104 + 000 + 2014 + 2019-07-01 + + HS + Active + Shelby County Board of Education + https://scsearlychildhoodprogram.weebly.com/ + 5091@hsesinfo.org + 160 S. Hollywood St. + + Memphis + TN + 38112-4801 + 160 S. Hollywood St. + + Memphis + TN + 38112-4801 + 130 Flicker St + + Memphis + TN + 38104-5928 + Ms. + F218708 + L218708 + + Board President + 218708@hsesinfo.org + Mrs. + F218709 + L218709 + + Executive Director + 218709@hsesinfo.org + Ms. + F218711 + L218711 + + 218711@hsesinfo.org + Mr. + F218707 + L218707 + + 218707@hsesinfo.org + 555-555-8707 + + + 6807 + 872 + 10266 + 000 + 1993 + 2015-09-01 + 2020-08-31 + HS + Inactive + Kankakee School District 111 Head Start + www.ksd111.org + 872@hsesinfo.org + 240 Warren Ave + + Kankakee + IL + 60901-4319 + 240 Warren Ave + + Kankakee + IL + 60901-4319 + 240 Warren Ave + + Kankakee + IL + 60901-4319 + Mrs. + F203324 + L203324 + + Board President + 203324@hsesinfo.org + Dr. + F203325 + L203325 + + + 203325@hsesinfo.org + Ms. + F203327 + L203327 + + 203327@hsesinfo.org + Mrs. + F203323 + L203323 + + 203323@hsesinfo.org + 555-555-3323 + + + 6254 + 982 + 9892 + 000 + 1992 + 2015-04-01 + 2020-07-31 + HS + Inactive + McIntosh Trail Early Childhood Development Council, Inc + http://www.mtecdc.org + 982@hsesinfo.org + 565 Recreation Drive + + Jackson + GA + 30233-2286 + 565 Recreation Drive + + Jackson + GA + 30233-2286 + 565 Recreation Drive + + Jackson + GA + 30233-2286 + Dr. + F109740 + L109740 + + Board Chairman + 109740@hsesinfo.org + Mrs. + F109744 + L109744 + + + 109744@hsesinfo.org + Mr. + F109741 + L109741 + + 109741@hsesinfo.org + Mrs. + F109739 + L109739 + + 109739@hsesinfo.org + 555-555-9739 x 5555 + + + 8959 + 8673 + 11304 + 029 + 2017 + 2017-08-01 + + HS + Active + Municipality of Yabucoa + + 8673@hsesinfo.org + 3 PR Km 93.7 + Barrio Juan Martin + Yabucoa + PR + 00767 + 3 Calle Catalina Morales + Apartado 97 + Yabucoa + PR + 00767-0097 + 3 PR Km 93.7 + Barrio Juan Martin + Yabucoa + PR + 00767 + Miss + F211873 + L211873 + + Presidenta Junta de Gobierno + 211873@hsesinfo.org + Dra. + F211874 + L211874 + + Directora Programa Head Start/Early Head Start + 211874@hsesinfo.org + Miss + F211876 + L211876 + + 211876@hsesinfo.org + Miss + F211271 + L211271 + + 211271@hsesinfo.org + 555-555-1271 + + + 5843 + 5850 + 9418 + 200 + + 2015-01-01 + 2019-06-30 + EHS + Inactive + Easter Seals Southern California, Inc. + www.easterseals.com/southerncal + 5850@hsesinfo.org + 1035 E Valley Pkwy + + Escondido + CA + 92025-4618 + 9480 Utica Ave + Ste 605 + Rancho Cucamonga + CA + 91730-0964 + 1035 E Valley Pkwy + + Escondido + CA + 92025-4618 + Mrs. + F104351 + L104351 + + Chairman of the Board of Easter Seals Southern CA, Inc + 104351@hsesinfo.org + Mr. + F104352 + L104352 + + CEO + 104352@hsesinfo.org + Mrs. + F104354 + L104354 + + 104354@hsesinfo.org + Mrs. + F104350 + L104350 + + 104350@hsesinfo.org + 555-555-4350 + + + 9262 + 5356 + 11532 + 200 + 2014 + 2019-01-01 + + EHS + Active + Arkansas Early Learning, Inc. + www.arearlylearning.org + 5356@hsesinfo.org + 1901 Woodsprings Rd + Ste B + Jonesboro + AR + 72401-0936 + 1901 Woodsprings Rd + Ste B + Jonesboro + AR + 72401-0936 + 1901 Woodsprings Rd + Ste B + Jonesboro + AR + 72401-0936 + Mrs. + F213378 + L213378 + + Chairperson + 213378@hsesinfo.org + Mr. + F213379 + L213379 + + Chief Executive Officer + 213379@hsesinfo.org + Ms. + F213381 + L213381 + + 213381@hsesinfo.org + Ms. + F213377 + L213377 + + 213377@hsesinfo.org + 555-555-3377 + + + 10612 + 6072 + 12612 + 200 + + 2019-09-01 + + Migrant EHS + Active + Community Action Partnership of San Luis Obispo County, + http://www.capslo.org + 6072@hsesinfo.org + 1030 Southwood Dr. + + San Luis Obispo + CA + 93401-5813 + 1030 Southwood Dr. + + San Luis Obispo + CA + 93401-5813 + 1030 Southwood Dr. + + San Luis Obispo + CA + 93401-5813 + Ms. + F222619 + L222619 + + CAPSLO Board President + 222619@hsesinfo.org + Mrs. + F222620 + L222620 + + Chief Executive Officer + 222620@hsesinfo.org + Ms. + F222622 + L222622 + + 222622@hsesinfo.org + Ms. + F222618 + L222618 + + 222618@hsesinfo.org + 555-555-2618 + + + 6255 + 2839 + 9892 + 200 + 2011 + 2015-04-01 + 2020-07-31 + EHS + Inactive + McIntosh Trail Early Childhood Development Council, Inc + www.mtecdc.org + 2839@hsesinfo.org + 565 Recreation Drive + + JACKSON + GA + 30233 + 565 Recreation Drive + + JACKSON + GA + 30233 + 565 Recreation Drive + + JACKSON + GA + 30233 + Dr. + F109750 + L109750 + + Board Chairman + 109750@hsesinfo.org + Mrs. + F109748 + L109748 + + + 109748@hsesinfo.org + Mr. + F109747 + L109747 + + 109747@hsesinfo.org + Mrs. + F109746 + L109746 + + 109746@hsesinfo.org + 555-555-9746 x 5555 + + + 8533 + 8413 + 10943 + 200 + 2017 + 2017-03-01 + + EHS + Active + Guilford Child Development + http://www.guilfordchilddev.org + 8413@hsesinfo.org + 1200 Arlington St + + Greensboro + NC + 27406-1499 + 1200 Arlington St + + Greensboro + NC + 27406-1499 + 1200 Arlington St + + Greensboro + NC + 27406-1499 + Mr. + F208459 + L208459 + + Board Chair + 208459@hsesinfo.org + Mrs. + F208460 + L208460 + + Cheif Operating Officer + 208460@hsesinfo.org + Ms. + F208462 + L208462 + + 208462@hsesinfo.org + Ms. + F208458 + L208458 + + 208458@hsesinfo.org + 555-555-8458 + + + 6337 + 6355 + 10019 + 203 + + 2015-07-01 + 2019-06-30 + EHS + Inactive + Mexican American Opportunity Foundation + www.maof.org + 6355@hsesinfo.org + 2650 Zoe Avenue + + Huntington Park + CA + 90255 + 2650 Zoe Avenue + + Huntington Park + CA + 90255 + 2650 Zoe Avenue + + Huntington Park + CA + 90255 + Mrs. + F200029 + L200029 + + + 200029@hsesinfo.org + Mr. + F200030 + L200030 + + + 200030@hsesinfo.org + Ms. + F200032 + L200032 + + 200032@hsesinfo.org + Mrs. + F200028 + L200028 + + 200028@hsesinfo.org + 555-555-0028 + + + 10817 + 9126 + 12773 + 201 + 2019 + 2019-03-01 + + EHS + Active + Aldine Independent School District + http://aldine.k12.tx.us + 9126@hsesinfo.org + 2520 Ww Thorne Blvd + + Houston + TX + 77073-3406 + 2520 Ww Thorne Blvd + + Houston + TX + 77073-3406 + 2520 Ww Thorne Blvd + + Houston + TX + 77073-3406 + Dr. + F224014 + L224014 + + President, Aldine ISD School Board + 224014@hsesinfo.org + Dr. + F224012 + L224012 + + Superintendent of Schools + 224012@hsesinfo.org + Ms. + F224015 + L224015 + + 224015@hsesinfo.org + Dr. + F224011 + L224011 + + 224011@hsesinfo.org + 555-555-4011 + + + 10818 + 9127 + 12790 + 201 + 2018 + 2018-08-01 + + EHS + Active + Lancaster-Lebanon Intermediate Unit School District #13 + http://www.iu13.org + 9127@hsesinfo.org + 1020 New Holland Avenue + + Lancaster + PA + 17601-5606 + 1020 New Holland Avenue + + Lancaster + PA + 17601-5606 + 1020 New Holland Avenue + + Lancaster + PA + 17601-5606 + Mr. + F224020 + L224020 + + President of IU 13 Board of School Directors + 224020@hsesinfo.org + Dr. + F224018 + L224018 + + + 224018@hsesinfo.org + Ms. + F224021 + L224021 + + 224021@hsesinfo.org + Ms. + F224017 + L224017 + + 224017@hsesinfo.org + 555-555-4017 + + + 9104 + 3317 + 11417 + 000 + 2013 + 2018-09-01 + + HS + Active + BCFS Education Services + http://www.discoverbcfs.com/headstart + 3317@hsesinfo.org + 1005 5th St + + Floresville + TX + 78114-2037 + 1506 Bexar Crossing St + + San Antonio + TX + 78232-1587 + 1506 Bexar Crossing St + + San Antonio + TX + 78232-1587 + Mr. + F212313 + L212313 + III + Board Chairman + 212313@hsesinfo.org + Ms. + F212314 + L212314 + + Executive Director + 212314@hsesinfo.org + Mr. + F212316 + L212316 + + 212316@hsesinfo.org + Ms. + F212312 + L212312 + + 212312@hsesinfo.org + 555-555-2312 + + + 9105 + 8719 + 11417 + 200 + 2018 + 2018-09-01 + + EHS + Active + BCFS Education Services + http://www.discoverbcfs.com/headstart + 8719@hsesinfo.org + 1005 5th St + + Floresville + TX + 78114-2037 + 1506 Bexar Crossing St + + San Antonio + TX + 78232-1587 + 1506 Bexar Crossing St + + San Antonio + TX + 78232-1587 + Mr. + F212320 + L212320 + III + Board Chairman + 212320@hsesinfo.org + Ms. + F212321 + L212321 + + Executive Director + 212321@hsesinfo.org + Mr. + F212323 + L212323 + + 212323@hsesinfo.org + Ms. + F212319 + L212319 + + 212319@hsesinfo.org + 555-555-2319 + + + 10804 + 2462 + 12777 + 000 + 2013 + 2019-12-01 + + AIAN HS + Active + ST REGIS MOHAWK TRIBE + srmt-nsn.gov + 2462@hsesinfo.org + 25 Library Rd + + Akwesasne + NY + 13655-4118 + 71 Margaret Terrance Memorial Way + + Akwesasne + NY + 13655-3236 + 71 Margaret Terrance Memorial Way + + Akwesasne + NY + 13655-3236 + Mr. + F223922 + L223922 + Jr. + Chief + 223922@hsesinfo.org + Mr. + F223923 + L223923 + + Executive Director + 223923@hsesinfo.org + Ms. + F223925 + L223925 + + 223925@hsesinfo.org + Ms. + F223921 + L223921 + + 223921@hsesinfo.org + 555-555-3921 + + + 8778 + 8630 + 11142 + 200 + 2018 + 2018-01-01 + 2020-06-30 + EHS + Inactive + Pillars Community Health + + 8630@hsesinfo.org + 333 N La Grange Rd + + La Grange Park + IL + 60526-5646 + 333 N La Grange Rd + + La Grange Park + IL + 60526-5646 + 333 N La Grange Rd + + La Grange Park + IL + 60526-5646 + Ms. + F209904 + L209904 + + Chair of the Board + 209904@hsesinfo.org + Ms. + F209905 + L209905 + + President and Chief Executive Officer + 209905@hsesinfo.org + Ms. + F209907 + L209907 + + 209907@hsesinfo.org + Ms. + F209903 + L209903 + + 209903@hsesinfo.org + 555-555-9903 + + + 8777 + 8629 + 11142 + 000 + 2018 + 2018-01-01 + 2020-06-30 + HS + Inactive + Pillars Community Health + + 8629@hsesinfo.org + 333 N La Grange Rd + + La Grange Park + IL + 60526-5646 + 333 N La Grange Rd + + La Grange Park + IL + 60526-5646 + 333 N La Grange Rd + + La Grange Park + IL + 60526-5646 + Ms. + F209897 + L209897 + + Chair of the Board + 209897@hsesinfo.org + Ms. + F209898 + L209898 + + President and Chief Executive Officer + 209898@hsesinfo.org + Ms. + F209900 + L209900 + + 209900@hsesinfo.org + Ms. + F209896 + L209896 + + 209896@hsesinfo.org + 555-555-9896 + + + 8585 + 3050 + 10984 + 000 + 2012 + 2017-05-01 + + HS + Active + Abilene Independent School District + www.abileneisd.org + 3050@hsesinfo.org + 241 Pine St + Attention: Federal Programs-Head Start + Abilene + TX + 79601-5911 + 241 Pine St + Attention: Federal Programs-Head Start + Abilene + TX + 79601-5911 + 241 Pine St + Attention: Federal Programs-Head Start + Abilene + TX + 79601-5911 + Mr. + F208811 + L208811 + + Board Chair + 208811@hsesinfo.org + Mrs. + F208812 + L208812 + + + 208812@hsesinfo.org + Ms. + F208814 + L208814 + + 208814@hsesinfo.org + Ms. + F208810 + L208810 + + 208810@hsesinfo.org + 555-555-8810 x 5555 + + + 8586 + 2954 + 10984 + 200 + 2012 + 2017-05-01 + + EHS + Active + Abilene Independent School District + www.abileneisd.org + 2954@hsesinfo.org + 241 Pine St + Attention: Federal Programs- Early Head Start + Abilene + TX + 79601-5911 + 241 Pine St + Attention: Federal Programs- Early Head Start + Abilene + TX + 79601-5911 + 241 Pine St + Attention: Federal Programs- Early Head Start + Abilene + TX + 79601-5911 + Mr. + F208818 + L208818 + + Board Chair + 208818@hsesinfo.org + Mrs. + F208819 + L208819 + + + 208819@hsesinfo.org + Ms. + F208821 + L208821 + + 208821@hsesinfo.org + Ms. + F208817 + L208817 + + 208817@hsesinfo.org + 555-555-8817 x 5555 + + + 9829 + 8934 + 11933 + 000 + 2019 + 2019-07-01 + + HS + Active + Cardinal McCloskey School and Home for Children + www.cmcs.org + 8934@hsesinfo.org + 115 East Stevens Avenue + Ste LL5 + Valhalla + NY + 10595-1252 + 115 East Stevens Avenue + Ste LL5 + Valhalla + NY + 10595-1252 + 115 East Stevens Avenue + + Valhalla + NY + 10595-1252 + Dr. + F217214 + L217214 + PhD + Chairman of the Board of Directors + 217214@hsesinfo.org + Dr. + F217215 + L217215 + EdD + Senior Vice President + 217215@hsesinfo.org + Mrs. + F217217 + L217217 + + 217217@hsesinfo.org + Dr. + F217213 + L217213 + EdD + 217213@hsesinfo.org + 555-555-7213 x 5555 + + + 9830 + 8935 + 11933 + 200 + 2019 + 2019-07-01 + + EHS + Active + Cardinal McCloskey School and Home for Children + www.cmcs.org + 8935@hsesinfo.org + 115 East Stevens Avenue + Ste LL5 + Valhalla + NY + 10595-1252 + 115 East Stevens Avenue + Ste LL5 + Valhalla + NY + 10595-1252 + 115 East Stevens Avenue + + Valhalla + NY + 10595-1252 + Dr. + F217221 + L217221 + PhD + Chairman of the Board of Directors + 217221@hsesinfo.org + Dr. + F217222 + L217222 + EdD + Senior Vice President + 217222@hsesinfo.org + Mrs. + F217224 + L217224 + + 217224@hsesinfo.org + Dr. + F217220 + L217220 + EdD + 217220@hsesinfo.org + 555-555-7220 x 5555 + + + 10047 + 3670 + 12113 + 001 + 2014 + 2019-07-01 + + HS + Active + Foundation for Early Childhood Education, Inc. + foundationheadstart.org + 3670@hsesinfo.org + 3360 Flair Drive, Suite 100 + + El Monte + CA + 91731-2833 + 3360 Flair Drive, Suite 100 + + El Monte + CA + 91731-2833 + 3360 Flair Drive, Suite 100 + + El Monte + CA + 91731-2833 + Mr. + F218722 + L218722 + + Board President + 218722@hsesinfo.org + Ms. + F218723 + L218723 + + Director + 218723@hsesinfo.org + Mr. + F218725 + L218725 + + 218725@hsesinfo.org + Ms. + F218721 + L218721 + + 218721@hsesinfo.org + 555-555-8721 x 5555 + + + 10822 + 9131 + 12798 + 203 + 2019 + 2019-03-01 + + EHS + Active + Foundation for Early Childhood Education, Inc. + foundationheadstart.org + 9131@hsesinfo.org + 3360 Flair Drive, Suite 100 + + El Monte + CA + 91731-2833 + 3360 Flair Drive, Suite 100 + + El Monte + CA + 91731-2833 + 3360 Flair Drive, Suite 100 + + El Monte + CA + 91731-2833 + Mr. + F224045 + L224045 + + Board President + 224045@hsesinfo.org + Ms. + F224043 + L224043 + + Director + 224043@hsesinfo.org + Ms. + F224046 + L224046 + + 224046@hsesinfo.org + Ms. + F224042 + L224042 + + 224042@hsesinfo.org + 555-555-4042 x 5555 + + + 10824 + 592 + 12803 + 000 + 2014 + 2020-01-01 + + HS + Active + PEE DEE COMMUNITY ACTION PARTNERSHIP + www.peedeecap.org + 592@hsesinfo.org + 2685 S Irby St + Fl 1 + Florence + SC + 29505-3440 + 2327 Prosperity Way + Ste 10 + Florence + SC + 29501-0804 + 2685 S Irby St + Fl 1 + Florence + SC + 29505-3440 + Rev. + F224056 + L224056 + Sr + Board Chair + 224056@hsesinfo.org + Mr. + F224057 + L224057 + Jr + + 224057@hsesinfo.org + Ms. + F224059 + L224059 + + 224059@hsesinfo.org + Ms. + F224055 + L224055 + + 224055@hsesinfo.org + 555-555-4055 x 5555 + + + 10825 + 2809 + 12803 + 200 + 2014 + 2020-01-01 + + EHS + Active + PEE DEE COMMUNITY ACTION PARTNERSHIP + www.peedeecap.org + 2809@hsesinfo.org + 2685 S Irby St + Fl 1 + Florence + SC + 29505-3440 + 2327 Prosperity Way + Ste 10 + Florence + SC + 29501-0804 + 2685 S Irby St + Fl 1 + Florence + SC + 29505-3440 + Rev. + F224063 + L224063 + Sr + Board Chair + 224063@hsesinfo.org + Mr. + F224064 + L224064 + Jr + + 224064@hsesinfo.org + Ms. + F224066 + L224066 + + 224066@hsesinfo.org + Ms. + F224062 + L224062 + + 224062@hsesinfo.org + 555-555-4062 x 5555 + + + 9742 + 8899 + 11886 + 000 + 2019 + 2019-07-01 + + HS + Active + NYC Early Learning Company Inc. + + 8899@hsesinfo.org + 2402 Quentin Rd + + Brooklyn + NY + 11229-2416 + 2402 Quentin Rd + + Brooklyn + NY + 11229-2416 + 440 Avenue P + + Brooklyn + NY + 11223-1935 + Ms. + F216602 + L216602 + Esq. + + 216602@hsesinfo.org + Mr. + F216603 + L216603 + + CEO/President + 216603@hsesinfo.org + Ms. + F216605 + L216605 + + 216605@hsesinfo.org + Mrs. + F216601 + L216601 + + 216601@hsesinfo.org + 555-555-6601 x 5555 + + + 9743 + 8900 + 11886 + 200 + 2019 + 2019-07-01 + + EHS + Active + NYC Early Learning Company Inc. + beanstalkacademy.com + 8900@hsesinfo.org + 440 Avenue P + + Brooklyn + NY + 11223-1935 + 440 Avenue P + + Brooklyn + NY + 11223-1935 + 440 Avenue P + + Brooklyn + NY + 11223-1935 + Ms. + F216609 + L216609 + Esq. + + 216609@hsesinfo.org + Mr. + F216610 + L216610 + + CEO/President + 216610@hsesinfo.org + Ms. + F216612 + L216612 + + 216612@hsesinfo.org + Mrs. + F216608 + L216608 + + 216608@hsesinfo.org + 555-555-6608 x 5555 + + + 9701 + 8876 + 11853 + 000 + 2019 + 2019-07-01 + + HS + Active + Fort George Community Enrichment Center, Inc. + www.fortgeorgecenter.org + 8876@hsesinfo.org + 489 Saint Pauls Pl + + Bronx + NY + 10456-1935 + 1525 Saint Nicholas Ave + + New York + NY + 10033-2604 + 1525 Saint Nicholas Ave + + New York + NY + 10033-2604 + Ms. + F216328 + L216328 + + Board Chair + 216328@hsesinfo.org + Ms. + F216329 + L216329 + + Executive Director/CEO + 216329@hsesinfo.org + Ms. + F216331 + L216331 + + 216331@hsesinfo.org + Ms. + F216327 + L216327 + + 216327@hsesinfo.org + 555-555-6327 + + + 9702 + 8877 + 11853 + 200 + 2019 + 2019-07-01 + + EHS + Active + Fort George Community Enrichment Center, Inc. + www.fortgeorgecenter.org + 8877@hsesinfo.org + 489 Saint Pauls Pl + + Bronx + NY + 10456-1935 + 1525 Saint Nicholas Ave + + New York + NY + 10033-2604 + 1525 Saint Nicholas Ave + + New York + NY + 10033-2604 + Ms. + F216335 + L216335 + + Board Chair + 216335@hsesinfo.org + Ms. + F216336 + L216336 + + Executive Director/CEO + 216336@hsesinfo.org + Ms. + F216338 + L216338 + + 216338@hsesinfo.org + Ms. + F216334 + L216334 + + 216334@hsesinfo.org + 555-555-6334 + + + 10155 + 5945 + 12190 + 200 + + 2019-08-01 + + EHS + Active + Early Learning Coalition Miami-Dade/Monroe County + http://elcmdm.org + 5945@hsesinfo.org + 6251 NW 7th Ave + Ste 204 + Miami + FL + 33150-4319 + 6251 NW 7th Ave + Ste 204 + Miami + FL + 33150-4319 + 2555 Ponce De Leon Blvd + Ste 210 + Coral Gables + FL + 33134-6010 + Mr. + F219450 + L219450 + + Chairman, ELC Board of Directors + 219450@hsesinfo.org + Mr. + F219451 + L219451 + + President/CEO + 219451@hsesinfo.org + Ms. + F219453 + L219453 + + 219453@hsesinfo.org + Ms. + F219449 + L219449 + + 219449@hsesinfo.org + 555-555-9449 x 5555 + + + 9678 + 383 + 11844 + 000 + 2014 + 2019-06-01 + + HS + Active + Cincinnati-Hamilton County Community Action Agency + http://www.cincy-caa.org + 383@hsesinfo.org + 1740 Langdon Farm Road + + Cincinnati + OH + 45237-3817 + 1740 Langdon Farm Road + + Cincinnati + OH + 45237-3817 + 1740 Langdon Farm Road + + Cincinnati + OH + 45237-3817 + Ms. + F216167 + L216167 + + Board Chairperson + 216167@hsesinfo.org + Mr. + F216168 + L216168 + + President/CEO + 216168@hsesinfo.org + Ms. + F216170 + L216170 + + 216170@hsesinfo.org + Ms. + F216166 + L216166 + + 216166@hsesinfo.org + 555-555-6166 + + + 9683 + 382 + 11844 + 200 + 1991 + 2019-06-01 + + EHS + Active + Cincinnati-Hamilton County Community Action Agency + http://www.cincy-caa.org + 382@hsesinfo.org + 1740 Langdon Farm Road + + Cincinnati + OH + 45237-3817 + 1740 Langdon Farm Road + + Cincinnati + OH + 45237-3817 + 1740 Langdon Farm Road + + Cincinnati + OH + 45237-3817 + Ms. + F216202 + L216202 + + Board Chairperson + 216202@hsesinfo.org + Mr. + F216203 + L216203 + + President/CEO + 216203@hsesinfo.org + Ms. + F216205 + L216205 + + 216205@hsesinfo.org + Ms. + F216201 + L216201 + + 216201@hsesinfo.org + 555-555-6201 + + + 10827 + 3037 + 12809 + 200 + 2015 + 2020-01-01 + + EHS + Active + Allegheny Intermediate Unit + http://www.aiu3.net + 3037@hsesinfo.org + 475 East Waterfront Drive + + Homestead + PA + 15120-1144 + 475 East Waterfront Drive + + Homestead + PA + 15120-1144 + 475 East Waterfront Drive + + Homestead + PA + 15120-1144 + Mr. + F224077 + L224077 + + Board President + 224077@hsesinfo.org + Dr. + F224078 + L224078 + + Executive Director + 224078@hsesinfo.org + Mrs. + F224080 + L224080 + + 224080@hsesinfo.org + Mrs. + F224076 + L224076 + + 224076@hsesinfo.org + 555-555-4076 + + + 10828 + 601 + 12815 + 000 + 2013 + 2020-01-01 + + HS + Active + WATEREE COMMUNITY ACTIONS, INC. HEAD START PROGRAM + www.wcai.org + 601@hsesinfo.org + 1155 N Lafayette Dr + + Sumter + SC + 29150-2913 + PO Box 8328 + + Columbia + SC + 29202-8328 + 1915 Harden St + + Columbia + SC + 29204-1015 + Mrs. + F224084 + L224084 + + Board Chairperson + 224084@hsesinfo.org + Ms. + F224085 + L224085 + + Chief Executive Officer + 224085@hsesinfo.org + Ms. + F224087 + L224087 + + 224087@hsesinfo.org + Mrs. + F224083 + L224083 + + 224083@hsesinfo.org + 555-555-4083 + + + 10829 + 2748 + 12815 + 200 + 2013 + 2020-01-01 + + EHS + Active + WATEREE COMMUNITY ACTIONS, INC. EARLY HEAD START PROGRAM + www.wcai.org + 2748@hsesinfo.org + 1155 N Lafayette Dr + + Sumter + SC + 29150-2913 + PO Box 8328 + + Columbia + SC + 29202-8328 + 1915 Harden St + + Columbia + SC + 29204-1015 + Mrs. + F224091 + L224091 + + Board Chairperson + 224091@hsesinfo.org + Ms. + F224092 + L224092 + + Chief Executive Officer + 224092@hsesinfo.org + Ms. + F224094 + L224094 + + 224094@hsesinfo.org + Ms. + F224090 + L224090 + + 224090@hsesinfo.org + 555-555-4090 + + + 10831 + 2935 + 12813 + 200 + 2015 + 2020-01-01 + + EHS + Active + CHILDREN'S HOME SOCIETY OF FLORIDA, INC + www.chsfl.org + 2935@hsesinfo.org + 5768 S Semoran Blvd + + Orlando + FL + 32822-4818 + 5768 S Semoran Blvd + + Orlando + FL + 32822-4818 + 482 S Keller Rd + + Orlando + FL + 32810-6130 + Ms. + F224105 + L224105 + + + 224105@hsesinfo.org + Ms. + F224106 + L224106 + + + 224106@hsesinfo.org + Ms. + F224108 + L224108 + + 224108@hsesinfo.org + Ms. + F224104 + L224104 + + 224104@hsesinfo.org + 555-555-4104 + + + 10832 + 5182 + 12805 + 200 + 2014 + 2020-01-01 + + EHS + Active + ChildCareGroup + www.childcaregroup.org + 5182@hsesinfo.org + 1420 W Mockingbird Ln + Ste 300 + Dallas + TX + 75247-4973 + 1420 W Mockingbird Ln + Ste 300 + Dallas + TX + 75247-4973 + 1420 W Mockingbird Ln + Ste 300 + Dallas + TX + 75247-4973 + Mr. + F224112 + L224112 + + Chairman of the Board + 224112@hsesinfo.org + Ms. + F224113 + L224113 + + President/CEO + 224113@hsesinfo.org + Ms. + F224115 + L224115 + + 224115@hsesinfo.org + Mrs. + F224111 + L224111 + + 224111@hsesinfo.org + 555-555-4111 + + + 10833 + 720 + 12804 + 000 + 2015 + 2020-01-01 + + HS + Active + LAFOURCHE PARISH + http://www.lafourchegov.org + 720@hsesinfo.org + 4876 Highway 1 + + Mathews + LA + 70375-2043 + PO Box 425 + + Mathews + LA + 70375-0425 + 4876 Highway 1 + + Mathews + LA + 70375-2043 + Mr. + F224119 + L224119 + + Board Chairman + 224119@hsesinfo.org + Mr. + F224120 + L224120 + III + Parish President + 224120@hsesinfo.org + Ms. + F224122 + L224122 + + 224122@hsesinfo.org + Ms. + F224118 + L224118 + + 224118@hsesinfo.org + 555-555-4118 + + + 10834 + 3059 + 12811 + 200 + 2015 + 2020-01-01 + + EHS + Active + NATIVE AMERICAN PROFESSIONAL PARENT RESOURCES (NAPPR), + www.nappr.org + 3059@hsesinfo.org + 2201 San Pedro Dr NE + Ste 210 + Albuquerque + NM + 87110-4133 + 2201 San Pedro Dr NE + Ste 210 + Albuquerque + NM + 87110-4133 + 2201 San Pedro Dr NE + Ste 210 + Albuquerque + NM + 87110-4133 + Mr. + F224126 + L224126 + + Chair, Board of Directors + 224126@hsesinfo.org + Ms. + F224127 + L224127 + + + 224127@hsesinfo.org + Ms. + F224129 + L224129 + + 224129@hsesinfo.org + Ms. + F224125 + L224125 + + 224125@hsesinfo.org + 555-555-4125 + + + 10835 + 2948 + 12807 + 200 + 2011 + 2020-01-01 + + EHS + Active + Lumin Education + www.lumineducation.org + 2948@hsesinfo.org + 924 Wayne Street + + Dallas + TX + 75223 + 924 Wayne Street + + Dallas + TX + 75223 + 924 Wayne Street + + Dallas + TX + 75223 + Mr. + F224133 + L224133 + + Board President + 224133@hsesinfo.org + Ms. + F224134 + L224134 + + + 224134@hsesinfo.org + Ms. + F224136 + L224136 + + 224136@hsesinfo.org + Ms. + F224132 + L224132 + + 224132@hsesinfo.org + 555-555-4132 x 5555 + + + 10836 + 1141 + 12806 + 000 + 2013 + 2020-01-01 + + AIAN HS + Active + AROOSTOOK BAND OF MICMAC INDIANS + abm@micmac-nsn.gov + 1141@hsesinfo.org + 56 Micmac Dr + Ste 3 + Presque Isle + ME + 04769-2010 + 7 Northern Rd + + Presque Isle + ME + 04769 + 7 Northern Rd + 7 Northern Road + Presque Isle + ME + 04769-2027 + Mr. + F224140 + L224140 + + Tribal Chief + 224140@hsesinfo.org + Ms. + F224141 + L224141 + + Tribal Administrator + 224141@hsesinfo.org + Mr. + F224143 + L224143 + + 224143@hsesinfo.org + Ms. + F224139 + L224139 + + 224139@hsesinfo.org + 555-555-4139 + + + 9210 + 551 + 11498 + 000 + 2013 + 2018-12-01 + + HS + Active + TRI-COUNTY COMMUNITY COUNCIL, INC + http://tricountyheadstart.com + 551@hsesinfo.org + 2499 Cypress Street + + Westville + FL + 32464 + PO Box 1210 + + Bonifay + FL + 32425-1210 + 302 N Oklahoma St + + Bonifay + FL + 32425-2224 + Mr. + F213010 + L213010 + + Board Chairman + 213010@hsesinfo.org + Mr. + F213011 + L213011 + + Executive Director + 213011@hsesinfo.org + Ms. + F213013 + L213013 + + 213013@hsesinfo.org + Mrs. + F213009 + L213009 + + 213009@hsesinfo.org + 555-555-3009 + + + 9211 + 2842 + 11498 + 200 + 2013 + 2018-12-01 + + EHS + Active + TRI-COUNTY COMMUNITY COUNCIL, INC + http://tricountyheadstart.com + 2842@hsesinfo.org + 2499 Cypress St + + Westville + FL + 32464-4246 + P.O. Box 1210 + + Bonifay + FL + 32425 + 302 N Oklahoma St + + Bonifay + FL + 32425-2224 + Mr. + F213017 + L213017 + + Board Chairman + 213017@hsesinfo.org + Mr. + F213018 + L213018 + + Executive Director + 213018@hsesinfo.org + Ms. + F213020 + L213020 + + 213020@hsesinfo.org + Mrs. + F213016 + L213016 + + 213016@hsesinfo.org + 555-555-3016 + + + 10844 + 1921 + 12821 + 000 + 1992 + 2020-01-01 + + HS + Active + Catholic Charities of the Diocese of Joliet, Inc. + http://www.cc-doj.org + 1921@hsesinfo.org + 203 North Ottawa Street, 3rd Floor + + Joliet + IL + 60432-4006 + 203 North Ottawa Street, 3rd Floor + + Joliet + IL + 60432-4006 + 203 North Ottawa Street, 3rd Floor + + Joliet + IL + 60432-4006 + Mr. + F224195 + L224195 + + Chairperson + 224195@hsesinfo.org + Mr. + F224196 + L224196 + + Executive Director + 224196@hsesinfo.org + Ms. + F224198 + L224198 + + 224198@hsesinfo.org + Mrs. + F224194 + L224194 + + 224194@hsesinfo.org + 555-555-4194 + + + 10845 + 1920 + 12821 + 200 + 2004 + 2020-01-01 + + EHS + Active + Catholic Charities of the Diocese of Joliet, Inc. + http://www.cc-doj.org + 1920@hsesinfo.org + 203 North Ottawa Street, 3rd Floor + + Joliet + IL + 60432-4006 + 203 North Ottawa Street, 3rd Floor + + Joliet + IL + 60432-4006 + 203 North Ottawa Street, 3rd Floor + + Joliet + IL + 60432-4006 + Mr. + F224202 + L224202 + + Chairperson + 224202@hsesinfo.org + Mr. + F224203 + L224203 + + Executive Director + 224203@hsesinfo.org + Ms. + F224205 + L224205 + + 224205@hsesinfo.org + Mrs. + F224201 + L224201 + + 224201@hsesinfo.org + 555-555-4201 + + + 10847 + 3161 + 12823 + 000 + 2014 + 2020-01-01 + + HS + Active + Region IX Education Cooperative + http://www.rec9nm.org + 3161@hsesinfo.org + 143 El Paso Rd + Ste 1 + Ruidoso + NM + 88345-6033 + 143 El Paso Rd + Ste 1 + Ruidoso + NM + 88345-6033 + 143 El Paso Rd + Ste 1 + Ruidoso + NM + 88345-6033 + Mr. + F224216 + L224216 + + Chairperson + 224216@hsesinfo.org + Mr. + F224217 + L224217 + + Executive Director + 224217@hsesinfo.org + Ms. + F224219 + L224219 + + 224219@hsesinfo.org + Ms. + F224215 + L224215 + + 224215@hsesinfo.org + 555-555-4215 + + + 10848 + 2998 + 12819 + 200 + 2011 + 2020-01-01 + + EHS + Active + United Way of Acadiana + www.unitedwayofacadiana.org + 2998@hsesinfo.org + 215 East Pinhook Road + + Lafayette + LA + 70501 + PO Box 52033 + + Lafayette + LA + 70505-2033 + 215 East Pinhook Road + + Lafayette + LA + 70501 + Mr. + F224223 + L224223 + + Board Chair + 224223@hsesinfo.org + Ms. + F224224 + L224224 + + President / CEO + 224224@hsesinfo.org + Mrs. + F224226 + L224226 + + 224226@hsesinfo.org + Mrs. + F224222 + L224222 + + 224222@hsesinfo.org + 555-555-4222 + + + 10849 + 3097 + 12824 + 200 + 2011 + 2020-01-01 + + EHS + Active + Tulsa Educare, Inc. + www.tulsaeducare.org + 3097@hsesinfo.org + 2511 E 5th Pl + + Tulsa + OK + 74104-2804 + 2190 S 67th East Ave + + Tulsa + OK + 74129-2008 + 2190 S 67th East Ave + + Tulsa + OK + 74129-2008 + Ms. + F224230 + L224230 + + Senior Program Officer; George Kaiser Family Foundation + 224230@hsesinfo.org + Ms. + F224231 + L224231 + + + 224231@hsesinfo.org + Ms. + F224233 + L224233 + + 224233@hsesinfo.org + Ms. + F224229 + L224229 + + 224229@hsesinfo.org + 555-555-4229 + + + 11573 + 576 + 13378 + 200 + 2003 + 2020-07-01 + + EHS + Active + Douglas-Cherokee Economic Authority, Inc. + http://www.dceaheadstart.org + 576@hsesinfo.org + 534 E 1st North St + + Morristown + TN + 37814-4716 + 534 E 1st North St + + Morristown + TN + 37814-4716 + 534 E 1st North St + + Morristown + TN + 37814-4716 + Ms. + F228979 + L228979 + + Board Chairperson + 228979@hsesinfo.org + Ms. + F228980 + L228980 + + Executive Director + 228980@hsesinfo.org + Ms. + F228982 + L228982 + + 228982@hsesinfo.org + Mr. + F228978 + L228978 + + 228978@hsesinfo.org + 555-555-8978 x 5555 + + + 10852 + 1161 + 12818 + 000 + 1992 + 2020-01-01 + + AIAN HS + Active + PASCUA YAQUI TRIBE + http://www.pascuayaqui-nsn.gov/index.php/early-childhood + 1161@hsesinfo.org + 5060 W Calle Tetakusim + + Tucson + AZ + 85757-9016 + 7474 South Camino De Oeste + + Tucson + AZ + 85757-9308 + 7474 South Camino De Oeste + + Tucson + AZ + 85757-9308 + Mr. + F224251 + L224251 + + Tribal Chairman + 224251@hsesinfo.org + Ms. + F224252 + L224252 + + Director of Education + 224252@hsesinfo.org + Ms. + F224254 + L224254 + + 224254@hsesinfo.org + Mrs. + F224250 + L224250 + + 224250@hsesinfo.org + 555-555-4250 + + + 10393 + 5940 + 12401 + 200 + + 2019-08-01 + + EHS + Active + Raleigh County Community Action Association, Inc. + www.rccaa.org + 5940@hsesinfo.org + 111 Willow Ln + + Beckley + WV + 25801-5521 + 111 Willow Ln + + Beckley + WV + 25801-5521 + 111 Willow Ln + + Beckley + WV + 25801-5521 + Miss + F221092 + L221092 + + President + 221092@hsesinfo.org + Mr. + F221093 + L221093 + + Interim Executive Director + 221093@hsesinfo.org + Ms. + F221095 + L221095 + + 221095@hsesinfo.org + Ms. + F221091 + L221091 + + 221091@hsesinfo.org + 555-555-1091 x 5555 + + + 10850 + 2449 + 12822 + 000 + 2014 + 2019-12-01 + + AIAN HS + Active + Tanana Chiefs Conference + http://www.tananachiefs.org + 2449@hsesinfo.org + 122 First Avenue, Suite 600 + + Fairbanks + AK + 99701-4871 + 122 First Avenue, Suite 600 + + Fairbanks + AK + 99701-4871 + 122 First Avenue, Suite 600 + + Fairbanks + AK + 99701-4871 + Mr. + F224237 + L224237 + + President + 224237@hsesinfo.org + Atty. + F224238 + L224238 + + Executive Director of Tribal Client Services and Tribal Governance + 224238@hsesinfo.org + Mr. + F224240 + L224240 + + 224240@hsesinfo.org + Mrs. + F224236 + L224236 + + 224236@hsesinfo.org + 555-555-4236 x 5555 + + + 10851 + 2627 + 12822 + 200 + 2014 + 2019-12-01 + + AIAN EHS + Active + Tanana Chiefs Conference + www.tananachiefs.org + 2627@hsesinfo.org + 122 First Avenue, Suite 600 + + Fairbanks + AK + 99701 + 122 First Avenue, Suite 600 + + Fairbanks + AK + 99701 + 122 First Avenue, Suite 600 + + Fairbanks + AK + 99701 + Mr. + F224244 + L224244 + + President + 224244@hsesinfo.org + Atty. + F224245 + L224245 + + Executive Director of Tribal Client Services and Tribal Governance + 224245@hsesinfo.org + Mr. + F224247 + L224247 + + 224247@hsesinfo.org + Mrs. + F224243 + L224243 + + 224243@hsesinfo.org + 555-555-4243 x 5555 + + + 11574 + 2986 + 13373 + 200 + 2011 + 2020-07-01 + + EHS + Active + Monroe County Intermediate School District + http://www.monroeisd.us + 2986@hsesinfo.org + 1101 S Raisinville Rd + + Monroe + MI + 48161-9047 + 1101 S Raisinville Rd + + Monroe + MI + 48161-9047 + 1101 S Raisinville Rd + + Monroe + MI + 48161-9047 + Mr. + F228986 + L228986 + + Board of Education President + 228986@hsesinfo.org + Dr. + F228987 + L228987 + + Superintendent + 228987@hsesinfo.org + Ms. + F228989 + L228989 + + 228989@hsesinfo.org + Mrs. + F228985 + L228985 + + 228985@hsesinfo.org + 555-555-8985 + + + 11575 + 724 + 13368 + 000 + 1992 + 2020-07-01 + + HS + Active + Delta Community Action Association, Inc. + + 724@hsesinfo.org + 611 N Cedar St + + Tallulah + LA + 71282-3301 + PO Box 352 + + Tallulah + LA + 71284-0352 + 611 N Cedar St + + Tallulah + LA + 71282-3301 + Mr. + F228993 + L228993 + + Board Chairperson + 228993@hsesinfo.org + Mr. + F228994 + L228994 + + Executive Director + 228994@hsesinfo.org + Ms. + F228996 + L228996 + + 228996@hsesinfo.org + Mr. + F228992 + L228992 + III + 228992@hsesinfo.org + 555-555-8992 + + + 11576 + 2741 + 13368 + 200 + 2011 + 2020-07-01 + + EHS + Active + DELTA COMMUNITY ACTION ASSOCIATION + + 2741@hsesinfo.org + 611 N Cedar St + + Tallulah + LA + 71282-3301 + PO Box 352 + P.O. Box 352 + Tallulah + LA + 71284-0352 + 611 N Cedar St + + Tallulah + LA + 71282-3301 + Mr. + F229000 + L229000 + + Board Chairperson + 229000@hsesinfo.org + Mr. + F229001 + L229001 + + Executive Director + 229001@hsesinfo.org + Ms. + F229003 + L229003 + + 229003@hsesinfo.org + Mr. + F228999 + L228999 + + 228999@hsesinfo.org + 555-555-8999 + + + 11577 + 5371 + 13382 + 000 + 2014 + 2020-07-01 + + HS + Active + The Newark Public Schools + www.nps.k12.nj.us + 5371@hsesinfo.org + 24 Crane St + + Newark + NJ + 07104-2562 + 24 Crane St + 4th Floor, Room 409 + Newark + NJ + 07104-2562 + 24 Crane St + 4th Floor, Room 409 + Newark + NJ + 07104-2562 + Mr. + F229007 + L229007 + + Superintendent + 229007@hsesinfo.org + Ms. + F229008 + L229008 + + Executive Director of Early Childhood + 229008@hsesinfo.org + Mr. + F229010 + L229010 + + 229010@hsesinfo.org + Mrs. + F229006 + L229006 + + 229006@hsesinfo.org + 555-555-9006 + + + 11578 + 2318 + 13377 + 000 + 1992 + 2020-07-01 + + HS + Active + ACCORD Corporation + www.accordcorp.org + 2318@hsesinfo.org + 84 Schuyler St + + Belmont + NY + 14813-1051 + PO Box 573 + + Belmont + NY + 14813-0573 + 84 Schuyler St + + Belmont + NY + 14813-1051 + Mrs. + F229014 + L229014 + + Board Chairperson + 229014@hsesinfo.org + Ms. + F229015 + L229015 + + Executive Director + 229015@hsesinfo.org + Mr. + F229017 + L229017 + + 229017@hsesinfo.org + Ms. + F229013 + L229013 + + 229013@hsesinfo.org + 555-555-9013 x 5555 + + + 11579 + 2319 + 13377 + 200 + 1992 + 2020-07-01 + + EHS + Active + ACCORD Corporation + http://www.accordcorp.org + 2319@hsesinfo.org + 84 Schuyler St + + Belmont + NY + 14813-1051 + PO Box 573 + + Belmont + NY + 14813-0573 + 84 Schuyler St + + Belmont + NY + 14813-1051 + Mrs. + F229021 + L229021 + + Board Chairperson + 229021@hsesinfo.org + Ms. + F229022 + L229022 + + Executive Director + 229022@hsesinfo.org + Mr. + F229024 + L229024 + + 229024@hsesinfo.org + Ms. + F229020 + L229020 + + 229020@hsesinfo.org + 555-555-9020 x 5555 + + + 8664 + 8527 + 11048 + 000 + 2017 + 2017-07-01 + + HS + Active + MUNICIPALITY OF HUMACAO + + 8527@hsesinfo.org + Avenida Tejas + Carretera 908 Edificio Palma Hills ( Antiguo Jf Montalvo) + Humacao + PR + 00792 + P.O BOX 9113 + + HUMACAO + PR + 00792-0178 + Avenida Tejas + Carretera 908 Edificio Palma Hills ( Antiguo Jf Montalvo) + Humacao + PR + 00792 + Mrs. + F209157 + L209157 + + Governing Board Chairman + 209157@hsesinfo.org + Mrs. + F209158 + L209158 + + Director + 209158@hsesinfo.org + Mrs. + F209160 + L209160 + + 209160@hsesinfo.org + Mrs. + F209156 + L209156 + + 209156@hsesinfo.org + 555-555-9156 + + + 10558 + 1701 + 12548 + 200 + 2014 + 2019-09-01 + + EHS + Active + UNIVERSITY SETTLEMENT SOCIETY OF NEW YORK + http://www.universitysettlement.org + 1701@hsesinfo.org + 184 Eldridge Street + + New York + NY + 10002-2924 + 184 Eldridge Street + + New York + NY + 10002-2924 + 184 Eldridge Street + + New York + NY + 10002-2924 + Mr. + F222245 + L222245 + + Board Chair + 222245@hsesinfo.org + Dr. + F222246 + L222246 + + Executive Director + 222246@hsesinfo.org + Ms. + F222248 + L222248 + + 222248@hsesinfo.org + Ms. + F222244 + L222244 + + 222244@hsesinfo.org + 555-555-2244 + + + 8509 + 8389 + 10917 + 200 + 2017 + 2017-03-01 + + EHS + Active + University Settlement Society of New York, Inc. + www.universitysettlement.org + 8389@hsesinfo.org + 184 Eldridge Street + + New York + NY + 10002-2924 + 184 Eldridge Street + + New York + NY + 10002-2924 + 184 Eldridge Street + + New York + NY + 10002-2924 + Mr. + F208289 + L208289 + + Board Chair + 208289@hsesinfo.org + Dr. + F208290 + L208290 + + Executive Director + 208290@hsesinfo.org + Mrs. + F208292 + L208292 + + 208292@hsesinfo.org + Ms. + F208288 + L208288 + + 208288@hsesinfo.org + 555-555-8288 + + + 10861 + 1963 + 12850 + 000 + 2014 + 2020-01-01 + + HS + Active + Schenectady Community Action Program, Inc. + http://www.scapny.org + 1963@hsesinfo.org + Schenectady Community Action Program + 913 Albany Street + Schenectady + NY + 12307 + Schenectady Community Action Program + 913 Albany Street + Schenectady + NY + 12307 + Schenectady Community Action Program + 913 Albany Street + Schenectady + NY + 12307 + Ms. + F224315 + L224315 + + Board President + 224315@hsesinfo.org + Ms. + F224316 + L224316 + + + 224316@hsesinfo.org + Ms. + F224318 + L224318 + + 224318@hsesinfo.org + Ms. + F224314 + L224314 + + 224314@hsesinfo.org + 555-555-4314 + + + 10862 + 1729 + 12845 + 000 + 2014 + 2020-01-01 + + HS + Active + Project Social Care Head Start, Inc. + none + 1729@hsesinfo.org + 5902 - 14th Avenue + + Brooklyn + NY + 11219-5039 + 5902 - 14th Avenue + + Brooklyn + NY + 11219-5039 + 5902 - 14th Avenue + + Brooklyn + NY + 11219-5039 + Mr. + F224322 + L224322 + + CHAIRPERSON OF BOARD OF DIRECTORS + 224322@hsesinfo.org + Mr. + F224323 + L224323 + + + 224323@hsesinfo.org + Mrs. + F224325 + L224325 + + 224325@hsesinfo.org + Mr. + F224321 + L224321 + + 224321@hsesinfo.org + 555-555-4321 x 5555 + + + 10863 + 1986 + 12846 + 000 + 1996 + 2020-01-01 + + HS + Active + Cattaraugus & Wyoming Counties Project Head Start + http://www.headstartnetwork.com + 1986@hsesinfo.org + 101 South 19th Street + + Olean + NY + 14760-3325 + 101 South 19th Street + + Olean + NY + 14760-3325 + 101 South 19th Street + + Olean + NY + 14760-3325 + Ms. + F224329 + L224329 + + Board Chair + 224329@hsesinfo.org + Mr. + F224330 + L224330 + + + 224330@hsesinfo.org + Ms. + F224332 + L224332 + + 224332@hsesinfo.org + Mr. + F224328 + L224328 + + 224328@hsesinfo.org + 555-555-4328 + + + 10864 + 1985 + 12846 + 200 + 2014 + 2020-01-01 + + EHS + Active + CATTARAUGUS COUNTY PROJECT HEAD START, INC. + http://www.headstartnetwork.com + 1985@hsesinfo.org + 101 South 19th Street + + Olean + NY + 14760-3325 + 101 South 19th Street + + Olean + NY + 14760-3325 + 101 South 19th Street + + Olean + NY + 14760-3325 + Ms. + F224336 + L224336 + + Board Chair + 224336@hsesinfo.org + Mr. + F224337 + L224337 + + + 224337@hsesinfo.org + Ms. + F224339 + L224339 + + 224339@hsesinfo.org + Mr. + F224335 + L224335 + + 224335@hsesinfo.org + 555-555-4335 + + + 10867 + 3239 + 12847 + 200 + 2015 + 2020-01-01 + + EHS + Active + B'Above Worldwide Institute Inc. + + 3239@hsesinfo.org + 13411 Kew Gardens Rd + + Richmond Hill + NY + 11418-1930 + 13411 Kew Gardens Rd + + Richmond Hill + NY + 11418-1930 + 13411 Kew Gardens Rd + + Richmond Hill + NY + 11418-1930 + Mr. + F224357 + L224357 + + Chairman + 224357@hsesinfo.org + Rabbi + F224358 + L224358 + + + 224358@hsesinfo.org + Ms. + F224360 + L224360 + + 224360@hsesinfo.org + Ms. + F224356 + L224356 + + 224356@hsesinfo.org + 555-555-4356 + + + 10869 + 2990 + 12843 + 200 + 2011 + 2020-01-01 + + EHS + Active + Early Head Start Municipio de San German + www.municipiodesangerman.com + 2990@hsesinfo.org + Apartado 85 + + San Germán + PR + 00683-0686 + Apartado 85 + + San Germán + PR + 00683-0686 + Apartado 85 + + San Germán + PR + 00683-0686 + Hon. + F224371 + L224371 + + Mayor City Of San German + 224371@hsesinfo.org + Mrs. + F224372 + L224372 + + Early Head Start & Head Start Director + 224372@hsesinfo.org + Mrs. + F224374 + L224374 + + 224374@hsesinfo.org + Mrs. + F224370 + L224370 + + 224370@hsesinfo.org + 555-555-4370 + + + 10870 + 2879 + 12852 + 200 + 2015 + 2020-01-01 + + EHS + Active + Bais Yaakov Faigeh Schonberger of Adas Yereim + + 2879@hsesinfo.org + 1169 43rd Street + + Brooklyn + NY + 11219 + 1169 43rd Street + + Brooklyn + NY + 11219 + 1169 43rd Street + + Brooklyn + NY + 11219 + Mr. + F224378 + L224378 + + + 224378@hsesinfo.org + Mr. + F224379 + L224379 + + + 224379@hsesinfo.org + Mrs. + F224381 + L224381 + + 224381@hsesinfo.org + Mrs. + F224377 + L224377 + + 224377@hsesinfo.org + 555-555-4377 x 5555 + + + 10871 + 2993 + 12851 + 200 + 2015 + 2020-01-01 + + EHS + Active + SCO Family Services + www.sco.org + 2993@hsesinfo.org + 225 Newport St + + Brooklyn + NY + 11212 + 225 Newport St + + Brooklyn + NY + 11212 + 1 Alexander Place + + Glen Cove + NY + 11542 + Mr. + F224385 + L224385 + + Board Chair + 224385@hsesinfo.org + Mr. + F224386 + L224386 + + Executive Director + 224386@hsesinfo.org + Mr. + F224388 + L224388 + + 224388@hsesinfo.org + Ms. + F224384 + L224384 + + 224384@hsesinfo.org + 555-555-4384 + + + 10872 + 2943 + 12848 + 200 + 2011 + 2020-01-01 + + EHS + Active + Professional Family Care Services, Inc. + www.pfcs.org + 2943@hsesinfo.org + 937 Menoher Blvd. + + Johnstown + PA + 15905-2838 + 929 Menoher Blvd. + + Johnstown + PA + 15905-2834 + 937 Menoher Blvd. + + Johnstown + PA + 15905-2838 + Mr. + F224392 + L224392 + + President Board of Directors + 224392@hsesinfo.org + Mrs. + F224393 + L224393 + + + 224393@hsesinfo.org + Mrs. + F224395 + L224395 + + 224395@hsesinfo.org + Mrs. + F224391 + L224391 + + 224391@hsesinfo.org + 555-555-4391 + + + 10874 + 1242 + 12849 + 000 + 1991 + 2020-01-01 + + HS + Active + Adams-Brown Counties Economic Opportunities, Inc. + abceoi.org + 1242@hsesinfo.org + 406 W. Plum Street + + Georgetown + OH + 45121-1241 + 406 W Plum St + + Georgetown + OH + 45121-1056 + 406 W. Plum Street + + Georgetown + OH + 45121-1241 + Mr. + F224406 + L224406 + + Brown Co. Commissioner + 224406@hsesinfo.org + Mr. + F224407 + L224407 + + Executive Director + 224407@hsesinfo.org + Ms. + F224409 + L224409 + + 224409@hsesinfo.org + Ms. + F224405 + L224405 + + 224405@hsesinfo.org + 555-555-4405 x 5555 + + + 10875 + 1243 + 12849 + 200 + 2003 + 2020-01-01 + + EHS + Active + Adams-Brown Counties Economic Opportunities, Inc. + abceoi.org + 1243@hsesinfo.org + 10140 State Route 125 + + Russellville + OH + 45168-8917 + 406 W Plum St + + Georgetown + OH + 45121-1056 + 406 W. Plum St. + + Georgetown + OH + 45121-1241 + Mr. + F224413 + L224413 + + Brown Co. Commissioner + 224413@hsesinfo.org + Mr. + F224414 + L224414 + + Executive Director + 224414@hsesinfo.org + Ms. + F224416 + L224416 + + 224416@hsesinfo.org + Ms. + F224412 + L224412 + + 224412@hsesinfo.org + 555-555-4412 x 5555 + + + 10876 + 1632 + 12853 + 200 + 2015 + 2020-01-01 + + EHS + Active + Central Texas 4C, Inc. + www.ct4c.org + 1632@hsesinfo.org + 504 N 5th St + + Temple + TX + 76501-3112 + P.O. Box 367 + + Temple + TX + 76503-0367 + 504 N 5th St + + Temple + TX + 76501-3112 + Mrs. + F224420 + L224420 + + President, Central Texas 4C, Inc. Board of Directors + 224420@hsesinfo.org + Mrs. + F224421 + L224421 + M.S. + Executive Director + 224421@hsesinfo.org + Ms. + F224423 + L224423 + + 224423@hsesinfo.org + Mrs. + F224419 + L224419 + + 224419@hsesinfo.org + 555-555-4419 x 5555 + + + 10877 + 2429 + 12839 + 200 + 2015 + 2020-01-01 + + EHS + Active + University of California-Los Angeles, Board of Regents + www.uclahealth.org/earlyheadstart + 2429@hsesinfo.org + 14423 Van Nuys Blvd + + Arleta + CA + 91331-5141 + 14423 Van Nuys Blvd + + Arleta + CA + 91331-5141 + Office of Contract & Grant Administration + 10889 Wilshire Blvd. Suite 700 + Los Angeles + CA + 90095-1406 + Mr. + F224427 + L224427 + + Finance and Research Director/Board Chair + 224427@hsesinfo.org + Ms. + F224428 + L224428 + + Executive Director + 224428@hsesinfo.org + Ms. + F224430 + L224430 + + 224430@hsesinfo.org + Ms. + F224426 + L224426 + M.A. + 224426@hsesinfo.org + 555-555-4426 x 5555 + + + 10878 + 2987 + 12842 + 200 + 2015 + 2020-01-01 + + EHS + Active + EDUCATIONAL SERVICE DISTRICT #112 + www.esd112.org + 2987@hsesinfo.org + 2500 NE 65th Avenue + + Vancouver + WA + 98661-6812 + 2500 NE 65th Avenue + + Vancouver + WA + 98661-6812 + 2500 NE 65th Avenue + + Vancouver + WA + 98661-6812 + Ms. + F224434 + L224434 + + Board Chair + 224434@hsesinfo.org + Ms. + F224435 + L224435 + + Executive Director of Early Care and Education + 224435@hsesinfo.org + Ms. + F224437 + L224437 + + 224437@hsesinfo.org + Ms. + F224433 + L224433 + + 224433@hsesinfo.org + 555-555-4433 + + + 10879 + 3234 + 12841 + 200 + 2015 + 2020-01-01 + + EHS + Active + SNOHOMISH COUNTY HUMAN SERVICES DEPARTMENT + http://ww1.co.snohomish + 3234@hsesinfo.org + 3000 Rockefeller Ave M//S 305 + + Everett + WA + 98201 + 3000 Rockefeller Ave M//S 305 + + Everett + WA + 98201 + 3000 Rockefeller Ave M//S 305 + + Everett + WA + 98201 + Mr. + F224441 + L224441 + + Snohomish County Executive + 224441@hsesinfo.org + Mrs. + F224442 + L224442 + + + 224442@hsesinfo.org + Ms. + F224444 + L224444 + + 224444@hsesinfo.org + Ms. + F224440 + L224440 + + 224440@hsesinfo.org + 555-555-4440 + + + 8665 + 8528 + 11048 + 200 + 2017 + 2017-07-01 + + EHS + Active + MUNICIPALITY OF HUMACAO + + 8528@hsesinfo.org + Avenida Tejas + Carretera 908 Edificio Palma Hills (Antiguo Jf Montalvo) + Humacao + PR + 00792 + PO Box 9113 + + Humacao + PR + 00792-9113 + Avenida Tejas + Carretera 908 Edificio Palma Hills (Antiguo Jf Montalvo) + Humacao + PR + 00792 + Mrs. + F209164 + L209164 + + Governing Board Chairman + 209164@hsesinfo.org + Mrs. + F209165 + L209165 + + Director + 209165@hsesinfo.org + Mrs. + F209167 + L209167 + + 209167@hsesinfo.org + Mrs. + F209163 + L209163 + + 209163@hsesinfo.org + 555-555-9163 + + + 6958 + 502 + 10420 + 000 + 1991 + 2015-11-01 + 2020-10-31 + HS + Inactive + University of Southern California + www.usc.edu/ext-relations/ccr/programs/sece/ + 502@hsesinfo.org + 3716 S Hope St + # 366 + Los Angeles + CA + 90089-7706 + 3716 S Hope St + # 366 + Los Angeles + CA + 90089-7706 + 3716 S Hope St + # 366 + Los Angeles + CA + 90089-7706 + Dr. + F204368 + L204368 + + Associate Vice President + 204368@hsesinfo.org + Ms. + F204369 + L204369 + + Interim Executive Director + 204369@hsesinfo.org + Mr. + F204371 + L204371 + + 204371@hsesinfo.org + Ms. + F204367 + L204367 + + 204367@hsesinfo.org + 555-555-4367 + + + 6472 + 1726 + 10123 + 000 + 1992 + 2015-07-01 + 2020-05-31 + HS + Inactive + Pittsylvania County Community Action, Inc. + http://www.pccainc.org + 1726@hsesinfo.org + 514 S Main St + + Chatham + VA + 24531-3404 + PO Box 1119 + + Chatham + VA + 24531-1119 + 348 N Main St + + Chatham + VA + 24531-4406 + Mr. + F200974 + L200974 + + PCCA Agency, Board Chariman + 200974@hsesinfo.org + Mrs. + F200975 + L200975 + + Executive Director + 200975@hsesinfo.org + Ms. + F200977 + L200977 + + 200977@hsesinfo.org + Ms. + F200973 + L200973 + + 200973@hsesinfo.org + 555-555-0973 x 5555 + + + 11580 + 937 + 13381 + 000 + 1992 + 2020-07-01 + + HS + Active + COLUMBIA DAY CARE PROGRAM, INC + www.columbiachilddevelopment.org + 937@hsesinfo.org + 215 East 5th Street + + Bloomsburg + PA + 17815-2308 + 215 East 5th Street + + Bloomsburg + PA + 17815-2308 + 215 East 5th Street + + Bloomsburg + PA + 17815-2308 + Ms. + F229028 + L229028 + + + 229028@hsesinfo.org + Ms. + F229029 + L229029 + + + 229029@hsesinfo.org + Pastor + F229031 + L229031 + + 229031@hsesinfo.org + Ms. + F229027 + L229027 + + 229027@hsesinfo.org + 555-555-9027 + + + 9470 + 1245 + 11685 + 000 + 2014 + 2019-04-01 + + HS + Active + LEADS, Inc. + http://www.leadscaa.org + 1245@hsesinfo.org + 159 Wilson Street + + Newark + OH + 43055-4921 + 159 Wilson St + + Newark + OH + 43055-4921 + 159 Wilson St + + Newark + OH + 43055-4921 + Ms. + F214787 + L214787 + + Chairperson + 214787@hsesinfo.org + Mr. + F214788 + L214788 + + LEADS CEO + 214788@hsesinfo.org + Mrs. + F214790 + L214790 + + 214790@hsesinfo.org + Ms. + F214786 + L214786 + + 214786@hsesinfo.org + 555-555-4786 + + + 9471 + 2805 + 11685 + 200 + 2014 + 2019-04-01 + + EHS + Active + LEADS, INC.. + www.leadscaa.org + 2805@hsesinfo.org + 159 Wilson Street + + Newark + OH + 43055 + 159 Wilson Street + + Newark + OH + 43055 + 159 Wilson Street + + Newark + OH + 43055 + Ms. + F214794 + L214794 + + Board Chairperson + 214794@hsesinfo.org + Mr. + F214795 + L214795 + + + 214795@hsesinfo.org + Mrs. + F214797 + L214797 + + 214797@hsesinfo.org + Ms. + F214793 + L214793 + + 214793@hsesinfo.org + 555-555-4793 + + + 5766 + 2766 + 9527 + 200 + 2011 + 2015-01-01 + 2020-06-30 + EHS + Inactive + City-Parish of East Baton Rouge + www.brgov.com/dept/headstart/ + 2766@hsesinfo.org + 4523 PLANK ROAD + + BATON ROUGE + LA + 70805-4138 + 4523 PLANK ROAD + + BATON ROUGE + LA + 70805-4138 + 4523 PLANK ROAD + + BATON ROUGE + LA + 70805-4138 + Mrs. + F104935 + L104935 + + Mayor-President + 104935@hsesinfo.org + Ms. + F104933 + L104933 + + Director DHDS + 104933@hsesinfo.org + Ms. + F104932 + L104932 + + 104932@hsesinfo.org + Mrs. + F104930 + L104930 + + 104930@hsesinfo.org + 555-555-4930 + + + 9344 + 2325 + 11593 + 000 + 2014 + 2019-02-01 + + HS + Active + Action for a Better Community, Inc + www.abcinfo.org + 2325@hsesinfo.org + 400 West Ave + 3rd fl + Rochester + NY + 14611-2538 + 400 West Ave + 3rd fl + Rochester + NY + 14611-2538 + 400 West Ave + 3rd fl + Rochester + NY + 14611-2538 + Mr. + F213935 + L213935 + + Board Chair + 213935@hsesinfo.org + Mr. + F213936 + L213936 + + + 213936@hsesinfo.org + Mr. + F213938 + L213938 + + 213938@hsesinfo.org + Mrs. + F213934 + L213934 + + 213934@hsesinfo.org + 555-555-3934 x 5555 + + + 9346 + 2324 + 11593 + 200 + 2014 + 2019-02-01 + + EHS + Active + Action for a Better Community, Inc + www.abcinfo.org + 2324@hsesinfo.org + 400 West Ave + 3rd fl + Rochester + NY + 14611-2538 + 400 West Ave + 3rd fl + Rochester + NY + 14611-2538 + 400 West Ave + 3rd fl + Rochester + NY + 14611-2538 + Mr. + F213949 + L213949 + + Board Chair + 213949@hsesinfo.org + Mr. + F213950 + L213950 + + + 213950@hsesinfo.org + Mr. + F213952 + L213952 + + 213952@hsesinfo.org + Mrs. + F213948 + L213948 + + 213948@hsesinfo.org + 555-555-3948 x 5555 + + + 10881 + 2067 + 12869 + 000 + 2014 + 2020-01-01 + + HS + Active + Ponce Municipality Head Start Program + + 2067@hsesinfo.org + Las Americas Commercial Park + Villa Street, Route 500 North + Ponce + PR + 00731 + P.O. Box 32199 + + Ponce + PR + 00732-2199 + Las Americas Commercial Park + Villa Street, Route 500 North + Ponce + PR + 00731 + Hon. + F224459 + L224459 + + President, Governing Board + 224459@hsesinfo.org + Dr. + F224460 + L224460 + + + 224460@hsesinfo.org + Mr. + F224462 + L224462 + + 224462@hsesinfo.org + Dr. + F224458 + L224458 + + 224458@hsesinfo.org + 555-555-4458 x 5555 + + + 10882 + 2068 + 12869 + 200 + 2014 + 2020-01-01 + + EHS + Active + Ponce Municipality Head Start Program + www.visitponce.com + 2068@hsesinfo.org + Las Americas Commercial Park + Villa Street, Route 500 North + Ponce + PR + 00731 + P.O. Box 32199 + + Ponce + PR + 00732-2199 + Las Americas Commercial Park + Villa Street, Route 500 North + Ponce + PR + 00731 + Hon. + F224466 + L224466 + + President,Governing Board + 224466@hsesinfo.org + Dr. + F224467 + L224467 + + + 224467@hsesinfo.org + Mr. + F224469 + L224469 + + 224469@hsesinfo.org + Dr. + F224465 + L224465 + + 224465@hsesinfo.org + 555-555-4465 x 5555 + + + 10886 + 5092 + 12868 + 200 + 2014 + 2020-01-01 + + EHS + Active + Porter-Leath + www.porterleath.org + 5092@hsesinfo.org + 3400 Prescott Rd + + Memphis + TN + 38118-3602 + 3400 Prescott Rd + + Memphis + TN + 38118-3602 + 3400 Prescott Rd + + Memphis + TN + 38118-3602 + Mr. + F224494 + L224494 + + Governing Board Chairperson + 224494@hsesinfo.org + Mr. + F224495 + L224495 + + President + 224495@hsesinfo.org + Mrs. + F224497 + L224497 + + 224497@hsesinfo.org + Mrs. + F224493 + L224493 + + 224493@hsesinfo.org + 555-555-4493 x 5555 + + + 10890 + 698 + 12857 + 000 + 2015 + 2020-01-01 + + HS + Active + Cooperative Educational Service Agency #2 + https://sites.google.com/site/jeffersoncoheadstart/ + 698@hsesinfo.org + 1541 Annex Road + + Jefferson + WI + 53549-9618 + 1541 Annex Road + + Jefferson + WI + 53549-9618 + 1541 Annex Road + + Jefferson + WI + 53549-9618 + Ms. + F224522 + L224522 + + CESA #2 BOC Chairperson + 224522@hsesinfo.org + Mr. + F224523 + L224523 + + CESA 2 Administrator + 224523@hsesinfo.org + Ms. + F224525 + L224525 + + 224525@hsesinfo.org + Ms. + F224521 + L224521 + + 224521@hsesinfo.org + 555-555-4521 + + + 10891 + 3231 + 12862 + 200 + 2015 + 2020-01-01 + + EHS + Active + La Casa de Esperanza, Inc. + www.lacasadeesperanza.org + 3231@hsesinfo.org + 410 Arcadian Avenue + + Waukesha + WI + 53186-5086 + 410 Arcadian Avenue + + Waukesha + WI + 53186-5086 + 410 Arcadian Avenue + + Waukesha + WI + 53186-5086 + Mr. + F224529 + L224529 + + President + 224529@hsesinfo.org + Dr. + F224530 + L224530 + + President and CEO + 224530@hsesinfo.org + Ms. + F224532 + L224532 + + 224532@hsesinfo.org + Ms. + F224528 + L224528 + + 224528@hsesinfo.org + 555-555-4528 + + + 11582 + 9457 + 13375 + 200 + 2020 + 2020-07-01 + + EHS + Active + Ross County Community Action Commission, Inc. + http://www.rossccac.org + 9457@hsesinfo.org + 250 N Woodbridge Ave + + Chillicothe + OH + 45601-2245 + 250 N Woodbridge Ave + + Chillicothe + OH + 45601-2245 + 250 N Woodbridge Ave + + Chillicothe + OH + 45601-2245 + Mr. + F229042 + L229042 + + Governing Board President + 229042@hsesinfo.org + Ms. + F229043 + L229043 + + Executive Direcetor + 229043@hsesinfo.org + Ms. + F229045 + L229045 + + 229045@hsesinfo.org + Ms. + F229041 + L229041 + + 229041@hsesinfo.org + 555-555-9041 x 5555 + + + 10894 + 3838 + 12874 + 001 + 2015 + 2020-01-01 + + HS + Active + Limon Head Start + N/A + 3838@hsesinfo.org + 1741 9th St + + Limon + CO + 80828 + PO Box 880 + + Limon + CO + 80828-0880 + 1741 9th St + + Limon + CO + 80828 + Mr. + F224550 + L224550 + + President of Executive Board + 224550@hsesinfo.org + Mr. + F224551 + L224551 + + Town of Limon Assistant Town Manager + 224551@hsesinfo.org + Mrs. + F224553 + L224553 + + 224553@hsesinfo.org + Mrs. + F224549 + L224549 + + 224549@hsesinfo.org + 555-555-4549 + + + 10896 + 2941 + 12858 + 200 + 2015 + 2020-01-01 + + EHS + Active + Rancho Santiago Community College District + www.rsccd.edu + 2941@hsesinfo.org + 2323 N Broadway + Ste 245 + Santa Ana + CA + 92706-1662 + 2323 N Broadway + Ste 245 + Santa Ana + CA + 92706-1662 + 2323 N Broadway + Ste 245 + Santa Ana + CA + 92706-1662 + Mr. + F224564 + L224564 + + Chancellor + 224564@hsesinfo.org + Ms. + F224565 + L224565 + + + 224565@hsesinfo.org + Ms. + F224567 + L224567 + + 224567@hsesinfo.org + Ms. + F224563 + L224563 + + 224563@hsesinfo.org + 555-555-4563 + + + 10897 + 1299 + 12865 + 000 + 1991 + 2020-01-01 + + HS + Active + KIDS & COMPANY OF LINN COUNTY + www.kidcoheadstart.org + 1299@hsesinfo.org + 300 Market Street + Suite 200 + Lebanon + OR + 97355-2282 + 300 Market Street + Suite 200 + Lebanon + OR + 97355-2282 + 300 Market Street + Suite 200 + Lebanon + OR + 97355-2282 + Mr. + F224571 + L224571 + + Board President + 224571@hsesinfo.org + Ms. + F224572 + L224572 + + Executive Director + 224572@hsesinfo.org + Ms. + F224574 + L224574 + + 224574@hsesinfo.org + Mr. + F224570 + L224570 + + 224570@hsesinfo.org + 555-555-4570 + + + 10898 + 2634 + 12865 + 200 + 2015 + 2020-01-01 + + EHS + Active + KIDS & COMPANY OF LINN COUNTY + www.kidcoheadstart.org + 2634@hsesinfo.org + 300 Market St. + Suite 200 + LEBANON + OR + 97355 + 300 Market St. + Suite 200 + LEBANON + OR + 97355 + 300 Market St. + Suite 200 + LEBANON + OR + 97355 + Mr. + F224578 + L224578 + + Board President + 224578@hsesinfo.org + Ms. + F224579 + L224579 + + Executive Director + 224579@hsesinfo.org + Ms. + F224581 + L224581 + + 224581@hsesinfo.org + Mr. + F224577 + L224577 + + 224577@hsesinfo.org + 555-555-4577 + + + 10900 + 2255 + 12866 + 000 + 2015 + 2020-01-01 + + HS + Active + NEIGHBORHOOD HOUSE, INC + http://www.nhwa.org + 2255@hsesinfo.org + 1225 S Weller St + Ste 510 + Seattle + WA + 98144-1906 + 1225 S Weller St + Ste 510 + Seattle + WA + 98144-1906 + 1225 S Weller St + Ste 510 + Seattle + WA + 98144-1906 + Ms. + F224592 + L224592 + + Board President + 224592@hsesinfo.org + Ms. + F224593 + L224593 + + Executive Director + 224593@hsesinfo.org + Ms. + F224595 + L224595 + + 224595@hsesinfo.org + Ms. + F224591 + L224591 + + 224591@hsesinfo.org + 555-555-4591 x 5555 + + + 10901 + 2254 + 12866 + 200 + 2015 + 2020-01-01 + + EHS + Active + NEIGHBORHOOD HOUSE, INC + http://www.nhwa.org + 2254@hsesinfo.org + 1225 S Weller St + Ste 510 + Seattle + WA + 98144-1906 + 1225 S Weller St + Ste 510 + Seattle + WA + 98144-1906 + 1225 S Weller St + Ste 510 + Seattle + WA + 98144-1906 + Ms. + F224599 + L224599 + + Board President + 224599@hsesinfo.org + Ms. + F224600 + L224600 + + Executive Director + 224600@hsesinfo.org + Ms. + F224602 + L224602 + + 224602@hsesinfo.org + Ms. + F224598 + L224598 + + 224598@hsesinfo.org + 555-555-4598 x 5555 + + + 10893 + 1464 + 12856 + 000 + 1998 + 2020-01-01 + + HS + Active + Town of Limon + www.townoflimon.com + 1464@hsesinfo.org + 1741 9th St + + Limon + CO + 80828 + PO Box 880 + + Limon + CO + 80828-0880 + 1741 9th St + + Limon + CO + 80828 + Mr. + F224543 + L224543 + + Board President + 224543@hsesinfo.org + Mr. + F224544 + L224544 + + Assistant Town Manager + 224544@hsesinfo.org + + F224546 + L224546 + + 224546@hsesinfo.org + Mrs. + F224542 + L224542 + + 224542@hsesinfo.org + 555-555-4542 + + + 10905 + 2994 + 12876 + 200 + 2015 + 2020-01-01 + + EHS + Active + Commonwealth of Pennsylvania + + 2994@hsesinfo.org + 333 Market St + Fl 6 + Harrisburg + PA + 17126-0333 + 333 Market St + Fl 6 + Harrisburg + PA + 17126 + 333 Market St + Fl 6 + Harrisburg + PA + 17126 + Ms. + F224627 + L224627 + + Board Chair + 224627@hsesinfo.org + Mrs. + F224628 + L224628 + + + 224628@hsesinfo.org + Ms. + F224630 + L224630 + + 224630@hsesinfo.org + Ms. + F224626 + L224626 + + 224626@hsesinfo.org + 555-555-4626 + + + 10906 + 3094 + 12875 + 200 + 2015 + 2020-01-01 + + EHS + Active + Governors State University + http://www.govst.edu/FamilyDevelopmentCenter/ + 3094@hsesinfo.org + 1 University Pkwy + + University Park + IL + 60484-3165 + 1 University Pkwy + + University Park + IL + 60484-3165 + 1 University Pkwy + + University Park + IL + 60484-3165 + Dr. + F224634 + L224634 + + Chair, Governance Group + 224634@hsesinfo.org + Dr. + F224635 + L224635 + + President + 224635@hsesinfo.org + Ms. + F224637 + L224637 + + 224637@hsesinfo.org + Ms. + F224633 + L224633 + + 224633@hsesinfo.org + 555-555-4633 + + + 10909 + 5825 + 12881 + 200 + + 2020-01-01 + + EHS + Active + Miami Valley Child Development Centers, Inc. + www.mvcdc.org + 5825@hsesinfo.org + 215 Horace St + + Dayton + OH + 45402-8318 + 215 Horace St + + Dayton + OH + 45402-8318 + 215 Horace St + + Dayton + OH + 45402-8318 + Mr. + F224655 + L224655 + + Board of Trustees Chair + 224655@hsesinfo.org + Ms. + F224656 + L224656 + + President/CEO + 224656@hsesinfo.org + Mr. + F224658 + L224658 + + 224658@hsesinfo.org + Ms. + F224654 + L224654 + + 224654@hsesinfo.org + 555-555-4654 x 5555 + + + 10911 + 2939 + 12878 + 200 + 2015 + 2020-01-01 + + EHS + Active + Child Crisis Arizona + http://www.childcrisisaz.org + 2939@hsesinfo.org + 402 N 24th St + + Phoenix + AZ + 85008-6014 + 402 N 24th St + + Phoenix + AZ + 85008-6014 + 817 N Country Club Dr + + Mesa + AZ + 85201-4105 + Mr. + F224669 + L224669 + + + 224669@hsesinfo.org + Ms. + F224670 + L224670 + + + 224670@hsesinfo.org + + F224672 + L224672 + + 224672@hsesinfo.org + Ms. + F224668 + L224668 + + 224668@hsesinfo.org + 555-555-4668 + + + 10912 + 2946 + 12877 + 200 + 2015 + 2020-01-01 + + EHS + Active + Pediatric Therapy Network + www.pediatrictherapynetwork.org + 2946@hsesinfo.org + 1815 West 213th St. + Suite 100 + Torrance + CA + 90501 + 1815 West 213th St. + Suite 100 + Torrance + CA + 90501 + 1815 West 213th St. + Suite 100 + Torrance + CA + 90501 + Ms. + F224676 + L224676 + + Board Chair + 224676@hsesinfo.org + Ms. + F224677 + L224677 + + + 224677@hsesinfo.org + Ms. + F224679 + L224679 + + 224679@hsesinfo.org + Ms. + F224675 + L224675 + + 224675@hsesinfo.org + 555-555-4675 x 5555 + + + 10913 + 2881 + 12882 + 200 + 2015 + 2020-01-01 + + EHS + Active + Through the Looking Glass + www.lookingglass.org + 2881@hsesinfo.org + 3075 Adeline Street, Suite #120 + + Berkeley + CA + 94703 + 3075 Adeline Street, Suite #120 + + Berkeley + CA + 94703 + 3075 Adeline Street, Suite #120 + + Berkeley + CA + 94703 + Ms. + F224683 + L224683 + + Board President + 224683@hsesinfo.org + Dr. + F224684 + L224684 + + + 224684@hsesinfo.org + Mrs. + F224686 + L224686 + + 224686@hsesinfo.org + Dr. + F224682 + L224682 + + 224682@hsesinfo.org + 555-555-4682 x 5555 + + + 9212 + 338 + 11499 + 000 + 2013 + 2018-12-01 + + HS + Active + AUDUBON AREA COMMUNITY SERVICES, INC + http://www.aacshs.org + 338@hsesinfo.org + 1700 West 5th Street + + Owensboro + KY + 42301 + 1700 West 5th Street + + Owensboro + KY + 42301 + 1700 West 5th Street + + Owensboro + KY + 42301 + Ms. + F213024 + L213024 + + Board Chair + 213024@hsesinfo.org + Mr. + F213025 + L213025 + + + 213025@hsesinfo.org + Ms. + F213027 + L213027 + + 213027@hsesinfo.org + Mr. + F213023 + L213023 + + 213023@hsesinfo.org + 555-555-3023 + + + 9213 + 339 + 11499 + 200 + 2013 + 2018-12-01 + + EHS + Active + AUDUBON AREA COMMUNITY SERVICES, INC + http://www.aacshs.org + 339@hsesinfo.org + 1700 West 5th Street + + Owensboro + KY + 42301 + 1700 West 5th Street + + Owensboro + KY + 42301 + 1700 West 5th Street + + Owensboro + KY + 42301 + Ms. + F213031 + L213031 + + Board Chair + 213031@hsesinfo.org + Mr. + F213032 + L213032 + + + 213032@hsesinfo.org + Ms. + F213034 + L213034 + + 213034@hsesinfo.org + Mr. + F213030 + L213030 + + 213030@hsesinfo.org + 555-555-3030 + + + 10475 + 6078 + 12461 + 200 + + 2019-09-01 + + EHS + Active + Audubon Area Community Services, Inc. + http://www.aacshs.org + 6078@hsesinfo.org + 1700 West 5th Street + + Owensboro + KY + 42301-1952 + 1700 West 5th Street + + Owensboro + KY + 42301-1952 + 1700 West 5th Street + + Owensboro + KY + 42301-1952 + Mrs. + F221666 + L221666 + + Board Chairperson + 221666@hsesinfo.org + Mr. + F221667 + L221667 + + Chief Executive Officer + 221667@hsesinfo.org + Ms. + F221669 + L221669 + + 221669@hsesinfo.org + Mr. + F221665 + L221665 + + 221665@hsesinfo.org + 555-555-1665 + + + 10740 + 3548 + 12736 + 001 + 2014 + 2019-11-01 + + HS + Active + Audubon Area Community Services, Inc. + http://www.audubon-area.com + 3548@hsesinfo.org + 1700 W. 5th Street + + Owensboro + KY + 42301 + 1700 W 5th St + + Owensboro + KY + 42301-1952 + 1700 W 5th St + + Owensboro + KY + 42301-1952 + Ms. + F223516 + L223516 + + Chariperson + 223516@hsesinfo.org + Mr. + F223517 + L223517 + + Chief Executive Officer + 223517@hsesinfo.org + Mr. + F223519 + L223519 + + 223519@hsesinfo.org + Mr. + F223515 + L223515 + + 223515@hsesinfo.org + 555-555-3515 + + + 11339 + 2287 + 13217 + 200 + 2004 + 2020-06-01 + + EHS + Active + Texas Tech University Center for Early Head Start + http://www.depts.ttu.edu/earlyheadstart/ + 2287@hsesinfo.org + 3315 E Broadway + + Lubbock + TX + 79403-6127 + 3315 E Broadway + + Lubbock + TX + 79403-6127 + 3315 E Broadway + + Lubbock + TX + 79403-6127 + Dr. + F227441 + L227441 + + + 227441@hsesinfo.org + Dr. + F227442 + L227442 + + Grant Manager + 227442@hsesinfo.org + Mr. + F227444 + L227444 + + 227444@hsesinfo.org + Mrs. + F227440 + L227440 + + 227440@hsesinfo.org + 555-555-7440 + + + 10917 + 2949 + 12886 + 200 + 2015 + 2020-01-01 + + EHS + Active + MEETING STREET + www.meetingstreet.org + 2949@hsesinfo.org + 1000 EDDY STREET + + PROVIDENCE + RI + 02905 + 1000 EDDY STREET + + PROVIDENCE + RI + 02905 + 1000 EDDY STREET + + PROVIDENCE + RI + 02905 + Mr. + F224718 + L224718 + + Chair, Board of Trustees + 224718@hsesinfo.org + Mr. + F224719 + L224719 + + President + 224719@hsesinfo.org + Ms. + F224721 + L224721 + + 224721@hsesinfo.org + Ms. + F224717 + L224717 + + 224717@hsesinfo.org + 555-555-4717 + + + 10918 + 2942 + 12897 + 200 + 2014 + 2020-01-01 + + EHS + Active + South Shore Stars, Inc. + www.southshorestars.org + 2942@hsesinfo.org + 200 MIDDLE STREET + + EAST WEYMOUTH + MA + 02189 + 200 MIDDLE STREET + + EAST WEYMOUTH + MA + 02189 + 200 MIDDLE STREET + + EAST WEYMOUTH + MA + 02189 + Mr. + F224725 + L224725 + + Board President + 224725@hsesinfo.org + Ms. + F224726 + L224726 + + + 224726@hsesinfo.org + + F224728 + L224728 + + 224728@hsesinfo.org + Ms. + F224724 + L224724 + + 224724@hsesinfo.org + 555-555-4724 + + + 10919 + 2452 + 12885 + 000 + 2015 + 2020-01-01 + + HS + Active + BELKNAP-MERRIMACK COUNTIES COMMUNITY ACTION PROGRAM, IN + http://www.bm-cap.org + 2452@hsesinfo.org + 2 Industrial Park Dr + + Concord + NH + 03301-8520 + PO Box 1016 + + Concord + NH + 03302-1016 + 2 Industrial Park Dr + + Concord + NH + 03301-8520 + Mr. + F224732 + L224732 + + President, Board of Directors + 224732@hsesinfo.org + Ms. + F224733 + L224733 + + Executive Director + 224733@hsesinfo.org + Ms. + F224735 + L224735 + + 224735@hsesinfo.org + Ms. + F224731 + L224731 + + 224731@hsesinfo.org + 555-555-4731 x 5555 + + + 10920 + 3225 + 12885 + 200 + 2015 + 2020-01-01 + + EHS + Active + BELKNAP-MERRIMACK COUNTIES COMMUNITY ACTION PROGRAM, IN + http://www.bm-cap.org + 3225@hsesinfo.org + 2 Industrial Park Dr + + Concord + NH + 03301-8520 + PO Box 1016 + + Concord + NH + 03302-1016 + 2 Industrial Park Dr + + Concord + NH + 03301-8520 + Mr. + F224739 + L224739 + + President, Board of Directors + 224739@hsesinfo.org + Ms. + F224740 + L224740 + + Executive Director + 224740@hsesinfo.org + Ms. + F224742 + L224742 + + 224742@hsesinfo.org + Ms. + F224738 + L224738 + + 224738@hsesinfo.org + 555-555-4738 x 5555 + + + 10921 + 2876 + 12890 + 200 + 2015 + 2020-01-01 + + EHS + Active + UNITED WAY OF GREATER NEW HAVEN + www.uwgnh.org + 2876@hsesinfo.org + 370 James Street + 4th Floor suite 403 + NEW HAVEN + CT + 06513 + 370 James Street + 4th Floor suite 403 + NEW HAVEN + CT + 06513 + 370 James Street + 4th Floor suite 403 + NEW HAVEN + CT + 06513 + Mr. + F224746 + L224746 + + + 224746@hsesinfo.org + Ms. + F224747 + L224747 + + + 224747@hsesinfo.org + Ms. + F224749 + L224749 + + 224749@hsesinfo.org + Ms. + F224745 + L224745 + + 224745@hsesinfo.org + 555-555-4745 + + + 10924 + 3100 + 12899 + 200 + 2015 + 2020-01-01 + + EHS + Active + AREA COOPERATIVE EDUCATIONAL SERVICES + www.aces.org + 3100@hsesinfo.org + 300 Washington St + + Middletown + CT + 06457-3222 + 300 Washington St + + Middletown + CT + 06457-3222 + 300 Washington St + + Middletown + CT + 06457-3222 + Mr. + F224767 + L224767 + + Governing Board Chair + 224767@hsesinfo.org + Dr. + F224768 + L224768 + Ed.D + Executive Director + 224768@hsesinfo.org + Ms. + F224770 + L224770 + + 224770@hsesinfo.org + Ms. + F224766 + L224766 + LMSW + 224766@hsesinfo.org + 555-555-4766 + + + 10925 + 3185 + 12898 + 200 + 2015 + 2020-01-01 + + EHS + Active + The Children`s Home Society of New Jersey + www.chsofnj.org + 3185@hsesinfo.org + 635 South Clinton Ave + + Trenton + NJ + 08611 + 635 South Clinton Ave + + Trenton + NJ + 08611 + 635 South Clinton Ave + + Trenton + NJ + 08611 + Mr. + F224774 + L224774 + + Board President + 224774@hsesinfo.org + Ms. + F224775 + L224775 + + + 224775@hsesinfo.org + Mr. + F224777 + L224777 + + 224777@hsesinfo.org + Mr. + F224773 + L224773 + + 224773@hsesinfo.org + 555-555-4773 x 5555 + + + 10929 + 1774 + 12887 + 200 + 2015 + 2020-01-01 + + EHS + Active + THE LEARNING CENTER FOR FAMILIES + www.rootforkids.org + 1774@hsesinfo.org + 2044 S. Mesa Palms Drive + + Saint George + UT + 84770 + 2044 S. Mesa Palms Drive + + Saint George + UT + 84770 + 2044 S. Mesa Palms Drive + + Saint George + UT + 84770 + Mr. + F224802 + L224802 + + President TLC for Families Board of Directors + 224802@hsesinfo.org + Ms. + F224803 + L224803 + + President and CEO + 224803@hsesinfo.org + Miss + F224805 + L224805 + + 224805@hsesinfo.org + Ms. + F224801 + L224801 + + 224801@hsesinfo.org + 555-555-4801 x 5555 + + + 10930 + 3189 + 12892 + 200 + 2015 + 2020-01-01 + + EHS + Active + Peninsula Family Service + www.peninsulafamilyservice.org + 3189@hsesinfo.org + 24 2nd Avenue + + San Mateo + CA + 94401 + 24 2nd Avenue + + San Mateo + CA + 94401 + 24 2nd Avenue + + San Mateo + CA + 94401 + Mr. + F224809 + L224809 + + Board Chair + 224809@hsesinfo.org + Ms. + F224810 + L224810 + + CEO + 224810@hsesinfo.org + Ms. + F224812 + L224812 + + 224812@hsesinfo.org + Ms. + F224808 + L224808 + + 224808@hsesinfo.org + 555-555-4808 x 5555 + + + 10931 + 2457 + 12894 + 000 + 2013 + 2020-01-01 + + AIAN HS + Active + CHEYENNE & ARAPAHO TRIBES OF OKLAHOMA + http://www.c-a-tribes.org/head-start + 2457@hsesinfo.org + 100 Red Moon Circle + + Concho + OK + 73022 + PO Box 167 + + Concho + OK + 73022-0167 + 100 Red Moon Circle + + Concho + OK + 73022 + Gov. + F224816 + L224816 + + + 224816@hsesinfo.org + Ms. + F224817 + L224817 + + + 224817@hsesinfo.org + Ms. + F224819 + L224819 + + 224819@hsesinfo.org + Mrs. + F224815 + L224815 + + 224815@hsesinfo.org + 555-555-4815 + + + 10932 + 4588 + 12902 + 000 + 2013 + 2020-01-01 + + AIAN HS + Active + CANKDESKA CIKANA COMMUNITY COLLEGE + http://www.littlehoop.edu + 4588@hsesinfo.org + 7656 Ephriam Hill Road + + Fort Totten + ND + 58335 + PO Box 269 + + Fort Totten + ND + 58335-0269 + 7656 Ephriam Hill Road + + Fort Totten + ND + 58335 + Dr. + F224823 + L224823 + + President + 224823@hsesinfo.org + Dr. + F224824 + L224824 + + President + 224824@hsesinfo.org + Ms. + F224826 + L224826 + + 224826@hsesinfo.org + Ms. + F224822 + L224822 + + 224822@hsesinfo.org + 555-555-4822 x 5555 + + + 10933 + 4589 + 12902 + 200 + 2013 + 2020-01-01 + + AIAN EHS + Active + CANKDESKA CIKANA COMMUNITY COLLEGE + http://www.littlehoop.edu + 4589@hsesinfo.org + 214 2nd St + + Fort Totten + ND + 58338 + PO Box 269 + + Fort Totten + ND + 58335-0269 + 214 2nd St + + Fort Totten + ND + 58338 + Dr. + F224830 + L224830 + + President + 224830@hsesinfo.org + Dr. + F224831 + L224831 + + President + 224831@hsesinfo.org + Ms. + F224833 + L224833 + + 224833@hsesinfo.org + Ms. + F224829 + L224829 + + 224829@hsesinfo.org + 555-555-4829 x 5555 + + + 10937 + 355 + 12895 + 000 + 1992 + 2020-01-01 + + AIAN HS + Active + OMAHA TRIBE OF NEBRASKA + + 355@hsesinfo.org + 204 Chief Street + + Macy + NE + 68039 + PO Box 368 + 101 Main St. + Macy + NE + 68039-0368 + 204 Chief Street + + Macy + NE + 68039 + Mr. + F224858 + L224858 + . + Chairman, Omaha Tribeof Nebraska + 224858@hsesinfo.org + Ms. + F224859 + L224859 + + Chief of Tribal Operations + 224859@hsesinfo.org + Ms. + F224861 + L224861 + + 224861@hsesinfo.org + Dr. + F224857 + L224857 + . + 224857@hsesinfo.org + 555-555-4857 + + + 10938 + 2499 + 12896 + 000 + 1992 + 2020-01-01 + + AIAN HS + Active + ASSOCIATION OF VILLAGE COUNCIL PRESIDENTS (ONAP) + http://www.avcp.org + 2499@hsesinfo.org + 570 3rd Ave + + Bethel + AK + 99559 + PO Box 219 + + Bethel + AK + 99559-0219 + 381 Main Street + + Bethel + AK + 99559 + Mr. + F224865 + L224865 + + AVCP Executive Board Chairman + 224865@hsesinfo.org + Ms. + F224866 + L224866 + + CEO + 224866@hsesinfo.org + Miss + F224868 + L224868 + + 224868@hsesinfo.org + Ms. + F224864 + L224864 + + 224864@hsesinfo.org + 555-555-4864 + + + 9549 + 3282 + 11769 + 000 + 2013 + 2019-04-01 + + HS + Active + YMCA of Central Ohio + ymcacolumbus.org + 3282@hsesinfo.org + 1907 Leonard Ave + Ste 100 + Columbus + OH + 43219-4504 + 1907 Leonard Ave + Ste 100 + Columbus + OH + 43219-4504 + 1907 Leonard Ave + Ste 100 + Columbus + OH + 43219-4504 + Ms. + F215340 + L215340 + + Board Chair + 215340@hsesinfo.org + Mr. + F215341 + L215341 + + President/CEO + 215341@hsesinfo.org + Mr. + F215343 + L215343 + + 215343@hsesinfo.org + Ms. + F215339 + L215339 + + 215339@hsesinfo.org + 555-555-5339 + + + 5275 + 3642 + 9122 + 005 + 2014 + 2014-07-01 + 2019-06-30 + Migrant HS + Inactive + Lessie Bates Davis Neighborhood House + www.lessiebatesdavis.org + 3642@hsesinfo.org + 1045 State Street + + East Saint Louis + IL + 62201-1907 + 1045 State Street + + East Saint Louis + IL + 62201-1907 + 1200 North 13th Street + + East St. Louis + IL + 62205 + Mr. + F53599 + L53599 + Jr. + Board President + 53599@hsesinfo.org + Mr. + F53597 + L53597 + + CEO + 53597@hsesinfo.org + Ms. + F53596 + L53596 + + 53596@hsesinfo.org + Ms. + F53595 + L53595 + + 53595@hsesinfo.org + 555-555-3595 x 5555 + + + 10939 + 935 + 12906 + 000 + 1991 + 2020-01-01 + + HS + Active + STEP, INC + http://www.stepincva.com/index.php + 935@hsesinfo.org + 200 Dent Street + + Rocky Mount + VA + 24151-1209 + 200 Dent Street + + Rocky Mount + VA + 24151-1209 + 200 Dent Street + + Rocky Mount + VA + 24151-1209 + Mrs. + F224872 + L224872 + + Board Chairperson + 224872@hsesinfo.org + Ms. + F224873 + L224873 + + Executive Director + 224873@hsesinfo.org + Mrs. + F224875 + L224875 + + 224875@hsesinfo.org + Mrs. + F224871 + L224871 + + 224871@hsesinfo.org + 555-555-4871 x 5555 + + + 10940 + 2786 + 12906 + 200 + 2011 + 2020-01-01 + + EHS + Active + STEP, INC + http://www.stepincva.com/index.php + 2786@hsesinfo.org + 200 Dent Street + + Rocky Mount + VA + 24151 + 200 Dent Street + + Rocky Mount + VA + 24151 + 200 Dent Street + + Rocky Mount + VA + 24151 + Mrs. + F224879 + L224879 + + Board Chairperson + 224879@hsesinfo.org + Ms. + F224880 + L224880 + + Executive Director + 224880@hsesinfo.org + Mrs. + F224882 + L224882 + + 224882@hsesinfo.org + Ms. + F224878 + L224878 + + 224878@hsesinfo.org + 555-555-4878 x 5555 + + + 10941 + 1738 + 12907 + 000 + 2015 + 2020-01-01 + + HS + Active + Scott County Public Schools + 305 Legion Street + 1738@hsesinfo.org + 305 Legion Street + + Weber City + VA + 24290 + 305 Legion Street + + Weber City + VA + 24290 + 305 Legion Street + + Weber City + VA + 24290 + Mr. + F224886 + L224886 + + School Board Chair + 224886@hsesinfo.org + Mr. + F224887 + L224887 + + Division Superintendent + 224887@hsesinfo.org + Ms. + F224889 + L224889 + + 224889@hsesinfo.org + Mrs. + F224885 + L224885 + + 224885@hsesinfo.org + 555-555-4885 x 5555 + + + 10942 + 9051 + 12907 + 200 + 2020 + 2020-01-01 + + EHS + Active + Scott County Public Schools + + 9051@hsesinfo.org + 305 Legion Street + + Weber City + VA + 24290 + 305 Legion Street + + Weber City + VA + 24290 + 305 Legion Street + + Weber City + VA + 24290 + Mr. + F224893 + L224893 + + School Board Chair + 224893@hsesinfo.org + Mr. + F224894 + L224894 + + Division Superintendent + 224894@hsesinfo.org + Ms. + F224896 + L224896 + + 224896@hsesinfo.org + Mrs. + F224892 + L224892 + + 224892@hsesinfo.org + 555-555-4892 x 5555 + + + 10943 + 976 + 12905 + 000 + 1992 + 2020-01-01 + + HS + Active + Community Action Council of Howard County + www.cac-hc.org + 976@hsesinfo.org + 9820 Patuxent Woods Dr + Howard County Head Start + Columbia + MD + 21046-1534 + 9820 Patuxent Woods Dr + Howard County Head Start + Columbia + MD + 21046-1534 + 9820 Patuxent Woods Dr + Howard County Head Start + Columbia + MD + 21046-1534 + Mr. + F224900 + L224900 + + Board Chairperson + 224900@hsesinfo.org + Mrs. + F224901 + L224901 + + + 224901@hsesinfo.org + Ms. + F224903 + L224903 + + 224903@hsesinfo.org + Ms. + F224899 + L224899 + + 224899@hsesinfo.org + 555-555-4899 + + + 10944 + 2988 + 12903 + 200 + 2015 + 2020-01-01 + + EHS + Active + Pathfinder Services, Inc. + www.kidskampus.org + 2988@hsesinfo.org + 435 Campus Street + + Huntington + IN + 46750 + 435 Campus Street + + Huntington + IN + 46750 + 2824 Theater Avenue + + Huntington + IN + 46750 + Mrs. + F224907 + L224907 + + + 224907@hsesinfo.org + Mrs. + F224908 + L224908 + + Pathfinder Services, Inc. CEO + 224908@hsesinfo.org + Mr. + F224910 + L224910 + + 224910@hsesinfo.org + Ms. + F224906 + L224906 + + 224906@hsesinfo.org + 555-555-4906 + + + 10945 + 2238 + 12904 + 000 + 2015 + 2020-01-01 + + HS + Active + Hocking Athens Perry Community Action + http://www.hapcap.org + 2238@hsesinfo.org + 3 Cardaras Dr + + Glouster + OH + 45732-8011 + 3 Cardaras Dr + + Glouster + OH + 45732-8011 + 3 Cardaras Dr + + Glouster + OH + 45732-8011 + Mr. + F224914 + L224914 + + Board Chair + 224914@hsesinfo.org + Ms. + F224915 + L224915 + + + 224915@hsesinfo.org + Mr. + F224917 + L224917 + + 224917@hsesinfo.org + Ms. + F224913 + L224913 + + 224913@hsesinfo.org + 555-555-4913 + + + 10946 + 2833 + 12904 + 200 + 2011 + 2020-01-01 + + EHS + Active + Hocking Athens Perry Community Action + hapcap.org + 2833@hsesinfo.org + 3 Carderas Drive + P.O. 220 + Glouster + OH + 45732 + 3 Carderas Drive + P.O. 220 + Glouster + OH + 45732 + 3 Carderas Drive + P.O. 220 + Glouster + OH + 45732 + Mr. + F224921 + L224921 + + Board Chair + 224921@hsesinfo.org + Ms. + F224922 + L224922 + + + 224922@hsesinfo.org + Mr. + F224924 + L224924 + + 224924@hsesinfo.org + Ms. + F224920 + L224920 + + 224920@hsesinfo.org + 555-555-4920 + + + 5516 + 418 + 9234 + 200 + 1991 + 2014-11-01 + 2019-10-31 + EHS + Inactive + Menominee Delta Schoolcraft C.A.A., Inc. + www.mdscaa.org + 418@hsesinfo.org + 507 1st Avenue North + + Escanaba + MI + 49829-3931 + 507 1st Avenue North + + Escanaba + MI + 49829-3931 + 507 1st Avenue North + + Escanaba + MI + 49829-3931 + Ms. + F99342 + L99342 + + Board Chair + 99342@hsesinfo.org + Mrs. + F99344 + L99344 + + Executive Director + 99344@hsesinfo.org + Mr. + F99345 + L99345 + + 99345@hsesinfo.org + Mrs. + F99341 + L99341 + + 99341@hsesinfo.org + 555-555-9341 x 5555 + + + 10947 + 6063 + 12909 + 200 + + 2020-01-01 + + EHS + Active + United Way of Greater New Haven, Inc. + http://www.uwgnh.org + 6063@hsesinfo.org + 370 James Street + Suite 403 + New Haven + CT + 06513-3091 + 370 James Street + Suite 403 + New Haven + CT + 06513-3091 + 370 James Street + Suite 403 + New Haven + CT + 06513-3091 + Mr. + F224928 + L224928 + + + 224928@hsesinfo.org + Ms. + F224929 + L224929 + + + 224929@hsesinfo.org + Ms. + F224931 + L224931 + + 224931@hsesinfo.org + Ms. + F224927 + L224927 + + 224927@hsesinfo.org + 555-555-4927 + + + 10948 + 292 + 12911 + 000 + 2015 + 2020-01-01 + + HS + Active + Huntingdon County Child and Adult Development Corp. + http://www.hccadc.org + 292@hsesinfo.org + 52 Juniata Avenue + + Huntingdon + PA + 16652-1255 + 52 Juniata Avenue + + Huntingdon + PA + 16652-1255 + 52 Juniata Avenue + + Huntingdon + PA + 16652-1255 + Mr. + F224935 + L224935 + + Board Chairperson + 224935@hsesinfo.org + Ms. + F224936 + L224936 + + Executive DIrector + 224936@hsesinfo.org + Ms. + F224938 + L224938 + + 224938@hsesinfo.org + Ms. + F224934 + L224934 + + 224934@hsesinfo.org + 555-555-4934 x 5555 + + + 10949 + 293 + 12911 + 200 + 2003 + 2020-01-01 + + EHS + Active + Huntingdon County Child and Adult Devleopment Corp. + http://www.hccadc.org + 293@hsesinfo.org + 52 Juniata Avenue + + Huntingdon + PA + 16652-1255 + 52 Juniata Avenue + + Huntingdon + PA + 16652-1255 + 52 Juniata Avenue + + Huntingdon + PA + 16652-1255 + Mr. + F224942 + L224942 + + HCCADC Board Chair + 224942@hsesinfo.org + Ms. + F224943 + L224943 + + Executive DIrector + 224943@hsesinfo.org + Ms. + F224945 + L224945 + + 224945@hsesinfo.org + Ms. + F224941 + L224941 + + 224941@hsesinfo.org + 555-555-4941 x 5555 + + + 10950 + 3096 + 12908 + 200 + 2011 + 2020-01-01 + + EHS + Active + Higher Horizons Day Care Center, Inc. + www.higherhorizons.org + 3096@hsesinfo.org + 6201 Leesburg Pike Suite #5 + + Falls Church + VA + 22044 + 5920B Summers Ln + + Falls Church + VA + 22041-1634 + 6201 Leesburg Pike Suite #5 + + Falls Church + VA + 22044 + Mr. + F224949 + L224949 + + Chairman, Board of Directors + 224949@hsesinfo.org + Ms. + F224950 + L224950 + + + 224950@hsesinfo.org + Mr. + F224952 + L224952 + + 224952@hsesinfo.org + Ms. + F224948 + L224948 + + 224948@hsesinfo.org + 555-555-4948 + + + 11342 + 1083 + 13221 + 000 + 1994 + 2020-06-01 + + HS + Active + Central Montana Head Start + http://centralmontanaheadstart.org + 1083@hsesinfo.org + 25 Meadowlark Ln + + Lewistown + MT + 59457-2048 + 25 Meadowlark Ln + + Lewistown + MT + 59457-2048 + 25 Meadowlark Ln + + Lewistown + MT + 59457-2048 + Mr. + F227462 + L227462 + + Board Chairperson + 227462@hsesinfo.org + Mrs. + F227463 + L227463 + + Executive Director + 227463@hsesinfo.org + Mrs. + F227465 + L227465 + + 227465@hsesinfo.org + Mrs. + F227461 + L227461 + + 227461@hsesinfo.org + 555-555-7461 + + + 10952 + 2947 + 12910 + 200 + 2015 + 2020-01-01 + + EHS + Active + Human Services Association + www.hsala.org + 2947@hsesinfo.org + 6800 Florence Ave + + Bell Gardens + CA + 90201 + 2629 Clarendon Ave + + Huntington Park + CA + 90255 + 6800 Florence Ave + + Bell Gardens + CA + 90201 + Mr. + F224963 + L224963 + + Board Chair + 224963@hsesinfo.org + Ms. + F224964 + L224964 + + Cheif Executive Officer + 224964@hsesinfo.org + Ms. + F224966 + L224966 + + 224966@hsesinfo.org + Dr. + F224962 + L224962 + + 224962@hsesinfo.org + 555-555-4962 x 5555 + + + 11343 + 1798 + 13218 + 000 + 2002 + 2020-05-01 + + AIAN HS + Active + RENO-SPARKS INDIAN COLONY + http://www.rsic.org + 1798@hsesinfo.org + 34 Reservation Rd + # E + Reno + NV + 89502-1541 + 34 Reservation Rd + + Reno + NV + 89502-1541 + 34 Reservation Rd + + Reno + NV + 89502-1541 + Mr. + F227469 + L227469 + + Tribal Chairman + 227469@hsesinfo.org + Ms. + F227470 + L227470 + + Education Department Manager + 227470@hsesinfo.org + Ms. + F227472 + L227472 + + 227472@hsesinfo.org + Mrs. + F227468 + L227468 + + 227468@hsesinfo.org + 555-555-7468 + + + 8957 + 2073 + 11300 + 000 + 2013 + 2018-08-01 + + HS + Active + Mid America Regional Council + http://www.marc.org + 2073@hsesinfo.org + 600 Broadway Blvd + Ste 200 + Kansas City + MO + 64105-1659 + 600 Broadway Blvd + Ste 200 + Kansas City + MO + 64105-1659 + 600 Broadway Blvd + Ste 200 + Kansas City + MO + 64105-1659 + Mr. + F211258 + L211258 + + Board Chairperson, Mid America Regional Council + 211258@hsesinfo.org + Mr. + F211259 + L211259 + + Executive Director Mid America Regional Council + 211259@hsesinfo.org + Mr. + F211261 + L211261 + + 211261@hsesinfo.org + Mr. + F211257 + L211257 + + 211257@hsesinfo.org + 555-555-1257 + + + 8958 + 3218 + 11300 + 200 + 2013 + 2018-08-01 + + EHS + Active + Mid America Regional Council + http://www.marc.org + 3218@hsesinfo.org + 600 Broadway Blvd + Ste 200 + Kansas City + MO + 64105-1659 + 600 Broadway Blvd + Ste 200 + Kansas City + MO + 64105-1659 + 600 Broadway Blvd + Ste 200 + Kansas City + MO + 64105-1659 + Mr. + F211265 + L211265 + + Board Chairperson, Mid America Regional Council + 211265@hsesinfo.org + Mr. + F211266 + L211266 + + Executive Director Mid America Regional Council + 211266@hsesinfo.org + Mr. + F211268 + L211268 + + 211268@hsesinfo.org + Mr. + F211264 + L211264 + + 211264@hsesinfo.org + 555-555-1264 + + + 9838 + 1440 + 11963 + 000 + 2014 + 2019-07-01 + + HS + Active + Southwestern Minnesota Opportunity Council, Inc. + www.smoc.us + 1440@hsesinfo.org + 1077 Pleasant Ave + + Worthington + MN + 56187-1323 + PO Box 787 + + Worthington + MN + 56187-0787 + 1077 Pleasant Ave + + Worthington + MN + 56187-1323 + Mr. + F217277 + L217277 + + SMOC Board Chair + 217277@hsesinfo.org + Mr. + F217278 + L217278 + + + 217278@hsesinfo.org + Ms. + F217280 + L217280 + + 217280@hsesinfo.org + Ms. + F217276 + L217276 + + 217276@hsesinfo.org + 555-555-7276 + + + 9839 + 8940 + 11963 + 200 + 2019 + 2019-07-01 + + EHS + Active + Southwestern Minnesota Opportunity Council, Inc. + http:www.smoc.us + 8940@hsesinfo.org + 1077 Pleasant Ave + + Worthington + MN + 56187 + PO Box 787 + + Worthington + MN + 56187-0787 + 1077 Pleasant Ave + + Worthington + MN + 56187-1323 + Mr. + F217284 + L217284 + + SMOC Board Chair + 217284@hsesinfo.org + Mr. + F217285 + L217285 + + + 217285@hsesinfo.org + Ms. + F217287 + L217287 + + 217287@hsesinfo.org + Ms. + F217283 + L217283 + + 217283@hsesinfo.org + 555-555-7283 + + + 8192 + 8124 + 10581 + 200 + 2016 + 2016-05-01 + + EHS + Active + Verner Center for Early Learning + www.vernerearlylearning.org + 8124@hsesinfo.org + 2586 Riceville Road + + Asheville + NC + 28805-9793 + 2586 Riceville Road + + Asheville + NC + 28805-9793 + 2586 Riceville Road + + Asheville + NC + 28805-9793 + Mr. + F206459 + L206459 + + Board Chair + 206459@hsesinfo.org + Ms. + F206460 + L206460 + + President & CEO + 206460@hsesinfo.org + Ms. + F206462 + L206462 + + 206462@hsesinfo.org + Ms. + F206458 + L206458 + + 206458@hsesinfo.org + 555-555-6458 + + + 10954 + 3236 + 12914 + 200 + 2015 + 2020-01-01 + + EHS + Active + DURHAM'S PARTNERSHIP FOR CHILDREN + www.dpfc.net + 3236@hsesinfo.org + 1201 S Briggs Ave + Ste 210 + Durham + NC + 27703-5076 + 1201 S Briggs Ave + Ste 210 + Durham + NC + 27703-5076 + 1201 S Briggs Ave + Ste 210 + Durham + NC + 27703-5076 + Mrs. + F224977 + L224977 + + Board Chair + 224977@hsesinfo.org + Ms. + F224978 + L224978 + + + 224978@hsesinfo.org + Ms. + F224980 + L224980 + + 224980@hsesinfo.org + Ms. + F224976 + L224976 + + 224976@hsesinfo.org + + + + 10955 + 3485 + 12915 + 201 + 2015 + 2020-01-01 + + EHS + Active + Chapel Hill Training Outreach Project, Inc. + http://chtop.org/Programs/durham-ehs.html + 3485@hsesinfo.org + 1201 S. Briggs Avenue + Suite 110 + Durham + NC + 27703 + 1201 S. Briggs Avenue + Suite 110 + Durham + NC + 27703 + 800 Eastowne Dr + Ste 105 + Chapel Hill + NC + 27514-2215 + Ms. + F224984 + L224984 + + Board Chair + 224984@hsesinfo.org + Mr. + F224985 + L224985 + + + 224985@hsesinfo.org + + F224987 + L224987 + + 224987@hsesinfo.org + Ms. + F224983 + L224983 + + 224983@hsesinfo.org + 555-555-4983 + + + 10936 + 1216 + 12888 + 000 + 1992 + 2020-01-01 + + AIAN HS + Active + KIOWA TRIBE (ONAP) + + 1216@hsesinfo.org + Highway 9 West + 100 Kiowa Way + Carnegie + OK + 73015 + PO Box 369 + + Carnegie + OK + 73015-0369 + Highway 9 West + 100 Kiowa Way + Carnegie + OK + 73015 + Mr. + F224851 + L224851 + + Chairman, Kiowa Tribe + 224851@hsesinfo.org + Mr. + F224852 + L224852 + + Executive Director + 224852@hsesinfo.org + Ms. + F224854 + L224854 + + 224854@hsesinfo.org + Ms. + F224850 + L224850 + + 224850@hsesinfo.org + 555-555-4850 + + + 10819 + 9128 + 12794 + 201 + 2019 + 2019-03-01 + + EHS + Active + Azusa Unified School District + https://ausd-ca.schoolloop.com/ + 9128@hsesinfo.org + 546 S Citrus Ave + + Azusa + CA + 91702-5932 + 546 S Citrus Ave + + Azusa + CA + 91702-5932 + 546 S Citrus Ave + + Azusa + CA + 91702-5932 + Ms. + F224027 + L224027 + + Board President + 224027@hsesinfo.org + Ms. + F224025 + L224025 + Ed.D + Superintendent + 224025@hsesinfo.org + + F224028 + L224028 + + 224028@hsesinfo.org + Ms. + F224024 + L224024 + + 224024@hsesinfo.org + 555-555-4024 + + + 10956 + 1627 + 12917 + 000 + 2015 + 2020-01-01 + + HS + Active + CHAPEL HILL TRAINING-OUTREACH PROJECT, INC. + http://www.chtop.org + 1627@hsesinfo.org + 800 Eastowne Drive, Suite 105 + + Chapel Hill + NC + 27514-2215 + 800 Eastowne Drive, Suite 105 + + Chapel Hill + NC + 27514-2215 + 800 Eastowne Drive, Suite 105 + + Chapel Hill + NC + 27514-2215 + Mr. + F224991 + L224991 + + CHTOP Board Chairperson + 224991@hsesinfo.org + Mr. + F224992 + L224992 + + Executive Director + 224992@hsesinfo.org + Mr. + F224994 + L224994 + + 224994@hsesinfo.org + Mr. + F224990 + L224990 + + 224990@hsesinfo.org + 555-555-4990 x 5555 + + + 10957 + 1628 + 12917 + 200 + 2015 + 2020-01-01 + + EHS + Active + CHAPEL HILL TRAINING-OUTREACH PROJECT, INC. + http://www.chtop.org + 1628@hsesinfo.org + 800 Eastowne Drive, Suite 105 + + Chapel Hill + NC + 27514-2215 + 800 Eastowne Drive, Suite 105 + + Chapel Hill + NC + 27514-2215 + 800 Eastowne Drive, Suite 105 + + Chapel Hill + NC + 27514-2215 + Mr. + F224998 + L224998 + + CHTOP Board Chairman + 224998@hsesinfo.org + Mr. + F224999 + L224999 + + + 224999@hsesinfo.org + Mr. + F225001 + L225001 + + 225001@hsesinfo.org + Mr. + F224997 + L224997 + + 224997@hsesinfo.org + 555-555-4997 x 5555 + + + 10958 + 2437 + 12916 + 000 + 2015 + 2020-01-01 + + HS + Active + Summit County Head Start + www.earlychildhoodoptions.org + 2437@hsesinfo.org + 208 E. Lincoln Avenue + + Breckenridge + CO + 80424 + PO Box 3355 + 330 Fiedler Avenue, Suite 210 + Dillon + CO + 80435-3355 + 330 Fiedler Ave + Ste 206 + Dillon + CO + 80435-0497 + Mrs. + F225005 + L225005 + + Summit County Commissioner + 225005@hsesinfo.org + Ms. + F225006 + L225006 + + + 225006@hsesinfo.org + Ms. + F225008 + L225008 + + 225008@hsesinfo.org + Ms. + F225004 + L225004 + + 225004@hsesinfo.org + 555-555-5004 + + + 10959 + 2633 + 12916 + 200 + 2015 + 2020-01-01 + + EHS + Active + Summit County Head Start + https://www.earlychildhoodoptions.org/ + 2633@hsesinfo.org + 208 E. Lincoln Street + + Breckenridge + CO + 80424 + PO Box 3355 + + Dillon + CO + 80435-3355 + 330 Fiedler Ave + Ste 206 + Dillon + CO + 80435-0497 + Mrs. + F225012 + L225012 + + Summit County Commissioner + 225012@hsesinfo.org + Ms. + F225013 + L225013 + + + 225013@hsesinfo.org + Ms. + F225015 + L225015 + + 225015@hsesinfo.org + Ms. + F225011 + L225011 + + 225011@hsesinfo.org + 555-555-5011 + + + 8970 + 1923 + 11314 + 000 + 2013 + 2018-08-01 + + HS + Active + LINCOLN HILLS DEVELOPMENT CORPORATION + http://www.lhdc.org + 1923@hsesinfo.org + 302 Main St + + Tell City + IN + 47586-2207 + 302 Main Street + P.O. Box 336 + Tell City + IN + 47586-0336 + 302 Main St + + Tell City + IN + 47586-2207 + Atty. + F211346 + L211346 + + LHDC Board President + 211346@hsesinfo.org + Mr. + F211347 + L211347 + + Executive Director + 211347@hsesinfo.org + Ms. + F211349 + L211349 + + 211349@hsesinfo.org + Ms. + F211345 + L211345 + + 211345@hsesinfo.org + 555-555-1345 x 5555 + + + 8971 + 2793 + 11314 + 200 + 2011 + 2018-08-01 + + EHS + Active + LINCOLN HILLS DEVELOPMENT CORPORATION + http://www.lhdc.org + 2793@hsesinfo.org + 302 Main St + + Tell City + IN + 47586-2207 + 302 Main Street + P.O. Box 336 + Tell City + IN + 47586-0336 + 302 Main St + + Tell City + IN + 47586-2207 + Atty. + F211353 + L211353 + + LHDC Board President + 211353@hsesinfo.org + Mr. + F211354 + L211354 + + Executive Director + 211354@hsesinfo.org + Ms. + F211356 + L211356 + + 211356@hsesinfo.org + Ms. + F211352 + L211352 + + 211352@hsesinfo.org + 555-555-1352 x 5555 + + + 10964 + 3186 + 12921 + 200 + 2015 + 2020-01-01 + + EHS + Active + Municipality of Dorado + + 3186@hsesinfo.org + 341 Calle Mendez Vigo + + Dorado + PR + 00646-4912 + PO Box 588 + + Dorado + PR + 00646-0588 + 341 Calle Mendez Vigo + + Dorado + PR + 00646-4912 + Mr. + F225047 + L225047 + + Chairman Of the Board + 225047@hsesinfo.org + Hon. + F225048 + L225048 + + Mayor + 225048@hsesinfo.org + Mrs. + F225050 + L225050 + + 225050@hsesinfo.org + Mrs. + F225046 + L225046 + + 225046@hsesinfo.org + 555-555-5046 x 5555 + + + 10965 + 2181 + 12922 + 000 + 2015 + 2020-01-01 + + HS + Active + Allegheny Lutheran Social Ministries + http://www.alsm.org + 2181@hsesinfo.org + 231 South Juliana Street + + Bedford + PA + 15522-1717 + 231 South Juliana Street + + Bedford + PA + 15522-1717 + 231 South Juliana Street + + Bedford + PA + 15522-1717 + Rev. + F225054 + L225054 + + Chairman of the Board + 225054@hsesinfo.org + Ms. + F225055 + L225055 + + + 225055@hsesinfo.org + Ms. + F225057 + L225057 + + 225057@hsesinfo.org + Ms. + F225053 + L225053 + + 225053@hsesinfo.org + 555-555-5053 + + + 10966 + 2180 + 12922 + 200 + 2015 + 2020-01-01 + + EHS + Active + Allegheny Lutheran Social Ministries + http://www.alsm.org + 2180@hsesinfo.org + 231 South Juliana Street + + Bedford + PA + 15522-1717 + 231 South Juliana Street + + Bedford + PA + 15522-1717 + 231 South Juliana Street + + Bedford + PA + 15522-1717 + Rev. + F225061 + L225061 + + Chairman of the Board + 225061@hsesinfo.org + Ms. + F225062 + L225062 + + CEO/Executive Director + 225062@hsesinfo.org + Ms. + F225064 + L225064 + + 225064@hsesinfo.org + Ms. + F225060 + L225060 + + 225060@hsesinfo.org + 555-555-5060 + + + 9766 + 5850 + 11907 + 200 + + 2019-07-01 + + EHS + Active + Easter Seals Southern California, Inc. + www.easterseals.com/southerncal + 5850@hsesinfo.org + 2430 Auto Park Way + Ste 101 + Escondido + CA + 92029-1226 + 4688 Ontario Mills Pkwy + + Ontario + CA + 91764-5104 + 2430 Auto Park Way + Ste 101 + Escondido + CA + 92029-1226 + Mr. + F216772 + L216772 + + Chairman of the Board of Easter Seals Southern CA, Inc + 216772@hsesinfo.org + Mr. + F216773 + L216773 + + CEO + 216773@hsesinfo.org + Mrs. + F216775 + L216775 + + 216775@hsesinfo.org + Mrs. + F216771 + L216771 + + 216771@hsesinfo.org + 555-555-6771 + + + 9613 + 1374 + 11795 + 000 + 1992 + 2019-05-01 + + HS + Active + KANSAS CHILDREN'S SERVICE LEAGUE + http://www.kcsl.org + 1374@hsesinfo.org + 2111 E Labrador Blvd + + Garden City + KS + 67846-3605 + 2111 E Labrador Blvd + + Garden City + KS + 67846-3605 + 2111 E Labrador Blvd + + Garden City + KS + 67846-3605 + Mr. + F215743 + L215743 + + Chairperson of the Board + 215743@hsesinfo.org + Ms. + F215744 + L215744 + + + 215744@hsesinfo.org + Ms. + F215746 + L215746 + + 215746@hsesinfo.org + Ms. + F215742 + L215742 + + 215742@hsesinfo.org + 555-555-5742 x 5555 + + + 9614 + 1373 + 11795 + 200 + 2001 + 2019-05-01 + + EHS + Active + KANSAS CHILDREN'S SERVICE LEAGUE + http://www.kcsl.org + 1373@hsesinfo.org + 2111 E Labrador Blvd + + Garden City + KS + 67846-3605 + 2111 E Labrador Blvd + + Garden City + KS + 67846-3605 + 2111 E Labrador Blvd + + Garden City + KS + 67846-3605 + Mr. + F215750 + L215750 + + Chairperson + 215750@hsesinfo.org + Ms. + F215751 + L215751 + + + 215751@hsesinfo.org + Ms. + F215753 + L215753 + + 215753@hsesinfo.org + Ms. + F215749 + L215749 + + 215749@hsesinfo.org + 555-555-5749 x 5555 + + + 9395 + 3284 + 11629 + 000 + 2013 + 2019-02-01 + + HS + Active + South San Antonio Independent School District + southsanisd.net + 3284@hsesinfo.org + 5622 Ray Ellison Drive + + San Antonio + TX + 78242-2214 + 5622 Ray Ellison Drive + + San Antonio + TX + 78242-2214 + 5622 Ray Ellison Drive + + San Antonio + TX + 78242-2214 + Mr. + F214298 + L214298 + + School Board President + 214298@hsesinfo.org + Dr. + F214299 + L214299 + + Superintendent + 214299@hsesinfo.org + Ms. + F214301 + L214301 + + 214301@hsesinfo.org + Mrs. + F214297 + L214297 + + 214297@hsesinfo.org + 555-555-4297 + + + 10428 + 8019 + 12433 + 201 + 2015 + 2019-09-01 + + EHS + Active + Pharr-San Juan-Alamo Independent School District + https://www.psjaisd.us/earlyheadstart + 8019@hsesinfo.org + 1001 N Fir St + + Pharr + TX + 78577-3409 + 1001 N Fir St + + Pharr + TX + 78577-3409 + 601 E Kelly Ave + + Pharr + TX + 78577-4905 + Mr. + F221336 + L221336 + + PSJA ISD Board President + 221336@hsesinfo.org + Dr. + F221337 + L221337 + + + 221337@hsesinfo.org + Ms. + F221339 + L221339 + + 221339@hsesinfo.org + Mrs. + F221335 + L221335 + + 221335@hsesinfo.org + 555-555-1335 + + + 11583 + 2214 + 13376 + 000 + 1991 + 2020-07-01 + + HS + Active + Lakes & Prairies Community Action Partnership, Inc + http://www.lakesandprairies.net + 2214@hsesinfo.org + 715 11th St N Ste 402 + + Moorhead + MN + 56560-2071 + 715 11th St N Ste 402 + + Moorhead + MN + 56560-2071 + 715 11th St N Ste 402 + + Moorhead + MN + 56560-2071 + Mr. + F229049 + L229049 + + Board Chair + 229049@hsesinfo.org + Mrs. + F229050 + L229050 + + Executive Director + 229050@hsesinfo.org + Ms. + F229052 + L229052 + + 229052@hsesinfo.org + Ms. + F229048 + L229048 + + 229048@hsesinfo.org + 555-555-9048 + + + 10843 + 2932 + 12825 + 200 + 2015 + 2020-01-01 + + EHS + Active + Gulf Regional Early Childhood Services, Inc. + www.grecs.org + 2932@hsesinfo.org + 3100 Cottage Hill Rd + Ste 400 + Mobile + AL + 36606-2913 + PO Box 16005 + + Mobile + AL + 36616-0005 + 3100 Cottage Hill Rd + Ste 400 + Mobile + AL + 36606-2913 + Ms. + F224188 + L224188 + + Board Chair + 224188@hsesinfo.org + Ms. + F224189 + L224189 + + CEO/President + 224189@hsesinfo.org + Ms. + F224191 + L224191 + + 224191@hsesinfo.org + Ms. + F224187 + L224187 + + 224187@hsesinfo.org + 555-555-4187 x 5555 + + + 11584 + 6590 + 13376 + 200 + + 2020-07-01 + + EHS + Active + Lakes and Prairies CAP, Inc. + http://www.lakesandprairies.net + 6590@hsesinfo.org + 715 11th St N Ste 402 + + Moorhead + MN + 56560-2071 + 715 11th St N Ste 402 + + Moorhead + MN + 56560-2071 + 715 11th St N Ste 402 + + Moorhead + MN + 56560-2071 + Mr. + F229056 + L229056 + + Board Chair + 229056@hsesinfo.org + Mrs. + F229057 + L229057 + + Executive Director + 229057@hsesinfo.org + Ms. + F229059 + L229059 + + 229059@hsesinfo.org + Ms. + F229055 + L229055 + + 229055@hsesinfo.org + 555-555-9055 + + + 11585 + 846 + 13374 + 000 + 1997 + 2020-07-01 + + HS + Active + Family Development Services, Inc. + http://www.fds.org + 846@hsesinfo.org + 3637 North Meridian Street + + Indianapolis + IN + 46208-4233 + 3637 North Meridian Street + + Indianapolis + IN + 46208-4233 + 3637 North Meridian Street + + Indianapolis + IN + 46208-4233 + Mrs. + F229063 + L229063 + + + 229063@hsesinfo.org + Mrs. + F229064 + L229064 + + Executive Director + 229064@hsesinfo.org + Ms. + F229066 + L229066 + + 229066@hsesinfo.org + Ms. + F229062 + L229062 + + 229062@hsesinfo.org + 555-555-9062 + + + 11344 + 9307 + 13219 + 000 + 2020 + 2020-06-01 + + HS + Active + Lutheran Social Services of the South, Inc. dba Upbring + www.upbring.org + 9307@hsesinfo.org + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + Mr. + F227476 + L227476 + + + 227476@hsesinfo.org + Dr. + F227477 + L227477 + + VP of Education + 227477@hsesinfo.org + Mrs. + F227479 + L227479 + + 227479@hsesinfo.org + Mr. + F227475 + L227475 + + 227475@hsesinfo.org + 555-555-7475 + + + 10036 + 8993 + 12081 + 000 + 2019 + 2019-07-01 + + HS + Active + Community Action Partnership of San Luis Obispo County, Inc. + + 8993@hsesinfo.org + 1030 Southwood Drive + + San Luis Obispo + CA + 93401 + 1030 Southwood Drive + + San Luis Obispo + CA + 93401 + 1030 Southwood Drive + + San Luis Obispo + CA + 93401 + Ms. + F218645 + L218645 + + CAPSLO Board President + 218645@hsesinfo.org + Mrs. + F218646 + L218646 + + + 218646@hsesinfo.org + Ms. + F218648 + L218648 + + 218648@hsesinfo.org + Mrs. + F218644 + L218644 + + 218644@hsesinfo.org + 555-555-8644 x 5555 + + + 10037 + 8994 + 12081 + 200 + 2019 + 2019-07-01 + + EHS + Active + Community Action Partnership of San Luis Obispo County, Inc. + + 8994@hsesinfo.org + 1030 Southwood Drive + + San Luis Obispo + CA + 93401 + 1030 Southwood Drive + + San Luis Obispo + CA + 93401 + 1030 Southwood Drive + + San Luis Obispo + CA + 93401 + Ms. + F218652 + L218652 + + CAPSLO Board President + 218652@hsesinfo.org + Mrs. + F218653 + L218653 + + + 218653@hsesinfo.org + Ms. + F218655 + L218655 + + 218655@hsesinfo.org + Mrs. + F218651 + L218651 + + 218651@hsesinfo.org + 555-555-8651 x 5555 + + + 10631 + 8662 + 12609 + 200 + 2018 + 2019-09-01 + + AIAN EHS + Active + Cook Inlet Native Head Start + http://www.cinhs.net/ + 8662@hsesinfo.org + 6901 E. Tudor Road + + Anchorage + AK + 99507-1254 + 6901 E. Tudor Road + + Anchorage + AK + 99507-1254 + 6901 E. Tudor Road + + Anchorage + AK + 99507-1254 + Mr. + F222754 + L222754 + + Board Chairman + 222754@hsesinfo.org + Mr. + F222752 + L222752 + + Executive Director + 222752@hsesinfo.org + Ms. + F222755 + L222755 + + 222755@hsesinfo.org + Mr. + F222751 + L222751 + + 222751@hsesinfo.org + 555-555-2751 + + + 6391 + 2288 + 9967 + 200 + 2004 + 2015-06-01 + 2020-05-31 + EHS + Inactive + Primero los Ninos + http://www.lcdfehs.org + 2288@hsesinfo.org + 385 Calle De Alegra Ste A + + Las Cruces + NM + 88005-3423 + 385 Calle De Alegra Ste A + + Las Cruces + NM + 88005-3423 + 385 Calle De Alegra Ste A + + Las Cruces + NM + 88005-3423 + Mr. + F200407 + L200407 + + Board President + 200407@hsesinfo.org + Mr. + F200408 + L200408 + + Chief Executive Officer + 200408@hsesinfo.org + Ms. + F200410 + L200410 + + 200410@hsesinfo.org + Ms. + F200406 + L200406 + + 200406@hsesinfo.org + 555-555-0406 + + + 9955 + 2171 + 12037 + 000 + 2014 + 2019-07-01 + + HS + Active + Montgomery Community Action Committee & CDC, Inc. Head Start + 1062 Adams Avenue + 2171@hsesinfo.org + 1062 Adams Ave + + Montgomery + AL + 36104-4424 + 1062 Adams Ave + + Montgomery + AL + 36104-4424 + 1062 Adams Ave + + Montgomery + AL + 36104-4424 + Ms. + F218078 + L218078 + + Board Chairperson + 218078@hsesinfo.org + Mr. + F218079 + L218079 + + CEO + 218079@hsesinfo.org + Ms. + F218081 + L218081 + + 218081@hsesinfo.org + Mr. + F218077 + L218077 + + 218077@hsesinfo.org + 555-555-8077 x 5555 + + + 11005 + 9177 + 12956 + 201 + 2019 + 2019-03-01 + + EHS + Active + Allegheny Intermediate Unit 3 + www.aiu3.net + 9177@hsesinfo.org + 473 East Waterfront Drive + + Homestead + PA + 15120 + 473 East Waterfront Drive + + Homestead + PA + 15120 + 473 East Waterfront Drive + + Homestead + PA + 15120 + Mrs. + F225331 + L225331 + + + 225331@hsesinfo.org + Mrs. + F225329 + L225329 + + + 225329@hsesinfo.org + Ms. + F225332 + L225332 + + 225332@hsesinfo.org + Mrs. + F225328 + L225328 + + 225328@hsesinfo.org + 555-555-5328 + + + 11006 + 9178 + 12958 + 202 + 2019 + 2019-03-01 + + EHS + Active + Private Industry Council Westmoreland/Fayette, Inc. + www.privateindustrycouncil.com + 9178@hsesinfo.org + 112 Commonwealth Drive + + Lemont Furnace + PA + 15456 + 112 Commonwealth Drive + + Lemont Furnace + PA + 15456 + 112 Commonwealth Drive + + Lemont Furnace + PA + 15456 + Mr. + F225337 + L225337 + + Board Chair + 225337@hsesinfo.org + Ms. + F225335 + L225335 + + President and CEO + 225335@hsesinfo.org + Mrs. + F225338 + L225338 + + 225338@hsesinfo.org + Ms. + F225334 + L225334 + + 225334@hsesinfo.org + 555-555-5334 x 5555 + + + 10963 + 2945 + 12918 + 200 + 2015 + 2020-01-01 + + EHS + Active + Spanish Speaking Unity Council + www.unitycouncil.org + 2945@hsesinfo.org + 1900 Fruitvale Ave + Ste 2A + Oakland + CA + 94601-2468 + 1900 Fruitvale Ave + Ste 2A + Oakland + CA + 94601-2468 + 1900 Fruitvale Ave + Ste 2A + Oakland + CA + 94601-2468 + Mr. + F225040 + L225040 + + Chariperson of the Board of Directors + 225040@hsesinfo.org + Mr. + F225041 + L225041 + + Chief Executive Officer + 225041@hsesinfo.org + Ms. + F225043 + L225043 + + 225043@hsesinfo.org + Mr. + F225039 + L225039 + + 225039@hsesinfo.org + 555-555-5039 + + + 9956 + 2170 + 12037 + 200 + 2000 + 2019-07-01 + + EHS + Active + Montgomery Community Action Committee & CDC, Inc. Early Head Start + 1062 Adams Avenue + 2170@hsesinfo.org + 1062 Adams Ave + + Montgomery + AL + 36104-4424 + 1062 Adams Ave + + Montgomery + AL + 36104-4424 + 1062 Adams Ave + + Montgomery + AL + 36104-4424 + Ms. + F218085 + L218085 + + Board Chairman + 218085@hsesinfo.org + Mr. + F218086 + L218086 + + CEO + 218086@hsesinfo.org + Ms. + F218088 + L218088 + + 218088@hsesinfo.org + Mr. + F218084 + L218084 + + 218084@hsesinfo.org + 555-555-8084 x 5555 + + + 8050 + 8010 + 10557 + 000 + 2016 + 2016-05-01 + 2019-05-31 + HS + Inactive + CDI HS/Talladega Clay & Randolph Counties AL + www.cdiheadstart.org + 8010@hsesinfo.org + 723 Scott St + + Talladega + AL + 35160-1631 + PO Box 1014 + + Talladega + AL + 35161-1014 + 723 Scott St + + Talladega + AL + 35160-1631 + Mr. + F205543 + L205543 + + Chief Executive Officer + 205543@hsesinfo.org + Ms. + F205544 + L205544 + + Executive Director + 205544@hsesinfo.org + + F205546 + L205546 + + 205546@hsesinfo.org + Ms. + F205542 + L205542 + + 205542@hsesinfo.org + 555-555-5542 + + + 9454 + 1008 + 11665 + 000 + 1992 + 2019-04-01 + + HS + Active + EAST CENTRAL KANSAS ECONOMIC OPPORTUNITY CORPORATION + http://www.eckan.org + 1008@hsesinfo.org + 1320 S Ash St + Ste 101 + Ottawa + KS + 66067-3413 + PO Box 40 + + Ottawa + KS + 66067-0040 + 1320 S Ash St + Ste 101 + Ottawa + KS + 66067-3413 + Ms. + F214676 + L214676 + + Board Chair Person + 214676@hsesinfo.org + Mrs. + F214677 + L214677 + + + 214677@hsesinfo.org + Miss + F214679 + L214679 + + 214679@hsesinfo.org + Ms. + F214675 + L214675 + + 214675@hsesinfo.org + 555-555-4675 x 5555 + + + 9456 + 1007 + 11665 + 200 + 2003 + 2019-04-01 + + EHS + Active + EAST CENTRAL KANSAS ECONOMIC OPPORTUNITY CORPORATION + www.eckan.org + 1007@hsesinfo.org + 1320 S Ash St + Ste 201 + Ottawa + KS + 66067-3413 + 1320 S Ash St + Ste 201 + Ottawa + KS + 66067-3413 + 1320 S Ash St + Ste 201 + Ottawa + KS + 66067-3413 + Ms. + F214690 + L214690 + + Multi Co. Board Chairperson + 214690@hsesinfo.org + Mrs. + F214691 + L214691 + + Assistant CEO + 214691@hsesinfo.org + Miss + F214693 + L214693 + + 214693@hsesinfo.org + Ms. + F214689 + L214689 + + 214689@hsesinfo.org + 555-555-4689 x 5555 + + + 10967 + 2300 + 12923 + 000 + 1992 + 2020-01-01 + + AIAN HS + Active + CHIPPEWA CREE TRIBE + + 2300@hsesinfo.org + 81 Mission Taylor Road + + Box Elder + MT + 59521-9798 + 81 Mission Taylor Road + + Box Elder + MT + 59521-9798 + 81 Mission Taylor Road + + Box Elder + MT + 59521-9798 + Mr. + F225069 + L225069 + + Chairman + 225069@hsesinfo.org + Mr. + F225070 + L225070 + + CEO/Superintendent + 225070@hsesinfo.org + Ms. + F225072 + L225072 + + 225072@hsesinfo.org + Mr. + F225068 + L225068 + + 225068@hsesinfo.org + 555-555-5068 + + + 10968 + 2301 + 12923 + 200 + 2002 + 2020-01-01 + + AIAN EHS + Active + CHIPPEWA CREE TRIBE + + 2301@hsesinfo.org + 81 Mission Taylor Road + + Box Elder + MT + 59521-9798 + 81 Mission Taylor Road + + Box Elder + MT + 59521-9798 + 81 Mission Taylor Road + + Box Elder + MT + 59521-9798 + Mr. + F225076 + L225076 + + Chairman + 225076@hsesinfo.org + Mr. + F225077 + L225077 + + + 225077@hsesinfo.org + Ms. + F225079 + L225079 + + 225079@hsesinfo.org + Mr. + F225075 + L225075 + + 225075@hsesinfo.org + 555-555-5075 + + + 10980 + 9157 + 12935 + 000 + 2020 + 2020-02-01 + + HS + Active + Calcasieu Parish School System + http://www.cpsb.org + 9157@hsesinfo.org + 3310 Broad St. + 1618 Mill St. + Lake Charles + LA + 70615-3808 + 3310 Broad St. + 1618 Mill St. + Lake Charles + LA + 70615-3808 + 3310 Broad St. + 1618 Mill St. + Lake Charles + LA + 70615-3808 + Mr. + F225160 + L225160 + + + 225160@hsesinfo.org + Mr. + F225158 + L225158 + + + 225158@hsesinfo.org + Mr. + F225161 + L225161 + + 225161@hsesinfo.org + Dr. + F225157 + L225157 + + 225157@hsesinfo.org + 555-555-5157 x 5555 + + + 10491 + 6074 + 12485 + 200 + + 2019-09-01 + + EHS + Active + Delaware County Intermediate Unit + http://www.dciu.org + 6074@hsesinfo.org + 200 Yale Ave + + Morton + PA + 19070-1918 + 200 Yale Ave + + Morton + PA + 19070-1918 + 200 Yale Ave + + Morton + PA + 19070-1918 + Mr. + F221778 + L221778 + + DCIU Board Chaiperson + 221778@hsesinfo.org + Dr. + F221779 + L221779 + + DCIU Executive Director + 221779@hsesinfo.org + Mr. + F221781 + L221781 + + 221781@hsesinfo.org + Mrs. + F221777 + L221777 + + 221777@hsesinfo.org + 555-555-1777 x 5555 + + + 10754 + 9091 + 12741 + 200 + 2019 + 2019-11-01 + + EHS + Active + The New York Foundling Hospital + www.nyfoundling.org + 9091@hsesinfo.org + 1713 Ave Ponce De Leon + + San Juan + PR + 00909-1985 + P.O. Box 191274 + + San Juan + PR + 00919-1274 + 590 Avenue of the Americas + + New York + NY + 10011-2022 + Mr. + F223604 + L223604 + Jr + Chairperson + 223604@hsesinfo.org + Mr. + F223605 + L223605 + + + 223605@hsesinfo.org + Mrs. + F223607 + L223607 + + 223607@hsesinfo.org + Ms. + F223603 + L223603 + + 223603@hsesinfo.org + 555-555-3603 + + + 5984 + 5991 + 9592 + 200 + + 2015-02-01 + 2019-07-31 + EHS + Inactive + Crystal Stairs, Inc. + crystalstairs.org + 5991@hsesinfo.org + 5110 West Goldleaf Circle, Suite 150 + + Los Angeles + CA + 90056-1287 + 5110 West Goldleaf Circle, Suite 150 + + Los Angeles + CA + 90056-1287 + 5110 West Goldleaf Circle, Suite 150 + + Los Angeles + CA + 90056-1287 + Mrs. + F106526 + L106526 + + Board Chair + 106526@hsesinfo.org + Mrs. + F106527 + L106527 + + Chief Executive Officer + 106527@hsesinfo.org + Mrs. + F106529 + L106529 + + 106529@hsesinfo.org + Mrs. + F106525 + L106525 + + 106525@hsesinfo.org + 555-555-6525 + + + 10473 + 1693 + 12465 + 200 + 2014 + 2019-09-01 + + EHS + Active + UNIVERSITY OF ALABAMA, BIRMINGHAM + http://www.uab.edu/civitansparks/uab-early-head-start-program + 1693@hsesinfo.org + 933 19th Street South + CH19 Room 118 + Birmingham + AL + 35294-2041 + 1720 2nd Ave S + Ch 19, Room 118 + Birmingham + AL + 35294-2041 + 933 19th Street South + CH19 Room 118 + Birmingham + AL + 35294-2041 + Mr. + F221652 + L221652 + + Contoller/UAB EHS Board Chair + 221652@hsesinfo.org + Ms. + F221653 + L221653 + + Asst VP Sponsored Programs + 221653@hsesinfo.org + Ms. + F221655 + L221655 + + 221655@hsesinfo.org + Dr. + F221651 + L221651 + + 221651@hsesinfo.org + 555-555-1651 + + + 9273 + 1162 + 11536 + 000 + 2014 + 2019-01-01 + + AIAN HS + Active + NOOKSACK INDIAN TRIBE + http://www.nooksack-tribe.com + 1162@hsesinfo.org + 5018 Alder Street + + Deming + WA + 98244 + PO Box 157 + 5018 Alder Street + Deming + WA + 98244-0157 + 5018 Alder Street + + Deming + WA + 98244 + Mr. + F213456 + L213456 + Sr. + Nooksack Tribal Chairman + 213456@hsesinfo.org + Miss + F213457 + L213457 + + General Manager + 213457@hsesinfo.org + Mrs. + F213459 + L213459 + + 213459@hsesinfo.org + Ms. + F213455 + L213455 + + 213455@hsesinfo.org + 555-555-3455 + + + 6213 + 6226 + 9778 + 200 + + 2015-03-01 + 2020-08-31 + AIAN EHS + Inactive + METLAKATLA INDIAN COMMUNITY + PO Box 8 + 6226@hsesinfo.org + 93 Milton Street + + Metlakatla + AK + 99926 + 93 Milton Street + + Metlakatla + AK + 99926 + 93 Milton Street + + Metlakatla + AK + 99926 + Mr. + F109088 + L109088 + + Mayor + 109088@hsesinfo.org + Mr. + F109089 + L109089 + + Mayor + 109089@hsesinfo.org + Mrs. + F109091 + L109091 + + 109091@hsesinfo.org + Ms. + F109087 + L109087 + + 109087@hsesinfo.org + 555-555-9087 + + + 10989 + 9166 + 12944 + 001 + 2019 + 2019-08-01 + + HS + Active + Project Eagle + http://projecteagle.org/ + 9166@hsesinfo.org + 444 Minnesota Ave., Suite 100 + + Kansas City + KS + 66101 + 444 Minnesota Ave., Suite 100 + + Kansas City + KS + 66101 + 444 Minnesota Ave., Suite 100 + + Kansas City + KS + 66101 + Dr. + F225228 + L225228 + MD + Executive Vice Chancellor + 225228@hsesinfo.org + Mr. + F225226 + L225226 + . + Research Institute + 225226@hsesinfo.org + Ms. + F225229 + L225229 + + 225229@hsesinfo.org + Ms. + F225225 + L225225 + MSW + 225225@hsesinfo.org + 555-555-5225 x 5555 + + + 8913 + 3768 + 11273 + 001 + 2013 + 2018-07-01 + + HS + Active + AKA Head Start + http://www.akaheadstart.org + 3768@hsesinfo.org + 620 West Madison Avenue + + El Cajon + CA + 92020-3230 + 620 West Madison Avenue + + El Cajon + CA + 92020-3230 + 620 West Madison Avenue + + El Cajon + CA + 92020-3230 + Ms. + F210912 + L210912 + + Chairperson, Board of Directors + 210912@hsesinfo.org + Ms. + F210913 + L210913 + + Executive Director + 210913@hsesinfo.org + Ms. + F210915 + L210915 + + 210915@hsesinfo.org + Ms. + F210911 + L210911 + + 210911@hsesinfo.org + 555-555-0911 + + + 10201 + 546 + 12237 + 000 + 2014 + 2019-08-01 + + HS + Active + SCHOOL BOARD OF MONROE COUNTY + http://www.keysschools.com + 546@hsesinfo.org + 241 Trumbo Rd + + Key West + FL + 33040-4709 + 241 Trumbo Rd + + Key West + FL + 33040-4709 + 241 Trumbo Rd + + Key West + FL + 33040-4709 + Mrs. + F219762 + L219762 + + Chairwoman + 219762@hsesinfo.org + Mrs. + F219763 + L219763 + + + 219763@hsesinfo.org + Mrs. + F219765 + L219765 + + 219765@hsesinfo.org + Ms. + F219761 + L219761 + + 219761@hsesinfo.org + 555-555-9761 x 5555 + + + 10995 + 3137 + 10596 + 000 + 2013 + 2020-02-01 + + HS + Active + The Centers for Families and Children + thecentersohio.org + 3137@hsesinfo.org + 4500 Euclid Ave + + Cleveland + OH + 44103-3736 + 4500 Euclid Ave + + Cleveland + OH + 44103-3736 + 4500 Euclid Ave + + Cleveland + OH + 44103-3736 + Mr. + F225272 + L225272 + + Board Chair + 225272@hsesinfo.org + Mr. + F225270 + L225270 + + President and CEO + 225270@hsesinfo.org + Ms. + F225273 + L225273 + + 225273@hsesinfo.org + Ms. + F225269 + L225269 + + 225269@hsesinfo.org + 555-555-5269 + + + 9934 + 8973 + 12025 + 000 + 2019 + 2019-07-01 + + HS + Active + PROMESA + acacia.org + 8973@hsesinfo.org + 300 E 175th St + + Bronx + NY + 10457-5804 + 300 E 175th St + + Bronx + NY + 10457-5804 + 300 E 175th St + + Bronx + NY + 10457-5804 + Mr. + F217942 + L217942 + + Board Chairperson + 217942@hsesinfo.org + Mrs. + F217943 + L217943 + + VP of Education and Community Service + 217943@hsesinfo.org + Ms. + F217945 + L217945 + + 217945@hsesinfo.org + Ms. + F217941 + L217941 + + 217941@hsesinfo.org + 555-555-7941 + + + 6959 + 503 + 10420 + 200 + 2001 + 2015-11-01 + 2020-10-31 + EHS + Inactive + University of Southern California + + 503@hsesinfo.org + 3716 S Hope St + + Los Angeles + CA + 90089-7706 + 3716 S Hope St + + Los Angeles + CA + 90089-7706 + 3716 S Hope St + + Los Angeles + CA + 90089-7706 + Dr. + F204375 + L204375 + + Associate Vice President + 204375@hsesinfo.org + Ms. + F204376 + L204376 + + Interim Executive Director + 204376@hsesinfo.org + Mr. + F204378 + L204378 + + 204378@hsesinfo.org + Ms. + F204374 + L204374 + + 204374@hsesinfo.org + 555-555-4374 + + + 10994 + 9171 + 12118 + 206 + 2020 + 2020-07-01 + + EHS + Active + El Monte City School District + www.emcsd.org + 9171@hsesinfo.org + 2131 Loma Avenue + + South El Monte + CA + 91733 + 3540 N. Lexington Avenue + + El Monte + CA + 91731 + 3540 N. Lexington Avenue + + El Monte + CA + 91731 + Ms. + F225266 + L225266 + + President + 225266@hsesinfo.org + Dr. + F225264 + L225264 + + Superintendent + 225264@hsesinfo.org + Ms. + F225267 + L225267 + + 225267@hsesinfo.org + Ms. + F225263 + L225263 + + 225263@hsesinfo.org + 555-555-5263 x 5555 + + + 10052 + 3680 + 12118 + 006 + 2014 + 2019-07-01 + + HS + Active + El Monte City School District + www.emcsd.org + 3680@hsesinfo.org + 2131 Loma Avenue + + South El Monte + CA + 91733 + 3540 N. Lexington Avenue + + El Monte + CA + 91731 + 3540 N. Lexington Avenue + + El Monte + CA + 91731 + Ms. + F218757 + L218757 + + President + 218757@hsesinfo.org + Dr. + F218758 + L218758 + + Superintendent + 218758@hsesinfo.org + Ms. + F218760 + L218760 + + 218760@hsesinfo.org + Ms. + F218756 + L218756 + + 218756@hsesinfo.org + 555-555-8756 x 5555 + + + 6236 + 2514 + 9830 + 000 + 2006 + 2015-04-01 + + AIAN HS + Active + SANTA CLARA PUEBLO TRIBE + governor@santaclarapueblo.org + 2514@hsesinfo.org + 1 Kee Rd + + Espanola + NM + 87532-8907 + 1 Kee Rd + + Espanola + NM + 87532-8907 + 1 Kee Rd + + Espanola + NM + 87532-8907 + Mr. + F109552 + L109552 + + Governor, Santa Clara Pueblo + 109552@hsesinfo.org + Mr. + F109551 + L109551 + + Tribal Administrator of Education + 109551@hsesinfo.org + Mrs. + F109555 + L109555 + + 109555@hsesinfo.org + Mr. + F109550 + L109550 + + 109550@hsesinfo.org + 555-555-9550 + + + 11354 + 5186 + 13229 + 000 + 2014 + 2020-06-01 + + HS + Active + Big Five Community Services, Inc. + http://www.bigfive.org + 5186@hsesinfo.org + 1502 N. 1st + + Durant + OK + 74701-2814 + 1502 N. 1st + + Durant + OK + 74701-2814 + 1502 N. 1st + + Durant + OK + 74701-2814 + Mr. + F227544 + L227544 + + Board Chairperson + 227544@hsesinfo.org + Mr. + F227545 + L227545 + + Executive Director + 227545@hsesinfo.org + Mrs. + F227547 + L227547 + + 227547@hsesinfo.org + Mr. + F227543 + L227543 + + 227543@hsesinfo.org + 555-555-7543 + + + 10990 + 9167 + 10987 + 200 + 2020 + 2020-05-01 + + EHS + Active + PATHWAYS FOR CHILDREN, INC. + PW4C.ORG + 9167@hsesinfo.org + 29 Emerson Ave + + Gloucester + MA + 01930 + 29 Emerson Ave + + Gloucester + MA + 01930 + 29 Emerson Ave + + Gloucester + MA + 01930 + Mr. + F225234 + L225234 + + Chairperson of the Board + 225234@hsesinfo.org + Ms. + F225232 + L225232 + + President & CEO + 225232@hsesinfo.org + Ms. + F225235 + L225235 + + 225235@hsesinfo.org + Ms. + F225231 + L225231 + + 225231@hsesinfo.org + 555-555-5231 + + + 7043 + 2477 + 10496 + 000 + 2007 + 2016-01-01 + + HS + Active + School Board of Polk County + www.polk-fl.net + 2477@hsesinfo.org + 3425 New Jersey Rd + + Lakeland + FL + 33803-4225 + 3425 New Jersey Rd + + Lakeland + FL + 33803-4225 + 1915 S Floral Ave + + Bartow + FL + 33830-7124 + Ms. + F204968 + L204968 + + Board Chair, Polk County Public Schools + 204968@hsesinfo.org + Ms. + F204969 + L204969 + + Superintendent, Polk County Public Schools + 204969@hsesinfo.org + Mr. + F204971 + L204971 + + 204971@hsesinfo.org + Ms. + F204967 + L204967 + + 204967@hsesinfo.org + 555-555-4967 x 5555 + + + 10953 + 3041 + 12912 + 200 + 2015 + 2020-01-01 + + EHS + Active + Allies for Every Child + www.alliesforeverychild.org + 3041@hsesinfo.org + 12120 Wagner Street + + Culver City + CA + 90230 + 5721 W Slauson Ave + Ste 140 + Culver City + CA + 90230-6678 + 5721 W Slauson Ave + Ste 140 + Culver City + CA + 90230-6678 + Mrs. + F224970 + L224970 + + Board Chairperson + 224970@hsesinfo.org + Ms. + F224971 + L224971 + + CEO + 224971@hsesinfo.org + Ms. + F224973 + L224973 + + 224973@hsesinfo.org + Mrs. + F224969 + L224969 + + 224969@hsesinfo.org + 555-555-4969 x 5555 + + + 9476 + 1075 + 11692 + 000 + 2014 + 2019-04-01 + + HS + Active + Otero Junior College Foundation + + 1075@hsesinfo.org + 200 Burshears Blvd + + La Junta + CO + 81050-4000 + 1802 Colorado Avenue + 200 Burshears Boulevard + La Junta + CO + 81050-4000 + 1802 Colorado Ave + + La Junta + CO + 81050-3400 + Mr. + F214829 + L214829 + + Authorizing Official + 214829@hsesinfo.org + Ms. + F214830 + L214830 + + + 214830@hsesinfo.org + Mr. + F214832 + L214832 + + 214832@hsesinfo.org + Ms. + F214828 + L214828 + + 214828@hsesinfo.org + 555-555-4828 + + + 9477 + 1074 + 11692 + 200 + 1992 + 2019-04-01 + + EHS + Active + Otero Junior College Child Development Services + + 1074@hsesinfo.org + 200 Burshears Blvd + + La Junta + CO + 81050-4000 + 1802 Colorado Ave + + La Junta + CO + 81050-3400 + 1802 Colorado Ave + + La Junta + CO + 81050-3400 + Mr. + F214836 + L214836 + + Authorizing Official + 214836@hsesinfo.org + Ms. + F214837 + L214837 + + + 214837@hsesinfo.org + Mr. + F214839 + L214839 + + 214839@hsesinfo.org + Ms. + F214835 + L214835 + + 214835@hsesinfo.org + 555-555-4835 + + + 9674 + 1230 + 11835 + 000 + 1992 + 2019-06-01 + + Migrant HS + Active + Otero Junior College Child Development Services + + 1230@hsesinfo.org + 200 Burshears Blvd + + La Junta + CO + 81050-4000 + 1802 Colorado Ave + + La Junta + CO + 81050-3400 + 1802 Colorado Ave + + La Junta + CO + 81050-3400 + Mr. + F216139 + L216139 + + + 216139@hsesinfo.org + Ms. + F216140 + L216140 + + + 216140@hsesinfo.org + Ms. + F216142 + L216142 + + 216142@hsesinfo.org + Ms. + F216138 + L216138 + + 216138@hsesinfo.org + 555-555-6138 + + + 10997 + 837 + 12950 + 000 + 1992 + 2020-02-01 + + HS + Active + Tri-County Council for Child Development, Inc. + www.tricountyhs.org + 837@hsesinfo.org + 775 Hazen Street + + Paw Paw + MI + 49079-2001 + 775 Hazen Street + + Paw Paw + MI + 49079-2001 + 775 Hazen Street + + Paw Paw + MI + 49079-2001 + Mr. + F225282 + L225282 + + Board Chair + 225282@hsesinfo.org + Ms. + F225283 + L225283 + + Executive Director + 225283@hsesinfo.org + Ms. + F225285 + L225285 + + 225285@hsesinfo.org + Ms. + F225281 + L225281 + + 225281@hsesinfo.org + 555-555-5281 x 5555 + + + 10998 + 2734 + 12950 + 200 + 2011 + 2020-02-01 + + EHS + Active + Tri-County Council for Child Development, Inc. + www.tricountyhs.org + 2734@hsesinfo.org + 775 Hazen Street + + Paw Paw + MI + 49079 + 775 Hazen Street + + Paw Paw + MI + 49079 + 775 Hazen Street + + Paw Paw + MI + 49079 + Mr. + F225289 + L225289 + + Board Chair + 225289@hsesinfo.org + Ms. + F225290 + L225290 + + Executive Director + 225290@hsesinfo.org + Ms. + F225292 + L225292 + + 225292@hsesinfo.org + Ms. + F225288 + L225288 + + 225288@hsesinfo.org + 555-555-5288 x 5555 + + + 10999 + 700 + 12951 + 000 + 1997 + 2020-02-01 + + HS + Active + Kankakee-Iroquois Regional Planning Commission + kirpc.net + 700@hsesinfo.org + 115 East Fourth Street + + Monon + IN + 47959 + PO Box 127 + 115 East Fourth Street + Monon + IN + 47959-0127 + 115 East Fourth Street + + Monon + IN + 47959 + Mr. + F225296 + L225296 + + Governing Board Chariperson + 225296@hsesinfo.org + Mr. + F225297 + L225297 + + KIRPC Executive Director + 225297@hsesinfo.org + Ms. + F225299 + L225299 + + 225299@hsesinfo.org + Ms. + F225295 + L225295 + + 225295@hsesinfo.org + 555-555-5295 + + + 8916 + 4468 + 11273 + 201 + 2013 + 2018-07-01 + + EHS + Active + AKA Head Start + http://www.akaheadstart.org + 4468@hsesinfo.org + 620 West Madison Avenue + + El Cajon + CA + 92020-3230 + 620 West Madison Avenue + + El Cajon + CA + 92020-3230 + 620 West Madison Avenue + + El Cajon + CA + 92020-3230 + Ms. + F210933 + L210933 + + Chairperson, Board of Directors + 210933@hsesinfo.org + Ms. + F210934 + L210934 + + Executive Director + 210934@hsesinfo.org + Ms. + F210936 + L210936 + + 210936@hsesinfo.org + Ms. + F210932 + L210932 + + 210932@hsesinfo.org + 555-555-0932 + + + 9595 + 1633 + 11781 + 200 + 2014 + 2019-05-01 + + EHS + Active + DDI Vantage + http://www.ddivantage.org + 1633@hsesinfo.org + 565 East 4500 South + Suite #A220 + Salt Lake City + UT + 84107 + 565 East 4500 South + Suite #A220 + Salt Lake City + UT + 84107 + 565 East 4500 South + Suite #A220 + Salt Lake City + UT + 84107 + Mrs. + F215618 + L215618 + + President, Board of Trustees + 215618@hsesinfo.org + Mrs. + F215619 + L215619 + + Executive Director + 215619@hsesinfo.org + Mrs. + F215621 + L215621 + + 215621@hsesinfo.org + Ms. + F215617 + L215617 + + 215617@hsesinfo.org + 555-555-5617 + + + 11355 + 5187 + 13229 + 200 + 2014 + 2020-06-01 + + EHS + Active + Big Five Community Services, Inc. + http://www.bigfive.org + 5187@hsesinfo.org + 1502 N. 1st + + Durant + OK + 74701-2814 + 1502 N. 1st + + Durant + OK + 74701-2814 + 1502 N. 1st + + Durant + OK + 74701-2814 + Mr. + F227551 + L227551 + + Board Chairperson + 227551@hsesinfo.org + Mr. + F227552 + L227552 + + Executive Director + 227552@hsesinfo.org + Mrs. + F227554 + L227554 + + 227554@hsesinfo.org + Mr. + F227550 + L227550 + + 227550@hsesinfo.org + 555-555-7550 + + + 6300 + 1663 + 9899 + 200 + 2003 + 2015-04-01 + 2020-06-30 + EHS + Inactive + YWCA of Greater Baton Rouge + www.ywca-br.org + 1663@hsesinfo.org + 11404 Lake Sherwood Ave N + Ste B + Baton Rouge + LA + 70816-0418 + 11404 Lake Sherwood Ave N + Ste B + Baton Rouge + LA + 70816-0418 + 11404 Lake Sherwood Ave N + Ste B + Baton Rouge + LA + 70816-0418 + Ms. + F110258 + L110258 + + Board President + 110258@hsesinfo.org + Ms. + F110261 + L110261 + + CEO/Early Head Start Director + 110261@hsesinfo.org + Ms. + F110259 + L110259 + + 110259@hsesinfo.org + Ms. + F110257 + L110257 + + 110257@hsesinfo.org + 555-555-0257 + + + 6470 + 950 + 10131 + 000 + 1992 + 2015-07-01 + 2020-06-30 + HS + Inactive + Summit Early Learning + http://www.summitearlylearning.org + 950@hsesinfo.org + 14 S 11th St + + Mifflinburg + PA + 17844-9792 + 14 S 11th St + + Mifflinburg + PA + 17844-9792 + 14 S 11th St + + Mifflinburg + PA + 17844-9792 + Ms. + F200960 + L200960 + + President: Board of Directors + 200960@hsesinfo.org + Mr. + F200961 + L200961 + + Executive Director + 200961@hsesinfo.org + Ms. + F200963 + L200963 + + 200963@hsesinfo.org + Ms. + F200959 + L200959 + + 200959@hsesinfo.org + 555-555-0959 x 5555 + + + 6471 + 949 + 10131 + 200 + 1992 + 2015-07-01 + 2020-06-30 + EHS + Inactive + Summit Early Learning + www.summitearlylearning.org + 949@hsesinfo.org + 14 S 11th St + + Mifflinburg + PA + 17844-9792 + 14 S 11th St + + Mifflinburg + PA + 17844-9792 + 14 S 11th St + + Mifflinburg + PA + 17844-9792 + Ms. + F200967 + L200967 + + President: Board of Directors + 200967@hsesinfo.org + Mr. + F200968 + L200968 + + Executive Director + 200968@hsesinfo.org + Ms. + F200970 + L200970 + + 200970@hsesinfo.org + Ms. + F200966 + L200966 + + 200966@hsesinfo.org + 555-555-0966 x 5555 + + + 9536 + 8810 + 11762 + 200 + 2019 + 2019-03-01 + + EHS + Active + Council of Three Rivers American Indian Center + http://www.cotraic.org + 8810@hsesinfo.org + 120 Charles St + + Pittsburgh + PA + 15238-1027 + 120 Charles St + + Pittsburgh + PA + 15238-1027 + 120 Charles Street + + Pittsburgh + PA + 15238-1027 + Mr. + F215249 + L215249 + + Board Chair + 215249@hsesinfo.org + Mr. + F215250 + L215250 + + Executive Director + 215250@hsesinfo.org + Ms. + F215252 + L215252 + + 215252@hsesinfo.org + Ms. + F215248 + L215248 + + 215248@hsesinfo.org + 555-555-5248 + + + 10960 + 4818 + 12919 + 000 + 2014 + 2020-01-01 + + HS + Active + EASTER SEALS SOUTHERN CALIFORNIA, INC + www.easterseals.com/southerncal + 4818@hsesinfo.org + 1063 McGaw Ave + + Irvine + CA + 92614-5505 + 4688 Ontario Mills Pkwy + + Ontario + CA + 91764-5104 + 4688 Ontario Mills Pkwy + + Ontario + CA + 91764-5104 + Mr. + F225019 + L225019 + + Board Chairperson + 225019@hsesinfo.org + Mr. + F225020 + L225020 + + + 225020@hsesinfo.org + Ms. + F225022 + L225022 + + 225022@hsesinfo.org + Mrs. + F225018 + L225018 + + 225018@hsesinfo.org + 555-555-5018 + + + 9434 + 5225 + 11652 + 000 + 2014 + 2019-03-01 + + HS + Active + Community Action Partnership of North Alabama, Inc. + www.capna.org + 5225@hsesinfo.org + 1909 Central Parkway SW + + Decatur + AL + 35601-6822 + 1909 Central Parkway SW + + Decatur + AL + 35601-6822 + 1909 Central Parkway SW + + Decatur + AL + 35601-6822 + Ms. + F214545 + L214545 + + Board Chair + 214545@hsesinfo.org + Mr. + F214546 + L214546 + + CEO + 214546@hsesinfo.org + Ms. + F214548 + L214548 + + 214548@hsesinfo.org + Mrs. + F214544 + L214544 + + 214544@hsesinfo.org + 555-555-4544 + + + 9435 + 5226 + 11652 + 200 + 2014 + 2019-03-01 + + EHS + Active + Community Action Partnership of North Alabama, Inc. + www.capna.org + 5226@hsesinfo.org + 1909 Central Parkway SW + + Decatur + AL + 35601-6822 + 1909 Central Parkway SW + + Decatur + AL + 35601-6822 + 1909 Central Parkway SW + + Decatur + AL + 35601-6822 + Ms. + F214552 + L214552 + + Board Chair + 214552@hsesinfo.org + Mr. + F214553 + L214553 + + CEO + 214553@hsesinfo.org + Ms. + F214555 + L214555 + + 214555@hsesinfo.org + Ms. + F214551 + L214551 + + 214551@hsesinfo.org + 555-555-4551 + + + 9453 + 4858 + 11664 + 200 + 2014 + 2019-03-01 + + EHS + Active + Community Action Partnership of North Alabama, Inc. + www.capna.org + 4858@hsesinfo.org + 1909 Central Parkway SW + + Decatur + AL + 35601-6822 + 1909 Central Pkwy SW + + Decatur + AL + 35601-6822 + 1909 Central Pkwy SW + + Decatur + AL + 35601-6822 + Ms. + F214669 + L214669 + + Board Chair + 214669@hsesinfo.org + Mr. + F214670 + L214670 + + CEO + 214670@hsesinfo.org + Ms. + F214672 + L214672 + + 214672@hsesinfo.org + Ms. + F214668 + L214668 + + 214668@hsesinfo.org + 555-555-4668 + + + 9039 + 1773 + 11373 + 200 + 2001 + 2018-09-01 + + EHS + Active + DEVELOPMENTAL OPPORTUNITIES, Inc. + http://www.starpointco.com + 1773@hsesinfo.org + Starpoint + 700 South 8th Street + Canon City + CO + 81212 + DBA: Starpoint + P.O. Box 2080 + Canon City + CO + 81215-2080 + Starpoint + 700 South 8th Street + Canon City + CO + 81212 + Mrs. + F211809 + L211809 + + Authorizing Official + 211809@hsesinfo.org + Ms. + F211810 + L211810 + + Chief Executive officer + 211810@hsesinfo.org + Ms. + F211812 + L211812 + + 211812@hsesinfo.org + Mrs. + F211808 + L211808 + + 211808@hsesinfo.org + 555-555-1808 x 5555 + + + 9033 + 2084 + 11370 + 000 + 1992 + 2018-08-01 + + HS + Active + COMMUNITY ACTION PARTNERSHIP OF NORTH ALABAMA, INC. + http://www.capna.org + 2084@hsesinfo.org + 1909 Central Parkway, SW + + Decatur + AL + 35601-6822 + 1909 Central Parkway, SW + + Decatur + AL + 35601-6822 + 1909 Central Parkway, SW + + Decatur + AL + 35601-6822 + Ms. + F211767 + L211767 + + Board Chair + 211767@hsesinfo.org + Mr. + F211768 + L211768 + + CEO + 211768@hsesinfo.org + Ms. + F211770 + L211770 + + 211770@hsesinfo.org + Ms. + F211766 + L211766 + + 211766@hsesinfo.org + 555-555-1766 + + + 9034 + 2083 + 11370 + 200 + 2013 + 2018-08-01 + + EHS + Active + COMMUNITY ACTION PARTNERSHIP OF NORTH ALABAMA, INC. + http://www.capna.org + 2083@hsesinfo.org + 1909 Central Parkway, SW + + Decatur + AL + 35601-6822 + 1909 Central Parkway, SW + + Decatur + AL + 35601-6822 + 1909 Central Parkway, SW + + Decatur + AL + 35601-6822 + Ms. + F211774 + L211774 + + Board Chair + 211774@hsesinfo.org + Mr. + F211775 + L211775 + + CEO + 211775@hsesinfo.org + Ms. + F211777 + L211777 + + 211777@hsesinfo.org + Ms. + F211773 + L211773 + + 211773@hsesinfo.org + 555-555-1773 + + + 8785 + 3338 + 11148 + 000 + 2013 + 2018-03-01 + + HS + Active + Community Action Partnership of North Alabama, Inc. + www.capna.org + 3338@hsesinfo.org + 1909 Central Parkway SW + + Decatur + AL + 35601-6822 + 1909 Central Parkway SW + + Decatur + AL + 35601-6822 + 1909 Central Parkway SW + + Decatur + AL + 35601-6822 + Ms. + F209948 + L209948 + + Board Chair + 209948@hsesinfo.org + Mr. + F209949 + L209949 + + CEO + 209949@hsesinfo.org + Ms. + F209951 + L209951 + + 209951@hsesinfo.org + Ms. + F209947 + L209947 + + 209947@hsesinfo.org + 555-555-9947 + + + 11008 + 5867 + 12961 + 200 + + 2020-02-01 + + EHS + Active + Geminus Corporation + www.geminus.org + 5867@hsesinfo.org + 8400 Louisiana Street + + Merrillville + IN + 46410-6385 + 8400 Louisiana Street + + Merrillville + IN + 46410-6385 + 8400 Louisiana Street + + Merrillville + IN + 46410-6385 + Mr. + F225347 + L225347 + + Board Chair Person + 225347@hsesinfo.org + Mrs. + F225348 + L225348 + + President + 225348@hsesinfo.org + Mr. + F225350 + L225350 + + 225350@hsesinfo.org + Dr. + F225346 + L225346 + + 225346@hsesinfo.org + 555-555-5346 + + + 8277 + 913 + 10652 + 000 + 1992 + 2016-07-01 + + HS + Active + Northwest Tennessee Economic Development Council + www.nwcommunityaction.org + 913@hsesinfo.org + 602 Isaac Hayes Dr + + Dyersburg + TN + 38024-3668 + 231 S Wilson St + + Dresden + TN + 38225-1329 + 231 S Wilson St + + Dresden + TN + 38225-1329 + Rev. + F207079 + L207079 + + Chairman, Board of Directors + 207079@hsesinfo.org + Mr. + F207080 + L207080 + + Executive Director + 207080@hsesinfo.org + Mr. + F207082 + L207082 + + 207082@hsesinfo.org + Mrs. + F207078 + L207078 + + 207078@hsesinfo.org + 555-555-7078 + + + 8278 + 912 + 10652 + 200 + 2001 + 2016-07-01 + + EHS + Active + Northwest Tennessee Economic Development Council + www.nwcommunityaction.org + 912@hsesinfo.org + 602 Isaac Hayes Dr + + Dyersburg + TN + 38024-3668 + 231 S Wilson St + + Dresden + TN + 38225-1329 + 231 S Wilson St + + Dresden + TN + 38225-1329 + Rev. + F207086 + L207086 + + Chairman, Board of Directors + 207086@hsesinfo.org + Mr. + F207087 + L207087 + + Executive Director + 207087@hsesinfo.org + Mr. + F207089 + L207089 + + 207089@hsesinfo.org + Mrs. + F207085 + L207085 + + 207085@hsesinfo.org + 555-555-7085 + + + 9055 + 1664 + 11388 + 200 + 2013 + 2018-09-01 + + EHS + Active + NEWTON COUNTY SPECIAL SERVICE CORPORATION, INC. + + 1664@hsesinfo.org + 611 West Clark Street + + Jasper + AR + 72641 + P.O. Box 528 + 611 West Clark Street + Jasper + AR + 72641-0528 + 611 West Clark Street + + Jasper + AR + 72641 + Mr. + F211970 + L211970 + + Board of Directors President + 211970@hsesinfo.org + Mrs. + F211971 + L211971 + + Executive Director + 211971@hsesinfo.org + Mrs. + F211973 + L211973 + + 211973@hsesinfo.org + Mrs. + F211969 + L211969 + + 211969@hsesinfo.org + 555-555-1969 + + + 11010 + 2343 + 12962 + 000 + 1996 + 2020-02-01 + + HS + Active + Sharon Baptist Board of Directors, Inc + http://www.sharonbaptistheadstart.org + 2343@hsesinfo.org + 1925 Bathgate Avenue + + Bronx + NY + 10457-4404 + 1925 Bathgate Avenue + + Bronx + NY + 10457-4404 + 1925 Bathgate Avenue + + Bronx + NY + 10457-4404 + Mr. + F225361 + L225361 + + Co-Chairperson + 225361@hsesinfo.org + Ms. + F225362 + L225362 + + Executive Director + 225362@hsesinfo.org + Ms. + F225364 + L225364 + + 225364@hsesinfo.org + Ms. + F225360 + L225360 + + 225360@hsesinfo.org + 555-555-5360 + + + 11011 + 1078 + 12964 + 000 + 1992 + 2020-02-01 + + HS + Active + AKRON UNITED METHODIST CHURCH + http://www.akronheadstart.org + 1078@hsesinfo.org + 902 East 1st Street + + Akron + CO + 80720-1722 + 902 East 1st Street + + Akron + CO + 80720-1722 + 902 East 1st Street + + Akron + CO + 80720-1722 + Ms. + F225368 + L225368 + + UMC Board Chairman + 225368@hsesinfo.org + Ms. + F225369 + L225369 + + none + 225369@hsesinfo.org + Ms. + F225371 + L225371 + + 225371@hsesinfo.org + Ms. + F225367 + L225367 + + 225367@hsesinfo.org + 555-555-5367 x 5555 + + + 11012 + 1190 + 12963 + 000 + 1992 + 2020-02-01 + + Migrant HS + Active + COMMUNITY ACTION PROGRAM FOR CENTRAL ARKANSAS CAPCA + http://www.capcainc.org + 1190@hsesinfo.org + 707 Robins Street, Suite 118 + + Conway + AR + 72034-6517 + 707 Robins Street, Suite 118 + + Conway + AR + 72034-6517 + 707 Robins Street, Suite 118 + + Conway + AR + 72034-6517 + Ms. + F225375 + L225375 + + Governing Board Chairman + 225375@hsesinfo.org + Mrs. + F225376 + L225376 + + Executive Director + 225376@hsesinfo.org + Ms. + F225378 + L225378 + + 225378@hsesinfo.org + Mrs. + F225374 + L225374 + + 225374@hsesinfo.org + 555-555-5374 x 5555 + + + 11013 + 2379 + 12967 + 000 + 2014 + 2020-02-01 + + HS + Active + People's Equal Action and Community Effort, Inc. + http://www.peace-caa.org + 2379@hsesinfo.org + 217 South Salina Street, Suite 200 + + Syracuse + NY + 13202-1503 + 217 South Salina Street, Suite 200 + + Syracuse + NY + 13202-1503 + 217 South Salina Street, Suite 200 + + Syracuse + NY + 13202-1503 + Mr. + F225382 + L225382 + + President, Board of Directors + 225382@hsesinfo.org + Mr. + F225383 + L225383 + + + 225383@hsesinfo.org + Mr. + F225385 + L225385 + + 225385@hsesinfo.org + Ms. + F225381 + L225381 + + 225381@hsesinfo.org + 555-555-5381 x 5555 + + + 11014 + 2378 + 12967 + 200 + 2014 + 2020-02-01 + + EHS + Active + People's Equal Action and Community Effort, Inc. + http://www.peace-caa.org + 2378@hsesinfo.org + 217 South Salina Street, Suite 200 + + Syracuse + NY + 13202-1503 + 217 South Salina Street, Suite 200 + + Syracuse + NY + 13202-1503 + 217 South Salina Street, Suite 200 + + Syracuse + NY + 13202-1503 + Mr. + F225389 + L225389 + + President, Board of Directors + 225389@hsesinfo.org + Mr. + F225390 + L225390 + + + 225390@hsesinfo.org + Mr. + F225392 + L225392 + + 225392@hsesinfo.org + Ms. + F225388 + L225388 + + 225388@hsesinfo.org + 555-555-5388 x 5555 + + + 11015 + 573 + 12969 + 000 + 1992 + 2020-02-01 + + HS + Active + SOUTHWEST GEORGIA COMMUNITY ACTION COUNCIL, INC + http://www.swgacac.com + 573@hsesinfo.org + 912 1st Ave SE + + Moultrie + GA + 31768-4869 + PO Box 3728 + + Moultrie + GA + 31776-3728 + 912 1st Ave SE + + Moultrie + GA + 31768-4869 + Mr. + F225396 + L225396 + + Board Chair + 225396@hsesinfo.org + Mr. + F225397 + L225397 + + + 225397@hsesinfo.org + Ms. + F225399 + L225399 + + 225399@hsesinfo.org + Ms. + F225395 + L225395 + + 225395@hsesinfo.org + 555-555-5395 x 5555 + + + 11016 + 574 + 12969 + 200 + 2003 + 2020-02-01 + + EHS + Active + SOUTHWEST GEORGIA COMMUNITY ACTION COUNCIL, INC + http://www.swgacac.com + 574@hsesinfo.org + 912 1st Ave SE + + Moultrie + GA + 31768-4869 + P.O. BOX 3728 + + Moultrie + GA + 31776-3728 + 912 1st Ave SE + + Moultrie + GA + 31768-4869 + Mr. + F225403 + L225403 + + Board Chair + 225403@hsesinfo.org + Mr. + F225404 + L225404 + + + 225404@hsesinfo.org + Ms. + F225406 + L225406 + + 225406@hsesinfo.org + Mrs. + F225402 + L225402 + + 225402@hsesinfo.org + 555-555-5402 x 5555 + + + 11017 + 1064 + 12968 + 000 + 1992 + 2020-02-01 + + HS + Active + Community Action Region VI + http://www.cap6.com + 1064@hsesinfo.org + 1411 12th Ave NE + + Jamestown + ND + 58401 + P.O. Box 507 + + Jamestown + ND + 58402-0507 + 1411 12th Ave NE + + Jamestown + ND + 58401 + Ms. + F225410 + L225410 + + + 225410@hsesinfo.org + Ms. + F225411 + L225411 + + + 225411@hsesinfo.org + Miss + F225413 + L225413 + + 225413@hsesinfo.org + Ms. + F225409 + L225409 + + 225409@hsesinfo.org + 555-555-5409 + + + 10961 + 8003 + 12919 + 200 + 2016 + 2020-01-01 + + EHS + Active + Easter Seals Southern California, Inc + www.easterseals.com/southerncal/ + 8003@hsesinfo.org + 1063 McGaw Ave + + Irvine + CA + 92614-5505 + 4688 Ontario Mills Pkwy + + Ontario + CA + 91764-5104 + 4688 Ontario Mills Pkwy + + Ontario + CA + 91764-5104 + Mrs. + F225026 + L225026 + + Board Chairperson + 225026@hsesinfo.org + Mr. + F225027 + L225027 + + + 225027@hsesinfo.org + Ms. + F225029 + L225029 + + 225029@hsesinfo.org + Mrs. + F225025 + L225025 + + 225025@hsesinfo.org + 555-555-5025 + + + 11586 + 845 + 13374 + 200 + 2003 + 2020-07-01 + + EHS + Active + Family Development Services, Inc. + http://www.fds.org + 845@hsesinfo.org + 3637 North Meridian Street + + Indianapolis + IN + 46208-4233 + 3637 North Meridian Street + + Indianapolis + IN + 46208-4233 + 3637 North Meridian Street + + Indianapolis + IN + 46208-4233 + Mrs. + F229070 + L229070 + + + 229070@hsesinfo.org + Mrs. + F229071 + L229071 + + + 229071@hsesinfo.org + Ms. + F229073 + L229073 + + 229073@hsesinfo.org + Ms. + F229069 + L229069 + + 229069@hsesinfo.org + 555-555-9069 + + + 11587 + 1922 + 13371 + 000 + 2015 + 2020-07-01 + + HS + Active + Community Care in Union County, Inc. + + 1922@hsesinfo.org + 302 Harrison Street + + Liberty + IN + 47353-1303 + 302 Harrison Street + + Liberty + IN + 47353-1303 + 302 Harrison Street + + Liberty + IN + 47353-1303 + Ms. + F229077 + L229077 + + Board Chairperson + 229077@hsesinfo.org + Mrs. + F229078 + L229078 + + + 229078@hsesinfo.org + Ms. + F229080 + L229080 + + 229080@hsesinfo.org + Mrs. + F229076 + L229076 + + 229076@hsesinfo.org + 555-555-9076 + + + 11018 + 1063 + 12968 + 200 + 2004 + 2020-02-01 + + EHS + Active + Community Action Region VI + http://www.cap6.com + 1063@hsesinfo.org + 1411 12th Ave NE + + Jamestown + ND + 58402-0507 + P.O. Box 507 + + Jamestown + ND + 58402-0507 + 1411 12th Ave NE + + Jamestown + ND + 58402-0507 + Ms. + F225417 + L225417 + + Board Chair + 225417@hsesinfo.org + Ms. + F225418 + L225418 + + + 225418@hsesinfo.org + Miss + F225420 + L225420 + + 225420@hsesinfo.org + Ms. + F225416 + L225416 + + 225416@hsesinfo.org + 555-555-5416 + + + 11021 + 1040 + 12966 + 000 + 1994 + 2020-02-01 + + HS + Active + KOOTENAI VALLEY HEAD START INC + + 1040@hsesinfo.org + 263 Indian Head Rd + + Libby + MT + 59923-2982 + 263 Indian Head Rd + + Libby + MT + 59923-2982 + 263 Indian Head Rd + + Libby + MT + 59923-2982 + Mrs. + F225438 + L225438 + + Board Chair + 225438@hsesinfo.org + Ms. + F225439 + L225439 + + + 225439@hsesinfo.org + Ms. + F225441 + L225441 + + 225441@hsesinfo.org + Ms. + F225437 + L225437 + + 225437@hsesinfo.org + 555-555-5437 x 5555 + + + 6747 + 3233 + 10225 + 000 + 2011 + 2015-08-01 + + HS + Active + Save the Children, Inc. + http://www.savethechildren.org/site/c.8rKLIXMGIpI4E/b.9525317/k.B708/Head_Start_Program.htm + 3233@hsesinfo.org + 224 N Rosser St + + Forrest City + AR + 72335-3245 + 224 N Rosser St + + Forrest City + AR + 72335-3245 + 224 N Rosser St + + Forrest City + AR + 72335-3245 + Mr. + F202900 + L202900 + + Governing Board Chair + 202900@hsesinfo.org + Mr. + F202901 + L202901 + + Executive Director + 202901@hsesinfo.org + Ms. + F202903 + L202903 + + 202903@hsesinfo.org + Mrs. + F202899 + L202899 + + 202899@hsesinfo.org + 555-555-2899 + + + 9598 + 8854 + 10225 + 200 + 2019 + 2019-07-01 + + EHS + Active + Save the Children, Inc. + http://www.savethechildren.org/site/c.8rKLIXMGIpI4E/b.9525317/k.B708/Head_Start_Program.htm + 8854@hsesinfo.org + 224 N Rosser St + + Forrest City + AR + 72335-3245 + 224 N Rosser St + + Forrest City + AR + 72335-3245 + 224 N Rosser St + + Forrest City + AR + 72335-3245 + Mr. + F215641 + L215641 + + Governing Board Chair + 215641@hsesinfo.org + Mr. + F215639 + L215639 + + Executive Director + 215639@hsesinfo.org + Ms. + F215642 + L215642 + + 215642@hsesinfo.org + Ms. + F215638 + L215638 + + 215638@hsesinfo.org + 555-555-5638 x 5555 + + + 10728 + 2130 + 12727 + 000 + 1992 + 2019-11-01 + + HS + Active + Child Care Learning Centers, Inc. + clcstamford.org + 2130@hsesinfo.org + 64 Palmers Hill Rd + 90 Maple Avenue + Stamford + CT + 06902-2113 + 64 Palmers Hill Rd + 90 Maple Avenue + Stamford + CT + 06902-2113 + 64 Palmers Hill Rd + 90 Maple Avenue + Stamford + CT + 06902-2113 + Mr. + F223432 + L223432 + + President, Board of Directors + 223432@hsesinfo.org + Mr. + F223433 + L223433 + + + 223433@hsesinfo.org + Ms. + F223435 + L223435 + + 223435@hsesinfo.org + Mrs. + F223431 + L223431 + + 223431@hsesinfo.org + 555-555-3431 + + + 10730 + 2131 + 12727 + 200 + 2014 + 2019-11-01 + + EHS + Active + Child Care Learning Centers, Inc. + http://www.clcstamford.org + 2131@hsesinfo.org + 64 Palmer's Hill Road + 90 Maple Ave + Stamford + CT + 06902-2113 + 64 Palmer's Hill Road + 90 Maple Ave + Stamford + CT + 06902-2113 + 64 Palmer's Hill Road + 90 Maple Ave + Stamford + CT + 06902-2113 + Mr. + F223446 + L223446 + + President, Board of Directors + 223446@hsesinfo.org + Mr. + F223447 + L223447 + + Chief Executive Officer + 223447@hsesinfo.org + Ms. + F223449 + L223449 + + 223449@hsesinfo.org + Mrs. + F223445 + L223445 + + 223445@hsesinfo.org + 555-555-3445 + + + 10414 + 6048 + 12417 + 200 + + 2019-09-01 + + EHS + Active + La Clinica de Familia + http://www.lcdfehs.org + 6048@hsesinfo.org + 3100 Oak St + + Las Cruces + NM + 88005-3769 + 385 Calle de Alegra + + Las Cruces + NM + 88005-3423 + 385 Calle de Alegra + + Las Cruces + NM + 88005-3423 + Mr. + F221238 + L221238 + + Board President + 221238@hsesinfo.org + Mr. + F221239 + L221239 + + Chief Executive Officer + 221239@hsesinfo.org + Ms. + F221241 + L221241 + + 221241@hsesinfo.org + Ms. + F221237 + L221237 + + 221237@hsesinfo.org + 555-555-1237 + + + 6441 + 6459 + 10024 + 000 + + 2015-07-01 + + HS + Active + Early Childhood Learning Center at Hockanum School + www.easthartford.org + 6459@hsesinfo.org + 1110 Main St + + East Hartford + CT + 06108-2240 + 1110 Main St + + East Hartford + CT + 06108-2240 + 1110 Main St + + East Hartford + CT + 06108-2240 + Mr. + F200757 + L200757 + + Chair of Board of Education + 200757@hsesinfo.org + Mr. + F200758 + L200758 + + School Superintendent + 200758@hsesinfo.org + Mrs. + F200760 + L200760 + + 200760@hsesinfo.org + Mrs. + F200756 + L200756 + + 200756@hsesinfo.org + 555-555-0756 + + + 9540 + 8814 + 11764 + 200 + 2019 + 2019-03-01 + + EHS + Active + Economic Opportunity Agency of Washington County, Inc. + www.eoaheadstart.org + 8814@hsesinfo.org + 614 E Emma Ave + + Springdale + AR + 72764-4634 + 1643 E Huntsville Rd + + Fayetteville + AR + 72701-1122 + 614 E Emma Ave + + Springdale + AR + 72764-4634 + Mrs. + F215277 + L215277 + + Chair Person/Board + 215277@hsesinfo.org + Mrs. + F215278 + L215278 + + Executive Director + 215278@hsesinfo.org + Mrs. + F215280 + L215280 + + 215280@hsesinfo.org + Mr. + F215276 + L215276 + + 215276@hsesinfo.org + 555-555-5276 + + + 8818 + 3276 + 11196 + 000 + 2013 + 2018-06-01 + + HS + Active + Pacific Clinics + http://www.pacificclinics.org + 3276@hsesinfo.org + 171 N Altadena Dr + Unit 101 + Pasadena + CA + 91107-7319 + 171 N Altadena Dr + Unit 101 + Pasadena + CA + 91107-7319 + 171 N Altadena Dr + Unit 101 + Pasadena + CA + 91107-7319 + Mr. + F210269 + L210269 + + Chairman of the Board + 210269@hsesinfo.org + Mr. + F210270 + L210270 + + CEO + 210270@hsesinfo.org + Mrs. + F210272 + L210272 + + 210272@hsesinfo.org + Ms. + F210268 + L210268 + + 210268@hsesinfo.org + 555-555-0268 + + + 8819 + 3277 + 11196 + 200 + 2013 + 2018-06-01 + + EHS + Active + Pacific Clinics + pacificclinics.org + 3277@hsesinfo.org + 171 N Altadena Dr + Unit 101 + Pasadena + CA + 91107-7319 + 171 N Altadena Dr + Unit 101 + Pasadena + CA + 91107-7319 + 171 N Altadena Dr + Unit 101 + Pasadena + CA + 91107-7319 + Mr. + F210276 + L210276 + + Chairman of the Board + 210276@hsesinfo.org + Mr. + F210277 + L210277 + + CEO + 210277@hsesinfo.org + Mrs. + F210279 + L210279 + + 210279@hsesinfo.org + Ms. + F210275 + L210275 + + 210275@hsesinfo.org + 555-555-0275 + + + 9484 + 8778 + 11700 + 200 + 2019 + 2019-03-01 + + EHS + Active + Pacific Clinics + + 8778@hsesinfo.org + 171 N Altadena Dr + Unit 101 + Pasadena + CA + 91107-7319 + 171 N Altadena Dr + Unit 101 + Pasadena + CA + 91107-7319 + 171 N Altadena Dr + Unit 101 + Pasadena + CA + 91107-7319 + Mr. + F214885 + L214885 + + Chairman of the Board + 214885@hsesinfo.org + Mr. + F214886 + L214886 + + CEO + 214886@hsesinfo.org + Mrs. + F214888 + L214888 + + 214888@hsesinfo.org + Ms. + F214884 + L214884 + + 214884@hsesinfo.org + 555-555-4884 + + + 11022 + 4856 + 12971 + 200 + 2014 + 2020-02-01 + + EHS + Active + Rising Ground, Inc. + www.Risingground.org + 4856@hsesinfo.org + 575 Soundview Ave + + Bronx + NY + 10473-2935 + 463 Hawthorne Avenue + + Yonkers + NY + 10705-3441 + 463 Hawthorne Avenue + + Yonkers + NY + 10705-3441 + Mr. + F225445 + L225445 + + Board President + 225445@hsesinfo.org + Mr. + F225446 + L225446 + + Executive Director + 225446@hsesinfo.org + + F225448 + L225448 + + 225448@hsesinfo.org + Ms. + F225444 + L225444 + + 225444@hsesinfo.org + 555-555-5444 x 5555 + + + 11023 + 307 + 12972 + 000 + 1992 + 2020-02-01 + + HS + Active + Henrico County Public Schools + http://henricoschools.us/ + 307@hsesinfo.org + 5915 Nine Mile Rd + + Henrico + VA + 23223-2458 + 5915 Nine Mile Rd + + Henrico + VA + 23223-2458 + 5915 Nine Mile Rd + + Henrico + VA + 23223-2458 + Mr. + F225452 + L225452 + III + School Board Chairperson + 225452@hsesinfo.org + Mrs. + F225453 + L225453 + + Director Foundational Learning and Family Engagement + 225453@hsesinfo.org + Mrs. + F225455 + L225455 + + 225455@hsesinfo.org + Mrs. + F225451 + L225451 + + 225451@hsesinfo.org + 555-555-5451 + + + 11025 + 1151 + 12976 + 000 + 2014 + 2020-02-01 + + AIAN HS + Active + EASTERN BAND OF CHEROKEE INDIANS + http://nc-cherokee.com/ecrsd + 1151@hsesinfo.org + 897 Acquoni Road + + Cherokee + NC + 28719-8603 + PO Box 1178 + Qualla Boundary Hes + Cherokee + NC + 28719-1178 + 897 Acquoni Rd + + Cherokee + NC + 28719-8603 + Mr. + F225466 + L225466 + + Principal Chief Eastern Band of Cherokee Indians + 225466@hsesinfo.org + Ms. + F225467 + L225467 + + Secretary, Public Health and Human Services Division + 225467@hsesinfo.org + Ms. + F225469 + L225469 + + 225469@hsesinfo.org + Ms. + F225465 + L225465 + + 225465@hsesinfo.org + 555-555-5465 + + + 11026 + 1152 + 12976 + 200 + 2014 + 2020-02-01 + + AIAN EHS + Active + EASTERN BAND OF CHEROKEE INDIANS + http://nc-cherokee.com/ecrsd + 1152@hsesinfo.org + 897 Acquoni Rd + + Cherokee + NC + 28719-8603 + P.O. Box 1178 + 897 Acqoni Road + Cherokee + NC + 28719-1178 + 897 Acquoni Rd + + Cherokee + NC + 28719-8603 + Mr. + F225473 + L225473 + + Principal Chief Eastern Band of Cherokee Indians + 225473@hsesinfo.org + Ms. + F225474 + L225474 + + Secretary, Public Health and Human Services Division + 225474@hsesinfo.org + Ms. + F225476 + L225476 + + 225476@hsesinfo.org + Ms. + F225472 + L225472 + + 225472@hsesinfo.org + 555-555-5472 + + + 11027 + 1593 + 12973 + 000 + 2001 + 2020-02-01 + + AIAN HS + Active + CHEMEHUEVI INDIAN TRIBE + + 1593@hsesinfo.org + 1987 Palo Verde Drive + + Havasu Lake + CA + 92363-1976 + P.O. Box 1976 + + Havasu Lake + CA + 92363-1976 + 1990 Palo Verde Drive + + Havasu Lake + CA + 92363 + Mr. + F225480 + L225480 + + Chairman + 225480@hsesinfo.org + Mr. + F225481 + L225481 + + Vice-Chairman + 225481@hsesinfo.org + Ms. + F225483 + L225483 + + 225483@hsesinfo.org + Ms. + F225479 + L225479 + + 225479@hsesinfo.org + 555-555-5479 + + + 10511 + 1765 + 12497 + 200 + 2014 + 2019-09-01 + + EHS + Active + Verner Center for Early Learning + http://www.vernerearlylearing.org + 1765@hsesinfo.org + 2586 Riceville Road + + Asheville + NC + 28805-9793 + 2586 Riceville Road + + Asheville + NC + 28805-9793 + 2586 Riceville Road + + Asheville + NC + 28805-9793 + Mr. + F221916 + L221916 + + Board President + 221916@hsesinfo.org + Ms. + F221917 + L221917 + + Executive Director + 221917@hsesinfo.org + Ms. + F221919 + L221919 + + 221919@hsesinfo.org + Ms. + F221915 + L221915 + + 221915@hsesinfo.org + 555-555-1915 + + + 10078 + 3706 + 12129 + 002 + 2014 + 2019-07-01 + + HS + Active + Santa Ana Unified School District + www.sausd.k12.ca.us + 3706@hsesinfo.org + 1629 S. Center St. + + Santa Ana + CA + 92704-4111 + 1629 S. Center St. + + Santa Ana + CA + 92704-4111 + 1629 S. Center St. + + Santa Ana + CA + 92704-4111 + Mr. + F218939 + L218939 + + Board President + 218939@hsesinfo.org + Dr. + F218940 + L218940 + + Deputy Superintendent Educational Services + 218940@hsesinfo.org + Ms. + F218942 + L218942 + + 218942@hsesinfo.org + Ms. + F218938 + L218938 + + 218938@hsesinfo.org + 555-555-8938 + + + 9679 + 3749 + 11846 + 001 + 2014 + 2019-06-01 + + HS + Active + Cincinnati Public Schools Head Start + http://www.cps-k12.org/programs/preschool + 3749@hsesinfo.org + 2651 Burnet Avenue + + Cincinnati + OH + 45219-2551 + 2651 Burnet Avenue + + Cincinnati + OH + 45219-2551 + 2651 Burnet Avenue + + Cincinnati + OH + 45219-2551 + Mrs. + F216174 + L216174 + + Board President + 216174@hsesinfo.org + Ms. + F216175 + L216175 + + Superintendent + 216175@hsesinfo.org + Ms. + F216177 + L216177 + + 216177@hsesinfo.org + Ms. + F216173 + L216173 + + 216173@hsesinfo.org + 555-555-6173 + + + 9525 + 8805 + 11744 + 200 + 2019 + 2019-03-01 + + EHS + Active + Community Action Partnership of Kern + www.capk.org + 8805@hsesinfo.org + 5005 Business Park N + + Bakersfield + CA + 93309-1651 + 5005 Business Park N + + Bakersfield + CA + 93309-1651 + 5005 Business Park N + + Bakersfield + CA + 93309-1651 + Mr. + F215172 + L215172 + + Chairman of the Board + 215172@hsesinfo.org + Mr. + F215173 + L215173 + + Executive Director + 215173@hsesinfo.org + Mrs. + F215175 + L215175 + + 215175@hsesinfo.org + Mrs. + F215171 + L215171 + + 215171@hsesinfo.org + 555-555-5171 x 5555 + + + 11038 + 733 + 12990 + 000 + 1992 + 2020-02-01 + + HS + Active + Bossier Office of Community Services + http://www.bocs.org + 733@hsesinfo.org + 700 Benton Rd + + Bossier City + LA + 71111 + PO Box 6004 + + Bossier City + LA + 71171-6004 + 700 Benton Rd + + Bossier City + LA + 71111 + Ms. + F225548 + L225548 + NA + Board Chairperson + 225548@hsesinfo.org + Mrs. + F225549 + L225549 + NA + Executive Head Start Director + 225549@hsesinfo.org + Ms. + F225551 + L225551 + NA + 225551@hsesinfo.org + Mrs. + F225547 + L225547 + NA + 225547@hsesinfo.org + 555-555-5547 x 5555 + + + 11039 + 734 + 12990 + 200 + 2003 + 2020-02-01 + + EHS + Active + Bossier Office of Community Services + http://www.bocs.org + 734@hsesinfo.org + 700 Benton Rd + + Bossier City + LA + 71111 + PO Box 6004 + + Bossier City + LA + 71171-6004 + 700 Benton Rd + + Bossier City + LA + 71111 + Ms. + F225555 + L225555 + NA + Board Chairperson + 225555@hsesinfo.org + Mrs. + F225556 + L225556 + NA + Executive Head Start Director + 225556@hsesinfo.org + Mrs. + F225558 + L225558 + NA + 225558@hsesinfo.org + Ms. + F225554 + L225554 + NA + 225554@hsesinfo.org + 555-555-5554 x 5555 + + + 11040 + 1592 + 12991 + 200 + 2001 + 2020-02-01 + + EHS + Active + PARENT & CHILD INC. + https://parentchildinc.com/ + 1592@hsesinfo.org + 7815 Mainland Dr + + San Antonio + TX + 78250-5150 + 7815 Mainland Dr + + San Antonio + TX + 78250-5150 + 7815 Mainland Dr + + San Antonio + TX + 78250-5150 + Mr. + F225562 + L225562 + + Board President + 225562@hsesinfo.org + Dr. + F225563 + L225563 + PhD + Chief Executive Officer/EHS-HS Director + 225563@hsesinfo.org + Ms. + F225565 + L225565 + + 225565@hsesinfo.org + Dr. + F225561 + L225561 + PhD + 225561@hsesinfo.org + 555-555-5561 + + + 11041 + 2551 + 12993 + 000 + 2008 + 2020-02-01 + + HS + Active + WEST BATON ROUGE PARISH SCHOOL DISTRICT + www.wbrschools.net + 2551@hsesinfo.org + 3761 Rosedale Rd + + Port Allen + LA + 70767-4305 + 3761 Rosedale Rd + + Port Allen + LA + 70767-4305 + 3761 Rosedale Rd + + Port Allen + LA + 70767-4305 + Mr. + F225569 + L225569 + + Board President + 225569@hsesinfo.org + Mr. + F225570 + L225570 + + Superintendent + 225570@hsesinfo.org + Ms. + F225572 + L225572 + + 225572@hsesinfo.org + Ms. + F225568 + L225568 + + 225568@hsesinfo.org + 555-555-5568 + + + 11044 + 1012 + 12989 + 000 + 1992 + 2020-02-01 + + HS + Active + NORTHEAST IOWA COMMUNITY ACTION CORPORATION + http://www.neicac.org + 1012@hsesinfo.org + 305 Montgomery St + + Decorah + IA + 52101-2721 + PO Box 487 + + Decorah + IA + 52101-0487 + 305 Montgomery St + + Decorah + IA + 52101-2721 + Mr. + F225590 + L225590 + + Board Chair + 225590@hsesinfo.org + Ms. + F225591 + L225591 + + + 225591@hsesinfo.org + Mr. + F225593 + L225593 + + 225593@hsesinfo.org + Ms. + F225589 + L225589 + + 225589@hsesinfo.org + 555-555-5589 x 5555 + + + 11045 + 1011 + 12989 + 200 + 2003 + 2020-02-01 + + EHS + Active + NORTHEAST IOWA COMMUNITY ACTION CORPORATION + http://www.neicac.org + 1011@hsesinfo.org + 107 W Center St + + Monona + IA + 52159-8224 + PO Box 417 + + Monona + IA + 52159-0417 + 305 Montgomery St + + Decorah + IA + 52101-2721 + Mr. + F225597 + L225597 + + Board Chair + 225597@hsesinfo.org + Ms. + F225598 + L225598 + + + 225598@hsesinfo.org + Mr. + F225600 + L225600 + + 225600@hsesinfo.org + Ms. + F225596 + L225596 + + 225596@hsesinfo.org + 555-555-5596 x 5555 + + + 11046 + 1017 + 12992 + 000 + 1992 + 2020-02-01 + + HS + Active + SOUTHEAST NEBRASKA COMMUNITY ACTION PARTNERSHIP, INC + www.senca.org + 1017@hsesinfo.org + 802 4th St + + Humboldt + NE + 68376-6049 + PO Box 646 + + Humboldt + NE + 68376-0646 + 802 4th St + + Humboldt + NE + 68376-6049 + Mrs. + F225604 + L225604 + + Board Chair + 225604@hsesinfo.org + Mrs. + F225605 + L225605 + + Executive Director + 225605@hsesinfo.org + Ms. + F225607 + L225607 + + 225607@hsesinfo.org + Mrs. + F225603 + L225603 + + 225603@hsesinfo.org + 555-555-5603 x 5555 + + + 11047 + 6670 + 12988 + 200 + + 2020-02-01 + + EHS + Active + Volunteers of America - Southwest Inc + + 6670@hsesinfo.org + 3530 Camino Del Rio N Ste 300 + + San Diego + CA + 92108-1746 + 3530 Camino Del Rio N Ste 300 + + San Diego + CA + 92108-1746 + 3530 Camino Del Rio N Ste 300 + + San Diego + CA + 92108-1746 + Mr. + F225611 + L225611 + + Board Chair + 225611@hsesinfo.org + Mr. + F225612 + L225612 + + President/CEO + 225612@hsesinfo.org + Ms. + F225614 + L225614 + + 225614@hsesinfo.org + Ms. + F225610 + L225610 + + 225610@hsesinfo.org + 555-555-5610 + + + 11048 + 1109 + 12987 + 000 + 1992 + 2020-02-01 + + HS + Active + Placer Community Action Council, Inc. + http://www.kidzCommunity.org + 1109@hsesinfo.org + 1166 High Street + + Auburn + CA + 95603-5110 + 1166 High Street + + Auburn + CA + 95603-5110 + 1166 High Street + + Auburn + CA + 95603-5110 + Ms. + F225618 + L225618 + + Chairman, Board of Directors + 225618@hsesinfo.org + Ms. + F225619 + L225619 + + Executive Director + 225619@hsesinfo.org + Ms. + F225621 + L225621 + + 225621@hsesinfo.org + Ms. + F225617 + L225617 + + 225617@hsesinfo.org + 555-555-5617 + + + 11049 + 1108 + 12987 + 200 + 2001 + 2020-02-01 + + EHS + Active + Placer Community Action Council, Inc. + http://www.kidzCommunity.org + 1108@hsesinfo.org + 1166 High Street + + Auburn + CA + 95603-5110 + 1166 High Street + + Auburn + CA + 95603-5110 + 1166 High Street + + Auburn + CA + 95603-5110 + Ms. + F225625 + L225625 + + Chairman, Board of Directors + 225625@hsesinfo.org + Ms. + F225626 + L225626 + + Executive Director + 225626@hsesinfo.org + Ms. + F225628 + L225628 + + 225628@hsesinfo.org + Ms. + F225624 + L225624 + + 225624@hsesinfo.org + 555-555-5624 + + + 11051 + 1958 + 12997 + 000 + 1992 + 2020-02-01 + + HS + Active + East Bay Community Action Program + www.ebcap.org + 1958@hsesinfo.org + 8 John H Chafee Blvd + Newport Head Start Center + Newport + RI + 02840-1034 + 8 John H Chafee Blvd + Newport Head Start Center + Newport + RI + 02840-1034 + 8 John H Chafee Blvd + Newport Head Start Center + Newport + RI + 02840-1034 + Mr. + F225638 + L225638 + + Chairperson + 225638@hsesinfo.org + Mr. + F225639 + L225639 + + + 225639@hsesinfo.org + Ms. + F225641 + L225641 + + 225641@hsesinfo.org + Ms. + F225637 + L225637 + + 225637@hsesinfo.org + 555-555-5637 x 5555 + + + 11052 + 1959 + 12997 + 200 + 1993 + 2020-02-01 + + EHS + Active + East Bay Community Action Program + www.ebcap.org + 1959@hsesinfo.org + 8 John H Chafee Blvd + Newport Head Start Center + Newport + RI + 02840-1034 + 8 John H Chafee Blvd + Newport Head Start Center + Newport + RI + 02840-1034 + 8 John H Chafee Blvd + Newport Head Start Center + Newport + RI + 02840-1034 + Mr. + F225645 + L225645 + + Chairperson + 225645@hsesinfo.org + Mr. + F225646 + L225646 + + + 225646@hsesinfo.org + Ms. + F225648 + L225648 + + 225648@hsesinfo.org + Ms. + F225644 + L225644 + + 225644@hsesinfo.org + 555-555-5644 x 5555 + + + 11053 + 2595 + 12995 + 200 + 2011 + 2020-02-01 + + EHS + Active + YESHIVA KEHILATH YAKOV, INC + + 2595@hsesinfo.org + 638 Bedford Ave + + Brooklyn + NY + 11249-8007 + 638 Bedford Ave + + Brooklyn + NY + 11249-8007 + 638 Bedford Ave + + Brooklyn + NY + 11249-8007 + Mr. + F225652 + L225652 + + Board Chair + 225652@hsesinfo.org + Mr. + F225653 + L225653 + + Director + 225653@hsesinfo.org + Mrs. + F225655 + L225655 + + 225655@hsesinfo.org + Mr. + F225651 + L225651 + + 225651@hsesinfo.org + 555-555-5651 x 5555 + + + 11054 + 6667 + 12996 + 200 + + 2020-02-01 + + EHS + Active + Community Action Partnership of Kern + www.capk.org + 6667@hsesinfo.org + 5005 Business Park N + + Bakersfield + CA + 93309-1651 + 5005 Business Park N + + Bakersfield + CA + 93309-1651 + 5005 Business Park N + + Bakersfield + CA + 93309-1651 + Mr. + F225659 + L225659 + + Chairman of the Board + 225659@hsesinfo.org + Mr. + F225660 + L225660 + + Executive Director + 225660@hsesinfo.org + Mrs. + F225662 + L225662 + + 225662@hsesinfo.org + Mrs. + F225658 + L225658 + + 225658@hsesinfo.org + 555-555-5658 x 5555 + + + 8902 + 600 + 11265 + 000 + 2013 + 2018-07-01 + + HS + Active + MOBILE COMMUNITY ACTION, INC. + http://www.mcamobile.org + 600@hsesinfo.org + 461 Donald St + - + Mobile + AL + 36617-3327 + PO Box 10159 + + Prichard + AL + 36610-0159 + 461 Donald St + - + Mobile + AL + 36617-3327 + Dr. + F210835 + L210835 + + Board Chairman + 210835@hsesinfo.org + Mr. + F210836 + L210836 + + Executive Director + 210836@hsesinfo.org + Mrs. + F210838 + L210838 + + 210838@hsesinfo.org + Ms. + F210834 + L210834 + + 210834@hsesinfo.org + 555-555-0834 x 5555 + + + 8903 + 8265 + 11265 + 200 + 2016 + 2018-07-01 + + EHS + Active + MOBILE COMMUNITY ACTION, INC. + http://www.mcamobile.org + 8265@hsesinfo.org + 461 Donald St + - + Mobile + AL + 36617-3327 + PO Box 10159 + + Prichard + AL + 36610-0159 + 461 Donald street + - + Mobile + AL + 36617 + Dr. + F210842 + L210842 + + Board Chairman + 210842@hsesinfo.org + Mr. + F210843 + L210843 + + Executive Director + 210843@hsesinfo.org + Mrs. + F210845 + L210845 + + 210845@hsesinfo.org + Ms. + F210841 + L210841 + + 210841@hsesinfo.org + 555-555-0841 x 5555 + + + 11062 + 2116 + 13002 + 000 + 1992 + 2020-02-01 + + HS + Active + PARENT & CHILD DEVELOPMENT CENTER, INC + http://www.pcdcva.org + 2116@hsesinfo.org + 602 Main Street + + West Point + VA + 23181-9603 + 602 Main Street + + West Point + VA + 23181-9603 + 602 Main Street + + West Point + VA + 23181-9603 + Mrs. + F225694 + L225694 + + Chairperson, Board of Directors + 225694@hsesinfo.org + Ms. + F225695 + L225695 + + Executive Director + 225695@hsesinfo.org + Ms. + F225697 + L225697 + + 225697@hsesinfo.org + Ms. + F225693 + L225693 + + 225693@hsesinfo.org + 555-555-5693 x 5555 + + + 11063 + 2458 + 13003 + 000 + 2014 + 2020-02-01 + + HS + Active + Garrett County Community Action Committee, Inc. + http://www.garrettcac.org + 2458@hsesinfo.org + 104 East Center Street + + Oakland + MD + 21550-1328 + 104 East Center Street + + Oakland + MD + 21550-1328 + 104 East Center Street + + Oakland + MD + 21550-1328 + Ms. + F225701 + L225701 + + Chairperson, CAC Board of Directors + 225701@hsesinfo.org + Mr. + F225702 + L225702 + + President + 225702@hsesinfo.org + Ms. + F225704 + L225704 + + 225704@hsesinfo.org + Ms. + F225700 + L225700 + + 225700@hsesinfo.org + 555-555-5700 x 5555 + + + 11064 + 2459 + 13003 + 200 + 2014 + 2020-02-01 + + EHS + Active + Garrett County Community Action Committee, Inc. + http://www.garrettcac.org + 2459@hsesinfo.org + 104 East Center Street + + Oakland + MD + 21550-1328 + 104 East Center Street + + Oakland + MD + 21550-1328 + 104 East Center Street + + Oakland + MD + 21550-1328 + Ms. + F225708 + L225708 + + Chairperson, CAC Board of Directors + 225708@hsesinfo.org + Mr. + F225709 + L225709 + + President + 225709@hsesinfo.org + Ms. + F225711 + L225711 + + 225711@hsesinfo.org + Ms. + F225707 + L225707 + + 225707@hsesinfo.org + 555-555-5707 x 5555 + + + 10763 + 4914 + 12748 + 000 + 2014 + 2019-12-01 + + HS + Active + Avoyelles Child Development Services, Inc. + lynnnormand@avoyellesheadstart.org + 4914@hsesinfo.org + 562 Main St + + Moreauville + LA + 71355-3066 + PO Box 153 + + Moreauville + LA + 71355-0153 + 562 Main St + + Moreauville + LA + 71355-3066 + Miss + F223662 + L223662 + + Board President + 223662@hsesinfo.org + Mrs. + F223663 + L223663 + + Program Director + 223663@hsesinfo.org + Mrs. + F223665 + L223665 + + 223665@hsesinfo.org + Mrs. + F223661 + L223661 + + 223661@hsesinfo.org + 555-555-3661 + + + 10764 + 8291 + 12748 + 200 + 2017 + 2019-12-01 + + EHS + Active + Avoyelles Child Development Services, Inc. + + 8291@hsesinfo.org + 562 Main St + + Moreauville + LA + 71355-3066 + PO Box 153 + + Moreauville + LA + 71355-0153 + 562 Main St + + Moreauville + LA + 71355-3066 + Miss + F223669 + L223669 + + Board President + 223669@hsesinfo.org + Mrs. + F223670 + L223670 + + Program Director + 223670@hsesinfo.org + Mrs. + F223672 + L223672 + + 223672@hsesinfo.org + Mrs. + F223668 + L223668 + + 223668@hsesinfo.org + 555-555-3668 + + + 10111 + 2087 + 12154 + 000 + 2014 + 2019-07-01 + + HS + Active + Bi-County Community Action Program, Inc. + www.bicap.org + 2087@hsesinfo.org + 6603 Bemidji Ave N + + Bemidji + MN + 56601-8669 + PO Box 579 + + Bemidji + MN + 56619-0579 + 6603 Bemidji Ave N + + Bemidji + MN + 56601-8669 + Ms. + F219168 + L219168 + + Board Chairperson + 219168@hsesinfo.org + Ms. + F219169 + L219169 + + Executive Director + 219169@hsesinfo.org + Mr. + F219171 + L219171 + + 219171@hsesinfo.org + Ms. + F219167 + L219167 + + 219167@hsesinfo.org + 555-555-9167 + + + 10112 + 2088 + 12154 + 200 + 2014 + 2019-07-01 + + EHS + Active + Bi-County Community Action Program, Inc. + www.bicap.org + 2088@hsesinfo.org + 6603 Bemidji Ave N + + Bemidji + MN + 56601-8669 + PO Box 579 + + Bemidji + MN + 56619-0579 + 6603 Bemidji Ave N + + Bemidji + MN + 56601-8669 + Ms. + F219175 + L219175 + + Board Chairperson + 219175@hsesinfo.org + Ms. + F219176 + L219176 + + Executive Director + 219176@hsesinfo.org + Mr. + F219178 + L219178 + + 219178@hsesinfo.org + Ms. + F219174 + L219174 + + 219174@hsesinfo.org + 555-555-9174 + + + 10916 + 3092 + 12893 + 200 + 2011 + 2020-01-01 + + EHS + Active + Associates for Human Services, Inc. + www.ahsinc.org + 3092@hsesinfo.org + 68 Allison Ave + + Taunton + MA + 02780-6958 + 68 Allison Ave + + Taunton + MA + 02780-6958 + 68 Allison Ave + + Taunton + MA + 02780-6958 + Ms. + F224711 + L224711 + + AHS Board Chair + 224711@hsesinfo.org + Ms. + F224712 + L224712 + + AHS CEO + 224712@hsesinfo.org + Ms. + F224714 + L224714 + + 224714@hsesinfo.org + Mrs. + F224710 + L224710 + + 224710@hsesinfo.org + 555-555-4710 x 5555 + + + 10902 + 1456 + 12867 + 000 + 1998 + 2020-01-01 + + AIAN HS + Active + PINOLEVILLE POMO NATION + Pinoleville-nsn.gov + 1456@hsesinfo.org + 500 A Pinoleville Drive + + Ukiah + CA + 95482-7121 + 500 A Pinoleville Drive + + Ukiah + CA + 95482-7121 + 500 A Pinoleville Drive + + Ukiah + CA + 95482-7121 + Ms. + F224606 + L224606 + + Chairperson + 224606@hsesinfo.org + Ms. + F224607 + L224607 + + Interim Director + 224607@hsesinfo.org + Mr. + F224609 + L224609 + + 224609@hsesinfo.org + Ms. + F224605 + L224605 + + 224605@hsesinfo.org + 555-555-4605 x 5555 + + + 10903 + 8591 + 12867 + 200 + 2017 + 2020-01-01 + + AIAN EHS + Active + PINOLEVILLE POMO NATION + Pinoleville-nsn.gov + 8591@hsesinfo.org + 500 A Pinoleville Drive + + Ukiah + CA + 95482-7121 + 500 A Pinoleville Drive + + Ukiah + CA + 95482-7121 + 500 A Pinoleville Drive + + Ukiah + CA + 95482-7121 + Ms. + F224613 + L224613 + + Chairperson + 224613@hsesinfo.org + Ms. + F224614 + L224614 + + + 224614@hsesinfo.org + Mr. + F224616 + L224616 + + 224616@hsesinfo.org + Ms. + F224612 + L224612 + + 224612@hsesinfo.org + 555-555-4612 x 5555 + + + 10125 + 3731 + 12173 + 004 + 2014 + 2019-07-01 + 2020-06-30 + HS + Inactive + Roosevelt School District Head Start + www.rsd66.org / www.rsd.K12.az.us + 3731@hsesinfo.org + 6218 S 7th St + + Phoenix + AZ + 85042-4211 + 6218 S 7th St + + Phoenix + AZ + 85042-4211 + 6218 S 7th St + + Phoenix + AZ + 85042-4211 + Mr. + F219266 + L219266 + + Board President + 219266@hsesinfo.org + Dr. + F219267 + L219267 + + Superintendent + 219267@hsesinfo.org + Ms. + F219269 + L219269 + + 219269@hsesinfo.org + Ms. + F219265 + L219265 + + 219265@hsesinfo.org + 555-555-9265 + + + 5429 + 1856 + 9167 + 000 + 2014 + 2014-09-01 + 2020-08-31 + AIAN HS + Inactive + ST CROIX CHIPPEWA INDIANS OF WISCONSIN + + 1856@hsesinfo.org + 3792 Highway 70 + 24663 Angeline Avenue + Webster + WI + 54893-9246 + 3792 Highway 70 + 24663 Angeline Avenue + Webster + WI + 54893-9246 + 3792 Highway 70 + 24663 Angeline Avenue + Webster + WI + 54893-9246 + Ms. + F96952 + L96952 + + Tribal Chairwoman + 96952@hsesinfo.org + Ms. + F96953 + L96953 + + Tribal Chairwoman + 96953@hsesinfo.org + Ms. + F96951 + L96951 + + 96951@hsesinfo.org + Ms. + F96949 + L96949 + + 96949@hsesinfo.org + 555-555-6949 + + + 6857 + 4037 + 10326 + 015 + 2013 + 2015-08-01 + + HS + Active + Easter Seals South Florida, Inc. + www.easterseals.com/southflorida + 4037@hsesinfo.org + 1475 NW 14th Ave + + Miami + FL + 33125-1616 + 1475 NW 14th Ave + + Miami + FL + 33125-1616 + 1475 NW 14th Ave + + Miami + FL + 33125-1616 + Mr. + F203674 + L203674 + J. + Board Chair + 203674@hsesinfo.org + Ms. + F203675 + L203675 + + CEO + 203675@hsesinfo.org + Mrs. + F203677 + L203677 + + 203677@hsesinfo.org + Ms. + F203673 + L203673 + + 203673@hsesinfo.org + 555-555-3673 + + + 6858 + 4019 + 10326 + 215 + 2013 + 2015-08-01 + + EHS + Active + Easter Seals South Florida, Inc. + www.easterseals.com/southflorida + 4019@hsesinfo.org + 1475 NW 14th Ave + + Miami + FL + 33125-1616 + 1475 NW 14th Ave + + Miami + FL + 33125-1616 + 1475 NW 14th Ave + + Miami + FL + 33125-1616 + Mr. + F203681 + L203681 + J. + Board Chair + 203681@hsesinfo.org + Ms. + F203682 + L203682 + + CEO + 203682@hsesinfo.org + Mrs. + F203684 + L203684 + + 203684@hsesinfo.org + Ms. + F203680 + L203680 + + 203680@hsesinfo.org + 555-555-3680 + + + 10438 + 6031 + 12435 + 200 + + 2019-09-01 + + EHS + Active + Community Action Organization of Erie County Inc. + http://www.caoec.org + 6031@hsesinfo.org + 45 Jewett + Suite 150 + Buffalo + NY + 14214-2441 + 45 Jewett + Suite 150 + Buffalo + NY + 14214-2441 + 45 Jewett + Suite 150 + Buffalo + NY + 14214-2441 + Hon. + F221405 + L221405 + + CAO Board Chairperson + 221405@hsesinfo.org + Mr. + F221406 + L221406 + + President/CEO + 221406@hsesinfo.org + Ms. + F221408 + L221408 + + 221408@hsesinfo.org + Ms. + F221404 + L221404 + + 221404@hsesinfo.org + 555-555-1404 + + + 11070 + 826 + 13008 + 000 + 1994 + 2020-03-01 + + HS + Active + Champaign County Head Start + http://www.ccrpc.org + 826@hsesinfo.org + 1776 East Washington Street + + Urbana + IL + 61802-4578 + 1776 East Washington Street + + Urbana + IL + 61802-4578 + 1776 East Washington Street + + Urbana + IL + 61802-4578 + Mr. + F225739 + L225739 + + County Board Chair + 225739@hsesinfo.org + Dr. + F225740 + L225740 + + Chief Executive Officer + 225740@hsesinfo.org + Ms. + F225742 + L225742 + + 225742@hsesinfo.org + Mrs. + F225738 + L225738 + + 225738@hsesinfo.org + 555-555-5738 + + + 11071 + 827 + 13008 + 200 + 2002 + 2020-03-01 + + EHS + Active + Champaign County Early Head Start + http://www.ccrpc.org + 827@hsesinfo.org + 1776 East Washington Street + + Urbana + IL + 61802-4578 + 1776 East Washington Street + + Urbana + IL + 61802-4578 + 1776 E Washington St + + Urbana + IL + 61802-4578 + Mr. + F225746 + L225746 + + County Board Chair + 225746@hsesinfo.org + Dr. + F225747 + L225747 + + Chief Executive Officer + 225747@hsesinfo.org + Ms. + F225749 + L225749 + + 225749@hsesinfo.org + Mrs. + F225745 + L225745 + + 225745@hsesinfo.org + 555-555-5745 + + + 10008 + 6354 + 12098 + 202 + + 2019-07-01 + + EHS + Active + Plaza de la Raza Child Development Services + 13300 Crossroads Pkwy N. Suite 440 + 6354@hsesinfo.org + 13300 Crossroads Pkwy N + Ste 440 + City Of Industry + CA + 91746-3440 + 13300 Crossroads Pkwy N + Ste 440 + City Of Industry + CA + 91746-3440 + 13300 Crossroads Pkwy N + Ste 440 + City Of Industry + CA + 91746-3440 + Ms. + F218449 + L218449 + + Board Chair + 218449@hsesinfo.org + Ms. + F218450 + L218450 + + + 218450@hsesinfo.org + Ms. + F218452 + L218452 + + 218452@hsesinfo.org + Ms. + F218448 + L218448 + + 218448@hsesinfo.org + 555-555-8448 + + + 10934 + 1126 + 12889 + 000 + 2015 + 2020-01-01 + 2020-01-01 + AIAN HS + Inactive + Salt River Pima-Maricopa Indian Community + www.srpmic-ed.org + 1126@hsesinfo.org + 4836 N Center St + + Scottsdale + AZ + 85256 + 10005 E Osborn Rd + + Scottsdale + AZ + 85256-4019 + 10005 E Osborn Rd + + Scottsdale + AZ + 85256-4019 + Mr. + F224837 + L224837 + + President + 224837@hsesinfo.org + Mr. + F224838 + L224838 + + + 224838@hsesinfo.org + Mr. + F224840 + L224840 + + 224840@hsesinfo.org + Mrs. + F224836 + L224836 + + 224836@hsesinfo.org + 555-555-4836 + + + 10935 + 2616 + 12889 + 200 + 2015 + 2020-01-01 + 2020-01-01 + AIAN EHS + Inactive + Salt River Pima-Maricopa Indian Community + www.srpmic-ed.org + 2616@hsesinfo.org + 4836 N Center St + + Scottsdale + AZ + 85256 + 10005 E Osborn Rd + + Scottsdale + AZ + 85256-4019 + 10005 E Osborn Rd + + Scottsdale + AZ + 85256-4019 + Mr. + F224844 + L224844 + Sr. + President + 224844@hsesinfo.org + Mr. + F224845 + L224845 + Sr. + + 224845@hsesinfo.org + Ms. + F224847 + L224847 + + 224847@hsesinfo.org + Mrs. + F224843 + L224843 + + 224843@hsesinfo.org + 555-555-4843 + + + 5762 + 1126 + 9366 + 000 + 2015 + 2015-01-01 + + AIAN HS + Active + Salt River Pima-Maricopa Indian Community + www.srpmic-ed.org + 1126@hsesinfo.org + 4836 N Center St + + Scottsdale + AZ + 85256 + 10005 E Osborn Rd + + Scottsdale + AZ + 85256-4019 + 10005 E Osborn Rd + + Scottsdale + AZ + 85256-4019 + Mr. + F103367 + L103367 + + President + 103367@hsesinfo.org + Mr. + F103366 + L103366 + + + 103366@hsesinfo.org + Mr. + F103369 + L103369 + + 103369@hsesinfo.org + Mrs. + F103365 + L103365 + + 103365@hsesinfo.org + 555-555-3365 + + + 5763 + 2616 + 9366 + 200 + 2015 + 2015-01-01 + + AIAN EHS + Active + Salt River Pima-Maricopa Indian Community + www.srpmic-ed.org + 2616@hsesinfo.org + 4836 N Center St + + Scottsdale + AZ + 85256 + 10005 E Osborn Rd + + Scottsdale + AZ + 85256-4019 + 10005 E Osborn Rd + + Scottsdale + AZ + 85256-4019 + Mr. + F103377 + L103377 + Sr. + President + 103377@hsesinfo.org + Mr. + F103375 + L103375 + Sr. + + 103375@hsesinfo.org + Ms. + F103374 + L103374 + + 103374@hsesinfo.org + Mrs. + F103373 + L103373 + + 103373@hsesinfo.org + 555-555-3373 + + + 11072 + 1591 + 13009 + 000 + 2001 + 2020-03-01 + + HS + Active + Diocese of Mayaguez + www.cdfseasonalpr.org + 1591@hsesinfo.org + Centro De Desarrollo Familiar-Seasonal Head Start/Ehs Diocesis De Mayaguez + Edificio Hormigueros Plaza Local 3B Calle Comercio Interseccion 3344 + Hormigueros + PR + 00660 + PO Box 1333 + Centro De Desarrollo Familiar-Seasonal Head Start/Ehs Diocesis De Mayaguez + Hormigueros + PR + 00660-5333 + Centro De Desarrollo Familiar-Seasonla Head Start/Ehs Diocesis De Mayaguez + Edificio Hormigueros Plaza Local 3B Calle Comercio Interseccion 3344 + Hormigueros + PR + 00660 + Rev. + F225753 + L225753 + + Governing Board Chairperson + 225753@hsesinfo.org + Mrs. + F225754 + L225754 + + + 225754@hsesinfo.org + Mrs. + F225756 + L225756 + + 225756@hsesinfo.org + Mrs. + F225752 + L225752 + + 225752@hsesinfo.org + 555-555-5752 + + + 11073 + 1590 + 13009 + 200 + 2001 + 2020-03-01 + + EHS + Active + Diocese of Mayaguez + www.cdfseasonalhs.org + 1590@hsesinfo.org + Centro De Desarrollo Familiar-Seasonal Head Start + Edificio Hormigueros Plaza Local 3B Calle Comercio Interseccion 3344 + Hormigueros + PR + 00660 + PO Box 1333 + Centro De Desarrollo Familiar Seasonal Head Start + Hormigueros + PR + 00660-5333 + Centro De Desarrollo Familiar Seasonal Head Start + Edificio Hormigueros Plaza Local 3B Calle Comercio Interseccion 3343 + Hormigueros + PR + 00660 + Rev. + F225760 + L225760 + + Governing Board President + 225760@hsesinfo.org + Mrs. + F225761 + L225761 + + + 225761@hsesinfo.org + Mrs. + F225763 + L225763 + + 225763@hsesinfo.org + Mrs. + F225759 + L225759 + + 225759@hsesinfo.org + 555-555-5759 + + + 8984 + 1931 + 11318 + 000 + 2013 + 2018-08-01 + + HS + Active + City of Rockford, Human Services Dept. + http://www.rockfordil.gov + 1931@hsesinfo.org + 425 E State St + + Rockford + IL + 61104-1014 + 425 E State St + + Rockford + IL + 61104-1014 + 425 E State St + + Rockford + IL + 61104-1014 + Mr. + F211444 + L211444 + + Mayor + 211444@hsesinfo.org + Ms. + F211445 + L211445 + + Executive Director + 211445@hsesinfo.org + Mr. + F211447 + L211447 + + 211447@hsesinfo.org + Mrs. + F211443 + L211443 + + 211443@hsesinfo.org + 555-555-1443 + + + 8985 + 2765 + 11318 + 200 + 2013 + 2018-08-01 + + EHS + Active + City of Rockford, Human Services Dept. + http://www.rockfordil.gov + 2765@hsesinfo.org + 425 E State St + + Rockford + IL + 61104-1014 + 425 E State St + + Rockford + IL + 61104-1014 + 425 E State St + + Rockford + IL + 61104-1014 + Mr. + F211451 + L211451 + + Mayor + 211451@hsesinfo.org + Ms. + F211452 + L211452 + + Executive Director + 211452@hsesinfo.org + Mr. + F211454 + L211454 + + 211454@hsesinfo.org + Mrs. + F211450 + L211450 + + 211450@hsesinfo.org + 555-555-1450 + + + 8291 + 1486 + 10665 + 000 + 1998 + 2016-07-01 + + HS + Active + College of Southern Idaho Head Start + www.csi.edu/headstart + 1486@hsesinfo.org + 998 Washington St N + + Twin Falls + ID + 83301 + P.O. Box 1238 + + Twin Falls + ID + 83303-1238 + 998 Washington St N + + Twin Falls + ID + 83301-3154 + Mrs. + F207177 + L207177 + + College of Southern Idaho, Board Chairman + 207177@hsesinfo.org + Mr. + F207178 + L207178 + + Vice President of Administration + 207178@hsesinfo.org + Ms. + F207180 + L207180 + + 207180@hsesinfo.org + Ms. + F207176 + L207176 + + 207176@hsesinfo.org + 555-555-7176 x 5555 + + + 8292 + 2860 + 10665 + 200 + 2011 + 2016-07-01 + + EHS + Active + COLLEGE OF SOUTHERN IDAHO EARLY HEAD START + www.csi.edu/headstart + 2860@hsesinfo.org + POST OFFICE BOX 1238 + 998 Washington N + TWIN FALLS + ID + 83303 + POST OFFICE BOX 1238 + 998 Washington N + TWIN FALLS + ID + 83303 + POST OFFICE BOX 1238 + 998 Washington N + TWIN FALLS + ID + 83303 + Mrs. + F207184 + L207184 + + College of Southern Idaho Board, Chairman + 207184@hsesinfo.org + Mr. + F207185 + L207185 + + Vice President of Administration + 207185@hsesinfo.org + Ms. + F207187 + L207187 + + 207187@hsesinfo.org + Ms. + F207183 + L207183 + + 207183@hsesinfo.org + 555-555-7183 x 5555 + + + 10187 + 5927 + 12224 + 200 + + 2019-08-01 + + EHS + Active + Capstone Community Action, Inc. + http://www.capstonevt.org + 5927@hsesinfo.org + 20 Gable Place + + Barre + VT + 05641-4138 + 20 Gable Place + + Barre + VT + 05641-4138 + 20 Gable Place + + Barre + VT + 05641-4138 + Mr. + F219664 + L219664 + + President, Board of Directors + 219664@hsesinfo.org + Ms. + F219665 + L219665 + + Executive Director + 219665@hsesinfo.org + Mr. + F219667 + L219667 + + 219667@hsesinfo.org + Ms. + F219663 + L219663 + + 219663@hsesinfo.org + 555-555-9663 + + + 9933 + 1404 + 12017 + 000 + 2014 + 2019-07-01 + + HS + Active + Ozark Action, Inc + http://www.oaiwp.org + 1404@hsesinfo.org + 710 East Main Street + + West Plains + MO + 65775-3307 + 710 East Main Street + + West Plains + MO + 65775-3307 + 710 East Main Street + + West Plains + MO + 65775-3307 + Mr. + F217935 + L217935 + + President of the Board of Directors + 217935@hsesinfo.org + Mr. + F217936 + L217936 + + Executive Director + 217936@hsesinfo.org + Ms. + F217938 + L217938 + + 217938@hsesinfo.org + Ms. + F217934 + L217934 + + 217934@hsesinfo.org + 555-555-7934 x 5555 + + + 11075 + 245 + 13011 + 000 + 1993 + 2020-03-01 + + HS + Active + Head Start of Rockland, Inc + www.headstartofrockland.org + 245@hsesinfo.org + 117 Route 9W + + Haverstraw + NY + 10927-1404 + 117 Route 9W + + Haverstraw + NY + 10927-1404 + 117 Route 9W + + Haverstraw + NY + 10927-1404 + Ms. + F225777 + L225777 + + Board President + 225777@hsesinfo.org + Mrs. + F225778 + L225778 + + Executive Director + 225778@hsesinfo.org + Ms. + F225780 + L225780 + + 225780@hsesinfo.org + Mrs. + F225776 + L225776 + + 225776@hsesinfo.org + 555-555-5776 + + + 11076 + 3812 + 13013 + 001 + + 2020-03-01 + + HS + Active + CIC Head Start + rochellek@nscic.org + 3812@hsesinfo.org + 1 Washington Avenue + + Spring Valley + NY + 10977-1930 + 766 North Main Street + + Spring Valley + NY + 10977-1930 + 766 North Main Street + + Spring Valley + NY + 10977-1930 + Mrs. + F225784 + L225784 + + + 225784@hsesinfo.org + Mr. + F225785 + L225785 + + + 225785@hsesinfo.org + + F225787 + L225787 + + 225787@hsesinfo.org + Mrs. + F225783 + L225783 + + 225783@hsesinfo.org + 555-555-5783 + + + 11077 + 3174 + 13011 + 200 + 2001 + 2020-03-01 + + EHS + Active + Head Start of Rockland, Inc + www.headstartofrockland.org + 3174@hsesinfo.org + 117 Route 9W + + Haverstraw + NY + 10927-1404 + 117 Route 9W + + Haverstraw + NY + 10927-1404 + 117 Route 9W + + Haverstraw + NY + 10927-1404 + Ms. + F225791 + L225791 + + Board President + 225791@hsesinfo.org + Mrs. + F225792 + L225792 + + Executive Director + 225792@hsesinfo.org + Ms. + F225794 + L225794 + + 225794@hsesinfo.org + Mrs. + F225790 + L225790 + + 225790@hsesinfo.org + 555-555-5790 + + + 11078 + 1321 + 13012 + 000 + 1992 + 2020-03-01 + + HS + Active + WASHITA VALLEY COMMUNITY ACTION COUNCIL, INC + http://www.washitavalleycommunityaction.com + 1321@hsesinfo.org + 1000 W Minnesota Ave + + Chickasha + OK + 73018-3254 + PO Box 747 + + Chickasha + OK + 73023-0747 + 1000 W Minnesota Ave + + Chickasha + OK + 73018-3254 + Mr. + F225798 + L225798 + + Governing Board Chairperson + 225798@hsesinfo.org + Ms. + F225799 + L225799 + + Executive Director-Head Start/EHS Director + 225799@hsesinfo.org + Ms. + F225801 + L225801 + + 225801@hsesinfo.org + Ms. + F225797 + L225797 + + 225797@hsesinfo.org + 555-555-5797 x 5555 + + + 11079 + 2803 + 13012 + 200 + 2011 + 2020-03-01 + + EHS + Active + WASHITA VALLEY COMMUNITY ACTION COUNCIL, INC + washitavalleycommunityactioncouncil.com + 2803@hsesinfo.org + 1000 W Minnesota Ave + + Chickasha + OK + 73018-3254 + PO Box 747 + + Chickasha + OK + 73023-0747 + 1000 W Minnesota Ave + + Chickasha + OK + 73018-3254 + Mr. + F225805 + L225805 + + Governing Board Chairperson + 225805@hsesinfo.org + Ms. + F225806 + L225806 + + Executive Director-Head Start/EHS Director + 225806@hsesinfo.org + Ms. + F225808 + L225808 + + 225808@hsesinfo.org + Ms. + F225804 + L225804 + + 225804@hsesinfo.org + 555-555-5804 x 5555 + + + 11080 + 2202 + 13014 + 200 + 2007 + 2020-03-01 + + EHS + Active + El Valor Corporation + http://www.elvalor.net + 2202@hsesinfo.org + 1850 W 21st St + + Chicago + IL + 60608-2715 + 1850 W 21st St + + Chicago + IL + 60608-2715 + 1850 W 21st St + Annex Building + Chicago + IL + 60608-2715 + Mr. + F225812 + L225812 + + Executive Committee Chair + 225812@hsesinfo.org + Mr. + F225813 + L225813 + + CEO/Executive Director + 225813@hsesinfo.org + Ms. + F225815 + L225815 + + 225815@hsesinfo.org + Ms. + F225811 + L225811 + + 225811@hsesinfo.org + 555-555-5811 + + + 10003 + 2230 + 12073 + 000 + 2014 + 2019-07-01 + + HS + Active + Alameda Family Services + www.alamedafs.org + 2230@hsesinfo.org + 2325 Clement Ave + Ste A + Alameda + CA + 94501-7061 + 2325 Clement Ave + Ste A + Alameda + CA + 94501-7061 + 2325 Clement Ave + Ste A + Alameda + CA + 94501-7061 + Ms. + F218414 + L218414 + + AFS Board President + 218414@hsesinfo.org + Ms. + F218415 + L218415 + + Executive Director + 218415@hsesinfo.org + Ms. + F218417 + L218417 + + 218417@hsesinfo.org + Ms. + F218413 + L218413 + + 218413@hsesinfo.org + 555-555-8413 + + + 10004 + 2746 + 12073 + 200 + 2014 + 2019-07-01 + + EHS + Active + Alameda Family Services + www.alamedafs.org + 2746@hsesinfo.org + 2325 Clement Ave + Ste A + Alameda + CA + 94501-7061 + 2325 Clement Ave + Ste A + Alameda + CA + 94501-7061 + 2325 Clement Ave + Ste A + Alameda + CA + 94501-7061 + Ms. + F218421 + L218421 + + AFS Board President + 218421@hsesinfo.org + Ms. + F218422 + L218422 + + Executive Director + 218422@hsesinfo.org + Ms. + F218424 + L218424 + + 218424@hsesinfo.org + Ms. + F218420 + L218420 + + 218420@hsesinfo.org + 555-555-8420 + + + 6370 + 569 + 9961 + 000 + 1992 + 2015-06-01 + 2020-05-31 + HS + Inactive + Organized Community Action Program, Inc. + www.ocaptroy.com + 569@hsesinfo.org + 507 N 3 Notch St + + Troy + AL + 36081-2120 + 507 N 3 Notch St + + Troy + AL + 36081-2120 + 507 N 3 Notch St + + Troy + AL + 36081-2120 + Mr. + F200260 + L200260 + + Chairperson of the Board of Directors + 200260@hsesinfo.org + Ms. + F200261 + L200261 + + Executive Director + 200261@hsesinfo.org + Ms. + F200263 + L200263 + + 200263@hsesinfo.org + Ms. + F200259 + L200259 + + 200259@hsesinfo.org + 555-555-0259 + + + 5491 + 347 + 9279 + 000 + 2014 + 2014-11-01 + 2020-06-30 + HS + Inactive + Capstone Community Action, Inc. + http://www.capstonevt.org + 347@hsesinfo.org + 20 Gable Pl + + Barre + VT + 05641-4138 + 20 Gable Pl + + Barre + VT + 05641-4138 + 20 Gable Pl + + Barre + VT + 05641-4138 + Mr. + F99174 + L99174 + + President + 99174@hsesinfo.org + Ms. + F99175 + L99175 + + Executive Director + 99175@hsesinfo.org + Mr. + F99176 + L99176 + + 99176@hsesinfo.org + Ms. + F99172 + L99172 + + 99172@hsesinfo.org + 555-555-9172 + + + 5492 + 346 + 9279 + 200 + 2014 + 2014-11-01 + 2020-06-30 + EHS + Inactive + Capstone Community Action, Inc. + http://www.capstonevt.org + 346@hsesinfo.org + 20 Gable Pl + + Barre + VT + 05641-4138 + 20 Gable Pl + + Barre + VT + 05641-4138 + 20 Gable Pl + + Barre + VT + 05641-4138 + Mr. + F99184 + L99184 + + President + 99184@hsesinfo.org + Ms. + F99182 + L99182 + + Executive Director + 99182@hsesinfo.org + Mr. + F99180 + L99180 + + 99180@hsesinfo.org + Ms. + F99179 + L99179 + + 99179@hsesinfo.org + 555-555-9179 + + + 5916 + 3771 + 9542 + 001 + + 2015-03-01 + 2020-06-30 + HS + Inactive + Community Association for Preschool Education, Inc + http://www.capeheadstart.org + 3771@hsesinfo.org + 3037 Independence Dr + Ste A + Livermore + CA + 94551-7672 + 3037 Independence Dr + Ste A + Livermore + CA + 94551-7672 + 3037 Independence Dr + Ste A + Livermore + CA + 94551-7672 + Mr. + F106974 + L106974 + + President + 106974@hsesinfo.org + Ms. + F106972 + L106972 + + Executive Director + 106972@hsesinfo.org + Mrs. + F106973 + L106973 + + 106973@hsesinfo.org + Ms. + F106969 + L106969 + + 106969@hsesinfo.org + 555-555-6969 x 5555 + + + 6434 + 3722 + 10050 + 001 + + 2015-07-01 + 2020-06-30 + HS + Inactive + Easter Seals Southern California, Inc. + + 3722@hsesinfo.org + 1063 McGaw Ave + + Irvine + CA + 92614-5505 + 1063 McGaw Ave + + Irvine + CA + 92614-5505 + 1063 McGaw Ave + + Irvine + CA + 92614-5505 + Mr. + F200708 + L200708 + + + 200708@hsesinfo.org + Mr. + F200709 + L200709 + + + 200709@hsesinfo.org + Ms. + F200711 + L200711 + + 200711@hsesinfo.org + Ms. + F200707 + L200707 + + 200707@hsesinfo.org + 555-555-0707 + + + 11604 + 298 + 13389 + 000 + 1992 + 2020-07-01 + + HS + Active + School District of Philadelphia + http://webgui.phila.k12.pa.us/offices/e/earlychild + 298@hsesinfo.org + 440 N Broad St + + Philadelphia + PA + 19130-4015 + 440 N Broad St + + Philadelphia + PA + 19130-4015 + 440 N Broad St + + Philadelphia + PA + 19130-4015 + Mrs. + F229196 + L229196 + + Board of Education President + 229196@hsesinfo.org + Dr. + F229197 + L229197 + Jr. + Superintendent + 229197@hsesinfo.org + Mr. + F229199 + L229199 + + 229199@hsesinfo.org + Mrs. + F229195 + L229195 + + 229195@hsesinfo.org + 555-555-9195 + + + 6435 + 3718 + 10050 + 201 + 2010 + 2015-07-01 + 2020-06-30 + EHS + Inactive + Easter Seals Southern California, Inc. + www.Southerncal.easterseals.com + 3718@hsesinfo.org + 9480 Utica Ave + Ste 605 + Rancho Cucamonga + CA + 91730-0964 + 9480 Utica Ave + Ste 605 + Rancho Cucamonga + CA + 91730-0964 + 9480 Utica Ave + Ste 605 + Rancho Cucamonga + CA + 91730-0964 + Mr. + F200715 + L200715 + + + 200715@hsesinfo.org + Mr. + F200716 + L200716 + + + 200716@hsesinfo.org + Ms. + F200718 + L200718 + + 200718@hsesinfo.org + Ms. + F200714 + L200714 + + 200714@hsesinfo.org + 555-555-0714 + + + 11081 + 2038 + 13015 + 000 + 1992 + 2020-03-01 + + HS + Active + Lewis County Head Start + lewiscountynyheadstart.com + 2038@hsesinfo.org + 7673 N State St + + Lowville + NY + 13367-1337 + PO Box 206 + + Lowville + NY + 13367-0206 + 7673 N State St + + Lowville + NY + 13367-1337 + Mrs. + F225819 + L225819 + + Chairperson of the Board of Directors + 225819@hsesinfo.org + Mrs. + F225820 + L225820 + + + 225820@hsesinfo.org + Ms. + F225822 + L225822 + + 225822@hsesinfo.org + Mrs. + F225818 + L225818 + + 225818@hsesinfo.org + 555-555-5818 + + + 11082 + 8196 + 13015 + 200 + 2018 + 2020-03-01 + + EHS + Active + Lewis County Head Start + www.lewiscountynyheadstart.com + 8196@hsesinfo.org + 7673 N State St + + Lowville + NY + 13367-1337 + PO Box 206 + + Lowville + NY + 13367-0206 + 7673 N State St + + Lowville + NY + 13367-1337 + Mrs. + F225826 + L225826 + + Chairperson of the Board of Directors + 225826@hsesinfo.org + Mrs. + F225827 + L225827 + + + 225827@hsesinfo.org + Ms. + F225829 + L225829 + + 225829@hsesinfo.org + Mrs. + F225825 + L225825 + + 225825@hsesinfo.org + 555-555-5825 + + + 11083 + 2339 + 13016 + 000 + 2014 + 2020-03-01 + + HS + Active + Regional Economic Community Action Program, Inc + http://www.recap.org + 2339@hsesinfo.org + 40 Smith St + + Middletown + NY + 10940-0886 + 40 Smith St + + Middletown + NY + 10940-3711 + 40 Smith St + + Middletown + NY + 10940-3711 + Mrs. + F225833 + L225833 + + President of the Board + 225833@hsesinfo.org + Mr. + F225834 + L225834 + + Executive Director + 225834@hsesinfo.org + Ms. + F225836 + L225836 + + 225836@hsesinfo.org + Mrs. + F225832 + L225832 + + 225832@hsesinfo.org + 555-555-5832 + + + 11501 + 657 + 13324 + 000 + 1989 + 2020-07-01 + + HS + Active + Bell-Whitley Community Action Agency, Inc. + http://www.bell-whitley.org + 657@hsesinfo.org + 129 N Pine St + + Pineville + KY + 40977-1625 + 129 N Pine St + + Pineville + KY + 40977-1625 + 129 N Pine St + + Pineville + KY + 40977-1625 + Mr. + F228535 + L228535 + + Bell County Judge Executive + 228535@hsesinfo.org + Mr. + F228536 + L228536 + + Executive Director + 228536@hsesinfo.org + Mr. + F228538 + L228538 + + 228538@hsesinfo.org + Mrs. + F228534 + L228534 + + 228534@hsesinfo.org + 555-555-8534 x 5555 + + + 11502 + 656 + 13324 + 200 + 1996 + 2020-07-01 + + EHS + Active + Bell-Whitley Community Action Agency, Inc. + http://www.bell-whitley.org + 656@hsesinfo.org + 129 N Pine St + + Pineville + KY + 40977-1625 + 129 N Pine St + + Pineville + KY + 40977-1625 + 129 N Pine St + + Pineville + KY + 40977-1625 + Mr. + F228542 + L228542 + + Bell County Judge Executive + 228542@hsesinfo.org + Mr. + F228543 + L228543 + + Executive Director + 228543@hsesinfo.org + Mr. + F228545 + L228545 + + 228545@hsesinfo.org + Mrs. + F228541 + L228541 + + 228541@hsesinfo.org + 555-555-8541 x 5555 + + + 11503 + 6580 + 13322 + 000 + + 2020-07-01 + + HS + Active + Easter Seals Metropolitan Chicago, Inc. + + 6580@hsesinfo.org + 1939 W 13th St Ste 300 + + Chicago + IL + 60608-1237 + 1939 W 13th St Ste 300 + + Chicago + IL + 60608-1237 + 1939 W 13th St Ste 300 + + Chicago + IL + 60608-1237 + Mr. + F228549 + L228549 + + Authorizing Official/Board Chair + 228549@hsesinfo.org + Mrs. + F228550 + L228550 + + CEO/President + 228550@hsesinfo.org + Ms. + F228552 + L228552 + + 228552@hsesinfo.org + Mrs. + F228548 + L228548 + + 228548@hsesinfo.org + 555-555-8548 + + + 11504 + 6581 + 13322 + 200 + + 2020-07-01 + + EHS + Active + Easter Seals Metropolitan Chicago, Inc. + + 6581@hsesinfo.org + 1939 W 13th St Ste 300 + + Chicago + IL + 60608-1237 + 1939 W 13th St Ste 300 + + Chicago + IL + 60608-1237 + 1939 W 13th St Ste 300 + + Chicago + IL + 60608-1237 + Mr. + F228556 + L228556 + + Authorizing Official/Board Chair + 228556@hsesinfo.org + Mrs. + F228557 + L228557 + + CEO/President + 228557@hsesinfo.org + Ms. + F228559 + L228559 + + 228559@hsesinfo.org + Mrs. + F228555 + L228555 + + 228555@hsesinfo.org + 555-555-8555 + + + 11506 + 694 + 13323 + 000 + 1989 + 2020-07-01 + + HS + Active + Scott-Carver-Dakota CAP Agency, Inc. + http://www.capagency.org + 694@hsesinfo.org + 712 Canterbury Road South + + Shakopee + MN + 55379-1840 + 712 Canterbury Road South + + Shakopee + MN + 55379-1840 + 712 Canterbury Road South + + Shakopee + MN + 55379-1840 + Ms. + F228570 + L228570 + + Chairperson CAP Board + 228570@hsesinfo.org + Mr. + F228571 + L228571 + + President/CEO + 228571@hsesinfo.org + Mr. + F228573 + L228573 + + 228573@hsesinfo.org + Ms. + F228569 + L228569 + + 228569@hsesinfo.org + 555-555-8569 + + + 11507 + 693 + 13323 + 200 + + 2020-07-01 + + EHS + Active + Scott-Carver-Dakota CAP Agency, Inc. + http://www.capagency.org + 693@hsesinfo.org + 712 Canterbury Road South + + Shakopee + MN + 55379-1840 + 712 Canterbury Road South + + Shakopee + MN + 55379-1840 + 712 Canterbury Road South + + Shakopee + MN + 55379-1840 + Ms. + F228577 + L228577 + + Chairperson CAP Board + 228577@hsesinfo.org + Mr. + F228578 + L228578 + + President/CEO + 228578@hsesinfo.org + Mr. + F228580 + L228580 + + 228580@hsesinfo.org + Ms. + F228576 + L228576 + + 228576@hsesinfo.org + 555-555-8576 + + + 11508 + 1021 + 13325 + 000 + 2014 + 2020-07-01 + + HS + Active + Boulder, County of + http://www.bouldercounty.org/dept/communityservices/pages/bcheadstart.aspx + 1021@hsesinfo.org + 1135 Cimarron Dr + + Lafayette + CO + 80026-3826 + PO Box 471 + + Boulder + CO + 80306-0471 + 1135 Cimarron Dr + + Lafayette + CO + 80026-3826 + Ms. + F228584 + L228584 + + Chair, Boulder County Commissioner + 228584@hsesinfo.org + Ms. + F228585 + L228585 + + Department Head, Community Services, Boulder County + 228585@hsesinfo.org + Mr. + F228587 + L228587 + + 228587@hsesinfo.org + Ms. + F228583 + L228583 + + 228583@hsesinfo.org + 555-555-8583 + + + 11588 + 2843 + 13371 + 200 + 2015 + 2020-07-01 + + EHS + Active + Community Care in Union County, Inc. + + 2843@hsesinfo.org + 302 Harrison Street + + Liberty + IN + 47353 + 302 Harrison Street + + Liberty + IN + 47353 + 302 Harrison Street + + Liberty + IN + 47353 + Ms. + F229084 + L229084 + + Board Chairperson + 229084@hsesinfo.org + Mrs. + F229085 + L229085 + + + 229085@hsesinfo.org + + F229087 + L229087 + + 229087@hsesinfo.org + Mrs. + F229083 + L229083 + + 229083@hsesinfo.org + 555-555-9083 + + + 11589 + 655 + 13379 + 000 + 1992 + 2020-07-01 + + HS + Active + Northeast Michigan Community Service Agency, Inc. + http://www.nemcsa.org + 655@hsesinfo.org + 2375 Gordon Road + + Alpena + MI + 49707-4627 + 2375 Gordon Road + + Alpena + MI + 49707-4627 + 2375 Gordon Road + + Alpena + MI + 49707-4627 + Mr. + F229091 + L229091 + + Board President + 229091@hsesinfo.org + Ms. + F229092 + L229092 + + Executive Director + 229092@hsesinfo.org + Ms. + F229094 + L229094 + + 229094@hsesinfo.org + Mrs. + F229090 + L229090 + + 229090@hsesinfo.org + 555-555-9090 x 5555 + + + 11590 + 654 + 13379 + 200 + 2003 + 2020-07-01 + + EHS + Active + Northeast Michigan Community Service Agency, Inc. + http://www.nemcsa.org + 654@hsesinfo.org + 2375 Gordon Road + + Alpena + MI + 49707-4627 + 2375 Gordon Road + + Alpena + MI + 49707-4627 + 2375 Gordon Rd + + Alpena + MI + 49707-4627 + Mr. + F229098 + L229098 + + Board President + 229098@hsesinfo.org + Ms. + F229099 + L229099 + + Executive Director + 229099@hsesinfo.org + Ms. + F229101 + L229101 + + 229101@hsesinfo.org + Mrs. + F229097 + L229097 + + 229097@hsesinfo.org + 555-555-9097 + + + 11591 + 1521 + 13370 + 000 + 1999 + 2020-07-01 + + HS + Active + Region 14 Education Service Center + http://www.esc14.net + 1521@hsesinfo.org + 1850 State Highway 351 + + Abilene + TX + 79601-4750 + 1850 State Highway 351 + + Abilene + TX + 79601-4750 + 1850 State Highway 351 + + Abilene + TX + 79601-4750 + Dr. + F229105 + L229105 + + Board Chairperson + 229105@hsesinfo.org + Mr. + F229106 + L229106 + + Executive Director + 229106@hsesinfo.org + Mrs. + F229108 + L229108 + + 229108@hsesinfo.org + Mrs. + F229104 + L229104 + + 229104@hsesinfo.org + 555-555-9104 + + + 11592 + 1520 + 13370 + 200 + 2004 + 2020-07-01 + + EHS + Active + Region 14 Education Service Center + http://www.esc14.net + 1520@hsesinfo.org + 1850 State Highway 351 + + Abilene + TX + 79601-4750 + 1850 State Highway 351 + + Abilene + TX + 79601-4750 + 1850 State Highway 351 + + Abilene + TX + 79601-4750 + Dr. + F229112 + L229112 + + Board Chairperson + 229112@hsesinfo.org + Mr. + F229113 + L229113 + + Executive Director + 229113@hsesinfo.org + Ms. + F229115 + L229115 + + 229115@hsesinfo.org + Mrs. + F229111 + L229111 + + 229111@hsesinfo.org + 555-555-9111 + + + 11593 + 719 + 13380 + 000 + 1992 + 2020-07-01 + + HS + Active + NEIGHBORS IN NEED OF SERVICES, INC + http://www.ninosinc.org + 719@hsesinfo.org + 22887 State Highway 345 + + Rio Hondo + TX + 78583 + PO Box 189 + + Rio Hondo + TX + 78583-0189 + 22887 State Highway 345 + + Rio Hondo + TX + 78583 + Mr. + F229119 + L229119 + + Board President + 229119@hsesinfo.org + Ms. + F229120 + L229120 + + + 229120@hsesinfo.org + Ms. + F229122 + L229122 + + 229122@hsesinfo.org + Ms. + F229118 + L229118 + + 229118@hsesinfo.org + 555-555-9118 x 5555 + + + 11594 + 718 + 13380 + 200 + 2004 + 2020-07-01 + + EHS + Active + NEIGHBORS IN NEED OF SERVICES, INC + http://www.ninosinc.org + 718@hsesinfo.org + 22887 State Highway 345 + + Rio Hondo + TX + 78583 + PO Box 189 + + Rio Hondo + TX + 78583-0189 + 22887 State Highway 345 + + Rio Hondo + TX + 78583 + Mr. + F229126 + L229126 + + + 229126@hsesinfo.org + Ms. + F229127 + L229127 + + Executive/Head Start Director + 229127@hsesinfo.org + Ms. + F229129 + L229129 + + 229129@hsesinfo.org + Ms. + F229125 + L229125 + + 229125@hsesinfo.org + 555-555-9125 x 5555 + + + 11607 + 461 + 13388 + 000 + 2014 + 2020-07-01 + + HS + Active + Community Action of Eastern Iowa + www.caeiowa.org + 461@hsesinfo.org + 500 East 59th Street + + Davenport + IA + 52807-2623 + 500 East 59th Street + + Davenport + IA + 52807-2623 + 500 East 59th Street + + Davenport + IA + 52807-2623 + Ms. + F229217 + L229217 + + Governing Board President + 229217@hsesinfo.org + Mr. + F229218 + L229218 + + Executive Director + 229218@hsesinfo.org + Ms. + F229220 + L229220 + + 229220@hsesinfo.org + Ms. + F229216 + L229216 + + 229216@hsesinfo.org + 555-555-9216 x 5555 + + + 11608 + 462 + 13388 + 200 + 2014 + 2020-07-01 + + EHS + Active + Community Action of Eastern Iowa + www.caeiowa.org + 462@hsesinfo.org + Community Action of Eastern Iowa + 500 E. 59th Street + Davenport + IA + 52807-2623 + Community Action of Eastern Iowa + 500 E. 59th Street + Davenport + IA + 52807-2623 + Community Action of Eastern Iowa + 500 E. 59th Street + Davenport + IA + 52807-2623 + Ms. + F229224 + L229224 + + Governing Board President + 229224@hsesinfo.org + Mr. + F229225 + L229225 + + Executive Director + 229225@hsesinfo.org + Ms. + F229227 + L229227 + + 229227@hsesinfo.org + Ms. + F229223 + L229223 + + 229223@hsesinfo.org + 555-555-9223 x 5555 + + + 11610 + 660 + 13393 + 000 + 1992 + 2020-07-01 + + HS + Active + Family & Child Learning Centers of NE WI., Inc. + + 660@hsesinfo.org + 1864 N Stevens St + + Rhinelander + WI + 54501-2161 + 1864 N Stevens St + + Rhinelander + WI + 54501-2161 + 1864 N Stevens St + + Rhinelander + WI + 54501-2161 + Mrs. + F229238 + L229238 + + Board Chairperson + 229238@hsesinfo.org + Mrs. + F229239 + L229239 + + Executive Director + 229239@hsesinfo.org + Ms. + F229241 + L229241 + + 229241@hsesinfo.org + Mrs. + F229237 + L229237 + + 229237@hsesinfo.org + 555-555-9237 x 5555 + + + 11611 + 659 + 13393 + 200 + 2004 + 2020-07-01 + + EHS + Active + Family & Child Learning Centers of NE WI., Inc. + + 659@hsesinfo.org + 1864 N Stevens St + + Rhinelander + WI + 54501-2161 + 1864 N Stevens St + + Rhinelander + WI + 54501-2161 + 1864 N Stevens St + + Rhinelander + WI + 54501-2161 + Mrs. + F229245 + L229245 + + Board Chairperson + 229245@hsesinfo.org + Mrs. + F229246 + L229246 + + Executive Director + 229246@hsesinfo.org + Ms. + F229248 + L229248 + + 229248@hsesinfo.org + Mrs. + F229244 + L229244 + + 229244@hsesinfo.org + 555-555-9244 x 5555 + + + 11612 + 2304 + 13391 + 200 + 2004 + 2020-07-01 + + EHS + Active + A.W.A.R.E., Inc. + http://aware-inc.org/services/early-childhood/ + 2304@hsesinfo.org + 237 E Mercury St + + Butte + MT + 59701-1804 + 3242 Hesper Rd + + Billings + MT + 59102-6731 + 237 E Mercury St + + Butte + MT + 59701-1804 + Mr. + F229252 + L229252 + + + 229252@hsesinfo.org + Mr. + F229253 + L229253 + + + 229253@hsesinfo.org + Ms. + F229255 + L229255 + + 229255@hsesinfo.org + Ms. + F229251 + L229251 + + 229251@hsesinfo.org + 555-555-9251 x 5555 + + + 11613 + 1563 + 13399 + 000 + 2000 + 2020-07-01 + + HS + Active + The City of Lakewood Head Start + http://www.lakewood.org + 1563@hsesinfo.org + 480 S Allison Pkwy + + Lakewood + CO + 80226-3123 + 480 S Allison Pkwy + + Lakewood + CO + 80226-3123 + 480 S Allison Pkwy + + Lakewood + CO + 80226-3123 + Mr. + F229259 + L229259 + + Mayor + 229259@hsesinfo.org + Mr. + F229260 + L229260 + + + 229260@hsesinfo.org + Ms. + F229262 + L229262 + + 229262@hsesinfo.org + Ms. + F229258 + L229258 + + 229258@hsesinfo.org + 555-555-9258 + + + 11614 + 6358 + 13399 + 200 + + 2020-07-01 + + EHS + Active + The City of Lakewood Head Start + http://www.lakewood.org + 6358@hsesinfo.org + 480 S Allison Pkwy + + Lakewood + CO + 80226-3123 + 480 S Allison Pkwy + + Lakewood + CO + 80226-3123 + 480 S Allison Pkwy + + Lakewood + CO + 80226-3123 + Mr. + F229266 + L229266 + + Mayor + 229266@hsesinfo.org + Mr. + F229267 + L229267 + + Executive Director + 229267@hsesinfo.org + Ms. + F229269 + L229269 + + 229269@hsesinfo.org + Ms. + F229265 + L229265 + + 229265@hsesinfo.org + 555-555-9265 + + + 11615 + 2307 + 13402 + 200 + 2004 + 2020-07-01 + + EHS + Active + Catholic Charities of the Archdiocese of Denver + http://www.CCDenver.org + 2307@hsesinfo.org + 4704 Harlan St + Ste 550 + Denver + CO + 80212-7464 + 4704 Harlan St + Ste 550 + Denver + CO + 80212-7464 + 4704 Harlan St + Ste 550 + Denver + CO + 80212-7464 + Mrs. + F229273 + L229273 + + Board Chairman + 229273@hsesinfo.org + Mr. + F229274 + L229274 + + Chief Executive Officer + 229274@hsesinfo.org + + F229276 + L229276 + + 229276@hsesinfo.org + Mr. + F229272 + L229272 + + 229272@hsesinfo.org + 555-555-9272 + + + 11625 + 1352 + 13392 + 000 + 1992 + 2020-07-01 + + HS + Active + INCA COMMUNITY SERVICES, INC + www.incacaa.org + 1352@hsesinfo.org + 202 S Capital Ave + + Tishomingo + OK + 73460-1605 + PO Box 68 + + Tishomingo + OK + 73460-0068 + 202 S Capital Ave + + Tishomingo + OK + 73460-1605 + Mrs. + F229343 + L229343 + + Chairperson + 229343@hsesinfo.org + Mrs. + F229344 + L229344 + + Executive Director + 229344@hsesinfo.org + Ms. + F229346 + L229346 + + 229346@hsesinfo.org + Ms. + F229342 + L229342 + + 229342@hsesinfo.org + 555-555-9342 x 5555 + + + 11626 + 8456 + 13392 + 200 + 2018 + 2020-07-01 + + EHS + Active + INCA COMMUNITY SERVICES, INC + www.incacaa.org + 8456@hsesinfo.org + 202 S Capital Ave + + Tishomingo + OK + 73460-1605 + PO Box 68 + + Tishomingo + OK + 73460-0068 + 202 S Capital Ave + + Tishomingo + OK + 73460-1605 + Mrs. + F229350 + L229350 + + Chairperson + 229350@hsesinfo.org + Mrs. + F229351 + L229351 + + Executive Director + 229351@hsesinfo.org + Ms. + F229353 + L229353 + + 229353@hsesinfo.org + Ms. + F229349 + L229349 + + 229349@hsesinfo.org + 555-555-9349 x 5555 + + + 11627 + 995 + 13401 + 000 + 1992 + 2020-07-01 + + HS + Active + MID-SIOUX OPPORTUNITY, INC + http://www.midsioux.org + 995@hsesinfo.org + 418 S Marion Street + + Remsen + IA + 51050-0000 + 418 S Marion Street + + Remsen + IA + 51050-0000 + 418 S Marion Street + + Remsen + IA + 51050-0000 + Mr. + F229357 + L229357 + + Chairman of Board + 229357@hsesinfo.org + Mr. + F229358 + L229358 + + Executive Director + 229358@hsesinfo.org + Mrs. + F229360 + L229360 + + 229360@hsesinfo.org + Ms. + F229356 + L229356 + + 229356@hsesinfo.org + 555-555-9356 + + + 11628 + 996 + 13401 + 200 + 2003 + 2020-07-01 + + EHS + Active + MID-SIOUX OPPORTUNITY, INC + http://www.midsioux.org + 996@hsesinfo.org + Early Head Start Program + 418 S. Marion Street + Remsen + IA + 51050-0000 + Early Head Start Program + 418 S. Marion Street + Remsen + IA + 51050-0000 + Early Head Start Program + 418 S. Marion Street + Remsen + IA + 51050-0000 + Mr. + F229364 + L229364 + + + 229364@hsesinfo.org + Mr. + F229365 + L229365 + + Executive Director + 229365@hsesinfo.org + Mrs. + F229367 + L229367 + + 229367@hsesinfo.org + Ms. + F229363 + L229363 + + 229363@hsesinfo.org + 555-555-9363 + + + 11629 + 2394 + 13398 + 000 + 1992 + 2020-07-01 + + HS + Active + Community Action Partnership of Greater St. Joseph + http://www.endpov.com + 2394@hsesinfo.org + 817 Monterey St + + Saint Joseph + MO + 64503-3611 + 817 Monterey St + + Saint Joseph + MO + 64503-3611 + 817 Monterey St + + Saint Joseph + MO + 64503-3611 + Mrs. + F229371 + L229371 + + President of Board of Director's + 229371@hsesinfo.org + Ms. + F229372 + L229372 + + Executive Director + 229372@hsesinfo.org + Ms. + F229374 + L229374 + + 229374@hsesinfo.org + Mr. + F229370 + L229370 + + 229370@hsesinfo.org + 555-555-9370 x 5555 + + + 11630 + 2395 + 13398 + 200 + 2003 + 2020-07-01 + + EHS + Active + Community Action Partnership of Greater St. Joseph + http://www.endpov.com + 2395@hsesinfo.org + 817 Monterey St + + Saint Joseph + MO + 64503-3611 + 817 Monterey St + + Saint Joseph + MO + 64503-3611 + 817 Monterey St + + Saint Joseph + MO + 64503-3611 + Mr. + F229378 + L229378 + + President of Board of Director's + 229378@hsesinfo.org + Ms. + F229379 + L229379 + + Executive Director + 229379@hsesinfo.org + Ms. + F229381 + L229381 + + 229381@hsesinfo.org + Ms. + F229377 + L229377 + + 229377@hsesinfo.org + 555-555-9377 + + + 11631 + 1956 + 13406 + 000 + 1996 + 2020-07-01 + + HS + Active + Cypress Hills Child Care Corporation + http://www.cypresshillschildcare.org + 1956@hsesinfo.org + 3295 Fulton St Ste A + + Brooklyn + NY + 11208-2037 + 3295 Fulton St Ste A + + Brooklyn + NY + 11208-2037 + 3295 Fulton St Ste A + + Brooklyn + NY + 11208-2037 + Ms. + F229385 + L229385 + + + 229385@hsesinfo.org + Ms. + F229386 + L229386 + + + 229386@hsesinfo.org + Ms. + F229388 + L229388 + + 229388@hsesinfo.org + Ms. + F229384 + L229384 + + 229384@hsesinfo.org + 555-555-9384 x 5555 + + + 6516 + 617 + 10136 + 200 + 1992 + 2015-07-01 + 2020-06-30 + EHS + Inactive + Mississippi Action for Progress, Inc. + http://www.mapheadstart.org + 617@hsesinfo.org + 1751 Morson Rd + + Jackson + MS + 39209-6546 + 1751 Morson Rd + + Jackson + MS + 39209-6546 + 1751 Morson Rd + + Jackson + MS + 39209-6546 + Mr. + F201282 + L201282 + + Governing Board Chairperson + 201282@hsesinfo.org + Dr. + F201283 + L201283 + + CEO/Head Start Director + 201283@hsesinfo.org + Mr. + F201285 + L201285 + + 201285@hsesinfo.org + Dr. + F201281 + L201281 + + 201281@hsesinfo.org + 555-555-1281 x 5555 + + + 11632 + 1375 + 13410 + 000 + 1989 + 2020-07-01 + + HS + Active + West Las Vegas Head Start / Early Head Start + www.wlvheadstart.com + 1375@hsesinfo.org + 1725 New Mexico Ave + + Las Vegas + NM + 87701-3710 + 179 Bridge St + + Las Vegas + NM + 87701-3495 + 179 Bridge St + + Las Vegas + NM + 87701-3495 + Mr. + F229392 + L229392 + + Board Chair + 229392@hsesinfo.org + Mr. + F229393 + L229393 + + Superintendent + 229393@hsesinfo.org + Mrs. + F229395 + L229395 + + 229395@hsesinfo.org + Mr. + F229391 + L229391 + + 229391@hsesinfo.org + 555-555-9391 + + + 11633 + 6598 + 13410 + 200 + + 2020-07-01 + + EHS + Active + West Las Vegas Early Head Start + www.wlvheadstart.com + 6598@hsesinfo.org + 1725 New Mexico Ave + + Las Vegas + NM + 87701-3710 + 179 Bridge St + + Las Vegas + NM + 87701-3495 + 179 Bridge St + + Las Vegas + NM + 87701-3495 + Mr. + F229399 + L229399 + + Board President + 229399@hsesinfo.org + Mr. + F229400 + L229400 + + Superintendent + 229400@hsesinfo.org + Mrs. + F229402 + L229402 + + 229402@hsesinfo.org + Mr. + F229398 + L229398 + + 229398@hsesinfo.org + 555-555-9398 + + + 11634 + 2390 + 13408 + 000 + 2004 + 2020-07-01 + + HS + Active + Calcasieu Parish School System + http://www.cpsb.org + 2390@hsesinfo.org + 3310 Broad St + 1618 Mill St. + Lake Charles + LA + 70615-3808 + 3310 Broad St + 1618 Mill St. + Lake Charles + LA + 70615-3808 + 3310 Broad St + 1618 Mill St. + Lake Charles + LA + 70615-3808 + Mr. + F229406 + L229406 + + + 229406@hsesinfo.org + Mr. + F229407 + L229407 + + + 229407@hsesinfo.org + Mr. + F229409 + L229409 + + 229409@hsesinfo.org + Dr. + F229405 + L229405 + + 229405@hsesinfo.org + 555-555-9405 x 5555 + + + 11635 + 6625 + 13405 + 000 + + 2020-07-01 + + HS + Active + St.James Parish School Board + www.stjames.k12.la.us + 6625@hsesinfo.org + 1876 W Main St + + Lutcher + LA + 70071-5120 + PO Box 338 + + Lutcher + LA + 70071-0338 + 1876 W Main St + + Lutcher + LA + 70071-5120 + Mr. + F229413 + L229413 + + School Board President + 229413@hsesinfo.org + Ms. + F229414 + L229414 + + + 229414@hsesinfo.org + Mr. + F229416 + L229416 + + 229416@hsesinfo.org + Ms. + F229412 + L229412 + + 229412@hsesinfo.org + 555-555-9412 + + + 11636 + 1308 + 13407 + 000 + 1992 + 2020-07-01 + + HS + Active + Little People's Head Start + www.lphsely.org + 1308@hsesinfo.org + 435 S 13th St + + Ely + NV + 89301-2215 + 435 S 13th St + + Ely + NV + 89301-2215 + 435 S 13th St + + Ely + NV + 89301-2215 + Mrs. + F229420 + L229420 + + Chair, Board of Directors + 229420@hsesinfo.org + Mrs. + F229421 + L229421 + + Program Director + 229421@hsesinfo.org + Miss + F229423 + L229423 + + 229423@hsesinfo.org + Mrs. + F229419 + L229419 + + 229419@hsesinfo.org + 555-555-9419 + + + 11637 + 1307 + 13407 + 200 + 2002 + 2020-07-01 + + EHS + Active + Little People's Head Start + www.lphsely.org + 1307@hsesinfo.org + 435 S 13th St + + Ely + NV + 89301-2215 + 435 S 13th St + + Ely + NV + 89301-2215 + 435 S 13th St + + Ely + NV + 89301-2215 + Mrs. + F229427 + L229427 + + Chair, Board of Directors + 229427@hsesinfo.org + Mrs. + F229428 + L229428 + + Program Director + 229428@hsesinfo.org + Miss + F229430 + L229430 + + 229430@hsesinfo.org + Mrs. + F229426 + L229426 + + 229426@hsesinfo.org + 555-555-9426 + + + 11638 + 1560 + 13411 + 000 + 2000 + 2020-07-01 + + HS + Active + Child & Family Service + http://www.childandfamilyservice.org + 1560@hsesinfo.org + 2970 Kele St Ste 203 + + Lihue + HI + 96766-1803 + 2970 Kele St Ste 203 + + Lihue + HI + 96766-1803 + 2970 Kele St Ste 203 + + Lihue + HI + 96766-1803 + Mr. + F229434 + L229434 + + CFS Board of Driectors Chairperson + 229434@hsesinfo.org + Ms. + F229435 + L229435 + + President & Chief Executive Officer + 229435@hsesinfo.org + Mr. + F229437 + L229437 + + 229437@hsesinfo.org + Ms. + F229433 + L229433 + + 229433@hsesinfo.org + 555-555-9433 + + + 11639 + 6347 + 13411 + 200 + + 2020-07-01 + + EHS + Active + CHILD AND FAMILY SERVICE + http://www.childandfamilyservice.org + 6347@hsesinfo.org + 2970 Kele St Ste 203 + + Lihue + HI + 96766-1803 + 2970 Kele St Ste 203 + + Lihue + HI + 96766-1803 + 2970 Kele St Ste 203 + + Lihue + HI + 96766-1803 + Mr. + F229441 + L229441 + + CFS Board of Driectors Chairperson + 229441@hsesinfo.org + Ms. + F229442 + L229442 + + President & Chief Executive Officer + 229442@hsesinfo.org + Mr. + F229444 + L229444 + + 229444@hsesinfo.org + Ms. + F229440 + L229440 + + 229440@hsesinfo.org + 555-555-9440 + + + 11619 + 439 + 13396 + 200 + 2014 + 2020-07-01 + + EHS + Active + Suwannee Valley Community Coordinated Child Care, Inc + http://www.sv4cs.org + 439@hsesinfo.org + 236 SW Columbia Avenue + + Lake City + FL + 32025-7036 + P.O. Box 2637 + + Lake City + FL + 32056-2637 + 236 SW Columbia Avenue + + Lake City + FL + 32025-7036 + Ms. + F229301 + L229301 + + Board Chairperson + 229301@hsesinfo.org + Mrs. + F229302 + L229302 + + + 229302@hsesinfo.org + Ms. + F229304 + L229304 + + 229304@hsesinfo.org + Mrs. + F229300 + L229300 + + 229300@hsesinfo.org + 555-555-9300 + + + 11640 + 2365 + 13416 + 000 + 2014 + 2020-07-01 + + HS + Active + Family Enrichment Network + http://www.familyenrichment.org + 2365@hsesinfo.org + 24 Cherry St + + Johnson City + NY + 13790-2615 + 24 Cherry St + + Johnson City + NY + 13790-2615 + 24 Cherry St + + Johnson City + NY + 13790-2615 + Ms. + F229448 + L229448 + + Governing Board Chairperson + 229448@hsesinfo.org + Mr. + F229449 + L229449 + + Executive Director + 229449@hsesinfo.org + Ms. + F229451 + L229451 + + 229451@hsesinfo.org + Mrs. + F229447 + L229447 + + 229447@hsesinfo.org + 555-555-9447 x 5555 + + + 11641 + 2848 + 13416 + 200 + 2014 + 2020-07-01 + + EHS + Active + Family Enrichment Network + familyenrichment.org + 2848@hsesinfo.org + 24 Cherry St + + Johnson City + NY + 13790-2615 + 24 Cherry St + + Johnson City + NY + 13790-2615 + 24 Cherry St + + Johnson City + NY + 13790-2615 + Ms. + F229455 + L229455 + + Governing Board Chairperson + 229455@hsesinfo.org + Mr. + F229456 + L229456 + + Executive Director + 229456@hsesinfo.org + Ms. + F229458 + L229458 + + 229458@hsesinfo.org + Mrs. + F229454 + L229454 + + 229454@hsesinfo.org + 555-555-9454 x 5555 + + + 11648 + 786 + 13412 + 000 + 1994 + 2020-07-01 + + HS + Active + West Feliciana Parish School Board + http://www.wfpsb.org + 786@hsesinfo.org + 9794 Bains Rd + + Saint Francisville + LA + 70775-4628 + 9794 Bains Rd + + Saint Francisville + LA + 70775-4628 + 9794 Bains Rd + + Saint Francisville + LA + 70775-4628 + Mr. + F229504 + L229504 + + Board Chair + 229504@hsesinfo.org + Mr. + F229505 + L229505 + + EHS-HS Executive Director/FSC Supervisor + 229505@hsesinfo.org + Ms. + F229507 + L229507 + + 229507@hsesinfo.org + Ms. + F229503 + L229503 + + 229503@hsesinfo.org + 555-555-9503 + + + 11649 + 787 + 13412 + 200 + 2003 + 2020-07-01 + + EHS + Active + West Feliciana Parish School Board + http://www.wfpsb.org + 787@hsesinfo.org + 9794 Bains Rd + + Saint Francisville + LA + 70775-4628 + 9794 Bains Rd + + Saint Francisville + LA + 70775-4628 + 9794 Bains Rd + + Saint Francisville + LA + 70775-4628 + Mr. + F229511 + L229511 + + Board Chair + 229511@hsesinfo.org + Mr. + F229512 + L229512 + + EHS-HS Executive Director/FSC Supervisor + 229512@hsesinfo.org + Ms. + F229514 + L229514 + + 229514@hsesinfo.org + Miss + F229510 + L229510 + + 229510@hsesinfo.org + 555-555-9510 + + + 11650 + 443 + 13414 + 000 + 2014 + 2020-07-01 + + HS + Active + COMMUNITY ACTION INC + http://www.wefightpoverty.org + 443@hsesinfo.org + 455 SE Golf Park Blvd + + Topeka + KS + 66605-2862 + PO Box 5256 + + Topeka + KS + 66605-0256 + 455 SE Golf Park Blvd + + Topeka + KS + 66605-2862 + Mr. + F229518 + L229518 + N/A + Board President + 229518@hsesinfo.org + Ms. + F229519 + L229519 + N/A + Executive Director + 229519@hsesinfo.org + Mrs. + F229521 + L229521 + N/A + 229521@hsesinfo.org + Ms. + F229517 + L229517 + N/A + 229517@hsesinfo.org + 555-555-9517 + + + 11651 + 444 + 13414 + 200 + 2014 + 2020-07-01 + + EHS + Active + COMMUNITY ACTION INC + http://www.wefightpoverty.org + 444@hsesinfo.org + 455 SE Golf Park Blvd + + Topeka + KS + 66605-2862 + PO Box 5256 + + Topeka + KS + 66605-0256 + 455 SE Golf Park Blvd + + Topeka + KS + 66605-2862 + Mr. + F229525 + L229525 + N/A + Board President + 229525@hsesinfo.org + Ms. + F229526 + L229526 + N/A + Executive Director + 229526@hsesinfo.org + Mrs. + F229528 + L229528 + N/A + 229528@hsesinfo.org + Ms. + F229524 + L229524 + N/A + 229524@hsesinfo.org + 555-555-9524 + + + 11601 + 9474 + 13386 + 200 + 2020 + 2020-07-01 + + EHS + Active + Presbyterian Homes & Family Services, Inc., DBA HumanKind + humankind.org + 9474@hsesinfo.org + 150 Linden Ave + + Lynchburg + VA + 24503-2010 + 150 Linden Ave + + Lynchburg + VA + 24503-2010 + 150 Linden Ave + + Lynchburg + VA + 24503-2010 + Dr. + F229175 + L229175 + Jr. + Board Chair + 229175@hsesinfo.org + Mr. + F229176 + L229176 + + + 229176@hsesinfo.org + + F229178 + L229178 + + 229178@hsesinfo.org + Mrs. + F229174 + L229174 + + 229174@hsesinfo.org + 555-555-9174 + + + 11642 + 9499 + 13409 + 000 + 2020 + 2020-07-01 + + HS + Active + Educare DC + www.educaredc.org + 9499@hsesinfo.org + 640 Anacostia Ave NE + + Washington + DC + 20019-1509 + 640 Anacostia Ave NE + + Washington + DC + 20019-1509 + 640 Anacostia Ave NE + + Washington + DC + 20019-1509 + Ms. + F229462 + L229462 + Phd + Board Chair + 229462@hsesinfo.org + Mrs. + F229463 + L229463 + + Executive Director + 229463@hsesinfo.org + Ms. + F229465 + L229465 + + 229465@hsesinfo.org + Mr. + F229461 + L229461 + + 229461@hsesinfo.org + 555-555-9461 + + + 11643 + 9500 + 13409 + 200 + 2020 + 2020-07-01 + + EHS + Active + Educare DC + www.educaredc.org + 9500@hsesinfo.org + 640 Anacostia Ave NE + + Washington + DC + 20019-1509 + 640 Anacostia Ave NE + + Washington + DC + 20019-1509 + 640 Anacostia Ave NE + + Washington + DC + 20019-1509 + Ms. + F229469 + L229469 + Phd + Board Chair + 229469@hsesinfo.org + Mrs. + F229470 + L229470 + + Executive Director + 229470@hsesinfo.org + Ms. + F229472 + L229472 + + 229472@hsesinfo.org + Mr. + F229468 + L229468 + + 229468@hsesinfo.org + 555-555-9468 + + + 11644 + 312 + 13418 + 000 + 2014 + 2020-07-01 + + HS + Active + Eastern Shore AAA/CAA + www.esaaa-caa.org + 312@hsesinfo.org + 5432 Bayside Rd + + Exmore + VA + 23350-3936 + 5432 Bayside Road + + Exmore + VA + 23350-0415 + 5432 Bayside Rd + + Exmore + VA + 23350-3936 + Ms. + F229476 + L229476 + + Board Chairperson + 229476@hsesinfo.org + Ms. + F229477 + L229477 + + CEO + 229477@hsesinfo.org + Mrs. + F229479 + L229479 + + 229479@hsesinfo.org + Ms. + F229475 + L229475 + + 229475@hsesinfo.org + 555-555-9475 x 5555 + + + 11426 + 9350 + 13263 + 200 + 2020 + 2020-07-01 + + EHS + Active + Lutheran Social Services of the South, Inc. dba Upbring + www.upbring.org + 9350@hsesinfo.org + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + Mr. + F228024 + L228024 + + + 228024@hsesinfo.org + Dr. + F228025 + L228025 + + VP of Education + 228025@hsesinfo.org + Mrs. + F228027 + L228027 + + 228027@hsesinfo.org + Mr. + F228023 + L228023 + + 228023@hsesinfo.org + 555-555-8023 + + + 8076 + 1550 + 10587 + 000 + 2000 + 2016-07-01 + + HS + Active + USD 470, Cowley County Head Start + http://www.usd470.com + 1550@hsesinfo.org + 1201 N 10th St + + Arkansas City + KS + 67005-1950 + 2545 Greenway Rd + + Arkansas City + KS + 67005-3890 + 2545 Greenway Rd + + Arkansas City + KS + 67005-3890 + Mr. + F205717 + L205717 + + USD 470 Board of Education President + 205717@hsesinfo.org + Mr. + F205718 + L205718 + + + 205718@hsesinfo.org + Ms. + F205720 + L205720 + + 205720@hsesinfo.org + Mrs. + F205716 + L205716 + + 205716@hsesinfo.org + 555-555-5716 + + + 11443 + 9361 + 13279 + 200 + 2020 + 2020-07-01 + + EHS + Active + Urban Strategies LLC + www.urbanstrategies.us + 9361@hsesinfo.org + 2341 9th St S + + Arlington + VA + 22204-2359 + 2341 9th St S + + Arlington + VA + 22204-2359 + 2341 9th St S + + Arlington + VA + 22204-2359 + Ms. + F228141 + L228141 + + Board Chair + 228141@hsesinfo.org + Mrs. + F228142 + L228142 + + President + 228142@hsesinfo.org + Ms. + F228144 + L228144 + + 228144@hsesinfo.org + Ms. + F228140 + L228140 + PhD + 228140@hsesinfo.org + 555-555-8140 + + + 8027 + 1165 + 10532 + 000 + 1992 + 2016-03-01 + + AIAN HS + Active + Port Gamble S'Klallam Tribe + http://www.pgst.nsn.us + 1165@hsesinfo.org + 32028 Little Boston Rd NE + + Kingston + WA + 98346-9734 + 31912 Little Boston Road, NE + + Kingston + WA + 98346-9700 + 31912 Little Boston Rd NE + + Kingston + WA + 98346-9700 + Hon. + F205391 + L205391 + + + 205391@hsesinfo.org + Ms. + F205392 + L205392 + + + 205392@hsesinfo.org + Mr. + F205394 + L205394 + + 205394@hsesinfo.org + Ms. + F205390 + L205390 + + 205390@hsesinfo.org + 555-555-5390 + + + 8028 + 1164 + 10532 + 200 + 1992 + 2016-03-01 + + AIAN EHS + Active + Port Gamble S'Klallam Tribe + http://www.pgst.nsn.us + 1164@hsesinfo.org + 32028 Little Boston Rd NE + + Kingston + WA + 98346-9734 + 31912 Little Boston Road, NE + + Kingston + WA + 98346-9700 + 31912 Little Boston Road, NE + + Kingston + WA + 98346-9700 + Hon. + F205398 + L205398 + + Tribal Council Chairman + 205398@hsesinfo.org + Ms. + F205399 + L205399 + + + 205399@hsesinfo.org + Mr. + F205401 + L205401 + + 205401@hsesinfo.org + Ms. + F205397 + L205397 + + 205397@hsesinfo.org + 555-555-5397 + + + 11441 + 1885 + 13275 + 000 + 1998 + 2020-07-01 + + HS + Active + AVANCE - Houston, Inc. + www.avancehouston.org + 1885@hsesinfo.org + 4281 Dacoma St + + Houston + TX + 77092-8607 + 4281 Dacoma St + + Houston + TX + 77092-8607 + 4281 Dacoma St + + Houston + TX + 77092-8607 + Mr. + F228127 + L228127 + + Board Chairperson + 228127@hsesinfo.org + Ms. + F228128 + L228128 + + Executive Director + 228128@hsesinfo.org + Mr. + F228130 + L228130 + + 228130@hsesinfo.org + Mrs. + F228126 + L228126 + Ed.D + 228126@hsesinfo.org + 555-555-8126 x 5555 + + + 11439 + 1887 + 13278 + 000 + 2015 + 2020-07-01 + + HS + Active + Harris County Department of Education + http://www.hcde-texas.org + 1887@hsesinfo.org + 6300 Irvington Blvd + Ste 406 + Houston + TX + 77022-5618 + 6300 Irvington Blvd + Ste 406 + Houston + TX + 77022-5618 + 6300 Irvington Blvd + Ste 406 + Houston + TX + 77022-5618 + Mr. + F228113 + L228113 + + Board President + 228113@hsesinfo.org + Mr. + F228114 + L228114 + + County School Superintendent + 228114@hsesinfo.org + Ms. + F228116 + L228116 + + 228116@hsesinfo.org + Ms. + F228112 + L228112 + + 228112@hsesinfo.org + 555-555-8112 + + + 11671 + 210 + 13459 + 000 + 1992 + 2020-07-01 + + HS + Active + Worcester Community Action Council, Inc. + http://www.wcac.net + 210@hsesinfo.org + 484 Main St + + Worcester + MA + 01608-1893 + 484 Main St + + Worcester + MA + 01608-1893 + 484 Main St + + Worcester + MA + 01608-1893 + Ms. + F229662 + L229662 + + Board Chair + 229662@hsesinfo.org + Ms. + F229663 + L229663 + + Executive Director + 229663@hsesinfo.org + Ms. + F229665 + L229665 + + 229665@hsesinfo.org + Mrs. + F229661 + L229661 + + 229661@hsesinfo.org + 555-555-9661 x 5555 + + + 11345 + 9308 + 13219 + 200 + 2020 + 2020-06-01 + + EHS + Active + Lutheran Social Services of the South, Inc. dba Upbring + www.upbring.org + 9308@hsesinfo.org + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + 8305 Cross Park Dr + + Austin + TX + 78754-5154 + Mr. + F227483 + L227483 + + + 227483@hsesinfo.org + Dr. + F227484 + L227484 + + VP of Education + 227484@hsesinfo.org + Mrs. + F227486 + L227486 + + 227486@hsesinfo.org + Mr. + F227482 + L227482 + + 227482@hsesinfo.org + 555-555-7482 + + + 11662 + 641 + 13426 + 000 + 1992 + 2020-07-01 + + HS + Active + Clayton County Community Services Authority, Inc + http://www.claytoncountycsa.org + 641@hsesinfo.org + 1000 Main Street + + Forest Park + GA + 30298-1808 + 1000 Main Street + P.O. Box 1808 + Forest Park + GA + 30298-1808 + 1000 Main Street + P.O. Box 1808 + Forest Park + GA + 30298-1808 + Mr. + F229600 + L229600 + + Board Chair + 229600@hsesinfo.org + Dr. + F229601 + L229601 + + Executive Director + 229601@hsesinfo.org + Ms. + F229603 + L229603 + + 229603@hsesinfo.org + Mrs. + F229599 + L229599 + + 229599@hsesinfo.org + 555-555-9599 x 5555 + + + 11663 + 590 + 13430 + 000 + 1992 + 2020-07-01 + + HS + Active + Capital Area Community Action Agency, Inc. + http://capitalareacommunityactionagency.com/ + 590@hsesinfo.org + 309 Office Plz + + Tallahassee + FL + 32301-2729 + 309 Office Plz + + Tallahassee + FL + 32301-2729 + 309 Office Plz + + Tallahassee + FL + 32301-2729 + Mr. + F229607 + L229607 + + Board Chairman + 229607@hsesinfo.org + Mr. + F229608 + L229608 + Esq. + Chief Executive Officer + 229608@hsesinfo.org + Ms. + F229610 + L229610 + + 229610@hsesinfo.org + Mr. + F229606 + L229606 + + 229606@hsesinfo.org + 555-555-9606 x 5555 + + + 11664 + 1548 + 13427 + 000 + 1999 + 2020-07-01 + + HS + Active + SHELTERING ARMS (THE) + http://www.shelteringarmsforkids.com + 1548@hsesinfo.org + 385 Centennial Olympic Park Drive, NW + + Atlanta + GA + 30313-1956 + 385 Centennial Olympic Park Drive, NW + + Atlanta + GA + 30313-1956 + 385 Centennial Olympic Park Drive, NW + + Atlanta + GA + 30313-1956 + Mrs. + F229614 + L229614 + + Board of Director, Chair + 229614@hsesinfo.org + Ms. + F229615 + L229615 + + President and CEO + 229615@hsesinfo.org + Ms. + F229617 + L229617 + + 229617@hsesinfo.org + Mr. + F229613 + L229613 + + 229613@hsesinfo.org + 555-555-9613 + + + 11665 + 1549 + 13427 + 200 + 2014 + 2020-07-01 + + EHS + Active + SHELTERING ARMS (THE) + http://www.shelteringarmsforkids.com + 1549@hsesinfo.org + 385 Centennial Olympic Park Drive, NW + + Atlanta + GA + 30313-1927 + 385 Centennial Olympic Park Drive, NW + + Atlanta + GA + 30313-1927 + 385 Centennial Olympic Park Drive, NW + + Atlanta + GA + 30313-1927 + Mrs. + F229621 + L229621 + + Board of Directors, Chair + 229621@hsesinfo.org + Ms. + F229622 + L229622 + + President and CEO + 229622@hsesinfo.org + Ms. + F229624 + L229624 + + 229624@hsesinfo.org + Mr. + F229620 + L229620 + + 229620@hsesinfo.org + 555-555-9620 + + + 11668 + 541 + 13429 + 000 + 2015 + 2020-07-01 + + HS + Active + LOWCOUNTRY COMMUNITY ACTION AGENCY + www.lowcountrycaa.org + 541@hsesinfo.org + 1605 Jefferies Hwy + Post Office Box 1726 + Walterboro + SC + 29488-2980 + Post Office Box 1726 + + Walterboro + SC + 29488-0017 + 1605 Jefferies Hwy + Ste 101 + Walterboro + SC + 29488-2980 + Ms. + F229642 + L229642 + + Board Chairperson + 229642@hsesinfo.org + Ms. + F229643 + L229643 + + Executive Director + 229643@hsesinfo.org + Mr. + F229645 + L229645 + + 229645@hsesinfo.org + Mrs. + F229641 + L229641 + + 229641@hsesinfo.org + 555-555-9641 x 5555 + + + 11669 + 6900 + 13429 + 200 + + 2020-07-01 + + EHS + Active + LOWCOUNTRY COMMUNITY ACTION AGENCY + www.lowcountrycaa.org + 6900@hsesinfo.org + 1605 Jefferies Hwy + Ste 101 + Walterboro + SC + 29488-2980 + 1605 Jefferies Hwy + Ste 101 + Walterboro + SC + 29488-2980 + 1605 Jefferies Hwy + Ste 101 + Walterboro + SC + 29488-2980 + Ms. + F229649 + L229649 + + Board Chairman + 229649@hsesinfo.org + Ms. + F229650 + L229650 + + Executive Director + 229650@hsesinfo.org + Mr. + F229652 + L229652 + + 229652@hsesinfo.org + Mrs. + F229648 + L229648 + + 229648@hsesinfo.org + 555-555-9648 x 5555 + + + 11581 + 1941 + 13375 + 000 + 1992 + 2020-07-01 + + HS + Active + Ross County Community Action Commission, Inc. + http://www.rossccac.org + 1941@hsesinfo.org + 250 N Woodbridge Ave + + Chillicothe + OH + 45601-2245 + 250 N Woodbridge Ave + + Chillicothe + OH + 45601-2245 + 250 N Woodbridge Ave + + Chillicothe + OH + 45601-2245 + Mr. + F229035 + L229035 + + Governing Board President + 229035@hsesinfo.org + Ms. + F229036 + L229036 + + Executive Direcetor + 229036@hsesinfo.org + Ms. + F229038 + L229038 + + 229038@hsesinfo.org + Ms. + F229034 + L229034 + + 229034@hsesinfo.org + 555-555-9034 x 5555 + + + 9170 + 408 + 11468 + 000 + 1991 + 2018-11-01 + + HS + Active + Community Action Agency of South Central Michigan + http://www.caascm.org + 408@hsesinfo.org + 175 Main St + + Battle Creek + MI + 49014-4153 + 175 Main St + + Battle Creek + MI + 49014-4153 + 175 Main St + + Battle Creek + MI + 49014-4153 + Mrs. + F212726 + L212726 + + Board Chair + 212726@hsesinfo.org + Mrs. + F212727 + L212727 + CEO + CEO + 212727@hsesinfo.org + Mrs. + F212729 + L212729 + + 212729@hsesinfo.org + Ms. + F212725 + L212725 + + 212725@hsesinfo.org + 555-555-2725 + + + 9171 + 409 + 11468 + 200 + 2000 + 2018-11-01 + + EHS + Active + Community Action Agency of South Central Michigan + http://www.caascm.org + 409@hsesinfo.org + 175 Main St + + Battle Creek + MI + 49014-4153 + 175 Main St + + Battle Creek + MI + 49014-4153 + 175 Main St + + Battle Creek + MI + 49014-4153 + Mrs. + F212733 + L212733 + + + 212733@hsesinfo.org + Mrs. + F212734 + L212734 + CEO + + 212734@hsesinfo.org + Mrs. + F212736 + L212736 + + 212736@hsesinfo.org + Ms. + F212732 + L212732 + + 212732@hsesinfo.org + 555-555-2732 + + + 11468 + 260 + 13299 + 000 + 2014 + 2020-07-01 + + HS + Active + East Orange Child Development Corporation + + 260@hsesinfo.org + 682 Park Ave + + East Orange + NJ + 07017-1503 + 682 Park Ave + + East Orange + NJ + 07017-1503 + 682 Park Ave + + East Orange + NJ + 07017-1503 + Mr. + F228302 + L228302 + + Board Chairman + 228302@hsesinfo.org + Mrs. + F228303 + L228303 + + CEO/Executive Director + 228303@hsesinfo.org + Ms. + F228305 + L228305 + + 228305@hsesinfo.org + Mrs. + F228301 + L228301 + + 228301@hsesinfo.org + + + + 11597 + 8644 + 13372 + 000 + 2018 + 2020-07-01 + + AIAN HS + Active + Hualapai Head Start + hualapai-nsn.gov + 8644@hsesinfo.org + 479 Hualapai Way + + Peach Springs + AZ + 86434 + PO Box 179 + + Peach Springs + AZ + 86434-0179 + 941 Hualpai Way + + Peach Springs + AZ + 86434 + Dr. + F229147 + L229147 + + Honorable Tribal Chairman + 229147@hsesinfo.org + Mr. + F229148 + L229148 + + Honorable Tribal Vice Chairman + 229148@hsesinfo.org + + F229150 + L229150 + + 229150@hsesinfo.org + Mrs. + F229146 + L229146 + + 229146@hsesinfo.org + 555-555-9146 + + + 11672 + 209 + 13459 + 200 + 2003 + 2020-07-01 + + EHS + Active + Worcester Community Action Council, Inc. + http://www.wcac.net + 209@hsesinfo.org + 484 Main St + + Worcester + MA + 01608-1893 + 484 Main St + + Worcester + MA + 01608-1893 + 484 Main St + + Worcester + MA + 01608-1893 + Ms. + F229669 + L229669 + + + 229669@hsesinfo.org + Ms. + F229670 + L229670 + + + 229670@hsesinfo.org + Mrs. + F229672 + L229672 + + 229672@hsesinfo.org + Mrs. + F229668 + L229668 + + 229668@hsesinfo.org + 555-555-9668 x 5555 + + + 11673 + 281 + 13472 + 000 + 1989 + 2020-07-01 + + HS + Active + The West Haven Community House Association, Inc. + www.whcommunityhouse.org + 281@hsesinfo.org + 227 Elm St + + West Haven + CT + 06516-4635 + 227 Elm St + + West Haven + CT + 06516-4635 + 227 Elm St + + West Haven + CT + 06516-4635 + Mr. + F229676 + L229676 + + Board President + 229676@hsesinfo.org + Ms. + F229677 + L229677 + + Executive Director + 229677@hsesinfo.org + Ms. + F229679 + L229679 + + 229679@hsesinfo.org + Mr. + F229675 + L229675 + + 229675@hsesinfo.org + 555-555-9675 x 5555 + + + 11674 + 6457 + 13469 + 000 + + 2020-07-01 + + HS + Active + Training, Education, and Manpower, Inc. + www.teaminc.org + 6457@hsesinfo.org + 30 Elizabeth St + + Derby + CT + 06418-1802 + 30 Elizabeth St + + Derby + CT + 06418-1802 + 30 Elizabeth St + + Derby + CT + 06418-1802 + Ms. + F229683 + L229683 + + + 229683@hsesinfo.org + Mr. + F229684 + L229684 + + + 229684@hsesinfo.org + + F229686 + L229686 + + 229686@hsesinfo.org + Ms. + F229682 + L229682 + + 229682@hsesinfo.org + 555-555-9682 x 5555 + + + 11676 + 6458 + 13469 + 200 + + 2020-07-01 + + EHS + Active + Training, Education, and Manpower, Inc. + www.teaminc.org + 6458@hsesinfo.org + 30 Elizabeth St + + Derby + CT + 06418-1802 + 30 Elizabeth St + + Derby + CT + 06418-1802 + 30 Elizabeth St + + Derby + CT + 06418-1802 + Ms. + F229697 + L229697 + + + 229697@hsesinfo.org + Mr. + F229698 + L229698 + + + 229698@hsesinfo.org + + F229700 + L229700 + + 229700@hsesinfo.org + Ms. + F229696 + L229696 + + 229696@hsesinfo.org + 555-555-9696 x 5555 + + + 11667 + 3260 + 13431 + 200 + 1992 + 2020-07-01 + + EHS + Active + Jefferson County Committee for Economic Opportunity + http://www.jcceo.org + 3260@hsesinfo.org + 300 8th Ave W + + Birmingham + AL + 35204-3039 + 300 8th Ave W + + Birmingham + AL + 35204-3039 + 300 8th Ave W + + Birmingham + AL + 35204-3039 + Mr. + F229635 + L229635 + + Board President + 229635@hsesinfo.org + Ms. + F229636 + L229636 + + Executive Director + 229636@hsesinfo.org + Ms. + F229638 + L229638 + + 229638@hsesinfo.org + Ms. + F229634 + L229634 + + 229634@hsesinfo.org + 555-555-9634 + + + 11661 + 2168 + 13428 + 200 + 2003 + 2020-07-01 + + EHS + Active + First Steps of Spartanburg County + http://www.1steps.org + 2168@hsesinfo.org + 900 S Pine St Ste C + + Spartanburg + SC + 29302-3376 + 900 S Pine St Ste C + + Spartanburg + SC + 29302-3376 + 900 S Pine St Ste C + + Spartanburg + SC + 29302-3376 + Ms. + F229593 + L229593 + + Board Chair + 229593@hsesinfo.org + Ms. + F229594 + L229594 + + Executive Director + 229594@hsesinfo.org + Ms. + F229596 + L229596 + + 229596@hsesinfo.org + Ms. + F229592 + L229592 + + 229592@hsesinfo.org + 555-555-9592 + + + 11677 + 216 + 13465 + 000 + 1992 + 2020-07-01 + + HS + Active + Community Action Program's Inter-City, Inc. + http://www.capicinc.org + 216@hsesinfo.org + 100 Everett Ave Ste 14 + + Chelsea + MA + 02150-2374 + 100 Everett Ave Ste 14 + + Chelsea + MA + 02150-2374 + 100 Everett Ave Ste 14 + + Chelsea + MA + 02150-2374 + Ms. + F229704 + L229704 + + Board President + 229704@hsesinfo.org + Mr. + F229705 + L229705 + + + 229705@hsesinfo.org + Mrs. + F229707 + L229707 + + 229707@hsesinfo.org + Mrs. + F229703 + L229703 + + 229703@hsesinfo.org + 555-555-9703 x 5555 + + + 11678 + 1672 + 13439 + 000 + 2003 + 2020-07-01 + + HS + Active + Culpeper Human Services-Head Start + + 1672@hsesinfo.org + 1401 Old Fredericksburg Rd + 1401 Old Fredericksburg Rd. + Culpeper + VA + 22701-3519 + 1401 Old Fredericksburg Rd + 1401 Old Fredericksburg Rd. + Culpeper + VA + 22701-3519 + 1401 Old Fredericksburg Rd + 1401 Old Fredericksburg Rd. + Culpeper + VA + 22701-3519 + Mr. + F229711 + L229711 + + + 229711@hsesinfo.org + Ms. + F229712 + L229712 + + + 229712@hsesinfo.org + Ms. + F229714 + L229714 + + 229714@hsesinfo.org + Ms. + F229710 + L229710 + + 229710@hsesinfo.org + 555-555-9710 + + + 11679 + 326 + 13461 + 000 + 1991 + 2020-07-01 + + HS + Active + Clinch-Powell Educational Cooperative + www.cpec.org + 326@hsesinfo.org + 106 Ingle Dr + + Tazewell + TN + 37879-3640 + PO BOX 279 + + Tazewell + TN + 37879-0279 + 106 Ingle Dr + + Tazewell + TN + 37879-3640 + Mr. + F229718 + L229718 + + Board Chairman + 229718@hsesinfo.org + Ms. + F229719 + L229719 + + Executive Director + 229719@hsesinfo.org + Ms. + F229721 + L229721 + + 229721@hsesinfo.org + Ms. + F229717 + L229717 + + 229717@hsesinfo.org + 555-555-9717 + + + 11680 + 325 + 13461 + 200 + 2000 + 2020-07-01 + + EHS + Active + Clinch-Powell Educational Cooperative + www.cpec.org + 325@hsesinfo.org + 106 Ingle Dr + + Tazewell + TN + 37879-3640 + PO Box 279 + + Tazewell + TN + 37879-0279 + 106 Ingle Dr + + Tazewell + TN + 37879-3640 + Mr. + F229725 + L229725 + + Board Chairman + 229725@hsesinfo.org + Ms. + F229726 + L229726 + + Executive Director + 229726@hsesinfo.org + Ms. + F229728 + L229728 + + 229728@hsesinfo.org + Ms. + F229724 + L229724 + + 229724@hsesinfo.org + 555-555-9724 + + + 11681 + 2188 + 13446 + 200 + 2007 + 2020-07-01 + + EHS + Active + HUMAN DEVELOPMENT COMMISSION + www.hdc-caro.org + 2188@hsesinfo.org + 429 Montague Ave + + Caro + MI + 48723-1921 + 429 Montague Ave + + Caro + MI + 48723-1921 + 429 Montague Ave + + Caro + MI + 48723-1921 + Ms. + F229732 + L229732 + + Board Chair + 229732@hsesinfo.org + Ms. + F229733 + L229733 + + Executive Director + 229733@hsesinfo.org + Ms. + F229735 + L229735 + + 229735@hsesinfo.org + Ms. + F229731 + L229731 + + 229731@hsesinfo.org + 555-555-9731 + + + 11682 + 858 + 13463 + 000 + 1992 + 2020-07-01 + + HS + Active + Child Focus, Inc. + http://www.child-focus.org + 858@hsesinfo.org + 4629 Aicholtz Road + + Cincinnati + OH + 45244 + 4629 Aicholtz Road + + Cincinnati + OH + 45244 + 4629 Aicholtz Road + + Cincinnati + OH + 45244 + Mr. + F229739 + L229739 + + President + 229739@hsesinfo.org + Mrs. + F229740 + L229740 + + CEO + 229740@hsesinfo.org + Ms. + F229742 + L229742 + + 229742@hsesinfo.org + Ms. + F229738 + L229738 + + 229738@hsesinfo.org + 555-555-9738 + + + 11683 + 857 + 13463 + 200 + 2000 + 2020-07-01 + + EHS + Active + Child Focus, Inc. + http://www.child-focus.org + 857@hsesinfo.org + 4629 Aicholtz Road + + Cincinnati + OH + 45244 + 4629 Aicholtz Road + + Cincinnati + OH + 45244 + 4629 Aicholtz Road + + Cincinnati + OH + 45244 + Mr. + F229746 + L229746 + + President + 229746@hsesinfo.org + Mrs. + F229747 + L229747 + + CEO + 229747@hsesinfo.org + Ms. + F229749 + L229749 + + 229749@hsesinfo.org + Ms. + F229745 + L229745 + + 229745@hsesinfo.org + 555-555-9745 + + + 11684 + 687 + 13467 + 000 + 1992 + 2020-07-01 + + HS + Active + Rock Island School District 41 + http://www.rimsd41.org + 687@hsesinfo.org + 3530 38th Ave + + Rock Island + IL + 61201-6563 + 3530 38th Ave + + Rock Island + IL + 61201-6563 + 3530 38th Ave + + Rock Island + IL + 61201-6563 + Mr. + F229753 + L229753 + + School Board President + 229753@hsesinfo.org + Dr. + F229754 + L229754 + II + Superintendent + 229754@hsesinfo.org + Ms. + F229756 + L229756 + + 229756@hsesinfo.org + Ms. + F229752 + L229752 + + 229752@hsesinfo.org + 555-555-9752 x 5555 + + + 11685 + 664 + 13458 + 000 + 1992 + 2020-07-01 + + HS + Active + University of Wisconsin Oshkosh + http://www.uwosh.edu/headstart/home/html + 664@hsesinfo.org + 800 Algoma Blvd + + Oshkosh + WI + 54901-3551 + 800 Algoma Blvd + + Oshkosh + WI + 54901-3551 + 800 Algoma Blvd + + Oshkosh + WI + 54901-3551 + Ms. + F229760 + L229760 + + Associate VC of Admin Services, Co-Chair BOA, Authorized Organization Rep (AOR) + 229760@hsesinfo.org + Ms. + F229761 + L229761 + + Head Start Director + 229761@hsesinfo.org + Mr. + F229763 + L229763 + + 229763@hsesinfo.org + Ms. + F229759 + L229759 + + 229759@hsesinfo.org + 555-555-9759 + + + 11686 + 2483 + 13468 + 000 + 2002 + 2020-07-01 + + HS + Active + CHILDREN'S LEARNING CENTER, INC., THE + www.childrenlearn.org + 2483@hsesinfo.org + 145 Mercill Ave + + Jackson + WY + 83001-8574 + PO Box 4100 + + Jackson + WY + 83001-4100 + 145 Mercill Ave + + Jackson + WY + 83001-8574 + Mrs. + F229767 + L229767 + + Board Chair + 229767@hsesinfo.org + Ms. + F229768 + L229768 + + + 229768@hsesinfo.org + Ms. + F229770 + L229770 + + 229770@hsesinfo.org + Ms. + F229766 + L229766 + + 229766@hsesinfo.org + 555-555-9766 x 5555 + + + 11687 + 2482 + 13468 + 200 + 2001 + 2020-07-01 + + EHS + Active + CHILDREN'S LEARNING CENTER, INC., THE + www.childrenlearn.org + 2482@hsesinfo.org + 145 Mercill Ave + + Jackson + WY + 83001-8574 + PO Box 4100 + + Jackson + WY + 83001-4100 + 145 Mercill Ave + + Jackson + WY + 83001-8574 + Mrs. + F229774 + L229774 + + Board Chair + 229774@hsesinfo.org + Ms. + F229775 + L229775 + + + 229775@hsesinfo.org + Ms. + F229777 + L229777 + + 229777@hsesinfo.org + Ms. + F229773 + L229773 + + 229773@hsesinfo.org + 555-555-9773 x 5555 + + + 11688 + 2295 + 13453 + 200 + 2004 + 2020-07-01 + + EHS + Active + FAMILIES IN PARTNERSHIP, INC. + www.libbyfipinc.org + 2295@hsesinfo.org + 83 Collins Ave + + Libby + MT + 59923-3016 + PO Box 762 + 83 Collins Avenue + Libby + MT + 59923-0762 + 83 Collins Ave + + Libby + MT + 59923-3016 + Mrs. + F229781 + L229781 + + Chair, Board of Directors + 229781@hsesinfo.org + Ms. + F229782 + L229782 + + Executive Director + 229782@hsesinfo.org + Mrs. + F229784 + L229784 + + 229784@hsesinfo.org + Ms. + F229780 + L229780 + + 229780@hsesinfo.org + 555-555-9780 + + + 8694 + 8555 + 8845 + 200 + 2017 + 2017-09-01 + 2020-05-31 + EHS + Inactive + Acelero, Inc. + www.acelero.net + 8555@hsesinfo.org + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + Mr. + F209364 + L209364 + + Chairman of the Board + 209364@hsesinfo.org + Mr. + F209365 + L209365 + + COO/Head Start Director + 209365@hsesinfo.org + Ms. + F209367 + L209367 + + 209367@hsesinfo.org + Mr. + F209363 + L209363 + + 209363@hsesinfo.org + 555-555-9363 + + + 11689 + 2056 + 13466 + 000 + 1997 + 2020-07-01 + + HS + Active + Ravalli Head Start, Inc. + http://www.ravalliheadstart.org + 2056@hsesinfo.org + 81 Kurtz Ln + + Hamilton + MT + 59840-3201 + 81 Kurtz Ln + + Hamilton + MT + 59840-3201 + 81 Kurtz Ln + + Hamilton + MT + 59840-3201 + Ms. + F229788 + L229788 + + Chairman, Board of Directors + 229788@hsesinfo.org + Mr. + F229789 + L229789 + + + 229789@hsesinfo.org + Ms. + F229791 + L229791 + + 229791@hsesinfo.org + Mr. + F229787 + L229787 + + 229787@hsesinfo.org + 555-555-9787 x 5555 + + + 11690 + 2057 + 13466 + 200 + 2001 + 2020-07-01 + + EHS + Active + Ravalli Head Start, Inc. + http://www.ravalliheadstart.org + 2057@hsesinfo.org + 81 Kurtz Ln + + Hamilton + MT + 59840-3201 + 81 Kurtz Ln + + Hamilton + MT + 59840-3201 + 81 Kurtz Ln + + Hamilton + MT + 59840-3201 + Ms. + F229795 + L229795 + + Chairman, Board of Directors + 229795@hsesinfo.org + Mr. + F229796 + L229796 + + Executive Director + 229796@hsesinfo.org + Ms. + F229798 + L229798 + + 229798@hsesinfo.org + Ms. + F229794 + L229794 + + 229794@hsesinfo.org + 555-555-9794 x 5555 + + + 11691 + 2111 + 13435 + 000 + 2006 + 2020-07-01 + + HS + Active + Volunteers of America of Los Angeles San Fernando + voala.org + 2111@hsesinfo.org + 3600 Wilshire Blvd Ste 1500 + + Los Angeles + CA + 90010-2619 + 3600 Wilshire Blvd Ste 1500 + + Los Angeles + CA + 90010-2619 + 3600 Wilshire Blvd Ste 1500 + + Los Angeles + CA + 90010-2619 + Mr. + F229802 + L229802 + + Board Chair + 229802@hsesinfo.org + Mr. + F229803 + L229803 + + + 229803@hsesinfo.org + Mr. + F229805 + L229805 + + 229805@hsesinfo.org + Mr. + F229801 + L229801 + + 229801@hsesinfo.org + 555-555-9801 + + + 11692 + 2110 + 13435 + 200 + 2006 + 2020-07-01 + + EHS + Active + Volunteers of America of Los Angeles + www.voala.org + 2110@hsesinfo.org + 3600 Wilshire Blvd Ste 1500 + + Los Angeles + CA + 90010-2619 + 3600 Wilshire Blvd Ste 1500 + + Los Angeles + CA + 90010-2619 + 3600 Wilshire Blvd Ste 1500 + + Los Angeles + CA + 90010-2619 + Mr. + F229809 + L229809 + + Executive Committee Chair + 229809@hsesinfo.org + Mr. + F229810 + L229810 + + + 229810@hsesinfo.org + Mr. + F229812 + L229812 + + 229812@hsesinfo.org + Mr. + F229808 + L229808 + + 229808@hsesinfo.org + 555-555-9808 + + + 11701 + 2363 + 13445 + 000 + 2014 + 2020-07-01 + + HS + Active + LOUDOUN COUNTY SCHOOL DISTRICT + www.lcps.org/headstart + 2363@hsesinfo.org + 43711 Partlow Rd + Ste 12 + Ashburn + VA + 20147-4718 + 43711 Partlow Rd + Ste 12 + Ashburn + VA + 20147-4718 + 43711 Partlow Rd + Ste 12 + Ashburn + VA + 20147-4718 + Ms. + F229872 + L229872 + + Loudoun County School Board Chair + 229872@hsesinfo.org + Dr. + F229873 + L229873 + + Loudoun County Public Schools Superintendent + 229873@hsesinfo.org + Ms. + F229875 + L229875 + + 229875@hsesinfo.org + Ms. + F229871 + L229871 + + 229871@hsesinfo.org + 555-555-9871 + + + 11699 + 950 + 13440 + 000 + 1992 + 2020-07-01 + + HS + Active + Summit Early Learning + http://www.summitearlylearning.org + 950@hsesinfo.org + 14 S 11th St + + Mifflinburg + PA + 17844-9792 + 14 S 11th St + + Mifflinburg + PA + 17844-9792 + 14 S 11th St + + Mifflinburg + PA + 17844-9792 + Ms. + F229858 + L229858 + + President: Board of Directors + 229858@hsesinfo.org + Mr. + F229859 + L229859 + + Executive Director + 229859@hsesinfo.org + Ms. + F229861 + L229861 + + 229861@hsesinfo.org + Ms. + F229857 + L229857 + + 229857@hsesinfo.org + 555-555-9857 x 5555 + + + 11700 + 949 + 13440 + 200 + 1992 + 2020-07-01 + + EHS + Active + Summit Early Learning + www.summitearlylearning.org + 949@hsesinfo.org + 14 S 11th St + + Mifflinburg + PA + 17844-9792 + 14 S 11th St + + Mifflinburg + PA + 17844-9792 + 14 S 11th St + + Mifflinburg + PA + 17844-9792 + Ms. + F229865 + L229865 + + President: Board of Directors + 229865@hsesinfo.org + Mr. + F229866 + L229866 + + Executive Director + 229866@hsesinfo.org + Ms. + F229868 + L229868 + + 229868@hsesinfo.org + Ms. + F229864 + L229864 + + 229864@hsesinfo.org + 555-555-9864 x 5555 + + + 11693 + 1960 + 13450 + 000 + 1992 + 2020-09-01 + + HS + Active + Waldo Community Action Partners + http://www.waldocap.org + 1960@hsesinfo.org + 9 Field Street + + Belfast + ME + 04915 + P.O. Box 130 + + Belfast + ME + 04915-0130 + 9 Field Street + + Belfast + ME + 04915 + Ms. + F229816 + L229816 + + Board Chair + 229816@hsesinfo.org + Ms. + F229817 + L229817 + + + 229817@hsesinfo.org + Mrs. + F229819 + L229819 + + 229819@hsesinfo.org + Mrs. + F229815 + L229815 + + 229815@hsesinfo.org + 555-555-9815 x 5555 + + + 11694 + 2783 + 13450 + 200 + 2014 + 2020-09-01 + + EHS + Active + Waldo Community Action Partners + http://www.waldocap.org + 2783@hsesinfo.org + 9 Field Street + + Belfast + ME + 04915-0130 + P.O. BOX 130 + + BELFAST + ME + 04915-0130 + 9 Field Street + + Belfast + ME + 04915-0130 + Ms. + F229823 + L229823 + + Board Chair + 229823@hsesinfo.org + Ms. + F229824 + L229824 + + Executive Director + 229824@hsesinfo.org + Mrs. + F229826 + L229826 + + 229826@hsesinfo.org + Mrs. + F229822 + L229822 + + 229822@hsesinfo.org + 555-555-9822 x 5555 + + + 11707 + 340 + 13454 + 000 + 2014 + 2020-07-01 + + HS + Active + JACKSON COUNTY CIVIC ACTION COMMITTEE, INC + jccivicaction.org + 340@hsesinfo.org + 5343 Jefferson Street + + Moss Point + MS + 39563-6242 + PO Box 8723 + + Moss Point + MS + 39562-0011 + 5343 Jefferson Street + + Moss Point + MS + 39563-6242 + Mrs. + F229914 + L229914 + + Board Chair + 229914@hsesinfo.org + Mrs. + F229915 + L229915 + + Executive Director + 229915@hsesinfo.org + Mrs. + F229917 + L229917 + + 229917@hsesinfo.org + Mrs. + F229913 + L229913 + + 229913@hsesinfo.org + 555-555-9913 + + + 11708 + 5507 + 13454 + 200 + 2014 + 2020-07-01 + + EHS + Active + JACKSON COUNTY CIVIC ACTION COMMITTEE, INC + jccivicaction.org + 5507@hsesinfo.org + 5343 Jefferson Ave + + Moss Point + MS + 39563-6242 + POST OFFICE BOX 8723 + + MOSS POINT + MS + 39562-8723 + 5343 Jefferson Ave + + Moss Point + MS + 39563-6242 + Mrs. + F229921 + L229921 + + Board Chair + 229921@hsesinfo.org + Mrs. + F229922 + L229922 + + Executive Director + 229922@hsesinfo.org + Mrs. + F229924 + L229924 + + 229924@hsesinfo.org + Mrs. + F229920 + L229920 + + 229920@hsesinfo.org + 555-555-9920 + + + 11711 + 2007 + 13438 + 000 + 2015 + 2020-07-01 + + HS + Active + COMMUNITY ACTION OPPORTUNITIES + http://www.communityactionopportunities.org + 2007@hsesinfo.org + 25 Gaston St + + Asheville + NC + 28801-4327 + 25 Gaston St + + Asheville + NC + 28801-4327 + 25 Gaston St + + Asheville + NC + 28801-4327 + Mr. + F229942 + L229942 + + Board Chair + 229942@hsesinfo.org + Ms. + F229943 + L229943 + + Executive Director + 229943@hsesinfo.org + Ms. + F229945 + L229945 + + 229945@hsesinfo.org + Mr. + F229941 + L229941 + + 229941@hsesinfo.org + 555-555-9941 + + + 11712 + 4890 + 13464 + 000 + 2014 + 2020-07-01 + + HS + Active + Lutheran Services Florida, Inc. + www.lsfnet.org + 4890@hsesinfo.org + 3230 Commerce Pl + Ste A + West Palm Beach + FL + 33407-1968 + 3230 Commerce Pl + Ste A + West Palm Beach + FL + 33407-1968 + 3230 Commerce Pl + Ste A + West Palm Beach + FL + 33407-1968 + Mr. + F229949 + L229949 + + Chairman of the Board of Lutheran Services Florida, Inc. + 229949@hsesinfo.org + Capt. + F229950 + L229950 + + Executive Vice President for Children and Head Start Services + 229950@hsesinfo.org + Ms. + F229952 + L229952 + + 229952@hsesinfo.org + Dr. + F229948 + L229948 + + 229948@hsesinfo.org + 555-555-9948 + + + 11713 + 4891 + 13464 + 200 + 2014 + 2020-07-01 + + EHS + Active + Lutheran Services Florida, Inc. + www.lsfnet.org + 4891@hsesinfo.org + 3230 Commerce Pl + Ste A + West Palm Beach + FL + 33407-1968 + 3230 Commerce Pl + Ste A + West Palm Beach + FL + 33407-1968 + 3230 Commerce Pl + Ste A + West Palm Beach + FL + 33407-1968 + Mr. + F229956 + L229956 + + Chairman of the Board of Lutheran Services Florida, Inc. + 229956@hsesinfo.org + Capt. + F229957 + L229957 + + Executive Vice President for Children and Head Start Services + 229957@hsesinfo.org + Ms. + F229959 + L229959 + + 229959@hsesinfo.org + Dr. + F229955 + L229955 + + 229955@hsesinfo.org + 555-555-9955 + + + 11714 + 3230 + 13462 + 200 + 2015 + 2020-07-01 + + EHS + Active + Richland County First Steps + www.rcfirststeps.org + 3230@hsesinfo.org + 1800 Saint Julian Pl + Ste 406 + Columbia + SC + 29204-2417 + 1800 Saint Julian Pl + Ste 406 + Columbia + SC + 29204-2417 + 1800 Saint Julian Pl + Ste 406 + Columbia + SC + 29204-2417 + Mrs. + F229963 + L229963 + + Board Chair + 229963@hsesinfo.org + Mrs. + F229964 + L229964 + + CEO + 229964@hsesinfo.org + Mrs. + F229966 + L229966 + + 229966@hsesinfo.org + Mrs. + F229962 + L229962 + + 229962@hsesinfo.org + 555-555-9962 + + + 11716 + 396 + 13470 + 000 + 1991 + 2020-07-01 + + HS + Active + CHARLOTTE COUNTY SCHOOL BOARD + http://www.yourcharlotteschools.net/ + 396@hsesinfo.org + 311 E. Charlotte Avenue + + Punta Gorda + FL + 33950-4905 + 311 E. Charlotte Avenue + + Punta Gorda + FL + 33950-4905 + 311 E. Charlotte Avenue + + Punta Gorda + FL + 33950-4905 + Ms. + F229977 + L229977 + + School Board Chairperson + 229977@hsesinfo.org + Mr. + F229978 + L229978 + + Superintendent + 229978@hsesinfo.org + Ms. + F229980 + L229980 + + 229980@hsesinfo.org + Ms. + F229976 + L229976 + + 229976@hsesinfo.org + 555-555-9976 x 5555 + + + 11717 + 395 + 13470 + 200 + 2001 + 2020-07-01 + + EHS + Active + CHARLOTTE COUNTY SCHOOL BOARD + http://www.yourcharlotteschools.net/ + 395@hsesinfo.org + 311 East Charlotte Avenue + + Punta Gorda + FL + 33950-4905 + 311 East Charlotte Avenue + + Punta Gorda + FL + 33950-4905 + 311 East Charlotte Avenue + + Punta Gorda + FL + 33950-4905 + Ms. + F229984 + L229984 + + School Board Chairman + 229984@hsesinfo.org + Mr. + F229985 + L229985 + + Superintendent + 229985@hsesinfo.org + Ms. + F229987 + L229987 + + 229987@hsesinfo.org + Ms. + F229983 + L229983 + + 229983@hsesinfo.org + 555-555-9983 x 5555 + + + 11718 + 6544 + 13455 + 000 + + 2020-07-01 + + HS + Active + D&E Counseling Center, Inc. + www.altaheadstart.org + 6544@hsesinfo.org + 142 Javit Ct + + Youngstown + OH + 44515-2409 + 142 Javit Ct + + Youngstown + OH + 44515-2409 + 142 Javit Ct + + Youngstown + OH + 44515-2409 + Dr. + F229991 + L229991 + + Board Chair + 229991@hsesinfo.org + Mr. + F229992 + L229992 + + CEO + 229992@hsesinfo.org + Mr. + F229994 + L229994 + + 229994@hsesinfo.org + Ms. + F229990 + L229990 + + 229990@hsesinfo.org + 555-555-9990 + + + 11719 + 6545 + 13455 + 200 + + 2020-07-01 + + EHS + Active + D&E Counseling Center, Inc. + www.altaheadstart.org + 6545@hsesinfo.org + 142 Javit Ct + + Youngstown + OH + 44515-2409 + 142 Javit Ct + + Youngstown + OH + 44515-2409 + 142 Javit Ct + + Youngstown + OH + 44515-2409 + Dr. + F229998 + L229998 + + Board Chair + 229998@hsesinfo.org + Mr. + F229999 + L229999 + + CEO + 229999@hsesinfo.org + Mr. + F230001 + L230001 + + 230001@hsesinfo.org + Ms. + F229997 + L229997 + + 229997@hsesinfo.org + 555-555-9997 + + + 11722 + 828 + 13441 + 000 + 2014 + 2020-07-01 + + HS + Active + Southern Illinois University Edwardsville + http://www.siue.edu/eslc/headstart/ + 828@hsesinfo.org + #6 Hairpin Dr. + 2202 Rendleman Hall + Edwardsville + IL + 62026-0001 + #6 Hairpin Dr. + 2202 Rendleman Hall + Edwardsville + IL + 62026-0001 + #6 Hairpin Dr. + 2202 Rendleman Hall + Edwardsville + IL + 62026-0001 + Dr. + F230019 + L230019 + Ph.D + Board Chair + 230019@hsesinfo.org + Dr. + F230020 + L230020 + Ph.D + Executive Director of Grant Funded Program, ESL Center + 230020@hsesinfo.org + Ms. + F230022 + L230022 + + 230022@hsesinfo.org + Mrs. + F230018 + L230018 + + 230018@hsesinfo.org + 555-555-0018 + + + 11723 + 829 + 13441 + 200 + 2014 + 2020-07-01 + + EHS + Active + Southern Illinois University Edwardsville + http://www.siue.edu/eslc/headstart/ + 829@hsesinfo.org + #6 Hairpin Dr. + 2202 Rendleman Hall + Edwardsville + IL + 62026-0001 + #6 Hairpin Dr. + 2202 Rendleman Hall + Edwardsville + IL + 62026-0001 + #6 Hairpin Dr. + 2202 Rendleman Hall + Edwardsville + IL + 62026-0001 + Dr. + F230026 + L230026 + Ph.D + Governance Group Board Chair + 230026@hsesinfo.org + Dr. + F230027 + L230027 + Ph.D + Executive Director of Grant Funded Programs, ESL Center + 230027@hsesinfo.org + Ms. + F230029 + L230029 + + 230029@hsesinfo.org + Mrs. + F230025 + L230025 + + 230025@hsesinfo.org + 555-555-0025 + + + 11724 + 5157 + 13457 + 000 + 2014 + 2020-07-01 + + HS + Active + Brightside Academy, Inc. - HS + www.brightsideacademy.com + 5157@hsesinfo.org + 707 Grant St + Ste 1500 + Pittsburgh + PA + 15219-1945 + 1111 Superior Ave E + Fl 4 + Cleveland + OH + 44114-2522 + 707 Grant St + Ste 1500 + Pittsburgh + PA + 15219-1945 + Mrs. + F230033 + L230033 + + Board Chair + 230033@hsesinfo.org + Mrs. + F230034 + L230034 + + Executive Director + 230034@hsesinfo.org + Ms. + F230036 + L230036 + + 230036@hsesinfo.org + Mrs. + F230032 + L230032 + + 230032@hsesinfo.org + 555-555-0032 + + + 11725 + 5158 + 13457 + 200 + 2014 + 2020-07-01 + + EHS + Active + Brightside Academy, Inc. - EHS + www.brightsideacademy.com + 5158@hsesinfo.org + 707 Grant St + Ste 1500 + Pittsburgh + PA + 15219-1945 + 1111 Superior Ave E + Fl 4 + Cleveland + OH + 44114-2522 + 707 Grant St + Ste 1500 + Pittsburgh + PA + 15219-1945 + Mrs. + F230040 + L230040 + + Board Chair + 230040@hsesinfo.org + Mrs. + F230041 + L230041 + + Executive Director + 230041@hsesinfo.org + Ms. + F230043 + L230043 + + 230043@hsesinfo.org + Mrs. + F230039 + L230039 + + 230039@hsesinfo.org + 555-555-0039 + + + 11726 + 5826 + 13442 + 200 + + 2020-07-01 + + EHS + Active + Next Door Foundation, Inc. + www.nextdoormke.org + 5826@hsesinfo.org + 2545 North 29th Street + + Milwaukee + WI + 53210-3116 + 2545 North 29th Street + + Milwaukee + WI + 53210-3116 + 2545 North 29th Street + + Milwaukee + WI + 53210-3116 + Mr. + F230047 + L230047 + + Board President + 230047@hsesinfo.org + Dr. + F230048 + L230048 + + President + 230048@hsesinfo.org + Mr. + F230050 + L230050 + + 230050@hsesinfo.org + Ms. + F230046 + L230046 + + 230046@hsesinfo.org + 555-555-0046 x 5555 + + + 11727 + 2060 + 13447 + 200 + 2014 + 2020-07-01 + + EHS + Active + UNIVERSITY OF KANSAS MEDICAL CENTER RESEARCH INSTITUTE + http://www.projecteagle.org + 2060@hsesinfo.org + 444 Minnesota Ave + Suite 100 + Kansas City + KS + 66101 + 444 Minnesota Ave + Suite 100 + Kansas City + KS + 66101 + MSN 1039 + 3901 Rainbow Boulevard + Kansas City + KS + 66160 + Dr. + F230054 + L230054 + MD + Executive Vice Chancellor + 230054@hsesinfo.org + Ms. + F230055 + L230055 + . + Research Institute + 230055@hsesinfo.org + Ms. + F230057 + L230057 + + 230057@hsesinfo.org + Ms. + F230053 + L230053 + MSW + 230053@hsesinfo.org + 555-555-0053 x 5555 + + + 11728 + 1015 + 13443 + 000 + 1991 + 2020-07-01 + + HS + Active + SOUTHEAST KANSAS COMMUNITY ACTION PROGRAM, INC + http://www.sek-cap.com + 1015@hsesinfo.org + 401 N Sinnett St + + Girard + KS + 66743-1913 + PO Box 128 + + Girard + KS + 66743-0128 + 401 N Sinnett St + + Girard + KS + 66743-1913 + Mr. + F230061 + L230061 + + Governing Board Chair + 230061@hsesinfo.org + Mr. + F230062 + L230062 + + Chief Executive Officer + 230062@hsesinfo.org + Mr. + F230064 + L230064 + + 230064@hsesinfo.org + Ms. + F230060 + L230060 + + 230060@hsesinfo.org + 555-555-0060 x 5555 + + + 11729 + 1014 + 13443 + 200 + 2003 + 2020-07-01 + + EHS + Active + SOUTHEAST KANSAS COMMUNITY ACTION PROGRAM, INC + http://www.sek-cap.com + 1014@hsesinfo.org + 401 N Sinnett St + + Girard + KS + 66743-1913 + PO Box 128 + + Girard + KS + 66743-0128 + 401 N Sinnett St + + Girard + KS + 66743-1913 + Mr. + F230068 + L230068 + + Governing Board Chair + 230068@hsesinfo.org + Mr. + F230069 + L230069 + + + 230069@hsesinfo.org + Mr. + F230071 + L230071 + + 230071@hsesinfo.org + Ms. + F230067 + L230067 + + 230067@hsesinfo.org + 555-555-0067 x 5555 + + + 11730 + 2046 + 13460 + 000 + 1992 + 2020-07-01 + + HS + Active + Community Action Agency of Siouxland + http://www.caasiouxland.org + 2046@hsesinfo.org + 2700 Leech Ave + + Sioux City + IA + 51106-1129 + 2700 Leech Ave + + Sioux City + IA + 51106-1129 + 2700 Leech Ave + + Sioux City + IA + 51106-1129 + Mr. + F230075 + L230075 + + Community Action Agency of Siouxland Board Chairperson + 230075@hsesinfo.org + Ms. + F230076 + L230076 + + Community Action Agency of Siouxland Executive Director + 230076@hsesinfo.org + Mr. + F230078 + L230078 + + 230078@hsesinfo.org + Ms. + F230074 + L230074 + + 230074@hsesinfo.org + 555-555-0074 x 5555 + + + 11709 + 9540 + 13456 + 000 + 2020 + 2020-07-01 + + HS + Active + Childcare Resources + www.ccr-bhm.org + 9540@hsesinfo.org + 244 W Valley Ave + Ste 200 + Birmingham + AL + 35209-3616 + 244 W Valley Ave + Ste 200 + Birmingham + AL + 35209-3616 + 244 W Valley Ave + Ste 200 + Birmingham + AL + 35209-3616 + Mr. + F229928 + L229928 + + Board Chairperson + 229928@hsesinfo.org + Mrs. + F229929 + L229929 + + Executive Director + 229929@hsesinfo.org + + F229931 + L229931 + + 229931@hsesinfo.org + Ms. + F229927 + L229927 + + 229927@hsesinfo.org + 555-555-9927 + + + 11710 + 9541 + 13456 + 200 + 2020 + 2020-07-01 + + EHS + Active + Childcare Resources + www.ccr-bhm.org + 9541@hsesinfo.org + 244 W Valley Ave + Ste 200 + Birmingham + AL + 35209-3616 + 244 W Valley Ave + Ste 200 + Birmingham + AL + 35209-3616 + 244 W Valley Ave + Ste 200 + Birmingham + AL + 35209-3616 + Mr. + F229935 + L229935 + + Board Chairperson + 229935@hsesinfo.org + Ms. + F229936 + L229936 + + Executive Director + 229936@hsesinfo.org + + F229938 + L229938 + + 229938@hsesinfo.org + Ms. + F229934 + L229934 + + 229934@hsesinfo.org + 555-555-9934 + + + 11704 + 9535 + 13471 + 000 + 2020 + 2020-07-01 + + HS + Active + Aiken County Public School District + https://www.acpsd.net/ + 9535@hsesinfo.org + 1000 Brookhaven Dr + + Aiken + SC + 29803-2109 + 1000 Brookhaven Dr + + Aiken + SC + 29803-2109 + 1000 Brookhaven Dr + + Aiken + SC + 29803-2109 + Mr. + F229893 + L229893 + + Board Chairperson + 229893@hsesinfo.org + Mr. + F229894 + L229894 + + Executive Director + 229894@hsesinfo.org + + F229896 + L229896 + + 229896@hsesinfo.org + Mrs. + F229892 + L229892 + + 229892@hsesinfo.org + 555-555-9892 + + + 11705 + 9536 + 13471 + 200 + 2020 + 2020-07-01 + + EHS + Active + Aiken County Public School District + https://www.acpsd.net/ + 9536@hsesinfo.org + 1000 Brookhaven Dr + + Aiken + SC + 29803-2109 + 1000 Brookhaven Dr + + Aiken + SC + 29803-2109 + 1000 Brookhaven Dr + + Aiken + SC + 29803-2109 + Mr. + F229900 + L229900 + + Board Chairperson + 229900@hsesinfo.org + Mr. + F229901 + L229901 + + Executive Director + 229901@hsesinfo.org + + F229903 + L229903 + + 229903@hsesinfo.org + Mrs. + F229899 + L229899 + + 229899@hsesinfo.org + 555-555-9899 + + + 11706 + 9537 + 13452 + 200 + 2020 + 2020-07-01 + + EHS + Active + Mid Florida Community Services, Inc. + http://www.mfcs.us.com + 9537@hsesinfo.org + 820 Kennedy Blvd + + Brooksville + FL + 34601-5704 + 820 Kennedy Blvd + + Brooksville + FL + 34601-5704 + 820 Kennedy Blvd + + Brooksville + FL + 34601-5704 + Mr. + F229907 + L229907 + + Chairman, Board of Directors + 229907@hsesinfo.org + Mr. + F229908 + L229908 + + Executive Director + 229908@hsesinfo.org + Ms. + F229910 + L229910 + + 229910@hsesinfo.org + Mrs. + F229906 + L229906 + + 229906@hsesinfo.org + 555-555-9906 + + + 11731 + 2045 + 13460 + 200 + 2003 + 2020-07-01 + + EHS + Active + Community Action Agency of Siouxland + http://www.caasiouxland.org + 2045@hsesinfo.org + 2700 Leech Avenue + + Sioux City + IA + 51106 + 2700 Leech Avenue + + Sioux City + IA + 51106 + 2700 Leech Avenue + + Sioux City + IA + 51106 + Mr. + F230082 + L230082 + + Community Action Agency of Siouxland Board Chairperson + 230082@hsesinfo.org + Ms. + F230083 + L230083 + + Community Action Agency of Siouxland Executive Director + 230083@hsesinfo.org + Mr. + F230085 + L230085 + + 230085@hsesinfo.org + Ms. + F230081 + L230081 + + 230081@hsesinfo.org + 555-555-0081 x 5555 + + + 11732 + 1379 + 13448 + 000 + 1992 + 2020-07-01 + + HS + Active + Futures Unlimited, Inc. + http://www.futures-unlimited.org + 1379@hsesinfo.org + 2410 N A St + + Wellington + KS + 67152-9799 + 2410 N A St + + Wellington + KS + 67152-9799 + 2410 N A St + + Wellington + KS + 67152-9799 + Mrs. + F230089 + L230089 + R. + Chairman of the Board of Directors + 230089@hsesinfo.org + Mr. + F230090 + L230090 + + CEO + 230090@hsesinfo.org + Miss + F230092 + L230092 + + 230092@hsesinfo.org + Mrs. + F230088 + L230088 + + 230088@hsesinfo.org + 555-555-0088 x 5555 + + + 11733 + 1378 + 13448 + 200 + 2003 + 2020-07-01 + + EHS + Active + Futures Unlimited, Inc. + http://www.futures-unlimited.org + 1378@hsesinfo.org + 2410 N A St + + Wellington + KS + 67152-9799 + 2410 N A St + + Wellington + KS + 67152-9799 + 2410 N A St + + Wellington + KS + 67152-9799 + Mrs. + F230096 + L230096 + R. + Chairman of the Board of Directors + 230096@hsesinfo.org + Mr. + F230097 + L230097 + + CEO + 230097@hsesinfo.org + Miss + F230099 + L230099 + + 230099@hsesinfo.org + Mrs. + F230095 + L230095 + + 230095@hsesinfo.org + 555-555-0095 x 5555 + + + 11511 + 1474 + 13329 + 000 + 1998 + 2020-07-01 + + HS + Active + Youth In Need + http://www.youthinneed.org + 1474@hsesinfo.org + 1815 Boones Lick Rd + + Saint Charles + MO + 63301-2247 + 1815 Boones Lick Rd + + Saint Charles + MO + 63301-2247 + 1815 Boones Lick Rd + + Saint Charles + MO + 63301-2247 + Mr. + F228605 + L228605 + + Board Chair + 228605@hsesinfo.org + Ms. + F228606 + L228606 + + + 228606@hsesinfo.org + Ms. + F228608 + L228608 + + 228608@hsesinfo.org + Ms. + F228604 + L228604 + + 228604@hsesinfo.org + 555-555-8604 x 5555 + + + 11512 + 1475 + 13329 + 200 + 2003 + 2020-07-01 + + EHS + Active + Youth In Need + http://www.youthinneed.org + 1475@hsesinfo.org + 1815 Boones Lick Rd + + Saint Charles + MO + 63301-2247 + 1815 Boones Lick Rd + + Saint Charles + MO + 63301-2247 + 1815 Boones Lick Rd + + Saint Charles + MO + 63301-2247 + Mr. + F228612 + L228612 + + Board Chair + 228612@hsesinfo.org + Ms. + F228613 + L228613 + + + 228613@hsesinfo.org + Ms. + F228615 + L228615 + + 228615@hsesinfo.org + Ms. + F228611 + L228611 + + 228611@hsesinfo.org + 555-555-8611 x 5555 + + + 11543 + 5830 + 13335 + 200 + + 2020-07-01 + + EHS + Active + City of Rockford + http://www.rockfordil.gov + 5830@hsesinfo.org + 425 E State St + + Rockford + IL + 61104-1014 + 425 E State St + + Rockford + IL + 61104-1014 + 425 E State St + + Rockford + IL + 61104-1014 + Mr. + F228829 + L228829 + + Mayor + 228829@hsesinfo.org + Ms. + F228830 + L228830 + + Executive Director + 228830@hsesinfo.org + Mr. + F228832 + L228832 + + 228832@hsesinfo.org + Mrs. + F228828 + L228828 + + 228828@hsesinfo.org + 555-555-8828 + + + 11513 + 9414 + 13330 + 000 + 2020 + 2020-07-01 + + HS + Active + Kidango, Inc. + www.kidango.org + 9414@hsesinfo.org + 44000 Old Warm Springs Blvd + + Fremont + CA + 94538-6145 + 44000 Old Warm Springs Blvd + + Fremont + CA + 94538-6145 + 44000 Old Warm Springs Blvd + + Fremont + CA + 94538-6145 + Mr. + F228619 + L228619 + + Board President + 228619@hsesinfo.org + Mr. + F228620 + L228620 + + Executive Director + 228620@hsesinfo.org + Ms. + F228622 + L228622 + + 228622@hsesinfo.org + Ms. + F228618 + L228618 + + 228618@hsesinfo.org + 555-555-8618 + + + 11514 + 9415 + 13330 + 200 + 2020 + 2020-07-01 + + EHS + Active + Kidango, Inc. + www.kidango.org + 9415@hsesinfo.org + 44000 Old Warm Springs Blvd + + Fremont + CA + 94538-6145 + 44000 Old Warm Springs Blvd + + Fremont + CA + 94538-6145 + 44000 Old Warm Springs Blvd + + Fremont + CA + 94538-6145 + Mr. + F228626 + L228626 + + Board President + 228626@hsesinfo.org + Mr. + F228627 + L228627 + + Executive Director + 228627@hsesinfo.org + Ms. + F228629 + L228629 + + 228629@hsesinfo.org + Ms. + F228625 + L228625 + + 228625@hsesinfo.org + 555-555-8625 + + + 5915 + 1110 + 9688 + 200 + 2001 + 2015-03-01 + 2020-06-30 + EHS + Inactive + Child, Family & Community Services + http://www.cfcsinc.org + 1110@hsesinfo.org + 32980 Alvarado Niles Rd + Ste 856 + Union City + CA + 94587-3186 + 32980 Alvarado Niles Rd + Ste 856 + Union City + CA + 94587-3186 + 32980 Alvarado Niles Rd + Ste 856 + Union City + CA + 94587-3186 + Ms. + F105983 + L105983 + + Board President + 105983@hsesinfo.org + Mr. + F105985 + L105985 + + CEO + 105985@hsesinfo.org + Ms. + F105987 + L105987 + + 105987@hsesinfo.org + Ms. + F105982 + L105982 + + 105982@hsesinfo.org + 555-555-5982 + + + 11500 + 9405 + 13313 + 200 + 2020 + 2020-07-01 + + EHS + Active + Community Association for Preschool Education, Inc. + http://www.capeheadstart.org + 9405@hsesinfo.org + 3037 Independence Dr + Ste A + Livermore + CA + 94551-7672 + 3037 Independence Dr + Ste A + Livermore + CA + 94551-7672 + 3037 Independence Dr + Ste A + Livermore + CA + 94551-7672 + Mr. + F228527 + L228527 + + President + 228527@hsesinfo.org + Ms. + F228528 + L228528 + + Executive Director + 228528@hsesinfo.org + Mrs. + F228530 + L228530 + + 228530@hsesinfo.org + Ms. + F228526 + L228526 + + 228526@hsesinfo.org + 555-555-8526 x 5555 + + + 11499 + 9404 + 13313 + 000 + 2020 + 2020-07-01 + + HS + Active + Community Association for Preschool Education, Inc. + http://www.capeheadstart.org + 9404@hsesinfo.org + 3037 Independence Dr + Ste A + Livermore + CA + 94551-7672 + 3037 Independence Dr + Ste A + Livermore + CA + 94551-7672 + 3037 Independence Dr + Ste A + Livermore + CA + 94551-7672 + Mr. + F228520 + L228520 + + President + 228520@hsesinfo.org + Ms. + F228521 + L228521 + + Executive Director + 228521@hsesinfo.org + Mrs. + F228523 + L228523 + + 228523@hsesinfo.org + Ms. + F228519 + L228519 + + 228519@hsesinfo.org + 555-555-8519 x 5555 + + + 11509 + 9410 + 13328 + 000 + 2020 + 2020-07-01 + + HS + Active + Center for Transforming Lives + www.transforminglives.org + 9410@hsesinfo.org + 512 W 4th St + + Fort Worth + TX + 76102-3613 + 512 W 4th St + + Fort Worth + TX + 76102-3613 + 512 W 4th St + + Fort Worth + TX + 76102-3613 + Ms. + F228591 + L228591 + + Board Chair + 228591@hsesinfo.org + Mrs. + F228592 + L228592 + + Chief Executive Officer + 228592@hsesinfo.org + Ms. + F228594 + L228594 + + 228594@hsesinfo.org + Ms. + F228590 + L228590 + + 228590@hsesinfo.org + 555-555-8590 + + + 11736 + 215 + 13505 + 000 + 1992 + 2020-07-01 + + HS + Active + Human Resources Agency of New Britain, Inc. + http://www.hranbct.org + 215@hsesinfo.org + 180 Clinton St + + New Britain + CT + 06053-3512 + 180 Clinton St + + New Britain + CT + 06053-3512 + 180 Clinton St + + New Britain + CT + 06053-3512 + Ms. + F230115 + L230115 + + Board President + 230115@hsesinfo.org + Mr. + F230116 + L230116 + + Interim Executive Director + 230116@hsesinfo.org + Mr. + F230118 + L230118 + + 230118@hsesinfo.org + Ms. + F230114 + L230114 + + 230114@hsesinfo.org + 555-555-0114 x 5555 + + + 11737 + 902 + 13493 + 000 + 1992 + 2020-07-01 + + HS + Active + Western Carolina Community Action, Inc. + wcca.org + 902@hsesinfo.org + 220 King Creek Blvd + + Hendersonville + NC + 28792-4895 + PO Box 685 + + Hendersonville + NC + 28793-0685 + 220 King Creek Blvd + + Hendersonville + NC + 28792-4895 + Ms. + F230122 + L230122 + + Board Chair + 230122@hsesinfo.org + Mr. + F230123 + L230123 + + CEO + 230123@hsesinfo.org + Ms. + F230125 + L230125 + + 230125@hsesinfo.org + Ms. + F230121 + L230121 + + 230121@hsesinfo.org + 555-555-0121 + + + 11738 + 901 + 13493 + 200 + 2004 + 2020-07-01 + + EHS + Active + Western Carolina Community Action, Inc. + wcca.org + 901@hsesinfo.org + 220 King Creek Blvd + + Hendersonville + NC + 28792-4895 + PO Box 685 + + Hendersonville + NC + 28793-0685 + 220 King Creek Blvd + + Hendersonville + NC + 28792-4895 + Ms. + F230129 + L230129 + + Board Chair + 230129@hsesinfo.org + Mr. + F230130 + L230130 + + CEO + 230130@hsesinfo.org + Ms. + F230132 + L230132 + + 230132@hsesinfo.org + Ms. + F230128 + L230128 + + 230128@hsesinfo.org + 555-555-0128 + + + 11739 + 509 + 13485 + 000 + 1992 + 2020-07-01 + + HS + Active + Chattanooga YFD Head Start/EHS Program + http://www.chattanoogaheadstart.com + 509@hsesinfo.org + 2302 Ocoee St + + Chattanooga + TN + 37406-3564 + 2302 Ocoee St + + Chattanooga + TN + 37406-3564 + 2302 Ocoee St + + Chattanooga + TN + 37406-3564 + Dr. + F230136 + L230136 + + Chattanooga Human Services Board Chariperson + 230136@hsesinfo.org + Mrs. + F230137 + L230137 + + Deputy Administrator + 230137@hsesinfo.org + Ms. + F230139 + L230139 + + 230139@hsesinfo.org + Mrs. + F230135 + L230135 + + 230135@hsesinfo.org + 555-555-0135 + + + 11740 + 510 + 13485 + 200 + 1992 + 2020-07-01 + + EHS + Active + Chattanooga YFD Head Start/EHS Program + http://www.chattanoogaheadstart.com + 510@hsesinfo.org + 2302 Ocoee St + + Chattanooga + TN + 37406-3564 + 2302 Ocoee St + + Chattanooga + TN + 37406-3564 + 2302 Ocoee St + + Chattanooga + TN + 37406-3564 + Dr. + F230143 + L230143 + + Chattanooga Human Services Board Chairperson + 230143@hsesinfo.org + Mrs. + F230144 + L230144 + + Deputy Administrator + 230144@hsesinfo.org + Ms. + F230146 + L230146 + + 230146@hsesinfo.org + Mrs. + F230142 + L230142 + + 230142@hsesinfo.org + 555-555-0142 + + + 11741 + 557 + 13477 + 000 + 1992 + 2020-07-01 + + HS + Active + Blue Ridge Community Action, Inc. + http://www.brcainc.org + 557@hsesinfo.org + 800 N Green St + + Morganton + NC + 28655-5610 + 800 N Green St + + Morganton + NC + 28655-5610 + 800 N Green St + + Morganton + NC + 28655-5610 + Ms. + F230150 + L230150 + + Board Chair + 230150@hsesinfo.org + Ms. + F230151 + L230151 + + Executive Director + 230151@hsesinfo.org + Ms. + F230153 + L230153 + + 230153@hsesinfo.org + Ms. + F230149 + L230149 + + 230149@hsesinfo.org + 555-555-0149 + + + 11742 + 6349 + 13477 + 200 + + 2020-07-01 + + EHS + Active + BLUE RIDGE COMMUNITY ACTION, INC + www.brcainc.org + 6349@hsesinfo.org + 800 N Green St + + Morganton + NC + 28655-5610 + 800 N Green St + + Morganton + NC + 28655-5610 + 800 N Green St + + Morganton + NC + 28655-5610 + Ms. + F230157 + L230157 + + Board Chair + 230157@hsesinfo.org + Ms. + F230158 + L230158 + + Executive Director + 230158@hsesinfo.org + Ms. + F230160 + L230160 + + 230160@hsesinfo.org + Ms. + F230156 + L230156 + + 230156@hsesinfo.org + 555-555-0156 + + + 11743 + 988 + 13484 + 000 + 1992 + 2020-07-01 + + HS + Active + Jackson County Early Childhood Programs + www.jcsb.org + 988@hsesinfo.org + 4283 Kelson Ave + + Marianna + FL + 32446-2947 + 2903 Jefferson St + + Marianna + FL + 32446-3445 + 4283 Kelson Ave + + Marianna + FL + 32446-2947 + Mrs. + F230164 + L230164 + + School Board Chairman + 230164@hsesinfo.org + Mr. + F230165 + L230165 + + Superintendent of Schools + 230165@hsesinfo.org + Ms. + F230167 + L230167 + + 230167@hsesinfo.org + Mr. + F230163 + L230163 + + 230163@hsesinfo.org + 555-555-0163 + + + 11744 + 989 + 13484 + 200 + 2001 + 2020-07-01 + + EHS + Active + Jackson County Early Childhood Programs + http://www.jcsb.org + 989@hsesinfo.org + 4283 Kelson Ave + + Marianna + FL + 32446-2947 + 2903 Jefferson St + + Marianna + FL + 32446-3445 + 4283 Kelson Ave + + Marianna + FL + 32446-2947 + Mrs. + F230171 + L230171 + + School Board Chairman + 230171@hsesinfo.org + Mr. + F230172 + L230172 + + Superintendent of Schools + 230172@hsesinfo.org + Miss + F230174 + L230174 + + 230174@hsesinfo.org + Mr. + F230170 + L230170 + + 230170@hsesinfo.org + 555-555-0170 + + + 11745 + 1572 + 13495 + 000 + 2000 + 2020-07-01 + + HS + Active + Onslow County Board of Education + + 1572@hsesinfo.org + 200 Broadhurst Rd + + Jacksonville + NC + 28540-3551 + 200 Broadhurst Rd + + Jacksonville + NC + 28540-3551 + 200 Broadhurst Rd + + Jacksonville + NC + 28540-3551 + Ms. + F230178 + L230178 + + School Board Chair + 230178@hsesinfo.org + Dr. + F230179 + L230179 + + Executive Head Start Director + 230179@hsesinfo.org + Ms. + F230181 + L230181 + + 230181@hsesinfo.org + Mrs. + F230177 + L230177 + + 230177@hsesinfo.org + 555-555-0177 x 5555 + + + 11746 + 642 + 13476 + 000 + 1992 + 2020-07-01 + + HS + Active + Jasper County Board of Education + www.jasper.k12.ga.us + 642@hsesinfo.org + 1411 College St + + Monticello + GA + 31064-2118 + 1411 College St + + Monticello + GA + 31064-2118 + 1411 College St + + Monticello + GA + 31064-2118 + Mr. + F230185 + L230185 + + Chairperson + 230185@hsesinfo.org + Mr. + F230186 + L230186 + + Superintendent + 230186@hsesinfo.org + Mr. + F230188 + L230188 + + 230188@hsesinfo.org + Mrs. + F230184 + L230184 + + 230184@hsesinfo.org + 555-555-0184 + + + 11747 + 552 + 13478 + 000 + 1992 + 2020-07-01 + + HS + Active + Four Square Community Action, Inc. + foursquarecommunityactioninc.com + 552@hsesinfo.org + 61 Milton Mashburn Dr + Box 2290 + Andrews + NC + 28901-8052 + PO Box 2290 + + Andrews + NC + 28901-2290 + 61 Milton Mashburn Dr + Box 2290 + Andrews + NC + 28901-8052 + Mr. + F230192 + L230192 + + Board Chairman + 230192@hsesinfo.org + Ms. + F230193 + L230193 + + Excutive Director + 230193@hsesinfo.org + Ms. + F230195 + L230195 + + 230195@hsesinfo.org + Mrs. + F230191 + L230191 + + 230191@hsesinfo.org + 555-555-0191 x 5555 + + + 11748 + 1058 + 13487 + 000 + 1992 + 2020-07-01 + + HS + Active + Davis School District + https://www.davis.k12.ut.us/academics/early-childhood/head-startearly-head-start-and-title-i-preschool/head-start + 1058@hsesinfo.org + 320 S 500 E + + Kaysville + UT + 84037-3307 + 320 S 500 E + + Kaysville + UT + 84037-3307 + 320 S 500 E + + Kaysville + UT + 84037-3307 + Mr. + F230199 + L230199 + + School Board/Head Start Liaison + 230199@hsesinfo.org + Mr. + F230200 + L230200 + + School District Superintendent + 230200@hsesinfo.org + Ms. + F230202 + L230202 + + 230202@hsesinfo.org + Ms. + F230198 + L230198 + + 230198@hsesinfo.org + 555-555-0198 + + + 11749 + 1059 + 13487 + 200 + 1992 + 2020-07-01 + + EHS + Active + Davis School District + https://www.davis.k12.ut.us/academics/early-childhood/head-startearly-head-start-and-title-i-preschool/head-start + 1059@hsesinfo.org + 320 S 500 E + + Kaysville + UT + 84037-3307 + 320 S 500 E + + Kaysville + UT + 84037-3307 + 320 S 500 E + + Kaysville + UT + 84037-3307 + Mr. + F230206 + L230206 + + School Board/Head Start Liaison + 230206@hsesinfo.org + Mr. + F230207 + L230207 + + School District Superintendent + 230207@hsesinfo.org + Ms. + F230209 + L230209 + + 230209@hsesinfo.org + Ms. + F230205 + L230205 + + 230205@hsesinfo.org + 555-555-0205 + + + 11750 + 1088 + 13494 + 000 + 1992 + 2020-07-01 + + HS + Active + County of San Bernardino, Preschool Services Dept. + http://www.sbcounty.gov/psd + 1088@hsesinfo.org + 150 S Lena Rd + + San Bernardino + CA + 92415-0515 + 150 S Lena Rd + + San Bernardino + CA + 92415-0515 + 150 S Lena Rd + + San Bernardino + CA + 92415-0515 + Mr. + F230213 + L230213 + + Chairman, County of San Bernardino Board of Supervisors + 230213@hsesinfo.org + Mr. + F230214 + L230214 + + Director + 230214@hsesinfo.org + Ms. + F230216 + L230216 + + 230216@hsesinfo.org + Mr. + F230212 + L230212 + + 230212@hsesinfo.org + 555-555-0212 + + + 11752 + 2824 + 13494 + 200 + 2009 + 2020-07-01 + + EHS + Active + County of San Bernardino, Preschool Services Dept + www.sbcounty.gov/psd + 2824@hsesinfo.org + 150 S Lena Rd + + San Bernardino + CA + 92415-0515 + 150 S Lena Rd + + San Bernardino + CA + 92415-0515 + 150 S Lena Rd + + San Bernardino + CA + 92415-0515 + Mr. + F230227 + L230227 + + Chairman, County of San Bernardino Board of Supervisors + 230227@hsesinfo.org + Mr. + F230228 + L230228 + + Director + 230228@hsesinfo.org + Ms. + F230230 + L230230 + + 230230@hsesinfo.org + Mr. + F230226 + L230226 + + 230226@hsesinfo.org + 555-555-0226 + + + 11754 + 3229 + 13499 + 000 + 2011 + 2020-07-01 + + AIAN HS + Active + Mountain Empire Campo Kumeyaay Head Start + meusd.k12.ca.us + 3229@hsesinfo.org + 3291 Buckman Springs Rd + + Pine Valley + CA + 91962-4003 + 3291 Buckman Springs Rd + + Pine Valley + CA + 91962-4003 + 3291 Buckman Springs Rd + + Pine Valley + CA + 91962-4003 + Mr. + F230241 + L230241 + + Superintendent, Mountain Empire Unified + 230241@hsesinfo.org + Mr. + F230242 + L230242 + + + 230242@hsesinfo.org + Mrs. + F230244 + L230244 + + 230244@hsesinfo.org + Ms. + F230240 + L230240 + + 230240@hsesinfo.org + 555-555-0240 x 5555 + + + 11756 + 1767 + 13503 + 000 + 2014 + 2020-07-01 + + HS + Active + Manhasset-Great Neck Economic Opportunity Council, Inc. + mgneoc.com + 1767@hsesinfo.org + 65 High Street + + Manhasset + NY + 11030-2906 + 65 High Street + + Manhasset + NY + 11030-2906 + 65 High Street + + Manhasset + NY + 11030-2906 + Ms. + F230255 + L230255 + + Chairperson, Board of Directors + 230255@hsesinfo.org + Ms. + F230256 + L230256 + + + 230256@hsesinfo.org + Mr. + F230258 + L230258 + + 230258@hsesinfo.org + Ms. + F230254 + L230254 + + 230254@hsesinfo.org + 555-555-0254 x 5555 + + + 11767 + 2092 + 13500 + 000 + 1992 + 2020-07-01 + + HS + Active + Johnston-Lee-Harnett Community Action, Inc. + http://www.jlhcommunityaction.org + 2092@hsesinfo.org + 1102 Massey St + + Smithfield + NC + 27577-4951 + PO Box 711 + + Smithfield + NC + 27577-0711 + 1102 Massey St + + Smithfield + NC + 27577-4951 + Mrs. + F230332 + L230332 + + Board Chair + 230332@hsesinfo.org + Ms. + F230333 + L230333 + + + 230333@hsesinfo.org + Ms. + F230335 + L230335 + + 230335@hsesinfo.org + Ms. + F230331 + L230331 + + 230331@hsesinfo.org + 555-555-0331 x 5555 + + + 11768 + 2750 + 13500 + 200 + 2011 + 2020-07-01 + + EHS + Active + JOHNSTON-LEE-HARNETT COMMUNITY ACTION, INC + www.jlhcommunityaction.org + 2750@hsesinfo.org + 1102 Massey St + + Smithfield + NC + 27577-4951 + PO BOX 711 + + Smithfield + NC + 27577-0711 + 1102 Massey St + + Smithfield + NC + 27577-4951 + Mrs. + F230339 + L230339 + + Board Chair + 230339@hsesinfo.org + Ms. + F230340 + L230340 + + + 230340@hsesinfo.org + Ms. + F230342 + L230342 + + 230342@hsesinfo.org + Ms. + F230338 + L230338 + + 230338@hsesinfo.org + 555-555-0338 x 5555 + + + 11773 + 528 + 13497 + 000 + 1992 + 2020-07-01 + + HS + Active + Ohio Valley Educational Cooperative + www.ovec.org + 528@hsesinfo.org + 100 Alpine Dr + + Shelbyville + KY + 40065-8877 + PO Box 1249 + + Shelbyville + KY + 40066-1249 + 100 Alpine Dr + + Shelbyville + KY + 40065-8877 + Mrs. + F230374 + L230374 + + Chair, OVEC Board of Directors + 230374@hsesinfo.org + Dr. + F230375 + L230375 + + Chief Executive Officer + 230375@hsesinfo.org + Mr. + F230377 + L230377 + + 230377@hsesinfo.org + Mrs. + F230373 + L230373 + + 230373@hsesinfo.org + 555-555-0373 x 5555 + + + 11774 + 529 + 13497 + 200 + 2000 + 2020-07-01 + + EHS + Active + Ohio Valley Educational Cooperative + http://www.ovec.org + 529@hsesinfo.org + 100 Alpine Dr + + Shelbyville + KY + 40065-8877 + PO Box 1249 + + Shelbyville + KY + 40066-1249 + 100 Alpine Dr + + Shelbyville + KY + 40065-8877 + Mrs. + F230381 + L230381 + + Chair, OVEC Board of Directors + 230381@hsesinfo.org + Dr. + F230382 + L230382 + + CEO + 230382@hsesinfo.org + Mr. + F230384 + L230384 + + 230384@hsesinfo.org + Mrs. + F230380 + L230380 + + 230380@hsesinfo.org + 555-555-0380 x 5555 + + + 11775 + 921 + 13502 + 000 + 1991 + 2020-07-01 + + HS + Active + COMMUNITY ACTION PROGRAM COMMITTEE, INC + http://www.capc-pensacola.org + 921@hsesinfo.org + 1380 N Palafox St + + Pensacola + FL + 32501-2641 + 1380 N Palafox St + + Pensacola + FL + 32501-2641 + 1380 N Palafox St + + Pensacola + FL + 32501-2641 + Ms. + F230388 + L230388 + + Board Chair + 230388@hsesinfo.org + Mr. + F230389 + L230389 + + Executive Director + 230389@hsesinfo.org + Ms. + F230391 + L230391 + + 230391@hsesinfo.org + Mrs. + F230387 + L230387 + + 230387@hsesinfo.org + 555-555-0387 x 5555 + + + 11776 + 2730 + 13502 + 200 + 2014 + 2020-07-01 + + EHS + Active + COMMUNITY ACTION PROGRAM COMMITTEE, INC + http:/www.capc-pensacola.org + 2730@hsesinfo.org + 1201 N. 'H' Street + + Pensacola + FL + 32501 + 1380 N Palafox St + + Pensacola + FL + 32501-2641 + 1380 N Palafox St + + Pensacola + FL + 32501-2641 + Ms. + F230395 + L230395 + + Board Chair + 230395@hsesinfo.org + Mr. + F230396 + L230396 + + Executive Director + 230396@hsesinfo.org + Ms. + F230398 + L230398 + + 230398@hsesinfo.org + Mrs. + F230394 + L230394 + + 230394@hsesinfo.org + 555-555-0394 x 5555 + + + 11759 + 9571 + 13479 + 000 + 2020 + 2020-07-01 + + HS + Active + Rosemount Center, Inc. + http://www.rosemountcenter.com + 9571@hsesinfo.org + 2000 Rosemont Ave NW + + Washington + DC + 20010-1045 + 2000 Rosemont Ave NW + + Washington + DC + 20010-1045 + 2000 Rosemont Ave NW + + Washington + DC + 20010-1045 + Dr. + F230276 + L230276 + + Chair, Rosemount Center Board of Directors + 230276@hsesinfo.org + Mr. + F230277 + L230277 + + + 230277@hsesinfo.org + Ms. + F230279 + L230279 + + 230279@hsesinfo.org + Ms. + F230275 + L230275 + + 230275@hsesinfo.org + 555-555-0275 x 5555 + + + 11771 + 616 + 13488 + 000 + 1991 + 2020-07-01 + + HS + Active + Mississippi Action for Progress, Inc. + http://www.mapheadstart.org + 616@hsesinfo.org + 1751 Morson Rd + + Jackson + MS + 39209-6546 + 1751 Morson Rd + + Jackson + MS + 39209-6546 + 1751 Morson Rd + + Jackson + MS + 39209-6546 + Mr. + F230360 + L230360 + + Governing Board Chairperson + 230360@hsesinfo.org + Dr. + F230361 + L230361 + + CEO/Head Start Director + 230361@hsesinfo.org + Mr. + F230363 + L230363 + + 230363@hsesinfo.org + Dr. + F230359 + L230359 + + 230359@hsesinfo.org + 555-555-0359 x 5555 + + + 11772 + 617 + 13488 + 200 + 1992 + 2020-07-01 + + EHS + Active + Mississippi Action for Progress, Inc. + http://www.mapheadstart.org + 617@hsesinfo.org + 1751 Morson Rd + + Jackson + MS + 39209-6546 + 1751 Morson Rd + + Jackson + MS + 39209-6546 + 1751 Morson Rd + + Jackson + MS + 39209-6546 + Mr. + F230367 + L230367 + + Governing Board Chairperson + 230367@hsesinfo.org + Dr. + F230368 + L230368 + + CEO/Head Start Director + 230368@hsesinfo.org + Mr. + F230370 + L230370 + + 230370@hsesinfo.org + Dr. + F230366 + L230366 + + 230366@hsesinfo.org + 555-555-0366 x 5555 + + + 11764 + 9576 + 13489 + 000 + 2020 + 2020-07-01 + + HS + Active + Picayune School District + www.pcu.k12.ms.us + 9576@hsesinfo.org + 1620 Rosa St + + Picayune + MS + 39466-4229 + PO Box 1258 + + Picayune + MS + 39466-1258 + 706 Goodyear Blvd + + Picayune + MS + 39466-3220 + Mr. + F230311 + L230311 + + Board Chair + 230311@hsesinfo.org + Mr. + F230312 + L230312 + + Assistant Superintend + 230312@hsesinfo.org + Mrs. + F230314 + L230314 + + 230314@hsesinfo.org + Dr. + F230310 + L230310 + + 230310@hsesinfo.org + 555-555-0310 x 5555 + + + 11765 + 9577 + 13504 + 000 + 2020 + 2020-07-01 + + HS + Active + Delta Health Alliance, Inc. + deltahealthalliance.org + 9577@hsesinfo.org + 435 Stoneville Rd + + Leland + MS + 38756-9569 + PO Box 277 + + Stoneville + MS + 38776-0277 + 435 Stoneville Rd + + Leland + MS + 38756-9569 + Mr. + F230318 + L230318 + + Board Chair + 230318@hsesinfo.org + Dr. + F230319 + L230319 + + CEO + 230319@hsesinfo.org + Mrs. + F230321 + L230321 + + 230321@hsesinfo.org + Mrs. + F230317 + L230317 + + 230317@hsesinfo.org + 555-555-0317 + + + 11766 + 9578 + 13504 + 200 + 2020 + 2020-07-01 + + EHS + Active + Delta Health Alliance, Inc. + deltahealthalliance.org + 9578@hsesinfo.org + 435 Stoneville Rd + + Leland + MS + 38756-9569 + PO Box 277 + + Stoneville + MS + 38776-0277 + 435 Stoneville Rd + + Leland + MS + 38756-9569 + Mr. + F230325 + L230325 + + Board Chair + 230325@hsesinfo.org + Dr. + F230326 + L230326 + + CEO + 230326@hsesinfo.org + Mrs. + F230328 + L230328 + + 230328@hsesinfo.org + Mrs. + F230324 + L230324 + + 230324@hsesinfo.org + 555-555-0324 + + + 11755 + 318 + 13483 + 200 + 2003 + 2020-07-01 + + EHS + Active + Children's Aid Society + http://www.childrensaidnyc.org + 318@hsesinfo.org + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + 4 W 125th St + Fl 3 + New York + NY + 10027-4568 + Ms. + F230248 + L230248 + + Board Chair + 230248@hsesinfo.org + Ms. + F230249 + L230249 + + President and Chief Executive Officer + 230249@hsesinfo.org + Ms. + F230251 + L230251 + + 230251@hsesinfo.org + Ms. + F230247 + L230247 + + 230247@hsesinfo.org + 555-555-0247 + + + 11770 + 9582 + 13480 + 200 + 2020 + 2020-07-01 + + EHS + Active + Friends of Children of Mississippi, Inc. + www.friendsofchildren.org + 9582@hsesinfo.org + 130 Riverview Dr + Ste C + Flowood + MS + 39232-8921 + 130 Riverview Dr + Ste C + Flowood + MS + 39232-8921 + 130 Riverview Dr + Ste C + Flowood + MS + 39232-8921 + Mr. + F230353 + L230353 + + Board Chairperson + 230353@hsesinfo.org + Dr. + F230354 + L230354 + + Interim Executive Director + 230354@hsesinfo.org + Mr. + F230356 + L230356 + + 230356@hsesinfo.org + Dr. + F230352 + L230352 + + 230352@hsesinfo.org + 555-555-0352 x 5555 + + + 11779 + 9591 + 13481 + 000 + 2020 + 2020-07-01 + + HS + Active + Enrichment Services Program, Inc. + www.enrichmentservices.org + 9591@hsesinfo.org + 2601 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + 2601 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + 2601 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + Mr. + F230416 + L230416 + + Board Chair + 230416@hsesinfo.org + Ms. + F230417 + L230417 + + + 230417@hsesinfo.org + Ms. + F230419 + L230419 + + 230419@hsesinfo.org + Mr. + F230415 + L230415 + + 230415@hsesinfo.org + 555-555-0415 + + + 11763 + 9575 + 13490 + 000 + 2020 + 2020-07-01 + + HS + Active + People Incorporated of Virginia + http://www.peopleinc.net + 9575@hsesinfo.org + 1173 W Main St + + Abingdon + VA + 24210-4703 + 1173 W Main St + + Abingdon + VA + 24210-4703 + 1173 W Main St + + Abingdon + VA + 24210-4703 + Mr. + F230304 + L230304 + + + 230304@hsesinfo.org + Mr. + F230305 + L230305 + + President and C.E.O. + 230305@hsesinfo.org + Mr. + F230307 + L230307 + + 230307@hsesinfo.org + Ms. + F230303 + L230303 + + 230303@hsesinfo.org + 555-555-0303 + + + 11760 + 1715 + 13482 + 000 + 2014 + 2020-07-01 + + HS + Active + Hanover County School District + http://www.hcps.us/parents_students/programs/preschool_early_childhood_special_education/hanover_preschool_initiative + 1715@hsesinfo.org + 200 Berkley Street + + Ashland + VA + 23005-1302 + 200 Berkley Street + + Ashland + VA + 23005-1302 + 200 Berkley Street + + Ashland + VA + 23005-1302 + Mr. + F230283 + L230283 + III + Chairman, Hanover County School Board + 230283@hsesinfo.org + Dr. + F230284 + L230284 + + Superintendent Hanover County Public Schools + 230284@hsesinfo.org + Mr. + F230286 + L230286 + Jr. + 230286@hsesinfo.org + Mrs. + F230282 + L230282 + + 230282@hsesinfo.org + 555-555-0282 + + + 11783 + 6688 + 13496 + 000 + + 2020-07-01 + + Migrant HS + Active + Educational Service District 105 + www.esd105.org + 6688@hsesinfo.org + 33 S 2ND AVE + + YAKIMA + WA + 98902-3414 + 33 S 2ND AVE + + YAKIMA + WA + 98902-3414 + 33 S 2ND AVE + + YAKIMA + WA + 98902-3414 + Mr. + F230444 + L230444 + + Board Chairman + 230444@hsesinfo.org + Mrs. + F230445 + L230445 + + Executive Director Early Learning + 230445@hsesinfo.org + + F230447 + L230447 + + 230447@hsesinfo.org + Mrs. + F230443 + L230443 + + 230443@hsesinfo.org + 555-555-0443 + + + 11618 + 440 + 13396 + 000 + 2014 + 2020-07-01 + + HS + Active + Suwannee Valley Community Coordinated Child Care, Inc + http://www.sv4cs.org + 440@hsesinfo.org + 236 SW Columbia Avenue + + Lake City + FL + 32025-7036 + P.O. BOX 2637 + + Lake City + FL + 32056-2637 + 236 SW Columbia Avenue + + Lake City + FL + 32025-7036 + Ms. + F229294 + L229294 + + Board Chairperson + 229294@hsesinfo.org + Mrs. + F229295 + L229295 + + + 229295@hsesinfo.org + Ms. + F229297 + L229297 + + 229297@hsesinfo.org + Mrs. + F229293 + L229293 + + 229293@hsesinfo.org + 555-555-9293 + + + 11786 + 1559 + 13517 + 200 + 2000 + 2020-07-01 + + EHS + Active + Monongalia County Board of Education + http://boe.mono.k12.wv.us/students_and_parents/childhood_programs + 1559@hsesinfo.org + 1433 Dorsey Ave + + Morgantown + WV + 26501-7121 + 1433 Dorsey Ave + + Morgantown + WV + 26501-7121 + 1433 Dorsey Ave + + Morgantown + WV + 26501-7121 + Mr. + F230465 + L230465 + + Board President + 230465@hsesinfo.org + Dr. + F230466 + L230466 + + Superintendent of Schools + 230466@hsesinfo.org + Ms. + F230468 + L230468 + + 230468@hsesinfo.org + Mrs. + F230464 + L230464 + + 230464@hsesinfo.org + 555-555-0464 x 5555 + + + 11787 + 885 + 13516 + 000 + 1992 + 2020-07-01 + + HS + Active + Alexander County Head Start + www.alexander.k12.nc.us + 885@hsesinfo.org + 700 Liledoun Rd + + Taylorsville + NC + 28681-2944 + 700 Liledoun Rd + + Taylorsville + NC + 28681-2944 + 700 Liledoun Rd + + Taylorsville + NC + 28681-2944 + Mrs. + F230472 + L230472 + + Board Chair + 230472@hsesinfo.org + Dr. + F230473 + L230473 + + Superintendent + 230473@hsesinfo.org + Mrs. + F230475 + L230475 + + 230475@hsesinfo.org + Ms. + F230471 + L230471 + + 230471@hsesinfo.org + 555-555-0471 x 5555 + + + 11788 + 2221 + 13514 + 000 + 2005 + 2020-07-01 + + HS + Active + Saginaw Intermediate School District + http://www.sisd.cc + 2221@hsesinfo.org + 3200 Perkins St + + Saginaw + MI + 48601-6563 + 3200 Perkins St + + Saginaw + MI + 48601-6563 + 3200 Perkins St + + Saginaw + MI + 48601-6563 + Mr. + F230479 + L230479 + Jr. + Board Chair + 230479@hsesinfo.org + Mr. + F230480 + L230480 + + Superintendent + 230480@hsesinfo.org + Mr. + F230482 + L230482 + + 230482@hsesinfo.org + Mrs. + F230478 + L230478 + + 230478@hsesinfo.org + 555-555-0478 x 5555 + + + 11789 + 2769 + 13514 + 200 + 2011 + 2020-07-01 + + EHS + Active + Saginaw Intermediate School District + http://www.sisd.cc + 2769@hsesinfo.org + 3200 Perkins St + + Saginaw + MI + 48601-6563 + 3200 Perkins St + + Saginaw + MI + 48601-6563 + 3200 Perkins St + + Saginaw + MI + 48601-6563 + Mr. + F230486 + L230486 + + Board Chair + 230486@hsesinfo.org + Mrs. + F230487 + L230487 + + Superintendent + 230487@hsesinfo.org + Mr. + F230489 + L230489 + + 230489@hsesinfo.org + Mrs. + F230485 + L230485 + + 230485@hsesinfo.org + 555-555-0485 x 5555 + + + 11790 + 2315 + 13519 + 000 + 1992 + 2020-07-01 + + HS + Active + Heartland Head Start, Inc. + http://www.heartlandheadstart.org + 2315@hsesinfo.org + 206 Stillwell St + + Bloomington + IL + 61701-3741 + 206 Stillwell St + + Bloomington + IL + 61701-3741 + 206 Stillwell St + + Bloomington + IL + 61701-3741 + Ms. + F230493 + L230493 + + President of the Governance Board + 230493@hsesinfo.org + Ms. + F230494 + L230494 + + Executive Director + 230494@hsesinfo.org + Ms. + F230496 + L230496 + + 230496@hsesinfo.org + Ms. + F230492 + L230492 + + 230492@hsesinfo.org + 555-555-0492 + + + 11791 + 6556 + 13519 + 200 + + 2020-07-01 + + EHS + Active + Heartland Head Start + www.heartlandheadstart.org + 6556@hsesinfo.org + 206 Stillwell St + + Bloomington + IL + 61701-3741 + 206 Stillwell St + + Bloomington + IL + 61701-3741 + 206 Stillwell St + + Bloomington + IL + 61701-3741 + Ms. + F230500 + L230500 + + President of the Governance Board + 230500@hsesinfo.org + Ms. + F230501 + L230501 + + Executive Director + 230501@hsesinfo.org + Ms. + F230503 + L230503 + + 230503@hsesinfo.org + Ms. + F230499 + L230499 + + 230499@hsesinfo.org + 555-555-0499 + + + 11792 + 686 + 13518 + 000 + 1992 + 2020-07-01 + + HS + Active + Mount Vernon City Schools District 80 + www.mtv80.org + 686@hsesinfo.org + 301 S 17th St + + Mount Vernon + IL + 62864-4405 + 301 S 17th St + + Mount Vernon + IL + 62864-4405 + 301 S 17th St + + Mount Vernon + IL + 62864-4405 + Mr. + F230507 + L230507 + + Board President + 230507@hsesinfo.org + Mrs. + F230508 + L230508 + + Executive Director + 230508@hsesinfo.org + Mr. + F230510 + L230510 + + 230510@hsesinfo.org + Ms. + F230506 + L230506 + + 230506@hsesinfo.org + 555-555-0506 + + + 11794 + 6569 + 13511 + 000 + + 2020-07-01 + + HS + Active + Evanston/Skokie Community Consolidated School District 65 + http://www.district65.net/Domain/4 + 6569@hsesinfo.org + 1500 McDaniel Ave + + Evanston + IL + 60201-3976 + 1500 McDaniel Ave + + Evanston + IL + 60201-3976 + 1500 McDaniel Ave + + Evanston + IL + 60201-3976 + Ms. + F230521 + L230521 + + School Board President + 230521@hsesinfo.org + Mr. + F230522 + L230522 + + + 230522@hsesinfo.org + Ms. + F230524 + L230524 + + 230524@hsesinfo.org + Ms. + F230520 + L230520 + + 230520@hsesinfo.org + 555-555-0520 x 5555 + + + 11795 + 6570 + 13511 + 200 + + 2020-07-01 + + EHS + Active + Evanston/Skokie Community Consolidated School District 65 + http://www.district65.net/Domain/4 + 6570@hsesinfo.org + 1500 McDaniel Ave + + Evanston + IL + 60201-3976 + 1500 McDaniel Ave + + Evanston + IL + 60201-3976 + 1500 McDaniel Ave + + Evanston + IL + 60201-3976 + Ms. + F230528 + L230528 + + School Board President + 230528@hsesinfo.org + Dr. + F230529 + L230529 + + Interim Superintendent of Schools + 230529@hsesinfo.org + Ms. + F230531 + L230531 + + 230531@hsesinfo.org + Ms. + F230527 + L230527 + + 230527@hsesinfo.org + 555-555-0527 x 5555 + + + 11796 + 7097 + 13520 + 201 + + 2020-07-01 + + EHS + Active + Infant Welfare Society + iwse.org + 7097@hsesinfo.org + 2200 Main St. + + Evanston + IL + 60202 + 2200 Main St. + + Evanston + IL + 60202 + 2200 Main St. + + Evanston + IL + 60202 + + F230535 + L230535 + + + 230535@hsesinfo.org + + F230536 + L230536 + + + 230536@hsesinfo.org + + F230538 + L230538 + + 230538@hsesinfo.org + Mr. + F230534 + L230534 + + 230534@hsesinfo.org + 555-555-0534 x 5555 + + + 11797 + 6583 + 13513 + 000 + + 2020-07-01 + + HS + Active + Illinois Action for Children + www.actforchildren.org + 6583@hsesinfo.org + 4753 N Broadway St Ste 1200 + + Chicago + IL + 60640-4982 + 4753 N Broadway St Ste 1200 + + Chicago + IL + 60640-4982 + 4753 N Broadway St Ste 1200 + + Chicago + IL + 60640-4982 + Ms. + F230542 + L230542 + + Board Chair + 230542@hsesinfo.org + Mrs. + F230543 + L230543 + + Acting President/CEO + 230543@hsesinfo.org + Ms. + F230545 + L230545 + + 230545@hsesinfo.org + Mrs. + F230541 + L230541 + + 230541@hsesinfo.org + 555-555-0541 + + + 11798 + 6584 + 13513 + 200 + + 2020-07-01 + + EHS + Active + Illinois Action for Children + www.actforchildren.org + 6584@hsesinfo.org + 4753 N Broadway St Ste 1200 + + Chicago + IL + 60640-4982 + 4753 N Broadway St Ste 1200 + + Chicago + IL + 60640-4982 + 4753 N Broadway St Ste 1200 + + Chicago + IL + 60640-4982 + Ms. + F230549 + L230549 + + Board Chair + 230549@hsesinfo.org + Mrs. + F230550 + L230550 + + Acting President/CEO + 230550@hsesinfo.org + Ms. + F230552 + L230552 + + 230552@hsesinfo.org + Mrs. + F230548 + L230548 + + 230548@hsesinfo.org + 555-555-0548 + + + 11803 + 366 + 13515 + 000 + 2014 + 2020-07-01 + + HS + Active + Randolph County Board of Education + + 366@hsesinfo.org + 214 Highland Ave + + Cuthbert + GA + 39840-6135 + 214 Highland Ave + + Cuthbert + GA + 39840-6135 + 214 Highland Ave + + Cuthbert + GA + 39840-6135 + Mr. + F230584 + L230584 + + Board Chairman + 230584@hsesinfo.org + Dr. + F230585 + L230585 + + Superintendent + 230585@hsesinfo.org + Mr. + F230587 + L230587 + + 230587@hsesinfo.org + Ms. + F230583 + L230583 + + 230583@hsesinfo.org + 555-555-0583 x 5555 + + + 11833 + 9623 + 13546 + 201 + 2020 + 2020-07-01 + + EHS + Active + Acelero Learning Camden/Philadelphia + alcp.acelero.net + 9623@hsesinfo.org + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + Ms. + F230790 + L230790 + + Board Chairman + 230790@hsesinfo.org + Mr. + F230788 + L230788 + + + 230788@hsesinfo.org + Ms. + F230791 + L230791 + + 230791@hsesinfo.org + Ms. + F230787 + L230787 + + 230787@hsesinfo.org + 555-555-0787 + + + 11802 + 9600 + 13508 + 200 + 2020 + 2020-07-01 + + EHS + Active + Five County Child Development Program, Inc. + www.fivecountyhs.org + 9600@hsesinfo.org + 1118 Third St + + Prentiss + MS + 39474-6006 + 1118 Third St + + Prentiss + MS + 39474-6006 + 1118 Third St + + Prentiss + MS + 39474-6006 + Mr. + F230577 + L230577 + + Board President + 230577@hsesinfo.org + Dr. + F230578 + L230578 + + Head Start Director + 230578@hsesinfo.org + Ms. + F230580 + L230580 + + 230580@hsesinfo.org + Dr. + F230576 + L230576 + + 230576@hsesinfo.org + 555-555-0576 + + + 11780 + 9592 + 13481 + 200 + 2020 + 2020-07-01 + + EHS + Active + Enrichment Services Program, Inc. + www.enrichmentservices.org + 9592@hsesinfo.org + 2601 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + 2601 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + 2601 Cross Country Dr + Bldg C + Columbus + GA + 31906-1801 + Mr. + F230423 + L230423 + + Board Chair + 230423@hsesinfo.org + Ms. + F230424 + L230424 + + + 230424@hsesinfo.org + Ms. + F230426 + L230426 + + 230426@hsesinfo.org + Mr. + F230422 + L230422 + + 230422@hsesinfo.org + 555-555-0422 + + + 11781 + 893 + 13506 + 000 + 1992 + 2020-07-01 + + HS + Active + ICARE, Inc. + http://www.icare-inc.org + 893@hsesinfo.org + 1415 Shelton Ave + + Statesville + NC + 28677-7221 + 1415 Shelton Ave + + Statesville + NC + 28677-7221 + 1415 Shelton Ave + + Statesville + NC + 28677-7221 + Ms. + F230430 + L230430 + + Board Chairperson + 230430@hsesinfo.org + Mr. + F230431 + L230431 + + Executive Director + 230431@hsesinfo.org + Ms. + F230433 + L230433 + + 230433@hsesinfo.org + Mrs. + F230429 + L230429 + + 230429@hsesinfo.org + 555-555-0429 x 5555 + + + 11656 + 1434 + 13415 + 000 + 2014 + 2020-07-01 + + HS + Active + Family Services of Grant County + http://www.familyservicegc.net + 1434@hsesinfo.org + 1402 E Craig St + + Moses Lake + WA + 98837-3165 + 1402 E Craig St + + Moses Lake + WA + 98837-3165 + 1402 E Craig St + + Moses Lake + WA + 98837-3165 + Atty. + F229560 + L229560 + + President, Board of Directors + 229560@hsesinfo.org + Ms. + F229561 + L229561 + + + 229561@hsesinfo.org + Ms. + F229563 + L229563 + + 229563@hsesinfo.org + Ms. + F229559 + L229559 + + 229559@hsesinfo.org + 555-555-9559 x 5555 + + + 11785 + 2866 + 13498 + 200 + 2011 + 2020-07-01 + + Migrant EHS + Active + Telamon Corporation + www.telamon.org + 2866@hsesinfo.org + 416 N Cedar St + + Lansing + MI + 48912-1202 + 5560 Munford Rd + Ste 201 + Raleigh + NC + 27612-2731 + 5560 Munford Rd + Ste 201 + Raleigh + NC + 27612-2731 + Mrs. + F230458 + L230458 + + Chairperson + 230458@hsesinfo.org + Mrs. + F230459 + L230459 + + Executive Director + 230459@hsesinfo.org + Ms. + F230461 + L230461 + + 230461@hsesinfo.org + Mrs. + F230457 + L230457 + + 230457@hsesinfo.org + 555-555-0457 + + + 11657 + 1435 + 13415 + 200 + 2014 + 2020-07-01 + + EHS + Active + Family Services of Grant County + http://www.familyservicegc.net + 1435@hsesinfo.org + 1402 E Craig St + + Moses Lake + WA + 98837-3165 + 1402 E Craig St + + Moses Lake + WA + 98837-3165 + 1402 E Craig St + + Moses Lake + WA + 98837-3165 + Atty. + F229567 + L229567 + + President, Board of Directors + 229567@hsesinfo.org + Ms. + F229568 + L229568 + + + 229568@hsesinfo.org + Ms. + F229570 + L229570 + + 229570@hsesinfo.org + Ms. + F229566 + L229566 + + 229566@hsesinfo.org + 555-555-9566 x 5555 + + + 9631 + 8856 + 11805 + 000 + 2019 + 2019-05-01 + + HS + Active + City of New Haven, Inc. + www.nhps.net + 8856@hsesinfo.org + 54 Meadow St + Head Start Program 5th Floor Superintendent + New Haven + CT + 06519-1783 + 54 Meadow St + Head Start Program 5th Flr. Superintendent + New Haven + CT + 06519-1783 + 54 Meadow St + Head Start Program + New Haven + CT + 06519-1719 + Ms. + F215862 + L215862 + + Board President + 215862@hsesinfo.org + Dr. + F215863 + L215863 + + Superintendent + 215863@hsesinfo.org + Mr. + F215865 + L215865 + + 215865@hsesinfo.org + Ms. + F215861 + L215861 + + 215861@hsesinfo.org + 555-555-5861 + + + 8883 + 830 + 11247 + 000 + 2013 + 2018-07-01 + + HS + Active + WEST BEND JOINT SCHOOL DISTRICT 1 + http://west-bend.k12.wi.us + 830@hsesinfo.org + 735 S Main St + + West Bend + WI + 53095-3965 + 735 S Main St + + West Bend + WI + 53095-3965 + 735 S Main St + + West Bend + WI + 53095-3965 + Mr. + F210702 + L210702 + + School Board President + 210702@hsesinfo.org + Ms. + F210703 + L210703 + + Superintendent of Schools + 210703@hsesinfo.org + Mrs. + F210705 + L210705 + + 210705@hsesinfo.org + Mrs. + F210701 + L210701 + + 210701@hsesinfo.org + 555-555-0701 + + + 10167 + 6016 + 12197 + 200 + + 2019-08-01 + + EHS + Active + Tri-County Child and Family Development Council, Inc. + www.tricountychildandfamily.org + 6016@hsesinfo.org + 205 Adams St + Ste 2 + Waterloo + IA + 50703-3011 + PO Box 1050 + + Waterloo + IA + 50704-1050 + 205 Adams St + Ste 2 + Waterloo + IA + 50703-3011 + Ms. + F219534 + L219534 + + Board Chair + 219534@hsesinfo.org + Dr. + F219535 + L219535 + + Executive Director + 219535@hsesinfo.org + Ms. + F219537 + L219537 + + 219537@hsesinfo.org + Dr. + F219533 + L219533 + + 219533@hsesinfo.org + 555-555-9533 x 5555 + + + 9624 + 1369 + 11800 + 000 + 2014 + 2019-06-01 + + HS + Active + Tri-County Child & Family Development Council, Inc. + http://www.tricountychildandfamily.org + 1369@hsesinfo.org + 205 Adams St Suite 2 + + Waterloo + IA + 50703-3824 + P.O. Box 1050 + + Waterloo + IA + 50704-1050 + 205 Adams St Suite 2 + + Waterloo + IA + 50703-3824 + Ms. + F215821 + L215821 + + Board Chair + 215821@hsesinfo.org + Dr. + F215822 + L215822 + + Executive Director + 215822@hsesinfo.org + Ms. + F215824 + L215824 + + 215824@hsesinfo.org + Dr. + F215820 + L215820 + + 215820@hsesinfo.org + 555-555-5820 x 5555 + + + 9625 + 1370 + 11800 + 200 + 2003 + 2019-06-01 + + EHS + Active + Tri-County Child & Family Development Council, Inc. + 205 Adams Street + 1370@hsesinfo.org + 205 Adams St Suite 2 + + Waterloo + IA + 50703-3824 + P.O. Box 1050 + + Waterloo + IA + 50704-1050 + 205 Adams St Suite 2 + + Waterloo + IA + 50703-3824 + Ms. + F215828 + L215828 + + Board Chair + 215828@hsesinfo.org + Dr. + F215829 + L215829 + + Executive Director + 215829@hsesinfo.org + Ms. + F215831 + L215831 + + 215831@hsesinfo.org + Dr. + F215827 + L215827 + + 215827@hsesinfo.org + 555-555-5827 x 5555 + + + 11810 + 2875 + 13530 + 000 + 2011 + 2020-07-01 + + HS + Active + Child Development, Inc. + www.childdevelop.org + 2875@hsesinfo.org + 2880 Pottsville Minersville Hwy + Ste 210 + Minersville + PA + 17954-2027 + 2880 Pottsville Minersville Hwy + Ste 210 + Minersville + PA + 17954-2027 + 2880 Pottsville Minersville Hwy + Ste 210 + Minersville + PA + 17954-2027 + Ms. + F230627 + L230627 + + Board of Directors, Chairperson + 230627@hsesinfo.org + Ms. + F230628 + L230628 + + Executive Director + 230628@hsesinfo.org + Ms. + F230630 + L230630 + + 230630@hsesinfo.org + Ms. + F230626 + L230626 + + 230626@hsesinfo.org + 555-555-0626 x 5555 + + + 11811 + 1517 + 13529 + 000 + 1992 + 2020-07-01 + + HS + Active + Keystone Service Systems, Inc + http://www.keystonehumanservices.org + 1517@hsesinfo.org + 3705 Elmwood Dr + + Harrisburg + PA + 17110-9476 + 3705 Elmwood Dr + + Harrisburg + PA + 17110-9476 + 3705 Elmwood Dr + + Harrisburg + PA + 17110-9476 + Mr. + F230634 + L230634 + + Chairman Keystone Service Systems Inc. Board of Directors + 230634@hsesinfo.org + Mr. + F230635 + L230635 + + CEO Keystone Service Systems, Inc. + 230635@hsesinfo.org + Ms. + F230637 + L230637 + + 230637@hsesinfo.org + Mrs. + F230633 + L230633 + + 230633@hsesinfo.org + 555-555-0633 x 5555 + + + 11812 + 1518 + 13529 + 200 + 2001 + 2020-07-01 + + EHS + Active + Keystone Service Systems, Inc. + http://www.keystonehumanservices.org + 1518@hsesinfo.org + 3705 Elmwood Dr + + Harrisburg + PA + 17110-9476 + 3705 Elmwood Dr + + Harrisburg + PA + 17110-9476 + 3705 Elmwood Dr + + Harrisburg + PA + 17110-9476 + Mr. + F230641 + L230641 + + Chairman Keystone Service Systems, Inc. Board of Directors + 230641@hsesinfo.org + Mr. + F230642 + L230642 + + CEO Keystone Service Systems, Inc. + 230642@hsesinfo.org + Ms. + F230644 + L230644 + + 230644@hsesinfo.org + Mrs. + F230640 + L230640 + + 230640@hsesinfo.org + 555-555-0640 x 5555 + + + 11813 + 945 + 13532 + 000 + 1992 + 2020-07-01 + + HS + Active + Central West Virginia Community Action Inc. + www.centralwvaction.org + 945@hsesinfo.org + 106 Frederick St + + Clarksburg + WV + 26301-4259 + 106 Frederick St + + Clarksburg + WV + 26301-4259 + 106 Frederick St + + Clarksburg + WV + 26301-4259 + Mrs. + F230648 + L230648 + + President - Board of Directors + 230648@hsesinfo.org + Mrs. + F230649 + L230649 + + Executive Director + 230649@hsesinfo.org + Mr. + F230651 + L230651 + + 230651@hsesinfo.org + Ms. + F230647 + L230647 + + 230647@hsesinfo.org + 555-555-0647 x 5555 + + + 11814 + 954 + 13533 + 000 + 1992 + 2020-07-01 + + HS + Active + Montgomery County Community Action Agency + http://www.montgomerycountymd.gov/HHS-Program/OCA/CommunityAction/CommunityActionIndex.html + 954@hsesinfo.org + 101 Monroe St + + Rockville + MD + 20850-2503 + 1401 Rockville Pike + Fl 3 + Rockville + MD + 20852-1428 + 101 Monroe St + + Rockville + MD + 20850-2503 + Ms. + F230655 + L230655 + + Chairperson, Community Action Board + 230655@hsesinfo.org + Ms. + F230656 + L230656 + + Executive Director, Community Action Agency, DHHS + 230656@hsesinfo.org + Ms. + F230658 + L230658 + + 230658@hsesinfo.org + Ms. + F230654 + L230654 + + 230654@hsesinfo.org + 555-555-0654 + + + 11815 + 4192 + 13534 + 001 + + 2020-07-01 + + HS + Active + Montgomery County Public Schools + http://www.montgomeryschoolsmd.org/departments/earlychi/prekhsprograminformation.shtm + 4192@hsesinfo.org + 4910 Macon Rd + Rocking Horse Road Center + Rockville + MD + 20852-2228 + 4910 Macon Rd + Rocking Horse Road Center + Rockville + MD + 20852-2228 + 4910 Macon Rd + Rocking Horse Road Center + Rockville + MD + 20852-2228 + Ms. + F230662 + L230662 + + Community Action Board Chair + 230662@hsesinfo.org + Ms. + F230663 + L230663 + + Community Action Agency Executive Director + 230663@hsesinfo.org + Ms. + F230665 + L230665 + + 230665@hsesinfo.org + Ms. + F230661 + L230661 + + 230661@hsesinfo.org + 555-555-0661 + + + 11816 + 1596 + 13531 + 000 + 2001 + 2020-07-01 + + HS + Active + Child Start, Inc. + http://www.childstartinc.org + 1596@hsesinfo.org + 439 Devlin Rd + + Napa + CA + 94558-6274 + 439 Devlin Rd + + Napa + CA + 94558-6274 + 439 Devlin Rd + + Napa + CA + 94558-6274 + Mr. + F230669 + L230669 + + Board Chair + 230669@hsesinfo.org + Ms. + F230670 + L230670 + + Executive Director + 230670@hsesinfo.org + Ms. + F230672 + L230672 + + 230672@hsesinfo.org + Ms. + F230668 + L230668 + + 230668@hsesinfo.org + 555-555-0668 x 5555 + + + 11817 + 1595 + 13531 + 200 + 2002 + 2020-07-01 + + EHS + Active + Child Start, Inc. + http://www.childstartinc.org + 1595@hsesinfo.org + 439 Devlin Rd + + Napa + CA + 94558-6274 + 439 Devlin Rd + + Napa + CA + 94558-6274 + 439 Devlin Rd + + Napa + CA + 94558-6274 + Mr. + F230676 + L230676 + + Board Chair + 230676@hsesinfo.org + Ms. + F230677 + L230677 + + Executive Director + 230677@hsesinfo.org + Ms. + F230679 + L230679 + + 230679@hsesinfo.org + Ms. + F230675 + L230675 + + 230675@hsesinfo.org + 555-555-0675 x 5555 + + + 11822 + 1061 + 13536 + 000 + 2014 + 2020-07-01 + + HS + Active + RURAL UTAH CHILD DEVELOPMENT + www.rucd.org + 1061@hsesinfo.org + 836 E 100 N + # 6 + Price + UT + 84501-2716 + 836 E 100 N + # 6 + Price + UT + 84501-2716 + 836 E 100 N + # 6 + Price + UT + 84501-2716 + Ms. + F230712 + L230712 + + + 230712@hsesinfo.org + Ms. + F230713 + L230713 + + Executive Director + 230713@hsesinfo.org + Ms. + F230715 + L230715 + + 230715@hsesinfo.org + Ms. + F230711 + L230711 + + 230711@hsesinfo.org + 555-555-0711 x 5555 + + + 11823 + 1062 + 13536 + 200 + 2014 + 2020-07-01 + + EHS + Active + RURAL UTAH CHILD DEVELOPMENT + www.rucd.org + 1062@hsesinfo.org + 836 E 100 N + # 6 + Price + UT + 84501-2716 + 836 E 100 N + # 6 + Price + UT + 84501-2716 + 836 E 100 N + # 6 + Price + UT + 84501-2716 + Ms. + F230719 + L230719 + + + 230719@hsesinfo.org + Ms. + F230720 + L230720 + + Executive Director + 230720@hsesinfo.org + Ms. + F230722 + L230722 + + 230722@hsesinfo.org + Ms. + F230718 + L230718 + + 230718@hsesinfo.org + 555-555-0718 x 5555 + + + 11818 + 9608 + 13528 + 200 + 2020 + 2020-07-01 + + EHS + Active + Tri-County Community Action Agency Inc. + http://www.gatewaycap.org + 9608@hsesinfo.org + 110 Cohansey St + + Bridgeton + NJ + 08302-1922 + 110 Cohansey St + + Bridgeton + NJ + 08302-1922 + 110 Cohansey St + + Bridgeton + NJ + 08302-1922 + Hon. Mayor + F230683 + L230683 + + Chairman + 230683@hsesinfo.org + Hon. Mayor + F230684 + L230684 + + President/CEO + 230684@hsesinfo.org + Ms. + F230686 + L230686 + + 230686@hsesinfo.org + Ms. + F230682 + L230682 + + 230682@hsesinfo.org + 555-555-0682 x 5555 + + + 11826 + 9616 + 13538 + 000 + 2020 + 2020-07-01 + + HS + Active + Centro de la Familia de Utah + http://www.cdlf.org + 9616@hsesinfo.org + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + Mr. + F230740 + L230740 + + Chair-Board of Directors + 230740@hsesinfo.org + Mr. + F230741 + L230741 + + + 230741@hsesinfo.org + Ms. + F230743 + L230743 + + 230743@hsesinfo.org + Mr. + F230739 + L230739 + + 230739@hsesinfo.org + 555-555-0739 + + + 11824 + 2370 + 13537 + 000 + 1992 + 2020-07-01 + + HS + Active + Community Action Partnership, Inc. + http://www.dickinson.k12.nd.us/Early_Childhood/ + 2370@hsesinfo.org + 107 3rd Avenue SE + + Dickinson + ND + 58601-5637 + 107 3rd Avenue SE + + Dickinson + ND + 58601-5637 + Community Action Partnership + 202 East Villard + Dickinson + ND + 58601 + Mrs. + F230726 + L230726 + + Board Chairperson + 230726@hsesinfo.org + Mr. + F230727 + L230727 + + + 230727@hsesinfo.org + Mrs. + F230729 + L230729 + + 230729@hsesinfo.org + Mrs. + F230725 + L230725 + + 230725@hsesinfo.org + 555-555-0725 + + + 11825 + 2821 + 13537 + 200 + 2011 + 2020-07-01 + + EHS + Active + Community Action Partnership, Inc. + http://www.dickinsonearlyheadstart.com + 2821@hsesinfo.org + 338 1st St SE + + Dickinson + ND + 58601-5535 + 338 1st St SE + + Dickinson + ND + 58601-5535 + 202 East Villard + + Dickinson + ND + 58601 + Mrs. + F230733 + L230733 + + BOARD CHAIRPERSON + 230733@hsesinfo.org + Mr. + F230734 + L230734 + + + 230734@hsesinfo.org + Mrs. + F230736 + L230736 + + 230736@hsesinfo.org + Mrs. + F230732 + L230732 + + 230732@hsesinfo.org + 555-555-0732 + + + 11821 + 1962 + 13540 + 200 + 2014 + 2020-07-01 + + EHS + Active + Mohawk Valley Community Action Agency, Inc. + http://www.mvcaa.com + 1962@hsesinfo.org + 9882 River Rd + + Utica + NY + 13502-2304 + 9882 River Rd + + Utica + NY + 13502-2304 + 9882 River Rd + + Utica + NY + 13502-2304 + Mr. + F230705 + L230705 + + Board Chair + 230705@hsesinfo.org + Ms. + F230706 + L230706 + + Executive Director + 230706@hsesinfo.org + Ms. + F230708 + L230708 + + 230708@hsesinfo.org + Ms. + F230704 + L230704 + + 230704@hsesinfo.org + 555-555-0704 x 5555 + + + 11784 + 1224 + 13498 + 000 + 1992 + 2020-07-01 + + Migrant HS + Active + Telamon Corporation + http://www.telamon.org + 1224@hsesinfo.org + 416 N Cedar St + + Lansing + MI + 48912-1202 + 5560 Munford Rd + Ste 201 + Raleigh + NC + 27612-2731 + 5560 Munford Rd + Ste 201 + Raleigh + NC + 27612-2731 + Mrs. + F230451 + L230451 + + Chairperson + 230451@hsesinfo.org + Mrs. + F230452 + L230452 + + Executive Director + 230452@hsesinfo.org + Ms. + F230454 + L230454 + + 230454@hsesinfo.org + Mr. + F230450 + L230450 + + 230450@hsesinfo.org + 555-555-0450 + + + 11820 + 1961 + 13540 + 000 + 1992 + 2020-07-01 + + HS + Active + Mohawk Valley Community Action Agency, Inc. + http://www.mvcaa.com + 1961@hsesinfo.org + 9882 River Rd + + Utica + NY + 13502-2304 + 9882 River Rd + + Utica + NY + 13502-2304 + 9882 River Rd + + Utica + NY + 13502-2304 + Mr. + F230698 + L230698 + + Board Chair + 230698@hsesinfo.org + Ms. + F230699 + L230699 + + Executve Director + 230699@hsesinfo.org + Ms. + F230701 + L230701 + + 230701@hsesinfo.org + Ms. + F230697 + L230697 + + 230697@hsesinfo.org + 555-555-0697 x 5555 + + + 11827 + 9617 + 13539 + 000 + 2020 + 2020-07-01 + + HS + Active + Delta County School District 50J + http://www.deltaschools.com + 9617@hsesinfo.org + 145 W 4th St + + Delta + CO + 81416-1839 + 145 W 4th St + + Delta + CO + 81416-1839 + 145 W 4th St + + Delta + CO + 81416-1839 + Mr. + F230747 + L230747 + + + 230747@hsesinfo.org + Ms. + F230748 + L230748 + + + 230748@hsesinfo.org + + F230750 + L230750 + + 230750@hsesinfo.org + Mrs. + F230746 + L230746 + + 230746@hsesinfo.org + 555-555-0746 + + + 11828 + 1748 + 13535 + 000 + 2014 + 2020-07-01 + + HS + Active + TGU School District #60 + www.earlyexplorers.org + 1748@hsesinfo.org + 1401 College Dr N + + Devils Lake + ND + 58301-1509 + 1401 College Dr N + + Devils Lake + ND + 58301-1509 + 1401 College Dr N + + Devils Lake + ND + 58301-1509 + Mr. + F230754 + L230754 + + Grantee Board Chairperson + 230754@hsesinfo.org + Mr. + F230755 + L230755 + + + 230755@hsesinfo.org + Mrs. + F230757 + L230757 + + 230757@hsesinfo.org + Mrs. + F230753 + L230753 + + 230753@hsesinfo.org + 555-555-0753 + + + 11829 + 1749 + 13535 + 200 + 2014 + 2020-07-01 + + EHS + Active + TGU School District #60 + www.earlyexplorers.org + 1749@hsesinfo.org + 1401 College Dr N + + Devils Lake + ND + 58301-1509 + 1401 College Dr N + + Devils Lake + ND + 58301-1509 + 1401 College Dr N + + Devils Lake + ND + 58301-1509 + Mr. + F230761 + L230761 + + + 230761@hsesinfo.org + Mr. + F230762 + L230762 + + + 230762@hsesinfo.org + Mrs. + F230764 + L230764 + + 230764@hsesinfo.org + Mrs. + F230760 + L230760 + + 230760@hsesinfo.org + 555-555-0760 + + + 8068 + 1035 + 10591 + 000 + 1992 + 2016-07-01 + + HS + Active + Bismarck Public School District + http://www.bismarckschools.org/district/ + 1035@hsesinfo.org + 720 N. 14th Street + + Bismarck + ND + 58501-4324 + 806 North Washington Street + + Bismarck + ND + 58501-3623 + 806 North Washington Street + + Bismarck + ND + 58501-3623 + Mr. + F205662 + L205662 + + Board President + 205662@hsesinfo.org + Mrs. + F205663 + L205663 + + Director of Special Education/ Executive Director + 205663@hsesinfo.org + Ms. + F205665 + L205665 + + 205665@hsesinfo.org + Ms. + F205661 + L205661 + + 205661@hsesinfo.org + 555-555-5661 + + + 8069 + 8022 + 10591 + 200 + 2016 + 2016-07-01 + + EHS + Active + Bismarck Public School District # 1 + http://www.bismarckschools.org/district/ + 8022@hsesinfo.org + 720 N. 14th Street + + Bismarck + ND + 58501-4324 + 806 North Washington Street + + Bismarck + ND + 58501-3623 + 806 North Washington Street + + Bismarck + ND + 58501-3623 + Mr. + F205669 + L205669 + + Board President + 205669@hsesinfo.org + Mrs. + F205670 + L205670 + + Director of Special Education/ Executive Director + 205670@hsesinfo.org + Ms. + F205672 + L205672 + + 205672@hsesinfo.org + Ms. + F205668 + L205668 + + 205668@hsesinfo.org + 555-555-5668 + + + 10159 + 2521 + 12192 + 200 + 2014 + 2019-08-01 + + EHS + Active + Board of Regents-University of Nevada, Reno + www.unr.edu + 2521@hsesinfo.org + 785 W 6th St + + Reno + NV + 89503-4315 + Office of Sponsored Projects Administration + Mail Stop 325 + Reno + NV + 89557-0325 + Early Head Start + Mail Stop 392 + Reno + NV + 89557 + Mr. + F219478 + L219478 + + Director, Sponsored Projects + 219478@hsesinfo.org + Ms. + F219479 + L219479 + + Director + 219479@hsesinfo.org + Mr. + F219481 + L219481 + + 219481@hsesinfo.org + Ms. + F219477 + L219477 + + 219477@hsesinfo.org + 555-555-9477 + + + 11600 + 9473 + 13390 + 000 + 2020 + 2020-07-01 + + HS + Active + Opportunities for Chenango, Inc. + http://www.ofcinc.org + 9473@hsesinfo.org + 44 W Main St + + Norwich + NY + 13815-1613 + 44 W Main St + + Norwich + NY + 13815-1613 + 44 W Main St + + Norwich + NY + 13815-1613 + Mr. + F229168 + L229168 + + President + 229168@hsesinfo.org + Mr. + F229169 + L229169 + + Executive Director + 229169@hsesinfo.org + Ms. + F229171 + L229171 + + 229171@hsesinfo.org + Mrs. + F229167 + L229167 + + 229167@hsesinfo.org + 555-555-9167 x 5555 + + + 11819 + 5963 + 13527 + 200 + + 2020-07-01 + + EHS + Active + Indianhead Community Action Agency + http://www.indianheadcaa.org/ + 5963@hsesinfo.org + 1000 College Ave W + + Ladysmith + WI + 54848-2118 + 1000 College Ave W + + Ladysmith + WI + 54848-2118 + 1000 College Ave W + + Ladysmith + WI + 54848-2118 + Mr. + F230690 + L230690 + + ICAA Board Chairperson + 230690@hsesinfo.org + Ms. + F230691 + L230691 + + CEO + 230691@hsesinfo.org + Mrs. + F230693 + L230693 + + 230693@hsesinfo.org + Ms. + F230689 + L230689 + + 230689@hsesinfo.org + 555-555-0689 + + + 10750 + 744 + 12740 + 000 + 2014 + 2019-12-01 + + HS + Active + Native American Coalition of Tulsa + nacths.com + 744@hsesinfo.org + 4935 S Union Ave + + Tulsa + OK + 74107-7839 + 4935 S Union Ave + + Tulsa + OK + 74107-7839 + 4935 S Union Ave + + Tulsa + OK + 74107-7839 + Mr. + F223576 + L223576 + + + 223576@hsesinfo.org + Mrs. + F223577 + L223577 + + + 223577@hsesinfo.org + Mrs. + F223579 + L223579 + + 223579@hsesinfo.org + Mrs. + F223575 + L223575 + + 223575@hsesinfo.org + 555-555-3575 + + + 10751 + 8009 + 12740 + 200 + 2016 + 2019-12-01 + + EHS + Active + Native American Coalition of Tulsa + nacths.com + 8009@hsesinfo.org + 4935 S Union Ave + + Tulsa + OK + 74107-7839 + 4935 S Union Ave + + Tulsa + OK + 74107-7839 + 4935 S Union Ave + + Tulsa + OK + 74107-7839 + Mr. + F223583 + L223583 + + + 223583@hsesinfo.org + Mrs. + F223584 + L223584 + + + 223584@hsesinfo.org + Mrs. + F223586 + L223586 + + 223586@hsesinfo.org + Mrs. + F223582 + L223582 + + 223582@hsesinfo.org + 555-555-3582 + + + 11800 + 2992 + 13509 + 200 + 2015 + 2020-07-01 + + EHS + Active + Dominican Women's Development Center + www.dwdc.org + 2992@hsesinfo.org + 519 W 189th Street- Ground Floor + + New York + NY + 10040 + 519 W 189th Street- Ground Floor + + New York + NY + 10040 + 519 W 189th Street- Ground Floor + + New York + NY + 10040 + Mrs. + F230563 + L230563 + + Chairperson + 230563@hsesinfo.org + Mrs. + F230564 + L230564 + + Executive + 230564@hsesinfo.org + Mrs. + F230566 + L230566 + + 230566@hsesinfo.org + Ms. + F230562 + L230562 + + 230562@hsesinfo.org + 555-555-0562 x 5555 + + + 11832 + 9622 + 13543 + 200 + 2020 + 2020-07-01 + + EHS + Active + Acelero, Inc. + www.acelero.net + 9622@hsesinfo.org + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + Mr. + F230781 + L230781 + + Chairman of the Board + 230781@hsesinfo.org + Ms. + F230782 + L230782 + + Executive Director-Camden Philadelphia + 230782@hsesinfo.org + Ms. + F230784 + L230784 + + 230784@hsesinfo.org + Mr. + F230780 + L230780 + + 230780@hsesinfo.org + 555-555-0780 + + + 11757 + 9569 + 13492 + 000 + 2020 + 2020-07-01 + + HS + Active + Edward C. Mazique Parent Child Center, Inc. + http://www.ecmpcc.org + 9569@hsesinfo.org + 1719 13th St NW + + Washington + DC + 20009-4304 + 1719 13th St NW + + Washington + DC + 20009-4304 + 1719 13th St NW + + Washington + DC + 20009-4304 + Dr. + F230262 + L230262 + + Board Chairman + 230262@hsesinfo.org + Ms. + F230263 + L230263 + M.Ed + + 230263@hsesinfo.org + Mrs. + F230265 + L230265 + + 230265@hsesinfo.org + Ms. + F230261 + L230261 + M.Ed + 230261@hsesinfo.org + 555-555-0261 x 5555 + + + 11758 + 9570 + 13486 + 200 + 2020 + 2020-07-01 + + EHS + Active + United Planning Organization + http://www.upo.org + 9570@hsesinfo.org + 301 Rhode Island Ave NW + + Washington + DC + 20001-1826 + 301 Rhode Island Ave NW + + Washington + DC + 20001-1826 + 301 Rhode Island Ave NW + + Washington + DC + 20001-1826 + Ms. + F230269 + L230269 + + Chairman of the Board of Directors + 230269@hsesinfo.org + Ms. + F230270 + L230270 + + President and CEO + 230270@hsesinfo.org + Ms. + F230272 + L230272 + + 230272@hsesinfo.org + Ms. + F230268 + L230268 + + 230268@hsesinfo.org + 555-555-0268 + + + 6515 + 616 + 10136 + 000 + 1991 + 2015-07-01 + 2020-06-30 + HS + Inactive + Mississippi Action for Progress, Inc. + http://www.mapheadstart.org + 616@hsesinfo.org + 1751 Morson Rd + + Jackson + MS + 39209-6546 + 1751 Morson Rd + + Jackson + MS + 39209-6546 + 1751 Morson Rd + + Jackson + MS + 39209-6546 + Mr. + F201275 + L201275 + + Governing Board Chairperson + 201275@hsesinfo.org + Dr. + F201276 + L201276 + + CEO/Head Start Director + 201276@hsesinfo.org + Mr. + F201278 + L201278 + + 201278@hsesinfo.org + Dr. + F201274 + L201274 + + 201274@hsesinfo.org + 555-555-1274 x 5555 + + + 11801 + 9599 + 13508 + 000 + 2020 + 2020-07-01 + + HS + Active + Five County Child Development Program, Inc. + www.fivecountyhs.org + 9599@hsesinfo.org + 1118 Third St + + Prentiss + MS + 39474-6006 + 1118 Third St + + Prentiss + MS + 39474-6006 + 1118 Third St + + Prentiss + MS + 39474-6006 + Mr. + F230570 + L230570 + + Board President + 230570@hsesinfo.org + Dr. + F230571 + L230571 + + Head Start Director + 230571@hsesinfo.org + Ms. + F230573 + L230573 + + 230573@hsesinfo.org + Dr. + F230569 + L230569 + + 230569@hsesinfo.org + 555-555-0569 + + + 11769 + 9581 + 13480 + 000 + 2020 + 2020-07-01 + + HS + Active + Friends of Children of Mississippi, Inc. + www.friendsofchildren.org + 9581@hsesinfo.org + 130 Riverview Dr + Ste C + Flowood + MS + 39232-8921 + 130 Riverview Dr + Ste C + Flowood + MS + 39232-8921 + 130 Riverview Dr + Ste C + Flowood + MS + 39232-8921 + Mr. + F230346 + L230346 + + Board Chairperson + 230346@hsesinfo.org + Dr. + F230347 + L230347 + + Interim Executive Director + 230347@hsesinfo.org + Mr. + F230349 + L230349 + + 230349@hsesinfo.org + Dr. + F230345 + L230345 + + 230345@hsesinfo.org + 555-555-0345 x 5555 + + + 11666 + 931 + 13431 + 000 + 2015 + 2020-07-01 + + HS + Active + Jefferson County Committee for Economic Opportunity + http://www.jcceo.org + 931@hsesinfo.org + 300 8th Ave W + + Birmingham + AL + 35204-3039 + 300 8th Ave W + + Birmingham + AL + 35204-3039 + 300 8th Ave W + + Birmingham + AL + 35204-3039 + Mr. + F229628 + L229628 + + Board President + 229628@hsesinfo.org + Ms. + F229629 + L229629 + + Executive Director + 229629@hsesinfo.org + Ms. + F229631 + L229631 + + 229631@hsesinfo.org + Ms. + F229627 + L229627 + + 229627@hsesinfo.org + 555-555-9627 + + + 11782 + 9594 + 13506 + 200 + 2020 + 2020-07-01 + + EHS + Active + ICARE, Inc. + http://www.icare-inc.org + 9594@hsesinfo.org + 1415 Shelton Ave + + Statesville + NC + 28677-7221 + 1415 Shelton Ave + + Statesville + NC + 28677-7221 + 1415 Shelton Ave + + Statesville + NC + 28677-7221 + Ms. + F230437 + L230437 + + Board Chairperson + 230437@hsesinfo.org + Mr. + F230438 + L230438 + + Executive Director + 230438@hsesinfo.org + Ms. + F230440 + L230440 + + 230440@hsesinfo.org + Mrs. + F230436 + L230436 + + 230436@hsesinfo.org + 555-555-0436 x 5555 + + + 6494 + 893 + 10165 + 000 + 1992 + 2015-07-01 + 2020-06-30 + HS + Inactive + ICARE, Inc. + http://www.icare-inc.org + 893@hsesinfo.org + 1415 Shelton Ave + + Statesville + NC + 28677-7221 + 1415 Shelton Ave + + Statesville + NC + 28677-7221 + 1415 Shelton Ave + + Statesville + NC + 28677-7221 + Ms. + F201128 + L201128 + + Board Chairperson + 201128@hsesinfo.org + Mr. + F201129 + L201129 + + Executive Director + 201129@hsesinfo.org + Ms. + F201131 + L201131 + + 201131@hsesinfo.org + Mrs. + F201127 + L201127 + + 201127@hsesinfo.org + 555-555-1127 x 5555 + + + 5733 + 931 + 9386 + 000 + 2015 + 2015-01-01 + 2020-06-30 + HS + Inactive + Jefferson County Committee for Economic Opportunity + http://www.jcceo.org + 931@hsesinfo.org + 300 8th Ave W + + Birmingham + AL + 35204-3039 + 300 8th Ave W + + Birmingham + AL + 35204-3039 + 300 8th Ave W + + Birmingham + AL + 35204-3039 + Mr. + F103155 + L103155 + + Board President + 103155@hsesinfo.org + Ms. + F103154 + L103154 + + Executive Director + 103154@hsesinfo.org + Ms. + F103157 + L103157 + + 103157@hsesinfo.org + Ms. + F103153 + L103153 + + 103153@hsesinfo.org + 555-555-3153 + + + 5734 + 3260 + 9386 + 200 + 1992 + 2015-01-01 + 2020-06-30 + EHS + Inactive + Jefferson County Committee for Economic Opportunity + http://www.jcceo.org + 3260@hsesinfo.org + 300 8th Ave W + + Birmingham + AL + 35204-3039 + 300 8th Ave W + + Birmingham + AL + 35204-3039 + 300 8th Ave W + + Birmingham + AL + 35204-3039 + Mr. + F103162 + L103162 + + Board President + 103162@hsesinfo.org + Ms. + F103161 + L103161 + + Executive Director + 103161@hsesinfo.org + Ms. + F103164 + L103164 + + 103164@hsesinfo.org + Ms. + F103160 + L103160 + + 103160@hsesinfo.org + 555-555-3160 + + + 5730 + 3008 + 9347 + 000 + 1992 + 2015-01-01 + 2020-06-30 + HS + Inactive + Martin County School District + www.martinschools.org + 3008@hsesinfo.org + 3400 SE Lionel Ter + + Stuart + FL + 34997-8838 + 3400 SE Lionel Ter + + Stuart + FL + 34997-8838 + 3400 SE Lionel Ter + + Stuart + FL + 34997-8838 + Ms. + F103148 + L103148 + + Board Chair + 103148@hsesinfo.org + Dr. + F103147 + L103147 + + + 103147@hsesinfo.org + Ms. + F103150 + L103150 + + 103150@hsesinfo.org + Ms. + F103146 + L103146 + + 103146@hsesinfo.org + 555-555-3146 x 5555 + + + 5591 + 5597 + 9343 + 000 + 2014 + 2014-12-01 + 2020-06-30 + HS + Inactive + Save the Children Federation, Inc + www.savethechildren.org + 5597@hsesinfo.org + 3600 Jackson St + Ste 114 + Alexandria + LA + 71303-3000 + 3600 Jackson St + Ste 114 + Alexandria + LA + 71303-3000 + 3600 Jackson St + Ste 114 + Alexandria + LA + 71303-3000 + Mr. + F100415 + L100415 + + Board Chair + 100415@hsesinfo.org + Mr. + F100416 + L100416 + + Executive Director + 100416@hsesinfo.org + Ms. + F100418 + L100418 + + 100418@hsesinfo.org + Mr. + F100414 + L100414 + + 100414@hsesinfo.org + 555-555-0414 + + + 9160 + 8733 + 11464 + 200 + 2018 + 2018-11-01 + 2020-10-31 + EHS + Inactive + CDI HS/Western Georgia, GA + www.cdiheadstart.org + 8733@hsesinfo.org + 1955 Roanoke Rd + + Lagrange + GA + 30240-3823 + PO Box 658 + + Lagrange + GA + 30241-0011 + 1955 Roanoke Rd + + Lagrange + GA + 30240-3823 + Mr. + F212658 + L212658 + + Chief Executive Officer + 212658@hsesinfo.org + Ms. + F212656 + L212656 + + Executive Director + 212656@hsesinfo.org + + F212659 + L212659 + + 212659@hsesinfo.org + Ms. + F212655 + L212655 + + 212655@hsesinfo.org + 555-555-2655 + + + 9159 + 8732 + 11464 + 000 + 2018 + 2018-11-01 + 2020-10-31 + HS + Inactive + CDI HS/Western Georgia, GA + www.cdiheadstart.org + 8732@hsesinfo.org + 1955 Roanoke Rd + + Lagrange + GA + 30240-3823 + PO Box 658 + + Lagrange + GA + 30241-0011 + 1955 Roanoke Rd + + Lagrange + GA + 30240-3823 + Mr. + F212652 + L212652 + + Chief Executive Officer + 212652@hsesinfo.org + Ms. + F212650 + L212650 + + Executive Director + 212650@hsesinfo.org + + F212653 + L212653 + + 212653@hsesinfo.org + Ms. + F212649 + L212649 + + 212649@hsesinfo.org + 555-555-2649 + + + 8528 + 8408 + 10935 + 200 + 2017 + 2017-03-01 + + EHS + Active + Mid America Regional Council + http://www.marc.org + 8408@hsesinfo.org + 600 Broadway, Suite 200 + + Kansas City + MO + 64105-1659 + 600 Broadway, Suite 200 + + Kansas City + MO + 64105-1659 + 600 Broadway, Suite 200 + + Kansas City + MO + 64105-1659 + Mr. + F208424 + L208424 + + Board Chairperson, Mid America Regional Council + 208424@hsesinfo.org + Mr. + F208425 + L208425 + + + 208425@hsesinfo.org + Mr. + F208427 + L208427 + + 208427@hsesinfo.org + Mr. + F208423 + L208423 + + 208423@hsesinfo.org + 555-555-8423 + + + 5363 + 1960 + 9176 + 000 + 1992 + 2014-09-01 + 2020-08-31 + HS + Inactive + Waldo Community Action Partners + http://www.waldocap.org + 1960@hsesinfo.org + 9 Field Street + + Belfast + ME + 04915 + P.O. Box 130 + + Belfast + ME + 04915-0130 + 9 Field Street + + Belfast + ME + 04915 + Ms. + F96516 + L96516 + + Board Chair + 96516@hsesinfo.org + Ms. + F96517 + L96517 + + + 96517@hsesinfo.org + Mrs. + F96515 + L96515 + + 96515@hsesinfo.org + Mrs. + F96513 + L96513 + + 96513@hsesinfo.org + 555-555-6513 x 5555 + + + 5364 + 2783 + 9176 + 200 + 2014 + 2014-09-01 + 2020-08-31 + EHS + Inactive + Waldo Community Action Partners + http://www.waldocap.org + 2783@hsesinfo.org + 9 Field Street + + Belfast + ME + 04915-0130 + P.O. BOX 130 + + BELFAST + ME + 04915-0130 + 9 Field Street + + Belfast + ME + 04915-0130 + Ms. + F96524 + L96524 + + Board Chair + 96524@hsesinfo.org + Ms. + F96522 + L96522 + + Executive Director + 96522@hsesinfo.org + Mrs. + F96521 + L96521 + + 96521@hsesinfo.org + Mrs. + F96520 + L96520 + + 96520@hsesinfo.org + 555-555-6520 x 5555 + + + 6710 + 979 + 10231 + 000 + 1993 + 2015-08-01 + + HS + Active + ROOFTOP OF VIRGINIA CAP + http://www.rtov.org + 979@hsesinfo.org + 206 N Main St + + Galax + VA + 24333-2910 + PO Box 853 + + Galax + VA + 24333-0853 + 206 N Main St + + Galax + VA + 24333-2910 + Mr. + F202641 + L202641 + + Rooftop of Virginia CAP Board Chairperson + 202641@hsesinfo.org + Mrs. + F202642 + L202642 + + Rooftop of Virginia CAP Executive Director + 202642@hsesinfo.org + Ms. + F202644 + L202644 + + 202644@hsesinfo.org + Ms. + F202640 + L202640 + + 202640@hsesinfo.org + 555-555-2640 x 5555 + + + 6711 + 2745 + 10231 + 200 + 2011 + 2015-08-01 + + EHS + Active + ROOFTOP OF VIRGINIA CAP + www.rtov.org + 2745@hsesinfo.org + 206 N Main St + + Galax + VA + 24333-2910 + PO BOX 853 + + Galax + VA + 24333-0853 + 206 N Main St + + Galax + VA + 24333-2910 + Mr. + F202648 + L202648 + + Rooftop of Virginia CAP Board Chairperson + 202648@hsesinfo.org + Mrs. + F202649 + L202649 + + Rooftop of Virginia CAP Executive Director + 202649@hsesinfo.org + Ms. + F202651 + L202651 + + 202651@hsesinfo.org + Ms. + F202647 + L202647 + + 202647@hsesinfo.org + 555-555-2647 x 5555 + + + 11850 + 5869 + 13565 + 001 + + 2020-07-01 + + HS + Active + Florence Fuller Child Development Centers, Inc + http://www.ffcdc.org + 5869@hsesinfo.org + 200 NE 14th St + + Boca Raton + FL + 33432-1848 + 200 NE 14th St + + Boca Raton + FL + 33432-1848 + 200 NE 14th St + + Boca Raton + FL + 33432-1848 + Mrs. + F230880 + L230880 + + President & Chairman of the Board + 230880@hsesinfo.org + Ms. + F230878 + L230878 + + CEO + 230878@hsesinfo.org + Mrs. + F230881 + L230881 + + 230881@hsesinfo.org + Ms. + F230877 + L230877 + + 230877@hsesinfo.org + 555-555-0877 x 5555 + + + 11873 + 9646 + 13585 + 000 + 2020 + 2020-09-01 + + HS + Active + CDI HS/South Central Colorado, CO + www.cdiheadstart.org + 9646@hsesinfo.org + 10065 E Harvard Ave + Ste 700 + Denver + CO + 80231-5915 + 10065 E Harvard Ave + Ste 700 + Denver + CO + 80231-5915 + 10065 E Harvard Ave + Ste 700 + Denver + CO + 80231-5915 + Mr. + F230999 + L230999 + + Chief Executive Officer + 230999@hsesinfo.org + Ms. + F230997 + L230997 + + Executive Director + 230997@hsesinfo.org + + F231000 + L231000 + + 231000@hsesinfo.org + Ms. + F230996 + L230996 + + 230996@hsesinfo.org + 555-555-0996 + + + 11388 + 6566 + 13241 + 000 + + 2020-06-01 + + HS + Active + Childcare Network of Evanston + www.childcarenetworkofevanston.org + 6566@hsesinfo.org + 1335 Dodge Ave + + Evanston + IL + 60201-4031 + 1335 Dodge Ave + + Evanston + IL + 60201-4031 + 1335 Dodge Ave + + Evanston + IL + 60201-4031 + Mr. + F227776 + L227776 + + Chair CNE Board of Directors + 227776@hsesinfo.org + Ms. + F227777 + L227777 + + Executive Director + 227777@hsesinfo.org + Ms. + F227779 + L227779 + + 227779@hsesinfo.org + Ms. + F227775 + L227775 + + 227775@hsesinfo.org + 555-555-7775 x 5555 + + + 11851 + 5870 + 13565 + 201 + + 2020-07-01 + + EHS + Active + Florence Fuller Child Development Centers, Inc + http://www.ffcdc.org + 5870@hsesinfo.org + 10130 185th St S + + Boca Raton + FL + 33498-6333 + 200 NE 14th St + + Boca Raton + FL + 33432-1848 + 200 NE 14th St + + Boca Raton + FL + 33432-1848 + Mrs. + F230886 + L230886 + + President & Chairman of the Board + 230886@hsesinfo.org + Ms. + F230884 + L230884 + + CEO + 230884@hsesinfo.org + Mrs. + F230887 + L230887 + + 230887@hsesinfo.org + Ms. + F230883 + L230883 + + 230883@hsesinfo.org + 555-555-0883 x 5555 + + + 11854 + 5872 + 13569 + 003 + + 2020-07-01 + + HS + Active + The Young Women's Christian Assoc of PB County, FL + http://www.ywcapbc.org + 5872@hsesinfo.org + 1016 N Dixie Hwy + + West Palm Beach + FL + 33401-3304 + 1016 N Dixie Hwy + + West Palm Beach + FL + 33401-3304 + 1016 N Dixie Hwy + + West Palm Beach + FL + 33401-3304 + Ms. + F230898 + L230898 + + Board Chair + 230898@hsesinfo.org + Ms. + F230896 + L230896 + + Chief Executive Officer + 230896@hsesinfo.org + + F230899 + L230899 + + 230899@hsesinfo.org + Ms. + F230895 + L230895 + + 230895@hsesinfo.org + 555-555-0895 + + + 11856 + 5873 + 13571 + 004 + + 2020-07-01 + + HS + Active + School District Palm Beach County + http://www.palmbeachschools.org + 5873@hsesinfo.org + 3300 Forest Hill Blvd + Ibis 50-101 + West Palm Beach + FL + 33406-5813 + 3300 Forest Hill Blvd + Ibis 50-101 + West Palm Beach + FL + 33406-5813 + 3300 Forest Hill Blvd + Ibis 50-101 + West Palm Beach + FL + 33406-5813 + Mr. + F230904 + L230904 + + Chairman + 230904@hsesinfo.org + Mrs. + F230902 + L230902 + + Director, Early Childhood Education + 230902@hsesinfo.org + + F230905 + L230905 + + 230905@hsesinfo.org + Mrs. + F230901 + L230901 + + 230901@hsesinfo.org + 555-555-0901 + + + 11858 + 5874 + 13571 + 204 + + 2020-07-01 + + EHS + Active + School District Palm Beach County + http://www.palmbeachschools.org + 5874@hsesinfo.org + 3300 Forest Hill Blvd + Ibis 50-101 + West Palm Beach + FL + 33406-5813 + 3300 Forest Hill Blvd + Ibis 50-101 + West Palm Beach + FL + 33406-5813 + 3300 Forest Hill Blvd + Ibis 50-101 + West Palm Beach + FL + 33406-5813 + Mr. + F230910 + L230910 + + Chairman + 230910@hsesinfo.org + Mrs. + F230908 + L230908 + + Director, Early Childhood Education + 230908@hsesinfo.org + + F230911 + L230911 + + 230911@hsesinfo.org + Mrs. + F230907 + L230907 + + 230907@hsesinfo.org + 555-555-0907 + + + 5866 + 5873 + 9539 + 004 + + 2014-07-01 + 2020-06-30 + HS + Inactive + School District Palm Beach County + http://www.palmbeachschools.org + 5873@hsesinfo.org + 3300 Forest Hill Blvd + Ibis 50-101 + West Palm Beach + FL + 33406-5813 + 3300 Forest Hill Blvd + Ibis 50-101 + West Palm Beach + FL + 33406-5813 + 3300 Forest Hill Blvd + Ibis 50-101 + West Palm Beach + FL + 33406-5813 + Mr. + F104730 + L104730 + + Chairman + 104730@hsesinfo.org + Mrs. + F104731 + L104731 + + Director, Early Childhood Education + 104731@hsesinfo.org + + F104733 + L104733 + + 104733@hsesinfo.org + Mrs. + F104729 + L104729 + + 104729@hsesinfo.org + 555-555-4729 + + + 5864 + 5871 + 9537 + 002 + + 2014-07-01 + 2020-06-30 + HS + Inactive + Hispanic Human Resources Council, Inc. + http:/www.hhrcinc.com + 5871@hsesinfo.org + 1427 South Congress Avenue + + West Palm Beach + FL + 33406-5120 + 1427 South Congress Avenue + + West Palm Beach + FL + 33406-5120 + 1427 South Congress Avenue + + West Palm Beach + FL + 33406-5120 + Mr. + F104712 + L104712 + + + 104712@hsesinfo.org + Mr. + F104713 + L104713 + + Executive Director + 104713@hsesinfo.org + + F104715 + L104715 + + 104715@hsesinfo.org + Mr. + F104711 + L104711 + + 104711@hsesinfo.org + 555-555-4711 + + + 11373 + 4901 + 13240 + 000 + 2014 + 2020-06-01 + + HS + Active + Acelero, Inc. + www.acelero.net + 4901@hsesinfo.org + 500 7th Ave + Fl 8 + New York + NY + 10018-4502 + 500 7th Ave + Fl 8 + New York + NY + 10018-4502 + 500 7th Ave + Fl 8 + New York + NY + 10018-4502 + Mr. + F227671 + L227671 + + Chairman of the Board + 227671@hsesinfo.org + Mr. + F227672 + L227672 + + COO/Head Start Director + 227672@hsesinfo.org + Ms. + F227674 + L227674 + + 227674@hsesinfo.org + Mr. + F227670 + L227670 + + 227670@hsesinfo.org + 555-555-7670 + + + 11374 + 8555 + 13240 + 200 + 2017 + 2020-06-01 + + EHS + Active + Acelero, Inc. + www.acelero.net + 8555@hsesinfo.org + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + Mr. + F227678 + L227678 + + Chairman of the Board + 227678@hsesinfo.org + Mr. + F227679 + L227679 + + COO/Head Start Director + 227679@hsesinfo.org + Ms. + F227681 + L227681 + + 227681@hsesinfo.org + Mr. + F227677 + L227677 + + 227677@hsesinfo.org + 555-555-7677 + + + 11859 + 5492 + 13573 + 001 + 2014 + 2020-06-01 + + HS + Active + Acelero Learning Wisconsin, Inc. (Racine County) + http://alwi.acelero.net + 5492@hsesinfo.org + 7833 W Capitol Dr + + Milwaukee + WI + 53222-2059 + 7833 W Capitol Dr + + Milwaukee + WI + 53222-2059 + 7833 W Capitol Dr + + Milwaukee + WI + 53222-2059 + Dr. + F230916 + L230916 + + + 230916@hsesinfo.org + Mr. + F230914 + L230914 + + + 230914@hsesinfo.org + Ms. + F230917 + L230917 + + 230917@hsesinfo.org + Ms. + F230913 + L230913 + + 230913@hsesinfo.org + 555-555-0913 + + + 11860 + 8556 + 13573 + 201 + 2017 + 2020-06-01 + + EHS + Active + Acelero Learning Wisconsin, Inc. (Racine County) + http://alwi.acelero.net + 8556@hsesinfo.org + 7833 W Capitol Dr + + Milwaukee + WI + 53222-2059 + 7833 W Capitol Dr + + Milwaukee + WI + 53222-2059 + 7833 W Capitol Dr + + Milwaukee + WI + 53222-2059 + Dr. + F230922 + L230922 + + + 230922@hsesinfo.org + Mr. + F230920 + L230920 + + + 230920@hsesinfo.org + Ms. + F230923 + L230923 + + 230923@hsesinfo.org + Ms. + F230919 + L230919 + + 230919@hsesinfo.org + 555-555-0919 + + + 4897 + 4901 + 8845 + 000 + 2014 + 2014-06-01 + 2020-05-31 + HS + Inactive + Acelero, Inc. + www.acelero.net + 4901@hsesinfo.org + 500 7th Ave + Fl 8 + New York + NY + 10018-4502 + 500 7th Ave + Fl 8 + New York + NY + 10018-4502 + 500 7th Ave + Fl 8 + New York + NY + 10018-4502 + Mr. + F47895 + L47895 + + Chairman of the Board + 47895@hsesinfo.org + Mr. + F47896 + L47896 + + COO/Head Start Director + 47896@hsesinfo.org + Ms. + F47898 + L47898 + + 47898@hsesinfo.org + Mr. + F47894 + L47894 + + 47894@hsesinfo.org + 555-555-7894 + + + 11861 + 3811 + 13575 + 001 + + 2020-07-01 + + HS + Active + Mid Michigan Community Action Agency + http://www.mmcaa.org + 3811@hsesinfo.org + 1574 E Washington Rd + + Farwell + MI + 48622-9437 + PO Box 768 + 1574 E. Washington Road + Farwell + MI + 48622-0768 + 1574 E Washington Rd + + Farwell + MI + 48622-9437 + Mr. + F230928 + L230928 + + Chairman of the Board of Directors + 230928@hsesinfo.org + Ms. + F230926 + L230926 + + + 230926@hsesinfo.org + Ms. + F230929 + L230929 + + 230929@hsesinfo.org + Ms. + F230925 + L230925 + + 230925@hsesinfo.org + 555-555-0925 x 5555 + + + 5912 + 3811 + 9540 + 001 + + 2015-02-01 + 2020-06-30 + HS + Inactive + Mid Michigan Community Action Agency + http://www.mmcaa.org + 3811@hsesinfo.org + 1574 E Washington Rd + + Farwell + MI + 48622-9437 + P.O. Box 768 + 1574 E. Washington Road + Farwell + MI + 48622 + 1574 E Washington Rd + + Farwell + MI + 48622-9437 + Mr. + F106964 + L106964 + + Chairman of the Board of Directors + 106964@hsesinfo.org + Ms. + F106966 + L106966 + + + 106966@hsesinfo.org + Ms. + F106963 + L106963 + + 106963@hsesinfo.org + Ms. + F106962 + L106962 + + 106962@hsesinfo.org + 555-555-6962 x 5555 + + + 6490 + 1559 + 10086 + 200 + 2000 + 2015-07-01 + 2020-06-30 + EHS + Inactive + Monongalia County Board of Education + http://boe.mono.k12.wv.us/students_and_parents/childhood_programs + 1559@hsesinfo.org + 1433 Dorsey Ave + + Morgantown + WV + 26501-7121 + 1433 Dorsey Ave + + Morgantown + WV + 26501-7121 + 1433 Dorsey Ave + + Morgantown + WV + 26501-7121 + Mr. + F201100 + L201100 + + Board President + 201100@hsesinfo.org + Dr. + F201101 + L201101 + + Superintendent of Schools + 201101@hsesinfo.org + Ms. + F201103 + L201103 + + 201103@hsesinfo.org + Mrs. + F201099 + L201099 + + 201099@hsesinfo.org + 555-555-1099 x 5555 + + + 6268 + 3626 + 9896 + 001 + + 2015-04-01 + + Migrant HS + Active + Buen Pastor Ministries, Inc. + www.telamon.org + 3626@hsesinfo.org + 111 West 13th Street + + Holland + MI + 49423-3220 + 111 West 13th Street + + Holland + MI + 49423-3220 + 111 West 13th Street + + Holland + MI + 49423-3220 + Ms. + F109844 + L109844 + + Board President + 109844@hsesinfo.org + Ms. + F109841 + L109841 + + Executive Director + 109841@hsesinfo.org + Mr. + F109842 + L109842 + + 109842@hsesinfo.org + Mrs. + F109840 + L109840 + + 109840@hsesinfo.org + 555-555-9840 + + + 11862 + 3626 + 13577 + 001 + + 2020-07-01 + + Migrant HS + Active + Buen Pastor Ministries, Inc. + www.telamon.org + 3626@hsesinfo.org + 111 W 13th St + + Holland + MI + 49423-3220 + 111 W 13th St + + Holland + MI + 49423-3220 + 111 W 13th St + + Holland + MI + 49423-3220 + Ms. + F230934 + L230934 + + Board President + 230934@hsesinfo.org + Ms. + F230932 + L230932 + + Executive Director + 230932@hsesinfo.org + Mr. + F230935 + L230935 + + 230935@hsesinfo.org + Mrs. + F230931 + L230931 + + 230931@hsesinfo.org + 555-555-0931 + + + 11863 + 3625 + 13577 + 201 + 2010 + 2020-07-01 + + Migrant EHS + Active + Buen Pastor Ministries, Inc. + www.telamon.org + 3625@hsesinfo.org + 111 W 13th St + + Holland + MI + 49423-3220 + 111 W 13th St + + Holland + MI + 49423-3220 + 111 W 13th St + + Holland + MI + 49423-3220 + + F230940 + L230940 + + Board President + 230940@hsesinfo.org + + F230938 + L230938 + + + 230938@hsesinfo.org + + F230941 + L230941 + + 230941@hsesinfo.org + Mrs. + F230937 + L230937 + + 230937@hsesinfo.org + 555-555-0937 + + + 8402 + 2454 + 10818 + 000 + 1994 + 2017-01-01 + + AIAN HS + Active + Karuk Tribe of California + karuk.us + 2454@hsesinfo.org + 632 Jacobs Way + + Happy Camp + CA + 96039 + 632 Jacobs Way + + Happy Camp + CA + 96039 + 632 Jacobs Way + + Happy Camp + CA + 96039 + Hon. + F208015 + L208015 + + Chairman + 208015@hsesinfo.org + Ms. + F208016 + L208016 + + Economic Developer/Operations Manager + 208016@hsesinfo.org + Ms. + F208018 + L208018 + + 208018@hsesinfo.org + Ms. + F208014 + L208014 + + 208014@hsesinfo.org + 555-555-8014 x 5555 + + + 5046 + 1961 + 8965 + 000 + 1992 + 2014-07-01 + 2020-06-30 + HS + Inactive + Mohawk Valley Community Action Agency, Inc. + http://www.mvcaa.com + 1961@hsesinfo.org + 9882 River Road + + Utica + NY + 13502 + 9882 River Road + + Utica + NY + 13502 + 9882 River Road + + Utica + NY + 13502 + Mr. + F51343 + L51343 + + Interim Board Chair + 51343@hsesinfo.org + Ms. + F51339 + L51339 + + Executve Director + 51339@hsesinfo.org + Ms. + F51340 + L51340 + + 51340@hsesinfo.org + Ms. + F51338 + L51338 + + 51338@hsesinfo.org + 555-555-1338 x 5555 + + + 9909 + 8967 + 11999 + 200 + 2019 + 2019-07-01 + + EHS + Active + Baby TALK, Inc. + babytalk.org/baby-talk-early-head-start + 8967@hsesinfo.org + 710 W Macon St + + Decatur + IL + 62522-3014 + 710 W Macon St + + Decatur + IL + 62522-3014 + 500 E Lakeshore Dr. + + Decatur + IL + 62521-3336 + Mr. + F217773 + L217773 + + Baby TALK Board President + 217773@hsesinfo.org + Mrs. + F217774 + L217774 + + Executive Director + 217774@hsesinfo.org + Ms. + F217776 + L217776 + + 217776@hsesinfo.org + Mrs. + F217772 + L217772 + + 217772@hsesinfo.org + 555-555-7772 + + + 10846 + 3237 + 12820 + 200 + 2015 + 2020-01-01 + + EHS + Active + Baby TALK, Inc. + babytalk.org/baby-talk-early-head-start + 3237@hsesinfo.org + 710 W Macon St + + Decatur + IL + 62522-3014 + 710 W Macon St + + Decatur + IL + 62522-3014 + 500 E Lakeshore Dr. + + Decatur + IL + 62521-3336 + Mr. + F224209 + L224209 + + Baby TALK Board President + 224209@hsesinfo.org + Mrs. + F224210 + L224210 + + Executive Director + 224210@hsesinfo.org + Ms. + F224212 + L224212 + + 224212@hsesinfo.org + Mrs. + F224208 + L224208 + + 224208@hsesinfo.org + 555-555-4208 + + + 5710 + 3238 + 9360 + 200 + 2015 + 2015-01-01 + 2020-06-30 + EHS + Inactive + Baldwin Park Unified School District + www.bpusd.net + 3238@hsesinfo.org + 3699 North Holly Avenue + + Baldwin Park + CA + 91706-5327 + 3699 North Holly Avenue + + Baldwin Park + CA + 91706-5327 + 13307 Francisquito Ave + + Baldwin Park + CA + 91706-4829 + Mrs. + F102565 + L102565 + + Board Chairperson + 102565@hsesinfo.org + Dr. + F102563 + L102563 + + Superintendent + 102563@hsesinfo.org + Mrs. + F102562 + L102562 + + 102562@hsesinfo.org + Mr. + F102561 + L102561 + + 102561@hsesinfo.org + 555-555-2561 + + + 8874 + 3303 + 11240 + 200 + 2013 + 2018-07-01 + + EHS + Active + Baldwin Park Unified School District + www.bpusd.net/ece + 3303@hsesinfo.org + 3699 North Holly Avenue + + Baldwin Park + CA + 91706-5327 + 3699 North Holly Avenue + + Baldwin Park + CA + 91706-5327 + 3699 North Holly Avenue + + Baldwin Park + CA + 91706-5327 + Mrs. + F210640 + L210640 + + Board Chariperson + 210640@hsesinfo.org + Dr. + F210641 + L210641 + + Superintendent + 210641@hsesinfo.org + Mrs. + F210643 + L210643 + + 210643@hsesinfo.org + Mr. + F210639 + L210639 + + 210639@hsesinfo.org + 555-555-0639 + + + 8873 + 3325 + 11240 + 000 + 2013 + 2018-07-01 + + HS + Active + Baldwin Park Unified School District + www.bpusd.net/ece + 3325@hsesinfo.org + 3699 North Holly Avenue + + Baldwin Park + CA + 91706-5327 + 3699 North Holly Avenue + + Baldwin Park + CA + 91706-5327 + 3699 North Holly Avenue + + Baldwin Park + CA + 91706-5327 + Mrs. + F210633 + L210633 + + Board Chairperson + 210633@hsesinfo.org + Dr. + F210634 + L210634 + + Superintendent + 210634@hsesinfo.org + Mrs. + F210636 + L210636 + + 210636@hsesinfo.org + Mr. + F210632 + L210632 + + 210632@hsesinfo.org + 555-555-0632 + + + 11865 + 9638 + 13538 + 200 + 2020 + 2020-07-01 + + EHS + Active + Centro de la Familia de Utah + http://www.cdlf.org + 9638@hsesinfo.org + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + Mr. + F230946 + L230946 + + Chair-Board of Directors + 230946@hsesinfo.org + Mr. + F230944 + L230944 + + + 230944@hsesinfo.org + Ms. + F230947 + L230947 + + 230947@hsesinfo.org + Mr. + F230943 + L230943 + + 230943@hsesinfo.org + 555-555-0943 + + + 6808 + 2512 + 10268 + 200 + 2007 + 2015-09-01 + 2020-08-31 + EHS + Inactive + HOWARD AREA COMMUNITY CENTER + www.howardarea.org + 2512@hsesinfo.org + 7648 N Paulina St + + Chicago + IL + 60626-1018 + 7648 N Paulina St + + Chicago + IL + 60626-1018 + 7648 N Paulina St + + Chicago + IL + 60626-1018 + Mr. + F203331 + L203331 + + President + 203331@hsesinfo.org + Mr. + F203332 + L203332 + + Interim Executive Director + 203332@hsesinfo.org + Ms. + F203334 + L203334 + + 203334@hsesinfo.org + Ms. + F203330 + L203330 + + 203330@hsesinfo.org + 555-555-3330 + + + 5962 + 5969 + 9669 + 200 + + 2015-02-01 + 2020-07-31 + EHS + Inactive + Youth Development Inc. + http://www.ydinm.org + 5969@hsesinfo.org + 6301 Central Ave NW + + Albuquerque + NM + 87105-2036 + 6301 Central Ave NW + + Albuquerque + NM + 87105-2036 + 6301 Central Ave NW + + Albuquerque + NM + 87105-2036 + Ms. + F106350 + L106350 + + Chair of the Board + 106350@hsesinfo.org + Dr. + F106351 + L106351 + + + 106351@hsesinfo.org + Ms. + F106353 + L106353 + + 106353@hsesinfo.org + Ms. + F106349 + L106349 + + 106349@hsesinfo.org + 555-555-6349 + + + 11868 + 5969 + 13580 + 200 + + 2020-08-01 + + EHS + Active + Youth Development Inc. + http://www.ydinm.org + 5969@hsesinfo.org + 6301 Central Ave NW + + Albuquerque + NM + 87105-2036 + 6301 Central Ave NW + + Albuquerque + NM + 87105-2036 + 6301 Central Ave NW + + Albuquerque + NM + 87105-2036 + Ms. + F230962 + L230962 + + Chair of the Board + 230962@hsesinfo.org + Dr. + F230963 + L230963 + + + 230963@hsesinfo.org + Ms. + F230965 + L230965 + + 230965@hsesinfo.org + Ms. + F230961 + L230961 + + 230961@hsesinfo.org + 555-555-0961 + + + 6466 + 6484 + 10043 + 200 + + 2015-07-01 + 2020-06-30 + EHS + Inactive + Community Action Organization of Erie County, Inc. + caoec.org + 6484@hsesinfo.org + 45 Jewett Ave + Ste 150 + Buffalo + NY + 14214-2442 + 45 Jewett Ave + Ste 150 + Buffalo + NY + 14214-2442 + 45 Jewett Ave + Ste 150 + Buffalo + NY + 14214-2442 + Hon. + F200932 + L200932 + + Board President + 200932@hsesinfo.org + Mr. + F200933 + L200933 + + President/CEO + 200933@hsesinfo.org + Ms. + F200935 + L200935 + + 200935@hsesinfo.org + Ms. + F200931 + L200931 + + 200931@hsesinfo.org + 555-555-0931 x 5555 + + + 11390 + 9326 + 13249 + 000 + 2020 + 2020-07-01 + + HS + Active + CDI HS/Niagara County, NY + www.cdiheadstart.org + 9326@hsesinfo.org + 901 24th St + + Niagara Falls + NY + 14301-2415 + 901 24th St + + Niagara Falls + NY + 14301-2415 + 901 24th St + + Niagara Falls + NY + 14301-2415 + Mr. + F227792 + L227792 + + Chief Executive Officer + 227792@hsesinfo.org + Ms. + F227790 + L227790 + + Executive Director + 227790@hsesinfo.org + + F227793 + L227793 + + 227793@hsesinfo.org + Ms. + F227789 + L227789 + + 227789@hsesinfo.org + 555-555-7789 + + + 9507 + 8789 + 11721 + 200 + 2019 + 2019-03-01 + + EHS + Active + Genesee Intermediate School District + http://www.geneseeisd.org/ + 8789@hsesinfo.org + 2033 S Elms Rd + + Swartz Creek + MI + 48473-9794 + 2413 W Maple Ave + + Flint + MI + 48507-3429 + 2413 W Maple Ave + + Flint + MI + 48507-3429 + Mr. + F215046 + L215046 + + Board Chair + 215046@hsesinfo.org + Mrs. + F215047 + L215047 + + Superintendent, Genesee Intermediate School District + 215047@hsesinfo.org + Ms. + F215049 + L215049 + + 215049@hsesinfo.org + Mrs. + F215045 + L215045 + + 215045@hsesinfo.org + 555-555-5045 + + + 8553 + 8433 + 10954 + 200 + 2017 + 2017-03-01 + + EHS + Active + Genesee Intermediate School District + http://www.geneseeisd.org/ + 8433@hsesinfo.org + 2033 S Elms Rd + + Swartz Creek + MI + 48473-9794 + 2413 W Maple Ave + + Flint + MI + 48507-3429 + 2413 W Maple Ave + + Flint + MI + 48507-3429 + Mr. + F208599 + L208599 + + Board Chair + 208599@hsesinfo.org + Mrs. + F208600 + L208600 + + Superintendent, Genesee Intermediate School District + 208600@hsesinfo.org + Ms. + F208602 + L208602 + + 208602@hsesinfo.org + Mrs. + F208598 + L208598 + + 208598@hsesinfo.org + 555-555-8598 + + + 11702 + 516 + 13437 + 000 + 1992 + 2020-07-01 + + HS + Active + Metropolitan Action Commission + www.nashville.gov/mac + 516@hsesinfo.org + 800 2nd Ave N + + Nashville + TN + 37201-1083 + 800 2nd Ave N + + Nashville + TN + 37201-1083 + 800 2nd Ave N + + Nashville + TN + 37201-1083 + Dr. + F229879 + L229879 + + Board Chair + 229879@hsesinfo.org + Dr. + F229880 + L229880 + + Executive Director + 229880@hsesinfo.org + Miss + F229882 + L229882 + + 229882@hsesinfo.org + Ms. + F229878 + L229878 + + 229878@hsesinfo.org + 555-555-9878 x 5555 + + + 11703 + 2857 + 13437 + 200 + 2011 + 2020-07-01 + + EHS + Active + Metropolitan Action Commission + www.nashville.gov/mac + 2857@hsesinfo.org + 800 2nd Ave N + + Nashville + TN + 37201-1083 + 800 2nd Ave N + + Nashville + TN + 37201-1083 + 800 2nd Ave N + + Nashville + TN + 37201-1083 + Dr. + F229886 + L229886 + + Board Chair + 229886@hsesinfo.org + Dr. + F229887 + L229887 + + Executive Director + 229887@hsesinfo.org + Mr. + F229889 + L229889 + + 229889@hsesinfo.org + Ms. + F229885 + L229885 + + 229885@hsesinfo.org + 555-555-9885 x 5555 + + + 4968 + 1989 + 8927 + 200 + 2014 + 2014-07-01 + 2019-06-30 + EHS + Inactive + Yeled V'Yalda Early Childhood Center + http://www.yeled.org + 1989@hsesinfo.org + 1312-38th Street + + Brooklyn + NY + 11218 + 1312-38th Street + + Brooklyn + NY + 11218 + 1312-38th Street + + Brooklyn + NY + 11218 + Mr. + F49307 + L49307 + + Chairman of the Board of Directors + 49307@hsesinfo.org + Mr. + F49310 + L49310 + + + 49310@hsesinfo.org + Mrs. + F49309 + L49309 + + 49309@hsesinfo.org + Mr. + F49306 + L49306 + + 49306@hsesinfo.org + 555-555-9306 x 5555 + + + 11879 + 1087 + 13588 + 000 + 1992 + 2020-08-01 + + HS + Active + Sacramento Employment And Training Agency + http://www.headstart.seta.net + 1087@hsesinfo.org + 925 Del Paso Blvd Ste 200 + + Sacramento + CA + 95815-3500 + 925 Del Paso Blvd Ste 200 + + Sacramento + CA + 95815-3500 + 925 Del Paso Blvd Ste 200 + + Sacramento + CA + 95815-3500 + Mr. + F231029 + L231029 + + Board of Supervisor + 231029@hsesinfo.org + Ms. + F231030 + L231030 + + Executive Director + 231030@hsesinfo.org + Ms. + F231032 + L231032 + + 231032@hsesinfo.org + Ms. + F231028 + L231028 + + 231028@hsesinfo.org + 555-555-1028 + + + 11876 + 1989 + 11589 + 200 + 2014 + 2020-07-01 + + EHS + Active + Yeled V'Yalda Early Childhood Center + http://www.yeled.org + 1989@hsesinfo.org + 1312 38th St + + Brooklyn + NY + 11218-3612 + 1312 38th St + + Brooklyn + NY + 11218-3612 + 1312 38th St + + Brooklyn + NY + 11218-3612 + Mr. + F231011 + L231011 + + Chairperson + 231011@hsesinfo.org + Mr. + F231009 + L231009 + + + 231009@hsesinfo.org + Mrs. + F231012 + L231012 + + 231012@hsesinfo.org + Mr. + F231008 + L231008 + + 231008@hsesinfo.org + 555-555-1008 x 5555 + + + 9967 + 2961 + 12078 + 000 + 2014 + 2019-07-01 + 2020-06-30 + HS + Inactive + Yeled V'Yalda Early Childhood Center + http://www.yeled.org + 2961@hsesinfo.org + 1312-38th Street + + Brooklyn + NY + 11218-3807 + 1312-38th Street + + Brooklyn + NY + 11218-3807 + 1312-38th Street + + Brooklyn + NY + 11218-3807 + Mr. + F218162 + L218162 + + Chairman of the Board of Directors + 218162@hsesinfo.org + Mr. + F218163 + L218163 + + CEO + 218163@hsesinfo.org + Mrs. + F218165 + L218165 + + 218165@hsesinfo.org + Mr. + F218161 + L218161 + + 218161@hsesinfo.org + 555-555-8161 x 5555 + + + 11880 + 3707 + 13589 + 001 + + 2020-08-01 + + HS + Active + Elk Grove Unified School District + + 3707@hsesinfo.org + 9510 Elk Grove Florin Road + + Elk Grove + CA + 95624-1801 + 9510 Elk Grove Florin Road + + Elk Grove + CA + 95624-1801 + 9510 Elk Grove Florin Road + + Elk Grove + CA + 95624-1801 + Mr. + F231036 + L231036 + + President + 231036@hsesinfo.org + Mr. + F231037 + L231037 + + Superintendent + 231037@hsesinfo.org + Mrs. + F231039 + L231039 + + 231039@hsesinfo.org + Ms. + F231035 + L231035 + + 231035@hsesinfo.org + 555-555-1035 + + + 11881 + 3710 + 13590 + 002 + + 2020-08-01 + + HS + Active + Sacramento City Unified School District + www.scusd.edu + 3710@hsesinfo.org + Serna Center + 5735 - 47th Avenue + Sacramento + CA + 95824-4528 + Serna Center + 5735 - 47th Avenue + Sacramento + CA + 95824-4528 + Serna Center + 5735 - 47th Avenue + Sacramento + CA + 95824-4528 + Ms. + F231043 + L231043 + + President + 231043@hsesinfo.org + Mr. + F231044 + L231044 + + Superintendent + 231044@hsesinfo.org + Ms. + F231046 + L231046 + + 231046@hsesinfo.org + Ms. + F231042 + L231042 + + 231042@hsesinfo.org + 555-555-1042 + + + 8860 + 1112 + 11230 + 000 + 2013 + 2018-07-01 + + HS + Active + City and County of Denver Mayor's Office + http://www.denvergov.org + 1112@hsesinfo.org + 201 W Colfax Ave + Dept 1101 + Denver + CO + 80202-5332 + 201 W Colfax Ave + Dept 1101 + Denver + CO + 80202-5332 + 201 W Colfax Ave + Dept 1101 + Denver + CO + 80202-5332 + Hon. + F210542 + L210542 + + Mayor - City and County of Denver + 210542@hsesinfo.org + Ms. + F210543 + L210543 + + + 210543@hsesinfo.org + Mr. + F210545 + L210545 + + 210545@hsesinfo.org + Dr. + F210541 + L210541 + + 210541@hsesinfo.org + 555-555-0541 + + + 11882 + 3709 + 13591 + 003 + + 2020-08-01 + + HS + Active + San Juan Unified School District/Child Development + www.sanjuan.edu + 3709@hsesinfo.org + 5309 Kenneth Avenue + + Carmichael + CA + 95608-4716 + 5309 Kenneth Avenue + + Carmichael + CA + 95608-4716 + 5309 Kenneth Avenue + + Carmichael + CA + 95608-4716 + Ms. + F231050 + L231050 + + President + 231050@hsesinfo.org + Mr. + F231051 + L231051 + + Superintendent of Schools + 231051@hsesinfo.org + Ms. + F231053 + L231053 + + 231053@hsesinfo.org + Mr. + F231049 + L231049 + + 231049@hsesinfo.org + 555-555-1049 + + + 11883 + 3713 + 13592 + 004 + + 2020-08-01 + + HS + Active + Twin Rivers Unified School District + www.twinriversusd.org + 3713@hsesinfo.org + 5115 Dudley Blvd + + Mcclellan + CA + 95652 + 5115 Dudley Blvd + + Mcclellan + CA + 95652 + 5115 Dudley Blvd + + Mcclellan + CA + 95652 + Mrs. + F231057 + L231057 + JD + Board President + 231057@hsesinfo.org + Dr. + F231058 + L231058 + + Superintendent + 231058@hsesinfo.org + Mrs. + F231060 + L231060 + + 231060@hsesinfo.org + Dr. + F231056 + L231056 + + 231056@hsesinfo.org + 555-555-1056 + + + 11874 + 9647 + 11230 + 200 + 2020 + 2020-07-01 + + EHS + Active + City and County of Denver Mayor's Office + http://www.denvergov.org + 9647@hsesinfo.org + 201 W Colfax Ave + Dept 1101 + Denver + CO + 80202-5332 + 201 W Colfax Ave + Dept 1101 + Denver + CO + 80202-5332 + 201 W Colfax Ave + Dept 1101 + Denver + CO + 80202-5332 + Hon. + F231005 + L231005 + + Mayor - City and County of Denver + 231005@hsesinfo.org + Ms. + F231003 + L231003 + + + 231003@hsesinfo.org + Mr. + F231006 + L231006 + + 231006@hsesinfo.org + Dr. + F231002 + L231002 + + 231002@hsesinfo.org + 555-555-1002 + + + 11877 + 2353 + 13586 + 000 + 1992 + 2020-08-01 + + HS + Active + Cayuga/Seneca Community Action Agency, Inc. + http://www.cscaa.com + 2353@hsesinfo.org + 89 York St + + Auburn + NY + 13021-1135 + 89 York St + + Auburn + NY + 13021-1135 + 89 York St + + Auburn + NY + 13021-1135 + Mr. + F231015 + L231015 + + Board Chairperson + 231015@hsesinfo.org + Mrs. + F231016 + L231016 + + Executive Director + 231016@hsesinfo.org + Mrs. + F231018 + L231018 + + 231018@hsesinfo.org + Ms. + F231014 + L231014 + + 231014@hsesinfo.org + 555-555-1014 x 5555 + + + 11878 + 2779 + 13586 + 200 + 2011 + 2020-08-01 + + EHS + Active + Cayuga/Seneca Community Action Agency, Inc. + http://www.cscaa.com + 2779@hsesinfo.org + 89 York St Ste 1 + + Auburn + NY + 13021-1135 + 89 York St Ste 1 + + Auburn + NY + 13021-1135 + 89 York St Ste 1 + + Auburn + NY + 13021-1135 + Mr. + F231022 + L231022 + + Board Chairperson + 231022@hsesinfo.org + Mrs. + F231023 + L231023 + + Executive Director + 231023@hsesinfo.org + Mrs. + F231025 + L231025 + + 231025@hsesinfo.org + Ms. + F231021 + L231021 + + 231021@hsesinfo.org + 555-555-1021 x 5555 + + + 11884 + 3711 + 13593 + 005 + + 2020-08-01 + + HS + Active + W.C.I.C. / Playmate Child Development Center + www.wcicinc.org + 3711@hsesinfo.org + 3555 3rd Ave + + Sacramento + CA + 95817-2812 + 3555 3rd Ave + + Sacramento + CA + 95817-2812 + 3555 3rd Ave + + Sacramento + CA + 95817-2812 + Atty. + F231064 + L231064 + + President + 231064@hsesinfo.org + Ms. + F231065 + L231065 + + Executive Director/Head Start + 231065@hsesinfo.org + Ms. + F231067 + L231067 + + 231067@hsesinfo.org + Ms. + F231063 + L231063 + + 231063@hsesinfo.org + 555-555-1063 + + + 11885 + 1086 + 13588 + 200 + 2000 + 2020-08-01 + + EHS + Active + Sacramento Employment And Training Agency + http://www.headstart.seta.net + 1086@hsesinfo.org + 925 Del Paso Blvd Ste 200 + + Sacramento + CA + 95815-3500 + 925 Del Paso Blvd Ste 200 + + Sacramento + CA + 95815-3500 + 925 Del Paso Blvd Ste 200 + + Sacramento + CA + 95815-3500 + Mr. + F231071 + L231071 + + Board of Supervisor + 231071@hsesinfo.org + Ms. + F231072 + L231072 + + Executive Director + 231072@hsesinfo.org + Ms. + F231074 + L231074 + + 231074@hsesinfo.org + Ms. + F231070 + L231070 + + 231070@hsesinfo.org + 555-555-1070 + + + 11886 + 3715 + 13590 + 202 + + 2020-08-01 + + EHS + Active + Sacramento City Unified School District + www.scusd.edu + 3715@hsesinfo.org + Serna Center + 5735 - 47th Avenue + Sacramento + CA + 95824-4528 + Serna Center + 5735 - 47th Avenue + Sacramento + CA + 95824-4528 + Serna Center + 5735 - 47th Avenue + Sacramento + CA + 95824-4528 + Mr. + F231078 + L231078 + + President + 231078@hsesinfo.org + Mr. + F231079 + L231079 + + Superintendent + 231079@hsesinfo.org + Ms. + F231081 + L231081 + + 231081@hsesinfo.org + Ms. + F231077 + L231077 + + 231077@hsesinfo.org + 555-555-1077 + + + 11887 + 3714 + 13591 + 203 + + 2020-08-01 + + EHS + Active + San Juan Unified School District/Child Development + www.sanjuan.edu + 3714@hsesinfo.org + 5309 Kenneth Avenue + + Carmichael + CA + 95608-4716 + 5309 Kenneth Avenue + + Carmichael + CA + 95608-4716 + 5309 Kenneth Avenue + + Carmichael + CA + 95608-4716 + Ms. + F231085 + L231085 + + President + 231085@hsesinfo.org + Mr. + F231086 + L231086 + + Superintendent of Schools + 231086@hsesinfo.org + Ms. + F231088 + L231088 + + 231088@hsesinfo.org + Mr. + F231084 + L231084 + + 231084@hsesinfo.org + 555-555-1084 + + + 11888 + 8639 + 13592 + 204 + 2017 + 2020-08-01 + + EHS + Active + Twin Rivers Unified School District + www.twinriversusd.org + 8639@hsesinfo.org + 5115 Dudley Blvd + + Mcclellan + CA + 95652 + 5115 Dudley Blvd + + Mcclellan + CA + 95652 + 5115 Dudley Blvd + + Mcclellan + CA + 95652 + Mrs. + F231092 + L231092 + + Board President + 231092@hsesinfo.org + Dr. + F231093 + L231093 + + Superintendent + 231093@hsesinfo.org + Mrs. + F231095 + L231095 + + 231095@hsesinfo.org + Dr. + F231091 + L231091 + + 231091@hsesinfo.org + 555-555-1091 + + + 11489 + 9394 + 13320 + 000 + 2020 + 2020-07-01 + + HS + Active + Greater East Texas Community Action Program + http://www.headstart-getcap.org + 9394@hsesinfo.org + 1902 Old Tyler Rd + + Nacogdoches + TX + 75964-3246 + PO Box 631938 + + Nacogdoches + TX + 75963-1938 + 1902 Old Tyler Rd + + Nacogdoches + TX + 75964-3246 + Mr. + F228450 + L228450 + + Board Chair + 228450@hsesinfo.org + Mrs. + F228451 + L228451 + + Executive Director + 228451@hsesinfo.org + Mr. + F228453 + L228453 + + 228453@hsesinfo.org + Mr. + F228449 + L228449 + + 228449@hsesinfo.org + 555-555-8449 + + + 11490 + 9395 + 13320 + 200 + 2020 + 2020-07-01 + + EHS + Active + Greater East Texas Community Action Program + http://www.headstart-getcap.org + 9395@hsesinfo.org + 1902 Old Tyler Rd + + Nacogdoches + TX + 75964-3246 + PO Box 631938 + + Nacogdoches + TX + 75963-1938 + 1902 Old Tyler Rd + + Nacogdoches + TX + 75964-3246 + Mr. + F228457 + L228457 + + Board Chair + 228457@hsesinfo.org + Mrs. + F228458 + L228458 + + Executive Director + 228458@hsesinfo.org + Mr. + F228460 + L228460 + + 228460@hsesinfo.org + Mr. + F228456 + L228456 + + 228456@hsesinfo.org + 555-555-8456 + + + 10922 + 213 + 12900 + 000 + 2015 + 2020-01-01 + + HS + Active + Androscoggin Head Start & Child Care + http://promiseearlyeducation.org + 213@hsesinfo.org + 269 Bates Street + Coburn School + Lewiston + ME + 04240-7331 + 269 Bates Street + Coburn School + Lewiston + ME + 04240-7331 + 269 Bates Street + Coburn School + Lewiston + ME + 04240-7331 + Mr. + F224753 + L224753 + + Chairperson of the Board of Directors + 224753@hsesinfo.org + Ms. + F224754 + L224754 + + Executive Director + 224754@hsesinfo.org + Ms. + F224756 + L224756 + + 224756@hsesinfo.org + Ms. + F224752 + L224752 + + 224752@hsesinfo.org + 555-555-4752 x 5555 + + + 10923 + 214 + 12900 + 200 + 2015 + 2020-01-01 + + EHS + Active + Androscoggin Head Start & Child Care + http://www.promiseearlyeducation.org + 214@hsesinfo.org + 269 Bates Street + Coburn School + Lewiston + ME + 04240-7331 + 269 Bates Street + Coburn School + Lewiston + ME + 04240-7331 + 269 Bates Street + Coburn School + Lewiston + ME + 04240-7331 + Mr. + F224760 + L224760 + + Chairperson of the Board of Directors + 224760@hsesinfo.org + Ms. + F224761 + L224761 + + Executive Director + 224761@hsesinfo.org + Ms. + F224763 + L224763 + + 224763@hsesinfo.org + Ms. + F224759 + L224759 + + 224759@hsesinfo.org + 555-555-4759 x 5555 + + + 11891 + 606 + 13594 + 000 + 2014 + 2020-08-01 + + HS + Active + Lee County Public School Board + http://earlychildhood.leeschools.net + 606@hsesinfo.org + 3650 Michigan Ave + Ste 4 + Fort Myers + FL + 33916-2240 + 3650 Michigan Ave + Ste 4 + Fort Myers + FL + 33916-2240 + 2855 Colonial Blvd + School District of Lee County: Attention Board Secretary + Fort Myers + FL + 33966-1012 + Ms. + F231113 + L231113 + + School Board Chair + 231113@hsesinfo.org + Dr. + F231114 + L231114 + + Superintendent + 231114@hsesinfo.org + Ms. + F231116 + L231116 + + 231116@hsesinfo.org + Ms. + F231112 + L231112 + + 231112@hsesinfo.org + 555-555-1112 + + + 11892 + 605 + 13594 + 200 + 2014 + 2020-08-01 + + EHS + Active + Lee County Public School Board + http:/earlychildhood.leeschools.net + 605@hsesinfo.org + 3650 Michigan Ave + Ste 4 + Fort Myers + FL + 33916-2240 + 3650 Michigan Ave + Ste 4 + Fort Myers + FL + 33916-2240 + 2855 Colonial Blvd + School District of Lee County: Attention Board Secretary + Fort Myers + FL + 33966-1012 + Ms. + F231120 + L231120 + + School Board Chair + 231120@hsesinfo.org + Dr. + F231121 + L231121 + + Superintendent + 231121@hsesinfo.org + Ms. + F231123 + L231123 + + 231123@hsesinfo.org + Ms. + F231119 + L231119 + + 231119@hsesinfo.org + 555-555-1119 + + + 9071 + 8712 + 11391 + 000 + 2018 + 2018-09-01 + 2020-08-31 + HS + Inactive + Educational Alliance, Inc., The + www.edalliance.org + 8712@hsesinfo.org + 197 East Broadway + + New York + NY + 10002-5507 + 197 East Broadway + + New York + NY + 10002-5507 + 197 East Broadway + + New York + NY + 10002-5507 + Ms. + F212074 + L212074 + + Board Chair + 212074@hsesinfo.org + Mr. + F212075 + L212075 + + President and CEO + 212075@hsesinfo.org + Ms. + F212077 + L212077 + + 212077@hsesinfo.org + Mr. + F212073 + L212073 + + 212073@hsesinfo.org + 555-555-2073 + + + 11895 + 9653 + 13596 + 000 + 2020 + 2020-09-01 + + HS + Active + CDI HS/Lower Manhattan, NY + www.cdiheadstart.org + 9653@hsesinfo.org + 10065 E Harvard Ave + Ste 700 + Denver + CO + 80231-5915 + 10065 E Harvard Ave + Ste 700 + Denver + CO + 80231-5915 + 10065 E Harvard Ave + Ste 700 + Denver + CO + 80231-5915 + Mr. + F231129 + L231129 + + Chief Executive Officer + 231129@hsesinfo.org + Ms. + F231127 + L231127 + + Executive Director + 231127@hsesinfo.org + + F231130 + L231130 + + 231130@hsesinfo.org + Ms. + F231126 + L231126 + + 231126@hsesinfo.org + 555-555-1126 + + + 6707 + 2353 + 10193 + 000 + 1992 + 2015-08-01 + 2020-07-31 + HS + Inactive + Cayuga/Seneca Community Action Agency, Inc. + http://www.cscaa.com + 2353@hsesinfo.org + 89 York St + + Auburn + NY + 13021-1135 + 89 York St + + Auburn + NY + 13021-1135 + 89 York St + + Auburn + NY + 13021-1135 + Mr. + F202620 + L202620 + + Board Chairperson + 202620@hsesinfo.org + Mrs. + F202621 + L202621 + + Executive Director + 202621@hsesinfo.org + Mrs. + F202623 + L202623 + + 202623@hsesinfo.org + Ms. + F202619 + L202619 + + 202619@hsesinfo.org + 555-555-2619 x 5555 + + + 11397 + 9332 + 13252 + 000 + 2020 + 2020-07-01 + + HS + Active + Children and Families First Delaware, Inc. + https://www.cffde.org + 9332@hsesinfo.org + 809 N Washington St + + Wilmington + DE + 19801-1509 + 809 N Washington St + + Wilmington + DE + 19801-1509 + 809 N Washington St + + Wilmington + DE + 19801-1509 + Mr. + F227832 + L227832 + + + 227832@hsesinfo.org + Ms. + F227830 + L227830 + + + 227830@hsesinfo.org + + F227833 + L227833 + + 227833@hsesinfo.org + Ms. + F227829 + L227829 + + 227829@hsesinfo.org + + + + 11889 + 9649 + 13587 + 000 + 2020 + 2020-08-01 + + HS + Active + Episcopal Children's Services + www.ecs4kids.org + 9649@hsesinfo.org + 8443 Baymeadows Rd + Ste 1 + Jacksonville + FL + 32256-7440 + 8443 Baymeadows Rd + Ste 1 + Jacksonville + FL + 32256-7440 + 8443 Baymeadows Rd + Ste 1 + Jacksonville + FL + 32256-7440 + Ms. + F231099 + L231099 + + Board President + 231099@hsesinfo.org + Mrs. + F231100 + L231100 + + CEO + 231100@hsesinfo.org + Ms. + F231102 + L231102 + + 231102@hsesinfo.org + Ms. + F231098 + L231098 + + 231098@hsesinfo.org + 555-555-1098 + + + 11901 + 1700 + 13602 + 200 + 2003 + 2020-08-01 + + EHS + Active + The Lourie Center for Children’s Social & Emotional Wellness + www.louriecenter.org + 1700@hsesinfo.org + 12301 Academy Way + + Rockville + MD + 20852-2000 + 12301 Academy Way + + Rockville + MD + 20852-2000 + 12301 Academy Way + + Rockville + MD + 20852-2000 + Mr. + F231164 + L231164 + + Adventist Behavioral Health Vice President + 231164@hsesinfo.org + Mr. + F231165 + L231165 + + Lourie Center Executive Director + 231165@hsesinfo.org + Ms. + F231167 + L231167 + + 231167@hsesinfo.org + Ms. + F231163 + L231163 + + 231163@hsesinfo.org + 555-555-1163 + + + 9981 + 8748 + 12096 + 207 + 2018 + 2019-07-01 + + EHS + Active + Downtown Baltimore Child Care Center + www.dbcckids.org + 8748@hsesinfo.org + 237 Arch Street + + Baltimore + MD + 21201 + 237 Arch Street + + Baltimore + MD + 21201 + 901 N Chester St + + Baltimore + MD + 21205-1205 + Mr. + F218260 + L218260 + + + 218260@hsesinfo.org + Ms. + F218261 + L218261 + + Executive Director + 218261@hsesinfo.org + + F218263 + L218263 + + 218263@hsesinfo.org + Ms. + F218259 + L218259 + + 218259@hsesinfo.org + 555-555-8259 + + + 5308 + 2580 + 9035 + 000 + 2008 + 2014-08-01 + 2020-07-31 + HS + Inactive + Spotsylvania County School District + www.spotsylvania.k12.va.us + 2580@hsesinfo.org + 7409 Brock Rd + Spotsylvania County + Spotsylvania + VA + 22553-2001 + 7409 Brock Rd + Spotsylvania County + Spotsylvania + VA + 22553-2001 + 7409 Brock Rd + Spotsylvania County + Spotsylvania + VA + 22553-2001 + Mr. + F54056 + L54056 + + School Board Chairperson + 54056@hsesinfo.org + Ms. + F54055 + L54055 + + Executive Director Head Start + 54055@hsesinfo.org + Mr. + F54058 + L54058 + + 54058@hsesinfo.org + Ms. + F54054 + L54054 + + 54054@hsesinfo.org + 555-555-4054 x 5555 + + + 11890 + 2580 + 13595 + 000 + 2008 + 2020-08-01 + + HS + Active + Spotsylvania County School District + www.spotsylvania.k12.va.us + 2580@hsesinfo.org + 7409 Brock Rd + Spotsylvania County + Spotsylvania + VA + 22553-2001 + 7409 Brock Rd + Spotsylvania County + Spotsylvania + VA + 22553-2001 + 7409 Brock Rd + Spotsylvania County + Spotsylvania + VA + 22553-2001 + Mr. + F231106 + L231106 + + School Board Chairperson + 231106@hsesinfo.org + Mrs. + F231107 + L231107 + + Executive Director Head Start + 231107@hsesinfo.org + Mrs. + F231109 + L231109 + + 231109@hsesinfo.org + Ms. + F231105 + L231105 + + 231105@hsesinfo.org + 555-555-1105 x 5555 + + + 11903 + 2510 + 13604 + 200 + 2007 + 2020-08-01 + + EHS + Active + MID-MICHIGAN COMMUNITY ACTION AGENCY INC + www.mmcaa.org + 2510@hsesinfo.org + 1574 E Washington Rd + + Farwell + MI + 48622-9437 + 1574 E Washington Rd + + Farwell + MI + 48622-9437 + 1574 E Washington Rd + + Farwell + MI + 48622-9437 + Mr. + F231177 + L231177 + + Board Chairman + 231177@hsesinfo.org + Mrs. + F231178 + L231178 + + Executive Director + 231178@hsesinfo.org + Ms. + F231180 + L231180 + + 231180@hsesinfo.org + Mrs. + F231176 + L231176 + + 231176@hsesinfo.org + 555-555-1176 + + + 11907 + 1089 + 13607 + 200 + 2000 + 2020-08-01 + + EHS + Active + Pinal Gila Community Child Services, Inc. + http://www.pgccs.org + 1089@hsesinfo.org + 1183 E Cottonwood Ln + Ste 2 + Casa Grande + AZ + 85122-2970 + 1183 E Cottonwood Ln + Ste 2 + Casa Grande + AZ + 85122-2970 + 1183 E Cottonwood Ln + Ste 2 + Casa Grande + AZ + 85122-2970 + Mr. + F231205 + L231205 + + Board President + 231205@hsesinfo.org + Mrs. + F231206 + L231206 + MBA + CEO + 231206@hsesinfo.org + Ms. + F231208 + L231208 + + 231208@hsesinfo.org + Mrs. + F231204 + L231204 + MBA + 231204@hsesinfo.org + 555-555-1204 + + + 11645 + 9502 + 13413 + 000 + 2020 + 2020-07-01 + + HS + Active + Rapides Parish School Board + https://www.rpsb.us/ + 9502@hsesinfo.org + 619 6th St + + Alexandria + LA + 71301-8150 + 619 6th St + + Alexandria + LA + 71301-8150 + 619 6th St + + Alexandria + LA + 71301-8150 + Mr. + F229483 + L229483 + + Board Chairperson + 229483@hsesinfo.org + Mr. + F229484 + L229484 + + Superintendent + 229484@hsesinfo.org + + F229486 + L229486 + + 229486@hsesinfo.org + Ms. + F229482 + L229482 + + 229482@hsesinfo.org + 555-555-9482 + + + 11904 + 1328 + 13606 + 000 + 1992 + 2020-08-01 + + HS + Active + West Orange-Cove Consolidated I.S.D. + http://www.woccisd.net + 1328@hsesinfo.org + 801 Cordrey St + + Orange + TX + 77630-3420 + 801 Cordrey St + + Orange + TX + 77630-3420 + 801 Cordrey St + + Orange + TX + 77630-3420 + Mrs. + F231184 + L231184 + + School Board President + 231184@hsesinfo.org + Mr. + F231185 + L231185 + + Superintendent + 231185@hsesinfo.org + Mr. + F231187 + L231187 + + 231187@hsesinfo.org + Mrs. + F231183 + L231183 + + 231183@hsesinfo.org + 555-555-1183 + + + 8849 + 1100 + 11211 + 000 + 2013 + 2018-07-01 + + HS + Active + EAGLE COUNTY REORGANIZED SCHOOL DISTRICT #50-J + http://www.eagleschools.net + 1100@hsesinfo.org + 1121 Miller Ranch Rd + + Edwards + CO + 81632-6425 + PO Box 4212 + P.O. Box 4212 + Eagle + CO + 81631-4212 + 1121 Miller Ranch Rd + + Edwards + CO + 81632-6425 + Ms. + F210423 + L210423 + + Board of Education Chair + 210423@hsesinfo.org + Ms. + F210424 + L210424 + + Assistant Superintendent of Schools for Curriculum and Instruction + 210424@hsesinfo.org + Ms. + F210426 + L210426 + + 210426@hsesinfo.org + Ms. + F210422 + L210422 + + 210422@hsesinfo.org + 555-555-0422 + + + 11284 + 525 + 13175 + 000 + 1992 + 2020-05-01 + + HS + Active + Indiana County Head Start, Inc + http://www.indianacountyheadstart.org + 525@hsesinfo.org + 528 Gompers Avenue + + Indiana + PA + 15701-2764 + 528 Gompers Avenue + + Indiana + PA + 15701-2764 + 528 Gompers Avenue + + Indiana + PA + 15701-2764 + Mr. + F227123 + L227123 + + Executive Board Chairperson + 227123@hsesinfo.org + Ms. + F227124 + L227124 + + Executive Director + 227124@hsesinfo.org + Ms. + F227126 + L227126 + + 227126@hsesinfo.org + Ms. + F227122 + L227122 + + 227122@hsesinfo.org + 555-555-7122 + + + 11285 + 524 + 13175 + 200 + 2004 + 2020-05-01 + + EHS + Active + Indiana County Head Start, Inc + http://www.indianacountyheadstart.org + 524@hsesinfo.org + 528 Gompers Avenue + + Indiana + PA + 15701-2764 + 528 Gompers Avenue + + Indiana + PA + 15701-2764 + 528 Gompers Avenue + + Indiana + PA + 15701-2764 + Mr. + F227130 + L227130 + + Executive Board Chairperson + 227130@hsesinfo.org + Ms. + F227131 + L227131 + + Executive Director + 227131@hsesinfo.org + Ms. + F227133 + L227133 + + 227133@hsesinfo.org + Ms. + F227129 + L227129 + + 227129@hsesinfo.org + 555-555-7129 + + + 11539 + 850 + 13337 + 000 + 2015 + 2020-07-01 + + HS + Active + Northwestern Ohio Community Action Commission + http://www.nocac.org + 850@hsesinfo.org + 1933 East Second Street + + Defiance + OH + 43512-2503 + 1933 East Second Street + + Defiance + OH + 43512-2503 + 1933 East Second Street + + Defiance + OH + 43512-2503 + Mr. + F228801 + L228801 + + Board President + 228801@hsesinfo.org + Ms. + F228802 + L228802 + + Executive Director + 228802@hsesinfo.org + Ms. + F228804 + L228804 + + 228804@hsesinfo.org + Ms. + F228800 + L228800 + + 228800@hsesinfo.org + 555-555-8800 x 5555 + + + 11906 + 1090 + 13607 + 000 + 1992 + 2020-08-01 + + HS + Active + Pinal Gila Community Child Services, Inc. + http://www.pgccs.org + 1090@hsesinfo.org + 1183 E Cottonwood Ln + Ste 2 + Casa Grande + AZ + 85122-2970 + 1183 E Cottonwood Ln + Ste 2 + Casa Grande + AZ + 85122-2970 + 1183 E Cottonwood Ln + Ste 2 + Casa Grande + AZ + 85122-2970 + Mr. + F231198 + L231198 + + Board President + 231198@hsesinfo.org + Mrs. + F231199 + L231199 + MBA + CEO + 231199@hsesinfo.org + Ms. + F231201 + L231201 + + 231201@hsesinfo.org + Mrs. + F231197 + L231197 + MBA + 231197@hsesinfo.org + 555-555-1197 + + + 11646 + 9503 + 13413 + 200 + 2020 + 2020-07-01 + + EHS + Active + Rapides Parish School Board + https://www.rpsb.us/ + 9503@hsesinfo.org + 619 6th St + + Alexandria + LA + 71301-8150 + 619 6th St + + Alexandria + LA + 71301-8150 + 619 6th St + + Alexandria + LA + 71301-8150 + Mr. + F229490 + L229490 + + Board Chairperson + 229490@hsesinfo.org + Mr. + F229491 + L229491 + + Superintendent + 229491@hsesinfo.org + + F229493 + L229493 + + 229493@hsesinfo.org + Ms. + F229489 + L229489 + + 229489@hsesinfo.org + 555-555-9489 + + + 11418 + 2364 + 13258 + 000 + 2014 + 2020-07-01 + + HS + Active + Lynchburg Community Action Group, Inc + lyncagkids.org + 2364@hsesinfo.org + 915 Main St + Ste 303 + Lynchburg + VA + 24504-1628 + 915 Main St + Ste 303 + Lynchburg + VA + 24504-1628 + 915 Main St + Ste 303 + Lynchburg + VA + 24504-1628 + Mrs. + F227968 + L227968 + + Chair Person + 227968@hsesinfo.org + Rev. + F227969 + L227969 + + CEO/President + 227969@hsesinfo.org + Ms. + F227971 + L227971 + + 227971@hsesinfo.org + Ms. + F227967 + L227967 + + 227967@hsesinfo.org + 555-555-7967 x 5555 + + + 8195 + 8127 + 10601 + 000 + 2016 + 2016-06-01 + + HS + Active + Episcopal Children's Services, Inc. + ecs4kids.org + 8127@hsesinfo.org + 8443 Baymeadows Rd Ste 1 + + Jacksonville + FL + 32256-7440 + 8443 Baymeadows Rd Ste 1 + + Jacksonville + FL + 32256-7440 + 8443 Baymeadows Rd Ste 1 + + Jacksonville + FL + 32256-7440 + Ms. + F206480 + L206480 + + Board Chair + 206480@hsesinfo.org + Mrs. + F206481 + L206481 + + CEO + 206481@hsesinfo.org + Ms. + F206483 + L206483 + + 206483@hsesinfo.org + Ms. + F206479 + L206479 + + 206479@hsesinfo.org + 555-555-6479 + + + 8196 + 8128 + 10601 + 200 + 2016 + 2016-06-01 + + EHS + Active + Episcopal Children's Services, Inc. + http://www.ecs4kids.org + 8128@hsesinfo.org + 8443 Baymeadows Rd Ste 1 + + Jacksonville + FL + 32256-7440 + 8443 Baymeadows Rd Ste 1 + + Jacksonville + FL + 32256-7440 + 8443 Baymeadows Rd Ste 1 + + Jacksonville + FL + 32256-7440 + Ms. + F206487 + L206487 + + Board Chair + 206487@hsesinfo.org + Mrs. + F206488 + L206488 + + CEO + 206488@hsesinfo.org + Ms. + F206490 + L206490 + + 206490@hsesinfo.org + Ms. + F206486 + L206486 + + 206486@hsesinfo.org + 555-555-6486 + + + 6477 + 298 + 10162 + 000 + 1992 + 2015-07-01 + 2020-06-30 + HS + Inactive + School District of Philadelphia + http://webgui.phila.k12.pa.us/offices/e/earlychild + 298@hsesinfo.org + 440 N Broad St + + Philadelphia + PA + 19130-4015 + 440 N Broad St + + Philadelphia + PA + 19130-4015 + 440 N Broad St + + Philadelphia + PA + 19130-4015 + Mrs. + F201009 + L201009 + + Board of Education President + 201009@hsesinfo.org + Dr. + F201010 + L201010 + Jr. + Superintendent + 201010@hsesinfo.org + Mr. + F201012 + L201012 + + 201012@hsesinfo.org + Mrs. + F201008 + L201008 + + 201008@hsesinfo.org + 555-555-1008 + + + 6274 + 205 + 9890 + 000 + 1992 + 2015-05-01 + 2020-04-30 + HS + Inactive + GREATER LAWRENCE COMMUNITY ACTION COUNCIL, INC + http://www.glcac.org + 205@hsesinfo.org + Head Start Program + 305 Essex Street, 3rd. flr. + Lawrence + MA + 01840-1473 + Head Start Program + 305 Essex Street, 3rd. flr. + Lawrence + MA + 01840-1473 + Head Start Program + 305 Essex Street, 3rd. flr. + Lawrence + MA + 01840-1473 + Mr. + F110294 + L110294 + + Chairperson - Board of Directors + 110294@hsesinfo.org + Ms. + F110296 + L110296 + + + 110296@hsesinfo.org + Mr. + F110295 + L110295 + + 110295@hsesinfo.org + Ms. + F110293 + L110293 + + 110293@hsesinfo.org + 555-555-0293 x 5555 + + + 11909 + 5955 + 13609 + 200 + + 2020-08-01 + + EHS + Active + Northern Kentucky Community Action Commission, Inc. + nkcac.org + 5955@hsesinfo.org + 717 Madison Ave + + Covington + KY + 41011-2479 + 717 Madison Ave + + Covington + KY + 41011-2479 + 717 Madison Ave + + Covington + KY + 41011-2479 + Ms. + F231218 + L231218 + + Board Chair + 231218@hsesinfo.org + Ms. + F231219 + L231219 + + Executive Director + 231219@hsesinfo.org + Mr. + F231221 + L231221 + + 231221@hsesinfo.org + Ms. + F231217 + L231217 + + 231217@hsesinfo.org + 555-555-1217 + + + 8936 + 556 + 11284 + 000 + 2013 + 2018-07-01 + + HS + Active + Northern Kentucky Community Action Commission + www.nkcac.org + 556@hsesinfo.org + 717 Madison Avenue + 3rd Floor + Covington + KY + 41011 + 717 Madison Avenue + 3rd Floor + Covington + KY + 41011 + 717 Madison Avenue + 3rd Floor + Covington + KY + 41011 + Ms. + F211058 + L211058 + + + 211058@hsesinfo.org + Ms. + F211059 + L211059 + + Executive Director + 211059@hsesinfo.org + Mr. + F211061 + L211061 + + 211061@hsesinfo.org + Ms. + F211057 + L211057 + + 211057@hsesinfo.org + 555-555-1057 + + + 9963 + 2937 + 12044 + 200 + 2014 + 2019-07-01 + + EHS + Active + Vital Connections of the Midlands, Inc + www.vitalconnectionsmidlands.org + 2937@hsesinfo.org + 4801 Colonial Dr + + Columbia + SC + 29203-4259 + 4801 Colonial Dr + + Columbia + SC + 29203-4259 + 4801 Colonial Dr + + Columbia + SC + 29203-4259 + Ms. + F218134 + L218134 + + President of the Board of Directors + 218134@hsesinfo.org + Mr. + F218135 + L218135 + + Executive / EHS Director + 218135@hsesinfo.org + Miss + F218137 + L218137 + + 218137@hsesinfo.org + Mr. + F218133 + L218133 + + 218133@hsesinfo.org + 555-555-8133 + + + 11911 + 507 + 13614 + 000 + 1992 + 2020-08-01 + + HS + Active + Rutherford County Board of Education + http://www.rcsnc.org/ + 507@hsesinfo.org + 382 W Main St + + Forest City + NC + 28043-3027 + 382 W Main St + + Forest City + NC + 28043-3027 + 382 W Main St + + Forest City + NC + 28043-3027 + Ms. + F231235 + L231235 + + RCS Board of Education Chair + 231235@hsesinfo.org + Dr. + F231236 + L231236 + + RCS Superintendent + 231236@hsesinfo.org + Mrs. + F231238 + L231238 + + 231238@hsesinfo.org + Ms. + F231234 + L231234 + + 231234@hsesinfo.org + 555-555-1234 x 5555 + + + 11912 + 994 + 13614 + 200 + 2001 + 2020-08-01 + + EHS + Active + Rutherford County Board of Education + http://www.rcsnc.org + 994@hsesinfo.org + 382 W Main St + + Forest City + NC + 28043-3027 + 382 W Main St + + Forest City + NC + 28043-3027 + 382 W Main St + + Forest City + NC + 28043-3027 + Ms. + F231242 + L231242 + + RCS Board of Education Chair + 231242@hsesinfo.org + Dr. + F231243 + L231243 + + RCS Superintendent + 231243@hsesinfo.org + Mrs. + F231245 + L231245 + + 231245@hsesinfo.org + Ms. + F231241 + L231241 + + 231241@hsesinfo.org + 555-555-1241 x 5555 + + + 11921 + 2375 + 13617 + 000 + 1992 + 2020-08-01 + + HS + Active + MINERAL COUNTY BOARD OF EDUCATION + boe.mine.k12.wv.us + 2375@hsesinfo.org + 36 Baker Pl + + Keyser + WV + 26726-2826 + 36 Baker Pl + + Keyser + WV + 26726-2826 + 36 Baker Pl + + Keyser + WV + 26726-2826 + Mrs. + F231303 + L231303 + + President, Mineral County Board of Education + 231303@hsesinfo.org + Mrs. + F231304 + L231304 + + + 231304@hsesinfo.org + Mrs. + F231306 + L231306 + + 231306@hsesinfo.org + Mrs. + F231302 + L231302 + + 231302@hsesinfo.org + 555-555-1302 x 5555 + + + 11922 + 2126 + 13618 + 000 + 1992 + 2020-08-01 + + HS + Active + HRDC Head Start + alleganyhrdc.org + 2126@hsesinfo.org + 125 Virginia Ave + + Cumberland + MD + 21502-3952 + 125 Virginia Ave + + Cumberland + MD + 21502-3952 + 125 Virginia Ave + + Cumberland + MD + 21502-3952 + Mr. + F231310 + L231310 + + + 231310@hsesinfo.org + Ms. + F231311 + L231311 + + + 231311@hsesinfo.org + Ms. + F231313 + L231313 + + 231313@hsesinfo.org + Ms. + F231309 + L231309 + + 231309@hsesinfo.org + 555-555-1309 + + + 11923 + 2127 + 13618 + 200 + 2004 + 2020-08-01 + + EHS + Active + HRDC Early Head Start + www.alleganyhrdc.org + 2127@hsesinfo.org + 125 Virginia Ave + + Cumberland + MD + 21502-3952 + 125 Virginia Ave + + Cumberland + MD + 21502-3952 + 125 Virginia Ave + + Cumberland + MD + 21502-3952 + Mr. + F231317 + L231317 + + Governing Board Chair + 231317@hsesinfo.org + Ms. + F231318 + L231318 + + Executive Director + 231318@hsesinfo.org + Ms. + F231320 + L231320 + + 231320@hsesinfo.org + Ms. + F231316 + L231316 + + 231316@hsesinfo.org + 555-555-1316 + + + 11924 + 314 + 13624 + 000 + 1992 + 2020-08-01 + + HS + Active + New Castle County Head Start, Inc. + http://www.ncchs.org + 314@hsesinfo.org + 256 Chapman Rd Ste 103 + + Newark + DE + 19702-5417 + 256 Chapman Rd Ste 103 + + Newark + DE + 19702-5417 + 256 Chapman Rd Ste 103 + + Newark + DE + 19702-5417 + Mrs. + F231324 + L231324 + + Chairperson + 231324@hsesinfo.org + Mr. + F231325 + L231325 + + Executive Director + 231325@hsesinfo.org + Mrs. + F231327 + L231327 + + 231327@hsesinfo.org + Mr. + F231323 + L231323 + + 231323@hsesinfo.org + 555-555-1323 + + + 11925 + 8015 + 13624 + 200 + 2016 + 2020-08-01 + + EHS + Active + New Castle County Head Start, Inc. + http://www.ncchs.org + 8015@hsesinfo.org + 256 Chapman Rd Ste 103 + + Newark + DE + 19702-5417 + 256 Chapman Rd Ste 103 + + Newark + DE + 19702-5417 + 256 Chapman Rd Ste 103 + + Newark + DE + 19702-5417 + Mrs. + F231331 + L231331 + + Chairperson + 231331@hsesinfo.org + Mr. + F231332 + L231332 + + Executive Director + 231332@hsesinfo.org + Mrs. + F231334 + L231334 + + 231334@hsesinfo.org + Mr. + F231330 + L231330 + + 231330@hsesinfo.org + 555-555-1330 + + + 11926 + 888 + 13627 + 000 + 1992 + 2020-08-01 + + HS + Active + Carroll County Board of Education + http://www.carroll.kyschools.us + 888@hsesinfo.org + 813 Hawkins St + + Carrollton + KY + 41008-1339 + 813 Hawkins St + + Carrollton + KY + 41008-1339 + 813 Hawkins St + + Carrollton + KY + 41008-1339 + Mr. + F231338 + L231338 + + Board Chair + 231338@hsesinfo.org + Mr. + F231339 + L231339 + + Superintendent + 231339@hsesinfo.org + Mrs. + F231341 + L231341 + + 231341@hsesinfo.org + Mrs. + F231337 + L231337 + + 231337@hsesinfo.org + 555-555-1337 x 5555 + + + 11927 + 3101 + 13627 + 200 + 2011 + 2020-08-01 + + EHS + Active + Carroll County Board of Education + http://www.carroll.kyschools.us + 3101@hsesinfo.org + 813 Hawkins St + + Carrollton + KY + 41008-1339 + 813 Hawkins St + + Carrollton + KY + 41008-1339 + 813 Hawkins St + + Carrollton + KY + 41008-1339 + Mr. + F231345 + L231345 + + Board Chair + 231345@hsesinfo.org + Mr. + F231346 + L231346 + + Superintendent + 231346@hsesinfo.org + Mrs. + F231348 + L231348 + + 231348@hsesinfo.org + Mrs. + F231344 + L231344 + + 231344@hsesinfo.org + 555-555-1344 x 5555 + + + 11928 + 2042 + 13621 + 000 + 1992 + 2020-08-01 + + HS + Active + Kno Ho Co Ashland Community Action Commission + http://www.knohoco.org + 2042@hsesinfo.org + 120 N 4th St + + Coshocton + OH + 43812-1504 + 120 N 4th St + + Coshocton + OH + 43812-1504 + 120 N 4th St + + Coshocton + OH + 43812-1504 + Mr. + F231352 + L231352 + + Board Chairman + 231352@hsesinfo.org + Mr. + F231353 + L231353 + + President + 231353@hsesinfo.org + Ms. + F231355 + L231355 + + 231355@hsesinfo.org + Ms. + F231351 + L231351 + + 231351@hsesinfo.org + 555-555-1351 x 5555 + + + 11929 + 675 + 13630 + 000 + 1992 + 2020-08-01 + + HS + Active + Tri-Cap Head Start + www.tri-cap.net + 675@hsesinfo.org + 607 3rd Ave + + Jasper + IN + 47546-3636 + PO Box 729 + + Jasper + IN + 47547-0729 + 607 3rd Ave + + Jasper + IN + 47546-3636 + Ms. + F231359 + L231359 + + President + 231359@hsesinfo.org + Mrs. + F231360 + L231360 + + Executive Director + 231360@hsesinfo.org + Ms. + F231362 + L231362 + + 231362@hsesinfo.org + Ms. + F231358 + L231358 + + 231358@hsesinfo.org + 555-555-1358 + + + 6833 + 1204 + 10292 + 000 + 1992 + 2015-09-01 + 2020-08-31 + Migrant HS + Inactive + Community Action Partnership of San Luis Obispo Co + http://www.capslo.org + 1204@hsesinfo.org + 1030 Southwood Dr + + San Luis Obispo + CA + 93401-5813 + 1030 Southwood Dr + + San Luis Obispo + CA + 93401-5813 + 1030 Southwood Dr + + San Luis Obispo + CA + 93401-5813 + Ms. + F203506 + L203506 + + CAPSLO Board President + 203506@hsesinfo.org + Mrs. + F203507 + L203507 + + Chief Executive Officer + 203507@hsesinfo.org + Ms. + F203509 + L203509 + + 203509@hsesinfo.org + Ms. + F203505 + L203505 + + 203505@hsesinfo.org + 555-555-3505 + + + 6834 + 2865 + 10292 + 200 + 2011 + 2015-09-01 + 2020-08-31 + Migrant EHS + Inactive + Community Action Partnership of San Luis Obispo Co + http://www.capslo.org + 2865@hsesinfo.org + 1030 Southwood Dr + + San Luis Obispo + CA + 93401-5813 + 1030 Southwood Dr + + San Luis Obispo + CA + 93401-5813 + 1030 Southwood Dr + + San Luis Obispo + CA + 93401-5813 + Ms. + F203513 + L203513 + + CAPSLO Board President + 203513@hsesinfo.org + Mrs. + F203514 + L203514 + + Chief Executive Officer + 203514@hsesinfo.org + Mr. + F203516 + L203516 + + 203516@hsesinfo.org + Ms. + F203512 + L203512 + + 203512@hsesinfo.org + 555-555-3512 + + + 11930 + 1915 + 13622 + 000 + 1992 + 2020-08-01 + + HS + Active + Southeastern Indiana Economic Opportunity Corp + http://www.sieoc.org + 1915@hsesinfo.org + 110 Importing St + + Aurora + IN + 47001-1434 + 110 Importing St + + Aurora + IN + 47001-1434 + 110 Importing St + + Aurora + IN + 47001-1434 + Mrs. + F231366 + L231366 + + Board of Director President + 231366@hsesinfo.org + Mrs. + F231367 + L231367 + + Executive Director + 231367@hsesinfo.org + Mrs. + F231369 + L231369 + + 231369@hsesinfo.org + Ms. + F231365 + L231365 + + 231365@hsesinfo.org + 555-555-1365 x 5555 + + + 11931 + 674 + 13632 + 000 + 1992 + 2020-08-01 + + HS + Active + CDS Lakeshore Head Start + http://www.cdsoc.org + 674@hsesinfo.org + 100 Pine St Ste 220 + + Zeeland + MI + 49464-2602 + 100 Pine St Ste 220 + + Zeeland + MI + 49464-2602 + 100 Pine St Ste 220 + + Zeeland + MI + 49464-2602 + Mrs. + F231373 + L231373 + + Board president + 231373@hsesinfo.org + Mrs. + F231374 + L231374 + + Executive Director + 231374@hsesinfo.org + Ms. + F231376 + L231376 + + 231376@hsesinfo.org + Mrs. + F231372 + L231372 + + 231372@hsesinfo.org + 555-555-1372 + + + 11932 + 673 + 13632 + 200 + 1992 + 2020-08-01 + + EHS + Active + CDS Lakeshore Head Start + http://www.cdsoc.org + 673@hsesinfo.org + 100 Pine St Ste 220 + + Zeeland + MI + 49464-2602 + 100 Pine St Ste 220 + + Zeeland + MI + 49464-2602 + 100 Pine St Ste 220 + + Zeeland + MI + 49464-2602 + Mrs. + F231380 + L231380 + + Board President + 231380@hsesinfo.org + Mrs. + F231381 + L231381 + + Executive Director + 231381@hsesinfo.org + Ms. + F231383 + L231383 + + 231383@hsesinfo.org + Mrs. + F231379 + L231379 + + 231379@hsesinfo.org + 555-555-1379 + + + 11933 + 1611 + 13628 + 200 + 2001 + 2020-09-01 + + EHS + Active + The Salvation Army Early Head Start + www.givesalvationarmy.org + 1611@hsesinfo.org + 3612 Cuming St + + Omaha + NE + 68131-1952 + 3612 Cuming St + + Omaha + NE + 68131-1952 + 3612 Cuming St + + Omaha + NE + 68131-1952 + Major + F231387 + L231387 + + Divisional Commander + 231387@hsesinfo.org + Dr. + F231388 + L231388 + + Divisional Social Services Director + 231388@hsesinfo.org + Ms. + F231390 + L231390 + + 231390@hsesinfo.org + Mrs. + F231386 + L231386 + + 231386@hsesinfo.org + 555-555-1386 + + + 6226 + 719 + 9868 + 000 + 1992 + 2015-04-01 + 2020-06-30 + HS + Inactive + NEIGHBORS IN NEED OF SERVICES, INC + http://www.ninosinc.org + 719@hsesinfo.org + 22887 State Highway 345 + + Rio Hondo + TX + 78583 + PO Box 189 + + Rio Hondo + TX + 78583-0189 + 22887 State Highway 345 + + Rio Hondo + TX + 78583 + Mr. + F109468 + L109468 + + Board President + 109468@hsesinfo.org + Ms. + F109465 + L109465 + + + 109465@hsesinfo.org + Ms. + F109467 + L109467 + + 109467@hsesinfo.org + Ms. + F109463 + L109463 + + 109463@hsesinfo.org + 555-555-9463 x 5555 + + + 6127 + 845 + 9604 + 200 + 2003 + 2015-03-01 + 2020-06-30 + EHS + Inactive + Family Development Services, Inc. + http://www.fds.org + 845@hsesinfo.org + 3637 North Meridian Street + + Indianapolis + IN + 46208-4233 + 3637 North Meridian Street + + Indianapolis + IN + 46208-4233 + 3637 North Meridian Street + + Indianapolis + IN + 46208-4233 + Mrs. + F108584 + L108584 + + + 108584@hsesinfo.org + Mrs. + F108583 + L108583 + + + 108583@hsesinfo.org + Ms. + F108581 + L108581 + + 108581@hsesinfo.org + Ms. + F108580 + L108580 + + 108580@hsesinfo.org + 555-555-8580 + + + 11935 + 1327 + 13620 + 000 + 2014 + 2020-09-01 + + HS + Active + Tyler Independent School District + http://head-start-f.tylerisd.schoolfusion.us + 1327@hsesinfo.org + 2800 Walton Rd + + Tyler + TX + 75701-0732 + 2800 Walton Rd + + Tyler + TX + 75701-0732 + 2800 Walton Rd + + Tyler + TX + 75701-0732 + Mr. + F231401 + L231401 + + School Board President + 231401@hsesinfo.org + Dr. + F231402 + L231402 + + Superintendent/ Executive Director + 231402@hsesinfo.org + Mrs. + F231404 + L231404 + + 231404@hsesinfo.org + Mrs. + F231400 + L231400 + + 231400@hsesinfo.org + 555-555-1400 + + + 11936 + 1342 + 13626 + 000 + 2014 + 2020-09-01 + + HS + Active + Greater Opportunities of Permian Basin, Inc. + http://www.gopb.org + 1342@hsesinfo.org + 206 W 5th St + + Odessa + TX + 79761-5023 + PO Box 3922 + + Odessa + TX + 79760-3922 + 206 W 5th St + + Odessa + TX + 79761-5023 + Mr. + F231408 + L231408 + + President of Board of Director + 231408@hsesinfo.org + Mrs. + F231409 + L231409 + + Executive Director + 231409@hsesinfo.org + Mr. + F231411 + L231411 + + 231411@hsesinfo.org + Mrs. + F231407 + L231407 + + 231407@hsesinfo.org + 555-555-1407 x 5555 + + + 11937 + 8497 + 13626 + 200 + 2017 + 2020-09-01 + + EHS + Active + Greater Opportunities of Permian Basin, Inc. + http://www.gopb.org + 8497@hsesinfo.org + 206 W 5th St + + Odessa + TX + 79761-5023 + PO Box 3922 + + Odessa + TX + 79760-3922 + 206 W 5th St + + Odessa + TX + 79761-5023 + Mr. + F231415 + L231415 + + President of Board of Director + 231415@hsesinfo.org + Mrs. + F231416 + L231416 + + Executive Director + 231416@hsesinfo.org + Mr. + F231418 + L231418 + + 231418@hsesinfo.org + Mrs. + F231414 + L231414 + + 231414@hsesinfo.org + 555-555-1414 x 5555 + + + 11942 + 6107 + 13631 + 200 + + 2020-09-01 + + EHS + Active + Delta Area Economic Opportunity Corporation + http://www.daeoc.com + 6107@hsesinfo.org + 99 Skyview Rd + + Portageville + MO + 63873-9180 + 99 Skyview Rd + + Portageville + MO + 63873-9180 + 99 Skyview Rd + + Portageville + MO + 63873-9180 + Mr. + F231450 + L231450 + + Board Chairman + 231450@hsesinfo.org + Mr. + F231451 + L231451 + + President/CEO + 231451@hsesinfo.org + Mr. + F231453 + L231453 + + 231453@hsesinfo.org + Mrs. + F231449 + L231449 + + 231449@hsesinfo.org + 555-555-1449 x 5555 + + + 11940 + 754 + 13625 + 000 + 2014 + 2020-09-01 + + HS + Active + Kerrville Independent School District + http://www.kerrvilleisd.net + 754@hsesinfo.org + Kerrville ISD Early Childhood Center + 1011 Third Street + Kerrville + TX + 78028-3603 + Kerrville ISD Early Childhood Center + 1011 Third Street + Kerrville + TX + 78028-3603 + Kerrville Independent School District + 1009 Barnett Street + Kerrville + TX + 78028 + Mr. + F231436 + L231436 + + President + 231436@hsesinfo.org + Mr. + F231437 + L231437 + + Executive Director + 231437@hsesinfo.org + Ms. + F231439 + L231439 + + 231439@hsesinfo.org + Ms. + F231435 + L231435 + + 231435@hsesinfo.org + 555-555-1435 x 5555 + + + 11962 + 2520 + 13656 + 200 + 2007 + 2020-08-01 + + EHS + Active + CARMAN-AINSWORTH COMMUNITY SCHOOLS + www.carman.k12.mi.us + 2520@hsesinfo.org + G3475 W Court St + + Flint + MI + 48532-4742 + G3475 W Court St + + Flint + MI + 48532-4742 + G3475 W Court St + + Flint + MI + 48532-4742 + Mr. + F231559 + L231559 + + President, Carman-Ainsworth Community Schools Board of Education + 231559@hsesinfo.org + Mr. + F231560 + L231560 + + Superintendent, Carman-Ainsworth Community Schools + 231560@hsesinfo.org + Mrs. + F231562 + L231562 + + 231562@hsesinfo.org + Ms. + F231558 + L231558 + + 231558@hsesinfo.org + 555-555-1558 + + + 11963 + 1236 + 13655 + 000 + 1992 + 2020-08-01 + + HS + Active + Community Action Program of Evansville and Vanderburgh County, Inc. + www.capeevansville.org + 1236@hsesinfo.org + 401 SE 6th St + Ste 1 + Evansville + IN + 47713-1249 + 401 SE 6th St + Ste 1 + Evansville + IN + 47713-1249 + 401 SE 6th St + Ste 1 + Evansville + IN + 47713-1249 + Ms. + F231566 + L231566 + + President + 231566@hsesinfo.org + Ms. + F231567 + L231567 + + Chief Executive Officer + 231567@hsesinfo.org + Ms. + F231569 + L231569 + + 231569@hsesinfo.org + Mrs. + F231565 + L231565 + + 231565@hsesinfo.org + 555-555-1565 + + + 11964 + 1235 + 13655 + 200 + 2003 + 2020-08-01 + + EHS + Active + Community Action Program of Evansville and Vanderburgh County, Inc. + www.capeevansville.org + 1235@hsesinfo.org + 401 SE 6th St + Ste 1 + Evansville + IN + 47713-1249 + 401 SE 6th St + Ste 1 + Evansville + IN + 47713-1249 + 401 SE 6th St + Ste 1 + Evansville + IN + 47713-1249 + Mrs. + F231573 + L231573 + + President + 231573@hsesinfo.org + Ms. + F231574 + L231574 + + Chief Executive Officer + 231574@hsesinfo.org + Ms. + F231576 + L231576 + + 231576@hsesinfo.org + Mrs. + F231572 + L231572 + + 231572@hsesinfo.org + 555-555-1572 + + + 11965 + 1932 + 13651 + 000 + 1992 + 2020-08-01 + + HS + Active + LAKES & PINES COMMUNITY ACTION COUNCIL, INC. + http://www.lakesandpines.org + 1932@hsesinfo.org + 1700 Maple Ave E + + Mora + MN + 55051-1227 + 1700 Maple Ave E + + Mora + MN + 55051-1227 + 1700 Maple Ave E + + Mora + MN + 55051-1227 + Mr. + F231580 + L231580 + + Chairperson + 231580@hsesinfo.org + Mr. + F231581 + L231581 + + Executive Director + 231581@hsesinfo.org + Ms. + F231583 + L231583 + + 231583@hsesinfo.org + Mr. + F231579 + L231579 + + 231579@hsesinfo.org + 555-555-1579 x 5555 + + + 11966 + 6455 + 13651 + 200 + + 2020-08-01 + + EHS + Active + LAKES & PINES COMMUNITY ACTION COUNCIL, INC. + http://www.lakesandpines.org + 6455@hsesinfo.org + 1700 Maple Ave E + + Mora + MN + 55051-1227 + 1700 Maple Ave E + + Mora + MN + 55051-1227 + 1700 Maple Ave E + + Mora + MN + 55051-1227 + Mr. + F231587 + L231587 + + Chairperson + 231587@hsesinfo.org + Mr. + F231588 + L231588 + + Executive Director + 231588@hsesinfo.org + Ms. + F231590 + L231590 + + 231590@hsesinfo.org + Mr. + F231586 + L231586 + + 231586@hsesinfo.org + 555-555-1586 x 5555 + + + 11715 + 3008 + 13436 + 000 + 1992 + 2020-07-01 + + HS + Active + Martin County School District + www.martinschools.org + 3008@hsesinfo.org + 3400 SE Lionel Ter + + Stuart + FL + 34997-8838 + 3400 SE Lionel Ter + + Stuart + FL + 34997-8838 + 3400 SE Lionel Ter + + Stuart + FL + 34997-8838 + Ms. + F229970 + L229970 + + Board Chair + 229970@hsesinfo.org + Dr. + F229971 + L229971 + + + 229971@hsesinfo.org + Ms. + F229973 + L229973 + + 229973@hsesinfo.org + Ms. + F229969 + L229969 + + 229969@hsesinfo.org + 555-555-9969 x 5555 + + + 11905 + 8677 + 13605 + 200 + 2018 + 2020-08-01 + + EHS + Active + South Carolina Association of Community Action Partnerships + http://www.scacap.org + 8677@hsesinfo.org + 2700 Middleburg Dr + Ste 213 + Columbia + SC + 29204-2416 + 2700 Middleburg Dr + Ste 213 + Columbia + SC + 29204-2416 + 2700 Middleburg Dr + Ste 213 + Columbia + SC + 29204-2416 + Mr. + F231191 + L231191 + + Board Chair + 231191@hsesinfo.org + Ms. + F231192 + L231192 + + CEO/Executive Director + 231192@hsesinfo.org + Ms. + F231194 + L231194 + + 231194@hsesinfo.org + Ms. + F231190 + L231190 + + 231190@hsesinfo.org + 555-555-1190 + + + 11493 + 2078 + 13309 + 000 + 2014 + 2020-07-01 + + HS + Active + Southeast NM Community Action Corp + snmcac.com + 2078@hsesinfo.org + 1915 San Jose Blvd + + Carlsbad + NM + 88220-5462 + 1915 San Jose Blvd + + Carlsbad + NM + 88220-5462 + 1915 San Jose Blvd + + Carlsbad + NM + 88220-5462 + Ms. + F228478 + L228478 + + SNMCAC Board President + 228478@hsesinfo.org + Ms. + F228479 + L228479 + + Executive Director + 228479@hsesinfo.org + Ms. + F228481 + L228481 + + 228481@hsesinfo.org + Ms. + F228477 + L228477 + + 228477@hsesinfo.org + 555-555-8477 + + + 11981 + 1171 + 13665 + 000 + 2014 + 2020-08-01 + + AIAN HS + Active + OTOE-MISSOURIA TRIBAL COUNCIL + www.omtribe.org + 1171@hsesinfo.org + 8151 Highway 177 + + Red Rock + OK + 74651-0348 + 8151 Highway 177 + + Red Rock + OK + 74651-0348 + 8151 Highway 177 + + Red Rock + OK + 74651-0348 + Mr. + F231686 + L231686 + + Chairman + 231686@hsesinfo.org + Mr. + F231687 + L231687 + + + 231687@hsesinfo.org + Mrs. + F231689 + L231689 + + 231689@hsesinfo.org + Mrs. + F231685 + L231685 + + 231685@hsesinfo.org + 555-555-1685 x 5555 + + + 11982 + 1755 + 13666 + 000 + 1992 + 2020-08-01 + + AIAN HS + Active + Bishop Indian Head Start Program + www.bishoppaiutetribe.com + 1755@hsesinfo.org + 405 N Barlow Ln + + Bishop + CA + 93514-8046 + 405 N Barlow Ln + + Bishop + CA + 93514-8046 + 405 N Barlow Ln + + Bishop + CA + 93514-8046 + Mr. + F231693 + L231693 + + Tribal Chairman + 231693@hsesinfo.org + Mrs. + F231694 + L231694 + + Tribal Administrator + 231694@hsesinfo.org + Mr. + F231696 + L231696 + + 231696@hsesinfo.org + Mrs. + F231692 + L231692 + + 231692@hsesinfo.org + 555-555-1692 x 5555 + + + 11761 + 1545 + 13501 + 000 + 2000 + 2020-07-01 + + HS + Active + Catholic Charities + http://www.catholiccharities-md.org + 1545@hsesinfo.org + 255 Clifton Blvd + Ste 101 + Westminster + MD + 21157-4785 + 255 Clifton Blvd + Ste 101 + Westminster + MD + 21157-4785 + 255 Clifton Blvd + Ste 101 + Westminster + MD + 21157-4785 + Mr. + F230290 + L230290 + + President, Board of Trustees + 230290@hsesinfo.org + Mr. + F230291 + L230291 + + Executive Director Catholic Charities + 230291@hsesinfo.org + Mrs. + F230293 + L230293 + + 230293@hsesinfo.org + Mrs. + F230289 + L230289 + + 230289@hsesinfo.org + 555-555-0289 + + + 11762 + 2883 + 13501 + 200 + 2011 + 2020-07-01 + + EHS + Active + Associated Catholic Charities, Inc. + www.catholiccharities-md.org + 2883@hsesinfo.org + 255 Clifton Blvd + Ste 101 + Westminster + MD + 21157-4785 + 255 Clifton Blvd + Ste 101 + Westminster + MD + 21157-4785 + 255 Clifton Blvd + Ste 101 + Westminster + MD + 21157-4785 + Mr. + F230297 + L230297 + + President, Senior Advisor to ChancelorUniversity System of MD + 230297@hsesinfo.org + Mr. + F230298 + L230298 + + Executive Director Catholic Charities + 230298@hsesinfo.org + Mrs. + F230300 + L230300 + + 230300@hsesinfo.org + Mrs. + F230296 + L230296 + + 230296@hsesinfo.org + 555-555-0296 + + + 11979 + 9707 + 13664 + 000 + 2020 + 2020-09-01 + + HS + Active + Center for Family Services, Inc. + www.centerffs.org + 9707@hsesinfo.org + 584 Benson St + + Camden + NJ + 08103-1324 + 584 Benson St + + Camden + NJ + 08103-1324 + 584 Benson St + + Camden + NJ + 08103-1324 + Mrs. + F231671 + L231671 + + Board Chair + 231671@hsesinfo.org + Mr. + F231672 + L231672 + + President/CEO + 231672@hsesinfo.org + Ms. + F231674 + L231674 + + 231674@hsesinfo.org + Mr. + F231670 + L231670 + + 231670@hsesinfo.org + 555-555-1670 x 5555 + + + 11971 + 9699 + 13654 + 000 + 2020 + 2020-08-01 + + HS + Active + Hawkeye Area Community Action Program, Inc. + http://www.hacap.org + 9699@hsesinfo.org + 1515 Hawkeye Dr + + Hiawatha + IA + 52233-1102 + 1515 Hawkeye Dr + + Hiawatha + IA + 52233-1102 + 1515 Hawkeye Dr + + Hiawatha + IA + 52233-1102 + Mr. + F231622 + L231622 + + Board President + 231622@hsesinfo.org + Mrs. + F231623 + L231623 + + CEO + 231623@hsesinfo.org + Ms. + F231625 + L231625 + + 231625@hsesinfo.org + Mrs. + F231621 + L231621 + + 231621@hsesinfo.org + 555-555-1621 + + + 11980 + 9708 + 13664 + 200 + 2020 + 2020-09-01 + + EHS + Active + Center for Family Services, Inc. + www.centerffs.org + 9708@hsesinfo.org + 584 Benson St + + Camden + NJ + 08103-1324 + 584 Benson St + + Camden + NJ + 08103-1324 + 584 Benson St + + Camden + NJ + 08103-1324 + Mrs. + F231678 + L231678 + + Board Chair + 231678@hsesinfo.org + Mr. + F231679 + L231679 + + President/CEO + 231679@hsesinfo.org + Ms. + F231681 + L231681 + + 231681@hsesinfo.org + Mr. + F231677 + L231677 + + 231677@hsesinfo.org + 555-555-1677 x 5555 + + + 11968 + 1905 + 13652 + 000 + 2014 + 2020-08-01 + + HS + Active + Capital Area Community Services, Inc. + http://www.cacsheadstart.org + 1905@hsesinfo.org + 101 East Willow Street + + Lansing + MI + 48906-4814 + 101 East Willow Street + + Lansing + MI + 48906-4814 + 101 East Willow Street + + Lansing + MI + 48906-4814 + Mr. + F231601 + L231601 + III + Board Chairperson + 231601@hsesinfo.org + Mr. + F231602 + L231602 + + Executive Director + 231602@hsesinfo.org + Mrs. + F231604 + L231604 + + 231604@hsesinfo.org + Mrs. + F231600 + L231600 + + 231600@hsesinfo.org + 555-555-1600 + + + 11967 + 831 + 13653 + 000 + 2014 + 2020-08-01 + + HS + Active + Duluth Public School District #709 + www.isd709.org + 831@hsesinfo.org + 215 N 1st Ave E + + Duluth + MN + 55802-2069 + 215 N 1st Ave E + + Duluth + MN + 55802-2069 + 215 N 1st Ave E + + Duluth + MN + 55802-2069 + Ms. + F231594 + L231594 + + Chair of School Board ISD# 709 + 231594@hsesinfo.org + Mr. + F231595 + L231595 + + School Superintendent + 231595@hsesinfo.org + Ms. + F231597 + L231597 + + 231597@hsesinfo.org + Ms. + F231593 + L231593 + + 231593@hsesinfo.org + 555-555-1593 + + + 9886 + 5792 + 11995 + 200 + + 2019-07-01 + + EHS + Active + City of Phoenix + phoenix.gov + 5792@hsesinfo.org + 200 W Washington St + Fl 17 + Phoenix + AZ + 85003-1611 + 200 W Washington St + Fl 17 + Phoenix + AZ + 85003-1611 + 200 W Washington St + Fl 17 + Phoenix + AZ + 85003-1611 + Ms. + F217612 + L217612 + + Councilwomen + 217612@hsesinfo.org + Ms. + F217613 + L217613 + + Human Services Director + 217613@hsesinfo.org + Ms. + F217615 + L217615 + + 217615@hsesinfo.org + Mrs. + F217611 + L217611 + + 217611@hsesinfo.org + 555-555-7611 + + + 7014 + 1129 + 10478 + 000 + 1991 + 2015-12-01 + + AIAN HS + Active + Metlakatla Early Learning Programs + metlakatla.com + 1129@hsesinfo.org + 08 Western Avenue + + Metlakatla + AK + 99926 + PO BOX 8 + + Metlakatla + AK + 99926-0008 + 08 Western Avenue + + Metlakatla + AK + 99926 + Mr. + F204764 + L204764 + + Mayor + 204764@hsesinfo.org + Mr. + F204765 + L204765 + + Mayor + 204765@hsesinfo.org + Mrs. + F204767 + L204767 + + 204767@hsesinfo.org + Ms. + F204763 + L204763 + + 204763@hsesinfo.org + 555-555-4763 + + + 5899 + 2821 + 9313 + 200 + 2011 + 2015-02-01 + 2020-06-30 + EHS + Inactive + Community Action Partnership, Inc. + http://www.dickinsonearlyheadstart.com + 2821@hsesinfo.org + 338 1st St SE + + Dickinson + ND + 58601-5535 + 338 1st St SE + + Dickinson + ND + 58601-5535 + 202 East Villard + + Dickinson + ND + 58601 + Mrs. + F105878 + L105878 + + BOARD CHAIRPERSON + 105878@hsesinfo.org + Mr. + F105876 + L105876 + + + 105876@hsesinfo.org + Mrs. + F105875 + L105875 + + 105875@hsesinfo.org + Mrs. + F105874 + L105874 + + 105874@hsesinfo.org + 555-555-5874 + + + 11934 + 9669 + 13623 + 200 + 2020 + 2020-08-01 + + EHS + Active + Tennessee State University + http://www.tnstate.edu/learningsciences + 9669@hsesinfo.org + 3500 John A Merritt Blvd + + Nashville + TN + 37209-1561 + 3500 John A Merritt Blvd + + Nashville + TN + 37209-1561 + 3500 John A Merritt Blvd + + Nashville + TN + 37209-1561 + Dr. + F231394 + L231394 + + Vice President and Chief Research Officer + 231394@hsesinfo.org + Dr. + F231395 + L231395 + + Director of Center of Excellence for Learning Sciences + 231395@hsesinfo.org + Mr. + F231397 + L231397 + + 231397@hsesinfo.org + Ms. + F231393 + L231393 + + 231393@hsesinfo.org + 555-555-1393 + + + 10684 + 1487 + 12691 + 000 + 2014 + 2019-11-01 + + HS + Active + DENISE LOUIE EDUCATION CENTER + http://www.deniselouie.org + 1487@hsesinfo.org + 5333 15th Ave S + Ste 1K + Seattle + WA + 98108-2866 + 5333 15th Ave S + Ste 1K + Seattle + WA + 98108-2866 + 5333 15th Ave S + Ste 1K + Seattle + WA + 98108-2866 + Mr. + F223121 + L223121 + + President + 223121@hsesinfo.org + Ms. + F223122 + L223122 + + Executive Director + 223122@hsesinfo.org + Ms. + F223124 + L223124 + + 223124@hsesinfo.org + Ms. + F223120 + L223120 + + 223120@hsesinfo.org + 555-555-3120 + + + 11970 + 5958 + 13650 + 200 + + 2020-08-01 + + EHS + Active + Proviso Leyden Council for Community Action, Inc. + plcca.org + 5958@hsesinfo.org + 411 Madison St + + Maywood + IL + 60153-2136 + 411 Madison St + + Maywood + IL + 60153-2136 + 411 Madison St + + Maywood + IL + 60153-2136 + Mr. + F231615 + L231615 + + Chairman + 231615@hsesinfo.org + Mr. + F231616 + L231616 + + President & CEO + 231616@hsesinfo.org + Ms. + F231618 + L231618 + + 231618@hsesinfo.org + Ms. + F231614 + L231614 + + 231614@hsesinfo.org + 555-555-1614 x 5555 + + + 5951 + 5958 + 9486 + 200 + + 2015-02-01 + 2020-07-31 + EHS + Inactive + Proviso Leyden Council for Community Action, Inc. + plcca.org + 5958@hsesinfo.org + 411 West Madison + + Maywood + IL + 60153-1939 + 411 West Madison + + Maywood + IL + 60153-1939 + 411 West Madison + + Maywood + IL + 60153-1939 + Mr. + F106262 + L106262 + + Chairman + 106262@hsesinfo.org + Mr. + F106263 + L106263 + + President & CEO + 106263@hsesinfo.org + Ms. + F106265 + L106265 + + 106265@hsesinfo.org + Ms. + F106261 + L106261 + + 106261@hsesinfo.org + 555-555-6261 x 5555 + + + 9666 + 627 + 11827 + 000 + 2014 + 2019-06-01 + + HS + Active + BRECKINRIDGE-GRAYSON PROGRAMS, INC + www.breckgrayson.com + 627@hsesinfo.org + 201 E Walnut St + + Leitchfield + KY + 42754-1572 + 201 E Walnut St + + Leitchfield + KY + 42754-1572 + 201 E Walnut St + + Leitchfield + KY + 42754-1572 + Ms. + F216083 + L216083 + + Board Chairperson + 216083@hsesinfo.org + Ms. + F216084 + L216084 + + + 216084@hsesinfo.org + Ms. + F216086 + L216086 + + 216086@hsesinfo.org + Ms. + F216082 + L216082 + + 216082@hsesinfo.org + 555-555-6082 + + + 9667 + 628 + 11827 + 200 + 2014 + 2019-06-01 + + EHS + Active + BRECKINRIDGE-GRAYSON PROGRAMS, INC + www.breckgrayson.com + 628@hsesinfo.org + 201 E Walnut St + + Leitchfield + KY + 42754-1572 + 201 E Walnut St + + Leitchfield + KY + 42754-1572 + 201 East Walnut Street + + Leitchfield + KY + 42754-1572 + Ms. + F216090 + L216090 + + Board Chairperson + 216090@hsesinfo.org + Ms. + F216091 + L216091 + + + 216091@hsesinfo.org + Ms. + F216093 + L216093 + + 216093@hsesinfo.org + Ms. + F216089 + L216089 + + 216089@hsesinfo.org + 555-555-6089 + + + 11987 + 1800 + 13671 + 000 + 1993 + 2020-09-01 + + HS + Active + Wild Plum Center + www.wildplumcenter.org + 1800@hsesinfo.org + 82 21st Ave Ste B + + Longmont + CO + 80501-1254 + 82 21st Ave Ste B + + Longmont + CO + 80501-1254 + 82 21st Ave Ste B + + Longmont + CO + 80501-1254 + Ms. + F231726 + L231726 + + Board President + 231726@hsesinfo.org + Ms. + F231727 + L231727 + + + 231727@hsesinfo.org + Mr. + F231729 + L231729 + + 231729@hsesinfo.org + Ms. + F231725 + L231725 + + 231725@hsesinfo.org + 555-555-1725 + + + 11988 + 2796 + 13671 + 200 + 2011 + 2020-09-01 + + EHS + Active + Wild Plum Center + www.wildplumcenter.org + 2796@hsesinfo.org + 82 21st Ave Ste B + + Longmont + CO + 80501-1254 + 82 21st Ave Ste B + + Longmont + CO + 80501-1254 + 82 21st Ave Ste B + + Longmont + CO + 80501-1254 + Ms. + F231733 + L231733 + + Board President + 231733@hsesinfo.org + Ms. + F231734 + L231734 + + + 231734@hsesinfo.org + Mr. + F231736 + L231736 + + 231736@hsesinfo.org + Ms. + F231732 + L231732 + + 231732@hsesinfo.org + 555-555-1732 + + + 10685 + 2811 + 12691 + 200 + 2011 + 2019-11-01 + + EHS + Active + DENISE LOUIE EDUCATION CENTER + www.deniselouie.org + 2811@hsesinfo.org + 5333 15th Ave S + Ste 1K + Seattle + WA + 98108-2866 + 5333 15th Ave S + Ste 1K + Seattle + WA + 98108-2866 + 5333 15th Ave S + Ste 1K + Seattle + WA + 98108-2866 + Miss + F223128 + L223128 + + President + 223128@hsesinfo.org + Ms. + F223129 + L223129 + + Executive Director + 223129@hsesinfo.org + Ms. + F223131 + L223131 + + 223131@hsesinfo.org + Ms. + F223127 + L223127 + + 223127@hsesinfo.org + 555-555-3127 + + + 11996 + 1412 + 13678 + 000 + 1992 + 2020-09-01 + + HS + Active + Ozarks Area Community Action Corporation + http://www.oac.ac + 1412@hsesinfo.org + 215 South Barnes Avenue + + Springfield + MO + 65802-2204 + 215 South Barnes Avenue + + Springfield + MO + 65802-2204 + 215 South Barnes Avenue + + Springfield + MO + 65802-2204 + Mr. + F231785 + L231785 + + Chairman + 231785@hsesinfo.org + Mr. + F231786 + L231786 + + Executive Director + 231786@hsesinfo.org + Ms. + F231788 + L231788 + + 231788@hsesinfo.org + Ms. + F231784 + L231784 + + 231784@hsesinfo.org + 555-555-1784 + + + 11997 + 1413 + 13678 + 200 + 2003 + 2020-09-01 + + EHS + Active + Ozarks Area Community Action Corporation + http://www.oac.ac + 1413@hsesinfo.org + 215 South Barnes Avenue + + Springfield + MO + 65802-2204 + 215 South Barnes Avenue + + Springfield + MO + 65802-2204 + 215 South Barnes Avenue + + Springfield + MO + 65802-2204 + Mr. + F231792 + L231792 + + Chairman + 231792@hsesinfo.org + Mr. + F231793 + L231793 + + Executive Director + 231793@hsesinfo.org + Ms. + F231795 + L231795 + + 231795@hsesinfo.org + Ms. + F231791 + L231791 + + 231791@hsesinfo.org + 555-555-1791 + + + 11992 + 9714 + 13670 + 000 + 2020 + 2020-09-01 + + HS + Active + YWCA Metropolitan Chicago + https://ywcachicago.org/ + 9714@hsesinfo.org + 2055 W Army Trail Rd + Ste 140 + Addison + IL + 60101-1478 + 2055 W Army Trail Rd + Ste 140 + Addison + IL + 60101-1478 + 1 N La Salle St + Ste 1150 + Chicago + IL + 60602-4039 + Mr. + F231761 + L231761 + + EHS-CCP Advisory Board President + 231761@hsesinfo.org + Ms. + F231762 + L231762 + + VP Early Childhood Services + 231762@hsesinfo.org + Ms. + F231764 + L231764 + + 231764@hsesinfo.org + Ms. + F231760 + L231760 + + 231760@hsesinfo.org + 555-555-1760 x 5555 + + + 11990 + 9712 + 13674 + 000 + 2020 + 2020-09-01 + + HS + Active + Children's Home & Aid Society of Illinois + www.childrenshomeandaid.org + 9712@hsesinfo.org + 125 S Wacker Dr + Fl 14 + Chicago + IL + 60606-4429 + 125 S Wacker Dr + Fl 14 + Chicago + IL + 60606-4429 + 125 S Wacker Dr + Fl 14 + Chicago + IL + 60606-4429 + Mr. + F231747 + L231747 + + Board Chair + 231747@hsesinfo.org + Mr. + F231748 + L231748 + + President and CEO + 231748@hsesinfo.org + Ms. + F231750 + L231750 + + 231750@hsesinfo.org + Mrs. + F231746 + L231746 + + 231746@hsesinfo.org + 555-555-1746 + + + 11991 + 9713 + 13674 + 200 + 2020 + 2020-09-01 + + EHS + Active + Children's Home & Aid Society of Illinois + www.childrenshomeandaid.org + 9713@hsesinfo.org + 125 S Wacker Dr + Fl 14 + Chicago + IL + 60606-4429 + 125 S Wacker Dr + Fl 14 + Chicago + IL + 60606-4429 + 125 S Wacker Dr + Fl 14 + Chicago + IL + 60606-4429 + Mr. + F231754 + L231754 + + Board Chair + 231754@hsesinfo.org + Mr. + F231755 + L231755 + + President and CEO + 231755@hsesinfo.org + Ms. + F231757 + L231757 + + 231757@hsesinfo.org + Mrs. + F231753 + L231753 + + 231753@hsesinfo.org + 555-555-1753 + + + 11985 + 982 + 13673 + 000 + 1992 + 2020-08-01 + + HS + Active + McIntosh Trail Early Childhood Development Council, Inc + http://www.mtecdc.org + 982@hsesinfo.org + 565 Recreation Drive + + Jackson + GA + 30233-2286 + 565 Recreation Drive + + Jackson + GA + 30233-2286 + 565 Recreation Drive + + Jackson + GA + 30233-2286 + Dr. + F231712 + L231712 + + Board Chairman + 231712@hsesinfo.org + Mrs. + F231713 + L231713 + + + 231713@hsesinfo.org + Mr. + F231715 + L231715 + + 231715@hsesinfo.org + Mrs. + F231711 + L231711 + + 231711@hsesinfo.org + 555-555-1711 x 5555 + + + 11993 + 2250 + 13675 + 000 + 2014 + 2020-09-01 + + Migrant HS + Active + Chicanos por la Causa, Inc. + http://www.cplc.org + 2250@hsesinfo.org + 1242 E Washington St + Ste 200 + Phoenix + AZ + 85034-1171 + 1242 E Washington St + Ste 200 + Phoenix + AZ + 85034-1171 + 1112 E Buckeye Rd + + Phoenix + AZ + 85034-4043 + Mr. + F231768 + L231768 + + CPLC Board of Directors Chair + 231768@hsesinfo.org + Mr. + F231769 + L231769 + + President and Chief Executive Officer (CEO) + 231769@hsesinfo.org + Ms. + F231771 + L231771 + + 231771@hsesinfo.org + Ms. + F231767 + L231767 + + 231767@hsesinfo.org + 555-555-1767 x 5555 + + + 11986 + 2839 + 13673 + 200 + 2011 + 2020-08-01 + + EHS + Active + McIntosh Trail Early Childhood Development Council, Inc + www.mtecdc.org + 2839@hsesinfo.org + 565 Recreation Drive + + JACKSON + GA + 30233 + 565 Recreation Drive + + JACKSON + GA + 30233 + 565 Recreation Drive + + JACKSON + GA + 30233 + Dr. + F231719 + L231719 + + Board Chairman + 231719@hsesinfo.org + Mrs. + F231720 + L231720 + + + 231720@hsesinfo.org + Mr. + F231722 + L231722 + + 231722@hsesinfo.org + Mrs. + F231718 + L231718 + + 231718@hsesinfo.org + 555-555-1718 x 5555 + + + 11623 + 9489 + 13395 + 000 + 2020 + 2020-07-01 + + HS + Active + El Valor Corporation + http://www.elvalor.net + 9489@hsesinfo.org + 1850 W 21st St + + Chicago + IL + 60608-2715 + 1850 W 21st St + + Chicago + IL + 60608-2715 + 1850 W 21st St + + Chicago + IL + 60608-2715 + Mr. + F229329 + L229329 + + Executive Committee Chair + 229329@hsesinfo.org + Mr. + F229330 + L229330 + + CEO/Executive Director + 229330@hsesinfo.org + Ms. + F229332 + L229332 + + 229332@hsesinfo.org + Ms. + F229328 + L229328 + + 229328@hsesinfo.org + 555-555-9328 + + + 11624 + 9490 + 13395 + 200 + 2020 + 2020-07-01 + + EHS + Active + El Valor Corporation + http://www.elvalor.net + 9490@hsesinfo.org + 1850 W 21st St + + Chicago + IL + 60608-2715 + 1850 W 21st St + + Chicago + IL + 60608-2715 + 1850 W 21st St + + Chicago + IL + 60608-2715 + Mr. + F229336 + L229336 + + Executive Committee Chair + 229336@hsesinfo.org + Mr. + F229337 + L229337 + + CEO/Executive Director + 229337@hsesinfo.org + Ms. + F229339 + L229339 + + 229339@hsesinfo.org + Ms. + F229335 + L229335 + + 229335@hsesinfo.org + 555-555-9335 + + + 11913 + 906 + 13611 + 000 + 1992 + 2020-08-01 + + HS + Active + Pasco County Head Start + www.pasco.k12.fl.us + 906@hsesinfo.org + 7227 Land O Lakes Blvd + + Land O Lakes + FL + 34638-2826 + 7227 Land O Lakes Blvd + + Land O Lakes + FL + 34638-2826 + 7227 Land O Lakes Blvd + + Land O Lakes + FL + 34638-2826 + Ms. + F231249 + L231249 + + Pasco County Schools School Board Chairman + 231249@hsesinfo.org + Ms. + F231250 + L231250 + + Chief Academic Officer + 231250@hsesinfo.org + Mr. + F231252 + L231252 + + 231252@hsesinfo.org + Ms. + F231248 + L231248 + + 231248@hsesinfo.org + 555-555-1248 + + + 11914 + 907 + 13611 + 200 + 2002 + 2020-08-01 + + EHS + Active + Pasco County Early Head Start + www.pasco.k12.fl.us + 907@hsesinfo.org + 7227 Land O Lakes Blvd + + Land O Lakes + FL + 34638-2826 + 7227 Land O Lakes Blvd + + Land O Lakes + FL + 34638-2826 + 7227 Land O Lakes Blvd + + Land O Lakes + FL + 34638-2826 + Ms. + F231256 + L231256 + + Pasco County Schools School Board Chairman + 231256@hsesinfo.org + Ms. + F231257 + L231257 + + Chief Academic Officer + 231257@hsesinfo.org + Mr. + F231259 + L231259 + + 231259@hsesinfo.org + Ms. + F231255 + L231255 + + 231255@hsesinfo.org + 555-555-1255 + + + 10186 + 9017 + 12219 + 000 + 2019 + 2019-09-01 + + HS + Active + CDI HS/Dubuque, Delaware and Jackson Counties, IA + www.cdiheadstart.org + 9017@hsesinfo.org + 10502 Saint Joseph Dr + + Dubuque + IA + 52003-9707 + PO Box 627 + + Dubuque + IA + 52004-0627 + 10502 Saint Joseph Dr + + Dubuque + IA + 52003-9707 + Mr. + F219660 + L219660 + + Chief Executive Officer + 219660@hsesinfo.org + Ms. + F219658 + L219658 + + Executive Director + 219658@hsesinfo.org + + F219661 + L219661 + + 219661@hsesinfo.org + Ms. + F219657 + L219657 + + 219657@hsesinfo.org + 555-555-9657 + + + 10907 + 1244 + 12880 + 000 + 2015 + 2020-01-01 + + HS + Active + Pickaway County Community Action Organization, Inc. + picca.info + 1244@hsesinfo.org + 465 E Ohio St + Picca Head Start-Early Head Start + Circleville + OH + 43113-2034 + 465 E Ohio St + Picca Head Start-Early Head Start + Circleville + OH + 43113-2034 + 469 E Ohio St + Pickaway County Community Action Org., Inc. Head Start + Circleville + OH + 43113-2034 + Ms. + F224641 + L224641 + + Board President + 224641@hsesinfo.org + Ms. + F224642 + L224642 + + Executive Director + 224642@hsesinfo.org + Ms. + F224644 + L224644 + + 224644@hsesinfo.org + Mrs. + F224640 + L224640 + + 224640@hsesinfo.org + 555-555-4640 x 5555 + + + 10908 + 2832 + 12880 + 200 + 2015 + 2020-01-01 + + EHS + Active + Pickaway County Community Action Organization, Inc. + picca.info + 2832@hsesinfo.org + 465 E Ohio St + Picca Head Start-Early Head Start + Circleville + OH + 43113-2034 + 465 E Ohio St + Picca Head Start-Early Head Start + Circleville + OH + 43113-2034 + 469 E Ohio St + Pickaway County Community Action Org., Inc. Early Head Start + Circleville + OH + 43113-2034 + Ms. + F224648 + L224648 + + Board President + 224648@hsesinfo.org + Ms. + F224649 + L224649 + + Acting Executive Director + 224649@hsesinfo.org + Ms. + F224651 + L224651 + + 224651@hsesinfo.org + Mrs. + F224647 + L224647 + + 224647@hsesinfo.org + 555-555-4647 x 5555 + + + 8766 + 8619 + 11134 + 201 + 2017 + 2017-03-01 + + Migrant EHS + Active + Community Action Partnership of Madera County, Inc. (CAPMC) + 1225 Gill Ave. + 8619@hsesinfo.org + 4610 W Jacquelyn Ave + Capmc - Fresno Migrant and Seasonal Head Start + Fresno + CA + 93722-6433 + 4610 W Jacquelyn Ave + Capmc - Fresno Migrant and Seasonal Head Start + Fresno + CA + 93722-6433 + 1225 Gill Ave + Community Action Partnership of Madera County, Inc. + Madera + CA + 93637-5234 + Mr. + F209827 + L209827 + + + 209827@hsesinfo.org + Mrs. + F209828 + L209828 + + Executive Director + 209828@hsesinfo.org + Mrs. + F209830 + L209830 + + 209830@hsesinfo.org + Ms. + F209826 + L209826 + + 209826@hsesinfo.org + 555-555-9826 + + + 12000 + 2036 + 13682 + 000 + 2014 + 2020-08-01 + + AIAN HS + Active + Oglala Lakota College + http://headstart.olc.edu/ + 2036@hsesinfo.org + 490 Piya Wiconi Road + + Kyle + SD + 57752 + 490 Piya Wiconi Road + P.O. Box 490 + Kyle + SD + 57752-0490 + 490 Piya Wiconi Road + + Kyle + SD + 57752 + Mr. + F231812 + L231812 + + President + 231812@hsesinfo.org + Mr. + F231813 + L231813 + + + 231813@hsesinfo.org + Ms. + F231815 + L231815 + + 231815@hsesinfo.org + Ms. + F231811 + L231811 + + 231811@hsesinfo.org + 555-555-1811 + + + 12001 + 2037 + 13682 + 200 + 2014 + 2020-08-01 + + AIAN EHS + Active + Oglala Lakota College + http://headstart.olc.edu/ + 2037@hsesinfo.org + 490 Piya Wiconi Road + + Kyle + SD + 57752 + 490 Piya Wiconi Road + P.O. Box 490 + Kyle + SD + 57752-0490 + 490 Piya Wiconi Road + + Kyle + SD + 57752 + Mr. + F231819 + L231819 + + President + 231819@hsesinfo.org + Mr. + F231820 + L231820 + + + 231820@hsesinfo.org + Ms. + F231822 + L231822 + + 231822@hsesinfo.org + Ms. + F231818 + L231818 + + 231818@hsesinfo.org + 555-555-1818 + + + 12002 + 2480 + 13681 + 000 + 2002 + 2020-09-01 + + Migrant HS + Active + Community Action Council, Migrant Head Start + http://www.commaction.org + 2480@hsesinfo.org + PO BOX 11610 + + Lexington + KY + 40576-1610 + PO BOX 11610 + + Lexington + KY + 40576-1610 + PO BOX 11610 + + Lexington + KY + 40576-1610 + Mrs. + F231826 + L231826 + + Chairman + 231826@hsesinfo.org + Mrs. + F231827 + L231827 + + Executive Director + 231827@hsesinfo.org + Mrs. + F231829 + L231829 + + 231829@hsesinfo.org + Mrs. + F231825 + L231825 + + 231825@hsesinfo.org + 555-555-1825 x 5555 + + + 12003 + 1204 + 13683 + 000 + 1992 + 2020-09-01 + + Migrant HS + Active + Community Action Partnership of San Luis Obispo Co + http://www.capslo.org + 1204@hsesinfo.org + 1030 Southwood Dr + + San Luis Obispo + CA + 93401-5813 + 1030 Southwood Dr + + San Luis Obispo + CA + 93401-5813 + 1030 Southwood Dr + + San Luis Obispo + CA + 93401-5813 + Ms. + F231833 + L231833 + + CAPSLO Board President + 231833@hsesinfo.org + Mrs. + F231834 + L231834 + + Chief Executive Officer + 231834@hsesinfo.org + Ms. + F231836 + L231836 + + 231836@hsesinfo.org + Ms. + F231832 + L231832 + + 231832@hsesinfo.org + 555-555-1832 + + + 12004 + 3624 + 13687 + 001 + + 2020-09-01 + + Migrant HS + Active + Community Action Partnership of Madera County, Inc. + http://www.maderacap.org + 3624@hsesinfo.org + 4610 W Jacquelyn Ave + Fresno Migrant and Seasonal Head Start + Fresno + CA + 93722-6433 + 4610 W Jacquelyn Ave + Fresno Migrant and Seasonal Head Start + Fresno + CA + 93722-6433 + 4610 W Jacquelyn Ave + Fresno Migrant and Seasonal Head Start + Fresno + CA + 93722-6433 + Mr. + F231840 + L231840 + + + 231840@hsesinfo.org + Mrs. + F231841 + L231841 + + + 231841@hsesinfo.org + Ms. + F231843 + L231843 + + 231843@hsesinfo.org + Ms. + F231839 + L231839 + + 231839@hsesinfo.org + 555-555-1839 + + + 12005 + 2865 + 13683 + 200 + 2011 + 2020-09-01 + + Migrant EHS + Active + Community Action Partnership of San Luis Obispo Co + http://www.capslo.org + 2865@hsesinfo.org + 1030 Southwood Dr + + San Luis Obispo + CA + 93401-5813 + 1030 Southwood Dr + + San Luis Obispo + CA + 93401-5813 + 1030 Southwood Dr + + San Luis Obispo + CA + 93401-5813 + Ms. + F231847 + L231847 + + CAPSLO Board President + 231847@hsesinfo.org + Mrs. + F231848 + L231848 + + Chief Executive Officer + 231848@hsesinfo.org + Mr. + F231850 + L231850 + + 231850@hsesinfo.org + Ms. + F231846 + L231846 + + 231846@hsesinfo.org + 555-555-1846 + + + 5386 + 1929 + 9043 + 200 + 2014 + 2014-09-01 + 2020-08-31 + EHS + Inactive + Two Rivers Head Start + http://www.trhsa.org + 1929@hsesinfo.org + 1661 Landmark Road + + Aurora + IL + 60506-1146 + 1661 Landmark Road + + Aurora + IL + 60506-1146 + 1661 Landmark Road + + Aurora + IL + 60506-1146 + Ms. + F96691 + L96691 + + Governing Board Chairperson + 96691@hsesinfo.org + Ms. + F96690 + L96690 + + Executive Director + 96690@hsesinfo.org + Ms. + F96693 + L96693 + + 96693@hsesinfo.org + Ms. + F96689 + L96689 + + 96689@hsesinfo.org + 555-555-6689 x 5555 + + + 11989 + 1930 + 13672 + 000 + 2014 + 2020-09-01 + + HS + Active + Two Rivers Head Start + http://www.trhsa.org + 1930@hsesinfo.org + 1661 Landmark Rd + + Aurora + IL + 60506-1146 + 1661 Landmark Rd + + Aurora + IL + 60506-1146 + 1661 Landmark Rd + + Aurora + IL + 60506-1146 + Ms. + F231740 + L231740 + + Governing Board Chairperson + 231740@hsesinfo.org + Ms. + F231741 + L231741 + + Executive Director + 231741@hsesinfo.org + Ms. + F231743 + L231743 + + 231743@hsesinfo.org + Ms. + F231739 + L231739 + + 231739@hsesinfo.org + 555-555-1739 x 5555 + + + 9475 + 8771 + 11688 + 200 + 2019 + 2019-03-01 + + EHS + Active + Easter Seals Southern California, Inc. + eastersealssocal.com + 8771@hsesinfo.org + 1063 McGaw Ave + + Irvine + CA + 92614-5505 + 4688 Ontario Mills Pkwy + + Ontario + CA + 91764-5104 + 1063 McGaw Ave + + Irvine + CA + 92614-5505 + Mr. + F214822 + L214822 + + Board Chair + 214822@hsesinfo.org + Mr. + F214823 + L214823 + + + 214823@hsesinfo.org + Ms. + F214825 + L214825 + + 214825@hsesinfo.org + Mrs. + F214821 + L214821 + + 214821@hsesinfo.org + 555-555-4821 + + + 10667 + 9074 + 12678 + 001 + 2019 + 2019-01-01 + + HS + Active + Palmdale School District Early Childhood Education + www.palmdalesd.org + 9074@hsesinfo.org + 975 East Avenue P-8 + + Palmdale + CA + 93550 + 975 East Avenue P-8 + + Palmdale + CA + 93550 + 975 East Avenue P-8 + + Palmdale + CA + 93550 + Mr. + F223003 + L223003 + + School Board President + 223003@hsesinfo.org + Mr. + F223001 + L223001 + + Superintendent + 223001@hsesinfo.org + + F223004 + L223004 + + 223004@hsesinfo.org + Ms. + F223000 + L223000 + + 223000@hsesinfo.org + 555-555-3000 + + + 10668 + 9075 + 12678 + 201 + 2019 + 2019-01-01 + + EHS + Active + Palmdale School District Early Childhood Education + www.palmdalesd.org + 9075@hsesinfo.org + 975 East Avenue P-8 + + Palmdale + CA + 93550 + 975 East Avenue P-8 + + Palmdale + CA + 93550 + 975 East Avenue P-8 + + Palmdale + CA + 93550 + Mr. + F223009 + L223009 + + School Board President + 223009@hsesinfo.org + Mr. + F223007 + L223007 + + Superintendent + 223007@hsesinfo.org + + F223010 + L223010 + + 223010@hsesinfo.org + Ms. + F223006 + L223006 + + 223006@hsesinfo.org + 555-555-3006 + + + 11938 + 9673 + 13629 + 000 + 2020 + 2020-09-01 + + HS + Active + Region VII Education Service Center + http://www.esc7.net + 9673@hsesinfo.org + 1909 N Longview St + + Kilgore + TX + 75662-6827 + 1909 N Longview St + + Kilgore + TX + 75662-6827 + 1909 N Longview St + + Kilgore + TX + 75662-6827 + Mr. + F231422 + L231422 + + Chairman + 231422@hsesinfo.org + Mr. + F231423 + L231423 + + Executive Director + 231423@hsesinfo.org + Mrs. + F231425 + L231425 + + 231425@hsesinfo.org + Mrs. + F231421 + L231421 + + 231421@hsesinfo.org + 555-555-1421 + + + 12016 + 9729 + 13702 + 037 + 2019 + 2019-12-01 + + HS + Active + Allisons Infant & Toddler Center Inc. + https://www.allisonschildcare.org/ + 9729@hsesinfo.org + 5522 S Racine Ave + + Chicago + IL + 60636-1422 + 5522 S Racine Ave + + Chicago + IL + 60636-1422 + 5522 S Racine Ave + + Chicago + IL + 60636-1422 + + F231922 + L231922 + + + 231922@hsesinfo.org + + F231920 + L231920 + + + 231920@hsesinfo.org + + F231923 + L231923 + + 231923@hsesinfo.org + Ms. + F231919 + L231919 + + 231919@hsesinfo.org + 555-555-1919 + + + 12017 + 9730 + 13702 + 237 + 2019 + 2019-12-01 + + EHS + Active + Allisons Infant & Toddler Center Inc. + https://www.allisonschildcare.org/ + 9730@hsesinfo.org + 5522 S Racine Ave + + Chicago + IL + 60636-1422 + 5522 S Racine Ave + + Chicago + IL + 60636-1422 + 5522 S Racine Ave + + Chicago + IL + 60636-1422 + + F231928 + L231928 + + + 231928@hsesinfo.org + + F231926 + L231926 + + + 231926@hsesinfo.org + + F231929 + L231929 + + 231929@hsesinfo.org + Ms. + F231925 + L231925 + + 231925@hsesinfo.org + 555-555-1925 + + + 12007 + 9720 + 13686 + 200 + 2020 + 2020-09-01 + + EHS + Active + Franklin Vance Warren Opportunity, Inc + http://www.fvwopp.com + 9720@hsesinfo.org + 180 S Beckford Dr + + Henderson + NC + 27536-2584 + PO Box 1453 + + Henderson + NC + 27536-1453 + 180 S Beckford Dr + + Henderson + NC + 27536-2584 + Dr. + F231861 + L231861 + + Board Chair + 231861@hsesinfo.org + Mr. + F231862 + L231862 + + Chief Executive Officer + 231862@hsesinfo.org + Ms. + F231864 + L231864 + + 231864@hsesinfo.org + Mrs. + F231860 + L231860 + + 231860@hsesinfo.org + 555-555-1860 + + + 12008 + 584 + 13685 + 000 + 2014 + 2020-09-01 + + HS + Active + Beaufort-Jasper Economic Opportunity Council + www.beaufortjaspereoc.org + 584@hsesinfo.org + 1905 Duke St + Ste 250 + Beaufort + SC + 29902-4403 + PO Box 2296 + + Beaufort + SC + 29901-2296 + 1905 Duke St + Ste 250 + Beaufort + SC + 29902-4403 + Mr. + F231868 + L231868 + + Board Chair + 231868@hsesinfo.org + Mr. + F231869 + L231869 + + Executive Director + 231869@hsesinfo.org + Mrs. + F231871 + L231871 + + 231871@hsesinfo.org + Mr. + F231867 + L231867 + + 231867@hsesinfo.org + 555-555-1867 + + + 12009 + 583 + 13685 + 200 + 2000 + 2020-09-01 + + EHS + Active + Beaufort-Jasper Economic Opportunity Council + www.beaufortjaspereoc.org + 583@hsesinfo.org + 1905 Duke St + Ste 250 + Beaufort + SC + 29902-4403 + PO Box 2296 + + Beaufort + SC + 29901-2296 + 1905 Duke St + Ste 250 + Beaufort + SC + 29902-4403 + Mr. + F231875 + L231875 + + Board Chair + 231875@hsesinfo.org + Mr. + F231876 + L231876 + + Executive Director + 231876@hsesinfo.org + Mrs. + F231878 + L231878 + + 231878@hsesinfo.org + Mr. + F231874 + L231874 + + 231874@hsesinfo.org + 555-555-1874 + + + 12010 + 6085 + 13684 + 200 + + 2020-09-01 + + EHS + Active + Child Care Resources Inc. + http://childcareresourcesinc.org + 6085@hsesinfo.org + 4600 Park Rd + Ste 400 + Charlotte + NC + 28209-3638 + 4600 Park Rd + Ste 400 + Charlotte + NC + 28209-3638 + 4600 Park Rd + Ste 400 + Charlotte + NC + 28209-3638 + Mr. + F231882 + L231882 + + Board Chair + 231882@hsesinfo.org + Ms. + F231883 + L231883 + + President + 231883@hsesinfo.org + Ms. + F231885 + L231885 + + 231885@hsesinfo.org + Ms. + F231881 + L231881 + + 231881@hsesinfo.org + 555-555-1881 x 5555 + + + 12018 + 9731 + 13704 + 038 + 2019 + 2019-12-01 + + HS + Active + Asian Human Services, Inc. + https://www.ahschicago.org/ + 9731@hsesinfo.org + 4753 N Broadway St + Ste 700 + Chicago + IL + 60640-4995 + 4753 N Broadway St + Ste 700 + Chicago + IL + 60640-4995 + 4753 N Broadway St + Ste 700 + Chicago + IL + 60640-4995 + + F231934 + L231934 + + + 231934@hsesinfo.org + + F231932 + L231932 + + + 231932@hsesinfo.org + + F231935 + L231935 + + 231935@hsesinfo.org + Ms. + F231931 + L231931 + + 231931@hsesinfo.org + 555-555-1931 + + + 12019 + 9732 + 13704 + 238 + 2019 + 2019-12-01 + + EHS + Active + Asian Human Services, Inc. + https://www.ahschicago.org/ + 9732@hsesinfo.org + 4753 N Broadway St + Ste 700 + Chicago + IL + 60640-4995 + 4753 N Broadway St + Ste 700 + Chicago + IL + 60640-4995 + 4753 N Broadway St + Ste 700 + Chicago + IL + 60640-4995 + + F231940 + L231940 + + + 231940@hsesinfo.org + + F231938 + L231938 + + + 231938@hsesinfo.org + + F231941 + L231941 + + 231941@hsesinfo.org + Ms. + F231937 + L231937 + + 231937@hsesinfo.org + 555-555-1937 + + + 12020 + 9733 + 13706 + 039 + 2019 + 2019-12-01 + + HS + Active + Breakthrough Urban Ministries, Inc. + https://www.breakthrough.org/ + 9733@hsesinfo.org + 402 N Saint Louis Ave + + Chicago + IL + 60624-1332 + 402 N Saint Louis Ave + + Chicago + IL + 60624-1332 + 402 N Saint Louis Ave + + Chicago + IL + 60624-1332 + + F231946 + L231946 + + + 231946@hsesinfo.org + + F231944 + L231944 + + + 231944@hsesinfo.org + + F231947 + L231947 + + 231947@hsesinfo.org + Ms. + F231943 + L231943 + + 231943@hsesinfo.org + 555-555-1943 + + + 12021 + 9734 + 13709 + 240 + 2019 + 2019-12-01 + + EHS + Active + Family Focus, Inc. + http://www.family-focus.org/ + 9734@hsesinfo.org + 310 S Peoria St + Ste 301 + Chicago + IL + 60607-3534 + 310 S Peoria St + Ste 301 + Chicago + IL + 60607-3534 + 310 S Peoria St + Ste 301 + Chicago + IL + 60607-3534 + + F231952 + L231952 + + + 231952@hsesinfo.org + + F231950 + L231950 + + + 231950@hsesinfo.org + + F231953 + L231953 + + 231953@hsesinfo.org + Ms. + F231949 + L231949 + + 231949@hsesinfo.org + 555-555-1949 + + + 12022 + 9735 + 13711 + 041 + 2019 + 2019-12-01 + + HS + Active + Gia Group Inc Dba The Learning Tree II + + 9735@hsesinfo.org + 8233 S Pulaski Rd + + Chicago + IL + 60652-2927 + 8233 S Pulaski Rd + + Chicago + IL + 60652-2927 + 8233 S Pulaski Rd + + Chicago + IL + 60652-2927 + + F231958 + L231958 + + + 231958@hsesinfo.org + + F231956 + L231956 + + + 231956@hsesinfo.org + + F231959 + L231959 + + 231959@hsesinfo.org + Ms. + F231955 + L231955 + + 231955@hsesinfo.org + 555-555-1955 + + + 12023 + 9736 + 13713 + 042 + 2019 + 2019-12-01 + + HS + Active + Higher Learning Daycare & Education Center Incorporated Dba Higher Learning Childcare & Development + https://higher-learn.com/ + 9736@hsesinfo.org + 2526 E 73rd St + + Chicago + IL + 60649-2641 + 2526 E 73rd St + + Chicago + IL + 60649-2641 + 2526 E 73rd St + + Chicago + IL + 60649-2641 + + F231964 + L231964 + + + 231964@hsesinfo.org + + F231962 + L231962 + + + 231962@hsesinfo.org + + F231965 + L231965 + + 231965@hsesinfo.org + Mr. + F231961 + L231961 + + 231961@hsesinfo.org + 555-555-1961 + + + 12024 + 9737 + 13713 + 242 + 2019 + 2019-12-01 + + EHS + Active + Higher Learning Daycare & Education Center Incorporated Dba Higher Learning Childcare & Development + https://higher-learn.com/ + 9737@hsesinfo.org + 2526 E 73rd St + + Chicago + IL + 60649-2641 + 2526 E 73rd St + + Chicago + IL + 60649-2641 + 2526 E 73rd St + + Chicago + IL + 60649-2641 + + F231970 + L231970 + + + 231970@hsesinfo.org + + F231968 + L231968 + + + 231968@hsesinfo.org + + F231971 + L231971 + + 231971@hsesinfo.org + Mr. + F231967 + L231967 + + 231967@hsesinfo.org + 555-555-1967 + + + 12025 + 9738 + 13716 + 043 + 2019 + 2019-12-01 + + HS + Active + Hobby Horse Nursery School Ltd Dba Lake Shore Schools + http://www.lakeshoreschoolschicago.com/ + 9738@hsesinfo.org + 6759 N Greenview Ave + + Chicago + IL + 60626-4207 + 6759 N Greenview Ave + + Chicago + IL + 60626-4207 + 6759 N Greenview Ave + + Chicago + IL + 60626-4207 + + F231976 + L231976 + + + 231976@hsesinfo.org + + F231974 + L231974 + + + 231974@hsesinfo.org + + F231977 + L231977 + + 231977@hsesinfo.org + Ms. + F231973 + L231973 + + 231973@hsesinfo.org + 555-555-1973 + + + 12026 + 9739 + 13716 + 243 + 2019 + 2019-12-01 + + EHS + Active + Hobby Horse Nursery School Ltd Dba Lake Shore Schools + http://www.lakeshoreschoolschicago.com/ + 9739@hsesinfo.org + 6759 N Greenview Ave + + Chicago + IL + 60626-4207 + 6759 N Greenview Ave + + Chicago + IL + 60626-4207 + 6759 N Greenview Ave + + Chicago + IL + 60626-4207 + + F231982 + L231982 + + + 231982@hsesinfo.org + + F231980 + L231980 + + + 231980@hsesinfo.org + + F231983 + L231983 + + 231983@hsesinfo.org + Ms. + F231979 + L231979 + + 231979@hsesinfo.org + 555-555-1979 + + + 12028 + 9740 + 13718 + 044 + 2019 + 2019-12-01 + + HS + Active + Improved Child Care Management Services Corporation + http://www.albanychildcarecenter.com/ + 9740@hsesinfo.org + 520 N Halsted St + Apt 412 + Chicago + IL + 60642-7568 + 520 N Halsted St + Apt 412 + Chicago + IL + 60642-7568 + 520 N Halsted St + Apt 412 + Chicago + IL + 60642-7568 + + F231988 + L231988 + + + 231988@hsesinfo.org + + F231986 + L231986 + + + 231986@hsesinfo.org + + F231989 + L231989 + + 231989@hsesinfo.org + Ms. + F231985 + L231985 + + 231985@hsesinfo.org + 555-555-1985 + + + 12029 + 9741 + 13720 + 045 + 2019 + 2019-12-01 + + HS + Active + Kimball Daycare + + 9741@hsesinfo.org + 1636 N Kimball Ave + # 38 + Chicago + IL + 60647-4804 + 1636 N Kimball Ave + # 38 + Chicago + IL + 60647-4804 + 1636 N Kimball Ave + # 38 + Chicago + IL + 60647-4804 + + F231994 + L231994 + + + 231994@hsesinfo.org + + F231992 + L231992 + + + 231992@hsesinfo.org + + F231995 + L231995 + + 231995@hsesinfo.org + Ms. + F231991 + L231991 + + 231991@hsesinfo.org + 555-555-1991 + + + 12030 + 9742 + 13720 + 245 + 2019 + 2019-12-01 + + EHS + Active + Kimball Daycare + + 9742@hsesinfo.org + 1636 N Kimball Ave + # 38 + Chicago + IL + 60647-4804 + 1636 N Kimball Ave + # 38 + Chicago + IL + 60647-4804 + 1636 N Kimball Ave + # 38 + Chicago + IL + 60647-4804 + + F232000 + L232000 + + + 232000@hsesinfo.org + + F231998 + L231998 + + + 231998@hsesinfo.org + + F232001 + L232001 + + 232001@hsesinfo.org + Ms. + F231997 + L231997 + + 231997@hsesinfo.org + 555-555-1997 + + + 12031 + 9743 + 13722 + 046 + 2019 + 2019-12-01 + + HS + Active + Marillac St. Vincent Family Services Dba St. Vincent Depaul Center + https://marillacstvincent.org/home.html + 9743@hsesinfo.org + 212 S Francisco Ave + + Chicago + IL + 60612-3618 + 212 S Francisco Ave + + Chicago + IL + 60612-3618 + 212 S Francisco Ave + + Chicago + IL + 60612-3618 + + F232006 + L232006 + + + 232006@hsesinfo.org + + F232004 + L232004 + + + 232004@hsesinfo.org + + F232007 + L232007 + + 232007@hsesinfo.org + Ms. + F232003 + L232003 + + 232003@hsesinfo.org + 555-555-2003 + + + 12032 + 9744 + 13722 + 246 + 2019 + 2019-12-01 + + EHS + Active + Marillac St. Vincent Family Services Dba St. Vincent Depaul Center + https://marillacstvincent.org/home.html + 9744@hsesinfo.org + 212 S Francisco Ave + + Chicago + IL + 60612-3618 + 212 S Francisco Ave + + Chicago + IL + 60612-3618 + 212 S Francisco Ave + + Chicago + IL + 60612-3618 + + F232012 + L232012 + + + 232012@hsesinfo.org + + F232010 + L232010 + + + 232010@hsesinfo.org + + F232013 + L232013 + + 232013@hsesinfo.org + Ms. + F232009 + L232009 + + 232009@hsesinfo.org + 555-555-2009 + + + 12033 + 9745 + 13724 + 047 + 2019 + 2019-12-01 + + HS + Active + N & K Corporation dba Rainbow School + + 9745@hsesinfo.org + 3250 W Irving Park Rd + + Chicago + IL + 60618-3325 + 3250 W Irving Park Rd + + Chicago + IL + 60618-3325 + 3250 W Irving Park Rd + + Chicago + IL + 60618-3325 + + F232018 + L232018 + + + 232018@hsesinfo.org + + F232016 + L232016 + + + 232016@hsesinfo.org + + F232019 + L232019 + + 232019@hsesinfo.org + Ms. + F232015 + L232015 + + 232015@hsesinfo.org + 555-555-2015 + + + 12034 + 9746 + 13726 + 048 + 2019 + 2019-12-01 + + HS + Active + Serendipity Child Care Inc. + https://www.serendipityfamilycenter.com/ + 9746@hsesinfo.org + 1300 W 99th St + + Chicago + IL + 60643-1343 + 1300 W 99th St + + Chicago + IL + 60643-1343 + 1300 W 99th St + + Chicago + IL + 60643-1343 + + F232024 + L232024 + + + 232024@hsesinfo.org + + F232022 + L232022 + + + 232022@hsesinfo.org + + F232025 + L232025 + + 232025@hsesinfo.org + Ms. + F232021 + L232021 + + 232021@hsesinfo.org + 555-555-2021 + + + 12035 + 9747 + 13726 + 248 + 2019 + 2019-12-01 + + EHS + Active + Serendipity Child Care Inc. + https://www.serendipityfamilycenter.com/ + 9747@hsesinfo.org + 1300 W 99th St + + Chicago + IL + 60643-1343 + 1300 W 99th St + + Chicago + IL + 60643-1343 + 1300 W 99th St + + Chicago + IL + 60643-1343 + + F232030 + L232030 + + + 232030@hsesinfo.org + + F232028 + L232028 + + + 232028@hsesinfo.org + + F232031 + L232031 + + 232031@hsesinfo.org + Ms. + F232027 + L232027 + + 232027@hsesinfo.org + 555-555-2027 + + + 12036 + 9748 + 13728 + 049 + 2019 + 2019-12-01 + + HS + Active + Young Achievers Academy Inc + + 9748@hsesinfo.org + 520 E 79th St + + Chicago + IL + 60619-3002 + 520 E 79th St + + Chicago + IL + 60619-3002 + 520 E 79th St + + Chicago + IL + 60619-3002 + + F232036 + L232036 + + + 232036@hsesinfo.org + + F232034 + L232034 + + + 232034@hsesinfo.org + + F232037 + L232037 + + 232037@hsesinfo.org + Ms. + F232033 + L232033 + + 232033@hsesinfo.org + 555-555-2033 + + + 12037 + 9749 + 13728 + 249 + 2019 + 2019-02-01 + + EHS + Active + Young Achievers Academy Inc. + + 9749@hsesinfo.org + 520 E 79th St + + Chicago + IL + 60619-3002 + 520 E 79th St + + Chicago + IL + 60619-3002 + 520 E 79th St + + Chicago + IL + 60619-3002 + + F232042 + L232042 + + + 232042@hsesinfo.org + + F232040 + L232040 + + + 232040@hsesinfo.org + + F232043 + L232043 + + 232043@hsesinfo.org + Ms. + F232039 + L232039 + + 232039@hsesinfo.org + 555-555-2039 + + + 12038 + 9750 + 13730 + 227 + 2019 + 2019-12-01 + + EHS + Active + Board of Trustees of Community College District #508, County of Cook and State of Illinois (City Colleges of Chicago) + https://www.ccc.edu/menu/Pages/Child-Development-Lab-Schools.aspx + 9750@hsesinfo.org + 226 W Jackson Blvd + + Chicago + IL + 60606-6959 + 226 W Jackson Blvd + + Chicago + IL + 60606-6959 + 226 W Jackson Blvd + + Chicago + IL + 60606-6959 + Mr. + F232048 + L232048 + Ph.D + Board Chair + 232048@hsesinfo.org + Mr. + F232046 + L232046 + + Associate Vice Chancelllor, Finance & Business Enterprise Services + 232046@hsesinfo.org + Ms. + F232049 + L232049 + + 232049@hsesinfo.org + Ms. + F232045 + L232045 + + 232045@hsesinfo.org + 555-555-2045 + + + 12039 + 9751 + 13732 + 228 + 2019 + 2019-12-01 + + EHS + Active + Improved Child Care Management + http://www.albanychildcarecenter.com/ + 9751@hsesinfo.org + 520 N Halsted St + Apt 412 + Chicago + IL + 60642-7568 + 520 N Halsted St + Apt 412 + Chicago + IL + 60642-7568 + 520 N Halsted St + Apt 412 + Chicago + IL + 60642-7568 + + F232054 + L232054 + + + 232054@hsesinfo.org + + F232052 + L232052 + + + 232052@hsesinfo.org + + F232055 + L232055 + + 232055@hsesinfo.org + Ms. + F232051 + L232051 + + 232051@hsesinfo.org + 555-555-2051 + + + 12040 + 9752 + 13734 + 229 + 2019 + 2019-12-01 + + EHS + Active + N & K Corporation + + 9752@hsesinfo.org + 3250 W Irving Park Rd + + Chicago + IL + 60618-3325 + 3250 W Irving Park Rd + + Chicago + IL + 60618-3325 + 3250 W Irving Park Rd + + Chicago + IL + 60618-3325 + + F232060 + L232060 + + + 232060@hsesinfo.org + + F232058 + L232058 + + + 232058@hsesinfo.org + + F232061 + L232061 + + 232061@hsesinfo.org + Ms. + F232057 + L232057 + + 232057@hsesinfo.org + 555-555-2057 + + + 12041 + 9753 + 13736 + 230 + 2019 + 2019-12-01 + + EHS + Active + Serendipity Child Care Inc. + https://www.serendipityfamilycenter.com/ + 9753@hsesinfo.org + 1300 W 99th St + + Chicago + IL + 60643-1343 + 1300 W 99th St + + Chicago + IL + 60643-1343 + 1300 W 99th St + + Chicago + IL + 60643-1343 + + F232066 + L232066 + + + 232066@hsesinfo.org + + F232064 + L232064 + + + 232064@hsesinfo.org + + F232067 + L232067 + + 232067@hsesinfo.org + Ms. + F232063 + L232063 + + 232063@hsesinfo.org + 555-555-2063 + + + 12042 + 1603 + 13744 + 200 + 2001 + 2020-09-01 + + EHS + Active + New Square Community Improvement Council, Inc + none + 1603@hsesinfo.org + 766 N Main St + Ste 108 + New Square + NY + 10977-1985 + 766 N Main St + Ste 108 + New Square + NY + 10977-1985 + 766 N Main St + Ste 108 + New Square + NY + 10977-1985 + Mrs. + F232070 + L232070 + + Board of Directors Chairperson + 232070@hsesinfo.org + Mr. + F232071 + L232071 + + Executive Director + 232071@hsesinfo.org + Mrs. + F232073 + L232073 + + 232073@hsesinfo.org + Mrs. + F232069 + L232069 + + 232069@hsesinfo.org + 555-555-2069 x 5555 + + + 12043 + 6883 + 13746 + 000 + + 2020-09-01 + + HS + Active + Ironbound Community Corporation + www.ironboundcc.org + 6883@hsesinfo.org + 317 Elm St + + Newark + NJ + 07105-2701 + 317 Elm St + + Newark + NJ + 07105-2701 + 317 Elm St + + Newark + NJ + 07105-2701 + Mr. + F232077 + L232077 + + + 232077@hsesinfo.org + Mrs. + F232078 + L232078 + + + 232078@hsesinfo.org + Mrs. + F232080 + L232080 + + 232080@hsesinfo.org + Mrs. + F232076 + L232076 + + 232076@hsesinfo.org + 555-555-2076 + + + 12044 + 2012 + 13737 + 200 + 2001 + 2020-09-01 + + EHS + Active + Seton Hill Child Services, Inc. + http://www.shchildservices.org + 2012@hsesinfo.org + 105 Hartman Rd + Ste 204 + Greensburg + PA + 15601-8558 + 105 Hartman Rd + Ste 204 + Greensburg + PA + 15601-8558 + 105 Hartman Rd + Ste 204 + Greensburg + PA + 15601-8558 + Mr. + F232084 + L232084 + + Seton Hill Child Services Board President + 232084@hsesinfo.org + Ms. + F232085 + L232085 + + + 232085@hsesinfo.org + Ms. + F232087 + L232087 + + 232087@hsesinfo.org + Ms. + F232083 + L232083 + + 232083@hsesinfo.org + 555-555-2083 x 5555 + + + 12045 + 3405 + 13748 + 201 + + 2020-09-01 + + EHS + Active + Westmoreland Community Action + http://www.westmorelandca.org + 3405@hsesinfo.org + 226 S Maple Avenue + + Greensburg + PA + 15601-3432 + 226 S Maple Avenue + + Greensburg + PA + 15601-3432 + 226 S Maple Avenue + + Greensburg + PA + 15601-3432 + Mr. + F232091 + L232091 + + WCA Board President + 232091@hsesinfo.org + Mrs. + F232092 + L232092 + + CEO + 232092@hsesinfo.org + Ms. + F232094 + L232094 + + 232094@hsesinfo.org + Ms. + F232090 + L232090 + + 232090@hsesinfo.org + 555-555-2090 x 5555 + + + 12046 + 1626 + 13739 + 200 + 2002 + 2020-09-01 + + EHS + Active + Campagna Center, Inc. + http://www.campagnacenter.org + 1626@hsesinfo.org + 418 S Washington St + + Alexandria + VA + 22314-3630 + 418 S Washington St + + Alexandria + VA + 22314-3630 + 418 S Washington St + + Alexandria + VA + 22314-3630 + Ms. + F232098 + L232098 + . + Board Chair, The Campagna Center + 232098@hsesinfo.org + Dr. + F232099 + L232099 + PhD + President/CEO + 232099@hsesinfo.org + Mr. + F232101 + L232101 + + 232101@hsesinfo.org + Mrs. + F232097 + L232097 + + 232097@hsesinfo.org + 555-555-2097 + + + 12047 + 1285 + 13743 + 000 + 1992 + 2020-09-01 + + HS + Active + Malheur County Child Development Center + http://www.mccdc.org + 1285@hsesinfo.org + 790 SW 7th Pl + + Ontario + OR + 97914-3261 + 790 SW 7th Pl + + Ontario + OR + 97914-3261 + 790 SW 7th Pl + + Ontario + OR + 97914-3261 + Mrs. + F232105 + L232105 + + Board Chairperson + 232105@hsesinfo.org + Mrs. + F232106 + L232106 + + Executie Director + 232106@hsesinfo.org + Mrs. + F232108 + L232108 + + 232108@hsesinfo.org + Mrs. + F232104 + L232104 + + 232104@hsesinfo.org + 555-555-2104 + + + 12048 + 8016 + 13743 + 200 + 2016 + 2020-09-01 + + EHS + Active + Malheur County Child Development Center + http://www.mccdc.org + 8016@hsesinfo.org + 790 SW 7th Pl + + Ontario + OR + 97914-3261 + 790 SW 7th Pl + + Ontario + OR + 97914-3261 + 790 SW 7th Pl + + Ontario + OR + 97914-3261 + Mrs. + F232112 + L232112 + + Board Chairperson + 232112@hsesinfo.org + Mrs. + F232113 + L232113 + + Executie Director + 232113@hsesinfo.org + Mrs. + F232115 + L232115 + + 232115@hsesinfo.org + Mrs. + F232111 + L232111 + + 232111@hsesinfo.org + 555-555-2111 + + + 12049 + 1288 + 13740 + 000 + 1992 + 2020-09-01 + + HS + Active + Walla Walla School District #140 + 1150 W Chestnut St + 1288@hsesinfo.org + 1150 W Chestnut St + + Walla Walla + WA + 99362-3971 + 1150 W Chestnut St + + Walla Walla + WA + 99362-3971 + 1150 W Chestnut St + + Walla Walla + WA + 99362-3971 + Dr. + F232119 + L232119 + + Superintendent + 232119@hsesinfo.org + Mrs. + F232120 + L232120 + + Director, Walla Walla Center for Children & Families + 232120@hsesinfo.org + Ms. + F232122 + L232122 + + 232122@hsesinfo.org + Mrs. + F232118 + L232118 + + 232118@hsesinfo.org + 555-555-2118 + + + 10418 + 5968 + 12420 + 200 + + 2019-08-01 + + EHS + Active + Cen-Tex Family Services, Inc. + www.ctfhs.org + 5968@hsesinfo.org + 2402 North Main Street + + Bastrop + TX + 78602-1505 + 2402 North Main Street + + Bastrop + TX + 78602-1505 + 2402 North Main Street + + Bastrop + TX + 78602-1505 + Rev. + F221266 + L221266 + + Chair + 221266@hsesinfo.org + Ms. + F221267 + L221267 + + Executive Director + 221267@hsesinfo.org + Mr. + F221269 + L221269 + + 221269@hsesinfo.org + Ms. + F221265 + L221265 + + 221265@hsesinfo.org + 555-555-1265 x 5555 + + + 9403 + 771 + 11631 + 000 + 1992 + 2019-02-01 + + HS + Active + CEN-TEX FAMILY SERVICES INC + www.ctfhs.org + 771@hsesinfo.org + 2402 Main St + + Bastrop + TX + 78602-1505 + 2402 Main St + + Bastrop + TX + 78602-1505 + 2402 Main St + + Bastrop + TX + 78602-1505 + Rev. + F214338 + L214338 + + Chair + 214338@hsesinfo.org + Ms. + F214339 + L214339 + + Executive Director + 214339@hsesinfo.org + Mr. + F214341 + L214341 + + 214341@hsesinfo.org + Mr. + F214337 + L214337 + + 214337@hsesinfo.org + 555-555-4337 x 5555 + + + 9404 + 2847 + 11631 + 200 + 2011 + 2019-02-01 + + EHS + Active + CEN-TEX FAMILY SERVICES INC + www.ctfhs.org + 2847@hsesinfo.org + 2402 N. Main Street + + BASTROP + TX + 78602 + 2402 N. Main Street + + BASTROP + TX + 78602 + 2402 N. Main Street + + BASTROP + TX + 78602 + Rev. + F214345 + L214345 + + Chair + 214345@hsesinfo.org + Mr. + F214346 + L214346 + + Executive Director + 214346@hsesinfo.org + Ms. + F214348 + L214348 + + 214348@hsesinfo.org + Ms. + F214344 + L214344 + + 214344@hsesinfo.org + 555-555-4344 x 5555 + + + 9605 + 658 + 11790 + 000 + 2014 + 2019-05-01 + + HS + Active + Semcac + http://www.semcac.org + 658@hsesinfo.org + 204 S Elm St + + Rushford + MN + 55971-8812 + Semcac Head Start + PO Box 549 + Rushford + MN + 55971-0549 + 204 S Elm St + 204 South Elm St + Rushford + MN + 55971-8812 + Mr. + F215687 + L215687 + + Semcac Board President + 215687@hsesinfo.org + Mr. + F215688 + L215688 + + Semcac Executive Director + 215688@hsesinfo.org + Ms. + F215690 + L215690 + + 215690@hsesinfo.org + Ms. + F215686 + L215686 + + 215686@hsesinfo.org + 555-555-5686 x 5555 + + + 9606 + 4861 + 11790 + 200 + 2014 + 2019-05-01 + + EHS + Active + Semcac + www.semcac.org + 4861@hsesinfo.org + 204 S Elm St + + Rushford + MN + 55971-8812 + PO Box 549 + + Rushford + MN + 55971-0549 + 204 S Elm St + + Rushford + MN + 55971-8812 + Mr. + F215694 + L215694 + + Semcac Board President + 215694@hsesinfo.org + Mr. + F215695 + L215695 + + Semcac Executive Director + 215695@hsesinfo.org + Ms. + F215697 + L215697 + + 215697@hsesinfo.org + Ms. + F215693 + L215693 + + 215693@hsesinfo.org + 555-555-5693 x 5555 + + + 8271 + 553 + 10657 + 000 + 1992 + 2016-07-01 + + HS + Active + McDowell County Schools Head Start + www.mcdowellheadstart.org + 553@hsesinfo.org + 2111 Sugar Hill Road + + Marion + NC + 28752-5078 + 2111 Sugar Hill Road + + Marion + NC + 28752-5078 + 2111 Sugar Hill Road + + Marion + NC + 28752-5078 + Mr. + F207037 + L207037 + + McDowell County Schools Board Chairperson + 207037@hsesinfo.org + Mr. + F207038 + L207038 + + School Superintendent + 207038@hsesinfo.org + Ms. + F207040 + L207040 + + 207040@hsesinfo.org + Mrs. + F207036 + L207036 + + 207036@hsesinfo.org + 555-555-7036 x 5555 + + + 8272 + 554 + 10657 + 200 + 1992 + 2016-07-01 + + EHS + Active + McDowell County Schools Early Head Start + www.mcdowellheadstart.org + 554@hsesinfo.org + 5 Reid Street + + Marion + NC + 28752-5078 + 2111 Sugar Hill Road + + Marion + NC + 28752-5078 + 2111 Sugar Hill Road + + Marion + NC + 28752-5078 + Mr. + F207044 + L207044 + + School Board Chairperson + 207044@hsesinfo.org + Mr. + F207045 + L207045 + + School Superintendent + 207045@hsesinfo.org + Ms. + F207047 + L207047 + + 207047@hsesinfo.org + Mrs. + F207043 + L207043 + + 207043@hsesinfo.org + 555-555-7043 x 5555 + + + 10926 + 612 + 12891 + 000 + 1992 + 2020-01-01 + + HS + Active + Waccamaw Economic Opportunity Council, Inc. + http://www.weoc.org + 612@hsesinfo.org + 1261 E Highway 501 + + Conway + SC + 29526-8362 + 1261 E Highway 501 + + Conway + SC + 29526-8362 + 1261 E Highway 501 + + Conway + SC + 29526-8362 + Mrs. + F224781 + L224781 + + Board Chairman + 224781@hsesinfo.org + Mr. + F224782 + L224782 + Jr. + Executive Director + 224782@hsesinfo.org + Mrs. + F224784 + L224784 + + 224784@hsesinfo.org + Mr. + F224780 + L224780 + + 224780@hsesinfo.org + 555-555-4780 + + + 10927 + 2789 + 12891 + 200 + 2011 + 2020-01-01 + + EHS + Active + Waccamaw Economic Opportunity Council, Inc. + weoc.org + 2789@hsesinfo.org + 1261 E Highway 501 + + Conway + SC + 29526-8362 + 1261 E Highway 501 + + Conway + SC + 29526-8362 + 1261 E Highway 501 + + Conway + SC + 29526-8362 + Mrs. + F224788 + L224788 + + Board Chairman + 224788@hsesinfo.org + Mr. + F224789 + L224789 + Jr. + Executive Director + 224789@hsesinfo.org + Mrs. + F224791 + L224791 + + 224791@hsesinfo.org + Mr. + F224787 + L224787 + + 224787@hsesinfo.org + 555-555-4787 + + + 11654 + 1117 + 13404 + 000 + 2014 + 2020-07-01 + + HS + Active + Head Start of Lane County + http://www.hsolc.org + 1117@hsesinfo.org + 221 B Street + + Springfield + OR + 97477-4522 + 221 B Street + + Springfield + OR + 97477-4522 + 221 B Street + + Springfield + OR + 97477-4522 + Ms. + F229546 + L229546 + + + 229546@hsesinfo.org + Ms. + F229547 + L229547 + + + 229547@hsesinfo.org + Ms. + F229549 + L229549 + + 229549@hsesinfo.org + Ms. + F229545 + L229545 + + 229545@hsesinfo.org + 555-555-9545 x 5555 + + + 11655 + 3247 + 13404 + 200 + 2014 + 2020-07-01 + + EHS + Active + Head Start of Lane County + 221 B St + 3247@hsesinfo.org + 221 B St + + Springfield + OR + 97477-4522 + 221 B St + + Springfield + OR + 97477-4522 + 221 B St + + Springfield + OR + 97477-4522 + Ms. + F229553 + L229553 + + Chair + 229553@hsesinfo.org + Ms. + F229554 + L229554 + + + 229554@hsesinfo.org + Ms. + F229556 + L229556 + + 229556@hsesinfo.org + Ms. + F229552 + L229552 + + 229552@hsesinfo.org + 555-555-9552 x 5555 + + + 9353 + 262 + 11598 + 000 + 2014 + 2019-02-01 + + HS + Active + EDUCATIONAL ALLIANCE + http://www.edalliance.org + 262@hsesinfo.org + 197 East Broadway + 4th Floor + New York + NY + 10002-5507 + 197 East Broadway + 4th Floor + New York + NY + 10002-5507 + 197 East Broadway + 4th Floor + New York + NY + 10002-5507 + Ms. + F214004 + L214004 + + Board Chair + 214004@hsesinfo.org + Mr. + F214005 + L214005 + + President and CEO + 214005@hsesinfo.org + Ms. + F214007 + L214007 + + 214007@hsesinfo.org + Ms. + F214003 + L214003 + + 214003@hsesinfo.org + 555-555-4003 + + + 9354 + 261 + 11598 + 200 + 2014 + 2019-02-01 + + EHS + Active + EDUCATIONAL ALLIANCE + http://www.edalliance.org + 261@hsesinfo.org + 197 East Broadway + 2nd Floor + New York + NY + 10002-5507 + 197 East Broadway + 2nd Floor + New York + NY + 10002-5507 + 197 East Broadway + 2nd Floor + New York + NY + 10002-5507 + Ms. + F214011 + L214011 + + Board Chair + 214011@hsesinfo.org + Mr. + F214012 + L214012 + + President and CEO + 214012@hsesinfo.org + Ms. + F214014 + L214014 + + 214014@hsesinfo.org + Ms. + F214010 + L214010 + + 214010@hsesinfo.org + 555-555-4010 + + + 12055 + 1297 + 13749 + 000 + 1992 + 2020-09-01 + + HS + Active + YMCA Berkeley Head Start + www.eciymca.org + 1297@hsesinfo.org + 2330 Broadway + + Oakland + CA + 94612-2415 + 2330 Broadway + + Oakland + CA + 94612-2415 + 2330 Broadway + + Oakland + CA + 94612-2415 + Dr. + F232161 + L232161 + + Board Chairperson + 232161@hsesinfo.org + Mr. + F232162 + L232162 + + President/CEO + 232162@hsesinfo.org + Ms. + F232164 + L232164 + + 232164@hsesinfo.org + Ms. + F232160 + L232160 + + 232160@hsesinfo.org + 555-555-2160 + + + 12056 + 3107 + 13749 + 200 + 1992 + 2020-09-01 + + EHS + Active + YMCA Berkeley Early Head Start + www.eciymca.org + 3107@hsesinfo.org + 2330 Broadway + + Oakland + CA + 94612-2415 + 2330 Broadway + + Oakland + CA + 94612-2415 + 2330 Broadway + + Oakland + CA + 94612-2415 + Dr. + F232168 + L232168 + + Board Chairperson + 232168@hsesinfo.org + Mr. + F232169 + L232169 + + President/CEO + 232169@hsesinfo.org + Ms. + F232171 + L232171 + + 232171@hsesinfo.org + Ms. + F232167 + L232167 + + 232167@hsesinfo.org + 555-555-2167 + + + 10789 + 311 + 12756 + 000 + 2014 + 2019-12-01 + + HS + Active + MARYLAND RURAL DEVELOPMENT CORPORATION + http://www.mrdc.net + 311@hsesinfo.org + 1319 Woodbridge Station Way + Ste 301 + Edgewood + MD + 21040-3852 + PO Box 4848 + + Annapolis + MD + 21403-6848 + 101 Cedar Ln + + Greensboro + MD + 21639-1580 + Mr. + F223824 + L223824 + + Chair Board of Director + 223824@hsesinfo.org + Mr. + F223825 + L223825 + + Executive Director + 223825@hsesinfo.org + Mrs. + F223827 + L223827 + + 223827@hsesinfo.org + Mrs. + F223823 + L223823 + + 223823@hsesinfo.org + 555-555-3823 x 5555 + + + 11777 + 9589 + 13491 + 000 + 2020 + 2020-07-01 + + HS + Active + Community Action for Improvement, Inc. + https://www.cafi-ga.org/ + 9589@hsesinfo.org + 1380 Lafayette Pkwy + + Lagrange + GA + 30241-2570 + 1380 Lafayette Pkwy + + Lagrange + GA + 30241-2570 + 1380 Lafayette Pkwy + + Lagrange + GA + 30241-2570 + Mrs. + F230402 + L230402 + + Board Chairperson + 230402@hsesinfo.org + Mrs. + F230403 + L230403 + + Executive Director + 230403@hsesinfo.org + + F230405 + L230405 + + 230405@hsesinfo.org + Ms. + F230401 + L230401 + + 230401@hsesinfo.org + 555-555-0401 + + + 11778 + 9590 + 13491 + 200 + 2020 + 2020-07-01 + + EHS + Active + Community Action for Improvement, Inc. + https://www.cafi-ga.org/ + 9590@hsesinfo.org + 1380 Lafayette Pkwy + + Lagrange + GA + 30241-2570 + 1380 Lafayette Pkwy + + Lagrange + GA + 30241-2570 + 1380 Lafayette Pkwy + + Lagrange + GA + 30241-2570 + Mrs. + F230409 + L230409 + + Board Chairperson + 230409@hsesinfo.org + Mrs. + F230410 + L230410 + + + 230410@hsesinfo.org + + F230412 + L230412 + + 230412@hsesinfo.org + Ms. + F230408 + L230408 + + 230408@hsesinfo.org + 555-555-0408 + + + 12053 + 2489 + 13738 + 200 + 2014 + 2020-09-01 + + EHS + Active + Missouri Valley Community Action Agency + http://www.mvcaa.net + 2489@hsesinfo.org + 1415 S Odell Ave + + Marshall + MO + 65340-3144 + 1415 S Odell Ave + + Marshall + MO + 65340-3144 + 1415 S Odell Ave + + Marshall + MO + 65340-3144 + Mr. + F232147 + L232147 + + Chair, MVCAA Board of Directors + 232147@hsesinfo.org + Ms. + F232148 + L232148 + + Executive Director + 232148@hsesinfo.org + Ms. + F232150 + L232150 + + 232150@hsesinfo.org + Ms. + F232146 + L232146 + + 232146@hsesinfo.org + 555-555-2146 x 5555 + + + 12054 + 6196 + 13747 + 200 + + 2020-09-01 + + EHS + Active + Nebraska Early Childhood Collaborative + https://nebraskaearly.org/ + 6196@hsesinfo.org + 3200 N 30th St + Ste 200 + Omaha + NE + 68111-3120 + 3200 N 30th St + Ste 200 + Omaha + NE + 68111-3120 + 3200 N 30th St + Ste 200 + Omaha + NE + 68111-3120 + Ms. + F232154 + L232154 + + NECC Governing Board Chair + 232154@hsesinfo.org + Ms. + F232155 + L232155 + + NECC CEO + 232155@hsesinfo.org + Ms. + F232157 + L232157 + + 232157@hsesinfo.org + Ms. + F232153 + L232153 + + 232153@hsesinfo.org + 555-555-2153 + + + 12058 + 6174 + 13751 + 200 + + 2020-09-01 + + EHS + Active + City of Chattanooga Head Start/Early Head Start + http://www.chattanoogaheadstart-earlyheadstart.com + 6174@hsesinfo.org + 2302 Ocoee St + + Chattanooga + TN + 37406-3564 + 2302 Ocoee St + + Chattanooga + TN + 37406-3564 + 2302 Ocoee St + + Chattanooga + TN + 37406-3564 + Dr. + F232182 + L232182 + + Chattanooga Human Services Board Chairperson + 232182@hsesinfo.org + Mrs. + F232183 + L232183 + + Deputy Administrator + 232183@hsesinfo.org + Mrs. + F232185 + L232185 + + 232185@hsesinfo.org + Ms. + F232181 + L232181 + + 232181@hsesinfo.org + 555-555-2181 + + + 12057 + 6086 + 13750 + 200 + + 2020-09-01 + + EHS + Active + South Carolina First Steps to Spartanburg County + http://www.1steps.org + 6086@hsesinfo.org + 900 S Pine St + Ste C + Spartanburg + SC + 29302-3376 + 900 S Pine St + Ste C + Spartanburg + SC + 29302-3376 + 900 S Pine St + Ste C + Spartanburg + SC + 29302-3376 + Ms. + F232175 + L232175 + + Board Chair + 232175@hsesinfo.org + Ms. + F232176 + L232176 + + Executive Director + 232176@hsesinfo.org + Ms. + F232178 + L232178 + + 232178@hsesinfo.org + Ms. + F232174 + L232174 + + 232174@hsesinfo.org + 555-555-2174 x 5555 + + + 8625 + 8497 + 9163 + 200 + 2017 + 2017-06-01 + 2020-08-31 + EHS + Inactive + Greater Opportunities of Permian Basin, Inc. + http://www.gopb.org + 8497@hsesinfo.org + 206 W 5th St + + Odessa + TX + 79761-5023 + PO Box 3922 + + Odessa + TX + 79760-3922 + 206 W 5th St + + Odessa + TX + 79761-5023 + Mr. + F208891 + L208891 + + President of Board of Director + 208891@hsesinfo.org + Mrs. + F208892 + L208892 + + Executive Director + 208892@hsesinfo.org + Mr. + F208894 + L208894 + + 208894@hsesinfo.org + Mrs. + F208890 + L208890 + + 208890@hsesinfo.org + 555-555-8890 x 5555 + + + 9769 + 1795 + 11905 + 000 + 2014 + 2019-07-01 + + HS + Active + Long Beach Unified School District + www.lbschools.net + 1795@hsesinfo.org + 1260 East 33rd Street + + Signal Hill + CA + 90755 + 1260 East 33rd Street + + Signal Hill + CA + 90755 + 1260 East 33rd Street + + Signal Hill + CA + 90755 + Mrs. + F216793 + L216793 + + Board President + 216793@hsesinfo.org + Dr. + F216794 + L216794 + + Superintendent + 216794@hsesinfo.org + Ms. + F216796 + L216796 + + 216796@hsesinfo.org + Ms. + F216792 + L216792 + + 216792@hsesinfo.org + 555-555-6792 + + + 9770 + 1796 + 11905 + 200 + 2014 + 2019-07-01 + + EHS + Active + Long Beach Unified School District + www.lbschools.net/Head Start + 1796@hsesinfo.org + 1260 East 33rd Street + + Signal Hill + CA + 90755 + 1260 East 33rd Street + + Signal Hill + CA + 90755 + 1260 East 33rd Street + + Signal Hill + CA + 90755 + Mrs. + F216800 + L216800 + + Board President + 216800@hsesinfo.org + Dr. + F216801 + L216801 + + Board President + 216801@hsesinfo.org + Ms. + F216803 + L216803 + + 216803@hsesinfo.org + Ms. + F216799 + L216799 + + 216799@hsesinfo.org + 555-555-6799 + + + 10813 + 1423 + 12786 + 000 + 1992 + 2020-01-01 + + HS + Active + NORTH IOWA COMMUNITY ACTION ORGANIZATION + www.nicao-online.org + 1423@hsesinfo.org + 218 5th St SW + + Mason City + IA + 50401-3840 + PO Box 1627 + + Mason City + IA + 50402-1627 + 218 5th St SW + + Mason City + IA + 50401-3840 + Mr. + F223978 + L223978 + + President, Board of Directors + 223978@hsesinfo.org + Mrs. + F223979 + L223979 + + Executive Director + 223979@hsesinfo.org + Mr. + F223981 + L223981 + + 223981@hsesinfo.org + Mrs. + F223977 + L223977 + + 223977@hsesinfo.org + 555-555-3977 x 5555 + + + 10814 + 8001 + 12786 + 200 + 2017 + 2020-01-01 + + EHS + Active + North Iowa Community Action Early Head Start + www.nicao-online.org + 8001@hsesinfo.org + 218 5th St SW + + Mason City + IA + 50401-3840 + PO Box 1627 + + Mason City + IA + 50402-1627 + 218 5th St SW + Ste 102 + Mason City + IA + 50401-3840 + Mr. + F223985 + L223985 + + President, Board of Directors + 223985@hsesinfo.org + Mrs. + F223986 + L223986 + + Executive Director + 223986@hsesinfo.org + Mr. + F223988 + L223988 + + 223988@hsesinfo.org + Mrs. + F223984 + L223984 + + 223984@hsesinfo.org + 555-555-3984 x 5555 + + + 11487 + 9392 + 13316 + 000 + 2020 + 2020-07-01 + + HS + Active + Community Council of South Central Texas, Inc. + www.ccsct.org + 9392@hsesinfo.org + 801 N Highway 123 Bypass + + Seguin + TX + 78155-3944 + 801 N Highway 123 Bypass + + Seguin + TX + 78155-3944 + 801 N Highway 123 Bypass + + Seguin + TX + 78155-3944 + Ms. + F228436 + L228436 + + + 228436@hsesinfo.org + Mr. + F228437 + L228437 + + + 228437@hsesinfo.org + + F228439 + L228439 + + 228439@hsesinfo.org + Ms. + F228435 + L228435 + + 228435@hsesinfo.org + 555-555-8435 + + + 11488 + 9393 + 13316 + 200 + 2020 + 2020-07-01 + + EHS + Active + Community Council of South Central Texas, Inc. + www.ccsct.org + 9393@hsesinfo.org + 801 N Highway 123 Bypass + + Seguin + TX + 78155-3944 + 801 N Highway 123 Bypass + + Seguin + TX + 78155-3944 + 801 N Highway 123 Bypass + + Seguin + TX + 78155-3944 + Ms. + F228443 + L228443 + + + 228443@hsesinfo.org + Mr. + F228444 + L228444 + + + 228444@hsesinfo.org + + F228446 + L228446 + + 228446@hsesinfo.org + Ms. + F228442 + L228442 + + 228442@hsesinfo.org + 555-555-8442 + + + 6730 + 987 + 10243 + 000 + 1992 + 2015-08-01 + + HS + Active + Miami-Dade Community Action and Human Services + www.miamidade.gov/caa + 987@hsesinfo.org + 701 NW 1st Ct, 9th Floor + + Miami + FL + 33136-3923 + 701 NW 1st Ct, 9th Floor + + Miami + FL + 33136-3923 + 701 NW 1st Ct, 9th Floor + + Miami + FL + 33136-3923 + Ms. + F202781 + L202781 + + Chairwoman, Board of County Commissioners + 202781@hsesinfo.org + Ms. + F202782 + L202782 + + Director, Community Action and Human Services Department + 202782@hsesinfo.org + Ms. + F202784 + L202784 + + 202784@hsesinfo.org + Mrs. + F202780 + L202780 + + 202780@hsesinfo.org + 555-555-2780 + + + 6731 + 3269 + 10243 + 200 + 2000 + 2015-08-01 + + EHS + Active + Miami-Dade Community Action and Human Services + www.miamidade.gov/caa + 3269@hsesinfo.org + 701 NW 1st Ct Fl 9 + + Miami + FL + 33136-3923 + 701 NW 1st Ct Fl 9 + + Miami + FL + 33136-3923 + 701 NW 1st Ct Fl 9 + + Miami + FL + 33136-3923 + Ms. + F202788 + L202788 + + Chairman, Board of County Commissioners + 202788@hsesinfo.org + Ms. + F202789 + L202789 + + Director, Community Action and Human Services Department + 202789@hsesinfo.org + Ms. + F202791 + L202791 + + 202791@hsesinfo.org + Mrs. + F202787 + L202787 + + 202787@hsesinfo.org + 555-555-2787 + + + 9583 + 8840 + 11694 + 200 + 2019 + 2019-03-01 + + EHS + Active + Dade County Board of County Commissioners + www.miamidade.gov/caa + 8840@hsesinfo.org + 701 NW 1st Ct, 9th Floor + + Miami + FL + 33136-3923 + 701 NW 1st Ct, 9th Floor + + Miami + FL + 33136-3923 + 701 NW 1st Ct, 9th Floor + + Miami + FL + 33136-3923 + Ms. + F215534 + L215534 + + Chairman, Board of County Commissioners + 215534@hsesinfo.org + Ms. + F215535 + L215535 + + Director, Community Action and Human Services Department + 215535@hsesinfo.org + Ms. + F215537 + L215537 + + 215537@hsesinfo.org + Mrs. + F215533 + L215533 + + 215533@hsesinfo.org + 555-555-5533 + + + 9989 + 5957 + 12063 + 200 + + 2019-08-01 + + EHS + Active + Miami-Dade County + www.miamidade.gov/caa + 5957@hsesinfo.org + 701 NW 1st Ct, 9th Floor + + Miami + FL + 33136-3923 + 701 NW 1st Ct, 9th Floor + + Miami + FL + 33136-3923 + 701 NW 1st Ct, 9th Floor + + Miami + FL + 33136-3923 + Ms. + F218316 + L218316 + + Chairman of the Board of Miami Dade County Commissioners + 218316@hsesinfo.org + Ms. + F218317 + L218317 + + Department Director + 218317@hsesinfo.org + Ms. + F218319 + L218319 + + 218319@hsesinfo.org + Ms. + F218315 + L218315 + + 218315@hsesinfo.org + 555-555-8315 + + + 9226 + 2900 + 11509 + 000 + 2013 + 2018-12-01 + + HS + Active + Greater Bergen Community Action, Inc. + www.greaterbergen.org + 2900@hsesinfo.org + 392 Main St + + Hackensack + NJ + 07601-5805 + 392 Main St + + Hackensack + NJ + 07601-5805 + 392 Main St + + Hackensack + NJ + 07601-5805 + Mr. + F213122 + L213122 + + Board Chairman + 213122@hsesinfo.org + Mr. + F213123 + L213123 + Jr. + President & CEO + 213123@hsesinfo.org + Ms. + F213125 + L213125 + + 213125@hsesinfo.org + Ms. + F213121 + L213121 + + 213121@hsesinfo.org + 555-555-3121 x 5555 + + + 9227 + 3065 + 11509 + 200 + 2013 + 2018-12-01 + + EHS + Active + Greater Bergen Community Action, Inc. + www.greaterbergen.org + 3065@hsesinfo.org + 392 Main St + + Hackensack + NJ + 07601-5805 + 392 Main St + + Hackensack + NJ + 07601-5805 + 392 Main St + + Hackensack + NJ + 07601-5805 + Mr. + F213129 + L213129 + + Board Chairman + 213129@hsesinfo.org + Mr. + F213130 + L213130 + Jr. + President & CEO + 213130@hsesinfo.org + Ms. + F213132 + L213132 + + 213132@hsesinfo.org + Ms. + F213128 + L213128 + + 213128@hsesinfo.org + 555-555-3128 x 5555 + + + 10552 + 221 + 12541 + 000 + 2014 + 2019-09-01 + + HS + Active + KENNEBEC VALLEY COMMUNITY ACTION PROGRAM + http://www.kvcap.org + 221@hsesinfo.org + Child & Family Services + 101 Water Street + Waterville + ME + 04901-6339 + 101 Water St + Child + Waterville + ME + 04901-6339 + Child & Family Services + 101 Water Street + Waterville + ME + 04901-6339 + Mrs. + F222203 + L222203 + + KVCAP Board Chairperson + 222203@hsesinfo.org + Mrs. + F222204 + L222204 + + + 222204@hsesinfo.org + Mr. + F222206 + L222206 + + 222206@hsesinfo.org + Mrs. + F222202 + L222202 + + 222202@hsesinfo.org + 555-555-2202 + + + 10553 + 220 + 12541 + 200 + 2014 + 2019-09-01 + + EHS + Active + KENNEBEC VALLEY COMMUNITY ACTION PROGRAM + http://www.kvcap.org + 220@hsesinfo.org + Child & Family Services + 101 Water Street + Waterville + ME + 04901-6339 + 101 Water St + + Waterville + ME + 04901-6339 + Child & Family Services + 101 Water Street + Waterville + ME + 04901-6339 + Mrs. + F222210 + L222210 + + KVCAP Board Chairperson + 222210@hsesinfo.org + Mrs. + F222211 + L222211 + + + 222211@hsesinfo.org + Mr. + F222213 + L222213 + + 222213@hsesinfo.org + Mrs. + F222209 + L222209 + + 222209@hsesinfo.org + 555-555-2209 + + + 10554 + 5929 + 12545 + 200 + + 2019-09-01 + + EHS + Active + Kennebec Valley Community Action Program + www.kvcap.org + 5929@hsesinfo.org + 101 Water St + + Waterville + ME + 04901-6339 + 101 Water St + + Waterville + ME + 04901-6339 + 101 Water St + + Waterville + ME + 04901-6339 + Mrs. + F222217 + L222217 + + Board President + 222217@hsesinfo.org + Mrs. + F222218 + L222218 + + Chief Executive Officer + 222218@hsesinfo.org + Mr. + F222220 + L222220 + + 222220@hsesinfo.org + Mrs. + F222216 + L222216 + + 222216@hsesinfo.org + 555-555-2216 + + + 11652 + 1614 + 13419 + 000 + 1992 + 2020-07-01 + + HS + Active + COMMUNITY ACTION MARIN /Marin Head Start + http://www.camarin.org + 1614@hsesinfo.org + 555 Northgate Dr + Suite 201 + San Rafael + CA + 94903-3680 + 555 Northgate Dr + Suite 201 + San Rafael + CA + 94903-3680 + 555 Northgate Dr + Suite 201 + San Rafael + CA + 94903-3680 + Mr. + F229532 + L229532 + + President, Community Action Marin Board of Directors + 229532@hsesinfo.org + Ms. + F229533 + L229533 + + CEO + 229533@hsesinfo.org + Ms. + F229535 + L229535 + + 229535@hsesinfo.org + Ms. + F229531 + L229531 + + 229531@hsesinfo.org + 555-555-9531 + + + 11653 + 1615 + 13419 + 200 + 2003 + 2020-07-01 + + EHS + Active + COMMUNITY ACTION MARIN /Marin Head Start + http://www.camarin.org + 1615@hsesinfo.org + 555 Northgate Dr + Ste 201 + San Rafael + CA + 94903-3680 + 555 Northgate Dr + Ste 201 + San Rafael + CA + 94903-3680 + 555 Northgate Dr + Ste 201 + San Rafael + CA + 94903-3680 + Mr. + F229539 + L229539 + + President, Community Action Marin Baord of Directors + 229539@hsesinfo.org + Ms. + F229540 + L229540 + + CEO + 229540@hsesinfo.org + Ms. + F229542 + L229542 + + 229542@hsesinfo.org + Ms. + F229538 + L229538 + + 229538@hsesinfo.org + 555-555-9538 + + + 5746 + 819 + 9296 + 000 + 2015 + 2015-01-01 + 2020-06-30 + HS + Inactive + Community Action Commission of Erie, Huron and Richland + http://www.cacehr.org + 819@hsesinfo.org + 908 Seavers Way + + Sandusky + OH + 44870-4659 + PO Box 2500 + + Sandusky + OH + 44871-2500 + 908 Seavers Way + + Sandusky + OH + 44870-4659 + Mr. + F103255 + L103255 + + Board Chairman + 103255@hsesinfo.org + Mrs. + F103254 + L103254 + + President / CEO + 103254@hsesinfo.org + Ms. + F103257 + L103257 + + 103257@hsesinfo.org + Ms. + F103253 + L103253 + + 103253@hsesinfo.org + 555-555-3253 x 5555 + + + 9203 + 1206 + 11494 + 000 + 2013 + 2018-12-01 + + AIAN HS + Active + WINNEBAGO TRIBE OF NEBRASKA + http://www.winnebagotribe.com + 1206@hsesinfo.org + 317 Frenchman Street + + Winnebago + NE + 68071 + PO Box 687 + + Winnebago + NE + 68071-0687 + 205 Bluff St + + Winnebago + NE + 68071-9703 + Mr. + F212957 + L212957 + + Tribal Chairman + 212957@hsesinfo.org + Ms. + F212958 + L212958 + + CEO + 212958@hsesinfo.org + Ms. + F212960 + L212960 + + 212960@hsesinfo.org + Ms. + F212956 + L212956 + + 212956@hsesinfo.org + 555-555-2956 + + + 9090 + 1911 + 11405 + 200 + 2013 + 2018-09-01 + 2020-08-31 + EHS + Inactive + EAST CENTRAL ILLINOIS COMMUNITY ACTION PROGRAM + http://www.comaction.org + 1911@hsesinfo.org + 56 North Vermilion Street + + Danville + IL + 61834-5802 + PO Box 5802 + + Danville + IL + 61832-5802 + 56 North Vermilion Street + + Danville + IL + 61834-5802 + Mr. + F212211 + L212211 + + Governing Board Chairperson + 212211@hsesinfo.org + Mr. + F212212 + L212212 + + Chief Executive Officer + 212212@hsesinfo.org + Ms. + F212214 + L212214 + + 212214@hsesinfo.org + Ms. + F212210 + L212210 + + 212210@hsesinfo.org + 555-555-2210 + + + 8696 + 8557 + 11069 + 000 + 2017 + 2017-08-01 + + HS + Active + CENTRO DE SERVICIOS A LA JUVENTUD, INC. + + 8557@hsesinfo.org + M1 Calle 3 + + Arecibo + PR + 00612-3426 + PO BOX 9368 + + Arecibo + PR + 00613-9368 + M1 Calle 3 + + Arecibo + PR + 00612-3426 + Mr. + F209376 + L209376 + + Board Chairperson + 209376@hsesinfo.org + Mr. + F209377 + L209377 + C + Interim Executive Director / Interim Headstar Director + 209377@hsesinfo.org + Mrs. + F209379 + L209379 + + 209379@hsesinfo.org + Mr. + F209375 + L209375 + + 209375@hsesinfo.org + 555-555-9375 + + + 8697 + 8558 + 11069 + 200 + 2017 + 2017-08-01 + + EHS + Active + CENTRO DE SERVICIOS A LA JUVENTUD, INC. + + 8558@hsesinfo.org + M1 Calle 3 + + Arecibo + PR + 00612-3426 + PO BOX 9368 + + Arecibo + PR + 00613-9368 + M1 Calle 3 + + Arecibo + PR + 00612-3426 + Mr. + F209383 + L209383 + + Board Chairperson + 209383@hsesinfo.org + Mr. + F209384 + L209384 + + Interim Executive Director / Interim Headstar Director + 209384@hsesinfo.org + Mrs. + F209386 + L209386 + + 209386@hsesinfo.org + Mr. + F209382 + L209382 + C + 209382@hsesinfo.org + 555-555-9382 + + + 8712 + 8572 + 9437 + 203 + 2017 + 2016-09-01 + + EHS + Active + Chicago Youth Centers + http://www.chicagoyouthcenters.org + 8572@hsesinfo.org + 218 S Wabash Suite 600 + + Chicago + IL + 60604 + 218 S Wabash Suite 600 + + Chicago + IL + 60604 + 218 S Wabash Suite 600 + + Chicago + IL + 60604 + Mr. + F209482 + L209482 + + Board Chair + 209482@hsesinfo.org + Ms. + F209483 + L209483 + + President/CEO + 209483@hsesinfo.org + Ms. + F209485 + L209485 + + 209485@hsesinfo.org + Ms. + F209481 + L209481 + + 209481@hsesinfo.org + 555-555-9481 x 5555 + + + 9518 + 8798 + 11742 + 200 + 2019 + 2019-03-01 + 2020-08-31 + EHS + Inactive + Kennebec Valley Community Action Program + www.kvcap.org + 8798@hsesinfo.org + Child & Family Services + 101 Water Street + Waterville + ME + 04901-6339 + 101 Water St + + Waterville + ME + 04901-6339 + Child & Family Services + 101 Water Street + Waterville + ME + 04901-6339 + Mrs. + F215123 + L215123 + + KVCAP Board Chairperson + 215123@hsesinfo.org + Mrs. + F215124 + L215124 + + Chief Executive Officer + 215124@hsesinfo.org + Mr. + F215126 + L215126 + + 215126@hsesinfo.org + Mrs. + F215122 + L215122 + + 215122@hsesinfo.org + 555-555-5122 + + + 8850 + 905 + 11212 + 000 + 1992 + 2018-07-01 + + HS + Active + BRECKINRIDGE COUNTY BOARD OF EDUCATION + http://www.breck.kyschools.us + 905@hsesinfo.org + 86 Airport Road + + Hardinsburg + KY + 40143-9407 + 86 Airport Road + + Hardinsburg + KY + 40143-9407 + 86 Airport Road + + Hardinsburg + KY + 40143-9407 + Ms. + F210430 + L210430 + + + 210430@hsesinfo.org + Mr. + F210431 + L210431 + + + 210431@hsesinfo.org + Mr. + F210433 + L210433 + + 210433@hsesinfo.org + Mr. + F210429 + L210429 + + 210429@hsesinfo.org + 555-555-0429 + + + 12062 + 1495 + 13754 + 200 + 2014 + 2020-09-01 + + EHS + Active + Coastal Community Action, Inc. + http://www.coastalca.org + 1495@hsesinfo.org + 303 McQueen Blvd + + Newport + NC + 28570-8121 + PO Box 729 + + Newport + NC + 28570-0729 + 303 McQueen Blvd + + Newport + NC + 28570-8121 + Bishop + F232208 + L232208 + + Chair, Board of Directors + 232208@hsesinfo.org + Ms. + F232209 + L232209 + S + Executive Director + 232209@hsesinfo.org + Ms. + F232211 + L232211 + + 232211@hsesinfo.org + Ms. + F232207 + L232207 + + 232207@hsesinfo.org + 555-555-2207 + + + 12061 + 1496 + 13754 + 000 + 1992 + 2020-09-01 + + HS + Active + Coastal Community Action, Inc. + http://www.coastalca.org + 1496@hsesinfo.org + 303 McQueen Blvd + + Newport + NC + 28570-8121 + PO Box 729 + + Newport + NC + 28570-0729 + 303 McQueen Blvd + + Newport + NC + 28570-8121 + Bishop + F232201 + L232201 + + Chair, Board of Directors + 232201@hsesinfo.org + Ms. + F232202 + L232202 + S + Executive Director + 232202@hsesinfo.org + Ms. + F232204 + L232204 + + 232204@hsesinfo.org + Ms. + F232200 + L232200 + + 232200@hsesinfo.org + 555-555-2200 + + + 12085 + 2512 + 13779 + 200 + 2007 + 2020-09-01 + + EHS + Active + HOWARD AREA COMMUNITY CENTER + www.howardarea.org + 2512@hsesinfo.org + 7648 N Paulina St + + Chicago + IL + 60626-1018 + 7648 N Paulina St + + Chicago + IL + 60626-1018 + 7648 N Paulina St + + Chicago + IL + 60626-1018 + Mr. + F232331 + L232331 + + President + 232331@hsesinfo.org + Mr. + F232332 + L232332 + + Interim Executive Director + 232332@hsesinfo.org + Ms. + F232334 + L232334 + + 232334@hsesinfo.org + Ms. + F232330 + L232330 + + 232330@hsesinfo.org + 555-555-2330 + + + 12086 + 1926 + 13775 + 000 + 1993 + 2020-09-01 + + HS + Active + Blue Water Community Action + www.bwcaa.org + 1926@hsesinfo.org + 3403 Lapeer Rd + + Port Huron + MI + 48060-2597 + 3403 Lapeer Rd + + Port Huron + MI + 48060-2597 + 3403 Lapeer Rd + + Port Huron + MI + 48060-2597 + Mr. + F232338 + L232338 + + Board Chairperson + 232338@hsesinfo.org + Ms. + F232339 + L232339 + + Executive Director + 232339@hsesinfo.org + Ms. + F232341 + L232341 + + 232341@hsesinfo.org + Ms. + F232337 + L232337 + + 232337@hsesinfo.org + 555-555-2337 + + + 12087 + 2773 + 13775 + 200 + 2009 + 2020-09-01 + + EHS + Active + Blue WaterCommunity Action + www.bwcaa.org + 2773@hsesinfo.org + 3403 Lapeer Rd + + Port Huron + MI + 48060-2597 + 3403 Lapeer Rd + + Port Huron + MI + 48060-2597 + 3403 Lapeer Rd + + Port Huron + MI + 48060-2597 + Mr. + F232345 + L232345 + + Board Chairperson + 232345@hsesinfo.org + Ms. + F232346 + L232346 + + Executive Director + 232346@hsesinfo.org + Ms. + F232348 + L232348 + + 232348@hsesinfo.org + Ms. + F232344 + L232344 + + 232344@hsesinfo.org + 555-555-2344 + + + 12088 + 2409 + 13777 + 000 + 1993 + 2020-09-01 + + AIAN HS + Active + Passamaquoddy Head Start + + 2409@hsesinfo.org + 39 Union St Apt A + + Calais + ME + 04619-1819 + 39 Union St Apt A + + Calais + ME + 04619-1819 + 39 Union St Apt A + + Calais + ME + 04619-1819 + Mrs. + F232352 + L232352 + + Chief + 232352@hsesinfo.org + Mrs. + F232353 + L232353 + + Superintendent + 232353@hsesinfo.org + Mrs. + F232355 + L232355 + + 232355@hsesinfo.org + Mrs. + F232351 + L232351 + + 232351@hsesinfo.org + 555-555-2351 + + + 6112 + 2138 + 9720 + 000 + 1992 + 2015-03-01 + 2020-08-31 + HS + Inactive + Burlington County Community Action Program + www.bccap.org + 2138@hsesinfo.org + 718 South Route 130 + + Burlington + NJ + 08016-1276 + 718 South Route 130 + + Burlington + NJ + 08016-1276 + 718 South Route 130 + + Burlington + NJ + 08016-1276 + Mr. + F108469 + L108469 + + Board President + 108469@hsesinfo.org + Dr. + F108471 + L108471 + + Executive Director + 108471@hsesinfo.org + Mr. + F108472 + L108472 + + 108472@hsesinfo.org + Ms. + F108468 + L108468 + + 108468@hsesinfo.org + 555-555-8468 x 5555 + + + 12006 + 886 + 13686 + 000 + 2014 + 2020-09-01 + + HS + Active + Franklin Vance Warren Opportunity, Inc + http://www.fvwopp.com + 886@hsesinfo.org + 180 S Beckford Dr + + Henderson + NC + 27536-2584 + PO Box 1453 + + Henderson + NC + 27536-1453 + 180 S Beckford Dr + + Henderson + NC + 27536-2584 + Dr. + F231854 + L231854 + + Board Chair + 231854@hsesinfo.org + Mr. + F231855 + L231855 + + Chief Executive Officer + 231855@hsesinfo.org + Ms. + F231857 + L231857 + + 231857@hsesinfo.org + Mrs. + F231853 + L231853 + + 231853@hsesinfo.org + 555-555-1853 + + + 12050 + 2495 + 13741 + 000 + 2014 + 2020-09-01 + + HS + Active + Community Action of Southeast Iowa + caofseia.org + 2495@hsesinfo.org + 2850 Mount Pleasant St + Ste 108 + Burlington + IA + 52601-2002 + 2850 Mount Pleasant St + Ste 108 + Burlington + IA + 52601-2002 + 2850 Mount Pleasant St + Ste 108 + Burlington + IA + 52601-2002 + Ms. + F232126 + L232126 + + Board President + 232126@hsesinfo.org + Ms. + F232127 + L232127 + + Executive Director + 232127@hsesinfo.org + Mr. + F232129 + L232129 + + 232129@hsesinfo.org + Mr. + F232125 + L232125 + + 232125@hsesinfo.org + 555-555-2125 + + + 12051 + 2496 + 13741 + 200 + 2014 + 2020-09-01 + + EHS + Active + Community Action of Southeast Iowa + caofseia.org + 2496@hsesinfo.org + 2850 Mount Pleasant St + Ste 108 + Burlington + IA + 52601-2002 + 2850 Mount Pleasant St + Ste 108 + Burlington + IA + 52601-2002 + 2850 Mount Pleasant St + Ste 108 + Burlington + IA + 52601-2002 + Ms. + F232133 + L232133 + + Board President + 232133@hsesinfo.org + Ms. + F232134 + L232134 + + Executive Director + 232134@hsesinfo.org + Mr. + F232136 + L232136 + + 232136@hsesinfo.org + Mr. + F232132 + L232132 + + 232132@hsesinfo.org + 555-555-2132 + + + 12052 + 2490 + 13738 + 000 + 2014 + 2020-09-01 + + HS + Active + Missouri Valley Community Action Agency + http://www.mvcaa.net + 2490@hsesinfo.org + 1415 S Odell Ave + + Marshall + MO + 65340-3144 + 1415 S Odell Ave + + Marshall + MO + 65340-3144 + 1415 S Odell Ave + + Marshall + MO + 65340-3144 + Mr. + F232140 + L232140 + + Chair, Board of Directors + 232140@hsesinfo.org + Ms. + F232141 + L232141 + + Executive Director + 232141@hsesinfo.org + Ms. + F232143 + L232143 + + 232143@hsesinfo.org + Ms. + F232139 + L232139 + + 232139@hsesinfo.org + 555-555-2139 x 5555 + + + 6186 + 6196 + 9714 + 200 + + 2015-03-01 + 2020-08-31 + EHS + Inactive + Nebraska Early Childhood Collaborative + https://nebraskaearly.org/ + 6196@hsesinfo.org + 3200 N 30th St + Ste 200 + Omaha + NE + 68111-3120 + 3200 N 30th St + Ste 200 + Omaha + NE + 68111-3120 + 3200 N 30th St + Ste 200 + Omaha + NE + 68111-3120 + Ms. + F108798 + L108798 + + NECC Governing Board Chair + 108798@hsesinfo.org + Ms. + F108799 + L108799 + + NECC CEO + 108799@hsesinfo.org + Ms. + F108801 + L108801 + + 108801@hsesinfo.org + Ms. + F108797 + L108797 + + 108797@hsesinfo.org + 555-555-8797 + + + 8870 + 881 + 11238 + 000 + 1992 + 2018-07-01 + + HS + Active + Lincoln County Board Of Education + www.lincoln.kyschools.us + 881@hsesinfo.org + 305 Danville Ave + + Stanford + KY + 40484-1205 + 903 Danville Ave + + Stanford + KY + 40484-9554 + 903 Danville Ave + + Stanford + KY + 40484-9554 + Mr. + F210612 + L210612 + + Board Chair + 210612@hsesinfo.org + Mr. + F210613 + L210613 + + Superintendent + 210613@hsesinfo.org + Mrs. + F210615 + L210615 + + 210615@hsesinfo.org + Mrs. + F210611 + L210611 + + 210611@hsesinfo.org + 555-555-0611 + + + 8871 + 882 + 11238 + 200 + 2003 + 2018-07-01 + + EHS + Active + Lincoln County Board Of Education + www.lincoln.kyschools.us + 882@hsesinfo.org + 305 Danville Ave + + Stanford + KY + 40484-1205 + 903 Danville Ave + + Stanford + KY + 40484-9554 + 903 Danville Ave + + Stanford + KY + 40484-9554 + Mr. + F210619 + L210619 + + Board Chair + 210619@hsesinfo.org + Mr. + F210620 + L210620 + + Superintendent + 210620@hsesinfo.org + Mrs. + F210622 + L210622 + + 210622@hsesinfo.org + Mrs. + F210618 + L210618 + + 210618@hsesinfo.org + 555-555-0618 + + + 12094 + 9787 + 13778 + 200 + 2020 + 2020-11-01 + + EHS + Active + YMCA/Early Childhood Development Co, LLC + ymcaatlanta.org/early-learning + 9787@hsesinfo.org + 569 Martin Luther King Jr Dr NW + + Atlanta + GA + 30314-4164 + 569 Martin Luther King Jr Dr NW + + Atlanta + GA + 30314-4164 + 569 Martin Luther King Jr Dr NW + + Atlanta + GA + 30314-4164 + Ms. + F232391 + L232391 + + YMCA Board Chair + 232391@hsesinfo.org + Mrs. + F232389 + L232389 + + President and CEO + 232389@hsesinfo.org + Ms. + F232392 + L232392 + + 232392@hsesinfo.org + Mrs. + F232388 + L232388 + + 232388@hsesinfo.org + 555-555-2388 + + + 12093 + 9786 + 13778 + 000 + 2020 + 2020-11-01 + + HS + Active + YMCA/Early Childhood Development Co, LLC + ymcaatlanta.org/early-learning + 9786@hsesinfo.org + 569 Martin Luther King Jr Dr NW + + Atlanta + GA + 30314-4164 + 569 Martin Luther King Jr Dr NW + + Atlanta + GA + 30314-4164 + 569 Martin Luther King Jr Dr NW + + Atlanta + GA + 30314-4164 + Ms. + F232385 + L232385 + + YMCA Board Chair + 232385@hsesinfo.org + Mrs. + F232383 + L232383 + + President and CEO + 232383@hsesinfo.org + Ms. + F232386 + L232386 + + 232386@hsesinfo.org + Mrs. + F232382 + L232382 + + 232382@hsesinfo.org + 555-555-2382 + + + 12011 + 6088 + 13680 + 200 + + 2020-09-01 + + EHS + Active + Lancaster County First Steps to School Readiness Partnership + www.lancastercountyfirststeps.org + 6088@hsesinfo.org + 121 S Wylie St + + Lancaster + SC + 29720-2348 + 121 S Wylie St + + Lancaster + SC + 29720-2348 + 121 S Wylie St + + Lancaster + SC + 29720-2348 + Dr. + F231889 + L231889 + + Chairman, Lancaster County First Steps Board + 231889@hsesinfo.org + Mrs. + F231890 + L231890 + + First Steps Executive Director + 231890@hsesinfo.org + Ms. + F231892 + L231892 + + 231892@hsesinfo.org + Ms. + F231888 + L231888 + + 231888@hsesinfo.org + 555-555-1888 + + + 10904 + 1136 + 12861 + 000 + 1994 + 2020-01-01 + + AIAN HS + Active + ROUND VALLEY INDIAN TRIBES + 77826 Covelo Rd + 1136@hsesinfo.org + 77826 Covelo Rd + + Covelo + CA + 95428-9552 + 77826 Covelo Rd + + Covelo + CA + 95428-9552 + 77826 Covelo Rd + + Covelo + CA + 95428-9552 + Mr. + F224620 + L224620 + + President + 224620@hsesinfo.org + Mrs. + F224621 + L224621 + + Tribal Business Administrator + 224621@hsesinfo.org + Ms. + F224623 + L224623 + + 224623@hsesinfo.org + Mrs. + F224619 + L224619 + + 224619@hsesinfo.org + 555-555-4619 + + + 9808 + 896 + 11955 + 000 + 2014 + 2019-07-01 + + HS + Active + Southeastern Community Action Partnership, Inc. + scapnc.org + 896@hsesinfo.org + 405 N Elm St + + Lumberton + NC + 28358-5556 + PO Box 1025 + + Lumberton + NC + 28359-1025 + 405 N Elm St + + Lumberton + NC + 28358-5556 + Mr. + F217067 + L217067 + + Board Chair + 217067@hsesinfo.org + Mrs. + F217068 + L217068 + + CEO + 217068@hsesinfo.org + Ms. + F217070 + L217070 + + 217070@hsesinfo.org + Mrs. + F217066 + L217066 + + 217066@hsesinfo.org + 555-555-7066 + + + 11852 + 5871 + 13567 + 002 + + 2020-07-01 + + HS + Active + Hispanic Human Resources Council, Inc. + http:/www.hhrcinc.com + 5871@hsesinfo.org + 1427 S Congress Ave + + West Palm Beach + FL + 33406-5120 + 1427 S Congress Ave + + West Palm Beach + FL + 33406-5120 + 1427 S Congress Ave + + West Palm Beach + FL + 33406-5120 + Mr. + F230892 + L230892 + + + 230892@hsesinfo.org + Mr. + F230890 + L230890 + + Executive Director + 230890@hsesinfo.org + + F230893 + L230893 + + 230893@hsesinfo.org + Mr. + F230889 + L230889 + + 230889@hsesinfo.org + 555-555-0889 + + + 9809 + 8931 + 11955 + 200 + 2019 + 2019-07-01 + + EHS + Active + Southeastern Community Action Partnership, Inc. + scapnc.org + 8931@hsesinfo.org + 405 N Elm St + + Lumberton + NC + 28358-5556 + PO Box 1025 + + Lumberton + NC + 28359-1025 + 405 N Elm St + + Lumberton + NC + 28358-5556 + Mr. + F217074 + L217074 + + Board Chair + 217074@hsesinfo.org + Mrs. + F217075 + L217075 + + CEO + 217075@hsesinfo.org + Mr. + F217077 + L217077 + + 217077@hsesinfo.org + Mrs. + F217073 + L217073 + + 217073@hsesinfo.org + 555-555-7073 + + + 11621 + 9487 + 13403 + 000 + 2020 + 2020-07-01 + + HS + Active + Southeastern Community Action Partnership, Inc. + scapnc.org + 9487@hsesinfo.org + 405 N Elm St + + Lumberton + NC + 28358-5556 + PO Box 1025 + + Lumberton + NC + 28359-1025 + 405 N Elm St + + Lumberton + NC + 28358-5556 + Mr. + F229315 + L229315 + + Board Chair + 229315@hsesinfo.org + Mrs. + F229316 + L229316 + + CEO + 229316@hsesinfo.org + Mr. + F229318 + L229318 + + 229318@hsesinfo.org + Mrs. + F229314 + L229314 + + 229314@hsesinfo.org + 555-555-9314 + + + 11622 + 9488 + 13403 + 200 + 2020 + 2020-07-01 + + EHS + Active + Southeastern Community Action Partnership, Inc. + scapnc.org + 9488@hsesinfo.org + 405 N Elm St + + Lumberton + NC + 28358-5556 + PO Box 1025 + + Lumberton + NC + 28359-1025 + 405 N Elm St + + Lumberton + NC + 28358-5556 + Mr. + F229322 + L229322 + + Board Chair + 229322@hsesinfo.org + Mrs. + F229323 + L229323 + + CEO + 229323@hsesinfo.org + Mr. + F229325 + L229325 + + 229325@hsesinfo.org + Mrs. + F229321 + L229321 + + 229321@hsesinfo.org + 555-555-9321 + + + 12095 + 1751 + 13784 + 200 + 2001 + 2020-09-01 + + EHS + Active + Florida State University + http://www.cpeip.fsu.edu/ehs + 1751@hsesinfo.org + 385 E Jefferson St + Ste C + Quincy + FL + 32351-2531 + 1339 E. Lafayette St + + Tallahassee + FL + 32301-4797 + 874 TRADITIONS WAY 3RD FLOOR + + TALLAHASSEE + FL + 32306-0001 + Dr. + F232395 + L232395 + + VP for Research + 232395@hsesinfo.org + Dr. + F232396 + L232396 + + Director, FSU Early Head Start Program + 232396@hsesinfo.org + Ms. + F232398 + L232398 + + 232398@hsesinfo.org + Ms. + F232394 + L232394 + + 232394@hsesinfo.org + 555-555-2394 + + + 11998 + 6222 + 13677 + 200 + + 2020-09-01 + + EHS + Active + Cleveland County Partnership for Children, Inc. + http://www.ccpartnershipforchildren.com + 6222@hsesinfo.org + 105 E Ridge St + + Kings Mountain + NC + 28086-3034 + PO Box 455 + + Kings Mountain + NC + 28086-0455 + 105 E Ridge St + + Kings Mountain + NC + 28086-3034 + Mrs. + F231799 + L231799 + + Board Chair + 231799@hsesinfo.org + Ms. + F231800 + L231800 + + Executive Director + 231800@hsesinfo.org + Mrs. + F231802 + L231802 + + 231802@hsesinfo.org + Ms. + F231798 + L231798 + + 231798@hsesinfo.org + 555-555-1798 + + + 11969 + 1904 + 13652 + 200 + 2014 + 2020-08-01 + + EHS + Active + Capital Area Community Services, Inc. + http://www.cacsheadstart.org + 1904@hsesinfo.org + 727 N. Jenison + + Lansing + MI + 48915 + 727 N. Jenison + + Lansing + MI + 48915 + 101 E. Willow + + Lansing + MI + 48906-4814 + Mr. + F231608 + L231608 + III + Board Chairperson + 231608@hsesinfo.org + Mr. + F231609 + L231609 + + Executive Director + 231609@hsesinfo.org + Mrs. + F231611 + L231611 + + 231611@hsesinfo.org + Mrs. + F231607 + L231607 + + 231607@hsesinfo.org + 555-555-1607 + + + 5325 + 831 + 9042 + 000 + 2014 + 2014-08-01 + 2020-07-31 + HS + Inactive + Duluth Public School District #709 + www.isd709.org + 831@hsesinfo.org + 215 N 1st Ave E + + Duluth + MN + 55802-2069 + 215 N 1st Ave E + + Duluth + MN + 55802-2069 + 215 N 1st Ave E + + Duluth + MN + 55802-2069 + Ms. + F54176 + L54176 + + Chair of School Board ISD# 709 + 54176@hsesinfo.org + Mr. + F54178 + L54178 + + School Superintendent + 54178@hsesinfo.org + Ms. + F54180 + L54180 + + 54180@hsesinfo.org + Ms. + F54175 + L54175 + + 54175@hsesinfo.org + 555-555-4175 + + + 5332 + 754 + 9098 + 000 + 2014 + 2014-09-01 + 2020-08-31 + HS + Inactive + Kerrville Independent School District + http://www.kerrvilleisd.net + 754@hsesinfo.org + Kerrville ISD Early Childhood Center + 1011 Third Street + Kerrville + TX + 78028-3603 + Kerrville ISD Early Childhood Center + 1011 Third Street + Kerrville + TX + 78028-3603 + Kerrville Independent School District + 1009 Barnett Street + Kerrville + TX + 78028 + Mr. + F54229 + L54229 + + President + 54229@hsesinfo.org + Mr. + F54228 + L54228 + + Executive Director + 54228@hsesinfo.org + Ms. + F54225 + L54225 + + 54225@hsesinfo.org + Ms. + F54224 + L54224 + + 54224@hsesinfo.org + 555-555-4224 x 5555 + + + 11939 + 9674 + 13629 + 200 + 2020 + 2020-09-01 + + EHS + Active + Region VII Education Service Center + http://www.esc7.net + 9674@hsesinfo.org + 1909 N Longview St + + Kilgore + TX + 75662-6827 + 1909 North Longview Street + + Kilgore + TX + 75662-6827 + 1909 N Longview St + + Kilgore + TX + 75662-6827 + Mr. + F231429 + L231429 + + Region 7 ESC Board Chairman + 231429@hsesinfo.org + Mr. + F231430 + L231430 + + + 231430@hsesinfo.org + Mrs. + F231432 + L231432 + + 231432@hsesinfo.org + Mrs. + F231428 + L231428 + + 231428@hsesinfo.org + 555-555-1428 + + + 8019 + 1497 + 10522 + 000 + 1991 + 2016-02-01 + + HS + Active + Project NOW, Inc., Community Action Agency + http://www.projectnow.org + 1497@hsesinfo.org + 418 19th St + + Rock Island + IL + 61201-8123 + PO Box 3970 + + Rock Island + IL + 61204-3970 + 418 19th St + + Rock Island + IL + 61201-8123 + Ms. + F205336 + L205336 + + Board Chair + 205336@hsesinfo.org + Mr. + F205337 + L205337 + + Executive Director + 205337@hsesinfo.org + Ms. + F205339 + L205339 + + 205339@hsesinfo.org + Ms. + F205335 + L205335 + + 205335@hsesinfo.org + 555-555-5335 + + + 11675 + 8012 + 13473 + 001 + 2015 + 2020-07-01 + + HS + Active + Naugatuck Public Schools Head Start + www.naugatuck.k12.ct.us + 8012@hsesinfo.org + 28 Central Ave + + Naugatuck + CT + 06770 + 28 Central Ave + + Naugatuck + CT + 06770 + 28 Central Ave + + Naugatuck + CT + 06770 + Mrs. + F229690 + L229690 + + Board Chairperson + 229690@hsesinfo.org + Mr. + F229691 + L229691 + + CEO/President + 229691@hsesinfo.org + + F229693 + L229693 + + 229693@hsesinfo.org + Ms. + F229689 + L229689 + + 229689@hsesinfo.org + 555-555-9689 x 5555 + + + 5374 + 1495 + 9148 + 200 + 2014 + 2014-09-01 + 2020-08-31 + EHS + Inactive + Coastal Community Action, Inc. + http://www.coastalca.org + 1495@hsesinfo.org + 303 McQueen Blvd + + Newport + NC + 28570-8121 + PO Box 729 + + Newport + NC + 28570-0729 + 303 McQueen Blvd + + Newport + NC + 28570-8121 + Rev. + F96605 + L96605 + + Chair, Board of Directors + 96605@hsesinfo.org + Ms. + F96607 + L96607 + + Executive Director + 96607@hsesinfo.org + Ms. + F96609 + L96609 + + 96609@hsesinfo.org + Ms. + F96604 + L96604 + + 96604@hsesinfo.org + 555-555-6604 + + + 12110 + 6027 + 13804 + 200 + + 2020-09-01 + + EHS + Active + Quintana Baptist Church Head Start Program + Reparto Metropolitano + 6027@hsesinfo.org + 1579 Ave Ponce De Leon + Edificio Plaza Caribe + San Juan + PR + 00926-2715 + Ave. Paz Granela + Pmb 473 Suite 2 + San Juan + PR + 00927 + 1579 Ave Ponce De Leon + Edificio Plaza Caribe + San Juan + PR + 00926-2715 + Mr. + F232480 + L232480 + + Acting Board President + 232480@hsesinfo.org + Mrs. + F232481 + L232481 + + Executive Director + 232481@hsesinfo.org + Mrs. + F232483 + L232483 + + 232483@hsesinfo.org + Mrs. + F232479 + L232479 + + 232479@hsesinfo.org + 555-555-2479 + + + 12111 + 1694 + 13813 + 200 + 2003 + 2020-09-01 + + EHS + Active + Porter-Leath + http://www.porter-leath.org + 1694@hsesinfo.org + 3400 Prescott Rd + + Memphis + TN + 38118-3602 + 3400 Prescott Rd + + Memphis + TN + 38118-3602 + 3400 Prescott Rd + + Memphis + TN + 38118-3602 + Mr. + F232487 + L232487 + + Board Chair + 232487@hsesinfo.org + Mr. + F232488 + L232488 + + President + 232488@hsesinfo.org + Mrs. + F232490 + L232490 + + 232490@hsesinfo.org + Mrs. + F232486 + L232486 + + 232486@hsesinfo.org + 555-555-2486 x 5555 + + + 12112 + 2507 + 13806 + 200 + 2007 + 2020-09-01 + + EHS + Active + Chicago Commons Association + www.chicagocommons.org + 2507@hsesinfo.org + 515 E 50th St Ste 200 + + Chicago + IL + 60615-2401 + 515 E 50th St Ste 200 + + Chicago + IL + 60615-2401 + 515 E 50th St Ste 200 + + Chicago + IL + 60615-2401 + Mr. + F232494 + L232494 + + Board Chair + 232494@hsesinfo.org + Mr. + F232495 + L232495 + + President and CEO + 232495@hsesinfo.org + Ms. + F232497 + L232497 + + 232497@hsesinfo.org + Mrs. + F232493 + L232493 + + 232493@hsesinfo.org + 555-555-2493 + + + 12115 + 2426 + 13810 + 000 + 2014 + 2020-08-01 + + AIAN HS + Active + Menominee Indian Tribe + http://www.menominee-nsn.gov/education/headstart/headStartHome.asp + 2426@hsesinfo.org + Dolores K. Boyd Center + N 733 Head Start Road + Keshena + WI + 54135 + Menominee Nation Early Childhood + P.O. Box 910 + Keshena + WI + 54135-0910 + Dolores K. Boyd Center + N 733 Head Start Road + Keshena + WI + 54135 + Mrs. + F232515 + L232515 + + Tribal Chairman + 232515@hsesinfo.org + Mrs. + F232516 + L232516 + + Tribal Administrator + 232516@hsesinfo.org + Ms. + F232518 + L232518 + + 232518@hsesinfo.org + Ms. + F232514 + L232514 + + 232514@hsesinfo.org + 555-555-2514 + + + 12116 + 2425 + 13810 + 200 + 2014 + 2020-08-01 + + AIAN EHS + Active + Menominee Indian Tribe + http://www.menominee-nsn.gov/education/headstart/headStartHome.asp + 2425@hsesinfo.org + Dolores K. Boyd Center + N 733 Head Start Road + Keshena + WI + 54135 + Early Head Start Program + P.O. Box 910 + Keshena + WI + 54135-0910 + Dolores K. Boyd Center + N 733 Head Start Road + Keshena + WI + 54135 + Mrs. + F232522 + L232522 + + Tribal Chairman + 232522@hsesinfo.org + Mrs. + F232523 + L232523 + + Tribal Administrator + 232523@hsesinfo.org + Ms. + F232525 + L232525 + + 232525@hsesinfo.org + Ms. + F232521 + L232521 + + 232521@hsesinfo.org + 555-555-2521 x 5555 + + + 12117 + 1776 + 13805 + 000 + 2014 + 2020-09-01 + + AIAN HS + Active + COCOPAH HEAD START + + 1776@hsesinfo.org + Cocopah Head Start + East Cocopah Reservation - 17900 Cottonwood Drive + Somerton + AZ + 85350 + Cocopah Head Start + 14515 S. Veterans Drive + Somerton + AZ + 85350 + Cocopah Head Start + West Cocopah Reservation; 14515 S. Veterans Drive + Somerton + AZ + 85350 + Ms. + F232529 + L232529 + + Tribal Chairwoman + 232529@hsesinfo.org + Ms. + F232530 + L232530 + + Assistant Tribal Administrator + 232530@hsesinfo.org + Ms. + F232532 + L232532 + + 232532@hsesinfo.org + Mr. + F232528 + L232528 + + 232528@hsesinfo.org + 555-555-2528 + + + 12118 + 6262 + 13803 + 200 + + 2020-09-01 + + AIAN EHS + Active + ROSEBUD SIOUX TRIBE + www.rst-headstart.com + 6262@hsesinfo.org + 725 Hospital Drive + + Rosebud + SD + 57570 + POST OFFICE BOX 836 + + ROSEBUD + SD + 57570 + 725 Hospital Drive + + Rosebud + SD + 57570 + Mr. + F232536 + L232536 + + Tribal President + 232536@hsesinfo.org + Mr. + F232537 + L232537 + + Tribal President + 232537@hsesinfo.org + Ms. + F232539 + L232539 + + 232539@hsesinfo.org + Ms. + F232535 + L232535 + + 232535@hsesinfo.org + 555-555-2535 + + + 12097 + 9788 + 13788 + 000 + 2020 + 2020-09-01 + + Migrant HS + Active + Great Lakes Community Action Partnership + http://www.glcap.org + 9788@hsesinfo.org + 127 S Front St + + Fremont + OH + 43420-3021 + 127 S Front St + P.O. Box 590 + Fremont + OH + 43420-3021 + 127 S Front St + + Fremont + OH + 43420-3021 + Mr. + F232404 + L232404 + + Board Chair + 232404@hsesinfo.org + Mrs. + F232402 + L232402 + + + 232402@hsesinfo.org + Mrs. + F232405 + L232405 + + 232405@hsesinfo.org + Mrs. + F232401 + L232401 + + 232401@hsesinfo.org + 555-555-2401 x 5555 + + + 12113 + 1073 + 13801 + 000 + 1993 + 2020-09-01 + + HS + Active + Absaroka, Inc. + abshs.org + 1073@hsesinfo.org + 1121 Big Horn Ave + + Worland + WY + 82401-2802 + PO BOX 952 + + Worland + WY + 82401-0952 + 1121 Big Horn Ave + + Worland + WY + 82401-2802 + Mr. + F232501 + L232501 + + Board Chair + 232501@hsesinfo.org + Mrs. + F232502 + L232502 + + Head Start Director + 232502@hsesinfo.org + Mr. + F232504 + L232504 + + 232504@hsesinfo.org + Mrs. + F232500 + L232500 + + 232500@hsesinfo.org + 555-555-2500 + + + 12119 + 6263 + 13812 + 200 + + 2020-09-01 + + AIAN EHS + Active + Kawerak, Inc. + http://www.kawerak.org + 6263@hsesinfo.org + 606 East I Street + + Nome + AK + 99762 + PO Box 948 + + Nome + AK + 99762-0948 + 500 Seppala + + Nome + AK + 99762 + Mr. + F232543 + L232543 + + President, Board of Directors + 232543@hsesinfo.org + Ms. + F232544 + L232544 + + President + 232544@hsesinfo.org + Mrs. + F232546 + L232546 + + 232546@hsesinfo.org + Ms. + F232542 + L232542 + + 232542@hsesinfo.org + 555-555-2542 + + + 12120 + 6226 + 13811 + 200 + + 2020-09-01 + + AIAN EHS + Active + METLAKATLA INDIAN COMMUNITY + PO Box 8 + 6226@hsesinfo.org + 93 Milton Street + + Metlakatla + AK + 99926 + 93 Milton Street + + Metlakatla + AK + 99926 + 93 Milton Street + + Metlakatla + AK + 99926 + Mr. + F232550 + L232550 + + Mayor + 232550@hsesinfo.org + Mr. + F232551 + L232551 + + Mayor + 232551@hsesinfo.org + Mrs. + F232553 + L232553 + + 232553@hsesinfo.org + Ms. + F232549 + L232549 + + 232549@hsesinfo.org + 555-555-2549 + + + 12114 + 2604 + 13801 + 200 + 2010 + 2020-09-01 + + EHS + Active + Absaroka, Inc. + www.abshs.org + 2604@hsesinfo.org + 883 E 7th St + + Powell + WY + 82435-2111 + PO Box 952 + + Worland + WY + 82401-0952 + 883 E 7th St + + Powell + WY + 82435-2111 + Mr. + F232508 + L232508 + + Board Chair + 232508@hsesinfo.org + Mrs. + F232509 + L232509 + + Head Start Director + 232509@hsesinfo.org + Mr. + F232511 + L232511 + + 232511@hsesinfo.org + Mrs. + F232507 + L232507 + + 232507@hsesinfo.org + 555-555-2507 + + + 10124 + 3729 + 12172 + 003 + 2014 + 2019-07-01 + 2020-06-30 + HS + Inactive + Greater Phoenix Urban League + http://www.greaterphoenixurbanleague.org + 3729@hsesinfo.org + 1402 South 7th Ave + 1402 South 7th Ave + Phoenix + AZ + 85007-3902 + 1402 South 7th Ave + 1402 South 7th Ave + Phoenix + AZ + 85007-3902 + 1402 South 7th Ave + 1402 South 7th Ave + Phoenix + AZ + 85007-3902 + Mrs. + F219259 + L219259 + + Chairman of the Greater Phoenix UrbanLeague Board + 219259@hsesinfo.org + Mr. + F219260 + L219260 + + CEO Greater Phoenix Urban League + 219260@hsesinfo.org + Ms. + F219262 + L219262 + + 219262@hsesinfo.org + Ms. + F219258 + L219258 + + 219258@hsesinfo.org + 555-555-9258 + + + 10126 + 3733 + 12174 + 005 + 2014 + 2019-07-01 + 2020-06-30 + HS + Inactive + Wilson Head Start + www.wsd.k12.az.us + 3733@hsesinfo.org + 500 North 30th Place + + Phoenix + AZ + 85008-6139 + 500 North 30th Place + + Phoenix + AZ + 85008-6139 + 500 North 30th Place + + Phoenix + AZ + 85008-6139 + Mr. + F219273 + L219273 + + Governing Board Chair + 219273@hsesinfo.org + Mr. + F219274 + L219274 + + School Superintendent + 219274@hsesinfo.org + Mrs. + F219276 + L219276 + + 219276@hsesinfo.org + Mrs. + F219272 + L219272 + + 219272@hsesinfo.org + 555-555-9272 + + + 10121 + 1095 + 12149 + 000 + 2014 + 2019-07-01 + + HS + Active + City of Phoenix Human Services Department + http://www.phoenix.gov + 1095@hsesinfo.org + 200 W Washington St + Fl 17 + Phoenix + AZ + 85003-1611 + 200 W Washington St + Fl 17 + Phoenix + AZ + 85003-1611 + 200 W Washington St + Fl 17 + Phoenix + AZ + 85003-1611 + Ms. + F219238 + L219238 + + Councilwoman, Governing Board Chair + 219238@hsesinfo.org + Ms. + F219239 + L219239 + + Human Services Director + 219239@hsesinfo.org + Ms. + F219241 + L219241 + + 219241@hsesinfo.org + Mrs. + F219237 + L219237 + + 219237@hsesinfo.org + 555-555-9237 + + + 10131 + 2760 + 12149 + 200 + 2014 + 2019-07-01 + + EHS + Active + City of Phoenix Human Services Department + www.phoenix.gov + 2760@hsesinfo.org + 200 West Washington, 17th Floor + + Phoenix + AZ + 85003-1611 + 200 West Washington, 17th Floor + + Phoenix + AZ + 85003-1611 + 200 West Washington, 17th Floor + + Phoenix + AZ + 85003-1611 + Ms. + F219308 + L219308 + + Councilwoman, Governing Board Chair + 219308@hsesinfo.org + Ms. + F219309 + L219309 + + Human Services Director + 219309@hsesinfo.org + Ms. + F219311 + L219311 + + 219311@hsesinfo.org + Mrs. + F219307 + L219307 + + 219307@hsesinfo.org + 555-555-9307 + + + 8687 + 8548 + 11061 + 000 + 2017 + 2017-07-25 + + HS + Active + CDI HS/DeKalb and Rockdale Counties, GA + www.cdiheadstart.org + 8548@hsesinfo.org + 815 Park North Blvd + + Clarkston + GA + 30021-6200 + PO Box 108 + + Scottdale + GA + 30079-0108 + 815 Park North Blvd + + Clarkston + GA + 30021-6200 + Mr. + F209318 + L209318 + + Chief Executive Officer + 209318@hsesinfo.org + Ms. + F209319 + L209319 + + Executive Director + 209319@hsesinfo.org + + F209321 + L209321 + + 209321@hsesinfo.org + Ms. + F209317 + L209317 + + 209317@hsesinfo.org + 555-555-9317 + + + 12133 + 9813 + 13808 + 000 + 2020 + 2020-09-01 + + HS + Active + Easter Seals North Georgia + http://www.northgeorgia.easterseals.com + 9813@hsesinfo.org + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + Mr. + F232632 + L232632 + + Chairperson, Board of Directors + 232632@hsesinfo.org + Ms. + F232630 + L232630 + + President/CEO + 232630@hsesinfo.org + Ms. + F232633 + L232633 + + 232633@hsesinfo.org + Mr. + F232629 + L232629 + + 232629@hsesinfo.org + 555-555-2629 x 5555 + + + 12134 + 9814 + 13808 + 200 + 2020 + 2020-09-01 + + EHS + Active + Easter Seals North Georgia + http://www.northgeorgia.easterseals.com + 9814@hsesinfo.org + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + 53 Perimeter Ctr E + Ste 550 + Atlanta + GA + 30346-2228 + Mr. + F232638 + L232638 + + Chairperson, Board of Directors + 232638@hsesinfo.org + Ms. + F232636 + L232636 + + President/CEO + 232636@hsesinfo.org + Ms. + F232639 + L232639 + + 232639@hsesinfo.org + Mr. + F232635 + L232635 + + 232635@hsesinfo.org + 555-555-2635 x 5555 + + + 9301 + 1916 + 11559 + 000 + 2013 + 2019-01-01 + + HS + Active + B.C.M.W. Community Services, Inc. + www.bcmwhs.org + 1916@hsesinfo.org + 909 E Rexford St + + Centralia + IL + 62801-3033 + P.O. Box 729 + + Centralia + IL + 62801-9111 + 909 E Rexford St + + Centralia + IL + 62801-3033 + Mr. + F213645 + L213645 + + BCMW Board Chairperson + 213645@hsesinfo.org + Ms. + F213646 + L213646 + + Executive Director + 213646@hsesinfo.org + Mr. + F213648 + L213648 + + 213648@hsesinfo.org + Mrs. + F213644 + L213644 + + 213644@hsesinfo.org + 555-555-3644 x 5555 + + + 9302 + 8007 + 11559 + 200 + 2016 + 2019-01-01 + + EHS + Active + B.C.M.W. Community Services, Inc. + www.bcmwhs.org + 8007@hsesinfo.org + 909 E Rexford St + + Centralia + IL + 62801-3033 + P.O. Box 729 + + Centralia + IL + 62801-9111 + 909 E Rexford St + + Centralia + IL + 62801-3033 + Mr. + F213652 + L213652 + + BCMW Board Chairperson + 213652@hsesinfo.org + Ms. + F213653 + L213653 + + Executive Director + 213653@hsesinfo.org + Mr. + F213655 + L213655 + + 213655@hsesinfo.org + Mrs. + F213651 + L213651 + + 213651@hsesinfo.org + 555-555-3651 x 5555 + + + 12121 + 9801 + 13809 + 200 + 2020 + 2020-09-01 + + EHS + Active + Wateree Community Actions, Inc. + www.wcai.org + 9801@hsesinfo.org + 1155 N Lafayette Dr + + Sumter + SC + 29150-2913 + PO Box 8328 + + Columbia + SC + 29202-8328 + 1915 Harden St + + Columbia + SC + 29204-1015 + Mrs. + F232557 + L232557 + + Board Chairperson + 232557@hsesinfo.org + Ms. + F232558 + L232558 + + Chief Executive Officer + 232558@hsesinfo.org + Ms. + F232560 + L232560 + + 232560@hsesinfo.org + Mrs. + F232556 + L232556 + + 232556@hsesinfo.org + 555-555-2556 + + + 10609 + 5994 + 12607 + 200 + + 2019-09-01 + 2020-08-31 + Migrant EHS + Inactive + RIVERSIDE COUNTY OFFICE OF EDUCATION, HEAD START + rcoe.us + 5994@hsesinfo.org + 370 Aurora Dr + Ste A + El Centro + CA + 92243-4750 + 370 Aurora Dr + Ste A + El Centro + CA + 92243-4750 + 370 Aurora Dr + Ste A + El Centro + CA + 92243-4750 + Dr. + F222600 + L222600 + + Riverside County Superintendent of Schools + 222600@hsesinfo.org + Ms. + F222601 + L222601 + + Riverside County Assistant Superintendent of Schools + 222601@hsesinfo.org + Ms. + F222603 + L222603 + + 222603@hsesinfo.org + Mr. + F222599 + L222599 + + 222599@hsesinfo.org + 555-555-2599 x 5555 + + + 9854 + 8955 + 11958 + 000 + 2019 + 2019-07-01 + + HS + Active + Save the Children Federation, Inc. + + 8955@hsesinfo.org + 415 Martin Luther King Dr. + + Natchitoches + LA + 71457 + 415 Martin Luther King Jr Dr + + Natchitoches + LA + 71457-4029 + 415 Martin Luther King Jr Dr + + Natchitoches + LA + 71457-4029 + Mr. + F217389 + L217389 + + Governing Board Chair + 217389@hsesinfo.org + Mr. + F217390 + L217390 + + Executive Director + 217390@hsesinfo.org + Mr. + F217392 + L217392 + + 217392@hsesinfo.org + Mrs. + F217388 + L217388 + + 217388@hsesinfo.org + 555-555-7388 + + + 9855 + 8956 + 11958 + 200 + 2019 + 2019-07-01 + + EHS + Active + Save the Children Federation, Inc. + + 8956@hsesinfo.org + 306 S Lake Arthur Ave + + Jennings + LA + 70546-6456 + PO Box 758 + + Jennings + LA + 70546-0758 + 306 S Lake Arthur Ave + + Jennings + LA + 70546-6456 + Mr. + F217396 + L217396 + + Governing Board Chair + 217396@hsesinfo.org + Mr. + F217397 + L217397 + + Executive Director + 217397@hsesinfo.org + Mr. + F217399 + L217399 + + 217399@hsesinfo.org + Mrs. + F217395 + L217395 + + 217395@hsesinfo.org + 555-555-7395 + + + 12135 + 1856 + 13830 + 000 + 2014 + 2020-09-01 + + AIAN HS + Active + ST CROIX CHIPPEWA INDIANS OF WISCONSIN + + 1856@hsesinfo.org + 3792 Highway 70 + 24663 Angeline Avenue + Webster + WI + 54893-9246 + 3792 Highway 70 + 24663 Angeline Avenue + Webster + WI + 54893-9246 + 3792 Highway 70 + 24663 Angeline Avenue + Webster + WI + 54893-9246 + Ms. + F232642 + L232642 + + Tribal Chairwoman + 232642@hsesinfo.org + Ms. + F232643 + L232643 + + Tribal Chairwoman + 232643@hsesinfo.org + Ms. + F232645 + L232645 + + 232645@hsesinfo.org + Ms. + F232641 + L232641 + + 232641@hsesinfo.org + 555-555-2641 + + + 9412 + 2226 + 11635 + 000 + 2014 + 2019-03-01 + + HS + Active + KOOTASCA COMMUNITY ACTION, INC. + http://www.kootasca.org + 2226@hsesinfo.org + 201 NW 4th St + Ste 130 + Grand Rapids + MN + 55744-2746 + 201 NW 4th St + Ste 130 + Grand Rapids + MN + 55744-2746 + 201 NW 4th St + Ste 130 + Grand Rapids + MN + 55744-2746 + Mr. + F214402 + L214402 + + Chairperson + 214402@hsesinfo.org + Ms. + F214403 + L214403 + + Executive Director + 214403@hsesinfo.org + Ms. + F214405 + L214405 + + 214405@hsesinfo.org + Mr. + F214401 + L214401 + + 214401@hsesinfo.org + 555-555-4401 + + + 9693 + 2213 + 11858 + 000 + 2014 + 2019-07-01 + + HS + Active + Kitsap Community Resources + http://www.kcr.org + 2213@hsesinfo.org + 1201 Park Ave + 845 8th Street + Bremerton + WA + 98337-1760 + 1201 Park Avenue + + Bremerton + WA + 98337-1760 + 845 8th Street + + Bremerton + WA + 98337-1760 + Mr. + F216272 + L216272 + + President, Board of Directors + 216272@hsesinfo.org + Mr. + F216273 + L216273 + + Executive Director + 216273@hsesinfo.org + Ms. + F216275 + L216275 + + 216275@hsesinfo.org + Ms. + F216271 + L216271 + + 216271@hsesinfo.org + 555-555-6271 + + + 9694 + 2212 + 11858 + 200 + 2014 + 2019-07-01 + + EHS + Active + Kitsap Community Resources + http://www.kcr.org + 2212@hsesinfo.org + 1201 Park Ave + + Bremerton + WA + 98337-1760 + 1201 Park Ave + + Bremerton + WA + 98337-1760 + 845 8th St + 1201 Park Avenue + Bremerton + WA + 98337-1517 + Mr. + F216279 + L216279 + + President, Board of Directors + 216279@hsesinfo.org + Mr. + F216280 + L216280 + + Executive Director + 216280@hsesinfo.org + Ms. + F216282 + L216282 + + 216282@hsesinfo.org + Ms. + F216278 + L216278 + + 216278@hsesinfo.org + 555-555-6278 + + + 10696 + 399 + 12702 + 000 + 1991 + 2019-11-01 + + HS + Active + Chapel Hill-Carrboro City School District + http://www.chccs.k12.nc.us + 399@hsesinfo.org + 125 W Main St + Ste 200 + Carrboro + NC + 27510-2039 + 750 South Merritt Mill Road + + Chapel Hill + NC + 27516-2878 + 125 W Main St + Ste 200 + Carrboro + NC + 27510-2039 + Mrs. + F223201 + L223201 + + School Board Chair + 223201@hsesinfo.org + Mr. + F223202 + L223202 + + + 223202@hsesinfo.org + Ms. + F223204 + L223204 + + 223204@hsesinfo.org + Mr. + F223200 + L223200 + + 223200@hsesinfo.org + 555-555-3200 x 5555 + + + 9277 + 879 + 11543 + 000 + 1992 + 2019-01-01 + + HS + Active + KNOXVILLE-KNOX COUNTY COMMUNITY ACTION COMMISSION + knoxvilleheadstart.org + 879@hsesinfo.org + 2400 Piedmont St + + Knoxville + TN + 37921-7048 + PO Box 51650 + + Knoxville + TN + 37950-1650 + 2247 Western Ave + + Knoxville + TN + 37921-5756 + Ms. + F213484 + L213484 + + Board Chairperson + 213484@hsesinfo.org + Ms. + F213485 + L213485 + + Executive Director + 213485@hsesinfo.org + Mr. + F213487 + L213487 + + 213487@hsesinfo.org + Ms. + F213483 + L213483 + + 213483@hsesinfo.org + 555-555-3483 + + + 9278 + 880 + 11543 + 200 + 2003 + 2019-01-01 + + EHS + Active + KNOXVILLE- KNOX COUNTY COMMUNITY ACTION COMMISSION + knoxvilleheadstart.org + 880@hsesinfo.org + 2400 Piedmont St + + Knoxville + TN + 37921-7048 + PO Box 51650 + + Knoxville + TN + 37950-1650 + 2247 Western Ave + + Knoxville + TN + 37921-5756 + Ms. + F213491 + L213491 + + Board Chairperson + 213491@hsesinfo.org + Ms. + F213492 + L213492 + + Executive Director + 213492@hsesinfo.org + Mr. + F213494 + L213494 + + 213494@hsesinfo.org + Ms. + F213490 + L213490 + + 213490@hsesinfo.org + 555-555-3490 + + + 10895 + 2880 + 12873 + 200 + 2011 + 2020-01-01 + + EHS + Active + Early Childhood Council of the San Luis Valley + www.eccslv.org + 2880@hsesinfo.org + 401 Santa Fe Ave + + Alamosa + CO + 81101-2860 + PO Box 1030 + + Alamosa + CO + 81101-1030 + 401 Santa Fe Ave + + Alamosa + CO + 81101-2860 + Mrs. + F224557 + L224557 + + Board of Directors President + 224557@hsesinfo.org + Mrs. + F224558 + L224558 + + + 224558@hsesinfo.org + Mrs. + F224560 + L224560 + + 224560@hsesinfo.org + Mrs. + F224556 + L224556 + + 224556@hsesinfo.org + 555-555-4556 + + + 9919 + 5064 + 12018 + 000 + 2014 + 2019-07-01 + + HS + Active + Bright Beginnings Inc + www.bbidc.org + 5064@hsesinfo.org + 3418 4th St + + Washington + DC + 20032 + 3418 4th St + + Washington + DC + 20032 + 3418 4th St + + Washington + DC + 20032 + Ms. + F217837 + L217837 + + Board President + 217837@hsesinfo.org + Dr. + F217838 + L217838 + + Executive Director + 217838@hsesinfo.org + Ms. + F217840 + L217840 + + 217840@hsesinfo.org + Ms. + F217836 + L217836 + + 217836@hsesinfo.org + 555-555-7836 + + + 9920 + 5065 + 12018 + 200 + 2014 + 2019-07-01 + + EHS + Active + Bright Beginnings Inc + www.bbidc.org + 5065@hsesinfo.org + 3418 4th St + + Washington + DC + 20032 + 3418 4th St + + Washington + DC + 20032 + 3418 4th St + + Washington + DC + 20032 + Ms. + F217844 + L217844 + + Board President + 217844@hsesinfo.org + Dr. + F217845 + L217845 + + Executive Director + 217845@hsesinfo.org + Ms. + F217847 + L217847 + + 217847@hsesinfo.org + Ms. + F217843 + L217843 + + 217843@hsesinfo.org + 555-555-7843 + + + 8377 + 8268 + 10787 + 000 + 2016 + 2016-09-01 + + HS + Active + Tri-Town Economic Opportunity Committee + + 8268@hsesinfo.org + 1126 Hartford Ave + + Johnston + RI + 02919-7109 + 1126 Hartford Ave + + Johnston + RI + 02919-7109 + 1126 Hartford Ave + + Johnston + RI + 02919-7109 + Mr. + F207798 + L207798 + + Board Chairperson + 207798@hsesinfo.org + Mr. + F207799 + L207799 + + President/Chief Executive Officer + 207799@hsesinfo.org + Mr. + F207801 + L207801 + + 207801@hsesinfo.org + Ms. + F207797 + L207797 + + 207797@hsesinfo.org + 555-555-7797 + + + 8382 + 8273 + 10787 + 200 + 2016 + 2016-09-01 + + EHS + Active + Tri-Town Economic Opportunity Committee + www.tricountyri.org + 8273@hsesinfo.org + 1126 Hartford Ave + + Johnston + RI + 02919-7109 + 1126 Hartford Ave + + Johnston + RI + 02919-7109 + 1126 Hartford Ave + + Johnston + RI + 02919-7109 + Mr. + F207838 + L207838 + + Board Chairperson + 207838@hsesinfo.org + Mr. + F207839 + L207839 + + President/Chief Executive Officer + 207839@hsesinfo.org + Ms. + F207841 + L207841 + + 207841@hsesinfo.org + Ms. + F207837 + L207837 + + 207837@hsesinfo.org + 555-555-7837 + + + 12144 + 1170 + 13839 + 000 + 2014 + 2020-09-01 + + AIAN HS + Active + SANTO DOMINGO PUEBLO TRIBE + + 1170@hsesinfo.org + 125 W Hwy 22 + + Santo Domingo Pueblo + NM + 87052 + PO Box 40 + 125 W. Highway 22 + Santo Domingo Pueblo + NM + 87052-0040 + 125 W Highway 22 + + Santo Domingo Pueblo + NM + 87052 + Mr. + F232697 + L232697 + Jr. + Governor + 232697@hsesinfo.org + Mr. + F232698 + L232698 + + Interim Tribal Programs Administrator + 232698@hsesinfo.org + Mr. + F232700 + L232700 + + 232700@hsesinfo.org + Mrs. + F232696 + L232696 + + 232696@hsesinfo.org + 555-555-2696 x 5555 + + + 12145 + 2816 + 13839 + 200 + 2011 + 2020-09-01 + + AIAN EHS + Active + SANTO DOMINGO PUEBLO TRIBE + + 2816@hsesinfo.org + 125 W Hwy 22 + + Santo Domingo Pueblo + NM + 87052 + P.O. Box 40 + Tesuque Street + Santo Domingo Pueblo + NM + 87052 + 125 W Highway 22 + + Santo Domingo Pueblo + NM + 87052 + Mr. + F232704 + L232704 + Jr. + Governor + 232704@hsesinfo.org + Mr. + F232705 + L232705 + + Interim Tribal Programs Administrator + 232705@hsesinfo.org + Mr. + F232707 + L232707 + + 232707@hsesinfo.org + Mrs. + F232703 + L232703 + + 232703@hsesinfo.org + 555-555-2703 x 5555 + + + 11695 + 9526 + 13451 + 000 + 2020 + 2020-07-01 + + HS + Active + Capitol Region Education Council + http://www.crec.org/head-start + 9526@hsesinfo.org + 111 Charter Oak Ave + + Hartford + CT + 06106-1912 + 111 Charter Oak Ave + + Hartford + CT + 06106-1912 + 111 Charter Oak Ave + + Hartford + CT + 06106-1912 + Mr. + F229830 + L229830 + + Chairman + 229830@hsesinfo.org + Dr. + F229831 + L229831 + + Executive Director + 229831@hsesinfo.org + + F229833 + L229833 + + 229833@hsesinfo.org + Ms. + F229829 + L229829 + + 229829@hsesinfo.org + 555-555-9829 + + + 11696 + 9527 + 13451 + 200 + 2020 + 2020-07-01 + + EHS + Active + Capitol Region Education Council + http://www.crec.org/head-start + 9527@hsesinfo.org + 111 Charter Oak Ave + + Hartford + CT + 06106-1912 + 111 Charter Oak Ave + + Hartford + CT + 06106-1912 + 111 Charter Oak Ave + + Hartford + CT + 06106-1912 + Mr. + F229837 + L229837 + + Chairman + 229837@hsesinfo.org + Dr. + F229838 + L229838 + + Executive Director + 229838@hsesinfo.org + + F229840 + L229840 + + 229840@hsesinfo.org + Ms. + F229836 + L229836 + + 229836@hsesinfo.org + 555-555-9836 + + + 10803 + 313 + 12775 + 000 + 2014 + 2019-12-01 + + HS + Active + Lee County School District + 389 Institute Street + 313@hsesinfo.org + 389 Institute Street + + Jonesville + VA + 24263 + PO Box 325 + + Jonesville + VA + 24263-0325 + 155 Vo Tech Dr + + Jonesville + VA + 24263-1233 + Ms. + F223915 + L223915 + + Chair Lee County School Board + 223915@hsesinfo.org + Dr. + F223916 + L223916 + + Superintendent + 223916@hsesinfo.org + Mr. + F223918 + L223918 + + 223918@hsesinfo.org + Mrs. + F223914 + L223914 + + 223914@hsesinfo.org + 555-555-3914 + + + 11306 + 1781 + 13186 + 000 + 2002 + 2020-06-01 + + HS + Active + Municipality of Isabela + PO BOX 507 + 1781@hsesinfo.org + 55 Calle Barbosa + + Isabela + PR + 00662-3103 + PO Box 507 + + Isabela + PR + 00662-0507 + 59 Calle Barbosa + + Isabela + PR + 00662-3103 + Hon. + F227262 + L227262 + + Mayor + 227262@hsesinfo.org + Hon. + F227263 + L227263 + + Mayor + 227263@hsesinfo.org + Sr. + F227265 + L227265 + + 227265@hsesinfo.org + Sra. + F227261 + L227261 + + 227261@hsesinfo.org + 555-555-7261 x 5555 + + + 11307 + 2780 + 13186 + 200 + 2011 + 2020-06-01 + + EHS + Active + Municipality of Isabela + + 2780@hsesinfo.org + 55 Calle Barbosa + + Isabela + PR + 00662-3103 + PO Box 507 + + Isabela + PR + 00662-0507 + 59 Calle Barbosa + + Isabela + PR + 00662-3103 + Hon. + F227269 + L227269 + + Mayor + 227269@hsesinfo.org + Hon. + F227270 + L227270 + + Mayor + 227270@hsesinfo.org + Sr. + F227272 + L227272 + + 227272@hsesinfo.org + Sra. + F227268 + L227268 + + 227268@hsesinfo.org + 555-555-7268 x 5555 + + + 10453 + 1695 + 12453 + 200 + 2014 + 2019-09-01 + + EHS + Active + LANCASTER COUNTY BOARD OF EDUCATION + http://ss.lancasterscschools.org/home.aspx + 1695@hsesinfo.org + 500 Hampton Road + + Lancaster + SC + 29720-3664 + 300 S Catawba St + + Lancaster + SC + 29720-2458 + 300 S Catawba St + + Lancaster + SC + 29720-2458 + Mr. + F221510 + L221510 + Jr + Chairman- Board of Trustees + 221510@hsesinfo.org + Dr. + F221511 + L221511 + + Superintindent + 221511@hsesinfo.org + Mr. + F221513 + L221513 + + 221513@hsesinfo.org + Ms. + F221509 + L221509 + + 221509@hsesinfo.org + 555-555-1509 + + + 11386 + 9322 + 13245 + 000 + 2020 + 2020-06-01 + + HS + Active + Community Action Agency of South Alabama + http://www.caaofsa.org + 9322@hsesinfo.org + 26440 Pollard Rd + + Daphne + AL + 36526-4273 + 26440 Pollard Rd + P.O. Box 250 + Daphne + AL + 36526-4273 + 26440 Pollard Rd + + Daphne + AL + 36526-4273 + Mr. + F227762 + L227762 + + Board Chairman + 227762@hsesinfo.org + Ms. + F227763 + L227763 + + Interim Chief Executive Officer + 227763@hsesinfo.org + Ms. + F227765 + L227765 + + 227765@hsesinfo.org + Ms. + F227761 + L227761 + + 227761@hsesinfo.org + 555-555-7761 x 5555 + + + 10262 + 934 + 12280 + 000 + 1992 + 2019-08-01 + 2020-06-30 + HS + Inactive + Telamon Corporation + http://www.telamon.org + 934@hsesinfo.org + 142 E Market St + + Georgetown + DE + 19947-1411 + 5560 Munford Rd., Suite 201 + + Raleigh + NC + 27612-2731 + 5560 Munford Rd., Suite 201 + + Raleigh + NC + 27612-2731 + Mrs. + F220177 + L220177 + + Board Chair + 220177@hsesinfo.org + Mrs. + F220178 + L220178 + + Executive Director + 220178@hsesinfo.org + Mrs. + F220180 + L220180 + + 220180@hsesinfo.org + Mrs. + F220176 + L220176 + + 220176@hsesinfo.org + 555-555-0176 + + + 10263 + 2560 + 12280 + 200 + 2013 + 2019-08-01 + 2020-06-30 + EHS + Inactive + Telamon Corporation + www.telamon.org + 2560@hsesinfo.org + 142 E Market St + + Georgetown + DE + 19947-1411 + 5560 Munford Rd., Suite 201 + + Raleigh + NC + 27612-2731 + 5560 Munford Rd., Suite 201 + + Raleigh + NC + 27612-2731 + Mrs. + F220184 + L220184 + + Board Chair + 220184@hsesinfo.org + Mrs. + F220185 + L220185 + + Executive Director + 220185@hsesinfo.org + Mrs. + F220187 + L220187 + + 220187@hsesinfo.org + Mrs. + F220183 + L220183 + + 220183@hsesinfo.org + 555-555-0183 + + + 11122 + 3170 + 13044 + 000 + 1992 + 2020-03-01 + + HS + Active + MID-WILLAMETTE VALLEY CAA + http://www.mwvcaa.org + 3170@hsesinfo.org + 2475 Center Street NE + + Salem + OR + 97301-4520 + 2475 Center St NE + + Salem + OR + 97301-4520 + 2475 Center Street NE + + Salem + OR + 97301-4520 + Mr. + F226089 + L226089 + + Board Chair + 226089@hsesinfo.org + Mr. + F226090 + L226090 + + Executive Director + 226090@hsesinfo.org + Ms. + F226092 + L226092 + + 226092@hsesinfo.org + Ms. + F226088 + L226088 + + 226088@hsesinfo.org + 555-555-6088 x 5555 + + + 11123 + 4640 + 13044 + 200 + 2014 + 2020-03-01 + + EHS + Active + MID-WILLAMETTE VALLEY CAA + http://www.mwvcaa.org + 4640@hsesinfo.org + 2475 Center Street, NE + + SALEM + OR + 97301 + 2475 Center Street, NE + + SALEM + OR + 97301 + 2475 Center Street, NE + + SALEM + OR + 97301 + Mr. + F226096 + L226096 + + Board Chair + 226096@hsesinfo.org + Mr. + F226097 + L226097 + + Executive Director + 226097@hsesinfo.org + Ms. + F226099 + L226099 + + 226099@hsesinfo.org + Ms. + F226095 + L226095 + + 226095@hsesinfo.org + 555-555-6095 x 5555 + + + 9804 + 5857 + 11950 + 200 + + 2019-07-01 + + EHS + Active + Mid-Willamette Valley Community Action Agency, Inc. + www.mwvcaa.org + 5857@hsesinfo.org + 2475 Center St NE + + Salem + OR + 97301-4520 + 2475 Center St NE + + Salem + OR + 97301-4520 + 2475 Center St NE + + Salem + OR + 97301-4520 + Mr. + F217039 + L217039 + + Chairperson + 217039@hsesinfo.org + Ms. + F217040 + L217040 + + Executive Director + 217040@hsesinfo.org + Ms. + F217042 + L217042 + + 217042@hsesinfo.org + Ms. + F217038 + L217038 + + 217038@hsesinfo.org + 555-555-7038 x 5555 + + + 11387 + 9323 + 13245 + 200 + 2020 + 2020-06-01 + + EHS + Active + Community Action Agency of South Alabama + http://www.caaofsa.org + 9323@hsesinfo.org + 26440 Pollard Rd + + Daphne + AL + 36526-4273 + 26440 Pollard Rd + P.O. Box 250 + Daphne + AL + 36526-4273 + 26440 Pollard Rd + + Daphne + AL + 36526-4273 + Mr. + F227769 + L227769 + + Board Chairman + 227769@hsesinfo.org + Ms. + F227770 + L227770 + + Interim Chief Executive Officer + 227770@hsesinfo.org + Ms. + F227772 + L227772 + + 227772@hsesinfo.org + Ms. + F227768 + L227768 + + 227768@hsesinfo.org + 555-555-7768 x 5555 + + + 8554 + 8434 + 10955 + 200 + 2017 + 2017-03-01 + + EHS + Active + Great Lakes Community Action Partnership + http://www.wsos.org + 8434@hsesinfo.org + 127 S Front St + + Fremont + OH + 43420-3021 + PO Box 590 + + Fremont + OH + 43420 + 127 S Front St + + Fremont + OH + 43420-3021 + Mr. + F208606 + L208606 + + Board Chair + 208606@hsesinfo.org + Mrs. + F208607 + L208607 + + + 208607@hsesinfo.org + Ms. + F208609 + L208609 + + 208609@hsesinfo.org + Mrs. + F208605 + L208605 + + 208605@hsesinfo.org + 555-555-8605 x 5555 + + + 12147 + 6333 + 13842 + 201 + + 2020-08-01 + + EHS + Active + Lucas County Family Council + http://www.lucascountyoh.gov/index.aspx?nid=528 + 6333@hsesinfo.org + 1946 N 13th St + Ste 420 + Toledo + OH + 43604-7264 + 1946 N 13th St + Ste 420 + Toledo + OH + 43604-7264 + 1946 N 13th St + Ste 420 + Toledo + OH + 43604-7264 + Mrs. + F232713 + L232713 + + Board-Chairperson + 232713@hsesinfo.org + Mr. + F232711 + L232711 + + Executive Director + 232711@hsesinfo.org + Ms. + F232714 + L232714 + + 232714@hsesinfo.org + Dr. + F232710 + L232710 + + 232710@hsesinfo.org + 555-555-2710 + + + 11751 + 3722 + 13507 + 001 + + 2020-07-01 + + HS + Active + Easter Seals Southern California, Inc. + + 3722@hsesinfo.org + 1063 McGaw Ave + + Irvine + CA + 92614-5505 + 1063 McGaw Ave + + Irvine + CA + 92614-5505 + 1063 McGaw Ave + + Irvine + CA + 92614-5505 + Mr. + F230220 + L230220 + + + 230220@hsesinfo.org + Mr. + F230221 + L230221 + + + 230221@hsesinfo.org + Ms. + F230223 + L230223 + + 230223@hsesinfo.org + Ms. + F230219 + L230219 + + 230219@hsesinfo.org + 555-555-0219 + + + 6918 + 447 + 10391 + 000 + 1991 + 2015-11-01 + 2020-10-31 + HS + Inactive + Laramie Child Development Corporation + www.headstartlaramie.com + 447@hsesinfo.org + 365 W Grand Ave + + Laramie + WY + 82072-3552 + 365 W Grand Ave + + Laramie + WY + 82072-3552 + 365 W Grand Ave + + Laramie + WY + 82072-3552 + Mr. + F204087 + L204087 + + President, Board of Directors + 204087@hsesinfo.org + Mrs. + F204088 + L204088 + + Executive Director + 204088@hsesinfo.org + Mrs. + F204090 + L204090 + + 204090@hsesinfo.org + Mrs. + F204086 + L204086 + + 204086@hsesinfo.org + 555-555-4086 + + + 11753 + 3718 + 13507 + 201 + 2010 + 2020-07-01 + + EHS + Active + Easter Seals Southern California, Inc. + www.Southerncal.easterseals.com + 3718@hsesinfo.org + 4688 Ontario Mills Pkwy + + Ontario + CA + 91764-5104 + 4688 Ontario Mills Pkwy + + Ontario + CA + 91764-5104 + 4688 Ontario Mills Pkwy + + Ontario + CA + 91764-5104 + Mr. + F230234 + L230234 + + + 230234@hsesinfo.org + Mr. + F230235 + L230235 + + + 230235@hsesinfo.org + Ms. + F230237 + L230237 + + 230237@hsesinfo.org + Ms. + F230233 + L230233 + + 230233@hsesinfo.org + 555-555-0233 + + + 9515 + 1032 + 11739 + 000 + 2014 + 2019-04-01 + + HS + Active + University of South Dakota + http://www.usd.edu/headstart + 1032@hsesinfo.org + 414 East Clark Street + 326 Julian Hall + Vermillion + SD + 57069-2307 + 414 East Clark Street + 326 Julian Hall + Vermillion + SD + 57069-2307 + 414 East Clark Street + 326 Julian Hall + Vermillion + SD + 57069-2307 + Dr. + F215102 + L215102 + + Board Chair + 215102@hsesinfo.org + Mrs. + F215103 + L215103 + + + 215103@hsesinfo.org + Ms. + F215105 + L215105 + + 215105@hsesinfo.org + Mrs. + F215101 + L215101 + + 215101@hsesinfo.org + 555-555-5101 + + + 9516 + 1033 + 11739 + 200 + 2001 + 2019-04-01 + + EHS + Active + University of South Dakota + http://www.usd.edu/headstart + 1033@hsesinfo.org + 414 East Clark Street + 326 Julian Hall + Vermillion + SD + 57069-2307 + 414 East Clark Street + 326 Julian Hall + Vermillion + SD + 57069-2307 + 414 East Clark Street + 326 Julian Hall + Vermillion + SD + 57069-2307 + Dr. + F215109 + L215109 + + Board Chair + 215109@hsesinfo.org + Mrs. + F215110 + L215110 + + Director + 215110@hsesinfo.org + Ms. + F215112 + L215112 + + 215112@hsesinfo.org + Mrs. + F215108 + L215108 + + 215108@hsesinfo.org + 555-555-5108 + + + 11941 + 6106 + 13619 + 200 + + 2020-09-01 + + EHS + Active + Community Action Partnership of Greater St. Joseph + http://www.capstjoe.org + 6106@hsesinfo.org + 817 Monterey St + + Saint Joseph + MO + 64503-3611 + 817 Monterey St + + Saint Joseph + MO + 64503-3611 + 817 Monterey St + + Saint Joseph + MO + 64503-3611 + Mrs. + F231443 + L231443 + + Board President + 231443@hsesinfo.org + Ms. + F231444 + L231444 + + + 231444@hsesinfo.org + Ms. + F231446 + L231446 + + 231446@hsesinfo.org + Ms. + F231442 + L231442 + + 231442@hsesinfo.org + 555-555-1442 x 5555 + + + 11042 + 1401 + 12986 + 000 + 1992 + 2020-02-01 + + HS + Active + NORTH CENTRAL MISSOURI COLLEGE + www.greenhillsheadstart.org + 1401@hsesinfo.org + 205 W 18th St + + Trenton + MO + 64683-1262 + PO Box 177 + + Trenton + MO + 64683-0177 + 205 W 18th St + + Trenton + MO + 64683-1262 + Ms. + F225576 + L225576 + + Board President + 225576@hsesinfo.org + Dr. + F225577 + L225577 + + College President + 225577@hsesinfo.org + Ms. + F225579 + L225579 + + 225579@hsesinfo.org + Mrs. + F225575 + L225575 + + 225575@hsesinfo.org + 555-555-5575 + + + 11043 + 8014 + 12986 + 200 + 2016 + 2020-02-01 + + EHS + Active + NORTH CENTRAL MISSOURI COLLEGE + www.greenhillsheadstart.org + 8014@hsesinfo.org + 205 W 18th St + + Trenton + MO + 64683-1262 + PO Box 177 + + Trenton + MO + 64683-0177 + 205 W 18th St + + Trenton + MO + 64683-1262 + Ms. + F225583 + L225583 + + Board President + 225583@hsesinfo.org + Dr. + F225584 + L225584 + + College President + 225584@hsesinfo.org + Ms. + F225586 + L225586 + + 225586@hsesinfo.org + Mrs. + F225582 + L225582 + + 225582@hsesinfo.org + 555-555-5582 + + + 8988 + 3132 + 11313 + 000 + 2013 + 2018-08-01 + + HS + Active + Genesee Intermediate School District + http://www.geneseeisd.org/ + 3132@hsesinfo.org + 2033 S Elms Rd + + Swartz Creek + MI + 48473-9794 + 2413 W Maple Ave + + Flint + MI + 48507-3429 + 2413 W Maple Ave + + Flint + MI + 48507-3429 + Mr. + F211472 + L211472 + + Board Chair + 211472@hsesinfo.org + Mrs. + F211473 + L211473 + + Superintendent, Genesee Intermediate School District + 211473@hsesinfo.org + Ms. + F211475 + L211475 + + 211475@hsesinfo.org + Mrs. + F211471 + L211471 + + 211471@hsesinfo.org + 555-555-1471 + + + 8989 + 8693 + 11313 + 200 + 2018 + 2018-08-01 + + EHS + Active + Genesee Intermediate School District + http://www.geneseeisd.org/ + 8693@hsesinfo.org + 2033 S Elms Rd + Bldg C + Swartz Creek + MI + 48473-9794 + 2413 W Maple Ave + + Flint + MI + 48507-3429 + 2413 W Maple Ave + + Flint + MI + 48507-3429 + Mr. + F211479 + L211479 + + Board Chair + 211479@hsesinfo.org + Mrs. + F211480 + L211480 + + Superintendent, Genesee Intermediate School District + 211480@hsesinfo.org + Ms. + F211482 + L211482 + + 211482@hsesinfo.org + Mrs. + F211478 + L211478 + + 211478@hsesinfo.org + 555-555-1478 + + + 9496 + 8782 + 11707 + 200 + 2019 + 2019-03-01 + 2020-07-31 + EHS + Inactive + Great Lakes Community Action Partnership + + 8782@hsesinfo.org + 127 S Front St + + Fremont + OH + 43420-3021 + 109 South Front Street + P.O. Box 590 + Fremont + OH + 43420-0590 + 127 S Front St + + Fremont + OH + 43420-3021 + Mr. + F214969 + L214969 + + Board Chair + 214969@hsesinfo.org + Mrs. + F214970 + L214970 + + + 214970@hsesinfo.org + Mrs. + F214972 + L214972 + + 214972@hsesinfo.org + Mrs. + F214968 + L214968 + + 214968@hsesinfo.org + 555-555-4968 x 5555 + + + 10910 + 2305 + 12879 + 200 + 2015 + 2020-01-01 + + EHS + Active + Eagle County Department of Human Services + http://www.eaglecounty.us + 2305@hsesinfo.org + 551 Broadway + + Eagle + CO + 81631 + P.O. Box 660 + + Eagle + CO + 81631-0660 + 551 Broadway + + Eagle + CO + 81631 + Mrs. + F224662 + L224662 + + Chairman + 224662@hsesinfo.org + Mrs. + F224663 + L224663 + + + 224663@hsesinfo.org + Ms. + F224665 + L224665 + + 224665@hsesinfo.org + Mrs. + F224661 + L224661 + + 224661@hsesinfo.org + 555-555-4661 + + + 11670 + 3534 + 13434 + 001 + 2014 + 2020-07-01 + + HS + Active + Greater Trumbull/Monroe Regional Head Start + https://www.trumbullps.org/ + 3534@hsesinfo.org + 240 Middlebrooks Ave + + Trumbull + CT + 06611-3015 + 1070 Park Ave + + Bridgeport + CT + 06604-3400 + 1070 Park Ave + + Bridgeport + CT + 06604-3400 + Mrs. + F229658 + L229658 + + Board Chair Person + 229658@hsesinfo.org + Dr. + F229656 + L229656 + + Executive Director + 229656@hsesinfo.org + Mrs. + F229659 + L229659 + + 229659@hsesinfo.org + Dr. + F229655 + L229655 + + 229655@hsesinfo.org + 555-555-9655 + + + 8686 + 8547 + 11060 + 200 + 2017 + 2017-07-26 + 2020-12-31 + EHS + Inactive + CDI HS/Lafayette, Iberia & St. Martin parishes, LA + www.cdiheadstart.org + 8547@hsesinfo.org + 306 S Theater St + + Saint Martinville + LA + 70582-3930 + PO Box 20 + + Saint Martinville + LA + 70582-0020 + 306 S Theater St + + Saint Martinville + LA + 70582-3930 + Mr. + F209311 + L209311 + + Chief Executive Officer + 209311@hsesinfo.org + Ms. + F209312 + L209312 + + Executive Director + 209312@hsesinfo.org + + F209314 + L209314 + + 209314@hsesinfo.org + Ms. + F209310 + L209310 + + 209310@hsesinfo.org + 555-555-9310 + + + 8323 + 3995 + 10688 + 006 + + 2016-07-01 + + HS + Active + School District of The City of Berkley + http://berkleyschools.org + 3995@hsesinfo.org + 14700 W. Lincoln + + Oak Park + MI + 48237-1160 + 14700 W. Lincoln + + Oak Park + MI + 48237-1160 + 14700 W. Lincoln + + Oak Park + MI + 48237-1160 + Mrs. + F207401 + L207401 + + + 207401@hsesinfo.org + Mrs. + F207402 + L207402 + + + 207402@hsesinfo.org + + F207404 + L207404 + + 207404@hsesinfo.org + Mrs. + F207400 + L207400 + + 207400@hsesinfo.org + 555-555-7400 + + + 8336 + 6912 + 10688 + 206 + + 2016-07-01 + + EHS + Active + School District of The City of Berkley + http://berkleyschools.org + 6912@hsesinfo.org + 14700 W. Lincoln + + Oak Park + MI + 48237-1160 + 14700 W. Lincoln + + Oak Park + MI + 48237-1160 + 14700 W. Lincoln + + Oak Park + MI + 48237-1160 + Mrs. + F207492 + L207492 + + Supervisor of Early Childhood Education + 207492@hsesinfo.org + Mrs. + F207493 + L207493 + + Supervisor of Early Childhood Education + 207493@hsesinfo.org + Ms. + F207495 + L207495 + + 207495@hsesinfo.org + Mrs. + F207491 + L207491 + + 207491@hsesinfo.org + + + + 12149 + 9824 + 13850 + 000 + 2020 + 2020-09-30 + + HS + Active + Prime Time Family Reading + www.primetimefamily.org + 9824@hsesinfo.org + 938 Lafayette St + Ste 300 + New Orleans + LA + 70113-1027 + 938 Lafayette St + Ste 300 + New Orleans + LA + 70113-1027 + 938 Lafayette St + Ste 300 + New Orleans + LA + 70113-1027 + Mrs. + F232727 + L232727 + + Board Chair + 232727@hsesinfo.org + Mrs. + F232728 + L232728 + + President and Executive Director + 232728@hsesinfo.org + Mrs. + F232730 + L232730 + + 232730@hsesinfo.org + Mrs. + F232726 + L232726 + + 232726@hsesinfo.org + 555-555-2726 + + + 12150 + 9825 + 13850 + 200 + 2020 + 2020-09-30 + + EHS + Active + Prime Time Family Reading + www.primetimefamily.org + 9825@hsesinfo.org + 938 Lafayette St + Ste 300 + New Orleans + LA + 70113-1027 + 938 Lafayette St + Ste 300 + New Orleans + LA + 70113-1027 + 938 Lafayette St + Ste 300 + New Orleans + LA + 70113-1027 + Mrs. + F232734 + L232734 + + Board Chair + 232734@hsesinfo.org + Mrs. + F232735 + L232735 + + President and Executive Director + 232735@hsesinfo.org + Mrs. + F232737 + L232737 + + 232737@hsesinfo.org + Mrs. + F232733 + L232733 + + 232733@hsesinfo.org + 555-555-2733 + + + 12151 + 9826 + 13853 + 000 + 2020 + 2020-09-30 + + HS + Active + St. Martin Parish School Board + https://www.saintmartinschools.org/ + 9826@hsesinfo.org + 625 Corporate Blvd + + Breaux Bridge + LA + 70517-4324 + 625 Corporate Blvd + + Breaux Bridge + LA + 70517-4324 + 625 Corporate Blvd + + Breaux Bridge + LA + 70517-4324 + Mr. + F232746 + L232746 + + Superintendent + 232746@hsesinfo.org + Ms. + F232747 + L232747 + + Supervisor of Early Childhood + 232747@hsesinfo.org + + F232749 + L232749 + + 232749@hsesinfo.org + Ms. + F232745 + L232745 + + 232745@hsesinfo.org + 555-555-2745 + + + 12152 + 9827 + 13853 + 200 + 2020 + 2020-09-30 + + EHS + Active + St. Martin Parish School Board + https://www.saintmartinschools.org/ + 9827@hsesinfo.org + 625 Corporate Blvd + + Breaux Bridge + LA + 70517-4324 + 625 Corporate Blvd + + Breaux Bridge + LA + 70517-4324 + 625 Corporate Blvd + + Breaux Bridge + LA + 70517-4324 + Mr. + F232753 + L232753 + + Superintendent + 232753@hsesinfo.org + Ms. + F232754 + L232754 + + Supervisor of Early Childhood + 232754@hsesinfo.org + + F232756 + L232756 + + 232756@hsesinfo.org + Ms. + F232752 + L232752 + + 232752@hsesinfo.org + 555-555-2752 + + + 7045 + 1491 + 10493 + 000 + 1998 + 2016-01-01 + + HS + Active + Community Action Project of Tulsa County (CAP) + www.captulsa.org + 1491@hsesinfo.org + 5330 E 31st St + Ste 300 + Tulsa + OK + 74135-5000 + 5330 E 31st St + Ste 300 + Tulsa + OK + 74135-5000 + 5330 E 31st St + Ste 300 + Tulsa + OK + 74135-5000 + Mr. + F204982 + L204982 + + Board President + 204982@hsesinfo.org + Mrs. + F204983 + L204983 + + Executive Director + 204983@hsesinfo.org + Mrs. + F204985 + L204985 + + 204985@hsesinfo.org + Mrs. + F204981 + L204981 + + 204981@hsesinfo.org + 555-555-4981 + + + 7046 + 1490 + 10493 + 200 + 2001 + 2016-01-01 + + EHS + Active + Community Action Project of Tulsa County (CAP) + www.captulsa.org + 1490@hsesinfo.org + 5330 E 31st St + Ste 300 + Tulsa + OK + 74135-5000 + 5330 E 31st St + Ste 300 + Tulsa + OK + 74135-5000 + 5330 E 31st St + Ste 300 + Tulsa + OK + 74135-5000 + Mr. + F204989 + L204989 + + Board President + 204989@hsesinfo.org + Mrs. + F204990 + L204990 + + Executive Director + 204990@hsesinfo.org + Mrs. + F204992 + L204992 + + 204992@hsesinfo.org + Mrs. + F204988 + L204988 + + 204988@hsesinfo.org + 555-555-4988 + + + 8500 + 8380 + 10909 + 200 + 2017 + 2017-03-01 + + EHS + Active + Community Action Project of Tulsa County, Inc. + www.captulsa.org + 8380@hsesinfo.org + 5330 E 31st St + Ste 300 + Tulsa + OK + 74135-5000 + 5330 E 31st St + Ste 300 + Tulsa + OK + 74135-5000 + 5330 E 31st St + Ste 300 + Tulsa + OK + 74135-5000 + Mr. + F208227 + L208227 + + Board President + 208227@hsesinfo.org + Mrs. + F208228 + L208228 + + Executive Director + 208228@hsesinfo.org + Mrs. + F208230 + L208230 + + 208230@hsesinfo.org + Mrs. + F208226 + L208226 + + 208226@hsesinfo.org + 555-555-8226 + + + 10016 + 2093 + 12061 + 000 + 2014 + 2019-07-01 + + HS + Active + Tri-County Community Action Agency, Inc. + www.tricountyva.org + 2093@hsesinfo.org + 1176 Huell Matthews Highway + + South Boston + VA + 24592-0799 + P.O. Box 799 + + South Boston + VA + 24592 + 1176 Huell Matthews Hwy + + South Boston + VA + 24592-7124 + Mr. + F218505 + L218505 + + TCCAA Board Chairman + 218505@hsesinfo.org + Ms. + F218506 + L218506 + + President & CEO + 218506@hsesinfo.org + Ms. + F218508 + L218508 + + 218508@hsesinfo.org + Ms. + F218504 + L218504 + + 218504@hsesinfo.org + 555-555-8504 x 5555 + + + 10404 + 2091 + 12412 + 000 + 2014 + 2019-09-01 + + HS + Active + Schuyler Head Start, Inc + www.schuylerheadstart.org + 2091@hsesinfo.org + 323 Owego Street + Unit 1 + Montour Falls + NY + 14865-0576 + 323 Owego Street + Unit 1 + Montour Falls + NY + 14865-0576 + 323 Owego St + Unit 1 + Montour Falls + NY + 14865-9625 + Ms. + F221168 + L221168 + + Board Chairperson + 221168@hsesinfo.org + Ms. + F221169 + L221169 + + Executive Director + 221169@hsesinfo.org + Ms. + F221171 + L221171 + + 221171@hsesinfo.org + Ms. + F221167 + L221167 + + 221167@hsesinfo.org + 555-555-1167 + + + 10405 + 6348 + 12412 + 200 + + 2019-09-01 + + EHS + Active + Schuyler Head Start, Inc + www.schuylerheadstart.org + 6348@hsesinfo.org + 323 Owego Street, Unit 1 + + Montour Falls + NY + 14865 + 323 Owego Street, Unit 1 + + Montour Falls + NY + 14865 + 323 Owego Street, Unit 1 + + Montour Falls + NY + 14865 + Ms. + F221175 + L221175 + + Board Chairperson + 221175@hsesinfo.org + Ms. + F221176 + L221176 + + + 221176@hsesinfo.org + Ms. + F221178 + L221178 + + 221178@hsesinfo.org + Ms. + F221174 + L221174 + + 221174@hsesinfo.org + 555-555-1174 + + + 6814 + 1611 + 10274 + 200 + 2001 + 2015-09-01 + 2020-08-31 + EHS + Inactive + The Salvation Army Early Head Start + www.givesalvationarmy.org + 1611@hsesinfo.org + 3612 Cuming St + + Omaha + NE + 68131-1952 + 3612 Cuming St + + Omaha + NE + 68131-1952 + 3612 Cuming St + + Omaha + NE + 68131-1952 + Major + F203373 + L203373 + + Divisional Commander + 203373@hsesinfo.org + Dr. + F203374 + L203374 + + Divisional Social Services Director + 203374@hsesinfo.org + Ms. + F203376 + L203376 + + 203376@hsesinfo.org + Mrs. + F203372 + L203372 + + 203372@hsesinfo.org + 555-555-3372 + + + 9951 + 5804 + 12031 + 200 + + 2019-07-01 + + EHS + Active + Allies for Every Child + www.alliesforeverychild.org + 5804@hsesinfo.org + 12120 Wagner St + + Culver City + CA + 90230-5844 + 5721 W Slauson Ave + Ste 140 + Culver City + CA + 90230-6678 + 5721 W Slauson Ave + Ste 140 + Culver City + CA + 90230-6678 + Ms. + F218050 + L218050 + + Chairperson to the Board + 218050@hsesinfo.org + Ms. + F218051 + L218051 + + + 218051@hsesinfo.org + Ms. + F218053 + L218053 + + 218053@hsesinfo.org + Ms. + F218049 + L218049 + + 218049@hsesinfo.org + 555-555-8049 x 5555 + + + 11793 + 695 + 13512 + 000 + 1989 + 2020-07-01 + + HS + Active + Quincy Early Childhood + http://hail.qps.org/schools/ecfc/ + 695@hsesinfo.org + 1416 Maine St + + Quincy + IL + 62301-4261 + 1416 Maine St + + Quincy + IL + 62301-4261 + 1416 Maine St + + Quincy + IL + 62301-4261 + Mr. + F230514 + L230514 + + School Board President + 230514@hsesinfo.org + Mr. + F230515 + L230515 + + Superintendent + 230515@hsesinfo.org + Ms. + F230517 + L230517 + + 230517@hsesinfo.org + Ms. + F230513 + L230513 + + 230513@hsesinfo.org + 555-555-0513 + + + 10885 + 2996 + 12872 + 200 + 2015 + 2020-01-01 + + EHS + Active + CentroNia + http://www.centronia.org/ + 2996@hsesinfo.org + 1345 University Blvd E + + Takoma Park + MD + 20912-7445 + 1345 University Blvd E + + Takoma Park + MD + 20912-7445 + 1345 University Blvd. + + TAKOMA PARK + MD + 20912 + Mr. + F224487 + L224487 + + Board Chair:* + 224487@hsesinfo.org + Mrs. + F224488 + L224488 + + CEO/Executive Director + 224488@hsesinfo.org + Mr. + F224490 + L224490 + + 224490@hsesinfo.org + Dr. + F224486 + L224486 + + 224486@hsesinfo.org + 555-555-4486 x 5555 + + + 10883 + 5057 + 12870 + 200 + 2014 + 2020-01-01 + + EHS + Active + CentroNia + www.centronia.org + 5057@hsesinfo.org + 1288 Upshur St NW + + Washington + DC + 20011-5626 + 1288 Upshur St NW + + Washington + DC + 20011-5626 + 1420 Columbia Rd NW + + Washington + DC + 20009-4779 + Mr. + F224473 + L224473 + + + 224473@hsesinfo.org + Ms. + F224474 + L224474 + + + 224474@hsesinfo.org + Mr. + F224476 + L224476 + + 224476@hsesinfo.org + Dr. + F224472 + L224472 + + 224472@hsesinfo.org + 555-555-4472 x 5555 + + + 10599 + 768 + 12577 + 000 + 2013 + 2019-09-01 + + HS + Active + Mississippi County Arkansas Economic Opportunity, Inc + http://www.mcaeoc.com + 768@hsesinfo.org + 1400 N Division St + + Blytheville + AR + 72315-1438 + PO Box 1289 + + Blytheville + AR + 72316-1289 + 1400 N Division St + + Blytheville + AR + 72315-1438 + Mrs. + F222531 + L222531 + + Governing Board Chairperson + 222531@hsesinfo.org + Mrs. + F222532 + L222532 + + Executive Director + 222532@hsesinfo.org + Ms. + F222534 + L222534 + + 222534@hsesinfo.org + Mrs. + F222530 + L222530 + + 222530@hsesinfo.org + 555-555-2530 x 5555 + + + 10600 + 767 + 12577 + 200 + 2013 + 2019-09-01 + + EHS + Active + Mississippi County Arkansas Economic Opportunity, Inc + http://www.mcaeoc.com + 767@hsesinfo.org + 1400 N Division St + 1289 + Blytheville + AR + 72315-1438 + 1400 N Division St + 1289 + Blytheville + AR + 72315-1438 + 1400 N Division St + 1289 + Blytheville + AR + 72315-1438 + Mrs. + F222538 + L222538 + + Governing Board Chairperson + 222538@hsesinfo.org + Mrs. + F222539 + L222539 + + Executive Director + 222539@hsesinfo.org + Ms. + F222541 + L222541 + + 222541@hsesinfo.org + Mrs. + F222537 + L222537 + + 222537@hsesinfo.org + 555-555-2537 x 5555 + + + 5871 + 2396 + 9616 + 000 + 1992 + 2015-02-01 + + HS + Active + Muncipality of San Juan + http://sanjuanciudadpatria.com/ + 2396@hsesinfo.org + 161 Ave Carlos Chardon + Centro De Gobierno Municipal Piso 11 + San Juan + PR + 00918-1712 + PO Box 70179 + + San Juan + PR + 00936-8179 + 161 Ave Carlos Chardon + Centro De Gobierno Municipal Piso 11 + San Juan + PR + 00918-1712 + Mr. + F105697 + L105697 + + Vice President - Governing Board + 105697@hsesinfo.org + Hon. + F105695 + L105695 + + Mayor + 105695@hsesinfo.org + Mrs. + F105694 + L105694 + + 105694@hsesinfo.org + Mrs. + F105692 + L105692 + + 105692@hsesinfo.org + 555-555-5692 + + + 5872 + 1951 + 9616 + 200 + 2001 + 2015-02-01 + + EHS + Active + Municipality of San Juan + http://sanjuanciudadpatria.com + 1951@hsesinfo.org + 161 Ave Carlos Chardon + Centro De Gobierno Municipal Piso 11 + San Juan + PR + 00918-1712 + PO Box 70179 + + San Juan + PR + 00936-8179 + 161 Ave Carlos Chardon + Centro De Gobierno Municipal Piso 11 + San Juan + PR + 00918-1712 + Mr. + F105701 + L105701 + + Vice President - Governing Board + 105701@hsesinfo.org + Hon. + F105702 + L105702 + + Mayor + 105702@hsesinfo.org + Mrs. + F105700 + L105700 + + 105700@hsesinfo.org + Mrs. + F105699 + L105699 + + 105699@hsesinfo.org + 555-555-5699 + + + 9791 + 8924 + 11932 + 000 + 2019 + 2019-06-01 + + HS + Active + Boys and Girls Club of North Central Florida + www.bgcperry.com/headstart + 8924@hsesinfo.org + 918 N Washington St + + Perry + FL + 32347-2024 + 918 N Washington St + + Perry + FL + 32347-2024 + 918 N Washington St + + Perry + FL + 32347-2024 + Mr. + F216948 + L216948 + + Board Chair + 216948@hsesinfo.org + Mrs. + F216949 + L216949 + + CEO + 216949@hsesinfo.org + + F216951 + L216951 + + 216951@hsesinfo.org + Mrs. + F216947 + L216947 + + 216947@hsesinfo.org + 555-555-6947 x 5555 + + + 9792 + 8925 + 11932 + 200 + 2019 + 2019-06-01 + + EHS + Active + Boys and Girls Club of North Central Florida + www.bgcperry.com/headstart + 8925@hsesinfo.org + 1203 Martin Luther King Ave + + Perry + FL + 32348-4539 + 918 N Washington St + + Perry + FL + 32347-2024 + 1203 Martin Luther King Ave + + Perry + FL + 32348-4539 + Mr. + F216955 + L216955 + + Board Chair + 216955@hsesinfo.org + Mrs. + F216956 + L216956 + + CEO + 216956@hsesinfo.org + + F216958 + L216958 + + 216958@hsesinfo.org + Mrs. + F216954 + L216954 + + 216954@hsesinfo.org + 555-555-6954 x 5555 + + + 10776 + 1210 + 12751 + 000 + 2013 + 2019-12-01 + + AIAN HS + Active + MILLE LACS BAND OF OJIBWE + NA + 1210@hsesinfo.org + 43648 Virgo Rd + + Onamia + MN + 56359-2334 + 43648 Virgo Rd + + Onamia + MN + 56359-2334 + 43648 Virgo Rd + + Onamia + MN + 56359-2334 + Ms. + F223731 + L223731 + + Chief Executive + 223731@hsesinfo.org + Mrs. + F223732 + L223732 + + Commissioner of Education + 223732@hsesinfo.org + Mr. + F223734 + L223734 + + 223734@hsesinfo.org + Ms. + F223730 + L223730 + + 223730@hsesinfo.org + 555-555-3730 x 5555 + + + 10777 + 1211 + 12751 + 200 + 2013 + 2019-12-01 + + AIAN EHS + Active + MILLE LACS BAND OF OJIBWE + + 1211@hsesinfo.org + 43648 Virgo Rd + + Onamia + MN + 56359-2334 + 43648 Virgo Rd + + Onamia + MN + 56359-2334 + 43648 Virgo Rd + + Onamia + MN + 56359-2334 + Ms. + F223738 + L223738 + + Chief Executive + 223738@hsesinfo.org + Ms. + F223739 + L223739 + + Commissioner of Education + 223739@hsesinfo.org + Mr. + F223741 + L223741 + + 223741@hsesinfo.org + Ms. + F223737 + L223737 + + 223737@hsesinfo.org + 555-555-3737 x 5555 + + + 12170 + 9843 + 13880 + 203 + 2020 + 2019-03-01 + + EHS + Active + Family Christian Association of America + http://www.fcaafamily.org + 9843@hsesinfo.org + 14701 NW 7th Ave + + Miami + FL + 33168-3103 + 14701 NW 7th Ave + + Miami + FL + 33168-3103 + 14701 NW 7th Ave + + Miami + FL + 33168-3103 + Ms. + F232856 + L232856 + + Board Chair + 232856@hsesinfo.org + Mr. + F232854 + L232854 + + President/CEO + 232854@hsesinfo.org + Mrs. + F232857 + L232857 + + 232857@hsesinfo.org + Mrs. + F232853 + L232853 + + 232853@hsesinfo.org + 555-555-2853 + + + 6770 + 3979 + 10254 + 001 + + 2015-08-01 + + HS + Active + Phelps Community Center + phelpsny.com/phelps-fun/community-center + 3979@hsesinfo.org + 8 Banta St + Ste 209 + Phelps + NY + 14532-1086 + 8 Banta St + Ste 209 + Phelps + NY + 14532-1086 + 8 Banta St + Ste 209 + Phelps + NY + 14532-1086 + Mr. + F203061 + L203061 + + + 203061@hsesinfo.org + Mrs. + F203062 + L203062 + + Executive Director + 203062@hsesinfo.org + Mrs. + F203064 + L203064 + + 203064@hsesinfo.org + Ms. + F203060 + L203060 + + 203060@hsesinfo.org + 555-555-3060 + + + 12171 + 9844 + 13882 + 204 + 2020 + 2019-03-01 + + EHS + Active + Haitian Youth and Community Center of Florida + www.hyccf.org + 9844@hsesinfo.org + 14500 NE 6th Ave + + North Miami + FL + 33161-2357 + 14500 NE 6th Ave + + North Miami + FL + 33161-2357 + 14500 NE 6th Avenue + + Noth Miami + FL + 33161 + Ms. + F232862 + L232862 + + Board Chair + 232862@hsesinfo.org + Mrs. + F232860 + L232860 + + Executive Director + 232860@hsesinfo.org + Miss + F232863 + L232863 + + 232863@hsesinfo.org + Mrs. + F232859 + L232859 + + 232859@hsesinfo.org + 555-555-2859 + + + 12169 + 9842 + 13878 + 202 + 2020 + 2019-03-01 + + EHS + Active + Centro Mater Child Care Services, Inc. + www.centromaterchildcare.com + 9842@hsesinfo.org + 8298 NW 103rd St + + Hialeah Gardens + FL + 33016-2202 + 8298 NW 103rd St + + Hialeah Gardens + FL + 33016-2202 + 8298 NW 103rd St + + Hialeah Gardens + FL + 33016-2202 + Mr. + F232850 + L232850 + + Board Chair + 232850@hsesinfo.org + Dr. + F232848 + L232848 + PhD + Executive Director + 232848@hsesinfo.org + Mr. + F232851 + L232851 + + 232851@hsesinfo.org + Mr. + F232847 + L232847 + PhD + 232847@hsesinfo.org + 555-555-2847 + + + 12167 + 9841 + 13876 + 201 + 2020 + 2019-03-01 + + EHS + Active + Catholic Charities of the Archdiocese of Miami + http://www.ccadm.org + 9841@hsesinfo.org + 1505 NE 26th St + + Wilton Manors + FL + 33305-1323 + 1505 NE 26th St + + Wilton Manors + FL + 33305-1323 + 1505 NE 26th St + + Wilton Manors + FL + 33305-1323 + Msgr. + F232843 + L232843 + + Board Chair + 232843@hsesinfo.org + Mr. + F232841 + L232841 + + CEO + 232841@hsesinfo.org + Ms. + F232844 + L232844 + + 232844@hsesinfo.org + Mrs. + F232840 + L232840 + + 232840@hsesinfo.org + 555-555-2840 + + + 11609 + 534 + 13394 + 000 + 1992 + 2020-07-01 + + HS + Active + Upper Cumberland Human Resource Agency + http://www.uchra.com vanburenheadstart.com + 534@hsesinfo.org + 580 S Jefferson Ave + Ste B + Cookeville + TN + 38501-4673 + 24038 State Route 30 + + Spencer + TN + 38585-3827 + 580 S Jefferson Ave + Ste B + Cookeville + TN + 38501-4673 + Mr. + F229231 + L229231 + + Board Chair + 229231@hsesinfo.org + Mr. + F229232 + L229232 + + Executive Director + 229232@hsesinfo.org + Mr. + F229234 + L229234 + + 229234@hsesinfo.org + Ms. + F229230 + L229230 + + 229230@hsesinfo.org + 555-555-9230 + + + 8944 + 8667 + 11290 + 000 + 2018 + 2018-07-01 + + HS + Active + St. Landry Parish School Board + www.slpsb.org + 8667@hsesinfo.org + 8736 Highway 182 + + Opelousas + LA + 70570-5603 + 1013 Creswell Ln + P.O.Box 310 + Opelousas + LA + 70570-5821 + 8736 Highway 182 + + Opelousas + LA + 70570-5603 + Mr. + F211151 + L211151 + + St. Landry Parish School Board President + 211151@hsesinfo.org + Mr. + F211152 + L211152 + + St. Landry Parish School Board Superintendent + 211152@hsesinfo.org + Mrs. + F211154 + L211154 + + 211154@hsesinfo.org + Ms. + F211150 + L211150 + + 211150@hsesinfo.org + 555-555-1150 x 5555 + + + 12175 + 9847 + 13886 + 206 + 2020 + 2019-03-01 + + EHS + Active + Landow Yeshiva Head Start + www.lecfl.com + 9847@hsesinfo.org + 17330 NW 7th Ave + + Miami + FL + 33169-5407 + 17330 NW 7th Ave + + Miami + FL + 33169-5407 + 17330 NW 7th Ave + + Miami + FL + 33169-5407 + Rabbi + F232880 + L232880 + + Board Chair + 232880@hsesinfo.org + Rabbi + F232878 + L232878 + + Executive Director + 232878@hsesinfo.org + Mrs. + F232881 + L232881 + + 232881@hsesinfo.org + Mrs. + F232877 + L232877 + + 232877@hsesinfo.org + 555-555-2877 x 5555 + + + 12176 + 9848 + 13888 + 207 + 2020 + 2019-03-01 + + EHS + Active + Paradise Christian + www.paradisechristianschool.com + 9848@hsesinfo.org + 6184 W 21st Ct + + Hialeah + FL + 33016-2654 + 6184 West 21 Court + + Hialeah + FL + 33016 + 6184 West 21 Court + + Hialeah + FL + 33016 + Ms. + F232886 + L232886 + + Chairperson + 232886@hsesinfo.org + Dr. + F232884 + L232884 + + Executive Director + 232884@hsesinfo.org + Ms. + F232887 + L232887 + + 232887@hsesinfo.org + Dr. + F232883 + L232883 + + 232883@hsesinfo.org + 555-555-2883 + + + 12177 + 9849 + 13890 + 208 + 2020 + 2019-03-01 + + EHS + Active + Sunflowers Academy + www.sunflowersacademyprep.com + 9849@hsesinfo.org + 2901 SW 7th St + + Miami + FL + 33135-2824 + 2901 SW 7th St + + Miami + FL + 33135-2824 + 2901 SW 7th St + + Miami + FL + 33135-2824 + Mrs. + F232892 + L232892 + + Board Chair + 232892@hsesinfo.org + Dr. + F232890 + L232890 + + Executive Director + 232890@hsesinfo.org + Ms. + F232893 + L232893 + + 232893@hsesinfo.org + Mrs. + F232889 + L232889 + + 232889@hsesinfo.org + 555-555-2889 + + + 12172 + 9845 + 13884 + 205 + 2020 + 2019-03-01 + + EHS + Active + KIDCO Creative Learning Inc + www.kidcocreativelearning.com + 9845@hsesinfo.org + 761 E Okeechobee Rd + + Hialeah + FL + 33010-5645 + 761 E Okeechobee Rd + + Hialeah + FL + 33010-5645 + 761 E Okeechobee Rd + + Hialeah + FL + 33010-5645 + Ms. + F232868 + L232868 + + Board Chairperson + 232868@hsesinfo.org + Ms. + F232866 + L232866 + + President/CEO/Executive Director + 232866@hsesinfo.org + Ms. + F232869 + L232869 + + 232869@hsesinfo.org + Ms. + F232865 + L232865 + + 232865@hsesinfo.org + 555-555-2865 x 5555 + + + 12174 + 9846 + 13567 + 202 + 2020 + 2020-07-01 + + EHS + Active + Hispanic Human Resources Council, Inc. + http:/www.hhrcinc.com + 9846@hsesinfo.org + 1427 S Congress Ave + + West Palm Beach + FL + 33406-5120 + 1427 S Congress Ave + + West Palm Beach + FL + 33406-5120 + 1427 S Congress Ave + + West Palm Beach + FL + 33406-5120 + Mr. + F232874 + L232874 + + + 232874@hsesinfo.org + Mr. + F232872 + L232872 + + Executive Director + 232872@hsesinfo.org + + F232875 + L232875 + + 232875@hsesinfo.org + Mr. + F232871 + L232871 + + 232871@hsesinfo.org + 555-555-2871 + + + 8496 + 8376 + 10904 + 200 + 2017 + 2017-03-01 + + EHS + Active + Northwest NJ Community Action Program, Inc. + http://www.norwescap.org + 8376@hsesinfo.org + 480 Memorial Pkwy + Unit 303 + Phillipsburg + NJ + 08865-1575 + 480 Memorial Pkwy + Unit 303 + Phillipsburg + NJ + 08865-1575 + 480 Memorial Pkwy + Unit 303 + Phillipsburg + NJ + 08865-1575 + Mr. + F208199 + L208199 + + Chairperson, Board of Trustees + 208199@hsesinfo.org + Mr. + F208200 + L208200 + + NORWESCAP Executive Director + 208200@hsesinfo.org + Ms. + F208202 + L208202 + + 208202@hsesinfo.org + Ms. + F208198 + L208198 + + 208198@hsesinfo.org + 555-555-8198 + + + 11028 + 1777 + 12975 + 000 + 2002 + 2020-02-01 + + AIAN HS + Active + Kickapoo Traditional Tribe of Texas + + 1777@hsesinfo.org + 162 Chick Kazen Road + + Eagle Pass + TX + 78852 + 2212 Rosita Valley Rd + + Eagle Pass + TX + 78852-2503 + 2212 Rosita Valley Rd + + Eagle Pass + TX + 78852-2503 + Mr. + F225487 + L225487 + + Tribal Chairman + 225487@hsesinfo.org + Mr. + F225488 + L225488 + + Tribal Education Administrator + 225488@hsesinfo.org + Mr. + F225490 + L225490 + + 225490@hsesinfo.org + Ms. + F225486 + L225486 + + 225486@hsesinfo.org + 555-555-5486 x 5555 + + + 11319 + 2534 + 13192 + 000 + 1992 + 2020-05-01 + + AIAN HS + Active + Inter Tribal Council of Nevada + www.itcn.org + 2534@hsesinfo.org + 10 State St + + Reno + NV + 89501-2232 + PO Box 7440 + + Reno + NV + 89510-7440 + 10 State St + + Reno + NV + 89501-2232 + Mr. + F227335 + L227335 + + ITCN Executive Board President + 227335@hsesinfo.org + Mrs. + F227336 + L227336 + + ITCN Executive Director + 227336@hsesinfo.org + Ms. + F227338 + L227338 + + 227338@hsesinfo.org + Mrs. + F227334 + L227334 + + 227334@hsesinfo.org + 555-555-7334 x 5555 + + + 8995 + 2456 + 11324 + 000 + 2013 + 2018-09-01 + + AIAN HS + Active + SAULT STE MARIE TRIBE OF CHIPPEWA INDIANS + http://www.saulttribe.org + 2456@hsesinfo.org + 2076 Shunk Road + + Sault Sainte Marie + MI + 49783-9326 + 2076 Shunk Road + + Sault Sainte Marie + MI + 49783-9326 + 523 Ashmun Street + + Sault Ste. Marie + MI + 49783 + Mr. + F211521 + L211521 + + Tribal Chairman + 211521@hsesinfo.org + Ms. + F211522 + L211522 + + + 211522@hsesinfo.org + Mr. + F211524 + L211524 + + 211524@hsesinfo.org + Ms. + F211520 + L211520 + + 211520@hsesinfo.org + 555-555-1520 + + + 8996 + 2455 + 11324 + 200 + 2013 + 2018-09-01 + + AIAN EHS + Active + SAULT STE MARIE TRIBE OF CHIPPEWA INDIANS + http://www.saulttribe.org + 2455@hsesinfo.org + 2076 Shunk Road + + Sault Sainte Marie + MI + 49783-9326 + 2076 Shunk Road + + Sault Sainte Marie + MI + 49783-9326 + 523 Ashmun Street + + Sault Ste. Marie + MI + 49783 + Mr. + F211528 + L211528 + + Tribal Chairman + 211528@hsesinfo.org + Ms. + F211529 + L211529 + + + 211529@hsesinfo.org + Mr. + F211531 + L211531 + + 211531@hsesinfo.org + Ms. + F211527 + L211527 + + 211527@hsesinfo.org + 555-555-1527 + + + 8531 + 8411 + 10933 + 200 + 2017 + 2017-03-01 + 2020-07-31 + EHS + Inactive + CCS Early Learning + http://www.ccsalaska.org + 8411@hsesinfo.org + 2060 E Industrial Dr + + Wasilla + AK + 99654-8201 + 2060 E Industrial Dr + + Wasilla + AK + 99654-8201 + 2060 E Industrial Dr + + Wasilla + AK + 99654-8201 + Mrs. + F208445 + L208445 + + Board President + 208445@hsesinfo.org + Mr. + F208446 + L208446 + + Executive Director + 208446@hsesinfo.org + Ms. + F208448 + L208448 + + 208448@hsesinfo.org + Mr. + F208444 + L208444 + + 208444@hsesinfo.org + 555-555-8444 + + + 12084 + 872 + 13776 + 000 + 1993 + 2020-09-01 + + HS + Active + Kankakee School District 111 Head Start + www.ksd111.org + 872@hsesinfo.org + 240 Warren Ave + + Kankakee + IL + 60901-4319 + 240 Warren Ave + + Kankakee + IL + 60901-4319 + 240 Warren Ave + + Kankakee + IL + 60901-4319 + Mrs. + F232324 + L232324 + + Board President + 232324@hsesinfo.org + Dr. + F232325 + L232325 + + + 232325@hsesinfo.org + Ms. + F232327 + L232327 + + 232327@hsesinfo.org + Mrs. + F232323 + L232323 + + 232323@hsesinfo.org + 555-555-2323 + + + 6439 + 6457 + 10014 + 000 + + 2015-07-01 + 2020-06-30 + HS + Inactive + Training, Education, and Manpower, Inc. + www.teaminc.org + 6457@hsesinfo.org + 30 Elizabeth St + + Derby + CT + 06418-1802 + 30 Elizabeth St + + Derby + CT + 06418-1802 + 30 Elizabeth St + + Derby + CT + 06418-1802 + Ms. + F200743 + L200743 + + + 200743@hsesinfo.org + Mr. + F200744 + L200744 + + + 200744@hsesinfo.org + + F200746 + L200746 + + 200746@hsesinfo.org + Ms. + F200742 + L200742 + + 200742@hsesinfo.org + 555-555-0742 x 5555 + + + 12083 + 6029 + 13774 + 200 + + 2020-09-01 + + EHS + Active + Centro de Desarrollo Familiar SHS Diocesis de Mayaguez + www.cdfseasonalpr.org + 6029@hsesinfo.org + Edificio Hormigueros Plaza, Local 3B + Calle Comercio Carr. 3344 + Hormigueros + PR + 00660 + P.O. Box 1333 + + Hormigueros + PR + 00660-1333 + Edificio Hormigueros Plaza, Local 3B + Calle Comercio Carr. 3344 + Hormigueros + PR + 00660 + Pastor + F232317 + L232317 + + Board Chairperson + 232317@hsesinfo.org + Mrs. + F232318 + L232318 + + Executive Director + 232318@hsesinfo.org + Mrs. + F232320 + L232320 + + 232320@hsesinfo.org + Mrs. + F232316 + L232316 + + 232316@hsesinfo.org + 555-555-2316 + + + 8945 + 8668 + 11290 + 200 + 2018 + 2018-07-01 + + EHS + Active + St. Landry Parish School Board + www.slpsb.org + 8668@hsesinfo.org + 8736 Highway 182 + + Opelousas + LA + 70570-5603 + 1013 Creswell Ln + P.O. Box 310 + Opelousas + LA + 70570-5821 + 8736 Highway 182 + + Opelousas + LA + 70570-5603 + Mr. + F211158 + L211158 + + St. Landry Parish School Board President + 211158@hsesinfo.org + Mr. + F211159 + L211159 + + St. Landry Parish School Board Superintendent + 211159@hsesinfo.org + Mrs. + F211161 + L211161 + + 211161@hsesinfo.org + Ms. + F211157 + L211157 + + 211157@hsesinfo.org + 555-555-1157 x 5555 + + + 9530 + 224 + 11766 + 000 + 2014 + 2019-04-01 + + HS + Active + THAMES VALLEY COUNCIL FOR COMMUNITY ACTION, INC + http://www.tvcca.org + 224@hsesinfo.org + 401 West Thames Street, Unit 201 + + Norwich + CT + 06360-7155 + 401 West Thames Street, Unit 201 + + Norwich + CT + 06360-7155 + 401 West Thames Street, Unit 201 + + Norwich + CT + 06360-7155 + Ms. + F215207 + L215207 + + Chairman of the Board + 215207@hsesinfo.org + Mrs. + F215208 + L215208 + + Chief Executive Officier + 215208@hsesinfo.org + Mrs. + F215210 + L215210 + + 215210@hsesinfo.org + Mrs. + F215206 + L215206 + + 215206@hsesinfo.org + 555-555-5206 + + + 9531 + 2729 + 11766 + 200 + 2011 + 2019-04-01 + + EHS + Active + THAMES VALLEY COUNCIL FOR COMMUNITY ACTION, INC + http://www.tvcca.org + 2729@hsesinfo.org + 401 W. Thames St Unit 201 + + Norwich + CT + 06360-7155 + 401 W. Thames St Unit 201 + + Norwich + CT + 06360-7155 + 401 W. Thames St Unit 201 + + Norwich + CT + 06360-7155 + Ms. + F215214 + L215214 + + Chairman of the Board + 215214@hsesinfo.org + Mrs. + F215215 + L215215 + + Executive Director + 215215@hsesinfo.org + Mrs. + F215217 + L215217 + + 215217@hsesinfo.org + Mrs. + F215213 + L215213 + + 215213@hsesinfo.org + 555-555-5213 + + + 8729 + 8587 + 11103 + 200 + 2017 + 2017-09-01 + + AIAN EHS + Active + Kickapoo Tribe in Kansas + + 8587@hsesinfo.org + 211 S West St + + Powhattan + KS + 66527-8023 + PO Box 127 + + Powhattan + KS + 66527-0127 + 824 111th Dr + + Horton + KS + 66439-9502 + Mr. + F209593 + L209593 + + Kickapoo Tribe In Kansas Chairperson + 209593@hsesinfo.org + Mr. + F209594 + L209594 + + + 209594@hsesinfo.org + Ms. + F209596 + L209596 + + 209596@hsesinfo.org + Ms. + F209592 + L209592 + + 209592@hsesinfo.org + 555-555-9592 x 5555 + + + 6541 + 459 + 10150 + 000 + 1989 + 2015-07-01 + 2020-10-31 + HS + Inactive + Gogebic-Ontonagon Community Action Agency + www.gocaa.org + 459@hsesinfo.org + 100 S Mill St + + Bessemer + MI + 49911-1354 + 100 S Mill St + + Bessemer + MI + 49911-1354 + 100 S Mill St + + Bessemer + MI + 49911-1354 + Mr. + F201457 + L201457 + + Board Chair + 201457@hsesinfo.org + Ms. + F201458 + L201458 + + Executive Director + 201458@hsesinfo.org + Ms. + F201460 + L201460 + + 201460@hsesinfo.org + Ms. + F201456 + L201456 + + 201456@hsesinfo.org + 555-555-1456 x 5555 + + + 6542 + 460 + 10150 + 200 + 2003 + 2015-07-01 + 2020-10-31 + EHS + Inactive + Gogebic-Ontonagon Community Action Agency + www.gocaa.org + 460@hsesinfo.org + 100 S Mill St + + Bessemer + MI + 49911-1354 + 100 S Mill St + + Bessemer + MI + 49911-1354 + 100 S Mill St + + Bessemer + MI + 49911-1354 + Mr. + F201464 + L201464 + + Board Chair + 201464@hsesinfo.org + Ms. + F201465 + L201465 + + Executive Director + 201465@hsesinfo.org + Ms. + F201467 + L201467 + + 201467@hsesinfo.org + Ms. + F201463 + L201463 + + 201463@hsesinfo.org + 555-555-1463 x 5555 + + + 6930 + 337 + 10407 + 000 + 1991 + 2015-11-01 + 2020-10-31 + HS + Inactive + Making Opportunity Count, Inc. + http://www.mocinc.org + 337@hsesinfo.org + 601 River St + + Fitchburg + MA + 01420-2975 + 601 River St + + Fitchburg + MA + 01420-2975 + 601 River St + + Fitchburg + MA + 01420-2975 + Mr. + F204171 + L204171 + + Board President + 204171@hsesinfo.org + Mr. + F204172 + L204172 + + Executive Director + 204172@hsesinfo.org + Ms. + F204174 + L204174 + + 204174@hsesinfo.org + Ms. + F204170 + L204170 + + 204170@hsesinfo.org + 555-555-4170 + + + 8063 + 8021 + 10407 + 200 + 2016 + 2016-09-05 + 2020-10-31 + EHS + Inactive + Making Opportunity Count, Inc. + http://www.mocinc.org + 8021@hsesinfo.org + 601 River St + + Fitchburg + MA + 01420-2975 + 601 River St + + Fitchburg + MA + 01420-2975 + 601 River St + + Fitchburg + MA + 01420-2975 + Mr. + F205627 + L205627 + + Board President + 205627@hsesinfo.org + Mr. + F205628 + L205628 + + Executive Director + 205628@hsesinfo.org + Ms. + F205630 + L205630 + + 205630@hsesinfo.org + Ms. + F205626 + L205626 + + 205626@hsesinfo.org + 555-555-5626 + + + 6780 + 3980 + 10263 + 002 + + 2015-08-01 + + HS + Active + Phelps Community Center + + 3980@hsesinfo.org + 9 Village Dr + + Clifton Springs + NY + 14432-1067 + 9 Village Dr + + Clifton Springs + NY + 14432-1067 + 9 Village Dr + + Clifton Springs + NY + 14432-1067 + Mr. + F203131 + L203131 + + Board president + 203131@hsesinfo.org + Mrs. + F203132 + L203132 + + interim executive director + 203132@hsesinfo.org + Mrs. + F203134 + L203134 + + 203134@hsesinfo.org + Mrs. + F203130 + L203130 + + 203130@hsesinfo.org + + + + 9449 + 1166 + 11659 + 000 + 2014 + 2019-03-01 + + AIAN HS + Active + KICKAPOO TRIBE IN KANSAS + + 1166@hsesinfo.org + 211 S West St + + Powhattan + KS + 66527-8023 + PO Box 127 + + Powhattan + KS + 66527-0127 + 824 111th Dr + + Horton + KS + 66439-9502 + Mr. + F214642 + L214642 + + Kickapoo Tribe In Kansas Chairperson + 214642@hsesinfo.org + Mr. + F214643 + L214643 + + + 214643@hsesinfo.org + Ms. + F214645 + L214645 + + 214645@hsesinfo.org + Ms. + F214641 + L214641 + + 214641@hsesinfo.org + 555-555-4641 x 5555 + + + 9450 + 2618 + 11659 + 200 + 2014 + 2019-03-01 + + AIAN EHS + Active + KICKAPOO TRIBE IN KANSAS + + 2618@hsesinfo.org + 211 S West St + + Powhattan + KS + 66527-8023 + PO Box 127 + + Powhattan + KS + 66527-0127 + 824 111th Dr + + Horton + KS + 66439-9502 + Mr. + F214649 + L214649 + + Kickapoo Tribe In Kansas Chairperson + 214649@hsesinfo.org + Mr. + F214650 + L214650 + + + 214650@hsesinfo.org + Ms. + F214652 + L214652 + + 214652@hsesinfo.org + Ms. + F214648 + L214648 + + 214648@hsesinfo.org + 555-555-4648 x 5555 + + + 9978 + 6000 + 12093 + 204 + + 2019-07-01 + + EHS + Active + Southeast Baltimore City EHS + www.kennedykrieger.org + 6000@hsesinfo.org + 100 N Chester St + Behind Commodore John Rogers Elementary School + Baltimore + MD + 21231-1627 + 100 N Chester St + Behind Commodore John Rogers Elementary School + Baltimore + MD + 21231-1627 + 100 N Chester St + Behind Commodore John Rogers Elementary School + Baltimore + MD + 21231-1627 + Mr. + F218239 + L218239 + + CEO + 218239@hsesinfo.org + Dr. + F218240 + L218240 + + Program Director + 218240@hsesinfo.org + Ms. + F218242 + L218242 + + 218242@hsesinfo.org + Ms. + F218238 + L218238 + + 218238@hsesinfo.org + 555-555-8238 + + + 7066 + 1807 + 10509 + 000 + 2003 + 2016-01-01 + + HS + Active + Rutland Community Programs, Inc. + www.rchsccn.org + 1807@hsesinfo.org + 78 Meadow St + + Rutland + VT + 05701-3985 + PO Box 222 + + Rutland + VT + 05702-0222 + 78 Meadow St + + Rutland + VT + 05701-3985 + Mr. + F205130 + L205130 + + Board Chair + 205130@hsesinfo.org + Mr. + F205131 + L205131 + + Chief Executive Officer + 205131@hsesinfo.org + Ms. + F205133 + L205133 + + 205133@hsesinfo.org + Ms. + F205129 + L205129 + + 205129@hsesinfo.org + 555-555-5129 + + + 11019 + 1029 + 12970 + 000 + 1992 + 2020-02-01 + + HS + Active + LAKE COUNTY SCHOOL DISTRICT #1 + www.lakecountyschools.net/thecenter/ + 1029@hsesinfo.org + 315 W 6th St + + Leadville + CO + 80461-3519 + 315 W 6th St + + Leadville + CO + 80461-3519 + 315 W 6th St + + Leadville + CO + 80461-3519 + Ms. + F225424 + L225424 + + Lake County Board of Education, President + 225424@hsesinfo.org + Dr. + F225425 + L225425 + + Superintendent + 225425@hsesinfo.org + Ms. + F225427 + L225427 + + 225427@hsesinfo.org + Ms. + F225423 + L225423 + + 225423@hsesinfo.org + 555-555-5423 + + + 11020 + 8510 + 12970 + 200 + 2017 + 2020-02-01 + + EHS + Active + LAKE COUNTY SCHOOL DISTRICT #1 + www.lakecountyschools.net/thecenter/ + 8510@hsesinfo.org + 315 W 6th St + + Leadville + CO + 80461-3519 + 315 W 6th St + + Leadville + CO + 80461-3519 + 315 W 6th St + + Leadville + CO + 80461-3519 + Ms. + F225431 + L225431 + + Lake County Board of Education, President + 225431@hsesinfo.org + Dr. + F225432 + L225432 + + Superintendent + 225432@hsesinfo.org + Ms. + F225434 + L225434 + + 225434@hsesinfo.org + Ms. + F225430 + L225430 + + 225430@hsesinfo.org + 555-555-5430 + + + 11497 + 6766 + 13312 + 000 + + 2020-07-01 + + HS + Active + Urban League Head Start + http://www.urbanleague-stl.org + 6766@hsesinfo.org + 8964 Jennings Station Rd + + Saint Louis + MO + 63136-5062 + 8964 Jennings Station Rd + + Saint Louis + MO + 63136-5062 + 8964 Jennings Station Rd + + Saint Louis + MO + 63136-5062 + Mr. + F228506 + L228506 + + Chairman of the Board + 228506@hsesinfo.org + Mr. + F228507 + L228507 + + President/CEO + 228507@hsesinfo.org + Ms. + F228509 + L228509 + + 228509@hsesinfo.org + Dr. + F228505 + L228505 + + 228505@hsesinfo.org + 555-555-8505 x 5555 + + + 11498 + 6767 + 13312 + 200 + + 2020-07-01 + + EHS + Active + Urban League of Metropolitan St. Louis + http://www.urbanleague-stl.org + 6767@hsesinfo.org + 8964 Jennings Station Rd + + Saint Louis + MO + 63136-5062 + 8964 Jennings Station Rd + + Saint Louis + MO + 63136-5062 + 8964 Jennings Station Rd + + Saint Louis + MO + 63136-5062 + Mr. + F228513 + L228513 + + Chairman of the Board + 228513@hsesinfo.org + Mr. + F228514 + L228514 + + + 228514@hsesinfo.org + Ms. + F228516 + L228516 + + 228516@hsesinfo.org + Dr. + F228512 + L228512 + + 228512@hsesinfo.org + 555-555-8512 x 5555 + + + 8222 + 8154 + 10605 + 000 + 2016 + 2016-07-01 + + HS + Active + Urban League of Metropolitan St. Louis + 8964 Jennings Station Road + 8154@hsesinfo.org + 8964 Jennings Station Road + + St. Louis + MO + 63136-5062 + 8964 Jennings Station Road + + St. Louis + MO + 63136-5062 + 8964 Jennings Station Road + + St. Louis + MO + 63136-5062 + Mr. + F206669 + L206669 + + Chairman of the Board + 206669@hsesinfo.org + Mr. + F206670 + L206670 + + + 206670@hsesinfo.org + Ms. + F206672 + L206672 + + 206672@hsesinfo.org + Dr. + F206668 + L206668 + + 206668@hsesinfo.org + 555-555-6668 x 5555 + + + 8223 + 8155 + 10605 + 200 + 2016 + 2016-07-01 + + EHS + Active + Urban League of Metropolitan St. Louis + 8964 Jennings Station Road + 8155@hsesinfo.org + 8964 Jennings Station Road + + St. Louis + MO + 63136-5062 + 8964 Jennings Station Road + + St. Louis + MO + 63136-5062 + 8964 Jennings Station Road + + St. Louis + MO + 63136-5062 + Mr. + F206676 + L206676 + + Chairman of the Board + 206676@hsesinfo.org + Mr. + F206677 + L206677 + + + 206677@hsesinfo.org + Ms. + F206679 + L206679 + + 206679@hsesinfo.org + Dr. + F206675 + L206675 + + 206675@hsesinfo.org + 555-555-6675 x 5555 + + + 9651 + 2544 + 11816 + 200 + 2014 + 2019-07-01 + + EHS + Active + Eastern Washington University Early Head Start + www.ewu.edu + 2544@hsesinfo.org + 101 W Cataldo Ave + Ste 150 + Spokane + WA + 99201-3200 + 101 W Cataldo Ave + Ste 150 + Spokane + WA + 99201-3200 + 101 W Cataldo Ave + Ste 150 + Spokane + WA + 99201-3200 + Mr. + F215976 + L215976 + + United States District Judge, EWU Trustee + 215976@hsesinfo.org + Ms. + F215977 + L215977 + + Dean, College of Health Sciences and Public Health + 215977@hsesinfo.org + Ms. + F215979 + L215979 + + 215979@hsesinfo.org + Ms. + F215975 + L215975 + + 215975@hsesinfo.org + 555-555-5975 + + + 10788 + 4932 + 12759 + 000 + 2014 + 2019-12-01 + + HS + Active + Rural Family Development + carrington@vacouncilofchurches.org + 4932@hsesinfo.org + 1214 W Graham Rd + Ste 3 + Richmond + VA + 23220-1400 + 1214 W Graham Rd + Ste 3 + Richmond + VA + 23220-1400 + 1214 W Graham Rd + Ste 3 + Richmond + VA + 23220-1400 + Mrs. + F223817 + L223817 + + Acting RFD Board Chair + 223817@hsesinfo.org + Mrs. + F223818 + L223818 + + Interim Director + 223818@hsesinfo.org + Ms. + F223820 + L223820 + + 223820@hsesinfo.org + Mrs. + F223816 + L223816 + + 223816@hsesinfo.org + 555-555-3816 + + + 10357 + 1910 + 12364 + 000 + 2014 + 2019-08-01 + + HS + Active + Northwest Community Action, Inc. + http://www.nwcaa.org + 1910@hsesinfo.org + 312 N Main St + + Badger + MN + 56714-4004 + 312 North Main Street + P.O. Box 67 + Badger + MN + 56714-0067 + 312 N Main St + + Badger + MN + 56714-4004 + Ms. + F220840 + L220840 + + Chair + 220840@hsesinfo.org + Mr. + F220841 + L220841 + + + 220841@hsesinfo.org + Ms. + F220843 + L220843 + + 220843@hsesinfo.org + Ms. + F220839 + L220839 + + 220839@hsesinfo.org + 555-555-0839 x 5555 + + + 10358 + 1909 + 12364 + 200 + 2014 + 2019-08-01 + + EHS + Active + Northwest Community Action, Inc. + http://www.nwcaa.org + 1909@hsesinfo.org + 312 N Main St + + Badger + MN + 56714-4004 + 312 N Main St + + Badger + MN + 56714-4004 + 312 N Main St + + Badger + MN + 56714-4004 + Ms. + F220847 + L220847 + + Chair + 220847@hsesinfo.org + Mr. + F220848 + L220848 + + + 220848@hsesinfo.org + Ms. + F220850 + L220850 + + 220850@hsesinfo.org + Ms. + F220846 + L220846 + + 220846@hsesinfo.org + 555-555-0846 x 5555 + + + 7039 + 3978 + 10482 + 001 + + 2016-01-01 + + HS + Active + Lakewood Economic Action Program, Inc. + + 3978@hsesinfo.org + 170 Oberlin Ave N + Ste 22 + Lakewood + NJ + 08701-4548 + 170 Oberlin Ave N + Ste 22 + Lakewood + NJ + 08701-4548 + 170 Oberlin Ave N + Ste 22 + Lakewood + NJ + 08701-4548 + Mr. + F204939 + L204939 + + Board Chairperson + 204939@hsesinfo.org + Mr. + F204940 + L204940 + + Executive Director + 204940@hsesinfo.org + Ms. + F204942 + L204942 + + 204942@hsesinfo.org + Ms. + F204938 + L204938 + + 204938@hsesinfo.org + 555-555-4938 x 5555 + + + 11900 + 536 + 13601 + 000 + 1992 + 2020-08-01 + + HS + Active + WILLIAMSBURG JAMES CITY COUNTY COMMUNITY ACTION AGENCY INC + https://www.wjcc-caa.org/ + 536@hsesinfo.org + 3302 Craggy Oak Ct + + Williamsburg + VA + 23188-1024 + 7489 Richmond Rd + Unit 515 + Norge + VA + 23127-1221 + 3302 Craggy Oak Ct + + Williamsburg + VA + 23188-1024 + Mrs. + F231157 + L231157 + + Board Chair + 231157@hsesinfo.org + Mrs. + F231158 + L231158 + + Executive Director + 231158@hsesinfo.org + Mrs. + F231160 + L231160 + + 231160@hsesinfo.org + Ms. + F231156 + L231156 + + 231156@hsesinfo.org + 555-555-1156 + + + 11595 + 496 + 13367 + 000 + 2014 + 2020-07-01 + + HS + Active + Rural Alaska Community Action Program, Inc + https://ruralcap.com + 496@hsesinfo.org + 731 East 8th Avenue + + Anchorage + AK + 99520-0908 + 731 East 8th Avenue + + Anchorage + AK + 99520-0908 + 731 East 8th Avenue + + Anchorage + AK + 99520-0908 + Ms. + F229133 + L229133 + + President Board of Directors + 229133@hsesinfo.org + Mr. + F229134 + L229134 + + Chief Executive Officer + 229134@hsesinfo.org + Ms. + F229136 + L229136 + + 229136@hsesinfo.org + Ms. + F229132 + L229132 + + 229132@hsesinfo.org + 555-555-9132 + + + 11596 + 497 + 13367 + 200 + 2014 + 2020-07-01 + + EHS + Active + Rural Alaska Community Action Program, Inc + https://ruralcap.org + 497@hsesinfo.org + 731 East 8th Avenue + + Anchorage + AK + 99520-0908 + 731 East 8th Avenue + + Anchorage + AK + 99520-0908 + 731 East 8th Avenue + + Anchorage + AK + 99520-0908 + Ms. + F229140 + L229140 + + President Board of Directors + 229140@hsesinfo.org + Mr. + F229141 + L229141 + + Interim CEO + 229141@hsesinfo.org + Ms. + F229143 + L229143 + + 229143@hsesinfo.org + Ms. + F229139 + L229139 + + 229139@hsesinfo.org + 555-555-9139 + + + 9396 + 1654 + 11628 + 000 + 2013 + 2019-02-01 + + HS + Active + Crossroads Youth & Family Services, Inc. + http://www.crossroadsyfs.org + 1654@hsesinfo.org + Crossroads Head Start + 1333 West Main Street + Norman + OK + 73069-6864 + Crossroads Head Start + 1333 West Main Street + Norman + OK + 73069-6864 + Crossroads Head Start + 1333 West Main Street + Norman + OK + 73069-6864 + Mr. + F214305 + L214305 + + Board Chair + 214305@hsesinfo.org + Ms. + F214306 + L214306 + MPA + Executive Director + 214306@hsesinfo.org + Ms. + F214308 + L214308 + + 214308@hsesinfo.org + Ms. + F214304 + L214304 + BS + 214304@hsesinfo.org + 555-555-4304 x 5555 + + + 9397 + 1653 + 11628 + 200 + 2013 + 2019-02-01 + + EHS + Active + Crossroads Youth & Family Services, Inc. + http://www.crossroadsyfs.org + 1653@hsesinfo.org + Crossroads Early Head Start + 1333 West Main Street + Norman + OK + 73069-6864 + Crossroads Early Head Start + 1333 West Main Street + Norman + OK + 73069-6864 + Crossroads Early Head Start + 1333 West Main Street + Norman + OK + 73069-6864 + Mr. + F214312 + L214312 + + Board Chair + 214312@hsesinfo.org + Ms. + F214313 + L214313 + MPA + Executive Director + 214313@hsesinfo.org + Ms. + F214315 + L214315 + + 214315@hsesinfo.org + Ms. + F214311 + L214311 + BS + 214311@hsesinfo.org + 555-555-4311 x 5555 + + + 11432 + 4103 + 13283 + 001 + + 2020-07-01 + + HS + Active + Des Moines Public Schools Head Start + www.drakeheadstart.org + 4103@hsesinfo.org + 2100 Fleur Dr + + Des Moines + IA + 50321-1158 + 2100 Fleur Dr + + Des Moines + IA + 50321-1158 + 2100 Fleur Dr + + Des Moines + IA + 50321-1158 + Dr. + F228064 + L228064 + + Chief Financial Officer + 228064@hsesinfo.org + Ms. + F228065 + L228065 + + Executive Director + 228065@hsesinfo.org + + F228067 + L228067 + + 228067@hsesinfo.org + Ms. + F228063 + L228063 + + 228063@hsesinfo.org + 555-555-8063 + + + 11915 + 9663 + 13613 + 000 + 2020 + 2020-08-01 + + HS + Active + Mid-Cumberland Community Action Agency + + 9663@hsesinfo.org + 412 E Vine St + + Murfreesboro + TN + 37130-4227 + PO Box 1583 + + Murfreesboro + TN + 37133-1583 + 412 E Vine St + + Murfreesboro + TN + 37130-4227 + Mr. + F231263 + L231263 + + Board Chair + 231263@hsesinfo.org + Ms. + F231264 + L231264 + + Executive Director + 231264@hsesinfo.org + Ms. + F231266 + L231266 + + 231266@hsesinfo.org + Mrs. + F231262 + L231262 + + 231262@hsesinfo.org + 555-555-1262 + + + 11916 + 9664 + 13613 + 200 + 2020 + 2020-08-01 + + EHS + Active + Mid-Cumberland Community Action Agency + + 9664@hsesinfo.org + 412 E Vine St + + Murfreesboro + TN + 37130-4227 + PO Box 1583 + + Murfreesboro + TN + 37133-1583 + 412 E Vine St + + Murfreesboro + TN + 37130-4227 + Mr. + F231270 + L231270 + + Board Chair + 231270@hsesinfo.org + Ms. + F231271 + L231271 + + Executive Director + 231271@hsesinfo.org + Ms. + F231273 + L231273 + + 231273@hsesinfo.org + Mrs. + F231269 + L231269 + + 231269@hsesinfo.org + 555-555-1269 + + + 10429 + 1689 + 12430 + 200 + 2014 + 2019-09-01 + + EHS + Active + Center for Human Services + http://www.chs-mo.org + 1689@hsesinfo.org + 4515 West Main Street + + Sedalia + MO + 65301-5918 + 1500 Ewing Drive + + Sedalia + MO + 65301-5918 + 1500 Ewing Drive + + Sedalia + MO + 65301-5918 + Mr. + F221343 + L221343 + + Board President + 221343@hsesinfo.org + Mrs. + F221344 + L221344 + + CEO + 221344@hsesinfo.org + Mrs. + F221346 + L221346 + + 221346@hsesinfo.org + Mrs. + F221342 + L221342 + + 221342@hsesinfo.org + 555-555-1342 + + + 6801 + 515 + 10303 + 000 + 1993 + 2015-09-01 + + HS + Active + Pocono Services for Families and Children + psfc.org + 515@hsesinfo.org + 212 W 4th St + + East Stroudsburg + PA + 18301-1419 + 212 W 4th St + + East Stroudsburg + PA + 18301-1419 + 212 W 4th St + + East Stroudsburg + PA + 18301-1419 + Mr. + F203282 + L203282 + + Board President + 203282@hsesinfo.org + Mr. + F203283 + L203283 + + Executive Director + 203283@hsesinfo.org + Ms. + F203285 + L203285 + + 203285@hsesinfo.org + Ms. + F203281 + L203281 + + 203281@hsesinfo.org + 555-555-3281 + + + 11457 + 331 + 13288 + 000 + 2014 + 2020-07-01 + + HS + Active + Alliance for Community Empowerment, Inc. + www.alliancect.org + 331@hsesinfo.org + 1070 Park Ave + + Bridgeport + CT + 06604-3400 + 1070 Park Ave + + Bridgeport + CT + 06604-3400 + 1070 Park Ave + + Bridgeport + CT + 06604-3400 + Mrs. + F228228 + L228228 + + Chairperson + 228228@hsesinfo.org + Dr. + F228229 + L228229 + + Executive Director + 228229@hsesinfo.org + Mrs. + F228231 + L228231 + + 228231@hsesinfo.org + Ms. + F228227 + L228227 + + 228227@hsesinfo.org + 555-555-8227 x 5555 + + + 11458 + 332 + 13288 + 200 + 2014 + 2020-07-01 + + EHS + Active + Alliance for Community Empowerment, Inc. + http:/www.alliancect.org + 332@hsesinfo.org + 1070 Park Avenue + + Bridgeport + CT + 06604-3400 + 1070 Park Avenue + + Bridgeport + CT + 06604-3400 + 1070 Park Avenue + + Bridgeport + CT + 06604-3400 + Mrs. + F228235 + L228235 + + Board of Directors Chairperson + 228235@hsesinfo.org + Dr. + F228236 + L228236 + + Executive Director + 228236@hsesinfo.org + Mrs. + F228238 + L228238 + + 228238@hsesinfo.org + Ms. + F228234 + L228234 + + 228234@hsesinfo.org + 555-555-8234 x 5555 + + + 8407 + 2991 + 10821 + 200 + 2011 + 2017-01-01 + + EHS + Active + TBC/GRADS Early Head Start a program of The Harlem Children's Zone + www.hcz.org + 2991@hsesinfo.org + 35 E 125th St + + New York + NY + 10035-1816 + 35 E 125th St + + New York + NY + 10035-1816 + 35 E 125th St + + New York + NY + 10035-1816 + Mr. + F208052 + L208052 + + Board Chair + 208052@hsesinfo.org + Mr. + F208053 + L208053 + + Chief Executive Officer + 208053@hsesinfo.org + Ms. + F208055 + L208055 + + 208055@hsesinfo.org + Ms. + F208051 + L208051 + + 208051@hsesinfo.org + 555-555-8051 x 5555 + + + 10839 + 6690 + 12810 + 000 + + 2019-12-01 + + Migrant HS + Active + Inspire Development Centers + www.inspire-centers.org + 6690@hsesinfo.org + 105 S 6th St Ste B + + Sunnyside + WA + 98944-1448 + 105 S 6th St Ste B + + Sunnyside + WA + 98944-1448 + 105 S 6th St Ste B + + Sunnyside + WA + 98944-1448 + Mr. + F224161 + L224161 + + Board Chair + 224161@hsesinfo.org + Mr. + F224162 + L224162 + + CEO + 224162@hsesinfo.org + Mr. + F224164 + L224164 + + 224164@hsesinfo.org + Ms. + F224160 + L224160 + + 224160@hsesinfo.org + 555-555-4160 x 5555 + + + 5424 + 2425 + 9058 + 200 + 2014 + 2014-08-01 + 2020-07-31 + AIAN EHS + Inactive + Menominee Indian Tribe + http://www.menominee-nsn.gov/education/headstart/headStartHome.asp + 2425@hsesinfo.org + Dolores K. Boyd Center + N 733 Head Start Road + Keshena + WI + 54135 + Early Head Start Program + P.O. Box 910 + Keshena + WI + 54135-0910 + Dolores K. Boyd Center + N 733 Head Start Road + Keshena + WI + 54135 + Mrs. + F96492 + L96492 + + Tribal Chairman + 96492@hsesinfo.org + Mrs. + F96496 + L96496 + + Tribal Administrator + 96496@hsesinfo.org + Ms. + F96495 + L96495 + + 96495@hsesinfo.org + Ms. + F96491 + L96491 + + 96491@hsesinfo.org + 555-555-6491 x 5555 + + + 10993 + 9170 + 12948 + 001 + 2019 + 2019-08-01 + + HS + Active + Wayne-Westland Community Schools + https://www.wwcsd.net/schools/pre-schools/stottlemyer-early-childhood-family-development-center/ + 9170@hsesinfo.org + 34801 Marquette St + + Westland + MI + 48185 + 34801 Marquette St + + Westland + MI + 48185 + 34801 Marquette St + + Westland + MI + 48185 + Mr. + F225260 + L225260 + + + 225260@hsesinfo.org + Mr. + F225258 + L225258 + + Superintendent of Wayne Westland Schools + 225258@hsesinfo.org + Ms. + F225261 + L225261 + + 225261@hsesinfo.org + Ms. + F225257 + L225257 + + 225257@hsesinfo.org + 555-555-5257 + + + 12195 + 2052 + 13900 + 000 + 2005 + 2020-11-01 + + HS + Active + Omaha Public Schools + http://www.ops.org + 2052@hsesinfo.org + 3215 Cuming St + + Omaha + NE + 68131-2000 + 3215 Cuming St + + Omaha + NE + 68131-2000 + 3215 Cuming St + + Omaha + NE + 68131-2000 + Mr. + F232920 + L232920 + + Board President + 232920@hsesinfo.org + Dr. + F232921 + L232921 + + Superintendent + 232921@hsesinfo.org + Ms. + F232923 + L232923 + + 232923@hsesinfo.org + Mrs. + F232919 + L232919 + + 232919@hsesinfo.org + 555-555-2919 + + + 9757 + 5980 + 11894 + 200 + + 2019-07-01 + + EHS + Active + Drake University + www.drakeheadstart.org + 5980@hsesinfo.org + 3800 Merle Hay Rd + Ste 323 + Des Moines + IA + 50310-1305 + 3800 Merle Hay Rd + Ste 323 + Des Moines + IA + 50310-1305 + 3800 Merle Hay Rd + Ste 323 + Des Moines + IA + 50310-1305 + Dr. + F216710 + L216710 + + Director of Sponsored Programs & Grants Management + 216710@hsesinfo.org + Dr. + F216711 + L216711 + + Dean, School of Education + 216711@hsesinfo.org + Ms. + F216713 + L216713 + + 216713@hsesinfo.org + Ms. + F216709 + L216709 + + 216709@hsesinfo.org + 555-555-6709 + + + 11444 + 732 + 13276 + 000 + 1991 + 2020-07-01 + + HS + Active + City-Parish of East Baton Rouge + www.brgov.com/dept/headstart/ + 732@hsesinfo.org + East Baton Rouge Parish Head Start + 4523 Plank Rd + Baton Rouge + LA + 70805-4138 + East Baton Rouge Parish Head Start + 4523 Plank Rd + Baton Rouge + LA + 70805-4138 + East Baton Rouge Parish Head Start + 4523 Plank Rd + Baton Rouge + LA + 70805-4138 + Mrs. + F228148 + L228148 + + Mayor-President + 228148@hsesinfo.org + Ms. + F228149 + L228149 + + Director DHDS + 228149@hsesinfo.org + Ms. + F228151 + L228151 + + 228151@hsesinfo.org + Mrs. + F228147 + L228147 + + 228147@hsesinfo.org + 555-555-8147 + + + 11431 + 1382 + 13274 + 000 + 1992 + 2020-07-01 + + HS + Active + Drake University Head Start + http://www.drakeheadstart.org + 1382@hsesinfo.org + 3800 Merle Hay Rd + Ste 323 + Des Moines + IA + 50310-1305 + 3800 Merle Hay Rd + Ste 323 + Des Moines + IA + 50310-1305 + 3800 Merle Hay Rd + Ste 323 + Des Moines + IA + 50310-1305 + Dr. + F228057 + L228057 + + Director of Sponsored Programs & Grants Management + 228057@hsesinfo.org + Dr. + F228058 + L228058 + + Dean, School of Education + 228058@hsesinfo.org + Ms. + F228060 + L228060 + + 228060@hsesinfo.org + Ms. + F228056 + L228056 + + 228056@hsesinfo.org + 555-555-8056 + + + 11433 + 1383 + 13274 + 200 + 1993 + 2020-07-01 + + EHS + Active + Drake University Early Head Start + http://www.drakeheadstart.org + 1383@hsesinfo.org + 3800 Merle Hay Rd + Ste 323 + Des Moines + IA + 50310-1305 + 3800 Merle Hay Rd + Ste 323 + Des Moines + IA + 50310-1305 + 3206 University Ave + + Des Moines + IA + 50311-3820 + Dr. + F228071 + L228071 + + Director of Sponsored Programs & Grants Management + 228071@hsesinfo.org + Dr. + F228072 + L228072 + + Dean, School of Education + 228072@hsesinfo.org + Ms. + F228074 + L228074 + + 228074@hsesinfo.org + Ms. + F228070 + L228070 + + 228070@hsesinfo.org + 555-555-8070 + + + 11799 + 666 + 13510 + 000 + 1992 + 2020-07-01 + + HS + Active + Green Bay Area Public Schools + headstart.gbaps.org + 666@hsesinfo.org + 1150 Bellevue St + + Green Bay + WI + 54302-2210 + 1150 Bellevue St + + Green Bay + WI + 54302-2210 + 200 S Broadway + + Green Bay + WI + 54303-1516 + Ms. + F230556 + L230556 + + School Board President + 230556@hsesinfo.org + Mr. + F230557 + L230557 + + + 230557@hsesinfo.org + Mr. + F230559 + L230559 + + 230559@hsesinfo.org + Ms. + F230555 + L230555 + + 230555@hsesinfo.org + 555-555-0555 + + + 10868 + 1967 + 12840 + 200 + 2015 + 2020-01-01 + + EHS + Active + Lakewood Economic Action Program + + 1967@hsesinfo.org + 170 Oberlin Ave N + Ste 22 + Lakewood + NJ + 08701-4548 + 170 Oberlin Ave N + Ste 22 + Lakewood + NJ + 08701-4548 + 170 Oberlin Ave N + Ste 22 + Lakewood + NJ + 08701-4548 + Mr. + F224364 + L224364 + + Board Chairperson + 224364@hsesinfo.org + Mr. + F224365 + L224365 + + + 224365@hsesinfo.org + Ms. + F224367 + L224367 + + 224367@hsesinfo.org + Ms. + F224363 + L224363 + + 224363@hsesinfo.org + 555-555-4363 x 5555 + + + 10865 + 2341 + 12854 + 000 + 2015 + 2020-01-01 + + HS + Active + WAYNE COUNTY ACTION PROGRAM, INC + 28 Canal St. + 2341@hsesinfo.org + 28 Canal St + + Lyons + NY + 14489-1249 + 28 Canal St + + Lyons + NY + 14489-1249 + 28 Canal St + + Lyons + NY + 14489-1249 + Mr. + F224343 + L224343 + + Grantee Board Chair + 224343@hsesinfo.org + Mrs. + F224344 + L224344 + + Chief Executive Officer + 224344@hsesinfo.org + Ms. + F224346 + L224346 + + 224346@hsesinfo.org + Mrs. + F224342 + L224342 + + 224342@hsesinfo.org + 555-555-4342 x 5555 + + + 10866 + 2340 + 12854 + 200 + 2015 + 2020-01-01 + + EHS + Active + WAYNE COUNTY ACTION PROGRAM, INC + http://www.waynecap.org + 2340@hsesinfo.org + 28 Canal St + + Lyons + NY + 14489-1249 + 28 Canal St + + Lyons + NY + 14489-1249 + 28 Canal St + + Lyons + NY + 14489-1249 + Mr. + F224350 + L224350 + + Grantee Board Chair + 224350@hsesinfo.org + Mrs. + F224351 + L224351 + + Chief Executive Officer + 224351@hsesinfo.org + Ms. + F224353 + L224353 + + 224353@hsesinfo.org + Mrs. + F224349 + L224349 + + 224349@hsesinfo.org + 555-555-4349 x 5555 + + + 12196 + 3437 + 13905 + 001 + + 2020-11-01 + + HS + Active + Educare Center of Omaha + https://www.educareomaha.org + 3437@hsesinfo.org + 3110 W St + + Omaha + NE + 68107-3320 + 3110 W St + + Omaha + NE + 68107-3320 + 3110 W St + + Omaha + NE + 68107-3320 + Mrs. + F232927 + L232927 + + Board President + 232927@hsesinfo.org + Mr. + F232928 + L232928 + + Executive Director + 232928@hsesinfo.org + Ms. + F232930 + L232930 + + 232930@hsesinfo.org + Mr. + F232926 + L232926 + + 232926@hsesinfo.org + 555-555-2926 + + + 12197 + 3217 + 13900 + 200 + 2005 + 2020-11-01 + + EHS + Active + Omaha Public Schools + http://www.ops.org + 3217@hsesinfo.org + 3215 Cuming St + + Omaha + NE + 68131-2000 + 3215 Cuming St + + Omaha + NE + 68131-2000 + 3215 Cuming St + + Omaha + NE + 68131-2000 + Mr. + F232934 + L232934 + + Board President + 232934@hsesinfo.org + Dr. + F232935 + L232935 + + Superintendent + 232935@hsesinfo.org + Ms. + F232937 + L232937 + + 232937@hsesinfo.org + Mrs. + F232933 + L232933 + + 232933@hsesinfo.org + 555-555-2933 + + + 12198 + 3436 + 13905 + 201 + + 2020-11-01 + + EHS + Active + Educare Center of Omaha + https://www.educareomaha.org + 3436@hsesinfo.org + 2123 Paul Street + + Omaha + NE + 68102-4045 + 2123 Paul Street + + Omaha + NE + 68102-4045 + 2123 Paul Street + + Omaha + NE + 68102-4045 + Mrs. + F232941 + L232941 + + Board President + 232941@hsesinfo.org + Mr. + F232942 + L232942 + + Executive Director + 232942@hsesinfo.org + Ms. + F232944 + L232944 + + 232944@hsesinfo.org + Mr. + F232940 + L232940 + + 232940@hsesinfo.org + 555-555-2940 + + + 12200 + 502 + 13898 + 000 + 1991 + 2020-11-01 + + HS + Active + University of Southern California + www.usc.edu/ext-relations/ccr/programs/sece/ + 502@hsesinfo.org + 3716 S Hope St + # 366 + Los Angeles + CA + 90089-7706 + 3716 S Hope St + # 366 + Los Angeles + CA + 90089-7706 + 3716 S Hope St + # 366 + Los Angeles + CA + 90089-7706 + Dr. + F232955 + L232955 + + Associate Vice President + 232955@hsesinfo.org + Ms. + F232956 + L232956 + + Interim Executive Director + 232956@hsesinfo.org + Mr. + F232958 + L232958 + + 232958@hsesinfo.org + Ms. + F232954 + L232954 + + 232954@hsesinfo.org + 555-555-2954 + + + 8403 + 1159 + 10817 + 000 + 1992 + 2017-01-01 + + AIAN HS + Active + Pueblo of Zuni Head Start Program + www.ashiwi.org + 1159@hsesinfo.org + 111 Route 301 South + + Zuni + NM + 87327-0449 + 111 Route 301 South + + Zuni + NM + 87327-0449 + 111 Route 301 South + + Zuni + NM + 87327 + Mr. + F208022 + L208022 + Sr. + Governor + 208022@hsesinfo.org + Ms. + F208023 + L208023 + + Division Director for the Education and Training Department + 208023@hsesinfo.org + Ms. + F208025 + L208025 + + 208025@hsesinfo.org + Ms. + F208021 + L208021 + + 208021@hsesinfo.org + 555-555-8021 + + + 12201 + 503 + 13898 + 200 + 2001 + 2020-11-01 + + EHS + Active + University of Southern California + + 503@hsesinfo.org + 3716 S Hope St + + Los Angeles + CA + 90089-7706 + 3716 S Hope St + + Los Angeles + CA + 90089-7706 + 3716 S Hope St + + Los Angeles + CA + 90089-7706 + Dr. + F232962 + L232962 + + Associate Vice President + 232962@hsesinfo.org + Ms. + F232963 + L232963 + + Interim Executive Director + 232963@hsesinfo.org + Mr. + F232965 + L232965 + + 232965@hsesinfo.org + Ms. + F232961 + L232961 + + 232961@hsesinfo.org + 555-555-2961 + + + 12203 + 9854 + 13902 + 000 + 2020 + 2020-11-01 + + Migrant HS + Active + United Migrant Opportunity Services, Inc. + http://www.umos.org + 9854@hsesinfo.org + 2701 S Chase Ave + + Milwaukee + WI + 53207-1482 + PO Box 4129 + + Milwaukee + WI + 53204-0129 + 2701 S Chase Ave + + Milwaukee + WI + 53207-1482 + Mr. + F232978 + L232978 + + Board Chair + 232978@hsesinfo.org + Mr. + F232976 + L232976 + + CEO/President + 232976@hsesinfo.org + Mr. + F232979 + L232979 + + 232979@hsesinfo.org + Ms. + F232975 + L232975 + + 232975@hsesinfo.org + 555-555-2975 + + + 12204 + 9855 + 13902 + 200 + 2020 + 2020-11-01 + + Migrant EHS + Active + United Migrant Opportunity Services, Inc. + http://www.umos.org + 9855@hsesinfo.org + 2701 S Chase Ave + + Milwaukee + WI + 53207-1482 + PO Box 4129 + + Milwaukee + WI + 53204-0129 + 2701 S Chase Ave + + Milwaukee + WI + 53207-1482 + Mr. + F232984 + L232984 + + Board Chair + 232984@hsesinfo.org + Mr. + F232982 + L232982 + + CEO/President + 232982@hsesinfo.org + Mr. + F232985 + L232985 + + 232985@hsesinfo.org + Ms. + F232981 + L232981 + + 232981@hsesinfo.org + 555-555-2981 + + + 12205 + 9856 + 13899 + 000 + 2020 + 2020-11-01 + + Migrant HS + Active + Centro de la Familia de Utah + www.cdlf.org + 9856@hsesinfo.org + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + Mr. + F232990 + L232990 + + Board President + 232990@hsesinfo.org + Mr. + F232988 + L232988 + + CEO & Head Start Director + 232988@hsesinfo.org + Ms. + F232991 + L232991 + + 232991@hsesinfo.org + Mr. + F232987 + L232987 + + 232987@hsesinfo.org + 555-555-2987 + + + 10118 + 777 + 12150 + 000 + 2014 + 2019-07-01 + + HS + Active + SULPHUR SPRINGS INDEPENDENT SCHOOL DISTRICT + http://www.ssisd.net + 777@hsesinfo.org + 600 Calvert St + + Sulphur Springs + TX + 75482-3236 + 600 Calvert St + + Sulphur Springs + TX + 75482-3236 + 631 Connally St + + Sulphur Springs + TX + 75482-2401 + Mrs. + F219217 + L219217 + + School Board/Governing Body/Head Start Liaison + 219217@hsesinfo.org + Mr. + F219218 + L219218 + + Superintendent of Schools + 219218@hsesinfo.org + Ms. + F219220 + L219220 + + 219220@hsesinfo.org + Mrs. + F219216 + L219216 + + 219216@hsesinfo.org + 555-555-9216 x 5555 + + + 12206 + 9857 + 13899 + 200 + 2020 + 2020-11-01 + + Migrant EHS + Active + Centro de la Familia de Utah + www.cdlf.org + 9857@hsesinfo.org + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + 525 S 300 W + + Salt Lake City + UT + 84101-2503 + Mr. + F232996 + L232996 + + Board President + 232996@hsesinfo.org + Mr. + F232994 + L232994 + + CEO & Head Start Director + 232994@hsesinfo.org + Ms. + F232997 + L232997 + + 232997@hsesinfo.org + Mr. + F232993 + L232993 + + 232993@hsesinfo.org + 555-555-2993 + + + 12207 + 9858 + 13903 + 000 + 2020 + 2020-11-01 + + Migrant HS + Active + East Coast Migrant Head Start Project + http://www.ecmhsp.org + 9858@hsesinfo.org + 2301 Sugar Bush Rd + Ste 400 + Raleigh + NC + 27612-2957 + 2301 Sugar Bush Rd + Ste 400 + Raleigh + NC + 27612-2957 + 2301 Sugar Bush Rd + Ste 400 + Raleigh + NC + 27612-2957 + Dr. + F233002 + L233002 + + President, ECMHSP Board of Directors + 233002@hsesinfo.org + Ms. + F233000 + L233000 + + Chief Executive Officer + 233000@hsesinfo.org + Ms. + F233003 + L233003 + + 233003@hsesinfo.org + Mr. + F232999 + L232999 + + 232999@hsesinfo.org + 555-555-2999 x 5555 + + + 12212 + 337 + 13909 + 000 + 1991 + 2020-11-01 + + HS + Active + Making Opportunity Count, Inc. + http://www.mocinc.org + 337@hsesinfo.org + 601 River St + + Fitchburg + MA + 01420-2975 + 601 River St + + Fitchburg + MA + 01420-2975 + 601 River St + + Fitchburg + MA + 01420-2975 + Mr. + F233033 + L233033 + + Board President + 233033@hsesinfo.org + Mr. + F233034 + L233034 + + Executive Director + 233034@hsesinfo.org + Ms. + F233036 + L233036 + + 233036@hsesinfo.org + Ms. + F233032 + L233032 + + 233032@hsesinfo.org + 555-555-3032 + + + 12213 + 8021 + 13909 + 200 + 2016 + 2020-11-01 + + EHS + Active + Making Opportunity Count, Inc. + http://www.mocinc.org + 8021@hsesinfo.org + 601 River St + + Fitchburg + MA + 01420-2975 + 601 River St + + Fitchburg + MA + 01420-2975 + 601 River St + + Fitchburg + MA + 01420-2975 + Mr. + F233040 + L233040 + + Board President + 233040@hsesinfo.org + Mr. + F233041 + L233041 + + Executive Director + 233041@hsesinfo.org + Ms. + F233043 + L233043 + + 233043@hsesinfo.org + Ms. + F233039 + L233039 + + 233039@hsesinfo.org + 555-555-3039 + + + 12214 + 1811 + 13908 + 200 + 2002 + 2020-11-01 + + EHS + Active + Centro de Fortalecimiento Familiar, ESCAPE + http://www.escapepr.org + 1811@hsesinfo.org + Road 181 Km 44.8 + Celada Sector + Gurabo + PR + 00778 + PO Box 9689 + + San Juan + PR + 00908-0689 + #500 Avenida Muñoz Rivera Edificio El Centro I Local 8 + + San Juan + PR + 00908 + Mrs. + F233047 + L233047 + + Board President + 233047@hsesinfo.org + Ms. + F233048 + L233048 + + Executive Director + 233048@hsesinfo.org + Mrs. + F233050 + L233050 + + 233050@hsesinfo.org + Mrs. + F233046 + L233046 + + 233046@hsesinfo.org + 555-555-3046 + + + 12178 + 9850 + 13892 + 209 + 2020 + 2019-03-01 + + EHS + Active + YWCA South Florida + www.ywcasouthflorida.org + 9850@hsesinfo.org + 351 NW 5th St + + Miami + FL + 33128-1615 + 351 NW 5th St + + Miami + FL + 33128-1615 + 351 NW 5th St + + Miami + FL + 33128-1615 + Ms. + F232898 + L232898 + + Board Chair + 232898@hsesinfo.org + Ms. + F232896 + L232896 + + President/CEO + 232896@hsesinfo.org + Mrs. + F232899 + L232899 + + 232899@hsesinfo.org + Ms. + F232895 + L232895 + + 232895@hsesinfo.org + 555-555-2895 x 5555 + + + 8726 + 8584 + 11101 + 200 + 2017 + 2017-09-01 + + AIAN EHS + Active + Port Gamble S'Klallam Tribe + http://www.pgst.nsn.us + 8584@hsesinfo.org + 31912 Little Boston Road, NE + + Kingston + WA + 98346-9700 + 31912 Little Boston Road, NE + + Kingston + WA + 98346-9700 + 31912 Little Boston Road, NE + + Kingston + WA + 98346-9700 + Mr. + F209572 + L209572 + + Tribal Council Chairman + 209572@hsesinfo.org + Ms. + F209573 + L209573 + + + 209573@hsesinfo.org + Mr. + F209575 + L209575 + + 209575@hsesinfo.org + Ms. + F209571 + L209571 + + 209571@hsesinfo.org + 555-555-9571 + + + 11109 + 753 + 13036 + 000 + 1992 + 2020-03-01 + + HS + Active + NORTH CENTRAL ARKANSAS DEVELOPMENT COUNCIL, INC + 1900 Lyon St + 753@hsesinfo.org + 1900 Lyon St + + Batesville + AR + 72501-4809 + PO Box 3349 + + Batesville + AR + 72503-3349 + 1900 Lyon St + + Batesville + AR + 72501-4809 + Mr. + F226001 + L226001 + + Chairman of the Board + 226001@hsesinfo.org + Mr. + F226002 + L226002 + + + 226002@hsesinfo.org + Ms. + F226004 + L226004 + + 226004@hsesinfo.org + Ms. + F226000 + L226000 + + 226000@hsesinfo.org + 555-555-6000 x 5555 + + + 8759 + 472 + 11131 + 000 + 1991 + 2017-11-01 + + HS + Active + South Central Iowa Community Action Program + www.scicap.org + 472@hsesinfo.org + 1711 Osceola Ave + Ste 205 + Chariton + IA + 50049-1519 + PO Box 715 + + Chariton + IA + 50049-0715 + 1711 Osceola Ave + Ste 103 + Chariton + IA + 50049-1516 + Mr. + F209778 + L209778 + + Governing Board Chair Person + 209778@hsesinfo.org + Ms. + F209779 + L209779 + + SCICAP Executive Director + 209779@hsesinfo.org + Mr. + F209781 + L209781 + + 209781@hsesinfo.org + Ms. + F209777 + L209777 + + 209777@hsesinfo.org + 555-555-9777 x 5555 + + + 8760 + 473 + 11131 + 200 + 2004 + 2017-11-01 + + EHS + Active + South Central Iowa Community Action Program + www.scicap.org + 473@hsesinfo.org + 1711 Osceola Ave + Ste 205 + Chariton + IA + 50049-1519 + PO Box 715 + + Chariton + IA + 50049-0715 + 1711 Osceola Ave + Ste 205 + Chariton + IA + 50049-1519 + Mr. + F209785 + L209785 + + Governing Board Chair Person + 209785@hsesinfo.org + Ms. + F209786 + L209786 + + Executive Director + 209786@hsesinfo.org + Mr. + F209788 + L209788 + + 209788@hsesinfo.org + Ms. + F209784 + L209784 + + 209784@hsesinfo.org + 555-555-9784 x 5555 + + + 9408 + 321 + 11636 + 000 + 2014 + 2019-03-01 + + HS + Active + Greater Bergen Community Action, Inc + http://www.greaterbergen.org + 321@hsesinfo.org + 392 Main St + + Hackensack + NJ + 07601-5805 + 392 Main St + + Hackensack + NJ + 07601-5805 + 392 Main St + + Hackensack + NJ + 07601-5805 + Mr. + F214374 + L214374 + + GBCA Board Chairperson + 214374@hsesinfo.org + Mr. + F214375 + L214375 + + President & CEO + 214375@hsesinfo.org + Ms. + F214377 + L214377 + + 214377@hsesinfo.org + Mrs. + F214373 + L214373 + + 214373@hsesinfo.org + 555-555-4373 x 5555 + + + 9409 + 2589 + 11636 + 200 + 2014 + 2019-03-01 + + EHS + Active + Greater Bergen Community Action, Inc + www.greaterbergen.org + 2589@hsesinfo.org + 392 Main St + + Hackensack + NJ + 07601-5805 + 392 Main St + + Hackensack + NJ + 07601-5805 + 392 Main St + + Hackensack + NJ + 07601-5805 + Mr. + F214381 + L214381 + + GBCA Board Chairperson + 214381@hsesinfo.org + Mr. + F214382 + L214382 + + President & CEO + 214382@hsesinfo.org + Ms. + F214384 + L214384 + + 214384@hsesinfo.org + Mrs. + F214380 + L214380 + + 214380@hsesinfo.org + 555-555-4380 x 5555 + + + 12211 + 488 + 13906 + 000 + 1989 + 2020-11-01 + + HS + Active + Self-Help Incorporated + http://www.selfhelpinc.org + 488@hsesinfo.org + 370 Howard St + + Brockton + MA + 02302-1000 + 370 Howard St + + Brockton + MA + 02302-1000 + 370 Howard St + + Brockton + MA + 02302-1000 + Mr. + F233026 + L233026 + + Chairperson Self Help, Inc. Board of Directors + 233026@hsesinfo.org + Mr. + F233027 + L233027 + + Self Help, Inc. Chief Executive Officer + 233027@hsesinfo.org + Ms. + F233029 + L233029 + + 233029@hsesinfo.org + Mr. + F233025 + L233025 + + 233025@hsesinfo.org + 555-555-3025 x 5555 + + + 12208 + 9859 + 13901 + 000 + 2020 + 2020-11-01 + + Migrant HS + Active + Chicanos por la Causa, Inc. + http://www.cplc.org + 9859@hsesinfo.org + 1112 E Buckeye Rd + + Phoenix + AZ + 85034-4043 + 1112 E Buckeye Rd + + Phoenix + AZ + 85034-4043 + 1112 E Buckeye Rd + + Phoenix + AZ + 85034-4043 + Mr. + F233008 + L233008 + + CPLC Board of Directors Chair + 233008@hsesinfo.org + Mr. + F233006 + L233006 + + President and Chief Executive Officer (CEO) + 233006@hsesinfo.org + Ms. + F233009 + L233009 + + 233009@hsesinfo.org + Mr. + F233005 + L233005 + + 233005@hsesinfo.org + 555-555-3005 + + + 12209 + 352 + 13907 + 000 + 1991 + 2020-11-01 + + HS + Active + People Acting in Community Endeavors + http://www.paceinfo.org + 352@hsesinfo.org + 32 Madison St + + New Bedford + MA + 02740-4906 + 32 Madison St + + New Bedford + MA + 02740-4906 + 32 Madison St + + New Bedford + MA + 02740-4906 + Mr. + F233012 + L233012 + + P.A.C.E. Inc. Board President + 233012@hsesinfo.org + Mrs. + F233013 + L233013 + + + 233013@hsesinfo.org + Ms. + F233015 + L233015 + + 233015@hsesinfo.org + Ms. + F233011 + L233011 + + 233011@hsesinfo.org + 555-555-3011 x 5555 + + + 12210 + 8638 + 13907 + 200 + 2018 + 2020-11-01 + + EHS + Active + People Acting in Community Endeavors + http://www.paceinfo.org + 8638@hsesinfo.org + 32 Madison St + + New Bedford + MA + 02740-4906 + 32 Madison St + + New Bedford + MA + 02740-4906 + 32 Madison St + + New Bedford + MA + 02740-4906 + Mr. + F233019 + L233019 + + P.A.C.E. Inc. Board President + 233019@hsesinfo.org + Mrs. + F233020 + L233020 + + + 233020@hsesinfo.org + Ms. + F233022 + L233022 + + 233022@hsesinfo.org + Ms. + F233018 + L233018 + + 233018@hsesinfo.org + 555-555-3018 x 5555 + + + 12199 + 1808 + 13897 + 000 + 2002 + 2020-11-01 + + HS + Active + Topeka Unified School District #501 + https://www.topekapublicschools.net/sheldon + 1808@hsesinfo.org + Sheldon Child Development Center + 1155 SW Seabrook Avenue + Topeka + KS + 66604-1852 + Sheldon Child Development Center + 1155 SW Seabrook Avenue + Topeka + KS + 66604-1852 + Topeka Public Schoolsl + 624 SW 24th + Topeka + KS + 66611 + Dr. + F232948 + L232948 + + Board of Education President + 232948@hsesinfo.org + Dr. + F232949 + L232949 + + Superintendent Topeka Public Schools + 232949@hsesinfo.org + Mrs. + F232951 + L232951 + + 232951@hsesinfo.org + Mrs. + F232947 + L232947 + + 232947@hsesinfo.org + 555-555-2947 + + + 12202 + 2464 + 13904 + 000 + 2014 + 2020-11-01 + + AIAN HS + Active + Tolowa Dee-Ni Nation + http://www.tolowa-nsn.gov + 2464@hsesinfo.org + 12840 Mouth of Smith River Rd + + Smith River + CA + 95567-9451 + 12840 Mouth of Smith River Rd + + Smith River + CA + 95567-9451 + 140 Rowdy Creek Rd + + Smith River + CA + 95567 + Ms. + F232969 + L232969 + + Tolowa Dee-ni Nation Tribal Chairperson + 232969@hsesinfo.org + Mr. + F232970 + L232970 + + Tolowa Dee-ni Nation Executive Director + 232970@hsesinfo.org + Ms. + F232972 + L232972 + + 232972@hsesinfo.org + Ms. + F232968 + L232968 + + 232968@hsesinfo.org + 555-555-2968 x 5555 + + + 9222 + 1156 + 11507 + 000 + 2013 + 2018-12-01 + + AIAN HS + Active + ONEIDA NATION + oneidanation.org + 1156@hsesinfo.org + 2801 W Mason St + Ste 1 + Green Bay + WI + 54313-5009 + PO Box 365 + + Oneida + WI + 54155-0365 + N7210 Seminary Rd + + Oneida + WI + 54155-9501 + Mr. + F213094 + L213094 + + Tribal Chairman + 213094@hsesinfo.org + Ms. + F213095 + L213095 + + Area Manager - Education & Training + 213095@hsesinfo.org + Mr. + F213097 + L213097 + + 213097@hsesinfo.org + Ms. + F213093 + L213093 + + 213093@hsesinfo.org + 555-555-3093 + + + 9223 + 2623 + 11507 + 200 + 2013 + 2018-12-01 + + AIAN EHS + Active + ONEIDA NATION + 2801 West Mason Street Suite 2 + 2623@hsesinfo.org + 2801 W Mason St + Ste 2 + Green Bay + WI + 54313-5009 + P.O. Box 365 + + Oneida + WI + 54155 + 1250 Packerland Dr + + Green Bay + WI + 54304-1336 + Mr. + F213101 + L213101 + + Tribal Chairman + 213101@hsesinfo.org + Ms. + F213102 + L213102 + + Area Manager - Education & Training + 213102@hsesinfo.org + Mr. + F213104 + L213104 + + 213104@hsesinfo.org + Ms. + F213100 + L213100 + + 213100@hsesinfo.org + 555-555-3100 + + + 9798 + 5806 + 11935 + 200 + + 2019-07-01 + + EHS + Active + Community Day Care Center of Lawrence, Inc. + www.thecommunitygroupinc.org + 5806@hsesinfo.org + 439 S Union St. + Heritage Park Bldg. 2 3rd Floor + Lawrence + MA + 01843-2837 + 190 Hampshire Street + + Lawrence + MA + 01840-1251 + 190 Hampshire Street + + Lawrence + MA + 01840-1251 + Ms. + F216997 + L216997 + + Board Chair + 216997@hsesinfo.org + Ms. + F216998 + L216998 + + Executive Director + 216998@hsesinfo.org + Ms. + F217000 + L217000 + + 217000@hsesinfo.org + Ms. + F216996 + L216996 + + 216996@hsesinfo.org + 555-555-6996 + + + 12130 + 9810 + 13815 + 000 + 2020 + 2020-09-01 + + HS + Active + Cape Cod YMCA + https://ymcacapecod.org/ + 9810@hsesinfo.org + 2245 Iyannough Rd + + West Barnstable + MA + 02668-1507 + 2245 Iyannough Rd + + West Barnstable + MA + 02668-1507 + 2245 Iyannough Rd + + West Barnstable + MA + 02668-1507 + Ms. + F232614 + L232614 + + Board Chair + 232614@hsesinfo.org + Ms. + F232612 + L232612 + + + 232612@hsesinfo.org + + F232615 + L232615 + + 232615@hsesinfo.org + Ms. + F232611 + L232611 + + 232611@hsesinfo.org + 555-555-2611 + + + 12131 + 9811 + 13815 + 200 + 2020 + 2020-09-01 + + EHS + Active + Cape Cod YMCA + https://ymcacapecod.org/ + 9811@hsesinfo.org + 2245 Iyannough Rd + + West Barnstable + MA + 02668-1507 + 2245 Iyannough Rd + + West Barnstable + MA + 02668-1507 + 2245 Iyannough Rd + + West Barnstable + MA + 02668-1507 + Ms. + F232620 + L232620 + + Board Chair + 232620@hsesinfo.org + Ms. + F232618 + L232618 + + + 232618@hsesinfo.org + + F232621 + L232621 + + 232621@hsesinfo.org + Ms. + F232617 + L232617 + + 232617@hsesinfo.org + 555-555-2617 + + + 9555 + 1477 + 11768 + 000 + 1992 + 2019-04-01 + + HS + Active + MAHUBE-OTWA COMMUNITY ACTION PARTNERSHIP, INC. + http://www.mahube.org + 1477@hsesinfo.org + 1125 W River Rd + + Detroit Lakes + MN + 56501-2722 + PO Box 747 + + Detroit Lakes + MN + 56502-0747 + 1125 W River Rd + + Detroit Lakes + MN + 56501-2722 + Mr. + F215382 + L215382 + + Board Chairperson + 215382@hsesinfo.org + Ms. + F215383 + L215383 + + Executive Director + 215383@hsesinfo.org + Ms. + F215385 + L215385 + + 215385@hsesinfo.org + Ms. + F215381 + L215381 + + 215381@hsesinfo.org + 555-555-5381 + + + 9556 + 1476 + 11768 + 200 + 2014 + 2019-04-01 + + EHS + Active + MAHUBE-OTWA COMMUNITY ACTION PARTNERSHIP, INC. + http://www.mahube.org + 1476@hsesinfo.org + 1125 W River Rd + + Detroit Lakes + MN + 56501-2722 + PO Box 747 + + Detroit Lakes + MN + 56502-0747 + 1125 W River Rd + + Detroit Lakes + MN + 56501-2722 + Mr. + F215389 + L215389 + + Board Chairperson + 215389@hsesinfo.org + Ms. + F215390 + L215390 + + Executive Director + 215390@hsesinfo.org + Mrs. + F215392 + L215392 + + 215392@hsesinfo.org + Ms. + F215388 + L215388 + + 215388@hsesinfo.org + 555-555-5388 + + + 10733 + 741 + 12729 + 000 + 2014 + 2019-12-01 + + HS + Active + New Mexico State University Education Research + http://www.nmsu.edu/headstart/ + 741@hsesinfo.org + 2540 El Paseo Suite B + + Las Cruces + NM + 88005 + Dona Ana County Head Start + P.O. Box 30001, MSC 3R + Las Cruces + NM + 88003-8001 + 2540 El Paseo Suite B + + Las Cruces + NM + 88005 + Ms. + F223467 + L223467 + + Board of Regents of New Mexico State University, Chariperson + 223467@hsesinfo.org + Ms. + F223468 + L223468 + + Principal Investigator College of Education New Mexico State University + 223468@hsesinfo.org + Ms. + F223470 + L223470 + + 223470@hsesinfo.org + Ms. + F223466 + L223466 + + 223466@hsesinfo.org + 555-555-3466 + + + 10734 + 5175 + 12729 + 200 + 2014 + 2019-12-01 + + EHS + Active + New Mexico State University Education Research + http://www.nmsu.edu/headstart/ + 5175@hsesinfo.org + 2540 El Paseo Rd + Ste B + Las Cruces + NM + 88001-6019 + PO Box 30001 + Msc 3R + Las Cruces + NM + 88003-8001 + 2540 El Paseo Rd + Ste B + Las Cruces + NM + 88001-6019 + Ms. + F223474 + L223474 + + Board of Regents of New Mexico State University, Chariperson + 223474@hsesinfo.org + Ms. + F223475 + L223475 + + Principal Investigator Collage of Education New Mexico State University + 223475@hsesinfo.org + Ms. + F223477 + L223477 + + 223477@hsesinfo.org + Ms. + F223473 + L223473 + + 223473@hsesinfo.org + 555-555-3473 + + + 10430 + 6051 + 12424 + 200 + + 2019-09-01 + + EHS + Active + Children's Therapy Center of Pettis County, Inc. + http://www.chs-mo.org + 6051@hsesinfo.org + 4515 W Main St + + Sedalia + MO + 65301-9425 + 1500 Ewing Dr + + Sedalia + MO + 65301-2396 + 1500 Ewing Dr + + Sedalia + MO + 65301-2396 + Mr. + F221350 + L221350 + + Board President + 221350@hsesinfo.org + Mrs. + F221351 + L221351 + + + 221351@hsesinfo.org + Mrs. + F221353 + L221353 + + 221353@hsesinfo.org + Mrs. + F221349 + L221349 + + 221349@hsesinfo.org + 555-555-1349 x 5555 + + + 12217 + 351 + 13921 + 000 + 1991 + 2020-11-01 + + HS + Active + Community Teamwork, Inc. + http://www.comteam.org + 351@hsesinfo.org + 155 Merrimack St + + Lowell + MA + 01852-1723 + 155 Merrimack St + + Lowell + MA + 01852-1723 + 155 Merrimack St + + Lowell + MA + 01852-1723 + Mr. + F233068 + L233068 + + + 233068@hsesinfo.org + Ms. + F233069 + L233069 + + Executive Director + 233069@hsesinfo.org + Ms. + F233071 + L233071 + + 233071@hsesinfo.org + Ms. + F233067 + L233067 + + 233067@hsesinfo.org + 555-555-3067 + + + 12218 + 3178 + 13921 + 200 + 2002 + 2020-11-01 + + EHS + Active + Community Teamwork, Inc. + http://www.commteam.org + 3178@hsesinfo.org + 155 Merrimack St + + Lowell + MA + 01852-1723 + 155 Merrimack St + + Lowell + MA + 01852-1723 + 155 Merrimack St + + Lowell + MA + 01852-1723 + Mr. + F233075 + L233075 + + + 233075@hsesinfo.org + Ms. + F233076 + L233076 + + Executive Director + 233076@hsesinfo.org + Ms. + F233078 + L233078 + + 233078@hsesinfo.org + Ms. + F233074 + L233074 + + 233074@hsesinfo.org + 555-555-3074 + + + 12219 + 2601 + 13916 + 000 + 2010 + 2020-11-01 + + HS + Active + Acelero, Inc. + www.acelero.net + 2601@hsesinfo.org + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + Mr. + F233082 + L233082 + + Chairman of the Board + 233082@hsesinfo.org + Mr. + F233083 + L233083 + + COO/Head Start Director + 233083@hsesinfo.org + Ms. + F233085 + L233085 + + 233085@hsesinfo.org + Mr. + F233081 + L233081 + + 233081@hsesinfo.org + 555-555-3081 + + + 12220 + 3477 + 13931 + 001 + 2010 + 2020-11-01 + + HS + Active + Acelero Learning Camden/Philadelphia + alcp.acelero.net + 3477@hsesinfo.org + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + Ms. + F233089 + L233089 + + Board Chairman + 233089@hsesinfo.org + Mr. + F233090 + L233090 + + + 233090@hsesinfo.org + Ms. + F233092 + L233092 + + 233092@hsesinfo.org + Ms. + F233088 + L233088 + + 233088@hsesinfo.org + 555-555-3088 + + + 12221 + 3479 + 13932 + 002 + 2010 + 2020-11-01 + + HS + Active + Acelero Learning Monmouth/Middlesex County + almm.acelero.net + 3479@hsesinfo.org + 132 2nd Street + + Perth Amboy + NJ + 08861 + 132 2nd Street + + Perth Amboy + NJ + 08861 + 132 2nd Street + + Perth Amboy + NJ + 08861 + Mr. + F233096 + L233096 + + Board Chairman + 233096@hsesinfo.org + Mr. + F233097 + L233097 + + + 233097@hsesinfo.org + Ms. + F233099 + L233099 + + 233099@hsesinfo.org + Ms. + F233095 + L233095 + + 233095@hsesinfo.org + + + + 12222 + 2854 + 13916 + 200 + 2010 + 2020-11-01 + + EHS + Active + Acelero, Inc. + www.acelero.net + 2854@hsesinfo.org + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + Mr. + F233103 + L233103 + + Chairman of the Board + 233103@hsesinfo.org + Mr. + F233104 + L233104 + + COO/Head Start Director + 233104@hsesinfo.org + Ms. + F233106 + L233106 + + 233106@hsesinfo.org + Mr. + F233102 + L233102 + + 233102@hsesinfo.org + 555-555-3102 + + + 12223 + 3475 + 13931 + 201 + 2010 + 2020-11-01 + + EHS + Active + Acelero Learning Camden/Philadelphia + alcp.acelero.net + 3475@hsesinfo.org + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + Ms. + F233110 + L233110 + + Board Chairman + 233110@hsesinfo.org + Mr. + F233111 + L233111 + + + 233111@hsesinfo.org + Ms. + F233113 + L233113 + + 233113@hsesinfo.org + Ms. + F233109 + L233109 + + 233109@hsesinfo.org + 555-555-3109 + + + 12224 + 3476 + 13932 + 202 + 2011 + 2020-11-01 + + EHS + Active + Acelero Learning Monmouth/Middlesex County + almm.acelero.net + 3476@hsesinfo.org + 132 2nd Street + + Perth Amboy + NJ + 08861 + 132 2nd Street + + Perth Amboy + NJ + 08861 + 132 2nd Street + + Perth Amboy + NJ + 08861 + Mr. + F233117 + L233117 + + Board Chairman + 233117@hsesinfo.org + Mr. + F233118 + L233118 + + + 233118@hsesinfo.org + Ms. + F233120 + L233120 + + 233120@hsesinfo.org + Ms. + F233116 + L233116 + + 233116@hsesinfo.org + + + + 12226 + 479 + 13924 + 000 + 1989 + 2020-11-01 + + HS + Active + Sheboygan Human Rights Association, Inc. + www.sheboyganheadstart.org + 479@hsesinfo.org + 1711 S 11th St + + Sheboygan + WI + 53081-5810 + 1711 S 11th St + + Sheboygan + WI + 53081-5810 + 1711 S 11th St + + Sheboygan + WI + 53081-5810 + Mr. + F233131 + L233131 + + Board President + 233131@hsesinfo.org + Ms. + F233132 + L233132 + + Executive Director + 233132@hsesinfo.org + Ms. + F233134 + L233134 + + 233134@hsesinfo.org + Ms. + F233130 + L233130 + + 233130@hsesinfo.org + 555-555-3130 + + + 12227 + 8006 + 13924 + 200 + 2016 + 2020-11-01 + + EHS + Active + Sheboygan Human Rights Association, Inc. + www.sheboyganheadstart.org + 8006@hsesinfo.org + 1711 S 11th St + + Sheboygan + WI + 53081-5810 + 1711 S 11th St + + Sheboygan + WI + 53081-5810 + 1711 S 11th St + + Sheboygan + WI + 53081-5810 + Mr. + F233138 + L233138 + + Board President + 233138@hsesinfo.org + Ms. + F233139 + L233139 + + Executive Director + 233139@hsesinfo.org + Ms. + F233141 + L233141 + + 233141@hsesinfo.org + Ms. + F233137 + L233137 + + 233137@hsesinfo.org + 555-555-3137 + + + 12228 + 483 + 13927 + 000 + 1989 + 2020-11-01 + + HS + Active + Anoka County Community Action Program, Inc. + http://www.accap.org + 483@hsesinfo.org + 1201 89th Ave NE Ste 345 + + Blaine + MN + 55434-3373 + 1201 89th Ave NE Ste 345 + + Blaine + MN + 55434-3373 + 1201 89th Ave NE Ste 345 + + Blaine + MN + 55434-3373 + Mr. + F233145 + L233145 + + Governing Board Chair + 233145@hsesinfo.org + Mr. + F233146 + L233146 + + + 233146@hsesinfo.org + Ms. + F233148 + L233148 + + 233148@hsesinfo.org + Ms. + F233144 + L233144 + + 233144@hsesinfo.org + 555-555-3144 + + + 12229 + 482 + 13927 + 200 + 2003 + 2020-11-01 + + EHS + Active + Anoka County Community Action Program, Inc. + http://www.accap.org + 482@hsesinfo.org + 1201 89th Ave NE Ste 345 + + Blaine + MN + 55434-3373 + 1201 89th Ave NE Ste 345 + + Blaine + MN + 55434-3373 + 1201 89th Ave NE Ste 345 + + Blaine + MN + 55434-3373 + Mr. + F233152 + L233152 + + Governing Board Chair + 233152@hsesinfo.org + Mr. + F233153 + L233153 + + + 233153@hsesinfo.org + Ms. + F233155 + L233155 + + 233155@hsesinfo.org + Ms. + F233151 + L233151 + + 233151@hsesinfo.org + 555-555-3151 + + + 12232 + 393 + 13915 + 000 + 1991 + 2020-11-01 + + HS + Active + Highland County Community Action Organization, Inc + http://www.hccao.org + 393@hsesinfo.org + 1487 N High St + + Hillsboro + OH + 45133-8496 + 1487 N High St + + Hillsboro + OH + 45133-8496 + 1487 N High St + + Hillsboro + OH + 45133-8496 + Mr. + F233173 + L233173 + + Board Chairperson + 233173@hsesinfo.org + Ms. + F233174 + L233174 + + CEO/ Executive Director + 233174@hsesinfo.org + Mrs. + F233176 + L233176 + + 233176@hsesinfo.org + Ms. + F233172 + L233172 + + 233172@hsesinfo.org + 555-555-3172 x 5555 + + + 12236 + 459 + 13912 + 000 + 1989 + 2020-11-01 + + HS + Active + Gogebic-Ontonagon Community Action Agency + www.gocaa.org + 459@hsesinfo.org + 100 S Mill St + + Bessemer + MI + 49911-1354 + 100 S Mill St + + Bessemer + MI + 49911-1354 + 100 S Mill St + + Bessemer + MI + 49911-1354 + Mr. + F233201 + L233201 + + Board Chair + 233201@hsesinfo.org + Ms. + F233202 + L233202 + + Executive Director + 233202@hsesinfo.org + Ms. + F233204 + L233204 + + 233204@hsesinfo.org + Ms. + F233200 + L233200 + + 233200@hsesinfo.org + 555-555-3200 x 5555 + + + 12237 + 460 + 13912 + 200 + 2003 + 2020-11-01 + + EHS + Active + Gogebic-Ontonagon Community Action Agency + www.gocaa.org + 460@hsesinfo.org + 100 S Mill St + + Bessemer + MI + 49911-1354 + 100 S Mill St + + Bessemer + MI + 49911-1354 + 100 S Mill St + + Bessemer + MI + 49911-1354 + Mr. + F233208 + L233208 + + Board Chair + 233208@hsesinfo.org + Ms. + F233209 + L233209 + + Executive Director + 233209@hsesinfo.org + Ms. + F233211 + L233211 + + 233211@hsesinfo.org + Ms. + F233207 + L233207 + + 233207@hsesinfo.org + 555-555-3207 x 5555 + + + 12216 + 466 + 13911 + 200 + 2003 + 2020-11-01 + + EHS + Active + Edadvance + http://www.edadvance.org + 466@hsesinfo.org + 355 Goshen Rd + + Litchfield + CT + 06759-2404 + 355 Goshen Rd + + Litchfield + CT + 06759-2404 + 355 Goshen Rd + + Litchfield + CT + 06759-2404 + Mr. + F233061 + L233061 + + Board of Directors, Chair + 233061@hsesinfo.org + Dr. + F233062 + L233062 + + + 233062@hsesinfo.org + Ms. + F233064 + L233064 + + 233064@hsesinfo.org + Ms. + F233060 + L233060 + + 233060@hsesinfo.org + 555-555-3060 x 5555 + + + 12225 + 434 + 13930 + 000 + 2014 + 2020-11-01 + + HS + Active + Nash Edgecombe Economic Development, Inc. + www.needcaa.com + 434@hsesinfo.org + 200 N Church St + + Rocky Mount + NC + 27804-5451 + PO Box 2346 + + Rocky Mount + NC + 27802-2346 + 200 N Church St + + Rocky Mount + NC + 27804-5451 + Mr. + F233124 + L233124 + + Board Chairman + 233124@hsesinfo.org + Ms. + F233125 + L233125 + + Interim Executive Director + 233125@hsesinfo.org + Ms. + F233127 + L233127 + + 233127@hsesinfo.org + Ms. + F233123 + L233123 + + 233123@hsesinfo.org + 555-555-3123 x 5555 + + + 12230 + 476 + 13923 + 000 + 1989 + 2020-11-01 + + HS + Active + Coshocton County Head Start + N/A + 476@hsesinfo.org + 3201 County Road 16 + + Coshocton + OH + 43812-9123 + 3201 County Road 16 + + Coshocton + OH + 43812-9123 + 3201 County Road 16 + + Coshocton + OH + 43812-9123 + Mr. + F233159 + L233159 + + Board President + 233159@hsesinfo.org + Ms. + F233160 + L233160 + + Executive Director + 233160@hsesinfo.org + Mr. + F233162 + L233162 + + 233162@hsesinfo.org + Ms. + F233158 + L233158 + + 233158@hsesinfo.org + 555-555-3158 + + + 12231 + 3113 + 13923 + 200 + 2011 + 2020-11-01 + + EHS + Active + Coshocton County Head Start + + 3113@hsesinfo.org + 3201 County Road 16 + + Coshocton + OH + 43812-9123 + 3201 County Road 16 + + Coshocton + OH + 43812-9123 + 3201 County Road 16 + + Coshocton + OH + 43812-9123 + Mr. + F233166 + L233166 + + Board President + 233166@hsesinfo.org + Ms. + F233167 + L233167 + + Executive Director + 233167@hsesinfo.org + Mr. + F233169 + L233169 + + 233169@hsesinfo.org + Ms. + F233165 + L233165 + + 233165@hsesinfo.org + 555-555-3165 + + + 12233 + 2737 + 13915 + 200 + 2011 + 2020-11-01 + + EHS + Active + Highland County Community Action Organization, Inc. + www.hccao.org + 2737@hsesinfo.org + 1487 N High St + + Hillsboro + OH + 45133-8496 + 1487 N High St + + Hillsboro + OH + 45133-8496 + 1487 N High St + + Hillsboro + OH + 45133-8496 + Mr. + F233180 + L233180 + + Board Chairman + 233180@hsesinfo.org + Ms. + F233181 + L233181 + + CEO/Executive Director + 233181@hsesinfo.org + Mrs. + F233183 + L233183 + + 233183@hsesinfo.org + Ms. + F233179 + L233179 + + 233179@hsesinfo.org + 555-555-3179 x 5555 + + + 12234 + 417 + 13925 + 000 + 1991 + 2020-11-01 + + HS + Active + Southwestern Wisconsin Community Action Program + www.swcap.org + 417@hsesinfo.org + 149 N. Iowa Street + + Dodgeville + WI + 53533-1545 + 149 N. Iowa Street + + Dodgeville + WI + 53533-1545 + 149 N. Iowa Street + + Dodgeville + WI + 53533-1545 + Ms. + F233187 + L233187 + + SWCAP Board Chair + 233187@hsesinfo.org + Mr. + F233188 + L233188 + + Executive Director + 233188@hsesinfo.org + Ms. + F233190 + L233190 + + 233190@hsesinfo.org + Ms. + F233186 + L233186 + + 233186@hsesinfo.org + 555-555-3186 + + + 12235 + 416 + 13925 + 200 + 2003 + 2020-11-01 + + EHS + Active + Southwestern Wisconsin Community Action Program + www.swcap.org + 416@hsesinfo.org + 149 N. Iowa Street + + Dodgeville + WI + 53533-1313 + 149 N. Iowa Street + + Dodgeville + WI + 53533-1313 + 149 N. Iowa Street + + Dodgeville + WI + 53533-1313 + Ms. + F233194 + L233194 + + SWCAP Board Chair + 233194@hsesinfo.org + Mr. + F233195 + L233195 + + Executive Director + 233195@hsesinfo.org + Ms. + F233197 + L233197 + + 233197@hsesinfo.org + Ms. + F233193 + L233193 + + 233193@hsesinfo.org + 555-555-3193 + + + 12238 + 6610 + 13917 + 000 + + 2020-11-01 + + HS + Active + Kingsley House, Inc. + www.kingsleyhouse.org + 6610@hsesinfo.org + 1600 Constance St + + New Orleans + LA + 70130-4641 + 1600 Constance St + + New Orleans + LA + 70130-4641 + 1600 Constance St + + New Orleans + LA + 70130-4641 + Mr. + F233215 + L233215 + + Board President + 233215@hsesinfo.org + Dr. + F233216 + L233216 + PhD + Chief Executive Officer + 233216@hsesinfo.org + Mr. + F233218 + L233218 + + 233218@hsesinfo.org + Mrs. + F233214 + L233214 + + 233214@hsesinfo.org + 555-555-3214 x 5555 + + + 12239 + 6611 + 13917 + 200 + + 2020-11-01 + + EHS + Active + Kingsley House, Inc. + www.kingsleyhouse.org + 6611@hsesinfo.org + 1600 Constance St + + New Orleans + LA + 70130-4641 + 1600 Constance St + + New Orleans + LA + 70130-4641 + 1600 Constance St + + New Orleans + LA + 70130-4641 + Mr. + F233222 + L233222 + + Board President + 233222@hsesinfo.org + Dr. + F233223 + L233223 + PhD + Chief Executive Officer + 233223@hsesinfo.org + Ms. + F233225 + L233225 + + 233225@hsesinfo.org + Mrs. + F233221 + L233221 + + 233221@hsesinfo.org + 555-555-3221 x 5555 + + + 12240 + 498 + 13913 + 000 + 1991 + 2020-11-01 + + HS + Active + United Community Action Program, Inc. + www.ucapinc.org + 498@hsesinfo.org + 501 6th St + + Pawnee + OK + 74058-2542 + 501 6th St + + Pawnee + OK + 74058-2542 + 501 6th St + + Pawnee + OK + 74058-2542 + Mr. + F233229 + L233229 + + Chairman of Board + 233229@hsesinfo.org + Mr. + F233230 + L233230 + + Executive Director + 233230@hsesinfo.org + Ms. + F233232 + L233232 + + 233232@hsesinfo.org + Ms. + F233228 + L233228 + + 233228@hsesinfo.org + 555-555-3228 x 5555 + + + 12241 + 499 + 13913 + 200 + 1992 + 2020-11-01 + + EHS + Active + United Community Action Program, Inc. + www.ucapinc.org + 499@hsesinfo.org + 501 6th St + + Pawnee + OK + 74058-2542 + 501 6th St + + Pawnee + OK + 74058-2542 + 501 6th St + + Pawnee + OK + 74058-2542 + Mr. + F233236 + L233236 + + Chairman of Board + 233236@hsesinfo.org + Mr. + F233237 + L233237 + + Executive Director + 233237@hsesinfo.org + Ms. + F233239 + L233239 + + 233239@hsesinfo.org + Ms. + F233235 + L233235 + + 233235@hsesinfo.org + 555-555-3235 x 5555 + + + 12248 + 8725 + 13910 + 000 + 2018 + 2020-11-01 + + HS + Active + Acelero, Inc. + www.acelero.net + 8725@hsesinfo.org + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + 500 7th Ave + 8th Floor + New York + NY + 10018-4502 + Mr. + F233285 + L233285 + + Chairman of the Board + 233285@hsesinfo.org + Mr. + F233286 + L233286 + + COO/Head Start Director + 233286@hsesinfo.org + Ms. + F233288 + L233288 + + 233288@hsesinfo.org + Mr. + F233284 + L233284 + + 233284@hsesinfo.org + 555-555-3284 + + + 12249 + 8726 + 13933 + 001 + 2018 + 2020-11-01 + + HS + Active + Acelero Learning Clark County + alcc.acelero.net + 8726@hsesinfo.org + 4366 W Cheyenne Ave + + North Las Vegas + NV + 89032-2484 + 4366 W Cheyenne Ave + + North Las Vegas + NV + 89032-2484 + 4366 W Cheyenne Ave + + North Las Vegas + NV + 89032-2484 + Ms. + F233292 + L233292 + + Chair Person + 233292@hsesinfo.org + Mr. + F233293 + L233293 + + Chief Executive Officer + 233293@hsesinfo.org + Ms. + F233295 + L233295 + + 233295@hsesinfo.org + Mr. + F233291 + L233291 + + 233291@hsesinfo.org + 555-555-3291 + + + 12252 + 494 + 13929 + 000 + 1995 + 2020-11-01 + + HS + Active + Sound To Harbor Head Start / ECEAP + http://www.esd113.org + 494@hsesinfo.org + 6005 Tyee Dr SW + + Tumwater + WA + 98512-7356 + 6005 Tyee Dr SW + + Tumwater + WA + 98512-7356 + 6005 Tyee Dr SW + + Tumwater + WA + 98512-7356 + Mr. + F233313 + L233313 + + Chair + 233313@hsesinfo.org + Dr. + F233314 + L233314 + + Superintendent + 233314@hsesinfo.org + Mr. + F233316 + L233316 + + 233316@hsesinfo.org + Ms. + F233312 + L233312 + + 233312@hsesinfo.org + 555-555-3312 + + + 12253 + 1527 + 13922 + 000 + 1991 + 2020-11-01 + + HS + Active + Ohio Valley Opportunities, Inc. + http://www.ovoinc.org + 1527@hsesinfo.org + 421 Walnut St + + Madison + IN + 47250-3565 + PO Box 625 + + Madison + IN + 47250-0625 + 421 Walnut St + + Madison + IN + 47250-3565 + Mr. + F233320 + L233320 + + Chairperson + 233320@hsesinfo.org + Ms. + F233321 + L233321 + + Executive Director + 233321@hsesinfo.org + Ms. + F233323 + L233323 + + 233323@hsesinfo.org + Ms. + F233319 + L233319 + + 233319@hsesinfo.org + 555-555-3319 + + + 10826 + 2995 + 12814 + 200 + 2011 + 2020-01-01 + + EHS + Active + Clinch Valley Community Action, Inc. + www.clinchvalleycaa.org + 2995@hsesinfo.org + 1379 Tazewell Avenue + + North Tazewell + VA + 24630 + PO Box 188 + + North Tazewell + VA + 24630-0188 + 1379 Tazewell Avenue + + North Tazewell + VA + 24630 + Mr. + F224070 + L224070 + II + Chairman of the Board + 224070@hsesinfo.org + Mr. + F224071 + L224071 + + + 224071@hsesinfo.org + Ms. + F224073 + L224073 + + 224073@hsesinfo.org + Ms. + F224069 + L224069 + + 224069@hsesinfo.org + 555-555-4069 x 5555 + + + 11720 + 819 + 13444 + 000 + 2015 + 2020-07-01 + + HS + Active + Community Action Commission of Erie, Huron and Richland + http://www.cacehr.org + 819@hsesinfo.org + 908 Seavers Way + + Sandusky + OH + 44870-4659 + PO Box 2500 + + Sandusky + OH + 44871-2500 + 908 Seavers Way + + Sandusky + OH + 44870-4659 + Mr. + F230005 + L230005 + + Board Chairman + 230005@hsesinfo.org + Mrs. + F230006 + L230006 + + President / CEO + 230006@hsesinfo.org + Ms. + F230008 + L230008 + + 230008@hsesinfo.org + Ms. + F230004 + L230004 + + 230004@hsesinfo.org + 555-555-0004 x 5555 + + + 11721 + 9552 + 13444 + 200 + 2020 + 2020-07-01 + + EHS + Active + Community Action Commission of Erie, Huron and Richland + http:/www.cacehr.org + 9552@hsesinfo.org + 908 Seavers Way + + Sandusky + OH + 44870-4659 + PO Box 2500 + + Sandusky + OH + 44871-2500 + 908 Seavers Way + + Sandusky + OH + 44870-4659 + Mr. + F230012 + L230012 + + Board Chairman + 230012@hsesinfo.org + Mrs. + F230013 + L230013 + + President / CEO + 230013@hsesinfo.org + Ms. + F230015 + L230015 + + 230015@hsesinfo.org + Ms. + F230011 + L230011 + + 230011@hsesinfo.org + 555-555-0011 x 5555 + + + 12254 + 464 + 13934 + 000 + 1991 + 2020-11-01 + + HS + Active + Community Partnership For Child Development + http://www.cpcdheadstart.org + 464@hsesinfo.org + 2330 Robinson St + + Colorado Springs + CO + 80904-3752 + 2330 Robinson St + + Colorado Springs + CO + 80904-3752 + 2330 Robinson St + + Colorado Springs + CO + 80904-3752 + Ms. + F233327 + L233327 + + Board Chair + 233327@hsesinfo.org + Ms. + F233328 + L233328 + + + 233328@hsesinfo.org + Ms. + F233330 + L233330 + + 233330@hsesinfo.org + Ms. + F233326 + L233326 + + 233326@hsesinfo.org + 555-555-3326 + + + 12255 + 463 + 13934 + 200 + 2001 + 2020-11-01 + + EHS + Active + Community Partnership For Child Development + http://www.cpcdheadstart.org + 463@hsesinfo.org + 2330 Robinson St + + Colorado Springs + CO + 80904-3752 + 2330 Robinson St + + Colorado Springs + CO + 80904-3752 + 2330 Robinson St + + Colorado Springs + CO + 80904-3752 + Ms. + F233334 + L233334 + + Board Chair + 233334@hsesinfo.org + Ms. + F233335 + L233335 + + + 233335@hsesinfo.org + Ms. + F233337 + L233337 + + 233337@hsesinfo.org + Ms. + F233333 + L233333 + + 233333@hsesinfo.org + 555-555-3333 + + + 12215 + 465 + 13911 + 000 + 1989 + 2020-11-01 + + HS + Active + Edadvance + http://www.edadvance.org + 465@hsesinfo.org + 355 Goshen Rd + + Litchfield + CT + 06759-2404 + 355 Goshen Rd + + Litchfield + CT + 06759-2404 + 355 Goshen Rd + + Litchfield + CT + 06759-2404 + Mr. + F233054 + L233054 + + Board of Directors, Chair + 233054@hsesinfo.org + Dr. + F233055 + L233055 + + + 233055@hsesinfo.org + Ms. + F233057 + L233057 + + 233057@hsesinfo.org + Mrs. + F233053 + L233053 + + 233053@hsesinfo.org + 555-555-3053 x 5555 + + + 12244 + 481 + 13928 + 000 + 1991 + 2020-11-01 + + HS + Active + Poudre School District #1 + https://www.psdschools.org/programs-services/early-childhood-education + 481@hsesinfo.org + 2407 Laporte Ave + + Fort Collins + CO + 80521-2211 + 2407 Laporte Ave + + Fort Collins + CO + 80521-2211 + 2407 Laporte Ave + + Fort Collins + CO + 80521-2211 + Mr. + F233257 + L233257 + + School Board President + 233257@hsesinfo.org + Mr. + F233258 + L233258 + + Executive Director of Head Start + 233258@hsesinfo.org + Mr. + F233260 + L233260 + + 233260@hsesinfo.org + Ms. + F233256 + L233256 + + 233256@hsesinfo.org + 555-555-3256 + + + 12245 + 480 + 13928 + 200 + 2004 + 2020-11-01 + + EHS + Active + Poudre School District #1 + https://www.psdschools.org/programs-services/early-childhood-education + 480@hsesinfo.org + 2407 Laporte Ave + + Fort Collins + CO + 80521-2211 + 2407 Laporte Ave + + Fort Collins + CO + 80521-2211 + 2407 Laporte Ave + + Fort Collins + CO + 80521-2211 + Mr. + F233264 + L233264 + + School Board President + 233264@hsesinfo.org + Mr. + F233265 + L233265 + + Executive Director of Head Start + 233265@hsesinfo.org + Mr. + F233267 + L233267 + + 233267@hsesinfo.org + Ms. + F233263 + L233263 + + 233263@hsesinfo.org + 555-555-3263 + + + 12243 + 2397 + 13920 + 000 + 1991 + 2020-11-01 + + HS + Active + Carbon County Child Development Programs, Inc. + https://carboncountychilddevelopmentprograms.org/ + 2397@hsesinfo.org + 1801 Edinburgh St + + Rawlins + WY + 82301-4624 + 1801 Edinburgh St + + Rawlins + WY + 82301-4624 + 1801 Edinburgh St + + Rawlins + WY + 82301-4624 + Mrs. + F233250 + L233250 + + Board Chairman + 233250@hsesinfo.org + Ms. + F233251 + L233251 + + Executive Director + 233251@hsesinfo.org + Ms. + F233253 + L233253 + + 233253@hsesinfo.org + Ms. + F233249 + L233249 + + 233249@hsesinfo.org + 555-555-3249 + + + 12246 + 200 + 13926 + 000 + 1991 + 2020-11-01 + + HS + Active + Thompson School District R2J + thompsonschools.org + 200@hsesinfo.org + 407 E 42nd St + + Loveland + CO + 80538-2323 + 407 E 42nd St + + Loveland + CO + 80538-2323 + 407 E 42nd St + + Loveland + CO + 80538-2323 + Ms. + F233271 + L233271 + + Board of Education President + 233271@hsesinfo.org + Dr. + F233272 + L233272 + + School District Superintendent + 233272@hsesinfo.org + Ms. + F233274 + L233274 + + 233274@hsesinfo.org + Mr. + F233270 + L233270 + + 233270@hsesinfo.org + 555-555-3270 + + + 12247 + 2044 + 13918 + 000 + 1991 + 2020-11-01 + + HS + Active + Adams County + www.adcogov.org + 2044@hsesinfo.org + 11860 Pecos St + + Westminster + CO + 80234-2740 + 11860 Pecos St + + Westminster + CO + 80234-2740 + 11860 Pecos St + + Westminster + CO + 80234-2740 + Ms. + F233278 + L233278 + + Chair, Adams County Commissioner + 233278@hsesinfo.org + Miss + F233279 + L233279 + + Human Services Department Director + 233279@hsesinfo.org + Ms. + F233281 + L233281 + + 233281@hsesinfo.org + Mrs. + F233277 + L233277 + + 233277@hsesinfo.org + 555-555-3277 + + + 12242 + 447 + 13914 + 000 + 1991 + 2020-11-01 + + HS + Active + Laramie Child Development Corporation + www.headstartlaramie.com + 447@hsesinfo.org + 365 W Grand Ave + + Laramie + WY + 82072-3552 + 365 W Grand Ave + + Laramie + WY + 82072-3552 + 365 W Grand Ave + + Laramie + WY + 82072-3552 + Mr. + F233243 + L233243 + + President, Board of Directors + 233243@hsesinfo.org + Mrs. + F233244 + L233244 + + Executive Director + 233244@hsesinfo.org + Mrs. + F233246 + L233246 + + 233246@hsesinfo.org + Mrs. + F233242 + L233242 + + 233242@hsesinfo.org + 555-555-3242 + + + 11917 + 9665 + 13612 + 000 + 2020 + 2020-08-01 + + HS + Active + Family Guidance Center of Alabama, Inc. + https://familyguidancecenter.org/ + 9665@hsesinfo.org + 2358 Fairlane Dr + + Montgomery + AL + 36116-1604 + 2358 Fairlane Dr + + Montgomery + AL + 36116-1604 + 2358 Fairlane Dr + + Montgomery + AL + 36116-1604 + Mr. + F231277 + L231277 + + Boardchair + 231277@hsesinfo.org + Mr. + F231278 + L231278 + + + 231278@hsesinfo.org + + F231280 + L231280 + + 231280@hsesinfo.org + Mr. + F231276 + L231276 + + 231276@hsesinfo.org + 555-555-1276 + + + 11918 + 9666 + 13612 + 200 + 2020 + 2020-08-01 + + EHS + Active + Family Guidance Center of Alabama, Inc. + https://familyguidancecenter.org/ + 9666@hsesinfo.org + 2358 Fairlane Dr + + Montgomery + AL + 36116-1604 + 2358 Fairlane Dr + + Montgomery + AL + 36116-1604 + 2358 Fairlane Dr + + Montgomery + AL + 36116-1604 + Mr. + F231284 + L231284 + + Boardchair + 231284@hsesinfo.org + Mr. + F231285 + L231285 + + + 231285@hsesinfo.org + + F231287 + L231287 + + 231287@hsesinfo.org + Ms. + F231283 + L231283 + + 231283@hsesinfo.org + 555-555-1283 + + + 12250 + 455 + 13919 + 000 + 1992 + 2020-11-01 + + HS + Active + Olympic ESD 114 + http://oesd114.org + 455@hsesinfo.org + 105 National Ave N + + Bremerton + WA + 98312-3537 + 105 National Ave N + + Bremerton + WA + 98312-3537 + 105 National Ave N + + Bremerton + WA + 98312-3537 + Mr. + F233299 + L233299 + + Board Chair + 233299@hsesinfo.org + Mr. + F233300 + L233300 + + Superintendent + 233300@hsesinfo.org + Ms. + F233302 + L233302 + + 233302@hsesinfo.org + Mrs. + F233298 + L233298 + + 233298@hsesinfo.org + 555-555-3298 + + + 12251 + 456 + 13919 + 200 + 2003 + 2020-11-01 + + EHS + Active + Olympic ESD 114 + http://oesd.wednet.edu + 456@hsesinfo.org + 105 National Ave N + + Bremerton + WA + 98312-3537 + 105 National Ave N + + Bremerton + WA + 98312-3537 + 105 National Ave N + + Bremerton + WA + 98312-3537 + Mr. + F233306 + L233306 + + Board Chair + 233306@hsesinfo.org + Mr. + F233307 + L233307 + + Superintendent + 233307@hsesinfo.org + Ms. + F233309 + L233309 + + 233309@hsesinfo.org + Mrs. + F233305 + L233305 + + 233305@hsesinfo.org + 555-555-3305 + + + 10043 + 640 + 12103 + 000 + 2013 + 2019-07-01 + + HS + Active + Coahoma Opportunities, Inc. + www.coahomacaa.org + 640@hsesinfo.org + 115 Issaquena Ave + + Clarksdale + MS + 38614-4314 + PO Box 1445 + + Clarksdale + MS + 38614-1445 + 115 Issaquena Ave + + Clarksdale + MS + 38614-4314 + Ms. + F218694 + L218694 + + Board Chairperson + 218694@hsesinfo.org + Mr. + F218695 + L218695 + + Executive Director + 218695@hsesinfo.org + Mr. + F218697 + L218697 + + 218697@hsesinfo.org + Mrs. + F218693 + L218693 + + 218693@hsesinfo.org + 555-555-8693 x 5555 + + + 10044 + 8995 + 12103 + 200 + 2019 + 2019-07-01 + + EHS + Active + Coahoma Opportunities, Inc. + www.coahomacaa.org + 8995@hsesinfo.org + 115 Issaquena Ave + + Clarksdale + MS + 38614-4314 + PO Box 1445 + + Clarksdale + MS + 38614-1445 + 115 Issaquena Ave + + Clarksdale + MS + 38614-4314 + Ms. + F218701 + L218701 + + Board Chairperson + 218701@hsesinfo.org + Mr. + F218702 + L218702 + + Executive Director + 218702@hsesinfo.org + Mr. + F218704 + L218704 + + 218704@hsesinfo.org + Mrs. + F218700 + L218700 + + 218700@hsesinfo.org + 555-555-8700 x 5555 + + + 10717 + 361 + 12719 + 000 + 2014 + 2019-11-01 + + AIAN HS + Active + Pueblo of San Felipe (IMPD) + None + 361@hsesinfo.org + 10 Meadowview Road + + Algodones + NM + 87001 + 10 Meadowview Road + P.O. Box 4346 + San Felilpe Pueblo + NM + 87001-4346 + 10 Meadowview Road + + Algodones + NM + 87001 + Mr. + F223348 + L223348 + + Governor + 223348@hsesinfo.org + Ms. + F223349 + L223349 + + Head Start Director + 223349@hsesinfo.org + Mrs. + F223351 + L223351 + + 223351@hsesinfo.org + Ms. + F223347 + L223347 + + 223347@hsesinfo.org + 555-555-3347 + + + 12256 + 1526 + 13936 + 000 + 1999 + 2020-11-01 + + HS + Active + YMCA/Early Childhood Development Co, LLC + ymcaatlanta.org/early-learning + 1526@hsesinfo.org + 569 Martin Luther King Jr Dr NW + + Atlanta + GA + 30314-4164 + 569 Martin Luther King Jr Dr NW + + Atlanta + GA + 30314-4164 + 569 Martin Luther King Jr Dr NW + + Atlanta + GA + 30314-4164 + Ms. + F233341 + L233341 + + YMCA Board Chair + 233341@hsesinfo.org + Mrs. + F233342 + L233342 + + President and CEO + 233342@hsesinfo.org + Ms. + F233344 + L233344 + + 233344@hsesinfo.org + Mrs. + F233340 + L233340 + + 233340@hsesinfo.org + 555-555-3340 + + + 12257 + 2572 + 13936 + 200 + 2004 + 2020-11-01 + + EHS + Active + YMCA/Early Childhood Development Co, LLC + ymcaatlanta.org/early-learning + 2572@hsesinfo.org + 569 Martin Luther King Jr Dr NW + + Atlanta + GA + 30314-4164 + 569 Martin Luther King Jr Dr NW + + Atlanta + GA + 30314-4164 + 569 Martin Luther King Jr Dr NW + + Atlanta + GA + 30314-4164 + Ms. + F233348 + L233348 + + YMCA Board Chair + 233348@hsesinfo.org + Mrs. + F233349 + L233349 + + President and CEO + 233349@hsesinfo.org + Ms. + F233351 + L233351 + + 233351@hsesinfo.org + Mrs. + F233347 + L233347 + + 233347@hsesinfo.org + 555-555-3347 + + + 12258 + 362 + 13935 + 000 + 1991 + 2020-11-01 + + HS + Active + Clarksville / Montgomery County CAA + www.cmccaa.com + 362@hsesinfo.org + 150 Lafayette Rd + + Clarksville + TN + 37042-4205 + 150 Lafayette Rd + + Clarksville + TN + 37042-4205 + 150 Lafayette Rd + + Clarksville + TN + 37042-4205 + Mrs. + F233355 + L233355 + + Board Chair + 233355@hsesinfo.org + Mrs. + F233356 + L233356 + + Executive Director + 233356@hsesinfo.org + Ms. + F233358 + L233358 + + 233358@hsesinfo.org + Ms. + F233354 + L233354 + + 233354@hsesinfo.org + 555-555-3354 + + + 6813 + 3232 + 10295 + 000 + 2011 + 2015-09-01 + + HS + Active + BCFS Education Services + http://www.discoverbcfs.net/HeadStart + 3232@hsesinfo.org + 316 W Highland Dr + + Boerne + TX + 78006-2509 + 1506 Bexar Crossing St + + San Antonio + TX + 78232-1587 + 1506 Bexar Crossing St + + San Antonio + TX + 78232-1587 + Mr. + F203366 + L203366 + III + Board Chair + 203366@hsesinfo.org + Dr. + F203367 + L203367 + + Executive Director + 203367@hsesinfo.org + Mrs. + F203369 + L203369 + + 203369@hsesinfo.org + Mrs. + F203365 + L203365 + + 203365@hsesinfo.org + 555-555-3365 + + + 11370 + 9319 + 10295 + 200 + 2020 + 2020-08-01 + + EHS + Active + BCFS Education Services + http://www.discoverbcfs.net/HeadStart + 9319@hsesinfo.org + 316 W Highland Dr + + Boerne + TX + 78006-2509 + 1506 Bexar Crossing St + + San Antonio + TX + 78232-1587 + 1506 Bexar Crossing St + + San Antonio + TX + 78232-1587 + Mr. + F227653 + L227653 + III + Board Chair + 227653@hsesinfo.org + Dr. + F227651 + L227651 + + Executive Director + 227651@hsesinfo.org + Mrs. + F227654 + L227654 + + 227654@hsesinfo.org + Mrs. + F227650 + L227650 + + 227650@hsesinfo.org + 555-555-7650 + + + 9790 + 5066 + 11930 + 000 + 2014 + 2019-07-01 + + HS + Active + YMCA of Central Maryland, Inc. Baltimore City + 303 W. Chesapeake Ave. + 5066@hsesinfo.org + 303 W Chesapeake Ave + + Towson + MD + 21204-4406 + 303 W Chesapeake Ave + + Towson + MD + 21204-4406 + 1201 S. Caton Ave + + Baltimore + MD + 21227-1072 + Mr. + F216941 + L216941 + + Board Chair + 216941@hsesinfo.org + Mr. + F216942 + L216942 + + CEO + 216942@hsesinfo.org + Ms. + F216944 + L216944 + + 216944@hsesinfo.org + Ms. + F216940 + L216940 + + 216940@hsesinfo.org + 555-555-6940 + + + 11616 + 938 + 13397 + 000 + 1992 + 2020-07-01 + + HS + Active + YMCA OF Central Maryland, INC + http://www.ymaryland.org + 938@hsesinfo.org + 303 W Chesapeake Ave + + Baltimore + MD + 21204-4406 + 303 W Chesapeake Ave + + Baltimore + MD + 21204-4406 + 4375 Ebenezer Rd + + Nottingham + MD + 21236-2148 + Mr. + F229280 + L229280 + + + 229280@hsesinfo.org + Mr. + F229281 + L229281 + + President & CEO + 229281@hsesinfo.org + Ms. + F229283 + L229283 + + 229283@hsesinfo.org + Mrs. + F229279 + L229279 + + 229279@hsesinfo.org + 555-555-9279 x 5555 + + + 11617 + 2807 + 13397 + 200 + 2011 + 2020-07-01 + + EHS + Active + YMCA OF Central Maryland, INC + http://www.ymaryland.org + 2807@hsesinfo.org + 303 W Chesapeake Ave + + Baltimore + MD + 21204-4406 + 303 W Chesapeake Ave + + Towson + MD + 21204-4406 + 4375 Ebenezer Rd + + Nottingham + MD + 21236-2148 + Mr. + F229287 + L229287 + + + 229287@hsesinfo.org + Mr. + F229288 + L229288 + + President & CEO + 229288@hsesinfo.org + Ms. + F229290 + L229290 + + 229290@hsesinfo.org + Mrs. + F229286 + L229286 + + 229286@hsesinfo.org + 555-555-9286 x 5555 + + + 8346 + 8253 + 10703 + 000 + 2016 + 2016-07-01 + + HS + Active + YMCA OF CENTRAL MARYLAND, INC + www.ymaryland.org + 8253@hsesinfo.org + 303 W Chesapeake Ave + + Baltimore + MD + 21204-4406 + 303 W Chesapeake Ave + + Baltimore + MD + 21204-4406 + 303 W Chesapeake Ave + + Baltimore + MD + 21204-4406 + Mr. + F207561 + L207561 + + + 207561@hsesinfo.org + Mr. + F207562 + L207562 + + CEO + 207562@hsesinfo.org + Mr. + F207564 + L207564 + + 207564@hsesinfo.org + Mrs. + F207560 + L207560 + + 207560@hsesinfo.org + 555-555-7560 + + + 8347 + 8254 + 10703 + 200 + 2016 + 2016-07-01 + + EHS + Active + YMCA OF CENTRAL MARYLAND, INC + www.ymaryland.org + 8254@hsesinfo.org + 303 W Chesapeake Ave + + Baltimore + MD + 21204-4406 + 303 W Chesapeake Ave + + Towson + MD + 21204-4406 + 26 Magothy Beach Rd + + Pasadena + MD + 21122-4428 + Mr. + F207568 + L207568 + + + 207568@hsesinfo.org + Mr. + F207569 + L207569 + + CEO + 207569@hsesinfo.org + Ms. + F207571 + L207571 + + 207571@hsesinfo.org + Mrs. + F207567 + L207567 + + 207567@hsesinfo.org + 555-555-7567 + + + 10379 + 6010 + 12391 + 200 + + 2019-08-01 + + EHS + Active + Municipality of San Sebastian + + 6010@hsesinfo.org + Carr 125 + Bo. Guatemala + San Sebastian + PR + 00685 + PO Box 1603 + + San Sebastian + PR + 00685-1603 + Carr 125 + Bo. Guatemala + San Sebastian + PR + 00685 + Ms. + F220994 + L220994 + + President of the Governing Board + 220994@hsesinfo.org + Mr. + F220995 + L220995 + + Director EHS/EHS-CCP + 220995@hsesinfo.org + Ms. + F220997 + L220997 + + 220997@hsesinfo.org + Mr. + F220993 + L220993 + + 220993@hsesinfo.org + 555-555-0993 + + + 10928 + 5090 + 12901 + 200 + 2014 + 2020-01-01 + + EHS + Active + Telamon Corporation + http://www.telamon.org + 5090@hsesinfo.org + 5560 Munford Rd., Suite 201 + + Raleigh + NC + 27612-2731 + 5560 Munford Rd + Ste 201 + Raleigh + NC + 27612-2731 + 5560 Munford Rd + Ste 201 + Raleigh + NC + 27612-2731 + Mrs. + F224795 + L224795 + + Governing Board Chair + 224795@hsesinfo.org + Mrs. + F224796 + L224796 + + Executive Director + 224796@hsesinfo.org + Ms. + F224798 + L224798 + + 224798@hsesinfo.org + Ms. + F224794 + L224794 + + 224794@hsesinfo.org + 555-555-4794 + + + 8745 + 8603 + 11118 + 021 + 2017 + 2017-08-01 + + HS + Active + Municipality of Vega Baja + + 8603@hsesinfo.org + Calle Baldorioty De Castro + + Vega Baja + PR + 00694 + PO Box 1603 + + Vega Baja + PR + 00694-1603 + Calle Baldorioty De Castro + + Vega Baja + PR + 00694 + Mrs. + F209692 + L209692 + + Director + 209692@hsesinfo.org + Mrs. + F209693 + L209693 + + Director + 209693@hsesinfo.org + Mrs. + F209695 + L209695 + + 209695@hsesinfo.org + Mrs. + F209691 + L209691 + + 209691@hsesinfo.org + 555-555-9691 + + + 8746 + 8604 + 11118 + 221 + 2017 + 2017-08-01 + + EHS + Active + Municipality of Vega Baja + + 8604@hsesinfo.org + Calle Baldorioty De Castro + + Vega Baja + PR + 00694 + PO Box 1603 + + Vega Baja + PR + 00694-1603 + Calle Baldorioty De Castro + + Vega Baja + PR + 00694 + Mrs. + F209698 + L209698 + + Director + 209698@hsesinfo.org + Mrs. + F209699 + L209699 + + Director + 209699@hsesinfo.org + Mrs. + F209701 + L209701 + + 209701@hsesinfo.org + Mrs. + F209697 + L209697 + + 209697@hsesinfo.org + 555-555-9697 + + + 11620 + 345 + 13400 + 000 + 2014 + 2020-07-01 + + HS + Active + DOTHAN CITY BOARD OF EDUCATION + dothan.k12.al.us + 345@hsesinfo.org + 1665 Honeysuckle Rd + + Dothan + AL + 36305-1911 + 900 W. Powell St. + + Dothan + AL + 36301 + 1665 Honeysuckle Rd + + Dothan + AL + 36305-1911 + Mr. + F229308 + L229308 + + Board Chairman + 229308@hsesinfo.org + Dr. + F229309 + L229309 + + Acting Superintendent + 229309@hsesinfo.org + Mr. + F229311 + L229311 + + 229311@hsesinfo.org + Mrs. + F229307 + L229307 + + 229307@hsesinfo.org + 555-555-9307 + + + 12262 + 277 + 13937 + 000 + 1991 + 2020-12-01 + + HS + Active + Beth Rivkah Head Start + + 277@hsesinfo.org + 310 Crown St + + Brooklyn + NY + 11225-3004 + 310 Crown St + + Brooklyn + NY + 11225-3004 + 310 Crown St + + Brooklyn + NY + 11225-3004 + Mr. + F233368 + L233368 + + + 233368@hsesinfo.org + Mr. + F233369 + L233369 + + + 233369@hsesinfo.org + Mrs. + F233371 + L233371 + + 233371@hsesinfo.org + Mrs. + F233367 + L233367 + + 233367@hsesinfo.org + 555-555-3367 x 5555 + + + 12263 + 2596 + 13937 + 200 + 2011 + 2020-12-01 + + EHS + Active + Beth Rivkah Early Head Start + www.bethrivkah.edu + 2596@hsesinfo.org + 310 Crown St + + Brooklyn + NY + 11225-3004 + 310 Crown St + + Brooklyn + NY + 11225-3004 + 310 Crown St + + Brooklyn + NY + 11225-3004 + Mr. + F233375 + L233375 + + + 233375@hsesinfo.org + Mr. + F233376 + L233376 + + + 233376@hsesinfo.org + Mrs. + F233378 + L233378 + + 233378@hsesinfo.org + Mrs. + F233374 + L233374 + + 233374@hsesinfo.org + 555-555-3374 x 5555 + + + 12264 + 394 + 13938 + 000 + 1992 + 2020-10-01 + + HS + Active + Mid Florida Community Services, Inc. + http://www.mfcs.us.com + 394@hsesinfo.org + 820 Kennedy Blvd + + Brooksville + FL + 34601-5704 + 820 Kennedy Blvd + + Brooksville + FL + 34601-5704 + 820 Kennedy Blvd + + Brooksville + FL + 34601-5704 + Mr. + F233382 + L233382 + + Chairman, Board of Directors + 233382@hsesinfo.org + Mr. + F233383 + L233383 + + Executive Director + 233383@hsesinfo.org + Ms. + F233385 + L233385 + + 233385@hsesinfo.org + Mrs. + F233381 + L233381 + + 233381@hsesinfo.org + 555-555-3381 + + + 11647 + 800 + 13417 + 000 + 1995 + 2020-07-01 + + HS + Active + Acadia Parish School Board + http://www.acadia.k12.la.us + 800@hsesinfo.org + 2402 N Parkerson Ave + + Crowley + LA + 70526-2015 + 2402 N Parkerson Ave + + Crowley + LA + 70526-2015 + 2402 N Parkerson Ave + + Crowley + LA + 70526-2015 + Mr. + F229497 + L229497 + + Board Chairperson + 229497@hsesinfo.org + Mr. + F229498 + L229498 + + Superintendent + 229498@hsesinfo.org + Ms. + F229500 + L229500 + + 229500@hsesinfo.org + Mr. + F229496 + L229496 + + 229496@hsesinfo.org + 555-555-9496 + + + 12266 + 2836 + 13939 + 200 + 2011 + 2020-12-01 + + EHS + Active + Warren County Head Start Inc + www.wchsny.org + 2836@hsesinfo.org + 11 Pearl St + + Glens Falls + NY + 12801-3603 + 11 Pearl St + + Glens Falls + NY + 12801-3603 + 11 Pearl St + + Glens Falls + NY + 12801-3603 + Ms. + F233396 + L233396 + Esq. + President, Board of DIrectors + 233396@hsesinfo.org + Ms. + F233397 + L233397 + + + 233397@hsesinfo.org + Mr. + F233399 + L233399 + + 233399@hsesinfo.org + Ms. + F233395 + L233395 + + 233395@hsesinfo.org + 555-555-3395 x 5555 + + + 12265 + 2899 + 13939 + 000 + 1991 + 2020-12-01 + + HS + Active + Warren County Head Start Inc + www.wchsny.org + 2899@hsesinfo.org + 11 Pearl St + + Glens Falls + NY + 12801-3603 + 11 Pearl St + + Glens Falls + NY + 12801-3603 + 11 Pearl St + + Glens Falls + NY + 12801-3603 + Ms. + F233389 + L233389 + Esq. + President, Board of Directors + 233389@hsesinfo.org + Ms. + F233390 + L233390 + + + 233390@hsesinfo.org + Ms. + F233392 + L233392 + + 233392@hsesinfo.org + Ms. + F233388 + L233388 + + 233388@hsesinfo.org + 555-555-3388 x 5555 + + + 11697 + 9528 + 13449 + 000 + 2020 + 2020-07-01 + + HS + Active + Human Resources Agency of New Britain, Inc. + http://www.hranbct.org + 9528@hsesinfo.org + 180 Clinton St + + New Britain + CT + 06053-3512 + 180 Clinton St + + New Britain + CT + 06053-3512 + 180 Clinton St + + New Britain + CT + 06053-3512 + Mr. + F229844 + L229844 + + Board President + 229844@hsesinfo.org + Ms. + F229845 + L229845 + + Interim Executive Director + 229845@hsesinfo.org + Mr. + F229847 + L229847 + + 229847@hsesinfo.org + Ms. + F229843 + L229843 + + 229843@hsesinfo.org + 555-555-9843 x 5555 + + + 11698 + 9529 + 13449 + 200 + 2020 + 2020-07-01 + + EHS + Active + Human Resources Agency of New Britain, Inc. + http://www.hranbct.org + 9529@hsesinfo.org + 180 Clinton St + + New Britain + CT + 06053-3512 + 180 Clinton St + + New Britain + CT + 06053-3512 + 180 Clinton St + + New Britain + CT + 06053-3512 + Mr. + F229851 + L229851 + + Board President + 229851@hsesinfo.org + Ms. + F229852 + L229852 + + Interim Executive Director + 229852@hsesinfo.org + Mr. + F229854 + L229854 + + 229854@hsesinfo.org + Ms. + F229850 + L229850 + + 229850@hsesinfo.org + 555-555-9850 x 5555 + + + 10589 + 6171 + 12569 + 200 + + 2019-09-01 + + EHS + Active + Fort Valley State University + http://www.fvsu.edu + 6171@hsesinfo.org + 1005 State University Dr + Fort Valley State University + Fort Valley + GA + 31030-4313 + PO Box 4395 + 1005 State University Drive + Fort Valley + GA + 31030-0419 + 1005 State University Dr + Fort Valley State University + Fort Valley + GA + 31030-4313 + Ms. + F222461 + L222461 + + Board Chair + 222461@hsesinfo.org + Dr. + F222462 + L222462 + + Executive Director + 222462@hsesinfo.org + Mr. + F222464 + L222464 + + 222464@hsesinfo.org + Ms. + F222460 + L222460 + + 222460@hsesinfo.org + 555-555-2460 + + + 11007 + 9179 + 12960 + 203 + 2019 + 2019-03-01 + + EHS + Active + School District of Pittsburgh + https://www.pghschools.org/domain/1279 + 9179@hsesinfo.org + 1398 Page St + Conroy Early Childhood Center, Building A, Rm 226 + Pittsburgh + PA + 15233-2007 + 1398 Page St + Conroy Early Childhood Center, Building A, Rm 226 + Pittsburgh + PA + 15233-2007 + 1398 Page St + Conroy Early Childhood Center, Building A, Rm 226 + Pittsburgh + PA + 15233-2007 + Mrs. + F225343 + L225343 + + School Board President + 225343@hsesinfo.org + Mrs. + F225341 + L225341 + + Executive Director, Early Childhood Education + 225341@hsesinfo.org + Ms. + F225344 + L225344 + + 225344@hsesinfo.org + Mrs. + F225340 + L225340 + + 225340@hsesinfo.org + 555-555-5340 + + + 10508 + 6896 + 12506 + 203 + + 2019-09-01 + + EHS + Active + School District of Pittsburgh + https://www.pghschools.org/domain/1279 + 6896@hsesinfo.org + 1398 Page St + Conroy Early Childhood Center + Pittsburgh + PA + 15233-2007 + 1398 Page St + Conroy Early Childhood Center + Pittsburgh + PA + 15233-2007 + 1398 Page St + Conroy Early Childhood Center + Pittsburgh + PA + 15233-2007 + Mrs. + F221895 + L221895 + + School Board President + 221895@hsesinfo.org + Mrs. + F221896 + L221896 + + Executive Director, Early Childhood Education + 221896@hsesinfo.org + Ms. + F221898 + L221898 + + 221898@hsesinfo.org + Mrs. + F221894 + L221894 + + 221894@hsesinfo.org + 555-555-1894 + + + 8934 + 2021 + 11285 + 000 + 2013 + 2018-07-01 + + HS + Active + School District of Pittsburgh + https://www.pghschools.org/domain/1279 + 2021@hsesinfo.org + Pittsburgh School District + 341 S. Bellefield Avenue + Pittsburgh + PA + 15213 + Pittsburgh School District + 341 S. Bellefield Avenue + Pittsburgh + PA + 15213 + Pittsburgh School District + 341 S. Bellefield Avenue + Pittsburgh + PA + 15213 + Mrs. + F211044 + L211044 + + Board President + 211044@hsesinfo.org + Dr. + F211045 + L211045 + + Superintendent of Schools + 211045@hsesinfo.org + Mrs. + F211047 + L211047 + + 211047@hsesinfo.org + Mrs. + F211043 + L211043 + + 211043@hsesinfo.org + 555-555-1043 + + + 8935 + 2859 + 11285 + 200 + 2013 + 2018-07-01 + + EHS + Active + School District of Pittsburgh + https://www.pghschools.org/domain/1279 + 2859@hsesinfo.org + 341 South Bellefield Avenue + + Pittsburgh + PA + 15213 + 341 South Bellefield Avenue + + Pittsburgh + PA + 15213 + 341 South Bellefield Avenue + + Pittsburgh + PA + 15213 + Mrs. + F211051 + L211051 + + Board President + 211051@hsesinfo.org + Dr. + F211052 + L211052 + + Superintendent of Schools + 211052@hsesinfo.org + Mrs. + F211054 + L211054 + + 211054@hsesinfo.org + Mrs. + F211050 + L211050 + + 211050@hsesinfo.org + 555-555-1050 + + + 6313 + 3475 + 9902 + 201 + 2010 + 2015-04-01 + 2020-10-31 + EHS + Inactive + Acelero Learning Camden/Philadelphia + alcp.acelero.net + 3475@hsesinfo.org + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + 1801 N 23rd St + + Philadelphia + PA + 19121-2055 + Ms. + F110522 + L110522 + + Board Chairman + 110522@hsesinfo.org + Mr. + F110520 + L110520 + + + 110520@hsesinfo.org + Ms. + F110519 + L110519 + + 110519@hsesinfo.org + Ms. + F110518 + L110518 + + 110518@hsesinfo.org + 555-555-0518 + + + 6896 + 394 + 10383 + 000 + 1992 + 2015-10-01 + 2020-09-30 + HS + Inactive + Mid Florida Community Services, Inc. + http://www.mfcs.us.com + 394@hsesinfo.org + 820 Kennedy Blvd + + Brooksville + FL + 34601-5704 + 820 Kennedy Blvd + + Brooksville + FL + 34601-5704 + 820 Kennedy Blvd + + Brooksville + FL + 34601-5704 + Mr. + F203933 + L203933 + + Chairman, Board of Directors + 203933@hsesinfo.org + Mr. + F203934 + L203934 + + Executive Director + 203934@hsesinfo.org + Ms. + F203936 + L203936 + + 203936@hsesinfo.org + Mrs. + F203932 + L203932 + + 203932@hsesinfo.org + 555-555-3932 + + + 8776 + 3151 + 11141 + 200 + 2012 + 2018-01-01 + + EHS + Active + Starfish Family Services, Inc. + www.starfishfamilyservices.org + 3151@hsesinfo.org + 30000 Hiveley St + + Inkster + MI + 48141-1089 + 30000 Hiveley St + + Inkster + MI + 48141-1089 + 30000 Hiveley St + + Inkster + MI + 48141-1089 + Mr. + F209941 + L209941 + + Chairman + 209941@hsesinfo.org + Ms. + F209942 + L209942 + + CEO/Executive Director + 209942@hsesinfo.org + Ms. + F209944 + L209944 + + 209944@hsesinfo.org + Ms. + F209940 + L209940 + + 209940@hsesinfo.org + 555-555-9940 + + + 8285 + 8217 + 10656 + 000 + 2016 + 2016-07-01 + + HS + Active + Starfish Family Services, Inc. + www.starfishfamilyservices.org + 8217@hsesinfo.org + 30000 Hiveley St + + Inkster + MI + 48141-1089 + 30000 Hiveley St + + Inkster + MI + 48141-1089 + 30000 Hiveley Street + + Inkster + MI + 48141-1089 + Mr. + F207135 + L207135 + + Starfish Family Services Governing Board Chairperson + 207135@hsesinfo.org + Ms. + F207136 + L207136 + + CEO/Executive Director + 207136@hsesinfo.org + Ms. + F207138 + L207138 + + 207138@hsesinfo.org + Ms. + F207134 + L207134 + + 207134@hsesinfo.org + 555-555-7134 + + + 8286 + 8218 + 10656 + 200 + 2016 + 2016-07-01 + + EHS + Active + Starfish Family Services, Inc. + www.starfishfamilyservices.org + 8218@hsesinfo.org + 30000 Hiveley St + + Inkster + MI + 48141-1089 + 30000 Hiveley St + + Inkster + MI + 48141-1089 + 30000 Hiveley Street + + Inkster + MI + 48141-1089 + Mr. + F207142 + L207142 + + Starfish Family Services Governing Board Chairperson + 207142@hsesinfo.org + Ms. + F207143 + L207143 + + CEO/Executive Director + 207143@hsesinfo.org + Ms. + F207145 + L207145 + + 207145@hsesinfo.org + Ms. + F207141 + L207141 + + 207141@hsesinfo.org + 555-555-7141 + + + 10889 + 2155 + 12864 + 200 + 2015 + 2020-01-01 + + EHS + Active + Starfish Family Services, Inc. + www.starfishfamilyservices.org + 2155@hsesinfo.org + 30000 Hiveley St + + Inkster + MI + 48141-1089 + 30000 Hiveley St + + Inkster + MI + 48141-1089 + 30000 Hiveley Street + + Inkster + MI + 48141-1089 + Mr. + F224515 + L224515 + + Chairman + 224515@hsesinfo.org + Ms. + F224516 + L224516 + + CEO/Executive Director + 224516@hsesinfo.org + Ms. + F224518 + L224518 + + 224518@hsesinfo.org + Mrs. + F224514 + L224514 + + 224514@hsesinfo.org + 555-555-4514 + + + 9845 + 5132 + 11969 + 000 + 2014 + 2019-07-01 + + HS + Active + Starfish Family Services + www.starfishfamilyservices.org + 5132@hsesinfo.org + 30000 Hiveley St + + Inkster + MI + 48141-1089 + 30000 Hiveley St + + Inkster + MI + 48141-1089 + 30000 Hiveley St + + Inkster + MI + 48141-1089 + Mr. + F217326 + L217326 + + Chairman + 217326@hsesinfo.org + Ms. + F217327 + L217327 + + Executive Director - Interim + 217327@hsesinfo.org + Ms. + F217329 + L217329 + + 217329@hsesinfo.org + Ms. + F217325 + L217325 + + 217325@hsesinfo.org + 555-555-7325 + + + 9846 + 5133 + 11969 + 200 + 2014 + 2019-07-01 + + EHS + Active + Starfish Family Services + www.starfishfamilyservices.org + 5133@hsesinfo.org + 30000 Hiveley St + + Inkster + MI + 48141-1089 + 30000 Hiveley St + + Inkster + MI + 48141-1089 + 30000 Hiveley St + + Inkster + MI + 48141-1089 + Mr. + F217333 + L217333 + + Chairman + 217333@hsesinfo.org + Ms. + F217334 + L217334 + + CEO + 217334@hsesinfo.org + Ms. + F217336 + L217336 + + 217336@hsesinfo.org + Ms. + F217332 + L217332 + + 217332@hsesinfo.org + 555-555-7332 + + + 6773 + 3715 + 10256 + 202 + + 2015-08-01 + 2020-07-31 + EHS + Inactive + Sacramento City Unified School District + www.scusd.edu + 3715@hsesinfo.org + Serna Center + 5735 - 47th Avenue + Sacramento + CA + 95824-4528 + Serna Center + 5735 - 47th Avenue + Sacramento + CA + 95824-4528 + Serna Center + 5735 - 47th Avenue + Sacramento + CA + 95824-4528 + Mr. + F203082 + L203082 + + President + 203082@hsesinfo.org + Mr. + F203083 + L203083 + + Superintendent + 203083@hsesinfo.org + Ms. + F203085 + L203085 + + 203085@hsesinfo.org + Ms. + F203081 + L203081 + + 203081@hsesinfo.org + 555-555-3081 + + + 12267 + 406 + 13941 + 000 + 1992 + 2020-10-01 + + HS + Active + Orange County Head Start Division + http://www.orangecountyfl.net/FamiliesHealthSocialSvcs/EarlyEducationPre-school.aspx + 406@hsesinfo.org + 201 S Rosalind Ave + + Orlando + FL + 32801-3527 + 201 S Rosalind Ave + + Orlando + FL + 32801-3527 + 201 S Rosalind Ave + + Orlando + FL + 32801-3527 + Hon. + F233403 + L233403 + L + Mayor + 233403@hsesinfo.org + Mr. + F233404 + L233404 + Jr. + + 233404@hsesinfo.org + Ms. + F233406 + L233406 + + 233406@hsesinfo.org + Ms. + F233402 + L233402 + + 233402@hsesinfo.org + 555-555-3402 + + + 12268 + 392 + 13940 + 000 + 1996 + 2020-10-01 + + HS + Active + Episcopal Children's Services, Inc. + http://www.ecs4kids.org + 392@hsesinfo.org + 8443 Baymeadows Rd Ste 1 + + Jacksonville + FL + 32256-7440 + 8443 Baymeadows Rd Ste 1 + + Jacksonville + FL + 32256-7440 + 8443 Baymeadows Rd Ste 1 + + Jacksonville + FL + 32256-7440 + Ms. + F233410 + L233410 + + Board Chair + 233410@hsesinfo.org + Mrs. + F233411 + L233411 + + CEO + 233411@hsesinfo.org + Ms. + F233413 + L233413 + + 233413@hsesinfo.org + Ms. + F233409 + L233409 + + 233409@hsesinfo.org + 555-555-3409 + + + 12269 + 391 + 13940 + 200 + 2003 + 2020-10-01 + + EHS + Active + Episcopal Children's Services, Inc. + http://www.ecs4kids.org + 391@hsesinfo.org + 8443 Baymeadows Rd Ste 1 + + Jacksonville + FL + 32256-7440 + 8443 Baymeadows Rd Ste 1 + + Jacksonville + FL + 32256-7440 + 8443 Baymeadows Rd Ste 1 + + Jacksonville + FL + 32256-7440 + Ms. + F233417 + L233417 + + Board Chair + 233417@hsesinfo.org + Mrs. + F233418 + L233418 + + CEO + 233418@hsesinfo.org + Ms. + F233420 + L233420 + + 233420@hsesinfo.org + Ms. + F233416 + L233416 + + 233416@hsesinfo.org + 555-555-3416 + + + 11438 + 9356 + 13280 + 200 + 2020 + 2020-07-01 + + EHS + Active + City of San Antonio + http://www.saheadstart.org/ + 9356@hsesinfo.org + 111 Soledad St + Ste 500 + San Antonio + TX + 78205-2288 + 111 Soledad St + Ste 500 + San Antonio + TX + 78205-2288 + 111 Soledad St + Ste 500 + San Antonio + TX + 78205-2288 + Hon. Mayor + F228106 + L228106 + + Mayor of the City of San Antonio + 228106@hsesinfo.org + Ms. + F228107 + L228107 + + Director Department of Human Services + 228107@hsesinfo.org + Ms. + F228109 + L228109 + + 228109@hsesinfo.org + Ms. + F228105 + L228105 + + 228105@hsesinfo.org + 555-555-8105 + + + 12270 + 6467 + 13943 + 000 + + 2020-12-01 + + HS + Active + Kids Are First, Inc + www.kafhs.org + 6467@hsesinfo.org + 2208 N 1st St + + Carrizo Springs + TX + 78834-2036 + 2208 N 1st St + + Carrizo Springs + TX + 78834-2036 + 2208 N 1st St + + Carrizo Springs + TX + 78834-2036 + Ms. + F233424 + L233424 + + + 233424@hsesinfo.org + Ms. + F233425 + L233425 + + + 233425@hsesinfo.org + Mrs. + F233427 + L233427 + + 233427@hsesinfo.org + Ms. + F233423 + L233423 + + 233423@hsesinfo.org + 555-555-3423 + + + 12271 + 6468 + 13943 + 200 + + 2020-12-01 + + EHS + Active + Kids Are First, Inc + www.kafhs.org + 6468@hsesinfo.org + 2208 N 1st St + + Carrizo Springs + TX + 78834-2036 + 2208 N 1st St + + Carrizo Springs + TX + 78834-2036 + 2208 N 1st St + + Carrizo Springs + TX + 78834-2036 + Ms. + F233431 + L233431 + + + 233431@hsesinfo.org + Ms. + F233432 + L233432 + + + 233432@hsesinfo.org + Mrs. + F233434 + L233434 + + 233434@hsesinfo.org + Ms. + F233430 + L233430 + + 233430@hsesinfo.org + 555-555-3430 + + + 12272 + 1805 + 13942 + 000 + 1991 + 2020-12-01 + + HS + Active + Community Action Commision of Santa Barbara County + http://www.cacsb.com + 1805@hsesinfo.org + 5638 Hollister Ave + Ste 230 + Goleta + CA + 93117-3489 + 5638 Hollister Ave + Ste 230 + Goleta + CA + 93117-3489 + 5638 Hollister Ave + Ste 230 + Goleta + CA + 93117-3489 + Mr. + F233438 + L233438 + + CACSB Board Chair + 233438@hsesinfo.org + Ms. + F233439 + L233439 + + CACSB CEO + 233439@hsesinfo.org + Ms. + F233441 + L233441 + + 233441@hsesinfo.org + Ms. + F233437 + L233437 + + 233437@hsesinfo.org + 555-555-3437 x 5555 + + + 12273 + 1806 + 13942 + 200 + 2003 + 2020-12-01 + + EHS + Active + Community Action Commision of Santa Barbara County + http://www.cacsb.com + 1806@hsesinfo.org + 5638 Hollister Ave + Ste 230 + Goleta + CA + 93117-3489 + 5638 Hollister Ave + Ste 230 + Goleta + CA + 93117-3489 + 5638 Hollister Ave + Ste 230 + Goleta + CA + 93117-3489 + Mr. + F233445 + L233445 + + CACSB Board Chair + 233445@hsesinfo.org + Ms. + F233446 + L233446 + + CACSB CEO + 233446@hsesinfo.org + Ms. + F233448 + L233448 + + 233448@hsesinfo.org + Ms. + F233444 + L233444 + + 233444@hsesinfo.org + 555-555-3444 x 5555 + + + 8273 + 670 + 10658 + 000 + 1989 + 2016-07-01 + + HS + Active + AJFC Community Action Agency, Inc. + www.ajfccaa.org + 670@hsesinfo.org + 1038A N Union St + + Natchez + MS + 39120-2875 + 1038A N Union St + P.O. Box 3011 + Natchez + MS + 39120-2875 + 1038A N Union St + + Natchez + MS + 39120-2875 + Ms. + F207051 + L207051 + . + Board Chair + 207051@hsesinfo.org + Ms. + F207052 + L207052 + + Chief Executive Officer + 207052@hsesinfo.org + Ms. + F207054 + L207054 + + 207054@hsesinfo.org + Dr. + F207050 + L207050 + + 207050@hsesinfo.org + 555-555-7050 + + + 8274 + 671 + 10658 + 200 + 2004 + 2016-07-01 + + EHS + Active + AJFC Community Action Agency, Inc. + www.ajfccaa.org + 671@hsesinfo.org + 1038A N Union St + + Natchez + MS + 39120-2875 + 1038A N Union St + + Natchez + MS + 39120-2875 + 1038A N Union St + + Natchez + MS + 39120-2875 + Ms. + F207058 + L207058 + + Board Chair + 207058@hsesinfo.org + Ms. + F207059 + L207059 + + Chief Executive Officer + 207059@hsesinfo.org + Ms. + F207061 + L207061 + + 207061@hsesinfo.org + Dr. + F207057 + L207057 + + 207057@hsesinfo.org + 555-555-7057 + + + 9776 + 956 + 11909 + 000 + 2014 + 2019-07-01 + + HS + Active + North Central West Virginia Community Action Agency + http://www.ncwvcaa.org + 956@hsesinfo.org + 146 Terrace Mnr + + Fairmont + WV + 26554-4249 + 146 Terrace Mnr + + Fairmont + WV + 26554-4249 + 146 Terrace Mnr + + Fairmont + WV + 26554-4249 + Mr. + F216842 + L216842 + + President Board of Directors + 216842@hsesinfo.org + Ms. + F216843 + L216843 + + Executive Director + 216843@hsesinfo.org + Ms. + F216845 + L216845 + + 216845@hsesinfo.org + Ms. + F216841 + L216841 + + 216841@hsesinfo.org + 555-555-6841 x 5555 + + + 9777 + 957 + 11909 + 200 + 2014 + 2019-07-01 + + EHS + Active + North Central West Virginia Community Action Agency + http://www.ncwvcaa.org + 957@hsesinfo.org + 146 Terrace Mnr + + Fairmont + WV + 26554-4249 + 146 Terrace Mnr + + Fairmont + WV + 26554-4249 + 146 Terrace Mnr + + Fairmont + WV + 26554-4249 + Mr. + F216849 + L216849 + + President Board of Directors + 216849@hsesinfo.org + Ms. + F216850 + L216850 + + Interium Executive Director + 216850@hsesinfo.org + Ms. + F216852 + L216852 + + 216852@hsesinfo.org + Ms. + F216848 + L216848 + + 216848@hsesinfo.org + 555-555-6848 x 5555 + + + 10182 + 910 + 12216 + 000 + 1992 + 2019-08-01 + + HS + Active + Macon Program for Progress + http://www.mppnhc.org + 910@hsesinfo.org + 82 East Orchard View Lane + + Franklin + NC + 28734 + PO Box 700 + + Franklin + NC + 28744-0700 + 82 East Orchard View Lane + + Franklin + NC + 28734 + Mr. + F219630 + L219630 + + MPP Board Chairman + 219630@hsesinfo.org + Mr. + F219631 + L219631 + + Executive Director + 219631@hsesinfo.org + Ms. + F219633 + L219633 + + 219633@hsesinfo.org + Mrs. + F219629 + L219629 + + 219629@hsesinfo.org + 555-555-9629 x 5555 + + + 10183 + 911 + 12216 + 200 + 2013 + 2019-08-01 + + EHS + Active + Macon Program for Progress + http://www.mppnhc.org + 911@hsesinfo.org + 110 East Orchard View Lane + + Franklin + NC + 28734 + PO Box 700 + + Franklin + NC + 28744-0700 + 110 East Orchard View Lane + + Franklin + NC + 28734 + Mr. + F219637 + L219637 + + MPP Board Chairman + 219637@hsesinfo.org + Mr. + F219638 + L219638 + + Executive Director + 219638@hsesinfo.org + Ms. + F219640 + L219640 + + 219640@hsesinfo.org + Mrs. + F219636 + L219636 + + 219636@hsesinfo.org + 555-555-9636 x 5555 + + + 12274 + 407 + 13945 + 000 + 1991 + 2020-11-01 + + HS + Active + Big Sandy Area C.A.P., Inc, + www.bsacapheadstart.com + 407@hsesinfo.org + 230 Court St Rm 332 + + Paintsville + KY + 41240-1606 + 230 Court St Rm 332 + + Paintsville + KY + 41240-1606 + 230 Court St Rm 332 + + Paintsville + KY + 41240-1606 + Mr. + F233452 + L233452 + + + 233452@hsesinfo.org + Ms. + F233453 + L233453 + + + 233453@hsesinfo.org + Mrs. + F233455 + L233455 + + 233455@hsesinfo.org + Mr. + F233451 + L233451 + + 233451@hsesinfo.org + 555-555-3451 + + + 12275 + 3552 + 13946 + 001 + + 2020-11-01 + + HS + Active + Pike County Head Start + + 3552@hsesinfo.org + 5279 North Mayo Trail + + Pikeville + KY + 41501 + 5279 North Mayo Trail + + Pikeville + KY + 41501 + 5279 North Mayo Trail + + Pikeville + KY + 41501 + Mrs. + F233459 + L233459 + + Board Chairman + 233459@hsesinfo.org + Mr. + F233460 + L233460 + + Superintendent + 233460@hsesinfo.org + Mrs. + F233462 + L233462 + + 233462@hsesinfo.org + Mrs. + F233458 + L233458 + + 233458@hsesinfo.org + 555-555-3458 + + + 12276 + 3553 + 13947 + 002 + + 2020-11-01 + + HS + Active + Paintsville City Head Start + NA + 3553@hsesinfo.org + 513 3rd St + + Paintsville + KY + 41240-1032 + 513 3rd St + + Paintsville + KY + 41240-1032 + 513 3rd St + + Paintsville + KY + 41240-1032 + Mr. + F233466 + L233466 + + Board Chairman + 233466@hsesinfo.org + Mr. + F233467 + L233467 + + Superintendent + 233467@hsesinfo.org + Mr. + F233469 + L233469 + + 233469@hsesinfo.org + Mr. + F233465 + L233465 + + 233465@hsesinfo.org + 555-555-3465 + + + 12277 + 3554 + 13948 + 003 + + 2020-11-01 + + HS + Active + Martin County Head Start + NA + 3554@hsesinfo.org + 33 Warfield Elementary Loop + + Warfield + KY + 41267-8903 + 33 Warfield Elementary Loop + + Warfield + KY + 41267-8903 + 33 Warfield Elementary Loop + + Warfield + KY + 41267-8903 + Ms. + F233473 + L233473 + + Board Chairman + 233473@hsesinfo.org + Mr. + F233474 + L233474 + + Superintendent + 233474@hsesinfo.org + Mr. + F233476 + L233476 + + 233476@hsesinfo.org + Mr. + F233472 + L233472 + + 233472@hsesinfo.org + 555-555-3472 + + + 12278 + 3555 + 13949 + 004 + + 2020-11-01 + + HS + Active + Johnson County Head Start + NA + 3555@hsesinfo.org + 1715 Euclid Ave + + Paintsville + KY + 41240-8649 + 1715 Euclid Ave + + Paintsville + KY + 41240-8649 + 1715 Euclid Ave + + Paintsville + KY + 41240-8649 + Mr. + F233480 + L233480 + + Board Chair + 233480@hsesinfo.org + Mr. + F233481 + L233481 + + Superintendent + 233481@hsesinfo.org + Ms. + F233483 + L233483 + + 233483@hsesinfo.org + Miss + F233479 + L233479 + + 233479@hsesinfo.org + 555-555-3479 + + + 12279 + 3556 + 13950 + 005 + + 2020-11-01 + + HS + Active + Magoffin County Head Start + NA + 3556@hsesinfo.org + 169 Gardner Trl + + Salyersville + KY + 41465-9743 + 169 Gardner Trl + + Salyersville + KY + 41465-9743 + 169 Gardner Trl + + Salyersville + KY + 41465-9743 + Mr. + F233487 + L233487 + + Board Chair + 233487@hsesinfo.org + Mr. + F233488 + L233488 + + Superintendent + 233488@hsesinfo.org + Ms. + F233490 + L233490 + + 233490@hsesinfo.org + Mrs. + F233486 + L233486 + + 233486@hsesinfo.org + 555-555-3486 + + + 12280 + 3558 + 13951 + 006 + + 2020-11-01 + + HS + Active + Floyd County Head Start + NA + 3558@hsesinfo.org + 106 North Front Street + + Prestonsburg + KY + 41653-7832 + 106 North Front Street + + Prestonsburg + KY + 41653-7832 + 106 North Front Street + + Prestonsburg + KY + 41653-7832 + Ms. + F233494 + L233494 + + School Board Chair + 233494@hsesinfo.org + Mr. + F233495 + L233495 + + Superintendent + 233495@hsesinfo.org + Mrs. + F233497 + L233497 + + 233497@hsesinfo.org + Mrs. + F233493 + L233493 + + 233493@hsesinfo.org + 555-555-3493 + + + 12281 + 1253 + 13944 + 000 + 1991 + 2020-12-01 + + HS + Active + The Resource Connection + http://www.trcac.org + 1253@hsesinfo.org + 444 E Saint Charles St + + San Andreas + CA + 95249-9658 + PO Box 919 + + San Andreas + CA + 95249-0919 + 444 E Saint Charles St + + San Andreas + CA + 95249-9658 + Ms. + F233501 + L233501 + + Chairperson + 233501@hsesinfo.org + Ms. + F233502 + L233502 + + Chief Administrative Director + 233502@hsesinfo.org + Mrs. + F233504 + L233504 + + 233504@hsesinfo.org + Mrs. + F233500 + L233500 + + 233500@hsesinfo.org + 555-555-3500 x 5555 + + + 12282 + 1254 + 13944 + 200 + 2003 + 2020-12-01 + + EHS + Active + The Resource Connection + http://www.trcac.org + 1254@hsesinfo.org + 444 E Saint Charles St + + San Andreas + CA + 95249-9658 + PO Box 919 + + San Andreas + CA + 95249-0919 + 444 E Saint Charles St + + San Andreas + CA + 95249-9658 + Mr. + F233508 + L233508 + + Chairperson + 233508@hsesinfo.org + Ms. + F233509 + L233509 + + Chief Administrative Director + 233509@hsesinfo.org + Mrs. + F233511 + L233511 + + 233511@hsesinfo.org + Mrs. + F233507 + L233507 + + 233507@hsesinfo.org + 555-555-3507 + + + 12286 + 2265 + 13953 + 000 + 1991 + 2020-12-01 + + HS + Active + Inspire Development Centers + http://www.inspire-centers.org + 2265@hsesinfo.org + 105 S 6th St Ste B + + Sunnyside + WA + 98944-1448 + 105 S 6th St Ste B + + Sunnyside + WA + 98944-1448 + 105 S 6th St Ste B + + Sunnyside + WA + 98944-1448 + Mr. + F233528 + L233528 + + Board Chair + 233528@hsesinfo.org + Mr. + F233529 + L233529 + + Chief Executive Officer + 233529@hsesinfo.org + Ms. + F233531 + L233531 + + 233531@hsesinfo.org + Ms. + F233527 + L233527 + + 233527@hsesinfo.org + 555-555-3527 x 5555 + + + 12287 + 2266 + 13953 + 200 + 2001 + 2020-12-01 + + EHS + Active + Inspire Development Centers + http://www.inspire-centers.org + 2266@hsesinfo.org + 105 S 6th St Ste B + + Sunnyside + WA + 98944-1448 + 105 S 6th St Ste B + + Sunnyside + WA + 98944-1448 + 105 S 6th St Ste B + + Sunnyside + WA + 98944-1448 + Mr. + F233535 + L233535 + + Board Chair + 233535@hsesinfo.org + Mr. + F233536 + L233536 + + Chief Executive Officer + 233536@hsesinfo.org + Ms. + F233538 + L233538 + + 233538@hsesinfo.org + Ms. + F233534 + L233534 + + 233534@hsesinfo.org + 555-555-3534 x 5555 + + + 12288 + 6679 + 13954 + 000 + + 2020-12-01 + + HS + Active + Inspire Development Centers + www.inspire-centers.og + 6679@hsesinfo.org + 105 S 6th St + + Sunnyside + WA + 98944-1448 + 105 S 6th St + + Sunnyside + WA + 98944-1448 + 105 S 6th St + + Sunnyside + WA + 98944-1448 + Mr. + F233542 + L233542 + + Board Chair + 233542@hsesinfo.org + Mr. + F233543 + L233543 + + CEO + 233543@hsesinfo.org + Ms. + F233545 + L233545 + ` + 233545@hsesinfo.org + Ms. + F233541 + L233541 + + 233541@hsesinfo.org + 555-555-3541 x 5555 + + + 11192 + 2347 + 13104 + 000 + 1992 + 2020-04-01 + + HS + Active + Opportunities for Otsego, Inc. + http://www.ofoinc.org + 2347@hsesinfo.org + 3 W Broadway + + Oneonta + NY + 13820-2223 + 3 W Broadway + + Oneonta + NY + 13820-2223 + 3 W Broadway + + Oneonta + NY + 13820-2223 + Ms. + F226522 + L226522 + + President + 226522@hsesinfo.org + Mr. + F226523 + L226523 + + CEO + 226523@hsesinfo.org + Ms. + F226525 + L226525 + + 226525@hsesinfo.org + Mrs. + F226521 + L226521 + + 226521@hsesinfo.org + 555-555-6521 + + + 11193 + 2348 + 13104 + 200 + 2001 + 2020-04-01 + + EHS + Active + Opportunities for Otsego, Inc. + http://www.ofoinc.org + 2348@hsesinfo.org + 3 W Broadway + + Oneonta + NY + 13820-2223 + 3 W Broadway + + Oneonta + NY + 13820-2223 + 3 W Broadway + + Oneonta + NY + 13820-2223 + Ms. + F226529 + L226529 + + President + 226529@hsesinfo.org + Mr. + F226530 + L226530 + + CEO + 226530@hsesinfo.org + Ms. + F226532 + L226532 + + 226532@hsesinfo.org + Mrs. + F226528 + L226528 + + 226528@hsesinfo.org + 555-555-6528 + + + 12285 + 750 + 13952 + 000 + 1991 + 2020-12-01 + + HS + Active + Quad Area Community Action Agency Inc + http://www.quadarea.org + 750@hsesinfo.org + 45300 N Baptist Rd + + Hammond + LA + 70401-4907 + 45300 N Baptist Rd + + Hammond + LA + 70401-4907 + 45300 N Baptist Rd + + Hammond + LA + 70401-4907 + Mrs. + F233521 + L233521 + + Board President + 233521@hsesinfo.org + Mrs. + F233522 + L233522 + + + 233522@hsesinfo.org + + F233524 + L233524 + + 233524@hsesinfo.org + Mrs. + F233520 + L233520 + + 233520@hsesinfo.org + 555-555-3520 + + + 9294 + 1566 + 11554 + 000 + 2013 + 2019-01-01 + + HS + Active + Raleigh County Community Action Association + 111 Willow Lane + 1566@hsesinfo.org + 111 Willow Lane + + Beckley + WV + 25801 + P.O. Box 3066 + East Beckley Station + Beckley + WV + 25801-1777 + 111 Willow Lane + + Beckley + WV + 25801 + Ms. + F213596 + L213596 + + President + 213596@hsesinfo.org + Ms. + F213597 + L213597 + + Interim Executive Director + 213597@hsesinfo.org + Ms. + F213599 + L213599 + + 213599@hsesinfo.org + Ms. + F213595 + L213595 + + 213595@hsesinfo.org + 555-555-3595 + + + 7064 + 273 + 10505 + 000 + 1989 + 2016-01-01 + + HS + Active + Community Action, Inc. + http://www.communityactioninc.org + 273@hsesinfo.org + 3 Washington Sq Fl 4 + + Haverhill + MA + 01830-6139 + 3 Washington Sq Fl 4 + + Haverhill + MA + 01830-6139 + 3 Washington Sq Fl 4 + + Haverhill + MA + 01830-6139 + Ms. + F205116 + L205116 + + CAI Board Chair + 205116@hsesinfo.org + Ms. + F205117 + L205117 + + President/CEO + 205117@hsesinfo.org + Mr. + F205119 + L205119 + + 205119@hsesinfo.org + Ms. + F205115 + L205115 + + 205115@hsesinfo.org + 555-555-5115 x 5555 + + + 7065 + 2817 + 10505 + 200 + 2011 + 2016-01-01 + + EHS + Active + Community Action, Inc. + www.communityactioninc.org + 2817@hsesinfo.org + 3 Washington Sq + Fl 4 + Haverhill + MA + 01830-6177 + 3 Washington Sq + Fl 4 + Haverhill + MA + 01830-6177 + 3 Washington Sq + Fl 4 + Haverhill + MA + 01830-6177 + Ms. + F205123 + L205123 + + CAI Board Chairperson + 205123@hsesinfo.org + Mr. + F205124 + L205124 + + + 205124@hsesinfo.org + Ms. + F205126 + L205126 + + 205126@hsesinfo.org + Ms. + F205122 + L205122 + + 205122@hsesinfo.org + 555-555-5122 x 5555 + + + 9462 + 8766 + 11674 + 200 + 2019 + 2019-03-15 + + EHS + Active + Community Services Office of Hot Springs and Garland County + + 8766@hsesinfo.org + 600 W Grand Ave + Ste 200 + Hot Springs + AR + 71901-3936 + PO Box 1175 + + Hot Springs + AR + 71902-1175 + 600 W Grand Ave + Ste 200 + Hot Springs + AR + 71901-3936 + Mrs. + F214731 + L214731 + + Board President + 214731@hsesinfo.org + Mrs. + F214732 + L214732 + + Executive Director + 214732@hsesinfo.org + Mrs. + F214734 + L214734 + + 214734@hsesinfo.org + Mrs. + F214730 + L214730 + + 214730@hsesinfo.org + 555-555-4730 + + + 11505 + 1990 + 13326 + 000 + 1992 + 2020-07-01 + + HS + Active + Skyline CAP, Inc. + www.skylinecap.org + 1990@hsesinfo.org + 532 South Main Street + + Madison + VA + 22727 + P.O. Box 588 + + Madison + VA + 22727-0588 + 532 South Main Street + + Madison + VA + 22727 + Mr. + F228563 + L228563 + + President of the Board of Directors + 228563@hsesinfo.org + Mr. + F228564 + L228564 + + Executive Director + 228564@hsesinfo.org + Mrs. + F228566 + L228566 + + 228566@hsesinfo.org + Mr. + F228562 + L228562 + + 228562@hsesinfo.org + 555-555-8562 x 5555 + + + 12289 + 310 + 13955 + 000 + 1991 + 2020-12-01 + + HS + Active + Buchanan County Head Start + https://bchs-va.org/ + 310@hsesinfo.org + 1234 Almarine Dr + + Grundy + VA + 24614-7063 + PO BOX 1167 + + Grundy + VA + 24614-1167 + 1234 Almarine Dr + + Grundy + VA + 24614-7063 + Mr. + F233549 + L233549 + + Chairman of the Board of Supervisors + 233549@hsesinfo.org + Mr. + F233550 + L233550 + + Executive Diector BCHS - County Administrator + 233550@hsesinfo.org + Mrs. + F233552 + L233552 + + 233552@hsesinfo.org + Ms. + F233548 + L233548 + + 233548@hsesinfo.org + 555-555-3548 + + + 12296 + 2562 + 13958 + 000 + 2008 + 2020-12-01 + + HS + Active + Swisher County Head Start + + 2562@hsesinfo.org + 119 S Maxwell Ave + + Tulia + TX + 79088-2239 + PO Box 34 + 420 S. El Paso + Tulia + TX + 79088-0034 + 119 S Maxwell Ave + + Tulia + TX + 79088-2239 + Judge + F233581 + L233581 + + + 233581@hsesinfo.org + Ms. + F233582 + L233582 + + + 233582@hsesinfo.org + Ms. + F233584 + L233584 + + 233584@hsesinfo.org + Mrs. + F233580 + L233580 + + 233580@hsesinfo.org + 555-555-3580 + + + 12298 + 2240 + 13959 + 200 + 2014 + 2020-12-01 + + EHS + Active + L.I Child and Family Development Services, Inc + http://www.liheadstart.org + 2240@hsesinfo.org + 98 Austin St + + Patchogue + NY + 11772-2615 + 98 Austin St + + Patchogue + NY + 11772-2615 + 98 Austin St + + Patchogue + NY + 11772-2615 + Mr. + F233595 + L233595 + + + 233595@hsesinfo.org + Ms. + F233596 + L233596 + + + 233596@hsesinfo.org + Mrs. + F233598 + L233598 + + 233598@hsesinfo.org + Ms. + F233594 + L233594 + + 233594@hsesinfo.org + 555-555-3594 x 5555 + + + 12297 + 2241 + 13959 + 000 + 2014 + 2020-12-01 + + HS + Active + L.I Child and Family Development Services, Inc + http://www.liheadstart.org + 2241@hsesinfo.org + 98 Austin St + + Patchogue + NY + 11772-2615 + 98 Austin St + + Patchogue + NY + 11772-2615 + 98 Austin St + + Patchogue + NY + 11772-2615 + Mr. + F233588 + L233588 + + Chairman of the Board + 233588@hsesinfo.org + Ms. + F233589 + L233589 + + Chief Executive Officer + 233589@hsesinfo.org + Mrs. + F233591 + L233591 + + 233591@hsesinfo.org + Ms. + F233587 + L233587 + + 233587@hsesinfo.org + 555-555-3587 x 5555 + + + 12299 + 229 + 13966 + 000 + 1992 + 2020-12-01 + + HS + Active + Tri-Town Economic Opportunity Committee + http://www.tri-towncap.org + 229@hsesinfo.org + 1126 Hartford Ave + + Johnston + RI + 02919-7109 + 1126 Hartford Ave + + Johnston + RI + 02919-7109 + 1126 Hartford Ave + + Johnston + RI + 02919-7109 + Mr. + F233602 + L233602 + + Board Chair + 233602@hsesinfo.org + Mr. + F233603 + L233603 + + President/Chief Executive Officer + 233603@hsesinfo.org + Ms. + F233605 + L233605 + + 233605@hsesinfo.org + Ms. + F233601 + L233601 + + 233601@hsesinfo.org + 555-555-3601 + + + 12300 + 230 + 13966 + 200 + 2003 + 2020-12-01 + + EHS + Active + Tri-Town Economic Opportunity Committee + http://www.tri-towncap.org + 230@hsesinfo.org + 1126 Hartford Ave + + Johnston + RI + 02919-7109 + 1126 Hartford Ave + + Johnston + RI + 02919-7109 + 1126 Hartford Ave + + Johnston + RI + 02919-7109 + Mr. + F233609 + L233609 + + Board Chair + 233609@hsesinfo.org + Mr. + F233610 + L233610 + + President/Chief Executive Officer + 233610@hsesinfo.org + Ms. + F233612 + L233612 + + 233612@hsesinfo.org + Ms. + F233608 + L233608 + + 233608@hsesinfo.org + 555-555-3608 x 5555 + + + 12301 + 1616 + 13965 + 000 + 1992 + 2020-12-01 + + HS + Active + Downeast Community Partners + http://www.downeastcommunitypartners.org + 1616@hsesinfo.org + 248 Bucksport Rd + + Ellsworth + ME + 04605-2715 + 248 Bucksport Rd + + Ellsworth + ME + 04605-2715 + 248 Bucksport Rd + + Ellsworth + ME + 04605-2715 + Ms. + F233616 + L233616 + + Board Chair + 233616@hsesinfo.org + Mr. + F233617 + L233617 + + Executive Director + 233617@hsesinfo.org + Mr. + F233619 + L233619 + + 233619@hsesinfo.org + Ms. + F233615 + L233615 + + 233615@hsesinfo.org + 555-555-3615 + + + 12302 + 1617 + 13965 + 200 + 2012 + 2020-12-01 + + EHS + Active + Downeast Community Partners + http://www.downeastcommunitypartners.org + 1617@hsesinfo.org + 248 Bucksport Rd + + Ellsworth + ME + 04605-2715 + 248 Bucksport Rd + + Ellsworth + ME + 04605-2715 + 248 Bucksport Rd + + Ellsworth + ME + 04605-2715 + Ms. + F233623 + L233623 + + Board Chair + 233623@hsesinfo.org + Mr. + F233624 + L233624 + + Executive Director + 233624@hsesinfo.org + Mr. + F233626 + L233626 + + 233626@hsesinfo.org + Ms. + F233622 + L233622 + + 233622@hsesinfo.org + 555-555-3622 + + + 12303 + 203 + 13962 + 000 + 1991 + 2020-12-01 + + HS + Active + South Middlesex Opportunity Council, Inc. + http://www.smoc.org + 203@hsesinfo.org + 7 Bishop St + + Framingham + MA + 01702-8323 + 7 Bishop St + + Framingham + MA + 01702-8323 + 7 Bishop St + + Framingham + MA + 01702-8323 + Mr. + F233630 + L233630 + + President, Board of Directors + 233630@hsesinfo.org + Mr. + F233631 + L233631 + + Executive Director + 233631@hsesinfo.org + Ms. + F233633 + L233633 + + 233633@hsesinfo.org + Ms. + F233629 + L233629 + + 233629@hsesinfo.org + 555-555-3629 x 5555 + + + 12304 + 712 + 13961 + 000 + 1991 + 2020-12-01 + + HS + Active + Motivation Education & Training, Inc. + http://www.metinc.org + 712@hsesinfo.org + 22551 Gene Campbell Blvd + + New Caney + TX + 77357 + PO Box 1838 + + New Caney + TX + 77357-1838 + 22551 Gene Campbell Blvd + + New Caney + TX + 77357 + Mr. + F233637 + L233637 + + Governing Board President + 233637@hsesinfo.org + Mrs. + F233638 + L233638 + + Executive Director + 233638@hsesinfo.org + Mrs. + F233640 + L233640 + + 233640@hsesinfo.org + Mrs. + F233636 + L233636 + + 233636@hsesinfo.org + 555-555-3636 + + + 12305 + 2774 + 13961 + 200 + 2009 + 2020-12-01 + + EHS + Active + Motivation Education & Training, Inc. + http://www.metinc.org + 2774@hsesinfo.org + 22551 Gene Campbell Blvd + + New Caney + TX + 77357 + PO Box 1838 + + New Caney + TX + 77357-1838 + 22551 Gene Campbell Blvd + + New Caney + TX + 77357 + Mr. + F233644 + L233644 + + Governing Board President + 233644@hsesinfo.org + Mrs. + F233645 + L233645 + + Executive Director + 233645@hsesinfo.org + Mrs. + F233647 + L233647 + + 233647@hsesinfo.org + Mrs. + F233643 + L233643 + + 233643@hsesinfo.org + 555-555-3643 + + + 12306 + 1013 + 13967 + 000 + 1991 + 2020-12-01 + + HS + Active + SOUTHERN IOWA ECONOMIC DEVELOPMENT ASSOCIATION + http://www.sieda.org + 1013@hsesinfo.org + 725 W 2nd St + + Ottumwa + IA + 52501-2211 + PO Box 658 + + Ottumwa + IA + 52501-0658 + 725 W 2nd St + + Ottumwa + IA + 52501-2211 + Ms. + F233651 + L233651 + + Governing Board Chairperson + 233651@hsesinfo.org + Mr. + F233652 + L233652 + + Executive Director + 233652@hsesinfo.org + Mr. + F233654 + L233654 + + 233654@hsesinfo.org + Mrs. + F233650 + L233650 + + 233650@hsesinfo.org + 555-555-3650 x 5555 + + + 12311 + 1187 + 13964 + 000 + 1992 + 2020-12-01 + + Migrant HS + Active + Inspire Development Centers + http://www.inspire-centers.org + 1187@hsesinfo.org + 105 S 6th St Ste B + + Sunnyside + WA + 98944-1448 + 105 S 6th St Ste B + + Sunnyside + WA + 98944-1448 + 105 S 6th St Ste B + + Sunnyside + WA + 98944-1448 + Mr. + F233686 + L233686 + + Board Chair + 233686@hsesinfo.org + Mr. + F233687 + L233687 + + CEO + 233687@hsesinfo.org + Mr. + F233689 + L233689 + + 233689@hsesinfo.org + Ms. + F233685 + L233685 + + 233685@hsesinfo.org + 555-555-3685 x 5555 + + + 12312 + 2863 + 13964 + 200 + 2011 + 2020-12-01 + + Migrant EHS + Active + Migrant & Seasonal Early Head Start + http://www.inspire-centers.org + 2863@hsesinfo.org + 105 S 6th St Ste B + + Sunnyside + WA + 98944-1448 + 105 S 6th St Ste B + + Sunnyside + WA + 98944-1448 + 105 S 6th St Ste B + + Sunnyside + WA + 98944-1448 + Mr. + F233693 + L233693 + + Board Chair + 233693@hsesinfo.org + Mr. + F233694 + L233694 + + CEO + 233694@hsesinfo.org + Mr. + F233696 + L233696 + + 233696@hsesinfo.org + Ms. + F233692 + L233692 + + 233692@hsesinfo.org + 555-555-3692 x 5555 + + diff --git a/yarn.lock b/yarn.lock index 8907ac5000..5fedb9f2aa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1827,6 +1827,11 @@ acorn@^7.1.1: resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== +adm-zip@^0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/adm-zip/-/adm-zip-0.5.1.tgz#32e51c6fe88370f4389b424567b78a345e79ebc6" + integrity sha512-a5ABmIFUJ9OxHV5zrXM9Q41JzpRIflFtdgpL4UQM9DsTHHxQzPRaeyAdnMW7kxL0NRWm/NHafJdj6pO+ty7L2g== + agent-base@5: version "5.1.1" resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-5.1.1.tgz#e8fb3f242959db44d63be665db7a8e739537a32c" @@ -3210,6 +3215,13 @@ create-require@^1.1.0: resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333" integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ== +cron@^1.8.2: + version "1.8.2" + resolved "https://registry.yarnpkg.com/cron/-/cron-1.8.2.tgz#4ac5e3c55ba8c163d84f3407bde94632da8370ce" + integrity sha512-Gk2c4y6xKEO8FSAUTklqtfSr7oTq0CiPQeLBG5Fl0qoXpZyMcj1SG59YL+hqq04bu6/IuEA7lMkYDAplQNKkyg== + dependencies: + moment-timezone "^0.5.x" + cross-env@^7.0.2: version "7.0.3" resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf" @@ -4998,6 +5010,21 @@ hmac-drbg@^1.0.0: minimalistic-assert "^1.0.0" minimalistic-crypto-utils "^1.0.1" +hoek@5.x.x: + version "5.0.4" + resolved "https://registry.yarnpkg.com/hoek/-/hoek-5.0.4.tgz#0f7fa270a1cafeb364a4b2ddfaa33f864e4157da" + integrity sha512-Alr4ZQgoMlnere5FZJsIyfIjORBqZll5POhDsF4q64dPuJR6rNxXdDxtHSQq8OXRurhmx+PWYEE8bXRROY8h0w== + +hoek@6.x.x: + version "6.1.3" + resolved "https://registry.yarnpkg.com/hoek/-/hoek-6.1.3.tgz#73b7d33952e01fe27a38b0457294b79dd8da242c" + integrity sha512-YXXAAhmF9zpQbC7LEcREFtXfGq5K1fmd+4PHkBq8NUqmzW3G+Dq10bI/i0KucLRwss3YYFQ0fSfoxBZYiGUqtQ== + +hoek@^4.2.1: + version "4.2.1" + resolved "https://registry.yarnpkg.com/hoek/-/hoek-4.2.1.tgz#9634502aa12c445dd5a7c5734b572bb8738aacbb" + integrity sha512-QLg82fGkfnJ/4iy1xZ81/9SIJiq1NGFUMGs6ParyjBZr6jW2Ufj/snDqTHixNlHdPNwN2RLVD0Pi3igeK9+JfA== + hoist-non-react-statics@^3.0.0: version "3.3.2" resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" @@ -5576,6 +5603,13 @@ isarray@^2.0.5: resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723" integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== +isemail@3.x.x: + version "3.2.0" + resolved "https://registry.yarnpkg.com/isemail/-/isemail-3.2.0.tgz#59310a021931a9fb06bbb51e155ce0b3f236832c" + integrity sha512-zKqkK+O+dGqevc93KNsbZ/TqTUFd46MwWjYOoMrjIMZ51eU7DtQG3Wmd9SQQT7i7RVnuTPEiYEWHU3MSbxC1Tg== + dependencies: + punycode "2.x.x" + isexe@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" @@ -6407,6 +6441,15 @@ jest@^24.9.0: import-local "^2.0.0" jest-cli "^24.9.0" +joi@^13.1.2: + version "13.7.0" + resolved "https://registry.yarnpkg.com/joi/-/joi-13.7.0.tgz#cfd85ebfe67e8a1900432400b4d03bbd93fb879f" + integrity sha512-xuY5VkHfeOYK3Hdi91ulocfuFopwgbSORmIwzcwHKESQhC7w1kD5jaVSPnqDxS2I8t3RZ9omCKAxNwXN5zG1/Q== + dependencies: + hoek "5.x.x" + isemail "3.x.x" + topo "3.x.x" + js-base64@^2.3.2: version "2.6.4" resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.6.4.tgz#f4e686c5de1ea1f867dbcad3d46d969428df98c4" @@ -7141,7 +7184,7 @@ mobx@^6.0.1: resolved "https://registry.yarnpkg.com/mobx/-/mobx-6.0.4.tgz#8fc3e3629a3346f8afddf5bd954411974744dad1" integrity sha512-wT2QJT9tW19VSHo9x7RPKU3z/I2Ps6wUS8Kb1OO+kzmg7UY3n4AkcaYG6jq95Lp1R9ohjC/NGYuT2PtuvBjhFg== -moment-timezone@^0.5.21: +moment-timezone@^0.5.21, moment-timezone@^0.5.x: version "0.5.32" resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.32.tgz#db7677cc3cc680fd30303ebd90b0da1ca0dfecc2" integrity sha512-Z8QNyuQHQAmWucp8Knmgei8YNo28aLjJq6Ma+jy1ZSpSk5nyfRT8xgUbSQvD2+2UajISfenndwvFuH3NGS+nvA== @@ -7198,7 +7241,7 @@ mz@^2.7.0: object-assign "^4.0.1" thenify-all "^1.0.0" -nan@^2.12.1, nan@^2.14.1: +nan@^2.12.1, nan@^2.13.2, nan@^2.14.1: version "2.14.2" resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19" integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ== @@ -7293,6 +7336,14 @@ node-environment-flags@^1.0.5: object.getownpropertydescriptors "^2.0.3" semver "^5.7.0" +node-expat@^2.3.18: + version "2.3.18" + resolved "https://registry.yarnpkg.com/node-expat/-/node-expat-2.3.18.tgz#d9e6949cecda15e131f14259b73dc7b9ed7bc560" + integrity sha512-9dIrDxXePa9HSn+hhlAg1wXkvqOjxefEbMclGxk2cEnq/Y3U7Qo5HNNqeo3fQ4bVmLhcdt3YN1TZy7WMZy4MHw== + dependencies: + bindings "^1.5.0" + nan "^2.13.2" + node-fetch-h2@^2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/node-fetch-h2/-/node-fetch-h2-2.3.0.tgz#c6188325f9bd3d834020bf0f2d6dc17ced2241ac" @@ -8293,16 +8344,16 @@ punycode@1.3.2: resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d" integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0= +punycode@2.x.x, punycode@^2.1.0, punycode@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" + integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== + punycode@^1.2.4: version "1.4.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" integrity sha1-wNWmOycYgArY4esPpSachN1BhF4= -punycode@^2.1.0, punycode@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" - integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== - pupa@^2.0.1: version "2.1.1" resolved "https://registry.yarnpkg.com/pupa/-/pupa-2.1.1.tgz#f5e8fd4afc2c5d97828faa523549ed8744a20d62" @@ -9976,6 +10027,13 @@ toidentifier@1.0.0: resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== +topo@3.x.x: + version "3.0.3" + resolved "https://registry.yarnpkg.com/topo/-/topo-3.0.3.tgz#d5a67fb2e69307ebeeb08402ec2a2a6f5f7ad95c" + integrity sha512-IgpPtvD4kjrJ7CRA3ov2FhWQADwv+Tdqbsf1ZnPUSAtCJ9e1Z44MmoSGDXGk4IppoZA7jd/QRkNddlLJWlUZsQ== + dependencies: + hoek "6.x.x" + toposort-class@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/toposort-class/-/toposort-class-1.0.1.tgz#7ffd1f78c8be28c3ba45cd4e1a3f5ee193bd9988" @@ -10661,6 +10719,15 @@ xml2js@^0.4.17: sax ">=0.6.0" xmlbuilder "~11.0.0" +xml2json@^0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/xml2json/-/xml2json-0.12.0.tgz#b2ae450b267033b76d896f86e022fa7bff678572" + integrity sha512-EPJHRWJnJUYbJlzR4pBhZODwWdi2IaYGtDdteJi0JpZ4OD31IplWALuit8r73dJuM4iHZdDVKY1tLqY2UICejg== + dependencies: + hoek "^4.2.1" + joi "^13.1.2" + node-expat "^2.3.18" + xml@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/xml/-/xml-1.0.1.tgz#78ba72020029c5bc87b8a81a3cfcd74b4a2fc1e5" From 39771a50470aaec20655eae5d0390cf90ed59a16 Mon Sep 17 00:00:00 2001 From: kryswisnaskas Date: Wed, 6 Jan 2021 17:13:58 -0500 Subject: [PATCH 04/18] Remove commented out code --- .circleci/config.yml | 2 +- src/lib/updateGrantsGrantees.js | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 159581650e..a40f497982 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -142,7 +142,7 @@ parameters: default: "main" type: string sandbox_git_branch: # change to feature branch to test deployment - default: "js-135-activity-report-uses-urls" + default: "kw-pull-hs-data" type: string jobs: build: diff --git a/src/lib/updateGrantsGrantees.js b/src/lib/updateGrantsGrantees.js index b51193322e..77ff1e32b9 100644 --- a/src/lib/updateGrantsGrantees.js +++ b/src/lib/updateGrantsGrantees.js @@ -71,10 +71,6 @@ async function processFiles() { endDate: g.grant_end_date, })); - // for (let i = 0; i < 5; i++) { - // console.log(grantsForDb[i]); - // // grantAgency.grant_agencies.grant_agency.forEach(ga => {if (ga.agency_id === grantees[i].agency_id ) console.log(ga)}); - // } await Grant.bulkCreate(grantsForDb, { updateOnDuplicate: ['number', 'regionId', 'granteeId', 'status', 'startDate', 'endDate', 'updatedAt'], From 04e802749e648544760cc5d38105acdb46178bf5 Mon Sep 17 00:00:00 2001 From: kryswisnaskas Date: Wed, 6 Jan 2021 17:17:54 -0500 Subject: [PATCH 05/18] Test periodic runs --- src/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app.js b/src/app.js index 15ebd5e13d..db60ba7020 100644 --- a/src/app.js +++ b/src/app.js @@ -75,8 +75,9 @@ if (process.env.NODE_ENV === 'production') { } // Set timing parameters. +const schedule = '*/25 * * * *'; // Run at midnight -const schedule = '0 0 * * *'; +// const schedule = '0 0 * * *'; const timezone = 'America/New_York'; const runJob = () => { From 002397a2621d7712913e6f14d9a72cc557abc0fb Mon Sep 17 00:00:00 2001 From: kryswisnaskas Date: Thu, 7 Jan 2021 17:46:52 -0500 Subject: [PATCH 06/18] Refactor tests --- src/lib/updateGrantsGrantees.test.js | 37 ---------------------------- tools/importPlanGoals.test.js | 34 +++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 37 deletions(-) delete mode 100644 src/lib/updateGrantsGrantees.test.js diff --git a/src/lib/updateGrantsGrantees.test.js b/src/lib/updateGrantsGrantees.test.js deleted file mode 100644 index 5082fc3464..0000000000 --- a/src/lib/updateGrantsGrantees.test.js +++ /dev/null @@ -1,37 +0,0 @@ -import updateGrantsGrantees from './updateGrantsGrantees'; -import db, { - Grantee, Grant, -} from '../models'; - -describe('Update grants and grantees', () => { - afterAll(() => { - db.sequelize.close(); - }); - it('should import or update grantees', async () => { - await Grant.destroy({ where: {} }); - await Grantee.destroy({ where: {} }); - const granteesBefore = await Grantee.findAll(); - - expect(granteesBefore.length).toBe(0); - await updateGrantsGrantees(); - - const grantee = await Grantee.findOne({ where: { id: 1335 } }); - expect(grantee).toBeDefined(); - expect(grantee.name).toBe('Greater Bergen Community Action, Inc.'); - }); - - it('should import or update grants', async () => { - await Grant.destroy({ where: {} }); - await Grantee.destroy({ where: {} }); - const grantsBefore = await Grantee.findAll(); - - expect(grantsBefore.length).toBe(0); - await updateGrantsGrantees(); - - const grants = await Grant.findAll({ where: { granteeId: 1335 } }); - expect(grants).toBeDefined(); - expect(grants.length).toBe(3); - const containsNumber = grants.some((g) => g.number === '02CH010840'); - expect(containsNumber).toBeTruthy(); - }); -}); diff --git a/tools/importPlanGoals.test.js b/tools/importPlanGoals.test.js index bdb6ad4042..576e559018 100644 --- a/tools/importPlanGoals.test.js +++ b/tools/importPlanGoals.test.js @@ -1,4 +1,5 @@ import importGoals from './importPlanGoals'; +import updateGrantsGrantees from '../src/lib/updateGrantsGrantees'; import db, { Role, Topic, RoleTopic, Goal, Grantee, Grant, sequelize, } from '../src/models'; @@ -7,6 +8,39 @@ describe('Import TTA plan goals', () => { afterAll(() => { db.sequelize.close(); }); + describe('Update grants and grantees', () => { + beforeAll(async () => { + await Grant.destroy({ where: {} }); + await Grantee.destroy({ where: {} }); + }); + afterEach(async () => { + await Grant.destroy({ where: {} }); + await Grantee.destroy({ where: {} }); + }); + it('should import or update grantees', async () => { + + const granteesBefore = await Grantee.findAll(); + expect(granteesBefore.length).toBe(0); + await updateGrantsGrantees(); + + const grantee = await Grantee.findOne({ where: { id: 1335 } }); + expect(grantee).toBeDefined(); + expect(grantee.name).toBe('Greater Bergen Community Action, Inc.'); + }); + + it('should import or update grants', async () => { + const grantsBefore = await Grantee.findAll(); + + expect(grantsBefore.length).toBe(0); + await updateGrantsGrantees(); + + const grants = await Grant.findAll({ where: { granteeId: 1335 } }); + expect(grants).toBeDefined(); + expect(grants.length).toBe(3); + const containsNumber = grants.some((g) => g.number === '02CH010840'); + expect(containsNumber).toBeTruthy(); + }); + }); it('should import Roles table', async () => { await Role.destroy({ where: {} }); const rolesBefore = await Role.findAll(); From 4f9476a975a50a5e70db1232315b5e27e57715e8 Mon Sep 17 00:00:00 2001 From: kryswisnaskas Date: Fri, 8 Jan 2021 09:04:57 -0500 Subject: [PATCH 07/18] Add HSES data environment variables --- .circleci/config.yml | 26 +++++++++++++++++++++++++- manifest.yml | 3 +++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9dfb342b8c..2e0616cb3f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,6 +70,15 @@ commands: description: "Name of CircleCI project environment variable that holds the New Relic License key, a required application variable" type: env_var_name + hses_data_file_url: + description: "Url to download HSES grants and grantee data from" + type: env_var_name + hses_data_username: + description: "Username used to access the HSES grants and grantee data" + type: env_var_name + hses_data_password: + description: "Password used to access the HSES grants and grantee data" + type: env_var_name steps: - run: name: Login with service account @@ -86,7 +95,10 @@ commands: --var AUTH_CLIENT_ID=${<< parameters.auth_client_id >>} \ --var AUTH_CLIENT_SECRET=${<< parameters.auth_client_secret >>} \ --var NEW_RELIC_LICENSE_KEY=${<< parameters.new_relic_license >>} \ - --var SESSION_SECRET=${<< parameters.session_secret >>} + --var SESSION_SECRET=${<< parameters.session_secret >>} \ + --var HSES_DATA_FILE_URL=${<< parameters.hses_data_file_url >>} \ + --var HSES_DATA_USERNAME=${<< parameters.hses_data_username >>} \ + --var HSES_DATA_PASSWORD=${<< parameters.hses_data_password >>} parameters: cg_org: description: "Cloud Foundry cloud.gov organization name" @@ -302,6 +314,9 @@ jobs: deploy_config_file: deployment_config/sandbox_vars.yml new_relic_license: NEW_RELIC_LICENSE_KEY session_secret: SANDBOX_SESSION_SECRET + hses_data_file_url: HSES_DATA_FILE_URL + hses_data_username: HSES_DATA_USERNAME + hses_data_password: HSES_DATA_PASSWORD - run: name: Return database to neutral, then migrate and seed command: | @@ -323,6 +338,9 @@ jobs: deploy_config_file: deployment_config/dev_vars.yml new_relic_license: NEW_RELIC_LICENSE_KEY session_secret: DEV_SESSION_SECRET + hses_data_file_url: HSES_DATA_FILE_URL + hses_data_username: HSES_DATA_USERNAME + hses_data_password: HSES_DATA_PASSWORD - run: name: Undo database seeding, then migrate and seed command: | @@ -343,6 +361,9 @@ jobs: deploy_config_file: deployment_config/staging_vars.yml new_relic_license: NEW_RELIC_LICENSE_KEY session_secret: STAGING_SESSION_SECRET + hses_data_file_url: HSES_DATA_FILE_URL + hses_data_username: HSES_DATA_USERNAME + hses_data_password: HSES_DATA_PASSWORD - run: name: Run database migrations command: | @@ -363,6 +384,9 @@ jobs: deploy_config_file: deployment_config/prod_vars.yml new_relic_license: PROD_NEW_RELIC_LICENSE_KEY session_secret: PROD_SESSION_SECRET + hses_data_file_url: HSES_DATA_FILE_URL + hses_data_username: HSES_DATA_USERNAME + hses_data_password: HSES_DATA_PASSWORD - run: name: Run database migrations command: | diff --git a/manifest.yml b/manifest.yml index e7e6d6b49f..4db4791985 100644 --- a/manifest.yml +++ b/manifest.yml @@ -16,6 +16,9 @@ applications: REDIRECT_URI_HOST: ((REDIRECT_URI_HOST)) SESSION_SECRET: ((SESSION_SECRET)) TTA_SMART_HUB_URI: ((TTA_SMART_HUB_URI)) + HSES_DATA_FILE_URL: ((HSES_DATA_FILE_URL)) + HSES_DATA_USERNAME: ((HSES_DATA_USERNAME)) + HSES_DATA_PASSWORD: ((HSES_DATA_PASSWORD)) services: - ((rds_instance)) - ((s3_doc_upload_bucket)) From ad4206c844b744b74b746981702f336d62c90c00 Mon Sep 17 00:00:00 2001 From: kryswisnaskas Date: Fri, 8 Jan 2021 09:55:34 -0500 Subject: [PATCH 08/18] Adjust back the cron schedule --- src/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app.js b/src/app.js index a7bfad6598..77ecdb5820 100644 --- a/src/app.js +++ b/src/app.js @@ -80,9 +80,8 @@ if (process.env.NODE_ENV === 'production') { } // Set timing parameters. -const schedule = '*/25 * * * *'; // Run at midnight -// const schedule = '0 0 * * *'; +const schedule = '0 0 * * *'; const timezone = 'America/New_York'; const runJob = () => { From 958800b2f8efab9782dd1472ec5dfbf314010439 Mon Sep 17 00:00:00 2001 From: kryswisnaskas Date: Fri, 8 Jan 2021 09:57:51 -0500 Subject: [PATCH 09/18] Temporary change to allow testing of cron schedule --- src/app.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app.js b/src/app.js index 77ecdb5820..0780b90fd9 100644 --- a/src/app.js +++ b/src/app.js @@ -81,9 +81,12 @@ if (process.env.NODE_ENV === 'production') { // Set timing parameters. // Run at midnight -const schedule = '0 0 * * *'; +// const schedule = '0 0 * * *'; const timezone = 'America/New_York'; +// tmp schedule for testing +const schedule = '*/25 * * * *'; + const runJob = () => { try { updateGrantsGrantees(); From 4aaa919cb1ce17b438582c3b1e989bbb6e1d96f2 Mon Sep 17 00:00:00 2001 From: kryswisnaskas Date: Fri, 8 Jan 2021 13:44:42 -0500 Subject: [PATCH 10/18] Obfuscate PII --- hses.zip | Bin 1512752 -> 1215 bytes temp/agency.xml | 15880 +- temp/grant_agency.xml | 45860 +---- temp/grant_award.xml | 128520 +------------- temp/grant_award_replacement.xml | 18092 -- temp/grant_program.xml | 259430 ---------------------------- tools/importPlanGoals.test.js | 4 +- 7 files changed, 75 insertions(+), 467711 deletions(-) delete mode 100644 temp/grant_award_replacement.xml delete mode 100644 temp/grant_program.xml diff --git a/hses.zip b/hses.zip index 04a3c90f00c836f48150156fc701a33738dab87f..21acb9c402addbbc4db48234c19ed29dcad969af 100644 GIT binary patch literal 1215 zcmWIWW@Zs#U|`^2u+7p4Dw)Cg;W&`j!^ptE1*8+xQ}dE5^(u06Y6CZN9WoHO`&)G3 z2PL)$RAa@B6*GkM+_;GxQEF3cGqMFG_p+ z#)5S>1s?4^Zg==u*hJS!OP-Y6kl)F0^jT2!ag+8RPj4NYTA84zllG^}H@uZq`m)CR zd}xnOcS%<|`#_%&%<85fhMoV(yx{3q<&o$1$F*)lSx?8<)0q_tzR+v0;Z zn%zmiwtc&lkyHOPD(&_Dop!sug0BZ0{GV}mZO_V!h7s(q%0-Oo8tfPY;NCR_de=o? zn)w6Jn`>Da7zBWHdQoCtNj$>SN2l!fJ8U4({@uoPitO#@^@Xdh_y?$oZ9BC@t?!D3 zhM#9;wN&5&PHrc$nQMO6l<&{q5OZzs$HVuoTnq2zeYw;2*9Ob>wAnioD{dy(^eIb8 zzWOBdUWyi9|jWfH{T>@&Axh9yGTzV*mm)|qFo8j%O-zPd+e*8X~q2e z*@CH0Dm$l_y!x}Q!7%XA&$p#XCVvy1c0T%&eOCR?#OMBRC%-j~WQi*@I=+9C{*R)Y z@oz*KA`i~fI;eCbIPd`1w*w8QIesx@z4}>SFR-NJp}$4A_7Cp>0mt~DQ(+s}C+M7d zt?2aZ z+NcXT%2U2Snc4lhTri$zu}!_@^{&e1IDA`A znodu!-r7y&sUe&{vOk?LVwzCRs=)G0@A&rpLeoy4D5`fZb`xl5s^R?0EfY_c&E&EPer9uF-|@Sw z{AqLda~VB1Iq}#$Z1(yRe!j9VRadVxp$<_3+N@UZcn4l%@w@NHMhK8v>fD6 z{PUe-RrGUpmJ8bgcV|aVJGdg4W%}i-Ij=O|eL5FyKjmyv;q$Yn*LUuor*Hc-ZR?!1 zYTZH;p8q?xe6_u(f%{`QfrDxt`{JC|3P|3bKKZWfqWvo-?b1A<9^lQ$B*K6@-veWt zfssK0L;(RJLm=zJmVrR3A^P3}S?JjbSvR%>hS1H+1lJ8qZUNq`Y#;^9K)4x5e`5ym E0JIYL7ytkO literal 1512752 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%0DZ?1 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

      E>{o}CQ#vpXofEvbV|14mBv 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

      L=z-pUh_-WF^4!SI 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 X;*I5lIUNka6~{CUG+dg@eLT0v5|h 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�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%0AS`5Hi0uT1*p(`s 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%0D=ia0YGYsQ#P@>L_Por8w!&k zELNJZ}Qs4$=#{W|rNQO}A`qkHCV@L_l}BDS>?%qHW(-KSxHK>CBx{osx- z{8yw8S-!9>Y#utSx_*7I%4=0n6o573aVV#$3jQiS8+DrDR|_~Ulh zYyd=6aIkGRjhMK{KafCHkR;wXqr1Ciqs4)V4eqWqGF%1BnN`^VlM*G22i7Z&6oL(7 z!&Rs;i#JqQS)(9S2s=su;@<7Z_0?eY740y>Wr(9N^naNIvDdSF$xxwp#0th;M*@5a z!|R*=awj+RULMlzJU@}P8v4P@C+Kz>`rt(;_>m9UbU}GaPr`VV{`|Tw9%fx5p1-uS zqV4#;)pOCo#JXE*QE}&1`()=Y?Vwn8i*GJp)jczaxO1CtknPky$euJERspiP&NDa;1F8Oqhus zf+)u$Vv7@8E1cok13GFkMgRYb{@p+s!iUwCC9}nWLo{;n9o1 zVGvmsc|Xq!`Y}j#3}$(k&gbLN=SD%FIUTqV8V=WH+=ed znX$4&o*7|7@rDz+SZ%)93oT^di5ojO(e5aSkbTiE&(Id(sG@ViebHCR*SsL-iz&36 ztm!N4nY^d}!z(c&L2;gaOIPV+hVFrmYZFwFtZ3T~q%GGJEXK;U8~f=rDQ0W>S1TJw zw0%41*|CL8JXgF@8$>L7B^O34dBxSuyziYE7A$+MH;Py~m7|iNAHq*%MI_j^nNA(Y zbW)`ByYpF+1L5{HbD$r@sEIA53njva5HV~4Kd@mmoeUNwI*pr`s|7zWVJKKgO>rtT zR+q?wA8aVD(@hsE*6C&P(|b^rhL(eCJ>d%)3QcRVLm;=4s5E3vCQ!h`8couI ze4~iR!h_@@{gKY|r$_p~_xAdmTXApkvf+g7ho-)U5lTqvb1j?rLYg<2)G_&zL$FK^ z`7FzcdoBx>p^$ISCFN=3txIyeS8|Dq_x4;fmNMSDtQYo5M{?A{LMw`Gb+X;9yXh9D zk*p(R_pZ5)5NzO7x=UB;=`m&o%=Q?ANf|-z=JjeT2bm2+J;q>*SCG59M!s;6?I;X< zmD`acy?XrW0O{E=PLUf=dR$G$za;4?9n6eEz1~1O>Dl!%-ruD6oAiE@o)GClX^J}1 zJG|SkPkK(ZBu)eA!J7w1dM{UMBfXlUvwqTZ0y)xaSg)M)YEyYMk{-y$^OD})8YQGx zQ+nqiy}jF!Y#t7f&BHFP3=o=!b!Z6wt2Ymi{u=ZLW75C*YjppG{>Sz8U!x)YZ|8m1 zM|}QaFzSEd>jYU$CP}jT2fBT@ChUbJJdmVgLd3TT{ol!OIZqZ8Pm4@F@%8iKX}zQX zT+p|7Cfi6Hc@~tzq1CHf9aWs;tvD*zS6p(Giw0XAHk9_Q9E9Eusq2OHNb?i6%jE8qSEntkQ5jPFM7@;PYl&{nUjFHfI5=meTC4sTNUOh0@VjKE^5wuizfpKq* z5@4(edvJ*qx{83&M;8rxHYA-fQ}jF!*)3w5=oYbsyG6_f82d?)&r@=j(_>iCZ`PN5 zGIWPrQCC4U7MVky6qEVcf{g&~ghY6(qC-g>Ycpr}F3*>c>xTc9OqCPjESn?`c?TK} zuiDWtumTI)L443L#YFhxSSt#GV{It7b&PLD$sq>~5#WpCT<8Y}!GnI=gE{IjJIdRh zuMGRzcRPi4;f)8H#j2SRln7z@N1_5QR+>M79gHoWd ze||T3Lx!V1MqrTXQBzX|D;-4Z3&N8Xq`%N2?}}{tAkY@f6jt0)t8V)!^z1OkLg2oC{0cH|scE-eL*~W5Rt&uEkd7()$HjvCe#*@}e)U^u(DBPT za8cnkr;JSboQ_;&7&*SeD#MoD3=BG!E;OXKuX$`8*a(n?hObv1qQXC}H~)V7PY0Ng zyd~`sL1xKx#bM+~^bsFeue#zes>@a2RjD~E4kL$iXmM?gii*RiR(i@&akzgwa-!6M zgQG&*g)V#4{5t2?nOf{gw3ck;WBem34_*&1uFgjngd!p%#(PW(8Q^f5(^ve2saDU@ zWXk+St5CZ&tpg+_#+F646Zhsx@g2gNV|JbDAmRHWeWY)Qu11qVN02bG9KYu|5M;qX z;_VHaVeELG>e%3`KkZ#6gO1oB_`{nac0BT#IBqdDs2%g_E?tRpJ#w8*S;56$i_LHK z)pMI3HMMM5k2>(B^r)MbE7qf?CQRv32R`R4yXq1Jden47aXsq&yOE;8U^jxeBUb3+ zhS)`Z?EXqnD61)G9}x;)Vur)P7{Ks;aKYk+e8q*6{PA(U$W~dpg#SpV*#aL%^aUr| z*;Yh8Cy?gm4OdWtIQz8gADeNAyCc=LOg};=YG`VZ>JtQDMZAhmw)R zoriqnSoTydkofAkP$02%5}IR)yOTQVI1~E&Ora!o%Vq|6^38Ul3B}5nnH@`6jq14e z`&GF{bsVGQYDyQH7-<65%p#<>d0&enWaDzR2ni+(AtXJ1&gPWr5(VgrB9Ps9S0C@Z1NK!2Cr(T zAftoWyk2cpBC}zrO&M(Q>L6Cv$X6w@9mPkS(8Y>_hcDAN*6S#om?!tqOF1NFb!>ukIirQ>{qf_$0q69}aFIO8+1QTY)BZDd4cw%Kq zD?@HR8`b}@DX0j$iuXM4-;!h=~FJy$S*?;Le z#uo?w+m$iCIR39)#i%L@36)vOChWCtcA903;F0DsMrr~Ti!5DeqKpx&882h><;ocA z%axZg){5>ml`&FNoRW#vCGusAu%R$P!eX_NNG}MHAnCGP2!rk>!m|KJ#Jb0iRLS`RcRWRKJqXJj~hT zyBv8QI13>VeLWk!jWCGy+}8;WPZ_wPn7^&Qt}>_Ftwb8w>o zV{6xn^DDGqpK{;KyEIvE1sidh?XPsfB%yC#bZC-3Rxz4%t%zLHW6T!hihfh41^Eas zhKoXVF8d0jOT{JkdW#>H? z0$y=OBDbe=)F7nq*enpLs5_=*GZRT{+1?m>`?`B$>=-qirF5Yd)?@pdO;uBiGO6mu z<%(Nh>{{qKcB2rfx5KoVP_SoWD$7Yn z7tg2DETu1H=zN*eH|es}0W(gEAK4@&yO0iFh%te^ACq*l*_k8OC@R5YTVz20a)|B3 ztoK%jJmV<+NxtO8ciEVtWx0OOcH#F3Drw#9n_4v7`6d@TEcwQjuWt6y3>fZw*Bcuw zoy~Dm)V>!fqr=wC^wA;5^{+9INCpG5D^vr=|fKLczap?U>Wox zUHto!T;`7{8RwHMrOewS0}884@@`H4JsVSq%rj3w5&TCspQjyQ_`YMhpX)gAK?q_S z8#k;S1z)Zie-y~{bNMJ*Ir4qSJizi%@WmNxMx$H4P(Gz&6;p5p$S z#xrfBSYIx84GKU6cdb~)BuU#6C{riqCo4~W9o*iK|9&0YC&SEo{TKN)OYVE5jxx~kp71vCq zu9?eRdCC5GeR z=?Z6{EpnTzR;)Z-pn;ko1CG1%>A<>A9Tkd>8(A*>d-BZnw(OtL`H%Dr8Conm-3or6 zI%*fUPDfU7^yZeP!w?E0mJf#u5kGO3HkJ?XsAH#X$9I*9^tA7$v%iIXr4ePZ#Em0* z+giW|#6J)SS-Mg%oH$-TrA4+_(H9Xb13f74$V?f4NwDKcz-04!wJ^zS7=lUoz(t%e zSzRL!lWa%vipTxik!x@9kcn$o(qcgd56@4lETR8}ejVnI z6fSR`p7LVFtNy(ycw|#y(lkfM3gOucGA0==rfd4I=vO&Khf*b?qG;iGm8SC)lgl1< zQHsCaL=PwavXM~q&FVXKeLdJ92*{*nV{jG>s(woANEm) z!q^d%(J0eyJiM9q)N)yIM_u1D^GUDz4wyjoJ(n)j(+dOpn;io~ElTL^G%r^z+vpn7 z+W}J+w`}9y68Tmb*ib^Taqn)V!i%AWY=yC12iFQ?+fksr@!5`JM~Dm=*_}jqv43-Q zHTW>Ui?ox@aQj&e@h;p{szAM&nf$_PcQ%03xWWC z8z4B6epCcGGO``=Ih`+OZJIg~90?so=|c(uGswetu;l&UJ6fs3$g_H0gl?FryQdZ^ zYwopzCAinxPF-@33oPqyngPq2`&@7d$HCQ4T{@oQ1|0)8RF{`--OWT-^&8S3562ff zg~$7X{z^$xNrA_WW4eQo)CMk(UAj`4#^c|%GYQWp$uwo*gKu3EXxMEStzcv(WfI@b z>k&Bm$Da*1U6R#45Viz!roxu=4a=JYudY!LwuBwUD;oE2M}|&A%SX~F#aLw6GIDS- zkQxgb0Z4mJE!xNvt@MwnBYr)+xH=zQfQI;|!QFUx|D_v9TUmPZnSy61Di7{>i^S!9$Ks~PFflj8d(g|DO0`qjPmKI=h8 zFp|0FIX2|7& zBrYLg$6oG+I-{UY7wJTZMZ#pE$TYlBC%-@izX^ejM;<%(P<*+LUa4j&)$@5wxs z7WwgPY{N~nTWUG7d8o#kIt_;n3wADpOmd1P)#Cu`;k&@$70gb^ybM zo`bAe^j#ffD5lrr0vS3rO(LG+#iLFVEb^aB)q?&pz&x3f(gk07`s-$+ zV39s@F;)yLi;M>ZDjYXG6>o^`t!AKzo-3a;_&zUIqhANJ9WI5MsYTLaWiRB2TiK!6zQRT#Ia#r45s) zm+0Xwdx|{UohL6FC;!~&^UUYHdA^wuvwZsunAw}AKhk;r^vHx}yTK4X6=GnBcbB)r z+6%pqj7Yd*f-qP)@mZcOvVU|?7X4Ik;(S+lKuOmrsICnexfz^@{tp!G;;IWwvpumD-TePCbth%2qO2+f(seWh(Xu{xS; z-R%^jpBoP}S5txw937Uf)HCLg88BNv2_|Leuz9`WAvIvbRMR!J#Y>0PH42)pVMlQ- za=KVC9a>?HoDKv)oe(KWZuy~V)kkr0pWt-FeJ*cq2V+uCY~RvbU8KcwmOXI|ub$;k z=@JWu@OVW>SKH(ReJ`XU;|?$39!WphdPW9GF@GjIPDUc*W&Sn)o^~mWkN)hKa2;B% z)pMf|8N;l2&KIWa_8b+seD%CtNb=8irYw8THwb(01muviaw39o`FbFH(vp92j>#?^ z*pa0rgUC@RE!nc$Nq{BuK)aA+5V=Sp$=54og(Tm01R%kZY2C;mk{EPzV7+SHNNU5F zZe$SI+`5tbYgFh)(jCQhBk5wr9Xhdxj6d3ehm{qNae(=I8e(^KWtJ92Lf^VesNE*- zlgEr=$Zis1#*uVq(D@RP^w#L=O8VRdd%7KujL0<$qSAl;o!lv}uKZu?j8&Dkf@QyB z#&+z-q1}sv5Lsf`=$G1fl61VyF6Lvr&BC(_S~$-KFmQG)JDUUwkg z_@W*0{LuHJUgTq^6K+$@k>#l-yFH&;@eX`y!#m~^XOg-0z|3IXp3_`x2ZzAJcI5|s z)X1OXN0GWggsr=2q&xVQN#^9GPEl5*2fWZ+bO<(ZQwK{|3i91JU1WK|DugJDkn0p) zRlRXKDN_0#d8XgdX|h}wt=ix0F8H|*15veek(o5uyk46- zb`*~X?%$5o92qv#8bf?eY+A+>=^1edPVRAC4P3{QBWCS~%!&Fd9c7=jH`6^7InZ~nKs zMnQ!k>?p3#xPLpcAwFbnp&h`0Wn_p?1Mpcwz^6IHr$e{<^5*Kx&Bp=hUk>{>w}Sy0 z-`)*JAKniKR~O`RaDD;v)b8#n{EhnPjPGR0-G%}WT(sJdTqo0Pxj~7=S~&rZpNeep z@GVQ{(=JV&j;yam{{sA;?LmkSS58=SO)UoQxz;YT(~15+~{VI2-dqbfHc(%Qg1z;CyNDrVZK(N9=ob0k3Wm;hIVEH2JRynhM>z zdK8WdeLEr-$&YLbH#*ib?e8;vBE>5IDV;2K1IzB&F*Z)v=$c|J?wxCL8RL>`Jbc*b zq9Hl%o$Gqj#-*bUfZj2$n@|6bAZ(~k>qX@GT zi4)&}^-7U%W5Z00klEs7zS=ThB zydK=&-Q3<>4e!rKiuQ^xLRF zRSDAPE5?3}2D#Yp4}z2){6yc~UDNkE^bMt90IQA3EBFsS0=`eZPA&`>Y7HJP+gT^>u$QooNOY0dy`J2dq}7|n%jxN z2CihVbfv7AAn8yOWTp&{Godyknd-sj^{U%RoLYamw*Fyw2)yNk)io;mN$8H^{Umg; z+Gt>4gD4Oxh0NNEFwwx!j(?RJLfh9`L#UPx^P+ca>gSg<5veY?3{OhWJxpC@kU z^1_j#9Z|x_AD{G<4_@Ry(xNLx+^I|*!AAnah82fYM+UdvNUBX!Z+f23&4X3f%mCrm zWzBlhyCXR!589N}U1dDjzT2s225!92n+|3+P-TPVD~&`2!JJWHX=YMlbjgABiUWjT z!&HEf+TtuCtgTTHAcP&owFCEWN3Mv_36c3=3zrU#+z6KrHW40ld$w?Ra2s9>xoQYe zOo%Tc{7|IHid-e%_oj;0XPNNT4L-~#$rCzhYzgL!Z6_pS^1h&7=lsJ=I!W+-kv`^& zRR;^+T(+|y{oZk`-bU*Z1B6?pK|i)sv*4>g?epv|+i8&b!wG_w$7F^BU)|*!S$D}t zg5}41+`2$FR3qgsdfYXiMU8tpTgzaxO`UfVZssNjoE3N``>m7>P zssP=9GxAqmqM!NTCJlM9`$>oWeH+s{=U?M=V;qF4sNn&QnFeOrxjszt(E>}y5 zV8Rq7Qd^vQgViPSln5J&XNT!x<&=nw4Wf$&(UfQ?IB1p<6$b~8j)}hu3V&nbZ%ovR ziLOdaJiOT{Vqz_UrU4UCy(Og!4Pc@`SBWGhx^kGW~DH6~Ug%3PQj zDJ~*(ZDcUf^+McG;+QEppfJ(pz(nC9LQf)x>{z@yG>S3te3H)7A}3eWS*Aa8oi849 z`d#_x zsbuLnbsHx%_Zfo?RLHP=rIvj1#(>!xLNF;YoaDfIwKasyhM^ilYRlye7S`6t*ATKD zc{#AYvl#Qm7Lxfqs0PHe6Fg70HXI zoW85lDPNJ`lI}61TVxA#=ZIGm$wzXY8(QQtXL>m5D+S*b`Q-a5?@|`*)SGr(%b|}I zJCwNMlky>STc70Arb|9?Nlx$kW^4rA)@Qw1)1@;xYB#avu~|xrx`|tNGZg-VuO$Ls zOPdxp<&rZSCpGsNgAEVWV_dpYcx3VZf%Ruu`i<;bPHw=h)`7+B9*oi=GZ{$q9yhO7 z+k4Dxh{p`MT93h&!`XUVT_fLm%ytxx8p2}5LWJzMG=?DQl{kcqy-;;>x$$T_f`!8R zga2X;CjgN@m-!M)kMNw2&}o9sCI9X?IoNU1vpzU>5_Ve7v?#FYQN+E8rE+e}tg z)R5e^+vx~YZ~V~QkHU=DxSr(Qm9pvN_H6RTlG$`Jv+2t8BR8&B+>Z=43}uwTm>=^t zBv;lbXh?<~#qn_ecBG09W6#1C9R|pb0+B@z08b7O1NtgCR%CH7Cl`5< zO!F6|n$1s8_z^#tt|tj_B43;_olbJJf;BvIF-8o+AS9G-(*+dg&C_RcmnT!@Ddl-W ze~0UvK$g>3l?(@j_J% zViZE1zoHt%w#_sW<9JO$F9{@HdVB8EBk&AI7!`Bk$85Dso=Vy0yL6eai%GiV3oL%06llq7`k+Nq z&z22&@$WiD;weN#H|*JAfGl0CIHkIDQ5hA!I>keUk>`_WHB*pu-a95HcK)lwAsm=* z9~lmP$F-DA&THN5GzaG~m-MnCm~b$tSh~=FJ~p#vHk=41CDPH&%ayVsGhrs22&ODP zP^>PI=0vukFeX;+Mk)~YM7XcYYpNY2x5Wdjj zc$E^{wU7bE5A?ZA$zAf4O_yE0FQayV^!?EDdQRvCIDo8p$roOH^%50i-1oA*8)no_ zlw~h@h_d3X98|t~FT|4jr@_}JQ;&|e;$-=>jw+Jl`ChCnLEW~QnJyX0lr%V?cf1Oi zz{w}>E;Im-%$m_iBUqG}z1+N9Z7Lc}7)nJ`Qyyn3y0Sz*6%8AThZy(oMur{f&lm^W z9v!04F$h8(HH>14I4+AY);vU`V|3i^=>9C5Psv64Bc10@k5KE<-~2JakNEfWmcG-M z?6$rUJ#4Q;lauM>b?hF#b-J1*K>{WH!9xaQ{8WIlkG|%Yem>SjgnzM6GvK40M99K8>0VfS9D!w|exd&!&L}W~MG0VRUak}vnF&LAX|TmPn5DWz zni$!J!o*m)8@Z%(fGl2gLl-%T*|r@dG6w&8NomCzit}0W__at%gPD;X(8+cs)G#7h z5T39Y40@q!k`2bPPK6$b&7soUB}{#Bi5WV)YJ0fG#CHDA@J~D`B09UeRi2XpQ7w@ z+h)f4StQfVZe34MH3EVS)HJ@*g@OopzFdMhJg5rn_p`jVCnj?;h8`|fP;@XA?bbyl z^}-=olqg$lUamG14JHg_qFtsK$(4z&ERoMdyLClL4xR1&yOCkTI1aD{ix%h|VmezK zE3`Gl69XYQj3wZ(`Qyt=g6BvMy!~r%cYj0fhW+yqd4GOAy!t|hqw)Rl{;&H1%RKXi z3ZIH^89M1qAFg1LqUTd8w0)7Jb7zs_DE&#k0-5ViE$hvWpUid#>wK?8(Ks$pshVXctQ-ghH8CsmrW=pyiXpp`7;?Vmh>BC zy-G#$#Q=d%=w20gzG4{IPl|#>UQ9kd68p?2eb7%~phMmz*+1$3DT*v7lzymt7dd@7 zKjf-uafeo|vI%Vd>}0rU75$%th)uUC$Lk%U+_H~vMuYT4B_O7JfdSIe&4 zjwJUXWwM>f#g!7`V}E?z%3`&IdbtnPnv4a%`&mlVz#l*L!P6C|zI2rq2}8f{jp)al zBz~8lAuzF?G(H0T{p*GaaSv9m8>Qhv3-zV!j*1Hz;pn(#w`@Kb#||vU$_fnIcRQ`X zVk}i?h(pO3C9z$;(o|qEHY~KwY)W)CA6T!PEMrqb+l=Wrg|=&J)R3jP&^9bq9#}-S zs@Q>rQ^SG4qUu2`ziMDnDPZ2^%k&Z2PDr1Av%p*@o-ktZvUd3|Ycs742oV zEV8@jjR*=EeO4Va{G2Rjls&q2a4!1o+(>WO1{F-t$F?yaa!@TumK|(GNpP?YCCd)- zbub@t)J#ONd;na42nWIgh~)!1IwgimDe>TLy4#lDkm~oA`oVt8K?C@RDpD+8sVx#2 zo2@>iCO0o*aa?R#uNoJfnl_B40z~!*IJ;A7Yn0GpEZ(02iNLN4e;yZe7pCvrEkG_pr z=WALlUN!XiB9YEwO1{l=5QacSAm1hPRrZ({UE^7D~Y;=`R7pLSZ zPJVmmYP&4XMF&)tT;-GBZg5#H99cR7F{#Dfk??8bTySD$>Bx?%!%g3qwlb~7_T5e@ z7)kxmE0V)(pd=Q{R|*CryMm8(bzA)~$=<&bFxjwPIZWEsY`;F3bZkyx#o8JbFiCe5 zhe^6vIZPsZo_*F?f`iEzC$Z?DYZ|#{K%WppzP=DiAC$H)Q~J*{a*;mKTV={Pd)5x2 zWa~|DAu+D~j^Tnt@;-S^SM+?;H?Sy1!qDbI!ac_nD{ZR0 z9rGfkn0IiuQ&6?pc%XMMAG3jywJBezD_lqo7$-cLF?SMXG)~Bkc0T30Q=YAIovw-;{svabf}9s=Le8f@ zvSnU8vw15SeNU%|&|&NcFnu>A_i0filN1#uq|aH50ISx>MRT-IfvU|X(2kIu-0WD9 z*YnwrdJG3Px~FF%-_||3!ObQ2xM*w%icDHr1eE`))eX@aBTNmfXp~;l>BOxnyR;$G~CvO6gKW(0*@?1#YaFEktBC zLvd6*uwE%DZfqDrMP|(9L&e$}X;j?oC@yb97psm2M#v85C~(jn&M|f_ACClL_^+N? z9mTXF$~gk+kM+honOv0vjVT#YV2HXD6?S&Ypq!($dKOmt!L?-_wuLNQO5g!;oh zYh|6$V`t-pOedD@h~ia@q{n7oIVY~{d^Md}e)W~BT(Qw-$+;`LGx*h0%dcm4?3kmk zvMIV{H;rI)cdz1gO-u&ArsA^k1SfWLJON`)~}x!oDNxj$=58w{5pF@ zL@?)hnk^o&7)c+g7)1uIWwV0zB4J9}8ai9f=U>c|Mt(YffS9(%~F)u!>`azOO9O*uIon5`AS(DeA`Zf%#v9W1d|fM#sllsk|48Thy=kF zXRNWdMxF%Oj^blh_HRcj$mn=3Qcj04BL)R+-%&254MX-sgN(unYO^wm9a-jqbmY{^juMf?Nzf4X$o(uLq-h_AmOwE3B?Ipy6^dnNAkZXjvWllm*KYZI4_f z#rM}~ZEDG|pMRaF%kSBIE~~5USf1N+BkbtrnqR6%?d|+(XTmS-Oj!1dD-B)s&(xH? zo!@#@6HDiER2;Nj$8*%h2itbjUXxhvWLA}j-ngW@3&mwGJWPymcctvG=C`{cS%|sK z8_R~{h18@k6EAFBuQ*-^HcZ6}sV$o~URYV9AYKSNif5$vZ%2j_Dbm@GNT`W3hGIyvc#$iZ5501+zsptjG>0$+C zid(PRhcS1kDsH^8%6Ey&EgyV>$0=Fdo(11*W=`3}@+aV^%;-dct1hS9x|>F3gzqYK zsbuDbW=sSdxKwiKN>NOtr&FC@c#sX5IiY$*VKxMlGP&gD^=jFW*)YV0V2d}GTwNp2 zhHOXiT=M?y$grVD{~tDj2y*oZOr2F!Tus-lad!yr1PH<1CAfRA;O_43?(XgoG`PFF zcF^GNuK#|&b92UE^nkvip?1}(x#oNpTQr|>3ONa0!}^*@hPY!0 zlNU0=Hacf&WjlFi`XEuoQE4znh0lL=JG-FfAaTJ{Bs@!m+tj7N>@}6eV{my&UZOd) zt)Qh8O%@6lg-+*Nr6%jdyxktVsibXh#2-reQCWOsOrRS5l69~z{UbgD&F=d zkRpt(4kAAb&DGn=>&6wM5&5@yXz&Qv1PtS^Y>|<{*N%Nkbg`fi1l#hDDK=8#JHrooJWYq>u<2iD;zP+3Ea_V$Tm)8ni(5I##ji;939 zOP+jF_OJfU2_1h4bLh5b`($A+!2o-RW9;qc>o$WU`KC1qINJ%u!!UopY>~&}8|8V+ zr_mbz!p0MUZBECJ4N@Cu8zZJlFHDPiBx z)YP{36_uNVt4jED7=5`1L=1z&+yBqLi6;%^v>aqHgOcpR(_&l7$@@DL=ikTuGId}C zT1Zp}VpA|7=))8}K`S|Z2e<&zlLINca7nrAgM6T=j}Ck;@xk#8Nyc=QzdTxRiNIi3#a2vlU2-qi z1i3Gu1elDtlhz&NXAIuv?gD%{PVZiIf%ILfe4;HSYFFu_d&jf#T?(e=w-&mk$}IsBR_O;{xb)7D0j;*NmLhAhjk9)RExg>;lZyK?HxqcvK#o6govM19$ zHX;pmABVECW>g$?2O31fX#7_~PUPu$KjybCq%{NZlfNUUvsO!s$VnR*0AXhhIF4uo zGWOw^kQ8==Iy8VP%meBn8iS`nK|y?n6PKV^lT&s2*K^ak2V5NVM&cC42FO7VarQ3Q z3e8s3)-)W=uyHEUu>8D*VAtH5(;Q+^Z@Woz%4~+oNG*lk^oc0L@ z-Qpzoa0|&k$+Wn1&!dpRG2O%x>80M-p0qGBW-i)d1EcWC?368+4>Hi;|HSW6RbZU^ zrdWV9@*2}V{y+27>;ftgnaYY{px(HqY%(Rt8AuMe_c%;D`>n*%Q~ZGGZ{|C;c`g}9 zqTJ-ELJ$PibH({o&}Rp1k1N+)DipxHcLp)^ND> z{job_kg5l$vM4am%pwvF-uGkihi`yMTNf!@f^;x!mrB;rhR4dd_qGo0ZA#~^B?k9i zNrvL~v=_s8(86|M=ln6DSB*}&ZL}2Nu^;fSC10|0{)4BI=WG^IfxOO@G@l~A6R1D^ z+F-UN2BmNqXwJ>(MYJ5uK4hVS3-iY!t;nD z0gUSSJH6$9Vee3{WCQiKZJW3`TKumO9(j zpN+EFA7?eZS*)uxieR@WpLVB6yjjB zNZ#zu6n*3s&^?cH`o*uXwZl1{=Y}F{rbC=)%QZfqsFfl5wO+@VKyrz`X|6Bv*KaKM zwI2Z{Ev=SNRTp@bXzOiLV!kced+GwIM#IqOy(lR^VViABbKbF#>x|^hYfzyG%BQ!0 zl<83%kTQjWio!Ts>C~oqVa6=Q7%Z5gGeP@xv7*WIx3fs6 z=N{85SG+q#T{mNdP0KR~-Vz&kJIfosC0c^6MVVIby)d>^4#(2`O}>-_$cFs#MzJrU=T)Cz1m ziLG@-OrJk(B|<;Hxl=sPAk%9LF*eg{)05fv@7c~ zYv)BrG`e~zc|I&}?!iAZEG@w4QOa}lc%n&5_rTlGVKURIU*9L9@}oz6rj4n7CS#jE zZ<1NWxBK)*S`NOn^~RYhM&~4amp>ep;`0WetGT-;2>hlIj9XE#NSG5Wg(gJ9lU>17 z%gvb_18@(DhT6nb;;uO20qArvJDsb*+GAkBH2wb3i)FUi(k_bs1<(4uUt^2J|6P*cf!a!9~6Xud*_Ci&~sY!zNkuo>|*Td)kc%=AsLox%uFHmjF#;4AFa!P&cA-zd?YoTk* z-F57%OE(|*R_oH7pEp_})O&@x7P$Yp^|?_aIGS)D`Y&zQ(hj}Nidtj>LAdtt*D5yp zI{H-;IwvtO6X<0hbK$SN<4SD&KE?Jw$#tdCCIU|47)8jN38m|%{Pk;Qv*&Mde*?~V za@z}mqFeUc!YDI!hmXTS=OoU?tdxyViVCN5Dgz%>j$gLjxy`3T9(QfhVY4r0bB|(U zJ(E@cv$Q$Jf1$6;$>0Juc0MrqAN@d3ef7VfdNvSLSB){$r*K+CLUy2xbaOWUhUuX?+5IZSU6)4J+XIno0(*>{UL{* zAA;Fay*HgijRg{g$&b;84d-PxVZ2?;clj}#J6fwO5`%)Vmgw-!I3xDABjATAk+9QEdUuD59BVt!Aas=7#xQN?=x9yj_DO#CWOLJx$Iu?%6O>N;9t8 z*?eU+H^wH6doM>zzuJ8TA!b{rDtKy`x8~118RL|_(U2E|Yw*Ihasw!PTB&~SW>+Yu z)#cQ-NA(x$dO6qq2Blt)Y51_IC3Kl4pqZ)|vEnjS$-_~Zs8(jJ(ArwV5ERz6ykpt_ z;ZU*a9!P`6fxJ@~ zJy*uqf=Kq#o;@>mL_!p+xV(zP0f(cEdI<2(T= zMO#}~T*=U1oxdd-btUTY^{#B^;VrH`|4zG+K6I2_1da=3Dz%Mv5F?c5nZW&bWv_0M zBFFv`#3m-sNOH zD6%v6aup@^1Ak+IwcGeK*I4~_n!md|?=tCCQ%!d4Ij%kM4;94O%<^rp_51Q#iQ!29 z`Q$jupf1+;Y_<93tO6wF_e8C!c{yJV4rHW@qjL=dj`$)OS9Ju_0KKU1V{0GVrSynM zrITtHELqAIM9t`Fwhzph(P;;2#$;+=~M(^e39>Sn%s?ho!pb znLGA47}ai#=O`@z&u|(>7|J_ZE4cGTkz;R6O+^gsg|?MgUskMdQiGNDH^9tf!BnE}&S52#uS^u0z3#Tstpy$%m)#L^Jy%`X-= zKJ2tN_XE*Zxf?g19vlU%O8+)pJRtsrwzXAd-48%sSM8Wj@%$Etw_V1E#I&THif6LYsq3JNV~sm;s%+HR zcvfkJwdVpnsyXSvAME5ZhWzWA65L(9_2E-2OaZQX^11xiytO>)8AcZ$0+V!K<>Ivp z47lc?gIM?tqyFafUKGrBaJ6i-+*;Bl5b?TOJ;v$HlhNG+q2@&kcj0-!ABfEn2iWb9 z+|xS_2#s&ORnMd9*CXDdOK<1TtK*&|BSh8eHwjVqmfho0@GM&)#gPBGj6VgIVHsO? z^^U7!D@l%4)s89=KbtN>4|~p8tvd>7Nn2_CR5U5zE-ca_3&idF`sPz$*G69rHEZ@+GyfC)VN zXSbkz&@^j#(mE;~!M^x1gY z*}%1M9=AAXgytJ5(HcjazwMFiSBmHh%!`>H#so_E?jRJmTnWKle(Ht<*7K8(V+$;X z=M`NNcTlW{$!F`=5-Z>F5TpqE-m81Ur$}hV=iXXx`4M{TJ0rcEVQ1hpQEpD(C_mWL zulx7U62eX0vJxH&5~g8DUqYPZKdZQ~P@Tc|Uf5yxeQ?11t_sl~i*e)M{oO-o4WaJ5 zCt#PfLoj>j042Yc+yJcYA-qlyVU3L@Q9_2*` z*?hoh-*}|X#evJHDL-gdw=tvkND;j=BpsTlD{cGm-UoD$nQ7NPL>njAT~c&`w9p{* z1R%Wc10TJiMg_>bRxxv&tE+Wq9g>@){+yeVKRt#zd$)|;Cvw4fN)b9UMo@rcZY2Ct zOSVRzHxJ|1{TVH+^y-beM+Otlm@Twxap{SI_^D!r;v$MVf%lG?9TxA?MQcvU)*|Ol zg4O(qHNs+u9D_{kS@y$r%YuEwCP$xWZAw<)Y00E3 zF|dS!`vNXu7Lme*LiDdIZ(t4S+d!22xH1M@hFvBkFcgYXLZ@393+`76G@xF!#briY z!(UkG*1GS(t)ijQI69E9WQP+&92l>J6A~zdbBxq* z0YjModKeFJNWv&?j^9o!uR@SsIE%7Q4f6g!t>2NEaBB97Qb;=P!4NH(MY;oQ49WG%QfW>MCqOFsnC!QQ#9KM^0+`exzj3AkPM z9?lM;yTLwxXw$021XH^Goq&2hR~%hG*4*bElp{R$_6|LPaXai)=UP3a7&G;N0ix0JF6f z3($4q1-ect*`>kZvfQr;F=vXUZ?Ck)*$QH2S0d7a(3-*w^VFVBacjigKa?l)IQhrN z45e$1$mkk|AQKVGj=yH)@qaZ#eMUvX>mT?cA`+&(&@ugAP&?zlpmyJsU=*vPQg#>F zF1VeiXJ@FW&5@Vg5jvgvp1@}Y2P#*ES=r2wu^K1Cv9MV4LaVl#l_=094iYyp7q}EV>&V?@UlSQ5b1jr!5~=!QTBTnZxxV?6joGGg_Qh58S1? z9%V4`rkq(ZMkoh;!5Ga?p#q1dlAs`AMnx3`!194u0E}4>{^ny=t-e;TR!hAoUf{qE zk>Amik(r#H?xx@6iNMar8V9<0qHzXf4}_SiOD|%CjSeEbw_?~hYfA@mb8qo&Gc8*F`lW;FUdF$~aYx`fqw27gtwhaoSMe1xR z&O6Z7GWLXZB4NyGf{enmgB55nBpuJ}Wu!^i*=eXU)d^d(BC(AysC%fF-QJfMNwdJ& z{1J8CkP$ee^NO&F0C|9P3AsL!+Y(}vUpUDT+(lro!+Av0~XD=&d z6;N<0E@LdTXJo9m81n*79?m{wD#aL<62$vIA_E`d$LMs@vN9IBHO&NoljkI~w3Kk# z_6R5}ZOvB|vk3qvPtDKa7HwnGHAjbSI7>{fC2IjP!haqU_+F;Tt|EF!WBX6%E*$6g zAWb3qRRTxB{>tz2tQS%=SBgX7vyDV7qLRT~A=Noj95VSMbT*z~;hrJ=bkJ(4+ zAB2Q06vMG#tg0@9f6hx&zzUj-(gu9aPvWio!R?$mdld;<3&u-mW1<%zov8knR}kUN zoda1VFP+}d3SAsvsG}2ra{5t=c=jzi6cF4d%_+WM_)swg(0L9@ef^j=A22&2&#A?5 z%%E~Q5&`=%F!WUn7QU>`a~PX?tx1C}nEHEoNR0w_pzn!>4}M$LiSPhzwBoc&Sa&l) zi0^FFJLy57FtD70I~q?B;9N&7RaW}*%~I^Xj0D}ox)V}$VknKa9bhdo_<_Z09~@~R z99H}}cO^H8U4%S`H(e1%(E{mIl7z0Ttw5m}Cxls9x_;s35)rdkO)~~X>tE?;O7%8r><(>?C9Fm_EbUb| ziGh%qk|G`+j$!F~z-&Qiq=CW{M%Z77O;PnuUP(|^fxOmlxHpl~&NN^1eZc%O*1<+1 zmYiUjwoJ0)<(IIYPN9_;1R5Sq*yu?|CL%dS$g@eYp}cjQM&#f@+VgizzoEAVO_vN6fN@lV_m63=#B zhlYK&gzTFa*8v;{@{D7_9u@mUi9^@U6~!u3@iB6ozgMb^Nlf4s1@Hi;)oJ{;r%#?OX&%K$$$El;y)34l) z{%m;qpf6*Loyc21;ac^+2atYx(+h_vm2Zn=Q%9}2Mvv>WA_%+IPD{Gg^h#Y$)nC2} zx{LxWn#OU?NXW5JYWHl}`wP-m+#AfYKZehk_ST`QAefEjwK3LWSp~LA3K;7rjZp8l z`L80&nE}X5#f#;~!}lk6%HE4?W(Zk-cXHWu00=OdmE{jUq&7ERmaC&@Y~}kkQ$Gec z*XYjG4-@58hWsK-!~%-yIDP)OvqG(=p)Bg7R85Q*`9t)NO@^YXgEg_EBja~Ogot>h zy(9-;@d!78vbdb}uUlz*g`vIpxTeIDP+3m z5y(Uv-%Kgfo|js;aQ$QN*o?^s!Wos&xZhbB2}<5YgoGI?o~KG9K`?XyA!6pg0M zRrs>fY(M|wqyqe-f>g`8A&`=e4mom^wa7JS?$wRri}@d$>P15|&Cx)K6-S3ZN9F{? z=NkMI+$kvOKqWuJbBB!$`Ys}dL7ikFkimMM-BSC`*xE4M?hYOcGqBn`Cf5G_#+s6e z0iQ_zY-WK3mndhtUwo!C51hJxUVlT7Uug)4Kc>V`e!832T^u?DMwU3u{@T&tDJw#; zc6j4bq%K(n5gCeTMbvhkd`pV_jy3V>c&nK$6?=h-f7$;89_4Cod_Qi|0^KwtyFewS2-rS8S z7*zW0!=Zv>29{X!UP<>q!xU@)*aIGsFCd#i_U_FrmACCDgkkVJs+Dl{P(uVyPaD3T zYu1LM9?7lDkkI%@W*#JTRgMh7Nvx?h_&aXl%6OlvZdVGC+3-2Ll@xtC1{Px?4+&io z5H%ye%|+UnGyN2e_}%d?ojhu*`Uq#i6qvNapi=>hnE^g<5~;tCBs2_oBoY!pOd-+w zlRKirC-@%5#=Hm=M*FVD@pEzf#<#3p7@TgDD6xVJf78ODyB}mbn(o6eha(Sfe`wq1 z_Cq!Nt|a$B%~N5~Em2sl92h$#K4a|;E-{Z0d#Quocifq!Rv#-KO_S-{#3tBSYdBus zAX0;+jqS+PJ|YpBMf5)M7_2j#QvX1~A=vn*{MeL2KBDuRfl{x{*tt?*;<0VD--qFz z^&j~#v)zEq@uX<@_00Vp+0Ve}<}Y=R4fw{^TjyBL?VQBsrc$O*KT|cj=Y;}2jHb=S z$XRKW65RE>lo6Po>M@Q@7?f9(84k`ucMQUQ z&X((*NtA#yqF)|I#E>{vNDr1f@?$7@)q;3=?L*9l1JQ5n<@~+c?RHC?qUXJAg@~8a z&7=`uf7Er7n7D9`&Gc#}Pd!)p^3!_lT-6GLQ`f>a9EO0aEoVN3>JBG^d*NErQbpXV z47hW;e_dt5j*B+jWS(teN7zYF>e3Gqv8Gnzfcx9xv-c;BX)uI>B2`aaJ}MWD-V+1< z%to7q%aCH?skUluqUU1t>A{xkg^6llZfM(8=yT>MH~KY=lT&@qkgL0g;NkLl&@FYs znw$Suak=Mk-A54$Y(jv^kJK9pt!g$)kGPfFGEh6|ZW;M6KIZ}e?y;uCa@RF_+!h;U zolx^qZo#L&G~z0C+0z1P0+JxkN75#^nTj$N@DnI3cROc#a_;(^9!bj@aOA6Ekcl{R zSAt6KHX0fijt5Y`gA@P79Bz>{y5Hj$1PM5HPILr()Jl#=wHJON!BZ(>LdoDDU>vy1 z8Snwg2->h*q`IdAxU{ezNqFq|IY4`FK|eE%HbmC6AI<2+-_1K*Q-@qG9oUc_Z~%s? z_Iw>YJN7I(8g|QE2kE@VzcgCkX$Tyi!yR_YQ1_QzJVnH@PEfn5PXGDc`^9V8IlN}*%ObJP z+x)bTNuGOa?M_y`*68mU@9P0Z?^$($B%|+MUcOl6LEX($T!CRLiS;646&44vy7YFI z5GS>0XDuC9Xs>>9aY1RFgE0U+gtUD%UvHuUn>cslHm zqENNqdf@6LdmUL2`67Q5z1fdQA}0D1*n^?&QW2eqBz(l{lB^PhL{a!@}SF zH*a8aOus$X+AoL1)(?EZbfnc^DubB;NN&6J_#+!_FfQU=5~iKtLvJtwEnVb(!zDIc zirc{iOfm^@t%NTYl31{TY~@Z^`O+wz1m3ut(W7Pm;*l6WPV%+}1Y=;`@HjaZT*l<@C%CtRV{Sl8-;rvSmjjM~)vF_XIcA6G~ z_q|L*ipe1k4g$xMStx|w`|^5I18{{Ej!7Ve5xtG?EI@3-rCf4pW{3nP^9^9Y_K zZyJeksHscZ#)BWcPdo=lPjlhlAO77 zJ|ucALkgh}V)abXbdEV#iZkV93|9ae&A+1Jx9V!oaX7LTO4btGmczI2*7h>=U%FeD z1O_ilDcCd|qYx1Y)>$D#7;SH-E;{~2Bc;afmrHXu?~8;=p<^~*ly))It&0{4YdY-4 znnn=Tp%>!TJC_hA*qZiQtD?ycV<-Z+0D3F{Srf_|M4y)gUuCtI0Z@!5gHzkh^KCk= z5=JP)9CRp}Pe~8&9Yi6|akYk@GtgijbHalSb=VR%cLFiC>AVb;;qKn=&wruZgJhcs z*6QCHtP}bEH4X(5k^ADZ*wQDqjY{^!=(9E`Jd?ii)-+ zY>fT-{A&fvYxIDHuq%n?kCphPPvm|+=MJirju`E>^a3m`E>kpu@2GVbeI=aLJO8M6n zxf3QZsQvCHB45JNS?dqQq~BVKm&8`v5=gM$!Fh@BBVCc5FBPOcnxK`z-t%soJXZf| zBsCs)8ReXb4cg-+5%l%ae0byPbIX{eX26v#R!EH|WxD5IqA7mz#3zFC@R=(Zwh2p} zDi|ixpXKf;RRrfQ&>$KqVirIKb#Ul{u#1O<4_+J1{tbfeD z!YNJuq}AhSHK5kRg!NO)l{G$$>hcEhX20EU^NpS=tr%v@*~(dk0Nhb}`!uD{8-T7% zNDq7rhe7eM{QeHRTt$p=BzaeEj|%VX9p@$a-!c_}IF8)`UJQrWj`ewyDR_HRDPgoS zRYfN-T;_}CKd`9cC0~*$8Y#IM8~hHUpngQjVmb7yQGO04lJm(iD@UKj-#~jIV$Bo_ z>iJRPgq%#?y0ps{dnpsb%n*pM>Yxs?!42E9Ksqe9BE$Cb?1ICL5Q zfg}js3D%FwI{R*g6;A|ckFo&hfkhGrc2yoT%m+mgynl3LKUEGOvT8X^SSDPQ^rf$F zZg{s6M2{5v-L8}ic6$CtH&%1I;%4kt$i1R?#{YP*w?E|SqjFxH0o-R~OKhpAWZX_` z%&{{l{71M0@f$zN7Fmdeoer9f5Vn?S7?@8*rZWn7!RIo5P5<*+6F~>>xLrEY{K;>y z4RtbG@^$Z(mo?Q!db znXdx}hVLU0QG!AdsCA&j7O@$z)K~B|3@C?2nO1-FG|)I*pq|!b>GOR4F{5 zBc~HQp^*55`1Q~Jpn2nu#HX#0t4Wu3$+7a%WM_;-rb$Hx`kwK@MvAyrQeUGPI;!_2{^uz`@p-s=Wuo%O{vTUL;b%-fpFeatR za79~;OeK3wcb?BKI(+d0!3ZrB7mV93;(8n2Y;d)!`=-6Gps#+SCdpkd=~Bkxpytun zKk24X!E(Y2n;QM{6_DtHE??7#Mj);0Y|fDOGn2fLse)Ttj8BbenSDKjR8@k3SPUmut}1_Uygda(LAV$7A8X z)g5=anXf=O{3|q(1G8||+oWZ(8?wmsus|^?mrD=us_?#`$cE4FL#wNz%Q`gEs;7-A zbO#|*mQwIWW~FqkicAaD8x^0pVD%~JEt!v%dczl#*e^fh2u+;+NiSyX=P2H%4WnJ< z8dG`N>&hurpl!XdK|qK)zB@O`lpV2Wv$H!+`ZbT(O?mo!LZ>P44*4Y`T8#1!nq{ zeB{*P{TZVCGhcEttF8TYu{={*qOI3tsl_jR^rZSJp7J@dfvZ5q@qCCDd4jcHWA=Zu z6O8|xodEC$W?MVIIUC8#100}3(N)ECOoMtu`RFrzQFbTtE)2XtBp+>@n}}f2joe?q z?4mINI;!$)5t~=K&lI9`$O2A*wX=X{Qg|+1j{)Y~Rr!$p3^L)oLT)bGv0+>iw1)!8 z;MZUB?G1A|>xZD`rA7+6$0cnQeong?c5X1bwqZzrb{x5w=`|-EM%dKYgVuk8Op2+g zwi}b8DpA&NOx5f*--xpzs1!j*fG5!sGlP8~V1OxJQWp5-3Au`?kif~{YJAji zp0St|rx*n5$`gULwqy6dlh=3fla<|O02o^P?-r{PXF7?L?ovT{ijYipz)B2Epl$Wp z08BwJ%5|o0B?%~Bn9SVWS=ebPO%_^p>ywdJnJ7&}Y#d}js>|Qv8v=+z4C(;Ov<^)* zIKD_gEVOV;c?}i`H&uwjxOgkA*zT-xi89CKWoXdcQ2Kf&_4~xXrJ)Ud(GPkL?-zpq zMM&{chGpkN8P(tD^S&OrlkyocL);0|Qst>AN=XqXm6XxOm8`=flp_y z0em_SG;G=#Y>F=^z+jSXQl4Mdfe0~XQA+vlz(L#x_V3cU{u}OxJkF<^3{Kei@E(AF z#yH+lG!-Rg&>O!IsMj< zf`dE`1v8MVV}&D-!jTB@Ui_x#jiq7kteE{KsrC-wDey6(i4%)7fjd79y$=cjT?Pjq4vWP~93GvneaHVlhb9T& z&@`^;!!o;RZ7F?A!;xwtO86W5`5Jh%llf!IvhS7@s3#cX+D;E7T`` z<|O@q8Qk&@haBuxg9{Ji-=pJ1B`rs%BKG?T=s2tB)ZE0X~w306mtU=5+uk^=YGDNav_ zb1hJmLq}3fU+mp*6E*RI;6Y!(#o!MCXA}4rKxVU5gdsrr{ttkG#AClU(!GnjPP#+d z7Teg+OqPQFu%;)+w+Yng+WgG`F)fxLHPcO3JGsPoFJ}OwQ)22g9FPl%$g@%?*7~KF zp9E}!iS?YB(IOd??e7$Vi7w4(+N6`hT(tBTs}9#>=1M~Ez!6-@7bxxs^WK{BeX(T3 zTeNn9i|)*T={x;>g1q)jf9S0#ZVW~i#o_e`tqywydAaO&an(s~3}B}Q;q(X(A$tV5 z`|O;UMt&Bcln4ua9`JBfNG_x)xE!=Jv?rqd!u|3pl1Q zMtbbduW}$mGXuKNOUn|O&Ll!iCH)6UR&I)`0_TxOM|=TZb>F+|bpp!s zIeU`eU*28O9IS);7=1d zNacS?(%cB{teJ|1CC(toEXz{FWUf^A@G8hXrmE|Kqe|`H7+Wk9RhNEsY}y#p?^kqV zVIKk|DC?1L7Pg3pbMesG^uOd&#+gY zC04z*11mSY9S=@wHJ^Qazm}E5foRQ|9C$sS9qzJkuKSZHe-C9Zg#aMop)Eem&F+TR zOU*<#6>Fg+NtQ>U;Cu9$Ta7jiZg6$>tV!a6-9qkU<8i1N6V1Zadbh5}0VrL7V|C}; zt)^Bf(IfT9t!5)OS)h5JwCYO{nm$@d+<80C!GV}C`lz|S*a$P_ezb4pd}8#1F-O@a zouBbDKR3~P?Zm?8y~k=?d=6)aG|z&>Hy*H|`q8I~;9tsu@5b3vzW#^Sp8`T>2|cdW ztIaU-;VCT@UZolv_A8CHguuHsp2M6lCMzN$JE0x9w?9bA-dygDQ8L|{&u4#r^V?`z zQ(DAlL1l|t^9P3Z+&@TLIAkrMzRP*&>-$uJ`{Tur#lc<+|)UWsUX7PX* z_Oowu**lddy0JFYq7S8m2|>mDsDanx7BgQ;x}LbqFW;o|Tguj}=~&$qt{h zyTx-s-h8rdED%rIGzbuRr^wb>Z>b+&Nse27WX_D)B*>=BbWKp9#)%0~<~4w1IdrVO z?w;3}|7;YE+T}$>nr)xAe@o-8X&nvmf7NDZL$!N^yQ4~=m2jQ~BP|ylI?<@JYFQEd z61UOK1-D5B7=GcfocYk!hw`@{r0Hq)O2CV_jZKvcnLTDaht6O*L_v1zQ+Z??-+g0< zJha}#q3XO)>T|V0>%XJ>O2X$l$N|O+Q!1xxEl4kKA69@oQE}^4^A|#HX*@W`Sfq&eA@E?yFmsavQ7q*oW z2TEKdG}_j}<#}Hktb1B#d?;9K>&HL!)yG3eJvs##W%Wz3`@2Juv zK9FgCrxCoKYJ|%EaD>KEhEv>fF5$lpd6;ina>I?5xNE|9Ym#8U^Q{v@;0S*V<2h9m z&l{l68}1lYqBU4?=D@)V@~1{>@2wmj`?QNuX%<7pIivn6;E0!O>zW^AGc}!NlGd^% z4N3fc`lSeHb#T~(2teAV0x-7TMBv{g13;wErD%n)$zasNPXl8`7*!{ee@m2WfWFRoU!y2m4NmkIz!fyemOo{A?m2 z1T$^^SD7kwUM?(Qzty9)C4ZGys-OLp<3+T6VKbh)lGbE;&YUC}t&_!c%>0lv8^TQfUf4Jh4W4AdF?w{Lw1ZyeiOKn~L*_KzEXI&H zByt1iq<7?3i~l)&W2ecJ^{~D5ET&*kh}kwOdNalDq4y@$|8Px>(b{rdjQQA`G>ss7 zWvs86@;Xown}s@#bZWDHV93t}Q{y?X4=KQPN~6Mcws~Hzq0rb*)`(u9$(U%;MO;@U z(R3G-V>T9`GvT?ff5`ro=%KoiMB|zAI`7m>|olsWvq%VxS*So)#2x|YlK@g0j2(QG}QSP&d;ezJwAMXq1^B1(n#gx zrT^3CM?KX%X4^+{szR`0&-g+4Qzh!>&`4R8!t4*~YOWd{o9yW+B*|U>x6d6io!H>S z>;{OM(Y-8YBeim5Rip;Tf?Q_Wx}JE^Sf)bdqy$mH|7r;*wcg+YTP%05?5S_}ls7?Y z`XblOrT~UH2Zp#|c{bKs`-vHW@O8;JjsG|oYXXmrazJkGc>l`s?%3Mf%~fWT^`%(R z)Ai-m+}+LBr$m$mow!QBC8CGnXBHpUkgN(?BF5w%8Fa}NaXjJ1y{st;-3%U7a}1LB zg_DBAqtsBBygt+;&mpV&`tAuoXt%V0Dmn618x3xxkG-VLkq?&g$4pD|Pa;>_(k!SH zSr8=b-7B5kuz$FG%vWR}_p#_9ps4mf9?y}L=qxD{KGRh?utNv1lE&59qUw-^V@2W%|>U z!|HeOO9}z1(X7S?`j71UX?#jw)1RYlH4mpt|i`5Z^#rVcwmX_k=Ke$7HhjS+< zC7*OTME-Ag@bLNWYmPwAS{-?%;hg0-Bx%xUvxGhx8{SmnO@{``b6yQ*yk4G}W@3_p zRLM?VhrqRymVjxa=5m!j>jhrlS(q9cD&dOo1YYyYqJk2dj4FX! zDWc{V2KBgAF2n-M!4r`E+(EjNx6}QZX#B0}PX-=12$!}apehFE%7ARQLa#thevsQ2 z{;_`ce=L1vP+M)+ZYl0w+}+*X9g0J7cXxMpYl}OSLUDIbaCdiiD^TFu&wI{HW*{*9 zAUnDDT9-yCS`OHYXMIagZnrV2<|ad?R?MJ)37MjES2rThPl-g1xT*K#Neuyg!t-`# zY}_wQ6q~4FyZ*&~>7DWhzI}Zz0*|cR`}E_(VBi9h2rzX;GTftmg9X3Jbe&8&nPRYn z{FdPAH~$h1(7r^UdcnWCOgj`*3*b7F6ZZM+1iKXU1>8@%tt z(~^{6*xOfRa|b__W*c;=%{g1K8Vlposdltlb-h@Z6rM_1#;MbF)Rm=u`S9^^<^H4J z`O@NNni|q-=y_2_S;#ghPT?4j5HSq)36l;y$SL|+Eu#}4pGF79`H|Dl=N>25mtW+F z#M*0GWU)qRDnE9;#Vk?w`}tadyL=1k{t)Z{B-y>X&Kvp4&O8ayu1krTcKF$z)Sej9 z&;*|B3}*Q0M=xKN;c?ryPf5iX@zS|?2u8sSPOHL4zj_H!7v|O)4wr|(NZ=@hoiQL= z{2uTfR1_hI>?R~=uF{^2oS-v&VP7bmn2HpzOE(98%bOX6;04%F5#C6}>FL{rF%ZqR zVv{wFUA`8wNJa=t_3st*tFo(rqq~jA%%!DKSKDErjy z65|kEdd(q`Ij%2N_UiEENl>RdjJXh5;2m6UB$AbO-ixx}0V76^>w~-)yWkX#O{S3J zNanx)pfcE#bW8nJExRVd-z>{K_{rKCOTLH50+~$x#M~3RM#w973T$BoNRyvZ3|F zUAWN+I!Eg+voMVUjt3A*aU^y2@UjUdnm~Ly2<6OZNWX4C79AJHGd!mmXBlk6=(4XH z+gAIa=qDaoPai!)maR9eGW0~L!r&i`L^S#F+ToQp^3S|`J=mkUmpY8Cxd}S20hhA9 zjv!3&Hi|t!?${vzy17X|F~;FpxIWjyLpmUx_q=S7*Yn&NP4bHxRo#$WxA6Cbv|sNT z327TuyyuofztaSJmv^i5_eO_(3L`TnOs-S*fEJ$0C=Xfx#y?=>^wPWzuerpeAs$z4 zVc-Si*T%GlavEg2#lp5O;r>c@e40_zU`U(_WXD<>{B7klG~cGkaOpCRcvA z7{;eE8J5)#>hKg`&#~643V_lqJ`QHbL&560W`dYdi4U4aeHD667PM@LesanEQ~Rh6=2{0G+IPcv<*PnTO0lF80WJe9PCv6&1C z<@bmT;%yL#uuIzb@_e9&A^|K!%eyuxq~Q=kB;eDF66W$I6Do}xzD~!2bXlePIV@qE z7!~Of@N7(GKG*@Bgo!SYMSHw(^Th>J+@z}{Iw6v`D|Im6gTVWDLryq6n#B4%jlDfD zQ&ukke}>l=)o|57!-=|@psIRY;wI@Bhr=#UoZns6fXBy_VYf;7VHsv55OUoj;=3E= zX}uD*9G9HM^Cyt*d%N!QLQKTAw$*g)E{>6H+mMI^0uMt^+cw%{2!pr|-;Xe9IHs|f zd1T|0btMu~SN)!sW;34Od~iVYznd1l_Ni)>2~4;p6JpfA-jZ?ijK>FCx}+6WNgv}l zuX_1_1i^zkq6oSg;5M0lBm@4QMq2w>e=w;&Bj|X(mIeJ-Z^nStnV|2hnR`oFTgUyB zxpF7EcA$6tHMLGz7>NESakHSSl>g$d0{p|vSx~vI(aiQnPrC^-lK;!WgfVW_wPX7Wu7k8~H^oZyK3V-+0PXoPdYJg67*&_C9vp`4FUDF~)?& zuogy>#KRXq^zI(GqA{P?AuTC_=glcO#A*V%zA>9~BT0SQLBCd>uB=G` zi8mLsepz&sNreqCcVnYHF!q^Nuhw<|)h#0ljfPFS&|(@|&h`1+aHz6>duGd~ltM9T z)FBQ(V)%9?Gh?D?pUgBeD zwNU&p`tU2+vgirARt=}>3urtu0V`B4CdA8cv65Q6M-}CF65Ly~dSq>#G&K54!ZIx^ z`sHRKBRaXl2Q8a-Y|QkahDDd;uSVqkYuV*rBN-W zK5J<4H5bCCX^+sG-dL(Ls4Yr3;Gw4{vH8DmCTMj)VkORku1k&}YO&UP=^7}qhLD_? z&MviLsGZq(6B|5RHCuMqGvA?&K_KOwhYe^(z-t455+1g5TBPKrwG;?2xFsckI)#8j zCR?YjxP2--!ww+=OM;K-EG%sQhxvQ*!BZT$k1uyt>0E9 zne01z*V36z>Ce)cQDuq@t^pn#-vzt`_(#n*t;-Z^L$aIn+tg?**f}Eo^nb}^;*DLL zVL!D7Bdc$W&wsg!KX}21W@4@_4hO;$*F4)!0OOP~KeYxC&mv4|`6hOH*MPcvcraOLQk)n7Mrh7}2 z3yM5qicBd^=*xhi$i@YDLx>j0;^$tB^qmolthppV?K8zRHYbdi8bB|u>*VBK^R?M3 zVy8DjEE{tm^OyQI#ZI5Q_i9UM(9GW#9U>&0pI+< zZ%4ht;;-&?c038a?I)o32+ju_i?HJDG)H7dTgZyG)-Kneq{mkinK*tY z#8&dFiIGcb-bQw+i5}39YJVn8R!z%+@DFaKbkC*W&ri-4p4xCbcI`}m;UVIto4JlC zcR2`)td9WYNIa0j`Q|2>pS7VpN`ENh|^gCtW?LYv;CP$;>_XSUV?({XQhNL z%w1nh$1mudAr7(2t<4_NQSi_o{8`k7f8=J{Bt_9jhp@xmYuSgwYoMwei1&Ruj%=4p z9k^+9JqV07=P|}2?<>*enr5aX_q?m&x_*wm4d>K#vH9@K(k z%yC8hi41}8p~dU<+d-g4q$H|Nl^n?*#V-MAu2dfh`iZc9bGsPGLQ&)SE$!val}B9W zlX@GRbE|HYZLSusn|ThEm0)0F`|EnJop7no*A!9-uF|jI(nhgFIvTBz%Zwd=e28^B z06s6(Ijg&Wz*RM>$qZ3M5p}hm0gqIp*CofKW)1aQh?P0GV4KrB zp8Lr5d|`Q#Qx+BynGM>sd_s-m!<#&U4v=x>3YO4u>E65yF{KcIv^SrzJI){*nL%+_ zl(a{T_)_Oq%yTpkn|LIov|Ww80x43T(w^*bbsryJ?Y%USa3qwljeXUM-)Cn?Z28Uo z0PFAdO-=({r>i{du#AF5g#~Z`6w{y>9xq~+b0<@MUt>^m59e?zyO~L4XtFn`!6#vI zEBy}0KPoI75)k|wDdm~$S}1-bJ|_RgZC$o+jGIH_VWVA5vpWj0Z{%>sXHpqn^@(iQ zx4VV=Ep}c5LB~y)If*M|Y6+<|J3F#pD42fOQ;6~@agQWIx%a7yKS2comy=tR~`Fw7b}YVa^n!Bd%s)iV(XVL#r}P)%1(p) zZapcdjwwt})7ABrbK2W;BgG~1A^{;TOe$t1^kQtmGN&)RFrI_!z|}IxPGO&8vbKocv|q*uP<)Fk-g`KV!y4bQ;H@IBB2 z#elcCiSdtuF3*BkEIL(meJ|DW;MbdBlh-b#I@fk4=RrN=3!T#PML7`XMGl zZBZxd+j@QbnXIFi40?TJ4C8l{lZ*!0 z3dCjB1@LYI3SzhPcL0VY7X{d7s@=;ASuJu?^-0!!EgLHG{Hj)}@CaW9^bAj{8U^$p z7nQJdvQ;0fK@76~|9i}9Cm;VBr}aAbjE9a%_@aUg9fQK%(AlQuCT2>ZQ_@2^lQKrz z@<-b+c^R(QmQmLIFUM$yT{;#eKL*|b0C|ql$_O|2@%2j~7n6#@AXoYdIw4Ow4F0VP zS8ipKz-3p)xzD|YdvjSoZ$+RC#ZiC3FmejNa(9$nBOjTG5pqS~D4{tS8%19j|5ZJf z8K|}1E3RB(^PtGY{QJy#(|dRz?hkPmnUtHsM0OgVy>!+i>MlZxRp_ielMb=)Laz zaq{mkXI@#_%J7TUnUtqkRYlnG3;}z+oCL}lkTCX6$PUT6BhW@L^D)DScOofmU+|d zMJ7I^s@9=QrRp}TNQf54GmGBQI>PS|5_&5+r;`)zQbt5F5f`KMGSEQnL>!48!N&+tMKkaXo`P6q3YD9fa{BV}$o) zayR6NM81K0iO94*j=M;AHymKFF4Kc`C(?s;;FV~YT2p&SQx%f5BtW?LjJ!fixCi}( zuQ-SXY>+8D`{e#(v6=AXAV?nepWqhJ-;}7q&VW3+D4}ab_U)F3_^A6wAM5z1UbhK| zo{JH}#<0O8dy9&l$%#aYZ5%GvXxQiaXTm=Jsv*Jw|7=76;AFS^2Nm5{k@XbJw7b02 ztk3o+g^V&A8IXc~Yr1ub0lh54g9Yl|=t#le!r(TsoJtlI5tqkaZBG0wc0(4@KUemO z2o-fSz);jEfBnMdBYUjv{KysYJG=7UE_1wx=B;(fr=hYhFwpG_4SSNE4}+AJklgy1 z`Ry#o&1ypsNAf#?8yD=W=lB|dVo*-%0p?3R&Ggbayy45DlDpN0B*>pYXMtdN=#nv8 zpISFilq|FK$zQ{3SjJ;)&P5mg#)RR0w^!}Uz}aR(F^6}J8+h1Q+B-?^9kHS_+tX0V zwKRCU%rPa?!jG~H%h|8gnU1uRTDQ;qkt;Lhth`ZwOyrye8LA;t0kT3a=IeIeL#zU1 zUnDJdo~tTZ(*Y=Frgu2&5}tNp?F2WdpBtNmw98M1-ToM)mw09=u~z3YK~ZP5L;aem zTKA;}MY5<+p8cQ0--C0{zXWHbhn26ddH+hT3a*YPO>ST5-b6rM1ks7TOkL#9f@@i;gm3Kf10nY^``d2p*`+M^QTytu%z17v znr(}?l4q*g3+91X$LLkBirjV$nrle9_*zES8qjsR0-BGkTLF23*Rb@BibdIBJhAe9 zJN*RI)Iycx?GZfJ;VSUVUb~CQE{~$+;fY7?+q2j1<~R`il9Ck83Ca&pUj|&6`vX*{ z-srLp8g_+8>gs2&gP|!xT#(3m%^^$&*NbI+A+C!=<4K;^k%JORrl&%z_`o+54DJmE zEMJMB^xNi`5bxRuuD@TNuM<_D*1VUD8*h$U2-E$X@{iUI=#P>T{BbabL>2pg zB7pc7dyC7V?Dm@i4M zb^C8ABQPFFujObOVmjB?D;8bG^TcA=DUMtC-3EmcZm-HF1S@aEMntF@ezt8)a0-9& z{0*~JUcxs>KQVF|$upCA^t154ILavHRXJB9(mijMq%`w-{ScHRzJx4ON>u6ZUB8_L zN>vW+R1dTG19_~bN5YSU%t9a;YX5|st%B=%i7qP=t{g~QaB%XT6hBwDg9ajq9P#OQ z^*W}8!jEzwLn=XT;D6N)Qf$!_zic0mS1)vKI}}*%`$-!@&M%e?=@7#VCJ2p(XyHOf z4*X?j3=;uz)Q|7K$N`iWINk*Ve4roIwKs8hrxzF#l+MV}r%`vpf)&mpd8I`BIY35y zfBaO(M_7AQtXKtO0ylA3#tiwXuU)wV@~+K2PK<)Dwi@WZL+upCdOA-}p|llxeJ`W( z5qV`hKt@eGk?T-?O>VVJc2>;S5Em{1T2d^Z-}Lzx2*MXh-3x0!Ev?SD|6nn1b-}^r zwQpz0gxG8!t3aD`)?)^+M3_Qj(>onbn&=h~wRm#*C_NO#)Pp8<%+u8{8Ic>e5MPEy z5}t@iDHVA9h~5^ak7dGauU9&Fg07}!9h6>)S@kc@;8#`trB`0c|rZQQXd&3 zw@IPh|G>zvy=iy;%0@&}aaaV}{-eC3kkGHekSy0=Kxvt+A-~`KhL7e_Fy5#i?d~jt}XTKt^2Uw_B@6mn-Fcc*A75MgLfMC&wPXT{>&w z;C$=qh3r8#Ou_PG51ru2cpk0Y<4ffz^o? zk)8%)#Jq_(Cz}(zsLk(fzmaigrn8kr?0B{AiDE+TP znq_>;UD=PE?l%r|G6LFc=H@4fNQ6bS!370GU-#aNhdxoQFO$Sh+5rP^jY4GKd2# zy-qCJ55wb2*+TBGQqcksu=(oWr_hP`el=aAt!$i z0(=K05M&R6_X29pz3eGE(jjs7QNFgB5%B2^)(KKVzGt|Bc%a{06~R|NK#(ZigA#G9 zsq_}j{Tf5I@!up(3gM}l8By=lA|<*ncxg#;ncdNibY6Z48@vs4d`dwj4Z9~P0Y?RD z6Jrh*4db4;P>?O(s8{BC)dUcfpKUISMGuOWWXOI*Rue)SH7H!j?z>L^lc7wnG9<~| z6!bWdMP&}fq}32TU%jy2PWLGkAcvPu#)w{HkUDW6f0fHgFCXH; z5QfYUo1_2ZNiOd#+heL$D~nx08<|`G^UB@F`z2A!W}

      L-yt*@CbtMBJwa%+HzY+ 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

      Sye#1lhwcS;_;UD?|xkZmplFQ+~^WEQxxj#J8@) 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 ??AC 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

        r**r-l72& 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
        Lj5DC7#mI}#B6&#|Owi|L^tXMbna` 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�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�lXi~&US=KW!oJud?l2d- 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

          G<93zgR>u2Opd1g(B|=c?%yPcW3*zdS*>D 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 eDuf)< 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%0DZ!QpUJs{-ZD)eUd=X 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 z zi<8_BoGCnl9D^r|d&JqM8aM2w_56|54ci59$QobiWitld1?csTF%O+q$9eU#<%<2Q zV%Bh{Ex1)pXZpgcJTt$+LdmvoIf=Q~DlsEvH;eHvcFvQm61n)h8b0sdOAh-=V<0`^SkTXI=^5PQ{}jkk5O!ZZF;}DfONlz zH(+ILr0gAE9f<{MH(@QG_HXfugNiFPk|zEdCb!=xx*Br&Sn0JeKxZz%_~hn3pW`B; zB&`R2N~nIqkWQAKC@5b;oZao6v~1Q_yc}v;=K%$$y)PRrM_*I?z!;WMoUV8KB>ybj zd~%19a;~@$xs3kzfv$FjU8V!QdU(zZ;61P=t4ES6usFV-MQuq&o;ThNBddt}%zPst zT04c|PulwUI%siwo3^I_t56=DJN@8QU(<%w;tZ4DZ1LhH`kM-YSac#2FtJa|{+U~N zC7U4mXYuVfk2_!^;yGOoJ|KT-L*c7vy>&Y=1f5SkSZOly)67o?f=8VAJ6k7X;XVRz zAO^O#2(=JbkqHe7aD8^1oGUKf<}YAqjZZF8k6`Yg8MIN1%_t0KiGetX{dWaPbOql~;~5j>IWB8QWT5dcomYEXjEX98K`O$s#nVw$HB! zNU^6+@_ogYsUWN_0why%uyTGGNDqM~=;dEZ-#s}(R(GAN91G#OpevYfdR5X}%Tq1TuIzTpa?-z5S3KL*rs4PIyALPC8MnpZ% zgLpKMf*li?-k=D(K4AHte?48WT5`P&JLAF4LP znojtgp@~;qBU!SF+kXhY`htT>c)J^XKj}h&Ou4OVmlWm>9av!%tYZ|>Bll33LDt}0}^Gvkmp`}Tt>pue&u1TX%i>_Q0^26kVhVaD8Pv!Dnj5km;`h>mrAKGn*3tkMvCU( z(2eq!y_e%~&5tFC6*LD_w^`;LV3E+be_??e2w0sHzeEajG{%+QaKjzaPk z?RaE7>wWkKQH_!84fjC?j9%mD2;I?Cimw6c)oW80h6GKi)6@<|>MyZ@>eTpx>f5{D zT#1GI$jUtLTvJ8Dj{B151*GK9*l~sL98XWFnHiqoC=!qd89rwi1}a(qG#q2+fg14e zo;7AR_6SE}TAan@24?b!-Hdjea*4=sXm$@Eb(Rx{^t5;tm`kJKmOP+wkKToGfXjPM4zF`PH2g%>n#nyV3*$0YpV8_urH*7e-X}84de{NwzeD$V3Y54R$!X zg=h;Ny)$V$A+Ckd{>);z%BlWltaNHBL8bC{ZZ6f$t0jlCY6&Ed|Ifz2QEWY#P~pZ4 z1Y}&7g-9e-z7C4mjYfwKU8~fV^Yj~RBFT-$;$H_#s=eX%U!86=Sh%rY9ju11wFZg{ z%!no&-@PP~!`)FSc~h=%9g6$Sy=O9PPKGU93Z`0b_T78?Ysah6Ht=m~ORw6P?y z<``wwj>IN6PR^AI_^+%g$#sck;6;Ycq^14+4jQm(GAV$C!LZm97$+3#E9F-U`L8jD zbj?jvKaBLjNhX~%x#ZIs>bqtWx&@3Ge*~PmefhI4ES$HLMyIX7P*rM9hpK(9Q;wHsH0RKqfi)?-FG7m~peg$+A*GV%(sZN%qJu<17rYa^W z(1rII9P=*^Rut&MqZcL5sd)QD*D>)p6EtO_V8hm@_$-!7vrDaKQ5`^D+0Q$o!N}ie zO)r=5)h79!GsrM0ww(?t?*nTp70SxYLx2_vBRVi zK2^syxHugeoayZE*s8!!>YVA!zjrpjkrCeB#k)8GD#50SC2k}f;Xu42v!O30VcL(a znwU`fom{}6G2B}>#23mm<2nfhzg>W;h6BXdyPd+seleD&WTF{F7*7<(N}<&r1gIeu zx)*kuH^F5%`rk>eDIfAu-;+{J1odDKvbIJ>TRK(QExuvy61?P3@Q3_p_pT-g_9@-YV?KDxX)<_GZ* zflM>;om*FzBnJlvkzUJ&Gjy!b<<^hOCj+?1xDabdvlDT+vRo1e@=3TqJtTlb403dE zpR96;ME<6GM4q$L82V!M;mdxYGsT!B&J&(?)k{!o# zZWFtufN-F&@gG*bS1}ZkIFkCI-#4GrTuHKbL#`EY6x=ushvNik3h-kd?{s1<|NWJ6 z1LO)`9BAURWgDd&zv0{2wQBSD?=T5mU%vLTk^QOm{6#R}?`aryy-6BITkpa;JP8>Y ztUW6LWazR?P-{#@MB;xghV7023{E16avpa>q{;h3Ie`IAY;uZH+HV1 zETJ#Pgm3qMZNz#;PjS(15dz;n_rNNBf4oOq!_a#F3#mH-=}h_1OiS2jp1LEl(Fo?b z&LWygyAAL63GrL9UQUTCxb_HYwJG|~n}jqAE*7G3`-S#9b!Mca`UiBe(O@lZ+krL( zLWn^;fWvL{&j%5Q#aQ=_YG_`Nwb(=B?{q{xBuGS|Zux}4HeAy2`mw6+T&4}Jt;dOS zKNN?mlDb*RZ^`R1^lanR;3+i1N`m`1G)C>4NQ?T$(*QGS zBk3+)5@Qq#+U>d?>O{y}{abbKFP?;hQk3g{Tk5pk_-}*mLy2E(*X8k$(UB>}$Vldv zPs0t%$3}qq>Z_|R8um2VnKWHqoV_1KjxR#^`m%dj{qHe%*v@ZKp12oJ)wuGjPYfZ6 zk#E`uvh)+l{s(5fK!a;5g$zECPq=MA7|^N*e5}rceZzKpT2*1&yBl-97i(mdmeitP|E*n&PgJ&?j1vp+*o2~vN(6AZn-nW*#3cWF9we7&28<0(sl$DP2#8yU6<)WR zHdbfGdHt@)f`cEQncBuPbt#dx6)o?T(bgh0L=&#&SaDVFAy&8Zy49|FRADdfeyu3| z#29_x=sFaeaWoz*xFr72XNJAJ{qU#ilw3|f(S!ptaTqGY zSJ+8=X5#r|0#!nwP60qZjyDwlxeKoszkyIEL=Ygg^e-bsBYtg#@)jV8+*WONrS&{% z<}lHE?9;7pFpo}@05&-=pRtCDfJoQuyydX8{A8OUAF9On3=%zAroL&+&(G44Oec_k zoX5@HIm~++ygQ)4OItT5v#Bt41%l-?)ldNHeEW6aPQd-q3k^9{p zrK@VEOKMX^b>R}-{8OBXBP+h;ODbJAij38UcfU${eFUbEyfH46_kRY9Ft}9yW}}Yp zd{br}cAj_XCSCe7K}Tn33%%bK>|_d%G8CyRjq7pt+v4lK_?ZA9J~`ib{)sE1GTS;2 z0eViHWoECIywLaqwZ!dhU$fEKgtYG_OC|R!e>!qz1_uF_FkAcY!vf>@k-dX419sds z!_*m?>xPdvGmrlFle4qIqyYRoXXO#Rm&7fql-FyAq2Hkw`Btv{#)ZS{e2r*5In8`- z6KBa|K9j<5i6a4W(0cD_y_pWCzhK!D6>Vkflwpk+bNIEY@b<*=g=j!ocHDf8XQDrg zmg0}y{~%SG@3t4Aj~TQsq>OHQP0>Gx6w8#-*x~JGtAuIR`TA>G-He~8OsfG+nhivO zrON;o)hc7yrzcg4Z5ar|Lc zn!*jdpco&x$tW=(?#8g(eb22=`8g;(71Smg!6b3D#CKXCWial#8keSw`DmtbC8&&Q zrl{wJ#Y0v&%c4&gpECF8^R4tn(TIN%(z1K~sF?e)S}L*)#W%6p>A@~H z(({J}yZh)+=Nm!$Wk*@}a$^9Fo-3>>E_AWtQnvrPa0~T*r<1MqdK($wfK#c;*}bVg z5!dx*TI%TH%Ps*TQDa5V|C9jRFxYb?$kJymU~)-CgV^#fD!O5(1-FP&(H|5o2i>k& z*z;N-oP`F2v&cgL4#!@1bG#F!LmN}CUH>S)<*LC2EeR^HXDoa52%AueREw(NE-fnQ z+>oS0ebmNRVQz#vngT|jM$-NxyFLyd)uWzVnx}2yK=JZoYuD>AViz2(U5kcZu`%im z_$;w)=8F-4zO_dJ_DOG?yYbIZIO$B$+Rr&vt_=SI!!$vYY{{14J(CjYlgOnaMCZ2( z8yA|voK`$6E+*b|Kr|svmmh^HgABQ%7DMB;iff80^}Juid44aT#d=M^wVD7VM%@;} z8IYhLd%yFNndw$0Tni!jBynvq(KgxN9Q& zPb>X$xqux&z0yQP<0**V8G;krHZ;!t1A`t||y%C`ZH0O0` z^8%~;`yaT7GDzx?tLm+JGbXbdaBM(H0ihWnnS|qtDH?MQ{5OgY0HY`d72{t5GsKyA z+O*i(?Rh7MGc@T@hG42cvo)vj>v;4zDSc|Mtf6u^{k#R;u(q3|#c@qlys=@D$9lUM zKorEyOI+If${n%0{sRx8+HwO~CF;P3oBdxKAM%0)=tRRJ>grcX2>Y^tj9N{brzX>I zmzSpO?qy+r%=1zwL{bc!6Uu-?jBlWcOqui;Nr9U0GEb(XWd9ug936U#Cqyh1|HgQ6ve3#Tn=3`_rgBXVm$hgjokYz`gjhDZrsAWf(zC^(cJFH=rq&8e66| zdJsNwd0;m3Xbg_8KqZyN3UhR1IQ4}wCt1TsssbZ!eVbYp@20zLefzpVwp+^QG^NsM zss-F??Kbw?<_8SxkVKjYoL}~aT?1p(qioeNr1s`5;i9U7}PV`XbH#^4shHS%h#F? z`y2s?5^62~W$H2jk<8$~OdSSt_#AFalM#*{x}4E5uIgkmmIvoDYYE5K_5_u4eoIm- zzNi~Wp|kp=W95_)34SRAo<2}|oSA-$j8h6w^em?oHZ;5AIlh|UdkTz(B1TP^GXLtN z{Fzx+q{3Mkh_ic#g-{64&;=c8q8WW?FndcfSNP<5XRhj*SXb}GaE&B z9-wWU%zNkfHX&mF9XC_oLORL!9EdNE-|g)4D|@XNR%i$>8v%=i#+ABbXM6=O4uigt zb6`C*;siuQ@PU$zAbb(=`?)r<#+X^;8c`krb!HmM1!ak{K~Mhts}#lz3y%V;bg^$C zNQ+Pr0h82h9aq^xCVbxk$|)f7v(rG_OC=9;kS0FKV^XfX)XWXHg%bkI1PbG>X*d7* zULZBlS>9fh-T5~vZc~3}JTt_e9PG0+n807rej*+RD?`S4Tjs(kv#{|Qc9yTN-nO;w z*86WR_$h=ex77_GA6Ux;7p%=3#jE9?CQ2HR+g z9FUeH2MuEA|NUl)in>r6ERn{#vn(g@_AgPB3J>GtuR7djp9R40G4vfo6~#bFEj{oE zz5iLvkQb8?MITdMJZ66@iM6LO^GnwqA-*-$z@gI1V`d>C*X* z#7G?px0#+U?EV3P2$35LY?1AB0{aNRZP}Rya`vx6!sQC7xsN*hGHER03V!A}o`-Cl zF61c7_D1&;h?Gu&_K=e6P8;)TMwd#EsQ;z(P+F}?!y;U$#hDhuIryDeXW)$W}Q#*Q`q%f+vpr`t8^7X%xt>Z66XqSyLB>QjEz!{{l16!4iVm&WES2 zh=XucC1u5-TB%Nq?emqyUux3BTx<_2 z`ol8(qpq9^O->2j{bbfC=^mQK9w@a~NPOnk+T@L!R-Xe=S7RACP_K(8m z=m=-G$~N5tiBd+8Ry@fv(GIZtQqnf0{ika@zVGr6ztP#i>d#|ZhtT~C6()L+1z&D!r zo=Gh-l91~2;aMz*g4)H#^fBSEB-@>TmYyd`*lUPmwmF`Vt*!zPisXfYya!{)GuqS> z>pOh_W`R_r+1p zZX?Fw{^W<`jyscC|Y&GiFw#HN+bILLt=J99~87a!HpzeKK^HOqjW?Zwl0j|C= zd(JRi3at1`*#c=F8x05IY(KDCNXEsFpC-2-=jsUn$L6U^zTzq% zvsFDU2qvzySR)_*PW86Tn3YOkZpPnru#L<{x8GG(MpcT2>8fg>ps*~!A*p*=r?>Oc zRaRXF_#a2iM#gqNnQmbYSp1%XA~1xn@UU1Ix=XS*s)|Pf29F(+$9R0~D`FB^j)g^pQ*_%lHmAoOXF@D?ZvuOd)@DH=*y3Qf)td-PL{ zz*y)E6{L1jXYk;=w(Fe$jDawuJysyBm%yA|zb{Gl&g1NKt-}>moRxEhxU@ai=R3rn+b0O5tN>Z z^^@AZ^3or82Pm;IrwNMAcjnyDAie+@^UqksAcwg)m7!gHkD&0UCN28|>bzA7t8v4G z?5sKKZ+t;4mqI$UI%hH=ZOin(KsOb9gnV|=;AWAGy;$b-R1Jj7_Y!c!oD% zIcg1#RGk6;_B{9q6q{_6x$n+Xnzay0xCD~$DhJ*tK?a}sb5~jXrVgj61WiXETh1P_ z+oMQQ?n)b+uMpbt;Z>+CXwLnxx%2V{#wLc{nQAcYn& zKm(X&Fo0?HR5t+gvHlK~lCfU&3GnbhEJAyBEZkXk2@vRd@(}LgJu|v@W)@CxlD6Q* zHHv4Rg0b)j6zXVybMp*($wQPju7f@Ra(;Y^R<^-%1Dy6f$;k{6_){t3^o0-Leo6{9j>j&U!q5mrcUpbAc#T11WZP4jX4q4R?6~u2Km=NajFzk z>Wu39T80$n<{g}JOjkT%QvB6x;&_TxI(Ca zaA(vi30bM)IQssbv2@j}*4*#P`9zoE!>AP!GByDY3i5>T6dIy60l{^%*<`iehgBw{ zcPmw^+0>-piMqMf`gDalE9GPX7esGT#y*wV>nB zKyj#eU$mCYg8I-0`ATY|0I&tzs>J2SMv;dnXdZF%4=!nd=>Q(}OOJT#KcmlsnN|tr zs(1mlMa|FKlBSB+q;98C!b-i;@jrH3BY?5hTHypyt#TUy7w0j+5V!j8;`~!0Q%xRv zcZvHcglv-yvC_-S0`pM5p``jxLXMeKPity;jUjn>s?U*QLbAx5Ma$dOZ)9fXfoa!< zwf)`Te>90lBX+^TviD#rve`SaW z{We5SS2Bluo|Gj<_67C@JWcw?t&I+O$Nn(?5^9FU;?;o!Iy}!TLwuAMRx8d919;Gw%bAYN^;H zJtF;a>mi*nM$4ZSTX|Et2$#Kbm!E#Wj^s8SI6@^9)%oakuB?y*TC{Go*pfo_rZc$f zz<&|+p_Ad5UHjH&hmgToIDK2xWrSY4~zh}#i0iyGHzp=U^8+-M;ne|U&n zC7fsk+&!6XDW@}6*KCI&C1Dy5(~o;w%T?<{1~Uecr7 zPINOFJ3paA+S865%bky1H~Gs#1qQbMY-7xYesQYt}Y@$^K&?N?{zM$g)dmMmv#3E%t^P%Vu%Qwvte9f&l z74G`YQVfXmS(1zA5cW$yLu*r4V2ct{(&(6uQw@icRj15{lAxqGw@&^L$em-i3|LgF0BLj@ zte{?t)*4{bi<57wUVVYWvPI0@Rz4ripu*CloOs3E@U$H8s#;`_4n>u~5s47~^0gsv z8z0I9)e93kG<+r5k-KvVc&gMwtvT$oCvmTvf%GazCk>9c5jvV*&$&PT_aZssHpm!t zy180gH)vg^SKerzacogNO?gev?wH8kd}hT;fQx`Sm)K%|h}f_gx>DTquxC#Dbm0*K7Sx;eSy_5>x?f(tZ&ol=EV4ch0g#Stnt+OW8Q8 zwo4!(qjL0Rhu=|z|1u!_{F`TIGYkb^-Ns+}P3aZw`69L?r=S;xl^Iiu&zy^}5G+ZJ z=hcSwZPKu89t*HX6q{b>3^i)16k$YzYFk@p;6ia4#N;n=w^T>uQXWa-t36U4+1G{vE1dZ={Yh|(xs!V z^zKpNFj^yfp)j^w+N$E)`}r-KXW)oDX&byi+yav)^|!`!f$48z!euP3(5V&2c8QD) zUSd>XqNby(;US*G+YCJok6>{-s4P@9@sm!!cJ-(c@k6m6sH1xjKL)90A5$D@5m^wt zDfW)7&yHyCE@xc>5o~X_&m##`oK9q}ik^h2(Rz?O7mXSnZw)IDX7fabKt4i8T?3c| z#XsIHskM_8riF-}t<7k)|6KcRxAemd`W@IzV*L zYYFeRsbE17qo~(HC3RCP92!;`B7euC8(R^pPZWg}Cnki$i95aW6F*2eZCYn-8J!vY zxAyNgV%gKe|7cF5G3+5b<}cS+h2xYcfk5w%PW2zBDFY(l_og4w%7*rYHueRUrDSDR zc-4yx_puF@R(Kr3J-9jFG8)>XgN@^uIL2(Mb1V@NQATVU6cH3`O~VM9Mb&>WoOvQX z1b&jEUhTRMLn8ylner(h#8PfW!{1jS^^=!yu;7d*xv*gF`3S87XRI(s__VDlYX~9fwck8xu#=)1! zX^pjZ$H+pk*YxR}CK~KELUxvM(w`9@HLJIja-ECOeiX6LzoIr}h@P#KdQ9)mmXPtA z>kH;NU!cq`w;=?7+Vskq*ie0@2o}0bjiu7kaWI;>9kIN9eU)b}*3tImrzpXq@x0o#IzrnvnV4q(2wa;2l|$2K@v$fpylfGJ%?GY7y)0~}!PK0*6@^UNX*@+z zM&%pHhxZb%fuFabQa8 zaNZre^6I9f%BQx@a74JSeD{?U%v!877c%N2w+~~WkmQE@jSgZIv%YhK!mIb|d$6r4EjjCHlFbd#gw? zQgJ{2Nv8I)k+TklTq!k{HI!b>jn%3gQ;&J>fKDna^T-a3 zqACSu?P%?qu4YJ^Y6}nH{-@9!CCaVkV+tcW+V^F{m|W_eLpH}M$*(-Ol}J;K{NRW7_R3u-B$M}bX>dkPjwC^_tLOr=3r|?v-*_ZoN7zN zp?0EA5dWPifpBR}^Ip^OKW*{n{#E8epd+hsx9C;88nIrw(YSK+?xQRKK3q!Z)Am?%;ukcWC9%70B};6n z)we;kc=7#KmT}J!HYW&{m5}!=U|3{07nVRYTC*N*Y44l@9{(Lvze-qv28)>L@Rs=b zs_={9Q@~v%ZqFvaiXiX}tIv6UCXPq&777>eObzt@H68iinwuCfBg{ z_+!dK4d1DOXR6#~dLe`rWXMYPS2uXoszK_Wc=_|ZIc7+m z?4)o;CH7apFhE@$W0y6`m0uT(xE{hMb9KVaCKVxi)Ed^~c8DV?<=RIL(yaj__ot4& zguZDk?CS8kIxKR6wHBOB`rM);(g{eVhgL}op^)zA59OhmT#th7xVQexC%%b{6a533 zXBu`>=J^1}%L>}JV5z3dd8h+=p+(XUMe|RLH&`sij;H>{b^BxSvRjU6Z)q9#4ThA0 zOnYT57e=EB>cf$HgIr8{<0>i}ooU`_^g22F z%Si?)Kf~s2%3$Hp((@OcS~9KBOov4$=8GPz(oOsWqKM+d8NaEui_}Hr zt%i>}qWAy3T0W6FGHAk*0+-0jLjPTNEAydacpJ9+`KZ@Cq28wnpXnAPzPt0PyQ+mw zTSP~nBw>i4r}KU;`rXc>gl*4({*`13g-%&MnK|}kA&aTjjX1wn1~utb+DF~IZhlJ+ z)YGq?Fp^BTUCQ4E@%W~+Z;?3UXBRg9o5(00=Wx%6s&6HTjQDRyF0ra=yD15#(jdAG z|00n(&yy}3KG$J*gmj%LGR<}p)eV})9d{H!f(5{p*qibArFeSEU3;rE3|c`V4cYas1$Qw?5RWD#zp;s>)_u~Iwi zxY)DxHwTOSsg*;@sp28!YYB~ZmL{X>oyWS!Q%VYStyt8D=)Zmak>$_E%xcVWQL?(m z2EKu)hDle!t)xE$e$MfK@ReIKoYF6z-V+aa{Kacp7v~n6f>;n=H>wO}n&`7_c`6~J zswqya(OKgyXX9)rBg+_E;}JG2DRy?q(BC5r1PF_c8@#N64jW65kC7fP90s@ow_)G6 zUtC`dyn}~FI$W`n-{TAiVrdnuL22)EafaoIYSK<1%0OjxNUvA6Ea8%s{@bG%)8P}X zMpB;YkC%^%4{{zg>Cbhl1&>o-(`HEiu_>)WW^rIrb>Ilq6;sn3t#tY!+T#8W4@=Au zFJ6i0S9qAqJpcKbN}S%4Ho0t;uT2P3zEtHjE{%AXq_pR;UW+~P?qANsW;81=0g=16I;24B?nIt24Sr)G{=NPR|1N;rI5aiacxCZ-JHid5JWJb|CsGo+G|B6vf(6c2DA=_}Jhx)hH-isYs|JA;&-OwNO@=UM z2X35v&7{|)?a$}8i+-@}atYOJft+$eSVN(^PyDmSPpI4bE|RF*;l=PJ82ZQXam_hf zTU!MwhQIJcCHm8bFy@@gM=%puMdxURaDS-%v-NF z)QUI^_CV$`(rd{3ZxvRY*5>>7joG2!ZexB&Vmy}+8G2-r3N>J}Yn#&|p=cx0`n5ruzVWX8TV zm+6tDSFRzk1nJBc)C>^>#_Y`Fw4u}*+F+}Xvix%EHp507nBK#YHFtf1!v0H3+WQB% zDIEegrDE|H>^zZXr1x-SDPBi`bZ$JO|UCa5|BYXSfHotcJNAOXnv{rR`?6nM?HBmK-l5Cankd zAbpau@@Kc0&6#bM_B_HT3&6G&7)&JVDplEIo}EWzjj|dAi*ivEe-P4cNa9Vm_{Uxt zsPZ(A|Bazaf;LEyj=&z7{~fBBB@oqoynAi4#m(`$CieR9p(ZSs)Nt3aoMd8lP6@#K zZm5rK`;E5HPD@`rrF3tm{YmE2)o#&K_c*_K+FVi}Kd^J2VS5nx$d6Oya z3TllWgV?C5SDBsyPHK4H{-m!fDIvt}&_kCI4?1>RNdA@rTP?o*oTZ3JrGDLJ>#PIQ z7FsY3K6<2sT<|{qUzeS7BB8c_(pR;UWxR{k4;&*vSA|gcEDZe6?&{%BRcfDJ0g^5$%{;DtCi=eb-@yzJ3*_=P+VUGpSYy7lq< z2kz`1bl{7Ji3Ii~>P2c!hQujr|0IVuS#~s}pI~{LlSR}y)mVqfu^98T{E`;q!S=$0 zNr-Hv7$oo_vf$x%VWf0kf+eaCcdB7^Zj%b_%n7Tdl<#b$s^~QEtH0qjP)xPvX2F

          V?)%N`>>oFinccnjJm>uMJeIF}eVQkM2EF<@ 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%0DshQYagq4}ve&!`Vh<=}9Zw{FxpkhLCY=hk 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 - 723 - COMMUNITY ACTION COUNCIL OF SOUTH TEXAS - Community Action Agency (CAA) - - - 3430 - Salt River Pima-Maricopa Indian Community Educational SE, The - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1070 - Associates for Human Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5086 - Korean American Community Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 766 - Ozarks Area Community Action Corporation - Community Action Agency (CAA) - - - 1141 - Blue Ridge Opportunity Commission, Incorporated - Community Action Agency (CAA) - - - 466 - COMMUNITY ACTION OF TALLADEGA CLAY RANDOLPH - Community Action Agency (CAA) - - - 602 - Salina Unified School District #305 - School System - - - 5382 - Flint Board of Education - School System - - - 6649 - Dorchester Early Head Start - Government Agency (Non-CAA) - - - 1007 - Northeast Oklahoma Community Action Agency, Inc. - Community Action Agency (CAA) - - - 4217 - Volunteers of America Children's Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 269 - Presbytery of Philadelphia - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 156 - El Valor Corporation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1456 - PRINCE GEORGES COUNTY BOARD OF EDUCATION - School System - - - 2164 - WEST CENTRAL ILLINOIS LEGAL ASSISTANCE - - - - 4625 - Proyecto Head Start Del Suroeste - Community Action Agency (CAA) - - - 4532 - St. Johnsville Head Start - School System - - - 407 - CCS Early Learning - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2261 - COMMUNITY ACTION AGENCY OF BUTTE COUNTY, INC - Community Action Agency (CAA) - - - 1791 - Community Action Partnership of Mercer County Inc. - Community Action Agency (CAA) - - - 4701 - Clinch County Head Start - Community Action Agency (CAA) - - - 1353 - Centro de Servicios a la Juventud, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5141 - Kansas City Public Schools - School System - - - 2238 - LAS ANIMAS COUNTY COMMISSIONERS - - - - 668 - Community Council of Idaho, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2018 - COMMUNITY ACTION AGENCY OF NORTHWEST ALABAMA, INC. - - - - 1839 - Albina Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4778 - Avon Park Community Child Development Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1464 - Eastern Plains Community Action Agency, Inc. - Community Action Agency (CAA) - - - 4168 - Sacramento City Unified School District - School System - - - 4232 - Norris Square Civic Association - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5389 - Center For Families And Children - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 352 - Fond du lac Band of Lake Superior Chippewa - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1183 - District 4 Human Resource Development Council - Community Action Agency (CAA) - - - 4308 - Hazel Park Head Start - School System - - - 2754 - RELIABLE ENTERPRISES - - - - 1510 - Champlain Valley Office of Economic Opportunity, Inc. - Community Action Agency (CAA) - - - 4099 - - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4278 - Morton ISD - School System - - - 397 - The Children's Learning Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 252 - Rural Resources Community Action - Community Action Agency (CAA) - - - 4822 - United Children And Family Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 572 - United Indians of All Tribes Foundation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1062 - Audubon Area Community Services, Inc. - Community Action Agency (CAA) - - - 1023 - Otero Junior College Foundation - School System - - - 1345 - Santa Rosa County School District - School System - - - 1397 - Quad Area Community Action Agency, Inc. - Community Action Agency (CAA) - - - 6101 - St. Vincent de Paul of Baltimore, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 704 - Tri-County Community Action Program, Inc. - Community Action Agency (CAA) - - - 5748 - Northside Center For Child Development, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 817 - GLEAMNS Human Resources Commission, Inc. - Community Action Agency (CAA) - - - 4660 - Children's Hope In Learning & Development Inc - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1571 - Northwestern Illinois Community Action Agency, Inc. - Community Action Agency (CAA) - - - 5094 - Rural Family Development - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7388 - Martin County Head Start - School System - - - 7125 - LULAC Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1344 - Area Five Agency on Aging and Community Services, Inc. - Community Action Agency (CAA) - - - 1814 - Pasco County Board of Public Education - School System - - - 1503 - NEW HANOVER COUNTY COMMUNITY ACTION, INC. - Community Action Agency (CAA) - - - 4159 - San Angelo Independent School District - School System - - - 2020 - ACTION, INC - Community Action Agency (CAA) - - - 3648 - Y M & Y W H A of Williamsburg, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7726 - Breakthrough Urban Ministries, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7050 - Chinese American Service League - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4402 - Metropolitan Family Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 746 - Norwalk Economic Opportunity NOW, Inc. - Community Action Agency (CAA) - - - 465 - Child Care Resource Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1003 - Chicano Federation of San Diego County, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2274 - COMMUNITY ACTION AGENCY OF YAMHILL CO INC. - - - - 806 - TRIMBLE COUNTY BOARD OF EDUCATION - School System - - - 952 - Wayne Action Group for Economic Solvency, Inc. - Community Action Agency (CAA) - - - 966 - MID-KANSAS COMMUNITY ACTION PROGRAM, INC - Community Action Agency (CAA) - - - 583 - Chugachmiut - Tribal Government or Consortium (American Indian/Alaska Native) - - - 2143 - YAZOO COMMUNITY ACTION, INC .. - Community Action Agency (CAA) - - - 6502 - Plaza de la Raza Child Development Services Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1168 - Mineral County Board of Education - School System - - - 953 - Children's Home Society of Florida, The - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1307 - Chapel Hill Training-Outreach Project, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7241 - Gads Hill Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3501 - Arkansas Early Learning, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1445 - Bishop Indian HeadStart Program - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1154 - WESTFIELD SCHOOL COMMITTEE - School System - - - 958 - Greater Lawrence Community Action Council, Inc. - Community Action Agency (CAA) - - - 4230 - YWCA of Greater Miami-Dade, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7711 - Children and Families First Delaware, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7384 - Chapel Hill Training Outreach Project, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1191 - Western Arizona Council of Governments - Community Action Agency (CAA) - - - 1570 - United Way of Acadiana, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4757 - Union Settlement Association Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1361 - Passaic Family Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 890 - MIDLAND INDEPENDENT SCHOOL DISTRICT - School System - - - 5147 - ECMHSP - Florida Direct Services (Eastern Region) - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 164 - Plano Independent School District - School System - - - 605 - Northside Center for Child Development - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1029 - E Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3348 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - - - - 4213 - AVANCE Houston Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4655 - Child Development, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1617 - Community Services Office, Inc. - Community Action Agency (CAA) - - - 1354 - North Texas Parent & Child Development, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 127 - Kickapoo Traditional Tribe of Texas - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1734 - Project Social Care Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2120 - BUCKS COUNTY HEAD START, INC - - - - 4709 - Meadow ISD - School System - - - 641 - Hamilton Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4525 - Gloversville Enlarged School District Head Start - School System - - - 2170 - MANSFIELD-RICHLAND-MORROW TOAP, INC. - - - - 1613 - Southern Kennebec Child Development Corporation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6472 - Murphy School District Head Start - School System - - - 3100 - COMMUNITY DEVELOPMENT INSTITUTE - - - - 720 - Community Action Opportunities - Community Action Agency (CAA) - - - 1889 - Head Start Child And Family Development Centers, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1438 - Omaha Tribe of Nebraska - Tribal Government or Consortium (American Indian/Alaska Native) - - - 6513 - Norwalk-La Mirada Unified School District - School System - - - 973 - Raleigh County Community Action Association, Inc. - Community Action Agency (CAA) - - - 7438 - Southwest Oklahoma Community Action Group, Inc. - Community Action Agency (CAA) - - - 1246 - CIVIC SENIOR CITIZENS, INC. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1146 - NYS Federation of Growers & Processors Associations, Inc. - Community Action Agency (CAA) - - - 909 - Community Action Partnership of North Alabama, Inc. - Community Action Agency (CAA) - - - 1474 - The Standing Rock Sioux Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 7709 - Redding Rancheria - - - - 6463 - Irvine Unified School District - School System - - - 520 - Crow Tribe of Indians - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4513 - Aguadilla Head Start Project - Government Agency (Non-CAA) - - - 468 - Denton Independent School District - School System - - - 7347 - Phelps Clifton Springs Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1044 - Southeast Arkansas Community Action Corporation - Community Action Agency (CAA) - - - 1136 - Southeastern Indiana Economic Opportunity Corp - Community Action Agency (CAA) - - - 5738 - B'Above World Wide Institute, Inc - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4133 - Erie Neighborhood House - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4323 - The Council For The Spanish Speaking - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2123 - UNIVERSITY OF MARYLAND, UNIVERSITY COLLEGE - - - - 4441 - Blanche Community Progress Day Care Center Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4094 - Kid Zone Child Development Center (EHS) - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 879 - PINELLAS OPPORTUNITY COUNCIL, INC - Community Action Agency (CAA) - - - 3317 - ROCKY MOUNTAIN SER/JOBS FOR PROGRESS, INC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1059 - Regents of the University of California, Los Angeles - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2242 - DISTRICT XI HUMAN RESOURCE COUNCIL - - - - 1533 - Lumin Education - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 457 - Head Start of Lane County - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4623 - Englewood Head Start - School System - - - 1502 - Franklin-Vance-Warren Opportunity, Inc. - Community Action Agency (CAA) - - - 2015 - CONCORD COLLEGE - - - - 4523 - Mexican American Opportunity Foundation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1951 - Durham's Partnership for Children - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 301 - Culpeper Human Services - Government Agency (Non-CAA) - - - 7340 - Andrus Children's Ctr/Eastchester Child Devel Ctr. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1778 - Maternity Care Coalition, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1556 - Easter Seals Southern California, Inc - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4259 - Petersburg City Public Schools - School System - - - 7215 - Ser-Jobs for Progress National, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1400 - Professional Family Care Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 286 - Oahe Child Development Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1156 - Geneva City School District, Board of Education - School System - - - 2181 - NORTH CENTRALA, INC. - - - - 497 - Parsons Child and Family Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4466 - Building Blocks - Private/Public For-Profit (e.g. for-profit hospitals) - - - 1240 - Confederated Tribes of the Colville Reservation, The - Tribal Government or Consortium (American Indian/Alaska Native) - - - 683 - Dodge City Unified School District #443 - School System - - - 4348 - Harlem Children's Zone Harlem Gems Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 889 - Community Action of Southern Indiana, Inc. - Community Action Agency (CAA) - - - 1229 - Fayette County Child Development Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1472 - OTTER TAIL-WADENA COMMUNITY ACTION COUNCIL, INC - Community Action Agency (CAA) - - - 6081 - CDI/Northwest Detroit - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1846 - Municipality of Humacao - Government Agency (Non-CAA) - - - 327 - Developmental Opportunities Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6625 - Lucas County Family and Children First Council - Government Agency (Non-CAA) - - - 1214 - La Clinica De Familia, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1054 - CSRA Economic Opportunity Authority, Inc. - Community Action Agency (CAA) - - - 1316 - Plaquemines Parish School Board - School System - - - 430 - Maricopa County Human Services - Government Agency (Non-CAA) - - - 218 - Metropolitan Area Advisory Committee on Anti-Poverty of San Diego County, Inc. - Community Action Agency (CAA) - - - 1717 - Spotsylvania County School Board - School System - - - 4082 - United Way of Miami - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1319 - Kootenai Valley Head Start Inc - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3412 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 562 - ANNE ARUNDEL COUNTY ECONOMIC OPPORTUNITY - Community Action Agency (CAA) - - - 2215 - COMMUNITY ACTION COMMITTEE OF VICTORIA - - - - 2036 - ESCUELITA AGUEYBANA, INC - - - - 1520 - Head Start of Washington County, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 299 - People Incorporated of Virginia - Community Action Agency (CAA) - - - 878 - Blueprints - Community Action Agency (CAA) - - - 1118 - Reach-Up Incorporated - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6441 - Children's Coalition for Northeast Louisiana, Inc. The - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 525 - Ashland Independent School District - School System - - - 4313 - North Presbyterian Head Start Child Development - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 756 - Woonsocket Head Start Child Development Association, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6825 - Acelero Learning Wisconsin, Inc. (Racine County) - Private/Public For-Profit (e.g. for-profit hospitals) - - - 999 - Mid-Sioux Opportunity, Inc. - Community Action Agency (CAA) - - - 1673 - Sampson County Partnership for Children, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5701 - Enfield Head Start - School System - - - 384 - Texas Tech University System - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 160 - St. John the Baptist Parish School Board - School System - - - 1010 - Southern New Hampshire Services, Inc. - Community Action Agency (CAA) - - - 4685 - Independence Head Start - School System - - - 951 - Community Action, Inc. - Community Action Agency (CAA) - - - 820 - Brooklyn Bureau of Community Service - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3399 - Community Development Institute Denver (Interim) - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1408 - Kannapolis City School System - School System - - - 1387 - Tri-County Community Action, Inc. - Community Action Agency (CAA) - - - 2107 - MULTI COUNTY COMMUNITY ACTION AGAINST - - - - 365 - Region VII Education Service Center - Government Agency (Non-CAA) - - - 126 - CITY OF DETROIT - Community Action Agency (CAA) - - - 789 - Cherokee Nation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 381 - SHELBY COUNTY GOVERNMENT - Government Agency (Non-CAA) - - - 912 - East Central Illinois Community Action Agency - Community Action Agency (CAA) - - - 2041 - NEW VISIONS FOR NEWPORT COUNTY, INC - - - - 4600 - Lakewood Economic Action Program, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 362 - The Agricultural & Labor Program, Inc. - Community Action Agency (CAA) - - - 555 - Ocean Community Economic Action Now Inc. - Community Action Agency (CAA) - - - 1340 - Confederated Tribes of the Umatilla Indian Reservation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1704 - Sullivan County Head Start, Inc - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 635 - Community Action Organization - Community Action Agency (CAA) - - - 1833 - Martin County School District - School System - - - 1685 - East Orange Child Development Corporation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 864 - Metropolitan Family Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1368 - Mayaguez Municipality Head Start Program - Government Agency (Non-CAA) - - - 2777 - BUCKS COUNTY HEAD START, INC - - - - 2252 - SAN FRANCISCO STATE UNIVERSITY FOUNDATION, INC - - - - 1654 - Morris County Head Start Community Program - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 237 - Commission on Economic Opportunity for the Greater Capital Region, Inc. - Community Action Agency (CAA) - - - 233 - Bell-Whitley Community Action Agency, Incorporated - Community Action Agency (CAA) - - - 5779 - Lake Ridge Schools Head Start - School System - - - 226 - Edward C. Mazique Parent Child Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2047 - THE ACCESS AGENCY, INC - - - - 1531 - Clay County Child Care Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2278 - CLACKAMAS COUNTY CHILDREN'S COMMISSION - - - - 356 - Nash-Edgecombe Counties Economic Development, Inc. - Community Action Agency (CAA) - - - 1176 - Salida School District R-32-J - School System - - - 4751 - East Tremont Head Start Alumni Day Care Center Inc - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4483 - Farmington Head Start - School System - - - 1950 - Native American Professional Parent Resources, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2106 - RICHMOND COMMUNITY ACTION PROGRAM, INC - - - - 2089 - UNION TOWNSHIP PUBLIC SCHOOL - School System - - - 1406 - Greenbrier County Board of Education - School System - - - 4747 - Palo Verde USD - School System - - - 809 - Friends of Children of Mississippi, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3663 - Rising Ground, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4518 - Municipality of Humacao - Government Agency (Non-CAA) - - - 7355 - Landow Yeshiva Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4421 - The Order of The Fishermen Ministry - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 192 - Bonham Independent School District - School System - - - 1824 - A.W.A.R.E., INC. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 459 - Early Education and Care Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2103 - APPOMATTOX COUNTY SCHOOL BOARD - - - - 1182 - Minot Public School District 1 - School System - - - 1538 - Bright Beginnings for Kittitas County - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4573 - Addie Mae Collins Community Service Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 804 - Rockingham County Headstart - Government Agency (Non-CAA) - - - 333 - Lower Columbia College - Government Agency (Non-CAA) - - - 818 - Operation: New View - Community Action Agency (CAA) - - - 4123 - Carole Robertson Center For Learning - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5725 - Goddard Riverside Community Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1956 - County of Macomb - Community Action Agency (CAA) - - - 1643 - Pender County Board of Education - School System - - - 2251 - CHILD & FAMILY SERVICES, INC - - - - 1016 - South Shore Community Action Council, Inc. - Community Action Agency (CAA) - - - 2118 - QUIN RIVER FOR COMMUNITY ACTION, INC. - Community Action Agency (CAA) - - - 6302 - Las Cruces School District #2 - School System - - - 287 - Allegheny Intermediate Unit - School System - - - 1687 - HITCHCOCK INDEPENDENT SCHOOL DISTRICT - School System - - - 1661 - Klamath Family Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4256 - Brooklyn Bureau of Community Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2140 - COUNTY OF VOLUSIA (HEAD START) - - - - 1073 - Dickinson-Iron Intermediate School District - School System - - - 1282 - Concerned Parents for Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1257 - Chippewa Luce Mackinac Community Action Agency, Inc. - Community Action Agency (CAA) - - - 1428 - Cheyenne & Arapaho Tribes - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1301 - Community Improvement Council, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4430 - Municipality of Humacao - Government Agency (Non-CAA) - - - 7716 - Rapides Parish School Board - School System - - - 5717 - East Tremont Head Start Alumni Day Care Center Inc - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 959 - Lancaster County School District - School System - - - 4319 - Kings Kids Early Learning Center, Inc. - Private/Public For-Profit (e.g. for-profit hospitals) - - - 3346 - Puerto Rican Family Institute, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 996 - Aroostook County Action Program - Community Action Agency (CAA) - - - 1467 - Clayton/Mile High Family Futures Project - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4731 - Martin County Head Start - School System - - - 1289 - West Texas Opportunities, Inc. - Community Action Agency (CAA) - - - 7048 - Erie Neighborhood House - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7678 - Operation Breakthrough, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5092 - McDermott Center / Haymarket - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 258 - Anoka County Community Action Program, Inc. - Community Action Agency (CAA) - - - 1669 - Allies For Every Child, Inc - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4498 - Montebello USD Head Start Program - School System - - - 1789 - White Mountain Apache Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 355 - Greene Lamp Inc - Community Action Agency (CAA) - - - 4477 - City Colleges of Chicago - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1418 - Community Care in Union County, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1227 - Tennessee State University - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4547 - White County Board of Education - School System - - - 4390 - Gateway Community Action - School System - - - 7332 - Urban League of Metropolitan St. Louis - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4603 - Apostolic Children's Academy For Growth & Educatio - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 687 - Quechan Indian Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 612 - COMMUNITY RELATIONS-SOCIAL DEVELOPMENT COMMISSION, INC - Community Action Agency (CAA) - - - 1114 - Community Action Wayne/Medina, Inc. - Community Action Agency (CAA) - - - 1421 - Rural Utah Child Development - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7665 - Easter Seals Serving DC|MD|VA - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2155 - CONECUH MONROE COMMUNITY ACTION AGENCY - - - - 162 - St Charles Parish School Board - School System - - - 5385 - West Side Ecumenical Ministry - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3139 - COMMISSION ON ECONOMIC OPPORTUNITY FOR RENSSELAER - - - - 1335 - Greater Bergen Community Action, Inc. - Community Action Agency (CAA) - - - 4365 - St. James Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1586 - CROWLEY'S RIDGE DEVELOPMENT COUNCIL, INC. - Community Action Agency (CAA) - - - 4156 - Dorchester Early Head Start - Government Agency (Non-CAA) - - - 1849 - Skyline CAP, Inc. - Community Action Agency (CAA) - - - 4693 - St. Francis Xavier Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6410 - Morgan State University Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4583 - Yadkin Valley Economic Development District, Inc. - Community Action Agency (CAA) - - - 869 - Merrill Area Public Schools - School System - - - 1894 - DUNBAR CENTER, INC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1248 - ASHEVILLE CITY SCHOOL DISTRICT - School System - - - 4337 - Training And Research Foundation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1793 - Durango 4 C Council Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7244 - Salvation Army - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7696 - Staten Island Mental Health Society, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4252 - Lutheran Social Services of NY Early LIFE - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 849 - Pascua Yaqui Tribe of Arizona - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1002 - Community Action Program Committee, Inc. - Community Action Agency (CAA) - - - 2217 - CITY OF EL DORADO - - - - 7706 - Grand Traverse Band of Ottawa and Chippewa Indians - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4435 - Plainview ISD - School System - - - 4160 - Fairfax County Public Schools - School System - - - 7645 - Saint Johns County School Board - School System - - - 3646 - Catholic Charities Neighborhood Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6508 - Duarte Unified School District - School System - - - 7031 - Trinity United Church Of Christ Child Care Centers - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5780 - Hammond Head Start - School System - - - 135 - Berkeley County School District - School System - - - 969 - Allegany County Human Resources - Community Action Agency (CAA) - - - 5822 - Mission Neighborhood Centers, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 278 - Unified School District 383 - School System - - - 3338 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Community Action Agency (CAA) - - - 1299 - Jefferson County Community Action Council, Inc. - Community Action Agency (CAA) - - - 4110 - Maywood Child Development Center - Community Action Agency (CAA) - - - 5761 - Henry Street Settlement - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4649 - Henry Booth House - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1099 - Kenosha Unified School District 1 - School System - - - 2272 - COASTAL COMMUNITY ACTION PROGRAM - - - - 1137 - La Casa de Esperanza, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4182 - Keyes Union School District - School System - - - 1638 - UNITED COMMUNITY ACTION COMMITTEE, INC HEAD START - Community Action Agency (CAA) - - - 484 - Step-Up Suncoast, Inc. - Community Action Agency (CAA) - - - 5760 - HELP Day Care Corporation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1431 - Fauquier Community Action Committee Incorporated - Community Action Agency (CAA) - - - 6122 - Jay Public Schools - School System - - - 1555 - La Salle Community Action Association Inc. - Community Action Agency (CAA) - - - 4828 - Epiphany Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1046 - Adams-Brown Counties Economic Opportunities, Inc. - Community Action Agency (CAA) - - - 4635 - Police Athletic League - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1395 - WELD COUNTY DEPARTMENT OF HUMAN SERVICES - Government Agency (Non-CAA) - - - 998 - Community Action Program Inc. of Western Indiana - Community Action Agency (CAA) - - - 4226 - Focus:Hope - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 742 - Children's Aid Society, The - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2049 - CONSUMER CONTROLLED COMMUNITY - - - - 2280 - OLYMPIA SCHOOL DISTRICT #111 - - - - 2291 - ENTERPRISE FOR PROGRESS IN THE COMMUNITY - - - - 455 - Bad River Band of Lake Superior Chippewa Indians - Tribal Government or Consortium (American Indian/Alaska Native) - - - 3170 - Babyland Family Services, Inc. - Community Action Agency (CAA) - - - 5774 - United Federation of Black Community Organizations - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 331 - West Feliciana Parish School District - School System - - - 1878 - Tuskegee Macon County Head Start, Inc. - Government Agency (Non-CAA) - - - 6427 - Loving Municipal School Head Start - School System - - - 7667 - Hitchcock Independent School District - School System - - - 3322 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - - - - 7219 - University of Texas Rio Grande Valley, The - Government Agency (Non-CAA) - - - 7045 - City Colleges of Chicago - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3197 - CARROLL COUNTY BOARD OF EDUCATION - - - - 791 - JEFFERSON COMPREHENSIVE CARE CENTER - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7203 - Baltimore City Health Department EHS - Government Agency (Non-CAA) - - - 1911 - Clinch Valley Community Action, Inc. - Community Action Agency (CAA) - - - 4100 - Lulac Head Start Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4577 - Tri-County Opportunities - School System - - - 719 - Cocopah Indian Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 715 - Lakes & Pines Community Action Council, Inc. - Community Action Agency (CAA) - - - 834 - Allen Action Agency, Inc. - Community Action Agency (CAA) - - - 1892 - Head Start of Yamhill County - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1336 - Children's Center, The - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 344 - Oregon Coast Community Action - Community Action Agency (CAA) - - - 4697 - Barceloneta Head Start Program - Government Agency (Non-CAA) - - - 4335 - Community Parents, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 596 - Christopher House - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 170 - Southeast Kansas Community Action Program, Inc. - Community Action Agency (CAA) - - - 2135 - WAKE COUNTY OPPORTUNITIES, INC - - - - 2114 - LITTLE NEIGHBORHOOD CENTERS - - - - 717 - Marshall Starke Development Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1013 - Oakland Livingston Human Service Agency - Community Action Agency (CAA) - - - 1461 - Johnston Lee Harnett Community Action, Inc. - Community Action Agency (CAA) - - - 1075 - Educational Service District 113 - Government Agency (Non-CAA) - - - 4192 - Pacific Asian Consortium In Employment - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1505 - Confederated Tribes of Grand Ronde Indians, The - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1079 - The Community Action Program Corporation of Washington - Community Action Agency (CAA) - - - 7057 - Chicago Child Care Society - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3236 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - - - - 1593 - Child Advocates of Blair County, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1283 - Ki Bois Community Action Foundation Inc. - Community Action Agency (CAA) - - - 4305 - The Agricultural And Labor Program, Inc. - Community Action Agency (CAA) - - - 706 - Capstone Community Action, Inc. - Community Action Agency (CAA) - - - 316 - Richmond City Public Schools - School System - - - 7165 - Children's Home Society, Buckner Division - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1896 - New York City Administration for Children's Services - Government Agency (Non-CAA) - - - 3263 - UNIVERSITY OF MARYLAND, UNIVERSITY COLLEGE - - - - 4784 - Ecumenical Ministries, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4392 - Hudson Guild - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3175 - PHILADELPHIA PARENT CHILD CENTER, INC - - - - 1377 - Region IX Education Cooperative - Government Agency (Non-CAA) - - - 4683 - Alhambra Head Start - School System - - - 2148 - INSTITUTE OF COMMUNITY SERVICES, INC - - - - 5 - Arkansas Department of Human Services - Government Agency (Non-CAA) - - - 1126 - Community Action Commission of Santa Barbara County - Community Action Agency (CAA) - - - 1391 - Two Rivers Head Start Agency - Community Action Agency (CAA) - - - 474 - Northwest Tennessee Economic Development Council - Community Action Agency (CAA) - - - 7687 - NYC Early Learning Company Inc. - Private/Public For-Profit (e.g. for-profit hospitals) - - - 7193 - Municipality of San Sebastian - Government Agency (Non-CAA) - - - 1694 - Warren County Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2259 - KAUAI ECONOMIC OPPORTUNITY, INC - - - - 2264 - CHUUK ORGANIZATION FOR COMMUNITY ACTION, INC. - Community Action Agency (CAA) - - - 1491 - Laguna Department of Education - Tribal Government or Consortium (American Indian/Alaska Native) - - - 263 - Washoe Tribe of Nevada & California - Tribal Government or Consortium (American Indian/Alaska Native) - - - 7428 - Pharr-San Juan-Alamo Independent School District - School System - - - 1460 - Fundacion Para el Desarrollo de Hogar Propio Incorporado - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 512 - Jefferson County Board of Education - School System - - - 4240 - Labor Bathgate Community Child Care Board - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 399 - Macon Program For Progress, Inc. - Community Action Agency (CAA) - - - 610 - Carolina Community Actions, Inc. - Community Action Agency (CAA) - - - 321 - Saint Regis Mohawk Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 811 - Human Services Association - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1083 - Cardinal Services, Inc. of Indiana - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2141 - PRAIRIE OPPORTUNITY, INC - - - - 245 - Centro de la Familia de Utah - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4189 - Easter Seals Southern California, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 313 - Head Start Child & Family Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1366 - Municipality of Barceloneta - Government Agency (Non-CAA) - - - 2176 - MESA VISTA CONSOLIDATED SCHOOL DISTRICT #6 - - - - 4689 - High Desert New Beginings - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 324 - United Community Action Partnership, Inc. - Community Action Agency (CAA) - - - 7700 - Mississippi State University - School System - - - 2053 - CITY OF MERIDEN - - - - 1440 - Sequatchie Valley Planning and Development Agency - Government Agency (Non-CAA) - - - 3315 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - - - - 7321 - The Child Care Consortium, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4676 - Hoyleton Youth & Family Service - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 539 - Holyoke, Chicopee, Springfield Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3274 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - - - - 1036 - Caguas Municipality - Government Agency (Non-CAA) - - - 6425 - Cincinnati Union Bethel Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 175 - North Central State College - Government Agency (Non-CAA) - - - 2214 - CHAVES COUNTY COMMUNITY ACTION PROGRAM, INC - - - - 438 - Leads - Community Action Agency (CAA) - - - 2162 - MONTGOMERY COUNTY COMMUNITY ACTION AGENCY - - - - 200 - Institute of Community Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1471 - Jefferson-Clarion Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 737 - Board of Public Education School District of Pittsburgh (Inc) - School System - - - 4398 - Porter Leath Douglass Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1331 - Tri-County Council for Child Development, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5713 - East Side House, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5142 - Independence School District - School System - - - 950 - Joint Council for Economic Opportunity, Inc. - Community Action Agency (CAA) - - - 503 - Upper Des Moines Opportunity Inc. - Community Action Agency (CAA) - - - 3644 - Bedford Stuyvesant Early Childhood Development Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5731 - Kingsbridge Heights Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3722 - Family Service Association of San Antonio, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5724 - Community Life Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4135 - Chicago State University - Government Agency (Non-CAA) - - - 3032 - CRIME PREVENTION ASSOCIATION - - - - 1009 - Floyd County Community Action Agency - Community Action Agency (CAA) - - - 1625 - Cayuga/Seneca Community Action Agency, Inc. - Community Action Agency (CAA) - - - 1483 - First A.M.E. Child Development Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 159 - St. Martin, Iberia, Lafayette Community Action Agency (SMILE - Community Action Agency (CAA) - - - 1683 - Options for Learning - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1941 - Aroostook Micmac Council - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1103 - North Central Missouri College - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7412 - Naugatuck Public Schools Head Start - School System - - - 7390 - Magoffin County Head Start - School System - - - 1407 - Sharon Baptist Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4451 - Detroit Public Schools Head Start - School System - - - 1780 - Triumph, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4181 - Ceres Unified School District - School System - - - 543 - Hopes Community Action Partnership, Inc. - Community Action Agency (CAA) - - - 1651 - Livingston Educational Service Agency - School System - - - 4658 - St. Veronica's Catholic Church - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1465 - Washington State Community College District 17 - School System - - - 1260 - Wyoming Child & Family Development, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 559 - Coastal Plain Area Economic Opportunity Authority, Inc. - Community Action Agency (CAA) - - - 819 - Community Action of Eastern Iowa - Community Action Agency (CAA) - - - 7436 - The Guidance Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5758 - Friends of Crown Heights Educational Centers - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1523 - St. Clair County Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4102 - Martin Luther King, Jr. Early Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 461 - Spokane Tribe of the Spokane Reservation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 557 - SPECIAL PEOPLE IN THE NORTHEAST STIN PARC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4183 - Waterford Unified School District - School System - - - 4749 - Modesto City Schools - School System - - - 7664 - South Carolina Association of Community Action Partnerships - Community Action Agency (CAA) - - - 4265 - All Nations Developmental Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7676 - ARVAC, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4250 - Municipality of Guayama, Head Start Program - Government Agency (Non-CAA) - - - 4467 - United Children And Family Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4474 - Urban League Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5821 - Kai Ming, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 992 - Wateree Community Action, Inc. - Community Action Agency (CAA) - - - 146 - Monticello Area Community Action Agency - Community Action Agency (CAA) - - - 570 - Allegan County Resource Development Committee, Inc. - Community Action Agency (CAA) - - - 4311 - Municipality of Guayama, Head Start Program - Government Agency (Non-CAA) - - - 1810 - Shoshone-Bannock Tribes - Tribal Government or Consortium (American Indian/Alaska Native) - - - 7243 - North Avenue Day Nursery - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4942 - Ann Arbor Public Schools - School System - - - 6541 - Newark Public Schools - School System - - - 1582 - Buchanan County Head Start - Government Agency (Non-CAA) - - - 1752 - Brattleboro Town School District - School System - - - 15 - 'Illinois Department of Human Services - Government Agency (Non-CAA) - - - 1155 - Picayune School District - School System - - - 4664 - Whitehall District Schools - School System - - - 4283 - Canandaigua Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 246 - Child Care Resource Network, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7055 - Shining Star Youth and Community Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7351 - Catholic Charities of the Archdiocese of Miami - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5723 - Hamilton-Madison House - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2196 - EAST TEXAS HUMAN DEVELOPMENT CORPORATION - - - - 1356 - Eastern Shore AAA/CAA - Community Action Agency (CAA) - - - 4375 - Metro Delta Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 443 - EASTER SEALS ARKANSAS - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4726 - Head Start Child Development Council, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7339 - Santa Cruz County Office of Education - School System - - - 216 - The Children's Home Society of New Jersey - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 901 - Economic Improvement Council Inc - Community Action Agency (CAA) - - - 592 - Western Idaho Community Action Partnership - Community Action Agency (CAA) - - - 6521 - Santa Monica-Malibu Unified School District - School System - - - 1081 - Bona Vista Programs, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3312 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - - - - 2134 - LAUREL COUNTY BOARD OF EDUCATION - School System - - - 7373 - PACT:Helping Children with Special Needs - Private/Public For-Profit (e.g. for-profit hospitals) - - - 1027 - Decatur-Macon County Opportunities Corporation - Community Action Agency (CAA) - - - 1772 - Yeled V'Yalda Early Childhood Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7510 - Little Bitty City Therapeutic Services LLC - Private/Public For-Profit (e.g. for-profit hospitals) - - - 511 - Blue Water Community Action - Community Action Agency (CAA) - - - 4347 - Upper Tanana Development Corporation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7185 - Salvation Army, The - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1796 - Hancock County Board of Education - School System - - - 7385 - Korean American Community Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 115 - Coalfield Community Action Partnership, Inc. - Community Action Agency (CAA) - - - 2109 - WASHINGTON COUNTY COMMUNITY ACTION COUNCIL - - - - 1612 - Kedren Community Health Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3261 - SOUTHSIDE DEVELOPMENT CORPORATION - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2301 - INTER-TRIBAL COUNCIL OF CALIFORNIA - - - - 2080 - UNITED PROGRESS, INC - - - - 5123 - Volunteers of America - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1809 - Educational Opportunities for Children and Families - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 323 - Mahube-Otwa Community Action Partnership, Inc. - Community Action Agency (CAA) - - - 1436 - Head Start of Eastern Orange County, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1020 - North Coast Opportunities, Inc. - Community Action Agency (CAA) - - - 4350 - Catholic Charities Neighborhood Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 176 - Southfield Public School District - School System - - - 4493 - Evanston School District 65 Head Start - School System - - - 2065 - INTER-COMMUNITY COORDINATING COUNCIL, INC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 249 - Monterey County Office of Education - School System - - - 2249 - MARSHALL ISLANDS HEADSTART PROGRAM, INC - - - - 1452 - Saguache County Community Council - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4408 - Hawthorne Corners Day Care Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7681 - Downtown Baltimore Child Care Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1399 - Inyo Mono Advocates for Community Action - Community Action Agency (CAA) - - - 7348 - Family Resource & Referral Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4702 - Jurupa USD - School System - - - 1749 - Riverside Community Care, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6 - California Department of Education - Government Agency (Non-CAA) - - - 4581 - West Side Ecumenical Ministry - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 554 - West Central Community Action - Community Action Agency (CAA) - - - 4076 - Le Jardin Community Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4214 - Romoland School District - School System - - - 866 - Riverbend Head Start and Family Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1519 - SUMMIT Early Learning, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 326 - Ironton-Lawrence County Community Action Organization - Community Action Agency (CAA) - - - 736 - Region X Education Service Center - Government Agency (Non-CAA) - - - 796 - Child Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 102 - Kitsap Community Resources - Community Action Agency (CAA) - - - 1458 - New Castle County Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2255 - ECONOMIC OPPORTUNITY BOARD OF CLARK COUNTY - Community Action Agency (CAA) - - - 7087 - Casa Central Children's Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7320 - Cabarrus County Partnership for Children - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1412 - Opportunity Council - Community Action Agency (CAA) - - - 5100 - LULAC Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1434 - Tohono O'odham Nation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4729 - Breukelen Recreation Rooms, Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4765 - Community United Head Start & Day Care, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1011 - P.E.A.C.E., Inc. - Community Action Agency (CAA) - - - 1542 - Mid-Columbia Children's Council, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6241 - Worcester Public Schools - Child Development Head Start - School System - - - 229 - Child Care Associates - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 731 - Lac Du Flambeau Band of Lake Superior Chippewa Indians - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4769 - Northside Center For Child Development, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2087 - NEWBURGH COMMUNITY ACTION COMMITTEE - - - - 586 - Tri-County Community Action Partnership, Inc. - Community Action Agency (CAA) - - - 7362 - Easter Seals South Florida, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1194 - Illinois Valley Economic Development Corp - Community Action Agency (CAA) - - - 496 - Pocono Services for Families & Children - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 603 - Jannus, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 125 - Southern Illinois University - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 913 - Community Services Inc. of Northwest Missouri - Community Action Agency (CAA) - - - 1435 - Lower Brule Sioux Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4079 - KIDCO Child Care, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4138 - The Family Conservancy - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2085 - ROCKLAND COMMUNITY ACTION COUNCIL, INC. - - - - 772 - City of Lakewood - Government Agency (Non-CAA) - - - 4164 - Volunteers of America of Los Angeles - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1813 - Cen-Tex Family Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4624 - Dalton Early Childhood Center - School System - - - 7368 - New Pisgah Day Care - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4264 - Virginia Commonwealth University Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1890 - Young Families Early Head Start Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1271 - Forest County Potawatomi Community - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1718 - Brazoria County Head Start Early Learning Schools - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 519 - The University of Alabama At Birmingham - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1918 - Council of Athabascan Tribal Governments - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1170 - The Health Federation Of Philadelphia - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4461 - Action Nursery - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1610 - Talladega Clay Randolph Child Care Corporation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1012 - Jefferson Franklin Community Action Corporation - Community Action Agency (CAA) - - - 4266 - YWCA of Western Wayne County - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3422 - City of San Antonio - Government Agency (Non-CAA) - - - 4717 - Hemet Unified School District - School System - - - 339 - Starfish Family Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4194 - Orange Children & Parents Together, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2311 - ORO DEVELOPMENT CORPORATION - - - - 1115 - Community Action Agency of Columbiana County, Inc. - Community Action Agency (CAA) - - - 1323 - Richland County First Steps - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4077 - Catholic Charities of the Archdiocese of Miami - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1969 - Through the Looking Glass - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 149 - PUEBLO OF SANDIA - Tribal Government or Consortium (American Indian/Alaska Native) - - - 478 - Westmoreland Human Opportunities, Inc. - Community Action Agency (CAA) - - - 4388 - Muskegon Heights Public Schools - School System - - - 4394 - Council for Preschool Children of Puerto Rico, Inc - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4538 - Naugatuck Head Start - School System - - - 7342 - Union Child Day Care Center, Inc. dba Lois Bronz C - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1056 - Economic Opportunity Planning Association of Greater - Community Action Agency (CAA) - - - 4680 - DeWitt Reformed Church Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2151 - SEMINOLE COUNTY SCHOOL BOARD (PROJECT HEAD START) - - - - 827 - Ute Mountain Ute Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4514 - Bishop C. L. Sexton Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 965 - Citizens for Citizens, Inc. - Community Action Agency (CAA) - - - 6021 - Mile High Kids and Community Development, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 173 - College Station Independent School District - School System - - - 4434 - Bassett Unified School District - School System - - - 976 - Acadia Parish School Board - School System - - - 4172 - Community Association For Preschool Education, Inc - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2022 - COLUMBUS METROPOLITAN AREA COMMUNITY - Community Action Agency (CAA) - - - 607 - Bank Street College of Education - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 856 - Children's Home Society of Washington - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3029 - WASHINGTON COUNTY ECONOMIC OPPORTUNITY COUNCIL, INC - - - - 4439 - Glorious Future Community Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2146 - BERRY COLLEGE - - - - 1901 - Pee Dee Community Action Partnership - Community Action Agency (CAA) - - - 692 - Fort Valley State University - Government Agency (Non-CAA) - - - 1334 - Ravalli Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1751 - The Trustees of Columbia University in the City of New York - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1411 - Acelero, Inc. - Private/Public For-Profit (e.g. for-profit hospitals) - - - 975 - Pride in Logan County, Inc. - Community Action Agency (CAA) - - - 831 - Head Start of Northeastern Nevada - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 481 - Play N Learn, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4512 - Youth In Need - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4139 - Head Start Child Development Council, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 129 - HAWAII COUNTY ECONOMIC OPPORTUNITY COUNCIL - Community Action Agency (CAA) - - - 4282 - San Isidro ISD - School System - - - 544 - Bristol Bay Native Association - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1530 - Missouri Ozarks Community Action, Inc. - Community Action Agency (CAA) - - - 1348 - YMCA/Early Childhood Development Co., LLC. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 181 - Columbia Opportunities, Inc. - Community Action Agency (CAA) - - - 2144 - WEST CENTRAL GEORGIA COMMUNITY ACTION COUNCIL, INC - - - - 2099 - COLONIAL BEACH SCHOOL BOARD - - - - 363 - Southeastern Vermont Community Action, Inc. - Community Action Agency (CAA) - - - 1965 - AVOYELLES PROGRESS ACTION - Community Action Agency (CAA) - - - 620 - KENTUCKY RIVER FOOTHILLS DEVELOPMENT COUNCIL - Community Action Agency (CAA) - - - 1919 - Community Action Program for Madison County, Inc. - Community Action Agency (CAA) - - - 4629 - Aunt Martha's Youth Service Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 882 - Choctaw Nation of Oklahoma - Tribal Government or Consortium (American Indian/Alaska Native) - - - 419 - Murray Board of Education - School System - - - 2224 - HALL COUNTY - - - - 5134 - Casa Blanca Home of Neighborly Service - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6624 - The Wood, Sandusky, Ottawa and Seneca Counties Community Action Agency (WSOS) - Community Action Agency (CAA) - - - 1747 - Fundacion Para El Desarrollo Del Hogar Propio, Inc - Government Agency (Non-CAA) - - - 1370 - City of Rockford - Community Action Agency (CAA) - - - 2197 - COMMUNITY ACTION CORP OF WICHITA FALLS - - - - 1134 - Big Sandy Area Community Action Program, Inc. - Community Action Agency (CAA) - - - 1564 - Tri-County Community Action Agency - Community Action Agency (CAA) - - - 1453 - Hillsborough, County of - Government Agency (Non-CAA) - - - 4470 - Whitmore Lake Head Start - School System - - - 1614 - Tulare, County of - Government Agency (Non-CAA) - - - 7592 - Early Learning Neighborhood Collaborative - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7638 - Municipality of Orocovis - Government Agency (Non-CAA) - - - 523 - Motivation Education & Training, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3647 - Lenox Hill Neighborhood House, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 643 - Area Cooperative Educational Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1623 - Tolowa Dee-Ni Nation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 7637 - Municipality of Manati - Government Agency (Non-CAA) - - - 2239 - CHILDREN'S SERVICES OF COLORADO, INC. - - - - 1423 - Community Action Agency for McHenry County, Inc. - Community Action Agency (CAA) - - - 1726 - Tri-County Community Action Agency Inc. - Community Action Agency (CAA) - - - 5733 - Urban Strategies Early Learn I & III - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1457 - Technology for Rural Enhancement of Communities - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1266 - Community Action Partnership of Cambria County - Community Action Agency (CAA) - - - 376 - Action for Boston Community Development, Inc. - Community Action Agency (CAA) - - - 1807 - YWCA of Greater Baton Rouge - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1100 - Galena Park Independent School District - School System - - - 1381 - Oakland, City of - Government Agency (Non-CAA) - - - 309 - Hualapai Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1731 - Orange County Public Schools - School System - - - 822 - Quileute Tribe of the Quileute Reservation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1689 - Dominican Women's Development Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5771 - SCO Family of Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1080 - South Plains Community Action Association, Inc. - Community Action Agency (CAA) - - - 190 - OGLALA SIOUX TRIBE (HEAD START/PARENT & CHILD CENTER) - Tribal Government or Consortium (American Indian/Alaska Native) - - - 2113 - CARROLL COUNTY BOARD OF EDUCATION - - - - 4117 - North Avenue Day Nursery - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1469 - SOUTH CENTRAL FOUNDATION - Tribal Government or Consortium (American Indian/Alaska Native) - - - 3350 - COMMUNITY DEVELOPMENT INSTITUTE - - - - 1088 - Community Progress Council, Inc. - Community Action Agency (CAA) - - - 2121 - SCOTT COUNTY RURAL AREA DEVELOPMENT - - - - 7715 - Presbyterian Homes & Family Services, Inc., DBA HumanKind - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1534 - H.O.P.E. Community Services, Inc. - Community Action Agency (CAA) - - - 5388 - Catholic Charities Community Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4096 - Cincinnati Union Bethel Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1272 - Shoshone & Arapaho JBC (ONAP) - Tribal Government or Consortium (American Indian/Alaska Native) - - - 7318 - Educational Service District #105 - School System - - - 1021 - Pinal-Gila Community Child Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7124 - All Our Kin - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1746 - Rolling Plains Management Corporation - Community Action Agency (CAA) - - - 4530 - Mile High Montessori Early Learning Centers - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 432 - Marion Community Schools - School System - - - 311 - Vista Del Mar Child and Family Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2313 - STANISLAUS COUNTY DEPARTMENT OF EDUCATION - - - - 7361 - Our Child Care, Inc. DBA Our Little Ones - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 566 - West Las Vegas Schools - School System - - - 2042 - CENTER FOR FAMILY DEVELOPMENT CFD OF BEVERLY, INC. - - - - 7220 - Boys Town Louisiana, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 714 - Calcasieu Parish School Board - School System - - - 6865 - Tampa Metropolitan Area YMCA - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3179 - WESTCHESTER COMMUNITY OPPORTUNITY PROGRAM, INC - - - - 601 - Tri-County Community Council, Inc. - Community Action Agency (CAA) - - - 398 - Pediatric Therapy Network - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4292 - Union Church of San Juan - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4763 - The Salvation Army - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1827 - Bourbon County Board of Education - School System - - - 891 - Riverside County Office of Education - School System - - - 7051 - It takes a Village - Private/Public For-Profit (e.g. for-profit hospitals) - - - 1074 - Child Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1787 - CHARLES R. DREW UNIVERSITY OF MEDICINE & SCIENCE - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4593 - Andrus Children's Ctr/Eastchester Child Devel Ctr. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7693 - Paladin, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1882 - Northern Neck Alliance, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5767 - NorthEast Bronx Day Care Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7724 - Allisons Infant & Toddler Center Inc. - Private/Public For-Profit (e.g. for-profit hospitals) - - - 816 - VOORHEES COLLEGE - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 435 - Mt. Hood Community College - Government Agency (Non-CAA) - - - 1448 - Family Enrichment Network - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1473 - Modoc County Office of Education - School System - - - 4497 - APM Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 210 - Community Action Partnership, Inc. - Community Action Agency (CAA) - - - 4580 - - School System - - - 1140 - Randolph Community Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1207 - Greater Opportunities of Permian Basin, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7059 - Early Learning Indiana, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 860 - HEALTH EDUCATION SERVICES, INC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1193 - Child Development Resources of Ventura County, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6476 - Monterey Peninsula Unified School District - School System - - - 1991 - Community Action Council of Howard County - Community Action Agency (CAA) - - - 4504 - Dayspring Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1947 - West Ohio Community Action Partnership - Community Action Agency (CAA) - - - 4088 - Urban League - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7729 - Higher Learning Daycare & Education Center Incorporated Dba Higher Learning Childcare & Development - Private/Public For-Profit (e.g. for-profit hospitals) - - - 4534 - YWCA of the City of New York - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4706 - Municipality of Utuado - Government Agency (Non-CAA) - - - 971 - Scott-Carver-Dakota C A P, Inc. - Community Action Agency (CAA) - - - 1420 - CHILD DEVELOPMENT, INC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 701 - UMOS, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 527 - Community Action of Southern Kentucky Inc. - Community Action Agency (CAA) - - - 4379 - Abyssinian  Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4262 - Trabajamos Community Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4105 - Bright Beginnings, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7731 - Improved Child Care Management Services Corporation - Private/Public For-Profit (e.g. for-profit hospitals) - - - 4210 - Life Haven, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4387 - East Wayne Street Center Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4746 - Florence Fuller Child Development Centers, Inc - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7747 - St. Martin Parish School Board - School System - - - 1670 - Boyd County Board of Education - School System - - - 4228 - Educare of West DuPage - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2309 - TARGET AREA PROGRAMS FOR - - - - 2286 - HOUSING AUTHORITY OF GRANT COUNTY - - - - 1298 - Western Indiana Community Action Agency, Inc. - Community Action Agency (CAA) - - - 3661 - Chinese Community Concerns Corporation, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4613 - Model City Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4301 - New Life Child Development Center, Inc.-Early Lear - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4604 - Community Action Agency For McHenry County - Community Action Agency (CAA) - - - 3425 - Pueblo of Acoma (Inc) - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4487 - My First Steps Pre-school - Private/Public For-Profit (e.g. for-profit hospitals) - - - 2208 - ALBUQUERQUE BERNALILLO COUNTY ECONOMIC OPPORTUNITY BD - - - - 4620 - Union Child Day Care Center, Inc. dba Lois Bronz C - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4456 - Barberton Head Start - School System - - - 4558 - The Order of The Fishermen Ministry - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1169 - Lake-Geauga United Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5130 - Jurupa USD - School System - - - 4261 - Reading School District, Head Start - School System - - - 4389 - Needles Unified School District - School System - - - 1330 - Waccamaw Economic Opportunity Council, Inc. - Community Action Agency (CAA) - - - 509 - Hidalgo County Head Start Program - Government Agency (Non-CAA) - - - 4202 - Ada S. McKinley Community Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4476 - Greater Phoenix Urban League - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 907 - Pearl River Valley Opportunity, Inc. - Community Action Agency (CAA) - - - 1535 - Connecticut Institute for Communities, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 153 - EASTER SEALS CONNECTICUT, INC. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 877 - Jersey City Child Development Centers, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5091 - Chicago Child Care Society - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 895 - GMN Tri-County Community Action Committee, Inc. - Community Action Agency (CAA) - - - 1983 - Pueblo of Tesuque - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1662 - Laramie Child Development Corporation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1760 - Lake Family Resource Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7721 - Delta County School District 50J - School System - - - 1944 - Pittsylvania County Community Action, Inc. - Community Action Agency (CAA) - - - 1367 - Stanislaus County Office of Education - - - - 7209 - Weinberg Early Childhood Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4425 - Escuela Hispana Montessori - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1975 - Kalamazoo County Health and Community Services - Community Action Agency (CAA) - - - 1539 - Carbon County Child Development Programs, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4510 - Floyd County Head Start - School System - - - 6511 - Inglewood Head Start - School System - - - 1199 - Eagle County School District Re-50 J - School System - - - 5751 - Action Nursery - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4786 - Casa Central Children's Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1076 - Greater East Texas Community Action Program - Community Action Agency (CAA) - - - 357 - MARTIN COMMUNITY ACTION, INC - Community Action Agency (CAA) - - - 5784 - Pajaro Valley Unified School District - School System - - - 2167 - ALLEN COUNTY SCHOOL DISTRICT - - - - 4203 - Lake Orion Head Start - School System - - - 4125 - YMCA of Metropolitan Chicago - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 680 - Sheltering Arms Children and Family Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4151 - Caroline County Public Schools - School System - - - 949 - SOMERSET COMMUNITY ACTION PROGRAM - Community Action Agency (CAA) - - - 655 - Jefferson Parish Council - Community Action Agency (CAA) - - - 1038 - Municipality of Sabana Grande - Government Agency (Non-CAA) - - - 1611 - Kawerak, Inc. - Tribal Government or Consortium (American Indian/Alaska Native) - - - 2130 - NORTH FLORIDA MEDICAL CENTERS INC - - - - 1572 - Catawba County Schools - School System - - - 1124 - Kiowa Tribe of Oklahoma - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4193 - Child Care Resource Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1517 - Allegany County Community Opportunities And Rural Development, Inc. - Community Action Agency (CAA) - - - 560 - Thames Valley Council for Community Action, Inc. - Community Action Agency (CAA) - - - 4591 - PathStone - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6659 - Salida Union School District - School System - - - 1736 - Acelero Learning Clark County - Private/Public For-Profit (e.g. for-profit hospitals) - - - 4327 - Johnson County Head Start - School System - - - 638 - Jackson County Civic Action Committee, Inc. - Community Action Agency (CAA) - - - 1761 - Havasupai Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1960 - Danville Area School District - School System - - - 4341 - James Weldon Johnson Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2021 - HARAMBEE CHILD DEVELOPMENT COUNCIL, INC. - - - - 574 - Matura Action Corporation - Community Action Agency (CAA) - - - 491 - Upper Skagit Indian Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 3165 - HOLYOKE CHICOPEE SPRINGFIELD HEAD START, INC. - - - - 4588 - Grace MHS--Agency No Longer Active - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 276 - Sulphur Springs Independent School District - School System - - - 1815 - Recovery School District - LDE - School System - - - 1468 - Programs Avance of Puerto Rico, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 678 - Abilene Independent School District - School System - - - 3373 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1631 - Clinch-Powell Educational Cooperative - School System - - - 7207 - Southeast Baltimore City EHS - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4780 - Ann Arbor Public Schools Head Start - School System - - - 1031 - Alameda Family Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1512 - Meriden Young Men's Christian Association, Inc. - Community Action Agency (CAA) - - - 1034 - Municipality of San Juan - Government Agency (Non-CAA) - - - 4291 - Municipality of Orocovis - Government Agency (Non-CAA) - - - 1042 - Educational Service District 112 - Government Agency (Non-CAA) - - - 297 - ECONOMIC OPPORTUNITY FOUNDATION, INC - Community Action Agency (CAA) - - - 1825 - Newton County Special Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 700 - Lynn Economic Opportunity, Inc. - Community Action Agency (CAA) - - - 4494 - Yeshiva Kehilath Yakov Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2304 - Cook Inlet Tribal Council, Inc. - Tribal Government or Consortium (American Indian/Alaska Native) - - - 988 - Venango County Health and Human Services - Government Agency (Non-CAA) - - - 682 - Kansas Children's Service League - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 493 - Northwest Michigan Community Action Agency, Inc. - Community Action Agency (CAA) - - - 7589 - Catano Municipality - Government Agency (Non-CAA) - - - 4431 - United Children And Families Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1213 - Fort Peck Assiniboine & Sioux Tribes - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1128 - Northeast Missouri Community Action Agency - Community Action Agency (CAA) - - - 185 - TGU School District #60 - School System - - - 828 - Poudre School District #1 - School System - - - 4121 - Healing Temple Church Of God In Christ - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2211 - KERR COUNTY DAY CARE CENTER - - - - 911 - Community Action Partnership of Central Illinois - Community Action Agency (CAA) - - - 7354 - Allapattah Child Care - Community Action Agency (CAA) - - - 492 - Self-Help Incorporated - Community Action Agency (CAA) - - - 727 - Miami Valley Child Development Centers, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 111 - Rutherford County Schools - School System - - - 2068 - UNION TOWNSHIP COMMUNITY ACTION ORGANIZATION, INC - Community Action Agency (CAA) - - - 2040 - CRANSTON COMMUNITY ACTION PROGRAM - - - - 2620 - COMMUNITY ACTION OF GREATER INDIANAPOLIS, INC. - - - - 1490 - Breckinridge-Grayson Programs, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7063 - Young Women's Christian Association of Canton, Ohio - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4502 - Anaheim City School District - School System - - - 4103 - Nation's Capital Child And Family Development - Community Action Agency (CAA) - - - 1841 - Community Action Project of Tulsa County, Inc. - Community Action Agency (CAA) - - - 2131 - CAA OF CALHOUN CLEBURNE & CHEROKEE COUNTIES, INC - - - - 4519 - Fowler Elementary School District Head Start - School System - - - 1843 - Confederated Tribes and Bands of the Yakama Nation, The - Tribal Government or Consortium (American Indian/Alaska Native) - - - 5102 - Alexandria Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1247 - Mount Vernon City Schools, District 80 - School System - - - 1310 - Little People's Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7506 - Tap In Leadership Academy - School System - - - 214 - Indianhead Community Action Agency, Inc. - Community Action Agency (CAA) - - - 5138 - Riverside USD - School System - - - 2152 - ANDERSON COUNTY BOARD OF EDUCATION - - - - 2119 - CALIFORNIA UNIVERSITY OF PENNSYLVANIA - - - - 3403 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Government Agency (Non-CAA) - - - 1622 - Quincy Public Schools, District #172 - School System - - - 1493 - SUNFLOWER/HUMPHREYS COUNTIES PROGRESS, INC - Community Action Agency (CAA) - - - 4306 - Hunt's Point Multi Service Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2246 - RAVALLI COUNTY COMMISSIONERS - - - - 288 - Charleston County School District - School System - - - 775 - Community Action Partnership of Ramsey and Washington Counties - Community Action Agency (CAA) - - - 7218 - Center for Transforming Lives - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4372 - Berks County Head Start - School System - - - 5541 - Mission Neighborhood Centers, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4332 - Muncipio De Toa Baja - Government Agency (Non-CAA) - - - 524 - Orange, County of - Government Agency (Non-CAA) - - - 1987 - Inter-County Community Council - Community Action Agency (CAA) - - - 4653 - Loving Municipal School Head Start - School System - - - 1640 - Washita Valley Community Action Council - Community Action Agency (CAA) - - - 1762 - University of Arkansas At Pine Bluff - Government Agency (Non-CAA) - - - 2223 - Child and Family Development Corporation - - - - 2138 - CORDELL HULL ECONOMIC OPPORTUNITY CORPORATION - - - - 837 - Red Lake Band of Chippewa Indians - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1546 - Crossroads: Lake County Adolescent Counseling Service - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 599 - Kickapoo Tribe of Oklahoma (Head Start) - Tribal Government or Consortium (American Indian/Alaska Native) - - - 5681 - Just Kiddin Around Child Care Center - Private/Public For-Profit (e.g. for-profit hospitals) - - - 2078 - ARCHDIOCESE OF SAN JUAN HEAD START PROGRAM - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4776 - NorthEast Bronx Day Care Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6647 - Anne Arundel Early Head Start - Community Action Agency (CAA) - - - 1728 - Cameron Community Action Agency, Inc. - Community Action Agency (CAA) - - - 1486 - SOUTH SIDE DAY NURSERY - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 379 - Drake University - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 728 - Cincinnati-Hamilton County Community Action Agency - Community Action Agency (CAA) - - - 1562 - City and County of Denver - Government Agency (Non-CAA) - - - 367 - Southern Iowa Economic Development Association - Community Action Agency (CAA) - - - 4675 - Municipality of Juana Diaz - Government Agency (Non-CAA) - - - 2179 - COPE OF PULASKI & LONOKE COUNTY, INC - - - - 2147 - KENTUCKY RIVER FOOTHILLS DEVELOPMENT COUNCIL - - - - 7599 - Hephzibah Children's Association - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4754 - New St. Paul Tabernacle - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1644 - Harney Education Services District - School System - - - 3171 - SOUTHWEST GEORGIA CHILD DEVELOPMENT COUNCIL - - - - 664 - Volunteers of America of Los Angeles - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1898 - McPherson Unified School District #418 - School System - - - 5386 - Community United Head Start & Day Care, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1587 - Indian River County Economic Opportunity, Inc. - Community Action Agency (CAA) - - - 1112 - Grant Parish Police Jury - Government Agency (Non-CAA) - - - 1223 - Community Link, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4369 - United Methodist City Society Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4087 - Catholic Charities Archdiocese of New Orleans - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1313 - Dane County Parent Council, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4440 - Stafford Public Schools - School System - - - 1565 - Center for New Communities - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6466 - Booker T. Washington Child Development Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1646 - El Dorado County Office Of Education - School System - - - 894 - Southwestern Community Services, Inc. - Community Action Agency (CAA) - - - 1702 - Plattsmouth Community School District - School System - - - 1463 - Community Action Agency of Siouxland - Community Action Agency (CAA) - - - 1117 - Central Susquehanna Intermediate Unit - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4638 - Metropolitan Inter-Faith Association - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1104 - Gogebic-Ontonagon Community Action Agency - Community Action Agency (CAA) - - - 3276 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - - - - 441 - Monroe County Board of Education - School System - - - 1263 - Carolina Municipality Head Start Program - Government Agency (Non-CAA) - - - 1710 - Norris Square Community Alliance - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2180 - EAST TEXAS FAMILY SERVICES, INC. - - - - 1256 - Springfield Urban League, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4597 - Municipality of Quebradillas - Government Agency (Non-CAA) - - - 2056 - COMMUNITY ACTION COMMITTEE OF DANBURY, INC - - - - 1437 - University of Nevada, Reno Board of Regents - Government Agency (Non-CAA) - - - 865 - VOLUNTEERS OF AMERICA, NORTH LOUISIANA - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4370 - Municipality of Vega Baja - Government Agency (Non-CAA) - - - 415 - Prairie Band Potawatomi Nation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 627 - Rock Island-Milan School District, Inc. - School System - - - 302 - BENEDICTINE MINISTRIES CORPORATION - Community Action Agency (CAA) - - - 1078 - Gateway Community Services Organization, Inc. - Community Action Agency (CAA) - - - 4772 - United Federation of Black Community Organizations - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4241 - West Harlem Community Organization, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 926 - Morgan County School District Re-3 - School System - - - 1971 - Northwest Montana Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7708 - Azusa Unified School District - School System - - - 712 - Lincoln County Board of Education - School System - - - 7049 - North Avenue Day Nursery - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 538 - SEMCAC, Inc. - Community Action Agency (CAA) - - - 1451 - Community Partnership for Child Development - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 625 - Confederated Salish and Kootenai Tribes - Tribal Government or Consortium (American Indian/Alaska Native) - - - 650 - United Community Action Program, Inc. - Community Action Agency (CAA) - - - 647 - Manhasset-Great Neck Economic Opportunity Council, Inc. - Community Action Agency (CAA) - - - 4078 - Family Christian Association of America - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5132 - Palm Springs USD - School System - - - 548 - Burlington County Community Action Program - Community Action Agency (CAA) - - - 588 - Tallatoona Community Action Partnership, Inc. - Community Action Agency (CAA) - - - 3259 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - - - - 1098 - East Central Kansas Economic Opportunity Corporation - Community Action Agency (CAA) - - - 2045 - SPRINGFIELD ACTION COMMISSION, INC. - - - - 825 - Stafford County School District - School System - - - 346 - Child and Family Service - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 573 - Columbia Day Care Program, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1265 - Los Angeles Education Partnership - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7646 - American Indian Health and Family Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1026 - West Haven Community House Association, Incorporated, The - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7591 - Delaware Tribe of Indians - Tribal Government or Consortium (American Indian/Alaska Native) - - - 349 - Ironbound Community Corporation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4330 - East Side House Settlement Head Start / Day Care - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 197 - Vital Connections of the Midlands, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7144 - Chapel Hill Training Outreach Project, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5783 - Southern Ute Community Action Programs, Inc. - Community Action Agency (CAA) - - - 161 - Regina Coeli Child Development Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1804 - Livingston Wyoming Chapter NY State Area Rehab Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 886 - AMARILLO INDEPENDENT SCHOOL DISTRICT - School System - - - 4503 - Children’s Center of Wayne county Inc - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 651 - Child-Parent Centers, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4608 - City of Los Angeles - Government Agency (Non-CAA) - - - 4349 - USD 383 Head Start - School System - - - 7065 - Child Care Resource & Referral - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 154 - ADVOCATES FOR CHILDREN AND FAMILIES, INC. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1396 - Mid-Cumberland Community Action Agency - Community Action Agency (CAA) - - - 489 - Texarkana Special Education Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3405 - Community Development Institute Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 787 - Community Renewal Team, Inc. - Community Action Agency (CAA) - - - 4340 - St. Vincent de Paul Head Start (Southeast) - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3561 - The Centers for Families and Children - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3339 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - - - - 1402 - Lutheran Services Florida, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4403 - Ferndale Head Start - School System - - - 1302 - District of Columbia Public Schools - School System - - - 2299 - CROW TRIBE OF INDIANS - - - - 4424 - Highbridge Advisory Council Family Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1216 - Grand Traverse Band LLC - Tribal Government or Consortium (American Indian/Alaska Native) - - - 2110 - Southern Delaware Center for Children and Families, Inc. - Community Action Agency (CAA) - - - 231 - Grace Hill Settlement House - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1619 - Grand Forks Public School District #1 - School System - - - 970 - East Missouri Action Agency - Community Action Agency (CAA) - - - 1196 - Verner - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 686 - CAMPESINOS UNIDOS, INC - Community Action Agency (CAA) - - - 4101 - Associates For Human Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 458 - Regional Economic Community Action Program, Inc - Community Action Agency (CAA) - - - 2105 - HUMAN SERVICES PROGRAMS OF CARROLL CO.,INC. - - - - 3741 - BCFS Education Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1178 - RACINE/KENOSHA COMMUNITY ACTION AGENCY, INC. - Community Action Agency (CAA) - - - 769 - Bayonne Economic Opportunity Foundation - Community Action Agency (CAA) - - - 4464 - Primary Prep Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4318 - Centers For New Horizons, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 843 - Branch Intermediate School District - School System - - - 7250 - Educational Service Unit No. 13 - Government Agency (Non-CAA) - - - 7245 - SGA Youth and Family Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 855 - Tacoma Public Schools - School System - - - 1476 - Breckinridge County Board of Education - School System - - - 1972 - Bossier Office of Community Services - Community Action Agency (CAA) - - - 1647 - Glenn County Office of Education - School System - - - 1111 - Community Action Program Commission of the Lancaster - Community Action Agency (CAA) - - - 5763 - Labor Bathgate Community Child Care Board - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2035 - UNITED CHILDREN'S SERVICE - - - - 4107 - Modesto Junior College - School System - - - 248 - Reno-Sparks Indian Colony - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4553 - Memorial, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4153 - Cecil College, Family Education Center - Government Agency (Non-CAA) - - - 4495 - Municipality of San Sebastian - Government Agency (Non-CAA) - - - 5135 - Coachella Valley USD - School System - - - 5775 - Yeshiva Tifereth Moshe - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2258 - SAN FRANCISCO ECONOMIC OPPORTUNITY COUNCIL - - - - 7707 - Merrillville Community School Corporation - School System - - - 2156 - NORTHWEST GEORGIA SERVICES, INC - - - - 904 - Sweetwater County School District #1 - School System - - - 5712 - Bloomingdale Family Program, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7640 - Wild Plum Center for Young Children and Families - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4574 - Mendota Community Consolidated District 289 - Private/Public For-Profit (e.g. for-profit hospitals) - - - 938 - Stockbridge-Munsee Community - Tribal Government or Consortium (American Indian/Alaska Native) - - - 929 - Children's Institute, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4381 - West Bloomfield Head Start - School System - - - 7047 - El Hogar Del Nino - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 670 - Bakerripley - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 972 - Taos, Pueblo of - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4239 - Our Child Care, Inc. DBA Our Little Ones - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 808 - Total Community Action, Inc. - Community Action Agency (CAA) - - - 1167 - Lee County School District - School System - - - 4738 - GLEAMNS Human Resource Commission, Inc. - Community Action Agency (CAA) - - - 1222 - Community Help & Involvement in Low Income Decisions - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1980 - Community Action Resource and Development, Inc. - Community Action Agency (CAA) - - - 977 - Martha's Vineyard Community Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4481 - Lessie Bates Davis Neighborhood House - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2108 - Arlington Community Action, Inc. - Community Action Agency (CAA) - - - 7159 - Delta Health Alliance, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2233 - DELTA AREA ECONOMIC OPPORTUNITY CORPORATION - - - - 2218 - TULSA COMMUNITY ACTION AGENCY - - - - 1166 - Kokomo School Corporation - School System - - - 931 - AIKEN/BARNWELL COUNTIES COMMUNITY ACTION AGENCY, INC - Community Action Agency (CAA) - - - 3431 - Children`s Developmental Services of Campbell County - Government Agency (Non-CAA) - - - 1392 - Community Organization of Social Concerns, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4273 - Del Paso Heights School District - School System - - - 1022 - Community Action Organization of Scioto County, Inc. - Community Action Agency (CAA) - - - 4605 - Municipality of Fajardo - Government Agency (Non-CAA) - - - 1522 - Childhood Development Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2290 - PUGET SOUND EDUCATIONAL SERVICE DISTRICT - - - - 1405 - Municipio de Bayamon - Government Agency (Non-CAA) - - - 4114 - Educare Center of Omaha - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5104 - Clayton Early Learning - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4329 - Promesa - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6423 - Cincinnati Public Schools Head Start - School System - - - 184 - Monongalia County Board of Education - School System - - - 7326 - Illinois Action for Children - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1430 - Upshur Human Resources, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1093 - Kings Community Action Organization, Incorporated - Community Action Agency (CAA) - - - 1205 - Rosebud Sioux Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 150 - The Sheltering Arms - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 591 - Williamson Burnet Counties Opp. Inc. (WBCO) - Community Action Agency (CAA) - - - 7227 - Sunbeam Family Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1198 - LICKING VALLEY COMMUNITY ACTION - Community Action Agency (CAA) - - - 4255 - Municipality of Cayey - Government Agency (Non-CAA) - - - 960 - Mid Florida Community Services, Inc. - Community Action Agency (CAA) - - - 4414 - Carter County Head Start - School System - - - 236 - Community Action Commission of Erie, Huron and Richland - Community Action Agency (CAA) - - - 4531 - Garvey School District - School System - - - 874 - Y M C A Of Central Maryland, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 386 - Winnebago Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4773 - University Settlement Early Childhood Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 910 - Pickens County Community Action Committee and Community Development Corporation, Inc. - Community Action Agency (CAA) - - - 101 - Northern Cheyenne Head Start - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4644 - Ithaca City School District - School System - - - 310 - San Carlos Apache Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 6102 - Bright Beginnings Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4821 - Detroit Public Schools Head Start - School System - - - 1524 - Clarksville-Montgomery County Community Action Agy - Community Action Agency (CAA) - - - 6660 - Turlock Unified School District - School System - - - 1433 - Santee Sioux Nation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 5750 - Brooklyn Kindergarten Society - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7689 - Austin Independent School District - School System - - - 1568 - Portage Private Industry Council, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5719 - Trabajamos Community Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1794 - Community Child Care Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1881 - The Improvement Association - Community Action Agency (CAA) - - - 4550 - Head Start Program Municipality of Utuado - Government Agency (Non-CAA) - - - 1250 - Western Community Action, Inc. - Community Action Agency (CAA) - - - 7734 - N & K Corporation dba Rainbow School - Private/Public For-Profit (e.g. for-profit hospitals) - - - 2100 - RESOURCES FOR HUMAN DEVELOPMENT, INC - - - - 4491 - South-Western City Schools, Head Start - School System - - - 2177 - SANDOVAL COUNTY ECONOMIC OPPORTUNITY CORPORATION - - - - 1362 - City of Phoenix - Community Action Agency (CAA) - - - 920 - Northwest Kansas Educational Service Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 244 - Southern Utah University - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1598 - Community Services Consortium - Community Action Agency (CAA) - - - 424 - CENLA COMMUNITY ACTION COMMITTEE, INC - Community Action Agency (CAA) - - - 5766 - North Bronx NCNW Child Development Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4587 - Dolgeville Head Start - School System - - - 1342 - Taller Educativo de Caguas - Private/Public For-Profit (e.g. for-profit hospitals) - - - 4562 - Greenburgh Central School District #7 - School System - - - 679 - Bronxcare Health System - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7363 - The School Board of Miami-Dade County, Florida - School System - - - 537 - Leech Lake Reservation Business Committee Inc. - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1872 - Children's Bureau Inc. Dba Porter-Leath - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 854 - Snohomish County Human Services Department - Government Agency (Non-CAA) - - - 4106 - Salida Union School District - School System - - - 4636 - Arecibo Head Start Project - Government Agency (Non-CAA) - - - 4274 - Muleshoe ISD - School System - - - 1326 - San Bernardino, County of - Government Agency (Non-CAA) - - - 1893 - Elkhart and St. Joseph Counties Head Start Consortium - School System - - - 1745 - Quintana Baptist Church Head Start Program - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4484 - Claremont Neighborhood Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7346 - Sacramento City Unified School District - School System - - - 4662 - Floydada ISD - School System - - - 2216 - SANTA FE COUNTY COMMUNITY HEAD START - - - - 876 - Associated Catholic Charities Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 300 - South Middlesex Opportunity Council - Community Action Agency (CAA) - - - 4173 - Coachella Valley USD - School System - - - 898 - Montgomery Community Action Committee & CDC Inc. - Community Action Agency (CAA) - - - 4300 - Roma ISD - School System - - - 4694 - Saunders County Head Start - School System - - - 3413 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 790 - Economic Opportunity Agency of Washington County, Inc. - Community Action Agency (CAA) - - - 5121 - Denver Public Schools - School System - - - 6824 - Acelero Learning Wisconsin, Inc. (Milwaukee County) - Private/Public For-Profit (e.g. for-profit hospitals) - - - 6705 - Focus HOPE - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3086 - Mayor and City Council of Baltimore - - - - 2112 - FIRST STATE COMMUNITY ACTION AGENCY, INC. - - - - 4826 - Community Association For Preschool Education, Inc - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1924 - Rock-Walworth Comprehensive Family Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 434 - Sisseton-Wahpeton Oyate - Tribal Government or Consortium (American Indian/Alaska Native) - - - 2271 - SOUTH CENTRAL CAA INC. - - - - 4536 - Mi Escuelita Preschools, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4338 - Emporia Head Start - School System - - - 6924 - Bonner Springs Head Start - School System - - - 1102 - Topeka Unified School District #501 - School System - - - 3441 - Pacific Clinics - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2168 - HANSEL NEIGHBORHOOD SERVICES CENTER - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7636 - Christian Military Academy, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1373 - AVANCE-San Antonio, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1352 - United Academy, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 283 - Kaufman Independent School District - School System - - - 1997 - MAKING THE CONNECTION, INC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 359 - Comprehensive Community Action, Inc. - Community Action Agency (CAA) - - - 191 - Sunrise Children's Foundation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1355 - Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4779 - Farmingdale Head Start - School System - - - 908 - Organized Community Action Program, Inc. - Community Action Agency (CAA) - - - 2194 - EAST CENTRAL ARKANSAS ECONOMIC OPPORTUNITY CORPORATION - - - - 724 - Education Service Center Region 20 - Government Agency (Non-CAA) - - - 3608 - Hacienda-La Puente Unified School District - School System - - - 4734 - Levelland ISD - School System - - - 337 - BeauCARE Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7337 - Southside Training Employment and Placement Services Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 788 - Manchester Memorial Hospital - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2132 - KINGS MOUNTAIN DISTRICT SCHOOLS - - - - 963 - Southwest Human Resource Agency - Government Agency (Non-CAA) - - - 4678 - Chicago Public Schools - School System - - - 4471 - Children’s Institute, Inc - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4681 - Sunflowers Academy - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 361 - Central Council Tlingit and Haida Indian Tribes of Alaska - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1865 - Municipality of San Sebastian - Government Agency (Non-CAA) - - - 1844 - MICCOSUKEE TRIBE OF INDIANS OF FLORIDA (HEAD START) - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1312 - Chesterfield County Public Schools - School System - - - 1744 - Kiryas Joel Municipal Local Development - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5704 - Seventh Avenue Center For Family Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 739 - Hocking Athens Perry Community Action - Community Action Agency (CAA) - - - 1948 - Niagara County Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6509 - El Monte City School District - School System - - - 7597 - Los Angeles Universal Preschool - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7695 - Family, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7214 - Kingsley House, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4227 - Southwest Counseling Solutions - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4647 - Los Angeles Urban League - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 778 - DIMOCK COMMUNITY SERVICES CORPORATION - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4486 - Child Care of Southwest Florida, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2625 - MENOMINEE INDIAN TRIBE OF WISCONSIN - - - - 4448 - Hammond Head Start - School System - - - 1148 - SOUTHWEST ARKANSAS DEVELOPMENT COUNCIL, INC - Community Action Agency (CAA) - - - 858 - Paris Independent School District - School System - - - 1097 - GEARY COUNTY UNIFIED SCHOOL DISTRICT #475 - School System - - - 667 - Long Beach Unified School District - School System - - - 752 - Telamon Corporation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4281 - Starfish Family Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 941 - ST JAMES PARISH COUNCIL - Government Agency (Non-CAA) - - - 4561 - The Children's Aid Society - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4627 - Mission Neighborhood Centers, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1186 - Family & Child Learning Centers of Northeast Wisconsin - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7632 - The Black Belt Community Foundation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1040 - Municipio de Ponce - Government Agency (Non-CAA) - - - 2288 - CLACKAMAS COUNTY CHILDREN'S COMMISSION - - - - 614 - Reginald S. Lourie Center for Infants & Young Children - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4419 - ECMHSP - Florida Direct Services (Eastern Region) - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 741 - North Hudson Community Action Corporation - Community Action Agency (CAA) - - - 1164 - Leslie Knott Letcher Perry Community Action Council Inc - Community Action Agency (CAA) - - - 1627 - Child Care Resource and Referral, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1175 - CENTRAL ALABAMA CHILD DEVELOPMENT & CDC, INC. - Community Action Agency (CAA) - - - 167 - COMMUNITY COUNCIL OF SOUTHWEST TEXAS, INC - Community Action Agency (CAA) - - - 332 - Olympic Community Action Programs - Community Action Agency (CAA) - - - 3324 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - - - - 7644 - Sewall Child Development Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1916 - Guam Department of Education - School System - - - 336 - Cortland County Community Action Program - Community Action Agency (CAA) - - - 757 - Meeting Street - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4249 - Five Towns Head Start - Community Action Agency (CAA) - - - 5721 - DeWitt Reformed Church Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2111 - COMPREHENSIVE CHILD DEVELOPMENT PROGRAM OF - - - - 7507 - Loving Arms Learning Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1870 - Central Texas Opportunities, Inc. DBA Cornerstone Community Action Agency - Community Action Agency (CAA) - - - 2663 - Project Social Care Head Start - - - - 1304 - Big Five Community Services, Inc. - Community Action Agency (CAA) - - - 4355 - JFK Family Services Center, Inc. - Community Action Agency (CAA) - - - 885 - OPERATION BREAKTHROUGH, INC - Community Action Agency (CAA) - - - 4124 - Salvation Army - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2202 - CENTRAL OKLAHOMA COMMUNITY ACTION AGENCY - - - - 2074 - PENTECOSTAL CHURCH OF GOD IN PUERTO RICO REGION - - - - 6424 - University of Cincinnati, Arlitt Center Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3323 - WESTCHESTER COMMUNITY OPPORTUNITY PROGRAM, INC - - - - 4395 - Rural Family Development - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2122 - DELAWARE COUNTY HEAD START, INC - - - - 1259 - Centronia, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5087 - The Montessori School of Englewood - Charter School - - - 203 - Loudoun County School District - School System - - - 7033 - Albany Park Community Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4331 - Baker Valley Unified School District - School System - - - 1449 - Monte Vista Community Center Incorporated - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5735 - St. Mark's Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2232 - FT. LARNED SCHOOL DISTRICT #495 - School System - - - 4287 - Head Start San Antonio and Bexar County - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2092 - PRESCHOOL DEVELOPMENT PROGRAMS, INC - - - - 564 - Garrett County Community Action Committee, Inc. - Community Action Agency (CAA) - - - 1759 - Action Pathways, Inc. - Community Action Agency (CAA) - - - 1108 - Hancock Hardin Wyandot Putnam Community Action - Community Action Agency (CAA) - - - 1707 - Quinault Indian Nation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1410 - Presbitery of San Juan - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1389 - Kanawha County Board of Education - School System - - - 7501 - Reach One Teach One, INC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7660 - St. Landry Parish Parish School Board Consolidated School District 1 - School System - - - 7722 - Family Guidance Center of Alabama, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5088 - Shining Star Youth and Community Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1090 - Little Dixie Community Action Agency, Inc. - Community Action Agency (CAA) - - - 1385 - Jefferson, County of - Community Action Agency (CAA) - - - 813 - Sioux Falls Independent School District - School System - - - 2198 - REEVES COUNTY COMMUNITY COUNCIL - - - - 1351 - Seneca Nation of Indians - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1976 - Baby Talk, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5093 - SGA Youth and Family Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1045 - Samish Indian Nation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1068 - Reliable Enterprises - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1500 - Sacramento Employment & Training Agency - Government Agency (Non-CAA) - - - 1605 - Community Development Institute Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1775 - Child Development Support Corporation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7598 - Urban Strategies LLC - Private/Public For-Profit (e.g. for-profit hospitals) - - - 2075 - BABYLAND NURSERY, INC - - - - 851 - Florence City School District - School System - - - 351 - Nooksack Indian Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 3424 - RINCON SAN LUISENO BAND OF MISSION INDIANS - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1398 - SCO Family of Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 590 - New River Community Action, Inc. - Community Action Agency (CAA) - - - 2276 - LEWIS-CLARK EARLY CHILDHOOD PROGRAM - - - - 208 - Davis/Morgan/Summit Head Start Early Head Start - School System - - - 589 - Confederated Tribes of the Chehalis Reservation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 2316 - CENTER FOR EDUCATION & MANPOWER RESOURCES, INC - - - - 4628 - Rogers Park Children's Learning Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2250 - POHNPEI FAMILY HEAD START PROGRAM, INC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 120 - University of Pittsburgh - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 364 - Interlocal Community Action Program, Inc. - Community Action Agency (CAA) - - - 738 - Kno Ho Co Ashland Community Action Commission - Community Action Agency (CAA) - - - 488 - University of Delaware - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1540 - Catholic Charities of the Diocese of Joliet, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 453 - Northwest Arkansas Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1567 - Kankakee-Iroquois Regional Planning Commission - Government Agency (Non-CAA) - - - 5764 - Lutheran Social Services of NY Early Life - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 406 - Albany County Opportunity, Inc. - Community Action Agency (CAA) - - - 5081 - Chinese American Service League - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4661 - City of San Bernardino Parks And Recreation - Government Agency (Non-CAA) - - - 5127 - Episcopal Community Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2210 - ECONOMIC DEVELOPMENT AGENCY - - - - 1089 - Community Action Program of Evansville & Vanderburgh County, Inc. - Community Action Agency (CAA) - - - 1489 - SOUTHWEST OK COMMUNITY ACTION GROUP, INC - Community Action Agency (CAA) - - - 7380 - Acelero Learning Wisconsin, Inc. (Milwaukee County - Private/Public For-Profit (e.g. for-profit hospitals) - - - 684 - Neighborhood House Association - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6644 - JFK Family Services Center, Inc. - Community Action Agency (CAA) - - - 282 - St. Mary Community Action Agency, Inc. - Community Action Agency (CAA) - - - 2256 - REPUBLIC OF THE MARSHALL ISLANDS - School System - - - 1444 - Dothan City Board of Education - School System - - - 4761 - Booker T. Washington Child Development Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2116 - RUSSELL COUNTY MINISTERIAL FELLOWSHIP, INC. - - - - 242 - Community Action Agency of South Central Michigan - Community Action Agency (CAA) - - - 1217 - CORNELL COOPERATIVE EXTENSION of Madison County - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1577 - Pueblo of Isleta - Tribal Government or Consortium (American Indian/Alaska Native) - - - 2139 - ANDERSON OCONEE HEAD START PROJECT, INC - - - - 4576 - School District of The City of Berkley - School System - - - 549 - TAYLOR COUNTY COMMUNITY ACTION PROGRAM - Community Action Agency (CAA) - - - 7325 - Evanston/Skokie Community Consolidated School District 65 - School System - - - 1609 - Lowndes Co. School District - School System - - - 4783 - Rural Mission, Inc. - Community Action Agency (CAA) - - - 472 - Economic Opportunity for Savannah-Chatham County Area, Inc. - Community Action Agency (CAA) - - - 1692 - Family Services of Grant County - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4626 - YMCA of Memphis & The Mid-South Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1884 - Rio Grande Child Development Family Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4339 - Brooklyn Kindergarten Society - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4509 - Fruitport / Mona Shores Head Start - School System - - - 1850 - Caddo Parish Commission-Caddo Community Action Agency, - Community Action Agency (CAA) - - - 4449 - Southeast Bronx Neighborhood Centers, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1276 - Youth in Need, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5740 - Mid-Bronx CCRP Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 984 - Wayne County Action Program, Inc. - Community Action Agency (CAA) - - - 4739 - Municipality of San Sebastian - Government Agency (Non-CAA) - - - 716 - Community Action Agency of Oklahoma City and Oklahoma/C - Community Action Agency (CAA) - - - 2618 - LAKE COUNTY ECONOMIC OPPORTUNITY COUNCIL, INC - - - - 4543 - Wilson Head Start - School System - - - 7064 - The Order of the Fishermen Ministry - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 786 - School Board of Broward County, The (INC) - School System - - - 1550 - Brush United Methodist Church - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5785 - Head Start Child Development Council, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4095 - Bentley's Child Development Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2129 - CHILD CARE RESOURCES INC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2044 - NEW ENGLAND HOSPITAL CORPORATION D/B/A/ DIMOCK - - - - 2094 - LAWRENCE COUNTY HEAD START, INC. - - - - 1912 - Palau Community Action Agency - Community Action Agency (CAA) - - - 4299 - Wayne-Westland Community Schools - School System - - - 2093 - PHILADELPHIA CITY HOUSING AUTHORITY - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1952 - New Square Community Improvement Council, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3374 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6653 - Teaching & Mentoring Communities - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1946 - Denise Louie Education Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 413 - Orange County Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3421 - Easter Seals North Georgia, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4546 - El Monte City School District - School System - - - 830 - Southern Ute Indian Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 2169 - COMMUNITY ACTION COUNCIL OF PORTAGE COUNTY - - - - 7349 - Education Service Center Region XV - School System - - - 7240 - Erie Neighborhood House - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5729 - Union Settlement Association Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1244 - Berean Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4263 - Yeled V'Yalda Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5101 - Farrell Area School District - School System - - - 2137 - NORTHEAST FLORIDA COMMUNITY ACTION AGENCY, INC - - - - 262 - Putnam County Board of Education - School System - - - 4400 - Chicago Youth Centers - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1905 - Anderson County Board of Education - School System - - - 507 - Montgomery, County of - Community Action Agency (CAA) - - - 1711 - Head Start of Greater Dallas, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 983 - Schuyler Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1838 - Williamsburg James City County Community Action Agency, Inc. - Community Action Agency (CAA) - - - 4316 - Bethel Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1883 - Associated Beth Rivkah Schools - School System - - - 6483 - Just Kiddin Around Child Care Center - Private/Public For-Profit (e.g. for-profit hospitals) - - - 4549 - Paradise Christian - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1633 - Harris County Department of Education - Government Agency (Non-CAA) - - - 5146 - ECMHSP - Florida Direct Services (Western Region) - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3332 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Government Agency (Non-CAA) - - - 292 - Atlantic Human Resources, Inc. - Community Action Agency (CAA) - - - 1742 - Clackamas County Children's Commission - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1158 - Wewoka Public Schools - School System - - - 7246 - Shining Star Youth and Community Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1964 - TRI-CITY COMMUNITY ACTION PROGRAM, INC - Community Action Agency (CAA) - - - 4824 - New St. Paul Tabernacle - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4607 - Community Action Partnership of Madera County - Community Action Agency (CAA) - - - 4097 - Hamilton County Educational Service Center - School System - - - 629 - Grand Portage Reservation Tribal Council - Tribal Government or Consortium (American Indian/Alaska Native) - - - 585 - Lake Cumberland Community Action Agency Inc. - Community Action Agency (CAA) - - - 353 - Human Development Commission, Inc. - Community Action Agency (CAA) - - - 215 - Sheridan School District 2 - School System - - - 5702 - Volunteers of America Children's Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5262 - Catholic Charities - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5129 - San Jacinto USD - School System - - - 1492 - Inspire Development Centers - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1043 - Futures Unlimited - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1583 - Randolph Co Board Of Education Head Start - School System - - - 4361 - Municipality of Dorado - Government Agency (Non-CAA) - - - 4492 - Irvine Unified School District - School System - - - 255 - Community Action Corporation of South Texas - Community Action Agency (CAA) - - - 1656 - West Central Community Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 113 - Champaign County - Government Agency (Non-CAA) - - - 4248 - Municipality of Vega Baja - Government Agency (Non-CAA) - - - 4085 - Alta Mira Specialized Family Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 694 - Chester County Intermediate Unit - Government Agency (Non-CAA) - - - 5787 - Central California Child Development Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2096 - JEFFERSON COUNTY BOARD OF EDUCATION - - - - 221 - Rural Alaska Community Action Program, Inc. - Community Action Agency (CAA) - - - 4270 - Willow Run Head Start - School System - - - 936 - Opportunities for Chenango, Inc. - Community Action Agency (CAA) - - - 4436 - Barceloneta Head Start Program - Government Agency (Non-CAA) - - - 1642 - Rocky Boy Schools - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1151 - Collier County, Florida, School District of - School System - - - 2115 - FAMILY DEVELOPMENT, INC. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4688 - Kai Ming Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1560 - La Peninsula Community Organization - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7704 - Educational Service Unit #3 - School System - - - 4184 - All Our Kin - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1836 - Tulsa Educare - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5941 - Brightside Academy Ohio LLC - Private/Public For-Profit (e.g. for-profit hospitals) - - - 5096 - Benedictine Sisters of Erie - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1957 - SAN FRANCISCO STATE UNIVERSITY - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4511 - Lafayette Parish Head Start - School System - - - 5501 - Housing Authority of the City of Norwalk - Government Agency (Non-CAA) - - - 7508 - Brazos Valley Community Action Program - Community Action Agency (CAA) - - - 4589 - Leake & Watts Dr. Richard R. Green - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 186 - United Community Action Network - Community Action Agency (CAA) - - - 1518 - Indiana County Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4426 - BCO Bristol Head Start - Community Action Agency (CAA) - - - 1553 - Cooperative Educational Service Agency No. 2 - Government Agency (Non-CAA) - - - 4354 - Susan E. Wagner Day Care Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1621 - Augusta County School Board - School System - - - 4345 - Deer Valley Head Start - School System - - - 4771 - The Agricultural And Labor Program, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4180 - Beecher Community Schools, Head Start Program - School System - - - 4710 - Fundacion Para El Desarrollo Del Hogar Propio, Inc - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3347 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Government Agency (Non-CAA) - - - 990 - Yeshiva Kehilath Yakove, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4286 - Lawrence Hall Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4499 - Moreno Valley Unified School District - School System - - - 4442 - East New York Family Child Care Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1696 - BUCKS COUNTY HEAD START, INC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4744 - Little Tokyo Service Center Community Development - Community Action Agency (CAA) - - - 703 - ROCKINGHAM COUNTY COMMUNITY - Community Action Agency (CAA) - - - 4687 - Women's Housing and Economic Development Corp - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2281 - ALBINA MINISTERIAL ALLIANCE - - - - 380 - Child Crisis Arizona - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1048 - The Leaguers - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 268 - Southeast Nebraska Community Action Partnership, Inc. - Community Action Agency (CAA) - - - 1750 - Delaware County Intermediate Unit - School System - - - 7324 - Pillars Community Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1306 - Lewis County Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5705 - Committee For Early Childhood Development D.C.C., Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1953 - Board of Trustees of Southern Illinois University - Government Agency (Non-CAA) - - - 4740 - Oak Ridge Schools' Preschool - School System - - - 677 - Charter, County of Wayne, Michigan - Government Agency (Non-CAA) - - - 3264 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - - - - 1933 - Child Care Resources, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 991 - Kerrville Independent School District - School System - - - 1993 - Colusa County Office of Education - School System - - - 4611 - Twin Rivers Unified School District - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4207 - HS Program, Municipality of Fajardo - Government Agency (Non-CAA) - - - 6658 - Modesto City Schools - School System - - - 3361 - GROUP HOMES OF CAMDEN COUNTY, INC - - - - 774 - Tri-Valley Opportunity Council, Inc. - Community Action Agency (CAA) - - - 530 - South Shore Stars, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1551 - City of Chicago - Government Agency (Non-CAA) - - - 4823 - The Order of The Fishermen Ministry - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4720 - Medgar Evers Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 815 - CROW CREEK SIOUX TRIBE (HEAD START) - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4130 - Human Resources Development Institute Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 241 - Eight Community Action Program, Inc. - Community Action Agency (CAA) - - - 1442 - Androscoggin Head Start & Child Care - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4253 - Lincoln Public Schools Early Childhood/Head Start - School System - - - 721 - Eastern Band of Cherokee Indians - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4663 - Archdiocese of San Juan - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4218 - The School Board of Miami-Dade County, Florida - School System - - - 1579 - Higher Horizons Day Care Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2262 - MERCED COUNTY BOARD OF SUPERVISORS - Community Action Agency (CAA) - - - 711 - Ohio Valley Opportunities, Inc. - Community Action Agency (CAA) - - - 968 - Imperial County Office of Education - School System - - - 4535 - National Association of Family Development Centers - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4750 - Yeshiva Tifereth Moshe - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4479 - Des Moines Public Schools Head Start - School System - - - 7157 - Alabama Dept. of Human Resources - Government Agency (Non-CAA) - - - 411 - Northern California Child Development Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2230 - HEAD START CHILD AND FAMILY DEVELOPMENT PROGRAM INC - - - - 1730 - Central Mississippi, Inc. - Community Action Agency (CAA) - - - 7323 - Catholic Charities Archdiocese of New Orleans - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3364 - Four Winds of Indian Education, Inc. - Tribal Government or Consortium (American Indian/Alaska Native) - - - 277 - Cleveland County School District - School System - - - 4782 - Archdiocese of San Juan - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 446 - Native American Coalition of Tulsa - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4411 - Ripley House Charter School - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1797 - Arkansas Human Development Corporation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6405 - Ithaca City School District - School System - - - 2283 - OLYMPIA SCHOOL DISTRICT #111 - - - - 4711 - Hoopeston Migrant Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4386 - Catholic Charities Community Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5082 - Church of God True Believers - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1426 - Dignity Health - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1557 - Hinds County Human Resource Agency - Community Action Agency (CAA) - - - 981 - Community Action Partnership of Western Nebraska - Community Action Agency (CAA) - - - 2279 - ADULT LEARNING PROGRAM OF ALASKA - - - - 2277 - UMATILLA-MORROW HEADSTART - - - - 1597 - Child Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2027 - PARENT CHILD SERVICES, INC - - - - 7056 - Beacon Therapeutic Early Head Start Home Visiting - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1454 - Rocky Mountain Ser/Jobs for Progress, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3432 - Western KY Univ. Research Foundation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7158 - Early Learning Coalition of Palm Beach County, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4707 - Wayne Metropolitan Community Action Agency - Community Action Agency (CAA) - - - 254 - Western Egyptian Economic Opportunity Council - Community Action Agency (CAA) - - - 1189 - Delta Community Action Foundation, Inc. - Community Action Agency (CAA) - - - 2095 - MARYLAND RURAL DEVELOPMENT CORPORATION - - - - 4601 - Educational Alliance, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4364 - Columbia University Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1888 - Brooklyn Chinese-American Association Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1390 - Municipality of Isabela - Government Agency (Non-CAA) - - - 1961 - Community Action Development Corporation - Community Action Agency (CAA) - - - 1197 - Cattaraugus County Project Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1559 - Northeast Texas Opportunities, Inc. - Community Action Agency (CAA) - - - 4637 - Herring Run Head Start, Dayspring Programs, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1315 - Unified School District #489 - School System - - - 1616 - Bais Yaakov Faigeh Schonberger of AdasYereim - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7202 - Community Association for Preschool Education, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5727 - Escuela Hispana Montessori - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 354 - Community Action Team Inc. of Columbia County - Community Action Agency (CAA) - - - 5139 - Romoland School District - School System - - - 4154 - Talbot County Family Support/EHS Center - Government Agency (Non-CAA) - - - 1443 - Round Valley Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1212 - NORTHWEST COMMUNITY ACTION PROGRAMS OF WYOMING,INC. - Community Action Agency (CAA) - - - 1462 - Southwestern Minnesota Opportunity Council, Inc. - Community Action Agency (CAA) - - - 2069 - Mercer County Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 606 - Educational Alliance, Inc., The - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2622 - MONROE COUNTY OPPORTUNITY PROGRAM, INC - - - - 7230 - Chicago Commons Association - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 165 - Nueces County Community Action Agency - Community Action Agency (CAA) - - - 2048 - NORTH SHORE COMMUNITY ACTION PROGRAMS, INC - - - - 267 - Community Child Care Council of Santa Clara - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1903 - City of Albuquerque Early Head Start - Government Agency (Non-CAA) - - - 5736 - Abyssinian  Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1495 - Morgan County Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4679 - Hartford Head Start Agency, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1416 - Blue Grass Community Action Partnership, Inc. - Community Action Agency (CAA) - - - 1561 - Nicholas Community Action Partnership Inc. - Community Action Agency (CAA) - - - 1513 - Brooklyn Child and Family Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4501 - St. Paul Community Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 517 - Lac Courte Oreilles Band of Lake Superior Chippewa - Tribal Government or Consortium (American Indian/Alaska Native) - - - 5095 - Telamon Corporation - North Carolina - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 182 - Early Childhood Council of the San Luis Valley - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4298 - Cincinnati Public Schools Head Start - School System - - - 1590 - Lewis-Clark Early Childhood Program - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2055 - COMMUNITY ACTION FOR GREATER MIDDLESEX CTY,INC. - - - - 293 - Mid-Delta Community Services, Inc. - Community Action Agency (CAA) - - - 6409 - Metro Delta Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1966 - CAA OF NORTH EAST ALABAMA - Community Action Agency (CAA) - - - 119 - Redding Rancheria - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1932 - St. Lawrence County Community Development Program, Inc. - Community Action Agency (CAA) - - - 4312 - The Village For Early Childhood Education - School System - - - 3481 - Lifesteps, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 750 - Duplin County Board of Education - School System - - - 1720 - Clarke County School District - School System - - - 1116 - Muskegon Area Intermediate School District - School System - - - 5722 - Community Parents, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7699 - Wayne-Westland Community Schools - School System - - - 1005 - West Central Missouri Community Action Agency - Community Action Agency (CAA) - - - 6561 - Every Child Succeeds EHS - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 906 - St. Bernard Parish School Board - School System - - - 939 - CAP Services, Inc. - Community Action Agency (CAA) - - - 7053 - Korean American Community Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1414 - STEP, Inc. - Community Action Agency (CAA) - - - 7208 - Waverly EHS of Goodwill - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6404 - Dolgeville Head Start - School System - - - 3372 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 448 - Coastal Community Action, Inc. - Community Action Agency (CAA) - - - 782 - YWCA of Metro St. Louis - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2104 - CHILDHELP/TYLER VILLAGE FOUNDATION - - - - 425 - Mobile Community Action Inc. - Community Action Agency (CAA) - - - 1709 - LAKE COMMUNITY ACTION AGENCY, INC - Community Action Agency (CAA) - - - 1527 - Catholic Charities of Monroe County - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 405 - Upper Arkansas Area Council of Governments - Government Agency (Non-CAA) - - - 3521 - Pine Bluff Jefferson County EOC - Community Action Agency (CAA) - - - 374 - Jicarilla Apache Nation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 7334 - Childcare Network of Georgia, LLC - Private/Public For-Profit (e.g. for-profit hospitals) - - - 1160 - TAYLOR COUNTY SCHOOL BOARD - School System - - - 273 - Edmonds Community College - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6261 - San Angelo Independent School District - School System - - - 4328 - The Guidance Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7400 - Infant Welfare Society - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6664 - Keyes Union School District - School System - - - 12 - Georgia Dept. of Early Care and Learning - Government Agency (Non-CAA) - - - 1226 - Community Action Region VI - Community Action Agency (CAA) - - - 1507 - South Central Iowa Community Action Program - Community Action Agency (CAA) - - - 3192 - Childhelp USA Inc. - - - - 600 - Chickasaw Nation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 7643 - Pillars Community Health - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1378 - Municipality of Patillas - Government Agency (Non-CAA) - - - 1209 - Adams County Children's Education Special Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5741 - Phipps Community Development - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2175 - CALCASIEU PARISH (HEAD START) - - - - 7212 - All My Children Daycare Inc. - - - - 1147 - Mohawk Valley Community Action Agency, Inc. - Community Action Agency (CAA) - - - 1388 - Franklin Parish School District - School System - - - 7229 - Centers For New Horizons, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6512 - Mountain View Head Start/State Preschool - School System - - - 1125 - Montclair Child Development Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 696 - Economic Opportunity Program of Chemung County, Inc. - Community Action Agency (CAA) - - - 500 - Lafourche Parish - Government Agency (Non-CAA) - - - 1800 - ST JOHNS COUNTY SCHOOL DISTRICT - School System - - - 4699 - Bridge Street Child Development - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4695 - Santa Ana Unified School District - School System - - - 1190 - ECONOMIC OPPORTUNITIES DEV CORP OF ATASCOSA, - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1576 - Parent & Child Together for West Central Illinois - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5090 - Beacon Therapeutic Early Head Start Home Visiting - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1202 - Child Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1092 - Ozark Action, Inc. - Community Action Agency (CAA) - - - 873 - Southwestern Wisconsin Community Action Program - Community Action Agency (CAA) - - - 5772 - Southeast Bronx Neighborhood Centers - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1321 - DDI Vantage, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7062 - Proviso Leyden Council for Community Actions, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 862 - Community & Family Services, Inc. - Community Action Agency (CAA) - - - 5099 - PathStone - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5136 - Desert Sands USD - School System - - - 1558 - Northwest Community Action Partnership - Community Action Agency (CAA) - - - 7725 - Asian Human Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4598 - Tremont Crotona Day Care Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7398 - Dayspring EHS - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4271 - Zion Daycare Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5085 - Judah International Outreach Ministries - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4489 - Brownfield ISD - School System - - - 4285 - Rochester Head Start - School System - - - 464 - Portland Public Schools - School System - - - 1727 - Community Services of Northeast Texas, Inc. - Community Action Agency (CAA) - - - 4666 - SCO Family of Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1526 - Coshocton County Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 747 - Alliance for Community Empowerment, Inc. - Community Action Agency (CAA) - - - 1284 - Community Action Agency of Somerville - Community Action Agency (CAA) - - - 1384 - Centro de Fortalecimiento Familiar, ESCAPE - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3321 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - - - - 4427 - East Harlem Council  Bilingual Head Start Program - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5754 - Brooklyn Bureau of Community Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1063 - Kankakee School District 111 - School System - - - 4708 - Phipps Community Development - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 749 - Southeastern Community and Family Services, Inc. - Community Action Agency (CAA) - - - 2206 - ST LANDRY PARISH COMMUNITY ACTION AGENCY - - - - 240 - Saratoga County Economic Opportunity Council, Inc. - Community Action Agency (CAA) - - - 1305 - University of Arkansas for Medical Sciences - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4651 - San Jacinto USD - School System - - - 2012 - NATION'S CAPITAL CHILD AND FAMILY DEVELOPMENT - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1127 - Mayor & City Council of Baltimore City - Government Agency (Non-CAA) - - - 1159 - Braxton County School District - School System - - - 518 - Housing, Industry, Training, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1333 - People Acting in Community Endeavors - Community Action Agency (CAA) - - - 3262 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - - - - 6124 - New St. Paul Head Start Agency, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1123 - Community Action Marin - Community Action Agency (CAA) - - - 7032 - Gads Hill Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1763 - BEAUREGARD COMMUNITY ACTION ASSOCIATION, INC - Community Action Agency (CAA) - - - 7365 - Westmoreland Community Action - Community Action Agency (CAA) - - - 693 - Coahoma Opportunities, Inc. - Community Action Agency (CAA) - - - 1280 - Mountainland Head Start, Inc - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1254 - Confederated Tribes of Siletz Indians - Tribal Government or Consortium (American Indian/Alaska Native) - - - 2173 - EAST CARROLL PARISH POLICE JURY - - - - 6361 - Community Children's Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4284 - Community Children's Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6473 - Deer Valley Head Start - School System - - - 194 - Celina City Schools - School System - - - 2240 - CENTRAL MONTANA DISTRICT VI, HUMAN - - - - 1234 - Chapel Hill-Carrboro City School District - School System - - - 4322 - Northern Manhattan Perinatal Partnership - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 308 - Southern Seven Health Department - Government Agency (Non-CAA) - - - 136 - Akron United Methodist Church - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 506 - Center for Family Resources, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4714 - Duarte Unified School District - School System - - - 2070 - UTICA HEADSTART CHILDREN & FAMILIES, INC - - - - 4639 - School District of Kansas City, Missouri - School System - - - 4206 - Aguadilla Head Start - Government Agency (Non-CAA) - - - 5942 - Toledo Public Schools - School System - - - 5148 - ECMHSP - South Carolina Direct Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4586 - Enfield Head Start - School System - - - 561 - Beaufort Jasper Economic Opportunity Commission, Inc. - Community Action Agency (CAA) - - - 800 - Mahoning Youngstown Community Action Partnership - Community Action Agency (CAA) - - - 4336 - Hartford Head Start Agency, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 654 - Community Coordinated Care for Children, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 250 - Alamo Navajo School Board, Inc., The - Tribal Government or Consortium (American Indian/Alaska Native) - - - 755 - Central Arkansas Development Council - Community Action Agency (CAA) - - - 883 - Training, Education, and Manpower, Inc. - Community Action Agency (CAA) - - - 6964 - Para Los Ninos - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7690 - Boys and Girls Club of North Central Florida - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 227 - Lubbock Independent School District - School System - - - 1135 - Clinton County Community Action Program, Inc. - Community Action Agency (CAA) - - - 4505 - Greenwich Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7004 - Early Learning Ventures - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 199 - Children First, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1018 - Community Action Partnership of Lake County - Community Action Agency (CAA) - - - 1288 - Family Forum, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 798 - Mississippi Band of Choctaw Indians - Tribal Government or Consortium (American Indian/Alaska Native) - - - 611 - University of Wisconsin, Oshkosh - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1060 - Lake County Family YMCA - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1393 - Wray School District Rd-2 - School System - - - 205 - Mid-East Community Action Agency - Community Action Agency (CAA) - - - 2054 - WESTERN MAINE COMMUNITY ACTION, INC. - - - - 4412 - Cloverport Head Start - School System - - - 763 - Siskiyou County Office of Education - School System - - - 986 - Sault Ste. Marie Tribe of Chippewa Indians - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4488 - Birch Family Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1149 - Economic Opportunities Advancement Corporation of Planning Region XI - Community Action Agency (CAA) - - - 4132 - Easter Seals Metropolitan Chicago - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 266 - Community Action Committee of Pike County, Inc. - Community Action Agency (CAA) - - - 3256 - Community Development Institute Head Start - - - - 2063 - PASSAIC CITY HUMAN RESOURCES DEPARTMENT - - - - 5381 - Petersburg City Public Schools - School System - - - 887 - Central Kentucky Community Action Council - Community Action Agency (CAA) - - - 1945 - Intermountain Children - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3545 - Washtenaw Intermediate School District - School System - - - 1293 - Lincoln Total Community Action, Inc. - Community Action Agency (CAA) - - - 3365 - American Red Cross in Greater New York - - - - 3437 - Community Action Commission of Fayette County, Inc. - Community Action Agency (CAA) - - - 1014 - Philadelphia Parent Child Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2617 - SAGINAW COUNTY COMMUNITY ACTION COMMITTEE, INC. - Community Action Agency (CAA) - - - 768 - Carman Ainsworth Community Schools - School System - - - 1544 - Onslow County Partnership for Children, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2284 - GRANT COUNTY COMMUNITY ACTION COUNCIL, INC - - - - 1521 - Northern Virginia Family Service - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1057 - Council of Three Rivers American Indian Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4093 - Ivey Green Village, Early Head Start (EHS) - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2266 - EAST BAY PERINATAL COUNCIL - - - - 228 - Jumpstart Enrichment for Tomorrow's Students Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 143 - Assumption Parish School District - School System - - - 2102 - Dinwiddie County Public Schools - School System - - - 1541 - Hampton Roads Community Action Program, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2064 - COMMUNITY ACTION OF GREENE COUNTY, INC. - - - - 962 - Butler County Educational Service Center - School System - - - 4119 - ChildServ, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2165 - WAYNE COUNTY REGIONAL EDUCATIONAL SERVICE AGENCY - - - - 2091 - Juniata County Child Care & Development Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 207 - Lorain County Community Action Agency, Inc. - Community Action Agency (CAA) - - - 1676 - Iliff Community Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1886 - Macon Bibb County Economic Opportunity Council Inc. - Community Action Agency (CAA) - - - 1516 - ProAction of Steuben and Yates County, Inc. - Community Action Agency (CAA) - - - 5133 - Palo Verde USD - School System - - - 1821 - Three Rivers Community Action, Inc. - Community Action Agency (CAA) - - - 793 - Seton Hill Child Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 722 - Council for Economic Opportunities in Greater Cleveland - Community Action Agency (CAA) - - - 7046 - Howard Area Family Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4656 - Turlock Unified School District - School System - - - 1783 - WILLIAM SMITH, SR. TRI COUNTY - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 412 - Embarras River Basin Agency, Inc. - Community Action Agency (CAA) - - - 4267 - Day Care Services For Children, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2237 - PUEBLO CITY MANAGER'S OFFICE - - - - 5765 - MARC Academy and Family Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4766 - O'Donnell ISD - School System - - - 7317 - Lutheran Social Services of the South, Inc. dba Upbring - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1672 - Parent-Child Development Corporation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1177 - Peoria Citizens Committee for Economic Opportunity, Inc. - Community Action Agency (CAA) - - - 1401 - Central California Migrant Head Start Program - School System - - - 294 - Western Carolina Community Action, Inc. - Community Action Agency (CAA) - - - 3406 - Comm. Dev. Inst. Metro Puerto Rico Replacement for - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1765 - Concho Valley Council of Governments - Government Agency (Non-CAA) - - - 1279 - Piedmont Community Action, Inc. - Community Action Agency (CAA) - - - 4551 - La Grange Area Head Start - School System - - - 794 - Great Lakes Community Action Partnership - Community Action Agency (CAA) - - - 1237 - Bear River Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 567 - San Felipe Del Rio Consolidated Independent School District - School System - - - 3398 - Community Development Institute HS (Ballston Spa) - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6201 - Iberville Parish School Board - School System - - - 1221 - Crystal Stairs, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1733 - Ross County Community Action Commission, Inc. - Community Action Agency (CAA) - - - 7635 - Municipality of Guayama - Government Agency (Non-CAA) - - - 942 - TULIA COMMUNITY NURSERY ASSOC, INC. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1219 - Green Country Behavioral Health Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4462 - Hatch Valley Public Schools Head Start - School System - - - 7024 - Catholic Charities of the Archdiocese of Chicago - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2084 - CATTARAUGUS COMMUNITY ACTION, INC - - - - 1417 - Salt Lake Community Action Program - Community Action Agency (CAA) - - - 201 - Unified School District #233 - School System - - - 7221 - Child Care Resources, Inc. - Community Action Agency (CAA) - - - 5981 - New Hanover County Schools - School System - - - 1243 - Knox County Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2265 - FREDERICK DOUGLAS CHILD DEVELOPMENT CENTER - - - - 7188 - United Way of Miami-Dade, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1039 - Municipality of Guaynabo - Government Agency (Non-CAA) - - - 2163 - ACCESS TO HUMAN RESOURCE DEVELOPMENT - - - - 2227 - CHILD CARE ASSOCIATION OF ARKANSAS CITY, INC - - - - 289 - Menominee Indian Tribe of Wisconsin - Tribal Government or Consortium (American Indian/Alaska Native) - - - 547 - GRAHAM-WINDHAM SERVICES FOR FAMILIES & CHILDREN - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1203 - Municipality of Utuado - Government Agency (Non-CAA) - - - 1817 - Newark Preschool Council, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5387 - Ministerial Day Care Association - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 902 - Nisqually Indian Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 764 - Milwaukee Public Schools - School System - - - 4245 - Meadowview Community Action Agency - Community Action Agency (CAA) - - - 1106 - Hill Country Community Action Association, Inc. - Community Action Agency (CAA) - - - 4363 - Johnson County Head Start - School System - - - 4646 - Murphy School District Head Start - School System - - - 3396 - Community Development Institute Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2097 - Council Of The Southern Mountains (The) - Community Action Agency (CAA) - - - 2154 - TRINITY CHILD DEVELOPMENT CENTER - - - - 124 - Fulmont Community Action Agency, Inc. - Community Action Agency (CAA) - - - 1450 - Kenaitze Indian Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1192 - Northcoast Children's Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 569 - Mid Michigan Community Action Agency, Inc. - Community Action Agency (CAA) - - - 6654 - The Village For Early Childhood Education - School System - - - 1235 - Douglass Community Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7399 - Associates For Human Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1973 - BEE COMMUNITY ACTION AGENCY - Community Action Agency (CAA) - - - 947 - Eagle County HHS - Government Agency (Non-CAA) - - - 2187 - VERMILION PARISH POLICE JURY - - - - 7735 - Serendipity Child Care Inc. - Private/Public For-Profit (e.g. for-profit hospitals) - - - 2260 - NAPA COUNTY COUNCIL FOR ECONOMIC OPPORTUNITY - - - - 648 - Muscogee Creek Nation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1047 - Warren County Community Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4333 - Phelps Clifton Springs Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6467 - Washington Elementary School District - School System - - - 4187 - Tampa Metropolitan Area YMCA - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3025 - BRATTLEBORO TOWN SCHOOL DISTRICT - - - - 597 - Bauer Family Resources, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 131 - Cooper Independent School District - School System - - - 1113 - Lumbee Regional Development Association - Community Action Agency (CAA) - - - 4692 - South-Western City Schools Head Start - School System - - - 2174 - ACADIA VERMILLION COMMUNITY ACTION PROGRAM - - - - 4423 - Pajaro Valley Unified School District - School System - - - 1425 - Metropolitan Child Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4320 - Northwestern University Settlement House - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 556 - Eastern Panhandle Instructional Cooperative - Government Agency (Non-CAA) - - - 1913 - CNMI Public School System - School System - - - 470 - Prairie Five Community Action Council, Incorporated - Community Action Agency (CAA) - - - 2236 - CHILD OPPORTUNITY PROGRAM, INC (HEAD START) - - - - 2244 - EAGLE COUNTY REORGANIZED SCHOOL DISTRICT #50-J - - - - 1926 - Detroit Independent School District - School System - - - 758 - Neighborhood House Incorporated - Community Action Agency (CAA) - - - 4134 - Lutheran Family Mission - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4111 - Presence Behavioral Health Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1992 - Volunteers Of America - Southwest, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1532 - Community Action Program for Central Arkansas CAPCA - Community Action Agency (CAA) - - - 1771 - Rural America Initiatives - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 932 - Montrose County School District RE-1J - School System - - - 2032 - ACTION FOR BOSTON COMMUNITY DEVELOPMENT - - - - 1264 - Action Pact, Inc. - Community Action Agency (CAA) - - - 4108 - Southern Ute Community Action Programs, Inc. - Community Action Agency (CAA) - - - 7054 - The Montessori School of Englewood - Charter School - - - 3257 - COMMUNITY DEVELOPMENT INSTITUTE - - - - 4533 - East Hartford Public Schools - School System - - - 4315 - The Human Resources Center of St. Albans Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4223 - Educare DC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 232 - Lincoln Hills Development Corp - Community Action Agency (CAA) - - - 845 - ADVOCAP, Inc. - Community Action Agency (CAA) - - - 624 - Low Country Community Action Agency, Inc. - Community Action Agency (CAA) - - - 2312 - TRI-COUNTY MIGRANT HEAD START - - - - 4564 - Quick Start Head Start Day Care Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 223 - Monroe County Intermediate School District - School System - - - 1801 - Florida State University - Government Agency (Non-CAA) - - - 2031 - SEATTLE CITY DEPARTMENT OF HUMAN RESOURCES - - - - 5384 - Beecher Community Schools, Head Start Program - School System - - - 1525 - Moore Community House, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6864 - Hillsborough County Public Schools - School System - - - 1415 - Cen-Clear Child Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1545 - Community Action for Improvement, Inc. - Community Action Agency (CAA) - - - 4943 - Whitmore Lake Public Schools - School System - - - 1236 - Mississippi County Arkansas Economic Opportunity Inc - Community Action Agency (CAA) - - - 4428 - Northwest Head Start Proyect - Government Agency (Non-CAA) - - - 4268 - Family Rescue, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4756 - PROGRAMA AVANCE en Puerto Rico, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6704 - Development Centers Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1459 - Gadsden County Board of Education - School System - - - 733 - County of Fairfax - Government Agency (Non-CAA) - - - 4633 - Henry Street Settlement - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1252 - El Nido Family Centers - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4396 - Union Baptist Harvey Johnson Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7322 - BCO Bristol Head Start - Community Action Agency (CAA) - - - 3436 - Fort Belknap Community Council - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4166 - Plaza de la Raza Child Development Services Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2623 - TRI-COUNTY CAC OF CHAMPAIGN/LOGAN/SHELBY COUNTIES - - - - 2285 - RESOURCE CENTER FOR PARENTS & CHILDREN - - - - 1596 - Cypress Hills Child Care Corporation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1475 - Black River Area Development Corporation - Community Action Agency (CAA) - - - 5747 - Harlem Children's Zone Harlem Gems Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 594 - Four-Square Community Action, Incorporated - Community Action Agency (CAA) - - - 320 - C.E.F.S. Economic Opportunity Corp. - Community Action Agency (CAA) - - - 5140 - Hemet Unified School District - School System - - - 4351 - Montgomery County Public Schools - School System - - - 123 - South Central Community Action Program - Community Action Agency (CAA) - - - 1958 - Head Start of Rockland, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 681 - Unified School District 373 - School System - - - 1294 - Galveston County Community Action Council, Inc. - Community Action Agency (CAA) - - - 3358 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5749 - Zion Daycare Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4670 - Beaufort-Jasper EOC - Community Action Agency (CAA) - - - 1208 - Amador-Tuolumne Community Action - Community Action Agency (CAA) - - - 979 - Suquamish Indian Tribe of the Port Madison Reservation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4175 - Central California Child Development Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4458 - Child Center of New York - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4529 - Palm Springs USD - School System - - - 6407 - Union Baptist Harvey Johnson Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1895 - Cook Inlet Native Head Start - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1371 - Miami-Dade, County of - Community Action Agency (CAA) - - - 4468 - Dakota Transitional Head Start - Tribal Government or Consortium (American Indian/Alaska Native) - - - 271 - Action Inc. - Community Action Agency (CAA) - - - 1955 - UNIFIED SCHOOL DISTRICT 383 - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4669 - Community Learning Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 792 - Midcoast Maine Community Action - Community Action Agency (CAA) - - - 836 - Minnesota Valley Action Council, Inc. - Community Action Agency (CAA) - - - 151 - NEW OPPORTUNITIES FOR WATERBURY, INC - Community Action Agency (CAA) - - - 3331 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - - - - 1536 - Wu Yee Children's Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1929 - Sarpy County Cooperative Head Start - School System - - - 7369 - The Children's Center of Cicero - Berwyn - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 139 - The Navajo Nation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 3354 - Community Development Institute Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3316 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - - - - 943 - University Settlement Society of New York - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 662 - Community Action Partnership of Lancaster and Saun - Community Action Agency (CAA) - - - 7060 - Ohio State University, The - Government Agency (Non-CAA) - - - 4634 - South Bronx Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 417 - Help - New Mexico, Inc. - Community Action Agency (CAA) - - - 3356 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Private/Public For-Profit (e.g. for-profit hospitals) - - - 318 - Tri-County Community Action Agency - Community Action Agency (CAA) - - - 7733 - Marillac St. Vincent Family Services Dba St. Vincent Depaul Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1109 - Lower Elwha Tribal Community - Tribal Government or Consortium (American Indian/Alaska Native) - - - 2190 - CREEK NATION OF OKLAHOMA - - - - 1446 - Seminole Nation of Oklahoma, The - Tribal Government or Consortium (American Indian/Alaska Native) - - - 2039 - BELKNAP-MERRIMACK COUNTIES COMMUNITY ACTION PROGRAM, IN - - - - 3164 - COMMUNITY DEVELOPMENT INSTITUTE, CORP - - - - 4724 - Municipality of Toa Baja - Government Agency (Non-CAA) - - - 2161 - HOLLAND CITY SCHOOL DISTRICT - - - - 705 - Penquis C.A.P., Inc. - Community Action Agency (CAA) - - - 1900 - Resurgent Education and Community Health Service, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7305 - Kids Are First, Inc - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 540 - Community Action Pioneer Valley, Inc. - Community Action Agency (CAA) - - - 710 - Community Action Council for Lexington-Fayette, Bourbon, Harrison and Nicholas Counties - Community Action Agency (CAA) - - - 4219 - O'Farrill Learning Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2127 - HEAD START OF ALAMANCE AND CASWELL COUNTIES - - - - 783 - Encompass Community Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1030 - COOKSON HILLS CAF, INC. - Community Action Agency (CAA) - - - 1210 - Washington County Opportunities, Inc. - Community Action Agency (CAA) - - - 442 - Community Action of Northeast Indiana, Inc. - Community Action Agency (CAA) - - - 735 - City of Alexandria - Government Agency (Non-CAA) - - - 1008 - Northern Tier Community Action Corp - Community Action Agency (CAA) - - - 4571 - Pike County Head Start - School System - - - 396 - Mille Lacs Band of Ojibwe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4204 - Municipality of Penuelas - Government Agency (Non-CAA) - - - 166 - Texas Migrant Council - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 961 - BREVARD COUNTY CHILD CARE ASSOCIATION - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1249 - United Counseling Service of Bennington County, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1740 - Upper Cumberland Human Resource Agency - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7366 - Community Action Partnership of Madera County - Community Action Agency (CAA) - - - 137 - Vernon Parish School Board - School System - - - 2317 - STANISLAUS COUNTY DEPARTMENT OF EDUCATION - - - - 1922 - Chesterfield-Marlboro Counties Economic Opportunity Council - Community Action Agency (CAA) - - - 1792 - Pathways for Children, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4317 - School District of Kansas City, Missouri - School System - - - 4748 - D.C. Department of Parks And Recreation - Government Agency (Non-CAA) - - - 7344 - Elk Grove Unified School District - School System - - - 4437 - Denver Public Schools - School System - - - 6474 - Fowler Elementary School District Head Start - School System - - - 695 - Action for a Better Community - Community Action Agency (CAA) - - - 1000 - San Joaquin County Human Services Agency - Government Agency (Non-CAA) - - - 832 - Genesee County - Community Action Agency (CAA) - - - 1921 - Garrett-Keyser-Butler Community School District - School System - - - 5710 - West Harlem Community Organization, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 347 - HAWKEYE AREA COMMUNITY ACTION PROGRAM, INC - Community Action Agency (CAA) - - - 1766 - Community Action of Southeastern West Virginia, Inc. - Community Action Agency (CAA) - - - 4559 - Escalera Head Start a Program of GRCC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2126 - WEST KENTUCKY ALLIED SERVICES - - - - 2308 - PROTEUS EMPLOYMENT OPPORTUNITIES, INC - - - - 2315 - ECONOMIC OPPORTUNITY COMMISSION - - - - 1268 - Community Services Agency of South Texas, Inc. - Community Action Agency (CAA) - - - 1065 - Community Action Commission of Belmont County - Community Action Agency (CAA) - - - 7732 - Kimball Daycare - Private/Public For-Profit (e.g. for-profit hospitals) - - - 4482 - Goodwill Homes Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2023 - WASHINGTON NOWATA COUNTIES COMTY ACTION FOUNDATION, INC - - - - 2082 - CAMDEN COUNTY COUNCIL ON ECONOMIC OPPORTUNITY, INC - Community Action Agency (CAA) - - - 4648 - St. Jerome's Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1962 - Families in Partnership, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4609 - Emily Price Jones Head Start/Y of Central MD - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7435 - Child Development Centers, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5745 - Child Center of New York - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4548 - Akron Public Schools Head Start - School System - - - 2033 - NORTHWEST CHILD DEVELOPMENT ASSOCIATION, INC - - - - 4150 - Southeast Baltimore Early Head Start - Private/Public For-Profit (e.g. for-profit hospitals) - - - 473 - Keystone Service Systems, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4563 - Rockaway Community Corporation Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 870 - Cooperative Educational Service Agency No. 11 - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1077 - Rosemount Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2185 - MARIE DETTY YOUTH & FAMILY SERVICE CENTER, INC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 342 - AFL-CIO Appalachian Council - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4617 - Urban Strategies Early Learn I & III - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2133 - DOP CONSOLIDATED HUMAN - - - - 897 - Sumter County Opportunity, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 718 - Gila River Indian Community - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1897 - Chelan-Douglas Child Services Association - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1658 - Franklin County Head Start Program, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1403 - Knoxville-Knox County Community Action Committee - Community Action Agency (CAA) - - - 4612 - Alpha Kappa Alpha Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5083 - Home of Life Community Development - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1790 - Child and Family Services Inc. of Lea County - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2803 - MORRIS BROWN COLLEGE - - - - 295 - The Opportunity Alliance - Community Action Agency (CAA) - - - 1655 - Heartland Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1820 - Shippensburg University - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 148 - Rooftop of Virginia Community Action Program - Community Action Agency (CAA) - - - 1934 - Pinoleville Pomo Nation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 7356 - O'Farrill Learning Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6505 - Kedren Community Health Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4399 - YWCA of Greater Memphis - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3643 - Hudson Guild, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1185 - Inter Lakes Community Action Inc. - Community Action Agency (CAA) - - - 5383 - Carman-Ainsworth Community Schools - School System - - - 1864 - Head Start Child & Family Development Program Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1233 - Orangeburg-Calhoun-Allendale-Bamberg Community Action Agency Inc. - Community Action Agency (CAA) - - - 671 - Mid America Regional Council - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 274 - Pointe Coupee Parish School Board - School System - - - 4136 - YMCA of Greater Kansas City - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2621 - MUSKEGON-OCEANA COMMUNITY ACTION AGAINST POVERTY - - - - 1179 - Carey Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1981 - URBAN LEAGUE OF MADISON COUNTY - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 581 - Chicago Commons Association - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4698 - Casa Blanca Home of Neighborly Service - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1130 - Action for Eastern Montana - Community Action Agency (CAA) - - - 330 - TEXAS NEIGHBORHOOD SERVICES, INC - Community Action Agency (CAA) - - - 212 - Caddo Tribe of Oklahoma - Tribal Government or Consortium (American Indian/Alaska Native) - - - 7307 - Montgomery County Intermediate Unit - Government Agency (Non-CAA) - - - 4397 - Early Learning Centers - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7194 - Evanston Child Development Center - Private/Public For-Profit (e.g. for-profit hospitals) - - - 1375 - NYSARC, INC. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7727 - Family Focus, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7677 - Brush School District RE-2J, Inc. - School System - - - 2083 - MIDDLESEX COUNTY ECONOMIC OPPORTUNITY CORP - Community Action Agency (CAA) - - - 4131 - Marcy Newberry Association, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4585 - Staten Island Mental Health Society Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 408 - Terrebonne Parish Consolidated Government - Government Agency (Non-CAA) - - - 1139 - Family Services Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2241 - BIG COUNTRY EDUCATIONAL COOPERATIVE - - - - 198 - Central Texas 4C, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 799 - Maui Economic Opportunity, Inc. - Community Action Agency (CAA) - - - 1917 - Childcare Network of Evanston - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6507 - Bellflower Unified School District - School System - - - 416 - Kids Incorporated of the Big Bend - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1700 - MUNICIPALITY OF TOA BAJA - Government Agency (Non-CAA) - - - 6662 - Waterford Unified School District - School System - - - 1828 - Stanislaus County Office of Education - School System - - - 1812 - Contra Costa County Community Services - Community Action Agency (CAA) - - - 306 - Family Service Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4686 - Municipality of Juana Diaz - Government Agency (Non-CAA) - - - 7502 - Prime Time Family Reading - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2184 - HIGH PLAINS REGIONAL EDUCATION COOPERATIVE - - - - 4764 - St. Vincent de Paul Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1543 - Berkshire County Head Start Child Development Program - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7352 - St. Alban's Child Enrichment Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1242 - Ounce of Prevention Fund - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6408 - St. Bernardine's Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1258 - The Hopi Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1649 - Owsley County Board of Education - School System - - - 5759 - Hawthorne Corners Day Care Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 580 - YMCA Of Philadelphia & Vicinity - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 508 - Kenosha Achievement Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1204 - Three Affiliated Tribes - Tribal Government or Consortium (American Indian/Alaska Native) - - - 892 - East Coast Migrant Head Start Project - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4552 - Littlefield ISD - School System - - - 1287 - HENLEY ROBERTS CIVIC ORGANIZATION - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4356 - Orchard View Head Start - School System - - - 657 - Westchester Community Opportunity Program, Inc. - Community Action Agency (CAA) - - - 617 - Sunbeam Family Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 220 - Lummi - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1554 - Kootasca Community Action, Inc. - Community Action Agency (CAA) - - - 7739 - Cape Cod YMCA - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1818 - Gulf Regional Early Childhood Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1584 - Economic Opportunity Commission of Nassau County, Inc. - Community Action Agency (CAA) - - - 5720 - Breukelen Recreation Rooms, Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 421 - Merced County Superintendent of Schools - School System - - - 5149 - ECMHSP - North Carolina Direct Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1986 - Colorado Early Education Network - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 358 - SAMPSON COUNTY DEPARTMENT OF HUMAN RESOURCES - Government Agency (Non-CAA) - - - 4690 - Hart Head Start - School System - - - 918 - Onslow County Schools, Inc. - School System - - - 4302 - Christopher House - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7084 - Aunt Martha's Youth Service Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1441 - Wild Plum Center for Young Children and Families - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 748 - Family Services of Westchester, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4579 - Vaughn Next Century Learning Center - School System - - - 1037 - Fredericksburg City School District - School System - - - 1195 - CABARRUS COUNTY BOARD OF EDUCATION - School System - - - 732 - United Planning Organization - Community Action Agency (CAA) - - - 773 - Adams County - Government Agency (Non-CAA) - - - 1799 - Neighbors In Need Of Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 195 - Sumter Co. School District 17 - School System - - - 1161 - Williamstown BOE Head Start - School System - - - 4222 - Oxford Head Start - School System - - - 5753 - Bronx Works - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 275 - Stark County Community Action Agency - Community Action Agency (CAA) - - - 1051 - Oswego County Opportunities, Inc. - Community Action Agency (CAA) - - - 1028 - Allegheny Lutheran Social Ministries - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1806 - Waldo Community Action Partners - Community Action Agency (CAA) - - - 4178 - Mary Crane League - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4469 - Cherry Creek School District #5 - School System - - - 829 - Catholic Charities, Archdiocese Of Denver - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7680 - Ascension DePaul Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 456 - Municipality of Adjuntas - Government Agency (Non-CAA) - - - 4247 - Powhatan-Goochland CAA Head Start - Community Action Agency (CAA) - - - 4118 - St. Paul/Chaney Ford Child Care Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4246 - Corning-Painted Post Area School District - School System - - - 1923 - South Central Missouri Community Action Agency - Community Action Agency (CAA) - - - 1607 - ELMORE COMMUNITY ACTION COMMITTEE - Community Action Agency (CAA) - - - 3363 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Government Agency (Non-CAA) - - - 107 - Youth Development Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4429 - Matrix Human Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 467 - Community Program Centers of Long Island, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1424 - Rutland Community Programs, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 502 - Northern Kentucky Community Action Commission, Inc. - Community Action Agency (CAA) - - - 6321 - Shelby County Board of Education - School System - - - 4643 - Goddard Riverside Community Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1292 - Community Action Agency - Community Action Agency (CAA) - - - 2243 - BEAR RIVER HEAD START - - - - 839 - Family Building Blocks - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1713 - Otero Junior College - School System - - - 439 - Kingsbridge Heights Community Center Inc. - Community Action Agency (CAA) - - - 163 - Greater Erie Community Action Committee - Community Action Agency (CAA) - - - 863 - Pathstone Corporation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4269 - Inner Force Tots - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1172 - Pickaway County Community Action Organization - Community Action Agency (CAA) - - - 1050 - MORONGO BAND OF MISSION INDIANS - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1173 - Child Development Resources, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1343 - Mountain Empire Unified School District - School System - - - 660 - Community Action Partnership of Lancaster County Inc. - Community Action Agency (CAA) - - - 1052 - Eastern Idaho Community Action Partnership - Community Action Agency (CAA) - - - 7389 - Johnson County Head Start - School System - - - 922 - Arrowhead Economic Opportunity Agency, Inc. - Community Action Agency (CAA) - - - 4324 - Val Verde Unified School District - School System - - - 4374 - Fort George Community Enrichment Center, Inc. - Community Action Agency (CAA) - - - 1715 - Chambers-Tallapoosa-Coosa Community Action Agency - Community Action Agency (CAA) - - - 1637 - Child Development Council of Franklin County, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1359 - South County Community Action, Inc. - Community Action Agency (CAA) - - - 4122 - Howard Area Family Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1477 - Alachua County School Board - School System - - - 387 - Children's Friend And Service - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5752 - Blanche Community Progress Day Care Center Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4420 - Morgan State University Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2193 - SOUTH CENTRAL ARKANSAS CAA,INC. - - - - 348 - Lakes and Prairies Community Action Partnership, Inc. - Community Action Agency (CAA) - - - 3621 - Montebello Unified School District - School System - - - 10 - DC Office of the State Superintendent of Education - Government Agency (Non-CAA) - - - 1943 - Mid-West New Mexico Community Action Program - Community Action Agency (CAA) - - - 4645 - Cartwright School District - School System - - - 4472 - Tahoka ISD - School System - - - 2088 - Comlinks - - - - 141 - Metlakatla Indian Community - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1251 - AVANCE, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1657 - Friendly Fuld Neighborhood Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7434 - La Casa de Don Pedro, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4713 - Bushwick United Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2212 - BOYNTON MOTON INDEPENDENT SCHOOL DISTRICT - - - - 2145 - MOUNTAIN VALLEY HEAD START - - - - 4528 - Westside Holistic Family Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4480 - First Baptist Church of Santurce - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3265 - ANDROSCOGGIN HEAD START & CHILD CARE - - - - 2205 - GREAT PLAINS IMPROVEMENT FOUNDATION, INC - - - - 4665 - Northcott Head Start - Community Action Agency (CAA) - - - 3547 - Board of Education of Calvert County, Inc. - School System - - - 1639 - Jefferson County Child Development Council, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 463 - Southern Oregon Child & Family Council, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 145 - Families and Children Together, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 239 - Delaware Opportunities, Inc. - Community Action Agency (CAA) - - - 4162 - Latin American Civic Association - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1358 - Chicanos por la Causa, Inc. - Community Action Agency (CAA) - - - 1529 - Baraga-Houghton-Keweenaw Child Development Board, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7590 - Le Jardin Community Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4129 - Gads Hill Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 914 - Community Action Agency of South Alabama - Community Action Agency (CAA) - - - 1245 - First Steps of Spartanburg County - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1318 - Bethlehem Center of Charlotte, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7249 - Cleveland County Partnership for Children, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1592 - WILLISTON PUBLIC SCHOOL DISTRICT #1 (HEAD START) - School System - - - 422 - MONTGOMERY COUNTY HEAD START PROGRAM, INC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4171 - Ko'olauloa Early Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1575 - New Mexico State University - Government Agency (Non-CAA) - - - 193 - Hanover County School District - School System - - - 7705 - Family & Children's Place, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4712 - Santa Monica-Malibu Unified School District - School System - - - 867 - Tyler Independent School District - School System - - - 5097 - PathStone Corporation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 702 - Beaumont Independent School District - School System - - - 177 - Saginaw Intermediate School District - School System - - - 857 - Region XIX Education Service Center - Government Agency (Non-CAA) - - - 1069 - Council for the Spanish Speaking, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1826 - Suwannee Valley Community Coordinated Child Care, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 234 - Next Door Foundation, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4781 - YUBI Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6655 - Englewood Head Start - School System - - - 7331 - Aldine Independent School District - School System - - - 4521 - Council for Preschool Children of Puerto Rico, Inc - Government Agency (Non-CAA) - - - 404 - Shira Association, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 487 - Opportunities for Broome, Inc. - Community Action Agency (CAA) - - - 4496 - Wateree Community Actions, Inc. - Community Action Agency (CAA) - - - 3434 - Board of Frederick County Commissioners - Government Agency (Non-CAA) - - - 6123 - Metropolitan Children and Youth, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2057 - HAMPSHIRE COMMUNITY ACTION COMMISSION, INC - Community Action Agency (CAA) - - - 505 - Eastern Washington University - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4541 - Northwest Head Start Project - Government Agency (Non-CAA) - - - 1071 - Ulster County Community Action Committee, Inc. - Community Action Agency (CAA) - - - 7719 - Childcare Resources - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4152 - Anne Arundel Early Head Start - Community Action Agency (CAA) - - - 1422 - Early Childhood Learning Center of Greene County - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 495 - Lycoming-Clinton Counties Commission for Community Action Inc. - Community Action Agency (CAA) - - - 899 - Otoe Missouria Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 5462 - Bradford Tioga Head Start Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6562 - YMCA of Greater Cincinnati - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 997 - Community Concepts, Inc. - Community Action Agency (CAA) - - - 5726 - East Harlem Council  Bilingual Head Start Program - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 516 - Southwestern Community Action Council, Inc. - Community Action Agency (CAA) - - - 934 - Ramah Navajo School Board Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1699 - Los Angeles County Office of Education - School System - - - 4128 - St. Augustine College - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 928 - Brazos Valley Community Action Agency, Inc. - Community Action Agency (CAA) - - - 807 - Western Kentucky University - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1180 - Hopewell Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1664 - Scranton Lackawanna Head Start - Community Action Agency (CAA) - - - 4307 - ABC Child Development, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 761 - Santa Clara, Pueblo of - Tribal Government or Consortium (American Indian/Alaska Native) - - - 2128 - WHITFIELD PARENT & CHILD CENTER, INC - - - - 4155 - Dorchester County Health Department - Government Agency (Non-CAA) - - - 4568 - Telamon Corporation - Delaware - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1157 - Alexander County Board of Education - School System - - - 1404 - TWIN RIVERS COMMUNITY ACTION AGENCY, INC - Community Action Agency (CAA) - - - 4517 - United Academy - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4721 - Washington Elementary School District - School System - - - 7189 - Early Learning Coalition Miami-Dade/Monroe County - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2051 - MERIDEN COMMUNITY ACTION AGENCY - - - - 7730 - Hobby Horse Nursery School Ltd Dba Lake Shore Schools - Private/Public For-Profit (e.g. for-profit hospitals) - - - 823 - Nez Perce Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 7714 - Windham Southeast School District - - - - 4199 - Pillars Community Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4366 - Community Life Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2275 - CENTRAL OREGON COMMUNITY COLLEGE - - - - 4691 - Boys & Girls Clubs Of Chicago - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1300 - Union County Community Action, Inc. - Community Action Agency (CAA) - - - 1549 - Community Opportunities, Incorporated - Community Action Agency (CAA) - - - 4777 - Lenox Hill Neighborhood House - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1049 - Lancaster-Lebanon Intermediate Unit School District #13 - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4115 - Abraham Lincoln Centre - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4575 - Woodsboro Head Start - School System - - - 5263 - Ohio Guidestone - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1721 - Region 9 Education Service Center - Government Agency (Non-CAA) - - - 4231 - Pomona Unified School District - School System - - - 7211 - Quality Care Resource and Referral Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2153 - TAYLOR COUNTY IMPROVEMENT CLUB, INC - - - - 187 - Center for Family Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 172 - Coastal Georgia Area Community Action Authority, Inc - Community Action Agency (CAA) - - - 1691 - Centro de Desarrollo Familiar SHS Diocesis de Mayaguez - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4443 - Lake Ridge Schools Head Start - School System - - - 4961 - Princeville CUSD - School System - - - 284 - Pocatello School District No. 25 - School System - - - 2688 - ID ST DEPARTMENT OF HEALTH & WELFARE - - - - 4592 - Alexandria Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7410 - Municipality of Canovanas - Government Agency (Non-CAA) - - - 4165 - Palmdale School District - School System - - - 4742 - National Louis University - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 933 - Ability Connection Colorado, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2306 - TENNESSEE OPPORTUNITY PROGRAMS, INC - - - - 2026 - HUMAN SERVICES CENTER, INC - - - - 7634 - Educare of West DuPage - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1705 - Association to Benefit Children - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4215 - Lake Elsinore USD - School System - - - 545 - LIFT, INC - Community Action Agency (CAA) - - - 2213 - YOUTH DEVELOPMENT, INC - - - - 6479 - Multicultural Community Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 872 - Schenectady Community Action Program - Community Action Agency (CAA) - - - 4520 - Children's Day Care Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2201 - FREDERICKSBURG CHILD DEVELOPMENT AGENCY - - - - 427 - Paducah Independent School District - School System - - - 841 - Fresno County Economic Opportunities Commission - Community Action Agency (CAA) - - - 334 - Area IV Agency on Aging and Community Action Programs - Community Action Agency (CAA) - - - 4290 - Brandon Head Start - School System - - - 6468 - Greater Phoenix Urban League - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 821 - Seattle School District #1 - School System - - - 666 - Community Action Partnership of Kern - Community Action Agency (CAA) - - - 945 - Rocky Mountain Development Council, Inc. - Community Action Agency (CAA) - - - 3310 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - - - - 4169 - Episcopal Community Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4508 - Baltimore City Child Care Resource Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 980 - Association of Village Council Presidents - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4383 - Bloomingdale Family Program, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2318 - CENTER FOR EDUCATION & MANPOWER RESOURCES, INC - - - - 4768 - Southeast Children And Family Development - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4098 - Detroit Child Development Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1648 - Yolo County Office of Education - Government Agency (Non-CAA) - - - 1484 - Greenville Independent School District - School System - - - 1677 - School Board of Brevard County - School System - - - 1084 - Community Action of Southeast Iowa - Community Action Agency (CAA) - - - 1238 - AVANCE - Houston, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4610 - Kingsbridge Heights Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4406 - One Hope United - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2062 - CENTER FOR FAMILY DEVELOPMENT CFD OF BEVERLY INC - - - - 1511 - Northeast Kingdom Community Action, Inc. - Community Action Agency (CAA) - - - 1201 - OUACHITA MULTI-PURPOSE COMMUNITY ACTION PROGRAM - Community Action Agency (CAA) - - - 304 - Hollandale School District - School System - - - 1006 - Kickapoo Tribe in Kansas - Tribal Government or Consortium (American Indian/Alaska Native) - - - 5732 - New Life Child Development Center, Inc.-Early Lear - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1311 - Tremont Crotona Day Care Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4718 - Lutheran Social Services of Illinois - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 637 - Makah Tribal Council - Tribal Government or Consortium (American Indian/Alaska Native) - - - 2136 - CLOVERPORT BOARD OF EDUCATION - - - - 575 - JACKSONVILLE URBAN LEAGUE - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4391 - HELP Day Care Corporation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4410 - Paintsville City Head Start - School System - - - 1447 - Tri-County Opportunities Council, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 994 - Huntingdon County Child and Adult Development Corp. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2178 - CHILD SERVICES, INCORPORATED - - - - 4109 - Children's Center of Cicero-Berwyn - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 672 - Ute Indian Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4650 - YWCA - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 272 - ChildCareGroup - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2229 - AREA RESOURCE CENTER OF CENTRAL KANSAS - - - - 707 - Belknap-Merrimack Counties Community Action Program - Community Action Agency (CAA) - - - 1142 - Community Action Partnership of Strafford County - Community Action Agency (CAA) - - - 414 - The Resource Connection - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 848 - CAA OF HUNTSVILLE-MADISON & - Community Action Agency (CAA) - - - 4091 - Apostolic Child Development Centers, Inc. - Community Action Agency (CAA) - - - 4755 - Ropesville ISD - School System - - - 225 - Family Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4522 - Hamilton-Madison House - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5131 - Lake Elsinore USD - School System - - - 842 - Puerto Rican Family Institute, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4237 - Child Development Center of the MMCC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 835 - PALM BEACH COUNTY BOARD OF COUNTY COMMISSIONERS - Government Agency (Non-CAA) - - - 930 - College of Southern Idaho - Government Agency (Non-CAA) - - - 3212 - Housing, Industry, Training Inc. - - - - 5707 - Addie Mae Collins Community Service Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2182 - UNITED MINISTERIAL ALLIANCE,INC - - - - 2269 - ALASKA FAMILY SERVICES INC. - - - - 5122 - Catholic Charities of the Archdiocese of Denver - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1350 - Central Territorial of the Salvation Army - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1322 - Chiles Academy, Inc., The - School System - - - 7030 - Salvation Army - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 745 - City of New Haven, Inc. - School System - - - 2028 - CANYON COUNTY HEAD START FRIENDS, INC - - - - 1666 - Northern Panhandle Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5080 - Geminus Corporation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1588 - Oregon Child Development Coalition, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7358 - Sunflowers Academy - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4941 - Ypsilanti Community Schools - School System - - - 1339 - Municipio De San German - Government Agency (Non-CAA) - - - 2209 - MUSKOGEE COUNTY COMMUNITY SERVICES PROGRAM - - - - 3367 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3376 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3609 - Berks County Intermediate Unit 14 - Government Agency (Non-CAA) - - - 2073 - Aspira of Puerto Rico, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1145 - Wabash Area Development, Inc. - Community Action Agency (CAA) - - - 6121 - Kansas City, Kansas Public Schools, USD #500 - School System - - - 4473 - Del Valle Migrant Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 630 - Inter-Tribal Council Of Nevada, Inc. - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1269 - PINEBELT ASSOCIATION FOR COMMUNITY ENHANCEMENT - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1470 - Mountainheart Community Services, Inc. - Community Action Agency (CAA) - - - 4684 - Pathways For Children, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4385 - Township of Union Public Schools - School System - - - 7187 - Louisiana State University HSC - Government Agency (Non-CAA) - - - 3284 - CIVIC SENIOR CITIZENS CLUB OF BEAVER COUNTY - - - - 4774 - Muskegon Public Schools - School System - - - 41 - Human Services, Pennsylvania Department of - Government Agency (Non-CAA) - - - 759 - Boulder, County of - Government Agency (Non-CAA) - - - 5089 - South Shore United Methodist Child Care Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 483 - L B J & C Development Corporation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2200 - RISON SCHOOL DISTRICT #36 - School System - - - 388 - Blue Valley Community Action, Inc. - Community Action Agency (CAA) - - - 7316 - St. James Parish School Board - Government Agency (Non-CAA) - - - 4615 - Dorothy Sutton Branch Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1712 - Luzerne County Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6403 - Puerto Rican Family Institute, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2079 - COMMISSION ON ECONOMIC OPPORTUNITY - - - - 2231 - GREAT BEND UNIFIED SCHOOL DISTRICT #428 - - - - 1589 - South Central Child Development, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4243 - Bacon County Head Start - Community Action Agency (CAA) - - - 4642 - n/a - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1015 - Clayton County Community Service Authority, Inc. - Community Action Agency (CAA) - - - 1798 - Manchester Board of Education - School System - - - 4432 - Kickapoo Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 257 - St. Croix Chippewa Indians Of Wisconsin - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4567 - Walled Lake Head Start - School System - - - 431 - Hutchinson Unified School District #308 - School System - - - 4569 - Allapattah Child Care - Community Action Agency (CAA) - - - 4378 - YWCA of Palm Beach County, Florida - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1429 - Skokomish Indian Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 916 - Astor Services for Children and Families - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1025 - Alger Marquette Community Action Board - Community Action Agency (CAA) - - - 1776 - Wright County Community Action, Inc. - Community Action Agency (CAA) - - - 691 - Southwest Georgia Community Action Council, Inc - Community Action Agency (CAA) - - - 1349 - North Florida Child Development, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1528 - Metropolitan Children and Youth, Inc. Renaissance - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4677 - Roosevelt School District Head Start - School System - - - 4294 - Greenfield Union Elementary School District - School System - - - 3427 - Oneida Nation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1220 - Mid-Iowa Community Action, Inc. - Community Action Agency (CAA) - - - 7691 - New York City Department of Education - Government Agency (Non-CAA) - - - 814 - Midland Lutheran College - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 377 - University of Cincinnati - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4344 - Seven Hills Gateway Child Development Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 410 - Olympic Educational Service District 114 - Government Agency (Non-CAA) - - - 4572 - Friends of Crown Heights Educational Centers - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3439 - Northeast Michigan Community Service Agency, Inc. - Community Action Agency (CAA) - - - 3567 - YMCA of Central Ohio - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1675 - Kids & Company of Linn County - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1346 - Green Bay Area Public Schools - School System - - - 1585 - Community Action Planning Council of Jefferson County - Community Action Agency (CAA) - - - 3255 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - - - - 1811 - Kids' Corps, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1853 - National Centers For Learning Excellence, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 534 - Total Action Against Poverty in the Roanoke Valley - Community Action Agency (CAA) - - - 4293 - Cherokee County Board of Education - School System - - - 964 - East Bay Community Action Program - Community Action Agency (CAA) - - - 437 - Child, Family & Community Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4090 - Hispanic Human Resources Council, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 183 - GULF COAST COMMUNITY ACTION AGENCY, INC. - Community Action Agency (CAA) - - - 4454 - Waterford Head Start - School System - - - 875 - Southern Maryland Tri-County Community Action Committee, Inc. - Community Action Agency (CAA) - - - 795 - Adrian Public Schools - School System - - - 4640 - Hillsborough County Public Schools - School System - - - 7360 - United Way of Miami - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7027 - Onward Neighborhood House - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1748 - Kids On The Move, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4743 - Huron Valley Head Start - School System - - - 4376 - Rainbow Learning Enrichment - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 371 - Enterprise for Progress in the Community (EPIC) - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4753 - Zion's Little Academy Preschool - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 452 - Communities United, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 319 - Community Action, Inc. of Central Texas - Community Action Agency (CAA) - - - 4309 - Volunteers of America - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1974 - Boys and Girls Home of Nebraska, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4727 - Union County Board of Education - School System - - - 1602 - Ogden-Weber Community Action Partnership, Inc. - Community Action Agency (CAA) - - - 1653 - Central Fulton School District - School System - - - 1261 - Columbus Urban League - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1774 - Glen Cove Child Day Care Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4346 - Mountain View Head Start/State Preschool - School System - - - 281 - Chemehuevi Indian Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 7387 - Paintsville City Head Start - School System - - - 2019 - PUTNAM-CLAY-FLAGLER - - - - 4221 - El Hogar Del Nino - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6414 - Edward C. Mazique Parent Child Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1067 - Council On Rural Service Programs, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7061 - St. Joseph County Intermediate School District - School System - - - 7596 - Kidango, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4277 - Council of Affiliated Negro Organizations, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3542 - Board of Education of St Mary's County - School System - - - 6221 - Avoyelles Child Development Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1939 - The University of South Dakota - Government Agency (Non-CAA) - - - 1427 - Karuk Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 779 - Muckleshoot Indian Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1094 - Peninsula Family Service - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 504 - Santo Domingo Tribe- Kewa Health Outreach Program - Tribal Government or Consortium (American Indian/Alaska Native) - - - 982 - Youth & Family Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1594 - Pine-Belt Multi-Purpose Agency, Inc. - Community Action Agency (CAA) - - - 4384 - Bonner Springs Head Start - School System - - - 2072 - KIRYAS JOEL SOCIAL SVC ORGANIZATION - - - - 4359 - Lancaster School District - School System - - - 6652 - Western Kentucky University Child Care Consortium - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7343 - Canandaigua Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6510 - Garvey School District - School System - - - 1663 - Blue Ridge Community Action, Inc. - Community Action Agency (CAA) - - - 5137 - Moreno Valley Unified School District - School System - - - 6411 - UMOJA Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1058 - Chautauqua Opportunities, Inc. - Community Action Agency (CAA) - - - 6461 - Anaheim City School District - School System - - - 3435 - UPPER MIDWEST AMERICAN INDIAN CENTER - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 826 - School Board of Polk County - School System - - - 2034 - CENTER, INC. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2029 - COMMUNITY SERVICES, INC - - - - 462 - Butler County Children's Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4236 - ECMHSP - South Carolina Direct Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3320 - Topeka Public Schools, USD #501 - - - - 1082 - Hoosier Uplands Economic Development Corporation - Community Action Agency (CAA) - - - 1482 - Sheboygan Human Rights Association, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4700 - South Shore Bible Baptist Church - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 514 - Shasta County Head Start Child Development, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1698 - Santa Clara Office of Education - School System - - - 3288 - Community Action Program for Madison County, Inc. - - - - 3404 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1802 - Birch Family Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7058 - SGA Youth and Family Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 762 - Rancho Santiago Community College District, Inc. - School System - - - 824 - Nashville & Davidson County, Metropolitan Government of - Government Agency (Non-CAA) - - - 6401 - Greenwich Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1064 - Ascension Parish School Board - School System - - - 4602 - Delta Sigma Theta Head Start/State Preschool - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 369 - Southeast Alabama Regional Plan Development Commission - Government Agency (Non-CAA) - - - 1485 - Tazewell-Woodford Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2639 - PROVIDENCE LEARNING CENTER AND DEVELOPMENT CORP - - - - 7641 - Prospect Manchester Hospital, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1497 - Michigan Family Resources - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1591 - Walla Walla School District #140 - School System - - - 595 - Center for Community & Family Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1253 - Venice Family Clinic - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3111 - PROVIDENCE LEARNING CENTER & DEVELOPMENT CORPORATION - - - - 2245 - CLAYTON FOUNDATION TRUSTEE - - - - 256 - Family Resource Agency, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4453 - Redlands Christian Migrant Association - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 204 - ISWA Development Corporation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 209 - Southwest Human Development - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1278 - Downeast Community Partners - Community Action Agency (CAA) - - - 147 - York, County of - Government Agency (Non-CAA) - - - 7104 - Community Day Care Center of Lawrence, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1777 - United Talmudical Academy of Boro Park Head Start - School System - - - 1628 - ICARE, Inc. - Community Action Agency (CAA) - - - 1487 - Sabine Parish School Board - School System - - - 2061 - WESTERN MAINE COMMUNITY ACTION, INC - - - - 303 - Madera County Board of Supervisors/CAPMC - Community Action Agency (CAA) - - - 1695 - Southeast NM Community Action Corporation - Community Action Agency (CAA) - - - 189 - Baldwin Park Unified School District - School System - - - 7239 - Easter Seals Metropolitan Chicago - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 450 - SOMERVILLE MENTAL HEALTH ASSOCIATION - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4276 - Riverside USD - School System - - - 477 - Easter Seals Florida, Inc. - Community Action Agency (CAA) - - - 4555 - Leaps & Bounds Day Care - Private/Public For-Profit (e.g. for-profit hospitals) - - - 4081 - Barry University - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4200 - Buen Pastor Ministries, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4556 - Valley of The Sun YMCA - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 579 - Pathfinder Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1982 - Ashtabula County Community Action Agency - Community Action Agency (CAA) - - - 1290 - INCA Community Services, Inc. - Community Action Agency (CAA) - - - 2253 - CALIFORNIA HUMAN DEVELOPMENT CORPORATION - - - - 360 - The Tulalip Tribes of Washington - Tribal Government or Consortium (American Indian/Alaska Native) - - - 498 - Honolulu Community Action Program - Community Action Agency (CAA) - - - 2225 - KCMC CHILD DEVELOPMENT CORPORATION - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4485 - Committee For Early Childhood Development D.C.C., Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 957 - Central Nebraska Community Action Partnership, Inc - Community Action Agency (CAA) - - - 1994 - Eastern Allegheny Council for Human Services Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1942 - Town of Limon - Government Agency (Non-CAA) - - - 1887 - Acelero Learning Monmouth County Head Start - Private/Public For-Profit (e.g. for-profit hospitals) - - - 1615 - Lawrence County Social Services, Inc. - Community Action Agency (CAA) - - - 1187 - Human Resource Development Council of District Ix, Inc. - Community Action Agency (CAA) - - - 2619 - SHAWNEE DEVELOPMENT COUNCIL - - - - 582 - Governors State University - Government Agency (Non-CAA) - - - 833 - Gulf Coast Community Services Association - Community Action Agency (CAA) - - - 584 - Grand Street Settlement, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1110 - Jackson-Vinton Community Action, Inc. - Community Action Agency (CAA) - - - 729 - Henrico County Public Schools - School System - - - 1660 - EASTERN CATAWBA COOP-CHRISTIAN MINISTRY, INC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4668 - St. Alban's Child Enrichment Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 944 - Yadkin Valley Economic Development District, Inc. - Community Action Agency (CAA) - - - 1829 - Edadvance - Community Action Agency (CAA) - - - 4141 - TVCCA Head Start Northeast - Community Action Agency (CAA) - - - 1262 - Houlton Band of Maliseet Indians - Tribal Government or Consortium (American Indian/Alaska Native) - - - 6426 - Hatch Valley Public Schools Head Start - School System - - - 7720 - Aiken County Public School District - School System - - - 7694 - United Community Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7396 - Lakewood Economic Action Program, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 871 - Thompson School District R2J - School System - - - 3426 - Fairbanks Native Association - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 956 - Parents and Children Together - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 628 - Duluth Public School District #709 - School System - - - 1910 - The Enola Group - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3721 - South San Antonio Independent School District - School System - - - 4289 - Seventh Avenue Center For Family Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1832 - Ho-Chunk Nation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1376 - Hopewell City School Board - School System - - - 993 - Community Action Program-Inter City, Incorporated - Community Action Agency (CAA) - - - 1909 - Monroe County School District (MCSD) - School System - - - 1877 - West Orange-Cove Consolidated Independent School - School System - - - 4507 - Hacienda La Puente Unified School District - School System - - - 1338 - Municipality of Dorado - Government Agency (Non-CAA) - - - 5144 - YMCA of Greater Kansas City - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1753 - Yurok Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 372 - Eight Northern Indian Pueblos Council, Inc. - Tribal Government or Consortium (American Indian/Alaska Native) - - - 219 - North Idaho College - Government Agency (Non-CAA) - - - 1514 - Washington County Economic Opportunity Council, Inc. - Community Action Agency (CAA) - - - 2016 - POLK COUNTY OPPORTUNITY COUNCIL, INC - Community Action Agency (CAA) - - - 754 - Ozark Opportunities, Inc. - Community Action Agency (CAA) - - - 7437 - Caddo Parish Commission - Community Action Agency (CAA) - - - 4407 - Phi Iota Omega Foundation, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1835 - Scott County Public School Head Start - School System - - - 2038 - HALL NEIGHBORHOOD HOUSE - Community Action Agency (CAA) - - - 3702 - Growing Futures Early Education Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4652 - UMOJA Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 636 - Tanana Chiefs Conference - Tribal Government or Consortium (American Indian/Alaska Native) - - - 7663 - Municipality of Yabucoa - Government Agency (Non-CAA) - - - 1842 - Mayville State University - Government Agency (Non-CAA) - - - 2195 - POINTE COUPEE COMMUNITY ADVANCEMENT, INC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4296 - First Church of Love And Faith - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 927 - County of Summit - Government Agency (Non-CAA) - - - 1309 - MOUNTAIN COMMUNITY ACTION PROGRAM, INC - Community Action Agency (CAA) - - - 5145 - ECMHSP - Alabama Direct Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4140 - Windham Public Schools - School System - - - 803 - Guilford Child Development - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1320 - Benton Franklin Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7210 - Union Township Community Action Organization, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4785 - Dakota Transitional Head Start - Private/Public For-Profit (e.g. for-profit hospitals) - - - 853 - North Penn Comprehensive Health Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4526 - Monongalia County Head Start - School System - - - 5768 - Philip H. Michaels Child Care Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4515 - Municipality of Orocovis - Government Agency (Non-CAA) - - - 1603 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1153 - Jasper County Charter System - School System - - - 2314 - CAMPESINOS UNIDOS, INC - - - - 652 - Emanuel County School District - School System - - - 4433 - Norwalk-La Mirada Unified School District - School System - - - 644 - Save the Children Federation, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 903 - Fayette County School Corporation - School System - - - 770 - Capital Area Community Services, Incorporated - Community Action Agency (CAA) - - - 7359 - Haitian Youth and Community Center of Florida - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 645 - Children's Learning Centers of Fairfield County, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1466 - Center for Human Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6656 - Cherry Creek School District #5 - School System - - - 4167 - San Juan Unified School District/Child Development - School System - - - 168 - El Grito, Inc. Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1383 - Kids Central, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2319 - ENTERPRISE FOR PROGRESS IN THE COMMUNITY - - - - 1218 - South Central Human Resource Agency - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4770 - Labor And Industry For Education - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4545 - St. Vincent De Paul Head Start Northwest - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 420 - Five Sandoval Indian Pueblos Inc. - Tribal Government or Consortium (American Indian/Alaska Native) - - - 7357 - Centro Mater Child Care Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1432 - Gadsden Progress Council - Early Head Start Program - Government Agency (Non-CAA) - - - 1652 - Darlington County Community Action Agency - Community Action Agency (CAA) - - - 409 - Family Support Services of West Hawaii - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6415 - Educare DC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 395 - Chattanooga, City of - Government Agency (Non-CAA) - - - 341 - PARTNERSHIP FOR COMMUNITY ACTION, INC. - Community Action Agency (CAA) - - - 6650 - Talbot County Family Support/EHS Center - Government Agency (Non-CAA) - - - 7242 - It takes a Village - Private/Public For-Profit (e.g. for-profit hospitals) - - - 948 - Cripple Creek Victor School District Re-1 - School System - - - 7350 - Le Jardin Community Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3440 - Turtle Mountain Band of Chippewa Indians - Tribal Government or Consortium (American Indian/Alaska Native) - - - 7198 - Nebraska Early Childhood Collaborative - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4459 - Early Childhood Resources/Zolfo Child Care Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1515 - Adirondack Community Action Programs, Inc. - Community Action Agency (CAA) - - - 697 - Children's Hospital of Philadelphia - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4825 - Matrix Human Services - No Data Available - - - 2199 - TOM GREEN COUNTY COMMUNITY ACTION COUNCIL - - - - 2017 - CLARK ATLANTA UNIVERSITY - - - - 1499 - Warren & Forest Counties Economic Opportunity Council - Community Action Agency (CAA) - - - 4616 - Golden Gate Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2117 - DORCHESTER COMMUNITY DEVELOPMENT CORPORATION - - - - 1506 - Inter-Tribal Council of Michigan, Inc. - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1480 - VNS HOME CARE - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 290 - Cooperative Educational Service Agency No. 7 - Government Agency (Non-CAA) - - - 1035 - Institute for Human and Social Development, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7217 - Lancaster County First Steps to School Readiness Partnership - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7312 - Des Moines Public Schools Head Start - School System - - - 4539 - Puerto Rican Family Institute, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7052 - Judah International Outreach Ministries - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1152 - Baldwin County School District - School System - - - 2050 - THE ACCESS AGENCY, INC. - - - - 9 - Delaware Department of Education - Government Agency (Non-CAA) - - - 4618 - South-Western City Schools, Head Start - School System - - - 5561 - Person County Public Schools - School System - - - 444 - Ohio Valley Educational Cooperative - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5762 - Inner Force Tots - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4752 - Goliad Head Start - School System - - - 1230 - North Central West Virginia Community Action Agency - Community Action Agency (CAA) - - - 900 - OPPORTUNITIES, INC - Community Action Agency (CAA) - - - 1232 - Central Tribes of the Shawnee Area, Inc. - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1509 - HEAD START BOARD OF DIRECTORS, INC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4465 - St. Peters Child Care Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 265 - HUMBLE INDEPENDENT SCHOOL DISTRICT - School System - - - 3352 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - - - - 5261 - West Side Ecumenical Ministry - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4667 - ECMHSP - Alabama Direct Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1600 - Maryland Family Network, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1581 - Acelero Learning Camden - Private/Public For-Profit (e.g. for-profit hospitals) - - - 1138 - Renewal Unlimited, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1274 - Pueblo of Jemez - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1552 - NeighborImpact - Community Action Agency (CAA) - - - 7386 - Pike County Head Start - School System - - - 4619 - Church of Our Saviour Head Start Program - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1303 - Yankton Sioux Tribe of South Dakota - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1641 - Northeast South Dakota Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1095 - Highland Rim Economic Corporation - Community Action Agency (CAA) - - - 6706 - Southwest Counseling Solutions - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4251 - Trinity Resources Unlimited - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4630 - YWCA of Metropolitan Chicago - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6501 - Foundation for Early Childhood Education, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1680 - Virgin Island Department of Human Services - Government Agency (Non-CAA) - - - 480 - Placer Community Action Council, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 486 - Community Action Partnership Of San Luis Obispo County, Inc. - Community Action Agency (CAA) - - - 6645 - Southeast Baltimore Early Head Start - Private/Public For-Profit (e.g. for-profit hospitals) - - - 7314 - Alta Care Group, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4722 - Hospital Clinic ACE Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4671 - Benedictine Sisters of Erie - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4735 - United Migrant Opportunity Services Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1781 - Coquille Indian Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4460 - Lamphere Head Start - School System - - - 317 - Big Sandy Rancheria of Western Mono Indians of California - Tribal Government or Consortium (American Indian/Alaska Native) - - - 5746 - Ecumenical Community Development Agency - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4190 - Landow Yeshiva Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1479 - Polk County Board of Education - School System - - - 4092 - Emmanuel Early Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2098 - THREE RIVERS HEALTH DISTRICT - - - - 4179 - Empire Union School District - School System - - - 4404 - ECMHSP - North Carolina Direct Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4254 - Bronx Works - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1347 - Umatilla Morrow Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 613 - West Bend Joint School District No. 1 - School System - - - 989 - Tableland Services, Inc. - Community Action Agency (CAA) - - - 2310 - HOME EDUCATION LIVELIHOOD PROGRAM - - - - 7029 - Chicago Commons Association - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1329 - Central Montana Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4557 - Mid-Bronx CCRP Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4554 - Desert Sands USD - School System - - - 1606 - Marathon County Child Development Agency, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5718 - National Association of Family Development Centers - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2234 - GOLDENROD HILLS COMMUNITY ACTION COUNCIL, INC - - - - 4654 - Towns County Board of Education - School System - - - 658 - The Child Center of NY - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4674 - Urban Day School - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1066 - Highland County Community Action Organization, Inc. - Community Action Agency (CAA) - - - 744 - United Way of Greater New Haven - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4401 - Arecibo Head Start Proyect - Government Agency (Non-CAA) - - - 4767 - PENNCREST Head Start - School System - - - 7304 - Bucks County Intermediate Unit 22 - Government Agency (Non-CAA) - - - 3242 - Westchester Community Opportunity Program, Inc. Interim - - - - 2077 - EDUCATIONAL FOUNDATION OF P.R., INC. - IDDP - Government Agency (Non-CAA) - - - 7692 - Red River Parish School Board - School System - - - 1372 - McDowell County Board of Education - School System - - - 196 - B Above Worldwide Institute, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 615 - Tuscarora Intermediate Unit #11 - School System - - - 861 - Community Teamwork, Inc. - Community Action Agency (CAA) - - - 382 - Confederated Tribes of Warm Springs Reservation of Oregon - Tribal Government or Consortium (American Indian/Alaska Native) - - - 423 - Philadelphia School District - School System - - - 1548 - Community Action of East Central Indiana, Inc. - Community Action Agency (CAA) - - - 4682 - Municipio de Sabana Grande, Proyecto Head Start - Government Agency (Non-CAA) - - - 188 - KCEOC Community Action Partnership, Inc. - Community Action Agency (CAA) - - - 708 - Community Action Organization of Erie County, Inc. - Community Action Agency (CAA) - - - 4540 - Colton Joint Unified School District - School System - - - 4325 - First Baptist Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4242 - CIC Head Start - Community Action Agency (CAA) - - - 587 - Ninth District Opportunity, Inc. - Community Action Agency (CAA) - - - 482 - Central West Virginia Community Action Association, Inc. - Community Action Agency (CAA) - - - 765 - Economic Security Corp of Southwest Area - Community Action Agency (CAA) - - - 532 - School Board of Lee County - School System - - - 1935 - Phipps Community Development Corporation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1496 - Child Development Services of Ottawa County, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2192 - SAN PATRICIO COUNTY COMMUNITY ACTION AGENCY - Community Action Agency (CAA) - - - 499 - Northwest New Jersey Community Action Program, Incorporated - Community Action Agency (CAA) - - - 604 - New York Foundling Hospital, The - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4360 - St. Mark's Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7205 - Family & Childrens Services EHS - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2076 - GROUP HOMES OF CAMDEN COUNTY, INC - - - - 698 - California Rural Indian Health Board, Inc. - Tribal Government or Consortium (American Indian/Alaska Native) - - - 7595 - YWCA Metropolitan Chicago - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 919 - Redlands Christian Migrant Association - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2067 - Early Learning Center of White Plains - - - - 955 - Western Dairyland Economic Opportunity Council, Incorporated - Community Action Agency (CAA) - - - 4126 - Jane Addams Hull House Association - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5168 - Training and Research Foundation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3681 - Texas City Independent School District - School System - - - 4673 - Faith Hope & Charity Community Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4225 - Development Centers - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7642 - Lower Sioux Community Council - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1019 - Berks Community Action Program Inc. - Community Action Agency (CAA) - - - 7204 - Bon Secours Family Support Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1328 - Wilmington Headstart, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 623 - Dallas Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4696 - W.C.I.C. / Playmate Child Development Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7213 - Owens Valley Career Development Center - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4084 - Head Start Child Development & Family Services Inc - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6477 - Migrant Education, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1285 - Community Services for Children, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1086 - Evangeline Community Action Agency, Inc. - Community Action Agency (CAA) - - - 3318 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - - - - 1626 - Sumter School District - School System - - - 4463 - South Central Community Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7728 - Gia Group Inc Dba The Learning Tree II - Private/Public For-Profit (e.g. for-profit hospitals) - - - 4086 - Kingsley House, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2066 - SECOND STREET YOUTH CENTER FOUNDATION, INC. - - - - 1714 - Arkansas City Schools-USD 470 - School System - - - 7028 - Chicago Public Schools - School System - - - 1671 - Lutheran Social Services of the Virgin Islands, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 868 - B.C.M.W. Community Services, Inc. - Community Action Agency (CAA) - - - 2305 - SANTA YSABEL BAND OF MISSION INDIANS - - - - 2013 - RESOURCES FOR HUMAN DEVELOPMENT, INC - - - - 291 - Wood County Head Start, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1380 - CHILD DEVELOPMENT COUNCIL OF ACADIANA INC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4578 - Newaygo County Day Care Corporation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 247 - West Baton Rouge Parish School Board - School System - - - 1920 - West Side Ecumenical Ministry - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 510 - Native Village of Tyonek, IRA - Tribal Government or Consortium (American Indian/Alaska Native) - - - 5744 - Northern Manhattan Perinatal Partnership - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4170 - Catholic Charities Community Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4205 - Municipality of Manati - Government Agency (Non-CAA) - - - 550 - Oglala Lakota College - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2071 - COUNCIL OF JEWISH ORGANIZATIONS - - - - 1281 - Opportunities, Inc. - Community Action Agency (CAA) - - - 852 - Walker County Board of Education - School System - - - 1563 - Salisbury-Rowan Community Action Agency, Inc. - Community Action Agency (CAA) - - - 2183 - COMMISSIONERS' COURT OF SAN JACINTO CO. TEXAS - - - - 4297 - Trinity United Church Of Christ Child Care Centers - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4446 - Lorenzo ISD - School System - - - 296 - Cleveland County School District - School System - - - 7226 - CIC Head Start - Community Action Agency (CAA) - - - 743 - Making Opportunity Count, Inc. - Community Action Agency (CAA) - - - 5098 - Yadkin Valley Economic Development District, Inc. - Community Action Agency (CAA) - - - 2150 - RURAL DAY CARE ASSN OF NORTHEASTERN NORTH CAROLINA - - - - 6692 - Mount Pleasant Independent School District - School System - - - 2166 - WOODLAND CENTERS, INC - - - - 526 - Prince William County School Board - School System - - - 1317 - Eastern Connecticut Regional Educational Service Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 884 - Port Arthur Independent School District - School System - - - 1620 - Athens - Meigs Educational Service Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7345 - Sacramento City Unified School District - School System - - - 307 - Ohio Heartland Community Action Commission - Community Action Agency (CAA) - - - 578 - Parish of Natchitoches - Community Action Agency (CAA) - - - 3344 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 328 - Kennebec Valley Community Action Program - Community Action Agency (CAA) - - - 771 - Mid-Willamette Valley Community Action Agency, Inc - Community Action Agency (CAA) - - - 1741 - CAMPO BAND OF MISSION INDIANS - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1738 - IBERVILLE PARISH COUNCIL - Community Action Agency (CAA) - - - 4703 - Beaufort County School District - School System - - - 7683 - Squaxin Island Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 653 - Middle Georgia Community Action Agency - Community Action Agency (CAA) - - - 6413 - Rosemount Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2263 - YAP DEPARTMENT OF EDUCATION - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4208 - Central City EOC Head Start - Community Action Agency (CAA) - - - 1845 - Municipality of Santa Isabel - Government Agency (Non-CAA) - - - 4158 - Farrell Area School District - School System - - - 152 - CHILD & FAMILY AGENCY OF SOUTHEASTERN - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4120 - Albany Park Community Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4342 - James E. Scott Community Association, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4445 - Baptist Church of Quintana - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 541 - LIFELINK CORPORATION - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1937 - Episcopal Children's Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1162 - AJFC Community Action Agency, Inc. - Community Action Agency (CAA) - - - 490 - Port Gamble S'Kallam Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1239 - Lakewood Economic Action Program - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1608 - Alabama Council on Human Relations Inc. - Community Action Agency (CAA) - - - 4244 - Magoffin County Head Start - School System - - - 4137 - Independence School District - School System - - - 4177 - Los Angeles Unified School District - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6482 - Princeville CUSD - School System - - - 2046 - COASTAL COMMUNITY ACTION PROGRAM - Community Action Agency (CAA) - - - 2024 - CAUSE, INC - - - - 116 - Cheyenne River Sioux Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1133 - Carroll County Board of Education - School System - - - 632 - Tioga Opportunities, Inc. - Community Action Agency (CAA) - - - 338 - Aleutian Pribilof Islands Association, Inc. - Tribal Government or Consortium (American Indian/Alaska Native) - - - 805 - Pace Community Action Agency, Inc. - Community Action Agency (CAA) - - - 536 - Enrichment Services Program, Inc. - Community Action Agency (CAA) - - - 1357 - Tri-County Virginia Opportunities - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1978 - The Learning Center for Families - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4362 - Gilmer County Board of Education - School System - - - 335 - Pueblo of San Felipe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 5737 - Labor And Industry For Education - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5770 - Saint Jemuel Group Family Day Care - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7222 - Eckerd Youth Alternatives Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1120 - Northeast Iowa Community Action Corporation - Community Action Agency (CAA) - - - 634 - Young Men's Christian Association of the East Bay - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1667 - Puget Sound Educational Service District - Government Agency (Non-CAA) - - - 259 - Northwest Community Action, Inc. - Community Action Agency (CAA) - - - 4827 - Kai Ming Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4357 - Village Academy Head Start - School System - - - 4368 - Migrant Education, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 279 - Family and Community Christian Association - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4304 - Audubon Area Community Services, Inc. - Community Action Agency (CAA) - - - 4234 - Little Angels Head Start Program - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1121 - Child-Adult Resource Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 403 - Trumbull Community Action Program, Inc. - Community Action Agency (CAA) - - - 3546 - Kalamazoo Regional Educational Service Agency - Government Agency (Non-CAA) - - - 169 - Missouri Valley Community Action Agency - Community Action Agency (CAA) - - - 690 - Howard Area Community Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1782 - Education Service Center Region XIV - School System - - - 2157 - SARASOTA COUNTY SCHOOL BOARD - - - - 850 - Spanish Speaking Unity Council - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1636 - Central Missouri Community Action - Community Action Agency (CAA) - - - 1332 - Cullman City Child Development Center - School System - - - 1181 - School Board of Charlotte County Florida - School System - - - 2289 - EDUCATIONAL SERVICE DISTRICT 113 - - - - 2226 - GINGERBREAD PRESCHOOL & DAY CARE - - - - 235 - West Central Minnesota Communities Action, Inc. - Community Action Agency (CAA) - - - 4314 - North Bronx NCNW Child Development Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 130 - The Coeur D'Alene Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1017 - Community Action, Inc. - Community Action Agency (CAA) - - - 4377 - Ecumenical Community Development Agency - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5769 - Puerto Rican Organization to Motivate, Enlighten and Serve Addicts, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1132 - Parent Child Incorporated - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7329 - The Family Y,Young Men's Christian Association/YWCO of the C - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 646 - Alabama-Coushatta Tribe of Texas, The - Tribal Government or Consortium (American Indian/Alaska Native) - - - 2186 - PEOPLE FOR PROGRESS, INC. - - - - 4280 - Bellflower Unified School District - School System - - - 565 - Zuni, Pueblo of - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1674 - Five County Child Development Program, Inc. - Government Agency (Non-CAA) - - - 7341 - Greenburgh Central School District #7 - School System - - - 449 - Allegheny County - Community Action Agency (CAA) - - - 7308 - Youth Policy Institute - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1722 - Family Development Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2257 - SOLANO COUNTY ECONOMIC OPPORTUNITY COUNCIL, INC - - - - 1834 - Schoharie County Child Development Council, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7040 - Easter Seals Metropolitan Chicago - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4672 - Olton ISD - School System - - - 2270 - RURAL ALASKA COMMUNITY ACTION PROGRAM, INC - - - - 5786 - Community Action Partnership of Madera County - Community Action Agency (CAA) - - - 1784 - Sierra Cascade Family Opportunites, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2203 - TRI COUNTY HEADSTART - - - - 4657 - McDonough Street Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7190 - School District Palm Beach County - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7327 - Easter Seals Metropolitan Chicago, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 368 - Your Own United Resources, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 967 - Burke County Board Of Education, Inc. - School System - - - 4719 - Springlake-Earth ISD - School System - - - 264 - Absaroka Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7353 - Family Christian Association of America - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1129 - Young Men's Christian Association of Frederick County - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 325 - Child Focus, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1165 - Jackson County School District - School System - - - 4334 - Shelby Head Start - School System - - - 726 - Hoopa Valley Tribal Council - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1478 - BERKELEY & DORCHESTER ECONOMIC DEVELOPMENT CORPORATION - Community Action Agency (CAA) - - - 4723 - Holly Head Start - School System - - - 7206 - Our House EHS - Government Agency (Non-CAA) - - - 4901 - Hartford Head Start Agency, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2207 - PROJECT CELEBRATION, INC. - - - - 1880 - Delta Community Action Association, Inc. - Community Action Agency (CAA) - - - 985 - Red Cliff Band of Lake Superior Chippewa - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1004 - Bi-County Community Action Programs, Inc. - Community Action Agency (CAA) - - - 4258 - Mt. Zion Apostolic Child Development Centers, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 935 - HARCATUS Tri-County Community Action Organization - Community Action Agency (CAA) - - - 551 - Children's Home & Aid Society of Illinois - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1105 - Opportunities for Otsego, Inc. - Community Action Agency (CAA) - - - 785 - Foothill Family Service - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4759 - Lincoln Learning Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3371 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7037 - Henry Booth House - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1891 - The Catawba Indian Nation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 7338 - El Concilio - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 923 - North Central Arkansas Development Council, Inc. - Community Action Agency (CAA) - - - 1808 - Gaston Community Action, Inc. - Community Action Agency (CAA) - - - 4422 - Telamon Corporation - Maryland - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 155 - Tri-County Child and Family Development Council, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7328 - San Joaquin County Office of Education - School System - - - 553 - Community Action Partnership of Mid Nebraska - Community Action Agency (CAA) - - - 1101 - Community Action Partnership of Greater St Joseph - Community Action Agency (CAA) - - - 6866 - Lutheran Services of Florida - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5756 - Claremont Neighborhood Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1091 - Akron Summit Community Action Agency - Community Action Agency (CAA) - - - 1308 - Upper East Tennessee Human Development Agency, Inc. - Community Action Agency (CAA) - - - 4716 - Eau Claire Area School District - School System - - - 2273 - GREATER GOLDENDALE CHILD SERVICES - - - - 1024 - Douglas County School District 0001 - School System - - - 7192 - Charleston County First Steps - Government Agency (Non-CAA) - - - 924 - Shore Up, Inc. - Community Action Agency (CAA) - - - 171 - Eastern Oregon University - Government Agency (Non-CAA) - - - 4582 - Kansas City Public Schools - School System - - - 5757 - Episcopal Social Services of NY - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4631 - Child Care Resource Network / Flagler Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4455 - Greater Trumbull/Monroe Regional Head Start - School System - - - 1595 - Lincoln-Uinta Child Development Association - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4352 - St. Bernardine's Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 888 - OLDHAM COUNTY BOARD OF EDUCATION - School System - - - 2149 - COMMUNITY ACTION AGENCY OF NORTH WEST ALABAMA - - - - 1494 - Tompkins Community Action, Inc. - Community Action Agency (CAA) - - - 447 - Webb County Commissioners - Government Agency (Non-CAA) - - - 4321 - Oak Park Head Start - School System - - - 4191 - Haitian Youth and Community Center of Florida - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4614 - West Des Moines Head Start - School System - - - 1360 - Crossroads Youth & Family Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5728 - Police Athletic League, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2302 - SEMINOLE TRIBE OF FLORIDA - - - - 343 - Swisher County - Government Agency (Non-CAA) - - - 1143 - York County Community Action Corporation - Community Action Agency (CAA) - - - 1547 - ACTION, INC. OF DELAWARE COUNTY - Community Action Agency (CAA) - - - 4622 - Southminster Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 618 - Community Action Partnership - Community Action Agency (CAA) - - - 7038 - Carole Robertson Center For Learning - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4080 - Centro Mater Child Care Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4705 - Municipality of Manati - Government Agency (Non-CAA) - - - 1171 - Okaloosa County Comprehensive Head Start Child Developm - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4235 - Northside Child Development Center - School System - - - 7432 - Dimock Community Services Corporation - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1364 - Bolivar Community Action Agency Inc - Community Action Agency (CAA) - - - 1566 - Pecos County Community Action Agency - Community Action Agency (CAA) - - - 810 - Southeastern Tidewater Opportunity Project - Community Action Agency (CAA) - - - 598 - White Earth Band of Chippewa Indians - Tribal Government or Consortium (American Indian/Alaska Native) - - - 2014 - RESOURCES FOR HUMAN DEVELOPMENT, INC - - - - 1907 - Board of Regents, University of Oklahoma - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1327 - STONEWALL HEAD START, INC. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4212 - Chapel Hill Training Outreach Project, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1508 - Quincy Community Action Program, Inc. - Community Action Agency (CAA) - - - 6412 - Dayspring Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2303 - OSAGE NATIONAL COUNCIL - - - - 345 - Sunbelt Human Advancement Resources, Inc. - Community Action Agency (CAA) - - - 1379 - Deer Lodge County Commissioners - Government Agency (Non-CAA) - - - 689 - Presbyterian Medical Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2052 - CITY OF MERIDEN - - - - 1725 - Harlem Children's Zone - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 260 - Webster Parish Police Jury Office of Community Services - Community Action Agency (CAA) - - - 844 - Passamaquoddy Child Development Center - Tribal Government or Consortium (American Indian/Alaska Native) - - - 6646 - Caroline County Public Schools - School System - - - 4544 - Crystal City Independent School District - School System - - - 1481 - Maui Family Support Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 206 - University of Kansas Medical Center Research Institute - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2043 - WOMEN and FAMILIES CENTER - - - - 2282 - EDMONDS COMMUNITY COLLEGE - - - - 3429 - Clayton Early Learning, Trustee George W. Clayton Trust - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1573 - Friends of Children & Families, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5084 - It takes a Village - Private/Public For-Profit (e.g. for-profit hospitals) - - - 1211 - Private Industry Council of Westmoreland/Fayette, Incor - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1504 - Armstrong County Community Action Agency - Community Action Agency (CAA) - - - 476 - Ponca Tribe of Oklahoma - Tribal Government or Consortium (American Indian/Alaska Native) - - - 3604 - St. Anne's Maternity Home - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7697 - Rockingham County Schools - School System - - - 699 - Cape Cod Child Development Program, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4104 - Edward C. Mazique Parent Child Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4733 - Vistas Nuevas Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 905 - Skagit Valley College - Government Agency (Non-CAA) - - - 383 - LT JOSEPH P KENNEDY INSTITUTE - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1498 - Southeastern North Dakota Community Action Agency - Community Action Agency (CAA) - - - 2086 - BALLSTON SPA CENTRAL SCHOOL DISTRICT - School System - - - 1769 - Colorado River Indian Tribes - Tribal Government or Consortium (American Indian/Alaska Native) - - - 2254 - COUNTY OF MARIPOSA - - - - 1488 - Morehouse Community Improvement Organization, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 881 - Terrell Independent School District - School System - - - 1871 - Blackfeet Tribe of the Blackfeet Indian Reservation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 847 - Jefferson County Committee for Economic Opportunity - Community Action Agency (CAA) - - - 158 - Bismarck Public School District #1 - School System - - - 781 - Community and Economic Development Association of Cook - Community Action Agency (CAA) - - - 5781 - Mi Escuelita Preschools, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1215 - Parents In Community Action, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 838 - Community Action Partnership of Sonoma County - Community Action Agency (CAA) - - - 1255 - Worcester Community Action Council, Inc. - Community Action Agency (CAA) - - - 2188 - JEFF DAVIS COUNCIL ON AGING INC - - - - 2081 - ADMINISTRATION FOR FAMILIES AND CHILDREN (AFAN) - Government Agency (Non-CAA) - - - 1337 - Mountain Projects, Inc. - Community Action Agency (CAA) - - - 1688 - Lake County School District #1 - School System - - - 7330 - Five Towns Head Start - Community Action Agency (CAA) - - - 5742 - Highbridge Advisory Council Family Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1904 - Region 16 Education Service Center - Government Agency (Non-CAA) - - - 7682 - Contra Costa County Community Services - Community Action Agency (CAA) - - - 784 - Family Star, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1174 - McIntosh Trail Early Childhood Development Council, Inc., The - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 797 - Mescalero Apache Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 4279 - New St. Paul Tabernacle - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4728 - Multicultural Community Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 230 - Centerstone of Illinois, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4176 - Onward Neighborhood House - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 418 - Fivecap, Inc. - Community Action Agency (CAA) - - - 4524 - Dayton Public Schools - School System - - - 142 - Broadway Housing Communities, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2307 - ARIZONA AFFILIATED TRIBES, INC - - - - 1150 - PHENIX CITY BOARD OF EDUCATION - School System - - - 2101 - CARBON COUNTY AREA VOCATIONAL TECHNICAL - - - - 4475 - ABC Unified School District - School System - - - 665 - University of Southern California - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1706 - Dubois-Pike-Warrick Economic Opportunity Committee, Inc. - Community Action Agency (CAA) - - - 1899 - Cardinal McCloskey School and Home for Children - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 513 - Douglas-Cherokee Economic Authority, Inc. - Community Action Agency (CAA) - - - 1938 - Ohkay Owingeh Tribal Council - Tribal Government or Consortium (American Indian/Alaska Native) - - - 7391 - Floyd County Head Start - School System - - - 4527 - Ministerial Day Care Association - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2300 - INTER-TRIBAL COUNCIL OF NEVADA - - - - 6904 - Audubon Area Community Services, Inc. - Community Action Agency (CAA) - - - 1241 - South Carolina First Steps to School Readiness - Government Agency (Non-CAA) - - - 6406 - St. Veronica's Catholic Church - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 656 - Northeast Kentucky Community Action Agency, Inc. - Community Action Agency (CAA) - - - 4393 - Creative Learning Centers - Private/Public For-Profit (e.g. for-profit hospitals) - - - 1915 - American Samoa Department of Education - School System - - - 6301 - Caldwell Parish School District - School System - - - 4760 - Pickens County Board of Education - School System - - - 6465 - Santa Ana Unified School District - School System - - - 1665 - NEK-CAP, Inc. - Community Action Agency (CAA) - - - 1786 - Menominee-Delta-Schoolcraft Community Action Agency - Community Action Agency (CAA) - - - 1369 - Community Action of Orleans and Genesee, Inc. - Community Action Agency (CAA) - - - 751 - Choanoke Area Development Association of North Carolina, Incorporated - Community Action Agency (CAA) - - - 946 - Northern Arizona Council of Governments - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4417 - South Jamaica Center For Children And Parents, Inc - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1363 - Mora Independent School District - School System - - - 4127 - Catholic Charities of the Archdiocese of Chicago - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1624 - Trenton Head Start Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 780 - Middle Kentucky Community Action Partnership, Incorporated - Community Action Agency (CAA) - - - 6503 - Pacific Asian Consortium In Employment - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3366 - VISIONS FOR SUMTER, SEEING THROUGH YOUNG EYES, INC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1879 - TENSAS PARISH HEAD START PROGRAM - School System - - - 253 - Maryland Rural Development Corporation - Community Action Agency (CAA) - - - 859 - Mississippi Action for Progress, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4238 - Sunbeam Family Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 639 - Baton Rouge, City of - Government Agency (Non-CAA) - - - 4590 - Municipality of Carolina - Government Agency (Non-CAA) - - - 7718 - Capitol Region Education Council - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 7736 - Young Achievers Academy Inc - Private/Public For-Profit (e.g. for-profit hospitals) - - - 4704 - Appeal For Charities And Goodwill, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 915 - Community Council of South Central Texas, Inc. - Community Action Agency (CAA) - - - 1394 - Malheur County Child Development Center - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 940 - Human Resources Agency of New Britain, Inc. - Community Action Agency (CAA) - - - 4570 - Foundation For Early Childhood Education, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1119 - North Iowa Community Action Organization - Community Action Agency (CAA) - - - 322 - Community Services of Venango County, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1902 - Okanogan County Child Development Association - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4506 - Learning Zone Day Care - Private/Public For-Profit (e.g. for-profit hospitals) - - - 217 - WASHTENAW COUNTY - Government Agency (Non-CAA) - - - 7433 - Catholic Charities Community Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3543 - Genesee Intermediate School District - School System - - - 921 - Iowa Tribe of Oklahoma, Inc. - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1574 - L. I. Child & Family Development Services, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4195 - The City of La Habra - Government Agency (Non-CAA) - - - 978 - ACTION, INC - Community Action Agency (CAA) - - - 402 - Singing River Educational Association - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5782 - ChildCareGroup - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5703 - South Jamaica Center For Children And Parents, Inc - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2025 - CONEJOS COSTILLA COMMUNITY ACTION ASSOCIATION - - - - 1001 - Lynchburg Community Action Group, Inc. - Community Action Agency (CAA) - - - 6504 - ABC Unified School District - School System - - - 4112 - Flint Board of Education - School System - - - 2037 - RUTLAND MENTAL HEALTH SERVICES - - - - 1053 - Fremont Community Schools - School System - - - 4116 - YWCA of Metropolitan Chicago - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 3359 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6041 - Philadelphia Health Management - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4606 - East Coast Migrant Head Start, Eastern Shore Annex - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 5709 - South Bronx Head Start - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1501 - Osage Nation - Tribal Government or Consortium (American Indian/Alaska Native) - - - 7039 - Centers For New Horizons, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 893 - Northwestern Ohio Community Action Commission - Community Action Agency (CAA) - - - 2011 - SELF HELP, INC - Community Action Agency (CAA) - - - 4438 - Chicago Commons Association - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 2287 - KIDS' CORPS, INC - - - - 7164 - Plaza Community Center, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4229 - Easter Seals South Florida, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4113 - Westmoreland Community Action - Community Action Agency (CAA) - - - 2191 - CITY OF TULSA - - - - 494 - Spirit Lake Tribe - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1122 - Human Services, Inc. - Community Action Agency (CAA) - - - 314 - Bois Forte Reservation Tribal Council - Tribal Government or Consortium (American Indian/Alaska Native) - - - 1848 - Washington Cty Chap Negro Bus & Prof Womans Club, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4275 - Independence Head Start - School System - - - 2030 - SEATTLE CITY DEPT OF HUMAN RESOURCES - - - - 7688 - Martha's Table, Inc. - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 1144 - Northeast Nebraska Community Action Partnership, Inc. - Community Action Agency (CAA) - - - 1296 - ALAMOSA HEADSTART, INC - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 4659 - Chicago Department of Public Health - Government Agency (Non-CAA) - - - 4741 - Inglewood Head Start - School System - - - 801 - The Campagna Center, Inc. - Community Action Agency (CAA) - - - 5361 - Cankdeska Cikana Community College - School System - - - 2204 - MOTIVATION EDUCATION & TRAINING OF LOUISIANA, INC - - - - 4303 - Municipality of Peñuelas - Government Agency (Non-CAA) - - - 4595 - Elk Grove Unified School District - School System - - - 2228 - HUMAN DEVELOPMENT CORPORATION OF METROPOLITAN ST LOUIS - - - - 5542 - Bonner Springs Head Start - School System - - - 2142 - WESLEY EDUCATION ASSOCIATION, INC - - - - 3400 - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Community Action Agency (CAA) - - - 6663 - Central California Child Development Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 179 - Community Services Agency - Community Action Agency (CAA) - - - 7044 - Metropolitan Family Services - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 211 - Delta Area Economic Opportunity Corporation - Community Action Agency (CAA) - - - 1419 - Community Service Programs of West Alabama, Inc. + 1335 + Agency 1, Inc. Community Action Agency (CAA) - 7247 - Trinity United Church Of Christ Child Care Centers - Private/Public Non-Profit (Non-CAA) (e.g., church or non-profit hospital) - - - 6471 - Alhambra Head Start - School System - - - 3168 - Community Devleopment Institute - - - - 5777 - Johnson County Head Start + 4365 + Community College School System - - 1840 - Capital Area Community Action Agency, Inc. - Community Action Agency (CAA) - - - 375 - Community Action of Laramie County Inc. - Community Action Agency (CAA) - - - 501 - Project Now, Inc. - Community Action Agency (CAA) - - + \ No newline at end of file diff --git a/temp/grant_agency.xml b/temp/grant_agency.xml index 96aa8075f6..a2383336b7 100644 --- a/temp/grant_agency.xml +++ b/temp/grant_agency.xml @@ -1,45440 +1,38 @@ - 10906 - 1745 - 9931 - 0 - - - 4797 - 1076 - 6617 - 0 - - - 8997 - 1715 - 8160 - 0 - - - 6352 - 1230 - 6895 - 0 - - - 8284 - 4781 - 6575 - 17 - - - 5727 - 1683 - 5714 - 0 - - - 8155 - 4651 - 5891 - 3 - - - 2847 - 477 - 2585 - 0 - - - 8773 - 166 - 7944 - 0 - - - 1798 - 3242 - 1453 - 0 - - - 12404 - 169 - 11189 - 0 - - - 9772 - 716 - 8911 - 0 - - - 12381 - 7220 - 11172 - 0 - - - 12316 - 5721 - 10866 - 19 - - - 9529 - 801 - 8652 - 0 - - - 13327 - 435 - 12008 - 0 - - - 9416 - 1812 - 8581 - 0 - - - 12407 - 220 - 11193 - 0 - - - 11138 - 6101 - 8037 - 8 - - - 9532 - 1666 - 8656 - 0 - - - 7882 - 4375 - 6575 - 8 - - - 6806 - 667 - 5729 - 0 - - - 12182 - 4414 - 10819 - 2 - - - 4899 - 1664 - 6728 - 0 - - - 9721 - 988 - 8844 - 0 - - - 11031 - 3741 - 10049 - 0 - - - 2683 - 3139 - 2408 - 0 - - - 12025 - 5769 - 10945 - 0 - - - 11765 - 569 - 10675 - 0 - - - 12277 - 1417 - 11126 - 0 - - - 6769 - 1304 - 6598 - 0 - - - 9574 - 1521 - 8701 - 0 - - - 12573 - 6650 - 11322 - 3 - - - 10428 - 214 - 9488 - 0 - - - 6786 - 1909 - 5277 - 0 - - - 1871 - 1196 - 1532 - 0 - - - 13650 - 7062 - 12295 - 0 - - - 9293 - 893 - 8477 - 0 - - - 9100 - 831 - 8348 - 0 - - - 7478 - 1605 - 4524 - 0 - - - 13375 - 1733 - 12058 - 0 - - - 8271 - 4768 - 4173 - 3 - - - 10219 - 1021 - 9328 - 0 - - - 6832 - 1605 - 7304 - 0 - - - 12558 - 596 - 11313 - 0 - - - 12872 - 1259 - 11574 - 0 - - - 6672 - 1605 - 7247 - 0 - - - 12476 - 4749 - 11242 - 2 - - - 11145 - 4226 - 10121 - 2 - - - 11461 - 1585 - 10400 - 0 - - - 9028 - 1782 - 8268 - 0 - - - 4813 - 1145 - 6634 - 0 - - - 13501 - 876 - 12157 - 0 - - - 7613 - 4104 - 6725 - 7 - - - 12486 - 1358 - 11256 - 0 - - - 8700 - 5748 - 7244 - 46 - - - 9258 - 947 - 8436 - 0 - - - 4068 - 761 - 4132 - 0 - - - 8741 - 388 - 7911 - 0 - - - 9846 - 388 - 8975 - 0 - - - 9450 - 7039 - 8513 - 16 - - - 8658 - 742 - 7244 - 4 - - - 8351 - 427 - 7632 - 0 - - - 7907 - 4401 - 6219 - 10 - - - 5821 - 493 - 5821 - 0 - - - 7026 - 3171 - 2286 - 0 - - - 4621 - 358 - 6419 - 0 - - - 5351 - 559 - 5293 - 0 - - - 4601 - 395 - 6398 - 0 - - - 9488 - 757 - 8609 - 0 - - - 5094 - 1216 - 5010 - 0 - - - 8720 - 5768 - 7244 - 66 - - - 2525 - 1305 - 2240 - 0 - - - 11074 - 1605 - 10089 - 0 - - - 7343 - 413 - 5707 - 0 - - - 7499 - 2230 - 6769 - 0 - - - 9377 - 420 - 8544 - 0 - - - 12527 - 1956 - 11289 - 0 - - - 11373 - 327 - 10325 - 0 - - - 5614 - 2033 - 5590 - 0 - - - 2831 - 3317 - 2568 - 0 - - - 7984 - 161 - 5507 - 5 - - - 13099 - 7047 - 8600 - 24 - - - 9620 - 7185 - 8753 - 0 - - - 4735 - 1499 - 6547 - 0 - - - 5040 - 1288 - 4952 - 0 - - - 5766 - 418 - 5758 - 0 - - - 11493 - 859 - 10432 - 0 - - - 9120 - 6479 - 7940 - 3 - - - 11245 - 1895 - 10220 - 0 - - - 12271 - 599 - 11112 - 1 - - - 11500 - 1498 - 10438 - 0 - - - 4750 - 1658 - 6564 - 0 - - - 13128 - 1007 - 11816 - 0 - - - 12848 - 1400 - 11544 - 0 - - - 4652 - 1329 - 6453 - 0 - - - 3692 - 197 - 3727 - 0 - - - 11878 - 590 - 10798 - 0 - - - 12958 - 1211 - 10679 - 2 - - - 4424 - 505 - 4517 - 0 - - - 11729 - 1497 - 10642 - 0 - - - 11668 - 654 - 10590 - 0 - - - 11964 - 4429 - 10886 - 0 - - - 9162 - 1804 - 8366 - 0 - - - 5734 - 595 - 5721 - 0 - - - 6540 - 500 - 7102 - 0 - - - 13539 - 7721 - 12206 - 0 - - - 6342 - 1991 - 6885 - 0 - - - 11914 - 6121 - 10831 - 0 - - - 9376 - 953 - 8543 - 0 - - - 5319 - 2011 - 5256 - 0 - - - 277 - 1521 - 751 - 0 - - - 8043 - 4538 - 5246 - 1 - - - 10001 - 1123 - 9129 - 0 - - - 9319 - 839 - 8487 - 0 - - - 5312 - 747 - 5248 - 0 - - - 10259 - 4696 - 9327 - 5 - - - 12268 - 905 - 11111 - 0 - - - 10126 - 1492 - 9233 - 0 - - - 12737 - 419 - 11459 - 2 - - - 10053 - 7314 - 9168 - 0 - - - 3566 - 996 - 4766 - 0 - - - 8085 - 4580 - 6463 - 5 - - - 10258 - 4611 - 9327 - 4 - - - 2829 - 1978 - 2566 - 0 - - - 11483 - 463 - 10423 - 0 - - - 13711 - 7728 - 8513 - 41 - - - 12231 - 1913 - 11082 - 0 - - - 11653 - 5784 - 10580 - 1 - - - 5468 - 1453 - 5426 - 0 - - - 6495 - 1278 - 7053 - 0 - - - 4893 - 203 - 6721 - 0 - - - 5686 - 2317 - 5668 - 0 - - - 3513 - 670 - 4709 - 0 - - - 5730 - 1035 - 5717 - 0 - - - 8336 - 1366 - 7623 - 0 - - - 2873 - 163 - 2613 - 0 - - - 10082 - 456 - 9209 - 0 - - - 10108 - 223 - 9211 - 0 - - - 5605 - 320 - 5578 - 0 - - - 4822 - 2622 - 6643 - 0 - - - 10142 - 1276 - 9265 - 0 - - - 11077 - 7640 - 10092 - 0 - - - 5632 - 1806 - 5609 - 0 - - - 8475 - 5146 - 1306 - 8 - - - 13463 - 325 - 12114 - 0 - - - 10110 - 924 - 9227 - 0 - - - 12401 - 973 - 11188 - 0 - - - 6743 - 1689 - 3591 - 0 - - - 8004 - 4498 - 5705 - 27 - - - 10957 - 7592 - 9981 - 0 - - - 9345 - 967 - 8516 - 0 - - - 4785 - 2206 - 6604 - 0 - - - 2820 - 206 - 2556 - 0 - - - 6059 - 1560 - 6090 - 0 - - - 13451 - 7718 - 12127 - 0 - - - 12288 - 1500 - 11132 - 0 - - - 5781 - 650 - 5776 - 0 - - - 11140 - 1736 - 9996 - 1 - - - 10433 - 7390 - 9486 - 5 - - - 10107 - 1292 - 9216 - 0 - - - 10955 - 794 - 9984 - 0 - - - 7824 - 4317 - 6755 - 1 - - - 5768 - 862 - 5760 - 0 - - - 10420 - 665 - 9483 - 0 - - - 9361 - 1321 - 8539 - 0 - - - 8766 - 1402 - 7936 - 0 - - - 5029 - 1656 - 4941 - 0 - - - 13248 - 7599 - 11921 - 1 - - - 5722 - 1193 - 5708 - 0 - - - 5189 - 6302 - 5113 - 0 - - - 8516 - 1712 - 7788 - 0 - - - 5680 - 2311 - 5661 - 0 - - - 5547 - 245 - 5514 - 0 - - - 11621 - 856 - 10554 - 0 - - - 4972 - 2639 - 6812 - 0 - - - 6974 - 1605 - 1418 - 0 - - - 11885 - 6302 - 10804 - 0 - - - 8755 - 5822 - 7919 - 0 - - - 5504 - 1408 - 5466 - 0 - - - 5679 - 1367 - 5660 - 0 - - - 3337 - 1251 - 3584 - 0 - - - 4816 - 1447 - 6637 - 0 - - - 10819 - 361 - 9843 - 0 - - - 9881 - 1082 - 8998 - 0 - - - 8150 - 4646 - 5738 - 10 - - - 8968 - 1605 - 8128 - 0 - - - 13528 - 1726 - 12199 - 0 - - - 13289 - 706 - 11966 - 0 - - - 9441 - 7030 - 8513 - 7 - - - 5182 - 1423 - 5106 - 0 - - - 9585 - 209 - 8712 - 0 - - - 4891 - 2102 - 6719 - 0 - - - 1955 - 3367 - 1622 - 0 - - - 9572 - 245 - 8674 - 0 - - - 3334 - 854 - 3581 - 0 - - - 6856 - 1183 - 6278 - 0 - - - 12187 - 1144 - 11050 - 0 - - - 13909 - 743 - 12480 - 0 - - - 9971 - 384 - 9085 - 0 - - - 9690 - 139 - 8817 - 0 - - - 9706 - 1600 - 8833 - 0 - - - 10306 - 382 - 9403 - 0 - - - 7338 - 420 - 5353 - 0 - - - 5667 - 1478 - 5647 - 0 - - - 5443 - 1402 - 5400 - 0 - - - 11760 - 1551 - 10671 - 0 - - - 5533 - 1843 - 5497 - 0 - - - 8922 - 407 - 8089 - 0 - - - 840 - 1605 - 1365 - 0 - - - 9335 - 322 - 8502 - 0 - - - 9879 - 7247 - 8600 - 18 - - - 9053 - 1460 - 8330 - 0 - - - 9724 - 1015 - 8851 - 0 - - - 9985 - 449 - 9106 - 0 - - - 12455 - 6659 - 11235 - 2 - - - 9896 - 4200 - 8970 - 1 - - - 9292 - 1172 - 8475 - 0 - - - 9428 - 1442 - 8595 - 0 - - - 6054 - 1410 - 6085 - 0 - - - 9964 - 813 - 9083 - 0 - - - 11546 - 785 - 10484 - 0 - - - 4132 - 1771 - 4200 - 0 - - - 9279 - 706 - 8455 - 0 - - - 8239 - 287 - 6735 - 1 - - - 9584 - 956 - 8711 - 0 - - - 8461 - 5137 - 7610 - 9 - - - 4125 - 1605 - 4193 - 0 - - - 8818 - 922 - 7988 - 0 - - - 8621 - 1798 - 7879 - 0 - - - 12134 - 1766 - 11026 - 0 - - - 6319 - 849 - 6859 - 0 - - - 11553 - 811 - 10497 - 0 - - - 10988 - 1605 - 10006 - 0 - - - 8146 - 4642 - 5741 - 4 - - - 9819 - 1008 - 8946 - 0 - - - 12177 - 6473 - 11029 - 8 - - - 5345 - 483 - 5286 - 0 - - - 13171 - 1303 - 11861 - 0 - - - 9334 - 1414 - 8499 - 0 - - - 10143 - 1636 - 9267 - 0 - - - 4146 - 1358 - 4215 - 0 - - - 297 - 491 - 772 - 0 - - - 8027 - 4522 - 6234 - 36 - - - 2337 - 1132 - 2037 - 0 - - - 11897 - 670 - 10817 - 0 - - - 11101 - 490 - 10109 - 0 - - - 11248 - 1571 - 10224 - 0 - - - 8392 - 463 - 7696 - 0 - - - 817 - 1605 - 1339 - 0 - - - 9591 - 486 - 8718 - 0 - - - 8506 - 1676 - 7779 - 0 - - - 13267 - 7318 - 11944 - 0 - - - 7647 - 4138 - 1415 - 3 - - - 12808 - 434 - 11521 - 0 - - - 11744 - 666 - 10652 - 0 - - - 13507 - 1556 - 12154 - 1 - - - 9606 - 939 - 8733 - 0 - - - 9676 - 7192 - 8805 - 0 - - - 4738 - 1209 - 6550 - 0 - - - 12017 - 1092 - 10941 - 0 - - - 3511 - 1633 - 4707 - 0 - - - 2878 - 678 - 2619 - 0 - - - 9209 - 6655 - 7935 - 2 - - - 9665 - 502 - 8786 - 0 - - - 11329 - 614 - 10292 - 0 - - - 5314 - 706 - 5250 - 0 - - - 5355 - 851 - 5298 - 0 - - - 11380 - 1561 - 10334 - 0 - - - 13738 - 169 - 12337 - 0 - - - 12004 - 15 - 10911 - 0 - - - 10968 - 253 - 8339 - 7 - - - 8459 - 5135 - 7610 - 7 - - - 9355 - 3429 - 8536 - 0 - - - 12437 - 584 - 11230 - 0 - - - 5343 - 2129 - 5284 - 0 - - - 4603 - 1174 - 6400 - 0 - - - 5621 - 977 - 5597 - 0 - - - 4668 - 2618 - 6471 - 0 - - - 12702 - 1234 - 11440 - 0 - - - 8542 - 1284 - 7811 - 0 - - - 10680 - 7438 - 9729 - 0 - - - 11387 - 165 - 10340 - 0 - - - 8819 - 5942 - 7993 - 0 - - - 8493 - 5168 - 7756 - 0 - - - 7899 - 4392 - 6234 - 8 - - - 6842 - 360 - 7314 - 0 - - - 13627 - 1133 - 12269 - 0 - - - 9470 - 234 - 8612 - 0 - - - 12717 - 5148 - 11442 - 9 - - - 5441 - 1159 - 5397 - 0 - - - 2648 - 1750 - 2370 - 0 - - - 13464 - 1402 - 12116 - 0 - - - 4540 - 808 - 4644 - 0 - - - 8206 - 4703 - 5506 - 26 - - - 13167 - 1671 - 11856 - 0 - - - 7645 - 4136 - 1415 - 4 - - - 8333 - 884 - 7617 - 0 - - - 5909 - 1641 - 5918 - 0 - - - 7803 - 607 - 6234 - 67 - - - 12324 - 5732 - 10866 - 30 - - - 10287 - 439 - 9389 - 0 - - - 4138 - 1223 - 4207 - 0 - - - 4752 - 853 - 6566 - 0 - - - 12853 - 198 - 11546 - 0 - - - 5740 - 1913 - 5728 - 0 - - - 12549 - 6644 - 11300 - 1 - - - 9342 - 1551 - 8513 - 0 - - - 5528 - 830 - 5492 - 0 - - - 12824 - 1836 - 11534 - 0 - - - 13910 - 1411 - 12498 - 0 - - - 12564 - 323 - 11317 - 0 - - - 9260 - 1501 - 8439 - 0 - - - 11755 - 455 - 10684 - 0 - - - 4779 - 164 - 6596 - 0 - - - 7682 - 4173 - 5891 - 13 - - - 11428 - 5134 - 10375 - 6 - - - 13386 - 7715 - 12067 - 0 - - - 9252 - 1605 - 8429 - 0 - - - 12760 - 977 - 11479 - 0 - - - 8803 - 1889 - 7982 - 0 - - - 6694 - 603 - 7271 - 0 - - - 6681 - 962 - 7257 - 0 - - - 7744 - 4236 - 5506 - 38 - - - 11732 - 3646 - 10659 - 0 - - - 11797 - 1436 - 10715 - 0 - - - 2866 - 3647 - 2605 - 0 - - - 5786 - 200 - 5783 - 0 - - - 8864 - 876 - 8039 - 0 - - - 11243 - 920 - 10217 - 0 - - - 9589 - 7164 - 8716 - 0 - - - 12572 - 6646 - 11322 - 2 - - - 8804 - 175 - 7979 - 0 - - - 9130 - 6505 - 8029 - 5 - - - 7649 - 4140 - 1486 - 2 - - - 2277 - 1436 - 1971 - 0 - - - 7646 - 4137 - 1415 - 2 - - - 5440 - 193 - 5396 - 0 - - - 8021 - 863 - 5506 - 17 - - - 8815 - 176 - 7984 - 0 - - - 6261 - 1935 - 6314 - 0 - - - 6663 - 903 - 7236 - 0 - - - 13481 - 536 - 12174 - 0 - - - 7361 - 984 - 6259 - 0 - - - 8477 - 5148 - 1306 - 10 - - - 3343 - 1725 - 3590 - 0 - - - 13326 - 1849 - 12003 - 0 - - - 8070 - 3644 - 6234 - 41 - - - 13506 - 1628 - 12172 - 0 - - - 11858 - 102 - 10778 - 0 - - - 8775 - 1436 - 7945 - 0 - - - 10270 - 724 - 9363 - 0 - - - 9311 - 1042 - 8491 - 0 - - - 9300 - 1553 - 8465 - 0 - - - 13266 - 131 - 11941 - 0 - - - 9623 - 1446 - 8756 - 0 - - - 12583 - 7380 - 11327 - 1 - - - 5613 - 1359 - 5589 - 0 - - - 5864 - 2259 - 5869 - 0 - - - 9778 - 141 - 8901 - 0 - - - 10365 - 4208 - 9272 - 2 - - - 5524 - 1901 - 5487 - 0 - - - 6870 - 895 - 7229 - 0 - - - 2904 - 1069 - 2647 - 0 - - - 12897 - 530 - 11599 - 0 - - - 13803 - 1205 - 12406 - 0 - - - 7772 - 4264 - 5260 - 3 - - - 12111 - 945 - 11014 - 0 - - - 9039 - 1933 - 8319 - 0 - - - 5363 - 1759 - 5307 - 0 - - - 5546 - 1395 - 5513 - 0 - - - 5688 - 2319 - 5670 - 0 - - - 12917 - 1307 - 11620 - 0 - - - 9150 - 710 - 8354 - 0 - - - 10670 - 1289 - 9730 - 0 - - - 8532 - 1213 - 7804 - 0 - - - 6312 - 798 - 6852 - 0 - - - 6043 - 1899 - 6071 - 0 - - - 8432 - 5093 - 6792 - 84 - - - 13955 - 1582 - 12518 - 0 - - - 11787 - 1821 - 10709 - 0 - - - 12668 - 629 - 11416 - 0 - - - 9253 - 1448 - 8431 - 0 - - - 12327 - 5737 - 10866 - 35 - - - 9021 - 928 - 8265 - 0 - - - 12257 - 4707 - 11110 - 0 - - - 10478 - 141 - 9526 - 0 - - - 9522 - 1352 - 8648 - 0 - - - 8451 - 5127 - 7289 - 2 - - - 7643 - 4134 - 6792 - 68 - - - 9967 - 1214 - 9088 - 0 - - - 8431 - 5092 - 6792 - 83 - - - 8422 - 5083 - 6792 - 74 - - - 8750 - 1890 - 7923 - 0 - - - 8053 - 4548 - 5743 - 2 - - - 8705 - 5753 - 7244 - 51 - - - 6778 - 470 - 5099 - 0 - - - 6557 - 1487 - 7120 - 0 - - - 12013 - 15 - 10911 - 6 - - - 12738 - 3501 - 11460 - 0 - - - 4875 - 752 - 6702 - 0 - - - 5519 - 357 - 5482 - 0 - - - 12130 - 4195 - 11012 - 3 - - - 11608 - 3561 - 10549 - 0 - - - 9458 - 7047 - 8513 - 24 - - - 9743 - 1222 - 8870 - 0 - - - 322 - 1656 - 800 - 0 - - - 11136 - 878 - 9976 - 2 - - - 12904 - 739 - 11611 - 0 - - - 5018 - 1186 - 4929 - 0 - - - 8914 - 278 - 8084 - 0 - - - 8868 - 1302 - 8036 - 0 - - - 9710 - 227 - 8837 - 0 - - - 4091 - 664 - 4157 - 0 - - - 12279 - 209 - 11124 - 0 - - - 8896 - 421 - 8056 - 0 - - - 4583 - 2118 - 6378 - 0 - - - 7828 - 4321 - 6333 - 7 - - - 10319 - 7356 - 9353 - 8 - - - 5795 - 2143 - 5794 - 0 - - - 12346 - 5761 - 10866 - 59 - - - 6679 - 1637 - 7254 - 0 - - - 7533 - 2313 - 5663 - 0 - - - 2889 - 1498 - 2630 - 0 - - - 11607 - 1742 - 10544 - 0 - - - 13350 - 4740 - 12027 - 1 - - - 11049 - 1626 - 10067 - 0 - - - 8643 - 1614 - 7893 - 0 - - - 12101 - 3604 - 10968 - 5 - - - 11540 - 1108 - 10486 - 0 - - - 9459 - 7048 - 8513 - 25 - - - 12761 - 648 - 11483 - 0 - - - 9862 - 1473 - 8996 - 0 - - - 8546 - 205 - 7815 - 0 - - - 3320 - 135 - 3566 - 0 - - - 8478 - 5149 - 1306 - 11 - - - 11439 - 196 - 10376 - 0 - - - 8995 - 578 - 8163 - 0 - - - 4178 - 1605 - 4250 - 0 - - - 10260 - 1394 - 9358 - 0 - - - 783 - 1605 - 1301 - 0 - - - 8736 - 5784 - 7615 - 1 - - - 6071 - 655 - 6103 - 0 - - - 9666 - 294 - 8787 - 0 - - - 6644 - 1658 - 7215 - 0 - - - 9707 - 564 - 8834 - 0 - - - 5360 - 527 - 5304 - 0 - - - 13455 - 7314 - 12143 - 0 - - - 11312 - 1576 - 10276 - 0 - - - 11151 - 701 - 10124 - 0 - - - 6790 - 1577 - 5338 - 0 - - - 6202 - 1516 - 6247 - 0 - - - 10262 - 156 - 8600 - 20 - - - 3588 - 2069 - 4790 - 0 - - - 5792 - 588 - 5789 - 0 - - - 7580 - 4200 - 5519 - 2 - - - 5173 - 334 - 5096 - 0 - - - 10102 - 7316 - 9237 - 0 - - - 9065 - 1577 - 8336 - 0 - - - 3686 - 1570 - 3721 - 0 - - - 10721 - 3426 - 9750 - 0 - - - 7314 - 1643 - 1990 - 0 - - - 6361 - 1519 - 6905 - 0 - - - 5333 - 444 - 5272 - 0 - - - 9517 - 7125 - 8592 - 2 - - - 10062 - 1343 - 9182 - 0 - - - 12865 - 1675 - 11573 - 0 - - - 11240 - 189 - 10213 - 0 - - - 12085 - 1824 - 10990 - 0 - - - 6522 - 791 - 7082 - 0 - - - 7810 - 4303 - 6219 - 28 - - - 1990 - 1605 - 1661 - 0 - - - 8955 - 748 - 8123 - 0 - - - 8901 - 192 - 8069 - 0 - - - 9251 - 193 - 8428 - 0 - - - 9111 - 4543 - 8055 - 5 - - - 11578 - 607 - 10518 - 0 - - - 5322 - 316 - 5260 - 0 - - - 1717 - 1605 - 3237 - 0 - - - 12253 - 499 - 11096 - 0 - - - 8586 - 606 - 7841 - 0 - - - 8984 - 1377 - 8148 - 0 - - - 4680 - 2620 - 6484 - 0 - - - 13394 - 1740 - 12073 - 0 - - - 11042 - 1339 - 10065 - 0 - - - 5455 - 2017 - 5413 - 0 - - - 9384 - 1203 - 8559 - 0 - - - 10463 - 1694 - 9514 - 0 - - - 9340 - 6904 - 8449 - 1 - - - 11510 - 870 - 10450 - 0 - - - 9989 - 901 - 9112 - 0 - - - 10495 - 1597 - 9543 - 0 - - - 10038 - 3741 - 9151 - 0 - - - 5636 - 1814 - 5614 - 0 - - - 10358 - 737 - 8830 - 3 - - - 13586 - 1625 - 12234 - 0 - - - 9688 - 437 - 8815 - 0 - - - 11696 - 7590 - 10618 - 0 - - - 8177 - 4673 - 6234 - 97 - - - 8695 - 4687 - 7244 - 41 - - - 12565 - 1364 - 11321 - 0 - - - 6493 - 328 - 7051 - 0 - - - 11895 - 1765 - 10813 - 0 - - - 11877 - 1433 - 10797 - 0 - - - 5401 - 382 - 5351 - 0 - - - 13221 - 1329 - 11900 - 0 - - - 12033 - 3722 - 10959 - 0 - - - 10792 - 7502 - 9821 - 0 - - - 12862 - 1137 - 11577 - 0 - - - 13926 - 871 - 12496 - 0 - - - 13408 - 714 - 12090 - 0 - - - 12236 - 644 - 11087 - 0 - - - 5659 - 2142 - 5638 - 0 - - - 12385 - 1633 - 11167 - 0 - - - 8656 - 5704 - 7244 - 2 - - - 7883 - 4376 - 5530 - 24 - - - 9752 - 4100 - 8879 - 0 - - - 9401 - 1450 - 8566 - 0 - - - 11723 - 710 - 10648 - 0 - - - 6836 - 1605 - 7308 - 0 - - - 6068 - 2080 - 6100 - 0 - - - 13504 - 7159 - 12175 - 0 - - - 12857 - 1553 - 11566 - 0 - - - 13963 - 1590 - 12529 - 0 - - - 11302 - 1658 - 10268 - 0 - - - 11891 - 216 - 10808 - 0 - - - 5518 - 1139 - 5481 - 0 - - - 6317 - 902 - 6857 - 0 - - - 9869 - 7239 - 8600 - 8 - - - 11804 - 1081 - 10727 - 0 - - - 11314 - 232 - 10280 - 0 - - - 5217 - 1753 - 5143 - 0 - - - 13613 - 1396 - 12255 - 0 - - - 3464 - 702 - 4657 - 0 - - - 12020 - 465 - 10934 - 0 - - - 10240 - 1458 - 9347 - 0 - - - 12991 - 1132 - 11685 - 0 - - - 2180 - 801 - 1867 - 0 - - - 12733 - 807 - 11459 - 0 - - - 11619 - 989 - 10552 - 0 - - - 11060 - 1605 - 10078 - 0 - - - 9571 - 286 - 8673 - 0 - - - 12773 - 7331 - 10614 - 1 - - - 13232 - 6441 - 11914 - 0 - - - 6193 - 1058 - 6236 - 0 - - - 13395 - 156 - 12070 - 0 - - - 8691 - 4722 - 7244 - 37 - - - 4536 - 2187 - 4639 - 0 - - - 6197 - 1071 - 6240 - 0 - - - 12899 - 643 - 11605 - 0 - - - 13261 - 363 - 11936 - 0 - - - 1920 - 1918 - 1585 - 0 - - - 1098 - 1605 - 468 - 0 - - - 3573 - 2064 - 4774 - 0 - - - 11112 - 1460 - 10085 - 9 - - - 10963 - 923 - 9978 - 0 - - - 2838 - 3323 - 2575 - 0 - - - 12457 - 4179 - 11235 - 4 - - - 9563 - 7159 - 8664 - 0 - - - 2267 - 1378 - 1961 - 0 - - - 9953 - 1605 - 9070 - 0 - - - 6696 - 692 - 7273 - 0 - - - 13103 - 4320 - 8600 - 26 - - - 10484 - 263 - 9531 - 0 - - - 11325 - 355 - 10290 - 0 - - - 12871 - 322 - 11569 - 0 - - - 8430 - 5091 - 6792 - 82 - - - 8583 - 695 - 7843 - 0 - - - 10166 - 968 - 9280 - 0 - - - 8282 - 4779 - 6221 - 4 - - - 6834 - 235 - 7306 - 0 - - - 6687 - 242 - 7263 - 0 - - - 11306 - 7664 - 10271 - 0 - - - 7990 - 4484 - 6234 - 104 - - - 7592 - 4082 - 6401 - 24 - - - 9181 - 6624 - 7993 - 1 - - - 7713 - 4205 - 1664 - 18 - - - 9993 - 1753 - 9115 - 0 - - - 10230 - 1168 - 9338 - 0 - - - 6224 - 1441 - 6271 - 0 - - - 2874 - 696 - 2614 - 0 - - - 6829 - 1605 - 7301 - 0 - - - 12497 - 1196 - 11270 - 0 - - - 12902 - 5361 - 11593 - 0 - - - 12560 - 902 - 11314 - 0 - - - 6045 - 1574 - 6073 - 0 - - - 7385 - 550 - 1359 - 0 - - - 11319 - 307 - 10284 - 0 - - - 10661 - 135 - 9712 - 0 - - - 13480 - 809 - 12173 - 0 - - - 10013 - 940 - 9134 - 0 - - - 11560 - 1812 - 10504 - 0 - - - 6762 - 1319 - 6455 - 0 - - - 6091 - 1727 - 6125 - 0 - - - 13218 - 248 - 11897 - 0 - - - 5527 - 484 - 5490 - 0 - - - 5461 - 1134 - 5419 - 0 - - - 7329 - 335 - 5222 - 0 - - - 10165 - 1628 - 9279 - 0 - - - 3461 - 1086 - 4654 - 0 - - - 11597 - 1929 - 10543 - 0 - - - 9006 - 919 - 8173 - 0 - - - 10580 - 842 - 9634 - 0 - - - 10686 - 4203 - 9682 - 4 - - - 9719 - 1654 - 8842 - 0 - - - 8652 - 517 - 7908 - 0 - - - 12511 - 6655 - 11272 - 2 - - - 10653 - 1557 - 9708 - 0 - - - 12274 - 948 - 11130 - 0 - - - 13535 - 185 - 12203 - 0 - - - 8436 - 5097 - 1306 - 4 - - - 7978 - 4472 - 6130 - 23 - - - 4938 - 297 - 6773 - 0 - - - 13346 - 364 - 12021 - 0 - - - 2901 - 599 - 2644 - 0 - - - 9515 - 7104 - 8643 - 0 - - - 6095 - 468 - 6129 - 0 - - - 9067 - 525 - 8341 - 0 - - - 3481 - 1387 - 4674 - 0 - - - 6213 - 1105 - 6258 - 0 - - - 4772 - 1943 - 6589 - 0 - - - 7914 - 4408 - 6234 - 107 - - - 9124 - 6483 - 7940 - 7 - - - 5193 - 2174 - 5118 - 0 - - - 13341 - 1347 - 12015 - 0 - - - 1830 - 1952 - 1487 - 0 - - - 12328 - 5738 - 10866 - 36 - - - 7761 - 4253 - 6919 - 1 - - - 6032 - 1068 - 6058 - 0 - - - 11295 - 417 - 10257 - 0 - - - 8029 - 4524 - 4949 - 1 - - - 10155 - 198 - 9258 - 0 - - - 8500 - 784 - 7772 - 0 - - - 7623 - 4114 - 1670 - 1 - - - 8207 - 4704 - 6792 - 48 - - - 10218 - 929 - 9329 - 0 - - - 11150 - 15 - 7940 - 9 - - - 10267 - 1872 - 9360 - 0 - - - 3441 - 785 - 3697 - 0 - - - 8667 - 584 - 7244 - 13 - - - 9626 - 281 - 8759 - 0 - - - 5291 - 1506 - 5224 - 0 - - - 4817 - 1250 - 6638 - 0 - - - 1954 - 3366 - 1621 - 0 - - - 13436 - 1833 - 12124 - 0 - - - 4535 - 976 - 4638 - 0 - - - 12010 - 4376 - 10911 - 3 - - - 9711 - 1039 - 8847 - 0 - - - 8948 - 458 - 8124 - 0 - - - 3342 - 679 - 3589 - 0 - - - 12469 - 10 - 11246 - 0 - - - 3338 - 1920 - 3585 - 0 - - - 9457 - 7046 - 8513 - 23 - - - 11070 - 7598 - 10084 - 0 - - - 8460 - 5136 - 7610 - 8 - - - 10626 - 432 - 9677 - 0 - - - 9322 - 1259 - 8507 - 0 - - - 12578 - 1313 - 11332 - 0 - - - 12687 - 1627 - 11423 - 0 - - - 304 - 319 - 780 - 0 - - - 11588 - 1605 - 10529 - 0 - - - 7962 - 4456 - 5743 - 1 - - - 2720 - 346 - 2448 - 0 - - - 4974 - 338 - 6814 - 0 - - - 9870 - 7240 - 8600 - 9 - - - 4876 - 2095 - 6703 - 0 - - - 5335 - 1345 - 5275 - 0 - - - 12057 - 1047 - 10995 - 0 - - - 12478 - 564 - 11249 - 0 - - - 11949 - 162 - 10874 - 0 - - - 9785 - 7215 - 8908 - 0 - - - 8908 - 467 - 8078 - 0 - - - 6851 - 1605 - 7323 - 0 - - - 11332 - 1881 - 10298 - 0 - - - 8858 - 123 - 8016 - 0 - - - 4808 - 1136 - 6628 - 0 - - - 11106 - 7591 - 10113 - 0 - - - 4815 - 912 - 6636 - 0 - - - 9320 - 1354 - 8493 - 0 - - - 4812 - 1391 - 6633 - 0 - - - 8842 - 6041 - 8012 - 0 - - - 5866 - 129 - 5871 - 0 - - - 7859 - 4352 - 6575 - 7 - - - 9904 - 1887 - 8982 - 3 - - - 5861 - 1126 - 5866 - 0 - - - 12302 - 943 - 10866 - 14 - - - 9167 - 257 - 8371 - 0 - - - 11695 - 1238 - 10614 - 0 - - - 2195 - 605 - 1882 - 0 - - - 10103 - 1728 - 9213 - 0 - - - 9454 - 4178 - 8513 - 20 - - - 5933 - 845 - 5945 - 0 - - - 2148 - 1102 - 1832 - 0 - - - 4940 - 1101 - 6775 - 0 - - - 4920 - 682 - 6752 - 0 - - - 12533 - 6650 - 11290 - 5 - - - 8482 - 209 - 7752 - 0 - - - 7638 - 4129 - 6792 - 23 - - - 9654 - 3422 - 8781 - 0 - - - 4130 - 1605 - 4198 - 0 - - - 9223 - 1692 - 8404 - 0 - - - 12127 - 3604 - 11013 - 15 - - - 293 - 3546 - 768 - 0 - - - 13809 - 992 - 12403 - 0 - - - 7323 - 462 - 6571 - 0 - - - 8636 - 1606 - 7902 - 0 - - - 7491 - 2089 - 6541 - 0 - - - 12907 - 1835 - 11610 - 0 - - - 8158 - 4654 - 5439 - 2 - - - 12373 - 1947 - 11151 - 0 - - - 12098 - 6502 - 10968 - 2 - - - 8251 - 4748 - 6725 - 6 - - - 13142 - 508 - 11830 - 0 - - - 11144 - 4225 - 10121 - 1 - - - 6654 - 3604 - 7226 - 0 - - - 6064 - 1197 - 6096 - 0 - - - 12077 - 1666 - 11003 - 0 - - - 9082 - 6413 - 8035 - 1 - - - 5369 - 3440 - 5315 - 0 - - - 11474 - 6824 - 10413 - 1 - - - 9460 - 7049 - 8513 - 26 - - - 3693 - 953 - 3728 - 0 - - - 9286 - 1146 - 8462 - 0 - - - 5914 - 464 - 5924 - 0 - - - 9425 - 1842 - 8594 - 0 - - - 4733 - 556 - 6544 - 0 - - - 6187 - 1932 - 6230 - 0 - - - 4134 - 1536 - 4202 - 0 - - - 5963 - 2164 - 5981 - 0 - - - 13962 - 300 - 12525 - 0 - - - 2606 - 1348 - 2325 - 0 - - - 8123 - 4619 - 6233 - 4 - - - 13019 - 1109 - 11717 - 0 - - - 11684 - 960 - 10603 - 0 - - - 11468 - 242 - 10408 - 0 - - - 4755 - 994 - 6569 - 0 - - - 8558 - 1204 - 7818 - 0 - - - 2206 - 580 - 1894 - 0 - - - 5316 - 861 - 5252 - 0 - - - 4637 - 518 - 6436 - 0 - - - 8827 - 814 - 7998 - 0 - - - 8222 - 4719 - 6130 - 21 - - - 5745 - 2256 - 5734 - 0 - - - 12391 - 7193 - 11168 - 0 - - - 5733 - 1029 - 5720 - 0 - - - 13678 - 766 - 12322 - 0 - - - 8411 - 1111 - 7711 - 0 - - - 8925 - 1605 - 8094 - 0 - - - 7877 - 4370 - 1664 - 21 - - - 11377 - 514 - 10330 - 0 - - - 8850 - 1564 - 8025 - 0 - - - 12510 - 6654 - 11272 - 1 - - - 8853 - 1088 - 8022 - 0 - - - 280 - 1621 - 754 - 0 - - - 2905 - 712 - 2648 - 0 - - - 11840 - 1889 - 10766 - 0 - - - 2396 - 930 - 2100 - 0 - - - 8010 - 4505 - 5572 - 1 - - - 13323 - 971 - 12001 - 0 - - - 13511 - 7325 - 12187 - 0 - - - 2167 - 1303 - 1852 - 0 - - - 8064 - 4559 - 6234 - 39 - - - 2590 - 3179 - 2309 - 0 - - - 13631 - 211 - 12274 - 0 - - - 13414 - 951 - 12094 - 0 - - - 6087 - 2196 - 6120 - 0 - - - 8444 - 4530 - 7282 - 2 - - - 7788 - 4280 - 5705 - 18 - - - 7320 - 1956 - 6493 - 0 - - - 8034 - 4529 - 5891 - 9 - - - 5735 - 1192 - 5722 - 0 - - - 8203 - 4699 - 6234 - 68 - - - 12394 - 294 - 11178 - 0 - - - 8243 - 4740 - 5276 - 1 - - - 9176 - 1806 - 8382 - 0 - - - 10649 - 1227 - 9698 - 0 - - - 4951 - 1889 - 6788 - 0 - - - 2074 - 876 - 1752 - 0 - - - 11773 - 836 - 10694 - 0 - - - 9801 - 1364 - 8928 - 0 - - - 11110 - 4255 - 10085 - 4 - - - 5383 - 1611 - 5331 - 0 - - - 11643 - 1300 - 10577 - 0 - - - 13372 - 309 - 12052 - 0 - - - 12458 - 6662 - 11235 - 5 - - - 5798 - 1848 - 5797 - 0 - - - 12866 - 758 - 11570 - 0 - - - 13399 - 772 - 12075 - 0 - - - 11572 - 4406 - 10489 - 1 - - - 9609 - 412 - 8736 - 0 - - - 13898 - 665 - 12475 - 0 - - - 13376 - 348 - 12055 - 0 - - - 11814 - 1182 - 10738 - 0 - - - 9275 - 1234 - 8450 - 0 - - - 11899 - 1308 - 10819 - 0 - - - 7849 - 4342 - 6401 - 17 - - - 2852 - 1211 - 2590 - 0 - - - 7996 - 198 - 4655 - 1 - - - 6505 - 756 - 7064 - 0 - - - 12466 - 410 - 11239 - 0 - - - 12058 - 1748 - 10997 - 0 - - - 11253 - 1680 - 10232 - 0 - - - 4894 - 2104 - 6722 - 0 - - - 8340 - 1038 - 7624 - 0 - - - 11241 - 405 - 10216 - 0 - - - 11963 - 1462 - 10888 - 0 - - - 5398 - 372 - 5348 - 0 - - - 12682 - 442 - 11421 - 0 - - - 9268 - 1583 - 8446 - 0 - - - 9040 - 1243 - 8320 - 0 - - - 9341 - 419 - 8449 - 2 - - - 6207 - 2086 - 6252 - 0 - - - 9543 - 7203 - 8037 - 1 - - - 7642 - 4133 - 6792 - 66 - - - 12198 - 1766 - 11064 - 0 - - - 13398 - 1101 - 12076 - 0 - - - 5660 - 898 - 5639 - 0 - - - 11663 - 146 - 10586 - 0 - - - 9228 - 6705 - 8049 - 2 - - - 8807 - 1256 - 7971 - 0 - - - 8075 - 4570 - 5705 - 9 - - - 12207 - 5780 - 10939 - 2 - - - 10909 - 1841 - 9932 - 0 - - - 6084 - 1746 - 6117 - 0 - - - 13040 - 988 - 11735 - 0 - - - 8241 - 4738 - 5506 - 31 - - - 8405 - 805 - 7686 - 0 - - - 6979 - 3264 - 1491 - 0 - - - 12396 - 1782 - 11175 - 0 - - - 2915 - 1605 - 2659 - 0 - - - 7830 - 4323 - 5739 - 1 - - - 8469 - 952 - 7721 - 0 - - - 320 - 1610 - 797 - 0 - - - 6635 - 1468 - 7206 - 0 - - - 2036 - 3376 - 1710 - 0 - - - 10589 - 7331 - 8933 - 1 - - - 6488 - 707 - 7046 - 0 - - - 11991 - 311 - 10907 - 0 - - - 8748 - 5821 - 7920 - 0 - - - 3457 - 2191 - 4650 - 0 - - - 6547 - 143 - 7110 - 0 - - - 4587 - 1994 - 6382 - 0 - - - 12405 - 1244 - 11184 - 0 - - - 7863 - 4356 - 2293 - 19 - - - 13231 - 1142 - 11915 - 0 - - - 2092 - 1603 - 1770 - 0 - - - 8859 - 1646 - 8031 - 0 - - - 6107 - 159 - 6142 - 0 - - - 2565 - 3168 - 2283 - 0 - - - 4880 - 1849 - 6707 - 0 - - - 4585 - 1518 - 6380 - 0 - - - 1824 - 1552 - 1481 - 0 - - - 4748 - 1383 - 6562 - 0 - - - 9289 - 1418 - 8460 - 0 - - - 8708 - 5756 - 7244 - 54 - - - 8003 - 4497 - 6576 - 1 - - - 2426 - 1483 - 2133 - 0 - - - 4586 - 1666 - 6381 - 0 - - - 286 - 1911 - 761 - 0 - - - 13890 - 7358 - 10611 - 8 - - - 7884 - 4377 - 6234 - 91 - - - 5346 - 2130 - 5288 - 0 - - - 4181 - 230 - 4253 - 0 - - - 10644 - 1811 - 9693 - 0 - - - 10047 - 287 - 9106 - 1 - - - 9068 - 532 - 8342 - 0 - - - 2176 - 865 - 1863 - 0 - - - 2721 - 772 - 2449 - 0 - - - 9469 - 7058 - 8513 - 35 - - - 2860 - 3648 - 2599 - 0 - - - 10514 - 1304 - 9560 - 0 - - - 8595 - 200 - 7854 - 0 - - - 11968 - 1235 - 10889 - 0 - - - 6072 - 293 - 6104 - 0 - - - 11700 - 3441 - 10621 - 0 - - - 5598 - 1829 - 5571 - 0 - - - 5348 - 199 - 5290 - 0 - - - 13179 - 1636 - 11870 - 0 - - - 12739 - 887 - 11462 - 0 - - - 12335 - 5748 - 10866 - 46 - - - 9379 - 1338 - 8561 - 0 - - - 9467 - 7056 - 8513 - 33 - - - 12474 - 732 - 11246 - 2 - - - 8189 - 4685 - 1666 - 2 - - - 11583 - 990 - 10525 - 0 - - - 7724 - 1887 - 3263 - 3 - - - 13251 - 946 - 11930 - 0 - - - 10017 - 7308 - 8589 - 1 - - - 13134 - 372 - 11823 - 0 - - - 12471 - 1711 - 11248 - 0 - - - 9593 - 1093 - 8720 - 0 - - - 11613 - 5263 - 10549 - 3 - - - 8083 - 4578 - 5519 - 4 - - - 7973 - 4467 - 5442 - 2 - - - 11886 - 7687 - 10807 - 0 - - - 5928 - 1839 - 5940 - 0 - - - 12539 - 4100 - 11299 - 0 - - - 10944 - 355 - 9969 - 0 - - - 10281 - 1801 - 9382 - 0 - - - 4743 - 1564 - 6555 - 0 - - - 8709 - 5757 - 7244 - 55 - - - 13173 - 324 - 11863 - 0 - - - 6354 - 3434 - 6897 - 0 - - - 11758 - 891 - 10673 - 0 - - - 12775 - 1167 - 11501 - 0 - - - 9840 - 1465 - 8969 - 0 - - - 11260 - 147 - 10241 - 0 - - - 4588 - 1561 - 6383 - 0 - - - 6819 - 592 - 6044 - 0 - - - 8437 - 5098 - 1306 - 5 - - - 4826 - 324 - 6648 - 0 - - - 9453 - 4320 - 8513 - 19 - - - 8312 - 183 - 7602 - 0 - - - 2859 - 742 - 2598 - 0 - - - 2876 - 1751 - 2616 - 0 - - - 9413 - 785 - 8587 - 0 - - - 13272 - 1510 - 11960 - 0 - - - 4486 - 1322 - 4584 - 0 - - - 8524 - 962 - 7794 - 0 - - - 7620 - 4111 - 6483 - 7 - - - 5783 - 1419 - 5779 - 0 - - - 6183 - 708 - 6225 - 0 - - - 1910 - 450 - 1574 - 0 - - - 2254 - 342 - 1946 - 0 - - - 12846 - 1197 - 11543 - 0 - - - 9691 - 892 - 8818 - 0 - - - 12131 - 1093 - 11016 - 0 - - - 11731 - 1035 - 10653 - 0 - - - 12370 - 245 - 11153 - 0 - - - 11989 - 585 - 10916 - 0 - - - 8637 - 275 - 7899 - 0 - - - 7855 - 4348 - 6234 - 92 - - - 11884 - 658 - 10799 - 0 - - - 9765 - 1205 - 8892 - 0 - - - 9329 - 1911 - 8496 - 0 - - - 5474 - 931 - 5433 - 0 - - - 10451 - 1122 - 9503 - 0 - - - 6871 - 1896 - 7244 - 0 - - - 4729 - 877 - 6538 - 0 - - - 9438 - 7027 - 8513 - 4 - - - 9768 - 211 - 8895 - 0 - - - 8473 - 5144 - 7295 - 4 - - - 13002 - 1672 - 11698 - 0 - - - 2281 - 1353 - 1976 - 0 - - - 6093 - 1877 - 6127 - 0 - - - 9240 - 1978 - 8419 - 0 - - - 11873 - 431 - 10787 - 0 - - - 349 - 1895 - 830 - 0 - - - 6808 - 873 - 5761 - 0 - - - 8724 - 5772 - 7244 - 70 - - - 6860 - 1037 - 6900 - 0 - - - 11056 - 1605 - 10074 - 0 - - - 10509 - 1424 - 9555 - 0 - - - 11624 - 1532 - 10557 - 0 - - - 10505 - 1017 - 9553 - 0 - - - 11865 - 161 - 10784 - 0 - - - 5392 - 1474 - 5342 - 0 - - - 7369 - 1731 - 760 - 0 - - - 8318 - 4825 - 7201 - 5 - - - 6206 - 1494 - 6251 - 0 - - - 8774 - 497 - 7946 - 0 - - - 10046 - 294 - 9152 - 0 - - - 6777 - 775 - 6796 - 0 - - - 9597 - 1992 - 8724 - 0 - - - 7531 - 2043 - 5605 - 0 - - - 11262 - 684 - 10237 - 0 - - - 5466 - 1563 - 5424 - 0 - - - 10630 - 823 - 9681 - 0 - - - 9052 - 1481 - 8325 - 0 - - - 6683 - 1548 - 7259 - 0 - - - 12545 - 328 - 11301 - 0 - - - 9101 - 6441 - 8347 - 0 - - - 5451 - 1878 - 5408 - 0 - - - 12065 - 1127 - 10983 - 0 - - - 11027 - 1411 - 10045 - 0 - - - 10351 - 6646 - 8833 - 2 - - - 8181 - 4677 - 5738 - 5 - - - 13339 - 290 - 12012 - 0 - - - 8831 - 909 - 8001 - 0 - - - 13239 - 1091 - 11920 - 0 - - - 7784 - 4276 - 5891 - 16 - - - 13842 - 6625 - 9984 - 1 - - - 9697 - 7193 - 8824 - 0 - - - 12818 - 849 - 11536 - 0 - - - 12357 - 523 - 11145 - 0 - - - 2626 - 3086 - 2347 - 0 - - - 6528 - 1711 - 7088 - 0 - - - 10172 - 7327 - 9284 - 0 - - - 7688 - 4179 - 5901 - 6 - - - 9207 - 6653 - 8386 - 1 - - - 13912 - 1104 - 12500 - 0 - - - 9546 - 7206 - 8037 - 4 - - - 6222 - 1395 - 6269 - 0 - - - 3681 - 1572 - 3716 - 0 - - - 11330 - 1010 - 10294 - 0 - - - 7905 - 4398 - 5785 - 5 - - - 5894 - 1787 - 5902 - 0 - - - 6017 - 284 - 6041 - 0 - - - 8272 - 4769 - 6234 - 93 - - - 12444 - 1058 - 11225 - 0 - - - 11122 - 4675 - 10085 - 23 - - - 9637 - 691 - 8764 - 0 - - - 13614 - 111 - 12256 - 0 - - - 8224 - 4721 - 5738 - 2 - - - 9487 - 7063 - 8628 - 0 - - - 8300 - 553 - 7592 - 0 - - - 5370 - 687 - 5316 - 0 - - - 4943 - 1120 - 6779 - 0 - - - 9151 - 6541 - 8358 - 0 - - - 5729 - 2251 - 5716 - 0 - - - 10057 - 1165 - 9171 - 0 - - - 2906 - 1710 - 2649 - 0 - - - 11938 - 1878 - 10857 - 0 - - - 1818 - 1074 - 1475 - 0 - - - 9455 - 7044 - 8513 - 21 - - - 10929 - 668 - 9952 - 0 - - - 9513 - 379 - 8640 - 0 - - - 9196 - 652 - 8373 - 0 - - - 11602 - 4237 - 10542 - 0 - - - 11566 - 1712 - 10509 - 0 - - - 12167 - 1407 - 11039 - 0 - - - 9520 - 1633 - 8646 - 0 - - - 2184 - 3352 - 1871 - 0 - - - 13402 - 829 - 12079 - 0 - - - 313 - 459 - 790 - 0 - - - 5937 - 1194 - 5951 - 0 - - - 8907 - 159 - 8076 - 0 - - - 2154 - 3344 - 1838 - 0 - - - 10074 - 1399 - 9192 - 0 - - - 10815 - 636 - 9841 - 0 - - - 13967 - 367 - 12523 - 0 - - - 5600 - 492 - 5573 - 0 - - - 10814 - 1605 - 9840 - 0 - - - 8676 - 5724 - 7244 - 22 - - - 12509 - 6124 - 11267 - 1 - - - 11854 - 4237 - 10770 - 0 - - - 10313 - 7351 - 9353 - 2 - - - 9422 - 664 - 8588 - 0 - - - 11959 - 6124 - 10884 - 0 - - - 8073 - 4568 - 5506 - 3 - - - 2865 - 1516 - 2604 - 0 - - - 12627 - 189 - 11373 - 0 - - - 5488 - 1157 - 5448 - 0 - - - 6085 - 1532 - 6118 - 0 - - - 8101 - 1884 - 6264 - 1 - - - 5610 - 2031 - 5583 - 0 - - - 9510 - 624 - 8639 - 0 - - - 8797 - 1620 - 7978 - 0 - - - 4538 - 991 - 4642 - 0 - - - 5958 - 1073 - 5976 - 0 - - - 6534 - 1566 - 7096 - 0 - - - 6230 - 945 - 6279 - 0 - - - 8023 - 4518 - 6219 - 6 - - - 10511 - 3425 - 9556 - 0 - - - 6096 - 1289 - 6131 - 0 - - - 9748 - 1070 - 8875 - 0 - - - 7337 - 101 - 5339 - 0 - - - 11781 - 1321 - 10702 - 0 - - - 10714 - 130 - 9743 - 0 - - - 12505 - 878 - 11268 - 2 - - - 13812 - 1611 - 12407 - 0 - - - 10475 - 555 - 9521 - 0 - - - 8257 - 4754 - 4173 - 8 - - - 9194 - 221 - 8397 - 0 - - - 8307 - 1605 - 7597 - 0 - - - 10952 - 430 - 9973 - 0 - - - 11933 - 1899 - 10860 - 0 - - - 13280 - 3422 - 11959 - 0 - - - 6210 - 2087 - 6255 - 0 - - - 4533 - 2186 - 4636 - 0 - - - 1880 - 3284 - 1542 - 0 - - - 12550 - 1605 - 11306 - 0 - - - 6143 - 2276 - 6182 - 0 - - - 8108 - 4604 - 5530 - 11 - - - 8765 - 3431 - 7938 - 0 - - - 10248 - 1133 - 9354 - 0 - - - 13750 - 1245 - 12349 - 0 - - - 9502 - 770 - 8622 - 0 - - - 8159 - 4655 - 6872 - 1 - - - 5800 - 1490 - 5799 - 0 - - - 11040 - 644 - 10058 - 0 - - - 5759 - 1786 - 5750 - 0 - - - 13417 - 976 - 12083 - 0 - - - 5597 - 1199 - 5570 - 0 - - - 11847 - 6424 - 10768 - 2 - - - 6678 - 3644 - 7253 - 0 - - - 12124 - 6521 - 11013 - 12 - - - 9383 - 1616 - 8549 - 0 - - - 12719 - 335 - 11444 - 0 - - - 10168 - 7323 - 9281 - 0 - - - 10079 - 1315 - 9197 - 0 - - - 11090 - 1373 - 10097 - 0 - - - 12201 - 7159 - 11063 - 0 - - - 10699 - 850 - 9672 - 1 - - - 6912 - 1605 - 1357 - 0 - - - 12170 - 6466 - 11029 - 1 - - - 13396 - 1826 - 12078 - 0 - - - 774 - 1605 - 1291 - 0 - - - 9587 - 179 - 8714 - 0 - - - 11237 - 7644 - 10210 - 7 - - - 3341 - 1338 - 3588 - 0 - - - 5445 - 1113 - 5402 - 0 - - - 12555 - 256 - 11310 - 0 - - - 12158 - 641 - 11036 - 0 - - - 5045 - 308 - 4957 - 0 - - - 10690 - 4454 - 9682 - 8 - - - 7952 - 4446 - 6130 - 4 - - - 9349 - 6924 - 8046 - 1 - - - 9448 - 7037 - 8513 - 14 - - - 4796 - 2218 - 6616 - 0 - - - 9008 - 6321 - 8180 - 0 - - - 10007 - 7307 - 9127 - 0 - - - 8561 - 803 - 7819 - 0 - - - 11378 - 598 - 10331 - 0 - - - 8100 - 4595 - 5709 - 1 - - - 13472 - 1026 - 12137 - 0 - - - 5683 - 2315 - 5665 - 0 - - - 13458 - 611 - 12139 - 0 - - - 1828 - 3262 - 1485 - 0 - - - 7615 - 4106 - 5901 - 3 - - - 10353 - 6650 - 8833 - 4 - - - 6723 - 1893 - 1771 - 0 - - - 6314 - 1232 - 6854 - 0 - - - 12334 - 5747 - 10866 - 45 - - - 8453 - 5129 - 7610 - 1 - - - 12413 - 1285 - 11199 - 0 - - - 8529 - 989 - 7799 - 0 - - - 10404 - 1465 - 9463 - 0 - - - 8032 - 4527 - 6795 - 3 - - - 6675 - 722 - 7250 - 0 - - - 3470 - 923 - 4663 - 0 - - - 8169 - 4665 - 5739 - 4 - - - 9747 - 1396 - 8874 - 0 - - - 4612 - 1440 - 6410 - 0 - - - 6062 - 1407 - 6093 - 0 - - - 9634 - 964 - 8761 - 0 - - - 4757 - 253 - 6572 - 0 - - - 13118 - 1093 - 11804 - 0 - - - 1767 - 1605 - 1420 - 0 - - - 8005 - 4499 - 5891 - 15 - - - 8876 - 6121 - 8046 - 0 - - - 9014 - 272 - 8267 - 0 - - - 7726 - 4218 - 6401 - 27 - - - 13445 - 203 - 12118 - 0 - - - 13260 - 907 - 11947 - 0 - - - 11022 - 1918 - 10040 - 0 - - - 12002 - 1426 - 10908 - 0 - - - 10594 - 1169 - 9645 - 0 - - - 1997 - 3405 - 1668 - 0 - - - 6236 - 1226 - 6285 - 0 - - - 12374 - 1774 - 11156 - 0 - - - 8799 - 1004 - 7976 - 0 - - - 10515 - 1048 - 9558 - 0 - - - 4883 - 2097 - 6710 - 0 - - - 7756 - 4248 - 6219 - 21 - - - 3345 - 196 - 3593 - 0 - - - 10959 - 1746 - 9985 - 0 - - - 12972 - 729 - 11670 - 0 - - - 11044 - 1203 - 10064 - 0 - - - 11598 - 606 - 10541 - 0 - - - 9064 - 997 - 8335 - 0 - - - 10002 - 465 - 9123 - 0 - - - 5726 - 218 - 5713 - 0 - - - 11246 - 903 - 10221 - 0 - - - 12435 - 708 - 11226 - 0 - - - 6838 - 1412 - 7310 - 0 - - - 12525 - 326 - 11285 - 0 - - - 13666 - 1445 - 12310 - 0 - - - 12528 - 1600 - 11290 - 0 - - - 4775 - 161 - 6592 - 0 - - - 11284 - 502 - 10250 - 0 - - - 11384 - 3661 - 10337 - 0 - - - 8512 - 1049 - 7786 - 0 - - - 11497 - 209 - 10436 - 0 - - - 12189 - 9 - 11051 - 0 - - - 12186 - 6924 - 10831 - 1 - - - 11288 - 5101 - 10253 - 1 - - - 13632 - 1496 - 12276 - 0 - - - 10947 - 6102 - 9971 - 0 - - - 9032 - 1796 - 8271 - 0 - - - 9845 - 1191 - 8974 - 0 - - - 5723 - 2249 - 5710 - 0 - - - 6766 - 1057 - 6560 - 0 - - - 7800 - 4292 - 6540 - 5 - - - 8039 - 4534 - 6234 - 125 - - - 1831 - 120 - 1488 - 0 - - - 10278 - 710 - 9372 - 0 - - - 12312 - 5712 - 10866 - 10 - - - 10503 - 256 - 9549 - 0 - - - 1763 - 1605 - 1414 - 0 - - - 13588 - 1500 - 12236 - 0 - - - 9608 - 911 - 8735 - 0 - - - 2617 - 257 - 2337 - 0 - - - 5311 - 1333 - 5247 - 0 - - - 9262 - 1623 - 8440 - 0 - - - 9643 - 1132 - 8770 - 0 - - - 6351 - 1285 - 6894 - 0 - - - 9854 - 534 - 8983 - 0 - - - 4824 - 1571 - 6646 - 0 - - - 9294 - 1540 - 8471 - 0 - - - 12359 - 1746 - 11157 - 0 - - - 11808 - 1536 - 10731 - 0 - - - 11861 - 833 - 10781 - 0 - - - 11648 - 3604 - 10373 - 1 - - - 6023 - 2272 - 6048 - 0 - - - 2270 - 1605 - 1964 - 0 - - - 2687 - 1752 - 2412 - 0 - - - 11777 - 324 - 10692 - 0 - - - 8744 - 483 - 7918 - 0 - - - 9956 - 1605 - 9073 - 0 - - - 5906 - 2025 - 5915 - 0 - - - 12137 - 1499 - 11024 - 0 - - - 10908 - 617 - 9933 - 0 - - - 8503 - 1185 - 7775 - 0 - - - 9951 - 1605 - 9068 - 0 - - - 6588 - 1460 - 7154 - 0 - - - 10480 - 493 - 9527 - 0 - - - 8211 - 4708 - 6234 - 76 - - - 9578 - 1672 - 8705 - 0 - - - 8689 - 5737 - 7244 - 35 - - - 10061 - 666 - 9179 - 0 - - - 8892 - 249 - 8057 - 0 - - - 12011 - 4481 - 10911 - 4 - - - 10194 - 657 - 9303 - 0 - - - 9653 - 7189 - 8780 - 0 - - - 5397 - 1491 - 5347 - 0 - - - 2908 - 1726 - 2651 - 0 - - - 9362 - 1417 - 8540 - 0 - - - 7697 - 1402 - 5426 - 3 - - - 9867 - 1951 - 8993 - 0 - - - 6805 - 1500 - 5709 - 0 - - - 10695 - 4334 - 9700 - 5 - - - 8309 - 327 - 7596 - 0 - - - 11632 - 406 - 10565 - 0 - - - 9075 - 6406 - 8038 - 1 - - - 4438 - 1605 - 4533 - 0 - - - 5403 - 396 - 5354 - 0 - - - 8515 - 1573 - 7783 - 0 - - - 12021 - 584 - 10944 - 0 - - - 9180 - 1373 - 8384 - 0 - - - 13940 - 1937 - 12508 - 0 - - - 4807 - 259 - 6627 - 0 - - - 11280 - 441 - 10248 - 0 - - - 5867 - 437 - 5872 - 0 - - - 13409 - 6415 - 12091 - 0 - - - 8009 - 4504 - 6575 - 18 - - - 4148 - 1481 - 4218 - 0 - - - 10048 - 507 - 9126 - 1 - - - 9369 - 1669 - 8527 - 0 - - - 7754 - 4246 - 6247 - 1 - - - 8398 - 1053 - 7687 - 0 - - - 12859 - 1440 - 11572 - 0 - - - 11932 - 7690 - 10851 - 0 - - - 12342 - 5757 - 10866 - 55 - - - 12724 - 526 - 11446 - 0 - - - 10369 - 1259 - 8826 - 1 - - - 8981 - 296 - 8152 - 0 - - - 3024 - 1605 - 3247 - 0 - - - 11344 - 5141 - 10266 - 1 - - - 8081 - 4576 - 6333 - 4 - - - 8771 - 752 - 7942 - 0 - - - 7044 - 3316 - 2565 - 0 - - - 8263 - 4760 - 5439 - 1 - - - 12082 - 291 - 11004 - 0 - - - 5718 - 1385 - 5702 - 0 - - - 12382 - 258 - 11177 - 0 - - - 9018 - 644 - 8254 - 0 - - - 6703 - 3429 - 7280 - 0 - - - 7632 - 4123 - 6792 - 41 - - - 9437 - 4400 - 8513 - 3 - - - 13453 - 1962 - 12122 - 0 - - - 6209 - 1514 - 6254 - 0 - - - 12406 - 1958 - 11191 - 0 - - - 8071 - 1612 - 5705 - 15 - - - 7738 - 4230 - 6401 - 28 - - - 13180 - 958 - 11869 - 0 - - - 10039 - 3741 - 9153 - 0 - - - 776 - 1792 - 1293 - 0 - - - 7757 - 4249 - 6221 - 6 - - - 1918 - 520 - 1583 - 0 - - - 10635 - 1118 - 9685 - 0 - - - 6768 - 1090 - 6580 - 0 - - - 11872 - 1293 - 10790 - 0 - - - 6867 - 1377 - 7109 - 0 - - - 11694 - 1371 - 10611 - 0 - - - 12556 - 1654 - 11311 - 0 - - - 6148 - 2279 - 6187 - 0 - - - 2966 - 1605 - 2715 - 0 - - - 9456 - 7045 - 8513 - 22 - - - 12044 - 197 - 10957 - 0 - - - 9368 - 267 - 8531 - 0 - - - 13202 - 1214 - 11886 - 0 - - - 7858 - 4351 - 6875 - 1 - - - 9986 - 233 - 9108 - 0 - - - 12948 - 7699 - 11110 - 1 - - - 9583 - 1285 - 8710 - 0 - - - 5619 - 2037 - 5595 - 0 - - - 11864 - 1219 - 10783 - 0 - - - 13243 - 303 - 11926 - 0 - - - 11372 - 1088 - 10329 - 0 - - - 9358 - 1969 - 8524 - 0 - - - 291 - 1571 - 766 - 0 - - - 9596 - 3441 - 8723 - 0 - - - 8935 - 1040 - 8106 - 0 - - - 11976 - 1619 - 10922 - 0 - - - 2194 - 680 - 1881 - 0 - - - 1929 - 921 - 1595 - 0 - - - 11316 - 727 - 10283 - 0 - - - 12960 - 737 - 10679 - 3 - - - 12060 - 913 - 10987 - 0 - - - 1939 - 3365 - 1605 - 0 - - - 9351 - 902 - 8538 - 0 - - - 5650 - 2141 - 5629 - 0 - - - 4749 - 1167 - 6563 - 0 - - - 13430 - 1840 - 12105 - 0 - - - 2306 - 1720 - 2004 - 0 - - - 7751 - 4243 - 5414 - 1 - - - 11871 - 1617 - 10792 - 0 - - - 11388 - 1825 - 10336 - 0 - - - 6368 - 878 - 6912 - 0 - - - 9403 - 267 - 8580 - 0 - - - 12802 - 6964 - 10623 - 5 - - - 10406 - 828 - 9464 - 0 - - - 10075 - 1937 - 9208 - 0 - - - 8784 - 505 - 7955 - 0 - - - 8567 - 970 - 7823 - 0 - - - 12080 - 664 - 10967 - 0 - - - 9265 - 1170 - 8445 - 0 - - - 4649 - 1550 - 6450 - 0 - - - 10418 - 871 - 9476 - 0 - - - 5889 - 634 - 5895 - 0 - - - 7562 - 2110 - 6879 - 0 - - - 11561 - 4325 - 10504 - 1 - - - 10049 - 7312 - 9125 - 1 - - - 13728 - 7736 - 8513 - 49 - - - 10494 - 1417 - 9542 - 0 - - - 8927 - 1772 - 8098 - 0 - - - 11375 - 518 - 10327 - 0 - - - 10904 - 499 - 9928 - 0 - - - 8737 - 5785 - 7615 - 2 - - - 10352 - 4153 - 8833 - 3 - - - 11821 - 416 - 10745 - 0 - - - 5747 - 2257 - 5736 - 0 - - - 6137 - 1942 - 6174 - 0 - - - 9738 - 881 - 8865 - 0 - - - 8633 - 932 - 7890 - 0 - - - 13577 - 4200 - 12146 - 1 - - - 2805 - 3429 - 2540 - 0 - - - 9541 - 701 - 7944 - 1 - - - 6990 - 1605 - 1675 - 0 - - - 4620 - 369 - 6418 - 0 - - - 9779 - 2304 - 8902 - 0 - - - 6199 - 1625 - 6244 - 0 - - - 11771 - 1870 - 10699 - 0 - - - 8796 - 1666 - 7966 - 0 - - - 9600 - 447 - 8727 - 0 - - - 2710 - 3164 - 2437 - 0 - - - 5300 - 374 - 5235 - 0 - - - 11345 - 5142 - 10266 - 2 - - - 8109 - 4605 - 6219 - 22 - - - 13934 - 1451 - 12502 - 0 - - - 5337 - 111 - 5278 - 0 - - - 7835 - 4328 - 2327 - 1 - - - 1853 - 195 - 1512 - 0 - - - 800 - 146 - 1319 - 0 - - - 8843 - 4395 - 8024 - 0 - - - 12151 - 421 - 11032 - 0 - - - 7732 - 4175 - 4885 - 7 - - - 9615 - 272 - 8742 - 0 - - - 10903 - 1824 - 9927 - 0 - - - 11032 - 6124 - 10050 - 0 - - - 2161 - 153 - 1846 - 0 - - - 9727 - 651 - 8854 - 0 - - - 3590 - 2070 - 4792 - 0 - - - 6348 - 1791 - 6891 - 0 - - - 12575 - 7398 - 11322 - 5 - - - 8651 - 212 - 7907 - 0 - - - 13331 - 1644 - 12007 - 0 - - - 11071 - 1605 - 10087 - 0 - - - 12287 - 1481 - 11131 - 0 - - - 10045 - 1461 - 9158 - 0 - - - 12776 - 6021 - 11502 - 0 - - - 7547 - 2269 - 6034 - 0 - - - 9669 - 107 - 8796 - 0 - - - 5216 - 461 - 5142 - 0 - - - 778 - 1605 - 1295 - 0 - - - 12399 - 956 - 11190 - 0 - - - 2143 - 1620 - 1827 - 0 - - - 7861 - 4354 - 6092 - 1 - - - 12347 - 5762 - 10866 - 60 - - - 8490 - 811 - 7754 - 0 - - - 8937 - 1702 - 8104 - 0 - - - 6830 - 758 - 7302 - 0 - - - 9025 - 790 - 8270 - 0 - - - 5868 - 486 - 5873 - 0 - - - 6394 - 3702 - 6940 - 0 - - - 9505 - 7084 - 8469 - 1 - - - 13129 - 498 - 11815 - 0 - - - 13743 - 1394 - 12342 - 0 - - - 13830 - 257 - 12428 - 0 - - - 9063 - 719 - 8337 - 0 - - - 11369 - 1260 - 10322 - 0 - - - 7878 - 1649 - 5462 - 2 - - - 10685 - 4723 - 9682 - 3 - - - 8446 - 5122 - 7282 - 4 - - - 11236 - 784 - 10210 - 6 - - - 5808 - 2151 - 5807 - 0 - - - 8956 - 1011 - 8127 - 0 - - - 8289 - 4786 - 4956 - 7 - - - 11743 - 7683 - 10665 - 0 - - - 8142 - 4638 - 5785 - 6 - - - 5400 - 779 - 5350 - 0 - - - 13704 - 7725 - 8513 - 38 - - - 8730 - 4414 - 7808 - 2 - - - 4686 - 1472 - 6491 - 0 - - - 6496 - 958 - 7054 - 0 - - - 7874 - 234 - 5739 - 5 - - - 10139 - 1018 - 9220 - 0 - - - 7798 - 4290 - 6333 - 14 - - - 8642 - 438 - 7900 - 0 - - - 8161 - 4657 - 6234 - 34 - - - 11037 - 864 - 10055 - 0 - - - 12092 - 7206 - 10982 - 3 - - - 12059 - 1651 - 10984 - 0 - - - 1904 - 3358 - 1568 - 0 - - - 8898 - 667 - 8059 - 0 - - - 8798 - 125 - 7970 - 0 - - - 7864 - 4357 - 5427 - 3 - - - 6051 - 1517 - 6079 - 0 - - - 11147 - 7644 - 7282 - 7 - - - 4724 - 1011 - 6533 - 0 - - - 5231 - 263 - 5158 - 0 - - - 8973 - 3646 - 8143 - 0 - - - 10221 - 1814 - 9337 - 0 - - - 8641 - 1987 - 7897 - 0 - - - 6713 - 1549 - 7292 - 0 - - - 7909 - 4403 - 6333 - 3 - - - 9188 - 1364 - 8391 - 0 - - - 13385 - 763 - 12065 - 0 - - - 8998 - 277 - 8161 - 0 - - - 5507 - 2135 - 5469 - 0 - - - 12192 - 1437 - 11058 - 0 - - - 9115 - 6474 - 8055 - 9 - - - 284 - 737 - 758 - 0 - - - 6061 - 1311 - 6092 - 0 - - - 13673 - 1174 - 12314 - 0 - - - 4927 - 602 - 6759 - 0 - - - 11818 - 336 - 10741 - 0 - - - 9704 - 1615 - 8831 - 0 - - - 12441 - 7210 - 11221 - 0 - - - 4830 - 2623 - 6652 - 0 - - - 9796 - 803 - 8923 - 0 - - - 6226 - 2237 - 6273 - 0 - - - 9973 - 1020 - 9090 - 0 - - - 12794 - 7708 - 10623 - 1 - - - 12303 - 1311 - 10866 - 71 - - - 11790 - 538 - 10712 - 0 - - - 12341 - 5756 - 10866 - 54 - - - 10581 - 1196 - 9635 - 0 - - - 11213 - 3621 - 10193 - 0 - - - 5675 - 1015 - 5656 - 0 - - - 5523 - 2137 - 5486 - 0 - - - 3583 - 181 - 4785 - 0 - - - 5357 - 848 - 5300 - 0 - - - 5856 - 1093 - 5860 - 0 - - - 13908 - 1384 - 12479 - 0 - - - 12330 - 5742 - 10866 - 40 - - - 3677 - 1400 - 3712 - 0 - - - 5655 - 561 - 5634 - 0 - - - 6821 - 1146 - 6080 - 0 - - - 7881 - 4374 - 6234 - 60 - - - 4886 - 2099 - 6713 - 0 - - - 9463 - 7052 - 8513 - 29 - - - 11132 - 1221 - 10117 - 0 - - - 10396 - 1829 - 9456 - 0 - - - 8763 - 759 - 7934 - 0 - - - 6665 - 339 - 7239 - 0 - - - 9346 - 1572 - 8518 - 0 - - - 6845 - 1605 - 7317 - 0 - - - 10291 - 1302 - 9384 - 0 - - - 6370 - 2116 - 6915 - 0 - - - 9093 - 6424 - 8020 - 2 - - - 13618 - 969 - 12264 - 0 - - - 10077 - 1900 - 9199 - 0 - - - 2001 - 1605 - 1672 - 0 - - - 12754 - 1405 - 11484 - 0 - - - 9506 - 4406 - 8469 - 2 - - - 8294 - 986 - 7585 - 0 - - - 5453 - 1062 - 5410 - 0 - - - 10546 - 780 - 9600 - 0 - - - 8082 - 4577 - 5530 - 13 - - - 5736 - 2253 - 5723 - 0 - - - 10051 - 1186 - 9165 - 0 - - - 7729 - 4221 - 6792 - 65 - - - 5897 - 915 - 5905 - 0 - - - 6782 - 598 - 5165 - 0 - - - 6738 - 3567 - 2669 - 0 - - - 11717 - 1901 - 10638 - 0 - - - 7901 - 4394 - 6219 - 26 - - - 5228 - 583 - 5155 - 0 - - - 9722 - 1328 - 8845 - 0 - - - 12885 - 707 - 11591 - 0 - - - 12157 - 1057 - 11044 - 0 - - - 13292 - 1315 - 11971 - 0 - - - 7958 - 1236 - 5507 - 1 - - - 6801 - 1222 - 5587 - 0 - - - 8194 - 4690 - 2293 - 40 - - - 6793 - 786 - 5411 - 0 - - - 9560 - 7158 - 8661 - 0 - - - 9113 - 6472 - 8055 - 7 - - - 2846 - 1677 - 2584 - 0 - - - 6180 - 695 - 6222 - 0 - - - 10196 - 738 - 9307 - 0 - - - 5742 - 1812 - 5731 - 0 - - - 13487 - 208 - 12147 - 0 - - - 12475 - 7348 - 11242 - 1 - - - 8960 - 1304 - 8138 - 0 - - - 8655 - 5703 - 7244 - 1 - - - 5505 - 2134 - 5467 - 0 - - - 4913 - 279 - 6745 - 0 - - - 6784 - 789 - 5232 - 0 - - - 6397 - 553 - 6945 - 0 - - - 5347 - 1160 - 5289 - 0 - - - 8255 - 4752 - 5126 - 2 - - - 10973 - 1812 - 9990 - 0 - - - 10078 - 683 - 9204 - 0 - - - 10147 - 808 - 9272 - 0 - - - 3456 - 1219 - 4649 - 0 - - - 11051 - 7635 - 10071 - 0 - - - 4532 - 1380 - 4635 - 0 - - - 13686 - 1502 - 12326 - 0 - - - 13682 - 550 - 12328 - 0 - - - 5746 - 841 - 5735 - 0 - - - 12671 - 6864 - 11417 - 1 - - - 7888 - 4381 - 6333 - 12 - - - 6645 - 1605 - 7217 - 0 - - - 5648 - 205 - 5627 - 0 - - - 9979 - 907 - 9101 - 0 - - - 12188 - 1307 - 11053 - 0 - - - 5882 - 1912 - 5888 - 0 - - - 8031 - 4526 - 6895 - 1 - - - 8197 - 4693 - 6575 - 3 - - - 8026 - 4521 - 1664 - 26 - - - 7833 - 1736 - 3263 - 2 - - - 9652 - 7188 - 8779 - 0 - - - 12363 - 1460 - 11152 - 0 - - - 11825 - 1846 - 10749 - 0 - - - 9126 - 6501 - 8029 - 1 - - - 1762 - 1887 - 1413 - 0 - - - 9280 - 648 - 8456 - 0 - - - 6029 - 273 - 6055 - 0 - - - 13677 - 7249 - 12321 - 0 - - - 11403 - 1146 - 10355 - 0 - - - 8325 - 891 - 7610 - 0 - - - 13589 - 7344 - 12236 - 1 - - - 6022 - 252 - 6047 - 0 - - - 12105 - 1827 - 11006 - 0 - - - 8904 - 173 - 8070 - 0 - - - 10595 - 843 - 9649 - 0 - - - 12075 - 1699 - 10968 - 0 - - - 9853 - 1411 - 8982 - 0 - - - 13952 - 1397 - 12514 - 0 - - - 12199 - 1818 - 11060 - 0 - - - 11582 - 998 - 10522 - 0 - - - 13168 - 1304 - 11852 - 0 - - - 4892 - 2103 - 6720 - 0 - - - 8541 - 1320 - 7810 - 0 - - - 12270 - 752 - 11115 - 0 - - - 5393 - 1205 - 5343 - 0 - - - 4746 - 269 - 6558 - 0 - - - 9795 - 1759 - 8922 - 0 - - - 3578 - 2066 - 4780 - 0 - - - 2166 - 1262 - 1851 - 0 - - - 2572 - 226 - 2291 - 0 - - - 5175 - 1115 - 5098 - 0 - - - 8013 - 4508 - 6575 - 15 - - - 10504 - 615 - 9550 - 0 - - - 10402 - 1075 - 9468 - 0 - - - 9152 - 1502 - 8359 - 0 - - - 4821 - 1099 - 6642 - 0 - - - 10820 - 1474 - 9846 - 0 - - - 9047 - 536 - 8322 - 0 - - - 7555 - 2081 - 6219 - 0 - - - 11264 - 1471 - 10240 - 0 - - - 13665 - 899 - 12309 - 0 - - - 9509 - 643 - 8638 - 0 - - - 8660 - 1560 - 7244 - 6 - - - 10423 - 1451 - 9480 - 0 - - - 5534 - 1642 - 5499 - 0 - - - 7371 - 1922 - 786 - 0 - - - 1947 - 652 - 1614 - 0 - - - 12176 - 6472 - 11029 - 7 - - - 13459 - 1255 - 12115 - 0 - - - 13322 - 7327 - 12004 - 0 - - - 9568 - 1319 - 8669 - 0 - - - 2313 - 1248 - 2012 - 0 - - - 9525 - 376 - 8651 - 0 - - - 7608 - 4098 - 5442 - 3 - - - 6508 - 1964 - 7067 - 0 - - - 11701 - 785 - 10622 - 0 - - - 13416 - 1448 - 12088 - 0 - - - 9636 - 268 - 8763 - 0 - - - 6707 - 785 - 7285 - 0 - - - 8077 - 4572 - 6234 - 106 - - - 11059 - 7638 - 10077 - 0 - - - 11662 - 1605 - 10585 - 0 - - - 10292 - 486 - 9391 - 0 - - - 8924 - 1058 - 8093 - 0 - - - 4150 - 1605 - 4220 - 0 - - - 8902 - 1068 - 8072 - 0 - - - 8963 - 162 - 8133 - 0 - - - 8275 - 4772 - 6234 - 123 - - - 3443 - 1094 - 3699 - 0 - - - 4591 - 1838 - 6387 - 0 - - - 9482 - 1627 - 8627 - 0 - - - 2107 - 1763 - 1787 - 0 - - - 12380 - 1416 - 11159 - 0 - - - 11603 - 1320 - 10548 - 0 - - - 6190 - 657 - 6233 - 0 - - - 9612 - 971 - 8739 - 0 - - - 9581 - 41 - 8708 - 0 - - - 13147 - 240 - 11836 - 0 - - - 12361 - 856 - 11146 - 0 - - - 7634 - 4125 - 6792 - 30 - - - 10111 - 876 - 9215 - 0 - - - 8845 - 1411 - 8019 - 0 - - - 10802 - 7506 - 7940 - 8 - - - 4765 - 1464 - 6582 - 0 - - - 9128 - 6503 - 8029 - 3 - - - 9848 - 1045 - 8981 - 0 - - - 6485 - 560 - 7042 - 0 - - - 13335 - 1370 - 12013 - 0 - - - 12024 - 1772 - 10942 - 0 - - - 8051 - 4546 - 5705 - 20 - - - 11499 - 1062 - 10441 - 0 - - - 8732 - 5780 - 7792 - 2 - - - 12339 - 5752 - 10866 - 50 - - - 5663 - 1151 - 5643 - 0 - - - 6748 - 1951 - 3734 - 0 - - - 10818 - 1427 - 9844 - 0 - - - 13713 - 7729 - 8513 - 42 - - - 8434 - 5095 - 1306 - 2 - - - 5952 - 1247 - 5968 - 0 - - - 13533 - 507 - 12201 - 0 - - - 12973 - 281 - 11671 - 0 - - - 7684 - 4175 - 5901 - 8 - - - 9745 - 7210 - 8872 - 0 - - - 10939 - 161 - 9960 - 0 - - - 7359 - 1804 - 6081 - 0 - - - 5542 - 1532 - 5507 - 0 - - - 12216 - 399 - 11065 - 0 - - - 7842 - 4335 - 6234 - 31 - - - 7931 - 4425 - 6234 - 45 - - - 9193 - 185 - 8396 - 0 - - - 11462 - 1637 - 10402 - 0 - - - 10716 - 352 - 9745 - 0 - - - 10900 - 7589 - 1664 - 24 - - - 7593 - 3432 - 5473 - 1 - - - 2842 - 1389 - 2580 - 0 - - - 13257 - 1164 - 11946 - 0 - - - 8244 - 4741 - 5705 - 23 - - - 12621 - 444 - 11368 - 0 - - - 13494 - 1326 - 12154 - 0 - - - 8933 - 1361 - 8100 - 0 - - - 7610 - 4101 - 4760 - 1 - - - 8049 - 4544 - 6119 - 2 - - - 5907 - 1662 - 5916 - 0 - - - 8911 - 6201 - 8080 - 0 - - - 9435 - 7024 - 8513 - 1 - - - 13517 - 184 - 12185 - 0 - - - 10189 - 656 - 9299 - 0 - - - 8971 - 1219 - 8137 - 0 - - - 2094 - 3400 - 1774 - 0 - - - 9044 - 1423 - 8314 - 0 - - - 9365 - 968 - 8525 - 0 - - - 12535 - 1710 - 11297 - 0 - - - 10633 - 7436 - 9684 - 0 - - - 4153 - 1605 - 4223 - 0 - - - 4956 - 2625 - 6794 - 0 - - - 11350 - 402 - 10307 - 0 - - - 6329 - 1593 - 6870 - 0 - - - 6083 - 591 - 6116 - 0 - - - 7891 - 4384 - 6773 - 1 - - - 13751 - 395 - 12348 - 0 - - - 8467 - 1016 - 7719 - 0 - - - 7538 - 2153 - 5809 - 0 - - - 6698 - 143 - 7275 - 0 - - - 13176 - 1082 - 11866 - 0 - - - 5462 - 952 - 5420 - 0 - - - 1826 - 3261 - 1483 - 0 - - - 13072 - 1514 - 11769 - 0 - - - 9183 - 447 - 8386 - 0 - - - 8931 - 1005 - 8099 - 0 - - - 9507 - 551 - 8469 - 3 - - - 12430 - 1466 - 11216 - 0 - - - 12273 - 7188 - 11128 - 0 - - - 11149 - 1035 - 10123 - 0 - - - 7611 - 4102 - 6575 - 19 - - - 13449 - 940 - 12111 - 0 - - - 3040 - 1411 - 3263 - 0 - - - 11069 - 1353 - 10086 - 0 - - - 5467 - 2018 - 5425 - 0 - - - 5483 - 126 - 5442 - 0 - - - 9729 - 1074 - 8856 - 0 - - - 1905 - 3359 - 1569 - 0 - - - 11585 - 1705 - 10528 - 0 - - - 8035 - 4530 - 5700 - 2 - - - 13470 - 1181 - 12121 - 0 - - - 5478 - 2020 - 5437 - 0 - - - 2974 - 1661 - 2724 - 0 - - - 4622 - 1660 - 6420 - 0 - - - 12756 - 253 - 11481 - 0 - - - 9303 - 6864 - 8434 - 1 - - - 8577 - 792 - 7835 - 0 - - - 12136 - 1054 - 11019 - 0 - - - 9375 - 1124 - 8545 - 0 - - - 12318 - 5724 - 10866 - 22 - - - 2971 - 1605 - 2721 - 0 - - - 3440 - 850 - 3696 - 0 - - - 5913 - 2026 - 5923 - 0 - - - 5620 - 2038 - 5596 - 0 - - - 1820 - 3257 - 1477 - 0 - - - 10448 - 1492 - 9502 - 0 - - - 12286 - 1128 - 11127 - 0 - - - 8240 - 7331 - 4872 - 1 - - - 13256 - 985 - 11937 - 0 - - - 11416 - 427 - 10370 - 0 - - - 9728 - 514 - 8855 - 0 - - - 8616 - 775 - 7874 - 0 - - - 6875 - 1095 - 7296 - 0 - - - 11805 - 745 - 10729 - 0 - - - 10507 - 1780 - 9554 - 0 - - - 2839 - 1605 - 2577 - 0 - - - 12155 - 249 - 11031 - 0 - - - 8092 - 4587 - 6248 - 2 - - - 6034 - 1048 - 6060 - 0 - - - 13722 - 7733 - 8513 - 46 - - - 6516 - 894 - 7076 - 0 - - - 2013 - 421 - 1685 - 0 - - - 4725 - 983 - 6534 - 0 - - - 9421 - 1251 - 8572 - 0 - - - 10965 - 7380 - 9988 - 1 - - - 10615 - 380 - 9668 - 0 - - - 11683 - 1079 - 10602 - 0 - - - 13927 - 258 - 12494 - 0 - - - 11039 - 664 - 10057 - 0 - - - 6152 - 2283 - 6191 - 0 - - - 12490 - 1036 - 11257 - 0 - - - 8116 - 4612 - 5867 - 1 - - - 9894 - 883 - 9014 - 0 - - - 4422 - 1605 - 4515 - 0 - - - 4874 - 733 - 6701 - 0 - - - 7791 - 4283 - 6245 - 1 - - - 13732 - 7731 - 8600 - 28 - - - 10501 - 199 - 9548 - 0 - - - 9338 - 1059 - 8512 - 0 - - - 2173 - 1778 - 1859 - 0 - - - 5887 - 249 - 5893 - 0 - - - 12610 - 6652 - 11357 - 1 - - - 4763 - 2094 - 6579 - 0 - - - 12319 - 5725 - 10866 - 23 - - - 10036 - 353 - 9164 - 0 - - - 10675 - 1158 - 9728 - 0 - - - 10453 - 907 - 9507 - 0 - - - 8201 - 4697 - 1664 - 11 - - - 8698 - 5746 - 7244 - 44 - - - 2087 - 829 - 1765 - 0 - - - 8205 - 4702 - 5891 - 6 - - - 7982 - 4476 - 5738 - 3 - - - 5939 - 1606 - 5953 - 0 - - - 10982 - 1605 - 10001 - 0 - - - 8759 - 1614 - 7929 - 0 - - - 12968 - 1226 - 11665 - 0 - - - 10805 - 374 - 9832 - 0 - - - 13315 - 1705 - 11984 - 0 - - - 5198 - 2176 - 5123 - 0 - - - 4910 - 1301 - 6741 - 0 - - - 10417 - 1066 - 9477 - 0 - - - 3352 - 223 - 3600 - 0 - - - 11055 - 7637 - 10073 - 0 - - - 3328 - 4655 - 3574 - 0 - - - 10961 - 832 - 9982 - 0 - - - 11827 - 1490 - 10753 - 0 - - - 791 - 1029 - 1309 - 0 - - - 2855 - 1051 - 2594 - 0 - - - 9976 - 1639 - 9098 - 0 - - - 9750 - 7212 - 8877 - 0 - - - 4144 - 763 - 4213 - 0 - - - 13263 - 7317 - 11942 - 0 - - - 11134 - 7366 - 9970 - 1 - - - 8751 - 560 - 7921 - 0 - - - 7934 - 4428 - 6219 - 34 - - - 10167 - 7322 - 9148 - 1 - - - 10526 - 1664 - 9567 - 0 - - - 11828 - 1279 - 10752 - 0 - - - 9599 - 1913 - 8726 - 0 - - - 11460 - 540 - 10399 - 0 - - - 8079 - 4574 - 5530 - 18 - - - 11515 - 5941 - 10454 - 0 - - - 12410 - 1373 - 11197 - 0 - - - 13518 - 1247 - 12186 - 0 - - - 8435 - 5096 - 1306 - 3 - - - 11305 - 1892 - 10270 - 0 - - - 8638 - 1193 - 7892 - 0 - - - 2085 - 1713 - 1763 - 0 - - - 6775 - 1315 - 6761 - 0 - - - 7977 - 4471 - 5705 - 56 - - - 5481 - 1396 - 5440 - 0 - - - 9504 - 326 - 8630 - 0 - - - 13228 - 1266 - 11908 - 0 - - - 1797 - 245 - 1452 - 0 - - - 6078 - 2195 - 6110 - 0 - - - 11449 - 3722 - 10386 - 0 - - - 7585 - 4700 - 6792 - 52 - - - 1779 - 1605 - 1432 - 0 - - - 8837 - 1613 - 8003 - 0 - - - 2095 - 1648 - 1775 - 0 - - - 12037 - 898 - 10948 - 0 - - - 12015 - 1110 - 10932 - 0 - - - 9799 - 1015 - 8926 - 0 - - - 8410 - 1605 - 7705 - 0 - - - 12448 - 447 - 11232 - 0 - - - 7819 - 4312 - 6267 - 1 - - - 5294 - 250 - 5227 - 0 - - - 10485 - 1505 - 9537 - 0 - - - 6873 - 1373 - 7269 - 0 - - - 6857 - 208 - 6293 - 0 - - - 12542 - 7059 - 11294 - 0 - - - 4768 - 1030 - 6585 - 0 - - - 4429 - 1717 - 4522 - 0 - - - 8125 - 1460 - 1664 - 9 - - - 9444 - 7033 - 8513 - 10 - - - 13612 - 7722 - 12254 - 0 - - - 11308 - 696 - 10273 - 0 - - - 11680 - 484 - 10607 - 0 - - - 11770 - 1285 - 10696 - 0 - - - 1935 - 584 - 1601 - 0 - - - 4608 - 1269 - 6405 - 0 - - - 10645 - 1924 - 9690 - 0 - - - 11748 - 3542 - 10676 - 0 - - - 12748 - 6221 - 11470 - 0 - - - 8426 - 5087 - 6792 - 78 - - - 7915 - 1560 - 6234 - 7 - - - 13777 - 844 - 12376 - 0 - - - 9276 - 335 - 8454 - 0 - - - 8172 - 4668 - 6401 - 6 - - - 5633 - 1613 - 5610 - 0 - - - 9041 - 259 - 8318 - 0 - - - 8046 - 4541 - 1664 - 34 - - - 10025 - 1255 - 9145 - 0 - - - 11639 - 1176 - 10573 - 0 - - - 2651 - 150 - 2373 - 0 - - - 6005 - 1661 - 6027 - 0 - - - 5642 - 961 - 5620 - 0 - - - 12349 - 5764 - 10866 - 62 - - - 5051 - 2169 - 4963 - 0 - - - 6544 - 1397 - 7106 - 0 - - - 8537 - 1459 - 7805 - 0 - - - 12506 - 737 - 11268 - 3 - - - 13687 - 7366 - 12330 - 1 - - - 10277 - 1591 - 9376 - 0 - - - 6366 - 1504 - 6910 - 0 - - - 8190 - 4686 - 6219 - 23 - - - 2898 - 3501 - 2640 - 0 - - - 13071 - 1598 - 11768 - 0 - - - 9822 - 536 - 8949 - 0 - - - 9408 - 421 - 8582 - 0 - - - 11898 - 1605 - 10818 - 0 - - - 2236 - 1605 - 1927 - 0 - - - 8735 - 5783 - 7706 - 1 - - - 4904 - 2107 - 6734 - 0 - - - 9049 - 909 - 8324 - 0 - - - 13490 - 299 - 12168 - 0 - - - 6377 - 1558 - 6922 - 0 - - - 12006 - 278 - 10914 - 0 - - - 9797 - 1345 - 8924 - 0 - - - 6725 - 1797 - 1862 - 0 - - - 8274 - 4771 - 5401 - 2 - - - 12709 - 5094 - 11442 - 1 - - - 5895 - 1915 - 5903 - 0 - - - 10393 - 1482 - 9460 - 0 - - - 12094 - 7208 - 10982 - 5 - - - 2888 - 234 - 2629 - 0 - - - 13839 - 504 - 12437 - 0 - - - 10607 - 1263 - 9657 - 0 - - - 2198 - 1888 - 1886 - 0 - - - 8121 - 4617 - 6234 - 57 - - - 7639 - 4130 - 6792 - 67 - - - 11503 - 784 - 10442 - 0 - - - 13503 - 647 - 12166 - 0 - - - 8012 - 4507 - 5705 - 22 - - - 2165 - 1045 - 1850 - 0 - - - 7331 - 743 - 5255 - 0 - - - 10927 - 6441 - 9953 - 0 - - - 5215 - 1469 - 5141 - 0 - - - 10003 - 602 - 9131 - 0 - - - 8764 - 215 - 7935 - 0 - - - 12161 - 421 - 11030 - 0 - - - 11799 - 6241 - 10721 - 0 - - - 7752 - 4244 - 5419 - 5 - - - 9531 - 614 - 8659 - 0 - - - 5959 - 2163 - 5977 - 0 - - - 10099 - 566 - 9251 - 0 - - - 6316 - 972 - 6856 - 0 - - - 5886 - 1698 - 5892 - 0 - - - 11432 - 5138 - 10375 - 10 - - - 4888 - 2100 - 6715 - 0 - - - 9283 - 887 - 8459 - 0 - - - 7856 - 4349 - 6932 - 1 - - - 4810 - 1110 - 6631 - 0 - - - 11824 - 910 - 10748 - 0 - - - 13169 - 7349 - 11859 - 1 - - - 3347 - 1398 - 3595 - 0 - - - 11676 - 1438 - 10600 - 0 - - - 11713 - 1323 - 10634 - 0 - - - 10067 - 397 - 9184 - 0 - - - 5521 - 1002 - 5484 - 0 - - - 9565 - 3722 - 8666 - 0 - - - 13652 - 770 - 12294 - 0 - - - 10492 - 1932 - 9539 - 0 - - - 10949 - 9 - 9974 - 0 - - - 10954 - 3543 - 9980 - 0 - - - 11660 - 1798 - 10583 - 0 - - - 11549 - 597 - 10488 - 0 - - - 5026 - 291 - 4938 - 0 - - - 5329 - 624 - 5268 - 0 - - - 8337 - 1751 - 7622 - 0 - - - 12786 - 1119 - 11512 - 0 - - - 9540 - 569 - 8737 - 1 - - - 7797 - 4289 - 6234 - 3 - - - 10080 - 1488 - 9189 - 0 - - - 6661 - 307 - 7234 - 0 - - - 9256 - 1444 - 8432 - 0 - - - 13279 - 7598 - 11953 - 0 - - - 10100 - 1840 - 9244 - 0 - - - 11693 - 901 - 10620 - 0 - - - 11857 - 1352 - 10776 - 0 - - - 8991 - 3741 - 8157 - 0 - - - 5456 - 1264 - 5414 - 0 - - - 2096 - 1605 - 1776 - 0 - - - 8186 - 4682 - 1664 - 14 - - - 8731 - 5779 - 7792 - 1 - - - 11633 - 1776 - 10566 - 0 - - - 12205 - 5779 - 10939 - 1 - - - 8665 - 5713 - 7244 - 11 - - - 10941 - 1078 - 9966 - 0 - - - 9295 - 1405 - 8467 - 0 - - - 4973 - 1891 - 6813 - 0 - - - 8078 - 4573 - 6234 - 6 - - - 12496 - 3429 - 11269 - 0 - - - 8120 - 4616 - 5738 - 12 - - - 7633 - 4124 - 6792 - 18 - - - 11466 - 235 - 10405 - 0 - - - 2093 - 1605 - 1773 - 0 - - - 12804 - 500 - 11519 - 0 - - - 9473 - 7059 - 8604 - 0 - - - 11913 - 6101 - 10838 - 0 - - - 10316 - 4079 - 9353 - 5 - - - 4753 - 1458 - 6567 - 0 - - - 6828 - 1276 - 7300 - 0 - - - 6519 - 997 - 7079 - 0 - - - 10698 - 4694 - 9655 - 2 - - - 5482 - 1234 - 5441 - 0 - - - 10112 - 1419 - 9236 - 0 - - - 12513 - 1588 - 11280 - 0 - - - 12086 - 554 - 10980 - 0 - - - 12915 - 7144 - 11619 - 1 - - - 12873 - 182 - 11560 - 0 - - - 5243 - 630 - 5171 - 0 - - - 3475 - 1268 - 4668 - 0 - - - 12451 - 536 - 11234 - 0 - - - 4080 - 1605 - 4145 - 0 - - - 13604 - 569 - 12248 - 0 - - - 8094 - 4589 - 6234 - 53 - - - 8141 - 4637 - 6575 - 12 - - - 5819 - 1921 - 5819 - 0 - - - 10197 - 979 - 9306 - 0 - - - 8962 - 1605 - 8129 - 0 - - - 4431 - 1605 - 4525 - 0 - - - 813 - 1623 - 1335 - 0 - - - 6673 - 727 - 7248 - 0 - - - 5789 - 536 - 5786 - 0 - - - 9314 - 1688 - 8489 - 0 - - - 11290 - 7660 - 10254 - 0 - - - 12713 - 5099 - 11442 - 5 - - - 12071 - 842 - 10992 - 0 - - - 6157 - 1347 - 6197 - 0 - - - 3561 - 2056 - 4761 - 0 - - - 12446 - 1691 - 11223 - 0 - - - 12491 - 1667 - 11265 - 0 - - - 11889 - 181 - 10810 - 0 - - - 2105 - 408 - 1785 - 0 - - - 11822 - 1298 - 10747 - 0 - - - 8088 - 4583 - 5506 - 22 - - - 3563 - 2057 - 4763 - 0 - - - 6554 - 2185 - 7117 - 0 - - - 7735 - 4227 - 7239 - 3 - - - 8989 - 1304 - 8154 - 0 - - - 5878 - 838 - 5884 - 0 - - - 6798 - 1871 - 5491 - 0 - - - 13880 - 7353 - 10611 - 3 - - - 11545 - 1385 - 10482 - 0 - - - 13808 - 3421 - 12404 - 0 - - - 13746 - 349 - 12339 - 0 - - - 7619 - 4110 - 6483 - 6 - - - 12315 - 5720 - 10866 - 18 - - - 4832 - 836 - 6654 - 0 - - - 1117 - 1605 - 488 - 0 - - - 13415 - 1692 - 12082 - 0 - - - 8136 - 784 - 5700 - 7 - - - 9399 - 1824 - 8568 - 0 - - - 5553 - 891 - 5521 - 0 - - - 2261 - 1671 - 1955 - 0 - - - 10160 - 597 - 9255 - 0 - - - 9298 - 579 - 8461 - 0 - - - 5716 - 1562 - 5700 - 0 - - - 5955 - 1527 - 5971 - 0 - - - 6995 - 1605 - 1749 - 0 - - - 7624 - 4115 - 6792 - 27 - - - 9603 - 856 - 8730 - 0 - - - 4740 - 2092 - 6552 - 0 - - - 7719 - 4100 - 3570 - 3 - - - 12102 - 6964 - 10968 - 6 - - - 1781 - 3413 - 1435 - 0 - - - 12464 - 1440 - 11245 - 0 - - - 2862 - 1369 - 2601 - 0 - - - 13478 - 594 - 12156 - 0 - - - 11249 - 311 - 10223 - 0 - - - 12034 - 610 - 10958 - 0 - - - 8132 - 4628 - 6792 - 46 - - - 12118 - 6509 - 11013 - 6 - - - 10069 - 1552 - 9173 - 0 - - - 8580 - 1554 - 7839 - 0 - - - 7786 - 4278 - 6130 - 3 - - - 2872 - 1352 - 2612 - 0 - - - 8045 - 4540 - 5732 - 3 - - - 7815 - 4308 - 6333 - 5 - - - 12125 - 929 - 11013 - 13 - - - 13943 - 7305 - 12511 - 0 - - - 12047 - 1890 - 10989 - 0 - - - 10530 - 255 - 9583 - 0 - - - 10324 - 7360 - 9353 - 13 - - - 9177 - 1196 - 8381 - 0 - - - 6632 - 752 - 7203 - 0 - - - 6724 - 1559 - 1817 - 0 - - - 4123 - 1605 - 4190 - 0 - - - 9639 - 856 - 8766 - 0 - - - 12986 - 1103 - 11683 - 0 - - - 11323 - 1038 - 10288 - 0 - - - 7015 - 2803 - 2147 - 0 - - - 2265 - 1390 - 1959 - 0 - - - 10925 - 1465 - 9948 - 0 - - - 4143 - 175 - 4212 - 0 - - - 6539 - 2181 - 7101 - 0 - - - 2618 - 1781 - 2338 - 0 - - - 5531 - 1213 - 5495 - 0 - - - 8514 - 186 - 7784 - 0 - - - 12749 - 1183 - 11472 - 0 - - - 5869 - 179 - 5874 - 0 - - - 11610 - 962 - 10551 - 0 - - - 10000 - 1245 - 9130 - 0 - - - 9790 - 698 - 8917 - 0 - - - 5315 - 1143 - 5251 - 0 - - - 13110 - 6122 - 11796 - 0 - - - 9871 - 7241 - 8600 - 10 - - - 6689 - 1132 - 7265 - 0 - - - 9980 - 804 - 9097 - 0 - - - 9833 - 537 - 8959 - 0 - - - 8421 - 5082 - 6792 - 73 - - - 12472 - 5561 - 11241 - 0 - - - 4820 - 1924 - 6641 - 0 - - - 4179 - 1605 - 4251 - 0 - - - 13291 - 1020 - 11970 - 0 - - - 4439 - 1605 - 4534 - 0 - - - 6082 - 1555 - 6115 - 0 - - - 5444 - 2016 - 5401 - 0 - - - 2934 - 120 - 2679 - 0 - - - 11756 - 919 - 10670 - 0 - - - 12522 - 7063 - 11288 - 0 - - - 11255 - 1595 - 10231 - 0 - - - 9307 - 1727 - 8481 - 0 - - - 8756 - 891 - 7928 - 0 - - - 2822 - 3312 - 2558 - 0 - - - 13387 - 462 - 12066 - 0 - - - 5213 - 1271 - 5139 - 0 - - - 12001 - 1718 - 10927 - 0 - - - 9680 - 1241 - 8806 - 0 - - - 10302 - 1353 - 9400 - 0 - - - 12712 - 5098 - 11442 - 4 - - - 11573 - 1204 - 10514 - 0 - - - 12854 - 984 - 11556 - 0 - - - 4834 - 1108 - 6656 - 0 - - - 11528 - 1744 - 10468 - 0 - - - 9466 - 7055 - 8513 - 32 - - - 3446 - 398 - 3702 - 0 - - - 9344 - 1067 - 8515 - 0 - - - 8661 - 5709 - 7244 - 7 - - - 7954 - 4448 - 4961 - 2 - - - 8649 - 1665 - 7905 - 0 - - - 12905 - 1991 - 11612 - 0 - - - 3581 - 2068 - 4783 - 0 - - - 11548 - 1242 - 10489 - 0 - - - 8568 - 1236 - 7827 - 0 - - - 9850 - 1514 - 8977 - 0 - - - 12149 - 1362 - 11029 - 0 - - - 8350 - 1720 - 7630 - 0 - - - 10549 - 1262 - 9604 - 0 - - - 5737 - 1993 - 5724 - 0 - - - 6699 - 3721 - 7276 - 0 - - - 11197 - 7645 - 10176 - 0 - - - 10482 - 7396 - 9521 - 1 - - - 7789 - 4281 - 2327 - 2 - - - 9809 - 7219 - 8936 - 0 - - - 4727 - 336 - 6536 - 0 - - - 11807 - 1653 - 10730 - 0 - - - 11370 - 909 - 10323 - 0 - - - 4581 - 1534 - 6376 - 0 - - - 4584 - 1820 - 6379 - 0 - - - 9200 - 6646 - 8339 - 2 - - - 2260 - 752 - 1952 - 0 - - - 7321 - 1415 - 6546 - 0 - - - 10193 - 1625 - 9301 - 0 - - - 10329 - 7365 - 9377 - 1 - - - 12249 - 794 - 11098 - 0 - - - 7635 - 4126 - 6792 - 7 - - - 11584 - 1726 - 10527 - 0 - - - 6992 - 3374 - 1704 - 0 - - - 9195 - 1598 - 8398 - 0 - - - 10440 - 1605 - 9494 - 0 - - - 8498 - 3421 - 7767 - 0 - - - 11794 - 388 - 10719 - 0 - - - 2925 - 1546 - 2670 - 0 - - - 12440 - 1574 - 11219 - 0 - - - 6325 - 1109 - 6866 - 0 - - - 1948 - 1997 - 1615 - 0 - - - 13247 - 551 - 11921 - 0 - - - 13929 - 1075 - 12492 - 0 - - - 5340 - 749 - 5281 - 0 - - - 13744 - 1952 - 12341 - 0 - - - 5326 - 526 - 5265 - 0 - - - 12190 - 7189 - 11052 - 0 - - - 9838 - 486 - 8967 - 0 - - - 12452 - 1828 - 11235 - 0 - - - 12304 - 1560 - 10866 - 6 - - - 5810 - 2154 - 5810 - 0 - - - 13850 - 7502 - 12446 - 0 - - - 8874 - 1846 - 8044 - 0 - - - 11534 - 404 - 10474 - 0 - - - 12389 - 794 - 11181 - 0 - - - 6839 - 1950 - 7311 - 0 - - - 9138 - 6513 - 8029 - 13 - - - 12180 - 5777 - 10819 - 1 - - - 13937 - 1883 - 12505 - 0 - - - 5214 - 718 - 5140 - 0 - - - 12173 - 4677 - 11029 - 4 - - - 5780 - 1980 - 5775 - 0 - - - 11496 - 1683 - 10435 - 0 - - - 5324 - 2014 - 5263 - 0 - - - 12388 - 584 - 11171 - 0 - - - 12292 - 1933 - 11138 - 0 - - - 6374 - 662 - 6919 - 0 - - - 4106 - 126 - 4173 - 0 - - - 11209 - 1389 - 10189 - 0 - - - 5536 - 1435 - 5501 - 0 - - - 10960 - 523 - 9986 - 0 - - - 5635 - 1308 - 5612 - 0 - - - 2850 - 1605 - 2588 - 0 - - - 8191 - 4687 - 6234 - 87 - - - 12298 - 808 - 11142 - 0 - - - 9771 - 386 - 8898 - 0 - - - 10987 - 1792 - 10005 - 0 - - - 9499 - 1947 - 8629 - 0 - - - 12365 - 1352 - 11158 - 0 - - - 12235 - 1010 - 11086 - 0 - - - 5493 - 1461 - 5453 - 0 - - - 5758 - 326 - 5749 - 0 - - - 6764 - 1172 - 6487 - 0 - - - 9157 - 584 - 8362 - 0 - - - 6706 - 189 - 7284 - 0 - - - 309 - 1531 - 785 - 0 - - - 2175 - 1354 - 1861 - 0 - - - 8594 - 1769 - 7852 - 0 - - - 11418 - 1525 - 10369 - 0 - - - 8794 - 1499 - 7964 - 0 - - - 11137 - 1211 - 9976 - 3 - - - 13381 - 573 - 12053 - 0 - - - 2080 - 1212 - 1758 - 0 - - - 13573 - 6825 - 11919 - 1 - - - 9579 - 973 - 8706 - 0 - - - 5715 - 2246 - 5699 - 0 - - - 7923 - 4417 - 6234 - 2 - - - 10011 - 1310 - 9137 - 0 - - - 6080 - 1201 - 6113 - 0 - - - 12552 - 884 - 11307 - 0 - - - 2302 - 1366 - 1999 - 0 - - - 11958 - 644 - 10883 - 0 - - - 10135 - 1730 - 9223 - 0 - - - 5784 - 1607 - 5781 - 0 - - - 2869 - 1339 - 2609 - 0 - - - 13911 - 1829 - 12495 - 0 - - - 7354 - 1009 - 5960 - 0 - - - 8856 - 527 - 8018 - 0 - - - 4096 - 1605 - 4162 - 0 - - - 12156 - 943 - 11040 - 0 - - - 9062 - 1433 - 8340 - 0 - - - 12050 - 7159 - 10986 - 0 - - - 10252 - 7342 - 9303 - 3 - - - 4127 - 1605 - 4195 - 0 - - - 4116 - 339 - 4183 - 0 - - - 8238 - 4735 - 5532 - 2 - - - 7840 - 4333 - 6245 - 2 - - - 3333 - 839 - 3580 - 0 - - - 9141 - 4165 - 8029 - 16 - - - 3448 - 811 - 3704 - 0 - - - 10314 - 7352 - 9353 - 3 - - - 5118 - 1249 - 5036 - 0 - - - 11605 - 452 - 10547 - 0 - - - 11820 - 527 - 10744 - 0 - - - 9229 - 6706 - 8049 - 3 - - - 4658 - 922 - 6460 - 0 - - - 4764 - 1327 - 6581 - 0 - - - 12707 - 1947 - 11443 - 0 - - - 13512 - 1622 - 12178 - 0 - - - 9761 - 1640 - 8888 - 0 - - - 5464 - 188 - 5422 - 0 - - - 4688 - 1292 - 6494 - 0 - - - 9575 - 1731 - 8702 - 0 - - - 11274 - 5127 - 10237 - 2 - - - 5550 - 2308 - 5517 - 0 - - - 12275 - 7004 - 11120 - 0 - - - 8849 - 4097 - 8021 - 0 - - - 5554 - 1358 - 5522 - 0 - - - 11698 - 1895 - 10616 - 0 - - - 6139 - 1573 - 6178 - 0 - - - 5777 - 319 - 5772 - 0 - - - 11098 - 1505 - 10105 - 0 - - - 9302 - 1976 - 8470 - 0 - - - 10288 - 801 - 9383 - 0 - - - 11396 - 1720 - 10348 - 0 - - - 5267 - 1276 - 5197 - 0 - - - 5190 - 227 - 5114 - 0 - - - 6094 - 549 - 6128 - 0 - - - 8752 - 617 - 7925 - 0 - - - 11665 - 1098 - 10588 - 0 - - - 3327 - 757 - 3573 - 0 - - - 7313 - 247 - 1344 - 0 - - - 11581 - 1745 - 10521 - 0 - - - 10131 - 1519 - 9254 - 0 - - - 4787 - 2208 - 6606 - 0 - - - 5399 - 130 - 5349 - 0 - - - 7681 - 4172 - 5872 - 1 - - - 12054 - 1600 - 10982 - 0 - - - 9990 - 208 - 9113 - 0 - - - 9278 - 6825 - 8019 - 1 - - - 7854 - 4347 - 5930 - 1 - - - 9960 - 894 - 9078 - 0 - - - 5032 - 1313 - 4944 - 0 - - - 9118 - 6477 - 7940 - 1 - - - 12027 - 1065 - 10947 - 0 - - - 12896 - 980 - 11595 - 0 - - - 11252 - 1531 - 10227 - 0 - - - 9005 - 356 - 8177 - 0 - - - 8673 - 5721 - 7244 - 19 - - - 9576 - 301 - 8703 - 0 - - - 7940 - 4434 - 5705 - 17 - - - 7582 - 4400 - 6792 - 5 - - - 11935 - 7104 - 10869 - 0 - - - 11990 - 1141 - 10920 - 0 - - - 13308 - 461 - 11985 - 0 - - - 11229 - 1171 - 10212 - 0 - - - 8930 - 1375 - 8102 - 0 - - - 10272 - 581 - 9365 - 0 - - - 5947 - 214 - 5962 - 0 - - - 10643 - 634 - 9688 - 0 - - - 11948 - 559 - 10856 - 0 - - - 5917 - 371 - 5927 - 0 - - - 9805 - 1227 - 8932 - 0 - - - 12842 - 1042 - 11551 - 0 - - - 13404 - 457 - 12085 - 0 - - - 7366 - 993 - 7058 - 0 - - - 13681 - 710 - 12324 - 0 - - - 8262 - 4759 - 5738 - 15 - - - 11118 - 4370 - 10085 - 21 - - - 10179 - 1346 - 9292 - 0 - - - 12900 - 1442 - 11597 - 0 - - - 10613 - 1194 - 9664 - 0 - - - 7048 - 1003 - 2738 - 0 - - - 13672 - 1391 - 12317 - 0 - - - 9851 - 1574 - 8978 - 0 - - - 9187 - 1895 - 8387 - 0 - - - 13441 - 125 - 12134 - 0 - - - 3454 - 1790 - 4647 - 0 - - - 5539 - 2304 - 5504 - 0 - - - 9662 - 1155 - 8794 - 0 - - - 3467 - 1489 - 4660 - 0 - - - 11315 - 3545 - 10281 - 0 - - - 8090 - 4585 - 6234 - 13 - - - 12055 - 944 - 10994 - 0 - - - 10978 - 1411 - 9996 - 0 - - - 7966 - 4460 - 6333 - 13 - - - 9493 - 1570 - 8613 - 0 - - - 10638 - 1667 - 9699 - 0 - - - 10398 - 1298 - 9462 - 0 - - - 6053 - 2077 - 6083 - 0 - - - 8074 - 4569 - 6401 - 13 - - - 11657 - 7338 - 10580 - 5 - - - 2255 - 1342 - 1947 - 0 - - - 8608 - 1191 - 7866 - 0 - - - 11908 - 1726 - 10832 - 0 - - - 8703 - 5751 - 7244 - 49 - - - 9998 - 444 - 9121 - 0 - - - 9649 - 1007 - 8776 - 0 - - - 7595 - 4085 - 7085 - 2 - - - 11831 - 1971 - 10755 - 0 - - - 5922 - 1667 - 5933 - 0 - - - 10628 - 916 - 9680 - 0 - - - 11547 - 1036 - 10483 - 0 - - - 8335 - 506 - 7620 - 0 - - - 11335 - 7665 - 10299 - 0 - - - 12226 - 191 - 11079 - 0 - - - 7971 - 4465 - 6233 - 5 - - - 9803 - 256 - 8930 - 0 - - - 12035 - 284 - 10953 - 0 - - - 7961 - 4455 - 5248 - 3 - - - 9958 - 946 - 9074 - 0 - - - 10558 - 7410 - 9613 - 0 - - - 5016 - 1121 - 4927 - 0 - - - 9981 - 1910 - 9104 - 0 - - - 12074 - 1215 - 10985 - 0 - - - 8565 - 699 - 7822 - 0 - - - 9716 - 1958 - 8839 - 0 - - - 6231 - 1971 - 6280 - 0 - - - 4773 - 1007 - 6590 - 0 - - - 5543 - 2306 - 5508 - 0 - - - 13097 - 7057 - 8600 - 23 - - - 12840 - 1239 - 11545 - 0 - - - 11522 - 1253 - 10461 - 0 - - - 13039 - 1222 - 11732 - 0 - - - 12115 - 6503 - 11013 - 3 - - - 10926 - 891 - 9951 - 0 - - - 8508 - 1992 - 7778 - 0 - - - 12482 - 1726 - 11258 - 0 - - - 12356 - 5774 - 10866 - 72 - - - 11631 - 1813 - 10564 - 0 - - - 11206 - 1605 - 10186 - 0 - - - 12443 - 344 - 11224 - 0 - - - 12420 - 1813 - 11206 - 0 - - - 11304 - 7663 - 10085 - 29 - - - 9857 - 1649 - 8986 - 0 - - - 9336 - 1400 - 8503 - 0 - - - 7929 - 4423 - 4885 - 1 - - - 3321 - 1605 - 3567 - 0 - - - 8322 - 1864 - 7605 - 0 - - - 6140 - 1590 - 6179 - 0 - - - 5919 - 463 - 5929 - 0 - - - 11592 - 244 - 10535 - 0 - - - 11043 - 604 - 10061 - 0 - - - 4946 - 1549 - 6783 - 0 - - - 13217 - 384 - 11896 - 0 - - - 6092 - 2198 - 6126 - 0 - - - 6070 - 950 - 6102 - 0 - - - 12628 - 4523 - 11372 - 0 - - - 9424 - 1551 - 8600 - 0 - - - 7960 - 4454 - 6333 - 11 - - - 9004 - 1901 - 8179 - 0 - - - 7686 - 4177 - 5705 - 55 - - - 7939 - 4433 - 5705 - 29 - - - 10116 - 1994 - 9217 - 0 - - - 5364 - 1337 - 5309 - 0 - - - 5785 - 859 - 5782 - 0 - - - 9171 - 1100 - 8377 - 0 - - - 3562 - 883 - 4762 - 0 - - - 3786 - 41 - 3829 - 0 - - - 8494 - 1563 - 7770 - 0 - - - 4485 - 1792 - 4583 - 0 - - - 8394 - 1025 - 7690 - 0 - - - 789 - 752 - 1307 - 0 - - - 6097 - 2199 - 6132 - 0 - - - 12112 - 1699 - 11013 - 0 - - - 11671 - 7198 - 10593 - 0 - - - 1909 - 1336 - 1573 - 0 - - - 10070 - 476 - 9176 - 0 - - - 9601 - 534 - 8728 - 0 - - - 6203 - 124 - 6248 - 0 - - - 5769 - 1053 - 5762 - 0 - - - 10386 - 1233 - 9450 - 0 - - - 10006 - 379 - 9125 - 0 - - - 818 - 826 - 1340 - 0 - - - 5557 - 1093 - 5525 - 0 - - - 7826 - 4319 - 5427 - 13 - - - 12095 - 6101 - 10982 - 6 - - - 9491 - 728 - 8636 - 0 - - - 11525 - 3681 - 10464 - 0 - - - 7530 - 2032 - 5586 - 0 - - - 8303 - 201 - 7593 - 0 - - - 10305 - 766 - 9405 - 0 - - - 8840 - 6021 - 8010 - 0 - - - 8693 - 5741 - 7244 - 39 - - - 9526 - 1766 - 8655 - 0 - - - 8599 - 554 - 7856 - 0 - - - 8171 - 4667 - 5506 - 32 - - - 6711 - 1648 - 7290 - 0 - - - 4907 - 163 - 6737 - 0 - - - 10392 - 1524 - 9455 - 0 - - - 8261 - 3681 - 7087 - 1 - - - 8060 - 4555 - 5530 - 15 - - - 9844 - 1532 - 8972 - 0 - - - 2885 - 1532 - 2626 - 0 - - - 9619 - 480 - 8746 - 0 - - - 12133 - 7697 - 11022 - 0 - - - 12536 - 376 - 11300 - 0 - - - 6225 - 1449 - 6272 - 0 - - - 5560 - 774 - 5528 - 0 - - - 5872 - 2261 - 5877 - 0 - - - 5760 - 1257 - 5751 - 0 - - - 8321 - 4828 - 7308 - 2 - - - 13246 - 1508 - 11927 - 0 - - - 8059 - 4554 - 5891 - 14 - - - 1718 - 1605 - 3238 - 0 - - - 3442 - 189 - 3698 - 0 - - - 4879 - 1376 - 6706 - 0 - - - 8042 - 1942 - 6174 - 1 - - - 10614 - 1317 - 9667 - 0 - - - 7957 - 4451 - 5442 - 1 - - - 9613 - 1407 - 8740 - 0 - - - 12481 - 1191 - 11262 - 0 - - - 1958 - 481 - 1625 - 0 - - - 6284 - 1934 - 6821 - 0 - - - 10104 - 976 - 9252 - 0 - - - 7357 - 1591 - 6050 - 0 - - - 8688 - 5736 - 7244 - 34 - - - 8001 - 4495 - 6219 - 27 - - - 8857 - 1430 - 8028 - 0 - - - 9959 - 586 - 9076 - 0 - - - 8869 - 336 - 8042 - 0 - - - 13904 - 1623 - 12474 - 0 - - - 12309 - 5703 - 10866 - 1 - - - 4890 - 1882 - 6717 - 0 - - - 10298 - 844 - 9399 - 0 - - - 6815 - 1809 - 5932 - 0 - - - 6680 - 1177 - 7255 - 0 - - - 13410 - 566 - 12096 - 0 - - - 12398 - 6625 - 11181 - 1 - - - 12051 - 7696 - 10991 - 0 - - - 8647 - 1335 - 7842 - 0 - - - 9190 - 1210 - 8395 - 0 - - - 9024 - 362 - 8261 - 0 - - - 9648 - 523 - 8775 - 0 - - - 10919 - 376 - 9941 - 0 - - - 9208 - 6654 - 7935 - 1 - - - 5561 - 2309 - 5529 - 0 - - - 12882 - 1969 - 11578 - 0 - - - 4638 - 2239 - 6437 - 0 - - - 9313 - 210 - 8485 - 0 - - - 8877 - 6122 - 8052 - 0 - - - 307 - 724 - 783 - 0 - - - 13316 - 915 - 11997 - 0 - - - 13370 - 1782 - 12051 - 0 - - - 12501 - 891 - 11275 - 0 - - - 8507 - 1176 - 7780 - 0 - - - 4958 - 1004 - 6797 - 0 - - - 13210 - 813 - 11888 - 0 - - - 5728 - 414 - 5715 - 0 - - - 9042 - 628 - 8317 - 0 - - - 5541 - 892 - 5506 - 0 - - - 11879 - 5710 - 10800 - 0 - - - 10807 - 7508 - 9834 - 0 - - - 9103 - 4195 - 8061 - 2 - - - 2711 - 1039 - 2438 - 0 - - - 8545 - 1511 - 7816 - 0 - - - 2936 - 425 - 2681 - 0 - - - 13145 - 1674 - 11834 - 0 - - - 13779 - 690 - 12373 - 0 - - - 9233 - 1091 - 8412 - 0 - - - 12987 - 480 - 11688 - 0 - - - 8061 - 4556 - 5738 - 14 - - - 9831 - 372 - 8957 - 0 - - - 4120 - 1605 - 4187 - 0 - - - 6343 - 989 - 6886 - 0 - - - 2571 - 184 - 2290 - 0 - - - 10119 - 1584 - 9229 - 0 - - - 9135 - 6510 - 8029 - 10 - - - 9708 - 1512 - 8835 - 0 - - - 10923 - 435 - 9947 - 0 - - - 8958 - 1704 - 8126 - 0 - - - 13033 - 982 - 11727 - 0 - - - 11955 - 749 - 10872 - 0 - - - 8563 - 1834 - 7824 - 0 - - - 4942 - 913 - 6777 - 0 - - - 5194 - 639 - 5119 - 0 - - - 12029 - 1326 - 10935 - 0 - - - 6502 - 2051 - 7061 - 0 - - - 308 - 1139 - 784 - 0 - - - 6659 - 1576 - 7232 - 0 - - - 9789 - 1347 - 8916 - 0 - - - 5176 - 739 - 5100 - 0 - - - 7725 - 4217 - 6222 - 3 - - - 8836 - 996 - 8004 - 0 - - - 326 - 1605 - 804 - 0 - - - 11433 - 5139 - 10375 - 11 - - - 5685 - 2316 - 5667 - 0 - - - 10387 - 481 - 9449 - 0 - - - 12245 - 1402 - 11091 - 0 - - - 13175 - 1518 - 11865 - 0 - - - 11061 - 1605 - 10079 - 0 - - - 6149 - 2280 - 6188 - 0 - - - 3340 - 349 - 3587 - 0 - - - 13419 - 1123 - 12097 - 0 - - - 8328 - 411 - 7611 - 0 - - - 10405 - 1492 - 9467 - 0 - - - 4427 - 1605 - 4520 - 0 - - - 4630 - 264 - 6429 - 0 - - - 7648 - 4139 - 5737 - 1 - - - 5954 - 1496 - 5970 - 0 - - - 7936 - 4430 - 1664 - 6 - - - 10667 - 168 - 9724 - 0 - - - 9627 - 837 - 8760 - 0 - - - 13454 - 638 - 12136 - 0 - - - 10618 - 7433 - 9669 - 0 - - - 8472 - 4138 - 7295 - 3 - - - 12012 - 6482 - 10911 - 5 - - - 12247 - 7699 - 10186 - 1 - - - 12821 - 1540 - 11531 - 0 - - - 12909 - 744 - 11617 - 0 - - - 9781 - 938 - 8904 - 0 - - - 10382 - 524 - 9447 - 0 - - - 12591 - 7218 - 11337 - 0 - - - 8429 - 5090 - 6792 - 81 - - - 5617 - 376 - 5593 - 0 - - - 8816 - 1853 - 7986 - 0 - - - 6155 - 2286 - 6194 - 0 - - - 12546 - 187 - 11303 - 0 - - - 13467 - 627 - 12119 - 0 - - - 5652 - 691 - 5631 - 0 - - - 6208 - 1147 - 6253 - 0 - - - 10250 - 7340 - 9303 - 1 - - - 9159 - 1700 - 8367 - 0 - - - 6074 - 900 - 6106 - 0 - - - 4767 - 1640 - 6584 - 0 - - - 5472 - 1181 - 5431 - 0 - - - 11876 - 583 - 10794 - 0 - - - 6776 - 169 - 6780 - 0 - - - 2845 - 1210 - 2583 - 0 - - - 7709 - 166 - 4656 - 1 - - - 9647 - 156 - 8774 - 0 - - - 11852 - 1734 - 10775 - 0 - - - 6320 - 351 - 6860 - 0 - - - 11381 - 875 - 10332 - 0 - - - 11751 - 3547 - 10680 - 0 - - - 9490 - 1370 - 8616 - 0 - - - 3678 - 383 - 3713 - 0 - - - 5318 - 539 - 5254 - 0 - - - 10656 - 339 - 9706 - 0 - - - 10032 - 1491 - 9159 - 0 - - - 12387 - 1221 - 11173 - 0 - - - 8722 - 5770 - 7244 - 68 - - - 4105 - 1605 - 4172 - 0 - - - 12964 - 136 - 11659 - 0 - - - 2881 - 1283 - 2622 - 0 - - - 8988 - 3501 - 8146 - 0 - - - 7596 - 4086 - 4644 - 1 - - - 11235 - 5123 - 10210 - 5 - - - 12607 - 891 - 11356 - 0 - - - 6737 - 1202 - 2655 - 0 - - - 7367 - 933 - 7237 - 0 - - - 9523 - 1565 - 8649 - 0 - - - 9558 - 596 - 8600 - 7 - - - 12031 - 1669 - 10950 - 0 - - - 3574 - 543 - 4776 - 0 - - - 311 - 3741 - 788 - 0 - - - 9073 - 6404 - 7915 - 1 - - - 5202 - 941 - 5127 - 0 - - - 11277 - 295 - 10243 - 0 - - - 8002 - 4496 - 5506 - 28 - - - 6780 - 1594 - 5133 - 0 - - - 10263 - 7347 - 9350 - 2 - - - 2806 - 327 - 2541 - 0 - - - 11890 - 3646 - 10811 - 0 - - - 7783 - 4275 - 6755 - 2 - - - 8604 - 1254 - 7861 - 0 - - - 9359 - 811 - 8528 - 0 - - - 12567 - 634 - 11326 - 0 - - - 3353 - 1976 - 3601 - 0 - - - 5373 - 589 - 5319 - 0 - - - 10483 - 1605 - 9530 - 0 - - - 7594 - 4084 - 5613 - 1 - - - 9798 - 1054 - 8925 - 0 - - - 11887 - 468 - 10805 - 0 - - - 2848 - 1233 - 2586 - 0 - - - 12962 - 1407 - 11660 - 0 - - - 1900 - 397 - 1563 - 0 - - - 10163 - 551 - 9276 - 0 - - - 9887 - 7249 - 8999 - 0 - - - 6239 - 1185 - 6289 - 0 - - - 8521 - 5262 - 2668 - 2 - - - 5344 - 5561 - 5285 - 0 - - - 6788 - 803 - 5308 - 0 - - - 4647 - 1176 - 6447 - 0 - - - 9323 - 1835 - 8497 - 0 - - - 6874 - 752 - 7281 - 0 - - - 10599 - 741 - 9651 - 0 - - - 7748 - 4240 - 6234 - 111 - - - 6057 - 1772 - 6088 - 0 - - - 10231 - 148 - 9343 - 0 - - - 13888 - 4549 - 10611 - 7 - - - 12345 - 5760 - 10866 - 58 - - - 5019 - 1169 - 4930 - 0 - - - 9552 - 4202 - 8600 - 1 - - - 11915 - 254 - 10834 - 0 - - - 7739 - 4231 - 5705 - 30 - - - 8699 - 5747 - 7244 - 45 - - - 7844 - 4337 - 5705 - 10 - - - 9965 - 1479 - 9082 - 0 - - - 7822 - 4315 - 6234 - 14 - - - 12281 - 1321 - 11117 - 0 - - - 5356 - 1403 - 5299 - 0 - - - 9481 - 752 - 8607 - 0 - - - 9357 - 849 - 8521 - 0 - - - 8556 - 5389 - 7250 - 5 - - - 11593 - 695 - 10531 - 0 - - - 790 - 1146 - 1308 - 0 - - - 8269 - 4766 - 6130 - 14 - - - 6668 - 3663 - 7242 - 0 - - - 10016 - 300 - 9138 - 0 - - - 10441 - 367 - 9495 - 0 - - - 11376 - 660 - 10328 - 0 - - - 9291 - 1137 - 8466 - 0 - - - 12467 - 1139 - 11244 - 0 - - - 4602 - 2126 - 6399 - 0 - - - 6046 - 1948 - 6074 - 0 - - - 11215 - 1412 - 10195 - 0 - - - 5884 - 1381 - 5890 - 0 - - - 9775 - 1762 - 8914 - 0 - - - 9569 - 1452 - 8671 - 0 - - - 8718 - 5766 - 7244 - 64 - - - 4492 - 1605 - 4591 - 0 - - - 11883 - 1155 - 10803 - 0 - - - 7673 - 4164 - 5705 - 32 - - - 10983 - 7599 - 9276 - 1 - - - 9468 - 7057 - 8513 - 34 - - - 5469 - 524 - 5428 - 0 - - - 5352 - 692 - 5295 - 0 - - - 9618 - 1290 - 8745 - 0 - - - 5805 - 2148 - 5804 - 0 - - - 11374 - 1793 - 10326 - 0 - - - 8020 - 4515 - 6219 - 13 - - - 8147 - 4643 - 6234 - 38 - - - 12073 - 1031 - 10970 - 0 - - - 13741 - 1084 - 12345 - 0 - - - 11057 - 1336 - 10075 - 0 - - - 13314 - 260 - 11988 - 0 - - - 10617 - 7432 - 9666 - 0 - - - 8143 - 4639 - 1666 - 1 - - - 10662 - 587 - 9704 - 0 - - - 10237 - 368 - 9349 - 0 - - - 9019 - 472 - 8262 - 0 - - - 9418 - 1556 - 8586 - 0 - - - 6816 - 1485 - 5948 - 0 - - - 9380 - 1934 - 8563 - 0 - - - 5224 - 119 - 5151 - 0 - - - 13411 - 346 - 12087 - 0 - - - 13330 - 7596 - 12009 - 0 - - - 8095 - 4590 - 1664 - 3 - - - 12409 - 506 - 11204 - 0 - - - 6270 - 2663 - 6324 - 0 - - - 7745 - 4237 - 6234 - 71 - - - 10605 - 7332 - 9659 - 0 - - - 8719 - 5767 - 7244 - 65 - - - 9477 - 794 - 8637 - 0 - - - 8076 - 4571 - 5419 - 1 - - - 7035 - 3165 - 2444 - 0 - - - 4877 - 1414 - 6704 - 0 - - - 8952 - 1605 - 8115 - 0 - - - 11664 - 909 - 10587 - 0 - - - 8814 - 752 - 7985 - 0 - - - 312 - 1152 - 789 - 0 - - - 5544 - 2307 - 5510 - 0 - - - 4140 - 551 - 4209 - 0 - - - 10499 - 1208 - 9546 - 0 - - - 10457 - 1083 - 9509 - 0 - - - 5234 - 1501 - 5161 - 0 - - - 13806 - 581 - 12400 - 0 - - - 11892 - 6692 - 10809 - 0 - - - 7720 - 4212 - 3734 - 1 - - - 6651 - 904 - 7223 - 0 - - - 8080 - 4575 - 5126 - 1 - - - 3439 - 380 - 3695 - 0 - - - 13531 - 1074 - 12197 - 0 - - - 9673 - 1435 - 8800 - 0 - - - 9056 - 220 - 8331 - 0 - - - 11200 - 929 - 10179 - 0 - - - 9420 - 465 - 8584 - 0 - - - 10356 - 287 - 8830 - 1 - - - 13298 - 245 - 11977 - 0 - - - 9238 - 951 - 8415 - 0 - - - 10789 - 1605 - 9818 - 0 - - - 7612 - 4103 - 6725 - 3 - - - 12418 - 1762 - 11198 - 0 - - - 9886 - 935 - 9005 - 0 - - - 8253 - 4750 - 6234 - 124 - - - 7965 - 4459 - 5274 - 3 - - - 9443 - 7032 - 8513 - 9 - - - 8204 - 4701 - 5414 - 2 - - - 8666 - 1407 - 7244 - 12 - - - 8929 - 254 - 8095 - 0 - - - 11986 - 1495 - 10926 - 0 - - - 4793 - 2214 - 6612 - 0 - - - 8183 - 4679 - 4173 - 5 - - - 9889 - 1475 - 9006 - 0 - - - 5804 - 2147 - 5803 - 0 - - - 13282 - 1807 - 11951 - 0 - - - 12138 - 1796 - 11020 - 0 - - - 8758 - 1556 - 7930 - 0 - - - 11966 - 7317 - 10893 - 0 - - - 12191 - 1189 - 11054 - 0 - - - 9754 - 363 - 8881 - 0 - - - 10170 - 7325 - 9282 - 0 - - - 6735 - 1980 - 2631 - 0 - - - 13290 - 602 - 11969 - 0 - - - 9735 - 999 - 8862 - 0 - - - 9216 - 6662 - 8349 - 6 - - - 13509 - 1689 - 12177 - 0 - - - 4744 - 1356 - 6556 - 0 - - - 13125 - 313 - 11812 - 0 - - - 11992 - 982 - 10925 - 0 - - - 8065 - 680 - 6234 - 105 - - - 9002 - 944 - 8168 - 0 - - - 3577 - 2065 - 4779 - 0 - - - 8105 - 4601 - 6234 - 44 - - - 4944 - 999 - 6781 - 0 - - - 8518 - 975 - 7790 - 0 - - - 13185 - 668 - 11873 - 0 - - - 11724 - 113 - 10649 - 0 - - - 13240 - 1411 - 11919 - 0 - - - 8124 - 4620 - 6233 - 3 - - - 12290 - 550 - 11133 - 0 - - - 9610 - 3439 - 8737 - 0 - - - 2715 - 1520 - 2442 - 0 - - - 5873 - 2262 - 5878 - 0 - - - 12609 - 1895 - 11355 - 0 - - - 8975 - 1555 - 8142 - 0 - - - 4798 - 566 - 6618 - 0 - - - 5396 - 1272 - 5346 - 0 - - - 13384 - 1750 - 12064 - 0 - - - 4887 - 1835 - 6714 - 0 - - - 10703 - 874 - 9737 - 0 - - - 6241 - 813 - 6291 - 0 - - - 839 - 1605 - 1364 - 0 - - - 11706 - 7682 - 10628 - 0 - - - 7324 - 1766 - 6727 - 0 - - - 13378 - 513 - 12056 - 0 - - - 12337 - 5750 - 10866 - 48 - - - 5931 - 1892 - 5943 - 0 - - - 9744 - 1726 - 8871 - 0 - - - 3459 - 1617 - 4652 - 0 - - - 11750 - 592 - 10672 - 0 - - - 5530 - 1769 - 5494 - 0 - - - 13161 - 1760 - 11857 - 0 - - - 9398 - 116 - 8569 - 0 - - - 11517 - 710 - 10456 - 0 - - - 9966 - 1164 - 9079 - 0 - - - 5195 - 3422 - 5120 - 0 - - - 11459 - 783 - 10398 - 0 - - - 5898 - 818 - 5906 - 0 - - - 4644 - 2241 - 6444 - 0 - - - 11659 - 1006 - 10582 - 0 - - - 9963 - 1508 - 9081 - 0 - - - 8465 - 145 - 7717 - 0 - - - 10156 - 1114 - 9263 - 0 - - - 12681 - 4097 - 11420 - 0 - - - 13053 - 1704 - 11748 - 0 - - - 8939 - 1699 - 8107 - 0 - - - 5902 - 951 - 5910 - 0 - - - 12426 - 1210 - 11210 - 0 - - - 8879 - 1765 - 8053 - 0 - - - 5208 - 446 - 5134 - 0 - - - 10629 - 950 - 9679 - 0 - - - 10506 - 1249 - 9551 - 0 - - - 6866 - 1799 - 7091 - 0 - - - 12377 - 1842 - 11148 - 0 - - - 6151 - 2282 - 6190 - 0 - - - 13229 - 1304 - 11907 - 0 - - - 11125 - 4739 - 10085 - 27 - - - 11586 - 3647 - 10524 - 0 - - - 7325 - 660 - 6742 - 0 - - - 5199 - 1488 - 5124 - 0 - - - 1940 - 152 - 1606 - 0 - - - 8173 - 4669 - 6792 - 49 - - - 8623 - 1173 - 7883 - 0 - - - 4119 - 1605 - 4186 - 0 - - - 4829 - 738 - 6651 - 0 - - - 1832 - 3263 - 1489 - 0 - - - 11398 - 142 - 10350 - 0 - - - 5517 - 513 - 5480 - 0 - - - 7988 - 4482 - 5785 - 8 - - - 10578 - 1781 - 9631 - 0 - - - 5653 - 909 - 5632 - 0 - - - 8208 - 4705 - 6219 - 18 - - - 12320 - 5726 - 10866 - 24 - - - 12427 - 1052 - 11214 - 0 - - - 11626 - 724 - 10558 - 0 - - - 10464 - 1725 - 9511 - 0 - - - 11733 - 216 - 10658 - 0 - - - 9855 - 516 - 8984 - 0 - - - 7780 - 272 - 7088 - 3 - - - 314 - 588 - 791 - 0 - - - 11944 - 963 - 10861 - 0 - - - 10220 - 1344 - 9330 - 0 - - - 8778 - 796 - 7949 - 0 - - - 13390 - 936 - 12061 - 0 - - - 13621 - 738 - 12270 - 0 - - - 8862 - 6081 - 7201 - 7 - - - 4482 - 1605 - 4580 - 0 - - - 7911 - 1705 - 6234 - 90 - - - 12614 - 7213 - 11360 - 0 - - - 11481 - 821 - 10419 - 0 - - - 5763 - 794 - 5755 - 0 - - - 9677 - 584 - 8803 - 0 - - - 9895 - 387 - 9015 - 0 - - - 12175 - 6471 - 11029 - 6 - - - 10066 - 293 - 9175 - 0 - - - 8427 - 5088 - 6792 - 79 - - - 9048 - 899 - 8323 - 0 - - - 10407 - 743 - 9471 - 0 - - - 10964 - 805 - 9979 - 0 - - - 12036 - 869 - 10963 - 0 - - - 9405 - 1699 - 8589 - 0 - - - 8690 - 5738 - 7244 - 36 - - - 285 - 1881 - 759 - 0 - - - 1908 - 1784 - 1572 - 0 - - - 9638 - 1109 - 8765 - 0 - - - 9069 - 1605 - 8344 - 0 - - - 5622 - 2039 - 5598 - 0 - - - 5858 - 498 - 5862 - 0 - - - 6779 - 1718 - 5115 - 0 - - - 9316 - 1675 - 8486 - 0 - - - 4952 - 1122 - 6789 - 0 - - - 6497 - 1154 - 7055 - 0 - - - 6098 - 1044 - 6133 - 0 - - - 11927 - 796 - 10855 - 0 - - - 10285 - 511 - 9388 - 0 - - - 6391 - 431 - 6937 - 0 - - - 8149 - 4645 - 5738 - 8 - - - 9037 - 596 - 8312 - 0 - - - 2433 - 365 - 2140 - 0 - - - 11947 - 654 - 10878 - 0 - - - 9465 - 7054 - 8513 - 31 - - - 4594 - 2121 - 6390 - 0 - - - 10400 - 7384 - 8993 - 1 - - - 8041 - 4536 - 7088 - 2 - - - 13685 - 561 - 12327 - 0 - - - 5666 - 693 - 5646 - 0 - - - 10790 - 444 - 9819 - 0 - - - 11541 - 845 - 10485 - 0 - - - 5537 - 719 - 5502 - 0 - - - 13259 - 7307 - 11943 - 0 - - - 5764 - 1298 - 5756 - 0 - - - 12845 - 1734 - 11553 - 0 - - - 10456 - 1166 - 9508 - 0 - - - 9712 - 169 - 8848 - 0 - - - 11406 - 1161 - 10359 - 0 - - - 325 - 1293 - 803 - 0 - - - 2920 - 929 - 2664 - 0 - - - 12321 - 5727 - 10866 - 25 - - - 10296 - 299 - 9395 - 0 - - - 12507 - 1211 - 11268 - 4 - - - 10384 - 1333 - 9448 - 0 - - - 9489 - 258 - 8626 - 0 - - - 7339 - 822 - 5498 - 0 - - - 5782 - 1244 - 5778 - 0 - - - 4633 - 1676 - 6432 - 0 - - - 11768 - 323 - 10691 - 0 - - - 6382 - 574 - 6927 - 0 - - - 11238 - 712 - 10214 - 0 - - - 11327 - 271 - 10293 - 0 - - - 10312 - 7350 - 9353 - 1 - - - 5250 - 310 - 5179 - 0 - - - 3593 - 2072 - 4795 - 0 - - - 10980 - 581 - 9999 - 0 - - - 4483 - 1605 - 4581 - 0 - - - 7487 - 2242 - 6449 - 0 - - - 13366 - 1605 - 12044 - 0 - - - 8347 - 1161 - 7631 - 0 - - - 8286 - 4783 - 5506 - 15 - - - 12412 - 983 - 11201 - 0 - - - 2856 - 990 - 2595 - 0 - - - 12721 - 1257 - 11449 - 0 - - - 11589 - 1772 - 10532 - 0 - - - 6323 - 1445 - 6864 - 0 - - - 5899 - 1507 - 5907 - 0 - - - 4900 - 1328 - 6729 - 0 - - - 11737 - 1836 - 10660 - 0 - - - 1118 - 1605 - 489 - 0 - - - 6804 - 532 - 5655 - 0 - - - 301 - 858 - 777 - 0 - - - 12819 - 1570 - 11533 - 0 - - - 8609 - 666 - 7867 - 0 - - - 8395 - 1947 - 7694 - 0 - - - 10943 - 803 - 9968 - 0 - - - 11788 - 409 - 10710 - 0 - - - 11053 - 1129 - 10069 - 0 - - - 11133 - 1549 - 10119 - 0 - - - 11199 - 1605 - 10178 - 0 - - - 7837 - 4330 - 6234 - 17 - - - 8520 - 5261 - 2668 - 1 - - - 8625 - 1653 - 7881 - 0 - - - 6818 - 1933 - 5982 - 0 - - - 4544 - 800 - 6336 - 0 - - - 4782 - 2203 - 6600 - 0 - - - 2172 - 3350 - 1857 - 0 - - - 11842 - 1221 - 10769 - 0 - - - 6551 - 1728 - 7114 - 0 - - - 13306 - 591 - 11987 - 0 - - - 6240 - 286 - 6290 - 0 - - - 11282 - 1731 - 10246 - 0 - - - 7981 - 4475 - 5705 - 13 - - - 6042 - 1883 - 6070 - 0 - - - 6178 - 1817 - 6220 - 0 - - - 5790 - 341 - 5787 - 0 - - - 13945 - 1134 - 12513 - 0 - - - 10520 - 769 - 9564 - 0 - - - 4135 - 1081 - 4203 - 0 - - - 10009 - 346 - 9136 - 0 - - - 10304 - 1550 - 9402 - 0 - - - 7616 - 4107 - 5901 - 10 - - - 12376 - 728 - 11164 - 0 - - - 3339 - 216 - 3586 - 0 - - - 4685 - 1166 - 6490 - 0 - - - 4676 - 207 - 6480 - 0 - - - 12993 - 247 - 11686 - 0 - - - 10974 - 7597 - 9993 - 0 - - - 13413 - 7716 - 12093 - 0 - - - 11423 - 5129 - 10375 - 1 - - - 9284 - 1777 - 8463 - 0 - - - 12326 - 5735 - 10866 - 33 - - - 8463 - 5139 - 7610 - 11 - - - 8440 - 5101 - 2666 - 1 - - - 7742 - 4234 - 6234 - 27 - - - 9732 - 666 - 8859 - 0 - - - 5338 - 1740 - 5279 - 0 - - - 13442 - 234 - 12131 - 0 - - - 11967 - 1594 - 10882 - 0 - - - 2858 - 1705 - 2597 - 0 - - - 10513 - 142 - 9559 - 0 - - - 8790 - 4406 - 7245 - 1 - - - 9683 - 654 - 8809 - 0 - - - 8838 - 564 - 8008 - 0 - - - 7767 - 4259 - 5260 - 1 - - - 7606 - 4096 - 5741 - 7 - - - 6242 - 1939 - 6292 - 0 - - - 9031 - 1155 - 8272 - 0 - - - 8535 - 1062 - 7803 - 0 - - - 4759 - 1582 - 6574 - 0 - - - 9538 - 4378 - 8011 - 3 - - - 12039 - 1794 - 10960 - 0 - - - 10471 - 1076 - 9519 - 0 - - - 836 - 1581 - 1361 - 0 - - - 7589 - 4079 - 6401 - 10 - - - 13529 - 473 - 12195 - 0 - - - 12488 - 1656 - 11253 - 0 - - - 8746 - 1422 - 7914 - 0 - - - 9663 - 4138 - 8784 - 0 - - - 4732 - 1028 - 6543 - 0 - - - 6633 - 929 - 7204 - 0 - - - 12521 - 756 - 11287 - 0 - - - 2068 - 443 - 1744 - 0 - - - 10123 - 1944 - 9238 - 0 - - - 8738 - 5786 - 7615 - 3 - - - 10383 - 960 - 9446 - 0 - - - 9602 - 771 - 8729 - 0 - - - 831 - 1605 - 1354 - 0 - - - 2570 - 1600 - 2289 - 0 - - - 8554 - 5387 - 7250 - 3 - - - 13674 - 551 - 12319 - 0 - - - 11806 - 1431 - 10728 - 0 - - - 9030 - 654 - 8260 - 0 - - - 11091 - 1210 - 10098 - 0 - - - 9999 - 806 - 9119 - 0 - - - 2923 - 998 - 2667 - 0 - - - 12447 - 1238 - 11233 - 0 - - - 10930 - 1761 - 9950 - 0 - - - 10477 - 866 - 9525 - 0 - - - 6322 - 1006 - 6863 - 0 - - - 7651 - 3561 - 6795 - 6 - - - 10040 - 228 - 9156 - 0 - - - 13784 - 1801 - 12382 - 0 - - - 8117 - 4613 - 5419 - 6 - - - 10328 - 4230 - 9353 - 17 - - - 5374 - 1810 - 5320 - 0 - - - 4881 - 1881 - 6708 - 0 - - - 9185 - 504 - 8388 - 0 - - - 8137 - 4633 - 6234 - 109 - - - 6864 - 964 - 7045 - 0 - - - 13538 - 245 - 12205 - 0 - - - 11232 - 4530 - 10210 - 2 - - - 7315 - 1745 - 2057 - 0 - - - 6521 - 2178 - 7081 - 0 - - - 10050 - 1556 - 9135 - 1 - - - 7689 - 4180 - 6464 - 3 - - - 10109 - 177 - 9240 - 0 - - - 11495 - 1683 - 10434 - 0 - - - 10445 - 1558 - 9499 - 0 - - - 7847 - 4340 - 6575 - 13 - - - 5402 - 815 - 5352 - 0 - - - 4654 - 1595 - 6456 - 0 - - - 12554 - 1078 - 11308 - 0 - - - 12352 - 5767 - 10866 - 65 - - - 13620 - 867 - 12261 - 0 - - - 8342 - 736 - 7625 - 0 - - - 2190 - 3354 - 1877 - 0 - - - 6375 - 367 - 6920 - 0 - - - 10323 - 7359 - 9353 - 12 - - - 7372 - 1484 - 799 - 0 - - - 12551 - 652 - 11312 - 0 - - - 12132 - 1049 - 11025 - 0 - - - 5935 - 1111 - 5949 - 0 - - - 793 - 1667 - 1311 - 0 - - - 6537 - 1880 - 7099 - 0 - - - 11757 - 875 - 10687 - 0 - - - 7347 - 1975 - 5766 - 0 - - - 6783 - 823 - 5178 - 0 - - - 4955 - 1497 - 6793 - 0 - - - 6356 - 1944 - 6899 - 0 - - - 5394 - 1789 - 5344 - 0 - - - 9664 - 444 - 8785 - 0 - - - 13587 - 1937 - 12235 - 0 - - - 4924 - 155 - 6756 - 0 - - - 8767 - 1602 - 7937 - 0 - - - 12944 - 206 - 10981 - 1 - - - 9161 - 1919 - 8363 - 0 - - - 7340 - 486 - 5518 - 0 - - - 10522 - 501 - 9565 - 0 - - - 10489 - 360 - 9535 - 0 - - - 12213 - 6704 - 10885 - 1 - - - 9203 - 6649 - 8339 - 5 - - - 3592 - 2071 - 4794 - 0 - - - 11425 - 5131 - 10375 - 3 - - - 13011 - 1958 - 11709 - 0 - - - 12000 - 897 - 10899 - 0 - - - 11047 - 1263 - 10063 - 0 - - - 8288 - 4785 - 1671 - 2 - - - 8865 - 874 - 8041 - 0 - - - 8740 - 1923 - 7910 - 0 - - - 3689 - 1533 - 3724 - 0 - - - 6192 - 1369 - 6235 - 0 - - - 8134 - 4630 - 4956 - 2 - - - 8067 - 4562 - 6233 - 2 - - - 10183 - 4497 - 9277 - 1 - - - 5871 - 666 - 5876 - 0 - - - 8916 - 206 - 8082 - 0 - - - 2405 - 2777 - 2110 - 0 - - - 13675 - 1358 - 12315 - 0 - - - 11208 - 3481 - 10188 - 0 - - - 7986 - 4480 - 6540 - 1 - - - 8627 - 1383 - 7886 - 0 - - - 13916 - 1411 - 12486 - 0 - - - 12912 - 1669 - 11613 - 0 - - - 13915 - 1066 - 12488 - 0 - - - 8133 - 4629 - 4956 - 1 - - - 9624 - 1384 - 8757 - 0 - - - 10609 - 1605 - 9660 - 0 - - - 9446 - 596 - 8513 - 12 - - - 8848 - 728 - 8020 - 0 - - - 5038 - 962 - 4950 - 0 - - - 9129 - 6504 - 8029 - 4 - - - 7983 - 4477 - 6792 - 60 - - - 5242 - 565 - 5170 - 0 - - - 12166 - 1836 - 11043 - 0 - - - 9036 - 230 - 8311 - 0 - - - 10583 - 574 - 9640 - 0 - - - 9878 - 7246 - 8600 - 17 - - - 7629 - 4120 - 6792 - 26 - - - 10677 - 733 - 9732 - 0 - - - 13626 - 1207 - 12267 - 0 - - - 8713 - 5761 - 7244 - 59 - - - 10326 - 7362 - 9353 - 15 - - - 5806 - 2149 - 5805 - 0 - - - 12121 - 6513 - 11013 - 9 - - - 9731 - 634 - 8858 - 0 - - - 12005 - 857 - 10929 - 0 - - - 6237 - 1182 - 6286 - 0 - - - 12581 - 702 - 11331 - 0 - - - 6025 - 2273 - 6051 - 0 - - - 11313 - 3543 - 10282 - 0 - - - 9191 - 306 - 8393 - 0 - - - 8033 - 4528 - 6792 - 53 - - - 2895 - 1749 - 2637 - 0 - - - 12022 - 5080 - 10939 - 0 - - - 10307 - 827 - 9404 - 0 - - - 13310 - 1064 - 11989 - 0 - - - 10158 - 7321 - 9262 - 0 - - - 4683 - 889 - 6488 - 0 - - - 13630 - 1706 - 12266 - 0 - - - 12163 - 752 - 11042 - 0 - - - 2029 - 3373 - 1702 - 0 - - - 11845 - 1347 - 10762 - 0 - - - 9617 - 1377 - 8744 - 0 - - - 11965 - 7694 - 10894 - 0 - - - 13031 - 5262 - 9647 - 1 - - - 4926 - 2227 - 6758 - 0 - - - 5042 - 290 - 4954 - 0 - - - 1770 - 615 - 1423 - 0 - - - 11516 - 1090 - 10455 - 0 - - - 8099 - 1467 - 5700 - 1 - - - 4604 - 1371 - 6401 - 0 - - - 11440 - 120 - 10377 - 0 - - - 5865 - 799 - 5870 - 0 - - - 7942 - 4436 - 6219 - 11 - - - 9081 - 6412 - 8038 - 7 - - - 2213 - 1605 - 1902 - 0 - - - 12613 - 718 - 11361 - 0 - - - 5618 - 2036 - 5594 - 0 - - - 2912 - 681 - 2656 - 0 - - - 10676 - 1342 - 9733 - 0 - - - 11498 - 601 - 10439 - 0 - - - 2218 - 690 - 1907 - 0 - - - 10332 - 349 - 9411 - 0 - - - 4618 - 653 - 6416 - 0 - - - 6031 - 2275 - 6057 - 0 - - - 7702 - 4193 - 5705 - 36 - - - 11909 - 1230 - 10839 - 0 - - - 13440 - 1519 - 12113 - 0 - - - 10303 - 496 - 9401 - 0 - - - 5757 - 1022 - 5748 - 0 - - - 5525 - 1364 - 5488 - 0 - - - 9327 - 1991 - 8508 - 0 - - - 12432 - 1210 - 11212 - 0 - - - 4802 - 2621 - 6622 - 0 - - - 10429 - 7386 - 9486 - 1 - - - 11687 - 1074 - 10608 - 0 - - - 13936 - 1348 - 12504 - 0 - - - 9758 - 1214 - 8885 - 0 - - - 12450 - 7331 - 11233 - 1 - - - 4117 - 1059 - 4184 - 0 - - - 11066 - 7437 - 9721 - 1 - - - 9756 - 625 - 8883 - 0 - - - 10223 - 1728 - 9335 - 0 - - - 2018 - 1605 - 1690 - 0 - - - 4814 - 1554 - 6635 - 0 - - - 6154 - 2285 - 6193 - 0 - - - 2615 - 979 - 2335 - 0 - - - 9511 - 1950 - 8641 - 0 - - - 7671 - 4162 - 5705 - 7 - - - 11880 - 1149 - 10802 - 0 - - - 10037 - 1378 - 9155 - 0 - - - 13113 - 716 - 11797 - 0 - - - 10081 - 714 - 9186 - 0 - - - 13313 - 7202 - 11998 - 0 - - - 11642 - 1548 - 10575 - 0 - - - 8828 - 701 - 7999 - 0 - - - 8824 - 836 - 7989 - 0 - - - 8313 - 355 - 7604 - 0 - - - 3472 - 2194 - 4665 - 0 - - - 4954 - 1551 - 6792 - 0 - - - 12893 - 1070 - 11596 - 0 - - - 6030 - 2274 - 6056 - 0 - - - 10606 - 1530 - 9656 - 0 - - - 5025 - 1331 - 4937 - 0 - - - 7334 - 963 - 5301 - 0 - - - 12847 - 196 - 11547 - 0 - - - 12849 - 1046 - 11548 - 0 - - - 6399 - 966 - 6947 - 0 - - - 13397 - 874 - 12072 - 0 - - - 6076 - 282 - 6108 - 0 - - - 6262 - 1352 - 6315 - 0 - - - 7930 - 4424 - 6234 - 86 - - - 8620 - 538 - 7876 - 0 - - - 8791 - 1258 - 7961 - 0 - - - 8122 - 4618 - 1675 - 1 - - - 6722 - 384 - 1745 - 0 - - - 13510 - 1346 - 12183 - 0 - - - 9092 - 6423 - 8020 - 1 - - - 11587 - 3643 - 10526 - 0 - - - 10576 - 1820 - 9630 - 0 - - - 7867 - 4360 - 6234 - 61 - - - 12892 - 1094 - 11607 - 0 - - - 12989 - 1120 - 11684 - 0 - - - 8219 - 4716 - 5820 - 1 - - - 9168 - 867 - 8374 - 0 - - - 9783 - 1440 - 8906 - 0 - - - 9436 - 4718 - 8513 - 2 - - - 2275 - 1845 - 1969 - 0 - - - 5514 - 1198 - 5477 - 0 - - - 9225 - 1839 - 8403 - 0 - - - 11776 - 775 - 10690 - 0 - - - 6667 - 606 - 7241 - 0 - - - 6369 - 148 - 6913 - 0 - - - 10178 - 637 - 9291 - 0 - - - 7678 - 4169 - 5867 - 4 - - - 8399 - 235 - 7692 - 0 - - - 7526 - 371 - 5509 - 0 - - - 7809 - 4302 - 6792 - 29 - - - 8938 - 1352 - 8114 - 0 - - - 10813 - 1886 - 9839 - 0 - - - 11836 - 1566 - 10765 - 0 - - - 11107 - 1771 - 10114 - 0 - - - 6141 - 1794 - 6180 - 0 - - - 6335 - 1001 - 6876 - 0 - - - 8825 - 102 - 7996 - 0 - - - 13653 - 628 - 12297 - 0 - - - 12237 - 1909 - 11083 - 0 - - - 306 - 417 - 782 - 0 - - - 13379 - 3439 - 12046 - 0 - - - 11421 - 1699 - 10373 - 0 - - - 6744 - 182 - 3604 - 0 - - - 12099 - 4523 - 10968 - 3 - - - 9791 - 7217 - 8918 - 0 - - - 2072 - 296 - 1750 - 0 - - - 4170 - 596 - 4242 - 0 - - - 13368 - 1880 - 12060 - 0 - - - 12811 - 1950 - 11528 - 0 - - - 6535 - 736 - 7097 - 0 - - - 8802 - 641 - 7972 - 0 - - - 7335 - 1133 - 5313 - 0 - - - 6814 - 871 - 5914 - 0 - - - 7821 - 4314 - 6234 - 114 - - - 8298 - 1010 - 7589 - 0 - - - 12329 - 5740 - 10866 - 38 - - - 8919 - 6221 - 8086 - 0 - - - 11467 - 3421 - 10407 - 0 - - - 8983 - 1408 - 8153 - 0 - - - 5647 - 1886 - 5626 - 0 - - - 9820 - 462 - 8947 - 0 - - - 4121 - 1605 - 4188 - 0 - - - 8162 - 4658 - 6575 - 4 - - - 9000 - 337 - 8165 - 0 - - - 11405 - 912 - 10358 - 0 - - - 11742 - 328 - 10656 - 0 - - - 5183 - 541 - 5107 - 0 - - - 6827 - 1605 - 7299 - 0 - - - 13527 - 214 - 12196 - 0 - - - 5674 - 1054 - 5654 - 0 - - - 9720 - 548 - 8843 - 0 - - - 2830 - 317 - 2567 - 0 - - - 12568 - 1872 - 11325 - 0 - - - 13496 - 7318 - 12176 - 0 - - - 9884 - 1671 - 9003 - 0 - - - 4929 - 1043 - 6763 - 0 - - - 10660 - 953 - 9703 - 0 - - - 6007 - 344 - 6029 - 0 - - - 296 - 295 - 771 - 0 - - - 3451 - 1969 - 3708 - 0 - - - 6833 - 644 - 7305 - 0 - - - 13726 - 7735 - 8513 - 48 - - - 9668 - 166 - 8795 - 0 - - - 12159 - 733 - 11048 - 0 - - - 11759 - 7004 - 10669 - 0 - - - 11767 - 10 - 10689 - 0 - - - 8185 - 4681 - 6401 - 22 - - - 10641 - 512 - 9692 - 0 - - - 9782 - 1832 - 8905 - 0 - - - 1766 - 1605 - 1419 - 0 - - - 8946 - 520 - 8118 - 0 - - - 10591 - 158 - 9643 - 0 - - - 8443 - 5104 - 7282 - 1 - - - 9767 - 314 - 8894 - 0 - - - 6817 - 1655 - 5963 - 0 - - - 7728 - 1302 - 6725 - 1 - - - 7775 - 4267 - 5739 - 3 - - - 11392 - 3644 - 10345 - 0 - - - 1119 - 288 - 490 - 0 - - - 10052 - 1905 - 9170 - 0 - - - 8780 - 284 - 7950 - 0 - - - 13220 - 1515 - 11898 - 0 - - - 13656 - 768 - 12300 - 0 - - - 2016 - 1605 - 1688 - 0 - - - 12423 - 831 - 11208 - 0 - - - 12889 - 3430 - 11604 - 0 - - - 12278 - 1237 - 11119 - 0 - - - 7715 - 4207 - 1664 - 22 - - - 7773 - 4265 - 6792 - 21 - - - 10674 - 754 - 9718 - 0 - - - 8932 - 658 - 8101 - 0 - - - 12255 - 657 - 11097 - 0 - - - 10544 - 731 - 9601 - 0 - - - 6739 - 697 - 2682 - 0 - - - 8305 - 518 - 7599 - 0 - - - 9892 - 1174 - 9012 - 0 - - - 11266 - 225 - 10238 - 0 - - - 13238 - 1316 - 11918 - 0 - - - 9559 - 7157 - 8660 - 0 - - - 5236 - 1240 - 5163 - 0 - - - 12242 - 6476 - 11031 - 2 - - - 8054 - 4549 - 6401 - 20 - - - 12723 - 1839 - 11447 - 0 - - - 12566 - 7222 - 11323 - 0 - - - 10642 - 288 - 9697 - 0 - - - 11811 - 1605 - 10735 - 0 - - - 7664 - 4155 - 2289 - 7 - - - 5044 - 1242 - 4956 - 0 - - - 303 - 3422 - 779 - 0 - - - 5548 - 981 - 5515 - 0 - - - 10518 - 1888 - 9562 - 0 - - - 796 - 644 - 1314 - 0 - - - 10322 - 7358 - 9353 - 11 - - - 10421 - 1631 - 9484 - 0 - - - 7949 - 4443 - 4961 - 1 - - - 5222 - 1443 - 5148 - 0 - - - 12833 - 4178 - 10671 - 4 - - - 12219 - 1605 - 11068 - 0 - - - 8645 - 1605 - 7903 - 0 - - - 11672 - 617 - 10597 - 0 - - - 9127 - 6502 - 8029 - 2 - - - 13245 - 914 - 11925 - 0 - - - 13403 - 749 - 12080 - 0 - - - 4070 - 1938 - 4134 - 0 - - - 12428 - 803 - 11215 - 0 - - - 10691 - 4509 - 9700 - 1 - - - 9503 - 1956 - 8621 - 0 - - - 13488 - 859 - 12153 - 0 - - - 1856 - 793 - 1515 - 0 - - - 9206 - 6652 - 8380 - 1 - - - 11961 - 5942 - 10891 - 0 - - - 6831 - 1742 - 7303 - 0 - - - 4756 - 573 - 6570 - 0 - - - 8777 - 1149 - 7948 - 0 - - - 6077 - 330 - 6109 - 0 - - - 2034 - 1535 - 1708 - 0 - - - 8058 - 4553 - 5741 - 6 - - - 1930 - 614 - 1596 - 0 - - - 11333 - 1402 - 10297 - 0 - - - 8600 - 1205 - 7857 - 0 - - - 288 - 660 - 763 - 0 - - - 10702 - 694 - 9736 - 0 - - - 13611 - 1814 - 12257 - 0 - - - 12465 - 519 - 11240 - 0 - - - 6636 - 1605 - 7207 - 0 - - - 10791 - 7501 - 9820 - 0 - - - 10912 - 1475 - 9936 - 0 - - - 6011 - 457 - 6033 - 0 - - - 7677 - 4168 - 5709 - 5 - - - 10141 - 1992 - 9274 - 0 - - - 1833 - 1077 - 1490 - 0 - - - 11550 - 792 - 10490 - 0 - - - 9274 - 1181 - 8452 - 0 - - - 5050 - 1063 - 4962 - 0 - - - 8442 - 4716 - 2673 - 1 - - - 2640 - 3100 - 2362 - 0 - - - 4677 - 275 - 6481 - 0 - - - 5606 - 1482 - 5579 - 0 - - - 12252 - 1339 - 11100 - 0 - - - 13435 - 664 - 12125 - 0 - - - 5813 - 2157 - 5813 - 0 - - - 12543 - 3501 - 11292 - 0 - - - 7346 - 805 - 5754 - 0 - - - 5480 - 587 - 5439 - 0 - - - 5502 - 806 - 5464 - 0 - - - 11120 - 4207 - 10085 - 22 - - - 9514 - 1103 - 8644 - 0 - - - 9148 - 448 - 8355 - 0 - - - 2935 - 488 - 2680 - 0 - - - 6638 - 1593 - 7209 - 0 - - - 2316 - 289 - 2015 - 0 - - - 8672 - 5720 - 7244 - 18 - - - 12858 - 762 - 11576 - 0 - - - 2083 - 1824 - 1761 - 0 - - - 13324 - 233 - 12002 - 0 - - - 4737 - 1229 - 6549 - 0 - - - 11709 - 922 - 10627 - 0 - - - 11552 - 975 - 10496 - 0 - - - 10063 - 1880 - 9183 - 0 - - - 5549 - 701 - 5516 - 0 - - - 8727 - 5775 - 7244 - 73 - - - 8151 - 4647 - 5705 - 2 - - - 7770 - 4262 - 6234 - 26 - - - 12914 - 1951 - 11619 - 0 - - - 9974 - 1379 - 9091 - 0 - - - 8066 - 4561 - 6234 - 5 - - - 7848 - 4341 - 6234 - 47 - - - 8528 - 1961 - 7796 - 0 - - - 7926 - 4420 - 6575 - 9 - - - 10235 - 969 - 9345 - 0 - - - 9370 - 1094 - 8532 - 0 - - - 10538 - 708 - 9593 - 0 - - - 12306 - 4687 - 10866 - 41 - - - 13107 - 911 - 11799 - 0 - - - 4656 - 1056 - 6458 - 0 - - - 8097 - 4592 - 6898 - 1 - - - 2527 - 3029 - 2242 - 0 - - - 12708 - 1627 - 11439 - 0 - - - 8346 - 1244 - 7629 - 0 - - - 7932 - 4426 - 7066 - 6 - - - 12040 - 333 - 10961 - 0 - - - 5465 - 356 - 5423 - 0 - - - 11952 - 1408 - 10863 - 0 - - - 9633 - 1369 - 8752 - 0 - - - 5372 - 1761 - 5318 - 0 - - - 11265 - 425 - 10233 - 0 - - - 8145 - 752 - 5506 - 10 - - - 13460 - 1463 - 12117 - 0 - - - 11721 - 3543 - 10643 - 0 - - - 8254 - 4751 - 6234 - 24 - - - 8439 - 5100 - 7249 - 1 - - - 11838 - 1265 - 10760 - 0 - - - 11910 - 1159 - 10833 - 0 - - - 12103 - 693 - 11008 - 0 - - - 5292 - 1429 - 5225 - 0 - - - 9536 - 4746 - 8011 - 1 - - - 4730 - 1680 - 6539 - 0 - - - 6504 - 2053 - 7063 - 0 - - - 12918 - 850 - 11623 - 0 - - - 9872 - 7037 - 8600 - 11 - - - 8942 - 1125 - 8108 - 0 - - - 3582 - 1306 - 4784 - 0 - - - 7571 - 2180 - 7090 - 0 - - - 5677 - 1609 - 5658 - 0 - - - 13737 - 793 - 12343 - 0 - - - 298 - 404 - 773 - 0 - - - 4131 - 508 - 4199 - 0 - - - 6530 - 578 - 7092 - 0 - - - 2197 - 990 - 1885 - 0 - - - 10498 - 752 - 9544 - 0 - - - 11529 - 970 - 10469 - 0 - - - 6649 - 1355 - 7221 - 0 - - - 10439 - 318 - 9492 - 0 - - - 11666 - 6361 - 10588 - 1 - - - 6339 - 2111 - 6881 - 0 - - - 2886 - 1605 - 2627 - 0 - - - 11937 - 1523 - 10875 - 0 - - - 8776 - 1303 - 7947 - 0 - - - 8352 - 4901 - 7201 - 6 - - - 13754 - 448 - 12352 - 0 - - - 4678 - 1299 - 6482 - 0 - - - 8891 - 833 - 8066 - 0 - - - 7906 - 4399 - 5785 - 3 - - - 12393 - 943 - 11180 - 0 - - - 9001 - 6302 - 8167 - 0 - - - 8743 - 237 - 7916 - 0 - - - 7995 - 4489 - 6130 - 5 - - - 10394 - 258 - 9457 - 0 - - - 4928 - 2228 - 6760 - 0 - - - 6332 - 590 - 6873 - 0 - - - 8830 - 799 - 8000 - 0 - - - 10971 - 7164 - 9991 - 0 - - - 6653 - 3608 - 7225 - 0 - - - 13312 - 7332 - 11991 - 0 - - - 9432 - 707 - 8601 - 0 - - - 12494 - 1605 - 11266 - 0 - - - 11678 - 204 - 10599 - 0 - - - 13960 - 347 - 12522 - 0 - - - 2574 - 1116 - 2293 - 0 - - - 11201 - 764 - 10180 - 0 - - - 4884 - 2098 - 6711 - 0 - - - 7662 - 4153 - 2289 - 4 - - - 7910 - 4404 - 5506 - 11 - - - 11204 - 7646 - 10121 - 4 - - - 8634 - 1536 - 7894 - 0 - - - 7733 - 4225 - 7239 - 1 - - - 8860 - 1699 - 8029 - 0 - - - 9309 - 446 - 8482 - 0 - - - 4975 - 1505 - 6815 - 0 - - - 8087 - 4582 - 1415 - 1 - - - 13670 - 7595 - 12318 - 0 - - - 10174 - 7328 - 9287 - 0 - - - 7879 - 4372 - 6871 - 1 - - - 5662 - 1330 - 5642 - 0 - - - 5047 - 1722 - 4959 - 0 - - - 4489 - 1605 - 4587 - 0 - - - 12146 - 5781 - 10859 - 1 - - - 6810 - 1796 - 5791 - 0 - - - 12436 - 1588 - 11229 - 0 - - - 6360 - 482 - 6904 - 0 - - - 10822 - 687 - 9848 - 0 - - - 13431 - 847 - 12100 - 0 - - - 10222 - 715 - 9331 - 0 - - - 8792 - 1528 - 7963 - 0 - - - 8416 - 241 - 7708 - 0 - - - 8559 - 599 - 2644 - 1 - - - 10315 - 7353 - 9353 - 4 - - - 5957 - 3439 - 5973 - 0 - - - 5235 - 3425 - 5162 - 0 - - - 7734 - 4226 - 7239 - 2 - - - 4770 - 2201 - 6587 - 0 - - - 6686 - 774 - 7262 - 0 - - - 11604 - 742 - 10546 - 0 - - - 7998 - 4492 - 5707 - 4 - - - 7631 - 4122 - 6792 - 62 - - - 8017 - 4512 - 1451 - 1 - - - 4642 - 932 - 6442 - 0 - - - 1931 - 3364 - 1597 - 0 - - - 10266 - 1063 - 9359 - 0 - - - 8809 - 551 - 7967 - 0 - - - 10098 - 290 - 9247 - 0 - - - 12395 - 1384 - 11170 - 0 - - - 11390 - 1734 - 10343 - 0 - - - 12233 - 895 - 11088 - 0 - - - 9055 - 1774 - 8328 - 0 - - - 10502 - 1587 - 9547 - 0 - - - 10012 - 219 - 9133 - 0 - - - 12250 - 1664 - 11099 - 0 - - - 13406 - 1596 - 12086 - 0 - - - 9149 - 1909 - 8356 - 0 - - - 13174 - 115 - 11864 - 0 - - - 9123 - 6482 - 7940 - 6 - - - 10804 - 1899 - 7244 - 76 - - - 5796 - 2144 - 5795 - 0 - - - 13736 - 7735 - 8600 - 30 - - - 9991 - 1605 - 9114 - 0 - - - 1906 - 301 - 1570 - 0 - - - 7731 - 4223 - 6725 - 9 - - - 7617 - 4108 - 5492 - 1 - - - 10027 - 1644 - 9142 - 0 - - - 9426 - 1281 - 8593 - 0 - - - 6398 - 268 - 6946 - 0 - - - 7319 - 438 - 6479 - 0 - - - 4626 - 1421 - 6425 - 0 - - - 8115 - 4611 - 5709 - 9 - - - 5247 - 938 - 5175 - 0 - - - 10043 - 708 - 9154 - 0 - - - 2844 - 677 - 2582 - 0 - - - 5297 - 629 - 5230 - 0 - - - 305 - 3702 - 781 - 0 - - - 3571 - 2063 - 4772 - 0 - - - 8471 - 5142 - 7295 - 2 - - - 8697 - 5745 - 7244 - 43 - - - 10556 - 583 - 9610 - 0 - - - 13021 - 1435 - 11718 - 0 - - - 12710 - 5096 - 11442 - 2 - - - 8225 - 4722 - 6234 - 73 - - - 9863 - 1698 - 8997 - 0 - - - 13293 - 752 - 11967 - 0 - - - 7841 - 4334 - 2293 - 80 - - - 11868 - 171 - 10791 - 0 - - - 8671 - 5719 - 7244 - 17 - - - 9573 - 1132 - 8670 - 0 - - - 12762 - 1777 - 11478 - 0 - - - 8940 - 1335 - 8110 - 0 - - - 12570 - 1600 - 11322 - 0 - - - 12459 - 6663 - 11235 - 6 - - - 12442 - 1692 - 11222 - 0 - - - 5540 - 2305 - 5505 - 0 - - - 10064 - 1782 - 9174 - 0 - - - 316 - 605 - 793 - 0 - - - 7591 - 4081 - 6401 - 21 - - - 12562 - 7065 - 11319 - 0 - - - 11997 - 1670 - 10915 - 0 - - - 13302 - 1354 - 11981 - 0 - - - 11557 - 470 - 10501 - 0 - - - 13914 - 1662 - 12501 - 0 - - - 10436 - 250 - 9490 - 0 - - - 9534 - 7144 - 8571 - 1 - - - 2011 - 1605 - 1683 - 0 - - - 10249 - 726 - 9357 - 0 - - - 12433 - 7428 - 11213 - 1 - - - 12148 - 184 - 10839 - 1 - - - 815 - 1605 - 1337 - 0 - - - 7818 - 4311 - 1664 - 12 - - - 13625 - 991 - 12268 - 0 - - - 7723 - 4215 - 5891 - 7 - - - 6103 - 137 - 6138 - 0 - - - 295 - 405 - 770 - 0 - - - 9269 - 1167 - 8442 - 0 - - - 317 - 1605 - 794 - 0 - - - 9749 - 883 - 8876 - 0 - - - 5631 - 2045 - 5608 - 0 - - - 4154 - 1605 - 4224 - 0 - - - 4648 - 1130 - 6448 - 0 - - - 7951 - 4445 - 2057 - 100 - - - 11259 - 3608 - 10235 - 0 - - - 9554 - 7229 - 8600 - 3 - - - 4882 - 2096 - 6709 - 0 - - - 12072 - 801 - 10998 - 0 - - - 11661 - 5701 - 10583 - 1 - - - 9808 - 7218 - 8935 - 0 - - - 3444 - 267 - 3700 - 0 - - - 11234 - 5122 - 10210 - 4 - - - 4613 - 1459 - 6411 - 0 - - - 2843 - 1565 - 2581 - 0 - - - 12023 - 742 - 10943 - 0 - - - 5353 - 901 - 5296 - 0 - - - 13591 - 4167 - 12236 - 3 - - - 2432 - 1744 - 2139 - 0 - - - 9226 - 1897 - 8406 - 0 - - - 13336 - 1376 - 12020 - 0 - - - 3572 - 1774 - 4773 - 0 - - - 3558 - 2055 - 4758 - 0 - - - 9769 - 1235 - 8896 - 0 - - - 12630 - 5102 - 11291 - 1 - - - 13740 - 1591 - 12344 - 0 - - - 3685 - 322 - 3720 - 0 - - - 5293 - 934 - 5226 - 0 - - - 9742 - 708 - 8869 - 0 - - - 13164 - 1280 - 11853 - 0 - - - 6553 - 276 - 7116 - 0 - - - 8449 - 4325 - 7286 - 1 - - - 1924 - 3363 - 1590 - 0 - - - 1916 - 1245 - 1581 - 0 - - - 7893 - 4386 - 6795 - 4 - - - 5246 - 731 - 5174 - 0 - - - 8590 - 5501 - 7849 - 0 - - - 5180 - 911 - 5104 - 0 - - - 2207 - 1807 - 1896 - 0 - - - 12479 - 1759 - 11252 - 0 - - - 6393 - 388 - 6939 - 0 - - - 5720 - 1699 - 5705 - 0 - - - 13684 - 7221 - 12325 - 0 - - - 9562 - 12 - 8663 - 0 - - - 13815 - 7739 - 12414 - 0 - - - 12935 - 714 - 11640 - 0 - - - 11577 - 200 - 10517 - 0 - - - 1995 - 3404 - 1666 - 0 - - - 12503 - 1057 - 11268 - 0 - - - 11718 - 701 - 10646 - 0 - - - 11638 - 981 - 10571 - 0 - - - 8292 - 1915 - 7583 - 0 - - - 9570 - 136 - 8672 - 0 - - - 9807 - 384 - 8934 - 0 - - - 13041 - 837 - 11736 - 0 - - - 12375 - 1893 - 11163 - 0 - - - 10936 - 5 - 9957 - 0 - - - 12758 - 467 - 11485 - 0 - - - 9861 - 1760 - 8995 - 0 - - - 4657 - 870 - 6459 - 0 - - - 2984 - 1605 - 2735 - 0 - - - 11983 - 1993 - 10904 - 0 - - - 9827 - 672 - 8960 - 0 - - - 6811 - 480 - 5863 - 0 - - - 12517 - 1577 - 11278 - 0 - - - 8533 - 786 - 7801 - 0 - - - 5748 - 1000 - 5737 - 0 - - - 11124 - 7589 - 10085 - 24 - - - 13144 - 935 - 11833 - 0 - - - 9029 - 1294 - 8266 - 0 - - - 9146 - 1416 - 8351 - 0 - - - 6520 - 2177 - 7080 - 0 - - - 9033 - 1456 - 8316 - 0 - - - 13532 - 482 - 12198 - 0 - - - 7875 - 4368 - 5530 - 5 - - - 9659 - 1371 - 8791 - 0 - - - 9580 - 163 - 8707 - 0 - - - 5761 - 1529 - 5752 - 0 - - - 2073 - 387 - 1751 - 0 - - - 7456 - 1060 - 4226 - 0 - - - 5803 - 2146 - 5802 - 0 - - - 12992 - 268 - 11689 - 0 - - - 7650 - 4141 - 1486 - 3 - - - 11590 - 1237 - 10533 - 0 - - - 12485 - 1750 - 11254 - 0 - - - 5178 - 1622 - 5102 - 0 - - - 9353 - 245 - 8541 - 0 - - - 11576 - 1369 - 10520 - 0 - - - 8725 - 1311 - 7244 - 71 - - - 10928 - 7591 - 9954 - 0 - - - 9414 - 982 - 8591 - 0 - - - 5923 - 1492 - 5935 - 0 - - - 13162 - 1337 - 11855 - 0 - - - 12143 - 614 - 11021 - 0 - - - 13452 - 960 - 12130 - 0 - - - 8327 - 514 - 7609 - 0 - - - 10242 - 7339 - 7615 - 6 - - - 13516 - 1157 - 12188 - 0 - - - 7625 - 4116 - 6792 - 71 - - - 11974 - 1605 - 10897 - 0 - - - 6543 - 942 - 7105 - 0 - - - 13734 - 7734 - 8600 - 29 - - - 5629 - 2044 - 5606 - 0 - - - 13465 - 993 - 12142 - 0 - - - 10425 - 188 - 9485 - 0 - - - 2637 - 1957 - 2359 - 0 - - - 11711 - 1138 - 10631 - 0 - - - 10004 - 1216 - 9124 - 0 - - - 8681 - 5729 - 7244 - 27 - - - 5020 - 1576 - 4931 - 0 - - - 4804 - 1065 - 6624 - 0 - - - 9060 - 1600 - 8339 - 0 - - - 7857 - 4350 - 6234 - 42 - - - 5376 - 636 - 5323 - 0 - - - 7799 - 4291 - 1664 - 13 - - - 8569 - 1235 - 7829 - 0 - - - 8220 - 4717 - 5891 - 21 - - - 11244 - 1355 - 10218 - 0 - - - 10946 - 486 - 9970 - 0 - - - 7992 - 4486 - 5274 - 1 - - - 9050 - 1437 - 8326 - 0 - - - 11640 - 503 - 10572 - 0 - - - 5510 - 427 - 5472 - 0 - - - 11532 - 3501 - 10471 - 0 - - - 6345 - 146 - 6888 - 0 - - - 9328 - 1707 - 8509 - 0 - - - 9147 - 1477 - 8357 - 0 - - - 6341 - 875 - 6884 - 0 - - - 10942 - 1307 - 9967 - 0 - - - 8555 - 5388 - 7250 - 4 - - - 6378 - 1636 - 6923 - 0 - - - 12759 - 4395 - 11486 - 0 - - - 13500 - 1461 - 12162 - 0 - - - 4589 - 1470 - 6385 - 0 - - - 10244 - 1432 - 9356 - 0 - - - 11928 - 272 - 10850 - 0 - - - 5669 - 402 - 5649 - 0 - - - 10958 - 418 - 9983 - 0 - - - 11973 - 764 - 10896 - 0 - - - 5756 - 242 - 5746 - 0 - - - 10162 - 423 - 9277 - 0 - - - 12162 - 752 - 11041 - 0 - - - 8250 - 4747 - 5891 - 10 - - - 8706 - 5754 - 7244 - 52 - - - 10681 - 137 - 9723 - 0 - - - 9394 - 1339 - 8560 - 0 - - - 1750 - 1605 - 1401 - 0 - - - 8037 - 4532 - 6248 - 3 - - - 7345 - 728 - 5741 - 0 - - - 12711 - 5097 - 11442 - 3 - - - 10694 - 4356 - 9700 - 4 - - - 7886 - 4379 - 6234 - 66 - - - 10447 - 1605 - 9501 - 0 - - - 8331 - 1605 - 7612 - 0 - - - 6388 - 957 - 6934 - 0 - - - 12402 - 586 - 11186 - 0 - - - 9471 - 1313 - 8610 - 0 - - - 9407 - 1031 - 8577 - 0 - - - 2871 - 1899 - 2611 - 0 - - - 10010 - 1326 - 9135 - 0 - - - 13930 - 356 - 12493 - 0 - - - 11833 - 921 - 10758 - 0 - - - 7924 - 1420 - 5507 - 4 - - - 6044 - 1040 - 6072 - 0 - - - 5389 - 1433 - 5337 - 0 - - - 13393 - 1186 - 12071 - 0 - - - 10472 - 841 - 9522 - 0 - - - 10962 - 873 - 9987 - 0 - - - 11837 - 1068 - 10767 - 0 - - - 10115 - 523 - 9225 - 0 - - - 13269 - 1944 - 11948 - 0 - - - 5325 - 2015 - 5264 - 0 - - - 5750 - 612 - 5739 - 0 - - - 8454 - 5130 - 7610 - 2 - - - 8779 - 252 - 7954 - 0 - - - 11231 - 5104 - 10210 - 1 - - - 2520 - 3025 - 2234 - 0 - - - 2269 - 1454 - 1963 - 0 - - - 10232 - 495 - 9342 - 0 - - - 4957 - 722 - 6795 - 0 - - - 9873 - 7242 - 8600 - 12 - - - 8550 - 5383 - 7264 - 2 - - - 13068 - 1452 - 11766 - 0 - - - 10401 - 861 - 9465 - 0 - - - 2304 - 3197 - 2001 - 0 - - - 5545 - 1492 - 5511 - 0 - - - 9217 - 6663 - 8349 - 7 - - - 4669 - 232 - 6472 - 0 - - - 11256 - 1647 - 10228 - 0 - - - 12113 - 6501 - 11013 - 1 - - - 9072 - 6403 - 8103 - 1 - - - 7383 - 3547 - 1315 - 0 - - - 6048 - 2075 - 6076 - 0 - - - 8717 - 5765 - 7244 - 63 - - - 11735 - 179 - 10657 - 0 - - - 6542 - 2183 - 7104 - 0 - - - 3696 - 187 - 3731 - 0 - - - 8597 - 5542 - 7612 - 1 - - - 10265 - 4749 - 8860 - 2 - - - 6196 - 555 - 6239 - 0 - - - 4728 - 2088 - 6537 - 0 - - - 11634 - 3437 - 10568 - 0 - - - 5184 - 125 - 5108 - 0 - - - 5682 - 2314 - 5664 - 0 - - - 279 - 1357 - 753 - 0 - - - 11409 - 7676 - 10360 - 0 - - - 4949 - 1344 - 6786 - 0 - - - 2875 - 607 - 2615 - 0 - - - 11685 - 438 - 10609 - 0 - - - 10432 - 7389 - 9486 - 4 - - - 9829 - 972 - 8955 - 0 - - - 7352 - 572 - 5934 - 0 - - - 2240 - 191 - 1931 - 0 - - - 12692 - 1897 - 11428 - 0 - - - 10539 - 708 - 9593 - 1 - - - 12950 - 1331 - 11653 - 0 - - - 13950 - 7390 - 12513 - 5 - - - 5017 - 1138 - 4928 - 0 - - - 8631 - 1608 - 7888 - 0 - - - 13462 - 1323 - 12140 - 0 - - - 13575 - 569 - 12046 - 1 - - - 5885 - 891 - 5891 - 0 - - - 8696 - 5744 - 7244 - 42 - - - 4801 - 1018 - 6621 - 0 - - - 8492 - 359 - 7764 - 0 - - - 6868 - 1605 - 7201 - 0 - - - 5476 - 1674 - 5435 - 0 - - - 9766 - 902 - 8893 - 0 - - - 5859 - 2258 - 5864 - 0 - - - 8086 - 4581 - 6795 - 1 - - - 3698 - 1626 - 3733 - 0 - - - 8038 - 4533 - 7066 - 3 - - - 6324 - 1274 - 6865 - 0 - - - 11046 - 1366 - 10066 - 0 - - - 8036 - 4531 - 5705 - 21 - - - 5487 - 2132 - 5447 - 0 - - - 7999 - 4493 - 6483 - 4 - - - 9220 - 819 - 8400 - 0 - - - 4948 - 970 - 6785 - 0 - - - 7698 - 4189 - 5732 - 7 - - - 6513 - 700 - 7073 - 0 - - - 12333 - 5746 - 10866 - 44 - - - 11033 - 681 - 10051 - 0 - - - 4769 - 754 - 6586 - 0 - - - 8301 - 1793 - 7591 - 0 - - - 3355 - 582 - 3603 - 0 - - - 11810 - 192 - 10733 - 0 - - - 10101 - 484 - 9231 - 0 - - - 5328 - 585 - 5267 - 0 - - - 13177 - 883 - 11867 - 0 - - - 8196 - 4692 - 4191 - 1 - - - 13192 - 630 - 11880 - 0 - - - 9417 - 1951 - 8571 - 0 - - - 12584 - 1054 - 11333 - 0 - - - 5496 - 1141 - 5457 - 0 - - - 10236 - 1156 - 9350 - 0 - - - 2360 - 3236 - 2063 - 0 - - - 8894 - 413 - 8061 - 0 - - - 11424 - 5130 - 10375 - 2 - - - 5447 - 1610 - 5404 - 0 - - - 12307 - 4713 - 10866 - 28 - - - 12891 - 1330 - 11590 - 0 - - - 9144 - 1466 - 8353 - 0 - - - 9839 - 1093 - 8968 - 0 - - - 10245 - 644 - 9355 - 0 - - - 9179 - 376 - 8385 - 0 - - - 11127 - 4204 - 10085 - 28 - - - 9071 - 4455 - 8130 - 1 - - - 11783 - 1223 - 10705 - 0 - - - 8139 - 4635 - 6234 - 49 - - - 8654 - 5702 - 7843 - 1 - - - 8174 - 4670 - 5506 - 37 - - - 11491 - 464 - 10430 - 0 - - - 12593 - 1407 - 10866 - 12 - - - 315 - 502 - 792 - 0 - - - 9348 - 1818 - 8517 - 0 - - - 3346 - 1203 - 3594 - 0 - - - 7750 - 4242 - 6082 - 1 - - - 10182 - 7330 - 9229 - 1 - - - 6494 - 300 - 7052 - 0 - - - 10593 - 1138 - 9646 - 0 - - - 8419 - 386 - 7715 - 0 - - - 4165 - 234 - 4236 - 0 - - - 5187 - 796 - 5111 - 0 - - - 11762 - 1057 - 10679 - 0 - - - 8193 - 4689 - 5732 - 9 - - - 8178 - 4674 - 5739 - 6 - - - 5522 - 809 - 5485 - 0 - - - 8592 - 945 - 7850 - 0 - - - 5670 - 1432 - 5650 - 0 - - - 6758 - 516 - 6384 - 0 - - - 2578 - 272 - 2297 - 0 - - - 12829 - 4400 - 10671 - 2 - - - 9815 - 952 - 8942 - 0 - - - 4833 - 254 - 6655 - 0 - - - 10486 - 314 - 9533 - 0 - - - 12888 - 1124 - 11603 - 0 - - - 13921 - 861 - 12483 - 0 - - - 11465 - 235 - 10406 - 0 - - - 9777 - 1062 - 8900 - 0 - - - 832 - 450 - 1355 - 0 - - - 9553 - 7038 - 8600 - 2 - - - 7778 - 4270 - 6463 - 1 - - - 7587 - 4077 - 6401 - 4 - - - 11809 - 1615 - 10732 - 0 - - - 1764 - 1605 - 1416 - 0 - - - 11267 - 832 - 10239 - 0 - - - 7853 - 4346 - 5705 - 28 - - - 6396 - 170 - 6944 - 0 - - - 3586 - 1448 - 4788 - 0 - - - 8234 - 4731 - 5419 - 3 - - - 13095 - 7045 - 8600 - 22 - - - 6349 - 2113 - 6892 - 0 - - - 9158 - 943 - 8365 - 0 - - - 9687 - 247 - 8814 - 0 - - - 11907 - 1556 - 10829 - 0 - - - 2084 - 1962 - 1762 - 0 - - - 10476 - 408 - 9524 - 0 - - - 8549 - 5382 - 7264 - 1 - - - 1774 - 3412 - 1427 - 0 - - - 12048 - 785 - 10971 - 0 - - - 8144 - 4640 - 5426 - 1 - - - 5953 - 627 - 5969 - 0 - - - 6685 - 1370 - 7261 - 0 - - - 7368 - 850 - 7287 - 0 - - - 9211 - 4181 - 8349 - 1 - - - 8233 - 829 - 5700 - 5 - - - 12364 - 259 - 11154 - 0 - - - 9427 - 948 - 8597 - 0 - - - 8290 - 1192 - 7581 - 0 - - - 4897 - 732 - 6725 - 0 - - - 8993 - 550 - 8170 - 0 - - - 11823 - 834 - 10746 - 0 - - - 9267 - 253 - 8448 - 0 - - - 795 - 1561 - 1313 - 0 - - - 11395 - 319 - 10351 - 0 - - - 9321 - 977 - 8494 - 0 - - - 7763 - 4255 - 1664 - 4 - - - 13964 - 1492 - 12528 - 0 - - - 12344 - 5759 - 10866 - 57 - - - 8358 - 4941 - 769 - 1 - - - 5039 - 1553 - 4951 - 0 - - - 8659 - 5707 - 7244 - 5 - - - 10907 - 467 - 9930 - 0 - - - 9391 - 936 - 8552 - 0 - - - 13120 - 6301 - 11807 - 0 - - - 3166 - 1605 - 3399 - 0 - - - 4895 - 1211 - 6723 - 0 - - - 11796 - 814 - 10718 - 0 - - - 10089 - 1515 - 9205 - 0 - - - 6232 - 1597 - 6281 - 0 - - - 4129 - 1605 - 4197 - 0 - - - 8466 - 1721 - 7718 - 0 - - - 3697 - 967 - 3732 - 0 - - - 2573 - 225 - 2292 - 0 - - - 6253 - 1212 - 6305 - 0 - - - 3480 - 1293 - 4673 - 0 - - - 7813 - 4306 - 6234 - 63 - - - 11219 - 3702 - 10200 - 0 - - - 6800 - 15 - 5530 - 0 - - - 13255 - 449 - 11934 - 0 - - - 6556 - 131 - 7119 - 0 - - - 5477 - 1523 - 5436 - 0 - - - 9287 - 1250 - 8473 - 0 - - - 9730 - 7202 - 8857 - 0 - - - 8215 - 4712 - 5705 - 50 - - - 12812 - 967 - 11524 - 0 - - - 12403 - 4374 - 11187 - 0 - - - 6362 - 1168 - 6906 - 0 - - - 12574 - 7373 - 11322 - 4 - - - 11485 - 1667 - 10424 - 0 - - - 5822 - 1651 - 5823 - 0 - - - 13008 - 113 - 11704 - 0 - - - 6065 - 2079 - 6097 - 0 - - - 11212 - 1476 - 10192 - 0 - - - 10411 - 1024 - 9475 - 0 - - - 9315 - 854 - 8492 - 0 - - - 5492 - 1670 - 5452 - 0 - - - 10283 - 1140 - 9381 - 0 - - - 12714 - 5145 - 11442 - 6 - - - 8900 - 1566 - 8071 - 0 - - - 8598 - 1929 - 7855 - 0 - - - 13954 - 1492 - 12516 - 0 - - - 8544 - 1746 - 7813 - 0 - - - 12299 - 1617 - 11136 - 0 - - - 11775 - 1606 - 10700 - 0 - - - 7897 - 4390 - 5269 - 2 - - - 8552 - 5385 - 7250 - 1 - - - 10623 - 956 - 9673 - 0 - - - 5174 - 2170 - 5097 - 0 - - - 13347 - 635 - 12019 - 0 - - - 3474 - 1149 - 4667 - 0 - - - 8920 - 457 - 8091 - 0 - - - 10150 - 1104 - 9273 - 0 - - - 12670 - 1144 - 11418 - 0 - - - 2882 - 166 - 2623 - 0 - - - 11705 - 5821 - 10629 - 0 - - - 8424 - 5085 - 6792 - 76 - - - 4582 - 2117 - 6377 - 0 - - - 9859 - 672 - 8988 - 0 - - - 8481 - 1253 - 7760 - 0 - - - 11530 - 7680 - 10473 - 0 - - - 13367 - 221 - 12054 - 0 - - - 9519 - 1689 - 8645 - 0 - - - 8509 - 396 - 7781 - 0 - - - 10257 - 4167 - 9327 - 3 - - - 8576 - 1403 - 7836 - 0 - - - 7865 - 3661 - 6234 - 46 - - - 13774 - 1691 - 12374 - 0 - - - 8754 - 559 - 7922 - 0 - - - 5801 - 2145 - 5800 - 0 - - - 5940 - 3437 - 5954 - 0 - - - 4935 - 1864 - 6770 - 0 - - - 12727 - 645 - 11452 - 0 - - - 2804 - 784 - 2539 - 0 - - - 10114 - 343 - 9249 - 0 - - - 2575 - 1373 - 2294 - 0 - - - 12429 - 7219 - 11213 - 0 - - - 8015 - 4510 - 5419 - 7 - - - 8611 - 503 - 7868 - 0 - - - 11153 - 309 - 10131 - 0 - - - 7801 - 4293 - 5439 - 5 - - - 11426 - 5132 - 10375 - 4 - - - 7771 - 4263 - 6234 - 59 - - - 7597 - 4087 - 4644 - 2 - - - 13252 - 7711 - 11931 - 0 - - - 8270 - 4767 - 6745 - 1 - - - 4742 - 299 - 6554 - 0 - - - 13565 - 4746 - 12116 - 1 - - - 11470 - 805 - 10410 - 0 - - - 13067 - 1008 - 11764 - 0 - - - 11278 - 1336 - 10245 - 0 - - - 9952 - 1605 - 9069 - 0 - - - 8909 - 1605 - 8077 - 0 - - - 4599 - 448 - 6396 - 0 - - - 8258 - 4755 - 6130 - 9 - - - 8566 - 646 - 7825 - 0 - - - 13476 - 1153 - 12165 - 0 - - - 12619 - 314 - 11365 - 0 - - - 5641 - 1587 - 5619 - 0 - - - 12814 - 1911 - 11522 - 0 - - - 8154 - 4650 - 6130 - 11 - - - 5623 - 2040 - 5599 - 0 - - - 8488 - 664 - 7758 - 0 - - - 7520 - 2013 - 5261 - 0 - - - 4939 - 211 - 6774 - 0 - - - 6086 - 167 - 6119 - 0 - - - 4426 - 1605 - 4519 - 0 - - - 9694 - 486 - 8821 - 0 - - - 10397 - 1022 - 9459 - 0 - - - 6380 - 1923 - 6925 - 0 - - - 9347 - 1833 - 8519 - 0 - - - 10095 - 948 - 9207 - 0 - - - 11942 - 786 - 10873 - 0 - - - 5516 - 399 - 5479 - 0 - - - 12582 - 1621 - 11329 - 0 - - - 11103 - 1006 - 10110 - 0 - - - 8844 - 1301 - 8026 - 0 - - - 13724 - 7734 - 8513 - 47 - - - 10512 - 1274 - 9557 - 0 - - - 11769 - 3567 - 10695 - 0 - - - 10557 - 1605 - 9612 - 0 - - - 3473 - 1236 - 4666 - 0 - - - 9066 - 567 - 8343 - 0 - - - 6060 - 820 - 6091 - 0 - - - 4073 - 1605 - 4137 - 0 - - - 8761 - 1982 - 7932 - 0 - - - 8221 - 4718 - 6792 - 3 - - - 7829 - 4322 - 6234 - 88 - - - 10932 - 4530 - 9958 - 0 - - - 10719 - 1147 - 9748 - 0 - - - 10616 - 604 - 9670 - 0 - - - 6066 - 1624 - 6098 - 0 - - - 11708 - 658 - 10632 - 0 - - - 8861 - 1993 - 8030 - 0 - - - 9486 - 7062 - 8617 - 0 - - - 13622 - 1136 - 12265 - 0 - - - 11943 - 472 - 10864 - 0 - - - 8992 - 1151 - 8162 - 0 - - - 5870 - 2260 - 5875 - 0 - - - 8832 - 5981 - 8002 - 0 - - - 7588 - 4078 - 6401 - 7 - - - 10254 - 7343 - 9350 - 1 - - - 7811 - 4304 - 5403 - 1 - - - 9317 - 771 - 8488 - 0 - - - 11957 - 1715 - 10876 - 0 - - - 7838 - 4331 - 5732 - 8 - - - 5232 - 1741 - 5159 - 0 - - - 5378 - 1428 - 5326 - 0 - - - 8519 - 1470 - 7791 - 0 - - - 9257 - 1826 - 8433 - 0 - - - 5249 - 721 - 5177 - 0 - - - 7548 - 2078 - 6084 - 0 - - - 9178 - 788 - 8383 - 0 - - - 6385 - 1092 - 6931 - 0 - - - 10707 - 793 - 9741 - 0 - - - 9594 - 1193 - 8721 - 0 - - - 10938 - 765 - 9962 - 0 - - - 9197 - 959 - 8375 - 0 - - - 13193 - 1058 - 11881 - 0 - - - 7712 - 4204 - 1664 - 28 - - - 4766 - 1189 - 6583 - 0 - - - 8356 - 321 - 7638 - 0 - - - 6628 - 1683 - 7198 - 0 - - - 6056 - 1802 - 6087 - 0 - - - 11431 - 5137 - 10375 - 9 - - - 11954 - 959 - 10877 - 0 - - - 13466 - 1334 - 12110 - 0 - - - 4126 - 1605 - 4194 - 0 - - - 9343 - 644 - 8514 - 0 - - - 5929 - 1075 - 5941 - 0 - - - 13718 - 7731 - 8513 - 44 - - - 11286 - 876 - 10252 - 0 - - - 8476 - 5147 - 1306 - 9 - - - 9828 - 1938 - 8954 - 0 - - - 5956 - 869 - 5972 - 0 - - - 5657 - 1730 - 5636 - 0 - - - 9702 - 1621 - 8827 - 0 - - - 9736 - 1280 - 8863 - 0 - - - 9632 - 657 - 8751 - 0 - - - 5035 - 628 - 4947 - 0 - - - 9530 - 1672 - 8654 - 0 - - - 13016 - 458 - 11713 - 0 - - - 3357 - 579 - 3606 - 0 - - - 12019 - 1352 - 10946 - 0 - - - 3462 - 1106 - 4655 - 0 - - - 9671 - 1017 - 8798 - 0 - - - 9825 - 1052 - 8952 - 0 - - - 12193 - 1913 - 11059 - 0 - - - 10056 - 627 - 9167 - 0 - - - 2187 - 1910 - 1874 - 0 - - - 4818 - 1462 - 6639 - 0 - - - 6144 - 2277 - 6183 - 0 - - - 6142 - 544 - 6181 - 0 - - - 12530 - 6646 - 11290 - 2 - - - 4661 - 217 - 6463 - 0 - - - 9762 - 539 - 8889 - 0 - - - 13444 - 236 - 12107 - 0 - - - 6156 - 2287 - 6195 - 0 - - - 6403 - 1463 - 6951 - 0 - - - 11999 - 1976 - 10913 - 0 - - - 4655 - 1961 - 6457 - 0 - - - 13297 - 1666 - 11975 - 0 - - - 8686 - 4374 - 7244 - 32 - - - 4751 - 1731 - 6565 - 0 - - - 13709 - 7727 - 8513 - 40 - - - 294 - 3545 - 769 - 0 - - - 10117 - 482 - 9245 - 0 - - - 10487 - 1240 - 9536 - 0 - - - 9843 - 1358 - 8971 - 0 - - - 6863 - 1144 - 6943 - 0 - - - 2890 - 1687 - 2632 - 0 - - - 9373 - 3604 - 8029 - 20 - - - 11441 - 1605 - 10379 - 0 - - - 9350 - 380 - 8523 - 0 - - - 5188 - 192 - 5112 - 0 - - - 10065 - 1904 - 9177 - 0 - - - 9164 - 328 - 8368 - 0 - - - 7945 - 4439 - 5785 - 2 - - - 10596 - 3561 - 9647 - 0 - - - 4823 - 1135 - 6645 - 0 - - - 5676 - 1150 - 5657 - 0 - - - 2909 - 1221 - 2652 - 0 - - - 13942 - 1126 - 12510 - 0 - - - 4065 - 1605 - 4129 - 0 - - - 4684 - 1987 - 6489 - 0 - - - 10216 - 1605 - 9326 - 0 - - - 2168 - 710 - 1853 - 0 - - - 9273 - 1113 - 8451 - 0 - - - 5724 - 2250 - 5711 - 0 - - - 5961 - 1047 - 5979 - 0 - - - 8526 - 1882 - 7800 - 0 - - - 13114 - 7227 - 11797 - 1 - - - 9577 - 729 - 8704 - 0 - - - 7887 - 1077 - 6725 - 5 - - - 12165 - 387 - 11045 - 0 - - - 5471 - 2019 - 5430 - 0 - - - 6101 - 1207 - 6136 - 0 - - - 12267 - 1810 - 11113 - 0 - - - 10488 - 310 - 9532 - 0 - - - 12066 - 1672 - 11000 - 0 - - - 9094 - 6425 - 8020 - 3 - - - 4745 - 1117 - 6557 - 0 - - - 7919 - 708 - 6225 - 1 - - - 8501 - 1589 - 7774 - 0 - - - 11925 - 7688 - 10848 - 0 - - - 6089 - 1294 - 6122 - 0 - - - 9480 - 1070 - 8614 - 0 - - - 5741 - 2255 - 5730 - 0 - - - 13919 - 410 - 12482 - 0 - - - 6315 - 352 - 6855 - 0 - - - 2403 - 821 - 2108 - 0 - - - 8584 - 1023 - 7840 - 0 - - - 11334 - 316 - 10300 - 0 - - - 7898 - 4391 - 6234 - 108 - - - 9232 - 326 - 8411 - 0 - - - 9011 - 1307 - 8175 - 0 - - - 13052 - 172 - 11749 - 0 - - - 6008 - 1320 - 6030 - 0 - - - 11203 - 1541 - 10182 - 0 - - - 12194 - 790 - 11055 - 0 - - - 12718 - 5149 - 11442 - 10 - - - 8407 - 1585 - 7710 - 0 - - - 9020 - 610 - 8258 - 0 - - - 9387 - 198 - 8557 - 0 - - - 4118 - 1253 - 4185 - 0 - - - 12120 - 6512 - 11013 - 8 - - - 10127 - 1750 - 9241 - 0 - - - 11310 - 889 - 10279 - 0 - - - 5671 - 1638 - 5651 - 0 - - - 5341 - 1218 - 5282 - 0 - - - 9679 - 532 - 8810 - 0 - - - 5949 - 1178 - 5965 - 0 - - - 13585 - 1605 - 12233 - 0 - - - 7586 - 4076 - 6401 - 1 - - - 8880 - 1617 - 8045 - 0 - - - 9740 - 1691 - 8867 - 0 - - - 8242 - 4739 - 1664 - 27 - - - 8795 - 1230 - 7965 - 0 - - - 11681 - 1174 - 10604 - 0 - - - 5744 - 514 - 5733 - 0 - - - 7946 - 4440 - 1486 - 1 - - - 6200 - 1156 - 6245 - 0 - - - 6038 - 1405 - 6065 - 0 - - - 13036 - 923 - 11733 - 0 - - - 3662 - 1238 - 4872 - 0 - - - 9434 - 1119 - 8596 - 0 - - - 12492 - 7185 - 11264 - 0 - - - 7005 - 3332 - 1975 - 0 - - - 8165 - 4661 - 5732 - 6 - - - 10979 - 1221 - 9998 - 0 - - - 4490 - 1605 - 4588 - 0 - - - 5946 - 236 - 5961 - 0 - - - 9301 - 739 - 8476 - 0 - - - 8310 - 905 - 7601 - 0 - - - 9759 - 1464 - 8886 - 0 - - - 10689 - 4567 - 9682 - 7 - - - 2081 - 1457 - 1759 - 0 - - - 9250 - 526 - 8427 - 0 - - - 6136 - 1450 - 6173 - 0 - - - 8950 - 216 - 8119 - 0 - - - 4074 - 1605 - 4139 - 0 - - - 11692 - 1023 - 10612 - 0 - - - 11869 - 332 - 10789 - 0 - - - 8999 - 1594 - 8166 - 0 - - - 12879 - 947 - 11580 - 0 - - - 13537 - 210 - 12202 - 0 - - - 5207 - 1904 - 5132 - 0 - - - 10145 - 993 - 9259 - 0 - - - 11287 - 1791 - 10253 - 0 - - - 12988 - 1992 - 11687 - 0 - - - 12531 - 6647 - 11290 - 3 - - - 13003 - 564 - 11699 - 0 - - - 8833 - 1543 - 8006 - 0 - - - 9474 - 1307 - 8608 - 0 - - - 5513 - 710 - 5475 - 0 - - - 6548 - 302 - 7111 - 0 - - - 9672 - 706 - 8799 - 0 - - - 6186 - 458 - 6229 - 0 - - - 9452 - 156 - 8513 - 18 - - - 4614 - 804 - 6412 - 0 - - - 10228 - 1496 - 9344 - 0 - - - 7679 - 4170 - 5879 - 1 - - - 9696 - 1745 - 8823 - 0 - - - 13499 - 1343 - 12152 - 0 - - - 8585 - 1745 - 7848 - 0 - - - 5227 - 1941 - 5154 - 0 - - - 10640 - 273 - 9689 - 0 - - - 10086 - 184 - 9194 - 0 - - - 12626 - 7707 - 10939 - 3 - - - 5556 - 1588 - 5524 - 0 - - - 10273 - 7349 - 8268 - 1 - - - 11492 - 359 - 10431 - 0 - - - 3468 - 723 - 4661 - 0 - - - 11030 - 1605 - 10048 - 0 - - - 7979 - 4473 - 5530 - 10 - - - 5892 - 1614 - 5900 - 0 - - - 11894 - 379 - 10816 - 0 - - - 9080 - 6411 - 8038 - 6 - - - 8757 - 1358 - 7927 - 0 - - - 8128 - 4624 - 6119 - 1 - - - 8630 - 898 - 7889 - 0 - - - 5562 - 2310 - 5531 - 0 - - - 6825 - 402 - 7297 - 0 - - - 11526 - 1702 - 10467 - 0 - - - 8996 - 6301 - 8164 - 0 - - - 4636 - 375 - 6435 - 0 - - - 8881 - 6123 - 8048 - 0 - - - 5021 - 1953 - 4932 - 0 - - - 6182 - 2082 - 6224 - 0 - - - 7525 - 2133 - 5456 - 0 - - - 5654 - 907 - 5633 - 0 - - - 2333 - 778 - 2033 - 0 - - - 2867 - 1368 - 2607 - 0 - - - 11784 - 1179 - 10704 - 0 - - - 7660 - 4151 - 2289 - 2 - - - 13165 - 1475 - 11858 - 0 - - - 13683 - 486 - 12330 - 0 - - - 8040 - 4535 - 6234 - 25 - - - 11194 - 1029 - 10173 - 0 - - - 10709 - 4160 - 9732 - 1 - - - 10058 - 1153 - 9172 - 0 - - - 5395 - 797 - 5345 - 0 - - - 4645 - 136 - 6445 - 0 - - - 10239 - 1838 - 9346 - 0 - - - 6720 - 416 - 1577 - 0 - - - 11712 - 5822 - 10626 - 0 - - - 9325 - 1376 - 8498 - 0 - - - 7889 - 5768 - 6234 - 116 - - - 2354 - 1657 - 2056 - 0 - - - 6774 - 969 - 6739 - 0 - - - 5390 - 2302 - 5340 - 0 - - - 10918 - 809 - 9942 - 0 - - - 9501 - 1243 - 8631 - 0 - - - 11251 - 223 - 10225 - 0 - - - 8230 - 4727 - 5439 - 3 - - - 12314 - 5719 - 10866 - 17 - - - 6099 - 173 - 6134 - 0 - - - 6358 - 1008 - 6902 - 0 - - - 6716 - 671 - 7295 - 0 - - - 9016 - 959 - 8257 - 0 - - - 10019 - 4523 - 8589 - 3 - - - 13073 - 822 - 11770 - 0 - - - 3487 - 456 - 4681 - 0 - - - 8882 - 6124 - 8047 - 0 - - - 8605 - 351 - 7862 - 0 - - - 5713 - 1334 - 5697 - 0 - - - 3679 - 1466 - 3714 - 0 - - - 6336 - 2108 - 6877 - 0 - - - 7774 - 4266 - 2327 - 5 - - - 5807 - 2150 - 5806 - 0 - - - 13450 - 1806 - 12120 - 0 - - - 11539 - 241 - 10487 - 0 - - - 13944 - 414 - 12512 - 0 - - - 10427 - 789 - 9487 - 0 - - - 2832 - 3318 - 2569 - 0 - - - 5799 - 1175 - 5798 - 0 - - - 9625 - 1339 - 8758 - 0 - - - 6674 - 745 - 7249 - 0 - - - 302 - 1360 - 778 - 0 - - - 11994 - 876 - 10918 - 0 - - - 8068 - 4563 - 6234 - 32 - - - 11471 - 952 - 10412 - 0 - - - 7626 - 4117 - 6792 - 69 - - - 2402 - 758 - 2107 - 0 - - - 13590 - 7345 - 12236 - 2 - - - 9475 - 1411 - 8606 - 0 - - - 11956 - 345 - 10867 - 0 - - - 10612 - 1761 - 9663 - 0 - - - 9755 - 1276 - 8882 - 0 - - - 2584 - 3175 - 2303 - 0 - - - 12088 - 4138 - 10981 - 0 - - - 11795 - 682 - 10717 - 0 - - - 8391 - 1809 - 7697 - 0 - - - 8726 - 5774 - 7244 - 72 - - - 10157 - 7320 - 9257 - 0 - - - 7817 - 419 - 5403 - 2 - - - 2834 - 3320 - 2571 - 0 - - - 6006 - 1394 - 6028 - 0 - - - 12483 - 817 - 11260 - 0 - - - 7825 - 4318 - 6792 - 42 - - - 8966 - 240 - 8135 - 0 - - - 12262 - 1563 - 11107 - 0 - - - 10533 - 239 - 9589 - 0 - - - 8007 - 4502 - 5707 - 1 - - - 13178 - 534 - 11868 - 0 - - - 835 - 240 - 1360 - 0 - - - 6545 - 523 - 7107 - 0 - - - 5332 - 824 - 5271 - 0 - - - 6691 - 3722 - 7267 - 0 - - - 10663 - 509 - 9714 - 0 - - - 4933 - 2229 - 6767 - 0 - - - 4794 - 2215 - 6613 - 0 - - - 6013 - 171 - 6037 - 0 - - - 5916 - 855 - 5926 - 0 - - - 9614 - 990 - 8741 - 0 - - - 9646 - 1617 - 8773 - 0 - - - 5888 - 1191 - 5894 - 0 - - - 5910 - 1451 - 5919 - 0 - - - 9970 - 1142 - 9084 - 0 - - - 12518 - 7384 - 11276 - 1 - - - 3565 - 1508 - 4765 - 0 - - - 10188 - 187 - 9297 - 0 - - - 7627 - 4118 - 6792 - 70 - - - 10330 - 7366 - 9391 - 1 - - - 7600 - 4090 - 5427 - 2 - - - 9806 - 1238 - 8933 - 0 - - - 12693 - 1528 - 11424 - 0 - - - 10700 - 107 - 9735 - 0 - - - 13569 - 4378 - 12116 - 3 - - - 13446 - 353 - 12138 - 0 - - - 11320 - 1484 - 10285 - 0 - - - 12741 - 604 - 11464 - 0 - - - 10090 - 325 - 9191 - 0 - - - 12969 - 691 - 11666 - 0 - - - 4124 - 1261 - 4191 - 0 - - - 8547 - 5361 - 7814 - 0 - - - 2853 - 1335 - 2591 - 0 - - - 11792 - 5981 - 10711 - 0 - - - 12224 - 706 - 11074 - 0 - - - 7953 - 1146 - 5506 - 7 - - - 11844 - 728 - 10768 - 0 - - - 7692 - 4183 - 5901 - 7 - - - 3445 - 762 - 3701 - 0 - - - 4541 - 107 - 4645 - 0 - - - 5860 - 1399 - 5865 - 0 - - - 13427 - 150 - 12104 - 0 - - - 8050 - 4545 - 6575 - 6 - - - 4828 - 895 - 6650 - 0 - - - 10625 - 936 - 9676 - 0 - - - 9059 - 1248 - 8333 - 0 - - - 7785 - 4277 - 5707 - 6 - - - 9172 - 1078 - 8376 - 0 - - - 9266 - 1001 - 8444 - 0 - - - 4682 - 935 - 6486 - 0 - - - 13233 - 415 - 11913 - 0 - - - 11130 - 1605 - 10116 - 0 - - - 9231 - 442 - 8408 - 0 - - - 2192 - 948 - 1879 - 0 - - - 2152 - 248 - 1836 - 0 - - - 5857 - 303 - 5861 - 0 - - - 6212 - 936 - 6257 - 0 - - - 3466 - 2193 - 4659 - 0 - - - 4921 - 379 - 6753 - 0 - - - 8572 - 5462 - 7832 - 0 - - - 12260 - 7700 - 11106 - 0 - - - 5608 - 2029 - 5581 - 0 - - - 12974 - 1213 - 11668 - 0 - - - 10717 - 207 - 9746 - 0 - - - 9237 - 1421 - 8414 - 0 - - - 8113 - 4609 - 6575 - 1 - - - 7885 - 4378 - 5427 - 4 - - - 5738 - 2254 - 5725 - 0 - - - 13805 - 719 - 12408 - 0 - - - 7348 - 910 - 5780 - 0 - - - 6760 - 244 - 6423 - 0 - - - 13183 - 387 - 11871 - 0 - - - 6767 - 1127 - 6575 - 0 - - - 10821 - 1725 - 9847 - 0 - - - 9903 - 1736 - 8982 - 2 - - - 10269 - 1217 - 9362 - 0 - - - 8982 - 344 - 8155 - 0 - - - 1817 - 3255 - 1474 - 0 - - - 8959 - 276 - 8140 - 0 - - - 8917 - 431 - 8083 - 0 - - - 9099 - 1828 - 8349 - 0 - - - 12114 - 6502 - 11013 - 2 - - - 9429 - 1986 - 8598 - 0 - - - 8315 - 4822 - 7201 - 2 - - - 11741 - 771 - 10661 - 0 - - - 9969 - 1316 - 9089 - 0 - - - 9788 - 761 - 8910 - 0 - - - 5717 - 1454 - 5701 - 0 - - - 12731 - 892 - 11455 - 0 - - - 7959 - 4453 - 5506 - 16 - - - 10933 - 407 - 9955 - 0 - - - 11980 - 1388 - 10917 - 0 - - - 10585 - 1641 - 9636 - 0 - - - 13924 - 1482 - 12489 - 0 - - - 11429 - 5135 - 10375 - 7 - - - 6862 - 1665 - 6928 - 0 - - - 6338 - 1471 - 6880 - 0 - - - 11606 - 1745 - 10545 - 0 - - - 9813 - 7220 - 8940 - 0 - - - 12895 - 1438 - 11602 - 0 - - - 6344 - 2112 - 6887 - 0 - - - 10444 - 1232 - 9498 - 0 - - - 13540 - 1147 - 12204 - 0 - - - 11978 - 430 - 10902 - 0 - - - 8408 - 1941 - 7707 - 0 - - - 4903 - 810 - 6733 - 0 - - - 12608 - 419 - 11357 - 0 - - - 2211 - 1653 - 1900 - 0 - - - 9397 - 1281 - 8567 - 0 - - - 6355 - 735 - 6898 - 0 - - - 3570 - 2062 - 4771 - 0 - - - 7902 - 4395 - 5506 - 8 - - - 9483 - 3437 - 8632 - 0 - - - 11448 - 1911 - 10387 - 0 - - - 2031 - 748 - 1705 - 0 - - - 1913 - 265 - 1578 - 0 - - - 13400 - 1444 - 12081 - 0 - - - 10920 - 1241 - 9944 - 0 - - - 9557 - 7050 - 8600 - 6 - - - 13109 - 179 - 11795 - 0 - - - 10922 - 1818 - 9946 - 0 - - - 6365 - 495 - 6909 - 0 - - - 13244 - 1265 - 11924 - 0 - - - 12557 - 544 - 11318 - 0 - - - 9038 - 770 - 8315 - 0 - - - 12612 - 486 - 11359 - 0 - - - 9116 - 4294 - 8057 - 1 - - - 2135 - 3339 - 1818 - 0 - - - 12881 - 727 - 11583 - 0 - - - 7370 - 282 - 774 - 0 - - - 8970 - 645 - 8131 - 0 - - - 12308 - 4722 - 10866 - 37 - - - 2258 - 1903 - 1950 - 0 - - - 6693 - 1218 - 7270 - 0 - - - 6359 - 2115 - 6903 - 0 - - - 4911 - 534 - 6743 - 0 - - - 1950 - 959 - 1617 - 0 - - - 8341 - 981 - 7619 - 0 - - - 7455 - 1605 - 4192 - 0 - - - 12313 - 5718 - 10866 - 16 - - - 5767 - 1066 - 5759 - 0 - - - 13035 - 838 - 11734 - 0 - - - 1962 - 1907 - 1629 - 0 - - - 7976 - 4470 - 6463 - 4 - - - 6729 - 488 - 1953 - 0 - - - 5310 - 151 - 5246 - 0 - - - 6215 - 405 - 6262 - 0 - - - 10120 - 1596 - 9239 - 0 - - - 784 - 1605 - 1302 - 0 - - - 1822 - 246 - 1479 - 0 - - - 4139 - 1180 - 4208 - 0 - - - 9160 - 1480 - 8364 - 0 - - - 7700 - 4191 - 6401 - 23 - - - 1996 - 1605 - 1667 - 0 - - - 12140 - 701 - 11028 - 0 - - - 10931 - 310 - 9956 - 0 - - - 12803 - 1901 - 11516 - 0 - - - 2864 - 406 - 2603 - 0 - - - 12852 - 1616 - 11555 - 0 - - - 12920 - 1556 - 11622 - 0 - - - 2884 - 3521 - 2625 - 0 - - - 2854 - 1726 - 2592 - 0 - - - 12291 - 1423 - 11137 - 0 - - - 2181 - 1384 - 1868 - 0 - - - 6761 - 1688 - 6438 - 0 - - - 3791 - 1605 - 3835 - 0 - - - 12537 - 883 - 11298 - 0 - - - 9297 - 582 - 8468 - 0 - - - 10723 - 1340 - 9752 - 0 - - - 8823 - 418 - 7987 - 0 - - - 11870 - 755 - 10786 - 0 - - - 7917 - 4411 - 4709 - 1 - - - 6039 - 1368 - 6066 - 0 - - - 6795 - 1528 - 5443 - 0 - - - 10093 - 1492 - 9185 - 0 - - - 6655 - 929 - 7227 - 0 - - - 3479 - 1404 - 4672 - 0 - - - 7322 - 1406 - 6559 - 0 - - - 13172 - 516 - 11862 - 0 - - - 8801 - 291 - 7981 - 0 - - - 10133 - 473 - 9230 - 0 - - - 9841 - 1588 - 8973 - 0 - - - 12211 - 6625 - 10891 - 2 - - - 9410 - 1426 - 8579 - 0 - - - 5459 - 1800 - 5417 - 0 - - - 12276 - 444 - 11121 - 0 - - - 11413 - 459 - 10362 - 0 - - - 5354 - 472 - 5297 - 0 - - - 5024 - 613 - 4936 - 0 - - - 13801 - 264 - 12402 - 0 - - - 7674 - 4165 - 5705 - 37 - - - 8107 - 4603 - 5427 - 9 - - - 9898 - 630 - 9018 - 0 - - - 6235 - 1619 - 6284 - 0 - - - 13739 - 801 - 12346 - 0 - - - 12434 - 1919 - 11218 - 0 - - - 4635 - 1589 - 6434 - 0 - - - 13303 - 1584 - 11976 - 0 - - - 12150 - 276 - 11047 - 0 - - - 801 - 225 - 1320 - 0 - - - 8403 - 870 - 7702 - 0 - - - 13320 - 1076 - 11999 - 0 - - - 10390 - 1539 - 9452 - 0 - - - 8445 - 5121 - 7282 - 3 - - - 9494 - 4429 - 8619 - 0 - - - 1859 - 3276 - 1520 - 0 - - - 8957 - 181 - 8125 - 0 - - - 8733 - 5781 - 7882 - 1 - - - 9140 - 4523 - 8029 - 15 - - - 10984 - 678 - 10002 - 0 - - - 11299 - 201 - 10265 - 0 - - - 12504 - 287 - 11268 - 1 - - - 5470 - 610 - 5429 - 0 - - - 5896 - 2265 - 5904 - 0 - - - 2205 - 547 - 1893 - 0 - - - 8441 - 5102 - 2678 - 1 - - - 13958 - 343 - 12520 - 0 - - - 9746 - 7211 - 8873 - 0 - - - 8588 - 605 - 7846 - 0 - - - 7590 - 4080 - 6401 - 19 - - - 10527 - 797 - 9572 - 0 - - - 8682 - 4713 - 7244 - 28 - - - 8517 - 973 - 7789 - 0 - - - 11611 - 5261 - 10549 - 1 - - - 12956 - 287 - 10679 - 1 - - - 3676 - 1259 - 3711 - 0 - - - 2887 - 1964 - 2628 - 0 - - - 10414 - 4114 - 9475 - 1 - - - 12487 - 1934 - 11259 - 0 - - - 12045 - 855 - 10962 - 0 - - - 8200 - 4696 - 5709 - 7 - - - 5555 - 668 - 5523 - 0 - - - 8607 - 1813 - 7865 - 0 - - - 2891 - 3681 - 2633 - 0 - - - 11772 - 1080 - 10697 - 0 - - - 13928 - 828 - 12497 - 0 - - - 11830 - 996 - 10751 - 0 - - - 9061 - 1605 - 8338 - 0 - - - 7943 - 4437 - 5700 - 4 - - - 4110 - 1605 - 4177 - 0 - - - 5627 - 318 - 5603 - 0 - - - 8167 - 4663 - 1664 - 17 - - - 2880 - 1373 - 2621 - 0 - - - 8918 - 468 - 8088 - 0 - - - 1796 - 231 - 1451 - 0 - - - 13482 - 193 - 12149 - 0 - - - 4666 - 1540 - 6468 - 0 - - - 11258 - 1648 - 10236 - 0 - - - 8564 - 1036 - 7826 - 0 - - - 3356 - 1137 - 3605 - 0 - - - 13146 - 1335 - 11835 - 0 - - - 12081 - 486 - 10966 - 0 - - - 9263 - 203 - 8443 - 0 - - - 12083 - 1305 - 10965 - 0 - - - 4423 - 1605 - 4516 - 0 - - - 9641 - 1972 - 8768 - 0 - - - 10152 - 1926 - 9275 - 0 - - - 10631 - 1013 - 9682 - 0 - - - 12468 - 1615 - 11237 - 0 - - - 13951 - 7391 - 12513 - 6 - - - 12827 - 4202 - 10671 - 1 - - - 12624 - 7706 - 11371 - 0 - - - 11505 - 1071 - 10444 - 0 - - - 12806 - 1941 - 11527 - 0 - - - 11303 - 489 - 10269 - 0 - - - 11195 - 1276 - 10174 - 0 - - - 7358 - 1263 - 6067 - 0 - - - 11095 - 7642 - 10102 - 0 - - - 6216 - 1452 - 6263 - 0 - - - 10579 - 455 - 9633 - 0 - - - 9058 - 289 - 8334 - 0 - - - 5751 - 764 - 5740 - 0 - - - 10604 - 662 - 9655 - 0 - - - 8579 - 570 - 7838 - 0 - - - 10408 - 1052 - 9470 - 0 - - - 10493 - 1841 - 9540 - 0 - - - 7356 - 407 - 6035 - 0 - - - 9842 - 752 - 8970 - 0 - - - 7318 - 884 - 4641 - 0 - - - 10015 - 700 - 9139 - 0 - - - 2010 - 277 - 1682 - 0 - - - 2861 - 3646 - 2600 - 0 - - - 9495 - 586 - 8624 - 0 - - - 5031 - 2166 - 4943 - 0 - - - 11670 - 1447 - 10591 - 0 - - - 6221 - 926 - 6268 - 0 - - - 5615 - 2034 - 5591 - 0 - - - 4596 - 2123 - 6392 - 0 - - - 9737 - 1958 - 8864 - 0 - - - 13905 - 4114 - 12472 - 1 - - - 4931 - 1929 - 6765 - 0 - - - 5908 - 1539 - 5917 - 0 - - - 12354 - 5771 - 10866 - 69 - - - 1992 - 1239 - 1663 - 0 - - - 4625 - 1602 - 6424 - 0 - - - 12230 - 272 - 11081 - 0 - - - 12735 - 194 - 11458 - 0 - - - 5526 - 2138 - 5489 - 0 - - - 10693 - 4774 - 9700 - 3 - - - 8885 - 926 - 8062 - 0 - - - 10164 - 824 - 9278 - 0 - - - 5874 - 430 - 5879 - 0 - - - 10087 - 1044 - 9201 - 0 - - - 6797 - 944 - 5476 - 0 - - - 5876 - 1031 - 5881 - 0 - - - 12454 - 6658 - 11235 - 1 - - - 12616 - 3436 - 11363 - 0 - - - 11079 - 7641 - 10093 - 0 - - - 7675 - 4166 - 5705 - 11 - - - 5535 - 190 - 5500 - 0 - - - 8685 - 5733 - 7244 - 31 - - - 12606 - 891 - 11354 - 0 - - - 12864 - 339 - 11564 - 0 - - - 12514 - 3431 - 11281 - 0 - - - 7948 - 4442 - 6234 - 96 - - - 7753 - 4245 - 5709 - 8 - - - 2600 - 750 - 2319 - 0 - - - 8112 - 4608 - 5705 - 54 - - - 10021 - 3604 - 8589 - 5 - - - 5117 - 2688 - 5035 - 0 - - - 9866 - 1139 - 8992 - 0 - - - 10187 - 7332 - 9298 - 0 - - - 13959 - 1574 - 12521 - 0 - - - 9760 - 882 - 8887 - 0 - - - 788 - 892 - 1306 - 0 - - - 4771 - 1586 - 6588 - 0 - - - 4663 - 868 - 6465 - 0 - - - 11993 - 536 - 10898 - 0 - - - 9415 - 311 - 8583 - 0 - - - 5625 - 1255 - 5601 - 0 - - - 3478 - 1148 - 4671 - 0 - - - 2569 - 1112 - 2288 - 0 - - - 8265 - 1911 - 6744 - 1 - - - 11722 - 861 - 10641 - 0 - - - 1903 - 497 - 1567 - 0 - - - 6677 - 1449 - 7252 - 0 - - - 12169 - 1485 - 11034 - 0 - - - 5367 - 1161 - 5312 - 0 - - - 3675 - 1323 - 3710 - 0 - - - 8557 - 693 - 7817 - 0 - - - 9360 - 189 - 8533 - 0 - - - 799 - 1471 - 1318 - 0 - - - 12691 - 1946 - 11426 - 0 - - - 5649 - 474 - 5628 - 0 - - - 1784 - 1605 - 1438 - 0 - - - 8280 - 4777 - 6234 - 15 - - - 4537 - 2188 - 4640 - 0 - - - 9462 - 7051 - 8513 - 28 - - - 7721 - 4213 - 3584 - 1 - - - 10577 - 543 - 9632 - 0 - - - 12331 - 5744 - 10866 - 42 - - - 9642 - 364 - 8769 - 0 - - - 8704 - 5752 - 7244 - 50 - - - 814 - 1605 - 1336 - 0 - - - 13344 - 3741 - 12011 - 0 - - - 8355 - 1726 - 7637 - 0 - - - 11407 - 282 - 10364 - 0 - - - 9332 - 591 - 8506 - 0 - - - 9774 - 718 - 8913 - 0 - - - 10473 - 211 - 9520 - 0 - - - 13903 - 892 - 12476 - 0 - - - 12108 - 413 - 11012 - 0 - - - 8304 - 1260 - 7595 - 0 - - - 5658 - 914 - 5637 - 0 - - - 13281 - 219 - 11961 - 0 - - - 10697 - 4253 - 9655 - 1 - - - 792 - 1892 - 1310 - 0 - - - 9852 - 1058 - 8979 - 0 - - - 5925 - 1897 - 5937 - 0 - - - 3476 - 833 - 4669 - 0 - - - 13607 - 1021 - 12250 - 0 - - - 12301 - 742 - 10866 - 4 - - - 4111 - 1605 - 4178 - 0 - - - 10469 - 266 - 9517 - 0 - - - 12300 - 584 - 10866 - 13 - - - 12106 - 176 - 11007 - 0 - - - 9400 - 1611 - 8565 - 0 - - - 6714 - 1607 - 7293 - 0 - - - 5797 - 1153 - 5796 - 0 - - - 13325 - 759 - 12000 - 0 - - - 12379 - 384 - 11143 - 0 - - - 10902 - 1036 - 9926 - 0 - - - 6499 - 2049 - 7057 - 0 - - - 12615 - 698 - 11362 - 0 - - - 3465 - 424 - 4658 - 0 - - - 10683 - 4483 - 9682 - 1 - - - 9304 - 6865 - 8434 - 2 - - - 11442 - 1411 - 10381 - 0 - - - 8678 - 5726 - 7244 - 24 - - - 11564 - 1593 - 10507 - 0 - - - 13624 - 1458 - 12263 - 0 - - - 13900 - 1024 - 12472 - 0 - - - 12967 - 1011 - 11664 - 0 - - - 6055 - 842 - 6086 - 0 - - - 8188 - 4684 - 7048 - 1 - - - 6883 - 1895 - 829 - 0 - - - 4643 - 1842 - 6443 - 0 - - - 4605 - 1318 - 6402 - 0 - - - 11257 - 1215 - 10230 - 0 - - - 9660 - 1402 - 8792 - 0 - - - 8047 - 892 - 5506 - 35 - - - 1789 - 1691 - 1443 - 0 - - - 9389 - 1533 - 8558 - 0 - - - 13009 - 1691 - 11705 - 0 - - - 5890 - 831 - 5896 - 0 - - - 11600 - 605 - 10538 - 0 - - - 8987 - 1718 - 8159 - 0 - - - 11975 - 1646 - 10905 - 0 - - - 8175 - 4671 - 5506 - 14 - - - 11143 - 7369 - 10120 - 1 - - - 8632 - 1321 - 7891 - 0 - - - 13907 - 1333 - 12478 - 0 - - - 8414 - 1332 - 7703 - 0 - - - 4136 - 1760 - 4205 - 0 - - - 8701 - 5749 - 7244 - 47 - - - 2179 - 1479 - 1866 - 0 - - - 10969 - 253 - 8833 - 7 - - - 8317 - 4824 - 7201 - 4 - - - 6849 - 1605 - 7321 - 0 - - - 6770 - 323 - 6630 - 0 - - - 13262 - 262 - 11935 - 0 - - - 8511 - 1057 - 7785 - 0 - - - 6709 - 1035 - 7288 - 0 - - - 2191 - 1424 - 1878 - 0 - - - 11397 - 411 - 10347 - 0 - - - 8829 - 155 - 7997 - 0 - - - 13163 - 1473 - 11854 - 0 - - - 2892 - 1810 - 2634 - 0 - - - 12874 - 1942 - 11563 - 1 - - - 10446 - 1397 - 9500 - 0 - - - 13580 - 107 - 12227 - 0 - - - 5503 - 888 - 5465 - 0 - - - 13810 - 289 - 12405 - 0 - - - 9236 - 3436 - 8413 - 0 - - - 8582 - 1352 - 7844 - 0 - - - 8502 - 1385 - 7773 - 0 - - - 13594 - 532 - 12237 - 0 - - - 7993 - 4487 - 5427 - 7 - - - 13343 - 1479 - 12018 - 0 - - - 9218 - 6664 - 8349 - 8 - - - 11300 - 671 - 10266 - 0 - - - 10639 - 758 - 9691 - 0 - - - 8943 - 1685 - 8109 - 0 - - - 10083 - 1390 - 9188 - 0 - - - 8781 - 171 - 7952 - 0 - - - 10068 - 1568 - 9178 - 0 - - - 9544 - 7204 - 8037 - 2 - - - 8945 - 1448 - 8113 - 0 - - - 4930 - 782 - 6764 - 0 - - - 7968 - 4462 - 5113 - 2 - - - 8447 - 5123 - 7282 - 5 - - - 9547 - 7207 - 8037 - 5 - - - 6009 - 333 - 6031 - 0 - - - 4640 - 2240 - 6440 - 0 - - - 13902 - 701 - 12471 - 0 - - - 11189 - 774 - 10170 - 0 - - - 10710 - 1579 - 9732 - 2 - - - 9105 - 4194 - 8061 - 4 - - - 2897 - 864 - 2639 - 0 - - - 7714 - 4206 - 1664 - 1 - - - 10496 - 826 - 9541 - 0 - - - 8293 - 1252 - 7582 - 0 - - - 9982 - 594 - 9100 - 0 - - - 13253 - 901 - 11932 - 0 - - - 9611 - 1331 - 8738 - 0 - - - 2106 - 714 - 1786 - 0 - - - 8525 - 5080 - 7792 - 0 - - - 5313 - 1510 - 5249 - 0 - - - 10144 - 231 - 9256 - 0 - - - 12338 - 5751 - 10866 - 49 - - - 9299 - 1574 - 8464 - 0 - - - 12141 - 362 - 11017 - 0 - - - 9442 - 7031 - 8513 - 8 - - - 11473 - 1411 - 10413 - 0 - - - 6730 - 1038 - 2003 - 0 - - - 7764 - 4256 - 6234 - 101 - - - 7644 - 4135 - 6792 - 34 - - - 11242 - 491 - 10219 - 0 - - - 5366 - 720 - 5311 - 0 - - - 13513 - 7326 - 12180 - 0 - - - 6835 - 223 - 7307 - 0 - - - 10508 - 1535 - 9552 - 0 - - - 10041 - 131 - 9150 - 0 - - - 10059 - 1824 - 9181 - 0 - - - 8985 - 1495 - 8156 - 0 - - - 7827 - 4320 - 6792 - 45 - - - 8388 - 794 - 7695 - 0 - - - 5644 - 847 - 5622 - 0 - - - 11655 - 5786 - 10580 - 3 - - - 12297 - 1007 - 11135 - 0 - - - 8311 - 399 - 7603 - 0 - - - 7730 - 4222 - 6333 - 8 - - - 13508 - 1674 - 12184 - 0 - - - 2200 - 1360 - 1888 - 0 - - - 12523 - 1364 - 11283 - 0 - - - 12087 - 1077 - 10974 - 0 - - - 9009 - 897 - 8171 - 0 - - - 5336 - 1905 - 5276 - 0 - - - 12683 - 320 - 11422 - 0 - - - 11950 - 771 - 10868 - 0 - - - 9595 - 1500 - 8722 - 0 - - - 8057 - 4552 - 6130 - 20 - - - 8979 - 585 - 8147 - 0 - - - 5668 - 817 - 5648 - 0 - - - 9215 - 4179 - 8349 - 5 - - - 9174 - 5561 - 8379 - 0 - - - 11272 - 5384 - 10239 - 5 - - - 11686 - 7158 - 10606 - 0 - - - 8834 - 3663 - 8007 - 0 - - - 8839 - 982 - 8009 - 0 - - - 8425 - 5086 - 6792 - 77 - - - 6050 - 1704 - 6078 - 0 - - - 13654 - 347 - 12298 - 0 - - - 8912 - 1605 - 8081 - 0 - - - 8548 - 5381 - 7211 - 1 - - - 12515 - 7064 - 11279 - 0 - - - 10140 - 1247 - 9246 - 0 - - - 6658 - 613 - 7231 - 0 - - - 12534 - 253 - 11290 - 6 - - - 8084 - 4579 - 5705 - 51 - - - 12225 - 1048 - 11080 - 0 - - - 10921 - 1886 - 9940 - 0 - - - 6641 - 1088 - 7212 - 0 - - - 11196 - 3441 - 10175 - 0 - - - 6700 - 3441 - 7277 - 0 - - - 6650 - 1199 - 7222 - 0 - - - 5811 - 2155 - 5811 - 0 - - - 1625 - 1605 - 3137 - 0 - - - 10704 - 1652 - 9738 - 0 - - - 786 - 1745 - 1304 - 0 - - - 8852 - 1490 - 8017 - 0 - - - 9227 - 6704 - 8049 - 1 - - - 8184 - 4680 - 6234 - 29 - - - 2323 - 1721 - 2023 - 0 - - - 12911 - 994 - 11615 - 0 - - - 12243 - 1790 - 11090 - 0 - - - 2924 - 3561 - 2668 - 0 - - - 11479 - 403 - 10418 - 0 - - - 9078 - 6409 - 8038 - 4 - - - 9445 - 4202 - 8513 - 11 - - - 5938 - 1177 - 5952 - 0 - - - 12164 - 732 - 11033 - 0 - - - 11494 - 386 - 10433 - 0 - - - 4762 - 694 - 6578 - 0 - - - 8622 - 409 - 7880 - 0 - - - 8653 - 5701 - 7879 - 1 - - - 4133 - 1179 - 4201 - 0 - - - 9893 - 1283 - 9013 - 0 - - - 11691 - 486 - 10617 - 0 - - - 11382 - 736 - 10341 - 0 - - - 299 - 1903 - 775 - 0 - - - 3559 - 540 - 4759 - 0 - - - 5226 - 698 - 5153 - 0 - - - 10975 - 1843 - 9997 - 0 - - - 2616 - 491 - 2336 - 0 - - - 10389 - 492 - 9453 - 0 - - - 13127 - 7250 - 11814 - 0 - - - 13249 - 1605 - 11928 - 0 - - - 8249 - 4746 - 5427 - 1 - - - 9876 - 7244 - 8600 - 15 - - - 13706 - 7726 - 8513 - 39 - - - 13332 - 1292 - 12010 - 0 - - - 9406 - 1326 - 8590 - 0 - - - 6701 - 909 - 7278 - 0 - - - 8729 - 5777 - 7808 - 1 - - - 10071 - 1144 - 9195 - 0 - - - 1872 - 439 - 1533 - 0 - - - 13479 - 1077 - 12160 - 0 - - - 10976 - 1013 - 9995 - 0 - - - 11736 - 1535 - 10655 - 0 - - - 9272 - 1510 - 8453 - 0 - - - 8571 - 1037 - 7834 - 0 - - - 7621 - 4112 - 6464 - 1 - - - 7913 - 4407 - 5738 - 4 - - - 13274 - 379 - 11955 - 0 - - - 812 - 1605 - 1333 - 0 - - - 6719 - 1350 - 1517 - 0 - - - 1877 - 306 - 1539 - 0 - - - 10094 - 772 - 9210 - 0 - - - 5793 - 172 - 5790 - 0 - - - 7768 - 793 - 6736 - 1 - - - 8553 - 5386 - 7250 - 2 - - - 324 - 1956 - 802 - 0 - - - 7894 - 4387 - 5747 - 1 - - - 11575 - 1352 - 10516 - 0 - - - 2138 - 1798 - 1821 - 0 - - - 11472 - 1332 - 10411 - 0 - - - 9793 - 710 - 8920 - 0 - - - 11487 - 1617 - 10426 - 0 - - - 7614 - 4105 - 6725 - 8 - - - 310 - 620 - 787 - 0 - - - 5497 - 594 - 5458 - 0 - - - 12362 - 237 - 11149 - 0 - - - 8231 - 4728 - 5530 - 23 - - - 4917 - 2223 - 6749 - 0 - - - 3324 - 744 - 3570 - 0 - - - 9051 - 1913 - 8327 - 0 - - - 13886 - 7355 - 10611 - 6 - - - 2091 - 617 - 1769 - 0 - - - 6752 - 1546 - 4240 - 0 - - - 5609 - 2030 - 5582 - 0 - - - 11727 - 493 - 10650 - 0 - - - 2088 - 1605 - 1766 - 0 - - - 5484 - 1372 - 5444 - 0 - - - 9817 - 7222 - 8944 - 0 - - - 9192 - 561 - 8394 - 0 - - - 8131 - 4627 - 2359 - 2 - - - 8417 - 830 - 7706 - 0 - - - 1936 - 943 - 1602 - 0 - - - 7935 - 4429 - 5442 - 4 - - - 8052 - 4547 - 5439 - 4 - - - 4673 - 1083 - 6476 - 0 - - - 12028 - 1256 - 10937 - 0 - - - 7918 - 4412 - 5470 - 1 - - - 5603 - 258 - 5576 - 0 - - - 4634 - 271 - 6433 - 0 - - - 8048 - 4543 - 5738 - 7 - - - 12860 - 1251 - 11567 - 0 - - - 9461 - 7050 - 8513 - 27 - - - 2028 - 3372 - 1701 - 0 - - - 5596 - 2244 - 5569 - 0 - - - 7330 - 3436 - 5234 - 0 - - - 9142 - 6521 - 8029 - 17 - - - 12851 - 1398 - 11552 - 0 - - - 8624 - 1766 - 7884 - 0 - - - 8822 - 194 - 7991 - 0 - - - 11501 - 1683 - 10437 - 0 - - - 5377 - 648 - 5324 - 0 - - - 13317 - 227 - 11986 - 0 - - - 12470 - 514 - 11243 - 0 - - - 12411 - 1415 - 11203 - 0 - - - 7895 - 4388 - 2293 - 20 - - - 5489 - 1502 - 5449 - 0 - - - 6040 - 1036 - 6068 - 0 - - - 4902 - 115 - 6731 - 0 - - - 13571 - 7190 - 12116 - 4 - - - 7779 - 4271 - 6234 - 94 - - - 12129 - 6465 - 11012 - 2 - - - 11543 - 1403 - 10481 - 0 - - - 13456 - 7719 - 12106 - 0 - - - 11971 - 1115 - 10892 - 0 - - - 4141 - 641 - 4210 - 0 - - - 5880 - 1916 - 5886 - 0 - - - 10647 - 1264 - 9695 - 0 - - - 7963 - 156 - 6792 - 44 - - - 8663 - 4585 - 7244 - 9 - - - 2910 - 1605 - 2653 - 0 - - - 13318 - 1910 - 11994 - 0 - - - 10678 - 7437 - 9721 - 0 - - - 10711 - 4299 - 9707 - 1 - - - 9027 - 1388 - 8269 - 0 - - - 11221 - 3429 - 10203 - 0 - - - 5200 - 313 - 5125 - 0 - - - 12690 - 1893 - 11427 - 0 - - - 11650 - 6964 - 8589 - 6 - - - 10224 - 569 - 9333 - 0 - - - 10023 - 1026 - 9141 - 0 - - - 6069 - 292 - 6101 - 0 - - - 2178 - 1974 - 1865 - 0 - - - 6073 - 1965 - 6105 - 0 - - - 7603 - 4093 - 5427 - 11 - - - 11393 - 272 - 10346 - 0 - - - 10540 - 4316 - 9593 - 2 - - - 8742 - 682 - 7909 - 0 - - - 10416 - 1069 - 9478 - 0 - - - 12703 - 919 - 11441 - 0 - - - 13305 - 229 - 11983 - 0 - - - 7718 - 4210 - 3570 - 2 - - - 8522 - 5263 - 2668 - 3 - - - 12076 - 12 - 10977 - 0 - - - 11281 - 858 - 10244 - 0 - - - 11766 - 560 - 10685 - 0 - - - 13655 - 1089 - 12296 - 0 - - - 12263 - 859 - 11109 - 0 - - - 8063 - 4558 - 4173 - 7 - - - 8260 - 4757 - 6234 - 50 - - - 8096 - 4591 - 5506 - 25 - - - 9542 - 7202 - 8815 - 1 - - - 8246 - 4743 - 6333 - 6 - - - 8179 - 4675 - 1664 - 23 - - - 6333 - 1088 - 6874 - 0 - - - 8870 - 910 - 8033 - 0 - - - 6016 - 186 - 6040 - 0 - - - 6826 - 1129 - 7298 - 0 - - - 10180 - 906 - 9293 - 0 - - - 11514 - 1288 - 10453 - 0 - - - 12512 - 1951 - 11276 - 0 - - - 290 - 868 - 765 - 0 - - - 9701 - 10 - 8826 - 0 - - - 11679 - 6404 - 10598 - 1 - - - 13605 - 7664 - 12249 - 0 - - - 7920 - 4414 - 5612 - 2 - - - 13038 - 1130 - 11729 - 0 - - - 11048 - 1846 - 10062 - 0 - - - 12283 - 301 - 11122 - 0 - - - 5506 - 355 - 5468 - 0 - - - 12445 - 7211 - 11228 - 0 - - - 12332 - 5745 - 10866 - 43 - - - 9551 - 7227 - 8911 - 1 - - - 6010 - 219 - 6032 - 0 - - - 9184 - 1007 - 8389 - 0 - - - 5384 - 361 - 5332 - 0 - - - 6517 - 1017 - 7077 - 0 - - - 6406 - 1575 - 6954 - 0 - - - 12869 - 1040 - 11562 - 0 - - - 8967 - 834 - 8132 - 0 - - - 8821 - 1065 - 7992 - 0 - - - 12722 - 145 - 11445 - 0 - - - 8393 - 717 - 7685 - 0 - - - 7972 - 4466 - 5530 - 16 - - - 9156 - 983 - 8361 - 0 - - - 8485 - 1426 - 7761 - 0 - - - 8072 - 4567 - 6333 - 19 - - - 12870 - 1259 - 11565 - 0 - - - 8578 - 1121 - 7837 - 0 - - - 5794 - 262 - 5793 - 0 - - - 2938 - 664 - 2684 - 0 - - - 9431 - 1237 - 8602 - 0 - - - 8412 - 845 - 7713 - 0 - - - 6146 - 1902 - 6185 - 0 - - - 9500 - 1047 - 8633 - 0 - - - 13211 - 894 - 11890 - 0 - - - 8538 - 1308 - 7808 - 0 - - - 6671 - 540 - 7246 - 0 - - - 11536 - 351 - 10477 - 0 - - - 4912 - 1309 - 6744 - 0 - - - 8345 - 1525 - 7628 - 0 - - - 5494 - 1827 - 5454 - 0 - - - 13439 - 301 - 12133 - 0 - - - 10510 - 7399 - 9554 - 1 - - - 8361 - 4961 - 5530 - 26 - - - 9856 - 115 - 8985 - 0 - - - 8195 - 4691 - 6792 - 11 - - - 10650 - 873 - 9696 - 0 - - - 13592 - 4611 - 12236 - 4 - - - 10246 - 111 - 9351 - 0 - - - 12462 - 710 - 11247 - 0 - - - 12757 - 1170 - 11480 - 0 - - - 4923 - 2225 - 6755 - 0 - - - 13219 - 7317 - 11899 - 0 - - - 9631 - 872 - 8750 - 0 - - - 1829 - 1317 - 1486 - 0 - - - 10289 - 1457 - 9387 - 0 - - - 3587 - 1217 - 4789 - 0 - - - 8126 - 4622 - 5738 - 6 - - - 1994 - 3403 - 1665 - 0 - - - 3560 - 1780 - 4760 - 0 - - - 5721 - 651 - 5706 - 0 - - - 1836 - 3265 - 1494 - 0 - - - 10185 - 7331 - 9261 - 1 - - - 321 - 1198 - 798 - 0 - - - 8789 - 1615 - 7958 - 0 - - - 13749 - 634 - 12347 - 0 - - - 9155 - 6562 - 8020 - 5 - - - 8497 - 1006 - 7768 - 0 - - - 8118 - 4614 - 6753 - 1 - - - 4667 - 903 - 6469 - 0 - - - 2170 - 1321 - 1855 - 0 - - - 4947 - 347 - 6784 - 0 - - - 9296 - 236 - 8478 - 0 - - - 11301 - 553 - 10267 - 0 - - - 12139 - 556 - 11027 - 0 - - - 4632 - 1454 - 6431 - 0 - - - 5948 - 1547 - 5964 - 0 - - - 2133 - 3338 - 1815 - 0 - - - 10024 - 4533 - 9143 - 0 - - - 4606 - 459 - 6403 - 0 - - - 6340 - 562 - 6882 - 0 - - - 12368 - 990 - 11150 - 0 - - - 5225 - 986 - 5152 - 0 - - - 8349 - 272 - 7634 - 0 - - - 11761 - 7218 - 10677 - 0 - - - 5787 - 1545 - 5784 - 0 - - - 12913 - 1572 - 11616 - 0 - - - 9564 - 1510 - 8665 - 0 - - - 13623 - 1227 - 12275 - 0 - - - 7607 - 4097 - 5741 - 10 - - - 13933 - 1736 - 12498 - 1 - - - 798 - 875 - 1317 - 0 - - - 8692 - 5740 - 7244 - 38 - - - 10951 - 4449 - 9975 - 0 - - - 12519 - 735 - 11291 - 0 - - - 12732 - 3436 - 11456 - 0 - - - 7938 - 4432 - 5336 - 1 - - - 5196 - 2175 - 5121 - 0 - - - 6036 - 604 - 6062 - 0 - - - 8934 - 842 - 8103 - 0 - - - 10060 - 1962 - 9180 - 0 - - - 10388 - 1348 - 9451 - 0 - - - 300 - 670 - 776 - 0 - - - 10364 - 4088 - 9272 - 1 - - - 11537 - 1339 - 10476 - 0 - - - 11379 - 1211 - 10333 - 0 - - - 8226 - 4723 - 6333 - 16 - - - 5036 - 2167 - 4948 - 0 - - - 7668 - 4159 - 1753 - 1 - - - 5673 - 1709 - 5653 - 0 - - - 10169 - 7324 - 9283 - 0 - - - 8899 - 161 - 8068 - 0 - - - 8650 - 415 - 7906 - 0 - - - 9550 - 7226 - 8839 - 1 - - - 4905 - 449 - 6735 - 0 - - - 12856 - 1942 - 11563 - 0 - - - 4734 - 2091 - 6545 - 0 - - - 9592 - 1221 - 8719 - 0 - - - 12576 - 253 - 11322 - 6 - - - 11834 - 799 - 10759 - 0 - - - 9734 - 891 - 8861 - 0 - - - 8314 - 4821 - 7201 - 1 - - - 10555 - 1202 - 9611 - 0 - - - 4873 - 473 - 6700 - 0 - - - 6807 - 442 - 5747 - 0 - - - 4896 - 1357 - 6724 - 0 - - - 11789 - 483 - 10714 - 0 - - - 6019 - 2271 - 6043 - 0 - - - 13434 - 4455 - 11968 - 1 - - - 11645 - 1608 - 10578 - 0 - - - 3471 - 1870 - 4664 - 0 - - - 8098 - 4593 - 6233 - 1 - - - 276 - 1336 - 750 - 0 - - - 2929 - 147 - 2674 - 0 - - - 13401 - 999 - 12077 - 0 - - - 6541 - 2182 - 7103 - 0 - - - 5924 - 2028 - 5936 - 0 - - - 5640 - 2139 - 5618 - 0 - - - 10233 - 1706 - 9340 - 0 - - - 10020 - 4231 - 8589 - 4 - - - 9539 - 7190 - 8011 - 4 - - - 10442 - 1883 - 9496 - 0 - - - 7605 - 4095 - 5427 - 14 - - - 2273 - 1361 - 1967 - 0 - - - 1867 - 1480 - 1528 - 0 - - - 8483 - 1272 - 7765 - 0 - - - 12294 - 796 - 11139 - 0 - - - 2713 - 1714 - 2440 - 0 - - - 8895 - 1358 - 8054 - 0 - - - 9849 - 1105 - 8976 - 0 - - - 9698 - 7194 - 8825 - 0 - - - 7364 - 683 - 6941 - 0 - - - 9880 - 4125 - 8600 - 19 - - - 8016 - 4511 - 6142 - 1 - - - 5209 - 417 - 5135 - 0 - - - 10301 - 1441 - 9397 - 0 - - - 8806 - 1145 - 7968 - 0 - - - 10803 - 317 - 9831 - 0 - - - 8863 - 6101 - 8040 - 0 - - - 12887 - 1978 - 11598 - 0 - - - 4093 - 465 - 4159 - 0 - - - 11738 - 229 - 10663 - 0 - - - 8888 - 1362 - 8055 - 0 - - - 5995 - 2266 - 6017 - 0 - - - 11969 - 339 - 10885 - 0 - - - 9057 - 519 - 8332 - 0 - - - 5239 - 3427 - 5167 - 0 - - - 5197 - 165 - 5122 - 0 - - - 10409 - 1526 - 9469 - 0 - - - 2927 - 1776 - 2672 - 0 - - - 4937 - 2232 - 6772 - 0 - - - 6757 - 274 - 4590 - 0 - - - 8332 - 1401 - 7615 - 0 - - - 11896 - 1555 - 10814 - 0 - - - 3700 - 1911 - 3736 - 0 - - - 6371 - 1541 - 6916 - 0 - - - 13086 - 938 - 11783 - 0 - - - 8019 - 4514 - 6234 - 79 - - - 4760 - 423 - 6576 - 0 - - - 10146 - 274 - 9264 - 0 - - - 11486 - 1506 - 10421 - 0 - - - 8603 - 721 - 7860 - 0 - - - 13371 - 1418 - 12047 - 0 - - - 8464 - 5140 - 7610 - 12 - - - 12996 - 666 - 11692 - 0 - - - 12529 - 6645 - 11290 - 1 - - - 13486 - 732 - 12158 - 0 - - - 11202 - 929 - 10181 - 0 - - - 12093 - 7207 - 10982 - 4 - - - 11029 - 7632 - 10047 - 0 - - - 5926 - 1811 - 5938 - 0 - - - 10450 - 1590 - 9504 - 0 - - - 8875 - 1600 - 8037 - 0 - - - 7328 - 1052 - 6790 - 0 - - - 11856 - 1312 - 10773 - 0 - - - 2835 - 647 - 2572 - 0 - - - 11934 - 7691 - 10866 - 0 - - - 9277 - 6824 - 2643 - 1 - - - 8339 - 499 - 7621 - 0 - - - 13947 - 7387 - 12513 - 2 - - - 9393 - 119 - 8564 - 0 - - - 8468 - 539 - 7720 - 0 - - - 2193 - 1237 - 1880 - 0 - - - 11793 - 497 - 10716 - 0 - - - 11652 - 909 - 10581 - 0 - - - 13301 - 1487 - 11980 - 0 - - - 12009 - 4473 - 10911 - 2 - - - 12421 - 1193 - 11205 - 0 - - - 12234 - 1078 - 11084 - 0 - - - 12109 - 453 - 11011 - 0 - - - 11141 - 339 - 10121 - 0 - - - 5037 - 727 - 4949 - 0 - - - 11637 - 1254 - 10570 - 0 - - - 6660 - 1047 - 7233 - 0 - - - 13020 - 539 - 11716 - 0 - - - 11383 - 651 - 10335 - 0 - - - 11728 - 1016 - 10639 - 0 - - - 6666 - 196 - 7240 - 0 - - - 7579 - 4100 - 7071 - 2 - - - 10345 - 7368 - 8513 - 36 - - - 6697 - 1800 - 7274 - 0 - - - 5501 - 502 - 5463 - 0 - - - 12620 - 1218 - 11367 - 0 - - - 12256 - 480 - 11104 - 0 - - - 9378 - 1438 - 8546 - 0 - - - 13596 - 1605 - 12239 - 0 - - - 9117 - 6476 - 8057 - 2 - - - 3452 - 1818 - 3709 - 0 - - - 13104 - 1105 - 11792 - 0 - - - 12903 - 579 - 11608 - 0 - - - 8954 - 1197 - 8122 - 0 - - - 5499 - 1503 - 5461 - 0 - - - 8281 - 4778 - 5274 - 2 - - - 12559 - 2304 - 11316 - 0 - - - 8994 - 921 - 8169 - 0 - - - 11518 - 1746 - 10457 - 0 - - - 5951 - 1392 - 5967 - 0 - - - 12495 - 1602 - 11271 - 0 - - - 5473 - 1332 - 5432 - 0 - - - 2870 - 1772 - 2610 - 0 - - - 13811 - 141 - 12409 - 0 - - - 4889 - 2101 - 6716 - 0 - - - 12264 - 7187 - 11102 - 0 - - - 9498 - 7065 - 8615 - 0 - - - 5192 - 2173 - 5117 - 0 - - - 13520 - 7400 - 12187 - 1 - - - 6254 - 1513 - 6306 - 0 - - - 10357 - 878 - 8830 - 2 - - - 9537 - 4090 - 8011 - 2 - - - 12669 - 1453 - 11417 - 0 - - - 13492 - 226 - 12159 - 0 - - - 5495 - 1164 - 5455 - 0 - - - 3680 - 1673 - 3715 - 0 - - - 11342 - 4942 - 10281 - 2 - - - 9528 - 733 - 8653 - 0 - - - 11929 - 7689 - 10852 - 0 - - - 3594 - 606 - 4797 - 0 - - - 2698 - 1644 - 2424 - 0 - - - 8687 - 5735 - 7244 - 33 - - - 7806 - 4298 - 5741 - 1 - - - 7997 - 4491 - 5744 - 1 - - - 10148 - 1487 - 9270 - 0 - - - 7504 - 2165 - 4933 - 0 - - - 13941 - 524 - 12509 - 0 - - - 9496 - 727 - 8635 - 0 - - - 11447 - 1132 - 10385 - 0 - - - 5321 - 1014 - 5259 - 0 - - - 10085 - 229 - 9193 - 0 - - - 10516 - 7400 - 9282 - 1 - - - 8772 - 1588 - 7943 - 0 - - - 12038 - 803 - 10955 - 0 - - - 7326 - 1531 - 6762 - 0 - - - 5630 - 860 - 5607 - 0 - - - 4631 - 982 - 6430 - 0 - - - 7543 - 2162 - 5975 - 0 - - - 8753 - 1748 - 7926 - 0 - - - 6822 - 1375 - 6095 - 0 - - - 11135 - 287 - 9976 - 1 - - - 7790 - 4282 - 4661 - 2 - - - 12850 - 872 - 11550 - 0 - - - 7870 - 4363 - 5612 - 1 - - - 9733 - 1828 - 8860 - 0 - - - 4542 - 586 - 6334 - 0 - - - 10034 - 1330 - 9157 - 0 - - - 4689 - 1370 - 6495 - 0 - - - 12965 - 680 - 11661 - 0 - - - 6379 - 766 - 6924 - 0 - - - 8103 - 4598 - 6234 - 121 - - - 12704 - 1786 - 11438 - 0 - - - 8390 - 320 - 7684 - 0 - - - 8747 - 1808 - 7917 - 0 - - - 12750 - 1727 - 11471 - 0 - - - 8846 - 1279 - 8023 - 0 - - - 9382 - 980 - 8553 - 0 - - - 13920 - 1539 - 12481 - 0 - - - 6861 - 1431 - 6914 - 0 - - - 11962 - 7693 - 10881 - 0 - - - 8523 - 1108 - 7793 - 0 - - - 10682 - 1300 - 9725 - 0 - - - 8157 - 4653 - 6114 - 2 - - - 13484 - 1165 - 12155 - 0 - - - 7987 - 4481 - 5530 - 25 - - - 9644 - 1251 - 8771 - 0 - - - 8739 - 5787 - 7615 - 4 - - - 8710 - 5758 - 7244 - 56 - - - 12096 - 7681 - 10982 - 7 - - - 6492 - 2048 - 7050 - 0 - - - 10523 - 1520 - 9566 - 0 - - - 11444 - 7678 - 10266 - 5 - - - 6642 - 774 - 7213 - 0 - - - 2686 - 363 - 2411 - 0 - - - 12875 - 582 - 11585 - 0 - - - 2902 - 625 - 2645 - 0 - - - 9521 - 1836 - 8647 - 0 - - - 1100 - 1605 - 470 - 0 - - - 12104 - 6321 - 11010 - 0 - - - 11052 - 1745 - 10070 - 0 - - - 7804 - 4296 - 6792 - 32 - - - 4651 - 2243 - 6452 - 0 - - - 13382 - 6541 - 12049 - 0 - - - 6809 - 928 - 5777 - 0 - - - 10137 - 1318 - 9243 - 0 - - - 6179 - 1584 - 6221 - 0 - - - 12547 - 7641 - 11295 - 0 - - - 10671 - 655 - 9720 - 0 - - - 12477 - 7214 - 11250 - 0 - - - 5960 - 1067 - 5978 - 0 - - - 8018 - 4513 - 6219 - 1 - - - 4137 - 409 - 4206 - 0 - - - 8415 - 470 - 7709 - 0 - - - 12815 - 992 - 11523 - 0 - - - 9484 - 7061 - 8618 - 0 - - - 12195 - 145 - 11056 - 0 - - - 9132 - 6507 - 8029 - 7 - - - 13534 - 507 - 12201 - 1 - - - 8614 - 1462 - 7875 - 0 - - - 7708 - 4199 - 6483 - 5 - - - 3449 - 1265 - 3706 - 0 - - - 4650 - 1457 - 6451 - 0 - - - 9978 - 863 - 9105 - 0 - - - 8156 - 4652 - 6575 - 16 - - - 9726 - 808 - 8853 - 0 - - - 7672 - 189 - 5705 - 16 - - - 13250 - 1251 - 11929 - 0 - - - 11612 - 5262 - 10549 - 2 - - - 3579 - 2067 - 4781 - 0 - - - 9682 - 752 - 8808 - 0 - - - 9689 - 838 - 8816 - 0 - - - 6550 - 1316 - 7113 - 0 - - - 9651 - 1307 - 8778 - 0 - - - 13407 - 1310 - 12089 - 0 - - - 6741 - 3741 - 3564 - 0 - - - 7537 - 2023 - 5771 - 0 - - - 10545 - 1789 - 9602 - 0 - - - 8679 - 5727 - 7244 - 25 - - - 12777 - 321 - 11503 - 0 - - - 11763 - 1187 - 10682 - 0 - - - 9725 - 1711 - 8852 - 0 - - - 12876 - 41 - 11581 - 0 - - - 8855 - 1259 - 8014 - 0 - - - 5904 - 773 - 5912 - 0 - - - 5205 - 453 - 5130 - 0 - - - 12049 - 7695 - 10979 - 0 - - - 6854 - 769 - 6241 - 0 - - - 9590 - 480 - 8717 - 0 - - - 4805 - 1982 - 6625 - 0 - - - 8264 - 4761 - 5738 - 1 - - - 9430 - 7004 - 8599 - 0 - - - 5405 - 1844 - 5357 - 0 - - - 13899 - 245 - 12470 - 0 - - - 12425 - 525 - 11209 - 0 - - - 9512 - 500 - 8642 - 0 - - - 12736 - 6904 - 11459 - 1 - - - 12089 - 6403 - 10992 - 1 - - - 6643 - 1229 - 7214 - 0 - - - 7831 - 4324 - 5891 - 8 - - - 10648 - 901 - 9694 - 0 - - - 9787 - 923 - 8915 - 0 - - - 6483 - 295 - 7039 - 0 - - - 9121 - 4376 - 7940 - 4 - - - 8218 - 551 - 4956 - 6 - - - 5684 - 245 - 5666 - 0 - - - 13497 - 444 - 12170 - 0 - - - 12975 - 127 - 11672 - 0 - - - 10624 - 430 - 9675 - 0 - - - 2931 - 876 - 2676 - 0 - - - 8413 - 1428 - 7712 - 0 - - - 7670 - 1579 - 6701 - 2 - - - 13892 - 4230 - 10611 - 9 - - - 7736 - 4228 - 2639 - 1 - - - 11912 - 5722 - 10837 - 0 - - - 12689 - 326 - 11425 - 0 - - - 11343 - 4943 - 10281 - 3 - - - 3325 - 1070 - 3571 - 0 - - - 5645 - 1966 - 5624 - 0 - - - 5320 - 2012 - 5258 - 0 - - - 9137 - 6512 - 8029 - 12 - - - 7746 - 4238 - 5116 - 5 - - - 6105 - 160 - 6140 - 0 - - - 11998 - 296 - 10921 - 0 - - - 8787 - 342 - 7960 - 0 - - - 12285 - 534 - 11125 - 0 - - - 6229 - 1281 - 6277 - 0 - - - 11563 - 186 - 10505 - 0 - - - 11488 - 1025 - 10428 - 0 - - - 11725 - 1982 - 10644 - 0 - - - 8716 - 5764 - 7244 - 62 - - - 8668 - 943 - 7244 - 14 - - - 11867 - 1494 - 10788 - 0 - - - 9810 - 1782 - 8937 - 0 - - - 12916 - 927 - 11624 - 0 - - - 1112 - 1605 - 483 - 0 - - - 10812 - 7510 - 9838 - 0 - - - 6506 - 1543 - 7065 - 0 - - - 6527 - 1687 - 7087 - 0 - - - 10706 - 1211 - 9739 - 0 - - - 4177 - 1605 - 4249 - 0 - - - 9681 - 752 - 8807 - 0 - - - 10391 - 1662 - 9454 - 0 - - - 12579 - 1411 - 11327 - 0 - - - 12390 - 7060 - 11183 - 0 - - - 11752 - 1009 - 10683 - 0 - - - 10279 - 634 - 9378 - 0 - - - 11911 - 1383 - 10835 - 0 - - - 5732 - 956 - 5719 - 0 - - - 4609 - 2127 - 6407 - 0 - - - 8409 - 783 - 7704 - 0 - - - 13106 - 1532 - 11794 - 0 - - - 3438 - 1339 - 3694 - 0 - - - 9527 - 639 - 8657 - 0 - - - 12861 - 1443 - 11568 - 0 - - - 6331 - 4655 - 6872 - 0 - - - 7653 - 1850 - 6599 - 1 - - - 6158 - 2289 - 6198 - 0 - - - 816 - 1605 - 1338 - 0 - - - 8093 - 4588 - 5530 - 3 - - - 11391 - 606 - 10344 - 0 - - - 8062 - 4557 - 6234 - 74 - - - 1113 - 1605 - 484 - 0 - - - 1863 - 886 - 1524 - 0 - - - 8531 - 909 - 7795 - 0 - - - 2921 - 1406 - 2665 - 0 - - - 13788 - 794 - 12383 - 0 - - - 9518 - 1942 - 8417 - 1 - - - 9492 - 214 - 8611 - 0 - - - 8199 - 4695 - 5707 - 8 - - - 9667 - 328 - 8788 - 0 - - - 7776 - 4268 - 6792 - 54 - - - 3469 - 1475 - 4662 - 0 - - - 8941 - 1802 - 8112 - 0 - - - 11028 - 897 - 10046 - 0 - - - 12520 - 1804 - 11286 - 0 - - - 7904 - 4397 - 6130 - 13 - - - 11408 - 160 - 10365 - 0 - - - 3682 - 287 - 3717 - 0 - - - 5672 - 1095 - 5652 - 0 - - - 5639 - 1715 - 5617 - 0 - - - 12261 - 3422 - 11105 - 0 - - - 10550 - 1353 - 9608 - 0 - - - 9385 - 798 - 8556 - 0 - - - 8745 - 124 - 7915 - 0 - - - 7900 - 4393 - 6130 - 26 - - - 10097 - 611 - 9214 - 0 - - - 10916 - 1249 - 9945 - 0 - - - 8499 - 1402 - 7771 - 0 - - - 12484 - 386 - 11261 - 0 - - - 9763 - 7213 - 8890 - 0 - - - 10413 - 882 - 9474 - 0 - - - 12919 - 1556 - 11621 - 0 - - - 4624 - 362 - 6422 - 0 - - - 6012 - 2270 - 6036 - 0 - - - 5626 - 703 - 5602 - 0 - - - 10161 - 1655 - 9260 - 0 - - - 13369 - 1378 - 12045 - 0 - - - 9472 - 5080 - 8605 - 0 - - - 8334 - 1093 - 7616 - 0 - - - 12901 - 752 - 11594 - 0 - - - 13264 - 908 - 11940 - 0 - - - 8223 - 4720 - 6234 - 62 - - - 11513 - 200 - 10452 - 0 - - - 9175 - 419 - 8380 - 0 - - - 9658 - 155 - 8790 - 0 - - - 7777 - 4269 - 6234 - 110 - - - 12823 - 1377 - 11537 - 0 - - - 7850 - 362 - 1340 - 1 - - - 8921 - 1605 - 8090 - 0 - - - 13034 - 1281 - 11731 - 0 - - - 8854 - 1077 - 8013 - 0 - - - 7749 - 4241 - 6234 - 11 - - - 7846 - 4339 - 6234 - 95 - - - 12340 - 5753 - 10866 - 51 - - - 5774 - 229 - 5768 - 0 - - - 8669 - 5717 - 7244 - 15 - - - 9994 - 1157 - 9117 - 0 - - - 8025 - 4520 - 6234 - 30 - - - 10129 - 4655 - 9224 - 0 - - - 7740 - 4232 - 5259 - 1 - - - 11594 - 5702 - 10531 - 1 - - - 8949 - 1734 - 8121 - 0 - - - 6813 - 411 - 5897 - 0 - - - 6549 - 2184 - 7112 - 0 - - - 5030 - 1981 - 4942 - 0 - - - 8212 - 4709 - 6130 - 24 - - - 12310 - 5704 - 10866 - 2 - - - 6491 - 2047 - 7049 - 0 - - - 9629 - 4374 - 8748 - 0 - - - 10124 - 7318 - 9253 - 0 - - - 6047 - 1125 - 6075 - 0 - - - 6732 - 1744 - 2593 - 0 - - - 5509 - 2136 - 5471 - 0 - - - 7814 - 4307 - 5705 - 4 - - - 7872 - 4365 - 5593 - 1 - - - 9675 - 1142 - 8802 - 0 - - - 8974 - 963 - 8144 - 0 - - - 11036 - 1677 - 10053 - 0 - - - 8450 - 4612 - 7289 - 1 - - - 6347 - 441 - 6890 - 0 - - - 9411 - 1669 - 8578 - 0 - - - 12358 - 872 - 11155 - 0 - - - 9202 - 4153 - 8339 - 4 - - - 2280 - 3331 - 1974 - 0 - - - 8164 - 4660 - 6234 - 33 - - - 4776 - 1290 - 6593 - 0 - - - 8168 - 4664 - 2293 - 24 - - - 13438 - 720 - 12112 - 0 - - - 5475 - 1233 - 5434 - 0 - - - 11936 - 1711 - 10859 - 0 - - - 13389 - 423 - 12062 - 0 - - - 13329 - 1276 - 12005 - 0 - - - 8491 - 1683 - 7759 - 0 - - - 6648 - 1605 - 7220 - 0 - - - 9703 - 1057 - 8830 - 0 - - - 5442 - 852 - 5399 - 0 - - - 5962 - 1243 - 5980 - 0 - - - 292 - 3543 - 767 - 0 - - - 8106 - 4602 - 5705 - 6 - - - 6373 - 503 - 6918 - 0 - - - 8785 - 1236 - 7957 - 0 - - - 13111 - 1900 - 11798 - 0 - - - 9388 - 984 - 8551 - 0 - - - 9034 - 1415 - 8310 - 0 - - - 6027 - 905 - 6053 - 0 - - - 11656 - 5787 - 10580 - 4 - - - 13716 - 7730 - 8513 - 43 - - - 5460 - 1826 - 5418 - 0 - - - 13593 - 4696 - 12236 - 5 - - - 6145 - 1538 - 6184 - 0 - - - 6855 - 406 - 6260 - 0 - - - 9131 - 4434 - 8029 - 6 - - - 6079 - 646 - 6111 - 0 - - - 6733 - 1680 - 2606 - 0 - - - 12003 - 218 - 10909 - 0 - - - 9832 - 1692 - 8958 - 0 - - - 12223 - 1465 - 11075 - 0 - - - 11507 - 3427 - 10446 - 0 - - - 5772 - 1627 - 5765 - 0 - - - 4786 - 2207 - 6605 - 0 - - - 9605 - 1567 - 8732 - 0 - - - 10280 - 793 - 9377 - 0 - - - 6106 - 1283 - 6141 - 0 - - - 8406 - 629 - 7691 - 0 - - - 8319 - 4826 - 7299 - 1 - - - 7755 - 4247 - 5260 - 2 - - - 4959 - 1568 - 6798 - 0 - - - 4922 - 1235 - 6754 - 0 - - - 9153 - 1084 - 8360 - 0 - - - 4487 - 1605 - 4585 - 0 - - - 12569 - 692 - 11324 - 0 - - - 12172 - 6468 - 11029 - 3 - - - 13135 - 1649 - 11824 - 0 - - - 8786 - 1532 - 7956 - 0 - - - 9204 - 6650 - 8339 - 6 - - - 12248 - 997 - 11094 - 0 - - - 5244 - 517 - 5172 - 0 - - - 10030 - 1064 - 9149 - 0 - - - 10042 - 513 - 9162 - 0 - - - 10620 - 1381 - 9672 - 0 - - - 12461 - 1062 - 11238 - 0 - - - 8248 - 1338 - 1664 - 19 - - - 12142 - 1961 - 11023 - 0 - - - 1108 - 1512 - 479 - 0 - - - 10934 - 226 - 9959 - 0 - - - 4659 - 1089 - 6461 - 0 - - - 4428 - 166 - 4521 - 0 - - - 7581 - 4300 - 4661 - 1 - - - 11254 - 143 - 10229 - 0 - - - 11960 - 6123 - 10887 - 0 - - - 10154 - 1238 - 9261 - 0 - - - 5538 - 2303 - 5503 - 0 - - - 7743 - 4235 - 4937 - 2 - - - 4811 - 412 - 6632 - 0 - - - 777 - 1626 - 1294 - 0 - - - 11620 - 856 - 10553 - 0 - - - 6765 - 1034 - 6540 - 0 - - - 8728 - 4534 - 7244 - 74 - - - 5023 - 1215 - 4935 - 0 - - - 7542 - 2264 - 5898 - 0 - - - 2718 - 1349 - 2446 - 0 - - - 9261 - 1396 - 8438 - 0 - - - 13461 - 1631 - 12141 - 0 - - - 12046 - 7157 - 10949 - 0 - - - 8575 - 1285 - 7833 - 0 - - - 9888 - 172 - 9001 - 0 - - - 8646 - 5681 - 5530 - 27 - - - 12734 - 748 - 11457 - 0 - - - 8496 - 1878 - 7766 - 0 - - - 5093 - 504 - 5009 - 0 - - - 11340 - 1605 - 10306 - 0 - - - 13606 - 1877 - 12247 - 0 - - - 2199 - 4237 - 1887 - 0 - - - 8867 - 375 - 8043 - 0 - - - 12323 - 5731 - 10866 - 29 - - - 1937 - 1751 - 1603 - 0 - - - 13166 - 1782 - 11859 - 0 - - - 7599 - 678 - 6128 - 1 - - - 12295 - 1373 - 11141 - 0 - - - 13813 - 1872 - 12411 - 0 - - - 6705 - 3621 - 7283 - 0 - - - 13567 - 4090 - 12116 - 2 - - - 10022 - 985 - 9140 - 0 - - - 8826 - 333 - 7995 - 0 - - - 9995 - 1740 - 9118 - 0 - - - 6363 - 1312 - 6907 - 0 - - - 8976 - 1670 - 8141 - 0 - - - 6751 - 929 - 4217 - 0 - - - 11893 - 1898 - 10815 - 0 - - - 3450 - 968 - 3707 - 0 - - - 3793 - 1605 - 3837 - 0 - - - 9598 - 245 - 8725 - 0 - - - 6511 - 745 - 7071 - 0 - - - 13491 - 1545 - 12169 - 0 - - - 12069 - 1923 - 10988 - 0 - - - 11629 - 3721 - 10561 - 0 - - - 10268 - 690 - 9361 - 0 - - - 10096 - 1953 - 9190 - 0 - - - 2716 - 876 - 2443 - 0 - - - 8587 - 647 - 7845 - 0 - - - 8915 - 1898 - 8085 - 0 - - - 4791 - 2212 - 6610 - 0 - - - 11817 - 1009 - 10742 - 0 - - - 4809 - 715 - 6629 - 0 - - - 8320 - 4827 - 7308 - 1 - - - 275 - 1541 - 749 - 0 - - - 12078 - 1772 - 10993 - 0 - - - 8295 - 589 - 7586 - 0 - - - 6708 - 1812 - 7286 - 0 - - - 7669 - 4160 - 6701 - 1 - - - 2922 - 1791 - 2666 - 0 - - - 8160 - 4656 - 5901 - 4 - - - 9516 - 7124 - 8592 - 1 - - - 12123 - 4523 - 11013 - 11 - - - 10176 - 260 - 9288 - 0 - - - 4627 - 1280 - 6426 - 0 - - - 2818 - 3310 - 2554 - 0 - - - 8810 - 1215 - 7975 - 0 - - - 9010 - 1054 - 8174 - 0 - - - 12007 - 1721 - 10928 - 0 - - - 4152 - 1605 - 4222 - 0 - - - 10588 - 1393 - 9639 - 0 - - - 7659 - 4150 - 2289 - 1 - - - 11559 - 868 - 10503 - 0 - - - 11348 - 1373 - 10309 - 0 - - - 6841 - 1605 - 7313 - 0 - - - 4736 - 422 - 6548 - 0 - - - 10361 - 7380 - 8606 - 1 - - - 4122 - 156 - 4189 - 0 - - - 10621 - 324 - 9674 - 0 - - - 10468 - 1351 - 9516 - 0 - - - 9714 - 7198 - 8850 - 0 - - - 10072 - 1334 - 9187 - 0 - - - 6219 - 1793 - 6266 - 0 - - - 11410 - 1864 - 10366 - 0 - - - 12868 - 1872 - 11561 - 0 - - - 12030 - 123 - 10938 - 0 - - - 11324 - 986 - 10289 - 0 - - - 13374 - 1722 - 12048 - 0 - - - 5327 - 1210 - 5266 - 0 - - - 7667 - 4158 - 6891 - 1 - - - 8276 - 4773 - 6234 - 23 - - - 2930 - 1336 - 2675 - 0 - - - 8504 - 1237 - 7776 - 0 - - - 9312 - 758 - 8490 - 0 - - - 10438 - 1126 - 9493 - 0 - - - 8457 - 5133 - 7610 - 5 - - - 12372 - 1251 - 11162 - 0 - - - 5296 - 1434 - 5229 - 0 - - - 10243 - 1371 - 9353 - 0 - - - 10708 - 478 - 9742 - 0 - - - 11720 - 7634 - 10640 - 0 - - - 9212 - 6658 - 8349 - 2 - - - 8237 - 4734 - 6130 - 6 - - - 289 - 441 - 764 - 0 - - - 5388 - 599 - 5336 - 0 - - - 12678 - 4165 - 10466 - 1 - - - 9901 - 372 - 9020 - 0 - - - 11675 - 1549 - 10594 - 0 - - - 5211 - 3426 - 5137 - 0 - - - 7956 - 1407 - 6234 - 20 - - - 9076 - 6407 - 8038 - 2 - - - 5942 - 538 - 5956 - 0 - - - 7609 - 4099 - 5442 - 6 - - - 12541 - 328 - 11305 - 0 - - - 11420 - 488 - 10374 - 0 - - - 9305 - 6866 - 8434 - 3 - - - 6313 - 3430 - 6853 - 0 - - - 11509 - 1335 - 10448 - 0 - - - 5893 - 1828 - 5901 - 0 - - - 9847 - 3436 - 8980 - 0 - - - 11489 - 1980 - 10429 - 0 - - - 6238 - 1592 - 6288 - 0 - - - 4675 - 1027 - 6478 - 0 - - - 8338 - 1713 - 7618 - 0 - - - 5616 - 2035 - 5592 - 0 - - - 10692 - 4690 - 9700 - 2 - - - 11716 - 4530 - 10637 - 0 - - - 4977 - 1401 - 4885 - 0 - - - 11207 - 603 - 10187 - 0 - - - 12100 - 4231 - 10968 - 4 - - - 12041 - 1215 - 10954 - 0 - - - 6872 - 1605 - 7256 - 0 - - - 12790 - 1049 - 10328 - 1 - - - 5330 - 1078 - 5269 - 0 - - - 3564 - 1142 - 4764 - 0 - - - 10600 - 1937 - 9653 - 0 - - - 5379 - 600 - 5327 - 0 - - - 7912 - 4406 - 4956 - 4 - - - 5712 - 2245 - 5696 - 0 - - - 12068 - 1173 - 10999 - 0 - - - 10956 - 1411 - 9988 - 0 - - - 8770 - 919 - 7939 - 0 - - - 5862 - 684 - 5867 - 0 - - - 4777 - 2202 - 6594 - 0 - - - 11596 - 1676 - 10540 - 0 - - - 9054 - 1827 - 8329 - 0 - - - 10395 - 1384 - 9458 - 0 - - - 8487 - 218 - 7762 - 0 - - - 5204 - 1972 - 5129 - 0 - - - 4906 - 478 - 6736 - 0 - - - 6712 - 311 - 7291 - 0 - - - 11719 - 7063 - 10647 - 0 - - - 10479 - 1313 - 9528 - 0 - - - 5529 - 672 - 5493 - 0 - - - 4182 - 581 - 4254 - 0 - - - 10582 - 1102 - 9641 - 0 - - - 10076 - 1101 - 9203 - 0 - - - 11926 - 1387 - 10849 - 0 - - - 9776 - 1245 - 8899 - 0 - - - 11866 - 7435 - 10785 - 0 - - - 2660 - 283 - 2383 - 0 - - - 13108 - 164 - 11801 - 0 - - - 6049 - 2076 - 6077 - 0 - - - 11702 - 1215 - 10624 - 0 - - - 8923 - 1605 - 8092 - 0 - - - 11399 - 589 - 10352 - 0 - - - 10035 - 1043 - 9163 - 0 - - - 5331 - 1152 - 5270 - 0 - - - 6524 - 857 - 7084 - 0 - - - 8387 - 464 - 7683 - 0 - - - 6026 - 332 - 6052 - 0 - - - 10634 - 1538 - 9686 - 0 - - - 11192 - 4716 - 10171 - 1 - - - 11704 - 218 - 10625 - 0 - - - 12408 - 1155 - 11192 - 0 - - - 12728 - 6401 - 11452 - 1 - - - 11780 - 1605 - 10701 - 0 - - - 11644 - 570 - 10576 - 0 - - - 11527 - 465 - 10466 - 0 - - - 12053 - 932 - 10973 - 0 - - - 12493 - 355 - 11263 - 0 - - - 10422 - 773 - 9481 - 0 - - - 13015 - 1306 - 11712 - 0 - - - 9234 - 1786 - 8410 - 0 - - - 11554 - 973 - 10498 - 0 - - - 6035 - 2073 - 6061 - 0 - - - 8214 - 4711 - 5530 - 8 - - - 10381 - 852 - 9445 - 0 - - - 6104 - 162 - 6139 - 0 - - - 2174 - 198 - 1860 - 0 - - - 12289 - 7346 - 11132 - 1 - - - 7353 - 432 - 5947 - 0 - - - 13617 - 1168 - 12272 - 0 - - - 12921 - 1338 - 11625 - 0 - - - 9007 - 752 - 8176 - 0 - - - 13448 - 1043 - 12123 - 0 - - - 11875 - 6405 - 10788 - 1 - - - 13747 - 7198 - 12340 - 0 - - - 9977 - 7304 - 9099 - 0 - - - 7701 - 4192 - 5705 - 12 - - - 12839 - 1059 - 11554 - 0 - - - 9864 - 1643 - 8990 - 0 - - - 7637 - 4128 - 6792 - 57 - - - 11450 - 5381 - 10300 - 1 - - - 2893 - 779 - 2635 - 0 - - - 10654 - 444 - 9705 - 0 - - - 7722 - 4214 - 5891 - 19 - - - 9409 - 1362 - 8574 - 0 - - - 6014 - 435 - 6038 - 0 - - - 10552 - 1771 - 9606 - 0 - - - 5788 - 381 - 5785 - 0 - - - 9535 - 7165 - 7936 - 1 - - - 9780 - 1611 - 8903 - 0 - - - 4628 - 1417 - 6427 - 0 - - - 11568 - 7681 - 8037 - 9 - - - 8228 - 196 - 6234 - 72 - - - 6041 - 1777 - 6069 - 0 - - - 13748 - 7365 - 12343 - 1 - - - 4665 - 570 - 6467 - 0 - - - 11191 - 955 - 10171 - 0 - - - 11764 - 790 - 10686 - 0 - - - 12209 - 6624 - 10891 - 1 - - - 13469 - 883 - 12109 - 0 - - - 11703 - 1699 - 10623 - 0 - - - 9874 - 4718 - 8600 - 13 - - - 9112 - 6471 - 8055 - 6 - - - 9083 - 6414 - 8035 - 2 - - - 3575 - 741 - 4777 - 0 - - - 11812 - 252 - 10736 - 0 - - - 5809 - 2152 - 5808 - 0 - - - 6533 - 724 - 7095 - 0 - - - 5879 - 1020 - 5885 - 0 - - - 13489 - 1155 - 12171 - 0 - - - 12091 - 7204 - 10982 - 2 - - - 13804 - 1745 - 12401 - 0 - - - 6283 - 510 - 6820 - 0 - - - 287 - 1309 - 762 - 0 - - - 10195 - 1877 - 9305 - 0 - - - 6529 - 1738 - 7089 - 0 - - - 7553 - 2288 - 6196 - 0 - - - 11078 - 1581 - 10045 - 1 - - - 4914 - 1696 - 6746 - 0 - - - 8817 - 5941 - 7994 - 0 - - - 11667 - 3501 - 10589 - 0 - - - 7351 - 783 - 5920 - 0 - - - 12084 - 6 - 10969 - 0 - - - 9655 - 796 - 8782 - 0 - - - 13884 - 4079 - 10611 - 5 - - - 10657 - 1372 - 9711 - 0 - - - 9709 - 1463 - 8836 - 0 - - - 2654 - 3111 - 2377 - 0 - - - 9084 - 6415 - 8035 - 3 - - - 11988 - 1027 - 10912 - 0 - - - 6853 - 696 - 6228 - 0 - - - 5092 - 212 - 5008 - 0 - - - 6523 - 1420 - 7083 - 0 - - - 5380 - 2301 - 5328 - 0 - - - 10026 - 965 - 9144 - 0 - - - 6512 - 452 - 7072 - 0 - - - 10816 - 701 - 9842 - 0 - - - 8216 - 4713 - 6234 - 54 - - - 8570 - 453 - 7828 - 0 - - - 6538 - 1879 - 7100 - 0 - - - 12397 - 1369 - 11179 - 0 - - - 10033 - 957 - 9161 - 0 - - - 13012 - 1640 - 11710 - 0 - - - 10431 - 7388 - 9486 - 3 - - - 12480 - 1960 - 11251 - 0 - - - 10360 - 793 - 8830 - 5 - - - 6405 - 2234 - 6953 - 0 - - - 10217 - 1500 - 9327 - 0 - - - 9108 - 6467 - 8055 - 2 - - - 7355 - 597 - 5974 - 0 - - - 5375 - 309 - 5321 - 0 - - - 6646 - 486 - 7218 - 0 - - - 11430 - 5136 - 10375 - 8 - - - 9713 - 1466 - 8849 - 0 - - - 12232 - 1142 - 11085 - 0 - - - 6690 - 1507 - 7266 - 0 - - - 9402 - 430 - 8575 - 0 - - - 12532 - 6649 - 11290 - 4 - - - 2900 - 889 - 2642 - 0 - - - 13349 - 1953 - 12022 - 0 - - - 8138 - 4634 - 6234 - 9 - - - 13112 - 1945 - 11800 - 0 - - - 12228 - 1093 - 11077 - 0 - - - 13348 - 683 - 12024 - 0 - - - 11801 - 1521 - 10722 - 0 - - - 9079 - 6410 - 8038 - 5 - - - 2643 - 1422 - 2365 - 0 - - - 13338 - 7714 - 12017 - 0 - - - 8683 - 5731 - 7244 - 29 - - - 10241 - 7338 - 7615 - 5 - - - 11214 - 1139 - 10194 - 0 - - - 12910 - 811 - 11618 - 0 - - - 8961 - 680 - 8136 - 0 - - - 2089 - 3398 - 1767 - 0 - - - 13237 - 1258 - 11917 - 0 - - - 10229 - 614 - 9339 - 0 - - - 5601 - 1016 - 5574 - 0 - - - 5770 - 1947 - 5763 - 0 - - - 5628 - 2042 - 5604 - 0 - - - 4747 - 1712 - 6561 - 0 - - - 6404 - 2233 - 6952 - 0 - - - 11574 - 752 - 10515 - 0 - - - 5743 - 1326 - 5732 - 0 - - - 8187 - 4683 - 5738 - 9 - - - 13935 - 1524 - 12503 - 0 - - - 10679 - 752 - 9727 - 0 - - - 7769 - 4261 - 6871 - 2 - - - 11609 - 722 - 10550 - 0 - - - 7685 - 4176 - 6792 - 9 - - - 10592 - 7428 - 8936 - 1 - - - 9858 - 1518 - 8987 - 0 - - - 9753 - 1752 - 8880 - 0 - - - 12439 - 1235 - 11220 - 0 - - - 9957 - 303 - 9075 - 0 - - - 3576 - 1282 - 4778 - 0 - - - 8028 - 4523 - 5705 - 34 - - - 7808 - 4301 - 6234 - 56 - - - 11520 - 218 - 10458 - 0 - - - 13088 - 1205 - 11784 - 0 - - - 12196 - 1937 - 11057 - 0 - - - 8479 - 465 - 7755 - 0 - - - 11754 - 617 - 10674 - 0 - - - 10466 - 1117 - 9513 - 0 - - - 5450 - 1583 - 5407 - 0 - - - 12168 - 551 - 11035 - 0 - - - 9139 - 4231 - 8029 - 14 - - - 13418 - 1356 - 12092 - 0 - - - 6486 - 746 - 7043 - 0 - - - 9198 - 6644 - 8385 - 1 - - - 7549 - 2197 - 6124 - 0 - - - 7604 - 4094 - 5427 - 12 - - - 9823 - 395 - 8950 - 0 - - - 7927 - 4421 - 5442 - 7 - - - 7843 - 4336 - 5442 - 5 - - - 10659 - 677 - 9707 - 0 - - - 1953 - 816 - 1620 - 0 - - - 6090 - 867 - 6123 - 0 - - - 5220 - 1340 - 5146 - 0 - - - 12222 - 347 - 11072 - 0 - - - 4679 - 781 - 6483 - 0 - - - 9700 - 1710 - 8829 - 0 - - - 5446 - 807 - 5403 - 0 - - - 7805 - 4297 - 6792 - 19 - - - 13628 - 1350 - 12271 - 0 - - - 13334 - 1904 - 12026 - 0 - - - 4164 - 569 - 4235 - 0 - - - 5454 - 960 - 5412 - 0 - - - 10547 - 1649 - 9600 - 1 - - - 5815 - 1162 - 5815 - 0 - - - 10399 - 862 - 9461 - 0 - - - 10412 - 1429 - 9473 - 0 - - - 12178 - 6474 - 11029 - 9 - - - 12348 - 5763 - 10866 - 61 - - - 12822 - 636 - 11532 - 0 - - - 5944 - 1706 - 5958 - 0 - - - 10175 - 348 - 9289 - 0 - - - 8871 - 6102 - 8034 - 0 - - - 4607 - 1522 - 6404 - 0 - - - 6194 - 1726 - 6237 - 0 - - - 10419 - 7385 - 8600 - 21 - - - 6383 - 1119 - 6929 - 0 - - - 8711 - 5759 - 7244 - 57 - - - 1915 - 1100 - 1580 - 0 - - - 6489 - 1010 - 7047 - 0 - - - 11904 - 1031 - 10827 - 0 - - - 13505 - 940 - 12161 - 0 - - - 13337 - 893 - 12025 - 0 - - - 12971 - 3663 - 11669 - 0 - - - 9440 - 7029 - 8513 - 6 - - - 11673 - 198 - 10595 - 0 - - - 10474 - 1902 - 9523 - 0 - - - 2252 - 337 - 1944 - 0 - - - 11707 - 794 - 10633 - 0 - - - 4611 - 256 - 6409 - 0 - - - 9972 - 1337 - 9087 - 0 - - - 5731 - 2252 - 5718 - 0 - - - 11881 - 5713 - 10806 - 0 - - - 10415 - 234 - 9479 - 0 - - - 5515 - 525 - 5478 - 0 - - - 11946 - 856 - 10879 - 0 - - - 6401 - 814 - 6949 - 0 - - - 3322 - 1605 - 3568 - 0 - - - 13878 - 7357 - 10611 - 2 - - - 8011 - 4506 - 5530 - 17 - - - 4754 - 1049 - 6568 - 0 - - - 4149 - 1437 - 4219 - 0 - - - 13495 - 918 - 12167 - 0 - - - 7812 - 4305 - 4182 - 1 - - - 5634 - 1493 - 5611 - 0 - - - 6692 - 160 - 7268 - 0 - - - 9630 - 943 - 8749 - 0 - - - 7944 - 4438 - 6792 - 14 - - - 11371 - 1095 - 10324 - 0 - - - 2967 - 1605 - 2716 - 0 - - - 6515 - 704 - 7075 - 0 - - - 1998 - 1446 - 1669 - 0 - - - 5943 - 611 - 5957 - 0 - - - 6211 - 872 - 6256 - 0 - - - 13946 - 7386 - 12513 - 1 - - - 2078 - 1894 - 1756 - 0 - - - 12810 - 1492 - 11518 - 0 - - - 12122 - 4231 - 11013 - 10 - - - 9717 - 1306 - 8840 - 0 - - - 6773 - 1621 - 6718 - 0 - - - 5918 - 354 - 5928 - 0 - - - 6718 - 671 - 1415 - 0 - - - 5028 - 325 - 4940 - 0 - - - 11023 - 1726 - 10041 - 0 - - - 10318 - 7355 - 9353 - 7 - - - 1116 - 1605 - 487 - 0 - - - 6637 - 1605 - 7208 - 0 - - - 6688 - 832 - 7264 - 0 - - - 11599 - 1185 - 10537 - 0 - - - 9451 - 7040 - 8513 - 17 - - - 5091 - 2299 - 5007 - 0 - - - 9419 - 6 - 8585 - 0 - - - 8273 - 4770 - 6234 - 69 - - - 3460 - 2192 - 4653 - 0 - - - 11782 - 272 - 10703 - 0 - - - 13939 - 1694 - 12507 - 0 - - - 11309 - 825 - 10274 - 0 - - - 12516 - 1986 - 11277 - 0 - - - 11714 - 1334 - 10635 - 0 - - - 8812 - 1115 - 7977 - 0 - - - 5290 - 494 - 5223 - 0 - - - 3447 - 1612 - 3703 - 0 - - - 12322 - 5729 - 10866 - 27 - - - 6189 - 499 - 6232 - 0 - - - 10403 - 410 - 9466 - 0 - - - 5779 - 2024 - 5774 - 0 - - - 8170 - 4666 - 6234 - 119 - - - 4898 - 2105 - 6726 - 0 - - - 11247 - 613 - 10222 - 0 - - - 11273 - 4612 - 10237 - 1 - - - 12018 - 6102 - 10936 - 0 - - - 8458 - 5134 - 7610 - 6 - - - 9404 - 218 - 8576 - 0 - - - 7336 - 386 - 5325 - 0 - - - 6731 - 127 - 2576 - 0 - - - 5749 - 1362 - 5738 - 0 - - - 10981 - 486 - 10000 - 0 - - - 6500 - 6241 - 7059 - 0 - - - 9290 - 339 - 8472 - 0 - - - 4950 - 1821 - 6787 - 0 - - - 8707 - 1888 - 7244 - 53 - - - 7922 - 1888 - 6234 - 102 - - - 9077 - 6408 - 8038 - 3 - - - 2899 - 1894 - 2641 - 0 - - - 10970 - 7595 - 9994 - 0 - - - 6075 - 834 - 6107 - 0 - - - 9288 - 1242 - 8469 - 0 - - - 2933 - 735 - 2678 - 0 - - - 2879 - 1986 - 2620 - 0 - - - 9154 - 6561 - 8020 - 4 - - - 13258 - 1001 - 11945 - 0 - - - 8626 - 1711 - 7882 - 0 - - - 11625 - 3422 - 10559 - 0 - - - 2583 - 489 - 2302 - 0 - - - 13720 - 7732 - 8513 - 45 - - - 11326 - 1912 - 10291 - 0 - - - 9254 - 638 - 8435 - 0 - - - 10810 - 1605 - 9837 - 0 - - - 13342 - 586 - 12016 - 0 - - - 11322 - 1366 - 10287 - 0 - - - 13377 - 1517 - 12059 - 0 - - - 9230 - 245 - 8407 - 0 - - - 5043 - 2168 - 4955 - 0 - - - 8306 - 271 - 7598 - 0 - - - 11558 - 308 - 10502 - 0 - - - 7794 - 4286 - 6792 - 55 - - - 3463 - 447 - 4656 - 0 - - - 13671 - 7640 - 12316 - 0 - - - 13307 - 906 - 11993 - 0 - - - 6181 - 1335 - 6223 - 0 - - - 12351 - 5766 - 10866 - 64 - - - 2098 - 1170 - 1778 - 0 - - - 13931 - 1581 - 12486 - 1 - - - 8359 - 4942 - 769 - 2 - - - 6837 - 1815 - 7309 - 0 - - - 12553 - 7202 - 11309 - 0 - - - 5755 - 403 - 5745 - 0 - - - 11464 - 1605 - 10404 - 0 - - - 10622 - 7434 - 9671 - 0 - - - 5753 - 1091 - 5743 - 0 - - - 10598 - 543 - 9650 - 0 - - - 11401 - 1956 - 10354 - 0 - - - 2163 - 3347 - 1848 - 0 - - - 6662 - 1099 - 7235 - 0 - - - 6657 - 232 - 7230 - 0 - - - 9390 - 196 - 8550 - 0 - - - 12117 - 4434 - 11013 - 5 - - - 7747 - 4239 - 6401 - 25 - - - 9770 - 1101 - 8897 - 0 - - - 11658 - 7339 - 10580 - 6 - - - 10282 - 256 - 9379 - 0 - - - 8236 - 4733 - 4173 - 4 - - - 4167 - 768 - 4238 - 0 - - - 9374 - 1642 - 8542 - 0 - - - 4662 - 832 - 6464 - 0 - - - 1823 - 3259 - 1480 - 0 - - - 11813 - 1605 - 10737 - 0 - - - 6191 - 1896 - 6234 - 0 - - - 7493 - 2217 - 6615 - 0 - - - 7661 - 4152 - 2289 - 3 - - - 8486 - 1523 - 7751 - 0 - - - 2030 - 1734 - 1703 - 0 - - - 8030 - 4525 - 6248 - 1 - - - 12970 - 1688 - 11662 - 0 - - - 9464 - 7053 - 8513 - 30 - - - 6234 - 1498 - 6283 - 0 - - - 9371 - 398 - 8529 - 0 - - - 10151 - 283 - 9271 - 0 - - - 4600 - 1495 - 6397 - 0 - - - 9241 - 1454 - 8418 - 0 - - - 12366 - 1281 - 11160 - 0 - - - 11690 - 1544 - 10613 - 0 - - - 11508 - 1511 - 10449 - 0 - - - 12924 - 7709 - 11628 - 0 - - - 6188 - 487 - 6231 - 0 - - - 9070 - 6401 - 8131 - 1 - - - 323 - 912 - 801 - 0 - - - 5457 - 575 - 5415 - 0 - - - 12524 - 230 - 11284 - 0 - - - 8229 - 4726 - 4885 - 4 - - - 13119 - 1938 - 11805 - 0 - - - 11682 - 1614 - 10605 - 0 - - - 6507 - 787 - 7066 - 0 - - - 6531 - 1783 - 7093 - 0 - - - 10430 - 7387 - 9486 - 2 - - - 9548 - 7208 - 8037 - 6 - - - 6799 - 1713 - 5512 - 0 - - - 9718 - 1849 - 8841 - 0 - - - 11995 - 1362 - 10901 - 0 - - - 7967 - 4461 - 6234 - 98 - - - 8913 - 1092 - 8087 - 0 - - - 5762 - 1025 - 5753 - 0 - - - 5034 - 194 - 4946 - 0 - - - 2238 - 1605 - 1929 - 0 - - - 6823 - 1926 - 6112 - 0 - - - 13530 - 4655 - 12200 - 0 - - - 12976 - 721 - 11667 - 0 - - - 8423 - 5084 - 6792 - 75 - - - 8510 - 3427 - 7782 - 0 - - - 6353 - 2114 - 6896 - 0 - - - 10977 - 7598 - 9989 - 0 - - - 8323 - 165 - 7606 - 0 - - - 12995 - 990 - 11691 - 0 - - - 11951 - 7692 - 10870 - 0 - - - 7880 - 5770 - 6234 - 118 - - - 10321 - 4549 - 9353 - 10 - - - 5334 - 1165 - 5273 - 0 - - - 5927 - 410 - 5939 - 0 - - - 10130 - 1504 - 9235 - 0 - - - 11715 - 919 - 10636 - 0 - - - 12284 - 752 - 11123 - 0 - - - 6367 - 147 - 6911 - 0 - - - 2932 - 1960 - 2677 - 0 - - - 2815 - 1155 - 2551 - 0 - - - 10470 - 338 - 9518 - 0 - - - 9555 - 7230 - 8600 - 4 - - - 13601 - 1838 - 12244 - 0 - - - 7727 - 4219 - 6401 - 18 - - - 13922 - 711 - 12485 - 0 - - - 10666 - 592 - 9716 - 0 - - - 4592 - 2119 - 6388 - 0 - - - 8266 - 4763 - 1670 - 2 - - - 12906 - 1414 - 11609 - 0 - - - 9264 - 150 - 8447 - 0 - - - 8180 - 4676 - 5530 - 21 - - - 5891 - 1310 - 5899 - 0 - - - 13932 - 1887 - 12486 - 2 - - - 6271 - 1705 - 6325 - 0 - - - 10658 - 1162 - 9709 - 0 - - - 9045 - 536 - 8321 - 0 - - - 7994 - 4488 - 6234 - 85 - - - 6525 - 689 - 7085 - 0 - - - 6205 - 2085 - 6250 - 0 - - - 5218 - 3424 - 5144 - 0 - - - 11905 - 667 - 10828 - 0 - - - 4878 - 729 - 6705 - 0 - - - 13070 - 245 - 11765 - 0 - - - 7793 - 4285 - 6333 - 17 - - - 12990 - 1972 - 11682 - 0 - - - 9890 - 958 - 9007 - 0 - - - 9134 - 6509 - 8029 - 9 - - - 5930 - 1692 - 5942 - 0 - - - 11263 - 1911 - 10242 - 0 - - - 10132 - 1778 - 9219 - 0 - - - 4806 - 1082 - 6626 - 0 - - - 13319 - 7323 - 11996 - 0 - - - 9837 - 179 - 8966 - 0 - - - 10452 - 809 - 9506 - 0 - - - 8022 - 4517 - 6234 - 122 - - - 12908 - 1579 - 11614 - 0 - - - 7937 - 4431 - 4173 - 2 - - - 6160 - 2291 - 6200 - 0 - - - 2650 - 1782 - 2372 - 0 - - - 8119 - 4615 - 6792 - 33 - - - 318 - 1476 - 795 - 0 - - - 10481 - 347 - 9529 - 0 - - - 7892 - 4385 - 4783 - 1 - - - 13918 - 773 - 12487 - 0 - - - 5775 - 145 - 5769 - 0 - - - 11843 - 705 - 10763 - 0 - - - 12311 - 5707 - 10866 - 5 - - - 5229 - 415 - 5156 - 0 - - - 8723 - 5771 - 7244 - 69 - - - 10901 - 7220 - 9925 - 0 - - - 7711 - 4203 - 6333 - 15 - - - 9794 - 355 - 8921 - 0 - - - 11819 - 1609 - 10743 - 0 - - - 11544 - 664 - 10478 - 0 - - - 5245 - 1832 - 5173 - 0 - - - 4792 - 2213 - 6611 - 0 - - - 11422 - 891 - 10375 - 0 - - - 11331 - 1922 - 10295 - 0 - - - 11129 - 1233 - 10115 - 0 - - - 6386 - 1955 - 6932 - 0 - - - 4590 - 496 - 6386 - 0 - - - 2567 - 3170 - 2285 - 0 - - - 3048 - 1605 - 3271 - 0 - - - 9950 - 6625 - 8637 - 1 - - - 2075 - 1765 - 1753 - 0 - - - 4788 - 2209 - 6607 - 0 - - - 4872 - 1302 - 6699 - 0 - - - 12805 - 272 - 11525 - 0 - - - 9270 - 1356 - 8441 - 0 - - - 2350 - 281 - 2051 - 0 - - - 10601 - 1937 - 9652 - 0 - - - 281 - 1647 - 755 - 0 - - - 11148 - 909 - 10122 - 0 - - - 6402 - 1103 - 6950 - 0 - - - 10255 - 7344 - 9327 - 1 - - - 8677 - 5725 - 7244 - 23 - - - 8591 - 1182 - 7851 - 0 - - - 12618 - 306 - 11366 - 0 - - - 9968 - 763 - 9086 - 0 - - - 8129 - 4625 - 6219 - 14 - - - 8734 - 5782 - 7882 - 2 - - - 8800 - 869 - 7980 - 0 - - - 12715 - 5146 - 11442 - 7 - - - 12392 - 1017 - 11182 - 0 - - - 10590 - 1842 - 9644 - 0 - - - 3580 - 916 - 4782 - 0 - - - 8006 - 4501 - 6575 - 2 - - - 6018 - 1675 - 6042 - 0 - - - 12453 - 959 - 11236 - 0 - - - 9213 - 6659 - 8349 - 3 - - - 8202 - 4698 - 5891 - 11 - - - 9331 - 1028 - 8505 - 0 - - - 2169 - 3348 - 1854 - 0 - - - 10560 - 7412 - 9132 - 1 - - - 1883 - 1865 - 1545 - 0 - - - 13468 - 397 - 12126 - 0 - - - 13923 - 1526 - 12484 - 0 - - - 8543 - 689 - 7812 - 0 - - - 7362 - 1379 - 6275 - 0 - - - 9549 - 7209 - 8037 - 7 - - - 12843 - 1339 - 11557 - 0 - - - 8872 - 1127 - 8038 - 0 - - - 8969 - 747 - 8130 - 0 - - - 10153 - 1106 - 9268 - 0 - - - 7683 - 850 - 5890 - 1 - - - 10138 - 918 - 9226 - 0 - - - 9821 - 573 - 8948 - 0 - - - 9545 - 7205 - 8037 - 3 - - - 5875 - 1021 - 5880 - 0 - - - 11985 - 1358 - 10900 - 0 - - - 13477 - 1663 - 12148 - 0 - - - 10055 - 1622 - 9166 - 0 - - - 7862 - 4355 - 5593 - 2 - - - 2256 - 1388 - 1948 - 0 - - - 7342 - 1775 - 5584 - 0 - - - 1861 - 557 - 1522 - 0 - - - 11555 - 1426 - 10499 - 0 - - - 6785 - 1585 - 5257 - 0 - - - 11859 - 644 - 10777 - 0 - - - 6400 - 1702 - 6948 - 0 - - - 5863 - 1123 - 5868 - 0 - - - 10787 - 318 - 9816 - 0 - - - 8308 - 489 - 7600 - 0 - - - 13235 - 700 - 11911 - 0 - - - 6063 - 1596 - 6094 - 0 - - - 6201 - 239 - 6246 - 0 - - - 12056 - 277 - 10964 - 0 - - - 9988 - 7305 - 9111 - 0 - - - 8808 - 1651 - 7973 - 0 - - - 9214 - 6660 - 8349 - 4 - - - 9224 - 1946 - 8405 - 0 - - - 7663 - 4154 - 2289 - 6 - - - 10910 - 1450 - 9934 - 0 - - - 12367 - 532 - 11161 - 0 - - - 5665 - 1922 - 5645 - 0 - - - 8069 - 4564 - 6234 - 40 - - - 13105 - 412 - 11793 - 0 - - - 12067 - 1916 - 11005 - 0 - - - 2378 - 2754 - 2082 - 0 - - - 13186 - 1390 - 11874 - 0 - - - 8768 - 539 - 7941 - 0 - - - 8635 - 1110 - 7901 - 0 - - - 12605 - 1015 - 11353 - 0 - - - 11699 - 7222 - 10615 - 0 - - - 11298 - 1899 - 10264 - 0 - - - 9449 - 7038 - 8513 - 15 - - - 12383 - 7061 - 11174 - 0 - - - 2069 - 1214 - 1746 - 0 - - - 9412 - 1323 - 8570 - 0 - - - 13966 - 318 - 12526 - 0 - - - 10320 - 7357 - 9353 - 9 - - - 9125 - 1790 - 8350 - 0 - - - 12110 - 5705 - 11015 - 0 - - - 12460 - 6664 - 11235 - 7 - - - 13948 - 7388 - 12513 - 3 - - - 10088 - 742 - 9200 - 0 - - - 9674 - 1010 - 8801 - 0 - - - 8805 - 1447 - 7969 - 0 - - - 9326 - 41 - 8500 - 0 - - - 13609 - 502 - 12252 - 0 - - - 4825 - 1114 - 6647 - 0 - - - 13485 - 395 - 12150 - 0 - - - 13234 - 7706 - 11912 - 0 - - - 6392 - 1097 - 6938 - 0 - - - 12325 - 5733 - 10866 - 31 - - - 10018 - 6502 - 8589 - 2 - - - 8348 - 751 - 7633 - 0 - - - 9686 - 1746 - 8813 - 0 - - - 12152 - 1073 - 11037 - 0 - - - 8163 - 4659 - 6792 - 61 - - - 5911 - 1208 - 5921 - 0 - - - 5382 - 726 - 5330 - 0 - - - 8089 - 5765 - 6234 - 113 - - - 4664 - 1046 - 6466 - 0 - - - 6794 - 835 - 5427 - 0 - - - 6759 - 885 - 6406 - 0 - - - 820 - 1605 - 1342 - 0 - - - 6028 - 1412 - 6054 - 0 - - - 2177 - 1173 - 1864 - 0 - - - 12126 - 6964 - 11013 - 14 - - - 12184 - 6261 - 10813 - 1 - - - 8353 - 856 - 7635 - 0 - - - 13443 - 170 - 12132 - 0 - - - 9877 - 7245 - 8600 - 16 - - - 5512 - 1416 - 5474 - 0 - - - 4758 - 2093 - 6573 - 0 - - - 11984 - 817 - 10924 - 0 - - - 11385 - 751 - 10339 - 0 - - - 12740 - 446 - 11461 - 0 - - - 7759 - 4251 - 6792 - 47 - - - 6858 - 490 - 6862 - 0 - - - 11979 - 1812 - 10906 - 0 - - - 9012 - 345 - 8178 - 0 - - - 6772 - 364 - 6658 - 0 - - - 10627 - 1921 - 9678 - 0 - - - 5932 - 1598 - 5944 - 0 - - - 6337 - 2109 - 6878 - 0 - - - 10467 - 1497 - 9512 - 0 - - - 4774 - 168 - 6591 - 0 - - - 13457 - 5941 - 12128 - 0 - - - 11630 - 1132 - 10563 - 0 - - - 12751 - 396 - 11473 - 0 - - - 6736 - 1411 - 2643 - 0 - - - 6656 - 3609 - 7228 - 0 - - - 2147 - 1454 - 1831 - 0 - - - 4151 - 1605 - 4221 - 0 - - - 9670 - 1491 - 8797 - 0 - - - 10424 - 650 - 9482 - 0 - - - 7970 - 4464 - 5785 - 4 - - - 12422 - 919 - 11207 - 0 - - - 5191 - 716 - 5116 - 0 - - - 8980 - 544 - 8145 - 0 - - - 13391 - 1824 - 12069 - 0 - - - 5317 - 359 - 5253 - 0 - - - 8489 - 1683 - 7757 - 0 - - - 3589 - 467 - 4791 - 0 - - - 6020 - 1742 - 6045 - 0 - - - 2434 - 1484 - 2141 - 0 - - - 11778 - 1987 - 10693 - 0 - - - 5901 - 819 - 5909 - 0 - - - 8972 - 6261 - 8053 - 1 - - - 7916 - 4410 - 5419 - 2 - - - 11451 - 1610 - 10388 - 0 - - - 9363 - 822 - 8537 - 0 - - - 8135 - 4631 - 5274 - 5 - - - 10128 - 1209 - 9250 - 0 - - - 10668 - 1086 - 9722 - 0 - - - 8513 - 1794 - 7787 - 0 - - - 5221 - 1427 - 5147 - 0 - - - 12355 - 5772 - 10866 - 70 - - - 7868 - 4361 - 6219 - 19 - - - 9984 - 461 - 9107 - 0 - - - 9868 - 1799 - 8994 - 0 - - - 11307 - 625 - 10272 - 0 - - - 5559 - 1029 - 5527 - 0 - - - 12890 - 744 - 11600 - 0 - - - 13187 - 1698 - 11875 - 0 - - - 10084 - 670 - 9202 - 0 - - - 9023 - 1872 - 8264 - 0 - - - 3332 - 1343 - 3579 - 0 - - - 12350 - 5765 - 10866 - 63 - - - 10435 - 1434 - 9489 - 0 - - - 10953 - 1057 - 9976 - 0 - - - 13299 - 1685 - 11978 - 0 - - - 9433 - 744 - 8592 - 0 - - - 8217 - 4714 - 5705 - 19 - - - 13405 - 7316 - 12084 - 0 - - - 13032 - 1543 - 11730 - 0 - - - 13288 - 747 - 11968 - 0 - - - 2582 - 1227 - 2301 - 0 - - - 9657 - 1143 - 8789 - 0 - - - 5181 - 998 - 5105 - 0 - - - 9524 - 387 - 8650 - 0 - - - 13938 - 960 - 12506 - 0 - - - 12548 - 943 - 11293 - 0 - - - 9337 - 1002 - 8510 - 0 - - - 5814 - 233 - 5814 - 0 - - - 9182 - 6625 - 7993 - 2 - - - 7782 - 4274 - 6130 - 27 - - - 7365 - 940 - 7040 - 0 - - - 6787 - 751 - 5294 - 0 - - - 11562 - 1470 - 10506 - 0 - - - 5877 - 1647 - 5882 - 0 - - - 5210 - 899 - 5136 - 0 - - - 2837 - 3322 - 2574 - 0 - - - 9485 - 323 - 8625 - 0 - - - 6498 - 792 - 7056 - 0 - - - 11740 - 1426 - 10654 - 0 - - - 11211 - 1199 - 10191 - 0 - - - 3458 - 1363 - 4651 - 0 - - - 6159 - 2290 - 6199 - 0 - - - 10171 - 7326 - 9286 - 0 - - - 7832 - 4325 - 5731 - 5 - - - 4909 - 1266 - 6740 - 0 - - - 11394 - 1943 - 10349 - 0 - - - 4180 - 1917 - 4252 - 0 - - - 9786 - 164 - 8909 - 0 - - - 7665 - 4156 - 2289 - 8 - - - 13141 - 517 - 11831 - 0 - - - 10073 - 1074 - 9198 - 0 - - - 5912 - 665 - 5922 - 0 - - - 2296 - 1252 - 1993 - 0 - - - 9324 - 287 - 8501 - 0 - - - 9826 - 435 - 8953 - 0 - - - 2033 - 149 - 1707 - 0 - - - 12716 - 5147 - 11442 - 8 - - - 10234 - 1089 - 9341 - 0 - - - 12090 - 7203 - 10982 - 1 - - - 8964 - 857 - 8139 - 0 - - - 10715 - 718 - 9744 - 0 - - - 12064 - 1145 - 10978 - 0 - - - 8629 - 1312 - 7887 - 0 - - - 1885 - 3288 - 1547 - 0 - - - 8551 - 5384 - 7264 - 3 - - - 7676 - 4167 - 5709 - 3 - - - 13361 - 287 - 11934 - 1 - - - 5201 - 1973 - 5126 - 0 - - - 5365 - 620 - 5310 - 0 - - - 4795 - 2216 - 6614 - 0 - - - 5903 - 1296 - 5911 - 0 - - - 5881 - 2263 - 5887 - 0 - - - 787 - 1402 - 1305 - 0 - - - 13493 - 294 - 12163 - 0 - - - 9318 - 1226 - 8484 - 0 - - - 10286 - 1952 - 9386 - 0 - - - 8245 - 4742 - 6792 - 56 - - - 11139 - 1581 - 9935 - 1 - - - 10186 - 1871 - 9296 - 0 - - - 4619 - 2128 - 6417 - 0 - - - 5739 - 1784 - 5727 - 0 - - - 8259 - 4756 - 1664 - 2 - - - 7691 - 4182 - 5901 - 9 - - - 12720 - 7508 - 11448 - 0 - - - 4142 - 353 - 4211 - 0 - - - 6981 - 3274 - 1518 - 0 - - - 10253 - 4465 - 9303 - 4 - - - 4488 - 919 - 4586 - 0 - - - 12254 - 486 - 11093 - 0 - - - 2868 - 1480 - 2608 - 0 - - - 7991 - 4485 - 6234 - 4 - - - 11688 - 1556 - 10601 - 0 - - - 13277 - 7317 - 11958 - 0 - - - 10295 - 3741 - 9393 - 0 - - - 4925 - 2226 - 6757 - 0 - - - 4660 - 2617 - 6462 - 0 - - - 9166 - 365 - 8372 - 0 - - - 9607 - 113 - 8734 - 0 - - - 8055 - 4550 - 1664 - 15 - - - 5656 - 1840 - 5635 - 0 - - - 3688 - 623 - 3723 - 0 - - - 12611 - 7704 - 11358 - 0 - - - 12062 - 7158 - 10975 - 0 - - - 10652 - 474 - 9713 - 0 - - - 2077 - 3396 - 1755 - 0 - - - 7980 - 4474 - 6764 - 1 - - - 8400 - 821 - 7698 - 0 - - - 12266 - 599 - 11112 - 0 - - - 13775 - 511 - 12371 - 0 - - - 5391 - 116 - 5341 - 0 - - - 7795 - 4287 - 5120 - 1 - - - 5812 - 2156 - 5812 - 0 - - - 11230 - 1562 - 10210 - 0 - - - 7890 - 4383 - 6234 - 16 - - - 4819 - 348 - 6640 - 0 - - - 11739 - 1939 - 10662 - 0 - - - 9616 - 1034 - 8743 - 0 - - - 10325 - 7361 - 9353 - 14 - - - 9567 - 1130 - 8668 - 0 - - - 10092 - 635 - 9206 - 0 - - - 6102 - 2200 - 6137 - 0 - - - 9201 - 6647 - 8339 - 3 - - - 11318 - 1370 - 10277 - 0 - - - 13328 - 7218 - 12006 - 0 - - - 2014 - 1605 - 1686 - 0 - - - 11906 - 6201 - 10830 - 0 - - - 9096 - 6427 - 8120 - 1 - - - 11940 - 919 - 10862 - 0 - - - 6052 - 1958 - 6082 - 0 - - - 12227 - 407 - 11076 - 0 - - - 9339 - 1556 - 8511 - 0 - - - 13853 - 7747 - 12449 - 0 - - - 13018 - 1272 - 11715 - 0 - - - 4831 - 795 - 6653 - 0 - - - 10651 - 369 - 9702 - 0 - - - 7816 - 4309 - 5700 - 6 - - - 13471 - 7720 - 12135 - 0 - - - 8884 - 339 - 8049 - 0 - - - 4623 - 1171 - 6421 - 0 - - - 8866 - 732 - 8035 - 0 - - - 838 - 1605 - 1363 - 0 - - - 1933 - 3431 - 1599 - 0 - - - 5773 - 1637 - 5767 - 0 - - - 13392 - 1290 - 12074 - 0 - - - 2894 - 920 - 2636 - 0 - - - 6803 - 1608 - 5641 - 0 - - - 4919 - 1202 - 6751 - 0 - - - 8396 - 855 - 7699 - 0 - - - 6996 - 3399 - 1772 - 0 - - - 13182 - 732 - 10689 - 1 - - - 9308 - 1544 - 8480 - 0 - - - 6153 - 2284 - 6192 - 0 - - - 5776 - 755 - 5770 - 0 - - - 12813 - 953 - 11526 - 0 - - - 12282 - 1992 - 11118 - 0 - - - 2196 - 1425 - 1884 - 0 - - - 8813 - 1893 - 7983 - 0 - - - 7955 - 4449 - 6234 - 120 - - - 6510 - 1284 - 7069 - 0 - - - 13498 - 752 - 12146 - 0 - - - 8130 - 4626 - 5785 - 7 - - - 6791 - 1258 - 5355 - 0 - - - 6185 - 2083 - 6227 - 0 - - - 9136 - 6511 - 8029 - 11 - - - 9046 - 6361 - 7904 - 1 - - - 9757 - 347 - 8884 - 0 - - - 4885 - 1672 - 6712 - 0 - - - 9955 - 1605 - 9072 - 0 - - - 13876 - 7351 - 10611 - 1 - - - 7802 - 4294 - 5893 - 2 - - - 13882 - 7359 - 10611 - 4 - - - 4112 - 1426 - 4179 - 0 - - - 2836 - 3321 - 2573 - 0 - - - 12174 - 4543 - 11029 - 5 - - - 8788 - 590 - 7959 - 0 - - - 10134 - 1266 - 9234 - 0 - - - 9386 - 847 - 8547 - 0 - - - 6750 - 1473 - 4204 - 0 - - - 1999 - 1024 - 1670 - 0 - - - 6704 - 1562 - 7282 - 0 - - - 9891 - 341 - 9011 - 0 - - - 13702 - 7724 - 8513 - 37 - - - 1879 - 856 - 1541 - 0 - - - 4827 - 307 - 6649 - 0 - - - 11533 - 4100 - 10472 - 0 - - - 10584 - 818 - 9642 - 0 - - - 5248 - 455 - 5176 - 0 - - - 8749 - 1619 - 7924 - 0 - - - 9764 - 1934 - 8891 - 0 - - - 10986 - 1986 - 10003 - 0 - - - 10559 - 204 - 9614 - 0 - - - 8906 - 416 - 8075 - 0 - - - 13536 - 1421 - 12207 - 0 - - - 6021 - 771 - 6046 - 0 - - - 12116 - 6504 - 11013 - 4 - - - 6501 - 2050 - 7060 - 0 - - - 8291 - 1912 - 7584 - 0 - - - 4595 - 2122 - 6391 - 0 - - - 10297 - 1661 - 9394 - 0 - - - 8192 - 4688 - 2359 - 1 - - - 8182 - 4678 - 6792 - 12 - - - 2851 - 3481 - 2589 - 0 - - - 2004 - 1605 - 1676 - 0 - - - 4617 - 654 - 6415 - 0 - - - 11469 - 3546 - 10409 - 0 - - - 7333 - 1140 - 5287 - 0 - - - 6058 - 742 - 6089 - 0 - - - 7866 - 4359 - 5705 - 53 - - - 12463 - 1828 - 11242 - 0 - - - 7349 - 1279 - 5792 - 0 - - - 10924 - 1042 - 9949 - 0 - - - 11674 - 1617 - 10596 - 0 - - - 9792 - 817 - 8919 - 0 - - - 1956 - 1700 - 1623 - 0 - - - 3326 - 530 - 3572 - 0 - - - 11987 - 1510 - 10930 - 0 - - - 6846 - 1605 - 7318 - 0 - - - 11855 - 5728 - 10774 - 0 - - - 9003 - 313 - 8172 - 0 - - - 7762 - 4254 - 6234 - 100 - - - 9816 - 7221 - 8943 - 0 - - - 6150 - 2281 - 6189 - 0 - - - 12540 - 1614 - 11302 - 0 - - - 8928 - 6241 - 8097 - 0 - - - 9812 - 617 - 8939 - 0 - - - 10553 - 1048 - 9605 - 0 - - - 13373 - 223 - 12057 - 0 - - - 2082 - 1226 - 1760 - 0 - - - 13901 - 1358 - 12469 - 0 - - - 2186 - 1307 - 1873 - 0 - - - 7947 - 4441 - 6234 - 99 - - - 5490 - 712 - 5450 - 0 - - - 7636 - 4127 - 6792 - 2 - - - 5558 - 1614 - 5526 - 0 - - - 11941 - 536 - 10858 - 0 - - - 6024 - 102 - 6049 - 0 - - - 7699 - 4190 - 6401 - 14 - - - 6747 - 1685 - 4796 - 0 - - - 8684 - 5732 - 7244 - 30 - - - 10688 - 4576 - 9682 - 6 - - - 7002 - 3356 - 1895 - 0 - - - 7737 - 4229 - 6401 - 26 - - - 12280 - 752 - 11129 - 0 - - - 5339 - 1900 - 5280 - 0 - - - 11068 - 1747 - 10085 - 0 - - - 9834 - 410 - 8963 - 0 - - - 11228 - 933 - 10211 - 0 - - - 13321 - 1464 - 11995 - 0 - - - 2201 - 1158 - 1889 - 0 - - - 1943 - 788 - 1609 - 0 - - - 9582 - 1664 - 8709 - 0 - - - 5612 - 1442 - 5588 - 0 - - - 3591 - 1654 - 4793 - 0 - - - 1860 - 1919 - 1521 - 0 - - - 12755 - 1125 - 11482 - 0 - - - 6198 - 632 - 6242 - 0 - - - 2204 - 539 - 1892 - 0 - - - 11349 - 7667 - 10308 - 0 - - - 11930 - 874 - 10854 - 0 - - - 8148 - 4644 - 6251 - 3 - - - 5172 - 1079 - 5095 - 0 - - - 11146 - 4227 - 10121 - 3 - - - 4639 - 210 - 6439 - 0 - - - 773 - 1454 - 1290 - 0 - - - 6820 - 1694 - 6064 - 0 - - - 7787 - 4279 - 5442 - 8 - - - 5387 - 980 - 5335 - 0 - - - 5362 - 656 - 5306 - 0 - - - 7332 - 919 - 5274 - 0 - - - 6763 - 1418 - 6470 - 0 - - - 6015 - 635 - 6039 - 0 - - - 9333 - 994 - 8504 - 0 - - - 9882 - 508 - 9000 - 0 - - - 13268 - 198 - 11938 - 0 - - - 10917 - 943 - 9943 - 0 - - - 11841 - 1253 - 10761 - 0 - - - 7876 - 4369 - 6234 - 52 - - - 8536 - 1090 - 7806 - 0 - - - 12259 - 1377 - 11108 - 0 - - - 6552 - 6692 - 7115 - 0 - - - 8235 - 569 - 5973 - 1 - - - 8664 - 5712 - 7244 - 10 - - - 7925 - 4419 - 5506 - 36 - - - 7687 - 4178 - 6792 - 51 - - - 10611 - 1135 - 9662 - 0 - - - 12673 - 6866 - 11417 - 3 - - - 11556 - 3609 - 10500 - 0 - - - 8648 - 1098 - 7904 - 0 - - - 8316 - 4823 - 7201 - 3 - - - 12353 - 5770 - 10866 - 68 - - - 12877 - 398 - 11579 - 0 - - - 4908 - 975 - 6738 - 0 - - - 13428 - 1245 - 12101 - 0 - - - 13949 - 7389 - 12513 - 4 - - - 10669 - 750 - 9726 - 0 - - - 4653 - 1393 - 6454 - 0 - - - 12544 - 1070 - 11296 - 0 - - - 7796 - 1899 - 6234 - 103 - - - 13664 - 187 - 12308 - 0 - - - 5241 - 637 - 5169 - 0 - - - 5350 - 256 - 5292 - 0 - - - 12229 - 4138 - 11078 - 0 - - - 6321 - 1254 - 6861 - 0 - - - 11193 - 1535 - 10172 - 0 - - - 9306 - 720 - 8479 - 0 - - - 7602 - 4092 - 5427 - 10 - - - 9621 - 1048 - 8754 - 0 - - - 5520 - 183 - 5483 - 0 - - - 13917 - 7214 - 12499 - 0 - - - 3025 - 1581 - 3248 - 0 - - - 6147 - 2278 - 6186 - 0 - - - 11651 - 1401 - 10580 - 0 - - - 10346 - 7369 - 9283 - 1 - - - 13340 - 1905 - 12027 - 0 - - - 10227 - 1136 - 9336 - 0 - - - 10256 - 7345 - 9327 - 2 - - - 9114 - 6473 - 8055 - 8 - - - 6789 - 321 - 5322 - 0 - - - 1819 - 3256 - 1476 - 0 - - - 2086 - 947 - 1764 - 0 - - - 10608 - 782 - 9658 - 0 - - - 7344 - 686 - 5726 - 0 - - - 7717 - 4184 - 3570 - 1 - - - 10665 - 930 - 9717 - 0 - - - 5508 - 1476 - 5470 - 0 - - - 5448 - 1524 - 5405 - 0 - - - 8534 - 601 - 7802 - 0 - - - 11104 - 1438 - 10112 - 0 - - - 5298 - 1438 - 5231 - 0 - - - 12489 - 651 - 11255 - 0 - - - 12119 - 6510 - 11013 - 7 - - - 9656 - 1373 - 8783 - 0 - - - 3785 - 1605 - 3828 - 0 - - - 4783 - 890 - 6601 - 0 - - - 10125 - 7318 - 9222 - 0 - - - 7969 - 4463 - 6792 - 58 - - - 12251 - 1276 - 11095 - 0 - - - 7741 - 303 - 4885 - 5 - - - 4803 - 774 - 6623 - 0 - - - 2903 - 764 - 2646 - 0 - - - 7807 - 4299 - 2327 - 4 - - - 9588 - 891 - 8715 - 0 - - - 8847 - 1848 - 8015 - 0 - - - 11835 - 1713 - 10757 - 0 - - - 12032 - 1808 - 10956 - 0 - - - 11233 - 5121 - 10210 - 3 - - - 6850 - 1605 - 7322 - 0 - - - 11595 - 1992 - 10536 - 0 - - - 9186 - 698 - 8390 - 0 - - - 12538 - 7215 - 11304 - 0 - - - 12107 - 1620 - 11009 - 0 - - - 9119 - 4473 - 7940 - 2 - - - 9975 - 262 - 9103 - 0 - - - 12878 - 380 - 11584 - 0 - - - 8470 - 5141 - 7295 - 1 - - - 7000 - 3346 - 1840 - 0 - - - 2017 - 3406 - 1689 - 0 - - - 7974 - 4468 - 5352 - 2 - - - 8277 - 4774 - 2293 - 10 - - - 11774 - 6415 - 10688 - 0 - - - 1923 - 304 - 1589 - 0 - - - 8456 - 5132 - 7610 - 4 - - - 3453 - 2190 - 4646 - 0 - - - 8593 - 452 - 7853 - 0 - - - 8835 - 705 - 8005 - 0 - - - 5920 - 221 - 5930 - 0 - - - 9110 - 4677 - 8055 - 4 - - - 11982 - 1784 - 10903 - 0 - - - 8978 - 1575 - 8149 - 0 - - - 8330 - 1943 - 7613 - 0 - - - 13421 - 7331 - 11954 - 1 - - - 5915 - 2027 - 5925 - 0 - - - 13519 - 1655 - 12181 - 0 - - - 8102 - 4597 - 1664 - 5 - - - 9439 - 7028 - 8513 - 5 - - - 11851 - 1088 - 10771 - 0 - - - 8267 - 4764 - 6575 - 20 - - - 8530 - 1189 - 7797 - 0 - - - 8302 - 1128 - 7594 - 0 - - - 6652 - 1595 - 7224 - 0 - - - 3701 - 1579 - 3737 - 0 - - - 8640 - 1081 - 7896 - 0 - - - 7532 - 879 - 5613 - 0 - - - 13283 - 7312 - 11955 - 1 - - - 9476 - 7060 - 8634 - 0 - - - 8986 - 749 - 8151 - 0 - - - 12336 - 5749 - 10866 - 47 - - - 2907 - 1605 - 2650 - 0 - - - 12265 - 1143 - 11101 - 0 - - - 11142 - 7643 - 10120 - 0 - - - 5027 - 1118 - 4939 - 0 - - - 5678 - 897 - 5659 - 0 - - - 10551 - 1460 - 9607 - 0 - - - 11198 - 1051 - 10177 - 0 - - - 6852 - 1542 - 6177 - 0 - - - 12061 - 1564 - 11001 - 0 - - - 9281 - 434 - 8458 - 0 - - - 12800 - 6510 - 10623 - 4 - - - 5491 - 1628 - 5451 - 0 - - - 10632 - 7435 - 9687 - 0 - - - 11321 - 1177 - 10278 - 0 - - - 12221 - 435 - 11073 - 0 - - - 4615 - 1945 - 6413 - 0 - - - 11846 - 6423 - 10768 - 1 - - - 9899 - 1807 - 9016 - 0 - - - 10029 - 1220 - 9147 - 0 - - - 13117 - 486 - 11806 - 0 - - - 13897 - 1102 - 12473 - 0 - - - 3584 - 1834 - 4786 - 0 - - - 10905 - 990 - 9929 - 0 - - - 4616 - 512 - 6414 - 0 - - - 9962 - 1329 - 9080 - 0 - - - 8657 - 5705 - 7244 - 3 - - - 11816 - 505 - 10740 - 0 - - - 5206 - 1064 - 5131 - 0 - - - 12371 - 1402 - 11147 - 0 - - - 8905 - 755 - 8074 - 0 - - - 3687 - 1836 - 3722 - 0 - - - 11434 - 5140 - 10375 - 12 - - - 11888 - 337 - 10812 - 0 - - - 13276 - 639 - 11957 - 0 - - - 13502 - 1002 - 12164 - 0 - - - 5238 - 537 - 5166 - 0 - - - 12424 - 1466 - 11211 - 0 - - - 10354 - 7373 - 8833 - 5 - - - 9143 - 929 - 8029 - 18 - - - 13965 - 1278 - 12524 - 0 - - - 5532 - 827 - 5496 - 0 - - - 6204 - 2084 - 6249 - 0 - - - 13543 - 1411 - 12210 - 0 - - - 7583 - 752 - 5506 - 2 - - - 7839 - 4332 - 6219 - 20 - - - 12416 - 617 - 11195 - 0 - - - 12672 - 6865 - 11417 - 2 - - - 11749 - 7061 - 10678 - 0 - - - 5687 - 2318 - 5669 - 0 - - - 12052 - 666 - 10972 - 0 - - - 9381 - 1239 - 8555 - 0 - - - 8438 - 5099 - 1306 - 6 - - - 12951 - 1567 - 11652 - 0 - - - 12508 - 793 - 11268 - 5 - - - 9497 - 7064 - 8620 - 0 - - - 5463 - 887 - 5421 - 0 - - - 11346 - 4138 - 10266 - 3 - - - 8474 - 5145 - 1306 - 7 - - - 7845 - 4338 - 6942 - 3 - - - 13311 - 476 - 11992 - 0 - - - 12384 - 779 - 11176 - 0 - - - 7933 - 4427 - 6234 - 43 - - - 13602 - 614 - 12245 - 0 - - - 8428 - 5089 - 6792 - 80 - - - 12042 - 1884 - 10951 - 0 - - - 4629 - 1260 - 6428 - 0 - - - 12963 - 1532 - 11658 - 0 - - - 8127 - 4623 - 6267 - 2 - - - 5323 - 1246 - 5262 - 0 - - - 2185 - 1521 - 1872 - 0 - - - 7820 - 4313 - 6234 - 35 - - - 2857 - 4237 - 2596 - 0 - - - 6214 - 759 - 6261 - 0 - - - 13906 - 492 - 12477 - 0 - - - 11863 - 1430 - 10782 - 0 - - - 10465 - 404 - 9515 - 0 - - - 8619 - 1821 - 7877 - 0 - - - 2404 - 1946 - 2109 - 0 - - - 13126 - 881 - 11813 - 0 - - - 1101 - 1605 - 472 - 0 - - - 8873 - 1609 - 8032 - 0 - - - 12386 - 1090 - 11169 - 0 - - - 8670 - 5718 - 7244 - 16 - - - 10121 - 1582 - 9242 - 0 - - - 11512 - 1621 - 10451 - 0 - - - 5607 - 1526 - 5580 - 0 - - - 6487 - 2046 - 7044 - 0 - - - 6330 - 1019 - 6871 - 0 - - - 11317 - 1915 - 10286 - 0 - - - 11285 - 737 - 10251 - 0 - - - 10199 - 1445 - 9308 - 0 - - - 8617 - 1079 - 7878 - 0 - - - 8166 - 4662 - 6130 - 18 - - - 11504 - 191 - 10443 - 0 - - - 12863 - 839 - 11571 - 0 - - - 9239 - 1942 - 8417 - 0 - - - 1934 - 697 - 1600 - 0 - - - 9566 - 1836 - 8667 - 0 - - - 10705 - 878 - 9740 - 0 - - - 376 - 264 - 858 - 0 - - - 8401 - 403 - 7693 - 0 - - - 9811 - 1633 - 8938 - 0 - - - 11882 - 1448 - 10801 - 0 - - - 5479 - 2021 - 5438 - 0 - - - 7350 - 241 - 5822 - 0 - - - 13956 - 1926 - 12517 - 0 - - - 8462 - 5138 - 7610 - 10 - - - 12798 - 6501 - 10623 - 3 - - - 6364 - 1456 - 6908 - 0 - - - 13953 - 1492 - 12515 - 0 - - - 8887 - 1916 - 8067 - 0 - - - 9222 - 1542 - 8402 - 0 - - - 5551 - 752 - 5519 - 0 - - - 2840 - 3324 - 2578 - 0 - - - 6227 - 2238 - 6274 - 0 - - - 6781 - 985 - 5150 - 0 - - - 10261 - 7346 - 8722 - 1 - - - 9074 - 6405 - 8111 - 1 - - - 5299 - 882 - 5233 - 0 - - - 11802 - 1792 - 10723 - 0 - - - 823 - 1736 - 1346 - 0 - - - 5359 - 601 - 5303 - 0 - - - 8152 - 4648 - 6575 - 11 - - - 12258 - 1080 - 11103 - 0 - - - 9875 - 7243 - 8600 - 14 - - - 10426 - 1134 - 9486 - 0 - - - 6088 - 260 - 6121 - 0 - - - 10437 - 414 - 9491 - 0 - - - 8936 - 872 - 8105 - 0 - - - 12894 - 1428 - 11592 - 0 - - - 13383 - 1209 - 12063 - 0 - - - 7989 - 4483 - 6333 - 2 - - - 9367 - 850 - 8535 - 0 - - - 6195 - 548 - 6238 - 0 - - - 5661 - 992 - 5640 - 0 - - - 5486 - 1287 - 5446 - 0 - - - 10113 - 7317 - 9218 - 0 - - - 12200 - 654 - 11061 - 0 - - - 11131 - 1507 - 10118 - 0 - - - 10443 - 934 - 9497 - 0 - - - 12305 - 1888 - 10866 - 53 - - - 8008 - 4503 - 2582 - 1 - - - 12079 - 1809 - 11002 - 0 - - - 5765 - 711 - 5757 - 0 - - - 5604 - 235 - 5577 - 0 - - - 11386 - 4374 - 10338 - 0 - - - 9699 - 1750 - 8828 - 0 - - - 3585 - 506 - 4787 - 0 - - - 6812 - 1646 - 5883 - 0 - - - 13345 - 456 - 12014 - 0 - - - 12369 - 1734 - 11144 - 0 - - - 6081 - 1695 - 6114 - 0 - - - 13426 - 1015 - 12102 - 0 - - - 10274 - 1350 - 9374 - 0 - - - 7417 - 2061 - 4770 - 0 - - - 13101 - 4178 - 8600 - 25 - - - 12622 - 7705 - 11369 - 0 - - - 282 - 1605 - 756 - 0 - - - 13629 - 365 - 12273 - 0 - - - 12238 - 7192 - 11089 - 0 - - - 8990 - 6692 - 8158 - 0 - - - 12128 - 4194 - 11012 - 1 - - - 9478 - 1893 - 8603 - 0 - - - 6033 - 1347 - 6059 - 0 - - - 7908 - 4402 - 6792 - 59 - - - 11730 - 407 - 10651 - 0 - - - 6792 - 1444 - 5398 - 0 - - - 8878 - 4429 - 8050 - 0 - - - 13184 - 1301 - 11872 - 0 - - - 6334 - 507 - 6875 - 0 - - - 11402 - 1218 - 10357 - 0 - - - 6859 - 564 - 6883 - 0 - - - 4069 - 1983 - 4133 - 0 - - - 12449 - 447 - 11231 - 0 - - - 10149 - 7214 - 9269 - 0 - - - 5342 - 1833 - 5283 - 0 - - - 12730 - 1146 - 11454 - 0 - - - 11635 - 1554 - 10569 - 0 - - - 12293 - 770 - 11140 - 0 - - - 11190 - 1029 - 10169 - 0 - - - 7985 - 4479 - 6753 - 2 - - - 6518 - 2054 - 7078 - 0 - - - 1914 - 1825 - 1579 - 0 - - - 3344 - 1616 - 3592 - 0 - - - 9814 - 765 - 8941 - 0 - - - 8402 - 1529 - 7689 - 0 - - - 9836 - 498 - 8965 - 0 - - - 9860 - 3440 - 8989 - 0 - - - 11860 - 173 - 10780 - 0 - - - 9199 - 6645 - 8339 - 1 - - - 8209 - 4706 - 6219 - 15 - - - 12043 - 1402 - 10952 - 0 - - - 11753 - 655 - 10681 - 0 - - - 9835 - 1667 - 8964 - 0 - - - 9098 - 991 - 8346 - 0 - - - 4671 - 2619 - 6474 - 0 - - - 12580 - 539 - 11330 - 0 - - - 4430 - 1605 - 4523 - 0 - - - 7628 - 4119 - 6792 - 64 - - - 5358 - 294 - 5302 - 0 - - - 12438 - 1745 - 11227 - 0 - - - 7834 - 4327 - 5419 - 4 - - - 6243 - 1237 - 6294 - 0 - - - 7758 - 4250 - 6219 - 12 - - - 11054 - 7636 - 10072 - 0 - - - 5950 - 1346 - 5966 - 0 - - - 12571 - 6647 - 11322 - 1 - - - 11058 - 1283 - 10076 - 0 - - - 12561 - 3437 - 11315 - 0 - - - 11542 - 1368 - 10479 - 0 - - - 8581 - 1939 - 7847 - 0 - - - 6715 - 825 - 7294 - 0 - - - 12498 - 4429 - 11267 - 0 - - - 6376 - 368 - 6921 - 0 - - - 12961 - 5080 - 11657 - 0 - - - 9885 - 324 - 9004 - 0 - - - 10350 - 6647 - 8833 - 1 - - - 8213 - 4710 - 6219 - 9 - - - 10385 - 6124 - 8619 - 1 - - - 13333 - 1067 - 12023 - 0 - - - 12215 - 6705 - 10885 - 2 - - - 2027 - 3371 - 1700 - 0 - - - 11279 - 1406 - 10247 - 0 - - - 6745 - 1669 - 3705 - 0 - - - 4934 - 1898 - 6768 - 0 - - - 13275 - 1238 - 11954 - 0 - - - 7327 - 1005 - 6778 - 0 - - - 13300 - 1488 - 11979 - 0 - - - 7928 - 4422 - 5506 - 19 - - - 9022 - 817 - 8256 - 0 - - - 6037 - 2074 - 6063 - 0 - - - 11063 - 1605 - 10081 - 0 - - - 13069 - 286 - 11767 - 0 - - - 11970 - 1636 - 10890 - 0 - - - 4739 - 1430 - 6551 - 0 - - - 10806 - 7507 - 9833 - 0 - - - 8397 - 1288 - 7701 - 0 - - - 10434 - 7391 - 9486 - 6 - - - 11791 - 275 - 10713 - 0 - - - 6503 - 2052 - 7062 - 0 - - - 8480 - 191 - 7763 - 0 - - - 12008 - 6477 - 10911 - 1 - - - 5386 - 1446 - 5334 - 0 - - - 9013 - 1674 - 8263 - 0 - - - 5941 - 1853 - 5955 - 0 - - - 13412 - 331 - 12095 - 0 - - - 10264 - 7348 - 8860 - 1 - - - 11779 - 7317 - 10698 - 0 - - - 6555 - 331 - 7118 - 0 - - - 9106 - 6465 - 8061 - 5 - - - 9043 - 1391 - 8313 - 0 - - - 8232 - 4729 - 6234 - 28 - - - 9804 - 1872 - 8931 - 0 - - - 9723 - 1691 - 8846 - 0 - - - 5230 - 2300 - 5157 - 0 - - - 2937 - 200 - 2683 - 0 - - - 5599 - 645 - 5572 - 0 - - - 6223 - 1023 - 6270 - 0 - - - 11239 - 1099 - 10215 - 0 - - - 2297 - 3192 - 1994 - 0 - - - 13595 - 1717 - 12238 - 0 - - - 10317 - 7354 - 9353 - 6 - - - 12296 - 1243 - 11134 - 0 - - - 8702 - 5750 - 7244 - 48 - - - 5771 - 501 - 5764 - 0 - - - 11697 - 1463 - 10619 - 0 - - - 8283 - 4780 - 6463 - 2 - - - 11580 - 3648 - 10523 - 0 - - - 11412 - 1449 - 10361 - 0 - - - 12844 - 1544 - 11549 - 0 - - - 8760 - 1605 - 7931 - 0 - - - 5212 - 434 - 5138 - 0 - - - 2327 - 3212 - 2027 - 0 - - - 10008 - 829 - 9128 - 0 - - - 7618 - 4109 - 6483 - 3 - - - 10809 - 600 - 9836 - 0 - - - 12400 - 588 - 11185 - 0 - - - 13447 - 206 - 12108 - 0 - - - 9479 - 1215 - 8623 - 0 - - - 9684 - 670 - 8811 - 0 - - - 6357 - 924 - 6901 - 0 - - - 4780 - 255 - 6597 - 0 - - - 11579 - 1352 - 10519 - 0 - - - 10664 - 653 - 9715 - 0 - - - 10911 - 1411 - 9935 - 0 - - - 10054 - 435 - 9169 - 0 - - - 4670 - 770 - 6473 - 0 - - - 5179 - 893 - 5103 - 0 - - - 12217 - 245 - 11066 - 0 - - - 12197 - 155 - 11062 - 0 - - - 2826 - 3315 - 2562 - 0 - - - 8024 - 4519 - 5738 - 16 - - - 12070 - 1047 - 10996 - 0 - - - 8404 - 1506 - 7688 - 0 - - - 8574 - 874 - 7830 - 0 - - - 12097 - 7308 - 10968 - 1 - - - 7703 - 4194 - 5707 - 7 - - - 10118 - 395 - 9232 - 0 - - - 7492 - 2205 - 6603 - 0 - - - 11311 - 1192 - 10275 - 0 - - - 9145 - 169 - 8352 - 0 - - - 5646 - 2140 - 5625 - 0 - - - 11035 - 7634 - 10054 - 0 - - - 13680 - 7217 - 12329 - 0 - - - 9104 - 6463 - 8061 - 3 - - - 8343 - 756 - 7626 - 0 - - - 6676 - 3437 - 7251 - 0 - - - 9741 - 744 - 8868 - 0 - - - 5295 - 139 - 5228 - 0 - - - 8287 - 4784 - 5506 - 1 - - - 11108 - 4206 - 10085 - 1 - - - 9447 - 4125 - 8513 - 13 - - - 11953 - 1151 - 10871 - 0 - - - 11100 - 921 - 10104 - 0 - - - 5033 - 1256 - 4945 - 0 - - - 5381 - 1124 - 5329 - 0 - - - 8448 - 784 - 7282 - 6 - - - 9035 - 1717 - 8309 - 0 - - - 12705 - 418 - 11437 - 0 - - - 8890 - 1031 - 8058 - 0 - - - 5361 - 1808 - 5305 - 0 - - - 7823 - 4316 - 6225 - 2 - - - 12831 - 156 - 10671 - 3 - - - 9693 - 1588 - 8820 - 0 - - - 13619 - 1101 - 12262 - 0 - - - 9271 - 807 - 8449 - 0 - - - 8674 - 5722 - 7244 - 20 - - - 7950 - 249 - 5893 - 4 - - - 9561 - 3421 - 8662 - 0 - - - 2037 - 988 - 1711 - 0 - - - 9026 - 197 - 8255 - 0 - - - 10198 - 101 - 9309 - 0 - - - 7873 - 4366 - 6234 - 37 - - - 4425 - 603 - 4518 - 0 - - - 7710 - 4202 - 6792 - 28 - - - 6726 - 142 - 1883 - 0 - - - 4687 - 123 - 6492 - 0 - - - 8114 - 4610 - 6234 - 55 - - - 8296 - 1187 - 7588 - 0 - - - 7601 - 4091 - 5427 - 6 - - - 12809 - 287 - 11517 - 0 - - - 13380 - 1799 - 12050 - 0 - - - 6220 - 215 - 6267 - 0 - - - 13473 - 7412 - 12109 - 1 - - - 6536 - 906 - 7098 - 0 - - - 12898 - 216 - 11601 - 0 - - - 4778 - 567 - 6595 - 0 - - - 12343 - 5758 - 10866 - 56 - - - 8953 - 1695 - 8120 - 0 - - - 12563 - 625 - 11320 - 0 - - - 6389 - 1084 - 6935 - 0 - - - 12825 - 1818 - 11535 - 0 - - - 9015 - 914 - 8253 - 0 - - - 11025 - 929 - 10043 - 0 - - - 12502 - 215 - 11272 - 0 - - - 8841 - 1402 - 8011 - 0 - - - 9992 - 664 - 9116 - 0 - - - 13429 - 624 - 12103 - 0 - - - 9285 - 1046 - 8474 - 0 - - - 8965 - 1147 - 8134 - 0 - - - 2531 - 3032 - 2246 - 0 - - - 12269 - 1307 - 11114 - 0 - - - 4641 - 1187 - 6441 - 0 - - - 8897 - 1784 - 8060 - 0 - - - 9235 - 1257 - 8409 - 0 - - - 8014 - 4509 - 2293 - 70 - - - 13778 - 1348 - 12375 - 0 - - - 1951 - 1525 - 1618 - 0 - - - 5664 - 1557 - 5644 - 0 - - - 2276 - 580 - 1970 - 0 - - - 12378 - 710 - 11165 - 0 - - - 12203 - 6415 - 11033 - 3 - - - 8889 - 1884 - 8063 - 0 - - - 10937 - 1835 - 9963 - 0 - - - 5643 - 1652 - 5621 - 0 - - - 4741 - 737 - 6553 - 0 - - - 9604 - 1722 - 8731 - 0 - - - 8562 - 992 - 7821 - 0 - - - 2863 - 3643 - 2602 - 0 - - - 11815 - 342 - 10739 - 0 - - - 9242 - 927 - 8416 - 0 - - - 4945 - 1012 - 6782 - 0 - - - 5638 - 466 - 5616 - 0 - - - 13278 - 1633 - 11952 - 0 - - - 8110 - 4606 - 5506 - 13 - - - 10619 - 795 - 9665 - 0 - - - 7598 - 4088 - 4644 - 3 - - - 13515 - 1583 - 12179 - 0 - - - 9678 - 1734 - 8804 - 0 - - - 11677 - 124 - 10598 - 0 - - - 7903 - 4396 - 6575 - 5 - - - 5681 - 2312 - 5662 - 0 - - - 6639 - 1431 - 7210 - 0 - - - 4918 - 2224 - 6750 - 0 - - - 8951 - 530 - 8116 - 0 - - - 6746 - 1051 - 4775 - 0 - - - 4169 - 3435 - 4241 - 0 - - - 8044 - 4539 - 6086 - 100 - - - 7869 - 4362 - 5439 - 6 - - - 11152 - 588 - 10125 - 0 - - - 9961 - 908 - 9077 - 0 - - - 10687 - 4460 - 9682 - 5 - - - 5905 - 828 - 5913 - 0 - - - 5602 - 1104 - 5575 - 0 - - - 10181 - 1663 - 9294 - 0 - - - 9818 - 3501 - 8945 - 0 - - - 12577 - 1236 - 11328 - 0 - - - 10122 - 301 - 9221 - 0 - - - 9692 - 919 - 8819 - 0 - - - 8680 - 5728 - 7244 - 26 - - - 8198 - 4694 - 6919 - 2 - - - 10517 - 4237 - 9561 - 0 - - - 6802 - 345 - 5623 - 0 - - - 10940 - 7188 - 9965 - 0 - - - 8210 - 4707 - 2327 - 3 - - - 5449 - 1631 - 5406 - 0 - - - 4113 - 1556 - 4180 - 0 - - - 11832 - 1613 - 10756 - 0 - - - 5921 - 1465 - 5931 - 0 - - - 13483 - 742 - 12151 - 0 - - - 8596 - 5541 - 7308 - 3 - - - 2002 - 1605 - 1673 - 0 - - - 4534 - 228 - 4637 - 0 - - - 8153 - 4649 - 6792 - 35 - - - 5233 - 1204 - 5160 - 0 - - - 6526 - 2179 - 7086 - 0 - - - 1991 - 1603 - 1662 - 0 - - - 1907 - 863 - 1571 - 0 - - - 11511 - 5462 - 10447 - 0 - - - 10136 - 859 - 9212 - 0 - - - 11283 - 1152 - 10249 - 0 - - - 5498 - 1300 - 5460 - 0 - - - 12135 - 1459 - 11018 - 0 - - - 8721 - 5769 - 7244 - 67 - - - 5945 - 2161 - 5959 - 0 - - - 7630 - 4121 - 6792 - 50 - - - 8712 - 5760 - 7244 - 58 - - - 12922 - 1028 - 11626 - 0 - - - 10948 - 1923 - 9972 - 0 - - - 319 - 909 - 796 - 0 - - - 10935 - 671 - 9961 - 0 - - - 7716 - 4208 - 4644 - 4 - - - 10359 - 1211 - 8830 - 4 - - - 6184 - 237 - 6226 - 0 - - - 10449 - 1278 - 9505 - 0 - - - 6100 - 881 - 6135 - 0 - - - 8389 - 1159 - 7700 - 0 - - - 11250 - 1546 - 10226 - 0 - - - 6318 - 220 - 6858 - 0 - - - 13651 - 715 - 12299 - 0 - - - 8675 - 5723 - 7244 - 21 - - - 9640 - 1322 - 8767 - 0 - - - 6796 - 1663 - 5459 - 0 - - - 5934 - 939 - 5946 - 0 - - - 9800 - 692 - 8927 - 0 - - - 6390 - 1220 - 6936 - 0 - - - 4155 - 1605 - 4225 - 0 - - - 12431 - 388 - 11217 - 0 - - - 6669 - 3661 - 7243 - 0 - - - 13241 - 1917 - 11922 - 0 - - - 12414 - 1100 - 11202 - 0 - - - 11939 - 1037 - 10880 - 0 - - - 6490 - 978 - 7048 - 0 - - - 11538 - 1589 - 10480 - 0 - - - 12063 - 1371 - 10976 - 0 - - - 12171 - 6467 - 11029 - 2 - - - 11591 - 3646 - 10534 - 0 - - - 11026 - 1541 - 10044 - 0 - - - 2821 - 476 - 2557 - 0 - - - 5371 - 141 - 5317 - 0 - - - 8644 - 323 - 7898 - 0 - - - 11646 - 1191 - 10579 - 0 - - - 11411 - 692 - 10363 - 0 - - - 10105 - 331 - 9228 - 0 - - - 2237 - 1605 - 1928 - 0 - - - 11734 - 856 - 10664 - 0 - - - 7860 - 377 - 5741 - 2 - - - 9255 - 1453 - 8434 - 0 - - - 5754 - 2022 - 5744 - 0 - - - 797 - 3542 - 1316 - 0 - - - 9395 - 216 - 8554 - 0 - - - 8505 - 244 - 7777 - 0 - - - 6372 - 1530 - 6917 - 0 - - - 5177 - 971 - 5101 - 0 - - - 11931 - 689 - 10853 - 0 - - - 6346 - 825 - 6889 - 0 - - - 5237 - 837 - 5164 - 0 - - - 11427 - 5133 - 10375 - 5 - - - 4726 - 1515 - 6535 - 0 - - - 6384 - 765 - 6930 - 0 - - - 13037 - 1345 - 11728 - 0 - - - 9865 - 1945 - 8991 - 0 - - - 8111 - 4607 - 5518 - 1 - - - 5049 - 5080 - 4961 - 0 - - - 11829 - 1848 - 10754 - 0 - - - 6682 - 597 - 7258 - 0 - - - 13309 - 1695 - 11990 - 0 - - - 12499 - 1227 - 11273 - 0 - - - 8140 - 4636 - 1664 - 10 - - - 6869 - 856 - 7216 - 0 - - - 9802 - 1210 - 8929 - 0 - - - 4932 - 920 - 6766 - 0 - - - 12415 - 41 - 11194 - 0 - - - 7341 - 166 - 5532 - 0 - - - 7706 - 1581 - 3263 - 1 - - - 11419 - 7677 - 10372 - 0 - - - 10192 - 768 - 9302 - 0 - - - 11341 - 4941 - 10281 - 1 - - - 6640 - 316 - 7211 - 0 - - - 12742 - 1220 - 11463 - 0 - - - 9282 - 170 - 8457 - 0 - - - 11601 - 1769 - 10539 - 0 - - - 9715 - 1517 - 8838 - 0 - - - 9533 - 9 - 8658 - 0 - - - 8326 - 1825 - 7608 - 0 - - - 5791 - 425 - 5788 - 0 - - - 6865 - 1026 - 7070 - 0 - - - 10532 - 490 - 9587 - 0 - - - 7896 - 4389 - 5732 - 5 - - - 10106 - 668 - 9248 - 0 - - - 6484 - 705 - 7041 - 0 - - - 11210 - 904 - 10190 - 0 - - - 7964 - 4458 - 6234 - 89 - - - 11482 - 1529 - 10420 - 0 - - - 10915 - 960 - 9938 - 0 - - - 10327 - 7363 - 9353 - 16 - - - 3354 - 1069 - 3602 - 0 - - - 12272 - 646 - 11116 - 0 - - - 12473 - 1259 - 11246 - 1 - - - 11463 - 717 - 10401 - 0 - - - 11045 - 785 - 10059 - 0 - - - 5368 - 314 - 5314 - 0 - - - 8769 - 15 - 7940 - 0 - - - 7498 - 2106 - 6732 - 0 - - - 9310 - 636 - 8483 - 0 - - - 9107 - 6466 - 8055 - 1 - - - 11116 - 1338 - 10085 - 19 - - - 5046 - 113 - 4958 - 0 - - - 7696 - 4187 - 5426 - 2 - - - 819 - 1605 - 1341 - 0 - - - 9366 - 3430 - 8522 - 0 - - - 13388 - 819 - 12068 - 0 - - - 11798 - 1516 - 10720 - 0 - - - 9133 - 6508 - 8029 - 8 - - - 10238 - 7337 - 9348 - 0 - - - 8926 - 1792 - 8096 - 0 - - - 4598 - 1509 - 6395 - 0 - - - 3455 - 154 - 4648 - 0 - - - 13913 - 650 - 12490 - 0 - - - 9661 - 588 - 8793 - 0 - - - 8944 - 1494 - 8111 - 0 - - - 8484 - 1305 - 7753 - 0 - - - 13242 - 7304 - 11923 - 0 - - - 5552 - 752 - 5520 - 0 - - - 7360 - 949 - 6243 - 0 - - - 4835 - 1733 - 6657 - 0 - - - 12244 - 567 - 11092 - 0 - - - 11916 - 1361 - 10836 - 0 - - - 11490 - 539 - 10427 - 0 - - - 9824 - 1218 - 8951 - 0 - - - 2608 - 677 - 2327 - 0 - - - 4484 - 343 - 4582 - 0 - - - 11521 - 1834 - 10459 - 0 - - - 9210 - 6656 - 7935 - 3 - - - 6233 - 158 - 6282 - 0 - - - 4115 - 1605 - 4182 - 0 - - - 8615 - 1485 - 7872 - 0 - - - 5458 - 1937 - 5416 - 0 - - - 11862 - 1422 - 10779 - 0 - - - 1952 - 1466 - 1619 - 0 - - - 283 - 1027 - 757 - 0 - - - 12886 - 757 - 11606 - 0 - - - 13085 - 1643 - 11786 - 0 - - - 7704 - 4195 - 5707 - 2 - - - 8104 - 584 - 6234 - 21 - - - 2208 - 1890 - 1897 - 0 - - - 13209 - 1639 - 11889 - 0 - - - 8540 - 1071 - 7809 - 0 - - - 8886 - 1183 - 8065 - 0 - - - 11853 - 4374 - 10772 - 0 - - - 5219 - 844 - 5145 - 0 - - - 9372 - 6964 - 8029 - 19 - - - 11800 - 155 - 10724 - 0 - - - 10586 - 1012 - 9638 - 0 - - - 12729 - 1575 - 11453 - 0 - - - 13437 - 824 - 12129 - 0 - - - 11945 - 3421 - 10865 - 0 - - - 13925 - 873 - 12491 - 0 - - - 10005 - 507 - 9126 - 0 - - - 9259 - 182 - 8437 - 0 - - - 12807 - 1533 - 11520 - 0 - - - 4646 - 904 - 6446 - 0 - - - 12154 - 1004 - 11038 - 0 - - - 9396 - 1398 - 8548 - 0 - - - 2000 - 1605 - 1671 - 0 - - - 5048 - 1567 - 4960 - 0 - - - 7584 - 4600 - 6239 - 1 - - - 9628 - 990 - 8747 - 0 - - - 10462 - 1759 - 9510 - 0 - - - 7622 - 4113 - 1515 - 1 - - - 10491 - 1363 - 9538 - 0 - - - 8715 - 5763 - 7244 - 61 - - - 4781 - 1850 - 6599 - 0 - - - 10410 - 354 - 9472 - 0 - - - 8329 - 702 - 7614 - 0 - - - 7852 - 4345 - 5738 - 13 - - - 12923 - 1642 - 11627 - 0 - - - 4672 - 1548 - 6475 - 0 - - - 6279 - 1013 - 6333 - 0 - - - 8360 - 4943 - 769 - 3 - - - 11726 - 221 - 10645 - 0 - - - 6670 - 1242 - 7245 - 0 - - - 5883 - 946 - 5889 - 0 - - - 8820 - 1627 - 7990 - 0 - - - 10225 - 644 - 9332 - 0 - - - 2141 - 927 - 1824 - 0 - - - 12500 - 7194 - 11274 - 0 - - - 2827 - 752 - 2563 - 0 - - - 1921 - 3361 - 1587 - 0 - - - 6217 - 1884 - 6264 - 0 - - - 3477 - 1190 - 4670 - 0 - - - 7921 - 1447 - 5530 - 22 - - - 6771 - 1776 - 6644 - 0 - - - 3335 - 1042 - 3582 - 0 - - - 7781 - 4273 - 5709 - 2 - - - 8256 - 4753 - 5427 - 8 - - - 4543 - 618 - 6335 - 0 - - - 13014 - 156 - 11711 - 0 - - - 11114 - 4682 - 10085 - 14 - - - 1338 - 1605 - 2830 - 0 - - - 10159 - 711 - 9266 - 0 - - - 5041 - 866 - 4953 - 0 - - - 12763 - 968 - 11487 - 0 - - - 5714 - 933 - 5698 - 0 - - - 10276 - 264 - 9373 - 0 - - - 5285 - 1841 - 5217 - 0 - - - 5452 - 638 - 5409 - 0 - - - 10173 - 1917 - 9285 - 0 - - - 3319 - 644 - 3565 - 0 - - - 12218 - 774 - 11067 - 0 - - - 6684 - 308 - 7260 - 0 - - - 4936 - 2231 - 6771 - 0 - - - 10972 - 7596 - 9992 - 0 - - - 9996 - 704 - 9120 - 0 - - - 12016 - 175 - 10933 - 0 - - - 4941 - 554 - 6776 - 0 - - - 5651 - 545 - 5630 - 0 - - - 12417 - 1214 - 11196 - 0 - - - 8285 - 4782 - 6219 - 17 - - - 6824 - 1080 - 6130 - 0 - - - 12706 - 892 - 11442 - 0 - - - 10914 - 7590 - 9939 - 0 - - - 6381 - 201 - 6926 - 0 - - - 5203 - 509 - 5128 - 0 - - - 10950 - 7218 - 9977 - 0 - - - 5624 - 2041 - 5600 - 0 - - - 5022 - 176 - 4934 - 0 - - - 8268 - 4765 - 6795 - 2 - - - 1932 - 519 - 1598 - 0 - - - 8176 - 4672 - 6130 - 22 - - - 10014 - 883 - 9132 - 0 - - - 11347 - 5144 - 10266 - 4 - - - 2071 - 1649 - 1748 - 0 - - - 5511 - 419 - 5473 - 0 - - - 8297 - 598 - 7587 - 0 - - - 12360 - 1243 - 11166 - 0 - - - 10637 - 1116 - 9700 - 0 - - - 8639 - 1223 - 7895 - 0 - - - 6710 - 684 - 7289 - 0 - - - 10177 - 7329 - 9290 - 0 - - - 2568 - 918 - 2287 - 0 - - - 5223 - 1050 - 5149 - 0 - - - 6695 - 1171 - 7272 - 0 - - - 5900 - 981 - 5908 - 0 - - - 7641 - 4132 - 6792 - 43 - - - 1949 - 1872 - 1616 - 0 - - - 6702 - 1029 - 7279 - 0 - - - 5778 - 790 - 5773 - 0 - - - 12526 - 952 - 11282 - 0 - - - 5485 - 1195 - 5445 - 0 - - - 11328 - 1229 - 10296 - 0 - - - 8056 - 4551 - 6483 - 2 - - - 9354 - 762 - 8530 - 0 - - - 11531 - 1573 - 10470 - 0 - - - 12841 - 854 - 11558 - 0 - - - 13254 - 462 - 11933 - 0 - - - 7004 - 1486 - 1954 - 0 - - - 8299 - 1971 - 7590 - 0 - - - 11628 - 1360 - 10562 - 0 - - - 8782 - 1387 - 7953 - 0 - - - 12153 - 1132 - 11046 - 0 - - - 6067 - 404 - 6099 - 0 - - - 12966 - 1319 - 11663 - 0 - - - 11502 - 205 - 10440 - 0 - - - 11414 - 1903 - 10367 - 0 - - - 7871 - 4364 - 6234 - 70 - - - 8694 - 5742 - 7244 - 40 - - - 9102 - 6461 - 8061 - 1 - - - 1870 - 1801 - 1531 - 0 - - - 6228 - 1355 - 6276 - 0 - - - 9739 - 1036 - 8866 - 0 - - - 4145 - 311 - 4214 - 0 - - - 11417 - 3741 - 10371 - 0 - - - 12456 - 6660 - 11235 - 3 - - - 10597 - 349 - 9648 - 0 - - - 8793 - 1009 - 7962 - 0 - - - 11535 - 1111 - 10475 - 0 - - - 10251 - 7341 - 9303 - 2 - - - 8000 - 4494 - 6234 - 58 - - - 821 - 204 - 1343 - 0 - - - 5500 - 780 - 5462 - 0 - - - 12317 - 5723 - 10866 - 21 - - - 9645 - 1090 - 8772 - 0 - - - 9830 - 761 - 8956 - 0 - - - 10808 - 365 - 9835 - 0 - - - 9163 - 1207 - 8369 - 0 - - - 10945 - 484 - 9964 - 0 - - - 10672 - 1080 - 9731 - 0 - - - 13514 - 177 - 12182 - 0 - - - 7792 - 4284 - 6942 - 1 - - - 9902 - 1581 - 8982 - 1 - - - 13013 - 7226 - 11709 - 1 - - - 11024 - 605 - 10042 - 0 - - - 8714 - 5762 - 7244 - 60 - - - 10646 - 1349 - 9701 - 0 - - - 9773 - 7214 - 8912 - 0 - - - 9685 - 1813 - 8812 - 0 - - - 10696 - 4664 - 9700 - 6 - - - 8903 - 332 - 8073 - 0 - - - 6532 - 858 - 7094 - 0 - - - 10817 - 565 - 9845 - 0 - - - 7836 - 4329 - 6234 - 117 - - - 9508 - 7087 - 8469 - 4 - - - 10184 - 4740 - 9170 - 1 - - - 9897 - 248 - 9017 - 0 - - - 8455 - 5131 - 7610 - 3 - - - 13730 - 7045 - 8600 - 27 - - - 10031 - 787 - 9148 - 0 - - - 13044 - 771 - 11740 - 0 - - - 1993 - 1747 - 1664 - 0 - - - 11972 - 234 - 10895 - 0 - - - 5349 - 2131 - 5291 - 0 - - - 4593 - 2120 - 6389 - 0 - - - 12796 - 6509 - 10623 - 2 - - - 11654 - 5785 - 10580 - 2 - - - 10587 - 1714 - 9637 - 0 - - - 4784 - 2204 - 6602 - 0 - - - 12240 - 4294 - 11031 - 1 - - - 8247 - 4744 - 5705 - 52 - - - 11484 - 1016 - 10425 - 0 - - - 11981 - 1698 - 10910 - 0 - - - 12771 - 1605 - 11495 - 0 - - - 5240 - 1707 - 5168 - 0 - - - 7766 - 4258 - 5427 - 5 - - - 10610 - 1143 - 9661 - 0 - - - 2928 - 955 - 2673 - 0 - - - 8420 - 5081 - 6792 - 72 - - - 8252 - 4749 - 5901 - 2 - - - 4610 - 1639 - 6408 - 0 - - - 8662 - 5710 - 7244 - 8 - - - 6350 - 1960 - 6893 - 0 - - - 9650 - 7187 - 8777 - 0 - - - 5611 - 699 - 5585 - 0 - - - 11519 - 850 - 10460 - 0 - - - 9423 - 1605 - 8573 - 0 - - - 13961 - 523 - 12527 - 0 - - - 12835 - 4125 - 10671 - 5 - - - 12160 - 1853 - 11049 - 0 - - - 9997 - 376 - 9122 - 0 - - - 9622 - 127 - 8755 - 0 - - - 2317 - 1992 - 2016 - 0 - - - 5802 - 1477 - 5801 - 0 - - - 9330 - 1579 - 8495 - 0 - - - 5404 - 625 - 5356 - 0 - - - 9635 - 1120 - 8762 - 0 - - - 8278 - 768 - 6464 - 2 - - - 11038 - 1202 - 10056 - 0 - - - 9352 - 1265 - 8526 - 0 - - - 4128 - 1605 - 4196 - 0 - - - 10636 - 4707 - 9683 - 0 - - - 7640 - 4131 - 6792 - 8 - - - 7975 - 4469 - 6267 - 3 - - - 11565 - 758 - 10508 - 0 - - - 4789 - 2210 - 6608 - 0 - - - 1765 - 177 - 1417 - 0 - - - 11839 - 551 - 10764 - 0 - - - 12419 - 1521 - 11200 - 0 - - - 2209 - 1748 - 1898 - 0 - - - 11996 - 1284 - 10919 - 0 - - - 8433 - 5094 - 1306 - 1 - - - 7760 - 4252 - 6234 - 112 - - - 7680 - 4171 - 5719 - 1 - - - 2926 - 1215 - 2671 - 0 - - - 9085 - 184 - 7965 - 1 - - - 10497 - 7398 - 8833 - 6 - - - 9095 - 6426 - 8167 - 1 - - - 6546 - 1813 - 7108 - 0 - - - 8811 - 1073 - 7974 + 8647 + 1335 + 7842 0 - 12997 - 964 - 11693 + 8940 + 1335 + 8110 0 - 4790 - 2211 - 6609 + 2853 + 1335 + 2591 0 - 10091 - 1733 - 9196 + 13146 + 1335 + 11835 0 - 2264 - 1615 - 1958 + 11509 + 1335 + 10448 0 - 6395 - 1098 - 6942 + 6181 + 1335 + 6223 0 @@ -45443,424 +41,4 @@ 10567 0 - - 5725 - 209 - 5712 - 0 - - - 9364 - 785 - 8534 - 0 - - - 4901 - 973 - 6730 - 0 - - - 6509 - 1511 - 7068 - 0 - - - 2439 - 3421 - 2146 - 0 - - - 5820 - 955 - 5820 - 0 - - - 8227 - 4724 - 1664 - 20 - - - 10684 - 4403 - 9682 - 2 - - - 8610 - 1144 - 7869 - 0 - - - 11480 - 1053 - 10422 - 0 - - - 8324 - 651 - 7607 - 0 - - - 6387 - 1128 - 6933 - 0 - - - 12867 - 1934 - 11575 - 0 - - - 8977 - 1141 - 8150 - 0 - - - 9784 - 1080 - 8907 - 0 - - - 5637 - 908 - 5615 - 0 - - - 4761 - 874 - 6577 - 0 - - - 8495 - 487 - 7769 - 0 - - - 278 - 1389 - 752 - 0 - - - 13546 - 1581 - 12210 - 1 - - - 6514 - 965 - 7074 - 0 - - - 955 - 278 - 315 - 0 - - - 13087 - 765 - 11785 - 0 - - - 8851 - 556 - 8027 - 0 - - - 13273 - 957 - 11956 - 0 - - - 13265 - 863 - 11939 - 0 - - - 11205 - 1605 - 10184 - 0 - - - 8783 - 1347 - 7951 - 0 - - - 8091 - 4586 - 1821 - 1 - - - 10985 - 1749 - 10004 - 0 - - - 3323 - 643 - 3569 - 0 - - - 12880 - 1172 - 11582 - 0 - - - 11297 - 1252 - 10263 - 0 - - - 9586 - 191 - 8713 - 0 - - - 9356 - 1440 - 8520 - 0 - - - 4681 - 266 - 6485 - 0 - - - 9900 - 7250 - 9019 - 0 - - - 12820 - 1976 - 11538 - 0 - - - 9556 - 4400 - 8600 - 5 - - - 2263 - 1846 - 1957 - 0 - - - 9109 - 6468 - 8055 - 3 - - - 7690 - 4181 - 5901 - 1 - - - 3684 - 1544 - 3719 - 0 - - - 7363 - 185 - 6287 - 0 - - - 9695 - 187 - 8822 - 0 - - - 13776 - 1063 - 12377 - 0 - - - 5385 - 1351 - 5333 - 0 - - - 10044 - 679 - 9160 - 0 - - - 11443 - 1736 - 10381 - 1 - - - 11710 - 1193 - 10630 - 0 - - - 7765 - 3648 - 6234 - 1 - - - 12026 - 1665 - 10940 - 0 - - - 10913 - 1211 - 9937 - 0 - - - 8618 - 1179 - 7873 - 0 - - - 6218 - 2236 - 6265 - 0 - - - 11977 - 962 - 10923 - 0 - - - 5752 - 717 - 5742 - 0 - - - 7851 - 4344 - 5741 - 9 - - - 2271 - 658 - 1965 - 0 - - - 9392 - 1443 - 8562 - 0 - - - 8910 - 145 - 8079 - 0 - - - 5936 - 843 - 5950 - 0 - - - 11404 - 697 - 10356 - 0 - - - 4674 - 511 - 6477 - 0 - - - 10191 - 7334 - 9304 - 0 - - - 8947 - 913 - 8117 - 0 - - - 7941 - 4435 - 6130 - 19 - - - 10370 - 732 - 8826 - 2 - - - 8279 - 4776 - 6234 - 115 - - - 9122 - 4481 - 7940 - 5 - - + \ No newline at end of file diff --git a/temp/grant_award.xml b/temp/grant_award.xml index a2a7bbfe29..7f577138a1 100644 --- a/temp/grant_award.xml +++ b/temp/grant_award.xml @@ -1,128501 +1,79 @@ - 315 - 278 - 7 - 07CH7046 - 2009-07-01 - 2025-06-30 - CH - Unified School District 383 - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F12903 - L12903 - 12903@hsesinfo.org - - - - - - - 468 - 1605 - 13 - 90CH0065 - 2011-01-01 - 2012-12-31 - CH - CDI/ Muncie, IN - Inactive - - - - - - - - - - - - - 470 - 1605 - 13 - 90CH0066 - 2011-01-01 - 2012-12-31 - CH - CDI/ Eastern, OK - Inactive - - - - - - - - - - - - - 472 - 1605 - 13 - 90CH0067 - 2011-02-01 - 2013-01-31 - CH - CDI/Bamberg Co. SC - Inactive - - - - - - - - - - - - - 479 - 1512 - 1 - 01CH1524 - 2011-03-01 - 2025-06-30 - CH - MERIDEN YOUNG MENS CHRISTIAN ASSOCIATION, INC. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F25190 - L25190 - 25190@hsesinfo.org - - - - - - - 483 - 1605 - 13 - 90CH0068 - 2011-03-01 - 2013-02-28 - CH - CDI/ Madison County, IN - Inactive - - - - - - - - - - - - - 484 - 1605 - 13 - 90CH0069 - 2011-03-01 - 2013-02-28 - CH - CDI/ Frederick County, MD - Inactive - - - - - - - - - - - - - 487 - 1605 - 13 - 90CH0070 - 2011-03-07 - 2015-03-06 - CH - CDI/ Southeastern Tidewater, VA - Inactive - - - - - - - - - - - - - 488 - 1605 - 13 - 90CH0071 - 2011-03-01 - 2020-02-28 - CH - CDI/ Augusta, KS - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - - - - - - - 489 - 1605 - 13 - 90CH0072 - 2011-04-01 - 2013-03-31 - CH - CDI/ HS Brooklyn, NY - Inactive - - - - - - - - - - - - - 490 - 288 - 4 - 04CH4625 - 2011-04-01 - 2025-06-30 - CH - Charleston County School District - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 749 - 1541 - 3 - 03CH3370 - 2012-07-01 - 2017-06-30 - CH - Hampton Roads Community Action Program, Inc. - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - - - - - - - 750 - 1336 - 3 - 03CH3369 - 2012-07-01 - 2017-06-30 - CH - CHILDREN'S CENTER, THE - Inactive - - - - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 751 - 1521 - 3 - 03CH3380 - 2013-07-01 - 2019-04-30 - CH - Northern Virginia Family Service - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F32243 - L32243 - 32243@hsesinfo.org - - - - - - - 752 - 1389 - 3 - 03CH3381 - 2013-07-01 - 2018-06-30 - CH - KANAWHA COUNTY BOARD OF EDUCATION - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F43578 - L43578 - 43578@hsesinfo.org - - - - - - - 753 - 1357 - 3 - 03CH3382 - 2013-07-01 - 2019-02-28 - CH - Tri-County Virginia OIC, Inc. - Inactive - - - - F2437 - L2437 - 2437@hsesinfo.org - - - - - - - 754 - 1621 - 3 - 03CH3383 - 2013-07-01 - 2018-11-30 - CH - Augusta County School Board - Inactive - - - - F23816 - L23816 - 23816@hsesinfo.org - - - - - - - 755 - 1647 - 9 - 09CH9107 - 2013-07-01 - 2018-06-30 - CH - GLENN COUNTY OFFICE OF EDUCATION - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - - - - - - - 756 - 1605 - 13 - 90CH0102 - 2013-06-01 - 2016-01-31 - CH - CDI HS/ Montgomery Co. - Inactive - - - - - - - - - - - - - 757 - 1027 - 5 - 05CH8308 - 2013-09-01 - 2019-06-30 - CH - Decatur-Macon County Opportunities Corporation - Inactive - F44011 - L44011 - 44011@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 758 - 737 - 3 - 03CH3384 - 2013-07-01 - 2018-06-30 - CH - School District of Pittsburgh - Inactive - - - - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 759 - 1881 - 3 - 03CH3385 - 2013-07-01 - 2018-06-30 - CH - The Improvement Association - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - - - - - - - 760 - 1731 - 3 - 03CH3386 - 2013-07-01 - 2018-06-30 - CH - Orange County Public Schools - Inactive - - - - F37589 - L37589 - 37589@hsesinfo.org - - - - - - - 761 - 1911 - 3 - 03CH3387 - 2013-07-01 - 2018-06-30 - CH - Clinch Valley Community Action, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F32243 - L32243 - 32243@hsesinfo.org - - - - - - - 762 - 1309 - 3 - 03CH3388 - 2013-07-01 - 2018-12-31 - CH - MOUNTAIN COMMUNITY ACTION PROGRAM INC - Inactive - - - - F32243 - L32243 - 32243@hsesinfo.org - - - - - - - 763 - 660 - 3 - 03CH3389 - 2013-07-01 - 2018-06-30 - CH - Community Action Partnership of Lancaster County, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - - - - - - - 764 - 441 - 3 - 03CH3390 - 2013-07-01 - 2018-06-30 - CH - Monroe County Board of Education - Inactive - - - - F11796 - L11796 - 11796@hsesinfo.org - - - - - - - 765 - 868 - 5 - 05CH8307 - 2013-07-01 - 2018-12-31 - CH - B.C.M.W. Community Services, Inc. - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F43022 - L43022 - 43022@hsesinfo.org - - - - - - - 766 - 1571 - 5 - 05CH8310 - 2013-07-01 - 2018-06-30 - CH - Northwestern Illinois Community Action Agency, Inc. - Inactive - - - - F33449 - L33449 - 33449@hsesinfo.org - - - - - - - 767 - 3543 - 5 - 05CH8327 - 2013-07-01 - 2018-07-31 - CH - Genesee Intermediate School District - Inactive - - - - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 768 - 3546 - 5 - 05CH8328 - 2013-07-01 - 2018-10-31 - CH - Kalamazoo Regional Educational Service Agency - Inactive - - - - - - - - - - - - - 769 - 3545 - 5 - 05CH8329 - 2013-07-01 - 2018-06-30 - CH - WASHTENAW INTERMEDIATE SCHOOL DISTRICT - Inactive - F44271 - L44271 - 44271@hsesinfo.org - - - - - - - - - - 770 - 405 - 8 - 08CH1009 - 2013-07-01 - 2018-06-30 - CH - Upper Arkansas Area Council of Governments - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - - - - - - - 771 - 295 - 1 - 01CH2925 - 2013-07-01 - 2018-06-30 - CH - The Opportunity Alliance - Inactive - - - - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 772 - 491 - 11 - 90CI9813 - 2013-07-01 - 2018-06-30 - CI - Upper Skagit Indian Tribe - Inactive - F47779 - L47779 - 47779@hsesinfo.org - - - - - - - - - - 773 - 404 - 2 - 02CH3031 - 2013-07-01 - 2018-12-31 - CH - Shira Association, Inc. - Inactive - F2339 - L2339 - 2339@hsesinfo.org - - - - - - - - - - 774 - 282 - 6 - 06CH7064 - 2013-07-01 - 2018-08-31 - CH - St. Mary Community Action Agency, Inc. - Inactive - - - - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 775 - 1903 - 6 - 06CH7083 - 2013-07-01 - 2018-08-31 - CH - CITY OF ALBUQUERQUE EARLY HEAD START - Inactive - - - - F41654 - L41654 - 41654@hsesinfo.org - - - - - - - 776 - 670 - 6 - 06CH7076 - 2013-07-01 - 2019-06-30 - CH - Bakerripley - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 777 - 858 - 6 - 06CH7084 - 2013-07-01 - 2018-06-30 - CH - PARIS INDEPENDENT SCHOOL DISTRICT - Inactive - - - - F2207 - L2207 - 2207@hsesinfo.org - - - - - - - 778 - 1360 - 6 - 06CH7078 - 2013-07-01 - 2019-01-31 - CH - Crossroads Youth & Family Services, Inc. - Inactive - - - - F41383 - L41383 - 41383@hsesinfo.org - - - - - - - 779 - 3422 - 6 - 06CH7074 - 2013-07-01 - 2019-01-31 - CH - City of San Antonio - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 780 - 319 - 6 - 06CH7072 - 2013-07-01 - 2018-08-31 - CH - COMMUNITY ACTION, INC. OF CENTRAL TEXAS - Inactive - - - - F2193 - L2193 - 2193@hsesinfo.org - - - - - - - 781 - 3702 - 7 - 07CH7052 - 2013-07-01 - 2018-06-30 - CH - Growing Futures Early Education Center, Inc. - Inactive - - - - F13558 - L13558 - 13558@hsesinfo.org - - - - - - - 782 - 417 - 6 - 06CH7081 - 2013-07-01 - 2018-06-30 - CH - HELP - New Mexico, Inc. - Inactive - - - - - - - - - - - - - 783 - 724 - 6 - 06CH7075 - 2013-07-01 - 2019-01-31 - CH - EDUCATION SERVICE CENTER REGION 20 - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2193 - L2193 - 2193@hsesinfo.org - - - - - - - 784 - 1139 - 4 - 04CH4647 - 2013-07-01 - 2018-06-30 - CH - Family Services Inc. - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - - - - - - 785 - 1531 - 7 - 07CH7053 - 2013-07-01 - 2018-06-30 - CH - CLAY COUNTY CHILD CARE CENTER - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F12903 - L12903 - 12903@hsesinfo.org - - - - - - - 786 - 1922 - 4 - 04CH4648 - 2013-07-01 - 2018-07-31 - CH - CHESTERFIELD-MARLBORO ECONOMIC OPPORTUNITY COUNCIL, INC - Inactive - F33579 - L33579 - 33579@hsesinfo.org - - - - - - - - - - 787 - 620 - 4 - 04CH4649 - 2013-07-01 - 2018-12-31 - CH - Kentucky River Foothills Development Council Inc. - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - - - - - - - 788 - 3741 - 6 - 06CH7073 - 2013-07-01 - 2018-08-31 - CH - BCFS Education Services - Inactive - - - - F2204 - L2204 - 2204@hsesinfo.org - - - - - - - 789 - 1152 - 4 - 04CH4656 - 2013-07-01 - 2018-06-30 - CH - BALDWIN COUNTY SCHOOL DISTRICT - Inactive - - - - F43625 - L43625 - 43625@hsesinfo.org - - - - - - - 790 - 459 - 4 - 04CH4657 - 2013-07-01 - 2018-06-30 - CH - EARLY EDUCATION AND CARE INC - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - - - - - - - 791 - 588 - 4 - 04CH4658 - 2013-07-01 - 2018-03-31 - CH - Tallatoona Community Action Partnership, Inc. - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 792 - 502 - 4 - 04CH4654 - 2013-07-01 - 2018-06-30 - CH - Northern Kentucky Community Action Commission, Inc. - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - - - - - - - 793 - 605 - 2 - 02CH3002 - 2012-06-01 - 2017-05-31 - CH - Northside Center for Child Development - Inactive - - - - F43949 - L43949 - 43949@hsesinfo.org - - - - - - - 794 - 1605 - 13 - 90CH0094 - 2012-12-01 - 2015-11-30 - CH - CDI HS/ Farmville - Inactive - - - - - - - - - - - - - 795 - 1476 - 4 - 04CH4659 - 2013-07-01 - 2018-06-30 - CH - BRECKINRIDGE COUNTY BOARD OF EDUCATION - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - - - - - - - 796 - 909 - 4 - 04CH4655 - 2013-07-01 - 2018-06-30 - CH - Community Action Partnership Of North Alabama, Inc. - Inactive - - - - F42667 - L42667 - 42667@hsesinfo.org - - - - - - - 797 - 1610 - 4 - 04CH4660 - 2013-07-01 - 2018-09-29 - CH - Talladega Clay Randolph Child Care Corporation - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 798 - 1198 - 4 - 04CH4661 - 2013-07-01 - 2020-09-30 - CH - Licking Valley Community Action Program Council, Inc. - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - - - - - - 799 - 1484 - 6 - 06CH7085 - 2013-08-01 - 2018-07-31 - CH - Greenville Independent School District - Inactive - - - - F2207 - L2207 - 2207@hsesinfo.org - - - - - - - 800 - 1656 - 5 - 05CH8345 - 2013-09-01 - 2019-08-31 - CH - West Central Community Services, Inc. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - - - - - - - 801 - 912 - 5 - 05CH8344 - 2013-09-01 - 2018-08-31 - CH - East Central Illinois Community Action Agency - Inactive - - - - - - - - - - - - - 802 - 1956 - 5 - 05CH8330 - 2013-09-01 - 2018-08-31 - CH - County of Macomb - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - - - - - - 803 - 1293 - 6 - 06CH7077 - 2013-08-01 - 2019-06-30 - CH - Lincoln Total Community Action, Inc. - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 804 - 1605 - 13 - 90CH0106 - 2013-04-01 - 2015-03-31 - CH - CDI HS/Rapides Parish - Inactive - - - - - - - - - - - - - 829 - 1895 - 13 - 90CH0064 - 2010-07-01 - 2011-06-30 - CH - Cook Inlet Native Head Start - Inactive - - - - - - - - - - - - - 830 - 1895 - 11 - 90CI9811 - 2010-09-01 - 2025-06-30 - CI - Cook Inlet Native Head Start - Inactive - - - - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 858 - 264 - 12 - 90CM9795 - 2010-11-01 - 2013-10-31 - CM - ABSAROKA, INC - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - - - - - - - 1290 - 1454 - 12 - 90CM9776 - 2012-05-01 - 2017-04-30 - CM - ROCKY MOUNTAIN SER/JOBS FOR PROGRESS, INC - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - - - - - - - 1291 - 1605 - 13 - 90CH0078 - 2012-01-01 - 2013-12-31 - CH - CDI/ Monroe Co, - Inactive - - - - - - - - - - - - - 1293 - 1792 - 1 - 01CH1528 - 2012-05-01 - 2017-09-15 - CH - Pathways for Children, Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F13406 - L13406 - 13406@hsesinfo.org - - - - - - - 1294 - 1626 - 4 - 04CH4643 - 2012-07-01 - 2017-06-30 - CH - Sumter School District - Inactive - - - - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 1295 - 1605 - 13 - 90CH0087 - 2012-09-01 - 2017-08-31 - CH - CDI HS/Tecumseh, OK - Inactive - F27052 - L27052 - 27052@hsesinfo.org - F40193 - L40193 - 40193@hsesinfo.org - - - - - - - 1301 - 1605 - 13 - 90CH0096 - 2013-04-01 - 2014-03-31 - CH - CDI/ HS Atlantic City - Inactive - - - - - - - - - - - - - 1302 - 1605 - 13 - 90CH0097 - 2013-04-01 - 2015-03-31 - CH - CDI/ HS Jacksonville - Inactive - - - - - - - - - - - - - 1304 - 1745 - 2 - 02CH3004 - 2013-05-01 - 2019-01-31 - CH - Quintana Baptist Church Head Start Program - Inactive - F2342 - L2342 - 2342@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - - - - - - - 1305 - 1402 - 4 - 04CH4644 - 2013-05-01 - 2018-07-31 - CH - Lutheran Services Florida, Inc. - Inactive - - - - - - - - - - - - - 1306 - 892 - 12 - 90CM9796 - 2013-07-01 - 2019-10-31 - CM - East Coast Migrant Head Start Project - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - - - - - - - 1307 - 752 - 12 - 90CM9777 - 2013-07-01 - 2019-01-31 - CM - Telamon Corporation - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F39971 - L39971 - 39971@hsesinfo.org - - - - - - - 1308 - 1146 - 12 - 90CM9778 - 2013-07-01 - 2018-06-30 - CM - NYS Federation of Growers & Processors Associations Inc. - Inactive - F47622 - L47622 - 47622@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - - - - - - - 1309 - 1029 - 12 - 90CM9797 - 2013-07-01 - 2018-04-30 - CM - E Center - Inactive - F11856 - L11856 - 11856@hsesinfo.org - - - - - - - - - - 1310 - 1892 - 10 - 10CH0186 - 2013-07-01 - 2018-06-30 - CH - Head Start of Yamhill County - Inactive - - - - - - - - - - - - - 1311 - 1667 - 10 - 10CH0187 - 2013-07-01 - 2018-10-31 - CH - Puget Sound Educational Service District - Inactive - F14039 - L14039 - 14039@hsesinfo.org - F2421 - L2421 - 2421@hsesinfo.org - - - - - - - 1313 - 1561 - 3 - 03CH3373 - 2013-07-01 - 2018-07-31 - CH - NICHOLAS COMMUNITY ACTION PARTNERSHIP INC - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F44345 - L44345 - 44345@hsesinfo.org - - - - - - - 1314 - 644 - 6 - 06CH0006 - 2013-06-01 - 2018-12-31 - CH - Save the Children Federation, Inc. - Inactive - - - - - - - - - - - - - 1315 - 3547 - 3 - 03CH3374 - 2013-07-01 - 2019-03-31 - CH - BOARD OF EDUCATION OF CALVERT COUNTY, INC - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F30521 - L30521 - 30521@hsesinfo.org - - - - - - - 1316 - 3542 - 3 - 03CH3375 - 2013-07-01 - 2019-03-31 - CH - Board of Education of St Mary's County - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F30521 - L30521 - 30521@hsesinfo.org - - - - - - - 1317 - 875 - 3 - 03CH3376 - 2013-07-01 - 2018-06-30 - CH - SOUTHERN MARYLAND TRI-COUNTY COMMUNITY ACTION COMMITTEE, INC - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - - - - - - - 1318 - 1471 - 3 - 03CH3377 - 2013-07-01 - 2018-06-30 - CH - Jefferson-Clarion Head Start, Inc. - Inactive - - - - F44345 - L44345 - 44345@hsesinfo.org - - - - - - - 1319 - 146 - 3 - 03CH3378 - 2013-07-01 - 2019-02-28 - CH - MONTICELLO AREA COMMUNITY ACTION AGENCY - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F44251 - L44251 - 44251@hsesinfo.org - - - - - - - 1320 - 225 - 3 - 03CH3379 - 2013-07-01 - 2018-06-30 - CH - FAMILY SERVICES, INC. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 1333 - 1605 - 13 - 90CH0030 - 2007-08-20 - 2012-08-19 - CH - CDI/Riverside and San Diego Counties, CA - Inactive - - - - - - - - - - - - - 1335 - 1623 - 11 - 90CI9809 - 2007-11-01 - 2025-06-30 - CI - SMITH RIVER RANCHERIA - Inactive - F33086 - L33086 - 33086@hsesinfo.org - - - - - - - - - - 1336 - 1605 - 13 - 90CH0031 - 2007-09-01 - 2011-08-31 - CH - CDI/Newark, NJ EHS - Inactive - - - - F266 - L266 - 266@hsesinfo.org - - - - - - - 1337 - 1605 - 13 - 90CH0032 - 2007-10-01 - 2012-09-29 - CH - CDI/Camden, NJ - Inactive - - - - - - - - - - - - - 1338 - 1605 - 13 - 90CH0033 - 2007-10-24 - 2009-10-23 - CH - CDI/ Central Ward, Newark, NJ - Inactive - - - - F266 - L266 - 266@hsesinfo.org - - - - - - - 1339 - 1605 - 13 - 90CH0034 - 2007-10-24 - 2009-10-23 - CH - CDI/Providence and Blackstone Valley, RI - Inactive - - - - F266 - L266 - 266@hsesinfo.org - - - - - - - 1340 - 826 - 4 - 04CH4623 - 2007-11-01 - 2015-12-31 - CH - School Board of Polk County - Inactive - F13740 - L13740 - 13740@hsesinfo.org - - - - - - - - - - 1341 - 1605 - 13 - 90CH0035 - 2007-12-01 - 2012-11-30 - CH - CDI/Jefferson Davis Parish, LA - Inactive - - - - - - - - - - - - - 1342 - 1605 - 13 - 90CH0036 - 2008-02-01 - 2011-01-31 - CH - CDI/Big Horn Basin, WY - Inactive - - - - F266 - L266 - 266@hsesinfo.org - - - - - - - 1343 - 204 - 11 - 90CI9810 - 2008-07-01 - 2025-06-30 - CI - ISWA Development Corporation - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - - - - - - - 1344 - 247 - 6 - 06CH7052 - 2008-02-01 - 2025-06-30 - CH - West Baton Rouge Parish School Board - Inactive - - - - F2204 - L2204 - 2204@hsesinfo.org - - - - - - - 1346 - 1736 - 9 - 09CH9084 - 2008-04-01 - 2010-03-31 - CH - Acelero Learning Clark County - Inactive - - - - - - - - - - - - - 1354 - 1605 - 13 - 90CH0037 - 2008-03-18 - 2011-03-17 - CH - CDI/Fulton County, GA - Inactive - - - - F266 - L266 - 266@hsesinfo.org - - - - - - - 1355 - 450 - 1 - 01CH1522 - 2008-05-01 - 2012-04-30 - CH - SOMERVILLE MENTAL HEALTH ASSOCIATION - Inactive - - - - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 1357 - 1605 - 4 - 04CH4619 - 2005-08-01 - 2008-02-28 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1359 - 550 - 11 - 90CI9804 - 2005-08-01 - 2025-06-30 - CI - Oglala Lakota College - Inactive - - - - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 1360 - 240 - 2 - 02CH9946 - 2005-09-01 - 2014-06-30 - CH - Saratoga County Economic Opportunity Council, Inc. - Inactive - F2339 - L2339 - 2339@hsesinfo.org - F13554 - L13554 - 13554@hsesinfo.org - - - - - - - 1361 - 1581 - 2 - 02CH9947 - 2005-09-01 - 2025-06-30 - CH - Acelero Learning Camden Early Head Start Program - Inactive - - - - - - - - - - - - - 1363 - 1605 - 6 - 06CH7047 - 2005-09-01 - 2008-11-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1364 - 1605 - 6 - 06CH7048 - 2005-09-01 - 2006-08-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1365 - 1605 - 6 - 06CH7049 - 2005-09-01 - 2007-11-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - F2204 - L2204 - 2204@hsesinfo.org - - - - - - - 1401 - 1605 - 9 - 09CH9064 - 2005-09-24 - 2007-04-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1413 - 1887 - 2 - 02CH9948 - 2005-09-30 - 2011-03-31 - CH - Acelero Learning Monmouth/Middlesex County - Inactive - - - - - - - - - - - - - 1414 - 1605 - 1 - 01CH1519 - 2005-10-01 - 2007-05-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1415 - 671 - 7 - 07CH7045 - 2005-11-01 - 2013-07-15 - CH - MID AMERICA REGIONAL COUNCIL - Inactive - F11828 - L11828 - 11828@hsesinfo.org - - - - - - - - - - 1416 - 1605 - 9 - 09CH9065 - 2005-11-01 - 2007-01-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1417 - 177 - 5 - 05CH8265 - 2005-10-24 - 2025-06-30 - CH - Saginaw Intermediate School District - Inactive - - - - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 1418 - 1605 - 3 - 03CH3352 - 2005-11-01 - 2006-10-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1419 - 1605 - 1 - 01CH1520 - 2005-11-24 - 2008-05-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1420 - 1605 - 1 - 01CH1521 - 2005-11-28 - 2007-11-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1423 - 615 - 3 - 03CH3353 - 2006-01-01 - 2015-12-31 - CH - Tuscarora Intermediate Unit #11 - Inactive - - - - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 1427 - 3412 - 3 - 03CH3354 - 2006-01-04 - 2008-03-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1432 - 1605 - 9 - 09CH9066 - 2006-02-14 - 2008-10-15 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1435 - 3413 - 4 - 04CH4620 - 2006-02-01 - 2007-01-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1438 - 1605 - 3 - 03CH3355 - 2006-02-27 - 2008-06-16 - CH - Community Development Institute Head Start - Inactive - - - - - - - - - - - - - 1443 - 1691 - 2 - 02CH9896 - 2001-03-01 - 2025-06-30 - CH - Diocese of Mayaguez - Inactive - F2342 - L2342 - 2342@hsesinfo.org - - - - - - - - - - 1451 - 231 - 7 - 07CH7032 - 2001-04-01 - 2015-06-30 - CH - GRACE HILL SETTLEMENT HOUSE - Inactive - F11828 - L11828 - 11828@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - - - - - - - 1452 - 245 - 8 - 08CH0127 - 2001-04-01 - 2015-03-31 - CH - CENTRO DE LA FAMILIA DE UTAH - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - - - - - - 1453 - 3242 - 2 - 02CH9897 - 2001-03-12 - 2025-06-30 - CH - Westchester Community Opportunity Program, Inc. Interim - Inactive - - - - - - - - - - - - - 1474 - 3255 - 2 - 02CH9898 - 2001-05-01 - 2025-06-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1475 - 1074 - 9 - 09CH9058 - 2001-06-01 - 2025-06-30 - CH - Child Start Incorporated - Inactive - - - - - - - - - - - - - 1476 - 3256 - 3 - 03CH3312 - 2001-05-29 - 2002-09-30 - CH - Community Development Institute Head Start - Inactive - - - - - - - - - - - - - 1477 - 3257 - 4 - 04CH4588 - 2001-06-01 - 2025-06-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE - Inactive - - - - - - - - - - - - - 1479 - 246 - 4 - 04CH4589 - 2002-06-01 - 2007-05-31 - CH - Child Care Resource Network, Inc. - Inactive - - - - - - - - - - - - - 1480 - 3259 - 8 - 08CH0128 - 2001-06-01 - 2002-09-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1481 - 1552 - 10 - 10CH0170 - 2001-07-01 - 2015-06-30 - CH - NeighborImpact - Inactive - F14039 - L14039 - 14039@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - - - - - - - 1483 - 3261 - 6 - 06CH7011 - 2004-07-01 - 2005-08-12 - CH - SOUTHSIDE DEVELOPMENT CORPORATION - Inactive - - - - - - - - - - - - - 1485 - 3262 - 6 - 06CH7012 - 2001-07-01 - 2002-08-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1486 - 1317 - 1 - 01CH1507 - 2001-08-01 - 2016-06-30 - CH - EASTERN CONNECTICUT REGIONAL EDUCATIONAL SERVICE CENTER - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F13406 - L13406 - 13406@hsesinfo.org - - - - - - - 1487 - 1952 - 2 - 02CH9899 - 2001-09-01 - 2025-06-30 - CH - New Square Community Improvement Council, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - - - - - - - 1488 - 120 - 3 - 03CH3313 - 2001-09-30 - 2025-06-30 - CH - UNIVERSITY OF PITTSBURGH, OFFICE OF CHILD DEVELOPMENT - Inactive - F2417 - L2417 - 2417@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 1489 - 3263 - 3 - 03CH3314 - 2001-09-01 - 2025-06-30 - CH - UNIVERSITY OF MARYLAND, UNIVERSITY COLLEGE - Inactive - - - - - - - - - - - - - 1490 - 1077 - 3 - 03CH3315 - 2001-09-01 - 2025-06-30 - CH - Rosemount Center - Inactive - - - - - - - - - - - - - 1491 - 3264 - 3 - 03CH3316 - 2001-07-16 - 2002-07-15 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1494 - 3265 - 1 - 01CH1508 - 2001-06-04 - 2002-12-31 - CH - ANDROSCOGGIN HEAD START & CHILD CARE - Inactive - - - - - - - - - - - - - 1512 - 195 - 4 - 04CH4590 - 2001-09-01 - 2025-06-30 - CH - Sumter Co. School District 17 - Inactive - F13510 - L13510 - 13510@hsesinfo.org - - - - - - - - - - 1515 - 793 - 3 - 03CH3317 - 2001-09-01 - 2015-08-31 - CH - Seton Hill Child Services, Inc. - Inactive - - - - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 1517 - 1350 - 7 - 07CH7033 - 2001-09-01 - 2015-08-31 - CH - THE SALVATION ARMY - Inactive - F47594 - L47594 - 47594@hsesinfo.org - - - - - - - - - - 1518 - 3274 - 3 - 03CH3318 - 2001-08-01 - 2002-07-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1520 - 3276 - 3 - 03CH3319 - 2001-08-20 - 2002-08-19 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1521 - 1919 - 2 - 02CH9900 - 2001-09-01 - 2025-06-30 - CH - Community Action Program for Madison County - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 1522 - 557 - 3 - 03CH3320 - 2001-07-01 - 2025-06-30 - CH - SPECIAL PEOPLE IN NORTHEAST, INC. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - - - - - - - - - - 1524 - 886 - 6 - 06CH7029 - 2004-06-01 - 2008-12-31 - CH - AMARILLO INDEPENDENT SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 1528 - 1480 - 2 - 02CH9901 - 2001-09-01 - 2014-08-31 - CH - VNS HOME CARE - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F13554 - L13554 - 13554@hsesinfo.org - - - - - - - 1531 - 1801 - 4 - 04CH4591 - 2001-09-01 - 2025-06-30 - CH - FLORIDA STATE UNIVERSITY - Inactive - - - - F11756 - L11756 - 11756@hsesinfo.org - - - - - - - 1532 - 1196 - 4 - 04CH4592 - 2001-09-01 - 2014-08-31 - CH - Verner - Inactive - F13740 - L13740 - 13740@hsesinfo.org - - - - - - - - - - 1533 - 439 - 2 - 02CH9902 - 2001-09-01 - 2025-06-30 - CH - Kingsbridge Heights Community Center, Inc. - Inactive - - - - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 1539 - 306 - 4 - 04CH4593 - 2001-09-01 - 2016-08-31 - CH - Family Service Center - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 1541 - 856 - 10 - 10CH0171 - 2001-09-01 - 2013-08-31 - CH - CHILDREN'S HOME SOCIETY OF WASHINGTON - Inactive - - - - - - - - - - - - - 1542 - 3284 - 3 - 03CH3321 - 2001-09-01 - 2002-10-31 - CH - CIVIC SENIOR CITIZENS CLUB OF BEAVER COUNTY - Inactive - - - - - - - - - - - - - 1545 - 1865 - 2 - 02CH9903 - 2007-09-01 - 2009-08-31 - CH - Municipality of San Sebastian - Inactive - - - - - - - - - - - - - 1547 - 3288 - 2 - 02CH9904 - 2001-09-01 - - CH - Community Action Program for Madison County, Inc. - Inactive - - - - - - - - - - - - - 1563 - 397 - 8 - 08CH0129 - 2001-07-01 - 2025-06-30 - CH - THE CHILDREN'S LEARNING CENTER - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F3061 - L3061 - 3061@hsesinfo.org - - - - - - - 1567 - 497 - 2 - 02CH9929 - 2003-05-01 - 2025-06-30 - CH - Parsons Child & Family Center - Inactive - F2340 - L2340 - 2340@hsesinfo.org - - - - - - - - - - 1568 - 3358 - 6 - 06CH7030 - 2003-05-01 - 2005-01-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1569 - 3359 - 3 - 03CH3337 - 2003-05-01 - 2004-10-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1570 - 301 - 3 - 03CH3338 - 2003-07-01 - 2025-06-30 - CH - County of Culpeper Department of Social Services - Inactive - - - - - - - - - - - - - 1571 - 863 - 3 - 03CH3339 - 2003-06-01 - 2025-06-30 - CH - PathStone - Inactive - F2417 - L2417 - 2417@hsesinfo.org - F14544 - L14544 - 14544@hsesinfo.org - - - - - - - 1572 - 1784 - 9 - 09CH9059 - 2002-07-01 - - CH - SIERRA CASCADE FAMILIY OPPORTUNITIES, INC - Inactive - - - - - - - - - - - - - 1573 - 1336 - 3 - 03CH3340 - 2003-07-01 - 2025-06-30 - CH - Children's Center (The) - Inactive - F2417 - L2417 - 2417@hsesinfo.org - - - - - - - - - - 1574 - 450 - 1 - 01CH1514 - 2003-05-01 - 2025-06-30 - CH - SOMERVILLE MENTAL HEALTH ASSOCIATION - Inactive - - - - - - - - - - - - - 1577 - 416 - 4 - 04CH4601 - 2003-06-01 - 2025-06-30 - CH - KIDS, INC of the Big Bend - Inactive - F13325 - L13325 - 13325@hsesinfo.org - - - - - - - - - - 1578 - 265 - 6 - 06CH7031 - 2003-09-01 - 2008-08-31 - CH - HUMBLE INDEPENDENT SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 1579 - 1825 - 6 - 06CH7032 - 2008-09-01 - 2025-06-30 - CH - NEWTON COUNTY SPECIAL SERVICES - Inactive - - - - F2207 - L2207 - 2207@hsesinfo.org - - - - - - - 1580 - 1100 - 6 - 06CH7033 - 2003-09-01 - 2014-08-31 - CH - GALENA PARK INDEPENDENT SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 1581 - 1245 - 4 - 04CH4602 - 2003-06-01 - 2025-06-30 - CH - First Steps of Spartanburg County - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 1583 - 520 - 11 - 90CI9797 - 2003-07-01 - 2025-06-30 - CI - CROW TRIBE OF INDIANS - Inactive - - - - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 1585 - 1918 - 11 - 90CI9798 - 2003-06-01 - 2025-06-30 - CI - Council of Athabascan Tribal Governments - Inactive - F15957 - L15957 - 15957@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 1587 - 3361 - 2 - 02CH9930 - 2004-07-01 - 2005-06-30 - CH - GROUP HOMES OF CAMDEN COUNTY, INC - Inactive - - - - - - - - - - - - - 1589 - 304 - 4 - 04CH4603 - 2003-07-01 - 2025-06-30 - CH - HOLLANDALE SCHOOL DISTRICT - Inactive - - - - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 1590 - 3363 - 6 - 06CH7034 - 2003-07-01 - 2025-06-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1595 - 921 - 11 - 90CI9795 - 2003-06-01 - 2025-06-30 - CI - IOWA TRIBE OF OKLAHOMA - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F3536 - L3536 - 3536@hsesinfo.org - - - - - - - 1596 - 614 - 3 - 03CH3341 - 2003-08-01 - 2015-12-31 - CH - Reginald S. Lourie Center for Infants & Young Children - Inactive - - - - - - - - - - - - - 1597 - 3364 - 11 - 90CI9796 - 2003-06-01 - 2007-05-31 - CI - Four Winds of Indian Education, Inc. - Inactive - - - - - - - - - - - - - 1598 - 519 - 4 - 04CH4604 - 2003-09-01 - 2014-08-31 - CH - UNIVERSITY OF ALABAMA, BIRMINGHAM - Inactive - F13510 - L13510 - 13510@hsesinfo.org - - - - - - - - - - 1599 - 3431 - 8 - 08CH0142 - 2003-09-01 - 2025-06-30 - CH - Children's Developmental Services of Campbell County - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F3061 - L3061 - 3061@hsesinfo.org - - - - - - - 1600 - 697 - 3 - 03CH3342 - 2003-09-01 - 2025-06-30 - CH - Children's Hospital of Philadelphia - Inactive - - - - - - - - - - - - - 1601 - 584 - 2 - 02CH9931 - 2003-09-01 - 2025-06-30 - CH - Grand Street Settlement - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - - - - - - - 1602 - 943 - 2 - 02CH9932 - 2003-09-01 - 2025-06-30 - CH - University Settlement Society of New York - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F2359 - L2359 - 2359@hsesinfo.org - - - - - - - 1603 - 1751 - 2 - 02CH9933 - 2003-09-01 - 2025-06-30 - CH - The Trustee of Columbia University - Inactive - - - - - - - - - - - - - 1605 - 3365 - 2 - 02CH9934 - 2003-09-01 - 2025-06-30 - CH - American Red Cross in Greater New York - Inactive - - - - - - - - - - - - - 1606 - 152 - 1 - 01CH1515 - 2005-09-01 - 2008-08-31 - CH - CHILD & FAMILY AGENCY OF SOUTHEASTERN - Inactive - - - - - - - - - - - - - 1609 - 788 - 1 - 01CH1516 - 2005-09-01 - 2014-08-31 - CH - MANCHESTER MEMORIAL HOSPITAL - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 1614 - 652 - 4 - 04CH4605 - 2003-09-01 - 2025-06-30 - CH - EMANUEL COUNTY BOARD OF EDUCATION - Inactive - - - - F11756 - L11756 - 11756@hsesinfo.org - - - - - - - 1615 - 1997 - 4 - 04CH4606 - 2003-09-01 - 2009-05-31 - CH - MAKING THE CONNECTION, INC - Inactive - F13325 - L13325 - 13325@hsesinfo.org - - - - - - - - - - 1616 - 1872 - 4 - 04CH4607 - 2003-09-01 - 2025-06-30 - CH - Porter-Leath - Inactive - F13510 - L13510 - 13510@hsesinfo.org - - - - - - - - - - 1617 - 959 - 4 - 04CH4608 - 2003-09-01 - 2025-06-30 - CH - LANCASTER COUNTY SCHOOL DISTRICT - Inactive - - - - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 1618 - 1525 - 4 - 04CH4609 - 2003-09-01 - 2025-06-30 - CH - MOORE COMMUNITY HOUSE, INC. - Inactive - - - - - - - - - - - - - 1619 - 1466 - 7 - 07CH7040 - 2003-09-01 - 2014-08-31 - CH - CHILDRENS THERAPY CENTER OF PETTIS COUNTY - Inactive - F13559 - L13559 - 13559@hsesinfo.org - - - - - - - - - - 1620 - 816 - 4 - 04CH4610 - 2003-09-01 - 2025-06-30 - CH - VOORHEES COLLEGE - Inactive - - - - - - - - - - - - - 1621 - 3366 - 4 - 04CH4611 - 2003-09-01 - 2025-06-30 - CH - VISIONS FOR SUMTER, SEEING THROUGH YOUNG EYES, INC - Inactive - - - - - - - - - - - - - 1622 - 3367 - 9 - 09CH9060 - 2003-09-01 - 2004-11-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1623 - 1700 - 2 - 02CH9935 - 2003-09-01 - 2014-08-31 - CH - Municipalilty of Toa Baja - Inactive - F15514 - L15514 - 15514@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - - - - - - - 1625 - 481 - 10 - 10CH0175 - 2003-09-01 - 2015-09-30 - CH - Play N Learn, Inc. - Inactive - F14039 - L14039 - 14039@hsesinfo.org - F2421 - L2421 - 2421@hsesinfo.org - - - - - - - 1629 - 1907 - 11 - 90CI9799 - 2003-09-01 - 2025-06-30 - CI - University of Oklahoma Early Head Start Program - Inactive - - - - F3536 - L3536 - 3536@hsesinfo.org - - - - - - - 1661 - 1605 - 6 - 06CH7044 - 2004-11-04 - 2006-03-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1662 - 1603 - 4 - 04CH4617 - 2004-11-11 - 2005-03-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1663 - 1239 - 2 - 02CH9943 - 2005-01-01 - 2014-06-30 - CH - Lakewood Economic Action Program - Inactive - F2339 - L2339 - 2339@hsesinfo.org - - - - - - - - - - 1664 - 1747 - 2 - 02CH9944 - 2004-03-01 - 2017-07-31 - CH - Administratration for Integral Child Care Development - Inactive - F15514 - L15514 - 15514@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - - - - - - - 1665 - 3403 - 5 - 05CH8263 - 2004-12-17 - 2005-12-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1666 - 3404 - 7 - 07CH7043 - 2004-12-01 - 2006-04-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1667 - 1605 - 6 - 06CH7045 - 2005-01-24 - 2006-06-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1668 - 3405 - 3 - 03CH3347 - 2005-01-28 - 2006-04-27 - CH - Community Development Institute Head Start - Inactive - - - - - - - - - - - - - 1669 - 1446 - 11 - 90CI9801 - 2005-02-01 - 2025-06-30 - CI - Seminole Nation of Oklahoma - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F3536 - L3536 - 3536@hsesinfo.org - - - - - - - 1670 - 1024 - 7 - 07CH7044 - 2005-03-01 - 2015-10-31 - CH - DOUGLAS COUNTY SCHOOL DISTRICT 0001 - Inactive - F2256 - L2256 - 2256@hsesinfo.org - - - - - - - - - - 1671 - 1605 - 11 - 90CI9802 - 2005-03-01 - 2025-06-30 - CI - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1672 - 1605 - 1 - 01CH0001 - 2005-04-30 - 2007-04-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1673 - 1605 - 3 - 03CH3348 - 2005-05-20 - 2008-02-28 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1675 - 1605 - 5 - 05CH8264 - 2005-05-27 - 2007-05-26 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1676 - 1605 - 3 - 03CH3349 - 2005-06-01 - 2006-11-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1682 - 277 - 6 - 06CH7046 - 2005-07-01 - 2014-06-30 - CH - Cleveland County School District - Inactive - F2185 - L2185 - 2185@hsesinfo.org - - - - - - - - - - 1683 - 1605 - 3 - 03CH3350 - 2005-06-01 - 2007-01-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1685 - 421 - 9 - 09CH9063 - 2005-07-01 - 2014-06-30 - CH - MERCED COUNTY SUPERINTENDENT OF SCHOOLS - Inactive - - - - - - - - - - - - - 1686 - 1605 - 4 - 04CH4618 - 2005-07-01 - 2008-12-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1688 - 1605 - 11 - 90CI9803 - 2005-06-01 - 2009-01-31 - CI - COMMUNITY DEVELOPMENT INSTITUTE HEAD START-Catawba - Inactive - - - - - - - - - - - - - 1689 - 3406 - 2 - 02CH9945 - 2005-08-01 - 2025-06-30 - CH - Comm. Dev. Inst. Metro Puerto Rico Replacement for - Inactive - - - - - - - - - - - - - 1690 - 1605 - 3 - 03CH3351 - 2005-08-01 - 2007-01-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1700 - 3371 - 3 - 03CH3343 - 2003-11-02 - 2005-01-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1701 - 3372 - 5 - 05CH8261 - 2003-11-01 - 2005-01-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1702 - 3373 - 9 - 09CH9061 - 2003-11-01 - 2005-01-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1703 - 1734 - 2 - 02CH9936 - 2004-01-01 - 2014-06-30 - CH - Project Social Care Head Start, Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - - - - - - - 1704 - 3374 - 4 - 04CH4612 - 2003-12-06 - 2006-02-28 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1705 - 748 - 2 - 02CH9937 - 2003-12-01 - 2014-06-30 - CH - Family Service of Westchester, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - - - - - - - - - - 1707 - 149 - 11 - 90CI9800 - 2003-11-01 - 2025-06-30 - CI - Pueblo of Sandia - Inactive - - - - - - - - - - - - - 1708 - 1535 - 1 - 01CH1517 - 2005-01-05 - 2015-12-31 - CH - Connecticut Institute For Communities, Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F32486 - L32486 - 32486@hsesinfo.org - - - - - - - 1710 - 3376 - 7 - 07CH7041 - 2004-01-01 - 2005-11-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1711 - 988 - 3 - 03CH3344 - 2004-03-01 - 2025-06-30 - CH - VENANGO County Health and Human Services - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 1744 - 443 - 6 - 06CH7035 - 2004-06-01 - 2007-04-30 - CH - EASTER SEALS ARKANSAS - Inactive - - - - - - - - - - - - - 1745 - 384 - 6 - 06CH7036 - 2004-06-01 - 2015-05-31 - CH - Texas Tech University System - Inactive - - - - F26305 - L26305 - 26305@hsesinfo.org - - - - - - - 1746 - 1214 - 6 - 06CH7037 - 2004-06-01 - 2025-06-30 - CH - LA CLINICA DE FAMILIA - Inactive - - - - - - - - - - - - - 1748 - 1649 - 4 - 04CH4613 - 2004-04-01 - 2016-03-31 - CH - OWSLEY COUNTY BOARD OF EDUCATION - Inactive - F2001 - L2001 - 2001@hsesinfo.org - - - - - - - - - - 1749 - 1605 - 6 - 06CH7038 - 2006-09-01 - 2007-07-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1750 - 296 - 4 - 04CH4614 - 2004-01-01 - 2025-06-30 - CH - Cleveland County Schools (Head Start) - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 1751 - 387 - 1 - 01CH1518 - 2004-05-01 - 2015-04-30 - CH - CHILDREN'S FRIEND AND SERVICE - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - - - 1752 - 876 - 3 - 03CH3345 - 2004-07-01 - 2025-06-30 - CH - Associated Catholic Charities, Inc. - Inactive - - - - - - - - - - - - - 1753 - 1765 - 6 - 06CH7039 - 2004-06-01 - 2025-06-30 - CH - Concho Valley Council of Governments - Inactive - - - - F12886 - L12886 - 12886@hsesinfo.org - - - - - - - 1755 - 3396 - 2 - 02CH9938 - 2004-05-21 - 2025-06-30 - CH - Community Development Institute Head Start - Inactive - - - - - - - - - - - - - 1756 - 1894 - 4 - 04CH4615 - 2004-06-01 - 2025-06-30 - CH - DUNBAR CENTER, INC - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - - - - - - - 1758 - 1212 - 8 - 08CH0143 - 2004-09-01 - 2025-06-30 - CH - NORTHWESTERN COMMUNITY ACTION PROGRAMS OF WYOMING, INC - Inactive - - - - - - - - - - - - - 1759 - 1457 - 8 - 08CH0144 - 2004-07-01 - - CH - TECHNOLOGY FOR RURAL ENHANCEMENT OF COMMUNITIES - Inactive - - - - - - - - - - - - - 1760 - 1226 - 8 - 08CH0145 - 2004-07-01 - - CH - COMMUNITY ACTION PROGRAM REGION VI - Inactive - - - - - - - - - - - - - 1761 - 1824 - 8 - 08CH0146 - 2004-08-01 - 2025-06-30 - CH - AWARE, Inc. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 1762 - 1962 - 8 - 08CH0147 - 2004-07-01 - 2025-06-30 - CH - FAMILIES IN PARTNERSHIP, INC. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 1763 - 1713 - 8 - 08CH0148 - 2004-08-01 - - CH - OTERO JUNIOR COLLEGE - Inactive - - - - - - - - - - - - - 1764 - 947 - 8 - 08CH0149 - 2004-07-01 - 2025-06-30 - CH - Eagle County HHS - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 1765 - 829 - 8 - 08CH0150 - 2004-07-01 - 2025-06-30 - CH - CATHOLIC CHARITIES, ARCHDIOCESE OF DENVER - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F3062 - L3062 - 3062@hsesinfo.org - - - - - - - 1766 - 1605 - 7 - 07CH7042 - 2004-07-01 - 2006-04-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1767 - 3398 - 2 - 02CH9939 - 2004-07-01 - 2005-09-30 - CH - Community Development Institute HS (Ballston Spa) - Inactive - - - - - - - - - - - - - 1769 - 617 - 6 - 06CH7040 - 2009-04-01 - 2014-03-31 - CH - Sunbeam Family Services, Inc. - Inactive - F2185 - L2185 - 2185@hsesinfo.org - - - - - - - - - - 1770 - 1603 - 4 - 04CH4616 - 2004-07-19 - 2005-09-18 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1771 - 1893 - 5 - 05CH8262 - 2004-07-27 - 2025-06-30 - CH - Elkhart & St. Joseph Counties Head Start Consortium - Inactive - - - - F14177 - L14177 - 14177@hsesinfo.org - - - - - - - 1772 - 3399 - 2 - 02CH9940 - 2004-08-01 - 2006-08-31 - CH - Community Development Institute Denver (Interim) - Inactive - - - - - - - - - - - - - 1773 - 1605 - 2 - 02CH9941 - 2006-08-01 - 2007-07-31 - CH - Community Development Institute Head Start - Inactive - - - - - - - - - - - - - 1774 - 3400 - 2 - 02CH9942 - 2004-11-01 - 2005-10-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1775 - 1648 - 9 - 09CH9062 - 2004-08-25 - 2014-06-30 - CH - Yolo County Office of Education - Inactive - - - - - - - - - - - - - 1776 - 1605 - 10 - 10CH0176 - 2004-08-26 - 2006-01-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1778 - 1170 - 3 - 03CH3346 - 2004-12-01 - 2025-06-30 - CH - Health Federation of Philadelphia - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F14544 - L14544 - 14544@hsesinfo.org - - - - - - - 1785 - 408 - 6 - 06CH7041 - 2004-09-01 - 2025-06-30 - CH - Terrebonne Parish Consolidated Government - Inactive - - - - F2193 - L2193 - 2193@hsesinfo.org - - - - - - - 1786 - 714 - 6 - 06CH7042 - 2007-07-01 - 2015-06-30 - CH - Calcasieu Parish School Board - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F15375 - L15375 - 15375@hsesinfo.org - - - - - - - 1787 - 1763 - 6 - 06CH7043 - 2005-01-01 - 2006-06-30 - CH - BEAUREGARD COMMUNITY ACTION ASSOCIATION, INC - Inactive - - - - - - - - - - - - - 1815 - 3338 - 1 - 01CH1510 - 2002-08-01 - 2004-06-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1817 - 1559 - 6 - 06CH7018 - 2006-01-01 - 2025-06-30 - CH - Northeast Texas Opportunities, Inc. - Inactive - - - - - - - - - - - - - 1818 - 3339 - 3 - 03CH3329 - 2002-09-01 - 2003-09-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1821 - 1798 - 1 - 01CH1511 - 2005-03-01 - 2014-02-28 - CH - MANCHESTER BOARD OF EDUCATION - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F2293 - L2293 - 2293@hsesinfo.org - - - - - - - 1824 - 927 - 8 - 08CH0136 - 2002-09-01 - 2025-06-30 - CH - Summit County Head Start - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F3061 - L3061 - 3061@hsesinfo.org - - - - - - - 1827 - 1620 - 5 - 05CH8260 - 2002-07-01 - 2025-06-30 - CH - Athens-Meigs Educational Service Center - Inactive - - - - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 1831 - 1454 - 8 - 08CH0137 - 2002-08-29 - 2025-06-30 - CH - ROCKY MOUNTAIN SER/JOBS FOR PROGRESS, INC - Inactive - - - - - - - - - - - - - 1832 - 1102 - 7 - 07CH7038 - 2002-07-01 - 2025-06-30 - CH - TOPEKA UNIFIED SCHOOL DISTRICT #501 - Inactive - - - - F12903 - L12903 - 12903@hsesinfo.org - - - - - - - 1836 - 248 - 11 - 90CI9791 - 2002-09-01 - 2025-06-30 - CI - RENO-SPARKS INDIAN COLONY - Inactive - - - - - - - - - - - - - 1838 - 3344 - 6 - 06CH7019 - 2002-09-01 - 2004-10-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1840 - 3346 - 2 - 02CH9918 - 2002-06-01 - 2025-06-30 - CH - Puerto Rican Family Institute, Inc. - Inactive - - - - - - - - - - - - - 1846 - 153 - 1 - 01CH1512 - 2005-03-01 - 2009-07-31 - CH - EASTER SEALS CONNECTICUT, INC. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F2293 - L2293 - 2293@hsesinfo.org - - - - - - - 1848 - 3347 - 6 - 06CH7020 - 2004-02-01 - 2004-10-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1850 - 1045 - 11 - 90CI9792 - 2002-09-01 - 2025-06-30 - CI - SAMISH INDIAN TRIBE - Inactive - - - - - - - - - - - - - 1851 - 1262 - 11 - 90CI9793 - 2002-09-01 - 2025-06-30 - CI - Houlton Band of Maliseet Indians - Inactive - F15957 - L15957 - 15957@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - - - - - - - 1852 - 1303 - 11 - 90CI9794 - 2002-03-01 - 2025-06-30 - CI - YANKTON SIOUX TRIBE - Inactive - - - - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 1853 - 710 - 12 - 90CM9789 - 2002-09-01 - 2015-08-31 - CM - Community Action Council for Lexington-Fayette, Bourbon - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - - - - - - - 1854 - 3348 - 2 - 02CH9919 - 2002-10-01 - 2025-06-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1855 - 1321 - 8 - 08CH0138 - 2002-12-01 - 2025-06-30 - CH - DDI VANTAGE, Inc. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - - - - - - - - - - 1857 - 3350 - 4 - 04CH4597 - - - CH - COMMUNITY DEVELOPMENT INSTITUTE - Inactive - - - - - - - - - - - - - 1859 - 1778 - 3 - 03CH3330 - 2002-02-01 - 2016-01-31 - CH - Maternity Care Coalition - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F14544 - L14544 - 14544@hsesinfo.org - - - - - - - 1860 - 198 - 6 - 06CH7021 - 2003-01-01 - 2025-06-30 - CH - Central Texas 4C, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 1861 - 1354 - 6 - 06CH7022 - 2006-12-01 - 2025-06-30 - CH - North Texas Parent & Child Development, Inc. - Inactive - - - - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 1862 - 1797 - 6 - 06CH7023 - 2007-12-01 - 2025-06-30 - CH - Arkansas Human Development Corporation - Inactive - - - - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 1863 - 865 - 6 - 06CH7024 - 2002-12-01 - 2012-10-31 - CH - VOLUNTEERS OF AMERICA, NORTH LOUISIANA - Inactive - - - - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 1864 - 1173 - 3 - 03CH3331 - 2003-05-01 - 2025-06-30 - CH - Child Development Resources, Inc. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 1865 - 1974 - 7 - 07CH7039 - 2002-11-01 - 2025-06-30 - CH - Boys and Girls Home of Nebraska - Inactive - - - - - - - - - - - - - 1866 - 1479 - 4 - 04CH4598 - 2002-12-01 - 2025-06-30 - CH - Polk County Board of Education - Inactive - F2065 - L2065 - 2065@hsesinfo.org - - - - - - - - - - 1867 - 801 - 3 - 03CH3332 - 2002-12-01 - 2025-06-30 - CH - CAMPAGNA CENTER, INC - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F32243 - L32243 - 32243@hsesinfo.org - - - - - - - 1868 - 1384 - 2 - 02CH9920 - 2002-11-01 - 2015-10-31 - CH - Centro de Fortalecimiento Familiar, ESCAPE - Inactive - F2342 - L2342 - 2342@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - - - - - - - 1871 - 3352 - 10 - 10CH0173 - 2002-12-15 - 2004-03-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1872 - 1521 - 3 - 03CH3333 - 2002-12-01 - 2025-06-30 - CH - Northern Virginia Family Service - Inactive - - - - - - - - - - - - - 1873 - 1307 - 4 - 04CH4599 - 2011-01-01 - 2014-12-31 - CH - CHAPEL HILL TRAINING-OUTREACH PROJECT, INC. - Inactive - - - - - - - - - - - - - 1874 - 1910 - 4 - 04CH4600 - 2002-12-01 - 2025-06-30 - CH - The Enola Group, Inc. - Inactive - F13325 - L13325 - 13325@hsesinfo.org - - - - - - - - - - 1877 - 3354 - 3 - 03CH3334 - 2003-02-01 - 2005-12-31 - CH - Community Development Institute Head Start - Inactive - - - - - - - - - - - - - 1878 - 1424 - 1 - 01CH1513 - 2003-01-01 - 2015-12-31 - CH - Rutland Community Programs, Inc. - Inactive - - - - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 1879 - 948 - 8 - 08CH0139 - 2003-01-01 - 2025-06-30 - CH - Cripple Creek Victor School District RE-1 - Inactive - F3056 - L3056 - 3056@hsesinfo.org - - - - - - - - - - 1880 - 1237 - 10 - 10CH0174 - 2003-02-01 - 2008-01-31 - CH - BEAR RIVER HEAD START - Inactive - - - - - - - - - - - - - 1881 - 680 - 2 - 02CH9921 - 2003-02-01 - 2014-06-30 - CH - Episcopal Social Services of New York - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 1882 - 605 - 2 - 02CH9922 - 2003-02-01 - 2014-01-31 - CH - Northside Center for Child Development - Inactive - - - - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 1883 - 142 - 2 - 02CH9923 - 2003-02-01 - 2016-01-31 - CH - Broadway Housing Communities, Inc. - Inactive - F14214 - L14214 - 14214@hsesinfo.org - - - - - - - - - - 1884 - 1425 - 2 - 02CH9924 - 2003-02-01 - 2014-01-31 - CH - Metropolitan Child Services, Inc. - Inactive - F2340 - L2340 - 2340@hsesinfo.org - - - - - - - - - - 1885 - 990 - 2 - 02CH9925 - 2003-02-01 - 2025-06-30 - CH - Yeshiva Kehilath Yakove, Inc. - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 1886 - 1888 - 2 - 02CH9926 - 2003-02-01 - 2025-06-30 - CH - Brooklyn Chinese - American Association - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - - - - - - - 1887 - 4237 - 2 - 02CH9927 - 2003-02-01 - 2016-01-31 - CH - CHILD DEVELOPMENT CENTER OF THE MMCC - Inactive - F14214 - L14214 - 14214@hsesinfo.org - - - - - - - - - - 1888 - 1360 - 6 - 06CH7025 - 2006-02-01 - 2025-06-30 - CH - Crossroads Youth & Family Services, Inc. - Inactive - - - - - - - - - - - - - 1889 - 1158 - 6 - 06CH7026 - 2008-02-01 - 2016-06-30 - CH - WEWOKA PUBLIC SCHOOLS - Inactive - - - - F41383 - L41383 - 41383@hsesinfo.org - - - - - - - 1892 - 539 - 12 - 90CM9792 - 2003-03-01 - 2025-06-30 - CM - HOLYOKE CHICOPEE SPRINGFIELD HEAD START, INC. - Inactive - - - - F3031 - L3031 - 3031@hsesinfo.org - - - - - - - 1893 - 547 - 2 - 02CH9928 - 2003-04-01 - 2013-03-31 - CH - Graham-Windham Services for Families & Children - Inactive - F2339 - L2339 - 2339@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 1894 - 580 - 3 - 03CH3335 - 2003-05-01 - 2025-06-30 - CH - YMCA Of Philadelphia & Vicinity - Inactive - - - - - - - - - - - - - 1895 - 3356 - 6 - 06CH7027 - 2003-04-01 - 2004-11-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1896 - 1807 - 6 - 06CH7028 - 2007-04-01 - 2025-06-30 - CH - YWCA OF GREATER BATON ROUGE - Inactive - - - - F2193 - L2193 - 2193@hsesinfo.org - - - - - - - 1897 - 1890 - 8 - 08CH0140 - 2003-07-01 - 2025-06-30 - CH - Young Families Early Head Start Inc. - Inactive - - - - F3058 - L3058 - 3058@hsesinfo.org - - - - - - - 1898 - 1748 - 8 - 08CH0141 - 2003-07-01 - 2025-06-30 - CH - KIDS ON THE MOVE, INC. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - - - - - - - - - - 1900 - 1653 - 3 - 03CH3336 - 2003-05-01 - 2025-06-30 - CH - Central Fulton School District - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - - - - - - 1902 - 1605 - 13 - 90CH0025 - 2007-08-01 - 2011-07-31 - CH - CDI/Mercer County, NJ - Inactive - - - - - - - - - - - - - 1907 - 690 - 5 - 05CH8289 - 2007-09-01 - 2025-06-30 - CH - Howard Area Community Center - Inactive - - - - - - - - - - - - - 1927 - 1605 - 13 - 90CH0026 - 2007-08-17 - 2011-08-16 - CH - CDI/CAMPO, CA - Inactive - - - - - - - - - - - - - 1928 - 1605 - 13 - 90CH0028 - 2007-08-01 - 2009-07-31 - CH - CDI/Union Township, NJ - Inactive - - - - F266 - L266 - 266@hsesinfo.org - - - - - - - 1929 - 1605 - 13 - 90CH0029 - 2007-06-01 - 2014-05-31 - CH - CDI/Northeast, AR - Inactive - - - - - - - - - - - - - 1931 - 191 - 9 - 09CH9083 - 2007-09-17 - 2025-06-30 - CH - Sunrise Children`s Foundation - Inactive - - - - - - - - - - - - - 1944 - 337 - 6 - 06CH7051 - 2007-09-01 - 2014-06-30 - CH - BeauCARE, Inc. - Inactive - - - - F2179 - L2179 - 2179@hsesinfo.org - - - - - - - 1946 - 342 - 3 - 03CH3323 - 2002-05-01 - 2025-06-30 - CH - AFL-CIO Appalachian Council, Inc. - Inactive - - - - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 1947 - 1342 - 2 - 02CH9907 - 2002-05-01 - 2016-06-30 - CH - Taller Educative de Caguas - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 1948 - 1388 - 6 - 06CH7015 - 2002-07-01 - 2014-06-30 - CH - Franklin Parish School Board - Inactive - - - - - - - - - - - - - 1950 - 1903 - 6 - 06CH7016 - 2002-07-01 - 2025-06-30 - CH - CITY OF ALBUQUERQUE EARLY HEAD START - Inactive - - - - - - - - - - - - - 1952 - 752 - 3 - 03CH3324 - 2002-09-01 - 2025-06-30 - CH - TELAMON CORPORATION - Inactive - - - - - - - - - - - - - 1953 - 488 - 3 - 03CH3325 - 2008-09-01 - 2014-08-31 - CH - University of Delaware - Inactive - F14907 - L14907 - 14907@hsesinfo.org - - - - - - - - - - 1954 - 1486 - 7 - 07CH7037 - 2002-05-01 - 2025-06-30 - CH - SOUTH SIDE DAY NURSERY - Inactive - - - - - - - - - - - - - 1955 - 1671 - 2 - 02CH9908 - 2002-05-01 - 2015-04-30 - CH - Lutheran Social Services of the Virgin Islands, Inc. - Inactive - - - - - - - - - - - - - 1957 - 1846 - 2 - 02CH9909 - 2002-06-01 - 2014-05-31 - CH - MUNICIPALITY OF HUMACAO - Inactive - F15514 - L15514 - 15514@hsesinfo.org - - - - - - - - - - 1958 - 1615 - 3 - 03CH3326 - 2002-06-01 - 2025-06-30 - CH - Lawrence County Social Services, Inc. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - - - - - - - - - - 1959 - 1390 - 2 - 02CH9910 - 2002-06-01 - 2015-06-30 - CH - Municipality of Isabela - Inactive - F2342 - L2342 - 2342@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - - - - - - - 1961 - 1378 - 2 - 02CH9911 - 2002-07-01 - 2015-06-30 - CH - Municipality of Patillas - Inactive - F2342 - L2342 - 2342@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - - - - - - - 1963 - 1454 - 8 - 08CH0135 - 2002-07-01 - 2025-06-30 - CH - ROCKY MOUNTAIN SER/JOBS FOR PROGRESS, INC - Inactive - - - - - - - - - - - - - 1964 - 1605 - 2 - 02CH9912 - 2006-01-01 - 2006-12-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1965 - 658 - 2 - 02CH9913 - 2002-07-01 - 2025-06-30 - CH - The Child Center of New York - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F2359 - L2359 - 2359@hsesinfo.org - - - - - - - 1967 - 1361 - 2 - 02CH9914 - 2002-07-01 - 2025-06-30 - CH - Passaic Family Head Start - Inactive - F23929 - L23929 - 23929@hsesinfo.org - - - - - - - - - - 1969 - 1845 - 2 - 02CH9915 - 2002-05-01 - 2009-04-30 - CH - Municipality of Santa Isabel - Inactive - - - - - - - - - - - - - 1970 - 580 - 3 - 03CH3327 - 2002-07-01 - 2025-06-30 - CH - YMCA Of Philadelphia & Vicinity - Inactive - - - - - - - - - - - - - 1971 - 1436 - 2 - 02CH9916 - 2002-05-01 - 2025-06-30 - CH - Head Start of Eastern Orange County, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - - - - - - - - - - 1974 - 3331 - 3 - 03CH3328 - 2002-07-29 - 2003-10-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1975 - 3332 - 6 - 06CH7017 - 2002-08-01 - 2025-06-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 1976 - 1353 - 2 - 02CH9917 - 2002-09-01 - 2025-06-30 - CH - Youth Services Center - Inactive - F2342 - L2342 - 2342@hsesinfo.org - - - - - - - - - - 1990 - 1643 - 4 - 04CH4583 - 2011-04-01 - 2015-03-31 - CH - PENDER COUNTY BOARD OF EDUCATION - Inactive - - - - - - - - - - - - - 1993 - 1252 - 9 - 09CH9055 - 2000-08-01 - 2025-06-30 - CH - EL NIDO FAMILY CENTERS - Inactive - - - - - - - - - - - - - 1994 - 3192 - 9 - 09CH9056 - 2000-09-18 - 2004-03-31 - CH - Childhelp USA Inc. - Inactive - - - - - - - - - - - - - 1999 - 1366 - 2 - 02CH9892 - 2000-09-01 - 2015-08-31 - CH - Municipality of Barceloneta - Inactive - F2342 - L2342 - 2342@hsesinfo.org - - - - - - - - - - 2001 - 3197 - 4 - 04CH4584 - 2000-09-01 - 2025-06-30 - CH - CARROLL COUNTY BOARD OF EDUCATION - Inactive - - - - - - - - - - - - - 2003 - 1038 - 2 - 02CH9893 - 2000-09-01 - 2025-06-30 - CH - Municipal Government of Sabana Grande - Inactive - F2342 - L2342 - 2342@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - - - - - - - 2004 - 1720 - 4 - 04CH4585 - 2000-09-01 - 2025-06-30 - CH - Clarke County School District - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - - - - - - - 2012 - 1248 - 4 - 04CH4586 - 2000-09-01 - 2025-06-30 - CH - Asheville City Schools - Inactive - - - - - - - - - - - - - 2015 - 289 - 11 - 90CI9784 - 2009-08-01 - 2015-07-31 - CI - Menominee Indian Tribe - Inactive - F11856 - L11856 - 11856@hsesinfo.org - - - - - - - - - - 2016 - 1992 - 9 - 09CH9057 - 2000-09-18 - 2025-06-30 - CH - Volunteers of America-Southwest California Corporation - Inactive - - - - - - - - - - - - - 2023 - 1721 - 6 - 06CH7009 - 2005-11-01 - 2025-06-30 - CH - REGION IX EDUCATION SERVICE CENTER - Inactive - - - - - - - - - - - - - 2027 - 3212 - 13 - 90CH0001 - 1997-10-01 - 2002-09-30 - CH - Housing, Industry, Training Inc. - Inactive - - - - - - - - - - - - - 2033 - 778 - 1 - 01CH1506 - 2000-09-01 - 2016-06-30 - CH - DIMOCK COMMUNITY SERVICES CORPORATION - Inactive - - - - F13406 - L13406 - 13406@hsesinfo.org - - - - - - - 2037 - 1132 - 6 - 06CH7010 - 2004-02-01 - 2025-06-30 - CH - PARENT & CHILD INC. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 2051 - 281 - 11 - 90CI9785 - 2001-02-01 - 2015-01-31 - CI - CHEMEHUEVI INDIAN TRIBE - Inactive - F15957 - L15957 - 15957@hsesinfo.org - - - - - - - - - - 2056 - 1657 - 2 - 02CH9894 - 2007-02-01 - 2008-01-31 - CH - Friendly Fuld Neighborhood Center, Inc. - Inactive - - - - - - - - - - - - - 2057 - 1745 - 2 - 02CH9895 - 2001-02-01 - 2015-01-31 - CH - Quintana Baptist Church - Inactive - F2342 - L2342 - 2342@hsesinfo.org - - - - - - - - - - 2063 - 3236 - 4 - 04CH4587 - 2001-03-01 - 2002-12-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 2082 - 2754 - 10 - 10CH0163 - 1998-06-01 - 1999-05-31 - CH - RELIABLE ENTERPRISES - Inactive - - - - - - - - - - - - - 2100 - 930 - 10 - 10CH0164 - 1998-07-01 - 2016-06-30 - CH - College of Southern Idaho - Inactive - - - - - - - - - - - - - 2107 - 758 - 10 - 10CH0165 - 1998-07-01 - 2014-12-31 - CH - Neighborhood House - Inactive - - - - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 2108 - 821 - 10 - 10CH0166 - 2000-11-01 - 2013-10-31 - CH - SEATTLE PUBLIC SCHOOLS - Inactive - - - - - - - - - - - - - 2109 - 1946 - 10 - 10CH0167 - 2000-11-01 - 2014-10-31 - CH - Denise Louie Education Center - Inactive - - - - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 2110 - 2777 - 3 - 03CH3301 - 1998-07-02 - 1999-07-01 - CH - BUCKS COUNTY HEAD START, INC - Inactive - - - - - - - - - - - - - 2133 - 1483 - 10 - 10CH0168 - 1998-11-01 - 2013-08-31 - CH - First A.M.E. Child Development Center - Inactive - - - - - - - - - - - - - 2139 - 1744 - 2 - 02CH9883 - 1998-08-01 - 2013-06-30 - CH - Kiryas Joel Municipal Local Development - Inactive - F2340 - L2340 - 2340@hsesinfo.org - - - - - - - - - - 2140 - 365 - 6 - 06CH6996 - 2007-09-01 - 2025-06-30 - CH - REGION VII EDUCATION SERVICE CENTER - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 2141 - 1484 - 6 - 06CH6997 - 2007-08-01 - 2025-06-30 - CH - GREENVILLE INDEPENDENT SCHOOL DISTRICT - Inactive - - - - F2187 - L2187 - 2187@hsesinfo.org - - - - - - - 2146 - 3421 - 4 - 04CH4573 - 1998-08-01 - 2025-06-30 - CH - EASTER SEAL OF NORTH GEORGIA - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - - - - - - - 2147 - 2803 - 4 - 04CH4574 - 1998-08-01 - 2025-06-30 - CH - MORRIS BROWN COLLEGE - Inactive - - - - - - - - - - - - - 2234 - 3025 - 1 - 01CH1502 - 1998-08-19 - 1999-08-18 - CH - BRATTLEBORO TOWN SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 2240 - 1305 - 6 - 06CH7001 - 2006-11-01 - 2025-06-30 - CH - UAMS Department of Pediatrics - Inactive - - - - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 2242 - 3029 - 2 - 02CH9886 - 1999-01-25 - 2025-06-30 - CH - WASHINGTON COUNTY ECONOMIC OPPORTUNITY COUNCIL, INC - Inactive - - - - - - - - - - - - - 2246 - 3032 - 3 - 03CH3302 - 2001-05-01 - 2002-04-30 - CH - CRIME PREVENTION ASSOCIATION - Inactive - - - - - - - - - - - - - 2283 - 3168 - 7 - 07CH7031 - 2000-06-01 - 2001-05-31 - CH - Community Devleopment Institute - Inactive - - - - - - - - - - - - - 2285 - 3170 - 2 - 02CH9890 - 2000-06-01 - 2025-06-30 - CH - Babyland Family Services, Inc. - Inactive - - - - - - - - - - - - - 2286 - 3171 - 4 - 04CH4579 - 2000-07-01 - 2025-06-30 - CH - SOUTHWEST GEORGIA CHILD DEVELOPMENT COUNCIL - Inactive - - - - - - - - - - - - - 2287 - 918 - 4 - 04CH4580 - 2000-08-01 - 2025-06-30 - CH - ONSLOW COUNTY BOARD OF EDUCATION - Inactive - - - - - - - - - - - - - 2288 - 1112 - 6 - 06CH7005 - 2000-08-01 - 2006-12-31 - CH - Grant Parish Police Jury - Inactive - - - - - - - - - - - - - 2289 - 1600 - 3 - 03CH3307 - 2000-09-30 - 2025-06-30 - CH - Maryland Family Network, Inc. - Inactive - - - - - - - - - - - - - 2290 - 184 - 3 - 03CH3308 - 2000-09-30 - 2025-06-30 - CH - Monongalia County Board of Education - Inactive - - - - F11796 - L11796 - 11796@hsesinfo.org - - - - - - - 2291 - 226 - 3 - 03CH3309 - 2000-09-30 - 2025-06-30 - CH - Edward C. Mazique Parent Child Center, Inc. - Inactive - - - - - - - - - - - - - 2292 - 225 - 3 - 03CH3310 - 2008-07-01 - 2013-06-30 - CH - Family Services Agency, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - - - - - - - - - - 2293 - 1116 - 5 - 05CH8258 - 2000-08-01 - 2016-06-30 - CH - Muskegon Area Intermediate School District - Inactive - - - - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 2294 - 1373 - 6 - 06CH7006 - 2007-09-01 - 2014-08-31 - CH - AVANCE-San Antonio, Inc. - Inactive - - - - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 2297 - 272 - 6 - 06CH7007 - 2001-09-01 - 2025-06-30 - CH - The Child Care Group - Inactive - - - - - - - - - - - - - 2301 - 1227 - 4 - 04CH4581 - 2000-09-01 - 2025-06-30 - CH - Tennessee State University Center of Excellence - Inactive - - - - - - - - - - - - - 2302 - 489 - 6 - 06CH7008 - 2008-08-01 - 2013-07-31 - CH - Texarkana Special Education Center, Inc. - Inactive - - - - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 2303 - 3175 - 3 - 03CH3311 - 2000-09-30 - 2001-10-31 - CH - PHILADELPHIA PARENT CHILD CENTER, INC - Inactive - - - - - - - - - - - - - 2309 - 3179 - 2 - 02CH9891 - 2000-09-01 - 2002-07-31 - CH - WESTCHESTER COMMUNITY OPPORTUNITY PROGRAM, INC - Inactive - - - - - - - - - - - - - 2319 - 750 - 4 - 04CH4582 - 2000-08-01 - 2016-06-30 - CH - DUPLIN COUNTY BOARD OF EDUCATION - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 2325 - 1348 - 4 - 04CH4575 - 1999-05-01 - 2025-06-30 - CH - Y M C A OF METROPOLITAN ATLANTA - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - - - - - - - 2327 - 677 - 5 - 05CH8257 - 1999-06-01 - 2016-09-30 - CH - Charter, County of Wayne, Michigan - Inactive - - - - F2147 - L2147 - 2147@hsesinfo.org - - - - - - - 2335 - 979 - 11 - 90CI9780 - 1999-08-01 - 2025-06-30 - CI - The Suquamish Tribe - Inactive - F33086 - L33086 - 33086@hsesinfo.org - - - - - - - - - - 2336 - 491 - 11 - 90CI9781 - 1999-07-01 - 2025-06-30 - CI - Upper Skagit Indian Tribe - Inactive - - - - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 2337 - 257 - 11 - 90CI9782 - 1999-09-01 - 2025-06-30 - CI - St. Croix Tribe of Wisconsin - Inactive - F25722 - L25722 - 25722@hsesinfo.org - - - - - - - - - - 2338 - 1781 - 11 - 90CI9783 - 1999-06-01 - 2025-06-30 - CI - Coquille Tribe - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - - - - - - - 2347 - 3086 - 3 - 03CH3303 - 1999-07-01 - 2000-06-30 - CH - Mayor and City Council of Baltimore - Inactive - - - - - - - - - - - - - 2359 - 1957 - 9 - 09CH9053 - 2001-06-01 - 2013-09-30 - CH - San Fancisco State University - Inactive - - - - F4029 - L4029 - 4029@hsesinfo.org - - - - - - - 2362 - 3100 - 8 - 08CH0124 - 1999-07-01 - 2001-06-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE - Inactive - - - - - - - - - - - - - 2365 - 1422 - 2 - 02CH9887 - 1999-07-01 - 2025-06-30 - CH - Early Childhood Learning Center of Greene County, Inc. - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - - - - - - - 2370 - 1750 - 3 - 03CH3304 - 2001-08-01 - 2025-06-30 - CH - DELAWARE COUNTY INTERMEDIATE UNIT - Inactive - F14907 - L14907 - 14907@hsesinfo.org - - - - - - - - - - 2372 - 1782 - 6 - 06CH7002 - 2002-09-01 - 2025-06-30 - CH - Education Service Center Region XIV - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - - - - - - 2373 - 150 - 4 - 04CH4576 - 1999-08-01 - 2015-10-31 - CH - SHELTERING ARMS (THE) - Inactive - - - - F11756 - L11756 - 11756@hsesinfo.org - - - - - - - 2377 - 3111 - 4 - 04CH4577 - 1999-08-01 - 2025-06-30 - CH - PROVIDENCE LEARNING CENTER & DEVELOPMENT CORPORATION - Inactive - - - - - - - - - - - - - 2383 - 283 - 6 - 06CH7004 - 2008-09-01 - 2025-06-30 - CH - Kaufman Independent School District - Inactive - - - - F12886 - L12886 - 12886@hsesinfo.org - - - - - - - 2408 - 3139 - 2 - 02CH9888 - 1999-09-08 - 2002-03-31 - CH - COMMISSION ON ECONOMIC OPPORTUNITY FOR RENSSELAER - Inactive - - - - - - - - - - - - - 2411 - 363 - 1 - 01CH1503 - 2001-03-01 - 2016-02-29 - CH - SouthEastern Vermont Community Action, Inc. - Inactive - - - - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 2412 - 1752 - 1 - 01CH1504 - 2001-03-01 - 2016-02-28 - CH - BRATTLEBORO TOWN SCHOOL DISTRICT - Inactive - - - - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 2424 - 1644 - 10 - 10CH0169 - 1999-07-01 - 2015-06-30 - CH - Harney Education Services District - Inactive - F2446 - L2446 - 2446@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - - - - - - - 2437 - 3164 - 8 - 08CH0125 - 1999-11-01 - 2000-10-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE, CORP - Inactive - - - - - - - - - - - - - 2438 - 1039 - 2 - 02CH9889 - 2000-03-01 - 2015-02-28 - CH - Municipality of Guaynabo - Inactive - F2342 - L2342 - 2342@hsesinfo.org - - - - - - - - - - 2440 - 1714 - 7 - 07CH7030 - 2000-07-01 - 2025-06-30 - CH - ARKANSAS CITY SCHOOLS-USD 470 - Inactive - - - - F13558 - L13558 - 13558@hsesinfo.org - - - - - - - 2442 - 1520 - 3 - 03CH3305 - 2000-06-01 - 2025-06-30 - CH - Head Start of Washington County, Inc. - Inactive - - - - F2437 - L2437 - 2437@hsesinfo.org - - - - - - - 2443 - 876 - 3 - 03CH3306 - 2000-06-01 - 2015-06-30 - CH - Associated Catholic Charities, Inc. - Inactive - F2415 - L2415 - 2415@hsesinfo.org - - - - - - - - - - 2444 - 3165 - 1 - 01CH1505 - 2000-06-01 - 2001-07-31 - CH - HOLYOKE CHICOPEE SPRINGFIELD HEAD START, INC. - Inactive - - - - - - - - - - - - - 2446 - 1349 - 4 - 04CH4578 - 2000-06-01 - 2025-06-30 - CH - North Florida Child Development, Inc. - Inactive - - - - F2016 - L2016 - 2016@hsesinfo.org - - - - - - - 2448 - 346 - 9 - 09CH9054 - 2000-07-01 - 2025-06-30 - CH - CHILD AND FAMILY SERVICE - Inactive - - - - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 2449 - 772 - 8 - 08CH0126 - 2000-07-01 - 2025-06-30 - CH - City of Lakewood - Inactive - F3032 - L3032 - 3032@hsesinfo.org - - - - - - - - - - 2539 - 784 - 8 - 08CH0130 - 2001-09-01 - 2025-06-30 - CH - FAMILY STAR, INC. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F3058 - L3058 - 3058@hsesinfo.org - - - - - - - 2540 - 3429 - 8 - 08CH0131 - 2001-09-01 - 2014-06-30 - CH - Clayton Early Learning - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F3058 - L3058 - 3058@hsesinfo.org - - - - - - - 2541 - 327 - 8 - 08CH0132 - 2001-09-01 - 2025-06-30 - CH - DEVELOPMENTAL OPPORTUNITIES, INC - Inactive - - - - F3061 - L3061 - 3061@hsesinfo.org - - - - - - - 2551 - 1155 - 4 - 04CH4594 - 2013-07-01 - 2014-06-30 - CH - Picayune School District - Inactive - F13325 - L13325 - 13325@hsesinfo.org - - - - - - - - - - 2554 - 3310 - 10 - 10CH0172 - 2001-09-01 - 2002-11-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 2556 - 206 - 7 - 07CH7034 - 2001-09-30 - 2014-06-30 - CH - UNIVERSITY OF KANSAS MEDICAL CENTER RESEARCH INSTITUTE - Inactive - - - - F15302 - L15302 - 15302@hsesinfo.org - - - - - - - 2557 - 476 - 11 - 90CI9786 - 2001-07-01 - 2025-06-30 - CI - Ponca Tribe of Indians of Oklahoma - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F3536 - L3536 - 3536@hsesinfo.org - - - - - - - 2558 - 3312 - 11 - 90CI9787 - 2001-09-01 - 2003-06-30 - CI - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 2562 - 3315 - 7 - 07CH7035 - 2001-10-01 - 2002-09-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 2563 - 752 - 4 - 04CH4595 - 2001-10-01 - 2025-06-30 - CH - TELAMON CORPORATION - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 2565 - 3316 - 5 - 05CH8259 - 2001-12-04 - 2003-12-03 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 2566 - 1978 - 8 - 08CH0133 - 2002-01-01 - 2025-06-30 - CH - THE LEARNING CENTER FOR FAMILIES - Inactive - F3032 - L3032 - 3032@hsesinfo.org - - - - - - - - - - 2567 - 317 - 11 - 90CI9788 - 2001-11-01 - 2025-06-30 - CI - Big Sandy Rancheria of Western Mono Indians - Inactive - F25722 - L25722 - 25722@hsesinfo.org - - - - - - - - - - 2568 - 3317 - 8 - 08CH0134 - 2002-01-01 - 2006-12-31 - CH - ROCKY MOUNTAIN SER/JOBS FOR PROGRESS, INC - Inactive - - - - - - - - - - - - - 2569 - 3318 - 1 - 01CH1509 - 2001-12-01 - 2003-03-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 2571 - 3320 - 7 - 07CH7036 - 2002-01-01 - 2002-10-31 - CH - Topeka Public Schools, USD #501 - Inactive - - - - - - - - - - - - - 2572 - 647 - 2 - 02CH9905 - 2002-02-01 - 2025-06-30 - CH - Manhasset-Great Neck Economic Opportunity Council, Inc. - Inactive - - - - - - - - - - - - - 2573 - 3321 - 6 - 06CH7013 - 2002-02-01 - 2003-11-14 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 2574 - 3322 - 4 - 04CH4596 - 2002-02-01 - 2025-06-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 2575 - 3323 - 2 - 02CH9906 - 2001-08-01 - 2002-07-31 - CH - WESTCHESTER COMMUNITY OPPORTUNITY PROGRAM, INC - Inactive - - - - - - - - - - - - - 2576 - 127 - 11 - 90CI9789 - 2002-02-01 - 2025-06-30 - CI - Kickapoo Traditional Tribe of Texas - Inactive - F25722 - L25722 - 25722@hsesinfo.org - - - - - - - - - - 2577 - 1605 - 11 - 90CI9790 - 2001-12-01 - 2005-01-31 - CI - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 2578 - 3324 - 6 - 06CH7014 - 2002-03-09 - 2003-08-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 2580 - 1389 - 3 - 03CH3322 - 2002-06-01 - 2025-06-30 - CH - Kanawha County Board Of Education - Inactive - - - - F14544 - L14544 - 14544@hsesinfo.org - - - - - - - 2581 - 1565 - 6 - 06CH2007 - 2012-04-01 - 2025-06-30 - CH - Center for New Communities - Inactive - - - - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 2582 - 677 - 5 - 05CH8299 - 2012-05-01 - 2017-12-31 - CH - Charter, County of Wayne, Michigan - Inactive - - - - F14177 - L14177 - 14177@hsesinfo.org - - - - - - - 2583 - 1210 - 4 - 04CH4639 - 2012-04-01 - 2017-08-31 - CH - WASHINGTON COUNTY OPPORTUNITIES, INC - Inactive - F13325 - L13325 - 13325@hsesinfo.org - F43625 - L43625 - 43625@hsesinfo.org - - - - - - - 2584 - 1677 - 4 - 04CH4640 - 2012-05-01 - 2017-06-30 - CH - SCHOOL BOARD OF BREVARD COUNTY - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - - - - - - - 2585 - 477 - 4 - 04CH4641 - 2012-05-01 - 2017-04-30 - CH - Easter Seals Florida, Inc. - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - - - - - - - 2586 - 1233 - 4 - 04CH4642 - 2012-05-01 - 2017-10-31 - CH - OCAB COMMUNITY ACTION AGENCY - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 2588 - 1605 - 13 - 90CH0092 - 2012-10-01 - 2016-09-30 - CH - CDI HS/ Moca and San Sebastian - Inactive - F27052 - L27052 - 27052@hsesinfo.org - F3538 - L3538 - 3538@hsesinfo.org - - - - - - - 2589 - 3481 - 3 - 03CH3371 - 2013-06-01 - 2018-05-31 - CH - LIFESTEPS, INC. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F43578 - L43578 - 43578@hsesinfo.org - - - - - - - 2590 - 1211 - 3 - 03CH3372 - 2013-06-01 - 2018-07-31 - CH - Private Industry Council of Westmoreland/Fayette, Incor - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F44039 - L44039 - 44039@hsesinfo.org - - - - - - - 2591 - 1335 - 2 - 02CH3005 - 2013-07-01 - 2018-11-30 - CH - Greater Bergen Community Action, Inc. - Inactive - - - - - - - - - - - - - 2592 - 1726 - 2 - 02CH3006 - 2013-07-01 - 2019-01-31 - CH - Tri-County Community Action Agency Inc. - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - - - - - - - 2593 - 1744 - 2 - 02CH3007 - 2013-07-01 - 2018-12-31 - CH - Kiryas Joel Municpal Local Development - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F13554 - L13554 - 13554@hsesinfo.org - - - - - - - 2594 - 1051 - 2 - 02CH3035 - 2013-07-01 - 2018-06-30 - CH - OSWEGO COUNTY OPPORTUNITIES, INC. - Inactive - - - - - - - - - - - - - 2595 - 990 - 2 - 02CH3025 - 2013-07-01 - 2019-01-31 - CH - YESHIVA KEHILATH YAKOVE, INC - Inactive - - - - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 2596 - 4237 - 2 - 02CH3026 - 2013-07-01 - 2019-01-31 - CH - CHILD DEVELOPMENT CENTER OF THE MMCC - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - - - - - - - 2597 - 1705 - 2 - 02CH3027 - 2013-07-01 - 2019-01-31 - CH - Association to Benefit Children - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - - - - - - - 2598 - 742 - 2 - 02CH3028 - 2013-07-01 - 2019-01-31 - CH - Children's Aid Society, The - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - - - - - - - 2599 - 3648 - 2 - 02CH3015 - 2013-07-01 - 2019-01-31 - CH - Y M & Y W H A of Williamsburg, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - - - - - - - 2600 - 3646 - 2 - 02CH3016 - 2013-07-01 - 2019-01-31 - CH - CATHOLIC CHARITIES NEIGHBORHOOD SERVICES, INC - Inactive - - - - - - - - - - - - - 2601 - 1369 - 2 - 02CH3008 - 2013-07-01 - 2019-01-31 - CH - Community Action of Orleans and Genesee, Inc. - Inactive - - - - - - - - - - - - - 2602 - 3643 - 2 - 02CH3018 - 2013-07-01 - 2019-01-31 - CH - Hudson Guild, Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - - - - - - - 2603 - 406 - 2 - 02CH3009 - 2013-07-01 - 2019-02-28 - CH - Albany County Opportunity, Inc. - Inactive - - - - - - - - - - - - - 2604 - 1516 - 2 - 02CH3010 - 2013-07-01 - 2019-04-30 - CH - ProAction of Steuben and Yates County, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - - - - - - - - - - 2605 - 3647 - 2 - 02CH3019 - 2013-07-01 - 2019-01-31 - CH - Lenox Hill Neighborhood House, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - - - - - - - 2606 - 1680 - 2 - 02CH3011 - 2013-07-01 - 2018-06-30 - CH - Department of Human Services (V.I) - Inactive - - - - F2304 - L2304 - 2304@hsesinfo.org - - - - - - - 2607 - 1368 - 2 - 02CH3012 - 2013-07-01 - 2018-12-31 - CH - MAYAGUEZ MUNICIPALITY HEAD START PROGRAM - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 2608 - 1480 - 2 - 02CH3020 - 2013-07-01 - 2016-01-31 - CH - VNS HOME CARE - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F13554 - L13554 - 13554@hsesinfo.org - - - - - - - 2609 - 1339 - 2 - 02CH3013 - 2013-07-01 - 2018-12-31 - CH - MUNICIPIO DE SAN GERMAN - Inactive - - - - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 2610 - 1772 - 2 - 02CH3021 - 2013-07-01 - 2019-01-31 - CH - Yeled V'Yalda Early Childhood Center, Inc. - Inactive - - - - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 2611 - 1899 - 2 - 02CH3023 - 2013-07-01 - 2018-06-30 - CH - Cardinal McCloskey School and Home for Children - Inactive - F2342 - L2342 - 2342@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - - - - - - - 2612 - 1352 - 2 - 02CH3024 - 2013-07-01 - 2019-01-31 - CH - UNITED ACADEMY INC - Inactive - - - - F2304 - L2304 - 2304@hsesinfo.org - - - - - - - 2613 - 163 - 3 - 03CH3403 - 2013-08-01 - 2019-09-30 - CH - Greater Erie Community Action Committee - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - - - - - - - 2614 - 696 - 2 - 02CH3036 - 2013-07-01 - 2018-07-31 - CH - Economic Opportunity Program of Chemung County, Inc. - Inactive - - - - F2304 - L2304 - 2304@hsesinfo.org - - - - - - - 2615 - 607 - 2 - 02CH3017 - 2013-07-01 - 2019-01-31 - CH - Bank Street College of Education - Inactive - - - - - - - - - - - - - 2616 - 1751 - 2 - 02CH3022 - 2013-07-01 - 2018-06-30 - CH - The Trustees of Columbia University in the City of New York - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 2619 - 678 - 6 - 06CH7058 - 2012-05-01 - 2017-04-30 - CH - ABILENE INDEPENDENT SCHOOL DISTRICT - Inactive - - - - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 2620 - 1986 - 8 - 08CH0153 - 2012-05-01 - 2017-04-30 - CH - Colorado Early Education Network - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - - - - - - 2621 - 1373 - 6 - 06CH7059 - 2012-05-01 - 2017-08-31 - CH - AVANCE-San Antonio, Inc. - Inactive - - - - F2179 - L2179 - 2179@hsesinfo.org - - - - - - - 2622 - 1283 - 6 - 06CH7060 - 2012-05-01 - 2017-06-30 - CH - KI BOIS COMMUNITY ACTION FOUNDATION, INC - Inactive - - - - - - - - - - - - - 2623 - 166 - 6 - 06CH7061 - 2012-06-01 - 2017-07-31 - CH - TEXAS MIGRANT COUNCIL - Inactive - - - - F2179 - L2179 - 2179@hsesinfo.org - - - - - - - 2625 - 3521 - 6 - 06CH0002 - 2013-06-01 - 2018-12-31 - CH - Pine Bluff Jefferson County EOC - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F15375 - L15375 - 15375@hsesinfo.org - - - - - - - 2626 - 1532 - 6 - 06CH0007 - 2013-06-01 - 2019-01-31 - CH - COMMUNITY ACTION PROGRAM FOR CENTRAL ARKANSAS CAPCA - Inactive - - - - F15375 - L15375 - 15375@hsesinfo.org - - - - - - - 2627 - 1605 - 13 - 90CH0101 - 2013-06-01 - 2015-12-31 - CH - CDI HS/ Central Washington Migrant & Seasonal - Inactive - - - - - - - - - - - - - 2628 - 1964 - 1 - 01CH2195 - 2013-07-01 - 2015-01-02 - CH - Tri-City Community Action Program, Inc. - Inactive - - - - F25190 - L25190 - 25190@hsesinfo.org - - - - - - - 2629 - 234 - 5 - 05CH8319 - 2013-07-01 - 2019-06-30 - CH - Next Door Foundation, Inc. - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F13894 - L13894 - 13894@hsesinfo.org - - - - - - - 2630 - 1498 - 8 - 08CH1040 - 2013-08-01 - 2018-11-30 - CH - Southeastern North Dakota Community Action Agency - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - - - - - - - 2631 - 1980 - 6 - 06CH7079 - 2013-07-01 - 2018-10-31 - CH - COMMUNITY ACTION RESOURCE AND DEVELOPMENT, INC. - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 2632 - 1687 - 6 - 06CH7066 - 2013-07-01 - 2018-07-31 - CH - HITCHCOCK INDEPENDENT SCHOOL DISTRICT - Inactive - - - - F44340 - L44340 - 44340@hsesinfo.org - - - - - - - 2633 - 3681 - 6 - 06CH7065 - 2013-07-01 - 2018-11-30 - CH - TEXAS CITY INDEPENDENT SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 2634 - 1810 - 11 - 90CI9816 - 2013-08-01 - 2020-07-31 - CI - Shoshone-Bannock Tribes - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - - - - - - - 2635 - 779 - 11 - 90CI9817 - 2013-08-01 - 2019-07-31 - CI - Muckleshoot Indian Tribe - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F47570 - L47570 - 47570@hsesinfo.org - - - - - - - 2636 - 920 - 7 - 07CH7051 - 2013-07-01 - 2018-06-30 - CH - NORTHWEST KANSAS EDUCATIONAL SERVICE CENTER - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F45048 - L45048 - 45048@hsesinfo.org - - - - - - - 2637 - 1749 - 1 - 01CH1526 - 2012-05-01 - 2017-04-30 - CH - RIVERSIDE COMMUNITY CARE, INC. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - - - 2639 - 864 - 5 - 05CH8297 - 2012-04-01 - 2017-06-30 - CH - Metropolitan Family Services - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F2121 - L2121 - 2121@hsesinfo.org - - - - - - - 2640 - 3501 - 6 - 06CH0001 - 2013-06-01 - 2018-12-31 - CH - Arkansas Early Learning, Inc. - Inactive - F43271 - L43271 - 43271@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 2641 - 1894 - 4 - 04CH4645 - 2013-06-01 - 2018-05-31 - CH - DUNBAR CENTER INC - Inactive - F13510 - L13510 - 13510@hsesinfo.org - - - - - - - - - - 2642 - 889 - 5 - 05CH8312 - 2013-07-01 - 2018-06-30 - CH - Community Action Of Southern Indiana, Inc. - Inactive - - - - - - - - - - - - - 2643 - 1411 - 5 - 05CH8322 - 2013-07-01 - 2018-10-31 - CH - Acelero, Inc. - Inactive - - - - F13894 - L13894 - 13894@hsesinfo.org - - - - - - - 2644 - 599 - 11 - 90CI9814 - 2013-08-01 - 2019-07-31 - CI - Kickapoo Tribe of Oklahoma (Head Start) - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F15469 - L15469 - 15469@hsesinfo.org - - - - - - - 2645 - 625 - 11 - 90CI9815 - 2013-08-01 - 2018-07-31 - CI - Confederated Salish and Kootenai Tribes - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 2646 - 764 - 5 - 05CH8321 - 2013-07-01 - 2018-05-31 - CH - Milwaukee Public Schools - Inactive - - - - F13894 - L13894 - 13894@hsesinfo.org - - - - - - - 2647 - 1069 - 5 - 05CH8320 - 2013-07-01 - 2017-11-30 - CH - Council for the Spanish Speaking, Inc. - Inactive - - - - F13894 - L13894 - 13894@hsesinfo.org - - - - - - - 2648 - 712 - 4 - 04CH4667 - 2013-07-01 - 2018-06-30 - CH - LINCOLN COUNTY BOARD OF EDUCATION - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - - - - - - - 2649 - 1710 - 3 - 03CH3368 - 2012-07-01 - 2017-06-30 - CH - Norris Square Community Alliance - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - - - - - - - 2650 - 1605 - 13 - 90CH0086 - 2012-06-01 - 2015-05-31 - CH - CDI HS/Northeast Oklahoma - Inactive - - - - - - - - - - - - - 2651 - 1726 - 2 - 02CH3003 - 2012-06-01 - 2017-05-31 - CH - Tri-County Community Action Agency, Inc. - Inactive - F2342 - L2342 - 2342@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - - - - - - - 2652 - 1221 - 9 - 09CH9101 - 2012-07-01 - 2017-11-30 - CH - Crystal Stairs, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - - - - - - 2653 - 1605 - 13 - 90CH0088 - 2012-08-01 - 2013-07-31 - CH - CDI HS/Otter Tail & Wadena Counties - Inactive - - - - - - - - - - - - - 2655 - 1202 - 7 - 07CH7048 - 2012-05-01 - 2017-04-30 - CH - Child Start, Inc. - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F12903 - L12903 - 12903@hsesinfo.org - - - - - - - 2656 - 681 - 7 - 07CH7049 - 2012-07-01 - 2017-06-30 - CH - UNIFIED SCHOOL DISTRICT 373 - Inactive - - - - - - - - - - - - - 2659 - 1605 - 13 - 90CH0080 - 2012-05-01 - 2015-04-30 - CH - CDI/ Iberville Parish, LA - Inactive - - - - - - - - - - - - - 2664 - 929 - 9 - 09CH9106 - 2013-06-01 - 2018-05-31 - CH - Childrens Institute, Inc. - Inactive - - - - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 2665 - 1406 - 3 - 03CH3391 - 2013-07-01 - 2018-06-30 - CH - GREENBRIER COUNTY BOARD OF EDUCATION - Inactive - - - - F11796 - L11796 - 11796@hsesinfo.org - - - - - - - 2666 - 1791 - 3 - 03CH3392 - 2013-07-01 - 2018-06-30 - CH - COMMUNITY ACTION PARTNERSHIP OF MERCER COUNTY INC - Inactive - - - - F2187 - L2187 - 2187@hsesinfo.org - - - - - - - 2667 - 998 - 5 - 05CH8311 - 2013-07-01 - 2019-01-31 - CH - Community Action Program Inc. of Western Indiana - Inactive - F44011 - L44011 - 44011@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - - - - - - - 2668 - 3561 - 5 - 05CH8333 - 2013-07-01 - 2019-01-31 - CH - The Centers for Families and Children - Inactive - - - - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 2669 - 3567 - 5 - 05CH8337 - 2013-07-01 - 2019-03-31 - CH - YMCA of Central Ohio - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - - - - - - - 2670 - 1546 - 5 - 05CH8338 - 2013-07-01 - 2018-06-30 - CH - CROSSROADS: LAKE COUNTY ADOLESCENT COUNSELING SERVICE - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 2671 - 1215 - 5 - 05CH8340 - 2013-07-01 - 2018-06-30 - CH - PARENTS IN COMMUNITY ACTION, INC. - Inactive - - - - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 2672 - 1776 - 5 - 05CH8303 - 2013-09-01 - 2019-02-28 - CH - Wright County Community Action, Inc. - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - - - - - - 2673 - 955 - 5 - 05CH8316 - 2013-07-01 - 2018-06-30 - CH - Western Dairyland Economic Opp. Council, Inc. - Inactive - - - - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 2674 - 147 - 3 - 03CH3393 - 2013-07-01 - 2018-06-30 - CH - YORK, COUNTY OF - Inactive - - - - F2437 - L2437 - 2437@hsesinfo.org - - - - - - - 2675 - 1336 - 3 - 03CH3394 - 2013-07-01 - 2021-06-30 - CH - CHILDREN'S CENTER, THE - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - 256 - - 0 - - - 2676 - 876 - 3 - 03CH3395 - 2013-07-01 - 2018-06-30 - CH - ASSOCIATED CATHOLIC CHARITIES INC. - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - - - - - - - 2677 - 1960 - 3 - 03CH3405 - 2013-09-01 - 2019-08-31 - CH - Danville Area School District - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - - - - - - - 2678 - 735 - 3 - 03CH3406 - 2013-09-01 - 2019-08-31 - CH - City of Alexandria - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F32243 - L32243 - 32243@hsesinfo.org - - - - - - - 2679 - 120 - 3 - 03CH3407 - 2013-09-30 - 2018-09-29 - CH - The University of Pittsburgh - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F44039 - L44039 - 44039@hsesinfo.org - - - - - - - 2680 - 488 - 3 - 03CH3408 - 2013-09-01 - 2018-08-31 - CH - University of Delaware - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F44039 - L44039 - 44039@hsesinfo.org - - - - - - - 2681 - 425 - 4 - 04CH4665 - 2013-07-01 - 2018-06-30 - CH - MOBILE COMMUNITY ACTION INC - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - - - - - - - 2682 - 697 - 3 - 03CH3409 - 2013-09-01 - 2018-08-31 - CH - Childrens Hospital of Philadelphia - Inactive - - - - F11796 - L11796 - 11796@hsesinfo.org - - - - - - - 2683 - 200 - 4 - 04CH4666 - 2013-07-01 - 2018-11-30 - CH - Institute of Community Services, Inc. - Inactive - F33579 - L33579 - 33579@hsesinfo.org - - - - - - - - - - 2684 - 664 - 9 - 09CH9102 - 2012-07-01 - 2017-09-29 - CH - Volunteers of America of Los Angeles - Inactive - - - - - - - - - - - - - 2715 - 1605 - 13 - 90CH0060 - 2010-07-01 - 2012-06-30 - CH - CDI/ Dupage - Inactive - - - - - - - - - - - - - 2716 - 1605 - 13 - 90CH0061 - 2010-07-01 - 2012-06-30 - CH - CDI/ Hollandale, MS - Inactive - - - - - - - - - - - - - 2721 - 1605 - 13 - 90CH0062 - 2010-07-31 - 2017-07-31 - CH - CDI/ Brevard County, FL - Inactive - F27052 - L27052 - 27052@hsesinfo.org - F3538 - L3538 - 3538@hsesinfo.org - - - - - - - 2724 - 1661 - 10 - 10CH0179 - 2010-09-01 - 2015-08-31 - CH - Klamath Family Head Start - Inactive - - - - - - - - - - - - - 2735 - 1605 - 13 - 90CH0063 - 2010-08-12 - 2012-08-11 - CH - CDI/ Victoria, TX - Inactive - - - - - - - - - - - - - 2738 - 1003 - 9 - 09CH9099 - 2010-09-01 - 2012-08-31 - CH - Chicano Federation of San Diego County, Inc. - Inactive - - - - F4029 - L4029 - 4029@hsesinfo.org - - - - - - - 2830 - 1605 - 13 - 90CH0054 - 2009-09-01 - 2012-08-31 - CH - CDI/ San Sebastian, PR - Inactive - - - - - - - - - - - - - 3137 - 1605 - 13 - 90CH0055 - 2009-12-07 - 2012-12-06 - CH - CDI/ Northeast Philadelphia - Inactive - - - - - - - - - - - - - 3237 - 1605 - 13 - 90CH0056 - 2010-01-01 - 2012-12-31 - CH - CDI/ Migrant and Seasonal Weld Co. - Inactive - - - - - - - - - - - - - 3238 - 1605 - 13 - 90CH0057 - 2010-01-01 - 2012-12-31 - CH - CDI/ Weld Co, CO - Inactive - - - - - - - - - - - - - 3247 - 1605 - 13 - 90CH0058 - 2010-02-01 - 2012-01-31 - CH - CDI/ Bronx - Inactive - - - - - - - - - - - - - 3248 - 1581 - 3 - 03CH3357 - 2010-02-01 - 2011-01-31 - CH - Acelero Learning Camden, Inc. - Inactive - - - - - - - - - - - - - 3263 - 1411 - 2 - 02CH9950 - 2010-04-01 - 2025-06-30 - CH - Acelero, Inc. - Inactive - F2339 - L2339 - 2339@hsesinfo.org - F2359 - L2359 - 2359@hsesinfo.org - - - - - - - 3271 - 1605 - 13 - 90CH0059 - 2010-05-01 - 2012-04-30 - CH - CDI/Abilene County, TX - Inactive - - - - - - - - - - - - - 3399 - 1605 - 13 - 90CH0053 - 2008-10-01 - 2011-07-31 - CH - CDI/ Meriden, CT - Inactive - - - - - - - - - - - - - 3564 - 3741 - 6 - 06CH7056 - 2011-08-01 - 2025-06-30 - CH - BCFS Education Services - Inactive - - - - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 3565 - 644 - 6 - 06CH7057 - 2011-08-01 - 2025-06-30 - CH - Save the Children, Inc. - Inactive - - - - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 3566 - 135 - 4 - 04CH4626 - 2011-04-02 - 2025-06-30 - CH - BERKELEY COUNTY SCHOOL DISTRICT - Inactive - - - - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 3567 - 1605 - 13 - 90CH0073 - 2011-04-01 - 2014-03-31 - CH - CDI/ Pine Bluff, AR - Inactive - - - - - - - - - - - - - 3568 - 1605 - 13 - 90CH0074 - 2011-05-01 - 2013-07-31 - CH - CDI/ South Vermont and Green Meadows, CA - Inactive - - - - - - - - - - - - - 3569 - 643 - 1 - 01CH1525 - 2011-09-30 - 2025-06-30 - CH - AREA COOPERATIVE EDUCATIONAL SERVICES - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - - - - - - 3570 - 744 - 1 - 01CH0002 - 2011-09-30 - 2014-12-31 - CH - UNITED WAY OF GREATER NEW HAVEN - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - - - - - - 3571 - 1070 - 1 - 01CH0003 - 2011-09-30 - 2025-06-30 - CH - Associates for Human Services, Inc. - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - - - - - - 3572 - 530 - 1 - 01CH0005 - 2011-09-30 - 2014-06-30 - CH - SOUTH SHORE STARS, INC. - Inactive - - - - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 3573 - 757 - 1 - 01CH0004 - 2011-09-30 - 2025-06-30 - CH - MEETING STREET CENTER - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - - - 3574 - 4655 - 3 - 03CH3358 - 2011-07-01 - 2025-06-30 - CH - Child Development, Inc. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - - - - - - - - - - 3579 - 1343 - 11 - 90CI9812 - 2011-07-01 - 2015-06-30 - CI - Mountain Empire Unified School District - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - - - - - - - 3580 - 839 - 10 - 10CH0180 - 2011-09-30 - 2014-12-31 - CH - Family Building Blocks - Inactive - - - - - - - - - - - - - 3581 - 854 - 10 - 10CH0181 - 2011-09-30 - 2014-12-31 - CH - Snohomish County Human Services Department - Inactive - - - - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 3582 - 1042 - 10 - 10CH0182 - 2011-09-30 - 2014-12-31 - CH - EDUCATIONAL SERVICE DISTRICIT #112 - Inactive - - - - - - - - - - - - - 3584 - 1251 - 6 - 06CH2008 - 2011-09-30 - 2014-12-31 - CH - AVANCE, Inc. - Inactive - - - - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 3585 - 1920 - 5 - 05CH8292 - 2011-09-30 - 2016-06-30 - CH - West Side Ecumenical Ministry - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 3586 - 216 - 2 - 02CH5000 - 2011-09-30 - 2015-12-31 - CH - The Children's Home Society of New Jersey - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F13554 - L13554 - 13554@hsesinfo.org - - - - - - - 3587 - 349 - 2 - 02CH5001 - 2011-09-30 - 2016-06-30 - CH - Ironbound Community Corporation - Inactive - - - - F2304 - L2304 - 2304@hsesinfo.org - - - - - - - 3588 - 1338 - 2 - 02CH5002 - 2011-09-30 - 2014-12-31 - CH - Municipality of Dorado - Inactive - F15514 - L15514 - 15514@hsesinfo.org - - - - - - - - - - 3589 - 679 - 2 - 02CH5005 - 2011-09-30 - 2015-06-30 - CH - Bronx Lebanon Hospital Center - Inactive - - - - F2359 - L2359 - 2359@hsesinfo.org - - - - - - - 3590 - 1725 - 2 - 02CH5006 - 2011-09-30 - 2014-12-31 - CH - Harlem Childrens Zone, Inc. - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - - - - - - - 3591 - 1689 - 2 - 02CH5007 - 2011-09-30 - 2015-12-31 - CH - DOMINICAN WOMEN'S DEVELOPMENT CENTER - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 3592 - 1616 - 2 - 02CH5009 - 2011-09-30 - 2015-12-31 - CH - Bais Yaakov Faigeh Schonberger of Adas Yereim - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 3593 - 196 - 2 - 02CH5010 - 2011-09-30 - 2015-12-31 - CH - B'Above Worldwide Institute Inc. - Inactive - F2340 - L2340 - 2340@hsesinfo.org - - - - - - - - - - 3594 - 1203 - 2 - 02CH5004 - 2011-09-30 - 2015-12-31 - CH - Municipality of Utuado - Inactive - F15514 - L15514 - 15514@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - - - - - - - 3595 - 1398 - 2 - 02CH5011 - 2011-09-30 - 2015-12-31 - CH - SCO FAMILY OF SERVICES - Inactive - - - - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 3600 - 223 - 5 - 05CH8293 - 2011-09-30 - 2015-06-30 - CH - Monroe County Intermediate School District - Inactive - - - - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 3601 - 1976 - 5 - 05CH8296 - 2011-09-30 - 2025-06-30 - CH - Baby Talk, Inc. - Inactive - F13564 - L13564 - 13564@hsesinfo.org - - - - - - - - - - 3602 - 1069 - 5 - 05CH8290 - 2011-09-30 - 2015-10-31 - CH - Council for the Spanish Speaking, Inc. - Inactive - - - - F13894 - L13894 - 13894@hsesinfo.org - - - - - - - 3603 - 582 - 5 - 05CH8295 - 2011-09-30 - 2025-06-30 - CH - Governors State University - Inactive - - - - - - - - - - - - - 3604 - 182 - 8 - 08CH0152 - 2011-09-30 - 2015-12-31 - CH - Early Childhood Council of the San Luis Valley - Inactive - - - - - - - - - - - - - 3605 - 1137 - 5 - 05CH8291 - 2011-09-30 - 2025-06-30 - CH - La Casa de Esperanza, Inc. - Inactive - - - - F31147 - L31147 - 31147@hsesinfo.org - - - - - - - 3606 - 579 - 5 - 05CH8294 - 2011-09-30 - 2025-06-30 - CH - Pathfinder Services, Inc. - Inactive - - - - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 3694 - 1339 - 2 - 02CH5003 - 2011-09-30 - 2014-12-31 - CH - Municipio de San German - Inactive - F15514 - L15514 - 15514@hsesinfo.org - - - - - - - - - - 3695 - 380 - 9 - 09CH9085 - 2011-09-30 - 2025-06-30 - CH - Crisis Nursery, Inc. - Inactive - - - - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 3696 - 850 - 9 - 09CH9086 - 2011-09-30 - 2025-06-30 - CH - Spanish Speaking Unity Council - Inactive - - - - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 3697 - 785 - 9 - 09CH9087 - 2011-09-30 - 2025-06-30 - CH - Foothill Family Service - Inactive - - - - - - - - - - - - - 3698 - 189 - 9 - 09CH9088 - 2011-09-30 - 2025-06-30 - CH - Baldwin Park Unified School District - Inactive - - - - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 3699 - 1094 - 9 - 09CH9089 - 2011-09-30 - 2015-12-31 - CH - Peninsula Family Service - Inactive - - - - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 3700 - 267 - 9 - 09CH9090 - 2011-09-30 - 2014-12-31 - CH - Community Child Care Council of Santa Clara - Inactive - - - - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 3701 - 762 - 9 - 09CH9091 - 2011-09-30 - 2025-06-30 - CH - Rancho Santiago Community College District - Inactive - - - - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 3702 - 398 - 9 - 09CH9092 - 2011-09-30 - 2025-06-30 - CH - Pediatric Therapy Network - Inactive - - - - - - - - - - - - - 3703 - 1612 - 9 - 09CH9093 - 2011-09-30 - 2025-06-30 - CH - Kedren Community Health Center, Inc. - Inactive - - - - - - - - - - - - - 3704 - 811 - 9 - 09CH9094 - 2011-09-30 - 2014-12-31 - CH - Human Services Association - Inactive - - - - - - - - - - - - - 3705 - 1669 - 9 - 09CH9095 - 2011-09-30 - 2025-06-30 - CH - WESTSIDE CHILDREN'S CENTER - Inactive - - - - F14141 - L14141 - 14141@hsesinfo.org - - - - - - - 3706 - 1265 - 9 - 09CH9096 - 2011-09-30 - 2025-06-30 - CH - Los Angeles Education Partnership - Inactive - - - - - - - - - - - - - 3707 - 968 - 9 - 09CH9097 - 2011-09-30 - 2014-12-31 - CH - Imperial County Office Of Education - Inactive - - - - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 3708 - 1969 - 9 - 09CH9098 - 2011-09-30 - 2025-06-30 - CH - Through the Looking Glass - Inactive - - - - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 3709 - 1818 - 4 - 04CH4627 - 2011-09-30 - 2014-12-31 - CH - Gulf Regional Early Childhood Services - Inactive - - - - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 3710 - 1323 - 4 - 04CH4634 - 2011-09-30 - 2015-12-31 - CH - Richland County First Steps - Inactive - F2065 - L2065 - 2065@hsesinfo.org - - - - - - - - - - 3711 - 1259 - 3 - 03CH3365 - 2011-09-30 - 2025-06-30 - CH - Centro Nia - Inactive - F14907 - L14907 - 14907@hsesinfo.org - - - - - - - - - - 3712 - 1400 - 3 - 03CH3360 - 2011-09-30 - 2025-06-30 - CH - Professional Family Care Services, Inc. - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 3713 - 383 - 3 - 03CH3366 - 2011-09-30 - 2025-06-30 - CH - LT JOSEPH P KENNEDY INSTITUTE - Inactive - F2402 - L2402 - 2402@hsesinfo.org - - - - - - - - - - 3714 - 1466 - 7 - 07CH7047 - 2011-09-01 - 2025-06-30 - CH - Childrens Therapy Center - Inactive - - - - - - - - - - - - - 3715 - 1673 - 4 - 04CH4632 - 2011-09-30 - 2025-06-30 - CH - Sampson County Partnership for Children, Inc. - Inactive - F2065 - L2065 - 2065@hsesinfo.org - - - - - - - - - - 3716 - 1572 - 4 - 04CH4635 - 2011-09-30 - 2014-12-31 - CH - Catawba County Schools - Inactive - - - - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 3717 - 287 - 3 - 03CH3364 - 2011-09-30 - 2025-06-30 - CH - Allegheny Intermediate Unit - Inactive - - - - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 3719 - 1544 - 4 - 04CH4631 - 2011-09-30 - 2025-06-30 - CH - Onslow County Partnership for Children, Inc. - Inactive - F2001 - L2001 - 2001@hsesinfo.org - - - - - - - - - - 3720 - 322 - 3 - 03CH3363 - 2011-09-30 - 2014-12-31 - CH - Community Services of Venango County, Inc. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 3721 - 1570 - 6 - 06CH2002 - 2011-09-30 - 2014-12-31 - CH - United Way of Acadiana, Inc. - Inactive - - - - F15375 - L15375 - 15375@hsesinfo.org - - - - - - - 3722 - 1836 - 6 - 06CH2004 - 2011-09-30 - 2025-06-30 - CH - Tulsa Educare, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 3723 - 623 - 6 - 06CH2005 - 2011-09-30 - 2014-06-30 - CH - Dallas Services - Inactive - - - - F12886 - L12886 - 12886@hsesinfo.org - - - - - - - 3724 - 1533 - 6 - 06CH2006 - 2011-09-30 - 2014-12-31 - CH - Lumin Education - Inactive - - - - F12886 - L12886 - 12886@hsesinfo.org - - - - - - - 3727 - 197 - 4 - 04CH4637 - 2011-09-30 - 2014-06-30 - CH - Vital Connections of the Midlands, Inc. - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 3728 - 953 - 4 - 04CH4628 - 2013-01-01 - 2014-12-31 - CH - CHILDRENS HOME SOCIETY OF FLA INC - Inactive - F2065 - L2065 - 2065@hsesinfo.org - - - - - - - - - - 3731 - 187 - 2 - 02CH9951 - 2011-08-01 - 2016-01-31 - CH - Center for Family Services, Inc. - Inactive - F2339 - L2339 - 2339@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 3732 - 967 - 4 - 04CH4629 - 2011-09-30 - 2025-06-30 - CH - Burke County Board of Education - Inactive - F2001 - L2001 - 2001@hsesinfo.org - - - - - - - - - - 3733 - 1626 - 4 - 04CH4638 - 2011-07-01 - 2012-06-30 - CH - Sumter School District - Inactive - F13740 - L13740 - 13740@hsesinfo.org - - - - - - - - - - 3734 - 1951 - 4 - 04CH4630 - 2013-01-01 - 2014-12-31 - CH - DURHAMS PARTNERSHIP FOR CHILDREN - Inactive - - - - - - - - - - - - - 3736 - 1911 - 3 - 03CH3361 - 2011-09-30 - 2025-06-30 - CH - Clinch Valley Community Action, Inc. - Inactive - - - - - - - - - - - - - 3737 - 1579 - 3 - 03CH3362 - 2011-09-30 - 2025-06-30 - CH - Higher Horizons Day Care Center, Inc. - Inactive - F30521 - L30521 - 30521@hsesinfo.org - - - - - - - - - - 3828 - 1605 - 13 - 90CH0075 - 2011-09-01 - 2013-08-31 - CH - CDI\ San Juan Metro Area - Inactive - - - - - - - - - - - - - 3829 - 41 - 3 - 03CH3359 - 2011-09-30 - 2025-06-30 - CH - Commonwealth of Pennsylvania - Inactive - - - - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 3835 - 1605 - 13 - 90CH0076 - 2011-09-01 - 2014-08-31 - CH - CDI/ Beaver Co. - Inactive - - - - - - - - - - - - - 3837 - 1605 - 13 - 90CH0077 - 2011-10-01 - 2013-09-30 - CH - CDI/ San Gabriel Valley, CA - Inactive - - - - - - - - - - - - - 4129 - 1605 - 2 - 02CH9949 - 2006-03-01 - 2008-04-30 - CH - CDI/Middlesex - Inactive - - - - - - - - - - - - - 4132 - 761 - 11 - 90CI9805 - 2006-04-01 - 2025-06-30 - CI - Santa Clara Pueblo - Inactive - F15957 - L15957 - 15957@hsesinfo.org - - - - - - - - - - 4133 - 1983 - 11 - 90CI9806 - 2006-04-01 - 2025-06-30 - CI - Pueblo of Tesuque - Inactive - - - - - - - - - - - - - 4134 - 1938 - 11 - 90CI9807 - 2006-04-01 - 2025-06-30 - CI - Ohkay Owingeh - Inactive - F33086 - L33086 - 33086@hsesinfo.org - - - - - - - - - - 4137 - 1605 - 4 - 04CH4621 - 2005-10-01 - 2025-06-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 4139 - 1605 - 6 - 06CH7050 - 2006-06-01 - 2008-05-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 4145 - 1605 - 8 - 08CH0151 - 2006-08-01 - 2008-01-31 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 4157 - 664 - 9 - 09CH9067 - 2006-09-18 - 2015-06-30 - CH - VOLUNTEERS OF AMERICA OF LOS ANGELES - Inactive - - - - - - - - - - - - - 4159 - 465 - 9 - 09CH9068 - 2006-09-18 - 2025-06-30 - CH - Child Care Resource Center - Inactive - - - - - - - - - - - - - 4162 - 1605 - 4 - 04CH4622 - 2006-08-01 - 2025-06-30 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 4172 - 1605 - 12 - 90CM9793 - 2006-09-01 - 2008-08-31 - CM - COMMUNITY DEVELOPMENT INSTITUTE HEAD START- NOWCAP - Inactive - - - - - - - - - - - - - 4173 - 126 - 5 - 05CH8266 - 2006-09-01 - 2007-10-31 - CH - City of Detroit Department of Human Services - Inactive - - - - - - - - - - - - - 4177 - 1605 - 13 - 90CH0002 - 2006-11-01 - 2008-10-31 - CH - CDI Western Sussex County, DE - Inactive - - - - - - - - - - - - - 4178 - 1605 - 13 - 90CH0003 - 2006-10-01 - 2010-09-29 - CH - CDI Alamosa, CO - Inactive - - - - F266 - L266 - 266@hsesinfo.org - - - - - - - 4179 - 1426 - 9 - 09CH9069 - 2007-01-01 - 2025-06-30 - CH - DIGNITY HEALTH dba California Hospital Medical Cen - Inactive - - - - - - - - - - - - - 4180 - 1556 - 9 - 09CH9070 - 2007-01-01 - 2025-06-30 - CH - Easter Seals Southern California, Inc. - Inactive - - - - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 4182 - 1605 - 13 - 90CH0004 - 2007-01-01 - 2008-12-31 - CH - CDI/Polk County Opportunity Council, Inc. - Inactive - - - - - - - - - - - - - 4183 - 339 - 5 - 05CH8267 - 2007-01-01 - 2025-06-30 - CH - STARFISH FAMILY SERVICES - Inactive - - - - - - - - - - - - - 4184 - 1059 - 9 - 09CH9071 - 2007-01-01 - 2014-12-31 - CH - Regents of the University of California, Los Angeles - Inactive - - - - - - - - - - - - - 4185 - 1253 - 9 - 09CH9072 - 2007-01-26 - 2025-06-30 - CH - VENICE FAMILY CLINIC - Inactive - - - - - - - - - - - - - 4186 - 1605 - 13 - 90CH0005 - 2007-01-01 - 2008-09-30 - CH - CDI/Grant Parish, LA - Inactive - - - - - - - - - - - - - 4187 - 1605 - 13 - 90CH0006 - 2007-01-05 - 2012-09-29 - CH - CDI/North Metro, DC - Inactive - - - - - - - - - - - - - 4188 - 1605 - 13 - 90CH0007 - 2007-02-01 - 2011-09-29 - CH - CDI/Dinwiddie,VA - Inactive - - - - F266 - L266 - 266@hsesinfo.org - - - - - - - 4189 - 156 - 5 - 05CH8268 - 2007-03-01 - 2025-06-30 - CH - El Valor Corporation - Inactive - - - - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 4190 - 1605 - 13 - 90CH0008 - 2006-12-01 - 2014-11-30 - CH - CDI/Eastern Rivers, VA - Inactive - - - - - - - - - - - - - 4191 - 1261 - 5 - 05CH8269 - 2006-11-01 - 2025-06-30 - CH - Columbus Urban League - Inactive - - - - F13894 - L13894 - 13894@hsesinfo.org - - - - - - - 4192 - 1605 - 13 - 90CH0009 - 2007-02-01 - 2010-01-31 - CH - CDI/Northeast, GA - Inactive - - - - F266 - L266 - 266@hsesinfo.org - - - - - - - 4193 - 1605 - 13 - 90CH0010 - 2007-01-01 - 2009-09-30 - CH - CDI/Plainfield, New Jersey - Inactive - - - - F266 - L266 - 266@hsesinfo.org - - - - - - - 4194 - 1605 - 13 - 90CH0011 - 2007-02-01 - 2011-01-31 - CH - CDI/North Philadelphia, PA - Inactive - - - - F266 - L266 - 266@hsesinfo.org - - - - - - - 4195 - 1605 - 13 - 90CH0012 - 2007-02-01 - 2012-01-31 - CH - CDI/Northwest West Virginnia - Inactive - - - - - - - - - - - - - 4196 - 1605 - 13 - 90CH0013 - 2007-03-01 - 2009-02-28 - CH - CDI/South Texas, TX - Inactive - - - - - - - - - - - - - 4197 - 1605 - 13 - 90CH0014 - 2007-04-01 - 2009-03-31 - CH - CDI/Daytona Beach, FL - Inactive - - - - F266 - L266 - 266@hsesinfo.org - - - - - - - 4198 - 1605 - 13 - 90CH0015 - 2007-04-01 - 2009-03-31 - CH - CDI/Northeast, AL - Inactive - - - - - - - - - - - - - 4199 - 508 - 5 - 05CH8270 - 2007-05-01 - 2025-06-30 - CH - Kenosha Achievement Center, Inc. - Inactive - - - - - - - - - - - - - 4200 - 1771 - 11 - 90CI9808 - 2007-05-01 - 2025-06-30 - CI - Rural America Initiatives - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 4201 - 1179 - 5 - 05CH8271 - 2007-05-01 - 2025-06-30 - CH - Carey Services, Inc. - Inactive - - - - F24149 - L24149 - 24149@hsesinfo.org - - - - - - - 4202 - 1536 - 9 - 09CH9073 - 2007-05-01 - 2025-06-30 - CH - WU YEE CHILDREN'S SERVICES - Inactive - - - - F4029 - L4029 - 4029@hsesinfo.org - - - - - - - 4203 - 1081 - 5 - 05CH8272 - 2007-05-01 - 2025-06-30 - CH - Bona Vista Programs, Inc. - Inactive - - - - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 4204 - 1473 - 9 - 09CH9074 - 2007-05-01 - 2015-04-30 - CH - Modoc County Office of Education - Inactive - - - - - - - - - - - - - 4205 - 1760 - 9 - 09CH9075 - 2007-05-01 - 2025-06-30 - CH - Lake Family Resource Center - Inactive - - - - - - - - - - - - - 4206 - 409 - 9 - 09CH9076 - 2007-05-01 - 2014-04-30 - CH - Family Support Services of West Hawaii - Inactive - - - - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 4207 - 1223 - 5 - 05CH8273 - 2007-05-01 - 2025-06-30 - CH - Community Link, Inc. - Inactive - - - - - - - - - - - - - 4208 - 1180 - 5 - 05CH8274 - 2007-07-01 - 2015-06-30 - CH - Hopewell Center, Inc. - Inactive - - - - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 4209 - 551 - 5 - 05CH8275 - 2007-06-01 - 2025-06-30 - CH - Children's Home & Aid Society of Illinois - Inactive - - - - - - - - - - - - - 4210 - 641 - 5 - 05CH8276 - 2007-07-01 - 2025-06-30 - CH - Hamilton Center, Inc. - Inactive - - - - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 4211 - 353 - 5 - 05CH8277 - 2007-07-01 - 2025-06-30 - CH - HUMAN DEVELOPMENT COMMISSION - Inactive - - - - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 4212 - 175 - 5 - 05CH8278 - 2007-07-01 - 2025-06-30 - CH - North Central State College - Inactive - - - - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 4213 - 763 - 9 - 09CH9077 - 2007-07-01 - 2025-06-30 - CH - Siskiyou County Office of Education - Inactive - - - - - - - - - - - - - 4214 - 311 - 9 - 09CH9078 - 2007-07-01 - 2025-06-30 - CH - VISTA DEL MAR CHILD & FAMILY SERVICES - Inactive - - - - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 4215 - 1358 - 9 - 09CH9079 - 2007-07-01 - 2015-06-30 - CH - CHICANOS POR LA CAUSA, INC - Inactive - - - - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 4217 - 929 - 9 - 09CH9080 - 2007-08-01 - 2025-06-30 - CH - CHILDREN`S INSTITUTE, INC. - Inactive - - - - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 4218 - 1481 - 9 - 09CH9081 - 2007-08-01 - 2015-07-31 - CH - Maui Family Support Services, Inc. - Inactive - - - - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 4219 - 1437 - 9 - 09CH9082 - 2007-08-01 - 2014-07-31 - CH - Board of Regents, University of Nevada, Reno - Inactive - - - - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 4220 - 1605 - 13 - 90CH0016 - 2007-05-01 - 2009-04-30 - CH - CDI/Harnett Co. NC - Inactive - - - - - - - - - - - - - 4221 - 1605 - 13 - 90CH0017 - 2007-05-01 - 2010-04-30 - CH - CDI/Little Rock, AR - Inactive - - - - F266 - L266 - 266@hsesinfo.org - - - - - - - 4222 - 1605 - 13 - 90CH0018 - 2007-06-01 - 2008-05-31 - CH - CDI/ Crowley's Ridge, AR - Inactive - - - - - - - - - - - - - 4223 - 1605 - 13 - 90CH0019 - 2007-06-01 - 2009-05-30 - CH - CDI/Spotsylvania County, VA - Inactive - - - - - - - - - - - - - 4224 - 1605 - 13 - 90CH0020 - 2007-09-01 - 2012-08-31 - CH - CDI/Kendall County, TX - Inactive - - - - - - - - - - - - - 4225 - 1605 - 13 - 90CH0021 - 2007-05-01 - 2008-10-31 - CH - Levy, Dixie & Gilchrist Counties, Fl - Inactive - - - - - - - - - - - - - 4226 - 1060 - 5 - 05CH8279 - 2007-08-01 - 2025-06-30 - CH - Lake County Family YMCA - Inactive - - - - - - - - - - - - - 4235 - 569 - 5 - 05CH8280 - 2007-08-01 - 2025-06-30 - CH - Mid-Michigan Community Action Agency, Inc. - Inactive - - - - F33449 - L33449 - 33449@hsesinfo.org - - - - - - - 4236 - 234 - 5 - 05CH8281 - 2007-08-01 - 2015-10-31 - CH - Next Door Foundation - Inactive - - - - F13894 - L13894 - 13894@hsesinfo.org - - - - - - - 4238 - 768 - 5 - 05CH8282 - 2007-08-01 - 2025-06-30 - CH - CARMAN-AINSWORTH COMMUNITY SCHOOLS - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 4240 - 1546 - 5 - 05CH8283 - 2007-09-01 - 2025-06-30 - CH - CROSSROADS LAKE COUNTY ADOLESCENT COUNSELING SERVICES - Inactive - - - - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 4241 - 3435 - 5 - 05CH8284 - 2007-09-01 - 2025-06-30 - CH - UPPER MIDWEST AMERICAN INDIAN CENTER - Inactive - - - - - - - - - - - - - 4242 - 596 - 5 - 05CH8285 - 2007-09-01 - 2025-06-30 - CH - CHRISTOPHER HOUSE - Inactive - F25174 - L25174 - 25174@hsesinfo.org - - - - - - - - - - 4249 - 1605 - 13 - 90CH0022 - 2007-07-15 - 2010-07-01 - CH - CDI/Philadelphia, PA - Inactive - - - - F266 - L266 - 266@hsesinfo.org - - - - - - - 4250 - 1605 - 13 - 90CH0023 - 2007-07-02 - 2009-07-01 - CH - CDI/Philadelphia EHS, PA - Inactive - - - - F266 - L266 - 266@hsesinfo.org - - - - - - - 4251 - 1605 - 13 - 90CH0024 - 2007-08-01 - 2009-07-31 - CH - CDI/Pointe Coupee, LA - Inactive - - - - F266 - L266 - 266@hsesinfo.org - - - - - - - 4252 - 1917 - 5 - 05CH8286 - 2007-09-01 - 2015-08-31 - CH - Childcare Network of Evanston - Inactive - - - - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 4253 - 230 - 5 - 05CH8287 - 2007-09-01 - 2025-06-30 - CH - The H Group, B.B.T. Inc. - Inactive - - - - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 4254 - 581 - 5 - 05CH8288 - 2007-09-01 - 2025-06-30 - CH - Chicago Commons Association - Inactive - F25174 - L25174 - 25174@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - - - - - - - 4515 - 1605 - 13 - 90CH0038 - 2008-05-01 - 2017-04-30 - CH - CDI/ PUERTO RICO, PR - Inactive - F27052 - L27052 - 27052@hsesinfo.org - F3538 - L3538 - 3538@hsesinfo.org - - - - - - - 4516 - 1605 - 13 - 90CH0039 - 2008-05-01 - 2010-04-30 - CH - CDI/Middlesex, NJ - Inactive - - - - F266 - L266 - 266@hsesinfo.org - - - - - - - 4517 - 505 - 10 - 10CH0177 - 2008-07-01 - 2014-06-30 - CH - Eastern Washington University - Inactive - F2437 - L2437 - 2437@hsesinfo.org - - - - - - - - - - 4518 - 603 - 10 - 10CH0178 - 2008-07-01 - 2013-06-30 - CH - MOUNTAIN STATES GROUP, INC. - Inactive - - - - - - - - - - - - - 4519 - 1605 - 13 - 90CH0040 - 2008-04-12 - 2010-04-11 - CH - CDI/ Tupelo, MS - Inactive - - - - F266 - L266 - 266@hsesinfo.org - - - - - - - 4520 - 1605 - 13 - 90CH0041 - 2008-06-01 - 2009-05-31 - CH - CDI/Middletown, CT - Inactive - - - - F266 - L266 - 266@hsesinfo.org - - - - - - - 4521 - 166 - 6 - 06CH7053 - 2008-07-01 - 2025-06-30 - CH - TMC - Inactive - - - - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 4522 - 1717 - 3 - 03CH3356 - 2008-08-01 - 2025-06-30 - CH - Spotsylvania County School District,The School Board of - Inactive - F2402 - L2402 - 2402@hsesinfo.org - - - - - - - - - - 4523 - 1605 - 13 - 90CH0042 - 2008-09-01 - 2013-08-30 - CH - CDI\ St. Louis, MO - Inactive - - - - - - - - - - - - - 4524 - 1605 - 13 - 90CH0043 - 2008-07-21 - 2012-07-20 - CH - CDI\ The Texas Wintergarden - Inactive - - - - - - - - - - - - - 4525 - 1605 - 13 - 90CH0044 - 2008-09-01 - 2010-08-31 - CH - CDI\ Northeast Harris Co. - Inactive - - - - F266 - L266 - 266@hsesinfo.org - - - - - - - 4533 - 1605 - 13 - 90CH0045 - 2008-09-01 - 2011-08-31 - CH - CDI\ Tri County Area, SC - Inactive - - - - - - - - - - - - - 4534 - 1605 - 13 - 90CH0046 - 2008-09-11 - 2012-09-10 - CH - CDI\ San Diego, CA - Inactive - - - - - - - - - - - - - 4580 - 1605 - 13 - 90CH0047 - 2008-09-16 - 2011-09-15 - CH - COMMUNITY DEVELOPMENT INSTITUTE HEAD START - Inactive - - - - - - - - - - - - - 4581 - 1605 - 13 - 90CH0048 - 2008-11-07 - 2012-11-06 - CH - CDI/ Mesa, Montrose, and Delta Co. - Inactive - - - - - - - - - - - - - 4582 - 343 - 6 - 06CH7054 - 2008-12-01 - 2025-06-30 - CH - Swisher County - Inactive - - - - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 4583 - 1792 - 1 - 01CH1523 - 2008-09-01 - 2014-06-30 - CH - PATHWAYS FOR CHILDREN, INC. - Inactive - - - - F13406 - L13406 - 13406@hsesinfo.org - - - - - - - 4584 - 1322 - 4 - 04CH4624 - 2009-02-01 - 2015-01-31 - CH - The Chiles Academy, Inc. - Inactive - F13325 - L13325 - 13325@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 4585 - 1605 - 13 - 90CH0049 - 2009-03-01 - 2013-02-28 - CH - Compton, Lynwood, Paramont and South Los Angeles - Inactive - - - - - - - - - - - - - 4586 - 919 - 12 - 90CM9794 - 2009-02-01 - 2025-06-30 - CM - Redlands Christian Migrant Association - Inactive - - - - F3028 - L3028 - 3028@hsesinfo.org - - - - - - - 4587 - 1605 - 13 - 90CH0050 - 2009-03-16 - 2012-03-15 - CH - CDI/Santa Isabel - Inactive - - - - - - - - - - - - - 4588 - 1605 - 13 - 90CH0051 - 2009-04-01 - 2011-03-31 - CH - CDI/South Hilo and North/ South Kona - Inactive - - - - F266 - L266 - 266@hsesinfo.org - - - - - - - 4590 - 274 - 6 - 06CH7055 - 2009-04-01 - 2025-06-30 - CH - Pointe Coupee Parish School Board - Inactive - - - - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 4591 - 1605 - 13 - 90CH0052 - 2009-05-30 - 2011-05-29 - CH - CDI/ Anchorage Alaska - Inactive - - - - F266 - L266 - 266@hsesinfo.org - - - - - - - 4635 - 1380 - 6 - 06CH0439 - 2009-02-01 - 2016-01-31 - CH - CHILD DEVELOPMENT COUNCIL OF ACADIANA INC - Inactive - - - - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 4636 - 2186 - 6 - 06CH0442 - 2000-05-01 - 2025-06-30 - CH - PEOPLE FOR PROGRESS, INC. - Inactive - - - - - - - - - - - - - 4637 - 228 - 6 - 06CH0443 - 2007-05-01 - 2015-06-30 - CH - SCURRY COMMUNITY SERVICES, INC. - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F12886 - L12886 - 12886@hsesinfo.org - - - - - - - 4638 - 976 - 6 - 06CH0444 - 2005-07-01 - 2025-06-30 - CH - Acadia Parish School Board - Inactive - - - - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 4639 - 2187 - 6 - 06CH0445 - 1999-07-01 - 2001-06-30 - CH - VERMILION PARISH POLICE JURY - Inactive - - - - - - - - - - - - - 4640 - 2188 - 6 - 06CH0446 - 1997-07-01 - 2000-05-31 - CH - JEFF DAVIS COUNCIL ON AGING INC - Inactive - - - - - - - - - - - - - 4641 - 884 - 6 - 06CH0447 - 2005-09-01 - 2025-06-30 - CH - Port Arthur Independent School District - Inactive - - - - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 4642 - 991 - 6 - 06CH0448 - 2005-09-01 - 2025-06-30 - CH - KERRVILLE INDEPENDENT SCHOOL DISTRICT - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 4644 - 808 - 6 - 06CH0473 - 2009-01-01 - 2020-06-30 - CH - Total Community Action, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - - - - - - 4645 - 107 - 6 - 06CH0475 - 2004-07-01 - 2025-06-30 - CH - Youth Development, Inc. - Inactive - - - - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 4646 - 2190 - 6 - 06CH0477 - 1996-08-22 - 1997-05-31 - CH - CREEK NATION OF OKLAHOMA - Inactive - - - - - - - - - - - - - 4647 - 1790 - 6 - 06CH0490 - 2008-08-01 - 2025-06-30 - CH - CHILD & FAMILY SERVICES, INC. - Inactive - - - - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 4648 - 154 - 6 - 06CH0495 - 2008-03-01 - 2010-12-01 - CH - ADVOCATES FOR CHILDREN AND FAMILIES, INC. - Inactive - - - - F2196 - L2196 - 2196@hsesinfo.org - - - - - - - 4649 - 1219 - 6 - 06CH0496 - 2008-06-01 - 2014-06-30 - CH - GREEN COUNTRY BEHAVIORAL HEALTH SERVICES, INC. - Inactive - F2185 - L2185 - 2185@hsesinfo.org - - - - - - - - - - 4650 - 2191 - 6 - 06CH0516 - 1998-01-01 - 1998-05-31 - CH - CITY OF TULSA - Inactive - - - - - - - - - - - - - 4651 - 1363 - 6 - 06CH0520 - 2006-01-01 - 2025-06-30 - CH - MORA INDEPENDENT SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 4652 - 1617 - 6 - 06CH0673 - 2009-06-01 - 2014-05-31 - CH - COMMUNITY SERVICES OFFICE, INC. - Inactive - - - - F2207 - L2207 - 2207@hsesinfo.org - - - - - - - 4653 - 2192 - 6 - 06CH0823 - 2003-07-01 - 2005-06-30 - CH - SAN PATRICIO COUNTY COMMUNITY ACTION AGENCY - Inactive - - - - - - - - - - - - - 4654 - 1086 - 6 - 06CH0901 - 2003-02-01 - 2016-06-30 - CH - EVANGELINE COMMUNITY ACTION AGENCY, INC. - Inactive - - - - F15375 - L15375 - 15375@hsesinfo.org - - - - - - - 4655 - 1106 - 6 - 06CH0907 - 2009-01-01 - 2015-06-30 - CH - Hill Country Community Action Association, Inc. - Inactive - - - - F13531 - L13531 - 13531@hsesinfo.org - - - - - - - 4656 - 447 - 6 - 06CH0929 - 2007-09-01 - 2014-08-31 - CH - WEBB COUNTY COMMISSIONERS/PROJECT HEAD START - Inactive - - - - F2204 - L2204 - 2204@hsesinfo.org - - - - - - - 4657 - 702 - 6 - 06CH1290 - 2008-09-01 - 2025-06-30 - CH - BEAUMONT INDEPENDENT SCHOOL DISTRICT - Inactive - - - - F2179 - L2179 - 2179@hsesinfo.org - - - - - - - 4658 - 424 - 6 - 06CH5002 - 2007-04-01 - 2025-06-30 - CH - CENLA COMMUNITY ACTION COMMITTEE, INC - Inactive - - - - F2193 - L2193 - 2193@hsesinfo.org - - - - - - - 4659 - 2193 - 6 - 06CH5004 - 1994-11-01 - 1995-10-31 - CH - SOUTH CENTRAL ARKANSAS CAA,INC. - Inactive - - - - - - - - - - - - - 4660 - 1489 - 6 - 06CH5019 - 2007-01-01 - 2016-06-30 - CH - SOUTHWEST OK COMMUNITY ACTION GROUP, INC - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - - - - - - - 4661 - 723 - 6 - 06CH5025 - 2007-01-01 - 2007-04-21 - CH - COMMUNITY ACTION COUNCIL OF SOUTH TEXAS - Inactive - - - - - - - - - - - - - 4662 - 1475 - 6 - 06CH5026 - 2006-05-01 - 2015-04-30 - CH - Black River Area Development Corporation - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 4663 - 923 - 6 - 06CH5036 - 2007-03-01 - 2025-06-30 - CH - NORTH CENTRAL ARKANSAS DEVELOPMENT COUNCIL, INC - Inactive - - - - - - - - - - - - - 4664 - 1870 - 6 - 06CH5047 - 2004-05-01 - 2014-06-30 - CH - Central Texas Opportunities, Inc. - Inactive - - - - - - - - - - - - - 4665 - 2194 - 6 - 06CH5048 - 1996-09-01 - 1997-08-31 - CH - EAST CENTRAL ARKANSAS ECONOMIC OPPORTUNITY CORPORATION - Inactive - - - - - - - - - - - - - 4666 - 1236 - 6 - 06CH5052 - 2009-01-01 - 2025-06-30 - CH - MISSISSIPPI COUNTY ARKANSAS ECON OPPORTUNITY COMM, INC - Inactive - - - - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 4667 - 1149 - 6 - 06CH5059 - 2003-05-01 - 2025-06-30 - CH - Economic Opportunities Advancement Corporation of Planning Region XI - Inactive - - - - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 4668 - 1268 - 6 - 06CH5060 - 2002-12-01 - 2025-06-30 - CH - Community Services Agency of South Texas, Inc. - Inactive - - - - F12886 - L12886 - 12886@hsesinfo.org - - - - - - - 4669 - 833 - 6 - 06CH5061 - 1998-06-01 - 2014-05-31 - CH - GULF COAST COMMUNITY SERVICES ASSOCIATION - Inactive - - - - - - - - - - - - - 4670 - 1190 - 6 - 06CH5071 - 2001-12-01 - 2025-06-30 - CH - ECONOMIC OPPORTUNITIES DEV CORP OF ATASCOSA, - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 4671 - 1148 - 6 - 06CH5072 - 2006-01-01 - 2025-06-30 - CH - SOUTHWEST ARKANSAS DEVELOPMENT COUNCIL, INC - Inactive - - - - F15375 - L15375 - 15375@hsesinfo.org - - - - - - - 4672 - 1404 - 6 - 06CH5075 - 2004-05-01 - 2014-06-30 - CH - TWIN RIVERS COMMUNITY ACTION AGENCY, INC - Inactive - - - - - - - - - - - - - 4673 - 1293 - 6 - 06CH5091 - 2006-12-01 - 2025-06-30 - CH - LINCOLN TOTAL COMMUNITY ACTION COMMITTEE - Inactive - - - - - - - - - - - - - 4674 - 1387 - 6 - 06CH5097 - 2008-05-01 - 2014-04-30 - CH - Tri-County Community Action, Inc. - Inactive - - - - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 4681 - 456 - 2 - 02CH9885 - 1998-08-01 - 2015-06-30 - CH - Municipality of Adjuntas - Inactive - F2342 - L2342 - 2342@hsesinfo.org - - - - - - - - - - 4707 - 1633 - 6 - 06CH6998 - 2005-01-01 - 2014-12-31 - CH - Harris County Department of Education - Inactive - F2185 - L2185 - 2185@hsesinfo.org - - - - - - - - - - 4709 - 670 - 6 - 06CH6999 - 1998-09-15 - 2025-06-30 - CH - NEIGHBORHOOD CENTERS, INC - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - - - - - - - 4758 - 2055 - 1 - 01CH1080 - 1997-05-01 - 1998-12-31 - CH - COMMUNITY ACTION FOR GREATER MIDDLESEX CTY,INC. - Inactive - - - - - - - - - - - - - 4759 - 540 - 1 - 01CH1114 - 2001-02-01 - 2013-06-30 - CH - COMMUNITY ACTION OF FRANKLIN, HAMPSHIRE AND N. QUABBIN - Inactive - - - - F13406 - L13406 - 13406@hsesinfo.org - - - - - - - 4760 - 1780 - 1 - 01CH1149 - 2001-01-01 - 2015-12-31 - CH - TRIUMPH, INC - Inactive - - - - F229 - L229 - 229@hsesinfo.org - - - - - - - 4761 - 2056 - 1 - 01CH1151 - 2001-07-01 - 2007-03-31 - CH - COMMUNITY ACTION COMMITTEE OF DANBURY, INC - Inactive - - - - - - - - - - - - - 4762 - 883 - 1 - 01CH1164 - 2005-05-01 - 2016-04-30 - CH - TRAINING, EDUCATION AND MANPOWER, INC. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - - - - - - 4763 - 2057 - 1 - 01CH1172 - 2004-01-01 - 2005-12-31 - CH - HAMPSHIRE COMMUNITY ACTION COMMISSION, INC - Inactive - - - - - - - - - - - - - 4764 - 1142 - 1 - 01CH1366 - 2001-06-01 - 2015-11-30 - CH - COMMUNITY ACTION PARTNERSHIP OF STRAFFORD COUNTY - Inactive - - - - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 4765 - 1508 - 1 - 01CH1376 - 2000-06-01 - 2015-08-31 - CH - QUINCY COMMUNITY ACTION PROGRAM, INC - Inactive - F14152 - L14152 - 14152@hsesinfo.org - - - - - - - - - - 4766 - 996 - 1 - 01CH1409 - 2003-06-01 - 2014-05-31 - CH - AROOSTOOK COUNTY ACTION PROGRAM, INC - Inactive - F14152 - L14152 - 14152@hsesinfo.org - - - - - - - - - - 4770 - 2061 - 1 - 01CH0237 - 1991-09-01 - 1993-08-31 - CH - WESTERN MAINE COMMUNITY ACTION, INC - Inactive - - - - - - - - - - - - - 4771 - 2062 - 1 - 01CH0245 - 1996-05-01 - 1998-04-30 - CH - CENTER FOR FAMILY DEVELOPMENT CFD OF BEVERLY INC - Inactive - - - - - - - - - - - - - 4772 - 2063 - 2 - 02CH0005 - 2000-07-01 - 2002-06-30 - CH - PASSAIC CITY HUMAN RESOURCES DEPARTMENT - Inactive - - - - - - - - - - - - - 4773 - 1774 - 2 - 02CH0006 - 1992-08-01 - 2025-06-30 - CH - Glen Cove Child Day Care Center, Inc. - Inactive - - - - F2359 - L2359 - 2359@hsesinfo.org - - - - - - - 4774 - 2064 - 2 - 02CH0052 - 1992-04-01 - 2000-06-30 - CH - COMMUNITY ACTION OF GREENE COUNTY, INC. - Inactive - - - - - - - - - - - - - 4775 - 1051 - 2 - 02CH0053 - 1992-07-01 - 2025-06-30 - CH - Oswego County Opportunites, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 4776 - 543 - 2 - 02CH0057 - 1992-04-01 - 2016-06-30 - CH - HOPES Community Action Partnership, Inc. - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - - - - - - - 4777 - 741 - 2 - 02CH0060 - 1992-04-01 - 2016-06-30 - CH - NORTH HUDSON COMMUNITY ACTION CORPORATION - Inactive - - - - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 4778 - 1282 - 2 - 02CH0080 - 1991-12-01 - 2025-06-30 - CH - Concerned Parents for Head Start - Inactive - F2342 - L2342 - 2342@hsesinfo.org - F13554 - L13554 - 13554@hsesinfo.org - - - - - - - 4779 - 2065 - 2 - 02CH0212 - 2003-11-01 - 2004-10-31 - CH - INTER-COMMUNITY COORDINATING COUNCIL, INC - Inactive - - - - - - - - - - - - - 4780 - 2066 - 2 - 02CH0214 - 1997-01-01 - 2025-06-30 - CH - SECOND STREET YOUTH CENTER FOUNDATION, INC. - Inactive - - - - - - - - - - - - - 4781 - 2067 - 2 - 02CH0217 - 1992-09-01 - 2025-06-30 - CH - Early Learning Center of White Plains - Inactive - - - - - - - - - - - - - 4782 - 916 - 2 - 02CH0218 - 1991-11-01 - 2016-06-30 - CH - Astor Services for Children and Families - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - - - - - - - 4783 - 2068 - 2 - 02CH0219 - 2005-01-01 - 2005-12-31 - CH - UNION TOWNSHIP COMMUNITY ACTION ORGANIZATION, INC - Inactive - - - - - - - - - - - - - 4784 - 1306 - 2 - 02CH0230 - 1992-03-01 - 2025-06-30 - CH - Lewis County Head Start, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - - - - - - - 4785 - 181 - 2 - 02CH0232 - 1991-11-01 - 2014-06-30 - CH - COLUMBIA OPPORTUNITIES, INC - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 4786 - 1834 - 2 - 02CH0234 - 1992-01-01 - 2025-06-30 - CH - Schoharie County Child Development Council, Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 4787 - 506 - 2 - 02CH0235 - 1992-09-01 - 2025-06-30 - CH - CENTER FOR FAMILY RESOURCES, INC. - Inactive - - - - - - - - - - - - - 4788 - 1448 - 2 - 02CH0236 - 1991-11-01 - 2025-06-30 - CH - Family Enrichment Network, Inc. - Inactive - - - - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 4789 - 1217 - 2 - 02CH0242 - 1992-09-01 - 2025-06-30 - CH - Madison County Cooperative Extension - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 4790 - 2069 - 2 - 02CH0243 - 2006-11-01 - 2007-10-31 - CH - Mercer County Head Start - Inactive - - - - - - - - - - - - - 4791 - 467 - 2 - 02CH0245 - 1991-12-01 - 2014-06-30 - CH - Community Program Centers of Long Island, Inc. - Inactive - F2339 - L2339 - 2339@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - - - - - - - 4792 - 2070 - 2 - 02CH0247 - 1992-06-01 - 2025-06-30 - CH - UTICA HEADSTART CHILDREN & FAMILIES, INC - Inactive - - - - - - - - - - - - - 4793 - 1654 - 2 - 02CH0248 - 1992-03-01 - 2025-06-30 - CH - Morris County Head Start Community Program, Inc. - Inactive - F2340 - L2340 - 2340@hsesinfo.org - - - - - - - - - - 4794 - 2071 - 2 - 02CH0249 - 1997-01-01 - 1998-01-31 - CH - COUNCIL OF JEWISH ORGANIZATIONS - Inactive - - - - - - - - - - - - - 4795 - 2072 - 2 - 02CH0250 - 1996-01-01 - 1996-05-31 - CH - KIRYAS JOEL SOCIAL SVC ORGANIZATION - Inactive - - - - - - - - - - - - - 4796 - 1685 - 2 - 02CH0251 - 1992-01-01 - 2014-06-30 - CH - East Orange Child Development Corporation - Inactive - - - - - - - - - - - - - 4797 - 606 - 2 - 02CH0253 - 1992-02-01 - 2014-01-31 - CH - Educational Alliance - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 4872 - 1238 - 6 - 06CH7000 - 1998-09-15 - 2025-06-30 - CH - AVANCE - Houston, Inc. - Inactive - - - - - - - - - - - - - 4885 - 1401 - 12 - 90CM9788 - 1998-03-01 - 2014-02-28 - CM - Central California Migrant Head Start Program - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - - - - - - - 4927 - 1121 - 5 - 05CH5042 - 1992-03-01 - 2014-02-28 - CH - CHILD-ADULT RESOURCE SERVICES, INC - Inactive - F13564 - L13564 - 13564@hsesinfo.org - - - - - - - - - - 4928 - 1138 - 5 - 05CH5045 - 1992-08-01 - 2016-07-31 - CH - Renewal Unlimited, Inc. - Inactive - - - - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 4929 - 1186 - 5 - 05CH5046 - 1992-07-01 - 2025-06-30 - CH - Family & Child Learning Centers of Northeast Wisconsin - Inactive - - - - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 4930 - 1169 - 5 - 05CH5100 - 1992-01-01 - 2016-06-30 - CH - Lake-Geauga United Head Start, Inc. - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 4931 - 1576 - 5 - 05CH5106 - 1992-07-01 - 2025-06-30 - CH - PACT FOR WEST CENTRAL ILLINOIS - Inactive - - - - - - - - - - - - - 4932 - 1953 - 5 - 05CH5141 - 1992-07-01 - 2025-06-30 - CH - Board of Trustees of Southern Illinois University - Inactive - - - - - - - - - - - - - 4933 - 2165 - 5 - 05CH5143 - 1992-09-01 - 2025-06-30 - CH - WAYNE COUNTY REGIONAL EDUCATIONAL SERVICE AGENCY - Inactive - - - - - - - - - - - - - 4934 - 176 - 5 - 05CH5144 - 1992-07-01 - 2025-06-30 - CH - SOUTHFIELD PUBLIC SCHOOLS - Inactive - - - - - - - - - - - - - 4935 - 1215 - 5 - 05CH5146 - 1992-07-01 - 2014-06-30 - CH - Parents In Community Action, Inc. - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F13894 - L13894 - 13894@hsesinfo.org - - - - - - - 4936 - 613 - 5 - 05CH5154 - 1992-07-01 - 2013-06-30 - CH - WEST BEND JOINT SCHOOL DISTRICT 1 - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 4937 - 1331 - 5 - 05CH5210 - 1992-02-01 - 2025-06-30 - CH - TRI COUNTY COUNCIL FOR CHILD DEVELOPMENT - Inactive - - - - F24149 - L24149 - 24149@hsesinfo.org - - - - - - - 4938 - 291 - 5 - 05CH5221 - 1997-07-01 - 2025-06-30 - CH - WOOD COUNTY HEAD START, INC - Inactive - - - - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 4939 - 1118 - 5 - 05CH5223 - 1992-04-01 - 2016-06-30 - CH - Reach-Up, Inc. - Inactive - - - - - - - - - - - - - 4940 - 325 - 5 - 05CH5225 - 1992-07-01 - 2025-06-30 - CH - CHILD FOCUS, INC. - Inactive - - - - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 4941 - 1656 - 5 - 05CH5227 - 1992-09-01 - 2025-06-30 - CH - WEST CENTRAL COMMUNITY SERVICES, INC. - Inactive - - - - - - - - - - - - - 4942 - 1981 - 5 - 05CH5229 - 2010-07-01 - 2011-02-28 - CH - URBAN LEAGUE OF MADISON COUNTY - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 4943 - 2166 - 5 - 05CH5230 - 1995-02-01 - 1995-10-06 - CH - WOODLAND CENTERS, INC - Inactive - - - - - - - - - - - - - 4944 - 1313 - 5 - 05CH5278 - 1992-01-01 - 2025-06-30 - CH - Dane County Parent Council, Inc. - Inactive - - - - F14177 - L14177 - 14177@hsesinfo.org - - - - - - - 4945 - 1256 - 5 - 05CH5299 - 1992-08-01 - 2025-06-30 - CH - SPRINGFIELD URBAN LEAGUE, INC. - Inactive - - - - F14177 - L14177 - 14177@hsesinfo.org - - - - - - - 4946 - 194 - 5 - 05CH5331 - 1991-12-01 - 2025-06-30 - CH - CELINA CITY SCHOOLS - Inactive - - - - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 4947 - 628 - 5 - 05CH5335 - 1992-08-01 - 2025-06-30 - CH - Duluth Public School District #709 - Inactive - - - - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 4948 - 2167 - 5 - 05CH5369 - 1994-11-01 - 1995-05-31 - CH - ALLEN COUNTY SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 4949 - 727 - 5 - 05CH5444 - 1991-02-01 - 2013-06-30 - CH - MIAMI VALLEY CHILD DEVELOPMENT CENTERS, Inc. - Inactive - - - - F13233 - L13233 - 13233@hsesinfo.org - - - - - - - 4950 - 962 - 5 - 05CH5445 - 1992-02-01 - 2025-06-30 - CH - BUTLER COUNTY EDUCATIONAL SERVICE CENTER - Inactive - - - - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 4951 - 1553 - 5 - 05CH5508 - 1992-01-01 - 2025-06-30 - CH - COOPERATIVE EDUCATIONAL SERVICES AGENCY #2 - Inactive - F25174 - L25174 - 25174@hsesinfo.org - - - - - - - - - - 4952 - 1288 - 5 - 05CH5556 - 1989-12-01 - 2013-11-30 - CH - FAMILY FORUM, INC. - Inactive - - - - F13233 - L13233 - 13233@hsesinfo.org - - - - - - - 4953 - 866 - 5 - 05CH5560 - 1992-01-01 - 2025-06-30 - CH - Riverbend Head Start and Family Services - Inactive - - - - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 4954 - 290 - 5 - 05CH6001 - 2006-07-01 - 2025-06-30 - CH - Cooperative Educational Service Agency #7 - Inactive - - - - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 4955 - 2168 - 5 - 05CH6026 - 1991-12-01 - 2025-06-30 - CH - HANSEL NEIGHBORHOOD SERVICES CENTER - Inactive - - - - - - - - - - - - - 4956 - 1242 - 5 - 05CH6100 - 1992-01-01 - 2025-06-30 - CH - Ounce of Prevention Fund - Inactive - - - - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 4957 - 308 - 5 - 05CH6101 - 1993-09-01 - 2025-06-30 - CH - SOUTHERN SEVEN HEALTH DEPARTMENT - Inactive - - - - F14177 - L14177 - 14177@hsesinfo.org - - - - - - - 4958 - 113 - 5 - 05CH6105 - 1994-03-01 - 2025-06-30 - CH - Champaign County - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - - - - - - 4959 - 1722 - 5 - 05CH7056 - 1997-03-01 - 2025-06-30 - CH - Family Development Services, Inc. - Inactive - - - - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 4960 - 1567 - 5 - 05CH7059 - 1997-02-01 - 2025-06-30 - CH - Kankakee-Iroquois Regional Planning Commission - Inactive - - - - - - - - - - - - - 4961 - 5080 - 5 - 05CH7080 - 1997-02-01 - 2025-06-30 - CH - GEMINUS CORPORATION - Inactive - - - - - - - - - - - - - 4962 - 1063 - 5 - 05CH8256 - 1992-09-01 - 2025-06-30 - CH - Kankakee School District # 111 - Inactive - - - - - - - - - - - - - 4963 - 2169 - 5 - 05CH0873 - 1997-02-01 - 1997-05-31 - CH - COMMUNITY ACTION COUNCIL OF PORTAGE COUNTY - Inactive - - - - - - - - - - - - - 5007 - 2299 - 11 - 90CI0146 - 2000-02-01 - 2002-01-31 - CI - CROW TRIBE OF INDIANS - Inactive - - - - - - - - - - - - - 5008 - 212 - 11 - 90CI0147 - 1992-04-01 - 2025-06-30 - CI - CADDO INDIAN TRIBE OF OKLAHOMA - Inactive - - - - F3536 - L3536 - 3536@hsesinfo.org - - - - - - - 5009 - 504 - 11 - 90CI0149 - 1992-09-01 - 2025-06-30 - CI - SANTO DOMINGO PUEBLO TRIBE - Inactive - - - - F3543 - L3543 - 3543@hsesinfo.org - - - - - - - 5010 - 1216 - 11 - 90CI0158 - 1992-06-01 - 2025-06-30 - CI - Grand Traverse Band of Ottawa and Chippewa Indians - Inactive - F3537 - L3537 - 3537@hsesinfo.org - - - - - - - - - - 5035 - 2688 - 10 - 10CH0162 - 1998-04-01 - 1999-03-31 - CH - ID ST DEPARTMENT OF HEALTH & WELFARE - Inactive - - - - - - - - - - - - - 5036 - 1249 - 1 - 01CH1501 - 2001-01-01 - 2015-12-31 - CH - United Children's Services, Inc. - Inactive - - - - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 5095 - 1079 - 5 - 05CH4042 - 1986-04-01 - 2025-06-30 - CH - The Community Action Program Corporation of - Inactive - - - - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 5096 - 334 - 5 - 05CH4045 - 1991-01-01 - 2015-11-30 - CH - Area IV Agency on Aging and Community Action Programs - Inactive - F13564 - L13564 - 13564@hsesinfo.org - - - - - - - - - - 5097 - 2170 - 5 - 05CH4049 - 1997-08-01 - 2025-06-30 - CH - MANSFIELD-RICHLAND-MORROW TOAP, INC. - Inactive - - - - - - - - - - - - - 5098 - 1115 - 5 - 05CH4089 - 1985-09-01 - 2014-06-30 - CH - COMMUNITY ACTION AGENCY OF COLUMBIANA COUNTY, INC. - Inactive - F25174 - L25174 - 25174@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - - - - - - - 5099 - 470 - 5 - 05CH4128 - 2001-01-01 - 2025-06-30 - CH - PRAIRIE FIVE COMMUNITY ACTION COUNCIL, INC - Inactive - - - - - - - - - - - - - 5100 - 739 - 5 - 05CH4133 - 1986-01-01 - 2025-06-30 - CH - Hocking Athens Perry Community Action - Inactive - - - - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 5101 - 971 - 5 - 05CH4135 - 1986-02-01 - 2016-01-31 - CH - Scott-Carver-Dakota Community Action Agency - Inactive - - - - - - - - - - - - - 5102 - 1622 - 5 - 05CH4139 - 1985-09-01 - 2025-06-30 - CH - QUINCY PUBLIC SCHOOLS, DISTRICT #172 - Inactive - F25174 - L25174 - 25174@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 5103 - 893 - 5 - 05CH4148 - 1986-01-01 - 2025-06-30 - CH - NORTHWESTERN OHIO COMMUNITY ACTION COMMISSION - Inactive - - - - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 5104 - 911 - 5 - 05CH4185 - 1986-04-01 - 2025-06-30 - CH - Community Action Partnership of Central Illinois - Inactive - - - - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 5105 - 998 - 5 - 05CH4202 - 1986-02-01 - 2025-06-30 - CH - COMMUNITY ACTION PROGRAM INC. OF WESTERN INDIANA - Inactive - - - - - - - - - - - - - 5106 - 1423 - 5 - 05CH4208 - 1985-08-01 - 2025-06-30 - CH - Community Action Agency for McHenry County, Inc. - Inactive - F25174 - L25174 - 25174@hsesinfo.org - - - - - - - - - - 5107 - 541 - 5 - 05CH5032 - 1985-07-01 - 2025-06-30 - CH - LIFELINK CORPORATION - Inactive - F13564 - L13564 - 13564@hsesinfo.org - - - - - - - - - - 5108 - 125 - 5 - 05CH5228 - 1986-04-01 - 2014-06-30 - CH - SOUTHERN ILLINOIS UNIVERSITY AT EDWARDSVILLE - Inactive - - - - - - - - - - - - - 5111 - 796 - 6 - 06CH0003 - 2001-05-01 - 2014-04-30 - CH - CHILD, INC - Inactive - - - - F12886 - L12886 - 12886@hsesinfo.org - - - - - - - 5112 - 192 - 6 - 06CH0004 - 2009-06-01 - 2025-06-30 - CH - BONHAM INDEPENDENT SCHOOL DISTRICT - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2179 - L2179 - 2179@hsesinfo.org - - - - - - - 5113 - 6302 - 6 - 06CH0005 - 2008-07-01 - 2025-06-30 - CH - LAS CRUCES SCHOOL DISTRICT #2 - Inactive - F2185 - L2185 - 2185@hsesinfo.org - - - - - - - - - - 5114 - 227 - 6 - 06CH0009 - 2004-03-01 - 2015-02-28 - CH - LUBBOCK INDEPENDENT SCHOOL DISTRICT - Inactive - - - - F2204 - L2204 - 2204@hsesinfo.org - - - - - - - 5115 - 1718 - 6 - 06CH0017 - 2008-09-01 - 2014-08-31 - CH - CHILD DEVELOPMENT COUNCIL OF BRAZORIA - Inactive - - - - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 5116 - 716 - 6 - 06CH0018 - 2009-04-01 - 2015-03-31 - CH - Community Action Agency of Oklahoma City and Oklahoma/C - Inactive - - - - - - - - - - - - - 5117 - 2173 - 6 - 06CH0020 - 2001-07-01 - 2003-04-30 - CH - EAST CARROLL PARISH POLICE JURY - Inactive - - - - - - - - - - - - - 5118 - 2174 - 6 - 06CH0025 - 1993-07-01 - 1994-06-30 - CH - ACADIA VERMILLION COMMUNITY ACTION PROGRAM - Inactive - - - - - - - - - - - - - 5119 - 639 - 6 - 06CH0065 - 2008-01-01 - 2025-06-30 - CH - BATON ROUGE CITY OF & PARISH - Inactive - - - - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 5120 - 3422 - 6 - 06CH0107 - 2008-02-01 - 2013-06-30 - CH - City of San Antonio - Inactive - F2185 - L2185 - 2185@hsesinfo.org - - - - - - - - - - 5121 - 2175 - 6 - 06CH0108 - 1999-06-01 - 2003-06-30 - CH - CALCASIEU PARISH (HEAD START) - Inactive - - - - - - - - - - - - - 5122 - 165 - 6 - 06CH0129 - 2004-09-01 - 2025-06-30 - CH - NUECES COUNTY COMMUNITY ACTION AGENCY - Inactive - - - - - - - - - - - - - 5123 - 2176 - 6 - 06CH0139 - 1998-01-01 - 1998-12-31 - CH - MESA VISTA CONSOLIDATED SCHOOL DISTRICT #6 - Inactive - - - - - - - - - - - - - 5124 - 1488 - 6 - 06CH0148 - 2006-04-01 - 2025-06-30 - CH - MOREHOUSE COMMUNITY IMPROVEMENT ORGANIZATION, INC - Inactive - - - - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 5125 - 313 - 6 - 06CH0160 - 2004-04-01 - 2025-06-30 - CH - HEAD START CHILD & FAMILY SERVICES, INC. - Inactive - - - - F2207 - L2207 - 2207@hsesinfo.org - - - - - - - 5126 - 1973 - 6 - 06CH0175 - 2007-08-01 - 2025-06-30 - CH - BEE COMMUNITY ACTION AGENCY - Inactive - - - - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 5127 - 941 - 6 - 06CH0176 - 2007-08-01 - 2015-06-30 - CH - ST JAMES PARISH COUNCIL - Inactive - - - - F15375 - L15375 - 15375@hsesinfo.org - - - - - - - 5128 - 509 - 6 - 06CH0183 - 2005-01-01 - 2016-06-30 - CH - Hidalgo County Head Start Program - Inactive - - - - F2179 - L2179 - 2179@hsesinfo.org - - - - - - - 5129 - 1972 - 6 - 06CH0190 - 2009-02-01 - 2025-06-30 - CH - BOSSIER OFFICE OF COMMUNITY SERVICES - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 5130 - 453 - 6 - 06CH0201 - 2007-01-01 - 2013-12-31 - CH - NORTHWEST ARKANSAS HEAD START - Inactive - - - - F2207 - L2207 - 2207@hsesinfo.org - - - - - - - 5131 - 1064 - 6 - 06CH0217 - 2005-07-01 - 2025-06-30 - CH - ASCENSION PARISH SCHOOL BOARD - Inactive - - - - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 5132 - 1904 - 6 - 06CH0219 - 2008-07-01 - 2015-06-30 - CH - Region 16 Education Service Center - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 5133 - 1594 - 6 - 06CH0220 - 2001-12-01 - 2025-06-30 - CH - PINE BELT MULTI-PURPOSE AGENCY - Inactive - - - - F2193 - L2193 - 2193@hsesinfo.org - - - - - - - 5134 - 446 - 6 - 06CH0221 - 2000-12-01 - 2025-06-30 - CH - NATIVE AMERICAN COALITION OF TULSA - Inactive - - - - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 5135 - 417 - 6 - 06CH0222 - 2000-07-01 - 2013-12-02 - CH - HELP - New Mexico, Inc. - Inactive - - - - - - - - - - - - - 5136 - 899 - 11 - 90CI0159 - 1992-08-01 - 2025-06-30 - CI - OTOE-MISSOURIA TRIBAL COUNCIL - Inactive - - - - F3543 - L3543 - 3543@hsesinfo.org - - - - - - - 5137 - 3426 - 11 - 90CI0161 - 1992-09-01 - 2025-06-30 - CI - Fairbanks Native Association - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 5138 - 434 - 11 - 90CI0163 - 1992-12-01 - 2025-06-30 - CI - Sisseton Wahpeton Sioux Tribe - Inactive - - - - F14171 - L14171 - 14171@hsesinfo.org - - - - - - - 5139 - 1271 - 11 - 90CI0170 - 1993-04-01 - 2004-03-31 - CI - Forest County Potawatomi Community - Inactive - - - - - - - - - - - - - 5140 - 718 - 11 - 90CI0171 - 1992-09-01 - 2025-06-30 - CI - Gila River Indian Community - Inactive - F25722 - L25722 - 25722@hsesinfo.org - - - - - - - - - - 5141 - 1469 - 11 - 90CI0172 - 1993-01-01 - 2025-06-30 - CI - SOUTH CENTRAL FOUNDATION - Inactive - - - - - - - - - - - - - 5142 - 461 - 11 - 90CI0174 - 1993-06-01 - 2025-06-30 - CI - Spokane Tribe of Indians - Inactive - - - - - - - - - - - - - 5143 - 1753 - 11 - 90CI0175 - 1993-06-01 - 2025-06-30 - CI - YUROK TRIBE - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - - - - - - - 5144 - 3424 - 11 - 90CI0176 - 1993-09-01 - 2025-06-30 - CI - RINCON SAN LUISENO BAND OF MISSION INDIANS - Inactive - - - - - - - - - - - - - 5145 - 844 - 11 - 90CI0177 - 1993-09-01 - 2025-06-30 - CI - Passamaquoddy Tribe (Pleasant Point Reservattion) - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - - - - - - - 5146 - 1340 - 11 - 90CI0178 - 1993-09-01 - 2025-06-30 - CI - OR Confederated Tribes of the Umatilla - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - - - - - - - 5147 - 1427 - 11 - 90CI0179 - 2009-07-01 - 2025-06-30 - CI - Karuk Tribe - Inactive - F15957 - L15957 - 15957@hsesinfo.org - - - - - - - - - - 5148 - 1443 - 11 - 90CI0180 - 1994-01-01 - 2025-06-30 - CI - ROUND VALLEY INDIAN TRIBE - Inactive - F15957 - L15957 - 15957@hsesinfo.org - - - - - - - - - - 5149 - 1050 - 11 - 90CI0181 - 1994-01-01 - 2025-06-30 - CI - MORONGO BAND OF MISSION INDIANS - Inactive - - - - - - - - - - - - - 5150 - 985 - 11 - 90CI0182 - 2006-07-01 - 2015-06-30 - CI - RED CLIFF BAND OF LAKE SUPERIOR CHIPPEWAS - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - - - - - - - 5151 - 119 - 11 - 90CI0183 - 1994-08-01 - 2025-06-30 - CI - REDDING RANCHERIA INDIAN HEALTH SERVICES - Inactive - - - - - - - - - - - - - 5152 - 986 - 11 - 90CI0186 - 2006-09-01 - 2013-08-31 - CI - Sault Ste. Marie Tribe of Chippewa Indians - Inactive - - - - - - - - - - - - - 5153 - 698 - 11 - 90CI0187 - 1994-09-01 - 2025-06-30 - CI - California Rural Indian Health Board, Inc. - Inactive - F3537 - L3537 - 3537@hsesinfo.org - - - - - - - - - - 5154 - 1941 - 11 - 90CI0190 - 1995-06-01 - 2025-06-30 - CI - AROOSTOOK BAND OF MICMAC INDIANS - Inactive - - - - F3533 - L3533 - 3533@hsesinfo.org - - - - - - - 5155 - 583 - 11 - 90CI0191 - 1995-05-01 - 2025-06-30 - CI - Chugachmiut - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 5156 - 415 - 11 - 90CI0192 - 1995-06-01 - 2025-06-30 - CI - Prairie Band of Potawatomi Indians - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - - - - - - - 5157 - 2300 - 11 - 90CI0195 - 1996-12-01 - 1997-11-30 - CI - INTER-TRIBAL COUNCIL OF NEVADA - Inactive - - - - - - - - - - - - - 5158 - 263 - 11 - 90CI0198 - 1996-09-01 - 2025-06-30 - CI - WASHOE TRIBAL COUNCIL - Inactive - F15957 - L15957 - 15957@hsesinfo.org - - - - - - - - - - 5159 - 1741 - 11 - 90CI0199 - 1996-09-01 - 2025-06-30 - CI - CAMPO BAND OF MISSION INDIANS - Inactive - - - - - - - - - - - - - 5160 - 1204 - 11 - 90CI0203 - 1992-01-01 - 2025-06-30 - CI - Three Affiliated Tribes - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - - - - - - - 5161 - 1501 - 11 - 90CI0205 - 1997-09-18 - 2025-06-30 - CI - Osage Tribal Council - Inactive - - - - F3536 - L3536 - 3536@hsesinfo.org - - - - - - - 5162 - 3425 - 11 - 90CI0215 - 1992-01-01 - 2025-06-30 - CI - Pueblo of Acoma Tribal Council - Inactive - - - - - - - - - - - - - 5163 - 1240 - 11 - 90CI0248 - 1992-01-01 - 2025-06-30 - CI - Confederated Tribes of the Colville Indian Reserva - Inactive - F33086 - L33086 - 33086@hsesinfo.org - - - - - - - - - - 5164 - 837 - 11 - 90CI0296 - 1992-02-01 - 2025-06-30 - CI - Red Lake Band of Chippewa Indians - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - - - - - - - 5165 - 598 - 11 - 90CI0308 - 1992-09-01 - 2025-06-30 - CI - WHITE EARTH RESERVATION BUSINESS COMMITTEE (HEAD START) - Inactive - - - - F3541 - L3541 - 3541@hsesinfo.org - - - - - - - 5166 - 537 - 11 - 90CI0335 - 1992-04-01 - 2025-06-30 - CI - Leech Lake Reservation Business Committee - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - - - - - - - 5167 - 3427 - 11 - 90CI0376 - 2005-12-01 - 2025-06-30 - CI - ONEIDA TRIBE OF INDIANS OF WISCONSIN - Inactive - - - - - - - - - - - - - 5168 - 1707 - 11 - 90CI0496 - 1991-12-01 - 2025-06-30 - CI - QUINAULT INDIAN NATION - Inactive - F11856 - L11856 - 11856@hsesinfo.org - - - - - - - - - - 5169 - 637 - 11 - 90CI0497 - 1992-07-01 - 2025-06-30 - CI - Makah Tribal Council - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - - - - - - - 5170 - 565 - 11 - 90CI0557 - 1992-01-01 - 2025-06-30 - CI - Pueblo of Zuni - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - - - - - - - 5171 - 630 - 11 - 90CI0663 - 1992-05-01 - 2025-06-30 - CI - Inter-Tribal Council of Nevada - Inactive - F3537 - L3537 - 3537@hsesinfo.org - - - - - - - - - - 5172 - 517 - 11 - 90CI0676 - 1992-04-01 - 2025-06-30 - CI - Lac Courte Oreilles Tribal - Inactive - - - - F3541 - L3541 - 3541@hsesinfo.org - - - - - - - 5173 - 1832 - 11 - 90CI0677 - 1992-04-01 - 2025-06-30 - CI - HO-CHUNK NATION - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - - - - - - - 5174 - 731 - 11 - 90CI0678 - 1992-04-01 - 2025-06-30 - CI - LAC DU FLAMBEAU BAND OF LAKE SUPERIOR CHIPPEWA INDIANS - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - - - - - - - 5175 - 938 - 11 - 90CI0679 - 1992-04-01 - 2025-06-30 - CI - STOCKBRIDGE-MUNSEE TRIBAL COUNCIL (HEAD START) - Inactive - - - - - - - - - - - - - 5176 - 455 - 11 - 90CI0680 - 1992-07-01 - 2025-06-30 - CI - Bad River Band of Lake Superior Chippewa Indians - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - - - - - - - 5177 - 721 - 11 - 90CI0689 - 1992-02-01 - 2015-01-31 - CI - EASTERN BAND OF CHEROKEE INDIANS - Inactive - - - - - - - - - - - - - 5178 - 823 - 11 - 90CI0709 - 1992-07-01 - 2025-06-30 - CI - Nez Perce Tribe - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - - - - - - - 5179 - 310 - 11 - 90CI0760 - 1992-01-01 - 2025-06-30 - CI - San Carlos Apache Tribe - Inactive - - - - - - - - - - - - - 5197 - 1276 - 7 - 07CH7029 - 1998-07-01 - 2015-06-30 - CH - Youth in Need, Inc. - Inactive - F11828 - L11828 - 11828@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - - - - - - - 5217 - 1841 - 6 - 06CH6995 - 2006-01-01 - 2025-06-30 - CH - Community Action Project of Tulsa County, Inc. - Inactive - - - - - - - - - - - - - 5222 - 335 - 11 - 90CI0104 - 2011-11-01 - 2015-10-31 - CI - PUEBLO OF SAN FELIPE (IMPD) - Inactive - F15738 - L15738 - 15738@hsesinfo.org - - - - - - - - - - 5223 - 494 - 11 - 90CI0120 - 1991-11-01 - 2014-04-30 - CI - Spirit Lake Tribe - Inactive - - - - - - - - - - - - - 5224 - 1506 - 11 - 90CI0121 - 1991-11-01 - 2025-06-30 - CI - Inter-Tribal Council of Michigan, Inc. - Inactive - F11856 - L11856 - 11856@hsesinfo.org - - - - - - - - - - 5225 - 1429 - 11 - 90CI0122 - 1991-11-01 - 2025-06-30 - CI - Skokomish Indian Tribe - Inactive - F25722 - L25722 - 25722@hsesinfo.org - - - - - - - - - - 5226 - 934 - 11 - 90CI0200 - 1996-11-01 - 2025-06-30 - CI - RAMAH NAVAJO SCHOOL BOARD, INC - Inactive - F33086 - L33086 - 33086@hsesinfo.org - - - - - - - - - - 5227 - 250 - 11 - 90CI0201 - 1996-11-01 - 2025-06-30 - CI - ALAMO NAVAJO SCHOOL BOARD, INC. - Inactive - - - - - - - - - - - - - 5228 - 139 - 11 - 90CI0216 - 1991-11-01 - 2025-06-30 - CI - NAVAJO NATION - Inactive - - - - - - - - - - - - - 5229 - 1434 - 11 - 90CI0219 - 1991-11-01 - 2025-06-30 - CI - TOHONO O'ODHAM NATION (HEAD START) - Inactive - F39730 - L39730 - 39730@hsesinfo.org - - - - - - - - - - 5230 - 629 - 11 - 90CI0588 - 1991-11-01 - 2025-06-30 - CI - GRAND PORTAGE RESERVATION BUSINESS COMMITTEE - Inactive - F15957 - L15957 - 15957@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - - - - - - - 5231 - 1438 - 11 - 90CI1540 - 1992-10-01 - 2025-06-30 - CI - OMAHA TRIBE OF NEBRASKA, HEAD START - Inactive - F15957 - L15957 - 15957@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - - - - - - - 5232 - 789 - 11 - 90CI1552 - 1991-11-01 - 2025-06-30 - CI - Cherokee Nation - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3536 - L3536 - 3536@hsesinfo.org - - - - - - - 5233 - 882 - 11 - 90CI1554 - 1991-11-01 - 2025-06-30 - CI - CHOCTAW NATION OF OKLAHOMA - Inactive - F15957 - L15957 - 15957@hsesinfo.org - F3536 - L3536 - 3536@hsesinfo.org - - - - - - - 5234 - 3436 - 11 - 90CI8029 - 1991-11-01 - 2025-06-30 - CI - FT BELKNAP COMMUNITY COUNCIL (HEAD START) - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 5235 - 374 - 11 - 90CI8042 - 1991-11-01 - 2025-06-30 - CI - Jicarilla Apache Nation - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F13059 - L13059 - 13059@hsesinfo.org - - - - - - - 5246 - 151 - 1 - 01CH0157 - 2005-11-01 - 2014-06-30 - CH - NEW OPPORTUNITIES FOR WATERBURY, INC - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F2293 - L2293 - 2293@hsesinfo.org - - - - - - - 5247 - 1333 - 1 - 01CH0222 - 2000-11-01 - 2015-10-31 - CH - PEOPLE ACTING IN COMMUNITY ENDEAVORS - Inactive - - - - F229 - L229 - 229@hsesinfo.org - - - - - - - 5248 - 747 - 1 - 01CH0441 - 1991-10-01 - 2014-06-30 - CH - ACTION FOR BRIDGEPORT COMMUNITY DEVELOPMENT - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F2293 - L2293 - 2293@hsesinfo.org - - - - - - - 5249 - 1510 - 1 - 01CH1039 - 2001-11-01 - 2014-10-31 - CH - CHAMPLAIN VALLEY OFFICE OF ECONOMIC OPPORTUNITY - Inactive - - - - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 5250 - 706 - 1 - 01CH1050 - 2000-11-01 - 2015-04-30 - CH - Capstone Community Action, Inc. - Inactive - - - - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 5251 - 1143 - 1 - 01CH1054 - 2000-11-01 - 2025-06-30 - CH - York County Community Action Corporation - Inactive - - - - - - - - - - - - - 5252 - 861 - 1 - 01CH1066 - 2002-11-01 - 2015-12-31 - CH - Community Teamwork, Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - - - - - - 5253 - 359 - 1 - 01CH1152 - 2000-11-01 - 2013-10-31 - CH - COMPREHENSIVE COMMUNITY ACTION PROGRAM - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - - - 5254 - 539 - 1 - 01CH1244 - 2001-11-01 - 2014-02-28 - CH - Holyoke, Chicopee, Springfield Head Start Inc. - Inactive - - - - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 5255 - 743 - 1 - 01CH1326 - 2000-11-01 - 2015-10-31 - CH - MONTACHUSETT OPPORTUNITY COUNCIL, INC - Inactive - - - - F32486 - L32486 - 32486@hsesinfo.org - - - - - - - 5256 - 2011 - 1 - 01CH1359 - 2000-11-01 - 2004-05-31 - CH - SELF HELP, INC - Inactive - - - - - - - - - - - - - 5257 - 1585 - 2 - 02CH1323 - 1992-01-01 - 2025-06-30 - CH - Community Action Planning Council of Jefferson Co., Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - - - - - - - - - - 5258 - 2012 - 3 - 03CH0143 - 1991-11-01 - 2025-06-30 - CH - NATION'S CAPITAL CHILD AND FAMILY DEVELOPMENT - Inactive - - - - - - - - - - - - - 5259 - 1014 - 3 - 03CH0172 - 1999-11-01 - 2010-10-31 - CH - Philadelphia Parent Child Center, Inc. - Inactive - - - - - - - - - - - - - 5260 - 316 - 3 - 03CH0173 - 1991-11-01 - 2025-06-30 - CH - RICHMOND CITY PUBLIC SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 5261 - 2013 - 3 - 03CH0227 - 1998-11-01 - 2025-06-30 - CH - RESOURCES FOR HUMAN DEVELOPMENT, INC - Inactive - - - - - - - - - - - - - 5262 - 1246 - 3 - 03CH0231 - 1994-11-01 - 2011-11-30 - CH - CIVIC SENIOR CITIZENS, INC. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - - - - - - - - - - 5263 - 2014 - 3 - 03CH0333 - 1998-11-01 - 2025-06-30 - CH - RESOURCES FOR HUMAN DEVELOPMENT, INC - Inactive - - - - - - - - - - - - - 5264 - 2015 - 3 - 03CH0334 - 1991-09-01 - 2025-06-30 - CH - CONCORD COLLEGE - Inactive - - - - - - - - - - - - - 5265 - 526 - 3 - 03CH0335 - 1991-09-01 - 2019-10-31 - CH - PRINCE WILLIAM COUNTY PUBLIC SCHOOLS - Inactive - F30521 - L30521 - 30521@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 5266 - 1210 - 4 - 04CH0326 - 1992-09-01 - 2025-06-30 - CH - WASHINGTON COUNTY OPPORTUNITIES, INC - Inactive - F13325 - L13325 - 13325@hsesinfo.org - - - - - - - - - - 5267 - 585 - 4 - 04CH0327 - 1992-09-01 - 2025-06-30 - CH - LAKE CUMBERLAND COMMUNITY - Inactive - F13510 - L13510 - 13510@hsesinfo.org - - - - - - - - - - 5268 - 624 - 4 - 04CH0328 - 1992-01-01 - 2025-06-30 - CH - LOWCOUNTRY COMMUNITY ACTION AGENCY - Inactive - - - - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 5269 - 1078 - 4 - 04CH0329 - 1992-09-01 - 2025-06-30 - CH - GATEWAY COMMUNITY ACTION AGENCY, INC. - Inactive - - - - - - - - - - - - - 5270 - 1152 - 4 - 04CH0331 - 2011-07-01 - 2013-06-30 - CH - BALDWIN COUNTY BOARD OF EDUCATION - Inactive - - - - - - - - - - - - - 5271 - 824 - 4 - 04CH0365 - 1992-07-01 - 2025-06-30 - CH - Metropolitan Action Commission - Inactive - F13325 - L13325 - 13325@hsesinfo.org - - - - - - - - - - 5272 - 444 - 4 - 04CH0381 - 1992-07-01 - 2025-06-30 - CH - OHIO VALLEY EDUCATION COOPERATIVE - Inactive - F2065 - L2065 - 2065@hsesinfo.org - - - - - - - - - - 5273 - 1165 - 4 - 04CH0382 - 2009-07-01 - 2025-06-30 - CH - JACKSON COUNTY SCHOOL DISTRICT - Inactive - - - - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 5274 - 919 - 4 - 04CH0383 - 1992-07-01 - 2025-06-30 - CH - Redlands Christian Migrant Association - Inactive - - - - - - - - - - - - - 5275 - 1345 - 4 - 04CH0384 - 1992-03-01 - 2025-06-30 - CH - SANTA ROSA COUNTY SCHOOL DISTRICT - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - - - - - - - 5276 - 1905 - 4 - 04CH0389 - 1992-07-01 - 2025-06-30 - CH - ANDERSON COUNTY BOARD OF EDUCATION - Inactive - - - - F2078 - L2078 - 2078@hsesinfo.org - - - - - - - 5277 - 1909 - 4 - 04CH0391 - 1992-08-01 - 2025-06-30 - CH - MONROE COUNTY PUBLIC SCHOOLS - Inactive - - - - - - - - - - - - - 5278 - 111 - 4 - 04CH0436 - 1992-08-01 - 2025-06-30 - CH - RUTHERFORD COUNTY BOARD OF EDUCATION - Inactive - F13740 - L13740 - 13740@hsesinfo.org - - - - - - - - - - 5279 - 1740 - 4 - 04CH0437 - 1992-07-01 - 2025-06-30 - CH - UPPER CUMBERLAND HUMAN RESOURCE AGENCY - Inactive - - - - - - - - - - - - - 5280 - 1900 - 4 - 04CH0442 - 1992-04-01 - 2025-06-30 - CH - REACH SERVICES, INC - Inactive - F13510 - L13510 - 13510@hsesinfo.org - - - - - - - - - - 5281 - 749 - 4 - 04CH0457 - 1992-07-01 - 2025-06-30 - CH - FOUR COUNTY COMMUNITY SERVICES, INC - Inactive - F2065 - L2065 - 2065@hsesinfo.org - - - - - - - - - - 5282 - 1218 - 4 - 04CH0464 - 1992-06-01 - 2014-06-30 - CH - SOUTH CENTRAL HUMAN RESOURCE AGENCY - Inactive - F13740 - L13740 - 13740@hsesinfo.org - - - - - - - - - - 5283 - 1833 - 4 - 04CH0466 - 2011-01-01 - 2015-12-31 - CH - Martin County School District - Inactive - F13325 - L13325 - 13325@hsesinfo.org - - - - - - - - - - 5284 - 2129 - 4 - 04CH0467 - 1992-09-01 - 2025-06-30 - CH - CHILD CARE RESOURCES INC - Inactive - - - - - - - - - - - - - 5285 - 5561 - 4 - 04CH0468 - 1992-09-01 - 2025-06-30 - CH - PERSON COUNTY BOARD OF EDUCATION - Inactive - - - - - - - - - - - - - 5286 - 483 - 4 - 04CH0477 - 1992-05-01 - 2025-06-30 - CH - LIVINGSTON BYRDSTOWN JAMESTOWN & COOKEVILLE DEV CORP - Inactive - F13325 - L13325 - 13325@hsesinfo.org - - - - - - - - - - 5287 - 1140 - 4 - 04CH0501 - 1993-09-01 - 2025-06-30 - CH - REGIONAL CONSOLIDATED SERVICES - Inactive - - - - F2078 - L2078 - 2078@hsesinfo.org - - - - - - - 5288 - 2130 - 4 - 04CH0502 - 1993-09-01 - 2025-06-30 - CH - NORTH FLORIDA MEDICAL CENTERS INC - Inactive - - - - - - - - - - - - - 5289 - 1160 - 4 - 04CH0506 - 2005-02-01 - 2025-06-30 - CH - TAYLOR COUNTY SCHOOL BOARD - Inactive - - - - - - - - - - - - - 5290 - 199 - 4 - 04CH0508 - 1994-07-01 - 2025-06-30 - CH - CHILDREN FIRST, INC. - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - - - - - - - 5291 - 2131 - 4 - 04CH0528 - 1996-09-01 - 1997-08-31 - CH - CAA OF CALHOUN CLEBURNE & CHEROKEE COUNTIES, INC - Inactive - - - - - - - - - - - - - 5292 - 256 - 4 - 04CH0529 - 1994-09-01 - 2025-06-30 - CH - FAMILY RESOURCE AGENCY, INC. OF NORTH GEORGIA - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - - - - - - - 5293 - 559 - 4 - 04CH0539 - 1992-04-01 - 2025-06-30 - CH - COASTAL PLAIN AREA ECONOMIC OPPORTUNITY AUTHORITY, INC - Inactive - - - - - - - - - - - - - 5294 - 751 - 4 - 04CH0568 - 1995-09-01 - 2025-06-30 - CH - CHOANOKE AREA DEVELOPMENT ASSOCIATION, INC - Inactive - F2001 - L2001 - 2001@hsesinfo.org - - - - - - - - - - 5295 - 692 - 4 - 04CH0572 - 1996-07-01 - 2025-06-30 - CH - FORT VALLEY STATE UNIVERSITY - Inactive - - - - F11756 - L11756 - 11756@hsesinfo.org - - - - - - - 5296 - 901 - 4 - 04CH0574 - 1992-06-01 - 2025-06-30 - CH - ECONOMIC IMPROVEMENT COUNCIL, INC - Inactive - - - - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 5297 - 472 - 4 - 04CH0584 - 1992-03-01 - 2014-06-30 - CH - SAVANNAH-CHATHAM CNTY AREA ECONOMIC OPPRTUNITY CNCL-INC - Inactive - F13510 - L13510 - 13510@hsesinfo.org - - - - - - - - - - 5298 - 851 - 4 - 04CH0627 - 1997-08-01 - 2025-06-30 - CH - Florence City School District - Inactive - F2001 - L2001 - 2001@hsesinfo.org - - - - - - - - - - 5299 - 1403 - 4 - 04CH0690 - 1992-01-01 - 2025-06-30 - CH - KNOXVILLE KNOX COUNTY COMMUNITY ACTION COMMITTEE - Inactive - - - - - - - - - - - - - 5300 - 848 - 4 - 04CH0706 - 2010-03-01 - 2013-06-30 - CH - CAA OF HUNTSVILLE-MADISON & - Inactive - - - - - - - - - - - - - 5301 - 963 - 4 - 04CH0804 - 1992-07-01 - 2025-06-30 - CH - SOUTHWEST HUMAN RESOURCE AGENCY - Inactive - - - - F24442 - L24442 - 24442@hsesinfo.org - - - - - - - 5302 - 294 - 4 - 04CH0816 - 1992-07-01 - 2025-06-30 - CH - WESTERN CAROLINA COMMUNITY ACTION, INC - Inactive - F33579 - L33579 - 33579@hsesinfo.org - - - - - - - - - - 5303 - 601 - 4 - 04CH0902 - 1991-12-01 - 2025-06-30 - CH - TRI-COUNTY COMMUNITY COUNCIL, INC - Inactive - - - - F2078 - L2078 - 2078@hsesinfo.org - - - - - - - 5304 - 527 - 4 - 04CH2037 - 1992-06-01 - 2025-06-30 - CH - COMMUNITY ACTION OF SOUTHERN KY. INC. - Inactive - F2001 - L2001 - 2001@hsesinfo.org - - - - - - - - - - 5305 - 1808 - 4 - 04CH2053 - 1992-04-01 - 2025-06-30 - CH - GASTON COMMUNITY ACTION, INC - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 5306 - 656 - 4 - 04CH2078 - 1992-08-01 - 2025-06-30 - CH - NORTHEAST KENTUCKY COMMUNITY ACTION AGENCY, INC. - Inactive - - - - - - - - - - - - - 5307 - 1759 - 4 - 04CH2139 - 1992-01-01 - 2025-06-30 - CH - CUMBERLAND COMMUNITY ACTION PROGRAM, INC - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 5308 - 803 - 4 - 04CH2142 - 2011-01-01 - 2013-12-31 - CH - GUILFORD CHILD DEVELOPMENT - Inactive - - - - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 5309 - 1337 - 4 - 04CH2147 - 1992-06-01 - 2025-06-30 - CH - Mountain Projects, Inc. - Inactive - - - - - - - - - - - - - 5310 - 620 - 4 - 04CH2164 - 1992-07-01 - 2025-06-30 - CH - KENTUCKY RIVER FOOTHILLS DEVELOPMENT COUNCIL - Inactive - - - - - - - - - - - - - 5311 - 720 - 4 - 04CH2170 - 1992-01-01 - 2025-06-30 - CH - COMMUNITY ACTION OPPORTUNITIES - Inactive - F13325 - L13325 - 13325@hsesinfo.org - - - - - - - - - - 5312 - 1161 - 4 - 04CH2198 - 1992-09-01 - 2025-06-30 - CH - WILLIAMSTOWN BOARD OF EDUCATION - Inactive - F13740 - L13740 - 13740@hsesinfo.org - - - - - - - - - - 5313 - 1133 - 4 - 04CH2269 - 1992-08-01 - 2015-07-31 - CH - CARROLL COUNTY BOARD OF EDUCATION - Inactive - - - - - - - - - - - - - 5314 - 314 - 11 - 90CI0763 - 1992-01-01 - 2025-06-30 - CI - Bois Forte Reservation Tribal Council - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - - - - - - - 5315 - 3440 - 11 - 90CI0776 - 1992-05-01 - 2025-06-30 - CI - Turtle Mountain Band of Chippewa Indian Tribe - Inactive - F15957 - L15957 - 15957@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - - - - - - - 5316 - 687 - 11 - 90CI0825 - 1992-02-01 - 2025-06-30 - CI - Quechan Indian Tribe - Inactive - F25722 - L25722 - 25722@hsesinfo.org - - - - - - - - - - 5317 - 141 - 11 - 90CI0895 - 1991-12-01 - 2025-06-30 - CI - Metlakatla Indian Community - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 5318 - 1761 - 11 - 90CI0944 - 1992-05-01 - 2025-06-30 - CI - HAVASUPAI - Inactive - F15957 - L15957 - 15957@hsesinfo.org - - - - - - - - - - 5319 - 589 - 11 - 90CI0945 - 1992-09-01 - 2025-06-30 - CI - Confederated Tribe of Chehalis - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 5320 - 1810 - 11 - 90CI0956 - 1992-08-01 - 2025-06-30 - CI - SHOSHONE-BANNOCK TRIBAL BUSINESS COUNCIL - Inactive - - - - - - - - - - - - - 5321 - 309 - 11 - 90CI0983 - 1992-05-01 - 2025-06-30 - CI - Hualapai Tribe - Inactive - F39730 - L39730 - 39730@hsesinfo.org - - - - - - - - - - 5322 - 321 - 11 - 90CI1535 - 1991-12-01 - 2025-06-30 - CI - Saint Regis Mohawk Tribal Council - Inactive - - - - F3533 - L3533 - 3533@hsesinfo.org - - - - - - - 5323 - 636 - 11 - 90CI1537 - 1991-12-01 - 2025-06-30 - CI - Tanana Chiefs Conference - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 5324 - 648 - 11 - 90CI1538 - 1991-12-01 - 2025-06-30 - CI - MUSCOGEE (CREEK) NATION OF OKLAHOMA - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F3536 - L3536 - 3536@hsesinfo.org - - - - - - - 5325 - 386 - 11 - 90CI1541 - 1991-12-01 - 2025-06-30 - CI - WINNEBAGO TRIBE OF NEBRASKA - Inactive - - - - F14034 - L14034 - 14034@hsesinfo.org - - - - - - - 5326 - 1428 - 11 - 90CI1542 - 1992-01-01 - 2025-06-30 - CI - Cheyenne & Arapaho Tribes of Oklahoma - Inactive - - - - F3536 - L3536 - 3536@hsesinfo.org - - - - - - - 5327 - 600 - 11 - 90CI1543 - 1991-12-01 - 2025-06-30 - CI - The Chickasaw Nation - Inactive - F15957 - L15957 - 15957@hsesinfo.org - F15469 - L15469 - 15469@hsesinfo.org - - - - - - - 5328 - 2301 - 11 - 90CI1544 - 1995-01-01 - 1995-12-31 - CI - INTER-TRIBAL COUNCIL OF CALIFORNIA - Inactive - - - - - - - - - - - - - 5329 - 1124 - 11 - 90CI1545 - 2014-01-01 - 2014-12-31 - CI - KIOWA TRIBE OF OKLAHOMA (ONAP) - Inactive - - - - F3536 - L3536 - 3536@hsesinfo.org - - - - - - - 5330 - 726 - 11 - 90CI1547 - 1992-08-01 - 2025-06-30 - CI - Hoopa Valley Tribal Council - Inactive - F39730 - L39730 - 39730@hsesinfo.org - - - - - - - - - - 5331 - 1611 - 11 - 90CI1548 - 1992-01-01 - 2025-06-30 - CI - KAWERAK, INC - Inactive - - - - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 5332 - 361 - 11 - 90CI1549 - 1992-01-01 - 2025-06-30 - CI - AK Tlingit and Haida Indian Tribes of Alaska - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 5333 - 1351 - 11 - 90CI1551 - 1991-12-01 - 2025-06-30 - CI - Seneca Nation of Indians - Inactive - - - - F3533 - L3533 - 3533@hsesinfo.org - - - - - - - 5334 - 1446 - 11 - 90CI1632 - 1991-12-01 - 2025-06-30 - CI - SEMINOLE NATION OF OKLAHOMA - Inactive - - - - F3536 - L3536 - 3536@hsesinfo.org - - - - - - - 5335 - 980 - 11 - 90CI1730 - 1992-01-01 - 2025-06-30 - CI - Association of Village Council Presidents - Inactive - - - - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 5336 - 599 - 11 - 90CI1931 - 1992-08-01 - 2025-06-30 - CI - KICKAPOO TRIBE OF OKLAHOMA (HEAD START) - Inactive - - - - F3536 - L3536 - 3536@hsesinfo.org - - - - - - - 5337 - 1433 - 11 - 90CI7845 - 1992-09-01 - 2025-06-30 - CI - Santee Sioux Tribe of Nebraska - Inactive - - - - F14034 - L14034 - 14034@hsesinfo.org - - - - - - - 5338 - 1577 - 11 - 90CI8006 - 1992-09-01 - 2014-08-31 - CI - PUEBLO OF ISLETA - Inactive - - - - - - - - - - - - - 5339 - 101 - 11 - 90CI8007 - 1992-08-01 - 2025-06-30 - CI - Northern Cheyenne Tribal Council - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 5340 - 2302 - 11 - 90CI8013 - 1997-01-01 - 1997-12-31 - CI - SEMINOLE TRIBE OF FLORIDA - Inactive - - - - - - - - - - - - - 5341 - 116 - 11 - 90CI8014 - 1992-01-01 - 2025-06-30 - CI - Cheyenne River Sioux Tribe - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - - - - - - - 5342 - 1474 - 11 - 90CI8015 - 1992-01-01 - 2025-06-30 - CI - Standing Rock Sioux Tribe - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - - - - - - - 5343 - 1205 - 11 - 90CI8018 - 1992-04-01 - 2025-06-30 - CI - Rosebud Sioux Tribal Council - Inactive - - - - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 5344 - 1789 - 11 - 90CI8021 - 1991-12-01 - 2025-06-30 - CI - White Mountain Apache Tribe - Inactive - F3537 - L3537 - 3537@hsesinfo.org - - - - - - - - - - 5345 - 797 - 11 - 90CI8032 - 1992-02-01 - 2025-06-30 - CI - Mescalero Apache Tribe - Inactive - F39730 - L39730 - 39730@hsesinfo.org - - - - - - - - - - 5346 - 1272 - 11 - 90CI8033 - 1992-03-01 - 2025-06-30 - CI - Shoshone & Arapahoe Joint Business Council (ONAP) - Inactive - - - - F3533 - L3533 - 3533@hsesinfo.org - - - - - - - 5347 - 1491 - 11 - 90CI8037 - 1992-03-01 - 2025-06-30 - CI - Pueblo of Laguna, Department of Education - Inactive - - - - F14171 - L14171 - 14171@hsesinfo.org - - - - - - - 5348 - 372 - 11 - 90CI8038 - 1992-04-01 - 2025-06-30 - CI - EIGHT NORTHERN INDIAN PUEBLOS COUNCIL - Inactive - F39730 - L39730 - 39730@hsesinfo.org - - - - - - - - - - 5349 - 130 - 11 - 90CI8039 - 1992-09-01 - 2025-06-30 - CI - ID Coeur D'Alene Tribe - Inactive - - - - F3533 - L3533 - 3533@hsesinfo.org - - - - - - - 5350 - 779 - 11 - 90CI8043 - 1992-08-01 - 2025-06-30 - CI - Muckleshoot Indian Tribe - Inactive - - - - - - - - - - - - - 5351 - 382 - 11 - 90CI8045 - 1992-09-01 - 2025-06-30 - CI - The Confederated Tribes of The Warm Springs Reservation - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - - - - - - - 5352 - 815 - 11 - 90CI8046 - 1992-02-29 - 2025-06-30 - CI - CROW CREEK SIOUX TRIBE (HEAD START) - Inactive - - - - - - - - - - - - - 5353 - 420 - 11 - 90CI8048 - 1992-01-01 - 2025-06-30 - CI - FIVE SANDOVAL INDIAN PUEBLOS, INC - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - - - - - - - 5354 - 396 - 11 - 90CI8052 - 1991-12-01 - 2025-06-30 - CI - Mille Lacs Band of Ojibwe - Inactive - F3537 - L3537 - 3537@hsesinfo.org - - - - - - - - - - 5355 - 1258 - 11 - 90CI8055 - 1992-06-01 - 2025-06-30 - CI - Hopi Indian Tribal Council - Inactive - - - - - - - - - - - - - 5356 - 625 - 11 - 90CI8058 - 1992-08-01 - 2025-06-30 - CI - Confederated Salish & Kootenai Tribes - Inactive - - - - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 5357 - 1844 - 11 - 90CI8059 - 1992-05-01 - 2025-06-30 - CI - MICCOSUKEE TRIBE OF INDIANS OF FLORIDA (HEAD START) - Inactive - - - - - - - - - - - - - 5396 - 193 - 3 - 03CH0337 - 1991-09-01 - 2025-06-30 - CH - Hanover County Public Schools - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - - - - - - 5397 - 1159 - 3 - 03CH2272 - 1991-11-01 - 2012-10-31 - CH - Braxton County Board of Education - Inactive - - - - F14544 - L14544 - 14544@hsesinfo.org - - - - - - - 5398 - 1444 - 4 - 04CH0071 - 1992-10-01 - 2015-09-30 - CH - DOTHAN CITY BOARD OF EDUCATION - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 5399 - 852 - 4 - 04CH0123 - 1992-10-01 - 2025-06-30 - CH - WALKER COUNTY BOARD OF EDUCATION - Inactive - - - - - - - - - - - - - 5400 - 1402 - 4 - 04CH0197 - 1991-11-01 - 2025-06-30 - CH - Lutheran Services Florida, Inc. - Inactive - - - - - - - - - - - - - 5401 - 2016 - 4 - 04CH0199 - 2006-11-01 - 2007-06-30 - CH - POLK COUNTY OPPORTUNITY COUNCIL, INC - Inactive - - - - - - - - - - - - - 5402 - 1113 - 4 - 04CH0200 - 1991-11-01 - 2025-06-30 - CH - LUMBEE REGIONAL DEVELOPMENT ASSOCIATION, INC - Inactive - F13325 - L13325 - 13325@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 5403 - 807 - 4 - 04CH0201 - 1991-11-01 - 2025-06-30 - CH - Western Kentucky University - Inactive - F13510 - L13510 - 13510@hsesinfo.org - - - - - - - - - - 5404 - 1610 - 4 - 04CH0202 - 2011-10-01 - 2013-06-30 - CH - TALLADEGA CLAY RANDOLPH COOSA CHILD CARE PROGRAMS - Inactive - F13325 - L13325 - 13325@hsesinfo.org - - - - - - - - - - 5405 - 1524 - 4 - 04CH0207 - 1991-11-01 - 2025-06-30 - CH - CLARKSVILLE-MONTGOMERY COUNTY CMTY ACTION AGY, INC - Inactive - F13325 - L13325 - 13325@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 5406 - 1631 - 4 - 04CH0208 - 1991-11-01 - 2025-06-30 - CH - CLINCH-POWELL EDUCATIONAL COOPERATIVE - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 5407 - 1583 - 4 - 04CH0220 - 1991-11-01 - 2025-06-30 - CH - Randolph County Board of Education - Inactive - - - - F11756 - L11756 - 11756@hsesinfo.org - - - - - - - 5408 - 1878 - 4 - 04CH0263 - 1991-11-01 - 2025-06-30 - CH - TUSKEGEE CITY MAYOR'S OFFICE - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 5409 - 638 - 4 - 04CH0282 - 1992-10-01 - 2025-06-30 - CH - JACKSON COUNTY CIVIC ACTION COMMITTEE, INC - Inactive - - - - - - - - - - - - - 5410 - 1062 - 4 - 04CH0312 - 1992-10-01 - 2025-06-30 - CH - AUDUBON AREA COMMUNITY SERVICES, INC - Inactive - F2065 - L2065 - 2065@hsesinfo.org - - - - - - - - - - 5411 - 786 - 4 - 04CH0314 - 1992-10-01 - 2025-06-30 - CH - BROWARD COUNTY SCHOOL BOARD - Inactive - F2065 - L2065 - 2065@hsesinfo.org - - - - - - - - - - 5412 - 960 - 4 - 04CH0316 - 1992-10-01 - 2025-06-30 - CH - Mid Florida Community Services, Inc. - Inactive - F13510 - L13510 - 13510@hsesinfo.org - - - - - - - - - - 5413 - 2017 - 4 - 04CH0354 - 1991-11-01 - 2025-06-30 - CH - CLARK ATLANTA UNIVERSITY - Inactive - - - - - - - - - - - - - 5414 - 1264 - 4 - 04CH0461 - 1991-11-01 - 2025-06-30 - CH - CONCERTED SERVICES, INC - Inactive - - - - F42900 - L42900 - 42900@hsesinfo.org - - - - - - - 5415 - 575 - 4 - 04CH0592 - 1996-09-01 - 2025-06-30 - CH - JACKSONVILLE URBAN LEAGUE - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - - - - - - - 5416 - 1937 - 4 - 04CH0593 - 1996-09-01 - 2025-06-30 - CH - Episcopal Children's Services, Inc. - Inactive - - - - - - - - - - - - - 5417 - 1800 - 4 - 04CH0594 - 1996-09-01 - 2025-06-30 - CH - ST JOHNS COUNTY SCHOOL DISTRICT - Inactive - F2001 - L2001 - 2001@hsesinfo.org - - - - - - - - - - 5418 - 1826 - 4 - 04CH0595 - 1996-09-01 - 2025-06-30 - CH - SUWANNEE VALLEY COMMUNITY COORDINATED CHILD CARE, INC - Inactive - - - - - - - - - - - - - 5419 - 1134 - 4 - 04CH0712 - 1991-11-01 - 2025-06-30 - CH - BIG SANDY AREA COMMUNITY ACTION PROGRAM, INC - Inactive - - - - - - - - - - - - - 5420 - 952 - 4 - 04CH2234 - 1992-01-01 - 2025-06-30 - CH - WAYNE ACTION GROUP FOR ECONOMIC SOLVENCY, INC - Inactive - - - - - - - - - - - - - 5421 - 887 - 4 - 04CH2281 - 1991-11-01 - 2025-06-30 - CH - Central Kentucky Community Action Council - Inactive - - - - - - - - - - - - - 5422 - 188 - 4 - 04CH2586 - 1991-11-01 - 2025-06-30 - CH - KENTUCKY COMMUNITIES ECONOMIC OPPORTUNITY COUNCIL, INC - Inactive - - - - - - - - - - - - - 5423 - 356 - 4 - 04CH3010 - 1991-11-01 - 2025-06-30 - CH - Nash-Edgecombe Counties Economic Development, Inc. - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 5424 - 1563 - 4 - 04CH3012 - 1991-11-01 - 2025-06-30 - CH - SALISBURY ROWAN COMMUNITY ACTION AGENCY - Inactive - - - - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 5425 - 2018 - 4 - 04CH3015 - 1996-11-01 - 1997-10-31 - CH - COMMUNITY ACTION AGENCY OF NORTHWEST ALABAMA, INC. - Inactive - - - - - - - - - - - - - 5426 - 1453 - 4 - 04CH3035 - 1992-10-01 - 2025-06-30 - CH - HILLSBOROUGH COUNTY BOARD OF COUNTY COMMISSIONERS - Inactive - - - - F2078 - L2078 - 2078@hsesinfo.org - - - - - - - 5427 - 835 - 4 - 04CH3046 - 1992-10-01 - 2025-06-30 - CH - PALM BEACH COUNTY BOARD OF COUNTY COMMISSIONERS - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - - - - - - - 5428 - 524 - 4 - 04CH3133 - 1992-10-01 - 2025-06-30 - CH - ORANGE COUNTY COMMISSION - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - - - - - - - 5429 - 610 - 4 - 04CH3141 - 1992-10-01 - 2025-06-30 - CH - CAROLINA COMMUNITY ACTIONS, INC - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 5430 - 2019 - 4 - 04CH3152 - 1996-11-01 - 1997-05-31 - CH - PUTNAM-CLAY-FLAGLER - Inactive - - - - - - - - - - - - - 5431 - 1181 - 4 - 04CH3161 - 1991-11-01 - 2025-06-30 - CH - CHARLOTTE COUNTY SCHOOL BOARD - Inactive - F2001 - L2001 - 2001@hsesinfo.org - - - - - - - - - - 5432 - 1332 - 4 - 04CH3186 - 1991-11-01 - 2025-06-30 - CH - CULLMAN CITY CHILD DEVELOPMENT CENTER - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 5433 - 931 - 4 - 04CH3207 - 2013-11-01 - 2015-08-31 - CH - AIKEN/BARNWELL COUNTIES COMMUNITY ACTION AGENCY, INC - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 5434 - 1233 - 4 - 04CH3209 - 1991-11-01 - 2025-06-30 - CH - ORANGEBURG-CALHOUN-ALLENDALE-BAMBERG (OCAB) CAA, INC - Inactive - - - - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 5435 - 1674 - 4 - 04CH3218 - 1992-10-01 - 2025-06-30 - CH - Five County Child Development Program, Inc. - Inactive - F13510 - L13510 - 13510@hsesinfo.org - - - - - - - - - - 5436 - 1523 - 4 - 04CH3250 - 1991-11-01 - 2014-10-31 - CH - ST CLAIR COUNTY HEAD START, INC - Inactive - F13740 - L13740 - 13740@hsesinfo.org - - - - - - - - - - 5437 - 2020 - 4 - 04CH3302 - 1992-10-01 - 2025-06-30 - CH - ACTION, INC - Inactive - - - - - - - - - - - - - 5438 - 2021 - 4 - 04CH3458 - 1991-11-01 - 2025-06-30 - CH - HARAMBEE CHILD DEVELOPMENT COUNCIL, INC. - Inactive - - - - - - - - - - - - - 5439 - 587 - 4 - 04CH3459 - 1992-10-01 - 2025-06-30 - CH - NINTH DISTRICT - Inactive - - - - F11756 - L11756 - 11756@hsesinfo.org - - - - - - - 5440 - 1396 - 4 - 04CH4050 - 1991-11-01 - 2025-06-30 - CH - MID-CUMBERLAND COMMUNITY ACTION - Inactive - - - - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 5441 - 1234 - 4 - 04CH4198 - 1991-11-01 - 2025-06-30 - CH - Chapel Hill-Carrboro City School District - Inactive - F13740 - L13740 - 13740@hsesinfo.org - - - - - - - - - - 5442 - 126 - 5 - 05CH0113 - 1991-11-01 - 2012-06-30 - CH - CITY OF DETROIT - Inactive - - - - - - - - - - - - - 5443 - 1528 - 5 - 05CH0114 - 1991-11-01 - 2025-06-30 - CH - METROPOLITAN CHILDREN & YOUTH, INC. - Inactive - - - - - - - - - - - - - 5444 - 1372 - 4 - 04CH2270 - 1992-07-01 - 2025-06-30 - CH - MC DOWELL COUNTY BOARD OF EDUCATION (INC) - Inactive - F13740 - L13740 - 13740@hsesinfo.org - - - - - - - - - - 5445 - 1195 - 4 - 04CH2271 - 1992-08-01 - 2025-06-30 - CH - CABARRUS COUNTY BOARD OF EDUCATION - Inactive - - - - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 5446 - 1287 - 4 - 04CH2319 - 1992-01-01 - 2025-06-30 - CH - HENLEY ROBERTS CIVIC ORGANIZATION - Inactive - - - - - - - - - - - - - 5447 - 2132 - 4 - 04CH2382 - 1992-07-01 - 2025-06-30 - CH - KINGS MOUNTAIN DISTRICT SCHOOLS - Inactive - - - - - - - - - - - - - 5448 - 1157 - 4 - 04CH2385 - 1992-07-01 - 2025-06-30 - CH - ALEXANDER COUNTY BOARD OF EDUCATION - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - - - - - - - 5449 - 1502 - 4 - 04CH2386 - 1992-09-01 - 2025-06-30 - CH - FRANKLIN VANCE WARREN OPPORTUNITY, INC - Inactive - - - - - - - - - - - - - 5450 - 712 - 4 - 04CH2395 - 1992-08-01 - 2025-06-30 - CH - LINCOLN COUNTY BOARD OF EDUCATION - Inactive - - - - - - - - - - - - - 5451 - 1628 - 4 - 04CH2406 - 1992-05-01 - 2025-06-30 - CH - IREDELL COMMUNITY ACTION RESEARCH & EVALUATION, INC - Inactive - F33579 - L33579 - 33579@hsesinfo.org - - - - - - - - - - 5452 - 1670 - 4 - 04CH2409 - 1992-07-01 - 2025-06-30 - CH - BOYD COUNTY BOARD OF EDUCATION - Inactive - - - - - - - - - - - - - 5453 - 1461 - 4 - 04CH2428 - 1992-06-01 - 2025-06-30 - CH - JOHNSTON-LEE-HARNETT COMMUNITY ACTION, INC - Inactive - F2001 - L2001 - 2001@hsesinfo.org - - - - - - - - - - 5454 - 1827 - 4 - 04CH2435 - 1992-09-01 - 2025-06-30 - CH - BOURBON COUNTY BOARD OF EDUCATION - Inactive - F13740 - L13740 - 13740@hsesinfo.org - - - - - - - - - - 5455 - 1164 - 4 - 04CH2497 - 1992-06-01 - 2025-06-30 - CH - Leslie Knott Letcher Perry Community Action Council Inc - Inactive - - - - F2078 - L2078 - 2078@hsesinfo.org - - - - - - - 5456 - 2133 - 4 - 04CH2516 - 1992-04-01 - 2025-06-30 - CH - DOP CONSOLIDATED HUMAN - Inactive - - - - - - - - - - - - - 5457 - 1141 - 4 - 04CH2524 - 1992-07-01 - 2025-06-30 - CH - BLUE RIDGE OPPORTUNITY COMMISSION, INC - Inactive - F13510 - L13510 - 13510@hsesinfo.org - - - - - - - - - - 5458 - 594 - 4 - 04CH2529 - 1992-07-01 - 2025-06-30 - CH - Four Square Community Action Agency, Inc. - Inactive - F2001 - L2001 - 2001@hsesinfo.org - - - - - - - - - - 5459 - 1663 - 4 - 04CH2532 - 1992-07-01 - 2025-06-30 - CH - BLUE RIDGE COMMUNITY ACTION, INC - Inactive - F33579 - L33579 - 33579@hsesinfo.org - - - - - - - - - - 5460 - 1300 - 4 - 04CH2561 - 1992-09-01 - 2025-06-30 - CH - UNION COUNTY COMMUNITY ACTION, INC - Inactive - F13510 - L13510 - 13510@hsesinfo.org - - - - - - - - - - 5461 - 1503 - 4 - 04CH2570 - 1991-06-01 - 2025-06-30 - CH - NEW HANOVER COUNTY COMMUNITY ACTION, INC. - Inactive - - - - - - - - - - - - - 5462 - 780 - 4 - 04CH2596 - 2007-04-01 - 2025-06-30 - CH - Middle Kentucky Community Action Partnership, Inc. - Inactive - - - - F11679 - L11679 - 11679@hsesinfo.org - - - - - - - 5463 - 502 - 4 - 04CH2609 - 1992-07-01 - 2013-06-30 - CH - Northern Kentucky Community Action Commission, Inc. - Inactive - F13325 - L13325 - 13325@hsesinfo.org - - - - - - - - - - 5464 - 806 - 4 - 04CH2611 - 1992-07-01 - 2025-06-30 - CH - TRIMBLE COUNTY BOARD OF EDUCATION - Inactive - - - - F24442 - L24442 - 24442@hsesinfo.org - - - - - - - 5465 - 888 - 4 - 04CH2614 - 1992-07-01 - 2025-06-30 - CH - OLDHAM COUNTY BOARD OF EDUCATION - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - - - - - - - 5466 - 1408 - 4 - 04CH2617 - 1992-07-01 - 2025-06-30 - CH - KANNAPOLIS CITY SCHOOL DISTRICT - Inactive - - - - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 5467 - 2134 - 4 - 04CH2632 - 1992-07-01 - 2025-06-30 - CH - LAUREL COUNTY BOARD OF EDUCATION - Inactive - - - - - - - - - - - - - 5468 - 355 - 4 - 04CH2652 - 1992-08-01 - 2025-06-30 - CH - GREENE LAMP, INC - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 5469 - 2135 - 4 - 04CH2674 - 1992-03-01 - 2025-06-30 - CH - WAKE COUNTY OPPORTUNITIES, INC - Inactive - - - - - - - - - - - - - 5470 - 1476 - 4 - 04CH2675 - 1992-07-01 - 2025-06-30 - CH - BRECKINRIDGE COUNTY BOARD OF EDUCATION - Inactive - - - - - - - - - - - - - 5471 - 2136 - 4 - 04CH2679 - 1992-07-01 - 2025-06-30 - CH - CLOVERPORT BOARD OF EDUCATION - Inactive - - - - - - - - - - - - - 5472 - 427 - 4 - 04CH2687 - 1992-09-01 - 2025-06-30 - CH - PADUCAH INDEPENDENT SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 5473 - 419 - 4 - 04CH2692 - 1992-09-01 - 2025-06-30 - CH - MURRAY BOARD OF EDUCATION - Inactive - - - - - - - - - - - - - 5474 - 1416 - 4 - 04CH2748 - 1992-08-01 - 2025-06-30 - CH - Blue Grass Community Action Partnership, Inc. - Inactive - - - - - - - - - - - - - 5475 - 710 - 4 - 04CH2750 - 1992-08-01 - 2025-06-30 - CH - Community Action Council for Lexington-Fayette, - Inactive - F2065 - L2065 - 2065@hsesinfo.org - - - - - - - - - - 5476 - 944 - 4 - 04CH2755 - 1992-07-01 - 2025-06-30 - CH - YADKIN VALLEY ECONOMIC DEVELOPMENT DISTRICT, INC - Inactive - - - - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 5477 - 1198 - 4 - 04CH2757 - 1992-07-01 - 2025-06-30 - CH - LICKING VALLEY COMMUNITY ACTION - Inactive - - - - - - - - - - - - - 5478 - 525 - 4 - 04CH2769 - 1992-09-01 - 2025-06-30 - CH - ASHLAND BOARD OF EDUCATION - Inactive - F2001 - L2001 - 2001@hsesinfo.org - - - - - - - - - - 5479 - 399 - 4 - 04CH3002 - 1992-08-01 - 2013-07-31 - CH - MACON PROGRAM FOR PROGRESS - Inactive - - - - - - - - - - - - - 5480 - 513 - 4 - 04CH3009 - 1992-07-01 - 2025-06-30 - CH - DOUGLAS CHEROKEE ECONOMIC AUTHORITY, INC - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 5481 - 1139 - 4 - 04CH3013 - 1992-09-01 - 2025-06-30 - CH - FAMILY SERVICES, INC - Inactive - - - - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 5482 - 357 - 4 - 04CH3020 - 1992-01-01 - 2025-06-30 - CH - MARTIN COMMUNITY ACTION, INC - Inactive - F2065 - L2065 - 2065@hsesinfo.org - - - - - - - - - - 5483 - 183 - 4 - 04CH3034 - 1992-08-01 - 2025-06-30 - CH - GULF COAST COMMUNITY ACTION AGENCY - Inactive - - - - - - - - - - - - - 5484 - 1002 - 4 - 04CH3048 - 1991-12-01 - 2025-06-30 - CH - COMMUNITY ACTION PROGRAM COMMITTEE, INC - Inactive - - - - F2078 - L2078 - 2078@hsesinfo.org - - - - - - - 5485 - 809 - 4 - 04CH3049 - 1991-12-01 - 2025-06-30 - CH - FRIENDS OF CHILDREN OF MISSISSIPPI, INC - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F13741 - L13741 - 13741@hsesinfo.org - - - - - - - 5486 - 2137 - 4 - 04CH3053 - 1994-11-01 - 1996-09-30 - CH - NORTHEAST FLORIDA COMMUNITY ACTION AGENCY, INC - Inactive - - - - - - - - - - - - - 5487 - 1901 - 4 - 04CH3056 - 2013-01-01 - 2014-06-30 - CH - PEE DEE COMMUNITY ACTION AGENCY - Inactive - F48459 - L48459 - 48459@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 5488 - 1364 - 4 - 04CH3057 - 1992-09-01 - 2025-06-30 - CH - BOLIVAR COUNTY COMMUNITY ACTION PROGRAM, INC - Inactive - - - - - - - - - - - - - 5489 - 2138 - 4 - 04CH3060 - 1991-12-01 - 2025-06-30 - CH - CORDELL HULL ECONOMIC OPPORTUNITY CORPORATION - Inactive - - - - - - - - - - - - - 5490 - 484 - 4 - 04CH3061 - 1992-01-01 - 2025-06-30 - CH - MANATEE Community Action Agency, INC - Inactive - - - - - - - - - - - - - 5491 - 1871 - 11 - 90CI8069 - 1992-08-01 - 2025-06-30 - CI - BLACKFEET TRIBAL BUSINESS COUNCIL (HEAD START) - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 5492 - 830 - 11 - 90CI8073 - 1992-01-01 - 2025-06-30 - CI - Southern Ute Indian Tribe - Inactive - - - - F3533 - L3533 - 3533@hsesinfo.org - - - - - - - 5493 - 672 - 11 - 90CI8075 - 1992-09-01 - 2025-06-30 - CI - UTE Indian Tribe - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - - - - - - - 5494 - 1769 - 11 - 90CI8076 - 1992-02-01 - 2025-06-30 - CI - COLORADO RIVER INDIAN TRIBES (ONAP) - Inactive - F3537 - L3537 - 3537@hsesinfo.org - - - - - - - - - - 5495 - 1213 - 11 - 90CI8077 - 1992-02-01 - 2014-01-31 - CI - Assiniboine & Sioux Tribes Community Action Agency - Inactive - - - - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 5496 - 827 - 11 - 90CI8079 - 1992-09-01 - 2025-06-30 - CI - UTE MOUNTAIN UTE TRIBE OF INDIANS - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - - - - - - - 5497 - 1843 - 11 - 90CI8080 - 1992-04-01 - 2025-06-30 - CI - Confederated Tribes and Bands of the Yakama Nation - Inactive - F33086 - L33086 - 33086@hsesinfo.org - - - - - - - - - - 5498 - 822 - 11 - 90CI8085 - 1992-01-01 - 2025-06-30 - CI - QUILEUTE TRIBAL COUNCIL - Inactive - - - - F3543 - L3543 - 3543@hsesinfo.org - - - - - - - 5499 - 1642 - 11 - 90CI8859 - 1992-01-01 - 2015-12-31 - CI - ROCKY BOY HEAD START PROGRAM - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 5500 - 190 - 11 - 90CI8867 - 1991-12-01 - 2025-06-30 - CI - OGLALA SIOUX TRIBE (HEAD START/PARENT & CHILD CENTER) - Inactive - - - - - - - - - - - - - 5501 - 1435 - 11 - 90CI8870 - 1992-03-01 - 2025-06-30 - CI - LOWER BRULE SIOUX TRIBE - Inactive - F15957 - L15957 - 15957@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - - - - - - - 5502 - 719 - 11 - 90CI9773 - 1992-09-01 - 2025-06-30 - CI - COCOPAH INDIAN TRIBE - Inactive - F33086 - L33086 - 33086@hsesinfo.org - - - - - - - - - - 5503 - 2303 - 11 - 90CI1536 - 1977-11-01 - 1997-09-18 - CI - OSAGE NATIONAL COUNCIL - Inactive - - - - - - - - - - - - - 5504 - 2304 - 11 - 90CI0140 - 1992-01-01 - 1992-12-31 - CI - COOK INLET TRIBAL COUNCIL, INC - Inactive - - - - - - - - - - - - - 5505 - 2305 - 11 - 90CI0189 - 1995-01-01 - 1997-08-31 - CI - SANTA YSABEL BAND OF MISSION INDIANS - Inactive - - - - - - - - - - - - - 5506 - 892 - 12 - 90CM0087 - 1992-02-01 - 2025-06-30 - CM - EAST COAST MIGRANT HEAD START PROJECT - Inactive - F3537 - L3537 - 3537@hsesinfo.org - - - - - - - - - - 5507 - 1532 - 12 - 90CM0101 - 1992-02-01 - 2014-04-30 - CM - Community Action Program For Central Arkansas - Inactive - - - - F3030 - L3030 - 3030@hsesinfo.org - - - - - - - 5508 - 2306 - 12 - 90CM0102 - 1992-02-01 - 2025-06-30 - CM - TENNESSEE OPPORTUNITY PROGRAMS, INC - Inactive - - - - - - - - - - - - - 5509 - 371 - 12 - 90CM0106 - 1992-01-01 - 2025-06-30 - CM - ENTERPRISE FOR PROGRESS IN THE COMMUNITY - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - - - - - - - 5510 - 2307 - 12 - 90CM0112 - 1993-01-01 - 1995-04-30 - CM - ARIZONA AFFILIATED TRIBES, INC - Inactive - - - - - - - - - - - - - 5511 - 1492 - 12 - 90CM0116 - 1991-12-01 - 2025-06-30 - CM - Inspire Development Centers - Inactive - - - - F3031 - L3031 - 3031@hsesinfo.org - - - - - - - 5512 - 1713 - 12 - 90CM0135 - 1992-06-01 - 2025-06-30 - CM - OTERO JUNIOR COLLEGE - Inactive - - - - F3031 - L3031 - 3031@hsesinfo.org - - - - - - - 5513 - 1395 - 12 - 90CM0136 - 1992-06-01 - 2025-06-30 - CM - WELD COUNTY RESOURCES DEPARTMENT - Inactive - - - - F3028 - L3028 - 3028@hsesinfo.org - - - - - - - 5514 - 245 - 12 - 90CM0144 - 1992-04-01 - 2025-06-30 - CM - CENTRO DE LA FAMILIA DE UTAH - Inactive - - - - F3028 - L3028 - 3028@hsesinfo.org - - - - - - - 5515 - 981 - 12 - 90CM0145 - 1992-03-01 - 2025-06-30 - CM - Community Action Partnership of Western Nebraska - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - - - - - - - 5516 - 701 - 12 - 90CM0148 - 1992-04-01 - 2025-06-30 - CM - UMOS, Inc. - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - - - - - - - 5517 - 2308 - 12 - 90CM0149 - 1994-05-01 - 1996-04-30 - CM - PROTEUS EMPLOYMENT OPPORTUNITIES, INC - Inactive - - - - - - - - - - - - - 5518 - 486 - 12 - 90CM0151 - 1992-09-01 - 2025-06-30 - CM - Community Action Partnership of San Luis Obispo County, Inc. - Inactive - - - - F3031 - L3031 - 3031@hsesinfo.org - - - - - - - 5519 - 752 - 12 - 90CM0157 - 1992-04-01 - 2025-06-30 - CM - TELAMON CORPORATION - Inactive - - - - F3026 - L3026 - 3026@hsesinfo.org - - - - - - - 5520 - 752 - 12 - 90CM0188 - 1995-03-01 - 2025-06-30 - CM - Telamon Corporation - Inactive - - - - F3026 - L3026 - 3026@hsesinfo.org - - - - - - - 5521 - 891 - 12 - 90CM0196 - 1996-09-01 - 2025-06-30 - CM - Riverside County, Office of Education, - Inactive - - - - F3028 - L3028 - 3028@hsesinfo.org - - - - - - - 5522 - 1358 - 12 - 90CM0197 - 1996-09-01 - 2025-06-30 - CM - Chicanos Por La Causa, Inc. - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - - - - - - - 5523 - 668 - 12 - 90CM0948 - 1992-05-01 - 2015-06-30 - CM - Community Council of Idaho, Inc. - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - - - - - - - 5524 - 1588 - 12 - 90CM0995 - 1992-01-01 - 2014-12-31 - CM - Oregon Child Development Coalition - Inactive - - - - F3031 - L3031 - 3031@hsesinfo.org - - - - - - - 5525 - 1093 - 12 - 90CM1628 - 1991-12-01 - 2025-06-30 - CM - KINGS COUNTY COMMUNITY ACTION ORGANIZATION - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - - - - - - - 5526 - 1614 - 12 - 90CM1629 - 1992-09-01 - 2014-08-31 - CM - Tulare County Department of Education - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - - - - - - - 5527 - 1029 - 12 - 90CM1630 - 1992-02-01 - 2025-06-30 - CM - E CENTER - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - - - - - - - 5528 - 774 - 12 - 90CM1895 - 1992-03-01 - 2013-06-30 - CM - Tri-Valley Opportunity Council, Inc. - Inactive - - - - F3028 - L3028 - 3028@hsesinfo.org - - - - - - - 5529 - 2309 - 12 - 90CM2032 - 1993-09-01 - 2025-06-30 - CM - TARGET AREA PROGRAMS FOR - Inactive - - - - - - - - - - - - - 5530 - 15 - 12 - 90CM5938 - 1992-07-01 - 2015-06-30 - CM - Illinois Department of Human Services - Inactive - - - - F3030 - L3030 - 3030@hsesinfo.org - - - - - - - 5531 - 2310 - 12 - 90CM6893 - 1972-04-02 - 2001-04-01 - CM - HOME EDUCATION LIVELIHOOD PROGRAM - Inactive - - - - - - - - - - - - - 5532 - 166 - 12 - 90CM6896 - 2009-02-01 - 2015-01-31 - CM - Teaching and Mentoring Communities (TMC) - Inactive - - - - F3028 - L3028 - 3028@hsesinfo.org - - - - - - - 5569 - 2244 - 8 - 08CH0115 - 1995-02-01 - 1995-06-30 - CH - EAGLE COUNTY REORGANIZED SCHOOL DISTRICT #50-J - Inactive - - - - - - - - - - - - - 5570 - 1199 - 8 - 08CH0116 - 1995-07-01 - 2025-06-30 - CH - EAGLE COUNTY REORGANIZED SCHOOL DISTRICT #50-J - Inactive - - - - F200 - L200 - 200@hsesinfo.org - - - - - - - 5571 - 1829 - 1 - 01CH0117 - 2005-11-01 - 2015-10-31 - CH - EDUCATION CONNECTION - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - - - - - - 5572 - 645 - 1 - 01CH0242 - 2005-11-01 - 2014-06-30 - CH - CHILDCARE LEARNING CENTER, INC. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F13406 - L13406 - 13406@hsesinfo.org - - - - - - - 5573 - 492 - 1 - 01CH1082 - 2000-11-01 - 2015-10-31 - CH - SELF HELP, INC - Inactive - - - - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 5574 - 1016 - 1 - 01CH1364 - 2000-11-01 - 2013-10-31 - CH - SOUTH SHORE COMTY. ACTION COUNCIL, INC. - Inactive - - - - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 5575 - 1104 - 5 - 05CH4069 - 1985-11-01 - 2025-06-30 - CH - Gogebic-Ontonagon Community Action Agency - Inactive - - - - - - - - - - - - - 5576 - 258 - 5 - 05CH4097 - 2010-11-01 - 2025-06-30 - CH - Anoka County Community Action Program, Inc. - Inactive - - - - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 5577 - 235 - 5 - 05CH4107 - 2010-11-01 - 2025-06-30 - CH - WEST CENTRAL MINNESOTA COMMUNITIES ACTION, INC. - Inactive - - - - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 5578 - 320 - 5 - 05CH4121 - 1983-11-01 - 2013-10-31 - CH - C. E. F. S. ECONOMIC OPPORTUNITY CORPORATION - Inactive - - - - - - - - - - - - - 5579 - 1482 - 5 - 05CH4248 - 1985-11-01 - 2025-06-30 - CH - Sheboygan Human Rights Association, Inc. - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 5580 - 1526 - 5 - 05CH5507 - 1985-11-01 - 2015-10-31 - CH - Coshocton County Head Start, Inc. - Inactive - - - - - - - - - - - - - 5581 - 2029 - 6 - 06CH5481 - 1999-11-01 - 2003-10-30 - CH - COMMUNITY SERVICES, INC - Inactive - - - - - - - - - - - - - 5582 - 2030 - 10 - 10CH0108 - 1996-11-01 - 1997-06-30 - CH - SEATTLE CITY DEPT OF HUMAN RESOURCES - Inactive - - - - - - - - - - - - - 5583 - 2031 - 10 - 10CH0141 - 1996-11-01 - 1999-11-01 - CH - SEATTLE CITY DEPARTMENT OF HUMAN RESOURCES - Inactive - - - - - - - - - - - - - 5584 - 1775 - 2 - 02CH0294 - 1996-05-01 - 2025-06-30 - CH - Child Development Support Corporation - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F13554 - L13554 - 13554@hsesinfo.org - - - - - - - 5585 - 699 - 1 - 01CH0023 - 2001-01-01 - 2013-12-31 - CH - CAPE COD CHILD DEVELOPMENT, INC. - Inactive - - - - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 5586 - 2032 - 1 - 01CH0031 - 1997-01-01 - 1997-12-31 - CH - ACTION FOR BOSTON COMMUNITY DEVELOPMENT - Inactive - - - - - - - - - - - - - 5587 - 1222 - 1 - 01CH0119 - 2002-03-01 - 2015-02-28 - CH - COMMUNITY HELP & INVOLVEMENT IN LOW INCOME DECISIONS - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - - - 5588 - 1442 - 1 - 01CH0133 - 2003-01-01 - 2014-12-31 - CH - ANDROSCOGGIN HEAD START AND CHILD CARE - Inactive - - - - - - - - - - - - - 5589 - 1359 - 1 - 01CH0134 - 2001-03-01 - 2016-08-31 - CH - South County Community Action, Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - - - 5590 - 2033 - 1 - 01CH0138 - 1991-12-01 - 1992-11-30 - CH - NORTHWEST CHILD DEVELOPMENT ASSOCIATION, INC - Inactive - - - - - - - - - - - - - 5591 - 2034 - 1 - 01CH0202 - 2000-12-01 - 2006-11-30 - CH - CENTER, INC. - Inactive - - - - - - - - - - - - - 5592 - 2035 - 1 - 01CH0203 - 1998-01-01 - 1998-12-31 - CH - UNITED CHILDREN'S SERVICE - Inactive - - - - - - - - - - - - - 5593 - 376 - 1 - 01CH0212 - 2003-09-01 - 2014-08-31 - CH - ACTION FOR BOSTON COMMUNITY DEVELOPMENT - Inactive - - - - F15592 - L15592 - 15592@hsesinfo.org - - - - - - - 5594 - 2036 - 1 - 01CH0223 - 1995-01-01 - 1995-08-31 - CH - ESCUELITA AGUEYBANA, INC - Inactive - - - - - - - - - - - - - 5595 - 2037 - 1 - 01CH0224 - 2001-01-01 - 2002-12-31 - CH - RUTLAND MENTAL HEALTH SERVICES - Inactive - - - - - - - - - - - - - 5596 - 2038 - 1 - 01CH0227 - 2004-12-01 - 2005-11-30 - CH - HALL NEIGHBORHOOD HOUSE - Inactive - - - - - - - - - - - - - 5597 - 977 - 1 - 01CH0234 - 1990-12-01 - 2014-11-30 - CH - MARTHA'S VINEYARD COMMUNITY SERVICES - Inactive - - - - F25190 - L25190 - 25190@hsesinfo.org - - - - - - - 5598 - 2039 - 1 - 01CH0236 - 1992-01-01 - 1992-12-31 - CH - BELKNAP-MERRIMACK COUNTIES COMMUNITY ACTION PROGRAM, IN - Inactive - - - - - - - - - - - - - 5599 - 2040 - 1 - 01CH0238 - 1991-11-01 - 1992-10-31 - CH - CRANSTON COMMUNITY ACTION PROGRAM - Inactive - - - - - - - - - - - - - 5600 - 2041 - 1 - 01CH0239 - 1992-06-01 - 1993-05-01 - CH - NEW VISIONS FOR NEWPORT COUNTY, INC - Inactive - - - - - - - - - - - - - 5601 - 1255 - 1 - 01CH0240 - 2002-09-01 - 2015-08-31 - CH - WORCESTER COMMUNITY ACTION COUNCIL, INC - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 5602 - 703 - 1 - 01CH0241 - 2000-08-01 - 2012-07-31 - CH - ROCKINGHAM COUNTY COMMUNITY - Inactive - - - - - - - - - - - - - 5603 - 318 - 1 - 01CH0243 - 2000-12-01 - 2015-11-30 - CH - TRI TOWN ECONOMIC OPPORTUNITY COMMITTEE - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - - - 5604 - 2042 - 1 - 01CH0244 - 1993-08-01 - 1994-06-03 - CH - CENTER FOR FAMILY DEVELOPMENT CFD OF BEVERLY, INC. - Inactive - - - - - - - - - - - - - 5605 - 2043 - 1 - 01CH0248 - 2001-07-01 - 2005-10-31 - CH - WOMEN and FAMILIES CENTER - Inactive - - - - - - - - - - - - - 5606 - 2044 - 1 - 01CH0249 - 2000-02-01 - 2000-08-31 - CH - NEW ENGLAND HOSPITAL CORPORATION D/B/A/ DIMOCK - Inactive - - - - - - - - - - - - - 5607 - 860 - 1 - 01CH0250 - 2004-05-01 - 2012-09-30 - CH - HEALTH EDUCATION SERVICES, INC - Inactive - - - - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 5608 - 2045 - 1 - 01CH0525 - 1994-08-01 - 1996-06-30 - CH - SPRINGFIELD ACTION COMMISSION, INC. - Inactive - - - - - - - - - - - - - 5609 - 1806 - 1 - 01CH0655 - 2001-09-01 - 2014-08-31 - CH - Waldo Community Action Partners - Inactive - F14152 - L14152 - 14152@hsesinfo.org - - - - - - - - - - 5610 - 1613 - 1 - 01CH0916 - 2001-06-01 - 2014-05-31 - CH - SOUTHERN KENNEBEC CHILD DEVELOPMENT CORPORATION - Inactive - F14152 - L14152 - 14152@hsesinfo.org - - - - - - - - - - 5611 - 1493 - 4 - 04CH3065 - 1992-01-01 - 2025-06-30 - CH - SUNFLOWER/HUMPHREYS COUNTIES PROGRESS, INC - Inactive - - - - - - - - - - - - - 5612 - 1308 - 4 - 04CH3068 - 1992-01-01 - 2025-06-30 - CH - UPPER EAST TENNESSEE HUMAN DEVELOPMENT AGENCY - Inactive - - - - - - - - - - - - - 5613 - 879 - 4 - 04CH3069 - 1992-01-01 - 2025-06-30 - CH - PINELLAS OPPORTUNITY COUNCIL, INC - Inactive - - - - - - - - - - - - - 5614 - 1814 - 4 - 04CH3070 - 1992-08-01 - 2025-06-30 - CH - PASCO COUNTY BOARD OF PUBLIC EDUCATION - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - - - - - - - 5615 - 908 - 4 - 04CH3076 - 1992-06-01 - 2015-05-31 - CH - ORGANIZED COMMUNITY ACTION PROGRAM, INC - Inactive - - - - - - - - - - - - - 5616 - 466 - 4 - 04CH3077 - 1992-06-01 - 2025-06-30 - CH - COMMUNITY ACTION OF TALLADEGA CLAY RANDOLPH - Inactive - F33579 - L33579 - 33579@hsesinfo.org - - - - - - - - - - 5617 - 1715 - 4 - 04CH3078 - 1992-09-01 - 2025-06-30 - CH - CHAMBERS-TALLAPOOSA-COOSA COMMUNITY ACTION AGENCY - Inactive - - - - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 5618 - 2139 - 4 - 04CH3080 - 1992-04-01 - 2025-06-30 - CH - ANDERSON OCONEE HEAD START PROJECT, INC - Inactive - - - - - - - - - - - - - 5619 - 1587 - 4 - 04CH3081 - 1992-01-01 - 2025-06-30 - CH - INDIAN RIVER COUNTY ECONOMIC OPPORTUNITY, INC - Inactive - - - - F2016 - L2016 - 2016@hsesinfo.org - - - - - - - 5620 - 961 - 4 - 04CH3087 - 1992-05-01 - 2025-06-30 - CH - BREVARD COUNTY CHILD CARE ASSOCIATION - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - - - - - - - 5621 - 1652 - 4 - 04CH3089 - 1991-12-01 - 2025-06-30 - CH - DARLINGTON COUNTY COMMUNITY ACTION AGENCY - Inactive - F13740 - L13740 - 13740@hsesinfo.org - - - - - - - - - - 5622 - 847 - 4 - 04CH3095 - 1992-01-01 - 2025-06-30 - CH - Jefferson County Committee for Economic Opportunity - Inactive - F13325 - L13325 - 13325@hsesinfo.org - - - - - - - - - - 5623 - 345 - 4 - 04CH3099 - 1992-09-01 - 2025-06-30 - CH - SUNBELT HUMAN ADVANCEMENT RESOURCES, INC - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 5624 - 1966 - 4 - 04CH3103 - 1992-01-01 - 2025-06-30 - CH - CAA OF NORTH EAST ALABAMA - Inactive - - - - - - - - - - - - - 5625 - 2140 - 4 - 04CH3107 - 2000-09-01 - 2025-06-30 - CH - COUNTY OF VOLUSIA (HEAD START) - Inactive - - - - - - - - - - - - - 5626 - 1886 - 4 - 04CH3110 - 1992-05-01 - 2025-06-30 - CH - MACON BIBB COUNTY ECONOMIC OPPORTUNITY COUNCIL INC - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - - - - - - - 5627 - 205 - 4 - 04CH3120 - 1991-12-01 - 2025-06-30 - CH - MID-EAST COMMUNITY ACTION AGENCY - Inactive - - - - - - - - - - - - - 5628 - 474 - 4 - 04CH3123 - 1992-07-01 - 2025-06-30 - CH - NORTHWEST TENNESSEE ECONOMIC DEVELOPMENT COUNCIL - Inactive - - - - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 5629 - 2141 - 4 - 04CH3125 - 1992-04-01 - 2025-06-30 - CH - PRAIRIE OPPORTUNITY, INC - Inactive - - - - - - - - - - - - - 5630 - 545 - 4 - 04CH3127 - 1992-01-01 - 2025-06-30 - CH - LIFT, INC - Inactive - - - - - - - - - - - - - 5631 - 691 - 4 - 04CH3136 - 1992-02-01 - 2025-06-30 - CH - SOUTHWEST GEORGIA COMMUNITY ACTION COUNCIL, INC - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 5632 - 909 - 4 - 04CH3145 - 1992-07-01 - 2025-06-30 - CH - COMMUNITY ACTION PARTNERSHIP OF N. ALABAMA - Inactive - - - - - - - - - - - - - 5633 - 907 - 4 - 04CH3151 - 1991-12-01 - 2025-06-30 - CH - Pearl River Valley Opportunity, Inc. - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F13741 - L13741 - 13741@hsesinfo.org - - - - - - - 5634 - 561 - 4 - 04CH3158 - 1992-09-01 - 2025-06-30 - CH - BEAUFORT-JASPER ECONOMIC OPPORTUNITY COUNCIL - Inactive - - - - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 5635 - 1840 - 4 - 04CH3160 - 1992-01-01 - 2025-06-30 - CH - CAPITAL AREA COMMUNITY ACTION AGENCY, INC. - Inactive - - - - - - - - - - - - - 5636 - 1730 - 4 - 04CH3170 - 1992-02-01 - 2015-06-30 - CH - Central Mississippi, Inc. - Inactive - - - - - - - - - - - - - 5637 - 914 - 4 - 04CH3174 - 1992-08-01 - 2025-06-30 - CH - COMMUNITY ACTION AGENCY OF SOUTH ALABAMA - Inactive - - - - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 5638 - 2142 - 4 - 04CH3177 - 1997-01-01 - 1997-05-31 - CH - WESLEY EDUCATION ASSOCIATION, INC - Inactive - - - - - - - - - - - - - 5639 - 898 - 4 - 04CH3179 - 1992-03-01 - 2014-02-28 - CH - MONTGOMERY COMMUNITY ACTION COMMITTEE & CDC, INC. - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 5640 - 992 - 4 - 04CH3181 - 1992-01-01 - 2025-06-30 - CH - WATEREE COMMUNITY ACTIONS, INC - Inactive - F13325 - L13325 - 13325@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 5641 - 1608 - 4 - 04CH3184 - 1992-03-01 - 2025-06-30 - CH - Alabama Council on Human Relations Inc. - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 5642 - 1330 - 4 - 04CH3192 - 1992-01-01 - 2015-06-30 - CH - WACCAMAW ECONOMIC OPPORTUNITY COUNCIL, INC - Inactive - - - - - - - - - - - - - 5643 - 1151 - 4 - 04CH3193 - 1992-07-01 - 2025-06-30 - CH - SCHOOL DISTRICT OF COLLIER COUNTY - Inactive - F2001 - L2001 - 2001@hsesinfo.org - - - - - - - - - - 5644 - 1557 - 4 - 04CH3194 - 2009-01-01 - 2025-06-30 - CH - HINDS COUNTY HUMAN RESOURCE AGENCY - Inactive - - - - F13741 - L13741 - 13741@hsesinfo.org - - - - - - - 5645 - 1922 - 4 - 04CH3204 - 1992-04-01 - 2025-06-30 - CH - CHESTERFIELD & MARLBORO CTYS ECONOMIC OPP COUNCIL, INC - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 5646 - 693 - 4 - 04CH3206 - 1992-01-01 - 2025-06-30 - CH - COAHOMA OPPORTUNITIES, INC - Inactive - F13740 - L13740 - 13740@hsesinfo.org - - - - - - - - - - 5647 - 1478 - 4 - 04CH3210 - 2008-02-01 - 2008-12-31 - CH - BERKELEY & DORCHESTER ECONOMIC DEVELOPMENT CORPORATION - Inactive - - - - - - - - - - - - - 5648 - 817 - 4 - 04CH3216 - 1992-04-01 - 2025-06-30 - CH - GLEAMNS HUMAN RESOURCES COMMISSION - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 5649 - 402 - 4 - 04CH3219 - 1992-05-01 - 2025-06-30 - CH - SINGING RIVER EDUCATIONAL ASSOCIATION, INC - Inactive - - - - - - - - - - - - - 5650 - 1432 - 4 - 04CH3226 - 1992-08-01 - 2025-06-30 - CH - GADSDEN PROGRESS COUNCIL - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F13741 - L13741 - 13741@hsesinfo.org - - - - - - - 5651 - 1638 - 4 - 04CH3230 - 1991-12-01 - 2025-06-30 - CH - UNITED COMMUNITY ACTION COMMITTEE, INC HEAD START - Inactive - F13325 - L13325 - 13325@hsesinfo.org - - - - - - - - - - 5652 - 1095 - 4 - 04CH3233 - 1992-07-01 - 2025-06-30 - CH - HIGHLAND RIM ECONOMIC CORPORATION - Inactive - - - - - - - - - - - - - 5653 - 1709 - 4 - 04CH3234 - 1991-12-01 - 2025-06-30 - CH - LAKE COMMUNITY ACTION AGENCY, INC - Inactive - - - - - - - - - - - - - 5654 - 1054 - 4 - 04CH3244 - 1992-09-01 - 2025-06-30 - CH - C S R A ECONOMIC OPPORTUNITY AUTHORITY, INC - Inactive - - - - - - - - - - - - - 5655 - 532 - 4 - 04CH3269 - 1992-08-01 - 2025-06-30 - CH - School Board of Lee County - Inactive - F2001 - L2001 - 2001@hsesinfo.org - - - - - - - - - - 5656 - 1015 - 4 - 04CH3275 - 1992-03-01 - 2025-06-30 - CH - CLAYTON COUNTY COMMUNITY SERVICES AUTHORITY, INC - Inactive - F2001 - L2001 - 2001@hsesinfo.org - - - - - - - - - - 5657 - 1150 - 4 - 04CH3278 - 1992-06-01 - 2014-06-30 - CH - PHENIX CITY BOARD OF EDUCATION - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 5658 - 1609 - 4 - 04CH3279 - 2008-06-01 - 2015-05-31 - CH - LOWNDES COUNTY BOARD OF EDUCATION - Inactive - - - - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 5659 - 897 - 4 - 04CH3333 - 1992-05-01 - 2025-06-30 - CH - SUMTER COUNTY OPPORTUNITY, INC - Inactive - - - - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 5660 - 1367 - 12 - 90CM9786 - 1992-01-01 - 2025-06-30 - CM - Stanislaus County Office of Education - Inactive - - - - - - - - - - - - - 5661 - 2311 - 12 - 90CM0153 - 1991-09-01 - 1993-08-31 - CM - ORO DEVELOPMENT CORPORATION - Inactive - - - - - - - - - - - - - 5662 - 2312 - 12 - 90CM1627 - 1992-01-01 - 1993-03-25 - CM - TRI-COUNTY MIGRANT HEAD START - Inactive - - - - - - - - - - - - - 5663 - 2313 - 12 - 90CM0173 - 1993-03-27 - 1995-03-31 - CM - STANISLAUS COUNTY DEPARTMENT OF EDUCATION - Inactive - - - - - - - - - - - - - 5664 - 2314 - 12 - 90CM9779 - 1993-09-01 - 1995-06-30 - CM - CAMPESINOS UNIDOS, INC - Inactive - - - - - - - - - - - - - 5665 - 2315 - 12 - 90CM0185 - 1994-09-01 - 1995-08-31 - CM - ECONOMIC OPPORTUNITY COMMISSION - Inactive - - - - - - - - - - - - - 5666 - 245 - 12 - 90CM0193 - 1995-06-01 - 2025-06-30 - CM - CENTRO DE LA FAMILIA DE UTAH - Inactive - - - - - - - - - - - - - 5667 - 2316 - 12 - 90CM0194 - 1995-08-01 - 1996-10-31 - CM - CENTER FOR EDUCATION & MANPOWER RESOURCES, INC - Inactive - - - - - - - - - - - - - 5668 - 2317 - 12 - 90CM0202 - 1997-04-01 - 1998-03-31 - CM - STANISLAUS COUNTY DEPARTMENT OF EDUCATION - Inactive - - - - - - - - - - - - - 5669 - 2318 - 12 - 90CM0203 - 1997-09-01 - 1999-01-31 - CM - CENTER FOR EDUCATION & MANPOWER RESOURCES, INC - Inactive - - - - - - - - - - - - - 5670 - 2319 - 12 - 90CM0204 - 1997-09-01 - 1999-01-31 - CM - ENTERPRISE FOR PROGRESS IN THE COMMUNITY - Inactive - - - - - - - - - - - - - 5696 - 2245 - 8 - 08CH0117 - 1996-11-01 - 1997-10-31 - CH - CLAYTON FOUNDATION TRUSTEE - Inactive - - - - - - - - - - - - - 5697 - 1334 - 8 - 08CH0118 - 1997-07-01 - 2025-06-30 - CH - RAVALLI HEAD START, INC. - Inactive - - - - F200 - L200 - 200@hsesinfo.org - - - - - - - 5698 - 933 - 8 - 08CH0122 - 1997-07-01 - 2025-06-30 - CH - CEREBRAL PALSY OF COLORADO, INC - Inactive - - - - - - - - - - - - - 5699 - 2246 - 8 - 08CH0033 - 1992-02-01 - 1993-01-31 - CH - RAVALLI COUNTY COMMISSIONERS - Inactive - - - - - - - - - - - - - 5700 - 1562 - 8 - 08CH0119 - 1997-07-01 - 2025-06-30 - CH - CITY AND COUNTY OF DENVER MAYOR'S OFFICE - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F3058 - L3058 - 3058@hsesinfo.org - - - - - - - 5701 - 1454 - 8 - 08CH0120 - 1997-07-01 - 2015-12-31 - CH - ROCKY MOUNTAIN SER/JOBS FOR PROGRESS, INC - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F3058 - L3058 - 3058@hsesinfo.org - - - - - - - 5702 - 1385 - 8 - 08CH0121 - 1997-07-01 - 2025-06-30 - CH - JEFFERSON COUNTY BOARD OF COMMISSIONERS - Inactive - - - - F200 - L200 - 200@hsesinfo.org - - - - - - - 5705 - 1699 - 9 - 09CH0002 - 1998-07-01 - 2014-06-30 - CH - Los Angeles County Office of Education - Inactive - - - - F4029 - L4029 - 4029@hsesinfo.org - - - - - - - 5706 - 651 - 9 - 09CH0005 - 1980-09-01 - 2025-06-30 - CH - CHILD-PARENT CENTERS, INC. - Inactive - - - - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 5707 - 413 - 9 - 09CH0007 - 1992-07-01 - 2025-06-30 - CH - ORANGE COUNTY HEAD START, INC. - Inactive - - - - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 5708 - 1193 - 9 - 09CH0008 - 1998-04-01 - 2014-03-31 - CH - Child Development Resources of Ventura County, Inc. - Inactive - - - - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 5709 - 1500 - 9 - 09CH0012 - 1981-09-30 - 2015-07-31 - CH - SACRAMENTO EMPLOYMENT & TRAINING AGENCY - Inactive - - - - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 5710 - 2249 - 9 - 09CH0018 - 1993-04-01 - 1994-03-31 - CH - MARSHALL ISLANDS HEADSTART PROGRAM, INC - Inactive - - - - - - - - - - - - - 5711 - 2250 - 9 - 09CH0021 - 1999-04-01 - 2005-05-31 - CH - POHNPEI FAMILY HEAD START PROGRAM, INC - Inactive - - - - - - - - - - - - - 5712 - 209 - 9 - 09CH0026 - 2000-12-01 - 2025-06-30 - CH - SOUTHWEST HUMAN DEVELOPMENT - Inactive - - - - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 5713 - 218 - 9 - 09CH0028 - 1992-01-01 - 2014-12-31 - CH - METROPOLITAN AREA ADVISORY COMMITTEE ON ANTI-POVERTY OF SAN DIEGO COUNTY INC - Inactive - - - - F16045 - L16045 - 16045@hsesinfo.org - - - - - - - 5714 - 1683 - 9 - 09CH0029 - 1984-12-01 - 2013-11-30 - CH - Options for Learning - Inactive - - - - - - - - - - - - - 5715 - 414 - 9 - 09CH0031 - 1998-12-01 - 2015-11-30 - CH - THE RESOURCE CONNECTION - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 5716 - 2251 - 9 - 09CH0032 - 1992-11-01 - 1993-10-31 - CH - CHILD & FAMILY SERVICES, INC - Inactive - - - - - - - - - - - - - 5717 - 1035 - 9 - 09CH0035 - 2010-03-01 - 2025-06-30 - CH - INSTITUTE FOR HUMAN & SOCIAL DEVELOPMENT - Inactive - - - - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 5718 - 2252 - 9 - 09CH0037 - 1992-11-01 - 2025-06-30 - CH - SAN FRANCISCO STATE UNIVERSITY FOUNDATION, INC - Inactive - - - - - - - - - - - - - 5719 - 956 - 9 - 09CH0039 - 1992-08-01 - 2016-06-30 - CH - PARENTS AND CHILDREN TOGETHER - Inactive - - - - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 5720 - 1029 - 9 - 09CH0043 - 1990-09-30 - 2025-06-30 - CH - E. CENTER - Inactive - - - - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 5721 - 595 - 9 - 09CH0044 - 1997-09-30 - 2025-06-30 - CH - Center for Community & Family Services, Inc. - Inactive - - - - - - - - - - - - - 5722 - 1192 - 9 - 09CH0054 - 1998-09-30 - 2013-07-31 - CH - Northcoast Children's Services - Inactive - - - - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 5723 - 2253 - 9 - 09CH0200 - 2002-07-01 - 2004-08-31 - CH - CALIFORNIA HUMAN DEVELOPMENT CORPORATION - Inactive - - - - - - - - - - - - - 5724 - 1993 - 9 - 09CH0201 - 1998-07-01 - 2014-06-30 - CH - Colusa County Office of Education - Inactive - - - - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 5725 - 2254 - 9 - 09CH0202 - 1992-09-30 - 2001-06-30 - CH - COUNTY OF MARIPOSA - Inactive - - - - - - - - - - - - - 5726 - 686 - 9 - 09CH0247 - 1988-12-01 - 2015-12-31 - CH - CAMPESINOS UNIDOS, INC - Inactive - - - - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 5727 - 1784 - 9 - 09CH0248 - 1998-07-01 - 2014-06-30 - CH - Sierra Cascade Family Opportunites, Inc. - Inactive - - - - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 5728 - 1913 - 9 - 09CH0249 - 1998-09-30 - 2014-07-31 - CH - CNMI PUBLIC SCHOOL SYSTEM - Inactive - - - - - - - - - - - - - 5729 - 667 - 9 - 09CH0251 - 1999-07-01 - 2015-06-30 - CH - LONG BEACH UNIFIED SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 5730 - 2255 - 9 - 09CH0357 - 1999-01-01 - 2006-05-26 - CH - ECONOMIC OPPORTUNITY BOARD OF CLARK COUNTY - Inactive - - - - - - - - - - - - - 5731 - 1812 - 9 - 09CH0375 - 1966-01-01 - 2013-06-30 - CH - Contra Costa County Community Services - Inactive - - - - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 5732 - 1326 - 9 - 09CH0416 - 1997-09-01 - 2015-06-30 - CH - SAN BERNARDINO, COUNTY OF - Inactive - - - - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 5733 - 514 - 9 - 09CH0500 - 1992-09-01 - 2025-06-30 - CH - SHASTA COUNTY HEAD START CHILD DEVELOPMENT, INC. - Inactive - - - - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 5734 - 2256 - 9 - 09CH0501 - 1998-12-01 - 2004-11-30 - CH - REPUBLIC OF THE MARSHALL ISLANDS - Inactive - - - - - - - - - - - - - 5735 - 841 - 9 - 09CH0621 - 2000-01-01 - 2015-12-31 - CH - Fresno County Economic Opportunities Commission - Inactive - - - - F16045 - L16045 - 16045@hsesinfo.org - - - - - - - 5736 - 2257 - 9 - 09CH0629 - 1994-04-01 - 1995-03-31 - CH - SOLANO COUNTY ECONOMIC OPPORTUNITY COUNCIL, INC - Inactive - - - - - - - - - - - - - 5737 - 1000 - 9 - 09CH0656 - 2001-02-01 - 2015-09-30 - CH - San Joaquin County Human Services Agency - Inactive - - - - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 5738 - 1362 - 9 - 09CH0682 - 1992-04-01 - 2025-06-30 - CH - CITY OF PHOENIX - Inactive - - - - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 5739 - 612 - 5 - 05CH0187 - 1991-11-01 - 2025-06-30 - CH - COMMUNITY RELATIONS-SOCIAL DEVELOPMENT COMMISSION, INC - Inactive - - - - F13894 - L13894 - 13894@hsesinfo.org - - - - - - - 5740 - 764 - 5 - 05CH0188 - 1991-11-01 - 2013-06-30 - CH - MILWAUKEE PUBLIC SCHOOLS - Inactive - - - - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 5741 - 728 - 5 - 05CH0201 - 1991-11-01 - 2025-06-30 - CH - Cincinnati-Hamilton County Community Action Agency - Inactive - - - - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 5742 - 717 - 5 - 05CH0222 - 1991-11-01 - 2013-10-31 - CH - MARSHALL STARKE DEVELOPMENT CENTER - Inactive - - - - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 5743 - 1091 - 5 - 05CH0391 - 1991-11-01 - 2025-06-30 - CH - Akron Summit Community Action, Inc. - Inactive - - - - F14177 - L14177 - 14177@hsesinfo.org - - - - - - - 5744 - 2022 - 5 - 05CH0783 - 1991-11-01 - 2005-05-27 - CH - COLUMBUS METROPOLITAN AREA COMMUNITY - Inactive - - - - - - - - - - - - - 5745 - 403 - 5 - 05CH4005 - 1990-11-01 - 2013-10-31 - CH - TRUMBULL COMMUNITY ACTION PROGRAM - Inactive - - - - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 5746 - 242 - 5 - 05CH4006 - 1991-11-01 - 2025-06-30 - CH - COMMUNITY ACTION AGENCY OF SOUTH CENTRAL MICHIGAN - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 5747 - 442 - 5 - 05CH4038 - 1991-11-01 - 2025-06-30 - CH - Community Action of Northeast Indiana - Inactive - - - - F31147 - L31147 - 31147@hsesinfo.org - - - - - - - 5748 - 1022 - 5 - 05CH4044 - 1991-11-01 - 2025-06-30 - CH - Community Action Organization of Scioto County, Inc. - Inactive - - - - F33449 - L33449 - 33449@hsesinfo.org - - - - - - - 5749 - 326 - 5 - 05CH4057 - 1991-11-01 - 2025-06-30 - CH - IRONTON - LAWRENCE COUNTY COMMUNITY ACTION ORGANIZATION - Inactive - - - - F24149 - L24149 - 24149@hsesinfo.org - - - - - - - 5750 - 1786 - 5 - 05CH4059 - 1991-11-01 - 2025-06-30 - CH - MENOMINEE DELTA SCHOOLCRAFT C.A.A., INC. - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 5751 - 1257 - 5 - 05CH4073 - 1991-11-01 - 2025-06-30 - CH - Chippewa Luce Mackinac Community Action - Inactive - - - - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 5752 - 1529 - 5 - 05CH4077 - 1991-11-01 - 2025-06-30 - CH - BARAGA-HOUGHTON-KEWEENAW CHILD DEVELOPMENT BOARD, INC. - Inactive - - - - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 5753 - 1025 - 5 - 05CH4078 - 2009-11-01 - 2013-10-31 - CH - ALGER MARQUETTE COMMUNITY ACTION BOARD - Inactive - - - - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 5754 - 805 - 5 - 05CH4082 - 1991-11-01 - 2025-06-30 - CH - PACE Community Action Agency, Inc. - Inactive - - - - - - - - - - - - - 5755 - 794 - 5 - 05CH4098 - 1990-11-01 - 2013-10-31 - CH - Great Lakes Community Action Partnership - Inactive - - - - F13233 - L13233 - 13233@hsesinfo.org - - - - - - - 5756 - 1298 - 5 - 05CH4104 - 1991-11-01 - 2025-06-30 - CH - Western Indiana Community Action, Inc. - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 5757 - 711 - 5 - 05CH4142 - 1991-11-01 - 2025-06-30 - CH - Ohio Valley Opportunities, Inc. - Inactive - - - - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 5758 - 418 - 5 - 05CH4161 - 1991-11-01 - 2025-06-30 - CH - FIVECAP, Inc. - Inactive - - - - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 5759 - 1066 - 5 - 05CH4168 - 1991-11-01 - 2025-06-30 - CH - Highland County Community Action Organization, Inc. - Inactive - F25174 - L25174 - 25174@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - - - - - - - 5760 - 862 - 5 - 05CH4173 - 1991-11-01 - 2025-06-30 - CH - Community and Family Services, Inc. - Inactive - F31147 - L31147 - 31147@hsesinfo.org - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 5761 - 873 - 5 - 05CH4178 - 1991-11-01 - 2016-06-30 - CH - SOUTHWESTERN WISCONSIN COMMUNITY ACTION PROGRAM - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 5762 - 1053 - 5 - 05CH4191 - 1991-11-01 - 2025-06-30 - CH - Fremont Community Schools - Inactive - - - - - - - - - - - - - 5763 - 1947 - 5 - 05CH5007 - 1994-11-01 - 2025-06-30 - CH - LIMA/ALLEN COUNCIL ON COMMUNITY AFFAIRS - Inactive - - - - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 5764 - 501 - 5 - 05CH5101 - 1991-11-01 - 2016-06-30 - CH - Project NOW, Inc. - Inactive - F13564 - L13564 - 13564@hsesinfo.org - - - - - - - - - - 5765 - 1627 - 5 - 05CH5108 - 1991-11-01 - 2025-06-30 - CH - CHILD CARE RESOURCE & REFERRAL - Inactive - - - - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 5766 - 1975 - 5 - 05CH5120 - 1989-11-01 - 2013-06-30 - CH - Kalamazoo County Health and Community Services - Inactive - - - - - - - - - - - - - 5767 - 1637 - 5 - 05CH6083 - 1991-11-01 - 2025-06-30 - CH - CHILD DEVELOPMENT COUNCIL OF FRANKLIN COUNTY, INC - Inactive - - - - F13894 - L13894 - 13894@hsesinfo.org - - - - - - - 5768 - 229 - 6 - 06CH0021 - 2003-11-01 - 2025-06-30 - CH - Child Care Associates - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F12886 - L12886 - 12886@hsesinfo.org - - - - - - - 5769 - 145 - 6 - 06CH0476 - 2008-11-01 - 2013-10-31 - CH - FAMILIES AND CHILDREN TOGETHER, INC. - Inactive - - - - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 5770 - 755 - 6 - 06CH5115 - 2001-06-01 - 2025-06-30 - CH - CENTRAL ARKANSAS DEVELOPMENT COUNCIL, INC - Inactive - - - - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 5771 - 2023 - 6 - 06CH5131 - 1998-11-01 - 1999-10-31 - CH - WASHINGTON NOWATA COUNTIES COMTY ACTION FOUNDATION, INC - Inactive - - - - - - - - - - - - - 5772 - 319 - 6 - 06CH5185 - 2001-11-01 - 2025-06-30 - CH - Community Action, Inc. of Central Texas - Inactive - - - - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 5773 - 790 - 6 - 06CH5298 - 2008-11-01 - 2014-06-30 - CH - ECONOMIC OPPORTUNITY AGENCY OF WASHINGTON COUNTY, INC - Inactive - - - - F2207 - L2207 - 2207@hsesinfo.org - - - - - - - 5774 - 2024 - 6 - 06CH5503 - 1995-11-01 - 1996-10-31 - CH - CAUSE, INC - Inactive - - - - - - - - - - - - - 5775 - 1980 - 6 - 06CH5686 - 2005-11-01 - 2013-12-02 - CH - Community Action Resource & Development, Inc. - Inactive - - - - - - - - - - - - - 5776 - 650 - 6 - 06CH5690 - 2003-11-01 - 2015-10-31 - CH - UNITED COMMUNITY ACTION PROGRAM, INC. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - - - - - - - - - - 5777 - 928 - 6 - 06CH6024 - 2007-11-01 - 2014-06-30 - CH - Brazos Valley Community Action Agency, Inc. - Inactive - - - - - - - - - - - - - 5778 - 1244 - 4 - 04CH3339 - 1992-09-01 - 2025-06-30 - CH - BEREAN BAPTIST CHURCH (HEAD START) - Inactive - F2001 - L2001 - 2001@hsesinfo.org - - - - - - - - - - 5779 - 1419 - 4 - 04CH3409 - 1991-12-01 - 2025-06-30 - CH - COMMUNITY SERVICE PROGRAMS OF WEST ALABAMA, INC - Inactive - - - - F2016 - L2016 - 2016@hsesinfo.org - - - - - - - 5780 - 910 - 4 - 04CH3412 - 1992-06-01 - 2025-06-30 - CH - PICKENS COMMUNITY ACTION COMMITTEE, INC - Inactive - - - - - - - - - - - - - 5781 - 1607 - 4 - 04CH3417 - 1992-03-01 - 2025-06-30 - CH - ELMORE COMMUNITY ACTION COMMITTEE - Inactive - - - - - - - - - - - - - 5782 - 859 - 4 - 04CH3422 - 2010-12-01 - 2015-06-30 - CH - Mississippi Action for Progress, Inc. - Inactive - - - - - - - - - - - - - 5783 - 200 - 4 - 04CH3423 - 1992-02-01 - 2025-06-30 - CH - INSTITUTE OF COMMUNITY SERVICES, INC - Inactive - F2065 - L2065 - 2065@hsesinfo.org - - - - - - - - - - 5784 - 1545 - 4 - 04CH3428 - 1992-04-01 - 2025-06-30 - CH - Community Action for Improvement, Inc. - Inactive - F13325 - L13325 - 13325@hsesinfo.org - - - - - - - - - - 5785 - 381 - 4 - 04CH3447 - 2013-01-01 - 2014-06-30 - CH - SHELBY COUNTY GOVERNMENT - Inactive - - - - F24442 - L24442 - 24442@hsesinfo.org - - - - - - - 5786 - 536 - 4 - 04CH3462 - 1992-04-01 - 2025-06-30 - CH - ENRICHMENT SERVICES PROGRAM - Inactive - - - - - - - - - - - - - 5787 - 341 - 4 - 04CH3464 - 1992-05-01 - 2025-06-30 - CH - Partnership for Community Action, Inc. - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 5788 - 425 - 4 - 04CH3465 - 1992-09-01 - 2014-06-30 - CH - MOBILE COMMUNITY ACTION, INC - Inactive - - - - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 5789 - 588 - 4 - 04CH3466 - 1992-04-01 - 2025-06-30 - CH - TALLATOONA ECONOMIC OPPORTUNITY - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - - - - - - - 5790 - 172 - 4 - 04CH3470 - 2013-04-01 - 2016-03-31 - CH - COASTAL GEORGIA AREA COMMUNITY ACTION AUTHORITY, INC - Inactive - - - - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 5791 - 1796 - 4 - 04CH4003 - 1992-06-01 - 2014-06-30 - CH - HANCOCK COUNTY BOARD OF EDUCATION - Inactive - - - - - - - - - - - - - 5792 - 1279 - 4 - 04CH4012 - 1992-06-01 - 2025-06-30 - CH - PIEDMONT COMMUNITY ACTIONS, INC - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 5793 - 262 - 4 - 04CH4017 - 1992-06-01 - 2025-06-30 - CH - PUTNAM COUNTY BOARD OF EDUCATION - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 5794 - 2143 - 4 - 04CH4022 - 1992-06-01 - 2025-06-30 - CH - YAZOO COMMUNITY ACTION, INC .. - Inactive - - - - - - - - - - - - - 5795 - 2144 - 4 - 04CH4024 - 1995-06-01 - 1996-08-31 - CH - WEST CENTRAL GEORGIA COMMUNITY ACTION COUNCIL, INC - Inactive - - - - - - - - - - - - - 5796 - 1153 - 4 - 04CH4025 - 1992-07-01 - 2025-06-30 - CH - JASPER COUNTY BOARD OF EDUCATION - Inactive - - - - - - - - - - - - - 5797 - 1848 - 4 - 04CH4028 - 1992-06-01 - 2025-06-30 - CH - WASHINGTON COUNTY NEGRO BUSINESS AND PROFESSIONAL - Inactive - F13740 - L13740 - 13740@hsesinfo.org - - - - - - - - - - 5798 - 1175 - 4 - 04CH4032 - 1992-06-01 - 2015-06-30 - CH - CENTRAL ALABAMA CHILD DEVELOPMENT & CDC, INC. - Inactive - - - - F11756 - L11756 - 11756@hsesinfo.org - - - - - - - 5799 - 1490 - 4 - 04CH4053 - 1992-06-01 - 2025-06-30 - CH - BRECKINRIDGE-GRAYSON PROGRAMS, INC - Inactive - - - - - - - - - - - - - 5800 - 2145 - 4 - 04CH4060 - 1994-07-01 - 1995-06-30 - CH - MOUNTAIN VALLEY HEAD START - Inactive - - - - - - - - - - - - - 5801 - 1477 - 4 - 04CH4194 - 1992-08-01 - 2025-06-30 - CH - SCHOOL BOARD OF ALACHUA COUNTY - Inactive - - - - - - - - - - - - - 5802 - 2146 - 4 - 04CH4571 - 1994-12-01 - 1995-11-30 - CH - BERRY COLLEGE - Inactive - - - - - - - - - - - - - 5803 - 2147 - 4 - 04CH0438 - 1991-09-30 - 1994-09-29 - CH - KENTUCKY RIVER FOOTHILLS DEVELOPMENT COUNCIL - Inactive - - - - - - - - - - - - - 5804 - 2148 - 4 - 04CH0439 - 1999-05-01 - 2000-01-31 - CH - INSTITUTE OF COMMUNITY SERVICES, INC - Inactive - - - - - - - - - - - - - 5805 - 2149 - 4 - 04CH0440 - 1991-09-30 - 1994-09-29 - CH - COMMUNITY ACTION AGENCY OF NORTH WEST ALABAMA - Inactive - - - - - - - - - - - - - 5806 - 2150 - 4 - 04CH0221 - 1991-11-01 - 1994-08-26 - CH - RURAL DAY CARE ASSN OF NORTHEASTERN NORTH CAROLINA - Inactive - - - - - - - - - - - - - 5807 - 2151 - 4 - 04CH0262 - 1991-10-01 - 1992-12-31 - CH - SEMINOLE COUNTY SCHOOL BOARD (PROJECT HEAD START) - Inactive - - - - - - - - - - - - - 5808 - 2152 - 4 - 04CH0441 - 1992-09-30 - 1994-09-29 - CH - ANDERSON COUNTY BOARD OF EDUCATION - Inactive - - - - - - - - - - - - - 5809 - 2153 - 4 - 04CH3028 - 1992-08-01 - 1994-01-07 - CH - TAYLOR COUNTY IMPROVEMENT CLUB, INC - Inactive - - - - - - - - - - - - - 5810 - 2154 - 4 - 04CH0324 - 1993-07-01 - 1993-10-19 - CH - TRINITY CHILD DEVELOPMENT CENTER - Inactive - - - - - - - - - - - - - 5811 - 2155 - 4 - 04CH0325 - 1993-09-01 - 1994-01-31 - CH - CONECUH MONROE COMMUNITY ACTION AGENCY - Inactive - - - - - - - - - - - - - 5812 - 2156 - 4 - 04CH3147 - 1993-09-01 - 1993-11-30 - CH - NORTHWEST GEORGIA SERVICES, INC - Inactive - - - - - - - - - - - - - 5813 - 2157 - 4 - 04CH3104 - 1994-02-01 - 1994-06-30 - CH - SARASOTA COUNTY SCHOOL BOARD - Inactive - - - - - - - - - - - - - 5814 - 233 - 4 - 04CH2736 - 1985-06-01 - 2025-06-30 - CH - BELL WHITLEY COMMUNITY ACTION AGENCY - Inactive - F2001 - L2001 - 2001@hsesinfo.org - - - - - - - - - - 5815 - 1162 - 4 - 04CH3419 - 1986-02-01 - 2025-06-30 - CH - AJFC COMMUNITY ACTION AGENCY - Inactive - - - - F13741 - L13741 - 13741@hsesinfo.org - - - - - - - 5819 - 1921 - 5 - 05CH4177 - 1992-01-01 - 2016-06-30 - CH - GARRETT-KEYSER-BUTLER COMMUNITY SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 5820 - 955 - 5 - 05CH4181 - 2000-05-01 - 2025-06-30 - CH - WESTERN DAIRYLAND ECONOMIC OPPORTUNITY COUNCIL, INC. - Inactive - - - - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 5821 - 493 - 5 - 05CH4182 - 1992-01-01 - 2025-06-30 - CH - Northwest Michigan Community Action Agency, Inc. - Inactive - - - - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 5822 - 241 - 5 - 05CH4183 - 1992-01-01 - 2025-06-30 - CH - EIGHT COMMUNITY ACTION PROGRAM, INC. - Inactive - - - - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 5823 - 1651 - 5 - 05CH4184 - 1992-07-01 - 2025-06-30 - CH - Livingston Educational Service Agency - Inactive - - - - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 5860 - 1093 - 9 - 09CH0697 - 2000-04-01 - 2025-06-30 - CH - KINGS COMMUNITY ACTION ORGANIZATION, INC - Inactive - - - - F16045 - L16045 - 16045@hsesinfo.org - - - - - - - 5861 - 303 - 9 - 09CH0780 - 1992-05-01 - 2015-05-31 - CH - Madera County Board of Supervisors/CAPMC - Inactive - - - - - - - - - - - - - 5862 - 498 - 9 - 09CH0802 - 2000-04-01 - 2016-03-31 - CH - HONOLULU COMMUNITY ACTION PROGRAM, INC. - Inactive - - - - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 5863 - 480 - 9 - 09CH0890 - 1999-02-01 - 2015-01-31 - CH - Placer Community Action Council, Inc. - Inactive - - - - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 5864 - 2258 - 9 - 09CH2000 - 1998-04-01 - 1999-10-30 - CH - SAN FRANCISCO ECONOMIC OPPORTUNITY COUNCIL - Inactive - - - - - - - - - - - - - 5865 - 1399 - 9 - 09CH2001 - 1991-09-30 - 2025-06-30 - CH - INYO MONO ADVOCATES FOR COMMUNITY ACTION - Inactive - - - - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 5866 - 1126 - 9 - 09CH7012 - 1964-12-01 - 2015-11-30 - CH - Community Action Commission Of Santa Barbara County - Inactive - - - - - - - - - - - - - 5867 - 684 - 9 - 09CH7015 - 1990-03-01 - 2013-06-30 - CH - NEIGHBORHOOD HOUSE ASSOCIATION - Inactive - - - - - - - - - - - - - 5868 - 1123 - 9 - 09CH7019 - 2000-07-01 - 2015-06-30 - CH - Community Action Marin - Inactive - - - - - - - - - - - - - 5869 - 2259 - 9 - 09CH7021 - 1998-03-01 - 2025-06-30 - CH - KAUAI ECONOMIC OPPORTUNITY, INC - Inactive - - - - - - - - - - - - - 5870 - 799 - 9 - 09CH7022 - 1992-03-01 - 2025-06-30 - CH - MAUI ECONOMIC OPPORTUNITY, INC. - Inactive - - - - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 5871 - 129 - 9 - 09CH7023 - 1998-09-01 - 2009-11-30 - CH - HAWAII COUNTY ECONOMIC OPPORTUNITY COUNCIL - Inactive - - - - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 5872 - 437 - 9 - 09CH7024 - 1992-03-01 - 2015-02-28 - CH - Child, Family & Community Services - Inactive - - - - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 5873 - 486 - 9 - 09CH7034 - 2000-04-01 - 2025-06-30 - CH - Community Action Partnership of San Luis Obispo County, Inc. - Inactive - - - - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 5874 - 179 - 9 - 09CH7038 - 1999-04-01 - 2015-03-31 - CH - Community Services Agency - Inactive - - - - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 5875 - 2260 - 9 - 09CH7047 - 1998-09-01 - 2001-08-31 - CH - NAPA COUNTY COUNCIL FOR ECONOMIC OPPORTUNITY - Inactive - - - - - - - - - - - - - 5876 - 666 - 9 - 09CH7051 - 1989-03-01 - 2014-02-28 - CH - COMMUNITY ACTION PARTNERSHIP OF KERN - Inactive - - - - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 5877 - 2261 - 9 - 09CH7057 - 1992-01-01 - 2025-06-30 - CH - COMMUNITY ACTION AGENCY OF BUTTE COUNTY, INC - Inactive - - - - - - - - - - - - - 5878 - 2262 - 9 - 09CH7073 - 2001-03-01 - 2005-08-31 - CH - MERCED COUNTY BOARD OF SUPERVISORS - Inactive - - - - - - - - - - - - - 5879 - 430 - 9 - 09CH7096 - 1998-07-01 - 2016-06-30 - CH - Maricopa County Human Services - Inactive - - - - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 5880 - 1021 - 9 - 09CH7099 - 1992-04-01 - 2025-06-30 - CH - PINAL-GILA COMMUNITY CHILD SERVICES, INC - Inactive - - - - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 5881 - 1031 - 9 - 09CH7117 - 1998-07-01 - 2025-06-30 - CH - ALAMEDA FAMILY SERVICES - Inactive - - - - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 5882 - 1647 - 9 - 09CH7130 - 2000-07-01 - 2025-06-30 - CH - GLENN COUNTY OFFICE OF EDUCATION - Inactive - - - - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 5883 - 1646 - 9 - 09CH7138 - 1998-07-01 - 2025-06-30 - CH - EL DORADO COUNTY OFFICE OF EDUCATION - Inactive - - - - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 5884 - 838 - 9 - 09CH7168 - 2000-03-01 - 2015-02-28 - CH - COMMUNITY ACTION PARTNERSHIP OF SONOMA COUNTY - Inactive - - - - - - - - - - - - - 5885 - 1020 - 9 - 09CH7179 - 1991-12-01 - 2025-06-30 - CH - NORTH COAST OPPORTUNITIES, INC - Inactive - - - - - - - - - - - - - 5886 - 1916 - 9 - 09CH8453 - 1998-07-01 - 2014-06-30 - CH - GUAM PUBLIC SCHOOL SYSTEM - Inactive - - - - - - - - - - - - - 5887 - 2263 - 9 - 09CH8460 - 1999-04-01 - 2005-05-31 - CH - YAP DEPARTMENT OF EDUCATION - Inactive - - - - - - - - - - - - - 5888 - 1912 - 9 - 09CH8461 - 1989-09-30 - 2013-07-31 - CH - PALAU COMMUNITY ACTION AGENCY - Inactive - - - - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 5889 - 946 - 9 - 09CH9004 - 1992-03-01 - 2025-06-30 - CH - NORTHERN ARIZONA COUNCIL OF GOVERNMENTS - Inactive - - - - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 5890 - 1381 - 9 - 09CH9006 - 1997-09-01 - 2016-11-30 - CH - City of Oakland - Inactive - - - - F16045 - L16045 - 16045@hsesinfo.org - - - - - - - 5891 - 891 - 9 - 09CH9007 - 1997-09-01 - 2013-08-31 - CH - Riverside County Office of Education - Inactive - - - - - - - - - - - - - 5892 - 1698 - 9 - 09CH9009 - 1998-05-01 - 2025-06-30 - CH - Santa Clara County Office of Education - Inactive - - - - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 5893 - 249 - 9 - 09CH9011 - 2000-07-01 - 2025-06-30 - CH - MONTEREY COUNTY OFFICE OF EDUCATION - Inactive - - - - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 5894 - 1191 - 9 - 09CH9013 - 1992-03-01 - 2025-06-30 - CH - Western Arizona Council of Governments - Inactive - - - - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 5895 - 634 - 9 - 09CH9022 - 2004-09-01 - 2015-08-31 - CH - YOUNG MEN'S CHRISTIAN ASSOCIATION OF THE EAST BAY - Inactive - - - - F16045 - L16045 - 16045@hsesinfo.org - - - - - - - 5896 - 831 - 9 - 09CH9024 - 1997-09-01 - 2025-06-30 - CH - HEAD START OF NORTHEASTERN NEVADA - Inactive - - - - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 5897 - 411 - 9 - 09CH9025 - 1971-09-01 - 2025-06-30 - CH - NORTHERN CALIFORNIA CHILD DEVELOPMENT, INC - Inactive - - - - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 5898 - 2264 - 9 - 09CH9026 - 1999-04-01 - 2025-06-30 - CH - CHUUK ORGANIZATION FOR COMMUNITY ACTION, INC. - Inactive - - - - - - - - - - - - - 5899 - 1310 - 9 - 09CH9030 - 1998-09-01 - 2025-06-30 - CH - LITTLE PEOPLE'S HEAD START - Inactive - - - - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 5900 - 1614 - 9 - 09CH9046 - 1998-04-01 - 2014-03-31 - CH - TULARE, COUNTY OF - Inactive - - - - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 5901 - 1828 - 9 - 09CH9047 - 1973-09-01 - 2014-08-31 - CH - STANISLAUS COUNTY OFFICE OF EDUCATION - Inactive - - - - - - - - - - - - - 5902 - 1787 - 9 - 09CH9049 - 1997-09-30 - 2025-06-30 - CH - CHARLES R. DREW UNIVERSITY OF MEDICINE & SCIENCE - Inactive - - - - - - - - - - - - - 5903 - 1915 - 9 - 09CH9052 - 1998-09-30 - 2013-07-31 - CH - AS DEPARTMENT OF EDUCATION, EARLY CHILDHOOD DIVISION - Inactive - - - - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 5904 - 2265 - 9 - 09CH0040 - 1994-07-01 - 1997-09-30 - CH - FREDERICK DOUGLAS CHILD DEVELOPMENT CENTER - Inactive - - - - - - - - - - - - - 5905 - 915 - 6 - 06CH6330 - 2008-11-01 - 2025-06-30 - CH - Community Council of South Central Texas, Inc. - Inactive - - - - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 5906 - 818 - 7 - 07CH0003 - 1996-11-01 - 2016-06-30 - CH - OPERATION: NEW VIEW - Inactive - F11828 - L11828 - 11828@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - - - - - - - 5907 - 1507 - 7 - 07CH6086 - 2000-11-01 - 2013-06-30 - CH - SOUTH CENTRAL IOWA COMMUNITY ACTION PROGRAM, INC - Inactive - - - - F240 - L240 - 240@hsesinfo.org - - - - - - - 5908 - 981 - 7 - 07CH6166 - 1996-11-01 - 2014-10-31 - CH - Community Action Partnership of Western Nebraska - Inactive - F11828 - L11828 - 11828@hsesinfo.org - - - - - - - - - - 5909 - 819 - 7 - 07CH6198 - 1996-11-01 - 2014-10-31 - CH - Community Action of Eastern Iowa - Inactive - - - - F34010 - L34010 - 34010@hsesinfo.org - - - - - - - 5910 - 951 - 7 - 07CH7028 - 1996-11-01 - 2014-10-31 - CH - COMMUNITY ACTION INC - Inactive - F47594 - L47594 - 47594@hsesinfo.org - F12903 - L12903 - 12903@hsesinfo.org - - - - - - - 5911 - 1296 - 8 - 08CH0006 - 1999-11-01 - 2007-02-03 - CH - ALAMOSA HEADSTART, INC - Inactive - - - - - - - - - - - - - 5912 - 773 - 8 - 08CH0008 - 1997-11-01 - 2025-06-30 - CH - Adams County - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F3058 - L3058 - 3058@hsesinfo.org - - - - - - - 5913 - 828 - 8 - 08CH0016 - 1991-11-01 - 2015-10-31 - CH - POUDRE SCHOOL DISTRICT #1 - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - - - - - - - 5914 - 871 - 8 - 08CH0022 - 1989-11-01 - 2025-06-30 - CH - THOMPSON SCHOOL DISTRICT R2J - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - - - - - - - 5915 - 2025 - 8 - 08CH0025 - 1998-11-01 - 2025-06-30 - CH - CONEJOS COSTILLA COMMUNITY ACTION ASSOCIATION - Inactive - - - - - - - - - - - - - 5916 - 1662 - 8 - 08CH0064 - 1991-11-01 - 2025-06-30 - CH - LARAMIE CHILD DEVELOPMENT CORPORATION - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - - - - - - - 5917 - 1539 - 8 - 08CH0065 - 1991-11-01 - 2025-06-30 - CH - Carbon County Child Development Programs, Inc. - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - - - - - - - 5918 - 1641 - 8 - 08CH0090 - 1989-11-01 - 2016-06-30 - CH - NORTHEAST SOUTH DAKOTA HEAD START, INC - Inactive - F3064 - L3064 - 3064@hsesinfo.org - - - - - - - - - - 5919 - 1451 - 8 - 08CH0091 - 1999-11-01 - 2025-06-30 - CH - Community Partnership for Child Development - Inactive - F3056 - L3056 - 3056@hsesinfo.org - - - - - - - - - - 5920 - 783 - 9 - 09CH0022 - 1997-11-01 - 2014-10-31 - CH - SANTA CRUZ COMMUNITY COUNSELING CENTER, INC - Inactive - - - - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 5921 - 1208 - 9 - 09CH0027 - 1998-11-01 - 2015-12-31 - CH - AMADOR-TUOLUMNE COMMUNITY ACTION AGENCY - Inactive - - - - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 5922 - 665 - 9 - 09CH0033 - 1991-11-01 - 2015-10-31 - CH - UNIVERSITY OF SOUTHERN CALIFORNIA - Inactive - - - - F14141 - L14141 - 14141@hsesinfo.org - - - - - - - 5923 - 2026 - 10 - 10CH0002 - 1996-11-01 - 1998-10-31 - CH - HUMAN SERVICES CENTER, INC - Inactive - - - - - - - - - - - - - 5924 - 464 - 10 - 10CH0004 - 1991-11-01 - 2014-10-31 - CH - PORTLAND PUBLIC SCHOOLS - Inactive - - - - F2436 - L2436 - 2436@hsesinfo.org - - - - - - - 5925 - 2027 - 10 - 10CH0005 - 1996-11-01 - 1997-10-31 - CH - PARENT CHILD SERVICES, INC - Inactive - - - - - - - - - - - - - 5926 - 855 - 10 - 10CH0026 - 1990-11-01 - 2013-10-31 - CH - TACOMA PUBLIC SCHOOLS #10 - Inactive - - - - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 5927 - 371 - 10 - 10CH0027 - 2000-11-01 - 2013-10-31 - CH - Enterprise for Progress in the Community (EPIC) - Inactive - F2446 - L2446 - 2446@hsesinfo.org - - - - - - - - - - 5928 - 354 - 10 - 10CH0058 - 1991-11-01 - 2014-10-31 - CH - COMMUNITY ACTION TEAM OF COLUMBIA CO - Inactive - - - - F2436 - L2436 - 2436@hsesinfo.org - - - - - - - 5929 - 463 - 10 - 10CH0059 - 1990-11-01 - 2013-10-31 - CH - Southern Oregon Child & Family Council, Inc. - Inactive - - - - F2436 - L2436 - 2436@hsesinfo.org - - - - - - - 5930 - 221 - 10 - 10CH0064 - 1992-10-01 - 2014-09-30 - CH - Rural Alaska Community Action Program, Inc. - Inactive - F14039 - L14039 - 14039@hsesinfo.org - F2421 - L2421 - 2421@hsesinfo.org - - - - - - - 5931 - 1465 - 10 - 10CH0081 - 1997-11-01 - 2015-10-31 - CH - Washington State Community College District #17 - Inactive - F2446 - L2446 - 2446@hsesinfo.org - - - - - - - - - - 5932 - 1809 - 10 - 10CH0083 - 2000-11-01 - 2013-10-31 - CH - Educational Opportunities for Children and Families - Inactive - - - - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 5933 - 1667 - 10 - 10CH0104 - 1990-11-01 - 2016-06-30 - CH - Puget Sound Educational Service District - Inactive - F14039 - L14039 - 14039@hsesinfo.org - - - - - - - - - - 5934 - 572 - 10 - 10CH0111 - 1997-11-01 - 2013-10-31 - CH - United Indians of All Tribes Foundation - Inactive - F2446 - L2446 - 2446@hsesinfo.org - - - - - - - - - - 5935 - 1492 - 10 - 10CH0112 - 1984-07-01 - 2015-10-31 - CH - Inspire Development Centers - Inactive - F2446 - L2446 - 2446@hsesinfo.org - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 5936 - 2028 - 10 - 10CH0129 - 1997-11-01 - 1998-04-15 - CH - CANYON COUNTY HEAD START FRIENDS, INC - Inactive - - - - - - - - - - - - - 5937 - 1897 - 10 - 10CH0134 - 1991-11-01 - 2014-10-31 - CH - Chelan-Douglas Child Services Association - Inactive - F14039 - L14039 - 14039@hsesinfo.org - - - - - - - - - - 5938 - 1811 - 10 - 10CH0135 - 1989-11-01 - 2016-06-30 - CH - Kids' Corps, Inc. - Inactive - - - - - - - - - - - - - 5939 - 410 - 10 - 10CH0144 - 1992-03-01 - 2015-10-31 - CH - Olympic Educational Service District 114 - Inactive - - - - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 5940 - 1839 - 10 - 10CH0146 - 1993-11-01 - 2014-10-31 - CH - Albina Head Start, Inc. - Inactive - - - - - - - - - - - - - 5941 - 1075 - 10 - 10CH0150 - 2000-11-01 - 2015-10-31 - CH - Educational Service District 113 - Inactive - F2446 - L2446 - 2446@hsesinfo.org - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 5942 - 1692 - 10 - 10CH0156 - 1996-08-01 - 2014-10-31 - CH - Family Services of Grant County - Inactive - - - - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 5943 - 1892 - 10 - 10CH0157 - 1999-11-01 - 2013-06-30 - CH - Head Start of Yamhill County - Inactive - - - - F2436 - L2436 - 2436@hsesinfo.org - - - - - - - 5944 - 1598 - 10 - 10CH0155 - 2002-10-01 - 2014-09-30 - CH - COMMUNITY SERVICES CONSORTIUM - Inactive - - - - F2436 - L2436 - 2436@hsesinfo.org - - - - - - - 5945 - 845 - 5 - 05CH4188 - 2001-01-01 - 2025-06-30 - CH - ADVOCAP, Inc. - Inactive - - - - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 5946 - 939 - 5 - 05CH4190 - 2000-04-01 - 2015-03-31 - CH - CAP Services, Inc. - Inactive - - - - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 5947 - 432 - 5 - 05CH4199 - 1991-12-01 - 2016-06-30 - CH - Marion Community Schools - Inactive - F25174 - L25174 - 25174@hsesinfo.org - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 5948 - 1485 - 5 - 05CH4200 - 1992-04-01 - 2025-06-30 - CH - TAZEWELL-WOODFORD HEAD START - Inactive - - - - - - - - - - - - - 5949 - 1111 - 5 - 05CH4203 - 1992-01-01 - 2025-06-30 - CH - COMMUNITY ACTION PROGRAM COMMISSION OF LANCASTER - Inactive - F13564 - L13564 - 13564@hsesinfo.org - - - - - - - - - - 5950 - 843 - 5 - 05CH4209 - 1992-07-01 - 2016-06-30 - CH - BRANCH INTERMEDIATE SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 5951 - 1194 - 5 - 05CH4211 - 1992-07-01 - 2016-06-30 - CH - Illinois Valley Economic Development Corporation - Inactive - F31147 - L31147 - 31147@hsesinfo.org - - - - - - - - - - 5952 - 1177 - 5 - 05CH4214 - 2011-04-01 - 2013-06-30 - CH - PEORIA CITIZENS COMMITTEE FOR ECONOMIC OPPORTUNITY, INC - Inactive - F13564 - L13564 - 13564@hsesinfo.org - - - - - - - - - - 5953 - 1606 - 5 - 05CH4220 - 1992-04-01 - 2025-06-30 - CH - MARATHON COUNTY CHILD DEVELOPMENT AGENCY - Inactive - - - - - - - - - - - - - 5954 - 3437 - 5 - 05CH4221 - 1992-03-01 - 2013-06-30 - CH - COMMUNITY ACTION COMMISSION OF FAYETTE COUNTY, INC. - Inactive - - - - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 5955 - 1853 - 5 - 05CH4228 - 1997-08-01 - 2025-06-30 - CH - NATIONAL CENTERS FOR LEARNING EXCELLENCE, INC. - Inactive - F13564 - L13564 - 13564@hsesinfo.org - - - - - - - - - - 5956 - 538 - 5 - 05CH4231 - 1992-05-01 - 2025-06-30 - CH - SEMCAC, INC. - Inactive - - - - F24149 - L24149 - 24149@hsesinfo.org - - - - - - - 5957 - 611 - 5 - 05CH4232 - 2000-07-01 - 2025-06-30 - CH - UNIVERSITY OF WISCONSIN, OSHKOSH - Inactive - - - - F14177 - L14177 - 14177@hsesinfo.org - - - - - - - 5958 - 1706 - 5 - 05CH4233 - 1992-08-01 - 2025-06-30 - CH - TRI-CAP - Inactive - - - - - - - - - - - - - 5959 - 2161 - 5 - 05CH4235 - 1996-07-01 - 1997-06-30 - CH - HOLLAND CITY SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 5960 - 1009 - 5 - 05CH4238 - 1992-06-01 - 2025-06-30 - CH - FLOYD COUNTY COMMUNITY ACTION AGENCY - Inactive - - - - - - - - - - - - - 5961 - 236 - 5 - 05CH4250 - 1992-01-01 - 2025-06-30 - CH - Community Action Commission of Erie, Huron - Inactive - - - - F15967 - L15967 - 15967@hsesinfo.org - - - - - - - 5962 - 214 - 5 - 05CH4272 - 2000-12-01 - 2025-06-30 - CH - Indianhead Community Action Agency - Inactive - - - - F15967 - L15967 - 15967@hsesinfo.org - - - - - - - 5963 - 1655 - 5 - 05CH4275 - 1992-09-01 - 2015-06-30 - CH - Heartland Head Start, Inc. - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 5964 - 1547 - 5 - 05CH4277 - 2010-03-01 - 2010-12-31 - CH - ACTION, INC. OF DELAWARE COUNTY - Inactive - - - - - - - - - - - - - 5965 - 1178 - 5 - 05CH4291 - 2011-08-01 - 2014-06-30 - CH - RACINE/KENOSHA COMMUNITY ACTION AGENCY, INC. - Inactive - F13564 - L13564 - 13564@hsesinfo.org - - - - - - - - - - 5966 - 1346 - 5 - 05CH4297 - 2006-07-01 - 2015-06-30 - CH - GREEN BAY AREA PUBLIC SCHOOLS - Inactive - - - - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 5967 - 1392 - 5 - 05CH4305 - 1992-08-01 - 2015-11-30 - CH - Community Organization of Social Concerns, Inc. - Inactive - - - - F31147 - L31147 - 31147@hsesinfo.org - - - - - - - 5968 - 1247 - 5 - 05CH4306 - 1992-07-01 - 2025-06-30 - CH - MOUNT VERNON CITY SCHOOLS - Inactive - - - - - - - - - - - - - 5969 - 627 - 5 - 05CH4308 - 1992-07-01 - 2025-06-30 - CH - ROCK ISLAND/MILAN SCHOOL DISTRICT #41 - Inactive - - - - F31147 - L31147 - 31147@hsesinfo.org - - - - - - - 5970 - 1496 - 5 - 05CH4309 - 1992-08-01 - 2025-06-30 - CH - CHILD DEVELOPMENT SERVICES OF OTTAWA COUNTY, INC. - Inactive - - - - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 5971 - 1527 - 5 - 05CH4311 - 1997-07-01 - 2012-01-27 - CH - Catholic Charities of Monroe County - Inactive - - - - F13233 - L13233 - 13233@hsesinfo.org - - - - - - - 5972 - 869 - 5 - 05CH4313 - 2010-07-01 - 2014-06-30 - CH - MERRILL AREA PUBLIC SCHOOL DISTRICT - Inactive - - - - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 5973 - 3439 - 5 - 05CH4329 - 1992-02-01 - 2025-06-30 - CH - Northeast Michigan Community Action Agency, Inc. - Inactive - - - - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 5974 - 597 - 5 - 05CH4334 - 1992-01-01 - 2025-06-30 - CH - Bauer Family Resources, Inc. - Inactive - F13564 - L13564 - 13564@hsesinfo.org - - - - - - - - - - 5975 - 2162 - 5 - 05CH4352 - 1997-02-01 - 1998-01-31 - CH - MONTGOMERY COUNTY COMMUNITY ACTION AGENCY - Inactive - - - - - - - - - - - - - 5976 - 1073 - 5 - 05CH5005 - 1992-07-01 - 2025-06-30 - CH - DICKINSON IRON INTERMEDIATE SCHOOL DISTRICT - Inactive - - - - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 5977 - 2163 - 5 - 05CH5009 - 1995-10-06 - 2025-06-30 - CH - ACCESS TO HUMAN RESOURCE DEVELOPMENT - Inactive - - - - - - - - - - - - - 5978 - 1067 - 5 - 05CH5012 - 1991-12-01 - 2016-06-30 - CH - Council on Rural Service Programs, Inc. - Inactive - - - - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 5979 - 1047 - 5 - 05CH5017 - 1992-07-01 - 2025-06-30 - CH - WARREN COUNTY COMMUNITY SERVICES, INC. - Inactive - - - - F13233 - L13233 - 13233@hsesinfo.org - - - - - - - 5980 - 1243 - 5 - 05CH5023 - 1992-08-01 - 2025-06-30 - CH - Knox County Head Start, Inc. - Inactive - - - - - - - - - - - - - 5981 - 2164 - 5 - 05CH5029 - 1997-09-01 - 1998-02-28 - CH - WEST CENTRAL ILLINOIS LEGAL ASSISTANCE - Inactive - - - - - - - - - - - - - 5982 - 1933 - 5 - 05CH5031 - 1992-08-01 - 2025-06-30 - CH - Child Care Resources, Inc. - Inactive - - - - - - - - - - - - - 6017 - 2266 - 9 - 09CH0203 - 1996-11-01 - 1998-05-15 - CH - EAST BAY PERINATAL COUNCIL - Inactive - - - - - - - - - - - - - 6027 - 1661 - 10 - 10CH0015 - 1999-09-01 - 2011-08-31 - CH - Klamath Family Head Start - Inactive - - - - - - - - - - - - - 6028 - 1394 - 10 - 10CH0016 - 1992-09-01 - 2015-08-31 - CH - Malheur County Child Development Center - Inactive - - - - F2436 - L2436 - 2436@hsesinfo.org - - - - - - - 6029 - 344 - 10 - 10CH0019 - 1992-09-01 - 2014-08-31 - CH - Oregon Coast Community Action - Inactive - F14039 - L14039 - 14039@hsesinfo.org - - - - - - - - - - 6030 - 1320 - 10 - 10CH0021 - 1992-02-01 - 2014-01-31 - CH - Benton Franklin Head Start - Inactive - F2446 - L2446 - 2446@hsesinfo.org - - - - - - - - - - 6031 - 333 - 10 - 10CH0055 - 1998-07-01 - 2014-06-30 - CH - Lower Columbia College - Inactive - - - - - - - - - - - - - 6032 - 219 - 10 - 10CH0056 - 2002-01-01 - 2015-06-30 - CH - North Idaho College - Inactive - F2446 - L2446 - 2446@hsesinfo.org - - - - - - - - - - 6033 - 457 - 10 - 10CH0061 - 1998-08-01 - 2014-07-31 - CH - Head Start of Lane County - Inactive - - - - F2436 - L2436 - 2436@hsesinfo.org - - - - - - - 6034 - 2269 - 10 - 10CH0062 - 1993-01-01 - 1993-11-30 - CH - ALASKA FAMILY SERVICES INC. - Inactive - - - - - - - - - - - - - 6035 - 407 - 10 - 10CH0063 - 2000-08-01 - 2014-07-31 - CH - CCS Early Learning - Inactive - - - - - - - - - - - - - 6036 - 2270 - 10 - 10CH0065 - 1994-10-01 - 1995-09-30 - CH - RURAL ALASKA COMMUNITY ACTION PROGRAM, INC - Inactive - - - - - - - - - - - - - 6037 - 171 - 10 - 10CH0066 - 1994-07-01 - 2014-06-30 - CH - EASTERN OREGON UNIVERSITY - Inactive - F2437 - L2437 - 2437@hsesinfo.org - - - - - - - - - - 6038 - 435 - 10 - 10CH0070 - 1990-07-01 - 2015-06-30 - CH - Mt Hood Community College - Inactive - - - - - - - - - - - - - 6039 - 635 - 10 - 10CH0071 - 1992-07-01 - 2015-06-30 - CH - Community Action Organization - Inactive - - - - - - - - - - - - - 6040 - 186 - 10 - 10CH0072 - 1991-01-01 - 2014-12-31 - CH - United Community Action Network - Inactive - - - - F2436 - L2436 - 2436@hsesinfo.org - - - - - - - 6041 - 284 - 10 - 10CH0073 - 1990-07-01 - 2014-06-30 - CH - Pocatello School District No. 25 - Inactive - - - - - - - - - - - - - 6042 - 1675 - 10 - 10CH0074 - 1999-01-01 - 2014-12-31 - CH - KIDS & COMPANY OF LINN COUNTY - Inactive - F2437 - L2437 - 2437@hsesinfo.org - - - - - - - - - - 6043 - 2271 - 10 - 10CH0076 - 1997-01-01 - 1997-12-31 - CH - SOUTH CENTRAL CAA INC. - Inactive - - - - - - - - - - - - - 6044 - 592 - 10 - 10CH0077 - 1987-01-01 - 2016-06-30 - CH - Western Idaho Community Action Partnership, Inc. - Inactive - - - - - - - - - - - - - 6045 - 1742 - 10 - 10CH0078 - 1998-02-01 - 2013-06-30 - CH - Clackamas County Children's Commission, Inc. - Inactive - F2437 - L2437 - 2437@hsesinfo.org - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 6046 - 771 - 10 - 10CH0079 - 2000-03-01 - 2011-02-28 - CH - MID-WILLAMETTE VALLEY CAA - Inactive - - - - - - - - - - - - - 6047 - 252 - 10 - 10CH0087 - 1998-06-01 - 2014-05-31 - CH - Rural Resources Community Action - Inactive - F2437 - L2437 - 2437@hsesinfo.org - - - - - - - - - - 6048 - 2272 - 10 - 10CH0088 - 1997-07-01 - 2001-06-30 - CH - COASTAL COMMUNITY ACTION PROGRAM - Inactive - - - - - - - - - - - - - 6049 - 102 - 10 - 10CH0089 - 1991-07-01 - 2014-06-30 - CH - Kitsap Community Resources - Inactive - F14039 - L14039 - 14039@hsesinfo.org - - - - - - - - - - 6050 - 1591 - 10 - 10CH0091 - 1989-09-01 - 2015-08-31 - CH - Walla Walla School District #140 - Inactive - - - - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 6051 - 2273 - 10 - 10CH0092 - 1995-09-01 - 1996-08-31 - CH - GREATER GOLDENDALE CHILD SERVICES - Inactive - - - - - - - - - - - - - 6052 - 332 - 10 - 10CH0093 - 1998-09-01 - 2014-06-30 - CH - Olympic Community Action Programs - Inactive - - - - - - - - - - - - - 6053 - 905 - 10 - 10CH0095 - 1970-09-01 - 2013-08-31 - CH - Skagit Valley College - Inactive - - - - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 6054 - 1412 - 10 - 10CH0096 - 1990-09-01 - 2013-06-30 - CH - OPPORTUNITY COUNCIL - Inactive - F2437 - L2437 - 2437@hsesinfo.org - - - - - - - - - - 6055 - 273 - 10 - 10CH0107 - 1992-08-01 - 2016-06-30 - CH - Edmonds Community College - Inactive - F14039 - L14039 - 14039@hsesinfo.org - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 6056 - 2274 - 10 - 10CH0109 - 1983-01-01 - 1996-12-31 - CH - COMMUNITY ACTION AGENCY OF YAMHILL CO INC. - Inactive - - - - - - - - - - - - - 6057 - 2275 - 10 - 10CH0110 - 2001-01-01 - 2001-12-31 - CH - CENTRAL OREGON COMMUNITY COLLEGE - Inactive - - - - - - - - - - - - - 6058 - 1068 - 10 - 10CH0122 - 2000-07-01 - 2014-06-30 - CH - Reliable Enterprises - Inactive - - - - - - - - - - - - - 6059 - 1347 - 10 - 10CH0126 - 1998-06-01 - 2014-05-31 - CH - Umatilla-Morrow Head Start - Inactive - F14039 - L14039 - 14039@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - - - - - - - 6060 - 1048 - 2 - 02CH0254 - 1992-02-01 - 2016-01-31 - CH - The Leaguers - Inactive - F2339 - L2339 - 2339@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - - - - - - - 6061 - 2073 - 2 - 02CH0255 - 1992-05-01 - 2025-06-30 - CH - Aspira of Puerto Rico, Inc. - Inactive - - - - - - - - - - - - - 6062 - 604 - 2 - 02CH0256 - 1992-05-01 - 2016-06-30 - CH - New York Foundling Hospital, The - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 6063 - 2074 - 2 - 02CH0257 - 1984-05-01 - 1998-08-31 - CH - PENTECOSTAL CHURCH OF GOD IN PUERTO RICO REGION - Inactive - - - - - - - - - - - - - 6064 - 1694 - 2 - 02CH0259 - 1991-12-01 - 2025-06-30 - CH - Warren County Head Start, Inc. - Inactive - - - - F13554 - L13554 - 13554@hsesinfo.org - - - - - - - 6065 - 1405 - 2 - 02CH0260 - 1991-12-01 - 2014-11-30 - CH - MUNICIPALITY OF BAYAMON - Inactive - F15514 - L15514 - 15514@hsesinfo.org - - - - - - - - - - 6066 - 1368 - 2 - 02CH0261 - 1992-01-01 - 2013-06-30 - CH - MAYAGUEZ MUNICIPALITY HEAD START PROGRAM - Inactive - F2342 - L2342 - 2342@hsesinfo.org - - - - - - - - - - 6067 - 1263 - 2 - 02CH0262 - 1992-01-01 - 2016-06-30 - CH - Carolina Municipality Head Start Program - Inactive - F15514 - L15514 - 15514@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - - - - - - - 6068 - 1036 - 2 - 02CH0263 - 1992-01-01 - 2025-06-30 - CH - Caguas Municipality - Inactive - F2342 - L2342 - 2342@hsesinfo.org - - - - - - - - - - 6069 - 1777 - 2 - 02CH0264 - 1991-12-01 - 2014-11-30 - CH - United Talmudical Academy of Boro Park - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - - - - - - - 6070 - 1883 - 2 - 02CH0265 - 1991-12-01 - 2025-06-30 - CH - Associated Beth Rivkah Schools - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F2359 - L2359 - 2359@hsesinfo.org - - - - - - - 6071 - 1899 - 2 - 02CH0266 - 1992-02-01 - 2013-06-30 - CH - THE LITTLE ANGELS HEAD START PROGRAM - Inactive - - - - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 6072 - 1040 - 2 - 02CH0267 - 1992-01-01 - 2014-06-30 - CH - Ponce Municipality Head Start Program - Inactive - F2342 - L2342 - 2342@hsesinfo.org - - - - - - - - - - 6073 - 1574 - 2 - 02CH0271 - 1991-12-01 - 2014-11-30 - CH - L. I. Child & Family Development Services, Inc. - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 6074 - 1948 - 2 - 02CH0272 - 1992-01-01 - 2015-08-31 - CH - Niagara County Head Start, Inc. - Inactive - F2339 - L2339 - 2339@hsesinfo.org - F13554 - L13554 - 13554@hsesinfo.org - - - - - - - 6075 - 1125 - 2 - 02CH0274 - 1991-12-01 - 2014-06-30 - CH - Montclair Child Development Center - Inactive - F23929 - L23929 - 23929@hsesinfo.org - - - - - - - - - - 6076 - 2075 - 2 - 02CH0275 - 1995-06-01 - 1996-05-31 - CH - BABYLAND NURSERY, INC - Inactive - - - - - - - - - - - - - 6077 - 2076 - 2 - 02CH0278 - 1996-07-01 - 1997-06-30 - CH - GROUP HOMES OF CAMDEN COUNTY, INC - Inactive - - - - - - - - - - - - - 6078 - 1704 - 2 - 02CH0279 - 1992-04-01 - 2014-06-30 - CH - Sullivan County Head Start, Inc. - Inactive - F23929 - L23929 - 23929@hsesinfo.org - - - - - - - - - - 6079 - 1517 - 2 - 02CH0280 - 1992-03-01 - 2025-06-30 - CH - ACCORD Corporation - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 6080 - 1146 - 2 - 02CH0281 - 1991-12-01 - 2025-06-30 - CH - NYS Federation of Growers and Processors Association - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F13554 - L13554 - 13554@hsesinfo.org - - - - - - - 6081 - 1804 - 2 - 02CH0282 - 1992-09-01 - 2025-06-30 - CH - Livingston- Wyoming Chapter NY ST Area Rehab Center - Inactive - - - - - - - - - - - - - 6082 - 1958 - 2 - 02CH0284 - 1993-12-01 - 2025-06-30 - CH - Head Start of Rockland, Inc. - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F13554 - L13554 - 13554@hsesinfo.org - - - - - - - 6083 - 2077 - 2 - 02CH0285 - 1995-02-01 - 2006-01-31 - CH - EDUCATIONAL FOUNDATION OF P.R., INC. - IDDP - Inactive - - - - - - - - - - - - - 6084 - 2078 - 2 - 02CH0286 - 2001-02-01 - 2025-06-30 - CH - ARCHDIOCESE OF SAN JUAN HEAD START PROGRAM - Inactive - - - - - - - - - - - - - 6085 - 1410 - 2 - 02CH0287 - 1995-02-01 - 2025-06-30 - CH - Presbitery of San Juan - Inactive - - - - - - - - - - - - - 6086 - 842 - 2 - 02CH0288 - 1996-05-01 - 2014-06-30 - CH - The Puerto Rican Family Institute, Inc. - Inactive - - - - - - - - - - - - - 6087 - 1802 - 2 - 02CH0289 - 1996-05-01 - 2014-06-30 - CH - Birch Family Services, Inc. - Inactive - - - - F13554 - L13554 - 13554@hsesinfo.org - - - - - - - 6088 - 1772 - 2 - 02CH0290 - 1996-05-01 - 2014-06-30 - CH - Yeled V'Yalda Early Childhood Center, Inc. - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 6089 - 742 - 2 - 02CH0291 - 1996-05-01 - 2015-06-30 - CH - The Children's Aid Society - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - - - - - - - 6090 - 1560 - 2 - 02CH0292 - 1996-05-01 - 2025-06-30 - CH - La Peninsula Community Organization - Inactive - F2339 - L2339 - 2339@hsesinfo.org - - - - - - - - - - 6091 - 820 - 2 - 02CH0293 - 1996-05-01 - 2025-06-30 - CH - Brooklyn Bureau of Community Service - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F2359 - L2359 - 2359@hsesinfo.org - 36 - 72 - - - - - 6092 - 1311 - 2 - 02CH0295 - 1996-05-01 - 2013-06-30 - CH - Tremont Crotona Day Care Center - Inactive - F2340 - L2340 - 2340@hsesinfo.org - - - - - - - - - - 6093 - 1407 - 2 - 02CH0296 - 1996-05-01 - 2025-06-30 - CH - Sharon Baptist Board of Directors, Inc. - Inactive - - - - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 6094 - 1596 - 2 - 02CH0297 - 1996-05-01 - 2025-06-30 - CH - Cypress Hills Child Care Corporation - Inactive - F2340 - L2340 - 2340@hsesinfo.org - - - - - - - - - - 6095 - 1375 - 2 - 02CH0298 - 1996-05-01 - 2025-06-30 - CH - NYSARC N.Y.C. Chapter Head Start Program - Inactive - F14214 - L14214 - 14214@hsesinfo.org - - - - - - - - - - 6096 - 1197 - 2 - 02CH0299 - 1997-01-01 - 2014-06-30 - CH - CATTARAUGUS COUNTY PROJECT HEAD START, INC. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - - - - - - - - - - 6097 - 2079 - 2 - 02CH0300 - 1997-04-01 - 2025-06-30 - CH - COMMISSION ON ECONOMIC OPPORTUNITY - Inactive - - - - - - - - - - - - - 6098 - 1624 - 2 - 02CH0301 - 1997-08-01 - 2014-06-30 - CH - Trenton Head Start Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F13554 - L13554 - 13554@hsesinfo.org - - - - - - - 6099 - 404 - 2 - 02CH0302 - 1997-09-30 - 2025-06-30 - CH - Shira Association, Inc. - Inactive - F2339 - L2339 - 2339@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 6100 - 2080 - 2 - 02CH0317 - 1995-08-01 - 1996-07-31 - CH - UNITED PROGRESS, INC - Inactive - - - - - - - - - - - - - 6101 - 292 - 2 - 02CH0447 - 1992-09-01 - 2013-06-30 - CH - Atlantic Human Resources, Inc. - Inactive - - - - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 6102 - 950 - 2 - 02CH0451 - 1992-02-01 - 2016-06-30 - CH - JOINT COUNCIL FOR ECONOMIC OPPORTUNITY, INC - Inactive - - - - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 6103 - 655 - 6 - 06CH5098 - 2006-06-01 - 2016-06-30 - CH - JEFFERSON PARISH - Inactive - - - - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 6104 - 293 - 6 - 06CH5099 - 2007-01-01 - 2025-06-30 - CH - MID-DELTA COMMUNITY SERVICES, INC - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 6105 - 1965 - 6 - 06CH5109 - 2004-07-01 - 2025-06-30 - CH - AVOYELLES PROGRESS ACTION - Inactive - - - - F2179 - L2179 - 2179@hsesinfo.org - - - - - - - 6106 - 900 - 6 - 06CH5124 - 2007-06-01 - 2014-06-30 - CH - OPPORTUNITIES, INC - Inactive - - - - - - - - - - - - - 6107 - 834 - 6 - 06CH5125 - 1997-07-01 - 2014-06-30 - CH - ALLEN ACTION AGENCY, INC - Inactive - - - - F2193 - L2193 - 2193@hsesinfo.org - - - - - - - 6108 - 282 - 6 - 06CH5138 - 2007-04-01 - 2025-06-30 - CH - ST MARY COMMUNITY ACTION AGENCY - Inactive - - - - - - - - - - - - - 6109 - 330 - 6 - 06CH5153 - 2007-05-01 - 2016-06-30 - CH - TEXAS NEIGHBORHOOD SERVICES, INC - Inactive - - - - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 6110 - 2195 - 6 - 06CH5160 - 2001-04-01 - 2004-02-29 - CH - POINTE COUPEE COMMUNITY ADVANCEMENT, INC - Inactive - - - - - - - - - - - - - 6111 - 646 - 6 - 06CH5169 - 2005-01-01 - 2025-06-30 - CH - Alabama-Coushatta Tribe of Texas, The - Inactive - F2185 - L2185 - 2185@hsesinfo.org - - - - - - - - - - 6112 - 1926 - 6 - 06CH5170 - 2009-01-01 - 2025-06-30 - CH - DETROIT INDEPENDENT SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 6113 - 1201 - 6 - 06CH5175 - 2008-01-01 - 2016-09-30 - CH - OUACHITA MULTI-PURPOSE COMMUNITY ACTION PROGRAM - Inactive - - - - - - - - - - - - - 6114 - 1695 - 6 - 06CH5191 - 2005-07-01 - 2014-06-30 - CH - Southeast NM Community Action Corporation - Inactive - - - - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 6115 - 1555 - 6 - 06CH5211 - 2007-04-01 - 2014-06-30 - CH - La Salle Community Action Association Inc. - Inactive - - - - F2193 - L2193 - 2193@hsesinfo.org - - - - - - - 6116 - 591 - 6 - 06CH5236 - 2002-12-01 - 2025-06-30 - CH - WILLIAMSON-BURNET COUNTIES OPPORTUNITIES, INC. - Inactive - - - - F12886 - L12886 - 12886@hsesinfo.org - - - - - - - 6117 - 1746 - 6 - 06CH5238 - 2006-12-01 - 2025-06-30 - CH - ROLLING PLAINS MGMT CORP OF BAYLOR COTTLE - Inactive - - - - F26305 - L26305 - 26305@hsesinfo.org - - - - - - - 6118 - 1532 - 6 - 06CH5247 - 2008-04-01 - 2025-06-30 - CH - COMMUNITY ACTION PROGRAM FOR CENTRAL ARKANSAS CAPCA - Inactive - - - - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 6119 - 167 - 6 - 06CH5263 - 2003-08-01 - 2008-08-21 - CH - COMMUNITY COUNCIL OF SOUTHWEST TEXAS, INC - Inactive - - - - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 6120 - 2196 - 6 - 06CH5295 - 1997-07-01 - 1998-06-30 - CH - EAST TEXAS HUMAN DEVELOPMENT CORPORATION - Inactive - - - - - - - - - - - - - 6121 - 260 - 6 - 06CH5299 - 1999-01-01 - 2025-06-30 - CH - WEBSTER PARISH POLICE JURY - Inactive - - - - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 6122 - 1294 - 6 - 06CH5301 - 2004-12-01 - 2025-06-30 - CH - GALVESTON COUNTY COMMUNITY ACTION COUNCIL, INC - Inactive - - - - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 6123 - 867 - 6 - 06CH5314 - 2006-09-01 - 2025-06-30 - CH - TYLER INDEPENDENT SCHOOL DISTRICT - Inactive - F2185 - L2185 - 2185@hsesinfo.org - - - - - - - - - - 6124 - 2197 - 6 - 06CH5321 - 1999-03-01 - 1999-12-06 - CH - COMMUNITY ACTION CORP OF WICHITA FALLS - Inactive - - - - - - - - - - - - - 6125 - 1727 - 6 - 06CH5356 - 1999-12-01 - 2014-11-30 - CH - Community Services of Northeast Texas, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 6126 - 2198 - 6 - 06CH5365 - 1997-03-01 - 1998-02-28 - CH - REEVES COUNTY COMMUNITY COUNCIL - Inactive - - - - - - - - - - - - - 6127 - 1877 - 6 - 06CH5405 - 2005-08-01 - 2025-06-30 - CH - WEST ORANGE-COVE CONSOLIDATED ISD - Inactive - - - - - - - - - - - - - 6128 - 549 - 6 - 06CH5410 - 2005-05-01 - 2010-05-02 - CH - TAYLOR COUNTY COMMUNITY ACTION PROGRAM - Inactive - - - - - - - - - - - - - 6129 - 468 - 6 - 06CH5416 - 2007-07-01 - 2025-06-30 - CH - DENTON INDEPENDENT SCHOOL DISTRICT - Inactive - - - - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 6130 - 1080 - 6 - 06CH5487 - 2005-03-01 - 2016-06-30 - CH - SOUTH PLAINS COMMUNITY ACTION ASSOCIATION, INC. - Inactive - - - - F26305 - L26305 - 26305@hsesinfo.org - - - - - - - 6131 - 1289 - 6 - 06CH5508 - 2002-01-01 - 2016-06-30 - CH - WEST TEXAS OPPORTUNITIES, INC - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 6132 - 2199 - 6 - 06CH5510 - 2001-02-01 - 2002-08-30 - CH - TOM GREEN COUNTY COMMUNITY ACTION COUNCIL - Inactive - - - - - - - - - - - - - 6133 - 1044 - 6 - 06CH5535 - 1999-04-01 - 2025-06-30 - CH - Southeast Arkansas Community Action Corporation - Inactive - - - - F28510 - L28510 - 28510@hsesinfo.org - - - - - - - 6134 - 173 - 6 - 06CH5550 - 2008-06-01 - 2015-03-31 - CH - COLLEGE STATION INDEPENDENT SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 6135 - 881 - 6 - 06CH5583 - 2006-04-01 - 2015-03-31 - CH - TERRELL INDEPENDENT SCHOOL DISTRICT - Inactive - - - - F12886 - L12886 - 12886@hsesinfo.org - - - - - - - 6136 - 1207 - 6 - 06CH5616 - 2006-09-01 - 2014-08-31 - CH - GREATER OPPORTUNITIES OF PERMIAN BASIN, INC - Inactive - - - - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 6137 - 2200 - 6 - 06CH5617 - 2005-07-01 - 2025-06-30 - CH - RISON SCHOOL DISTRICT #36 - Inactive - - - - - - - - - - - - - 6138 - 137 - 6 - 06CH5622 - 2006-07-01 - 2025-06-30 - CH - VERNON PARISH SCHOOL BOARD - Inactive - - - - - - - - - - - - - 6139 - 162 - 6 - 06CH5649 - 2008-07-01 - 2025-06-30 - CH - St Charles Parish School Board - Inactive - - - - F2193 - L2193 - 2193@hsesinfo.org - - - - - - - 6140 - 160 - 6 - 06CH5651 - 2008-07-01 - 2014-06-30 - CH - ST JOHN THE BAPTIST PARISH SCHOOL BOARD - Inactive - - - - - - - - - - - - - 6141 - 1283 - 6 - 06CH5652 - 2008-05-01 - 2025-06-30 - CH - KI BOIS COMMUNITY ACTION FOUNDATION, INC - Inactive - - - - - - - - - - - - - 6142 - 159 - 6 - 06CH5659 - 2009-06-01 - 2014-05-31 - CH - ST MARTIN IBERIA LAFAYETTE COMMUNITY ACTION AGENCY - Inactive - - - - F2204 - L2204 - 2204@hsesinfo.org - - - - - - - 6173 - 1450 - 11 - 90CI9779 - 1998-01-01 - 2025-06-30 - CI - Kenaitze Indian Tribe, IRA - Inactive - - - - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 6174 - 1942 - 8 - 08CH0123 - 1998-01-01 - 2025-06-30 - CH - TOWN OF LIMON - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F3061 - L3061 - 3061@hsesinfo.org - - - - - - - 6177 - 1542 - 10 - 10CH0128 - 1990-12-01 - 2014-11-30 - CH - Mid-Columbia Children's Council, Inc. - Inactive - - - - - - - - - - - - - 6178 - 1573 - 10 - 10CH0130 - 1999-01-01 - 2013-12-31 - CH - Friends of Children and Families, Inc. - Inactive - - - - F2421 - L2421 - 2421@hsesinfo.org - - - - - - - 6179 - 1590 - 10 - 10CH0136 - 1991-01-01 - 2015-12-31 - CH - Lewis-Clark Early Childhood Program - Inactive - - - - - - - - - - - - - 6180 - 1794 - 10 - 10CH0137 - 1992-01-01 - 2013-12-31 - CH - COMMUNITY CHILD CARE CENTER - Inactive - F2446 - L2446 - 2446@hsesinfo.org - - - - - - - - - - 6181 - 544 - 10 - 10CH0138 - 1991-09-01 - 2014-08-31 - CH - Bristol Bay Native Association - Inactive - - - - - - - - - - - - - 6182 - 2276 - 10 - 10CH0139 - 1997-01-01 - 1997-12-31 - CH - LEWIS-CLARK EARLY CHILDHOOD PROGRAM - Inactive - - - - - - - - - - - - - 6183 - 2277 - 10 - 10CH0140 - 1997-06-01 - 1998-05-31 - CH - UMATILLA-MORROW HEADSTART - Inactive - - - - - - - - - - - - - 6184 - 1538 - 10 - 10CH0142 - 1992-01-01 - 2016-06-30 - CH - Bright Beginnings for Kittitas County - Inactive - F14039 - L14039 - 14039@hsesinfo.org - F2421 - L2421 - 2421@hsesinfo.org - - - - - - - 6185 - 1902 - 10 - 10CH0143 - 2001-01-01 - 2015-12-31 - CH - Okanogan County Child Development Association - Inactive - - - - - - - - - - - - - 6186 - 2278 - 10 - 10CH0145 - 1992-11-01 - 1993-10-31 - CH - CLACKAMAS COUNTY CHILDREN'S COMMISSION - Inactive - - - - - - - - - - - - - 6187 - 2279 - 10 - 10CH0158 - 2001-01-01 - 2003-12-31 - CH - ADULT LEARNING PROGRAM OF ALASKA - Inactive - - - - - - - - - - - - - 6188 - 2280 - 10 - 10CH0127 - 1987-09-01 - 1995-08-31 - CH - OLYMPIA SCHOOL DISTRICT #111 - Inactive - - - - - - - - - - - - - 6189 - 2281 - 10 - 10CH0003 - 1991-07-01 - 1993-06-30 - CH - ALBINA MINISTERIAL ALLIANCE - Inactive - - - - - - - - - - - - - 6190 - 2282 - 10 - 10CH0148 - 1993-08-01 - 1995-03-15 - CH - EDMONDS COMMUNITY COLLEGE - Inactive - - - - - - - - - - - - - 6191 - 2283 - 10 - 10CH0013 - 1994-11-01 - 1995-08-31 - CH - OLYMPIA SCHOOL DISTRICT #111 - Inactive - - - - - - - - - - - - - 6192 - 2284 - 10 - 10CH0085 - 1994-12-01 - 1995-05-31 - CH - GRANT COUNTY COMMUNITY ACTION COUNCIL, INC - Inactive - - - - - - - - - - - - - 6193 - 2285 - 10 - 10CH0147 - 1995-01-01 - 1997-09-30 - CH - RESOURCE CENTER FOR PARENTS & CHILDREN - Inactive - - - - - - - - - - - - - 6194 - 2286 - 10 - 10CH0152 - 1995-11-01 - 1996-10-31 - CH - HOUSING AUTHORITY OF GRANT COUNTY - Inactive - - - - - - - - - - - - - 6195 - 2287 - 10 - 10CH0153 - 1996-03-01 - 1996-12-31 - CH - KIDS' CORPS, INC - Inactive - - - - - - - - - - - - - 6196 - 2288 - 10 - 10CH0154 - 1996-04-01 - 1996-12-31 - CH - CLACKAMAS COUNTY CHILDREN'S COMMISSION - Inactive - - - - - - - - - - - - - 6197 - 1347 - 10 - 10CH0149 - 1999-09-29 - 2007-09-28 - CH - UMATILLA-MORROW HEADSTART - Inactive - - - - - - - - - - - - - 6198 - 2289 - 10 - 10CH0151 - 2000-09-01 - 2004-08-31 - CH - EDUCATIONAL SERVICE DISTRICT 113 - Inactive - - - - - - - - - - - - - 6199 - 2290 - 10 - 10CH0159 - 1997-07-01 - 1998-06-30 - CH - PUGET SOUND EDUCATIONAL SERVICE DISTRICT - Inactive - - - - - - - - - - - - - 6200 - 2291 - 10 - 10CH0160 - 1997-09-23 - 1999-02-22 - CH - ENTERPRISE FOR PROGRESS IN THE COMMUNITY - Inactive - - - - - - - - - - - - - 6219 - 2081 - 2 - 02CH0483 - 1992-03-01 - 2025-06-30 - CH - ADMINISTRATION FOR FAMILIES AND CHILDREN (AFAN) - Inactive - - - - - - - - - - - - - 6220 - 1817 - 2 - 02CH0502 - 1992-02-01 - 2014-09-30 - CH - Newark Preschool Council, Inc. - Inactive - F2339 - L2339 - 2339@hsesinfo.org - - - - - - - - - - 6221 - 1584 - 2 - 02CH0622 - 1992-08-01 - 2015-06-30 - CH - Economic Opportunity Commission of Nassau County, Inc. - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F13554 - L13554 - 13554@hsesinfo.org - - - - - - - 6222 - 695 - 2 - 02CH0730 - 1992-02-01 - 2014-01-31 - CH - Action for a Better Community - Inactive - F2342 - L2342 - 2342@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 6223 - 1335 - 2 - 02CH0770 - 1992-03-01 - 2025-06-30 - CH - BERGEN COUNTY COMMUNITY ACTION PROGRAM, INC - Inactive - - - - F13554 - L13554 - 13554@hsesinfo.org - - - - - - - 6224 - 2082 - 2 - 02CH0799 - 2007-02-01 - 2008-01-31 - CH - CAMDEN COUNTY COUNCIL ON ECONOMIC OPPORTUNITY, INC - Inactive - - - - - - - - - - - - - 6225 - 708 - 2 - 02CH0869 - 1992-03-01 - 2016-02-29 - CH - Community Action Organization of Erie County, Inc. - Inactive - F2339 - L2339 - 2339@hsesinfo.org - F13554 - L13554 - 13554@hsesinfo.org - - - - - - - 6226 - 237 - 2 - 02CH0891 - 1992-04-01 - 2025-06-30 - CH - C.E.O. for the Greater Capital Region, Inc. - Inactive - - - - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 6227 - 2083 - 2 - 02CH1003 - 1998-06-01 - 2006-05-31 - CH - MIDDLESEX COUNTY ECONOMIC OPPORTUNITY CORP - Inactive - - - - - - - - - - - - - 6228 - 696 - 2 - 02CH1009 - 1992-07-01 - 2025-06-30 - CH - Economic Opportunity Program of Chemung County, Inc. - Inactive - F2339 - L2339 - 2339@hsesinfo.org - F2359 - L2359 - 2359@hsesinfo.org - - - - - - - 6229 - 458 - 2 - 02CH1030 - 1992-03-01 - 2025-06-30 - CH - Regional Economic Community Action Program, Inc. - Inactive - - - - - - - - - - - - - 6230 - 1932 - 2 - 02CH1035 - 1992-01-01 - 2025-06-30 - CH - St. Lawrence County Community Development Program, Inc. - Inactive - - - - F14089 - L14089 - 14089@hsesinfo.org - - - - - - - 6231 - 487 - 2 - 02CH1037 - 1991-11-01 - 2025-06-30 - CH - Opportunities for Broome, Inc. - Inactive - F2339 - L2339 - 2339@hsesinfo.org - F2359 - L2359 - 2359@hsesinfo.org - - - - - - - 6232 - 499 - 2 - 02CH1055 - 1992-09-01 - 2025-06-30 - CH - Northwest NJ Community Action Program, Inc. - Inactive - - - - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 6233 - 657 - 2 - 02CH1063 - 1992-08-01 - 2025-06-30 - CH - Westchester Community Opportunity Program, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F13554 - L13554 - 13554@hsesinfo.org - - - - - - - 6234 - 1896 - 2 - 02CH1064 - 1992-02-01 - 2014-01-31 - CH - New York City Administration for Children's Services - Inactive - F23929 - L23929 - 23929@hsesinfo.org - - - - - - - - - - 6235 - 1369 - 2 - 02CH1078 - 1992-02-01 - 2013-06-30 - CH - Community Action of Orleans and Genesee, Inc. - Inactive - F2334 - L2334 - 2334@hsesinfo.org - - - - - - - - - - 6236 - 1058 - 2 - 02CH1088 - 1992-06-01 - 2025-06-30 - CH - Chautauqua Opportunities, Inc. - Inactive - - - - F2353 - L2353 - 2353@hsesinfo.org - - - - - - - 6237 - 1726 - 2 - 02CH1102 - 1992-02-01 - 2013-06-30 - CH - Tri-County Community Action Agency, Inc. - Inactive - - - - F2353 - L2353 - 2353@hsesinfo.org - - - - - - - 6238 - 548 - 2 - 02CH1103 - 1992-03-01 - 2015-02-28 - CH - Burlington County Community Action Program - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2359 - L2359 - 2359@hsesinfo.org - - - - - - - 6239 - 555 - 2 - 02CH1104 - 1992-01-01 - 2015-12-31 - CH - Ocean Community Economic Action Now, Inc. - Inactive - F2339 - L2339 - 2339@hsesinfo.org - - - - - - - - - - 6240 - 1071 - 2 - 02CH1108 - 1991-12-01 - 2025-06-30 - CH - Ulster County Community Action, Inc. - Inactive - F2339 - L2339 - 2339@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 6241 - 769 - 2 - 02CH1111 - 1992-02-01 - 2025-06-30 - CH - Bayonne Economic Opportunity Foundation - Inactive - - - - F2353 - L2353 - 2353@hsesinfo.org - - - - - - - 6242 - 632 - 2 - 02CH1113 - 1992-01-01 - 2014-06-30 - CH - Tioga Opportunities, Inc. - Inactive - - - - F2353 - L2353 - 2353@hsesinfo.org - - - - - - - 6243 - 949 - 2 - 02CH1117 - 1992-09-01 - 2014-06-30 - CH - SOMERSET COMMUNITY ACTION PROGRAM - Inactive - - - - - - - - - - - - - 6244 - 1625 - 2 - 02CH1135 - 1992-08-01 - 2015-07-31 - CH - Cayuga/Seneca Community Action Agency, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - - - - - - - - - - 6245 - 1156 - 2 - 02CH1137 - 1992-08-01 - 2015-07-31 - CH - Geneva City School District, Board Of Education - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 6246 - 239 - 2 - 02CH1150 - 1992-03-01 - 2025-06-30 - CH - Delaware Opportunities, Inc. - Inactive - - - - F2359 - L2359 - 2359@hsesinfo.org - - - - - - - 6247 - 1516 - 2 - 02CH1160 - 1992-05-01 - 2025-06-30 - CH - Pro Action of Steuben and Yates, Inc. - Inactive - F2339 - L2339 - 2339@hsesinfo.org - F2359 - L2359 - 2359@hsesinfo.org - - - - - - - 6248 - 124 - 2 - 02CH1168 - 1992-04-01 - 2025-06-30 - CH - Fulmont Community Action Agency, Inc. - Inactive - - - - - - - - - - - - - 6249 - 2084 - 2 - 02CH1169 - 1996-01-01 - 1997-03-31 - CH - CATTARAUGUS COMMUNITY ACTION, INC - Inactive - - - - - - - - - - - - - 6250 - 2085 - 2 - 02CH1174 - 1993-03-01 - 1994-02-28 - CH - ROCKLAND COMMUNITY ACTION COUNCIL, INC. - Inactive - - - - - - - - - - - - - 6251 - 1494 - 2 - 02CH1181 - 1992-04-01 - 2014-06-30 - CH - Tompkins Community Action, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F2359 - L2359 - 2359@hsesinfo.org - - - - - - - 6252 - 2086 - 2 - 02CH1191 - 2002-07-01 - 2005-01-31 - CH - BALLSTON SPA CENTRAL SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 6253 - 1147 - 2 - 02CH1194 - 1992-06-01 - 2014-06-30 - CH - Mohawk Valley Community Action Agency, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 6254 - 1514 - 2 - 02CH1195 - 1992-04-01 - 2015-03-31 - CH - WASHINGTON COUNTY ECONOMIC OPPORTUNITY COUNCIL, INC. - Inactive - F2339 - L2339 - 2339@hsesinfo.org - F2359 - L2359 - 2359@hsesinfo.org - - - - - - - 6255 - 2087 - 2 - 02CH1296 - 2001-05-01 - 2002-04-30 - CH - NEWBURGH COMMUNITY ACTION COMMITTEE - Inactive - - - - - - - - - - - - - 6256 - 872 - 2 - 02CH1298 - 1992-01-01 - 2014-06-30 - CH - Schenectady Community Action Program Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - - - - - - - - - - 6257 - 936 - 2 - 02CH1300 - 1992-01-01 - 2016-06-30 - CH - Opportunities for Chenango, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 6258 - 1105 - 2 - 02CH1304 - 1992-04-01 - 2015-03-31 - CH - OPPORTUNITIES FOR OTSEGO, INC. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 6259 - 984 - 2 - 02CH1313 - 1992-01-01 - 2014-12-31 - CH - Wayne County Action Program, inc. - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 6260 - 406 - 2 - 02CH1327 - 1992-03-01 - 2025-06-30 - CH - Albany Community Action Partnership, Inc. - Inactive - F2339 - L2339 - 2339@hsesinfo.org - - - - - - - - - - 6261 - 759 - 8 - 08CH0007 - 1999-09-01 - 2025-06-30 - CH - BOULDER, COUNTY OF - Inactive - - - - - - - - - - - - - 6262 - 405 - 8 - 08CH0009 - 1972-08-01 - 2013-07-31 - CH - UPPER ARKANSAS AREA COUNCIL OF GOVERNMENTS - Inactive - - - - F3061 - L3061 - 3061@hsesinfo.org - - - - - - - 6263 - 1452 - 8 - 08CH0010 - 2001-04-01 - 2015-03-31 - CH - SAGUACHE COUNTY COMMUNITY COUNCIL - Inactive - F3056 - L3056 - 3056@hsesinfo.org - - - - - - - - - - 6264 - 1884 - 8 - 08CH0012 - 2000-09-01 - 2025-06-30 - CH - DEL NORTE TOWN COUNCIL (HEAD START) - Inactive - - - - - - - - - - - - - 6265 - 2236 - 8 - 08CH0013 - 1995-11-01 - 1996-10-31 - CH - CHILD OPPORTUNITY PROGRAM, INC (HEAD START) - Inactive - - - - - - - - - - - - - 6266 - 1793 - 8 - 08CH0014 - 1992-09-01 - 2025-06-30 - CH - DURANGO 4 C COUNCIL INC - Inactive - F13544 - L13544 - 13544@hsesinfo.org - - - - - - - - - - 6267 - 215 - 8 - 08CH0015 - 1997-09-01 - 2014-08-31 - CH - SHERIDAN SCHOOL DISTRICT 2 - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 6268 - 926 - 8 - 08CH0017 - 1994-06-01 - 2014-06-30 - CH - RE-3 SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 6269 - 1395 - 8 - 08CH0019 - 2000-01-01 - 2025-06-30 - CH - WELD COUNTY DEPARTMENT OF HUMAN SERVICES - Inactive - F3056 - L3056 - 3056@hsesinfo.org - - - - - - - - - - 6270 - 1023 - 8 - 08CH0020 - 1999-04-01 - 2025-06-30 - CH - OTERO JUNIOR COLLEGE - Inactive - - - - F3061 - L3061 - 3061@hsesinfo.org - - - - - - - 6271 - 1441 - 8 - 08CH0021 - 1998-09-01 - 2025-06-30 - CH - Wild Plum Center for Young Children and Families - Inactive - F3056 - L3056 - 3056@hsesinfo.org - - - - - - - - - - 6272 - 1449 - 8 - 08CH0023 - 2011-09-01 - 2013-06-30 - CH - MONTE VISTA HEAD START - Inactive - - - - - - - - - - - - - 6273 - 2237 - 8 - 08CH0024 - 2000-02-01 - 2003-01-31 - CH - PUEBLO CITY MANAGER'S OFFICE - Inactive - - - - - - - - - - - - - 6274 - 2238 - 8 - 08CH0027 - 1998-09-01 - 2025-06-30 - CH - LAS ANIMAS COUNTY COMMISSIONERS - Inactive - - - - - - - - - - - - - 6275 - 1379 - 8 - 08CH0029 - 1994-02-01 - 2025-06-30 - CH - DEER LODGE COUNTY COMMISSIONERS - Inactive - - - - F200 - L200 - 200@hsesinfo.org - - - - - - - 6276 - 1355 - 8 - 08CH0030 - 1992-07-01 - 2025-06-30 - CH - Head Start, Inc. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - - - - - - - - - - 6277 - 1281 - 8 - 08CH0032 - 1970-03-01 - 2025-06-30 - CH - OPPORTUNITIES, INC. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 6278 - 1183 - 8 - 08CH0034 - 1975-12-01 - 2014-06-30 - CH - District 4 Human Resource Development Council - Inactive - - - - F200 - L200 - 200@hsesinfo.org - - - - - - - 6279 - 945 - 8 - 08CH0035 - 1989-05-01 - 2025-06-30 - CH - Rocky Mountain Development Council, Inc. - Inactive - - - - F3058 - L3058 - 3058@hsesinfo.org - - - - - - - 6280 - 1971 - 8 - 08CH0036 - 1992-06-01 - 2014-05-31 - CH - NORTHWEST MONTANA HEAD START, INC - Inactive - - - - F200 - L200 - 200@hsesinfo.org - - - - - - - 6281 - 1597 - 8 - 08CH0037 - 1987-01-01 - 2025-06-30 - CH - CHILD START, INC. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 6282 - 158 - 8 - 08CH0038 - 1992-07-01 - 2025-06-30 - CH - BISMARCK PUBLIC SCHOOL DISTRICT #1 - Inactive - - - - F42294 - L42294 - 42294@hsesinfo.org - - - - - - - 6283 - 1498 - 8 - 08CH0040 - 1991-12-01 - 2025-06-30 - CH - SOUTHEASTERN NORTH DAKOTA COMMUNITY ACTION AGENCY - Inactive - - - - - - - - - - - - - 6284 - 1619 - 8 - 08CH0041 - 1992-07-01 - 2025-06-30 - CH - GRAND FORKS PUBLIC SCHOOL DISTRICT #1 - Inactive - F3064 - L3064 - 3064@hsesinfo.org - - - - - - - - - - 6285 - 1226 - 8 - 08CH0042 - 1992-02-01 - 2015-01-31 - CH - Community Action Region VI - Inactive - - - - - - - - - - - - - 6286 - 1182 - 8 - 08CH0044 - 1994-06-01 - 2025-06-30 - CH - MINOT PUBLIC SCHOOL DISTRICT #1 - Inactive - - - - - - - - - - - - - 6287 - 185 - 8 - 08CH0046 - 1991-12-01 - 2025-06-30 - CH - TGU School District #60 - Inactive - F3064 - L3064 - 3064@hsesinfo.org - - - - - - - - - - 6288 - 1592 - 8 - 08CH0047 - 1992-06-01 - 2025-06-30 - CH - WILLISTON PUBLIC SCHOOL DISTRICT #1 (HEAD START) - Inactive - F3064 - L3064 - 3064@hsesinfo.org - - - - - - - - - - 6289 - 1185 - 8 - 08CH0048 - 1970-02-01 - 2025-06-30 - CH - Inter-Lakes Community Action Partnership - Inactive - F3064 - L3064 - 3064@hsesinfo.org - - - - - - - - - - 6290 - 286 - 8 - 08CH0049 - 2000-04-01 - 2015-03-31 - CH - OAHE CHILD DEVELOPMENT CENTER, INC. - Inactive - F3064 - L3064 - 3064@hsesinfo.org - - - - - - - - - - 6291 - 813 - 8 - 08CH0051 - 1992-06-01 - 2025-06-30 - CH - SIOUX FALLS INDEPENDENT SCHOOL DISTRICT - Inactive - F3064 - L3064 - 3064@hsesinfo.org - - - - - - - - - - 6292 - 1939 - 8 - 08CH0053 - 1990-04-01 - 2014-03-31 - CH - UNIVERSITY OF SOUTH DAKOTA - Inactive - F3064 - L3064 - 3064@hsesinfo.org - - - - - - - - - - 6293 - 208 - 8 - 08CH0055 - 1992-08-01 - 2025-06-30 - CH - Davis/Morgan/Summit Head Start Early Head Start - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - - - - - - 6294 - 1237 - 8 - 08CH0056 - 2001-02-01 - 2025-06-30 - CH - BEAR RIVER HEAD START - Inactive - F13544 - L13544 - 13544@hsesinfo.org - - - - - - - - - - 6305 - 1212 - 12 - 90CM9787 - 1998-03-01 - 2025-06-30 - CM - NORTHWEST COMMUNITY ACTION PROGRAMS OF WYOMING,INC. - Inactive - - - - - - - - - - - - - 6306 - 1513 - 2 - 02CH9878 - 1998-02-01 - 2012-01-31 - CH - Brooklyn Child and Family Services, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F2359 - L2359 - 2359@hsesinfo.org - - - - - - - 6314 - 1935 - 2 - 02CH9879 - 1998-02-01 - 2013-06-30 - CH - Phipps Community Development Corporation - Inactive - - - - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 6315 - 1352 - 2 - 02CH9880 - 1998-02-01 - 2025-06-30 - CH - United Academy Inc. - Inactive - - - - - - - - - - - - - 6324 - 2663 - 2 - 02CH9881 - 1998-02-01 - 2025-06-30 - CH - Project Social Care Head Start - Inactive - - - - - - - - - - - - - 6325 - 1705 - 2 - 02CH9882 - 1998-02-01 - 2013-06-30 - CH - Association to Benefit Children - Inactive - - - - - - - - - - - - - 6333 - 1013 - 5 - 05CH0520 - 1992-01-01 - 2016-09-30 - CH - Oakland Livingston Human Service Agency - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F2147 - L2147 - 2147@hsesinfo.org - - - - - - - 6334 - 586 - 5 - 05CH0585 - 2012-06-01 - 2025-06-30 - CH - TRI-COUNTY COMMUNITY ACTION PROGRAM, INC. - Inactive - - - - - - - - - - - - - 6335 - 618 - 5 - 05CH0607 - 1991-12-01 - 2025-06-30 - CH - Community Action Partnership - Inactive - F13564 - L13564 - 13564@hsesinfo.org - - - - - - - - - - 6336 - 800 - 5 - 05CH0620 - 1992-08-01 - 2025-06-30 - CH - Mahoning Youngstown Community Action Partnership - Inactive - - - - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 6376 - 1534 - 3 - 03CH2782 - 1992-01-01 - 2025-06-30 - CH - H.O.P.E. Community Services, Inc. - Inactive - - - - - - - - - - - - - 6377 - 2117 - 3 - 03CH3017 - 2000-01-01 - 2025-06-30 - CH - DORCHESTER COMMUNITY DEVELOPMENT CORPORATION - Inactive - - - - - - - - - - - - - 6378 - 2118 - 3 - 03CH3029 - 1998-01-01 - 2025-06-30 - CH - QUIN RIVER FOR COMMUNITY ACTION, INC. - Inactive - - - - - - - - - - - - - 6379 - 1820 - 3 - 03CH3106 - 2001-05-01 - 2025-06-30 - CH - SHIPPENSBURG UNIVERSITY OF PENNSYLVANIA - Inactive - F2417 - L2417 - 2417@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - - - - - - - 6380 - 1518 - 3 - 03CH3108 - 1992-05-01 - 2014-04-30 - CH - INDIANA COUNTY HEAD START, INC - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F14544 - L14544 - 14544@hsesinfo.org - - - - - - - 6381 - 1666 - 3 - 03CH3116 - 1992-07-01 - 2025-06-30 - CH - Northern Panhandle Head Start, Inc. - Inactive - F30521 - L30521 - 30521@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 6382 - 1994 - 3 - 03CH3232 - 1999-02-01 - 2025-06-30 - CH - Eastern Allegheny Council for Human - Inactive - - - - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 6383 - 1561 - 3 - 03CH3251 - 1992-06-01 - 2025-06-30 - CH - NICHOLAS COUNTY COMMUNITY ACTION ASSOC., INC. - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 6384 - 516 - 3 - 03CH3277 - 2003-09-01 - 2025-06-30 - CH - Southwestern Community Action Council, Inc. - Inactive - - - - - - - - - - - - - 6385 - 1470 - 3 - 03CH3289 - 1992-01-01 - 2025-06-30 - CH - MountainHeart Community Services, Inc. - Inactive - - - - - - - - - - - - - 6386 - 496 - 3 - 03CH3291 - 1999-09-01 - 2015-08-31 - CH - POCONO SERVICES FOR FAMILIES AND CHILDREN, INC. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - - - - - - - - - - 6387 - 1838 - 3 - 03CH3300 - 1992-08-01 - 2025-06-30 - CH - Williamsburg-James City Community - Inactive - - - - F33282 - L33282 - 33282@hsesinfo.org - - - - - - - 6388 - 2119 - 3 - 03CH0159 - 1993-06-01 - 1994-08-31 - CH - CALIFORNIA UNIVERSITY OF PENNSYLVANIA - Inactive - - - - - - - - - - - - - 6389 - 2120 - 3 - 03CH0359 - 1993-06-01 - 1993-09-30 - CH - BUCKS COUNTY HEAD START, INC - Inactive - - - - - - - - - - - - - 6390 - 2121 - 3 - 03CH2774 - 1993-01-01 - 1993-06-30 - CH - SCOTT COUNTY RURAL AREA DEVELOPMENT - Inactive - - - - - - - - - - - - - 6391 - 2122 - 3 - 03CH3118 - 1992-11-01 - 1993-08-31 - CH - DELAWARE COUNTY HEAD START, INC - Inactive - - - - - - - - - - - - - 6392 - 2123 - 3 - 03CH0375 - 1996-07-17 - 1997-08-31 - CH - UNIVERSITY OF MARYLAND, UNIVERSITY COLLEGE - Inactive - - - - - - - - - - - - - 6395 - 1509 - 1 - 01CH0230 - 2001-09-01 - 2010-08-31 - CH - HEAD START BOARD OF DIRECTORS, INC - Inactive - - - - - - - - - - - - - 6396 - 448 - 4 - 04CH0027 - 1992-09-01 - 2025-06-30 - CH - COASTAL COMMUNITY ACTION, INC. - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 6397 - 1495 - 4 - 04CH0029 - 1992-07-01 - 2025-06-30 - CH - COMMUNITY ACTION SERVICE OF MORGAN COUNTY HEAD START - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 6398 - 395 - 4 - 04CH0047 - 1992-07-01 - 2025-06-30 - CH - CITY OF CHATTANOOGA HUMAN SERVICES DEPT - Inactive - - - - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 6399 - 2126 - 4 - 04CH0108 - 1992-07-01 - 1993-06-30 - CH - WEST KENTUCKY ALLIED SERVICES - Inactive - - - - - - - - - - - - - 6400 - 1174 - 4 - 04CH0110 - 1992-04-01 - 2025-06-30 - CH - MCINTOSH TRAIL EARLY CHILDHOOD DEVELOPMENT - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 6401 - 1371 - 4 - 04CH0119 - 1992-08-01 - 2025-06-30 - CH - DADE COUNTY BOARD OF COUNTY COMMISSIONERS - Inactive - - - - F11756 - L11756 - 11756@hsesinfo.org - - - - - - - 6402 - 1318 - 4 - 04CH0149 - 1992-01-01 - 2025-06-30 - CH - BETHLEHEM CENTER OF CHARLOTTE, INC. - Inactive - F2001 - L2001 - 2001@hsesinfo.org - - - - - - - - - - 6403 - 459 - 4 - 04CH0150 - 1991-12-01 - 2025-06-30 - CH - EARLY EDUCATION AND CARE, INC. - Inactive - - - - F2078 - L2078 - 2078@hsesinfo.org - - - - - - - 6404 - 1522 - 4 - 04CH0170 - 1992-07-01 - 2025-06-30 - CH - Childhood Development Services, Inc. - Inactive - F13325 - L13325 - 13325@hsesinfo.org - - - - - - - - - - 6405 - 1269 - 4 - 04CH0173 - 1992-08-01 - 2025-06-30 - CH - PINEBELT ASSOCIATION FOR COMMUNITY ENHANCEMENT - Inactive - F2065 - L2065 - 2065@hsesinfo.org - - - - - - - - - - 6406 - 885 - 4 - 04CH0178 - 1992-09-01 - 2014-06-30 - CH - OPERATION BREAKTHROUGH, INC - Inactive - - - - - - - - - - - - - 6407 - 2127 - 4 - 04CH0184 - 1991-12-01 - 2025-06-30 - CH - HEAD START OF ALAMANCE AND CASWELL COUNTIES - Inactive - - - - - - - - - - - - - 6408 - 1639 - 4 - 04CH0203 - 1992-06-01 - 2025-06-30 - CH - JEFFERSON COUNTY CHILD DEVELOPMENT COUNCIL, INC - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 6409 - 256 - 4 - 04CH0226 - 1992-01-01 - 2025-06-30 - CH - Family Resource Agency, Inc. - Inactive - - - - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 6410 - 1440 - 4 - 04CH0227 - 1992-01-01 - 2025-06-30 - CH - SEQUATCHIE VALLEY PLANNING & DEVELOPMENT DISTRICT - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 6411 - 1459 - 4 - 04CH0241 - 1991-12-01 - 2025-06-30 - CH - GADSDEN COUNTY SCHOOL DISTRICT - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - - - - - - - 6412 - 804 - 4 - 04CH0264 - 1992-07-01 - 2025-06-30 - CH - ROCKINGHAM COUNTY HEAD START PROGRAM - Inactive - F2001 - L2001 - 2001@hsesinfo.org - - - - - - - - - - 6413 - 1945 - 4 - 04CH0265 - 1992-04-01 - 2025-06-30 - CH - INTERMOUNTAIN CHILDREN'S SERVICES, INC - Inactive - - - - - - - - - - - - - 6414 - 512 - 4 - 04CH0280 - 2010-08-01 - 2025-06-30 - CH - Jefferson County Board of Education - Inactive - - - - F11679 - L11679 - 11679@hsesinfo.org - - - - - - - 6415 - 654 - 4 - 04CH0288 - 1992-09-01 - 2025-06-30 - CH - COMMUNITY COORDINATED CARE FOR CHILDREN, INC. - Inactive - F13510 - L13510 - 13510@hsesinfo.org - - - - - - - - - - 6416 - 653 - 4 - 04CH0313 - 2011-02-01 - 2025-06-30 - CH - MIDDLE GEORGIA COMMUNITY ACTION AGENCY - Inactive - - - - F42900 - L42900 - 42900@hsesinfo.org - - - - - - - 6417 - 2128 - 4 - 04CH0315 - 1996-12-01 - 1997-11-30 - CH - WHITFIELD PARENT & CHILD CENTER, INC - Inactive - - - - - - - - - - - - - 6418 - 369 - 4 - 04CH0317 - 2014-01-01 - 2016-06-30 - CH - SOUTHEAST ALABAMA REGIONAL PLAN DEVELOPMENT COMMISSION - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F13741 - L13741 - 13741@hsesinfo.org - - - - - - - 6419 - 358 - 4 - 04CH0319 - 1992-07-01 - 2025-06-30 - CH - SAMPSON COUNTY DEPARTMENT OF HUMAN RESOURCES - Inactive - F2065 - L2065 - 2065@hsesinfo.org - - - - - - - - - - 6420 - 1660 - 4 - 04CH0320 - 1992-07-01 - 2025-06-30 - CH - EASTERN CATAWBA COOP-CHRISTIAN MINISTRY, INC - Inactive - F2065 - L2065 - 2065@hsesinfo.org - - - - - - - - - - 6421 - 1171 - 4 - 04CH0321 - 1992-07-01 - 2025-06-30 - CH - OKALOOSA COUNTY COMPREHENSIVE HEADSTART CHILD DEV INC - Inactive - - - - F2078 - L2078 - 2078@hsesinfo.org - - - - - - - 6422 - 362 - 4 - 04CH0322 - 2011-07-01 - 2014-06-30 - CH - AGRICULTURAL & LABOR PROGRAM, INC - Inactive - F13740 - L13740 - 13740@hsesinfo.org - - - - - - - - - - 6423 - 244 - 8 - 08CH0057 - 2001-02-01 - 2014-01-31 - CH - SOUTHERN UTAH UNIVERSITY - Inactive - - - - - - - - - - - - - 6424 - 1602 - 8 - 08CH0058 - 1991-09-01 - 2025-06-30 - CH - OGDEN-WEBER COMMUNITY ACTION PARTNERSHIP, INC. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - - - - - - - - - - 6425 - 1421 - 8 - 08CH0059 - 1996-12-01 - 2025-06-30 - CH - RURAL UTAH CHILD DEVELOPMENT - Inactive - F3032 - L3032 - 3032@hsesinfo.org - - - - - - - - - - 6426 - 1280 - 8 - 08CH0060 - 1990-05-01 - 2015-04-30 - CH - Mountainland Head Start, Inc - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - - - - - - 6427 - 1417 - 8 - 08CH0061 - 1991-01-01 - 2025-06-30 - CH - SALT LAKE COMMUNITY ACTION PROGRAM - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - - - - - - 6428 - 1260 - 8 - 08CH0063 - 1992-09-01 - 2025-06-30 - CH - WYOMING CHILD AND FAMILY DEVELOPMENT, INC. - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F3061 - L3061 - 3061@hsesinfo.org - - - - - - - 6429 - 264 - 8 - 08CH0066 - 1992-09-01 - 2015-08-31 - CH - ABSAROKA HEAD START - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F3061 - L3061 - 3061@hsesinfo.org - - - - - - - 6430 - 982 - 8 - 08CH0076 - 1990-03-01 - 2025-06-30 - CH - YOUTH & FAMILY SERVICES HEAD START - Inactive - F3064 - L3064 - 3064@hsesinfo.org - - - - - - - - - - 6431 - 1454 - 8 - 08CH0078 - 1991-01-01 - 2025-06-30 - CH - ROCKY MOUNTAIN SER/JOBS FOR - Inactive - - - - - - - - - - - - - 6432 - 1676 - 8 - 08CH0083 - 1990-02-01 - 2015-01-31 - CH - ILIFF COMMUNITY CENTER, INC - Inactive - F3056 - L3056 - 3056@hsesinfo.org - - - - - - - - - - 6433 - 271 - 8 - 08CH0088 - 1990-09-01 - 2025-06-30 - CH - HUMAN RESOURCES COUNCIL DISTRICT XII - Inactive - - - - F200 - L200 - 200@hsesinfo.org - - - - - - - 6434 - 1589 - 8 - 08CH0089 - 1991-01-01 - 2025-06-30 - CH - SOUTH CENTRAL CHILD DEVELOPMENT, INC - Inactive - F3064 - L3064 - 3064@hsesinfo.org - - - - - - - - - - 6435 - 375 - 8 - 08CH0092 - 2000-01-01 - 2014-06-30 - CH - Community Action of Laramie County Inc. - Inactive - - - - F3061 - L3061 - 3061@hsesinfo.org - - - - - - - 6436 - 518 - 8 - 08CH0094 - 1992-09-01 - 2025-06-30 - CH - HOUSING, INDUSTRY, TRAINING, INC - Inactive - F3064 - L3064 - 3064@hsesinfo.org - - - - - - - - - - 6437 - 2239 - 8 - 08CH0095 - 1995-01-01 - 2025-06-30 - CH - CHILDREN'S SERVICES OF COLORADO, INC. - Inactive - - - - - - - - - - - - - 6438 - 1688 - 8 - 08CH0096 - 1991-02-01 - 2025-06-30 - CH - LAKE COUNTY SCHOOL DISTRICT #1 - Inactive - F3032 - L3032 - 3032@hsesinfo.org - - - - - - - - - - 6439 - 210 - 8 - 08CH0097 - 1992-02-01 - 2025-06-30 - CH - COMMUNITY ACTION PARTNERSHIP, Inc. - Inactive - F3064 - L3064 - 3064@hsesinfo.org - - - - - - - - - - 6440 - 2240 - 8 - 08CH0098 - 1991-02-01 - 1994-05-31 - CH - CENTRAL MONTANA DISTRICT VI, HUMAN - Inactive - - - - - - - - - - - - - 6441 - 1187 - 8 - 08CH0099 - 1991-04-01 - 2025-06-30 - CH - DISTRICT IX HUMAN RESOURCE DEVELOPMENT COUNCIL, INC. - Inactive - - - - - - - - - - - - - 6442 - 932 - 8 - 08CH0100 - 1991-04-01 - 2025-06-30 - CH - Montrose County School District RE-1J - Inactive - - - - F3061 - L3061 - 3061@hsesinfo.org - - - - - - - 6443 - 1842 - 8 - 08CH0101 - 1991-02-01 - 2016-06-30 - CH - MAYVILLE STATE UNIVERSITY - Inactive - - - - F42294 - L42294 - 42294@hsesinfo.org - - - - - - - 6444 - 2241 - 8 - 08CH0102 - 1994-07-01 - 1995-07-31 - CH - BIG COUNTRY EDUCATIONAL COOPERATIVE - Inactive - - - - - - - - - - - - - 6445 - 136 - 8 - 08CH0103 - 1992-02-01 - 2016-01-31 - CH - AKRON UNITED METHODIST CHURCH - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F3061 - L3061 - 3061@hsesinfo.org - - - - - - - 6446 - 904 - 8 - 08CH0104 - 1992-09-29 - 2014-06-30 - CH - SWEETWATER COUNTY SCHOOL DISTRICT NO 1 - Inactive - - - - F3061 - L3061 - 3061@hsesinfo.org - - - - - - - 6447 - 1176 - 8 - 08CH0105 - 1992-03-01 - 2025-06-30 - CH - SALIDA SCHOOL DISTRICT R-32-J - Inactive - - - - F3061 - L3061 - 3061@hsesinfo.org - - - - - - - 6448 - 1130 - 8 - 08CH0106 - 1992-09-29 - 2025-06-30 - CH - ACTION FOR EASTERN MONTANA - Inactive - - - - F3058 - L3058 - 3058@hsesinfo.org - - - - - - - 6449 - 2242 - 8 - 08CH0107 - 1996-02-01 - 1997-06-30 - CH - DISTRICT XI HUMAN RESOURCE COUNCIL - Inactive - - - - - - - - - - - - - 6450 - 1550 - 8 - 08CH0108 - 1993-09-01 - 2025-06-30 - CH - BRUSH UNITED METHODIST CHURCH - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 6451 - 1457 - 8 - 08CH0109 - 1993-09-01 - 2025-06-30 - CH - TECHNOLOGY FOR RURAL ENHANCEMENT OF COMMUNITIES - Inactive - F3064 - L3064 - 3064@hsesinfo.org - - - - - - - - - - 6452 - 2243 - 8 - 08CH0110 - 1993-02-01 - 2004-01-31 - CH - BEAR RIVER HEAD START - Inactive - - - - - - - - - - - - - 6453 - 1329 - 8 - 08CH0111 - 1994-06-01 - 2025-06-30 - CH - CENTRAL MONTANA HEAD START - Inactive - - - - F3058 - L3058 - 3058@hsesinfo.org - - - - - - - 6454 - 1393 - 8 - 08CH0112 - 1994-09-01 - 2025-06-30 - CH - Wray School District RD-2 - Inactive - - - - F200 - L200 - 200@hsesinfo.org - - - - - - - 6455 - 1319 - 8 - 08CH0113 - 1994-02-01 - 2025-06-30 - CH - KOOTENAI VALLEY HEAD START INC - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 6456 - 1595 - 8 - 08CH0114 - 1994-07-01 - 2014-06-30 - CH - LINCOLN-UINTA CHILD DEVELOPMENT ASSOCIATION - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F3061 - L3061 - 3061@hsesinfo.org - - - - - - - 6457 - 1961 - 6 - 06CH5670 - 2009-01-01 - 2025-06-30 - CH - Community Action Development Corporation - Inactive - - - - - - - - - - - - - 6458 - 1056 - 5 - 05CH0695 - 1992-01-01 - 2025-06-30 - CH - Economic Opportunity Planning Association of Greater - Inactive - - - - F14177 - L14177 - 14177@hsesinfo.org - - - - - - - 6459 - 870 - 5 - 05CH0734 - 1997-12-01 - 2013-11-30 - CH - COOPERATIVE EDUCATIONAL SERVICE AGENCY #11 - Inactive - - - - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 6460 - 922 - 5 - 05CH0736 - 1992-04-01 - 2025-06-30 - CH - ARROWHEAD ECONOMIC OPPORTUNITY AGENCY - Inactive - - - - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 6461 - 1089 - 5 - 05CH0741 - 2009-08-01 - 2015-07-31 - CH - Community Action Program of Evansville, Inc. - Inactive - - - - F31147 - L31147 - 31147@hsesinfo.org - - - - - - - 6462 - 2617 - 5 - 05CH0746 - 1992-08-01 - 2025-06-30 - CH - SAGINAW COUNTY COMMUNITY ACTION COMMITTEE, INC. - Inactive - - - - - - - - - - - - - 6463 - 217 - 5 - 05CH0790 - 1989-08-01 - 2013-07-31 - CH - WASHTENAW COUNTY - Inactive - - - - - - - - - - - - - 6464 - 832 - 5 - 05CH0808 - 1989-08-01 - 2013-06-30 - CH - Genesee County Community Action Resource Department - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F13233 - L13233 - 13233@hsesinfo.org - - - - - - - 6465 - 868 - 5 - 05CH0809 - 1992-01-01 - 2025-06-30 - CH - BCMW COMMUNITY SERVICES, INC - Inactive - F13564 - L13564 - 13564@hsesinfo.org - - - - - - - - - - 6466 - 1046 - 5 - 05CH0840 - 1992-01-01 - 2025-06-30 - CH - ADAMS-BROWN COUNTIES ECONOMIC OPPORTUNITIES, INC. - Inactive - F25174 - L25174 - 25174@hsesinfo.org - - - - - - - - - - 6467 - 570 - 5 - 05CH0875 - 1992-03-01 - 2025-06-30 - CH - ALLEGAN COUNTY RESOURCE DEVELOPMENT COMMITTEE, INC. - Inactive - - - - - - - - - - - - - 6468 - 1540 - 5 - 05CH1111 - 1992-01-01 - 2025-06-30 - CH - Catholic Charities, Diocese of Joliet, Inc. - Inactive - F25174 - L25174 - 25174@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - - - - - - - 6469 - 903 - 5 - 05CH2000 - 2005-07-01 - 2025-06-30 - CH - FAYETTE COUNTY SCHOOL CORPORATION - Inactive - - - - - - - - - - - - - 6470 - 1418 - 5 - 05CH2034 - 1993-09-01 - 2025-06-30 - CH - Community Care in Union County, Inc. - Inactive - - - - - - - - - - - - - 6471 - 2618 - 5 - 05CH4000 - 1996-02-01 - 1997-01-31 - CH - LAKE COUNTY ECONOMIC OPPORTUNITY COUNCIL, INC - Inactive - - - - - - - - - - - - - 6472 - 232 - 5 - 05CH4010 - 1992-08-01 - 2025-06-30 - CH - LINCOLN HILLS DEVELOPMENT CORPORATION - Inactive - - - - - - - - - - - - - 6473 - 770 - 5 - 05CH4011 - 1992-08-01 - 2025-06-30 - CH - Capital Area Community Services, Inc. - Inactive - - - - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 6474 - 2619 - 5 - 05CH4013 - 1992-01-01 - 1993-07-31 - CH - SHAWNEE DEVELOPMENT COUNCIL - Inactive - - - - - - - - - - - - - 6475 - 1548 - 5 - 05CH4014 - 1992-03-01 - 2013-06-30 - CH - COMMUNITY ACTION OF EAST CENTRAL INDIANA, INC - Inactive - - - - - - - - - - - - - 6476 - 1083 - 5 - 05CH4015 - 1994-09-01 - 2025-06-30 - CH - Cardinal Services, Inc. of Indiana - Inactive - - - - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 6477 - 511 - 5 - 05CH4016 - 1992-09-01 - 2025-06-30 - CH - Blue Water Community Action - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 6478 - 1027 - 5 - 05CH4018 - 1992-05-01 - 2025-06-30 - CH - DECATUR-MACON COUNTY OPPORTUNITIES CORPORATION - Inactive - - - - - - - - - - - - - 6479 - 438 - 5 - 05CH4020 - 1998-04-01 - 2025-06-30 - CH - LICKING COUNTY ECONOMIC ACTION DEVELOPMENT STUDY, INC. - Inactive - - - - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 6480 - 207 - 5 - 05CH4021 - 1992-08-01 - 2016-07-31 - CH - Lorain County Community Action Agency - Inactive - - - - F42111 - L42111 - 42111@hsesinfo.org - - - - - - - 6481 - 275 - 5 - 05CH4022 - 1992-08-01 - 2025-06-30 - CH - Stark County Community Action Agency - Inactive - - - - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 6482 - 1299 - 5 - 05CH4023 - 1991-01-01 - 2025-06-30 - CH - Jefferson County Community Action Council, Inc. - Inactive - - - - F15967 - L15967 - 15967@hsesinfo.org - - - - - - - 6483 - 781 - 5 - 05CH4026 - 1992-04-01 - 2015-06-30 - CH - Community and Economic Development Association of Cook - Inactive - F13564 - L13564 - 13564@hsesinfo.org - - - - - - - - - - 6484 - 2620 - 5 - 05CH4027 - 1992-03-01 - 2025-06-30 - CH - COMMUNITY ACTION OF GREATER INDIANAPOLIS, INC. - Inactive - - - - - - - - - - - - - 6485 - 266 - 5 - 05CH4029 - 1992-01-01 - 2015-12-31 - CH - Community Action Committee of Pike County, Inc. - Inactive - - - - F33449 - L33449 - 33449@hsesinfo.org - - - - - - - 6486 - 935 - 5 - 05CH4030 - 1992-05-01 - 2025-06-30 - CH - HARCATUS Tri-County Community Action Organization - Inactive - - - - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 6487 - 1172 - 5 - 05CH4037 - 1992-01-01 - 2025-06-30 - CH - PICKAWAY COUNTY COMMUNITY ACTION ORGANIZATION, INC. - Inactive - - - - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 6488 - 889 - 5 - 05CH4040 - 1992-04-01 - 2025-06-30 - CH - COMMUNITY ACTION OF SOUTHERN INDIANA - Inactive - - - - - - - - - - - - - 6489 - 1987 - 5 - 05CH4041 - 2001-04-01 - 2014-03-31 - CH - INTER-COUNTY COMMUNITY COUNCIL, INC. - Inactive - - - - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 6490 - 1166 - 5 - 05CH4043 - 1992-01-01 - 2025-06-30 - CH - Kokomo Center Township Consolidated School Corporation - Inactive - - - - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 6491 - 1472 - 5 - 05CH4046 - 1998-04-01 - 2025-06-30 - CH - OTTER TAIL-WADENA COMMUNITY ACTION COUNCIL, INC - Inactive - - - - - - - - - - - - - 6492 - 123 - 5 - 05CH4047 - 2012-12-01 - 2014-06-30 - CH - SOUTH CENTRAL COMMUNITY ACTION PROGRAM - Inactive - - - - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 6493 - 1956 - 5 - 05CH4051 - 1992-09-01 - 2025-06-30 - CH - MACOMB COUNTY COMMUNITY SERVICES AGENCY - Inactive - - - - - - - - - - - - - 6494 - 1292 - 5 - 05CH4054 - 1992-07-01 - 2025-06-30 - CH - COMMUNITY ACTION AGENCY - Inactive - - - - - - - - - - - - - 6495 - 1370 - 5 - 05CH4056 - 1992-04-01 - 2025-06-30 - CH - City of Rockford, Human Services Department - Inactive - - - - F14177 - L14177 - 14177@hsesinfo.org - - - - - - - 6533 - 1011 - 2 - 02CH1424 - 1992-02-01 - 2014-06-30 - CH - P.E.A.C.E., Inc. - Inactive - - - - - - - - - - - - - 6534 - 983 - 2 - 02CH2010 - 1992-09-01 - 2025-06-30 - CH - Schuyler Head Start, Inc. - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F2359 - L2359 - 2359@hsesinfo.org - - - - - - - 6535 - 1515 - 2 - 02CH2031 - 1992-06-01 - 2015-06-30 - CH - Adirondack Community Action Programs, Inc. - Inactive - F2340 - L2340 - 2340@hsesinfo.org - - - - - - - - - - 6536 - 336 - 2 - 02CH2032 - 1992-06-01 - 2014-05-31 - CH - Cortland County Community Action Program - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F2359 - L2359 - 2359@hsesinfo.org - - - - - - - 6537 - 2088 - 2 - 02CH2149 - 1994-09-01 - 2025-06-30 - CH - Comlinks - Inactive - - - - - - - - - - - - - 6538 - 877 - 2 - 02CH2226 - 1992-05-01 - 2014-06-30 - CH - Jersey City Child Development Centers, Inc. - Inactive - - - - - - - - - - - - - 6539 - 1680 - 2 - 02CH8455 - 1967-09-01 - 2014-06-30 - CH - Department of Human Services (V.I) - Inactive - - - - - - - - - - - - - 6540 - 1034 - 2 - 02CH9877 - 1992-02-01 - 2015-01-31 - CH - SAN JUAN CITY DEPARTMENT OF FAMILY SERVICES - Inactive - F2342 - L2342 - 2342@hsesinfo.org - - - - - - - - - - 6541 - 2089 - 2 - 02CH0252 - 1986-01-01 - 2025-06-30 - CH - UNION TOWNSHIP PUBLIC SCHOOL - Inactive - - - - - - - - - - - - - 6543 - 1028 - 3 - 03CH0002 - 1992-01-01 - 2013-12-31 - CH - Allegheny Lutheran Social Ministries, Inc. - Inactive - - - - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 6544 - 556 - 3 - 03CH0003 - 1998-07-01 - 2014-06-30 - CH - Regional Education Service Agency VIII - Inactive - - - - F14544 - L14544 - 14544@hsesinfo.org - - - - - - - 6545 - 2091 - 3 - 03CH0007 - 1999-02-01 - 2025-06-30 - CH - Juniata County Child Care & Development Services, Inc. - Inactive - - - - - - - - - - - - - 6546 - 1415 - 3 - 03CH0008 - 2008-08-01 - 2014-07-31 - CH - Cen-Clear Child Services, Inc. - Inactive - - - - - - - - - - - - - 6547 - 1499 - 3 - 03CH0009 - 1997-07-01 - 2025-06-30 - CH - Warren & Forest Ctys Economic Opportunity Council, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - - - - - - 6548 - 422 - 3 - 03CH0011 - 1992-02-01 - 2025-06-30 - CH - MONTGOMERY COUNTY HEAD START PROGRAM, INC - Inactive - - - - - - - - - - - - - 6549 - 1229 - 3 - 03CH0017 - 1992-08-01 - 2025-06-30 - CH - Fayette County Child Development, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - - - - - - - - - - 6550 - 1209 - 3 - 03CH0018 - 2000-08-01 - 2025-06-30 - CH - Adams County Children's Education Special Services, Inc. - Inactive - - - - F2187 - L2187 - 2187@hsesinfo.org - - - - - - - 6551 - 1430 - 3 - 03CH0023 - 1992-07-01 - 2025-06-30 - CH - Upshur Human Resources, Inc. - Inactive - F30521 - L30521 - 30521@hsesinfo.org - - - - - - - - - - 6552 - 2092 - 3 - 03CH0039 - 1992-08-01 - 2025-06-30 - CH - PRESCHOOL DEVELOPMENT PROGRAMS, INC - Inactive - - - - - - - - - - - - - 6553 - 737 - 3 - 03CH0040 - 1998-08-01 - 2025-06-30 - CH - School District of Pittsburgh - Inactive - F30521 - L30521 - 30521@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 6554 - 299 - 3 - 03CH0136 - 1991-12-01 - 2015-08-31 - CH - People Incorporated of Virginia - Inactive - - - - F2187 - L2187 - 2187@hsesinfo.org - - - - - - - 6555 - 1564 - 3 - 03CH0138 - 1992-01-01 - 2025-06-30 - CH - Tri - County Community Action Agency, Inc. - Inactive - F2417 - L2417 - 2417@hsesinfo.org - - - - - - - - - - 6556 - 1356 - 3 - 03CH0139 - 1988-12-01 - 2014-11-30 - CH - Eastern Shore AAA/CAA - Inactive - - - - - - - - - - - - - 6557 - 1117 - 3 - 03CH0140 - 1996-12-01 - 2025-06-30 - CH - Central Susquehanna Intermediate Unit - Inactive - F14907 - L14907 - 14907@hsesinfo.org - - - - - - - - - - 6558 - 269 - 3 - 03CH0141 - 2008-12-01 - 2013-11-30 - CH - Presbytery of Philadelphia - Inactive - F14907 - L14907 - 14907@hsesinfo.org - - - - - - - - - - 6559 - 1406 - 3 - 03CH0145 - 1992-07-01 - 2025-06-30 - CH - Greenbrier County Board Of Education - Inactive - - - - F14544 - L14544 - 14544@hsesinfo.org - - - - - - - 6560 - 1057 - 3 - 03CH0157 - 1998-12-01 - 2025-06-30 - CH - Council of Three Rivers American Indian Center, Inc. - Inactive - - - - - - - - - - - - - 6561 - 1712 - 3 - 03CH0160 - 2001-01-01 - 2025-06-30 - CH - LUZERNE COUNTY HEAD START, INC - Inactive - F2417 - L2417 - 2417@hsesinfo.org - F14544 - L14544 - 14544@hsesinfo.org - - - - - - - 6562 - 1383 - 3 - 03CH0161 - 1992-06-01 - 2025-06-30 - CH - Kids Central, Inc. - Inactive - - - - - - - - - - - - - 6563 - 1167 - 3 - 03CH0162 - 1991-12-01 - 2025-06-30 - CH - Lee County School District - Inactive - - - - F2187 - L2187 - 2187@hsesinfo.org - - - - - - - 6564 - 1658 - 3 - 03CH0163 - 1998-08-01 - 2013-07-31 - CH - FRANKLIN CTY HEAD START PROGRAM, INC. - Inactive - - - - - - - - - - - - - 6565 - 1731 - 3 - 03CH0164 - 1992-07-01 - 2025-06-30 - CH - Orange County Board of Education - Inactive - - - - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 6566 - 853 - 3 - 03CH0165 - 1991-12-01 - 2025-06-30 - CH - North Penn Comprehensive Health Services, Inc. - Inactive - - - - - - - - - - - - - 6567 - 1458 - 3 - 03CH0166 - 2008-08-01 - 2015-07-31 - CH - New Castle County Head Start, Inc. - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - - - - - - - 6568 - 1049 - 3 - 03CH0167 - 2001-01-01 - 2013-12-31 - CH - Lancaster-Lebanon Intermediate Unit #13 - Inactive - - - - - - - - - - - - - 6569 - 994 - 3 - 03CH0168 - 1978-01-01 - 2025-06-30 - CH - Huntingdon County Child and Adult - Inactive - - - - - - - - - - - - - 6570 - 573 - 3 - 03CH0169 - 1990-04-01 - 2015-03-31 - CH - Columbia Day Care Program, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F14544 - L14544 - 14544@hsesinfo.org - - - - - - - 6571 - 462 - 3 - 03CH0171 - 2000-04-01 - 2015-03-31 - CH - BUTLER COUNTY CHILDREN'S CENTER, INC - Inactive - - - - - - - - - - - - - 6572 - 253 - 3 - 03CH0192 - 2000-12-01 - 2025-06-30 - CH - Maryland Rural Development Corporation - Inactive - F2417 - L2417 - 2417@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 6573 - 2093 - 3 - 03CH0193 - 1991-12-01 - 2025-06-30 - CH - PHILADELPHIA CITY HOUSING AUTHORITY - Inactive - - - - - - - - - - - - - 6574 - 1582 - 3 - 03CH0194 - 1991-12-01 - 2025-06-30 - CH - Buchanan County Board of Supervisors - Inactive - F30521 - L30521 - 30521@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - - - - - - - 6575 - 1127 - 3 - 03CH0207 - 1997-07-01 - 2025-06-30 - CH - MAYOR & CITY COUNCIL OF BALTIMORE CITY - Inactive - - - - - - - - - - - - - 6576 - 423 - 3 - 03CH0208 - 1992-07-01 - 2025-06-30 - CH - Philadelphia School District - Inactive - - - - F14544 - L14544 - 14544@hsesinfo.org - - - - - - - 6577 - 874 - 3 - 03CH0212 - 1992-04-01 - 2025-06-30 - CH - YMCA OF CENTRAL MARYLAND, INC. - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F14544 - L14544 - 14544@hsesinfo.org - - - - - - - 6578 - 694 - 3 - 03CH0230 - 1998-12-01 - 2025-06-30 - CH - CHESTER COUNTY INTERMEDIATE UNIT - Inactive - F2417 - L2417 - 2417@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 6579 - 2094 - 3 - 03CH0232 - 1998-08-01 - 2025-06-30 - CH - LAWRENCE COUNTY HEAD START, INC. - Inactive - - - - - - - - - - - - - 6580 - 1090 - 6 - 06CH5671 - 2002-12-01 - 2025-06-30 - CH - LITTLE DIXIE COMMUNITY ACTION AGENCY, INC - Inactive - - - - - - - - - - - - - 6581 - 1327 - 6 - 06CH5673 - 2001-09-01 - 2015-07-31 - CH - STONEWALL HEAD START, INC. - Inactive - - - - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 6582 - 1464 - 6 - 06CH5674 - 2001-03-01 - 2015-02-28 - CH - EASTERN PLAINS COMMUNITY ACTION AGENCY, INC - Inactive - - - - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 6583 - 1189 - 6 - 06CH5676 - 2006-12-01 - 2025-06-30 - CH - Delta Community Action Foundation, Inc. - Inactive - - - - - - - - - - - - - 6584 - 1640 - 6 - 06CH5677 - 2008-03-01 - 2015-02-28 - CH - Washita Valley Community Action Council - Inactive - F2185 - L2185 - 2185@hsesinfo.org - - - - - - - - - - 6585 - 1030 - 6 - 06CH5678 - 2008-12-01 - 2010-12-31 - CH - COOKSON HILLS CAF, INC. - Inactive - - - - - - - - - - - - - 6586 - 754 - 6 - 06CH5680 - 2005-03-01 - 2025-06-30 - CH - OZARK OPPORTUNITIES, INC - Inactive - - - - - - - - - - - - - 6587 - 2201 - 6 - 06CH5681 - 1992-06-01 - 1992-12-31 - CH - FREDERICKSBURG CHILD DEVELOPMENT AGENCY - Inactive - - - - - - - - - - - - - 6588 - 1586 - 6 - 06CH5683 - 2006-05-01 - 2025-06-30 - CH - CROWLEY'S RIDGE DEVELOPMENT COUNCIL, INC. - Inactive - - - - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 6589 - 1943 - 6 - 06CH5684 - 2006-09-01 - 2025-06-30 - CH - MID-WEST NEW MEXICO COMMUNITY ACTION PROGRAM - Inactive - - - - F2204 - L2204 - 2204@hsesinfo.org - - - - - - - 6590 - 1007 - 6 - 06CH5694 - 2007-05-01 - 2012-06-30 - CH - NORTHEAST OK COMMUNITY ACTION AGENCY, INC - Inactive - F3061 - L3061 - 3061@hsesinfo.org - - - - - - - - - - 6591 - 168 - 6 - 06CH5696 - 2007-06-01 - 2016-06-30 - CH - El Grito, Inc. Head Start - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - - - - - - - 6592 - 161 - 6 - 06CH6007 - 2008-06-01 - 2014-05-31 - CH - REGINA COELI CHILD DEVELOPMENT CENTER, INC - Inactive - - - - - - - - - - - - - 6593 - 1290 - 6 - 06CH6008 - 2004-02-01 - 2025-06-30 - CH - INCA COMMUNITY SERVICES, INC - Inactive - - - - - - - - - - - - - 6594 - 2202 - 6 - 06CH6017 - 2001-04-01 - 2002-03-08 - CH - CENTRAL OKLAHOMA COMMUNITY ACTION AGENCY - Inactive - - - - - - - - - - - - - 6595 - 567 - 6 - 06CH6041 - 2005-08-01 - 2014-07-31 - CH - SAN FELIPE DEL RIO C. I. S. D. - Inactive - F2185 - L2185 - 2185@hsesinfo.org - - - - - - - - - - 6596 - 164 - 6 - 06CH6042 - 2008-04-01 - 2025-06-30 - CH - PLANO INDEPENDENT SCHOOL DISTRICT - Inactive - - - - F12886 - L12886 - 12886@hsesinfo.org - - - - - - - 6597 - 255 - 6 - 06CH6079 - 2006-02-01 - 2016-01-31 - CH - Community Action Corporation Of South Texas - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2179 - L2179 - 2179@hsesinfo.org - - - - - - - 6598 - 1304 - 6 - 06CH6372 - 2008-02-01 - 2025-06-30 - CH - Big Five Community Services, Inc. - Inactive - - - - F2204 - L2204 - 2204@hsesinfo.org - - - - - - - 6599 - 1850 - 6 - 06CH6376 - 2007-02-01 - 2025-06-30 - CH - Caddo Parish Commission-Caddo Community Action Agency, - Inactive - - - - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 6600 - 2203 - 6 - 06CH6396 - 1996-07-01 - 1997-06-30 - CH - TRI COUNTY HEADSTART - Inactive - - - - - - - - - - - - - 6601 - 890 - 6 - 06CH6994 - 2006-09-01 - 2015-08-31 - CH - MIDLAND INDEPENDENT SCHOOL DISTRICT - Inactive - - - - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 6602 - 2204 - 6 - 06CH0181 - 1991-12-01 - 1993-02-28 - CH - MOTIVATION EDUCATION & TRAINING OF LOUISIANA, INC - Inactive - - - - - - - - - - - - - 6603 - 2205 - 6 - 06CH5043 - 1992-06-01 - 1993-05-31 - CH - GREAT PLAINS IMPROVEMENT FOUNDATION, INC - Inactive - - - - - - - - - - - - - 6604 - 2206 - 6 - 06CH0024 - 1993-08-01 - 1994-07-31 - CH - ST LANDRY PARISH COMMUNITY ACTION AGENCY - Inactive - - - - - - - - - - - - - 6605 - 2207 - 6 - 06CH0397 - 1993-08-01 - 1994-12-31 - CH - PROJECT CELEBRATION, INC. - Inactive - - - - - - - - - - - - - 6606 - 2208 - 6 - 06CH0831 - 1993-04-01 - 1995-03-31 - CH - ALBUQUERQUE BERNALILLO COUNTY ECONOMIC OPPORTUNITY BD - Inactive - - - - - - - - - - - - - 6607 - 2209 - 6 - 06CH5107 - 1993-03-01 - 1993-12-06 - CH - MUSKOGEE COUNTY COMMUNITY SERVICES PROGRAM - Inactive - - - - - - - - - - - - - 6608 - 2210 - 6 - 06CH0401 - 1993-12-01 - 1996-04-30 - CH - ECONOMIC DEVELOPMENT AGENCY - Inactive - - - - - - - - - - - - - 6609 - 2211 - 6 - 06CH0421 - 1994-08-01 - 1995-07-31 - CH - KERR COUNTY DAY CARE CENTER - Inactive - - - - - - - - - - - - - 6610 - 2212 - 6 - 06CH0430 - 1994-09-01 - 1996-08-31 - CH - BOYNTON MOTON INDEPENDENT SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 6611 - 2213 - 6 - 06CH0441 - 1995-04-01 - 1996-02-29 - CH - YOUTH DEVELOPMENT, INC - Inactive - - - - - - - - - - - - - 6612 - 2214 - 6 - 06CH5040 - 1995-08-01 - 1996-09-30 - CH - CHAVES COUNTY COMMUNITY ACTION PROGRAM, INC - Inactive - - - - - - - - - - - - - 6613 - 2215 - 6 - 06CH0164 - 1995-12-01 - 1996-06-30 - CH - COMMUNITY ACTION COMMITTEE OF VICTORIA - Inactive - - - - - - - - - - - - - 6614 - 2216 - 6 - 06CH0440 - 1996-01-01 - 1996-06-30 - CH - SANTA FE COUNTY COMMUNITY HEAD START - Inactive - - - - - - - - - - - - - 6615 - 2217 - 6 - 06CH0474 - 1995-11-01 - 1996-09-30 - CH - CITY OF EL DORADO - Inactive - - - - - - - - - - - - - 6616 - 2218 - 6 - 06CH0882 - 1997-01-01 - 1997-07-31 - CH - TULSA COMMUNITY ACTION AGENCY - Inactive - - - - - - - - - - - - - 6617 - 1076 - 6 - 06CH5239 - 1999-12-01 - 2015-11-30 - CH - Greater East Texas Community Action Program - Inactive - F2185 - L2185 - 2185@hsesinfo.org - - - - - - - - - - 6618 - 566 - 6 - 06CH6000 - 2006-07-01 - 2025-06-30 - CH - WEST LAS VEGAS HEAD START - Inactive - - - - - - - - - - - - - 6621 - 1018 - 5 - 05CH4063 - 1992-09-01 - 2025-06-30 - CH - Community Action Partnership of Lake County - Inactive - - - - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 6622 - 2621 - 5 - 05CH4065 - 1999-12-01 - 2025-06-30 - CH - MUSKEGON-OCEANA COMMUNITY ACTION AGAINST POVERTY - Inactive - - - - - - - - - - - - - 6623 - 774 - 5 - 05CH4070 - 1992-05-01 - 2025-06-30 - CH - TRI-VALLEY OPPORTUNITY COUNCIL, INC - Inactive - - - - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 6624 - 1065 - 5 - 05CH4072 - 1992-03-01 - 2025-06-30 - CH - Community Action Commission of Belmont County, Inc. - Inactive - - - - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 6625 - 1982 - 5 - 05CH4075 - 1992-04-01 - 2025-06-30 - CH - ASHTABULA COUNTY COMMUNITY ACTION AGENCY - Inactive - - - - F13233 - L13233 - 13233@hsesinfo.org - - - - - - - 6626 - 1082 - 5 - 05CH4076 - 1997-05-01 - 2025-06-30 - CH - Hoosier Uplands Economic Development Corporation - Inactive - - - - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 6627 - 259 - 5 - 05CH4079 - 1997-08-01 - 2025-06-30 - CH - Northwest Community Action, Inc. - Inactive - - - - - - - - - - - - - 6628 - 1136 - 5 - 05CH4086 - 1992-08-01 - 2025-06-30 - CH - Southeastern Indiana Economic Opportunity Corporation - Inactive - - - - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 6629 - 715 - 5 - 05CH4092 - 1992-08-01 - 2025-06-30 - CH - Lakes and Pines Community Action Council, Inc. - Inactive - F25174 - L25174 - 25174@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 6630 - 323 - 5 - 05CH4093 - 2011-04-04 - 2014-03-31 - CH - Mahube-Otwa Community Action Partnership, Inc. - Inactive - - - - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 6631 - 1110 - 5 - 05CH4096 - 1992-04-01 - 2025-06-30 - CH - JACKSON/VINTON COMMUNITY ACTION AGENCY, INC. - Inactive - - - - F15967 - L15967 - 15967@hsesinfo.org - - - - - - - 6632 - 412 - 5 - 05CH4101 - 1992-04-01 - 2025-06-30 - CH - Embarras River Basin Agency - Inactive - - - - F24149 - L24149 - 24149@hsesinfo.org - - - - - - - 6633 - 1391 - 5 - 05CH4103 - 1992-09-01 - 2025-06-30 - CH - Two Rivers Head Start - Inactive - - - - - - - - - - - - - 6634 - 1145 - 5 - 05CH4105 - 1992-07-01 - 2025-06-30 - CH - WABASH AREA DEVELOPMENT, INC - Inactive - - - - - - - - - - - - - 6635 - 1554 - 5 - 05CH4108 - 2009-03-01 - 2025-06-30 - CH - KOOTASCA Community Action, Inc. - Inactive - - - - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 6636 - 912 - 5 - 05CH4110 - 1992-09-01 - 2025-06-30 - CH - EAST CENTRAL ILLINOIS COMMUNITY ACTION PROGRAM - Inactive - - - - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 6637 - 1447 - 5 - 05CH4111 - 1992-04-01 - 2025-06-30 - CH - Tri-County Opportunities Council, Inc. - Inactive - - - - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 6638 - 1250 - 5 - 05CH4113 - 1992-01-01 - 2025-06-30 - CH - Western Community Action, Inc. - Inactive - - - - - - - - - - - - - 6639 - 1462 - 5 - 05CH4114 - 1992-04-01 - 2025-06-30 - CH - SOUTHWESTERN MINNESOTA OPPORTUNITY COUNCIL, INC - Inactive - - - - - - - - - - - - - 6640 - 348 - 5 - 05CH4119 - 2013-12-01 - 2015-06-30 - CH - Lakes and Prairies Community Action Partnership, Inc. - Inactive - F25174 - L25174 - 25174@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 6641 - 1924 - 5 - 05CH4124 - 1992-02-01 - 2016-06-30 - CH - Rock-Walworth Comprehensive Family Services, Inc. - Inactive - - - - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 6642 - 1099 - 5 - 05CH4125 - 2011-07-01 - 2025-06-30 - CH - KENOSHA UNIFIED SCHOOL DISTRICT #1 - Inactive - - - - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 6643 - 2622 - 5 - 05CH4130 - 1995-12-01 - 1996-11-30 - CH - MONROE COUNTY OPPORTUNITY PROGRAM, INC - Inactive - - - - - - - - - - - - - 6644 - 1776 - 5 - 05CH4131 - 2004-03-01 - 2025-06-30 - CH - WRIGHT COUNTY COMMUNITY ACTION, INC - Inactive - - - - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 6645 - 1135 - 5 - 05CH4136 - 1992-07-01 - 2016-06-30 - CH - CLINTON COUNTY COMMUNITY ACTION PROGRAM, INC - Inactive - F25174 - L25174 - 25174@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 6646 - 1571 - 5 - 05CH4141 - 1992-09-01 - 2025-06-30 - CH - NORTHWESTERN ILLINOIS COMMUNITY ACTION AGENCY, INC - Inactive - - - - - - - - - - - - - 6647 - 1114 - 5 - 05CH4145 - 1992-02-01 - 2025-06-30 - CH - Community Action Wayne/Medina - Inactive - - - - F15967 - L15967 - 15967@hsesinfo.org - - - - - - - 6648 - 324 - 5 - 05CH4147 - 1992-05-01 - 2025-06-30 - CH - Heartland Community Action Agency, Inc. - Inactive - - - - - - - - - - - - - 6649 - 307 - 5 - 05CH4149 - 1992-07-01 - 2025-06-30 - CH - OHIO HEARTLAND COMMUNITY ACTION COMMISSION - Inactive - - - - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 6650 - 895 - 5 - 05CH4151 - 1992-08-01 - 2025-06-30 - CH - GMN TRI-COUNTY COMMUNITY ACTION COMMISSION, INC. - Inactive - - - - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 6651 - 738 - 5 - 05CH4152 - 1992-08-01 - 2025-06-30 - CH - Kno Ho Co Ashland Community Action Commission - Inactive - - - - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 6652 - 2623 - 5 - 05CH4153 - 1992-06-01 - 1993-05-31 - CH - TRI-COUNTY CAC OF CHAMPAIGN/LOGAN/SHELBY COUNTIES - Inactive - - - - - - - - - - - - - 6653 - 795 - 5 - 05CH4154 - 1992-07-01 - 2016-06-30 - CH - ADRIAN CITY SCHOOL DISTRICT - Inactive - - - - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 6654 - 836 - 5 - 05CH4155 - 2010-04-01 - 2025-06-30 - CH - MINNESOTA VALLEY ACTION COUNCIL, INC. - Inactive - - - - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 6655 - 254 - 5 - 05CH4157 - 1992-05-01 - 2025-06-30 - CH - Western Egyptian Economic Opportunity Council, Inc. - Inactive - F13564 - L13564 - 13564@hsesinfo.org - - - - - - - - - - 6656 - 1108 - 5 - 05CH4160 - 1992-01-01 - 2025-06-30 - CH - Hancock Hardin Wyandot Putnam Community Action - Inactive - - - - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 6657 - 1733 - 5 - 05CH4163 - 1992-07-01 - 2025-06-30 - CH - ROSS COUNTY COMMUNITY ACTION COMMISSION, INC. - Inactive - - - - - - - - - - - - - 6658 - 364 - 5 - 05CH4166 - 1992-03-01 - 2025-06-30 - CH - Interlocal Community Action Program, Inc. - Inactive - - - - - - - - - - - - - 6699 - 1302 - 3 - 03CH0233 - 1992-09-01 - 2025-06-30 - CH - District of Columbia Public Schools - Inactive - F2417 - L2417 - 2417@hsesinfo.org - - - - - - - - - - 6700 - 473 - 3 - 03CH0258 - 1999-07-01 - 2025-06-30 - CH - Keystone Service Systems, Inc. - Inactive - - - - F2437 - L2437 - 2437@hsesinfo.org - - - - - - - 6701 - 733 - 3 - 03CH0270 - 1992-08-01 - 2016-06-30 - CH - Fairfax County Board of Supervisors - Inactive - - - - F32243 - L32243 - 32243@hsesinfo.org - - - - - - - 6702 - 752 - 3 - 03CH0276 - 2000-08-01 - 2025-06-30 - CH - TELAMON CORPORATION - Inactive - F2415 - L2415 - 2415@hsesinfo.org - - - - - - - - - - 6703 - 2095 - 3 - 03CH0297 - 1991-09-01 - 1992-11-30 - CH - MARYLAND RURAL DEVELOPMENT CORPORATION - Inactive - - - - - - - - - - - - - 6704 - 1414 - 3 - 03CH0301 - 1999-01-01 - 2025-06-30 - CH - S T E P, INC. - Inactive - - - - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 6705 - 729 - 3 - 03CH0302 - 1999-02-01 - 2015-01-31 - CH - Henrico County Public Schools - Inactive - - - - F32243 - L32243 - 32243@hsesinfo.org - - - - - - - 6706 - 1376 - 3 - 03CH0303 - 1999-01-01 - 2025-06-30 - CH - Hopewell City School Board - Inactive - F2415 - L2415 - 2415@hsesinfo.org - - - - - - - - - - 6707 - 1849 - 3 - 03CH0304 - 1998-03-01 - 2025-06-30 - CH - Skyline Community Action Program, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - - - - - - - 6708 - 1881 - 3 - 03CH0307 - 1992-03-01 - 2025-06-30 - CH - The Improvement Association - Inactive - - - - - - - - - - - - - 6709 - 2096 - 3 - 03CH0336 - 1992-09-01 - 1993-12-31 - CH - JEFFERSON COUNTY BOARD OF EDUCATION - Inactive - - - - - - - - - - - - - 6710 - 2097 - 3 - 03CH0340 - 1992-01-01 - 2025-06-30 - CH - Council Of The Southern Mountains (The) - Inactive - - - - - - - - - - - - - 6711 - 2098 - 3 - 03CH0355 - 1992-09-30 - 1993-09-29 - CH - THREE RIVERS HEALTH DISTRICT - Inactive - - - - - - - - - - - - - 6712 - 1672 - 3 - 03CH0357 - 2002-02-01 - 2025-06-30 - CH - Parent-Child Development Corporation - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - - - - - - - 6713 - 2099 - 3 - 03CH0358 - 1992-10-01 - 1993-09-30 - CH - COLONIAL BEACH SCHOOL BOARD - Inactive - - - - - - - - - - - - - 6714 - 1835 - 3 - 03CH0360 - 1993-07-01 - 2025-06-30 - CH - Scott County Public Schools - Inactive - F30521 - L30521 - 30521@hsesinfo.org - - - - - - - - - - 6715 - 2100 - 3 - 03CH0361 - 1998-09-01 - 1999-12-31 - CH - RESOURCES FOR HUMAN DEVELOPMENT, INC - Inactive - - - - - - - - - - - - - 6716 - 2101 - 3 - 03CH0362 - 1993-09-01 - 2002-11-30 - CH - CARBON COUNTY AREA VOCATIONAL TECHNICAL - Inactive - - - - - - - - - - - - - 6717 - 1882 - 3 - 03CH0363 - 1993-09-01 - 2025-06-30 - CH - Northern Neck Alliance, Inc. - Inactive - - - - F15207 - L15207 - 15207@hsesinfo.org - - - - - - - 6718 - 1621 - 3 - 03CH0364 - 1994-02-01 - 2025-06-30 - CH - Augusta County Public Schools - Inactive - - - - - - - - - - - - - 6719 - 2102 - 3 - 03CH0365 - 1994-02-01 - 2025-06-30 - CH - Dinwiddie County Public Schools - Inactive - - - - - - - - - - - - - 6720 - 2103 - 3 - 03CH0366 - 1995-01-01 - 1995-06-30 - CH - APPOMATTOX COUNTY SCHOOL BOARD - Inactive - - - - - - - - - - - - - 6721 - 203 - 3 - 03CH0368 - 1994-03-01 - 2025-06-30 - CH - Loudoun County Public Schools - Inactive - - - - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 6722 - 2104 - 3 - 03CH0372 - 1994-03-01 - 2002-12-31 - CH - CHILDHELP/TYLER VILLAGE FOUNDATION - Inactive - - - - - - - - - - - - - 6723 - 1211 - 3 - 03CH0373 - 1994-08-01 - 2025-06-30 - CH - Private Industry Council of Westmoreland/Fayette, Incor - Inactive - F2402 - L2402 - 2402@hsesinfo.org - - - - - - - - - - 6724 - 1357 - 3 - 03CH0374 - 1994-09-01 - 2025-06-30 - CH - Tri-County Virginia Opportunities - Inactive - - - - - - - - - - - - - 6725 - 732 - 3 - 03CH0380 - 1992-08-01 - 2025-06-30 - CH - United Planning Organization - Inactive - F2415 - L2415 - 2415@hsesinfo.org - - - - - - - - - - 6726 - 2105 - 3 - 03CH0381 - 1998-06-01 - 2025-06-30 - CH - HUMAN SERVICES PROGRAMS OF CARROLL CO.,INC. - Inactive - - - - - - - - - - - - - 6727 - 1766 - 3 - 03CH0410 - 1992-05-01 - 2025-06-30 - CH - Community Action of South Eastern West Virginia - Inactive - F30521 - L30521 - 30521@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - - - - - - - 6728 - 1664 - 3 - 03CH0529 - 2001-02-01 - 2025-06-30 - CH - Scranton/Lackawanna Human Development Agency, Inc. - Inactive - - - - F11796 - L11796 - 11796@hsesinfo.org - - - - - - - 6729 - 1328 - 3 - 03CH0552 - 2000-03-01 - 2025-06-30 - CH - Wilmington Head Start, Inc. - Inactive - F2415 - L2415 - 2415@hsesinfo.org - - - - - - - - - - 6730 - 973 - 3 - 03CH0630 - 1992-01-01 - 2025-06-30 - CH - Raleigh County Community Action Association - Inactive - - - - F15207 - L15207 - 15207@hsesinfo.org - - - - - - - 6731 - 115 - 3 - 03CH0778 - 2008-05-01 - 2015-04-30 - CH - Coalfield Community Action Partnership, Inc. - Inactive - F30521 - L30521 - 30521@hsesinfo.org - F14544 - L14544 - 14544@hsesinfo.org - - - - - - - 6732 - 2106 - 3 - 03CH0910 - 1993-08-01 - 2025-06-30 - CH - RICHMOND COMMUNITY ACTION PROGRAM, INC - Inactive - - - - - - - - - - - - - 6733 - 810 - 3 - 03CH2001 - 1992-04-01 - 2025-06-30 - CH - Southeastern Tidewater Opportunity Project - Inactive - - - - - - - - - - - - - 6734 - 2107 - 3 - 03CH2003 - 1992-06-01 - 2025-06-30 - CH - MULTI COUNTY COMMUNITY ACTION AGAINST - Inactive - - - - - - - - - - - - - 6735 - 449 - 3 - 03CH2014 - 2001-06-01 - 2025-06-30 - CH - Allegheny County Department of Human Services - Inactive - - - - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 6736 - 478 - 3 - 03CH2015 - 1997-07-01 - 2025-06-30 - CH - Westmoreland Human Opportunities dba West. Community Action - Inactive - - - - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 6737 - 163 - 3 - 03CH2020 - 1992-08-01 - 2013-07-31 - CH - Greater Erie Community Action Committee, Inc. - Inactive - - - - F15207 - L15207 - 15207@hsesinfo.org - - - - - - - 6738 - 975 - 3 - 03CH2021 - 1992-01-01 - 2025-06-30 - CH - PRIDE Community Services, Inc. - Inactive - - - - - - - - - - - - - 6739 - 969 - 3 - 03CH2030 - 1992-08-01 - 2025-06-30 - CH - Allegany County Human Resources Development Commission - Inactive - F2417 - L2417 - 2417@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - - - - - - - 6740 - 1266 - 3 - 03CH2046 - 1999-06-01 - 2015-06-30 - CH - Community Action Partnership of Cambria County - Inactive - F2417 - L2417 - 2417@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - - - - - - - 6741 - 1301 - 3 - 03CH2049 - 1998-05-01 - 2025-06-30 - CH - COMMUNITY IMPROVEMENT COUNCIL, INC - Inactive - - - - - - - - - - - - - 6742 - 660 - 3 - 03CH2054 - 2008-05-01 - 2013-06-30 - CH - Community Action Program of Lancaster County - Inactive - F14907 - L14907 - 14907@hsesinfo.org - - - - - - - - - - 6743 - 534 - 3 - 03CH2058 - 1992-05-01 - 2025-06-30 - CH - Total Action Against Poverty - Inactive - - - - - - - - - - - - - 6744 - 1309 - 3 - 03CH2061 - 1998-08-01 - 2025-06-30 - CH - MOUNTAIN COMMUNITY ACTION PROGRAM, INC - Inactive - F2417 - L2417 - 2417@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - - - - - - 6745 - 279 - 3 - 03CH2064 - 1991-12-01 - 2016-09-16 - CH - Family and Community Christian Association - Inactive - - - - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 6746 - 1696 - 3 - 03CH2065 - 1990-03-01 - 2025-06-30 - CH - BUCKS COUNTY HEAD START, INC - Inactive - - - - - - - - - - - - - 6749 - 2223 - 7 - 07CH0002 - 1997-02-01 - 2004-01-31 - CH - Child and Family Development Corporation - Inactive - - - - - - - - - - - - - 6750 - 2224 - 7 - 07CH0021 - 1996-12-01 - 2001-09-30 - CH - HALL COUNTY - Inactive - - - - - - - - - - - - - 6751 - 1202 - 7 - 07CH0051 - 1997-05-01 - 2025-06-30 - CH - Child Start, Inc. - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F12903 - L12903 - 12903@hsesinfo.org - - - - - - - 6752 - 682 - 7 - 07CH0074 - 1997-05-01 - 2014-04-30 - CH - KANSAS CHILDREN'S SERVICE LEAGUE - Inactive - - - - - - - - - - - - - 6753 - 379 - 7 - 07CH0079 - 1997-07-01 - 2015-06-30 - CH - Drake University - Inactive - - - - - - - - - - - - - 6754 - 1235 - 7 - 07CH0093 - 1997-01-01 - 2014-12-31 - CH - DOUGLASS COMMUNITY SERVICES, INC. - Inactive - - - - F15302 - L15302 - 15302@hsesinfo.org - - - - - - - 6755 - 2225 - 7 - 07CH0172 - 1997-07-01 - 2004-12-31 - CH - KCMC CHILD DEVELOPMENT CORPORATION - Inactive - - - - - - - - - - - - - 6756 - 155 - 7 - 07CH0233 - 1997-06-01 - 2014-05-31 - CH - Tri-County Child and Family Development Council, Inc. - Inactive - - - - F240 - L240 - 240@hsesinfo.org - - - - - - - 6757 - 2226 - 7 - 07CH0279 - 1993-09-01 - 1994-03-31 - CH - GINGERBREAD PRESCHOOL & DAY CARE - Inactive - - - - - - - - - - - - - 6758 - 2227 - 7 - 07CH0298 - 1997-01-01 - 2000-06-30 - CH - CHILD CARE ASSOCIATION OF ARKANSAS CITY, INC - Inactive - - - - - - - - - - - - - 6759 - 602 - 7 - 07CH0358 - 1997-08-01 - 2015-06-30 - CH - SALINA UNIFIED SCHOOL DISTRICT #305 - Inactive - F2256 - L2256 - 2256@hsesinfo.org - - - - - - - - - - 6760 - 2228 - 7 - 07CH0401 - 1996-12-01 - 2000-08-31 - CH - HUMAN DEVELOPMENT CORPORATION OF METROPOLITAN ST LOUIS - Inactive - - - - - - - - - - - - - 6761 - 1315 - 7 - 07CH0406 - 1997-07-01 - 2015-06-30 - CH - UNIFIED SCHOOL DISTRICT #489 - Inactive - - - - F2251 - L2251 - 2251@hsesinfo.org - - - - - - - 6762 - 1531 - 7 - 07CH0407 - 1997-09-01 - 2013-08-31 - CH - CLAY COUNTY CHILD CARE CENTER - Inactive - - - - F12903 - L12903 - 12903@hsesinfo.org - - - - - - - 6763 - 1043 - 7 - 07CH0422 - 1997-07-01 - 2015-06-30 - CH - FUTURES UNLIMITED - Inactive - - - - - - - - - - - - - 6764 - 782 - 7 - 07CH0423 - 1997-04-01 - 2025-06-30 - CH - YWCA OF METRO ST. LOUIS - Inactive - F11828 - L11828 - 11828@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - - - - - - - 6765 - 1929 - 7 - 07CH0433 - 1997-02-01 - 2014-01-31 - CH - SARPY COUNTY COOPERATIVE HEAD START - Inactive - - - - - - - - - - - - - 6766 - 920 - 7 - 07CH0434 - 1997-07-01 - 2013-06-30 - CH - NORTHWEST KANSAS EDUCATIONAL SERVICE CENTER - Inactive - - - - F12903 - L12903 - 12903@hsesinfo.org - - - - - - - 6767 - 2229 - 7 - 07CH0447 - 1996-07-01 - 1997-06-30 - CH - AREA RESOURCE CENTER OF CENTRAL KANSAS - Inactive - - - - - - - - - - - - - 6768 - 1898 - 7 - 07CH0448 - 1997-07-01 - 2014-06-30 - CH - MCPHERSON COUNTY SPECIAL EDUCATION COOPERATIVE - Inactive - - - - - - - - - - - - - 6769 - 2230 - 7 - 07CH0453 - 1994-04-01 - 1994-08-31 - CH - HEAD START CHILD AND FAMILY DEVELOPMENT PROGRAM INC - Inactive - - - - - - - - - - - - - 6770 - 1864 - 7 - 07CH0454 - 1997-09-01 - 2013-08-31 - CH - HEAD START CHILD AND FAMILY DEVELOPMENT PROGRAM INC - Inactive - - - - - - - - - - - - - 6771 - 2231 - 7 - 07CH0479 - 1997-07-01 - 1997-08-31 - CH - GREAT BEND UNIFIED SCHOOL DISTRICT #428 - Inactive - - - - - - - - - - - - - 6772 - 2232 - 7 - 07CH0480 - 1997-09-01 - 2004-06-30 - CH - FT. LARNED SCHOOL DISTRICT #495 - Inactive - - - - - - - - - - - - - 6773 - 297 - 7 - 07CH0694 - 1997-06-01 - 2014-05-31 - CH - ECONOMIC OPPORTUNITY FOUNDATION, INC - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F2251 - L2251 - 2251@hsesinfo.org - - - - - - - 6774 - 211 - 7 - 07CH0974 - 1997-01-01 - 2015-12-31 - CH - Delta Area Economic Opportunity Corporation - Inactive - F11828 - L11828 - 11828@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - - - - - - - 6775 - 1101 - 7 - 07CH6012 - 1997-03-01 - 2015-06-30 - CH - COMMUNITY ACTION PARTNERSHIP OF GREATER ST JOSEPH - Inactive - F11828 - L11828 - 11828@hsesinfo.org - F12903 - L12903 - 12903@hsesinfo.org - - - - - - - 6776 - 554 - 7 - 07CH6020 - 2000-02-01 - 2014-01-31 - CH - WEST CENTRAL COMMUNITY ACTION - Inactive - - - - F240 - L240 - 240@hsesinfo.org - - - - - - - 6777 - 913 - 7 - 07CH6040 - 1997-01-01 - 2014-06-30 - CH - COMMUNITY SERVICES, INC - Inactive - F47594 - L47594 - 47594@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - - - - - - - 6778 - 1005 - 7 - 07CH6075 - 1997-09-01 - 2014-06-30 - CH - WEST CENTRAL MISSOURI COMMUNITY ACTION AGENCY - Inactive - F11828 - L11828 - 11828@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - - - - - - - 6779 - 1120 - 7 - 07CH6090 - 1997-02-01 - 2015-01-31 - CH - NORTHEAST IOWA COMMUNITY ACTION CORPORATION - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - - - - - - - 6780 - 169 - 7 - 07CH6098 - 1997-09-01 - 2014-08-31 - CH - MISSOURI VALLEY COMMUNITY ACTION AGENCY - Inactive - - - - - - - - - - - - - 6781 - 999 - 7 - 07CH6102 - 2000-03-01 - 2015-02-28 - CH - MID-SIOUX OPPORTUNITY, INC - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - - - - - - - 6782 - 1012 - 7 - 07CH6106 - 1997-03-01 - 2025-06-30 - CH - Jefferson-Franklin Community Action Corporation - Inactive - - - - F13558 - L13558 - 13558@hsesinfo.org - - - - - - - 6783 - 1549 - 7 - 07CH6107 - 1996-12-01 - 2013-06-30 - CH - Community Opportunities, Inc. - Inactive - - - - - - - - - - - - - 6784 - 347 - 7 - 07CH6114 - 2001-01-01 - 2015-12-31 - CH - Hawkeye Area Community Action Program, Inc. - Inactive - - - - F240 - L240 - 240@hsesinfo.org - - - - - - - 6785 - 970 - 7 - 07CH6119 - 1997-01-01 - 2013-12-31 - CH - East Missouri Action Agency - Inactive - - - - - - - - - - - - - 6786 - 1344 - 5 - 05CH4167 - 1992-08-01 - 2025-06-30 - CH - Area Five Agency on Aging and Community Services, Inc. - Inactive - - - - - - - - - - - - - 6787 - 1821 - 5 - 05CH4171 - 1992-05-01 - 2025-06-30 - CH - THREE RIVERS COMMUNITY ACTION, INC. - Inactive - - - - - - - - - - - - - 6788 - 1889 - 5 - 05CH4175 - 1990-06-01 - 2025-06-30 - CH - HEAD START CHILD & FAMILY DEVELOPMENT CENTERS, INC. - Inactive - - - - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 6789 - 1122 - 5 - 05CH4176 - 1992-01-01 - 2025-06-30 - CH - Human Services, Inc. - Inactive - F31147 - L31147 - 31147@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 6790 - 1052 - 10 - 10CH0161 - 1997-11-01 - 2015-10-31 - CH - Eastern Idaho Community Action Partnership - Inactive - - - - F2421 - L2421 - 2421@hsesinfo.org - - - - - - - 6792 - 1551 - 5 - 05CH0101 - 1991-12-01 - 2025-06-30 - CH - City of Chicago - Inactive - F13564 - L13564 - 13564@hsesinfo.org - - - - - - - - - - 6793 - 1497 - 5 - 05CH0115 - 1992-01-01 - 2025-06-30 - CH - Michigan Family Resources - Inactive - F25174 - L25174 - 25174@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - - - - - - - 6794 - 2625 - 5 - 05CH0176 - 1997-08-01 - 2025-06-30 - CH - MENOMINEE INDIAN TRIBE OF WISCONSIN - Inactive - - - - - - - - - - - - - 6795 - 722 - 5 - 05CH0197 - 1992-02-01 - 2025-06-30 - CH - COUNCIL FOR ECONOMIC OPPORTUNITIES - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 6796 - 775 - 5 - 05CH0202 - 1992-04-01 - 2025-06-30 - CH - Community Action Partnership of Ramsey - Inactive - - - - - - - - - - - - - 6797 - 1004 - 5 - 05CH0414 - 1992-07-01 - 2025-06-30 - CH - BI-COUNTY COMMUNITY ACTION PROGRAM, INC. - Inactive - - - - - - - - - - - - - 6798 - 1568 - 5 - 05CH0426 - 1997-05-19 - 2015-06-30 - CH - Portage Private Industry Council, Inc. - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - - - - - - - 6812 - 2639 - 4 - 04CH4572 - 1997-12-01 - 2025-06-30 - CH - PROVIDENCE LEARNING CENTER AND DEVELOPMENT CORP - Inactive - - - - - - - - - - - - - 6813 - 1891 - 11 - 90CI9775 - 1998-01-01 - 2025-06-30 - CI - The Catawba Indian Nation - Inactive - - - - - - - - - - - - - 6814 - 338 - 11 - 90CI9774 - 1998-01-01 - 2025-06-30 - CI - Aleutian Pribilof Islands Association - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 6815 - 1505 - 11 - 90CI9776 - 1998-01-01 - 2025-06-30 - CI - Confederated Tribes of Grand Ronde Community of Oregon - Inactive - F33086 - L33086 - 33086@hsesinfo.org - - - - - - - - - - 6820 - 510 - 11 - 90CI9777 - 1998-01-01 - 2025-06-30 - CI - Native Village of Tyonek, IRA - Inactive - - - - - - - - - - - - - 6821 - 1934 - 11 - 90CI9778 - 1998-08-01 - 2025-06-30 - CI - Pinoleville Pomo Nation - Inactive - F15738 - L15738 - 15738@hsesinfo.org - - - - - - - - - - 6852 - 798 - 11 - 90CI0089 - 1992-01-01 - 2025-06-30 - CI - MISSISSIPPI BAND OF CHOCTAW INDIANS - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - - - - - - - 6853 - 3430 - 11 - 90CI0103 - 1992-01-01 - 2025-06-30 - CI - Salt River Pima-Maricopa Indian Community Educational SE, The - Inactive - - - - - - - - - - - - - 6854 - 1232 - 11 - 90CI0109 - 1991-12-01 - 2015-11-30 - CI - Central Tribes of The Shawnee Area, Inc. - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F15469 - L15469 - 15469@hsesinfo.org - - - - - - - 6855 - 352 - 11 - 90CI0113 - 1992-08-01 - 2025-06-30 - CI - Fond du Lac Band of Lake Superior Chippewa - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - - - - - - - 6856 - 972 - 11 - 90CI0117 - 1992-04-01 - 2025-06-30 - CI - PUEBLO OF TAOS GOVERNOR'S OFFICE - Inactive - F15738 - L15738 - 15738@hsesinfo.org - - - - - - - - - - 6857 - 902 - 11 - 90CI0118 - 1992-01-01 - 2025-06-30 - CI - NISQUALLY INDIAN TRIBE - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - - - - - - - 6858 - 220 - 11 - 90CI0119 - 1992-09-01 - 2025-06-30 - CI - Lummi Indian Business Council - Inactive - F15957 - L15957 - 15957@hsesinfo.org - - - - - - - - - - 6859 - 849 - 11 - 90CI0123 - 1992-01-01 - 2025-06-30 - CI - PASCUA YAQUI ASSOCIATION - Inactive - F25722 - L25722 - 25722@hsesinfo.org - - - - - - - - - - 6860 - 351 - 11 - 90CI0124 - 1992-01-01 - 2025-06-30 - CI - Nooksack Indian Tribe - Inactive - - - - F3543 - L3543 - 3543@hsesinfo.org - - - - - - - 6861 - 1254 - 11 - 90CI0125 - 1992-03-01 - 2025-06-30 - CI - Confederated Tribes of Siletz - Inactive - F25722 - L25722 - 25722@hsesinfo.org - - - - - - - - - - 6862 - 490 - 11 - 90CI0126 - 1992-02-29 - 2025-06-30 - CI - WA Port Gamble S'Klallam Tribe - Inactive - F33086 - L33086 - 33086@hsesinfo.org - - - - - - - - - - 6863 - 1006 - 11 - 90CI0127 - 1992-02-29 - 2025-06-30 - CI - KICKAPOO TRIBE IN KANSAS - Inactive - - - - F3533 - L3533 - 3533@hsesinfo.org - - - - - - - 6864 - 1445 - 11 - 90CI0138 - 1992-08-01 - 2025-06-30 - CI - Bishop Indian Tribal Council - Inactive - F15738 - L15738 - 15738@hsesinfo.org - - - - - - - - - - 6865 - 1274 - 11 - 90CI0139 - 1992-01-01 - 2025-06-30 - CI - Pueblo of Jemez - Inactive - F3537 - L3537 - 3537@hsesinfo.org - - - - - - - - - - 6866 - 1109 - 11 - 90CI0143 - 1992-02-29 - 2025-06-30 - CI - LOWER ELWHA KLALLAM TRIBE - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - - - - - - - 6870 - 1593 - 3 - 03CH2067 - 2008-01-01 - 2013-06-30 - CH - CHILD ADVOCATES OF BLAIR COUNTY, INC. - Inactive - - - - - - - - - - - - - 6871 - 1019 - 3 - 03CH2071 - 2001-01-01 - 2025-06-30 - CH - Berks Community Action Program Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - - - - - - - - - - 6872 - 4655 - 3 - 03CH2083 - 1997-08-01 - 2011-07-31 - CH - Schuylkill County Board of Commissioners - Inactive - - - - - - - - - - - - - 6873 - 590 - 3 - 03CH2095 - 1992-06-01 - 2025-06-30 - CH - New River Community Action, Inc. - Inactive - - - - - - - - - - - - - 6874 - 1088 - 3 - 03CH2106 - 2000-06-01 - 2025-06-30 - CH - Community Progress Council, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - - - - - - - - - - 6875 - 507 - 3 - 03CH2109 - 2008-07-01 - 2014-06-30 - CH - Montgomery County, Maryland - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 6876 - 1001 - 3 - 03CH2110 - 1991-12-01 - 2025-06-30 - CH - Lynchburg Community Action Group - Inactive - - - - F2187 - L2187 - 2187@hsesinfo.org - - - - - - - 6877 - 2108 - 3 - 03CH2126 - 1992-07-01 - 2025-06-30 - CH - Arlington Community Action, Inc. - Inactive - - - - - - - - - - - - - 6878 - 2109 - 3 - 03CH2138 - 1998-02-01 - 2025-06-30 - CH - WASHINGTON COUNTY COMMUNITY ACTION COUNCIL - Inactive - - - - - - - - - - - - - 6879 - 2110 - 3 - 03CH0016 - 1990-01-01 - 2005-12-31 - CH - Southern Delaware Center for Children and Families, Inc. - Inactive - - - - - - - - - - - - - 6880 - 1471 - 3 - 03CH2141 - 1999-08-01 - 2013-06-30 - CH - JEFFERSON CLARION HEAD START, INC - Inactive - - - - - - - - - - - - - 6881 - 2111 - 3 - 03CH2144 - 1992-09-01 - 1993-08-31 - CH - COMPREHENSIVE CHILD DEVELOPMENT PROGRAM OF - Inactive - - - - - - - - - - - - - 6882 - 562 - 3 - 03CH2160 - 1999-01-01 - 2016-09-30 - CH - ANNE ARUNDEL COUNTY ECONOMIC OPPORTUNITY - Inactive - F2417 - L2417 - 2417@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 6883 - 564 - 3 - 03CH2166 - 1992-02-01 - 2025-06-30 - CH - Garrett County Community Action Committee, Inc. - Inactive - F2415 - L2415 - 2415@hsesinfo.org - - - - - - - - - - 6884 - 875 - 3 - 03CH2179 - 2012-04-01 - 2013-06-30 - CH - SOUTHERN MARYLAND TRI-COUNTY COMMUNITY - Inactive - - - - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 6885 - 1991 - 3 - 03CH2186 - 1991-01-01 - 2025-06-30 - CH - Community Action Council of Howard County - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 6886 - 989 - 3 - 03CH2203 - 1998-02-01 - 2025-06-30 - CH - Tableland Services, Inc. - Inactive - F2417 - L2417 - 2417@hsesinfo.org - - - - - - - - - - 6887 - 2112 - 3 - 03CH2212 - 1992-01-01 - 2025-06-30 - CH - FIRST STATE COMMUNITY ACTION AGENCY, INC. - Inactive - - - - - - - - - - - - - 6888 - 146 - 3 - 03CH2213 - 1992-03-01 - 2025-06-30 - CH - MONTICELLO AREA COMMUNITY ACTION AGENCY - Inactive - - - - - - - - - - - - - 6889 - 825 - 3 - 03CH2215 - 1992-08-01 - 2025-06-30 - CH - Stafford County School District - Inactive - - - - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 6890 - 441 - 3 - 03CH2242 - 2005-07-01 - 2013-06-30 - CH - Monroe County Board of Education - Inactive - - - - F14544 - L14544 - 14544@hsesinfo.org - - - - - - - 6891 - 1791 - 3 - 03CH2247 - 1991-07-01 - 2013-06-30 - CH - Community Action Partnership of Mercer County - Inactive - - - - - - - - - - - - - 6892 - 2113 - 3 - 03CH2325 - 1996-07-01 - 1997-08-15 - CH - CARROLL COUNTY BOARD OF EDUCATION - Inactive - - - - - - - - - - - - - 6893 - 1960 - 3 - 03CH2359 - 1992-09-01 - 2025-06-30 - CH - Danville Area School District - Inactive - - - - - - - - - - - - - 6894 - 1285 - 3 - 03CH2483 - 2001-04-01 - 2025-06-30 - CH - Community Services For Children, Inc. - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F14544 - L14544 - 14544@hsesinfo.org - - - - - - - 6895 - 1230 - 3 - 03CH2484 - 2009-07-01 - 2015-06-30 - CH - North Central West Virginia Community Action Agency - Inactive - - - - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 6896 - 2114 - 3 - 03CH2487 - 1997-06-01 - 1998-08-31 - CH - LITTLE NEIGHBORHOOD CENTERS - Inactive - - - - - - - - - - - - - 6897 - 3434 - 3 - 03CH2568 - 1999-07-01 - 2025-06-30 - CH - Board of Frederick County Commissioners - Inactive - F2415 - L2415 - 2415@hsesinfo.org - - - - - - - - - - 6898 - 735 - 3 - 03CH2581 - 2006-09-01 - 2012-08-31 - CH - City of Alexandria - Inactive - F14907 - L14907 - 14907@hsesinfo.org - - - - - - - - - - 6899 - 1944 - 3 - 03CH2595 - 2008-06-01 - 2015-06-30 - CH - Pittsylvania County Community Action, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - - - - - - - - - - 6900 - 1037 - 3 - 03CH2602 - 1999-04-01 - 2025-06-30 - CH - Fredericksburg City School District - Inactive - F2417 - L2417 - 2417@hsesinfo.org - - - - - - - - - - 6901 - 924 - 3 - 03CH2647 - 2000-07-01 - 2025-06-30 - CH - SHORE UP, INC - Inactive - - - - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 6902 - 1008 - 3 - 03CH2665 - 2008-04-01 - 2015-03-31 - CH - NORTHERN TIER COMMUNITY ACTION CORPORATION - Inactive - F14907 - L14907 - 14907@hsesinfo.org - - - - - - - - - - 6903 - 2115 - 3 - 03CH2671 - 1992-07-01 - 2025-06-30 - CH - FAMILY DEVELOPMENT, INC. - Inactive - - - - - - - - - - - - - 6904 - 482 - 3 - 03CH2672 - 2005-07-01 - 2025-06-30 - CH - Central West Virginia Community Action, Inc. - Inactive - - - - - - - - - - - - - 6905 - 1519 - 3 - 03CH2718 - 1992-04-01 - 2015-06-30 - CH - Snyder Union Mifflin Child Development, Inc. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - - - - - - - - - - 6906 - 1168 - 3 - 03CH2725 - 1998-08-01 - 2025-06-30 - CH - Mineral County Board Of Education - Inactive - - - - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 6907 - 1312 - 3 - 03CH2737 - 1992-06-01 - 2025-06-30 - CH - Chesterfield County Public Schools - Inactive - - - - - - - - - - - - - 6908 - 1456 - 3 - 03CH2751 - 1999-08-01 - 2025-06-30 - CH - Prince Georges County Public Schools - Inactive - F2415 - L2415 - 2415@hsesinfo.org - - - - - - - - - - 6909 - 495 - 3 - 03CH2753 - 1992-08-01 - 2025-06-30 - CH - Lycoming/Clinton County Commission - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F14544 - L14544 - 14544@hsesinfo.org - - - - - - - 6910 - 1504 - 3 - 03CH2756 - 1999-08-01 - 2025-06-30 - CH - ARMSTRONG COUNTY COMMUNITY ACTION AGENCY - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 6911 - 147 - 3 - 03CH2758 - 1997-07-01 - 2025-06-30 - CH - York County Board of Supervisors - Inactive - - - - - - - - - - - - - 6912 - 878 - 3 - 03CH2760 - 2001-07-01 - 2025-06-30 - CH - Community Action Southwest - Inactive - F2417 - L2417 - 2417@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 6913 - 148 - 3 - 03CH2767 - 1996-08-01 - 2025-06-30 - CH - ROOFTOP OF VIRGINIA COMMUNITY ACTION PROGRAM - Inactive - - - - F11796 - L11796 - 11796@hsesinfo.org - - - - - - - 6914 - 1431 - 3 - 03CH2771 - 1992-05-01 - 2025-06-30 - CH - Fauquier Community Action Committee, Inc. - Inactive - - - - F14544 - L14544 - 14544@hsesinfo.org - - - - - - - 6915 - 2116 - 3 - 03CH2776 - 1995-05-01 - 1996-07-31 - CH - RUSSELL COUNTY MINISTERIAL FELLOWSHIP, INC. - Inactive - - - - - - - - - - - - - 6916 - 1541 - 3 - 03CH2779 - 1992-06-01 - 2025-06-30 - CH - Hampton Roads Community Action Program, Inc. - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - - - - - - - 6917 - 1530 - 7 - 07CH6127 - 1997-02-01 - 2025-06-30 - CH - MISSOURI OZARKS COMMUNITY ACTION, INC - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - - - - - - - 6918 - 503 - 7 - 07CH6131 - 1997-03-01 - 2014-02-28 - CH - Upper Des Moines Opportunity, Inc. - Inactive - - - - - - - - - - - - - 6919 - 662 - 7 - 07CH6140 - 1997-02-01 - 2016-06-30 - CH - Community Action Partnership of Lancaster and Saun - Inactive - - - - - - - - - - - - - 6920 - 367 - 7 - 07CH6142 - 2000-12-01 - 2015-11-30 - CH - SOUTHERN IOWA ECONOMIC DEVELOPMENT ASSOCIATION - Inactive - - - - F240 - L240 - 240@hsesinfo.org - - - - - - - 6921 - 368 - 7 - 07CH6143 - 1997-08-01 - 2015-07-31 - CH - YOUR OWN UNITED RESOURCES, INC - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - - - - - - - 6922 - 1558 - 7 - 07CH6148 - 1996-12-01 - 2015-11-30 - CH - NORTHWEST COMMUNITY ACTION PARTNERSHIP - Inactive - - - - - - - - - - - - - 6923 - 1636 - 7 - 07CH6152 - 1997-05-01 - 2015-06-30 - CH - Central Missouri Community Action - Inactive - - - - F30955 - L30955 - 30955@hsesinfo.org - - - - - - - 6924 - 766 - 7 - 07CH6157 - 1997-09-01 - 2015-08-31 - CH - OZARKS AREA COMMUNITY ACTION CORPORATION - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - - - - - - - 6925 - 1923 - 7 - 07CH6159 - 1997-05-01 - 2014-04-30 - CH - South Central Missouri Community Action Agency - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - - - - - - - 6926 - 201 - 7 - 07CH6160 - 1997-08-01 - 2014-07-31 - CH - OLATHE UNIFIED SCHOOL DISTRICT #233 - Inactive - - - - F12903 - L12903 - 12903@hsesinfo.org - - - - - - - 6927 - 574 - 7 - 07CH6168 - 1996-12-01 - 2025-06-30 - CH - MATURA ACTION CORPORATION - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - - - - - - - 6928 - 1665 - 7 - 07CH6173 - 1997-04-01 - 2014-03-31 - CH - NEK-CAP, Inc. - Inactive - - - - - - - - - - - - - 6929 - 1119 - 7 - 07CH6175 - 2000-01-01 - 2014-12-31 - CH - North Iowa Community Action Organization - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - - - - - - - 6930 - 765 - 7 - 07CH6181 - 1998-04-01 - 2015-03-31 - CH - ECONOMIC SECURITY CORPORATION OF SOUTHWEST AREA - Inactive - - - - F15302 - L15302 - 15302@hsesinfo.org - - - - - - - 6931 - 1092 - 7 - 07CH6182 - 1998-07-01 - 2014-06-30 - CH - Ozark Action, Inc. - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - - - - - - - 6932 - 1955 - 7 - 07CH6183 - 1997-08-01 - 2009-06-30 - CH - UNIFIED SCHOOL DISTRICT 383 - Inactive - - - - - - - - - - - - - 6933 - 1128 - 7 - 07CH6193 - 1997-08-01 - 2013-07-31 - CH - Northeast Missouri Community Action Agency - Inactive - F13559 - L13559 - 13559@hsesinfo.org - - - - - - - - - - 6934 - 957 - 7 - 07CH6214 - 1997-07-01 - 2015-06-30 - CH - Central Nebraska Community Action Partnership, Inc. - Inactive - - - - - - - - - - - - - 6935 - 1084 - 7 - 07CH6220 - 2000-09-01 - 2014-08-31 - CH - COMMUNITY ACTION OF SOUTHEAST IOWA - Inactive - - - - F240 - L240 - 240@hsesinfo.org - - - - - - - 6936 - 1220 - 7 - 07CH6236 - 1996-12-01 - 2015-06-30 - CH - Mid-Iowa Community Action, Inc. - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - - - - - - - 6937 - 431 - 7 - 07CH6242 - 1997-08-01 - 2014-06-30 - CH - Hutchinson Unified School District #308 - Inactive - F11828 - L11828 - 11828@hsesinfo.org - - - - - - - - - - 6938 - 1097 - 7 - 07CH6261 - 1997-07-01 - 2014-06-30 - CH - GEARY COUNTY UNIFIED SCHOOL DISTRICT #475 - Inactive - - - - F12903 - L12903 - 12903@hsesinfo.org - - - - - - - 6939 - 388 - 7 - 07CH6262 - 1997-05-01 - 2014-04-30 - CH - BLUE VALLEY COMMUNITY ACTION, INC - Inactive - - - - - - - - - - - - - 6940 - 3702 - 7 - 07CH6273 - 1997-07-01 - 2013-06-30 - CH - HEAD START OF SHAWNEE MISSION, INC - Inactive - F13559 - L13559 - 13559@hsesinfo.org - - - - - - - - - - 6941 - 683 - 7 - 07CH6282 - 1997-07-01 - 2015-06-30 - CH - DODGE CITY UNIFIED SCHOOL DISTRICT #443 - Inactive - - - - - - - - - - - - - 6942 - 1098 - 7 - 07CH6321 - 1997-04-01 - 2014-03-31 - CH - EAST CENTRAL KANSAS ECONOMIC OPPORTUNITY CORPORATION - Inactive - - - - - - - - - - - - - 6943 - 1144 - 7 - 07CH6326 - 1997-03-01 - 2014-02-28 - CH - Northeast Nebraska Community Action Partnership, Inc. - Inactive - - - - - - - - - - - - - 6944 - 170 - 7 - 07CH6340 - 1996-12-01 - 2014-11-30 - CH - SOUTHEAST KANSAS COMMUNITY ACTION PROGRAM, INC - Inactive - - - - F12903 - L12903 - 12903@hsesinfo.org - - - - - - - 6945 - 553 - 7 - 07CH6341 - 1997-08-01 - 2014-07-31 - CH - Community Action Partnership of Mid Nebraska - Inactive - - - - - - - - - - - - - 6946 - 268 - 7 - 07CH6343 - 1997-02-01 - 2016-01-31 - CH - SOUTHEAST NEBRASKA COMMUNITY ACTION COUNCIL - Inactive - - - - F2254 - L2254 - 2254@hsesinfo.org - - - - - - - 6947 - 966 - 7 - 07CH6399 - 1997-03-01 - 2011-02-28 - CH - MID-KANSAS COMMUNITY ACTION PROGRAM, INC - Inactive - - - - - - - - - - - - - 6948 - 1702 - 7 - 07CH6401 - 1997-01-01 - 2014-06-30 - CH - Plattsmouth Community School District - Inactive - - - - F2254 - L2254 - 2254@hsesinfo.org - - - - - - - 6949 - 814 - 7 - 07CH6405 - 1997-06-01 - 2014-05-31 - CH - MIDLAND LUTHERAN COLLEGE - Inactive - - - - - - - - - - - - - 6950 - 1103 - 7 - 07CH7014 - 1997-02-01 - 2015-01-31 - CH - NORTH CENTRAL MISSOURI COLLEGE - Inactive - - - - F30955 - L30955 - 30955@hsesinfo.org - - - - - - - 6951 - 1463 - 7 - 07CH7018 - 1997-03-01 - 2015-02-28 - CH - Community Action Agency of Siouxland - Inactive - - - - F240 - L240 - 240@hsesinfo.org - - - - - - - 6952 - 2233 - 7 - 07CH0424 - 1991-09-29 - 1995-10-01 - CH - DELTA AREA ECONOMIC OPPORTUNITY CORPORATION - Inactive - - - - - - - - - - - - - 6953 - 2234 - 7 - 07CH0425 - 1992-05-01 - 1995-04-30 - CH - GOLDENROD HILLS COMMUNITY ACTION COUNCIL, INC - Inactive - - - - - - - - - - - - - 6954 - 1575 - 6 - 06CH0224 - 2006-12-01 - 2014-06-30 - CH - New Mexico State University Education Research - Inactive - - - - - - - - - - - - - 7039 - 295 - 1 - 01CH0925 - 2003-07-01 - 2013-06-30 - CH - People's Regional Opportunity Program - Inactive - - - - - - - - - - - - - 7040 - 940 - 1 - 01CH1011 - 2004-07-01 - 2015-06-30 - CH - Human Resources Agency of New Britain, Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - - - 7041 - 705 - 1 - 01CH1013 - 2000-06-01 - 2014-05-31 - CH - PENQUIS COMMUNITY ACTION PROGRAM, INC - Inactive - F14152 - L14152 - 14152@hsesinfo.org - - - - - - - - - - 7042 - 560 - 1 - 01CH1021 - 1990-04-01 - 2014-03-31 - CH - THAMES VALLEY COUNCIL FOR COMMUNITY ACTION, INC - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F13406 - L13406 - 13406@hsesinfo.org - - - - - - - 7043 - 746 - 1 - 01CH1026 - 1990-01-01 - 2013-12-31 - CH - Norwalk Economic Opportunity NOW, Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F2293 - L2293 - 2293@hsesinfo.org - - - - - - - 7044 - 2046 - 1 - 01CH1045 - 2001-02-01 - 2006-01-31 - CH - COASTAL COMMUNITY ACTION PROGRAM - Inactive - - - - - - - - - - - - - 7045 - 964 - 1 - 01CH1049 - 2000-06-01 - 2015-01-31 - CH - EAST BAY COMMUNITY ACTION PROGRAM - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - - - 7046 - 707 - 1 - 01CH1052 - 2001-01-01 - 2014-12-31 - CH - COMMUNITY ACTION PROGRAM BELKNAP-MERRIMACK COUNTIES - Inactive - - - - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 7047 - 1010 - 1 - 01CH1057 - 2000-08-01 - 2013-07-31 - CH - SOUTHERN NEW HAMPSHIRE SERVICES, INC - Inactive - - - - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 7048 - 978 - 1 - 01CH1065 - 2001-09-01 - 2009-08-31 - CH - ACTION, INC - Inactive - - - - - - - - - - - - - 7049 - 2047 - 1 - 01CH1083 - 2000-01-01 - 2002-06-30 - CH - THE ACCESS AGENCY, INC - Inactive - - - - - - - - - - - - - 7050 - 2048 - 1 - 01CH1090 - 1992-08-01 - 1995-02-28 - CH - NORTH SHORE COMMUNITY ACTION PROGRAMS, INC - Inactive - - - - - - - - - - - - - 7051 - 328 - 1 - 01CH1119 - 2001-09-01 - 2014-08-31 - CH - KENNEBEC VALLEY COMMUNITY ACTION PROGRAM - Inactive - F14152 - L14152 - 14152@hsesinfo.org - - - - - - - - - - 7052 - 300 - 1 - 01CH1156 - 2001-12-01 - 2015-06-30 - CH - SOUTH MIDDLESEX OPPORTUNITY COUNCIL - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 7053 - 1278 - 1 - 01CH1255 - 2000-12-01 - 2015-11-30 - CH - CHILD & FAMILY OPPORTUNITIES, INC. - Inactive - - - - - - - - - - - - - 7054 - 958 - 1 - 01CH1258 - 2001-05-01 - 2015-04-30 - CH - GREATER LAWRENCE COMMUNITY ACTION COUNCIL, INC - Inactive - - - - - - - - - - - - - 7055 - 1154 - 1 - 01CH1269 - 2001-05-01 - 2012-04-30 - CH - WESTFIELD SCHOOL COMMITTEE - Inactive - - - - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 7056 - 792 - 1 - 01CH1286 - 2001-01-01 - 2014-12-31 - CH - Midcoast Maine Community Action - Inactive - F14152 - L14152 - 14152@hsesinfo.org - - - - - - - - - - 7057 - 2049 - 1 - 01CH1377 - 1998-02-01 - 1999-01-31 - CH - CONSUMER CONTROLLED COMMUNITY - Inactive - - - - - - - - - - - - - 7058 - 993 - 1 - 01CH1427 - 2003-07-01 - 2015-06-30 - CH - COMMUNITY ACTION PROGRAMS-INTERCITY, INC - Inactive - - - - F13406 - L13406 - 13406@hsesinfo.org - - - - - - - 7059 - 6241 - 1 - 01CH1500 - 2003-05-01 - 2014-06-30 - CH - WORCESTER PUBLIC SCHOOLS - Inactive - - - - - - - - - - - - - 7060 - 2050 - 1 - 01CH0235 - 1992-01-01 - 1994-12-31 - CH - THE ACCESS AGENCY, INC. - Inactive - - - - - - - - - - - - - 7061 - 2051 - 1 - 01CH1139 - 1982-05-01 - 1994-12-31 - CH - MERIDEN COMMUNITY ACTION AGENCY - Inactive - - - - - - - - - - - - - 7062 - 2052 - 1 - 01CH0246 - 1995-01-01 - 1995-06-30 - CH - CITY OF MERIDEN - Inactive - - - - - - - - - - - - - 7063 - 2053 - 1 - 01CH0247 - 1995-01-01 - 1995-06-30 - CH - CITY OF MERIDEN - Inactive - - - - - - - - - - - - - 7064 - 756 - 1 - 01CH0021 - 2001-09-01 - 2013-08-31 - CH - WOONSOCKET HEAD START CHILD DEVELOPMENT ASSOCIATION - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - - - 7065 - 1543 - 1 - 01CH0033 - 1985-03-01 - 2014-06-30 - CH - Berkshire County Head Start Child Development Program, Inc. - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 7066 - 787 - 1 - 01CH0116 - 1984-01-01 - 2015-06-30 - CH - COMMUNITY RENEWAL TEAM OF GREATER HARTFORD - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F13406 - L13406 - 13406@hsesinfo.org - - - - - - - 7067 - 1964 - 1 - 01CH0195 - 2002-09-01 - 2013-06-30 - CH - TRI-CITY COMMUNITY ACTION PROGRAM, INC - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - - - - - - 7068 - 1511 - 1 - 01CH0201 - 1999-12-01 - 2013-11-30 - CH - Northeast Kingdom Community Action, Inc. - Inactive - - - - - - - - - - - - - 7069 - 1284 - 1 - 01CH0204 - 2000-12-01 - 2013-11-30 - CH - COMMUNITY ACTION AGENCY OF SOMERVILLE - Inactive - - - - - - - - - - - - - 7070 - 1026 - 1 - 01CH0220 - 1984-08-01 - 2015-06-30 - CH - WEST HAVEN COMMUNITY HOUSE ASSOCIATION INC - Inactive - F2300 - L2300 - 2300@hsesinfo.org - - - - - - - - - - 7071 - 745 - 1 - 01CH0233 - 2004-07-01 - 2013-06-30 - CH - NEW HAVEN PUBLIC SCHOOLS - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F13406 - L13406 - 13406@hsesinfo.org - - - - - - - 7072 - 452 - 1 - 01CH1002 - 2001-02-01 - 2014-01-31 - CH - COMMUNITIES UNITED, INC - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - - - 7073 - 700 - 1 - 01CH1014 - 2002-09-01 - 2015-06-30 - CH - Lynn Economic Opportunity, Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - - - - - - 7074 - 965 - 1 - 01CH1028 - 1983-05-01 - 2015-06-30 - CH - CITIZENS FOR CITIZENS, INC - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 7075 - 704 - 1 - 01CH1041 - 1985-02-01 - 2015-06-30 - CH - Tri-County Community Action Program, Inc. - Inactive - - - - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 7076 - 894 - 1 - 01CH1047 - 2003-06-01 - 2015-05-31 - CH - Southwestern Community Services, Inc. - Inactive - - - - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 7077 - 1017 - 1 - 01CH1060 - 2002-01-01 - 2015-12-31 - CH - COMMUNITY ACTION, INC - Inactive - F2300 - L2300 - 2300@hsesinfo.org - - - - - - - - - - 7078 - 2054 - 1 - 01CH1070 - 1999-09-01 - 2002-06-30 - CH - WESTERN MAINE COMMUNITY ACTION, INC. - Inactive - - - - - - - - - - - - - 7079 - 997 - 1 - 01CH1074 - 2001-08-01 - 2014-10-31 - CH - COMMUNITY CONCEPTS, INC - Inactive - F14152 - L14152 - 14152@hsesinfo.org - - - - - - - - - - 7080 - 2177 - 6 - 06CH0228 - 1999-08-01 - 2001-08-31 - CH - SANDOVAL COUNTY ECONOMIC OPPORTUNITY CORPORATION - Inactive - - - - - - - - - - - - - 7081 - 2178 - 6 - 06CH0263 - 1998-03-01 - 2002-01-31 - CH - CHILD SERVICES, INCORPORATED - Inactive - - - - - - - - - - - - - 7082 - 791 - 6 - 06CH0297 - 2009-05-01 - 2025-06-30 - CH - JEFFERSON COMPREHENSIVE CARE CENTER - Inactive - F2179 - L2179 - 2179@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 7083 - 1420 - 6 - 06CH0299 - 1999-02-01 - 2025-06-30 - CH - CHILD DEVELOPMENT, INC - Inactive - - - - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 7084 - 857 - 6 - 06CH0363 - 2006-09-01 - 2025-06-30 - CH - REGION XIX EDUCATION SERVICE CENTER - Inactive - - - - F12886 - L12886 - 12886@hsesinfo.org - - - - - - - 7085 - 689 - 6 - 06CH0373 - 2007-12-01 - 2025-06-30 - CH - Presbyterian Medical Services, Inc. - Inactive - - - - F2204 - L2204 - 2204@hsesinfo.org - - - - - - - 7086 - 2179 - 6 - 06CH0379 - 1997-05-01 - 1998-04-30 - CH - COPE OF PULASKI & LONOKE COUNTY, INC - Inactive - - - - - - - - - - - - - 7087 - 1687 - 6 - 06CH0381 - 2006-12-01 - 2013-06-30 - CH - HITCHCOCK INDEPENDENT SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 7088 - 1711 - 6 - 06CH0382 - 2005-03-01 - 2025-06-30 - CH - HEAD START OF GREATER DALLAS, INC - Inactive - F2185 - L2185 - 2185@hsesinfo.org - - - - - - - - - - 7089 - 1738 - 6 - 06CH0383 - 2007-01-01 - 2025-06-30 - CH - IBERVILLE PARISH COUNCIL - Inactive - - - - - - - - - - - - - 7090 - 2180 - 6 - 06CH0384 - 1996-12-01 - 1997-11-30 - CH - EAST TEXAS FAMILY SERVICES, INC. - Inactive - - - - - - - - - - - - - 7091 - 1799 - 6 - 06CH0385 - 2001-04-01 - 2025-06-30 - CH - NEIGHBORS IN NEED OF SERVICES, INC. - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 7092 - 578 - 6 - 06CH0386 - 2005-03-01 - 2025-06-30 - CH - NATCHITOCHES PARISH GOVERNMENT - Inactive - - - - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 7093 - 1783 - 6 - 06CH0387 - 2009-03-01 - 2025-06-30 - CH - WILLIAM SMITH, SR. TRI COUNTY - Inactive - - - - - - - - - - - - - 7094 - 858 - 6 - 06CH0388 - 2007-07-01 - 2025-06-30 - CH - PARIS INDEPENDENT SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 7095 - 724 - 6 - 06CH0389 - 2007-09-01 - 2015-08-31 - CH - Education Service Center Region 20 - Inactive - F2185 - L2185 - 2185@hsesinfo.org - - - - - - - - - - 7096 - 1566 - 6 - 06CH0390 - 2006-06-01 - 2014-05-31 - CH - PECOS COUNTY COMMUNITY ACTION AGENCY - Inactive - - - - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 7097 - 736 - 6 - 06CH0391 - 2002-09-01 - 2025-06-30 - CH - REGION X EDUCATION SERVICE CENTER - Inactive - - - - F12886 - L12886 - 12886@hsesinfo.org - - - - - - - 7098 - 906 - 6 - 06CH0392 - 2007-07-01 - 2015-06-30 - CH - ST BERNARD PARISH SCHOOL BOARD - Inactive - - - - F2193 - L2193 - 2193@hsesinfo.org - - - - - - - 7099 - 1880 - 6 - 06CH0393 - 2007-07-01 - 2025-06-30 - CH - DELTA COMMUNITY ACTION ASSOCIATION - Inactive - - - - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 7100 - 1879 - 6 - 06CH0394 - 2002-07-01 - 2005-06-30 - CH - TENSAS PARISH HEAD START PROGRAM - Inactive - - - - - - - - - - - - - 7101 - 2181 - 6 - 06CH0395 - 1999-08-01 - 2000-07-31 - CH - NORTH CENTRALA, INC. - Inactive - - - - - - - - - - - - - 7102 - 500 - 6 - 06CH0396 - 2007-01-01 - 2025-06-30 - CH - LAFOURCHE PARISH - Inactive - - - - F2193 - L2193 - 2193@hsesinfo.org - - - - - - - 7103 - 2182 - 6 - 06CH0398 - 2000-08-01 - 2001-07-31 - CH - UNITED MINISTERIAL ALLIANCE,INC - Inactive - - - - - - - - - - - - - 7104 - 2183 - 6 - 06CH0399 - 1999-03-01 - 2025-06-30 - CH - COMMISSIONERS' COURT OF SAN JACINTO CO. TEXAS - Inactive - - - - - - - - - - - - - 7105 - 942 - 6 - 06CH0400 - 2000-09-01 - 2025-06-30 - CH - TULIA COMMUNITY NURSERY ASSOC, INC. - Inactive - - - - - - - - - - - - - 7106 - 1397 - 6 - 06CH0402 - 2001-12-01 - 2025-06-30 - CH - QUAD AREA COMMUNITY ACTION - Inactive - - - - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 7107 - 523 - 6 - 06CH0403 - 2007-12-01 - 2015-06-30 - CH - Motivation Education & Training, Inc - Inactive - F2185 - L2185 - 2185@hsesinfo.org - - - - - - - - - - 7108 - 1813 - 6 - 06CH0405 - 2009-02-01 - 2025-06-30 - CH - CEN-TEX FAMILY SERVICES, INC. - Inactive - - - - - - - - - - - - - 7109 - 1377 - 6 - 06CH0406 - 2009-01-01 - 2014-06-30 - CH - REGION IX EDUCATION COOPERATIVE - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - - - - - - - 7110 - 143 - 6 - 06CH0407 - 2008-07-01 - 2025-06-30 - CH - ASSUMPTION PARISH SCHOOL BOARD - Inactive - - - - - - - - - - - - - 7111 - 302 - 6 - 06CH0420 - 2001-08-01 - 2007-05-31 - CH - BENEDICTINE MINISTRIES CORPORATION - Inactive - - - - - - - - - - - - - 7112 - 2184 - 6 - 06CH0422 - 1998-08-01 - 1999-06-30 - CH - HIGH PLAINS REGIONAL EDUCATION COOPERATIVE - Inactive - - - - - - - - - - - - - 7113 - 1316 - 6 - 06CH0423 - 2005-06-01 - 2025-06-30 - CH - PLAQUEMINES PARISH SCHOOL BOARD - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2193 - L2193 - 2193@hsesinfo.org - - - - - - - 7114 - 1728 - 6 - 06CH0425 - 2008-03-01 - 2025-06-30 - CH - CAMERON COMMUNITY ACTION AGENCY, INC - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 7115 - 6692 - 6 - 06CH0426 - 2007-07-01 - 2025-06-30 - CH - MT PLEASANT INDEPENDENT SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 7116 - 276 - 6 - 06CH0427 - 2008-07-01 - 2014-06-30 - CH - SULPHUR SPRINGS INDEPENDENT SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 7117 - 2185 - 6 - 06CH0431 - 2004-07-01 - 2025-06-30 - CH - MARIE DETTY YOUTH & FAMILY SERVICE CENTER, INC - Inactive - - - - - - - - - - - - - 7118 - 331 - 6 - 06CH0432 - 2008-07-01 - 2025-06-30 - CH - WEST FELICIANA PARISH SCHOOL DISTRICT - Inactive - - - - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 7119 - 131 - 6 - 06CH0433 - 2005-07-01 - 2025-06-30 - CH - COOPER INDEPENDENT SCHOOL DISTRICT - Inactive - - - - F26305 - L26305 - 26305@hsesinfo.org - - - - - - - 7120 - 1487 - 6 - 06CH0438 - 2007-07-02 - 2025-06-30 - CH - SABINE PARISH SCHOOL BOARD - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 7154 - 1460 - 2 - 02CH9884 - 1998-08-01 - 2025-06-30 - CH - Fundacion Para el Desarrollo de Hogar Propio Incorporado - Inactive - F15514 - L15514 - 15514@hsesinfo.org - - - - - - - - - - 7198 - 1683 - 9 - 09CH9104 - 2013-06-01 - 2018-11-30 - CH - Options for Learning - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 7201 - 1605 - 13 - 90CH0084 - 2012-07-01 - 2015-06-30 - CH - CDI/ Detroit in Wayne Co. - Inactive - - - - - - - - - - - - - 7203 - 752 - 5 - 05CH8298 - 2012-04-01 - 2016-06-30 - CH - Telamon Corporation - Inactive - F13564 - L13564 - 13564@hsesinfo.org - - - - - - - - - - 7204 - 929 - 9 - 09CH9100 - 2012-06-01 - 2017-05-31 - CH - Childrens Institute, Inc. - Inactive - - - - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 7206 - 1468 - 2 - 02CH3001 - 2012-05-01 - 2013-04-30 - CH - Programs Avance of Puerto Rico, Inc. - Inactive - F15514 - L15514 - 15514@hsesinfo.org - - - - - - - - - - 7207 - 1605 - 13 - 90CH0081 - 2012-06-01 - 2015-05-31 - CH - CDI/Encinitas and Solana Beach, CA - Inactive - - - - - - - - - - - - - 7208 - 1605 - 13 - 90CH0082 - 2012-06-01 - 2014-05-31 - CH - CDI/ Pinellas Co, FL - Inactive - - - - - - - - - - - - - 7209 - 1593 - 3 - 03CH3396 - 2013-07-01 - 2018-12-31 - CH - Child Advocates of Blair County, Inc. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F44345 - L44345 - 44345@hsesinfo.org - - - - - - - 7210 - 1431 - 3 - 03CH3397 - 2013-07-01 - 2019-04-30 - CH - Fauquier Community Action Committee Incorporated - Inactive - - - - F32243 - L32243 - 32243@hsesinfo.org - - - - - - - 7211 - 316 - 3 - 03CH3398 - 2013-07-01 - 2018-07-31 - CH - RICHMOND CITY PUBLIC SCHOOLS - Inactive - - - - F37589 - L37589 - 37589@hsesinfo.org - - - - - - - 7212 - 1088 - 3 - 03CH3399 - 2013-07-01 - 2018-07-31 - CH - COMMUNITY PROGRESS COUNCIL, INC. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F32243 - L32243 - 32243@hsesinfo.org - - - - - - - 7213 - 774 - 12 - 90CM9798 - 2013-07-01 - 2019-06-30 - CM - Tri-Valley Opportunity Council, Inc. - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - - - - - - - 7214 - 1229 - 3 - 03CH9017 - 2013-08-01 - 2018-07-31 - CH - Fayette County Child Development Center - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - - - - - - - 7215 - 1658 - 3 - 03CH3400 - 2013-08-01 - 2018-07-31 - CH - Franklin Cty Head Start Program, Inc. - Inactive - - - - F44345 - L44345 - 44345@hsesinfo.org - - - - - - - 7216 - 856 - 10 - 10CH0188 - 2013-07-01 - 2019-01-31 - CH - Children's Home Society of Washington - Inactive - F45193 - L45193 - 45193@hsesinfo.org - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 7217 - 1605 - 13 - 90CH0083 - 2012-06-01 - 2016-05-31 - CH - CDI/ Williams Co, ND - Inactive - - - - - - - - - - - - - 7218 - 486 - 9 - 09CH9103 - 2012-08-01 - 2017-07-31 - CH - COMMUNITY ACTION PARTNERSHIP OF SAN LUIS OBISPO COUNTY, INC. - Inactive - - - - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 7220 - 1605 - 13 - 90CH0103 - 2013-07-01 - 2015-06-30 - CH - CDI HS/ Salt Lake City, - Inactive - - - - - - - - - - - - - 7221 - 1355 - 8 - 08CH1030 - 2013-07-01 - 2018-06-30 - CH - Head Start, Inc. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F3058 - L3058 - 3058@hsesinfo.org - - - - - - - 7222 - 1199 - 8 - 08CH1116 - 2013-07-01 - 2018-06-30 - CH - Eagle County School District - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - - - - - - - 7223 - 904 - 8 - 08CH1104 - 2013-07-01 - 2018-06-30 - CH - SWEETWATER COUNTY SCHOOL DISTRICT #1 - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - - - - - - - 7224 - 1595 - 8 - 08CH1114 - 2013-07-01 - 2018-06-30 - CH - LINCOLN-UINTA CHILD DEVELOPMENT ASSOCIATION - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - - - - - - - 7225 - 3608 - 9 - 09CH9108 - 2013-07-01 - 2018-06-30 - CH - HACIENDA-LA PUENTE UNIFIED SCHOOL DISTRICT - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F35663 - L35663 - 35663@hsesinfo.org - - - - - - - 7226 - 3604 - 9 - 09CH9109 - 2013-07-01 - 2018-08-31 - CH - ST. ANNE'S MATERNITY HOME - Inactive - - - - - - - - - - - - - 7227 - 929 - 9 - 09CH9110 - 2013-07-01 - 2018-05-31 - CH - Childrens Institute, Inc. - Inactive - - - - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 7228 - 3609 - 3 - 03CH3401 - 2013-07-01 - 2018-12-31 - CH - BERKS COUNTY INTERMEDIATE UNIT 14 - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F44345 - L44345 - 44345@hsesinfo.org - - - - - - - 7229 - 895 - 5 - 05CH8346 - 2013-08-01 - 2019-07-31 - CH - GMN Tri-County Community Action Committee, Inc. - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 7230 - 232 - 5 - 05CH8348 - 2013-08-01 - 2018-07-31 - CH - Lincoln Hills Development Corporation - Inactive - - - - - - - - - - - - - 7231 - 613 - 5 - 05CH8318 - 2013-07-01 - 2018-06-30 - CH - WEST BEND JOINT SCHOOL DISTRICT NO. 1 - Inactive - F44271 - L44271 - 44271@hsesinfo.org - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 7232 - 1576 - 5 - 05CH8343 - 2013-07-01 - 2018-07-31 - CH - Parent & Child Together for West Central Illinois - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - - - - - - - 7233 - 1047 - 5 - 05CH8347 - 2013-07-01 - 2019-06-30 - CH - Warren County Community Services, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - - - - - - 7234 - 307 - 5 - 05CH8339 - 2013-07-01 - 2018-07-31 - CH - OHIO HEARTLAND COMMUNITY ACTION COMMISSION - Inactive - F44011 - L44011 - 44011@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - - - - - - - 7235 - 1099 - 5 - 05CH8317 - 2013-07-01 - 2018-06-30 - CH - KENOSHA UNIFIED SCHOOL DISTRICT 1 - Inactive - - - - F43726 - L43726 - 43726@hsesinfo.org - - - - - - - 7236 - 903 - 5 - 05CH8315 - 2013-07-01 - 2018-06-30 - CH - Fayette County School Corporation - Inactive - - - - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 7237 - 933 - 8 - 08CH1122 - 2013-07-01 - 2018-06-30 - CH - Ability Connection Colorado, Inc. - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 7239 - 339 - 5 - 05CH8300 - 2012-06-01 - 2017-12-31 - CH - Starfish Family Services, Inc. - Inactive - F44271 - L44271 - 44271@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - - - - - - - 7240 - 196 - 2 - 02CH3029 - 2013-07-01 - 2018-07-31 - CH - B'Above Worldwide Institute Inc. - Inactive - - - - - - - - - - - - - 7241 - 606 - 2 - 02CH3030 - 2013-07-01 - 2018-08-31 - CH - Educational Alliance, Inc., The - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - - - - - - - 7242 - 3663 - 2 - 02CH3032 - 2013-07-01 - 2018-06-30 - CH - Rising Ground, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 7243 - 3661 - 2 - 02CH3033 - 2013-07-01 - 2018-08-31 - CH - Chinese Community Concerns Corporation, Inc. - Inactive - F2334 - L2334 - 2334@hsesinfo.org - - - - - - - - - - 7244 - 1896 - 2 - 02CH3034 - 2014-02-01 - 2020-06-30 - CH - New York City Administration for Children's Services - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - - - - - - - 7245 - 1242 - 5 - 05CH8341 - 2013-08-01 - 2018-12-31 - CH - Ounce of Prevention Fund - Inactive - - - - F2121 - L2121 - 2121@hsesinfo.org - - - - - - - 7246 - 540 - 1 - 01CH2114 - 2013-07-01 - 2018-09-30 - CH - Community Action Pioneer Valley, Inc. - Inactive - - - - F13406 - L13406 - 13406@hsesinfo.org - - - - - - - 7247 - 1605 - 13 - 90CH0104 - 2013-07-01 - 2014-12-31 - CH - CDI HS/ Lucas, Co - Inactive - - - - - - - - - - - - - 7248 - 727 - 5 - 05CH8332 - 2013-07-01 - 2018-07-31 - CH - Miami Valley Child Development Centers, Inc. - Inactive - F44011 - L44011 - 44011@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 7249 - 745 - 1 - 01CH2233 - 2013-07-01 - 2019-04-30 - CH - City of New Haven, Inc. - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F32486 - L32486 - 32486@hsesinfo.org - - - - - - - 7250 - 722 - 5 - 05CH8334 - 2013-07-01 - 2019-01-31 - CH - Council for Economic Opportunities in Greater Cleveland - Inactive - - - - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 7251 - 3437 - 5 - 05CH8335 - 2013-07-01 - 2019-02-28 - CH - Community Action Commission of Fayette County, Inc. - Inactive - - - - F33449 - L33449 - 33449@hsesinfo.org - - - - - - - 7252 - 1449 - 8 - 08CH1023 - 2013-07-01 - 2018-08-31 - CH - Monte Vista Community Center Incorporated - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - - - - - - - 7253 - 3644 - 2 - 02CH3014 - 2013-07-01 - 2018-08-31 - CH - Bedford Stuyvesant Early Childhood Development Center, - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - - - - - - - 7254 - 1637 - 5 - 05CH8336 - 2013-07-01 - 2018-10-31 - CH - Child Development Council of Franklin County, Inc. - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - - - - - - - 7255 - 1177 - 5 - 05CH8309 - 2013-07-01 - 2018-07-31 - CH - Peoria Citizens Committee for Economic Opportunity, Inc. - Inactive - - - - F2147 - L2147 - 2147@hsesinfo.org - - - - - - - 7256 - 1605 - 13 - 90CH0105 - 2013-07-01 - 2015-02-28 - CH - CDI HS/ Northern Alabama - Inactive - - - - - - - - - - - - - 7257 - 962 - 5 - 05CH8352 - 2013-07-01 - 2019-01-31 - CH - Butler County Educational Service Center - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - - - - - - - 7258 - 597 - 5 - 05CH8313 - 2013-07-01 - 2018-12-31 - CH - Bauer Family Resources, Inc. - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - - - - - - - 7259 - 1548 - 5 - 05CH8314 - 2013-07-01 - 2019-02-28 - CH - Community Action of East Central Indiana, Inc. - Inactive - - - - F42111 - L42111 - 42111@hsesinfo.org - - - - - - - 7260 - 308 - 5 - 05CH8306 - 2013-07-01 - 2018-12-31 - CH - Southern Seven Health Department - Inactive - F44011 - L44011 - 44011@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 7261 - 1370 - 5 - 05CH8342 - 2013-07-01 - 2018-07-31 - CH - City of Rockford - Inactive - - - - F14177 - L14177 - 14177@hsesinfo.org - - - - - - - 7262 - 774 - 5 - 05CH8302 - 2013-07-01 - 2018-04-30 - CH - TRI-VALLEY OPPORTUNITY COUNCIL, INC. - Inactive - - - - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 7263 - 242 - 5 - 05CH8325 - 2013-07-01 - 2018-10-31 - CH - Community Action Agency of South Central Michigan - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - - - - - - - 7264 - 832 - 5 - 05CH8326 - 2013-07-01 - 2018-06-30 - CH - Genesee County - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 7265 - 1132 - 6 - 06CH7071 - 2013-07-01 - 2019-01-31 - CH - Parent Child Incorporated - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 7266 - 1507 - 7 - 07CH7054 - 2013-07-01 - 2017-10-31 - CH - South Central Iowa Community Action Program - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - - - - - - - 7267 - 3722 - 6 - 06CH7070 - 2013-07-01 - 2018-12-31 - CH - Family Service Association of San Antonio, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 7268 - 160 - 6 - 06CH7080 - 2013-07-01 - 2018-08-31 - CH - ST JOHN THE BAPTIST PARISH SCHOOL BOARD - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 7269 - 1373 - 6 - 06CH7063 - 2013-07-01 - 2018-08-31 - CH - AVANCE-San Antonio, Inc. - Inactive - - - - F2179 - L2179 - 2179@hsesinfo.org - - - - - - - 7270 - 1218 - 4 - 04CH4650 - 2013-07-01 - 2018-08-31 - CH - South Central Human Resource Agency - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 7271 - 603 - 10 - 10CH0190 - 2013-07-01 - 2018-06-30 - CH - Jannus, Inc. - Inactive - F43149 - L43149 - 43149@hsesinfo.org - - - - - - - - - - 7272 - 1171 - 4 - 04CH4651 - 2013-07-01 - 2018-06-30 - CH - Okaloosa County Comprehensive Head Start Child Developm - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - - - - - - - 7273 - 692 - 4 - 04CH4652 - 2013-07-01 - 2018-08-31 - CH - FORT VALLEY STATE UNIVERSITY - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F13741 - L13741 - 13741@hsesinfo.org - - - - - - - 7274 - 1800 - 4 - 04CH4653 - 2013-07-01 - 2018-06-30 - CH - ST JOHNS COUNTY SCHOOL DISTRICT - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - - - - - - - 7275 - 143 - 6 - 06CH7187 - 2013-07-01 - 2018-06-30 - CH - ASSUMPTION PARISH SCHOOL DISTRICT - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 7276 - 3721 - 6 - 06CH7069 - 2013-07-01 - 2019-01-31 - CH - South San Antonio Independent School District - Inactive - - - - F2193 - L2193 - 2193@hsesinfo.org - - - - - - - 7277 - 3441 - 9 - 09CH9105 - 2013-06-01 - 2018-05-31 - CH - Pacific Clinics - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 7278 - 909 - 4 - 04CH4646 - 2013-07-01 - 2018-02-28 - CH - COMMUNITY ACTION PARTNERSHIP OF NORTH ALABAMA, INC. - Inactive - - - - F42667 - L42667 - 42667@hsesinfo.org - - - - - - - 7279 - 1029 - 9 - 09CH9111 - 2013-07-01 - 2018-04-30 - CH - E Center - Inactive - - - - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 7280 - 3429 - 8 - 08CH1131 - 2013-07-01 - 2018-06-30 - CH - Clayton Early Learning, Trustee George W. Clayton Trust - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F3062 - L3062 - 3062@hsesinfo.org - - - - - - - 7281 - 752 - 3 - 03CH3402 - 2013-08-01 - 2019-07-31 - CH - Telamon Corporation - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - - - - - - - 7282 - 1562 - 8 - 08CH1119 - 2013-07-01 - 2018-06-30 - CH - City and County of Denver - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F3062 - L3062 - 3062@hsesinfo.org - - - - - - - 7283 - 3621 - 9 - 09CH9112 - 2013-07-01 - 2018-06-30 - CH - MONTEBELLO UNIFIED SCHOOL DISTRICT - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F35663 - L35663 - 35663@hsesinfo.org - - - - - - - 7284 - 189 - 9 - 09CH9113 - 2013-07-01 - 2018-06-30 - CH - Baldwin Park Unified School District - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F35663 - L35663 - 35663@hsesinfo.org - - - - - - - 7285 - 785 - 9 - 09CH9114 - 2013-07-01 - 2018-12-31 - CH - Foothill Family Service - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - - - - - - 7286 - 1812 - 9 - 09CH9115 - 2013-07-01 - 2019-06-30 - CH - Contra Costa County Community Services - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F16045 - L16045 - 16045@hsesinfo.org - - - - - - - 7287 - 850 - 9 - 09CH9116 - 2013-07-01 - 2018-12-31 - CH - Spanish Speaking Unity Council - Inactive - - - - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 7288 - 1035 - 9 - 09CH9117 - 2013-07-01 - 2018-02-28 - CH - Institute for Human and Social Development, Inc. - Inactive - - - - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 7289 - 684 - 9 - 09CH9118 - 2013-07-01 - 2018-06-30 - CH - NEIGHBORHOOD HOUSE ASSOCIATION - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 7290 - 1648 - 9 - 09CH9119 - 2013-07-01 - 2018-06-30 - CH - Yolo County Office of Education - Inactive - - - - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 7291 - 311 - 9 - 09CH9120 - 2013-07-01 - 2018-06-30 - CH - Vista Del Mar Child and Family Services - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F16045 - L16045 - 16045@hsesinfo.org - - - - - - - 7292 - 1549 - 7 - 07CH7055 - 2013-07-01 - 2017-11-30 - CH - Community Opportunities, Incorporated - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - - - - - - - 7293 - 1607 - 4 - 04CH4662 - 2013-07-01 - 2018-02-28 - CH - ELMORE COMMUNITY ACTION COMMITTEE - Inactive - - - - - - - - - - - - - 7294 - 825 - 3 - 03CH3404 - 2013-08-01 - 2018-07-31 - CH - Stafford County School District - Inactive - - - - F43578 - L43578 - 43578@hsesinfo.org - - - - - - - 7295 - 671 - 7 - 07CH7056 - 2013-07-16 - 2018-07-31 - CH - MID AMERICA REGIONAL COUNCIL - Inactive - F42090 - L42090 - 42090@hsesinfo.org - - - - - - - - - - 7296 - 1095 - 4 - 04CH4663 - 2013-07-01 - 2018-07-31 - CH - HIGHLAND RIM ECONOMIC CORPORATION - Inactive - F46632 - L46632 - 46632@hsesinfo.org - - - - - - - - - - 7297 - 402 - 4 - 04CH4664 - 2013-07-01 - 2018-07-31 - CH - Singing River Educational Association - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F43625 - L43625 - 43625@hsesinfo.org - - - - - - - 7298 - 1129 - 3 - 03CH3367 - 2012-05-01 - 2017-06-30 - CH - Young Men's Christian Association of Frederick County - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 7299 - 1605 - 13 - 90CH0098 - 2013-05-01 - 2013-08-30 - CH - CDI HS/ Alameda Co, - Inactive - - - - - - - - - - - - - 7300 - 1276 - 7 - 07CH7050 - 2013-06-01 - 2018-05-31 - CH - Youth in Need, Inc. - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - - - - - - - 7301 - 1605 - 13 - 90CH0099 - 2013-06-01 - 2015-10-31 - CH - CDI HS/ Central Washington, WA - Inactive - - - - - - - - - - - - - 7302 - 758 - 10 - 10CH0184 - 2013-07-01 - 2018-12-31 - CH - Neighborhood House Incorporated - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 7303 - 1742 - 10 - 10CH0185 - 2013-07-01 - 2019-01-31 - CH - Clackamas County Children's Commission - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 7304 - 1605 - 13 - 90CH0093 - 2012-11-01 - 2016-10-31 - CH - CDI HS/ Central Northeast Puerto Rico - Inactive - F27052 - L27052 - 27052@hsesinfo.org - F3538 - L3538 - 3538@hsesinfo.org - - - - - - - 7305 - 644 - 6 - 06CH7062 - 2012-07-01 - 2017-06-30 - CH - Save the Children Federation, Inc. - Inactive - - - - - - - - - - - - - 7306 - 235 - 5 - 05CH8301 - 2013-06-01 - 2018-10-31 - CH - West Central Minnesota Communities Action, Inc. - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - - - - - - - 7307 - 223 - 5 - 05CH8324 - 2013-06-01 - 2018-06-30 - CH - Monroe County Intermediate School District - Inactive - - - - F45378 - L45378 - 45378@hsesinfo.org - - - - - - - 7308 - 1605 - 13 - 90CH0100 - 2013-06-01 - 2015-05-31 - CH - CDI HS/ San Francisico, CA - Inactive - - - - - - - - - - - - - 7309 - 1815 - 6 - 06CH2001 - 2012-08-01 - 2025-06-30 - CH - Recovery School District - LDE - Inactive - - - - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 7310 - 1412 - 10 - 10CH0183 - 2013-07-01 - 2018-06-30 - CH - Opportunity Council - Inactive - F2446 - L2446 - 2446@hsesinfo.org - - - - - - - - - - 7311 - 1950 - 6 - 06CH2003 - 2013-01-01 - 2025-06-30 - CH - NATIVE AMERICAN PROFESSIONAL PARENT RESOURCES (NAPPR), - Inactive - - - - - - - - - - - - - 7313 - 1605 - 13 - 90CH0079 - 2012-02-01 - 2015-01-31 - CH - CDI/ Tri- Region of Arkansas - Inactive - - - - - - - - - - - - - 7314 - 360 - 11 - 90CI0498 - 2012-04-01 - 2025-06-30 - CI - The Tulalip Tribes - Inactive - - - - F3543 - L3543 - 3543@hsesinfo.org - - - - - - - 7317 - 1605 - 13 - 90CH0090 - 2012-09-30 - 2014-09-29 - CH - CDI HS/Shreveport, LA - Inactive - - - - - - - - - - - - - 7318 - 1605 - 13 - 90CH0089 - 2012-09-30 - 2014-09-29 - CH - CDI HS/Bronx, NY - Inactive - - - - - - - - - - - - - 7321 - 1605 - 13 - 90CH0095 - 2012-12-15 - 2017-12-14 - CH - CDI HS/ Southwest Arkansas - Inactive - F27052 - L27052 - 27052@hsesinfo.org - F40193 - L40193 - 40193@hsesinfo.org - - - - - - - 7322 - 1605 - 13 - 90CH0091 - 2012-09-28 - 2014-09-27 - CH - CDI HS/Wilmington, NC - Inactive - - - - - - - - - - - - - 7323 - 1605 - 13 - 90CH0085 - 2012-08-01 - 2014-07-31 - CH - CDI/Waukegan, IL - Inactive - - - - - - - - - - - - - 7581 - 1192 - 9 - 09CH9121 - 2013-08-01 - 2018-07-31 - CH - Northcoast Children's Services - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - - - - - - - 7582 - 1252 - 9 - 09CH9122 - 2013-08-01 - 2018-07-31 - CH - El Nido Family Centers - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - - - - - - 7583 - 1915 - 9 - 09CH9124 - 2013-08-01 - 2019-07-31 - CH - As Department of Education, Early Childhood Division - Inactive - - - - F14141 - L14141 - 14141@hsesinfo.org - - - - - - - 7584 - 1912 - 9 - 09CH9123 - 2013-08-01 - 2018-07-31 - CH - Palau Community Action Agency - Inactive - - - - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 7585 - 986 - 11 - 90CI9818 - 2013-09-01 - 2018-08-31 - CI - Sault Ste. Marie Tribe of Chippewa Indians - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - - - - - - - 7586 - 589 - 11 - 90CI9819 - 2013-09-01 - 2018-08-31 - CI - Confederated Tribes of The Chehalis Reservation - Inactive - F45004 - L45004 - 45004@hsesinfo.org - - - - - - - - - - 7587 - 598 - 11 - 90CI9820 - 2013-09-01 - 2018-08-31 - CI - White Earth Band Of Chippewa Indians - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - - - - - - - 7588 - 1187 - 8 - 08CH1099 - 2013-08-01 - 2019-03-31 - CH - Human Resource Development Council of District IX, Inc. - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F3058 - L3058 - 3058@hsesinfo.org - - - - - - - 7589 - 1010 - 1 - 01CH2057 - 2013-08-01 - 2018-07-31 - CH - Southern New Hampshire Services Inc. - Inactive - - - - F25866 - L25866 - 25866@hsesinfo.org - - - - - - - 7590 - 1971 - 8 - 08CH1036 - 2014-06-01 - 2019-05-31 - CH - Northwest Montana Head Start, Inc. - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 7591 - 1793 - 8 - 08CH1014 - 2013-09-01 - 2018-08-31 - CH - Durango 4 C Council Inc. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - - - - - - - 7592 - 553 - 7 - 07CH7057 - 2013-08-01 - 2018-07-31 - CH - Community Action Partnership of Mid Nebraska - Inactive - F2256 - L2256 - 2256@hsesinfo.org - - - - - - - - - - 7593 - 201 - 7 - 07CH7058 - 2013-08-01 - 2018-07-31 - CH - Unified School District #233 - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F45048 - L45048 - 45048@hsesinfo.org - - - - - - - 7594 - 1128 - 7 - 07CH7059 - 2013-08-01 - 2019-07-31 - CH - Northeast Missouri Community Action Agency - Inactive - - - - - - - - - - - - - 7595 - 1260 - 8 - 08CH1063 - 2013-09-01 - 2018-08-31 - CH - Wyoming Child & Family Development, Inc. - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - - - - - - - 7596 - 327 - 8 - 08CH1132 - 2013-09-01 - 2018-08-31 - CH - Developmental Opportunities Inc. - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - - - - - - - 7597 - 1605 - 13 - 90CH0107 - 2013-08-01 - 2014-11-30 - CH - CDI HS/ Southwest Philadelphia, PA - Inactive - - - - - - - - - - - - - 7598 - 271 - 8 - 08CH1088 - 2013-09-01 - 2018-08-31 - CH - Human Resources Council District XII - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 7599 - 518 - 8 - 08CH1094 - 2013-09-01 - 2018-08-31 - CH - Housing, Industry, Training, Inc. - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - - - - - - - 7600 - 489 - 6 - 06CH7086 - 2013-08-01 - 2018-07-31 - CH - Texarkana Special Education Center, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 7601 - 905 - 10 - 10CH0191 - 2013-09-01 - 2019-08-31 - CH - Skagit Valley College - Inactive - F45193 - L45193 - 45193@hsesinfo.org - F47540 - L47540 - 47540@hsesinfo.org - - - - - - - 7602 - 183 - 4 - 04CH4668 - 2013-08-01 - 2018-07-31 - CH - GULF COAST COMMUNITY ACTION AGENCY, INC. - Inactive - F13740 - L13740 - 13740@hsesinfo.org - - - - - - - - - - 7603 - 399 - 4 - 04CH4669 - 2013-08-01 - 2019-07-31 - CH - Macon Program for Progress - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 7604 - 355 - 4 - 04CH4670 - 2013-08-01 - 2018-07-31 - CH - Greene Lamp Inc. - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - - - - - - - 7605 - 1864 - 7 - 07CH7060 - 2013-09-01 - 2018-08-31 - CH - Head Start Child & Family Development Program Inc. - Inactive - F2256 - L2256 - 2256@hsesinfo.org - - - - - - - - - - 7606 - 165 - 6 - 06CH7090 - 2013-09-01 - 2018-08-31 - CH - Nueces County Community Action Agency - Inactive - - - - F2179 - L2179 - 2179@hsesinfo.org - - - - - - - 7607 - 651 - 9 - 09CH9125 - 2013-09-01 - 2018-08-31 - CH - Child-Parent Centers, Inc. - Inactive - F14124 - L14124 - 14124@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 7608 - 1825 - 6 - 06CH7089 - 2013-09-01 - 2018-08-31 - CH - Newton County Special Service Corporation, Inc. - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - - - - - - - 7609 - 514 - 9 - 09CH9126 - 2013-09-01 - 2019-08-31 - CH - Shasta County Head Start Child Development, Inc. - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 7610 - 891 - 9 - 09CH9127 - 2013-09-01 - 2018-08-31 - CH - Riverside County Office of Education - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 7611 - 411 - 9 - 09CH9128 - 2013-09-01 - 2018-08-31 - CH - Northern California Child Development Inc. - Inactive - - - - F43326 - L43326 - 43326@hsesinfo.org - - - - - - - 7612 - 1605 - 13 - 90CH0108 - 2013-09-01 - 2015-05-31 - CH - CDI HS\Wyandotte Co. - Inactive - - - - - - - - - - - - - 7613 - 1943 - 6 - 06CH7088 - 2013-09-01 - 2018-08-31 - CH - Mid-West New Mexico Community Action Program - Inactive - - - - F41654 - L41654 - 41654@hsesinfo.org - - - - - - - 7614 - 702 - 6 - 06CH7087 - 2013-09-01 - 2019-08-31 - CH - Beaumont Independent School District - Inactive - - - - - - - - - - - - - 7615 - 1401 - 12 - 90CM9801 - 2014-03-01 - 2019-02-28 - CM - Central California Migrant Head Start Program - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - - - - - - - 7616 - 1093 - 12 - 90CM9799 - 2014-02-01 - 2020-01-31 - CM - Kings Community Action Organization, Incorporated - Inactive - F47622 - L47622 - 47622@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - - - - - - - 7617 - 884 - 6 - 06CH7091 - 2013-09-01 - 2019-08-31 - CH - Port Arthur Independent School District - Inactive - F2185 - L2185 - 2185@hsesinfo.org - - - - - - - - - - 7618 - 1713 - 12 - 90CM9802 - 2014-06-01 - 2021-05-31 - CM - Otero Junior College - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - - - - - - - 7619 - 981 - 12 - 90CM9800 - 2014-03-01 - 2019-02-28 - CM - COMMUNITY ACTION PARTNERSHIP OF WESTERN NEBRASKA - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - - - - - - - 7620 - 506 - 2 - 02CH3038 - 2013-09-01 - 2019-08-31 - CH - Center for Family Resources, Inc. - Inactive - F2340 - L2340 - 2340@hsesinfo.org - - - - - - - - - - 7621 - 499 - 2 - 02CH3039 - 2013-09-01 - 2019-08-31 - CH - Northwest New Jersey Community Action Program, Incorporated - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - - - - - - - 7622 - 1751 - 2 - 02CH3042 - 2013-09-01 - 2019-07-31 - CH - The Trustees of Columbia University in the City of New York - Inactive - F32488 - L32488 - 32488@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 7623 - 1366 - 2 - 02CH3040 - 2013-09-01 - 2018-08-31 - CH - Municipality of Barceloneta - Inactive - F15514 - L15514 - 15514@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - - - - - - - 7624 - 1038 - 2 - 02CH3041 - 2013-09-01 - 2018-08-31 - CH - Municipality of Sabana Grande - Inactive - F15514 - L15514 - 15514@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - - - - - - - 7625 - 736 - 6 - 06CH7092 - 2013-09-01 - 2018-08-31 - CH - Region X Education Service Center - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F13531 - L13531 - 13531@hsesinfo.org - - - - - - - 7626 - 756 - 1 - 01CH2021 - 2013-09-01 - 2019-08-31 - CH - Woonsocket Head Start Child Development Association Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - - - 7628 - 1525 - 4 - 04CH4671 - 2013-09-01 - 2018-08-31 - CH - Moore Community House, Inc. - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F43625 - L43625 - 43625@hsesinfo.org - - - - - - - 7629 - 1244 - 4 - 04CH4672 - 2013-09-01 - 2019-08-31 - CH - Berean Baptist Head Start - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - - - - - - - 7630 - 1720 - 4 - 04CH4676 - 2013-09-01 - 2018-08-31 - CH - Clarke County School District - Inactive - - - - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 7631 - 1161 - 4 - 04CH4673 - 2013-09-01 - 2018-08-31 - CH - Williamstown BOE Head Start - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - - - - - - - 7632 - 427 - 4 - 04CH4674 - 2013-09-01 - 2018-08-31 - CH - Paducah Independent School District - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - - - - - - - 7633 - 751 - 4 - 04CH4675 - 2013-09-01 - 2018-08-31 - CH - Choanoke Area Development Association of North Carolina, Incorporated - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 7634 - 272 - 6 - 06CH7093 - 2013-09-01 - 2018-08-31 - CH - ChildCareGroup - Inactive - - - - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 7635 - 856 - 10 - 10CH0192 - 2013-09-01 - 2019-01-31 - CH - Children's Home Society of Washington - Inactive - F45193 - L45193 - 45193@hsesinfo.org - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 7637 - 1726 - 2 - 02CH3037 - 2013-09-01 - 2019-06-30 - CH - Tri-County Community Action Agency Inc. - Inactive - F47556 - L47556 - 47556@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - - - - - - - 7638 - 321 - 11 - 90CI9822 - 2013-12-01 - 2019-11-30 - CI - Saint Regis Mohawk Tribe - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - - - - - - - 7683 - 464 - 10 - 10CH0193 - 2013-11-01 - 2018-10-31 - CH - Portland Public Schools - Inactive - F45193 - L45193 - 45193@hsesinfo.org - - - - - - - - - - 7684 - 320 - 5 - 05CH8357 - 2013-11-01 - 2019-10-31 - CH - C.E.F.S. Economic Opportunity Corp. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - - - - - - - 7685 - 717 - 5 - 05CH8350 - 2013-11-01 - 2018-10-31 - CH - Marshall Starke Development Center, Inc. - Inactive - F44271 - L44271 - 44271@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - - - - - - - 7686 - 805 - 5 - 05CH8351 - 2013-11-01 - 2018-10-31 - CH - Pace Community Action Agency, Inc. - Inactive - F44011 - L44011 - 44011@hsesinfo.org - F43022 - L43022 - 43022@hsesinfo.org - - - - - - - 7687 - 1053 - 5 - 05CH8349 - 2013-11-01 - 2018-10-31 - CH - Fremont Community Schools - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - - - - - - - 7688 - 1506 - 11 - 90CI9821 - 2013-11-01 - 2018-10-31 - CI - Inter-Tribal Council of Michigan, Inc. - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - - - - - - - 7689 - 1529 - 5 - 05CH8331 - 2013-11-01 - 2018-10-31 - CH - BARAGA-HOUGHTON-KEWEENAW CHILD DEVELOPMENT BOARD, INC. - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 7690 - 1025 - 5 - 05CH8362 - 2013-11-01 - 2018-10-31 - CH - Alger Marquette Community Action Board - Inactive - - - - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 7691 - 629 - 11 - 90CI9823 - 2013-11-01 - 2019-10-31 - CI - Grand Portage Reservation Tribal Council - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - - - - - - - 7692 - 235 - 5 - 05CH8304 - 2013-11-01 - 2018-10-31 - CH - West Central Minnesota Communities Action, Inc. - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - - - - - - - 7693 - 403 - 5 - 05CH8354 - 2013-11-01 - 2018-10-31 - CH - Trumbull Community Action Program, Inc. - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 7694 - 1947 - 5 - 05CH8353 - 2013-11-01 - 2020-10-31 - CH - West Ohio Community Action Partnership - Inactive - F44271 - L44271 - 44271@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - - - - - - - 7695 - 794 - 5 - 05CH8355 - 2013-11-01 - 2019-07-31 - CH - Great Lakes Community Action Partnership - Inactive - - - - F42111 - L42111 - 42111@hsesinfo.org - - - - - - - 7696 - 463 - 10 - 10CH0195 - 2013-11-01 - 2018-10-31 - CH - Southern Oregon Child & Family Council, Inc. - Inactive - F45193 - L45193 - 45193@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - - - - - - - 7697 - 1809 - 10 - 10CH0197 - 2013-11-01 - 2019-06-30 - CH - Educational Opportunities for Children and Families - Inactive - F45193 - L45193 - 45193@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - - - - - - - 7698 - 821 - 10 - 10CH0196 - 2013-11-01 - 2018-10-31 - CH - Seattle School District #1 - Inactive - F14039 - L14039 - 14039@hsesinfo.org - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 7699 - 855 - 10 - 10CH0194 - 2013-11-01 - 2019-06-30 - CH - Tacoma Public Schools - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 7700 - 1159 - 3 - 03CH3410 - 2013-11-01 - 2019-06-30 - CH - Braxton County School District - Inactive - - - - F44039 - L44039 - 44039@hsesinfo.org - - - - - - - 7701 - 1288 - 5 - 05CH8366 - 2013-12-01 - 2019-06-30 - CH - Family Forum Inc. - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 7702 - 870 - 5 - 05CH8323 - 2013-12-01 - 2018-11-30 - CH - Cooperative Educational Service Agency No. 11 - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 7703 - 1332 - 4 - 04CH4677 - 2013-10-01 - 2018-09-30 - CH - Cullman City Child Development Center - Inactive - - - - F46450 - L46450 - 46450@hsesinfo.org - - - - - - - 7704 - 783 - 9 - 09CH9129 - 2013-11-01 - 2018-10-31 - CH - Encompass Community Services - Inactive - - - - F43326 - L43326 - 43326@hsesinfo.org - - - - - - - 7705 - 1605 - 13 - 90CH0109 - 2013-10-01 - 2015-01-31 - CH - CDI HS/ Norwalk - Inactive - - - - - - - - - - - - - 7706 - 830 - 11 - 90CI9825 - 2014-01-01 - 2018-12-31 - CI - Southern Ute Indian Tribe - Inactive - F47622 - L47622 - 47622@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - - - - - - - 7707 - 1941 - 11 - 90CI9824 - 2014-01-01 - 2019-12-31 - CI - Aroostook Micmac Council - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - - - - - - - 7708 - 241 - 5 - 05CH8363 - 2014-01-01 - 2018-12-31 - CH - Eight Community Action Program, Inc. - Inactive - F44271 - L44271 - 44271@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - - - - - - - 7709 - 470 - 5 - 05CH8305 - 2014-01-01 - 2018-12-31 - CH - Prairie Five Community Action Council, Incorporated - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - - - - - - - 7710 - 1585 - 2 - 02CH3043 - 2013-10-01 - 2018-10-31 - CH - Community Action Planning Council of Jefferson County - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - - - - - - - 7711 - 1111 - 5 - 05CH8356 - 2014-01-01 - 2018-12-31 - CH - Community Action Program Commission of The Lancaster - Inactive - - - - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 7712 - 1428 - 11 - 90CI9826 - 2014-01-01 - 2019-12-31 - CI - Cheyenne & Arapaho Tribes - Inactive - F47622 - L47622 - 47622@hsesinfo.org - F3536 - L3536 - 3536@hsesinfo.org - - - - - - - 7713 - 845 - 5 - 05CH8367 - 2014-01-01 - 2018-12-31 - CH - ADVOCAP, Inc. - Inactive - - - - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 7715 - 386 - 11 - 90CI9827 - 2013-12-01 - 2018-11-30 - CI - Winnebago Tribe - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - - - - - - - 7717 - 145 - 6 - 06CH7094 - 2013-11-01 - 2019-06-30 - CH - Families and Children Together, Inc. - Inactive - - - - F2204 - L2204 - 2204@hsesinfo.org - - - - - - - 7718 - 1721 - 6 - 06CH7096 - 2013-11-01 - 2019-06-30 - CH - Region 9 Education Service Center - Inactive - F23929 - L23929 - 23929@hsesinfo.org - - - - - - - - - - 7719 - 1016 - 1 - 01CH2364 - 2013-11-01 - 2018-10-31 - CH - South Shore Community Action Council, Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 7720 - 539 - 1 - 01CH2244 - 2013-11-01 - 2018-10-31 - CH - Holyoke, Chicopee, Springfield Head Start Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F13406 - L13406 - 13406@hsesinfo.org - - - - - - - 7721 - 952 - 4 - 04CH4678 - 2013-11-01 - 2018-10-31 - CH - Wayne Action Group for Economic Solvency, Inc. - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - - - - - - - 7751 - 1523 - 4 - 04CH4679 - 2013-11-01 - 2019-06-30 - CH - St Clair County Head Start, Inc. - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - - - - - - - 7752 - 209 - 9 - 09CH9130 - 2013-12-01 - 2018-11-30 - CH - Southwest Human Development - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 7753 - 1305 - 6 - 06CH7095 - 2013-11-01 - 2019-06-30 - CH - University of Arkansas System - Inactive - - - - F15375 - L15375 - 15375@hsesinfo.org - - - - - - - 7754 - 811 - 9 - 09CH9140 - 2014-01-01 - 2018-12-31 - CH - Human Services Association - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - - - - - - 7755 - 465 - 9 - 09CH9139 - 2014-01-01 - 2018-12-31 - CH - Child Care Resource Center, Inc. - Inactive - - - - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 7756 - 5168 - 9 - 09CH9138 - 2014-01-01 - 2019-06-30 - CH - Training and Research Foundation - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - - - - - - 7757 - 1683 - 9 - 09CH9137 - 2014-01-01 - 2018-12-31 - CH - Options for Learning - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 7758 - 664 - 9 - 09CH9136 - 2014-01-01 - 2018-12-31 - CH - VOLUNTEERS OF AMERICA OF LOS ANGELES - Inactive - - - - F16045 - L16045 - 16045@hsesinfo.org - - - - - - - 7759 - 1683 - 9 - 09CH9131 - 2013-12-01 - 2018-11-30 - CH - Options for Learning - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 7760 - 1253 - 9 - 09CH9135 - 2014-01-01 - 2018-12-31 - CH - Venice Family Clinic - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 7761 - 1426 - 9 - 09CH9134 - 2014-01-01 - 2018-12-31 - CH - Dignity Health dba California Hospital Medical Cen - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 7762 - 218 - 9 - 09CH9133 - 2014-01-01 - 2018-12-31 - CH - Metropolitan Area Advisory Committee on Anti-Poverty of San Diego County, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 7763 - 191 - 9 - 09CH9132 - 2013-12-01 - 2018-11-30 - CH - Sunrise Children's Foundation - Inactive - - - - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 7764 - 359 - 1 - 01CH2152 - 2013-11-01 - 2019-10-31 - CH - Comprehensive Community Action, Inc. - Inactive - - - - F229 - L229 - 229@hsesinfo.org - - - - - - - 7765 - 1272 - 11 - 90CI9828 - 2014-03-01 - 2020-02-28 - CI - Shoshone & Arapaho JBC (ONAP) - Inactive - F47622 - L47622 - 47622@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - - - - - - - 7766 - 1878 - 4 - 04CH4681 - 2013-11-01 - 2019-06-30 - CH - Tuskegee City Mayor's office - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - - - - - - - 7767 - 3421 - 4 - 04CH4682 - 2013-11-01 - 2018-10-31 - CH - Easter Seals North Georgia, Inc. - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 7768 - 1006 - 11 - 90CI9829 - 2014-03-01 - 2019-02-28 - CI - Kickapoo Tribe In Kansas - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - - - - - - - 7769 - 487 - 2 - 02CH3044 - 2013-11-01 - 2020-06-30 - CH - Opportunities for Broome, Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - - - - - - - 7770 - 1563 - 4 - 04CH4680 - 2013-11-01 - 2019-07-31 - CH - Salisbury-Rowan Community Action Agency, Inc. - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - - - - - - - 7771 - 1402 - 4 - 04CH4683 - 2013-11-01 - 2019-06-30 - CH - Lutheran Services Florida, Inc. - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F13741 - L13741 - 13741@hsesinfo.org - - - - - - - 7772 - 784 - 8 - 08CH1130 - 2013-12-01 - 2018-11-30 - CH - Family Star, Inc. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F3062 - L3062 - 3062@hsesinfo.org - - - - - - - 7773 - 1385 - 8 - 08CH1121 - 2014-01-01 - 2018-12-31 - CH - Jefferson County Board of Commissioners - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 7774 - 1589 - 8 - 08CH1089 - 2014-01-01 - 2018-12-31 - CH - South Central Child Development, Inc. - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - - - - - - - 7775 - 1185 - 8 - 08CH1048 - 2014-02-01 - 2019-01-31 - CH - Inter Lakes Community Action Inc. - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - - - - - - - 7776 - 1237 - 8 - 08CH1056 - 2014-02-01 - 2019-01-31 - CH - Bear River Head Start - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - - - - - - 7777 - 244 - 8 - 08CH1057 - 2014-02-01 - 2019-01-31 - CH - Southern Utah University - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - - - - - - 7778 - 1992 - 9 - 09CH9141 - 2014-02-01 - 2019-01-31 - CH - Volunteers of America - Southwest Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 7779 - 1676 - 8 - 08CH1083 - 2014-02-01 - 2019-01-31 - CH - Iliff Community Center, Inc. - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - - - - - - 7780 - 1176 - 8 - 08CH1105 - 2014-03-01 - 2019-02-28 - CH - Salida School District R-32-J - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - - - - - - - 7781 - 396 - 11 - 90CI9830 - 2013-12-01 - 2019-11-30 - CI - Mille Lacs Band of Ojibwe - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - - - - - - - 7782 - 3427 - 11 - 90CI9831 - 2013-12-01 - 2018-11-30 - CI - Oneida Nation - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - - - - - - - 7783 - 1573 - 10 - 10CH0200 - 2014-01-01 - 2018-12-31 - CH - Friends of Children & Families, Inc. - Inactive - F45193 - L45193 - 45193@hsesinfo.org - F2421 - L2421 - 2421@hsesinfo.org - - - - - - - 7784 - 186 - 10 - 10CH0199 - 2014-01-01 - 2018-12-31 - CH - United Community Action Network - Inactive - F47078 - L47078 - 47078@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - - - - - - - 7785 - 1057 - 3 - 03CH3411 - 2013-12-01 - 2019-06-30 - CH - Council of Three Rivers American Indian Center - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 7786 - 1049 - 3 - 03CH3413 - 2014-01-01 - 2019-06-30 - CH - Lancaster-Lebanon Intermediate Unit School District #13 - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - - - - - - - 7787 - 1794 - 10 - 10CH0198 - 2014-01-01 - 2019-06-30 - CH - Community Child Care Center - Inactive - F48537 - L48537 - 48537@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - - - - - - - 7788 - 1712 - 3 - 03CH3412 - 2014-01-01 - 2018-12-31 - CH - Luzerne County Head Start, Inc. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - - - - - - - 7789 - 973 - 3 - 03CH3414 - 2014-01-01 - 2018-12-31 - CH - Raleigh County Community Action Association, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - - - - - - - 7790 - 975 - 3 - 03CH3415 - 2014-01-01 - 2018-12-31 - CH - Pride In Logan County, Inc. - Inactive - - - - F44038 - L44038 - 44038@hsesinfo.org - - - - - - - 7791 - 1470 - 3 - 03CH3416 - 2014-01-01 - 2018-12-31 - CH - Mountainheart Community Services, Inc. - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F44251 - L44251 - 44251@hsesinfo.org - - - - - - - 7792 - 5080 - 5 - 05CH8381 - 2014-02-01 - 2019-06-30 - CH - Geminus Corporation - Inactive - - - - F15967 - L15967 - 15967@hsesinfo.org - - - - - - - 7793 - 1108 - 5 - 05CH8372 - 2014-01-01 - 2018-12-31 - CH - Hancock Hardin Wyandot Putnam Community Action - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 7794 - 962 - 5 - 05CH8373 - 2014-02-01 - 2019-06-30 - CH - Butler County Educational Service Center - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - - - - - - - 7795 - 909 - 13 - 90CH0110 - 2013-10-14 - 2014-06-30 - CH - Region 4 CAPNA - Inactive - - - - - - - - - - - - - 7796 - 1961 - 6 - 06CH7104 - 2014-01-01 - 2019-06-30 - CH - Community Action Development Corporation - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - - - - - - - 7797 - 1189 - 6 - 06CH7100 - 2013-12-01 - 2019-06-30 - CH - Delta Community Action Foundation, Inc. - Inactive - - - - F41383 - L41383 - 41383@hsesinfo.org - - - - - - - 7799 - 989 - 3 - 03CH3418 - 2014-02-01 - 2019-01-31 - CH - Tableland Services, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - - - - - - - 7800 - 1882 - 3 - 03CH3417 - 2014-02-01 - 2019-01-31 - CH - Northern Neck Alliance, Inc. - Inactive - - - - F11796 - L11796 - 11796@hsesinfo.org - - - - - - - 7801 - 786 - 4 - 04CH4684 - 2013-11-01 - 2019-06-30 - CH - School Board of Broward County, Florida - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - - - - - - - 7802 - 601 - 4 - 04CH4685 - 2013-12-01 - 2018-11-30 - CH - Tri-County Community Council, Inc. - Inactive - - - - F43888 - L43888 - 43888@hsesinfo.org - - - - - - - 7803 - 1062 - 4 - 04CH4686 - 2013-12-01 - 2018-11-30 - CH - Audubon Area Community Services, Inc. - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - - - - - - 7804 - 1213 - 11 - 90CI9832 - 2014-02-01 - 2020-01-31 - CI - Fort Peck Assiniboine & Sioux Tribes - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 7805 - 1459 - 4 - 04CH4687 - 2013-12-01 - 2019-06-30 - CH - Gadsden County Board of Education - Inactive - - - - F46450 - L46450 - 46450@hsesinfo.org - - - - - - - 7806 - 1090 - 6 - 06CH7099 - 2013-12-01 - 2018-11-30 - CH - Little Dixie Community Action Agency, Inc. - Inactive - - - - F13700 - L13700 - 13700@hsesinfo.org - - - - - - - 7808 - 1308 - 4 - 04CH4688 - 2014-01-01 - 2019-06-30 - CH - Upper East Tennessee Human Development Agency, Inc. - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 7809 - 1071 - 2 - 02CH3045 - 2013-12-01 - 2018-11-30 - CH - Ulster County Community Action Committee, Inc. - Inactive - - - - F14089 - L14089 - 14089@hsesinfo.org - - - - - - - 7810 - 1320 - 10 - 10CH0201 - 2014-02-01 - 2019-01-31 - CH - Benton Franklin Head Start - Inactive - F47078 - L47078 - 47078@hsesinfo.org - F46991 - L46991 - 46991@hsesinfo.org - - - - - - - 7811 - 1284 - 1 - 01CH2204 - 2013-12-01 - 2019-07-31 - CH - Community Action Agency of Somerville - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - - - - - - 7812 - 689 - 6 - 06CH7097 - 2013-12-01 - 2019-06-30 - CH - Presbyterian Medical Services, Inc. - Inactive - F43271 - L43271 - 43271@hsesinfo.org - F41654 - L41654 - 41654@hsesinfo.org - - - - - - - 7813 - 1746 - 6 - 06CH7098 - 2013-12-01 - 2018-11-30 - CH - Rolling Plains Management Corporation - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - - - - - - 7814 - 5361 - 11 - 90CI9833 - 2014-01-01 - 2019-12-31 - CI - Cankdeska Cikana Community College - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - - - - - - - 7815 - 205 - 4 - 04CH0450 - 2013-12-01 - 2018-11-30 - CH - Mid-East Community Action Agency - Inactive - F48459 - L48459 - 48459@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 7816 - 1511 - 1 - 01CH2201 - 2013-12-01 - 2018-11-30 - CH - Northeast Kingdom Community Action, Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 7817 - 693 - 4 - 04CH4689 - 2014-01-01 - 2019-06-30 - CH - Coahoma Opportunities, Inc. - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - - - - - - - 7818 - 1204 - 11 - 90CI9834 - 2014-01-01 - 2018-12-31 - CI - Three Affiliated Tribes - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - - - - - - - 7819 - 803 - 4 - 04CH4690 - 2014-01-01 - 2019-06-30 - CH - Guilford Child Development - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 7821 - 992 - 4 - 04CH4691 - 2014-01-01 - 2019-12-31 - CH - Wateree Community Actions, Inc. - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 7822 - 699 - 1 - 01CH2023 - 2014-01-01 - 2019-06-30 - CH - Cape Cod Child Development Program, Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - - - - - - - 7823 - 970 - 7 - 07CH7061 - 2014-01-01 - 2018-12-31 - CH - East Missouri Action Agency - Inactive - - - - F240 - L240 - 240@hsesinfo.org - - - - - - - 7824 - 1834 - 2 - 02CH3047 - 2014-01-01 - 2018-12-31 - CH - Schoharie County Child Development Council, Inc. - Inactive - F2342 - L2342 - 2342@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - - - - - - - 7825 - 646 - 6 - 06CH7103 - 2014-01-01 - 2019-12-31 - CH - Alabama-Coushatta Tribe of Texas, The - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F44340 - L44340 - 44340@hsesinfo.org - - - - - - - 7826 - 1036 - 2 - 02CH3046 - 2014-01-01 - 2018-12-31 - CH - Caguas Municipality - Inactive - - - - F16073 - L16073 - 16073@hsesinfo.org - - - - - - - 7827 - 1236 - 6 - 06CH7102 - 2014-01-01 - 2019-08-31 - CH - Mississippi County Arkansas Economic Opportunity Inc - Inactive - - - - F2204 - L2204 - 2204@hsesinfo.org - - - - - - - 7828 - 453 - 6 - 06CH7101 - 2014-01-01 - 2019-10-31 - CH - Northwest Arkansas Head Start - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - - - - - - - 7829 - 1235 - 7 - 07CH7062 - 2014-01-01 - 2019-06-30 - CH - Douglas Community Services, Inc. - Inactive - - - - F30955 - L30955 - 30955@hsesinfo.org - - - - - - - 7830 - 874 - 3 - 03CH3420 - 2014-04-01 - 2020-08-31 - CH - Y M C A of Central Maryland, Inc. - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F44345 - L44345 - 44345@hsesinfo.org - - - - - - - 7832 - 5462 - 3 - 03CH3423 - 2013-12-01 - 2018-11-30 - CH - Bradford Tioga Head Start Inc. - Inactive - - - - F37589 - L37589 - 37589@hsesinfo.org - - - - - - - 7833 - 1285 - 3 - 03CH3421 - 2014-04-01 - 2019-03-31 - CH - Community Services for Children, Inc. - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - - - - - - 7834 - 1037 - 3 - 03CH3422 - 2014-04-01 - 2019-06-30 - CH - Fredericksburg City School District - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F32243 - L32243 - 32243@hsesinfo.org - - - - - - - 7835 - 792 - 1 - 01CH2286 - 2014-01-01 - 2018-12-31 - CH - Midcoast Maine Community Action - Inactive - - - - F229 - L229 - 229@hsesinfo.org - - - - - - - 7836 - 1403 - 4 - 04CH4692 - 2014-01-01 - 2018-12-31 - CH - Knoxville-Knox County Community Action Committee - Inactive - - - - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 7837 - 1121 - 5 - 05CH8382 - 2014-03-01 - 2019-09-30 - CH - Child-Adult Resource Services, Inc. - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - - - - - - - 7838 - 570 - 5 - 05CH8364 - 2014-03-01 - 2019-02-28 - CH - Allegan County Resource Development Committee, Inc. - Inactive - - - - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 7839 - 1554 - 5 - 05CH8376 - 2014-03-01 - 2019-02-28 - CH - Kootasca Community Action, Inc. - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - - - - - - 7840 - 1023 - 8 - 08CH1020 - 2014-04-01 - 2019-03-31 - CH - Otero Junior College Foundation - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - - - - - - - 7841 - 606 - 2 - 02CH3048 - 2014-02-01 - 2019-01-31 - CH - The Educational Alliance, Inc. - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - - - - - - - 7842 - 1335 - 2 - 02CH3049 - 2014-03-01 - 2019-02-28 - CH - Greater Bergen Community Action, Inc. - Inactive - - - - - - - - - - - - - 7843 - 695 - 2 - 02CH3050 - 2014-02-01 - 2019-01-31 - CH - Action for a Better Community - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 7844 - 1352 - 2 - 02CH3051 - 2014-02-01 - 2019-01-31 - CH - United Academy Inc. - Inactive - - - - F2304 - L2304 - 2304@hsesinfo.org - - - - - - - 7845 - 647 - 2 - 02CH3053 - 2014-02-01 - 2020-06-30 - CH - Manhasset-Great Neck Economic Opportunity Council, Inc. - Inactive - F47557 - L47557 - 47557@hsesinfo.org - - - - - - - - - - 7846 - 605 - 2 - 02CH3054 - 2014-02-01 - 2019-01-31 - CH - Northside Center for Child Development - Inactive - - - - F43949 - L43949 - 43949@hsesinfo.org - - - - - - - 7847 - 1939 - 8 - 08CH1053 - 2014-04-01 - 2019-03-31 - CH - The University of South Dakota - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - - - - - - - 7848 - 1745 - 2 - 02CH3052 - 2014-02-01 - 2019-01-31 - CH - Quintana Baptist Church Head Start Program - Inactive - F2342 - L2342 - 2342@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - - - - - - - 7849 - 5501 - 1 - 01CH2527 - 2014-01-01 - 2018-12-31 - CH - Housing Authority of the City of Norwalk - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - - - - - - 7850 - 945 - 8 - 08CH1035 - 2014-05-01 - 2019-06-30 - CH - Rocky Mountain Development Council, Inc. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - - - - - - - - - - 7851 - 1182 - 8 - 08CH1044 - 2014-06-01 - 2019-05-31 - CH - Minot Public School District 1 - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - - - - - - - 7852 - 1769 - 11 - 90CI9835 - 2014-02-01 - 2019-01-31 - CI - Colorado River Indian Tribes - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F42301 - L42301 - 42301@hsesinfo.org - - - - - - - 7853 - 452 - 1 - 01CH2002 - 2014-02-01 - 2019-01-31 - CH - Communities United, Inc. - Inactive - - - - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 7854 - 200 - 4 - 04CH4693 - 2014-02-01 - 2019-01-31 - CH - Institute of Community Services, Inc. - Inactive - F2065 - L2065 - 2065@hsesinfo.org - - - - - - - - - - 7855 - 1929 - 7 - 07CH7063 - 2014-02-01 - 2019-01-31 - CH - Sarpy County Cooperative Head Start - Inactive - - - - F13558 - L13558 - 13558@hsesinfo.org - - - - - - - 7856 - 554 - 7 - 07CH7064 - 2014-02-01 - 2019-06-30 - CH - West Central Community Action - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - - - - - - - 7857 - 1205 - 11 - 90CI9836 - 2014-04-01 - 2020-03-31 - CI - Rosebud Sioux Tribe - Inactive - F47779 - L47779 - 47779@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 7860 - 721 - 11 - 90CI9837 - 2014-02-01 - 2020-01-31 - CI - Eastern Band of Cherokee Indians - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F15469 - L15469 - 15469@hsesinfo.org - - - - - - - 7861 - 1254 - 11 - 90CI9838 - 2014-03-01 - 2019-02-28 - CI - Confederated Tribes of Siletz Indians - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F42301 - L42301 - 42301@hsesinfo.org - - - - - - - 7862 - 351 - 11 - 90CI9839 - 2014-01-01 - 2018-12-31 - CI - Nooksack Indian Tribe - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F45305 - L45305 - 45305@hsesinfo.org - - - - - - - 7865 - 1813 - 6 - 06CH7105 - 2014-02-01 - 2019-01-31 - CH - Cen-Tex Family Services, Inc. - Inactive - - - - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 7866 - 1191 - 9 - 09CH9143 - 2014-03-01 - 2019-02-28 - CH - Western Arizona Council of Governments - Inactive - - - - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 7867 - 666 - 9 - 09CH9142 - 2014-03-01 - 2019-07-31 - CH - Community Action Partnership of Kern - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 7868 - 503 - 7 - 07CH7066 - 2014-03-01 - 2019-02-28 - CH - Upper Des Moines Opportunity Inc. - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - - - - - - - 7869 - 1144 - 7 - 07CH7065 - 2014-03-01 - 2019-06-30 - CH - Northeast Nebraska Community Action Partnership, Inc. - Inactive - - - - F13558 - L13558 - 13558@hsesinfo.org - - - - - - - 7872 - 1485 - 5 - 05CH8358 - 2014-04-01 - 2019-06-30 - CH - Tazewell-Woodford Head Start - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 7873 - 1179 - 5 - 05CH8383 - 2014-05-01 - 2019-04-30 - CH - Carey Services, Inc. - Inactive - F44271 - L44271 - 44271@hsesinfo.org - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 7874 - 775 - 5 - 05CH8377 - 2014-04-01 - 2019-03-31 - CH - Community Action Partnership of Ramsey and Washington Counties - Inactive - F44011 - L44011 - 44011@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - - - - - - - 7875 - 1462 - 5 - 05CH8378 - 2014-04-01 - 2019-09-30 - CH - Southwestern Minnesota Opportunity Council, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - - - - - - - 7876 - 538 - 5 - 05CH8379 - 2014-05-01 - 2020-04-30 - CH - SEMCAC, Inc. - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 7877 - 1821 - 5 - 05CH8380 - 2014-05-01 - 2019-04-30 - CH - Three Rivers Community Action, Inc. - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - - - - - - - 7878 - 1079 - 5 - 05CH8371 - 2014-04-01 - 2019-03-31 - CH - The Community Action Program Corporation of Washington - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 7879 - 1798 - 1 - 01CH2511 - 2014-03-01 - 2019-02-28 - CH - Manchester Board of Education - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 7880 - 409 - 9 - 09CH9144 - 2014-05-01 - 2019-04-30 - CH - Family Support Services of West Hawaii - Inactive - - - - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 7881 - 1653 - 3 - 03CH3425 - 2014-05-01 - 2019-04-30 - CH - Central Fulton School District - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - - - - - - - 7882 - 1711 - 6 - 06CH7106 - 2014-03-01 - 2019-06-30 - CH - Head Start of Greater Dallas, Inc. - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - - - - - - - 7883 - 1173 - 3 - 03CH3424 - 2014-05-01 - 2019-06-30 - CH - Child Development Resources, Inc. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - - - - - - - 7884 - 1766 - 3 - 03CH9410 - 2014-05-01 - 2019-06-30 - CH - Community Action of Southeastern West Virginia, Inc. - Inactive - - - - F43578 - L43578 - 43578@hsesinfo.org - - - - - - - 7886 - 1383 - 3 - 03CH3426 - 2014-06-01 - 2019-06-30 - CH - Kids Central, Inc. - Inactive - - - - F47017 - L47017 - 47017@hsesinfo.org - - - - - - - 7887 - 1312 - 3 - 03CH3427 - 2014-06-01 - 2019-05-31 - CH - Chesterfield County Public Schools - Inactive - F2415 - L2415 - 2415@hsesinfo.org - - - - - - - - - - 7888 - 1608 - 4 - 04CH4694 - 2013-03-01 - 2019-02-28 - CH - Alabama Council on Human Relations Inc. - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - - - - - - 7889 - 898 - 4 - 04CH4695 - 2014-03-01 - 2019-06-30 - CH - Montgomery Community Action Committee & CDC, Inc. - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - - - - - - - 7890 - 932 - 8 - 08CH1100 - 2014-04-01 - 2019-06-30 - CH - Montrose County School District RE-1J - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - - - - - - - 7891 - 1321 - 8 - 08CH1138 - 2014-05-01 - 2019-04-30 - CH - DDI Vantage, Inc. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - - - - - - 7892 - 1193 - 9 - 09CH9145 - 2014-04-01 - 2019-03-31 - CH - Child Development Resources of Ventura County, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 7893 - 1614 - 9 - 09CH9146 - 2014-04-01 - 2019-03-31 - CH - Tulare, County of - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F35663 - L35663 - 35663@hsesinfo.org - - - - - - - 7894 - 1536 - 9 - 09CH9147 - 2014-05-01 - 2019-04-30 - CH - Wu Yee Children's Services - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - - - - - - - 7895 - 1223 - 5 - 05CH8359 - 2014-05-01 - 2019-04-30 - CH - Community Link, Inc. - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 7896 - 1081 - 5 - 05CH8384 - 2014-05-01 - 2019-04-30 - CH - Bona Vista Programs, Inc. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F43022 - L43022 - 43022@hsesinfo.org - - - - - - - 7897 - 1987 - 5 - 05CH8391 - 2014-04-01 - 2019-03-31 - CH - Inter-County Community Council - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - - - - - - - 7898 - 323 - 5 - 05CH8392 - 2014-04-01 - 2019-03-31 - CH - Mahube-Otwa Community Action Partnership, Inc. - Inactive - F44011 - L44011 - 44011@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - - - - - - 7899 - 275 - 5 - 05CH8386 - 2014-05-01 - 2020-04-30 - CH - Stark County Community Action Agency - Inactive - F44011 - L44011 - 44011@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 7900 - 438 - 5 - 05CH8374 - 2014-04-01 - 2019-03-31 - CH - LEADS - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 7901 - 1110 - 5 - 05CH8375 - 2014-04-01 - 2019-06-30 - CH - Jackson-Vinton Community Action, Inc. - Inactive - - - - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 7902 - 1606 - 5 - 05CH8368 - 2014-04-01 - 2019-03-31 - CH - Marathon County Child Development Agency, Inc. - Inactive - - - - F45378 - L45378 - 45378@hsesinfo.org - - - - - - - 7903 - 1605 - 13 - 90CH0111 - 2014-03-06 - 2015-06-30 - CH - CDI HS/Avoyelles Parish, LA - Inactive - - - - - - - - - - - - - 7904 - 1098 - 7 - 07CH7067 - 2014-04-01 - 2019-03-31 - CH - East Central Kansas Economic Opportunity Corporation - Inactive - - - - F45048 - L45048 - 45048@hsesinfo.org - - - - - - - 7905 - 1665 - 7 - 07CH7068 - 2014-04-01 - 2019-06-30 - CH - NEK-CAP, Inc. - Inactive - - - - F45048 - L45048 - 45048@hsesinfo.org - - - - - - - 7906 - 415 - 11 - 90CI9842 - 2014-06-01 - 2020-05-31 - CI - Prairie Band Potawatomi Nation - Inactive - F47622 - L47622 - 47622@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - - - - - - - 7907 - 212 - 11 - 90CI9840 - 2014-04-01 - 2019-03-31 - CI - Caddo Tribe of Oklahoma - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F15469 - L15469 - 15469@hsesinfo.org - - - - - - - 7908 - 517 - 11 - 90CI9841 - 2014-04-01 - 2020-03-31 - CI - Lac Courte Oreilles Band of Lake Superior Chippewa - Inactive - F47622 - L47622 - 47622@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - - - - - - - 7909 - 682 - 7 - 07CH7071 - 2014-05-01 - 2019-04-30 - CH - KANSAS CHILDREN'S SERVICE LEAGUE - Inactive - - - - F34010 - L34010 - 34010@hsesinfo.org - - - - - - - 7910 - 1923 - 7 - 07CH7069 - 2014-05-01 - 2019-06-30 - CH - South Central Missouri Community Action Agency - Inactive - - - - F15302 - L15302 - 15302@hsesinfo.org - - - - - - - 7911 - 388 - 7 - 07CH7070 - 2014-05-01 - 2019-07-31 - CH - Blue Valley Community Action, Inc. - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F47025 - L47025 - 47025@hsesinfo.org - - - - - - - 7914 - 1422 - 2 - 02CH3055 - 2014-04-01 - 2019-06-30 - CH - Early Childhood Learning Center of Greene County - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - - - - - - - 7915 - 124 - 2 - 02CH3056 - 2014-04-01 - 2019-03-31 - CH - Fulmont Community Action Agency, Inc. - Inactive - - - - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 7916 - 237 - 2 - 02CH3057 - 2014-04-01 - 2019-07-31 - CH - Commission on Economic Opportunity for the Greater Capital Region, Inc. - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - - - - - - - 7917 - 1808 - 4 - 04CH4697 - 2014-04-01 - 2019-06-30 - CH - Gaston Community Action, Inc. - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - - - - - - - 7918 - 483 - 4 - 04CH4696 - 2014-05-01 - 2019-04-30 - CH - L B J & C Development Corporation - Inactive - F2001 - L2001 - 2001@hsesinfo.org - - - - - - - - - - 7919 - 5822 - 9 - 09CH9148 - 2014-04-01 - 2019-03-31 - CH - Mission Neighborhood Centers, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - - - - - - - 7920 - 5821 - 9 - 09CH9149 - 2014-04-01 - 2019-03-31 - CH - Kai Ming, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - - - - - - - 7921 - 560 - 1 - 01CH2121 - 2014-04-01 - 2019-03-31 - CH - Thames Valley Council for Community Action, Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - - - 7922 - 559 - 4 - 04CH4698 - 2014-04-01 - 2019-06-30 - CH - Coastal Plain Area Economic Opportunity Authority, Inc. - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 7923 - 1890 - 8 - 08CH1140 - 2014-07-01 - 2019-06-30 - CH - Young Families Early Head Start Inc. - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F3058 - L3058 - 3058@hsesinfo.org - - - - - - - 7924 - 1619 - 8 - 08CH1041 - 2014-07-01 - 2019-06-30 - CH - Grand Forks Public School District #1 - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - - - - - - - 7925 - 617 - 6 - 06CH7107 - 2014-04-01 - 2019-03-31 - CH - Sunbeam Family Services Inc. - Inactive - - - - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 7926 - 1748 - 8 - 08CH1141 - 2014-07-01 - 2019-06-30 - CH - Kids On the Move, Inc. - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - - - - - - 7927 - 1358 - 12 - 90CM9807 - 2014-09-01 - 2020-08-31 - CM - Chicanos por la Causa, Inc. - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F39971 - L39971 - 39971@hsesinfo.org - - - - - - - 7928 - 891 - 12 - 90CM9806 - 2014-09-01 - 2019-08-31 - CM - Riverside County Office of Education - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - - - - - - - 7929 - 1614 - 12 - 90CM9808 - 2014-09-01 - 2019-08-31 - CM - Tulare, County of - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - - - - - - - 7930 - 1556 - 9 - 09CH9150 - 2014-04-01 - 2019-12-31 - CH - Easter Seals Southern California, Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 7931 - 1605 - 13 - 90CH0112 - 2014-04-01 - 2016-03-31 - CH - CDI HS/ Bucks County, PA - Inactive - - - - - - - - - - - - - 7932 - 1982 - 5 - 05CH8387 - 2014-04-01 - 2019-03-31 - CH - Ashtabula County Community Action Agency - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 7934 - 759 - 8 - 08CH1007 - 2014-09-01 - 2020-06-30 - CH - Boulder, County of - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - - - - - - - 7935 - 215 - 8 - 08CH1015 - 2014-09-01 - 2019-08-31 - CH - Sheridan School District 2 - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - - - - - - - 7936 - 1402 - 4 - 04CH4699 - 2014-04-01 - 2019-07-31 - CH - Lutheran Services Florida, Inc. - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F13741 - L13741 - 13741@hsesinfo.org - - - - - - - 7937 - 1602 - 8 - 08CH1058 - 2014-09-01 - 2019-08-31 - CH - Ogden-Weber Community Action Partnership, Inc. - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - - - - - - 7938 - 3431 - 8 - 08CH1142 - 2014-09-01 - 2019-08-31 - CH - Children's Developmental Services of Campbell County - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - - - - - - - 7939 - 919 - 12 - 90CM9809 - 2014-11-01 - 2019-10-31 - CM - Redlands Christian Migrant Association - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - - - - - - - 7940 - 15 - 12 - 90CM9805 - 2014-07-01 - 2019-06-30 - CM - Illinois Department of Human Services - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - - - - - - - 7941 - 539 - 12 - 90CM9804 - 2015-03-01 - 2020-02-28 - CM - Holyoke, Chicopee, Springfield Head Start Inc. - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F39971 - L39971 - 39971@hsesinfo.org - - - - - - - 7942 - 752 - 12 - 90CM9803 - 2015-03-01 - 2020-06-30 - CM - Telamon Corporation - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F39971 - L39971 - 39971@hsesinfo.org - - - - - - - 7943 - 1588 - 12 - 90CM9810 - 2015-01-01 - 2020-12-31 - CM - Oregon Child Development Coalition, Inc. - Active - F3537 - L3537 - 3537@hsesinfo.org - F39971 - L39971 - 39971@hsesinfo.org - 2397 - 352 - - - - - 7944 - 166 - 12 - 90CM9811 - 2015-02-01 - 2020-01-31 - CM - TEXAS MIGRANT COUNCIL - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - - - - - - - 7945 - 1436 - 2 - 02CH3058 - 2014-05-01 - 2019-04-30 - CH - Head Start of Eastern Orange County, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - - - - - - - 7946 - 497 - 2 - 02CH3059 - 2014-05-01 - 2019-04-30 - CH - Parsons Child and Family Center - Inactive - F2340 - L2340 - 2340@hsesinfo.org - - - - - - - - - - 7947 - 1303 - 11 - 90CI9843 - 2014-05-01 - 2020-04-30 - CI - Yankton Sioux Tribe of South Dakota - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 7948 - 1149 - 6 - 06CH7109 - 2014-05-01 - 2019-06-30 - CH - Economic Opportunities Advancement Corporation of Planning Region XI - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F13531 - L13531 - 13531@hsesinfo.org - - - - - - - 7949 - 796 - 6 - 06CH7108 - 2014-05-01 - 2019-06-30 - CH - Child Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 7950 - 284 - 10 - 10CH0204 - 2014-07-01 - 2019-06-30 - CH - Pocatello School District No. 25 - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F2421 - L2421 - 2421@hsesinfo.org - - - - - - - 7951 - 1347 - 10 - 10CH0203 - 2014-06-01 - 2019-05-31 - CH - Umatilla Morrow Head Start, Inc. - Inactive - F14039 - L14039 - 14039@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - - - - - - - 7952 - 171 - 10 - 10CH0206 - 2014-07-01 - 2021-06-30 - CH - Eastern Oregon University - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - - - - - - - 7953 - 1387 - 6 - 06CH7110 - 2014-05-01 - 2019-06-30 - CH - Tri-County Community Action, Inc. - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - - - - - - - 7954 - 252 - 10 - 10CH0202 - 2014-06-01 - 2019-05-31 - CH - Rural Resources Community Action - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F46991 - L46991 - 46991@hsesinfo.org - - - - - - - 7955 - 505 - 10 - 10CH0205 - 2014-07-01 - 2019-06-30 - CH - Eastern Washington University - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F46991 - L46991 - 46991@hsesinfo.org - - - - - - - 7956 - 1532 - 12 - 90CM9812 - 2014-05-01 - 2020-01-31 - CM - Community Action Program for Central Arkansas CAPCA - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - - - - - - - 7957 - 1236 - 12 - 90CM9813 - 2014-05-01 - 2019-08-31 - CM - Mississippi County Arkansas Economic Opportunity Inc. - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - - - - - - - 7958 - 1615 - 3 - 03CH3430 - 2014-06-01 - 2019-05-31 - CH - Lawrence County Social Services, Inc. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 7959 - 590 - 3 - 03CH3428 - 2014-06-01 - 2019-05-31 - CH - New River Community Action, Inc. - Inactive - - - - F11796 - L11796 - 11796@hsesinfo.org - - - - - - - 7960 - 342 - 3 - 03CH3429 - 2014-06-01 - 2019-05-31 - CH - AFL-CIO Appalachian Council - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F44039 - L44039 - 44039@hsesinfo.org - - - - - - - 7961 - 1258 - 11 - 90CI9844 - 2014-06-01 - 2020-05-31 - CI - The Hopi Tribe - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - - - - - - - 7962 - 1009 - 5 - 05CH8385 - 2014-06-01 - 2019-05-31 - CH - Floyd County Community Action Agency - Inactive - F44271 - L44271 - 44271@hsesinfo.org - F43022 - L43022 - 43022@hsesinfo.org - - - - - - - 7963 - 1528 - 5 - 05CH8414 - 2014-07-01 - 2019-10-31 - CH - Metropolitan Children and Youth, Inc. Renaissance - Inactive - - - - F14177 - L14177 - 14177@hsesinfo.org - - - - - - - 7964 - 1499 - 3 - 03CH3433 - 2014-07-01 - 2019-06-30 - CH - Warren & Forest Counties Economic Opportunity Council - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - - - - - - - 7965 - 1230 - 3 - 03CH3434 - 2014-07-01 - 2019-06-30 - CH - North Central West Virginia Community Action Agency - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F44039 - L44039 - 44039@hsesinfo.org - - - - - - - 7966 - 1666 - 3 - 03CH3435 - 2014-07-01 - 2020-06-30 - CH - Northern Panhandle Head Start, Inc. - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - - - - - - - 7967 - 551 - 5 - 05CH8449 - 2014-06-01 - 2019-05-31 - CH - Children's Home & Aid Society of Illinois - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - - - - - - - 7968 - 1145 - 5 - 05CH8360 - 2014-07-01 - 2019-06-30 - CH - Wabash Area Development, Inc. - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 7969 - 1447 - 5 - 05CH8447 - 2014-07-01 - 2019-03-31 - CH - Tri-County Opportunities Council, Inc. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 7970 - 125 - 5 - 05CH8445 - 2014-07-01 - 2020-06-30 - CH - Southern Illinois University - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - - - - - - - 7971 - 1256 - 5 - 05CH8446 - 2014-07-01 - 2019-06-30 - CH - Springfield Urban League, Inc. - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F43022 - L43022 - 43022@hsesinfo.org - - - - - - - 7972 - 641 - 5 - 05CH8432 - 2014-07-01 - 2019-06-30 - CH - Hamilton Center Inc. - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - - - - - - - 7973 - 1651 - 5 - 05CH8415 - 2014-07-01 - 2019-12-31 - CH - Livingston Educational Service Agency - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - - - - - - 7974 - 1073 - 5 - 05CH8416 - 2014-07-01 - 2019-10-31 - CH - Dickinson-Iron Intermediate School District - Inactive - F44011 - L44011 - 44011@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 7975 - 1215 - 5 - 05CH8400 - 2014-07-01 - 2019-06-30 - CH - Parents in Community Action, Inc. - Inactive - - - - F2147 - L2147 - 2147@hsesinfo.org - - - - - - - 7976 - 1004 - 5 - 05CH8396 - 2014-07-01 - 2019-06-30 - CH - Bi-County Community Action Programs, Inc. - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - - - - - - - 7977 - 1115 - 5 - 05CH8390 - 2014-07-01 - 2020-03-31 - CH - Community Action Agency of Columbiana County, Inc. - Inactive - - - - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 7978 - 1620 - 5 - 05CH8388 - 2014-07-01 - 2019-06-30 - CH - Athens - Meigs Educational Service Center - Inactive - F44011 - L44011 - 44011@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 7979 - 175 - 5 - 05CH8389 - 2014-07-01 - 2019-06-30 - CH - North Central State College - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - - - - - - - 7980 - 869 - 5 - 05CH8498 - 2014-07-01 - 2019-06-30 - CH - Merrill Area Public Schools - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - - - - - - - 7981 - 291 - 5 - 05CH8499 - 2014-07-01 - 2019-06-30 - CH - Wood County Head Start, Inc. - Inactive - F44011 - L44011 - 44011@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - - - - - - - 7982 - 1889 - 5 - 05CH8497 - 2014-06-01 - 2019-05-31 - CH - Head Start Child and Family Development Centers, Inc. - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 7983 - 1893 - 5 - 05CH8428 - 2014-07-01 - 2019-10-31 - CH - Elkhart and St. Joseph Counties Head Start Consortium - Inactive - F44011 - L44011 - 44011@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - - - - - - - 7984 - 176 - 5 - 05CH8409 - 2014-07-01 - 2019-06-30 - CH - Southfield Public School District - Inactive - F44271 - L44271 - 44271@hsesinfo.org - F43022 - L43022 - 43022@hsesinfo.org - - - - - - - 7985 - 752 - 5 - 05CH8430 - 2014-06-01 - 2019-06-30 - CH - Telamon Corporation - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F47912 - L47912 - 47912@hsesinfo.org - - - - - - - 7986 - 1853 - 5 - 05CH8370 - 2014-07-01 - 2019-06-30 - CH - National Centers for Learning Excellence, Inc. - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F2147 - L2147 - 2147@hsesinfo.org - - - - - - - 7987 - 418 - 5 - 05CH8408 - 2014-07-01 - 2020-05-31 - CH - Fivecap, Inc. - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - - - - - - 7988 - 922 - 5 - 05CH8393 - 2014-07-01 - 2019-03-31 - CH - Arrowhead Economic Opportunity Agency, Inc. - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - - - - - - - 7989 - 836 - 5 - 05CH8395 - 2014-07-01 - 2019-03-31 - CH - Minnesota Valley Action Council, Inc. - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 7990 - 1627 - 5 - 05CH8394 - 2014-07-01 - 2019-10-31 - CH - Child Care Resource and Referral, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - - - - - - 7991 - 194 - 5 - 05CH8467 - 2014-07-01 - 2019-11-30 - CH - Celina City Schools - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 7992 - 1065 - 5 - 05CH8468 - 2014-07-01 - 2019-06-30 - CH - Community Action Commission of Belmont County - Inactive - - - - F43022 - L43022 - 43022@hsesinfo.org - - - - - - - 7993 - 5942 - 5 - 05CH8473 - 2014-06-01 - 2019-06-30 - CH - Toledo Public Schools - Inactive - F44271 - L44271 - 44271@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - - - - - - - 7994 - 5941 - 5 - 05CH8472 - 2014-06-01 - 2019-05-31 - CH - Brightside Academy, Inc. - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F2147 - L2147 - 2147@hsesinfo.org - - - - - - - 7995 - 333 - 10 - 10CH0207 - 2014-07-01 - 2019-08-31 - CH - Lower Columbia College - Inactive - F14039 - L14039 - 14039@hsesinfo.org - F46991 - L46991 - 46991@hsesinfo.org - - - - - - - 7996 - 102 - 10 - 10CH0208 - 2014-07-01 - 2019-06-30 - CH - Kitsap Community Resources - Inactive - F14039 - L14039 - 14039@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - - - - - - - 7997 - 155 - 7 - 07CH7073 - 2014-06-01 - 2019-05-31 - CH - Tri-County Child and Family Development Council, Inc. - Inactive - - - - F240 - L240 - 240@hsesinfo.org - - - - - - - 7998 - 814 - 7 - 07CH7072 - 2014-06-01 - 2019-05-31 - CH - Midland Lutheran College - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F47025 - L47025 - 47025@hsesinfo.org - - - - - - - 7999 - 701 - 12 - 90CM9814 - 2014-07-01 - 2019-06-30 - CM - UMOS, Inc. - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - - - - - - - 8000 - 799 - 9 - 09CH9151 - 2014-06-01 - 2019-05-31 - CH - Maui Economic Opportunity, Inc. - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - - - - - - 8001 - 909 - 4 - 04CH4700 - 2014-05-01 - 2019-02-28 - CH - Community Action Partnership Of North Alabama, Inc. - Inactive - - - - F42667 - L42667 - 42667@hsesinfo.org - - - - - - - 8002 - 5981 - 4 - 04CH4701 - 2014-05-01 - 2019-04-30 - CH - New Hanover County Schools - Inactive - - - - F42900 - L42900 - 42900@hsesinfo.org - - - - - - - 8003 - 1613 - 1 - 01CH2916 - 2014-06-01 - 2019-05-31 - CH - Southern Kennebec Child Development Corporation - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - - - 8004 - 996 - 1 - 01CH2409 - 2014-06-01 - 2019-05-31 - CH - Aroostook County Action Program - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F32486 - L32486 - 32486@hsesinfo.org - - - - - - - 8005 - 705 - 1 - 01CH2013 - 2014-06-01 - 2019-05-31 - CH - Penquis C.A.P., Inc. - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F13406 - L13406 - 13406@hsesinfo.org - - - - - - - 8006 - 1543 - 1 - 01CH2033 - 2014-07-01 - 2021-02-28 - CH - Berkshire County Head Start Child Development Program, Inc. - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - - - - - - - 8007 - 3663 - 2 - 02CH3060 - 2014-05-01 - 2020-01-31 - CH - Rising Ground, Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F48109 - L48109 - 48109@hsesinfo.org - - - - - - - 8008 - 564 - 3 - 03CH3432 - 2014-07-01 - 2020-01-31 - CH - Garrett County Community Action Committee, Inc. - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - - - - - - - 8009 - 982 - 8 - 08CH1076 - 2014-07-01 - 2020-02-29 - CH - Youth & Family Services, Inc. - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - - - - - - - 8010 - 6021 - 3 - 03CH3436 - 2014-06-01 - 2019-11-30 - CH - Mile High Kids and Community Development, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - - - - - - - 8011 - 1402 - 4 - 04CH4702 - 2014-07-01 - 2020-06-30 - CH - Lutheran Services Florida, Inc. - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F13741 - L13741 - 13741@hsesinfo.org - - - - - - - 8012 - 6041 - 3 - 03CH3437 - 2014-06-01 - 2018-06-30 - CH - Philadelphia Health Management - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - - - - - - - 8013 - 1077 - 3 - 03CH3444 - 2014-07-01 - 2019-06-30 - CH - Rosemount Center, Inc. - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F44039 - L44039 - 44039@hsesinfo.org - - - - - - - 8014 - 1259 - 3 - 03CH3439 - 2014-07-01 - 2019-12-31 - CH - Centronia, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - - - - - - - 8015 - 1848 - 4 - 04CH4703 - 2014-06-01 - 2019-05-31 - CH - Washington Cty Chap Negro Bus & Prof Womans Club, Inc. - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 8016 - 123 - 5 - 05CH8429 - 2014-07-01 - 2019-06-30 - CH - South Central Community Action Program - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 8017 - 1490 - 4 - 04CH4706 - 2014-06-01 - 2019-05-31 - CH - Breckinridge-Grayson Programs, Inc. - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 8018 - 527 - 4 - 04CH4704 - 2014-06-01 - 2019-05-31 - CH - Community Action of Southern Kentucky Inc. - Inactive - - - - F11679 - L11679 - 11679@hsesinfo.org - - - - - - - 8019 - 1411 - 5 - 05CH8369 - 2014-06-01 - 2020-05-31 - CH - Acelero, Inc. - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F13894 - L13894 - 13894@hsesinfo.org - - - - - - - 8020 - 728 - 5 - 05CH8470 - 2014-07-01 - 2019-12-15 - CH - Cincinnati-Hamilton County Community Action Agency - Inactive - - - - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 8021 - 4097 - 5 - 05CH8471 - 2014-07-01 - 2019-10-31 - CH - Hamilton County Educational Service Center - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 8022 - 1088 - 3 - 03CH3441 - 2014-07-01 - 2019-05-31 - CH - Community Progress Council, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F32243 - L32243 - 32243@hsesinfo.org - - - - - - - 8023 - 1279 - 4 - 04CH4705 - 2014-06-01 - 2019-05-31 - CH - Piedmont Community Actions Inc. - Inactive - F13510 - L13510 - 13510@hsesinfo.org - - - - - - - - - - 8024 - 4395 - 3 - 03CH3431 - 2014-06-01 - 2020-11-30 - CH - Rural Family Development - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 8025 - 1564 - 3 - 03CH3442 - 2014-07-01 - 2019-06-30 - CH - Tri-County Community Action Agency - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - - - - - - - 8026 - 1301 - 3 - 03CH3443 - 2014-07-01 - 2020-04-30 - CH - Community Improvement Council, Inc. - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - - - - - - - 8027 - 556 - 3 - 03CH3440 - 2014-07-01 - 2019-06-30 - CH - Eastern Panhandle Instructional Cooperative - Inactive - - - - F44251 - L44251 - 44251@hsesinfo.org - - - - - - - 8028 - 1430 - 3 - 03CH3438 - 2014-07-01 - 2019-06-30 - CH - Upshur Human Resources, Inc. - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - - - - - - - 8029 - 1699 - 9 - 09CH9152 - 2014-07-01 - 2021-06-30 - CH - Los Angeles County Office of Education - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 8030 - 1993 - 9 - 09CH9153 - 2014-07-01 - 2019-06-30 - CH - Colusa County Office of Education - Inactive - - - - F43326 - L43326 - 43326@hsesinfo.org - - - - - - - 8031 - 1646 - 9 - 09CH9154 - 2014-07-01 - 2019-06-30 - CH - El Dorado County Office of Education - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - - - - - - - 8032 - 1609 - 4 - 04CH4708 - 2014-06-01 - 2019-05-31 - CH - Lowndes Co School District - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - - - - - - - 8033 - 910 - 4 - 04CH4707 - 2014-06-01 - 2019-05-31 - CH - Pickens County Community Action Committee, and Community Develop Ment Corporation, Inc. - Inactive - - - - F42667 - L42667 - 42667@hsesinfo.org - - - - - - - 8034 - 6102 - 3 - 03CH3447 - 2014-07-01 - 2019-06-30 - CH - Bright Beginnings Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - - - - - - 8035 - 732 - 3 - 03CH3446 - 2014-07-01 - 2019-06-30 - CH - United Planning Organization - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F44345 - L44345 - 44345@hsesinfo.org - - - - - - - 8036 - 1302 - 3 - 03CH3445 - 2014-07-01 - 2020-06-30 - CH - District of Columbia Public Schools - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F44251 - L44251 - 44251@hsesinfo.org - - - - - - - 8037 - 1600 - 3 - 03CH3452 - 2014-07-01 - 2020-06-30 - CH - Maryland Family Network, Inc. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - - - - - - - 8038 - 1127 - 3 - 03CH3451 - 2014-07-01 - 2019-06-30 - CH - Mayor & City Council of Baltimore City - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - - - - - - - 8039 - 876 - 3 - 03CH3450 - 2014-07-01 - 2019-06-30 - CH - Associated Catholic Charities Inc. - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - - - - - - - 8040 - 6101 - 3 - 03CH3449 - 2014-07-01 - 2019-06-30 - CH - St. Vincent De Paul of Baltimore, Inc. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F44039 - L44039 - 44039@hsesinfo.org - - - - - - - 8041 - 874 - 3 - 03CH3448 - 2014-07-01 - 2019-06-30 - CH - Y M C A of Central Maryland, Inc. - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F44345 - L44345 - 44345@hsesinfo.org - - - - - - - 8042 - 336 - 2 - 02CH3062 - 2014-06-01 - 2019-05-31 - CH - Cortland County Community Action Program - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 8043 - 375 - 8 - 08CH1092 - 2014-07-01 - 2020-08-31 - CH - Community Action of Laramie County Inc. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - - - - - - - 8044 - 1846 - 2 - 02CH3061 - 2014-06-01 - 2019-05-31 - CH - Municipality of Humacao - Inactive - F15514 - L15514 - 15514@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 8045 - 1617 - 6 - 06CH7112 - 2014-06-01 - 2019-05-31 - CH - Community Services office, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - - - - - - 8046 - 6121 - 7 - 07CH7074 - 2014-06-01 - 2019-06-30 - CH - Kansas City, Kansas Public Schools, USD #500 - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F45048 - L45048 - 45048@hsesinfo.org - - - - - - - 8047 - 6124 - 5 - 05CH8410 - 2014-06-01 - 2019-06-30 - CH - New St. Paul Head Start Agency, Inc. - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - - - - - - - 8048 - 6123 - 5 - 05CH8411 - 2014-06-01 - 2019-06-30 - CH - Metropolitan Children and Youth, Inc. - Inactive - - - - F14177 - L14177 - 14177@hsesinfo.org - - - - - - - 8049 - 339 - 5 - 05CH8412 - 2014-06-01 - 2019-09-30 - CH - Starfish Family Services, Inc. - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - - - - - - - 8050 - 4429 - 5 - 05CH8413 - 2014-06-01 - 2019-11-30 - CH - Matrix Human Services - Inactive - - - - F14177 - L14177 - 14177@hsesinfo.org - - - - - - - 8052 - 6122 - 6 - 06CH7119 - 2014-06-01 - 2020-03-31 - CH - Jay Public Schools - Inactive - - - - F41383 - L41383 - 41383@hsesinfo.org - - - - - - - 8053 - 1765 - 6 - 06CH7116 - 2014-06-01 - 2019-06-30 - CH - Concho Valley Council of Governments - Inactive - F23929 - L23929 - 23929@hsesinfo.org - - - - - - - - - - 8054 - 1358 - 9 - 09CH9163 - 2014-07-01 - 2019-06-30 - CH - Chicanos Por la Causa, Inc. - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 8055 - 1362 - 9 - 09CH9158 - 2014-07-01 - 2019-06-30 - CH - City of Phoenix - Inactive - - - - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 8056 - 421 - 9 - 09CH9162 - 2014-07-01 - 2021-06-30 - CH - Merced County Superintendent of Schools - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F35663 - L35663 - 35663@hsesinfo.org - - - - - - - 8057 - 249 - 9 - 09CH9161 - 2014-07-01 - 2019-06-30 - CH - Monterey County Office of Education - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 8058 - 1031 - 9 - 09CH9159 - 2014-07-01 - 2019-06-30 - CH - Alameda Family Services - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - - - - - - - 8059 - 667 - 9 - 09CH9157 - 2014-07-01 - 2019-06-30 - CH - Long Beach Unified School District - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 8060 - 1784 - 9 - 09CH9156 - 2014-07-01 - 2019-06-30 - CH - Sierra Cascade Family Opportunities, Inc. - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - - - - - - 8061 - 413 - 9 - 09CH9155 - 2014-07-01 - 2019-06-30 - CH - Orange County Head Start - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F35663 - L35663 - 35663@hsesinfo.org - - - - - - - 8062 - 926 - 8 - 08CH1017 - 2014-07-01 - 2019-08-31 - CH - Morgan County School District Re-3 - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 8063 - 1884 - 8 - 08CH1012 - 2014-07-01 - 2019-06-30 - CH - Rio Grande Child Development Family Services - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - - - - - - - 8065 - 1183 - 8 - 08CH1034 - 2014-07-01 - 2019-11-30 - CH - District 4 Human Resource Development Council - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 8066 - 833 - 6 - 06CH7125 - 2014-06-01 - 2019-05-31 - CH - Gulf Coast Community Services Association - Inactive - F3061 - L3061 - 3061@hsesinfo.org - - - - - - - - - - 8067 - 1916 - 9 - 09CH9160 - 2014-07-01 - 2019-06-30 - CH - Guam Public School System - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 8068 - 161 - 6 - 06CH7126 - 2014-06-01 - 2020-05-31 - CH - Regina Coeli Child Development Center, Inc. - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 8069 - 192 - 6 - 06CH7111 - 2014-06-01 - 2019-05-31 - CH - Bonham Independent School District - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2207 - L2207 - 2207@hsesinfo.org - - - - - - - 8070 - 173 - 6 - 06CH7114 - 2014-06-01 - 2019-05-31 - CH - College Station Independent School District - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - - - - - - - 8071 - 1566 - 6 - 06CH7124 - 2014-06-01 - 2019-05-31 - CH - Pecos County Community Action Agency - Inactive - F2339 - L2339 - 2339@hsesinfo.org - - - - - - - - - - 8072 - 1068 - 10 - 10CH0209 - 2014-07-01 - 2019-06-30 - CH - Reliable Enterprises - Inactive - F47078 - L47078 - 47078@hsesinfo.org - F47540 - L47540 - 47540@hsesinfo.org - - - - - - - 8073 - 332 - 10 - 10CH0210 - 2014-07-01 - 2019-06-30 - CH - Olympic Community Action Programs - Inactive - F48537 - L48537 - 48537@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - - - - - - - 8074 - 755 - 6 - 06CH7113 - 2014-06-01 - 2019-05-31 - CH - Central Arkansas Development Council - Inactive - - - - F15375 - L15375 - 15375@hsesinfo.org - - - - - - - 8075 - 416 - 4 - 04CH4709 - 2014-06-01 - 2019-05-31 - CH - Kids Incorporated of the Big Bend - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - - - - - - - 8076 - 159 - 6 - 06CH7115 - 2014-06-01 - 2019-05-31 - CH - St. Martin, Iberia, Lafayette Community Action Agency (SMILE - Inactive - F2179 - L2179 - 2179@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 8077 - 1605 - 13 - 90CH0113 - 2014-06-01 - 2016-05-31 - CH - CDI HS/ Coastal Bend, TX - Inactive - - - - - - - - - - - - - 8078 - 467 - 2 - 02CH3063 - 2014-07-01 - 2019-11-30 - CH - Community Program Centers of Long Island, Inc. - Inactive - F32488 - L32488 - 32488@hsesinfo.org - F32828 - L32828 - 32828@hsesinfo.org - - - - - - - 8079 - 145 - 6 - 06CH7122 - 2014-06-01 - 2019-10-31 - CH - Families and Children Together, Inc. - Inactive - - - - F2204 - L2204 - 2204@hsesinfo.org - - - - - - - 8080 - 6201 - 6 - 06CH7117 - 2014-06-01 - 2019-07-31 - CH - Iberville Parish School Board - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 8081 - 1605 - 13 - 90CH0114 - 2014-07-01 - 2017-06-30 - CH - CDI HS\City of Newark, NJ - Inactive - F27052 - L27052 - 27052@hsesinfo.org - F3538 - L3538 - 3538@hsesinfo.org - - - - - - - 8082 - 206 - 7 - 07CH7075 - 2014-07-01 - 2020-06-30 - CH - University of Kansas Medical Center Research Institute - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F45048 - L45048 - 45048@hsesinfo.org - - - - - - - 8083 - 431 - 7 - 07CH7076 - 2014-07-01 - 2019-06-30 - CH - Hutchinson Unified School District #308 - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F45048 - L45048 - 45048@hsesinfo.org - - - - - - - 8084 - 278 - 7 - 07CH7077 - 2014-07-01 - 2019-06-30 - CH - Unified School District 383 - Inactive - F47594 - L47594 - 47594@hsesinfo.org - F45048 - L45048 - 45048@hsesinfo.org - - - - - - - 8085 - 1898 - 7 - 07CH7079 - 2014-07-01 - 2019-06-30 - CH - McPherson Unified School District #418 - Inactive - F2256 - L2256 - 2256@hsesinfo.org - - - - - - - - - - 8086 - 6221 - 6 - 06CH7123 - 2014-06-01 - 2019-11-30 - CH - Avoyelles Child Development Services, Inc. - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F15375 - L15375 - 15375@hsesinfo.org - - - - - - - 8087 - 1092 - 7 - 07CH7078 - 2014-07-01 - 2019-06-30 - CH - Ozark Action, Inc. - Inactive - - - - F240 - L240 - 240@hsesinfo.org - - - - - - - 8088 - 468 - 6 - 06CH7130 - 2014-07-01 - 2019-06-30 - CH - Denton Independent School District - Inactive - F43271 - L43271 - 43271@hsesinfo.org - F44340 - L44340 - 44340@hsesinfo.org - - - - - - - 8089 - 407 - 10 - 10CH0211 - 2014-08-01 - 2019-07-31 - CH - CCS Early Learning - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - - - - - - - 8090 - 1605 - 13 - 90CH0115 - 2014-07-01 - 2016-06-30 - CH - CDI HS\ Orleans Parish, LA - Inactive - - - - - - - - - - - - - 8091 - 457 - 10 - 10CH0212 - 2014-08-01 - 2020-06-30 - CH - Head Start of Lane County - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - - - - - - - 8092 - 1605 - 13 - 90CH0116 - 2014-07-01 - 2016-06-30 - CH - CDI HS\ Waterbury and Naugatuck, CT - Inactive - - - - - - - - - - - - - 8093 - 1058 - 2 - 02CH3064 - 2014-07-01 - 2020-05-31 - CH - Chautauqua Opportunities Inc. - Inactive - F47556 - L47556 - 47556@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 8094 - 1605 - 13 - 90CH0117 - 2014-07-01 - 2017-06-30 - CH - CDI HS/ Somerset, NJ - Inactive - F27052 - L27052 - 27052@hsesinfo.org - F3538 - L3538 - 3538@hsesinfo.org - - - - - - - 8095 - 254 - 5 - 05CH8454 - 2014-07-01 - 2019-06-30 - CH - Western Egyptian Economic Opportunity Council - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - - - - - - - 8096 - 1792 - 1 - 01CH2523 - 2014-07-01 - 2019-04-30 - CH - Pathways for Children, Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F13406 - L13406 - 13406@hsesinfo.org - - - - - - - 8097 - 6241 - 1 - 01CH2500 - 2014-07-01 - 2019-07-31 - CH - Worcester Public Schools - Child Development Head Start - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - - - - - - - 8098 - 1772 - 2 - 02CH3065 - 2014-07-01 - 2019-06-30 - CH - Yeled V'Yalda Early Childhood Center, Inc. - Inactive - F47556 - L47556 - 47556@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 8099 - 1005 - 7 - 07CH7080 - 2014-07-01 - 2019-12-31 - CH - West Central Missouri Community Action Agency - Inactive - F11828 - L11828 - 11828@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - - - - - - - 8100 - 1361 - 2 - 02CH3069 - 2014-07-01 - 2019-06-30 - CH - Passaic Family Head Start - Inactive - F47557 - L47557 - 47557@hsesinfo.org - F32828 - L32828 - 32828@hsesinfo.org - - - - - - - 8101 - 658 - 2 - 02CH3066 - 2014-07-01 - 2019-06-30 - CH - The Child Center of NY - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 8102 - 1375 - 2 - 02CH3067 - 2014-07-01 - 2017-06-28 - CH - NYSARC, INC. - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 8103 - 842 - 2 - 02CH3068 - 2014-07-01 - 2019-06-30 - CH - Puerto Rican Family Institute, Inc. - Inactive - F15514 - L15514 - 15514@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 8104 - 1702 - 7 - 07CH7081 - 2014-07-01 - 2018-12-31 - CH - Plattsmouth Community School District - Inactive - F47594 - L47594 - 47594@hsesinfo.org - F13558 - L13558 - 13558@hsesinfo.org - - - - - - - 8105 - 872 - 2 - 02CH3071 - 2014-07-01 - 2019-12-31 - CH - Schenectady Community Action Program - Inactive - F2340 - L2340 - 2340@hsesinfo.org - - - - - - - - - - 8106 - 1040 - 2 - 02CH3070 - 2014-07-01 - 2019-12-31 - CH - Municipio de Ponce - Inactive - F2342 - L2342 - 2342@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - - - - - - - 8107 - 1699 - 9 - 09CH9164 - 2014-07-01 - 2019-06-30 - CH - Los Angeles County Office of Education - Inactive - - - - F4029 - L4029 - 4029@hsesinfo.org - - - - - - - 8108 - 1125 - 2 - 02CH3072 - 2014-07-01 - 2019-11-30 - CH - Montclair Child Development Center, Inc. - Inactive - F47557 - L47557 - 47557@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - - - - - - - 8109 - 1685 - 2 - 02CH3075 - 2014-07-01 - 2020-06-30 - CH - East Orange Child Development Corporation - Inactive - F32488 - L32488 - 32488@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - - - - - - - 8110 - 1335 - 2 - 02CH3077 - 2014-07-01 - 2020-04-30 - CH - Greater Bergen Community Action, Inc. - Inactive - F32488 - L32488 - 32488@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - - - - - - - 8111 - 1494 - 2 - 02CH3073 - 2014-07-01 - 2019-06-30 - CH - Tompkins Community Action, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F32828 - L32828 - 32828@hsesinfo.org - - - - - - - 8112 - 1802 - 2 - 02CH3074 - 2014-07-01 - 2019-06-30 - CH - Birch Family Services, Inc. - Inactive - F32488 - L32488 - 32488@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - - - - - - - 8113 - 1448 - 2 - 02CH3076 - 2014-07-01 - 2019-06-30 - CH - Family Enrichment Network, Inc. - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 8114 - 1352 - 2 - 02CH3078 - 2014-07-01 - 2019-06-30 - CH - United Academy Inc. - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - - - - - - - 8115 - 1605 - 13 - 90CH0118 - 2014-07-01 - 2016-06-30 - CH - CDI HS/Suburban Cook, IL - Inactive - - - - - - - - - - - - - 8116 - 530 - 1 - 01CH2005 - 2014-07-01 - 2019-12-31 - CH - South Shore Stars, Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - - - - - - - 8117 - 913 - 7 - 07CH7082 - 2014-07-01 - 2019-06-30 - CH - Community Services Inc. of Northwest Missouri - Inactive - F2256 - L2256 - 2256@hsesinfo.org - - - - - - - - - - 8118 - 520 - 11 - 90CI9845 - 2014-07-01 - 2019-06-30 - CI - Crow Tribe of Indians - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 8119 - 216 - 2 - 02CH3080 - 2014-07-01 - 2019-06-30 - CH - The Children's Home Society of New Jersey - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - - - - - - - 8120 - 1695 - 6 - 06CH7129 - 2014-07-01 - 2020-06-30 - CH - Southeast NM Community Action Corporation - Inactive - - - - F2196 - L2196 - 2196@hsesinfo.org - - - - - - - 8121 - 1734 - 2 - 02CH3079 - 2014-07-01 - 2019-12-31 - CH - Project Social Care Head Start, Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - - - - - - - 8122 - 1197 - 2 - 02CH3081 - 2014-07-01 - 2019-12-31 - CH - Cattaraugus County Project Head Start, Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F47389 - L47389 - 47389@hsesinfo.org - - - - - - - 8123 - 748 - 2 - 02CH3082 - 2014-07-01 - 2019-11-30 - CH - Family Services of Westchester, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - - - - - - - 8124 - 458 - 2 - 02CH3083 - 2014-07-01 - 2020-02-29 - CH - Regional Economic Community Action Program, Inc. - Inactive - F32488 - L32488 - 32488@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 8125 - 181 - 2 - 02CH3084 - 2014-07-01 - 2019-06-30 - CH - Columbia Opportunities, Inc. - Inactive - F2342 - L2342 - 2342@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 8126 - 1704 - 2 - 02CH3085 - 2014-07-01 - 2020-03-31 - CH - Sullivan County Head Start, Inc. - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F47389 - L47389 - 47389@hsesinfo.org - - - - - - - 8127 - 1011 - 2 - 02CH3086 - 2014-07-01 - 2020-01-31 - CH - P.E.A.C.E., Inc. - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F32828 - L32828 - 32828@hsesinfo.org - - - - - - - 8128 - 1605 - 13 - 90CH0120 - 2014-07-01 - 2016-06-30 - CH - CDI HS/ Southwest Texas, TX - Inactive - - - - - - - - - - - - - 8129 - 1605 - 13 - 90CH0119 - 2014-07-01 - 2017-06-30 - CH - CDI HS/ Kansas River Valley, KS - Inactive - F27052 - L27052 - 27052@hsesinfo.org - F40193 - L40193 - 40193@hsesinfo.org - - - - - - - 8130 - 747 - 1 - 01CH2441 - 2014-07-01 - 2020-10-31 - CH - Alliance For Community Empowerment, Inc. - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - - - 8131 - 645 - 1 - 01CH2242 - 2014-07-01 - 2019-10-31 - CH - Children's Learning Centers of Fairfield County, Inc. - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - - - 8132 - 834 - 6 - 06CH7165 - 2014-07-01 - 2019-06-30 - CH - Allen Action Agency, Inc. - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F15375 - L15375 - 15375@hsesinfo.org - - - - - - - 8133 - 162 - 6 - 06CH7131 - 2014-07-01 - 2019-06-30 - CH - St Charles Parish School Board - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2193 - L2193 - 2193@hsesinfo.org - - - - - - - 8134 - 1147 - 2 - 02CH3089 - 2014-07-01 - 2020-06-30 - CH - Mohawk Valley Community Action Agency, Inc. - Inactive - F32488 - L32488 - 32488@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 8135 - 240 - 2 - 02CH3088 - 2014-07-01 - 2020-04-30 - CH - Saratoga County Economic Opportunity Council, Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - - - - - - - 8136 - 680 - 2 - 02CH3087 - 2014-07-01 - 2020-01-31 - CH - Sheltering Arms Children and Family Services, Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - - - - - - - 8137 - 1219 - 6 - 06CH7150 - 2014-07-01 - 2019-06-30 - CH - Green Country Behavioral Health Services, Inc. - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - - - - - - - 8138 - 1304 - 6 - 06CH7154 - 2014-07-01 - 2020-04-30 - CH - Big Five Community Services, Inc. - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - - - - - - - 8139 - 857 - 6 - 06CH7147 - 2014-07-01 - 2021-06-30 - CH - Region XIX Education Service Center - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - - - - - - - 8140 - 276 - 6 - 06CH7128 - 2014-07-01 - 2019-06-30 - CH - Sulphur Springs Independent School District - Inactive - F43271 - L43271 - 43271@hsesinfo.org - F2207 - L2207 - 2207@hsesinfo.org - - - - - - - 8141 - 1670 - 4 - 04CH4710 - 2014-07-01 - 2019-06-30 - CH - Boyd County Board of Education - Inactive - F46251 - L46251 - 46251@hsesinfo.org - - - - - - - - - - 8142 - 1555 - 6 - 06CH7157 - 2014-07-01 - 2019-06-30 - CH - La Salle Community Action Association Inc. - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 8143 - 3646 - 2 - 02CH3090 - 2014-07-01 - 2019-06-30 - CH - Catholic Charities Neighborhood Services, Inc. - Inactive - F2340 - L2340 - 2340@hsesinfo.org - - - - - - - - - - 8144 - 963 - 4 - 04CH4711 - 2014-07-01 - 2019-06-30 - CH - Southwest Human Resource Agency - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 8145 - 544 - 11 - 10CH0213 - 2014-09-01 - 2019-08-31 - CI - Bristol Bay Native Association - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 8146 - 3501 - 6 - 06CH7162 - 2014-07-01 - 2019-11-30 - CH - Arkansas Early Learning, Inc. - Inactive - - - - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 8147 - 585 - 4 - 04CH4712 - 2014-07-01 - 2019-06-30 - CH - Lake Cumberland Community Action Agency Inc. - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - - - - - - - 8148 - 1377 - 6 - 06CH7149 - 2014-07-01 - 2019-12-31 - CH - Region IX Education Cooperative - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - - - - - - - 8149 - 1575 - 6 - 06CH7146 - 2014-07-01 - 2019-11-30 - CH - New Mexico State University - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F41654 - L41654 - 41654@hsesinfo.org - - - - - - - 8150 - 1141 - 4 - 04CH4713 - 2014-07-01 - 2019-06-30 - CH - Blue Ridge Opportunity Commission, Incorporated - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 8151 - 749 - 4 - 04CH4717 - 2014-07-01 - 2019-06-30 - CH - Southeastern Community and Family Services, Inc. - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - - - - - - - 8152 - 296 - 4 - 04CH4716 - 2014-07-01 - 2019-06-30 - CH - Cleveland County School District - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - - - - - - - 8153 - 1408 - 4 - 04CH4715 - 2014-07-01 - 2019-06-30 - CH - Kannapolis City School System - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 8154 - 1304 - 6 - 06CH7155 - 2014-07-01 - 2020-05-31 - CH - Big Five Community Services, Inc. - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - - - - - - - 8155 - 344 - 10 - 10CH0214 - 2014-09-01 - 2019-08-31 - CH - Oregon Coast Community Action - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - - - - - - - 8156 - 1495 - 4 - 04CH4714 - 2014-07-01 - 2019-06-30 - CH - Morgan County Head Start - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - - - - - - - 8157 - 3741 - 6 - 06CH7161 - 2014-07-01 - 2020-09-30 - CH - BCFS Education Services - Inactive - F48667 - L48667 - 48667@hsesinfo.org - F28510 - L28510 - 28510@hsesinfo.org - - - - - - - 8158 - 6692 - 6 - 06CH7127 - 2014-07-01 - 2019-06-30 - CH - Mount Pleasant ISD-Head Start/Early Head Start - Inactive - F43271 - L43271 - 43271@hsesinfo.org - F44340 - L44340 - 44340@hsesinfo.org - - - - - - - 8159 - 1718 - 6 - 06CH7143 - 2014-07-01 - 2019-11-30 - CH - Brazoria County Head Start Early Learning Schools - Inactive - F13559 - L13559 - 13559@hsesinfo.org - - - - - - - - - - 8160 - 1715 - 4 - 04CH4720 - 2014-07-01 - 2019-06-30 - CH - Chambers-Tallapoosa-Coosa Community Action Agency - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - - - - - - - 8161 - 277 - 6 - 06CH7133 - 2014-07-01 - 2019-06-30 - CH - Cleveland County School District - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - - - - - - - 8162 - 1151 - 4 - 04CH4718 - 2014-07-01 - 2019-06-30 - CH - Collier County, Florida, School District of - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - - - - - - - 8163 - 578 - 6 - 06CH7148 - 2014-07-01 - 2019-12-31 - CH - Parish of Natchitoches - Inactive - - - - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 8164 - 6301 - 6 - 06CH7156 - 2014-07-01 - 2020-03-31 - CH - Caldwell Parish School District - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 8165 - 337 - 6 - 06CH7163 - 2014-07-01 - 2019-06-30 - CH - BeauCARE, Inc. - Inactive - F2339 - L2339 - 2339@hsesinfo.org - - - - - - - - - - 8166 - 1594 - 6 - 06CH7145 - 2014-07-01 - 2020-01-31 - CH - Pine-Belt Multi-Purpose Agency, Inc. - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 8167 - 6302 - 6 - 06CH7164 - 2014-07-01 - 2019-06-30 - CH - Las Cruces School District #2 - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - - - - - - - 8168 - 944 - 4 - 04CH4719 - 2014-07-01 - 2019-06-30 - CH - Yadkin Valley Economic Development District Inc. - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - - - - - - - 8169 - 921 - 11 - 90CI9846 - 2014-06-01 - 2019-05-31 - CI - Iowa Tribe of Oklahoma, Inc. - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F15469 - L15469 - 15469@hsesinfo.org - - - - - - - 8170 - 550 - 11 - 90CI9847 - 2014-08-01 - 2019-07-31 - CI - Oglala Lakota College - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 8171 - 897 - 4 - 04CH4723 - 2014-07-01 - 2019-06-30 - CH - Sumter County Opportunity, Inc. - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - - - - - - - 8172 - 313 - 6 - 06CH7144 - 2014-07-01 - 2020-03-31 - CH - Head Start Child & Family Services, Inc. - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - - - - - - - 8173 - 919 - 4 - 04CH4724 - 2014-07-01 - 2019-06-30 - CH - Redlands Christian Migrant Association - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - - - - - - - 8174 - 1054 - 4 - 04CH4721 - 2014-07-01 - 2019-06-30 - CH - CSRA Economic Opportunity Authority, Inc. - Inactive - F48459 - L48459 - 48459@hsesinfo.org - F43625 - L43625 - 43625@hsesinfo.org - - - - - - - 8175 - 1307 - 4 - 04CH4722 - 2014-07-01 - 2019-06-30 - CH - Chapel Hill Training-Outreach Project, Inc. - Inactive - F48070 - L48070 - 48070@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - - - - - - - 8176 - 752 - 4 - 04CH4726 - 2014-07-01 - 2019-12-31 - CH - Telamon Corporation - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F45392 - L45392 - 45392@hsesinfo.org - - - - - - - 8177 - 356 - 4 - 04CH4728 - 2014-07-01 - 2020-10-31 - CH - Nash-Edgecombe Counties Economic Development, Inc. - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F48069 - L48069 - 48069@hsesinfo.org - - - - - - - 8178 - 345 - 4 - 04CH4725 - 2014-07-01 - 2019-06-30 - CH - Sunbelt Human Advancement Resources, Inc. - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 8179 - 1901 - 4 - 04CH4729 - 2014-07-01 - 2019-12-31 - CH - Pee Dee Community Action Agency - Inactive - F48459 - L48459 - 48459@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 8180 - 6321 - 4 - 04CH4727 - 2014-07-01 - 2019-06-30 - CH - Shelby County Board of Education - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 8253 - 914 - 4 - 04CH4733 - 2014-07-01 - 2019-07-31 - CH - Community Action Agency of South Alabama - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - - - - - - - 8254 - 644 - 4 - 04CH4735 - 2014-07-01 - 2019-07-31 - CH - Save the Children Federation Inc. - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F13741 - L13741 - 13741@hsesinfo.org - - - - - - - 8255 - 197 - 4 - 04CH4738 - 2014-07-01 - 2019-06-30 - CH - Vital Connections of the Midlands, Inc. - Inactive - F13740 - L13740 - 13740@hsesinfo.org - - - - - - - - - - 8256 - 817 - 4 - 04CH4736 - 2014-07-01 - 2019-06-30 - CH - GLEAMNS Human Resources Commission, Inc. - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F13741 - L13741 - 13741@hsesinfo.org - - - - - - - 8257 - 959 - 4 - 04CH4740 - 2014-07-01 - 2019-06-30 - CH - Lancaster County School District - Inactive - F46251 - L46251 - 46251@hsesinfo.org - - - - - - - - - - 8258 - 610 - 4 - 04CH4737 - 2014-07-01 - 2019-06-30 - CH - Carolina Community Actions, Inc. - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 8260 - 654 - 4 - 04CH4732 - 2014-07-01 - 2019-06-30 - CH - Community Coordinated Care for Children, Inc. - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - - - - - - - 8261 - 362 - 4 - 04CH4739 - 2014-07-01 - 2019-06-30 - CH - Agricultural & Labor Program Inc, The - Inactive - - - - F46450 - L46450 - 46450@hsesinfo.org - - - - - - - 8262 - 472 - 4 - 04CH4731 - 2014-07-01 - 2019-06-30 - CH - Economic Opportunity for Savannah-Chatham County Area, Inc. - Inactive - F46251 - L46251 - 46251@hsesinfo.org - - - - - - - - - - 8263 - 1674 - 4 - 04CH4734 - 2014-07-01 - 2020-04-30 - CH - Five County Child Development Program, Inc. - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - - - - - - - 8264 - 1872 - 4 - 04CH4730 - 2014-07-01 - 2019-12-31 - CH - Children's Bureau Inc. Dba Porter-Leath - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - - - - - - - 8265 - 928 - 6 - 06CH7160 - 2014-07-01 - 2019-06-30 - CH - Brazos Valley Community Action Agency, Inc. - Inactive - - - - - - - - - - - - - 8266 - 1294 - 6 - 06CH7159 - 2014-07-01 - 2020-07-31 - CH - Galveston County Community Action Council, Inc. - Inactive - F2179 - L2179 - 2179@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - - - - - - - 8267 - 272 - 6 - 06CH7151 - 2014-07-01 - 2019-12-31 - CH - Childcaregroup - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - - - - - - - 8268 - 1782 - 6 - 06CH7152 - 2014-07-01 - 2020-04-30 - CH - Education Service Center Region XIV - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 8269 - 1388 - 6 - 06CH7132 - 2014-07-01 - 2019-06-30 - CH - Franklin Parish School District - Inactive - F2339 - L2339 - 2339@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 8270 - 790 - 6 - 06CH7158 - 2014-07-01 - 2019-10-31 - CH - Economic Opportunity Agency of Washington County, Inc. - Inactive - - - - F2204 - L2204 - 2204@hsesinfo.org - - - - - - - 8271 - 1796 - 4 - 04CH4743 - 2014-07-01 - 2019-06-30 - CH - Hancock County Board of Education - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F43625 - L43625 - 43625@hsesinfo.org - - - - - - - 8272 - 1155 - 4 - 04CH4742 - 2014-07-01 - 2019-06-30 - CH - Picayune School District - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - - - - - - - 8309 - 1717 - 3 - 03CH3455 - 2014-08-01 - 2020-06-30 - CH - Spotsylvania County School Board - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F43578 - L43578 - 43578@hsesinfo.org - - - - - - - 8310 - 1415 - 3 - 03CH3453 - 2014-08-01 - 2019-07-31 - CH - Cen-Clear Child Services, Inc. - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - - - - - - - 8311 - 230 - 5 - 05CH8444 - 2014-09-01 - 2019-08-31 - CH - Centerstone of Illinois, Inc. - Inactive - F13564 - L13564 - 13564@hsesinfo.org - - - - - - - - - - 8312 - 596 - 5 - 05CH8443 - 2014-09-01 - 2019-08-31 - CH - Christopher House - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - - - - - - - 8313 - 1391 - 5 - 05CH8442 - 2014-09-01 - 2020-08-31 - CH - Two Rivers Head Start Agency - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - - - - - - - 8314 - 1423 - 5 - 05CH8361 - 2014-08-01 - 2019-07-31 - CH - Community Action Agency for McHenry County, Inc. - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 8315 - 770 - 5 - 05CH8365 - 2014-08-01 - 2020-07-31 - CH - Capital Area Community Services, Incorporated - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - - - - - - - 8316 - 1456 - 3 - 03CH3454 - 2014-08-01 - 2019-07-31 - CH - PRINCE GEORGES COUNTY BOARD OF EDUCATION - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - - - - - - - 8317 - 628 - 5 - 05CH8398 - 2014-08-01 - 2020-07-31 - CH - Duluth Public School District #709 - Inactive - F48866 - L48866 - 48866@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 8318 - 259 - 5 - 05CH8397 - 2014-08-01 - 2019-07-31 - CH - Northwest Community Action, Inc. - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - - - - - - - 8319 - 1933 - 5 - 05CH8475 - 2014-08-01 - 2019-07-31 - CH - Child Care Resources, Inc. - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - - - - - - - 8320 - 1243 - 5 - 05CH8474 - 2014-08-01 - 2019-07-31 - CH - Knox County Head Start, Inc. - Inactive - F44011 - L44011 - 44011@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - - - - - - - 8321 - 536 - 4 - 04CH4741 - 2014-07-01 - 2019-06-30 - CH - Enrichment Services Program, Inc. - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 8322 - 536 - 4 - 04CH4744 - 2014-07-01 - 2019-06-30 - CH - Enrichment Services Program, Inc. - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 8323 - 899 - 11 - 90CI9848 - 2014-08-01 - 2020-07-31 - CI - Otoe Missouria Tribe - Inactive - F47779 - L47779 - 47779@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - - - - - - - 8324 - 909 - 4 - 04CH4745 - 2014-07-01 - 2019-02-28 - CH - Community Action Partnership of North Alabama, Inc. - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - - - - - - - 8325 - 1481 - 9 - 09CH9166 - 2014-08-01 - 2019-07-31 - CH - Maui Family Support Services, Inc. - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - - - - - - 8326 - 1437 - 9 - 09CH9167 - 2014-08-01 - 2019-07-31 - CH - Board of Regents, University of Nevada, Reno - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - - - - - - 8327 - 1913 - 9 - 09CH9165 - 2014-08-01 - 2019-07-31 - CH - CNMI Public School System - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 8328 - 1774 - 2 - 02CH3091 - 2014-08-01 - 2019-07-31 - CH - Glen Cove Child Day Care Center, Inc. - Inactive - F14214 - L14214 - 14214@hsesinfo.org - - - - - - - - - - 8329 - 1827 - 4 - 04CH4746 - 2014-07-01 - 2019-06-30 - CH - Bourbon County Board of Education - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - - - - - - - 8330 - 1460 - 2 - 02CH3092 - 2014-08-01 - 2019-07-31 - CH - Fundacion Para el Desarrollo de Hogar Propio Incorporado - Inactive - F15514 - L15514 - 15514@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - - - - - - - 8331 - 220 - 11 - 90CI9849 - 2014-09-01 - 2019-08-31 - CI - Lummi - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F45305 - L45305 - 45305@hsesinfo.org - - - - - - - 8332 - 519 - 4 - 04CH4748 - 2014-09-01 - 2019-08-31 - CH - The University of Alabama At Birmingham - Inactive - F48459 - L48459 - 48459@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - - - - - - - 8333 - 1248 - 4 - 04CH4747 - 2014-09-01 - 2019-08-31 - CH - ASHEVILLE CITY SCHOOL DISTRICT - Inactive - - - - - - - - - - - - - 8334 - 289 - 11 - 90CI9850 - 2014-08-01 - 2020-07-31 - CI - Menominee Indian Tribe Of Wisconsin - Inactive - F47779 - L47779 - 47779@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - - - - - - - 8335 - 997 - 1 - 01CH2074 - 2014-08-01 - 2020-06-30 - CH - Community Concepts, Inc. - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F13406 - L13406 - 13406@hsesinfo.org - - - - - - - 8336 - 1577 - 11 - 90CI9852 - 2014-09-01 - 2019-08-31 - CI - Pueblo of Isleta - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - - - - - - - 8337 - 719 - 11 - 90CI9853 - 2014-09-01 - 2020-08-31 - CI - Cocopah Indian Tribe - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - - - - - - - 8338 - 1605 - 13 - 90CH0121 - 2014-08-01 - 2015-07-31 - CH - CDI HS\ Mahoning County, OH - Inactive - - - - - - - - - - - - - 8339 - 1600 - 3 - 03CH3456 - 2014-09-30 - 2020-09-29 - CH - Maryland Family Network, Inc. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - - - - - - - 8340 - 1433 - 11 - 90CI9851 - 2014-09-01 - 2019-08-31 - CI - Santee Sioux Nation - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - - - - - - - 8341 - 525 - 4 - 04CH4750 - 2014-09-01 - 2019-08-31 - CH - Ashland Board of Education - Inactive - F2001 - L2001 - 2001@hsesinfo.org - - - - - - - - - - 8342 - 532 - 4 - 04CH4749 - 2014-08-01 - 2020-07-31 - CH - School Board of Lee County - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F46450 - L46450 - 46450@hsesinfo.org - - - - - - - 8343 - 567 - 6 - 06CH7135 - 2014-08-01 - 2019-07-31 - CH - San Felipe Del Rio Consolidated Independent School District - Inactive - - - - - - - - - - - - - 8344 - 1605 - 13 - 90CH0122 - 2014-07-24 - 2016-07-23 - CH - CDI HS\ Forrest County, MS - Inactive - - - - - - - - - - - - - 8346 - 991 - 6 - 06CH7136 - 2014-09-01 - 2020-11-30 - CH - Kerrville Independent School District - Inactive - F43271 - L43271 - 43271@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 8347 - 6441 - 6 - 06CH7120 - 2014-08-01 - 2020-05-31 - CH - Children's Coalition for Northeast Louisiana, Inc. The - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 8348 - 831 - 9 - 09CH9168 - 2014-09-01 - 2019-08-31 - CH - Head Start of Northeastern Nevada - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - - - - - - 8349 - 1828 - 9 - 09CH9169 - 2014-09-01 - 2019-08-31 - CH - Stanislaus County Office of Education - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 8350 - 1790 - 6 - 06CH7134 - 2014-08-01 - 2019-07-31 - CH - Child and Family Services Inc, of Lea County - Inactive - - - - F2196 - L2196 - 2196@hsesinfo.org - - - - - - - 8351 - 1416 - 4 - 04CH4751 - 2014-08-01 - 2019-07-31 - CH - Blue Grass Community Action Partnership, Inc. - Inactive - - - - F11679 - L11679 - 11679@hsesinfo.org - - - - - - - 8352 - 169 - 7 - 07CH7083 - 2014-09-01 - 2020-08-31 - CH - Missouri Valley Community Action Agency - Inactive - F49091 - L49091 - 49091@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - - - - - - - 8353 - 1466 - 7 - 07CH7084 - 2014-09-01 - 2019-08-31 - CH - Children's Therapy Center of Pettis County, Inc. - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - - - - - - - 8354 - 710 - 4 - 04CH4754 - 2014-08-01 - 2019-07-31 - CH - Community Action Council for Lexington-Fayette, Bourbon, Harrison & Nicholas Counties Inc. - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - - - - - - 8355 - 448 - 4 - 04CH4755 - 2014-09-01 - 2020-08-31 - CH - Coastal Community Action, Inc. - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - - - - - - - 8356 - 1909 - 4 - 04CH4752 - 2014-08-01 - 2019-07-31 - CH - Monroe County School District (MCSD) - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - - - - - - - 8357 - 1477 - 4 - 04CH4753 - 2014-08-01 - 2020-07-31 - CH - Alachua County School Board - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F46450 - L46450 - 46450@hsesinfo.org - - - - - - - 8358 - 6541 - 2 - 02CH3093 - 2014-08-01 - 2020-06-30 - CH - Newark Public Schools - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - - - - - - - 8359 - 1502 - 4 - 04CH4756 - 2014-09-01 - 2020-08-31 - CH - Franklin-Vance-Warren Opportunity, Inc. - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - - - - - - - 8360 - 1084 - 7 - 07CH7085 - 2014-09-01 - 2020-08-31 - CH - Community Action of Southeast Iowa - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - - - - - - - 8361 - 983 - 2 - 02CH3100 - 2014-09-01 - 2019-08-31 - CH - Schuyler Head Start - Inactive - F2335 - L2335 - 2335@hsesinfo.org - - - - - - - - - - 8362 - 584 - 2 - 02CH3099 - 2014-09-01 - 2019-08-31 - CH - Grand Street Settlement, Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - - - - - - - - - - 8363 - 1919 - 2 - 02CH3098 - 2014-09-01 - 2019-08-31 - CH - Community Action Program for Madison County, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 8364 - 1480 - 2 - 02CH3097 - 2014-09-01 - 2019-08-31 - CH - VNS HOME CARE - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F13554 - L13554 - 13554@hsesinfo.org - - - - - - - 8365 - 943 - 2 - 02CH3096 - 2014-09-01 - 2019-08-31 - CH - University Settlement Society of New York - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 8366 - 1804 - 2 - 02CH3094 - 2014-09-01 - 2019-08-31 - CH - Livingston Wyoming Chapter NY St Area Rehab Center - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F47389 - L47389 - 47389@hsesinfo.org - - - - - - - 8367 - 1700 - 2 - 02CH3095 - 2014-09-01 - 2019-08-31 - CH - MUNICIPALITY OF TOA BAJA - Inactive - F15514 - L15514 - 15514@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - - - - - - - 8368 - 328 - 1 - 01CH2219 - 2014-09-01 - 2019-08-31 - CH - Kennebec Valley Community Action Program - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - - - - - - - 8369 - 1207 - 6 - 06CH7139 - 2014-09-01 - 2020-08-31 - CH - Greater Opportunities of Permian Basin, Inc. - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 8371 - 257 - 11 - 90CI9854 - 2014-09-01 - 2020-08-31 - CI - St. Croix Chippewa Indians Of Wisconsin - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - - - - - - - 8372 - 365 - 6 - 06CH7140 - 2014-09-01 - 2020-08-31 - CH - Region VII Education Service Center - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 8373 - 652 - 4 - 04CH4757 - 2014-09-01 - 2019-08-31 - CH - Emanuel County School District - Inactive - F48070 - L48070 - 48070@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 8374 - 867 - 6 - 06CH7138 - 2014-09-01 - 2020-08-31 - CH - Tyler Independent School District - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 8375 - 959 - 4 - 04CH4758 - 2014-09-01 - 2019-08-31 - CH - Lancaster County School District - Inactive - F46251 - L46251 - 46251@hsesinfo.org - - - - - - - - - - 8376 - 1078 - 4 - 04CH4759 - 2014-09-01 - 2019-08-31 - CH - Gateway Community Services Organization, Inc. - Inactive - F48459 - L48459 - 48459@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - - - - - - - 8377 - 1100 - 6 - 06CH7142 - 2014-09-01 - 2019-08-31 - CH - Galena Park Independent School District - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - - - - - - - 8379 - 5561 - 4 - 04CH4760 - 2014-09-01 - 2019-08-31 - CH - Person County Public Schools - Inactive - F48070 - L48070 - 48070@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - - - - - - - 8380 - 419 - 4 - 04CH4761 - 2014-09-01 - 2020-08-31 - CH - Murray Board of Education - Inactive - F48070 - L48070 - 48070@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - - - - - - - 8381 - 1196 - 4 - 04CH4762 - 2014-09-01 - 2019-08-31 - CH - Mountain Area Child and Family Center - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 8382 - 1806 - 1 - 01CH2655 - 2014-09-01 - 2020-08-31 - CH - Waldo Community Action Partners - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 8383 - 788 - 1 - 01CH2516 - 2014-09-01 - 2019-08-31 - CH - Manchester Memorial Hospital - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 8384 - 1373 - 6 - 06CH7141 - 2014-09-01 - 2019-08-31 - CH - AVANCE-San Antonio, Inc. - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2179 - L2179 - 2179@hsesinfo.org - - - - - - - 8385 - 376 - 1 - 01CH2212 - 2014-09-01 - 2019-08-31 - CH - Action for Boston Community Development, Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - - - - - - 8386 - 447 - 6 - 06CH7137 - 2014-09-01 - 2019-08-31 - CH - Webb County Commissioners - Inactive - - - - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 8387 - 1895 - 11 - 90CI9856 - 2014-09-01 - 2019-08-31 - CI - Cook Inlet Native Head Start - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 8388 - 504 - 11 - 90CI9855 - 2014-09-01 - 2020-08-31 - CI - Santo Domingo Tribe - Kewa Health Outreach Program - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - - - - - - - 8389 - 1007 - 6 - 06CH7118 - 2014-09-01 - 2020-03-31 - CH - Northeast Oklahoma Community Action Agency, Inc. - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - - - - - - - 8390 - 698 - 11 - 90CI9857 - 2014-09-01 - 2019-08-31 - CI - California Rural Indian Health Board, Inc. - Inactive - F47779 - L47779 - 47779@hsesinfo.org - F46932 - L46932 - 46932@hsesinfo.org - - - - - - - 8391 - 1364 - 4 - 04CH4763 - 2014-09-01 - 2019-08-31 - CH - Bolivar Community Action Agency Inc. - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - - - - - - - 8393 - 306 - 4 - 04CH4764 - 2014-09-01 - 2019-08-31 - CH - Family Service Center - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F48069 - L48069 - 48069@hsesinfo.org - - - - - - - 8394 - 561 - 4 - 04CH4765 - 2014-09-01 - 2020-08-31 - CH - Beaufort-Jasper EOC - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 8395 - 1210 - 4 - 04CH4766 - 2014-09-01 - 2019-08-31 - CH - Washington County Opportunities, Inc. - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - - - - - - - 8396 - 185 - 8 - 08CH1046 - 2014-12-01 - 2020-06-30 - CH - TGU School District #60 - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - - - - - - - 8397 - 221 - 10 - 10CH0215 - 2014-10-01 - 2020-06-30 - CH - Rural Alaska Community Action Program, Inc. - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F2421 - L2421 - 2421@hsesinfo.org - - - - - - - 8398 - 1598 - 10 - 10CH0216 - 2014-10-01 - 2020-03-31 - CH - Community Services Consortium - Inactive - F48537 - L48537 - 48537@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - - - - - - - 8400 - 819 - 7 - 07CH7086 - 2014-11-01 - 2020-07-31 - CH - Community Action of Eastern Iowa - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - - - - - - - 8402 - 1542 - 10 - 10CH0221 - 2014-12-01 - 2020-11-30 - CH - Mid-Columbia Children's Council, Inc. - Active - F47078 - L47078 - 47078@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - - - - - - - 8403 - 1839 - 10 - 10CH0217 - 2014-11-01 - 2019-10-31 - CH - Albina Head Start - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - - - - - - - 8404 - 1692 - 10 - 10CH0220 - 2014-11-01 - 2020-06-30 - CH - Family Services of Grant County - Inactive - F14039 - L14039 - 14039@hsesinfo.org - F47540 - L47540 - 47540@hsesinfo.org - - - - - - - 8405 - 1946 - 10 - 10CH0219 - 2014-11-01 - 2019-10-31 - CH - Denise Louie Education Center - Inactive - F47078 - L47078 - 47078@hsesinfo.org - F46991 - L46991 - 46991@hsesinfo.org - - - - - - - 8406 - 1897 - 10 - 10CH0218 - 2014-11-01 - 2019-10-31 - CH - Chelan-Douglas Child Services Association - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F46991 - L46991 - 46991@hsesinfo.org - - - - - - - 8407 - 245 - 12 - 90CM9815 - 2014-09-30 - 2020-06-30 - CM - Centro de la Familia de Utah - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - - - - - - - 8408 - 442 - 5 - 05CH8433 - 2014-11-01 - 2019-10-31 - CH - Community Action of Northeast Indiana, Inc. - Inactive - F44011 - L44011 - 44011@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - - - - - - - 8409 - 1257 - 5 - 05CH8418 - 2014-11-01 - 2019-10-31 - CH - Chippewa Luce Mackinac Community Action Agency, Inc. - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 8410 - 1786 - 5 - 05CH8417 - 2014-11-01 - 2020-08-31 - CH - Menominee-Delta-Schoolcraft Community Action Agency - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F47912 - L47912 - 47912@hsesinfo.org - - - - - - - 8411 - 326 - 5 - 05CH8477 - 2014-11-01 - 2019-10-31 - CH - Ironton-Lawrence County Community Action Organization - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - - - - - - 8412 - 1091 - 5 - 05CH8476 - 2014-11-01 - 2020-05-31 - CH - Akron Summit Community Action Agency - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - - - - - - - 8413 - 3436 - 11 - 90CI9858 - 2014-11-01 - 2019-10-31 - CI - Fort Belknap Indian Community - Inactive - F47622 - L47622 - 47622@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 8414 - 1421 - 8 - 08CH1059 - 2014-12-01 - 2020-06-30 - CH - Rural Utah Child Development - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - - - - - - 8415 - 951 - 7 - 07CH7087 - 2014-11-01 - 2020-06-30 - CH - Community Action Inc. - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F45048 - L45048 - 45048@hsesinfo.org - - - - - - - 8416 - 927 - 8 - 08CH1136 - 2015-01-01 - 2019-12-31 - CH - County of Summit - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - - - - - - - 8417 - 1942 - 8 - 08CH1123 - 2015-01-01 - 2019-12-31 - CH - Town of Limon - Inactive - F3032 - L3032 - 3032@hsesinfo.org - - - - - - - - - - 8418 - 1454 - 8 - 08CH1120 - 2015-01-01 - 2020-08-31 - CH - Rocky Mountain Ser/Jobs for Progress, Inc. - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 8419 - 1978 - 8 - 08CH1133 - 2015-01-01 - 2019-12-31 - CH - The Learning Center for Families - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - - - - - - 8427 - 526 - 3 - 03CH3457 - 2014-11-01 - 2019-10-31 - CH - Prince William County School Board - Inactive - - - - F2437 - L2437 - 2437@hsesinfo.org - - - - - - - 8428 - 193 - 3 - 03CH3458 - 2014-11-01 - 2020-06-30 - CH - Hanover County School District - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F47017 - L47017 - 47017@hsesinfo.org - - - - - - - 8429 - 1605 - 13 - 90CH0123 - 2014-11-01 - 2015-10-31 - CH - CDI HS/ Southwest Nebraska, NE - Inactive - - - - - - - - - - - - - 8431 - 1448 - 2 - 02CH3101 - 2014-11-01 - 2020-06-30 - CH - Family Enrichment Network - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 8432 - 1444 - 4 - 04CH4767 - 2014-10-01 - 2020-06-30 - CH - Dothan City Board of Education - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F48069 - L48069 - 48069@hsesinfo.org - - - - - - - 8433 - 1826 - 4 - 04CH4770 - 2014-10-01 - 2020-06-30 - CH - Suwannee Valley Community Coordinated Child Care, Inc. - Inactive - F48070 - L48070 - 48070@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - - - - - - - 8434 - 1453 - 4 - 04CH4768 - 2014-10-01 - 2019-09-30 - CH - Hillsborough, County of - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - - - - - - - 8435 - 638 - 4 - 04CH4769 - 2014-10-01 - 2020-06-30 - CH - Jackson County Civic Action Committee, Inc. - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - - - - - - - 8436 - 947 - 8 - 08CH1149 - 2015-01-01 - 2019-12-31 - CH - Eagle County HHS - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - - - - - - - 8437 - 182 - 8 - 08CH1152 - 2015-01-01 - 2019-12-31 - CH - Early Childhood Council of the San Luis Valley - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - - - - - - - 8438 - 1396 - 4 - 04CH4771 - 2014-11-01 - 2019-10-31 - CH - Mid-Cumberland Community Action - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - - - - - - 8439 - 1501 - 11 - 90CI9859 - 2014-11-01 - 2020-10-31 - CI - Osage Nation - Active - F39730 - L39730 - 39730@hsesinfo.org - F15469 - L15469 - 15469@hsesinfo.org - - - - - - - 8440 - 1623 - 11 - 90CI9860 - 2014-11-01 - 2020-10-31 - CI - Tolowa Dee-Ni Nation - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F42301 - L42301 - 42301@hsesinfo.org - - - - - - - 8441 - 1356 - 3 - 03CH3459 - 2014-12-01 - 2020-06-30 - CH - Eastern Shore AAA/CAA - Inactive - F49595 - L49595 - 49595@hsesinfo.org - F30521 - L30521 - 30521@hsesinfo.org - - - - - - - 8442 - 1167 - 3 - 03CH3460 - 2014-12-01 - 2019-11-30 - CH - Lee County School District - Inactive - - - - F37589 - L37589 - 37589@hsesinfo.org - - - - - - - 8443 - 203 - 3 - 03CH3462 - 2014-12-01 - 2020-06-30 - CH - Loudoun County School District - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F43578 - L43578 - 43578@hsesinfo.org - - - - - - - 8444 - 1001 - 3 - 03CH3463 - 2014-12-01 - 2020-09-30 - CH - Lynchburg Community Action Group Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - - - - - - - 8445 - 1170 - 3 - 03CH3464 - 2014-12-01 - 2019-11-30 - CH - Health Federation of Philadelphia, The - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - - - - - - - 8446 - 1583 - 4 - 04CH4772 - 2014-11-01 - 2020-06-30 - CH - Randolph County Board of Education - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - - - - - - - 8447 - 150 - 4 - 04CH4773 - 2014-11-01 - 2020-06-30 - CH - The Sheltering Arms - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 8448 - 253 - 3 - 03CH3461 - 2014-12-01 - 2019-11-30 - CH - Maryland Rural Development Corporation - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - - - - - - - 8449 - 807 - 4 - 04CH4776 - 2014-11-01 - 2019-10-31 - CH - Western Kentucky University - Inactive - F48070 - L48070 - 48070@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - - - - - - - 8450 - 1234 - 4 - 04CH4777 - 2014-11-01 - 2019-10-31 - CH - Chapel Hill-Carrboro City School District - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - - - - - - - 8451 - 1113 - 4 - 04CH4775 - 2014-11-01 - 2020-10-31 - CH - Lumbee Regional Development Association - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - - - - - - - 8452 - 1181 - 4 - 04CH4774 - 2014-11-01 - 2020-06-30 - CH - Charlotte County School Board - Inactive - F48459 - L48459 - 48459@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - - - - - - - 8453 - 1510 - 1 - 01CH2039 - 2014-11-01 - 2021-06-30 - CH - Champlain Valley Office of Economic Opportunity, Inc. - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - 255 - 30 - - - - - 8454 - 335 - 11 - 90CI9861 - 2014-11-01 - 2019-10-31 - CI - Pueblo of San Felipe - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - - - - - - - 8455 - 706 - 1 - 01CH2050 - 2014-11-01 - 2020-06-30 - CH - Capstone Community Action, Inc. - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 8456 - 648 - 11 - 90CI9862 - 2014-12-01 - 2019-11-30 - CI - Muscogee Creek Nation - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F15469 - L15469 - 15469@hsesinfo.org - - - - - - - 8457 - 170 - 7 - 07CH7088 - 2014-12-01 - 2020-06-30 - CH - Southeast Kansas Community Action Program, Inc. - Inactive - F48871 - L48871 - 48871@hsesinfo.org - F45048 - L45048 - 45048@hsesinfo.org - - - - - - - 8458 - 434 - 11 - 90CI9863 - 2014-12-01 - 2019-11-30 - CI - Sisseton-Wahpeton Oyate - Inactive - F47779 - L47779 - 47779@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - - - - - - - 8459 - 887 - 4 - 04CH4778 - 2014-11-01 - 2020-10-31 - CH - Central Kentucky Community Action Council - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - - - - - - 8460 - 1418 - 5 - 05CH8434 - 2015-01-01 - 2020-06-30 - CH - Community Care in Union County, Inc. - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F47912 - L47912 - 47912@hsesinfo.org - - - - - - - 8461 - 579 - 5 - 05CH8435 - 2015-01-01 - 2020-12-31 - CH - Pathfinder Services, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - - 60 - - - - - 8462 - 1146 - 2 - 02CH3105 - 2014-12-01 - 2019-11-30 - CH - NYS Federation of Growers & Processors Associations Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - - - - - - - 8463 - 1777 - 2 - 02CH3104 - 2014-12-01 - 2019-11-30 - CH - United Talmudical Academy of Boro Park Head Start - Inactive - F47557 - L47557 - 47557@hsesinfo.org - F32828 - L32828 - 32828@hsesinfo.org - - - - - - - 8464 - 1574 - 2 - 02CH3103 - 2014-12-01 - 2020-11-30 - CH - L. I. Child & Family Development Services, Inc. - Inactive - F32488 - L32488 - 32488@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 8465 - 1553 - 5 - 05CH8500 - 2015-01-01 - 2019-12-31 - CH - Cooperative Educational Service Agency No. 2 - Inactive - - - - F45378 - L45378 - 45378@hsesinfo.org - - - - - - - 8466 - 1137 - 5 - 05CH8501 - 2015-01-01 - 2019-12-31 - CH - La Casa de Esperanza, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2147 - L2147 - 2147@hsesinfo.org - - - - - - - 8467 - 1405 - 2 - 02CH3102 - 2014-12-01 - 2019-11-30 - CH - Municipio de Bayamon - Inactive - F15514 - L15514 - 15514@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 8468 - 582 - 5 - 05CH8457 - 2015-01-01 - 2019-12-31 - CH - Governors State University - Inactive - F3061 - L3061 - 3061@hsesinfo.org - - - - - - - - - - 8469 - 1242 - 5 - 05CH8456 - 2015-01-01 - 2020-12-31 - CH - Ounce of Prevention Fund - Active - F44271 - L44271 - 44271@hsesinfo.org - F2121 - L2121 - 2121@hsesinfo.org - 646 - 558 - - - - - 8470 - 1976 - 5 - 05CH8458 - 2015-01-01 - 2019-12-31 - CH - Baby Talk, Inc. - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - - - - - - - 8471 - 1540 - 5 - 05CH8455 - 2015-01-01 - 2019-12-31 - CH - Catholic Charities of the Diocese of Joliet, Inc. - Inactive - - - - F2121 - L2121 - 2121@hsesinfo.org - - - - - - - 8472 - 339 - 5 - 05CH8419 - 2015-01-01 - 2019-12-31 - CH - Starfish Family Services, Inc. - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - - - - - - - 8473 - 1250 - 5 - 05CH8399 - 2015-01-01 - 2016-09-30 - CH - Western Community Action, Inc. - Inactive - - - - F43022 - L43022 - 43022@hsesinfo.org - - - - - - - 8474 - 1046 - 5 - 05CH8478 - 2015-01-01 - 2019-12-31 - CH - Adams-Brown Counties Economic Opportunities, Inc. - Inactive - F48866 - L48866 - 48866@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - - - - - - - 8475 - 1172 - 5 - 05CH8479 - 2015-01-01 - 2019-12-31 - CH - Pickaway County Community Action Organization - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 8476 - 739 - 5 - 05CH8480 - 2015-01-01 - 2019-12-31 - CH - Hocking Athens Perry Community Action - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 8477 - 893 - 5 - 05CH8481 - 2015-01-01 - 2020-09-30 - CH - Northwestern Ohio Community Action Commission - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - - - - - - - 8478 - 236 - 5 - 05CH8482 - 2015-01-01 - 2020-06-30 - CH - Community Action Commission of Erie, Huron and Richland - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - - - - - - - 8479 - 720 - 4 - 04CH4780 - 2015-01-01 - 2020-06-30 - CH - Community Action Opportunities - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - - - - - - - 8480 - 1544 - 4 - 04CH4779 - 2015-01-01 - 2019-12-31 - CH - Onslow County Partnership for Children, Inc. - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - - - - - - - 8481 - 1727 - 6 - 06CH7174 - 2014-12-01 - 2019-11-30 - CH - Community Services of Northeast Texas, Inc. - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 8482 - 446 - 6 - 06CH7169 - 2014-12-01 - 2019-11-30 - CH - Native American Coalition of Tulsa - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 8483 - 636 - 11 - 90CI9864 - 2014-12-01 - 2019-11-30 - CI - Tanana Chiefs Conference - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 8484 - 1226 - 8 - 08CH1042 - 2015-02-01 - 2020-01-31 - CH - Community Action Region VI - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - - - - - - - 8485 - 210 - 8 - 08CH1097 - 2015-02-01 - 2020-06-30 - CH - Community Action Partnership, Inc. - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - - - - - - - 8486 - 1675 - 10 - 10CH0222 - 2015-01-01 - 2019-12-31 - CH - Kids & Company of Linn County - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F48097 - L48097 - 48097@hsesinfo.org - - - - - - - 8487 - 839 - 10 - 10CH0223 - 2015-01-01 - 2019-12-31 - CH - Family Building Blocks - Inactive - F47078 - L47078 - 47078@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - - - - - - - 8488 - 771 - 10 - 10CH0227 - 2015-03-01 - 2020-02-29 - CH - Mid-Willamette Valley Community Action Agency, Inc. - Inactive - F45193 - L45193 - 45193@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - - - - - - - 8489 - 1688 - 8 - 08CH1096 - 2015-02-01 - 2020-01-31 - CH - Lake County School District #1 - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - - - - - - - 8490 - 758 - 10 - 10CH0224 - 2015-01-01 - 2019-12-31 - CH - Neighborhood House Incorporated - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F47540 - L47540 - 47540@hsesinfo.org - - - - - - - 8491 - 1042 - 10 - 10CH0225 - 2015-01-01 - 2019-12-31 - CH - Educational Service District 112 - Inactive - F45193 - L45193 - 45193@hsesinfo.org - F47540 - L47540 - 47540@hsesinfo.org - - - - - - - 8492 - 854 - 10 - 10CH0226 - 2015-01-01 - 2019-12-31 - CH - Snohomish County Human Services Department - Inactive - F47078 - L47078 - 47078@hsesinfo.org - F46991 - L46991 - 46991@hsesinfo.org - - - - - - - 8493 - 1354 - 6 - 06CH7190 - 2014-12-01 - 2020-06-30 - CH - North Texas Parent & Child Development Inc. - Inactive - - - - - - - - - - - - - 8494 - 977 - 1 - 01CH2234 - 2014-12-01 - 2019-11-30 - CH - Martha's Vineyard Community Services - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 8495 - 1579 - 3 - 03CH3473 - 2015-01-01 - 2019-12-31 - CH - Higher Horizons Day Care Center, Inc. - Inactive - - - - F32243 - L32243 - 32243@hsesinfo.org - - - - - - - 8496 - 1911 - 3 - 03CH3472 - 2015-01-01 - 2019-12-31 - CH - Clinch Valley Community Action, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F32243 - L32243 - 32243@hsesinfo.org - - - - - - - 8497 - 1835 - 3 - 03CH3469 - 2015-01-01 - 2020-10-31 - CH - Scott County Public School Head Start - Inactive - - - - F33282 - L33282 - 33282@hsesinfo.org - - - - - - - 8498 - 1376 - 3 - 03CH3468 - 2015-01-01 - 2020-06-30 - CH - Hopewell City School Board - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F44345 - L44345 - 44345@hsesinfo.org - - - - - - - 8499 - 1414 - 3 - 03CH3467 - 2015-01-01 - 2019-12-31 - CH - Step, Inc. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F47017 - L47017 - 47017@hsesinfo.org - - - - - - - 8500 - 41 - 3 - 03CH3474 - 2015-01-01 - 2019-12-31 - CH - Human Services, Pennsylvania Department of - Inactive - - - - F47017 - L47017 - 47017@hsesinfo.org - - - - - - - 8501 - 287 - 3 - 03CH3476 - 2015-01-01 - 2019-12-31 - CH - Allegheny Intermediate Unit - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 8502 - 322 - 3 - 03CH3475 - 2015-01-01 - 2019-12-31 - CH - Community Services of Venango County, Inc. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F43578 - L43578 - 43578@hsesinfo.org - - - - - - - 8503 - 1400 - 3 - 03CH3471 - 2015-01-01 - 2020-10-31 - CH - Professional Family Care Services, Inc. - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F44039 - L44039 - 44039@hsesinfo.org - - - - - - - 8504 - 994 - 3 - 03CH3466 - 2015-01-01 - 2019-12-31 - CH - Huntingdon County Child and Adult Development Corp. - Inactive - - - - F44251 - L44251 - 44251@hsesinfo.org - - - - - - - 8505 - 1028 - 3 - 03CH3465 - 2015-01-01 - 2019-12-31 - CH - Allegheny Lutheran Social Ministries - Inactive - F46529 - L46529 - 46529@hsesinfo.org - - - - - - - - - - 8506 - 591 - 6 - 06CH7173 - 2014-12-01 - 2020-06-30 - CH - Williamson Burnet Counties Opp. Inc. (WBCO) - Inactive - - - - F2193 - L2193 - 2193@hsesinfo.org - - - - - - - 8507 - 1259 - 3 - 03CH3477 - 2015-01-01 - 2019-12-31 - CH - Centronia, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - - - - - - - 8508 - 1991 - 3 - 03CH3470 - 2015-01-01 - 2020-12-31 - CH - Community Action Council of Howard County - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - 264 - - - - - - 8509 - 1707 - 11 - 90CI9865 - 2014-12-01 - 2020-11-30 - CI - Quinault Indian Nation - Active - F33086 - L33086 - 33086@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - - - - - - - 8510 - 1002 - 4 - 04CH4781 - 2014-12-01 - 2020-06-30 - CH - Community Action Program Committee, Inc. - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - - - - - - - 8511 - 1556 - 9 - 09CH9170 - 2015-01-01 - 2019-12-31 - CH - Easter Seals Southern California, Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 8512 - 1059 - 9 - 09CH9171 - 2015-01-01 - 2019-12-31 - CH - Regents of the University of California, Los Angeles - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 8513 - 1551 - 5 - 05CH8460 - 2014-12-01 - 2020-11-30 - CH - City of Chicago - Active - F44271 - L44271 - 44271@hsesinfo.org - F2121 - L2121 - 2121@hsesinfo.org - - - - - - - 8514 - 644 - 6 - 06CH7121 - 2014-12-01 - 2020-07-31 - CH - Save the Children Federation Inc. - Inactive - F2179 - L2179 - 2179@hsesinfo.org - F12886 - L12886 - 12886@hsesinfo.org - - - - - - - 8515 - 1067 - 5 - 05CH8469 - 2014-12-01 - 2020-06-30 - CH - Council On Rural Service Programs, Inc. - Inactive - F2088 - L2088 - 2088@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 8516 - 967 - 4 - 04CH4782 - 2015-01-01 - 2019-12-31 - CH - Burke County Board of Education Inc. - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - - - - - - - 8517 - 1818 - 4 - 04CH4784 - 2015-01-01 - 2019-12-31 - CH - Gulf Regional Early Childhood Services, Inc. - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - - - - - - - 8518 - 1572 - 4 - 04CH4783 - 2015-01-01 - 2019-12-31 - CH - Catawba County Schools - Inactive - F48459 - L48459 - 48459@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 8519 - 1833 - 4 - 04CH4785 - 2015-01-01 - 2020-06-30 - CH - Martin County School District - Inactive - F48459 - L48459 - 48459@hsesinfo.org - F46450 - L46450 - 46450@hsesinfo.org - - - - - - - 8520 - 1440 - 4 - 04CH4786 - 2015-01-01 - 2020-06-30 - CH - Sequatchie Valley Planning and Development Agency - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - - - - - - 8521 - 849 - 11 - 90CI9869 - 2015-01-01 - 2019-12-31 - CI - Pascua Yaqui Tribe of Arizona - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F45305 - L45305 - 45305@hsesinfo.org - - - - - - - 8522 - 3430 - 11 - 90CI9868 - 2015-01-01 - 2020-12-31 - CI - Salt River Pima-Maricopa Indian Community Educational SE, The - Active - F39730 - L39730 - 39730@hsesinfo.org - F15469 - L15469 - 15469@hsesinfo.org - 102 - 100 - - - - - 8523 - 380 - 9 - 09CH9172 - 2015-01-01 - 2019-12-31 - CH - Child Crisis Arizona - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 8524 - 1969 - 9 - 09CH9184 - 2015-01-01 - 2019-12-31 - CH - Through the Looking Glass - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - - - - - - - 8525 - 968 - 9 - 09CH9183 - 2015-01-01 - 2019-12-31 - CH - Imperial County Office of Education - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - - - - - - 8526 - 1265 - 9 - 09CH9182 - 2015-01-01 - 2020-05-31 - CH - Los Angeles Education Partnership - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F35663 - L35663 - 35663@hsesinfo.org - - - - - - - 8527 - 1669 - 9 - 09CH9181 - 2015-01-01 - 2019-12-31 - CH - Westside Children's Center - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 8528 - 811 - 9 - 09CH9180 - 2015-01-01 - 2019-12-31 - CH - Human Services Association - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 8529 - 398 - 9 - 09CH9179 - 2015-01-01 - 2019-12-31 - CH - Pediatric Therapy Network - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F35663 - L35663 - 35663@hsesinfo.org - - - - - - - 8530 - 762 - 9 - 09CH9178 - 2015-01-01 - 2019-12-31 - CH - Rancho Santiago Community College District, Inc. - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F35663 - L35663 - 35663@hsesinfo.org - - - - - - - 8531 - 267 - 9 - 09CH9177 - 2015-01-01 - 2019-06-30 - CH - Community Child Care Council of Santa Clara - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 8532 - 1094 - 9 - 09CH9176 - 2015-01-01 - 2019-12-31 - CH - Peninsula Family Service - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - - - - - - - 8533 - 189 - 9 - 09CH9175 - 2015-01-01 - 2020-06-30 - CH - Baldwin Park Unified School District - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F35663 - L35663 - 35663@hsesinfo.org - - - - - - - 8534 - 785 - 9 - 09CH9174 - 2015-01-01 - 2019-12-31 - CH - Foothill Family Service - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - - - - - - 8535 - 850 - 9 - 09CH9173 - 2015-01-01 - 2019-12-31 - CH - Spanish Speaking Unity Council - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 8536 - 3429 - 8 - 08HP0001 - 2015-03-01 - 2019-08-31 - HP - Clayton Early Learning, Trustee George W. Clayton Trust - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F3062 - L3062 - 3062@hsesinfo.org - - - - - - - 8537 - 822 - 11 - 90CI9867 - 2015-01-01 - 2019-12-31 - CI - Quileute Tribe of the Quileute Reservation - Inactive - F47779 - L47779 - 47779@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - - - - - - - 8538 - 902 - 11 - 90CI9866 - 2015-01-01 - 2020-12-31 - CI - Nisqually Indian Tribe - Active - F15738 - L15738 - 15738@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - 40 - - - - - - 8539 - 1321 - 8 - 08HP0004 - 2015-02-01 - 2019-07-31 - HP - DDI Vantage, Inc. - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - - - - - - 8540 - 1417 - 8 - 08HP0003 - 2015-02-01 - 2019-07-31 - HP - Salt Lake Community Action Program - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - - - - - - 8541 - 245 - 8 - 08HP0002 - 2015-02-01 - 2019-07-31 - HP - Centro de la Familia de Utah - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - - - - - - 8542 - 1642 - 11 - 90CI9870 - 2015-01-01 - 2019-12-31 - CI - Rocky Boy Schools - Inactive - F47779 - L47779 - 47779@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 8543 - 953 - 4 - 04CH4787 - 2015-01-01 - 2019-12-31 - CH - Children's Home Society of Florida, The - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - - - - - - - 8544 - 420 - 11 - 90CI9873 - 2015-01-01 - 2020-12-31 - CI - Five Sandoval Indian Pueblos Inc. - Active - F47779 - L47779 - 47779@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - 41 - - - - - - 8545 - 1124 - 11 - 90CI9871 - 2015-01-01 - 2019-12-31 - CI - Kiowa Tribe of Oklahoma - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F3536 - L3536 - 3536@hsesinfo.org - - - - - - - 8546 - 1438 - 11 - 90CI9872 - 2015-01-01 - 2019-12-31 - CI - Omaha Tribe of Nebraska - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - - - - - - - 8547 - 847 - 4 - 04CH4788 - 2015-01-01 - 2020-06-30 - CH - Jefferson County Committee for Economic Opportunity - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - - - - - - - 8548 - 1398 - 2 - 02CH3115 - 2015-01-01 - 2019-12-31 - CH - SCO Family of Services - Inactive - F47557 - L47557 - 47557@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - - - - - - - 8549 - 1616 - 2 - 02CH3114 - 2015-01-01 - 2019-12-31 - CH - Bais Yaakov Faigeh Schonberger of AdasYereim - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 8550 - 196 - 2 - 02CH3109 - 2015-01-01 - 2019-12-31 - CH - B'Above Worldwide Institute Inc. - Inactive - F32488 - L32488 - 32488@hsesinfo.org - F13554 - L13554 - 13554@hsesinfo.org - - - - - - - 8551 - 984 - 2 - 02CH3107 - 2015-01-01 - 2019-12-31 - CH - Wayne County Action Program Inc. - Inactive - F47557 - L47557 - 47557@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - - - - - - - 8552 - 936 - 2 - 02CH3106 - 2015-01-01 - 2019-12-31 - CH - Opportunities for Chenango, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 8553 - 980 - 11 - 90CI9878 - 2015-01-01 - 2019-12-31 - CI - Association of Village Council Presidents - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 8554 - 216 - 2 - 02CH3111 - 2015-01-01 - 2019-12-31 - CH - The Children's Home Society of New Jersey - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - - - - - - - 8555 - 1239 - 2 - 02CH3110 - 2015-01-01 - 2019-12-31 - CH - Lakewood Economic Action Program - Inactive - F47557 - L47557 - 47557@hsesinfo.org - - - - - - - - - - 8556 - 798 - 11 - 90CI9874 - 2015-01-01 - 2020-12-31 - CI - Mississippi Band of Choctaw Indians - Active - F3537 - L3537 - 3537@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - 208 - 60 - - - - - 8557 - 198 - 6 - 06CH7189 - 2015-01-01 - 2020-12-31 - CH - Central Texas 4C, Inc. - Inactive - F2179 - L2179 - 2179@hsesinfo.org - F13531 - L13531 - 13531@hsesinfo.org - - 152 - - - - - 8558 - 1533 - 6 - 06CH7185 - 2015-01-01 - 2019-12-31 - CH - Lumin Education - Inactive - - - - - - - - - - - - - 8559 - 1203 - 2 - 02CH3113 - 2015-01-01 - 2019-12-31 - CH - Municipality of Utuado - Inactive - F42299 - L42299 - 42299@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 8560 - 1339 - 2 - 02CH3112 - 2015-01-01 - 2019-12-31 - CH - Municipio de San German - Inactive - F15514 - L15514 - 15514@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 8561 - 1338 - 2 - 02CH3108 - 2015-01-01 - 2019-12-31 - CH - Municipality of Dorado - Inactive - F42299 - L42299 - 42299@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - - - - - - - 8562 - 1443 - 11 - 90CI9877 - 2015-01-01 - 2019-12-31 - CI - Round Valley Tribe - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F46932 - L46932 - 46932@hsesinfo.org - - - - - - - 8563 - 1934 - 11 - 90CI9876 - 2015-01-01 - 2019-12-31 - CI - Pinoleville Pomo Nation - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F46932 - L46932 - 46932@hsesinfo.org - - - - - - - 8564 - 119 - 11 - 90CI9875 - 2015-01-01 - 2019-12-31 - CI - Redding Rancheria - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F46932 - L46932 - 46932@hsesinfo.org - - - - - - - 8565 - 1611 - 11 - 90CI9881 - 2015-02-01 - 2021-01-31 - CI - Kawerak, Inc. - Active - F25722 - L25722 - 25722@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - 172 - 26 - - - - - 8566 - 1450 - 11 - 90CI9880 - 2015-01-01 - 2020-12-31 - CI - Kenaitze Indian Tribe - Active - F15738 - L15738 - 15738@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - 57 - - - - - - 8567 - 1281 - 8 - 08CH1032 - 2015-03-01 - 2020-02-29 - CH - Opportunities, Inc. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 8568 - 1824 - 8 - 08HP0005 - 2015-01-01 - 2020-06-30 - HP - A.W.A.R.E., Inc. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 8569 - 116 - 11 - 90CI9879 - 2015-01-01 - 2020-12-31 - CI - Cheyenne River Sioux Tribe - Active - F15738 - L15738 - 15738@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - 251 - - - - - - 8570 - 1323 - 4 - 04CH4789 - 2015-01-01 - 2020-06-30 - CH - Richland County First Steps - Inactive - F48070 - L48070 - 48070@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 8571 - 1951 - 4 - 04CH4790 - 2015-01-01 - 2019-12-31 - CH - Durham's Partnership for Children - Inactive - F48070 - L48070 - 48070@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - - - - - - - 8572 - 1251 - 6 - 06CH7188 - 2015-01-01 - 2019-12-31 - CH - AVANCE, Inc. - Inactive - F23929 - L23929 - 23929@hsesinfo.org - - - - - - - - - - 8573 - 1605 - 13 - 90CH0124 - 2015-03-01 - 2016-02-29 - CH - CDI HS/ St. Landry Parish, LA - Inactive - - - - - - - - - - - - - 8574 - 1362 - 9 - 09HP0007 - 2015-01-01 - 2019-06-30 - HP - City of Phoenix - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 8575 - 430 - 9 - 09HP0004 - 2015-01-01 - 2019-06-30 - HP - Maricopa County Human Services - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 8576 - 218 - 9 - 09HP0017 - 2015-01-01 - 2019-06-30 - HP - Metropolitan Area Advisory Committee On Anti-Poverty of San Diego County Inc. - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 8577 - 1031 - 9 - 09HP0016 - 2015-01-01 - 2019-06-30 - HP - Alameda Family Services - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - - - - - - - 8578 - 1669 - 9 - 09HP0015 - 2015-01-01 - 2019-06-30 - HP - Allies for Every Child, Inc - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 8579 - 1426 - 9 - 09HP0014 - 2015-01-01 - 2019-06-30 - HP - Dignity Health - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 8580 - 267 - 9 - 09HP0013 - 2015-03-01 - 2019-08-31 - HP - Community Child Care Council of Santa Clara - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 8581 - 1812 - 9 - 09HP0012 - 2015-01-01 - 2019-06-30 - HP - Contra Costa County Community Services - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - - - - - - - 8582 - 421 - 9 - 09HP0011 - 2015-01-01 - 2019-06-30 - HP - Merced County Superintendent of Schools - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F35663 - L35663 - 35663@hsesinfo.org - - - - - - - 8583 - 311 - 9 - 09HP0010 - 2015-01-01 - 2019-06-30 - HP - Vista Del Mar Child and Family Services - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 8584 - 465 - 9 - 09HP0009 - 2015-01-01 - 2019-06-30 - HP - Child Care Resource Center, Inc. - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 8585 - 6 - 9 - 09HP0008 - 2015-01-01 - 2019-06-30 - HP - California Department of Education - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 8586 - 1556 - 9 - 09HP0006 - 2015-01-01 - 2019-06-30 - HP - Easter Seals Southern California, Inc. - Inactive - - - - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 8587 - 785 - 9 - 09HP0005 - 2015-01-01 - 2019-06-30 - HP - Foothill Family Service - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - - - - - - 8588 - 664 - 9 - 09HP0003 - 2015-01-01 - 2019-06-30 - HP - Volunteers of America of Los Angeles - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 8589 - 1699 - 9 - 09HP0002 - 2015-01-01 - 2020-06-30 - HP - Los Angeles County Office of Education - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 8590 - 1326 - 9 - 09HP0001 - 2015-01-01 - 2019-06-30 - HP - San Bernardino, County of - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 8591 - 982 - 8 - 08HP0006 - 2015-01-01 - 2019-06-30 - HP - Youth & Family Services, Inc. - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - - - - - - - 8592 - 744 - 1 - 01CH2102 - 2015-01-01 - 2019-12-31 - CH - United Way of Greater New Haven - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - - - - - - 8593 - 1281 - 8 - 08HP0012 - 2015-02-01 - 2019-07-31 - HP - Opportunities, Inc. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 8594 - 1842 - 8 - 08HP0010 - 2015-02-01 - 2019-07-31 - HP - Mayville State University - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - - - - - - - 8595 - 1442 - 1 - 01CH2133 - 2015-01-01 - 2019-12-31 - CH - Androscoggin Head Start & Child Care - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 8596 - 1119 - 7 - 07CH7089 - 2015-01-01 - 2020-06-30 - CH - North Iowa Community Action Organization - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - - - - - - - 8597 - 948 - 8 - 08HP0007 - 2015-02-01 - 2019-07-31 - HP - Cripple Creek Victor School District Re-1 - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - - - - - - - 8598 - 1986 - 8 - 08HP0008 - 2015-03-01 - 2019-08-31 - HP - Colorado Early Education Network - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - - - - - - - 8599 - 7004 - 8 - 08HP0009 - 2015-02-01 - 2019-07-31 - HP - Early Learning Ventures - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - - - - - - 8600 - 1551 - 5 - 05HP0001 - 2015-01-01 - 2020-11-30 - HP - City of Chicago - Active - F44271 - L44271 - 44271@hsesinfo.org - F2121 - L2121 - 2121@hsesinfo.org - - - - - - - 8601 - 707 - 1 - 01CH2052 - 2015-01-01 - 2019-12-31 - CH - Belknap-Merrimack Counties Community Action Program, In - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 8602 - 1237 - 8 - 08HP0011 - 2015-02-01 - 2019-07-31 - HP - Bear River Head Start - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - - - - - - 8603 - 1893 - 5 - 05HP0007 - 2015-02-01 - 2019-07-31 - HP - Elkhart and St. Joseph Counties Head Start Consortium - Inactive - F44011 - L44011 - 44011@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - - - - - - - 8604 - 7059 - 5 - 05HP0006 - 2015-03-01 - 2019-08-31 - HP - Early Learning Indiana, Inc. - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - - - - - - 8605 - 5080 - 5 - 05HP0005 - 2015-02-01 - 2020-01-31 - HP - Geminus Corporation - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - - - - - - - 8606 - 1411 - 5 - 05HP0032 - 2015-03-01 - 2019-08-31 - HP - Acelero, Inc. - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F13894 - L13894 - 13894@hsesinfo.org - - - - - - - 8607 - 752 - 5 - 05HP0008 - 2015-01-01 - 2019-06-30 - HP - Telamon Corporation - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F47912 - L47912 - 47912@hsesinfo.org - - - - - - - 8608 - 1307 - 4 - 04CH4791 - 2015-01-01 - 2019-12-31 - CH - Chapel Hill Training-Outreach Project, Inc. - Inactive - F48070 - L48070 - 48070@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - - - - - - - 8609 - 757 - 1 - 01CH2004 - 2015-01-01 - 2019-12-31 - CH - Meeting Street - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - - - 8610 - 1313 - 5 - 05HP0031 - 2015-03-01 - 2019-08-31 - HP - Dane County Parent Council, Inc. - Inactive - - - - F13520 - L13520 - 13520@hsesinfo.org - - - - - - - 8611 - 214 - 5 - 05HP0030 - 2015-02-01 - 2020-06-30 - HP - Indianhead Community Action Agency, Inc. - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - - - - - - - 8612 - 234 - 5 - 05HP0029 - 2015-01-01 - 2020-06-30 - HP - Next Door Foundation, Inc. - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F13894 - L13894 - 13894@hsesinfo.org - - - - - - - 8613 - 1570 - 6 - 06CH7182 - 2015-01-01 - 2019-12-31 - CH - United Way of Acadiana, Inc. - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 8614 - 1070 - 1 - 01CH2003 - 2015-01-01 - 2019-12-31 - CH - Associates for Human Services, Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F15627 - L15627 - 15627@hsesinfo.org - - - - - - - 8615 - 7065 - 5 - 05HP0004 - 2015-03-01 - 2019-08-31 - HP - Child Care Resource & Referral - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - - - - - - 8616 - 1370 - 5 - 05HP0003 - 2015-01-01 - 2020-06-30 - HP - City of Rockford - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - - - - - - 8617 - 7062 - 5 - 05HP0002 - 2015-02-01 - 2020-07-31 - HP - Proviso Leyden Council for Community Actions, Inc. - Inactive - F44271 - L44271 - 44271@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - - - - - - 8618 - 7061 - 5 - 05HP0013 - 2015-02-01 - 2019-07-31 - HP - St. Joseph County Intermediate School District - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - - - - - - 8619 - 4429 - 5 - 05HP0012 - 2015-03-01 - 2019-08-31 - HP - Matrix Human Services - Inactive - - - - F15967 - L15967 - 15967@hsesinfo.org - - - - - - - 8620 - 7064 - 5 - 05HP0011 - 2015-03-01 - 2019-08-31 - HP - The Order of the Fishermen Ministry - Inactive - F13564 - L13564 - 13564@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - - - - - - - 8621 - 1956 - 5 - 05HP0010 - 2015-03-01 - 2019-08-31 - HP - County of Macomb - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - - - - - - 8622 - 770 - 5 - 05HP0009 - 2015-02-01 - 2019-07-31 - HP - Capital Area Community Services, Incorporated - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - - - - - - - 8623 - 1215 - 5 - 05HP0018 - 2015-01-01 - 2019-06-30 - HP - Parents in Community Action, Inc. - Inactive - - - - F2147 - L2147 - 2147@hsesinfo.org - - - - - - - 8624 - 586 - 5 - 05HP0017 - 2015-02-01 - 2019-07-31 - HP - Tri-County Community Action Partnership, Inc. - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - - - - - - 8625 - 323 - 5 - 05HP0016 - 2015-03-01 - 2019-08-31 - HP - Mahube-Otwa Community Action Partnership, Inc. - Inactive - F44011 - L44011 - 44011@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - - - - - - 8626 - 258 - 5 - 05HP0015 - 2015-02-01 - 2019-07-31 - HP - Anoka County Community Action Program, Inc. - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - - - - - - 8627 - 1627 - 5 - 05HP0014 - 2015-01-01 - 2019-10-31 - HP - Child Care Resource and Referral, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - - - - - - 8628 - 7063 - 5 - 05HP0028 - 2015-03-01 - 2019-08-31 - HP - Young Women's Christian Association of Canton Ohio - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - - - - - - 8629 - 1947 - 5 - 05HP0027 - 2015-02-01 - 2019-07-31 - HP - West Ohio Community Action Partnership - Inactive - - - - F42111 - L42111 - 42111@hsesinfo.org - - - - - - - 8630 - 326 - 5 - 05HP0026 - 2015-03-01 - 2019-08-31 - HP - Ironton and Lawrence County Area Community Action Organization - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - - - - - - 8631 - 1243 - 5 - 05HP0025 - 2015-02-01 - 2019-07-31 - HP - Knox County Head Start, Inc. - Inactive - F44011 - L44011 - 44011@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - - - - - - - 8632 - 3437 - 5 - 05HP0024 - 2015-03-01 - 2019-08-31 - HP - Community Action Commission of Fayette County, Inc. - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - - - - - - 8633 - 1047 - 5 - 05HP0023 - 2015-01-01 - 2019-06-30 - HP - Warren County Community Services, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - - - - - - 8634 - 7060 - 5 - 05HP0022 - 2015-02-01 - 2019-07-31 - HP - Ohio State University, The - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - - - - - - 8635 - 727 - 5 - 05HP0021 - 2015-01-01 - 2019-12-31 - HP - Miami Valley Child Development Centers, Inc. - Inactive - F44011 - L44011 - 44011@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - - - - - - 8636 - 728 - 5 - 05HP0020 - 2015-02-01 - 2019-07-31 - HP - Cincinnati-Hamilton County Community Action Agency - Inactive - - - - F24149 - L24149 - 24149@hsesinfo.org - - - - - - - 8637 - 794 - 5 - 05HP0019 - 2015-02-01 - 2019-07-31 - HP - Great Lakes Community Action Partnership - Inactive - - - - F42111 - L42111 - 42111@hsesinfo.org - - - - - - - 8638 - 643 - 1 - 01CH2525 - 2015-01-01 - 2019-12-31 - CH - Area Cooperative Educational Services - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - - - - - - 8639 - 624 - 4 - 04CH4792 - 2015-01-01 - 2020-06-30 - CH - Low Country Community Action Agency Inc. - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F45392 - L45392 - 45392@hsesinfo.org - - - - - - - 8640 - 379 - 7 - 07HP0001 - 2015-01-01 - 2019-06-30 - HP - Drake University - Inactive - F11828 - L11828 - 11828@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - - - - - - - 8641 - 1950 - 6 - 06CH7183 - 2015-01-01 - 2019-12-31 - CH - Native American Professional Parent Resources Inc. - Inactive - - - - F41654 - L41654 - 41654@hsesinfo.org - - - - - - - 8642 - 500 - 6 - 06CH7171 - 2015-01-01 - 2019-12-31 - CH - Lafourche Parish - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2193 - L2193 - 2193@hsesinfo.org - - - - - - - 8643 - 7104 - 1 - 01HP0001 - 2015-01-01 - 2019-06-30 - HP - Community Day Care Center of Lawrence, Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - - - - - - 8644 - 1103 - 7 - 07CH7090 - 2015-02-01 - 2020-01-31 - CH - North Central Missouri College - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - - - - - - - 8645 - 1689 - 2 - 02CH3116 - 2015-01-01 - 2020-06-30 - CH - Dominican Women's Development Center - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F48300 - L48300 - 48300@hsesinfo.org - - - - - - - 8646 - 1633 - 6 - 06CH7177 - 2015-01-01 - 2020-06-30 - CH - Harris County Department of Education - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 8647 - 1836 - 6 - 06CH7184 - 2015-01-01 - 2019-12-31 - CH - Tulsa Educare - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 8648 - 1352 - 2 - 02HP0001 - 2015-02-01 - 2019-07-31 - HP - United Academy Inc. - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - - - - - - - 8649 - 1565 - 6 - 06CH7186 - 2015-01-01 - 2020-10-31 - CH - Center for New Communities - Inactive - F2179 - L2179 - 2179@hsesinfo.org - F2193 - L2193 - 2193@hsesinfo.org - - - - - - - 8650 - 387 - 1 - 01HP0002 - 2015-01-01 - 2019-06-30 - HP - Children's Friend and Service - Inactive - - - - F229 - L229 - 229@hsesinfo.org - - - - - - - 8651 - 376 - 13 - 90CH0212 - 2014-12-17 - 2015-06-30 - CH - Action for Boston Community Development, Inc. - Inactive - - - - - - - - - - - - - 8652 - 801 - 3 - 03HP0002 - 2015-01-01 - 2019-06-30 - HP - The Campagna Center, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F44251 - L44251 - 44251@hsesinfo.org - - - - - - - 8653 - 733 - 3 - 03HP0003 - 2015-01-01 - 2019-06-30 - HP - County of Fairfax - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F30521 - L30521 - 30521@hsesinfo.org - - - - - - - 8654 - 1672 - 3 - 03HP0007 - 2015-01-01 - 2019-06-30 - HP - Parent-Child Development Corporation - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - - - - - - - 8655 - 1766 - 3 - 03HP0004 - 2015-01-01 - 2019-06-30 - HP - Community Action of Southeastern West Virginia, Inc. - Inactive - - - - F23816 - L23816 - 23816@hsesinfo.org - - - - - - - 8656 - 1666 - 3 - 03HP0005 - 2015-01-01 - 2019-06-30 - HP - Northern Panhandle Head Start, Inc. - Inactive - - - - F33282 - L33282 - 33282@hsesinfo.org - - - - - - - 8657 - 639 - 6 - 06CH7167 - 2015-01-01 - 2020-06-30 - CH - Baton Rouge, City of - Inactive - F43271 - L43271 - 43271@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 8658 - 9 - 3 - 03HP0001 - 2015-01-01 - 2019-06-30 - HP - Delaware Department of Education - Inactive - - - - F23816 - L23816 - 23816@hsesinfo.org - - - - - - - 8659 - 614 - 3 - 03HP0006 - 2015-01-01 - 2019-06-30 - HP - Reginald S. Lourie Center for Infants & Young Children - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - - - - - - 8660 - 7157 - 4 - 04HP0004 - 2015-01-01 - 2019-06-30 - HP - Human Resources, Alabama Dept of - Inactive - F48070 - L48070 - 48070@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 8661 - 7158 - 4 - 04HP0005 - 2015-01-01 - 2019-06-30 - HP - Early Learning Coalition of Palm Beach County, Inc. - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - - - - - - - 8662 - 3421 - 4 - 04HP0003 - 2015-01-01 - 2019-06-30 - HP - Easter Seals North Georgia, Inc. - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 8663 - 12 - 4 - 04HP0001 - 2015-01-01 - 2019-06-30 - HP - Georgia Dept. of Early Care and Learning - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F43625 - L43625 - 43625@hsesinfo.org - - - - - - - 8664 - 7159 - 4 - 04HP0002 - 2015-01-01 - 2019-06-30 - HP - Delta Health Alliance, Inc. - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - - - - - - - 8665 - 1510 - 1 - 01HP0003 - 2015-01-01 - 2019-06-30 - HP - Champlain Valley Office of Economic Opportunity, Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 8666 - 3722 - 6 - 06HP0002 - 2015-01-01 - 2019-06-30 - HP - Family Service Association of San Antonio, Inc. - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 8667 - 1836 - 6 - 06HP0003 - 2015-01-01 - 2019-06-30 - HP - Tulsa Educare - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 8668 - 1130 - 8 - 08CH1106 - 2015-03-01 - 2021-02-28 - CH - Action for Eastern Montana - Inactive - F3064 - L3064 - 3064@hsesinfo.org - - - - 149 - - - - - - 8669 - 1319 - 8 - 08CH1113 - 2015-02-01 - 2020-01-31 - CH - Kootenai Valley Head Start Inc. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 8670 - 1132 - 6 - 06HP0001 - 2015-01-01 - 2019-06-30 - HP - Parent Child Incorporated - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 8671 - 1452 - 8 - 08CH1010 - 2015-04-01 - 2020-03-31 - CH - Saguache County Community Council - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - - - - - - - 8672 - 136 - 8 - 08CH1103 - 2015-02-01 - 2020-01-31 - CH - Akron United Methodist Church - Inactive - F3032 - L3032 - 3032@hsesinfo.org - - - - - - - - - - 8673 - 286 - 8 - 08CH1049 - 2015-04-01 - 2020-03-31 - CH - Oahe Child Development Center, Inc. - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - - - - - - - 8674 - 245 - 8 - 08CH1127 - 2015-04-01 - 2020-03-31 - CH - Centro de la Familia de Utah - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - - - - - - 8701 - 1521 - 3 - 03HP0012 - 2015-02-01 - 2019-07-31 - HP - Northern Virginia Family Service - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - - - - - - - 8702 - 1731 - 3 - 03HP0011 - 2015-02-01 - 2019-07-31 - HP - Orange County Public Schools - Inactive - - - - F33282 - L33282 - 33282@hsesinfo.org - - - - - - - 8703 - 301 - 3 - 03HP0010 - 2015-02-01 - 2019-07-31 - HP - Culpeper Human Services - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - - - - - - - 8704 - 729 - 3 - 03CH3479 - 2015-02-01 - 2020-01-31 - CH - Henrico County Public Schools - Inactive - - - - F47017 - L47017 - 47017@hsesinfo.org - - - - - - - 8705 - 1672 - 3 - 03CH3478 - 2015-02-01 - 2020-01-31 - CH - Parent-Child Development Corporation - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - - - - - - - 8706 - 973 - 3 - 03HP0013 - 2015-02-01 - 2019-07-31 - HP - Raleigh County Community Action Association, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - - - - - - - 8707 - 163 - 3 - 03HP0015 - 2015-02-01 - 2019-07-31 - HP - Greater Erie Community Action Committee - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - - - - - - 8708 - 41 - 3 - 03HP0014 - 2015-02-01 - 2019-07-31 - HP - Human Services, Pennsylvania Department of - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - - - - - - 8709 - 1664 - 3 - 03HP0009 - 2015-02-01 - 2019-07-31 - HP - Scranton Lackawanna Head Start - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F30521 - L30521 - 30521@hsesinfo.org - - - - - - - 8710 - 1285 - 3 - 03HP0008 - 2015-03-01 - 2019-08-31 - HP - Community Services for Children, Inc. - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - - - - - - 8711 - 956 - 9 - 09HP0026 - 2015-02-01 - 2019-07-31 - HP - Parents and Children Together - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - - - - - - 8712 - 209 - 9 - 09HP0020 - 2015-02-01 - 2019-07-31 - HP - Southwest Human Development - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 8713 - 191 - 9 - 09HP0030 - 2015-02-01 - 2019-07-31 - HP - Sunrise Children's Foundation - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F35663 - L35663 - 35663@hsesinfo.org - - - - - - - 8714 - 179 - 9 - 09HP0028 - 2015-03-01 - 2019-08-31 - HP - Community Services Agency - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - - - - - - 8715 - 891 - 12 - 90HM0001 - 2015-02-01 - 2020-08-31 - HM - Riverside County Office of Education - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - - - - - - - 8716 - 7164 - 9 - 09HP0031 - 2015-03-01 - 2019-08-31 - HP - Plaza Community Center, Inc. - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - - - - - - 8717 - 480 - 9 - 09HP0027 - 2015-02-01 - 2019-07-31 - HP - Placer Community Action Council, Inc. - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - - - - - - - 8718 - 486 - 9 - 09HP0025 - 2015-02-01 - 2019-07-31 - HP - Community Action Partnership of San Luis Obispo County, Inc. - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - - - - - - 8719 - 1221 - 9 - 09HP0024 - 2015-02-01 - 2019-07-31 - HP - Crystal Stairs, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - - - - - - 8720 - 1093 - 9 - 09HP0023 - 2015-02-01 - 2020-02-29 - HP - Kings Community Action Organization, Incorporated - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 8721 - 1193 - 9 - 09HP0022 - 2015-03-01 - 2019-08-31 - HP - Child Development Resources of Ventura County, Inc. - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 8722 - 1500 - 9 - 09HP0021 - 2015-02-01 - 2019-07-31 - HP - Sacramento Employment & Training Agency - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 8723 - 3441 - 9 - 09HP0019 - 2015-02-01 - 2019-07-31 - HP - Pacific Clinics - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 8724 - 1992 - 9 - 09HP0018 - 2015-02-01 - 2019-07-31 - HP - Volunteers of America - Southwest Inc. - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 8725 - 245 - 12 - 90HM0002 - 2015-02-01 - 2019-07-31 - HM - Centro de la Familia de Utah - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - - - - - - - 8726 - 1913 - 9 - 09HP0029 - 2015-02-01 - 2019-07-31 - HP - CNMI Public School System - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 8727 - 447 - 6 - 06HP0006 - 2015-03-01 - 2019-08-31 - HP - Webb County Commissioners - Inactive - - - - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 8728 - 534 - 3 - 03HP0016 - 2015-02-01 - 2019-07-31 - HP - Total Action Against Poverty in the Roanoke Valley - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - - - - - - - 8729 - 771 - 10 - 10HP0001 - 2015-01-01 - 2019-06-30 - HP - Mid-Willamette Valley Community Action Agency, Inc. - Inactive - F45193 - L45193 - 45193@hsesinfo.org - - - - - - - - - - 8730 - 856 - 10 - 10HP0002 - 2015-01-01 - 2019-06-30 - HP - Children's Home Society of Washington - Inactive - F45193 - L45193 - 45193@hsesinfo.org - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 8731 - 1722 - 5 - 05CH8436 - 2015-03-01 - 2020-06-30 - CH - Family Development Services, Inc. - Inactive - F48866 - L48866 - 48866@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 8732 - 1567 - 5 - 05CH8431 - 2015-02-01 - 2020-01-31 - CH - Kankakee-Iroquois Regional Planning Commission - Inactive - F48866 - L48866 - 48866@hsesinfo.org - F2088 - L2088 - 2088@hsesinfo.org - - - - - - - 8733 - 939 - 5 - 05CH8502 - 2015-04-01 - 2021-03-31 - CH - CAP Services, Inc. - Active - F43414 - L43414 - 43414@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - 280 - 112 - 0 - 13 - - - 8734 - 113 - 5 - 05CH8461 - 2015-03-01 - 2020-02-29 - CH - Champaign County - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - - - - - - - 8735 - 911 - 5 - 05CH8463 - 2015-04-01 - 2020-03-31 - CH - Community Action Partnership of Central Illinois - Inactive - F48866 - L48866 - 48866@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 8736 - 412 - 5 - 05CH8462 - 2015-04-01 - 2020-03-31 - CH - Embarras River Basin Agency, Inc. - Inactive - F48866 - L48866 - 48866@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - - - - - - - 8737 - 3439 - 5 - 05CH8420 - 2015-02-01 - 2020-06-30 - CH - Northeast Michigan Community Service Agency, Inc. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F47912 - L47912 - 47912@hsesinfo.org - - - - - - - 8738 - 1331 - 5 - 05CH8421 - 2015-02-01 - 2020-01-31 - CH - Tri-County Council for Child Development, Inc. - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - - - - - - - 8739 - 971 - 5 - 05CH8401 - 2015-02-01 - 2020-06-30 - CH - Scott-Carver-Dakota C A P, Inc. - Inactive - F44271 - L44271 - 44271@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - - - - - - - 8740 - 1407 - 2 - 02CH3119 - 2015-02-01 - 2020-01-31 - CH - Sharon Baptist Head Start - Inactive - F32488 - L32488 - 32488@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 8741 - 990 - 2 - 02CH3118 - 2015-02-01 - 2020-01-31 - CH - Yeshiva Kehilath Yakove, Inc. - Inactive - F47556 - L47556 - 47556@hsesinfo.org - F48411 - L48411 - 48411@hsesinfo.org - - - - - - - 8742 - 272 - 6 - 06HP0007 - 2015-02-01 - 2019-07-31 - HP - Childcaregroup - Inactive - F2339 - L2339 - 2339@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 8743 - 1034 - 2 - 02CH3117 - 2015-02-01 - 2021-01-31 - CH - Municipality of San Juan - Active - F15514 - L15514 - 15514@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - 3625 - 245 - - - - - 8744 - 1377 - 6 - 06HP0011 - 2015-02-01 - 2019-07-31 - HP - Region IX Education Cooperative - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - - - - - - - 8745 - 1290 - 6 - 06CH7176 - 2015-02-01 - 2020-06-30 - CH - INCA Community Services, Inc. - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - - - - - - - 8746 - 480 - 9 - 09CH9185 - 2015-02-01 - 2020-01-31 - CH - Placer Community Action Council, Inc. - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - - - - - - - 8747 - 990 - 2 - 02HP0011 - 2015-02-01 - 2019-07-31 - HP - Yeshiva Kehilath Yakove, Inc. - Inactive - F47556 - L47556 - 47556@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 8748 - 4374 - 2 - 02HP0009 - 2015-02-01 - 2019-07-31 - HP - Fort George Community Enrichment Center, Inc. - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 8749 - 943 - 2 - 02HP0008 - 2015-02-01 - 2019-07-31 - HP - University Settlement Society of New York - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 8750 - 872 - 2 - 02HP0007 - 2015-02-01 - 2019-07-31 - HP - Schenectady Community Action Program - Inactive - F2340 - L2340 - 2340@hsesinfo.org - - - - - - - - - - 8751 - 657 - 2 - 02HP0005 - 2015-02-01 - 2019-07-31 - HP - Westchester Community Opportunity Program, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - - - - - - - 8752 - 1369 - 2 - 02HP0003 - 2015-02-01 - 2019-07-31 - HP - Community Action of Orleans and Genesee, Inc. - Inactive - F14214 - L14214 - 14214@hsesinfo.org - - - - - - - - - - 8753 - 7185 - 2 - 02HP0002 - 2015-03-01 - 2019-08-31 - HP - Salvation Army, The - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - - - - - - - 8754 - 1048 - 2 - 02HP0004 - 2015-02-01 - 2019-07-31 - HP - The Leaguers - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - - - - - - - 8755 - 127 - 11 - 90CI9884 - 2015-02-01 - 2020-01-31 - CI - Kickapoo Traditional Tribe of Texas - Inactive - F47779 - L47779 - 47779@hsesinfo.org - F3536 - L3536 - 3536@hsesinfo.org - - - - - - - 8756 - 1446 - 11 - 90CI9885 - 2015-02-01 - 2021-01-31 - CI - Seminole Nation of Oklahoma, The - Active - F33086 - L33086 - 33086@hsesinfo.org - F3536 - L3536 - 3536@hsesinfo.org - 123 - 58 - - - - - 8757 - 1384 - 2 - 02HP0010 - 2015-02-01 - 2019-07-31 - HP - Centro de Fortalecimiento Familiar, ESCAPE - Inactive - F15514 - L15514 - 15514@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - - - - - - - 8758 - 1339 - 2 - 02HP0006 - 2015-02-01 - 2019-07-31 - HP - Municipio de San German - Inactive - F15514 - L15514 - 15514@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 8759 - 281 - 11 - 90CI9882 - 2015-02-01 - 2020-01-31 - CI - Chemehuevi Indian Tribe - Inactive - F47779 - L47779 - 47779@hsesinfo.org - F45305 - L45305 - 45305@hsesinfo.org - - - - - - - 8760 - 837 - 11 - 90CI9883 - 2015-02-01 - 2020-01-31 - CI - Red Lake Band of Chippewa Indians - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - - - - - - - 8761 - 964 - 1 - 01CH2049 - 2015-02-01 - 2020-01-31 - CH - East Bay Community Action Program - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - - - 8762 - 1120 - 7 - 07CH7091 - 2015-02-01 - 2020-01-31 - CH - Northeast Iowa Community Action Corporation - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - - - - - - - 8763 - 268 - 7 - 07CH7092 - 2015-02-01 - 2020-01-31 - CH - Southeast Nebraska Community Action Partnership, Inc. - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F13558 - L13558 - 13558@hsesinfo.org - - - - - - - 8764 - 691 - 4 - 04CH4793 - 2015-02-01 - 2020-01-31 - CH - Southwest Georgia Community Action Council, Inc. - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - - - - - - - 8765 - 1109 - 11 - 90CI9886 - 2015-03-01 - 2020-02-29 - CI - Lower Elwha Tribal Community - Inactive - F47779 - L47779 - 47779@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - - - - - - - 8766 - 856 - 10 - 10HP0003 - 2015-02-01 - 2019-07-31 - HP - Children's Home Society of Washington - Inactive - F45193 - L45193 - 45193@hsesinfo.org - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 8767 - 1322 - 4 - 04CH4794 - 2015-02-01 - 2020-06-30 - CH - Chiles Academy, Inc., The - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - - - - - - - 8768 - 1972 - 6 - 06CH7168 - 2015-02-01 - 2020-01-31 - CH - Bossier Office of Community Services - Inactive - - - - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 8769 - 364 - 5 - 05CH8437 - 2015-03-01 - 2020-06-30 - CH - Interlocal Community Action Program, Inc. - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 8770 - 1132 - 6 - 06CH7178 - 2015-02-01 - 2020-01-31 - CH - Parent Child Incorporated - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 8771 - 1251 - 6 - 06HP0004 - 2015-02-01 - 2019-07-31 - HP - AVANCE, Inc. - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2179 - L2179 - 2179@hsesinfo.org - - - - - - - 8772 - 1090 - 6 - 06HP0017 - 2015-02-01 - 2019-07-31 - HP - Little Dixie Community Action Agency, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - - - - - - - 8773 - 1617 - 6 - 06HP0012 - 2015-02-01 - 2019-07-31 - HP - Community Services office, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - - - - - - 8774 - 156 - 5 - 05CH8459 - 2015-03-01 - 2020-02-29 - CH - El Valor Corporation - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F2121 - L2121 - 2121@hsesinfo.org - - - - - - - 8775 - 523 - 6 - 06HP0016 - 2015-02-01 - 2019-07-31 - HP - Motivation Education & Training, Inc. - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 8776 - 1007 - 6 - 06HP0005 - 2015-02-01 - 2019-07-31 - HP - Northeast Oklahoma Community Action Agency, Inc. - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - - - - - - - 8777 - 7187 - 6 - 06HP0014 - 2015-02-01 - 2019-07-31 - HP - Louisiana State University HSC - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - - - - - - 8778 - 1307 - 4 - 04HP0006 - 2015-02-01 - 2019-07-31 - HP - Chapel Hill Training-Outreach Project, Inc. - Inactive - F48070 - L48070 - 48070@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - - - - - - - 8779 - 7188 - 4 - 04HP0008 - 2015-02-01 - 2019-07-31 - HP - United Way of Miami-Dade, Inc. - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - - - - - - - 8780 - 7189 - 4 - 04HP0007 - 2015-02-01 - 2019-07-31 - HP - Early Learning Coalition Miami-Dade/Monroe County - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - - - - - - - 8781 - 3422 - 6 - 06HP0019 - 2015-02-01 - 2019-07-31 - HP - City of San Antonio - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 8782 - 796 - 6 - 06HP0010 - 2015-02-01 - 2019-07-31 - HP - Child Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 8783 - 1373 - 6 - 06HP0013 - 2015-02-01 - 2019-07-31 - HP - AVANCE-San Antonio, Inc. - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2179 - L2179 - 2179@hsesinfo.org - - - - - - - 8784 - 4138 - 7 - 07HP0003 - 2015-02-01 - 2019-07-31 - HP - The Family Conservancy - Inactive - - - - F47025 - L47025 - 47025@hsesinfo.org - - - - - - - 8785 - 444 - 4 - 04HP0020 - 2015-02-01 - 2019-07-31 - HP - Ohio Valley Educational Cooperative - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - - - - - - 8786 - 502 - 4 - 04HP0021 - 2015-02-01 - 2020-07-31 - HP - Northern Kentucky Community Action Commission, Incorporated - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - - - - - - - 8787 - 294 - 4 - 04HP0011 - 2015-02-01 - 2019-07-31 - HP - Western Carolina Community Action, Inc. - Inactive - - - - F45450 - L45450 - 45450@hsesinfo.org - - - - - - - 8788 - 328 - 1 - 01HP0008 - 2015-02-01 - 2019-08-31 - HP - Kennebec Valley Community Action Program - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - - - - - - - 8789 - 1143 - 1 - 01HP0005 - 2015-02-01 - 2019-07-31 - HP - York County Community Action Corporation - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F13406 - L13406 - 13406@hsesinfo.org - - - - - - - 8790 - 155 - 7 - 07HP0002 - 2015-02-01 - 2019-07-31 - HP - Tri-County Child and Family Development Council, Inc. - Inactive - - - - F240 - L240 - 240@hsesinfo.org - - - - - - - 8791 - 1371 - 4 - 04HP0023 - 2015-02-01 - 2019-07-31 - HP - Dade County Board of County Commissioners - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - - - - - - - 8792 - 1402 - 4 - 04HP0018 - 2015-02-01 - 2019-07-31 - HP - Lutheran Services Florida, Inc. - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F13741 - L13741 - 13741@hsesinfo.org - - - - - - - 8793 - 588 - 4 - 04HP0009 - 2015-02-01 - 2019-07-31 - HP - Tallatoona Community Action Partnership, Inc. - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 8794 - 1155 - 4 - 04HP0014 - 2015-02-01 - 2019-07-31 - HP - Picayune School District - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - - - - - - - 8795 - 166 - 6 - 06CH7181 - 2015-02-01 - 2020-01-31 - CH - Texas Migrant Council - Inactive - - - - F2179 - L2179 - 2179@hsesinfo.org - - - - - - - 8796 - 107 - 6 - 06HP0009 - 2015-02-01 - 2020-07-31 - HP - Youth Development Inc. - Inactive - - - - F41654 - L41654 - 41654@hsesinfo.org - - - - - - - 8797 - 1491 - 11 - 90CI9888 - 2015-03-01 - 2020-02-29 - CI - Laguna Department of Education - Inactive - - - - F14171 - L14171 - 14171@hsesinfo.org - - - - - - - 8798 - 1017 - 1 - 01HP0004 - 2015-02-01 - 2019-07-31 - HP - Community Action, Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F13406 - L13406 - 13406@hsesinfo.org - - - - - - - 8799 - 706 - 1 - 01HP0006 - 2015-02-01 - 2019-07-31 - HP - Capstone Community Action, Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 8800 - 1435 - 11 - 90CI9887 - 2015-03-01 - 2020-02-29 - CI - Lower Brule Sioux Tribe - Inactive - F47622 - L47622 - 47622@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - - - - - - - 8801 - 1010 - 1 - 01HP0009 - 2015-02-01 - 2019-07-31 - HP - Southern New Hampshire Services Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - - - - - - - 8802 - 1142 - 1 - 01HP0007 - 2015-02-01 - 2019-07-31 - HP - Community Action Partnership of Strafford County - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 8803 - 584 - 2 - 02HP0013 - 2015-02-01 - 2019-07-31 - HP - Grand Street Settlement, Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - - - - - - - - - - 8804 - 1734 - 2 - 02HP0012 - 2015-02-01 - 2019-07-31 - HP - Project Social Care Head Start, Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - - - - - - - 8805 - 7192 - 4 - 04HP0010 - 2015-02-01 - 2019-07-31 - HP - Charleston County First Steps - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 8806 - 1241 - 4 - 04HP0016 - 2015-02-01 - 2019-07-31 - HP - South Carolina First Steps to School Readiness - Inactive - - - - F24442 - L24442 - 24442@hsesinfo.org - - - - - - - 8807 - 752 - 4 - 04HP0022 - 2015-02-01 - 2019-07-31 - HP - Telamon Corporation - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 8808 - 752 - 4 - 04HP0019 - 2015-02-01 - 2019-07-31 - HP - Telamon Corporation - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 8809 - 654 - 4 - 04HP0012 - 2015-02-01 - 2019-07-31 - HP - Community Coordinated Care for Children, Inc. - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - - - - - - - 8810 - 532 - 4 - 04HP0015 - 2015-02-01 - 2019-07-31 - HP - School Board of Lee County - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F46450 - L46450 - 46450@hsesinfo.org - - - - - - - 8811 - 670 - 6 - 06HP0015 - 2015-02-01 - 2019-07-31 - HP - Bakerripley - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 8812 - 1813 - 6 - 06HP0008 - 2015-02-01 - 2019-07-31 - HP - Cen-Tex Family Services, Inc. - Inactive - - - - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 8813 - 1746 - 6 - 06HP0018 - 2015-02-01 - 2019-07-31 - HP - Rolling Plains Management Corporation - Inactive - - - - F26305 - L26305 - 26305@hsesinfo.org - - - - - - - 8814 - 247 - 6 - 06CH7180 - 2015-02-01 - 2020-01-31 - CH - West Baton Rouge Parish School Board - Inactive - F43271 - L43271 - 43271@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 8815 - 437 - 9 - 09CH9186 - 2015-03-01 - 2020-11-30 - CH - Child, Family & Community Services - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - - - - - - - 8816 - 838 - 9 - 09CH9187 - 2015-03-01 - 2021-02-28 - CH - Community Action Partnership of Sonoma County - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - - - - - - - 8817 - 139 - 11 - 90CI9889 - 2015-03-01 - 2021-02-28 - CI - The Navajo Nation - Active - F25722 - L25722 - 25722@hsesinfo.org - F15690 - L15690 - 15690@hsesinfo.org - 1313 - 37 - - - - - 8818 - 892 - 12 - 90HM0005 - 2015-03-01 - 2019-10-31 - HM - East Coast Migrant Head Start Project - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - - - - - - - 8819 - 919 - 12 - 90HM0004 - 2015-03-01 - 2019-08-31 - HM - Redlands Christian Migrant Association - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - - - - - - - 8820 - 1588 - 12 - 90HM0006 - 2015-03-01 - 2020-08-31 - HM - Oregon Child Development Coalition, Inc. - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F39971 - L39971 - 39971@hsesinfo.org - - - - - - - 8821 - 486 - 12 - 90HM0003 - 2015-03-01 - 2019-08-31 - HM - Community Action Partnership of San Luis Obispo County, Inc. - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - - - - - - - 8822 - 187 - 2 - 02HP0014 - 2015-03-01 - 2019-08-31 - HP - Center for Family Services, Inc. - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - - - - - - - 8823 - 1745 - 2 - 02HP0015 - 2015-03-01 - 2019-08-31 - HP - Quintana Baptist Church Head Start Program - Inactive - F2342 - L2342 - 2342@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - - - - - - - 8824 - 7193 - 2 - 02HP0016 - 2015-02-01 - 2020-06-30 - HP - Municipality of San Sebastian - Inactive - F15514 - L15514 - 15514@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - - - - - - - 8825 - 7194 - 8 - 08HP0013 - 2015-03-01 - 2019-08-31 - HP - Evanston Child Development Center - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - - - - - - - 8826 - 10 - 3 - 03HP0017 - 2015-03-01 - 2019-08-31 - HP - Office of the State Superintendent of Education - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - - - - - - 8827 - 1621 - 3 - 03HP0024 - 2015-03-01 - 2019-08-31 - HP - Augusta County School Board - Inactive - - - - F23816 - L23816 - 23816@hsesinfo.org - - - - - - - 8828 - 1750 - 3 - 03HP0019 - 2015-03-01 - 2019-08-31 - HP - Delaware County Intermediate Unit - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - - - - - - 8829 - 1710 - 3 - 03HP0020 - 2015-03-01 - 2019-08-31 - HP - Norris Square Community Alliance - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - - - - - - - 8830 - 1057 - 3 - 03HP0022 - 2015-03-01 - 2019-08-31 - HP - Council of Three Rivers American Indian Center - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - - - - - - - 8831 - 1615 - 3 - 03HP0023 - 2015-03-01 - 2019-08-31 - HP - Lawrence County Social Services, Inc. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - - - - - - - 8833 - 1600 - 3 - 03HP0018 - 2015-03-01 - 2019-08-31 - HP - Maryland Family Network, Inc. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - - - - - - - 8834 - 564 - 3 - 03HP0021 - 2015-03-01 - 2019-08-31 - HP - Garrett County Community Action Committee, Inc. - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - - - - - - - 8835 - 1512 - 1 - 01CH2524 - 2015-03-01 - 2021-02-28 - CH - Meriden Young Men's Christian Association, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F32486 - L32486 - 32486@hsesinfo.org - 143 - - 18 - - - - 8836 - 1463 - 7 - 07CH7093 - 2015-03-01 - 2020-10-31 - CH - Community Action Agency of Siouxland - Inactive - F48871 - L48871 - 48871@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - - - - - - - 8837 - 227 - 6 - 06CH7166 - 2015-03-01 - 2020-07-31 - CH - Lubbock Independent School District - Inactive - F13320 - L13320 - 13320@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 8838 - 1517 - 2 - 02CH3122 - 2015-03-01 - 2020-06-30 - CH - Allegany County Community Opportunities and Rural Development, Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 8839 - 1958 - 2 - 02CH3124 - 2015-03-01 - 2020-02-29 - CH - Head Start of Rockland, Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - - - - - - - 8840 - 1306 - 2 - 02CH3120 - 2015-03-01 - 2020-02-29 - CH - Lewis County Head Start - Inactive - F47556 - L47556 - 47556@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - - - - - - - 8841 - 1849 - 3 - 03CH3480 - 2015-03-01 - 2020-06-30 - CH - Skyline Cap, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F47017 - L47017 - 47017@hsesinfo.org - - - - - - - 8842 - 1654 - 2 - 02CH3121 - 2015-03-01 - 2021-02-28 - CH - Morris County Head Start Community Program, Inc. - Active - F47557 - L47557 - 47557@hsesinfo.org - F48300 - L48300 - 48300@hsesinfo.org - 197 - 48 - - - - - 8843 - 548 - 2 - 02CH3123 - 2015-03-01 - 2020-08-31 - CH - Burlington County Community Action Program - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - - - - - - - 8844 - 988 - 3 - 03CH3482 - 2015-03-01 - 2020-02-29 - CH - Venango County Health and Human Services - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 8845 - 1328 - 3 - 03CH3481 - 2015-03-01 - 2021-02-28 - CH - Wilmington Headstart, Inc. - Active - F2415 - L2415 - 2415@hsesinfo.org - F44345 - L44345 - 44345@hsesinfo.org - 341 - - 145 - - - - 8846 - 1691 - 2 - 02CH3126 - 2015-03-01 - 2020-02-29 - CH - Centro de Desarrollo Familiar SHS Diocesis de Mayaguez - Inactive - F2342 - L2342 - 2342@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 8847 - 1039 - 2 - 02CH3125 - 2015-03-01 - 2021-02-28 - CH - Municipality of Guaynabo - Active - F42299 - L42299 - 42299@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - 857 - 112 - - - - - 8848 - 169 - 7 - 07HP0006 - 2015-03-01 - 2019-08-31 - HP - Missouri Valley Community Action Agency - Inactive - - - - F30955 - L30955 - 30955@hsesinfo.org - - - - - - - 8849 - 1466 - 7 - 07HP0005 - 2015-03-01 - 2019-08-31 - HP - Children's Therapy Center of Pettis County, Inc. - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - - - - - - - 8850 - 7198 - 7 - 07HP0004 - 2015-03-01 - 2020-08-31 - HP - Nebraska Early Childhood Collaborative - Inactive - F45391 - L45391 - 45391@hsesinfo.org - F13558 - L13558 - 13558@hsesinfo.org - - - - - - - 8851 - 1015 - 4 - 04CH4796 - 2015-03-01 - 2020-06-30 - CH - Clayton County Community Services Authority, Inc. - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F2051 - L2051 - 2051@hsesinfo.org - - - - - - - 8852 - 1711 - 6 - 06HP0021 - 2015-03-01 - 2019-08-31 - HP - Head Start of Greater Dallas, Inc. - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - - - - - - 8853 - 808 - 6 - 06HP0031 - 2015-03-01 - 2019-08-31 - HP - Total Community Action, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - - - - - - 8854 - 651 - 9 - 09HP0039 - 2015-03-01 - 2019-08-31 - HP - Child-Parent Centers, Inc. - Inactive - - - - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 8855 - 514 - 9 - 09HP0032 - 2015-03-01 - 2019-08-31 - HP - Shasta County Head Start Child Development, Inc. - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - - - - - - 8856 - 1074 - 9 - 09HP0033 - 2015-03-01 - 2019-08-31 - HP - Child Start, Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 8857 - 7202 - 9 - 09HP0034 - 2015-03-01 - 2019-08-31 - HP - Community Association for Preschool Education, Inc. - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - - - - - - - 8858 - 634 - 9 - 09HP0035 - 2015-03-01 - 2019-08-31 - HP - Young Men's Christian Association of the East Bay - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - - - - - - - 8859 - 666 - 9 - 09HP0036 - 2015-03-01 - 2019-08-31 - HP - Community Action Partnership of Kern - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 8860 - 1828 - 9 - 09HP0037 - 2015-03-01 - 2019-08-31 - HP - Stanislaus County Office of Education - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 8861 - 891 - 9 - 09HP0038 - 2015-03-01 - 2019-12-31 - HP - Riverside County Office of Education - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 8862 - 999 - 7 - 07CH7094 - 2015-03-01 - 2020-10-31 - CH - Mid-Sioux Opportunity, Inc. - Inactive - F47594 - L47594 - 47594@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - - - - - - - 8863 - 1280 - 8 - 08CH1060 - 2015-05-01 - 2020-04-30 - CH - Mountainland Head Start, Inc - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - - - - - - 8864 - 1958 - 2 - 02HP0017 - 2015-03-01 - 2019-08-31 - HP - Head Start of Rockland, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - - - - - - - 8865 - 881 - 6 - 06CH7198 - 2015-04-01 - 2020-03-31 - CH - Terrell Independent School District - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F13531 - L13531 - 13531@hsesinfo.org - - - - - - - 8866 - 1036 - 2 - 02HP0019 - 2015-03-01 - 2019-08-31 - HP - Caguas Municipality - Inactive - F15514 - L15514 - 15514@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - - - - - - - 8867 - 1691 - 2 - 02HP0018 - 2015-03-01 - 2019-08-31 - HP - Centro de Desarrollo Familiar SHS Diocesis de Mayaguez - Inactive - F2342 - L2342 - 2342@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 8868 - 744 - 1 - 01HP0012 - 2015-03-01 - 2019-12-31 - HP - United Way of Greater New Haven - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - - - - - - 8869 - 708 - 2 - 02HP0020 - 2015-03-01 - 2019-08-31 - HP - Community Action Organization of Erie County, Inc. - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F13554 - L13554 - 13554@hsesinfo.org - - - - - - - 8870 - 1222 - 1 - 01CH2119 - 2015-03-01 - 2020-02-29 - CH - Community Help & Involvement in Low Income Decisions - Inactive - F42223 - L42223 - 42223@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - - - 8871 - 1726 - 2 - 02HP0023 - 2015-03-01 - 2019-08-31 - HP - Tri-County Community Action Agency Inc. - Inactive - F47556 - L47556 - 47556@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - - - - - - - 8872 - 7210 - 2 - 02HP0022 - 2015-03-01 - 2019-08-31 - HP - Union Township Community Action Organization Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - - - - - - - - - - 8873 - 7211 - 2 - 02HP0021 - 2015-03-01 - 2019-08-31 - HP - Quality Care Resource and Referral Services, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - - - - - - - - - - 8874 - 1396 - 4 - 04HP0024 - 2015-03-01 - 2019-10-31 - HP - Mid-Cumberland Community Action - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - - - - - - 8875 - 1070 - 1 - 01HP0010 - 2015-03-01 - 2019-08-31 - HP - Associates for Human Services, Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F15627 - L15627 - 15627@hsesinfo.org - - - - - - - 8876 - 883 - 1 - 01HP0011 - 2015-03-01 - 2019-08-31 - HP - Training, Education, and Manpower, Inc. - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - - - - - - 8877 - 7212 - 2 - 02HP0024 - 2015-03-01 - 2019-08-31 - HP - All My Children Daycare Inc. - Inactive - - - - - - - - - - - - - 8879 - 4100 - 1 - 01HP0013 - 2015-03-01 - 2020-08-31 - HP - Lulac Head Start Inc. - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F13406 - L13406 - 13406@hsesinfo.org - - - - - - - 8880 - 1752 - 1 - 01CH2504 - 2015-03-01 - 2021-02-28 - CH - Brattleboro Town School District - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - 72 - 112 - - - - - 8881 - 363 - 1 - 01CH2503 - 2015-03-01 - 2020-06-30 - CH - Southeastern Vermont Community Action, Inc. - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 8882 - 1276 - 7 - 07HP0007 - 2015-03-01 - 2019-08-31 - HP - Youth in Need, Inc. - Inactive - F47594 - L47594 - 47594@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - - - - - - - 8883 - 625 - 11 - 90HI0008 - 2015-03-01 - 2019-08-31 - HI - Confederated Salish and Kootenai Tribes - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 8884 - 347 - 7 - 07HP0008 - 2015-03-01 - 2019-08-31 - HP - Hawkeye Area Community Action Program, Inc. - Inactive - - - - F240 - L240 - 240@hsesinfo.org - - - - - - - 8885 - 1214 - 6 - 06HP0030 - 2015-03-01 - 2019-08-31 - HP - Clinica de Familia Inc, La - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - - - - - - - 8886 - 1464 - 6 - 06CH7194 - 2015-03-01 - 2020-06-30 - CH - Eastern Plains Community Action Agency, Inc. - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F41654 - L41654 - 41654@hsesinfo.org - - - - - - - 8887 - 882 - 11 - 90HI0001 - 2015-03-01 - 2021-08-31 - HI - Choctaw Nation of Oklahoma - Active - F33086 - L33086 - 33086@hsesinfo.org - F3536 - L3536 - 3536@hsesinfo.org - - 100 - - - - - 8888 - 1640 - 6 - 06CH7195 - 2015-03-01 - 2020-02-29 - CH - Washita Valley Community Action Council - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - - - - - - - 8889 - 539 - 1 - 01HP0014 - 2015-03-01 - 2019-08-31 - HP - Holyoke, Chicopee, Springfield Head Start Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F13406 - L13406 - 13406@hsesinfo.org - - - - - - - 8890 - 7213 - 11 - 90HI0006 - 2015-03-01 - 2020-08-31 - HI - Owens Valley Career Development Center - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F45305 - L45305 - 45305@hsesinfo.org - - - - - - - 8891 - 1934 - 11 - 90HI0005 - 2015-03-01 - 2019-08-31 - HI - Pinoleville Pomo Nation - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F46932 - L46932 - 46932@hsesinfo.org - - - - - - - 8892 - 1205 - 11 - 90HI0007 - 2015-03-01 - 2020-08-31 - HI - Rosebud Sioux Tribe - Inactive - F47779 - L47779 - 47779@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 8893 - 902 - 11 - 90HI0004 - 2015-03-01 - 2019-08-31 - HI - Nisqually Indian Tribe - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - - - - - - - 8894 - 314 - 11 - 90HI0003 - 2015-03-01 - 2019-08-31 - HI - Bois Forte Reservation Tribal Council - Inactive - F47779 - L47779 - 47779@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - - - - - - - 8895 - 211 - 7 - 07HP0011 - 2015-03-01 - 2020-08-31 - HP - Delta Area Economic Opportunity Corporation - Inactive - F47594 - L47594 - 47594@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - - - - - - - 8896 - 1235 - 7 - 07HP0010 - 2015-03-01 - 2019-08-31 - HP - Douglas Community Services, Inc. - Inactive - - - - F30955 - L30955 - 30955@hsesinfo.org - - - - - - - 8897 - 1101 - 7 - 07HP0009 - 2015-03-01 - 2020-08-31 - HP - Community Action Partnership of Greater St Joseph - Inactive - F11828 - L11828 - 11828@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - - - - - - - 8898 - 386 - 11 - 90HI0002 - 2015-03-01 - 2019-08-31 - HI - Winnebago Tribe - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - - - - - - - 8899 - 1245 - 4 - 04HP0038 - 2015-03-01 - 2020-08-31 - HP - First Steps of Spartanburg County - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - - - - - - - 8900 - 1062 - 4 - 04HP0029 - 2015-03-01 - 2019-08-31 - HP - Audubon Area Community Services, Inc. - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - - - - - - 8901 - 141 - 11 - 90HI0013 - 2015-03-01 - 2020-08-31 - HI - Metlakatla Indian Community - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 8902 - 2304 - 11 - 90HI0011 - 2015-03-01 - 2019-08-31 - HI - Cook Inlet Tribal Council, Inc. - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 8903 - 1611 - 11 - 90HI0009 - 2015-03-01 - 2020-08-31 - HI - Kawerak, Inc. - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 8904 - 938 - 11 - 90CI9891 - 2015-04-01 - 2020-03-31 - CI - Stockbridge-Munsee Community - Inactive - F47779 - L47779 - 47779@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - - - - - - - 8905 - 1832 - 11 - 90CI9890 - 2015-04-01 - 2021-03-31 - CI - Ho-Chunk Nation - Active - F39730 - L39730 - 39730@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - 110 - - - - - - 8906 - 1440 - 4 - 04HP0042 - 2015-03-01 - 2019-08-31 - HP - Sequatchie Valley Planning and Development Agency - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - - - - - - 8907 - 1080 - 6 - 06HP0033 - 2015-03-01 - 2019-08-31 - HP - South Plains Community Action Association, Inc. - Inactive - F2339 - L2339 - 2339@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - - - - - - 8908 - 7215 - 6 - 06HP0026 - 2015-03-01 - 2019-08-30 - HP - Ser-Jobs for Progress National, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - - - - - - - - - - 8909 - 164 - 6 - 06CH7199 - 2015-04-01 - 2020-03-31 - CH - Plano Independent School District - Inactive - - - - - - - - - - - - - 8910 - 761 - 11 - 90HI0012 - 2015-03-01 - 2020-08-31 - HI - Santa Clara, Pueblo of - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F3536 - L3536 - 3536@hsesinfo.org - - - - - - - 8911 - 716 - 6 - 06CH7196 - 2015-04-01 - 2020-03-31 - CH - Community Action Agency of Oklahoma City and Oklahoma/C - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - - - - - - - 8912 - 7214 - 6 - 06HP0027 - 2015-03-01 - 2019-08-31 - HP - Kingsley House, Inc. - Inactive - - - - F26305 - L26305 - 26305@hsesinfo.org - - - - - - - 8913 - 718 - 11 - 90HI0014 - 2015-03-01 - 2019-08-31 - HI - Gila River Indian Community - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F42301 - L42301 - 42301@hsesinfo.org - - - - - - - 8914 - 1762 - 6 - 06HP0023 - 2015-03-01 - 2019-08-31 - HP - University of Arkansas At Pine Bluff - Inactive - F23929 - L23929 - 23929@hsesinfo.org - - - - - - - - - - 8915 - 923 - 6 - 06CH7193 - 2015-03-01 - 2020-02-29 - CH - North Central Arkansas Development Council, Inc. - Inactive - - - - F2204 - L2204 - 2204@hsesinfo.org - - - - - - - 8916 - 1347 - 10 - 10HP0005 - 2015-03-01 - 2020-06-30 - HP - Umatilla Morrow Head Start, Inc. - Inactive - F14039 - L14039 - 14039@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - - - - - - - 8917 - 698 - 11 - 90HI0010 - 2015-03-01 - 2019-08-31 - HI - California Rural Indian Health Board, Inc. - Inactive - - - - - - - - - - - - - 8918 - 7217 - 4 - 04HP0040 - 2015-03-01 - 2020-08-31 - HP - Lancaster County First Steps to School Readiness Partne - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - - - - - - - 8919 - 817 - 4 - 04HP0039 - 2015-03-01 - 2019-08-31 - HP - Gleamns Human Resources Commission, Inc. - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F13741 - L13741 - 13741@hsesinfo.org - - - - - - - 8920 - 710 - 4 - 04HP0030 - 2015-03-01 - 2019-08-31 - HP - Community Action Council for Lexington-Fayette, Bourbon, Harrison & Nicholas Counties Inc. - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - - - - - - 8921 - 355 - 4 - 04HP0034 - 2015-03-01 - 2019-08-31 - HP - Greene Lamp Inc. - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - - - - - - - 8922 - 1759 - 4 - 04HP0035 - 2015-03-01 - 2019-08-31 - HP - Action Pathways, Inc. - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - - - - - - - 8923 - 803 - 4 - 04HP0036 - 2015-03-01 - 2019-08-31 - HP - Guilford Child Development - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 8924 - 1345 - 4 - 04CH4795 - 2015-03-01 - 2020-02-29 - CH - Santa Rosa County School District - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - - - - - - - 8925 - 1054 - 4 - 04HP0013 - 2015-03-01 - 2019-08-31 - HP - CSRA Economic Opportunity Authority, Inc. - Inactive - F48459 - L48459 - 48459@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - - - - - - - 8926 - 1015 - 4 - 04HP0028 - 2015-03-01 - 2019-08-31 - HP - Clayton County Community Services Authority, Inc. - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - - - - - - - 8927 - 692 - 4 - 04HP0026 - 2015-03-01 - 2019-08-31 - HP - Fort Valley State University - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F13741 - L13741 - 13741@hsesinfo.org - - - - - - - 8928 - 1364 - 4 - 04HP0032 - 2015-03-01 - 2019-08-31 - HP - Bolivar Community Action Agency Inc. - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - - - - - - - 8929 - 1210 - 4 - 04HP0031 - 2015-03-01 - 2019-08-31 - HP - Washington County Opportunities, Inc. - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - - - - - - - 8930 - 256 - 4 - 04HP0045 - 2015-03-01 - 2019-08-31 - HP - Family Resource Agency, Inc. - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - - - - - - - 8931 - 1872 - 4 - 04HP0043 - 2015-03-01 - 2019-08-31 - HP - Children's Bureau Inc. Dba Porter-Leath - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - - - - - - - 8932 - 1227 - 4 - 04HP0044 - 2015-03-01 - 2019-08-31 - HP - Tennessee State University - Inactive - F48070 - L48070 - 48070@hsesinfo.org - - - - - - - - - - 8933 - 1238 - 6 - 06HP0029 - 2015-03-01 - 2019-08-31 - HP - AVANCE - Houston, Inc. - Inactive - F23929 - L23929 - 23929@hsesinfo.org - - - - - - - - - - 8934 - 384 - 6 - 06HP0032 - 2015-03-01 - 2019-08-31 - HP - Texas Tech University System - Inactive - - - - F26305 - L26305 - 26305@hsesinfo.org - - - - - - - 8935 - 7218 - 6 - 06HP0025 - 2015-03-01 - 2019-08-31 - HP - Center for Transforming Lives - Inactive - - - - F13700 - L13700 - 13700@hsesinfo.org - - - - - - - 8936 - 7219 - 6 - 06HP0020 - 2015-03-01 - 2019-08-31 - HP - University of Texas Rio Grande Valley, The - Inactive - F2339 - L2339 - 2339@hsesinfo.org - F2179 - L2179 - 2179@hsesinfo.org - - - - - - - 8937 - 1782 - 6 - 06HP0024 - 2015-03-01 - 2019-08-31 - HP - Education Service Center Region XIV - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 8938 - 1633 - 6 - 06HP0028 - 2015-03-01 - 2019-08-31 - HP - Harris County Department of Education - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 8939 - 617 - 6 - 06HP0035 - 2015-03-01 - 2019-08-31 - HP - Sunbeam Family Services Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 8940 - 7220 - 6 - 06HP0022 - 2015-03-01 - 2020-05-31 - HP - Boys Town Louisiana, Inc. - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - - - - - - 8941 - 765 - 7 - 07CH7095 - 2015-04-01 - 2020-03-31 - CH - Economic Security Corp of Southwest Area - Inactive - F47594 - L47594 - 47594@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - - - - - - - 8942 - 952 - 4 - 04HP0033 - 2015-03-01 - 2019-08-31 - HP - Wayne Action Group for Economic Solvency, Inc. - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - - - - - - - 8943 - 7221 - 4 - 04HP0037 - 2015-03-01 - 2020-08-31 - HP - Child Care Resources Inc. - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - - - - - - - 8944 - 7222 - 4 - 04HP0025 - 2015-03-01 - 2019-08-31 - HP - Eckerd Youth Alternatives Inc. - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 8945 - 3501 - 6 - 06HP0034 - 2015-03-01 - 2019-08-31 - HP - Arkansas Early Learning, Inc. - Inactive - - - - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 8946 - 1008 - 3 - 03CH3485 - 2015-04-01 - 2020-03-31 - CH - Northern Tier Community Action Corp - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 8947 - 462 - 3 - 03CH3484 - 2015-04-01 - 2020-06-30 - CH - Butler County Children's Center, Inc. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - - - - - - - 8948 - 573 - 3 - 03CH3483 - 2015-04-01 - 2020-06-30 - CH - Columbia Day Care Program, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F32243 - L32243 - 32243@hsesinfo.org - - - - - - - 8949 - 536 - 4 - 04HP0027 - 2015-03-01 - 2019-08-31 - HP - Enrichment Services Program, Inc. - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - - - - - - 8950 - 395 - 4 - 04HP0041 - 2015-03-01 - 2021-03-31 - HP - Chattanooga, City of - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - - 150 - - - - - 8951 - 1218 - 4 - 04HP0017 - 2015-03-01 - 2021-02-28 - HP - South Central Human Resource Agency - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - - 128 - - - - - 8952 - 1052 - 10 - 10HP0004 - 2015-03-01 - 2019-08-31 - HP - Eastern Idaho Community Action Partnership - Inactive - F47078 - L47078 - 47078@hsesinfo.org - F2421 - L2421 - 2421@hsesinfo.org - - - - - - - 8953 - 435 - 10 - 10HP0009 - 2015-02-01 - 2019-07-31 - HP - Mt Hood Community College - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F48097 - L48097 - 48097@hsesinfo.org - - - - - - - 8954 - 1938 - 11 - 90CI9895 - 2015-04-01 - 2020-03-31 - CI - Ohkay Owingeh Tribal Council - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - - - - - - - 8955 - 972 - 11 - 90CI9894 - 2015-04-01 - 2021-03-31 - CI - Taos, Pueblo of - Active - F15738 - L15738 - 15738@hsesinfo.org - F42301 - L42301 - 42301@hsesinfo.org - 36 - 14 - - - - - 8956 - 761 - 11 - 90CI9893 - 2015-04-01 - 2021-03-31 - CI - Santa Clara, Pueblo of - Active - F15738 - L15738 - 15738@hsesinfo.org - F3536 - L3536 - 3536@hsesinfo.org - 38 - - - - - - 8957 - 372 - 11 - 90CI9892 - 2015-04-01 - 2020-03-31 - CI - EIGHT NORTHERN INDIAN PUEBLOS COUNCIL INC - Inactive - - - - - - - - - - - - - 8958 - 1692 - 10 - 10HP0011 - 2015-03-01 - 2019-08-31 - HP - Family Services of Grant County - Inactive - F14039 - L14039 - 14039@hsesinfo.org - F47540 - L47540 - 47540@hsesinfo.org - - - - - - - 8959 - 537 - 11 - 90CI9896 - 2015-04-01 - 2021-03-31 - CI - Leech Lake Reservation Business Committee Inc. - Active - F3537 - L3537 - 3537@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - 192 - 72 - - - - - 8960 - 672 - 11 - 90CI9897 - 2015-04-01 - 2020-03-31 - CI - UTE INDIAN TRIBE - Inactive - F11856 - L11856 - 11856@hsesinfo.org - - - - - - - - - - 8963 - 410 - 10 - 10HP0010 - 2015-03-01 - 2019-08-31 - HP - Olympic Educational Service District 114 - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F47540 - L47540 - 47540@hsesinfo.org - - - - - - - 8964 - 1667 - 10 - 10HP0007 - 2015-03-01 - 2019-08-31 - HP - Puget Sound Educational Service District - Inactive - F14039 - L14039 - 14039@hsesinfo.org - F2421 - L2421 - 2421@hsesinfo.org - - - - - - - 8965 - 498 - 9 - 09CH9189 - 2015-04-01 - 2021-03-31 - CH - Honolulu Community Action Program - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - 1460 - 48 - - - - - 8966 - 179 - 9 - 09CH9191 - 2015-04-01 - 2020-03-31 - CH - Community Services Agency - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - - - - - - 8967 - 486 - 9 - 09CH9190 - 2015-04-01 - 2020-03-31 - CH - Community Action Partnership of San Luis Obispo County, Inc. - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - - - - - - 8968 - 1093 - 9 - 09CH9188 - 2015-04-01 - 2020-03-31 - CH - Kings Community Action Organization, Incorporated - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 8969 - 1465 - 10 - 10HP0012 - 2015-03-01 - 2019-08-31 - HP - Washington State Community College District 17 - Inactive - F43149 - L43149 - 43149@hsesinfo.org - - - - - - - - - - 8970 - 752 - 12 - 90CM9816 - 2015-04-01 - 2020-06-30 - CM - Telamon Corporation - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F39971 - L39971 - 39971@hsesinfo.org - - - - - - - 8971 - 1358 - 12 - 90HM0007 - 2015-03-01 - 2019-08-31 - HM - Chicanos Por la Causa, Inc. - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F39971 - L39971 - 39971@hsesinfo.org - - - - - - - 8972 - 1532 - 6 - 06CH7197 - 2015-04-01 - 2020-03-31 - CH - Community Action Program for Central Arkansas CAPCA - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F15375 - L15375 - 15375@hsesinfo.org - - - - - - - 8973 - 1588 - 10 - 10HP0006 - 2015-03-01 - 2019-08-31 - HP - Oregon Child Development Coalition, Inc. - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 8974 - 1191 - 9 - 09HP0040 - 2015-03-01 - 2019-08-31 - HP - Western Arizona Council of Governments - Inactive - - - - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 8975 - 388 - 7 - 07HP0012 - 2015-03-01 - 2019-08-31 - HP - Blue Valley Community Action, Inc. - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F47025 - L47025 - 47025@hsesinfo.org - - - - - - - 8976 - 1105 - 2 - 02CH3128 - 2015-04-01 - 2020-03-31 - CH - Opportunities for Otsego, Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 8977 - 1514 - 2 - 02CH3127 - 2015-04-01 - 2020-03-31 - CH - Washington County Economic Opportunity Council, Inc. - Inactive - F32488 - L32488 - 32488@hsesinfo.org - F2359 - L2359 - 2359@hsesinfo.org - - - - - - - 8978 - 1574 - 2 - 02HP0026 - 2015-03-01 - 2019-08-31 - HP - L. I. Child & Family Development Services, Inc. - Inactive - F47557 - L47557 - 47557@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 8979 - 1058 - 2 - 02HP0025 - 2015-03-01 - 2019-08-31 - HP - Chautauqua Opportunities Inc. - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 8980 - 3436 - 11 - 90HI0015 - 2015-03-01 - 2019-08-31 - HI - Fort Belknap Indian Community - Inactive - F47622 - L47622 - 47622@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 8981 - 1045 - 11 - 90CI9898 - 2015-04-01 - 2021-03-31 - CI - Samish Indian Nation - Active - F25722 - L25722 - 25722@hsesinfo.org - F47570 - L47570 - 47570@hsesinfo.org - 30 - - - - - - 8982 - 1411 - 2 - 02CH3129 - 2015-04-01 - 2020-10-31 - CH - Acelero, Inc. - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F2359 - L2359 - 2359@hsesinfo.org - - - - - - - 8983 - 534 - 3 - 03CH3487 - 2015-05-01 - 2020-04-30 - CH - Total Action Against Poverty in the Roanoke Valley - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - - - - - - - 8984 - 516 - 3 - 03CH3489 - 2015-05-01 - 2020-04-30 - CH - Southwestern Community Action Council, Inc. - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - - - - - - - 8985 - 115 - 3 - 03CH3486 - 2015-05-01 - 2020-04-30 - CH - Coalfield Community Action Partnership, Inc. - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - - - - - - - 8986 - 1649 - 4 - 04CH4797 - 2015-04-01 - 2020-03-31 - CH - Owsley County Board of Education - Inactive - F48070 - L48070 - 48070@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - - - - - - - 8987 - 1518 - 3 - 03CH3488 - 2015-05-01 - 2020-04-30 - CH - Indiana County Head Start, Inc. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - - - - - - - 8988 - 672 - 11 - 90CI9899 - 2015-04-01 - 2021-03-31 - CI - Ute Indian Tribe - Active - F47779 - L47779 - 47779@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - 215 - - - - - - 8989 - 3440 - 11 - 90CI9900 - 2015-05-01 - 2021-04-30 - CI - Turtle Mountain Band of Chippewa Indians - Active - F39730 - L39730 - 39730@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - 330 - - - - - - 8990 - 1643 - 4 - 04CH4799 - 2015-04-01 - 2020-03-31 - CH - Pender County Board of Education - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F45392 - L45392 - 45392@hsesinfo.org - - - - - - - 8991 - 1945 - 4 - 04CH4798 - 2015-04-01 - 2020-03-31 - CH - Intermountain Children's Services, Inc. - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 8992 - 1139 - 4 - 04HP0046 - 2015-03-01 - 2019-08-31 - HP - Family Services Inc. - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - - - - - - 8993 - 1951 - 4 - 04HP0048 - 2015-03-01 - 2019-08-31 - HP - Durham's Partnership for Children - Inactive - F48070 - L48070 - 48070@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - - - - - - - 8994 - 1799 - 6 - 06CH7170 - 2015-04-01 - 2020-06-30 - CH - Neighbors in Need of Services, Inc. - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - - - - - - - 8995 - 1760 - 9 - 09CH9194 - 2015-05-01 - 2020-04-30 - CH - Lake Family Resource Center - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - - - - - - - 8996 - 1473 - 9 - 09CH9193 - 2015-05-01 - 2020-04-30 - CH - Modoc County Office of Education - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - - - - - - - 8997 - 1698 - 9 - 09CH9192 - 2015-05-01 - 2020-04-30 - CH - Santa Clara Office of Education - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 8998 - 1082 - 5 - 05CH8438 - 2015-05-01 - 2020-04-30 - CH - Hoosier Uplands Economic Development Corporation - Inactive - F48866 - L48866 - 48866@hsesinfo.org - F48776 - L48776 - 48776@hsesinfo.org - - - - - - - 8999 - 7249 - 4 - 04HP0047 - 2015-03-01 - 2021-02-28 - HP - Cleveland County Partnership for Children, Inc. - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - - 144 - - - - - 9000 - 508 - 5 - 05CH8503 - 2015-05-01 - 2020-04-30 - CH - Kenosha Achievement Center, Inc. - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F47912 - L47912 - 47912@hsesinfo.org - - - - - - - 9001 - 172 - 4 - 04CH4800 - 2015-04-01 - 2020-03-31 - CH - Coastal Georgia Area Community Action Authority, Inc. - Inactive - F48070 - L48070 - 48070@hsesinfo.org - F48069 - L48069 - 48069@hsesinfo.org - - - - - - - 9003 - 1671 - 2 - 02CH3130 - 2015-05-01 - 2020-04-30 - CH - Lutheran Social Services of the Virgin Islands, Inc. - Inactive - F2342 - L2342 - 2342@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - - - - - - - 9004 - 324 - 5 - 05CH8402 - 2015-05-01 - 2020-04-30 - CH - United Community Action Partnership, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - - - - - - - 9005 - 935 - 5 - 05CH8483 - 2015-05-01 - 2020-04-30 - CH - HARCATUS Tri-County Community Action Organization - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 9006 - 1475 - 6 - 06CH7200 - 2015-05-01 - 2020-04-30 - CH - Black River Area Development Corporation - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - - - - - - - 9007 - 958 - 1 - 01CH2258 - 2015-05-01 - 2020-12-31 - CH - Greater Lawrence Community Action Council, Inc. - Inactive - F42223 - L42223 - 42223@hsesinfo.org - F15627 - L15627 - 15627@hsesinfo.org - 449 - 48 - 10 - - - - 9011 - 341 - 4 - 04CH4801 - 2015-05-01 - 2020-04-30 - CH - PARTNERSHIP FOR COMMUNITY ACTION, INC. - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F13741 - L13741 - 13741@hsesinfo.org - - - - - - - 9012 - 1174 - 4 - 04CH4802 - 2015-04-01 - 2021-03-31 - CH - McIntosh Trail Early Childhood Development Council Inc. - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - 294 - 136 - - - - - 9013 - 1283 - 6 - 06CH7175 - 2015-05-01 - 2019-12-31 - CH - Ki Bois Community Action Foundation Inc. - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - - - - - - - 9014 - 883 - 1 - 01CH2164 - 2015-05-01 - 2020-04-30 - CH - Training, Education, and Manpower, Inc. - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - - - - - - 9015 - 387 - 1 - 01CH2518 - 2015-05-01 - 2020-04-30 - CH - Children's Friend and Service - Inactive - F42223 - L42223 - 42223@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - - - 9016 - 1807 - 6 - 06CH7179 - 2015-04-01 - 2020-06-30 - CH - YWCA of Greater Baton Rouge - Inactive - F48667 - L48667 - 48667@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 9017 - 248 - 11 - 90CI9901 - 2015-05-01 - 2020-04-30 - CI - Reno-Sparks Indian Colony - Inactive - F25722 - L25722 - 25722@hsesinfo.org - F46932 - L46932 - 46932@hsesinfo.org - - - - - - - 9018 - 630 - 11 - 90CI9902 - 2015-05-01 - 2020-04-30 - CI - Inter-Tribal Council of Nevada, Inc. - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F46932 - L46932 - 46932@hsesinfo.org - - - - - - - 9019 - 7250 - 7 - 07CH7096 - 2015-04-01 - 2020-03-31 - CH - Educational Service Unit No. 13 - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F47025 - L47025 - 47025@hsesinfo.org - - - - - - - 9020 - 372 - 11 - 90CI9903 - 2015-04-01 - 2020-03-31 - CI - Eight Northern Indian Pueblos Council Inc. - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - - - - - - - 9068 - 1605 - 13 - 90CH010073 - 2015-07-01 - 2020-06-30 - CH - CDI HS/St. Landry Parish, LA - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F27052 - L27052 - 27052@hsesinfo.org - - - - - - - 9069 - 1605 - 13 - 90CH9986 - 2015-06-01 - 2020-05-31 - CH - CDI HS/Midland County, TX - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - - - - - - - 9070 - 1605 - 13 - 90CH010157 - 2015-07-01 - 2020-06-30 - CH - CDI HS/Hualapai Tribe AZ - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F40193 - L40193 - 40193@hsesinfo.org - - - - - - - 9072 - 1605 - 13 - 90CH9979 - 2015-06-01 - 2020-05-31 - CH - CDI HS/Inner Banks North Carolina, NC - Inactive - F27052 - L27052 - 27052@hsesinfo.org - F3538 - L3538 - 3538@hsesinfo.org - - - - - - - 9073 - 1605 - 13 - 90CH10026 - 2015-07-01 - 2020-06-30 - CH - CDI HS/Western and Central Alabama, AL - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F40193 - L40193 - 40193@hsesinfo.org - - - - - - - 9074 - 946 - 9 - 09CH9949 - 2015-06-01 - 2020-05-31 - CH - Northern Arizona Council of Governments - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 9075 - 303 - 9 - 09CH9950 - 2015-06-01 - 2020-05-31 - CH - Madera County Board of Supervisors/CAPMC - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - - - - - - - 9076 - 586 - 5 - 05CH9957 - 2015-06-01 - 2020-06-30 - CH - Tri-County Community Action Partnership, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - - - - - - 9077 - 908 - 4 - 04CH9947 - 2015-06-01 - 2020-05-31 - CH - Organized Community Action Program Inc. - Inactive - F48459 - L48459 - 48459@hsesinfo.org - F48069 - L48069 - 48069@hsesinfo.org - - - - - - - 9078 - 894 - 1 - 01CH9959 - 2015-06-01 - 2020-12-31 - CH - Southwestern Community Services, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - - - - - - - 9079 - 1164 - 4 - 04CH9965 - 2015-06-01 - 2020-05-31 - CH - Leslie Knott Letcher Perry Community Action Council Inc - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - - - - - - 9080 - 1329 - 8 - 08CH9955 - 2015-06-01 - 2021-05-31 - CH - Central Montana Head Start - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - - - - - - - 9081 - 1508 - 1 - 01CH9956 - 2015-06-01 - 2020-05-31 - CH - Quincy Community Action Program, Inc. - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 9082 - 1479 - 4 - 04CH9964 - 2015-07-01 - 2020-10-31 - CH - Polk County Board of Education - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - - - - - - - 9083 - 813 - 8 - 08CH9953 - 2015-06-01 - 2020-05-31 - CH - Sioux Falls Independent School District - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - - - - - - - 9084 - 1142 - 1 - 01CH9960 - 2015-06-01 - 2020-12-31 - CH - Community Action Partnership of Strafford County - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - 161 - 88 - - - - - 9085 - 384 - 6 - 06CH9966 - 2015-06-01 - 2020-05-31 - CH - Texas Tech University System - Inactive - - - - F26305 - L26305 - 26305@hsesinfo.org - - - - - - - 9086 - 763 - 9 - 09CH9963 - 2015-07-01 - 2020-06-30 - CH - Siskiyou County Office of Education - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - - - - - - - 9087 - 1337 - 4 - 04CH9971 - 2015-06-01 - 2020-05-31 - CH - Mountain Projects, Inc. - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - - - - - - - 9088 - 1214 - 6 - 06CH9969 - 2015-06-01 - 2020-05-31 - CH - Clinica de Familia Inc, La - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - - - - - - - 9089 - 1316 - 6 - 06CH9958 - 2015-06-01 - 2020-05-31 - CH - Plaquemines Parish School Board - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 9090 - 1020 - 9 - 09CH9972 - 2015-07-01 - 2021-06-30 - CH - North Coast Opportunities, Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - - - - - - - 9091 - 1379 - 8 - 08CH9977 - 2015-07-01 - 2021-01-30 - CH - Deer Lodge County Commissioners - Active - F47409 - L47409 - 47409@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - 66 - - - - - - 9097 - 804 - 4 - 04CH9982 - 2015-07-01 - 2019-06-30 - CH - Rockingham County Headstart - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 9098 - 1639 - 4 - 04CH9975 - 2015-06-01 - 2020-05-31 - CH - Jefferson County Child Development Council, Inc. - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F2051 - L2051 - 2051@hsesinfo.org - - - - - - - 9099 - 7304 - 3 - 03CH9967 - 2015-06-01 - 2021-05-31 - CH - Bucks County Intermediate Unit 22 - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F30521 - L30521 - 30521@hsesinfo.org - 387 - 32 - 0 - 0 - - - 9100 - 594 - 4 - 04CH9985 - 2015-07-01 - 2020-06-30 - CH - Four-Square Community Action, Incorporated - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 9101 - 907 - 4 - 04CH9978 - 2015-06-01 - 2020-05-31 - CH - Pearl River Valley Opportunity, Inc. - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - - - - - - - 9103 - 262 - 4 - 04CH9974 - 2015-06-01 - 2020-05-31 - CH - Putnam County Board of Education - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - - - - - - - 9104 - 1910 - 4 - 04CH9983 - 2015-07-01 - 2020-06-30 - CH - The Enola Group - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - - - - - - 9105 - 863 - 3 - 03CH9948 - 2015-06-01 - 2020-05-31 - CH - Pathstone Corporation - Inactive - F49595 - L49595 - 49595@hsesinfo.org - F43578 - L43578 - 43578@hsesinfo.org - - - - - - - 9106 - 449 - 3 - 03CH9951 - 2015-06-01 - 2020-05-31 - CH - Allegheny County Department of Human Services - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 9107 - 461 - 11 - 90CI9904 - 2015-06-01 - 2020-05-31 - CI - Spokane Tribe of the Spokane Reservation - Inactive - F47779 - L47779 - 47779@hsesinfo.org - F47570 - L47570 - 47570@hsesinfo.org - - - - - - - 9108 - 233 - 4 - 04CH9989 - 2015-07-01 - 2020-06-30 - CH - Bell-Whitley Community Action Agency, Incorporated - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F48069 - L48069 - 48069@hsesinfo.org - - - - - - - 9111 - 7305 - 6 - 06CH9980 - 2015-06-01 - 2020-11-30 - CH - Kids Are First, Inc. - Inactive - F45391 - L45391 - 45391@hsesinfo.org - F44340 - L44340 - 44340@hsesinfo.org - - - - - - - 9112 - 901 - 4 - 04CH9973 - 2015-06-01 - 2020-05-31 - CH - Economic Improvement Council Inc - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - - - - - - - 9113 - 208 - 8 - 08CH9984 - 2015-07-01 - 2020-06-30 - CH - Davis/Morgan/Summit Head Start Early Head Start - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - - - - - - 9114 - 1605 - 13 - 90CH010165 - 2015-07-01 - 2021-06-30 - CH - CDI HS/Rockaway Beach, NY - Active - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - 70 - 99 - - - - - 9115 - 1753 - 11 - 90CI9905 - 2015-06-01 - 2021-05-31 - CI - Yurok Tribe - Active - F15738 - L15738 - 15738@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - 60 - 72 - - - - - 9116 - 664 - 9 - 09CH9998 - 2015-07-01 - 2021-06-30 - CH - Volunteers of America of Los Angeles - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - 421 - 90 - 0 - 0 - - - 9117 - 1157 - 4 - 04CH9997 - 2015-07-01 - 2020-06-30 - CH - Alexander County Board of Education - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - - - - - - - 9118 - 1740 - 4 - 04CH10011 - 2015-07-01 - 2020-06-30 - CH - Upper Cumberland Human Resource Agency - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 9119 - 806 - 4 - 04CH10005 - 2015-07-01 - 2020-06-30 - CH - TRIMBLE COUNTY BOARD OF EDUCATION - Inactive - - - - F11679 - L11679 - 11679@hsesinfo.org - - - - - - - 9120 - 704 - 1 - 01CH10000 - 2015-07-01 - 2021-01-31 - CH - Tri-County Community Action Program, Inc. - Active - F2300 - L2300 - 2300@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - 217 - - - - - - 9121 - 444 - 4 - 04CH10009 - 2015-07-01 - 2020-06-30 - CH - Ohio Valley Educational Cooperative - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - - - - - - 9122 - 376 - 1 - 01CH10003 - 2015-07-01 - 2020-08-31 - CH - Action for Boston Community Development, Inc. - Inactive - F47611 - L47611 - 47611@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - - - - - - 9123 - 465 - 9 - 09CH9995 - 2015-07-01 - 2021-06-30 - CH - Child Care Resource Center, Inc. - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - 714 - 16 - - - - - 9124 - 1216 - 11 - 90CI9906 - 2015-06-01 - 2020-05-31 - CI - Grand Traverse Band LLC - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - - - - - - - 9125 - 379 - 7 - 07CH9991 - 2015-07-01 - 2020-12-31 - CH - Drake University - Inactive - F45391 - L45391 - 45391@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - 804 - 88 - - - - - 9126 - 507 - 3 - 03CH9990 - 2015-07-01 - 2020-06-30 - CH - Montgomery, County of - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F44251 - L44251 - 44251@hsesinfo.org - - - - - - - 9127 - 7307 - 3 - 03CH9968 - 2015-06-01 - 2020-05-31 - CH - Montgomery County Intermediate Unit - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 9128 - 829 - 8 - 08CH9987 - 2015-07-01 - 2020-06-30 - CH - Catholic Charities, Archdiocese of Denver - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F3062 - L3062 - 3062@hsesinfo.org - - - - - - - 9129 - 1123 - 9 - 09CH10002 - 2015-07-01 - 2020-06-30 - CH - Community Action Marin - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - - - - - - - 9130 - 1245 - 4 - 04CH10010 - 2015-07-01 - 2020-06-30 - CH - First Steps of Spartanburg County - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - - - - - - - 9131 - 602 - 7 - 07CH10008 - 2015-07-01 - 2020-06-30 - CH - Salina Unified School District #305 - Inactive - F48871 - L48871 - 48871@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - - - - - - - 9132 - 883 - 1 - 01CH10033 - 2015-07-01 - 2020-06-30 - CH - Training, Education, and Manpower, Inc. - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - - - - - - 9133 - 219 - 10 - 10CH9993 - 2015-07-01 - 2020-06-30 - CH - North Idaho College - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F46991 - L46991 - 46991@hsesinfo.org - - - - - - - 9134 - 940 - 1 - 01CH10014 - 2015-07-01 - 2020-06-30 - CH - Human Resources Agency of New Britain, Inc. - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - - - 9135 - 1326 - 9 - 09CH10016 - 2015-07-01 - 2021-06-30 - CH - San Bernardino, County of - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 9136 - 346 - 9 - 09CH10027 - 2015-07-01 - 2020-06-30 - CH - Child and Family Service - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - - - - - - - 9137 - 1310 - 9 - 09CH10018 - 2015-07-01 - 2020-06-30 - CH - Little People's Head Start - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - - - - - - 9138 - 300 - 1 - 01CH10024 - 2015-07-01 - 2020-11-30 - CH - South Middlesex Opportunity Council - Inactive - F42223 - L42223 - 42223@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 9139 - 700 - 1 - 01CH10013 - 2015-07-01 - 2020-06-30 - CH - Lynn Economic Opportunity, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F32486 - L32486 - 32486@hsesinfo.org - - - - - - - 9140 - 985 - 11 - 90CI9907 - 2015-07-01 - 2020-06-30 - CI - Red Cliff Band of Lake Superior Chippewa - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - - - - - - - 9141 - 1026 - 1 - 01CH10022 - 2015-07-01 - 2020-06-30 - CH - West Haven Community House Association, Incorporated, The - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F32486 - L32486 - 32486@hsesinfo.org - - - - - - - 9142 - 1644 - 10 - 10CH10044 - 2015-07-01 - 2020-06-30 - CH - Harney Education Services District - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - - - - - - - 9143 - 4533 - 1 - 01CH10037 - 2015-07-01 - 2020-12-31 - CH - East Hartford Public Schools - Active - F14152 - L14152 - 14152@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - 126 - - 36 - - - - 9144 - 965 - 1 - 01CH10023 - 2015-07-01 - 2021-04-30 - CH - Citizens for Citizens, Inc. - Active - F2300 - L2300 - 2300@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - 365 - 40 - - - - - 9145 - 1255 - 1 - 01CH10012 - 2015-07-01 - 2020-12-31 - CH - Worcester Community Action Council, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 9147 - 1220 - 7 - 07CH9996 - 2015-07-01 - 2019-11-30 - CH - Mid-Iowa Community Action, Inc. - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - - - - - - - 9148 - 787 - 1 - 01CH10038 - 2015-07-01 - 2018-09-04 - CH - Community Renewal Team, Inc. - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F13406 - L13406 - 13406@hsesinfo.org - - - - - - - 9149 - 1064 - 6 - 06CH010069 - 2015-07-01 - 2020-06-30 - CH - Ascension Parish School Board - Inactive - F13320 - L13320 - 13320@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 9150 - 131 - 6 - 06CH10053 - 2015-07-01 - 2020-06-30 - CH - Cooper Independent School District - Inactive - F43271 - L43271 - 43271@hsesinfo.org - F2207 - L2207 - 2207@hsesinfo.org - - - - - - - 9151 - 3741 - 6 - 06CH9976 - 2015-06-01 - 2020-08-31 - CH - BCFS Education Services - Inactive - F48667 - L48667 - 48667@hsesinfo.org - F28510 - L28510 - 28510@hsesinfo.org - - - - - - - 9152 - 294 - 4 - 04CH010068 - 2015-07-01 - 2020-06-30 - CH - Western Carolina Community Action, Inc. - Inactive - F48070 - L48070 - 48070@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - - - - - - - 9153 - 3741 - 6 - 06CH010076 - 2015-07-01 - 2020-12-31 - CH - BCFS Education Services - Inactive - F48667 - L48667 - 48667@hsesinfo.org - F28510 - L28510 - 28510@hsesinfo.org - 133 - - - - - - 9154 - 708 - 2 - 02CH10048 - 2015-07-01 - 2020-06-30 - CH - Community Action Organization of Erie County, Inc. - Inactive - F32488 - L32488 - 32488@hsesinfo.org - F13554 - L13554 - 13554@hsesinfo.org - - - - - - - 9155 - 1378 - 2 - 02CH10001 - 2015-07-01 - 2020-06-30 - CH - Municipality of Patillas - Inactive - F42299 - L42299 - 42299@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 9156 - 228 - 6 - 06CH10034 - 2015-07-01 - 2021-04-30 - CH - Jumpstart Enrichment for Tomorrow's Students Inc. - Active - F2185 - L2185 - 2185@hsesinfo.org - F44340 - L44340 - 44340@hsesinfo.org - 60 - 64 - - - - - 9157 - 1330 - 4 - 04CH10046 - 2015-07-01 - 2020-06-30 - CH - Waccamaw Economic Opportunity Council, Inc. - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 9158 - 1461 - 4 - 04CH010082 - 2015-07-01 - 2020-06-30 - CH - Johnston Lee Harnett Community Action Inc. - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F45392 - L45392 - 45392@hsesinfo.org - - - - - - - 9159 - 1491 - 11 - 90CI9908 - 2015-07-01 - 2021-06-30 - CI - Laguna Department of Education - Active - F39730 - L39730 - 39730@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - 115 - 52 - - - - - 9160 - 679 - 2 - 02CH10045 - 2015-07-01 - 2020-12-31 - CH - Bronxcare Health System - Active - F47556 - L47556 - 47556@hsesinfo.org - F47389 - L47389 - 47389@hsesinfo.org - - 68 - - - - - 9161 - 957 - 7 - 07CH10017 - 2015-07-01 - 2020-06-30 - CH - Central Nebraska Community Action Partnership, Inc. - Inactive - - - - F47025 - L47025 - 47025@hsesinfo.org - - - - - - - 9162 - 513 - 4 - 04CH9999 - 2015-07-01 - 2021-06-30 - CH - Douglas-Cherokee Economic Authority, Inc. - Inactive - F46632 - L46632 - 46632@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 9163 - 1043 - 7 - 07CH10056 - 2015-07-01 - 2020-06-30 - CH - Futures Unlimited - Inactive - F49091 - L49091 - 49091@hsesinfo.org - F47025 - L47025 - 47025@hsesinfo.org - - - - - - - 9164 - 353 - 5 - 05CH010072 - 2015-07-01 - 2020-06-30 - CH - Human Development Commission Inc. - Inactive - F48866 - L48866 - 48866@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 9165 - 1186 - 5 - 05CH010070 - 2015-07-01 - 2020-06-30 - CH - Family & Child Learning Centers of Northeast Wisconsin - Inactive - F44271 - L44271 - 44271@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - - - - - - - 9166 - 1622 - 5 - 05CH10019 - 2015-07-01 - 2020-06-30 - CH - Quincy Public Schools, District #172 - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 9167 - 627 - 5 - 05CH10063 - 2015-07-01 - 2020-06-30 - CH - Rock Island-Milan School District, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 9168 - 7314 - 5 - 05CH010050 - 2015-07-01 - 2020-06-30 - CH - Alta Care Group, Inc. - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 9169 - 435 - 10 - 10CH010088 - 2015-07-01 - 2020-06-30 - CH - Mt Hood Community College - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F48097 - L48097 - 48097@hsesinfo.org - - - - - - - 9170 - 1905 - 4 - 04CH9994 - 2015-07-01 - 2021-05-31 - CH - Anderson County Board of Education - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 9171 - 1165 - 4 - 04CH10006 - 2015-07-01 - 2020-06-30 - CH - Jackson County School District - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - - - - - - - 9172 - 1153 - 4 - 04CH10126 - 2015-07-01 - 2020-06-30 - CH - Jasper County Board of Education - Inactive - F48070 - L48070 - 48070@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - - - - - - - 9173 - 1552 - 10 - 10CH10090 - 2015-07-01 - 2020-12-31 - CH - NeighborImpact - Active - F14039 - L14039 - 14039@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - 104 - 22 - 319 - - - - 9174 - 1782 - 6 - 06CH010075 - 2015-07-01 - 2020-06-30 - CH - Education Service Center Region XIV - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 9175 - 293 - 6 - 06CH10059 - 2015-07-01 - 2020-12-31 - CH - Mid-Delta Community Services, Inc. - Active - F45654 - L45654 - 45654@hsesinfo.org - F15375 - L15375 - 15375@hsesinfo.org - 250 - - - - - - 9176 - 476 - 11 - 90CI9909 - 2015-07-01 - 2020-06-30 - CI - Ponca Tribe of Oklahoma - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F3536 - L3536 - 3536@hsesinfo.org - - - - - - - 9177 - 1904 - 6 - 06CH10104 - 2015-07-01 - 2020-06-30 - CH - Region 16 Education Service Center - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 9178 - 1568 - 5 - 05CH10058 - 2015-07-01 - 2021-01-31 - CH - Portage Private Industry Council, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - 240 - 84 - - - - - 9179 - 666 - 9 - 09CH010071 - 2015-07-01 - 2020-06-30 - CH - Community Action Partnership of Kern - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - - - - - - - 9180 - 1962 - 8 - 08CH10113 - 2015-07-01 - 2020-06-30 - CH - Families in Partnership, Inc. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 9181 - 1824 - 8 - 08CH10114 - 2015-07-01 - 2020-06-30 - CH - A.W.A.R.E., Inc.. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 9182 - 1343 - 11 - 90CI9911 - 2015-07-01 - 2020-06-30 - CI - Mountain Empire Unified School District - Inactive - F47779 - L47779 - 47779@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - - - - - - - 9183 - 1880 - 6 - 06CH010086 - 2015-07-01 - 2020-06-30 - CH - Delta Community Action Association, Inc. - Inactive - F2179 - L2179 - 2179@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 9184 - 397 - 8 - 08CH10047 - 2015-07-01 - 2020-06-30 - CH - The Children's Learning Center - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - - - - - - - 9185 - 1492 - 10 - 10CH10123 - 2015-07-01 - 2020-11-30 - CH - Inspire Development Centers - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F45312 - L45312 - 45312@hsesinfo.org - - - - - - - 9186 - 714 - 6 - 06CH10115 - 2015-07-01 - 2020-06-30 - CH - Calcasieu Parish School Board - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 9187 - 1334 - 8 - 08CH10118 - 2015-07-01 - 2020-06-30 - CH - Ravalli Head Start, Inc. - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 9188 - 1390 - 2 - 02CH10035 - 2015-06-01 - 2020-05-31 - CH - Municipality of Isabela - Inactive - F42299 - L42299 - 42299@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 9189 - 1488 - 6 - 06CH10111 - 2015-07-01 - 2020-06-30 - CH - Morehouse Community Improvement Organization, Inc. - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 9190 - 1953 - 5 - 05CH10061 - 2015-07-01 - 2020-06-30 - CH - Board of Trustees of Southern Illinois University - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - - - - - - - 9191 - 325 - 5 - 05CH010078 - 2015-07-01 - 2020-06-30 - CH - Child Focus, Inc. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - - - - - - - 9192 - 1399 - 9 - 09CH10036 - 2015-07-01 - 2020-06-30 - CH - Inyo Mono Advocates for Community Action - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - - - - - - 9193 - 229 - 6 - 06CH10093 - 2015-07-01 - 2020-07-31 - CH - Child Care Associates - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - - - - - - - 9194 - 184 - 3 - 03CH9970 - 2015-07-01 - 2020-06-30 - CH - Monongalia County Board of Education - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - - - - - - - 9195 - 1144 - 7 - 07CH10099 - 2015-06-01 - 2019-10-31 - CH - Northeast Nebraska Community Action Partnership, Inc. - Inactive - - - - F13558 - L13558 - 13558@hsesinfo.org - - - - - - - 9196 - 1733 - 5 - 05CH010067 - 2015-07-01 - 2020-06-30 - CH - Ross County Community Action Commission, Inc. - Inactive - F2088 - L2088 - 2088@hsesinfo.org - F48776 - L48776 - 48776@hsesinfo.org - - - - - - - 9197 - 1315 - 7 - 07CH10096 - 2015-07-01 - 2020-06-30 - CH - Unified School District #489 - Inactive - F48871 - L48871 - 48871@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - - - - - - - 9198 - 1074 - 9 - 09CH10039 - 2015-07-01 - 2021-06-30 - CH - Child Start, Inc. - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - 599 - 204 - - - - - 9199 - 1900 - 4 - 04CH10112 - 2015-07-01 - 2020-06-30 - CH - Resurgent Education and Community Health Service, Inc. - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - - - - - - - 9200 - 742 - 2 - 02CH10020 - 2015-07-01 - 2020-06-30 - CH - Children's Aid Society, The - Inactive - F32488 - L32488 - 32488@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - - - - - - - 9201 - 1044 - 6 - 06CH10110 - 2015-07-01 - 2019-05-31 - CH - Southeast Arkansas Community Action Corporation - Inactive - F2185 - L2185 - 2185@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - - - - - - - 9202 - 670 - 6 - 06CH10136 - 2015-07-01 - 2021-02-28 - CH - BakerRipley (formerly Neighborhood Centers Inc.) - Active - F2185 - L2185 - 2185@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - 511 - 176 - - - - - 9203 - 1101 - 7 - 07CH10134 - 2015-07-01 - 2021-02-28 - CH - Community Action Partnership of Greater St Joseph - Inactive - F11828 - L11828 - 11828@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - 265 - 73 - - - - - 9204 - 683 - 7 - 07CH10091 - 2015-07-01 - 2020-06-30 - CH - Dodge City Unified School District #443 - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - - - - - - - 9205 - 1515 - 2 - 02CH10101 - 2015-07-01 - 2020-06-30 - CH - Adirondack Community Action Programs, Inc. - Inactive - F32488 - L32488 - 32488@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - - - - - - - 9206 - 635 - 10 - 10CH10066 - 2015-07-01 - 2020-06-30 - CH - Community Action Organization - Inactive - F45193 - L45193 - 45193@hsesinfo.org - F48097 - L48097 - 48097@hsesinfo.org - - - - - - - 9207 - 948 - 8 - 08CH10131 - 2015-07-01 - 2020-12-31 - CH - Cripple Creek Victor School District Re-1 - Active - F3032 - L3032 - 3032@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - 20 - 16 - - - - - 9208 - 1937 - 4 - 04CH10107 - 2015-07-01 - 2020-09-30 - CH - Episcopal Children's Services - Inactive - F48070 - L48070 - 48070@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - - - - - - - 9209 - 456 - 2 - 02CH10031 - 2015-07-01 - 2020-06-30 - CH - Municipality of Adjuntas - Inactive - F2342 - L2342 - 2342@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - - - - - - - 9210 - 772 - 8 - 08CH10121 - 2015-07-01 - 2020-06-30 - CH - City of Lakewood - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - - - - - - - 9211 - 223 - 5 - 05CH010077 - 2015-07-01 - 2020-06-30 - CH - Monroe County Intermediate School District - Inactive - F2088 - L2088 - 2088@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - - - - - - - 9212 - 859 - 4 - 04CH10122 - 2015-07-01 - 2020-09-30 - CH - Mississippi Action for Progress, Inc. - Inactive - F2065 - L2065 - 2065@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 9213 - 1728 - 6 - 06CH10127 - 2015-07-01 - 2021-02-28 - CH - Cameron Community Action Agency, Inc. - Active - F45654 - L45654 - 45654@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - 51 - - - - - - 9214 - 611 - 5 - 05CH10094 - 2015-07-01 - 2020-06-30 - CH - University of Wisconsin, Oshkosh - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F48776 - L48776 - 48776@hsesinfo.org - - - - - - - 9215 - 876 - 3 - 03CH10015 - 2015-07-01 - 2020-06-30 - CH - Associated Catholic Charities Inc. - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - - - - - - - 9216 - 1292 - 5 - 05CH10092 - 2015-07-01 - 2020-06-30 - CH - Community Action Agency - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - - - - - - - 9217 - 1994 - 3 - 03CH10032 - 2015-07-01 - 2021-01-31 - CH - Eastern Allegheny Council for Human Services Head Start - Active - F14907 - L14907 - 14907@hsesinfo.org - F47017 - L47017 - 47017@hsesinfo.org - 263 - - - - - - 9218 - 7317 - 6 - 06CH10129 - 2015-07-01 - 2021-02-28 - CH - Lutheran Social Services of the South, Inc. dba Upbring - Active - F23929 - L23929 - 23929@hsesinfo.org - F28510 - L28510 - 28510@hsesinfo.org - 227 - 32 - - - - - 9219 - 1778 - 3 - 03CH10029 - 2015-07-01 - 2021-01-31 - CH - Maternity Care Coalition, Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F44251 - L44251 - 44251@hsesinfo.org - - 313 - - - - - 9220 - 1018 - 5 - 05CH10117 - 2015-07-01 - 2020-06-30 - CH - Community Action Partnership of Lake County - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 9221 - 301 - 3 - 03CH10057 - 2015-07-01 - 2020-06-30 - CH - Culpeper Human Services - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - - - - - - - 9222 - 7318 - 12 - 90CM9817 - 2015-07-01 - 2020-06-30 - CM - Educational Service District #105 - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - - - - - - - 9223 - 1730 - 4 - 04CH10130 - 2015-07-01 - 2020-06-30 - CH - Central Mississippi, Inc. - Inactive - - - - F13741 - L13741 - 13741@hsesinfo.org - - - - - - - 9224 - 4655 - 3 - 03CH9961 - 2015-07-01 - 2020-06-30 - CH - Child Development Inc. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F43578 - L43578 - 43578@hsesinfo.org - - - - - - - 9225 - 523 - 6 - 06CH10132 - 2015-07-01 - 2020-11-30 - CH - Motivation Education & Training, Inc. - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 9226 - 918 - 4 - 04CH10103 - 2015-07-01 - 2020-06-30 - CH - Onslow County Schools Inc. - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - - - - - - - 9227 - 924 - 3 - 03CH10054 - 2015-07-01 - 2021-06-30 - CH - Shore Up, Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F30521 - L30521 - 30521@hsesinfo.org - 761 - 172 - - - - - 9228 - 331 - 6 - 06CH10137 - 2015-07-01 - 2020-06-30 - CH - West Feliciana Parish School District - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 9229 - 1584 - 2 - 02CH10109 - 2015-07-01 - 2020-08-31 - CH - Economic Opportunity Commission of Nassau County, Inc. - Inactive - F32488 - L32488 - 32488@hsesinfo.org - F48300 - L48300 - 48300@hsesinfo.org - - - - - - - 9230 - 473 - 3 - 03CH9962 - 2015-07-01 - 2020-06-30 - CH - Keystone Service Systems, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - - - - - - - 9231 - 484 - 4 - 04CH10042 - 2015-07-01 - 2020-12-31 - CH - Step-Up Suncoast, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - 455 - 112 - - - - - 9232 - 395 - 4 - 04CH010085 - 2015-07-01 - 2020-06-30 - CH - Chattanooga, City of - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - - - - - - - 9233 - 1492 - 12 - 90CM9819 - 2015-07-01 - 2020-06-30 - CM - Inspire Development Centers - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - - - - - - - 9234 - 1266 - 3 - 03CH10021 - 2015-07-01 - 2020-05-31 - CH - Community Action Partnership of Cambria County - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - - - - - - - 9235 - 1504 - 3 - 03CH9988 - 2015-07-01 - 2020-07-31 - CH - Armstrong County Community Action Agency - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - - - - - - - 9236 - 1419 - 4 - 04CH10084 - 2015-07-01 - 2020-11-30 - CH - Community Service Programs of West Alabama, Inc. - Active - F48070 - L48070 - 48070@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - - - - - - - 9237 - 7316 - 6 - 06CH10128 - 2015-07-01 - 2020-06-30 - CH - St. James Parish School Board - Inactive - - - - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 9238 - 1944 - 3 - 03CH10004 - 2015-07-01 - 2020-06-30 - CH - Pittsylvania County Community Action, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - - - - - - - 9239 - 1596 - 2 - 02CH10040 - 2015-07-01 - 2020-06-30 - CH - Cypress Hills Child Care Corporation - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F48300 - L48300 - 48300@hsesinfo.org - - - - - - - 9240 - 177 - 5 - 05CH010074 - 2015-07-01 - 2020-06-30 - CH - Saginaw Intermediate School District - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 9241 - 1750 - 3 - 03CH10030 - 2015-07-01 - 2021-06-30 - CH - Delaware County Intermediate Unit - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - 703 - 72 - 130 - - - - 9242 - 1582 - 3 - 03CH10041 - 2015-07-01 - 2020-11-30 - CH - Buchanan County Head Start - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F44251 - L44251 - 44251@hsesinfo.org - - - - - - - 9243 - 1318 - 4 - 04CH010080 - 2015-07-01 - 2020-12-31 - CH - Bethlehem Center of Charlotte, Inc. - Active - F2001 - L2001 - 2001@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - 556 - 69 - - - - - 9244 - 1840 - 4 - 04CH10135 - 2015-07-01 - 2020-06-30 - CH - Capital Area Community Action Agency, Inc. - Inactive - F46251 - L46251 - 46251@hsesinfo.org - F46450 - L46450 - 46450@hsesinfo.org - - - - - - - 9245 - 482 - 3 - 03CH9981 - 2015-07-01 - 2020-10-31 - CH - Central West Virginia Community Action, Inc. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F49361 - L49361 - 49361@hsesinfo.org - - - - - - - 9246 - 1247 - 5 - 05CH010083 - 2015-07-01 - 2020-06-30 - CH - Mount Vernon City Schools, District 80 - Inactive - F48866 - L48866 - 48866@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - - - - - - - 9247 - 290 - 5 - 05CH10095 - 2015-07-01 - 2020-06-30 - CH - Cooperative Educational Service Agency No.7 - Inactive - F48866 - L48866 - 48866@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 9248 - 668 - 12 - 90CM9818 - 2015-07-01 - 2020-06-30 - CM - Community Council of Idaho, Inc. - Inactive - F47622 - L47622 - 47622@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - - - - - - - 9249 - 343 - 6 - 06CH10139 - 2015-07-01 - 2020-11-30 - CH - Swisher County - Inactive - F45391 - L45391 - 45391@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - - - - - - - 9250 - 1209 - 3 - 03CH10043 - 2015-07-01 - 2020-06-30 - CH - Adams County Children's Education Special Services, Inc. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F49361 - L49361 - 49361@hsesinfo.org - - - - - - - 9251 - 566 - 6 - 06CH010143 - 2015-07-01 - 2020-06-30 - CH - West Las Vegas Schools - Inactive - - - - F41654 - L41654 - 41654@hsesinfo.org - - - - - - - 9252 - 976 - 6 - 06CH10138 - 2015-07-01 - 2020-06-30 - CH - Acadia Parish School Board - Inactive - - - - F15375 - L15375 - 15375@hsesinfo.org - - - - - - - 9253 - 7318 - 10 - 10CH10124 - 2015-07-01 - 2020-06-30 - CH - Educational Service District #105 - Inactive - F45193 - L45193 - 45193@hsesinfo.org - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 9254 - 1519 - 3 - 03CH010081 - 2015-07-01 - 2020-06-30 - CH - Snyder Union Mifflin Child Development, Inc. - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F43578 - L43578 - 43578@hsesinfo.org - - - - - - - 9255 - 597 - 5 - 05CH10051 - 2015-06-01 - 2020-12-31 - CH - Bauer Family Resources, Inc. - Active - F43414 - L43414 - 43414@hsesinfo.org - F47912 - L47912 - 47912@hsesinfo.org - 125 - - - - - - 9256 - 231 - 7 - 07CH010155 - 2015-07-01 - 2020-06-30 - CH - Grace Hill Settlement House - Inactive - F47594 - L47594 - 47594@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - - - - - - - 9257 - 7320 - 4 - 04CH9992 - 2015-07-01 - 2020-06-30 - CH - Cabarrus County Partnership for Children - Inactive - F13740 - L13740 - 13740@hsesinfo.org - - - - - - - - - - 9258 - 198 - 6 - 06CH010149 - 2015-07-01 - 2020-12-31 - CH - Central Texas 4C, Inc. - Inactive - F2179 - L2179 - 2179@hsesinfo.org - F13531 - L13531 - 13531@hsesinfo.org - - - - - - - 9259 - 993 - 1 - 01CH10108 - 2015-07-01 - 2020-12-31 - CH - Community Action Program-Inter City, Incorporated - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F15627 - L15627 - 15627@hsesinfo.org - 198 - - 17 - - - - 9260 - 1655 - 5 - 05CH010079 - 2015-07-01 - 2020-06-30 - CH - Heartland Head Start, Inc. - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 9261 - 1238 - 6 - 06CH10133 - 2015-07-01 - 2020-06-30 - CH - AVANCE - Houston, Inc. - Inactive - F23929 - L23929 - 23929@hsesinfo.org - - - - - - - - - - 9262 - 7321 - 5 - 05CH10055 - 2015-07-01 - 2019-09-30 - CH - The Child Care Consortium, Inc. - Inactive - - - - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 9263 - 1114 - 5 - 05CH10116 - 2015-07-01 - 2021-01-31 - CH - Community Action Wayne/Medina, Inc. - Active - F48866 - L48866 - 48866@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - 373 - 141 - - - - - 9264 - 274 - 6 - 06CH010145 - 2015-07-01 - 2021-03-31 - CH - Pointe Coupee Parish School Board - Active - F45391 - L45391 - 45391@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - 153 - - - - - - 9265 - 1276 - 7 - 07CH010153 - 2015-07-01 - 2020-06-30 - CH - Youth in Need, Inc. - Inactive - F47594 - L47594 - 47594@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - - - - - - - 9266 - 711 - 5 - 05CH10102 - 2015-07-01 - 2020-10-31 - CH - Ohio Valley Opportunities, Inc. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - - - - - - - 9267 - 1636 - 7 - 07CH10119 - 2015-07-01 - 2020-12-31 - CH - Central Missouri Community Action - Inactive - F45391 - L45391 - 45391@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - 265 - 200 - - - - - 9268 - 1106 - 6 - 06CH010151 - 2015-07-01 - 2020-12-31 - CH - Hill Country Community Action Association, Inc. - Active - F2185 - L2185 - 2185@hsesinfo.org - F13531 - L13531 - 13531@hsesinfo.org - 459 - 80 - - - - - 9269 - 7214 - 6 - 06CH010152 - 2015-07-01 - 2021-06-30 - CH - Kingsley House, Inc. - Inactive - F45391 - L45391 - 45391@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - - - - - - 9270 - 1487 - 6 - 06CH10052 - 2015-07-01 - 2020-06-30 - CH - Sabine Parish School Board - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 9271 - 283 - 6 - 06CH010150 - 2015-07-01 - 2020-06-30 - CH - Kaufman Independent School District - Inactive - F43271 - L43271 - 43271@hsesinfo.org - - - - - - - - - - 9272 - 808 - 6 - 06CH010147 - 2015-07-01 - 2020-12-31 - CH - Total Community Action, Inc. - Active - F13320 - L13320 - 13320@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - 966 - 156 - - - - - 9273 - 1104 - 5 - 05CH10049 - 2015-07-01 - 2020-10-31 - CH - Gogebic-Ontonagon Community Action Agency - Inactive - F49521 - L49521 - 49521@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 9274 - 1992 - 9 - 09CH010120 - 2015-07-01 - 2020-01-31 - CH - Volunteers of America - Southwest Inc. - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 9275 - 1926 - 6 - 06CH010144 - 2015-07-01 - 2020-12-31 - CH - Detroit Independent School District - Inactive - F43271 - L43271 - 43271@hsesinfo.org - F2207 - L2207 - 2207@hsesinfo.org - 132 - - - - - - 9276 - 551 - 5 - 05CH10098 - 2015-07-01 - 2020-05-31 - CH - Children's Home & Aid Society of Illinois - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - - - - - - - 9277 - 423 - 3 - 03CH10025 - 2015-07-01 - 2020-10-31 - CH - Philadelphia School District - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - - - - - - - 9278 - 824 - 4 - 04CH010156 - 2015-07-01 - 2021-06-30 - CH - Nashville & Davidson County, Metropolitan Government of - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 9279 - 1628 - 4 - 04CH010065 - 2015-07-01 - 2020-06-30 - CH - ICARE, Inc. - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - - - - - - - 9280 - 968 - 9 - 09CH010125 - 2015-07-01 - 2019-11-30 - CH - Imperial County Office of Education - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - - - - - - 9281 - 7323 - 6 - 06CH010148 - 2015-07-01 - 2020-07-31 - CH - Catholic Charities Archdiocese of New Orleans - Inactive - F48667 - L48667 - 48667@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - - - - - - 9282 - 7325 - 5 - 05CH10089 - 2015-07-01 - 2020-06-30 - CH - Evanston/Skokie Community Consolidated School District 65 - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 9283 - 7324 - 5 - 05CH10097 - 2015-07-01 - 2017-12-31 - CH - Pillars Community Services - Inactive - - - - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 9284 - 7327 - 5 - 05CH10100 - 2015-07-01 - 2020-06-30 - CH - Easter Seals Metropolitan Chicago, Inc. - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 9285 - 1917 - 5 - 05CH10062 - 2015-07-01 - 2020-06-30 - CH - Childcare Network of Evanston - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 9286 - 7326 - 5 - 05CH10105 - 2015-07-01 - 2020-06-30 - CH - Illinois Action for Children - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 9287 - 7328 - 9 - 09CH010087 - 2015-07-01 - 2021-01-31 - CH - San Joaquin County Office of Education - Active - F47463 - L47463 - 47463@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - 1583 - 171 - - - - - 9288 - 260 - 6 - 06CH10140 - 2015-07-01 - 2020-06-30 - CH - Webster Parish Police Jury Office of Community Services - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - - - - - - - 9289 - 348 - 5 - 05CH10141 - 2015-07-01 - 2020-06-30 - CH - Lakes and Prairies Community Action Partnership, Inc. - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - - - - - - - 9290 - 7329 - 4 - 04CH010064 - 2015-07-01 - 2020-10-31 - CH - The Family Y,Young Men's Christian Association/YWCO of the C - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - - - - - - - 9291 - 637 - 11 - 90CI9910 - 2015-07-01 - 2021-06-30 - CI - Makah Tribal Council - Active - F39730 - L39730 - 39730@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - 50 - 28 - - - - - 9292 - 1346 - 5 - 05CH10106 - 2015-07-01 - 2020-08-31 - CH - Green Bay Area Public Schools - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 9293 - 906 - 6 - 06CH010142 - 2015-07-01 - 2020-06-30 - CH - St Bernard Parish School Board - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 9294 - 1663 - 4 - 04CH010159 - 2015-07-01 - 2020-06-30 - CH - Blue Ridge Community Action, Inc. - Inactive - F48070 - L48070 - 48070@hsesinfo.org - F45392 - L45392 - 45392@hsesinfo.org - - - - - - - 9296 - 1871 - 11 - 90CI9913 - 2015-08-01 - 2021-07-31 - CI - Blackfeet Tribe of the Blackfeet Indian Reservation - Active - F15738 - L15738 - 15738@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - 290 - 115 - - - - - 9297 - 187 - 2 - 02CH010163 - 2015-08-01 - 2021-07-31 - CH - Center for Family Services, Inc. - Active - F2340 - L2340 - 2340@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - 658 - - - - - - 9298 - 7332 - 7 - 07CH010154 - 2015-07-01 - 2020-06-30 - CH - Urban League of Metropolitan St. Louis - Inactive - F47594 - L47594 - 47594@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - - - - - - - 9299 - 656 - 4 - 04CH010169 - 2015-08-01 - 2021-07-31 - CH - Northeast Kentucky Community Action Agency, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F48069 - L48069 - 48069@hsesinfo.org - 310 - - - - - - 9301 - 1625 - 2 - 02CH010170 - 2015-08-01 - 2020-07-31 - CH - Cayuga/Seneca Community Action Agency, Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F47389 - L47389 - 47389@hsesinfo.org - - - - - - - 9302 - 768 - 5 - 05CH010162 - 2015-08-01 - 2020-07-31 - CH - Carman Ainsworth Community Schools - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - - - - - - - 9303 - 657 - 2 - 02CH010164 - 2015-08-01 - 2021-07-31 - CH - Westchester Community Opportunity Program, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - 1418 - 112 - - - - - 9304 - 7334 - 4 - 04CH010158 - 2015-07-01 - 2020-03-31 - CH - Childcare Network of Georgia, LLC - Inactive - F13325 - L13325 - 13325@hsesinfo.org - F13741 - L13741 - 13741@hsesinfo.org - - - - - - - 9305 - 1877 - 6 - 06CH010172 - 2015-08-01 - 2020-07-31 - CH - West Orange-Cove Consolidated Independent School - Inactive - F43271 - L43271 - 43271@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - - - - - - - 9306 - 979 - 11 - 90CI9914 - 2015-08-01 - 2021-07-31 - CI - Suquamish Indian Tribe of the Port Madison Reservation - Active - F33086 - L33086 - 33086@hsesinfo.org - F47570 - L47570 - 47570@hsesinfo.org - 36 - 40 - - - - - 9307 - 738 - 5 - 05CH010171 - 2015-08-01 - 2020-11-30 - CH - Kno Ho Co Ashland Community Action Commission - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 9308 - 1445 - 11 - 90CI9915 - 2015-08-01 - 2020-07-31 - CI - Bishop Indian HeadStart Program - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F45305 - L45305 - 45305@hsesinfo.org - - - - - - - 9309 - 101 - 11 - 90CI9912 - 2015-08-01 - 2021-07-31 - CI - Northern Cheyenne Head Start - Active - F25722 - L25722 - 25722@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - 125 - - - - - - 9326 - 1605 - 13 - 90CH010203 - 2015-07-29 - 2020-07-28 - CH - CDI HS/Rain and Franklin County, TX - Inactive - F27052 - L27052 - 27052@hsesinfo.org - F3538 - L3538 - 3538@hsesinfo.org - - - - - - - 9327 - 1500 - 9 - 09CH010182 - 2015-08-01 - 2021-07-31 - CH - Sacramento Employment & Training Agency - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - 4244 - 789 - - - - - 9328 - 1021 - 9 - 09CH010181 - 2015-08-01 - 2021-07-31 - CH - Pinal-Gila Community Child Services, Inc. - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - - - - - - 9329 - 929 - 9 - 09CH010174 - 2015-08-01 - 2021-05-31 - CH - Children's Institute, Inc. - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - - - - - - 9330 - 1344 - 5 - 05CH010173 - 2015-08-01 - 2021-07-31 - CH - Area Five Agency on Aging and Community Services, Inc. - Active - F48866 - L48866 - 48866@hsesinfo.org - F48776 - L48776 - 48776@hsesinfo.org - 176 - - - - - - 9331 - 715 - 5 - 05CH010176 - 2015-08-01 - 2020-07-31 - CH - Lakes & Pines Community Action Council, Inc. - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - - - - - - - 9332 - 644 - 6 - 06CH010178 - 2015-08-01 - 2021-01-31 - CH - Save the Children Federation Inc. - Active - F2179 - L2179 - 2179@hsesinfo.org - F12886 - L12886 - 12886@hsesinfo.org - 64 - 8 - - - - - 9333 - 569 - 5 - 05CH010186 - 2015-08-01 - 2020-07-31 - CH - Mid Michigan Community Action Agency, Inc. - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - - - - - - - 9335 - 1728 - 6 - 06CH10121 - 2015-07-01 - 2020-06-30 - CH - Cameron Community Action Agency, Inc. - Inactive - - - - - - - - - - - - - 9336 - 1136 - 5 - 05CH010190 - 2015-08-01 - 2020-07-31 - CH - Southeastern Indiana Economic Opportunity Corp - Inactive - F44271 - L44271 - 44271@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 9337 - 1814 - 4 - 04CH010183 - 2015-08-01 - 2020-12-31 - CH - Pasco County Board of Public Education - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - 660 - 128 - - - - - 9338 - 1168 - 3 - 03CH010160 - 2015-08-01 - 2020-07-31 - CH - Mineral County Board of Education - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F49361 - L49361 - 49361@hsesinfo.org - - - - - - - 9339 - 614 - 3 - 03CH010188 - 2015-08-01 - 2020-07-31 - CH - Reginald S. Lourie Center for Infants & Young Children - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - - - - - - 9340 - 1706 - 5 - 05CH010184 - 2015-08-01 - 2020-07-31 - CH - Dubois-Pike-Warrick Economic Opportunity Committee, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - - - - - - - 9341 - 1089 - 5 - 05CH010175 - 2015-08-01 - 2020-07-31 - CH - Community Action Program of Evansville & Vanderburgh County Inc. - Inactive - F48866 - L48866 - 48866@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - - - - - - - 9342 - 495 - 3 - 03CH010179 - 2015-08-01 - 2021-07-31 - CH - Lycoming-Clinton Counties Commission for Community Action Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - 297 - 120 - 60 - 0 - - - 9343 - 148 - 3 - 03CH010161 - 2015-08-01 - 2021-07-31 - CH - Rooftop of Virginia Community Action Program - Active - F49609 - L49609 - 49609@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - 145 - 116 - 0 - 0 - - - 9344 - 1496 - 5 - 05CH010191 - 2015-08-01 - 2020-07-31 - CH - Child Development Services of Ottawa County, Inc. - Inactive - F2088 - L2088 - 2088@hsesinfo.org - F48776 - L48776 - 48776@hsesinfo.org - - - - - - - 9345 - 969 - 3 - 03CH010166 - 2015-08-01 - 2020-07-31 - CH - Allegany County Human Resources - Inactive - F2402 - L2402 - 2402@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - - - - - - - 9346 - 1838 - 3 - 03CH010180 - 2015-08-01 - 2020-07-31 - CH - Williamsburg James City County Community Action Agency Inc. - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - - - - - - - 9347 - 1458 - 3 - 03CH010187 - 2015-08-01 - 2020-07-31 - CH - New Castle County Head Start Inc. - Inactive - F2415 - L2415 - 2415@hsesinfo.org - F44251 - L44251 - 44251@hsesinfo.org - - - - - - - 9348 - 7337 - 3 - 03CH010185 - 2015-08-01 - 2021-07-31 - CH - Southside Training Employment and Placement Services Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - 233 - 63 - 0 - 0 - - - 9349 - 368 - 7 - 07CH010189 - 2015-08-01 - 2021-07-31 - CH - Your Own United Resources, Inc. - Active - F2256 - L2256 - 2256@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - 158 - 76 - - - - - 9350 - 1156 - 2 - 02CH010167 - 2015-08-01 - 2021-07-31 - CH - Geneva City School District, Board of Education - Active - F2335 - L2335 - 2335@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - 153 - - - - - - 9351 - 111 - 4 - 04CH010177 - 2015-08-01 - 2020-07-31 - CH - Rutherford County Schools - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - - - - - - - 9353 - 1371 - 4 - 04CH010192 - 2015-08-01 - 2021-07-31 - CH - Miami-Dade, County of - Active - F46251 - L46251 - 46251@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - 6310 - 446 - - - - - 9354 - 1133 - 4 - 04CH010195 - 2015-08-01 - 2020-07-31 - CH - Carroll County Board of Education - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - - - - - - - 9355 - 644 - 8 - 08CH010193 - 2015-08-01 - 2021-06-30 - CH - Save the Children Federation, Inc. - Active - F3064 - L3064 - 3064@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - 64 - - - - - - 9356 - 1432 - 4 - 04CH010007 - 2015-08-01 - 2021-07-31 - CH - Gadsden Progress Council - Early Head Start Program - Active - F2001 - L2001 - 2001@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - 336 - 88 - - - - - 9357 - 726 - 11 - 90CI9916 - 2015-08-01 - 2021-07-31 - CI - Hoopa Valley Tribal Council - Active - F47779 - L47779 - 47779@hsesinfo.org - F46932 - L46932 - 46932@hsesinfo.org - 68 - 44 - - - - - 9358 - 1394 - 10 - 10CH010198 - 2015-09-01 - 2020-08-31 - CH - Malheur County Child Development Center - Inactive - F48537 - L48537 - 48537@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - - - - - - - 9359 - 1063 - 5 - 05CH010197 - 2015-09-01 - 2020-08-31 - CH - Kankakee School District 111 - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 9360 - 1872 - 4 - 04CH010201 - 2015-09-01 - 2020-08-31 - CH - Children's Bureau Inc. Dba Porter-Leath - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - - - - - - - 9361 - 690 - 5 - 05CH010199 - 2015-09-01 - 2020-08-31 - CH - Howard Area Community Center - Inactive - F49521 - L49521 - 49521@hsesinfo.org - F47912 - L47912 - 47912@hsesinfo.org - - - - - - - 9362 - 1217 - 2 - 02CH010196 - 2015-09-01 - 2016-08-31 - CH - CORNELL COOPERATIVE EXTENSION of Madison County - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - - - - - - 9363 - 724 - 6 - 06CH010194 - 2015-09-01 - 2021-08-31 - CH - Education Service Center Region 20 - Active - F2185 - L2185 - 2185@hsesinfo.org - F2193 - L2193 - 2193@hsesinfo.org - 387 - - - - - - 9365 - 581 - 5 - 05CH010200 - 2015-09-01 - 2020-08-31 - CH - Chicago Commons Association - Inactive - F44271 - L44271 - 44271@hsesinfo.org - F2121 - L2121 - 2121@hsesinfo.org - - - - - - - 9372 - 710 - 12 - 90CM9820 - 2015-09-01 - 2020-08-31 - CM - Community Action Council for Lexington-Fayette, Bourbon, Harrison & Nicholas Counties Inc. - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - - - - - - - 9373 - 264 - 8 - 08CH010209 - 2015-09-01 - 2021-08-31 - CH - Absaroka Head Start - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - - - - - - - 9374 - 1350 - 7 - 07CH010204 - 2015-09-01 - 2020-12-31 - CH - Central Territorial of the Salvation Army - Inactive - F48871 - L48871 - 48871@hsesinfo.org - F13558 - L13558 - 13558@hsesinfo.org - - - - - - - 9376 - 1591 - 10 - 10CH010211 - 2015-09-01 - 2020-08-31 - CH - Walla Walla School District #140 - Inactive - F47078 - L47078 - 47078@hsesinfo.org - F47540 - L47540 - 47540@hsesinfo.org - - - - - - - 9377 - 793 - 3 - 03CH010202 - 2015-09-01 - 2020-08-31 - CH - Seton Hill Child Services, Inc. - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - - - - - - 9378 - 634 - 9 - 09CH010210 - 2015-09-01 - 2020-08-31 - CH - Young Men's Christian Association of the East Bay - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - - - - - - - 9379 - 256 - 4 - 04CH010217 - 2015-09-01 - 2021-08-31 - CH - Family Resource Agency, Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - 533 - 312 - - - - - 9381 - 1140 - 4 - 04CH010220 - 2015-09-01 - 2021-08-31 - CH - Randolph Community Services - Active - F46632 - L46632 - 46632@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - 485 - - - - - - 9382 - 1801 - 4 - 04CH010218 - 2015-09-01 - 2020-08-31 - CH - Florida State University - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F46450 - L46450 - 46450@hsesinfo.org - - - - - - - 9383 - 801 - 3 - 03CH010208 - 2015-09-01 - 2020-08-31 - CH - The Campagna Center, Inc. - Inactive - F14907 - L14907 - 14907@hsesinfo.org - F44251 - L44251 - 44251@hsesinfo.org - - - - - - - 9384 - 1302 - 3 - 03CH010214 - 2015-09-01 - 2020-08-31 - CH - District of Columbia Public Schools - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F44251 - L44251 - 44251@hsesinfo.org - - - - - - - 9386 - 1952 - 2 - 02CH010212 - 2015-09-01 - 2020-08-31 - CH - New Square Community Improvement Council, Inc. - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F48300 - L48300 - 48300@hsesinfo.org - - - - - - - 9387 - 1457 - 8 - 08CH010215 - 2015-09-01 - 2021-06-30 - CH - Technology for Rural Enhancement of Communities - Active - F3064 - L3064 - 3064@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - 91 - 68 - - - - - 9388 - 511 - 5 - 05CH010206 - 2015-09-01 - 2020-08-31 - CH - Blue Water Community Action - Inactive - F49521 - L49521 - 49521@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - - - - - - - 9389 - 439 - 2 - 02CH010207 - 2015-09-01 - 2021-08-31 - CH - Kingsbridge Heights Community Center Inc. - Active - F2340 - L2340 - 2340@hsesinfo.org - F32828 - L32828 - 32828@hsesinfo.org - - 135 - - - - - 9391 - 486 - 12 - 90CM9821 - 2015-09-01 - 2020-08-31 - CM - Community Action Partnership Of San Luis Obispo County, Inc. - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - - - - - - - 9393 - 3741 - 6 - 06CH010213 - 2015-09-01 - 2021-06-30 - CH - BCFS Education Services - Active - F48667 - L48667 - 48667@hsesinfo.org - F28510 - L28510 - 28510@hsesinfo.org - 93 - - - - - - 9394 - 1661 - 10 - 10CH010216 - 2015-09-01 - 2021-08-31 - CH - Klamath Family Head Start - Active - F48537 - L48537 - 48537@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - 111 - 32 - 217 - 32 - - - 9395 - 299 - 3 - 03CH010205 - 2015-09-01 - 2020-11-30 - CH - People Incorporated of Virginia - Active - F46529 - L46529 - 46529@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - - - - - - - 9397 - 1441 - 8 - 08CH010224 - 2015-09-01 - 2017-08-31 - CH - Wild Plum Center for Young Children and Families - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - - - - - - - 9399 - 844 - 11 - 90CI9917 - 2015-09-01 - 2020-08-31 - CI - Passamaquoddy Child Development Center - Inactive - F47779 - L47779 - 47779@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - - - - - - - 9400 - 1353 - 2 - 02CH010222 - 2015-09-01 - 2021-08-31 - CH - Centro de Servicios a la Juventud, Inc. - Active - F42299 - L42299 - 42299@hsesinfo.org - F48411 - L48411 - 48411@hsesinfo.org - 85 - 162 - - - - - 9401 - 496 - 3 - 03CH010219 - 2015-09-01 - 2021-07-31 - CH - Pocono Services for Families & Children - Active - F2402 - L2402 - 2402@hsesinfo.org - F43578 - L43578 - 43578@hsesinfo.org - 145 - - 86 - - - - 9402 - 1550 - 8 - 08CH010223 - 2015-09-01 - 2020-08-31 - CH - Brush United Methodist Church - Inactive - F3056 - L3056 - 3056@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 9403 - 382 - 11 - 90CI9918 - 2015-09-01 - 2021-08-31 - CI - Confederated Tribes of Warm Springs Reservation of Oregon - Active - F3537 - L3537 - 3537@hsesinfo.org - F42301 - L42301 - 42301@hsesinfo.org - 126 - 22 - - - - - 9404 - 827 - 11 - 90CI9919 - 2015-09-01 - 2021-08-31 - CI - Ute Mountain Ute Tribe - Active - F15738 - L15738 - 15738@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - 56 - - - - - - 9405 - 766 - 7 - 07CH010221 - 2015-09-01 - 2021-08-31 - CH - Ozarks Area Community Action Corporation - Inactive - F48871 - L48871 - 48871@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - 800 - 186 - - - - - 9411 - 349 - 2 - 02CH010225 - 2015-09-01 - 2020-08-31 - CH - Ironbound Community Corporation - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F48564 - L48564 - 48564@hsesinfo.org - - - - - - - 9445 - 852 - 4 - 04CH010227 - 2015-10-01 - 2020-05-31 - CH - Walker County Board of Education - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F46450 - L46450 - 46450@hsesinfo.org - - - - - - - 9446 - 960 - 4 - 04CH010229 - 2015-10-01 - 2020-09-30 - CH - Mid Florida Community Services, Inc. - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - - - - - - - 9447 - 524 - 4 - 04CH010230 - 2015-10-01 - 2020-12-31 - CH - Orange, County of - Inactive - F33579 - L33579 - 33579@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - - - - - - - 9448 - 1333 - 1 - 01CH010226 - 2015-11-01 - 2020-10-31 - CH - People Acting in Community Endeavors - Inactive - F42223 - L42223 - 42223@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 9449 - 481 - 10 - 10CH010235 - 2015-10-01 - 2021-01-31 - CH - Play N Learn, Inc. - Active - F47078 - L47078 - 47078@hsesinfo.org - F2421 - L2421 - 2421@hsesinfo.org - 108 - 16 - 0 - - - - 9450 - 1233 - 4 - 04CH010231 - 2015-11-01 - 2020-12-31 - CH - Orangeburg-Calhoun-Allendale-Bamberg Community Action Agency Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - 643 - - - - - - 9451 - 1348 - 4 - 04CH010232 - 2015-11-01 - 2020-10-31 - CH - YMCA/Early Childhood Development Co., LLC - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - - - - - - - 9452 - 1539 - 8 - 08CH010246 - 2015-11-01 - 2020-10-31 - CH - Carbon County Child Development Programs, Inc. - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - - - - - - - 9453 - 492 - 1 - 01CH010242 - 2015-11-01 - 2020-10-31 - CH - Self-Help Incorporated - Inactive - F2300 - L2300 - 2300@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - - - - - - - 9454 - 1662 - 8 - 08CH010245 - 2015-11-01 - 2020-10-31 - CH - Laramie Child Development Corporation - Inactive - - - - F40923 - L40923 - 40923@hsesinfo.org - - - - - - - 9455 - 1524 - 4 - 04CH010248 - 2015-11-01 - 2020-10-31 - CH - Clarksville-Montgomery County Community Action Agy - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - - - - - - - 9456 - 1829 - 1 - 01CH010234 - 2015-11-01 - 2021-10-31 - CH - Edadvance - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - 191 - 32 - - - - - 9457 - 258 - 5 - 05CH010250 - 2015-11-01 - 2020-10-31 - CH - Anoka County Community Action Program, Inc. - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - - - - - - 9458 - 1384 - 2 - 02CH010241 - 2015-11-01 - 2020-10-31 - CH - Centro de Fortalecimiento Familiar, ESCAPE - Inactive - F42299 - L42299 - 42299@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 9459 - 1022 - 5 - 05CH010240 - 2015-11-01 - 2021-06-30 - CH - Community Action Organization of Scioto County, Inc. - Active - F13544 - L13544 - 13544@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - 336 - 114 - - - - - 9460 - 1482 - 5 - 05CH010239 - 2015-11-01 - 2020-10-31 - CH - Sheboygan Human Rights Association, Inc. - Inactive - F2088 - L2088 - 2088@hsesinfo.org - F48776 - L48776 - 48776@hsesinfo.org - - - - - - - 9461 - 862 - 5 - 05CH010238 - 2015-11-01 - 2021-06-30 - CH - Community & Family Services, Inc. - Active - F48866 - L48866 - 48866@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - 314 - - - - - - 9462 - 1298 - 5 - 05CH010236 - 2015-11-01 - 2021-04-30 - CH - Western Indiana Community Action Agency, Inc. - Active - F14214 - L14214 - 14214@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - 150 - - - - - - 9463 - 1465 - 10 - 10CH010237 - 2015-11-01 - 2021-08-31 - CH - Washington State Community College District 17 - Active - F43149 - L43149 - 43149@hsesinfo.org - F46991 - L46991 - 46991@hsesinfo.org - 669 - 322 - - - - - 9464 - 828 - 8 - 08CH010247 - 2015-11-01 - 2020-10-31 - CH - Poudre School District #1 - Inactive - - - - F40923 - L40923 - 40923@hsesinfo.org - - - - - - - 9465 - 861 - 1 - 01CH010243 - 2015-11-01 - 2020-10-31 - CH - Community Teamwork, Inc. - Inactive - F47611 - L47611 - 47611@hsesinfo.org - F28233 - L28233 - 28233@hsesinfo.org - - - - - - - 9466 - 410 - 10 - 10CH010249 - 2015-11-01 - 2020-10-31 - CH - Olympic Educational Service District 114 - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F47540 - L47540 - 47540@hsesinfo.org - - - - - - - 9467 - 1492 - 10 - 10CH010256 - 2015-11-01 - 2020-11-30 - CH - Inspire Development Centers - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F45312 - L45312 - 45312@hsesinfo.org - - - - - - - 9468 - 1075 - 10 - 10CH010255 - 2015-11-01 - 2020-10-31 - CH - Educational Service District 113 - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F45312 - L45312 - 45312@hsesinfo.org - - - - - - - 9469 - 1526 - 5 - 05CH010254 - 2015-11-01 - 2020-10-31 - CH - Coshocton County Head Start - Inactive - F2088 - L2088 - 2088@hsesinfo.org - F49668 - L49668 - 49668@hsesinfo.org - - - - - - - 9470 - 1052 - 10 - 10CH010260 - 2015-11-01 - 2021-10-31 - CH - Eastern Idaho Community Action Partnership - Active - F47078 - L47078 - 47078@hsesinfo.org - F48538 - L48538 - 48538@hsesinfo.org - 214 - - - - - - 9471 - 743 - 1 - 01CH010244 - 2015-11-01 - 2020-10-31 - CH - Making Opportunity Count, Inc. - Inactive - F42223 - L42223 - 42223@hsesinfo.org - F15627 - L15627 - 15627@hsesinfo.org - - - - - - - 9472 - 354 - 10 - 10CH010259 - 2015-11-01 - 2021-06-30 - CH - Community Action Team Inc. of Columbia County - Active - F14039 - L14039 - 14039@hsesinfo.org - F48097 - L48097 - 48097@hsesinfo.org - 172 - - 169 - - - - 9473 - 1429 - 11 - 90CI9921 - 2015-11-01 - 2021-10-31 - CI - Skokomish Indian Tribe - Active - F25722 - L25722 - 25722@hsesinfo.org - F15469 - L15469 - 15469@hsesinfo.org - 40 - - - - - - 9474 - 882 - 11 - 90CI9922 - 2015-11-01 - 2021-10-31 - CI - Choctaw Nation of Oklahoma - Active - F33086 - L33086 - 33086@hsesinfo.org - F3536 - L3536 - 3536@hsesinfo.org - 310 - - - - - - 9475 - 1024 - 7 - 07CH010261 - 2015-11-01 - 2020-10-31 - CH - Douglas County School District 0001 - Inactive - F48871 - L48871 - 48871@hsesinfo.org - F13558 - L13558 - 13558@hsesinfo.org - - - - - - - 9476 - 871 - 8 - 08CH010251 - 2015-11-01 - 2020-10-31 - CH - Thompson School District R2J - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - - - - - - - 9477 - 1066 - 5 - 05CH010266 - 2015-11-01 - 2020-10-31 - CH - Highland County Community Action Organization, Inc. - Inactive - F48866 - L48866 - 48866@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - - - - - - - 9478 - 1069 - 5 - 05CH010262 - 2015-11-01 - 2017-11-30 - CH - Council for the Spanish Speaking, Inc. - Inactive - - - - F13894 - L13894 - 13894@hsesinfo.org - - - - - - - 9479 - 234 - 5 - 05CH010263 - 2015-11-01 - 2021-05-31 - CH - Next Door Foundation, Inc. - Active - F42090 - L42090 - 42090@hsesinfo.org - F13894 - L13894 - 13894@hsesinfo.org - - 212 - - - - - 9480 - 1451 - 8 - 08CH010253 - 2015-11-01 - 2020-10-31 - CH - Community Partnership for Child Development - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - - - - - - - 9481 - 773 - 8 - 08CH010252 - 2015-11-01 - 2020-10-31 - CH - Adams County - Inactive - F3064 - L3064 - 3064@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - - - - - - 9482 - 650 - 6 - 06CH010257 - 2015-11-01 - 2021-07-31 - CH - United Community Action Program, Inc. - Inactive - F2179 - L2179 - 2179@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 9483 - 665 - 9 - 09CH010228 - 2015-11-01 - 2021-10-31 - CH - University of Southern California - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F35663 - L35663 - 35663@hsesinfo.org - - - - - - - 9484 - 1631 - 4 - 04CH010267 - 2015-11-01 - 2020-06-30 - CH - Clinch-Powell Educational Cooperative - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - - - - - - - 9485 - 188 - 4 - 04CH010265 - 2015-11-01 - 2021-06-30 - CH - KCEOC Community Action Partnership, Inc. - Active - F48070 - L48070 - 48070@hsesinfo.org - F48069 - L48069 - 48069@hsesinfo.org - 737 - 291 - - - - - 9486 - 1134 - 4 - 04CH010269 - 2015-11-01 - 2020-10-31 - CH - Big Sandy Area Community Action Program, Inc. - Inactive - F13510 - L13510 - 13510@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - - - - - - 9487 - 789 - 11 - 90CI9920 - 2015-11-01 - 2021-10-31 - CI - Cherokee Nation - Active - F39730 - L39730 - 39730@hsesinfo.org - F3536 - L3536 - 3536@hsesinfo.org - 680 - 200 - - - - - 9488 - 214 - 5 - 05CH010270 - 2015-12-01 - 2020-11-30 - CH - Indianhead Community Action Agency, Inc. - Active - F43414 - L43414 - 43414@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - - - - - - - 9489 - 1434 - 11 - 90CI9923 - 2015-11-01 - 2021-10-31 - CI - Tohono O'odham Nation - Active - F39730 - L39730 - 39730@hsesinfo.org - F45305 - L45305 - 45305@hsesinfo.org - 215 - - - - - - 9490 - 250 - 11 - 90CI9925 - 2015-11-01 - 2021-10-31 - CI - Alamo Navajo School Board, Inc., The - Active - F47779 - L47779 - 47779@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - 64 - 44 - - - - - 9491 - 414 - 9 - 09CH010258 - 2015-12-01 - 2020-11-30 - CH - The Resource Connection - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - - - - - - 9492 - 318 - 1 - 01CH010271 - 2015-12-01 - 2020-11-30 - CH - Tri-County Community Action Agency - Inactive - F42223 - L42223 - 42223@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - - - 9493 - 1126 - 9 - 09CH010272 - 2015-12-01 - 2020-11-30 - CH - Community Action Commission of Santa Barbara County - Inactive - F37822 - L37822 - 37822@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - - - - - - 9494 - 1605 - 13 - 90CH010300 - 2015-11-16 - 2020-11-15 - CH - CDI HS/Mid Region Mississippi MS - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - - - - - - - 9495 - 367 - 7 - 07CH010264 - 2015-12-01 - 2020-11-30 - CH - Southern Iowa Economic Development Association - Inactive - F2256 - L2256 - 2256@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - - - - - - - 9496 - 1883 - 2 - 02CH010268 - 2015-12-01 - 2020-11-30 - CH - Associated Beth Rivkah Schools - Inactive - F2335 - L2335 - 2335@hsesinfo.org - F48564 - L48564 - 48564@hsesinfo.org - - - - - - - 9497 - 934 - 11 - 90CI9924 - 2015-11-01 - 2021-10-31 - CI - Ramah Navajo School Board Inc. - Active - F33086 - L33086 - 33086@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - 60 - - - - - - 9498 - 1232 - 11 - 90CI9926 - 2015-12-01 - 2021-11-30 - CI - Central Tribes of the Shawnee Area, Inc. - Active - F25722 - L25722 - 25722@hsesinfo.org - F15469 - L15469 - 15469@hsesinfo.org - 114 - 32 - - - - - 9499 - 1558 - 7 - 07CH010275 - 2015-12-01 - 2021-06-30 - CH - Northwest Community Action Partnership - Active - F49508 - L49508 - 49508@hsesinfo.org - F47025 - L47025 - 47025@hsesinfo.org - 190 - 58 - - - - - 9500 - 1397 - 6 - 06CH010276 - 2015-12-01 - 2020-11-30 - CH - Quad Area Community Action Agency Inc. - Inactive - F45654 - L45654 - 45654@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 9501 - 1605 - 13 - 90CH010302 - 2015-11-23 - 2020-11-22 - CH - CDI HS/HS South Norwalk CT - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F40193 - L40193 - 40193@hsesinfo.org - - - - - - - 9502 - 1492 - 12 - 90CM9822 - 2015-12-01 - 2020-11-30 - CM - Inspire Development Centers - Inactive - F15738 - L15738 - 15738@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - - - - - - - 9503 - 1122 - 5 - 05CH010278 - 2016-01-01 - 2020-12-31 - CH - Human Services, Inc. - Active - F49521 - L49521 - 49521@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - 311 - 80 - - - - - 9504 - 1590 - 10 - 10CH010280 - 2016-01-01 - 2020-12-31 - CH - Lewis-Clark Early Childhood Program - Inactive - F47078 - L47078 - 47078@hsesinfo.org - F46991 - L46991 - 46991@hsesinfo.org - 280 - 86 - - - - - 9505 - 1278 - 1 - 01CH010282 - 2015-12-01 - 2020-11-30 - CH - Downeast Community Partners - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 9506 - 809 - 4 - 04CH010277 - 2015-12-01 - 2021-06-30 - CH - Friends of Children of Mississippi, Inc. - Active - F33579 - L33579 - 33579@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - 2205 - 495 - - - - - 9507 - 907 - 4 - 04CH010279 - 2015-12-01 - 2020-11-30 - CH - Pearl River Valley Opportunity, Inc. - Active - F13510 - L13510 - 13510@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - - - - - - - 9508 - 1166 - 5 - 05CH010284 - 2016-01-01 - 2020-12-31 - CH - Kokomo School Corporation - Active - F13544 - L13544 - 13544@hsesinfo.org - F47912 - L47912 - 47912@hsesinfo.org - 285 - - - - - - 9509 - 1083 - 5 - 05CH010283 - 2016-01-01 - 2020-12-31 - CH - Cardinal Services, Inc. of Indiana - Active - F42090 - L42090 - 42090@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - 135 - 40 - 5 - - - - 9510 - 1759 - 4 - 04CH010288 - 2016-01-01 - 2020-12-31 - CH - Action Pathways, Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - 642 - 184 - - - - - 9511 - 1725 - 2 - 02CH010285 - 2016-01-01 - 2020-12-31 - CH - Harlem Children's Zone, Inc. - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - - - - - - - 9512 - 1497 - 5 - 05CH010286 - 2016-01-01 - 2020-12-31 - CH - Michigan Family Resources - Active - F43414 - L43414 - 43414@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - 1426 - 86 - - - - - 9513 - 1117 - 3 - 03CH010273 - 2015-12-01 - 2020-11-30 - CH - Central Susquehanna Intermediate Unit - Active - F14907 - L14907 - 14907@hsesinfo.org - F47017 - L47017 - 47017@hsesinfo.org - - - - - - - 9514 - 1694 - 2 - 02CH010274 - 2015-12-01 - 2020-11-30 - CH - Warren County Head Start, Inc. - Inactive - F32488 - L32488 - 32488@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - - - - - - - 9515 - 404 - 2 - 02CH010281 - 2016-01-01 - 2020-12-31 - CH - Shira Association, Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F48109 - L48109 - 48109@hsesinfo.org - 349 - 64 - - - - - 9516 - 1351 - 11 - 90CI9927 - 2015-12-01 - 2020-11-30 - CI - Seneca Nation of Indians - Active - F25722 - L25722 - 25722@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - - - - - - - 9517 - 266 - 5 - 05CH010289 - 2016-01-01 - 2020-12-31 - CH - Community Action Committee of Pike County, Inc. - Active - F14214 - L14214 - 14214@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - 199 - 68 - - - - - 9518 - 338 - 11 - 90CI9929 - 2016-01-01 - 2020-12-31 - CI - Aleutian Pribilof Islands Association, Inc. - Active - F15738 - L15738 - 15738@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - 65 - - - - - - 9519 - 1076 - 6 - 06CH010287 - 2015-12-01 - 2021-06-30 - CH - Greater East Texas Community Action Program - Active - F2185 - L2185 - 2185@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - 576 - 104 - - - - - 9520 - 211 - 7 - 07CH010292 - 2016-01-01 - 2020-12-31 - CH - Delta Area Economic Opportunity Corporation - Active - F47594 - L47594 - 47594@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - 952 - 72 - - - - - 9521 - 555 - 2 - 02CH010295 - 2016-01-01 - 2020-12-31 - CH - Ocean Community Economic Action Now Inc. - Active - F47557 - L47557 - 47557@hsesinfo.org - F48300 - L48300 - 48300@hsesinfo.org - 566 - - - - - - 9522 - 841 - 9 - 09CH010290 - 2016-01-01 - 2020-12-31 - CH - Fresno County Economic Opportunities Commission - Active - F47463 - L47463 - 47463@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - 2750 - 308 - - - - - 9523 - 1902 - 10 - 10CH010294 - 2016-01-01 - 2021-06-30 - CH - Okanogan County Child Development Association - Active - F47078 - L47078 - 47078@hsesinfo.org - F48538 - L48538 - 48538@hsesinfo.org - 128 - 108 - 11 - - - - 9524 - 408 - 6 - 06CH010297 - 2016-01-01 - 2021-06-30 - CH - Terrebonne Parish Consolidated Government - Active - F23929 - L23929 - 23929@hsesinfo.org - F2193 - L2193 - 2193@hsesinfo.org - 170 - - - - - - 9525 - 866 - 5 - 05CH010296 - 2016-01-01 - 2020-12-31 - CH - Riverbend Head Start and Family Services - Active - F2088 - L2088 - 2088@hsesinfo.org - F49668 - L49668 - 49668@hsesinfo.org - 507 - 286 - - - - - 9526 - 141 - 11 - 90CI9928 - 2015-12-01 - 2021-11-30 - CI - Metlakatla Indian Community - Active - F39730 - L39730 - 39730@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - 31 - - - - - - 9527 - 493 - 5 - 05CH010303 - 2016-01-01 - 2020-12-31 - CH - Northwest Michigan Community Action Agency, Inc. - Active - F2088 - L2088 - 2088@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - 654 - 263 - - - - - 9528 - 1313 - 5 - 05CH010298 - 2016-01-01 - 2020-12-31 - CH - Dane County Parent Council, Inc. - Active - F48866 - L48866 - 48866@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - 584 - 176 - 0 - 0 - - - 9529 - 347 - 7 - 07CH010299 - 2016-01-01 - 2020-12-31 - CH - Hawkeye Area Community Action Program, Inc. - Inactive - F45391 - L45391 - 45391@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - 635 - 72 - - - - - 9530 - 1605 - 13 - 90CH010318 - 2015-12-17 - 2020-12-16 - CH - CDI HS/Harrison County MS - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - - - - - - - 9531 - 263 - 11 - 90CI9930 - 2016-01-01 - 2020-12-31 - CI - Washoe Tribe of Nevada & California - Active - F33086 - L33086 - 33086@hsesinfo.org - F46932 - L46932 - 46932@hsesinfo.org - 90 - - - - - - 9532 - 310 - 11 - 90CI9933 - 2016-01-01 - 2020-12-31 - CI - San Carlos Apache Tribe - Active - F25722 - L25722 - 25722@hsesinfo.org - F45305 - L45305 - 45305@hsesinfo.org - 233 - - - - - - 9533 - 314 - 11 - 90CI9935 - 2016-01-01 - 2020-12-31 - CI - Bois Forte Reservation Tribal Council - Active - F47779 - L47779 - 47779@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - 36 - - - - - - 9535 - 360 - 11 - 90CI9934 - 2016-01-01 - 2020-12-31 - CI - The Tulalip Tribes of Washington - Active - F39730 - L39730 - 39730@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - - 74 - - - - - 9536 - 1240 - 11 - 90CI9932 - 2016-01-01 - 2020-12-31 - CI - Confederated Tribes of the Colville Reservation, The - Active - F33086 - L33086 - 33086@hsesinfo.org - F47570 - L47570 - 47570@hsesinfo.org - 115 - - - - - - 9537 - 1505 - 11 - 90CI9931 - 2016-01-01 - 2020-12-31 - CI - Confederated Tribes of Grand Ronde Indians, The - Active - F33086 - L33086 - 33086@hsesinfo.org - F42301 - L42301 - 42301@hsesinfo.org - 20 - 28 - - - - - 9538 - 1363 - 6 - 06CH010304 - 2016-01-01 - 2020-12-31 - CH - Mora Independent School District - Active - F45654 - L45654 - 45654@hsesinfo.org - F41654 - L41654 - 41654@hsesinfo.org - 51 - 64 - - - - - 9539 - 1932 - 2 - 02CH010301 - 2016-01-01 - 2020-12-31 - CH - St. Lawrence County Community Development Program, Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F48300 - L48300 - 48300@hsesinfo.org - 351 - - - - - - 9540 - 1841 - 6 - 06CH010305 - 2016-01-01 - 2020-12-31 - CH - Community Action Project of Tulsa County, Inc. - Active - F2179 - L2179 - 2179@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - 1265 - 300 - - - - - 9541 - 826 - 4 - 04CH010291 - 2016-01-01 - 2020-12-31 - CH - School Board of Polk County - Active - F33579 - L33579 - 33579@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - 942 - - - - - - 9542 - 1417 - 8 - 08CH010309 - 2016-01-01 - 2020-12-31 - CH - Salt Lake Community Action Program - Active - F3064 - L3064 - 3064@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - 1520 - 186 - - - - - 9543 - 1597 - 8 - 08CH010307 - 2016-01-01 - 2020-12-31 - CH - Child Start, Inc. - Active - F13544 - L13544 - 13544@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - 318 - - - - - - 9544 - 752 - 4 - 04CH010311 - 2016-01-01 - 2020-12-31 - CH - Telamon Corporation - Active - F13510 - L13510 - 13510@hsesinfo.org - F45392 - L45392 - 45392@hsesinfo.org - 883 - 310 - - - - - 9546 - 1208 - 9 - 09CH010310 - 2016-01-01 - 2020-12-31 - CH - Amador-Tuolumne Community Action - Active - F37822 - L37822 - 37822@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - 146 - 87 - - - - - 9547 - 1587 - 4 - 04CH010317 - 2016-01-01 - 2020-12-31 - CH - Indian River County Economic Opportunity, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - 340 - - - - - - 9548 - 199 - 4 - 04CH010293 - 2016-01-01 - 2020-12-31 - CH - Children First, Inc. - Active - F33579 - L33579 - 33579@hsesinfo.org - F46450 - L46450 - 46450@hsesinfo.org - 281 - 232 - - - - - 9549 - 256 - 4 - 04CH010316 - 2016-01-01 - 2020-12-31 - CH - Family Resource Agency, Inc. - Active - F13740 - L13740 - 13740@hsesinfo.org - F45392 - L45392 - 45392@hsesinfo.org - 472 - 72 - - - - - 9550 - 615 - 3 - 03CH010308 - 2016-01-01 - 2020-12-31 - CH - Tuscarora Intermediate Unit #11 - Active - F49609 - L49609 - 49609@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - 76 - 60 - 26 - - - - 9551 - 1249 - 1 - 01CH010306 - 2016-01-01 - 2020-12-31 - CH - United Counseling Service of Bennington County Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - 121 - - - - - - 9552 - 1535 - 1 - 01CH010313 - 2016-01-01 - 2020-12-31 - CH - Connecticut Institute for Communities, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F32486 - L32486 - 32486@hsesinfo.org - 289 - 40 - 18 - - - - 9553 - 1017 - 1 - 01CH010314 - 2016-01-01 - 2021-05-31 - CH - Community Action, Inc. - Active - F2300 - L2300 - 2300@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - 164 - 88 - 6 - - - - 9554 - 1780 - 1 - 01CH010312 - 2016-01-01 - 2020-12-31 - CH - Triumph, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - 214 - 100 - 0 - - - - 9555 - 1424 - 1 - 01CH010315 - 2016-01-01 - 2020-12-31 - CH - Rutland Community Programs, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - 117 - - - - - - 9556 - 3425 - 11 - 90CI9936 - 2016-01-01 - 2020-12-31 - CI - Pueblo of Acoma (Inc) - Active - F25722 - L25722 - 25722@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - 72 - - - - - - 9557 - 1274 - 11 - 90CI9937 - 2016-01-01 - 2020-12-31 - CI - Pueblo of Jemez - Active - F3537 - L3537 - 3537@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - 68 - - - - - - 9558 - 1048 - 2 - 02CH010320 - 2016-02-01 - 2021-01-31 - CH - The Leaguers - Active - F2340 - L2340 - 2340@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - 931 - 96 - - - - - 9559 - 142 - 2 - 02CH010319 - 2016-02-01 - 2021-01-31 - CH - Broadway Housing Communities, Inc. - Active - F47557 - L47557 - 47557@hsesinfo.org - F47389 - L47389 - 47389@hsesinfo.org - 51 - - - - - - 9560 - 1304 - 6 - 06CH010322 - 2016-02-01 - 2021-01-31 - CH - Big Five Community Services, Inc. - Active - F45654 - L45654 - 45654@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - 768 - - - - - - 9561 - 4237 - 2 - 02CH010324 - 2016-02-01 - 2021-01-31 - CH - Child Development Center of the MMCC - Active - F47557 - L47557 - 47557@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - 51 - - - - - - 9562 - 1888 - 2 - 02CH010321 - 2016-02-01 - 2021-01-31 - CH - Brooklyn Chinese-American Association Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F48300 - L48300 - 48300@hsesinfo.org - 102 - - - - - - 9564 - 769 - 2 - 02CH010323 - 2016-02-01 - 2021-01-31 - CH - Bayonne Economic Opportunity Foundation - Active - F32488 - L32488 - 32488@hsesinfo.org - F47389 - L47389 - 47389@hsesinfo.org - 156 - - - - - - 9565 - 501 - 5 - 05CH010328 - 2016-02-01 - 2021-01-31 - CH - Project Now, Inc. - Active - F2088 - L2088 - 2088@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - 330 - - - - - - 9566 - 1520 - 3 - 03CH010326 - 2016-02-01 - 2021-01-31 - CH - Head Start of Washington County, Inc. - Active - F49609 - L49609 - 49609@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - 315 - 127 - - - - - 9567 - 1664 - 3 - 03CH010325 - 2016-02-01 - 2021-01-31 - CH - Scranton Lackawanna Head Start - Active - F49595 - L49595 - 49595@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - 586 - 167 - 471 - - - - 9572 - 797 - 11 - 90CI9938 - 2016-02-01 - 2021-01-31 - CI - Mescalero Apache Tribe - Active - F39730 - L39730 - 39730@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - 120 - - - - - - 9583 - 255 - 6 - 06CH010327 - 2016-02-01 - 2021-06-30 - CH - Community Action Corporation of South Texas - Active - F13320 - L13320 - 13320@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - 1091 - 270 - - - - - 9587 - 490 - 11 - 90CI9939 - 2016-03-01 - 2021-02-28 - CI - Port Gamble S'Kallam Tribe - Active - F33086 - L33086 - 33086@hsesinfo.org - F47570 - L47570 - 47570@hsesinfo.org - 20 - 28 - - - - - 9589 - 239 - 2 - 02CH010330 - 2016-03-01 - 2021-02-28 - CH - Delaware Opportunities, Inc. - Active - F2340 - L2340 - 2340@hsesinfo.org - F48564 - L48564 - 48564@hsesinfo.org - 178 - - - - - - 9593 - 708 - 2 - 02CH010329 - 2016-03-01 - 2021-02-28 - CH - Community Action Organization of Erie County, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F13554 - L13554 - 13554@hsesinfo.org - 1983 - 205 - - - - - 9600 - 780 - 4 - 04CH010331 - 2016-04-01 - 2021-03-31 - CH - Middle Kentucky Community Action Partnership, Incorporated - Active - F48070 - L48070 - 48070@hsesinfo.org - F48069 - L48069 - 48069@hsesinfo.org - 321 - - - - - - 9601 - 731 - 11 - 90CI9940 - 2016-04-01 - 2021-03-31 - CI - Lac Du Flambeau Band of Lake Superior Chippewa Indians - Active - F25722 - L25722 - 25722@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - 51 - 47 - - - - - 9602 - 1789 - 11 - 90CI9941 - 2015-12-01 - 2020-11-30 - CI - White Mountain Apache Tribe - Active - F3537 - L3537 - 3537@hsesinfo.org - F45305 - L45305 - 45305@hsesinfo.org - - - - - - - 9604 - 1262 - 11 - 90CI9942 - 2016-05-01 - 2021-04-30 - CI - Houlton Band of Maliseet Indians - Active - F33086 - L33086 - 33086@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - 20 - - - - - - 9605 - 1048 - 2 - 02CH010335 - 2016-05-01 - 2022-01-31 - CH - The Leaguers - Active - F2340 - L2340 - 2340@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - 400 - 144 - - - - - 9606 - 1771 - 11 - 90CI9943 - 2016-05-01 - 2021-04-30 - CI - Rural America Initiatives - Active - F25722 - L25722 - 25722@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - 170 - 73 - - - - - 9607 - 1460 - 2 - 02CH010334 - 2016-05-01 - 2021-07-31 - CH - Fundacion Para el Desarrollo de Hogar Propio Incorporado - Active - F15514 - L15514 - 15514@hsesinfo.org - F48411 - L48411 - 48411@hsesinfo.org - 240 - 144 - - - - - 9608 - 1353 - 2 - 02CH010336 - 2016-05-01 - 2021-08-31 - CH - Centro de Servicios a la Juventud, Inc. - Active - F42299 - L42299 - 42299@hsesinfo.org - F48411 - L48411 - 48411@hsesinfo.org - - 60 - - - - - 9610 - 583 - 11 - 90CI9944 - 2016-05-01 - 2021-04-30 - CI - Chugachmiut - Inactive - F47779 - L47779 - 47779@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 9611 - 1202 - 7 - 07CH010338 - 2016-05-01 - 2021-04-30 - CH - Child Start, Inc. - Active - F45391 - L45391 - 45391@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - 347 - 167 - - - - - 9612 - 1605 - 13 - 90CH010340 - 2016-06-01 - 2021-05-31 - CH - CDI HS/Talladega Clay & Randolph Counties AL - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - - - - - - - 9613 - 7410 - 2 - 02CH010333 - 2016-05-01 - 2021-04-30 - CH - Municipality of Canovanas - Active - F15514 - L15514 - 15514@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - 400 - - - - - - 9614 - 204 - 11 - 90CI9945 - 2016-07-01 - 2021-06-30 - CI - ISWA Development Corporation - Active - F15738 - L15738 - 15738@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - 80 - - - - - - 9630 - 1820 - 3 - 03CH010339 - 2016-05-01 - 2021-04-30 - CH - Shippensburg University - Active - F49595 - L49595 - 49595@hsesinfo.org - F44345 - L44345 - 44345@hsesinfo.org - 63 - 40 - - - - - 9631 - 1781 - 11 - 90CI9947 - 2016-06-01 - 2021-05-31 - CI - Coquille Indian Tribe - Active - F39730 - L39730 - 39730@hsesinfo.org - F42301 - L42301 - 42301@hsesinfo.org - 20 - - - - - - 9632 - 543 - 2 - 02CH010341 - 2016-06-01 - 2021-05-31 - CH - Hopes Community Action Partnership, Inc. - Active - F2340 - L2340 - 2340@hsesinfo.org - F48564 - L48564 - 48564@hsesinfo.org - 472 - 238 - - - - - 9633 - 455 - 11 - 90CI9946 - 2016-07-01 - 2021-06-30 - CI - Bad River Band of Lake Superior Chippewa Indians - Active - F33086 - L33086 - 33086@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - 55 - - - - - - 9634 - 842 - 2 - 02CH010343 - 2016-06-01 - 2021-06-30 - CH - Puerto Rican Family Institute, Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - 830 - 184 - - - - - 9635 - 1196 - 4 - 04CH010337 - 2016-05-01 - 2021-04-30 - CH - Verner - Active - F13740 - L13740 - 13740@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - 65 - - - - - 9636 - 1641 - 8 - 08CH010345 - 2016-07-01 - 2021-06-30 - CH - Northeast South Dakota Head Start, Inc. - Active - F3064 - L3064 - 3064@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - 380 - - - - - - 9637 - 1714 - 7 - 07CH010346 - 2016-07-01 - 2021-06-30 - CH - Arkansas City Schools-USD 470 - Active - F2256 - L2256 - 2256@hsesinfo.org - F47025 - L47025 - 47025@hsesinfo.org - 147 - - - - - - 9638 - 1012 - 7 - 07CH010347 - 2016-07-01 - 2021-06-30 - CH - Jefferson Franklin Community Action Corporation - Active - F49091 - L49091 - 49091@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - 349 - 94 - - - - - 9639 - 1393 - 8 - 08CH010342 - 2016-07-01 - 2021-06-30 - CH - Wray School District Rd-2 - Active - F3032 - L3032 - 3032@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - 20 - - - - - - 9640 - 574 - 7 - 07CH010349 - 2016-07-01 - 2021-11-30 - CH - Matura Action Corporation - Active - F2256 - L2256 - 2256@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - 113 - - - - - - 9641 - 1102 - 7 - 07CH010344 - 2016-07-01 - 2021-10-31 - CH - Topeka Unified School District #501 - Inactive - F49091 - L49091 - 49091@hsesinfo.org - F45048 - L45048 - 45048@hsesinfo.org - - - - - - - 9642 - 818 - 7 - 07CH010348 - 2016-07-01 - 2020-05-31 - CH - Operation: New View - Inactive - F11828 - L11828 - 11828@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - - - - - - - 9643 - 158 - 8 - 08CH010357 - 2016-07-01 - 2021-06-30 - CH - Bismarck Public School District #1 - Active - F3032 - L3032 - 3032@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - 119 - 12 - - - - - 9644 - 1842 - 8 - 08CH010358 - 2016-07-01 - 2021-01-31 - CH - Mayville State University - Active - F47409 - L47409 - 47409@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - 70 - 55 - - - - - 9645 - 1169 - 5 - 05CH010353 - 2016-07-01 - 2021-06-30 - CH - Lake-Geauga United Head Start, Inc. - Active - F49521 - L49521 - 49521@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - 325 - - - - - - 9646 - 1138 - 5 - 05CH010351 - 2016-08-01 - 2021-07-31 - CH - Renewal Unlimited, Inc. - Active - F14214 - L14214 - 14214@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - 323 - 153 - 24 - - - - 9647 - 3561 - 5 - 05CH010352 - 2016-07-01 - 2021-01-31 - CH - The Centers for Families and Children - Active - F14214 - L14214 - 14214@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - 788 - 368 - - - - - 9648 - 349 - 2 - 02CH010362 - 2016-07-01 - 2021-12-31 - CH - Ironbound Community Corporation - Active - F2340 - L2340 - 2340@hsesinfo.org - F48564 - L48564 - 48564@hsesinfo.org - - 72 - - - - - 9649 - 843 - 5 - 05CH010356 - 2016-07-01 - 2021-06-30 - CH - Branch Intermediate School District - Active - F3061 - L3061 - 3061@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - 230 - 65 - - - - - 9650 - 543 - 2 - 02CH010374 - 2016-07-01 - 2021-06-30 - CH - Hopes Community Action Partnership, Inc. - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F48564 - L48564 - 48564@hsesinfo.org - - - - - - - 9651 - 741 - 2 - 02CH010371 - 2016-07-01 - 2021-03-31 - CH - North Hudson Community Action Corporation - Active - F2335 - L2335 - 2335@hsesinfo.org - F48300 - L48300 - 48300@hsesinfo.org - 367 - 134 - - - - - 9652 - 1937 - 4 - 04CH010379 - 2016-06-01 - 2021-10-31 - CH - Episcopal Children's Services - Active - F48070 - L48070 - 48070@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - 243 - 72 - - - - - 9653 - 1937 - 4 - 04CH010364 - 2016-06-01 - 2021-05-31 - CH - Episcopal Children's Services - Active - F48070 - L48070 - 48070@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - 736 - 472 - - - - - 9655 - 662 - 7 - 07CH010387 - 2016-07-01 - 2021-06-30 - CH - Community Action Partnership of Lancaster and Saun - Active - F45391 - L45391 - 45391@hsesinfo.org - F13558 - L13558 - 13558@hsesinfo.org - 153 - 268 - - - - - 9656 - 1530 - 7 - 07CH010350 - 2016-07-01 - 2021-06-30 - CH - Missouri Ozarks Community Action, Inc. - Active - F48871 - L48871 - 48871@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - 428 - 40 - - - - - 9657 - 1263 - 2 - 02CH010388 - 2016-07-01 - 2021-06-30 - CH - Carolina Municipality Head Start Program - Active - F15514 - L15514 - 15514@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - 586 - 132 - - - - - 9658 - 782 - 7 - 07CH010382 - 2016-07-01 - 2021-06-30 - CH - YWCA of Metro St. Louis - Active - F47594 - L47594 - 47594@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - 1205 - 257 - - - - - 9659 - 7332 - 7 - 07CH010383 - 2016-07-01 - 2021-06-30 - CH - Urban League of Metropolitan St. Louis - Active - F47594 - L47594 - 47594@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - 374 - 48 - - - - - 9660 - 1605 - 13 - 90CH010440 - 2016-07-01 - 2021-06-30 - CH - CDI HS/North Texas TX - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - - - - - - - 9661 - 1143 - 1 - 01CH010376 - 2016-07-01 - 2021-06-30 - CH - York County Community Action Corporation - Active - F14152 - L14152 - 14152@hsesinfo.org - F28233 - L28233 - 28233@hsesinfo.org - 170 - 28 - - 0 - - - 9662 - 1135 - 5 - 05CH010380 - 2016-07-01 - 2021-06-30 - CH - Clinton County Community Action Program, Inc. - Active - F43414 - L43414 - 43414@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - 102 - - - - - - 9663 - 1761 - 11 - 90CI9948 - 2016-07-01 - 2021-06-30 - CI - Havasupai Tribe - Active - F25722 - L25722 - 25722@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - 20 - - - - - - 9664 - 1194 - 5 - 05CH010355 - 2016-07-01 - 2021-06-30 - CH - Illinois Valley Economic Development Corp - Active - F44271 - L44271 - 44271@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - 215 - 24 - - - - - 9665 - 795 - 5 - 05CH010384 - 2016-07-01 - 2021-06-30 - CH - Adrian Public Schools - Active - F2088 - L2088 - 2088@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - 246 - 80 - - - - - 9666 - 7432 - 1 - 01CH010375 - 2016-07-01 - 2021-06-30 - CH - Dimock Community Services Corporation - Active - F47611 - L47611 - 47611@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - 102 - 168 - - - - - 9667 - 1317 - 1 - 01CH010398 - 2016-07-01 - 2021-06-30 - CH - Eastern Connecticut Regional Educational Service Center - Active - F14152 - L14152 - 14152@hsesinfo.org - F32486 - L32486 - 32486@hsesinfo.org - 198 - 183 - 17 - - - - 9668 - 380 - 9 - 09CH010381 - 2016-07-01 - 2021-06-30 - CH - Child Crisis Arizona - Active - F47463 - L47463 - 47463@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - 112 - - - - - 9669 - 7433 - 9 - 09CH010372 - 2016-07-01 - 2021-06-30 - CH - Catholic Charities Community Services, Inc. - Active - F47463 - L47463 - 47463@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - 723 - 158 - - - - - 9670 - 604 - 2 - 02CH010394 - 2016-07-01 - 2021-06-30 - CH - New York Foundling Hospital, The - Active - F47557 - L47557 - 47557@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - 617 - 317 - - - - - 9671 - 7434 - 2 - 02CH010402 - 2016-07-01 - 2021-06-30 - CH - La Casa de Don Pedro, Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - 343 - 168 - - - - - 9672 - 1381 - 9 - 09CH010399 - 2016-07-01 - 2021-06-30 - CH - Oakland, City of - Active - F47463 - L47463 - 47463@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - 590 - 416 - - - - - 9673 - 956 - 9 - 09CH010392 - 2016-07-01 - 2021-06-30 - CH - Parents and Children Together - Active - F37822 - L37822 - 37822@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - 449 - 313 - - - - - 9674 - 324 - 5 - 05CH010360 - 2016-07-01 - 2021-04-30 - CH - United Community Action Partnership, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - 170 - 19 - - 4 - - - 9675 - 430 - 9 - 09CH010385 - 2016-07-01 - 2021-06-30 - CH - Maricopa County Human Services - Active - F47463 - L47463 - 47463@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - 807 - 182 - - - - - 9676 - 936 - 2 - 02CH010395 - 2016-07-01 - 2021-06-30 - CH - Opportunities for Chenango, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - 138 - 88 - - - - - 9677 - 432 - 5 - 05CH010361 - 2016-07-01 - 2021-11-30 - CH - Marion Community Schools - Active - F44271 - L44271 - 44271@hsesinfo.org - F49668 - L49668 - 49668@hsesinfo.org - 126 - - - - - - 9678 - 1921 - 5 - 05CH010363 - 2016-07-01 - 2021-06-30 - CH - Garrett-Keyser-Butler Community School District - Active - F13544 - L13544 - 13544@hsesinfo.org - F49856 - L49856 - 49856@hsesinfo.org - 140 - 60 - - - - - 9679 - 950 - 2 - 02CH010409 - 2016-07-01 - 2021-06-30 - CH - Joint Council for Economic Opportunity, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - 205 - 88 - - - - - 9680 - 916 - 2 - 02CH010393 - 2016-07-01 - 2021-10-31 - CH - Astor Services for Children and Families - Active - F2340 - L2340 - 2340@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - 358 - 195 - - - - - 9681 - 823 - 11 - 90CI9949 - 2016-07-01 - 2021-06-30 - CI - Nez Perce Tribe - Active - F33086 - L33086 - 33086@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - 103 - 75 - - - - - 9682 - 1013 - 5 - 05CH010367 - 2016-07-01 - 2020-12-31 - CH - Oakland Livingston Human Service Agency - Active - F13544 - L13544 - 13544@hsesinfo.org - F47912 - L47912 - 47912@hsesinfo.org - 909 - 118 - - - - - 9683 - 4707 - 5 - 05CH010370 - 2016-07-01 - 2021-02-28 - CH - Wayne Metropolitan Community Action Agency - Active - F44271 - L44271 - 44271@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - 540 - 96 - - - - - 9684 - 7436 - 5 - 05CH010386 - 2016-07-01 - 2021-06-30 - CH - The Guidance Center - Active - F42090 - L42090 - 42090@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - 433 - 80 - - - - - 9685 - 1118 - 5 - 05CH010354 - 2016-07-01 - 2021-03-31 - CH - Reach-Up Incorporated - Active - F14214 - L14214 - 14214@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - 231 - 56 - 43 - 10 - - - 9686 - 1538 - 10 - 10CH010400 - 2016-07-01 - 2019-07-31 - CH - Bright Beginnings for Kittitas County - Inactive - F14039 - L14039 - 14039@hsesinfo.org - F2428 - L2428 - 2428@hsesinfo.org - - - - - - - 9687 - 7435 - 3 - 03CH010366 - 2016-07-01 - 2021-06-30 - CH - Child Development Centers, Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - 400 - - 40 - - - - 9688 - 634 - 9 - 09CH010405 - 2016-07-01 - 2021-06-30 - CH - Young Men's Christian Association of the East Bay - Active - F47463 - L47463 - 47463@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - 80 - 98 - - - - - 9689 - 273 - 10 - 10CH010414 - 2016-07-01 - 2021-06-30 - CH - Edmonds Community College - Active - F47078 - L47078 - 47078@hsesinfo.org - F47540 - L47540 - 47540@hsesinfo.org - 283 - 132 - - - - - 9690 - 1924 - 5 - 05CH010359 - 2016-07-01 - 2021-01-31 - CH - Rock-Walworth Comprehensive Family Services, Inc. - Active - F42090 - L42090 - 42090@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - 274 - 110 - - 12 - - - 9691 - 758 - 10 - 10CH010418 - 2016-07-01 - 2021-12-31 - CH - Neighborhood House Incorporated - Active - F43149 - L43149 - 43149@hsesinfo.org - F47540 - L47540 - 47540@hsesinfo.org - - 150 - - - - - 9692 - 512 - 4 - 04CH010368 - 2016-07-01 - 2021-06-30 - CH - Jefferson County Board of Education - Inactive - - - - F11679 - L11679 - 11679@hsesinfo.org - - - - - - - 9693 - 1811 - 10 - 10CH010413 - 2016-07-01 - 2021-10-31 - CH - Kids' Corps, Inc. - Active - F48537 - L48537 - 48537@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - 242 - 18 - - - - - 9694 - 901 - 4 - 04CH010401 - 2016-07-01 - 2021-12-31 - CH - Economic Improvement Council Inc. - Active - F2001 - L2001 - 2001@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - 500 - - - - - - 9695 - 1264 - 4 - 04CH010397 - 2016-07-01 - 2021-06-30 - CH - Action Pact, Inc. - Active - F13740 - L13740 - 13740@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - 722 - 208 - - - - - 9696 - 873 - 5 - 05CH010390 - 2016-07-01 - 2020-10-31 - CH - Southwestern Wisconsin Community Action Program - Inactive - F42090 - L42090 - 42090@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 9697 - 288 - 4 - 04CH010396 - 2016-07-01 - 2021-06-30 - CH - Charleston County School District - Active - F2001 - L2001 - 2001@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - 817 - 184 - - - - - 9698 - 1227 - 4 - 04CH010369 - 2016-07-01 - 2021-06-30 - CH - Tennessee State University - Active - F48070 - L48070 - 48070@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - - 112 - - - - - 9699 - 1667 - 10 - 10CH010412 - 2016-07-01 - 2021-06-30 - CH - Puget Sound Educational Service District - Active - F14039 - L14039 - 14039@hsesinfo.org - F45312 - L45312 - 45312@hsesinfo.org - 1134 - 196 - - - - - 9700 - 1116 - 5 - 05CH010377 - 2016-07-01 - 2021-06-30 - CH - Muskegon Area Intermediate School District - Active - F13544 - L13544 - 13544@hsesinfo.org - F47912 - L47912 - 47912@hsesinfo.org - 634 - 121 - - 22 - - - 9701 - 1349 - 4 - 04CH010403 - 2016-07-01 - 2021-10-31 - CH - North Florida Child Development, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - 163 - 148 - - - - - 9702 - 369 - 4 - 04CH010407 - 2016-07-01 - 2021-12-31 - CH - Southeast Alabama Regional Plan Development Commission - Active - F48070 - L48070 - 48070@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - 284 - 32 - - - - - 9703 - 953 - 4 - 04CH010417 - 2016-07-01 - 2021-04-30 - CH - Children's Home Society of Florida, The - Active - F2065 - L2065 - 2065@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - - 94 - - - - - 9704 - 587 - 4 - 04CH010415 - 2016-07-01 - 2021-09-30 - CH - Ninth District Opportunity, Inc. - Active - F13740 - L13740 - 13740@hsesinfo.org - F45392 - L45392 - 45392@hsesinfo.org - 2011 - 136 - - - - - 9705 - 444 - 4 - 04CH010365 - 2016-07-01 - 2021-06-30 - CH - Ohio Valley Educational Cooperative - Active - F33579 - L33579 - 33579@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - 48 - - - - - - 9706 - 339 - 5 - 05CH010391 - 2016-07-01 - 2021-06-30 - CH - Starfish Family Services, Inc. - Active - F44271 - L44271 - 44271@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - 319 - 73 - - - - - 9707 - 677 - 5 - 05CH010389 - 2016-07-01 - 2018-10-31 - CH - Charter, County of Wayne, Michigan - Inactive - - - - F2147 - L2147 - 2147@hsesinfo.org - - - - - - - 9708 - 1557 - 4 - 04CH010425 - 2016-07-01 - 2021-12-31 - CH - Hinds County Human Resource Agency - Active - F2001 - L2001 - 2001@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - 1834 - 104 - - - - - 9709 - 1162 - 4 - 04CH010410 - 2016-07-01 - 2021-01-31 - CH - AJFC Community Action Agency, Inc. - Active - F2001 - L2001 - 2001@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - 796 - 80 - - - - - 9711 - 1372 - 4 - 04CH010408 - 2016-07-01 - 2021-06-30 - CH - McDowell County Board of Education - Active - F13740 - L13740 - 13740@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - 120 - 60 - - - - - 9712 - 135 - 4 - 04CH010423 - 2016-07-01 - 2021-06-30 - CH - Berkeley County School District - Active - F46632 - L46632 - 46632@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - 617 - - - - - - 9713 - 474 - 4 - 04CH010416 - 2016-07-01 - 2021-06-30 - CH - Northwest Tennessee Economic Development Council - Active - F46632 - L46632 - 46632@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - 1008 - 172 - - - - - 9714 - 509 - 6 - 06CH010420 - 2016-07-01 - 2021-06-30 - CH - Hidalgo County Head Start Program - Active - F2179 - L2179 - 2179@hsesinfo.org - F44340 - L44340 - 44340@hsesinfo.org - 3690 - - - - - - 9715 - 653 - 4 - 04CH010426 - 2016-07-01 - 2021-06-30 - CH - Middle Georgia Community Action Agency - Active - F2001 - L2001 - 2001@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - 935 - - - - - - 9716 - 592 - 10 - 10CH010421 - 2016-07-01 - 2021-12-31 - CH - Western Idaho Community Action Partnership - Active - F43149 - L43149 - 43149@hsesinfo.org - F45312 - L45312 - 45312@hsesinfo.org - 407 - 150 - - - - - 9717 - 930 - 10 - 10CH010422 - 2016-07-01 - 2021-06-30 - CH - College of Southern Idaho - Active - F43149 - L43149 - 43149@hsesinfo.org - F45312 - L45312 - 45312@hsesinfo.org - 469 - 92 - - - - - 9718 - 754 - 6 - 06CH010428 - 2016-07-01 - 2021-06-30 - CH - Ozark Opportunities, Inc. - Active - F45654 - L45654 - 45654@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - 232 - 48 - - - - - 9720 - 655 - 6 - 06CH010434 - 2016-07-01 - 2021-05-31 - CH - Jefferson Parish Council - Active - F2179 - L2179 - 2179@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - 569 - 136 - - - - - 9721 - 7437 - 6 - 06CH010435 - 2016-07-01 - 2021-06-30 - CH - Caddo Parish Commission - Active - F45654 - L45654 - 45654@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - 1564 - 84 - - - - - 9722 - 1086 - 6 - 06CH010427 - 2016-07-01 - 2021-06-30 - CH - Evangeline Community Action Agency, Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F15375 - L15375 - 15375@hsesinfo.org - 232 - - - - - - 9723 - 137 - 6 - 06CH010437 - 2016-07-01 - 2021-06-30 - CH - Vernon Parish School Board - Active - F45391 - L45391 - 45391@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - 230 - - - - - - 9724 - 168 - 6 - 06CH010424 - 2016-07-01 - 2021-06-30 - CH - El Grito, Inc. Head Start - Active - F45391 - L45391 - 45391@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - 144 - 24 - - - - - 9725 - 1300 - 4 - 04CH010406 - 2016-07-01 - 2021-06-30 - CH - Union County Community Action, Inc. - Active - F13510 - L13510 - 13510@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - 440 - 130 - - - - - 9726 - 750 - 4 - 04CH010373 - 2016-07-01 - 2021-06-30 - CH - Duplin County Board of Education - Active - F13740 - L13740 - 13740@hsesinfo.org - F45392 - L45392 - 45392@hsesinfo.org - 172 - - - - - - 9727 - 752 - 5 - 05CH010441 - 2016-07-01 - 2021-06-30 - CH - Telamon Corporation - Active - F2088 - L2088 - 2088@hsesinfo.org - F47912 - L47912 - 47912@hsesinfo.org - 410 - 48 - - - - - 9728 - 1158 - 6 - 06CH010438 - 2016-07-01 - 2021-06-30 - CH - Wewoka Public Schools - Active - F45391 - L45391 - 45391@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - 214 - - - - - - 9729 - 7438 - 6 - 06CH010439 - 2016-07-01 - 2021-06-30 - CH - Southwest Oklahoma Community Action Group, Inc. - Active - F45654 - L45654 - 45654@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - 178 - 61 - - - - - 9730 - 1289 - 6 - 06CH010419 - 2016-07-01 - 2021-06-30 - CH - West Texas Opportunities, Inc. - Active - F2179 - L2179 - 2179@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - 273 - 144 - - - - - 9731 - 1080 - 6 - 06CH010433 - 2016-07-01 - 2021-06-30 - CH - South Plains Community Action Association, Inc. - Active - F13320 - L13320 - 13320@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - 950 - 144 - - - - - 9732 - 733 - 3 - 03CH010411 - 2016-07-01 - 2021-06-30 - CH - County of Fairfax - Active - F49609 - L49609 - 49609@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - 434 - 224 - - - - - 9733 - 1342 - 2 - 02CH010378 - 2016-07-01 - 2021-06-30 - CH - Taller Educativo de Caguas - Active - F15514 - L15514 - 15514@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - 120 - - - - - - 9735 - 107 - 6 - 06CH010436 - 2016-07-01 - 2021-06-30 - CH - Youth Development Inc. - Active - F48667 - L48667 - 48667@hsesinfo.org - F41654 - L41654 - 41654@hsesinfo.org - 812 - 312 - - - - - 9736 - 694 - 3 - 03CH010429 - 2016-07-01 - 2021-11-30 - CH - Chester County Intermediate Unit - Active - F49609 - L49609 - 49609@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - 232 - 60 - 117 - - - - 9737 - 874 - 3 - 03CH010431 - 2016-07-01 - 2021-06-30 - CH - Y M C A of Central Maryland, Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F44345 - L44345 - 44345@hsesinfo.org - 316 - 40 - - - - - 9738 - 1652 - 4 - 04CH010404 - 2016-07-01 - 2021-06-30 - CH - Darlington County Community Action Agency - Active - F13740 - L13740 - 13740@hsesinfo.org - F45392 - L45392 - 45392@hsesinfo.org - 300 - - - - - - 9739 - 1211 - 3 - 03CH010442 - 2016-07-01 - 2021-06-30 - CH - Private Industry Council of Westmoreland/Fayette, Incor - Active - F2402 - L2402 - 2402@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - 456 - 324 - 100 - - - - 9740 - 878 - 3 - 03CH010430 - 2016-07-01 - 2021-06-30 - CH - Blueprints - Active - F2402 - L2402 - 2402@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - 459 - 116 - 107 - 42 - - - 9741 - 793 - 3 - 03CH010432 - 2016-07-01 - 2021-06-30 - CH - Seton Hill Child Services, Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - 122 - - 44 - - - - 9742 - 478 - 3 - 03CH010443 - 2016-07-01 - 2021-06-30 - CH - Westmoreland Human Opportunities, Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - 280 - 104 - 111 - - - - 9743 - 130 - 11 - 90CI009950 - 2016-09-01 - 2021-08-31 - CI - The Coeur D'Alene Tribe - Active - F25722 - L25722 - 25722@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - 36 - 40 - - - - - 9744 - 718 - 11 - 90CI009952 - 2016-09-01 - 2021-08-31 - CI - Gila River Indian Community - Active - F33086 - L33086 - 33086@hsesinfo.org - F42301 - L42301 - 42301@hsesinfo.org - 203 - 92 - - - - - 9745 - 352 - 11 - 90CI009953 - 2016-08-01 - 2021-07-31 - CI - Fond du lac Band of Lake Superior Chippewa - Active - F39730 - L39730 - 39730@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - 102 - 80 - - - - - 9746 - 207 - 5 - 05CH010444 - 2016-08-01 - 2021-07-31 - CH - Lorain County Community Action Agency, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F47912 - L47912 - 47912@hsesinfo.org - 891 - 40 - - - - - 9748 - 1147 - 2 - 02CH010445 - 2016-08-01 - 2021-07-31 - CH - Mohawk Valley Community Action Agency, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - 119 - - - - - - 9750 - 3426 - 11 - 90CI009954 - 2016-09-01 - 2021-08-31 - CI - Fairbanks Native Association - Active - F39730 - L39730 - 39730@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - 167 - 136 - - - - - 9752 - 1340 - 11 - 90CI009955 - 2016-09-01 - 2021-08-31 - CI - Confederated Tribes of the Umatilla Indian Reservation - Active - F15738 - L15738 - 15738@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - 40 - - - - - - 9816 - 318 - 1 - 01CH010446 - 2016-09-01 - 2021-08-21 - CH - Tri-County Community Action Agency - Active - F42223 - L42223 - 42223@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - 68 - 30 - 8 - - - - 9818 - 1605 - 13 - 90CH010450 - 2016-09-01 - 2021-08-31 - CH - CDI HS/Prince Georges County MD - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F27052 - L27052 - 27052@hsesinfo.org - - - - - - - 9819 - 444 - 4 - 04CH010447 - 2016-09-01 - 2021-08-31 - CH - Ohio Valley Educational Cooperative - Active - F33579 - L33579 - 33579@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - 17 - 20 - - - - - 9820 - 7501 - 4 - 04CH010449 - 2016-09-01 - 2021-08-31 - CH - Reach One Teach One, INC - Inactive - F2001 - L2001 - 2001@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - - - - - - - 9821 - 7502 - 6 - 06CH010448 - 2016-09-01 - 2021-10-31 - CH - Prime Time Family Reading - Active - F2179 - L2179 - 2179@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - 505 - - - - - - 9831 - 317 - 11 - 90CI009956 - 2016-11-01 - 2021-10-31 - CI - Big Sandy Rancheria of Western Mono Indians of California - Active - F47779 - L47779 - 47779@hsesinfo.org - F46932 - L46932 - 46932@hsesinfo.org - 20 - - - - - - 9832 - 374 - 11 - 90CI009957 - 2016-11-01 - 2021-10-31 - CI - Jicarilla Apache Nation - Active - F3537 - L3537 - 3537@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - 102 - 60 - - - - - 9833 - 7507 - 7 - 07CH010451 - 2016-11-01 - 2018-06-30 - CH - Loving Arms Learning Center - Inactive - - - - F12903 - L12903 - 12903@hsesinfo.org - - - - - - - 9834 - 7508 - 6 - 06CH010454 - 2016-11-01 - 2020-05-31 - CH - Brazos Valley Community Action Program - Inactive - - - - F44340 - L44340 - 44340@hsesinfo.org - - - - - - - 9835 - 365 - 6 - 06CH010455 - 2016-11-01 - 2021-10-31 - CH - Region VII Education Service Center - Active - F13320 - L13320 - 13320@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - 85 - - - - - - 9836 - 600 - 11 - 90CI009958 - 2016-12-01 - 2021-11-30 - CI - Chickasaw Nation - Active - F47779 - L47779 - 47779@hsesinfo.org - F15469 - L15469 - 15469@hsesinfo.org - 240 - - - - - - 9837 - 1605 - 13 - 90CH010458 - 2016-12-01 - 2021-11-30 - CH - CDI HS/East Virginia, VA - Active - F33086 - L33086 - 33086@hsesinfo.org - F48422 - L48422 - 48422@hsesinfo.org - 105 - - - - - - 9838 - 7510 - 6 - 06CH010452 - 2016-12-01 - 2021-11-30 - CH - Little Bitty City Therapeutic Services LLC - Active - F2185 - L2185 - 2185@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - 209 - - - - - - 9839 - 1886 - 4 - 04CH010456 - 2017-01-01 - 2021-12-31 - CH - Macon Bibb County Economic Opportunity Council Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - 587 - 100 - - - - - 9840 - 1605 - 13 - 90CH010459 - 2016-12-01 - 2020-11-30 - CH - CDI HS/ Toa Baja, PR - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - - - - - - - 9841 - 636 - 11 - 90BF000001 - 2016-12-01 - 2019-11-30 - BF - Tanana Chiefs Conference - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 9842 - 701 - 12 - 90CM009823 - 2017-02-01 - 2022-01-31 - CM - UMOS, Inc. - Inactive - F11856 - L11856 - 11856@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - - - - - - - 9843 - 361 - 11 - 90CI009960 - 2017-01-01 - 2021-12-31 - CI - Central Council Tlingit and Haida Indian Tribes of Alaska - Active - F39730 - L39730 - 39730@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - 262 - - - - - - 9844 - 1427 - 11 - 90CI009959 - 2017-01-01 - 2020-12-31 - CI - Karuk Tribe - Active - F47779 - L47779 - 47779@hsesinfo.org - F42301 - L42301 - 42301@hsesinfo.org - 54 - - - - - - 9845 - 565 - 11 - 90CI009963 - 2017-01-01 - 2021-12-31 - CI - Zuni, Pueblo of - Active - F25722 - L25722 - 25722@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - 153 - - - - - - 9846 - 1474 - 11 - 90CI009962 - 2017-01-01 - 2021-12-31 - CI - The Standing Rock Sioux Tribe - Active - F3537 - L3537 - 3537@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - 178 - 67 - - - - - 9847 - 1725 - 2 - 02CH010457 - 2017-01-01 - 2020-12-31 - CH - Harlem Children's Zone - Active - F2340 - L2340 - 2340@hsesinfo.org - F47389 - L47389 - 47389@hsesinfo.org - - 110 - - - - - 9848 - 687 - 11 - 90CI009964 - 2017-02-01 - 2022-01-31 - CI - Quechan Indian Tribe - Active - F25722 - L25722 - 25722@hsesinfo.org - F45305 - L45305 - 45305@hsesinfo.org - 87 - - - - - - 9925 - 7220 - 6 - 06HP000052 - 2017-03-01 - 2021-08-31 - HP - Boys Town Louisiana, Inc. - Active - F45654 - L45654 - 45654@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - 80 - - - - - 9926 - 1036 - 2 - 02HP000056 - 2017-03-01 - 2021-08-31 - HP - Caguas Municipality - Active - F2342 - L2342 - 2342@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - 112 - - - - - 9927 - 1824 - 8 - 08HP000063 - 2017-03-01 - 2021-08-31 - HP - A.W.A.R.E., Inc. - Active - F13544 - L13544 - 13544@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - 104 - - - - - 9928 - 499 - 2 - 02HP000054 - 2017-03-01 - 2021-08-31 - HP - Northwest New Jersey Community Action Program, Incorporated - Active - F2340 - L2340 - 2340@hsesinfo.org - F48300 - L48300 - 48300@hsesinfo.org - - 64 - - - - - 9929 - 990 - 2 - 02HP000058 - 2017-03-01 - 2021-08-31 - HP - Yeshiva Kehilath Yakove, Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F48411 - L48411 - 48411@hsesinfo.org - - 24 - - - - - 9930 - 467 - 2 - 02HP000053 - 2017-03-01 - 2021-11-30 - HP - Community Program Centers of Long Island, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F32828 - L32828 - 32828@hsesinfo.org - - 48 - - - - - 9931 - 1745 - 2 - 02HP000061 - 2017-03-01 - 2021-08-31 - HP - Quintana Baptist Church Head Start Program - Active - F2342 - L2342 - 2342@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - - 104 - - - - - 9932 - 1841 - 6 - 06HP000065 - 2017-03-01 - 2021-08-31 - HP - Community Action Project of Tulsa County, Inc. - Active - F2179 - L2179 - 2179@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - - 128 - - - - - 9933 - 617 - 6 - 06HP000075 - 2017-03-01 - 2021-08-31 - HP - Sunbeam Family Services Inc. - Active - F2179 - L2179 - 2179@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - 86 - - - - - 9934 - 1450 - 11 - 90HI000016 - 2017-03-01 - 2021-08-31 - HI - Kenaitze Indian Tribe - Active - F15738 - L15738 - 15738@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - 48 - - - - - 9935 - 1411 - 2 - 02HP000068 - 2017-03-01 - 2021-08-31 - HP - Acelero, Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F2359 - L2359 - 2359@hsesinfo.org - - 176 - - - - - 9936 - 1475 - 6 - 06HP000071 - 2017-03-01 - 2021-08-31 - HP - Black River Area Development Corporation - Active - F45654 - L45654 - 45654@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - - 88 - - - - - 9937 - 1211 - 3 - 03HP000059 - 2017-03-01 - 2021-08-31 - HP - Private Industry Council of Westmoreland/Fayette, Incor - Active - F2402 - L2402 - 2402@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - - 72 - - - - - 9938 - 960 - 4 - 04HP000076 - 2017-03-01 - 2021-08-31 - HP - Mid Florida Community Services, Inc. - Active - F13510 - L13510 - 13510@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - - 112 - - - - - 9939 - 7590 - 4 - 04HP000067 - 2017-03-01 - 2021-08-31 - HP - Le Jardin Community Center, Inc. - Active - F13740 - L13740 - 13740@hsesinfo.org - F46450 - L46450 - 46450@hsesinfo.org - - 144 - - - - - 9940 - 1886 - 4 - 04HP000074 - 2017-03-01 - 2021-08-31 - HP - Macon Bibb County Economic Opportunity Council Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - - 96 - - - - - 9941 - 376 - 1 - 01HP000057 - 2017-03-01 - 2021-08-31 - HP - Action for Boston Community Development, Inc. - Active - F47611 - L47611 - 47611@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - 124 - - - - - 9942 - 809 - 4 - 04HP000072 - 2017-03-01 - 2021-08-31 - HP - Friends of Children of Mississippi, Inc. - Active - F33579 - L33579 - 33579@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - - 64 - - - - - 9943 - 943 - 2 - 02HP000066 - 2017-03-01 - 2021-08-31 - HP - University Settlement Society of New York - Active - F2340 - L2340 - 2340@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - 72 - - - - - 9944 - 1241 - 4 - 04HP000062 - 2017-03-01 - 2021-08-31 - HP - South Carolina First Steps to School Readiness - Inactive - - - - F24442 - L24442 - 24442@hsesinfo.org - - - - - - - 9945 - 1249 - 1 - 01HP000060 - 2017-03-01 - 2021-08-31 - HP - United Counseling Service of Bennington County, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - - 48 - - - - - 9946 - 1818 - 4 - 04HP000073 - 2017-03-01 - 2021-08-31 - HP - Gulf Regional Early Childhood Services, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - - 88 - - - - - 9947 - 435 - 10 - 10HP000086 - 2017-03-01 - 2021-08-31 - HP - Mt Hood Community College - Active - F43149 - L43149 - 43149@hsesinfo.org - F48097 - L48097 - 48097@hsesinfo.org - - 32 - - - - - 9948 - 1465 - 10 - 10HP000088 - 2017-03-01 - 2021-08-31 - HP - Washington State Community College District 17 - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F46991 - L46991 - 46991@hsesinfo.org - - 48 - - - - - 9949 - 1042 - 10 - 10HP000087 - 2017-03-01 - 2021-08-31 - HP - Educational Service District 112 - Active - F48537 - L48537 - 48537@hsesinfo.org - F47540 - L47540 - 47540@hsesinfo.org - - 84 - - - - - 9950 - 1761 - 11 - 90HI000017 - 2017-03-01 - 2021-08-31 - HI - Havasupai Tribe - Active - F25722 - L25722 - 25722@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - - 16 - - - - - 9951 - 891 - 12 - 90HM000009 - 2017-03-01 - 2021-08-31 - HM - Riverside County Office of Education - Active - F3537 - L3537 - 3537@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - - 167 - - - - - 9952 - 668 - 12 - 90HM000008 - 2017-03-01 - 2021-08-31 - HM - Community Council of Idaho, Inc. - Active - F39730 - L39730 - 39730@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - - 28 - - - - - 9953 - 6441 - 6 - 06HP000078 - 2017-03-01 - 2021-08-31 - HP - Children's Coalition for Northeast Louisiana, Inc. The - Active - F45654 - L45654 - 45654@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - - 72 - - - - - 9954 - 7591 - 11 - 90HI000018 - 2017-03-01 - 2021-08-31 - HI - Delaware Tribe of Indians - Active - F25722 - L25722 - 25722@hsesinfo.org - F15469 - L15469 - 15469@hsesinfo.org - - 80 - - - - - 9955 - 407 - 10 - 10HP000092 - 2017-03-01 - 2021-08-31 - HP - CCS Early Learning - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - - 0 - - - - - 9956 - 310 - 11 - 90HI000019 - 2017-03-01 - 2021-08-31 - HI - San Carlos Apache Tribe - Active - F25722 - L25722 - 25722@hsesinfo.org - F45305 - L45305 - 45305@hsesinfo.org - - 75 - - - - - 9957 - 5 - 6 - 06HP000079 - 2017-03-01 - 2021-08-31 - HP - Arkansas Department of Human Services - Active - F2179 - L2179 - 2179@hsesinfo.org - F15375 - L15375 - 15375@hsesinfo.org - - 168 - - - - - 9958 - 4530 - 8 - 08HP000064 - 2017-03-01 - 2021-08-31 - HP - Mile High Montessori Early Learning Centers - Active - F3064 - L3064 - 3064@hsesinfo.org - F3062 - L3062 - 3062@hsesinfo.org - - 80 - - - - - 9959 - 226 - 3 - 03HP000069 - 2017-03-01 - 2021-08-31 - HP - Edward C. Mazique Parent Child Center, Inc. - Active - F49609 - L49609 - 49609@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - 156 - - - - - 9960 - 161 - 6 - 06HP000077 - 2017-03-01 - 2021-08-31 - HP - Regina Coeli Child Development Center, Inc. - Active - F2185 - L2185 - 2185@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - - 104 - - - - - 9961 - 671 - 7 - 07HP000084 - 2017-03-01 - 2021-08-31 - HP - Mid America Regional Council - Active - F45391 - L45391 - 45391@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - - 84 - - - - - 9962 - 765 - 7 - 07HP000085 - 2017-03-01 - 2021-08-31 - HP - Economic Security Corp of Southwest Area - Active - F47594 - L47594 - 47594@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - - 74 - - - - - 9963 - 1835 - 3 - 03HP000049 - 2017-03-01 - 2021-08-31 - HP - Scott County Public School Head Start - Active - F49609 - L49609 - 49609@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - - 24 - - - - - 9964 - 484 - 4 - 04HP000083 - 2017-03-01 - 2021-08-31 - HP - Step-Up Suncoast, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - - 80 - - - - - 9965 - 7188 - 4 - 04HP000081 - 2017-03-01 - 2021-08-31 - HP - United Way of Miami-Dade, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - - 200 - - - - - 9966 - 1078 - 4 - 04HP000080 - 2017-03-01 - 2021-08-31 - HP - Gateway Community Services Organization, Inc. - Active - F48070 - L48070 - 48070@hsesinfo.org - F48069 - L48069 - 48069@hsesinfo.org - - 72 - - - - - 9967 - 1307 - 4 - 04HP000082 - 2017-03-01 - 2021-08-31 - HP - Chapel Hill Training-Outreach Project, Inc. - Active - F48070 - L48070 - 48070@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - - 160 - - - - - 9968 - 803 - 4 - 04HP000070 - 2017-03-01 - 2021-08-31 - HP - Guilford Child Development - Active - F46632 - L46632 - 46632@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - 136 - - - - - 9969 - 355 - 4 - 04HP000090 - 2017-03-01 - 2021-08-31 - HP - Greene Lamp Inc. - Active - F2001 - L2001 - 2001@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - - 73 - - - - - 9970 - 486 - 12 - 90HM000010 - 2017-03-01 - 2021-08-31 - HM - Community Action Partnership of San Luis Obispo County, Inc. - Active - F15738 - L15738 - 15738@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - - 116 - - - - - 9971 - 6102 - 3 - 03HP000051 - 2017-03-01 - 2021-08-31 - HP - Bright Beginnings Inc. - Active - F14907 - L14907 - 14907@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - 64 - - - - - 9972 - 1923 - 7 - 07HP000102 - 2017-03-01 - 2021-08-31 - HP - South Central Missouri Community Action Agency - Active - F48871 - L48871 - 48871@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - - 72 - - - - - 9973 - 430 - 9 - 09HP000105 - 2017-03-01 - 2021-08-31 - HP - Maricopa County Human Services - Active - F47463 - L47463 - 47463@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - - 96 - - - - - 9974 - 9 - 3 - 03HP000050 - 2017-03-01 - 2021-08-31 - HP - Delaware Department of Education - Active - F49609 - L49609 - 49609@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - - 72 - - - - - 9975 - 4449 - 2 - 02HP000089 - 2017-03-01 - 2021-08-31 - HP - Southeast Bronx Neighborhood Centers, Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F47389 - L47389 - 47389@hsesinfo.org - - 100 - - - - - 9976 - 1057 - 3 - 03HP000055 - 2017-03-01 - 2021-08-31 - HP - Council of Three Rivers American Indian Center - Active - F2402 - L2402 - 2402@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - - 150 - - - - - 9977 - 7218 - 6 - 06HP000094 - 2017-03-01 - 2021-08-31 - HP - Center for Transforming Lives - Active - F2179 - L2179 - 2179@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - - 72 - - - - - 9978 - 923 - 6 - 06HP000113 - 2017-03-01 - 2021-08-31 - HP - North Central Arkansas Development Council, Inc. - Active - F45391 - L45391 - 45391@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - - 80 - - - - - 9979 - 805 - 5 - 05HP000097 - 2017-03-01 - 2021-08-31 - HP - Pace Community Action Agency, Inc. - Active - F49521 - L49521 - 49521@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - - 32 - - - - - 9980 - 3543 - 5 - 05HP000104 - 2017-03-01 - 2021-08-31 - HP - Genesee Intermediate School District - Active - F44271 - L44271 - 44271@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - - 168 - - - - - 9981 - 7592 - 5 - 05HP000098 - 2017-03-01 - 2021-08-31 - HP - Early Learning Neighborhood Collaborative - Active - F13544 - L13544 - 13544@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - - 88 - - - - - 9982 - 832 - 5 - 05HP000093 - 2017-03-01 - 2021-08-31 - HP - Genesee County - Active - F49521 - L49521 - 49521@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - - 104 - - - - - 9983 - 418 - 5 - 05HP000100 - 2017-03-01 - 2020-08-31 - HP - Fivecap, Inc. - Inactive - F43414 - L43414 - 43414@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - - - - - - 9984 - 794 - 5 - 05HP000107 - 2017-03-01 - 2021-08-31 - HP - Great Lakes Community Action Partnership - Active - F2088 - L2088 - 2088@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - - 320 - - - - - 9985 - 1746 - 6 - 06HP000108 - 2017-03-01 - 2021-08-31 - HP - Rolling Plains Management Corporation - Active - F13320 - L13320 - 13320@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - 60 - - - - - 9986 - 523 - 6 - 06HP000110 - 2017-03-01 - 2021-08-31 - HP - Motivation Education & Training, Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - - 168 - - - - - 9987 - 873 - 5 - 05HP000101 - 2017-03-01 - 2021-08-31 - HP - Southwestern Wisconsin Community Action Program - Active - F42090 - L42090 - 42090@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - - 52 - - - - - 9988 - 1411 - 5 - 05HP000096 - 2017-03-01 - 2021-08-31 - HP - Acelero, Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F13894 - L13894 - 13894@hsesinfo.org - - 144 - - - - - 9989 - 7598 - 9 - 09HP000109 - 2017-03-01 - 2021-08-31 - HP - Urban Strategies, LLC - Active - F14155 - L14155 - 14155@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - 72 - - - - - 9990 - 1812 - 9 - 09HP000111 - 2017-03-01 - 2021-08-31 - HP - Contra Costa County Community Services - Active - F14155 - L14155 - 14155@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - - 262 - - - - - 9991 - 7164 - 9 - 09HP000114 - 2017-03-01 - 2021-08-31 - HP - Plaza Community Center, Inc. - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - - - - - - 9992 - 7596 - 9 - 09HP000106 - 2017-03-01 - 2021-08-31 - HP - Kidango, Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - - 120 - - - - - 9993 - 7597 - 9 - 09HP000115 - 2017-03-01 - 2021-08-31 - HP - Los Angeles Universal Preschool - Active - F37822 - L37822 - 37822@hsesinfo.org - F35663 - L35663 - 35663@hsesinfo.org - - 102 - - - - - 9994 - 7595 - 5 - 05HP000099 - 2017-03-01 - 2021-08-31 - HP - YWCA Metropolitan Chicago - Active - F42090 - L42090 - 42090@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - 164 - - - - - 9995 - 1013 - 5 - 05HP000091 - 2017-03-01 - 2021-08-31 - HP - Oakland Livingston Human Service Agency - Active - F13544 - L13544 - 13544@hsesinfo.org - F47912 - L47912 - 47912@hsesinfo.org - - 64 - - - - - 9996 - 1411 - 9 - 09HP000112 - 2017-03-01 - 2021-08-31 - HP - Acelero, Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - 84 - - - - - 9997 - 1843 - 11 - 90CI009965 - 2017-04-01 - 2022-03-31 - CI - Confederated Tribes and Bands of the Yakama Nation, The - Active - F33086 - L33086 - 33086@hsesinfo.org - F47570 - L47570 - 47570@hsesinfo.org - 171 - - - - - - 9998 - 1221 - 9 - 09HP000103 - 2017-03-01 - 2021-08-31 - HP - Crystal Stairs, Inc. - Active - F14155 - L14155 - 14155@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - 88 - - - - - 9999 - 581 - 5 - 05HP000095 - 2017-03-01 - 2021-08-31 - HP - Chicago Commons Association - Active - F44271 - L44271 - 44271@hsesinfo.org - F2121 - L2121 - 2121@hsesinfo.org - - 72 - - - - - 10000 - 486 - 9 - 09CH010460 - 2017-04-01 - 2022-03-31 - CH - Community Action Partnership of San Luis Obispo County, Inc. - Active - F47463 - L47463 - 47463@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - 314 - 94 - - - - - 10001 - 1605 - 13 - 90CH010461 - 2017-04-15 - 2022-04-14 - CH - CDI HS/North West Colorado Migrant Seasonal, CO - Active - F33086 - L33086 - 33086@hsesinfo.org - F48422 - L48422 - 48422@hsesinfo.org - 180 - - - - - - 10002 - 678 - 6 - 06CH010462 - 2017-05-01 - 2022-04-30 - CH - Abilene Independent School District - Active - F2185 - L2185 - 2185@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - 380 - 141 - - - - - 10003 - 1986 - 8 - 08CH010463 - 2017-05-01 - 2022-04-30 - CH - Colorado Early Education Network - Active - F3064 - L3064 - 3064@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - 562 - - - - - - 10004 - 1749 - 1 - 01CH010464 - 2017-05-01 - 2022-04-30 - CH - Riverside Community Care, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - - 80 - - - - - 10005 - 1792 - 1 - 01CH010465 - 2017-05-01 - 2022-04-30 - CH - Pathways for Children, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F28233 - L28233 - 28233@hsesinfo.org - 294 - 16 - - - - - 10006 - 1605 - 13 - 90CH010469 - 2017-06-01 - 2022-05-31 - CH - CDI HS/Cabarrus County, NC - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - - - - - - - 10040 - 1918 - 11 - 90CI009966 - 2017-06-01 - 2022-05-31 - CI - Council of Athabascan Tribal Governments - Active - F25722 - L25722 - 25722@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - - 30 - - - - - 10041 - 1726 - 2 - 02CH010468 - 2017-06-01 - 2022-05-31 - CH - Tri-County Community Action Agency Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - - 93 - - - - - 10042 - 605 - 2 - 02CH010467 - 2017-06-01 - 2022-05-31 - CH - Northside Center for Child Development - Active - F32488 - L32488 - 32488@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - 63 - 81 - - - - - 10043 - 929 - 9 - 09CH010471 - 2017-06-01 - 2022-05-31 - CH - Children's Institute, Inc. - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - 68 - - - - - 10044 - 1541 - 3 - 03CH010472 - 2017-06-01 - 2022-05-31 - CH - Hampton Roads Community Action Program, Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - 800 - - - - - - 10045 - 1411 - 3 - 03CH010473 - 2017-07-01 - 2022-06-30 - CH - Acelero, Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - 448 - 32 - - - - - 10046 - 897 - 4 - 04CH010470 - 2017-06-01 - 2022-05-31 - CH - Sumter County Opportunity, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - - 104 - - - - - 10047 - 7632 - 4 - 04CH010477 - 2017-06-01 - 2022-05-31 - CH - The Black Belt Community Foundation - Active - F48070 - L48070 - 48070@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - 307 - - - - - - 10048 - 1605 - 13 - 90CH010500 - 2017-06-21 - 2022-06-20 - CH - CDI HS/ Chilton, Autauga, Shelby and Elmore, AL - Active - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - 411 - 104 - - - - - 10049 - 3741 - 6 - 06CH010478 - 2017-07-01 - 2022-06-30 - CH - BCFS Education Services - Active - F48667 - L48667 - 48667@hsesinfo.org - F28510 - L28510 - 28510@hsesinfo.org - 450 - - - - - - 10050 - 6124 - 5 - 05CH010476 - 2017-07-01 - 2022-06-30 - CH - New St. Paul Head Start Agency, Inc. - Active - F14214 - L14214 - 14214@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - 559 - 211 - - - - - 10051 - 681 - 7 - 07CH010479 - 2017-07-01 - 2022-06-30 - CH - Unified School District 373 - Active - F49091 - L49091 - 49091@hsesinfo.org - F45048 - L45048 - 45048@hsesinfo.org - 130 - - - - - - 10053 - 1677 - 4 - 04CH010481 - 2017-07-01 - 2022-06-30 - CH - School Board of Brevard County - Active - F2065 - L2065 - 2065@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - 624 - - - - - - 10054 - 7634 - 5 - 05CH010474 - 2017-07-01 - 2022-06-30 - CH - Educare of West DuPage - Active - F42090 - L42090 - 42090@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - 102 - - - - - - 10055 - 864 - 5 - 05CH010475 - 2017-07-01 - 2022-06-30 - CH - Metropolitan Family Services - Active - F42090 - L42090 - 42090@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - 241 - 171 - - - - - 10056 - 1202 - 7 - 07CH010483 - 2017-07-01 - 2022-06-30 - CH - Child Start, Inc. - Active - F45391 - L45391 - 45391@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - 68 - - - - - - 10057 - 664 - 9 - 09CH010486 - 2017-07-01 - 2022-06-30 - CH - Volunteers of America of Los Angeles - Active - F2334 - L2334 - 2334@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - 678 - 64 - - - - - 10058 - 644 - 6 - 06CH010484 - 2017-07-01 - 2022-06-30 - CH - Save the Children Federation Inc. - Active - F2179 - L2179 - 2179@hsesinfo.org - F12886 - L12886 - 12886@hsesinfo.org - 150 - 16 - - - - - 10059 - 785 - 9 - 09HP000116 - 2017-07-01 - 2021-06-30 - HP - Foothill Family Service - Active - F2334 - L2334 - 2334@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - 166 - - - - - 10061 - 604 - 2 - 02CH010488 - 2017-07-01 - 2022-06-30 - CH - New York Foundling Hospital, The - Active - F47557 - L47557 - 47557@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - 492 - 44 - - - - - 10062 - 1846 - 2 - 02CH010493 - 2017-07-01 - 2022-06-30 - CH - Municipality of Humacao - Active - F15514 - L15514 - 15514@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - 476 - 240 - - - - - 10063 - 1263 - 2 - 02CH010487 - 2017-07-01 - 2022-06-30 - CH - Carolina Municipality Head Start Program - Active - F15514 - L15514 - 15514@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - 170 - 24 - - - - - 10064 - 1203 - 2 - 02CH010489 - 2017-07-01 - 2022-06-30 - CH - Municipality of Utuado - Active - F42299 - L42299 - 42299@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - 740 - 72 - - - - - 10065 - 1339 - 2 - 02CH010495 - 2017-07-01 - 2022-06-30 - CH - Municipio de San German - Active - F15514 - L15514 - 15514@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - 103 - - - - - - 10066 - 1366 - 2 - 02CH010491 - 2017-07-01 - 2022-06-30 - CH - Municipality of Barceloneta - Active - F15514 - L15514 - 15514@hsesinfo.org - F48411 - L48411 - 48411@hsesinfo.org - 1402 - 192 - - - - - 10067 - 1626 - 4 - 04CH010482 - 2017-07-01 - 2022-06-30 - CH - Sumter School District - Inactive - F48070 - L48070 - 48070@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - - - - - - 10069 - 1129 - 3 - 03CH010485 - 2017-07-01 - 2022-06-30 - CH - Young Men's Christian Association of Frederick County - Active - F49609 - L49609 - 49609@hsesinfo.org - F47017 - L47017 - 47017@hsesinfo.org - 242 - - - - - - 10070 - 1745 - 2 - 02CH010496 - 2017-07-01 - 2022-06-30 - CH - Quintana Baptist Church Head Start Program - Active - F2342 - L2342 - 2342@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - 202 - 144 - - - - - 10071 - 7635 - 2 - 02CH010490 - 2017-07-01 - 2022-06-30 - CH - Municipality of Guayama - Active - F15514 - L15514 - 15514@hsesinfo.org - F48411 - L48411 - 48411@hsesinfo.org - 876 - 176 - - - - - 10072 - 7636 - 2 - 02CH010497 - 2017-07-01 - 2022-06-30 - CH - Christian Military Academy, Inc. - Active - F42299 - L42299 - 42299@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - 157 - - - - - - 10073 - 7637 - 2 - 02CH010492 - 2017-07-01 - 2022-06-30 - CH - Municipality of Manati - Active - F2342 - L2342 - 2342@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - 452 - 90 - - - - - 10074 - 1605 - 13 - 90CH010506 - 2017-07-28 - 2022-07-27 - CH - CDI HS/Taylor County, FL - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - - - - - - - 10075 - 1336 - 3 - 03CH010499 - 2017-07-01 - 2022-06-30 - CH - Children's Center, The - Active - F2402 - L2402 - 2402@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - 285 - - - - - - 10076 - 1283 - 6 - 06CH010498 - 2017-07-01 - 2019-12-31 - CH - Ki Bois Community Action Foundation Inc. - Inactive - F23929 - L23929 - 23929@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - - - - - - - 10077 - 7638 - 2 - 02CH010494 - 2017-07-01 - 2022-06-30 - CH - Municipality of Orocovis - Active - F15514 - L15514 - 15514@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - 739 - 88 - - - - - 10078 - 1605 - 13 - 90CH010505 - 2017-07-01 - 2022-06-30 - CH - CDI HS/Lafayette, Iberia & St. Martin Parishes, LA - Active - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - 1130 - 264 - - - - - 10079 - 1605 - 13 - 90CH010504 - 2017-07-01 - 2022-06-30 - CH - CDI HS/Dekalb and Rockdale Counties, GA - Active - F33086 - L33086 - 33086@hsesinfo.org - F48422 - L48422 - 48422@hsesinfo.org - 1095 - 240 - - - - - 10081 - 1605 - 13 - 90CH010533 - 2018-05-01 - 2021-01-31 - CH - CDI HS/Multi-State Migrant and Seasonal - Active - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - 5100 - - - - - - 10084 - 7598 - 2 - 02CH010502 - 2017-08-01 - 2022-07-31 - CH - Urban Strategies LLC - Active - F47556 - L47556 - 47556@hsesinfo.org - F48411 - L48411 - 48411@hsesinfo.org - 0 - 192 - - - - - 10085 - 1747 - 2 - 02CH010503 - 2017-08-01 - 2022-07-31 - CH - Administration for Integral Child Care Development - Active - F2342 - L2342 - 2342@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - 3845 - 384 - - - - - 10086 - 1353 - 2 - 02CH010501 - 2017-08-01 - 2022-07-31 - CH - Centro de Servicios a la Juventud, Inc. - Active - F42299 - L42299 - 42299@hsesinfo.org - F48411 - L48411 - 48411@hsesinfo.org - 528 - 104 - - - - - 10087 - 1605 - 13 - 90CH010513 - 2017-09-25 - 2022-09-24 - CH - CDI HS/Martin County, FL - Active - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - - 32 - - - - - 10089 - 1605 - 13 - 90CH010534 - 2018-05-01 - 2021-01-31 - CH - CDI HS/Starr and Zapata Counties, TX - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - - - - - - - 10092 - 7640 - 8 - 08CH010508 - 2017-09-01 - 2020-08-31 - CH - Wild Plum Center for Young Children and Families - Inactive - F3032 - L3032 - 3032@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - - - - - - - 10093 - 7641 - 1 - 01CH010509 - 2017-09-01 - 2019-08-31 - CH - Prospect Manchester Hospital Inc. - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 10097 - 1373 - 6 - 06CH010507 - 2017-09-01 - 2022-08-31 - CH - AVANCE-San Antonio, Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F2193 - L2193 - 2193@hsesinfo.org - 185 - 196 - - - - - 10098 - 1210 - 4 - 04CH010510 - 2017-09-01 - 2022-08-31 - CH - Washington County Opportunities, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - - 102 - - - - - 10102 - 7642 - 11 - 90CI009969 - 2017-09-01 - 2022-08-31 - CI - Lower Sioux Community Council - Active - F39730 - L39730 - 39730@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - - 54 - - - - - 10104 - 921 - 11 - 90CI009974 - 2017-09-01 - 2022-08-31 - CI - Iowa Tribe of Oklahoma, Inc. - Active - F33086 - L33086 - 33086@hsesinfo.org - F15469 - L15469 - 15469@hsesinfo.org - - 32 - - - - - 10105 - 1505 - 11 - 90CI009971 - 2017-09-01 - 2020-12-31 - CI - Confederated Tribes of Grand Ronde Indians, The - Active - F33086 - L33086 - 33086@hsesinfo.org - F42301 - L42301 - 42301@hsesinfo.org - - 28 - - - - - 10109 - 490 - 11 - 90CI009972 - 2017-09-01 - 2022-02-28 - CI - Port Gamble S'Kallam Tribe - Active - F33086 - L33086 - 33086@hsesinfo.org - F47570 - L47570 - 47570@hsesinfo.org - - 12 - - - - - 10110 - 1006 - 11 - 90CI009968 - 2017-09-01 - 2022-02-28 - CI - Kickapoo Tribe in Kansas - Active - F25722 - L25722 - 25722@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - - 25 - - - - - 10112 - 1438 - 11 - 90CI009970 - 2017-09-01 - 2021-12-31 - CI - Omaha Tribe of Nebraska - Active - F25722 - L25722 - 25722@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - - 32 - - - - - 10113 - 7591 - 11 - 90CI009967 - 2017-09-01 - 2022-08-31 - CI - Delaware Tribe of Indians - Active - F25722 - L25722 - 25722@hsesinfo.org - F15469 - L15469 - 15469@hsesinfo.org - - 36 - - - - - 10114 - 1771 - 11 - 90CI009973 - 2017-09-01 - 2022-08-31 - CI - Rural America Initiatives - Active - F25722 - L25722 - 25722@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - - 28 - - - - - 10115 - 1233 - 4 - 04CH010514 - 2017-11-01 - 2022-10-31 - CH - Orangeburg-Calhoun-Allendale-Bamberg Community Action Agency Inc. - Active - F13510 - L13510 - 13510@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - 45 - - - - - 10116 - 1605 - 13 - 90CH010518 - 2017-12-01 - 2022-11-30 - CH - CDI HS/Milwaukee County, WI - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - - - - - - - 10117 - 1221 - 9 - 09CH010515 - 2017-12-01 - 2022-11-30 - CH - Crystal Stairs, Inc. - Active - F14155 - L14155 - 14155@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - 520 - 80 - - - - - 10118 - 1507 - 7 - 07CH010516 - 2017-11-01 - 2022-10-31 - CH - South Central Iowa Community Action Program - Active - F2256 - L2256 - 2256@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - 180 - 32 - - - - - 10119 - 1549 - 7 - 07CH010517 - 2017-12-01 - 2022-11-30 - CH - Community Opportunities, Incorporated - Active - F49507 - L49507 - 49507@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - 247 - 36 - - - - - 10120 - 7643 - 5 - 05CH010520 - 2018-01-01 - 2020-06-30 - CH - Pillars Community Health - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - - - - - - - 10121 - 339 - 5 - 05CH010519 - 2018-01-01 - 2022-12-31 - CH - Starfish Family Services, Inc. - Active - F44271 - L44271 - 44271@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - - 236 - - - - - 10122 - 909 - 4 - 04CH010521 - 2018-03-01 - 2023-02-28 - CH - Community Action Partnership of North Alabama, Inc. - Active - F2001 - L2001 - 2001@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - 300 - - - - - - 10123 - 1035 - 9 - 09CH010522 - 2018-03-01 - 2023-02-28 - CH - Institute for Human and Social Development, Inc. - Active - F47463 - L47463 - 47463@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - 462 - 181 - - - - - 10124 - 701 - 12 - 90CM009824 - 2018-04-01 - 2023-03-31 - CM - UMOS, Inc. - Active - F15738 - L15738 - 15738@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - 159 - - - - - - 10125 - 588 - 4 - 04CH010523 - 2018-04-01 - 2023-03-31 - CH - Tallatoona Community Action Partnership, Inc. - Active - F13740 - L13740 - 13740@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - 611 - - - - - - 10131 - 309 - 11 - 90CI009976 - 2018-07-01 - 2020-06-30 - CI - Hualapai Tribe - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F3536 - L3536 - 3536@hsesinfo.org - - - - - - - 10169 - 1029 - 9 - 09CH010524 - 2018-05-01 - 2023-04-30 - CH - E Center - Active - F2334 - L2334 - 2334@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - 649 - 316 - - - - - 10170 - 774 - 5 - 05CH010528 - 2018-05-01 - 2023-04-30 - CH - Tri-Valley Opportunity Council, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - 170 - 84 - - 16 - - - 10171 - 955 - 5 - 05CH010525 - 2018-05-01 - 2023-04-30 - CH - Western Dairyland Economic Opportunity Council, Incorporated - Active - F13544 - L13544 - 13544@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - 445 - 44 - - - - - 10172 - 1535 - 1 - 01CH010527 - 2018-05-01 - 2023-04-30 - CH - Connecticut Institute for Communities, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F32486 - L32486 - 32486@hsesinfo.org - 120 - 16 - 20 - - - - 10173 - 1029 - 12 - 90CM009826 - 2018-05-01 - 2023-04-30 - CM - E Center - Active - F15738 - L15738 - 15738@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - 562 - 35 - - - - - 10174 - 1276 - 7 - 07CH010531 - 2018-06-01 - 2023-05-31 - CH - Youth in Need, Inc. - Active - F47594 - L47594 - 47594@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - - 64 - - - - - 10175 - 3441 - 9 - 09CH010532 - 2018-06-01 - 2023-05-31 - CH - Pacific Clinics - Active - F37822 - L37822 - 37822@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - 286 - 190 - - - - - 10176 - 7645 - 4 - 04CH010529 - 2018-07-01 - 2023-06-30 - CH - Saint Johns County School Board - Active - F2001 - L2001 - 2001@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - 135 - - - - - - 10177 - 1051 - 2 - 02CH010530 - 2018-07-01 - 2023-06-30 - CH - Oswego County Opportunities, Inc. - Active - F47557 - L47557 - 47557@hsesinfo.org - F48564 - L48564 - 48564@hsesinfo.org - 209 - - - - - - 10178 - 1605 - 13 - 90CH010595 - 2018-07-01 - 2023-06-30 - CH - CDI HS/South and West Philadelphia, PA - Active - F33086 - L33086 - 33086@hsesinfo.org - F48422 - L48422 - 48422@hsesinfo.org - 570 - - - - - - 10179 - 929 - 9 - 09CH010536 - 2018-06-01 - 2023-05-31 - CH - Children's Institute, Inc. - Active - F47463 - L47463 - 47463@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - 538 - 561 - - - - - 10180 - 764 - 5 - 05CH010537 - 2018-06-01 - 2023-05-31 - CH - Milwaukee Public Schools - Active - F3061 - L3061 - 3061@hsesinfo.org - F13894 - L13894 - 13894@hsesinfo.org - 1506 - - - - - - 10181 - 929 - 9 - 09CH010535 - 2018-06-01 - 2021-05-31 - CH - Children's Institute, Inc. - Inactive - F47463 - L47463 - 47463@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - 0 - - - - - 10182 - 1541 - 3 - 03CH010538 - 2018-06-01 - 2023-05-31 - CH - Hampton Roads Community Action Program, Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - 430 - 32 - - - - - 10184 - 1605 - 13 - 90CH010565 - 2018-06-01 - 2023-09-14 - CH - CDI HS/Geary County, KS - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F27052 - L27052 - 27052@hsesinfo.org - - - - - - - 10186 - 1605 - 13 - 90CH010597 - 2018-08-01 - 2023-07-31 - CH - CDI HS/Outer Wayne County, MI - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - - - - - - - 10187 - 603 - 10 - 10CH010540 - 2018-07-01 - 2023-06-30 - CH - Jannus, Inc. - Active - F43149 - L43149 - 43149@hsesinfo.org - F48538 - L48538 - 48538@hsesinfo.org - - 153 - - - - - 10188 - 3481 - 3 - 03CH010541 - 2018-06-01 - 2023-05-31 - CH - Lifesteps, Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F43578 - L43578 - 43578@hsesinfo.org - - 107 - - - - - 10189 - 1389 - 3 - 03CH010539 - 2018-06-01 - 2023-05-31 - CH - Kanawha County Board of Education - Active - F49609 - L49609 - 49609@hsesinfo.org - F43578 - L43578 - 43578@hsesinfo.org - 530 - - - - - - 10190 - 904 - 8 - 08CH010545 - 2018-07-01 - 2023-06-30 - CH - Sweetwater County School District #1 - Active - F47409 - L47409 - 47409@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - 100 - - - - - - 10191 - 1199 - 8 - 08CH010544 - 2018-07-01 - 2023-06-30 - CH - Eagle County School District Re-50 J - Active - F3064 - L3064 - 3064@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - 69 - - - - - - 10192 - 1476 - 4 - 04CH010542 - 2018-07-01 - 2023-06-30 - CH - Breckinridge County Board of Education - Active - F46632 - L46632 - 46632@hsesinfo.org - F48069 - L48069 - 48069@hsesinfo.org - 115 - - - - - - 10193 - 3621 - 9 - 09CH010546 - 2018-07-01 - 2023-06-30 - CH - Montebello Unified School District - Active - F37822 - L37822 - 37822@hsesinfo.org - F49585 - L49585 - 49585@hsesinfo.org - 666 - - - - - - 10194 - 1139 - 4 - 04CH010543 - 2018-07-01 - 2023-06-30 - CH - Family Services Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F48069 - L48069 - 48069@hsesinfo.org - 499 - - - - - - 10195 - 1412 - 10 - 10CH010550 - 2018-07-01 - 2023-06-30 - CH - Opportunity Council - Active - F43149 - L43149 - 43149@hsesinfo.org - F48538 - L48538 - 48538@hsesinfo.org - 220 - 50 - - - - - 10200 - 3702 - 7 - 07CH010548 - 2018-07-01 - 2023-06-30 - CH - Growing Futures Early Education Center, Inc. - Active - F47594 - L47594 - 47594@hsesinfo.org - F13558 - L13558 - 13558@hsesinfo.org - 108 - 114 - - - - - 10203 - 3429 - 8 - 08CH010549 - 2018-07-01 - 2023-06-30 - CH - Clayton Early Learning, Trustee George W. Clayton Trust - Active - F3032 - L3032 - 3032@hsesinfo.org - F3062 - L3062 - 3062@hsesinfo.org - - 177 - - - - - 10210 - 1562 - 8 - 08CH010552 - 2018-07-01 - 2023-06-30 - CH - City and County of Denver - Active - F3064 - L3064 - 3064@hsesinfo.org - F3062 - L3062 - 3062@hsesinfo.org - 1312 - 32 - - - - - 10211 - 933 - 8 - 08CH010555 - 2018-07-01 - 2023-06-30 - CH - Ability Connection Colorado, Inc. - Active - F3032 - L3032 - 3032@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - 324 - 42 - - - - - 10212 - 1171 - 4 - 04CH010554 - 2018-07-01 - 2023-06-30 - CH - Okaloosa County Comprehensive Head Start Child Developm - Active - F13510 - L13510 - 13510@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - 257 - 64 - - - - - 10213 - 189 - 9 - 09CH010547 - 2018-07-01 - 2023-06-30 - CH - Baldwin Park Unified School District - Active - F37822 - L37822 - 37822@hsesinfo.org - F49585 - L49585 - 49585@hsesinfo.org - 672 - 313 - - - - - 10214 - 712 - 4 - 04CH010556 - 2018-07-01 - 2023-06-30 - CH - Lincoln County Board of Education - Active - F13510 - L13510 - 13510@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - 183 - 32 - - - - - 10215 - 1099 - 5 - 05CH010553 - 2018-07-01 - 2023-06-30 - CH - Kenosha Unified School District 1 - Active - F48866 - L48866 - 48866@hsesinfo.org - F49856 - L49856 - 49856@hsesinfo.org - 330 - - - - - - 10216 - 405 - 8 - 08CH010563 - 2018-07-01 - 2023-06-30 - CH - Upper Arkansas Area Council of Governments - Active - F3032 - L3032 - 3032@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - 157 - - - - - - 10217 - 920 - 7 - 07CH010566 - 2018-07-01 - 2023-06-30 - CH - Northwest Kansas Educational Service Center - Active - F48871 - L48871 - 48871@hsesinfo.org - F45048 - L45048 - 45048@hsesinfo.org - 214 - 36 - - - - - 10218 - 1355 - 8 - 08CH010557 - 2018-07-01 - 2023-06-30 - CH - Head Start, Inc. - Active - F13544 - L13544 - 13544@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - 360 - - - - - - 10219 - 491 - 11 - 90CI009975 - 2018-07-01 - 2023-06-30 - CI - Upper Skagit Indian Tribe - Active - F47779 - L47779 - 47779@hsesinfo.org - F45305 - L45305 - 45305@hsesinfo.org - 36 - - - - - - 10220 - 1895 - 11 - 90BF000002 - 2018-09-01 - 2020-08-31 - BF - Cook Inlet Native Head Start - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - - - - - - 10221 - 903 - 5 - 05CH010560 - 2018-07-01 - 2023-06-30 - CH - Fayette County School Corporation - Active - F2088 - L2088 - 2088@hsesinfo.org - F49668 - L49668 - 49668@hsesinfo.org - 134 - - - - - - 10222 - 613 - 5 - 05CH010561 - 2018-07-01 - 2023-06-30 - CH - West Bend Joint School District No. 1 - Active - F44271 - L44271 - 44271@hsesinfo.org - F49668 - L49668 - 49668@hsesinfo.org - 121 - - 7 - - - - 10223 - 311 - 9 - 09CH010564 - 2018-07-01 - 2023-06-30 - CH - Vista Del Mar Child and Family Services - Active - F2334 - L2334 - 2334@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - 144 - - - - - 10224 - 1571 - 5 - 05CH010568 - 2018-07-01 - 2023-06-30 - CH - Northwestern Illinois Community Action Agency, Inc. - Active - F13544 - L13544 - 13544@hsesinfo.org - F48776 - L48776 - 48776@hsesinfo.org - 190 - - - - - - 10225 - 223 - 5 - 05CH010567 - 2018-07-01 - 2023-06-30 - CH - Monroe County Intermediate School District - Active - F2088 - L2088 - 2088@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - 267 - - - - - - 10226 - 1546 - 5 - 05CH010571 - 2018-07-01 - 2023-06-30 - CH - Crossroads: Lake County Adolescent Counseling Service - Active - F43414 - L43414 - 43414@hsesinfo.org - F48776 - L48776 - 48776@hsesinfo.org - - 60 - - - - - 10227 - 1531 - 7 - 07CH010578 - 2018-07-01 - 2023-06-30 - CH - Clay County Child Care Center - Active - F49507 - L49507 - 49507@hsesinfo.org - F45048 - L45048 - 45048@hsesinfo.org - 120 - 100 - - - - - 10228 - 1647 - 9 - 09CH010574 - 2018-07-01 - 2023-06-30 - CH - Glenn County Office of Education - Active - F47463 - L47463 - 47463@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - 110 - 82 - - - - - 10229 - 143 - 6 - 06CH010579 - 2018-07-01 - 2023-06-30 - CH - Assumption Parish School District - Active - F45654 - L45654 - 45654@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - 102 - - - - - - 10230 - 1215 - 5 - 05CH010573 - 2018-07-01 - 2023-06-30 - CH - Parents in Community Action, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - - 48 - - - - - 10231 - 1595 - 8 - 08CH010577 - 2018-07-01 - 2023-06-30 - CH - Lincoln-Uinta Child Development Association - Active - F47409 - L47409 - 47409@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - 102 - - - - - - 10232 - 1680 - 2 - 02CH010576 - 2018-07-01 - 2021-06-30 - CH - Virgin Island Department of Human Services - Active - F2342 - L2342 - 2342@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - 894 - - - - - - 10233 - 425 - 4 - 04CH010562 - 2018-07-01 - 2023-06-30 - CH - Mobile Community Action Inc. - Active - F13740 - L13740 - 13740@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - 971 - 140 - - - - - 10235 - 3608 - 9 - 09CH010558 - 2018-07-01 - 2023-06-30 - CH - Hacienda-La Puente Unified School District - Active - F47463 - L47463 - 47463@hsesinfo.org - F49585 - L49585 - 49585@hsesinfo.org - 329 - - - - - - 10236 - 1648 - 9 - 09CH010572 - 2018-07-01 - 2023-06-30 - CH - Yolo County Office of Education - Active - F2334 - L2334 - 2334@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - 247 - 88 - - - - - 10237 - 684 - 9 - 09CH010587 - 2018-07-01 - 2023-06-30 - CH - Neighborhood House Association - Active - F47463 - L47463 - 47463@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - 5366 - 1292 - - - - - 10238 - 225 - 3 - 03CH010583 - 2018-07-01 - 2023-06-30 - CH - Family Services, Inc. - Active - F14907 - L14907 - 14907@hsesinfo.org - F47017 - L47017 - 47017@hsesinfo.org - - 124 - - - - - 10239 - 832 - 5 - 05CH010580 - 2018-07-01 - 2023-06-30 - CH - Genesee County - Active - F49521 - L49521 - 49521@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - 424 - 335 - - - - - 10240 - 1471 - 3 - 03CH010575 - 2018-07-01 - 2023-06-30 - CH - Jefferson-Clarion Head Start, Inc. - Active - F49609 - L49609 - 49609@hsesinfo.org - F44345 - L44345 - 44345@hsesinfo.org - 216 - 84 - 46 - - - - 10241 - 147 - 3 - 03CH010569 - 2018-07-01 - 2023-06-30 - CH - York, County of - Active - F14907 - L14907 - 14907@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - 117 - - - - - - 10242 - 1911 - 3 - 03CH010581 - 2018-07-01 - 2023-06-30 - CH - Clinch Valley Community Action, Inc. - Active - F14907 - L14907 - 14907@hsesinfo.org - F47017 - L47017 - 47017@hsesinfo.org - 167 - 10 - - - - - 10243 - 295 - 1 - 01CH010582 - 2018-07-01 - 2023-06-30 - CH - The Opportunity Alliance - Active - F14152 - L14152 - 14152@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - 197 - 75 - - - - - 10244 - 858 - 6 - 06CH010593 - 2018-07-01 - 2023-06-30 - CH - Paris Independent School District - Active - F2179 - L2179 - 2179@hsesinfo.org - F2207 - L2207 - 2207@hsesinfo.org - 208 - - - - - - 10245 - 1336 - 3 - 03CH010585 - 2018-07-01 - 2023-06-30 - CH - Children's Center, The - Active - F2402 - L2402 - 2402@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - 256 - - - - - 10246 - 1731 - 3 - 03CH010570 - 2018-07-01 - 2023-06-30 - CH - Orange County Public Schools - Active - F49609 - L49609 - 49609@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - 118 - 46 - - - - - 10247 - 1406 - 3 - 03CH010584 - 2018-07-01 - 2023-06-30 - CH - Greenbrier County Board of Education - Active - F49609 - L49609 - 49609@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - 144 - - - - - - 10248 - 441 - 3 - 03CH010590 - 2018-07-01 - 2023-06-30 - CH - Monroe County Board of Education - Active - F46529 - L46529 - 46529@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - 59 - 40 - - - - - 10249 - 1152 - 4 - 04CH010588 - 2018-07-01 - 2023-06-30 - CH - Baldwin County School District - Active - F13510 - L13510 - 13510@hsesinfo.org - F45392 - L45392 - 45392@hsesinfo.org - 210 - - - - - - 10250 - 502 - 4 - 04CH010592 - 2018-07-01 - 2023-06-30 - CH - Northern Kentucky Community Action Commission, Incorporated - Active - F2001 - L2001 - 2001@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - 450 - - - - - - 10251 - 737 - 3 - 03CH010591 - 2018-07-01 - 2023-06-30 - CH - Board of Public Education School District of Pittsburgh (Inc) - Active - F46529 - L46529 - 46529@hsesinfo.org - F47017 - L47017 - 47017@hsesinfo.org - 1055 - 108 - 224 - - - - 10252 - 876 - 3 - 03CH010594 - 2018-07-01 - 2023-06-30 - CH - Associated Catholic Charities Inc. - Active - F49609 - L49609 - 49609@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - - 60 - - - - - 10253 - 1791 - 3 - 03CH010589 - 2018-07-01 - 2023-06-30 - CH - Community Action Partnership of Mercer County Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F49361 - L49361 - 49361@hsesinfo.org - 313 - 66 - 93 - - - - 10254 - 7660 - 6 - 06CH010586 - 2018-07-01 - 2023-06-30 - CH - St. Landry Parish Parish School Board Consolidated School District 1 - Active - F48667 - L48667 - 48667@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - 664 - 124 - - - - - 10257 - 417 - 6 - 06CH010596 - 2018-07-01 - 2023-06-30 - CH - Help - New Mexico, Inc. - Active - F45391 - L45391 - 45391@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - 319 - 88 - - - - - 10263 - 1252 - 9 - 09CH010599 - 2018-08-01 - 2023-07-31 - CH - El Nido Family Centers - Active - F37822 - L37822 - 37822@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - 144 - - - - - 10264 - 1899 - 2 - 02CH010598 - 2018-08-01 - 2023-07-31 - CH - Cardinal McCloskey School and Home for Children - Active - F2340 - L2340 - 2340@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - 942 - 120 - - - - - 10265 - 201 - 7 - 07CH010603 - 2018-08-01 - 2023-07-31 - CH - Unified School District #233 - Active - F45391 - L45391 - 45391@hsesinfo.org - F45048 - L45048 - 45048@hsesinfo.org - 180 - - - - - - 10266 - 671 - 7 - 07CH010610 - 2018-08-01 - 2023-07-31 - CH - Mid America Regional Council - Active - F45391 - L45391 - 45391@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - 1811 - 480 - - - - - 10267 - 553 - 7 - 07CH010614 - 2018-08-01 - 2023-07-31 - CH - Community Action Partnership of Mid Nebraska - Active - F2256 - L2256 - 2256@hsesinfo.org - F47025 - L47025 - 47025@hsesinfo.org - 338 - 48 - - - - - 10268 - 1658 - 3 - 03CH010600 - 2018-08-01 - 2023-07-31 - CH - Franklin County Head Start Program, Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F44345 - L44345 - 44345@hsesinfo.org - 279 - 72 - 30 - - - - 10269 - 489 - 6 - 06CH010607 - 2018-08-01 - 2023-07-31 - CH - Texarkana Special Education Center, Inc. - Active - F2179 - L2179 - 2179@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - - 72 - - - - - 10270 - 1892 - 10 - 10CH010609 - 2018-08-01 - 2023-07-31 - CH - Head Start of Yamhill County - Active - F43149 - L43149 - 43149@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - 83 - 110 - 237 - - - - 10271 - 7664 - 4 - 04HP000117 - 2018-08-01 - 2020-07-31 - HP - South Carolina Association of Community Action Partnerships - Inactive - F48070 - L48070 - 48070@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - - - - - - - 10272 - 625 - 11 - 90CI009978 - 2018-08-01 - 2023-07-31 - CI - Confederated Salish and Kootenai Tribes - Active - F33086 - L33086 - 33086@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - 177 - 40 - - - - - 10273 - 696 - 2 - 02CH010605 - 2018-08-01 - 2023-07-31 - CH - Economic Opportunity Program of Chemung County, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - 216 - 89 - - - - - 10274 - 825 - 3 - 03CH010608 - 2018-08-01 - 2023-07-31 - CH - Stafford County School District - Active - F46529 - L46529 - 46529@hsesinfo.org - F43578 - L43578 - 43578@hsesinfo.org - 251 - 28 - - - - - 10275 - 1192 - 9 - 09CH010601 - 2018-08-01 - 2023-07-31 - CH - Northcoast Children's Services - Active - F2334 - L2334 - 2334@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - 344 - 198 - - - - - 10276 - 1576 - 5 - 05CH010617 - 2018-08-01 - 2023-07-31 - CH - Parent & Child Together for West Central Illinois - Active - F49521 - L49521 - 49521@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - 150 - 176 - - - - - 10277 - 1370 - 5 - 05CH010616 - 2018-08-01 - 2023-07-31 - CH - City of Rockford - Active - F13544 - L13544 - 13544@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - 534 - 146 - - - - - 10278 - 1177 - 5 - 05CH010613 - 2018-08-01 - 2023-07-31 - CH - Peoria Citizens Committee for Economic Opportunity, Inc. - Active - F48866 - L48866 - 48866@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - 585 - 111 - - - - - 10279 - 889 - 5 - 05CH010619 - 2018-08-01 - 2023-07-31 - CH - Community Action of Southern Indiana, Inc. - Active - F42090 - L42090 - 42090@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - 250 - 72 - - - - - 10280 - 232 - 5 - 05CH010620 - 2018-08-01 - 2023-07-31 - CH - Lincoln Hills Development Corp - Active - F14214 - L14214 - 14214@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - 291 - 80 - - - - - 10281 - 3545 - 5 - 05CH010612 - 2018-08-01 - 2023-07-31 - CH - Washtenaw Intermediate School District - Active - F48866 - L48866 - 48866@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - 427 - 36 - - - - - 10282 - 3543 - 5 - 05CH010618 - 2018-08-01 - 2023-07-31 - CH - Genesee Intermediate School District - Active - F44271 - L44271 - 44271@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - 1288 - 48 - - - - - 10283 - 727 - 5 - 05CH010611 - 2018-08-01 - 2023-07-31 - CH - Miami Valley Child Development Centers, Inc. - Active - F44271 - L44271 - 44271@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - 1889 - 430 - - - - - 10284 - 307 - 5 - 05CH010615 - 2018-08-01 - 2023-07-31 - CH - Ohio Heartland Community Action Commission - Active - F49521 - L49521 - 49521@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - 555 - 80 - - - - - 10285 - 1484 - 6 - 06CH010621 - 2018-08-01 - 2023-07-31 - CH - Greenville Independent School District - Active - F2179 - L2179 - 2179@hsesinfo.org - F49133 - L49133 - 49133@hsesinfo.org - 161 - - - - - - 10286 - 1915 - 9 - 09CH010604 - 2018-08-01 - 2023-07-31 - CH - American Samoa Department of Education - Active - F37822 - L37822 - 37822@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - 1332 - - - - - - 10287 - 1366 - 2 - 02CH010623 - 2018-09-01 - 2023-08-31 - CH - Municipality of Barceloneta - Active - F15514 - L15514 - 15514@hsesinfo.org - F48411 - L48411 - 48411@hsesinfo.org - - 88 - - - - - 10288 - 1038 - 2 - 02CH010625 - 2018-09-01 - 2023-08-31 - CH - Municipality of Sabana Grande - Active - F42299 - L42299 - 42299@hsesinfo.org - F48411 - L48411 - 48411@hsesinfo.org - - 46 - - - - - 10289 - 986 - 11 - 90CI009977 - 2018-09-01 - 2023-08-31 - CI - Sault Ste. Marie Tribe of Chippewa Indians - Active - F39730 - L39730 - 39730@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - 80 - 43 - - - - - 10290 - 355 - 4 - 04CH010624 - 2018-08-01 - 2023-07-31 - CH - Greene Lamp Inc. - Active - F2001 - L2001 - 2001@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - 311 - - - - - - 10291 - 1912 - 9 - 09CH010606 - 2018-08-01 - 2023-07-31 - CH - Palau Community Action Agency - Active - F37822 - L37822 - 37822@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - 350 - - - - - - 10292 - 614 - 3 - 03CH010622 - 2018-08-01 - 2023-07-31 - CH - Reginald S. Lourie Center for Infants & Young Children - Active - F46529 - L46529 - 46529@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - 153 - 47 - - - - - 10293 - 271 - 8 - 08CH010627 - 2018-09-01 - 2023-08-31 - CH - Action Inc. - Active - F47409 - L47409 - 47409@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - 186 - - - - - - 10294 - 1010 - 1 - 01CH010602 - 2018-08-01 - 2023-07-31 - CH - Southern New Hampshire Services Inc. - Active - F2300 - L2300 - 2300@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - 432 - 102 - - - - - 10295 - 1922 - 4 - 04CH010634 - 2018-08-01 - 2023-07-31 - CH - Chesterfield-Marlboro Counties Economic Opportunity Council - Active - F33579 - L33579 - 33579@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - 469 - - - - - - 10296 - 1229 - 3 - 03CH010626 - 2018-08-01 - 2023-07-31 - CH - Fayette County Child Development Center - Active - F14907 - L14907 - 14907@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - 230 - 48 - - - - - 10297 - 1402 - 4 - 04CH010628 - 2018-08-01 - 2023-07-31 - CH - Lutheran Services Florida, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - 1342 - 172 - - - - - 10298 - 1881 - 3 - 03CH010631 - 2018-08-01 - 2023-07-31 - CH - The Improvement Association - Active - F14907 - L14907 - 14907@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - 228 - - - - - - 10299 - 7665 - 3 - 03CH010635 - 2018-08-01 - 2023-07-31 - CH - Easter Seals Serving DC|MD|VA - Active - F49609 - L49609 - 49609@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - 162 - 56 - - - - - 10300 - 316 - 3 - 03CH010630 - 2018-08-01 - 2023-07-31 - CH - Richmond City Public Schools - Active - F49609 - L49609 - 49609@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - 850 - 56 - - - - - 10306 - 1605 - 13 - 90CH010683 - 2018-08-01 - 2020-12-31 - CH - CDI HS/Hartford and Middlesex Counties, CT - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - - - - - - - 10307 - 402 - 4 - 04CH010633 - 2018-08-01 - 2023-07-31 - CH - Singing River Educational Association - Active - F2065 - L2065 - 2065@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - 100 - 24 - - - - - 10308 - 7667 - 6 - 06CH010636 - 2018-08-01 - 2023-07-31 - CH - Hitchcock Independent School District - Active - F43271 - L43271 - 43271@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - 220 - - - - - - 10309 - 1373 - 6 - 06CH010637 - 2018-09-01 - 2023-08-31 - CH - AVANCE-San Antonio, Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F2193 - L2193 - 2193@hsesinfo.org - 762 - - - - - - 10322 - 1260 - 8 - 08CH010641 - 2018-09-01 - 2023-08-31 - CH - Wyoming Child & Family Development, Inc. - Active - F3032 - L3032 - 3032@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - 474 - 175 - - - - - 10323 - 909 - 4 - 04CH010629 - 2018-08-01 - 2024-02-29 - CH - Community Action Partnership of North Alabama, Inc. - Active - F2001 - L2001 - 2001@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - 1050 - 88 - - - - - 10324 - 1095 - 4 - 04CH010632 - 2018-08-01 - 2023-07-31 - CH - Highland Rim Economic Corporation - Active - F46632 - L46632 - 46632@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - 230 - - - - - - 10325 - 327 - 8 - 08CH010644 - 2018-09-01 - 2023-08-31 - CH - Developmental Opportunities Inc. - Active - F3032 - L3032 - 3032@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - - 75 - - - - - 10326 - 1793 - 8 - 08CH010645 - 2018-09-01 - 2023-08-31 - CH - Durango 4 C Council Inc. - Active - F3064 - L3064 - 3064@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - 202 - 56 - - - - - 10327 - 518 - 8 - 08CH010646 - 2018-09-01 - 2023-08-31 - CH - Housing, Industry, Training, Inc. - Active - F3032 - L3032 - 3032@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - 118 - - - - - - 10328 - 660 - 3 - 03CH010640 - 2018-08-01 - 2023-07-31 - CH - Community Action Partnership of Lancaster County Inc. - Active - F14907 - L14907 - 14907@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - 446 - 48 - 136 - - - - 10329 - 1088 - 3 - 03CH010643 - 2018-08-01 - 2023-07-31 - CH - Community Progress Council, Inc. - Active - F14907 - L14907 - 14907@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - 403 - 8 - 120 - - - - 10330 - 514 - 9 - 09CH010642 - 2018-09-01 - 2023-08-31 - CH - Shasta County Head Start Child Development, Inc. - Active - F37822 - L37822 - 37822@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - 406 - 304 - - - - - 10331 - 598 - 11 - 90CI009979 - 2018-09-01 - 2023-08-31 - CI - White Earth Band of Chippewa Indians - Active - F33086 - L33086 - 33086@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - 123 - 38 - - - - - 10332 - 875 - 3 - 03CH010639 - 2018-08-01 - 2023-07-31 - CH - Southern Maryland Tri-County Community Action Committee, Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - 68 - 32 - - - - - 10333 - 1211 - 3 - 03CH010647 - 2018-08-01 - 2023-07-31 - CH - Private Industry Council of Westmoreland/Fayette, Incor - Active - F2402 - L2402 - 2402@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - 405 - 32 - 16 - - - - 10334 - 1561 - 3 - 03CH010638 - 2018-08-01 - 2023-07-31 - CH - Nicholas Community Action Partnership Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F44345 - L44345 - 44345@hsesinfo.org - 122 - - - - - - 10335 - 651 - 9 - 09CH010651 - 2018-09-01 - 2023-08-31 - CH - Child-Parent Centers, Inc. - Active - F14155 - L14155 - 14155@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - 2281 - 462 - - - - - 10336 - 1825 - 6 - 06CH010657 - 2018-09-01 - 2023-08-31 - CH - Newton County Special Services - Active - F2185 - L2185 - 2185@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - - 52 - - - - - 10337 - 3661 - 2 - 02CH010650 - 2018-09-01 - 2023-08-31 - CH - Chinese Community Concerns Corporation, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F48109 - L48109 - 48109@hsesinfo.org - 96 - - - - - - 10338 - 4374 - 2 - 02CH010649 - 2018-09-01 - 2023-08-31 - CH - Fort George Community Enrichment Center, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - 50 - 50 - - - - - 10339 - 751 - 4 - 04CH010653 - 2018-09-01 - 2023-08-31 - CH - Choanoke Area Development Association Of North Carolina, Incorporated - Active - F2001 - L2001 - 2001@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - 516 - 86 - - - - - 10340 - 165 - 6 - 06CH010656 - 2018-09-01 - 2023-08-31 - CH - Nueces County Community Action Agency - Active - F2179 - L2179 - 2179@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - 563 - 362 - - - - - 10341 - 736 - 6 - 06CH010655 - 2018-09-01 - 2023-08-31 - CH - Region X Education Service Center - Active - F45654 - L45654 - 45654@hsesinfo.org - F49133 - L49133 - 49133@hsesinfo.org - 952 - 168 - - - - - 10343 - 1734 - 2 - 02CH010659 - 2018-09-01 - 2023-08-31 - CH - Project Social Care Head Start, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - 102 - 72 - - - - - 10344 - 606 - 2 - 02CH010661 - 2018-09-01 - 2023-08-31 - CH - Educational Alliance, Inc., The - Inactive - F2340 - L2340 - 2340@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - - - - - - - 10345 - 3644 - 2 - 02CH010660 - 2018-09-01 - 2023-08-31 - CH - Bedford Stuyvesant Early Childhood Development Center - Active - F2340 - L2340 - 2340@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - 350 - - - - - - 10346 - 272 - 6 - 06CH010663 - 2018-09-01 - 2023-08-31 - CH - ChildCareGroup - Active - F13320 - L13320 - 13320@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - - 192 - - - - - 10347 - 411 - 9 - 09CH010652 - 2018-09-01 - 2023-08-31 - CH - Northern California Child Development Inc. - Active - F37822 - L37822 - 37822@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - 197 - 115 - - - - - 10348 - 1720 - 4 - 04CH010666 - 2018-09-01 - 2023-08-31 - CH - Clarke County School District - Active - F2001 - L2001 - 2001@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - 142 - 164 - - - - - 10349 - 1943 - 6 - 06CH010670 - 2018-09-01 - 2023-08-31 - CH - Mid-West New Mexico Community Action Program - Active - F48667 - L48667 - 48667@hsesinfo.org - F41654 - L41654 - 41654@hsesinfo.org - 667 - 56 - - - - - 10350 - 142 - 2 - 02CH010662 - 2018-09-01 - 2023-08-31 - CH - Broadway Housing Communities, Inc. - Active - F47557 - L47557 - 47557@hsesinfo.org - F47389 - L47389 - 47389@hsesinfo.org - 68 - - - - - - 10351 - 319 - 6 - 06CH010664 - 2018-09-01 - 2023-08-31 - CH - Community Action, Inc. of Central Texas - Active - F23929 - L23929 - 23929@hsesinfo.org - F2193 - L2193 - 2193@hsesinfo.org - 362 - 171 - - - - - 10352 - 589 - 11 - 90CI009980 - 2018-09-01 - 2023-08-31 - CI - Confederated Tribes of the Chehalis Reservation - Active - F47779 - L47779 - 47779@hsesinfo.org - F15469 - L15469 - 15469@hsesinfo.org - 49 - 35 - - - - - 10354 - 1956 - 5 - 05CH010665 - 2018-09-01 - 2023-08-31 - CH - County of Macomb - Active - F43414 - L43414 - 43414@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - 842 - 92 - - - - - 10355 - 1146 - 12 - 90CM009827 - 2018-09-01 - 2023-01-31 - CM - NYS Federation of Growers & Processors Associations Inc. - Active - F39730 - L39730 - 39730@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - 304 - - - - - - 10356 - 697 - 3 - 03CH010648 - 2018-09-01 - 2023-08-31 - CH - Children's Hospital of Philadelphia - Active - F46529 - L46529 - 46529@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - - 136 - - - - - 10357 - 1218 - 4 - 04CH010668 - 2018-09-01 - 2023-08-31 - CH - South Central Human Resource Agency - Active - F33579 - L33579 - 33579@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - 601 - 40 - - - - - 10358 - 912 - 5 - 05CH010678 - 2018-09-01 - 2020-11-29 - CH - East Central Illinois Community Action Agency - Inactive - F13544 - L13544 - 13544@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - - - - - - - 10359 - 1161 - 4 - 04CH010675 - 2018-09-01 - 2023-08-31 - CH - Williamstown BOE Head Start - Active - F13740 - L13740 - 13740@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - 100 - - - - - - 10360 - 7676 - 6 - 06CH010674 - 2018-09-01 - 2023-08-31 - CH - ARVAC, Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - 436 - 232 - - - - - 10361 - 1449 - 8 - 08CH010681 - 2018-09-01 - 2023-06-30 - CH - Monte Vista Community Center Incorporated - Active - F3064 - L3064 - 3064@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - 64 - - - - - - 10362 - 459 - 4 - 04CH010658 - 2018-09-01 - 2023-08-31 - CH - Early Education and Care Inc. - Active - F33579 - L33579 - 33579@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - 391 - 196 - - - - - 10363 - 692 - 4 - 04CH010679 - 2018-09-01 - 2023-08-31 - CH - Fort Valley State University - Active - F13740 - L13740 - 13740@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - 315 - - - - - - 10364 - 282 - 6 - 06CH010676 - 2018-09-01 - 2023-08-31 - CH - St. Mary Community Action Agency, Inc. - Active - F13320 - L13320 - 13320@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - 600 - - - - - - 10365 - 160 - 6 - 06CH010677 - 2018-09-01 - 2023-08-31 - CH - St. John the Baptist Parish School Board - Active - F2185 - L2185 - 2185@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - 170 - - - - - - 10366 - 1864 - 7 - 07CH010673 - 2018-09-01 - 2023-08-31 - CH - Head Start Child & Family Development Program Inc. - Active - F2256 - L2256 - 2256@hsesinfo.org - F47025 - L47025 - 47025@hsesinfo.org - 334 - 162 - - - - - 10367 - 1903 - 6 - 06CH010672 - 2018-09-01 - 2023-08-31 - CH - City of Albuquerque Early Head Start - Active - F23929 - L23929 - 23929@hsesinfo.org - F41654 - L41654 - 41654@hsesinfo.org - - 128 - - - - - 10369 - 1525 - 4 - 04CH010686 - 2018-09-01 - 2023-08-31 - CH - Moore Community House, Inc. - Active - F33579 - L33579 - 33579@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - - 104 - - - - - 10370 - 427 - 4 - 04CH010688 - 2018-09-01 - 2023-08-31 - CH - Paducah Independent School District - Active - F13510 - L13510 - 13510@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - 237 - - - - - - 10371 - 3741 - 6 - 06CH010687 - 2018-09-01 - 2023-08-31 - CH - BCFS Education Services - Active - F48667 - L48667 - 48667@hsesinfo.org - F28510 - L28510 - 28510@hsesinfo.org - 259 - 56 - - - - - 10372 - 7677 - 8 - 08CH010680 - 2018-09-01 - 2023-08-31 - CH - Brush School District RE-2J, Inc. - Active - F3064 - L3064 - 3064@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - 70 - - - - - - 10373 - 1699 - 9 - 09CH010682 - 2018-09-01 - 2023-06-30 - CH - Los Angeles County Office of Education - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - - - - - - - 10374 - 488 - 3 - 03CH010669 - 2018-09-01 - 2023-08-31 - CH - University of Delaware - Active - F14907 - L14907 - 14907@hsesinfo.org - F49361 - L49361 - 49361@hsesinfo.org - - 195 - - - - - 10375 - 891 - 9 - 09CH010654 - 2018-09-01 - 2023-08-31 - CH - Riverside County Office of Education - Active - F14155 - L14155 - 14155@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - 3131 - 240 - - - - - 10376 - 196 - 2 - 02CH010671 - 2018-09-01 - 2023-08-31 - CH - B'Above Worldwide Institute Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F48564 - L48564 - 48564@hsesinfo.org - 34 - 56 - - - - - 10377 - 120 - 3 - 03CH010684 - 2018-09-30 - 2023-09-29 - CH - University of Pittsburgh - Active - F49609 - L49609 - 49609@hsesinfo.org - F49621 - L49621 - 49621@hsesinfo.org - - 310 - - - - - 10379 - 1605 - 13 - 90CH010692 - 2018-09-01 - 2023-08-31 - CH - CDI HS/Frederick and Clarke Counties, VA - Inactive - F33086 - L33086 - 33086@hsesinfo.org - F48422 - L48422 - 48422@hsesinfo.org - - - - - - - 10381 - 1411 - 9 - 09CH010710 - 2018-11-01 - 2020-10-31 - CH - Acelero, Inc. - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - - - - - - 10385 - 1132 - 6 - 06CH010690 - 2018-09-01 - 2023-08-31 - CH - Parent Child Incorporated - Active - F2179 - L2179 - 2179@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - 340 - 88 - - - - - 10386 - 3722 - 6 - 06CH010689 - 2018-09-01 - 2023-08-31 - CH - Family Service Association of San Antonio, Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - 986 - - - - - - 10387 - 1911 - 3 - 03CH010691 - 2018-09-01 - 2023-08-31 - CH - Clinch Valley Community Action, Inc. - Active - F14907 - L14907 - 14907@hsesinfo.org - F47017 - L47017 - 47017@hsesinfo.org - 170 - - - - - - 10388 - 1610 - 4 - 04CH010667 - 2018-09-30 - 2023-09-29 - CH - Talladega Clay Randolph Child Care Corporation - Active - F46251 - L46251 - 46251@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - 469 - 258 - - - - - 10398 - 783 - 9 - 09CH010693 - 2018-11-01 - 2023-10-31 - CH - Encompass Community Services - Active - F37822 - L37822 - 37822@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - 386 - 189 - - - - - 10399 - 540 - 1 - 01CH010695 - 2018-10-01 - 2023-09-30 - CH - Community Action Pioneer Valley, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F15627 - L15627 - 15627@hsesinfo.org - 318 - 120 - 0 - - - - 10400 - 1585 - 2 - 02CH010696 - 2018-11-01 - 2023-10-31 - CH - Community Action Planning Council of Jefferson County - Active - F2335 - L2335 - 2335@hsesinfo.org - F48300 - L48300 - 48300@hsesinfo.org - 275 - - - - - - 10401 - 717 - 5 - 05CH010697 - 2018-11-01 - 2023-10-31 - CH - Marshall Starke Development Center, Inc. - Active - F48866 - L48866 - 48866@hsesinfo.org - F48776 - L48776 - 48776@hsesinfo.org - 148 - 40 - - - - - 10402 - 1637 - 5 - 05CH010694 - 2018-11-01 - 2023-10-31 - CH - Child Development Council of Franklin County, Inc. - Active - F42090 - L42090 - 42090@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - 2168 - 120 - - - - - 10404 - 1605 - 13 - 90CH010727 - 2018-11-01 - 2020-10-31 - CH - CDI HS/Western Georgia, GA - Active - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - - - - - - - 10405 - 235 - 5 - 05CH010698 - 2018-11-01 - 2021-10-31 - CH - West Central Minnesota Communities Action, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - 0 - 0 - - - - - 10406 - 235 - 5 - 05CH010702 - 2018-11-01 - 2023-10-31 - CH - West Central Minnesota Communities Action, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - 298 - 70 - - - - - 10407 - 3421 - 4 - 04CH010701 - 2018-11-01 - 2023-10-31 - CH - Easter Seals North Georgia, Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - 1076 - 264 - - - - - 10408 - 242 - 5 - 05CH010706 - 2018-11-01 - 2023-10-31 - CH - Community Action Agency of South Central Michigan - Active - F2088 - L2088 - 2088@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - 689 - 106 - - - - - 10409 - 3546 - 5 - 05CH010699 - 2018-11-01 - 2023-10-31 - CH - Kalamazoo Regional Educational Service Agency - Active - F42090 - L42090 - 42090@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - 596 - - - - - - 10410 - 805 - 5 - 05CH010707 - 2018-11-01 - 2023-10-31 - CH - Pace Community Action Agency, Inc. - Active - F49521 - L49521 - 49521@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - 330 - 69 - - - - - 10411 - 1332 - 4 - 04CH010704 - 2018-10-01 - 2023-09-30 - CH - Cullman City Child Development Center - Active - F46632 - L46632 - 46632@hsesinfo.org - F46450 - L46450 - 46450@hsesinfo.org - 94 - - - - - - 10412 - 952 - 4 - 04CH010705 - 2018-11-01 - 2023-10-31 - CH - Wayne Action Group for Economic Solvency, Inc. - Active - F33579 - L33579 - 33579@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - 414 - 204 - - - - - 10413 - 1411 - 5 - 05CH010703 - 2018-11-01 - 2023-10-31 - CH - Acelero, Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F13894 - L13894 - 13894@hsesinfo.org - 439 - 80 - 10 - 16 - - - 10418 - 403 - 5 - 05CH010711 - 2018-11-01 - 2023-10-31 - CH - Trumbull Community Action Program, Inc. - Active - F2088 - L2088 - 2088@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - 603 - - - - - - 10419 - 821 - 10 - 10CH010714 - 2018-11-01 - 2023-10-31 - CH - Seattle School District #1 - Active - F14039 - L14039 - 14039@hsesinfo.org - F46991 - L46991 - 46991@hsesinfo.org - 357 - - - - - - 10420 - 1529 - 5 - 05CH010709 - 2018-11-01 - 2023-10-31 - CH - Baraga-Houghton-Keweenaw Child Development Board, Inc. - Active - F43414 - L43414 - 43414@hsesinfo.org - F49856 - L49856 - 49856@hsesinfo.org - 240 - 141 - - - - - 10421 - 1506 - 11 - 90CI009981 - 2018-11-01 - 2023-10-31 - CI - Inter-Tribal Council of Michigan, Inc. - Active - F25722 - L25722 - 25722@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - 242 - 150 - - - - - 10422 - 1053 - 5 - 05CH010700 - 2018-11-01 - 2023-10-31 - CH - Fremont Community Schools - Active - F42090 - L42090 - 42090@hsesinfo.org - F48776 - L48776 - 48776@hsesinfo.org - 187 - - - - - - 10423 - 463 - 10 - 10CH010717 - 2018-11-01 - 2023-10-31 - CH - Southern Oregon Child & Family Council, Inc. - Active - F48537 - L48537 - 48537@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - 355 - 159 - 555 - 9 - - - 10424 - 1667 - 10 - 10CH010715 - 2018-11-01 - 2023-10-31 - CH - Puget Sound Educational Service District - Active - F14039 - L14039 - 14039@hsesinfo.org - F45312 - L45312 - 45312@hsesinfo.org - 187 - - - - - - 10425 - 1016 - 1 - 01CH010712 - 2018-11-01 - 2023-10-31 - CH - South Shore Community Action Council, Inc. - Active - F2300 - L2300 - 2300@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - 266 - 80 - - - - - 10426 - 1617 - 6 - 06CH010720 - 2018-11-01 - 2023-10-31 - CH - Community Services Office, Inc. - Active - F13320 - L13320 - 13320@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - 239 - 80 - - - - - 10427 - 539 - 1 - 01CH010716 - 2018-11-01 - 2023-10-31 - CH - Holyoke, Chicopee, Springfield Head Start Inc. - Active - F42223 - L42223 - 42223@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - 755 - 40 - 54 - - - - 10428 - 1025 - 5 - 05CH010708 - 2018-11-01 - 2023-10-31 - CH - Alger Marquette Community Action Board - Active - F13544 - L13544 - 13544@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - 266 - 48 - - - - - 10429 - 1980 - 6 - 06CH010713 - 2018-11-01 - 2023-10-31 - CH - Community Action Resource and Development, Inc. - Active - F2185 - L2185 - 2185@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - 574 - 143 - - - - - 10430 - 464 - 10 - 10CH010719 - 2018-11-01 - 2023-10-31 - CH - Portland Public Schools - Active - F45193 - L45193 - 45193@hsesinfo.org - F48097 - L48097 - 48097@hsesinfo.org - 297 - - 463 - - - - 10431 - 359 - 1 - 01CH010718 - 2018-11-01 - 2023-10-31 - CH - Comprehensive Community Action, Inc. - Active - F42223 - L42223 - 42223@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - 174 - 20 - 8 - - - - 10432 - 859 - 4 - 04CH010722 - 2019-01-01 - 2023-12-31 - CH - Mississippi Action for Progress, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - 564 - 264 - - - - - 10433 - 386 - 11 - 90CI009982 - 2018-12-01 - 2023-11-30 - CI - Winnebago Tribe - Active - F39730 - L39730 - 39730@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - 90 - - - - - - 10434 - 1683 - 9 - 09CH010724 - 2018-12-01 - 2023-11-30 - CH - Options for Learning - Active - F14155 - L14155 - 14155@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - 690 - - - - - - 10435 - 1683 - 9 - 09CH010726 - 2018-12-01 - 2023-11-30 - CH - Options for Learning - Active - F14155 - L14155 - 14155@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - 455 - - - - - - 10436 - 209 - 9 - 09CH010723 - 2018-12-01 - 2023-11-30 - CH - Southwest Human Development - Active - F47463 - L47463 - 47463@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - 782 - 340 - - - - - 10437 - 1683 - 9 - 09CH010728 - 2018-12-01 - 2023-11-30 - CH - Options for Learning - Active - F14155 - L14155 - 14155@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - 739 - 154 - - - - - 10438 - 1498 - 8 - 08CH010729 - 2018-12-01 - 2023-11-30 - CH - Southeastern North Dakota Community Action Agency - Active - F3032 - L3032 - 3032@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - 309 - 52 - - - - - 10439 - 601 - 4 - 04CH010733 - 2018-12-01 - 2023-11-30 - CH - Tri-County Community Council, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - 203 - 36 - - - - - 10440 - 205 - 4 - 04CH010732 - 2018-12-01 - 2023-11-30 - CH - Mid-East Community Action Agency - Active - F13740 - L13740 - 13740@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - 240 - 124 - - - - - 10441 - 1062 - 4 - 04CH010730 - 2018-12-01 - 2023-11-30 - CH - Audubon Area Community Services, Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - 1595 - 325 - - - - - 10442 - 784 - 8 - 08CH010736 - 2018-12-01 - 2023-11-30 - CH - Family Star, Inc. - Active - F47409 - L47409 - 47409@hsesinfo.org - F3062 - L3062 - 3062@hsesinfo.org - - 115 - - - - - 10443 - 191 - 9 - 09CH010731 - 2018-12-01 - 2023-11-30 - CH - Sunrise Children's Foundation - Active - F2334 - L2334 - 2334@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - 258 - - - - - 10444 - 1071 - 2 - 02CH010735 - 2018-12-01 - 2023-11-30 - CH - Ulster County Community Action Committee, Inc. - Active - F2340 - L2340 - 2340@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - 223 - 32 - - - - - 10446 - 3427 - 11 - 90CI009983 - 2018-12-01 - 2023-11-30 - CI - Oneida Nation - Active - F15738 - L15738 - 15738@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - 108 - 60 - - - - - 10447 - 5462 - 3 - 03CH010737 - 2018-12-01 - 2023-11-30 - CH - Bradford Tioga Head Start Inc. - Active - F14907 - L14907 - 14907@hsesinfo.org - F49361 - L49361 - 49361@hsesinfo.org - 255 - 66 - 51 - - - - 10448 - 1335 - 2 - 02CH010738 - 2018-12-01 - 2023-11-30 - CH - Greater Bergen Community Action, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - 491 - 154 - - - - - 10449 - 1511 - 1 - 01CH010741 - 2018-12-01 - 2023-11-30 - CH - Northeast Kingdom Community Action, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - 168 - 99 - - - - - 10450 - 870 - 5 - 05CH010734 - 2018-12-01 - 2023-11-30 - CH - Cooperative Educational Service Agency No. 11 - Active - F3061 - L3061 - 3061@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - 388 - 251 - 0 - - - - 10451 - 1621 - 3 - 03CH010740 - 2018-12-01 - 2023-11-30 - CH - Augusta County School Board - Active - F49609 - L49609 - 49609@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - 254 - - - - - - 10452 - 200 - 4 - 04CH010739 - 2018-12-01 - 2023-11-30 - CH - Institute of Community Services, Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F46450 - L46450 - 46450@hsesinfo.org - 160 - - - - - - 10453 - 1288 - 5 - 05CH010744 - 2018-12-01 - 2023-11-30 - CH - Family Forum, Inc. - Active - F43414 - L43414 - 43414@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - 330 - 100 - - - - - 10454 - 5941 - 5 - 05CH010742 - 2018-12-01 - 2020-06-30 - CH - Brightside Academy Ohio LLC - Inactive - F2088 - L2088 - 2088@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - - - - - - - 10455 - 1090 - 6 - 06CH010743 - 2018-12-01 - 2023-11-30 - CH - Little Dixie Community Action Agency, Inc. - Active - F45654 - L45654 - 45654@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - 429 - 48 - - - - - 10456 - 710 - 4 - 04CH010721 - 2019-01-01 - 2023-12-31 - CH - Community Action Council for Lexington-Fayette, Bourbon, Harrison & Nicholas Counties Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - 595 - 130 - - - - - 10457 - 1746 - 6 - 06CH010745 - 2018-12-01 - 2023-11-30 - CH - Rolling Plains Management Corporation - Active - F13320 - L13320 - 13320@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - 294 - - - - - - 10458 - 218 - 9 - 09CH010746 - 2019-01-01 - 2023-12-31 - CH - Metropolitan Area Advisory Committee on Anti-Poverty of San Diego County, Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - 1209 - 502 - - - - - 10459 - 1834 - 2 - 02CH010750 - 2019-01-01 - 2023-12-31 - CH - Schoharie County Child Development Council, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - 115 - 85 - - - - - 10460 - 850 - 9 - 09CH010747 - 2019-01-01 - 2023-12-31 - CH - Spanish Speaking Unity Council - Active - F14155 - L14155 - 14155@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - 186 - 90 - - - - - 10461 - 1253 - 9 - 09CH010748 - 2019-01-01 - 2023-12-31 - CH - Venice Family Clinic - Active - F37822 - L37822 - 37822@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - 180 - - - - - 10464 - 3681 - 6 - 06CH010751 - 2018-12-01 - 2023-11-30 - CH - Texas City Independent School District - Active - F43271 - L43271 - 43271@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - 154 - - - - - - 10466 - 465 - 9 - 09CH010753 - 2019-01-01 - 2023-12-31 - CH - Child Care Resource Center, Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - 2337 - 184 - - - - - 10467 - 1702 - 7 - 07CH010755 - 2019-01-01 - 2023-12-31 - CH - Plattsmouth Community School District - Active - F47594 - L47594 - 47594@hsesinfo.org - F13558 - L13558 - 13558@hsesinfo.org - 100 - 10 - - - - - 10468 - 1744 - 2 - 02CH010752 - 2019-01-01 - 2023-12-31 - CH - Kiryas Joel Municipal Local Development - Active - F47557 - L47557 - 47557@hsesinfo.org - F47389 - L47389 - 47389@hsesinfo.org - 186 - 100 - - - - - 10469 - 970 - 7 - 07CH010749 - 2019-01-01 - 2023-12-31 - CH - East Missouri Action Agency - Active - F49091 - L49091 - 49091@hsesinfo.org - F13558 - L13558 - 13558@hsesinfo.org - 542 - - - - - - 10470 - 1573 - 10 - 10CH010756 - 2019-01-01 - 2023-12-31 - CH - Friends of Children & Families, Inc. - Active - F48537 - L48537 - 48537@hsesinfo.org - F45312 - L45312 - 45312@hsesinfo.org - 385 - 76 - - - - - 10471 - 3501 - 6 - 06CH010761 - 2019-01-01 - 2023-12-31 - CH - Arkansas Early Learning, Inc. - Active - F13320 - L13320 - 13320@hsesinfo.org - F49596 - L49596 - 49596@hsesinfo.org - 656 - 128 - - - - - 10472 - 4100 - 1 - 01CH010758 - 2019-01-01 - 2023-12-31 - CH - Lulac Head Start Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F32486 - L32486 - 32486@hsesinfo.org - 41 - 52 - 0 - - - - 10473 - 7680 - 6 - 06CH010757 - 2019-01-01 - 2023-12-31 - CH - Ascension DePaul Services - Active - F23929 - L23929 - 23929@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - 51 - 48 - - - - - 10474 - 404 - 2 - 02CH010764 - 2019-01-01 - 2023-12-31 - CH - Shira Association, Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F48109 - L48109 - 48109@hsesinfo.org - 68 - - - - - - 10475 - 1111 - 5 - 05CH010760 - 2019-01-01 - 2023-12-31 - CH - Community Action Program Commission of the Lancaster - Active - F2088 - L2088 - 2088@hsesinfo.org - F49668 - L49668 - 49668@hsesinfo.org - 180 - 112 - - - - - 10476 - 1339 - 2 - 02CH010765 - 2019-01-01 - 2023-12-31 - CH - Municipio de San German - Active - F15514 - L15514 - 15514@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - 72 - - - - - - 10477 - 351 - 11 - 90CI009984 - 2019-01-01 - 2023-12-31 - CI - Nooksack Indian Tribe - Active - F39730 - L39730 - 39730@hsesinfo.org - F45305 - L45305 - 45305@hsesinfo.org - 64 - - - - - - 10478 - 664 - 9 - 09CH010767 - 2019-01-01 - 2023-12-31 - CH - Volunteers of America of Los Angeles - Active - F2334 - L2334 - 2334@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - 1349 - 421 - - - - - 10479 - 1368 - 2 - 02CH010771 - 2019-01-01 - 2021-06-30 - CH - Mayaguez Municipality Head Start Program - Active - F2342 - L2342 - 2342@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - 1045 - - - - - - 10480 - 1589 - 8 - 08CH010770 - 2019-01-01 - 2023-12-31 - CH - South Central Child Development, Inc. - Active - F3064 - L3064 - 3064@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - 347 - - - - - - 10481 - 1403 - 4 - 04CH010769 - 2019-01-01 - 2023-12-31 - CH - Knoxville-Knox County Community Action Committee - Active - F46632 - L46632 - 46632@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - 743 - 144 - - - - - 10482 - 1385 - 8 - 08CH010766 - 2019-01-01 - 2023-12-31 - CH - Jefferson, County of - Active - F47409 - L47409 - 47409@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - 366 - - - - - - 10483 - 1036 - 2 - 02CH010773 - 2019-01-01 - 2023-12-31 - CH - Caguas Municipality - Active - F2342 - L2342 - 2342@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - 1064 - 176 - - - - - 10484 - 785 - 9 - 09CH010754 - 2019-01-01 - 2023-12-31 - CH - Foothill Family Service - Active - F2334 - L2334 - 2334@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - 174 - - - - - 10485 - 845 - 5 - 05CH010772 - 2019-01-01 - 2023-12-31 - CH - ADVOCAP, Inc. - Active - F42090 - L42090 - 42090@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - 242 - - 15 - - - - 10486 - 1108 - 5 - 05CH010759 - 2019-01-01 - 2023-12-31 - CH - Hancock Hardin Wyandot Putnam Community Action - Active - F2088 - L2088 - 2088@hsesinfo.org - F49668 - L49668 - 49668@hsesinfo.org - 328 - - - - - - 10487 - 241 - 5 - 05CH010768 - 2019-01-01 - 2023-12-31 - CH - Eight Community Action Program, Inc. - Active - F48866 - L48866 - 48866@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - 667 - 268 - - - - - 10488 - 597 - 5 - 05CH010775 - 2019-01-01 - 2023-12-31 - CH - Bauer Family Resources, Inc. - Active - F43414 - L43414 - 43414@hsesinfo.org - F47912 - L47912 - 47912@hsesinfo.org - 209 - 78 - - - - - 10489 - 1242 - 5 - 05CH010774 - 2019-01-01 - 2023-12-31 - CH - Ounce of Prevention Fund - Active - F44271 - L44271 - 44271@hsesinfo.org - F2121 - L2121 - 2121@hsesinfo.org - - 70 - - - - - 10490 - 792 - 1 - 01CH010781 - 2019-01-01 - 2023-12-31 - CH - Midcoast Maine Community Action - Active - F14152 - L14152 - 14152@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - 164 - 60 - - 0 - - - 10496 - 975 - 3 - 03CH010776 - 2019-01-01 - 2023-12-31 - CH - Pride in Logan County, Inc. - Active - F49609 - L49609 - 49609@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - 251 - - - - - - 10497 - 811 - 9 - 09CH010783 - 2019-01-01 - 2023-12-31 - CH - Human Services Association - Active - F37822 - L37822 - 37822@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - 380 - - - - - - 10498 - 973 - 3 - 03CH010763 - 2019-01-01 - 2023-12-31 - CH - Raleigh County Community Action Association, Inc. - Active - F49595 - L49595 - 49595@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - 316 - - - - - - 10499 - 1426 - 9 - 09CH010784 - 2019-01-01 - 2023-12-31 - CH - Dignity Health - Active - F37822 - L37822 - 37822@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - 272 - - - - - 10500 - 3609 - 3 - 03CH010762 - 2019-01-01 - 2023-12-31 - CH - Berks County Intermediate Unit 14 - Active - F14907 - L14907 - 14907@hsesinfo.org - F44345 - L44345 - 44345@hsesinfo.org - 610 - - 85 - - - - 10501 - 470 - 5 - 05CH010788 - 2019-01-01 - 2023-12-31 - CH - Prairie Five Community Action Council, Incorporated - Active - F49521 - L49521 - 49521@hsesinfo.org - F48776 - L48776 - 48776@hsesinfo.org - 175 - - - - - - 10502 - 308 - 5 - 05CH010787 - 2019-01-01 - 2023-12-31 - CH - Southern Seven Health Department - Active - F49521 - L49521 - 49521@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - 330 - 142 - - - - - 10503 - 868 - 5 - 05CH010779 - 2019-01-01 - 2023-12-31 - CH - B.C.M.W. Community Services, Inc. - Active - F14214 - L14214 - 14214@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - 354 - 28 - - - - - 10504 - 1812 - 9 - 09CH010862 - 2019-01-01 - 2023-12-31 - CH - Contra Costa County - Active - F14155 - L14155 - 14155@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - 1351 - 311 - - - - - 10505 - 186 - 10 - 10CH010789 - 2019-01-01 - 2023-12-31 - CH - United Community Action Network - Active - F47078 - L47078 - 47078@hsesinfo.org - F48097 - L48097 - 48097@hsesinfo.org - 115 - 56 - 217 - - - - 10506 - 1470 - 3 - 03CH010782 - 2019-01-01 - 2023-12-31 - CH - Mountainheart Community Services, Inc. - Active - F49595 - L49595 - 49595@hsesinfo.org - F44251 - L44251 - 44251@hsesinfo.org - 156 - 128 - - - - - 10507 - 1593 - 3 - 03CH010786 - 2019-01-01 - 2023-12-31 - CH - Child Advocates of Blair County, Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F49361 - L49361 - 49361@hsesinfo.org - 404 - - 110 - - - - 10508 - 758 - 10 - 10CH010785 - 2019-01-01 - 2023-12-31 - CH - Neighborhood House Incorporated - Active - F43149 - L43149 - 43149@hsesinfo.org - F47540 - L47540 - 47540@hsesinfo.org - - 75 - - - - - 10509 - 1712 - 3 - 03CH010790 - 2019-01-01 - 2023-12-31 - CH - Luzerne County Head Start, Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F47017 - L47017 - 47017@hsesinfo.org - 603 - 202 - 266 - - - - 10514 - 1204 - 11 - 90CI009985 - 2019-01-01 - 2023-12-31 - CI - Three Affiliated Tribes - Active - F3537 - L3537 - 3537@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - 163 - - - - - - 10515 - 752 - 12 - 90CM009828 - 2019-02-01 - 2021-01-31 - CM - Telamon Corporation - Active - F3537 - L3537 - 3537@hsesinfo.org - F39971 - L39971 - 39971@hsesinfo.org - 375 - - - - - - 10516 - 1352 - 2 - 02CH010797 - 2019-02-01 - 2024-01-31 - CH - United Academy Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F48564 - L48564 - 48564@hsesinfo.org - 160 - 16 - - - - - 10517 - 200 - 4 - 04CH010792 - 2019-02-01 - 2024-01-31 - CH - Institute of Community Services, Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F46450 - L46450 - 46450@hsesinfo.org - 3300 - 252 - - - - - 10518 - 607 - 2 - 02CH010795 - 2019-02-01 - 2024-01-31 - CH - Bank Street College of Education - Active - F47556 - L47556 - 47556@hsesinfo.org - F48411 - L48411 - 48411@hsesinfo.org - 68 - - - - - - 10519 - 1352 - 2 - 02CH010796 - 2019-02-01 - 2024-01-31 - CH - United Academy Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F48564 - L48564 - 48564@hsesinfo.org - 195 - 24 - - - - - 10520 - 1369 - 2 - 02CH010794 - 2019-02-01 - 2024-01-31 - CH - Community Action of Orleans and Genesee, Inc. - Active - F2340 - L2340 - 2340@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - 189 - 30 - - - - - 10521 - 1745 - 2 - 02CH010800 - 2019-02-01 - 2024-01-31 - CH - Quintana Baptist Church Head Start Program - Active - F2342 - L2342 - 2342@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - 264 - 106 - - - - - 10522 - 998 - 5 - 05CH010793 - 2019-02-01 - 2024-01-31 - CH - Community Action Program Inc. of Western Indiana - Active - F48866 - L48866 - 48866@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - 288 - 80 - - - - - 10523 - 3648 - 2 - 02CH010803 - 2019-02-01 - 2024-01-31 - CH - Y M & Y W H A of Williamsburg, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F47389 - L47389 - 47389@hsesinfo.org - 195 - - - - - - 10524 - 3647 - 2 - 02CH010802 - 2019-02-01 - 2024-01-31 - CH - Lenox Hill Neighborhood House, Inc. - Active - F47557 - L47557 - 47557@hsesinfo.org - F48411 - L48411 - 48411@hsesinfo.org - 141 - - - - - - 10525 - 990 - 2 - 02CH010801 - 2019-02-01 - 2024-01-31 - CH - Yeshiva Kehilath Yakove, Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F48411 - L48411 - 48411@hsesinfo.org - 403 - 56 - - - - - 10526 - 3643 - 2 - 02CH010805 - 2019-02-01 - 2024-01-31 - CH - Hudson Guild, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F32828 - L32828 - 32828@hsesinfo.org - 142 - - - - - - 10527 - 1726 - 2 - 02CH010799 - 2019-02-01 - 2024-01-31 - CH - Tri-County Community Action Agency Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - 759 - 188 - - - - - 10528 - 1705 - 2 - 02CH010807 - 2019-02-01 - 2024-01-31 - CH - Association to Benefit Children - Active - F47557 - L47557 - 47557@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - 175 - 72 - - - - - 10529 - 1605 - 13 - 90CH010834 - 2019-02-01 - 2020-12-31 - CH - CDI HS/Kittitas County, WA - Active - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - 105 - 54 - - - - - 10531 - 695 - 2 - 02CH010812 - 2019-02-01 - 2024-01-31 - CH - Action for a Better Community - Active - F2340 - L2340 - 2340@hsesinfo.org - F47389 - L47389 - 47389@hsesinfo.org - 859 - 254 - - - - - 10532 - 1772 - 2 - 02CH010813 - 2019-02-01 - 2024-01-31 - CH - Yeled V'Yalda Early Childhood Center, Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - 1344 - 398 - - - - - 10533 - 1237 - 8 - 08CH010808 - 2019-02-01 - 2024-01-31 - CH - Bear River Head Start - Active - F3032 - L3032 - 3032@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - 363 - 127 - - - - - 10534 - 3646 - 2 - 02CH010804 - 2019-02-01 - 2024-01-31 - CH - Catholic Charities Neighborhood Services, Inc. - Active - F2340 - L2340 - 2340@hsesinfo.org - F47389 - L47389 - 47389@hsesinfo.org - 962 - - - - - - 10535 - 244 - 8 - 08CH010810 - 2019-02-01 - 2024-01-31 - CH - Southern Utah University - Active - F3032 - L3032 - 3032@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - 383 - - - - - - 10536 - 1992 - 9 - 09CH010806 - 2019-02-01 - 2024-01-31 - CH - Volunteers of America - Southwest Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - 244 - - - - - 10537 - 1185 - 8 - 08CH010817 - 2019-02-01 - 2024-01-31 - CH - Inter Lakes Community Action Inc. - Active - F3032 - L3032 - 3032@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - 210 - 180 - - - - - 10538 - 605 - 2 - 02CH010818 - 2019-02-01 - 2024-01-31 - CH - Northside Center for Child Development - Active - F32488 - L32488 - 32488@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - 51 - 148 - - - - - 10539 - 1769 - 11 - 90CI009986 - 2019-02-01 - 2021-01-31 - CI - Colorado River Indian Tribes - Active - F15738 - L15738 - 15738@hsesinfo.org - F42301 - L42301 - 42301@hsesinfo.org - 183 - - - - - - 10540 - 1676 - 8 - 08CH010809 - 2019-02-01 - 2024-01-31 - CH - Iliff Community Center, Inc. - Active - F3032 - L3032 - 3032@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - 67 - - - - - - 10541 - 606 - 2 - 02CH010819 - 2019-02-01 - 2024-01-31 - CH - Educational Alliance, Inc., The - Active - F2340 - L2340 - 2340@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - 237 - 164 - - - - - 10542 - 4237 - 2 - 02CH010815 - 2019-02-01 - 2024-01-31 - CH - Child Development Center of the MMCC - Active - F47557 - L47557 - 47557@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - 232 - - - - - - 10543 - 1929 - 7 - 07CH010791 - 2019-02-01 - 2020-10-31 - CH - Sarpy County Cooperative Head Start - Inactive - F47594 - L47594 - 47594@hsesinfo.org - F13558 - L13558 - 13558@hsesinfo.org - - - - - - - 10544 - 1742 - 10 - 10CH010820 - 2019-02-01 - 2024-01-31 - CH - Clackamas County Children's Commission - Active - F43149 - L43149 - 43149@hsesinfo.org - F48097 - L48097 - 48097@hsesinfo.org - 177 - 86 - 436 - - - - 10545 - 1745 - 2 - 02CH010798 - 2019-02-01 - 2021-06-30 - CH - Quintana Baptist Church Head Start Program - Active - F2342 - L2342 - 2342@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - 387 - - - - - - 10546 - 742 - 2 - 02CH010816 - 2019-02-01 - 2024-01-31 - CH - Children's Aid Society, The - Active - F32488 - L32488 - 32488@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - - 75 - - - - - 10547 - 452 - 1 - 01CH010826 - 2019-02-01 - 2024-01-31 - CH - Communities United, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - 221 - 26 - 0 - - - - 10548 - 1320 - 10 - 10CH010811 - 2019-02-01 - 2024-01-31 - CH - Benton Franklin Head Start - Active - F47078 - L47078 - 47078@hsesinfo.org - F46991 - L46991 - 46991@hsesinfo.org - 387 - 60 - - - - - 10549 - 3561 - 5 - 05CH010823 - 2019-02-01 - 2020-01-31 - CH - The Centers for Families and Children - Inactive - F14214 - L14214 - 14214@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - - - - - - - 10550 - 722 - 5 - 05CH010828 - 2019-02-01 - 2024-01-31 - CH - Council for Economic Opportunities in Greater Cleveland - Active - F42090 - L42090 - 42090@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - 2528 - 225 - - - - - 10551 - 962 - 5 - 05CH010824 - 2019-02-01 - 2024-01-31 - CH - Butler County Educational Service Center - Active - F43414 - L43414 - 43414@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - 136 - - - - - - 10552 - 989 - 3 - 03CH010814 - 2019-02-01 - 2024-01-31 - CH - Tableland Services, Inc. - Active - F14907 - L14907 - 14907@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - 93 - 48 - 17 - - - - 10553 - 856 - 10 - 10CH010829 - 2019-02-01 - 2024-01-31 - CH - Children's Home Society of Washington - Active - F45193 - L45193 - 45193@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - 83 - 25 - - - - - 10554 - 856 - 10 - 10CH010827 - 2019-02-01 - 2024-01-31 - CH - Children's Home Society of Washington - Active - F45193 - L45193 - 45193@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - - 277 - - - - - 10557 - 1532 - 6 - 06CH010825 - 2019-02-01 - 2024-01-31 - CH - Community Action Program for Central Arkansas CAPCA - Active - F45654 - L45654 - 45654@hsesinfo.org - F15375 - L15375 - 15375@hsesinfo.org - 137 - 52 - - - - - 10558 - 724 - 6 - 06CH010822 - 2019-02-01 - 2024-01-31 - CH - Education Service Center Region 20 - Active - F2185 - L2185 - 2185@hsesinfo.org - F2193 - L2193 - 2193@hsesinfo.org - 480 - - - - - - 10559 - 3422 - 6 - 06CH010821 - 2019-02-01 - 2024-01-31 - CH - City of San Antonio - Active - F2185 - L2185 - 2185@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - 3020 - - - - - - 10561 - 3721 - 6 - 06CH010831 - 2019-02-01 - 2024-01-31 - CH - South San Antonio Independent School District - Active - F43271 - L43271 - 43271@hsesinfo.org - F2193 - L2193 - 2193@hsesinfo.org - 288 - - - - - - 10562 - 1360 - 6 - 06CH010830 - 2019-02-01 - 2024-01-31 - CH - Crossroads Youth & Family Services, Inc. - Active - F13320 - L13320 - 13320@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - 595 - 340 - - - - - 10563 - 1132 - 6 - 06CH010832 - 2019-02-01 - 2024-01-31 - CH - Parent Child Incorporated - Active - F2179 - L2179 - 2179@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - 476 - - - - - - 10564 - 1813 - 6 - 06CH010833 - 2019-02-01 - 2024-01-31 - CH - Cen-Tex Family Services, Inc. - Active - F45391 - L45391 - 45391@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - 307 - 114 - - - - - 10565 - 406 - 2 - 02CH010835 - 2019-03-01 - 2024-02-29 - CH - Albany County Opportunity, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F48564 - L48564 - 48564@hsesinfo.org - 474 - - - - - - 10566 - 1776 - 5 - 05CH010838 - 2019-03-01 - 2024-02-29 - CH - Wright County Community Action, Inc. - Active - F13544 - L13544 - 13544@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - 169 - 22 - - - - - 10567 - 1335 - 2 - 02CH010840 - 2019-03-01 - 2024-02-29 - CH - Greater Bergen Community Action, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - 429 - 72 - - - - - 10568 - 3437 - 5 - 05CH010836 - 2019-03-01 - 2024-02-29 - CH - Community Action Commission of Fayette County, Inc. - Active - F2088 - L2088 - 2088@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - 148 - 75 - - - - - 10569 - 1554 - 5 - 05CH010837 - 2019-03-01 - 2024-02-29 - CH - Kootasca Community Action, Inc. - Active - F2088 - L2088 - 2088@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - 200 - - - - - - 10570 - 1254 - 11 - 90CI009987 - 2019-03-01 - 2024-02-29 - CI - Confederated Tribes of Siletz Indians - Active - F15738 - L15738 - 15738@hsesinfo.org - F42301 - L42301 - 42301@hsesinfo.org - 112 - - - - - - 10571 - 981 - 12 - 90CM009829 - 2019-03-01 - 2024-02-29 - CM - Community Action Partnership of Western Nebraska - Active - F15738 - L15738 - 15738@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - 54 - - - - - - 10572 - 503 - 7 - 07CH010845 - 2019-03-01 - 2024-02-29 - CH - Upper Des Moines Opportunity Inc. - Active - F2256 - L2256 - 2256@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - 306 - 176 - - - - - 10573 - 1176 - 8 - 08CH010843 - 2019-03-01 - 2024-02-28 - CH - Salida School District R-32-J - Active - F47409 - L47409 - 47409@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - 56 - 56 - - - - - 10575 - 1548 - 5 - 05CH010847 - 2019-03-01 - 2024-02-29 - CH - Community Action of East Central Indiana, Inc. - Active - F48866 - L48866 - 48866@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - 306 - 72 - - - - - 10576 - 570 - 5 - 05CH010848 - 2019-03-01 - 2024-02-29 - CH - Allegan County Resource Development Committee, Inc. - Active - F2088 - L2088 - 2088@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - 247 - 78 - - - - - 10577 - 1300 - 4 - 04CH010842 - 2019-03-01 - 2024-02-29 - CH - Union County Community Action, Inc. - Inactive - F13740 - L13740 - 13740@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - - - - - - - 10578 - 1608 - 4 - 04CH010844 - 2019-03-01 - 2024-02-29 - CH - Alabama Council on Human Relations Inc. - Active - F13510 - L13510 - 13510@hsesinfo.org - F45392 - L45392 - 45392@hsesinfo.org - 344 - 168 - - - - - 10579 - 1191 - 9 - 09CH010839 - 2019-03-01 - 2024-02-29 - CH - Western Arizona Council of Governments - Active - F14155 - L14155 - 14155@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - 954 - 56 - - - - - 10580 - 1401 - 12 - 90CM009830 - 2019-03-01 - 2024-02-29 - CM - Central California Migrant Head Start Program - Active - F3537 - L3537 - 3537@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - 2601 - 56 - - - - - 10581 - 909 - 4 - 04CH010849 - 2019-03-01 - 2024-02-29 - CH - Community Action Partnership of North Alabama, Inc. - Active - F2001 - L2001 - 2001@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - 138 - 40 - - - - - 10582 - 1006 - 11 - 90CI009988 - 2019-03-01 - 2021-02-28 - CI - Kickapoo Tribe in Kansas - Active - F25722 - L25722 - 25722@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - 30 - 10 - - - - - 10583 - 1798 - 1 - 01CH010841 - 2019-03-01 - 2024-02-29 - CH - Manchester Board of Education - Active - F14152 - L14152 - 14152@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - 240 - - 15 - - - - 10585 - 1605 - 13 - 90CH010874 - 2019-04-01 - 2024-03-31 - CH - CDI/HS Cape Cod, MA - Active - F33086 - L33086 - 33086@hsesinfo.org - F48422 - L48422 - 48422@hsesinfo.org - 377 - - - - - - 10586 - 146 - 3 - 03CH010850 - 2019-03-01 - 2024-02-29 - CH - Monticello Area Community Action Agency - Active - F46529 - L46529 - 46529@hsesinfo.org - F44251 - L44251 - 44251@hsesinfo.org - 213 - - - - - - 10587 - 909 - 4 - 04CH010851 - 2019-03-01 - 2024-02-29 - CH - Community Action Partnership of North Alabama, Inc. - Active - F48070 - L48070 - 48070@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - - 40 - - - - - 10588 - 1098 - 7 - 07CH010852 - 2019-04-01 - 2024-03-31 - CH - East Central Kansas Economic Opportunity Corporation - Active - F49091 - L49091 - 49091@hsesinfo.org - F45048 - L45048 - 45048@hsesinfo.org - 264 - 133 - - - - - 10589 - 3501 - 6 - 06HP000118 - 2019-03-01 - 2024-02-29 - HP - Arkansas Early Learning, Inc. - Active - F13320 - L13320 - 13320@hsesinfo.org - F49596 - L49596 - 49596@hsesinfo.org - - 160 - - - - - 10590 - 654 - 4 - 04HP000129 - 2019-03-01 - 2024-02-29 - HP - Community Coordinated Care for Children, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - - 150 - - - - - 10591 - 1447 - 5 - 05CH010856 - 2019-04-01 - 2024-03-31 - CH - Tri-County Opportunities Council, Inc. - Active - F13544 - L13544 - 13544@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - 517 - 116 - - - - - 10593 - 7198 - 7 - 07HP000123 - 2019-03-01 - 2024-02-29 - HP - Nebraska Early Childhood Collaborative - Active - F49091 - L49091 - 49091@hsesinfo.org - F13558 - L13558 - 13558@hsesinfo.org - - 104 - - - - - 10594 - 1549 - 7 - 07HP000122 - 2019-03-01 - 2024-02-29 - HP - Community Opportunities, Incorporated - Active - F49507 - L49507 - 49507@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - - 64 - - - - - 10595 - 198 - 6 - 06HP000125 - 2019-01-01 - 2024-02-29 - HP - Central Texas 4C, Inc. - Active - F2179 - L2179 - 2179@hsesinfo.org - F13531 - L13531 - 13531@hsesinfo.org - - 56 - - - - - 10596 - 1617 - 6 - 06HP000120 - 2019-03-01 - 2024-02-29 - HP - Community Services Office, Inc. - Active - F13320 - L13320 - 13320@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - - 120 - - - - - 10597 - 617 - 6 - 06HP000119 - 2019-03-01 - 2024-02-29 - HP - Sunbeam Family Services, Inc. - Active - F2179 - L2179 - 2179@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - 160 - - - - - 10598 - 124 - 2 - 02CH010855 - 2019-04-01 - 2024-03-31 - CH - Fulmont Community Action Agency, Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - 285 - - - - - - 10599 - 204 - 11 - 90HI000022 - 2019-03-01 - 2024-02-29 - HI - ISWA Development Corporation - Active - F15738 - L15738 - 15738@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - - 32 - - - - - 10600 - 1438 - 11 - 90HI000021 - 2019-03-01 - 2024-02-29 - HI - Omaha Tribe of Nebraska - Active - F25722 - L25722 - 25722@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - - 19 - - - - - 10601 - 1556 - 9 - 09HP000144 - 2019-03-01 - 2024-02-29 - HP - Easter Seals Southern California, Inc. - Active - F14155 - L14155 - 14155@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - 116 - - - - - 10602 - 1079 - 5 - 05CH010858 - 2019-04-01 - 2024-03-31 - CH - The Community Action Program Corporation of Washington - Active - F2088 - L2088 - 2088@hsesinfo.org - F49668 - L49668 - 49668@hsesinfo.org - 205 - 40 - - - - - 10603 - 960 - 4 - 04HP000137 - 2019-03-01 - 2024-02-29 - HP - Mid Florida Community Services, Inc. - Active - F13510 - L13510 - 13510@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - - 120 - - - - - 10604 - 1174 - 4 - 04HP000141 - 2019-03-01 - 2024-02-29 - HP - McIntosh Trail Early Childhood Development Council, Inc., The - Active - F2001 - L2001 - 2001@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - - 40 - - - - - 10605 - 1614 - 9 - 09CH010861 - 2019-04-01 - 2024-03-31 - CH - Tulare, County of - Active - F37822 - L37822 - 37822@hsesinfo.org - F35663 - L35663 - 35663@hsesinfo.org - 1303 - 204 - - - - - 10606 - 7158 - 4 - 04HP000149 - 2019-03-01 - 2024-02-29 - HP - Early Learning Coalition of Palm Beach County, Inc. - Active - F48070 - L48070 - 48070@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - - 120 - - - - - 10607 - 484 - 4 - 04HP000151 - 2019-03-01 - 2024-02-29 - HP - Step-Up Suncoast, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - - 88 - - - - - 10608 - 1074 - 9 - 09HP000143 - 2019-03-01 - 2024-02-29 - HP - Child Start, Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - - 122 - - - - - 10609 - 438 - 5 - 05CH010860 - 2019-04-01 - 2024-03-31 - CH - Leads - Active - F43414 - L43414 - 43414@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - 403 - 96 - - - - - 10611 - 1371 - 4 - 04HP000158 - 2019-03-01 - 2024-02-29 - HP - Miami-Dade, County of - Active - F46251 - L46251 - 46251@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - - 552 - - - - - 10612 - 1023 - 8 - 08CH010865 - 2019-04-01 - 2024-03-31 - CH - Otero Junior College Foundation - Active - F3032 - L3032 - 3032@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - 342 - 114 - - - - - 10613 - 1544 - 4 - 04HP000132 - 2019-03-01 - 2024-02-29 - HP - Onslow County Partnership for Children, Inc. - Active - F2001 - L2001 - 2001@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - - 42 - - - - - 10614 - 1238 - 6 - 06HP000127 - 2019-03-01 - 2024-02-29 - HP - AVANCE - Houston, Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F12886 - L12886 - 12886@hsesinfo.org - - 169 - - - - - 10615 - 7222 - 4 - 04HP000169 - 2019-03-01 - 2024-02-29 - HP - Eckerd Youth Alternatives Inc. - Active - F13740 - L13740 - 13740@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - - 300 - - - - - 10616 - 1895 - 11 - 90HI000023 - 2019-03-01 - 2024-02-29 - HI - Cook Inlet Native Head Start - Active - F39730 - L39730 - 39730@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - 32 - - - - - 10617 - 486 - 12 - 90HM000011 - 2019-03-01 - 2024-02-29 - HM - Community Action Partnership of San Luis Obispo County, Inc. - Active - F15738 - L15738 - 15738@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - - 70 - - - - - 10618 - 7590 - 4 - 04HP000167 - 2019-03-01 - 2024-02-29 - HP - Le Jardin Community Center, Inc. - Active - F13740 - L13740 - 13740@hsesinfo.org - F46450 - L46450 - 46450@hsesinfo.org - - 160 - - - - - 10619 - 1463 - 7 - 07HP000152 - 2019-03-01 - 2024-02-29 - HP - Community Action Agency of Siouxland - Active - F48871 - L48871 - 48871@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - - 56 - - - - - 10620 - 901 - 4 - 04HP000154 - 2019-03-01 - 2024-02-29 - HP - Economic Improvement Council Inc. - Active - F2001 - L2001 - 2001@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - 288 - - - - - 10621 - 3441 - 9 - 09HP000134 - 2019-03-01 - 2024-02-29 - HP - Pacific Clinics - Active - F37822 - L37822 - 37822@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - - 209 - - - - - 10622 - 785 - 9 - 09HP000136 - 2019-03-01 - 2024-02-29 - HP - Foothill Family Service - Active - F2334 - L2334 - 2334@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - 130 - - - - - 10623 - 1699 - 9 - 09HP000131 - 2019-03-01 - 2024-06-30 - HP - Los Angeles County Office of Education - Active - F47463 - L47463 - 47463@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - - 319 - - - - - 10624 - 1215 - 5 - 05HP000139 - 2019-03-01 - 2024-02-29 - HP - Parents In Community Action, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - - 48 - - - - - 10625 - 218 - 9 - 09HP000130 - 2019-03-01 - 2024-02-29 - HP - Metropolitan Area Advisory Committee On Anti-Poverty of San Diego County Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - 64 - - - - - 10626 - 5822 - 9 - 09CH010854 - 2019-04-01 - 2024-03-31 - CH - Mission Neighborhood Centers, Inc. - Active - F47463 - L47463 - 47463@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - 280 - 82 - - - - - 10627 - 922 - 5 - 05CH010857 - 2019-04-01 - 2024-03-31 - CH - Arrowhead Economic Opportunity Agency, Inc. - Active - F2088 - L2088 - 2088@hsesinfo.org - F49668 - L49668 - 49668@hsesinfo.org - 226 - 85 - - - - - 10628 - 7682 - 9 - 09CH010777 - 2019-01-01 - 2023-12-31 - CH - Contra Costa County Community Services - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - - - - - - - 10629 - 5821 - 9 - 09CH010859 - 2019-04-01 - 2024-03-31 - CH - Kai Ming, Inc. - Active - F47463 - L47463 - 47463@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - 214 - 41 - - - - - 10630 - 1193 - 9 - 09CH010853 - 2019-04-01 - 2024-03-31 - CH - Child Development Resources of Ventura County, Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - 978 - 248 - - - - - 10631 - 1138 - 5 - 05HP000126 - 2019-03-01 - 2024-02-29 - HP - Renewal Unlimited, Inc. - Active - F14214 - L14214 - 14214@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - - 80 - - - - - 10632 - 658 - 2 - 02HP000148 - 2019-03-01 - 2024-02-29 - HP - The Child Center of NY - Active - F2335 - L2335 - 2335@hsesinfo.org - F48109 - L48109 - 48109@hsesinfo.org - - 100 - - - - - 10633 - 794 - 5 - 05HP000128 - 2019-03-01 - 2024-02-29 - HP - Great Lakes Community Action Partnership - Inactive - F2088 - L2088 - 2088@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - - - - - - - 10634 - 1323 - 4 - 04HP000165 - 2019-03-01 - 2024-02-29 - HP - Richland County First Steps - Active - F48070 - L48070 - 48070@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - 53 - - - - - 10635 - 1334 - 8 - 08HP000176 - 2019-03-01 - 2024-02-28 - HP - Ravalli Head Start, Inc. - Active - F47409 - L47409 - 47409@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - 33 - - - - - 10636 - 919 - 4 - 04HP000153 - 2019-03-01 - 2024-02-29 - HP - Redlands Christian Migrant Association - Active - F33579 - L33579 - 33579@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - - 96 - - - - - 10637 - 4530 - 8 - 08HP000174 - 2019-03-01 - 2024-02-28 - HP - Mile High Montessori Early Learning Centers - Active - F3064 - L3064 - 3064@hsesinfo.org - F3062 - L3062 - 3062@hsesinfo.org - - 60 - - - - - 10638 - 1901 - 4 - 04HP000171 - 2019-03-01 - 2024-02-29 - HP - Pee Dee Community Action Partnership - Active - F13740 - L13740 - 13740@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - 56 - - - - - 10639 - 1016 - 1 - 01HP000159 - 2019-03-01 - 2024-02-29 - HP - South Shore Community Action Council, Inc. - Active - F14155 - L14155 - 14155@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - - 32 - - - - - 10640 - 7634 - 5 - 05HP000147 - 2019-03-01 - 2024-02-29 - HP - Educare of West DuPage - Active - F42090 - L42090 - 42090@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - - 90 - - - - - 10641 - 861 - 1 - 01HP000155 - 2019-03-01 - 2024-02-29 - HP - Community Teamwork, Inc. - Active - F47611 - L47611 - 47611@hsesinfo.org - F28233 - L28233 - 28233@hsesinfo.org - - 54 - - - - - 10642 - 1497 - 5 - 05HP000135 - 2019-03-01 - 2024-02-29 - HP - Michigan Family Resources - Active - F43414 - L43414 - 43414@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - - 58 - - - - - 10643 - 3543 - 5 - 05HP000121 - 2019-03-01 - 2024-02-29 - HP - Genesee Intermediate School District - Active - F44271 - L44271 - 44271@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - - 72 - - - - - 10644 - 1982 - 5 - 05CH010863 - 2019-04-01 - 2024-03-31 - CH - Ashtabula County Community Action Agency - Active - F43414 - L43414 - 43414@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - 308 - 92 - - - - - 10645 - 221 - 10 - 10HP000164 - 2019-03-01 - 2024-02-29 - HP - Rural Alaska Community Action Program, Inc. - Active - F43149 - L43149 - 43149@hsesinfo.org - F2421 - L2421 - 2421@hsesinfo.org - - 52 - - - - - 10646 - 701 - 12 - 90CM009831 - 2019-04-01 - 2024-03-31 - CM - UMOS, Inc. - Active - F15738 - L15738 - 15738@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - 241 - 16 - - - - - 10647 - 7063 - 5 - 05HP000142 - 2019-03-01 - 2024-02-29 - HP - Young Women's Christian Association of Canton, Ohio - Active - F2088 - L2088 - 2088@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - 68 - - - - - 10648 - 710 - 12 - 90HM000012 - 2019-03-01 - 2024-02-29 - HM - Community Action Council for Lexington-Fayette, Bourbon, Harrison & Nicholas Counties Inc. - Active - F15738 - L15738 - 15738@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - - 24 - - - - - 10649 - 113 - 5 - 05HP000138 - 2019-03-01 - 2024-02-29 - HP - Champaign County - Active - F43414 - L43414 - 43414@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - - 90 - - - - - 10650 - 493 - 5 - 05HP000140 - 2019-03-01 - 2024-02-29 - HP - Northwest Michigan Community Action Agency, Inc. - Active - F2088 - L2088 - 2088@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - - 74 - - - - - 10651 - 407 - 10 - 10HP000182 - 2019-03-01 - 2024-02-29 - HP - CCS Early Learning - Active - F43149 - L43149 - 43149@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - - 32 - - - - - 10652 - 666 - 9 - 09HP000163 - 2019-03-01 - 2024-02-29 - HP - Community Action Partnership of Kern - Active - F47463 - L47463 - 47463@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - - 152 - - - - - 10653 - 1035 - 9 - 09HP000166 - 2019-03-01 - 2024-02-29 - HP - Institute for Human and Social Development, Inc. - Active - F47463 - L47463 - 47463@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - - 32 - - - - - 10654 - 1426 - 9 - 09HP000162 - 2019-03-01 - 2024-02-29 - HP - Dignity Health - Active - F37822 - L37822 - 37822@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - 41 - - - - - 10655 - 1535 - 1 - 01HP000156 - 2019-03-01 - 2024-02-29 - HP - Connecticut Institute for Communities, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F32486 - L32486 - 32486@hsesinfo.org - - 32 - - - - - 10656 - 328 - 1 - 01HP000179 - 2019-03-01 - 2024-02-29 - HP - Kennebec Valley Community Action Program - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - - 40 - - - - - 10657 - 179 - 9 - 09HP000160 - 2019-03-01 - 2024-02-29 - HP - Community Services Agency - Active - F2334 - L2334 - 2334@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - 139 - - - - - 10658 - 216 - 2 - 02HP000170 - 2019-03-01 - 2024-02-29 - HP - The Children's Home Society of New Jersey - Active - F2335 - L2335 - 2335@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - - 165 - - - - - 10659 - 3646 - 2 - 02HP000168 - 2019-03-01 - 2024-02-29 - HP - Catholic Charities Neighborhood Services, Inc. - Active - F2340 - L2340 - 2340@hsesinfo.org - F47389 - L47389 - 47389@hsesinfo.org - - 432 - - - - - 10660 - 1836 - 6 - 06HP000124 - 2019-03-01 - 2024-02-29 - HP - Tulsa Educare - Active - F45654 - L45654 - 45654@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - 150 - - - - - 10661 - 771 - 10 - 10HP000180 - 2019-03-01 - 2024-02-29 - HP - Mid-Willamette Valley Community Action Agency, Inc. - Active - F45193 - L45193 - 45193@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - - 52 - - - - - 10662 - 1939 - 8 - 08CH010864 - 2019-04-01 - 2024-03-31 - CH - The University of South Dakota - Active - F3064 - L3064 - 3064@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - 165 - 83 - - - - - 10663 - 229 - 6 - 06HP000181 - 2019-03-01 - 2024-02-29 - HP - Child Care Associates - Active - F2185 - L2185 - 2185@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - - 100 - - - - - 10664 - 856 - 10 - 10HP000178 - 2019-03-01 - 2024-02-29 - HP - Children's Home Society of Washington - Active - F45193 - L45193 - 45193@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - - 55 - - - - - 10665 - 7683 - 11 - 90HI000020 - 2019-03-01 - 2024-02-29 - HI - Squaxin Island Tribe - Active - F15738 - L15738 - 15738@hsesinfo.org - F15469 - L15469 - 15469@hsesinfo.org - - 35 - - - - - 10669 - 7004 - 8 - 08HP000175 - 2019-03-01 - 2024-02-29 - HP - Early Learning Ventures - Active - F3032 - L3032 - 3032@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - 110 - - - - - 10670 - 919 - 12 - 90HM000013 - 2019-03-01 - 2024-02-29 - HM - Redlands Christian Migrant Association - Active - F3537 - L3537 - 3537@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - - 48 - - - - - 10671 - 1551 - 5 - 05HP000150 - 2019-03-01 - 2024-02-29 - HP - City of Chicago - Active - F44271 - L44271 - 44271@hsesinfo.org - F2121 - L2121 - 2121@hsesinfo.org - - 200 - - - - - 10672 - 592 - 10 - 10HP000177 - 2019-03-01 - 2024-02-29 - HP - Western Idaho Community Action Partnership - Active - F43149 - L43149 - 43149@hsesinfo.org - F45312 - L45312 - 45312@hsesinfo.org - - 52 - - - - - 10673 - 891 - 12 - 90HM000014 - 2019-03-01 - 2024-02-29 - HM - Riverside County Office of Education - Active - F3537 - L3537 - 3537@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - - 50 - - - - - 10674 - 617 - 6 - 06CH010877 - 2019-04-01 - 2024-03-31 - CH - Sunbeam Family Services Inc. - Active - F2179 - L2179 - 2179@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - 120 - - - - - 10675 - 569 - 5 - 05HP000133 - 2019-03-01 - 2024-02-29 - HP - Mid Michigan Community Action Agency, Inc. - Active - F13544 - L13544 - 13544@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - - 65 - - - - - 10676 - 3542 - 3 - 03CH010878 - 2019-04-01 - 2024-03-31 - CH - Board of Education of St Mary's County - Active - F2402 - L2402 - 2402@hsesinfo.org - F30521 - L30521 - 30521@hsesinfo.org - 165 - - - - - - 10677 - 7218 - 6 - 06HP000185 - 2019-03-01 - 2024-02-29 - HP - Center for Transforming Lives - Active - F2179 - L2179 - 2179@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - - 120 - - - - - 10678 - 7061 - 5 - 05HP000145 - 2019-03-01 - 2024-02-29 - HP - St. Joseph County Intermediate School District - Active - F49521 - L49521 - 49521@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - 40 - - - - - 10679 - 1057 - 3 - 03HP000157 - 2019-03-01 - 2024-02-29 - HP - Council of Three Rivers American Indian Center - Active - F2402 - L2402 - 2402@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - - 333 - - - - - 10680 - 3547 - 3 - 03CH010879 - 2019-04-01 - 2024-03-31 - CH - Board of Education of Calvert County, Inc. - Active - F14907 - L14907 - 14907@hsesinfo.org - F30521 - L30521 - 30521@hsesinfo.org - 172 - - - - - - 10681 - 655 - 6 - 06HP000184 - 2019-03-01 - 2024-02-29 - HP - Jefferson Parish Council - Active - F2179 - L2179 - 2179@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - - 160 - - - - - 10682 - 1187 - 8 - 08CH010871 - 2019-04-01 - 2024-03-31 - CH - Human Resource Development Council of District Ix, Inc. - Active - F3064 - L3064 - 3064@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - 152 - - - - - - 10683 - 1009 - 5 - 05HP000146 - 2019-03-01 - 2024-02-29 - HP - Floyd County Community Action Agency - Active - F48866 - L48866 - 48866@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - - 80 - - - - - 10684 - 455 - 11 - 90HI000024 - 2019-03-01 - 2024-02-29 - HI - Bad River Band of Lake Superior Chippewa Indians - Active - F33086 - L33086 - 33086@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - - 57 - - - - - 10685 - 560 - 1 - 01CH010876 - 2019-04-01 - 2024-03-31 - CH - Thames Valley Council for Community Action, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - 287 - 80 - 46 - - - - 10686 - 790 - 6 - 06HP000183 - 2019-03-01 - 2024-02-29 - HP - Economic Opportunity Agency of Washington County, Inc. - Active - F45391 - L45391 - 45391@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - - 56 - - - - - 10687 - 875 - 3 - 03HP000161 - 2019-03-01 - 2024-02-29 - HP - Southern Maryland Tri-County Community Action Committee, Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F30521 - L30521 - 30521@hsesinfo.org - - 50 - - - - - 10688 - 6415 - 3 - 03HP000172 - 2019-03-01 - 2024-02-29 - HP - Educare DC - Active - F46529 - L46529 - 46529@hsesinfo.org - F44251 - L44251 - 44251@hsesinfo.org - - 144 - - - - - 10689 - 10 - 3 - 03HP000186 - 2019-03-01 - 2024-02-29 - HP - DC Office of the State Superintendent of Education - Active - F2402 - L2402 - 2402@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - 166 - - - - - 10690 - 775 - 5 - 05CH010872 - 2019-04-01 - 2024-03-31 - CH - Community Action Partnership of Ramsey and Washington Counties - Active - F49521 - L49521 - 49521@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - 935 - 118 - 168 - 30 - - - 10691 - 323 - 5 - 05CH010881 - 2019-04-01 - 2024-03-31 - CH - Mahube-Otwa Community Action Partnership, Inc. - Active - F48866 - L48866 - 48866@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - 250 - 132 - 3 - 18 - - - 10692 - 324 - 5 - 05HP000173 - 2019-03-01 - 2024-02-29 - HP - United Community Action Partnership, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - - 72 - - 25 - - - 10693 - 1987 - 5 - 05CH010866 - 2019-04-01 - 2024-03-31 - CH - Inter-County Community Council - Active - F2088 - L2088 - 2088@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - 108 - 34 - 10 - 27 - - - 10694 - 836 - 5 - 05CH010868 - 2019-04-01 - 2024-03-31 - CH - Minnesota Valley Action Council, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - 467 - - - - - - 10695 - 3567 - 5 - 05CH010875 - 2019-04-01 - 2024-03-31 - CH - YMCA of Central Ohio - Active - F42090 - L42090 - 42090@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - 504 - - - - - - 10696 - 1285 - 3 - 03CH010873 - 2019-04-01 - 2024-03-31 - CH - Community Services for Children, Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - 686 - 201 - 285 - - - - 10697 - 1080 - 6 - 06CH010880 - 2019-04-01 - 2024-03-31 - CH - South Plains Community Action Association, Inc. - Active - F13320 - L13320 - 13320@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - 119 - 56 - - - - - 10698 - 7317 - 6 - 06CH010884 - 2019-04-01 - 2024-03-31 - CH - Lutheran Social Services of the South, Inc. dba Upbring - Active - F23929 - L23929 - 23929@hsesinfo.org - F28510 - L28510 - 28510@hsesinfo.org - 350 - 88 - - - - - 10699 - 1870 - 6 - 06CH010882 - 2019-04-01 - 2024-03-31 - CH - Central Texas Opportunities, Inc. DBA Cornerstone Community Action Agency - Active - F45654 - L45654 - 45654@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - 254 - 150 - - - - - 10700 - 1606 - 5 - 05CH010883 - 2019-04-01 - 2024-03-31 - CH - Marathon County Child Development Agency, Inc. - Active - F42090 - L42090 - 42090@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - 179 - - 8 - - - - 10701 - 1605 - 13 - 90CH010899 - 2019-04-01 - 2024-03-31 - CH - CDI HS/Southeast Arkansas, AR - Active - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - 365 - - - - - - 10702 - 1321 - 8 - 08CH010886 - 2019-05-01 - 2024-04-30 - CH - DDI Vantage, Inc. - Active - F3064 - L3064 - 3064@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - 148 - - - - - 10703 - 272 - 6 - 06CH010885 - 2019-04-01 - 2024-03-31 - CH - Child Care Group - Active - F13320 - L13320 - 13320@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - 100 - 37 - - - - - 10704 - 1179 - 5 - 05CH010888 - 2019-05-01 - 2024-04-30 - CH - Carey Services, Inc. - Active - F48866 - L48866 - 48866@hsesinfo.org - F49668 - L49668 - 49668@hsesinfo.org - - 130 - - - - - 10705 - 1223 - 5 - 05CH010887 - 2019-05-01 - 2024-04-30 - CH - Community Link, Inc. - Active - F43414 - L43414 - 43414@hsesinfo.org - F48776 - L48776 - 48776@hsesinfo.org - - 54 - - - - - 10709 - 1821 - 5 - 05CH010889 - 2019-05-01 - 2024-04-30 - CH - Three Rivers Community Action, Inc. - Active - F43414 - L43414 - 43414@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - 169 - - 18 - - - - 10710 - 409 - 9 - 09CH010893 - 2019-05-01 - 2024-04-30 - CH - Family Support Services of West Hawaii - Active - F37822 - L37822 - 37822@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - - 93 - - - - - 10711 - 5981 - 4 - 04CH010892 - 2019-05-01 - 2024-04-30 - CH - New Hanover County Schools - Active - F33579 - L33579 - 33579@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - 260 - - - - - - 10712 - 538 - 5 - 05CH010890 - 2019-05-01 - 2024-04-30 - CH - SEMCAC, Inc. - Active - F42090 - L42090 - 42090@hsesinfo.org - F49856 - L49856 - 49856@hsesinfo.org - 185 - 51 - 57 - 21 - - - 10713 - 275 - 5 - 05CH010894 - 2019-05-01 - 2024-04-30 - CH - Stark County Community Action Agency - Active - F2088 - L2088 - 2088@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - 711 - 94 - - - - - 10714 - 483 - 4 - 04CH010891 - 2019-05-01 - 2024-04-30 - CH - L B J & C Development Corporation - Active - F2001 - L2001 - 2001@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - 1307 - - - - - - 10715 - 1436 - 2 - 02CH010869 - 2019-05-01 - 2024-04-30 - CH - Head Start of Eastern Orange County, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - 227 - - - - - - 10716 - 497 - 2 - 02CH010870 - 2019-05-01 - 2024-04-30 - CH - Parsons Child and Family Center - Active - F2340 - L2340 - 2340@hsesinfo.org - F48300 - L48300 - 48300@hsesinfo.org - - 94 - - - - - 10717 - 682 - 7 - 07CH010897 - 2019-05-01 - 2024-04-30 - CH - Kansas Children's Service League - Active - F2256 - L2256 - 2256@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - 350 - 84 - - - - - 10718 - 814 - 7 - 07CH010900 - 2019-06-01 - 2024-05-31 - CH - Midland University - Active - F2256 - L2256 - 2256@hsesinfo.org - F47025 - L47025 - 47025@hsesinfo.org - 64 - 15 - - - - - 10719 - 388 - 7 - 07CH010901 - 2019-05-01 - 2024-04-30 - CH - Blue Valley Community Action, Inc. - Active - F48871 - L48871 - 48871@hsesinfo.org - F47025 - L47025 - 47025@hsesinfo.org - 239 - 90 - - - - - 10720 - 1516 - 2 - 02CH010896 - 2019-05-01 - 2024-04-30 - CH - ProAction of Steuben and Yates County, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F48564 - L48564 - 48564@hsesinfo.org - 283 - 134 - - - - - 10721 - 6241 - 1 - 01CH010903 - 2019-05-01 - 2024-04-30 - CH - Worcester Public Schools - Child Development Head Start - Active - F2300 - L2300 - 2300@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - 556 - - - - - - 10722 - 1521 - 3 - 03CH010895 - 2019-05-01 - 2024-04-30 - CH - Northern Virginia Family Service - Active - F14907 - L14907 - 14907@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - 204 - 210 - - - - - 10723 - 1792 - 1 - 01CH010902 - 2019-05-01 - 2024-04-30 - CH - Pathways for Children, Inc. - Inactive - F14152 - L14152 - 14152@hsesinfo.org - F13406 - L13406 - 13406@hsesinfo.org - - - - - - - 10724 - 155 - 7 - 07CH010906 - 2019-06-01 - 2024-05-31 - CH - Tri-County Child and Family Development Council, Inc. - Active - F48871 - L48871 - 48871@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - 550 - 264 - - - - - 10727 - 1081 - 5 - 05CH010898 - 2019-05-01 - 2024-04-30 - CH - Bona Vista Programs, Inc. - Active - F13544 - L13544 - 13544@hsesinfo.org - F47912 - L47912 - 47912@hsesinfo.org - - 92 - - - - - 10728 - 1431 - 3 - 03CH010908 - 2019-05-01 - 2024-04-30 - CH - Fauquier Community Action Committee Incorporated - Active - F14907 - L14907 - 14907@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - 139 - - - - - - 10729 - 745 - 1 - 01CH010905 - 2019-05-01 - 2024-04-30 - CH - City of New Haven, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F32486 - L32486 - 32486@hsesinfo.org - 531 - - - - - - 10730 - 1653 - 3 - 03CH010907 - 2019-05-01 - 2024-04-30 - CH - Central Fulton School District - Active - F2402 - L2402 - 2402@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - - 32 - - - - - 10731 - 1536 - 9 - 09CH010904 - 2019-05-01 - 2024-04-30 - CH - Wu Yee Children's Services - Active - F47463 - L47463 - 47463@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - 238 - 328 - - - - - 10732 - 1615 - 3 - 03CH010910 - 2019-06-01 - 2024-05-31 - CH - Lawrence County Social Services, Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - 269 - - 152 - - - - 10733 - 192 - 6 - 06CH010911 - 2019-06-01 - 2024-05-31 - CH - Bonham Independent School District - Active - F2185 - L2185 - 2185@hsesinfo.org - F2207 - L2207 - 2207@hsesinfo.org - 139 - - - - - - 10735 - 1605 - 13 - 90CH011089 - 2019-06-01 - 2024-05-31 - CH - CDI HS/West Missouri, MO - Active - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - 331 - 90 - - - - - 10736 - 252 - 10 - 10CH010912 - 2019-06-01 - 2024-05-31 - CH - Rural Resources Community Action - Active - F43149 - L43149 - 43149@hsesinfo.org - F46991 - L46991 - 46991@hsesinfo.org - 126 - - - - - - 10737 - 1605 - 13 - 90CH011064 - 2019-06-01 - 2024-05-31 - CH - CDI HS/Hendricks, Morgan, and Owen Counties, IN - Active - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - 257 - 12 - - - - - 10738 - 1182 - 8 - 08CH010915 - 2019-06-01 - 2024-05-31 - CH - Minot Public School District 1 - Active - F47409 - L47409 - 47409@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - 234 - 77 - - - - - 10739 - 342 - 3 - 03CH010914 - 2019-06-01 - 2024-05-31 - CH - AFL-CIO Appalachian Council - Active - F46529 - L46529 - 46529@hsesinfo.org - F49621 - L49621 - 49621@hsesinfo.org - 846 - - - - - - 10740 - 505 - 10 - 10CH010913 - 2019-07-01 - 2024-06-30 - CH - Eastern Washington University - Active - F43149 - L43149 - 43149@hsesinfo.org - F46991 - L46991 - 46991@hsesinfo.org - - 116 - - - - - 10741 - 336 - 2 - 02CH010916 - 2019-06-01 - 2024-05-31 - CH - Cortland County Community Action Program - Active - F2340 - L2340 - 2340@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - 150 - 88 - - - - - 10742 - 1009 - 5 - 05CH010909 - 2019-06-01 - 2024-05-31 - CH - Floyd County Community Action Agency - Active - F48866 - L48866 - 48866@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - 276 - - - - - - 10743 - 1609 - 4 - 04CH010917 - 2019-06-01 - 2024-05-31 - CH - Lowndes Co. School District - Active - F13510 - L13510 - 13510@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - 195 - - - - - - 10744 - 527 - 4 - 04CH010919 - 2019-06-01 - 2024-05-31 - CH - Community Action of Southern Kentucky Inc. - Active - F33579 - L33579 - 33579@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - 531 - 56 - - - - - 10745 - 416 - 4 - 04CH010922 - 2019-06-01 - 2024-05-31 - CH - Kids Incorporated of the Big Bend - Active - F2001 - L2001 - 2001@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - - 262 - - - - - 10746 - 834 - 6 - 06CH010921 - 2019-07-01 - 2024-06-30 - CH - Allen Action Agency, Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F15375 - L15375 - 15375@hsesinfo.org - 146 - - - - - - 10747 - 1298 - 5 - 05CH010923 - 2019-07-01 - 2024-06-30 - CH - Western Indiana Community Action Agency, Inc. - Active - F14214 - L14214 - 14214@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - 97 - 24 - - - - - 10748 - 910 - 4 - 04CH010927 - 2019-06-01 - 2024-05-31 - CH - Pickens County Community Action Committee and Community Development Corporation, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - 227 - - - - - - 10749 - 1846 - 2 - 02CH010925 - 2019-06-01 - 2024-05-31 - CH - Municipality of Humacao - Active - F15514 - L15514 - 15514@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - 95 - 48 - - - - - 10751 - 996 - 1 - 01CH010924 - 2019-06-01 - 2024-05-31 - CH - Aroostook County Action Program - Active - F14152 - L14152 - 14152@hsesinfo.org - F32486 - L32486 - 32486@hsesinfo.org - 173 - 64 - - - - - 10752 - 1279 - 4 - 04CH010918 - 2019-06-01 - 2024-05-31 - CH - Piedmont Community Action, Inc. - Active - F13510 - L13510 - 13510@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - 570 - 128 - - - - - 10753 - 1490 - 4 - 04CH010929 - 2019-06-01 - 2024-05-31 - CH - Breckinridge-Grayson Programs, Inc. - Active - F33579 - L33579 - 33579@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - 114 - 92 - - - - - 10754 - 1848 - 4 - 04CH010931 - 2019-06-01 - 2024-05-31 - CH - Washington Cty Chap Negro Bus & Prof Womans Club, Inc. - Active - F13740 - L13740 - 13740@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - 375 - - - - - - 10755 - 1971 - 8 - 08CH010933 - 2019-06-01 - 2024-05-31 - CH - Northwest Montana Head Start, Inc. - Active - F47409 - L47409 - 47409@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - 192 - - - - - - 10756 - 1613 - 1 - 01CH010930 - 2019-06-01 - 2024-05-31 - CH - Southern Kennebec Child Development Corporation - Active - F14152 - L14152 - 14152@hsesinfo.org - F32486 - L32486 - 32486@hsesinfo.org - 210 - 70 - - - - - 10757 - 1713 - 12 - 90CM009832 - 2019-06-01 - 2024-05-31 - CM - Otero Junior College - Active - F15738 - L15738 - 15738@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - 325 - - - - - - 10758 - 921 - 11 - 90CI009989 - 2019-06-01 - 2024-05-31 - CI - Iowa Tribe of Oklahoma, Inc. - Active - F33086 - L33086 - 33086@hsesinfo.org - F15469 - L15469 - 15469@hsesinfo.org - - 32 - - - - - 10759 - 799 - 9 - 09CH010932 - 2019-06-01 - 2024-05-31 - CH - Maui Economic Opportunity, Inc. - Active - F47463 - L47463 - 47463@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - 219 - - - - - - 10760 - 1265 - 9 - 09CH010942 - 2019-06-01 - 2024-05-31 - CH - Los Angeles Education Partnership - Active - F37822 - L37822 - 37822@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - 104 - - - - - 10761 - 1253 - 9 - 09CH010939 - 2019-06-01 - 2024-05-31 - CH - Venice Family Clinic - Active - F37822 - L37822 - 37822@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - 196 - - - - - 10762 - 1347 - 10 - 10CH010945 - 2019-06-01 - 2024-05-31 - CH - Umatilla Morrow Head Start, Inc. - Active - F14039 - L14039 - 14039@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - 280 - 72 - 289 - 3 - - - 10763 - 705 - 1 - 01CH010940 - 2019-06-01 - 2024-05-31 - CH - Penquis C.A.P., Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - 268 - 99 - - - - - 10764 - 551 - 5 - 05CH010926 - 2019-06-01 - 2024-05-31 - CH - Children's Home & Aid Society of Illinois - Active - F14214 - L14214 - 14214@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - - 180 - - - - - 10765 - 1566 - 6 - 06CH010952 - 2019-06-01 - 2024-05-31 - CH - Pecos County Community Action Agency - Active - F45654 - L45654 - 45654@hsesinfo.org - F44340 - L44340 - 44340@hsesinfo.org - 117 - - - - - - 10766 - 1889 - 5 - 05CH010944 - 2019-06-01 - 2024-05-31 - CH - Head Start Child And Family Development Centers, Inc. - Active - F43414 - L43414 - 43414@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - 340 - 30 - 34 - - - - 10767 - 1068 - 10 - 10CH010920 - 2019-07-01 - 2024-06-30 - CH - Reliable Enterprises - Active - F47078 - L47078 - 47078@hsesinfo.org - F47540 - L47540 - 47540@hsesinfo.org - 173 - - - - - - 10768 - 728 - 5 - 05CH010935 - 2019-06-01 - 2024-05-31 - CH - Cincinnati-Hamilton County Community Action Agency - Active - F48866 - L48866 - 48866@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - 1514 - 252 - - - - - 10769 - 1221 - 9 - 09CH010941 - 2019-06-01 - 2024-05-31 - CH - Crystal Stairs, Inc. - Active - F14155 - L14155 - 14155@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - 528 - 124 - - - - - 10770 - 4237 - 2 - 02CH010946 - 2019-07-01 - 2024-06-30 - CH - Child Development Center of the MMCC - Active - F47557 - L47557 - 47557@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - 153 - - - - - - 10771 - 1088 - 3 - 03CH010934 - 2019-06-01 - 2024-05-31 - CH - Community Progress Council, Inc. - Active - F14907 - L14907 - 14907@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - 100 - - - - - 10772 - 4374 - 2 - 02CH010951 - 2019-07-01 - 2024-06-30 - CH - Fort George Community Enrichment Center, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - 170 - 80 - - - - - 10773 - 1312 - 3 - 03CH010948 - 2019-06-01 - 2024-05-31 - CH - Chesterfield County Public Schools - Active - F49609 - L49609 - 49609@hsesinfo.org - F49361 - L49361 - 49361@hsesinfo.org - 196 - - - - - - 10774 - 5728 - 2 - 02CH010937 - 2019-07-01 - 2024-06-30 - CH - Police Athletic League, Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - 513 - 56 - - - - - 10775 - 1734 - 2 - 02CH010936 - 2019-07-01 - 2024-06-30 - CH - Project Social Care Head Start, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - 115 - 102 - - - - - 10776 - 1352 - 2 - 02CH010950 - 2019-07-01 - 2024-06-30 - CH - United Academy, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F48564 - L48564 - 48564@hsesinfo.org - - 144 - - - - - 10777 - 644 - 4 - 04CH010957 - 2019-06-01 - 2024-05-31 - CH - Save the Children Federation Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - 102 - 16 - - - - - 10778 - 102 - 10 - 10CH010928 - 2019-07-01 - 2024-06-30 - CH - Kitsap Community Resources - Active - F14039 - L14039 - 14039@hsesinfo.org - F48538 - L48538 - 48538@hsesinfo.org - 224 - 72 - - - - - 10779 - 1422 - 2 - 02CH010960 - 2019-07-01 - 2024-06-30 - CH - Early Childhood Learning Center of Greene County - Active - F47557 - L47557 - 47557@hsesinfo.org - F48564 - L48564 - 48564@hsesinfo.org - 145 - - - - - - 10780 - 173 - 6 - 06CH010943 - 2019-06-01 - 2024-05-31 - CH - College Station Independent School District - Active - F23929 - L23929 - 23929@hsesinfo.org - F44340 - L44340 - 44340@hsesinfo.org - 221 - 70 - - - - - 10781 - 833 - 6 - 06CH010958 - 2019-06-01 - 2024-05-31 - CH - Gulf Coast Community Services Association - Active - F2179 - L2179 - 2179@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - 1838 - 80 - - - - - 10782 - 1430 - 3 - 03CH010959 - 2019-07-01 - 2024-06-30 - CH - Upshur Human Resources, Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - 193 - - - - - - 10783 - 1219 - 6 - 06CH010947 - 2019-06-01 - 2024-05-31 - CH - Green Country Behavioral Health Services, Inc. - Active - F2185 - L2185 - 2185@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - 192 - 153 - - - - - 10784 - 161 - 6 - 06CH010949 - 2019-06-01 - 2024-05-31 - CH - Regina Coeli Child Development Center, Inc. - Active - F2185 - L2185 - 2185@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - 1298 - 272 - - - - - 10785 - 7435 - 3 - 03CH010964 - 2019-07-01 - 2024-06-30 - CH - Child Development Centers, Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - 680 - - 80 - - - - 10786 - 755 - 6 - 06CH010961 - 2019-06-01 - 2024-05-31 - CH - Central Arkansas Development Council - Active - F45391 - L45391 - 45391@hsesinfo.org - F15375 - L15375 - 15375@hsesinfo.org - 486 - 24 - - - - - 10787 - 431 - 7 - 07CH010971 - 2019-07-01 - 2024-06-30 - CH - Hutchinson Unified School District #308 - Active - F49091 - L49091 - 49091@hsesinfo.org - F45048 - L45048 - 45048@hsesinfo.org - 221 - 96 - - - - - 10788 - 1494 - 2 - 02CH010963 - 2019-07-01 - 2024-06-30 - CH - Tompkins Community Action, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F32828 - L32828 - 32828@hsesinfo.org - 198 - 152 - - - - - 10789 - 332 - 10 - 10CH010956 - 2019-07-01 - 2024-06-30 - CH - Olympic Community Action Programs - Active - F48537 - L48537 - 48537@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - 108 - 36 - 10 - - - - 10790 - 1293 - 6 - 06CH010972 - 2019-07-01 - 2024-06-30 - CH - Lincoln Total Community Action, Inc. - Active - F45654 - L45654 - 45654@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - 340 - - - - - - 10791 - 171 - 10 - 10CH010955 - 2019-07-01 - 2024-06-30 - CH - Eastern Oregon University - Active - F43149 - L43149 - 43149@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - 105 - - 72 - - - - 10792 - 1617 - 6 - 06CH010965 - 2019-06-01 - 2024-05-31 - CH - Community Services Office, Inc. - Active - F13320 - L13320 - 13320@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - 119 - 40 - - - - - 10794 - 583 - 11 - 90BF000006 - 2019-05-01 - 2024-04-30 - BF - Chugachmiut - Active - F47779 - L47779 - 47779@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - 18 - 4 - - - - - 10797 - 1433 - 11 - 90BF000004 - 2019-09-01 - 2024-08-31 - BF - Santee Sioux Nation - Active - F15738 - L15738 - 15738@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - 28 - 7 - - - - - 10798 - 590 - 3 - 03CH010966 - 2019-06-01 - 2024-05-31 - CH - New River Community Action, Inc. - Active - F49609 - L49609 - 49609@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - 319 - - - - - - 10799 - 658 - 2 - 02CH010984 - 2019-07-01 - 2024-06-30 - CH - The Child Center of NY - Active - F2335 - L2335 - 2335@hsesinfo.org - F48109 - L48109 - 48109@hsesinfo.org - - 97 - - - - - 10800 - 5710 - 2 - 02CH010953 - 2019-07-01 - 2024-06-30 - CH - West Harlem Community Organization, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - 149 - - - - - - 10801 - 1448 - 2 - 02CH010968 - 2019-07-01 - 2024-06-30 - CH - Family Enrichment Network - Active - F2335 - L2335 - 2335@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - 62 - 32 - - - - - 10802 - 1149 - 6 - 06CH010975 - 2019-07-01 - 2024-06-30 - CH - Economic Opportunities Advancement Corporation of Planning Region XI - Active - F23929 - L23929 - 23929@hsesinfo.org - F13531 - L13531 - 13531@hsesinfo.org - 769 - 128 - - - - - 10803 - 1155 - 4 - 04CH010974 - 2019-07-01 - 2024-06-30 - CH - Picayune School District - Active - F13740 - L13740 - 13740@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - - 130 - - - - - 10804 - 6302 - 6 - 06CH010973 - 2019-07-01 - 2024-06-30 - CH - Las Cruces School District #2 - Active - F2185 - L2185 - 2185@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - 413 - - - - - - 10805 - 468 - 6 - 06CH010978 - 2019-07-01 - 2024-06-30 - CH - Denton Independent School District - Active - F13320 - L13320 - 13320@hsesinfo.org - F49133 - L49133 - 49133@hsesinfo.org - 193 - - - - - - 10806 - 5713 - 2 - 02CH010938 - 2019-07-01 - 2024-06-30 - CH - East Side House, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - 191 - 40 - - - - - 10807 - 7687 - 2 - 02CH010954 - 2019-07-01 - 2024-06-30 - CH - NYC Early Learning Company Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F47389 - L47389 - 47389@hsesinfo.org - 140 - 248 - - - - - 10808 - 216 - 2 - 02CH010982 - 2019-07-01 - 2024-06-30 - CH - The Children's Home Society of New Jersey - Active - F2335 - L2335 - 2335@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - 270 - 30 - - - - - 10809 - 6692 - 6 - 06CH010985 - 2019-07-01 - 2024-06-30 - CH - Mount Pleasant Independent School District - Active - F43271 - L43271 - 43271@hsesinfo.org - F2207 - L2207 - 2207@hsesinfo.org - 255 - 80 - - - - - 10810 - 181 - 2 - 02CH010981 - 2019-07-01 - 2024-06-30 - CH - Columbia Opportunities, Inc. - Active - F47557 - L47557 - 47557@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - 103 - - - - - - 10811 - 3646 - 2 - 02CH010986 - 2019-07-01 - 2024-06-30 - CH - Catholic Charities Neighborhood Services, Inc. - Active - F2340 - L2340 - 2340@hsesinfo.org - F47389 - L47389 - 47389@hsesinfo.org - - 72 - - - - - 10812 - 337 - 6 - 06CH010980 - 2019-07-01 - 2020-01-31 - CH - BeauCARE Inc. - Inactive - F13559 - L13559 - 13559@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 10813 - 1765 - 6 - 06CH010970 - 2019-07-01 - 2024-06-30 - CH - Concho Valley Council of Governments - Active - F23929 - L23929 - 23929@hsesinfo.org - F44340 - L44340 - 44340@hsesinfo.org - 445 - 120 - - - - - 10814 - 1555 - 6 - 06CH010990 - 2019-07-01 - 2024-06-30 - CH - La Salle Community Action Association Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - 345 - 32 - - - - - 10815 - 1898 - 7 - 07CH010998 - 2019-07-01 - 2024-06-30 - CH - McPherson Unified School District #418 - Active - F2256 - L2256 - 2256@hsesinfo.org - F13558 - L13558 - 13558@hsesinfo.org - 115 - - - - - - 10816 - 379 - 7 - 07HP000187 - 2019-07-01 - 2024-06-30 - HP - Drake University - Active - F45391 - L45391 - 45391@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - - 90 - - - - - 10817 - 670 - 6 - 06CH010977 - 2019-07-01 - 2024-06-30 - CH - BakerRipley - Active - F2185 - L2185 - 2185@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - 1998 - 236 - - - - - 10818 - 1605 - 13 - 90CH011172 - 2019-06-01 - 2021-05-31 - CH - CDI HS/Sumter County, SC - Active - F33086 - L33086 - 33086@hsesinfo.org - F48422 - L48422 - 48422@hsesinfo.org - - 79 - - - - - 10819 - 1308 - 4 - 04CH010996 - 2019-07-01 - 2024-06-30 - CH - Upper East Tennessee Human Development Agency, Inc. - Active - F33579 - L33579 - 33579@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - 1010 - - - - - - 10827 - 1031 - 9 - 09HP000192 - 2019-07-01 - 2024-06-30 - HP - Alameda Family Services - Active - F2334 - L2334 - 2334@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - - 16 - - - - - 10828 - 667 - 9 - 09CH011009 - 2019-07-01 - 2024-06-30 - CH - Long Beach Unified School District - Active - F47463 - L47463 - 47463@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - 1008 - 332 - - - - - 10829 - 1556 - 9 - 09HP000189 - 2019-07-01 - 2024-06-30 - HP - Easter Seals Southern California, Inc. - Active - F14155 - L14155 - 14155@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - 168 - - - - - 10830 - 6201 - 6 - 06CH011005 - 2019-08-01 - 2024-07-31 - CH - Iberville Parish School Board - Active - F23929 - L23929 - 23929@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - 280 - - - - - - 10831 - 6121 - 7 - 07CH011015 - 2019-07-01 - 2024-06-30 - CH - Kansas City, Kansas Public Schools, USD #500 - Active - F49507 - L49507 - 49507@hsesinfo.org - F45048 - L45048 - 45048@hsesinfo.org - 529 - - - - - - 10832 - 1726 - 2 - 02CH010979 - 2019-07-01 - 2024-06-30 - CH - Tri-County Community Action Agency Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - 461 - 119 - - - - - 10833 - 1159 - 3 - 03CH011002 - 2019-07-01 - 2024-06-30 - CH - Braxton County School District - Active - F49609 - L49609 - 49609@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - 111 - - - - - - 10834 - 254 - 5 - 05CH010992 - 2019-07-01 - 2024-06-30 - CH - Western Egyptian Economic Opportunity Council - Active - F14214 - L14214 - 14214@hsesinfo.org - F48776 - L48776 - 48776@hsesinfo.org - 308 - - - - - - 10835 - 1383 - 3 - 03CH010988 - 2019-07-01 - 2024-06-30 - CH - Kids Central, Inc. - Active - F49609 - L49609 - 49609@hsesinfo.org - F47017 - L47017 - 47017@hsesinfo.org - 224 - 116 - - - - - 10836 - 1361 - 2 - 02CH010987 - 2019-07-01 - 2024-06-30 - CH - Passaic Family Head Start - Active - F32488 - L32488 - 32488@hsesinfo.org - F32828 - L32828 - 32828@hsesinfo.org - 255 - - - - - - 10837 - 5722 - 2 - 02CH010995 - 2019-07-01 - 2024-06-30 - CH - Community Parents, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - 230 - 45 - - - - - 10838 - 6101 - 3 - 03CH010999 - 2019-07-01 - 2024-06-30 - CH - St. Vincent de Paul of Baltimore, Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - 677 - - - - - - 10839 - 1230 - 3 - 03CH010994 - 2019-07-01 - 2024-06-30 - CH - North Central West Virginia Community Action Agency - Active - F14907 - L14907 - 14907@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - 736 - 76 - - - - - 10848 - 7688 - 3 - 03CH011000 - 2019-07-01 - 2024-06-30 - CH - Martha's Table, Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F30521 - L30521 - 30521@hsesinfo.org - 24 - 76 - - - - - 10849 - 1387 - 6 - 06CH011023 - 2019-07-01 - 2024-06-30 - CH - Tri-County Community Action, Inc. - Active - F2179 - L2179 - 2179@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - 432 - 194 - - - - - 10850 - 272 - 6 - 06CH011006 - 2019-07-01 - 2024-06-30 - CH - ChildCareGroup - Active - F13320 - L13320 - 13320@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - 700 - 88 - - - - - 10851 - 7690 - 4 - 04CH010993 - 2019-06-01 - 2024-05-31 - CH - Boys and Girls Club of North Central Florida - Active - F2001 - L2001 - 2001@hsesinfo.org - F46450 - L46450 - 46450@hsesinfo.org - 54 - 40 - - - - - 10852 - 7689 - 6 - 06CH010976 - 2019-07-01 - 2024-06-30 - CH - Austin Independent School District - Active - F45654 - L45654 - 45654@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - 204 - - - - - - 10853 - 689 - 6 - 06CH011017 - 2019-07-01 - 2024-06-30 - CH - Presbyterian Medical Services, Inc. - Active - F43271 - L43271 - 43271@hsesinfo.org - F41654 - L41654 - 41654@hsesinfo.org - 625 - 552 - - - - - 10854 - 874 - 3 - 03CH011031 - 2019-07-01 - 2024-06-30 - CH - YMCA of Central Maryland, Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F44345 - L44345 - 44345@hsesinfo.org - 652 - - - - - - 10855 - 796 - 6 - 06CH010969 - 2019-07-01 - 2024-06-30 - CH - Child, Inc. - Active - F13320 - L13320 - 13320@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - 1100 - 338 - - - - - 10856 - 559 - 4 - 04CH011030 - 2019-07-01 - 2024-06-30 - CH - Coastal Plain Area Economic Opportunity Authority, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - 811 - - - - - - 10857 - 1878 - 4 - 04CH011040 - 2019-07-01 - 2024-06-30 - CH - Tuskegee Macon County Head Start, Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - 190 - 24 - - - - - 10858 - 536 - 4 - 04CH011042 - 2019-07-01 - 2024-06-30 - CH - Enrichment Services Program, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - 594 - 128 - - - - - 10859 - 1711 - 6 - 06CH011008 - 2019-07-01 - 2024-06-30 - CH - Head Start of Greater Dallas, Inc. - Active - F2185 - L2185 - 2185@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - 2215 - 272 - - - - - 10860 - 1899 - 2 - 02CH011001 - 2019-07-01 - 2024-06-30 - CH - Cardinal McCloskey School and Home for Children - Active - F2340 - L2340 - 2340@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - 200 - 120 - - - - - 10861 - 963 - 4 - 04CH010997 - 2019-07-01 - 2024-06-30 - CH - Southwest Human Resource Agency - Active - F33579 - L33579 - 33579@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - 425 - - - - - - 10862 - 919 - 4 - 04CH011022 - 2019-07-01 - 2024-06-30 - CH - Redlands Christian Migrant Association - Active - F33579 - L33579 - 33579@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - 833 - 528 - - - - - 10863 - 1408 - 4 - 04CH011024 - 2019-07-01 - 2024-06-30 - CH - Kannapolis City School System - Active - F46251 - L46251 - 46251@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - 185 - - - - - - 10864 - 472 - 4 - 04CH011025 - 2019-07-01 - 2024-06-30 - CH - Economic Opportunity for Savannah-Chatham County Area, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - 447 - 153 - - - - - 10865 - 3421 - 4 - 04HP000188 - 2019-07-01 - 2024-06-30 - HP - Easter Seals North Georgia, Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - 72 - - - - - 10866 - 7691 - 2 - 02CH010989 - 2019-07-01 - 2024-06-30 - CH - New York City Department of Education - Active - F2335 - L2335 - 2335@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - 5750 - 136 - - - - - 10867 - 345 - 4 - 04CH011012 - 2019-07-01 - 2024-06-30 - CH - Sunbelt Human Advancement Resources, Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - 1003 - 334 - - - - - 10868 - 771 - 10 - 10HP000199 - 2019-07-01 - 2024-06-30 - HP - Mid-Willamette Valley Community Action Agency, Inc. - Active - F45193 - L45193 - 45193@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - - 60 - - - - - 10869 - 7104 - 1 - 01HP000195 - 2019-07-01 - 2024-06-30 - HP - Community Day Care Center of Lawrence, Inc. - Active - F2300 - L2300 - 2300@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - 72 - - - - - 10870 - 7692 - 6 - 06CH011007 - 2019-07-01 - 2024-06-30 - CH - Red River Parish School Board - Active - F23929 - L23929 - 23929@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - 111 - - - - - - 10871 - 1151 - 4 - 04CH011014 - 2019-07-01 - 2024-06-30 - CH - Collier County, Florida, School District of - Active - F2001 - L2001 - 2001@hsesinfo.org - F46450 - L46450 - 46450@hsesinfo.org - 413 - - - - - - 10872 - 749 - 4 - 04CH011010 - 2019-07-01 - 2024-06-30 - CH - Southeastern Community and Family Services, Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - 900 - 40 - - - - - 10873 - 786 - 4 - 04CH011046 - 2019-07-01 - 2024-06-30 - CH - School Board of Broward County, The (INC) - Active - F2065 - L2065 - 2065@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - 2040 - 80 - - - - - 10874 - 162 - 6 - 06CH011055 - 2019-07-01 - 2024-06-30 - CH - St Charles Parish School Board - Active - F23929 - L23929 - 23929@hsesinfo.org - F2193 - L2193 - 2193@hsesinfo.org - 249 - - - - - - 10875 - 1523 - 4 - 04CH011028 - 2019-07-01 - 2024-06-30 - CH - St. Clair County Head Start, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - 163 - - - - - - 10876 - 1715 - 4 - 04CH011011 - 2019-07-01 - 2024-06-30 - CH - Chambers-Tallapoosa-Coosa Community Action Agency - Active - F33579 - L33579 - 33579@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - 446 - - - - - - 10877 - 959 - 4 - 04CH011037 - 2019-07-01 - 2024-06-30 - CH - Lancaster County School District - Active - F46251 - L46251 - 46251@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - 131 - - - - - - 10878 - 654 - 4 - 04CH011019 - 2019-07-01 - 2024-06-30 - CH - Community Coordinated Care for Children, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - 396 - 249 - - - - - 10879 - 856 - 10 - 10HP000191 - 2019-07-01 - 2024-06-30 - HP - Children's Home Society of Washington - Active - F45193 - L45193 - 45193@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - - 101 - - - - - 10880 - 1037 - 3 - 03CH011026 - 2019-07-01 - 2024-06-30 - CH - Fredericksburg City School District - Active - F49609 - L49609 - 49609@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - 137 - - - - - - 10881 - 7693 - 5 - 05CH011061 - 2019-07-01 - 2024-06-30 - CH - Paladin, Inc. - Active - F48866 - L48866 - 48866@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - 189 - - - - - - 10882 - 1594 - 6 - 06CH011048 - 2019-07-01 - 2024-06-30 - CH - Pine-Belt Multi-Purpose Agency, Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - 125 - - - - - - 10883 - 644 - 6 - 06CH011043 - 2019-07-01 - 2024-06-30 - CH - Save the Children Federation, Inc. - Active - F2179 - L2179 - 2179@hsesinfo.org - F12886 - L12886 - 12886@hsesinfo.org - 270 - 40 - - - - - 10884 - 6124 - 5 - 05CH011049 - 2019-07-01 - 2024-06-30 - CH - New St. Paul Head Start Agency, Inc. - Active - F14214 - L14214 - 14214@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - 0 - 0 - - - - - 10885 - 339 - 5 - 05CH011045 - 2019-07-01 - 2024-06-30 - CH - Starfish Family Services, Inc. - Active - F44271 - L44271 - 44271@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - 576 - 168 - - - - - 10886 - 4429 - 5 - 05CH011051 - 2019-07-01 - 2024-06-30 - CH - Matrix Human Services - Active - F14214 - L14214 - 14214@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - 927 - 502 - - - - - 10887 - 6123 - 5 - 05CH011053 - 2019-07-01 - 2024-06-30 - CH - Metropolitan Children and Youth, Inc. - Active - F14214 - L14214 - 14214@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - 302 - 64 - - - - - 10888 - 1462 - 5 - 05CH011034 - 2019-07-01 - 2024-06-30 - CH - Southwestern Minnesota Opportunity Council, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - 115 - 24 - - 24 - - - 10889 - 1235 - 7 - 07CH011062 - 2019-07-01 - 2024-06-30 - CH - Douglass Community Services, Inc. - Active - F49508 - L49508 - 49508@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - 335 - 145 - - - - - 10890 - 1636 - 7 - 07CH011069 - 2019-07-01 - 2024-06-30 - CH - Central Missouri Community Action - Active - F49091 - L49091 - 49091@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - 60 - 44 - - - - - 10891 - 5942 - 5 - 05CH011027 - 2019-07-01 - 2024-06-30 - CH - Toledo Public Schools - Active - F48866 - L48866 - 48866@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - 826 - 88 - - - - - 10892 - 1115 - 5 - 05CH011033 - 2019-07-01 - 2024-06-30 - CH - Community Action Agency of Columbiana County, Inc. - Active - F2088 - L2088 - 2088@hsesinfo.org - F49668 - L49668 - 49668@hsesinfo.org - 443 - 68 - - - - - 10893 - 7317 - 6 - 06CH011065 - 2019-07-01 - 2024-06-30 - CH - Lutheran Social Services of the South, Inc. dba Upbring - Active - F23929 - L23929 - 23929@hsesinfo.org - F28510 - L28510 - 28510@hsesinfo.org - 213 - 56 - - - - - 10894 - 7694 - 5 - 05CH011035 - 2019-07-01 - 2024-06-30 - CH - United Community Center, Inc. - Active - F43414 - L43414 - 43414@hsesinfo.org - F13894 - L13894 - 13894@hsesinfo.org - 422 - 88 - - - - - 10895 - 234 - 5 - 05CH011021 - 2019-07-01 - 2024-06-30 - CH - Next Door Foundation, Inc. - Active - F42090 - L42090 - 42090@hsesinfo.org - F13894 - L13894 - 13894@hsesinfo.org - 578 - 120 - 13 - - - - 10896 - 764 - 5 - 05CH011018 - 2019-07-01 - 2024-06-30 - CH - Milwaukee Public Schools - Inactive - F3061 - L3061 - 3061@hsesinfo.org - F13894 - L13894 - 13894@hsesinfo.org - 136 - - - - - - 10897 - 1605 - 13 - 90CH011173 - 2019-06-01 - 2020-12-31 - CH - CDI HS/Santa Clara County, CA - Active - F33086 - L33086 - 33086@hsesinfo.org - F48422 - L48422 - 48422@hsesinfo.org - - 130 - - - - - 10898 - 536 - 4 - 04CH011076 - 2019-07-01 - 2024-06-30 - CH - Enrichment Services Program, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - 148 - - - - - - 10899 - 897 - 4 - 04CH011047 - 2019-07-01 - 2024-06-30 - CH - Sumter County Opportunity, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - 300 - 80 - - - - - 10900 - 1358 - 9 - 09CH011020 - 2019-07-01 - 2024-06-30 - CH - Chicanos Por La Causa, Inc. - Active - F47463 - L47463 - 47463@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - 112 - - - - - 10901 - 1362 - 9 - 09HP000197 - 2019-07-01 - 2024-06-30 - HP - City of Phoenix - Active - F14155 - L14155 - 14155@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - - 188 - - - - - 10902 - 430 - 9 - 09HP000200 - 2019-07-01 - 2024-06-30 - HP - Maricopa County Human Services - Active - F47463 - L47463 - 47463@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - - 160 - - - - - 10903 - 1784 - 9 - 09CH011059 - 2019-07-01 - 2024-06-30 - CH - Sierra Cascade Family Opportunites, Inc. - Active - F37822 - L37822 - 37822@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - 146 - 52 - - - - - 10904 - 1993 - 9 - 09CH011054 - 2019-07-01 - 2024-06-30 - CH - Colusa County Office of Education - Active - F14155 - L14155 - 14155@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - 106 - 62 - - - - - 10905 - 1646 - 9 - 09CH011038 - 2019-07-01 - 2024-06-30 - CH - El Dorado County Office Of Education - Active - F2334 - L2334 - 2334@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - 310 - 154 - - - - - 10906 - 1812 - 9 - 09HP000193 - 2019-07-01 - 2020-08-31 - HP - Contra Costa County Community Services - Inactive - F14155 - L14155 - 14155@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - - - - - - - 10907 - 311 - 9 - 09HP000204 - 2019-07-01 - 2024-06-30 - HP - Vista Del Mar Child and Family Services - Active - F2334 - L2334 - 2334@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - 95 - - - - - 10908 - 1426 - 9 - 09HP000198 - 2019-07-01 - 2024-06-30 - HP - Dignity Health - Active - F37822 - L37822 - 37822@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - 16 - - - - - 10909 - 218 - 9 - 09HP000194 - 2019-07-01 - 2024-06-30 - HP - Metropolitan Area Advisory Committee on Anti-Poverty of San Diego County, Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - 72 - - - - - 10910 - 1698 - 9 - 09HP000196 - 2019-07-01 - 2024-06-30 - HP - Santa Clara Office of Education - Active - F47463 - L47463 - 47463@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - - 175 - - - - - 10911 - 15 - 12 - 90CM009834 - 2019-07-01 - 2024-06-30 - CM - 'Illinois Department of Human Services - Active - F3537 - L3537 - 3537@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - 360 - - - - - - 10912 - 1027 - 5 - 05CH011044 - 2019-07-01 - 2024-06-30 - CH - Decatur-Macon County Opportunities Corporation - Active - F44271 - L44271 - 44271@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - 187 - - - - - - 10913 - 1976 - 5 - 05CH011003 - 2019-07-01 - 2024-06-30 - CH - Baby Talk, Inc. - Active - F14214 - L14214 - 14214@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - - 72 - - - - - 10914 - 278 - 7 - 07CH011078 - 2019-07-01 - 2024-06-30 - CH - Unified School District 383 - Active - F47594 - L47594 - 47594@hsesinfo.org - F45048 - L45048 - 45048@hsesinfo.org - 123 - 15 - - - - - 10915 - 1670 - 4 - 04CH011039 - 2019-07-01 - 2024-06-30 - CH - Boyd County Board of Education - Active - F46251 - L46251 - 46251@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - 160 - - - - - - 10916 - 585 - 4 - 04CH011083 - 2019-07-01 - 2024-06-30 - CH - Lake Cumberland Community Action Agency Inc. - Active - F13510 - L13510 - 13510@hsesinfo.org - F48069 - L48069 - 48069@hsesinfo.org - 612 - 44 - - - - - 10917 - 1388 - 6 - 06CH011082 - 2019-07-01 - 2024-06-30 - CH - Franklin Parish School District - Active - F45654 - L45654 - 45654@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - 136 - - - - - - 10918 - 876 - 3 - 03CH011075 - 2019-07-01 - 2024-06-30 - CH - Associated Catholic Charities Inc. - Active - F49609 - L49609 - 49609@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - 667 - - - - - - 10919 - 1284 - 1 - 01CH011073 - 2019-07-01 - 2024-06-30 - CH - Community Action Agency of Somerville - Active - F47611 - L47611 - 47611@hsesinfo.org - F15627 - L15627 - 15627@hsesinfo.org - 252 - - 15 - - - - 10920 - 1141 - 4 - 04CH011088 - 2019-07-01 - 2024-06-30 - CH - Blue Ridge Opportunity Commission, Incorporated - Active - F2065 - L2065 - 2065@hsesinfo.org - F45392 - L45392 - 45392@hsesinfo.org - 135 - - - - - - 10921 - 296 - 4 - 04CH011084 - 2019-07-01 - 2024-06-30 - CH - Cleveland County School District - Active - F13510 - L13510 - 13510@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - 224 - - - - - - 10922 - 1619 - 8 - 08CH011058 - 2019-07-01 - 2024-06-30 - CH - Grand Forks Public School District #1 - Active - F3032 - L3032 - 3032@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - 187 - - - - - - 10923 - 962 - 5 - 05CH010991 - 2019-07-01 - 2024-06-30 - CH - Butler County Educational Service Center - Active - F43414 - L43414 - 43414@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - 648 - 146 - - - - - 10924 - 817 - 4 - 04CH011093 - 2019-07-01 - 2024-06-30 - CH - GLEAMNS Human Resources Commission, Inc. - Active - F2001 - L2001 - 2001@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - 1424 - 104 - - - - - 10925 - 982 - 8 - 08HP000202 - 2019-07-01 - 2024-06-30 - HP - Youth & Family Services, Inc. - Active - F47409 - L47409 - 47409@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - - 48 - - - - - 10926 - 1495 - 4 - 04CH011077 - 2019-07-01 - 2024-06-30 - CH - Morgan County Head Start - Active - F33579 - L33579 - 33579@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - 147 - 40 - - - - - 10927 - 1718 - 6 - 06CH011071 - 2019-07-01 - 2024-06-30 - CH - Brazoria County Head Start Early Learning Schools - Active - F2179 - L2179 - 2179@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - 177 - 28 - - - - - 10928 - 1721 - 6 - 06CH011086 - 2019-07-01 - 2024-06-30 - CH - Region 9 Education Service Center - Active - F23929 - L23929 - 23929@hsesinfo.org - F12886 - L12886 - 12886@hsesinfo.org - 630 - - - - - - 10929 - 857 - 6 - 06CH011070 - 2019-07-01 - 2024-06-30 - CH - Region XIX Education Service Center - Active - F2185 - L2185 - 2185@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - 3983 - 392 - - - - - 10930 - 1510 - 1 - 01HP000203 - 2019-07-01 - 2024-06-30 - HP - Champlain Valley Office of Economic Opportunity, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - - 34 - - - - - 10932 - 1110 - 5 - 05CH011016 - 2019-07-01 - 2024-06-30 - CH - Jackson-Vinton Community Action, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - 200 - - - - - - 10933 - 175 - 5 - 05CH011068 - 2019-07-01 - 2024-06-30 - CH - North Central State College - Active - F42090 - L42090 - 42090@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - - 40 - - - - - 10934 - 465 - 9 - 09HP000207 - 2019-07-01 - 2024-06-30 - HP - Child Care Resource Center, Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - - 158 - - - - - 10935 - 1326 - 9 - 09HP000209 - 2019-07-01 - 2024-06-30 - HP - San Bernardino, County of - Active - F47463 - L47463 - 47463@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - 108 - - - - - 10936 - 6102 - 3 - 03CH011087 - 2019-07-01 - 2024-06-30 - CH - Bright Beginnings Inc. - Active - F14907 - L14907 - 14907@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - 45 - 104 - - - - - 10937 - 1256 - 5 - 05CH011036 - 2019-07-01 - 2024-06-30 - CH - Springfield Urban League, Inc. - Active - F42090 - L42090 - 42090@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - 472 - 96 - - - - - 10938 - 123 - 5 - 05CH011004 - 2019-07-01 - 2024-06-30 - CH - South Central Community Action Program - Active - F3061 - L3061 - 3061@hsesinfo.org - F48776 - L48776 - 48776@hsesinfo.org - 267 - 57 - - - - - 10939 - 5080 - 5 - 05CH011063 - 2019-07-01 - 2024-06-30 - CH - Geminus Corporation - Active - F14214 - L14214 - 14214@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - 1216 - 148 - - - - - 10940 - 1665 - 7 - 07CH011099 - 2019-07-01 - 2024-06-30 - CH - NEK-CAP, Inc. - Active - F2256 - L2256 - 2256@hsesinfo.org - F45048 - L45048 - 45048@hsesinfo.org - 238 - 160 - - - - - 10941 - 1092 - 7 - 07CH011103 - 2019-07-01 - 2024-06-30 - CH - Ozark Action, Inc. - Active - F47594 - L47594 - 47594@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - 362 - 8 - - - - - 10942 - 1772 - 2 - 02CH011085 - 2019-07-01 - 2024-06-30 - CH - Yeled V'Yalda Early Childhood Center, Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - 257 - 136 - - - - - 10943 - 742 - 2 - 02CH011057 - 2019-07-01 - 2024-06-30 - CH - The Children's Aid Society - Active - F32488 - L32488 - 32488@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - 144 - 56 - - - - - 10944 - 584 - 2 - 02CH011101 - 2019-07-01 - 2024-06-30 - CH - Grand Street Settlement, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - 250 - 112 - - - - - 10945 - 5769 - 2 - 02CH010967 - 2019-07-01 - 2024-06-30 - CH - Puerto Rican Organization to Motivate, Enlighten and Serve Addicts, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - 140 - - - - - - 10946 - 1352 - 2 - 02CH011095 - 2019-07-01 - 2024-06-30 - CH - United Academy, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F48564 - L48564 - 48564@hsesinfo.org - 77 - 8 - - - - - 10947 - 1065 - 5 - 05CH011052 - 2019-07-01 - 2024-06-30 - CH - Community Action Commission of Belmont County - Active - F3061 - L3061 - 3061@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - 162 - 24 - - - - - 10948 - 898 - 4 - 04CH011013 - 2019-07-01 - 2024-06-30 - CH - Montgomery Community Action Committee & CDC Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - 1203 - 96 - - - - - 10949 - 7157 - 4 - 04HP000211 - 2019-07-01 - 2024-06-30 - HP - Alabama Dept. of Human Resources - Active - F48070 - L48070 - 48070@hsesinfo.org - F2051 - L2051 - 2051@hsesinfo.org - - 566 - - - - - 10950 - 1669 - 9 - 09HP000206 - 2019-07-01 - 2024-06-30 - HP - Allies For Every Child, Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - 48 - - - - - 10951 - 1884 - 8 - 08CH011060 - 2019-07-01 - 2024-06-30 - CH - Rio Grande Child Development Family Services - Active - F3064 - L3064 - 3064@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - 77 - - - - - - 10952 - 1402 - 4 - 04CH011072 - 2019-07-01 - 2024-06-30 - CH - Lutheran Services Florida, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - 157 - - - - - - 10953 - 284 - 10 - 10CH011066 - 2019-07-01 - 2024-06-30 - CH - Pocatello School District No. 25 - Active - F43149 - L43149 - 43149@hsesinfo.org - F48538 - L48538 - 48538@hsesinfo.org - 183 - - - - - - 10954 - 1215 - 5 - 05HP000212 - 2019-07-01 - 2024-06-30 - HP - Parents In Community Action, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - - 73 - - - - - 10955 - 803 - 4 - 04CH011032 - 2019-07-01 - 2024-06-30 - CH - Guilford Child Development - Active - F46632 - L46632 - 46632@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - 867 - 300 - - - - - 10956 - 1808 - 4 - 04CH011079 - 2019-07-01 - 2024-06-30 - CH - Gaston Community Action, Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - 431 - - - - - - 10957 - 197 - 4 - 04CH011104 - 2019-07-01 - 2024-06-30 - CH - Vital Connections of the Midlands, Inc. - Active - F13740 - L13740 - 13740@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - - 80 - - - - - 10958 - 610 - 4 - 04CH011094 - 2019-07-01 - 2024-06-30 - CH - Carolina Community Actions, Inc. - Active - F2001 - L2001 - 2001@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - 621 - 80 - - - - - 10959 - 3722 - 6 - 06HP000201 - 2019-07-01 - 2024-06-30 - HP - Family Service Association of San Antonio, Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - 140 - - - - - 10960 - 1794 - 10 - 10CH011098 - 2019-07-01 - 2024-06-30 - CH - Community Child Care Center - Active - F48537 - L48537 - 48537@hsesinfo.org - F48538 - L48538 - 48538@hsesinfo.org - 54 - 20 - 8 - - - - 10961 - 333 - 10 - 10CH010962 - 2019-07-01 - 2024-06-30 - CH - Lower Columbia College - Active - F48537 - L48537 - 48537@hsesinfo.org - F46991 - L46991 - 46991@hsesinfo.org - 221 - 70 - 10 - - - - 10962 - 855 - 10 - 10CH011090 - 2019-07-01 - 2024-06-30 - CH - Tacoma Public Schools - Active - F43149 - L43149 - 43149@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - 400 - - - - - - 10963 - 869 - 5 - 05CH011110 - 2019-07-01 - 2024-06-30 - CH - Merrill Area Public Schools - Active - F43414 - L43414 - 43414@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - 88 - - - - - - 10964 - 277 - 6 - 06CH011136 - 2019-07-01 - 2024-06-30 - CH - Cleveland County School District - Active - F2185 - L2185 - 2185@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - 108 - - - - - - 10965 - 1305 - 6 - 06CH011143 - 2019-07-01 - 2024-06-30 - CH - University of Arkansas for Medical Sciences - Active - F45654 - L45654 - 45654@hsesinfo.org - F15375 - L15375 - 15375@hsesinfo.org - 500 - 224 - - - - - 10966 - 486 - 9 - 09CH011137 - 2019-07-01 - 2024-06-30 - CH - Community Action Partnership of San Luis Obispo County, Inc. - Active - F47463 - L47463 - 47463@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - 182 - 118 - - - - - 10967 - 664 - 9 - 09HP000222 - 2019-07-01 - 2024-06-30 - HP - Volunteers of America of Los Angeles - Active - F2334 - L2334 - 2334@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - - 117 - - - - - 10968 - 1699 - 9 - 09HP000225 - 2019-07-01 - 2024-06-30 - HP - Los Angeles County Office of Education - Active - F47463 - L47463 - 47463@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - - 532 - - - - - 10969 - 6 - 9 - 09HP000210 - 2019-07-01 - 2024-06-30 - HP - California Department of Education - Active - F37822 - L37822 - 37822@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - - 236 - - - - - 10970 - 1031 - 9 - 09CH011133 - 2019-07-01 - 2024-06-30 - CH - Alameda Family Services - Active - F2334 - L2334 - 2334@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - 128 - 100 - - - - - 10971 - 785 - 9 - 09HP000223 - 2019-07-01 - 2020-09-30 - HP - Foothill Family Service - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - - - - - - 10972 - 666 - 9 - 09CH011132 - 2019-07-01 - 2024-06-30 - CH - Community Action Partnership of Kern - Active - F47463 - L47463 - 47463@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - 1317 - 446 - - - - - 10973 - 932 - 8 - 08CH011135 - 2019-07-01 - 2024-06-30 - CH - Montrose County School District RE-1J - Active - F47409 - L47409 - 47409@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - 102 - - - - - - 10974 - 1077 - 3 - 03CH011129 - 2019-07-01 - 2024-06-30 - CH - Rosemount Center, Inc. - Active - F49609 - L49609 - 49609@hsesinfo.org - F49621 - L49621 - 49621@hsesinfo.org - - 116 - - - - - 10975 - 7158 - 4 - 04HP000217 - 2019-07-01 - 2024-06-30 - HP - Early Learning Coalition of Palm Beach County, Inc. - Active - F48070 - L48070 - 48070@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - - 150 - - - - - 10976 - 1371 - 4 - 04HP000219 - 2019-08-01 - 2024-07-31 - HP - Miami-Dade, County of - Active - F46251 - L46251 - 46251@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - - 240 - - - - - 10977 - 12 - 4 - 04HP000221 - 2019-07-01 - 2024-06-30 - HP - Georgia Dept. of Early Care and Learning - Active - F46632 - L46632 - 46632@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - - 184 - - - - - 10978 - 1145 - 5 - 05CH011148 - 2019-07-01 - 2024-06-30 - CH - Wabash Area Development, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - 274 - 204 - - - - - 10979 - 7695 - 7 - 07CH011125 - 2019-07-01 - 2024-06-30 - CH - Family, Inc. - Active - F45391 - L45391 - 45391@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - - 75 - - - - - 10980 - 554 - 7 - 07CH011100 - 2019-07-01 - 2024-06-30 - CH - West Central Community Action - Active - F2256 - L2256 - 2256@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - 272 - 92 - - - - - 10981 - 4138 - 7 - 07CH011109 - 2019-07-01 - 2024-06-30 - CH - The Family Conservancy - Active - F49508 - L49508 - 49508@hsesinfo.org - F47025 - L47025 - 47025@hsesinfo.org - 165 - 16 - - - - - 10982 - 1600 - 3 - 03CH011118 - 2019-07-01 - 2024-06-30 - CH - Maryland Family Network, Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - - 275 - - - - - 10983 - 1127 - 3 - 03CH011117 - 2019-07-01 - 2024-06-30 - CH - Mayor & City Council of Baltimore City - Active - F2402 - L2402 - 2402@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - 759 - - - - - - 10984 - 1651 - 5 - 05CH011145 - 2019-07-01 - 2024-06-30 - CH - Livingston Educational Service Agency - Active - F14214 - L14214 - 14214@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - 174 - - - - - - 10985 - 1215 - 5 - 05CH011155 - 2019-07-01 - 2024-06-30 - CH - Parents In Community Action, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - 1794 - 208 - - - - - 10986 - 7159 - 4 - 04HP000224 - 2019-07-01 - 2024-06-30 - HP - Delta Health Alliance, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - - 200 - - - - - 10987 - 913 - 7 - 07CH011139 - 2019-07-01 - 2024-06-30 - CH - Community Services Inc. of Northwest Missouri - Active - F49507 - L49507 - 49507@hsesinfo.org - F47025 - L47025 - 47025@hsesinfo.org - 130 - - - - - - 10988 - 1923 - 7 - 07CH011115 - 2019-07-01 - 2024-06-30 - CH - South Central Missouri Community Action Agency - Active - F48871 - L48871 - 48871@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - 304 - 136 - - - - - 10989 - 1890 - 8 - 08CH011106 - 2019-07-01 - 2024-06-30 - CH - Young Families Early Head Start Inc. - Active - F47409 - L47409 - 47409@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - - 32 - - - - - 10990 - 1824 - 8 - 08HP000190 - 2019-07-01 - 2024-06-30 - HP - A.W.A.R.E., Inc. - Active - F13544 - L13544 - 13544@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - 72 - - - - - 10991 - 7696 - 2 - 02CH011105 - 2019-07-01 - 2024-06-30 - CH - Staten Island Mental Health Society, Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - 233 - 40 - - - - - 10992 - 842 - 2 - 02CH011138 - 2019-07-01 - 2024-06-30 - CH - Puerto Rican Family Institute, Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - 1157 - 72 - - - - - 10993 - 1772 - 2 - 02CH011124 - 2019-07-01 - 2024-06-30 - CH - Yeled V'Yalda Early Childhood Center, Inc. - Inactive - F47556 - L47556 - 47556@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - - - - - - 10994 - 944 - 4 - 04CH011142 - 2019-07-01 - 2024-06-30 - CH - Yadkin Valley Economic Development District, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - 347 - - - - - - 10995 - 1047 - 5 - 05CH011134 - 2019-07-01 - 2024-06-30 - CH - Warren County Community Services, Inc. - Active - F44271 - L44271 - 44271@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - 230 - 60 - - - - - 10996 - 1047 - 5 - 05HP000215 - 2019-07-01 - 2024-06-30 - HP - Warren County Community Services, Inc. - Active - F44271 - L44271 - 44271@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - 70 - - - - - 10997 - 1748 - 8 - 08CH011056 - 2019-07-01 - 2024-06-30 - CH - Kids On The Move, Inc. - Active - F3064 - L3064 - 3064@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - 152 - - - - - 10998 - 801 - 3 - 03HP000220 - 2019-07-01 - 2024-06-30 - HP - The Campagna Center, Inc. - Active - F14907 - L14907 - 14907@hsesinfo.org - F44251 - L44251 - 44251@hsesinfo.org - - 52 - - - - - 10999 - 1173 - 3 - 03CH011141 - 2019-07-01 - 2024-06-30 - CH - Child Development Resources, Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - - 146 - - - - - 11000 - 1672 - 3 - 03HP000218 - 2019-07-01 - 2024-06-30 - HP - Parent-Child Development Corporation - Active - F14907 - L14907 - 14907@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - - 72 - - - - - 11001 - 1564 - 3 - 03CH011074 - 2019-07-01 - 2024-06-30 - CH - Tri-County Community Action Agency - Active - F14907 - L14907 - 14907@hsesinfo.org - F49361 - L49361 - 49361@hsesinfo.org - 181 - - - - - - 11002 - 1809 - 10 - 10CH011140 - 2019-07-01 - 2024-06-30 - CH - Educational Opportunities for Children and Families - Active - F45193 - L45193 - 45193@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - 502 - 96 - 18 - - - - 11003 - 1666 - 3 - 03HP000216 - 2019-07-01 - 2024-06-30 - HP - Northern Panhandle Head Start, Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - - 72 - - - - - 11004 - 291 - 5 - 05CH011128 - 2019-07-01 - 2024-06-30 - CH - Wood County Head Start, Inc. - Active - F48866 - L48866 - 48866@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - 224 - 72 - 9 - - - - 11005 - 1916 - 9 - 09CH010983 - 2019-07-01 - 2024-06-30 - CH - Guam Department of Education - Active - F47463 - L47463 - 47463@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - 534 - - - - - - 11006 - 1827 - 4 - 04CH011127 - 2019-07-01 - 2024-06-30 - CH - Bourbon County Board of Education - Active - F46632 - L46632 - 46632@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - 183 - - - - - - 11007 - 176 - 5 - 05CH011144 - 2019-07-01 - 2024-06-30 - CH - Southfield Public School District - Active - F44271 - L44271 - 44271@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - 128 - 16 - - - - - 11008 - 693 - 4 - 04CH011029 - 2019-07-01 - 2024-06-30 - CH - Coahoma Opportunities, Inc. - Active - F13510 - L13510 - 13510@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - 350 - 96 - - - - - 11009 - 1620 - 5 - 05CH011154 - 2019-07-01 - 2024-06-30 - CH - Athens - Meigs Educational Service Center - Active - F49521 - L49521 - 49521@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - 258 - 18 - - - - - 11010 - 6321 - 4 - 04CH011116 - 2019-07-01 - 2024-12-31 - CH - Shelby County Board of Education - Active - F13740 - L13740 - 13740@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - 3200 - - - - - - 11011 - 453 - 6 - 06CH011158 - 2019-07-01 - 2024-06-30 - CH - Northwest Arkansas Head Start - Active - F45654 - L45654 - 45654@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - 168 - 120 - - - - - 11012 - 413 - 9 - 09CH011146 - 2019-07-01 - 2024-06-30 - CH - Orange County Head Start - Active - F2334 - L2334 - 2334@hsesinfo.org - F35663 - L35663 - 35663@hsesinfo.org - 1935 - 665 - - - - - 11013 - 1699 - 9 - 09CH011157 - 2019-07-01 - 2024-06-30 - CH - Los Angeles County Office of Education - Active - F47463 - L47463 - 47463@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - 7743 - 2035 - - - - - 11014 - 945 - 8 - 08CH011147 - 2019-07-01 - 2024-06-30 - CH - Rocky Mountain Development Council, Inc. - Active - F13544 - L13544 - 13544@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - 215 - - - - - - 11015 - 5705 - 2 - 02CH011130 - 2019-07-01 - 2024-06-30 - CH - Committee For Early Childhood Development D.C.C., Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - 359 - 72 - - - - - 11016 - 1093 - 12 - 90CM009833 - 2019-07-01 - 2024-06-30 - CM - Kings Community Action Organization, Incorporated - Active - F25722 - L25722 - 25722@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - 171 - - - - - - 11017 - 362 - 4 - 04CH011151 - 2019-07-01 - 2024-06-30 - CH - The Agricultural & Labor Program, Inc. - Active - F48459 - L48459 - 48459@hsesinfo.org - F46450 - L46450 - 46450@hsesinfo.org - 759 - 188 - - - - - 11018 - 1459 - 4 - 04CH011096 - 2019-07-01 - 2024-06-30 - CH - Gadsden County Board of Education - Active - F48070 - L48070 - 48070@hsesinfo.org - F46450 - L46450 - 46450@hsesinfo.org - 227 - - - - - - 11019 - 1054 - 4 - 04CH011153 - 2019-07-01 - 2024-06-30 - CH - CSRA Economic Opportunity Authority, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - 1413 - - - - - - 11020 - 1796 - 4 - 04CH011149 - 2019-07-01 - 2024-06-30 - CH - Hancock County Board of Education - Active - F33579 - L33579 - 33579@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - 104 - 72 - - - - - 11021 - 614 - 3 - 03HP000227 - 2019-07-01 - 2024-06-30 - HP - Reginald S. Lourie Center for Infants & Young Children - Active - F46529 - L46529 - 46529@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - 75 - - - - - 11022 - 7697 - 4 - 04CH011097 - 2019-07-01 - 2024-06-30 - CH - Rockingham County Schools - Active - F48070 - L48070 - 48070@hsesinfo.org - F45392 - L45392 - 45392@hsesinfo.org - 198 - - - - - - 11023 - 1961 - 6 - 06CH011161 - 2019-07-01 - 2024-06-30 - CH - Community Action Development Corporation - Active - F23929 - L23929 - 23929@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - 291 - 48 - - - - - 11024 - 1499 - 3 - 03CH011150 - 2019-07-01 - 2024-06-30 - CH - Warren & Forest Counties Economic Opportunity Council - Active - F14907 - L14907 - 14907@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - 185 - - - - - - 11025 - 1049 - 3 - 03CH011131 - 2019-07-01 - 2024-06-30 - CH - Lancaster-Lebanon Intermediate Unit School District #13 - Active - F49609 - L49609 - 49609@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - 165 - - 155 - - - - 11026 - 1766 - 3 - 03CH011091 - 2019-07-01 - 2024-06-30 - CH - Community Action of Southeastern West Virginia, Inc. - Active - F49609 - L49609 - 49609@hsesinfo.org - F43578 - L43578 - 43578@hsesinfo.org - 279 - 80 - - - - - 11027 - 556 - 3 - 03CH011152 - 2019-07-01 - 2024-06-30 - CH - Eastern Panhandle Instructional Cooperative - Active - F49609 - L49609 - 49609@hsesinfo.org - F44251 - L44251 - 44251@hsesinfo.org - 396 - 124 - - - - - 11028 - 701 - 12 - 90CM009835 - 2019-07-01 - 2024-03-31 - CM - UMOS, Inc. - Active - F15738 - L15738 - 15738@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - 186 - 20 - - - - - 11029 - 1362 - 9 - 09CH011050 - 2019-07-01 - 2024-06-30 - CH - City of Phoenix - Active - F14155 - L14155 - 14155@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - 2963 - 300 - - - - - 11030 - 421 - 9 - 09HP000208 - 2019-07-01 - 2024-06-30 - HP - Merced County Superintendent Of Schools - Active - F2334 - L2334 - 2334@hsesinfo.org - F35663 - L35663 - 35663@hsesinfo.org - - 88 - - - - - 11031 - 249 - 9 - 09CH011121 - 2019-07-01 - 2024-06-30 - CH - Monterey County Office of Education - Active - F47463 - L47463 - 47463@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - 660 - - - - - - 11032 - 421 - 9 - 09CH011081 - 2019-07-01 - 2024-06-30 - CH - Merced County Superintendent of Schools - Active - F2334 - L2334 - 2334@hsesinfo.org - F35663 - L35663 - 35663@hsesinfo.org - 845 - 224 - - - - - 11033 - 732 - 3 - 03CH011092 - 2019-07-01 - 2024-06-30 - CH - United Planning Organization - Active - F49595 - L49595 - 49595@hsesinfo.org - F44345 - L44345 - 44345@hsesinfo.org - - 468 - - - - - 11034 - 1485 - 5 - 05CH011120 - 2019-07-01 - 2024-06-30 - CH - Tazewell-Woodford Head Start - Active - F42090 - L42090 - 42090@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - 234 - - - - - - 11035 - 551 - 5 - 05CH011114 - 2019-07-01 - 2024-06-30 - CH - Children's Home & Aid Society of Illinois - Active - F14214 - L14214 - 14214@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - - 106 - - - - - 11036 - 641 - 5 - 05CH011126 - 2019-07-01 - 2024-06-30 - CH - Hamilton Center, Inc. - Active - F13544 - L13544 - 13544@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - - 80 - - - - - 11037 - 1073 - 5 - 05CH011123 - 2019-07-01 - 2024-06-30 - CH - Dickinson-Iron Intermediate School District - Active - F49521 - L49521 - 49521@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - 195 - 50 - - - - - 11038 - 1004 - 5 - 05CH011067 - 2019-07-01 - 2024-06-30 - CH - Bi-County Community Action Programs, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - 182 - 58 - - - - - 11039 - 1407 - 2 - 02CH011113 - 2019-07-01 - 2024-06-30 - CH - Sharon Baptist Head Start - Active - F32488 - L32488 - 32488@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - 187 - 16 - - - - - 11040 - 943 - 2 - 02CH011112 - 2019-07-01 - 2024-06-30 - CH - University Settlement Society of New York - Active - F2340 - L2340 - 2340@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - 72 - - - - - 11041 - 752 - 5 - 05HP000214 - 2019-07-01 - 2024-06-30 - HP - Telamon Corporation - Active - F2088 - L2088 - 2088@hsesinfo.org - F47912 - L47912 - 47912@hsesinfo.org - - 100 - - - - - 11042 - 752 - 5 - 05CH011119 - 2019-07-01 - 2024-06-30 - CH - Telamon Corporation - Active - F2088 - L2088 - 2088@hsesinfo.org - F47912 - L47912 - 47912@hsesinfo.org - - 56 - - - - - 11043 - 1836 - 6 - 06HP000232 - 2019-07-01 - 2024-06-30 - HP - Tulsa Educare - Active - F45654 - L45654 - 45654@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - 214 - - - - - 11044 - 1057 - 3 - 03CH011102 - 2019-07-01 - 2024-06-30 - CH - Council of Three Rivers American Indian Center - Active - F2402 - L2402 - 2402@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - 486 - 70 - - - - - 11045 - 387 - 1 - 01HP000213 - 2019-07-01 - 2024-06-30 - HP - Children's Friend And Service - Active - F42223 - L42223 - 42223@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - 100 - - - - - 11046 - 1132 - 6 - 06HP000230 - 2019-07-01 - 2024-06-30 - HP - Parent Child Incorporated - Active - F2179 - L2179 - 2179@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - 200 - - - - - 11047 - 276 - 6 - 06CH011108 - 2019-07-01 - 2024-06-30 - CH - Sulphur Springs Independent School District - Active - F43271 - L43271 - 43271@hsesinfo.org - F2207 - L2207 - 2207@hsesinfo.org - 179 - - - - - - 11048 - 733 - 3 - 03HP000205 - 2019-07-01 - 2024-06-30 - HP - County of Fairfax - Active - F49609 - L49609 - 49609@hsesinfo.org - F30521 - L30521 - 30521@hsesinfo.org - - 56 - - - - - 11049 - 1853 - 5 - 05CH011111 - 2019-07-01 - 2024-06-30 - CH - National Centers For Learning Excellence, Inc. - Active - F42090 - L42090 - 42090@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - 275 - 102 - - - - - 11050 - 1144 - 7 - 07CH011122 - 2019-07-01 - 2024-06-30 - CH - Northeast Nebraska Community Action Partnership, Inc. - Active - F45391 - L45391 - 45391@hsesinfo.org - F13558 - L13558 - 13558@hsesinfo.org - 269 - - - - - - 11051 - 9 - 3 - 03HP000229 - 2019-07-01 - 2024-06-30 - HP - Delaware Department of Education - Active - F49609 - L49609 - 49609@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - - 72 - - - - - 11052 - 7189 - 4 - 04HP000226 - 2019-08-01 - 2024-07-31 - HP - Early Learning Coalition Miami-Dade/Monroe County - Active - F46251 - L46251 - 46251@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - - 750 - - - - - 11053 - 1307 - 4 - 04CH011159 - 2019-07-01 - 2024-06-30 - CH - Chapel Hill Training-Outreach Project, Inc. - Active - F48070 - L48070 - 48070@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - 323 - - - - - - 11054 - 1189 - 6 - 06CH011160 - 2019-07-01 - 2024-06-30 - CH - Delta Community Action Foundation, Inc. - Active - F2179 - L2179 - 2179@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - 345 - 64 - - - - - 11055 - 790 - 6 - 06CH011165 - 2019-07-01 - 2024-06-30 - CH - Economic Opportunity Agency of Washington County, Inc. - Active - F45391 - L45391 - 45391@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - 151 - 122 - - - - - 11056 - 145 - 6 - 06CH011166 - 2019-07-01 - 2024-06-30 - CH - Families and Children Together, Inc. - Active - F43271 - L43271 - 43271@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - 400 - 255 - - - - - 11057 - 1937 - 4 - 04CH011163 - 2019-08-01 - 2024-07-31 - CH - Episcopal Children's Services, Inc. - Active - F48070 - L48070 - 48070@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - - 309 - - - - - 11058 - 1437 - 9 - 09CH011164 - 2019-08-01 - 2024-07-31 - CH - University of Nevada, Reno Board of Regents - Active - F2334 - L2334 - 2334@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - 180 - - - - - 11059 - 1913 - 9 - 09CH011167 - 2019-08-01 - 2024-07-31 - CH - CNMI Public School System - Active - F47463 - L47463 - 47463@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - 396 - - - - - - 11060 - 1818 - 4 - 04CH011168 - 2019-08-01 - 2024-07-31 - CH - Gulf Regional Early Childhood Services, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - 275 - 64 - - - - - 11061 - 654 - 4 - 04HP000234 - 2019-08-01 - 2024-07-31 - HP - Community Coordinated Care for Children, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - - 252 - - - - - 11062 - 155 - 7 - 07HP000233 - 2019-08-01 - 2024-07-31 - HP - Tri-County Child and Family Development Council, Inc. - Active - F48871 - L48871 - 48871@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - - 40 - - - - - 11063 - 7159 - 4 - 04CH011162 - 2019-08-01 - 2024-07-31 - CH - Delta Health Alliance, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - 428 - 128 - - - - - 11064 - 1766 - 3 - 03HP000228 - 2019-07-01 - 2024-06-30 - HP - Community Action of Southeastern West Virginia, Inc. - Active - F49609 - L49609 - 49609@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - - 56 - - - - - 11065 - 399 - 4 - 04CH011156 - 2019-08-01 - 2024-07-31 - CH - Macon Program For Progress, Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - 150 - 151 - - - - - 11066 - 245 - 12 - 90HM000015 - 2019-08-01 - 2024-07-31 - HM - Centro de la Familia de Utah - Active - F39730 - L39730 - 39730@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - - 40 - - - - - 11067 - 774 - 12 - 90CM009836 - 2019-07-01 - 2024-03-31 - CM - Tri-Valley Opportunity Council, Inc. - Active - F3537 - L3537 - 3537@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - 543 - 92 - - - - - 11068 - 1605 - 13 - 90CH011212 - 2019-08-01 - 2024-07-31 - CH - CDI HS/Dubuque, Delaware and Jackson Counties, IA - Active - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - 225 - - - - - - 11072 - 347 - 7 - 07HP000246 - 2019-09-01 - 2024-08-31 - HP - Hawkeye Area Community Action Program, Inc. - Active - F45391 - L45391 - 45391@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - - 40 - - - - - 11073 - 435 - 10 - 10HP000235 - 2019-08-01 - 2024-07-31 - HP - Mt. Hood Community College - Active - F43149 - L43149 - 43149@hsesinfo.org - F48097 - L48097 - 48097@hsesinfo.org - - 75 - - 8 - - - 11074 - 706 - 1 - 01HP000243 - 2019-08-01 - 2024-07-31 - HP - Capstone Community Action, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - - 34 - - - - - 11075 - 1465 - 10 - 10HP000236 - 2019-09-01 - 2024-08-31 - HP - Washington State Community College District 17 - Inactive - F43149 - L43149 - 43149@hsesinfo.org - F46991 - L46991 - 46991@hsesinfo.org - - 64 - - - - - 11076 - 407 - 10 - 10CH011169 - 2019-08-01 - 2024-07-31 - CH - CCS Early Learning - Active - F43149 - L43149 - 43149@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - 194 - 92 - 60 - - - - 11077 - 1093 - 9 - 09HP000239 - 2019-08-01 - 2024-07-31 - HP - Kings Community Action Organization, Incorporated - Active - F14155 - L14155 - 14155@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - - 88 - - - - - 11078 - 4138 - 7 - 07HP000247 - 2019-08-01 - 2024-07-31 - HP - The Family Conservancy - Active - F49508 - L49508 - 49508@hsesinfo.org - F47025 - L47025 - 47025@hsesinfo.org - - 116 - - - - - 11079 - 191 - 9 - 09HP000240 - 2019-08-01 - 2024-07-31 - HP - Sunrise Children's Foundation - Active - F2334 - L2334 - 2334@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - 184 - - - - - 11080 - 1048 - 2 - 02HP000238 - 2019-08-01 - 2024-07-31 - HP - The Leaguers - Active - F2340 - L2340 - 2340@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - - 200 - - - - - 11081 - 272 - 6 - 06HP000249 - 2019-08-01 - 2024-07-31 - HP - ChildCareGroup - Active - F13320 - L13320 - 13320@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - - 84 - - - - - 11082 - 1913 - 9 - 09HP000245 - 2019-08-01 - 2024-07-31 - HP - CNMI Public School System - Active - F47463 - L47463 - 47463@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - - 64 - - - - - 11083 - 1909 - 4 - 04CH011179 - 2019-08-01 - 2024-07-31 - CH - Monroe County School District (MCSD) - Active - F33579 - L33579 - 33579@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - 180 - - - - - - 11084 - 1078 - 4 - 04CH011176 - 2019-08-01 - 2024-07-31 - CH - Gateway Community Services Organization, Inc. - Active - F48070 - L48070 - 48070@hsesinfo.org - F48069 - L48069 - 48069@hsesinfo.org - 281 - 24 - - - - - 11085 - 1142 - 1 - 01HP000250 - 2019-08-01 - 2024-07-31 - HP - Community Action Partnership of Strafford County - Active - F14155 - L14155 - 14155@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - - 28 - - - - - 11086 - 1010 - 1 - 01HP000241 - 2019-08-01 - 2024-07-31 - HP - Southern New Hampshire Services, Inc. - Active - F14155 - L14155 - 14155@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - - 16 - - - - - 11087 - 644 - 4 - 04CH011174 - 2019-08-01 - 2024-07-31 - CH - Save the Children Federation, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - 220 - 104 - - - - - 11088 - 895 - 5 - 05CH011170 - 2019-08-01 - 2024-07-31 - CH - GMN Tri-County Community Action Committee, Inc. - Active - F2088 - L2088 - 2088@hsesinfo.org - F49668 - L49668 - 49668@hsesinfo.org - 249 - 152 - - - - - 11089 - 7192 - 4 - 04HP000248 - 2019-08-01 - 2024-07-31 - HP - Charleston County First Steps - Active - F2065 - L2065 - 2065@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - 113 - - - - - 11090 - 1790 - 6 - 06CH011186 - 2019-08-01 - 2024-07-31 - CH - Child and Family Services Inc. of Lea County - Active - F2179 - L2179 - 2179@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - 257 - 55 - - - - - 11091 - 1402 - 4 - 04HP000259 - 2019-08-01 - 2024-07-31 - HP - Lutheran Services Florida, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - 100 - - - - - 11092 - 567 - 6 - 06CH011187 - 2019-08-01 - 2024-07-31 - CH - San Felipe Del Rio Consolidated Independent School District - Active - F43271 - L43271 - 43271@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - 346 - - - - - - 11093 - 486 - 9 - 09HP000252 - 2019-08-01 - 2024-07-31 - HP - Community Action Partnership Of San Luis Obispo County, Inc. - Active - F47463 - L47463 - 47463@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - 164 - - - - - 11094 - 997 - 1 - 01CH011183 - 2019-08-01 - 2024-07-31 - CH - Community Concepts, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F32486 - L32486 - 32486@hsesinfo.org - 266 - 148 - - - - - 11095 - 1276 - 7 - 07HP000260 - 2019-09-01 - 2024-08-31 - HP - Youth in Need, Inc. - Active - F47594 - L47594 - 47594@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - - 100 - - - - - 11096 - 499 - 2 - 02CH011177 - 2019-09-01 - 2024-08-31 - CH - Northwest New Jersey Community Action Program, Incorporated - Active - F2340 - L2340 - 2340@hsesinfo.org - F48300 - L48300 - 48300@hsesinfo.org - 218 - 172 - - - - - 11097 - 657 - 2 - 02HP000251 - 2019-08-01 - 2024-07-31 - HP - Westchester Community Opportunity Program, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - - 189 - - - - - 11098 - 794 - 5 - 05CH011180 - 2019-08-01 - 2024-07-31 - CH - Great Lakes Community Action Partnership - Active - F2088 - L2088 - 2088@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - 573 - 63 - - - - - 11099 - 1664 - 3 - 03HP000244 - 2019-08-01 - 2024-07-31 - HP - Scranton Lackawanna Head Start - Active - F2402 - L2402 - 2402@hsesinfo.org - F30521 - L30521 - 30521@hsesinfo.org - - 72 - - - - - 11100 - 1339 - 2 - 02HP000231 - 2019-08-01 - 2021-06-30 - HP - Municipio De San German - Active - F15514 - L15514 - 15514@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - - 48 - - - - - 11101 - 1143 - 1 - 01HP000257 - 2019-08-01 - 2024-07-31 - HP - York County Community Action Corporation - Active - F14152 - L14152 - 14152@hsesinfo.org - F28233 - L28233 - 28233@hsesinfo.org - - 24 - - - - - 11102 - 7187 - 6 - 06HP000253 - 2019-08-01 - 2024-07-31 - HP - Louisiana State University HSC - Active - F45654 - L45654 - 45654@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - 210 - - - - - 11103 - 1080 - 6 - 06HP000254 - 2019-09-01 - 2024-08-31 - HP - South Plains Community Action Association, Inc. - Active - F13320 - L13320 - 13320@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - 96 - - - - - 11104 - 480 - 9 - 09HP000262 - 2019-08-01 - 2024-07-31 - HP - Placer Community Action Council, Inc. - Active - F37822 - L37822 - 37822@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - - 88 - - - - - 11105 - 3422 - 6 - 06HP000255 - 2019-08-01 - 2024-07-31 - HP - City of San Antonio - Active - F2185 - L2185 - 2185@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - 216 - - - - - 11106 - 7700 - 4 - 04CH011182 - 2019-08-01 - 2024-07-31 - CH - Mississippi State University - Active - F13510 - L13510 - 13510@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - 488 - 64 - - - - - 11107 - 1563 - 4 - 04CH011184 - 2019-08-01 - 2024-07-31 - CH - Salisbury-Rowan Community Action Agency, Inc. - Active - F33579 - L33579 - 33579@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - 374 - 142 - - - - - 11108 - 1377 - 6 - 06HP000256 - 2019-08-01 - 2024-07-31 - HP - Region IX Education Cooperative - Active - F2185 - L2185 - 2185@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - - 44 - - - - - 11109 - 859 - 4 - 04CH011181 - 2019-08-01 - 2024-07-31 - CH - Mississippi Action for Progress, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - 500 - - - - - - 11110 - 4707 - 5 - 05CH011175 - 2019-08-01 - 2024-07-31 - CH - Wayne Metropolitan Community Action Agency - Active - F44271 - L44271 - 44271@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - 340 - 96 - - - - - 11111 - 905 - 10 - 10CH011185 - 2019-09-01 - 2024-08-31 - CH - Skagit Valley College - Active - F45193 - L45193 - 45193@hsesinfo.org - F47540 - L47540 - 47540@hsesinfo.org - 291 - 105 - - - - - 11112 - 599 - 11 - 90CI009994 - 2019-08-01 - 2024-07-31 - CI - Kickapoo Tribe of Oklahoma (Head Start) - Active - F3537 - L3537 - 3537@hsesinfo.org - F15469 - L15469 - 15469@hsesinfo.org - 60 - - - - - - 11113 - 1810 - 11 - 90CI009992 - 2019-08-01 - 2024-07-31 - CI - Shoshone-Bannock Tribes - Active - F15738 - L15738 - 15738@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - 65 - - - - - - 11114 - 1307 - 4 - 04HP000263 - 2019-08-01 - 2024-07-31 - HP - Chapel Hill Training-Outreach Project, Inc. - Active - F48070 - L48070 - 48070@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - - 31 - - - - - 11115 - 752 - 4 - 04HP000264 - 2019-08-01 - 2024-07-31 - HP - Telamon Corporation - Active - F13510 - L13510 - 13510@hsesinfo.org - F45392 - L45392 - 45392@hsesinfo.org - - 112 - - - - - 11116 - 646 - 11 - 90CI010019 - 2020-01-01 - 2020-12-31 - CI - Alabama-Coushatta Tribe of Texas, The - Active - F39730 - L39730 - 39730@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - 100 - - - - - - 11117 - 1321 - 8 - 08HP000282 - 2019-08-01 - 2024-07-31 - HP - DDI VANTAGE, Inc. - Active - F3064 - L3064 - 3064@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - 66 - - - - - 11118 - 1992 - 9 - 09HP000275 - 2019-08-01 - 2024-07-31 - HP - Volunteers of America - Southwest Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - 94 - - - - - 11119 - 1237 - 8 - 08HP000280 - 2019-08-01 - 2024-07-31 - HP - Bear River Head Start - Active - F3032 - L3032 - 3032@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - 56 - - - - - 11120 - 7004 - 8 - 08HP000279 - 2019-08-01 - 2024-07-31 - HP - Early Learning Ventures - Active - F3032 - L3032 - 3032@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - 240 - - - - - 11121 - 444 - 4 - 04HP000281 - 2019-08-01 - 2024-07-31 - HP - Ohio Valley Educational Cooperative - Active - F33579 - L33579 - 33579@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - 193 - - - - - 11122 - 301 - 3 - 03HP000268 - 2019-08-01 - 2024-07-31 - HP - Culpeper Human Services - Active - F14907 - L14907 - 14907@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - - 80 - - - - - 11123 - 752 - 4 - 04HP000261 - 2019-08-01 - 2024-07-31 - HP - Telamon Corporation - Active - F13510 - L13510 - 13510@hsesinfo.org - F45392 - L45392 - 45392@hsesinfo.org - - 72 - - - - - 11124 - 209 - 9 - 09HP000272 - 2019-08-01 - 2024-07-31 - HP - Southwest Human Development - Active - F47463 - L47463 - 47463@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - - 112 - - - - - 11125 - 534 - 3 - 03HP000269 - 2019-08-01 - 2024-07-31 - HP - Total Action Against Poverty in the Roanoke Valley - Active - F14907 - L14907 - 14907@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - - 148 - - - - - 11126 - 1417 - 8 - 08HP000278 - 2019-08-01 - 2024-07-31 - HP - Salt Lake Community Action Program - Active - F3064 - L3064 - 3064@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - 64 - - - - - 11127 - 1128 - 7 - 07CH011193 - 2019-08-01 - 2024-07-31 - CH - Northeast Missouri Community Action Agency - Active - F49091 - L49091 - 49091@hsesinfo.org - F47025 - L47025 - 47025@hsesinfo.org - 164 - 48 - - - - - 11128 - 7188 - 4 - 04HP000258 - 2019-08-01 - 2024-07-31 - HP - United Way of Miami-Dade, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - - 320 - - - - - 11129 - 752 - 3 - 03CH011041 - 2019-08-01 - 2020-10-31 - CH - Telamon Corporation - Inactive - F46529 - L46529 - 46529@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - - - - - - - 11130 - 948 - 8 - 08HP000284 - 2019-08-01 - 2024-07-31 - HP - Cripple Creek Victor School District RE-1 - Active - F3032 - L3032 - 3032@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - - 40 - - - - - 11131 - 1481 - 9 - 09CH011189 - 2019-08-01 - 2024-07-31 - CH - Maui Family Support Services, Inc. - Active - F47463 - L47463 - 47463@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - 119 - - - - - 11132 - 1500 - 9 - 09HP000267 - 2019-08-01 - 2024-07-31 - HP - Sacramento Employment & Training Agency - Active - F47463 - L47463 - 47463@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - - 80 - - - - - 11133 - 550 - 11 - 90BF000003 - 2019-08-01 - 2020-07-31 - BF - Oglala Lakota College - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - - - - - - - 11134 - 1243 - 5 - 05CH011198 - 2019-08-01 - 2024-07-31 - CH - Knox County Head Start, Inc. - Active - F49521 - L49521 - 49521@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - 181 - 60 - - - - - 11135 - 1007 - 6 - 06HP000295 - 2019-08-01 - 2024-07-31 - HP - Northeast Oklahoma Community Action Agency, Inc. - Active - F45654 - L45654 - 45654@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - - 72 - - - - - 11136 - 1617 - 6 - 06HP000296 - 2019-08-01 - 2024-07-31 - HP - Community Services Office, Inc. - Active - F13320 - L13320 - 13320@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - - 208 - - - - - 11137 - 1423 - 5 - 05CH011195 - 2019-08-01 - 2024-07-31 - CH - Community Action Agency for McHenry County, Inc. - Active - F42090 - L42090 - 42090@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - 267 - - - - - - 11138 - 1933 - 5 - 05CH011188 - 2019-08-01 - 2024-07-31 - CH - Child Care Resources, Inc. - Active - F43414 - L43414 - 43414@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - 165 - 49 - - - - - 11139 - 796 - 6 - 06HP000294 - 2019-08-01 - 2024-07-31 - HP - Child Inc. - Active - F13320 - L13320 - 13320@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - - 56 - - - - - 11140 - 770 - 5 - 05HP000276 - 2019-08-01 - 2024-07-31 - HP - Capital Area Community Services, Incorporated - Active - F13544 - L13544 - 13544@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - - 120 - - - - - 11141 - 1373 - 6 - 06HP000302 - 2019-08-01 - 2024-07-31 - HP - Avance-San Antonio, Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F2193 - L2193 - 2193@hsesinfo.org - - 72 - - - - - 11142 - 808 - 6 - 06HP000298 - 2019-09-01 - 2024-08-31 - HP - Total Community Action, Inc. - Active - F13320 - L13320 - 13320@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - 72 - - - - - 11143 - 384 - 6 - 06HP000266 - 2019-09-01 - 2024-08-31 - HP - Texas Tech University System - Active - F13320 - L13320 - 13320@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - 40 - - - - - 11144 - 1734 - 2 - 02HP000274 - 2019-08-01 - 2024-07-31 - HP - Project Social Care Head Start, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - - 296 - - - - - 11145 - 523 - 6 - 06HP000304 - 2019-08-01 - 2024-07-31 - HP - Motivation Education & Training, Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - - 184 - - - - - 11146 - 856 - 10 - 10HP000287 - 2019-08-01 - 2024-07-31 - HP - Children's Home Society of Washington - Active - F45193 - L45193 - 45193@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - - 16 - - - - - 11147 - 1402 - 4 - 04CH011190 - 2019-08-01 - 2024-07-31 - CH - Lutheran Services Florida, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - 1303 - - - - - - 11148 - 1842 - 8 - 08HP000291 - 2019-08-01 - 2024-07-31 - HP - Mayville State University - Active - F47409 - L47409 - 47409@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - - 64 - - - - - 11149 - 237 - 2 - 02CH011196 - 2019-08-01 - 2024-07-31 - CH - Commission on Economic Opportunity for the Greater Capital Region, Inc. - Active - F2340 - L2340 - 2340@hsesinfo.org - F48411 - L48411 - 48411@hsesinfo.org - 417 - 175 - - - - - 11150 - 990 - 2 - 02HP000289 - 2019-08-01 - 2024-07-31 - HP - Yeshiva Kehilath Yakove, Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F48411 - L48411 - 48411@hsesinfo.org - - 96 - - - - - 11151 - 1947 - 5 - 05HP000309 - 2019-08-01 - 2024-07-31 - HP - West Ohio Community Action Partnership - Active - F44271 - L44271 - 44271@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - - 72 - - - - - 11152 - 1460 - 2 - 02CH011200 - 2019-08-01 - 2021-07-31 - CH - Fundacion Para el Desarrollo de Hogar Propio Incorporado - Active - F15514 - L15514 - 15514@hsesinfo.org - F48411 - L48411 - 48411@hsesinfo.org - 326 - 479 - - - - - 11153 - 245 - 8 - 08HP000283 - 2019-08-01 - 2024-07-31 - HP - Centro De La Familia De Utah - Active - F47409 - L47409 - 47409@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - 60 - - - - - 11154 - 259 - 5 - 05CH011201 - 2019-08-01 - 2024-07-31 - CH - Northwest Community Action, Inc. - Active - F49521 - L49521 - 49521@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - 174 - 80 - - - - - 11155 - 872 - 2 - 02HP000277 - 2019-08-01 - 2024-07-31 - HP - Schenectady Community Action Program - Active - F2340 - L2340 - 2340@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - 94 - - - - - 11156 - 1774 - 2 - 02CH011194 - 2019-08-01 - 2024-07-31 - CH - Glen Cove Child Day Care Center, Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F48300 - L48300 - 48300@hsesinfo.org - 114 - - - - - - 11157 - 1746 - 6 - 06HP000265 - 2019-08-01 - 2024-07-31 - HP - Rolling Plains Management Corporation - Active - F13320 - L13320 - 13320@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - 82 - - - - - 11158 - 1352 - 2 - 02HP000273 - 2019-08-01 - 2024-07-31 - HP - United Academy, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F48564 - L48564 - 48564@hsesinfo.org - - 144 - - - - - 11159 - 1416 - 4 - 04CH011202 - 2019-08-01 - 2024-07-31 - CH - Blue Grass Community Action Partnership, Inc. - Active - F13510 - L13510 - 13510@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - 303 - - - - - - 11160 - 1281 - 8 - 08HP000310 - 2019-08-01 - 2024-07-31 - HP - Opportunities, Inc. - Active - F13544 - L13544 - 13544@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - 80 - - - - - 11161 - 532 - 4 - 04HP000293 - 2019-08-01 - 2024-07-31 - HP - School Board of Lee County - Active - F46251 - L46251 - 46251@hsesinfo.org - F46450 - L46450 - 46450@hsesinfo.org - - 72 - - - - - 11162 - 1251 - 6 - 06HP000301 - 2019-08-01 - 2024-07-31 - HP - Avance, Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F44340 - L44340 - 44340@hsesinfo.org - - 72 - - - - - 11163 - 1893 - 5 - 05HP000285 - 2019-08-01 - 2024-07-31 - HP - Elkhart and St. Joseph Counties Head Start Consortium - Active - F44271 - L44271 - 44271@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - - 128 - - - - - 11164 - 728 - 5 - 05HP000292 - 2019-08-01 - 2024-07-31 - HP - Cincinnati-Hamilton County Community Action Agency - Active - F48866 - L48866 - 48866@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - 152 - - - - - 11165 - 710 - 4 - 04CH011199 - 2019-08-01 - 2024-07-31 - CH - Community Action Council for Lexington-Fayette, Bourbon, Harrison & Nicholas Counties, Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - 797 - 329 - - - - - 11166 - 1243 - 5 - 05HP000286 - 2019-08-01 - 2024-07-31 - HP - Knox County Head Start, Inc. - Active - F49521 - L49521 - 49521@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - - 16 - - - - - 11167 - 1633 - 6 - 06HP000311 - 2019-09-01 - 2024-08-31 - HP - Harris County Department of Education - Active - F13320 - L13320 - 13320@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - - 100 - - - - - 11168 - 7193 - 2 - 02HP000300 - 2019-08-01 - 2024-07-31 - HP - Municipality of San Sebastian - Active - F42299 - L42299 - 42299@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - - 72 - - - - - 11169 - 1090 - 6 - 06HP000312 - 2019-08-01 - 2024-07-31 - HP - Little Dixie Community Action Agency, Inc. - Active - F45654 - L45654 - 45654@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - - 132 - - - - - 11170 - 1384 - 2 - 02HP000299 - 2019-08-01 - 2021-06-30 - HP - Centro de Fortalecimiento Familiar, ESCAPE - Active - F42299 - L42299 - 42299@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - 44 - - - - - 11171 - 584 - 2 - 02HP000318 - 2019-08-01 - 2024-07-31 - HP - Grand Street Settlement, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - - 112 - - - - - 11172 - 7220 - 6 - 06HP000303 - 2019-09-01 - 2024-08-31 - HP - Boys Town Louisiana, Inc. - Active - F45654 - L45654 - 45654@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - 88 - - - - - 11173 - 1221 - 9 - 09HP000314 - 2019-08-01 - 2024-07-31 - HP - Crystal Stairs, Inc. - Active - F14155 - L14155 - 14155@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - 96 - - - - - 11174 - 7061 - 5 - 05HP000315 - 2019-08-01 - 2021-02-28 - HP - St. Joseph County Intermediate School District - Active - F49521 - L49521 - 49521@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - 40 - - - - - 11175 - 1782 - 6 - 06HP000297 - 2019-09-01 - 2024-08-31 - HP - Education Service Center Region XIV - Active - F13320 - L13320 - 13320@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - - 72 - - - - - 11176 - 779 - 11 - 90CI009993 - 2019-08-01 - 2024-07-31 - CI - Muckleshoot Indian Tribe - Active - F25722 - L25722 - 25722@hsesinfo.org - F47570 - L47570 - 47570@hsesinfo.org - 90 - - - - - - 11177 - 258 - 5 - 05HP000317 - 2019-08-01 - 2024-07-31 - HP - Anoka County Community Action Program, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - 99 - - - - - 11178 - 294 - 4 - 04HP000306 - 2019-08-01 - 2024-07-31 - HP - Western Carolina Community Action, Inc. - Active - F48070 - L48070 - 48070@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - - 100 - - - - - 11179 - 1369 - 2 - 02HP000270 - 2019-08-01 - 2024-07-31 - HP - Community Action of Orleans and Genesee, Inc. - Active - F2340 - L2340 - 2340@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - - 58 - - - - - 11180 - 943 - 2 - 02HP000313 - 2019-08-01 - 2024-07-31 - HP - University Settlement Society of New York - Active - F2340 - L2340 - 2340@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - 72 - - - - - 11181 - 794 - 5 - 05HP000308 - 2019-08-01 - 2024-07-31 - HP - Great Lakes Community Action Partnership - Inactive - F2088 - L2088 - 2088@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - - - - - - - 11182 - 1017 - 1 - 01HP000307 - 2019-08-01 - 2024-07-31 - HP - Community Action, Inc. - Active - F2300 - L2300 - 2300@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - - 72 - - - - - 11183 - 7060 - 5 - 05HP000316 - 2019-08-01 - 2024-07-31 - HP - Ohio State University, The - Active - F44271 - L44271 - 44271@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - 160 - - - - - 11184 - 1244 - 4 - 04CH011178 - 2019-09-01 - 2024-08-31 - CH - Berean Head Start - Active - F2065 - L2065 - 2065@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - 120 - - - - - - 11185 - 588 - 4 - 04HP000305 - 2019-08-01 - 2024-07-31 - HP - Tallatoona Community Action Partnership, Inc. - Active - F13740 - L13740 - 13740@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - 96 - - - - - 11186 - 586 - 5 - 05HP000319 - 2019-08-01 - 2024-07-31 - HP - Tri-County Community Action Partnership, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - 66 - - - - - 11187 - 4374 - 2 - 02HP000321 - 2019-08-01 - 2024-07-31 - HP - Fort George Community Enrichment Center, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - 72 - - - - - 11188 - 973 - 3 - 03HP000322 - 2019-08-01 - 2024-07-31 - HP - Raleigh County Community Action Association, Inc. - Active - F49595 - L49595 - 49595@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - - 52 - - - - - 11189 - 169 - 7 - 07HP000328 - 2019-09-01 - 2024-08-31 - HP - Missouri Valley Community Action Agency - Active - F49091 - L49091 - 49091@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - - 34 - - - - - 11190 - 956 - 9 - 09HP000290 - 2019-08-01 - 2024-07-31 - HP - Parents And Children Together - Active - F37822 - L37822 - 37822@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - - 72 - - - - - 11191 - 1958 - 2 - 02HP000324 - 2019-09-01 - 2024-08-31 - HP - Head Start of Rockland, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - - 112 - - - - - 11192 - 1155 - 4 - 04HP000323 - 2019-08-01 - 2024-07-31 - HP - Picayune School District - Active - F13740 - L13740 - 13740@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - - 72 - - - - - 11193 - 220 - 11 - 90CI009995 - 2019-09-01 - 2024-08-31 - CI - Lummi - Active - F25722 - L25722 - 25722@hsesinfo.org - F45305 - L45305 - 45305@hsesinfo.org - 117 - 72 - - - - - 11194 - 41 - 3 - 03HP000326 - 2019-08-01 - 2024-07-31 - HP - Human Services, Pennsylvania Department of - Active - F46529 - L46529 - 46529@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - 368 - - - - - 11195 - 617 - 6 - 06HP000332 - 2019-09-01 - 2024-08-31 - HP - Sunbeam Family Services, Inc. - Active - F2179 - L2179 - 2179@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - 240 - - - - - 11196 - 1214 - 6 - 06HP000331 - 2019-09-01 - 2024-08-31 - HP - Clinica De Familia Inc, LA - Active - F23929 - L23929 - 23929@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - - 72 - - - - - 11197 - 1373 - 6 - 06CH011206 - 2019-09-01 - 2024-08-31 - CH - AVANCE-San Antonio, Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F2193 - L2193 - 2193@hsesinfo.org - - 270 - - - - - 11198 - 1762 - 6 - 06HP000330 - 2019-09-01 - 2024-08-31 - HP - University Of Arkansas At Pine Bluff - Active - F23929 - L23929 - 23929@hsesinfo.org - F15375 - L15375 - 15375@hsesinfo.org - - 88 - - - - - 11199 - 1285 - 3 - 03HP000329 - 2019-09-01 - 2024-08-31 - HP - Community Services for Children, Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - 32 - - - - - 11200 - 1521 - 3 - 03HP000325 - 2019-08-01 - 2024-07-31 - HP - Northern Virginia Family Service - Active - F14907 - L14907 - 14907@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - - 72 - - - - - 11201 - 983 - 2 - 02CH011205 - 2019-09-01 - 2024-08-31 - CH - Schuyler Head Start - Active - F2335 - L2335 - 2335@hsesinfo.org - F48564 - L48564 - 48564@hsesinfo.org - 68 - 22 - - - - - 11202 - 1100 - 6 - 06CH011207 - 2019-09-01 - 2024-08-31 - CH - Galena Park Independent School District - Active - F43271 - L43271 - 43271@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - - 64 - - - - - 11203 - 1415 - 3 - 03CH011197 - 2019-08-01 - 2024-07-31 - CH - Cen-Clear Child Services, Inc. - Active - F49595 - L49595 - 49595@hsesinfo.org - F49361 - L49361 - 49361@hsesinfo.org - 520 - 224 - 150 - - - - 11204 - 506 - 2 - 02CH011204 - 2019-09-01 - 2024-08-31 - CH - Center for Family Resources, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F48300 - L48300 - 48300@hsesinfo.org - 347 - 141 - - - - - 11205 - 1193 - 9 - 09HP000333 - 2019-09-01 - 2024-08-31 - HP - Child Development Resources Of Ventura County, Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - - 44 - - - - - 11206 - 1813 - 6 - 06HP000341 - 2019-08-01 - 2024-07-31 - HP - Cen-Tex Family Services, Inc. - Active - F45391 - L45391 - 45391@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - - 101 - - - - - 11207 - 919 - 12 - 90HM000016 - 2019-09-01 - 2024-08-31 - HM - Redlands Christian Migrant Association - Active - F3537 - L3537 - 3537@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - - 204 - - - - - 11208 - 831 - 9 - 09CH011208 - 2019-09-01 - 2024-08-31 - CH - Head Start Of Northeastern Nevada - Active - F2334 - L2334 - 2334@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - 109 - 36 - - - - - 11209 - 525 - 4 - 04CH011203 - 2019-09-01 - 2024-08-31 - CH - Ashland Independent School District - Active - F2001 - L2001 - 2001@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - 120 - - - - - - 11210 - 1210 - 4 - 04HP000242 - 2019-09-01 - 2024-08-31 - HP - Washington County Opportunities, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - - 72 - - - - - 11211 - 1466 - 7 - 07HP000345 - 2019-09-01 - 2024-08-31 - HP - Center for Human Services, Inc. - Active - F2256 - L2256 - 2256@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - - 16 - - - - - 11212 - 1210 - 4 - 04CH011171 - 2019-09-01 - 2024-08-31 - CH - Washington County Opportunities, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - 743 - 88 - - - - - 11213 - 7219 - 6 - 06HP000334 - 2019-09-01 - 2024-08-31 - HP - University Of Texas Rio Grande Valley, The - Active - F45654 - L45654 - 45654@hsesinfo.org - F44340 - L44340 - 44340@hsesinfo.org - - 372 - - - - - 11214 - 1052 - 10 - 10HP000320 - 2019-09-01 - 2024-08-31 - HP - Eastern Idaho Community Action Partnership - Active - F47078 - L47078 - 47078@hsesinfo.org - F2421 - L2421 - 2421@hsesinfo.org - - 65 - - - - - 11215 - 803 - 4 - 04HP000237 - 2019-09-01 - 2024-08-31 - HP - Guilford Child Development - Active - F46632 - L46632 - 46632@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - 90 - - - - - 11216 - 1466 - 7 - 07CH011216 - 2019-09-01 - 2024-08-31 - CH - Center for Human Services, Inc. - Active - F2256 - L2256 - 2256@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - - 152 - - - - - 11217 - 388 - 7 - 07HP000344 - 2019-09-01 - 2024-08-31 - HP - Blue Valley Community Action, Inc. - Active - F48871 - L48871 - 48871@hsesinfo.org - F47025 - L47025 - 47025@hsesinfo.org - - 44 - - - - - 11218 - 1919 - 2 - 02CH011209 - 2019-09-01 - 2024-08-31 - CH - Community Action Program For Madison County, Inc. - Active - F47557 - L47557 - 47557@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - 65 - - - - - 11219 - 1574 - 2 - 02HP000338 - 2019-09-01 - 2024-08-31 - HP - L. I. Child & Family Development Services, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - 98 - - - - - 11220 - 1235 - 7 - 07HP000353 - 2019-09-01 - 2024-08-31 - HP - Douglass Community Services, Inc. - Active - F49508 - L49508 - 49508@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - - 76 - - - - - 11221 - 7210 - 2 - 02HP000340 - 2019-09-01 - 2024-08-31 - HP - Union Township Community Action Organization, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F48109 - L48109 - 48109@hsesinfo.org - - 94 - - - - - 11222 - 1692 - 10 - 10HP000327 - 2019-09-01 - 2024-08-31 - HP - Family Services Of Grant County - Inactive - F14039 - L14039 - 14039@hsesinfo.org - F47540 - L47540 - 47540@hsesinfo.org - - - - - - - 11223 - 1691 - 2 - 02HP000336 - 2019-09-01 - 2021-06-30 - HP - Centro de Desarrollo Familiar SHS Diocesis de Mayaguez - Inactive - F2342 - L2342 - 2342@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - - - - - - 11224 - 344 - 10 - 10CH011215 - 2019-09-01 - 2024-08-31 - CH - Oregon Coast Community Action - Active - F43149 - L43149 - 43149@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - 124 - 72 - 243 - 4 - - - 11225 - 1058 - 2 - 02HP000335 - 2019-09-01 - 2024-08-31 - HP - Chautauqua Opportunities Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - 80 - - - - - 11226 - 708 - 2 - 02HP000342 - 2019-09-01 - 2024-08-31 - HP - Community Action Organization of Erie County, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F13554 - L13554 - 13554@hsesinfo.org - - 190 - - - - - 11227 - 1745 - 2 - 02HP000349 - 2019-09-01 - 2021-06-30 - HP - Quintana Baptist Church Head Start Program - Inactive - F2342 - L2342 - 2342@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - - - - - - - 11228 - 7211 - 2 - 02HP000339 - 2019-09-01 - 2024-08-31 - HP - Quality Care Resource and Referral Services, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - - 280 - - - - - 11229 - 1588 - 10 - 10HP000343 - 2019-09-01 - 2024-08-31 - HP - Oregon Child Development Coalition, Inc. - Active - F43149 - L43149 - 43149@hsesinfo.org - F2428 - L2428 - 2428@hsesinfo.org - - 170 - - - - - 11230 - 584 - 2 - 02CH011210 - 2019-09-01 - 2024-08-31 - CH - Grand Street Settlement, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - - 56 - - - - - 11231 - 447 - 6 - 06HP000346 - 2019-09-01 - 2024-08-31 - HP - Webb County Commissioners - Active - F45391 - L45391 - 45391@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - 72 - - - - - 11232 - 447 - 6 - 06CH011213 - 2019-09-01 - 2024-08-31 - CH - Webb County Commissioners - Active - F45391 - L45391 - 45391@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - 1218 - 72 - - - - - 11233 - 1238 - 6 - 06HP000351 - 2019-09-01 - 2024-08-31 - HP - AVANCE - Houston, Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F12886 - L12886 - 12886@hsesinfo.org - - 96 - - - - - 11234 - 536 - 4 - 04HP000348 - 2019-09-01 - 2024-08-31 - HP - Enrichment Services Program, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - 88 - - - - - 11235 - 1828 - 9 - 09CH011214 - 2019-09-01 - 2024-06-30 - CH - Stanislaus County Office Of Education - Active - F2334 - L2334 - 2334@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - 1339 - 361 - - - - - 11236 - 959 - 4 - 04CH011217 - 2019-09-01 - 2024-08-31 - CH - Lancaster County School District - Active - F46251 - L46251 - 46251@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - - 72 - - - - - 11237 - 1615 - 3 - 03HP000350 - 2019-09-01 - 2024-08-31 - HP - Lawrence County Social Services, Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - - 72 - - - - - 11238 - 1062 - 4 - 04HP000356 - 2019-09-01 - 2024-08-31 - HP - Audubon Area Community Services, Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - 80 - - - - - 11239 - 410 - 10 - 10HP000355 - 2019-09-01 - 2024-08-31 - HP - Olympic Educational Service District 114 - Active - F43149 - L43149 - 43149@hsesinfo.org - F47540 - L47540 - 47540@hsesinfo.org - - 40 - - - - - 11240 - 519 - 4 - 04CH011218 - 2019-09-01 - 2024-08-31 - CH - The University of Alabama at Birmingham - Active - F48459 - L48459 - 48459@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - - 88 - - - - - 11241 - 5561 - 4 - 04CH011221 - 2019-09-01 - 2024-08-31 - CH - Person County Public Schools - Active - F48070 - L48070 - 48070@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - 111 - - - - - - 11242 - 1828 - 9 - 09HP000347 - 2019-09-01 - 2024-06-30 - HP - Stanislaus County Office of Education - Active - F2334 - L2334 - 2334@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - - 153 - - - - - 11243 - 514 - 9 - 09HP000362 - 2019-09-01 - 2024-08-31 - HP - Shasta County Head Start Child Development, Inc. - Active - F37822 - L37822 - 37822@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - 26 - - - - - 11244 - 1139 - 4 - 04HP000360 - 2019-09-01 - 2024-08-31 - HP - Family Services Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F48069 - L48069 - 48069@hsesinfo.org - - 120 - - - - - 11245 - 1440 - 4 - 04HP000359 - 2019-09-01 - 2024-08-31 - HP - Sequatchie Valley Planning and Development Agency - Active - F2065 - L2065 - 2065@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - 72 - - - - - 11246 - 10 - 3 - 03HP000352 - 2019-09-01 - 2024-08-31 - HP - DC Office of the State Superintendent of Education - Active - F2402 - L2402 - 2402@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - 200 - - - - - 11247 - 710 - 4 - 04HP000358 - 2019-09-01 - 2024-08-31 - HP - Community Action Council for Lexington-Fayette, Bourbon, Har - Active - F2065 - L2065 - 2065@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - 128 - - - - - 11248 - 1711 - 6 - 06HP000363 - 2019-09-01 - 2024-08-31 - HP - Head Start of Greater Dallas, Inc. - Active - F2185 - L2185 - 2185@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - - 128 - - - - - 11249 - 564 - 3 - 03HP000361 - 2019-09-01 - 2024-08-31 - HP - Garrett County Community Action Committee, Inc - Active - F49609 - L49609 - 49609@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - - 20 - - - - - 11250 - 7214 - 6 - 06HP000365 - 2019-09-01 - 2024-08-31 - HP - Kingsley House, Inc. - Active - F45391 - L45391 - 45391@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - 150 - - - - - 11251 - 1960 - 3 - 03CH011219 - 2019-09-01 - 2024-08-31 - CH - Danville Area School District - Active - F14907 - L14907 - 14907@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - 85 - - - - - - 11252 - 1759 - 4 - 04HP000364 - 2019-09-01 - 2024-08-31 - HP - Action Pathways, Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - 96 - - - - - 11253 - 1656 - 5 - 05CH011223 - 2019-09-01 - 2024-08-31 - CH - West Central Community Services, Inc. - Active - F13544 - L13544 - 13544@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - 288 - 24 - - - - - 11254 - 1750 - 3 - 03HP000369 - 2019-09-01 - 2024-08-31 - HP - Delaware County Intermediate Unit - Active - F14907 - L14907 - 14907@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - 80 - - - - - 11255 - 651 - 9 - 09HP000366 - 2019-09-01 - 2024-08-31 - HP - Child-Parent Centers, Inc. - Active - F14155 - L14155 - 14155@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - 85 - - - - - 11256 - 1358 - 12 - 90HM000017 - 2019-09-01 - 2024-08-31 - HM - Chicanos Por La Causa, Inc. - Active - F3537 - L3537 - 3537@hsesinfo.org - F39971 - L39971 - 39971@hsesinfo.org - - 90 - - - - - 11257 - 1036 - 2 - 02HP000354 - 2019-09-01 - 2021-08-31 - HP - Caguas Municipality - Active - F2342 - L2342 - 2342@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - 112 - - - - - 11258 - 1726 - 2 - 02HP000357 - 2019-09-01 - 2024-08-31 - HP - Tri-County Community Action Agency Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F2353 - L2353 - 2353@hsesinfo.org - - 136 - - - - - 11259 - 1934 - 11 - 90HI000025 - 2019-09-01 - 2024-08-31 - HI - Pinoleville Pomo Nation - Active - F47779 - L47779 - 47779@hsesinfo.org - F46932 - L46932 - 46932@hsesinfo.org - - 32 - - - - - 11260 - 817 - 4 - 04HP000367 - 2019-09-01 - 2024-08-31 - HP - GLEAMNS Human Resources Commission, Inc. - Active - F2001 - L2001 - 2001@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - - 72 - - - - - 11261 - 386 - 11 - 90HI000026 - 2019-09-01 - 2024-08-31 - HI - Winnebago Tribe - Active - F39730 - L39730 - 39730@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - - 72 - - - - - 11262 - 1191 - 9 - 09HP000370 - 2019-09-01 - 2024-08-31 - HP - Western Arizona Council of Governments - Active - F14155 - L14155 - 14155@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - - 60 - - - - - 11263 - 355 - 4 - 04HP000368 - 2019-09-01 - 2024-08-31 - HP - Greene Lamp Inc - Active - F2001 - L2001 - 2001@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - - 72 - - - - - 11264 - 7185 - 2 - 02HP000337 - 2019-09-01 - 2024-08-31 - HP - Salvation Army, The - Active - F32488 - L32488 - 32488@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - - 88 - - - - - 11265 - 1667 - 10 - 10HP000371 - 2019-09-01 - 2024-08-31 - HP - Puget Sound Educational Service District - Active - F14039 - L14039 - 14039@hsesinfo.org - F45312 - L45312 - 45312@hsesinfo.org - - 130 - - - - - 11266 - 1605 - 13 - 90CH011243 - 2019-09-01 - 2024-08-31 - CH - CDI HS/Mid-Cumberland, TN - Active - F33086 - L33086 - 33086@hsesinfo.org - F48422 - L48422 - 48422@hsesinfo.org - 838 - 60 - - - - - 11267 - 4429 - 5 - 05HP000374 - 2019-09-01 - 2024-08-31 - HP - Matrix Human Services - Active - F14214 - L14214 - 14214@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - - 360 - - - - - 11268 - 1057 - 3 - 03HP000372 - 2019-09-01 - 2024-08-31 - HP - Council of Three Rivers American Indian Center - Active - F2402 - L2402 - 2402@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - - 178 - - - - - 11269 - 3429 - 8 - 08HP000376 - 2019-09-01 - 2024-08-31 - HP - Clayton Early Learning, Trustee George W. Clayton Trust - Active - F3032 - L3032 - 3032@hsesinfo.org - F3062 - L3062 - 3062@hsesinfo.org - - 82 - - - - - 11270 - 1196 - 4 - 04CH011226 - 2019-09-01 - 2024-08-31 - CH - Verner - Active - F13510 - L13510 - 13510@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - 100 - - - - - 11271 - 1602 - 8 - 08CH011227 - 2019-09-01 - 2024-08-31 - CH - Ogden-Weber Community Action Partnership, Inc. - Active - F3064 - L3064 - 3064@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - 567 - 30 - - - - - 11272 - 215 - 8 - 08CH011228 - 2019-09-01 - 2024-08-31 - CH - Sheridan School District 2 - Active - F47409 - L47409 - 47409@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - 207 - - - - - - 11273 - 1227 - 4 - 04HP000373 - 2019-09-01 - 2024-08-31 - HP - Tennessee State University - Active - F48070 - L48070 - 48070@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - - 80 - - - - - 11274 - 7194 - 8 - 08HP000380 - 2019-09-01 - 2024-08-31 - HP - Evanston Child Development Center - Active - F47409 - L47409 - 47409@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - - 72 - - - - - 11275 - 891 - 9 - 09HP000384 - 2019-09-01 - 2024-08-31 - HP - Riverside County Office of Education - Active - F14155 - L14155 - 14155@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - 52 - - - - - 11276 - 1951 - 4 - 04HP000377 - 2019-09-01 - 2024-08-31 - HP - Durham's Partnership for Children - Active - F48070 - L48070 - 48070@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - - 64 - - - - - 11277 - 1986 - 8 - 08HP000379 - 2019-09-01 - 2024-08-31 - HP - Colorado Early Education Network - Active - F3064 - L3064 - 3064@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - - 48 - - - - - 11278 - 1577 - 11 - 90CI009996 - 2019-09-01 - 2024-08-31 - CI - Pueblo of Isleta - Active - F25722 - L25722 - 25722@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - 87 - 48 - - - - - 11279 - 7064 - 5 - 05HP000378 - 2019-09-01 - 2024-08-31 - HP - The Order of the Fishermen Ministry - Active - F14214 - L14214 - 14214@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - - 210 - - - - - 11280 - 1588 - 12 - 90HM000018 - 2019-09-01 - 2024-08-31 - HM - Oregon Child Development Coalition, Inc. - Active - F3537 - L3537 - 3537@hsesinfo.org - F39971 - L39971 - 39971@hsesinfo.org - - 192 - - - - - 11281 - 3431 - 8 - 08CH011225 - 2019-09-01 - 2024-08-31 - CH - Children`s Developmental Services of Campbell County - Active - F3064 - L3064 - 3064@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - - 36 - - - - - 11282 - 952 - 4 - 04HP000383 - 2019-09-01 - 2024-08-31 - HP - Wayne Action Group for Economic Solvency, Inc - Active - F33579 - L33579 - 33579@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - - 72 - - - - - 11283 - 1364 - 4 - 04CH011230 - 2019-09-01 - 2024-08-31 - CH - Bolivar Community Action Agency Inc - Active - F13510 - L13510 - 13510@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - 510 - 104 - - - - - 11284 - 230 - 5 - 05CH011234 - 2019-09-01 - 2024-08-31 - CH - Centerstone of Illinois, Inc. - Active - F44271 - L44271 - 44271@hsesinfo.org - F48776 - L48776 - 48776@hsesinfo.org - - 85 - - - - - 11285 - 326 - 5 - 05HP000388 - 2019-09-01 - 2024-08-31 - HP - Ironton-Lawrence County Community Action Organization - Active - F3061 - L3061 - 3061@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - 80 - - - - - 11286 - 1804 - 2 - 02CH011191 - 2019-09-01 - 2024-08-31 - CH - Livingston Wyoming Chapter NY State Area Rehab Center - Active - F47557 - L47557 - 47557@hsesinfo.org - F47389 - L47389 - 47389@hsesinfo.org - 50 - - - - - - 11287 - 756 - 1 - 01CH011222 - 2019-09-01 - 2024-08-31 - CH - Woonsocket Head Start Child Development Association, Inc. - Active - F42223 - L42223 - 42223@hsesinfo.org - F15627 - L15627 - 15627@hsesinfo.org - 182 - - 8 - - - - 11288 - 7063 - 5 - 05HP000389 - 2019-09-01 - 2024-08-31 - HP - Young Women's Christian Association of Canton, Ohio - Active - F2088 - L2088 - 2088@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - 140 - - - - - 11289 - 1956 - 5 - 05HP000386 - 2019-09-01 - 2024-08-31 - HP - County of Macomb - Active - F43414 - L43414 - 43414@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - 88 - - - - - 11290 - 1600 - 3 - 03CH011229 - 2019-09-30 - 2024-09-29 - CH - Maryland Family Network, Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - - 258 - - - - - 11291 - 735 - 3 - 03CH011220 - 2019-09-01 - 2024-08-31 - CH - City of Alexandria - Active - F14907 - L14907 - 14907@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - 309 - - - - - - 11292 - 3501 - 6 - 06HP000387 - 2019-09-01 - 2024-08-31 - HP - Arkansas Early Learning, Inc. - Active - F13320 - L13320 - 13320@hsesinfo.org - F49596 - L49596 - 49596@hsesinfo.org - - 256 - - - - - 11293 - 943 - 2 - 02CH011211 - 2019-09-01 - 2024-08-31 - CH - University Settlement Society of New York - Active - F2340 - L2340 - 2340@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - - 135 - - - - - 11294 - 7059 - 5 - 05HP000396 - 2019-09-01 - 2024-08-31 - HP - Early Learning Indiana, Inc. - Active - F44271 - L44271 - 44271@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - 88 - - - - - 11295 - 7641 - 1 - 01CH011232 - 2019-09-01 - 2024-08-31 - CH - Prospect Manchester Hospital, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - - 48 - - - - - 11296 - 1070 - 1 - 01HP000397 - 2019-09-01 - 2024-08-31 - HP - Associates for Human Services, Inc. - Active - F42223 - L42223 - 42223@hsesinfo.org - F15627 - L15627 - 15627@hsesinfo.org - - 70 - - - - - 11297 - 1710 - 3 - 03HP000395 - 2019-09-01 - 2024-08-31 - HP - Norris Square Community Alliance - Active - F46529 - L46529 - 46529@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - - 88 - - - - - 11298 - 883 - 1 - 01HP000392 - 2019-09-01 - 2024-08-31 - HP - Training, Education, and Manpower, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - 72 - - - - - 11299 - 4100 - 1 - 01HP000393 - 2019-09-01 - 2024-08-31 - HP - LULAC Head Start Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F32486 - L32486 - 32486@hsesinfo.org - - 88 - - - - - 11300 - 376 - 1 - 01CH011235 - 2019-09-01 - 2024-08-31 - CH - Action For Boston Community Development, Inc. - Active - F47611 - L47611 - 47611@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - 1867 - 298 - - - - - 11301 - 328 - 1 - 01HP000391 - 2019-09-01 - 2024-08-31 - HP - Kennebec Valley Community Action Program - Active - F14152 - L14152 - 14152@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - - 100 - - - - - 11302 - 1614 - 12 - 90CM009837 - 2019-09-01 - 2024-08-31 - CM - Tulare, County of - Active - F25722 - L25722 - 25722@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - 90 - - - - - - 11303 - 187 - 2 - 02HP000390 - 2019-09-01 - 2024-08-31 - HP - Center for Family Svcs, Inc. - Active - F2340 - L2340 - 2340@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - - 83 - - - - - 11304 - 7215 - 6 - 06HP000385 - 2019-09-01 - 2024-08-31 - HP - Ser-Jobs for Progress National, Inc. - Active - F45654 - L45654 - 45654@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - - 72 - - - - - 11305 - 328 - 1 - 01CH011233 - 2019-09-01 - 2024-08-31 - CH - Kennebec Valley Community Action Program - Active - F14152 - L14152 - 14152@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - 257 - 56 - - - - - 11306 - 1605 - 13 - 90HP000413 - 2019-09-01 - 2024-08-31 - HP - CDI HS/Mid-Cumberland, TN CC Partnership - Active - F33086 - L33086 - 33086@hsesinfo.org - F48422 - L48422 - 48422@hsesinfo.org - - 66 - - - - - 11307 - 884 - 6 - 06CH011224 - 2019-09-01 - 2024-08-31 - CH - Port Arthur Independent School District - Active - F2185 - L2185 - 2185@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - 333 - - - - - - 11308 - 1078 - 4 - 04CH011236 - 2019-09-01 - 2024-08-31 - CH - Gateway Community Services Organization, Inc. - Active - F48070 - L48070 - 48070@hsesinfo.org - F48069 - L48069 - 48069@hsesinfo.org - 370 - - - - - - 11309 - 7202 - 9 - 09HP000394 - 2019-09-01 - 2024-08-31 - HP - Community Association for Preschool Education, Inc. - Active - F47463 - L47463 - 47463@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - - 89 - - - - - 11310 - 256 - 4 - 04HP000382 - 2019-09-01 - 2024-08-31 - HP - Family Resource Agency, Inc. - Active - F13740 - L13740 - 13740@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - - 96 - - - - - 11311 - 1654 - 2 - 02CH011231 - 2019-09-01 - 2024-08-31 - CH - Morris County Head Start Community Program - Active - F47557 - L47557 - 47557@hsesinfo.org - F48300 - L48300 - 48300@hsesinfo.org - 30 - 58 - - - - - 11312 - 652 - 4 - 04CH011237 - 2019-09-01 - 2024-08-31 - CH - Emanuel County School District - Active - F48070 - L48070 - 48070@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - - 55 - - - - - 11313 - 596 - 5 - 05CH011238 - 2019-09-01 - 2024-08-31 - CH - Christopher House - Active - F13544 - L13544 - 13544@hsesinfo.org - F48776 - L48776 - 48776@hsesinfo.org - - 98 - - - - - 11314 - 902 - 11 - 90HI000029 - 2019-09-01 - 2024-08-31 - HI - Nisqually Indian Tribe - Active - F15738 - L15738 - 15738@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - - 24 - - - - - 11315 - 3437 - 5 - 05HP000402 - 2019-09-01 - 2024-08-31 - HP - Community Action Commission of Fayette County, Inc. - Active - F2088 - L2088 - 2088@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - 60 - - - - - 11316 - 2304 - 11 - 90HI000028 - 2019-09-01 - 2024-08-31 - HI - Cook Inlet Tribal Council, Inc. - Active - F39730 - L39730 - 39730@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - 72 - - - - - 11317 - 323 - 5 - 05HP000401 - 2019-09-01 - 2024-08-31 - HP - Mahube-Otwa Community Action Partnership, Inc. - Active - F48866 - L48866 - 48866@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - 72 - - - - - 11318 - 544 - 11 - 90CI009997 - 2019-09-01 - 2024-08-31 - CI - Bristol Bay Native Association - Active - F15738 - L15738 - 15738@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - 80 - - - - - - 11319 - 7065 - 5 - 05HP000400 - 2019-09-01 - 2024-08-31 - HP - Child Care Resource & Referral - Active - F14214 - L14214 - 14214@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - 96 - - - - - 11320 - 625 - 11 - 90HI000027 - 2019-09-01 - 2024-08-31 - HI - Confederated Salish And Kootenai Tribes - Active - F33086 - L33086 - 33086@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - - 50 - - - - - 11321 - 1364 - 4 - 04HP000375 - 2019-09-01 - 2024-08-31 - HP - Bolivar Community Action Agency Inc - Active - F13510 - L13510 - 13510@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - - 48 - - - - - 11322 - 1600 - 3 - 03HP000398 - 2019-09-01 - 2024-08-31 - HP - Maryland Family Network, Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - - 87 - - - - - 11323 - 7222 - 4 - 04HP000404 - 2019-09-01 - 2024-08-31 - HP - Eckerd Youth Alternatives Inc. - Active - F13740 - L13740 - 13740@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - - 85 - - - - - 11324 - 692 - 4 - 04HP000381 - 2019-09-01 - 2024-08-31 - HP - Fort Valley State University - Active - F13740 - L13740 - 13740@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - - 412 - - - - - 11325 - 1872 - 4 - 04HP000406 - 2019-09-01 - 2024-08-31 - HP - Children's Bureau Inc. dba Porter-Leath - Active - F13510 - L13510 - 13510@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - - 136 - - - - - 11326 - 634 - 9 - 09HP000408 - 2019-09-01 - 2024-08-31 - HP - Young Men's Christian Association of the East Bay - Active - F47463 - L47463 - 47463@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - - 114 - - - - - 11327 - 1411 - 5 - 05HP000407 - 2019-09-01 - 2021-08-31 - HP - Acelero, Inc. - Inactive - F2334 - L2334 - 2334@hsesinfo.org - F13894 - L13894 - 13894@hsesinfo.org - - 80 - - - - - 11328 - 1236 - 6 - 06CH011240 - 2019-09-01 - 2024-08-31 - CH - Mississippi County Arkansas Economic Opportunity Inc - Active - F45391 - L45391 - 45391@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - 432 - 339 - - - - - 11329 - 1621 - 3 - 03HP000399 - 2019-09-01 - 2024-08-31 - HP - Augusta County School Board - Active - F49609 - L49609 - 49609@hsesinfo.org - F23816 - L23816 - 23816@hsesinfo.org - - 32 - - - - - 11330 - 539 - 1 - 01HP000411 - 2019-09-01 - 2024-08-31 - HP - Holyoke, Chicopee, Springfield Head Start Inc - Active - F42223 - L42223 - 42223@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - - 88 - - - - - 11331 - 702 - 6 - 06CH011239 - 2019-09-01 - 2024-08-31 - CH - Beaumont Independent School District - Active - F45391 - L45391 - 45391@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - 510 - - - - - - 11332 - 1313 - 5 - 05HP000409 - 2019-09-01 - 2024-08-31 - HP - Dane County Parent Council, Inc. - Active - F48866 - L48866 - 48866@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - 60 - - - - - 11333 - 1054 - 4 - 04HP000410 - 2019-09-01 - 2024-08-31 - HP - CSRA Economic Opportunity Authority, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - - 72 - - - - - 11337 - 7218 - 6 - 06HP000403 - 2019-09-01 - 2024-08-31 - HP - Center for Transforming Lives - Active - F2179 - L2179 - 2179@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - - 64 - - - - - 11353 - 1015 - 4 - 04HP000405 - 2019-09-01 - 2024-08-31 - HP - Clayton County Community Service Authority, Inc. - Active - F2001 - L2001 - 2001@hsesinfo.org - F2051 - L2051 - 2051@hsesinfo.org - - 72 - - - - - 11354 - 891 - 12 - 90CM009838 - 2019-09-01 - 2024-08-31 - CM - Riverside County Office of Education - Active - F3537 - L3537 - 3537@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - 629 - - - - - - 11355 - 1895 - 11 - 90BF000005 - 2019-09-01 - 2024-08-31 - BF - Cook Inlet Native Head Start - Active - F39730 - L39730 - 39730@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - 194 - 33 - - - - - 11356 - 891 - 12 - 90HM000020 - 2019-09-01 - 2024-08-31 - HM - Riverside County Office of Education - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - - 85 - - - - - 11357 - 419 - 4 - 04CH011242 - 2019-09-01 - 2024-08-31 - CH - Murray Board of Education - Active - F33579 - L33579 - 33579@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - 401 - 131 - - - - - 11358 - 7704 - 7 - 07CH011382 - 2020-02-01 - 2021-01-31 - CH - Educational Service Unit #3 - Active - F47594 - L47594 - 47594@hsesinfo.org - F13558 - L13558 - 13558@hsesinfo.org - 125 - 96 - - - - - 11359 - 486 - 12 - 90HM000019 - 2019-09-01 - 2024-08-31 - HM - Community Action Partnership of San Luis Obispo County, Inc. - Active - F15738 - L15738 - 15738@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - - 348 - - - - - 11360 - 7213 - 11 - 90HI000030 - 2019-09-01 - 2024-08-31 - HI - Owens Valley Career Development Center - Active - F47622 - L47622 - 47622@hsesinfo.org - F45305 - L45305 - 45305@hsesinfo.org - - 48 - - - - - 11361 - 718 - 11 - 90HI000031 - 2019-09-01 - 2024-08-31 - HI - Gila River Indian Community - Active - F33086 - L33086 - 33086@hsesinfo.org - F42301 - L42301 - 42301@hsesinfo.org - - 56 - - - - - 11362 - 698 - 11 - 90CI009998 - 2019-09-01 - 2024-08-31 - CI - California Rural Indian Health Board, Inc. - Active - F47779 - L47779 - 47779@hsesinfo.org - F46932 - L46932 - 46932@hsesinfo.org - 90 - - - - - - 11363 - 3436 - 11 - 90HI000032 - 2019-09-01 - 2024-08-31 - HI - Fort Belknap Community Council - Active - F15738 - L15738 - 15738@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - - 48 - - - - - 11365 - 314 - 11 - 90HI000033 - 2019-09-01 - 2024-08-31 - HI - Bois Forte Reservation Tribal Council - Active - F47779 - L47779 - 47779@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - - 30 - - - - - 11366 - 306 - 4 - 04CH011241 - 2019-09-01 - 2024-08-31 - CH - Family Service Center - Active - F13740 - L13740 - 13740@hsesinfo.org - F48069 - L48069 - 48069@hsesinfo.org - - 76 - - - - - 11367 - 1218 - 4 - 04HP000412 - 2019-09-01 - 2024-08-31 - HP - South Central Human Resource Agency - Active - F33579 - L33579 - 33579@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - - 128 - - - - - 11368 - 444 - 4 - 04CH011245 - 2019-09-01 - 2024-08-31 - CH - Ohio Valley Educational Cooperative - Active - F33579 - L33579 - 33579@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - 306 - 288 - - - - - 11369 - 7705 - 4 - 04CH011244 - 2019-09-01 - 2024-08-31 - CH - Family & Children's Place, Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - 284 - 268 - - - - - 11371 - 7706 - 11 - 90CI010000 - 2019-06-01 - 2020-05-31 - CI - Grand Traverse Band of Ottawa and Chippewa Indians - Inactive - F3537 - L3537 - 3537@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - - - - - - - 11372 - 4523 - 9 - 09HP000415 - 2019-09-01 - 2024-08-31 - HP - Mexican American Opportunity Foundation - Active - F47463 - L47463 - 47463@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - - 137 - - - - - 11373 - 189 - 9 - 09HP000414 - 2019-09-01 - 2024-06-30 - HP - Baldwin Park Unified School District - Active - F37822 - L37822 - 37822@hsesinfo.org - F49585 - L49585 - 49585@hsesinfo.org - - 72 - - - - - 11416 - 629 - 11 - 90CI010028 - 2019-11-01 - 2024-10-31 - CI - Grand Portage Reservation Tribal Council - Active - F25722 - L25722 - 25722@hsesinfo.org - F13059 - L13059 - 13059@hsesinfo.org - 15 - - - - - - 11417 - 1453 - 4 - 04CH011252 - 2019-10-01 - 2024-09-30 - CH - Hillsborough, County of - Active - F2065 - L2065 - 2065@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - 3107 - 367 - - - - - 11418 - 1144 - 7 - 07CH011247 - 2019-11-01 - 2024-10-31 - CH - Northeast Nebraska Community Action Partnership, Inc. - Active - F45391 - L45391 - 45391@hsesinfo.org - F13558 - L13558 - 13558@hsesinfo.org - - 58 - - - - - 11420 - 4097 - 5 - 05CH011254 - 2019-11-01 - 2024-10-31 - CH - Hamilton County Educational Service Center - Active - F43414 - L43414 - 43414@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - 825 - 80 - - - - - 11421 - 442 - 5 - 05CH011246 - 2019-11-01 - 2024-10-31 - CH - Community Action of Northeast Indiana, Inc. - Active - F49521 - L49521 - 49521@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - 585 - 72 - - - - - 11422 - 320 - 5 - 05CH011248 - 2019-11-01 - 2024-10-31 - CH - C.E.F.S. Economic Opportunity Corp. - Active - F44271 - L44271 - 44271@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - 273 - 120 - - - - - 11423 - 1627 - 5 - 05CH011255 - 2019-11-01 - 2024-10-31 - CH - Child Care Resource and Referral, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - 305 - 94 - 0 - 0 - - - 11424 - 1528 - 5 - 05CH011257 - 2019-11-01 - 2024-10-31 - CH - Metropolitan Children and Youth, Inc. Renaissance - Active - F14214 - L14214 - 14214@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - 286 - - - - - - 11425 - 326 - 5 - 05CH011256 - 2019-11-01 - 2024-10-31 - CH - Ironton-Lawrence County Community Action Organization - Active - F3061 - L3061 - 3061@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - 356 - 116 - - - - - 11426 - 1946 - 10 - 10CH011251 - 2019-11-01 - 2024-10-31 - CH - Denise Louie Education Center - Active - F47078 - L47078 - 47078@hsesinfo.org - F46991 - L46991 - 46991@hsesinfo.org - 133 - 120 - - 10 - - - 11427 - 1893 - 5 - 05CH011249 - 2019-11-01 - 2024-10-31 - CH - Elkhart and St. Joseph Counties Head Start Consortium - Active - F44271 - L44271 - 44271@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - 852 - 80 - - - - - 11428 - 1897 - 10 - 10CH011250 - 2019-11-01 - 2024-10-31 - CH - Chelan-Douglas Child Services Association - Active - F43149 - L43149 - 43149@hsesinfo.org - F46991 - L46991 - 46991@hsesinfo.org - 212 - 82 - - - - - 11437 - 418 - 5 - 05CH011253 - 2019-11-01 - 2024-10-31 - CH - FiveCAP, Inc. - Active - F43414 - L43414 - 43414@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - 335 - 46 - - - - - 11438 - 1786 - 5 - 05CH011262 - 2019-11-01 - 2024-10-31 - CH - Menominee-Delta-Schoolcraft Community Action Agency - Active - F14214 - L14214 - 14214@hsesinfo.org - - - - 246 - 78 - - - - - 11439 - 1627 - 5 - 05HP000416 - 2019-11-01 - 2024-10-31 - HP - Child Care Resource and Referral, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - 70 - - - - - 11440 - 1234 - 4 - 04CH011261 - 2019-11-01 - 2024-10-31 - CH - Chapel Hill-Carrboro City School District - Active - F46632 - L46632 - 46632@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - 136 - - - - - - 11441 - 919 - 12 - 90CM009840 - 2019-11-01 - 2024-10-31 - CM - Redlands Christian Migrant Association - Active - F3537 - L3537 - 3537@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - 1644 - 56 - - - - - 11442 - 892 - 12 - 90CM009839 - 2019-11-01 - 2024-10-31 - CM - East Coast Migrant Head Start Project - Active - F3537 - L3537 - 3537@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - 2273 - - - - - - 11443 - 1947 - 5 - 05CH011258 - 2019-11-01 - 2024-10-31 - CH - West Ohio Community Action Partnership - Active - F44271 - L44271 - 44271@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - 322 - 118 - - - - - 11444 - 335 - 11 - 90CI010001 - 2019-11-01 - 2024-10-31 - CI - Pueblo of San Felipe - Active - F15738 - L15738 - 15738@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - 93 - - - - - - 11445 - 145 - 6 - 06CH011267 - 2019-11-01 - 2024-10-31 - CH - Families and Children Together, Inc. - Active - F43271 - L43271 - 43271@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - 170 - - - - - - 11446 - 526 - 3 - 03CH011264 - 2019-11-01 - 2024-10-31 - CH - Prince William County School Board - Active - F14907 - L14907 - 14907@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - 397 - - - - - - 11447 - 1839 - 10 - 10CH011270 - 2019-11-01 - 2024-10-31 - CH - Albina Head Start - Active - F43149 - L43149 - 43149@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - 220 - 401 - 419 - 80 - - - 11448 - 7508 - 6 - 06CH011265 - 2019-11-01 - 2024-10-31 - CH - Brazos Valley Community Action Program - Active - F2179 - L2179 - 2179@hsesinfo.org - F44340 - L44340 - 44340@hsesinfo.org - 466 - 68 - - - - - 11449 - 1257 - 5 - 05CH011263 - 2019-11-01 - 2024-10-31 - CH - Chippewa Luce Mackinac Community Action Agency, Inc. - Active - F14214 - L14214 - 14214@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - 212 - 88 - - - - - 11452 - 645 - 1 - 01CH011268 - 2019-11-01 - 2024-10-31 - CH - Children's Learning Centers of Fairfield County, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - 168 - 48 - 20 - - - - 11453 - 1575 - 6 - 06CH011272 - 2019-12-01 - 2024-11-30 - CH - New Mexico State University - Active - F23929 - L23929 - 23929@hsesinfo.org - F41654 - L41654 - 41654@hsesinfo.org - 228 - 32 - - - - - 11454 - 1146 - 2 - 02CH011259 - 2019-12-01 - 2024-11-30 - CH - NYS Federation of Growers & Processors Associations, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - 83 - 60 - - - - - 11455 - 892 - 12 - 90HM000021 - 2019-11-01 - 2024-10-31 - HM - East Coast Migrant Head Start Project - Active - F3537 - L3537 - 3537@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - - 88 - - - - - 11456 - 3436 - 11 - 90CI010002 - 2019-11-01 - 2024-10-31 - CI - Fort Belknap Community Council - Active - F15738 - L15738 - 15738@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - 140 - - - - - - 11457 - 748 - 2 - 02CH011271 - 2019-12-01 - 2024-11-30 - CH - Family Services Of Westchester, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - 194 - 40 - - - - - 11458 - 194 - 5 - 05CH011273 - 2019-12-01 - 2024-11-30 - CH - Celina City Schools - Active - F44271 - L44271 - 44271@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - 158 - - - - - - 11459 - 807 - 4 - 04CH011269 - 2019-11-01 - 2024-10-31 - CH - Western Kentucky University - Active - F48070 - L48070 - 48070@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - 178 - - - - - - 11460 - 3501 - 6 - 06CH011275 - 2019-12-01 - 2024-11-30 - CH - Arkansas Early Learning, Inc. - Active - F13320 - L13320 - 13320@hsesinfo.org - F49596 - L49596 - 49596@hsesinfo.org - - 96 - - - - - 11461 - 446 - 6 - 06CH011274 - 2019-12-01 - 2024-11-30 - CH - Native American Coalition of Tulsa - Active - F2185 - L2185 - 2185@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - 138 - 16 - - - - - 11462 - 887 - 4 - 04CH011260 - 2019-11-01 - 2024-10-31 - CH - Central Kentucky Community Action Council - Active - F13510 - L13510 - 13510@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - 470 - 24 - - - - - 11463 - 1220 - 7 - 07CH011276 - 2019-12-01 - 2024-11-30 - CH - Mid-Iowa Community Action, Inc. - Active - F2256 - L2256 - 2256@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - 208 - 76 - - - - - 11464 - 604 - 2 - 02CH011266 - 2019-11-01 - 2024-10-31 - CH - New York Foundling Hospital, The - Active - F47557 - L47557 - 47557@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - 66 - - - - - 11470 - 6221 - 6 - 06CH011280 - 2019-12-01 - 2024-11-30 - CH - Avoyelles Child Development Services, Inc. - Active - F13320 - L13320 - 13320@hsesinfo.org - F15375 - L15375 - 15375@hsesinfo.org - 238 - 8 - - - - - 11471 - 1727 - 6 - 06CH011282 - 2019-12-01 - 2024-11-30 - CH - Community Services Of Northeast Texas, Inc. - Active - F2179 - L2179 - 2179@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - 465 - 16 - - - - - 11472 - 1183 - 8 - 08CH011277 - 2019-12-01 - 2024-11-30 - CH - District 4 Human Resource Development Council - Active - F13544 - L13544 - 13544@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - 112 - 47 - - - - - 11473 - 396 - 11 - 90CI010003 - 2019-12-01 - 2024-11-30 - CI - Mille Lacs Band Of Ojibwe - Active - F3537 - L3537 - 3537@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - 53 - 80 - - - - - 11478 - 1777 - 2 - 02CH011284 - 2019-12-01 - 2024-11-30 - CH - United Talmudical Academy of Boro Park Head Start - Active - F32488 - L32488 - 32488@hsesinfo.org - F32828 - L32828 - 32828@hsesinfo.org - 221 - - - - - - 11479 - 977 - 1 - 01CH011278 - 2019-12-01 - 2024-11-30 - CH - Martha's Vineyard Community Services - Active - F14152 - L14152 - 14152@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - 42 - - - - - - 11480 - 1170 - 3 - 03CH011287 - 2019-12-01 - 2024-11-30 - CH - The Health Federation Of Philadelphia - Active - F2415 - L2415 - 2415@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - - 183 - - - - - 11481 - 253 - 3 - 03CH011288 - 2019-12-01 - 2024-11-30 - CH - Maryland Rural Development Corporation - Active - F46529 - L46529 - 46529@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - 403 - - - - - - 11482 - 1125 - 2 - 02CH011286 - 2019-12-01 - 2024-11-30 - CH - Montclair Child Development Center, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - 438 - 52 - - - - - 11483 - 648 - 11 - 90CI010004 - 2019-12-01 - 2024-11-30 - CI - Muscogee Creek Nation - Active - F33086 - L33086 - 33086@hsesinfo.org - F15469 - L15469 - 15469@hsesinfo.org - 289 - - - - - - 11484 - 1405 - 2 - 02CH011279 - 2019-12-01 - 2021-11-30 - CH - Municipio De Bayamon - Active - F42299 - L42299 - 42299@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - 1834 - 88 - - - - - 11485 - 467 - 2 - 02CH011281 - 2019-12-01 - 2024-11-30 - CH - Community Program Centers of Long Island, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F32828 - L32828 - 32828@hsesinfo.org - 139 - 96 - - - - - 11486 - 4395 - 3 - 03CH011283 - 2019-12-01 - 2024-11-30 - CH - Rural Family Development - Active - F46529 - L46529 - 46529@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - 95 - - - - - - 11487 - 968 - 9 - 09CH011290 - 2019-12-01 - 2024-11-30 - CH - Imperial County Office Of Education - Active - F2334 - L2334 - 2334@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - 238 - 130 - - - - - 11495 - 1605 - 13 - 90CH011371 - 2019-12-01 - 2021-11-30 - CH - CDI HS/Eastern Oklahoma, OK - Active - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - 1323 - 16 - - - - - 11501 - 1167 - 3 - 03CH011285 - 2019-12-01 - 2024-11-30 - CH - Lee County School District - Active - F46529 - L46529 - 46529@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - 203 - - - - - - 11502 - 6021 - 3 - 03CH011289 - 2019-12-01 - 2024-11-30 - CH - Mile High Kids and Community Development, Inc. - Active - F14907 - L14907 - 14907@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - 225 - - - - - - 11503 - 321 - 11 - 90CI010005 - 2019-12-01 - 2024-11-30 - CI - Saint Regis Mohawk Tribe - Active - F25722 - L25722 - 25722@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - 63 - - - - - - 11512 - 1119 - 7 - 07CH011292 - 2020-01-01 - 2024-12-31 - CH - North Iowa Community Action Organization - Active - F2256 - L2256 - 2256@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - 227 - 16 - - - - - 11516 - 1901 - 4 - 04CH011291 - 2020-01-01 - 2024-12-31 - CH - Pee Dee Community Action Partnership - Active - F13740 - L13740 - 13740@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - 742 - 68 - - - - - 11517 - 287 - 3 - 03CH011294 - 2020-01-01 - 2024-12-31 - CH - Allegheny Intermediate Unit - Active - F2402 - L2402 - 2402@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - 68 - - - - - 11518 - 1492 - 12 - 90CM009841 - 2019-12-01 - 2024-11-30 - CM - Inspire Development Centers - Active - F15738 - L15738 - 15738@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - 266 - - - - - - 11519 - 500 - 6 - 06CH011302 - 2020-01-01 - 2024-12-31 - CH - Lafourche Parish - Active - F23929 - L23929 - 23929@hsesinfo.org - F2193 - L2193 - 2193@hsesinfo.org - 255 - - - - - - 11520 - 1533 - 6 - 06CH011300 - 2020-01-01 - 2024-12-31 - CH - Lumin Education - Active - F13320 - L13320 - 13320@hsesinfo.org - F12886 - L12886 - 12886@hsesinfo.org - - 140 - - - - - 11521 - 434 - 11 - 90CI010007 - 2019-12-01 - 2024-11-30 - CI - Sisseton-Wahpeton Oyate - Active - F47779 - L47779 - 47779@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - 154 - 40 - - - - - 11522 - 1911 - 3 - 03CH011301 - 2020-01-01 - 2024-12-31 - CH - Clinch Valley Community Action, Inc. - Active - F14907 - L14907 - 14907@hsesinfo.org - F47017 - L47017 - 47017@hsesinfo.org - - 32 - - - - - 11523 - 992 - 4 - 04CH011297 - 2020-01-01 - 2024-12-31 - CH - Wateree Community Actions, Inc. - Active - F48070 - L48070 - 48070@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - 806 - 48 - - - - - 11524 - 967 - 4 - 04CH011293 - 2020-01-01 - 2024-12-31 - CH - Burke County Board Of Education, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - - 94 - - - - - 11525 - 272 - 6 - 06CH011298 - 2020-01-01 - 2024-12-31 - CH - ChildCareGroup - Active - F13320 - L13320 - 13320@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - - 82 - - - - - 11526 - 953 - 4 - 04CH011310 - 2020-01-01 - 2024-12-31 - CH - Children's Home Society Of Florida, The - Active - F2065 - L2065 - 2065@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - - 140 - - - - - 11527 - 1941 - 11 - 90CI010009 - 2020-01-01 - 2024-12-31 - CI - Aroostook Micmac Council - Active - F25722 - L25722 - 25722@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - 20 - - - - - - 11528 - 1950 - 6 - 06CH011299 - 2020-01-01 - 2024-12-31 - CH - Native American Professional Parent Resources, Inc. - Active - F45391 - L45391 - 45391@hsesinfo.org - F41654 - L41654 - 41654@hsesinfo.org - - 72 - - - - - 11531 - 1540 - 5 - 05CH011316 - 2020-01-01 - 2024-12-31 - CH - Catholic Charities of the Diocese of Joliet, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F2121 - L2121 - 2121@hsesinfo.org - 506 - 193 - - - - - 11532 - 636 - 11 - 90BF000008 - 2019-12-01 - 2024-11-30 - BF - Tanana Chiefs Conference - Active - F39730 - L39730 - 39730@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - 229 - - - - - - 11533 - 1570 - 6 - 06CH011317 - 2020-01-01 - 2024-12-31 - CH - United Way of Acadiana, Inc. - Active - F45654 - L45654 - 45654@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - - 103 - - - - - 11534 - 1836 - 6 - 06CH011318 - 2020-01-01 - 2024-12-31 - CH - Tulsa Educare - Active - F45654 - L45654 - 45654@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - 72 - - - - - 11535 - 1818 - 4 - 04CH011305 - 2020-01-01 - 2024-12-31 - CH - Gulf Regional Early Childhood Services, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - - 104 - - - - - 11536 - 849 - 11 - 90CI010010 - 2020-01-01 - 2024-12-31 - CI - Pascua Yaqui Tribe of Arizona - Active - F25722 - L25722 - 25722@hsesinfo.org - F45305 - L45305 - 45305@hsesinfo.org - 72 - - - - - - 11537 - 1377 - 6 - 06CH011308 - 2020-01-01 - 2024-12-31 - CH - Region IX Education Cooperative - Active - F2185 - L2185 - 2185@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - 115 - - - - - - 11538 - 1976 - 5 - 05CH011304 - 2020-01-01 - 2024-12-31 - CH - Baby TALK, Inc. - Active - F14214 - L14214 - 14214@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - - 74 - - - - - 11543 - 1197 - 2 - 02CH011309 - 2020-01-01 - 2024-12-31 - CH - Cattaraugus County Project Head Start, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F47389 - L47389 - 47389@hsesinfo.org - 282 - 50 - - - - - 11544 - 1400 - 3 - 03CH011296 - 2020-01-01 - 2024-12-31 - CH - Professional Family Care Services, Inc. - Active - F49609 - L49609 - 49609@hsesinfo.org - F49361 - L49361 - 49361@hsesinfo.org - - 72 - - - - - 11545 - 1239 - 2 - 02CH011319 - 2020-01-01 - 2024-12-31 - CH - Lakewood Economic Action Program - Active - F47557 - L47557 - 47557@hsesinfo.org - F48300 - L48300 - 48300@hsesinfo.org - - 60 - - - - - 11546 - 198 - 6 - 06CH011323 - 2020-01-01 - 2024-12-31 - CH - Central Texas 4C, Inc. - Active - F2179 - L2179 - 2179@hsesinfo.org - F13531 - L13531 - 13531@hsesinfo.org - - 152 - - - - - 11547 - 196 - 2 - 02CH011324 - 2020-01-01 - 2024-12-31 - CH - B Above Worldwide Institute, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F48564 - L48564 - 48564@hsesinfo.org - - 88 - - - - - 11548 - 1046 - 5 - 05CH011329 - 2020-01-01 - 2024-12-31 - CH - Adams-Brown Counties Economic Opportunities, Inc. - Active - F48866 - L48866 - 48866@hsesinfo.org - F48776 - L48776 - 48776@hsesinfo.org - 252 - 72 - - - - - 11549 - 1544 - 4 - 04CH011295 - 2020-01-01 - 2024-12-31 - CH - Onslow County Partnership for Children, Inc. - Active - F2001 - L2001 - 2001@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - - 72 - - - - - 11550 - 872 - 2 - 02CH011311 - 2020-01-01 - 2024-12-31 - CH - Schenectady Community Action Program - Active - F2340 - L2340 - 2340@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - 297 - - - - - - 11551 - 1042 - 10 - 10CH011303 - 2020-01-01 - 2024-12-31 - CH - Educational Service District 112 - Active - F48537 - L48537 - 48537@hsesinfo.org - F47540 - L47540 - 47540@hsesinfo.org - - 55 - - - - - 11552 - 1398 - 2 - 02CH011321 - 2020-01-01 - 2024-12-31 - CH - SCO Family of Services - Active - F2335 - L2335 - 2335@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - - 60 - - - - - 11553 - 1734 - 2 - 02CH011307 - 2020-01-01 - 2024-12-31 - CH - Project Social Care Head Start, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - 119 - - - - - - 11554 - 1059 - 9 - 09CH011315 - 2020-01-01 - 2024-12-31 - CH - Regents of the University of California, Los Angeles - Active - F14155 - L14155 - 14155@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - 108 - - - - - 11555 - 1616 - 2 - 02CH011312 - 2020-01-01 - 2024-12-31 - CH - Bais Yaakov Faigeh Schonberger of AdasYereim - Active - F2340 - L2340 - 2340@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - - 72 - - - - - 11556 - 984 - 2 - 02CH011306 - 2020-01-01 - 2024-12-31 - CH - Wayne County Action Program, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - 237 - 138 - - - - - 11557 - 1339 - 2 - 02CH011313 - 2020-01-01 - 2024-12-31 - CH - Municipio de San German - Active - F15514 - L15514 - 15514@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - - 72 - - - - - 11558 - 854 - 10 - 10CH011314 - 2020-01-01 - 2024-12-31 - CH - Snohomish County Human Services Department - Active - F47078 - L47078 - 47078@hsesinfo.org - F46991 - L46991 - 46991@hsesinfo.org - - 82 - - - - - 11560 - 182 - 8 - 08CH011342 - 2020-01-01 - 2024-12-31 - CH - Early Childhood Council of the San Luis Valley - Active - F3032 - L3032 - 3032@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - - 72 - - - - - 11561 - 1872 - 4 - 04CH011334 - 2020-01-01 - 2024-12-31 - CH - Children's Bureau Inc. dba Porter-Leath - Active - F13510 - L13510 - 13510@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - - 144 - - - - - 11562 - 1040 - 2 - 02CH011330 - 2020-01-01 - 2021-06-30 - CH - Municipio de Ponce - Active - F15514 - L15514 - 15514@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - 1680 - 72 - - - - - 11563 - 1942 - 8 - 08CH011344 - 2020-01-01 - 2024-12-31 - CH - Town of Limon - Active - F3032 - L3032 - 3032@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - 45 - - - - - - 11564 - 339 - 5 - 05CH011335 - 2020-01-01 - 2024-12-31 - CH - Starfish Family Services, Inc. - Active - F44271 - L44271 - 44271@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - - 37 - - - - - 11565 - 1259 - 3 - 03CH011322 - 2020-01-01 - 2024-12-31 - CH - Centronia, Inc. - Active - F14907 - L14907 - 14907@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - - 72 - - - - - 11566 - 1553 - 5 - 05CH011340 - 2020-01-01 - 2024-12-31 - CH - Cooperative Educational Service Agency No. 2 - Active - F48866 - L48866 - 48866@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - 258 - - 12 - - - - 11567 - 1251 - 6 - 06CH011339 - 2020-01-01 - 2024-12-31 - CH - AVANCE, Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F44340 - L44340 - 44340@hsesinfo.org - - 100 - - - - - 11568 - 1443 - 11 - 90CI010013 - 2020-01-01 - 2024-12-31 - CI - Round Valley Tribe - Active - F33086 - L33086 - 33086@hsesinfo.org - F46932 - L46932 - 46932@hsesinfo.org - 20 - - - - - - 11569 - 322 - 3 - 03CH011331 - 2020-01-01 - 2024-12-31 - CH - Community Services of Venango County, Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F43578 - L43578 - 43578@hsesinfo.org - - 72 - - - - - 11570 - 758 - 10 - 10CH011327 - 2020-01-01 - 2024-12-31 - CH - Neighborhood House Incorporated - Active - F43149 - L43149 - 43149@hsesinfo.org - F47540 - L47540 - 47540@hsesinfo.org - 172 - 75 - - - - - 11571 - 839 - 10 - 10CH011332 - 2020-01-01 - 2024-12-31 - CH - Family Building Blocks - Active - F48537 - L48537 - 48537@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - - 90 - - - - - 11572 - 1440 - 4 - 04CH011345 - 2020-01-01 - 2024-12-31 - CH - Sequatchie Valley Planning And Development Agency - Active - F2065 - L2065 - 2065@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - 306 - 16 - - - - - 11573 - 1675 - 10 - 10CH011326 - 2020-01-01 - 2024-12-31 - CH - Kids & Company of Linn County - Active - F43149 - L43149 - 43149@hsesinfo.org - F48097 - L48097 - 48097@hsesinfo.org - 220 - 52 - 217 - - - - 11574 - 1259 - 3 - 03CH011320 - 2020-01-01 - 2024-12-31 - CH - Centronia, Inc. - Active - F14907 - L14907 - 14907@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - - 72 - - - - - 11575 - 1934 - 11 - 90CI010011 - 2020-01-01 - 2024-12-31 - CI - Pinoleville Pomo Nation - Active - F47779 - L47779 - 47779@hsesinfo.org - F46932 - L46932 - 46932@hsesinfo.org - 30 - 8 - - - - - 11576 - 762 - 9 - 09CH011325 - 2020-01-01 - 2024-12-31 - CH - Rancho Santiago Community College District, Inc. - Active - F37822 - L37822 - 37822@hsesinfo.org - F35663 - L35663 - 35663@hsesinfo.org - - 140 - - - - - 11577 - 1137 - 5 - 05CH011337 - 2020-01-01 - 2024-12-31 - CH - La Casa de Esperanza, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - - 72 - - 6 - - - 11578 - 1969 - 9 - 09CH011350 - 2020-01-01 - 2024-12-31 - CH - Through The Looking Glass - Active - F47463 - L47463 - 47463@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - - 72 - - - - - 11579 - 398 - 9 - 09CH011338 - 2020-01-01 - 2024-12-31 - CH - Pediatric Therapy Network - Active - F37822 - L37822 - 37822@hsesinfo.org - F35663 - L35663 - 35663@hsesinfo.org - - 90 - - - - - 11580 - 947 - 8 - 08CH011349 - 2020-01-01 - 2024-12-31 - CH - Eagle County HHS - Active - F3064 - L3064 - 3064@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - - 74 - - - - - 11581 - 41 - 3 - 03CH011343 - 2020-01-01 - 2024-12-31 - CH - Human Services, Pennsylvania Department of - Active - F46529 - L46529 - 46529@hsesinfo.org - F49621 - L49621 - 49621@hsesinfo.org - - 128 - - - - - 11582 - 1172 - 5 - 05CH011333 - 2020-01-01 - 2024-12-31 - CH - Pickaway County Community Action Organization - Active - F3061 - L3061 - 3061@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - 212 - 72 - - - - - 11583 - 727 - 5 - 05HP000417 - 2020-01-01 - 2024-12-31 - HP - Miami Valley Child Development Centers, Inc. - Active - F44271 - L44271 - 44271@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - 228 - - - - - 11584 - 380 - 9 - 09CH011347 - 2020-01-01 - 2024-12-31 - CH - Child Crisis Arizona - Active - F47463 - L47463 - 47463@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - 68 - - - - - 11585 - 582 - 5 - 05CH011351 - 2020-01-01 - 2024-12-31 - CH - Governors State University - Active - F2088 - L2088 - 2088@hsesinfo.org - F48776 - L48776 - 48776@hsesinfo.org - - 72 - - - - - 11590 - 1330 - 4 - 04CH011336 - 2020-01-01 - 2024-12-31 - CH - Waccamaw Economic Opportunity Council, Inc. - Active - F33579 - L33579 - 33579@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - 595 - 48 - - - - - 11591 - 707 - 1 - 01CH011357 - 2020-01-01 - 2024-12-31 - CH - Belknap-Merrimack Counties Community Action Program - Active - F47611 - L47611 - 47611@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - 198 - 151 - - - - - 11592 - 1428 - 11 - 90CI010014 - 2020-01-01 - 2025-12-31 - CI - Cheyenne & Arapaho Tribes - Active - F39730 - L39730 - 39730@hsesinfo.org - F3536 - L3536 - 3536@hsesinfo.org - 133 - - - - - - 11593 - 5361 - 11 - 90CI010008 - 2020-01-01 - 2025-12-31 - CI - Cankdeska Cikana Community College - Active - F33086 - L33086 - 33086@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - 72 - 86 - - - - - 11594 - 752 - 4 - 04CH011346 - 2020-01-01 - 2024-12-31 - CH - Telamon Corporation - Active - F13510 - L13510 - 13510@hsesinfo.org - F45392 - L45392 - 45392@hsesinfo.org - - 76 - - - - - 11595 - 980 - 11 - 90CI010016 - 2020-01-01 - 2024-12-31 - CI - Association of Village Council Presidents - Active - F39730 - L39730 - 39730@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - 221 - - - - - - 11596 - 1070 - 1 - 01CH011360 - 2020-01-01 - 2024-12-31 - CH - Associates for Human Services, Inc. - Active - F42223 - L42223 - 42223@hsesinfo.org - F15627 - L15627 - 15627@hsesinfo.org - 0 - 42 - - - - - 11597 - 1442 - 1 - 01CH011366 - 2020-01-01 - 2024-12-31 - CH - Androscoggin Head Start & Child Care - Active - F14152 - L14152 - 14152@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - 200 - 45 - - - - - 11598 - 1978 - 8 - 08CH011348 - 2020-01-01 - 2024-12-31 - CH - The Learning Center For Families - Active - F3032 - L3032 - 3032@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - - 132 - - - - - 11599 - 530 - 1 - 01CH011364 - 2020-01-01 - 2024-12-31 - CH - South Shore Stars, Inc. - Active - F47611 - L47611 - 47611@hsesinfo.org - F28233 - L28233 - 28233@hsesinfo.org - - 72 - - - - - 11600 - 744 - 1 - 01CH011362 - 2020-01-01 - 2024-12-31 - CH - United Way of Greater New Haven - Active - F14152 - L14152 - 14152@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - 26 - - - - - 11601 - 216 - 2 - 02CH011354 - 2020-01-01 - 2024-12-31 - CH - The Children's Home Society of New Jersey - Active - F2335 - L2335 - 2335@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - - 72 - - - - - 11602 - 1438 - 11 - 90CI010017 - 2020-01-01 - 2024-12-31 - CI - Omaha Tribe of Nebraska - Active - F25722 - L25722 - 25722@hsesinfo.org - F14034 - L14034 - 14034@hsesinfo.org - 101 - - - - - - 11603 - 1124 - 11 - 90CI010015 - 2020-01-01 - 2025-12-31 - CI - Kiowa Tribe of Oklahoma - Active - F15738 - L15738 - 15738@hsesinfo.org - F3536 - L3536 - 3536@hsesinfo.org - 107 - - - - - - 11604 - 3430 - 11 - 90CI010018 - 2020-01-01 - 2024-12-31 - CI - Salt River Pima-Maricopa Indian Community Educational SE, The - Inactive - F39730 - L39730 - 39730@hsesinfo.org - F15469 - L15469 - 15469@hsesinfo.org - - - - - - - 11605 - 643 - 1 - 01CH011359 - 2020-01-01 - 2024-12-31 - CH - Area Cooperative Educational Services - Active - F14152 - L14152 - 14152@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - 60 - - - - - 11606 - 757 - 1 - 01CH011361 - 2020-01-01 - 2024-12-31 - CH - Meeting Street - Active - F42223 - L42223 - 42223@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - 72 - - - - - 11607 - 1094 - 9 - 09CH011352 - 2020-01-01 - 2024-12-31 - CH - Peninsula Family Service - Active - F47463 - L47463 - 47463@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - - 72 - - - - - 11608 - 579 - 5 - 05CH011373 - 2020-01-01 - 2024-12-31 - CH - Pathfinder Services, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - - 60 - - - - - 11609 - 1414 - 3 - 03CH011369 - 2020-01-01 - 2024-12-31 - CH - STEP, Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F47017 - L47017 - 47017@hsesinfo.org - 138 - 80 - - - - - 11610 - 1835 - 3 - 03CH011328 - 2020-01-01 - 2024-12-31 - CH - Scott County Public School Head Start - Active - F49609 - L49609 - 49609@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - 140 - 8 - - - - - 11611 - 739 - 5 - 05CH011358 - 2020-01-01 - 2024-12-31 - CH - Hocking Athens Perry Community Action - Active - F49521 - L49521 - 49521@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - 260 - 106 - - - - - 11612 - 1991 - 3 - 03CH011370 - 2020-01-01 - 2024-12-31 - CH - Community Action Council of Howard County - Active - F46529 - L46529 - 46529@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - 264 - - - - - - 11613 - 1669 - 9 - 09CH011368 - 2020-01-01 - 2024-12-31 - CH - Allies For Every Child, Inc - Active - F2334 - L2334 - 2334@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - 79 - - - - - 11614 - 1579 - 3 - 03CH011365 - 2020-01-01 - 2024-12-31 - CH - Higher Horizons Day Care Center, Inc. - Active - F49609 - L49609 - 49609@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - - 76 - - - - - 11615 - 994 - 3 - 03CH011363 - 2020-01-01 - 2024-12-31 - CH - Huntingdon County Child and Adult Development Corp. - Active - F14907 - L14907 - 14907@hsesinfo.org - F44251 - L44251 - 44251@hsesinfo.org - 167 - 72 - 48 - - - - 11616 - 1572 - 4 - 04CH011355 - 2020-01-01 - 2024-12-31 - CH - Catawba County Schools - Active - F13740 - L13740 - 13740@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - 80 - - - - - 11617 - 744 - 1 - 01HP000418 - 2020-01-01 - 2024-12-31 - HP - United Way of Greater New Haven - Active - F14152 - L14152 - 14152@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - - 62 - - - - - 11618 - 811 - 9 - 09CH011374 - 2020-01-01 - 2024-12-31 - CH - Human Services Association - Active - F37822 - L37822 - 37822@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - 120 - - - - - 11619 - 1951 - 4 - 04CH011372 - 2020-01-01 - 2024-12-31 - CH - Durham's Partnership for Children - Active - F48070 - L48070 - 48070@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - - 108 - - - - - 11620 - 1307 - 4 - 04CH011375 - 2020-01-01 - 2024-12-31 - CH - Chapel Hill Training-Outreach Project, Inc. - Active - F48070 - L48070 - 48070@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - 80 - 133 - - - - - 11621 - 1556 - 9 - 09CH011377 - 2020-01-01 - 2024-12-31 - CH - Easter Seals Southern California, Inc - Active - F14155 - L14155 - 14155@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - 171 - 52 - - - - - 11622 - 1556 - 9 - 09CH011379 - 2020-01-01 - 2024-12-31 - CH - Easter Seals Southern California, Inc - Active - F14155 - L14155 - 14155@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - 162 - - - - - 11623 - 850 - 9 - 09CH011380 - 2020-01-01 - 2024-12-31 - CH - Spanish Speaking Unity Council - Active - F14155 - L14155 - 14155@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - - 95 - - - - - 11624 - 927 - 8 - 08CH011376 - 2020-01-01 - 2024-12-31 - CH - County of Summit - Active - F3064 - L3064 - 3064@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - 35 - 14 - - - - - 11625 - 1338 - 2 - 02CH011381 - 2020-01-01 - 2024-12-31 - CH - Municipality of Dorado - Active - F42299 - L42299 - 42299@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - - 80 - - - - - 11626 - 1028 - 3 - 03CH011378 - 2020-01-01 - 2024-12-31 - CH - Allegheny Lutheran Social Ministries - Active - F46529 - L46529 - 46529@hsesinfo.org - F49361 - L49361 - 49361@hsesinfo.org - 173 - 75 - - - - - 11627 - 1642 - 11 - 90CI010020 - 2020-01-01 - 2024-12-31 - CI - Rocky Boy Schools - Active - F47779 - L47779 - 47779@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - 151 - 88 - - - - - 11628 - 7709 - 11 - 90CI010022 - 2020-01-01 - 2024-12-31 - CI - Redding Rancheria - Active - F39730 - L39730 - 39730@hsesinfo.org - F46932 - L46932 - 46932@hsesinfo.org - 34 - - - - - - 11640 - 714 - 6 - 06CH011403 - 2020-02-01 - 2021-01-31 - CH - Calcasieu Parish School System - Active - F45654 - L45654 - 45654@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - 74 - - - - - - 11652 - 1567 - 5 - 05CH011384 - 2020-02-01 - 2025-01-31 - CH - Kankakee-Iroquois Regional Planning Commission - Active - F49521 - L49521 - 49521@hsesinfo.org - F49668 - L49668 - 49668@hsesinfo.org - 133 - - - - - - 11653 - 1331 - 5 - 05CH011389 - 2020-02-01 - 2025-01-31 - CH - Tri-County Council for Child Development, Inc. - Active - F43414 - L43414 - 43414@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - 704 - 204 - - - - - 11657 - 5080 - 5 - 05HP000419 - 2020-02-01 - 2025-01-31 - HP - Geminus Corporation - Active - F14214 - L14214 - 14214@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - - 200 - - - - - 11658 - 1532 - 12 - 90CM009842 - 2020-02-01 - 2025-01-31 - CM - Community Action Program for Central Arkansas CAPCA - Active - F3537 - L3537 - 3537@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - 159 - - - - - - 11659 - 136 - 8 - 08CH011391 - 2020-02-01 - 2025-01-31 - CH - Akron United Methodist Church - Active - F3032 - L3032 - 3032@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - 37 - - - - - - 11660 - 1407 - 2 - 02CH011388 - 2020-02-01 - 2025-01-31 - CH - Sharon Baptist Head Start - Active - F32488 - L32488 - 32488@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - 72 - - - - - - 11661 - 680 - 2 - 02CH011385 - 2020-02-01 - 2025-01-31 - CH - Sheltering Arms Children and Family Services, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - - 60 - - - - - 11662 - 1688 - 8 - 08CH011397 - 2020-02-01 - 2025-01-31 - CH - Lake County School District #1 - Active - F3032 - L3032 - 3032@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - 40 - 12 - - - - - 11663 - 1319 - 8 - 08CH011390 - 2020-02-01 - 2025-01-31 - CH - Kootenai Valley Head Start Inc - Active - F13544 - L13544 - 13544@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - 96 - - - - - - 11664 - 1011 - 2 - 02CH011394 - 2020-02-01 - 2025-01-31 - CH - P.E.A.C.E., Inc. - Active - F2340 - L2340 - 2340@hsesinfo.org - F32828 - L32828 - 32828@hsesinfo.org - 829 - 214 - - - - - 11665 - 1226 - 8 - 08CH011386 - 2020-02-01 - 2025-01-31 - CH - Community Action Region VI - Active - F3064 - L3064 - 3064@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - 100 - 36 - - - - - 11666 - 691 - 4 - 04CH011383 - 2020-02-01 - 2025-01-31 - CH - Southwest Georgia Community Action Council, Inc - Active - F2065 - L2065 - 2065@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - 1796 - 327 - - - - - 11667 - 721 - 11 - 90CI010025 - 2020-02-01 - 2025-01-31 - CI - Eastern Band of Cherokee Indians - Active - F15738 - L15738 - 15738@hsesinfo.org - F15469 - L15469 - 15469@hsesinfo.org - 144 - 86 - - - - - 11668 - 1213 - 11 - 90CI010024 - 2020-02-01 - 2025-01-31 - CI - Fort Peck Assiniboine & Sioux Tribes - Active - F33086 - L33086 - 33086@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - 212 - - - - - - 11669 - 3663 - 2 - 02CH011396 - 2020-02-01 - 2025-01-31 - CH - Rising Ground, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F48109 - L48109 - 48109@hsesinfo.org - - 136 - - - - - 11670 - 729 - 3 - 03CH011399 - 2020-02-01 - 2025-01-31 - CH - Henrico County Public Schools - Active - F14907 - L14907 - 14907@hsesinfo.org - F47017 - L47017 - 47017@hsesinfo.org - 172 - - - - - - 11671 - 281 - 11 - 90CI010026 - 2020-02-01 - 2025-01-31 - CI - Chemehuevi Indian Tribe - Active - F47779 - L47779 - 47779@hsesinfo.org - F45305 - L45305 - 45305@hsesinfo.org - 20 - - - - - - 11672 - 127 - 11 - 90CI010023 - 2020-02-01 - 2025-01-31 - CI - Kickapoo Traditional Tribe of Texas - Active - F47779 - L47779 - 47779@hsesinfo.org - F3536 - L3536 - 3536@hsesinfo.org - 34 - - - - - - 11682 - 1972 - 6 - 06CH011395 - 2020-02-01 - 2025-01-31 - CH - Bossier Office of Community Services - Active - F13320 - L13320 - 13320@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - 403 - 36 - - - - - 11683 - 1103 - 7 - 07CH011387 - 2020-02-01 - 2025-01-31 - CH - North Central Missouri College - Active - F49091 - L49091 - 49091@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - 200 - 27 - - - - - 11684 - 1120 - 7 - 07CH011393 - 2020-02-01 - 2025-01-31 - CH - Northeast Iowa Community Action Corporation - Active - F2256 - L2256 - 2256@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - 233 - 80 - - - - - 11685 - 1132 - 6 - 06CH011402 - 2020-02-01 - 2025-01-31 - CH - Parent Child Incorporated - Active - F2179 - L2179 - 2179@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - 128 - - - - - 11686 - 247 - 6 - 06CH011400 - 2020-02-01 - 2025-01-31 - CH - West Baton Rouge Parish School Board - Active - F43271 - L43271 - 43271@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - 136 - - - - - - 11687 - 1992 - 9 - 09CH011398 - 2020-02-01 - 2025-01-31 - CH - Volunteers Of America - Southwest, Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - - 72 - - - - - 11688 - 480 - 9 - 09CH011401 - 2020-02-01 - 2025-01-31 - CH - Placer Community Action Council, Inc. - Active - F37822 - L37822 - 37822@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - 350 - 213 - - - - - 11689 - 268 - 7 - 07CH011392 - 2020-02-01 - 2025-01-31 - CH - Southeast Nebraska Community Action Partnership, Inc. - Active - F2256 - L2256 - 2256@hsesinfo.org - F13558 - L13558 - 13558@hsesinfo.org - 151 - - - - - - 11691 - 990 - 2 - 02CH011405 - 2020-02-01 - 2025-01-31 - CH - Yeshiva Kehilath Yakove, Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F48411 - L48411 - 48411@hsesinfo.org - - 140 - - - - - 11692 - 666 - 9 - 09CH011406 - 2020-02-01 - 2025-01-31 - CH - Community Action Partnership Of Kern - Active - F47463 - L47463 - 47463@hsesinfo.org - F13576 - L13576 - 13576@hsesinfo.org - - 313 - - - - - 11693 - 964 - 1 - 01CH011404 - 2020-02-01 - 2025-01-31 - CH - East Bay Community Action Program - Active - F42223 - L42223 - 42223@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - 232 - 108 - 10 - - - - 11698 - 1672 - 3 - 03CH011407 - 2020-02-01 - 2025-01-31 - CH - Parent-Child Development Corporation - Active - F14907 - L14907 - 14907@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - 216 - - - - - - 11699 - 564 - 3 - 03CH011408 - 2020-02-01 - 2025-01-31 - CH - Garrett County Community Action Committee, Inc. - Active - F49609 - L49609 - 49609@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - 180 - 89 - - - - - 11704 - 113 - 5 - 05CH011410 - 2020-03-01 - 2025-02-28 - CH - Champaign County - Active - F43414 - L43414 - 43414@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - 435 - 141 - - - - - 11705 - 1691 - 2 - 02CH011411 - 2020-03-01 - 2025-02-28 - CH - Centro de Desarrollo Familiar SHS Diocesis de Mayaguez - Active - F2342 - L2342 - 2342@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - 91 - 171 - - - - - 11709 - 1958 - 2 - 02CH011413 - 2020-03-01 - 2025-02-28 - CH - Head Start of Rockland, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - 852 - 82 - - - - - 11710 - 1640 - 6 - 06CH011414 - 2020-03-01 - 2025-02-28 - CH - Washita Valley Community Action Council - Active - F23929 - L23929 - 23929@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - 199 - 138 - - - - - 11711 - 156 - 5 - 05CH011421 - 2020-03-01 - 2025-02-28 - CH - El Valor Corporation - Active - F13544 - L13544 - 13544@hsesinfo.org - F2121 - L2121 - 2121@hsesinfo.org - - 206 - - - - - 11712 - 1306 - 2 - 02CH011415 - 2020-03-01 - 2025-02-28 - CH - Lewis County Head Start - Active - F47556 - L47556 - 47556@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - 100 - 30 - - - - - 11713 - 458 - 2 - 02CH011412 - 2020-03-01 - 2025-02-28 - CH - Regional Economic Community Action Program, Inc - Active - F32488 - L32488 - 32488@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - 184 - - - - - - 11715 - 1272 - 11 - 90CI010029 - 2020-03-01 - 2025-02-28 - CI - Shoshone & Arapaho JBC (ONAP) - Active - F39730 - L39730 - 39730@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - 165 - 96 - - - - - 11716 - 539 - 12 - 90CM009843 - 2020-03-01 - 2025-02-28 - CM - Holyoke, Chicopee, Springfield Head Start, Inc. - Active - F25722 - L25722 - 25722@hsesinfo.org - F39971 - L39971 - 39971@hsesinfo.org - 93 - 32 - - - - - 11717 - 1109 - 11 - 90CI010030 - 2020-03-01 - 2021-02-28 - CI - Lower Elwha Tribal Community - Active - F47779 - L47779 - 47779@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - 40 - 24 - - - - - 11718 - 1435 - 11 - 90CI010027 - 2020-03-01 - 2024-02-28 - CI - Lower Brule Sioux Tribe - Active - F3537 - L3537 - 3537@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - 60 - - - - - - 11727 - 982 - 8 - 08CH011417 - 2020-03-01 - 2025-02-28 - CH - Youth & Family Services, Inc. - Active - F47409 - L47409 - 47409@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - 429 - 152 - - - - - 11728 - 1345 - 4 - 04CH011424 - 2020-03-01 - 2025-02-28 - CH - Santa Rosa County School District - Active - F13740 - L13740 - 13740@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - 220 - 40 - - - - - 11729 - 1130 - 8 - 08CH011419 - 2020-03-01 - 2025-02-28 - CH - Action For Eastern Montana - Active - F3064 - L3064 - 3064@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - 149 - - - - - - 11730 - 1543 - 1 - 01CH011420 - 2020-03-01 - 2025-02-28 - CH - Berkshire County Head Start Child Development Program - Active - F14152 - L14152 - 14152@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - 317 - - - - - - 11731 - 1281 - 8 - 08CH011418 - 2020-03-01 - 2025-02-28 - CH - Opportunities, Inc. - Active - F13544 - L13544 - 13544@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - 315 - 69 - - - - - 11732 - 1222 - 1 - 01CH011423 - 2020-03-01 - 2025-02-28 - CH - Community Help & Involvement In Low Income Decisions - Active - F42223 - L42223 - 42223@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - 259 - 111 - 9 - - - - 11733 - 923 - 6 - 06CH011422 - 2020-03-01 - 2025-02-28 - CH - North Central Arkansas Development Council, Inc. - Active - F45391 - L45391 - 45391@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - 304 - - - - - - 11734 - 838 - 9 - 09CH011425 - 2020-03-01 - 2025-02-28 - CH - Community Action Partnership Of Sonoma County - Active - F37822 - L37822 - 37822@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - 347 - 72 - - - - - 11735 - 988 - 3 - 03CH011416 - 2020-03-01 - 2025-02-28 - CH - Venango County Health and Human Services - Active - F2402 - L2402 - 2402@hsesinfo.org - F43578 - L43578 - 43578@hsesinfo.org - - 116 - - - - - 11736 - 837 - 11 - 90CI010031 - 2020-02-01 - 2025-01-31 - CI - Red Lake Band of Chippewa Indians - Active - F33086 - L33086 - 33086@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - 129 - - - - - - 11740 - 771 - 10 - 10CH011428 - 2020-03-01 - 2025-02-28 - CH - Mid-Willamette Valley Community Action Agency, Inc - Active - F45193 - L45193 - 45193@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - 241 - 76 - 456 - - - - 11748 - 1704 - 2 - 02CH011427 - 2020-04-01 - 2025-03-31 - CH - Sullivan County Head Start, Inc - Active - F2340 - L2340 - 2340@hsesinfo.org - F47389 - L47389 - 47389@hsesinfo.org - 243 - 106 - - - - - 11749 - 172 - 4 - 04CH011409 - 2020-04-01 - 2025-03-31 - CH - Coastal Georgia Area Community Action Authority, Inc - Active - F48070 - L48070 - 48070@hsesinfo.org - F48069 - L48069 - 48069@hsesinfo.org - 871 - 112 - - - - - 11764 - 1008 - 3 - 03CH011426 - 2020-04-01 - 2025-03-31 - CH - Northern Tier Community Action Corp - Active - F14907 - L14907 - 14907@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - 239 - - 12 - - - - 11765 - 245 - 8 - 08CH011431 - 2020-04-01 - 2025-03-31 - CH - Centro De La Familia De Utah - Active - F47409 - L47409 - 47409@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - 128 - - - - - - 11766 - 1452 - 8 - 08CH011429 - 2020-04-01 - 2025-03-31 - CH - Saguache County Community Council - Active - F3064 - L3064 - 3064@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - 58 - - - - - - 11767 - 286 - 8 - 08CH011430 - 2020-04-01 - 2025-03-31 - CH - Oahe Child Development Center, Inc. - Active - F3032 - L3032 - 3032@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - 139 - 45 - - - - - 11768 - 1598 - 10 - 10CH011432 - 2020-04-01 - 2025-03-31 - CH - Community Services Consortium - Active - F48537 - L48537 - 48537@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - 102 - - 58 - - - - 11769 - 1514 - 2 - 02CH011434 - 2020-04-01 - 2025-03-31 - CH - Washington County Economic Opportunity Council, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F2359 - L2359 - 2359@hsesinfo.org - 223 - 118 - - - - - 11770 - 822 - 11 - 90CI010036 - 2020-01-01 - 2024-12-31 - CI - Quileute Tribe Of The Quileute Reservation - Active - F47779 - L47779 - 47779@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - 50 - - - - - - 11783 - 938 - 11 - 90CI010033 - 2020-04-01 - 2025-03-31 - CI - Stockbridge-Munsee Community - Active - F47779 - L47779 - 47779@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - 20 - - - - - - 11784 - 1205 - 11 - 90CI010032 - 2020-04-01 - 2025-03-31 - CI - Rosebud Sioux Tribe - Active - F47779 - L47779 - 47779@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - 315 - - - - - - 11785 - 765 - 7 - 07CH011435 - 2020-04-01 - 2025-03-31 - CH - Economic Security Corp of Southwest Area - Active - F47594 - L47594 - 47594@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - 550 - 145 - - - - - 11786 - 1643 - 4 - 04CH011433 - 2020-04-01 - 2025-03-31 - CH - Pender County Board of Education - Active - F13740 - L13740 - 13740@hsesinfo.org - F45392 - L45392 - 45392@hsesinfo.org - 197 - - - - - - 11792 - 1105 - 2 - 02CH011436 - 2020-04-01 - 2025-03-31 - CH - Opportunities for Otsego, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - 206 - 100 - - - - - 11793 - 412 - 5 - 05CH011449 - 2020-04-01 - 2025-03-31 - CH - Embarras River Basin Agency, Inc. - Active - F48866 - L48866 - 48866@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - 447 - - - - - - 11794 - 1532 - 6 - 06CH011441 - 2020-04-01 - 2025-03-31 - CH - Community Action Program For Central Arkansas Capca - Active - F45654 - L45654 - 45654@hsesinfo.org - F15375 - L15375 - 15375@hsesinfo.org - 325 - - - - - - 11795 - 179 - 9 - 09CH011437 - 2020-04-01 - 2025-03-31 - CH - Community Services Agency - Active - F2334 - L2334 - 2334@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - 477 - - - - - - 11796 - 6122 - 6 - 06CH011446 - 2020-04-01 - 2025-03-31 - CH - Jay Public Schools - Active - F45391 - L45391 - 45391@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - 394 - - - - - - 11797 - 716 - 6 - 06CH011443 - 2020-04-01 - 2025-03-31 - CH - Community Action Agency of Oklahoma City and Oklahoma/C - Active - F23929 - L23929 - 23929@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - 1689 - - - - - - 11798 - 1900 - 4 - 04CH011438 - 2020-04-01 - 2025-03-31 - CH - Resurgent Education And Community Health Service, Inc. - Active - F13510 - L13510 - 13510@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - 161 - 76 - - - - - 11799 - 911 - 5 - 05CH011455 - 2020-04-01 - 2025-03-31 - CH - Community Action Partnership Of Central Illinois - Active - F49521 - L49521 - 49521@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - 278 - 90 - - - - - 11800 - 1945 - 4 - 04CH011440 - 2020-04-01 - 2025-03-31 - CH - Intermountain Children - Active - F13510 - L13510 - 13510@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - 132 - 32 - - - - - 11801 - 164 - 6 - 06CH011447 - 2020-04-01 - 2025-03-31 - CH - Plano Independent School District - Active - F45391 - L45391 - 45391@hsesinfo.org - F49133 - L49133 - 49133@hsesinfo.org - 146 - - - - - - 11804 - 1093 - 9 - 09CH011439 - 2020-04-01 - 2025-03-31 - CH - Kings Community Action Organization, Incorporated - Active - F14155 - L14155 - 14155@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - 483 - 50 - - - - - 11805 - 1938 - 11 - 90CI010034 - 2020-04-01 - 2025-03-31 - CI - Ohkay Owingeh Tribal Council - Active - F33086 - L33086 - 33086@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - 81 - - - - - - 11806 - 486 - 9 - 09CH011448 - 2020-04-01 - 2025-03-31 - CH - Community Action Partnership of San Luis Obispo County, Inc. - Active - F47463 - L47463 - 47463@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - 280 - 254 - - - - - 11807 - 6301 - 6 - 06CH011445 - 2020-04-01 - 2025-03-31 - CH - Caldwell Parish School District - Active - F2185 - L2185 - 2185@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - 95 - - - - - - 11812 - 313 - 6 - 06CH011454 - 2020-04-01 - 2025-03-31 - CH - Head Start Child & Family Services, Inc. - Active - F45654 - L45654 - 45654@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - 187 - 107 - - - - - 11813 - 881 - 6 - 06CH011444 - 2020-04-01 - 2025-03-31 - CH - Terrell Independent School District - Active - F43271 - L43271 - 43271@hsesinfo.org - F13531 - L13531 - 13531@hsesinfo.org - 149 - - - - - - 11814 - 7250 - 7 - 07CH011456 - 2020-04-01 - 2025-03-31 - CH - Educational Service Unit No. 13 - Active - F2256 - L2256 - 2256@hsesinfo.org - F47025 - L47025 - 47025@hsesinfo.org - 202 - 84 - - - - - 11815 - 498 - 9 - 09CH011451 - 2020-04-01 - 2025-03-31 - CH - Honolulu Community Action Program - Active - F37822 - L37822 - 37822@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - 1460 - 48 - - - - - 11816 - 1007 - 6 - 06CH011453 - 2020-04-01 - 2025-03-31 - CH - Northeast Oklahoma Community Action Agency, Inc. - Active - F45654 - L45654 - 45654@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - - 24 - - - - - 11823 - 372 - 11 - 90CI010037 - 2020-04-01 - 2025-03-31 - CI - Eight Northern Indian Pueblos Council, Inc. - Active - F33086 - L33086 - 33086@hsesinfo.org - F14171 - L14171 - 14171@hsesinfo.org - 32 - - - - - - 11824 - 1649 - 4 - 04CH011452 - 2020-04-01 - 2025-03-31 - CH - Owsley County Board Of Education - Active - F48070 - L48070 - 48070@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - - 48 - - - - - 11830 - 508 - 5 - 05CH011460 - 2020-05-01 - 2025-04-30 - CH - Kenosha Achievement Center, Inc. - Active - F42090 - L42090 - 42090@hsesinfo.org - F49856 - L49856 - 49856@hsesinfo.org - - 96 - - 8 - - - 11831 - 517 - 11 - 90CI010039 - 2020-04-01 - 2025-03-31 - CI - Lac Courte Oreilles Band of Lake Superior Chippewa - Active - F39730 - L39730 - 39730@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - 99 - 88 - - - - - 11833 - 935 - 5 - 05CH011463 - 2020-05-01 - 2025-04-30 - CH - HARCATUS Tri-County Community Action Organization - Active - F43414 - L43414 - 43414@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - 363 - - - - - - 11834 - 1674 - 4 - 04CH011457 - 2020-05-01 - 2025-04-30 - CH - Five County Child Development Program, Inc. - Active - F13510 - L13510 - 13510@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - 700 - - - - - - 11835 - 1335 - 2 - 02CH011458 - 2020-05-01 - 2025-04-30 - CH - Greater Bergen Community Action, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - 388 - 226 - - - - - 11836 - 240 - 2 - 02CH011459 - 2020-05-01 - 2025-04-30 - CH - Saratoga County Economic Opportunity Council, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - 310 - 124 - - - - - 11852 - 1304 - 6 - 06CH011469 - 2020-05-01 - 2025-04-30 - CH - Big Five Community Services, Inc. - Active - F45654 - L45654 - 45654@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - 188 - - - - - - 11853 - 1280 - 8 - 08CH011467 - 2020-05-01 - 2025-04-30 - CH - Mountainland Head Start, Inc - Active - F47409 - L47409 - 47409@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - 710 - 12 - - - - - 11854 - 1473 - 9 - 09CH011465 - 2020-05-01 - 2025-04-30 - CH - Modoc County Office of Education - Active - F37822 - L37822 - 37822@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - - 104 - - - - - 11855 - 1337 - 4 - 04CH011471 - 2020-06-01 - 2025-05-31 - CH - Mountain Projects, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - 163 - 48 - - - - - 11856 - 1671 - 2 - 02CH011464 - 2020-05-01 - 2025-04-30 - CH - Lutheran Social Services of the Virgin Islands, Inc. - Active - F2342 - L2342 - 2342@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - - 120 - - - - - 11857 - 1760 - 9 - 09CH011466 - 2020-05-01 - 2025-04-30 - CH - Lake Family Resource Center - Active - F37822 - L37822 - 37822@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - - 74 - - - - - 11858 - 1475 - 6 - 06CH011470 - 2020-05-01 - 2025-04-30 - CH - Black River Area Development Corporation - Active - F45654 - L45654 - 45654@hsesinfo.org - F2204 - L2204 - 2204@hsesinfo.org - 172 - 96 - - - - - 11859 - 1782 - 6 - 06CH011462 - 2020-05-01 - 2025-04-30 - CH - Education Service Center Region XIV - Active - F13320 - L13320 - 13320@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - 364 - 40 - - - - - 11861 - 1303 - 11 - 90CI010040 - 2020-05-01 - 2025-04-30 - CI - Yankton Sioux Tribe of South Dakota - Active - F3537 - L3537 - 3537@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - 36 - - - - - - 11862 - 516 - 3 - 03CH011473 - 2020-05-01 - 2025-04-30 - CH - Southwestern Community Action Council, Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F49621 - L49621 - 49621@hsesinfo.org - 696 - 134 - - - - - 11863 - 324 - 5 - 05CH011468 - 2020-05-01 - 2025-04-30 - CH - United Community Action Partnership, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - 244 - 26 - - 6 - - - 11864 - 115 - 3 - 03CH011474 - 2020-05-01 - 2025-04-30 - CH - Coalfield Community Action Partnership, Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - 582 - 8 - - - - - 11865 - 1518 - 3 - 03CH011472 - 2020-05-01 - 2025-04-30 - CH - Indiana County Head Start, Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - 239 - 50 - 61 - - - - 11866 - 1082 - 5 - 05CH011475 - 2020-05-01 - 2025-04-30 - CH - Hoosier Uplands Economic Development Corporation - Active - F48866 - L48866 - 48866@hsesinfo.org - F48776 - L48776 - 48776@hsesinfo.org - 221 - 66 - - - - - 11867 - 883 - 1 - 01CH011480 - 2020-05-01 - 2025-04-30 - CH - Training, Education, and Manpower, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - 73 - 28 - - - - - 11868 - 534 - 3 - 03CH011476 - 2020-05-01 - 2025-04-30 - CH - Total Action Against Poverty in the Roanoke Valley - Active - F14907 - L14907 - 14907@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - 784 - 213 - - - - - 11869 - 958 - 1 - 01CH011478 - 2020-05-01 - 2025-04-30 - CH - Greater Lawrence Community Action Council, Inc. - Active - F42223 - L42223 - 42223@hsesinfo.org - F15627 - L15627 - 15627@hsesinfo.org - 449 - 48 - 10 - - - - 11870 - 1636 - 7 - 07CH011477 - 2020-05-01 - 2025-04-30 - CH - Central Missouri Community Action - Active - F49091 - L49091 - 49091@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - 265 - 200 - - - - - 11871 - 387 - 1 - 01CH011482 - 2020-05-01 - 2025-04-30 - CH - Children's Friend and Service - Active - F42223 - L42223 - 42223@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - 816 - 176 - 81 - - - - 11872 - 1301 - 3 - 03CH011481 - 2020-05-01 - 2025-04-30 - CH - Community Improvement Council, Inc. - Active - F49609 - L49609 - 49609@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - 204 - - - - - - 11873 - 668 - 12 - 90CM009845 - 2020-05-01 - 2025-04-30 - CM - Community Council Of Idaho, Inc. - Active - F39730 - L39730 - 39730@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - 797 - - - - - - 11874 - 1390 - 2 - 02CH011484 - 2020-06-01 - 2025-05-31 - CH - Municipality of Isabela - Active - F42299 - L42299 - 42299@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - 130 - 79 - - - - - 11875 - 1698 - 9 - 09CH011479 - 2020-05-01 - 2025-04-30 - CH - Santa Clara Office of Education - Active - F47463 - L47463 - 47463@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - 1690 - 323 - - - - - 11880 - 630 - 11 - 90CI010041 - 2020-05-01 - 2025-04-30 - CI - Inter-Tribal Council Of Nevada, Inc. - Active - F15738 - L15738 - 15738@hsesinfo.org - F46932 - L46932 - 46932@hsesinfo.org - 220 - - - - - - 11881 - 1058 - 2 - 02CH011486 - 2020-06-01 - 2025-05-31 - CH - Chautauqua Opportunities, Inc. - Active - F47556 - L47556 - 47556@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - 360 - 82 - - - - - 11886 - 1214 - 6 - 06CH011488 - 2020-06-01 - 2025-05-31 - CH - La Clinica De Familia, Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - - 111 - - - - - 11888 - 813 - 8 - 08CH011491 - 2020-06-01 - 2025-05-31 - CH - Sioux Falls Independent School District - Active - F47409 - L47409 - 47409@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - 414 - - - - - - 11889 - 1639 - 4 - 04CH011487 - 2020-06-01 - 2025-05-31 - CH - Jefferson County Child Development Council, Inc. - Active - F13510 - L13510 - 13510@hsesinfo.org - F2051 - L2051 - 2051@hsesinfo.org - 212 - 42 - - - - - 11890 - 894 - 1 - 01CH011494 - 2020-06-01 - 2025-05-31 - CH - Southwestern Community Services, Inc. - Active - F2300 - L2300 - 2300@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - 170 - - - - - - 11896 - 384 - 6 - 06CH011492 - 2020-06-01 - 2025-05-31 - CH - Texas Tech University System - Active - F13320 - L13320 - 13320@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - 56 - - - - - 11897 - 248 - 11 - 90CI010042 - 2020-05-01 - 2025-04-30 - CI - Reno-Sparks Indian Colony - Active - F25722 - L25722 - 25722@hsesinfo.org - F46932 - L46932 - 46932@hsesinfo.org - 52 - - - - - - 11898 - 1515 - 2 - 02CH011495 - 2020-06-01 - 2021-05-31 - CH - Adirondack Community Action Programs, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - 115 - 72 - - - - - 11899 - 7317 - 6 - 06CH011498 - 2020-06-01 - 2025-05-31 - CH - Lutheran Social Services of the South, Inc. dba Upbring - Active - F23929 - L23929 - 23929@hsesinfo.org - F28510 - L28510 - 28510@hsesinfo.org - 362 - 32 - - - - - 11900 - 1329 - 8 - 08CH011497 - 2020-06-01 - 2025-05-31 - CH - Central Montana Head Start - Active - F47409 - L47409 - 47409@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - 96 - - - - - - 11907 - 1304 - 6 - 06CH011503 - 2020-06-01 - 2025-05-31 - CH - Big Five Community Services, Inc. - Active - F45654 - L45654 - 45654@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - 579 - 102 - - - - - 11908 - 1266 - 3 - 03CH011493 - 2020-06-01 - 2025-05-31 - CH - Community Action Partnership of Cambria County - Active - F14907 - L14907 - 14907@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - 311 - 24 - 18 - - - - 11911 - 700 - 1 - 01CH011499 - 2020-07-01 - 2025-06-30 - CH - Lynn Economic Opportunity, Inc. - Active - F2300 - L2300 - 2300@hsesinfo.org - F32486 - L32486 - 32486@hsesinfo.org - 218 - 120 - 14 - - - - 11912 - 7706 - 11 - 90CI010045 - 2020-06-01 - 2025-05-31 - CI - Grand Traverse Band of Ottawa and Chippewa Indians - Active - F3537 - L3537 - 3537@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - 35 - 48 - - - - - 11913 - 415 - 11 - 90CI010043 - 2020-06-01 - 2025-05-31 - CI - Prairie Band Potawatomi Nation - Active - F39730 - L39730 - 39730@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - 32 - 12 - - - - - 11914 - 6441 - 6 - 06CH011509 - 2020-06-01 - 2025-05-31 - CH - Children's Coalition For Northeast Louisiana, Inc. The - Active - F45654 - L45654 - 45654@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - - 60 - - - - - 11915 - 1142 - 1 - 01CH011496 - 2020-06-01 - 2025-05-31 - CH - Community Action Partnership of Strafford County - Active - F2300 - L2300 - 2300@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - 161 - 88 - - - - - 11917 - 1258 - 11 - 90CI010046 - 2020-06-01 - 2025-05-31 - CI - The Hopi Tribe - Active - F3537 - L3537 - 3537@hsesinfo.org - F3541 - L3541 - 3541@hsesinfo.org - 195 - - - - - - 11918 - 1316 - 6 - 06CH011510 - 2020-06-01 - 2025-05-31 - CH - Plaquemines Parish School Board - Active - F45654 - L45654 - 45654@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - 108 - - - - - - 11919 - 1411 - 5 - 05CH011518 - 2020-06-01 - 2025-05-31 - CH - Acelero, Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F13894 - L13894 - 13894@hsesinfo.org - 288 - 40 - 25 - - - - 11920 - 1091 - 5 - 05CH011505 - 2020-06-01 - 2025-05-31 - CH - Akron Summit Community Action Agency - Active - F43414 - L43414 - 43414@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - 1130 - 116 - - - - - 11921 - 551 - 5 - 05CH011547 - 2020-06-01 - 2025-05-31 - CH - Children's Home & Aid Society of Illinois - Active - F14214 - L14214 - 14214@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - 127 - 94 - - - - - 11922 - 1917 - 5 - 05CH011537 - 2020-06-01 - 2025-05-31 - CH - Childcare Network of Evanston - Active - F49521 - L49521 - 49521@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - 68 - 48 - - - - - 11923 - 7304 - 3 - 03CH011521 - 2020-06-01 - 2025-05-31 - CH - Bucks County Intermediate Unit 22 - Active - F46529 - L46529 - 46529@hsesinfo.org - F30521 - L30521 - 30521@hsesinfo.org - 387 - 32 - - - - - 11924 - 1265 - 9 - 09CH011506 - 2020-06-01 - 2025-05-31 - CH - Los Angeles Education Partnership - Active - F37822 - L37822 - 37822@hsesinfo.org - F4004 - L4004 - 4004@hsesinfo.org - - 84 - - - - - 11925 - 914 - 4 - 04CH011502 - 2020-06-01 - 2025-05-31 - CH - Community Action Agency of South Alabama - Active - F13740 - L13740 - 13740@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - 68 - 40 - - - - - 11926 - 303 - 9 - 09CH011519 - 2020-06-01 - 2025-05-31 - CH - Madera County Board of Supervisors/CAPMC - Active - F37822 - L37822 - 37822@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - 246 - 42 - - - - - 11927 - 1508 - 1 - 01CH011513 - 2020-06-01 - 2025-05-31 - CH - Quincy Community Action Program, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - 173 - 75 - - - - - 11928 - 1605 - 13 - 90CH011757 - 2020-07-01 - 2025-06-30 - CH - CDI HS/Niagara County, NY - Active - F33086 - L33086 - 33086@hsesinfo.org - F48422 - L48422 - 48422@hsesinfo.org - 200 - 140 - - - - - 11929 - 1251 - 6 - 06CH011517 - 2020-06-01 - 2025-05-31 - CH - AVANCE, Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F44340 - L44340 - 44340@hsesinfo.org - 340 - 252 - - - - - 11930 - 946 - 9 - 09CH011520 - 2020-06-01 - 2025-05-31 - CH - Northern Arizona Council of Governments - Active - F14155 - L14155 - 14155@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - 701 - 361 - - - - - 11931 - 7711 - 3 - 03CH011761 - 2020-07-01 - 2021-06-30 - CH - Children and Families First Delaware, Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - 613 - - - 94 - - - 11932 - 901 - 4 - 04CH011500 - 2020-06-01 - 2025-05-31 - CH - Economic Improvement Council Inc - Active - F13740 - L13740 - 13740@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - 350 - - - - - - 11933 - 462 - 3 - 03CH011512 - 2020-07-01 - 2025-06-30 - CH - Butler County Children's Center, Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - 136 - 36 - - - - - 11934 - 449 - 3 - 03CH011527 - 2020-06-01 - 2025-05-31 - CH - Allegheny County - Active - F2402 - L2402 - 2402@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - 828 - 60 - - - - - 11935 - 262 - 4 - 04CH011501 - 2020-06-01 - 2025-05-31 - CH - Putnam County Board Of Education - Active - F13740 - L13740 - 13740@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - 181 - - - - - - 11936 - 363 - 1 - 01CH011511 - 2020-07-01 - 2025-06-30 - CH - Southeastern Vermont Community Action, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F28233 - L28233 - 28233@hsesinfo.org - 83 - - - - - - 11937 - 985 - 11 - 90CI010044 - 2020-07-01 - 2025-06-30 - CI - Red Cliff Band of Lake Superior Chippewa - Active - F39730 - L39730 - 39730@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - 47 - 68 - - - - - 11938 - 198 - 6 - 06CH011526 - 2020-07-01 - 2025-06-30 - CH - Central Texas 4C, Inc. - Active - F2179 - L2179 - 2179@hsesinfo.org - F13531 - L13531 - 13531@hsesinfo.org - 300 - 40 - - - - - 11939 - 863 - 3 - 03CH011532 - 2020-06-01 - 2025-05-31 - CH - Pathstone Corporation - Active - F49595 - L49595 - 49595@hsesinfo.org - F43578 - L43578 - 43578@hsesinfo.org - 177 - 72 - - - - - 11940 - 908 - 4 - 04CH011514 - 2020-06-01 - 2025-05-31 - CH - Organized Community Action Program, Inc. - Active - F48459 - L48459 - 48459@hsesinfo.org - F48069 - L48069 - 48069@hsesinfo.org - 443 - 24 - - - - - 11941 - 131 - 6 - 06CH011507 - 2020-07-01 - 2025-06-30 - CH - Cooper Independent School District - Active - F43271 - L43271 - 43271@hsesinfo.org - F2207 - L2207 - 2207@hsesinfo.org - 54 - - - - - - 11942 - 7317 - 6 - 06CH011534 - 2020-07-01 - 2025-06-30 - CH - Lutheran Social Services of the South, Inc. dba Upbring - Active - F23929 - L23929 - 23929@hsesinfo.org - F28510 - L28510 - 28510@hsesinfo.org - 355 - 48 - - - - - 11943 - 7307 - 3 - 03CH011530 - 2020-06-01 - 2025-05-31 - CH - Montgomery County Intermediate Unit - Active - F49609 - L49609 - 49609@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - 450 - - - - - - 11944 - 7318 - 10 - 10CH011508 - 2020-07-01 - 2025-06-30 - CH - Educational Service District #105 - Active - F45193 - L45193 - 45193@hsesinfo.org - F45312 - L45312 - 45312@hsesinfo.org - 370 - 116 - - - - - 11945 - 1001 - 3 - 03CH011531 - 2020-07-01 - 2025-06-30 - CH - Lynchburg Community Action Group, Inc. - Active - F49609 - L49609 - 49609@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - 290 - - - - - - 11946 - 1164 - 4 - 04CH011515 - 2020-06-01 - 2025-05-31 - CH - Leslie Knott Letcher Perry Community Action Council Inc - Active - F33579 - L33579 - 33579@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - 452 - 144 - - - - - 11947 - 907 - 4 - 04CH011504 - 2020-06-01 - 2025-05-31 - CH - Pearl River Valley Opportunity, Inc. - Active - F13510 - L13510 - 13510@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - 570 - 107 - - - - - 11948 - 1944 - 3 - 03CH011522 - 2020-06-01 - 2025-05-31 - CH - Pittsylvania County Community Action, Inc. - Active - F14907 - L14907 - 14907@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - 242 - - - - - - 11951 - 1807 - 6 - 06CH011555 - 2020-07-01 - 2025-06-30 - CH - YWCA of Greater Baton Rouge - Active - F43271 - L43271 - 43271@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - - 200 - - - - - 11952 - 1633 - 6 - 06CH011535 - 2020-07-01 - 2025-06-30 - CH - Harris County Department of Education - Active - F13320 - L13320 - 13320@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - 1000 - 64 - - - - - 11953 - 7598 - 6 - 06CH011549 - 2020-07-01 - 2025-06-30 - CH - Urban Strategies LLC - Active - F45654 - L45654 - 45654@hsesinfo.org - F12886 - L12886 - 12886@hsesinfo.org - - 120 - - - - - 11954 - 1238 - 6 - 06CH011541 - 2020-07-01 - 2025-06-30 - CH - AVANCE - Houston, Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F12886 - L12886 - 12886@hsesinfo.org - 1353 - 374 - - - - - 11955 - 379 - 7 - 07CH011550 - 2020-07-01 - 2025-06-30 - CH - Drake University - Active - F45391 - L45391 - 45391@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - 804 - 88 - - - - - 11956 - 957 - 7 - 07CH011552 - 2020-07-01 - 2025-06-30 - CH - Central Nebraska Community Action Partnership, Inc - Active - F49508 - L49508 - 49508@hsesinfo.org - F47025 - L47025 - 47025@hsesinfo.org - 305 - 205 - - - - - 11957 - 639 - 6 - 06CH011554 - 2020-07-01 - 2025-06-30 - CH - Baton Rouge, City of - Active - F43271 - L43271 - 43271@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - 1207 - - - - - - 11958 - 7317 - 6 - 06CH011529 - 2020-07-01 - 2025-06-30 - CH - Lutheran Social Services of the South, Inc. dba Upbring - Active - F23929 - L23929 - 23929@hsesinfo.org - F28510 - L28510 - 28510@hsesinfo.org - - 88 - - - - - 11959 - 3422 - 6 - 06CH011533 - 2020-07-01 - 2025-06-30 - CH - City of San Antonio - Active - F13320 - L13320 - 13320@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - 128 - - - - - 11960 - 1510 - 1 - 01CH011551 - 2020-07-01 - 2025-06-30 - CH - Champlain Valley Office of Economic Opportunity, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - 180 - 82 - - - - - 11961 - 219 - 10 - 10CH011536 - 2020-07-01 - 2025-06-30 - CH - North Idaho College - Active - F43149 - L43149 - 43149@hsesinfo.org - F46991 - L46991 - 46991@hsesinfo.org - 299 - - - - - - 11966 - 706 - 1 - 01CH011566 - 2020-07-01 - 2025-06-30 - CH - Capstone Community Action, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - 120 - 122 - - - - - 11967 - 752 - 12 - 90CM009847 - 2020-07-01 - 2025-02-28 - CM - Telamon Corporation - Active - F39730 - L39730 - 39730@hsesinfo.org - F39971 - L39971 - 39971@hsesinfo.org - 225 - - - - - - 11968 - 747 - 1 - 01CH011564 - 2020-07-01 - 2025-06-30 - CH - Alliance for Community Empowerment, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F32486 - L32486 - 32486@hsesinfo.org - 661 - 160 - - 8 - - - 11969 - 602 - 7 - 07CH011575 - 2020-07-01 - 2025-06-30 - CH - Salina Unified School District #305 - Active - F48871 - L48871 - 48871@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - 301 - 176 - - - - - 11970 - 1020 - 9 - 09CH011561 - 2020-07-01 - 2025-06-30 - CH - North Coast Opportunities, Inc. - Active - F14155 - L14155 - 14155@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - 263 - 78 - - - - - 11971 - 1315 - 7 - 07CH011570 - 2020-07-01 - 2025-06-30 - CH - Unified School District #489 - Active - F48871 - L48871 - 48871@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - 123 - 92 - - - - - 11975 - 1666 - 3 - 03CH011584 - 2020-07-01 - 2025-06-30 - CH - Northern Panhandle Head Start, Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - 374 - 140 - - - - - 11976 - 1584 - 2 - 02CH011577 - 2020-07-01 - 2025-06-30 - CH - Economic Opportunity Commission of Nassau County, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F48300 - L48300 - 48300@hsesinfo.org - 559 - - - - - - 11977 - 245 - 12 - 90CM009846 - 2020-07-01 - 2025-03-31 - CM - Centro de la Familia de Utah - Active - F39730 - L39730 - 39730@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - 370 - 48 - - - - - 11978 - 1685 - 2 - 02CH011546 - 2020-07-01 - 2025-06-30 - CH - East Orange Child Development Corporation - Active - F32488 - L32488 - 32488@hsesinfo.org - F43949 - L43949 - 43949@hsesinfo.org - 395 - 96 - - - - - 11979 - 1488 - 6 - 06CH011582 - 2020-07-01 - 2025-06-30 - CH - Morehouse Community Improvement Organization, Inc. - Active - F2179 - L2179 - 2179@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - 306 - - - - - - 11980 - 1487 - 6 - 06CH011578 - 2020-07-01 - 2025-06-30 - CH - Sabine Parish School Board - Active - F13320 - L13320 - 13320@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - 212 - - - - - - 11981 - 1354 - 6 - 06CH011581 - 2020-07-01 - 2021-06-30 - CH - North Texas Parent & Child Development, Inc. - Active - F2179 - L2179 - 2179@hsesinfo.org - F12886 - L12886 - 12886@hsesinfo.org - - 96 - - - - - 11983 - 229 - 6 - 06CH011569 - 2020-07-01 - 2021-06-30 - CH - Child Care Associates - Active - F2185 - L2185 - 2185@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - 1324 - 392 - - - - - 11984 - 1705 - 2 - 02CH011585 - 2020-07-01 - 2025-06-30 - CH - Association to Benefit Children - Active - F47557 - L47557 - 47557@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - - 87 - - - - - 11985 - 461 - 11 - 90CI010047 - 2020-06-01 - 2025-05-31 - CI - Spokane Tribe of The Spokane Reservation - Active - F47779 - L47779 - 47779@hsesinfo.org - F47570 - L47570 - 47570@hsesinfo.org - 70 - - - - - - 11986 - 227 - 6 - 06CH011596 - 2020-07-01 - 2025-06-30 - CH - Lubbock Independent School District - Active - F13320 - L13320 - 13320@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - 540 - - - - - - 11987 - 591 - 6 - 06CH011583 - 2020-07-01 - 2025-06-30 - CH - Williamson Burnet Counties Opp. Inc. (WBCO) - Active - F48667 - L48667 - 48667@hsesinfo.org - F2193 - L2193 - 2193@hsesinfo.org - 398 - 288 - - - - - 11988 - 260 - 6 - 06CH011557 - 2020-07-01 - 2021-06-30 - CH - Webster Parish Police Jury Office of Community Services - Active - F23929 - L23929 - 23929@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - 311 - - - - - - 11989 - 1064 - 6 - 06CH011597 - 2020-07-01 - 2025-06-30 - CH - Ascension Parish School Board - Active - F13320 - L13320 - 13320@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - 251 - - - - - - 11990 - 1695 - 6 - 06CH011580 - 2020-07-01 - 2025-06-30 - CH - Southeast NM Community Action Corporation - Active - F45391 - L45391 - 45391@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - 659 - - - - - - 11991 - 7332 - 7 - 07CH011587 - 2020-07-01 - 2025-06-30 - CH - Urban League of Metropolitan St. Louis - Active - F47594 - L47594 - 47594@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - 349 - 160 - - - - - 11992 - 476 - 11 - 90CI010048 - 2020-07-01 - 2025-06-30 - CI - Ponca Tribe of Oklahoma - Active - F15738 - L15738 - 15738@hsesinfo.org - F3536 - L3536 - 3536@hsesinfo.org - 35 - - - - - - 11993 - 906 - 6 - 06CH011592 - 2020-07-01 - 2025-06-30 - CH - St. Bernard Parish School Board - Active - F23929 - L23929 - 23929@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - 112 - - - - - - 11994 - 1910 - 4 - 04CH011489 - 2020-07-01 - 2025-06-30 - CH - The Enola Group - Active - F2065 - L2065 - 2065@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - - 200 - - - - - 11995 - 1464 - 6 - 06CH011553 - 2020-07-01 - 2021-06-30 - CH - Eastern Plains Community Action Agency, Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F41654 - L41654 - 41654@hsesinfo.org - 329 - 102 - - - - - 11996 - 7323 - 6 - 06CH011572 - 2020-07-01 - 2025-06-30 - CH - Catholic Charities Archdiocese of New Orleans - Active - F48667 - L48667 - 48667@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - 362 - 116 - - - - - 11997 - 915 - 6 - 06CH011558 - 2020-07-01 - 2025-06-30 - CH - Community Council of South Central Texas, Inc. - Active - F48667 - L48667 - 48667@hsesinfo.org - F28510 - L28510 - 28510@hsesinfo.org - 229 - 34 - - - - - 11998 - 7202 - 9 - 09CH011595 - 2020-07-01 - 2025-06-30 - CH - Community Association for Preschool Education, Inc. - Active - F47463 - L47463 - 47463@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - 232 - 90 - - - - - 11999 - 1076 - 6 - 06CH011568 - 2020-07-01 - 2025-06-30 - CH - Greater East Texas Community Action Program - Active - F2185 - L2185 - 2185@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - 140 - 32 - - - - - 12000 - 759 - 8 - 08CH011579 - 2020-07-01 - 2025-06-30 - CH - Boulder, County of - Active - F3032 - L3032 - 3032@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - 134 - - - - - - 12001 - 971 - 5 - 05CH011560 - 2020-07-01 - 2025-06-30 - CH - Scott-Carver-Dakota C A P, Inc. - Active - F44271 - L44271 - 44271@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - 197 - 50 - 25 - 33 - - - 12002 - 233 - 4 - 04CH011539 - 2020-07-01 - 2025-06-30 - CH - Bell-Whitley Community Action Agency, Incorporated - Active - F2001 - L2001 - 2001@hsesinfo.org - F48069 - L48069 - 48069@hsesinfo.org - 303 - 80 - - - - - 12003 - 1849 - 3 - 03CH011586 - 2020-07-01 - 2025-06-30 - CH - Skyline CAP, Inc. - Active - F14907 - L14907 - 14907@hsesinfo.org - F47017 - L47017 - 47017@hsesinfo.org - 179 - - - - - - 12004 - 7327 - 5 - 05CH011615 - 2020-07-01 - 2025-06-30 - CH - Easter Seals Metropolitan Chicago, Inc. - Active - F14214 - L14214 - 14214@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - 627 - 472 - - - - - 12005 - 1276 - 7 - 07CH011589 - 2020-07-01 - 2025-06-30 - CH - Youth in Need, Inc. - Active - F47594 - L47594 - 47594@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - 307 - 715 - - - - - 12006 - 7218 - 6 - 06CH011562 - 2020-07-01 - 2025-06-30 - CH - Center for Transforming Lives - Active - F2179 - L2179 - 2179@hsesinfo.org - F13700 - L13700 - 13700@hsesinfo.org - 342 - 56 - - - - - 12007 - 1644 - 10 - 10CH011599 - 2020-07-01 - 2025-06-30 - CH - Harney Education Services District - Active - F43149 - L43149 - 43149@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - 20 - - 60 - - - - 12008 - 435 - 10 - 10CH011601 - 2020-07-01 - 2025-06-30 - CH - Mt. Hood Community College - Active - F43149 - L43149 - 43149@hsesinfo.org - F48097 - L48097 - 48097@hsesinfo.org - 298 - 162 - 619 - 6 - - - 12009 - 7596 - 9 - 09CH011611 - 2020-07-01 - 2025-06-30 - CH - Kidango, Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - 349 - 248 - - - - - 12010 - 1292 - 5 - 05CH011556 - 2020-07-01 - 2025-06-30 - CH - Community Action Agency - Active - F42090 - L42090 - 42090@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - 603 - 176 - - - - - 12011 - 3741 - 6 - 06CH011607 - 2020-07-01 - 2025-06-30 - CH - BCFS Education Services - Active - F48667 - L48667 - 48667@hsesinfo.org - F28510 - L28510 - 28510@hsesinfo.org - 133 - - - - - - 12012 - 290 - 5 - 05CH011548 - 2020-07-01 - 2025-06-30 - CH - Cooperative Educational Service Agency No. 7 - Active - F48866 - L48866 - 48866@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - 185 - 108 - 12 - - - - 12013 - 1370 - 5 - 05HP000420 - 2020-07-01 - 2025-06-30 - HP - City of Rockford - Active - F13544 - L13544 - 13544@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - - 34 - - - - - 12014 - 456 - 2 - 02CH011617 - 2020-07-01 - 2025-06-30 - CH - Municipality of Adjuntas - Active - F2342 - L2342 - 2342@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - 100 - - - - - - 12015 - 1347 - 10 - 10HP000422 - 2020-07-01 - 2025-06-30 - HP - Umatilla Morrow Head Start, Inc. - Active - F14039 - L14039 - 14039@hsesinfo.org - F2436 - L2436 - 2436@hsesinfo.org - - 38 - - - - - 12016 - 586 - 5 - 05CH011516 - 2020-06-01 - 2025-05-31 - CH - Tri-County Community Action Partnership, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - 207 - 122 - 17 - 30 - - - 12017 - 7714 - 1 - 01CH011668 - 2020-07-01 - 2025-06-30 - CH - Windham Southeast School District - Active - F14152 - L14152 - 14152@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - 72 - 112 - - - - - 12018 - 1479 - 4 - 04CH011490 - 2020-07-01 - 2025-06-30 - CH - Polk County Board of Education - Active - F2065 - L2065 - 2065@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - 80 - - - - - - 12019 - 635 - 10 - 10CH011605 - 2020-07-01 - 2025-06-30 - CH - Community Action Organization - Active - F45193 - L45193 - 45193@hsesinfo.org - F48097 - L48097 - 48097@hsesinfo.org - 295 - 105 - 486 - 7 - - - 12020 - 1376 - 3 - 03CH011625 - 2020-07-01 - 2025-06-30 - CH - Hopewell City School Board - Active - F46529 - L46529 - 46529@hsesinfo.org - F44345 - L44345 - 44345@hsesinfo.org - 156 - - - - - - 12021 - 364 - 5 - 05CH011598 - 2020-07-01 - 2025-06-30 - CH - Interlocal Community Action Program, Inc. - Active - F42090 - L42090 - 42090@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - 250 - - - - - - 12022 - 1953 - 5 - 05CH011588 - 2020-07-01 - 2025-06-30 - CH - Board of Trustees of Southern Illinois University - Active - F13544 - L13544 - 13544@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - 337 - - - - - - 12023 - 1067 - 5 - 05CH011540 - 2020-07-01 - 2025-06-30 - CH - Council on Rural Service Programs, Inc. - Active - F2088 - L2088 - 2088@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - 987 - 285 - - - - - 12024 - 683 - 7 - 07CH011618 - 2020-07-01 - 2025-06-30 - CH - Dodge City Unified School District #443 - Active - F2256 - L2256 - 2256@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - 215 - 85 - - - - - 12025 - 893 - 5 - 05CH011563 - 2020-07-01 - 2025-06-30 - CH - Northwestern Ohio Community Action Commission - Active - F42090 - L42090 - 42090@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - 300 - 44 - - - - - 12026 - 1904 - 6 - 06CH011606 - 2020-07-01 - 2025-06-30 - CH - Region 16 Education Service Center - Active - F2185 - L2185 - 2185@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - 1341 - 422 - - - - - 12027 - 1905 - 4 - 04CH011524 - 2020-07-01 - 2025-06-30 - CH - Anderson County Board of Education - Active - F2065 - L2065 - 2065@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - 274 - 80 - - - - - 12044 - 1605 - 13 - 90CH011760 - 2020-07-01 - 2025-06-30 - CH - CDI HS/Lake County, IL - Active - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - 299 - - - - - - 12045 - 1378 - 2 - 02CH011604 - 2020-07-01 - 2025-06-30 - CH - Municipality of Patillas - Active - F42299 - L42299 - 42299@hsesinfo.org - F15822 - L15822 - 15822@hsesinfo.org - 120 - - - - - - 12046 - 3439 - 5 - 05CH011635 - 2020-07-01 - 2025-06-30 - CH - Northeast Michigan Community Service Agency, Inc. - Active - F13544 - L13544 - 13544@hsesinfo.org - F47912 - L47912 - 47912@hsesinfo.org - 2171 - 308 - - - - - 12047 - 1418 - 5 - 05CH011633 - 2020-07-01 - 2025-06-30 - CH - Community Care In Union County, Inc. - Active - F42090 - L42090 - 42090@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - 34 - 28 - - - - - 12048 - 1722 - 5 - 05CH011613 - 2020-07-01 - 2025-06-30 - CH - Family Development Services, Inc. - Active - F49521 - L49521 - 49521@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - 1239 - 152 - - - - - 12049 - 6541 - 2 - 02CH011623 - 2020-07-01 - 2025-06-30 - CH - Newark Public Schools - Active - F2340 - L2340 - 2340@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - 1000 - - - - - - 12050 - 1799 - 6 - 06CH011620 - 2020-07-01 - 2025-06-30 - CH - Neighbors In Need Of Services, Inc. - Active - F2185 - L2185 - 2185@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - 1848 - 576 - - - - - 12051 - 1782 - 6 - 06CH011543 - 2020-07-01 - 2025-06-30 - CH - Education Service Center Region XIV - Active - F13320 - L13320 - 13320@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - 253 - 48 - - - - - 12052 - 309 - 11 - 90CI010049 - 2020-07-01 - 2025-06-30 - CI - Hualapai Tribe - Active - F39730 - L39730 - 39730@hsesinfo.org - F3536 - L3536 - 3536@hsesinfo.org - 57 - - - - - - 12053 - 573 - 3 - 03CH011608 - 2020-07-01 - 2025-06-30 - CH - Columbia Day Care Program, Inc. - Active - F14907 - L14907 - 14907@hsesinfo.org - F44251 - L44251 - 44251@hsesinfo.org - 156 - - - - - - 12054 - 221 - 10 - 10CH011602 - 2020-07-01 - 2025-06-30 - CH - Rural Alaska Community Action Program, Inc. - Active - F43149 - L43149 - 43149@hsesinfo.org - F2421 - L2421 - 2421@hsesinfo.org - 454 - 92 - - - - - 12055 - 348 - 5 - 05CH011590 - 2020-07-01 - 2025-06-30 - CH - Lakes and Prairies Community Action Partnership, Inc. - Active - F43414 - L43414 - 43414@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - 111 - 86 - 25 - - - - 12056 - 513 - 4 - 04CH011603 - 2020-07-01 - 2025-06-30 - CH - Douglas-Cherokee Economic Authority, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - 892 - 72 - - - - - 12057 - 223 - 5 - 05CH011523 - 2020-07-01 - 2025-06-30 - CH - Monroe County Intermediate School District - Active - F2088 - L2088 - 2088@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - - 48 - - - - - 12058 - 1733 - 5 - 05CH011571 - 2020-07-01 - 2025-06-30 - CH - Ross County Community Action Commission, Inc. - Active - F2088 - L2088 - 2088@hsesinfo.org - F49668 - L49668 - 49668@hsesinfo.org - 153 - 52 - - - - - 12059 - 1517 - 2 - 02CH011624 - 2020-07-01 - 2025-06-30 - CH - Allegany County Community Opportunities And Rural Development, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - 124 - 136 - - - - - 12060 - 1880 - 6 - 06CH011600 - 2020-07-01 - 2025-06-30 - CH - Delta Community Action Association, Inc. - Active - F2179 - L2179 - 2179@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - 416 - 69 - - - - - 12061 - 936 - 2 - 02CH011631 - 2020-07-01 - 2025-06-30 - CH - Opportunities for Chenango, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - 178 - - - - - - 12062 - 423 - 3 - 03CH011619 - 2020-07-01 - 2025-06-30 - CH - Philadelphia School District - Active - F46529 - L46529 - 46529@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - 4546 - - 2079 - - - - 12063 - 1209 - 3 - 03CH011622 - 2020-07-01 - 2025-06-30 - CH - Adams County Children's Education Special Services, Inc. - Active - F49609 - L49609 - 49609@hsesinfo.org - F49361 - L49361 - 49361@hsesinfo.org - 216 - - - - - - 12064 - 1750 - 3 - 03CH011616 - 2020-07-01 - 2021-06-30 - CH - Delaware County Intermediate Unit - Active - F14907 - L14907 - 14907@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - 548 - 72 - - - - - 12065 - 763 - 9 - 09CH011639 - 2020-07-01 - 2025-06-30 - CH - Siskiyou County Office of Education - Active - F37822 - L37822 - 37822@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - - 88 - - - - - 12066 - 462 - 3 - 03CH011628 - 2020-07-01 - 2025-06-30 - CH - Butler County Children's Center, Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F37589 - L37589 - 37589@hsesinfo.org - 265 - 102 - - - - - 12067 - 7715 - 3 - 03CH011559 - 2020-07-01 - 2025-06-30 - CH - Presbyterian Homes & Family Services, Inc., DBA HumanKind - Active - F14907 - L14907 - 14907@hsesinfo.org - F2187 - L2187 - 2187@hsesinfo.org - - 80 - - - - - 12068 - 819 - 7 - 07CH011653 - 2020-07-01 - 2025-06-30 - CH - Community Action of Eastern Iowa - Active - F2256 - L2256 - 2256@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - 326 - 120 - - - - - 12069 - 1824 - 8 - 08CH011642 - 2020-07-01 - 2025-06-30 - CH - A.W.A.R.E., INC. - Active - F13544 - L13544 - 13544@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - 36 - - - - - 12070 - 156 - 5 - 05CH011626 - 2020-07-01 - 2025-06-30 - CH - El Valor Corporation - Active - F13544 - L13544 - 13544@hsesinfo.org - F2121 - L2121 - 2121@hsesinfo.org - 254 - 132 - - - - - 12071 - 1186 - 5 - 05CH011525 - 2020-07-01 - 2025-06-30 - CH - Family & Child Learning Centers of Northeast Wisconsin - Active - F44271 - L44271 - 44271@hsesinfo.org - F49668 - L49668 - 49668@hsesinfo.org - 395 - 80 - - - - - 12072 - 874 - 3 - 03CH011706 - 2020-07-01 - 2025-06-30 - CH - Y M C A Of Central Maryland, Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F44345 - L44345 - 44345@hsesinfo.org - 546 - 92 - - - - - 12073 - 1740 - 4 - 04CH011574 - 2020-07-01 - 2025-06-30 - CH - Upper Cumberland Human Resource Agency - Active - F13740 - L13740 - 13740@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - 37 - - - - - - 12074 - 1290 - 6 - 06CH011638 - 2020-07-01 - 2025-06-30 - CH - INCA Community Services, Inc. - Active - F45654 - L45654 - 45654@hsesinfo.org - F41383 - L41383 - 41383@hsesinfo.org - 304 - 32 - - - - - 12075 - 772 - 8 - 08CH011641 - 2020-07-01 - 2025-06-30 - CH - City of Lakewood - Active - F3032 - L3032 - 3032@hsesinfo.org - F47897 - L47897 - 47897@hsesinfo.org - 90 - 20 - - - - - 12076 - 1101 - 7 - 07CH011658 - 2020-07-01 - 2025-06-30 - CH - Community Action Partnership of Greater St Joseph - Active - F11828 - L11828 - 11828@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - 254 - 70 - - - - - 12077 - 999 - 7 - 07CH011656 - 2020-07-01 - 2025-06-30 - CH - Mid-Sioux Opportunity, Inc. - Active - F47594 - L47594 - 47594@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - 175 - 72 - - - - - 12078 - 1826 - 4 - 04CH011612 - 2020-07-01 - 2025-06-30 - CH - Suwannee Valley Community Coordinated Child Care, Inc. - Active - F48070 - L48070 - 48070@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - 231 - 184 - - - - - 12079 - 829 - 8 - 08CH011632 - 2020-07-01 - 2025-06-30 - CH - Catholic Charities, Archdiocese Of Denver - Active - F3032 - L3032 - 3032@hsesinfo.org - F3062 - L3062 - 3062@hsesinfo.org - - 92 - - - - - 12080 - 749 - 4 - 04CH011643 - 2020-07-01 - 2025-06-30 - CH - Southeastern Community and Family Services, Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - 119 - 48 - - - - - 12081 - 1444 - 4 - 04CH011629 - 2020-07-01 - 2025-06-30 - CH - DOTHAN CITY BOARD OF EDUCATION - Active - F46632 - L46632 - 46632@hsesinfo.org - F48069 - L48069 - 48069@hsesinfo.org - 324 - - - - - - 12082 - 1692 - 10 - 10CH011651 - 2020-07-01 - 2025-06-30 - CH - Family Services of Grant County - Active - F14039 - L14039 - 14039@hsesinfo.org - F47540 - L47540 - 47540@hsesinfo.org - 126 - 105 - - - - - 12083 - 976 - 6 - 06CH011660 - 2020-07-01 - 2025-06-30 - CH - Acadia Parish School Board - Active - F45391 - L45391 - 45391@hsesinfo.org - F15375 - L15375 - 15375@hsesinfo.org - 387 - - - - - - 12084 - 7316 - 6 - 06CH011677 - 2020-07-01 - 2025-06-30 - CH - St. James Parish School Board - Active - F13320 - L13320 - 13320@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - 173 - - - - - - 12085 - 457 - 10 - 10CH011650 - 2020-07-01 - 2025-06-30 - CH - Head Start of Lane County - Active - F43149 - L43149 - 43149@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - 411 - 88 - 507 - 2 - - - 12086 - 1596 - 2 - 02CH011671 - 2020-07-01 - 2025-06-30 - CH - Cypress Hills Child Care Corporation - Active - F2340 - L2340 - 2340@hsesinfo.org - F48300 - L48300 - 48300@hsesinfo.org - 82 - - - - - - 12087 - 346 - 9 - 09CH011666 - 2020-07-01 - 2025-06-30 - CH - Child And Family Service - Active - F37822 - L37822 - 37822@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - 92 - 36 - - - - - 12088 - 1448 - 2 - 02CH011634 - 2020-07-01 - 2025-06-30 - CH - Family Enrichment Network - Active - F2335 - L2335 - 2335@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - 287 - 112 - - - - - 12089 - 1310 - 9 - 09CH011674 - 2020-07-01 - 2025-06-30 - CH - Little People's Head Start - Active - F2334 - L2334 - 2334@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - 38 - 48 - - - - - 12090 - 714 - 6 - 06CH011689 - 2020-07-01 - 2025-06-30 - CH - Calcasieu Parish School Board - Active - F45654 - L45654 - 45654@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - 450 - - - - - - 12091 - 6415 - 3 - 03CH011661 - 2020-07-01 - 2025-06-30 - CH - Educare DC - Active - F46529 - L46529 - 46529@hsesinfo.org - F44251 - L44251 - 44251@hsesinfo.org - 60 - 184 - - - - - 12092 - 1356 - 3 - 03CH011704 - 2020-07-01 - 2025-06-30 - CH - Eastern Shore AAA/CAA - Active - F49595 - L49595 - 49595@hsesinfo.org - F30521 - L30521 - 30521@hsesinfo.org - 218 - - - - - - 12093 - 7716 - 6 - 06CH011621 - 2020-07-01 - 2025-06-30 - CH - Rapides Parish School Board - Active - F2179 - L2179 - 2179@hsesinfo.org - F12886 - L12886 - 12886@hsesinfo.org - 628 - 222 - - - - - 12094 - 951 - 7 - 07CH011681 - 2020-07-01 - 2025-06-30 - CH - Community Action, Inc. - Active - F2256 - L2256 - 2256@hsesinfo.org - F45048 - L45048 - 45048@hsesinfo.org - 70 - 40 - - - - - 12095 - 331 - 6 - 06CH011673 - 2020-07-01 - 2025-06-30 - CH - West Feliciana Parish School District - Active - F45654 - L45654 - 45654@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - 51 - 44 - - - - - 12096 - 566 - 6 - 06CH011675 - 2020-07-01 - 2025-06-30 - CH - West Las Vegas Schools - Active - F43271 - L43271 - 43271@hsesinfo.org - F41654 - L41654 - 41654@hsesinfo.org - 140 - 36 - - - - - 12097 - 1123 - 9 - 09CH011669 - 2020-07-01 - 2025-06-30 - CH - Community Action Marin - Active - F37822 - L37822 - 37822@hsesinfo.org - F43326 - L43326 - 43326@hsesinfo.org - 214 - 148 - - - - - 12100 - 847 - 4 - 04CH011680 - 2020-07-01 - 2025-06-30 - CH - Jefferson County Committee for Economic Opportunity - Active - F46632 - L46632 - 46632@hsesinfo.org - F42667 - L42667 - 42667@hsesinfo.org - 650 - 152 - - - - - 12101 - 1245 - 4 - 04CH011705 - 2020-07-01 - 2025-06-30 - CH - First Steps of Spartanburg County - Active - F2065 - L2065 - 2065@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - - 120 - - - - - 12102 - 1015 - 4 - 04CH011545 - 2020-07-01 - 2025-06-30 - CH - Clayton County Community Service Authority, Inc. - Active - F2001 - L2001 - 2001@hsesinfo.org - F2051 - L2051 - 2051@hsesinfo.org - 352 - - - - - - 12103 - 624 - 4 - 04CH011685 - 2020-07-01 - 2025-06-30 - CH - Low Country Community Action Agency, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F45392 - L45392 - 45392@hsesinfo.org - 252 - 32 - - - - - 12104 - 150 - 4 - 04CH011659 - 2020-07-01 - 2025-06-30 - CH - The Sheltering Arms - Active - F46251 - L46251 - 46251@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - 699 - 288 - - - - - 12105 - 1840 - 4 - 04CH011648 - 2020-07-01 - 2025-06-30 - CH - Capital Area Community Action Agency, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F46450 - L46450 - 46450@hsesinfo.org - 378 - - - - - - 12106 - 7719 - 4 - 04CH011684 - 2020-07-01 - 2025-06-30 - CH - Childcare Resources - Active - F46632 - L46632 - 46632@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - 410 - 184 - - - - - 12107 - 236 - 5 - 05CH011594 - 2020-07-01 - 2025-06-30 - CH - Community Action Commission of Erie, Huron and Richland - Active - F13544 - L13544 - 13544@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - 232 - 16 - - - - - 12108 - 206 - 7 - 07CH011678 - 2020-07-01 - 2025-06-30 - CH - University of Kansas Medical Center Research Institute - Active - F2256 - L2256 - 2256@hsesinfo.org - F45048 - L45048 - 45048@hsesinfo.org - - 261 - - - - - 12109 - 883 - 1 - 01CH011687 - 2020-07-01 - 2025-06-30 - CH - Training, Education, and Manpower, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - 233 - 127 - - - - - 12110 - 1334 - 8 - 08CH011644 - 2020-07-01 - 2025-06-30 - CH - Ravalli Head Start, Inc. - Active - F47409 - L47409 - 47409@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - 102 - 116 - - - - - 12111 - 940 - 1 - 01CH011664 - 2020-07-01 - 2025-06-30 - CH - Human Resources Agency of New Britain, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - 72 - 40 - - - - - 12112 - 720 - 4 - 04CH011686 - 2020-07-01 - 2025-06-30 - CH - Community Action Opportunities - Active - F46632 - L46632 - 46632@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - 525 - - - - - - 12113 - 1519 - 3 - 03CH011662 - 2020-07-01 - 2025-06-30 - CH - SUMMIT Early Learning, Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F43578 - L43578 - 43578@hsesinfo.org - 295 - 136 - - - - - 12114 - 325 - 5 - 05CH011609 - 2020-07-01 - 2025-06-30 - CH - Child Focus, Inc. - Active - F13544 - L13544 - 13544@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - 412 - 148 - - - - - 12115 - 1255 - 1 - 01CH011683 - 2020-07-01 - 2025-06-30 - CH - Worcester Community Action Council, Inc. - Active - F2300 - L2300 - 2300@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - 203 - 60 - - - - - 12116 - 1402 - 4 - 04CH011690 - 2020-07-01 - 2025-06-30 - CH - Lutheran Services Florida, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - 1782 - 335 - - - - - 12117 - 1463 - 7 - 07CH011695 - 2020-07-01 - 2025-06-30 - CH - Community Action Agency of Siouxland - Active - F48871 - L48871 - 48871@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - 324 - 68 - - - - - 12118 - 203 - 3 - 03CH011676 - 2020-07-01 - 2025-06-30 - CH - Loudoun County School District - Active - F2402 - L2402 - 2402@hsesinfo.org - F43578 - L43578 - 43578@hsesinfo.org - 100 - - - - - - 12119 - 627 - 5 - 05CH011614 - 2020-07-01 - 2025-06-30 - CH - Rock Island-Milan School District, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - 299 - - - - - - 12120 - 1806 - 1 - 01CH011630 - 2020-09-01 - 2025-08-31 - CH - Waldo Community Action Partners - Active - F14152 - L14152 - 14152@hsesinfo.org - F13512 - L13512 - 13512@hsesinfo.org - 91 - 51 - - - - - 12121 - 1181 - 4 - 04CH011701 - 2020-07-01 - 2025-06-30 - CH - School Board of Charlotte County Florida - Active - F48459 - L48459 - 48459@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - 204 - 56 - - - - - 12122 - 1962 - 8 - 08CH011637 - 2020-07-01 - 2025-06-30 - CH - Families In Partnership, Inc. - Active - F13544 - L13544 - 13544@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - - 48 - - - - - 12123 - 1043 - 7 - 07CH011702 - 2020-07-01 - 2025-06-30 - CH - Futures Unlimited - Active - F49091 - L49091 - 49091@hsesinfo.org - F47025 - L47025 - 47025@hsesinfo.org - 66 - 24 - - - - - 12124 - 1833 - 4 - 04CH011700 - 2020-07-01 - 2025-06-30 - CH - Martin County School District - Active - F48459 - L48459 - 48459@hsesinfo.org - F46450 - L46450 - 46450@hsesinfo.org - 140 - - - - - - 12125 - 664 - 9 - 09CH011692 - 2020-07-01 - 2025-06-30 - CH - Volunteers of America of Los Angeles - Active - F2334 - L2334 - 2334@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - 421 - 90 - - - - - 12126 - 397 - 8 - 08CH011682 - 2020-07-01 - 2025-06-30 - CH - The Children's Learning Center - Active - F3032 - L3032 - 3032@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - 40 - 36 - - - - - 12127 - 7718 - 1 - 01CH011663 - 2020-07-01 - 2025-06-30 - CH - Capitol Region Education Council - Active - F14152 - L14152 - 14152@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - 271 - 155 - - - - - 12128 - 5941 - 5 - 05CH011696 - 2020-07-01 - 2025-06-30 - CH - Brightside Academy Ohio LLC - Active - F2088 - L2088 - 2088@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - 280 - 124 - - - - - 12129 - 824 - 4 - 04CH011636 - 2020-07-01 - 2025-06-30 - CH - Nashville & Davidson County, Metropolitan Government of - Active - F2001 - L2001 - 2001@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - 1245 - 120 - - - - - 12130 - 960 - 4 - 04CH011649 - 2020-07-01 - 2025-06-30 - CH - Mid Florida Community Services, Inc. - Active - F13510 - L13510 - 13510@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - - 40 - - - - - 12131 - 234 - 5 - 05HP000431 - 2020-07-01 - 2025-06-30 - HP - Next Door Foundation, Inc. - Active - F42090 - L42090 - 42090@hsesinfo.org - F13894 - L13894 - 13894@hsesinfo.org - - 330 - - - - - 12132 - 170 - 7 - 07CH011691 - 2020-07-01 - 2025-06-30 - CH - Southeast Kansas Community Action Program, Inc. - Active - F48871 - L48871 - 48871@hsesinfo.org - F45048 - L45048 - 45048@hsesinfo.org - 395 - 251 - - - - - 12133 - 301 - 3 - 03CH011652 - 2020-07-01 - 2025-06-30 - CH - Culpeper Human Services - Active - F14907 - L14907 - 14907@hsesinfo.org - F33282 - L33282 - 33282@hsesinfo.org - 128 - - - - - - 12134 - 125 - 5 - 05CH011665 - 2020-07-01 - 2021-06-30 - CH - Southern Illinois University - Active - F13544 - L13544 - 13544@hsesinfo.org - F14177 - L14177 - 14177@hsesinfo.org - 536 - 329 - - - - - 12135 - 7720 - 4 - 04CH011640 - 2020-07-01 - 2025-06-30 - CH - Aiken County Public School District - Active - F13510 - L13510 - 13510@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - 326 - 58 - - - - - 12136 - 638 - 4 - 04CH011679 - 2020-07-01 - 2025-06-30 - CH - Jackson County Civic Action Committee, Inc. - Active - F33579 - L33579 - 33579@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - 436 - 78 - - - - - 12137 - 1026 - 1 - 01CH011667 - 2020-07-01 - 2025-06-30 - CH - West Haven Community House Association, Incorporated, The - Active - F14152 - L14152 - 14152@hsesinfo.org - F32486 - L32486 - 32486@hsesinfo.org - 128 - - 16 - - - - 12138 - 353 - 5 - 05CH011573 - 2020-07-01 - 2025-06-30 - CH - Human Development Commission, Inc. - Active - F48866 - L48866 - 48866@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - - 153 - - - - - 12139 - 611 - 5 - 05CH011610 - 2020-07-01 - 2025-06-30 - CH - University of Wisconsin, Oshkosh - Active - F43414 - L43414 - 43414@hsesinfo.org - F48776 - L48776 - 48776@hsesinfo.org - 488 - - 12 - - - - 12140 - 1323 - 4 - 04CH011699 - 2020-07-01 - 2025-06-30 - CH - Richland County First Steps - Active - F48070 - L48070 - 48070@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - 96 - - - - - 12141 - 1631 - 4 - 04CH011528 - 2020-07-01 - 2025-06-30 - CH - Clinch-Powell Educational Cooperative - Active - F2001 - L2001 - 2001@hsesinfo.org - F15304 - L15304 - 15304@hsesinfo.org - 431 - 80 - - - - - 12142 - 993 - 1 - 01CH011688 - 2020-07-01 - 2025-06-30 - CH - Community Action Program-Inter City, Incorporated - Active - F2300 - L2300 - 2300@hsesinfo.org - F15627 - L15627 - 15627@hsesinfo.org - 198 - - 17 - - - - 12143 - 7314 - 5 - 05CH011593 - 2020-07-01 - 2025-06-30 - CH - Alta Care Group, Inc. - Active - F42090 - L42090 - 42090@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - 656 - 104 - - - - - 12146 - 752 - 12 - 90CM009849 - 2020-04-01 - 2025-03-31 - CM - Telamon Corporation - Active - F25722 - L25722 - 25722@hsesinfo.org - F39971 - L39971 - 39971@hsesinfo.org - 985 - 144 - - - - - 12147 - 208 - 8 - 08CH011710 - 2020-07-01 - 2025-06-30 - CH - Davis/Morgan/Summit Head Start Early Head Start - Active - F47409 - L47409 - 47409@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - 401 - 101 - - - - - 12148 - 1663 - 4 - 04CH011730 - 2020-07-01 - 2025-06-30 - CH - Blue Ridge Community Action, Inc. - Active - F48070 - L48070 - 48070@hsesinfo.org - F45392 - L45392 - 45392@hsesinfo.org - 198 - 24 - - - - - 12149 - 193 - 3 - 03CH011715 - 2020-07-01 - 2025-06-30 - CH - Hanover County School District - Active - F49609 - L49609 - 49609@hsesinfo.org - F47017 - L47017 - 47017@hsesinfo.org - 105 - - - - - - 12150 - 395 - 4 - 04CH011734 - 2020-07-01 - 2025-06-30 - CH - Chattanooga, City of - Active - F2001 - L2001 - 2001@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - 622 - 226 - - - - - 12151 - 742 - 2 - 02CH011709 - 2020-07-01 - 2021-06-30 - CH - Children's Aid Society, The - Active - F32488 - L32488 - 32488@hsesinfo.org - F14089 - L14089 - 14089@hsesinfo.org - - 69 - - - - - 12152 - 1343 - 11 - 90CI010050 - 2020-07-01 - 2025-06-30 - CI - Mountain Empire Unified School District - Active - F47779 - L47779 - 47779@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - 20 - - - - - - 12153 - 859 - 4 - 04CH011708 - 2020-07-01 - 2025-06-30 - CH - Mississippi Action for Progress, Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - 2038 - 180 - - - - - 12154 - 1326 - 9 - 09CH011719 - 2020-07-01 - 2025-06-30 - CH - San Bernardino, County of - Active - F47463 - L47463 - 47463@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - 3810 - 402 - - - - - 12155 - 1165 - 4 - 04CH011752 - 2020-07-01 - 2025-06-30 - CH - Jackson County School District - Active - F13740 - L13740 - 13740@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - 211 - 30 - - - - - 12156 - 594 - 4 - 04CH011723 - 2020-07-01 - 2025-06-30 - CH - Four-Square Community Action, Incorporated - Active - F2001 - L2001 - 2001@hsesinfo.org - F2348 - L2348 - 2348@hsesinfo.org - 178 - - - - - - 12157 - 876 - 3 - 03CH011716 - 2020-07-01 - 2025-06-30 - CH - Associated Catholic Charities Inc. - Active - F49609 - L49609 - 49609@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - 119 - 62 - - - - - 12158 - 732 - 3 - 03CH011713 - 2020-07-01 - 2025-06-30 - CH - United Planning Organization - Active - F49595 - L49595 - 49595@hsesinfo.org - F44345 - L44345 - 44345@hsesinfo.org - - 144 - - - - - 12159 - 226 - 3 - 03CH011627 - 2020-07-01 - 2025-06-30 - CH - Edward C. Mazique Parent Child Center, Inc. - Active - F49609 - L49609 - 49609@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - 48 - - - - - - 12160 - 1077 - 3 - 03CH011714 - 2020-07-01 - 2025-06-30 - CH - Rosemount Center, Inc. - Active - F49609 - L49609 - 49609@hsesinfo.org - F49621 - L49621 - 49621@hsesinfo.org - 24 - - - - - - 12161 - 940 - 1 - 01CH011707 - 2020-07-01 - 2025-06-30 - CH - Human Resources Agency of New Britain, Inc. - Active - F14152 - L14152 - 14152@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - 237 - - 34 - - - - 12162 - 1461 - 4 - 04CH011698 - 2020-07-01 - 2025-06-30 - CH - Johnston Lee Harnett Community Action, Inc. - Active - F2001 - L2001 - 2001@hsesinfo.org - F45392 - L45392 - 45392@hsesinfo.org - 561 - 92 - - - - - 12163 - 294 - 4 - 04CH011737 - 2020-07-01 - 2025-06-30 - CH - Western Carolina Community Action, Inc. - Active - F48070 - L48070 - 48070@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - 245 - 200 - - - - - 12164 - 1002 - 4 - 04CH011718 - 2020-07-01 - 2025-06-30 - CH - Community Action Program Committee, Inc. - Active - F33579 - L33579 - 33579@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - 670 - 88 - - - - - 12165 - 1153 - 4 - 04CH011741 - 2020-07-01 - 2025-06-30 - CH - Jasper County Charter System - Active - F48070 - L48070 - 48070@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - 82 - - - - - - 12166 - 647 - 2 - 02CH011717 - 2020-07-01 - 2025-06-30 - CH - Manhasset-Great Neck Economic Opportunity Council, Inc. - Active - F47557 - L47557 - 47557@hsesinfo.org - F2304 - L2304 - 2304@hsesinfo.org - 46 - - - - - - 12167 - 918 - 4 - 04CH011733 - 2020-07-01 - 2025-06-30 - CH - Onslow County Schools, Inc. - Active - F13510 - L13510 - 13510@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - 230 - - - - - - 12168 - 299 - 3 - 03CH011740 - 2020-07-01 - 2025-06-30 - CH - People Incorporated of Virginia - Active - F46529 - L46529 - 46529@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - 85 - - - - - - 12169 - 1545 - 4 - 04CH011720 - 2020-07-01 - 2025-06-30 - CH - Community Action for Improvement, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - 247 - 72 - - - - - 12170 - 444 - 4 - 04CH011712 - 2020-07-01 - 2025-06-30 - CH - Ohio Valley Educational Cooperative - Active - F33579 - L33579 - 33579@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - 244 - 80 - - - - - 12171 - 1155 - 4 - 04CH011647 - 2020-07-01 - 2025-06-30 - CH - Picayune School District - Active - F13740 - L13740 - 13740@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - 246 - - - - - - 12172 - 1628 - 4 - 04CH011744 - 2020-07-01 - 2025-06-30 - CH - ICARE, Inc. - Active - F33579 - L33579 - 33579@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - 195 - 40 - - - - - 12173 - 809 - 4 - 04CH011703 - 2020-07-01 - 2025-06-30 - CH - Friends of Children of Mississippi, Inc. - Active - F33579 - L33579 - 33579@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - 840 - 280 - - - - - 12174 - 536 - 4 - 04CH011722 - 2020-07-01 - 2025-06-30 - CH - Enrichment Services Program, Inc. - Active - F46251 - L46251 - 46251@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - 275 - 136 - - - - - 12175 - 7159 - 4 - 04CH011654 - 2020-07-01 - 2025-06-30 - CH - Delta Health Alliance, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - 675 - 144 - - - - - 12176 - 7318 - 12 - 90CM009848 - 2020-07-01 - 2025-06-30 - CM - Educational Service District #105 - Active - F33086 - L33086 - 33086@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - 264 - - - - - - 12177 - 1689 - 2 - 02CH011724 - 2020-07-01 - 2025-06-30 - CH - Dominican Women's Development Center - Active - F2340 - L2340 - 2340@hsesinfo.org - F48300 - L48300 - 48300@hsesinfo.org - - 72 - - - - - 12178 - 1622 - 5 - 05CH011747 - 2020-07-01 - 2025-06-30 - CH - Quincy Public Schools, District #172 - Active - F43414 - L43414 - 43414@hsesinfo.org - F49856 - L49856 - 49856@hsesinfo.org - 299 - - - - - - 12179 - 1583 - 4 - 04CH011758 - 2020-07-01 - 2025-06-30 - CH - Randolph Co Board Of Education Head Start - Active - F33579 - L33579 - 33579@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - 101 - - - - - - 12180 - 7326 - 5 - 05CH011751 - 2020-07-01 - 2025-06-30 - CH - Illinois Action for Children - Active - F14214 - L14214 - 14214@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - 340 - 128 - - - - - 12181 - 1655 - 5 - 05CH011672 - 2020-07-01 - 2025-06-30 - CH - Heartland Head Start, Inc. - Active - F14214 - L14214 - 14214@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - 187 - 88 - - - - - 12182 - 177 - 5 - 05CH011748 - 2020-07-01 - 2025-06-30 - CH - Saginaw Intermediate School District - Active - F13544 - L13544 - 13544@hsesinfo.org - F2135 - L2135 - 2135@hsesinfo.org - 859 - 156 - - - - - 12183 - 1346 - 5 - 05CH011565 - 2020-07-01 - 2025-06-30 - CH - Green Bay Area Public Schools - Active - F14214 - L14214 - 14214@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - 321 - - 15 - - - - 12184 - 1674 - 4 - 04CH011655 - 2020-07-01 - 2025-06-30 - CH - Five County Child Development Program, Inc. - Active - F13510 - L13510 - 13510@hsesinfo.org - F46829 - L46829 - 46829@hsesinfo.org - 205 - 48 - - - - - 12185 - 184 - 3 - 03CH011755 - 2020-07-01 - 2025-06-30 - CH - Monongalia County Board of Education - Active - F46529 - L46529 - 46529@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - - 120 - - - - - 12186 - 1247 - 5 - 05CH011742 - 2020-07-01 - 2025-06-30 - CH - Mount Vernon City Schools, District 80 - Active - F49521 - L49521 - 49521@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - 218 - - - - - - 12187 - 7325 - 5 - 05CH011754 - 2020-07-01 - 2025-06-30 - CH - Evanston/Skokie Community Consolidated School District 65 - Active - F49521 - L49521 - 49521@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - 129 - 86 - - - - - 12188 - 1157 - 4 - 04CH011756 - 2020-07-01 - 2025-06-30 - CH - Alexander County Board of Education - Active - F13510 - L13510 - 13510@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - 100 - - - - - - 12195 - 473 - 3 - 03CH011729 - 2020-07-01 - 2025-06-30 - CH - Keystone Service Systems, Inc. - Active - F49609 - L49609 - 49609@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - 630 - 140 - 176 - - - - 12196 - 214 - 5 - 05HP000429 - 2020-07-01 - 2021-06-30 - HP - Indianhead Community Action Agency, Inc. - Active - F43414 - L43414 - 43414@hsesinfo.org - F15967 - L15967 - 15967@hsesinfo.org - - 80 - - - - - 12197 - 1074 - 9 - 09CH011732 - 2020-07-01 - 2025-06-30 - CH - Child Start, Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F4028 - L4028 - 4028@hsesinfo.org - 599 - 204 - - - - - 12198 - 482 - 3 - 03CH011725 - 2020-07-01 - 2025-06-30 - CH - Central West Virginia Community Action Association, Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F49361 - L49361 - 49361@hsesinfo.org - 353 - - - - - - 12199 - 1726 - 3 - 03CH011746 - 2020-07-01 - 2025-06-30 - CH - Tri-County Community Action Agency Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F2437 - L2437 - 2437@hsesinfo.org - - 200 - - - - - 12200 - 4655 - 3 - 03CH011728 - 2020-07-01 - 2025-06-30 - CH - Child Development, Inc. - Active - F2402 - L2402 - 2402@hsesinfo.org - F43578 - L43578 - 43578@hsesinfo.org - 312 - - 41 - - - - 12201 - 507 - 3 - 03CH011745 - 2020-07-01 - 2025-06-30 - CH - Montgomery, County of - Active - F14907 - L14907 - 14907@hsesinfo.org - F44251 - L44251 - 44251@hsesinfo.org - 648 - - - - - - 12202 - 210 - 8 - 08CH011727 - 2020-07-01 - 2026-06-30 - CH - Community Action Partnership, Inc. - Active - F3032 - L3032 - 3032@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - 128 - 62 - - - - - 12203 - 185 - 8 - 08CH011749 - 2020-07-01 - 2025-06-30 - CH - TGU School District #60 - Active - F3064 - L3064 - 3064@hsesinfo.org - F42294 - L42294 - 42294@hsesinfo.org - 144 - 60 - - - - - 12204 - 1147 - 2 - 02CH011711 - 2020-07-01 - 2025-06-30 - CH - Mohawk Valley Community Action Agency, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F14131 - L14131 - 14131@hsesinfo.org - 611 - 142 - - - - - 12205 - 245 - 8 - 08CH011738 - 2020-07-01 - 2025-06-30 - CH - Centro de la Familia de Utah - Active - F47409 - L47409 - 47409@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - 256 - 76 - - - - - 12206 - 7721 - 8 - 08CH011739 - 2020-07-01 - 2025-06-30 - CH - Delta County School District 50J - Active - F47409 - L47409 - 47409@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - 60 - - - - - - 12207 - 1421 - 8 - 08CH011726 - 2020-07-01 - 2025-06-30 - CH - Rural Utah Child Development - Active - F3032 - L3032 - 3032@hsesinfo.org - F34113 - L34113 - 34113@hsesinfo.org - 246 - 110 - - - - - 12210 - 1411 - 3 - 03CH011759 - 2020-07-01 - 2025-06-30 - CH - Acelero, Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - - 96 - - - - - 12227 - 107 - 6 - 06HP000421 - 2020-08-01 - 2025-07-31 - HP - Youth Development Inc. - Active - F48667 - L48667 - 48667@hsesinfo.org - F41654 - L41654 - 41654@hsesinfo.org - - 80 - - - - - 12233 - 1605 - 13 - 90CH011810 - 2020-09-01 - 2025-08-31 - CH - CDI HS/South Central Colorado, CO - Active - F33086 - L33086 - 33086@hsesinfo.org - F48422 - L48422 - 48422@hsesinfo.org - 742 - - - - - - 12234 - 1625 - 2 - 02CH011767 - 2020-08-01 - 2025-07-31 - CH - Cayuga/Seneca Community Action Agency, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F47389 - L47389 - 47389@hsesinfo.org - 292 - 76 - - - - - 12235 - 1937 - 4 - 04CH011646 - 2020-08-01 - 2025-07-31 - CH - Episcopal Children's Services - Active - F48070 - L48070 - 48070@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - 561 - - - - - - 12236 - 1500 - 9 - 09CH011763 - 2020-08-01 - 2025-07-31 - CH - Sacramento Employment & Training Agency - Active - F47463 - L47463 - 47463@hsesinfo.org - F13552 - L13552 - 13552@hsesinfo.org - 4236 - 792 - - - - - 12237 - 532 - 4 - 04CH011657 - 2020-08-01 - 2025-07-31 - CH - School Board of Lee County - Active - F46251 - L46251 - 46251@hsesinfo.org - F46450 - L46450 - 46450@hsesinfo.org - 720 - 88 - - - - - 12238 - 1717 - 3 - 03CH011768 - 2020-08-01 - 2025-07-31 - CH - Spotsylvania County School Board - Active - F2402 - L2402 - 2402@hsesinfo.org - F43578 - L43578 - 43578@hsesinfo.org - 90 - - - - - - 12239 - 1605 - 13 - 90CH011811 - 2020-09-01 - 2025-08-31 - CH - CDI HS/Lower Manhattan, NY - Active - F33086 - L33086 - 33086@hsesinfo.org - F13519 - L13519 - 13519@hsesinfo.org - 110 - - - - - - 12244 - 1838 - 3 - 03CH011775 - 2020-08-01 - 2025-07-31 - CH - Williamsburg James City County Community Action Agency, Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F44038 - L44038 - 44038@hsesinfo.org - 147 - - - - - - 12245 - 614 - 3 - 03CH011778 - 2020-08-01 - 2025-07-31 - CH - Reginald S. Lourie Center For Infants & Young Children - Active - F46529 - L46529 - 46529@hsesinfo.org - F15207 - L15207 - 15207@hsesinfo.org - - 77 - - - - - 12247 - 1877 - 6 - 06CH011774 - 2020-08-01 - 2025-07-31 - CH - West Orange-Cove Consolidated Independent School - Active - F43271 - L43271 - 43271@hsesinfo.org - F2196 - L2196 - 2196@hsesinfo.org - 239 - - - - - - 12248 - 569 - 5 - 05CH011779 - 2020-08-01 - 2025-07-31 - CH - Mid Michigan Community Action Agency, Inc. - Active - F13544 - L13544 - 13544@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - - 135 - - - - - 12249 - 7664 - 4 - 04HP000424 - 2020-08-01 - 2025-07-31 - HP - South Carolina Association of Community Action Partnerships - Active - F48070 - L48070 - 48070@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - - 254 - - - - - 12250 - 1021 - 9 - 09CH011776 - 2020-08-01 - 2025-07-31 - CH - Pinal-Gila Community Child Services, Inc. - Active - F14155 - L14155 - 14155@hsesinfo.org - F13240 - L13240 - 13240@hsesinfo.org - 599 - 203 - - - - - 12252 - 502 - 4 - 04HP000426 - 2020-08-01 - 2025-07-31 - HP - Northern Kentucky Community Action Commission, Inc. - Active - F2001 - L2001 - 2001@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - - 80 - - - - - 12254 - 7722 - 4 - 04CH011788 - 2020-08-01 - 2025-07-31 - CH - Family Guidance Center of Alabama, Inc. - Active - F13740 - L13740 - 13740@hsesinfo.org - F45392 - L45392 - 45392@hsesinfo.org - 308 - 136 - - - - - 12255 - 1396 - 4 - 04CH011764 - 2020-08-01 - 2025-07-31 - CH - Mid-Cumberland Community Action Agency - Active - F46632 - L46632 - 46632@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - 705 - 112 - - - - - 12256 - 111 - 4 - 04CH011790 - 2020-08-01 - 2025-07-31 - CH - Rutherford County Schools - Active - F13740 - L13740 - 13740@hsesinfo.org - F45450 - L45450 - 45450@hsesinfo.org - 210 - 52 - - - - - 12257 - 1814 - 4 - 04CH011793 - 2020-08-01 - 2025-07-31 - CH - Pasco County Board of Public Education - Active - F33579 - L33579 - 33579@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - 660 - 128 - - - - - 12261 - 867 - 6 - 06CH011538 - 2020-09-01 - 2025-08-31 - CH - Tyler Independent School District - Active - F43271 - L43271 - 43271@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - 200 - - - - - - 12262 - 1101 - 7 - 07HP000433 - 2020-09-01 - 2025-08-31 - HP - Community Action Partnership of Greater St Joseph - Active - F11828 - L11828 - 11828@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - - 40 - - - - - 12263 - 1458 - 3 - 03CH011777 - 2020-08-01 - 2025-07-31 - CH - New Castle County Head Start, Inc. - Active - F2415 - L2415 - 2415@hsesinfo.org - F44251 - L44251 - 44251@hsesinfo.org - 379 - 50 - 35 - - - - 12264 - 969 - 3 - 03CH011781 - 2020-08-01 - 2025-07-31 - CH - Allegany County Human Resources - Active - F2402 - L2402 - 2402@hsesinfo.org - F11796 - L11796 - 11796@hsesinfo.org - 277 - - - 40 - - - 12265 - 1136 - 5 - 05CH011762 - 2020-08-01 - 2025-07-31 - CH - Southeastern Indiana Economic Opportunity Corp - Active - F44271 - L44271 - 44271@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - 266 - - - - - - 12266 - 1706 - 5 - 05CH011766 - 2020-08-01 - 2025-07-31 - CH - Dubois-Pike-Warrick Economic Opportunity Committee, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F45378 - L45378 - 45378@hsesinfo.org - 193 - - - - - - 12267 - 1207 - 6 - 06CH011542 - 2020-09-01 - 2025-08-31 - CH - Greater Opportunities of Permian Basin, Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - 750 - 92 - - - - - 12268 - 991 - 6 - 06CH011567 - 2020-09-01 - 2025-08-31 - CH - Kerrville Independent School District - Active - F43271 - L43271 - 43271@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - 87 - - - - - - 12269 - 1133 - 4 - 04CH011771 - 2020-08-01 - 2025-07-31 - CH - Carroll County Board of Education - Active - F2001 - L2001 - 2001@hsesinfo.org - F11679 - L11679 - 11679@hsesinfo.org - 105 - 80 - - - - - 12270 - 738 - 5 - 05CH011770 - 2020-08-01 - 2025-07-31 - CH - Kno Ho Co Ashland Community Action Commission - Active - F43414 - L43414 - 43414@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - 321 - - - - - - 12271 - 1350 - 7 - 07CH011785 - 2020-09-01 - 2025-08-31 - CH - Central Territorial of the Salvation Army - Active - F48871 - L48871 - 48871@hsesinfo.org - F13558 - L13558 - 13558@hsesinfo.org - - 111 - - - - - 12272 - 1168 - 3 - 03CH011782 - 2020-08-01 - 2025-07-31 - CH - Mineral County Board of Education - Active - F49609 - L49609 - 49609@hsesinfo.org - F49361 - L49361 - 49361@hsesinfo.org - 134 - - - - - - 12273 - 365 - 6 - 06CH011544 - 2020-09-01 - 2025-08-31 - CH - Region VII Education Service Center - Active - F13320 - L13320 - 13320@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - 2038 - 132 - - - - - 12274 - 211 - 7 - 07HP000434 - 2020-09-01 - 2025-08-30 - HP - Delta Area Economic Opportunity Corporation - Active - F47594 - L47594 - 47594@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - - 152 - - - - - 12275 - 1227 - 4 - 04HP000435 - 2020-08-01 - 2025-07-31 - HP - Tennessee State University - Active - F48070 - L48070 - 48070@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - - 64 - - - - - 12276 - 1496 - 5 - 05CH011769 - 2020-08-01 - 2025-07-31 - CH - Child Development Services of Ottawa County, Inc. - Active - F2088 - L2088 - 2088@hsesinfo.org - F49668 - L49668 - 49668@hsesinfo.org - 286 - 60 - - - - - 12294 - 770 - 5 - 05CH011787 - 2020-08-01 - 2025-07-31 - CH - Capital Area Community Services, Incorporated - Active - F13544 - L13544 - 13544@hsesinfo.org - F42111 - L42111 - 42111@hsesinfo.org - 1343 - 148 - - - - - 12295 - 7062 - 5 - 05HP000432 - 2020-08-01 - 2025-07-31 - HP - Proviso Leyden Council for Community Actions, Inc. - Active - F44271 - L44271 - 44271@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - - 98 - - - - - 12296 - 1089 - 5 - 05CH011792 - 2020-08-01 - 2025-07-31 - CH - Community Action Program of Evansville & Vanderburgh County, Inc. - Active - F48866 - L48866 - 48866@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - 404 - 116 - - - - - 12297 - 628 - 5 - 05CH011591 - 2020-08-01 - 2025-07-31 - CH - Duluth Public School District #709 - Active - F49521 - L49521 - 49521@hsesinfo.org - F2143 - L2143 - 2143@hsesinfo.org - 224 - - - - - - 12298 - 347 - 7 - 07CH011783 - 2020-08-01 - 2025-07-31 - CH - Hawkeye Area Community Action Program, Inc. - Active - F45391 - L45391 - 45391@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - 190 - - - - - - 12299 - 715 - 5 - 05CH011791 - 2020-08-01 - 2025-07-31 - CH - Lakes & Pines Community Action Council, Inc. - Active - F43414 - L43414 - 43414@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - 218 - 77 - - 41 - - - 12300 - 768 - 5 - 05CH011786 - 2020-08-01 - 2025-07-31 - CH - Carman Ainsworth Community Schools - Active - F3061 - L3061 - 3061@hsesinfo.org - F2084 - L2084 - 2084@hsesinfo.org - - 75 - - - - - 12308 - 187 - 2 - 02CH011789 - 2020-09-01 - 2025-08-31 - CH - Center for Family Services, Inc. - Active - F2340 - L2340 - 2340@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - 416 - 60 - - - - - 12309 - 899 - 11 - 90CI010052 - 2020-08-01 - 2025-07-31 - CI - Otoe Missouria Tribe - Active - F47779 - L47779 - 47779@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - 40 - - - - - - 12310 - 1445 - 11 - 90CI010051 - 2020-08-01 - 2025-07-31 - CI - Bishop Indian Headstart Program - Active - F39730 - L39730 - 39730@hsesinfo.org - F45305 - L45305 - 45305@hsesinfo.org - 60 - - - - - - 12314 - 1174 - 4 - 04CH011797 - 2020-08-01 - 2025-07-31 - CH - McIntosh Trail Early Childhood Development Council, Inc., The - Active - F2001 - L2001 - 2001@hsesinfo.org - F11756 - L11756 - 11756@hsesinfo.org - 294 - 136 - - - - - 12315 - 1358 - 12 - 90CM009850 - 2020-09-01 - 2025-08-31 - CM - Chicanos por la Causa, Inc. - Active - F3537 - L3537 - 3537@hsesinfo.org - F39971 - L39971 - 39971@hsesinfo.org - 840 - - - - - - 12316 - 7640 - 8 - 08CH011794 - 2020-09-01 - 2025-08-31 - CH - Wild Plum Center for Young Children and Families - Active - F3064 - L3064 - 3064@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - 155 - 68 - - - - - 12317 - 1391 - 5 - 05CH011694 - 2020-09-01 - 2025-08-31 - CH - Two Rivers Head Start Agency - Active - F3061 - L3061 - 3061@hsesinfo.org - F31147 - L31147 - 31147@hsesinfo.org - 241 - - - - - - 12318 - 7595 - 5 - 05CH011765 - 2020-09-01 - 2025-08-31 - CH - YWCA Metropolitan Chicago - Active - F42090 - L42090 - 42090@hsesinfo.org - F24149 - L24149 - 24149@hsesinfo.org - 180 - - - - - - 12319 - 551 - 5 - 05CH011731 - 2020-09-01 - 2025-08-31 - CH - Children's Home & Aid Society of Illinois - Active - F14214 - L14214 - 14214@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - 37 - 262 - - - - - 12321 - 7249 - 4 - 04HP000430 - 2020-09-01 - 2025-08-31 - HP - Cleveland County Partnership for Children, Inc. - Active - F13510 - L13510 - 13510@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - - 144 - - - - - 12322 - 766 - 7 - 07CH011799 - 2020-09-01 - 2025-08-31 - CH - Ozarks Area Community Action Corporation - Active - F48871 - L48871 - 48871@hsesinfo.org - F15302 - L15302 - 15302@hsesinfo.org - 656 - 174 - - - - - 12324 - 710 - 12 - 90CM009852 - 2020-09-01 - 2025-08-31 - CM - Community Action Council for Lexington-Fayette, Bourbon, Harrison and Nicholas Counties - Active - F15738 - L15738 - 15738@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - 229 - - - - - - 12325 - 7221 - 4 - 04HP000423 - 2020-09-01 - 2025-08-31 - HP - Child Care Resources, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - - 200 - - - - - 12326 - 1502 - 4 - 04CH011743 - 2020-09-01 - 2025-08-31 - CH - Franklin-Vance-Warren Opportunity, Inc. - Active - F33579 - L33579 - 33579@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - 384 - 16 - - - - - 12327 - 561 - 4 - 04CH011750 - 2020-09-01 - 2025-08-31 - CH - Beaufort Jasper Economic Opportunity Commission, Inc. - Active - F33579 - L33579 - 33579@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - 439 - 120 - - - - - 12328 - 550 - 11 - 90BF000009 - 2020-08-01 - 2025-07-31 - BF - Oglala Lakota College - Active - F3537 - L3537 - 3537@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - 591 - - - - - - 12329 - 7217 - 4 - 04HP000427 - 2020-09-01 - 2025-08-31 - HP - Lancaster County First Steps to School Readiness Partnership - Active - F46251 - L46251 - 46251@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - - 72 - - - - - 12330 - 486 - 12 - 90CM009851 - 2020-09-01 - 2025-08-31 - CM - Community Action Partnership of San Luis Obispo County, Inc. - Active - F15738 - L15738 - 15738@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - 1984 - 162 - - - - - 12337 - 169 - 7 - 07CH011804 - 2020-09-01 - 2025-08-31 - CH - Missouri Valley Community Action Agency - Active - F49091 - L49091 - 49091@hsesinfo.org - F30955 - L30955 - 30955@hsesinfo.org - 431 - 41 - - - - - 12339 - 349 - 2 - 02CH011800 - 2020-09-01 - 2025-08-31 - CH - Ironbound Community Corporation - Active - F2340 - L2340 - 2340@hsesinfo.org - F48564 - L48564 - 48564@hsesinfo.org - 80 - - - - - - 12340 - 7198 - 7 - 07HP000436 - 2020-09-01 - 2025-08-31 - HP - Nebraska Early Childhood Collaborative - Active - F49091 - L49091 - 49091@hsesinfo.org - F13558 - L13558 - 13558@hsesinfo.org - - 176 - - - - - 12341 - 1952 - 2 - 02CH011801 - 2020-09-01 - 2025-08-31 - CH - New Square Community Improvement Council, Inc. - Active - F2335 - L2335 - 2335@hsesinfo.org - F48300 - L48300 - 48300@hsesinfo.org - - 135 - - - - - 12342 - 1394 - 10 - 10CH011805 - 2020-09-01 - 2025-08-31 - CH - Malheur County Child Development Center - Active - F48537 - L48537 - 48537@hsesinfo.org - F2418 - L2418 - 2418@hsesinfo.org - 99 - 20 - 43 - - - - 12343 - 793 - 3 - 03CH011809 - 2020-09-01 - 2025-08-31 - CH - Seton Hill Child Services, Inc. - Active - F46529 - L46529 - 46529@hsesinfo.org - F2372 - L2372 - 2372@hsesinfo.org - - 75 - - - - - 12344 - 1591 - 10 - 10CH011798 - 2020-09-01 - 2025-08-31 - CH - Walla Walla School District #140 - Active - F47078 - L47078 - 47078@hsesinfo.org - F47540 - L47540 - 47540@hsesinfo.org - 136 - - - - - - 12345 - 1084 - 7 - 07CH011803 - 2020-09-01 - 2025-08-31 - CH - Community Action of Southeast Iowa - Active - F2256 - L2256 - 2256@hsesinfo.org - F34010 - L34010 - 34010@hsesinfo.org - 264 - 70 - - - - - 12346 - 801 - 3 - 03CH011808 - 2020-09-01 - 2025-08-31 - CH - The Campagna Center, Inc. - Active - F14907 - L14907 - 14907@hsesinfo.org - F44251 - L44251 - 44251@hsesinfo.org - - 108 - - - - - 12347 - 634 - 9 - 09CH011802 - 2020-09-01 - 2025-08-31 - CH - Young Men's Christian Association of the East Bay - Active - F47463 - L47463 - 47463@hsesinfo.org - F14124 - L14124 - 14124@hsesinfo.org - 234 - 134 - - - - - 12348 - 395 - 4 - 04HP000428 - 2020-09-01 - 2025-08-30 - HP - Chattanooga, City of - Active - F2001 - L2001 - 2001@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - - 134 - - - - - 12349 - 1245 - 4 - 04HP000425 - 2020-09-01 - 2025-08-31 - HP - First Steps of Spartanburg County - Active - F2065 - L2065 - 2065@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - - 80 - - - - - 12352 - 448 - 4 - 04CH011753 - 2020-09-01 - 2025-08-31 - CH - Coastal Community Action, Inc. - Active - F46632 - L46632 - 46632@hsesinfo.org - F42900 - L42900 - 42900@hsesinfo.org - 617 - 142 - - - - - 12371 - 511 - 5 - 05CH011796 - 2020-09-01 - 2025-08-31 - CH - Blue Water Community Action - Active - F49521 - L49521 - 49521@hsesinfo.org - F49668 - L49668 - 49668@hsesinfo.org - 278 - 114 - 48 - - - - 12373 - 690 - 5 - 05CH011812 - 2020-09-01 - 2025-08-31 - CH - Howard Area Community Center - Active - F49521 - L49521 - 49521@hsesinfo.org - F47912 - L47912 - 47912@hsesinfo.org - - 48 - - - - - 12374 - 1691 - 2 - 02HP000437 - 2020-09-01 - 2025-08-31 - HP - Centro de Desarrollo Familiar SHS Diocesis de Mayaguez - Active - F2342 - L2342 - 2342@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - 100 - - - - - 12375 - 1348 - 4 - 04CH011817 - 2020-09-01 - 2025-08-31 - CH - YMCA/Early Childhood Development Co., LLC. - Active - F2001 - L2001 - 2001@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - 202 - 48 - - - - - 12376 - 844 - 11 - 90CI010054 - 2020-09-01 - 2025-08-31 - CI - Passamaquoddy Child Development Center - Active - F47779 - L47779 - 47779@hsesinfo.org - F3533 - L3533 - 3533@hsesinfo.org - 20 - - - - - - 12377 - 1063 - 5 - 05CH011795 - 2020-09-01 - 2025-08-31 - CH - Kankakee School District 111 - Active - F42090 - L42090 - 42090@hsesinfo.org - F2130 - L2130 - 2130@hsesinfo.org - 383 - - - - - - 12382 - 1801 - 4 - 04CH011813 - 2020-09-01 - 2025-08-31 - CH - Florida State University - Active - F13510 - L13510 - 13510@hsesinfo.org - F46450 - L46450 - 46450@hsesinfo.org - - 68 - - - - - 12383 - 794 - 12 - 90CM009853 - 2020-09-01 - 2025-07-31 - CM - Great Lakes Community Action Partnership - Active - F3537 - L3537 - 3537@hsesinfo.org - F3030 - L3030 - 3030@hsesinfo.org - 324 - - - - - - 12400 - 581 - 5 - 05CH011819 - 2020-09-01 - 2025-08-31 - CH - Chicago Commons Association - Active - F44271 - L44271 - 44271@hsesinfo.org - F2121 - L2121 - 2121@hsesinfo.org - - 129 - - - - - 12401 - 1745 - 2 - 02HP000438 - 2020-09-01 - 2025-08-31 - HP - Quintana Baptist Church Head Start Program - Active - F2342 - L2342 - 2342@hsesinfo.org - F16073 - L16073 - 16073@hsesinfo.org - - 112 - - - - - 12402 - 264 - 8 - 08CH011818 - 2020-09-01 - 2025-08-31 - CH - Absaroka Head Start - Active - F3032 - L3032 - 3032@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - 256 - 44 - - - - - 12403 - 992 - 4 - 04CH011816 - 2020-09-01 - 2025-08-31 - CH - Wateree Community Action, Inc. - Active - F48070 - L48070 - 48070@hsesinfo.org - F2075 - L2075 - 2075@hsesinfo.org - - 80 - - - - - 12404 - 3421 - 4 - 04CH011814 - 2020-09-01 - 2025-08-31 - CH - Easter Seals North Georgia, Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F2006 - L2006 - 2006@hsesinfo.org - 421 - 128 - - - - - 12405 - 289 - 11 - 90CI010053 - 2020-08-01 - 2025-07-31 - CI - Menominee Indian Tribe of Wisconsin - Active - F47779 - L47779 - 47779@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - 179 - 66 - - - - - 12406 - 1205 - 11 - 90HI000035 - 2020-09-01 - 2025-08-31 - HI - Rosebud Sioux Tribe - Active - F47779 - L47779 - 47779@hsesinfo.org - F3534 - L3534 - 3534@hsesinfo.org - - 88 - - - - - 12407 - 1611 - 11 - 90HI000037 - 2020-09-01 - 2025-08-31 - HI - Kawerak, Inc. - Active - F25722 - L25722 - 25722@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - 40 - - - - - 12408 - 719 - 11 - 90CI010056 - 2020-09-01 - 2025-08-31 - CI - Cocopah Indian Tribe - Active - F33086 - L33086 - 33086@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - 20 - - - - - - 12409 - 141 - 11 - 90HI000036 - 2020-09-01 - 2025-08-31 - HI - Metlakatla Indian Community - Active - F39730 - L39730 - 39730@hsesinfo.org - F3503 - L3503 - 3503@hsesinfo.org - - 40 - - - - - 12411 - 1872 - 4 - 04CH011815 - 2020-09-01 - 2025-08-31 - CH - Children's Bureau Inc. dba Porter-Leath - Active - F13510 - L13510 - 13510@hsesinfo.org - F24442 - L24442 - 24442@hsesinfo.org - - 87 - - - - - 12414 - 7739 - 1 - 01CH011820 - 2020-09-01 - 2025-08-31 - CH - Cape Cod YMCA - Active - F14152 - L14152 - 14152@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - 74 - 48 - - - - - 12428 - 257 - 11 - 90CI010055 - 2020-09-01 - 2025-08-31 - CI - St. Croix Chippewa Indians Of Wisconsin - Active - F25722 - L25722 - 25722@hsesinfo.org - F36267 - L36267 - 36267@hsesinfo.org - 34 - - - - - - 12437 - 504 - 11 - 90CI010057 - 2020-09-01 - 2025-08-31 - CI - Santo Domingo Tribe- Kewa Health Outreach Program - Active - F33086 - L33086 - 33086@hsesinfo.org - F3543 - L3543 - 3543@hsesinfo.org - 120 - 94 - - - - - 12446 - 7502 - 6 - 06CH011822 - 2020-09-30 - 2025-09-29 - CH - Prime Time Family Reading - Active - F2179 - L2179 - 2179@hsesinfo.org - F2200 - L2200 - 2200@hsesinfo.org - 643 - 104 - - - - - 12449 - 7747 - 6 - 06CH011823 - 2020-09-30 - 2025-09-29 - CH - St. Martin Parish School Board - Active - F2179 - L2179 - 2179@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - 312 - 104 - - - - - 12469 - 1358 - 12 - 90CM009857 - 2020-11-01 - 2025-10-31 - CM - Chicanos por la Causa, Inc. - Active - F3537 - L3537 - 3537@hsesinfo.org - F39971 - L39971 - 39971@hsesinfo.org - 1026 - - - - - - 12470 - 245 - 12 - 90CM009855 - 2020-11-01 - 2025-03-31 - CM - Centro de la Familia de Utah - Active - F39730 - L39730 - 39730@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - 186 - 0 - - - - - 12471 - 701 - 12 - 90CM009854 - 2020-11-01 - 2025-03-31 - CM - UMOS, Inc. - Active - F15738 - L15738 - 15738@hsesinfo.org - F3028 - L3028 - 3028@hsesinfo.org - 1883 - 0 - - - - - 12472 - 1024 - 7 - 07CH011832 - 2020-11-01 - 2025-10-31 - CH - Douglas County School District 0001 - Active - F48871 - L48871 - 48871@hsesinfo.org - F13558 - L13558 - 13558@hsesinfo.org - 747 - 152 - - - - - 12473 - 1102 - 7 - 07CH011835 - 2020-11-01 - 2025-10-31 - CH - Topeka Unified School District #501 - Active - F49091 - L49091 - 49091@hsesinfo.org - F45048 - L45048 - 45048@hsesinfo.org - 217 - - - - - - 12474 - 1623 - 11 - 90CI010058 - 2020-11-01 - 2025-10-31 - CI - Tolowa Dee-Ni Nation - Active - F33086 - L33086 - 33086@hsesinfo.org - F42301 - L42301 - 42301@hsesinfo.org - - - - - - - 12475 - 665 - 9 - 09CH011831 - 2020-11-01 - 2025-10-31 - CH - University of Southern California - Active - F47463 - L47463 - 47463@hsesinfo.org - F14141 - L14141 - 14141@hsesinfo.org - 333 - 164 - - - - - 12476 - 892 - 12 - 90CM009856 - 2020-11-01 - 2025-10-31 - CM - East Coast Migrant Head Start Project - Active - F3537 - L3537 - 3537@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - 236 - - - - - - 12477 - 492 - 1 - 01CH011830 - 2020-11-01 - 2025-10-31 - CH - Self-Help Incorporated - Active - F2300 - L2300 - 2300@hsesinfo.org - F25866 - L25866 - 25866@hsesinfo.org - 687 - - - - - - 12478 - 1333 - 1 - 01CH011836 - 2020-11-01 - 2025-10-31 - CH - People Acting In Community Endeavors - Active - F42223 - L42223 - 42223@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - 254 - 10 - - - - - 12479 - 1384 + 7842 + 1335 2 - 02CH011837 - 2020-11-01 - 2025-10-31 - CH - Centro de Fortalecimiento Familiar, ESCAPE - Active - F42299 - L42299 - 42299@hsesinfo.org - F2329 - L2329 - 2329@hsesinfo.org - - 81 - - - - - 12480 - 743 - 1 - 01CH011833 - 2020-11-01 - 2025-10-31 - CH - Making Opportunity Count, Inc. - Active - F42223 - L42223 - 42223@hsesinfo.org - F15627 - L15627 - 15627@hsesinfo.org - 387 - 18 - - - - - 12481 - 1539 - 8 - 08CH011827 - 2020-11-01 - 2025-10-31 - CH - Carbon County Child Development Programs, Inc. - Active - F3032 - L3032 - 3032@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - 80 - - - - - - 12482 - 410 - 10 - 10CH011839 - 2020-11-01 - 2025-10-31 - CH - Olympic Educational Service District 114 - Active - F43149 - L43149 - 43149@hsesinfo.org - F47540 - L47540 - 47540@hsesinfo.org - 123 - 164 - - - - - 12483 - 861 - 1 - 01CH011847 - 2020-11-01 - 2025-10-31 - CH - Community Teamwork, Inc. - Active - F47611 - L47611 - 47611@hsesinfo.org - F28233 - L28233 - 28233@hsesinfo.org - 467 - 110 - - - - - 12484 - 1526 - 5 - 05CH011850 - 2020-11-01 - 2025-10-31 - CH - Coshocton County Head Start - Active - F2088 - L2088 - 2088@hsesinfo.org - F49668 - L49668 - 49668@hsesinfo.org - 146 - 56 - - - - - 12485 - 711 - 5 - 05CH011855 - 2020-11-01 - 2025-10-31 + 02CH01105 + 2014-03-01 + 2019-02-28 CH - Ohio Valley Opportunities, Inc. - Active - F13544 - L13544 - 13544@hsesinfo.org - F43726 - L43726 - 43726@hsesinfo.org - 192 - - - + Agency 1, Inc. + Inactive - 12486 - 1411 + 8110 + 1335 2 - 02CH011843 - 2020-11-01 - 2025-10-31 - CH - Acelero, Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F2359 - L2359 - 2359@hsesinfo.org - 1642 - 128 - - - - - 12487 - 773 - 8 - 08CH011854 - 2020-11-01 - 2025-10-31 - CH - Adams County - Active - F3064 - L3064 - 3064@hsesinfo.org - F200 - L200 - 200@hsesinfo.org - 256 - - - - - - 12488 - 1066 - 5 - 05CH011851 - 2020-11-01 - 2025-10-31 - CH - Highland County Community Action Organization, Inc. - Active - F48866 - L48866 - 48866@hsesinfo.org - F33449 - L33449 - 33449@hsesinfo.org - 171 - 72 - - - - - 12489 - 1482 - 5 - 05CH011849 - 2020-11-01 - 2025-10-31 - CH - Sheboygan Human Rights Association, Inc. - Active - F2088 - L2088 - 2088@hsesinfo.org - F48776 - L48776 - 48776@hsesinfo.org - 160 - 12 - - - - - 12490 - 650 - 6 - 06CH011845 - 2020-11-01 - 2025-10-31 - CH - United Community Action Program, Inc. - Active - F2179 - L2179 - 2179@hsesinfo.org - F2203 - L2203 - 2203@hsesinfo.org - - - - - - - 12491 - 873 - 5 - 05CH011859 - 2020-11-01 - 2025-10-31 - CH - Southwestern Wisconsin Community Action Program - Active - F42090 - L42090 - 42090@hsesinfo.org - F2087 - L2087 - 2087@hsesinfo.org - 145 - 74 - - 12 - - - 12492 - 1075 - 10 - 10CH011852 - 2020-11-01 - 2025-10-31 - CH - Educational Service District 113 - Active - F43149 - L43149 - 43149@hsesinfo.org - F45312 - L45312 - 45312@hsesinfo.org - 430 - - - - - - 12493 - 356 - 4 - 04CH011824 - 2020-11-01 - 2025-10-31 - CH - Nash-Edgecombe Counties Economic Development, Inc. - Active - F2065 - L2065 - 2065@hsesinfo.org - F48069 - L48069 - 48069@hsesinfo.org - - - - - - - 12494 - 258 - 5 - 05CH011838 - 2020-11-01 - 2025-10-31 - CH - Anoka County Community Action Program, Inc. - Active - F3061 - L3061 - 3061@hsesinfo.org - F13520 - L13520 - 13520@hsesinfo.org - 431 - 60 - 107 - 16 - - - 12495 - 1829 - 1 - 01CH011841 - 2020-11-01 - 2025-10-31 - CH - EdAdvance - Active - F14152 - L14152 - 14152@hsesinfo.org - F15592 - L15592 - 15592@hsesinfo.org - 191 - 32 - - - - - 12496 - 871 - 8 - 08CH011828 - 2020-11-01 - 2025-10-31 - CH - Thompson School District R2J - Active - F3032 - L3032 - 3032@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - 139 - - - - - - 12497 - 828 - 8 - 08CH011826 - 2020-11-01 - 2025-10-31 - CH - Poudre School District #1 - Active - F47409 - L47409 - 47409@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - 275 - 108 - - - - - 12498 - 1411 - 9 - 09CH011846 - 2020-11-01 - 2025-10-31 - CH - Acelero, Inc. - Active - F2334 - L2334 - 2334@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - 1384 - - - - - - 12499 - 7214 - 6 - 06CH011848 - 2020-11-01 - 2025-10-31 - CH - Kingsley House, Inc. - Active - F45391 - L45391 - 45391@hsesinfo.org - F26305 - L26305 - 26305@hsesinfo.org - - - - - - - 12500 - 1104 - 5 - 05CH011844 - 2020-11-01 - 2025-10-31 - CH - Gogebic-Ontonagon Community Action Agency - Active - F49521 - L49521 - 49521@hsesinfo.org - F2142 - L2142 - 2142@hsesinfo.org - 85 - 30 - - - - - 12501 - 1662 - 8 - 08CH011829 - 2020-11-01 - 2025-10-31 - CH - Laramie Child Development Corporation - Active - F47409 - L47409 - 47409@hsesinfo.org - F40923 - L40923 - 40923@hsesinfo.org - 75 - - - - - - 12502 - 1451 - 8 - 08CH011853 - 2020-11-01 - 2025-10-31 - CH - Community Partnership for Child Development - Active - F3032 - L3032 - 3032@hsesinfo.org - F3041 - L3041 - 3041@hsesinfo.org - 945 - 191 - - - - - 12503 - 1524 - 4 - 04CH011840 - 2020-11-01 - 2025-10-31 - CH - Clarksville-Montgomery County Community Action Agy - Active - F13740 - L13740 - 13740@hsesinfo.org - F43888 - L43888 - 43888@hsesinfo.org - - - - - - - 12504 - 1348 - 4 - 04CH011825 - 2020-11-01 - 2025-10-31 + 02CH01106 + 2014-07-01 + 2020-04-30 CH - YMCA/Early Childhood Development Co., LLC. - Active - F2001 - L2001 - 2001@hsesinfo.org - F48242 - L48242 - 48242@hsesinfo.org - - - - + Agency 1, Inc. + Inactive - 12505 - 1883 + 2591 + 1335 2 - 02CH011858 - 2020-12-01 - 2025-11-30 - CH - Associated Beth Rivkah Schools - Active - F2335 - L2335 - 2335@hsesinfo.org - F48564 - L48564 - 48564@hsesinfo.org - - - - - - - 12506 - 960 - 4 - 04CH011842 - 2020-10-01 - 2025-09-30 + 02CH01107 + 2013-07-01 + 2018-11-30 CH - Mid Florida Community Services, Inc. - Active - F13510 - L13510 - 13510@hsesinfo.org - F2078 - L2078 - 2078@hsesinfo.org - - - - + Agency 1, Inc. + Inactive - 12507 - 1694 + 11835 + 1335 2 - 02CH011860 - 2020-12-01 - 2025-11-30 - CH - Warren County Head Start, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F44893 - L44893 - 44893@hsesinfo.org - - - - - - - 12508 - 1937 - 4 - 04CH011856 - 2020-10-01 - 2025-09-30 - CH - Episcopal Children's Services - Active - F48070 - L48070 - 48070@hsesinfo.org - F2016 - L2016 - 2016@hsesinfo.org - - - - - - - 12509 - 524 - 4 - 04CH011834 - 2020-10-01 - 2025-09-30 - CH - Orange, County Of - Active - F33579 - L33579 - 33579@hsesinfo.org - F29754 - L29754 - 29754@hsesinfo.org - - - - - - - 12510 - 1126 - 9 - 09CH011864 - 2020-12-01 - 2025-11-30 - CH - Community Action Commission Of Santa Barbara County - Active - F37822 - L37822 - 37822@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - - - - - - 12511 - 7305 - 6 - 06CH011861 - 2020-12-01 - 2025-11-30 - CH - Kids Are First, Inc - Active - F45391 - L45391 - 45391@hsesinfo.org - F44340 - L44340 - 44340@hsesinfo.org - - - - - - - 12512 - 414 - 9 - 09CH011866 - 2020-12-01 - 2025-11-30 - CH - The Resource Connection - Active - F2334 - L2334 - 2334@hsesinfo.org - F4001 - L4001 - 4001@hsesinfo.org - - - - - - - 12513 - 1134 - 4 - 04CH011865 - 2020-11-01 - 2025-10-31 - CH - Big Sandy Area Community Action Program, Inc. - Active - F13510 - L13510 - 13510@hsesinfo.org - F43580 - L43580 - 43580@hsesinfo.org - - - - - - - 12514 - 1397 - 6 - 06CH011867 - 2020-12-01 - 2025-11-30 - CH - Quad Area Community Action Agency, Inc. - Active - F45654 - L45654 - 45654@hsesinfo.org - F2212 - L2212 - 2212@hsesinfo.org - - - - - - - 12515 - 1492 - 10 - 10CH011863 - 2020-12-01 - 2025-11-30 - CH - Inspire Development Centers - Active - F43149 - L43149 - 43149@hsesinfo.org - F45312 - L45312 - 45312@hsesinfo.org - 192 - 160 - - - - - 12516 - 1492 - 10 - 10CH011862 - 2020-12-01 - 2025-11-30 - CH - Inspire Development Centers - Active - F43149 - L43149 - 43149@hsesinfo.org - F45312 - L45312 - 45312@hsesinfo.org - 218 - - - - - - 12517 - 1926 - 6 - 06CH011868 - 2021-01-01 - 2025-12-31 - CH - Detroit Independent School District - Active - F43271 - L43271 - 43271@hsesinfo.org - F2207 - L2207 - 2207@hsesinfo.org - - - - - - - 12518 - 1582 - 3 - 03CH011870 - 2020-12-01 - 2025-11-30 - CH - Buchanan County Head Start - Active - F46529 - L46529 - 46529@hsesinfo.org - F44251 - L44251 - 44251@hsesinfo.org - 132 - - - - - - 12520 - 343 - 6 - 06CH011869 - 2020-12-01 - 2025-11-30 + 02CH01108 + 2020-05-01 + 2025-04-30 CH - Swisher County + Agency 1, Inc. Active - F45391 - L45391 - 45391@hsesinfo.org - F2067 - L2067 - 2067@hsesinfo.org - - - - - 12521 - 1574 + 10448 + 1335 2 - 02CH011872 - 2020-12-01 - 2021-06-30 - CH - L. I. Child & Family Development Services, Inc. - Active - F32488 - L32488 - 32488@hsesinfo.org - F2350 - L2350 - 2350@hsesinfo.org - 1456 - 172 - - - - - 12522 - 347 - 7 - 07CH011879 - 2021-01-01 - 2025-12-31 - CH - HAWKEYE AREA COMMUNITY ACTION PROGRAM, INC - Active - F45391 - L45391 - 45391@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - - - - - - - 12523 - 367 - 7 - 07CH011877 - 2020-12-01 - 2025-11-30 - CH - SOUTHERN IOWA ECONOMIC DEVELOPMENT ASSOCIATION - Active - F2256 - L2256 - 2256@hsesinfo.org - F240 - L240 - 240@hsesinfo.org - - - - - - - 12524 - 1278 - 1 - 01CH011875 - 2020-12-01 - 2025-11-30 - CH - Downeast Community Partners - Active - F14152 - L14152 - 14152@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 12525 - 300 - 1 - 01CH011874 - 2020-12-01 - 2025-11-30 - CH - SOUTH MIDDLESEX OPPORTUNITY COUNCIL - Active - F42223 - L42223 - 42223@hsesinfo.org - F2295 - L2295 - 2295@hsesinfo.org - - - - - - - 12526 - 318 - 1 - 01CH011873 - 2020-12-01 - 2025-11-30 + 02CH01109 + 2018-12-01 + 2023-11-30 CH - Tri-County Community Action Agency + Agency 1, Inc. Active - F42223 - L42223 - 42223@hsesinfo.org - F229 - L229 - 229@hsesinfo.org - - - - - 12527 - 523 - 6 - 06CH011878 - 2020-12-01 - 2025-11-30 + 6223 + 1335 + 2 + 02CH01110 + 1992-03-01 + 2025-06-30 CH - Motivation Education & Training, Inc. - Active - F23929 - L23929 - 23929@hsesinfo.org - F15877 - L15877 - 15877@hsesinfo.org - - - - - - - 12528 - 1492 - 12 - 90CM009858 - 2020-12-01 - 2025-11-30 - CM - Inspire Development Centers - Active - F15738 - L15738 - 15738@hsesinfo.org - F3031 - L3031 - 3031@hsesinfo.org - - - - + BERGEN COUNTY COMMUNITY ACTION PROGRAM, INC + Inactive - 12529 - 1590 - 10 - 10CH011871 - 2021-01-01 - 2025-12-31 + 10567 + 1335 + 2 + 02CH01111 + 2019-03-01 + 2024-02-29 CH - Lewis-Clark Early Childhood Program + Agency 1, Inc. Active - F47078 - L47078 - 47078@hsesinfo.org - F46991 - L46991 - 46991@hsesinfo.org - - - - - + \ No newline at end of file diff --git a/temp/grant_award_replacement.xml b/temp/grant_award_replacement.xml deleted file mode 100644 index 6a2087a2cf..0000000000 --- a/temp/grant_award_replacement.xml +++ /dev/null @@ -1,18092 +0,0 @@ - - - 7069 - 7811 - 12-01-2013 - DRS Non-Competitive Continuation - - - 6180 - 7787 - 01-01-2014 - DRS Non-Competitive Continuation - - - 5453 - 9158 - 07-01-2015 - DRS Non-Competitive Continuation - - - 9301 - 12234 - 08-01-2020 - DRS Non-Competitive Continuation - - - 8777 - 11102 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8907 - 11103 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8781 - 11105 - 08-01-2019 - DRS Non-Competitive Continuation - - - 7770 - 11107 - 08-01-2019 - DRS Competitive Continuation - - - 8789 - 11101 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8717 - 11104 - 08-01-2019 - DRS Non-Competitive Continuation - - - 5136 - 8323 - 08-01-2014 - DRS Non-Competitive Continuation - - - 8744 - 11108 - 08-01-2019 - DRS Non-Competitive Continuation - - - 9346 - 12244 - 08-01-2020 - DRS Non-Competitive Continuation - - - 8342 - 12237 - 08-01-2020 - DRS Competitive Continuation - - - 8309 - 12238 - 08-01-2020 - DRS Competitive Continuation - - - 9327 - 12236 - 08-01-2020 - DRS Non-Competitive Continuation - - - 9158 - 12162 - 07-01-2020 - DRS Competitive Continuation - - - 5876 - 7867 - 03-01-2014 - DRS Non-Competitive Continuation - - - 9339 - 12245 - 08-01-2020 - DRS Non-Competitive Continuation - - - 5113 - 8167 - 07-01-2014 - DRS Competitive Continuation - - - 4522 - 8309 - 08-01-2014 - DRS Non-Competitive Continuation - - - 4235 - 9333 - 08-01-2015 - DRS Non-Competitive Continuation - - - 8778 - 11114 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8807 - 11115 - 08-01-2019 - DRS Non-Competitive Continuation - - - 7601 - 11111 - 09-01-2019 - DRS Competitive Continuation - - - 2634 - 11113 - 08-01-2019 - DRS Non-Competitive Continuation - - - 9305 - 12247 - 08-01-2020 - DRS Non-Competitive Continuation - - - 9333 - 12248 - 08-01-2020 - DRS Non-Competitive Continuation - - - 10271 - 12249 - 08-01-2020 - DRS Competitive Continuation - - - 8786 - 12252 - 08-01-2020 - DRS Competitive Continuation - - - 9328 - 12250 - 08-01-2020 - DRS Non-Competitive Continuation - - - 2644 - 11112 - 08-01-2019 - DRS Non-Competitive Continuation - - - 6560 - 7785 - 12-01-2013 - DRS Non-Competitive Continuation - - - 2240 - 7753 - 11-01-2013 - DRS Non-Competitive Continuation - - - 7948 - 10802 - 07-01-2019 - DRS Competitive Continuation - - - 9351 - 12256 - 08-01-2020 - DRS Non-Competitive Continuation - - - 8703 - 11122 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8728 - 11125 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8779 - 11128 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8808 - 11123 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8785 - 11121 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8599 - 11120 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8539 - 11117 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8597 - 11130 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8540 - 11126 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8602 - 11119 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8712 - 11124 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8724 - 11118 - 08-01-2019 - DRS Non-Competitive Continuation - - - 7594 - 11127 - 08-01-2019 - DRS Competitive Continuation - - - 7281 - 11129 - 08-01-2019 - DRS Competitive Continuation - - - 9337 - 12257 - 08-01-2020 - DRS Non-Competitive Continuation - - - 6555 - 8025 - 07-01-2014 - DRS Competitive Continuation - - - 6727 - 7884 - 05-01-2014 - DRS Non-Competitive Continuation - - - 8791 - 10976 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8178 - 10867 - 07-01-2019 - DRS Competitive Continuation - - - 5655 - 8342 - 08-01-2014 - DRS Non-Competitive Continuation - - - 8150 - 10920 - 07-01-2019 - DRS Competitive Continuation - - - 8622 - 11140 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8325 - 11131 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8722 - 11132 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8262 - 10864 - 07-01-2019 - DRS Competitive Continuation - - - 7757 - 10435 - 12-01-2018 - DRS Non-Competitive Continuation - - - 4950 - 7794 - 02-01-2014 - DRS Non-Competitive Continuation - - - 8319 - 11138 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8314 - 11137 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8782 - 11139 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8776 - 11135 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8773 - 11136 - 08-01-2019 - DRS Non-Competitive Continuation - - - 5980 - 8320 - 08-01-2014 - DRS Non-Competitive Continuation - - - 8320 - 11134 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8783 - 11141 - 08-01-2019 - DRS Non-Competitive Continuation - - - 6943 - 7869 - 03-01-2014 - DRS Non-Competitive Continuation - - - 8853 - 11142 - 09-01-2019 - DRS Non-Competitive Continuation - - - 9345 - 12264 - 08-01-2020 - DRS Non-Competitive Continuation - - - 9338 - 12272 - 08-01-2020 - DRS Non-Competitive Continuation - - - 8369 - 12267 - 09-01-2020 - DRS Competitive Continuation - - - 9307 - 12270 - 08-01-2020 - DRS Non-Competitive Continuation - - - 8895 - 12274 - 09-01-2020 - DRS Competitive Continuation - - - 5970 - 9344 - 08-01-2015 - DRS Non-Competitive Continuation - - - 9374 - 12271 - 09-01-2020 - DRS Non-Competitive Continuation - - - 9347 - 12263 - 08-01-2020 - DRS Non-Competitive Continuation - - - 9340 - 12266 - 08-01-2020 - DRS Non-Competitive Continuation - - - 9354 - 12269 - 08-01-2020 - DRS Non-Competitive Continuation - - - 9336 - 12265 - 08-01-2020 - DRS Non-Competitive Continuation - - - 9344 - 12276 - 08-01-2020 - DRS Non-Competitive Continuation - - - 8374 - 12261 - 09-01-2020 - DRS Competitive Continuation - - - 8372 - 12273 - 09-01-2020 - DRS Competitive Continuation - - - 8897 - 12262 - 09-01-2020 - DRS Competitive Continuation - - - 8346 - 12268 - 09-01-2020 - DRS Competitive Continuation - - - 5424 - 7770 - 11-01-2013 - DRS Non-Competitive Continuation - - - 9302 - 12300 - 08-01-2020 - DRS Non-Competitive Continuation - - - 8317 - 12297 - 08-01-2020 - DRS Competitive Continuation - - - 1944 - 8165 - 07-01-2014 - DRS Competitive Continuation - - - 6037 - 7952 - 07-01-2014 - DRS Non-Competitive Continuation - - - 7582 - 10263 - 08-01-2018 - DRS Non-Competitive Continuation - - - 7901 - 10932 - 07-01-2019 - DRS Competitive Continuation - - - 7979 - 10933 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8617 - 12295 - 08-01-2020 - DRS Competitive Continuation - - - 9341 - 12296 - 08-01-2020 - DRS Non-Competitive Continuation - - - 9331 - 12299 - 08-01-2020 - DRS Non-Competitive Continuation - - - 8330 - 11152 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8315 - 12294 - 08-01-2020 - DRS Competitive Continuation - - - 8804 - 11144 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8648 - 11158 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8328 - 11156 - 08-01-2019 - DRS Non-Competitive Continuation - - - 7916 - 11149 - 08-01-2019 - DRS Competitive Continuation - - - 8034 - 10936 - 07-01-2019 - DRS Non-Competitive Continuation - - - 6624 - 7992 - 07-01-2014 - DRS Competitive Continuation - - - 6925 - 7910 - 05-01-2014 - DRS Non-Competitive Continuation - - - 8750 - 11155 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8603 - 11163 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8636 - 11164 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8629 - 11151 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8813 - 11157 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8775 - 11145 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8934 - 11143 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8771 - 11162 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8594 - 11148 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8593 - 11160 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8351 - 11159 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8810 - 11161 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8541 - 11153 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8631 - 11166 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8318 - 11154 - 08-01-2019 - DRS Non-Competitive Continuation - - - 7936 - 11147 - 08-01-2019 - DRS Competitive Continuation - - - 8354 - 11165 - 08-01-2019 - DRS Non-Competitive Continuation - - - 5475 - 8354 - 08-01-2014 - DRS Non-Competitive Continuation - - - 8747 - 11150 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8766 - 11146 - 08-01-2019 - DRS Non-Competitive Continuation - - - 4961 - 7792 - 02-01-2014 - DRS Non-Competitive Continuation - - - 9308 - 12310 - 08-01-2020 - DRS Non-Competitive Continuation - - - 8323 - 12309 - 08-01-2020 - DRS Non-Competitive Continuation - - - 8087 - 10941 - 07-01-2019 - DRS Competitive Continuation - - - 7850 - 11014 - 07-01-2019 - DRS Competitive Continuation - - - 6442 - 7890 - 04-01-2014 - DRS Non-Competitive Continuation - - - 8752 - 11179 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8626 - 11177 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8719 - 11173 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8940 - 11172 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8772 - 11169 - 08-01-2019 - DRS Non-Competitive Continuation - - - 2635 - 11176 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8798 - 11182 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8749 - 11180 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8618 - 11174 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8787 - 11178 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8937 - 11175 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8824 - 11168 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8803 - 11171 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8938 - 11167 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8757 - 11170 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8634 - 11183 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8892 - 12406 - 09-01-2020 - DRS Non-Competitive Continuation - - - 8637 - 11181 - 08-01-2019 - DRS Non-Competitive Continuation - - - 7088 - 7882 - 03-01-2014 - DRS Non-Competitive Continuation - - - 2601 - 10520 - 02-01-2019 - DRS Non-Competitive Continuation - - - 2015 - 8334 - 08-01-2014 - DRS Non-Competitive Continuation - - - 7927 - 12315 - 09-01-2020 - DRS Competitive Continuation - - - 3593 - 8550 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5247 - 9448 - 11-01-2015 - DRS Non-Competitive Continuation - - - 2612 - 10519 - 02-01-2019 - DRS Non-Competitive Continuation - - - 10092 - 12316 - 09-01-2020 - DRS Non-Competitive Continuation - - - 4947 - 8317 - 08-01-2014 - DRS Non-Competitive Continuation - - - 9012 - 12314 - 08-01-2020 - DRS Competitive Continuation - - - 8313 - 12317 - 09-01-2020 - DRS Competitive Continuation - - - 7771 - 10952 - 07-01-2019 - DRS Competitive Continuation - - - 7835 - 10490 - 01-01-2019 - DRS Non-Competitive Continuation - - - 2615 - 10518 - 02-01-2019 - DRS Non-Competitive Continuation - - - 8748 - 11187 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8706 - 11188 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8624 - 11186 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8793 - 11185 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8711 - 11190 - 08-01-2019 - DRS Non-Competitive Continuation - - - 9405 - 12322 - 09-01-2020 - DRS Non-Competitive Continuation - - - 8848 - 11189 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8999 - 12321 - 09-01-2020 - DRS Competitive Continuation - - - 7629 - 11184 - 09-01-2019 - DRS Competitive Continuation - - - 7854 - 10517 - 02-01-2019 - DRS Non-Competitive Continuation - - - 8098 - 10993 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8103 - 10992 - 07-01-2019 - DRS Non-Competitive Continuation - - - 6234 - 7244 - 02-01-2014 - DRS Competitive Continuation - - - 8864 - 11191 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8568 - 10990 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7625 - 10341 - 09-01-2018 - DRS Non-Competitive Continuation - - - 8794 - 11192 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8918 - 12329 - 09-01-2020 - DRS Competitive Continuation - - - 8359 - 12326 - 09-01-2020 - DRS Competitive Continuation - - - 6935 - 8360 - 09-01-2014 - DRS Non-Competitive Continuation - - - 8394 - 12327 - 09-01-2020 - DRS Competitive Continuation - - - 8943 - 12325 - 09-01-2020 - DRS Competitive Continuation - - - 8331 - 11193 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8361 - 11201 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8701 - 11200 - 08-01-2019 - DRS Non-Competitive Continuation - - - 9391 - 12330 - 09-01-2020 - DRS Non-Competitive Continuation - - - 8710 - 11199 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8384 - 11197 - 09-01-2019 - DRS Non-Competitive Continuation - - - 11133 - 12328 - 08-01-2020 - DRS Non-Competitive Continuation - - - 9372 - 12324 - 09-01-2020 - DRS Non-Competitive Continuation - - - 8708 - 11194 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8377 - 11202 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8914 - 11198 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8885 - 11196 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8939 - 11195 - 09-01-2019 - DRS Non-Competitive Continuation - - - 6226 - 7916 - 04-01-2014 - DRS Non-Competitive Continuation - - - 8310 - 11203 - 08-01-2019 - DRS Non-Competitive Continuation - - - 7620 - 11204 - 09-01-2019 - DRS Competitive Continuation - - - 7240 - 10376 - 09-01-2018 - DRS Competitive Continuation - - - 7828 - 11011 - 07-01-2019 - DRS Competitive Continuation - - - 8395 - 11212 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8812 - 11206 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8348 - 11208 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8721 - 11205 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8819 - 11207 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8923 - 11215 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8341 - 11209 - 09-01-2019 - DRS Non-Competitive Continuation - - - 9376 - 12344 - 09-01-2020 - DRS Non-Competitive Continuation - - - 9358 - 12342 - 09-01-2020 - DRS Non-Competitive Continuation - - - 8952 - 11214 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8929 - 11210 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8936 - 11213 - 09-01-2019 - DRS Non-Competitive Continuation - - - 1867 - 9383 - 09-01-2015 - DRS Non-Competitive Continuation - - - 8975 - 11217 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8353 - 11216 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8849 - 11211 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8360 - 12345 - 09-01-2020 - DRS Competitive Continuation - - - 9411 - 12339 - 09-01-2020 - DRS Non-Competitive Continuation - - - 9386 - 12341 - 09-01-2020 - DRS Non-Competitive Continuation - - - 9383 - 12346 - 09-01-2020 - DRS Non-Competitive Continuation - - - 9377 - 12343 - 09-01-2020 - DRS Non-Competitive Continuation - - - 8850 - 12340 - 09-01-2020 - DRS Competitive Continuation - - - 8352 - 12337 - 09-01-2020 - DRS Competitive Continuation - - - 9378 - 12347 - 09-01-2020 - DRS Non-Competitive Continuation - - - 8899 - 12349 - 09-01-2020 - DRS Competitive Continuation - - - 8950 - 12348 - 09-01-2020 - DRS Competitive Continuation - - - 8355 - 12352 - 09-01-2020 - DRS Competitive Continuation - - - 8896 - 11220 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8978 - 11219 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8873 - 11228 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8869 - 11226 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8155 - 11224 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8973 - 11229 - 09-01-2019 - DRS Non-Competitive Continuation - - - 1521 - 8363 - 09-01-2014 - DRS Non-Competitive Continuation - - - 8363 - 11218 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8958 - 11222 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8872 - 11221 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8362 - 11230 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8979 - 11225 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8823 - 11227 - 09-01-2019 - DRS Non-Competitive Continuation - - - 11223 - 12374 - 09-01-2020 - DRS Non-Competitive Continuation - - - 7633 - 10339 - 09-01-2018 - DRS Non-Competitive Continuation - - - 5573 - 9453 - 11-01-2015 - DRS Non-Competitive Continuation - - - 8349 - 11235 - 09-01-2019 - DRS Non-Competitive Continuation - - - 7940 - 10911 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8386 - 11232 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8727 - 11231 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8919 - 11260 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8867 - 11223 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8949 - 11234 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8933 - 11233 - 09-01-2019 - DRS Non-Competitive Continuation - - - 4765 - 9081 - 06-01-2015 - DRS Non-Competitive Continuation - - - 8375 - 11236 - 09-01-2019 - DRS Non-Competitive Continuation - - - 7853 - 10547 - 02-01-2019 - DRS Non-Competitive Continuation - - - 7775 - 10537 - 02-01-2019 - DRS Non-Competitive Continuation - - - 9359 - 12377 - 09-01-2020 - DRS Non-Competitive Continuation - - - 9388 - 12371 - 09-01-2020 - DRS Non-Competitive Continuation - - - 9361 - 12373 - 09-01-2020 - DRS Non-Competitive Continuation - - - 9399 - 12376 - 09-01-2020 - DRS Non-Competitive Continuation - - - 2337 - 8371 - 09-01-2014 - DRS Non-Competitive Continuation - - - 7925 - 10674 - 04-01-2019 - DRS Non-Competitive Continuation - - - 1313 - 10334 - 08-01-2018 - DRS Competitive Continuation - - - 1317 - 10332 - 08-01-2018 - DRS Competitive Continuation - - - 6551 - 8028 - 07-01-2014 - DRS Competitive Continuation - - - 7628 - 10369 - 09-01-2018 - DRS Non-Competitive Continuation - - - 7721 - 10412 - 11-01-2018 - DRS Non-Competitive Continuation - - - 5646 - 7817 - 01-01-2014 - DRS Non-Competitive Continuation - - - 5305 - 7917 - 04-01-2014 - DRS Non-Competitive Continuation - - - 5476 - 8168 - 07-01-2014 - DRS Non-Competitive Continuation - - - 6586 - 9718 - 07-01-2016 - DRS Competitive Continuation - - - 4674 - 7953 - 05-01-2014 - DRS Non-Competitive Continuation - - - 6917 - 9656 - 07-01-2016 - DRS Competitive Continuation - - - 2287 - 9226 - 07-01-2015 - DRS Non-Competitive Continuation - - - 3574 - 9224 - 07-01-2015 - DRS Non-Competitive Continuation - - - 6080 - 8462 - 12-01-2014 - DRS Non-Competitive Continuation - - - 3732 - 8516 - 01-01-2015 - DRS Non-Competitive Continuation - - - 7311 - 8641 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6570 - 8948 - 04-01-2015 - DRS Non-Competitive Continuation - - - 6259 - 8551 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6901 - 9227 - 07-01-2015 - DRS Non-Competitive Continuation - - - 5296 - 9112 - 06-01-2015 - DRS Competitive Continuation - - - 7605 - 10366 - 09-01-2018 - DRS Non-Competitive Continuation - - - 5353 - 8544 - 01-01-2015 - DRS Non-Competitive Continuation - - - 7595 - 10322 - 09-01-2018 - DRS Non-Competitive Continuation - - - 7072 - 7853 - 02-01-2014 - DRS Non-Competitive Continuation - - - 5254 - 7720 - 11-01-2013 - DRS Non-Competitive Continuation - - - 7778 - 10536 - 02-01-2019 - DRS Non-Competitive Continuation - - - 4218 - 8325 - 08-01-2014 - DRS Non-Competitive Continuation - - - 6931 - 8087 - 07-01-2014 - DRS Non-Competitive Continuation - - - 5266 - 8395 - 09-01-2014 - DRS Non-Competitive Continuation - - - 1601 - 8362 - 09-01-2014 - DRS Non-Competitive Continuation - - - 6770 - 7605 - 09-01-2013 - DRS Non-Competitive Continuation - - - 1618 - 7628 - 09-01-2013 - DRS Non-Competitive Continuation - - - 5304 - 8018 - 06-01-2014 - DRS Non-Competitive Continuation - - - 6546 - 8310 - 08-01-2014 - DRS Non-Competitive Continuation - - - 4180 - 8511 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5171 - 9018 - 05-01-2015 - DRS Non-Competitive Continuation - - - 5459 - 9294 - 07-01-2015 - DRS Non-Competitive Continuation - - - 6455 - 8669 - 02-01-2015 - DRS Non-Competitive Continuation - - - 6883 - 8008 - 07-01-2014 - DRS Competitive Continuation - - - 6229 - 8124 - 07-01-2014 - DRS Competitive Continuation - - - 6707 - 8841 - 03-01-2015 - DRS Non-Competitive Continuation - - - 6387 - 9346 - 08-01-2015 - DRS Non-Competitive Continuation - - - 5036 - 9551 - 01-01-2016 - DRS Non-Competitive Continuation - - - 1883 - 9559 - 02-01-2016 - DRS Non-Competitive Continuation - - - 6567 - 9347 - 08-01-2015 - DRS Non-Competitive Continuation - - - 1886 - 9562 - 02-01-2016 - DRS Non-Competitive Continuation - - - 5420 - 7721 - 11-01-2013 - DRS Non-Competitive Continuation - - - 5619 - 9547 - 01-01-2016 - DRS Non-Competitive Continuation - - - 2583 - 10098 - 09-01-2017 - DRS Non-Competitive Continuation - - - 5641 - 7888 - 03-01-2014 - DRS Non-Competitive Continuation - - - 1864 - 7883 - 05-01-2014 - DRS Non-Competitive Continuation - - - 6436 - 7599 - 09-01-2013 - DRS Non-Competitive Continuation - - - 4637 - 9156 - 07-01-2015 - DRS Competitive Continuation - - - 5601 - 9145 - 07-01-2015 - DRS Competitive Continuation - - - 7091 - 8994 - 04-01-2015 - DRS Non-Competitive Continuation - - - 6078 - 8126 - 07-01-2014 - DRS Competitive Continuation - - - 7076 - 9078 - 06-01-2015 - DRS Non-Competitive Continuation - - - 6577 - 7830 - 04-01-2014 - DRS Non-Competitive Continuation - - - 1533 - 9389 - 09-01-2015 - DRS Non-Competitive Continuation - - - 3590 - 9511 - 01-01-2016 - DRS Non-Competitive Continuation - - - 5952 - 7255 - 07-01-2013 - DRS Competitive Continuation - - - 6918 - 7868 - 03-01-2014 - DRS Non-Competitive Continuation - - - 6909 - 9342 - 08-01-2015 - DRS Non-Competitive Continuation - - - 9382 - 12382 - 09-01-2020 - DRS Non-Competitive Continuation - - - 7932 - 10644 - 04-01-2019 - DRS Non-Competitive Continuation - - - 8860 - 11242 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8906 - 11245 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8379 - 11241 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8831 - 11237 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8826 - 11246 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8332 - 11240 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8900 - 11238 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8920 - 11247 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8992 - 11244 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8963 - 11239 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8855 - 11243 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8852 - 11248 - 09-01-2019 - DRS Non-Competitive Continuation - - - 9365 - 12400 - 09-01-2020 - DRS Non-Competitive Continuation - - - 9373 - 12402 - 09-01-2020 - DRS Non-Competitive Continuation - - - 11227 - 12401 - 09-01-2020 - DRS Non-Competitive Continuation - - - 9360 - 12411 - 09-01-2020 - DRS Non-Competitive Continuation - - - 8854 - 11255 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8974 - 11262 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8866 - 11257 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8834 - 11249 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8922 - 11252 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8912 - 11250 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8901 - 12409 - 09-01-2020 - DRS Non-Competitive Continuation - - - 8964 - 11265 - 09-01-2019 - DRS Non-Competitive Continuation - - - 2677 - 11251 - 09-01-2019 - DRS Competitive Continuation - - - 8871 - 11258 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8828 - 11254 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8891 - 11259 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8898 - 11261 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8971 - 11256 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8337 - 12408 - 09-01-2020 - DRS Non-Competitive Continuation - - - 8334 - 12405 - 08-01-2020 - DRS Non-Competitive Continuation - - - 8903 - 12407 - 09-01-2020 - DRS Non-Competitive Continuation - - - 800 - 11253 - 09-01-2019 - DRS Competitive Continuation - - - 8921 - 11263 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8753 - 11264 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8830 - 11268 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8619 - 11267 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8861 - 11275 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8536 - 11269 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8825 - 11274 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8932 - 11273 - 09-01-2019 - DRS Non-Competitive Continuation - - - 7935 - 11272 - 09-01-2019 - DRS Non-Competitive Continuation - - - 7937 - 11271 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8381 - 11270 - 09-01-2019 - DRS Non-Competitive Continuation - - - 7264 - 10239 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7054 - 9007 - 05-01-2015 - DRS Non-Competitive Continuation - - - 6576 - 9277 - 07-01-2015 - DRS Competitive Continuation - - - 8371 - 12428 - 09-01-2020 - DRS Non-Competitive Continuation - - - 7626 - 11287 - 09-01-2019 - DRS Competitive Continuation - - - 8366 - 11286 - 09-01-2019 - DRS Non-Competitive Continuation - - - 6136 - 8369 - 09-01-2014 - DRS Non-Competitive Continuation - - - 8620 - 11279 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8598 - 11277 - 09-01-2019 - DRS Non-Competitive Continuation - - - 7938 - 11281 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8820 - 11280 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8336 - 11278 - 09-01-2019 - DRS Non-Competitive Continuation - - - 2678 - 11291 - 09-01-2019 - DRS Competitive Continuation - - - 8311 - 11284 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8621 - 11289 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8993 - 11276 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8391 - 11283 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8339 - 11290 - 09-30-2019 - DRS Non-Competitive Continuation - - - 8628 - 11288 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8630 - 11285 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8942 - 11282 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8388 - 12437 - 09-01-2020 - DRS Non-Competitive Continuation - - - 2383 - 9271 - 07-01-2015 - DRS Competitive Continuation - - - 10093 - 11295 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8875 - 11296 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8365 - 11293 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8368 - 11305 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8385 - 11300 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8788 - 11301 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8876 - 11298 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8879 - 11299 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8829 - 11297 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8604 - 11294 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8945 - 11292 - 09-01-2019 - DRS Non-Competitive Continuation - - - 7929 - 11302 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8908 - 11304 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8822 - 11303 - 09-01-2019 - DRS Non-Competitive Continuation - - - 7617 - 11307 - 09-01-2019 - DRS Competitive Continuation - - - 8893 - 11314 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8902 - 11316 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8376 - 11308 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8930 - 11310 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8857 - 11309 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8615 - 11319 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8625 - 11317 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8632 - 11315 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8145 - 11318 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8883 - 11320 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8312 - 11313 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8927 - 11324 - 09-01-2019 - DRS Non-Competitive Continuation - - - 7229 - 11088 - 08-01-2019 - DRS Competitive Continuation - - - 8928 - 11321 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8373 - 11312 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8833 - 11322 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8944 - 11323 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8931 - 11325 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8858 - 11326 - 09-01-2019 - DRS Non-Competitive Continuation - - - 6435 - 8043 - 07-01-2014 - DRS Competitive Continuation - - - 5399 - 9445 - 10-01-2015 - DRS Non-Competitive Continuation - - - 6122 - 8266 - 07-01-2014 - DRS Competitive Continuation - - - 9471 - 12480 - 11-01-2020 - DRS Non-Competitive Continuation - - - 9458 - 12479 - 11-01-2020 - DRS Non-Competitive Continuation - - - 9483 - 12475 - 11-01-2020 - DRS Non-Competitive Continuation - - - 8440 - 12474 - 11-01-2020 - DRS Non-Competitive Continuation - - - 5502 - 8337 - 09-01-2014 - DRS Non-Competitive Continuation - - - 8926 - 11353 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8889 - 11330 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8827 - 11329 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8610 - 11332 - 09-01-2019 - DRS Non-Competitive Continuation - - - 4666 - 7827 - 01-01-2014 - DRS Non-Competitive Continuation - - - 8935 - 11337 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8925 - 11333 - 09-01-2019 - DRS Non-Competitive Continuation - - - 7614 - 11331 - 09-01-2019 - DRS Competitive Continuation - - - 7827 - 11328 - 09-01-2019 - DRS Competitive Continuation - - - 8380 - 11357 - 09-01-2019 - DRS Non-Competitive Continuation - - - 7928 - 11354 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8606 - 11327 - 09-01-2019 - DRS Non-Competitive Continuation - - - 9448 - 12478 - 11-01-2020 - DRS Non-Competitive Continuation - - - 9475 - 12472 - 11-01-2020 - DRS Non-Competitive Continuation - - - 9641 - 12473 - 11-01-2020 - DRS Non-Competitive Continuation - - - 10220 - 11355 - 09-01-2019 - DRS Non-Competitive Continuation - - - 9465 - 12483 - 11-01-2020 - DRS Non-Competitive Continuation - - - 8982 - 12486 - 11-01-2020 - DRS Non-Competitive Continuation - - - 8715 - 11356 - 09-01-2019 - DRS Competitive Continuation - - - 9269 - 12499 - 11-01-2020 - DRS Non-Competitive Continuation - - - 9457 - 12494 - 11-01-2020 - DRS Non-Competitive Continuation - - - 9273 - 12500 - 11-01-2020 - DRS Non-Competitive Continuation - - - 9460 - 12489 - 11-01-2020 - DRS Non-Competitive Continuation - - - 9469 - 12484 - 11-01-2020 - DRS Non-Competitive Continuation - - - 9477 - 12488 - 11-01-2020 - DRS Non-Competitive Continuation - - - 9266 - 12485 - 11-01-2020 - DRS Competitive Continuation - - - 8980 - 11363 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8951 - 11367 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8821 - 11359 - 09-01-2019 - DRS Non-Competitive Continuation - - - 9696 - 12491 - 11-01-2020 - DRS Non-Competitive Continuation - - - 7059 - 8097 - 07-01-2014 - DRS Competitive Continuation - - - 8390 - 11362 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8890 - 11360 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8913 - 11361 - 09-01-2019 - DRS Non-Competitive Continuation - - - 9452 - 12481 - 11-01-2020 - DRS Non-Competitive Continuation - - - 9482 - 12490 - 11-01-2020 - DRS Non-Competitive Continuation - - - 9481 - 12487 - 11-01-2020 - DRS Non-Competitive Continuation - - - 8393 - 11366 - 09-01-2019 - DRS Non-Competitive Continuation - - - 10381 - 12498 - 11-01-2020 - DRS Non-Competitive Continuation - - - 6414 - 9692 - 07-01-2016 - DRS Competitive Continuation - - - 8894 - 11365 - 09-01-2019 - DRS Non-Competitive Continuation - - - 9466 - 12482 - 11-01-2020 - DRS Non-Competitive Continuation - - - 9468 - 12492 - 11-01-2020 - DRS Non-Competitive Continuation - - - 5759 - 9477 - 11-01-2015 - DRS Non-Competitive Continuation - - - 5912 - 9481 - 11-01-2015 - DRS Non-Competitive Continuation - - - 5941 - 9468 - 11-01-2015 - DRS Non-Competitive Continuation - - - 9480 - 12502 - 11-01-2020 - DRS Non-Competitive Continuation - - - 9451 - 12504 - 11-01-2020 - DRS Non-Competitive Continuation - - - 9464 - 12497 - 11-01-2020 - DRS Non-Competitive Continuation - - - 9476 - 12496 - 11-01-2020 - DRS Non-Competitive Continuation - - - 9454 - 12501 - 11-01-2020 - DRS Non-Competitive Continuation - - - 9455 - 12503 - 11-01-2020 - DRS Non-Competitive Continuation - - - 9496 - 12505 - 12-01-2020 - DRS Non-Competitive Continuation - - - 9446 - 12506 - 10-01-2020 - DRS Non-Competitive Continuation - - - 8434 - 11417 - 10-01-2019 - DRS Non-Competitive Continuation - - - 9195 - 11418 - 11-01-2019 - DRS Non-Competitive Continuation - - - 8108 - 11482 - 12-01-2019 - DRS Non-Competitive Continuation - - - 7963 - 11424 - 11-01-2019 - DRS Non-Competitive Continuation - - - 8406 - 11428 - 11-01-2019 - DRS Non-Competitive Continuation - - - 8408 - 11421 - 11-01-2019 - DRS Non-Competitive Continuation - - - 7684 - 11422 - 11-01-2019 - DRS Competitive Continuation - - - 8021 - 11420 - 11-01-2019 - DRS Competitive Continuation - - - 8405 - 11426 - 11-01-2019 - DRS Non-Competitive Continuation - - - 7990 - 11423 - 11-01-2019 - DRS Competitive Continuation - - - 7983 - 11427 - 11-01-2019 - DRS Competitive Continuation - - - 2109 - 8405 - 11-01-2014 - DRS Non-Competitive Continuation - - - 8411 - 11425 - 11-01-2019 - DRS Non-Competitive Continuation - - - 8627 - 11439 - 11-01-2019 - DRS Non-Competitive Continuation - - - 7987 - 11437 - 11-01-2019 - DRS Non-Competitive Continuation - - - 7694 - 11443 - 11-01-2019 - DRS Non-Competitive Continuation - - - 8410 - 11438 - 11-01-2019 - DRS Non-Competitive Continuation - - - 1306 - 11442 - 11-01-2019 - DRS Non-Competitive Continuation - - - 8450 - 11440 - 11-01-2019 - DRS Non-Competitive Continuation - - - 7939 - 11441 - 11-01-2019 - DRS Non-Competitive Continuation - - - 8818 - 11455 - 11-01-2019 - DRS Non-Competitive Continuation - - - 8454 - 11444 - 11-01-2019 - DRS Non-Competitive Continuation - - - 8149 - 11453 - 12-01-2019 - DRS Non-Competitive Continuation - - - 8427 - 11446 - 11-01-2019 - DRS Non-Competitive Continuation - - - 8409 - 11449 - 11-01-2019 - DRS Non-Competitive Continuation - - - 9147 - 11463 - 12-01-2019 - DRS Non-Competitive Continuation - - - 8079 - 11445 - 11-01-2019 - DRS Non-Competitive Continuation - - - 8403 - 11447 - 11-01-2019 - DRS Non-Competitive Continuation - - - 9834 - 11448 - 11-01-2019 - DRS Non-Competitive Continuation - - - 8131 - 11452 - 11-01-2019 - DRS Non-Competitive Continuation - - - 8123 - 11457 - 12-01-2019 - DRS Non-Competitive Continuation - - - 7991 - 11458 - 12-01-2019 - DRS Non-Competitive Continuation - - - 8449 - 11459 - 11-01-2019 - DRS Non-Competitive Continuation - - - 8413 - 11456 - 11-01-2019 - DRS Non-Competitive Continuation - - - 8462 - 11454 - 12-01-2019 - DRS Non-Competitive Continuation - - - 8146 - 11460 - 12-01-2019 - DRS Non-Competitive Continuation - - - 8459 - 11462 - 11-01-2019 - DRS Non-Competitive Continuation - - - 8086 - 11470 - 12-01-2019 - DRS Competitive Continuation - - - 8065 - 11472 - 12-01-2019 - DRS Non-Competitive Continuation - - - 8481 - 11471 - 12-01-2019 - DRS Non-Competitive Continuation - - - 7781 - 11473 - 12-01-2019 - DRS Non-Competitive Continuation - - - 8482 - 11461 - 12-01-2019 - DRS Non-Competitive Continuation - - - 8078 - 11485 - 12-01-2019 - DRS Non-Competitive Continuation - - - 8463 - 11478 - 12-01-2019 - DRS Non-Competitive Continuation - - - 8024 - 11486 - 12-01-2019 - DRS Non-Competitive Continuation - - - 8494 - 11479 - 12-01-2019 - DRS Non-Competitive Continuation - - - 8445 - 11480 - 12-01-2019 - DRS Non-Competitive Continuation - - - 8448 - 11481 - 12-01-2019 - DRS Non-Competitive Continuation - - - 8456 - 11483 - 12-01-2019 - DRS Non-Competitive Continuation - - - 9280 - 11487 - 12-01-2019 - DRS Non-Competitive Continuation - - - 8010 - 11502 - 12-01-2019 - DRS Non-Competitive Continuation - - - 8596 - 11512 - 01-01-2020 - DRS Non-Competitive Continuation - - - 7638 - 11503 - 12-01-2019 - DRS Non-Competitive Continuation - - - 8442 - 11501 - 12-01-2019 - DRS Non-Competitive Continuation - - - 8179 - 11516 - 01-01-2020 - DRS Non-Competitive Continuation - - - 7821 - 11523 - 01-01-2020 - DRS Non-Competitive Continuation - - - 9233 - 11518 - 12-01-2019 - DRS Non-Competitive Continuation - - - 8642 - 11519 - 01-01-2020 - DRS Non-Competitive Continuation - - - 7707 - 11527 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8496 - 11522 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8543 - 11526 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8558 - 11520 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8458 - 11521 - 12-01-2019 - DRS Non-Competitive Continuation - - - 8501 - 11517 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8516 - 11524 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8267 - 11525 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8641 - 11528 - 01-01-2020 - DRS Non-Competitive Continuation - - - 5098 - 7977 - 07-01-2014 - DRS Non-Competitive Continuation - - - 6173 - 8566 - 01-01-2015 - DRS Non-Competitive Continuation - - - 8470 - 11538 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8487 - 11571 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8471 - 11531 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8148 - 11537 - 01-01-2020 - DRS Non-Competitive Continuation - - - 9841 - 11532 - 12-01-2019 - DRS Non-Competitive Continuation - - - 8521 - 11536 - 01-01-2020 - DRS Non-Competitive Continuation - - - 6859 - 8521 - 01-01-2015 - DRS Non-Competitive Continuation - - - 8517 - 11535 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8613 - 11533 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8647 - 11534 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8560 - 11557 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8121 - 11553 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8105 - 11550 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8549 - 11555 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8480 - 11549 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8555 - 11545 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8503 - 11544 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8557 - 11546 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8474 - 11548 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8491 - 11551 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8492 - 11558 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8512 - 11554 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8551 - 11556 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8122 - 11543 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8548 - 11552 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8550 - 11547 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8106 - 11562 - 01-01-2020 - DRS Competitive Continuation - - - 8507 - 11574 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8572 - 11567 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8264 - 11561 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8472 - 11564 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8437 - 11560 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8486 - 11573 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8490 - 11570 - 01-01-2020 - DRS Non-Competitive Continuation - - - 5148 - 8562 - 01-01-2015 - DRS Non-Competitive Continuation - - - 8014 - 11565 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8502 - 11569 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8520 - 11572 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8466 - 11577 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8465 - 11566 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8417 - 11563 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8530 - 11576 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8562 - 11568 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8563 - 11575 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8475 - 11582 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8468 - 11585 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8635 - 11583 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8529 - 11579 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8523 - 11584 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8436 - 11580 - 01-01-2020 - DRS Non-Competitive Continuation - - - 3708 - 8524 - 01-01-2015 - DRS Non-Competitive Continuation - - - 8500 - 11581 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8524 - 11578 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8595 - 11597 - 01-01-2020 - DRS Non-Competitive Continuation - - - 9157 - 11590 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8609 - 11606 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8116 - 11599 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8554 - 11601 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8176 - 11594 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8532 - 11607 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8553 - 11595 - 01-01-2020 - DRS Non-Competitive Continuation - - - 7712 - 11592 - 01-01-2020 - DRS Non-Competitive Continuation - - - 5335 - 8553 - 01-01-2015 - DRS Non-Competitive Continuation - - - 8601 - 11591 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8419 - 11598 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8638 - 11605 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8545 - 11603 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8592 - 11600 - 01-01-2020 - DRS Non-Competitive Continuation - - - 7814 - 11593 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8546 - 11602 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8614 - 11596 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8518 - 11616 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8527 - 11613 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8528 - 11618 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8416 - 11624 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8476 - 11611 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8497 - 11610 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8499 - 11609 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8508 - 11612 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8461 - 11608 - 01-01-2020 - DRS Non-Competitive Continuation - - - 7930 - 11621 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8608 - 11620 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8535 - 11623 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8495 - 11614 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8561 - 11625 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8505 - 11626 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8511 - 11622 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8504 - 11615 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8571 - 11619 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8868 - 11617 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8579 - 10908 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8564 - 11628 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8732 - 11652 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8738 - 11653 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8605 - 11657 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8542 - 11627 - 01-01-2020 - DRS Non-Competitive Continuation - - - 8136 - 11661 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8740 - 11660 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8672 - 11659 - 02-01-2020 - DRS Non-Competitive Continuation - - - 7956 - 11658 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8007 - 11669 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8704 - 11670 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8755 - 11672 - 02-01-2020 - DRS Non-Competitive Continuation - - - 7804 - 11668 - 02-01-2020 - DRS Non-Competitive Continuation - - - 7860 - 11667 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8759 - 11671 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8127 - 11664 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8484 - 11665 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8764 - 11666 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8669 - 11663 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8489 - 11662 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8768 - 11682 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8770 - 11685 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8746 - 11688 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8814 - 11686 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8763 - 11689 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8762 - 11684 - 02-01-2020 - DRS Non-Competitive Continuation - - - 9274 - 11687 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8644 - 11683 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8165 - 10812 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8761 - 11693 - 02-01-2020 - DRS Non-Competitive Continuation - - - 9179 - 11692 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8705 - 11698 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8008 - 11699 - 02-01-2020 - DRS Non-Competitive Continuation - - - 8741 - 11691 - 02-01-2020 - DRS Non-Competitive Continuation - - - 7691 - 11416 - 11-01-2019 - DRS Non-Competitive Continuation - - - 5731 - 7286 - 07-01-2013 - DRS Competitive Continuation - - - 7765 - 11715 - 03-01-2020 - DRS Non-Competitive Continuation - - - 8765 - 11717 - 03-01-2020 - DRS Non-Competitive Continuation - - - 8734 - 11704 - 03-01-2020 - DRS Non-Competitive Continuation - - - 8774 - 11711 - 03-01-2020 - DRS Non-Competitive Continuation - - - 8840 - 11712 - 03-01-2020 - DRS Non-Competitive Continuation - - - 8839 - 11709 - 03-01-2020 - DRS Non-Competitive Continuation - - - 4784 - 8840 - 03-01-2015 - DRS Non-Competitive Continuation - - - 8124 - 11713 - 03-01-2020 - DRS Non-Competitive Continuation - - - 2622 - 10076 - 07-01-2017 - DRS Competitive Continuation - - - 7941 - 11716 - 03-01-2020 - DRS Non-Competitive Continuation - - - 8800 - 11718 - 03-01-2020 - DRS Competitive Continuation - - - 8888 - 11710 - 03-01-2020 - DRS Non-Competitive Continuation - - - 8846 - 11705 - 03-01-2020 - DRS Non-Competitive Continuation - - - 8041 - 10854 - 07-01-2019 - DRS Competitive Continuation - - - 6141 - 9013 - 05-01-2015 - DRS Non-Competitive Continuation - - - 6133 - 9201 - 07-01-2015 - DRS Competitive Continuation - - - 7922 - 10856 - 07-01-2019 - DRS Competitive Continuation - - - 2668 - 10549 - 02-01-2019 - DRS Non-Competitive Continuation - - - 6111 - 7825 - 01-01-2014 - DRS Non-Competitive Continuation - - - 8870 - 11732 - 03-01-2020 - DRS Non-Competitive Continuation - - - 8924 - 11728 - 03-01-2020 - DRS Non-Competitive Continuation - - - 8915 - 11733 - 03-01-2020 - DRS Non-Competitive Continuation - - - 8567 - 11731 - 03-01-2020 - DRS Non-Competitive Continuation - - - 8009 - 11727 - 03-01-2020 - DRS Non-Competitive Continuation - - - 8668 - 11729 - 03-01-2020 - DRS Non-Competitive Continuation - - - 8006 - 11730 - 03-01-2020 - DRS Non-Competitive Continuation - - - 8844 - 11735 - 03-01-2020 - DRS Non-Competitive Continuation - - - 8816 - 11734 - 03-01-2020 - DRS Non-Competitive Continuation - - - 8760 - 11736 - 02-01-2020 - DRS Non-Competitive Continuation - - - 6539 - 2606 - 07-01-2013 - DRS Competitive Continuation - - - 8488 - 11740 - 03-01-2020 - DRS Non-Competitive Continuation - - - 8398 - 11768 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8537 - 11770 - 01-01-2020 - DRS Non-Competitive Continuation - - - 5777 - 8265 - 07-01-2014 - DRS Competitive Continuation - - - 8977 - 11769 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8946 - 11764 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8671 - 11766 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8673 - 11767 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8674 - 11765 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8126 - 11748 - 04-01-2020 - DRS Non-Competitive Continuation - - - 9001 - 11749 - 04-01-2020 - DRS Non-Competitive Continuation - - - 7857 - 11784 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8904 - 11783 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8941 - 11785 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8990 - 11786 - 04-01-2020 - DRS Non-Competitive Continuation - - - 9199 - 11798 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8991 - 11800 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8735 - 11799 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8909 - 11801 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8911 - 11797 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8052 - 11796 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8972 - 11794 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8736 - 11793 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8976 - 11792 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8966 - 11795 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8667 - 11043 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8967 - 11806 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8954 - 11805 - 04-01-2020 - DRS Non-Competitive Continuation - - - 5873 - 8967 - 04-01-2015 - DRS Non-Competitive Continuation - - - 8389 - 11816 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8865 - 11813 - 04-01-2020 - DRS Non-Competitive Continuation - - - 9019 - 11814 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8965 - 11815 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8172 - 11812 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8164 - 11807 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8968 - 11804 - 04-01-2020 - DRS Non-Competitive Continuation - - - 5348 - 9020 - 04-01-2015 - DRS Non-Competitive Continuation - - - 9020 - 11823 - 04-01-2020 - DRS Competitive Continuation - - - 8986 - 11824 - 04-01-2020 - DRS Non-Competitive Continuation - - - 9000 - 11830 - 05-01-2020 - DRS Non-Competitive Continuation - - - 7908 - 11831 - 04-01-2020 - DRS Non-Competitive Continuation - - - 8110 - 11835 - 05-01-2020 - DRS Non-Competitive Continuation - - - 8135 - 11836 - 05-01-2020 - DRS Non-Competitive Continuation - - - 8263 - 11834 - 05-01-2020 - DRS Non-Competitive Continuation - - - 9005 - 11833 - 05-01-2020 - DRS Non-Competitive Continuation - - - 9003 - 11856 - 05-01-2020 - DRS Non-Competitive Continuation - - - 9087 - 11855 - 06-01-2020 - DRS Non-Competitive Continuation - - - 8995 - 11857 - 05-01-2020 - DRS Non-Competitive Continuation - - - 8268 - 11859 - 05-01-2020 - DRS Non-Competitive Continuation - - - 8138 - 11852 - 05-01-2020 - DRS Non-Competitive Continuation - - - 8996 - 11854 - 05-01-2020 - DRS Non-Competitive Continuation - - - 9006 - 11858 - 05-01-2020 - DRS Non-Competitive Continuation - - - 8863 - 11853 - 05-01-2020 - DRS Non-Competitive Continuation - - - 8984 - 11862 - 05-01-2020 - DRS Non-Competitive Continuation - - - 8985 - 11864 - 05-01-2020 - DRS Non-Competitive Continuation - - - 9004 - 11863 - 05-01-2020 - DRS Non-Competitive Continuation - - - 8998 - 11866 - 05-01-2020 - DRS Non-Competitive Continuation - - - 6380 - 8987 - 05-01-2015 - DRS Non-Competitive Continuation - - - 6384 - 8984 - 05-01-2015 - DRS Non-Competitive Continuation - - - 7947 - 11861 - 05-01-2020 - DRS Non-Competitive Continuation - - - 9007 - 11869 - 05-01-2020 - DRS Non-Competitive Continuation - - - 9014 - 11867 - 05-01-2020 - DRS Non-Competitive Continuation - - - 8983 - 11868 - 05-01-2020 - DRS Non-Competitive Continuation - - - 8987 - 11865 - 05-01-2020 - DRS Non-Competitive Continuation - - - 9267 - 11870 - 05-01-2020 - DRS Non-Competitive Continuation - - - 9088 - 11886 - 06-01-2020 - DRS Non-Competitive Continuation - - - 9015 - 11871 - 05-01-2020 - DRS Non-Competitive Continuation - - - 8026 - 11872 - 05-01-2020 - DRS Non-Competitive Continuation - - - 8093 - 11881 - 06-01-2020 - DRS Non-Competitive Continuation - - - 9188 - 11874 - 06-01-2020 - DRS Non-Competitive Continuation - - - 8997 - 11875 - 05-01-2020 - DRS Non-Competitive Continuation - - - 9248 - 11873 - 05-01-2020 - DRS Non-Competitive Continuation - - - 9018 - 11880 - 05-01-2020 - DRS Non-Competitive Continuation - - - 9083 - 11888 - 06-01-2020 - DRS Non-Competitive Continuation - - - 5862 - 8965 - 04-01-2015 - DRS Non-Competitive Continuation - - - 9085 - 11896 - 06-01-2020 - DRS Non-Competitive Continuation - - - 9078 - 11890 - 06-01-2020 - DRS Competitive Continuation - - - 9098 - 11889 - 06-01-2020 - DRS Non-Competitive Continuation - - - 9017 - 11897 - 05-01-2020 - DRS Non-Competitive Continuation - - - 9080 - 11900 - 06-01-2020 - DRS Non-Competitive Continuation - - - 9205 - 11898 - 06-01-2020 - DRS Competitive Continuation - - - 7961 - 11917 - 06-01-2020 - DRS Non-Competitive Continuation - - - 9084 - 11915 - 06-01-2020 - DRS Non-Competitive Continuation - - - 9234 - 11908 - 06-01-2020 - DRS Non-Competitive Continuation - - - 7906 - 11913 - 06-01-2020 - DRS Non-Competitive Continuation - - - 9081 - 11927 - 06-01-2020 - DRS Non-Competitive Continuation - - - 11371 - 11912 - 06-01-2020 - DRS Non-Competitive Continuation - - - 9139 - 11911 - 07-01-2020 - DRS Competitive Continuation - - - 8412 - 11920 - 06-01-2020 - DRS Non-Competitive Continuation - - - 8019 - 11919 - 06-01-2020 - DRS Competitive Continuation - - - 9089 - 11918 - 06-01-2020 - DRS Non-Competitive Continuation - - - 8347 - 11914 - 06-01-2020 - DRS Non-Competitive Continuation - - - 8154 - 11907 - 06-01-2020 - DRS Non-Competitive Continuation - - - 9099 - 11923 - 06-01-2020 - DRS Non-Competitive Continuation - - - 9276 - 11921 - 06-01-2020 - DRS Non-Competitive Continuation - - - 8526 - 11924 - 06-01-2020 - DRS Non-Competitive Continuation - - - 9075 - 11926 - 06-01-2020 - DRS Non-Competitive Continuation - - - 9285 - 11922 - 06-01-2020 - DRS Competitive Continuation - - - 8581 - 10906 - 07-01-2019 - DRS Non-Competitive Continuation - - - 9074 - 11930 - 06-01-2020 - DRS Competitive Continuation - - - 9112 - 11932 - 06-01-2020 - DRS Competitive Continuation - - - 9258 - 11938 - 07-01-2020 - DRS Competitive Continuation - - - 9253 - 11944 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9140 - 11937 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9105 - 11939 - 06-01-2020 - DRS Non-Competitive Continuation - - - 9103 - 11935 - 06-01-2020 - DRS Non-Competitive Continuation - - - 9101 - 11947 - 06-01-2020 - DRS Non-Competitive Continuation - - - 8396 - 12203 - 07-01-2020 - DRS Competitive Continuation - - - 9079 - 11946 - 06-01-2020 - DRS Competitive Continuation - - - 9150 - 11941 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8881 - 11936 - 07-01-2020 - DRS Competitive Continuation - - - 9106 - 11934 - 06-01-2020 - DRS Competitive Continuation - - - 8444 - 11945 - 07-01-2020 - DRS Competitive Continuation - - - 9238 - 11948 - 06-01-2020 - DRS Competitive Continuation - - - 9127 - 11943 - 06-01-2020 - DRS Competitive Continuation - - - 9077 - 11940 - 06-01-2020 - DRS Competitive Continuation - - - 8455 - 11966 - 07-01-2020 - DRS Competitive Continuation - - - 7966 - 11975 - 07-01-2020 - DRS Competitive Continuation - - - 7942 - 11967 - 07-01-2020 - DRS Competitive Continuation - - - 8646 - 11952 - 07-01-2020 - DRS Competitive Continuation - - - 9016 - 11951 - 07-01-2020 - DRS Competitive Continuation - - - 9261 - 11954 - 07-01-2020 - DRS Competitive Continuation - - - 9161 - 11956 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9133 - 11961 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9090 - 11970 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8657 - 11957 - 07-01-2020 - DRS Competitive Continuation - - - 8130 - 11968 - 07-01-2020 - DRS Competitive Continuation - - - 8109 - 11978 - 07-01-2020 - DRS Competitive Continuation - - - 8453 - 11960 - 07-01-2020 - DRS Competitive Continuation - - - 9125 - 11955 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9229 - 11976 - 07-01-2020 - DRS Competitive Continuation - - - 9197 - 11971 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9131 - 11969 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9270 - 11980 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8493 - 11981 - 07-01-2020 - DRS Competitive Continuation - - - 8407 - 11977 - 07-01-2020 - DRS Competitive Continuation - - - 9189 - 11979 - 07-01-2020 - DRS Competitive Continuation - - - 9193 - 11983 - 07-01-2020 - DRS Competitive Continuation - - - 9104 - 11994 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9281 - 11996 - 07-01-2020 - DRS Competitive Continuation - - - 8120 - 11990 - 07-01-2020 - DRS Competitive Continuation - - - 9288 - 11988 - 07-01-2020 - DRS Competitive Continuation - - - 9293 - 11993 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8837 - 11986 - 07-01-2020 - DRS Competitive Continuation - - - 8506 - 11987 - 07-01-2020 - DRS Competitive Continuation - - - 8886 - 11995 - 07-01-2020 - DRS Competitive Continuation - - - 9149 - 11989 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9107 - 11985 - 06-01-2020 - DRS Non-Competitive Continuation - - - 9176 - 11992 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9298 - 11991 - 07-01-2020 - DRS Competitive Continuation - - - 9142 - 12007 - 07-01-2020 - DRS Competitive Continuation - - - 9169 - 12008 - 07-01-2020 - DRS Competitive Continuation - - - 8841 - 12003 - 07-01-2020 - DRS Competitive Continuation - - - 9108 - 12002 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8739 - 12001 - 07-01-2020 - DRS Competitive Continuation - - - 9284 - 12004 - 07-01-2020 - DRS Non-Competitive Continuation - - - 7934 - 12000 - 07-01-2020 - DRS Competitive Continuation - - - 9265 - 12005 - 07-01-2020 - DRS Competitive Continuation - - - 8477 - 12025 - 07-01-2020 - DRS Competitive Continuation - - - 9177 - 12026 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9153 - 12011 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9076 - 12016 - 06-01-2020 - DRS Competitive Continuation - - - 8515 - 12023 - 07-01-2020 - DRS Competitive Continuation - - - 9190 - 12022 - 07-01-2020 - DRS Competitive Continuation - - - 8769 - 12021 - 07-01-2020 - DRS Competitive Continuation - - - 9206 - 12019 - 07-01-2020 - DRS Competitive Continuation - - - 8916 - 12015 - 07-01-2020 - DRS Competitive Continuation - - - 8880 - 12017 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9209 - 12014 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8498 - 12020 - 07-01-2020 - DRS Competitive Continuation - - - 9082 - 12018 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9170 - 12027 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9247 - 12012 - 07-01-2020 - DRS Competitive Continuation - - - 9216 - 12010 - 07-01-2020 - DRS Competitive Continuation - - - 9204 - 12024 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8616 - 12013 - 07-01-2020 - DRS Competitive Continuation - - - 6658 - 8769 - 03-01-2015 - DRS Non-Competitive Continuation - - - 9211 - 12057 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9289 - 12055 - 07-01-2020 - DRS Competitive Continuation - - - 9155 - 12045 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9174 - 12051 - 07-01-2020 - DRS Competitive Continuation - - - 9183 - 12060 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8994 - 12050 - 07-01-2020 - DRS Competitive Continuation - - - 8731 - 12048 - 07-01-2020 - DRS Competitive Continuation - - - 8460 - 12047 - 07-01-2020 - DRS Competitive Continuation - - - 8397 - 12054 - 07-01-2020 - DRS Competitive Continuation - - - 10131 - 12052 - 07-01-2020 - DRS Competitive Continuation - - - 8737 - 12046 - 07-01-2020 - DRS Competitive Continuation - - - 9196 - 12058 - 07-01-2020 - DRS Competitive Continuation - - - 8358 - 12049 - 07-01-2020 - DRS Competitive Continuation - - - 8838 - 12059 - 07-01-2020 - DRS Competitive Continuation - - - 8948 - 12053 - 07-01-2020 - DRS Competitive Continuation - - - 9162 - 12056 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9241 - 12064 - 07-01-2020 - DRS Competitive Continuation - - - 8947 - 12066 - 07-01-2020 - DRS Competitive Continuation - - - 9086 - 12065 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8400 - 12068 - 07-01-2020 - DRS Competitive Continuation - - - 9250 - 12063 - 07-01-2020 - DRS Non-Competitive Continuation - - - 7769 - 12061 - 07-01-2020 - DRS Competitive Continuation - - - 9277 - 12062 - 07-01-2020 - DRS Competitive Continuation - - - 5973 - 8737 - 02-01-2015 - DRS Non-Competitive Continuation - - - 9118 - 12073 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8432 - 12081 - 07-01-2020 - DRS Competitive Continuation - - - 9210 - 12075 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9181 - 12069 - 07-01-2020 - DRS Non-Competitive Continuation - - - 7830 - 12072 - 07-01-2020 - DRS Competitive Continuation - - - 8433 - 12078 - 07-01-2020 - DRS Competitive Continuation - - - 9165 - 12071 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8745 - 12074 - 07-01-2020 - DRS Competitive Continuation - - - 8862 - 12077 - 07-01-2020 - DRS Competitive Continuation - - - 9203 - 12076 - 07-01-2020 - DRS Competitive Continuation - - - 9128 - 12079 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9237 - 12084 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9252 - 12083 - 07-01-2020 - DRS Competitive Continuation - - - 8431 - 12088 - 07-01-2020 - DRS Competitive Continuation - - - 8441 - 12092 - 07-01-2020 - DRS Competitive Continuation - - - 9239 - 12086 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9228 - 12095 - 07-01-2020 - DRS Competitive Continuation - - - 9251 - 12096 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9186 - 12090 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8091 - 12085 - 07-01-2020 - DRS Competitive Continuation - - - 9129 - 12097 - 07-01-2020 - DRS Competitive Continuation - - - 8415 - 12094 - 07-01-2020 - DRS Competitive Continuation - - - 9136 - 12087 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9137 - 12089 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8404 - 12082 - 07-01-2020 - DRS Competitive Continuation - - - 4872 - 9261 - 07-01-2015 - DRS Competitive Continuation - - - 9244 - 12105 - 07-01-2020 - DRS Competitive Continuation - - - 8447 - 12104 - 07-01-2020 - DRS Competitive Continuation - - - 9130 - 12101 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8851 - 12102 - 07-01-2020 - DRS Competitive Continuation - - - 8639 - 12103 - 07-01-2020 - DRS Competitive Continuation - - - 8547 - 12100 - 07-01-2020 - DRS Competitive Continuation - - - 6898 - 2678 - 09-01-2013 - DRS Non-Competitive Continuation - - - 9132 - 12109 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9221 - 12133 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8382 - 12120 - 09-01-2020 - DRS Competitive Continuation - - - 8435 - 12136 - 07-01-2020 - DRS Competitive Continuation - - - 9254 - 12113 - 07-01-2020 - DRS Competitive Continuation - - - 9278 - 12129 - 07-01-2020 - DRS Competitive Continuation - - - 9141 - 12137 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9145 - 12115 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9259 - 12142 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8443 - 12118 - 07-01-2020 - DRS Competitive Continuation - - - 9484 - 12141 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8570 - 12140 - 07-01-2020 - DRS Competitive Continuation - - - 9168 - 12143 - 07-01-2020 - DRS Competitive Continuation - - - 9191 - 12114 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9214 - 12139 - 07-01-2020 - DRS Non-Competitive Continuation - - - 10454 - 12128 - 07-01-2020 - DRS Competitive Continuation - - - 8612 - 12131 - 07-01-2020 - DRS Competitive Continuation - - - 8082 - 12108 - 07-01-2020 - DRS Competitive Continuation - - - 8836 - 12117 - 07-01-2020 - DRS Competitive Continuation - - - 4211 - 9164 - 07-01-2015 - DRS Non-Competitive Continuation - - - 1762 - 9180 - 07-01-2015 - DRS Non-Competitive Continuation - - - 5697 - 9187 - 07-01-2015 - DRS Non-Competitive Continuation - - - 9116 - 12125 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8479 - 12112 - 07-01-2020 - DRS Competitive Continuation - - - 8011 - 12116 - 07-01-2020 - DRS Competitive Continuation - - - 9164 - 12138 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9167 - 12119 - 07-01-2020 - DRS Non-Competitive Continuation - - - 7970 - 12134 - 07-01-2020 - DRS Competitive Continuation - - - 8457 - 12132 - 07-01-2020 - DRS Competitive Continuation - - - 9163 - 12123 - 07-01-2020 - DRS Competitive Continuation - - - 9180 - 12122 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9187 - 12110 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9184 - 12126 - 07-01-2020 - DRS Non-Competitive Continuation - - - 7058 - 9259 - 07-01-2015 - DRS Non-Competitive Continuation - - - 8478 - 12107 - 07-01-2020 - DRS Competitive Continuation - - - 8519 - 12124 - 07-01-2020 - DRS Competitive Continuation - - - 8452 - 12121 - 07-01-2020 - DRS Competitive Continuation - - - 7753 - 10965 - 07-01-2019 - DRS Competitive Continuation - - - 5872 - 8815 - 03-01-2015 - DRS Non-Competitive Continuation - - - 9134 - 12161 - 07-01-2020 - DRS Non-Competitive Continuation - - - 7845 - 12166 - 07-01-2020 - DRS Competitive Continuation - - - 9200 - 12151 - 07-01-2020 - DRS Competitive Continuation - - - 9279 - 12172 - 07-01-2020 - DRS Competitive Continuation - - - 9215 - 12157 - 07-01-2020 - DRS Competitive Continuation - - - 9121 - 12170 - 07-01-2020 - DRS Competitive Continuation - - - 9113 - 12147 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9222 - 12176 - 07-01-2020 - DRS Competitive Continuation - - - 9182 - 12152 - 07-01-2020 - DRS Non-Competitive Continuation - - - 5418 - 8433 - 10-01-2014 - DRS Non-Competitive Continuation - - - 8428 - 12149 - 07-01-2020 - DRS Competitive Continuation - - - 8510 - 12164 - 07-01-2020 - DRS Competitive Continuation - - - 9100 - 12156 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9294 - 12148 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9226 - 12167 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9232 - 12150 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9152 - 12163 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9172 - 12165 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9171 - 12155 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9135 - 12154 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8970 - 12146 - 07-01-2020 - DRS Competitive Continuation - - - 9212 - 12153 - 07-01-2020 - DRS Competitive Continuation - - - 5701 - 8418 - 01-01-2015 - DRS Non-Competitive Continuation - - - 9117 - 12188 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8446 - 12179 - 07-01-2020 - DRS Competitive Continuation - - - 9292 - 12183 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8645 - 12177 - 07-01-2020 - DRS Competitive Continuation - - - 9194 - 12185 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9260 - 12181 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9246 - 12186 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9166 - 12178 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9240 - 12182 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9286 - 12180 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9282 - 12187 - 07-01-2020 - DRS Non-Competitive Continuation - - - 5963 - 9260 - 07-01-2015 - DRS Competitive Continuation - - - 5968 - 9246 - 07-01-2015 - DRS Non-Competitive Continuation - - - 5272 - 9121 - 07-01-2015 - DRS Non-Competitive Continuation - - - 5484 - 8510 - 12-01-2014 - DRS Non-Competitive Continuation - - - 9245 - 12198 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9224 - 12200 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9126 - 12201 - 07-01-2020 - DRS Non-Competitive Continuation - - - 9230 - 12195 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8611 - 12196 - 07-01-2020 - DRS Competitive Continuation - - - 9198 - 12197 - 07-01-2020 - DRS Non-Competitive Continuation - - - 8414 - 12207 - 07-01-2020 - DRS Competitive Continuation - - - 8134 - 12204 - 07-01-2020 - DRS Competitive Continuation - - - 4252 - 9285 - 07-01-2015 - DRS Competitive Continuation - - - 8485 - 12202 - 07-01-2020 - DRS Competitive Continuation - - - 8796 - 12227 - 08-01-2020 - DRS Competitive Continuation - - - 6221 - 9229 - 07-01-2015 - DRS Competitive Continuation - - - 6429 - 9373 - 09-01-2015 - DRS Non-Competitive Continuation - - - 7223 - 10190 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7761 - 10499 - 01-01-2019 - DRS Non-Competitive Continuation - - - 6912 - 9740 - 07-01-2016 - DRS Competitive Continuation - - - 1451 - 9256 - 07-01-2015 - DRS Competitive Continuation - - - 6886 - 7799 - 02-01-2014 - DRS Non-Competitive Continuation - - - 7591 - 10326 - 09-01-2018 - DRS Non-Competitive Continuation - - - 783 - 10558 - 02-01-2019 - DRS Non-Competitive Continuation - - - 6583 - 7797 - 12-01-2013 - DRS Non-Competitive Continuation - - - 2724 - 9394 - 09-01-2015 - DRS Non-Competitive Continuation - - - 5519 - 8970 - 04-01-2015 - DRS Non-Competitive Continuation - - - 2372 - 9174 - 07-01-2015 - DRS Competitive Continuation - - - 1340 - 9541 - 01-01-2016 - DRS Non-Competitive Continuation - - - 5290 - 9548 - 01-01-2016 - DRS Non-Competitive Continuation - - - 7905 - 10940 - 07-01-2019 - DRS Competitive Continuation - - - 5297 - 8262 - 07-01-2014 - DRS Competitive Continuation - - - 5293 - 7922 - 04-01-2014 - DRS Non-Competitive Continuation - - - 7720 - 10427 - 11-01-2018 - DRS Non-Competitive Continuation - - - 5274 - 8173 - 07-01-2014 - DRS Non-Competitive Continuation - - - 749 - 10044 - 06-01-2017 - DRS Competitive Continuation - - - 2674 - 10241 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7816 - 10449 - 12-01-2018 - DRS Non-Competitive Continuation - - - 6568 - 7786 - 01-01-2014 - DRS Non-Competitive Continuation - - - 2611 - 10264 - 08-01-2018 - DRS Competitive Continuation - - - 2591 - 10448 - 12-01-2018 - DRS Non-Competitive Continuation - - - 7832 - 10447 - 12-01-2018 - DRS Non-Competitive Continuation - - - 7702 - 10450 - 12-01-2018 - DRS Non-Competitive Continuation - - - 1866 - 9082 - 07-01-2015 - DRS Non-Competitive Continuation - - - 2593 - 10468 - 01-01-2019 - DRS Non-Competitive Continuation - - - 7623 - 10287 - 09-01-2018 - DRS Non-Competitive Continuation - - - 7624 - 10288 - 09-01-2018 - DRS Non-Competitive Continuation - - - 773 - 10474 - 01-01-2019 - DRS Non-Competitive Continuation - - - 2609 - 10476 - 01-01-2019 - DRS Non-Competitive Continuation - - - 1976 - 9400 - 09-01-2015 - DRS Non-Competitive Continuation - - - 1579 - 7608 - 09-01-2013 - DRS Non-Competitive Continuation - - - 2004 - 7630 - 09-01-2013 - DRS Non-Competitive Continuation - - - 2598 - 10546 - 02-01-2019 - DRS Non-Competitive Continuation - - - 7589 - 10294 - 08-01-2018 - DRS Non-Competitive Continuation - - - 6428 - 7595 - 09-01-2013 - DRS Non-Competitive Continuation - - - 5309 - 9087 - 06-01-2015 - DRS Non-Competitive Continuation - - - 1745 - 9085 - 06-01-2015 - DRS Non-Competitive Continuation - - - 5143 - 9115 - 06-01-2015 - DRS Non-Competitive Continuation - - - 1571 - 9105 - 06-01-2015 - DRS Non-Competitive Continuation - - - 1874 - 9104 - 07-01-2015 - DRS Non-Competitive Continuation - - - 6735 - 9106 - 06-01-2015 - DRS Non-Competitive Continuation - - - 5742 - 7685 - 11-01-2013 - DRS Non-Competitive Continuation - - - 7893 - 10605 - 04-01-2019 - DRS Non-Competitive Continuation - - - 2567 - 9831 - 11-01-2016 - DRS Non-Competitive Continuation - - - 2589 - 10188 - 06-01-2018 - DRS Non-Competitive Continuation - - - 7278 - 10122 - 03-01-2018 - DRS Non-Competitive Continuation - - - 2652 - 10117 - 12-01-2017 - DRS Competitive Continuation - - - 7288 - 10123 - 03-01-2018 - DRS Non-Competitive Continuation - - - 7767 - 10407 - 11-01-2018 - DRS Non-Competitive Continuation - - - 7692 - 10406 - 11-01-2018 - DRS Non-Competitive Continuation - - - 7271 - 10187 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7306 - 10405 - 11-01-2018 - DRS Non-Competitive Continuation - - - 5449 - 8359 - 09-01-2014 - DRS Non-Competitive Continuation - - - 7719 - 10425 - 11-01-2018 - DRS Non-Competitive Continuation - - - 7998 - 10718 - 06-01-2019 - DRS Non-Competitive Continuation - - - 795 - 10192 - 07-01-2018 - DRS Non-Competitive Continuation - - - 784 - 10194 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7272 - 10212 - 07-01-2018 - DRS Non-Competitive Continuation - - - 2648 - 10214 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7687 - 10422 - 11-01-2018 - DRS Non-Competitive Continuation - - - 7689 - 10420 - 11-01-2018 - DRS Non-Competitive Continuation - - - 7693 - 10418 - 11-01-2018 - DRS Non-Competitive Continuation - - - 7292 - 10119 - 12-01-2017 - DRS Non-Competitive Continuation - - - 2636 - 10217 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7698 - 10419 - 11-01-2018 - DRS Non-Competitive Continuation - - - 1311 - 10424 - 11-01-2018 - DRS Non-Competitive Continuation - - - 7696 - 10423 - 11-01-2018 - DRS Non-Competitive Continuation - - - 7688 - 10421 - 11-01-2018 - DRS Non-Competitive Continuation - - - 6053 - 7601 - 09-01-2013 - DRS Non-Competitive Continuation - - - 7764 - 10431 - 11-01-2018 - DRS Non-Competitive Continuation - - - 1320 - 10238 - 07-01-2018 - DRS Non-Competitive Continuation - - - 2629 - 10895 - 07-01-2019 - DRS Competitive Continuation - - - 5308 - 7819 - 01-01-2014 - DRS Non-Competitive Continuation - - - 7225 - 10235 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7290 - 10236 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7289 - 10237 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7198 - 10434 - 12-01-2018 - DRS Non-Competitive Continuation - - - 5122 - 7606 - 09-01-2013 - DRS Non-Competitive Continuation - - - 771 - 10243 - 07-01-2018 - DRS Non-Competitive Continuation - - - 2655 - 10056 - 07-01-2017 - DRS Competitive Continuation - - - 7900 - 10609 - 04-01-2019 - DRS Non-Competitive Continuation - - - 5945 - 7713 - 01-01-2014 - DRS Non-Competitive Continuation - - - 2681 - 10233 - 07-01-2018 - DRS Non-Competitive Continuation - - - 5727 - 8060 - 07-01-2014 - DRS Non-Competitive Continuation - - - 4215 - 8054 - 07-01-2014 - DRS Non-Competitive Continuation - - - 7809 - 10444 - 12-01-2018 - DRS Non-Competitive Continuation - - - 6292 - 7847 - 04-01-2014 - DRS Non-Competitive Continuation - - - 8256 - 10924 - 07-01-2019 - DRS Competitive Continuation - - - 6079 - 8838 - 03-01-2015 - DRS Non-Competitive Continuation - - - 5768 - 9193 - 07-01-2015 - DRS Competitive Continuation - - - 5729 - 8059 - 07-01-2014 - DRS Non-Competitive Continuation - - - 754 - 10451 - 12-01-2018 - DRS Non-Competitive Continuation - - - 1881 - 8136 - 07-01-2014 - DRS Competitive Continuation - - - 2614 - 10273 - 08-01-2018 - DRS Competitive Continuation - - - 7314 - 9535 - 01-01-2016 - DRS Non-Competitive Continuation - - - 9842 - 10124 - 04-01-2018 - DRS Competitive Continuation - - - 4521 - 8795 - 02-01-2015 - DRS Non-Competitive Continuation - - - 7960 - 10739 - 06-01-2019 - DRS Non-Competitive Continuation - - - 3263 - 8982 - 04-01-2015 - DRS Non-Competitive Continuation - - - 7230 - 10280 - 08-01-2018 - DRS Non-Competitive Continuation - - - 7823 - 10469 - 01-01-2019 - DRS Non-Competitive Continuation - - - 7581 - 10275 - 08-01-2018 - DRS Non-Competitive Continuation - - - 7583 - 10286 - 08-01-2018 - DRS Non-Competitive Continuation - - - 1294 - 10067 - 07-01-2017 - DRS Non-Competitive Continuation - - - 7793 - 10486 - 01-01-2019 - DRS Non-Competitive Continuation - - - 7708 - 10487 - 01-01-2019 - DRS Non-Competitive Continuation - - - 2607 - 10479 - 01-01-2019 - DRS Competitive Continuation - - - 7826 - 10483 - 01-01-2019 - DRS Non-Competitive Continuation - - - 7297 - 10307 - 08-01-2018 - DRS Competitive Continuation - - - 1625 - 9449 - 10-01-2015 - DRS Non-Competitive Continuation - - - 7836 - 10481 - 01-01-2019 - DRS Non-Competitive Continuation - - - 7269 - 10309 - 09-01-2018 - DRS Non-Competitive Continuation - - - 7774 - 10480 - 01-01-2019 - DRS Non-Competitive Continuation - - - 2632 - 10308 - 08-01-2018 - DRS Competitive Continuation - - - 7773 - 10482 - 01-01-2019 - DRS Non-Competitive Continuation - - - 7285 - 10484 - 01-01-2019 - DRS Non-Competitive Continuation - - - 7758 - 10478 - 01-01-2019 - DRS Non-Competitive Continuation - - - 7713 - 10485 - 01-01-2019 - DRS Non-Competitive Continuation - - - 2595 - 10525 - 02-01-2019 - DRS Non-Competitive Continuation - - - 7965 - 10839 - 07-01-2019 - DRS Competitive Continuation - - - 1308 - 10355 - 09-01-2018 - DRS Competitive Continuation - - - 7243 - 10337 - 09-01-2018 - DRS Competitive Continuation - - - 2592 - 10527 - 02-01-2019 - DRS Non-Competitive Continuation - - - 2605 - 10524 - 02-01-2019 - DRS Non-Competitive Continuation - - - 2602 - 10526 - 02-01-2019 - DRS Non-Competitive Continuation - - - 2597 - 10528 - 02-01-2019 - DRS Non-Competitive Continuation - - - 2600 - 10534 - 02-01-2019 - DRS Non-Competitive Continuation - - - 2680 - 10374 - 09-01-2018 - DRS Non-Competitive Continuation - - - 2325 - 9451 - 11-01-2015 - DRS Non-Competitive Continuation - - - 7843 - 10531 - 02-01-2019 - DRS Non-Competitive Continuation - - - 2596 - 10542 - 02-01-2019 - DRS Non-Competitive Continuation - - - 7846 - 10538 - 02-01-2019 - DRS Non-Competitive Continuation - - - 2679 - 10377 - 09-30-2018 - DRS Non-Competitive Continuation - - - 7779 - 10540 - 02-01-2019 - DRS Non-Competitive Continuation - - - 5434 - 9450 - 11-01-2015 - DRS Non-Competitive Continuation - - - 7841 - 10541 - 02-01-2019 - DRS Non-Competitive Continuation - - - 7855 - 10543 - 02-01-2019 - DRS Non-Competitive Continuation - - - 7852 - 10539 - 02-01-2019 - DRS Non-Competitive Continuation - - - 1746 - 9088 - 06-01-2015 - DRS Non-Competitive Continuation - - - 6291 - 9083 - 06-01-2015 - DRS Non-Competitive Continuation - - - 4213 - 9086 - 07-01-2015 - DRS Non-Competitive Continuation - - - 7113 - 9089 - 06-01-2015 - DRS Non-Competitive Continuation - - - 6453 - 9080 - 06-01-2015 - DRS Non-Competitive Continuation - - - 5889 - 9074 - 06-01-2015 - DRS Non-Competitive Continuation - - - 4764 - 9084 - 06-01-2015 - DRS Non-Competitive Continuation - - - 5885 - 9090 - 07-01-2015 - DRS Non-Competitive Continuation - - - 2610 - 10532 - 02-01-2019 - DRS Non-Competitive Continuation - - - 5572 - 8131 - 07-01-2014 - DRS Competitive Continuation - - - 7810 - 10548 - 02-01-2019 - DRS Non-Competitive Continuation - - - 7303 - 10544 - 02-01-2019 - DRS Non-Competitive Continuation - - - 5888 - 7584 - 08-01-2013 - DRS Non-Competitive Continuation - - - 5294 - 7633 - 09-01-2013 - DRS Non-Competitive Continuation - - - 4212 - 7979 - 07-01-2014 - DRS Non-Competitive Continuation - - - 7842 - 10567 - 03-01-2019 - DRS Non-Competitive Continuation - - - 1703 - 8121 - 07-01-2014 - DRS Competitive Continuation - - - 2294 - 8384 - 09-01-2014 - DRS Non-Competitive Continuation - - - 2603 - 10565 - 03-01-2019 - DRS Non-Competitive Continuation - - - 5248 - 8130 - 07-01-2014 - DRS Competitive Continuation - - - 7861 - 10570 - 03-01-2019 - DRS Non-Competitive Continuation - - - 7868 - 10572 - 03-01-2019 - DRS Non-Competitive Continuation - - - 7619 - 10571 - 03-01-2019 - DRS Non-Competitive Continuation - - - 7780 - 10573 - 03-01-2019 - DRS Non-Competitive Continuation - - - 5458 - 9100 - 07-01-2015 - DRS Non-Competitive Continuation - - - 5814 - 9108 - 07-01-2015 - DRS Non-Competitive Continuation - - - 7879 - 10583 - 03-01-2019 - DRS Non-Competitive Continuation - - - 8270 - 11055 - 07-01-2019 - DRS Competitive Continuation - - - 8001 - 10587 - 03-01-2019 - DRS Non-Competitive Continuation - - - 7915 - 10598 - 04-01-2019 - DRS Non-Competitive Continuation - - - 1319 - 10586 - 03-01-2019 - DRS Non-Competitive Continuation - - - 8324 - 10581 - 03-01-2019 - DRS Non-Competitive Continuation - - - 7888 - 10578 - 03-01-2019 - DRS Non-Competitive Continuation - - - 5405 - 9455 - 11-01-2015 - DRS Non-Competitive Continuation - - - 5979 - 7233 - 07-01-2013 - DRS Non-Competitive Continuation - - - 8057 - 11031 - 07-01-2019 - DRS Competitive Continuation - - - 7988 - 10627 - 04-01-2019 - DRS Non-Competitive Continuation - - - 2656 - 10051 - 07-01-2017 - DRS Competitive Continuation - - - 5130 - 7828 - 01-01-2014 - DRS Non-Competitive Continuation - - - 7999 - 10646 - 04-01-2019 - DRS Non-Competitive Continuation - - - 7847 - 10662 - 04-01-2019 - DRS Non-Competitive Continuation - - - 7954 - 10736 - 06-01-2019 - DRS Non-Competitive Continuation - - - 7921 - 10685 - 04-01-2019 - DRS Non-Competitive Continuation - - - 1316 - 10676 - 04-01-2019 - DRS Non-Competitive Continuation - - - 1315 - 10680 - 04-01-2019 - DRS Non-Competitive Continuation - - - 7588 - 10682 - 04-01-2019 - DRS Non-Competitive Continuation - - - 6796 - 7874 - 04-01-2014 - DRS Non-Competitive Continuation - - - 7833 - 10696 - 04-01-2019 - DRS Non-Competitive Continuation - - - 7918 - 10714 - 05-01-2019 - DRS Non-Competitive Continuation - - - 6441 - 7588 - 08-01-2013 - DRS Competitive Continuation - - - 7945 - 10715 - 05-01-2019 - DRS Non-Competitive Continuation - - - 7946 - 10716 - 05-01-2019 - DRS Non-Competitive Continuation - - - 8002 - 10711 - 05-01-2019 - DRS Non-Competitive Continuation - - - 7909 - 10717 - 05-01-2019 - DRS Non-Competitive Continuation - - - 2604 - 10720 - 05-01-2019 - DRS Non-Competitive Continuation - - - 751 - 10722 - 05-01-2019 - DRS Non-Competitive Continuation - - - 7851 - 10738 - 06-01-2019 - DRS Non-Competitive Continuation - - - 7249 - 10729 - 05-01-2019 - DRS Competitive Continuation - - - 7071 - 7249 - 07-01-2013 - DRS Competitive Continuation - - - 6926 - 7593 - 08-01-2013 - DRS Non-Competitive Continuation - - - 7911 - 10719 - 05-01-2019 - DRS Non-Competitive Continuation - - - 6102 - 9679 - 07-01-2016 - DRS Competitive Continuation - - - 7997 - 10724 - 06-01-2019 - DRS Non-Competitive Continuation - - - 7246 - 10399 - 10-01-2018 - DRS Non-Competitive Continuation - - - 8097 - 10721 - 05-01-2019 - DRS Non-Competitive Continuation - - - 7298 - 10069 - 07-01-2017 - DRS Competitive Continuation - - - 6067 - 9657 - 07-01-2016 - DRS Competitive Continuation - - - 5277 - 8356 - 08-01-2014 - DRS Non-Competitive Continuation - - - 6062 - 9670 - 07-01-2016 - DRS Competitive Continuation - - - 7958 - 10732 - 06-01-2019 - DRS Non-Competitive Continuation - - - 2594 - 10177 - 07-01-2018 - DRS Non-Competitive Continuation - - - 8096 - 10723 - 05-01-2019 - DRS Non-Competitive Continuation - - - 4782 - 9680 - 07-01-2016 - DRS Competitive Continuation - - - 4776 - 9650 - 07-01-2016 - DRS Competitive Continuation - - - 5579 - 9460 - 11-01-2015 - DRS Non-Competitive Continuation - - - 7710 - 10400 - 11-01-2018 - DRS Non-Competitive Continuation - - - 6534 - 8361 - 09-01-2014 - DRS Non-Competitive Continuation - - - 7848 - 10521 - 02-01-2019 - DRS Non-Competitive Continuation - - - 2599 - 10523 - 02-01-2019 - DRS Non-Competitive Continuation - - - 7241 - 10344 - 09-01-2018 - DRS Competitive Continuation - - - 7824 - 10459 - 01-01-2019 - DRS Non-Competitive Continuation - - - 7844 - 10516 - 02-01-2019 - DRS Non-Competitive Continuation - - - 6069 - 8463 - 12-01-2014 - DRS Non-Competitive Continuation - - - 7253 - 10345 - 09-01-2018 - DRS Competitive Continuation - - - 1885 - 8741 - 02-01-2015 - DRS Non-Competitive Continuation - - - 6906 - 9338 - 08-01-2015 - DRS Non-Competitive Continuation - - - 6701 - 9732 - 07-01-2016 - DRS Competitive Continuation - - - 6916 - 10182 - 06-01-2018 - DRS Competitive Continuation - - - 752 - 10189 - 06-01-2018 - DRS Non-Competitive Continuation - - - 760 - 10246 - 07-01-2018 - DRS Non-Competitive Continuation - - - 1318 - 10240 - 07-01-2018 - DRS Non-Competitive Continuation - - - 761 - 10242 - 07-01-2018 - DRS Non-Competitive Continuation - - - 2665 - 10247 - 07-01-2018 - DRS Non-Competitive Continuation - - - 2675 - 10245 - 07-01-2018 - DRS Non-Competitive Continuation - - - 764 - 10248 - 07-01-2018 - DRS Non-Competitive Continuation - - - 758 - 10251 - 07-01-2018 - DRS Non-Competitive Continuation - - - 2676 - 10252 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7294 - 10274 - 08-01-2018 - DRS Non-Competitive Continuation - - - 7214 - 10296 - 08-01-2018 - DRS Non-Competitive Continuation - - - 7211 - 10300 - 08-01-2018 - DRS Competitive Continuation - - - 759 - 10298 - 08-01-2018 - DRS Competitive Continuation - - - 763 - 10328 - 08-01-2018 - DRS Competitive Continuation - - - 7212 - 10329 - 08-01-2018 - DRS Competitive Continuation - - - 2590 - 10333 - 08-01-2018 - DRS Competitive Continuation - - - 2682 - 10356 - 09-01-2018 - DRS Non-Competitive Continuation - - - 7228 - 10500 - 01-01-2019 - DRS Non-Competitive Continuation - - - 6858 - 8331 - 09-01-2014 - DRS Non-Competitive Continuation - - - 2666 - 10253 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7215 - 10268 - 08-01-2018 - DRS Non-Competitive Continuation - - - 7789 - 10498 - 01-01-2019 - DRS Non-Competitive Continuation - - - 7791 - 10506 - 01-01-2019 - DRS Non-Competitive Continuation - - - 7209 - 10507 - 01-01-2019 - DRS Non-Competitive Continuation - - - 6382 - 9217 - 07-01-2015 - DRS Competitive Continuation - - - 1958 - 7958 - 06-01-2014 - DRS Non-Competitive Continuation - - - 7790 - 10496 - 01-01-2019 - DRS Non-Competitive Continuation - - - 7788 - 10509 - 01-01-2019 - DRS Non-Competitive Continuation - - - 7799 - 10552 - 02-01-2019 - DRS Non-Competitive Continuation - - - 1859 - 9219 - 07-01-2015 - DRS Competitive Continuation - - - 6902 - 8946 - 04-01-2015 - DRS Non-Competitive Continuation - - - 6700 - 9230 - 07-01-2015 - DRS Non-Competitive Continuation - - - 6899 - 9238 - 07-01-2015 - DRS Competitive Continuation - - - 7099 - 9183 - 07-01-2015 - DRS Competitive Continuation - - - 6571 - 8947 - 04-01-2015 - DRS Non-Competitive Continuation - - - 1570 - 9221 - 07-01-2015 - DRS Competitive Continuation - - - 2443 - 9215 - 07-01-2015 - DRS Non-Competitive Continuation - - - 6910 - 9235 - 07-01-2015 - DRS Competitive Continuation - - - 2584 - 10053 - 07-01-2017 - DRS Non-Competitive Continuation - - - 5525 - 7616 - 02-01-2014 - DRS Non-Competitive Continuation - - - 5472 - 7632 - 09-01-2013 - DRS Non-Competitive Continuation - - - 5278 - 9351 - 08-01-2015 - DRS Non-Competitive Continuation - - - 5724 - 8030 - 07-01-2014 - DRS Competitive Continuation - - - 3712 - 8503 - 01-01-2015 - DRS Non-Competitive Continuation - - - 3569 - 8638 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5650 - 9356 - 08-01-2015 - DRS Non-Competitive Continuation - - - 5313 - 9354 - 08-01-2015 - DRS Non-Competitive Continuation - - - 4707 - 8646 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5614 - 9337 - 08-01-2015 - DRS Non-Competitive Continuation - - - 5439 - 9704 - 07-01-2016 - DRS Competitive Continuation - - - 2581 - 8649 - 01-01-2015 - DRS Non-Competitive Continuation - - - 2301 - 9698 - 07-01-2016 - DRS Competitive Continuation - - - 5621 - 9738 - 07-01-2016 - DRS Competitive Continuation - - - 5444 - 9711 - 07-01-2016 - DRS Competitive Continuation - - - 5628 - 9713 - 07-01-2016 - DRS Competitive Continuation - - - 3566 - 9712 - 07-01-2016 - DRS Competitive Continuation - - - 2639 - 10055 - 07-01-2017 - DRS Competitive Continuation - - - 791 - 10125 - 04-01-2018 - DRS Non-Competitive Continuation - - - 7274 - 10176 - 07-01-2018 - DRS Non-Competitive Continuation - - - 789 - 10249 - 07-01-2018 - DRS Non-Competitive Continuation - - - 796 - 10323 - 08-01-2018 - DRS Competitive Continuation - - - 2446 - 9701 - 07-01-2016 - DRS Competitive Continuation - - - 6416 - 9715 - 07-01-2016 - DRS Competitive Continuation - - - 6950 - 8644 - 02-01-2015 - DRS Non-Competitive Continuation - - - 5644 - 9708 - 07-01-2016 - DRS Competitive Continuation - - - 490 - 9697 - 07-01-2016 - DRS Competitive Continuation - - - 792 - 10250 - 07-01-2018 - DRS Non-Competitive Continuation - - - 6418 - 9702 - 07-01-2016 - DRS Competitive Continuation - - - 7296 - 10324 - 08-01-2018 - DRS Competitive Continuation - - - 786 - 10295 - 08-01-2018 - DRS Competitive Continuation - - - 5414 - 9695 - 07-01-2016 - DRS Competitive Continuation - - - 5815 - 9709 - 07-01-2016 - DRS Competitive Continuation - - - 7270 - 10357 - 09-01-2018 - DRS Competitive Continuation - - - 7631 - 10359 - 09-01-2018 - DRS Non-Competitive Continuation - - - 7273 - 10363 - 09-01-2018 - DRS Competitive Continuation - - - 7630 - 10348 - 09-01-2018 - DRS Non-Competitive Continuation - - - 7632 - 10370 - 09-01-2018 - DRS Non-Competitive Continuation - - - 7703 - 10411 - 10-01-2018 - DRS Non-Competitive Continuation - - - 1305 - 10297 - 08-01-2018 - DRS Competitive Continuation - - - 7803 - 10441 - 12-01-2018 - DRS Non-Competitive Continuation - - - 7815 - 10440 - 12-01-2018 - DRS Non-Competitive Continuation - - - 7802 - 10439 - 12-01-2018 - DRS Non-Competitive Continuation - - - 2683 - 10452 - 12-01-2018 - DRS Non-Competitive Continuation - - - 5782 - 9212 - 07-01-2015 - DRS Competitive Continuation - - - 5452 - 8141 - 07-01-2014 - DRS Non-Competitive Continuation - - - 5658 - 8032 - 06-01-2014 - DRS Non-Competitive Continuation - - - 5760 - 9461 - 11-01-2015 - DRS Non-Competitive Continuation - - - 6086 - 8103 - 07-01-2014 - DRS Non-Competitive Continuation - - - 5635 - 9244 - 07-01-2015 - DRS Competitive Continuation - - - 7604 - 10290 - 08-01-2018 - DRS Non-Competitive Continuation - - - 790 - 10362 - 09-01-2018 - DRS Competitive Continuation - - - 5490 - 9231 - 07-01-2015 - DRS Competitive Continuation - - - 797 - 10388 - 09-30-2018 - DRS Competitive Continuation - - - 5280 - 9199 - 07-01-2015 - DRS Competitive Continuation - - - 1577 - 8075 - 06-01-2014 - DRS Non-Competitive Continuation - - - 5780 - 8033 - 06-01-2014 - DRS Non-Competitive Continuation - - - 6415 - 8260 - 07-01-2014 - DRS Competitive Continuation - - - 5786 - 8321 - 07-01-2014 - DRS Competitive Continuation - - - 1750 - 8152 - 07-01-2014 - DRS Non-Competitive Continuation - - - 5473 - 8380 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5648 - 8256 - 07-01-2014 - DRS Competitive Continuation - - - 1598 - 8332 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5639 - 7889 - 03-01-2014 - DRS Non-Competitive Continuation - - - 3727 - 8255 - 07-01-2014 - DRS Competitive Continuation - - - 5478 - 8341 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5474 - 8351 - 08-01-2014 - DRS Non-Competitive Continuation - - - 3709 - 8517 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5267 - 8147 - 07-01-2014 - DRS Non-Competitive Continuation - - - 5799 - 8017 - 06-01-2014 - DRS Non-Competitive Continuation - - - 5792 - 8023 - 06-01-2014 - DRS Non-Competitive Continuation - - - 3716 - 8518 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5778 - 7629 - 09-01-2013 - DRS Non-Competitive Continuation - - - 5640 - 7821 - 01-01-2014 - DRS Non-Competitive Continuation - - - 5398 - 8432 - 10-01-2014 - DRS Non-Competitive Continuation - - - 5409 - 8435 - 10-01-2014 - DRS Non-Competitive Continuation - - - 6396 - 8355 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5748 - 9459 - 11-01-2015 - DRS Non-Competitive Continuation - - - 5275 - 8924 - 03-01-2015 - DRS Non-Competitive Continuation - - - 6631 - 7901 - 04-01-2014 - DRS Non-Competitive Continuation - - - 6618 - 9251 - 07-01-2015 - DRS Competitive Continuation - - - 1873 - 8608 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6408 - 9098 - 06-01-2015 - DRS Competitive Continuation - - - 6412 - 9097 - 07-01-2015 - DRS Non-Competitive Continuation - - - 5283 - 8519 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5631 - 8764 - 02-01-2015 - DRS Non-Competitive Continuation - - - 5793 - 9103 - 06-01-2015 - DRS Competitive Continuation - - - 5440 - 8438 - 11-01-2014 - DRS Non-Competitive Continuation - - - 5615 - 9077 - 06-01-2015 - DRS Non-Competitive Continuation - - - 4584 - 8767 - 02-01-2015 - DRS Non-Competitive Continuation - - - 6547 - 7964 - 07-01-2014 - DRS Non-Competitive Continuation - - - 4238 - 9302 - 08-01-2015 - DRS Non-Competitive Continuation - - - 6651 - 9307 - 08-01-2015 - DRS Non-Competitive Continuation - - - 3600 - 9211 - 07-01-2015 - DRS Non-Competitive Continuation - - - 4940 - 9191 - 07-01-2015 - DRS Non-Competitive Continuation - - - 6657 - 9196 - 07-01-2015 - DRS Non-Competitive Continuation - - - 6629 - 9331 - 08-01-2015 - DRS Non-Competitive Continuation - - - 6477 - 9388 - 09-01-2015 - DRS Non-Competitive Continuation - - - 5962 - 9488 - 12-01-2015 - DRS Non-Competitive Continuation - - - 6476 - 9509 - 01-01-2016 - DRS Non-Competitive Continuation - - - 4928 - 9646 - 08-01-2016 - DRS Competitive Continuation - - - 5958 - 9340 - 08-01-2015 - DRS Non-Competitive Continuation - - - 5319 - 7586 - 09-01-2013 - DRS Non-Competitive Continuation - - - 5951 - 9664 - 07-01-2016 - DRS Competitive Continuation - - - 5950 - 9649 - 07-01-2016 - DRS Competitive Continuation - - - 5819 - 9678 - 07-01-2016 - DRS Competitive Continuation - - - 2293 - 9700 - 07-01-2016 - DRS Competitive Continuation - - - 6645 - 9662 - 07-01-2016 - DRS Competitive Continuation - - - 6628 - 9336 - 08-01-2015 - DRS Non-Competitive Continuation - - - 4254 - 9365 - 09-01-2015 - DRS Non-Competitive Continuation - - - 6461 - 9341 - 08-01-2015 - DRS Non-Competitive Continuation - - - 4930 - 9645 - 07-01-2016 - DRS Competitive Continuation - - - 5764 - 9565 - 02-01-2016 - DRS Non-Competitive Continuation - - - 6786 - 9330 - 08-01-2015 - DRS Non-Competitive Continuation - - - 5576 - 9457 - 11-01-2015 - DRS Non-Competitive Continuation - - - 4939 - 9685 - 07-01-2016 - DRS Competitive Continuation - - - 6112 - 9275 - 07-01-2015 - DRS Competitive Continuation - - - 5947 - 9677 - 07-01-2016 - DRS Competitive Continuation - - - 6641 - 9690 - 07-01-2016 - DRS Competitive Continuation - - - 6333 - 9682 - 07-01-2016 - DRS Competitive Continuation - - - 7262 - 10170 - 05-01-2018 - DRS Non-Competitive Continuation - - - 7255 - 10278 - 08-01-2018 - DRS Competitive Continuation - - - 6653 - 9665 - 07-01-2016 - DRS Competitive Continuation - - - 5761 - 9696 - 07-01-2016 - DRS Competitive Continuation - - - 6480 - 9746 - 08-01-2016 - DRS Non-Competitive Continuation - - - 7239 - 10121 - 01-01-2018 - DRS Non-Competitive Continuation - - - 2673 - 10171 - 05-01-2018 - DRS Non-Competitive Continuation - - - 2646 - 10180 - 06-01-2018 - DRS Non-Competitive Continuation - - - 7235 - 10215 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7236 - 10221 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7231 - 10222 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7307 - 10225 - 07-01-2018 - DRS Non-Competitive Continuation - - - 766 - 10224 - 07-01-2018 - DRS Non-Competitive Continuation - - - 2670 - 10226 - 07-01-2018 - DRS Non-Competitive Continuation - - - 2671 - 10230 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7248 - 10283 - 08-01-2018 - DRS Competitive Continuation - - - 769 - 10281 - 08-01-2018 - DRS Competitive Continuation - - - 7234 - 10284 - 08-01-2018 - DRS Competitive Continuation - - - 7261 - 10277 - 08-01-2018 - DRS Competitive Continuation - - - 7232 - 10276 - 08-01-2018 - DRS Competitive Continuation - - - 767 - 10282 - 08-01-2018 - DRS Competitive Continuation - - - 2642 - 10279 - 08-01-2018 - DRS Competitive Continuation - - - 802 - 10354 - 09-01-2018 - DRS Non-Competitive Continuation - - - 7254 - 10402 - 11-01-2018 - DRS Non-Competitive Continuation - - - 7685 - 10401 - 11-01-2018 - DRS Non-Competitive Continuation - - - 768 - 10409 - 11-01-2018 - DRS Non-Competitive Continuation - - - 2643 - 10413 - 11-01-2018 - DRS Non-Competitive Continuation - - - 7686 - 10410 - 11-01-2018 - DRS Non-Competitive Continuation - - - 7690 - 10428 - 11-01-2018 - DRS Non-Competitive Continuation - - - 7701 - 10453 - 12-01-2018 - DRS Non-Competitive Continuation - - - 7711 - 10475 - 01-01-2019 - DRS Non-Competitive Continuation - - - 7245 - 10489 - 01-01-2019 - DRS Non-Competitive Continuation - - - 7258 - 10488 - 01-01-2019 - DRS Non-Competitive Continuation - - - 765 - 10503 - 01-01-2019 - DRS Non-Competitive Continuation - - - 7260 - 10502 - 01-01-2019 - DRS Non-Competitive Continuation - - - 7709 - 10501 - 01-01-2019 - DRS Non-Competitive Continuation - - - 2667 - 10522 - 02-01-2019 - DRS Non-Competitive Continuation - - - 7257 - 10551 - 02-01-2019 - DRS Non-Competitive Continuation - - - 7250 - 10550 - 02-01-2019 - DRS Non-Competitive Continuation - - - 7251 - 10568 - 03-01-2019 - DRS Non-Competitive Continuation - - - 7839 - 10569 - 03-01-2019 - DRS Non-Competitive Continuation - - - 2672 - 10566 - 03-01-2019 - DRS Non-Competitive Continuation - - - 7838 - 10576 - 03-01-2019 - DRS Non-Competitive Continuation - - - 7969 - 10591 - 04-01-2019 - DRS Non-Competitive Continuation - - - 5957 - 9214 - 07-01-2015 - DRS Non-Competitive Continuation - - - 4954 - 9247 - 07-01-2015 - DRS Non-Competitive Continuation - - - 6494 - 9216 - 07-01-2015 - DRS Non-Competitive Continuation - - - 7878 - 10602 - 04-01-2019 - DRS Non-Competitive Continuation - - - 7897 - 10693 - 04-01-2019 - DRS Non-Competitive Continuation - - - 6634 - 7968 - 07-01-2014 - DRS Non-Competitive Continuation - - - 7989 - 10694 - 04-01-2019 - DRS Non-Competitive Continuation - - - 7874 - 10690 - 04-01-2019 - DRS Non-Competitive Continuation - - - 2669 - 10695 - 04-01-2019 - DRS Non-Competitive Continuation - - - 7898 - 10691 - 04-01-2019 - DRS Non-Competitive Continuation - - - 7902 - 10700 - 04-01-2019 - DRS Non-Competitive Continuation - - - 7895 - 10705 - 05-01-2019 - DRS Non-Competitive Continuation - - - 7873 - 10704 - 05-01-2019 - DRS Non-Competitive Continuation - - - 7877 - 10709 - 05-01-2019 - DRS Non-Competitive Continuation - - - 7876 - 10712 - 05-01-2019 - DRS Non-Competitive Continuation - - - 7899 - 10713 - 05-01-2019 - DRS Non-Competitive Continuation - - - 4932 - 9190 - 07-01-2015 - DRS Competitive Continuation - - - 5969 - 9167 - 07-01-2015 - DRS Non-Competitive Continuation - - - 5757 - 9266 - 07-01-2015 - DRS Competitive Continuation - - - 5966 - 9292 - 07-01-2015 - DRS Non-Competitive Continuation - - - 6633 - 8313 - 09-01-2014 - DRS Non-Competitive Continuation - - - 4956 - 8469 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6473 - 8315 - 08-01-2014 - DRS Non-Competitive Continuation - - - 1827 - 7978 - 07-01-2014 - DRS Non-Competitive Continuation - - - 6655 - 8095 - 07-01-2014 - DRS Competitive Continuation - - - 6621 - 9220 - 07-01-2015 - DRS Competitive Continuation - - - 5106 - 8314 - 08-01-2014 - DRS Non-Competitive Continuation - - - 6468 - 8471 - 01-01-2015 - DRS Non-Competitive Continuation - - - 4253 - 8311 - 09-01-2014 - DRS Non-Competitive Continuation - - - 4242 - 8312 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5749 - 8411 - 11-01-2014 - DRS Non-Competitive Continuation - - - 4959 - 8731 - 03-01-2015 - DRS Non-Competitive Continuation - - - 4183 - 8472 - 01-01-2015 - DRS Non-Competitive Continuation - - - 4958 - 8734 - 03-01-2015 - DRS Non-Competitive Continuation - - - 4937 - 8738 - 02-01-2015 - DRS Non-Competitive Continuation - - - 5100 - 8476 - 01-01-2015 - DRS Non-Competitive Continuation - - - 3606 - 8461 - 01-01-2015 - DRS Non-Competitive Continuation - - - 4960 - 8732 - 02-01-2015 - DRS Non-Competitive Continuation - - - 6647 - 9263 - 07-01-2015 - DRS Competitive Continuation - - - 6792 - 8513 - 12-01-2014 - DRS Non-Competitive Continuation - - - 6632 - 8736 - 04-01-2015 - DRS Non-Competitive Continuation - - - 5104 - 8735 - 04-01-2015 - DRS Non-Competitive Continuation - - - 6626 - 8998 - 05-01-2015 - DRS Non-Competitive Continuation - - - 5101 - 8739 - 02-01-2015 - DRS Non-Competitive Continuation - - - 6470 - 8460 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6492 - 8016 - 07-01-2014 - DRS Competitive Continuation - - - 6797 - 7976 - 07-01-2014 - DRS Non-Competitive Continuation - - - 5610 - 8003 - 06-01-2014 - DRS Non-Competitive Continuation - - - 5728 - 8327 - 08-01-2014 - DRS Non-Competitive Continuation - - - 6059 - 7951 - 06-01-2014 - DRS Non-Competitive Continuation - - - 6041 - 7950 - 07-01-2014 - DRS Non-Competitive Continuation - - - 6788 - 7982 - 06-01-2014 - DRS Non-Competitive Continuation - - - 2684 - 10057 - 07-01-2017 - DRS Non-Competitive Continuation - - - 6575 - 8038 - 07-01-2014 - DRS Competitive Continuation - - - 5946 - 8733 - 04-01-2015 - DRS Non-Competitive Continuation - - - 5103 - 8477 - 01-01-2015 - DRS Non-Competitive Continuation - - - 7305 - 10058 - 07-01-2017 - DRS Non-Competitive Continuation - - - 5108 - 7970 - 07-01-2014 - DRS Competitive Continuation - - - 6334 - 9076 - 06-01-2015 - DRS Non-Competitive Continuation - - - 6556 - 8441 - 12-01-2014 - DRS Non-Competitive Continuation - - - 4590 - 9264 - 07-01-2015 - DRS Competitive Continuation - - - 6536 - 8042 - 06-01-2014 - DRS Non-Competitive Continuation - - - 1965 - 8101 - 07-01-2014 - DRS Non-Competitive Continuation - - - 5972 - 7980 - 07-01-2014 - DRS Non-Competitive Continuation - - - 4938 - 7981 - 07-01-2014 - DRS Non-Competitive Continuation - - - 5197 - 9265 - 07-01-2015 - DRS Competitive Continuation - - - 4644 - 9272 - 07-01-2015 - DRS Competitive Continuation - - - 3571 - 8614 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5329 - 8545 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5960 - 7962 - 06-01-2014 - DRS Non-Competitive Continuation - - - 5128 - 9714 - 07-01-2016 - DRS Competitive Continuation - - - 6591 - 9724 - 07-01-2016 - DRS Competitive Continuation - - - 4654 - 9722 - 07-01-2016 - DRS Competitive Continuation - - - 5776 - 9482 - 11-01-2015 - DRS Non-Competitive Continuation - - - 6130 - 9731 - 07-01-2016 - DRS Competitive Continuation - - - 6599 - 9721 - 07-01-2016 - DRS Competitive Continuation - - - 4645 - 9735 - 07-01-2016 - DRS Competitive Continuation - - - 6138 - 9723 - 07-01-2016 - DRS Competitive Continuation - - - 1889 - 9728 - 07-01-2016 - DRS Competitive Continuation - - - 6131 - 9730 - 07-01-2016 - DRS Competitive Continuation - - - 4660 - 9729 - 07-01-2016 - DRS Competitive Continuation - - - 3564 - 9393 - 09-01-2015 - DRS Non-Competitive Continuation - - - 7275 - 10229 - 07-01-2018 - DRS Non-Competitive Continuation - - - 777 - 10244 - 07-01-2018 - DRS Non-Competitive Continuation - - - 782 - 10257 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7600 - 10269 - 08-01-2018 - DRS Non-Competitive Continuation - - - 4655 - 9268 - 07-01-2015 - DRS Competitive Continuation - - - 8265 - 9834 - 11-01-2016 - DRS Non-Competitive Continuation - - - 3573 - 8609 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6103 - 9720 - 07-01-2016 - DRS Competitive Continuation - - - 6088 - 8098 - 07-01-2014 - DRS Non-Competitive Continuation - - - 7095 - 9363 - 09-01-2015 - DRS Non-Competitive Continuation - - - 799 - 10285 - 08-01-2018 - DRS Non-Competitive Continuation - - - 7606 - 10340 - 09-01-2018 - DRS Non-Competitive Continuation - - - 7608 - 10336 - 09-01-2018 - DRS Non-Competitive Continuation - - - 7634 - 10346 - 09-01-2018 - DRS Non-Competitive Continuation - - - 780 - 10351 - 09-01-2018 - DRS Competitive Continuation - - - 7613 - 10349 - 09-01-2018 - DRS Non-Competitive Continuation - - - 775 - 10367 - 09-01-2018 - DRS Competitive Continuation - - - 774 - 10364 - 09-01-2018 - DRS Competitive Continuation - - - 7268 - 10365 - 09-01-2018 - DRS Competitive Continuation - - - 788 - 10371 - 09-01-2018 - DRS Competitive Continuation - - - 2631 - 10429 - 11-01-2018 - DRS Non-Competitive Continuation - - - 7806 - 10455 - 12-01-2018 - DRS Non-Competitive Continuation - - - 7813 - 10457 - 12-01-2018 - DRS Non-Competitive Continuation - - - 2633 - 10464 - 12-01-2018 - DRS Non-Competitive Continuation - - - 2640 - 10471 - 01-01-2019 - DRS Non-Competitive Continuation - - - 779 - 10559 - 02-01-2019 - DRS Non-Competitive Continuation - - - 5396 - 8428 - 11-01-2014 - DRS Non-Competitive Continuation - - - 5426 - 8434 - 10-01-2014 - DRS Non-Competitive Continuation - - - 5265 - 8427 - 11-01-2014 - DRS Non-Competitive Continuation - - - 5403 - 8449 - 11-01-2014 - DRS Non-Competitive Continuation - - - 6466 - 8474 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6072 - 8106 - 07-01-2014 - DRS Competitive Continuation - - - 3603 - 8468 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6487 - 8475 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5406 - 9484 - 11-01-2015 - DRS Non-Competitive Continuation - - - 6885 - 8508 - 01-01-2015 - DRS Non-Competitive Continuation - - - 2626 - 10557 - 02-01-2019 - DRS Non-Competitive Continuation - - - 778 - 10562 - 02-01-2019 - DRS Non-Competitive Continuation - - - 7276 - 10561 - 02-01-2019 - DRS Non-Competitive Continuation - - - 7265 - 10563 - 02-01-2019 - DRS Non-Competitive Continuation - - - 7865 - 10564 - 02-01-2019 - DRS Non-Competitive Continuation - - - 5770 - 8074 - 06-01-2014 - DRS Non-Competitive Continuation - - - 6134 - 8070 - 06-01-2014 - DRS Non-Competitive Continuation - - - 7115 - 8158 - 07-01-2014 - DRS Non-Competitive Continuation - - - 2023 - 7718 - 11-01-2013 - DRS Non-Competitive Continuation - - - 6457 - 7796 - 01-01-2014 - DRS Non-Competitive Continuation - - - 7118 - 9228 - 07-01-2015 - DRS Non-Competitive Continuation - - - 1580 - 8377 - 09-01-2014 - DRS Non-Competitive Continuation - - - 4656 - 8386 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5132 - 9177 - 07-01-2015 - DRS Non-Competitive Continuation - - - 6104 - 9175 - 07-01-2015 - DRS Competitive Continuation - - - 7114 - 9213 - 07-01-2015 - DRS Competitive Continuation - - - 7120 - 9270 - 07-01-2015 - DRS Non-Competitive Continuation - - - 5124 - 9189 - 07-01-2015 - DRS Competitive Continuation - - - 7754 - 10497 - 01-01-2019 - DRS Non-Competitive Continuation - - - 4638 - 9252 - 07-01-2015 - DRS Non-Competitive Continuation - - - 2140 - 8372 - 09-01-2014 - DRS Non-Competitive Continuation - - - 4647 - 8350 - 08-01-2014 - DRS Non-Competitive Continuation - - - 6595 - 8343 - 08-01-2014 - DRS Non-Competitive Continuation - - - 6123 - 8374 - 09-01-2014 - DRS Non-Competitive Continuation - - - 2037 - 8770 - 02-01-2015 - DRS Non-Competitive Continuation - - - 5773 - 8270 - 07-01-2014 - DRS Competitive Continuation - - - 4641 - 7617 - 09-01-2013 - DRS Non-Competitive Continuation - - - 5119 - 8657 - 01-01-2015 - DRS Non-Competitive Continuation - - - 4657 - 7614 - 09-01-2013 - DRS Non-Competitive Continuation - - - 5133 - 8166 - 07-01-2014 - DRS Competitive Continuation - - - 6954 - 8149 - 07-01-2014 - DRS Competitive Continuation - - - 5134 - 8482 - 12-01-2014 - DRS Non-Competitive Continuation - - - 6125 - 8481 - 12-01-2014 - DRS Non-Competitive Continuation - - - 7102 - 8642 - 01-01-2015 - DRS Non-Competitive Continuation - - - 3721 - 8613 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6593 - 8745 - 02-01-2015 - DRS Non-Competitive Continuation - - - 3584 - 8572 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5129 - 8768 - 02-01-2015 - DRS Non-Competitive Continuation - - - 5125 - 8172 - 07-01-2014 - DRS Competitive Continuation - - - 1861 - 8493 - 12-01-2014 - DRS Non-Competitive Continuation - - - 6107 - 8132 - 07-01-2014 - DRS Competitive Continuation - - - 4189 - 8774 - 03-01-2015 - DRS Non-Competitive Continuation - - - 6584 - 8888 - 03-01-2015 - DRS Non-Competitive Continuation - - - 4927 - 7837 - 03-01-2014 - DRS Non-Competitive Continuation - - - 7045 - 8761 - 02-01-2015 - DRS Non-Competitive Continuation - - - 6596 - 8909 - 04-01-2015 - DRS Non-Competitive Continuation - - - 5116 - 8911 - 04-01-2015 - DRS Non-Competitive Continuation - - - 6135 - 8865 - 04-01-2015 - DRS Non-Competitive Continuation - - - 6582 - 8886 - 03-01-2015 - DRS Non-Competitive Continuation - - - 2412 - 8880 - 03-01-2015 - DRS Non-Competitive Continuation - - - 6928 - 7905 - 04-01-2014 - DRS Non-Competitive Continuation - - - 2440 - 9637 - 07-01-2016 - DRS Competitive Continuation - - - 1517 - 9374 - 09-01-2015 - DRS Non-Competitive Continuation - - - 6919 - 9655 - 07-01-2016 - DRS Competitive Continuation - - - 7266 - 10118 - 11-01-2017 - DRS Non-Competitive Continuation - - - 7300 - 10174 - 06-01-2018 - DRS Non-Competitive Continuation - - - 781 - 10200 - 07-01-2018 - DRS Non-Competitive Continuation - - - 785 - 10227 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7593 - 10265 - 08-01-2018 - DRS Non-Competitive Continuation - - - 7592 - 10267 - 08-01-2018 - DRS Non-Competitive Continuation - - - 6923 - 9267 - 07-01-2015 - DRS Competitive Continuation - - - 7904 - 10588 - 04-01-2019 - DRS Non-Competitive Continuation - - - 6776 - 7856 - 02-01-2014 - DRS Non-Competitive Continuation - - - 1619 - 8353 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5252 - 9465 - 11-01-2015 - DRS Non-Competitive Continuation - - - 6761 - 9197 - 07-01-2015 - DRS Non-Competitive Continuation - - - 8104 - 10467 - 01-01-2019 - DRS Non-Competitive Continuation - - - 6941 - 9204 - 07-01-2015 - DRS Competitive Continuation - - - 7295 - 10266 - 08-01-2018 - DRS Competitive Continuation - - - 6782 - 9638 - 07-01-2016 - DRS Competitive Continuation - - - 1832 - 9641 - 07-01-2016 - DRS Competitive Continuation - - - 6764 - 9658 - 07-01-2016 - DRS Competitive Continuation - - - 6921 - 9349 - 08-01-2015 - DRS Non-Competitive Continuation - - - 6775 - 9203 - 07-01-2015 - DRS Competitive Continuation - - - 5909 - 8400 - 11-01-2014 - DRS Non-Competitive Continuation - - - 5935 - 9467 - 11-01-2015 - DRS Non-Competitive Continuation - - - 6781 - 8862 - 03-01-2015 - DRS Non-Competitive Continuation - - - 6944 - 8457 - 12-01-2014 - DRS Non-Competitive Continuation - - - 6777 - 8117 - 07-01-2014 - DRS Competitive Continuation - - - 6946 - 8763 - 02-01-2015 - DRS Non-Competitive Continuation - - - 6779 - 8762 - 02-01-2015 - DRS Non-Competitive Continuation - - - 6951 - 8836 - 03-01-2015 - DRS Non-Competitive Continuation - - - 6930 - 8941 - 04-01-2015 - DRS Non-Competitive Continuation - - - 6929 - 8596 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5400 - 7771 - 11-01-2013 - DRS Non-Competitive Continuation - - - 6427 - 9542 - 01-01-2016 - DRS Non-Competitive Continuation - - - 6454 - 9639 - 07-01-2016 - DRS Competitive Continuation - - - 6282 - 9643 - 07-01-2016 - DRS Competitive Continuation - - - 7222 - 10191 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7280 - 10203 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7221 - 10218 - 07-01-2018 - DRS Non-Competitive Continuation - - - 770 - 10216 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7224 - 10231 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7598 - 10293 - 09-01-2018 - DRS Non-Competitive Continuation - - - 2141 - 799 - 08-01-2013 - DRS Non-Competitive Continuation - - - 9397 - 10092 - 09-01-2017 - DRS Competitive Continuation - - - 6281 - 9543 - 01-01-2016 - DRS Competitive Continuation - - - 7596 - 10325 - 09-01-2018 - DRS Non-Competitive Continuation - - - 5916 - 9454 - 11-01-2015 - DRS Non-Competitive Continuation - - - 6279 - 7850 - 05-01-2014 - DRS Non-Competitive Continuation - - - 5918 - 9636 - 07-01-2016 - DRS Competitive Continuation - - - 6231 - 7769 - 11-01-2013 - DRS Non-Competitive Continuation - - - 5917 - 9452 - 11-01-2015 - DRS Non-Competitive Continuation - - - 6443 - 9644 - 07-01-2016 - DRS Competitive Continuation - - - 5913 - 9464 - 11-01-2015 - DRS Non-Competitive Continuation - - - 5919 - 9480 - 11-01-2015 - DRS Non-Competitive Continuation - - - 7282 - 10210 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7252 - 10361 - 09-01-2018 - DRS Competitive Continuation - - - 2630 - 10438 - 12-01-2018 - DRS Non-Competitive Continuation - - - 7772 - 10442 - 12-01-2018 - DRS Non-Competitive Continuation - - - 7776 - 10533 - 02-01-2019 - DRS Non-Competitive Continuation - - - 7777 - 10535 - 02-01-2019 - DRS Non-Competitive Continuation - - - 7840 - 10612 - 04-01-2019 - DRS Non-Competitive Continuation - - - 7891 - 10702 - 05-01-2019 - DRS Non-Competitive Continuation - - - 1900 - 7881 - 05-01-2014 - DRS Non-Competitive Continuation - - - 5948 - 7872 - 04-01-2014 - DRS Non-Competitive Continuation - - - 6248 - 7915 - 04-01-2014 - DRS Non-Competitive Continuation - - - 6907 - 7887 - 06-01-2014 - DRS Non-Competitive Continuation - - - 1821 - 7879 - 03-01-2014 - DRS Non-Competitive Continuation - - - 6284 - 7924 - 07-01-2014 - DRS Non-Competitive Continuation - - - 6278 - 8065 - 07-01-2014 - DRS Competitive Continuation - - - 7599 - 10327 - 09-01-2018 - DRS Non-Competitive Continuation - - - 6280 - 7590 - 06-01-2014 - DRS Non-Competitive Continuation - - - 7042 - 7921 - 04-01-2014 - DRS Non-Competitive Continuation - - - 5154 - 7707 - 01-01-2014 - DRS Non-Competitive Continuation - - - 1563 - 9184 - 07-01-2015 - DRS Non-Competitive Continuation - - - 5585 - 7822 - 01-01-2014 - DRS Non-Competitive Continuation - - - 1879 - 9207 - 07-01-2015 - DRS Competitive Continuation - - - 6277 - 8567 - 03-01-2015 - DRS Non-Competitive Continuation - - - 6263 - 8671 - 04-01-2015 - DRS Non-Competitive Continuation - - - 1761 - 9181 - 07-01-2015 - DRS Non-Competitive Continuation - - - 2449 - 9210 - 07-01-2015 - DRS Non-Competitive Continuation - - - 5286 - 7918 - 05-01-2014 - DRS Non-Competitive Continuation - - - 6286 - 7851 - 06-01-2014 - DRS Non-Competitive Continuation - - - 6439 - 8485 - 02-01-2015 - DRS Non-Competitive Continuation - - - 1897 - 7923 - 07-01-2014 - DRS Non-Competitive Continuation - - - 6266 - 7591 - 09-01-2013 - DRS Non-Competitive Continuation - - - 6426 - 8863 - 05-01-2015 - DRS Non-Competitive Continuation - - - 1599 - 7938 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5578 - 7684 - 11-01-2013 - DRS Non-Competitive Continuation - - - 3604 - 8437 - 01-01-2015 - DRS Non-Competitive Continuation - - - 1764 - 8436 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6445 - 8672 - 02-01-2015 - DRS Non-Competitive Continuation - - - 6285 - 8484 - 02-01-2015 - DRS Non-Competitive Continuation - - - 6438 - 8489 - 02-01-2015 - DRS Non-Competitive Continuation - - - 1452 - 8674 - 04-01-2015 - DRS Non-Competitive Continuation - - - 6290 - 8673 - 04-01-2015 - DRS Non-Competitive Continuation - - - 6430 - 8009 - 07-01-2014 - DRS Competitive Continuation - - - 6448 - 8668 - 03-01-2015 - DRS Non-Competitive Continuation - - - 1765 - 9128 - 07-01-2015 - DRS Non-Competitive Continuation - - - 6293 - 9113 - 07-01-2015 - DRS Competitive Continuation - - - 5895 - 9378 - 09-01-2015 - DRS Non-Competitive Continuation - - - 7227 - 10181 - 06-01-2018 - DRS Non-Competitive Continuation - - - 5880 - 9328 - 08-01-2015 - DRS Non-Competitive Continuation - - - 5921 - 9546 - 01-01-2016 - DRS Non-Competitive Continuation - - - 5879 - 9675 - 07-01-2016 - DRS Competitive Continuation - - - 5719 - 9673 - 07-01-2016 - DRS Competitive Continuation - - - 5890 - 9672 - 07-01-2016 - DRS Competitive Continuation - - - 7279 - 10169 - 05-01-2018 - DRS Non-Competitive Continuation - - - 7056 - 7835 - 01-01-2014 - DRS Non-Competitive Continuation - - - 2664 - 10179 - 06-01-2018 - DRS Non-Competitive Continuation - - - 7283 - 10193 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7291 - 10223 - 07-01-2018 - DRS Non-Competitive Continuation - - - 5755 - 7695 - 11-01-2013 - DRS Non-Competitive Continuation - - - 5922 - 9483 - 11-01-2015 - DRS Non-Competitive Continuation - - - 6754 - 7829 - 01-01-2014 - DRS Non-Competitive Continuation - - - 3710 - 8570 - 01-01-2015 - DRS Non-Competitive Continuation - - - 7284 - 10213 - 07-01-2018 - DRS Non-Competitive Continuation - - - 755 - 10228 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7584 - 10291 - 08-01-2018 - DRS Non-Competitive Continuation - - - 7609 - 10330 - 09-01-2018 - DRS Non-Competitive Continuation - - - 7607 - 10335 - 09-01-2018 - DRS Non-Competitive Continuation - - - 7610 - 10375 - 09-01-2018 - DRS Non-Competitive Continuation - - - 1475 - 9198 - 07-01-2015 - DRS Competitive Continuation - - - 7704 - 10398 - 11-01-2018 - DRS Non-Competitive Continuation - - - 6315 - 7844 - 02-01-2014 - DRS Non-Competitive Continuation - - - 7752 - 10436 - 12-01-2018 - DRS Non-Competitive Continuation - - - 7759 - 10437 - 12-01-2018 - DRS Non-Competitive Continuation - - - 7287 - 10460 - 01-01-2019 - DRS Non-Competitive Continuation - - - 7760 - 10461 - 01-01-2019 - DRS Non-Competitive Continuation - - - 5865 - 9192 - 07-01-2015 - DRS Competitive Continuation - - - 7866 - 10579 - 03-01-2019 - DRS Non-Competitive Continuation - - - 7892 - 10630 - 04-01-2019 - DRS Non-Competitive Continuation - - - 7919 - 10626 - 04-01-2019 - DRS Non-Competitive Continuation - - - 7920 - 10629 - 04-01-2019 - DRS Non-Competitive Continuation - - - 7286 - 10504 - 01-01-2019 - DRS Non-Competitive Continuation - - - 7880 - 10710 - 05-01-2019 - DRS Non-Competitive Continuation - - - 4202 - 7894 - 05-01-2014 - DRS Non-Competitive Continuation - - - 7611 - 10347 - 09-01-2018 - DRS Non-Competitive Continuation - - - 7755 - 10466 - 01-01-2019 - DRS Non-Competitive Continuation - - - 5868 - 9129 - 07-01-2015 - DRS Non-Competitive Continuation - - - 7763 - 10443 - 12-01-2018 - DRS Non-Competitive Continuation - - - 5883 - 8031 - 07-01-2014 - DRS Competitive Continuation - - - 5881 - 8058 - 07-01-2014 - DRS Non-Competitive Continuation - - - 5738 - 8055 - 07-01-2014 - DRS Non-Competitive Continuation - - - 7762 - 10458 - 01-01-2019 - DRS Non-Competitive Continuation - - - 4157 - 9116 - 07-01-2015 - DRS Non-Competitive Continuation - - - 4159 - 9123 - 07-01-2015 - DRS Non-Competitive Continuation - - - 3695 - 8523 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6267 - 7935 - 09-01-2014 - DRS Non-Competitive Continuation - - - 3701 - 8530 - 01-01-2015 - DRS Non-Competitive Continuation - - - 3702 - 8529 - 01-01-2015 - DRS Non-Competitive Continuation - - - 4184 - 8512 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6261 - 7934 - 09-01-2014 - DRS Non-Competitive Continuation - - - 3699 - 8532 - 01-01-2015 - DRS Non-Competitive Continuation - - - 3704 - 8528 - 01-01-2015 - DRS Non-Competitive Continuation - - - 3705 - 8527 - 01-01-2015 - DRS Non-Competitive Continuation - - - 3696 - 8535 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5874 - 8966 - 04-01-2015 - DRS Non-Competitive Continuation - - - 3706 - 8526 - 01-01-2015 - DRS Non-Competitive Continuation - - - 3707 - 8525 - 01-01-2015 - DRS Non-Competitive Continuation - - - 3697 - 8534 - 01-01-2015 - DRS Non-Competitive Continuation - - - 4204 - 8996 - 05-01-2015 - DRS Non-Competitive Continuation - - - 5892 - 8997 - 05-01-2015 - DRS Non-Competitive Continuation - - - 3698 - 8533 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6028 - 9358 - 09-01-2015 - DRS Non-Competitive Continuation - - - 6050 - 9376 - 09-01-2015 - DRS Non-Competitive Continuation - - - 6038 - 9169 - 07-01-2015 - DRS Non-Competitive Continuation - - - 3700 - 8531 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5931 - 9463 - 11-01-2015 - DRS Non-Competitive Continuation - - - 4517 - 7955 - 07-01-2014 - DRS Non-Competitive Continuation - - - 6044 - 9716 - 07-01-2016 - DRS Competitive Continuation - - - 5933 - 9699 - 07-01-2016 - DRS Competitive Continuation - - - 7310 - 10195 - 07-01-2018 - DRS Non-Competitive Continuation - - - 1310 - 10270 - 08-01-2018 - DRS Competitive Continuation - - - 7683 - 10430 - 11-01-2018 - DRS Non-Competitive Continuation - - - 7784 - 10505 - 01-01-2019 - DRS Non-Competitive Continuation - - - 7635 - 10554 - 02-01-2019 - DRS Non-Competitive Continuation - - - 7216 - 10553 - 02-01-2019 - DRS Non-Competitive Continuation - - - 2100 - 9717 - 07-01-2016 - DRS Competitive Continuation - - - 6029 - 8155 - 09-01-2014 - DRS Non-Competitive Continuation - - - 7783 - 10470 - 01-01-2019 - DRS Non-Competitive Continuation - - - 5937 - 8406 - 11-01-2014 - DRS Non-Competitive Continuation - - - 5940 - 8403 - 11-01-2014 - DRS Non-Competitive Continuation - - - 6790 - 9470 - 11-01-2015 - DRS Non-Competitive Continuation - - - 6042 - 8486 - 01-01-2015 - DRS Non-Competitive Continuation - - - 3580 - 8487 - 01-01-2015 - DRS Non-Competitive Continuation - - - 3582 - 8491 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5938 - 9693 - 07-01-2016 - DRS Competitive Continuation - - - 7302 - 10508 - 01-01-2019 - DRS Non-Competitive Continuation - - - 2107 - 8490 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6055 - 9689 - 07-01-2016 - DRS Competitive Continuation - - - 5930 - 8397 - 10-01-2014 - DRS Non-Competitive Continuation - - - 5942 - 8404 - 11-01-2014 - DRS Non-Competitive Continuation - - - 5939 - 9466 - 11-01-2015 - DRS Non-Competitive Continuation - - - 1481 - 9173 - 07-01-2015 - DRS Competitive Continuation - - - 5349 - 9743 - 09-01-2016 - DRS Non-Competitive Continuation - - - 5140 - 9744 - 09-01-2016 - DRS Non-Competitive Continuation - - - 6855 - 9745 - 08-01-2016 - DRS Non-Competitive Continuation - - - 5332 - 9843 - 01-01-2017 - DRS Non-Competitive Continuation - - - 5342 - 9846 - 01-01-2017 - DRS Non-Competitive Continuation - - - 5170 - 9845 - 01-01-2017 - DRS Non-Competitive Continuation - - - 5497 - 9997 - 04-01-2017 - DRS Non-Competitive Continuation - - - 5355 - 7961 - 06-01-2014 - DRS Non-Competitive Continuation - - - 6181 - 8145 - 09-01-2014 - DRS Non-Competitive Continuation - - - 3581 - 8492 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6177 - 8402 - 12-01-2014 - DRS Non-Competitive Continuation - - - 6046 - 8488 - 03-01-2015 - DRS Non-Competitive Continuation - - - 6039 - 9206 - 07-01-2015 - DRS Competitive Continuation - - - 772 - 10219 - 07-01-2018 - DRS Non-Competitive Continuation - - - 7585 - 10289 - 09-01-2018 - DRS Non-Competitive Continuation - - - 2645 - 10272 - 08-01-2018 - DRS Non-Competitive Continuation - - - 7587 - 10331 - 09-01-2018 - DRS Non-Competitive Continuation - - - 7586 - 10352 - 09-01-2018 - DRS Non-Competitive Continuation - - - 7715 - 10433 - 12-01-2018 - DRS Non-Competitive Continuation - - - 7782 - 10446 - 12-01-2018 - DRS Non-Competitive Continuation - - - 7862 - 10477 - 01-01-2019 - DRS Non-Competitive Continuation - - - 7818 - 10514 - 01-01-2019 - DRS Non-Competitive Continuation - - - 5009 - 8388 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5229 - 9489 - 11-01-2015 - DRS Non-Competitive Continuation - - - 1335 - 8440 - 11-01-2014 - DRS Non-Competitive Continuation - - - 4652 - 8045 - 06-01-2014 - DRS Non-Competitive Continuation - - - 5153 - 8390 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5337 - 8340 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5495 - 7804 - 02-01-2014 - DRS Non-Competitive Continuation - - - 5161 - 8439 - 11-01-2014 - DRS Non-Competitive Continuation - - - 5222 - 8454 - 11-01-2014 - DRS Non-Competitive Continuation - - - 5234 - 8413 - 11-01-2014 - DRS Non-Competitive Continuation - - - 5324 - 8456 - 12-01-2014 - DRS Non-Competitive Continuation - - - 5322 - 7638 - 12-01-2013 - DRS Non-Competitive Continuation - - - 5138 - 8458 - 12-01-2014 - DRS Non-Competitive Continuation - - - 6857 - 8538 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5326 - 7712 - 01-01-2014 - DRS Non-Competitive Continuation - - - 7768 - 10582 - 03-01-2019 - DRS Non-Competitive Continuation - - - 5346 - 7765 - 03-01-2014 - DRS Non-Competitive Continuation - - - 5230 - 7691 - 11-01-2013 - DRS Non-Competitive Continuation - - - 1850 - 8981 - 04-01-2015 - DRS Non-Competitive Continuation - - - 5491 - 9296 - 08-01-2015 - DRS Non-Competitive Continuation - - - 5331 - 8565 - 02-01-2015 - DRS Non-Competitive Continuation - - - 5232 - 9487 - 11-01-2015 - DRS Non-Competitive Continuation - - - 5158 - 9531 - 01-01-2016 - DRS Non-Competitive Continuation - - - 6815 - 9537 - 01-01-2016 - DRS Non-Competitive Continuation - - - 5010 - 9124 - 06-01-2015 - DRS Non-Competitive Continuation - - - 6852 - 8556 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5341 - 8569 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6082 - 8839 - 03-01-2015 - DRS Non-Competitive Continuation - - - 4134 - 8954 - 04-01-2015 - DRS Non-Competitive Continuation - - - 5231 - 8546 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5179 - 9532 - 01-01-2016 - DRS Non-Competitive Continuation - - - 5151 - 8564 - 01-01-2015 - DRS Non-Competitive Continuation - - - 1669 - 8756 - 02-01-2015 - DRS Non-Competitive Continuation - - - 6866 - 8765 - 03-01-2015 - DRS Non-Competitive Continuation - - - 2557 - 9176 - 07-01-2015 - DRS Non-Competitive Continuation - - - 5173 - 8905 - 04-01-2015 - DRS Non-Competitive Continuation - - - 6856 - 8955 - 04-01-2015 - DRS Non-Competitive Continuation - - - 5498 - 8537 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5175 - 8904 - 04-01-2015 - DRS Non-Competitive Continuation - - - 4132 - 8956 - 04-01-2015 - DRS Non-Competitive Continuation - - - 6853 - 8522 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5315 - 8989 - 05-01-2015 - DRS Non-Competitive Continuation - - - 5493 - 8988 - 04-01-2015 - DRS Non-Competitive Continuation - - - 5501 - 8800 - 03-01-2015 - DRS Non-Competitive Continuation - - - 3579 - 9182 - 07-01-2015 - DRS Non-Competitive Continuation - - - 5314 - 9533 - 01-01-2016 - DRS Non-Competitive Continuation - - - 5162 - 9556 - 01-01-2016 - DRS Non-Competitive Continuation - - - 5345 - 9572 - 02-01-2016 - DRS Non-Competitive Continuation - - - 5174 - 9601 - 04-01-2016 - DRS Non-Competitive Continuation - - - 1851 - 9604 - 05-01-2016 - DRS Non-Competitive Continuation - - - 1309 - 10173 - 05-01-2018 - DRS Non-Competitive Continuation - - - 7615 - 10580 - 03-01-2019 - DRS Non-Competitive Continuation - - - 5524 - 7943 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5522 - 7927 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5526 - 7929 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5521 - 7928 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5344 - 9602 - 12-01-2015 - DRS Non-Competitive Continuation - - - 5176 - 9633 - 07-01-2016 - DRS Non-Competitive Continuation - - - 5318 - 9663 - 07-01-2016 - DRS Non-Competitive Continuation - - - 1307 - 10515 - 02-01-2019 - DRS Non-Competitive Continuation - - - 1853 - 9372 - 09-01-2015 - DRS Competitive Continuation - - - 5518 - 9391 - 09-01-2015 - DRS Non-Competitive Continuation - - - 6485 - 9517 - 01-01-2016 - DRS Non-Competitive Continuation - - - 6814 - 9518 - 01-01-2016 - DRS Non-Competitive Continuation - - - 6702 - 7281 - 08-01-2013 - DRS Non-Competitive Continuation - - - 7881 - 10730 - 05-01-2019 - DRS Non-Competitive Continuation - - - 7263 - 10408 - 11-01-2018 - DRS Competitive Continuation - - - 7259 - 10575 - 03-01-2019 - DRS Competitive Continuation - - - 7896 - 10727 - 05-01-2019 - DRS Non-Competitive Continuation - - - 6737 - 2613 - 08-01-2013 - DRS Non-Competitive Continuation - - - 5457 - 8150 - 07-01-2014 - DRS Competitive Continuation - - - 5301 - 8144 - 07-01-2014 - DRS Non-Competitive Continuation - - - 4945 - 7971 - 07-01-2014 - DRS Competitive Continuation - - - 7079 - 8335 - 08-01-2014 - DRS Non-Competitive Continuation - - - 6893 - 2677 - 09-01-2013 - DRS Non-Competitive Continuation - - - 1603 - 7622 - 09-01-2013 - DRS Non-Competitive Continuation - - - 7064 - 7626 - 09-01-2013 - DRS Non-Competitive Continuation - - - 7210 - 10728 - 05-01-2019 - DRS Non-Competitive Continuation - - - 5637 - 8253 - 07-01-2014 - DRS Competitive Continuation - - - 6895 - 7965 - 07-01-2014 - DRS Non-Competitive Continuation - - - 6725 - 8035 - 07-01-2014 - DRS Competitive Continuation - - - 7267 - 10386 - 09-01-2018 - DRS Competitive Continuation - - - 8069 - 10733 - 06-01-2019 - DRS Non-Competitive Continuation - - - 7894 - 10731 - 05-01-2019 - DRS Non-Competitive Continuation - - - 4709 - 776 - 07-01-2013 - DRS Competitive Continuation - - - 5429 - 8258 - 07-01-2014 - DRS Competitive Continuation - - - 8042 - 10741 - 06-01-2019 - DRS Non-Competitive Continuation - - - 7962 - 10742 - 06-01-2019 - DRS Non-Competitive Continuation - - - 7955 - 10740 - 07-01-2019 - DRS Non-Competitive Continuation - - - 6139 - 8133 - 07-01-2014 - DRS Non-Competitive Continuation - - - 315 - 8084 - 07-01-2014 - DRS Non-Competitive Continuation - - - 4673 - 803 - 08-01-2013 - DRS Competitive Continuation - - - 5115 - 8159 - 07-01-2014 - DRS Competitive Continuation - - - 6933 - 7594 - 08-01-2013 - DRS Non-Competitive Continuation - - - 6268 - 8062 - 07-01-2014 - DRS Competitive Continuation - - - 7096 - 8071 - 06-01-2014 - DRS Non-Competitive Continuation - - - 5741 - 8020 - 07-01-2014 - DRS Competitive Continuation - - - 6115 - 8142 - 07-01-2014 - DRS Competitive Continuation - - - 5797 - 8015 - 06-01-2014 - DRS Non-Competitive Continuation - - - 5468 - 7604 - 08-01-2013 - DRS Non-Competitive Continuation - - - 6478 - 757 - 09-01-2013 - DRS Competitive Continuation - - - 2541 - 7596 - 09-01-2013 - DRS Non-Competitive Continuation - - - 6433 - 7598 - 09-01-2013 - DRS Non-Competitive Continuation - - - 6450 - 9402 - 09-01-2015 - DRS Non-Competitive Continuation - - - 6592 - 8068 - 06-01-2014 - DRS Non-Competitive Continuation - - - 6116 - 8506 - 12-01-2014 - DRS Non-Competitive Continuation - - - 7949 - 10855 - 07-01-2019 - DRS Competitive Continuation - - - 5402 - 8451 - 11-01-2014 - DRS Non-Competitive Continuation - - - 5926 - 7699 - 11-01-2013 - DRS Non-Competitive Continuation - - - 1868 - 9458 - 11-01-2015 - DRS Non-Competitive Continuation - - - 8160 - 10876 - 07-01-2019 - DRS Competitive Continuation - - - 7047 - 7589 - 08-01-2013 - DRS Non-Competitive Continuation - - - 5441 - 8450 - 11-01-2014 - DRS Non-Competitive Continuation - - - 5593 - 8385 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5756 - 9462 - 11-01-2015 - DRS Non-Competitive Continuation - - - 5976 - 7974 - 07-01-2014 - DRS Non-Competitive Continuation - - - 6253 - 8134 - 07-01-2014 - DRS Competitive Continuation - - - 1360 - 8135 - 07-01-2014 - DRS Competitive Continuation - - - 5249 - 8453 - 11-01-2014 - DRS Non-Competitive Continuation - - - 1705 - 8123 - 07-01-2014 - DRS Competitive Continuation - - - 6096 - 8122 - 07-01-2014 - DRS Competitive Continuation - - - 3572 - 8116 - 07-01-2014 - DRS Competitive Continuation - - - 5431 - 8452 - 11-01-2014 - DRS Non-Competitive Continuation - - - 4649 - 8137 - 07-01-2014 - DRS Competitive Continuation - - - 1753 - 8053 - 06-01-2014 - DRS Non-Competitive Continuation - - - 5745 - 7693 - 11-01-2013 - DRS Non-Competitive Continuation - - - 5530 - 7940 - 07-01-2014 - DRS Non-Competitive Continuation - - - 6232 - 7621 - 09-01-2013 - DRS Non-Competitive Continuation - - - 6129 - 8088 - 07-01-2014 - DRS Non-Competitive Continuation - - - 6768 - 8085 - 07-01-2014 - DRS Non-Competitive Continuation - - - 5477 - 798 - 07-01-2013 - DRS Non-Competitive Continuation - - - 6033 - 8091 - 08-01-2014 - DRS Non-Competitive Continuation - - - 5654 - 8174 - 07-01-2014 - DRS Competitive Continuation - - - 6032 - 9133 - 07-01-2015 - DRS Non-Competitive Continuation - - - 6087 - 8112 - 07-01-2014 - DRS Competitive Continuation - - - 4941 - 800 - 09-01-2013 - DRS Non-Competitive Continuation - - - 6075 - 8108 - 07-01-2014 - DRS Competitive Continuation - - - 6533 - 8127 - 07-01-2014 - DRS Competitive Continuation - - - 5177 - 7860 - 02-01-2014 - DRS Non-Competitive Continuation - - - 5172 - 7908 - 04-01-2014 - DRS Non-Competitive Continuation - - - 6236 - 8093 - 07-01-2014 - DRS Competitive Continuation - - - 1670 - 9475 - 11-01-2015 - DRS Non-Competitive Continuation - - - 2556 - 8082 - 07-01-2014 - DRS Non-Competitive Continuation - - - 5801 - 8357 - 08-01-2014 - DRS Non-Competitive Continuation - - - 6937 - 8083 - 07-01-2014 - DRS Non-Competitive Continuation - - - 6035 - 8089 - 08-01-2014 - DRS Non-Competitive Continuation - - - 6714 - 8497 - 01-01-2015 - DRS Non-Competitive Continuation - - - 4788 - 8431 - 11-01-2014 - DRS Non-Competitive Continuation - - - 5634 - 8394 - 09-01-2014 - DRS Non-Competitive Continuation - - - 750 - 10075 - 07-01-2017 - DRS Non-Competitive Continuation - - - 6780 - 8352 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5311 - 8479 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6251 - 8111 - 07-01-2014 - DRS Competitive Continuation - - - 5338 - 8336 - 09-01-2014 - DRS Non-Competitive Continuation - - - 6081 - 8366 - 09-01-2014 - DRS Non-Competitive Continuation - - - 3719 - 8480 - 01-01-2015 - DRS Non-Competitive Continuation - - - 1539 - 8393 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5747 - 8408 - 11-01-2014 - DRS Non-Competitive Continuation - - - 2289 - 8339 - 09-30-2014 - DRS Non-Competitive Continuation - - - 5751 - 8409 - 11-01-2014 - DRS Non-Competitive Continuation - - - 3737 - 8495 - 01-01-2015 - DRS Non-Competitive Continuation - - - 3720 - 8502 - 01-01-2015 - DRS Non-Competitive Continuation - - - 3711 - 8507 - 01-01-2015 - DRS Non-Competitive Continuation - - - 3829 - 8500 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5421 - 8459 - 11-01-2014 - DRS Non-Competitive Continuation - - - 6569 - 8504 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6543 - 8505 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6410 - 8520 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5350 - 2635 - 08-01-2013 - DRS Non-Competitive Continuation - - - 1898 - 7926 - 07-01-2014 - DRS Non-Competitive Continuation - - - 5705 - 8029 - 07-01-2014 - DRS Competitive Continuation - - - 5896 - 8348 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5870 - 8000 - 06-01-2014 - DRS Non-Competitive Continuation - - - 5901 - 8349 - 09-01-2014 - DRS Non-Competitive Continuation - - - 4791 - 8078 - 07-01-2014 - DRS Competitive Continuation - - - 5622 - 8547 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5914 - 9476 - 11-01-2015 - DRS Non-Competitive Continuation - - - 3724 - 8558 - 01-01-2015 - DRS Non-Competitive Continuation - - - 3722 - 8647 - 01-01-2015 - DRS Non-Competitive Continuation - - - 3694 - 8560 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6174 - 8417 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6821 - 8563 - 01-01-2015 - DRS Non-Competitive Continuation - - - 2566 - 8419 - 01-01-2015 - DRS Non-Competitive Continuation - - - 1824 - 8416 - 01-01-2015 - DRS Non-Competitive Continuation - - - 3588 - 8561 - 01-01-2015 - DRS Non-Competitive Continuation - - - 3594 - 8559 - 01-01-2015 - DRS Non-Competitive Continuation - - - 1860 - 8557 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5268 - 8639 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5910 - 8415 - 11-01-2014 - DRS Non-Competitive Continuation - - - 5955 - 7986 - 07-01-2014 - DRS Competitive Continuation - - - 5893 - 8057 - 07-01-2014 - DRS Non-Competitive Continuation - - - 1953 - 2680 - 09-01-2013 - DRS Non-Competitive Continuation - - - 4667 - 7948 - 05-01-2014 - DRS Non-Competitive Continuation - - - 6397 - 8156 - 07-01-2014 - DRS Non-Competitive Continuation - - - 1682 - 8161 - 07-01-2014 - DRS Non-Competitive Continuation - - - 6472 - 7230 - 08-01-2013 - DRS Non-Competitive Continuation - - - 5112 - 8069 - 06-01-2014 - DRS Non-Competitive Continuation - - - 5235 - 9832 - 11-01-2016 - DRS Non-Competitive Continuation - - - 6873 - 7959 - 06-01-2014 - DRS Non-Competitive Continuation - - - 4203 - 7896 - 05-01-2014 - DRS Non-Competitive Continuation - - - 1946 - 7960 - 06-01-2014 - DRS Non-Competitive Continuation - - - 6058 - 8072 - 07-01-2014 - DRS Competitive Continuation - - - 5343 - 7857 - 04-01-2014 - DRS Non-Competitive Continuation - - - 4786 - 7824 - 01-01-2014 - DRS Non-Competitive Continuation - - - 1595 - 8169 - 06-01-2014 - DRS Non-Competitive Continuation - - - 1359 - 8170 - 08-01-2014 - DRS Non-Competitive Continuation - - - 5156 - 7906 - 06-01-2014 - DRS Non-Competitive Continuation - - - 6728 - 9567 - 02-01-2016 - DRS Non-Competitive Continuation - - - 5255 - 9471 - 11-01-2015 - DRS Non-Competitive Continuation - - - 7092 - 8163 - 07-01-2014 - DRS Competitive Continuation - - - 6648 - 9004 - 05-01-2015 - DRS Non-Competitive Continuation - - - 6729 - 8845 - 03-01-2015 - DRS Non-Competitive Continuation - - - 6381 - 7966 - 07-01-2014 - DRS Non-Competitive Continuation - - - 5580 - 9469 - 11-01-2015 - DRS Non-Competitive Continuation - - - 5762 - 7687 - 11-01-2013 - DRS Non-Competitive Continuation - - - 5612 - 7808 - 01-01-2014 - DRS Non-Competitive Continuation - - - 5225 - 9473 - 11-01-2015 - DRS Non-Competitive Continuation - - - 5233 - 9474 - 11-01-2015 - DRS Non-Competitive Continuation - - - 5932 - 7697 - 11-01-2013 - DRS Non-Competitive Continuation - - - 6432 - 7779 - 02-01-2014 - DRS Non-Competitive Continuation - - - 2297 - 7634 - 09-01-2013 - DRS Non-Competitive Continuation - - - 6424 - 7937 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5574 - 7719 - 11-01-2013 - DRS Non-Competitive Continuation - - - 7051 - 8368 - 09-01-2014 - DRS Non-Competitive Continuation - - - 4787 - 7620 - 09-01-2013 - DRS Non-Competitive Continuation - - - 7109 - 8148 - 07-01-2014 - DRS Competitive Continuation - - - 6740 - 9234 - 07-01-2015 - DRS Competitive Continuation - - - 6563 - 8442 - 12-01-2014 - DRS Non-Competitive Continuation - - - 5763 - 7694 - 11-01-2013 - DRS Non-Competitive Continuation - - - 5507 - 7956 - 05-01-2014 - DRS Competitive Continuation - - - 4586 - 7939 - 11-01-2014 - DRS Non-Competitive Continuation - - - 5978 - 8515 - 12-01-2014 - DRS Competitive Continuation - - - 6721 - 8443 - 12-01-2014 - DRS Non-Competitive Continuation - - - 2572 - 7845 - 02-01-2014 - DRS Non-Competitive Continuation - - - 6049 - 7996 - 07-01-2014 - DRS Non-Competitive Continuation - - - 6047 - 7954 - 06-01-2014 - DRS Non-Competitive Continuation - - - 4766 - 8004 - 06-01-2014 - DRS Non-Competitive Continuation - - - 6876 - 8444 - 12-01-2014 - DRS Non-Competitive Continuation - - - 5454 - 8329 - 07-01-2014 - DRS Competitive Continuation - - - 1957 - 8044 - 06-01-2014 - DRS Non-Competitive Continuation - - - 7041 - 8005 - 06-01-2014 - DRS Non-Competitive Continuation - - - 4209 - 7967 - 06-01-2014 - DRS Competitive Continuation - - - 4669 - 8066 - 06-01-2014 - DRS Non-Competitive Continuation - - - 7154 - 8330 - 08-01-2014 - DRS Non-Competitive Continuation - - - 1892 - 7941 - 03-01-2015 - DRS Non-Competitive Continuation - - - 6699 - 9384 - 09-01-2015 - DRS Non-Competitive Continuation - - - 1617 - 8375 - 09-01-2014 - DRS Non-Competitive Continuation - - - 7065 - 8006 - 07-01-2014 - DRS Competitive Continuation - - - 1852 - 7947 - 05-01-2014 - DRS Non-Competitive Continuation - - - 5269 - 8376 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5609 - 8382 - 09-01-2014 - DRS Non-Competitive Continuation - - - 6256 - 8105 - 07-01-2014 - DRS Competitive Continuation - - - 6425 - 8414 - 12-01-2014 - DRS Non-Competitive Continuation - - - 6031 - 7995 - 07-01-2014 - DRS Non-Competitive Continuation - - - 5520 - 7942 - 03-01-2015 - DRS Non-Competitive Continuation - - - 6572 - 8448 - 12-01-2014 - DRS Non-Competitive Continuation - - - 1778 - 8445 - 12-01-2014 - DRS Non-Competitive Continuation - - - 6741 - 8026 - 07-01-2014 - DRS Competitive Continuation - - - 5407 - 8446 - 11-01-2014 - DRS Non-Competitive Continuation - - - 1515 - 9377 - 09-01-2015 - DRS Non-Competitive Continuation - - - 1967 - 8100 - 07-01-2014 - DRS Non-Competitive Continuation - - - 1600 - 2682 - 09-01-2013 - DRS Non-Competitive Continuation - - - 5961 - 8478 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5982 - 8319 - 08-01-2014 - DRS Non-Competitive Continuation - - - 6627 - 8318 - 08-01-2014 - DRS Non-Competitive Continuation - - - 5285 - 8379 - 09-01-2014 - DRS Non-Competitive Continuation - - - 1532 - 8381 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5488 - 8391 - 09-01-2014 - DRS Non-Competitive Continuation - - - 1614 - 8373 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5443 - 7963 - 07-01-2014 - DRS Competitive Continuation - - - 1771 - 7983 - 07-01-2014 - DRS Competitive Continuation - - - 5597 - 8494 - 12-01-2014 - DRS Non-Competitive Continuation - - - 6065 - 8467 - 12-01-2014 - DRS Non-Competitive Continuation - - - 3728 - 8543 - 01-01-2015 - DRS Non-Competitive Continuation - - - 4951 - 8465 - 01-01-2015 - DRS Non-Competitive Continuation - - - 3570 - 8592 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5588 - 8595 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6540 - 8743 - 02-01-2015 - DRS Non-Competitive Continuation - - - 2438 - 8847 - 03-01-2015 - DRS Non-Competitive Continuation - - - 5863 - 8746 - 02-01-2015 - DRS Non-Competitive Continuation - - - 5884 - 8816 - 03-01-2015 - DRS Non-Competitive Continuation - - - 5765 - 7990 - 07-01-2014 - DRS Competitive Continuation - - - 2365 - 7914 - 04-01-2014 - DRS Non-Competitive Continuation - - - 6704 - 8499 - 01-01-2015 - DRS Non-Competitive Continuation - - - 1344 - 8814 - 02-01-2015 - DRS Non-Competitive Continuation - - - 6712 - 8705 - 02-01-2015 - DRS Non-Competitive Continuation - - - 5228 - 8817 - 03-01-2015 - DRS Non-Competitive Continuation - - - 6706 - 8498 - 01-01-2015 - DRS Non-Competitive Continuation - - - 479 - 8835 - 03-01-2015 - DRS Non-Competitive Continuation - - - 1711 - 8844 - 03-01-2015 - DRS Non-Competitive Continuation - - - 5227 - 9490 - 11-01-2015 - DRS Non-Competitive Continuation - - - 5435 - 8263 - 07-01-2014 - DRS Competitive Continuation - - - 5656 - 8851 - 03-01-2015 - DRS Non-Competitive Continuation - - - 1443 - 8846 - 03-01-2015 - DRS Non-Competitive Continuation - - - 5587 - 8870 - 03-01-2015 - DRS Non-Competitive Continuation - - - 3601 - 8470 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5114 - 8837 - 03-01-2015 - DRS Non-Competitive Continuation - - - 5111 - 7949 - 05-01-2014 - DRS Non-Competitive Continuation - - - 6118 - 8972 - 04-01-2015 - DRS Non-Competitive Continuation - - - 5603 - 9492 - 12-01-2015 - DRS Non-Competitive Continuation - - - 2411 - 8881 - 03-01-2015 - DRS Non-Competitive Continuation - - - 5860 - 8968 - 04-01-2015 - DRS Non-Competitive Continuation - - - 5155 - 9610 - 05-01-2016 - DRS Non-Competitive Continuation - - - 6413 - 8991 - 04-01-2015 - DRS Non-Competitive Continuation - - - 1748 - 8986 - 04-01-2015 - DRS Non-Competitive Continuation - - - 4199 - 9000 - 05-01-2015 - DRS Non-Competitive Continuation - - - 1955 - 9003 - 05-01-2015 - DRS Non-Competitive Continuation - - - 6731 - 8985 - 05-01-2015 - DRS Non-Competitive Continuation - - - 5485 - 9506 - 12-01-2015 - DRS Non-Competitive Continuation - - - 6070 - 9496 - 12-01-2015 - DRS Non-Competitive Continuation - - - 5790 - 9001 - 04-01-2015 - DRS Non-Competitive Continuation - - - 5226 - 9497 - 11-01-2015 - DRS Non-Competitive Continuation - - - 6922 - 9499 - 12-01-2015 - DRS Non-Competitive Continuation - - - 6920 - 9495 - 12-01-2015 - DRS Non-Competitive Continuation - - - 5168 - 8509 - 12-01-2014 - DRS Non-Competitive Continuation - - - 4662 - 9006 - 05-01-2015 - DRS Non-Competitive Continuation - - - 4663 - 8915 - 03-01-2015 - DRS Non-Competitive Continuation - - - 1990 - 8990 - 04-01-2015 - DRS Non-Competitive Continuation - - - 4205 - 8995 - 05-01-2015 - DRS Non-Competitive Continuation - - - 5320 - 2634 - 08-01-2013 - DRS Non-Competitive Continuation - - - 6743 - 8983 - 05-01-2015 - DRS Non-Competitive Continuation - - - 6486 - 9005 - 05-01-2015 - DRS Non-Competitive Continuation - - - 1751 - 9015 - 05-01-2015 - DRS Non-Competitive Continuation - - - 1836 - 9017 - 05-01-2015 - DRS Non-Competitive Continuation - - - 1896 - 9016 - 04-01-2015 - DRS Non-Competitive Continuation - - - 5633 - 9507 - 12-01-2015 - DRS Non-Competitive Continuation - - - 6557 - 9513 - 12-01-2015 - DRS Non-Competitive Continuation - - - 5307 - 9510 - 01-01-2016 - DRS Non-Competitive Continuation - - - 6793 - 9512 - 01-01-2016 - DRS Non-Competitive Continuation - - - 7085 - 7812 - 12-01-2013 - DRS Non-Competitive Continuation - - - 5333 - 9516 - 12-01-2015 - DRS Non-Competitive Continuation - - - 5735 - 9522 - 01-01-2016 - DRS Non-Competitive Continuation - - - 6774 - 9520 - 01-01-2016 - DRS Non-Competitive Continuation - - - 4953 - 9525 - 01-01-2016 - DRS Non-Competitive Continuation - - - 6409 - 9549 - 01-01-2016 - DRS Non-Competitive Continuation - - - 6185 - 9523 - 01-01-2016 - DRS Non-Competitive Continuation - - - 6230 - 9539 - 01-01-2016 - DRS Non-Competitive Continuation - - - 1423 - 9550 - 01-01-2016 - DRS Non-Competitive Continuation - - - 6239 - 9521 - 01-01-2016 - DRS Non-Competitive Continuation - - - 6854 - 9498 - 12-01-2015 - DRS Non-Competitive Continuation - - - 6490 - 9508 - 01-01-2016 - DRS Non-Competitive Continuation - - - 4760 - 9554 - 01-01-2016 - DRS Non-Competitive Continuation - - - 3595 - 8548 - 01-01-2015 - DRS Non-Competitive Continuation - - - 7046 - 8601 - 01-01-2015 - DRS Non-Competitive Continuation - - - 3586 - 8554 - 01-01-2015 - DRS Non-Competitive Continuation - - - 3734 - 8571 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5499 - 8542 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6705 - 8704 - 02-01-2015 - DRS Non-Competitive Continuation - - - 5279 - 9118 - 07-01-2015 - DRS Non-Competitive Continuation - - - 3591 - 8645 - 01-01-2015 - DRS Non-Competitive Continuation - - - 6064 - 9514 - 12-01-2015 - DRS Non-Competitive Continuation - - - 4944 - 9528 - 01-01-2016 - DRS Non-Competitive Continuation - - - 5821 - 9527 - 01-01-2016 - DRS Non-Competitive Continuation - - - 5217 - 9540 - 01-01-2016 - DRS Non-Competitive Continuation - - - 1708 - 9552 - 01-01-2016 - DRS Non-Competitive Continuation - - - 1878 - 9555 - 01-01-2016 - DRS Non-Competitive Continuation - - - 1581 - 9130 - 07-01-2015 - DRS Non-Competitive Continuation - - - 6060 - 9558 - 02-01-2016 - DRS Non-Competitive Continuation - - - 5791 - 8271 - 07-01-2014 - DRS Competitive Continuation - - - 4651 - 9538 - 01-01-2016 - DRS Non-Competitive Continuation - - - 6598 - 9560 - 02-01-2016 - DRS Non-Competitive Continuation - - - 6865 - 9557 - 01-01-2016 - DRS Non-Competitive Continuation - - - 5316 - 9848 - 02-01-2017 - DRS Non-Competitive Continuation - - - 2563 - 9544 - 01-01-2016 - DRS Non-Competitive Continuation - - - 7075 - 9120 - 07-01-2015 - DRS Competitive Continuation - - - 5732 - 9135 - 07-01-2015 - DRS Non-Competitive Continuation - - - 7052 - 9138 - 07-01-2015 - DRS Competitive Continuation - - - 6759 - 9131 - 07-01-2015 - DRS Non-Competitive Continuation - - - 6875 - 9126 - 07-01-2015 - DRS Competitive Continuation - - - 5347 - 9159 - 07-01-2015 - DRS Non-Competitive Continuation - - - 5899 - 9137 - 07-01-2015 - DRS Competitive Continuation - - - 2448 - 9136 - 07-01-2015 - DRS Non-Competitive Continuation - - - 7040 - 9134 - 07-01-2015 - DRS Non-Competitive Continuation - - - 7073 - 9139 - 07-01-2015 - DRS Competitive Continuation - - - 6753 - 9125 - 07-01-2015 - DRS Non-Competitive Continuation - - - 6052 - 8073 - 07-01-2014 - DRS Competitive Continuation - - - 1664 - 10085 - 08-01-2017 - DRS Competitive Continuation - - - 6422 - 8261 - 07-01-2014 - DRS Competitive Continuation - - - 2551 - 8272 - 07-01-2014 - DRS Non-Competitive Continuation - - - 5276 - 9170 - 07-01-2015 - DRS Non-Competitive Continuation - - - 5480 - 9162 - 07-01-2015 - DRS Non-Competitive Continuation - - - 7074 - 9144 - 07-01-2015 - DRS Competitive Continuation - - - 6936 - 9147 - 07-01-2015 - DRS Competitive Continuation - - - 3589 - 9160 - 07-01-2015 - DRS Competitive Continuation - - - 5642 - 9157 - 07-01-2015 - DRS Competitive Continuation - - - 5166 - 8959 - 04-01-2015 - DRS Non-Competitive Continuation - - - 5131 - 9149 - 07-01-2015 - DRS Non-Competitive Continuation - - - 5150 - 9140 - 07-01-2015 - DRS Non-Competitive Continuation - - - 5302 - 9152 - 07-01-2015 - DRS Non-Competitive Continuation - - - 2424 - 9142 - 07-01-2015 - DRS Non-Competitive Continuation - - - 1961 - 9155 - 07-01-2015 - DRS Non-Competitive Continuation - - - 6114 - 8120 - 07-01-2014 - DRS Non-Competitive Continuation - - - 7070 - 9141 - 07-01-2015 - DRS Competitive Continuation - - - 5102 - 9166 - 07-01-2015 - DRS Competitive Continuation - - - 6763 - 9163 - 07-01-2015 - DRS Non-Competitive Continuation - - - 2442 - 9566 - 02-01-2016 - DRS Non-Competitive Continuation - - - 6241 - 9564 - 02-01-2016 - DRS Non-Competitive Continuation - - - 1887 - 9561 - 02-01-2016 - DRS Non-Competitive Continuation - - - 6544 - 8027 - 07-01-2014 - DRS Competitive Continuation - - - 1490 - 8013 - 07-01-2014 - DRS Competitive Continuation - - - 5142 - 9107 - 06-01-2015 - DRS Non-Competitive Continuation - - - 6798 - 9178 - 07-01-2015 - DRS Competitive Continuation - - - 6535 - 9205 - 07-01-2015 - DRS Competitive Continuation - - - 7119 - 9150 - 07-01-2015 - DRS Non-Competitive Continuation - - - 1959 - 9188 - 06-01-2015 - DRS Competitive Continuation - - - 6934 - 9161 - 07-01-2015 - DRS Non-Competitive Continuation - - - 4681 - 9209 - 07-01-2015 - DRS Competitive Continuation - - - 5250 - 8455 - 11-01-2014 - DRS Non-Competitive Continuation - - - 4929 - 9165 - 07-01-2015 - DRS Non-Competitive Continuation - - - 6094 - 9239 - 07-01-2015 - DRS Non-Competitive Continuation - - - 5273 - 9171 - 07-01-2015 - DRS Non-Competitive Continuation - - - 2290 - 9194 - 07-01-2015 - DRS Non-Competitive Continuation - - - 6089 - 9200 - 07-01-2015 - DRS Non-Competitive Continuation - - - 5779 - 9236 - 07-01-2015 - DRS Competitive Continuation - - - 6564 - 7215 - 08-01-2013 - DRS Non-Competitive Continuation - - - 2370 - 9241 - 07-01-2015 - DRS Competitive Continuation - - - 6238 - 8843 - 03-01-2015 - DRS Non-Competitive Continuation - - - 6402 - 9243 - 07-01-2015 - DRS Competitive Continuation - - - 5397 - 7700 - 11-01-2013 - DRS Non-Competitive Continuation - - - 6900 - 7834 - 04-01-2014 - DRS Non-Competitive Continuation - - - 6275 - 9091 - 07-01-2015 - DRS Competitive Continuation - - - 5408 - 7766 - 11-01-2013 - DRS Non-Competitive Continuation - - - 6411 - 7805 - 12-01-2013 - DRS Non-Competitive Continuation - - - 5769 - 7717 - 11-01-2013 - DRS Non-Competitive Continuation - - - 6398 - 9232 - 07-01-2015 - DRS Non-Competitive Continuation - - - 5436 - 7751 - 11-01-2013 - DRS Non-Competitive Continuation - - - 4793 - 8842 - 03-01-2015 - DRS Non-Competitive Continuation - - - 5169 - 9291 - 07-01-2015 - DRS Non-Competitive Continuation - - - 5451 - 9279 - 07-01-2015 - DRS Competitive Continuation - - - 7098 - 9293 - 07-01-2015 - DRS Non-Competitive Continuation - - - 6550 - 9250 - 07-01-2015 - DRS Competitive Continuation - - - 6121 - 9288 - 07-01-2015 - DRS Competitive Continuation - - - 1417 - 9240 - 07-01-2015 - DRS Competitive Continuation - - - 6905 - 9254 - 07-01-2015 - DRS Competitive Continuation - - - 6244 - 9301 - 08-01-2015 - DRS Non-Competitive Continuation - - - 4217 - 9329 - 08-01-2015 - DRS Non-Competitive Continuation - - - 5496 - 9404 - 09-01-2015 - DRS Non-Competitive Continuation - - - 1596 - 9339 - 08-01-2015 - DRS Non-Competitive Continuation - - - 5306 - 9299 - 08-01-2015 - DRS Non-Competitive Continuation - - - 6233 - 9303 - 08-01-2015 - DRS Non-Competitive Continuation - - - 6127 - 9305 - 08-01-2015 - DRS Non-Competitive Continuation - - - 6640 - 9289 - 07-01-2015 - DRS Competitive Continuation - - - 6739 - 9345 - 08-01-2015 - DRS Non-Competitive Continuation - - - 5271 - 9278 - 07-01-2015 - DRS Competitive Continuation - - - 6451 - 9387 - 09-01-2015 - DRS Non-Competitive Continuation - - - 4946 - 7991 - 07-01-2014 - DRS Competitive Continuation - - - 6554 - 9395 - 09-01-2015 - DRS Competitive Continuation - - - 3731 - 9297 - 08-01-2015 - DRS Non-Competitive Continuation - - - 5339 - 9309 - 08-01-2015 - DRS Non-Competitive Continuation - - - 6864 - 9308 - 08-01-2015 - DRS Non-Competitive Continuation - - - 2335 - 9306 - 08-01-2015 - DRS Non-Competitive Continuation - - - 6913 - 9343 - 08-01-2015 - DRS Non-Competitive Continuation - - - 1602 - 8365 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5354 - 7781 - 12-01-2013 - DRS Non-Competitive Continuation - - - 5743 - 8412 - 11-01-2014 - DRS Non-Competitive Continuation - - - 5164 - 8760 - 02-01-2015 - DRS Non-Competitive Continuation - - - 6401 - 9353 - 08-01-2015 - DRS Non-Competitive Continuation - - - 1531 - 9382 - 09-01-2015 - DRS Non-Competitive Continuation - - - 1487 - 9386 - 09-01-2015 - DRS Non-Competitive Continuation - - - 5351 - 9403 - 09-01-2015 - DRS Non-Competitive Continuation - - - 5287 - 9381 - 09-01-2015 - DRS Non-Competitive Continuation - - - 4962 - 9359 - 09-01-2015 - DRS Non-Competitive Continuation - - - 1907 - 9361 - 09-01-2015 - DRS Non-Competitive Continuation - - - 5145 - 9399 - 09-01-2015 - DRS Non-Competitive Continuation - - - 5292 - 9379 - 09-01-2015 - DRS Non-Competitive Continuation - - - 1616 - 9360 - 09-01-2015 - DRS Non-Competitive Continuation - - - 6386 - 9401 - 09-01-2015 - DRS Non-Competitive Continuation - - - 6924 - 9405 - 09-01-2015 - DRS Non-Competitive Continuation - - - 6225 - 9593 - 03-01-2016 - DRS Non-Competitive Continuation - - - 6246 - 9589 - 03-01-2016 - DRS Non-Competitive Continuation - - - 4236 - 9479 - 11-01-2015 - DRS Non-Competitive Continuation - - - 5750 - 8410 - 11-01-2014 - DRS Non-Competitive Continuation - - - 3592 - 8549 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5575 - 9273 - 07-01-2015 - DRS Competitive Continuation - - - 2637 - 10004 - 05-01-2017 - DRS Non-Competitive Continuation - - - 6789 - 9503 - 01-01-2016 - DRS Non-Competitive Continuation - - - 6099 - 9515 - 01-01-2016 - DRS Non-Competitive Continuation - - - 6562 - 7886 - 06-01-2014 - DRS Non-Competitive Continuation - - - 5411 - 7801 - 11-01-2013 - DRS Non-Competitive Continuation - - - 5617 - 8160 - 07-01-2014 - DRS Competitive Continuation - - - 5623 - 8178 - 07-01-2014 - DRS Competitive Continuation - - - 5281 - 8151 - 07-01-2014 - DRS Non-Competitive Continuation - - - 5336 - 2644 - 08-01-2013 - DRS Non-Competitive Continuation - - - 5528 - 7213 - 07-01-2013 - DRS Competitive Continuation - - - 5626 - 9839 - 01-01-2017 - DRS Competitive Continuation - - - 6738 - 7790 - 01-01-2014 - DRS Non-Competitive Continuation - - - 5479 - 7603 - 08-01-2013 - DRS Non-Competitive Continuation - - - 6254 - 8977 - 04-01-2015 - DRS Non-Competitive Continuation - - - 6258 - 8976 - 04-01-2015 - DRS Non-Competitive Continuation - - - 3736 - 8496 - 01-01-2015 - DRS Non-Competitive Continuation - - - 1663 - 8555 - 01-01-2015 - DRS Non-Competitive Continuation - - - 3605 - 8466 - 01-01-2015 - DRS Non-Competitive Continuation - - - 4935 - 7975 - 07-01-2014 - DRS Non-Competitive Continuation - - - 5861 - 9075 - 06-01-2015 - DRS Non-Competitive Continuation - - - 6287 - 8396 - 12-01-2014 - DRS Non-Competitive Continuation - - - 5412 - 9446 - 10-01-2015 - DRS Non-Competitive Continuation - - - 5462 - 9600 - 04-01-2016 - DRS Non-Competitive Continuation - - - 6379 - 9630 - 05-01-2016 - DRS Competitive Continuation - - - 6914 - 7210 - 07-01-2013 - DRS Competitive Continuation - - - 6751 - 9611 - 05-01-2016 - DRS Competitive Continuation - - - 4200 - 9606 - 05-01-2016 - DRS Non-Competitive Continuation - - - 1343 - 9614 - 07-01-2016 - DRS Non-Competitive Continuation - - - 2338 - 9631 - 06-01-2016 - DRS Non-Competitive Continuation - - - 5423 - 8177 - 07-01-2014 - DRS Competitive Continuation - - - 5251 - 9661 - 07-01-2016 - DRS Competitive Continuation - - - 1486 - 9667 - 07-01-2016 - DRS Competitive Continuation - - - 4796 - 8109 - 07-01-2014 - DRS Competitive Continuation - - - 4762 - 9014 - 05-01-2015 - DRS Non-Competitive Continuation - - - 2033 - 9666 - 07-01-2016 - DRS Competitive Continuation - - - 2373 - 8447 - 11-01-2014 - DRS Non-Competitive Continuation - - - 5327 - 9836 - 12-01-2016 - DRS Non-Competitive Continuation - - - 3717 - 8501 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5147 - 9844 - 01-01-2017 - DRS Non-Competitive Continuation - - - 4777 - 9651 - 07-01-2016 - DRS Competitive Continuation - - - 5906 - 9642 - 07-01-2016 - DRS Competitive Continuation - - - 5455 - 9079 - 06-01-2015 - DRS Non-Competitive Continuation - - - 3587 - 9648 - 07-01-2016 - DRS Competitive Continuation - - - 4201 - 7873 - 05-01-2014 - DRS Non-Competitive Continuation - - - 2302 - 7600 - 08-01-2013 - DRS Non-Competitive Continuation - - - 4934 - 7984 - 07-01-2014 - DRS Competitive Continuation - - - 6257 - 9676 - 07-01-2016 - DRS Competitive Continuation - - - 6736 - 9742 - 07-01-2016 - DRS Competitive Continuation - - - 2319 - 9726 - 07-01-2016 - DRS Competitive Continuation - - - 5137 - 9750 - 09-01-2016 - DRS Non-Competitive Continuation - - - 5146 - 9752 - 09-01-2016 - DRS Non-Competitive Continuation - - - 6723 - 9739 - 07-01-2016 - DRS Competitive Continuation - - - 4773 - 8328 - 08-01-2014 - DRS Non-Competitive Continuation - - - 2003 - 7624 - 09-01-2013 - DRS Non-Competitive Continuation - - - 1947 - 9733 - 07-01-2016 - DRS Competitive Continuation - - - 6578 - 9736 - 07-01-2016 - DRS Competitive Continuation - - - 5448 - 9117 - 07-01-2015 - DRS Non-Competitive Continuation - - - 2051 - 8759 - 02-01-2015 - DRS Non-Competitive Continuation - - - 2576 - 8755 - 02-01-2015 - DRS Non-Competitive Continuation - - - 5823 - 7973 - 07-01-2014 - DRS Non-Competitive Continuation - - - 2621 - 10097 - 09-01-2017 - DRS Competitive Continuation - - - 6240 - 7809 - 12-01-2013 - DRS Non-Competitive Continuation - - - 6385 - 7791 - 01-01-2014 - DRS Non-Competitive Continuation - - - 6874 - 8022 - 07-01-2014 - DRS Competitive Continuation - - - 5312 - 7631 - 09-01-2013 - DRS Non-Competitive Continuation - - - 4952 - 7701 - 12-01-2013 - DRS Non-Competitive Continuation - - - 6549 - 7214 - 08-01-2013 - DRS Non-Competitive Continuation - - - 5822 - 7708 - 01-01-2014 - DRS Non-Competitive Continuation - - - 5432 - 7703 - 10-01-2013 - DRS Non-Competitive Continuation - - - 5627 - 7815 - 12-01-2013 - DRS Non-Competitive Continuation - - - 5949 - 7711 - 01-01-2014 - DRS Non-Competitive Continuation - - - 5099 - 7709 - 01-01-2014 - DRS Non-Competitive Continuation - - - 5953 - 7902 - 04-01-2014 - DRS Non-Competitive Continuation - - - 6787 - 7877 - 05-01-2014 - DRS Non-Competitive Continuation - - - 6561 - 7788 - 01-01-2014 - DRS Non-Competitive Continuation - - - 6589 - 7613 - 09-01-2013 - DRS Non-Competitive Continuation - - - 7218 - 10000 - 04-01-2017 - DRS Non-Competitive Continuation - - - 2619 - 10002 - 05-01-2017 - DRS Non-Competitive Continuation - - - 2620 - 10003 - 05-01-2017 - DRS Non-Competitive Continuation - - - 6650 - 7229 - 08-01-2013 - DRS Non-Competitive Continuation - - - 5466 - 8153 - 07-01-2014 - DRS Non-Competitive Continuation - - - 5659 - 8171 - 07-01-2014 - DRS Competitive Continuation - - - 1948 - 8269 - 07-01-2014 - DRS Non-Competitive Continuation - - - 6654 - 7989 - 07-01-2014 - DRS Competitive Continuation - - - 5643 - 8162 - 07-01-2014 - DRS Non-Competitive Continuation - - - 4785 - 8125 - 07-01-2014 - DRS Competitive Continuation - - - 4210 - 7972 - 07-01-2014 - DRS Non-Competitive Continuation - - - 2586 - 10115 - 11-01-2017 - DRS Non-Competitive Continuation - - - 1769 - 7925 - 04-01-2014 - DRS Non-Competitive Continuation - - - 1293 - 10005 - 05-01-2017 - DRS Non-Competitive Continuation - - - 5506 - 1306 - 07-01-2013 - DRS Competitive Continuation - - - 1583 - 8118 - 07-01-2014 - DRS Non-Competitive Continuation - - - 6778 - 8099 - 07-01-2014 - DRS Competitive Continuation - - - 5758 - 7987 - 07-01-2014 - DRS Competitive Continuation - - - 5944 - 8398 - 10-01-2014 - DRS Non-Competitive Continuation - - - 5523 - 9248 - 07-01-2015 - DRS Competitive Continuation - - - 5928 - 9472 - 11-01-2015 - DRS Non-Competitive Continuation - - - 7084 - 8139 - 07-01-2014 - DRS Competitive Continuation - - - 7116 - 8140 - 07-01-2014 - DRS Non-Competitive Continuation - - - 2539 - 7772 - 12-01-2013 - DRS Non-Competitive Continuation - - - 5712 - 7752 - 12-01-2013 - DRS Non-Competitive Continuation - - - 6434 - 7774 - 01-01-2014 - DRS Non-Competitive Continuation - - - 5713 - 7762 - 01-01-2014 - DRS Non-Competitive Continuation - - - 793 - 10042 - 06-01-2017 - DRS Non-Competitive Continuation - - - 2651 - 10041 - 06-01-2017 - DRS Non-Competitive Continuation - - - 7203 - 9727 - 07-01-2016 - DRS Non-Competitive Continuation - - - 1585 - 10040 - 06-01-2017 - DRS Non-Competitive Continuation - - - 6294 - 7776 - 02-01-2014 - DRS Non-Competitive Continuation - - - 6289 - 7775 - 02-01-2014 - DRS Non-Competitive Continuation - - - 6423 - 7777 - 02-01-2014 - DRS Non-Competitive Continuation - - - 1993 - 7582 - 08-01-2013 - DRS Non-Competitive Continuation - - - 6447 - 7780 - 03-01-2014 - DRS Non-Competitive Continuation - - - 6942 - 7904 - 04-01-2014 - DRS Non-Competitive Continuation - - - 6270 - 7840 - 04-01-2014 - DRS Non-Competitive Continuation - - - 1855 - 7891 - 05-01-2014 - DRS Non-Competitive Continuation - - - 6949 - 7998 - 06-01-2014 - DRS Non-Competitive Continuation - - - 6939 - 7911 - 05-01-2014 - DRS Non-Competitive Continuation - - - 6765 - 7855 - 02-01-2014 - DRS Non-Competitive Continuation - - - 7204 - 10043 - 06-01-2017 - DRS Non-Competitive Continuation - - - 5516 - 7999 - 07-01-2014 - DRS Competitive Continuation - - - 4885 - 7615 - 03-01-2014 - DRS Non-Competitive Continuation - - - 6863 - 7768 - 03-01-2014 - DRS Non-Competitive Continuation - - - 5900 - 7893 - 04-01-2014 - DRS Non-Competitive Continuation - - - 5886 - 8067 - 07-01-2014 - DRS Non-Competitive Continuation - - - 5707 - 8061 - 07-01-2014 - DRS Non-Competitive Continuation - - - 5733 - 7609 - 09-01-2013 - DRS Non-Competitive Continuation - - - 7053 - 9505 - 12-01-2015 - DRS Non-Competitive Continuation - - - 5897 - 7611 - 09-01-2013 - DRS Non-Competitive Continuation - - - 1685 - 8056 - 07-01-2014 - DRS Non-Competitive Continuation - - - 5512 - 7618 - 06-01-2014 - DRS Non-Competitive Continuation - - - 5740 - 2646 - 07-01-2013 - DRS Competitive Continuation - - - 5645 - 786 - 07-01-2013 - DRS Competitive Continuation - - - 5224 - 7688 - 11-01-2013 - DRS Non-Competitive Continuation - - - 8758 - 11100 - 08-01-2019 - DRS Non-Competitive Continuation - - - 5652 - 7296 - 07-01-2013 - DRS Competitive Continuation - - - 4240 - 2670 - 07-01-2013 - DRS Competitive Continuation - - - 7237 - 10211 - 07-01-2018 - DRS Non-Competitive Continuation - - - 5483 - 7602 - 08-01-2013 - DRS Non-Competitive Continuation - - - 6880 - 1318 - 07-01-2013 - DRS Competitive Continuation - - - 6142 - 8076 - 06-01-2014 - DRS Non-Competitive Continuation - - - 4206 - 7880 - 05-01-2014 - DRS Non-Competitive Continuation - - - 4518 - 7271 - 07-01-2013 - DRS Non-Competitive Continuation - - - 8329 - 11006 - 07-01-2019 - DRS Non-Competitive Continuation - - - 6656 - 7793 - 01-01-2014 - DRS Non-Competitive Continuation - - - 5492 - 7706 - 01-01-2014 - DRS Non-Competitive Continuation - - - 1756 - 2641 - 06-01-2013 - DRS Competitive Continuation - - - 6636 - 801 - 09-01-2013 - DRS Non-Competitive Continuation - - - 6045 - 7303 - 07-01-2013 - DRS Competitive Continuation - - - 6464 - 7264 - 07-01-2013 - DRS Competitive Continuation - - - 5867 - 7289 - 07-01-2013 - DRS Non-Competitive Continuation - - - 6752 - 7909 - 05-01-2014 - DRS Non-Competitive Continuation - - - 6456 - 7224 - 07-01-2013 - DRS Non-Competitive Continuation - - - 6283 - 2630 - 08-01-2013 - DRS Competitive Continuation - - - 6479 - 7900 - 04-01-2014 - DRS Non-Competitive Continuation - - - 5120 - 779 - 07-01-2013 - DRS Competitive Continuation - - - 8156 - 10926 - 07-01-2019 - DRS Non-Competitive Continuation - - - 6717 - 7800 - 02-01-2014 - DRS Non-Competitive Continuation - - - 5767 - 7254 - 07-01-2013 - DRS Competitive Continuation - - - 5299 - 7836 - 01-01-2014 - DRS Non-Competitive Continuation - - - 5410 - 7803 - 12-01-2013 - DRS Non-Competitive Continuation - - - 5515 - 7619 - 03-01-2014 - DRS Non-Competitive Continuation - - - 5974 - 7258 - 07-01-2013 - DRS Competitive Continuation - - - 5698 - 7237 - 07-01-2013 - DRS Non-Competitive Continuation - - - 5325 - 7715 - 12-01-2013 - DRS Non-Competitive Continuation - - - 6642 - 7235 - 07-01-2013 - DRS Non-Competitive Continuation - - - 6646 - 766 - 07-01-2013 - DRS Competitive Continuation - - - 6874 - 7212 - 07-01-2013 - DRS Competitive Continuation - - - 4789 - 9362 - 09-01-2015 - DRS Non-Competitive Continuation - - - 5787 - 9011 - 05-01-2015 - DRS Non-Competitive Continuation - - - 2540 - 7280 - 07-01-2013 - DRS Non-Competitive Continuation - - - 5165 - 7587 - 09-01-2013 - DRS Non-Competitive Continuation - - - 6245 - 9350 - 08-01-2015 - DRS Non-Competitive Continuation - - - 6795 - 7250 - 07-01-2013 - DRS Competitive Continuation - - - 1623 - 8367 - 09-01-2014 - DRS Non-Competitive Continuation - - - 6908 - 8316 - 08-01-2014 - DRS Non-Competitive Continuation - - - 7039 - 771 - 07-01-2013 - DRS Non-Competitive Continuation - - - 6383 - 1313 - 07-01-2013 - DRS Competitive Continuation - - - 2292 - 1320 - 07-01-2013 - DRS Competitive Continuation - - - 5636 - 9223 - 07-01-2015 - DRS Competitive Continuation - - - 5783 - 7854 - 02-01-2014 - DRS Non-Competitive Continuation - - - 2606 - 10232 - 07-01-2018 - DRS Non-Competitive Continuation - - - 6469 - 7236 - 07-01-2013 - DRS Non-Competitive Continuation - - - 1882 - 7846 - 02-01-2014 - DRS Non-Competitive Continuation - - - 6140 - 7268 - 07-01-2013 - DRS Non-Competitive Continuation - - - 1971 - 7945 - 05-01-2014 - DRS Non-Competitive Continuation - - - 5924 - 7683 - 11-01-2013 - DRS Non-Competitive Continuation - - - 8005 - 10763 - 06-01-2019 - DRS Non-Competitive Continuation - - - 830 - 8387 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5929 - 7696 - 11-01-2013 - DRS Non-Competitive Continuation - - - 6623 - 7262 - 07-01-2013 - DRS Competitive Continuation - - - 6272 - 7252 - 07-01-2013 - DRS Competitive Continuation - - - 7797 - 11054 - 07-01-2019 - DRS Competitive Continuation - - - 6460 - 7988 - 07-01-2014 - DRS Competitive Continuation - - - 6890 - 764 - 07-01-2013 - DRS Non-Competitive Continuation - - - 6580 - 7806 - 12-01-2013 - DRS Non-Competitive Continuation - - - 6891 - 2666 - 07-01-2013 - DRS Non-Competitive Continuation - - - 6260 - 2603 - 07-01-2013 - DRS Competitive Continuation - - - 1872 - 751 - 07-01-2013 - DRS Competitive Continuation - - - 2146 - 7767 - 11-01-2013 - DRS Non-Competitive Continuation - - - 5649 - 7297 - 07-01-2013 - DRS Competitive Continuation - - - 5754 - 7686 - 11-01-2013 - DRS Non-Competitive Continuation - - - 6744 - 762 - 07-01-2013 - DRS Competitive Continuation - - - 5717 - 7288 - 07-01-2013 - DRS Competitive Continuation - - - 5788 - 2681 - 07-01-2013 - DRS Competitive Continuation - - - 7087 - 2632 - 07-01-2013 - DRS Competitive Continuation - - - 7277 - 10175 - 06-01-2018 - DRS Non-Competitive Continuation - - - 1950 - 775 - 07-01-2013 - DRS Non-Competitive Continuation - - - 7796 - 11023 - 07-01-2019 - DRS Competitive Continuation - - - 5257 - 7710 - 10-01-2013 - DRS Non-Competitive Continuation - - - 5450 - 2648 - 07-01-2013 - DRS Competitive Continuation - - - 6565 - 760 - 07-01-2013 - DRS Competitive Continuation - - - 6262 - 770 - 07-01-2013 - DRS Competitive Continuation - - - 5772 - 780 - 07-01-2013 - DRS Competitive Continuation - - - 6635 - 7839 - 03-01-2014 - DRS Non-Competitive Continuation - - - 5722 - 7581 - 08-01-2013 - DRS Non-Competitive Continuation - - - 6228 - 2614 - 07-01-2013 - DRS Non-Competitive Continuation - - - 6553 - 758 - 07-01-2013 - DRS Competitive Continuation - - - 5746 - 7263 - 07-01-2013 - DRS Competitive Continuation - - - 6068 - 7826 - 01-01-2014 - DRS Non-Competitive Continuation - - - 5460 - 9725 - 07-01-2016 - DRS Competitive Continuation - - - 5487 - 8179 - 07-01-2014 - DRS Competitive Continuation - - - 6071 - 2611 - 07-01-2013 - DRS Competitive Continuation - - - 6030 - 7810 - 02-01-2014 - DRS Non-Competitive Continuation - - - 2139 - 2593 - 07-01-2013 - DRS Competitive Continuation - - - 6066 - 2607 - 07-01-2013 - DRS Competitive Continuation - - - 6766 - 2636 - 07-01-2013 - DRS Non-Competitive Continuation - - - 4583 - 8096 - 07-01-2014 - DRS Competitive Continuation - - - 5632 - 796 - 07-01-2013 - DRS Non-Competitive Continuation - - - 6235 - 2601 - 07-01-2013 - DRS Competitive Continuation - - - 6117 - 7813 - 12-01-2013 - DRS Non-Competitive Continuation - - - 6948 - 8104 - 07-01-2014 - DRS Competitive Continuation - - - 5135 - 782 - 07-01-2013 - DRS Non-Competitive Continuation - - - 2336 - 772 - 07-01-2013 - DRS Non-Competitive Continuation - - - 1775 - 7290 - 07-01-2013 - DRS Non-Competitive Continuation - - - 5714 - 7759 - 12-01-2013 - DRS Non-Competitive Continuation - - - 2012 - 8333 - 09-01-2014 - DRS Non-Competitive Continuation - - - 6860 - 7862 - 01-01-2014 - DRS Non-Competitive Continuation - - - 5706 - 7607 - 09-01-2013 - DRS Non-Competitive Continuation - - - 5894 - 7866 - 03-01-2014 - DRS Non-Competitive Continuation - - - 6762 - 785 - 07-01-2013 - DRS Competitive Continuation - - - 3602 - 9478 - 11-01-2015 - DRS Non-Competitive Continuation - - - 5775 - 2631 - 07-01-2013 - DRS Competitive Continuation - - - 7110 - 7275 - 07-01-2013 - DRS Non-Competitive Continuation - - - 4931 - 7232 - 07-01-2013 - DRS Non-Competitive Continuation - - - 3565 - 9332 - 08-01-2015 - DRS Non-Competitive Continuation - - - 7094 - 777 - 07-01-2013 - DRS Non-Competitive Continuation - - - 5295 - 7273 - 07-01-2013 - DRS Non-Competitive Continuation - - - 5404 - 797 - 07-01-2013 - DRS Competitive Continuation - - - 6637 - 7969 - 07-01-2014 - DRS Competitive Continuation - - - 6888 - 1319 - 07-01-2013 - DRS Competitive Continuation - - - 6095 - 8102 - 07-01-2014 - DRS Non-Competitive Continuation - - - 2580 - 752 - 07-01-2013 - DRS Competitive Continuation - - - 4179 - 7761 - 01-01-2014 - DRS Non-Competitive Continuation - - - 5789 - 791 - 07-01-2013 - DRS Competitive Continuation - - - 6276 - 7221 - 07-01-2013 - DRS Non-Competitive Continuation - - - 4949 - 7248 - 07-01-2013 - DRS Competitive Continuation - - - 6459 - 7702 - 12-01-2013 - DRS Non-Competitive Continuation - - - 8662 - 10865 - 07-01-2019 - DRS Non-Competitive Continuation - - - 5954 - 7251 - 07-01-2013 - DRS Competitive Continuation - - - 6785 - 7823 - 01-01-2014 - DRS Non-Competitive Continuation - - - 5464 - 9119 - 07-01-2015 - DRS Non-Competitive Continuation - - - 6649 - 7234 - 07-01-2013 - DRS Non-Competitive Continuation - - - 1888 - 778 - 07-01-2013 - DRS Competitive Continuation - - - 3733 - 1294 - 07-01-2012 - DRS Non-Competitive Continuation - - - 5167 - 7782 - 12-01-2013 - DRS Non-Competitive Continuation - - - 5095 - 7878 - 04-01-2014 - DRS Non-Competitive Continuation - - - 6054 - 7310 - 07-01-2013 - DRS Competitive Continuation - - - 5820 - 2673 - 07-01-2013 - DRS Competitive Continuation - - - 5527 - 1309 - 07-01-2013 - DRS Competitive Continuation - - - 4219 - 8326 - 08-01-2014 - DRS Non-Competitive Continuation - - - 5752 - 7689 - 11-01-2013 - DRS Non-Competitive Continuation - - - 6040 - 7784 - 01-01-2014 - DRS Non-Competitive Continuation - - - 7067 - 2628 - 07-01-2013 - DRS Competitive Continuation - - - 2327 - 9707 - 07-01-2016 - DRS Competitive Continuation - - - 5700 - 7282 - 07-01-2013 - DRS Non-Competitive Continuation - - - 6475 - 7259 - 07-01-2013 - DRS Competitive Continuation - - - 6403 - 790 - 07-01-2013 - DRS Competitive Continuation - - - 5708 - 7892 - 04-01-2014 - DRS Non-Competitive Continuation - - - 5152 - 7585 - 09-01-2013 - DRS Non-Competitive Continuation - - - 2108 - 7698 - 11-01-2013 - DRS Non-Competitive Continuation - - - 6718 - 754 - 07-01-2013 - DRS Competitive Continuation - - - 5356 - 2645 - 08-01-2013 - DRS Non-Competitive Continuation - - - 5882 - 755 - 07-01-2013 - DRS Non-Competitive Continuation - - - 6638 - 8473 - 01-01-2015 - DRS Non-Competitive Continuation - - - 5160 - 7818 - 01-01-2014 - DRS Non-Competitive Continuation - - - 6870 - 7209 - 07-01-2013 - DRS Competitive Continuation - - - 5470 - 795 - 07-01-2013 - DRS Non-Competitive Continuation - - - 6247 - 2604 - 07-01-2013 - DRS Competitive Continuation - - - 1541 - 7635 - 09-01-2013 - DRS Non-Competitive Continuation - - - 6742 - 763 - 07-01-2013 - DRS Competitive Continuation - - - 6222 - 7843 - 02-01-2014 - DRS Non-Competitive Continuation - - - 5781 - 7293 - 07-01-2013 - DRS Competitive Continuation - - - 7108 - 7865 - 02-01-2014 - DRS Non-Competitive Continuation - - - 6271 - 9397 - 09-01-2015 - DRS Non-Competitive Continuation - - - 5481 - 784 - 07-01-2013 - DRS Non-Competitive Continuation - - - 6325 - 2597 - 07-01-2013 - DRS Competitive Continuation - - - 6237 - 2592 - 07-01-2013 - DRS Competitive Continuation - - - 4957 - 7260 - 07-01-2013 - DRS Competitive Continuation - - - 6184 - 9686 - 07-01-2016 - DRS Competitive Continuation - - - 4185 - 7760 - 01-01-2014 - DRS Non-Competitive Continuation - - - 6465 - 765 - 07-01-2013 - DRS Competitive Continuation - - - 6625 - 7932 - 04-01-2014 - DRS Competitive Continuation - - - 5282 - 7270 - 06-01-2013 - DRS Competitive Continuation - - - 6911 - 2674 - 07-01-2013 - DRS Non-Competitive Continuation - - - 4797 - 7841 - 02-01-2014 - DRS Non-Competitive Continuation - - - 6559 - 2665 - 07-01-2013 - DRS Non-Competitive Continuation - - - 7097 - 7625 - 09-01-2013 - DRS Non-Competitive Continuation - - - 4936 - 7231 - 07-01-2013 - DRS Non-Competitive Continuation - - - 6178 - 7783 - 01-01-2014 - DRS Non-Competitive Continuation - - - 5253 - 7764 - 11-01-2013 - DRS Non-Competitive Continuation - - - 1609 - 8383 - 09-01-2014 - DRS Non-Competitive Continuation - - - 5417 - 7274 - 07-01-2013 - DRS Non-Competitive Continuation - - - 6630 - 7898 - 04-01-2014 - DRS Non-Competitive Continuation - - - 2016 - 7778 - 02-01-2014 - DRS Non-Competitive Continuation - - - 6884 - 1317 - 07-01-2013 - DRS Competitive Continuation - - - 5270 - 789 - 07-01-2013 - DRS Competitive Continuation - - - 6493 - 802 - 09-01-2013 - DRS Non-Competitive Continuation - - - 6421 - 7272 - 07-01-2013 - DRS Competitive Continuation - - - 1573 - 2675 - 07-01-2013 - DRS Non-Competitive Continuation - - - 5920 - 7704 - 11-01-2013 - DRS Non-Competitive Continuation - - - 4214 - 7291 - 07-01-2013 - DRS Non-Competitive Continuation - - - 1999 - 7623 - 09-01-2013 - DRS Non-Competitive Continuation - - - 6489 - 7897 - 04-01-2014 - DRS Non-Competitive Continuation - - - 6108 - 774 - 07-01-2013 - DRS Competitive Continuation - - - 5260 - 7211 - 07-01-2013 - DRS Competitive Continuation - - - 5720 - 7279 - 07-01-2013 - DRS Competitive Continuation - - - 6861 - 7861 - 03-01-2014 - DRS Non-Competitive Continuation - - - 7286 - 10628 - 01-01-2019 - DRS Non-Competitive Continuation - - - 5463 - 792 - 07-01-2013 - DRS Non-Competitive Continuation - - - 5943 - 1310 - 07-01-2013 - DRS Competitive Continuation - - - 1415 - 7295 - 07-16-2013 - DRS Competitive Continuation - - - 5570 - 7222 - 07-01-2013 - DRS Non-Competitive Continuation - - - 5323 - 8483 - 12-01-2014 - DRS Non-Competitive Continuation - - - 6467 - 7838 - 03-01-2014 - DRS Non-Competitive Continuation - - - 5903 - 7583 - 08-01-2013 - DRS Non-Competitive Continuation - - - 6945 - 7592 - 08-01-2013 - DRS Non-Competitive Continuation - - - 6724 - 753 - 07-01-2013 - DRS Competitive Continuation - - - 6446 - 7223 - 07-01-2013 - DRS Non-Competitive Continuation - - - 4207 - 7895 - 05-01-2014 - DRS Non-Competitive Continuation - - - 5105 - 2667 - 07-01-2013 - DRS Competitive Continuation - - - 5532 - 7944 - 02-01-2015 - DRS Non-Competitive Continuation - - - 5907 - 7266 - 07-01-2013 - DRS Competitive Continuation - - - 7066 - 9148 - 07-01-2015 - DRS Competitive Continuation - - - 5303 - 7802 - 12-01-2013 - DRS Non-Competitive Continuation - - - 1488 - 2679 - 09-30-2013 - DRS Non-Competitive Continuation - - - 2057 - 7848 - 02-01-2014 - DRS Non-Competitive Continuation - - - 5956 - 7876 - 05-01-2014 - DRS Non-Competitive Continuation - - - 1786 - 9186 - 07-01-2015 - DRS Competitive Continuation - - - 6889 - 7294 - 08-01-2013 - DRS Non-Competitive Continuation - - - 5702 - 7773 - 01-01-2014 - DRS Non-Competitive Continuation - - - 1752 - 2676 - 07-01-2013 - DRS Non-Competitive Continuation - - - 5796 - 9172 - 07-01-2015 - DRS Non-Competitive Continuation - - - 5753 - 7690 - 11-01-2013 - DRS Non-Competitive Continuation - - - 4759 - 7246 - 07-01-2013 - DRS Competitive Continuation - - - 6904 - 9245 - 07-01-2015 - DRS Non-Competitive Continuation - - - 6495 - 7261 - 07-01-2013 - DRS Competitive Continuation - - - 6940 - 781 - 07-01-2013 - DRS Competitive Continuation - - - 5310 - 787 - 07-01-2013 - DRS Non-Competitive Continuation - - - 1528 - 8364 - 09-01-2014 - DRS Non-Competitive Continuation - - - 6708 - 759 - 07-01-2013 - DRS Competitive Continuation - - - 5494 - 7852 - 02-01-2014 - DRS Non-Competitive Continuation - - - 6756 - 7997 - 06-01-2014 - DRS Non-Competitive Continuation - - - 6783 - 7292 - 07-01-2013 - DRS Competitive Continuation - - - 6488 - 2642 - 07-01-2013 - DRS Competitive Continuation - - - 7872 - 11034 - 07-01-2019 - DRS Competitive Continuation - - - 4775 - 2594 - 07-01-2013 - DRS Non-Competitive Continuation - - - 5891 - 7610 - 09-01-2013 - DRS Non-Competitive Continuation - - - 1931 - 7763 - 12-01-2013 - DRS Non-Competitive Continuation - - - 1567 - 7946 - 05-01-2014 - DRS Non-Competitive Continuation - - - 9453 - 12477 - 11-01-2020 - DRS Non-Competitive Continuation - - - 5577 - 7692 - 11-01-2013 - DRS Non-Competitive Continuation - - - 6223 - 7842 - 03-01-2014 - DRS Non-Competitive Continuation - - - 6730 - 7789 - 01-01-2014 - DRS Non-Competitive Continuation - - - 7805 - 11018 - 07-01-2019 - DRS Competitive Continuation - - - 6639 - 7875 - 04-01-2014 - DRS Non-Competitive Continuation - - - 6894 - 7833 - 04-01-2014 - DRS Non-Competitive Continuation - - - 5008 - 7907 - 04-01-2014 - DRS Non-Competitive Continuation - - - 7068 - 7816 - 12-01-2013 - DRS Non-Competitive Continuation - - - 6481 - 7899 - 05-01-2014 - DRS Non-Competitive Continuation - - - 6644 - 2672 - 09-01-2013 - DRS Competitive Continuation - - - 8004 - 10751 - 06-01-2019 - DRS Non-Competitive Continuation - - - 8003 - 10756 - 06-01-2019 - DRS Non-Competitive Continuation - - - 7811 - 10919 - 07-01-2019 - DRS Competitive Continuation - - - 8643 - 10869 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8665 - 10930 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8650 - 11045 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8044 - 10749 - 06-01-2019 - DRS Non-Competitive Continuation - - - 7914 - 10779 - 07-01-2019 - DRS Competitive Continuation - - - 8111 - 10788 - 07-01-2019 - DRS Competitive Continuation - - - 8113 - 10801 - 07-01-2019 - DRS Competitive Continuation - - - 7985 - 11042 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7637 - 10832 - 07-01-2019 - DRS Competitive Continuation - - - 8125 - 10810 - 07-01-2019 - DRS Competitive Continuation - - - 8119 - 10808 - 07-01-2019 - DRS Competitive Continuation - - - 8101 - 10799 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8143 - 10811 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8100 - 10836 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8114 - 10946 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8022 - 10771 - 06-01-2019 - DRS Non-Competitive Continuation - - - 7887 - 10773 - 06-01-2019 - DRS Non-Competitive Continuation - - - 8028 - 10782 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7959 - 10798 - 06-01-2019 - DRS Non-Competitive Continuation - - - 8040 - 10838 - 07-01-2019 - DRS Competitive Continuation - - - 7700 - 10833 - 07-01-2019 - DRS Competitive Continuation - - - 7834 - 10880 - 07-01-2019 - DRS Competitive Continuation - - - 8025 - 11001 - 07-01-2019 - DRS Competitive Continuation - - - 8039 - 10918 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8035 - 11033 - 07-01-2019 - DRS Competitive Continuation - - - 7785 - 11044 - 07-01-2019 - DRS Competitive Continuation - - - 8038 - 10983 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8037 - 10982 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8013 - 10974 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7786 - 11025 - 07-01-2019 - DRS Competitive Continuation - - - 7883 - 10999 - 07-01-2019 - DRS Competitive Continuation - - - 7964 - 11024 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8027 - 11027 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8653 - 11048 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8656 - 11003 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8654 - 11000 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8652 - 10998 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8659 - 11021 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8032 - 10743 - 06-01-2019 - DRS Non-Competitive Continuation - - - 8023 - 10752 - 06-01-2019 - DRS Competitive Continuation - - - 8018 - 10744 - 06-01-2019 - DRS Non-Competitive Continuation - - - 8075 - 10745 - 06-01-2019 - DRS Non-Competitive Continuation - - - 8271 - 11020 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7884 - 11026 - 07-01-2019 - DRS Competitive Continuation - - - 7886 - 10835 - 07-01-2019 - DRS Competitive Continuation - - - 8033 - 10748 - 06-01-2019 - DRS Non-Competitive Continuation - - - 8017 - 10753 - 06-01-2019 - DRS Competitive Continuation - - - 8015 - 10754 - 06-01-2019 - DRS Competitive Continuation - - - 8272 - 10803 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7808 - 10819 - 07-01-2019 - DRS Competitive Continuation - - - 8144 - 10861 - 07-01-2019 - DRS Competitive Continuation - - - 7889 - 10948 - 07-01-2019 - DRS Competitive Continuation - - - 8260 - 10878 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8173 - 10862 - 07-01-2019 - DRS Competitive Continuation - - - 8153 - 10863 - 07-01-2019 - DRS Competitive Continuation - - - 7751 - 10875 - 07-01-2019 - DRS Competitive Continuation - - - 7817 - 11008 - 07-01-2019 - DRS Competitive Continuation - - - 7819 - 10955 - 07-01-2019 - DRS Competitive Continuation - - - 8257 - 10877 - 07-01-2019 - DRS Competitive Continuation - - - 8141 - 10915 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8321 - 10858 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8171 - 10899 - 07-01-2019 - DRS Competitive Continuation - - - 8322 - 10898 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7917 - 10956 - 07-01-2019 - DRS Competitive Continuation - - - 8147 - 10916 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8152 - 10921 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8258 - 10958 - 07-01-2019 - DRS Competitive Continuation - - - 8168 - 10994 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7766 - 10857 - 07-01-2019 - DRS Competitive Continuation - - - 8255 - 10957 - 07-01-2019 - DRS Competitive Continuation - - - 8151 - 10872 - 07-01-2019 - DRS Competitive Continuation - - - 8162 - 10871 - 07-01-2019 - DRS Competitive Continuation - - - 8180 - 11010 - 07-01-2019 - DRS Competitive Continuation - - - 8174 - 11019 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8660 - 10949 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8661 - 10975 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8663 - 10977 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7801 - 10873 - 07-01-2019 - DRS Competitive Continuation - - - 8664 - 10986 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8020 - 10768 - 06-01-2019 - DRS Non-Competitive Continuation - - - 7982 - 10766 - 06-01-2019 - DRS Non-Competitive Continuation - - - 7794 - 10923 - 07-01-2019 - DRS Competitive Continuation - - - 8095 - 10834 - 07-01-2019 - DRS Competitive Continuation - - - 8016 - 10938 - 07-01-2019 - DRS Competitive Continuation - - - 7993 - 10891 - 07-01-2019 - DRS Competitive Continuation - - - 7977 - 10892 - 07-01-2019 - DRS Competitive Continuation - - - 7875 - 10888 - 07-01-2019 - DRS Competitive Continuation - - - 7971 - 10937 - 07-01-2019 - DRS Competitive Continuation - - - 757 - 10912 - 07-01-2019 - DRS Competitive Continuation - - - 8049 - 10885 - 07-01-2019 - DRS Competitive Continuation - - - 8047 - 10884 - 07-01-2019 - DRS Competitive Continuation - - - 8050 - 10886 - 07-01-2019 - DRS Competitive Continuation - - - 7992 - 10947 - 07-01-2019 - DRS Competitive Continuation - - - 8048 - 10887 - 07-01-2019 - DRS Competitive Continuation - - - 7792 - 10939 - 07-01-2019 - DRS Competitive Continuation - - - 7976 - 11038 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7980 - 10963 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7986 - 11049 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7974 - 11037 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7972 - 11036 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7981 - 11004 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7233 - 10995 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7967 - 10764 - 06-01-2019 - DRS Non-Competitive Continuation - - - 7984 - 11007 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7973 - 10984 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7968 - 10978 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7978 - 11009 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7975 - 10985 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8623 - 10954 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8607 - 11041 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8633 - 10996 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8132 - 10746 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8070 - 10780 - 06-01-2019 - DRS Competitive Continuation - - - 8137 - 10783 - 06-01-2019 - DRS Competitive Continuation - - - 8068 - 10784 - 06-01-2019 - DRS Competitive Continuation - - - 8071 - 10765 - 06-01-2019 - DRS Non-Competitive Continuation - - - 8066 - 10781 - 06-01-2019 - DRS Competitive Continuation - - - 8074 - 10786 - 06-01-2019 - DRS Non-Competitive Continuation - - - 8045 - 10792 - 06-01-2019 - DRS Competitive Continuation - - - 8053 - 10813 - 07-01-2019 - DRS Competitive Continuation - - - 803 - 10790 - 07-01-2019 - DRS Competitive Continuation - - - 8167 - 10804 - 07-01-2019 - DRS Competitive Continuation - - - 8088 - 10805 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8158 - 10809 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8080 - 10830 - 08-01-2019 - DRS Competitive Continuation - - - 7882 - 10859 - 07-01-2019 - DRS Competitive Continuation - - - 7812 - 10853 - 07-01-2019 - DRS Competitive Continuation - - - 7953 - 10849 - 07-01-2019 - DRS Competitive Continuation - - - 8166 - 10882 - 07-01-2019 - DRS Competitive Continuation - - - 8133 - 10874 - 07-01-2019 - DRS Competitive Continuation - - - 8139 - 10929 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8159 - 10927 - 07-01-2019 - DRS Competitive Continuation - - - 8269 - 10917 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8142 - 10814 - 07-01-2019 - DRS Competitive Continuation - - - 7718 - 10928 - 07-01-2019 - DRS Competitive Continuation - - - 8140 - 11047 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8161 - 10964 - 07-01-2019 - DRS Competitive Continuation - - - 8666 - 10959 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8670 - 11046 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8083 - 10787 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8085 - 10815 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8046 - 10831 - 07-01-2019 - DRS Competitive Continuation - - - 7829 - 10889 - 07-01-2019 - DRS Competitive Continuation - - - 8084 - 10914 - 07-01-2019 - DRS Competitive Continuation - - - 7856 - 10980 - 07-01-2019 - DRS Competitive Continuation - - - 7910 - 10988 - 07-01-2019 - DRS Competitive Continuation - - - 8640 - 10816 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7590 - 10755 - 06-01-2019 - DRS Competitive Continuation - - - 7926 - 10997 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7924 - 10922 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8063 - 10951 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7923 - 10989 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8591 - 10925 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8000 - 10759 - 06-01-2019 - DRS Non-Competitive Continuation - - - 8067 - 11005 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8059 - 10828 - 07-01-2019 - DRS Competitive Continuation - - - 8054 - 10900 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8031 - 10905 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8055 - 11029 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8030 - 10904 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8060 - 10903 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8056 - 11032 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7890 - 10973 - 07-01-2019 - DRS Competitive Continuation - - - 8117 - 10987 - 07-01-2019 - DRS Competitive Continuation - - - 7867 - 10972 - 07-01-2019 - DRS Competitive Continuation - - - 8058 - 10970 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8061 - 11012 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8029 - 11013 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8586 - 10829 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8577 - 10827 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8576 - 10909 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8574 - 10901 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8575 - 10902 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8583 - 10907 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8584 - 10934 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8582 - 11030 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8585 - 10969 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8588 - 10967 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8589 - 10968 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8072 - 10767 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7996 - 10778 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7951 - 10762 - 06-01-2019 - DRS Non-Competitive Continuation - - - 7952 - 10791 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8073 - 10789 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7995 - 10961 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7950 - 10953 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7699 - 10962 - 07-01-2019 - DRS Competitive Continuation - - - 7697 - 11002 - 07-01-2019 - DRS Competitive Continuation - - - 8730 - 10879 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8729 - 10868 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8169 - 10758 - 06-01-2019 - DRS Non-Competitive Continuation - - - 7618 - 10757 - 06-01-2019 - DRS Non-Competitive Continuation - - - 7616 - 11016 - 07-01-2019 - DRS Competitive Continuation - - - 8590 - 10935 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8578 - 10950 - 07-01-2019 - DRS Non-Competitive Continuation - - - 7787 - 10960 - 07-01-2019 - DRS Competitive Continuation - - - 7603 - 11065 - 08-01-2019 - DRS Competitive Continuation - - - 7717 - 11056 - 07-01-2019 - DRS Competitive Continuation - - - 7869 - 11050 - 07-01-2019 - DRS Competitive Continuation - - - 8327 - 11059 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8658 - 11051 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8175 - 11053 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8780 - 11052 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8809 - 11061 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8790 - 11062 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8725 - 11066 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8801 - 11086 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8802 - 11085 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8754 - 11080 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8356 - 11083 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8805 - 11089 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8884 - 11072 - 09-01-2019 - DRS Non-Competitive Continuation - - - 8350 - 11090 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8343 - 11092 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8742 - 11081 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8784 - 11078 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8720 - 11077 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8713 - 11079 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8726 - 11082 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8089 - 11076 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8655 - 11064 - 07-01-2019 - DRS Non-Competitive Continuation - - - 8799 - 11074 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8326 - 11058 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8792 - 11091 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8953 - 11073 - 08-01-2019 - DRS Non-Competitive Continuation - - - 7213 - 11067 - 07-01-2019 - DRS Competitive Continuation - - - 8335 - 11094 - 08-01-2019 - DRS Non-Competitive Continuation - - - 7621 - 11096 - 09-01-2019 - DRS Competitive Continuation - - - 8751 - 11097 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8709 - 11099 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8718 - 11093 - 08-01-2019 - DRS Non-Competitive Continuation - - - 8882 - 11095 - 09-01-2019 - DRS Non-Competitive Continuation - - - 7695 - 11098 - 08-01-2019 - DRS Competitive Continuation - - - 8969 - 11075 - 09-01-2019 - DRS Non-Competitive Continuation - - - 9514 - 12507 - 12-01-2020 - DRS Non-Competitive Continuation - - - 5422 - 9485 - 11-01-2015 - DRS Non-Competitive Continuation - - - 9447 - 12509 - 10-01-2020 - DRS Non-Competitive Continuation - - - 9208 - 12508 - 10-01-2020 - DRS Non-Competitive Continuation - - - 5428 - 9447 - 10-01-2015 - DRS Non-Competitive Continuation - - - 5416 - 9208 - 07-01-2015 - DRS Competitive Continuation - - - 5715 - 9491 - 12-01-2015 - DRS Non-Competitive Continuation - - - 9111 - 12511 - 12-01-2020 - DRS Non-Competitive Continuation - - - 9493 - 12510 - 12-01-2020 - DRS Non-Competitive Continuation - - - 5866 - 9493 - 12-01-2015 - DRS Non-Competitive Continuation - - - 6400 - 9012 - 04-01-2015 - DRS Non-Competitive Continuation - - - 5709 - 9327 - 08-01-2015 - DRS Non-Competitive Continuation - - - 5317 - 9526 - 12-01-2015 - DRS Non-Competitive Continuation - - - 8177 - 12493 - 11-01-2020 - DRS Non-Competitive Continuation - - - 9486 - 12513 - 11-01-2020 - DRS Non-Competitive Continuation - - - 5419 - 9486 - 11-01-2015 - DRS Non-Competitive Continuation - - - 5571 - 9456 - 11-01-2015 - DRS Non-Competitive Continuation - - - 6927 - 9640 - 07-01-2016 - DRS Competitive Continuation - - - 9491 - 12512 - 12-01-2020 - DRS Non-Competitive Continuation - - - 9185 - 12516 - 12-01-2020 - DRS Non-Competitive Continuation - - - 9467 - 12515 - 12-01-2020 - DRS Non-Competitive Continuation - - - 7106 - 9500 - 12-01-2015 - DRS Non-Competitive Continuation - - - 1304 - 10545 - 02-01-2019 - DRS Competitive Continuation - - - 801 - 10358 - 09-01-2018 - DRS Non-Competitive Continuation - - - 4642 - 8346 - 09-01-2014 - DRS Non-Competitive Continuation - - - 8261 - 11017 - 07-01-2019 - DRS Non-Competitive Continuation - - - 776 - 10817 - 07-01-2019 - DRS Competitive Continuation - - - 7077 - 9553 - 01-01-2016 - DRS Non-Competitive Continuation - - - 8467 - 11484 - 12-01-2019 - DRS Non-Competitive Continuation - - - 1785 - 9524 - 01-01-2016 - DRS Non-Competitive Continuation - - - 9275 - 12517 - 01-01-2021 - DRS Non-Competitive Continuation - - - 9500 - 12514 - 12-01-2020 - DRS Non-Competitive Continuation - - - 9242 - 12518 - 12-01-2020 - DRS Non-Competitive Continuation - - - 5330 - 9357 - 08-01-2015 - DRS Non-Competitive Continuation - - - 6574 - 9242 - 07-01-2015 - DRS Competitive Continuation - - - 6093 - 8740 - 02-01-2015 - DRS Non-Competitive Continuation - - - 9456 - 12495 - 11-01-2020 - DRS Non-Competitive Continuation - - - 6862 - 9587 - 03-01-2016 - DRS Non-Competitive Continuation - - - 5178 - 9681 - 07-01-2016 - DRS Non-Competitive Continuation - - - 6597 - 9583 - 02-01-2016 - DRS Non-Competitive Continuation - - - 8587 - 10971 - 07-01-2019 - DRS Non-Competitive Continuation - - - 9249 - 12520 - 12-01-2020 - DRS Non-Competitive Continuation - - - 4582 - 9249 - 07-01-2015 - DRS Competitive Continuation - - - 5163 - 9536 - 01-01-2016 - DRS Non-Competitive Continuation - - - 6073 - 8464 - 12-01-2014 - DRS Non-Competitive Continuation - - - 8464 - 12521 - 12-01-2020 - DRS Competitive Continuation - - - 6617 - 9519 - 12-01-2015 - DRS Non-Competitive Continuation - - - 9492 - 12526 - 12-01-2020 - DRS Non-Competitive Continuation - - - 9138 - 12525 - 12-01-2020 - DRS Non-Competitive Continuation - - - 9505 - 12524 - 12-01-2020 - DRS Non-Competitive Continuation - - - 9225 - 12527 - 12-01-2020 - DRS Non-Competitive Continuation - - - 9495 - 12523 - 12-01-2020 - DRS Non-Competitive Continuation - - - 9529 - 12522 - 01-01-2021 - DRS Non-Competitive Continuation - - - 9502 - 12528 - 12-01-2020 - DRS Non-Competitive Continuation - - - 9504 - 12529 - 01-01-2021 - DRS Non-Competitive Continuation - - - 7107 - 9225 - 07-01-2015 - DRS Competitive Continuation - - - 6784 - 9529 - 01-01-2016 - DRS Non-Competitive Continuation - - - 6179 - 9504 - 01-01-2016 - DRS Non-Competitive Continuation - - - 5511 - 9502 - 12-01-2015 - DRS Non-Competitive Continuation - - diff --git a/temp/grant_program.xml b/temp/grant_program.xml deleted file mode 100644 index 02a78cedb5..0000000000 --- a/temp/grant_program.xml +++ /dev/null @@ -1,259430 +0,0 @@ - - - 6806 - 550 - 10283 - 000 - 1993 - 2015-09-01 - - HS - Active - Regional Consolidated Services - http://www.regionalcs.org - 550@hsesinfo.org - 221 S Fayetteville St - - Asheboro - NC - 27203-5724 - 221 S Fayetteville St - - Asheboro - NC - 27203-5724 - 221 S Fayetteville St - - Asheboro - NC - 27203-5724 - Ms. - F203317 - L203317 - - Board of Directors President - 203317@hsesinfo.org - Ms. - F203318 - L203318 - - Executive Director - 203318@hsesinfo.org - Mr. - F203320 - L203320 - - 203320@hsesinfo.org - Ms. - F203316 - L203316 - - 203316@hsesinfo.org - 555-555-3316 - - - 4842 - 4846 - 8634 - 000 - 2014 - 2014-05-01 - 2019-04-30 - HS - Inactive - Wu Yee Children's Services - - 4846@hsesinfo.org - 831 Broadway Street, 2nd Floor - - San Francisco - CA - 94133 - 831 Broadway Street, 2nd Floor - - San Francisco - CA - 94133 - 831 Broadway Street, 2nd Floor - - San Francisco - CA - 94133 - Mr. - F47125 - L47125 - - Board President - 47125@hsesinfo.org - Ms. - F47126 - L47126 - - CEO - 47126@hsesinfo.org - Ms. - F47128 - L47128 - - 47128@hsesinfo.org - Ms. - F47124 - L47124 - - 47124@hsesinfo.org - 555-555-7124 - - - 9736 - 2002 - 11884 - 200 - 2014 - 2019-07-01 - - EHS - Active - The Child Center of NY - www.childcenterny.org - 2002@hsesinfo.org - 3410 108th St - - Corona - NY - 11368-1222 - 11835 Queens Blvd - Fl 6 - Forest Hills - NY - 11375-7200 - 11835 Queens Blvd - Fl 6 - Forest Hills - NY - 11375-7200 - Mr. - F216560 - L216560 - - Board Chairperson - 216560@hsesinfo.org - Ms. - F216561 - L216561 - - Executive Director - 216561@hsesinfo.org - Mr. - F216563 - L216563 - - 216563@hsesinfo.org - Mrs. - F216559 - L216559 - - 216559@hsesinfo.org - 555-555-6559 - - - 3520 - 4081 - 7653 - 001 - - - - HS - Active - Caddo Parish Commission - www.caddocaa.org - 4081@hsesinfo.org - 4055 St. Vincent Ave. - Post Office Box 3446, Shreveport, LA 71133 - Shreveport - LA - 71108-2542 - 4055 St. Vincent Ave. - Post Office Box 3446, Shreveport, LA 71133 - Shreveport - LA - 71108-2542 - 4055 St. Vincent Ave. - Post Office Box 3446, Shreveport, LA 71133 - Shreveport - LA - 71108-2542 - Rev. - F24962 - L24962 - - Board Chairperson - 24962@hsesinfo.org - Mr. - F24961 - L24961 - - - 24961@hsesinfo.org - Ms. - F24963 - L24963 - - 24963@hsesinfo.org - Mr. - F9209 - L9209 - - 9209@hsesinfo.org - 555-555-9209 - - - 9312 - 296 - 11566 - 000 - 2013 - 2019-01-01 - - HS - Active - LUZERNE COUNTY HEAD START, INC - http://lchs.hsweb.org - 296@hsesinfo.org - 23 Beekman St - - Wilkes Barre - PA - 18702-2109 - 23 Beekman St - - Wilkes Barre - PA - 18702-2109 - 23 Beekman St - - Wilkes Barre - PA - 18702-2109 - Dr. - F213722 - L213722 - - President Board of Directors - 213722@hsesinfo.org - Mrs. - F213723 - L213723 - - Executive Director - 213723@hsesinfo.org - Ms. - F213725 - L213725 - - 213725@hsesinfo.org - Mrs. - F213721 - L213721 - - 213721@hsesinfo.org - 555-555-3721 x 5555 - - - 9737 - 2260 - 11883 - 200 - 2001 - 2019-07-01 - - EHS - Active - Picayune School District Early Head Start - www.pcu.k12.ms.us - 2260@hsesinfo.org - 1620 Rosa St - - Picayune - MS - 39466-4229 - PO Box 1258 - - Picayune - MS - 39466-1258 - 706 Goodyear Blvd - - Picayune - MS - 39466-3220 - Mr. - F216567 - L216567 - - Board Chair - 216567@hsesinfo.org - Mr. - F216568 - L216568 - - Assistant Superintend - 216568@hsesinfo.org - Mrs. - F216570 - L216570 - - 216570@hsesinfo.org - Dr. - F216566 - L216566 - - 216566@hsesinfo.org - 555-555-6566 x 5555 - - - 484 - 1653 - 302 - 200 - 2013 - 2013-07-05 - 2019-01-31 - EHS - Inactive - Crossroads Youth & Family Services, Inc. - http://www.crossroadsyfs.org - 1653@hsesinfo.org - Crossroads Early Head Start - 1333 West Main Street - Norman - OK - 73069-6864 - Crossroads Early Head Start - 1333 West Main Street - Norman - OK - 73069-6864 - Crossroads Early Head Start - 1333 West Main Street - Norman - OK - 73069-6864 - Mr. - F37927 - L37927 - CPA - Board Chair - 37927@hsesinfo.org - Ms. - F37928 - L37928 - MPA - Executive Director - 37928@hsesinfo.org - Mrs. - F37931 - L37931 - - 37931@hsesinfo.org - Ms. - F37926 - L37926 - - 37926@hsesinfo.org - 555-555-7926 x 5555 - - - 4238 - 2073 - 6716 - 000 - 2013 - 2013-07-16 - 2018-07-31 - HS - Inactive - Mid America Regional Council - http://www.marc.org - 2073@hsesinfo.org - 600 Broadway Blvd - Ste 200 - Kansas City - MO - 64105-1659 - 600 Broadway Blvd - Ste 200 - Kansas City - MO - 64105-1659 - 600 Broadway Blvd - Ste 200 - Kansas City - MO - 64105-1659 - Ms. - F38037 - L38037 - - Board Chairperson, Mid America Regional Council - 38037@hsesinfo.org - Mr. - F38038 - L38038 - - - 38038@hsesinfo.org - Ms. - F38036 - L38036 - - 38036@hsesinfo.org - Ms. - F38035 - L38035 - - 38035@hsesinfo.org - 555-555-8035 - - - 4239 - 3218 - 6716 - 200 - 2013 - 2013-07-16 - 2018-07-31 - EHS - Inactive - Mid America Regional Council - http://www.marc.org - 3218@hsesinfo.org - 600 Broadway Blvd - Ste 200 - Kansas City - MO - 64105-1659 - 600 Broadway Blvd - Ste 200 - Kansas City - MO - 64105-1659 - 600 Broadway Blvd - Ste 200 - Kansas City - MO - 64105-1659 - Ms. - F38046 - L38046 - - Board Chairperson, Mid America Regional Council - 38046@hsesinfo.org - Mr. - F38044 - L38044 - - - 38044@hsesinfo.org - Ms. - F38043 - L38043 - - 38043@hsesinfo.org - Ms. - F38042 - L38042 - - 38042@hsesinfo.org - 555-555-8042 - - - 9738 - 1330 - 11887 - 000 - 2014 - 2019-07-01 - - HS - Active - DENTON INDEPENDENT SCHOOL DISTRICT - http://www.dentonisd.org/windle/index.htm - 1330@hsesinfo.org - 901 Audra Lane - - Denton - TX - 76209 - 901 Audra Lane - - Denton - TX - 76209 - 901 Audra Lane - - Denton - TX - 76209 - Ms. - F216574 - L216574 - - School Board President - 216574@hsesinfo.org - Dr. - F216575 - L216575 - - - 216575@hsesinfo.org - Mr. - F216577 - L216577 - - 216577@hsesinfo.org - Ms. - F216573 - L216573 - - 216573@hsesinfo.org - 555-555-6573 - - - 8876 - 2599 - 11243 - 200 - 2011 - 2018-07-01 - - EHS - Active - NORTHWEST KANSAS EDUCATIONAL SERVICE CENTER - nkesc.org - 2599@hsesinfo.org - 703 WEST SECOND - - OAKLEY - KS - 67748 - 703 WEST SECOND - - OAKLEY - KS - 67748 - 703 WEST SECOND - - OAKLEY - KS - 67748 - Mr. - F210654 - L210654 - - Board Chairperson - 210654@hsesinfo.org - Mr. - F210655 - L210655 - - Executive Director - 210655@hsesinfo.org - Ms. - F210657 - L210657 - - 210657@hsesinfo.org - Mrs. - F210653 - L210653 - - 210653@hsesinfo.org - 555-555-0653 x 5555 - - - 9077 - 1639 - 11399 - 000 - 2013 - 2018-09-01 - - AIAN HS - Active - CHEHALIS INDIAN COMMUNITY - http://www.chehalistribe.org - 1639@hsesinfo.org - 20 Tomahawk Loop Suite A - - Oakville - WA - 98568 - PO Box 536 - - Oakville - WA - 98568-0536 - 420 Howanut Rd - - Oakville - WA - 98568-9659 - Mr. - F212120 - L212120 - - Chehalis Tribal Business Commitee Chair Person - 212120@hsesinfo.org - Mrs. - F212121 - L212121 - - General Manager - 212121@hsesinfo.org - Mr. - F212123 - L212123 - - 212123@hsesinfo.org - Ms. - F212119 - L212119 - - 212119@hsesinfo.org - 555-555-2119 x 5555 - - - 4658 - 1286 - 8608 - 000 - 2014 - 2014-03-01 - 2019-02-28 - HS - Inactive - Western Arizona Council of Governments - http://www.wacog.com/headstart/ - 1286@hsesinfo.org - 1235 S Redondo Center Dr - - Yuma - AZ - 85365-2039 - 1235 S Redondo Center Dr - - Yuma - AZ - 85365-2039 - 1235 S Redondo Center Dr - - Yuma - AZ - 85365-2039 - Mrs. - F44615 - L44615 - - Chairperson - 44615@hsesinfo.org - Mr. - F44616 - L44616 - - Executive Director - 44616@hsesinfo.org - Mrs. - F44618 - L44618 - - 44618@hsesinfo.org - Mrs. - F44614 - L44614 - - 44614@hsesinfo.org - 555-555-4614 - - - 6622 - 1474 - 10142 - 000 - 1998 - 2015-07-01 - 2020-06-30 - HS - Inactive - Youth In Need - http://www.youthinneed.org - 1474@hsesinfo.org - 1815 Boones Lick Rd - - Saint Charles - MO - 63301-2247 - 1815 Boones Lick Rd - - Saint Charles - MO - 63301-2247 - 1815 Boones Lick Rd - - Saint Charles - MO - 63301-2247 - Mr. - F202024 - L202024 - - Board Chair - 202024@hsesinfo.org - Ms. - F202025 - L202025 - - - 202025@hsesinfo.org - Ms. - F202027 - L202027 - - 202027@hsesinfo.org - Ms. - F202023 - L202023 - - 202023@hsesinfo.org - 555-555-2023 x 5555 - - - 4419 - 413 - 8402 - 200 - 2013 - 2013-10-24 - 2018-10-31 - EHS - Inactive - Baraga-Houghton-Keweenaw Child Development Board, Inc. - http://www.bhkfirst.org - 413@hsesinfo.org - 700 Park Avenue - - Houghton - MI - 49931-2453 - 700 Park Avenue - - Houghton - MI - 49931-2453 - 700 Park Avenue - - Houghton - MI - 49931-2453 - Mr. - F41326 - L41326 - - Board Chairperson - 41326@hsesinfo.org - Ms. - F41327 - L41327 - - Executive Director - 41327@hsesinfo.org - Ms. - F41324 - L41324 - - 41324@hsesinfo.org - Ms. - F41323 - L41323 - - 41323@hsesinfo.org - 555-555-1323 x 5555 - - - 5047 - 1962 - 8965 - 200 - 2014 - 2014-07-01 - 2020-06-30 - EHS - Inactive - Mohawk Valley Community Action Agency, Inc. - http://www.mvcaa.com - 1962@hsesinfo.org - 9882 River Road - - Utica - NY - 13502-9882 - 9882 River Road - - Utica - NY - 13502-9882 - 9882 River Road - - Utica - NY - 13502-9882 - Mr. - F51349 - L51349 - - Board Chair - 51349@hsesinfo.org - Ms. - F51346 - L51346 - - Executive Director - 51346@hsesinfo.org - Ms. - F51350 - L51350 - - 51350@hsesinfo.org - Ms. - F51345 - L51345 - - 51345@hsesinfo.org - 555-555-1345 x 5555 - - - 9739 - 8896 - 11881 - 000 - 2019 - 2019-07-01 - - HS - Active - East Side House Settlement Head Start / Day Care - http://www.eastsidehouse.org - 8896@hsesinfo.org - 375 East 143rd Street - - Bronx - NY - 10454-1258 - 375 East 143rd Street - - Bronx - NY - 10454-1258 - 375 East 143rd Street - - Bronx - NY - 10454-1258 - Mr. - F216581 - L216581 - - Chairman - 216581@hsesinfo.org - Mr. - F216582 - L216582 - - - 216582@hsesinfo.org - Ms. - F216584 - L216584 - - 216584@hsesinfo.org - Ms. - F216580 - L216580 - - 216580@hsesinfo.org - 555-555-6580 - - - 6937 - 369 - 10412 - 000 - 1992 - 2015-11-01 - - AIAN HS - Active - Skokomish Indian Tribe - http://www.skokomish.org - 369@hsesinfo.org - 80 N Tribal Center Rd - - Skokomish Nation - WA - 98584-9748 - 80 N Tribal Center Rd - - Skokomish Nation - WA - 98584-9748 - 80 N Tribal Center Rd - - Skokomish Nation - WA - 98584-9748 - Mr. - F204220 - L204220 - - Council Chairperson - 204220@hsesinfo.org - Ms. - F204221 - L204221 - - CFO - 204221@hsesinfo.org - - F204223 - L204223 - - 204223@hsesinfo.org - Mrs. - F204219 - L204219 - - 204219@hsesinfo.org - 555-555-4219 x 5555 - - - 6974 - 363 - 10435 - 000 - 1991 - 2015-11-01 - - AIAN HS - Active - Tohono O'odham Nation - www.tonation.gov - 363@hsesinfo.org - Business Loop Main St - - Sells - AZ - 85634 - PO Box 837 - Highway 86 Business Loop - Sells - AZ - 85634-0837 - Business Loop Main St - - Sells - AZ - 85634 - Mr. - F204484 - L204484 - Jr - Chairman - 204484@hsesinfo.org - Ms. - F204485 - L204485 - - Executive Director - 204485@hsesinfo.org - Mr. - F204487 - L204487 - - 204487@hsesinfo.org - Mrs. - F204483 - L204483 - - 204483@hsesinfo.org - 555-555-4483 - - - 9740 - 8897 - 11881 - 200 - 2019 - 2019-07-01 - - EHS - Active - East Side House Settlement Head Start / Day Care - http://www.eastsidehouse.org - 8897@hsesinfo.org - 375 East 143rd Street - - Bronx - NY - 10454-1258 - 375 East 143rd Street - - Bronx - NY - 10454-1258 - 375 East 143rd Street - - Bronx - NY - 10454-1258 - Mr. - F216588 - L216588 - - Chairman - 216588@hsesinfo.org - Mr. - F216589 - L216589 - - - 216589@hsesinfo.org - Ms. - F216591 - L216591 - - 216591@hsesinfo.org - Ms. - F216587 - L216587 - - 216587@hsesinfo.org - 555-555-6587 - - - 10853 - 9135 - 12827 - 201 - 2019 - 2019-03-01 - - EHS - Active - Ada S. McKinley Community Services - http://www.adasmckinley.org - 9135@hsesinfo.org - 11400 S Edbrooke Ave - - Chicago - IL - 60628-4930 - 11400 S Edbrooke Ave - - Chicago - IL - 60628-4930 - 11400 S Edbrooke Ave - - Chicago - IL - 60628-4930 - Ms. - F224260 - L224260 - - President, Board of Directors - 224260@hsesinfo.org - Mr. - F224258 - L224258 - - Chief Executive Officer - 224258@hsesinfo.org - Ms. - F224261 - L224261 - - 224261@hsesinfo.org - Ms. - F224257 - L224257 - - 224257@hsesinfo.org - 555-555-4257 - - - 9741 - 8898 - 11879 - 000 - 2019 - 2019-07-01 - - HS - Active - West Harlem Community Organization, Inc. - - 8898@hsesinfo.org - 121 West 128th Street - - New York - NY - 10027-3010 - 121 West 128th Street - - New York - NY - 10027-3010 - 121 West 128th Street - - New York - NY - 10027-3010 - Mr. - F216595 - L216595 - - Chairperson - 216595@hsesinfo.org - Ms. - F216596 - L216596 - - Executive Director - 216596@hsesinfo.org - Ms. - F216598 - L216598 - - 216598@hsesinfo.org - Ms. - F216594 - L216594 - - 216594@hsesinfo.org - 555-555-6594 x 5555 - - - 10856 - 9138 - 12833 - 204 - 2019 - 2019-03-01 - - EHS - Active - Mary Crane League - www.marycrane.org - 9138@hsesinfo.org - 4006 W Lake St - - Chicago - IL - 60624-1839 - 4006 W Lake St - - Chicago - IL - 60624-1839 - 4006 W Lake St - - Chicago - IL - 60624-1839 - Mr. - F224278 - L224278 - - Board Chair - 224278@hsesinfo.org - Ms. - F224276 - L224276 - - Executive Director - 224276@hsesinfo.org - Ms. - F224279 - L224279 - - 224279@hsesinfo.org - Ms. - F224275 - L224275 - - 224275@hsesinfo.org - 555-555-4275 - - - 10857 - 9139 - 12835 - 205 - 2019 - 2019-03-01 - - EHS - Active - YMCA of Metropolitan Chicago - www.ymcachicago.org - 9139@hsesinfo.org - 801 North Dearborn Street - - Chicago - IL - 60610-3316 - 801 North Dearborn Street - - Chicago - IL - 60610-3316 - 801 North Dearborn Street - - Chicago - IL - 60610-3316 - Mr. - F224284 - L224284 - - Board Chair - 224284@hsesinfo.org - Mr. - F224282 - L224282 - - - 224282@hsesinfo.org - Ms. - F224285 - L224285 - - 224285@hsesinfo.org - Ms. - F224281 - L224281 - - 224281@hsesinfo.org - 555-555-4281 - - - 9618 - 2282 - 11798 - 200 - 2013 - 2019-05-01 - - EHS - Active - Pro Action of Steuben and Yates, Inc. - http://www.proactioninc.org - 2282@hsesinfo.org - 117 East Steuben Street - - Bath - NY - 14810-1636 - 117 East Steuben Street - - Bath - NY - 14810-1636 - 117 East Steuben Street - - Bath - NY - 14810-1636 - Mrs. - F215779 - L215779 - - Board President - 215779@hsesinfo.org - Mrs. - F215780 - L215780 - - - 215780@hsesinfo.org - - F215782 - L215782 - - 215782@hsesinfo.org - Mrs. - F215778 - L215778 - - 215778@hsesinfo.org - 555-555-5778 x 5555 - - - 4929 - 4935 - 8911 - 000 - 2014 - 2014-06-01 - 2019-07-31 - HS - Inactive - Iberville Parish School Board - www.ipsb.net - 4935@hsesinfo.org - 58030 Plaquemine Street - - Plaquemine - LA - 70764-0365 - PO Box 151 - - Plaquemine - LA - 70765-0151 - 58030 Plaquemine Street - - Plaquemine - LA - 70764-0365 - Dr. - F48460 - L48460 - Jr. - Superintendent - 48460@hsesinfo.org - Ms. - F48461 - L48461 - - Federal Programs Supervisor - 48461@hsesinfo.org - Ms. - F48463 - L48463 - - 48463@hsesinfo.org - Ms. - F48459 - L48459 - - 48459@hsesinfo.org - 555-555-8459 - - - 9744 - 4979 - 11882 - 000 - 2014 - 2019-07-01 - - HS - Active - Family Enrichment Network, Inc. - Familyenrichment.org - 4979@hsesinfo.org - 24 Cherry Street - - Johnson City - NY - 13790-0779 - 24 Cherry Street - - Johnson City - NY - 13790-0779 - 24 Cherry Street - - Johnson City - NY - 13790-0779 - Ms. - F216616 - L216616 - - Governing Board Chairperson - 216616@hsesinfo.org - Mr. - F216617 - L216617 - - Executive Director - 216617@hsesinfo.org - Ms. - F216619 - L216619 - - 216619@hsesinfo.org - Mrs. - F216615 - L216615 - - 216615@hsesinfo.org - 555-555-6615 x 5555 - - - 8832 - 8653 - 11203 - 000 - 2018 - 2018-06-01 - - HS - Active - Hampton Roads Community Action Program, Inc. - http://www.hrcapinc.org - 8653@hsesinfo.org - 2410 Wickham Ave - - Newport News - VA - 23607-4628 - 2410 Wickham Ave - - Newport News - VA - 23607-4628 - 2410 Wickham Ave - - Newport News - VA - 23607-4628 - Mr. - F210345 - L210345 - - Board of Directors Chairperson - 210345@hsesinfo.org - Ms. - F210346 - L210346 - - Chief Operating Officer - 210346@hsesinfo.org - Ms. - F210348 - L210348 - - 210348@hsesinfo.org - Mrs. - F210344 - L210344 - - 210344@hsesinfo.org - 555-555-0344 - - - 9745 - 4980 - 11882 - 200 - 2014 - 2019-07-01 - - EHS - Active - Family Enrichment Network, Inc. - Familyenrichment.org - 4980@hsesinfo.org - 24 Cherry Street - - Johnson City - NY - 13790-0779 - 24 Cherry Street - - Johnson City - NY - 13790-0779 - 24 Cherry Street - - Johnson City - NY - 13790-0779 - Ms. - F216623 - L216623 - - Governing Board Chairperson - 216623@hsesinfo.org - Mr. - F216624 - L216624 - - Executive Director - 216624@hsesinfo.org - Ms. - F216626 - L216626 - - 216626@hsesinfo.org - Mrs. - F216622 - L216622 - - 216622@hsesinfo.org - 555-555-6622 x 5555 - - - 9760 - 1499 - 11897 - 000 - 1998 - 2019-07-01 - - HS - Active - BakerRipley - http://www.bakerripley.org - 1499@hsesinfo.org - 4450 Harrisburg Blvd - Ste 200 - Houston - TX - 77011-4014 - 4500 Bissonnet, Suite 200 - P.O. Box 271389 - Houston - TX - 77277-1389 - 4450 Harrisburg Blvd - Ste 200 - Houston - TX - 77011-4014 - Ms. - F216731 - L216731 - - Chairman, Board of Directors - 216731@hsesinfo.org - Ms. - F216732 - L216732 - - President & CEO - 216732@hsesinfo.org - Mrs. - F216734 - L216734 - - 216734@hsesinfo.org - Ms. - F216730 - L216730 - - 216730@hsesinfo.org - 555-555-6730 - - - 8406 - 2494 - 10820 - 200 - 2001 - 2017-01-01 - - AIAN EHS - Active - Standing Rock Sioux Tribe, Early Head Start - - 2494@hsesinfo.org - 182 Proposal Avenue - - Fort Yates - ND - 58538 - PO Box 768 - - Fort Yates - ND - 58538-0768 - 182 Proposal Avenue - - Fort Yates - ND - 58538 - Mr. - F208043 - L208043 - - Standing Rock Sioux Tribal Chairman - 208043@hsesinfo.org - Mrs. - F208044 - L208044 - - Standing Rock Sioux Tribe CEO - 208044@hsesinfo.org - Mrs. - F208046 - L208046 - - 208046@hsesinfo.org - Ms. - F208042 - L208042 - - 208042@hsesinfo.org - 555-555-8042 x 5555 - - - 9761 - 1498 - 11897 - 200 - 2000 - 2019-07-01 - - EHS - Active - BakerRipley - http://www.bakerripley.org - 1498@hsesinfo.org - 4450 Harrisburg Blvd - Ste 200 - Houston - TX - 77011-4014 - PO Box 231808 - - Houston - TX - 77223-1808 - 4500 Bissonnet - - Bellaire - TX - 77401 - Ms. - F216738 - L216738 - - Chairman, Board of Directors - 216738@hsesinfo.org - Ms. - F216739 - L216739 - - President & CEO - 216739@hsesinfo.org - Mrs. - F216741 - L216741 - - 216741@hsesinfo.org - Ms. - F216737 - L216737 - - 216737@hsesinfo.org - 555-555-6737 - - - 10873 - 3038 - 12844 - 200 - 2015 - 2020-01-01 - - EHS - Active - Onslow County Partnership for Children, Inc. - www.onslowkids.org - 3038@hsesinfo.org - 900 Dennis Road - - Jacksonville - NC - 28546 - 900 Dennis Road - - Jacksonville - NC - 28546 - 900 Dennis Road - - Jacksonville - NC - 28546 - Mr. - F224399 - L224399 - - Board Chair - 224399@hsesinfo.org - Mrs. - F224400 - L224400 - - Executive Director - 224400@hsesinfo.org - Ms. - F224402 - L224402 - - 224402@hsesinfo.org - Ms. - F224398 - L224398 - - 224398@hsesinfo.org - 555-555-4398 - - - 9576 - 8833 - 11690 - 200 - 2019 - 2019-03-01 - - EHS - Active - Onslow County Partnership for Children, Inc. - www.onslowkids.org - 8833@hsesinfo.org - 900 Dennis Road - - Jacksonville - NC - 28546 - 900 Dennis Road - - Jacksonville - NC - 28546 - 900 Dennis Road - - Jacksonville - NC - 28546 - Mr. - F215485 - L215485 - - Board Chair - 215485@hsesinfo.org - Mrs. - F215486 - L215486 - - Executive Director - 215486@hsesinfo.org - Ms. - F215488 - L215488 - - 215488@hsesinfo.org - Ms. - F215484 - L215484 - - 215484@hsesinfo.org - 555-555-5484 - - - 9328 - 867 - 11582 - 000 - 2013 - 2019-02-01 - - HS - Active - Community Action Program, Inc. of Western Indiana - http://www.capwi.org/head_start.htm - 867@hsesinfo.org - 418 Washington St - 418 Washington Street - Covington - IN - 47932-1257 - PO Box 188 - 418 Washington Street - Covington - IN - 47932-0188 - 418 Washington St - 418 Washington Street - Covington - IN - 47932-1257 - Mr. - F213833 - L213833 - - CAP Board President - 213833@hsesinfo.org - Mrs. - F213834 - L213834 - - - 213834@hsesinfo.org - Mrs. - F213836 - L213836 - - 213836@hsesinfo.org - Mrs. - F213832 - L213832 - - 213832@hsesinfo.org - 555-555-3832 - - - 8017 - 1964 - 10523 - 000 - 2000 - 2016-02-01 - - HS - Active - Head Start of Washington County, Inc. - http://www.headstartwashco.org - 1964@hsesinfo.org - 325 West Memorial Boulevard - - Hagerstown - MD - 21740-6219 - 325 West Memorial Boulevard - - Hagerstown - MD - 21740-6219 - 325 West Memorial Boulevard - - Hagerstown - MD - 21740-6219 - Ms. - F205324 - L205324 - - - 205324@hsesinfo.org - Mrs. - F205325 - L205325 - - - 205325@hsesinfo.org - Ms. - F205327 - L205327 - - 205327@hsesinfo.org - Mrs. - F205323 - L205323 - - 205323@hsesinfo.org - 555-555-5323 x 5555 - - - 8248 - 1538 - 10646 - 200 - 2000 - 2016-07-01 - - EHS - Active - North Florida Child Development, Inc. - http://www.floridachildren.org - 1538@hsesinfo.org - 141 S Highway 71 - - Wewahitchka - FL - 32465-4301 - PO Box 38 - - Wewahitchka - FL - 32465-0038 - 141 S Highway 71 - - Wewahitchka - FL - 32465-4301 - Mrs. - F206851 - L206851 - - Board of Directors, Chair - 206851@hsesinfo.org - Ms. - F206852 - L206852 - - CEO/HS/EHS - 206852@hsesinfo.org - Ms. - F206854 - L206854 - - 206854@hsesinfo.org - Ms. - F206850 - L206850 - - 206850@hsesinfo.org - 555-555-6850 - - - 11510 - 9411 - 13328 - 200 - 2020 - 2020-07-01 - - EHS - Active - Center for Transforming Lives - www.transforminglives.org - 9411@hsesinfo.org - 512 W 4th St - - Fort Worth - TX - 76102-3613 - 512 W 4th St - - Fort Worth - TX - 76102-3613 - 512 W 4th St - - Fort Worth - TX - 76102-3613 - Ms. - F228598 - L228598 - - Board Chair - 228598@hsesinfo.org - Mrs. - F228599 - L228599 - - Chief Executive Officer - 228599@hsesinfo.org - Ms. - F228601 - L228601 - - 228601@hsesinfo.org - Ms. - F228597 - L228597 - - 228597@hsesinfo.org - 555-555-8597 - - - 9547 - 1725 - 11770 - 000 - 2014 - 2019-04-01 - - HS - Active - Community Services for Children, Inc. - http://www.cscinc.org - 1725@hsesinfo.org - 1520 Hanover Avenue - - Allentown - PA - 18109-2360 - 1520 Hanover Avenue - - Allentown - PA - 18109-2360 - 1520 Hanover Avenue - - Allentown - PA - 18109-2360 - Mrs. - F215326 - L215326 - - Chairperson, Board of Directors - 215326@hsesinfo.org - Mrs. - F215327 - L215327 - - CEO/President - 215327@hsesinfo.org - Ms. - F215329 - L215329 - - 215329@hsesinfo.org - Mrs. - F215325 - L215325 - - 215325@hsesinfo.org - 555-555-5325 x 5555 - - - 8018 - 1965 - 10523 - 200 - 2001 - 2016-02-01 - - EHS - Active - Head Start of Washington County, Inc. - http://www.headstartwashco.org - 1965@hsesinfo.org - 325 West Memorial Boulevard - - Hagerstown - MD - 21740-6219 - 325 West Memorial Boulevard - - Hagerstown - MD - 21740-6219 - 325 West Memorial Boulevard - - Hagerstown - MD - 21740-6219 - Ms. - F205330 - L205330 - - - 205330@hsesinfo.org - Mrs. - F205331 - L205331 - - - 205331@hsesinfo.org - Ms. - F205333 - L205333 - - 205333@hsesinfo.org - Mrs. - F205329 - L205329 - - 205329@hsesinfo.org - 555-555-5329 x 5555 - - - 10086 - 6283 - 12109 - 200 - - 2019-07-01 - - EHS - Active - Northwest Arkansas Head Start - http://www.nwaheadstart.org - 6283@hsesinfo.org - 2109 SE J St - Northwest Arkansas Head Start Human Services, Inc. - Bentonville - AR - 72712-3860 - 2109 SE J St - Northwest Arkansas Head Start Human Services, Inc. - Bentonville - AR - 72712-3860 - 2109 SE J St - Northwest Arkansas Head Start Human Services, Inc. - Bentonville - AR - 72712-3860 - Mrs. - F218995 - L218995 - - Board of Directors Chairperson - 218995@hsesinfo.org - Mrs. - F218996 - L218996 - - Executive Director - 218996@hsesinfo.org - Mr. - F218998 - L218998 - - 218998@hsesinfo.org - Ms. - F218994 - L218994 - - 218994@hsesinfo.org - 555-555-8994 - - - 4728 - 3973 - 8710 - 056 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Friends of Crown Heights Educational Centers - www.fochdaycare.org - 3973@hsesinfo.org - 671-675 Prospect Place - - Brooklyn - NY - 11216-3508 - 671-675 Prospect Place - - Brooklyn - NY - 11216-3508 - 671-675 Prospect Place - - Brooklyn - NY - 11216-3508 - Ms. - F45845 - L45845 - - Chairperson - 45845@hsesinfo.org - Mr. - F45843 - L45843 - - - 45843@hsesinfo.org - - F45842 - L45842 - - 45842@hsesinfo.org - Ms. - F45847 - L45847 - - 45847@hsesinfo.org - 555-555-5847 - - - 9146 - 8729 - 11448 - 000 - 2018 - 2018-09-01 - - HS - Active - Clinch Valley Community Action - www.clinchvalleycaa.org - 8729@hsesinfo.org - 1379 Tazewell Avenue - - North Tazewell - VA - 24630 - PO Box 188 - - North Tazewell - VA - 24630-9569 - 1379 Tazewell Avenue - - North Tazewell - VA - 24630 - Mr. - F212579 - L212579 - II - Board Chairperson - 212579@hsesinfo.org - Mr. - F212577 - L212577 - - Executive Director - 212577@hsesinfo.org - Ms. - F212580 - L212580 - - 212580@hsesinfo.org - Ms. - F212576 - L212576 - - 212576@hsesinfo.org - 555-555-2576 x 5555 - - - 4291 - 1284 - 8310 - 200 - 2013 - 2013-08-19 - 2019-08-31 - EHS - Inactive - Skagit Valley College - http://sihs.skagit.edu - 1284@hsesinfo.org - 320 Pacific Place - - Mount Vernon - WA - 98273 - 2405 East College Way - - Mount Vernon - WA - 98273-5821 - 320 Pacific Place - - Mount Vernon - WA - 98273 - Ms. - F38811 - L38811 - - Chair of the Board of Trustees - 38811@hsesinfo.org - Mr. - F38810 - L38810 - - - 38810@hsesinfo.org - Ms. - F38808 - L38808 - - 38808@hsesinfo.org - Ms. - F38806 - L38806 - - 38806@hsesinfo.org - 555-555-8806 - - - 10706 - 3606 - 12710 - 002 - 2013 - 2019-11-01 - - Migrant HS - Active - Benedictine Sisters of Erie - eriebenedictines.org - 3606@hsesinfo.org - 345 East Ninth Street - - Erie - PA - 16503-1107 - 345 East Ninth Street - - Erie - PA - 16503-1107 - 345 East Ninth Street - - Erie - PA - 16503-1107 - Sister - F223271 - L223271 - - Board Chair - 223271@hsesinfo.org - Sister - F223272 - L223272 - - - 223272@hsesinfo.org - Sr. - F223274 - L223274 - - 223274@hsesinfo.org - Sister - F223270 - L223270 - - 223270@hsesinfo.org - 555-555-3270 - - - 4858 - 818 - 8793 - 000 - 2014 - 2014-06-01 - 2019-05-31 - HS - Inactive - Floyd County Community Action Agency - FCHEADSTART.com - 818@hsesinfo.org - 1902 Corydon Pike - - New Albany - IN - 47150-6114 - PO Box 1025 - - New Albany - IN - 47151-1025 - 1902 Corydon Pike - - New Albany - IN - 47150-6114 - Dr. - F47640 - L47640 - - FCCAA Board President - 47640@hsesinfo.org - Ms. - F47638 - L47638 - - Director - 47638@hsesinfo.org - Ms. - F47637 - L47637 - - 47637@hsesinfo.org - Ms. - F47635 - L47635 - - 47635@hsesinfo.org - 555-555-7635 x 5555 - - - 8288 - 716 - 10663 - 000 - 1991 - 2016-07-01 - - HS - Active - Hidalgo County Head Start Program - www.hchsp.org - 716@hsesinfo.org - 1901 W State Highway 107 - - McAllen - TX - 78504-9552 - 1901 W State Highway 107 - - McAllen - TX - 78504-9552 - 1901 W State Highway 107 - - McAllen - TX - 78504-9552 - Mr. - F207156 - L207156 - - County Judge - 207156@hsesinfo.org - Ms. - F207157 - L207157 - - Executive Director - 207157@hsesinfo.org - Mr. - F207159 - L207159 - - 207159@hsesinfo.org - Ms. - F207155 - L207155 - - 207155@hsesinfo.org - 555-555-7155 - - - 9155 - 487 - 11462 - 000 - 1991 - 2018-11-01 - - HS - Active - Child Development Council of Franklin County, Inc. - http://www.cdcheadstart.org - 487@hsesinfo.org - 999 Crupper Ave - - Columbus - OH - 43229-1108 - 999 Crupper Ave - - Columbus - OH - 43229-1108 - 999 Crupper Ave - - Columbus - OH - 43229-1108 - Ms. - F212622 - L212622 - - Board Chair - 212622@hsesinfo.org - Ms. - F212623 - L212623 - - President & CEO - 212623@hsesinfo.org - Ms. - F212625 - L212625 - - 212625@hsesinfo.org - Ms. - F212621 - L212621 - - 212621@hsesinfo.org - 555-555-2621 - - - 1426 - 868 - 2923 - 200 - 2013 - 2013-07-02 - 2019-01-31 - EHS - Inactive - Community Action Program, Inc. of Western Indiana - http://www.capwi.org - 868@hsesinfo.org - 418 Washington St - - Covington - IN - 47932-1257 - PO Box 188 - - Covington - IN - 47932-0188 - 418 Washington St - - Covington - IN - 47932-1257 - Mr. - F37674 - L37674 - - CAP Board President - 37674@hsesinfo.org - Mrs. - F37671 - L37671 - - - 37671@hsesinfo.org - Mrs. - F37673 - L37673 - - 37673@hsesinfo.org - Mrs. - F37669 - L37669 - - 37669@hsesinfo.org - 555-555-7669 - - - 9200 - 8734 - 11487 - 000 - 2019 - 2018-11-01 - - HS - Active - Community Services Office of Hot Springs and Garland County - - 8734@hsesinfo.org - 600 W Grand Ave - Ste 200 - Hot Springs - AR - 71901-3936 - PO Box 1175 - - Hot Springs - AR - 71902-1175 - 600 W Grand Ave - Ste 200 - Hot Springs - AR - 71901-3936 - Mrs. - F212936 - L212936 - - Board President - 212936@hsesinfo.org - Mrs. - F212937 - L212937 - - Executive Director - 212937@hsesinfo.org - Mrs. - F212939 - L212939 - - 212939@hsesinfo.org - Mrs. - F212935 - L212935 - - 212935@hsesinfo.org - 555-555-2935 - - - 7047 - 1540 - 10495 - 000 - 1991 - 2016-01-01 - - HS - Active - Child Start, Inc. - thechildstartinc.org - 1540@hsesinfo.org - 1001 Worden Ave - - Missoula - MT - 59802-2827 - 1001 Worden Ave - - Missoula - MT - 59802-2827 - 1001 Worden Ave - - Missoula - MT - 59802-2827 - Ms. - F204996 - L204996 - - Board President - 204996@hsesinfo.org - Ms. - F204997 - L204997 - - Director - 204997@hsesinfo.org - Ms. - F204999 - L204999 - - 204999@hsesinfo.org - Ms. - F204995 - L204995 - - 204995@hsesinfo.org - 555-555-4995 - - - 9421 - 8754 - 11487 - 200 - 2019 - 2019-06-01 - - EHS - Active - Community Services Office of Hot Springs and Garland County - - 8754@hsesinfo.org - 600 W Grand Ave - Ste 200 - Hot Springs - AR - 71901-3936 - PO Box 1175 - - Hot Springs - AR - 71902-1175 - 600 W Grand Ave - Ste 200 - Hot Springs - AR - 71901-3936 - Mrs. - F214459 - L214459 - - Board President - 214459@hsesinfo.org - Mrs. - F214457 - L214457 - - Executive Director - 214457@hsesinfo.org - Mrs. - F214460 - L214460 - - 214460@hsesinfo.org - Mrs. - F214456 - L214456 - - 214456@hsesinfo.org - 555-555-4456 - - - 6797 - 288 - 10296 - 000 - 1991 - 2015-09-01 - - HS - Active - People Incorporated of Virginia - http://www.peopleinc.net - 288@hsesinfo.org - 1173 W Main St - - Abingdon - VA - 24210-4703 - 1173 W Main St - - Abingdon - VA - 24210-4703 - 1173 W Main St - - Abingdon - VA - 24210-4703 - Mr. - F203254 - L203254 - - - 203254@hsesinfo.org - Mr. - F203255 - L203255 - - President and C.E.O. - 203255@hsesinfo.org - Mr. - F203257 - L203257 - - 203257@hsesinfo.org - Ms. - F203253 - L203253 - - 203253@hsesinfo.org - 555-555-3253 - - - 8569 - 8448 - 10972 - 200 - 2017 - 2017-03-01 - - EHS - Active - Kidango, Inc. - www.kidango.org - 8448@hsesinfo.org - 44000 Old Warm Springs Blvd - - Fremont - CA - 94538-6145 - 44000 Old Warm Springs Blvd - - Fremont - CA - 94538-6145 - 44000 Old Warm Springs Blvd - - Fremont - CA - 94538-6145 - Mr. - F208706 - L208706 - - Board President - 208706@hsesinfo.org - Mr. - F208707 - L208707 - - Executive Director - 208707@hsesinfo.org - Ms. - F208709 - L208709 - - 208709@hsesinfo.org - Ms. - F208705 - L208705 - - 208705@hsesinfo.org - 555-555-8705 - - - 4759 - 3514 - 8739 - 204 - 2014 - 2014-03-01 - 2019-02-28 - Migrant EHS - Inactive - Central California Child Development Services - www.cccds.com - 3514@hsesinfo.org - 2250 Rockefeller Drive, Suite 1 - P.O. Box 2540 - Ceres - CA - 95307-0794 - 2250 Rockefeller Drive, Suite 1 - P.O. Box 2540 - Ceres - CA - 95307-0794 - 2250 Rockefeller Drive, Suite 1 - P.O. Box 2540 - Ceres - CA - 95307-0794 - Mr. - F46062 - L46062 - - President - 46062@hsesinfo.org - Ms. - F46060 - L46060 - - - 46060@hsesinfo.org - Mr. - F46059 - L46059 - - 46059@hsesinfo.org - Ms. - F46065 - L46065 - - 46065@hsesinfo.org - 555-555-6065 - - - 9749 - 5054 - 11890 - 200 - 2014 - 2019-07-01 - - EHS - Active - Catholic Charities Neighborhood Services, Inc. - ccbq.org - 5054@hsesinfo.org - 191 Joralemon St - Fl 2 - Brooklyn - NY - 11201-4353 - 191 Joralemon St - Fl 2 - Brooklyn - NY - 11201-4353 - 191 Joralemon St - Fl 2 - Brooklyn - NY - 11201-4353 - Ms. - F216651 - L216651 - - President - 216651@hsesinfo.org - Msgr. - F216652 - L216652 - - CCNS Chief Executive Officer - 216652@hsesinfo.org - Ms. - F216654 - L216654 - - 216654@hsesinfo.org - Mrs. - F216650 - L216650 - - 216650@hsesinfo.org - 555-555-6650 - - - 9750 - 776 - 11892 - 000 - 2014 - 2019-07-01 - - HS - Active - MT PLEASANT INDEPENDENT SCHOOL DISTRICT - www.mpisd.net - 776@hsesinfo.org - 1602 W Ferguson Rd - - Mount Pleasant - TX - 75455-2918 - 2230 N Edwards Ave - - Mount Pleasant - TX - 75455-2036 - 2230 N Edwards Ave - - Mount Pleasant - TX - 75455-2036 - Mrs. - F216658 - L216658 - - MPISD Board President - 216658@hsesinfo.org - Mr. - F216659 - L216659 - - MPISD Superintendent/Executive Director of HS/EHS - 216659@hsesinfo.org - Ms. - F216661 - L216661 - - 216661@hsesinfo.org - Mrs. - F216657 - L216657 - - 216657@hsesinfo.org - 555-555-6657 - - - 9386 - 960 - 11619 - 000 - 2014 - 2019-02-01 - - HS - Active - TABLELAND SERVICES, INC - http://www.capfsc.org - 960@hsesinfo.org - 535 East Main Street - - Somerset - PA - 15501-2163 - 535 East Main Street - - Somerset - PA - 15501-2163 - 535 East Main Street - - Somerset - PA - 15501-2163 - Mr. - F214235 - L214235 - - Chairperson - 214235@hsesinfo.org - Mr. - F214236 - L214236 - - Executive Director - 214236@hsesinfo.org - Mrs. - F214238 - L214238 - - 214238@hsesinfo.org - Mrs. - F214234 - L214234 - - 214234@hsesinfo.org - 555-555-4234 x 5555 - - - 9387 - 3043 - 11619 - 200 - 2014 - 2019-02-01 - - EHS - Active - TABLELAND SERVICES, INC - http://www.capfsc.org - 3043@hsesinfo.org - 535 East Main Street - - Somerset - PA - 15501 - 535 East Main Street - - Somerset - PA - 15501 - 535 East Main Street - - Somerset - PA - 15501 - Mr. - F214242 - L214242 - - Chairperson - 214242@hsesinfo.org - Mr. - F214243 - L214243 - - Executive Director - 214243@hsesinfo.org - Mrs. - F214245 - L214245 - - 214245@hsesinfo.org - Mrs. - F214241 - L214241 - - 214241@hsesinfo.org - 555-555-4241 x 5555 - - - 10613 - 1140 - 12615 - 000 - 2014 - 2019-09-01 - - AIAN HS - Active - California Rural Indian Health Board - http://www.crihb.org - 1140@hsesinfo.org - 1020 Sun Down Way - - Roseville - CA - 95661-4473 - 1020 Sundown Way - - Roseville - CA - 95661-4473 - 1020 Sun Down Way - - Roseville - CA - 95661-4473 - Ms. - F222626 - L222626 - - Chairperson - 222626@hsesinfo.org - Dr. - F222627 - L222627 - - Cheif Executive Officer - 222627@hsesinfo.org - Ms. - F222629 - L222629 - - 222629@hsesinfo.org - Ms. - F222625 - L222625 - JD - 222625@hsesinfo.org - 555-555-2625 x 5555 - - - 10614 - 6224 - 12614 - 200 - - 2019-09-01 - - AIAN EHS - Active - OWENS VALLEY CAREER DEVELOPMENT CENTER - http://www.ovcdc.com - 6224@hsesinfo.org - 2574 Diaz Ln - - Bishop - CA - 93514-8099 - 2574 Diaz Ln - - Bishop - CA - 93514-8099 - 2574 Diaz Ln - - Bishop - CA - 93514-8099 - Mr. - F222633 - L222633 - - OVBT Chair - 222633@hsesinfo.org - Mr. - F222634 - L222634 - - EXECUTIVE DIRECTOR - 222634@hsesinfo.org - Mr. - F222636 - L222636 - - 222636@hsesinfo.org - Ms. - F222632 - L222632 - - 222632@hsesinfo.org - 555-555-2632 x 5555 - - - 6704 - 2423 - 10194 - 000 - 1992 - 2015-08-01 - - HS - Active - Westchester Community Opportunity Program, Inc. - http://www.westcop.org - 2423@hsesinfo.org - 2 Westchester Plz Ste 137 - - Elmsford - NY - 10523-1607 - 2 Westchester Plz Ste 137 - - Elmsford - NY - 10523-1607 - 2 Westchester Plz Ste 137 - - Elmsford - NY - 10523-1607 - Mr. - F202599 - L202599 - - Chairman of the Board - 202599@hsesinfo.org - Mr. - F202600 - L202600 - - Chief Executive Officer/Executive Director - 202600@hsesinfo.org - Ms. - F202602 - L202602 - - 202602@hsesinfo.org - Mr. - F202598 - L202598 - - 202598@hsesinfo.org - 555-555-2598 - - - 6705 - 2422 - 10194 - 200 - 2003 - 2015-08-01 - - EHS - Active - Westchester Community Opportunity Program, Inc. - http://www.westcop.org - 2422@hsesinfo.org - 2 Westchester Plz Ste 137 - - Elmsford - NY - 10523-1607 - 2 Westchester Plz Ste 137 - - Elmsford - NY - 10523-1607 - 2 Westchester Plz Ste 137 - - Elmsford - NY - 10523-1607 - Mr. - F202606 - L202606 - - Chairman of the Board - 202606@hsesinfo.org - Mr. - F202607 - L202607 - - Chief Executive Officer/Executive Director - 202607@hsesinfo.org - Ms. - F202609 - L202609 - - 202609@hsesinfo.org - Mr. - F202605 - L202605 - - 202605@hsesinfo.org - 555-555-2605 - - - 10615 - 6227 - 12613 - 200 - - 2019-09-01 - - AIAN EHS - Active - GILA RIVER INDIAN COMMUNITY - http://www.gilariver.org - 6227@hsesinfo.org - 280 S Ocotillo Rd - - Sacaton - AZ - 85147 - PO Box A - - Sacaton - AZ - 85147-0011 - 280 S. Ocotillo Rd - - Sacaton - AZ - 85147 - Gov. - F222640 - L222640 - - Governor - 222640@hsesinfo.org - Mr. - F222641 - L222641 - - Director of Tribal Education - 222641@hsesinfo.org - Mrs. - F222643 - L222643 - - 222643@hsesinfo.org - Mrs. - F222639 - L222639 - - 222639@hsesinfo.org - 555-555-2639 x 5555 - - - 5996 - 6003 - 9632 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Westchester Community Opportunity Program, Inc. (WestCO - www.westcop.org - 6003@hsesinfo.org - 2 Westchester Plaza - - Elmsford - NY - 10523-1607 - 2 Westchester Plaza - - Elmsford - NY - 10523-1607 - 2 Westchester Plaza - - Elmsford - NY - 10523-1607 - Mr. - F106698 - L106698 - - Board Chairman - 106698@hsesinfo.org - Mr. - F106699 - L106699 - - Chief Executive Officer - 106699@hsesinfo.org - Ms. - F106701 - L106701 - - 106701@hsesinfo.org - Ms. - F106697 - L106697 - - 106697@hsesinfo.org - 555-555-6697 x 5555 - - - 9725 - 795 - 11871 - 000 - 2014 - 2019-06-01 - - HS - Active - COMMUNITY SERVICES OFFICE - - 795@hsesinfo.org - 600 W Grand Ave - Ste 200 - Hot Springs - AR - 71901-3936 - PO Box 1175 - - Hot Springs - AR - 71902-1175 - 600 W Grand Ave - Ste 200 - Hot Springs - AR - 71901-3936 - Mrs. - F216496 - L216496 - - Board President - 216496@hsesinfo.org - Mrs. - F216497 - L216497 - - Executive Director - 216497@hsesinfo.org - Ms. - F216499 - L216499 - - 216499@hsesinfo.org - Mrs. - F216495 - L216495 - - 216495@hsesinfo.org - 555-555-6495 - - - 9726 - 8438 - 11871 - 200 - 2017 - 2019-06-01 - - EHS - Active - COMMUNITY SERVICES OFFICE - - 8438@hsesinfo.org - 600 W Grand Ave - Ste 200 - Hot Springs - AR - 71901-3936 - PO Box 1175 - - Hot Springs - AR - 71902-1175 - 600 W Grand Ave - Ste 200 - Hot Springs - AR - 71901-3936 - Mrs. - F216503 - L216503 - - Board President - 216503@hsesinfo.org - Mrs. - F216504 - L216504 - - Executive Director - 216504@hsesinfo.org - Mrs. - F216506 - L216506 - - 216506@hsesinfo.org - Mrs. - F216502 - L216502 - - 216502@hsesinfo.org - 555-555-6502 - - - 9332 - 2971 - 11587 - 000 - 2013 - 2019-02-01 - - HS - Active - The Hudson Guild - 441 W26th St - 2971@hsesinfo.org - 441 W 26th St - - New York - NY - 10001-5629 - 441 W 26th St - - New York - NY - 10001-5629 - 441 W 26th St - - New York - NY - 10001-5629 - Mr. - F213861 - L213861 - - Chairperson - 213861@hsesinfo.org - Mr. - F213862 - L213862 - - Executive Director - 213862@hsesinfo.org - Ms. - F213864 - L213864 - - 213864@hsesinfo.org - Ms. - F213860 - L213860 - - 213860@hsesinfo.org - 555-555-3860 - - - 6772 - 3710 - 10256 - 002 - - 2015-08-01 - 2020-07-31 - HS - Inactive - Sacramento City Unified School District - www.scusd.edu - 3710@hsesinfo.org - Serna Center - 5735 - 47th Avenue - Sacramento - CA - 95824-4528 - Serna Center - 5735 - 47th Avenue - Sacramento - CA - 95824-4528 - Serna Center - 5735 - 47th Avenue - Sacramento - CA - 95824-4528 - Ms. - F203075 - L203075 - - President - 203075@hsesinfo.org - Mr. - F203076 - L203076 - - Superintendent - 203076@hsesinfo.org - Ms. - F203078 - L203078 - - 203078@hsesinfo.org - Ms. - F203074 - L203074 - - 203074@hsesinfo.org - 555-555-3074 - - - 5274 - 3640 - 9121 - 004 - 2014 - 2014-07-01 - 2019-06-30 - Migrant HS - Inactive - Rainbow Learning Enrichment - www.rvmshs.org - 3640@hsesinfo.org - 202 North Schuyler Ave. - Suite 107 - - Kankakee - IL - 60901 - 202 North Schuyler Ave. - Suite 107 - - Kankakee - IL - 60901 - 202 North Schuyler Ave. - Suite 107 - - Kankakee - IL - 60901 - Ms. - F53592 - L53592 - - Board President - 53592@hsesinfo.org - Ms. - F53590 - L53590 - - - 53590@hsesinfo.org - Mrs. - F53589 - L53589 - - 53589@hsesinfo.org - Mrs. - F53588 - L53588 - - 53588@hsesinfo.org - 555-555-3588 - - - 9140 - 354 - 11451 - 000 - 2013 - 2018-09-30 - - HS - Active - Talladega Clay Randolph Child Care Corporation - www.tcrchildcarecorporation.org - 354@hsesinfo.org - 925 North Street, East - - Talladega - AL - 35160-2501 - 925 North Street, East - - Talladega - AL - 35160-2501 - 925 North Street, East - - Talladega - AL - 35160-2501 - Mr. - F212546 - L212546 - - Board Chairperson - 212546@hsesinfo.org - Ms. - F212547 - L212547 - - Executive Director - 212547@hsesinfo.org - Ms. - F212549 - L212549 - - 212549@hsesinfo.org - Mrs. - F212545 - L212545 - - 212545@hsesinfo.org - 555-555-2545 x 5555 - - - 8833 - 8654 - 11203 - 200 - 2018 - 2018-06-01 - - EHS - Active - Hampton Roads Community Action Program, Inc. - http://www.hrcapinc.org - 8654@hsesinfo.org - 2410 Wickham Ave - - Newport News - VA - 23607-4628 - 2410 Wickham Ave - - Newport News - VA - 23607-4628 - 2410 Wickham Ave - - Newport News - VA - 23607-4628 - Ms. - F210352 - L210352 - - Board of Directors Chairperson - 210352@hsesinfo.org - Ms. - F210353 - L210353 - - Executive Director - 210353@hsesinfo.org - Ms. - F210355 - L210355 - - 210355@hsesinfo.org - Mrs. - F210351 - L210351 - - 210351@hsesinfo.org - 555-555-0351 - - - 8764 - 2123 - 11133 - 200 - 2013 - 2017-12-01 - - EHS - Active - New Opportunities, Incorporated - www.newopp.org - 2123@hsesinfo.org - 23751 Highway 30 - - Carroll - IA - 51401-8505 - 23751 Hwy. 30 E., P.O. Box 427 - - Carroll - IA - 51401-2209 - 23751 Highway 30 - - Carroll - IA - 51401-8505 - Mr. - F209813 - L209813 - - Board Chairman - 209813@hsesinfo.org - Mr. - F209814 - L209814 - - Chief Executive Officer - 209814@hsesinfo.org - Ms. - F209816 - L209816 - - 209816@hsesinfo.org - Ms. - F209812 - L209812 - - 209812@hsesinfo.org - 555-555-9812 x 5555 - - - 9311 - 4330 - 11565 - 200 - 2013 - 2019-01-01 - - EHS - Active - Neighborhood House - www.nhwa.org - 4330@hsesinfo.org - 1225 S Weller St - Ste 510 - Seattle - WA - 98144-1906 - 1225 S Weller St - Ste 510 - Seattle - WA - 98144-1906 - 1225 S Weller St - Ste 510 - Seattle - WA - 98144-1906 - Ms. - F213715 - L213715 - - Board President - 213715@hsesinfo.org - Ms. - F213716 - L213716 - - Executive Director - 213716@hsesinfo.org - Ms. - F213718 - L213718 - - 213718@hsesinfo.org - Ms. - F213714 - L213714 - - 213714@hsesinfo.org - 555-555-3714 x 5555 - - - 5225 - 3534 - 9071 - 001 - 2014 - 2014-07-01 - - HS - Active - Greater Trumbull/Monroe Regional Head Start - https://www.trumbullps.org/ - 3534@hsesinfo.org - 240 Middlebrooks Avenue - - Trumbull - CT - 06611-3015 - 1070 Park Ave - - Bridgeport - CT - 06604-3400 - 1070 Park Ave - - Bridgeport - CT - 06604-3400 - Mrs. - F53095 - L53095 - - Board Chair Person - 53095@hsesinfo.org - Dr. - F53096 - L53096 - - Executive Director - 53096@hsesinfo.org - Mrs. - F53092 - L53092 - - 53092@hsesinfo.org - Dr. - F53091 - L53091 - - 53091@hsesinfo.org - 555-555-3091 - - - 9751 - 775 - 11892 - 200 - 2014 - 2019-07-01 - - EHS - Active - MT PLEASANT INDEPENDENT SCHOOL DISTRICT - http://www.mpisd.net - 775@hsesinfo.org - 201 Gibson Ave - - Mount Pleasant - TX - 75455-3735 - PO Box 1117 - - Mount Pleasant - TX - 75456-1117 - 2230 N Edwards Ave - - Mount Pleasant - TX - 75455-2036 - Mrs. - F216665 - L216665 - - MPISD Board President - 216665@hsesinfo.org - Mr. - F216666 - L216666 - - MPISD Superintendent/Executive Director of HS/EHS - 216666@hsesinfo.org - Ms. - F216668 - L216668 - - 216668@hsesinfo.org - Mrs. - F216664 - L216664 - - 216664@hsesinfo.org - 555-555-6664 - - - 4612 - 3042 - 8585 - 200 - 2014 - 2014-02-01 - 2019-01-31 - EHS - Inactive - Quintana Baptist Church - - 3042@hsesinfo.org - Edificio Caribe Plaza - 579 Ave Ponce De Leon - San Juan - PR - 00920 - 2000 Carr 8177 - Suite 26 PMB 473 - Guaynabo - PR - 00966 - Edificio Plaza Caribe - 579 Ave Ponce De Leon - San Juan - PR - 00920 - Mrs. - F44057 - L44057 - - Board President - 44057@hsesinfo.org - Mr. - F44055 - L44055 - - - 44055@hsesinfo.org - Mrs. - F44054 - L44054 - - 44054@hsesinfo.org - Mrs. - F44053 - L44053 - - 44053@hsesinfo.org - 555-555-4053 - - - 9753 - 2344 - 11889 - 000 - 2014 - 2019-07-01 - - HS - Active - Columbia Opportunities, Incorporated - columbiaopportunities.org - 2344@hsesinfo.org - Head Start Program - 540 Columbia Street - Hudson - NY - 12534-2507 - Head Start Program - 540 Columbia Street - Hudson - NY - 12534-2507 - Head Start Program - 540 Columbia Street - Hudson - NY - 12534-2507 - Mr. - F216679 - L216679 - - COI Board Chair - 216679@hsesinfo.org - Mrs. - F216680 - L216680 - - - 216680@hsesinfo.org - Mr. - F216682 - L216682 - - 216682@hsesinfo.org - Mrs. - F216678 - L216678 - - 216678@hsesinfo.org - 555-555-6678 x 5555 - - - 4944 - 2102 - 8887 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Guam Department of Education - https://guamheadstart.gdoe.net/ - 2102@hsesinfo.org - 500 Mariner Ave - Head Start Office, Building E - Barrigada - GU - 96913-1608 - 500 Mariner Ave - Guam Department of Education /Guam Head Start Progam - Barrigada - GU - 96913-1608 - 500 Mariner Ave - Guam Department of Education - Barrigada - GU - 96913-1608 - Mr. - F48736 - L48736 - - Chairman, Guam Education Board - 48736@hsesinfo.org - Mr. - F48737 - L48737 - - Superintendent of EducationLacting - 48737@hsesinfo.org - Mr. - F48733 - L48733 - - 48733@hsesinfo.org - Mrs. - F48732 - L48732 - - 48732@hsesinfo.org - 555-555-8732 x 5555 - - - 8786 - 8637 - 8496 - 200 - 2019 - 2019-01-01 - 2019-06-30 - EHS - Inactive - Tuskegee City Mayor's Office - www.tmcheadstart.com - 8637@hsesinfo.org - 103 W Martin Luther King Highway - - Tuskegee - AL - 36083-2205 - 103 W Martin Luther King Highway - - Tuskegee - AL - 36083-2205 - 103 W Martin Luther King Highway - - Tuskegee - AL - 36083-2205 - Hon. Mayor - F209968 - L209968 - - Board Chairperson - 209968@hsesinfo.org - Dr. - F209969 - L209969 - - Executive Director - 209969@hsesinfo.org - Mr. - F209971 - L209971 - - 209971@hsesinfo.org - Dr. - F209972 - L209972 - - 209972@hsesinfo.org - 555-555-9972 - - - 8787 - 1115 - 11149 - 000 - 2013 - 2018-03-01 - - HS - Active - Institute for Human and Social Development, Inc. - http://www.ihsdinc.org - 1115@hsesinfo.org - 155 Bovet Rd - Ste 300 - San Mateo - CA - 94402-3142 - 155 Bovet Rd - Ste 300 - San Mateo - CA - 94402-3142 - 155 Bovet Rd - Ste 300 - San Mateo - CA - 94402-3142 - Mr. - F209955 - L209955 - - - 209955@hsesinfo.org - Mrs. - F209956 - L209956 - - - 209956@hsesinfo.org - Ms. - F209958 - L209958 - - 209958@hsesinfo.org - Mrs. - F209954 - L209954 - - 209954@hsesinfo.org - 555-555-9954 - - - 8788 - 1114 - 11149 - 200 - 2013 - 2018-03-01 - - EHS - Active - Institute for Human and Social Development, Inc. - http://www.ihsdinc.org - 1114@hsesinfo.org - 155 Bovet Rd - Ste 300 - San Mateo - CA - 94402-3142 - 155 Bovet Rd - Ste 300 - San Mateo - CA - 94402-3142 - 155 Bovet Rd - Ste 300 - San Mateo - CA - 94402-3142 - Mr. - F209962 - L209962 - - - 209962@hsesinfo.org - Mrs. - F209963 - L209963 - - - 209963@hsesinfo.org - Ms. - F209965 - L209965 - - 209965@hsesinfo.org - Mrs. - F209961 - L209961 - - 209961@hsesinfo.org - 555-555-9961 - - - 9013 - 8699 - 11340 - 200 - 2018 - 2018-09-01 - 2020-08-31 - EHS - Inactive - CDI HS/Hartford and Middlesex Counties, CT - www.cdiheadstart.org - 8699@hsesinfo.org - 261 Locust St - - Hartford - CT - 06114-2008 - PO Box 340745 - - Hartford - CT - 06134-0745 - 261 Locust St - - Hartford - CT - 06114-2008 - Mr. - F211640 - L211640 - - Chief Executive Officer - 211640@hsesinfo.org - Ms. - F211638 - L211638 - - Executive Director - 211638@hsesinfo.org - - F211641 - L211641 - - 211641@hsesinfo.org - Ms. - F211637 - L211637 - - 211637@hsesinfo.org - 555-555-1637 - - - 3016 - 1948 - 6675 - 000 - 2013 - 2013-07-02 - 2019-01-31 - HS - Inactive - Council for Economic Opportunities in Greater Cleveland - http://www.ceogc.org - 1948@hsesinfo.org - 1801 Superior Ave E - Ste 400 - Cleveland - OH - 44114-2135 - 1801 Superior Ave E - Ste 400 - Cleveland - OH - 44114-2135 - 1801 Superior Ave E - Ste 400 - Cleveland - OH - 44114-2135 - Ms. - F37476 - L37476 - - Chair, Board of Directors - 37476@hsesinfo.org - Dr. - F37480 - L37480 - - President and Chief Executive Offcer - 37480@hsesinfo.org - Ms. - F37479 - L37479 - - 37479@hsesinfo.org - Dr. - F37475 - L37475 - - 37475@hsesinfo.org - 555-555-7475 x 5555 - - - 3017 - 1947 - 6675 - 200 - 2013 - 2013-07-02 - 2019-01-31 - EHS - Inactive - Council for Economic Opportunities in Greater Cleveland - http://www.ceogc.org - 1947@hsesinfo.org - 1801 Superior Ave E - Ste 400 - Cleveland - OH - 44114-2135 - 1801 Superior Ave E - Ste 400 - Cleveland - OH - 44114-2135 - 1801 Superior Ave E - Ste 400 - Cleveland - OH - 44114-2135 - Ms. - F37486 - L37486 - - Chair, Board of Directors - 37486@hsesinfo.org - Dr. - F37484 - L37484 - - President and Chief Executive Officer - 37484@hsesinfo.org - Ms. - F37483 - L37483 - - 37483@hsesinfo.org - Dr. - F37482 - L37482 - - 37482@hsesinfo.org - 555-555-7482 x 5555 - - - 4828 - 2797 - 8624 - 200 - 2011 - 2014-05-01 - 2019-06-30 - EHS - Inactive - Community Action of Southeastern West Virginia - http://www.casewv.org - 2797@hsesinfo.org - 355 Bluefield Ave - - Bluefield - WV - 24701-2883 - 355 Bluefield Ave - - Bluefield - WV - 24701-2883 - 355 Bluefield Ave - - Bluefield - WV - 24701-2883 - Ms. - F47174 - L47174 - - CASEWV Board of Directors Chairperson - 47174@hsesinfo.org - Ms. - F47172 - L47172 - - CASEWV Executive Director - 47172@hsesinfo.org - Ms. - F47171 - L47171 - - 47171@hsesinfo.org - Mr. - F47169 - L47169 - - 47169@hsesinfo.org - 555-555-7169 - - - 9752 - 2427 - 11888 - 000 - 2014 - 2019-07-01 - 2020-01-31 - HS - Inactive - BeauCARE, Inc. - beaucares.org - 2427@hsesinfo.org - 308 Martin Luther King Dr - - DeRidder - LA - 70634 - 308 Martin Luther King Dr - - DeRidder - LA - 70634 - 308 Martin Luther King Drive - - DeRidder - LA - 70634 - Mr. - F216672 - L216672 - - President - 216672@hsesinfo.org - Mr. - F216673 - L216673 - - - 216673@hsesinfo.org - Mr. - F216675 - L216675 - - 216675@hsesinfo.org - Mrs. - F216671 - L216671 - - 216671@hsesinfo.org - 555-555-6671 - - - 8714 - 8574 - 9442 - 208 - 2017 - 2016-09-01 - - EHS - Active - Trinity United Church Of Christ Child Care Centers, Inc. - http://tuccchildcarecenter.com/ - 8574@hsesinfo.org - 1947 W 95th St - - Chicago - IL - 60643-1105 - 1947 W 95th St - - Chicago - IL - 60643-1105 - 1947 W 95th St - - Chicago - IL - 60643-1105 - Ms. - F209494 - L209494 - - Board President - 209494@hsesinfo.org - Ms. - F209495 - L209495 - - Executive Director - 209495@hsesinfo.org - Ms. - F209497 - L209497 - - 209497@hsesinfo.org - Ms. - F209493 - L209493 - - 209493@hsesinfo.org - 555-555-9493 - - - 6812 - 746 - 10270 - 000 - 1992 - 2015-09-01 - - HS - Active - Education Service Center, Region 20 Head Start - http://www.esc20.net - 746@hsesinfo.org - 1314 Hines - - San Antonio - TX - 78208-1816 - 1314 Hines - - San Antonio - TX - 78208-1816 - 1314 Hines - - San Antonio - TX - 78208-1816 - Mr. - F203359 - L203359 - - Board Chairperson - 203359@hsesinfo.org - Dr. - F203360 - L203360 - - Executive Director - 203360@hsesinfo.org - Ms. - F203362 - L203362 - - 203362@hsesinfo.org - Ms. - F203358 - L203358 - - 203358@hsesinfo.org - 555-555-3358 - - - 11084 - 9199 - 10013 - 200 - 2020 - 2020-07-01 - 2025-06-30 - EHS - Inactive - Human Resources Agency of New Britain, Inc. - http://www.hranbct.org - 9199@hsesinfo.org - 180 Clinton St - - New Britain - CT - 06053-3512 - 180 Clinton St - - New Britain - CT - 06053-3512 - 180 Clinton St - - New Britain - CT - 06053-3512 - Ms. - F225842 - L225842 - - Board President - 225842@hsesinfo.org - Mr. - F225840 - L225840 - - Interim Executive Director - 225840@hsesinfo.org - Mr. - F225843 - L225843 - - 225843@hsesinfo.org - Ms. - F225839 - L225839 - - 225839@hsesinfo.org - 555-555-5839 x 5555 - - - 9754 - 4983 - 11891 - 000 - 2014 - 2019-07-01 - - HS - Active - The Children's Home Society of New Jersey - Www.chsofnj.org - 4983@hsesinfo.org - 635 South Clinton Avenue - - Trenton - NJ - 08611-1831 - 635 South Clinton Avenue - - Trenton - NJ - 08611-1831 - 635 South Clinton Avenue - - Trenton - NJ - 08611-1831 - Mr. - F216686 - L216686 - - Board Chairperson - 216686@hsesinfo.org - Ms. - F216687 - L216687 - - CEO/President - 216687@hsesinfo.org - Mr. - F216689 - L216689 - - 216689@hsesinfo.org - Mr. - F216685 - L216685 - - 216685@hsesinfo.org - 555-555-6685 x 5555 - - - 1363 - 2909 - 2857 - 000 - 2013 - 2013-06-26 - 2019-01-31 - HS - Inactive - Child Development Center of Mosholu Montefiore Comm. Ct - www.mmcc.org - 2909@hsesinfo.org - 3450 Dekalb Avenue - - Bronx - NY - 10467-2302 - 3450 Dekalb Avenue - - Bronx - NY - 10467-2302 - 3450 Dekalb Avenue - - Bronx - NY - 10467-2302 - Ms. - F39680 - L39680 - - - 39680@hsesinfo.org - Ms. - F39678 - L39678 - - Chief Executive Officer - 39678@hsesinfo.org - Ms. - F39677 - L39677 - - 39677@hsesinfo.org - Ms. - F36189 - L36189 - - 36189@hsesinfo.org - 555-555-6189 - - - 9755 - 4984 - 11891 - 200 - 2014 - 2019-07-01 - - EHS - Active - The Children's Home Society of New Jersey - www.chsofnj.org - 4984@hsesinfo.org - 635 South Clinton Avenue - - Trenton - NJ - 08611-1831 - 635 South Clinton Avenue - - Trenton - NJ - 08611-1831 - 635 South Clinton Avenue - - Trenton - NJ - 08611-1831 - Mr. - F216693 - L216693 - - Board Chairperson - 216693@hsesinfo.org - Ms. - F216694 - L216694 - - CEO/President - 216694@hsesinfo.org - Mr. - F216696 - L216696 - - 216696@hsesinfo.org - Mr. - F216692 - L216692 - - 216692@hsesinfo.org - 555-555-6692 x 5555 - - - 5038 - 2344 - 8957 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Columbia Opportunities, Incorporated - columbiaopportunities.org - 2344@hsesinfo.org - Head Start Program - 540 Columbia Street - Hudson - NY - 12534-2507 - Head Start Program - 540 Columbia Street - Hudson - NY - 12534-2507 - Head Start Program - 540 Columbia Street - Hudson - NY - 12534-2507 - Mr. - F51236 - L51236 - - COI Board Chair - 51236@hsesinfo.org - Mrs. - F51233 - L51233 - - COI Executive Director - 51233@hsesinfo.org - Ms. - F51237 - L51237 - - 51237@hsesinfo.org - Mrs. - F51232 - L51232 - - 51232@hsesinfo.org - 555-555-1232 x 5555 - - - 8801 - 8643 - 8815 - 200 - 2018 - 2018-09-01 - 2019-06-30 - EHS - Inactive - Southfield Public Schools - http://www.southfield.k12.mi.us - 8643@hsesinfo.org - 24661 Lahser Rd - Southfield Public Schools John W. English Center - Southfield - MI - 48033-3989 - 24501 Fredrick St - Bussey Center for Early Childhood Education - Southfield - MI - 48033-3989 - 24661 Lahser Rd - Southfield Public Schools John W. English Center - Southfield - MI - 48033-3238 - Mr. - F210032 - L210032 - - President, Board of Education - 210032@hsesinfo.org - Mrs. - F210030 - L210030 - - Superintendent - 210030@hsesinfo.org - Ms. - F210033 - L210033 - - 210033@hsesinfo.org - Mrs. - F210029 - L210029 - - 210029@hsesinfo.org - 555-555-0029 - - - 8698 - 8559 - 11070 - 000 - 2017 - 2017-08-01 - - HS - Active - URBAN STRATEGIES, LLC - www.urbanstrategies.us - 8559@hsesinfo.org - 2341 9th St S - - Arlington - VA - 22204-2359 - 2341 9th St S - - Arlington - VA - 22204-2359 - 2341 9th St S - - Arlington - VA - 22204-2359 - Ms. - F209390 - L209390 - - Board Chair - 209390@hsesinfo.org - Mrs. - F209391 - L209391 - - President - 209391@hsesinfo.org - Ms. - F209393 - L209393 - - 209393@hsesinfo.org - Ms. - F209389 - L209389 - - 209389@hsesinfo.org - 555-555-9389 - - - 8910 - 4048 - 11272 - 205 - 2013 - 2018-07-01 - - EHS - Active - Beecher Community Schools, EarlyHead Start Program - beecherschools.org - 4048@hsesinfo.org - 1020 W Coldwater Rd - Attn: Early Head Start - Flint - MI - 48505-4831 - 1020 W Coldwater Rd - Att: Dailey Early Head Start - Flint - MI - 48505-4831 - G-1020 W. Coldwater Rd. - Attn: Dailey Early Head Start Office - FLINT - MI - 48505 - Mr. - F210891 - L210891 - - President - 210891@hsesinfo.org - Dr. - F210892 - L210892 - - Superintendent - 210892@hsesinfo.org - Ms. - F210894 - L210894 - - 210894@hsesinfo.org - Mrs. - F210890 - L210890 - - 210890@hsesinfo.org - 555-555-0890 - - - 9298 - 699 - 11557 - 000 - 1989 - 2019-01-01 - - HS - Active - PRAIRIE FIVE COMMUNITY ACTION COUNCIL, INC. - http://www.prairiefive.com - 699@hsesinfo.org - 719 N 7th St - Ste 300 - Montevideo - MN - 56265-1370 - PO Box 159 - - Montevideo - MN - 56265-0159 - 719 N 7th St - Ste 300 - Montevideo - MN - 56265-1370 - Mr. - F213624 - L213624 - - Board Chair - 213624@hsesinfo.org - Mrs. - F213625 - L213625 - - Executive Director - 213625@hsesinfo.org - Ms. - F213627 - L213627 - - 213627@hsesinfo.org - Mrs. - F213623 - L213623 - - 213623@hsesinfo.org - 555-555-3623 - - - 8080 - 1178 - 10579 - 000 - 1992 - 2016-07-01 - - AIAN HS - Active - Bad River Tribal Council - na - 1178@hsesinfo.org - 53759 Pine St - - Odanah - WI - 54861 - PO Box 39 - - Odanah - WI - 54861-0039 - 53759 Pine St - - Odanah - WI - 54861 - Mr. - F205746 - L205746 - Jr - Bad River Chairman - 205746@hsesinfo.org - Mr. - F205747 - L205747 - Jr - - 205747@hsesinfo.org - Mr. - F205749 - L205749 - jr - 205749@hsesinfo.org - Ms. - F205745 - L205745 - - 205745@hsesinfo.org - 555-555-5745 x 5555 - - - 8912 - 1092 - 11262 - 000 - 1992 - 2018-07-01 - - HS - Active - NEIGHBORHOOD HOUSE ASSOCIATION - http://www.neighborhoodhouse.org - 1092@hsesinfo.org - 5660 Copley Drive - - San Diego - CA - 92111-7902 - 5660 Copley Drive - - San Diego - CA - 92111-7902 - 5660 Copley Drive - - San Diego - CA - 92111-7902 - Mr. - F210905 - L210905 - Esq - - 210905@hsesinfo.org - Mr. - F210906 - L210906 - III - - 210906@hsesinfo.org - Mr. - F210908 - L210908 - - 210908@hsesinfo.org - Mr. - F210904 - L210904 - JD - 210904@hsesinfo.org - 555-555-0904 - - - 8915 - 1091 - 11262 - 200 - 1992 - 2018-07-01 - - EHS - Active - NEIGHBORHOOD HOUSE ASSOCIATION - http://www.neighborhoodhouse.org - 1091@hsesinfo.org - 5660 Copley Drive - - San Diego - CA - 92111-7902 - 5660 Copley Drive - - San Diego - CA - 92111-7902 - 5660 Copley Drive - - San Diego - CA - 92111-7902 - Mr. - F210926 - L210926 - Esq - - 210926@hsesinfo.org - Mr. - F210927 - L210927 - III - - 210927@hsesinfo.org - Mr. - F210929 - L210929 - - 210929@hsesinfo.org - Mr. - F210925 - L210925 - JD - 210925@hsesinfo.org - 555-555-0925 - - - 9148 - 8730 - 11447 - 000 - 2018 - 2018-09-01 - - HS - Active - Parent Child Incorporated - https://parentchildinc.com/ - 8730@hsesinfo.org - 7815 Mainland Dr - - San Antonio - TX - 78250-5150 - 7815 Mainland Dr - - San Antonio - TX - 78250-5150 - 7815 Mainland Dr - - San Antonio - TX - 78250-5150 - Mr. - F212585 - L212585 - - Board President - 212585@hsesinfo.org - Dr. - F212583 - L212583 - PhD - Chief Executive Officer/EHS-HS Director - 212583@hsesinfo.org - Ms. - F212586 - L212586 - - 212586@hsesinfo.org - Dr. - F212582 - L212582 - PhD - 212582@hsesinfo.org - 555-555-2582 - - - 6594 - 765 - 10040 - 000 - 1995 - 2015-07-01 - - HS - Active - Jumpstart Enrichment for Tomorrow's Students - https://jets-scurry.com - 765@hsesinfo.org - 4301 Avenue U - - Snyder - TX - 79549-6042 - 4301 Avenue U - - Snyder - TX - 79549-6042 - 4301 Avenue U - - Snyder - TX - 79549-6042 - Mrs. - F201828 - L201828 - - JETS Board of Directors Chairperson - 201828@hsesinfo.org - Mrs. - F201829 - L201829 - - JETS Executive Director - 201829@hsesinfo.org - Ms. - F201831 - L201831 - - 201831@hsesinfo.org - Mrs. - F201827 - L201827 - - 201827@hsesinfo.org - 555-555-1827 - - - 10820 - 9129 - 12796 - 202 - 2019 - 2019-03-01 - - EHS - Active - El Monte City School District - www.emcsd.org - 9129@hsesinfo.org - 2131 Loma Ave. - - South El Monte - CA - 91733 - 3540 N. Lexington Avenue - - El Monte - CA - 91731 - 3540 N. Lexington Avenue - - El Monte - CA - 91731 - Ms. - F224033 - L224033 - - President - 224033@hsesinfo.org - Dr. - F224031 - L224031 - - Superintendent - 224031@hsesinfo.org - Ms. - F224034 - L224034 - - 224034@hsesinfo.org - Ms. - F224030 - L224030 - - 224030@hsesinfo.org - 555-555-4030 x 5555 - - - 9548 - 1724 - 11770 - 200 - 2014 - 2019-04-01 - - EHS - Active - Community Services for Children, Inc. - http://www.cscinc.org - 1724@hsesinfo.org - 1520 Hanover Avenue - - Allentown - PA - 18109-2360 - 1520 Hanover Avenue - - Allentown - PA - 18109-2360 - 1520 Hanover Avenue - - Allentown - PA - 18109-2360 - Mrs. - F215333 - L215333 - - Board Chair - 215333@hsesinfo.org - Mrs. - F215334 - L215334 - - CEO/President - 215334@hsesinfo.org - Ms. - F215336 - L215336 - - 215336@hsesinfo.org - Mrs. - F215332 - L215332 - - 215332@hsesinfo.org - 555-555-5332 x 5555 - - - 4454 - 3179 - 8393 - 200 - 2013 - 2013-11-01 - 2018-10-31 - EHS - Inactive - Marshall Starke Development Center - www.marshall-starke.org - 3179@hsesinfo.org - 1901 Pidco Dr - - Plymouth - IN - 46563-1362 - 1901 PIDCO Drive - - Plymouth - IN - 46563-1362 - 1901 PIDCO Drive - - Plymouth - IN - 46563-1362 - Mr. - F41583 - L41583 - - Board of Directors Chairman - 41583@hsesinfo.org - Ms. - F41581 - L41581 - - - 41581@hsesinfo.org - Ms. - F41580 - L41580 - - 41580@hsesinfo.org - Ms. - F41579 - L41579 - - 41579@hsesinfo.org - 555-555-1579 - - - 8682 - 8543 - 11058 - 200 - 2017 - 2017-07-01 - 2019-12-31 - EHS - Inactive - Ki Bois Community Action Foundation Inc - www.kibois.org - 8543@hsesinfo.org - 200 SE A St - - Stigler - OK - 74462-2418 - PO Box 727 - - Stigler - OK - 74462-0727 - 200 SE A St - - Stigler - OK - 74462-2418 - Mr. - F209283 - L209283 - - Board Chair - 209283@hsesinfo.org - Mr. - F209284 - L209284 - - - 209284@hsesinfo.org - Ms. - F209286 - L209286 - - 209286@hsesinfo.org - Mrs. - F209282 - L209282 - - 209282@hsesinfo.org - 555-555-9282 - - - 8070 - 8274 - 10577 - 000 - 1992 - 2016-06-01 - - HS - Active - HOPES Community Action Partnership, Inc. - http://www.hopes.org - 8274@hsesinfo.org - 301 Garden St - Hopes Cap, Inc. Head Start - Hoboken - NJ - 07030-3873 - 301 Garden St - Hopes Cap, Inc. Head Start - Hoboken - NJ - 07030-3873 - 301 Garden St - Hopes Cap, Inc. - Hoboken - NJ - 07030-3873 - Mr. - F205675 - L205675 - - Board Chair - 205675@hsesinfo.org - Ms. - F205676 - L205676 - - President/CEO - 205676@hsesinfo.org - Ms. - F205678 - L205678 - - 205678@hsesinfo.org - Ms. - F205674 - L205674 - - 205674@hsesinfo.org - 555-555-5674 x 5555 - - - 2027 - 890 - 5503 - 000 - 1992 - 1992-07-02 - - HS - Active - Oldham County Head Start - http://www.oldham.kyschools.us - 890@hsesinfo.org - 4309 Brown Blvd - - LaGrange - KY - 40031 - 4309 Brown Blvd - - LaGrange - KY - 40031 - 4309 Brown Blvd - Oldham County Preschool - Lagrange - KY - 40031-6751 - Ms. - F26765 - L26765 - - - 26765@hsesinfo.org - Mr. - F26764 - L26764 - - Interim Superintendent - 26764@hsesinfo.org - Mr. - F26767 - L26767 - - 26767@hsesinfo.org - Mrs. - F3576 - L3576 - - 3576@hsesinfo.org - 555-555-3576 x 5555 - - - 6764 - 2377 - 10249 - 000 - 1992 - 2015-08-01 - - AIAN HS - Active - Hoopa Tribal Head Start - http://www.hoopa-nsn.gov - 2377@hsesinfo.org - 777 Loop Rd - - Hoopa - CA - 95546-9628 - 777 Loop Rd - - Hoopa - CA - 95546-9628 - 777 Loop Rd - - Hoopa - CA - 95546-9628 - Mr. - F203019 - L203019 - - Chairman - 203019@hsesinfo.org - Mrs. - F203020 - L203020 - - Education Director - 203020@hsesinfo.org - Ms. - F203022 - L203022 - - 203022@hsesinfo.org - Mrs. - F203018 - L203018 - - 203018@hsesinfo.org - 555-555-3018 x 5555 - - - 6312 - 3477 - 9902 - 001 - 2010 - 2015-04-01 - 2020-10-31 - HS - Inactive - Acelero Learning Camden/Philadelphia - alcp.acelero.net - 3477@hsesinfo.org - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - Ms. - F110501 - L110501 - - Board Chairman - 110501@hsesinfo.org - Mr. - F110499 - L110499 - - - 110499@hsesinfo.org - Ms. - F110498 - L110498 - - 110498@hsesinfo.org - Ms. - F110497 - L110497 - - 110497@hsesinfo.org - 555-555-0497 - - - 3904 - 4106 - 7980 - 001 - - - - HS - Active - Urban League Head Start - http://www.urbanleague-stl.org - 4106@hsesinfo.org - 8964 Jennings Station Road - - St. Louis - MO - 63136-5062 - 8964 Jennings Station Road - - St. Louis - MO - 63136-5062 - 8964 Jennings Station Road - - St. Louis - MO - 63136-5062 - Mr. - F26092 - L26092 - - Chairman of the Board - 26092@hsesinfo.org - Mr. - F26091 - L26091 - - - 26091@hsesinfo.org - Ms. - F26094 - L26094 - - 26094@hsesinfo.org - Ms. - F5923 - L5923 - - 5923@hsesinfo.org - 555-555-5923 x 5555 - - - 6765 - 2376 - 10249 - 200 - 2000 - 2015-08-01 - - AIAN EHS - Active - Hoopa Tribal Early Head Start - http://www.hoopa-nsn.gov - 2376@hsesinfo.org - 777 Loop Rd - - Hoopa - CA - 95546-9628 - 777 Loop Rd - - Hoopa - CA - 95546-9628 - 777 Loop Rd - - Hoopa - CA - 95546-9628 - Mr. - F203026 - L203026 - Jr - Chairman - 203026@hsesinfo.org - Mrs. - F203027 - L203027 - - Education Director - 203027@hsesinfo.org - Ms. - F203029 - L203029 - - 203029@hsesinfo.org - Mrs. - F203025 - L203025 - - 203025@hsesinfo.org - 555-555-3025 x 5555 - - - 9247 - 1251 - 11520 - 000 - 2013 - 2019-01-01 - - HS - Active - METROPOLITAN AREA ADVISORY COMMITTEE - 956 Vale Terrace Dr - 1251@hsesinfo.org - 956 Vale Terrace Dr - - Vista - CA - 92084-5212 - 956 Vale Terrace Dr - - Vista - CA - 92084-5212 - 1355 3rd Ave - - Chula Vista - CA - 91911-4302 - Mr. - F213270 - L213270 - - Chairperson of the Board - 213270@hsesinfo.org - Mr. - F213271 - L213271 - - President /CEO - 213271@hsesinfo.org - Mrs. - F213273 - L213273 - - 213273@hsesinfo.org - Mrs. - F213269 - L213269 - - 213269@hsesinfo.org - 555-555-3269 x 5555 - - - 9393 - 721 - 11625 - 000 - 2013 - 2019-02-01 - - HS - Active - City of San Antonio - http://www.saheadstart.org/ - 721@hsesinfo.org - 106 S. St. Mary's Street, 7th Floor - - San Antonio - TX - 78205 - 106 S. St. Mary's Street, 7th Floor - - San Antonio - TX - 78205 - 106 S. St. Mary's Street, 7th Floor - - San Antonio - TX - 78205 - Hon. Mayor - F214284 - L214284 - - Mayor of the City of San Antonio - 214284@hsesinfo.org - Ms. - F214285 - L214285 - - Director Department of Human Services - 214285@hsesinfo.org - Ms. - F214287 - L214287 - - 214287@hsesinfo.org - Ms. - F214283 - L214283 - - 214283@hsesinfo.org - 555-555-4283 - - - 4704 - 3921 - 8686 - 032 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Fort George Community Enrichment Center, Inc. - www.fortgeorgecenter.org - 3921@hsesinfo.org - 1525 St. Nicholas Avenue - - New York - NY - 10033-2604 - 1525 St. Nicholas Avenue - - New York - NY - 10033-2604 - 1525 St. Nicholas Avenue - - New York - NY - 10033-2604 - Ms. - F45678 - L45678 - - - 45678@hsesinfo.org - Ms. - F45675 - L45675 - - - 45675@hsesinfo.org - Mr. - F45679 - L45679 - - 45679@hsesinfo.org - Ms. - F45674 - L45674 - - 45674@hsesinfo.org - 555-555-5674 - - - 3656 - 3470 - 7736 - 201 - 2012 - 2012-08-20 - - EHS - Active - Educare of West DuPage - educareofwestdupage.org - 3470@hsesinfo.org - 851 Pearl Rd - - West Chicago - IL - 60185-3716 - 851 Pearl Rd - - West Chicago - IL - 60185-3716 - 851 Pearl Rd - - West Chicago - IL - 60185-3716 - - F35263 - L35263 - - Board Chair - 35263@hsesinfo.org - - F35261 - L35261 - - Executive Director - 35261@hsesinfo.org - - F35260 - L35260 - - 35260@hsesinfo.org - - F33378 - L33378 - - 33378@hsesinfo.org - 555-555-3378 - - - 3225 - 3009 - 6832 - 000 - 2012 - 2012-12-06 - - HS - Active - CDI HS/ Central Northeast Puerto Rico - www.cdiheadstsart.org - 3009@hsesinfo.org - 1 Calle Espiritu Santo - Modulo #5 - Loiza - PR - 00772-1702 - PO Box 646 - - Canovanas - PR - 00729-0646 - 1 Calle Espiritu Santo - Modulo #5 - Loiza - PR - 00772-1702 - - F34345 - L34345 - - Executive Director - 34345@hsesinfo.org - - F34343 - L34343 - - Executive Director - 34343@hsesinfo.org - - F34342 - L34342 - - 34342@hsesinfo.org - - F33792 - L33792 - - 33792@hsesinfo.org - 555-555-3792 - - - 9181 - 412 - 11482 - 000 - 2013 - 2018-11-01 - - HS - Active - Baraga-Houghton-Keweenaw Child Development Board, Inc. - http://www.bhkfirst.org - 412@hsesinfo.org - 700 Park Ave - - Houghton - MI - 49931-2453 - 700 Park Ave - - Houghton - MI - 49931-2453 - 700 Park Avenue - - Houghton - MI - 49931-2453 - Mr. - F212803 - L212803 - - Board Chairperson - 212803@hsesinfo.org - Ms. - F212804 - L212804 - - Executive Director - 212804@hsesinfo.org - Ms. - F212806 - L212806 - - 212806@hsesinfo.org - Ms. - F212802 - L212802 - - 212802@hsesinfo.org - 555-555-2802 x 5555 - - - 9263 - 2055 - 11531 - 000 - 2014 - 2019-01-01 - - HS - Active - FRIENDS OF CHILDREN & FAMILIES, INC - http://www.focaf.org - 2055@hsesinfo.org - 4709 West Camas Street - - Boise - ID - 83705-5832 - 4709 West Camas Street - - Boise - ID - 83705-5832 - 4709 West Camas Street - - Boise - ID - 83705-5832 - Dr. - F213385 - L213385 - - Board Chair - 213385@hsesinfo.org - Mrs. - F213386 - L213386 - - Executive Director - 213386@hsesinfo.org - Ms. - F213388 - L213388 - - 213388@hsesinfo.org - Mrs. - F213384 - L213384 - - 213384@hsesinfo.org - 555-555-3384 x 5555 - - - 11086 - 1197 - 13018 - 000 - 2014 - 2020-03-01 - - AIAN HS - Active - SHOSHONE & ARAPAHO JBC (ONAP) - - 1197@hsesinfo.org - Head Start Program - 79 Sacajawea Circle - Fort Washakie - WY - 82514 - Head Start Program - 79 Sacajawea Circle - Fort Washakie - WY - 82514 - Head Start Program - 79 Sacajawea Circle - Fort Washakie - WY - 82514 - Mr. - F225852 - L225852 - - Chairman; Mr. Lee Spoon, Chair NABC; lee.spoonhunter@northernarapa (307)332-6625 - 225852@hsesinfo.org - Ms. - F225853 - L225853 - - - 225853@hsesinfo.org - Ms. - F225855 - L225855 - - 225855@hsesinfo.org - Ms. - F225851 - L225851 - - 225851@hsesinfo.org - 555-555-5851 - - - 9756 - 1359 - 11893 - 000 - 2014 - 2019-07-01 - - HS - Active - MCPHERSON USD 418 - http://www.mcpherson.com - 1359@hsesinfo.org - 915 E 1st St - - McPherson - KS - 67460-3671 - 915 E 1st St - - McPherson - KS - 67460-3671 - 915 E 1st St - - McPherson - KS - 67460-3671 - Mr. - F216703 - L216703 - - USD BOE Chair - 216703@hsesinfo.org - Dr. - F216704 - L216704 - - Executive Director/Superintendent USD 418 - 216704@hsesinfo.org - Mrs. - F216706 - L216706 - - 216706@hsesinfo.org - Mr. - F216702 - L216702 - - 216702@hsesinfo.org - 555-555-6702 - - - 11087 - 1196 - 13018 - 200 - 2003 - 2020-03-01 - - AIAN EHS - Active - SHOSHONE & ARAPAHO JBC (ONAP) - http:/w3.trib.com~sahstar - 1196@hsesinfo.org - Early Head Start Program - 79 Sacajawea Circle - Fort Washakie - WY - 82514 - Early Head Start Program - 79 Sacajawea Circle - Fort Washakie - WY - 82514 - Early Head Start Program - 79 Sacajawea Circle - Fort Washakie - WY - 82514 - Mr. - F225859 - L225859 - - Chairman; Mr. Lee Spoon, Chair NABC; lee.spoonhunter@northernarapa (307)332-6625 - 225859@hsesinfo.org - Ms. - F225860 - L225860 - - - 225860@hsesinfo.org - Ms. - F225862 - L225862 - - 225862@hsesinfo.org - Ms. - F225858 - L225858 - - 225858@hsesinfo.org - 555-555-5858 - - - 6209 - 6222 - 9887 - 200 - - 2015-03-01 - 2020-08-31 - EHS - Inactive - Cleveland County Partnership for Children, Inc. - http://www.ccpartnershipforchildren.com - 6222@hsesinfo.org - 105 E Ridge St - - Kings Mountain - NC - 28086-3034 - PO Box 455 - - Kings Mountain - NC - 28086-0455 - 105 E Ridge St - - Kings Mountain - NC - 28086-3034 - Mrs. - F109012 - L109012 - - Board Chair - 109012@hsesinfo.org - Ms. - F109013 - L109013 - - Executive Director - 109013@hsesinfo.org - Mrs. - F109015 - L109015 - - 109015@hsesinfo.org - Ms. - F109011 - L109011 - - 109011@hsesinfo.org - 555-555-9011 - - - 5157 - 775 - 8990 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - MT PLEASANT INDEPENDENT SCHOOL DISTRICT - http://www.mpisd.net - 775@hsesinfo.org - 201 Gibson Ave - - Mount Pleasant - TX - 75455-3735 - PO Box 1117 - - Mount Pleasant - TX - 75456-1117 - 2230 N Edwards Ave - - Mount Pleasant - TX - 75455-2036 - Mrs. - F52085 - L52085 - - MPISD Board President - 52085@hsesinfo.org - Mr. - F52082 - L52082 - - MPISD Superintendent/Executive Director of HS/EHS - 52082@hsesinfo.org - Ms. - F52084 - L52084 - - 52084@hsesinfo.org - Mrs. - F52081 - L52081 - - 52081@hsesinfo.org - 555-555-2081 - - - 9762 - 1345 - 11896 - 000 - 2014 - 2019-07-01 - - HS - Active - La Salle Community Action Association Inc - www.lasallecaa.net - 1345@hsesinfo.org - 825 Highway 8 - - Sicily Island - LA - 71368-4836 - 825 Highway 8 - - Sicily Island - LA - 71368-4836 - 825 Highway 8 - - Sicily Island - LA - 71368-4836 - Mr. - F216745 - L216745 - - President - 216745@hsesinfo.org - Mrs. - F216746 - L216746 - - - 216746@hsesinfo.org - Ms. - F216748 - L216748 - - 216748@hsesinfo.org - Ms. - F216744 - L216744 - - 216744@hsesinfo.org - 555-555-6744 x 5555 - - - 4717 - 3943 - 8699 - 045 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Harlem Children's Zone Harlem Gems Head Start - http://www.hcz.org - 3943@hsesinfo.org - 60 West 117 Street - - New York - NY - 10026-1921 - 60 West 117 Street - - New York - NY - 10026-1921 - 60 West 117 Street - - New York - NY - 10026-1921 - Mr. - F45770 - L45770 - - Board Chair - 45770@hsesinfo.org - Ms. - F45767 - L45767 - - Executive Director, Early Childhood Education - 45767@hsesinfo.org - Ms. - F45768 - L45768 - - 45768@hsesinfo.org - Mrs. - F45765 - L45765 - LCSW - 45765@hsesinfo.org - 555-555-5765 - - - 4489 - 427 - 8533 - 200 - 1992 - 2013-11-29 - 2019-06-30 - EHS - Inactive - Broward County School Board - http://www.browardschools.com - 427@hsesinfo.org - 600 SE 3rd Avenue, 14th Floor - - Fort Lauderdale - FL - 33301-3125 - 600 SE 3rd Avenue, 14th Floor - - Fort Lauderdale - FL - 33301-3125 - 600 SE 3rd Avenue, 14th Floor - - Fort Lauderdale - FL - 33301-3125 - Ms. - F42315 - L42315 - - Board Chair - 42315@hsesinfo.org - Mr. - F42319 - L42319 - - Chief Academic Officer - 42319@hsesinfo.org - Ms. - F42316 - L42316 - - 42316@hsesinfo.org - Dr. - F42314 - L42314 - - 42314@hsesinfo.org - 555-555-2314 - - - 9788 - 8921 - 11925 - 000 - 2019 - 2019-07-01 - - HS - Active - Martha's Table, Inc. - - 8921@hsesinfo.org - 2375 Elvans Rd SE - - Washington - DC - 20020-3543 - 2375 Elvans Rd SE - - Washington - DC - 20020-3543 - 2375 Elvans Rd SE - - Washington - DC - 20020-3543 - Mr. - F216927 - L216927 - - Board Chair - 216927@hsesinfo.org - Ms. - F216928 - L216928 - - President and Chief Executive Officer - 216928@hsesinfo.org - Ms. - F216930 - L216930 - - 216930@hsesinfo.org - Mrs. - F216926 - L216926 - - 216926@hsesinfo.org - 555-555-6926 - - - 8039 - 3593 - 10547 - 001 - - 2016-04-01 - - HS - Active - Owsley County Head Start - www.owsley.kyschools.us - 3593@hsesinfo.org - 122 Baker Ln - - Booneville - KY - 41314-7345 - 14 Old KY 11 - - Booneville - KY - 41314-9154 - 14 Old KY 11 - - Booneville - KY - 41314-9154 - Ms. - F205466 - L205466 - - Board Chair - 205466@hsesinfo.org - Mr. - F205467 - L205467 - - - 205467@hsesinfo.org - Ms. - F205469 - L205469 - - 205469@hsesinfo.org - Ms. - F205465 - L205465 - - 205465@hsesinfo.org - 555-555-5465 - - - 10199 - 5928 - 12232 - 200 - - 2019-08-01 - - EHS - Active - Community Action Partnership of Strafford County - http://www.straffordcap.org - 5928@hsesinfo.org - 577 Central Ave - Ste 10 - Dover - NH - 03820-3424 - 577 Central Ave - Ste 10 - Dover - NH - 03820-3424 - 577 Central Ave - Ste 10 - Dover - NH - 03820-3424 - Ms. - F219748 - L219748 - - Board Chair - 219748@hsesinfo.org - Ms. - F219749 - L219749 - - Chief Executive Officer - 219749@hsesinfo.org - Ms. - F219751 - L219751 - - 219751@hsesinfo.org - Ms. - F219747 - L219747 - - 219747@hsesinfo.org - 555-555-9747 x 5555 - - - 10202 - 5947 - 12238 - 200 - - 2019-08-01 - - EHS - Active - Charleston County First Steps - www.charlestonfirststeps.org - 5947@hsesinfo.org - 4975 Lacross Rd - Ste 100 - North Charleston - SC - 29406-6524 - 4975 Lacross Rd - Ste 100 - North Charleston - SC - 29406-6524 - 4975 Lacross Rd - Ste 100 - North Charleston - SC - 29406-6524 - Judge - F219769 - L219769 - - Board Chair - 219769@hsesinfo.org - Mrs. - F219770 - L219770 - - Executive Director - 219770@hsesinfo.org - Ms. - F219772 - L219772 - - 219772@hsesinfo.org - Mrs. - F219768 - L219768 - - 219768@hsesinfo.org - 555-555-9768 x 5555 - - - 9447 - 1812 - 11660 - 000 - 2014 - 2019-03-01 - - HS - Active - MANCHESTER BOARD OF EDUCATION - - 1812@hsesinfo.org - 45 North School Street - - Manchester - CT - 06042-6115 - 45 North School Street - - Manchester - CT - 06042-6115 - 45 North School Street - - Manchester - CT - 06042-6115 - Mr. - F214628 - L214628 - Sr. - Board Chair - 214628@hsesinfo.org - Mr. - F214629 - L214629 - - - 214629@hsesinfo.org - Ms. - F214631 - L214631 - - 214631@hsesinfo.org - Ms. - F214627 - L214627 - - 214627@hsesinfo.org - 555-555-4627 - - - 10821 - 9130 - 12800 - 204 - 2019 - 2019-03-01 - - EHS - Active - Garvey School District - www.garvey.k12.ca.us - 9130@hsesinfo.org - 7424 Newmark Ave - - Rosemead - CA - 91770-2943 - 7424 Newmark Ave - - Rosemead - CA - 91770-2943 - 2730 Del Mar Ave - - Rosemead - CA - 91770-3026 - Ms. - F224039 - L224039 - - Board President - 224039@hsesinfo.org - Ms. - F224037 - L224037 - - Superintendent - 224037@hsesinfo.org - Ms. - F224040 - L224040 - - 224040@hsesinfo.org - Dr. - F224036 - L224036 - - 224036@hsesinfo.org - 555-555-4036 - - - 10823 - 9132 - 12802 - 205 - 2019 - 2019-03-01 - - EHS - Active - Para Los Ninos - http://www.paralosninos.org - 9132@hsesinfo.org - 5000 Hollywood Blvd - - Los Angeles - CA - 90027-6104 - 5000 Hollywood Blvd - - Los Angeles - CA - 90027-6104 - 5000 Hollywood Blvd - - Los Angeles - CA - 90027-6104 - Atty. - F224051 - L224051 - - Board Member - 224051@hsesinfo.org - Dr. - F224049 - L224049 - - CEO - 224049@hsesinfo.org - Mr. - F224052 - L224052 - - 224052@hsesinfo.org - Dr. - F224048 - L224048 - - 224048@hsesinfo.org - 555-555-4048 x 5555 - - - 11088 - 1168 - 13019 - 000 - 1992 - 2020-03-01 - - AIAN HS - Active - Lower Elwha Klallam Tribe - http://www.elwha.org - 1168@hsesinfo.org - 463 Stratton Road - - Port Angeles - WA - 98363 - 463 Stratton Road - - Port Angeles - WA - 98363 - 2851 Lower Elwha Road - - Port Angeles - WA - 98363-8409 - Mrs. - F225866 - L225866 - - Chairwoman - 225866@hsesinfo.org - Mrs. - F225867 - L225867 - - Chief Executive Officer - 225867@hsesinfo.org - - F225869 - L225869 - - 225869@hsesinfo.org - Ms. - F225865 - L225865 - - 225865@hsesinfo.org - 555-555-5865 x 5555 - - - 8872 - 1949 - 11239 - 000 - 2013 - 2018-07-01 - - HS - Active - KENOSHA UNIFIED SCHOOL DISTRICT - http://www.kusd.edu - 1949@hsesinfo.org - 3600 - 52nd Street - - Kenosha - WI - 53144 - 3600 - 52nd Street - - Kenosha - WI - 53144 - 3600 - 52nd Street - - Kenosha - WI - 53144 - Mr. - F210626 - L210626 - - School Board President - 210626@hsesinfo.org - Dr. - F210627 - L210627 - - Superintendent of Schools - 210627@hsesinfo.org - Ms. - F210629 - L210629 - - 210629@hsesinfo.org - Ms. - F210625 - L210625 - - 210625@hsesinfo.org - 555-555-0625 - - - 483 - 1654 - 302 - 000 - 2013 - 2013-07-05 - 2019-01-31 - HS - Inactive - Crossroads Youth & Family Services, Inc. - http://www.crossroadsyfs.org - 1654@hsesinfo.org - Crossroads Head Start - 1333 West Main Street - Norman - OK - 73069-6864 - Crossroads Head Start - 1333 West Main Street - Norman - OK - 73069-6864 - Crossroads Head Start - 1333 West Main Street - Norman - OK - 73069-6864 - Mr. - F37922 - L37922 - CPA - Board Chair - 37922@hsesinfo.org - Ms. - F37921 - L37921 - MPA - Executive Director - 37921@hsesinfo.org - Mrs. - F37924 - L37924 - - 37924@hsesinfo.org - Ms. - F37919 - L37919 - - 37919@hsesinfo.org - 555-555-7919 x 5555 - - - 5262 - 3729 - 9109 - 003 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Greater Phoenix Urban League - http://www.greaterphoenixurbanleague.org - 3729@hsesinfo.org - 1402 South 7th Ave - 1402 South 7th Ave - Phoenix - AZ - 85007-3902 - 1402 South 7th Ave - 1402 South 7th Ave - Phoenix - AZ - 85007-3902 - 1402 South 7th Ave - 1402 South 7th Ave - Phoenix - AZ - 85007-3902 - Mrs. - F53507 - L53507 - - Chairman of the Greater Phoenix UrbanLeague Board - 53507@hsesinfo.org - Mr. - F53505 - L53505 - - CEO Greater Phoenix Urban League - 53505@hsesinfo.org - Ms. - F53508 - L53508 - - 53508@hsesinfo.org - Ms. - F53504 - L53504 - - 53504@hsesinfo.org - 555-555-3504 - - - 9417 - 1163 - 11637 - 000 - 2014 - 2019-03-01 - - AIAN HS - Active - Confederated Tribes of Siletz Indians - http://www.ctsi.nsn.us - 1163@hsesinfo.org - 201 SE Swan Avenue - - Siletz - OR - 97380 - P.O. Box 549 - - Siletz - OR - 97380-0549 - 201 SE Swan Avenue - - Siletz - OR - 97380 - Ms. - F214437 - L214437 - - Tribal Council Chairman - 214437@hsesinfo.org - Mr. - F214438 - L214438 - - - 214438@hsesinfo.org - Ms. - F214440 - L214440 - - 214440@hsesinfo.org - Ms. - F214436 - L214436 - - 214436@hsesinfo.org - 555-555-4436 - - - 5110 - 2476 - 8804 - 200 - 2007 - 2014-07-01 - 2019-06-30 - EHS - Inactive - North Central State College - - 2476@hsesinfo.org - 2441 Kenwood Cir - - Mansfield - OH - 44906-1546 - 2441 Kenwood Cir - - Mansfield - OH - 44906-1546 - 2441 Kenwood Cir - - Mansfield - OH - 44906-1546 - Ms. - F51988 - L51988 - - Governing Board Chair - 51988@hsesinfo.org - Mrs. - F51991 - L51991 - - Vice President of Business Services - 51991@hsesinfo.org - Ms. - F51989 - L51989 - - 51989@hsesinfo.org - Ms. - F51987 - L51987 - - 51987@hsesinfo.org - 555-555-1987 x 5555 - - - 9058 - 705 - 11382 - 000 - 2013 - 2018-09-01 - - HS - Active - REGION 10 EDUCATION SERVICE CENTER - http://www.region10.org - 705@hsesinfo.org - 400 East Spring Valley - - Richardson - TX - 75081 - 400 E Spring Valley Rd - - Richardson - TX - 75081-5101 - 400 East Spring Valley - - Richardson - TX - 75081 - Mr. - F211991 - L211991 - - President of the Board - 211991@hsesinfo.org - Dr. - F211992 - L211992 - - Executive Director - 211992@hsesinfo.org - Mr. - F211994 - L211994 - - 211994@hsesinfo.org - Mrs. - F211990 - L211990 - - 211990@hsesinfo.org - 555-555-1990 - - - 4823 - 1783 - 8775 - 000 - 2014 - 2014-05-01 - 2019-04-30 - HS - Inactive - Head Start of Eastern Orange County, Inc. - http://www.hseoc.org - 1783@hsesinfo.org - 49 Gidney Avenue - - Newburgh - NY - 12550-3546 - 49 Gidney Avenue - - Newburgh - NY - 12550-3546 - 49 Gidney Avenue - - Newburgh - NY - 12550-3546 - Ms. - F47151 - L47151 - - Acting Board Chairperson - 47151@hsesinfo.org - Ms. - F47153 - L47153 - - Executive Director - 47153@hsesinfo.org - Ms. - F47149 - L47149 - - 47149@hsesinfo.org - Ms. - F47148 - L47148 - - 47148@hsesinfo.org - 555-555-7148 - - - 4575 - 4577 - 8490 - 000 - 2013 - 2013-12-23 - 2018-12-31 - HS - Inactive - HSA - "Pasitos" Early Childhood Education Programs - www.hsala.org - 4577@hsesinfo.org - 6800 Florence Ave - - Bell Gardens - CA - 90201-4958 - 2629 Clarendon Ave - Ste B - Huntington Park - CA - 90255-4119 - 6800 Florence Ave - - Bell Gardens - CA - 90201-4958 - Mr. - F43039 - L43039 - - Board Chair - 43039@hsesinfo.org - Ms. - F43040 - L43040 - - Chief Financial Officer - 43040@hsesinfo.org - Ms. - F43042 - L43042 - - 43042@hsesinfo.org - Dr. - F43038 - L43038 - - 43038@hsesinfo.org - 555-555-3038 x 5555 - - - 4707 - 3928 - 8689 - 035 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Labor And Industry For Education - www.lifetech.org - 3928@hsesinfo.org - 112 Spruce St - - Cedarhurst - NY - 11516-1901 - 112 Spruce St - - Cedarhurst - NY - 11516-1901 - 112 Spruce St - - Cedarhurst - NY - 11516-1901 - Mr. - F45700 - L45700 - - Secretary - 45700@hsesinfo.org - Ms. - F45699 - L45699 - - Exec Dir - 45699@hsesinfo.org - Mr. - F45698 - L45698 - - 45698@hsesinfo.org - Ms. - F45695 - L45695 - - 45695@hsesinfo.org - 555-555-5695 x 5555 - - - 8629 - 3052 - 11024 - 000 - 2012 - 2017-06-01 - - HS - Active - Northside Center for Child Development- HS - www.northsidecenter.org - 3052@hsesinfo.org - 1301 5th Ave - - New York - NY - 10029-3119 - 1301 5th Ave - - New York - NY - 10029-3119 - 1301 5th Ave - - New York - NY - 10029-3119 - Mr. - F208916 - L208916 - - Chair - 208916@hsesinfo.org - Dr. - F208917 - L208917 - - - 208917@hsesinfo.org - Ms. - F208919 - L208919 - - 208919@hsesinfo.org - Ms. - F208915 - L208915 - - 208915@hsesinfo.org - 555-555-8915 - - - 8630 - 3194 - 11024 - 200 - 2012 - 2017-06-01 - - EHS - Active - Northside Center for Child Developmen-EHS - www.northsidecenter.org - 3194@hsesinfo.org - 1301 5th Ave - - New York - NY - 10029-3119 - 1301 5th Ave - - New York - NY - 10029-3119 - 1301 5th Ave - - New York - NY - 10029-3119 - Mr. - F208923 - L208923 - - Chair - 208923@hsesinfo.org - Dr. - F208924 - L208924 - - - 208924@hsesinfo.org - Ms. - F208926 - L208926 - - 208926@hsesinfo.org - Ms. - F208922 - L208922 - - 208922@hsesinfo.org - 555-555-8922 - - - 9056 - 737 - 11387 - 000 - 2013 - 2018-09-01 - - HS - Active - NUECES COUNTY COMMUNITY ACTION AGENCY - http://www.nccaatx.org - 737@hsesinfo.org - 101 South Padre Island Drive - - Corpus Christi - TX - 78405-4102 - 101 South Padre Island Drive - - Corpus Christi - TX - 78405-4102 - 101 South Padre Island Drive - - Corpus Christi - TX - 78405-4102 - Mr. - F211977 - L211977 - - Board Chairperson - 211977@hsesinfo.org - Ms. - F211978 - L211978 - - CEO - 211978@hsesinfo.org - Mrs. - F211980 - L211980 - - 211980@hsesinfo.org - Ms. - F211976 - L211976 - - 211976@hsesinfo.org - 555-555-1976 - - - 9057 - 738 - 11387 - 200 - 2000 - 2018-09-01 - - EHS - Active - NUECES COUNTY COMMUNITY ACTION AGENCY - http://www.nccaatx.org - 738@hsesinfo.org - 101 South Padre Island Drive - - Corpus Christi - TX - 78405-4102 - 101 South Padre Island Drive - - Corpus Christi - TX - 78405-4102 - 101 South Padre Island Drive - - Corpus Christi - TX - 78405-4102 - Mr. - F211984 - L211984 - - Board Chairperson - 211984@hsesinfo.org - Ms. - F211985 - L211985 - - CEO - 211985@hsesinfo.org - Mrs. - F211987 - L211987 - - 211987@hsesinfo.org - Ms. - F211983 - L211983 - - 211983@hsesinfo.org - 555-555-1983 - - - 5629 - 4130 - 9449 - 015 - 2014 - 2014-12-01 - - HS - Active - Carole Robertson Center For Learning - www.crcl.net - 4130@hsesinfo.org - 2020 West Roosevelt Road - - Chicago - IL - 60608 - 2020 West Roosevelt Road - - Chicago - IL - 60608 - 2020 West Roosevelt Road - - Chicago - IL - 60608 - Mrs. - F101454 - L101454 - - Board Chair - 101454@hsesinfo.org - Mrs. - F101452 - L101452 - - President/CEO - 101452@hsesinfo.org - Ms. - F101451 - L101451 - - 101451@hsesinfo.org - Ms. - F101449 - L101449 - - 101449@hsesinfo.org - 555-555-1449 - - - 8587 - 2953 - 10985 - 200 - 2012 - 2017-05-01 - - EHS - Active - RIVERSIDE COMMUNITY CARE, INC. - www.riversidecc.org - 2953@hsesinfo.org - 270 Bridge St - Ste 301 - Dedham - MA - 02026-1798 - 270 Bridge St - Ste 301 - Dedham - MA - 02026-1798 - 270 Bridge St - Ste 301 - Dedham - MA - 02026-1798 - Mr. - F208825 - L208825 - - Chairman - 208825@hsesinfo.org - Mr. - F208826 - L208826 - M - President / CEO - 208826@hsesinfo.org - Ms. - F208828 - L208828 - - 208828@hsesinfo.org - Mr. - F208824 - L208824 - - 208824@hsesinfo.org - 555-555-8824 - - - 4862 - 1399 - 8827 - 000 - 2014 - 2014-06-01 - 2019-05-31 - HS - Inactive - MIDLAND UNIVERSITY - www.dodgecountyheadstart.org - 1399@hsesinfo.org - 900 North Clarkson Street - - Fremont - NE - 68025-4254 - PO Box 244 - - Fremont - NE - 68025 - 1024 W 23rd St - - Fremont - NE - 68025-6613 - Mr. - F47662 - L47662 - - Chairman of the Grantee Board - 47662@hsesinfo.org - Ms. - F47661 - L47661 - - President - Midland University - 47661@hsesinfo.org - Ms. - F47659 - L47659 - - 47659@hsesinfo.org - Ms. - F47657 - L47657 - - 47657@hsesinfo.org - 555-555-7657 - - - 4604 - 255 - 8593 - 000 - 2014 - 2014-02-01 - 2019-01-31 - HS - Inactive - COMMUNITIES UNITED, INC - http://www.communitiesunitedinc.org - 255@hsesinfo.org - 108 Water St - Unit 2D - Watertown - MA - 02472-4698 - 108 Water St - Unit 2D - Watertown - MA - 02472-4698 - 108 Water St - Unit 2D - Watertown - MA - 02472-4698 - Ms. - F43999 - L43999 - - Chairman, Board of Directors - 43999@hsesinfo.org - Ms. - F43997 - L43997 - - Executive Director - 43997@hsesinfo.org - Ms. - F44000 - L44000 - - 44000@hsesinfo.org - Ms. - F43996 - L43996 - - 43996@hsesinfo.org - 555-555-3996 x 5555 - - - 5200 - 1001 - 8931 - 000 - 1993 - 2014-07-01 - 2019-06-30 - HS - Inactive - West Central Missouri Community Action Agency - http://www.wcmcaa.org - 1001@hsesinfo.org - 106 W 4th St - - Appleton City - MO - 64724-1402 - 106 W 4th St - - Appleton City - MO - 64724-1402 - 106 W 4th St - - Appleton City - MO - 64724-1402 - Mr. - F52219 - L52219 - - Board Chair - 52219@hsesinfo.org - Mr. - F52217 - L52217 - - President and Chief Executive Officer - 52217@hsesinfo.org - Ms. - F52220 - L52220 - - 52220@hsesinfo.org - Ms. - F52215 - L52215 - - 52215@hsesinfo.org - 555-555-2215 x 5555 - - - 11089 - 2619 - 13019 - 200 - 2011 - 2020-03-01 - - AIAN EHS - Active - Lower Elwha Tribe Community Council - www.elwha.org - 2619@hsesinfo.org - 463 Stratton Road - - Port Angeles - WA - 98363 - 463 Stratton Road - - Port Angeles - WA - 98363 - 2851 Lower Elwha Road - - Port Angeles - WA - 98363 - Mrs. - F225873 - L225873 - - Tribal Chairwoman - 225873@hsesinfo.org - Mrs. - F225874 - L225874 - - Chief Executive Officer - 225874@hsesinfo.org - - F225876 - L225876 - - 225876@hsesinfo.org - Ms. - F225872 - L225872 - - 225872@hsesinfo.org - 555-555-5872 x 5555 - - - 5108 - 2028 - 8816 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - National Centers for Learning Excellence, Inc. - www.childandfamilycenters.com - 2028@hsesinfo.org - N4W22000 Bluemound Road - - Waukesha - WI - 53186-8755 - N4W22000 Bluemound Road - - Waukesha - WI - 53186-8755 - N4W22000 Bluemound Road - - Waukesha - WI - 53186-8755 - Ms. - F51869 - L51869 - - President of the Board of Directors - 51869@hsesinfo.org - Dr. - F51867 - L51867 - PhD - - 51867@hsesinfo.org - Mr. - F51866 - L51866 - - 51866@hsesinfo.org - Dr. - F51865 - L51865 - PhD - 51865@hsesinfo.org - 555-555-1865 - - - 4605 - 256 - 8593 - 200 - 2014 - 2014-02-01 - 2019-01-31 - EHS - Inactive - COMMUNITIES UNITED, INC - http://www.communitiesunitedinc.org - 256@hsesinfo.org - 108 Water St - Ste 2D - Watertown - MA - 02472-4698 - 108 Water St - Ste 2D - Watertown - MA - 02472-4698 - 108 Water St - Ste 2D - Watertown - MA - 02472-4698 - Mrs. - F44006 - L44006 - - Chairman, Board of Directors - 44006@hsesinfo.org - Ms. - F44004 - L44004 - - Executive Director - 44004@hsesinfo.org - Ms. - F44005 - L44005 - - 44005@hsesinfo.org - Ms. - F44003 - L44003 - - 44003@hsesinfo.org - 555-555-4003 x 5555 - - - 4675 - 3873 - 8657 - 003 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Committee For Early Childhood Development - http://www.cecdhs.org - 3873@hsesinfo.org - Head Start Program - 193-04 Jamaica Avenue - Jamaica - NY - 11423-2532 - Head Start Program - 193-04 Jamaica Avenue - Jamaica - NY - 11423-2532 - Head Start Program - 193-04 Jamaica Avenue - Jamaica - NY - 11423-2532 - Ms. - F45476 - L45476 - - Sponsoring Board Chairperson - 45476@hsesinfo.org - Dr. - F45474 - L45474 - - - 45474@hsesinfo.org - Ms. - F45473 - L45473 - - 45473@hsesinfo.org - Dr. - F45471 - L45471 - - 45471@hsesinfo.org - 555-555-5471 - - - 5191 - 2427 - 9000 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - BeauCARE, Inc. - beaucares.org - 2427@hsesinfo.org - 308 Martin Luther King Dr - - DeRidder - LA - 70634 - 308 Martin Luther King Dr - - DeRidder - LA - 70634 - 308 Martin Luther King Drive - - DeRidder - LA - 70634 - Mrs. - F52198 - L52198 - - President - 52198@hsesinfo.org - Mr. - F52195 - L52195 - - - 52195@hsesinfo.org - Mr. - F52196 - L52196 - - 52196@hsesinfo.org - Mrs. - F52193 - L52193 - - 52193@hsesinfo.org - 555-555-2193 - - - 4677 - 3875 - 8659 - 005 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Addie Mae Collins Community Service Head Start - http://www.addiemaecollins.org - 3875@hsesinfo.org - 110 East 129th Street - - New York - NY - 10035-1300 - 110 East 129th Street - - New York - NY - 10035-1300 - 110 East 129th Street - - New York - NY - 10035-1300 - Mrs. - F45488 - L45488 - - - 45488@hsesinfo.org - Miss - F45489 - L45489 - - - 45489@hsesinfo.org - Miss - F45487 - L45487 - - 45487@hsesinfo.org - Miss - F45485 - L45485 - - 45485@hsesinfo.org - 555-555-5485 - - - 4804 - 4808 - 8766 - 000 - 2014 - 2014-04-01 - 2019-07-31 - HS - Inactive - Lutheran Services Florida, Inc. - www.lsfnet.org - 4808@hsesinfo.org - 3027 San Diego Rd - Children's Home Society - Ellis Building - Jacksonville - FL - 32207-3691 - 3027 San Diego Rd - Children's Home Society - Ellis Building - Jacksonville - FL - 32207-3691 - 3027 San Diego Rd - Children's Home Society - Ellis Building - Jacksonville - FL - 32207-3691 - Mr. - F46710 - L46710 - - Board Chair - 46710@hsesinfo.org - Mr. - F46711 - L46711 - - Executive Vice President for Children and Head Start Services - 46711@hsesinfo.org - Mr. - F46713 - L46713 - - 46713@hsesinfo.org - Mrs. - F46709 - L46709 - - 46709@hsesinfo.org - 555-555-6709 - - - 6440 - 6458 - 10014 - 200 - - 2015-07-01 - 2020-06-30 - EHS - Inactive - Training, Education, and Manpower, Inc. - www.teaminc.org - 6458@hsesinfo.org - 30 Elizabeth St - - Derby - CT - 06418-1802 - 30 Elizabeth St - - Derby - CT - 06418-1802 - 30 Elizabeth St - - Derby - CT - 06418-1802 - Ms. - F200750 - L200750 - - - 200750@hsesinfo.org - Mr. - F200751 - L200751 - - - 200751@hsesinfo.org - - F200753 - L200753 - - 200753@hsesinfo.org - Ms. - F200749 - L200749 - - 200749@hsesinfo.org - 555-555-0749 x 5555 - - - 9139 - 3536 - 11450 - 001 - 2013 - 2018-08-01 - - HS - Active - Petersburg City Public Schools - www.petersburg.k12.va.us - 3536@hsesinfo.org - 1100 Patterson St - - Petersburg - VA - 23803-5542 - Head Start Program - 1100 Patterson Ave. - Petersburg - VA - 23803-5806 - Head Start Program - 1100 Patterson Ave. - Petersburg - VA - 23803-5806 - Mr. - F212539 - L212539 - - School Board Chair - 212539@hsesinfo.org - Dr. - F212540 - L212540 - - Superintendent - 212540@hsesinfo.org - - F212542 - L212542 - - 212542@hsesinfo.org - Ms. - F212538 - L212538 - - 212538@hsesinfo.org - 555-555-2538 - - - 5144 - 1936 - 8929 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Western Egyptian Economic Opportunity Council - http:/www.weeoc.org - 1936@hsesinfo.org - 1 Industrial Park - - Steeleville - IL - 62288-1246 - PO Box 7 - - Steeleville - IL - 62288-0007 - 1 Industrial Park - - Steeleville - IL - 62288-1246 - Mr. - F51831 - L51831 - - Board of Directors Chairperson - 51831@hsesinfo.org - Ms. - F51834 - L51834 - - - 51834@hsesinfo.org - Ms. - F51835 - L51835 - - 51835@hsesinfo.org - Ms. - F51830 - L51830 - - 51830@hsesinfo.org - 555-555-1830 - - - 9707 - 1325 - 11860 - 000 - 1992 - 2019-06-01 - - HS - Active - COLLEGE STATION INDEPENDENT SCHOOL DISTRICT - https://www.csisd.org/apps/pages/index.jsp?uREC_ID=164538&type=d&pREC_ID=1466636 - 1325@hsesinfo.org - 1812 Welsh Avenue - - College Station - TX - 77840-4800 - 1812 Welsh Avenue - - College Station - TX - 77840-4800 - 1812 Welsh Avenue - - College Station - TX - 77840-4800 - Mr. - F216370 - L216370 - - President, CSISD Board of Trustees - 216370@hsesinfo.org - Dr. - F216371 - L216371 - - Executive Director; Chief Academic Officer - 216371@hsesinfo.org - Mr. - F216373 - L216373 - Jr. - 216373@hsesinfo.org - Ms. - F216369 - L216369 - - 216369@hsesinfo.org - 555-555-6369 - - - 7057 - 7076 - 8827 - 200 - - 2016-01-20 - 2019-05-31 - EHS - Inactive - MIDLAND UNIVERSITY - - 7076@hsesinfo.org - 1024 W 23rd St - - Fremont - NE - 68025-6613 - 900 North Clarkson Street - - Fremont - NE - 68025-4254 - 900 North Clarkson Street - - Fremont - NE - 68025-4254 - Mr. - F205067 - L205067 - - Chairman of the Grantee Board - 205067@hsesinfo.org - Ms. - F205068 - L205068 - - President - Midland University - 205068@hsesinfo.org - Ms. - F205070 - L205070 - - 205070@hsesinfo.org - Ms. - F205066 - L205066 - - 205066@hsesinfo.org - 555-555-5066 - - - 9708 - 2844 - 11860 - 200 - 2011 - 2019-06-01 - - EHS - Active - COLLEGE STATION INDEPENDENT SCHOOL DISTRICT - http://www.csisd.org/pages/headstart.html - 2844@hsesinfo.org - 1812 Welsh Street - - COLLEGE STATION - TX - 77840 - 1812 Welsh Street - - COLLEGE STATION - TX - 77840 - 1812 Welsh Street - - COLLEGE STATION - TX - 77840 - Mr. - F216377 - L216377 - - President, CSISD Board of Trustees - 216377@hsesinfo.org - Dr. - F216378 - L216378 - - Executive Director, Chief Academic Officer - 216378@hsesinfo.org - Mr. - F216380 - L216380 - Sr. - 216380@hsesinfo.org - Ms. - F216376 - L216376 - - 216376@hsesinfo.org - 555-555-6376 - - - 10716 - 2868 - 12703 - 200 - 2014 - 2019-11-01 - - Migrant EHS - Active - Redlands Christian Migrant Association - www.rcma.org - 2868@hsesinfo.org - 402 West Main Street - - Immokalee - FL - 34142 - 402 West Main Street - - Immokalee - FL - 34142 - 402 West Main Street - - Immokalee - FL - 34142 - Ms. - F223341 - L223341 - - President, Board of Directors - 223341@hsesinfo.org - Ms. - F223342 - L223342 - - Executive Director - 223342@hsesinfo.org - Mrs. - F223344 - L223344 - - 223344@hsesinfo.org - Ms. - F223340 - L223340 - - 223340@hsesinfo.org - 555-555-3340 x 5555 - - - 10715 - 2563 - 12703 - 000 - 2014 - 2019-11-01 - - Migrant HS - Active - Redlands Christian Migrant Association - www.rcma.org - 2563@hsesinfo.org - 402 West Main Street - - Immokalee - FL - 34142 - 402 West Main Street - - Immokalee - FL - 34142 - 402 West Main Street - - Immokalee - FL - 34142 - Ms. - F223334 - L223334 - - President, Board of Directors - 223334@hsesinfo.org - Ms. - F223335 - L223335 - - Executive Director - 223335@hsesinfo.org - Ms. - F223337 - L223337 - - 223337@hsesinfo.org - Ms. - F223333 - L223333 - - 223333@hsesinfo.org - 555-555-3333 x 5555 - - - 4488 - 426 - 8533 - 000 - 2013 - 2013-11-29 - 2019-06-30 - HS - Inactive - Broward County School Board - http://www.browardschools.com - 426@hsesinfo.org - 600 SE 3rd Avenue, 14th Floor - - Fort Lauderdale - FL - 33301-3125 - 600 S.E. Third Avenue, 14th Floor - - Fort Lauderdale - FL - 33301 - 600 S.E Third Avenue, 14th Floor - - Fort Lauderdale - FL - 33301 - Ms. - F42310 - L42310 - - Board Chair - 42310@hsesinfo.org - Mr. - F42308 - L42308 - - Chief Academic Officer - 42308@hsesinfo.org - Ms. - F42312 - L42312 - - 42312@hsesinfo.org - Dr. - F42307 - L42307 - - 42307@hsesinfo.org - 555-555-2307 - - - 4835 - 1009 - 8740 - 000 - 1992 - 2014-05-01 - 2019-06-30 - HS - Inactive - South Central Missouri Community Action Agency - www.scmcaa.org - 1009@hsesinfo.org - 8055 Old Alton Road - - Winona - MO - 65588 - PO Box 6 - - Winona - MO - 65588-0006 - 8055 Old Alton Road - - Winona - MO - 65588 - Mr. - F47235 - L47235 - - Board Chair - 47235@hsesinfo.org - Ms. - F47236 - L47236 - - Executive Director - 47236@hsesinfo.org - Ms. - F47237 - L47237 - - 47237@hsesinfo.org - Mr. - F47234 - L47234 - - 47234@hsesinfo.org - 555-555-7234 - - - 8228 - 8160 - 10618 - 000 - 2016 - 2016-07-01 - - HS - Active - Catholic Charities Community Services, Inc. - https://www.catholiccharitiesaz.org/all-locations/youth-development - 8160@hsesinfo.org - Catholic Charities Community Services, Inc - 4747 N 7th Ave - Phoenix - AZ - 85013 - Catholic Charities Community Services, Inc - 4747 N 7th Ave - Phoenix - AZ - 85013 - Catholic Charities Community Services, Inc - 4747 N 7th Ave - Phoenix - AZ - 85013 - Mr. - F206711 - L206711 - - Chairman of the Board Catholic Charities Community Services - 206711@hsesinfo.org - Mr. - F206712 - L206712 - - CEO - 206712@hsesinfo.org - Mrs. - F206714 - L206714 - - 206714@hsesinfo.org - Mr. - F206710 - L206710 - - 206710@hsesinfo.org - 555-555-6710 x 5555 - - - 8962 - 2638 - 11305 - 200 - 2013 - 2018-08-01 - - EHS - Active - Head Start of Yamhill County - http://www.yamhillheadstart.org - 2638@hsesinfo.org - 1006 NE 3rd St - Ste A - McMinnville - OR - 97128-4402 - PO Box 1311 - - McMinnville - OR - 97128-1311 - 1006 NE 3rd St - Ste A - McMinnville - OR - 97128-4402 - Ms. - F211291 - L211291 - - Board Chair - 211291@hsesinfo.org - Ms. - F211292 - L211292 - - - 211292@hsesinfo.org - Ms. - F211294 - L211294 - - 211294@hsesinfo.org - Ms. - F211290 - L211290 - - 211290@hsesinfo.org - 555-555-1290 x 5555 - - - 8071 - 8275 - 10577 - 200 - 2011 - 2016-06-01 - - EHS - Active - HOPES Community Action Partnership, Inc. - www.hopes.org - 8275@hsesinfo.org - 301 Garden St - Hopes Cap, Inc. Early Head Start - Hoboken - NJ - 07030-3873 - 301 Garden St - Hopes Cap, Inc. Early Head Start - Hoboken - NJ - 07030-3873 - 301 Garden St - Hopes Cap, Inc. - Hoboken - NJ - 07030-3873 - Mr. - F205682 - L205682 - - Board Chair - 205682@hsesinfo.org - Ms. - F205683 - L205683 - - President/CEO - 205683@hsesinfo.org - Ms. - F205685 - L205685 - - 205685@hsesinfo.org - Ms. - F205681 - L205681 - - 205681@hsesinfo.org - 555-555-5681 x 5555 - - - 4942 - 1646 - 8897 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Sierra Cascade Family Opportunities, Inc. - www.headstart4u.org - 1646@hsesinfo.org - 424 N Mill Creek Rd - - Quincy - CA - 95971-9678 - 424 N Mill Creek Rd - - Quincy - CA - 95971-9678 - 424 N Mill Creek Rd - - Quincy - CA - 95971-9678 - Mr. - F48705 - L48705 - - Board President - 48705@hsesinfo.org - Mrs. - F48708 - L48708 - - Executive Director - 48708@hsesinfo.org - Mr. - F48709 - L48709 - - 48709@hsesinfo.org - Mrs. - F48704 - L48704 - - 48704@hsesinfo.org - 555-555-8704 - - - 11090 - 1219 - 13021 - 000 - 1992 - 2020-03-01 - - AIAN HS - Active - Lower Brule Sioux Tribe - - 1219@hsesinfo.org - 187 Oyate Circle - - Lower Brule - SD - 57548-8500 - PO Box 804 - - Lower Brule - SD - 57548 - 187 Oyate Circle - - Lower Brule - SD - 57548-8500 - Mr. - F225880 - L225880 - - Tribal Chairman - 225880@hsesinfo.org - Mr. - F225881 - L225881 - - Senior Council Member-Secretary Treasurer - 225881@hsesinfo.org - - F225883 - L225883 - - 225883@hsesinfo.org - Mrs. - F225879 - L225879 - - 225879@hsesinfo.org - 555-555-5879 - - - 9325 - 2905 - 11580 - 000 - 2013 - 2019-02-01 - - HS - Active - Y.M. & Y.W.H.A. of Williamsburg, Inc. - williamsburgy.org - 2905@hsesinfo.org - 64 Division Ave - - Brooklyn - NY - 11249-6660 - 64 Division Ave - - Brooklyn - NY - 11249-6660 - 64 Division Ave - - Brooklyn - NY - 11249-6660 - Mr. - F213812 - L213812 - - President - 213812@hsesinfo.org - Ms. - F213813 - L213813 - - - 213813@hsesinfo.org - Mr. - F213815 - L213815 - - 213815@hsesinfo.org - Ms. - F213811 - L213811 - - 213811@hsesinfo.org - 555-555-3811 - - - 11091 - 1631 - 13020 - 000 - 2003 - 2020-03-01 - - Migrant HS - Active - HOLYOKE CHICOPEE SPRINGFIELD HEAD START, INC. - www.hcsheadstart.org - 1631@hsesinfo.org - 30 Madison Avenue - - Springfield - MA - 01105-1404 - 30 Madison Avenue - - Springfield - MA - 01105-1404 - 30 Madison Avenue - - Springfield - MA - 01105-1404 - Ms. - F225887 - L225887 - - Board Chair - 225887@hsesinfo.org - Ms. - F225888 - L225888 - - - 225888@hsesinfo.org - Mr. - F225890 - L225890 - - 225890@hsesinfo.org - Ms. - F225886 - L225886 - - 225886@hsesinfo.org - 555-555-5886 - - - 11092 - 2869 - 13020 - 200 - 2011 - 2020-03-01 - - Migrant EHS - Active - Holyoke Chicopee Springfield Head Start, Inc. - www.hcsheadstart.org - 2869@hsesinfo.org - 30 Madison Avenue - - Springfield - MA - 01105 - 30 Madison Avenue - - Springfield - MA - 01105 - 30 Madison Avenue - - Springfield - MA - 01105 - Ms. - F225894 - L225894 - - Board Chair - 225894@hsesinfo.org - Ms. - F225895 - L225895 - - - 225895@hsesinfo.org - Mr. - F225897 - L225897 - - 225897@hsesinfo.org - Ms. - F225893 - L225893 - - 225893@hsesinfo.org - 555-555-5893 - - - 4414 - 2314 - 8407 - 000 - 2013 - 2013-10-25 - 2018-10-31 - HS - Inactive - Community Action Planning Council of Jefferson County - http://www.capcjc.org - 2314@hsesinfo.org - 518 Davidson Street - - Watertown - NY - 13601-1904 - 518 Davidson Street - - Watertown - NY - 13601-1904 - 518 Davidson Street - - Watertown - NY - 13601-1904 - Mr. - F41291 - L41291 - - Board Chairperson - 41291@hsesinfo.org - Ms. - F41290 - L41290 - - Executive Director - 41290@hsesinfo.org - Mr. - F41289 - L41289 - - 41289@hsesinfo.org - Mrs. - F41287 - L41287 - - 41287@hsesinfo.org - 555-555-1287 x 5555 - - - 5618 - 4113 - 9438 - 004 - 2014 - 2014-12-01 - - HS - Active - Onward Neighborhood House - www.onwardhouse.org - 4113@hsesinfo.org - 5413 W Diversey Ave - - Chicago - IL - 60639-1413 - 5413 W Diversey Ave - - Chicago - IL - 60639-1413 - 5413 W Diversey Ave - - Chicago - IL - 60639-1413 - - F101341 - L101341 - - President, Board of Directors - 101341@hsesinfo.org - Mr. - F101339 - L101339 - - Executive Director - 101339@hsesinfo.org - - F101338 - L101338 - - 101338@hsesinfo.org - Ms. - F101337 - L101337 - - 101337@hsesinfo.org - 555-555-1337 - - - 9248 - 1250 - 11520 - 200 - 2013 - 2019-01-01 - - EHS - Active - METROPOLITAN AREA ADVISORY COMMITTEE - 956 Vale Terrace Dr - 1250@hsesinfo.org - 956 Vale Terrace Dr - - Vista - CA - 92084-5212 - 956 Vale Terrace Dr - - Vista - CA - 92084-5212 - 1355 Third Ave - - Chula Vista - CA - 91911 - Mr. - F213277 - L213277 - - Chairperson of the Board - 213277@hsesinfo.org - Mr. - F213278 - L213278 - - President /CEO - 213278@hsesinfo.org - Mrs. - F213280 - L213280 - - 213280@hsesinfo.org - Mrs. - F213276 - L213276 - - 213276@hsesinfo.org - 555-555-3276 x 5555 - - - 6109 - 2815 - 9719 - 200 - 2011 - 2015-03-01 - - EHS - Active - Morris County Head Start Community Program, Inc. - www.headstartmc.org - 2815@hsesinfo.org - 18 Thompson Avenue - - Dover - NJ - 07801 - 18 Thompson Ave - - Dover - NJ - 07801-4512 - 18 Thompson Ave - - Dover - NJ - 07801-4512 - Mr. - F108437 - L108437 - - Board President - 108437@hsesinfo.org - Ms. - F108435 - L108435 - - Executive Director - 108435@hsesinfo.org - Ms. - F108434 - L108434 - - 108434@hsesinfo.org - Ms. - F108433 - L108433 - - 108433@hsesinfo.org - 555-555-8433 - - - 4427 - 403 - 8388 - 200 - 2013 - 2013-11-01 - 2019-07-31 - EHS - Inactive - Great Lakes Community Action Partnership - http://www.glcap.org - 403@hsesinfo.org - 127 S Front St - - Fremont - OH - 43420-3021 - PO Box 590 - - Fremont - OH - 43420 - 127 S Front St - - Fremont - OH - 43420-3021 - Mr. - F41370 - L41370 - - Board Chair - 41370@hsesinfo.org - Mrs. - F41368 - L41368 - - - 41368@hsesinfo.org - Mrs. - F41369 - L41369 - - 41369@hsesinfo.org - Mrs. - F41366 - L41366 - - 41366@hsesinfo.org - 555-555-1366 x 5555 - - - 4566 - 1251 - 8487 - 000 - 2013 - 2013-12-23 - 2018-12-31 - HS - Inactive - METROPOLITAN AREA ADVISORY COMMITTEE - 956 Vale Terrace Dr - 1251@hsesinfo.org - 956 Vale Terrace Dr - - Vista - CA - 92084-5212 - 956 Vale Terrace Dr - - Vista - CA - 92084-5212 - 1355 Third Ave - - Chula Vista - CA - 91911 - Mr. - F43323 - L43323 - - Chairperson of the Board - 43323@hsesinfo.org - Mr. - F43326 - L43326 - - President /CEO - 43326@hsesinfo.org - Mrs. - F43322 - L43322 - - 43322@hsesinfo.org - Mrs. - F43321 - L43321 - - 43321@hsesinfo.org - 555-555-3321 x 5555 - - - 4567 - 1250 - 8487 - 200 - 2013 - 2013-12-23 - 2018-12-31 - EHS - Inactive - METROPOLITAN AREA ADVISORY COMMITTEE - 956 Vale Terrace Dr - 1250@hsesinfo.org - 956 Vale Terrace Dr - - Vista - CA - 92084-5212 - 956 Vale Terrace Dr - - Vista - CA - 92084-5212 - 1355 Third Ave - - Chula Vista - CA - 91911 - Mr. - F43333 - L43333 - - Chairperson of the Board - 43333@hsesinfo.org - Mr. - F43329 - L43329 - - President /CEO - 43329@hsesinfo.org - Mrs. - F43332 - L43332 - - 43332@hsesinfo.org - Mrs. - F43328 - L43328 - - 43328@hsesinfo.org - 555-555-3328 x 5555 - - - 6316 - 3476 - 9904 - 203 - 2011 - 2015-04-01 - 2020-10-31 - EHS - Inactive - Acelero Learning Monmouth/Middlesex County - almm.acelero.net - 3476@hsesinfo.org - 132 2nd Street - - Perth Amboy - NJ - 08861 - 132 2nd Street - - Perth Amboy - NJ - 08861 - 132 2nd Street - - Perth Amboy - NJ - 08861 - Mr. - F110528 - L110528 - - Board Chairman - 110528@hsesinfo.org - Mr. - F110526 - L110526 - - - 110526@hsesinfo.org - Ms. - F110525 - L110525 - - 110525@hsesinfo.org - Ms. - F110531 - L110531 - - 110531@hsesinfo.org - - - - 6906 - 488 - 10389 - 000 - 1989 - 2015-11-01 - 2020-10-31 - HS - Inactive - Self-Help Incorporated - http://www.selfhelpinc.org - 488@hsesinfo.org - 370 Howard St - - Brockton - MA - 02302-1000 - 370 Howard St - - Brockton - MA - 02302-1000 - 370 Howard St - - Brockton - MA - 02302-1000 - Mr. - F204003 - L204003 - - Chairperson Self Help, Inc. Board of Directors - 204003@hsesinfo.org - Mr. - F204004 - L204004 - - Self Help, Inc. Chief Executive Officer - 204004@hsesinfo.org - Ms. - F204006 - L204006 - - 204006@hsesinfo.org - Mr. - F204002 - L204002 - - 204002@hsesinfo.org - 555-555-4002 x 5555 - - - 5861 - 5868 - 9477 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Great Lakes Community Action Partnership - www.wsos.org - 5868@hsesinfo.org - 127 S Front St - - Fremont - OH - 43420-3021 - PO Box 590 - - Fremont - OH - 43420-0590 - 127 S Front St - - Fremont - OH - 43420-3021 - Mr. - F104660 - L104660 - - Board Chairperson - 104660@hsesinfo.org - Mrs. - F104661 - L104661 - - President/CEO - 104661@hsesinfo.org - Mrs. - F104663 - L104663 - - 104663@hsesinfo.org - Mrs. - F104659 - L104659 - - 104659@hsesinfo.org - 555-555-4659 - - - 4940 - 1263 - 8859 - 000 - 1992 - 2014-07-01 - 2019-06-30 - HS - Inactive - El Dorado County Office of Education - http://www.edcoe.org - 1263@hsesinfo.org - 6767 Green Valley Road - - Placerville - CA - 95667-8984 - 6767 Green Valley Road - - Placerville - CA - 95667-8984 - 6767 Green Valley Road - - Placerville - CA - 95667-8984 - Dr. - F48722 - L48722 - - Superintendent of Schools - 48722@hsesinfo.org - Dr. - F48723 - L48723 - - Superintendent of Schools - 48723@hsesinfo.org - Mrs. - F48721 - L48721 - - 48721@hsesinfo.org - Ms. - F48718 - L48718 - - 48718@hsesinfo.org - 555-555-8718 - - - 6925 - 456 - 10403 - 200 - 2003 - 2015-11-01 - 2020-10-31 - EHS - Inactive - Olympic ESD 114 - http://oesd.wednet.edu - 456@hsesinfo.org - 105 National Ave N - - Bremerton - WA - 98312-3537 - 105 National Ave N - - Bremerton - WA - 98312-3537 - 105 National Ave N - - Bremerton - WA - 98312-3537 - Mr. - F204136 - L204136 - - Board Chair - 204136@hsesinfo.org - Mr. - F204137 - L204137 - - Superintendent - 204137@hsesinfo.org - Ms. - F204139 - L204139 - - 204139@hsesinfo.org - Mrs. - F204135 - L204135 - - 204135@hsesinfo.org - 555-555-4135 - - - 5209 - 2212 - 8825 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Kitsap Community Resources - http://www.kcr.org - 2212@hsesinfo.org - 1201 Park Ave - - Bremerton - WA - 98337-1760 - 1201 Park Ave - - Bremerton - WA - 98337-1760 - 845 8th St - 1201 Park Avenue - Bremerton - WA - 98337-1517 - Mr. - F52301 - L52301 - - President, Board of Directors - 52301@hsesinfo.org - Mr. - F52302 - L52302 - - Executive Director - 52302@hsesinfo.org - Mrs. - F52303 - L52303 - - 52303@hsesinfo.org - Ms. - F52300 - L52300 - - 52300@hsesinfo.org - 555-555-2300 - - - 4648 - 2226 - 8580 - 000 - 2014 - 2014-03-01 - 2019-02-28 - HS - Inactive - KOOTASCA COMMUNITY ACTION, INC. - http://www.kootasca.org - 2226@hsesinfo.org - 201 NW 4th St - Ste 130 - Grand Rapids - MN - 55744-2746 - 201 NW 4th St - Ste 130 - Grand Rapids - MN - 55744-2746 - 201 NW 4th St - Ste 130 - Grand Rapids - MN - 55744-2746 - Mr. - F44549 - L44549 - - Chairperson - 44549@hsesinfo.org - Ms. - F44546 - L44546 - - Executive Director - 44546@hsesinfo.org - Ms. - F44548 - L44548 - - 44548@hsesinfo.org - Ms. - F44544 - L44544 - - 44544@hsesinfo.org - 555-555-4544 - - - 3022 - 487 - 6679 - 000 - 1991 - 2013-07-02 - 2018-10-31 - HS - Inactive - Child Development Council of Franklin County, Inc. - http://www.cdcheadstart.org - 487@hsesinfo.org - 300 E Spring St - - Columbus - OH - 43215-2630 - 300 East Spring Street - - Columbus - OH - 43215-2630 - 300 East Spring Street - - Columbus - OH - 43215-2630 - Ms. - F37770 - L37770 - - Board Chair - 37770@hsesinfo.org - Mrs. - F37769 - L37769 - - President & CEO - 37769@hsesinfo.org - Ms. - F37768 - L37768 - - 37768@hsesinfo.org - Mrs. - F37766 - L37766 - - 37766@hsesinfo.org - 555-555-7766 - - - 5265 - 3735 - 9112 - 006 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Alhambra Head Start - www.alhambraesd.org - 3735@hsesinfo.org - 4730 W Campbell Ave - - Phoenix - AZ - 85031-1404 - 4510 N 37th Ave - - Phoenix - AZ - 85019-3206 - 4510 N 37th Ave - - Phoenix - AZ - 85019-3206 - Mr. - F53526 - L53526 - - Superintendent - 53526@hsesinfo.org - Mrs. - F53528 - L53528 - - Assistant Superintendent Educational Services - 53528@hsesinfo.org - Ms. - F53529 - L53529 - - 53529@hsesinfo.org - Ms. - F53525 - L53525 - - 53525@hsesinfo.org - 555-555-3525 - - - 9969 - 2089 - 12071 - 000 - 1996 - 2019-07-01 - - HS - Active - PUERTO RICAN FAMILY INSTITUTE, INC - http://www.prfi.org - 2089@hsesinfo.org - 145 W 15th St - - New York - NY - 10011-6701 - PO Box 29608 - - San Juan - PR - 00929-0608 - 145 W 15th St - - New York - NY - 10011-6701 - Dr. - F218176 - L218176 - - Board Chairperson - 218176@hsesinfo.org - Mr. - F218177 - L218177 - - President & CEO - 218177@hsesinfo.org - Mrs. - F218179 - L218179 - - 218179@hsesinfo.org - Mrs. - F218175 - L218175 - - 218175@hsesinfo.org - 555-555-8175 x 5555 - - - 9970 - 3813 - 12089 - 001 - 2014 - 2019-07-01 - - HS - Active - Puerto Rican Family Institute, Inc. - http://www.prfipr.org - 3813@hsesinfo.org - Carr 849 Km 1.5 Calle Juan Baiz Barrio Santo Domingo - - San Juan - PR - 00924 - P.O. Box 29609 - - San Juan - PR - 00929-0609 - 145 W 15th St - - New York - NY - 10011-6701 - Mrs. - F218183 - L218183 - - - 218183@hsesinfo.org - Mrs. - F218184 - L218184 - - - 218184@hsesinfo.org - Mrs. - F218186 - L218186 - - 218186@hsesinfo.org - Mrs. - F218182 - L218182 - - 218182@hsesinfo.org - 555-555-8182 - - - 9971 - 2837 - 12071 - 200 - 2011 - 2019-07-01 - - EHS - Active - The Puerto Rican Family Institute, Inc. - www.prfipr.org - 2837@hsesinfo.org - Carretera 849 km 1.5 Calle Juan Baiz - Bo. Santo Domingo - San Juan - PR - 00924 - PO Box 29608 - - San Juan - PR - 00929-0608 - Carretera 849 km 1.5 Calle Juan Baiz - Bo. Santo Domingo - San Juan - PR - 00924 - Dr. - F218190 - L218190 - - Board Chairperson - 218190@hsesinfo.org - Mr. - F218191 - L218191 - - President & CEO - 218191@hsesinfo.org - Mrs. - F218193 - L218193 - - 218193@hsesinfo.org - Mrs. - F218189 - L218189 - - 218189@hsesinfo.org - 555-555-8189 x 5555 - - - 9972 - 1602 - 12087 - 200 - 2014 - 2019-07-01 - - EHS - Active - Rosemount Center - http://www.rosemountcenter.com - 1602@hsesinfo.org - 2000 Rosemount Avenue NW - - Washington - DC - 20010-1045 - 2000 Rosemount Avenue NW - - Washington - DC - 20010-1045 - 2000 Rosemount Avenue NW - - Washington - DC - 20010-1045 - Dr. - F218197 - L218197 - - Chair, Rosemount Center Board of Directors - 218197@hsesinfo.org - Mr. - F218198 - L218198 - - - 218198@hsesinfo.org - Ms. - F218200 - L218200 - - 218200@hsesinfo.org - Ms. - F218196 - L218196 - - 218196@hsesinfo.org - 555-555-8196 x 5555 - - - 9974 - 5068 - 12054 - 200 - 2014 - 2019-07-01 - - EHS - Active - MARYLAND FAMILY NETWORK, INC. - http://www.marylandfamilynetwork.org - 5068@hsesinfo.org - 1001 Eastern Avenue - 2nd floor - Baltimore - MD - 21202-4325 - 1001 Eastern Avenue - 2nd floor - Baltimore - MD - 21202-4325 - 1001 Eastern Avenue - 2nd floor - Baltimore - MD - 21202-4325 - Mr. - F218211 - L218211 - - Board Chairperson - 218211@hsesinfo.org - Ms. - F218212 - L218212 - - CEO - 218212@hsesinfo.org - Ms. - F218214 - L218214 - - 218214@hsesinfo.org - Ms. - F218210 - L218210 - - 218210@hsesinfo.org - 555-555-8210 x 5555 - - - 9975 - 5996 - 12090 - 201 - - 2019-07-01 - - EHS - Active - Baltimore City Health Department EHS - - 5996@hsesinfo.org - 1001 E Fayette St - - Baltimore - MD - 21202-4715 - 1001 E Fayette St - - Baltimore - MD - 21202-4715 - 1001 E Fayette St - - Baltimore - MD - 21202-4715 - Mr. - F218218 - L218218 - - Board Chair - 218218@hsesinfo.org - Dr. - F218219 - L218219 - - - 218219@hsesinfo.org - Ms. - F218221 - L218221 - - 218221@hsesinfo.org - Mrs. - F218217 - L218217 - - 218217@hsesinfo.org - 555-555-8217 - - - 5799 - 5805 - 9404 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Metropolitan Area Advisory Committee - 956 Vale Terrace - 5805@hsesinfo.org - 956 Vale Terrace Dr - - Vista - CA - 92084-5212 - 956 Vale Terrace Dr - - Vista - CA - 92084-5212 - 1355 3rd Ave - - Chula Vista - CA - 91911-4302 - Mr. - F103704 - L103704 - - BOD President - 103704@hsesinfo.org - Mr. - F103705 - L103705 - - President and CEO - 103705@hsesinfo.org - Mrs. - F103707 - L103707 - - 103707@hsesinfo.org - Mrs. - F103703 - L103703 - - 103703@hsesinfo.org - 555-555-3703 x 5555 - - - 9980 - 8623 - 12095 - 206 - 2017 - 2019-07-01 - - EHS - Active - St. Vincent de Paul of Baltimore, Inc. - www.vincentbaltimore.org - 8623@hsesinfo.org - 2305 N. Charles St. - Suite 300 - Baltimore - MD - 21218-5292 - 2305 N. Charles St. - Suite 300 - Baltimore - MD - 21218-5292 - 2305 N. Charles St. - Suite 300 - Baltimore - MD - 21218-5292 - Mr. - F218253 - L218253 - - HS Governing Board Chair - 218253@hsesinfo.org - Mr. - F218254 - L218254 - - President and CEO - 218254@hsesinfo.org - Ms. - F218256 - L218256 - - 218256@hsesinfo.org - Ms. - F218252 - L218252 - - 218252@hsesinfo.org - 555-555-8252 - - - 8345 - 758 - 10700 - 200 - 1996 - 2016-07-01 - - EHS - Active - Youth Development, Inc. - http://www.ydinm.org - 758@hsesinfo.org - 6301 Central Ave NW - - Albuquerque - NM - 87105-2036 - 6301 Central Ave NW - - Albuquerque - NM - 87105-2036 - 6301 Central Ave NW - - Albuquerque - NM - 87105-2036 - Ms. - F207554 - L207554 - - Chairman of the Board - 207554@hsesinfo.org - Dr. - F207555 - L207555 - - President/CEO - 207555@hsesinfo.org - Ms. - F207557 - L207557 - - 207557@hsesinfo.org - Ms. - F207553 - L207553 - - 207553@hsesinfo.org - 555-555-7553 - - - 9243 - 2345 - 11521 - 000 - 2013 - 2019-01-01 - - HS - Active - SCHOHARIE COUNTY CHILD DEVELOPMENT COUNCIL, INC - www.sccdcny.org - 2345@hsesinfo.org - 114 Lark Street - - Cobleskill - NY - 12043-3846 - 114 Lark Street - - Cobleskill - NY - 12043-3846 - 114 Lark Street - - Cobleskill - NY - 12043-3846 - Ms. - F213242 - L213242 - - Board of Directors President - 213242@hsesinfo.org - Ms. - F213243 - L213243 - - Executive/Head Start Director - 213243@hsesinfo.org - Ms. - F213245 - L213245 - - 213245@hsesinfo.org - Ms. - F213241 - L213241 - - 213241@hsesinfo.org - 555-555-3241 - - - 11515 - 1851 - 13331 - 000 - 1999 - 2020-07-01 - - HS - Active - Harney ESD Region XVII - www.harneyesd.k12.or.us - 1851@hsesinfo.org - 25 Fairview Heights Loop - - Burns - OR - 97720-2324 - PO Box 460 - - Burns - OR - 97720-0460 - 25 Fairview Heights Loop - - Burns - OR - 97720-2324 - Ms. - F228633 - L228633 - - ESD Board Chair - 228633@hsesinfo.org - Ms. - F228634 - L228634 - - ESD Superintendent - 228634@hsesinfo.org - Mr. - F228636 - L228636 - - 228636@hsesinfo.org - Ms. - F228632 - L228632 - - 228632@hsesinfo.org - 555-555-8632 - - - 4444 - 2384 - 8495 - 000 - 1991 - 2013-11-01 - 2020-06-30 - HS - Inactive - Opportunities for Broome, Inc. - www.ofbonline.org - 2384@hsesinfo.org - 5 W. State Street - - Binghamton - NY - 13901 - 5 W. State Street - - Binghamton - NY - 13901 - 5 W. State Street - - Binghamton - NY - 13901 - Mr. - F41507 - L41507 - - Board Chairperson - 41507@hsesinfo.org - Mr. - F41506 - L41506 - - Chief Executive Officer - 41506@hsesinfo.org - Ms. - F41504 - L41504 - - 41504@hsesinfo.org - Mr. - F41502 - L41502 - - 41502@hsesinfo.org - 555-555-1502 x 5555 - - - 9968 - 1989 - 12078 - 200 - 2014 - 2019-07-01 - 2020-06-30 - EHS - Inactive - Yeled V'Yalda Early Childhood Center - http://www.yeled.org - 1989@hsesinfo.org - 1312-38th Street - - Brooklyn - NY - 11218 - 1312-38th Street - - Brooklyn - NY - 11218 - 1312-38th Street - - Brooklyn - NY - 11218 - Mr. - F218169 - L218169 - - Chairman of the Board of Directors - 218169@hsesinfo.org - Mr. - F218170 - L218170 - - - 218170@hsesinfo.org - Mrs. - F218172 - L218172 - - 218172@hsesinfo.org - Mr. - F218168 - L218168 - - 218168@hsesinfo.org - 555-555-8168 x 5555 - - - 4926 - 4932 - 8843 - 000 - 2014 - 2014-06-01 - 2019-11-30 - HS - Inactive - Rural Family Development - carrington@vacouncilofchurches.org - 4932@hsesinfo.org - 1214 W Graham Rd - Ste 3 - Richmond - VA - 23220-1400 - 1214 W Graham Rd - Ste 3 - Richmond - VA - 23220-1400 - 1214 W Graham Rd - Ste 3 - Richmond - VA - 23220-1400 - Ms. - F48435 - L48435 - - RFD Acting Board Chair - 48435@hsesinfo.org - Mrs. - F48436 - L48436 - - Interim Director - 48436@hsesinfo.org - Ms. - F48438 - L48438 - - 48438@hsesinfo.org - Ms. - F48434 - L48434 - - 48434@hsesinfo.org - 555-555-8434 - - - 4628 - 1038 - 8504 - 000 - 2014 - 2014-02-01 - 2019-01-31 - HS - Inactive - BEAR RIVER HEAD START - http://www.brheadstart.org - 1038@hsesinfo.org - 95 West 100 South - Suite 200 - Logan - UT - 84321-5811 - 95 West 100 South - Suite 200 - Logan - UT - 84321-5811 - 95 West 100 South - Suite 200 - Logan - UT - 84321-5811 - Mr. - F44164 - L44164 - - Boad Chair - 44164@hsesinfo.org - Ms. - F44167 - L44167 - - - 44167@hsesinfo.org - Ms. - F44163 - L44163 - - 44163@hsesinfo.org - Ms. - F44162 - L44162 - - 44162@hsesinfo.org - 555-555-4162 - - - 9137 - 8727 - 11444 - 005 - 2018 - 2018-08-01 - - HS - Active - Operation Breakthrough, Inc. - https://operationbreakthrough.org - 8727@hsesinfo.org - 3039 Troost Ave - - Kansas City - MO - 64109-1540 - 3039 Troost Ave - - Kansas City - MO - 64109-1540 - 3039 Troost Ave - - Kansas City - MO - 64109-1540 - Mr. - F212525 - L212525 - - - 212525@hsesinfo.org - Ms. - F212526 - L212526 - - - 212526@hsesinfo.org - - F212528 - L212528 - - 212528@hsesinfo.org - Mrs. - F212524 - L212524 - - 212524@hsesinfo.org - 555-555-2524 - - - 8987 - 833 - 11312 - 200 - 2013 - 2018-08-01 - - EHS - Active - PACT FOR WEST CENTRAL ILLINOIS - pactheadstart.com - 833@hsesinfo.org - 300 S Capitol Ave - - Mt Sterling - IL - 62353-1506 - P.O. Box 231 - 300 S. Capitol - Mt. Sterling - IL - 62353-0231 - 300 S Capitol Ave - - Mt Sterling - IL - 62353-1506 - Mrs. - F211465 - L211465 - - Board Chair - 211465@hsesinfo.org - Mrs. - F211466 - L211466 - - Executive Director - 211466@hsesinfo.org - Ms. - F211468 - L211468 - - 211468@hsesinfo.org - Mrs. - F211464 - L211464 - - 211464@hsesinfo.org - 555-555-1464 - - - 9982 - 5810 - 12072 - 200 - - 2019-07-01 - - EHS - Active - The Campagna Center, Inc. - www.campagnacenter.org - 5810@hsesinfo.org - 418 S Washington St - - Alexandria - VA - 22314-3630 - 418 S Washington St - - Alexandria - VA - 22314-3630 - 418 S Washington St - - Alexandria - VA - 22314-3630 - Ms. - F218267 - L218267 - - - 218267@hsesinfo.org - Dr. - F218268 - L218268 - - - 218268@hsesinfo.org - Mr. - F218270 - L218270 - - 218270@hsesinfo.org - Mrs. - F218266 - L218266 - - 218266@hsesinfo.org - 555-555-8266 - - - 9983 - 5811 - 12077 - 200 - - 2019-07-01 - - EHS - Active - Northern Panhandle Head Start, Inc. - www.npheadstart.org - 5811@hsesinfo.org - 1 Orchard Road, Suite 1 - - Wheeling - WV - 26003-6674 - 1 Orchard Road, Suite 1 - - Wheeling - WV - 26003-6674 - 1 Orchard Road, Suite 1 - - Wheeling - WV - 26003-6674 - Mr. - F218274 - L218274 - - President, Board of Directors - 218274@hsesinfo.org - Ms. - F218275 - L218275 - - Executive Director - 218275@hsesinfo.org - Ms. - F218277 - L218277 - - 218277@hsesinfo.org - Ms. - F218273 - L218273 - - 218273@hsesinfo.org - 555-555-8273 - - - 9984 - 5813 - 12066 - 200 - - 2019-07-01 - - EHS - Active - Parent-Child Development Corporation - www.pcdcva.org - 5813@hsesinfo.org - 602 Main Street - - West Point - VA - 23181 - 602 Main Street - - West Point - VA - 23181 - 602 Main Street - - West Point - VA - 23181 - Mrs. - F218281 - L218281 - - Board Chair - 218281@hsesinfo.org - Ms. - F218282 - L218282 - - Executive Director - 218282@hsesinfo.org - Mr. - F218284 - L218284 - - 218284@hsesinfo.org - Ms. - F218280 - L218280 - - 218280@hsesinfo.org - 555-555-8280 x 5555 - - - 925 - 953 - 4913 - 000 - 1991 - 1991-12-06 - - HS - Active - FCCA Twin Creeks Head Start - twincreeksheadstart.org - 953@hsesinfo.org - 378 Chestnut St - - Meadville - PA - 16335-3213 - 378 Chestnut St - - Meadville - PA - 16335-3213 - 378 Chestnut St - - Meadville - PA - 16335-3213 - Mr. - F16175 - L16175 - - Board President - 16175@hsesinfo.org - Mrs. - F16177 - L16177 - - Executive Director - 16177@hsesinfo.org - Ms. - F16174 - L16174 - - 16174@hsesinfo.org - Mrs. - F2718 - L2718 - - 2718@hsesinfo.org - 555-555-2718 - - - 8201 - 856 - 10635 - 000 - 1992 - 2016-07-01 - - HS - Active - Reach-Up, Inc. - http://www.reachupinc.org - 856@hsesinfo.org - 350 Highway 10 S - - Saint Cloud - MN - 56304-1244 - 350 Highway 10 S - - Saint Cloud - MN - 56304-1244 - 350 Highway 10 S - - Saint Cloud - MN - 56304-1244 - Ms. - F206522 - L206522 - - - 206522@hsesinfo.org - Dr. - F206523 - L206523 - - - 206523@hsesinfo.org - Ms. - F206525 - L206525 - - 206525@hsesinfo.org - Dr. - F206521 - L206521 - - 206521@hsesinfo.org - 555-555-6521 - - - 9509 - 8791 - 11724 - 200 - 2019 - 2019-03-01 - - EHS - Active - Champaign County - - 8791@hsesinfo.org - 1776 East Washington Street - - Urbana - IL - 61802-4578 - 1776 East Washington Street - - Urbana - IL - 61802-4578 - 1776 East Washington Street - - Urbana - IL - 61802-4578 - Mr. - F215060 - L215060 - - County Board Chair - 215060@hsesinfo.org - Dr. - F215061 - L215061 - - Chief Executive Officer - 215061@hsesinfo.org - Ms. - F215063 - L215063 - - 215063@hsesinfo.org - Mrs. - F215059 - L215059 - - 215059@hsesinfo.org - 555-555-5059 - - - 5259 - 3706 - 9106 - 005 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Santa Ana Unified School District - www.sausd.k12.ca.us - 3706@hsesinfo.org - 1629 S. Center St. - - Santa Ana - CA - 92704-4111 - 1629 S. Center St. - - Santa Ana - CA - 92704-4111 - 1629 S. Center St. - - Santa Ana - CA - 92704-4111 - Ms. - F53483 - L53483 - - Board President - 53483@hsesinfo.org - Dr. - F53487 - L53487 - - Deputy Superintendent Educational Services - 53487@hsesinfo.org - Ms. - F53486 - L53486 - - 53486@hsesinfo.org - Ms. - F53488 - L53488 - - 53488@hsesinfo.org - 555-555-3488 - - - 4996 - 1795 - 8898 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Long Beach Unified School District - www.lbschools.net - 1795@hsesinfo.org - 1260 East 33rd Street - - Signal Hill - CA - 90755 - 1260 East 33rd Street - - Signal Hill - CA - 90755 - 1260 East 33rd Street - - Signal Hill - CA - 90755 - Dr. - F49466 - L49466 - - Board President - 49466@hsesinfo.org - Mr. - F49463 - L49463 - - Superintendent - 49463@hsesinfo.org - Ms. - F49462 - L49462 - - 49462@hsesinfo.org - Dr. - F49461 - L49461 - - 49461@hsesinfo.org - 555-555-9461 - - - 3618 - 3431 - 7713 - 218 - 2011 - 2011-08-30 - - EHS - Active - Municipality of Manati - headstart_manati@yahoo.com - 3431@hsesinfo.org - Calle Baldorioty Corner Quinones St. - 10 Quiñones Street - Manati - PR - 00674-5013 - Calle Baldorioty Corner Quinones St. - 10 Quiñones Street - Manati - PR - 00674-5013 - Calle Baldorioty Corner Quinones St. - 10 Quiñones Street - Manati - PR - 00674-5013 - Mrs. - F32422 - L32422 - - President - 32422@hsesinfo.org - Hon. - F32419 - L32419 - A. - Mayor - 32419@hsesinfo.org - Mrs. - F32420 - L32420 - - 32420@hsesinfo.org - Mrs. - F32416 - L32416 - - 32416@hsesinfo.org - 555-555-2416 - - - 9619 - 218 - 11799 - 000 - 2014 - 2019-05-01 - - HS - Active - Worcester Public Schools - Child Development Head Start - http://headstart.worcesterschools.org - 218@hsesinfo.org - 770 Main Street - - Worcester - MA - 01610-3159 - 770 Main Street - - Worcester - MA - 01610-3159 - 770 Main Street - - Worcester - MA - 01610-3159 - Mr. - F215786 - L215786 - - Chairperson - School Board/Mayor, City of Worcester - 215786@hsesinfo.org - Mrs. - F215787 - L215787 - - Superintendent - 215787@hsesinfo.org - Ms. - F215789 - L215789 - - 215789@hsesinfo.org - Ms. - F215785 - L215785 - - 215785@hsesinfo.org - 555-555-5785 - - - 8115 - 8056 - 8690 - 236 - 2016 - 2017-02-01 - 2019-06-30 - EHS - Inactive - B'Above World Wide Institute, Inc - - 8056@hsesinfo.org - 134-11 Kew Gardens Road - - Richmond Hill - NY - 11418 - 134-11 Kew Gardens Road - - Richmond Hill - NY - 11418 - 134-11 Kew Gardens Road - - Richmond Hill - NY - 11418 - Mr. - F205964 - L205964 - - - 205964@hsesinfo.org - Rabbi - F205965 - L205965 - - - 205965@hsesinfo.org - Mr. - F205967 - L205967 - - 205967@hsesinfo.org - Rabbi - F205963 - L205963 - - 205963@hsesinfo.org - 555-555-5963 - - - 4693 - 3900 - 8675 - 021 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Hamilton-Madison House - http://www.hmhonline.org - 3900@hsesinfo.org - 50 Madison Street - - New York - NY - 10038-1891 - 50 Madison Street - - New York - NY - 10038-1891 - 50 Madison Street - - New York - NY - 10038-1891 - Mr. - F45601 - L45601 - - - 45601@hsesinfo.org - Ms. - F45599 - L45599 - - - 45599@hsesinfo.org - Ms. - F45598 - L45598 - - 45598@hsesinfo.org - Ms. - F45597 - L45597 - - 45597@hsesinfo.org - 555-555-5597 - - - 9482 - 8776 - 11704 - 200 - 2019 - 2019-03-01 - - EHS - Active - Metropolitan Area Advisory Committee on Anti-Poverty of San Diego County Inc. - 956 Vale Terrace - 8776@hsesinfo.org - 956 Vale Terrace Dr - - Vista - CA - 92084-5212 - 956 Vale Terrace Dr - - Vista - CA - 92084-5212 - 1355 Third Ave - - Chula Vista - CA - 91911 - Mr. - F214871 - L214871 - - Chairperson of the Board - 214871@hsesinfo.org - Mr. - F214872 - L214872 - - President /CEO - 214872@hsesinfo.org - Mrs. - F214874 - L214874 - - 214874@hsesinfo.org - Mrs. - F214870 - L214870 - - 214870@hsesinfo.org - 555-555-4870 x 5555 - - - 11516 - 2113 - 13327 - 000 - 1992 - 2020-07-01 - - HS - Active - Mt. Hood Community College - mhccheadstart.org - 2113@hsesinfo.org - 10100 NE Prescott St - - Portland - OR - 97220-3696 - 10100 NE Prescott St - - Portland - OR - 97220-3696 - 10100 NE Prescott St - - Portland - OR - 97220-3696 - Ms. - F228640 - L228640 - - Board Chair - 228640@hsesinfo.org - Ms. - F228641 - L228641 - - Executive Director - 228641@hsesinfo.org - Ms. - F228643 - L228643 - - 228643@hsesinfo.org - Ms. - F228639 - L228639 - - 228639@hsesinfo.org - 555-555-8639 - - - 11517 - 3219 - 13327 - 200 - 2001 - 2020-07-01 - - EHS - Active - Mt. Hood Community College - mhccheadstart.org - 3219@hsesinfo.org - 10100 NE Prescott St - - Portland - OR - 97220-3696 - 10100 NE Prescott St - - Portland - OR - 97220-3696 - 10100 NE Prescott St - - Portland - OR - 97220-3696 - Ms. - F228647 - L228647 - - Board Chair - 228647@hsesinfo.org - Ms. - F228648 - L228648 - - - 228648@hsesinfo.org - Ms. - F228650 - L228650 - - 228650@hsesinfo.org - Ms. - F228646 - L228646 - - 228646@hsesinfo.org - 555-555-8646 - - - 9138 - 8728 - 11444 - 205 - 2018 - 2018-08-01 - - EHS - Active - Operation Breakthrough, Inc. - https://operationbreakthrough.org - 8728@hsesinfo.org - 3039 Troost Ave - - Kansas City - MO - 64109-1540 - 3039 Troost Ave - - Kansas City - MO - 64109-1540 - 3039 Troost Ave - - Kansas City - MO - 64109-1540 - Mr. - F212532 - L212532 - - - 212532@hsesinfo.org - Ms. - F212533 - L212533 - - - 212533@hsesinfo.org - - F212535 - L212535 - - 212535@hsesinfo.org - Mrs. - F212531 - L212531 - - 212531@hsesinfo.org - 555-555-2531 - - - 8888 - 1384 - 11252 - 000 - 2013 - 2018-07-01 - - HS - Active - Clay County Child Care Center - www.claycountychildcare.com - 1384@hsesinfo.org - 314 Court Street - N/A - Clay Center - KS - 67432-2420 - 314 Court Street - N/A - Clay Center - KS - 67432-2420 - 314 Court Street - N/A - Clay Center - KS - 67432-2420 - Mrs. - F210737 - L210737 - N/A - President of the Board - 210737@hsesinfo.org - Mrs. - F210738 - L210738 - N/A - - 210738@hsesinfo.org - Ms. - F210740 - L210740 - N/A - 210740@hsesinfo.org - Mrs. - F210736 - L210736 - N/A - 210736@hsesinfo.org - 555-555-0736 - - - 1367 - 2905 - 2860 - 000 - 2013 - 2013-06-26 - 2019-01-31 - HS - Inactive - Y.M. & Y.W.H.A. of Williamsburg, Inc. - williamsburgy.org - 2905@hsesinfo.org - 64 Division Ave - - Brooklyn - NY - 11249-6660 - 64 Division Ave - - Brooklyn - NY - 11249-6660 - 64 Division Ave - - Brooklyn - NY - 11249-6660 - Mr. - F39927 - L39927 - - President - 39927@hsesinfo.org - Ms. - F39925 - L39925 - - - 39925@hsesinfo.org - Mrs. - F39924 - L39924 - - 39924@hsesinfo.org - Ms. - F36180 - L36180 - - 36180@hsesinfo.org - 555-555-6180 - - - 11102 - 4470 - 13031 - 001 - 2013 - 2020-02-01 - - HS - Active - Catholic Charities - ccdocle.org/headstart - 4470@hsesinfo.org - 7911 Detroit Ave - - Cleveland - OH - 44102-2815 - 7911 Detroit Ave - - Cleveland - OH - 44102-2815 - 7911 Detroit Ave - - Cleveland - OH - 44102-2815 - Ms. - F225956 - L225956 - - - 225956@hsesinfo.org - Mr. - F225954 - L225954 - - - 225954@hsesinfo.org - - F225957 - L225957 - - 225957@hsesinfo.org - Mrs. - F225953 - L225953 - - 225953@hsesinfo.org - 555-555-5953 - - - 10616 - 6229 - 12616 - 200 - - 2019-09-01 - - AIAN EHS - Active - Fort Belknap Indian Community - - 6229@hsesinfo.org - FT BELKNAP AGENCY - 656 Agency Main Street - Harlem - MT - 59526 - 163 White Clay Avenue - 163 White Clay Avenue - Hays - MT - 59527 - 656 Agency Main St - Fort Belknap Agency - Harlem - MT - 59526-9455 - Mr. - F222647 - L222647 - - President, Fort Belknap Indian Community - 222647@hsesinfo.org - Ms. - F222648 - L222648 - - Chief Administrative Officer - 222648@hsesinfo.org - Ms. - F222650 - L222650 - - 222650@hsesinfo.org - Ms. - F222646 - L222646 - - 222646@hsesinfo.org - 555-555-2646 - - - 8334 - 3776 - 10699 - 001 - - 2016-07-01 - - HS - Active - Spanish Speaking Unity Council - http://www.unitycouncil.org - 3776@hsesinfo.org - 1155 35th Ave - - Oakland - CA - 94601-3426 - 1155 35th Ave - - Oakland - CA - 94601-3426 - 1155 35th Ave - - Oakland - CA - 94601-3426 - Mr. - F207478 - L207478 - - Chairperson of the Board of Directors - 207478@hsesinfo.org - Mr. - F207479 - L207479 - - CEO - 207479@hsesinfo.org - Ms. - F207481 - L207481 - - 207481@hsesinfo.org - Mr. - F207477 - L207477 - - 207477@hsesinfo.org - 555-555-7477 - - - 9985 - 916 - 12055 - 000 - 1992 - 2019-07-01 - - HS - Active - YADKIN VALLEY ECONOMIC DEVELOPMENT DISTRICT, INC - www.yveddi.com - 916@hsesinfo.org - 533 N Carolina Avenue, Hwy 601 N - - Boonville - NC - 27011 - P.O. Box 309 - - Boonville - NC - 27011-0309 - 533 N Carolina Avenue, Hwy 601 N - - Boonville - NC - 27011 - Mr. - F218288 - L218288 - - Board Chair - 218288@hsesinfo.org - Mrs. - F218289 - L218289 - - Executive Director - 218289@hsesinfo.org - Mr. - F218291 - L218291 - - 218291@hsesinfo.org - Ms. - F218287 - L218287 - - 218287@hsesinfo.org - 555-555-8287 x 5555 - - - 9986 - 5814 - 12076 - 200 - - 2019-07-01 - - EHS - Active - Georgia Department of Early Care and Learning - www.decal.ga.gov - 5814@hsesinfo.org - 2 Martin Luther King Jr. Dr., SE - Suite 754, East Tower - Atlanta - GA - 30334-9000 - 2 Martin Luther King Jr Dr SE - Ste 754, East Tower - Atlanta - GA - 30334-9000 - 2 Martin Luther King Jr Dr SE - Ste 754, East Tower - Atlanta - GA - 30334-9000 - Ms. - F218295 - L218295 - - Commissioner - 218295@hsesinfo.org - Dr. - F218296 - L218296 - - Deputy Commissioner - 218296@hsesinfo.org - Ms. - F218298 - L218298 - - 218298@hsesinfo.org - Ms. - F218294 - L218294 - - 218294@hsesinfo.org - 555-555-8294 - - - 2982 - 2867 - 6642 - 200 - 2013 - 2013-07-02 - 2019-06-30 - Migrant EHS - Inactive - Tri-Valley Opportunity Council, Inc. - http://www.tvoc.org - 2867@hsesinfo.org - 102 North Broadway - PO Box 607 - Crookston - MN - 56716 - 102 North Broadway - PO Box 607 - Crookston - MN - 56716 - 102 North Broadway - PO Box 607 - Crookston - MN - 56716 - Mr. - F38366 - L38366 - - Chairperson - 38366@hsesinfo.org - Mr. - F38364 - L38364 - - - 38364@hsesinfo.org - Ms. - F38363 - L38363 - - 38363@hsesinfo.org - Ms. - F38362 - L38362 - - 38362@hsesinfo.org - 555-555-8362 - - - 10503 - 9037 - 12494 - 000 - 2019 - 2019-09-01 - - HS - Active - CDI HS/Mid-Cumberland, TN - www.cdiheadstart.org - 9037@hsesinfo.org - 412 E Vine St - - Murfreesboro - TN - 37130-4227 - PO Box 331437 - - Murfreesboro - TN - 37133-1437 - 412 E Vine St - - Murfreesboro - TN - 37130-4227 - Mr. - F221864 - L221864 - - Chief Executive Officer - 221864@hsesinfo.org - Ms. - F221862 - L221862 - - Executive Director - 221862@hsesinfo.org - - F221865 - L221865 - - 221865@hsesinfo.org - Ms. - F221861 - L221861 - - 221861@hsesinfo.org - 555-555-1861 - - - 9987 - 5815 - 12050 - 200 - - 2019-07-01 - - EHS - Active - Delta Health Alliance, Inc. - deltahealthalliance.org - 5815@hsesinfo.org - 435 Stoneville Rd - - Leland - MS - 38756-9569 - PO Box 277 - - Stoneville - MS - 38776-0277 - 435 Stoneville Rd - - Leland - MS - 38756-9569 - Mr. - F218302 - L218302 - - Board Chair - 218302@hsesinfo.org - Dr. - F218303 - L218303 - - CEO - 218303@hsesinfo.org - Mrs. - F218305 - L218305 - - 218305@hsesinfo.org - Mrs. - F218301 - L218301 - - 218301@hsesinfo.org - 555-555-8301 - - - 9988 - 5818 - 12062 - 200 - - 2019-07-01 - - EHS - Active - Early Learning Coalition of Palm Beach County, Inc. - www.elcpalmbeach.org - 5818@hsesinfo.org - 2300 High Ridge Road, Suite 115 - - Boynton Beach - FL - 33426-8795 - 2300 High Ridge Road, Suite 115 - - Boynton Beach - FL - 33426-8795 - 2300 High Ridge Road, Suite 115 - - Boynton Beach - FL - 33426-8795 - Mr. - F218309 - L218309 - . - Board Chair - 218309@hsesinfo.org - Mr. - F218310 - L218310 - - CEO - 218310@hsesinfo.org - Mr. - F218312 - L218312 - - 218312@hsesinfo.org - Ms. - F218308 - L218308 - - 218308@hsesinfo.org - 555-555-8308 - - - 10504 - 9038 - 12494 - 200 - 2019 - 2019-09-01 - - EHS - Active - CDI HS/Mid-Cumberland, TN - www.cdiheadstart.org - 9038@hsesinfo.org - 412 E Vine St - - Murfreesboro - TN - 37130-4227 - PO Box 331437 - - Murfreesboro - TN - 37133-1437 - 412 E Vine St - - Murfreesboro - TN - 37130-4227 - Mr. - F221870 - L221870 - - Chief Executive Officer - 221870@hsesinfo.org - Ms. - F221868 - L221868 - - Executive Director - 221868@hsesinfo.org - - F221871 - L221871 - - 221871@hsesinfo.org - Ms. - F221867 - L221867 - - 221867@hsesinfo.org - 555-555-1867 - - - 9990 - 685 - 12057 - 000 - 2013 - 2019-07-01 - - HS - Active - WARREN COUNTY COMMUNITY SERVICES, INC - http://www.wccsi.org - 685@hsesinfo.org - 570 North State Route 741 - - Lebanon - OH - 45036-8839 - 570 North State Route 741 - - Lebanon - OH - 45036-8839 - 570 North State Route 741 - - Lebanon - OH - 45036-8839 - Mr. - F218323 - L218323 - - Board President - 218323@hsesinfo.org - Mr. - F218324 - L218324 - - CEO/Executive Director - 218324@hsesinfo.org - Ms. - F218326 - L218326 - - 218326@hsesinfo.org - Ms. - F218322 - L218322 - - 218322@hsesinfo.org - 555-555-8322 - - - 10704 - 1188 - 12706 - 000 - 1992 - 2019-11-01 - - Migrant HS - Active - East Coast Migrant Head Start Project - http://www.ecmhsp.org - 1188@hsesinfo.org - 2301 Sugar Bush Rd - Ste 400 - Raleigh - NC - 27612-2957 - 2301 Sugar Bush Rd - Ste 400 - Raleigh - NC - 27612-2957 - 2301 Sugar Bush Rd - Ste 400 - Raleigh - NC - 27612-2957 - Dr. - F223257 - L223257 - - President, ECMHSP Board of Directors - 223257@hsesinfo.org - Ms. - F223258 - L223258 - - Chief Executive Officer - 223258@hsesinfo.org - Ms. - F223260 - L223260 - - 223260@hsesinfo.org - Mr. - F223256 - L223256 - - 223256@hsesinfo.org - 555-555-3256 x 5555 - - - 10705 - 3602 - 12709 - 001 - 2013 - 2019-11-01 - - Migrant HS - Active - ECMHSP - Virginia Direct Services - www.ecmhsp.org - 3602@hsesinfo.org - 20344 Lankford Hwy - - Parksley - VA - 23421-3746 - PO Box 497 - - Parksley - VA - 23421-0497 - 20344 Lankford Hwy - - Parksley - VA - 23421-3746 - Dr. - F223264 - L223264 - - President, ECMHSP Board of Directors - 223264@hsesinfo.org - Dr. - F223265 - L223265 - - Chief Executive Officer - 223265@hsesinfo.org - Ms. - F223267 - L223267 - - 223267@hsesinfo.org - Ms. - F223263 - L223263 - - 223263@hsesinfo.org - 555-555-3263 - - - 4506 - 1265 - 8491 - 000 - 2013 - 2013-11-29 - 2018-11-30 - HS - Inactive - Options for Learning - Optionsforlearning.org - 1265@hsesinfo.org - 885 So. Village Oaks Drive - - Covina, - CA - 91724-3615 - 885 So. Village Oaks Drive - - Covina, - CA - 91724-3615 - 885 So. Village Oaks Drive - - Covina, - CA - 91724-3615 - Mr. - F42444 - L42444 - - Chairperson, Board of Directors - 42444@hsesinfo.org - Mr. - F42446 - L42446 - - Executive Director - 42446@hsesinfo.org - Mrs. - F42445 - L42445 - - 42445@hsesinfo.org - Mrs. - F42441 - L42441 - - 42441@hsesinfo.org - 555-555-2441 - - - 11103 - 6805 - 13031 - 201 - - 2020-02-01 - - EHS - Active - Catholic Charities - ccdocle.org/headstart - 6805@hsesinfo.org - 7911 Detroit Ave - - Cleveland - OH - 44102-2815 - 7911 Detroit Ave - - Cleveland - OH - 44102-2815 - 7911 Detroit Ave - - Cleveland - OH - 44102-2815 - Ms. - F225962 - L225962 - - - 225962@hsesinfo.org - Mr. - F225960 - L225960 - - - 225960@hsesinfo.org - - F225963 - L225963 - - 225963@hsesinfo.org - Mrs. - F225959 - L225959 - - 225959@hsesinfo.org - 555-555-5959 - - - 8666 - 8529 - 11042 - 000 - 2017 - 2017-07-01 - - HS - Active - Municipio de San German - CCORDOVA@MUNICIPIODESANGERMAN.COM - 8529@hsesinfo.org - 23 Ave Dr Jw Harris - Interseccion Calle Concepcion - San German - PR - 00683-4032 - PO Box 85 - - San German - PR - 00683-0085 - 23 Ave Dr Jw Harris - Interseccion Calle Concepcion - San German - PR - 00683-4032 - Hon. - F209171 - L209171 - - - 209171@hsesinfo.org - Mrs. - F209172 - L209172 - - - 209172@hsesinfo.org - Mrs. - F209174 - L209174 - - 209174@hsesinfo.org - Mrs. - F209170 - L209170 - - 209170@hsesinfo.org - 555-555-9170 - - - 5940 - 5947 - 9676 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Charleston County First Steps - www.charlestonfirststeps.org - 5947@hsesinfo.org - 4975 Lacross Rd - Ste 100 - North Charleston - SC - 29406-6524 - 4975 Lacross Rd - Ste 100 - North Charleston - SC - 29406-6524 - 4975 Lacross Rd - Ste 100 - North Charleston - SC - 29406-6524 - Judge - F106174 - L106174 - - Board Chair - 106174@hsesinfo.org - Mrs. - F106175 - L106175 - - Executive Director - 106175@hsesinfo.org - Ms. - F106177 - L106177 - - 106177@hsesinfo.org - Mrs. - F106173 - L106173 - - 106173@hsesinfo.org - 555-555-6173 x 5555 - - - 8636 - 2886 - 11026 - 000 - 2012 - 2017-06-01 - - HS - Active - Hampton Roads Community Action Program, Inc. - www.hrcapinc.org - 2886@hsesinfo.org - 2410 Wickham Avenue - - Newport News - VA - 23607-4628 - 2410 Wickham Avenue - - Newport News - VA - 23607-4628 - 2410 Wickham Avenue - - Newport News - VA - 23607-4628 - Ms. - F208963 - L208963 - - Chairperson, Board of Directors - 208963@hsesinfo.org - Ms. - F208964 - L208964 - - Executive Director - 208964@hsesinfo.org - Mrs. - F208966 - L208966 - - 208966@hsesinfo.org - Mrs. - F208962 - L208962 - - 208962@hsesinfo.org - 555-555-8962 - - - 5158 - 777 - 8959 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - SULPHUR SPRINGS INDEPENDENT SCHOOL DISTRICT - http://www.ssisd.net - 777@hsesinfo.org - 600 Calvert St - - Sulphur Springs - TX - 75482-3236 - 600 Calvert St - - Sulphur Springs - TX - 75482-3236 - 631 Connally St - - Sulphur Springs - TX - 75482-2401 - Mrs. - F52094 - L52094 - - School Board/Governing Body President - 52094@hsesinfo.org - Mr. - F52093 - L52093 - - Superintendent of Schools - 52093@hsesinfo.org - Ms. - F52092 - L52092 - - 52092@hsesinfo.org - Mrs. - F52089 - L52089 - - 52089@hsesinfo.org - 555-555-2089 x 5555 - - - 5986 - 5993 - 9586 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Sunrise Children's Foundation - www.sunrisechildren.org - 5993@hsesinfo.org - 2795 E Desert Inn Rd - Ste 200 - Las Vegas - NV - 89121-3635 - 2795 E Desert Inn Rd - Ste 200 - Las Vegas - NV - 89121-3635 - 2795 E Desert Inn Rd - Ste 200 - Las Vegas - NV - 89121-3635 - Mrs. - F106542 - L106542 - Dr - Chair, SCF Board of Directors - 106542@hsesinfo.org - Mr. - F106543 - L106543 - - Executive Director - 106543@hsesinfo.org - Ms. - F106545 - L106545 - - 106545@hsesinfo.org - Ms. - F106541 - L106541 - - 106541@hsesinfo.org - 555-555-6541 x 5555 - - - 4502 - 1348 - 8530 - 000 - 2013 - 2013-11-29 - 2019-06-30 - HS - Inactive - Delta Community Action Foundation, Inc. - www.deltacommunityaction.org - 1348@hsesinfo.org - 308 SW 2nd Street - - Lindsay - OK - 73052-5404 - 308 SW 2nd Street - - Lindsay - OK - 73052-5404 - 308 SW 2nd Street - - Lindsay - OK - 73052-5404 - Mr. - F42411 - L42411 - - Board Chairperson - 42411@hsesinfo.org - Mrs. - F42408 - L42408 - - Executive Director - 42408@hsesinfo.org - Mrs. - F42407 - L42407 - - 42407@hsesinfo.org - Mrs. - F42406 - L42406 - - 42406@hsesinfo.org - 555-555-2406 - - - 4730 - 3961 - 8712 - 058 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - HELP Day Care Corporation - helpusa.org - 3961@hsesinfo.org - 115 E 13th St - - New York - NY - 10003-5305 - 115 E 13th St - - New York - NY - 10003-5305 - 115 E 13th St - - New York - NY - 10003-5305 - Dr. - F45861 - L45861 - M - President - 45861@hsesinfo.org - Dr. - F45859 - L45859 - M - - 45859@hsesinfo.org - Ms. - F45858 - L45858 - F - 45858@hsesinfo.org - Ms. - F45856 - L45856 - F - 45856@hsesinfo.org - 555-555-5856 x 5555 - - - 8365 - 2620 - 10715 - 200 - 2011 - 2016-09-01 - - AIAN EHS - Active - GILA RIVER INDIAN COMMUNITY - www.gilariver.org - 2620@hsesinfo.org - 112 West Seed Farm Road - - Sacaton - AZ - 85147 - 112 West Seed Farm Road - - Sacaton - AZ - 85147 - 112 West Seed Farm Road - - Sacaton - AZ - 85147 - Gov. - F207704 - L207704 - - Governor - 207704@hsesinfo.org - Mr. - F207705 - L207705 - - Director of Tribal Education - 207705@hsesinfo.org - Ms. - F207707 - L207707 - - 207707@hsesinfo.org - Mrs. - F207703 - L207703 - - 207703@hsesinfo.org - 555-555-7703 x 5555 - - - 8392 - 8282 - 10808 - 000 - 2016 - 2016-11-01 - - HS - Active - REGION VII EDUCATION SERVICE CENTER - www.esc7.net - 8282@hsesinfo.org - 1909 N Longview St - - Kilgore - TX - 75662-6827 - 1909 N Longview St - - Kilgore - TX - 75662-6827 - 1909 N Longview St - - Kilgore - TX - 75662-6827 - Mr. - F207918 - L207918 - - Chairman - 207918@hsesinfo.org - Mr. - F207919 - L207919 - - Executive Director - 207919@hsesinfo.org - Mrs. - F207921 - L207921 - - 207921@hsesinfo.org - Mrs. - F207917 - L207917 - - 207917@hsesinfo.org - 555-555-7917 - - - 8862 - 3652 - 11232 - 002 - 2013 - 2018-07-01 - - HS - Active - Mile High Montessori Early Learning Centers - http://www.milehighmontessori.org - 3652@hsesinfo.org - 1780 Marion Street - - Denver - CO - 80218-1121 - 1780 Marion Street - - Denver - CO - 80218-1121 - 1780 Marion Street - - Denver - CO - 80218-1121 - Ms. - F210556 - L210556 - - Board of Directors Chair - 210556@hsesinfo.org - Ms. - F210557 - L210557 - - - 210557@hsesinfo.org - Ms. - F210559 - L210559 - - 210559@hsesinfo.org - Ms. - F210555 - L210555 - - 210555@hsesinfo.org - 555-555-0555 - - - 11357 - 268 - 13231 - 000 - 1989 - 2020-06-01 - - HS - Active - Community Action Partnership of Strafford County - www.straffordcap.org - 268@hsesinfo.org - 577 Central Ave - Ste 10 - Dover - NH - 03820-3424 - 577 Central Ave - Ste 10 - Dover - NH - 03820-3424 - 577 Central Ave - Ste 10 - Dover - NH - 03820-3424 - Ms. - F227564 - L227564 - - Board Chair - 227564@hsesinfo.org - Ms. - F227565 - L227565 - - Chief Executive Officer - 227565@hsesinfo.org - Ms. - F227567 - L227567 - - 227567@hsesinfo.org - Ms. - F227563 - L227563 - - 227563@hsesinfo.org - 555-555-7563 x 5555 - - - 8678 - 3102 - 11053 - 000 - 2012 - 2017-07-01 - - HS - Active - Young Men's Christian Association of Frederick County - www.frederickymca.org - 3102@hsesinfo.org - 1000 N Market St - - Frederick - MD - 21701-4628 - 801 N East St - Ste 6A - Frederick - MD - 21701-4652 - 801 N East St - Ste 6A - Frederick - MD - 21701-4652 - Mr. - F209255 - L209255 - - Chairman BoD YMCA of Frederick County - 209255@hsesinfo.org - Ms. - F209256 - L209256 - - CEO - 209256@hsesinfo.org - Mrs. - F209258 - L209258 - - 209258@hsesinfo.org - Mrs. - F209254 - L209254 - - 209254@hsesinfo.org - 555-555-9254 x 5555 - - - 8230 - 8162 - 10615 - 200 - 2016 - 2016-07-01 - - EHS - Active - Child Crisis Arizona - childcrisisaz.org - 8162@hsesinfo.org - 817 N Country Club Dr - - Mesa - AZ - 85201-4105 - 402 N 24th St - - Phoenix - AZ - 85008-6014 - 817 N Country Club Dr - - Mesa - AZ - 85201-4105 - Mr. - F206725 - L206725 - - Board Chair - 206725@hsesinfo.org - Ms. - F206726 - L206726 - - CEO - 206726@hsesinfo.org - - F206728 - L206728 - - 206728@hsesinfo.org - Ms. - F206724 - L206724 - - 206724@hsesinfo.org - 555-555-6724 - - - 9692 - 2728 - 11851 - 200 - 2011 - 2019-06-01 - - EHS - Active - COMMUNITY PROGRESS COUNCIL, INC. - www.yorkcpc.org - 2728@hsesinfo.org - 226 East College Avenue - - York - PA - 17403 - 226 East College Avenue - - York - PA - 17403 - 226 East College Avenue - - York - PA - 17403 - Atty. - F216265 - L216265 - - President, Community Progress Council Board of Directors - 216265@hsesinfo.org - Ms. - F216266 - L216266 - - - 216266@hsesinfo.org - Ms. - F216268 - L216268 - - 216268@hsesinfo.org - Ms. - F216264 - L216264 - - 216264@hsesinfo.org - 555-555-6264 - - - 8214 - 1817 - 10611 - 000 - 1992 - 2016-07-01 - - HS - Active - Clinton County Community Action Program, Inc. - Clintoncap.org - 1817@hsesinfo.org - 789 N Nelson Ave - - Wilmington - OH - 45177-8348 - PO Box 32 - - Wilmington - OH - 45177-0032 - 789 N Nelson Ave - - Wilmington - OH - 45177-8348 - Mr. - F206613 - L206613 - - Board Of Trustees President - 206613@hsesinfo.org - Mrs. - F206614 - L206614 - - Executive Director - 206614@hsesinfo.org - Mr. - F206616 - L206616 - . - 206616@hsesinfo.org - Mr. - F206612 - L206612 - . - 206612@hsesinfo.org - 555-555-6612 - - - 9557 - 1441 - 11773 - 000 - 2014 - 2019-04-01 - - HS - Active - Minnesota Valley Action Council, Inc. - http://www.mnvac.org - 1441@hsesinfo.org - 706 N Victory Dr - - Mankato - MN - 56001-6803 - 706 N Victory Dr - - Mankato - MN - 56001-6803 - 706 N Victory Dr - - Mankato - MN - 56001-6803 - Mr. - F215396 - L215396 - - Board President - 215396@hsesinfo.org - Ms. - F215397 - L215397 - - - 215397@hsesinfo.org - Ms. - F215399 - L215399 - - 215399@hsesinfo.org - Ms. - F215395 - L215395 - - 215395@hsesinfo.org - 555-555-5395 x 5555 - - - 4779 - 2445 - 8571 - 000 - 2014 - 2014-04-01 - 2019-06-30 - HS - Inactive - Fredericksburg City School District - http://www.cityschools.com - 2445@hsesinfo.org - 210 Ferdinand St - - Fredericksburg - VA - 22401-6115 - 210 Ferdinand St - - Fredericksburg - VA - 22401-6115 - 210 Ferdinand St - - Fredericksburg - VA - 22401-6115 - Ms. - F46527 - L46527 - - School Board Chairperson - 46527@hsesinfo.org - Dr. - F46525 - L46525 - - Superintendent of Schools - 46525@hsesinfo.org - Ms. - F46524 - L46524 - - 46524@hsesinfo.org - Dr. - F46523 - L46523 - - 46523@hsesinfo.org - 555-555-6523 x 5555 - - - 4945 - 1982 - 8896 - 000 - 2005 - 2014-07-01 - 2019-06-30 - HS - Inactive - Merced County Superintendent of Schools - http://www.mcoe.org/deptprog/earlyed/HeadStart/Pages/default.aspx - 1982@hsesinfo.org - 632 W 13th St - - Merced - CA - 95341-5908 - 632 W 13th St - - Merced - CA - 95341-5908 - 2130 Cooper Ave - - Merced - CA - 95348-4304 - Dr. - F48740 - L48740 - - Superintendent - 48740@hsesinfo.org - Ms. - F48744 - L48744 - - - 48744@hsesinfo.org - Ms. - F48741 - L48741 - - 48741@hsesinfo.org - Ms. - F48739 - L48739 - - 48739@hsesinfo.org - 555-555-8739 x 5555 - - - 4811 - 4815 - 8755 - 000 - 2014 - 2014-04-01 - 2019-03-31 - HS - Inactive - Mission Neighborhood Centers, Inc. - www.mncsf.org - 4815@hsesinfo.org - 362 Capp Street - - San Francisco - CA - 94110-1808 - 362 Capp Street - - San Francisco - CA - 94110-1808 - 362 Capp Street - - San Francisco - CA - 94110-1808 - Ms. - F46766 - L46766 - - President - 46766@hsesinfo.org - Mr. - F46767 - L46767 - - Executive Director - 46767@hsesinfo.org - Ms. - F46769 - L46769 - - 46769@hsesinfo.org - Ms. - F46765 - L46765 - - 46765@hsesinfo.org - 555-555-6765 x 5555 - - - 6545 - 1436 - 10068 - 000 - 1997 - 2015-07-01 - - HS - Active - Portage Private Industry Council, Inc. - portagelearningcenters.com - 1436@hsesinfo.org - 145 N Chestnut St - - Ravenna - OH - 44266-2293 - 145 N Chestnut St - - Ravenna - OH - 44266-2293 - 145 N Chestnut St - - Ravenna - OH - 44266-2293 - Ms. - F201485 - L201485 - - Chairman - 201485@hsesinfo.org - Ms. - F201486 - L201486 - - Executive Director - 201486@hsesinfo.org - Ms. - F201488 - L201488 - - 201488@hsesinfo.org - Ms. - F201484 - L201484 - - 201484@hsesinfo.org - 555-555-1484 - - - 9264 - 2054 - 11531 - 200 - 2014 - 2019-01-01 - - EHS - Active - FRIENDS OF CHILDREN & FAMILIES, INC - http://www.focaf.org - 2054@hsesinfo.org - 4709 West Camas Street - - Boise - ID - 83705-5832 - 4709 West Camas Street - - Boise - ID - 83705-5832 - 4709 West Camas Street - - Boise - ID - 83705-5832 - Dr. - F213392 - L213392 - - Board Chair - 213392@hsesinfo.org - Mrs. - F213393 - L213393 - - Executive Director - 213393@hsesinfo.org - Ms. - F213395 - L213395 - - 213395@hsesinfo.org - Mrs. - F213391 - L213391 - - 213391@hsesinfo.org - 555-555-3391 x 5555 - - - 4812 - 4816 - 8755 - 200 - 2014 - 2014-04-01 - 2019-03-31 - EHS - Inactive - Mission Neighborhood Centers, Inc. - www.mncsf.org - 4816@hsesinfo.org - 362 Capp Street - - San Francisco - CA - 94110-1808 - 362 Capp Street - - San Francisco - CA - 94110-1808 - 362 Capp Street - - San Francisco - CA - 94110-1808 - Ms. - F46774 - L46774 - - President - 46774@hsesinfo.org - Mr. - F46775 - L46775 - - Executive Director - 46775@hsesinfo.org - Ms. - F46777 - L46777 - - 46777@hsesinfo.org - Ms. - F46773 - L46773 - - 46773@hsesinfo.org - 555-555-6773 x 5555 - - - 8566 - 8445 - 10980 - 200 - 2017 - 2017-03-01 - - EHS - Active - Chicago Commons Association - www.chicagocommons.org - 8445@hsesinfo.org - 515 E 50th St Ste 200 - - Chicago - IL - 60615-2401 - 515 E 50th St Ste 200 - - Chicago - IL - 60615-2401 - 515 E 50th St Ste 200 - - Chicago - IL - 60615-2401 - Mr. - F208685 - L208685 - - Board Chair - 208685@hsesinfo.org - Mr. - F208686 - L208686 - - President and CEO - 208686@hsesinfo.org - Ms. - F208688 - L208688 - - 208688@hsesinfo.org - Mrs. - F208684 - L208684 - - 208684@hsesinfo.org - 555-555-8684 - - - 5112 - 1247 - 8818 - 000 - 2014 - 2014-07-10 - 2019-03-31 - HS - Inactive - Arrowhead Economic Opportunity Agency, Inc. - http://www.aeoa.org - 1247@hsesinfo.org - 702 South 3rd Avenue - - Virginia - MN - 55792-2775 - 702 South 3rd Avenue - - Virginia - MN - 55792-2775 - 702 South 3rd Avenue - - Virginia - MN - 55792-2775 - Mr. - F51754 - L51754 - - Board Chair - 51754@hsesinfo.org - Mr. - F51756 - L51756 - - Executive Director - 51756@hsesinfo.org - Ms. - F51753 - L51753 - - 51753@hsesinfo.org - Mr. - F51751 - L51751 - III - 51751@hsesinfo.org - 555-555-1751 - - - 5113 - 1246 - 8818 - 200 - 2014 - 2014-07-01 - 2019-03-31 - EHS - Inactive - Arrowhead Economic Opportunity Agency, Inc. - http://www.aeoa.org - 1246@hsesinfo.org - 702 South 3rd Avenue - - Virginia - MN - 55792-2775 - 702 South 3rd Avenue - - Virginia - MN - 55792-2775 - 702 South 3rd Avenue - - Virginia - MN - 55792-2775 - Mr. - F51761 - L51761 - - Board Chair - 51761@hsesinfo.org - Mr. - F51763 - L51763 - - Executive Director - 51763@hsesinfo.org - Ms. - F51762 - L51762 - - 51762@hsesinfo.org - Mr. - F51758 - L51758 - III - 51758@hsesinfo.org - 555-555-1758 - - - 11358 - 269 - 13231 - 200 - 2000 - 2020-06-01 - - EHS - Active - Community Action Partnership of Strafford County - www.straffordcap.org - 269@hsesinfo.org - 577 Central Ave - Ste 10 - Dover - NH - 03820-3424 - 577 Central Ave - Ste 10 - Dover - NH - 03820-3424 - 577 Central Ave - Ste 10 - Dover - NH - 03820-3424 - Ms. - F227571 - L227571 - - Board Chair - 227571@hsesinfo.org - Ms. - F227572 - L227572 - - Chief Executive Officer - 227572@hsesinfo.org - Ms. - F227574 - L227574 - - 227574@hsesinfo.org - Ms. - F227570 - L227570 - - 227570@hsesinfo.org - 555-555-7570 x 5555 - - - 8174 - 8106 - 10553 - 200 - 2016 - 2016-05-01 - - EHS - Active - The Leaguers - leaguers.org - 8106@hsesinfo.org - 405-425 University Avenue - - Newark - NJ - 07102 - 405-425 University Avenue - - Newark - NJ - 07102 - 405-425 University Avenue - - Newark - NJ - 07102 - Ms. - F206333 - L206333 - - Board Chairperson - 206333@hsesinfo.org - Ms. - F206334 - L206334 - - CEO/Executive Director - 206334@hsesinfo.org - Ms. - F206336 - L206336 - - 206336@hsesinfo.org - Ms. - F206332 - L206332 - - 206332@hsesinfo.org - 555-555-6332 - - - 4684 - 3885 - 8666 - 012 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Sharon Baptist Head Start Board of Directors Inc - http://www.sharonbaptistheadstart.org - 3885@hsesinfo.org - 1925 Bathgate Avenue - - Bronx - NY - 10457-4404 - 1925 Bathgate Avenue - - Bronx - NY - 10457-4404 - 1925 Bathgate Avenue - - Bronx - NY - 10457-4404 - Mr. - F45537 - L45537 - - Board Chairperson - 45537@hsesinfo.org - Ms. - F45539 - L45539 - - - 45539@hsesinfo.org - Mr. - F45538 - L45538 - - 45538@hsesinfo.org - Ms. - F45534 - L45534 - - 45534@hsesinfo.org - 555-555-5534 - - - 11360 - 1801 - 13234 - 000 - 1992 - 2020-06-01 - - AIAN HS - Active - Grand Traverse Band of Ottawa & Chippewa Indians - gtbindians.org - 1801@hsesinfo.org - 2605 N West Bay Shore Dr - - Peshawbestown - MI - 49682-9275 - 2605 N West Bay Shore Dr - - Peshawbestown - MI - 49682-9275 - 2605 N West Bay Shore Dr - - Peshawbestown - MI - 49682-9275 - Mr. - F227585 - L227585 - - GTB Tribal Chairman - 227585@hsesinfo.org - Ms. - F227586 - L227586 - - GTB Tribal Manager - 227586@hsesinfo.org - Ms. - F227588 - L227588 - - 227588@hsesinfo.org - Ms. - F227584 - L227584 - - 227584@hsesinfo.org - 555-555-7584 - - - 9028 - 8700 - 11335 - 000 - 2018 - 2018-08-01 - - HS - Active - Easter Seals Serving DC|MD|VA - - 8700@hsesinfo.org - 1420 Spring St - - Silver Spring - MD - 20910-2701 - 1420 Spring St - - Silver Spring - MD - 20910-2701 - 1420 Spring St - - Silver Spring - MD - 20910-2701 - Ms. - F211732 - L211732 - - Board Chair - 211732@hsesinfo.org - Mr. - F211733 - L211733 - - President & CEO - 211733@hsesinfo.org - Ms. - F211735 - L211735 - - 211735@hsesinfo.org - Ms. - F211731 - L211731 - - 211731@hsesinfo.org - 555-555-1731 - - - 9127 - 2982 - 11439 - 000 - 2013 - 2018-09-01 - - HS - Active - B'Above Worldwide Institute Inc. - - 2982@hsesinfo.org - 134-11 Kew Gardens Road - - Richmond Hill - NY - 11418-1946 - 134-11 Kew Gardens Road - - Richmond Hill - NY - 11418-1946 - 134-11 Kew Gardens Road - - Richmond Hill - NY - 11418-1946 - Mr. - F212479 - L212479 - - Chairman - 212479@hsesinfo.org - Rabbi - F212480 - L212480 - - - 212480@hsesinfo.org - Mr. - F212482 - L212482 - - 212482@hsesinfo.org - Rabbi - F212478 - L212478 - - 212478@hsesinfo.org - 555-555-2478 x 5555 - - - 6624 - 2121 - 10144 - 000 - 2001 - 2015-07-01 - 2020-06-30 - HS - Inactive - Grace Hill Settlement House - http://www.gracehill.org - 2121@hsesinfo.org - 2125 Bissell St - - Saint Louis - MO - 63107-1406 - 2125 Bissell St - - Saint Louis - MO - 63107-1406 - 2125 Bissell St - - Saint Louis - MO - 63107-1406 - Mr. - F202038 - L202038 - - Board Chair - 202038@hsesinfo.org - Ms. - F202039 - L202039 - - Interim Executive Director - 202039@hsesinfo.org - Ms. - F202041 - L202041 - - 202041@hsesinfo.org - Ms. - F202037 - L202037 - - 202037@hsesinfo.org - 555-555-2037 - - - 6384 - 656 - 9986 - 200 - 1996 - 2015-07-01 - 2020-06-30 - EHS - Inactive - Bell-Whitley Community Action Agency, Inc. - http://www.bell-whitley.org - 656@hsesinfo.org - 129 N Pine St - - Pineville - KY - 40977-1625 - 129 N Pine St - - Pineville - KY - 40977-1625 - 129 N Pine St - - Pineville - KY - 40977-1625 - Mr. - F200358 - L200358 - - Bell County Judge Executive - 200358@hsesinfo.org - Mr. - F200359 - L200359 - - Executive Director - 200359@hsesinfo.org - Ms. - F200361 - L200361 - - 200361@hsesinfo.org - Mrs. - F200357 - L200357 - - 200357@hsesinfo.org - 555-555-0357 x 5555 - - - 6068 - 6075 - 9747 - 200 - - 2015-03-01 - 2019-10-31 - EHS - Inactive - Mid-Cumberland Community Action Agency - http://www.mcheadstart.org - 6075@hsesinfo.org - 412 E Vine St - - Murfreesboro - TN - 37130-4227 - 412 E Vine St - - Murfreesboro - TN - 37130-4227 - 412 E Vine St - - Murfreesboro - TN - 37130-4227 - Mr. - F107425 - L107425 - - Board Chair - 107425@hsesinfo.org - Ms. - F107426 - L107426 - - Executive Director - 107426@hsesinfo.org - Ms. - F107428 - L107428 - - 107428@hsesinfo.org - Ms. - F107424 - L107424 - - 107424@hsesinfo.org - 555-555-7424 x 5555 - - - 9991 - 2804 - 12057 - 200 - 2013 - 2019-07-01 - - EHS - Active - WARREN COUNTY COMMUNITY SERVICES, INC - www.wccsi.org - 2804@hsesinfo.org - 570 North State Route 741 - - Lebanon - OH - 45036 - 570 North State Route 741 - - Lebanon - OH - 45036 - 570 North State Route 741 - - Lebanon - OH - 45036 - Mr. - F218330 - L218330 - - Board President - 218330@hsesinfo.org - Mr. - F218331 - L218331 - - CEO/Executive Director - 218331@hsesinfo.org - Ms. - F218333 - L218333 - - 218333@hsesinfo.org - Ms. - F218329 - L218329 - - 218329@hsesinfo.org - 555-555-8329 - - - 9992 - 1893 - 12064 - 000 - 2014 - 2019-07-01 - - HS - Active - Wabash Area Development, Inc. - www.wadi-inc.com - 1893@hsesinfo.org - 110 Latham Street - - Enfield - IL - 62835 - PO Box 70 - - Enfield - IL - 62835-0070 - 110 Latham Street - - Enfield - IL - 62835 - Mr. - F218337 - L218337 - - Board President - 218337@hsesinfo.org - Ms. - F218338 - L218338 - - CEO - 218338@hsesinfo.org - Ms. - F218340 - L218340 - - 218340@hsesinfo.org - Ms. - F218336 - L218336 - - 218336@hsesinfo.org - 555-555-8336 x 5555 - - - 9993 - 1892 - 12064 - 200 - 2014 - 2019-07-01 - - EHS - Active - Wabash Area Development, Inc. - www.wadi-inc.com - 1892@hsesinfo.org - 110 Latham Street - - Enfield - IL - 62835 - PO Box 70 - - Enfield - IL - 62835-0070 - 110 Latham Street - - Enfield - IL - 62835 - Mr. - F218344 - L218344 - - Board President - 218344@hsesinfo.org - Ms. - F218345 - L218345 - - CEO - 218345@hsesinfo.org - Ms. - F218347 - L218347 - - 218347@hsesinfo.org - Ms. - F218343 - L218343 - - 218343@hsesinfo.org - 555-555-8343 x 5555 - - - 4478 - 1349 - 8544 - 000 - 2013 - 2013-11-29 - 2018-11-30 - HS - Inactive - ROLLINGS PLAINS MGMT CORP OF BAYLOR COTTLE FOARD HARDEM - www.rollingplains.org - 1349@hsesinfo.org - Rolling Plains Management Corporation - 118 N. 1st Street - Crowell - TX - 79227 - PO Box 490 - Rolling Plains Management Corporation - Crowell - TX - 79227-0490 - Rolling Plains Management Corporation - 118 N. 1st Street - Crowell - TX - 79227 - Mr. - F42379 - L42379 - - Chairman of the Board - 42379@hsesinfo.org - Mrs. - F42378 - L42378 - - - 42378@hsesinfo.org - Mrs. - F42381 - L42381 - - 42381@hsesinfo.org - Mrs. - F42377 - L42377 - - 42377@hsesinfo.org - 555-555-2377 x 5555 - - - 4641 - 1812 - 8621 - 000 - 2014 - 2014-03-01 - 2019-02-28 - HS - Inactive - MANCHESTER BOARD OF EDUCATION - - 1812@hsesinfo.org - 45 North School Street - - Manchester - CT - 06042-6115 - 45 North School Street - - Manchester - CT - 06042-6115 - 45 North School Street - - Manchester - CT - 06042-6115 - Mr. - F44500 - L44500 - - Chairperson - 44500@hsesinfo.org - Mr. - F44499 - L44499 - - - 44499@hsesinfo.org - Ms. - F44498 - L44498 - - 44498@hsesinfo.org - Ms. - F44495 - L44495 - - 44495@hsesinfo.org - 555-555-4495 - - - 9994 - 847 - 12074 - 000 - 2014 - 2019-07-01 - - HS - Active - Parents In Community Action, Inc. - http://www.picaheadstart.org - 847@hsesinfo.org - 700 Humboldt Avenue North - - Minneapolis - MN - 55411 - 700 Humboldt Avenue North - - Minneapolis - MN - 55411 - 700 Humboldt Avenue North - - Minneapolis - MN - 55411 - Ms. - F218351 - L218351 - - Board Chair - 218351@hsesinfo.org - Ms. - F218352 - L218352 - - Executive Director - 218352@hsesinfo.org - Ms. - F218354 - L218354 - - 218354@hsesinfo.org - Mr. - F218350 - L218350 - - 218350@hsesinfo.org - 555-555-8350 - - - 9995 - 848 - 12074 - 200 - 2014 - 2019-07-01 - - EHS - Active - Parents In Community Action, Inc. - http://www.picaheadstart.org - 848@hsesinfo.org - 700 Humboldt Avenue North - - Minneapolis - MN - 55411 - 700 Humboldt Avenue North - - Minneapolis - MN - 55411 - 700 Humboldt Avenue North - - Minneapolis - MN - 55411 - Ms. - F218358 - L218358 - - Board Chair - 218358@hsesinfo.org - Ms. - F218359 - L218359 - - Executive Director - 218359@hsesinfo.org - Ms. - F218361 - L218361 - - 218361@hsesinfo.org - Mr. - F218357 - L218357 - - 218357@hsesinfo.org - 555-555-8357 - - - 4798 - 1033 - 8581 - 200 - 2001 - 2014-04-01 - 2019-03-31 - EHS - Inactive - University of South Dakota - http://www.usd.edu/headstart - 1033@hsesinfo.org - 414 East Clark Street - 326 Julian Hall - Vermillion - SD - 57069-2307 - 414 East Clark Street - 326 Julian Hall - Vermillion - SD - 57069-2307 - 414 East Clark Street - 326 Julian Hall - Vermillion - SD - 57069-2307 - Dr. - F46660 - L46660 - - Board Chair - 46660@hsesinfo.org - Mrs. - F46661 - L46661 - - Director - 46661@hsesinfo.org - Ms. - F46663 - L46663 - - 46663@hsesinfo.org - Mrs. - F46659 - L46659 - - 46659@hsesinfo.org - 555-555-6659 - - - 9996 - 820 - 12059 - 000 - 2014 - 2019-07-01 - - HS - Active - Livingston Educational Service Agency - http://www.livingstonesa.org - 820@hsesinfo.org - 1425 West Grand River Avenue - - Howell - MI - 48843-1916 - 1425 West Grand River Avenue - - Howell - MI - 48843-1916 - 1425 West Grand River Avenue - - Howell - MI - 48843-1916 - Ms. - F218365 - L218365 - - President, LESA Board of Education - 218365@hsesinfo.org - Mr. - F218366 - L218366 - - - 218366@hsesinfo.org - Ms. - F218368 - L218368 - - 218368@hsesinfo.org - Ms. - F218364 - L218364 - M.Ed - 218364@hsesinfo.org - 555-555-8364 - - - 9997 - 825 - 12082 - 000 - 2014 - 2019-07-01 - - HS - Active - Wood County Head Start, Inc. - www.woodcoheadstart.org - 825@hsesinfo.org - 1011 8th Street South - - Wisconsin Rapids - WI - 54494 - 1011 8th Street South - - Wisconsin Rapids - WI - 54494 - 1011 8th Street South - - Wisconsin Rapids - WI - 54494 - Ms. - F218372 - L218372 - - Board President - 218372@hsesinfo.org - Mr. - F218373 - L218373 - - Executive Director - 218373@hsesinfo.org - Ms. - F218375 - L218375 - - 218375@hsesinfo.org - Mr. - F218371 - L218371 - - 218371@hsesinfo.org - 555-555-8371 - - - 5683 - 3525 - 9508 - 004 - 2015 - 2015-01-01 - - HS - Active - Casa Central Children's Services - http://www.casacentral.org - 3525@hsesinfo.org - 1343 North California Ave - - Chicago - IL - 60622-2803 - 1343 North California Ave - - Chicago - IL - 60622-2803 - 1343 North California Ave - - Chicago - IL - 60622-2803 - Dr. - F102320 - L102320 - - Board Chair - 102320@hsesinfo.org - Mr. - F102321 - L102321 - - Interim President & CEO - 102321@hsesinfo.org - Ms. - F102324 - L102324 - - 102324@hsesinfo.org - Ms. - F102319 - L102319 - - 102319@hsesinfo.org - 555-555-2319 - - - 9998 - 2768 - 12082 - 200 - 2014 - 2019-07-01 - - EHS - Active - Wood County Head Start, Inc. - www.woodcoheadstart.org - 2768@hsesinfo.org - 1011 8th Street South - - Wisconsin Rapids - WI - 54494 - 1011 8th Street South - - Wisconsin Rapids - WI - 54494 - 1011 8th Street South - - Wisconsin Rapids - WI - 54494 - Ms. - F218379 - L218379 - - Board President - 218379@hsesinfo.org - Mr. - F218380 - L218380 - - Executive Director - 218380@hsesinfo.org - Ms. - F218382 - L218382 - - 218382@hsesinfo.org - Mr. - F218378 - L218378 - - 218378@hsesinfo.org - 555-555-8378 - - - 6182 - 6192 - 9840 - 200 - - 2015-03-01 - 2019-08-31 - EHS - Inactive - Spokane Head Start - https://ccs.spokane.edu/Head-Start - 6192@hsesinfo.org - 3939 N. Freya St. - MS 1055 - Spokane - WA - 99217-6805 - 3939 N. Freya St. - MS 1055 - Spokane - WA - 99217-6805 - 3939 N. Freya St. - MS 1055 - Spokane - WA - 99217-6805 - Ms. - F108362 - L108362 - - Board of Trustees Chair - 108362@hsesinfo.org - Dr. - F108363 - L108363 - - Chancellor - 108363@hsesinfo.org - Ms. - F108365 - L108365 - - 108365@hsesinfo.org - Ms. - F108361 - L108361 - - 108361@hsesinfo.org - 555-555-8361 - - - 9999 - 5832 - 12070 - 200 - - 2019-07-01 - - EHS - Active - Warren County Community Services, Inc. - www.wccsi.org - 5832@hsesinfo.org - 570 N State Route 741 - - Lebanon - OH - 45036-8839 - 570 N State Route 741 - - Lebanon - OH - 45036-8839 - 570 N State Route 741 - - Lebanon - OH - 45036-8839 - Mr. - F218386 - L218386 - - Board President - 218386@hsesinfo.org - Mr. - F218387 - L218387 - - CEO/Executive Director - 218387@hsesinfo.org - Ms. - F218389 - L218389 - - 218389@hsesinfo.org - Ms. - F218385 - L218385 - - 218385@hsesinfo.org - 555-555-8385 - - - 10000 - 3211 - 12047 - 200 - 2014 - 2019-07-01 - - EHS - Active - Young Families Early Head Start Inc. - www.youngfamiliesehs.org - 3211@hsesinfo.org - 1020 Cook Avenue - - Billings - MT - 59102 - 1020 Cook Avenue - - Billings - MT - 59102 - 1020 Cook Avenue - - Billings - MT - 59102 - Mrs. - F218393 - L218393 - - Board of Directors Chairperson - 218393@hsesinfo.org - Ms. - F218394 - L218394 - - Executive Director - 218394@hsesinfo.org - Miss - F218396 - L218396 - - 218396@hsesinfo.org - Ms. - F218392 - L218392 - - 218392@hsesinfo.org - 555-555-8392 - - - 6373 - 3199 - 9966 - 200 - 2003 - 2015-06-01 - 2020-05-31 - EHS - Inactive - LKLP Head Start Central Headquarters - lklp.org - 3199@hsesinfo.org - 398 Roy Campbell Dr - - Hazard - KY - 41701-9486 - 398 Roy Campbell Dr - - Hazard - KY - 41701-9486 - 398 Roy Campbell Dr - - Hazard - KY - 41701-9486 - Mr. - F200281 - L200281 - - - 200281@hsesinfo.org - Mr. - F200282 - L200282 - - - 200282@hsesinfo.org - Mr. - F200284 - L200284 - - 200284@hsesinfo.org - Ms. - F200280 - L200280 - - 200280@hsesinfo.org - 555-555-0280 - - - 6588 - 6606 - 10155 - 200 - - 2015-07-01 - 2020-06-30 - EHS - Inactive - Central Texas 4C, Inc. - www.ct4c.org - 6606@hsesinfo.org - 504 N 5th St - - Temple - TX - 76501-3112 - PO Box 367 - - Temple - TX - 76503-0367 - 504 N 5th St - - Temple - TX - 76501-3112 - Mrs. - F201786 - L201786 - - Board President - 201786@hsesinfo.org - Ms. - F201787 - L201787 - M.S. - Executive Director - 201787@hsesinfo.org - Ms. - F201789 - L201789 - - 201789@hsesinfo.org - Mrs. - F201785 - L201785 - - 201785@hsesinfo.org - 555-555-1785 x 5555 - - - 10707 - 3609 - 12711 - 003 - 2013 - 2019-11-01 - - Migrant HS - Active - PathStone Corporation-NJ - http://www.pathstone.org - 3609@hsesinfo.org - 76 West Landis Avenue - Suite C - Vineland - NJ - 08360-8100 - 301 Lortz Ave - Ste 3 - Chambersburg - PA - 17201-3438 - 301 Lortz Ave - Ste 3 - Chambersburg - PA - 17201-3438 - Ms. - F223278 - L223278 - - - 223278@hsesinfo.org - Mr. - F223279 - L223279 - - - 223279@hsesinfo.org - Mr. - F223281 - L223281 - - 223281@hsesinfo.org - Ms. - F223277 - L223277 - - 223277@hsesinfo.org - 555-555-3277 - - - 10752 - 1023 - 12742 - 000 - 1991 - 2019-12-01 - - HS - Active - Mid-Iowa Community Action, Inc. - http://www.micaonline.org - 1023@hsesinfo.org - 1001 S 18th Ave - - Marshalltown - IA - 50158-3662 - 1001 S 18th Ave - - Marshalltown - IA - 50158-3662 - 1001 S 18th Ave - - Marshalltown - IA - 50158-3662 - Mr. - F223590 - L223590 - - Chair of the Board - 223590@hsesinfo.org - Ms. - F223591 - L223591 - - Executive Director - 223591@hsesinfo.org - Ms. - F223593 - L223593 - - 223593@hsesinfo.org - Ms. - F223589 - L223589 - - 223589@hsesinfo.org - 555-555-3589 - - - 10753 - 1024 - 12742 - 200 - 2001 - 2019-12-01 - - EHS - Active - Mid-Iowa Community Action, Inc. - http://www.micaonline.org - 1024@hsesinfo.org - 1001 S 18th Ave - - Marshalltown - IA - 50158-3662 - 1001 S 18th Ave - - Marshalltown - IA - 50158-3662 - 1001 S 18th Ave - - Marshalltown - IA - 50158-3662 - Mr. - F223597 - L223597 - - Chair of the Board - 223597@hsesinfo.org - Ms. - F223598 - L223598 - - Executive Director - 223598@hsesinfo.org - Ms. - F223600 - L223600 - - 223600@hsesinfo.org - Ms. - F223596 - L223596 - - 223596@hsesinfo.org - 555-555-3596 - - - 10190 - 6192 - 12223 - 200 - - 2019-09-01 - 2020-08-31 - EHS - Inactive - Spokane Head Start - https://ccs.spokane.edu/Head-Start - 6192@hsesinfo.org - 3939 N. Freya St. - MS 1055 - Spokane - WA - 99217-6805 - 3939 N. Freya St. - MS 1055 - Spokane - WA - 99217-6805 - 3939 N. Freya St. - MS 1055 - Spokane - WA - 99217-6805 - Ms. - F219685 - L219685 - - Board of Trustees Chair - 219685@hsesinfo.org - Dr. - F219686 - L219686 - - Chancellor - 219686@hsesinfo.org - Ms. - F219688 - L219688 - - 219688@hsesinfo.org - Ms. - F219684 - L219684 - - 219684@hsesinfo.org - 555-555-9684 - - - 8518 - 8398 - 10925 - 200 - 2017 - 2017-03-01 - 2020-08-31 - EHS - Inactive - Washington State Community College District #17 - https://ccs.spokane.edu/Head-Start - 8398@hsesinfo.org - 3939 N. Freya St. - MS 1055 - Spokane - WA - 99217-6805 - 3939 N. Freya St. - MS 1055 - Spokane - WA - 99217-6805 - 3939 N. Freya St. - MS 1055 - Spokane - WA - 99217-6805 - Ms. - F208352 - L208352 - - Board of Trustees Chair - 208352@hsesinfo.org - Dr. - F208353 - L208353 - - Chancellor - 208353@hsesinfo.org - Ms. - F208355 - L208355 - - 208355@hsesinfo.org - Ms. - F208351 - L208351 - - 208351@hsesinfo.org - 555-555-8351 - - - 8886 - 2513 - 11250 - 200 - 2013 - 2018-07-01 - - EHS - Active - CROSSROADS LAKE COUNTY ADOLESCENT COUNSELING SVC - www.crossroads-lake.org - 2513@hsesinfo.org - Crossroads Early Childhood Services - 1083 Mentor Avenue - Painesville - OH - 44077-3947 - Crossroads Early Childhood Services - 1083 Mentor Avenue - Painesville - OH - 44077-3947 - Crossroads Early Childhood Services Center - 1083 Mentor Avenue - Painesville - OH - 44077-3947 - Mr. - F210723 - L210723 - - President, Board of Directors - 210723@hsesinfo.org - Mr. - F210724 - L210724 - MBA - Chief Executive Officer, Crossroads LCACS - 210724@hsesinfo.org - Ms. - F210726 - L210726 - - 210726@hsesinfo.org - Ms. - F210722 - L210722 - MSSA - 210722@hsesinfo.org - 555-555-0722 - - - 4676 - 3874 - 8658 - 004 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - The Children's Aid Society - http://www.childrensaidnyc.org - 3874@hsesinfo.org - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - Ms. - F45483 - L45483 - - Board Chair - 45483@hsesinfo.org - Ms. - F45481 - L45481 - - President and Chief Executive Officer - 45481@hsesinfo.org - Ms. - F45480 - L45480 - - 45480@hsesinfo.org - Ms. - F45478 - L45478 - - 45478@hsesinfo.org - 555-555-5478 - - - 6922 - 468 - 10404 - 000 - 1991 - 2015-11-01 - - HS - Active - Spokane Head Start - https://ccs.spokane.edu/Head-Start - 468@hsesinfo.org - 3939 N Freya St # MS-1055 - - Spokane - WA - 99217-6805 - 3939 N Freya St # MS-1055 - - Spokane - WA - 99217-6805 - 3939 N Freya St # MS-1055 - - Spokane - WA - 99217-6805 - Mr. - F204115 - L204115 - - Board of Trustees Chair - 204115@hsesinfo.org - Dr. - F204116 - L204116 - - Chancellor - 204116@hsesinfo.org - Ms. - F204118 - L204118 - - 204118@hsesinfo.org - Ms. - F204114 - L204114 - - 204114@hsesinfo.org - 555-555-4114 - - - 6913 - 479 - 10393 - 000 - 1989 - 2015-11-01 - 2020-10-31 - HS - Inactive - Sheboygan Human Rights Association, Inc. - www.sheboyganheadstart.org - 479@hsesinfo.org - 1711 S 11th St - - Sheboygan - WI - 53081-5810 - 1711 S 11th St - - Sheboygan - WI - 53081-5810 - 1711 S 11th St - - Sheboygan - WI - 53081-5810 - Mr. - F204052 - L204052 - - Board President - 204052@hsesinfo.org - Ms. - F204053 - L204053 - - Executive Director - 204053@hsesinfo.org - Ms. - F204055 - L204055 - - 204055@hsesinfo.org - Ms. - F204051 - L204051 - - 204051@hsesinfo.org - 555-555-4051 - - - 4643 - 634 - 8631 - 200 - 2014 - 2014-03-01 - 2019-02-28 - EHS - Inactive - Alabama Council on Human Relations - http://www.achr.com - 634@hsesinfo.org - 950 Shelton Mill Rd - - Auburn - AL - 36830-2736 - PO Box 3770 - 950 Sheldon Mill Road - Auburn - AL - 36831-3770 - 950 Shelton Mill Rd - - Auburn - AL - 36830-2736 - Mr. - F44527 - L44527 - Jr - President - 44527@hsesinfo.org - Ms. - F44525 - L44525 - - CEO - 44525@hsesinfo.org - Mr. - F44524 - L44524 - - 44524@hsesinfo.org - Ms. - F44523 - L44523 - - 44523@hsesinfo.org - 555-555-4523 - - - 9601 - 1946 - 11787 - 000 - 2014 - 2019-05-01 - - HS - Active - THREE RIVERS COMMUNITY ACTION, INC. - http://www.threeriverscap.org - 1946@hsesinfo.org - 1414 North Star Drive - - Zumbrota - MN - 55992-1091 - 1414 North Star Drive - - Zumbrota - MN - 55992-1091 - 1414 North Star Drive - - Zumbrota - MN - 55992-1091 - Mr. - F215659 - L215659 - - Board Chair - 215659@hsesinfo.org - Ms. - F215660 - L215660 - - Executive Director - 215660@hsesinfo.org - Ms. - F215662 - L215662 - - 215662@hsesinfo.org - Ms. - F215658 - L215658 - - 215658@hsesinfo.org - 555-555-5658 - - - 6923 - 467 - 10404 - 200 - 2000 - 2015-11-01 - - EHS - Active - Spokane Early Head Start - https://ccs.spokane.edu/Head-Start - 467@hsesinfo.org - 3939 N Freya St # MS-1055 - - Spokane - WA - 99217-6805 - 3939 N Freya St # MS-1055 - - Spokane - WA - 99217-6805 - 3939 N Freya St # MS-1055 - - Spokane - WA - 99217-6805 - Mr. - F204122 - L204122 - - Board of Trustees Chair - 204122@hsesinfo.org - Dr. - F204123 - L204123 - - Chancellor - 204123@hsesinfo.org - Ms. - F204125 - L204125 - - 204125@hsesinfo.org - Ms. - F204121 - L204121 - - 204121@hsesinfo.org - 555-555-4121 - - - 4685 - 3886 - 8667 - 013 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Grand Street Settlement Head Start - http://www.grandstettlement.org - 3886@hsesinfo.org - 294 Delancey Street - - New York - NY - 10002-3602 - 294 Delancey Street - - New York - NY - 10002-3602 - 294 Delancey Street - - New York - NY - 10002-3602 - Ms. - F45546 - L45546 - - Board Chair - 45546@hsesinfo.org - Ms. - F45544 - L45544 - - Managing Director - 45544@hsesinfo.org - Ms. - F45543 - L45543 - - 45543@hsesinfo.org - Ms. - F45541 - L45541 - - 45541@hsesinfo.org - 555-555-5541 - - - 4709 - 3932 - 8691 - 037 - 2014 - 2014-03-17 - 2019-06-30 - HS - Inactive - Hospital Clinic ACE Head Start - www.aceintegration.org - 3932@hsesinfo.org - 1419-23 Broadway - - Brooklyn - NY - 11221-4202 - 1419-23 Broadway - - Brooklyn - NY - 11221-4202 - 1419-23 Broadway - - Brooklyn - NY - 11221-4202 - Ms. - F45710 - L45710 - - Chair - 45710@hsesinfo.org - Mr. - F45712 - L45712 - - - 45712@hsesinfo.org - Ms. - F45713 - L45713 - - 45713@hsesinfo.org - Mr. - F45709 - L45709 - - 45709@hsesinfo.org - 555-555-5709 x 5555 - - - 4723 - 3950 - 8705 - 051 - 2014 - 2014-03-17 - 2019-06-30 - HS - Inactive - BronxWorks - http://bronxworks.org/ - 3950@hsesinfo.org - 60 East Tremont Avenue - - Bronx - NY - 10453-5842 - 60 East Tremont Avenue - - Bronx - NY - 10453-5842 - 60 East Tremont Avenue - - Bronx - NY - 10453-5842 - Mr. - F45812 - L45812 - - Board Chair - 45812@hsesinfo.org - Miss - F45810 - L45810 - - Executive Director - 45810@hsesinfo.org - - F45809 - L45809 - - 45809@hsesinfo.org - Mr. - F45807 - L45807 - - 45807@hsesinfo.org - 555-555-5807 - - - 8730 - 8588 - 11104 - 200 - 2017 - 2017-09-01 - - AIAN EHS - Active - Omaha Tribe of Nebraska - - 8588@hsesinfo.org - 204 Chief Street - - Macy - NE - 68039 - PO Box 519 - 571 Omaha Way - Macy - NE - 68039-0519 - 101 Main St - - Macy - NE - 68039-3000 - Mr. - F209600 - L209600 - . - Chairman, Omaha Tribeof Nebraska - 209600@hsesinfo.org - Ms. - F209601 - L209601 - - Chief of Tribal Operations - 209601@hsesinfo.org - Ms. - F209603 - L209603 - - 209603@hsesinfo.org - Dr. - F209599 - L209599 - . - 209599@hsesinfo.org - 555-555-9599 - - - 5904 - 1217 - 9400 - 000 - 1991 - 2015-02-01 - - AIAN HS - Active - KAWERAK, INC - http://www.kawerak.org - 1217@hsesinfo.org - 606 East I Street - - Nome - AK - 99762 - P.O. Box 948 - - Nome - AK - 99762-0948 - 504 Seppala St - - Nome - AK - 99762 - Ms. - F105921 - L105921 - - Authorizing Official - President - 105921@hsesinfo.org - Ms. - F105919 - L105919 - - Executive Vice President - 105919@hsesinfo.org - Mrs. - F105917 - L105917 - - 105917@hsesinfo.org - Ms. - F105916 - L105916 - - 105916@hsesinfo.org - 555-555-5916 - - - 8804 - 1903 - 11189 - 200 - 2013 - 2018-05-01 - - EHS - Active - Tri-Valley Opportunity Council, Inc. - http://www.tvoc.org - 1903@hsesinfo.org - 102 N Broadway - - Crookston - MN - 56716-1731 - 102 North Broadway - PO Box 607 - Crookston - MN - 56716 - 102 N Broadway - - Crookston - MN - 56716-1731 - Mr. - F210172 - L210172 - - Chairperson - 210172@hsesinfo.org - Mr. - F210173 - L210173 - - CEO - 210173@hsesinfo.org - Ms. - F210175 - L210175 - - 210175@hsesinfo.org - Ms. - F210171 - L210171 - - 210171@hsesinfo.org - 555-555-0171 - - - 9295 - 2387 - 11552 - 000 - 1992 - 2019-01-01 - - HS - Active - PRIDE Community Services, Inc. - http://www.prideinlogan.com - 2387@hsesinfo.org - 699 Stratton St - - Logan - WV - 25601-4020 - PO Box 1346 - - Logan - WV - 25601-1346 - 699 Stratton St - - Logan - WV - 25601-4020 - Mr. - F213603 - L213603 - - Board President - 213603@hsesinfo.org - Ms. - F213604 - L213604 - - Executive Director - 213604@hsesinfo.org - Ms. - F213606 - L213606 - - 213606@hsesinfo.org - Ms. - F213602 - L213602 - - 213602@hsesinfo.org - 555-555-3602 - - - 10009 - 6355 - 12099 - 203 - - 2019-07-01 - - EHS - Active - Mexican American Opportunity Foundation - www.maof.org - 6355@hsesinfo.org - 2650 Zoe Avenue - - Huntington Park - CA - 90255 - 2650 Zoe Avenue - - Huntington Park - CA - 90255 - 2650 Zoe Avenue - - Huntington Park - CA - 90255 - Mrs. - F218456 - L218456 - - - 218456@hsesinfo.org - Mr. - F218457 - L218457 - - - 218457@hsesinfo.org - - F218459 - L218459 - - 218459@hsesinfo.org - Mrs. - F218455 - L218455 - - 218455@hsesinfo.org - 555-555-8455 - - - 8030 - 2158 - 10538 - 000 - 1992 - 2016-03-01 - - HS - Active - CAO Head Start - http://www.caowny.org - 2158@hsesinfo.org - 45 Jewett Ave - - Buffalo - NY - 14214-2401 - 45 Jewett Ave - - Buffalo - NY - 14214-2401 - 45 Jewett Ave - - Buffalo - NY - 14214-2401 - Hon. - F205412 - L205412 - - CAO Board Chairperson - 205412@hsesinfo.org - Mr. - F205413 - L205413 - - President/CEO - 205413@hsesinfo.org - Ms. - F205415 - L205415 - - 205415@hsesinfo.org - Ms. - F205411 - L205411 - - 205411@hsesinfo.org - 555-555-5411 x 5555 - - - 6206 - 6219 - 9880 - 219 - - 2015-01-01 - - EHS - Active - YMCA of Metropolitan Chicago - www.ymcachicago.org - 6219@hsesinfo.org - 801 North Dearborn Street - - Chicago - IL - 60610-3316 - 801 North Dearborn Street - - Chicago - IL - 60610-3316 - 801 North Dearborn Street - - Chicago - IL - 60610-3316 - Mr. - F108988 - L108988 - - Board President - 108988@hsesinfo.org - Mr. - F108989 - L108989 - - President - 108989@hsesinfo.org - Ms. - F108991 - L108991 - - 108991@hsesinfo.org - Ms. - F108987 - L108987 - - 108987@hsesinfo.org - 555-555-8987 - - - 10006 - 5791 - 12075 - 200 - - 2019-07-01 - - EHS - Active - Los Angeles County Office of Education - www.prekkid.org - 5791@hsesinfo.org - 10100 Pioneer Blvd - Ste 325 - Santa Fe Springs - CA - 90670-7303 - 10100 Pioneer Blvd - Ste 325 - Santa Fe Springs - CA - 90670-7303 - 10100 Pioneer Blvd - Ste 325 - Santa Fe Springs - CA - 90670-7303 - Dr. - F218435 - L218435 - Ed.D - Superintendent - 218435@hsesinfo.org - Dr. - F218436 - L218436 - Ed.D - Superintendent - 218436@hsesinfo.org - Ms. - F218438 - L218438 - - 218438@hsesinfo.org - Ms. - F218434 - L218434 - - 218434@hsesinfo.org - 555-555-8434 - - - 10007 - 6353 - 12097 - 201 - - 2019-07-01 - - EHS - Active - Youth Policy Institute - www.ypi.org - 6353@hsesinfo.org - 6464 W Sunset Blvd - Ste 650 - Los Angeles - CA - 90028-8008 - 6464 W Sunset Blvd - Ste 650 - Los Angeles - CA - 90028-8008 - 6464 W Sunset Blvd - Ste 650 - Los Angeles - CA - 90028-8008 - Mr. - F218442 - L218442 - - President - 218442@hsesinfo.org - Mr. - F218443 - L218443 - - CEO - 218443@hsesinfo.org - Ms. - F218445 - L218445 - - 218445@hsesinfo.org - Dra. - F218441 - L218441 - - 218441@hsesinfo.org - 555-555-8441 - - - 6623 - 1475 - 10142 - 200 - 2003 - 2015-07-01 - 2020-06-30 - EHS - Inactive - Youth In Need - http://www.youthinneed.org - 1475@hsesinfo.org - 1815 Boones Lick Rd - - Saint Charles - MO - 63301-2247 - 1815 Boones Lick Rd - - Saint Charles - MO - 63301-2247 - 1815 Boones Lick Rd - - Saint Charles - MO - 63301-2247 - Ms. - F202031 - L202031 - - Board of Directors Chair - 202031@hsesinfo.org - Mrs. - F202032 - L202032 - - - 202032@hsesinfo.org - Ms. - F202034 - L202034 - - 202034@hsesinfo.org - Ms. - F202030 - L202030 - - 202030@hsesinfo.org - 555-555-2030 x 5555 - - - 8578 - 8455 - 10069 - 200 - 2018 - 2017-08-01 - - EHS - Active - NeighborImpact Head Start - http://www.neighborimpact.org - 8455@hsesinfo.org - 2303 SW 1st St - - Redmond - OR - 97756-7133 - 2303 SW 1st St - - Redmond - OR - 97756-7133 - 2303 SW 1st St - - Redmond - OR - 97756-7133 - Mr. - F208768 - L208768 - - Board President - 208768@hsesinfo.org - Mr. - F208769 - L208769 - - Deputy Executive Director - 208769@hsesinfo.org - Mrs. - F208771 - L208771 - - 208771@hsesinfo.org - Ms. - F208767 - L208767 - - 208767@hsesinfo.org - 555-555-8767 - - - 10010 - 6356 - 12100 - 204 - - 2019-07-01 - - EHS - Active - Pomona Unified School District - www.pusd.org - 6356@hsesinfo.org - 800 S Garey Ave - Pomona Unified School District Child Development - Pomona - CA - 91766-3325 - 800 S Garey Ave - Pomona Unified School District Child Development - Pomona - CA - 91766-3325 - 800 S Garey Ave - Pomona Unified School District Child Development - Pomona - CA - 91766-3325 - Mrs. - F218463 - L218463 - - Board President - 218463@hsesinfo.org - Mrs. - F218464 - L218464 - - Director of Child Development - 218464@hsesinfo.org - Mrs. - F218466 - L218466 - - 218466@hsesinfo.org - Mr. - F218462 - L218462 - - 218462@hsesinfo.org - 555-555-8462 x 5555 - - - 8033 - 2159 - 10538 - 200 - 1992 - 2016-03-01 - - EHS - Active - Community Action Organization of Erie County, Inc. - https://caowny.org - 2159@hsesinfo.org - 45 Jewett Ave - - Buffalo - NY - 14214-2401 - 45 Jewett Ave - - Buffalo - NY - 14214-2401 - 45 Jewett Ave - - Buffalo - NY - 14214-2401 - Mr. - F205433 - L205433 - - CAO Board Chairperson - 205433@hsesinfo.org - Mr. - F205434 - L205434 - - - 205434@hsesinfo.org - Ms. - F205436 - L205436 - - 205436@hsesinfo.org - Ms. - F205432 - L205432 - - 205432@hsesinfo.org - 555-555-5432 x 5555 - - - 8674 - 8536 - 11055 - 200 - 2017 - 2017-07-01 - - EHS - Active - Municipality of Manati - headstart_manati@yahoo.com - 8536@hsesinfo.org - Calle Baldorioty Corner Quinones St. - 10 Quiñones Street - Manati - PR - 00674-5013 - Calle Baldorioty Corner Quinones St. - 10 Quiñones Street - Manati - PR - 00674-5013 - Calle Baldorioty Corner Quinones St. - 10 Quiñones Street - Manati - PR - 00674-5013 - Mr. - F209227 - L209227 - A. - President - 209227@hsesinfo.org - Hon. - F209228 - L209228 - A. - Mayor - 209228@hsesinfo.org - Mrs. - F209230 - L209230 - - 209230@hsesinfo.org - Mrs. - F209226 - L209226 - - 209226@hsesinfo.org - 555-555-9226 - - - 4692 - 3895 - 8674 - 020 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Community Parents, Inc. - - 3895@hsesinfo.org - 90 Chauncey Street - - Brooklyn - NY - 11233-1809 - 90 Chauncey Street - - Brooklyn - NY - 11233-1809 - 90 Chauncey Street - - Brooklyn - NY - 11233-1809 - Ms. - F45595 - L45595 - - Chairperson of the Board - 45595@hsesinfo.org - Mrs. - F45593 - L45593 - - - 45593@hsesinfo.org - Mrs. - F45592 - L45592 - - 45592@hsesinfo.org - Mrs. - F45590 - L45590 - - 45590@hsesinfo.org - 555-555-5590 - - - 4698 - 3911 - 8680 - 026 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Police Athletic League - www.palnyc.org - 3911@hsesinfo.org - 452 Pennsylvania Ave - - Brooklyn - NY - 11207-5313 - 452 Pennsylvania Ave - - Brooklyn - NY - 11207-5313 - 452 Pennsylvania Ave - - Brooklyn - NY - 11207-5313 - Mr. - F45633 - L45633 - - - 45633@hsesinfo.org - Mr. - F45636 - L45636 - - - 45636@hsesinfo.org - Ms. - F45637 - L45637 - - 45637@hsesinfo.org - Dr. - F45632 - L45632 - - 45632@hsesinfo.org - 555-555-5632 - - - 11361 - 1802 - 13234 - 200 - 2001 - 2020-06-01 - - AIAN EHS - Active - Grand Traverse Band of Ottawa & Chippewa Indians - gtbindians.org - 1802@hsesinfo.org - 2605 N West Bay Shore Dr - - Peshawbestown - MI - 49682-9275 - 2605 N West Bay Shore Dr - - Peshawbestown - MI - 49682-9275 - 2605 N West Bay Shore Dr - - Peshawbestown - MI - 49682-9275 - Mr. - F227592 - L227592 - - GTB Tribal Chairman - 227592@hsesinfo.org - Ms. - F227593 - L227593 - - GTB Tribal Manager - 227593@hsesinfo.org - Ms. - F227595 - L227595 - - 227595@hsesinfo.org - Ms. - F227591 - L227591 - - 227591@hsesinfo.org - 555-555-7591 - - - 11362 - 1142 - 13233 - 000 - 2014 - 2020-06-01 - - AIAN HS - Active - PRAIRIE BAND POTAWATOMI NATION - pbpnation.org - 1142@hsesinfo.org - 15380 K Road - - Mayetta - KS - 66509-9092 - 15380 K Road - - Mayetta - KS - 66509-9092 - 15380 K Road - - Mayetta - KS - 66509-9092 - Mr. - F227599 - L227599 - - Tribal Council Chairperson - 227599@hsesinfo.org - Mr. - F227600 - L227600 - - General Manager of Tribal Operations - 227600@hsesinfo.org - Ms. - F227602 - L227602 - - 227602@hsesinfo.org - Ms. - F227598 - L227598 - - 227598@hsesinfo.org - 555-555-7598 - - - 5806 - 5812 - 9531 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Lourie Center for Young Children's Social and Emotional Wellness - www.louriecenter.org - 5812@hsesinfo.org - 7833 Walker Dr - Ste 610 - Greenbelt - MD - 20770-3233 - 7833 Walker Dr - Ste 610 - Greenbelt - MD - 20770-3233 - 12301 Academy Way - - Rockville - MD - 20852-2000 - Mr. - F103796 - L103796 - - Vice President of Adventist Behavioral Health - 103796@hsesinfo.org - Mr. - F103797 - L103797 - - Executive Director - 103797@hsesinfo.org - Mr. - F103799 - L103799 - - 103799@hsesinfo.org - Ms. - F103795 - L103795 - - 103795@hsesinfo.org - 555-555-3795 - - - 8993 - 2154 - 11323 - 200 - 2013 - 2018-09-01 - - EHS - Active - Municipality of Sabana Grande - - 2154@hsesinfo.org - Road 367 Km. 2.7 Bo. La Torre - - Sabana Grande - PR - 00637 - Early Head Start Program - P.O. Box 356 - Sabana Grande - PR - 00637-0356 - Road 328 Km 0.1 Jomar Plaza - - Sabana Grande - PR - 00637 - Mrs. - F211507 - L211507 - - Goverment Board President - 211507@hsesinfo.org - Mr. - F211508 - L211508 - - Major - 211508@hsesinfo.org - Mrs. - F211510 - L211510 - - 211510@hsesinfo.org - Mrs. - F211506 - L211506 - - 211506@hsesinfo.org - 555-555-1506 - - - 10011 - 6357 - 12101 - 205 - - 2019-07-01 - - EHS - Active - St. Anne's - www.stannes.org - 6357@hsesinfo.org - 155 N. Occidental Blvd. - - Los Angeles - CA - 90026 - 155 N. Occidental Blvd. - - Los Angeles - CA - 90026 - 155 N. Occidental Blvd. - - Los Angeles - CA - 90026 - Mr. - F218470 - L218470 - - Chair, Board of Directors - 218470@hsesinfo.org - Ms. - F218471 - L218471 - - President and Chief Executive Officer - 218471@hsesinfo.org - Ms. - F218473 - L218473 - - 218473@hsesinfo.org - Ms. - F218469 - L218469 - - 218469@hsesinfo.org - 555-555-8469 x 5555 - - - 10012 - 8760 - 12102 - 206 - 2019 - 2019-07-01 - - EHS - Active - Para Los Ninos - http://www.paralosninos.org - 8760@hsesinfo.org - 5000 Hollywood Blvd - - Los Angeles - CA - 90027-6104 - 5000 Hollywood Blvd - - Los Angeles - CA - 90027-6104 - 5000 Hollywood Blvd - - Los Angeles - CA - 90027-6104 - Atty. - F218477 - L218477 - - Board Member - 218477@hsesinfo.org - Dr. - F218478 - L218478 - - CEO - 218478@hsesinfo.org - Mr. - F218480 - L218480 - - 218480@hsesinfo.org - Dr. - F218476 - L218476 - - 218476@hsesinfo.org - 555-555-8476 x 5555 - - - 10013 - 5799 - 12080 - 200 - - 2019-07-01 - - EHS - Active - Volunteers of America of Los Angeles - voala.org - 5799@hsesinfo.org - 3600 Wilshire Blvd., Suite 1500 - - Los Angeles - CA - 90010-2619 - 11243 Kittridge St - - North Hollywood - CA - 91606-2605 - 11243 Kittridge St - - North Hollywood - CA - 91606-2605 - Mr. - F218484 - L218484 - - Executitve Committe Chair - 218484@hsesinfo.org - Mrs. - F218485 - L218485 - - Chief Executive Officer - 218485@hsesinfo.org - Ms. - F218487 - L218487 - - 218487@hsesinfo.org - Mr. - F218483 - L218483 - - 218483@hsesinfo.org - 555-555-8483 - - - 10015 - 5793 - 12084 - 200 - - 2019-07-01 - - EHS - Active - California Department of Education - www.cde.ca.gov - 5793@hsesinfo.org - 1430 N Street - - Sacramento - CA - 95814-5901 - 1430 N Street - - Sacramento - CA - 95814-5901 - 1430 N Street - - Sacramento - CA - 95814-5901 - Mr. - F218498 - L218498 - - State Superintendent - 218498@hsesinfo.org - Ms. - F218499 - L218499 - - Early Learning and Care Director - 218499@hsesinfo.org - Ms. - F218501 - L218501 - - 218501@hsesinfo.org - Ms. - F218497 - L218497 - - 218497@hsesinfo.org - 555-555-8497 - - - 6269 - 3625 - 9896 - 201 - 2010 - 2015-04-01 - - Migrant EHS - Active - Buen Pastor Ministries, Inc. - www.telamon.org - 3625@hsesinfo.org - 111 West 13th Street - - Holland - MI - 49423-3220 - 111 West 13th Street - - Holland - MI - 49423-3220 - 111 West 13th Street - - Holland - MI - 49423-3220 - - F109850 - L109850 - - Board President - 109850@hsesinfo.org - - F109848 - L109848 - - - 109848@hsesinfo.org - - F109847 - L109847 - - 109847@hsesinfo.org - Mrs. - F109852 - L109852 - - 109852@hsesinfo.org - 555-555-9852 - - - 10019 - 1502 - 12083 - 200 - 2013 - 2019-07-01 - - EHS - Active - UAMS Department of Pediatrics - https://headstart.uams.edu/ - 1502@hsesinfo.org - 7415 Colonel Glenn Road - - Little Rock - AR - 72204-7612 - 7415 Colonel Glenn Road - - Little Rock - AR - 72204-7612 - 7415 Colonel Glenn Road - - Little Rock - AR - 72204-7612 - Dr. - F218526 - L218526 - - Board Chair - 218526@hsesinfo.org - Dr. - F218527 - L218527 - - Executive Director - 218527@hsesinfo.org - Mrs. - F218529 - L218529 - - 218529@hsesinfo.org - Ms. - F218525 - L218525 - - 218525@hsesinfo.org - 555-555-8525 - - - 10018 - 1503 - 12083 - 000 - 2013 - 2019-07-01 - - HS - Active - UAMS Department of Pediatrics - https://headstart.uams.edu/ - 1503@hsesinfo.org - 7415 Colonel Glenn Rd - - Little Rock - AR - 72204-7612 - 7415 Colonel Glenn Rd - - Little Rock - AR - 72204-7612 - 7415 Colonel Glenn Rd - - Little Rock - AR - 72204-7612 - Dr. - F218519 - L218519 - - Board Chair - 218519@hsesinfo.org - Dr. - F218520 - L218520 - - Executive Director - 218520@hsesinfo.org - Mrs. - F218522 - L218522 - - 218522@hsesinfo.org - Ms. - F218518 - L218518 - - 218518@hsesinfo.org - 555-555-8518 - - - 8894 - 2528 - 11256 - 000 - 2013 - 2018-07-01 - - HS - Active - GLENN COUNTY HEAD START - http://www.glenncoe.org - 2528@hsesinfo.org - 676 East Walker Street - - Orland - CA - 95963 - 676 East Walker Street - - Orland - CA - 95963 - 676 East Walker Street - - Orland - CA - 95963 - Mr. - F210779 - L210779 - - Superintendent - 210779@hsesinfo.org - Mr. - F210780 - L210780 - - - 210780@hsesinfo.org - Ms. - F210782 - L210782 - - 210782@hsesinfo.org - Ms. - F210778 - L210778 - - 210778@hsesinfo.org - 555-555-0778 x 5555 - - - 5791 - 5797 - 9528 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Fairfax County Board of Supervisors - - 5797@hsesinfo.org - 12000 Government Center Parkway - - Fairfax - VA - 22035-0001 - 12000 Government Center Parkway - - Fairfax - VA - 22035-0001 - 12000 Government Center Parkway - - Fairfax - VA - 22035-0001 - Ms. - F103640 - L103640 - - Chairman, Board of Supervisors - 103640@hsesinfo.org - Ms. - F103641 - L103641 - - Deputy County Executive - 103641@hsesinfo.org - Mr. - F103643 - L103643 - - 103643@hsesinfo.org - Ms. - F103639 - L103639 - - 103639@hsesinfo.org - 555-555-3639 - - - 2186 - 623 - 5673 - 200 - 2003 - 2003-11-27 - - EHS - Active - Lake Community Action Agency, Inc. - http://www.lakecaa.org - 623@hsesinfo.org - Lake Community Action Agency HS/EHS - 501 N. Bay St. - Eustis - FL - 32726-3438 - Lake Community Action Agency HS/EHS - 501 N. Bay St. - Eustis - FL - 32726-3438 - Lake Community Action Agency HS/EHS - 501 N. Bay St. - Eustis - FL - 32726-3438 - Mr. - F23031 - L23031 - - Executive Board President - 23031@hsesinfo.org - Mr. - F23033 - L23033 - - Executive Director - 23033@hsesinfo.org - Ms. - F23032 - L23032 - - 23032@hsesinfo.org - Ms. - F4116 - L4116 - - 4116@hsesinfo.org - 555-555-4116 x 5555 - - - 8294 - 3047 - 10679 - 200 - 2012 - 2016-07-01 - - EHS - Active - Telamon Corporation - www.transitionresources.org - 3047@hsesinfo.org - 600 Corporation Dr - - Pendleton - IN - 46064-8608 - 5560 Munford Road, Suite 201 - - Raleigh - NC - 27612-2731 - 5560 Munford Road, Suite 201 - - Raleigh - NC - 27612-2731 - Mrs. - F207198 - L207198 - - Board Chair - 207198@hsesinfo.org - Mrs. - F207199 - L207199 - - Executive Director - 207199@hsesinfo.org - Ms. - F207201 - L207201 - - 207201@hsesinfo.org - Mrs. - F207197 - L207197 - - 207197@hsesinfo.org - 555-555-7197 x 5555 - - - 6647 - 1810 - 10095 - 000 - 2003 - 2015-07-01 - - HS - Active - Cripple Creek / Victor School District RE-1 - www.ccvschools.org - 1810@hsesinfo.org - 412 North C Street - - Cripple Creek - CO - 80813 - PO Box 897 - - Cripple Creek - CO - 80813-0897 - 412 North C Street - - Cripple Creek - CO - 80813 - Mr. - F202199 - L202199 - - School Board President - 202199@hsesinfo.org - Ms. - F202200 - L202200 - - Superintendent - 202200@hsesinfo.org - Mr. - F202202 - L202202 - - 202202@hsesinfo.org - Ms. - F202198 - L202198 - - 202198@hsesinfo.org - 555-555-2198 - - - 11104 - 247 - 13032 - 000 - 2014 - 2020-03-01 - - HS - Active - Berkshire County Head Start Child Development Program, Inc. - www.berkhs.org - 247@hsesinfo.org - 1 Meadow Lane - - Pittsfield - MA - 01201-5618 - 1 Meadow Lane - - Pittsfield - MA - 01201-5618 - 1 Meadow Lane - - Pittsfield - MA - 01201-5618 - Ms. - F225966 - L225966 - - Board President - 225966@hsesinfo.org - Ms. - F225967 - L225967 - - Executive Director - 225967@hsesinfo.org - - F225969 - L225969 - - 225969@hsesinfo.org - Ms. - F225965 - L225965 - - 225965@hsesinfo.org - 555-555-5965 - - - 4531 - 2623 - 8510 - 200 - 2013 - 2013-12-01 - 2018-11-30 - AIAN EHS - Inactive - ONEIDA NATION - 2801 West Mason Street Suite 2 - 2623@hsesinfo.org - 2801 W Mason St - Ste 2 - Green Bay - WI - 54313-5009 - P.O. Box 365 - - Oneida - WI - 54155 - 1250 Packerland Dr - - Green Bay - WI - 54304-1336 - Mr. - F42657 - L42657 - - Tribal Chairman - 42657@hsesinfo.org - Ms. - F42655 - L42655 - - Acting Director - 42655@hsesinfo.org - Ms. - F42654 - L42654 - - 42654@hsesinfo.org - Ms. - F42653 - L42653 - - 42653@hsesinfo.org - 555-555-2653 - - - 6846 - 4029 - 10319 - 008 - - 2015-08-01 - - HS - Active - O'Farrill Learning Center - - 4029@hsesinfo.org - 6741 SW 24 Street, Suite 31 - - Miami - FL - 33155-1766 - 6741 SW 24 Street, Suite 31 - - Miami - FL - 33155-1766 - 6741 SW 24 Street, Suite 31 - - Miami - FL - 33155-1766 - Ms. - F203597 - L203597 - - President - 203597@hsesinfo.org - Ms. - F203598 - L203598 - - - 203598@hsesinfo.org - Ms. - F203600 - L203600 - - 203600@hsesinfo.org - Mr. - F203596 - L203596 - - 203596@hsesinfo.org - 555-555-3596 x 5555 - - - 6701 - 6719 - 10238 - 000 - - 2015-08-01 - - HS - Active - STEPS, Inc. - www.stepsheadstart.com - 6719@hsesinfo.org - 225 Industrial Park Rd - - Farmville - VA - 23901-2660 - 225 Industrial Park Rd - - Farmville - VA - 23901-2660 - 225 Industrial Park Rd - - Farmville - VA - 23901-2660 - Mrs. - F202578 - L202578 - - Board Chair - 202578@hsesinfo.org - Ms. - F202579 - L202579 - - President & CEO - 202579@hsesinfo.org - Mr. - F202581 - L202581 - - 202581@hsesinfo.org - Ms. - F202577 - L202577 - - 202577@hsesinfo.org - 555-555-2577 x 5555 - - - 8929 - 729 - 11281 - 000 - 2013 - 2018-07-01 - - HS - Active - PARIS INDEPENDENT SCHOOL DISTRICT - http://lch.parisisd.net/ - 729@hsesinfo.org - 1350 NE 6th Street - - Paris - TX - 75460-2626 - 1350 NE 6th Street - - Paris - TX - 75460-2626 - 1350 NE 6th Street - - Paris - TX - 75460-2626 - Mr. - F211025 - L211025 - - President, Board of Trustees - 211025@hsesinfo.org - Mr. - F211026 - L211026 - - Superintendent - 211026@hsesinfo.org - Ms. - F211028 - L211028 - - 211028@hsesinfo.org - Mrs. - F211024 - L211024 - - 211024@hsesinfo.org - 555-555-1024 x 5555 - - - 10020 - 1009 - 12069 - 000 - 1992 - 2019-07-01 - - HS - Active - South Central Missouri Community Action Agency - www.scmcaa.org - 1009@hsesinfo.org - 8055 Old Alton Road - - Winona - MO - 65588 - PO Box 6 - - Winona - MO - 65588-0006 - 8055 Old Alton Road - - Winona - MO - 65588 - Mr. - F218533 - L218533 - - Board Chair - 218533@hsesinfo.org - Ms. - F218534 - L218534 - - Executive Director - 218534@hsesinfo.org - Ms. - F218536 - L218536 - - 218536@hsesinfo.org - Ms. - F218532 - L218532 - - 218532@hsesinfo.org - 555-555-8532 - - - 10021 - 2840 - 12069 - 200 - 2011 - 2019-07-01 - - EHS - Active - South Central Missouri Community Action Agency - scmcaa.org - 2840@hsesinfo.org - 8055 Old Alton Road - - Winona - MO - 65588 - PO Box 6 - - Winona - MO - 65588-0006 - 8055 Old Alton Road - - Winona - MO - 65588 - Mr. - F218540 - L218540 - - Board Chair - 218540@hsesinfo.org - Ms. - F218541 - L218541 - - Executive Director - 218541@hsesinfo.org - Ms. - F218543 - L218543 - - 218543@hsesinfo.org - Ms. - F218539 - L218539 - - 218539@hsesinfo.org - 555-555-8539 - - - 4330 - 4330 - 6830 - 200 - 2013 - 2013-08-29 - 2018-12-31 - EHS - Inactive - Neighborhood House - www.nhwa.org - 4330@hsesinfo.org - 1225 S Weller St - Ste 510 - Seattle - WA - 98144-1906 - 1225 S Weller St - Ste 510 - Seattle - WA - 98144-1906 - 1225 S Weller St - Ste 510 - Seattle - WA - 98144-1906 - Ms. - F39312 - L39312 - - Board President - 39312@hsesinfo.org - Mr. - F39313 - L39313 - - Executive Director - 39313@hsesinfo.org - Ms. - F39315 - L39315 - - 39315@hsesinfo.org - Ms. - F39311 - L39311 - - 39311@hsesinfo.org - 555-555-9311 x 5555 - - - 3657 - 3469 - 7736 - 001 - 2012 - 2012-08-20 - - HS - Active - Educare of West DuPage - educareofwestdupage.org - 3469@hsesinfo.org - 851 Pearl Rd - - West Chicago - IL - 60185-3716 - 851 Pearl Rd - - West Chicago - IL - 60185-3716 - 851 Pearl Rd - - West Chicago - IL - 60185-3716 - - F35258 - L35258 - - Board Chair - 35258@hsesinfo.org - - F35256 - L35256 - - - 35256@hsesinfo.org - - F35255 - L35255 - - 35255@hsesinfo.org - - F33377 - L33377 - - 33377@hsesinfo.org - 555-555-3377 - - - 10022 - 1041 - 12053 - 000 - 2014 - 2019-07-01 - - HS - Active - Montrose County School District RE-1J - http://www.mcsd.org - 1041@hsesinfo.org - Early Childhood Centers / Head Start - 900 Colorado Avenue Unit 4 - Montrose - CO - 81401-9701 - Early Childhood Centers/Head Start - PO Box 10,000 - Montrose - CO - 81402 - Early Childhood Centers / Head Start - 900 Colorado Avenue Unit 4 - Montrose - CO - 81401-9701 - Ms. - F218547 - L218547 - - Board of Education, President - 218547@hsesinfo.org - Dr. - F218548 - L218548 - - Superintendent - 218548@hsesinfo.org - Ms. - F218550 - L218550 - - 218550@hsesinfo.org - Ms. - F218546 - L218546 - - 218546@hsesinfo.org - 555-555-8546 - - - 10023 - 1952 - 12052 - 000 - 2014 - 2019-07-01 - - HS - Active - Community Action Partnership of Kern - http://www.capk.org - 1952@hsesinfo.org - 5005 Business Park N - Ste 130 - Bakersfield - CA - 93309-1652 - 5005 Business Park N - Ste 130 - Bakersfield - CA - 93309-1652 - 5005 Business Park N - Ste 130 - Bakersfield - CA - 93309-1652 - Mr. - F218554 - L218554 - - Board Chair - 218554@hsesinfo.org - Mr. - F218555 - L218555 - - Executive Director - 218555@hsesinfo.org - Mrs. - F218557 - L218557 - - 218557@hsesinfo.org - Mrs. - F218553 - L218553 - - 218553@hsesinfo.org - 555-555-8553 x 5555 - - - 11105 - 235 - 13039 - 000 - 1992 - 2020-03-01 - - HS - Active - CHILD, Inc. - http://www.childincri.org - 235@hsesinfo.org - 160 Draper Avenue - - Warwick - RI - 02889-5047 - 160 Draper Avenue - - Warwick - RI - 02889-5047 - 160 Draper Avenue - - Warwick - RI - 02889-5047 - Mr. - F225973 - L225973 - Esq. - Board Chairperson - 225973@hsesinfo.org - Ms. - F225974 - L225974 - - CEO - 225974@hsesinfo.org - Ms. - F225976 - L225976 - - 225976@hsesinfo.org - Ms. - F225972 - L225972 - - 225972@hsesinfo.org - 555-555-5972 - - - 6847 - 4018 - 10319 - 208 - 2013 - 2015-08-01 - - EHS - Active - O'Farrill Learning Center - - 4018@hsesinfo.org - 6741 SW 24 Street, Suite 31 - - Miami - FL - 33155-1766 - 6741 SW 24 Street, Suite 31 - - Miami - FL - 33155-1766 - 6741 SW 24 Street, Suite 31 - - Miami - FL - 33155-1766 - Ms. - F203604 - L203604 - - President - 203604@hsesinfo.org - Ms. - F203605 - L203605 - - - 203605@hsesinfo.org - Ms. - F203607 - L203607 - - 203607@hsesinfo.org - Mr. - F203603 - L203603 - - 203603@hsesinfo.org - 555-555-3603 x 5555 - - - 10024 - 1953 - 12052 - 200 - 2014 - 2019-07-01 - - EHS - Active - Community Action Partnership of Kern - http://www.capk.org - 1953@hsesinfo.org - 5005 Business Park N - Ste 130 - Bakersfield - CA - 93309-1652 - 5005 Business Park N - Ste 130 - Bakersfield - CA - 93309-1652 - 5005 Business Park N - Ste 130 - Bakersfield - CA - 93309-1652 - Mr. - F218561 - L218561 - - Board Chair - 218561@hsesinfo.org - Mr. - F218562 - L218562 - - Executive Director - 218562@hsesinfo.org - Mrs. - F218564 - L218564 - - 218564@hsesinfo.org - Mrs. - F218560 - L218560 - - 218560@hsesinfo.org - 555-555-8560 x 5555 - - - 10025 - 2062 - 12079 - 000 - 2013 - 2019-07-01 - - HS - Active - Educational Opportunities for Children and Families - http://www.eocfwa.org - 2062@hsesinfo.org - 17800 SE Mill Plain Blvd. Ste 150 - - Vancouver - WA - 98683-7588 - 17800 SE Mill Plain Blvd. Ste 150 - - Vancouver - WA - 98683-7588 - 17800 SE Mill Plain Blvd. Ste 150 - - Vancouver - WA - 98683-7588 - Ms. - F218568 - L218568 - - Board Chair - 218568@hsesinfo.org - Ms. - F218569 - L218569 - - Executive Director - 218569@hsesinfo.org - Ms. - F218571 - L218571 - - 218571@hsesinfo.org - Ms. - F218567 - L218567 - - 218567@hsesinfo.org - 555-555-8567 x 5555 - - - 5141 - 859 - 8807 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Springfield Urban League, Inc. - http://www.springfieldul.org - 859@hsesinfo.org - 1108 E Cook St - 100 North 11th Street - Springfield - IL - 62703-1735 - 1108 E Cook St - 100 North 11th Street - Springfield - IL - 62703-1735 - 1108 E Cook St - 100 North 11th Street - Springfield - IL - 62703-1735 - Mr. - F51955 - L51955 - - - 51955@hsesinfo.org - Mrs. - F51953 - L51953 - - - 51953@hsesinfo.org - Ms. - F51952 - L51952 - - 51952@hsesinfo.org - Mr. - F51951 - L51951 - - 51951@hsesinfo.org - 555-555-1951 x 5555 - - - 10283 - 3874 - 12301 - 004 - 2014 - 2019-07-01 - - HS - Active - The Children's Aid Society - http://www.childrensaidnyc.org - 3874@hsesinfo.org - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - Ms. - F220322 - L220322 - - Board Chair - 220322@hsesinfo.org - Ms. - F220323 - L220323 - - President and Chief Executive Officer - 220323@hsesinfo.org - Ms. - F220325 - L220325 - - 220325@hsesinfo.org - Ms. - F220321 - L220321 - - 220321@hsesinfo.org - 555-555-0321 - - - 6883 - 3501 - 10364 - 001 - 2011 - 2015-07-01 - - HS - Active - Urban League - www.urbanleagueneworleans.org - 3501@hsesinfo.org - 4640 S Carrollton Ave - Ste 210 - New Orleans - LA - 70119-7607 - 4640 S Carrollton Ave - Ste 210 - New Orleans - LA - 70119-7607 - 4640 S Carrollton Ave - Ste 210 - New Orleans - LA - 70119-7607 - Ms. - F203856 - L203856 - - Jade Russell Consulting - 203856@hsesinfo.org - Mrs. - F203857 - L203857 - - President,CEO - 203857@hsesinfo.org - Ms. - F203859 - L203859 - - 203859@hsesinfo.org - Ms. - F203855 - L203855 - - 203855@hsesinfo.org - 555-555-3855 - - - 10284 - 3887 - 12302 - 014 - 2014 - 2019-07-01 - - HS - Active - University Settlement Early Childhood Center - http://www.universitysettlement.org - 3887@hsesinfo.org - 184 Eldridge Street - - New York - NY - 10002-2924 - 184 Eldridge Street - - New York - NY - 10002-2924 - 184 Eldridge Street - - New York - NY - 10002-2924 - Mr. - F220329 - L220329 - - Board Chairperson - 220329@hsesinfo.org - Ms. - F220330 - L220330 - - Executive Director - 220330@hsesinfo.org - Ms. - F220332 - L220332 - - 220332@hsesinfo.org - Ms. - F220328 - L220328 - - 220328@hsesinfo.org - 555-555-0328 - - - 6751 - 1426 - 10237 - 200 - 2004 - 2015-08-01 - - EHS - Active - Your Own United Resources, Inc. - - 1426@hsesinfo.org - 214 S 13th St - - Fort Dodge - IA - 50501-4828 - 214 S 13th St - - Fort Dodge - IA - 50501-4828 - 214 S 13th St - - Fort Dodge - IA - 50501-4828 - Mr. - F202928 - L202928 - - Board Vice President - 202928@hsesinfo.org - Mrs. - F202929 - L202929 - - - 202929@hsesinfo.org - Mrs. - F202931 - L202931 - - 202931@hsesinfo.org - Mrs. - F202927 - L202927 - - 202927@hsesinfo.org - 555-555-2927 x 5555 - - - 6650 - 6668 - 10174 - 000 - - 2015-07-01 - - HS - Active - San Joaquin County Office of Education - www.sjcoe.org/headstart - 6668@hsesinfo.org - 2922 Transworld Dr - - Stockton - CA - 95206-3952 - PO Box 213030 - PO Box 213030 - Stockton - CA - 95213-9030 - 2922 Transworld Dr - - Stockton - CA - 95206-3952 - Mr. - F202220 - L202220 - - County Superintendent of Schools - 202220@hsesinfo.org - Ms. - F202221 - L202221 - - Early Education & Support Director - 202221@hsesinfo.org - Ms. - F202223 - L202223 - - 202223@hsesinfo.org - Ms. - F202219 - L202219 - - 202219@hsesinfo.org - 555-555-2219 - - - 6651 - 6669 - 10174 - 200 - - 2015-07-01 - - EHS - Active - San Joaquin County Office of Education - www.sjcoe.org/headstart - 6669@hsesinfo.org - 2922 Transworld Dr - - Stockton - CA - 95206-3952 - PO Box 213030 - PO Box 213030 - Stockton - CA - 95213-9030 - 2922 Transworld Dr - - Stockton - CA - 95206-3952 - Mr. - F202227 - L202227 - - County Superintendent of Schools - 202227@hsesinfo.org - Ms. - F202228 - L202228 - - Early Education & Support Director - 202228@hsesinfo.org - Ms. - F202230 - L202230 - - 202230@hsesinfo.org - Ms. - F202226 - L202226 - - 202226@hsesinfo.org - 555-555-2226 - - - 11106 - 234 - 13039 - 200 - 2001 - 2020-03-01 - - EHS - Active - CHILD, Inc. - http://www.childincri.org - 234@hsesinfo.org - 160 Draper Avenue - - Warwick - RI - 02889-5047 - 160 Draper Avenue - - Warwick - RI - 02889-5047 - 160 Draper Avenue - - Warwick - RI - 02889-5047 - Mr. - F225980 - L225980 - Esq. - Board Chairperson - 225980@hsesinfo.org - Ms. - F225981 - L225981 - - CEO - 225981@hsesinfo.org - Ms. - F225983 - L225983 - - 225983@hsesinfo.org - Ms. - F225979 - L225979 - - 225979@hsesinfo.org - 555-555-5979 - - - 8263 - 8195 - 10639 - 200 - 2016 - 2016-07-01 - - EHS - Active - Neighborhood House Incorporated - http://www.nhwa.org - 8195@hsesinfo.org - 1225 S Weller St - Ste 510 - Seattle - WA - 98144-1906 - 1225 S Weller St - Ste 510 - Seattle - WA - 98144-1906 - 1225 S Weller St - Ste 510 - Seattle - WA - 98144-1906 - Ms. - F206956 - L206956 - - Board President - 206956@hsesinfo.org - Ms. - F206957 - L206957 - - Executive Director - 206957@hsesinfo.org - Ms. - F206959 - L206959 - - 206959@hsesinfo.org - Ms. - F206955 - L206955 - - 206955@hsesinfo.org - 555-555-6955 x 5555 - - - 9615 - 1399 - 11796 - 000 - 2014 - 2019-06-01 - - HS - Active - MIDLAND UNIVERSITY - www.dodgecountyheadstart.org - 1399@hsesinfo.org - 900 North Clarkson Street - - Fremont - NE - 68025-4254 - PO Box 244 - - Fremont - NE - 68025 - 1024 W 23rd St - - Fremont - NE - 68025-6613 - Mr. - F215757 - L215757 - - Chairman of the Grantee Board - 215757@hsesinfo.org - Ms. - F215758 - L215758 - - President - Midland University - 215758@hsesinfo.org - Ms. - F215760 - L215760 - - 215760@hsesinfo.org - Ms. - F215756 - L215756 - - 215756@hsesinfo.org - 555-555-5756 - - - 10286 - 3876 - 12304 - 006 - 2014 - 2019-07-01 - - HS - Active - La Peninsula Community Organization, Inc. - http://www.lapen.com - 3876@hsesinfo.org - 711 Manida St - - Bronx - NY - 10474-5807 - 711 Manida St - - Bronx - NY - 10474-5807 - 711 Manida St - - Bronx - NY - 10474-5807 - Mr. - F220343 - L220343 - Jr - Chairperson - 220343@hsesinfo.org - Ms. - F220344 - L220344 - - Executive director - 220344@hsesinfo.org - Mr. - F220346 - L220346 - - 220346@hsesinfo.org - Ms. - F220342 - L220342 - - 220342@hsesinfo.org - 555-555-0342 - - - 9616 - 7076 - 11796 - 200 - - 2019-06-01 - - EHS - Active - MIDLAND UNIVERSITY - - 7076@hsesinfo.org - 1024 W 23rd St - - Fremont - NE - 68025-6613 - 900 North Clarkson Street - - Fremont - NE - 68025-4254 - 900 North Clarkson Street - - Fremont - NE - 68025-4254 - Mr. - F215764 - L215764 - - Chairman of the Grantee Board - 215764@hsesinfo.org - Ms. - F215765 - L215765 - - President - Midland University - 215765@hsesinfo.org - Ms. - F215767 - L215767 - - 215767@hsesinfo.org - Ms. - F215763 - L215763 - - 215763@hsesinfo.org - 555-555-5763 - - - 10287 - 3970 - 12305 - 053 - 2014 - 2019-07-01 - - HS - Active - Brooklyn Chinese-American Association - bca.net - 3970@hsesinfo.org - 5000 8th Avenue - - Brooklyn - NY - 11220-2221 - 5000 8th Avenue - - Brooklyn - NY - 11220-2221 - 5000 8th Avenue - - Brooklyn - NY - 11220-2221 - Mr. - F220350 - L220350 - - Chairman - 220350@hsesinfo.org - Mr. - F220351 - L220351 - - - 220351@hsesinfo.org - Ms. - F220353 - L220353 - - 220353@hsesinfo.org - Ms. - F220349 - L220349 - - 220349@hsesinfo.org - 555-555-0349 - - - 10288 - 3938 - 12306 - 041 - 2014 - 2019-07-01 - - HS - Active - Women's Housing and Economic Development Corp - http://www.whedco.org - 3938@hsesinfo.org - Urban Horizons Early Childhood Discovery Center - 50 East 168th Street - Bronx - NY - 10452-7929 - Urban Horizons Early Childhood Discovery Center - 50 East 168th Street - Bronx - NY - 10452-7929 - Urban Horizons Early Childhood Discovery Center - 50 East 168th Street - Bronx - NY - 10452-7929 - Ms. - F220357 - L220357 - - Board Chairperson - 220357@hsesinfo.org - Mr. - F220358 - L220358 - - President - 220358@hsesinfo.org - Ms. - F220360 - L220360 - - 220360@hsesinfo.org - Ms. - F220356 - L220356 - - 220356@hsesinfo.org - 555-555-0356 - - - 10289 - 3915 - 12307 - 028 - 2014 - 2019-07-01 - - HS - Active - Bushwick United Head Start - www.bushwickunited.org - 3915@hsesinfo.org - 136 Stanhope Street - - Brooklyn - NY - 11221-3407 - 136 Stanhope Street - - Brooklyn - NY - 11221-3407 - 136 Stanhope Street - - Brooklyn - NY - 11221-3407 - Ms. - F220364 - L220364 - - Chairwoman of the Board - 220364@hsesinfo.org - Mr. - F220365 - L220365 - - Executive Director - 220365@hsesinfo.org - Ms. - F220367 - L220367 - - 220367@hsesinfo.org - Mr. - F220363 - L220363 - - 220363@hsesinfo.org - 555-555-0363 - - - 10290 - 3932 - 12308 - 037 - 2014 - 2019-07-01 - - HS - Active - Hospital Clinic ACE Head Start - www.aceintegration.org - 3932@hsesinfo.org - 1419-23 Broadway - - Brooklyn - NY - 11221-4202 - 1419-23 Broadway - - Brooklyn - NY - 11221-4202 - 1419-23 Broadway - - Brooklyn - NY - 11221-4202 - Ms. - F220371 - L220371 - - Chair - 220371@hsesinfo.org - Mr. - F220372 - L220372 - - - 220372@hsesinfo.org - Ms. - F220374 - L220374 - - 220374@hsesinfo.org - Mr. - F220370 - L220370 - - 220370@hsesinfo.org - 555-555-0370 x 5555 - - - 10708 - 3611 - 12712 - 004 - 2013 - 2019-11-01 - - Migrant HS - Active - Yadkin Valley Economic Development District, Inc. - www.yveddi.com - 3611@hsesinfo.org - 533 N Carolina Ave - - Boonville - NC - 27011-8943 - PO Box 309 - - Boonville - NC - 27011-0309 - 533 N Carolina Ave - - Boonville - NC - 27011-8943 - Mr. - F223285 - L223285 - - Board Chairman - 223285@hsesinfo.org - Mrs. - F223286 - L223286 - - Executive Director - 223286@hsesinfo.org - Ms. - F223288 - L223288 - - 223288@hsesinfo.org - Ms. - F223284 - L223284 - - 223284@hsesinfo.org - 555-555-3284 - - - 10710 - 3616 - 12714 - 006 - 2013 - 2019-11-01 - - Migrant HS - Active - ECMHSP - Alabama Direct Services - http://www.ecmhsp.org - 3616@hsesinfo.org - 851 E I65 Service Rd S - - Mobile - AL - 36606-3113 - 851 E I65 Service Rd S - - Mobile - AL - 36606-3113 - 851 E I65 Service Rd S - - Mobile - AL - 36606-3113 - Dr. - F223299 - L223299 - - President, ECMHSP Board of Directors - 223299@hsesinfo.org - Dr. - F223300 - L223300 - - Chief Executive Officer - 223300@hsesinfo.org - Ms. - F223302 - L223302 - - 223302@hsesinfo.org - Ms. - F223298 - L223298 - - 223298@hsesinfo.org - 555-555-3298 - - - 10711 - 3617 - 12715 - 007 - 2013 - 2019-11-01 - - Migrant HS - Active - ECMHSP - Florida Direct Services (Western Region) - http://www.ecmhsp.org - 3617@hsesinfo.org - 600 N Broadway Ave - Ste 203 - Bartow - FL - 33830-3807 - 600 N Broadway Ave - Ste 203 - Bartow - FL - 33830-3807 - 600 N Broadway Ave - Ste 203 - Bartow - FL - 33830-3807 - Dr. - F223306 - L223306 - - President, ECMHSP Board of Directors - 223306@hsesinfo.org - Dr. - F223307 - L223307 - - Chief Executive Officer - 223307@hsesinfo.org - Ms. - F223309 - L223309 - - 223309@hsesinfo.org - Ms. - F223305 - L223305 - - 223305@hsesinfo.org - 555-555-3305 - - - 5249 - 3750 - 9093 - 002 - 2014 - 2014-07-01 - 2019-05-31 - HS - Inactive - University of Cincinnati, Arlitt Center Head Start - www.cech.uc.edu/arlitt - 3750@hsesinfo.org - One Edwards Center - 47 W. Corry Boulevard - Cincinnati - OH - 45221-0105 - One Edwards Center - PO Box 210105 - Cincinnati - OH - 45221-0105 - One Edwards Center - 47 W. Corry Boulevard - Cincinnati - OH - 45221-0105 - Dr. - F53260 - L53260 - - - 53260@hsesinfo.org - Dr. - F53264 - L53264 - - - 53264@hsesinfo.org - Dr. - F53261 - L53261 - - 53261@hsesinfo.org - Ms. - F53259 - L53259 - - 53259@hsesinfo.org - 555-555-3259 - - - 10291 - 3871 - 12309 - 001 - 2014 - 2019-07-01 - - HS - Active - South Jamaica Center For Children And Parents, Inc - - 3871@hsesinfo.org - 114-02 Guy R. Brewer Blvd - - Jamaica - NY - 11434-1243 - 114-02 Guy R. Brewer Blvd - - Jamaica - NY - 11434-1243 - 114-02 Guy R. Brewer Blvd - - Jamaica - NY - 11434-1243 - Mrs. - F220378 - L220378 - - Chairperson - 220378@hsesinfo.org - Ms. - F220379 - L220379 - - Administrative Director - 220379@hsesinfo.org - Ms. - F220381 - L220381 - - 220381@hsesinfo.org - Ms. - F220377 - L220377 - - 220377@hsesinfo.org - 555-555-0377 - - - 10712 - 3618 - 12716 - 008 - 2013 - 2019-11-01 - - Migrant HS - Active - ECMHSP - Florida Direct Services (Eastern Region) - http://www.ecmhsp.org - 3618@hsesinfo.org - 1111 SE Federal Highway, Suite 226 - - Stuart - FL - 34994-3834 - 1111 SE Federal Highway, Suite 226 - - Stuart - FL - 34994-3834 - 1111 SE Federal Highway, Suite 226 - - Stuart - FL - 34994-3834 - Dr. - F223313 - L223313 - - President, ECMHSP Board of Directors - 223313@hsesinfo.org - Dr. - F223314 - L223314 - - Chief Executive Officer - 223314@hsesinfo.org - Ms. - F223316 - L223316 - - 223316@hsesinfo.org - Mrs. - F223312 - L223312 - - 223312@hsesinfo.org - 555-555-3312 - - - 10713 - 3620 - 12717 - 009 - 2013 - 2019-11-01 - - Migrant HS - Active - ECMHSP - South Carolina Direct Services - www.ecmhsp.org - 3620@hsesinfo.org - 706 Orleans Rd - - Charleston - SC - 29407-5753 - PO Box 80836 - - Charleston - SC - 29416-0836 - 706 Orleans Rd - - Charleston - SC - 29407-5753 - Dr. - F223320 - L223320 - - President, ECMHSP Board of Directors - 223320@hsesinfo.org - Dr. - F223321 - L223321 - - Chief Executive Officer - 223321@hsesinfo.org - Ms. - F223323 - L223323 - - 223323@hsesinfo.org - Ms. - F223319 - L223319 - - 223319@hsesinfo.org - 555-555-3319 - - - 6702 - 6720 - 10238 - 200 - - 2015-08-01 - - EHS - Active - STEPS, Inc. - www.steps-inc.org - 6720@hsesinfo.org - 225 Industrial Park Rd - - Farmville - VA - 23901-2660 - 225 Industrial Park Rd - - Farmville - VA - 23901-2660 - 225 Industrial Park Rd - - Farmville - VA - 23901-2660 - Mrs. - F202585 - L202585 - - - 202585@hsesinfo.org - Ms. - F202586 - L202586 - - - 202586@hsesinfo.org - Mr. - F202588 - L202588 - - 202588@hsesinfo.org - Ms. - F202584 - L202584 - - 202584@hsesinfo.org - 555-555-2584 x 5555 - - - 8229 - 8161 - 10618 - 200 - 2016 - 2016-07-01 - - EHS - Active - Catholic Charities Community Services, Inc. - https://www.catholiccharitiesaz.org/all-locations/youth-development - 8161@hsesinfo.org - Catholic Charities Community Services, Inc - 4747 N 7th Ave - Phoenix - AZ - 85013 - Catholic Charities Community Services, Inc - 4747 N 7th Ave - Phoenix - AZ - 85013 - Catholic Charities Community Services, Inc - 4747 N 7th Ave - Phoenix - AZ - 85013 - Mr. - F206718 - L206718 - - Chairman of the Board Catholic Charities Community Services - 206718@hsesinfo.org - Mr. - F206719 - L206719 - - CEO - 206719@hsesinfo.org - Mrs. - F206721 - L206721 - - 206721@hsesinfo.org - Mr. - F206717 - L206717 - - 206717@hsesinfo.org - 555-555-6717 x 5555 - - - 8749 - 8607 - 11122 - 023 - 2017 - 2017-08-01 - - HS - Active - Municipality of Juana Diaz - - 8607@hsesinfo.org - 67 Calle Comercio - - Juana Diaz - PR - 00795-1634 - PO Box 1409 - - Juana Diaz - PR - 00795-1409 - 67 Calle Comercio - Fl B - Juana Diaz - PR - 00795-1634 - Ms. - F209716 - L209716 - - President - 209716@hsesinfo.org - Mr. - F209717 - L209717 - - Director - 209717@hsesinfo.org - Ms. - F209719 - L209719 - - 209719@hsesinfo.org - Mr. - F209715 - L209715 - - 209715@hsesinfo.org - 555-555-9715 - - - 6003 - 6010 - 9697 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Municipality of San Sebastian - - 6010@hsesinfo.org - Carr 125 - Bo. Guatemala - San Sebastian - PR - 00685 - PO Box 1603 - - San Sebastian - PR - 00685-1603 - Carr 125 - Bo. Guatemala - San Sebastian - PR - 00685 - Ms. - F106754 - L106754 - - President of the Governing Board - 106754@hsesinfo.org - Ms. - F106755 - L106755 - - Director EHS/EHS-CCP - 106755@hsesinfo.org - Ms. - F106757 - L106757 - - 106757@hsesinfo.org - Ms. - F106753 - L106753 - - 106753@hsesinfo.org - 555-555-6753 - - - 10787 - 2453 - 12762 - 000 - 2014 - 2019-12-01 - - HS - Active - United Talmudical Academy of Boro Park - rmandel@utaheadstart.com - 2453@hsesinfo.org - 5301 - 14th Avenue - - Brooklyn - NY - 11219-3945 - 5301 - 14th Avenue - - Brooklyn - NY - 11219-3945 - 5301 - 14th Avenue - - Brooklyn - NY - 11219-3945 - Mr. - F223810 - L223810 - - Board chairperson - 223810@hsesinfo.org - Mr. - F223811 - L223811 - - - 223811@hsesinfo.org - Mrs. - F223813 - L223813 - - 223813@hsesinfo.org - Mrs. - F223809 - L223809 - - 223809@hsesinfo.org - 555-555-3809 - - - 10026 - 2061 - 12079 - 200 - 2013 - 2019-07-01 - - EHS - Active - Educational Opportunities for Children and Families - http://www.eocfwa.org - 2061@hsesinfo.org - 17800 SE Mill Plain Blvd. Ste 150 - - Vancouver - WA - 98683-7588 - 17800 SE Mill Plain Blvd. Ste 150 - - Vancouver - WA - 98683-7588 - 17800 SE Mill Plain Blvd. Ste 150 - - Vancouver - WA - 98683-7588 - Ms. - F218575 - L218575 - - Board Chair - 218575@hsesinfo.org - Ms. - F218576 - L218576 - - Executive Director - 218576@hsesinfo.org - Ms. - F218578 - L218578 - - 218578@hsesinfo.org - Ms. - F218574 - L218574 - - 218574@hsesinfo.org - 555-555-8574 x 5555 - - - 10292 - 3872 - 12310 - 002 - 2014 - 2019-07-01 - - HS - Active - Seventh Avenue Center For Family Services - http://www.7thavenuecenter.org - 3872@hsesinfo.org - 1646 Montgomery Avenue - - Bronx - NY - 10453-7302 - 1646 Montgomery Avenue - - Bronx - NY - 10453-7302 - 1646 Montgomery Avenue - - Bronx - NY - 10453-7302 - Rev. - F220385 - L220385 - - Board Chairperson - 220385@hsesinfo.org - Dr. - F220386 - L220386 - - Director - 220386@hsesinfo.org - - F220388 - L220388 - - 220388@hsesinfo.org - Dr. - F220384 - L220384 - - 220384@hsesinfo.org - 555-555-0384 - - - 10293 - 3875 - 12311 - 005 - 2014 - 2019-07-01 - - HS - Active - Addie Mae Collins Community Service Head Start - http://www.addiemaecollins.org - 3875@hsesinfo.org - 110 East 129th Street - - New York - NY - 10035-1300 - 110 East 129th Street - - New York - NY - 10035-1300 - 110 East 129th Street - - New York - NY - 10035-1300 - Mrs. - F220392 - L220392 - - - 220392@hsesinfo.org - Miss - F220393 - L220393 - - - 220393@hsesinfo.org - Miss - F220395 - L220395 - - 220395@hsesinfo.org - Miss - F220391 - L220391 - - 220391@hsesinfo.org - 555-555-0391 - - - 8556 - 8436 - 10960 - 200 - 2017 - 2017-03-01 - - EHS - Active - Motivation Education & Training, Inc. - www.metinc.org - 8436@hsesinfo.org - 22551 Gene Campbell Blvd - - New Caney - TX - 77357 - PO Box 1838 - - New Caney - TX - 77357-1838 - 22551 Gene Campbell Blvd - - New Caney - TX - 77357 - Mr. - F208620 - L208620 - - Governing Board President - 208620@hsesinfo.org - Mrs. - F208621 - L208621 - - Executive Director - 208621@hsesinfo.org - Mrs. - F208623 - L208623 - - 208623@hsesinfo.org - Ms. - F208619 - L208619 - - 208619@hsesinfo.org - 555-555-8619 - - - 10029 - 2354 - 12068 - 200 - 2014 - 2019-07-01 - - EHS - Active - CHILD DEVELOPMENT RESOURCES, INC. - http://www.cdr.org - 2354@hsesinfo.org - 150 Point O Woods - - Williamsburg - VA - 23188-7052 - PO Box 280 - - Norge - VA - 23127-0280 - 150 Point O Woods - - Williamsburg - VA - 23188-7052 - Mr. - F218596 - L218596 - - Board of Directors Chairperson - 218596@hsesinfo.org - Mr. - F218597 - L218597 - - Executive Director - 218597@hsesinfo.org - Ms. - F218599 - L218599 - - 218599@hsesinfo.org - Mrs. - F218595 - L218595 - - 218595@hsesinfo.org - 555-555-8595 - - - 9087 - 3331 - 11403 - 000 - 2013 - 2018-09-01 - - Migrant HS - Active - NYS Federation of Growers' & Processors' Associations, Inc. - www.abcdny.org - 3331@hsesinfo.org - 847 Union St - - Schenectady - NY - 12308-2705 - 847 Union St - - Schenectady - NY - 12308-2705 - 847 Union St - - Schenectady - NY - 12308-2705 - Mr. - F212190 - L212190 - Jr. - Board President - 212190@hsesinfo.org - Ms. - F212191 - L212191 - - Chief Executive Officer - 212191@hsesinfo.org - Ms. - F212193 - L212193 - - 212193@hsesinfo.org - Ms. - F212189 - L212189 - - 212189@hsesinfo.org - 555-555-2189 - - - 9182 - 413 - 11482 - 200 - 2013 - 2018-11-01 - - EHS - Active - Baraga-Houghton-Keweenaw Child Development Board, Inc. - http://www.bhkfirst.org - 413@hsesinfo.org - 700 Park Avenue - - Houghton - MI - 49931-2453 - 700 Park Avenue - - Houghton - MI - 49931-2453 - 700 Park Avenue - - Houghton - MI - 49931-2453 - Mr. - F212810 - L212810 - - Board Chairperson - 212810@hsesinfo.org - Ms. - F212811 - L212811 - - Executive Director - 212811@hsesinfo.org - Ms. - F212813 - L212813 - - 212813@hsesinfo.org - Ms. - F212809 - L212809 - - 212809@hsesinfo.org - 555-555-2809 x 5555 - - - 4768 - 1925 - 8641 - 200 - 2014 - 2014-04-01 - 2019-03-31 - EHS - Inactive - INTER-COUNTY COMMUNITY COUNCIL, INC. - intercountycommunitycouncicc.org - 1925@hsesinfo.org - P.O. Box 189 - 207 MainStreet - Oklee - MN - 56742-0189 - P.O. Box 189 - 207 MainStreet - Oklee - MN - 56742-0189 - P.O. Box 189 - 207 MainStreet - Oklee - MN - 56742-0189 - Mr. - F46181 - L46181 - - ICCC Board Chair - 46181@hsesinfo.org - Ms. - F46179 - L46179 - - - 46179@hsesinfo.org - Ms. - F46178 - L46178 - - 46178@hsesinfo.org - Ms. - F46176 - L46176 - - 46176@hsesinfo.org - 555-555-6176 x 5555 - - - 10032 - 8989 - 12088 - 000 - 2019 - 2019-07-01 - - HS - Active - The Family Conservancy - thefamilyconservancy..org - 8989@hsesinfo.org - 444 Minnesota Avenue Suite 200 - - Kansas City - KS - 66101-2900 - 444 Minnesota Avenue Suite 200 - - Kansas City - KS - 66101-2900 - 444 Minnesota Avenue Suite 200 - - Kansas City - KS - 66101-2900 - Mr. - F218617 - L218617 - - - 218617@hsesinfo.org - Mrs. - F218618 - L218618 - - - 218618@hsesinfo.org - Ms. - F218620 - L218620 - - 218620@hsesinfo.org - Ms. - F218616 - L218616 - - 218616@hsesinfo.org - 555-555-8616 x 5555 - - - 10033 - 8990 - 12088 - 200 - 2019 - 2019-07-01 - - EHS - Active - The Family Conservancy - thefamilyconservancy..org - 8990@hsesinfo.org - 444 Minnesota Avenue Suite 200 - - Kansas City - KS - 66101-2900 - 444 Minnesota Avenue Suite 200 - - Kansas City - KS - 66101-2900 - 444 Minnesota Avenue Suite 200 - - Kansas City - KS - 66101-2900 - Mr. - F218624 - L218624 - - - 218624@hsesinfo.org - Mrs. - F218625 - L218625 - - - 218625@hsesinfo.org - Ms. - F218627 - L218627 - - 218627@hsesinfo.org - Ms. - F218623 - L218623 - - 218623@hsesinfo.org - 555-555-8623 x 5555 - - - 5914 - 1111 - 9688 - 000 - 1992 - 2015-03-01 - 2020-06-30 - HS - Inactive - Child, Family & Community Services - http://www.cfcsinc.org - 1111@hsesinfo.org - 32980 Alvarado Niles Rd - Ste 856 - Union City - CA - 94587-3186 - 32980 Alvarado Niles Rd - Ste 856 - Union City - CA - 94587-3186 - 32980 Alvarado Niles Rd - Ste 856 - Union City - CA - 94587-3186 - Ms. - F105977 - L105977 - - Board President - 105977@hsesinfo.org - Mr. - F105980 - L105980 - - CEO - 105980@hsesinfo.org - Ms. - F105979 - L105979 - - 105979@hsesinfo.org - Mr. - F105975 - L105975 - - 105975@hsesinfo.org - 555-555-5975 - - - 10034 - 8991 - 12049 - 200 - 2019 - 2019-07-01 - - EHS - Active - FAMILY, Inc - http://www.familyia.org - 8991@hsesinfo.org - 3501 Harry Langdon Blvd, Suite 150 - - Council Bluffs - IA - 51503-7837 - 3501 Harry Langdon Blvd, Suite 150 - - Council Bluffs - IA - 51503-7837 - 3501 Harry Langdon Blvd, Suite 150 - - Council Bluffs - IA - 51503-7837 - Mr. - F218631 - L218631 - - Board Chair - 218631@hsesinfo.org - Ms. - F218632 - L218632 - - Executive Director - 218632@hsesinfo.org - Ms. - F218634 - L218634 - - 218634@hsesinfo.org - Ms. - F218630 - L218630 - - 218630@hsesinfo.org - 555-555-8630 - - - 5917 - 3772 - 9542 - 201 - - 2015-03-01 - 2020-06-30 - EHS - Inactive - Community Association for Preschool Education, Inc - http://www.capeheadstart.org - 3772@hsesinfo.org - 3037 Independence Dr - Ste A - Livermore - CA - 94551-7672 - 3037 Independence Dr - Ste A - Livermore - CA - 94551-7672 - 3037 Independence Dr - Ste A - Livermore - CA - 94551-7672 - Mr. - F106980 - L106980 - - President - 106980@hsesinfo.org - Ms. - F106979 - L106979 - - Executive Director - 106979@hsesinfo.org - Mrs. - F106978 - L106978 - - 106978@hsesinfo.org - Ms. - F106976 - L106976 - - 106976@hsesinfo.org - 555-555-6976 x 5555 - - - 6599 - 1585 - 10085 - 000 - 1991 - 2015-07-01 - 2020-06-30 - HS - Inactive - Child Care Associates - http://www.childcareassociates.org - 1585@hsesinfo.org - 3000 E Belknap St - - Fort Worth - TX - 76111-4142 - 3000 E Belknap St - - Fort Worth - TX - 76111-4142 - 3000 E Belknap St - - Fort Worth - TX - 76111-4142 - Ms. - F201863 - L201863 - - Board Chairman - 201863@hsesinfo.org - Ms. - F201864 - L201864 - - President/CEO - 201864@hsesinfo.org - Mr. - F201866 - L201866 - - 201866@hsesinfo.org - Ms. - F201862 - L201862 - - 201862@hsesinfo.org - 555-555-1862 x 5555 - - - 6859 - 4038 - 10327 - 016 - 2013 - 2015-08-01 - - HS - Active - The School Board of Miami-Dade County, Florida - http://headstart.dadeschools.net - 4038@hsesinfo.org - 1450 NE 2nd Ave - Ste 351 - Miami - FL - 33132-1308 - 1450 NE 2nd Ave - Ste 351 - Miami - FL - 33132-1308 - 1450 NE 2nd Ave - Ste 351 - Miami - FL - 33132-1308 - Ms. - F203688 - L203688 - - Board Chair - 203688@hsesinfo.org - Dr. - F203689 - L203689 - - Executive Director - 203689@hsesinfo.org - Ms. - F203691 - L203691 - - 203691@hsesinfo.org - Dr. - F203687 - L203687 - - 203687@hsesinfo.org - 555-555-3687 - - - 6860 - 4017 - 10327 - 216 - 2013 - 2015-08-01 - - EHS - Active - The School Board of Miami-Dade County, Florida - http://headstart.dadeschools.net - 4017@hsesinfo.org - 1450 NE 2nd Ave - Ste 351 - Miami - FL - 33132-1308 - 1450 NE 2nd Ave - Ste 351 - Miami - FL - 33132-1308 - 1450 NE 2nd Ave - Ste 351 - Miami - FL - 33132-1308 - Ms. - F203695 - L203695 - - Board Chair - 203695@hsesinfo.org - Dr. - F203696 - L203696 - - Executive Director - 203696@hsesinfo.org - Ms. - F203698 - L203698 - - 203698@hsesinfo.org - Dr. - F203694 - L203694 - - 203694@hsesinfo.org - 555-555-3694 - - - 4791 - 564 - 8754 - 000 - 2014 - 2014-04-01 - 2019-06-30 - HS - Inactive - Coastal Plain Area Economic Opportunity Authority, Inc - coastalplaineoa.org - 564@hsesinfo.org - 1810 W Hill Ave - Unit B2 - Valdosta - GA - 31601-5154 - 1810 W Hill Ave - Unit B2 - Valdosta - GA - 31601-5154 - 1810 W Hill Ave - Unit B2 - Valdosta - GA - 31601-5154 - Mr. - F46604 - L46604 - - Board Chairman - 46604@hsesinfo.org - Mrs. - F46606 - L46606 - - Executive Director - 46606@hsesinfo.org - Ms. - F46605 - L46605 - - 46605@hsesinfo.org - Mrs. - F46601 - L46601 - - 46601@hsesinfo.org - 555-555-6601 x 5555 - - - 6348 - 246 - 10015 - 000 - 1989 - 2015-07-01 - 2020-06-30 - HS - Inactive - Lynn Economic Opportunity Head Start - http://www.leoinc.org - 246@hsesinfo.org - 156 Broad St - - Lynn - MA - 01901-1603 - 156 Broad St - - Lynn - MA - 01901-1603 - 156 Broad St - - Lynn - MA - 01901-1603 - Mr. - F200106 - L200106 - - President, LEO Board of Directors - 200106@hsesinfo.org - Mrs. - F200107 - L200107 - - CFO - 200107@hsesinfo.org - Ms. - F200109 - L200109 - - 200109@hsesinfo.org - Ms. - F200105 - L200105 - - 200105@hsesinfo.org - 555-555-0105 - - - 6618 - 800 - 10104 - 000 - 1995 - 2015-07-01 - 2020-06-30 - HS - Inactive - Acadia Parish School Board - http://www.acadia.k12.la.us - 800@hsesinfo.org - 2402 N Parkerson Ave - - Crowley - LA - 70526-2015 - 2402 N Parkerson Ave - - Crowley - LA - 70526-2015 - 2402 N Parkerson Ave - - Crowley - LA - 70526-2015 - Mr. - F201996 - L201996 - - Board Chairperson - 201996@hsesinfo.org - Mr. - F201997 - L201997 - - Superintendent - 201997@hsesinfo.org - Ms. - F201999 - L201999 - - 201999@hsesinfo.org - Mr. - F201995 - L201995 - - 201995@hsesinfo.org - 555-555-1995 - - - 5570 - 312 - 9270 - 000 - 2014 - 2014-12-01 - 2020-06-30 - HS - Inactive - Eastern Shore AAA/CAA - www.esaaa-caa.org - 312@hsesinfo.org - 5432 Bayside Rd - - Exmore - VA - 23350-3936 - 5432 Bayside Road - - Exmore - VA - 23350-0415 - 5432 Bayside Rd - - Exmore - VA - 23350-3936 - Ms. - F101010 - L101010 - - Board Chairperson - 101010@hsesinfo.org - Ms. - F101014 - L101014 - - - 101014@hsesinfo.org - Mrs. - F101013 - L101013 - - 101013@hsesinfo.org - Ms. - F101009 - L101009 - - 101009@hsesinfo.org - 555-555-1009 x 5555 - - - 5684 - 5480 - 9508 - 204 - 2015 - 2015-01-01 - - EHS - Active - Casa Central Children's Services - http://www.casacentral.org - 5480@hsesinfo.org - 1343 North California Ave - - Chicago - IL - 60622-2803 - 1343 North California Ave - - Chicago - IL - 60622-2803 - 1343 North California Ave - - Chicago - IL - 60622-2803 - Dr. - F102327 - L102327 - - Board Chair - 102327@hsesinfo.org - Ms. - F102328 - L102328 - - Interim President/CEO - 102328@hsesinfo.org - Ms. - F102330 - L102330 - - 102330@hsesinfo.org - Ms. - F102326 - L102326 - - 102326@hsesinfo.org - 555-555-2326 - - - 11110 - 1051 - 13034 - 000 - 1992 - 2020-03-01 - - HS - Active - OPPORTUNITIES, INC. - www.gfoppinc.org - 1051@hsesinfo.org - 1220 3rd Avenue South - - Great Falls - MT - 59405 - PO Box 2289 - - Great Falls - MT - 59403-2289 - 905 1st Ave N - - Great Falls - MT - 59401-2605 - Ms. - F226008 - L226008 - - Board of Directors President - 226008@hsesinfo.org - Ms. - F226009 - L226009 - - Opportunities Inc. Executive Director - 226009@hsesinfo.org - Ms. - F226011 - L226011 - - 226011@hsesinfo.org - Ms. - F226007 - L226007 - - 226007@hsesinfo.org - 555-555-6007 - - - 11111 - 2598 - 13034 - 200 - 2011 - 2020-03-01 - - EHS - Active - OPPORTUNITIES, INC. - www.gfoppinc.org - 2598@hsesinfo.org - 1200 3rd Ave S - - Great Falls - MT - 59405-2355 - PO Box 2289 - - Great Falls - MT - 59403-2289 - 905 1st Ave N - - Great Falls - MT - 59401-2605 - Ms. - F226015 - L226015 - - Board of Directors President - 226015@hsesinfo.org - Ms. - F226016 - L226016 - - Opportunities Inc. Executive Director - 226016@hsesinfo.org - Ms. - F226018 - L226018 - - 226018@hsesinfo.org - Ms. - F226014 - L226014 - - 226014@hsesinfo.org - 555-555-6014 - - - 11112 - 1036 - 13033 - 000 - 2014 - 2020-03-01 - - HS - Active - Youth & Family Services, Inc. - http://www.youthandfamilyservices.org - 1036@hsesinfo.org - 1920 Plaza Blvd - - Rapid City - SD - 57702-9354 - 1920 Plaza Blvd - - Rapid City - SD - 57702-9354 - 1920 Plaza Blvd - - Rapid City - SD - 57702-9354 - Ms. - F226022 - L226022 - - Board President - 226022@hsesinfo.org - Mr. - F226023 - L226023 - - CEO - 226023@hsesinfo.org - Ms. - F226025 - L226025 - - 226025@hsesinfo.org - Mr. - F226021 - L226021 - - 226021@hsesinfo.org - 555-555-6021 - - - 5299 - 3698 - 9143 - 018 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Children’s Institute, Inc - childrensinstitute.org - 3698@hsesinfo.org - 7226 S Figueroa St - - Los Angeles - CA - 90003-1721 - 7226 S Figueroa St - - Los Angeles - CA - 90003-1721 - 7226 S Figueroa St - - Los Angeles - CA - 90003-1721 - Mr. - F53438 - L53438 - - - 53438@hsesinfo.org - Ms. - F53436 - L53436 - - - 53436@hsesinfo.org - Mr. - F53435 - L53435 - - 53435@hsesinfo.org - Ms. - F53434 - L53434 - - 53434@hsesinfo.org - 555-555-3434 - - - 11113 - 1037 - 13033 - 200 - 1992 - 2020-03-01 - - EHS - Active - Youth & Family Services, Inc. - http://www.youthandfamilyservices.org - 1037@hsesinfo.org - 1920 Plaza Blvd - - Rapid City - SD - 57702-9354 - PO Box 2813 - - Rapid City - SD - 57709-2813 - 1920 Plaza Blvd - - Rapid City - SD - 57702-9354 - Ms. - F226029 - L226029 - - Board President - 226029@hsesinfo.org - Mr. - F226030 - L226030 - - CEO - 226030@hsesinfo.org - Ms. - F226032 - L226032 - - 226032@hsesinfo.org - Mr. - F226028 - L226028 - - 226028@hsesinfo.org - 555-555-6028 - - - 11114 - 1080 - 13038 - 000 - 1993 - 2020-03-01 - - HS - Active - Action For Eastern Montana Head Start - http://www.aemt.org - 1080@hsesinfo.org - 2030 N Merrill Ave - - Glendive - MT - 59330-2062 - PO Box 1309 - - Glendive - MT - 59330-1309 - 2030 N Merrill Ave - - Glendive - MT - 59330-2062 - Mrs. - F226036 - L226036 - - - 226036@hsesinfo.org - Mr. - F226037 - L226037 - - CEO - 226037@hsesinfo.org - Ms. - F226039 - L226039 - - 226039@hsesinfo.org - Ms. - F226035 - L226035 - - 226035@hsesinfo.org - 555-555-6035 - - - 11115 - 1668 - 13035 - 000 - 1992 - 2020-03-01 - - HS - Active - Community Action Partnership of Sonoma County - http://www.capsonoma.org - 1668@hsesinfo.org - 141 Stony Cir - Ste 210 - Santa Rosa - CA - 95401-4142 - 141 Stony Cir - Ste 210 - Santa Rosa - CA - 95401-4142 - 141 Stony Cir - Ste 210 - Santa Rosa - CA - 95401-4142 - Mr. - F226043 - L226043 - - Board President - 226043@hsesinfo.org - Ms. - F226044 - L226044 - - Executive Director - 226044@hsesinfo.org - Ms. - F226046 - L226046 - - 226046@hsesinfo.org - Ms. - F226042 - L226042 - - 226042@hsesinfo.org - 555-555-6042 x 5555 - - - 11116 - 1669 - 13035 - 200 - 2000 - 2020-03-01 - - EHS - Active - Community Action Partnership of Sonoma County - http://www.capsonoma.org - 1669@hsesinfo.org - 141 Stony Cir - Ste 210 - Santa Rosa - CA - 95401-4142 - 141 Stony Cir - Ste 210 - Santa Rosa - CA - 95401-4142 - 141 Stony Cir - Ste 210 - Santa Rosa - CA - 95401-4142 - Mr. - F226050 - L226050 - - Board President - 226050@hsesinfo.org - Ms. - F226051 - L226051 - - Executive Director - 226051@hsesinfo.org - Ms. - F226053 - L226053 - - 226053@hsesinfo.org - Ms. - F226049 - L226049 - - 226049@hsesinfo.org - 555-555-6049 x 5555 - - - 11363 - 3262 - 13233 - 200 - 2014 - 2020-06-01 - - AIAN EHS - Active - PRAIRIE BAND POTAWATOMI NATION - http://www.pbpindiantribe.com/early-childhood-education-programs.aspx - 3262@hsesinfo.org - 15380 K Road - - Mayetta - KS - 66509-9092 - 15380 K Road - - Mayetta - KS - 66509-9092 - 15380 K Road - - Mayetta - KS - 66509-9092 - Mr. - F227606 - L227606 - - Tribal Council Chairperson - 227606@hsesinfo.org - Mr. - F227607 - L227607 - - General Manager of Tribal Operations - 227607@hsesinfo.org - Ms. - F227609 - L227609 - - 227609@hsesinfo.org - Ms. - F227605 - L227605 - - 227605@hsesinfo.org - 555-555-7605 - - - 11364 - 246 - 13235 - 000 - 1989 - 2020-07-01 - - HS - Active - Lynn Economic Opportunity Head Start - http://www.leoinc.org - 246@hsesinfo.org - 156 Broad St - - Lynn - MA - 01901-1603 - 156 Broad St - - Lynn - MA - 01901-1603 - 156 Broad St - - Lynn - MA - 01901-1603 - Mr. - F227613 - L227613 - - President, LEO Board of Directors - 227613@hsesinfo.org - Mrs. - F227614 - L227614 - - CFO - 227614@hsesinfo.org - Ms. - F227616 - L227616 - - 227616@hsesinfo.org - Ms. - F227612 - L227612 - - 227612@hsesinfo.org - 555-555-7612 - - - 8928 - 1732 - 11278 - 200 - 2013 - 2018-07-01 - - EHS - Active - CHILDREN'S CENTER (THE) - http://www.childrenscenterva.com - 1732@hsesinfo.org - 700 Campbell Ave - - Franklin - VA - 23851-1872 - 700 Campbell Ave - - Franklin - VA - 23851-1872 - 700 Campbell Ave - - Franklin - VA - 23851-1872 - Mrs. - F211018 - L211018 - - President, Board of Directors - 211018@hsesinfo.org - Mrs. - F211019 - L211019 - - Executive Director - 211019@hsesinfo.org - Mrs. - F211021 - L211021 - - 211021@hsesinfo.org - Mrs. - F211017 - L211017 - - 211017@hsesinfo.org - 555-555-1017 - - - 3560 - 3773 - 7679 - 001 - - - - HS - Active - Catholic Charities Community Services, Inc. - www.catholiccharitiesaz.org - 3773@hsesinfo.org - Catholic Charities Community Services, Inc - 4747 N 7th Ave - Phoenix - AZ - 85013 - Catholic Charities Community Services, Inc - 4747 N 7th Ave - Phoenix - AZ - 85013 - Catholic Charities Community Services, Inc - 4747 N 7th Ave - Phoenix - AZ - 85013 - Mr. - F25354 - L25354 - - Chairman of the Board Catholic Charities Community Services - 25354@hsesinfo.org - Mr. - F25358 - L25358 - - CEO - 25358@hsesinfo.org - Mrs. - F25355 - L25355 - - 25355@hsesinfo.org - Mr. - F7084 - L7084 - - 7084@hsesinfo.org - 555-555-7084 - - - 9440 - 3518 - 11656 - 004 - 2014 - 2019-03-01 - - Migrant HS - Active - Central California Child Development Services - www.cccds.com - 3518@hsesinfo.org - 2250 Rockefeller Dr - Ste 1 - Ceres - CA - 95307-7243 - PO Box 2540 - - Ceres - CA - 95307-7940 - 2250 Rockefeller Dr - Ste 1 - Ceres - CA - 95307-7243 - Mr. - F214587 - L214587 - - President - 214587@hsesinfo.org - Ms. - F214588 - L214588 - - Executive Director - 214588@hsesinfo.org - Ms. - F214590 - L214590 - - 214590@hsesinfo.org - Ms. - F214586 - L214586 - - 214586@hsesinfo.org - 555-555-4586 x 5555 - - - 5720 - 3186 - 9379 - 200 - 2015 - 2015-01-01 - 2019-12-31 - EHS - Inactive - Municipality of Dorado - - 3186@hsesinfo.org - 341 Calle Mendez Vigo - - Dorado - PR - 00646-4912 - PO Box 588 - - Dorado - PR - 00646-0588 - 341 Calle Mendez Vigo - - Dorado - PR - 00646-4912 - Mr. - F103087 - L103087 - - Chairman Of the Board - 103087@hsesinfo.org - Hon. - F103085 - L103085 - - Mayor - 103085@hsesinfo.org - Mrs. - F103084 - L103084 - - 103084@hsesinfo.org - Mrs. - F103083 - L103083 - - 103083@hsesinfo.org - 555-555-3083 x 5555 - - - 9279 - 652 - 11539 - 000 - 2013 - 2019-01-01 - - HS - Active - EIGHT COMMUNITY ACTION PROGRAM, INC. - https://www.8cap.org/ - 652@hsesinfo.org - 5827 Orleans Rd - - Orleans - MI - 48865-8603 - 5827 Orleans Rd - - Orleans - MI - 48865-8603 - 5827 Orleans Rd - - Orleans - MI - 48865-8603 - Mr. - F213498 - L213498 - - Board Chairperson - 213498@hsesinfo.org - Mr. - F213499 - L213499 - - President - 213499@hsesinfo.org - Ms. - F213501 - L213501 - - 213501@hsesinfo.org - Ms. - F213497 - L213497 - - 213497@hsesinfo.org - 555-555-3497 x 5555 - - - 9280 - 653 - 11539 - 200 - 2013 - 2019-01-01 - - EHS - Active - EIGHT COMMUNITY ACTION PROGRAM, INC. - https://www.8cap.org/ - 653@hsesinfo.org - 5827 Orleans Rd - - Orleans - MI - 48865-8603 - 5827 Orleans Rd - - Orleans - MI - 48865-8603 - 5827 Orleans Rd - - Orleans - MI - 48865-8603 - Mr. - F213505 - L213505 - - Board Chairperson - 213505@hsesinfo.org - Mr. - F213506 - L213506 - - President - 213506@hsesinfo.org - Ms. - F213508 - L213508 - - 213508@hsesinfo.org - Ms. - F213504 - L213504 - - 213504@hsesinfo.org - 555-555-3504 x 5555 - - - 10294 - 3883 - 12312 - 010 - 2014 - 2019-07-01 - - HS - Active - Bloomingdale Family Program, Inc. - http://www.bloomingdalefamilyprogram.org - 3883@hsesinfo.org - 125 West 109th Street - - New York - NY - 10025-2542 - 125 West 109th Street - - New York - NY - 10025-2542 - 125 West 109th Street - - New York - NY - 10025-2542 - Ms. - F220399 - L220399 - - Board Chair - 220399@hsesinfo.org - Mr. - F220400 - L220400 - - Executive Director - 220400@hsesinfo.org - Ms. - F220402 - L220402 - - 220402@hsesinfo.org - Mr. - F220398 - L220398 - - 220398@hsesinfo.org - 555-555-0398 - - - 10295 - 3889 - 12313 - 016 - 2014 - 2019-07-01 - - HS - Active - National Association of Family Development Centers - - 3889@hsesinfo.org - 1114 Avenue J - - Brooklyn - NY - 11230-3657 - 1114 Avenue J - - Brooklyn - NY - 11230-3657 - 1114 Avenue J - - Brooklyn - NY - 11230-3657 - Dr. - F220406 - L220406 - - Chairperson - 220406@hsesinfo.org - Ms. - F220407 - L220407 - - Executive Director - 220407@hsesinfo.org - Mr. - F220409 - L220409 - - 220409@hsesinfo.org - Ms. - F220405 - L220405 - - 220405@hsesinfo.org - 555-555-0405 - - - 9630 - 1981 - 11807 - 200 - 2003 - 2019-05-01 - - EHS - Active - FULTON EARLY HEAD START - www.fcfpinc.org - 1981@hsesinfo.org - 22438 Great Cove Rd - - Mc Connellsburg - PA - 17233-8367 - 22438 Great Cove Rd - - Mc Connellsburg - PA - 17233-8367 - 22438 Great Cove Rd - - Mc Connellsburg - PA - 17233-8367 - Mr. - F215855 - L215855 - - School Board President - 215855@hsesinfo.org - Mrs. - F215856 - L215856 - - CF Superintendent - 215856@hsesinfo.org - Ms. - F215858 - L215858 - - 215858@hsesinfo.org - Ms. - F215854 - L215854 - - 215854@hsesinfo.org - 555-555-5854 x 5555 - - - 8067 - 6255 - 10576 - 200 - - 2016-05-01 - - EHS - Active - SHIPPENSBURG UNIVERSITY OF PENNSYLVANIA - www.ship.edu/headstart - 6255@hsesinfo.org - 1871 Old Main Dr - - Shippensburg - PA - 17257-2200 - 1871 Old Main Dr - - Shippensburg - PA - 17257-2200 - 1871 Old Main Dr - - Shippensburg - PA - 17257-2200 - Mr. - F205655 - L205655 - - Chair - 205655@hsesinfo.org - Mr. - F205656 - L205656 - - Director, Institute for Public Service and Sponsored Programs - 205656@hsesinfo.org - Mrs. - F205658 - L205658 - - 205658@hsesinfo.org - Ms. - F205654 - L205654 - - 205654@hsesinfo.org - 555-555-5654 - - - 10296 - 3890 - 12314 - 017 - 2014 - 2019-07-01 - - HS - Active - Trabajamos Community Head Start Inc. - www.trabajamoscommunityheadstart.com - 3890@hsesinfo.org - 940 East 156th Street - - Bronx - NY - 10455-1914 - 940 East 156th Street - - Bronx - NY - 10455-1914 - 940 East 156th Street - - Bronx - NY - 10455-1914 - Dr. - F220413 - L220413 - - Board Chair - 220413@hsesinfo.org - Ms. - F220414 - L220414 - - Executive Director - 220414@hsesinfo.org - Ms. - F220416 - L220416 - - 220416@hsesinfo.org - Ms. - F220412 - L220412 - - 220412@hsesinfo.org - 555-555-0412 x 5555 - - - 10297 - 3892 - 12315 - 018 - 2014 - 2019-07-01 - - HS - Active - Breukelen Recreation Rooms, Head Start - - 3892@hsesinfo.org - 715 East 105th Street - - Brooklyn - NY - 11236-2801 - 715 East 105th Street - - Brooklyn - NY - 11236-2801 - 715 East 105th Street - - Brooklyn - NY - 11236-2801 - Ms. - F220420 - L220420 - - - 220420@hsesinfo.org - Ms. - F220421 - L220421 - - - 220421@hsesinfo.org - Ms. - F220423 - L220423 - - 220423@hsesinfo.org - Ms. - F220419 - L220419 - - 220419@hsesinfo.org - 555-555-0419 - - - 10035 - 1397 - 12060 - 000 - 2014 - 2019-07-01 - - HS - Active - Community Services Inc. of Northwest Missouri - http://www.communityservicesinc.org - 1397@hsesinfo.org - 1212B S Main St - - Maryville - MO - 64468-2604 - PO Box 328 - - Maryville - MO - 64468-0328 - 1212B S Main St - - Maryville - MO - 64468-2604 - Mrs. - F218638 - L218638 - - CSI Board Chairperson - 218638@hsesinfo.org - Mrs. - F218639 - L218639 - - Executive Director - 218639@hsesinfo.org - Mr. - F218641 - L218641 - - 218641@hsesinfo.org - Ms. - F218637 - L218637 - - 218637@hsesinfo.org - 555-555-8637 - - - 10298 - 3893 - 12316 - 019 - 2014 - 2019-07-01 - - HS - Active - DeWitt Reformed Church Head Start - www.dewittheadstart.org - 3893@hsesinfo.org - 280 Rivington Street - - New York - NY - 10002-2551 - 280 Rivington Street - - New York - NY - 10002-2551 - 280 Rivington Street - - New York - NY - 10002-2551 - Rev. - F220427 - L220427 - - Board President - 220427@hsesinfo.org - Mrs. - F220428 - L220428 - - Executive Director - 220428@hsesinfo.org - Ms. - F220430 - L220430 - - 220430@hsesinfo.org - Ms. - F220426 - L220426 - - 220426@hsesinfo.org - 555-555-0426 - - - 7021 - 563 - 10462 - 200 - 2001 - 2016-01-01 - - EHS - Active - Action Pathways, Inc. Head Start - http://www.actionpathways.ngo - 563@hsesinfo.org - 5135 Morganton Rd - - Fayetteville - NC - 28314-1525 - 5135 Morganton Rd - - Fayetteville - NC - 28314-1525 - 5135 Morganton Rd - - Fayetteville - NC - 28314-1525 - Mr. - F204813 - L204813 - - Board Chairman - 204813@hsesinfo.org - Mr. - F204814 - L204814 - - CEO - 204814@hsesinfo.org - Mr. - F204816 - L204816 - - 204816@hsesinfo.org - Mr. - F204812 - L204812 - - 204812@hsesinfo.org - 555-555-4812 x 5555 - - - 8725 - 8583 - 11098 - 200 - 2017 - 2017-09-01 - - AIAN EHS - Active - Confederated Tribes of Grand Ronde - www.grandronde.org - 8583@hsesinfo.org - 9615 Grand Ronde Rd - - Grand Ronde - OR - 97347-9712 - 9615 Grand Ronde Rd - - Grand Ronde - OR - 97347-9712 - 9615 Grand Ronde Rd - - Grand Ronde - OR - 97347-9712 - Ms. - F209565 - L209565 - - Tribal Council Chairman - 209565@hsesinfo.org - Mr. - F209566 - L209566 - - Executive Officer - 209566@hsesinfo.org - Ms. - F209568 - L209568 - - 209568@hsesinfo.org - Mrs. - F209564 - L209564 - - 209564@hsesinfo.org - 555-555-9564 - - - 10299 - 3900 - 12317 - 021 - 2014 - 2019-07-01 - - HS - Active - Hamilton-Madison House - http://www.hmhonline.org - 3900@hsesinfo.org - 50 Madison Street - - New York - NY - 10038-1891 - 50 Madison Street - - New York - NY - 10038-1891 - 50 Madison Street - - New York - NY - 10038-1891 - Mr. - F220434 - L220434 - - - 220434@hsesinfo.org - Ms. - F220435 - L220435 - - - 220435@hsesinfo.org - Ms. - F220437 - L220437 - - 220437@hsesinfo.org - Ms. - F220433 - L220433 - - 220433@hsesinfo.org - 555-555-0433 - - - 4810 - 2831 - 8761 - 200 - 2011 - 2014-04-01 - 2019-03-31 - EHS - Inactive - ACCAA - Early Head Start - http://www.ashtabulaheadstart.org - 2831@hsesinfo.org - 4510 Main Ave - - Ashtabula - OH - 44004-6925 - PO Box 2610 - - Ashtabula - OH - 44005-2610 - 6920 Austinburg Rd - - Ashtabula - OH - 44004-9393 - Mr. - F46853 - L46853 - - Chairperson - 46853@hsesinfo.org - Mrs. - F46851 - L46851 - - Executive Director - 46851@hsesinfo.org - Ms. - F46850 - L46850 - - 46850@hsesinfo.org - Mrs. - F46849 - L46849 - - 46849@hsesinfo.org - 555-555-6849 - - - 8680 - 2885 - 11057 - 000 - 2012 - 2017-07-01 - - HS - Active - The Children's Center - www.childrenscenterva.com - 2885@hsesinfo.org - 700 Campbell Ave - - Franklin - VA - 23851-1872 - 700 Campbell Ave - - Franklin - VA - 23851-1872 - 700 Campbell Ave - - Franklin - VA - 23851-1872 - Mrs. - F209269 - L209269 - - President, Board of Directors - 209269@hsesinfo.org - Mrs. - F209270 - L209270 - - Executive Director - 209270@hsesinfo.org - Mrs. - F209272 - L209272 - - 209272@hsesinfo.org - Mrs. - F209268 - L209268 - - 209268@hsesinfo.org - 555-555-9268 - - - 10608 - 3595 - 12610 - 201 - 2014 - 2019-09-01 - - EHS - Active - Western Kentucky University Child Care Consortium - www.wku.edu/ccc - 3595@hsesinfo.org - 325 University Dr - Jones Jaggers - Bowling Green - KY - 42101-5728 - 1906 College Heights Boulevard, Suite 11031 - - Bowling Green - KY - 42101-1000 - 1906 College Heights Boulevard, Suite 11031 - - Bowling Green - KY - 42101-1000 - Ms. - F222593 - L222593 - Esq - Chairman, WKURF - 222593@hsesinfo.org - Mr. - F222594 - L222594 - - - 222594@hsesinfo.org - Mr. - F222596 - L222596 - - 222596@hsesinfo.org - Ms. - F222592 - L222592 - - 222592@hsesinfo.org - 555-555-2592 - - - 6339 - 6357 - 10021 - 205 - - 2015-07-01 - 2019-06-30 - EHS - Inactive - St. Anne's - www.stannes.org - 6357@hsesinfo.org - 155 N. Occidental Blvd. - - Los Angeles - CA - 90026 - 155 N. Occidental Blvd. - - Los Angeles - CA - 90026 - 155 N. Occidental Blvd. - - Los Angeles - CA - 90026 - Mr. - F200043 - L200043 - - Chair, Board of Directors - 200043@hsesinfo.org - Ms. - F200044 - L200044 - - President and Chief Executive Officer - 200044@hsesinfo.org - Ms. - F200046 - L200046 - - 200046@hsesinfo.org - Ms. - F200042 - L200042 - - 200042@hsesinfo.org - 555-555-0042 x 5555 - - - 10709 - 3612 - 12713 - 005 - 2013 - 2019-11-01 - - Migrant HS - Active - PathStone-PA - http://www.pathstone.org - 3612@hsesinfo.org - 301 Lortz Ave - - Chambersburg - PA - 17201-3438 - 301 Lortz Ave - - Chambersburg - PA - 17201-3438 - 301 Lortz Ave - - Chambersburg - PA - 17201-3438 - Ms. - F223292 - L223292 - - - 223292@hsesinfo.org - Mr. - F223293 - L223293 - - - 223293@hsesinfo.org - Mr. - F223295 - L223295 - - 223295@hsesinfo.org - Ms. - F223291 - L223291 - - 223291@hsesinfo.org - 555-555-3291 - - - 10714 - 3604 - 12718 - 010 - 2013 - 2019-11-01 - - Migrant HS - Active - ECMHSP - North Carolina Direct Services - http://www.ecmhsp.org - 3604@hsesinfo.org - 798 NC Highway 42 West - - Clayton - NC - 27520 - 798 NC Highway 42 West - - Clayton - NC - 27520 - 798 NC Highway 42 West - - Clayton - NC - 27520 - Dr. - F223327 - L223327 - - President, ECMHSP Board of Directors - 223327@hsesinfo.org - Dr. - F223328 - L223328 - - Chief Executive Officer - 223328@hsesinfo.org - Ms. - F223330 - L223330 - - 223330@hsesinfo.org - Ms. - F223326 - L223326 - - 223326@hsesinfo.org - 555-555-3326 - - - 8353 - 8260 - 10707 - 000 - 2016 - 2016-07-01 - - HS - Active - Seton Hill Child Services, Inc. - shchildservices.org - 8260@hsesinfo.org - 105 Hartman Rd - Ste 204 - Greensburg - PA - 15601-8558 - 105 Hartman Rd - Ste 204 - Greensburg - PA - 15601-8558 - 105 Hartman Rd - Ste 204 - Greensburg - PA - 15601-8558 - Mr. - F207610 - L207610 - - - 207610@hsesinfo.org - Ms. - F207611 - L207611 - - - 207611@hsesinfo.org - Ms. - F207613 - L207613 - - 207613@hsesinfo.org - Ms. - F207609 - L207609 - - 207609@hsesinfo.org - 555-555-7609 x 5555 - - - 6055 - 6062 - 9749 - 200 - - 2015-03-01 - 2019-08-31 - EHS - Inactive - TRAINING, EDUCATION AND MANPOWER, INC. - http://www.teaminc.org - 6062@hsesinfo.org - 30 Elizabeth Street - - Derby - CT - 06418-1846 - 30 Elizabeth Street - - Derby - CT - 06418-1846 - 30 Elizabeth Street - - Derby - CT - 06418-1846 - Ms. - F107321 - L107321 - - Chair - 107321@hsesinfo.org - Mr. - F107322 - L107322 - - - 107322@hsesinfo.org - - F107324 - L107324 - - 107324@hsesinfo.org - Ms. - F107320 - L107320 - - 107320@hsesinfo.org - 555-555-7320 x 5555 - - - 9224 - 280 - 11508 - 000 - 1989 - 2018-12-01 - - HS - Active - NORTHEAST KINGDOM COMMUNITY ACTION, INC - http://www.nekcavt.org - 280@hsesinfo.org - 191 High Street - - Barton - VT - 05822-9414 - 55 Seymour Ln - Ste 20 - Newport - VT - 05855-2200 - 55 Seymour Ln - - Newport - VT - 05855-2199 - Mrs. - F213108 - L213108 - - NEKCA Board Chair - 213108@hsesinfo.org - Mrs. - F213109 - L213109 - - NEKCA Executive Director - 213109@hsesinfo.org - Ms. - F213111 - L213111 - - 213111@hsesinfo.org - Ms. - F213107 - L213107 - - 213107@hsesinfo.org - 555-555-3107 x 5555 - - - 8875 - 1390 - 11243 - 000 - 1993 - 2018-07-01 - - HS - Active - NORTHWEST KANSAS EDUCATIONAL SERVICE CENTER - http://www.nkesc.org - 1390@hsesinfo.org - 703 West Second Street - - Oakley - KS - 67748-1258 - 703 West Second Street - - Oakley - KS - 67748-1258 - 703 West Second Street - - Oakley - KS - 67748-1258 - Mr. - F210647 - L210647 - - Board Chairperson - 210647@hsesinfo.org - Mr. - F210648 - L210648 - - Executive Director - 210648@hsesinfo.org - Mrs. - F210650 - L210650 - - 210650@hsesinfo.org - Mrs. - F210646 - L210646 - - 210646@hsesinfo.org - 555-555-0646 x 5555 - - - 9697 - 8872 - 11855 - 000 - 2019 - 2019-07-01 - - HS - Active - Police Athletic League, Inc. - www.palnyc.org - 8872@hsesinfo.org - 452 Pennsylvania Ave - - Brooklyn - NY - 11207-5313 - 452 Pennsylvania Ave - - Brooklyn - NY - 11207-5313 - 452 Pennsylvania Ave - - Brooklyn - NY - 11207-5313 - Mr. - F216300 - L216300 - - - 216300@hsesinfo.org - Mr. - F216301 - L216301 - - - 216301@hsesinfo.org - Ms. - F216303 - L216303 - - 216303@hsesinfo.org - Dr. - F216299 - L216299 - - 216299@hsesinfo.org - 555-555-6299 - - - 9695 - 8870 - 11852 - 000 - 2019 - 2019-07-01 - - HS - Active - Project Social Care Head Start, Inc. - - 8870@hsesinfo.org - 5902 - 14th Avenue - - Brooklyn - NY - 11219-5039 - 5902 - 14th Avenue - - Brooklyn - NY - 11219-5039 - 5902 - 14th Avenue - - Brooklyn - NY - 11219-5039 - Mr. - F216286 - L216286 - - Chairperson of The Board of Directors - 216286@hsesinfo.org - Mr. - F216287 - L216287 - - - 216287@hsesinfo.org - Mrs. - F216289 - L216289 - - 216289@hsesinfo.org - Mr. - F216285 - L216285 - - 216285@hsesinfo.org - 555-555-6285 x 5555 - - - 9696 - 8871 - 11852 - 200 - 2019 - 2019-07-01 - - EHS - Active - Project Social Care Head Start, Inc. - - 8871@hsesinfo.org - 5902 - 14th Avenue - - Brooklyn - NY - 11219-5039 - 5902 - 14th Avenue - - Brooklyn - NY - 11219-5039 - 5902 - 14th Avenue - - Brooklyn - NY - 11219-5039 - Mr. - F216293 - L216293 - - Chairperson of The Board of Directors - 216293@hsesinfo.org - Mr. - F216294 - L216294 - - - 216294@hsesinfo.org - Mrs. - F216296 - L216296 - - 216296@hsesinfo.org - Mr. - F216292 - L216292 - - 216292@hsesinfo.org - 555-555-6292 x 5555 - - - 10300 - 3901 - 12318 - 022 - 2014 - 2019-07-01 - - HS - Active - Community Life Center, Inc. - clcheadstart.webs.com - 3901@hsesinfo.org - 15 Mount Morris Park W - - New York - NY - 10027-6316 - 15 Mount Morris Park W - - New York - NY - 10027-6316 - 15 Mount Morris Park W - - New York - NY - 10027-6316 - Mr. - F220441 - L220441 - - Chair - 220441@hsesinfo.org - Ms. - F220442 - L220442 - - Acting Director - 220442@hsesinfo.org - - F220444 - L220444 - - 220444@hsesinfo.org - Ms. - F220440 - L220440 - - 220440@hsesinfo.org - 555-555-0440 x 5555 - - - 8066 - 955 - 10576 - 000 - 1992 - 2016-05-01 - - HS - Active - Shippensburg University - www.ship.edu/headstart - 955@hsesinfo.org - 1871 Old Main Dr - Shippensburg University - Shippensburg - PA - 17257-2200 - 1871 Old Main Dr - Shippensburg University - Shippensburg - PA - 17257-2200 - 1871 Old Main Drive - Shippensburg University - Shippensburg - PA - 17257-2299 - Mr. - F205648 - L205648 - - Chair - 205648@hsesinfo.org - Mr. - F205649 - L205649 - - Director, Institute for Public Service and Sponsored Programs - 205649@hsesinfo.org - Mrs. - F205651 - L205651 - - 205651@hsesinfo.org - Ms. - F205647 - L205647 - - 205647@hsesinfo.org - 555-555-5647 - - - 10301 - 3902 - 12319 - 023 - 2014 - 2019-07-01 - - HS - Active - Goddard Riverside Community Center - http://www.goddard.org - 3902@hsesinfo.org - 593 Columbus Ave - - New York - NY - 10024-1904 - 593 Columbus Ave - - New York - NY - 10024-1904 - 593 Columbus Ave - - New York - NY - 10024-1904 - Mrs. - F220448 - L220448 - - Chair, Early Childhood Programs - 220448@hsesinfo.org - Mr. - F220449 - L220449 - - Executive Director - 220449@hsesinfo.org - Ms. - F220451 - L220451 - - 220451@hsesinfo.org - Ms. - F220447 - L220447 - - 220447@hsesinfo.org - 555-555-0447 - - - 11365 - 2798 - 13235 - 200 - 2011 - 2020-07-01 - - EHS - Active - LEO EARLY HEAD START - leoinc.org - 2798@hsesinfo.org - 156 Broad St - - Lynn - MA - 01901-1603 - 156 Broad St - - Lynn - MA - 01901-1603 - 156 Broad St - - Lynn - MA - 01901-1603 - Mr. - F227620 - L227620 - - President, LEO Board of Directors - 227620@hsesinfo.org - Mrs. - F227621 - L227621 - - Chief Operation Officer - 227621@hsesinfo.org - Ms. - F227623 - L227623 - - 227623@hsesinfo.org - Ms. - F227619 - L227619 - - 227619@hsesinfo.org - 555-555-7619 - - - 10302 - 3907 - 12320 - 024 - 2014 - 2019-07-01 - - HS - Active - East Harlem Council  Bilingual Head Start Program - - 3907@hsesinfo.org - 440 East 116th Street - - New York - NY - 10029-1604 - 440 East 116th Street - - New York - NY - 10029-1604 - 440 East 116th Street - - New York - NY - 10029-1604 - Ms. - F220455 - L220455 - - Board Chairperson - 220455@hsesinfo.org - Mr. - F220456 - L220456 - - - 220456@hsesinfo.org - - F220458 - L220458 - - 220458@hsesinfo.org - Ms. - F220454 - L220454 - - 220454@hsesinfo.org - 555-555-0454 - - - 10303 - 3909 - 12321 - 025 - 2014 - 2019-07-01 - - HS - Active - Escuela Hispana Montessori Inc. - escuelahispanaelc.com - 3909@hsesinfo.org - 180 Suffolk St - - New York - NY - 10002-1621 - 180 Suffolk St - - New York - NY - 10002-1621 - 180 Suffolk St - - New York - NY - 10002-1621 - Ms. - F220462 - L220462 - - Chairperson - 220462@hsesinfo.org - Ms. - F220463 - L220463 - . - - 220463@hsesinfo.org - Mr. - F220465 - L220465 - - 220465@hsesinfo.org - Ms. - F220461 - L220461 - - 220461@hsesinfo.org - 555-555-0461 - - - 10304 - 3912 - 12322 - 027 - 2014 - 2019-07-01 - - HS - Active - Union Settlement Association Head Start - www.unionsettlement.org - 3912@hsesinfo.org - 237 E 104th St - - New York - NY - 10029-5404 - 237 E 104th St - - New York - NY - 10029-5404 - 237 E 104th St - - New York - NY - 10029-5404 - Ms. - F220469 - L220469 - - Board Chairperson - 220469@hsesinfo.org - Mr. - F220470 - L220470 - - Executive Director - 220470@hsesinfo.org - Ms. - F220472 - L220472 - - 220472@hsesinfo.org - Ms. - F220468 - L220468 - - 220468@hsesinfo.org - 555-555-0468 - - - 10305 - 3916 - 12323 - 029 - 2014 - 2019-07-01 - - HS - Active - Kingsbridge Heights Head Start - http://www.khcc-nyc.org/ - 3916@hsesinfo.org - 3101 Kingsbridge Ter - - Bronx - NY - 10463-5900 - 3101 Kingsbridge Ter - - Bronx - NY - 10463-5900 - 3101 Kingsbridge Ter - - Bronx - NY - 10463-5900 - Mrs. - F220476 - L220476 - - Chairperson, Board of Directors - 220476@hsesinfo.org - Ms. - F220477 - L220477 - - - 220477@hsesinfo.org - Ms. - F220479 - L220479 - - 220479@hsesinfo.org - Ms. - F220475 - L220475 - - 220475@hsesinfo.org - 555-555-0475 x 5555 - - - 10306 - 3917 - 12324 - 030 - 2014 - 2019-07-01 - - HS - Active - New Life Child Development Center, Inc.-Early Lear - - 3917@hsesinfo.org - 295 Woodbine St - - Brooklyn - NY - 11237-5914 - 295 Woodbine St - - Brooklyn - NY - 11237-5914 - 295 Woodbine St - - Brooklyn - NY - 11237-5914 - Ms. - F220483 - L220483 - - Chairperson - 220483@hsesinfo.org - Mrs. - F220484 - L220484 - - - 220484@hsesinfo.org - Mrs. - F220486 - L220486 - - 220486@hsesinfo.org - Ms. - F220482 - L220482 - - 220482@hsesinfo.org - 555-555-0482 - - - 10307 - 3918 - 12325 - 031 - 2014 - 2019-07-01 - - HS - Active - Urban Strategies Early Learn I & III - urbanstrategiesny.org - 3918@hsesinfo.org - 294 Sumpter St - 1091 Sutter Ave - Brooklyn - NY - 11233-3464 - 294 Sumpter St - 1091 Sutter Ave - Brooklyn - NY - 11233-3464 - 294 Sumpter St - 1091 Sutter Ave - Brooklyn - NY - 11233-3464 - Mrs. - F220490 - L220490 - - Board Chairperson - 220490@hsesinfo.org - Mr. - F220491 - L220491 - - Executive Director - 220491@hsesinfo.org - Ms. - F220493 - L220493 - - 220493@hsesinfo.org - Mrs. - F220489 - L220489 - - 220489@hsesinfo.org - 555-555-0489 x 5555 - - - 9765 - 930 - 11899 - 000 - 1992 - 2019-07-01 - - HS - Active - UPPER EAST TENNESSEE HUMAN DEVELOPMENT AGENCY - http://www.uethda.org - 930@hsesinfo.org - 301 Louis St - - Kingsport - TN - 37660-5181 - PO Box 46 - - Kingsport - TN - 37662-0046 - 301 Louis St - - Kingsport - TN - 37660-5181 - Mr. - F216765 - L216765 - - Chairperson - Agency Board of Directors - 216765@hsesinfo.org - Mr. - F216766 - L216766 - - Executive Director - 216766@hsesinfo.org - Mr. - F216768 - L216768 - - 216768@hsesinfo.org - Mr. - F216764 - L216764 - - 216764@hsesinfo.org - 555-555-6764 - - - 4486 - 917 - 8546 - 000 - 1991 - 2013-11-29 - 2018-11-30 - HS - Inactive - Mid-East Community Action Agency - http://www.mecaa.net - 917@hsesinfo.org - 315 E Race St - - Kingston - TN - 37763-2828 - PO Box 790 - - Kingston - TN - 37763-0790 - 315 E Race St - - Kingston - TN - 37763-2828 - Ms. - F42337 - L42337 - - Board Chair - 42337@hsesinfo.org - Mr. - F42336 - L42336 - - - 42336@hsesinfo.org - Ms. - F42339 - L42339 - - 42339@hsesinfo.org - Ms. - F42335 - L42335 - - 42335@hsesinfo.org - 555-555-2335 x 5555 - - - 10308 - 3922 - 12326 - 033 - 2014 - 2019-07-01 - - HS - Active - St. Mark's U.M.C. Head Start Center - http://www.stmarksheadstart.org - 3922@hsesinfo.org - 2017 Beverly Road - - Brooklyn - NY - 11226-4901 - 2017 Beverly Road - - Brooklyn - NY - 11226-4901 - 2017 Beverly Road - - Brooklyn - NY - 11226-4901 - Mr. - F220497 - L220497 - - president - 220497@hsesinfo.org - Ms. - F220498 - L220498 - - - 220498@hsesinfo.org - Ms. - F220500 - L220500 - - 220500@hsesinfo.org - Ms. - F220496 - L220496 - - 220496@hsesinfo.org - 555-555-0496 x 5555 - - - 11518 - 1515 - 13338 - 000 - 1999 - 2020-07-01 - - HS - Active - Windham Southeast School District - http://www.earlyeducationservices.org - 1515@hsesinfo.org - Early Education Services - 130 Birge Street - Brattleboro - VT - 05301-6460 - Early Education Services - 130 Birge Street - Brattleboro - VT - 05301-6460 - Early Education Services - 130 Birge Street - Brattleboro - VT - 05301-6460 - Mr. - F228654 - L228654 - - Board Chair - 228654@hsesinfo.org - Ms. - F228655 - L228655 - - Executive Director - 228655@hsesinfo.org - Ms. - F228657 - L228657 - - 228657@hsesinfo.org - Ms. - F228653 - L228653 - - 228653@hsesinfo.org - 555-555-8653 x 5555 - - - 10309 - 3928 - 12327 - 035 - 2014 - 2019-07-01 - - HS - Active - Labor And Industry For Education - www.lifetech.org - 3928@hsesinfo.org - 112 Spruce St - - Cedarhurst - NY - 11516-1901 - 112 Spruce St - - Cedarhurst - NY - 11516-1901 - 112 Spruce St - - Cedarhurst - NY - 11516-1901 - Mr. - F220504 - L220504 - - Secretary - 220504@hsesinfo.org - Ms. - F220505 - L220505 - - Exec Dir - 220505@hsesinfo.org - Mr. - F220507 - L220507 - - 220507@hsesinfo.org - Ms. - F220503 - L220503 - - 220503@hsesinfo.org - 555-555-0503 x 5555 - - - 10310 - 3931 - 12328 - 036 - 2014 - 2019-07-01 - - HS - Active - B'Above World Wide Institute, Inc - - 3931@hsesinfo.org - 134-11 Kew Gardens Road - - Richmond Hill - NY - 11418 - 134-11 Kew Gardens Road - - Richmond Hill - NY - 11418 - 134-11 Kew Gardens Road - - Richmond Hill - NY - 11418 - Mr. - F220511 - L220511 - - Chairman - 220511@hsesinfo.org - Rabbi - F220512 - L220512 - - - 220512@hsesinfo.org - Mr. - F220514 - L220514 - - 220514@hsesinfo.org - Rabbi - F220510 - L220510 - - 220510@hsesinfo.org - 555-555-0510 x 5555 - - - 10311 - 3933 - 12329 - 038 - 2014 - 2019-07-01 - - HS - Active - Mid-Bronx CCRP Head Start - midbronx.org - 3933@hsesinfo.org - 1125 Grand Concourse - - Bronx - NY - 10452-9001 - 1125 Grand Concourse - - Bronx - NY - 10452-9001 - 1125 Grand Concourse - - Bronx - NY - 10452-9001 - Mrs. - F220518 - L220518 - - - 220518@hsesinfo.org - Mrs. - F220519 - L220519 - - - 220519@hsesinfo.org - Ms. - F220521 - L220521 - - 220521@hsesinfo.org - Ms. - F220517 - L220517 - - 220517@hsesinfo.org - 555-555-0517 x 5555 - - - 9413 - 1003 - 11640 - 000 - 2014 - 2019-03-01 - - HS - Active - UPPER DES MOINES OPPORTUNITY, INC - http://www.udmo.com - 1003@hsesinfo.org - 101 W Robbins St - - Graettinger - IA - 51342-7732 - PO Box 519 - - Graettinger - IA - 51342-0519 - 101 W Robbins St - - Graettinger - IA - 51342-7732 - Mr. - F214409 - L214409 - - Board President - 214409@hsesinfo.org - Mr. - F214410 - L214410 - - - 214410@hsesinfo.org - Ms. - F214412 - L214412 - - 214412@hsesinfo.org - Ms. - F214408 - L214408 - - 214408@hsesinfo.org - 555-555-4408 x 5555 - - - 10312 - 3937 - 12330 - 040 - 2014 - 2019-07-01 - - HS - Active - Highbridge Advisory Council Family Services, Inc. - www.HACFS.org - 3937@hsesinfo.org - 880 River Avenue - 2nd Floor - Bronx - NY - 10452-9431 - 880 River Avenue - 2nd Floor - Bronx - NY - 10452-9431 - 880 River Avenue - 2nd Floor - Bronx - NY - 10452-9431 - Ms. - F220525 - L220525 - - Board Member - 220525@hsesinfo.org - Mr. - F220526 - L220526 - - CEO - 220526@hsesinfo.org - Mr. - F220528 - L220528 - - 220528@hsesinfo.org - Ms. - F220524 - L220524 - - 220524@hsesinfo.org - 555-555-0524 - - - 10313 - 3939 - 12331 - 042 - 2014 - 2019-07-01 - - HS - Active - Northern Manhattan Perinatal Partnership - - 3939@hsesinfo.org - 529-531 W 155th St - - New York - NY - 10032 - 529-531 W 155th St - - New York - NY - 10032 - 127 West 127th Street - - New York - NY - 10027 - Mrs. - F220532 - L220532 - - Board Chair - 220532@hsesinfo.org - Ms. - F220533 - L220533 - - - 220533@hsesinfo.org - Ms. - F220535 - L220535 - - 220535@hsesinfo.org - Dr. - F220531 - L220531 - - 220531@hsesinfo.org - 555-555-0531 - - - 10314 - 3940 - 12332 - 043 - 2014 - 2019-07-01 - - HS - Active - The Child Center of NY - http://www.childcenterny.org - 3940@hsesinfo.org - 60-02 Roosevelt Avenue - - Woodside - NY - 11377-4973 - 60-02 Roosevelt Avenue - - Woodside - NY - 11377-4973 - 60-02 Roosevelt Avenue - - Woodside - NY - 11377-4973 - Mr. - F220539 - L220539 - - - 220539@hsesinfo.org - Ms. - F220540 - L220540 - - - 220540@hsesinfo.org - Ms. - F220542 - L220542 - - 220542@hsesinfo.org - Ms. - F220538 - L220538 - - 220538@hsesinfo.org - 555-555-0538 - - - 10315 - 3942 - 12333 - 044 - 2014 - 2019-07-01 - - HS - Active - Ecumenical Community Development Organization - http://www.ecdo.org - 3942@hsesinfo.org - 249 W 144th St - - New York - NY - 10030-1201 - 249 W 144th St - - New York - NY - 10030-1201 - 443 W 125th St - - New York - NY - 10027-4201 - Ms. - F220546 - L220546 - - Board Chair - 220546@hsesinfo.org - Ms. - F220547 - L220547 - - Executive Director - 220547@hsesinfo.org - - F220549 - L220549 - - 220549@hsesinfo.org - Ms. - F220545 - L220545 - - 220545@hsesinfo.org - 555-555-0545 - - - 10316 - 3943 - 12334 - 045 - 2014 - 2019-07-01 - - HS - Active - Harlem Children's Zone Harlem Gems Head Start - http://www.hcz.org - 3943@hsesinfo.org - 60 West 117 Street - - New York - NY - 10026-1921 - 60 West 117 Street - - New York - NY - 10026-1921 - 60 West 117 Street - - New York - NY - 10026-1921 - Mr. - F220553 - L220553 - - Board Chair - 220553@hsesinfo.org - Ms. - F220554 - L220554 - - Executive Director, Early Childhood Education - 220554@hsesinfo.org - Ms. - F220556 - L220556 - - 220556@hsesinfo.org - Mrs. - F220552 - L220552 - LCSW - 220552@hsesinfo.org - 555-555-0552 - - - 10317 - 3944 - 12335 - 046 - 2014 - 2019-07-01 - - HS - Active - Northside Center For Child Development, Inc. - http://www.northsidecenter.org - 3944@hsesinfo.org - 1301 - Fifth Avenue - - New York - NY - 10029-3119 - 1301 - Fifth Avenue - - New York - NY - 10029-3119 - 1301 - Fifth Avenue - - New York - NY - 10029-3119 - Mr. - F220560 - L220560 - - Board Chairman - 220560@hsesinfo.org - Dr. - F220561 - L220561 - - - 220561@hsesinfo.org - Ms. - F220563 - L220563 - - 220563@hsesinfo.org - Ms. - F220559 - L220559 - - 220559@hsesinfo.org - 555-555-0559 - - - 9431 - 2856 - 11642 - 200 - 2013 - 2019-03-01 - - EHS - Active - Community Action of East Central Indiana, Inc. - www.caeci.org - 2856@hsesinfo.org - 1845 W Main St - - Richmond - IN - 47374-3821 - PO Box 1314 - - Richmond - IN - 47375-1314 - 1845 W Main St - - Richmond - IN - 47374-3821 - Mrs. - F214526 - L214526 - - President, Board of Directors - 214526@hsesinfo.org - Ms. - F214527 - L214527 - - Interim Executive Director - 214527@hsesinfo.org - Mr. - F214529 - L214529 - - 214529@hsesinfo.org - Mr. - F214525 - L214525 - - 214525@hsesinfo.org - 555-555-4525 x 5555 - - - 9084 - 2792 - 11401 - 200 - 2011 - 2018-09-01 - - EHS - Active - Macomb Community Action - MCCSA.macombgov.org - 2792@hsesinfo.org - 21885 Dunham Road suite 10 - - Clinton Township - MI - 48036-1030 - 21885 Dunham Road suite 10 - - Clinton Township - MI - 48036-1030 - 21885 Dunham Road suite 10 - - Clinton Township - MI - 48036-1030 - Ms. - F212169 - L212169 - - County Executive - 212169@hsesinfo.org - Mr. - F212170 - L212170 - - Director of Macomb Community Action - 212170@hsesinfo.org - Ms. - F212172 - L212172 - - 212172@hsesinfo.org - Ms. - F212168 - L212168 - - 212168@hsesinfo.org - 555-555-2168 - - - 10318 - 3945 - 12336 - 047 - 2014 - 2019-07-01 - - HS - Active - Zion Daycare Center - - 3945@hsesinfo.org - 5000 14th Avenue - - Brooklyn - NY - 11219-3621 - 5000 14th Avenue - - Brooklyn - NY - 11219-3621 - 5000 14th Avenue - - Brooklyn - NY - 11219-3621 - Mr. - F220567 - L220567 - - Chairman of the Board - 220567@hsesinfo.org - Mr. - F220568 - L220568 - - - 220568@hsesinfo.org - Mrs. - F220570 - L220570 - - 220570@hsesinfo.org - Mrs. - F220566 - L220566 - - 220566@hsesinfo.org - 555-555-0566 - - - 5484 - 5490 - 9277 - 001 - 2014 - 2014-11-01 - 2018-10-31 - HS - Inactive - Acelero Learning Wisconsin, Inc. (Milwaukee County) - http://alwi.acelero.net - 5490@hsesinfo.org - 7833 West Capitol Drive - - Milwaukee - WI - 53222 - 7833 West Capitol Drive - - Milwaukee - WI - 53222 - 7833 West Capitol Drive - - Milwaukee - WI - 53222 - - F98264 - L98264 - - - 98264@hsesinfo.org - - F98265 - L98265 - - - 98265@hsesinfo.org - - F98267 - L98267 - - 98267@hsesinfo.org - - F98263 - L98263 - - 98263@hsesinfo.org - 555-555-8263 - - - 10319 - 3946 - 12337 - 048 - 2014 - 2019-07-01 - - HS - Active - Brooklyn Kindergarten Society - www.bksny.org - 3946@hsesinfo.org - 57 Willoughby St - 4th Floor - Brooklyn - NY - 11201-5290 - 57 Willoughby St - 4th Floor - Brooklyn - NY - 11201-5290 - 57 Willoughby St - 4th Floor - Brooklyn - NY - 11201-5290 - Mr. - F220574 - L220574 - - Board President-Elect - 220574@hsesinfo.org - Ms. - F220575 - L220575 - - Executive Director - 220575@hsesinfo.org - Ms. - F220577 - L220577 - - 220577@hsesinfo.org - Ms. - F220573 - L220573 - - 220573@hsesinfo.org - 555-555-0573 x 5555 - - - 11117 - 2293 - 13040 - 200 - 2004 - 2020-03-01 - - EHS - Active - VENANGO County Health and Human Services - n/a - 2293@hsesinfo.org - One Dale Avenue - - Franklin - PA - 16323 - 100 Dale Ave - - Franklin - PA - 16323-2369 - 100 Dale Ave - - Franklin - PA - 16323-2369 - Mr. - F226057 - L226057 - - Venango County Commissioner Chairperson - 226057@hsesinfo.org - Mrs. - F226058 - L226058 - - Human Services Administrator - 226058@hsesinfo.org - Ms. - F226060 - L226060 - - 226060@hsesinfo.org - Ms. - F226056 - L226056 - - 226056@hsesinfo.org - 555-555-6056 x 5555 - - - 4620 - 771 - 8607 - 000 - 1992 - 2014-02-01 - 2019-01-31 - HS - Inactive - CEN-TEX FAMILY SERVICES INC - www.ctfhs.org - 771@hsesinfo.org - 2402 Main St - - Bastrop - TX - 78602-1505 - 2402 Main St - - Bastrop - TX - 78602-1505 - 2402 Main St - - Bastrop - TX - 78602-1505 - Rev. - F44111 - L44111 - - Chair - 44111@hsesinfo.org - Mr. - F44109 - L44109 - - Executive Director - 44109@hsesinfo.org - Mr. - F44108 - L44108 - - 44108@hsesinfo.org - Mr. - F44107 - L44107 - - 44107@hsesinfo.org - 555-555-4107 x 5555 - - - 2187 - 624 - 5673 - 000 - 1991 - 1991-12-09 - - HS - Active - Lake Community Action Agency, Inc. - http://www.lakecaa.org - 624@hsesinfo.org - Lake Community Action Agency HS/EHS - 501 N. Bay St. - Eustis - FL - 32726-3438 - Lake Community Action Agency HS/EHS - 501 N. Bay St. - Eustis - FL - 32726-3438 - Lake Community Action Agency HS/EHS - 501 N. Bay St. - Eustis - FL - 32726-3438 - Mr. - F17575 - L17575 - - Executive Board President - 17575@hsesinfo.org - Mr. - F17574 - L17574 - - Executive Director - 17574@hsesinfo.org - Ms. - F17578 - L17578 - - 17578@hsesinfo.org - Ms. - F4124 - L4124 - - 4124@hsesinfo.org - 555-555-4124 x 5555 - - - 9424 - 1906 - 11644 - 000 - 2014 - 2019-03-01 - - HS - Active - Community Action of Allegan County - www.communityactionallegan.org - 1906@hsesinfo.org - 323 Water Street - - Allegan - MI - 49010-1325 - 323 Water Street - - Allegan - MI - 49010-1325 - 323 Water Street - - Allegan - MI - 49010-1325 - Mr. - F214477 - L214477 - - Community Action of Allegan County Board Chairperson - 214477@hsesinfo.org - Ms. - F214478 - L214478 - - - 214478@hsesinfo.org - Ms. - F214480 - L214480 - - 214480@hsesinfo.org - Ms. - F214476 - L214476 - - 214476@hsesinfo.org - 555-555-4476 x 5555 - - - 9320 - 3085 - 11578 - 000 - 2013 - 2019-02-01 - - HS - Active - Bank Street College of Education - https://www.bankstreet.edu/education-for-children/head-start/ - 3085@hsesinfo.org - 535 E 5th St - Ground Floor - New York - NY - 10009-6754 - 535 E 5th St - Ground Floor - New York - NY - 10009-6754 - 610 West 112th Street - - New York - NY - 10025-1898 - Ms. - F213777 - L213777 - - Chairperson of the Board of Trustees - 213777@hsesinfo.org - Mr. - F213778 - L213778 - - President - 213778@hsesinfo.org - Mrs. - F213780 - L213780 - - 213780@hsesinfo.org - Ms. - F213776 - L213776 - - 213776@hsesinfo.org - 555-555-3776 - - - 11519 - 1516 - 13338 - 200 - 2003 - 2020-07-01 - - EHS - Active - Windham Southeast School District - http://www.earlyeducationservices.org - 1516@hsesinfo.org - Early Education Services - 130 Birge Street - Brattleboro - VT - 05301-6460 - Early Education Services - 130 Birge Street - Brattleboro - VT - 05301-6460 - Early Education Services - 130 Birge Street - Brattleboro - VT - 05301-6460 - Mr. - F228661 - L228661 - - Board Chair - 228661@hsesinfo.org - Ms. - F228662 - L228662 - - Executive Director - 228662@hsesinfo.org - Ms. - F228664 - L228664 - - 228664@hsesinfo.org - Ms. - F228660 - L228660 - - 228660@hsesinfo.org - 555-555-8660 x 5555 - - - 11520 - 1509 - 13345 - 000 - 1998 - 2020-07-01 - - HS - Active - Head Start Program Municipality of Adjuntas - maheadst@coqui.net - 1509@hsesinfo.org - 6 Street Rodulfo González - Apt 217 - Adjuntas - PR - 00601 - 6 Street Rodulfo González - Apt 217 - Adjuntas - PR - 00601 - 6 Street Rodulfo González - Apt 217 - Adjuntas - PR - 00601 - Mrs. - F228668 - L228668 - - Mayor - 228668@hsesinfo.org - Mrs. - F228669 - L228669 - - - 228669@hsesinfo.org - Mrs. - F228671 - L228671 - - 228671@hsesinfo.org - Mrs. - F228667 - L228667 - - 228667@hsesinfo.org - 555-555-8667 - - - 1354 - 3265 - 2850 - 200 - 2012 - 2012-10-31 - - EHS - Active - CDI HS/ Al Servicio de San Sebastian y Moca - www.cdiheadstart.org - 3265@hsesinfo.org - 10 Calle Concepcion Vera - - Moca - PR - 00676-4813 - PO Box 278 - - Moca - PR - 00676-0278 - 10 Calle Concepcion Vera - - Moca - PR - 00676-4813 - Mr. - F33562 - L33562 - - Executive Director - 33562@hsesinfo.org - Mr. - F33560 - L33560 - - Executive Director - 33560@hsesinfo.org - - F33559 - L33559 - - 33559@hsesinfo.org - Ms. - F33544 - L33544 - - 33544@hsesinfo.org - 555-555-3544 - - - 9425 - 2590 - 11644 - 200 - 2014 - 2019-03-01 - - EHS - Active - Community Action of Allegan County - www.communityactionallegan.org - 2590@hsesinfo.org - 323 Water Street - - Allegan - MI - 49010 - 323 Water Street - - Allegan - MI - 49010 - 323 Water Street - - Allegan - MI - 49010 - Mr. - F214484 - L214484 - - Community Action of Allegan County Board Chairperson - 214484@hsesinfo.org - Ms. - F214485 - L214485 - - - 214485@hsesinfo.org - Ms. - F214487 - L214487 - - 214487@hsesinfo.org - Ms. - F214483 - L214483 - - 214483@hsesinfo.org - 555-555-4483 x 5555 - - - 9426 - 1286 - 11646 - 000 - 2014 - 2019-03-01 - - HS - Active - Western Arizona Council of Governments - http://www.wacog.com/headstart/ - 1286@hsesinfo.org - 1235 S Redondo Center Dr - - Yuma - AZ - 85365-2039 - 1235 S Redondo Center Dr - - Yuma - AZ - 85365-2039 - 1235 S Redondo Center Dr - - Yuma - AZ - 85365-2039 - Mr. - F214491 - L214491 - - Chairperson - 214491@hsesinfo.org - Mr. - F214492 - L214492 - - Executive Director - 214492@hsesinfo.org - Mrs. - F214494 - L214494 - - 214494@hsesinfo.org - Mrs. - F214490 - L214490 - - 214490@hsesinfo.org - 555-555-4490 - - - 8255 - 8187 - 10643 - 000 - 2016 - 2016-07-01 - - HS - Active - YMCA Oakland Head Start - www.eciymca.org - 8187@hsesinfo.org - 2330 Broadway - - Oakland - CA - 94612-2415 - 2330 Broadway - - Oakland - CA - 94612-2415 - 2330 Broadway - - Oakland - CA - 94612-2415 - Dr. - F206900 - L206900 - - Board Chairperson - 206900@hsesinfo.org - Mr. - F206901 - L206901 - - President/CEO - 206901@hsesinfo.org - Ms. - F206903 - L206903 - - 206903@hsesinfo.org - Ms. - F206899 - L206899 - - 206899@hsesinfo.org - 555-555-6899 - - - 5568 - 5574 - 9373 - 220 - 2014 - 2014-10-15 - 2019-06-30 - EHS - Inactive - St. Anne's - http://www.stannes.org - 5574@hsesinfo.org - 155 N. Occidental Blvd. - - Los Angeles - CA - 90026 - 155 N. Occidental Blvd. - - Los Angeles - CA - 90026 - 155 N. Occidental Blvd. - - Los Angeles - CA - 90026 - Mr. - F100149 - L100149 - - Chair, Board of Directors - 100149@hsesinfo.org - Ms. - F100150 - L100150 - - President and Chief Executive Officer - 100150@hsesinfo.org - Ms. - F100152 - L100152 - - 100152@hsesinfo.org - Ms. - F100148 - L100148 - - 100148@hsesinfo.org - 555-555-0148 x 5555 - - - 9427 - 5445 - 11646 - 200 - 2014 - 2019-03-01 - - EHS - Active - Western Arizona Council of Governments - http://www.wacog.com/headstart/ - 5445@hsesinfo.org - 1235 S Redondo Center Dr - - Yuma - AZ - 85365-2039 - 1235 S Redondo Center Dr - - Yuma - AZ - 85365-2039 - 1235 S Redondo Center Dr - - Yuma - AZ - 85365-2039 - Mr. - F214498 - L214498 - - Chairperson - 214498@hsesinfo.org - Mr. - F214499 - L214499 - - Executive Director - 214499@hsesinfo.org - Mrs. - F214501 - L214501 - - 214501@hsesinfo.org - Mrs. - F214497 - L214497 - - 214497@hsesinfo.org - 555-555-4497 - - - 5312 - 606 - 9068 - 000 - 2014 - 2014-08-01 - 2020-07-31 - HS - Inactive - Lee County Public School Board - http://earlychildhood.leeschools.net - 606@hsesinfo.org - 3650 Michigan Avenue - Suite 4 - Fort Myers - FL - 33916-2240 - 3650 Michigan Avenue - Suite 4 - Fort Myers - FL - 33916-2240 - School District of Lee County: Attention Board Secretary - 2855 Colonial Blvd. - Fort Myers - FL - 33966 - Ms. - F54086 - L54086 - - School Board Representative - 54086@hsesinfo.org - Dr. - F54084 - L54084 - - Superintendent - 54084@hsesinfo.org - Ms. - F54085 - L54085 - - 54085@hsesinfo.org - Ms. - F54083 - L54083 - - 54083@hsesinfo.org - 555-555-4083 - - - 9698 - 8873 - 11855 - 200 - 2019 - 2019-07-01 - - EHS - Active - Police Athletic League, Inc. - www.palnyc.org - 8873@hsesinfo.org - 452 Pennsylvania Ave - - Brooklyn - NY - 11207-5313 - 452 Pennsylvania Ave - - Brooklyn - NY - 11207-5313 - 452 Pennsylvania Ave - - Brooklyn - NY - 11207-5313 - Mr. - F216307 - L216307 - - - 216307@hsesinfo.org - Mr. - F216308 - L216308 - - - 216308@hsesinfo.org - Ms. - F216310 - L216310 - - 216310@hsesinfo.org - Dr. - F216306 - L216306 - - 216306@hsesinfo.org - 555-555-6306 - - - 10321 - 3959 - 12339 - 050 - 2014 - 2019-07-01 - - HS - Active - Blanche Community Progress Day Care Center Inc. - Blanchelearning.com - 3959@hsesinfo.org - 44-02 Beach Channel Drive - - Far Rockaway - NY - 11691-1203 - 44-02 Beach Channel Drive - - Far Rockaway - NY - 11691-1203 - 44-02 Beach Channel Drive - - Far Rockaway - NY - 11691-1203 - Ms. - F220588 - L220588 - L - Board President - 220588@hsesinfo.org - Mrs. - F220589 - L220589 - T - 7184717881 - 220589@hsesinfo.org - - F220591 - L220591 - - 220591@hsesinfo.org - Mrs. - F220587 - L220587 - - 220587@hsesinfo.org - 555-555-0587 x 5555 - - - 10322 - 3950 - 12340 - 051 - 2014 - 2019-07-01 - - HS - Active - BronxWorks - http://bronxworks.org/ - 3950@hsesinfo.org - 60 East Tremont Avenue - - Bronx - NY - 10453-5842 - 60 East Tremont Avenue - - Bronx - NY - 10453-5842 - 60 East Tremont Avenue - - Bronx - NY - 10453-5842 - Mr. - F220595 - L220595 - - Board Chair - 220595@hsesinfo.org - Miss - F220596 - L220596 - - Executive Director - 220596@hsesinfo.org - - F220598 - L220598 - - 220598@hsesinfo.org - Mr. - F220594 - L220594 - - 220594@hsesinfo.org - 555-555-0594 - - - 8235 - 1300 - 10620 - 000 - 1992 - 2016-07-01 - - HS - Active - City Oakland Head Start - - 1300@hsesinfo.org - 150 Frank H. Ogawa Plaza, Suite 5352 - - Oakland - CA - 94612-2093 - 150 Frank H. Ogawa Plaza, Suite 5352 - - Oakland - CA - 94612-2093 - 150 Frank H. Ogawa Plaza, Suite 5352 - - Oakland - CA - 94612-2093 - Mr. - F206760 - L206760 - - Chair - 206760@hsesinfo.org - Ms. - F206761 - L206761 - - Director, Human Services Department - 206761@hsesinfo.org - Ms. - F206763 - L206763 - - 206763@hsesinfo.org - Ms. - F206759 - L206759 - - 206759@hsesinfo.org - 555-555-6759 - - - 6343 - 6361 - 8856 - 200 - - 2017-01-01 - 2019-05-31 - EHS - Inactive - Community Action of Southern Kentucky, Inc. - http://www.casoky.org - 6361@hsesinfo.org - 921 Beauty Ave - - Bowling Green - KY - 42101-6135 - 921 Beauty Ave - - Bowling Green - KY - 42101-6135 - 921 Beauty Ave - - Bowling Green - KY - 42101-6135 - Ms. - F200071 - L200071 - - - 200071@hsesinfo.org - Dr. - F200072 - L200072 - - - 200072@hsesinfo.org - Ms. - F200074 - L200074 - - 200074@hsesinfo.org - Mrs. - F200070 - L200070 - - 200070@hsesinfo.org - 555-555-0070 x 5555 - - - 8302 - 3091 - 10670 - 200 - 2011 - 2016-07-01 - - EHS - Active - WEST TEXAS OPPORTUNITIES, INC - http://www.gowto.org - 3091@hsesinfo.org - 603 N 4th ST - - Lamesa - TX - 79331 - P.O. BOX 1308 - - LAMESA - TX - 79331-1308 - 603 N 4th ST - - Lamesa - TX - 79331 - Mr. - F207254 - L207254 - - Board President - 207254@hsesinfo.org - Ms. - F207255 - L207255 - - Executive Director - 207255@hsesinfo.org - Ms. - F207257 - L207257 - - 207257@hsesinfo.org - Ms. - F207253 - L207253 - - 207253@hsesinfo.org - 555-555-7253 - - - 8256 - 8188 - 10643 - 200 - 2016 - 2016-07-01 - - EHS - Active - YMCA Oakland Early Head Start - www.eciymca.org - 8188@hsesinfo.org - 2009 10th St - - Berkeley - CA - 94710-2119 - 2330 Broadway - - Oakland - CA - 94612-2415 - 2330 Broadway - - Oakland - CA - 94612-2415 - Dr. - F206907 - L206907 - - Board Chairperson - 206907@hsesinfo.org - Mr. - F206908 - L206908 - - President/CEO - 206908@hsesinfo.org - Ms. - F206910 - L206910 - - 206910@hsesinfo.org - Ms. - F206906 - L206906 - - 206906@hsesinfo.org - 555-555-6906 - - - 5103 - 2810 - 9020 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Carolina Community Actions, Inc - www.ccainc.org - 2810@hsesinfo.org - 138 S Oakland Avenue - - ROCK HILL - SC - 29731-6933 - PO Box 933 - - Rock Hill - SC - 29731-6933 - 138 S Oakland Avenue - - ROCK HILL - SC - 29731-6933 - Mr. - F51650 - L51650 - III - Board Chair - 51650@hsesinfo.org - Ms. - F51648 - L51648 - - Executive Director - 51648@hsesinfo.org - Ms. - F51647 - L51647 - - 51647@hsesinfo.org - Mrs. - F51646 - L51646 - - 51646@hsesinfo.org - 555-555-1646 - - - 10592 - 6018 - 12567 - 200 - - 2019-09-01 - - EHS - Active - YMCA CCP Early Head Star - www.eciymca.org - 6018@hsesinfo.org - 2330 Broadway - - Oakland - CA - 94612-2415 - 2330 Broadway - - Oakland - CA - 94612-2415 - 2330 Broadway - - Oakland - CA - 94612-2415 - Dr. - F222482 - L222482 - - Board Chair - 222482@hsesinfo.org - Mr. - F222483 - L222483 - - President/CEO - 222483@hsesinfo.org - Ms. - F222485 - L222485 - - 222485@hsesinfo.org - Ms. - F222481 - L222481 - - 222481@hsesinfo.org - 555-555-2481 - - - 11521 - 1786 - 13343 - 000 - 2002 - 2020-07-01 - - HS - Active - Polk County Schools - http://polkschools.org - 1786@hsesinfo.org - 125 E Mills St - - Columbus - NC - 28722-9729 - 125 E Mills St - - Columbus - NC - 28722-9729 - 125 E Mills St - - Columbus - NC - 28722-9729 - Mr. - F228675 - L228675 - - Board of Education Chairperson - 228675@hsesinfo.org - Mr. - F228676 - L228676 - - Director of Curriculum and Instruction - 228676@hsesinfo.org - Mrs. - F228678 - L228678 - - 228678@hsesinfo.org - Mrs. - F228674 - L228674 - - 228674@hsesinfo.org - 555-555-8674 - - - 11522 - 531 - 13340 - 000 - 1992 - 2020-07-01 - - HS - Active - Anderson County Schools' Preschool - www.preschool.acs.ac - 531@hsesinfo.org - 708 N Main St - - Clinton - TN - 37716-3143 - 708 N Main St - - Clinton - TN - 37716-3143 - 708 N Main St - - Clinton - TN - 37716-3143 - Dr. - F228682 - L228682 - - Anderson County School Board Chair - 228682@hsesinfo.org - Dr. - F228683 - L228683 - - Anderson County Director of Schools - 228683@hsesinfo.org - Ms. - F228685 - L228685 - - 228685@hsesinfo.org - Ms. - F228681 - L228681 - - 228681@hsesinfo.org - 555-555-8681 - - - 11523 - 3544 - 13350 - 001 - - 2020-07-01 - - HS - Active - Oak Ridge Schools' Preschool - http://www.preschool.ortn.edu - 3544@hsesinfo.org - 157 Carver Ave - - Oak Ridge - TN - 37830-7317 - 157 Carver Ave - - Oak Ridge - TN - 37830-7317 - 157 Carver Ave - - Oak Ridge - TN - 37830-7317 - Dr. - F228689 - L228689 - - Anderson County Schools' Board Chairman - 228689@hsesinfo.org - Dr. - F228690 - L228690 - - Director of Schools - 228690@hsesinfo.org - Mrs. - F228692 - L228692 - - 228692@hsesinfo.org - Ms. - F228688 - L228688 - - 228688@hsesinfo.org - 555-555-8688 - - - 9699 - 8874 - 11854 - 000 - 2019 - 2019-07-01 - - HS - Active - Child Development Center of the MMCC - www.mmcc.org - 8874@hsesinfo.org - 3450 Dekalb Avenue - - Bronx - NY - 10467-2302 - 3450 Dekalb Avenue - - Bronx - NY - 10467-2302 - 3450 Dekalb Avenue - - Bronx - NY - 10467-2302 - Ms. - F216314 - L216314 - - - 216314@hsesinfo.org - Ms. - F216315 - L216315 - - Chief Executive Officer - 216315@hsesinfo.org - Ms. - F216317 - L216317 - - 216317@hsesinfo.org - Ms. - F216313 - L216313 - - 216313@hsesinfo.org - 555-555-6313 - - - 6864 - 3624 - 10330 - 001 - - 2015-09-01 - 2020-08-31 - Migrant HS - Inactive - Community Action Partnership of Madera County, Inc. - http://www.maderacap.org - 3624@hsesinfo.org - 4610 W Jacquelyn Ave - Fresno Migrant and Seasonal Head Start - Fresno - CA - 93722-6433 - 4610 W Jacquelyn Ave - Fresno Migrant and Seasonal Head Start - Fresno - CA - 93722-6433 - 4610 W Jacquelyn Ave - Fresno Migrant and Seasonal Head Start - Fresno - CA - 93722-6433 - Mr. - F203723 - L203723 - - - 203723@hsesinfo.org - Mrs. - F203724 - L203724 - - - 203724@hsesinfo.org - Ms. - F203726 - L203726 - - 203726@hsesinfo.org - Ms. - F203722 - L203722 - - 203722@hsesinfo.org - 555-555-3722 - - - 5423 - 2426 - 9058 - 000 - 2014 - 2014-08-01 - 2020-07-31 - AIAN HS - Inactive - Menominee Indian Tribe - http://www.menominee-nsn.gov/education/headstart/headStartHome.asp - 2426@hsesinfo.org - Dolores K. Boyd Center - N 733 Head Start Road - Keshena - WI - 54135 - Menominee Nation Early Childhood - P.O. Box 910 - Keshena - WI - 54135-0910 - Dolores K. Boyd Center - N 733 Head Start Road - Keshena - WI - 54135 - Mrs. - F96484 - L96484 - - Tribal Chairman - 96484@hsesinfo.org - Mrs. - F96488 - L96488 - - Tribal Administrator - 96488@hsesinfo.org - Ms. - F96485 - L96485 - - 96485@hsesinfo.org - Ms. - F96483 - L96483 - - 96483@hsesinfo.org - 555-555-6483 - - - 9700 - 8875 - 11857 - 200 - 2019 - 2019-07-01 - - EHS - Active - United Academy Inc - - 8875@hsesinfo.org - 722 Wythe Ave - - Brooklyn - NY - 11249-7532 - 722 Wythe Ave - - Brooklyn - NY - 11249-7532 - 722 Wythe Ave - - Brooklyn - NY - 11249-7532 - Mr. - F216321 - L216321 - - - 216321@hsesinfo.org - Mr. - F216322 - L216322 - - - 216322@hsesinfo.org - Mrs. - F216324 - L216324 - - 216324@hsesinfo.org - Mr. - F216320 - L216320 - - 216320@hsesinfo.org - 555-555-6320 x 5555 - - - 5849 - 5856 - 9143 - 218 - - 2015-01-22 - 2019-06-30 - EHS - Inactive - Children’s Institute, Inc - childrensinstitute.org - 5856@hsesinfo.org - 7226 S Figueroa St - - Los Angeles - CA - 90003-1721 - 7226 S Figueroa St - - Los Angeles - CA - 90003-1721 - 7226 S Figueroa St - - Los Angeles - CA - 90003-1721 - Mr. - F104504 - L104504 - - Board Chairman - 104504@hsesinfo.org - Ms. - F104505 - L104505 - - CEO - 104505@hsesinfo.org - Ms. - F104507 - L104507 - - 104507@hsesinfo.org - Ms. - F104503 - L104503 - - 104503@hsesinfo.org - 555-555-4503 - - - 10505 - 6104 - 12503 - 200 - - 2019-09-01 - - EHS - Active - Council of Three Rivers American Indian Center - http://www.cotraic.org - 6104@hsesinfo.org - 120 Charles Street - - Pittsburgh - PA - 15238-1027 - 120 Charles Street - - Pittsburgh - PA - 15238-1027 - 120 Charles Street - - Pittsburgh - PA - 15238-1027 - Mr. - F221874 - L221874 - - Board Chair - 221874@hsesinfo.org - Mr. - F221875 - L221875 - - Executive Director - 221875@hsesinfo.org - Ms. - F221877 - L221877 - - 221877@hsesinfo.org - Mrs. - F221873 - L221873 - - 221873@hsesinfo.org - 555-555-1873 x 5555 - - - 4809 - 1919 - 8761 - 000 - 2014 - 2014-04-01 - 2019-03-31 - HS - Inactive - Ashtabula County Community Action Agency - http://www.accaa.org - 1919@hsesinfo.org - 4510 Main Ave - - Ashtabula - OH - 44004-6925 - PO Box 2610 - - Ashtabula - OH - 44005-2610 - 6920 Austinburg Rd - - Ashtabula - OH - 44004-9393 - Mr. - F46846 - L46846 - - Chairperson - 46846@hsesinfo.org - Mrs. - F46845 - L46845 - - Executive Director - 46845@hsesinfo.org - Ms. - F46843 - L46843 - - 46843@hsesinfo.org - Mrs. - F46842 - L46842 - - 46842@hsesinfo.org - 555-555-6842 - - - 6891 - 6910 - 2856 - 200 - - 2015-09-01 - 2019-01-31 - EHS - Inactive - Yeshivath Kehilath Yakov, Inc. - - 6910@hsesinfo.org - 638 Bedford Avenue - - Brooklyn - NY - 11249-8007 - 638 Bedford Avenue - - Brooklyn - NY - 11249-8007 - 638 Bedford Avenue - - Brooklyn - NY - 11249-8007 - Mr. - F203898 - L203898 - - Board Chair - 203898@hsesinfo.org - Mr. - F203899 - L203899 - - Executive Director - 203899@hsesinfo.org - Mrs. - F203901 - L203901 - - 203901@hsesinfo.org - Mr. - F203897 - L203897 - - 203897@hsesinfo.org - 555-555-3897 x 5555 - - - 10506 - 6894 - 12504 - 201 - - 2019-09-01 - - EHS - Active - Allegheny Intermediate Unit 3 - www.aiu3.net - 6894@hsesinfo.org - 473 East Waterfront Drive - - Homestead - PA - 15120 - 473 East Waterfront Drive - - Homestead - PA - 15120 - 473 East Waterfront Drive - - Homestead - PA - 15120 - Mrs. - F221881 - L221881 - - - 221881@hsesinfo.org - Mrs. - F221882 - L221882 - - - 221882@hsesinfo.org - Ms. - F221884 - L221884 - - 221884@hsesinfo.org - Mrs. - F221880 - L221880 - - 221880@hsesinfo.org - 555-555-1880 - - - 10507 - 6895 - 12505 - 202 - - 2019-09-01 - - EHS - Active - Blueprints (formerly Community Action Southwest) - www.myblueprints.org - 6895@hsesinfo.org - 150 W Beau St - Ste 304 - Washington - PA - 15301-4425 - 150 W Beau St - Ste 304 - Washington - PA - 15301-4425 - 150 W Beau St - Ste 304 - Washington - PA - 15301-4425 - Mr. - F221888 - L221888 - - President - 221888@hsesinfo.org - Ms. - F221889 - L221889 - - Chief Executive Officer - 221889@hsesinfo.org - Ms. - F221891 - L221891 - - 221891@hsesinfo.org - Ms. - F221887 - L221887 - - 221887@hsesinfo.org - 555-555-1887 x 5555 - - - 11118 - 1984 - 13041 - 000 - 1992 - 2020-02-01 - - AIAN HS - Active - Red Lake Band of Chippewa Indians - - 1984@hsesinfo.org - 24900 Elementary School Street - Early Childhood Center - Redlake - MN - 56671 - P.O. Box 53 - Hwy. 1 - Red Lake - MN - 56671-0053 - Hwy 1 - - Redlake - MN - 56671 - Mr. - F226064 - L226064 - - Tribal Chairman - 226064@hsesinfo.org - Mr. - F226065 - L226065 - - Executive Director - 226065@hsesinfo.org - Ms. - F226067 - L226067 - - 226067@hsesinfo.org - Ms. - F226063 - L226063 - - 226063@hsesinfo.org - 555-555-6063 - - - 8809 - 1523 - 11190 - 200 - 2013 - 2018-05-01 - - EHS - Active - E Center - http://www.ecenter.org - 1523@hsesinfo.org - 1506 Starr Dr - - Yuba City - CA - 95993-2602 - 1506 Starr Dr - - Yuba City - CA - 95993-2602 - 1506 Starr Dr - - Yuba City - CA - 95993-2602 - Ms. - F210207 - L210207 - - Board Chair - 210207@hsesinfo.org - Ms. - F210208 - L210208 - - Chief Executive Officer - 210208@hsesinfo.org - Ms. - F210210 - L210210 - - 210210@hsesinfo.org - Ms. - F210206 - L210206 - - 210206@hsesinfo.org - 555-555-0206 - - - 6431 - 4098 - 10047 - 001 - - 2015-06-01 - 2020-05-31 - HS - Inactive - Allegheny County/AIU Head Start - http://www.aiu3.net - 4098@hsesinfo.org - Allegheny Intermediate Unit - 475 East Waterfront Drive - Homestead - PA - 15120-1144 - Allegheny Intermediate Unit - 475 East Waterfront Drive - Homestead - PA - 15120-1144 - Allegheny Intermediate Unit - 475 East Waterfront Drive - Homestead - PA - 15120-1144 - Mr. - F200687 - L200687 - - Board Chair - 200687@hsesinfo.org - Mrs. - F200688 - L200688 - - Executive Director - 200688@hsesinfo.org - Ms. - F200690 - L200690 - - 200690@hsesinfo.org - Mrs. - F200686 - L200686 - - 200686@hsesinfo.org - 555-555-0686 - - - 8043 - 8006 - 10393 - 200 - 2016 - 2016-10-01 - 2020-10-31 - EHS - Inactive - Sheboygan Human Rights Association, Inc. - www.sheboyganheadstart.org - 8006@hsesinfo.org - 1711 S 11th St - - Sheboygan - WI - 53081-5810 - 1711 S 11th St - - Sheboygan - WI - 53081-5810 - 1711 S 11th St - - Sheboygan - WI - 53081-5810 - Mr. - F205496 - L205496 - - Board President - 205496@hsesinfo.org - Ms. - F205497 - L205497 - - Executive Director - 205497@hsesinfo.org - Ms. - F205499 - L205499 - - 205499@hsesinfo.org - Ms. - F205495 - L205495 - - 205495@hsesinfo.org - 555-555-5495 - - - 5313 - 605 - 9068 - 200 - 2014 - 2014-08-01 - 2020-07-31 - EHS - Inactive - Lee County Public School Board - http:/earlychildhood.leeschools.net - 605@hsesinfo.org - 3650 Michigan Avenue - Suite 4 - Fort Myers - FL - 33916-2240 - 3650 Michigan Avenue - Suite 4 - Fort Myers - FL - 33916-2240 - School District of Lee County: Attention Board Secretary - 2855 Colonial Blvd. - Fort Myers - FL - 33966-1012 - Ms. - F54094 - L54094 - - School Board Chair - 54094@hsesinfo.org - Dr. - F54093 - L54093 - - Superintendent - 54093@hsesinfo.org - Ms. - F54095 - L54095 - - 54095@hsesinfo.org - Ms. - F54090 - L54090 - - 54090@hsesinfo.org - 555-555-4090 - - - 9415 - 1079 - 11639 - 000 - 1993 - 2019-03-01 - - HS - Active - SALIDA SCHOOL DISTRICT R-32-J - www.salidaschools.com - 1079@hsesinfo.org - 516 Teller St - Salida Early Childhood Center - Salida - CO - 81201-3045 - PO Box 827 - - Salida - CO - 81201 - 516 Teller St - Salida Early Childhood Center - Salida - CO - 81201-3045 - Mr. - F214423 - L214423 - - Board of Education President - 214423@hsesinfo.org - Mr. - F214424 - L214424 - - Superintendent of Schools - 214424@hsesinfo.org - Ms. - F214426 - L214426 - - 214426@hsesinfo.org - Ms. - F214422 - L214422 - - 214422@hsesinfo.org - 555-555-4422 - - - 4785 - 1415 - 8649 - 200 - 2014 - 2014-04-01 - 2019-06-30 - EHS - Inactive - Northeast Kansas Community Action Program, Inc. - http://www.nekcap.org - 1415@hsesinfo.org - 1260 220th St - - Hiawatha - KS - 66434-8923 - PO Box 380 - - Hiawatha - KS - 66434-0380 - 1260 220th St - - Hiawatha - KS - 66434-8923 - Mr. - F46556 - L46556 - CPA - NEK-CAP, Inc. Multi-County Board President - 46556@hsesinfo.org - Ms. - F46552 - L46552 - LMSW - NEK-CAP, Inc. Executive Director - 46552@hsesinfo.org - Mrs. - F46553 - L46553 - - 46553@hsesinfo.org - Ms. - F46551 - L46551 - LMSW - 46551@hsesinfo.org - 555-555-6551 x 5555 - - - 6924 - 455 - 10403 - 000 - 1992 - 2015-11-01 - 2020-10-31 - HS - Inactive - Olympic ESD 114 - http://oesd114.org - 455@hsesinfo.org - 105 National Ave N - - Bremerton - WA - 98312-3537 - 105 National Ave N - - Bremerton - WA - 98312-3537 - 105 National Ave N - - Bremerton - WA - 98312-3537 - Mr. - F204129 - L204129 - - Board Chair - 204129@hsesinfo.org - Mr. - F204130 - L204130 - - Superintendent - 204130@hsesinfo.org - Ms. - F204132 - L204132 - - 204132@hsesinfo.org - Mrs. - F204128 - L204128 - - 204128@hsesinfo.org - 555-555-4128 - - - 9433 - 8760 - 11650 - 206 - 2019 - 2019-06-30 - 2019-06-30 - EHS - Inactive - Para Los Ninos - http://www.paralosninos.org - 8760@hsesinfo.org - 5000 Hollywood Blvd - - Los Angeles - CA - 90027-6104 - 5000 Hollywood Blvd - - Los Angeles - CA - 90027-6104 - 5000 Hollywood Blvd - - Los Angeles - CA - 90027-6104 - Atty. - F214541 - L214541 - - Board Member - 214541@hsesinfo.org - Dr. - F214539 - L214539 - - CEO - 214539@hsesinfo.org - Mr. - F214542 - L214542 - - 214542@hsesinfo.org - Dr. - F214538 - L214538 - - 214538@hsesinfo.org - 555-555-4538 x 5555 - - - 5226 - 3813 - 9072 - 001 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Puerto Rican Family Institute, Inc. - http://www.prfipr.org - 3813@hsesinfo.org - Carr 849 Km 1.5 Calle Juan Baiz Barrio Santo Domingo - - San Juan - PR - 00924 - P.O. Box 29609 - - San Juan - PR - 00929-0609 - 145 W 15th St - - New York - NY - 10011-6701 - Mrs. - F53102 - L53102 - - - 53102@hsesinfo.org - Mrs. - F53100 - L53100 - - - 53100@hsesinfo.org - Mrs. - F53099 - L53099 - - 53099@hsesinfo.org - Mrs. - F53098 - L53098 - - 53098@hsesinfo.org - 555-555-3098 - - - 10509 - 6897 - 12507 - 204 - - 2019-09-01 - - EHS - Active - Private Industry Council Westmoreland/Fayette, Inc. - www.privateindustrycouncil.com - 6897@hsesinfo.org - 112 Commonwealth Drive - - Lemont Furnace - PA - 15456 - 112 Commonwealth Drive - - Lemont Furnace - PA - 15456 - 112 Commonwealth Drive - - Lemont Furnace - PA - 15456 - Mr. - F221902 - L221902 - - Board Chair - 221902@hsesinfo.org - Ms. - F221903 - L221903 - - President and CEO - 221903@hsesinfo.org - Mr. - F221905 - L221905 - - 221905@hsesinfo.org - Ms. - F221901 - L221901 - - 221901@hsesinfo.org - 555-555-1901 x 5555 - - - 10324 - 3972 - 12342 - 055 - 2014 - 2019-07-01 - - HS - Active - Sheltering Arms Children and Family Services - shelteringarmsny.org - 3972@hsesinfo.org - 305 7th Avenue - - New York - NY - 10009-6008 - 305 7th Avenue - - New York - NY - 10009-6008 - 305 7th Avenue - - New York - NY - 10009-6008 - Mr. - F220609 - L220609 - - Board Chair and President - 220609@hsesinfo.org - Ms. - F220610 - L220610 - - CEO/Executive Director - 220610@hsesinfo.org - Ms. - F220612 - L220612 - - 220612@hsesinfo.org - Ms. - F220608 - L220608 - - 220608@hsesinfo.org - 555-555-0608 - - - 11119 - 9209 - 12017 - 200 - 2020 - 2020-07-01 - - EHS - Active - Ozark Action, Inc - http://www.oaiwp.org - 9209@hsesinfo.org - 710 East Main Street - - West Plains - MO - 65775-3307 - 710 East Main Street - - West Plains - MO - 65775-3307 - 710 East Main Street - - West Plains - MO - 65775-3307 - Mr. - F226073 - L226073 - - President of the Board of Directors - 226073@hsesinfo.org - Mr. - F226071 - L226071 - - Executive Director - 226071@hsesinfo.org - Ms. - F226074 - L226074 - - 226074@hsesinfo.org - Ms. - F226070 - L226070 - - 226070@hsesinfo.org - 555-555-6070 x 5555 - - - 10510 - 6898 - 12508 - 205 - - 2019-09-01 - - EHS - Active - Seton Hill Child Services, Inc. - www.shchildservices,org - 6898@hsesinfo.org - 105 Hartman Rd - Ste 204 - Greensburg - PA - 15601-8558 - 105 Hartman Rd - Ste 204 - Greensburg - PA - 15601-8558 - 105 Hartman Rd - Ste 204 - Greensburg - PA - 15601-8558 - Mr. - F221909 - L221909 - - - 221909@hsesinfo.org - Ms. - F221910 - L221910 - - Director of Operations - 221910@hsesinfo.org - - F221912 - L221912 - - 221912@hsesinfo.org - Ms. - F221908 - L221908 - - 221908@hsesinfo.org - 555-555-1908 - - - 8813 - 2606 - 11194 - 200 - 2013 - 2018-05-01 - - Migrant EHS - Active - E Center - http://www.ecenter.org - 2606@hsesinfo.org - 1506 Starr Dr - - Yuba City - CA - 95993-2655 - 1506 Starr Dr - - Yuba City - CA - 95993-2655 - 1506 Starr Dr - - Yuba City - CA - 95993-2655 - Ms. - F210235 - L210235 - - Board Chair - 210235@hsesinfo.org - Ms. - F210236 - L210236 - - Chief Executive Officer - 210236@hsesinfo.org - Ms. - F210238 - L210238 - - 210238@hsesinfo.org - Ms. - F210234 - L210234 - - 210234@hsesinfo.org - 555-555-0234 - - - 5812 - 5818 - 9560 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Early Learning Coalition of Palm Beach County, Inc. - www.elcpalmbeach.org - 5818@hsesinfo.org - 2300 High Ridge Road, Suite 115 - - Boynton Beach - FL - 33426-8795 - 2300 High Ridge Road, Suite 115 - - Boynton Beach - FL - 33426-8795 - 2300 High Ridge Road, Suite 115 - - Boynton Beach - FL - 33426-8795 - Mr. - F103844 - L103844 - . - Board Chair - 103844@hsesinfo.org - Mr. - F103845 - L103845 - - CEO - 103845@hsesinfo.org - Mr. - F103847 - L103847 - - 103847@hsesinfo.org - Ms. - F103843 - L103843 - - 103843@hsesinfo.org - 555-555-3843 - - - 4770 - 1295 - 8643 - 200 - 2014 - 2014-04-01 - 2019-03-31 - EHS - Inactive - Tulare County Department of Education - - 1295@hsesinfo.org - 7000 Doe Avenue, Suite C - - Visalia - CA - 93291-9287 - 7000 Doe Avenue, Suite C - - Visalia - CA - 93291-9287 - 7000 Doe Avenue, Suite C - - Visalia - CA - 93291-9287 - Mr. - F46221 - L46221 - - County Superintendent of Schools - 46221@hsesinfo.org - Mr. - F46220 - L46220 - - - 46220@hsesinfo.org - Mr. - F46223 - L46223 - - 46223@hsesinfo.org - Ms. - F46219 - L46219 - - 46219@hsesinfo.org - 555-555-6219 - - - 5261 - 3728 - 9108 - 002 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Washington Elementary School District - www.wesdschools.org - 3728@hsesinfo.org - 1502 W Mountain View Rd - - Phoenix - AZ - 85021-2158 - 1502 W Mountain View Rd - - Phoenix - AZ - 85021-2158 - 1502 W Mountain View Rd - - Phoenix - AZ - 85021-2158 - Mr. - F53500 - L53500 - - Governing Board President - 53500@hsesinfo.org - Dr. - F53502 - L53502 - - Superintendent - 53502@hsesinfo.org - Ms. - F53501 - L53501 - - 53501@hsesinfo.org - Ms. - F53497 - L53497 - - 53497@hsesinfo.org - 555-555-3497 - - - 9704 - 8879 - 11859 - 200 - 2019 - 2019-06-01 - - EHS - Active - Save the Children Federation Inc. - - 8879@hsesinfo.org - - - - - - - - - - - - - - - - Mr. - F216349 - L216349 - - Save the Children Head Start Board Chair - 216349@hsesinfo.org - Mr. - F216350 - L216350 - - Executive Director - 216350@hsesinfo.org - Ms. - F216352 - L216352 - - 216352@hsesinfo.org - Mr. - F216348 - L216348 - - 216348@hsesinfo.org - 555-555-6348 - - - 8942 - 3221 - 11286 - 200 - 2013 - 2018-07-01 - - EHS - Active - ASSOCIATED CATHOLIC CHARITIES - http://www.cc-md.org - 3221@hsesinfo.org - 1980 Brookside Dr - - Edgewood - MD - 21040-1800 - 422 S Stokes St - - Havre De Grace - MD - 21078-3324 - 422 S Stokes St - - Havre De Grace - MD - 21078-3324 - Mr. - F211100 - L211100 - - President of Board of Trustees - 211100@hsesinfo.org - Mr. - F211101 - L211101 - - - 211101@hsesinfo.org - Ms. - F211103 - L211103 - - 211103@hsesinfo.org - Ms. - F211099 - L211099 - - 211099@hsesinfo.org - 555-555-1099 - - - 9442 - 6718 - 11658 - 006 - - 2019-03-01 - - Migrant HS - Active - Santa Cruz County Office of Education - www.santacruz.k12.ca.us - 6718@hsesinfo.org - 400 Encinal Street - - Santa Cruz - CA - 95060 - 400 Encinal Street - - Santa Cruz - CA - 95060 - 400 Encinal Street - - Santa Cruz - CA - 95060 - - F214601 - L214601 - - - 214601@hsesinfo.org - - F214602 - L214602 - - - 214602@hsesinfo.org - - F214604 - L214604 - - 214604@hsesinfo.org - Ms. - F214600 - L214600 - - 214600@hsesinfo.org - 555-555-4600 - - - 9366 - 2910 - 11604 - 200 - 2013 - 2019-02-01 - - EHS - Active - The Children's Aid Society - www.childrensaidnyc.org - 2910@hsesinfo.org - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - Ms. - F214095 - L214095 - - Board Chair - 214095@hsesinfo.org - Ms. - F214096 - L214096 - - President and CEO - 214096@hsesinfo.org - Ms. - F214098 - L214098 - - 214098@hsesinfo.org - Ms. - F214094 - L214094 - - 214094@hsesinfo.org - 555-555-4094 - - - 9443 - 2870 - 11651 - 200 - 2011 - 2019-03-01 - - Migrant EHS - Active - CENTRAL CALIFORNIA MIGRANT HEAD START PROGRAM - https://stancoe.org/division/child-family-services - 2870@hsesinfo.org - 1100 H St. - - Modesto - CA - 95354 - 1100 H St. - - Modesto - CA - 95354 - 1100 H St. - - Modesto - CA - 95354 - Mr. - F214608 - L214608 - - Chairperson - 214608@hsesinfo.org - Mr. - F214609 - L214609 - - Executive Director - 214609@hsesinfo.org - Ms. - F214611 - L214611 - - 214611@hsesinfo.org - Ms. - F214607 - L214607 - - 214607@hsesinfo.org - 555-555-4607 - - - 9444 - 3514 - 11656 - 204 - 2014 - 2019-03-01 - - Migrant EHS - Active - Central California Child Development Services - www.cccds.com - 3514@hsesinfo.org - 2250 Rockefeller Drive, Suite 1 - P.O. Box 2540 - Ceres - CA - 95307-0794 - 2250 Rockefeller Drive, Suite 1 - P.O. Box 2540 - Ceres - CA - 95307-0794 - 2250 Rockefeller Drive, Suite 1 - P.O. Box 2540 - Ceres - CA - 95307-0794 - Mr. - F214615 - L214615 - - President - 214615@hsesinfo.org - Ms. - F214616 - L214616 - - - 214616@hsesinfo.org - Mr. - F214618 - L214618 - - 214618@hsesinfo.org - Ms. - F214614 - L214614 - - 214614@hsesinfo.org - 555-555-4614 - - - 10158 - 1113 - 12193 - 000 - 2014 - 2019-08-01 - - HS - Active - CNMI Public School System - cnmipss.org - 1113@hsesinfo.org - 1256 Pohnpei Way (Capitol Hill) - - Saipan - MP - 95950 - P.O. Box 501370 - - Saipan - MP - 96950-1370 - 1256 Pohnpei Way (Capitol Hill) - - Saipan - MP - 96950 - Mrs. - F219471 - L219471 - - Chairperson, CNMI State Board of Education - 219471@hsesinfo.org - Dr. - F219472 - L219472 - - Commissioner of Education - 219472@hsesinfo.org - Mr. - F219474 - L219474 - - 219474@hsesinfo.org - Ms. - F219470 - L219470 - - 219470@hsesinfo.org - 555-555-9470 - - - 5186 - 1326 - 9029 - 000 - 2014 - 2014-07-01 - 2020-07-31 - HS - Inactive - Galveston County Community Action Council, Inc. - http://www.gccac.org - 1326@hsesinfo.org - 4700 Broadway St - Ste C109 - Galveston - TX - 77551-4224 - PO Box 3206 - 4700 Broadway Suite C109 - Galveston - TX - 77552-0206 - 4700 Broadway St - Ste C109 - Galveston - TX - 77551-4224 - Mr. - F52148 - L52148 - - Interim Board President - 52148@hsesinfo.org - Mr. - F52147 - L52147 - - Interim Executive Director - 52147@hsesinfo.org - Mrs. - F52145 - L52145 - - 52145@hsesinfo.org - Mr. - F52143 - L52143 - - 52143@hsesinfo.org - 555-555-2143 - - - 5159 - 1335 - 8963 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - St Charles Parish School Board - http://www.stcharles.k12.la.us - 1335@hsesinfo.org - 13855 River Rd - - Luling - LA - 70070-6220 - 13855 River Rd - - Luling - LA - 70070-6220 - 13855 River Rd - - Luling - LA - 70070-6220 - Mr. - F52153 - L52153 - - Board President - 52153@hsesinfo.org - Mrs. - F52154 - L52154 - - Superintendent - 52154@hsesinfo.org - Ms. - F52151 - L52151 - - 52151@hsesinfo.org - Dr. - F52150 - L52150 - - 52150@hsesinfo.org - 555-555-2150 - - - 6459 - 318 - 10088 - 200 - 2003 - 2015-07-01 - 2020-06-30 - EHS - Inactive - Children's Aid Society - http://www.childrensaidnyc.org - 318@hsesinfo.org - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - Ms. - F200883 - L200883 - - Board Chair - 200883@hsesinfo.org - Ms. - F200884 - L200884 - - President and Chief Executive Officer - 200884@hsesinfo.org - Ms. - F200886 - L200886 - - 200886@hsesinfo.org - Ms. - F200882 - L200882 - - 200882@hsesinfo.org - 555-555-0882 - - - 5022 - 2837 - 8934 - 200 - 2011 - 2014-07-01 - 2019-06-30 - EHS - Inactive - The Puerto Rican Family Institute, Inc. - www.prfipr.org - 2837@hsesinfo.org - Carretera 849 km 1.5 Calle Juan Baiz - Bo. Santo Domingo - San Juan - PR - 00924 - PO Box 29608 - - San Juan - PR - 00929-0608 - Carretera 849 km 1.5 Calle Juan Baiz - Bo. Santo Domingo - San Juan - PR - 00924 - Dr. - F51293 - L51293 - - Board Chairperson - 51293@hsesinfo.org - Mr. - F51291 - L51291 - - President & CEO - 51291@hsesinfo.org - Mrs. - F51290 - L51290 - - 51290@hsesinfo.org - Mrs. - F51289 - L51289 - - 51289@hsesinfo.org - 555-555-1289 x 5555 - - - 8155 - 8276 - 10580 - 000 - 1996 - 2016-06-01 - - HS - Active - PUERTO RICAN FAMILY INSTITUTE, INC - http://www.prfi.org - 8276@hsesinfo.org - 145 W 15th St - - New York - NY - 10011-6701 - PO Box 29608 - - San Juan - PR - 00929-0608 - 145 W 15th St - - New York - NY - 10011-6701 - Dr. - F206200 - L206200 - - Board Chairperson - 206200@hsesinfo.org - Mr. - F206201 - L206201 - - President & CEO - 206201@hsesinfo.org - Mrs. - F206203 - L206203 - - 206203@hsesinfo.org - Mrs. - F206199 - L206199 - - 206199@hsesinfo.org - 555-555-6199 x 5555 - - - 10327 - 3961 - 12345 - 058 - 2014 - 2019-07-01 - - HS - Active - HELP Day Care Corporation - helpusa.org - 3961@hsesinfo.org - 115 E 13th St - - New York - NY - 10003-5305 - 115 E 13th St - - New York - NY - 10003-5305 - 115 E 13th St - - New York - NY - 10003-5305 - Dr. - F220630 - L220630 - M - President - 220630@hsesinfo.org - Dr. - F220631 - L220631 - M - - 220631@hsesinfo.org - Ms. - F220633 - L220633 - F - 220633@hsesinfo.org - Ms. - F220629 - L220629 - F - 220629@hsesinfo.org - 555-555-0629 x 5555 - - - 4530 - 1156 - 8510 - 000 - 2013 - 2013-12-01 - 2018-11-30 - AIAN HS - Inactive - ONEIDA NATION - oneidanation.org - 1156@hsesinfo.org - 2801 W Mason St - Ste 1 - Green Bay - WI - 54313-5009 - PO Box 365 - - Oneida - WI - 54155-0365 - N7210 Seminary Rd - - Oneida - WI - 54155-9501 - Mr. - F42648 - L42648 - - Tribal Chairman - 42648@hsesinfo.org - Ms. - F42647 - L42647 - - Area Manager; Acting Director - 42647@hsesinfo.org - Ms. - F42650 - L42650 - - 42650@hsesinfo.org - Ms. - F42645 - L42645 - - 42645@hsesinfo.org - 555-555-2645 - - - 10328 - 3962 - 12346 - 059 - 2014 - 2019-07-01 - - HS - Active - Henry Street Settlement - www.henrystreet.org - 3962@hsesinfo.org - 265 Henry Street - - New York - NY - 10002-4808 - 265 Henry Street - - New York - NY - 10002-4808 - 265 Henry Street - - New York - NY - 10002-4808 - Mr. - F220637 - L220637 - - Board Chairperson - 220637@hsesinfo.org - Mr. - F220638 - L220638 - - Executive Director - 220638@hsesinfo.org - Ms. - F220640 - L220640 - - 220640@hsesinfo.org - Ms. - F220636 - L220636 - - 220636@hsesinfo.org - 555-555-0636 x 5555 - - - 10512 - 6091 - 12499 - 200 - - 2019-09-01 - - EHS - Active - Tennessee State University - http://www.tnstate.edu/learningsciences - 6091@hsesinfo.org - 3500 John A Merritt Blvd - - Nashville - TN - 37209-1561 - 3500 John A Merritt Blvd - - Nashville - TN - 37209-1561 - 3500 John A Merritt Blvd - - Nashville - TN - 37209-1561 - Dr. - F221923 - L221923 - - Vice President and Chief Research Officer - 221923@hsesinfo.org - Dr. - F221924 - L221924 - - Director of Center of Excellence for Learning Sciences - 221924@hsesinfo.org - Mr. - F221926 - L221926 - - 221926@hsesinfo.org - Ms. - F221922 - L221922 - - 221922@hsesinfo.org - 555-555-1922 - - - 9102 - 1673 - 11418 - 200 - 2013 - 2018-09-01 - - EHS - Active - MOORE COMMUNITY HOUSE, INC. - - 1673@hsesinfo.org - 345 Nichols St. - 406 Davis - Biloxi - MS - 39530 - 345 Nichols St. - 406 Davis - Biloxi - MS - 39530 - 325 Nixon St - - Biloxi - MS - 39530-2304 - Mrs. - F212299 - L212299 - - Board President - 212299@hsesinfo.org - Rev. - F212300 - L212300 - - Executive Director - 212300@hsesinfo.org - Ms. - F212302 - L212302 - - 212302@hsesinfo.org - Mrs. - F212298 - L212298 - - 212298@hsesinfo.org - 555-555-2298 - - - 469 - 1916 - 290 - 000 - 2013 - 2013-07-02 - 2018-12-31 - HS - Inactive - B.C.M.W. Community Services, Inc. - www.bcmwhs.org - 1916@hsesinfo.org - 909 E. Rexford - - Centralia - IL - 62801-9111 - P.O. Box 729 - - Centralia - IL - 62801-9111 - 909 E Rexford St - - Centralia - IL - 62801-3033 - Mr. - F37506 - L37506 - - BCMW Board Chairperson - 37506@hsesinfo.org - Ms. - F37505 - L37505 - - Executive Director - 37505@hsesinfo.org - Mr. - F37508 - L37508 - - 37508@hsesinfo.org - Mrs. - F37504 - L37504 - - 37504@hsesinfo.org - 555-555-7504 x 5555 - - - 5146 - 1918 - 8821 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Community Action Commission of Belmont County - http://www.cacbelmont.org - 1918@hsesinfo.org - 153 1/2 West Main Street - - St. Clairsville - OH - 43950-1224 - 153 1/2 West Main Street - - St. Clairsville - OH - 43950-1224 - 153 1/2 West Main Street - - St. Clairsville - OH - 43950-1224 - Ms. - F51784 - L51784 - - CAC Belmont County Governing Board Chairperson - 51784@hsesinfo.org - Mrs. - F51782 - L51782 - - Executive Director - 51782@hsesinfo.org - Mr. - F51781 - L51781 - - 51781@hsesinfo.org - Mrs. - F51780 - L51780 - - 51780@hsesinfo.org - 555-555-1780 x 5555 - - - 10622 - 6170 - 12620 - 200 - - 2019-09-01 - - EHS - Active - South Central Human Resource Agency - http://www.schra.us - 6170@hsesinfo.org - 1437 Winchester Highway - - Fayetteville - TN - 37334 - PO Box 638 - - Fayetteville - TN - 37334-0638 - 1437 Winchester Highway - - Fayetteville - TN - 37334 - Hon. Mayor - F222691 - L222691 - - SCHRA Policy Council Chairperson - 222691@hsesinfo.org - Mr. - F222692 - L222692 - - SCHRA Executive Director - 222692@hsesinfo.org - Dr. - F222694 - L222694 - - 222694@hsesinfo.org - Ms. - F222690 - L222690 - - 222690@hsesinfo.org - 555-555-2690 x 5555 - - - 5099 - 527 - 9024 - 000 - 1992 - 2014-07-01 - 2019-06-30 - HS - Inactive - Agricultural and Labor Program, Inc. - http://www.alpi.org - 527@hsesinfo.org - 300 Lynchburg Road - - Lake Alfred - FL - 33850-2576 - 300 Lynchburg Road - - Lake Alfred - FL - 33850-2576 - 300 Lynchburg Road - - Lake Alfred - FL - 33850-2576 - Mr. - F51501 - L51501 - - Board of Directors Chairperson - 51501@hsesinfo.org - Ms. - F51500 - L51500 - - - 51500@hsesinfo.org - Mrs. - F51503 - L51503 - - 51503@hsesinfo.org - Mrs. - F51499 - L51499 - - 51499@hsesinfo.org - 555-555-1499 - - - 5100 - 526 - 9024 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Agricultural and Labor Program, Inc. - http://www.alpi.org - 526@hsesinfo.org - 300 Lynchburg Road - - Lake Alfred - FL - 33850-2576 - 300 Lynchburg Road - - Lake Alfred - FL - 33850-2576 - 300 Lynchburg Road - - Lake Alfred - FL - 33850-2576 - Mr. - F51510 - L51510 - - Board of Directors Chairperson - 51510@hsesinfo.org - Ms. - F51508 - L51508 - - - 51508@hsesinfo.org - Mrs. - F51507 - L51507 - - 51507@hsesinfo.org - Mrs. - F51506 - L51506 - - 51506@hsesinfo.org - 555-555-1506 - - - 10514 - 6911 - 12509 - 201 - - 2019-09-01 - - EHS - Active - New St. Paul Tabernacle Head Start Agency, Inc. - www.nspheadstart.org - 6911@hsesinfo.org - 15362 Southfield Drive - - Detroit - MI - 48223-1359 - 15362 Southfield Drive - - Detroit - MI - 48223-1359 - 15362 Southfield Drive - - Detroit - MI - 48223-1359 - Mr. - F221937 - L221937 - - Chairman of the Board of Directors - 221937@hsesinfo.org - Dr. - F221938 - L221938 - - Executive Director - 221938@hsesinfo.org - Ms. - F221940 - L221940 - - 221940@hsesinfo.org - Dr. - F221936 - L221936 - - 221936@hsesinfo.org - 555-555-1936 x 5555 - - - 9446 - 8761 - 9135 - 210 - 2019 - 2019-07-01 - 2019-06-30 - EHS - Inactive - Garvey School District - www.garvey.k12.ca.us - 8761@hsesinfo.org - 7424 Newmark Ave - - Rosemead - CA - 91770-2943 - 7424 Newmark Ave - - Rosemead - CA - 91770-2943 - 2730 Del Mar Ave - - Rosemead - CA - 91770-3026 - Ms. - F214624 - L214624 - - Board President - 214624@hsesinfo.org - Ms. - F214622 - L214622 - - Superintendent - 214622@hsesinfo.org - Ms. - F214625 - L214625 - - 214625@hsesinfo.org - Dr. - F214621 - L214621 - - 214621@hsesinfo.org - 555-555-4621 - - - 5078 - 643 - 9009 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Sumter County Opportunity, Inc. - http://www.scoheadstart.org - 643@hsesinfo.org - 714 Country Club Road - P.O. Drawer 928 - Livingston - AL - 35470-0928 - 714 Country Club Road - P.O. Drawer 928 - Livingston - AL - 35470-0928 - 714 Country Club Road - P.O. Drawer 928 - Livingston - AL - 35470-0928 - Mr. - F51699 - L51699 - - Board Chairman - 51699@hsesinfo.org - Mrs. - F51697 - L51697 - - CEO/Executive Director/Head Start/EarlyHead Director - 51697@hsesinfo.org - Mrs. - F51696 - L51696 - - 51696@hsesinfo.org - Mrs. - F51695 - L51695 - - 51695@hsesinfo.org - 555-555-1695 - - - 10515 - 1025 - 12502 - 000 - 2014 - 2019-09-01 - - HS - Active - Sheridan School District #2 - http://sheridanssd2.org/earlychildhood.htm - 1025@hsesinfo.org - 4107 S Federal Blvd - - Englewood - CO - 80110-4316 - P.O. Box 1198 - - Englewood - CO - 80150-1198 - 4107 S Federal Blvd - "Lower Campus" - Englewood - CO - 80110-4316 - Ms. - F221944 - L221944 - - Sheridan Board of Education President - 221944@hsesinfo.org - Mr. - F221945 - L221945 - - Superintendent of Sheridan School District #2 - 221945@hsesinfo.org - Mrs. - F221947 - L221947 - - 221947@hsesinfo.org - Ms. - F221943 - L221943 - - 221943@hsesinfo.org - 555-555-1943 - - - 10516 - 3987 - 12510 - 001 - 2014 - 2019-09-01 - - HS - Active - The Village For Early Childhood Education - http://village.littletonpublicschools.net - 3987@hsesinfo.org - 1907 West Powers Avenue - - Littleton - CO - 80120-1247 - 1907 West Powers Avenue - - Littleton - CO - 80120-1247 - 1907 West Powers Avenue - - Littleton - CO - 80120-1247 - Mr. - F221951 - L221951 - - President, Board of Education - 221951@hsesinfo.org - Mr. - F221952 - L221952 - - - 221952@hsesinfo.org - Ms. - F221954 - L221954 - - 221954@hsesinfo.org - Ms. - F221950 - L221950 - - 221950@hsesinfo.org - 555-555-1950 - - - 4937 - 1666 - 8753 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Kids On The Move, Inc. - http://www.kotm.org - 1666@hsesinfo.org - 475 West 260 North - - Orem - UT - 84057-1970 - 475 West 260 North - - Orem - UT - 84057-1970 - 475 West 260 North - - Orem - UT - 84057-1970 - Mr. - F48685 - L48685 - - Board Chairman - 48685@hsesinfo.org - Mr. - F48688 - L48688 - - CEO - 48688@hsesinfo.org - Mrs. - F48687 - L48687 - - 48687@hsesinfo.org - Ms. - F48683 - L48683 - - 48683@hsesinfo.org - 555-555-8683 x 5555 - - - 10619 - 1772 - 12618 - 200 - 2014 - 2019-09-01 - - EHS - Active - Family Service Center - www.salibacenter.org - 1772@hsesinfo.org - 545 West Main Street Suite 404 - 545 West Main Street Suite 100 - Dothan - AL - 36301-1626 - 545 West Main Street Suite 404 - 545 West Main Street Suite 100 - Dothan - AL - 36301-1626 - 545 West Main Street Suite 404 - 545 West Main Street Suite 100 - Dothan - AL - 36301-1626 - Mr. - F222670 - L222670 - - - 222670@hsesinfo.org - Ms. - F222671 - L222671 - - - 222671@hsesinfo.org - Ms. - F222673 - L222673 - - 222673@hsesinfo.org - Ms. - F222669 - L222669 - - 222669@hsesinfo.org - 555-555-2669 x 5555 - - - 10621 - 6259 - 12619 - 200 - - 2019-09-01 - - AIAN EHS - Active - BOIS FORTE RESERVATION TRIBAL GOVERNMENT - www.boisforte.com - 6259@hsesinfo.org - 5344 Lake Shore Dr - - Nett Lake - MN - 55772-1200 - 5344 Lake Shore Dr - - Nett Lake - MN - 55772-1200 - 5344 Lake Shore Dr - - Nett Lake - MN - 55772-1200 - Ms. - F222684 - L222684 - - Tribal Council Chairman - 222684@hsesinfo.org - Mr. - F222685 - L222685 - - Executive Director - 222685@hsesinfo.org - Mr. - F222687 - L222687 - - 222687@hsesinfo.org - Mrs. - F222683 - L222683 - - 222683@hsesinfo.org - 555-555-2683 x 5555 - - - 5620 - 4116 - 9440 - 006 - 2014 - 2014-12-01 - - HS - Active - Chicago Commons Association - www.chicagocommons.org - 4116@hsesinfo.org - 515 E 50th St - - Chicago - IL - 60615-2401 - 515 E 50th St - - Chicago - IL - 60615-2401 - 515 E 50th St - - Chicago - IL - 60615-2401 - Mr. - F101363 - L101363 - - Board Chair - 101363@hsesinfo.org - Mr. - F101361 - L101361 - - President & CEO - 101361@hsesinfo.org - Ms. - F101360 - L101360 - - 101360@hsesinfo.org - Ms. - F101358 - L101358 - - 101358@hsesinfo.org - 555-555-1358 - - - 8713 - 8573 - 9440 - 206 - 2017 - 2016-09-01 - - EHS - Active - Chicago Commons Association - www.chicagocommons.org - 8573@hsesinfo.org - 515 E 50th St - - Chicago - IL - 60615-2401 - 515 E 50th St - - Chicago - IL - 60615-2401 - 515 E 50th St - - Chicago - IL - 60615-2401 - Mr. - F209488 - L209488 - - Board Chair - 209488@hsesinfo.org - Mr. - F209489 - L209489 - - President & CEO - 209489@hsesinfo.org - Ms. - F209491 - L209491 - - 209491@hsesinfo.org - Ms. - F209487 - L209487 - - 209487@hsesinfo.org - 555-555-9487 - - - 6837 - 4022 - 10313 - 002 - - 2015-08-01 - - HS - Active - Catholic Charities of the Archdiocese of Miami - http://www.ccadm.org - 4022@hsesinfo.org - 1505 N.E. 26th Street - - Wilton Manors - FL - 33305 - 1505 N.E. 26th Street - - Wilton Manors - FL - 33305 - 1505 N.E. 26th Street - - Wilton Manors - FL - 33305 - Msgr. - F203534 - L203534 - - Board Chair - 203534@hsesinfo.org - Mr. - F203535 - L203535 - - CEO - 203535@hsesinfo.org - Ms. - F203537 - L203537 - - 203537@hsesinfo.org - Mrs. - F203533 - L203533 - - 203533@hsesinfo.org - 555-555-3533 - - - 4323 - 1104 - 8324 - 200 - 2013 - 2013-08-29 - 2018-08-31 - EHS - Inactive - Child-Parent Centers, Inc. - http://www.childparentcenters.org - 1104@hsesinfo.org - 602 East 22nd Street - - Tucson - AZ - 85713-1701 - 602 East 22nd Street - - Tucson - AZ - 85713-1701 - 602 East 22nd Street - - Tucson - AZ - 85713-1701 - Ms. - F39600 - L39600 - - Board President - 39600@hsesinfo.org - Mrs. - F39601 - L39601 - - Chief Executive Officer - 39601@hsesinfo.org - Mr. - F39602 - L39602 - - 39602@hsesinfo.org - Mrs. - F39597 - L39597 - - 39597@hsesinfo.org - 555-555-9597 x 5555 - - - 10517 - 3988 - 12511 - 002 - 2014 - 2019-09-01 - - HS - Active - Englewood Head Start - http://www.englewoodschools.net - 3988@hsesinfo.org - 3838 S Huron St - - Englewood - CO - 80110 - 3838 S Huron St - - Englewood - CO - 80110 - 4101 S. Bannock St - - Englewood - CO - 80110 - Ms. - F221958 - L221958 - - School Board Chair - 221958@hsesinfo.org - Dr. - F221959 - L221959 - - Superintendent - 221959@hsesinfo.org - Ms. - F221961 - L221961 - - 221961@hsesinfo.org - Ms. - F221957 - L221957 - - 221957@hsesinfo.org - 555-555-1957 - - - 10518 - 1048 - 12495 - 000 - 2014 - 2019-09-01 - - HS - Active - Ogden-Weber Community Action Partnership, Inc. - http://www.owcap.org - 1048@hsesinfo.org - 3159 Grant Avenue - - Ogden - UT - 84401-3942 - 3159 Grant Avenue - - Ogden - UT - 84401-3942 - 3159 Grant Avenue - - Ogden - UT - 84401-3942 - Ms. - F221965 - L221965 - - Board of Trustees Chairperson - 221965@hsesinfo.org - Ms. - F221966 - L221966 - - Executive Director - 221966@hsesinfo.org - Mr. - F221968 - L221968 - - 221968@hsesinfo.org - Ms. - F221964 - L221964 - - 221964@hsesinfo.org - 555-555-1964 x 5555 - - - 10519 - 8199 - 12495 - 200 - 2016 - 2019-09-01 - - EHS - Active - Ogden-Weber Community Action Partnership, Inc. - http://www.owcap.org - 8199@hsesinfo.org - 3159 Grant Avenue - - Ogden - UT - 84401-3942 - 3159 Grant Avenue - - Ogden - UT - 84401-3942 - 3159 Grant Avenue - - Ogden - UT - 84401-3942 - Ms. - F221972 - L221972 - - Board of Trustees Chairperson - 221972@hsesinfo.org - Ms. - F221973 - L221973 - - Executive Director - 221973@hsesinfo.org - Mr. - F221975 - L221975 - - 221975@hsesinfo.org - Ms. - F221971 - L221971 - - 221971@hsesinfo.org - 555-555-1971 x 5555 - - - 10332 - 3965 - 12350 - 063 - 2014 - 2019-07-01 - - HS - Active - MARC Academy and Family Center - 55 E 175th St - 3965@hsesinfo.org - 55 E 175th St - Fl 1 - Bronx - NY - 10453-7946 - 55 E 175th St - Fl 1 - Bronx - NY - 10453-7946 - 55 E 175th St - Fl 1 - Bronx - NY - 10453-7946 - Mr. - F220665 - L220665 - - Chairman - 220665@hsesinfo.org - Ms. - F220666 - L220666 - - Executive Director - 220666@hsesinfo.org - Ms. - F220668 - L220668 - - 220668@hsesinfo.org - Ms. - F220664 - L220664 - - 220664@hsesinfo.org - 555-555-0664 - - - 8287 - 537 - 10664 - 000 - 1992 - 2016-07-01 - - HS - Active - Middle Georgia CAA - http://www.mgcaa.org - 537@hsesinfo.org - 121 Prince St - - Warner Robins - GA - 31093-0712 - 121 Prince St - - Warner Robins - GA - 31093-0712 - 121 Prince St - - Warner Robins - GA - 31093-0712 - Mr. - F207149 - L207149 - - Chairman, Board of Directors - 207149@hsesinfo.org - Ms. - F207150 - L207150 - - Executive Director - 207150@hsesinfo.org - Dr. - F207152 - L207152 - - 207152@hsesinfo.org - Ms. - F207148 - L207148 - - 207148@hsesinfo.org - 555-555-7148 - - - 10520 - 6020 - 12496 - 200 - - 2019-09-01 - - EHS - Active - Clayton Early Learning, Trustee George W. Clayton Trust - http://www.claytonearlylearning.org - 6020@hsesinfo.org - 3751 MARTIN LUTHER KING JR. BLVD., - - DENVER - CO - 80205-4972 - 3751 MARTIN LUTHER KING JR. BLVD., - - DENVER - CO - 80205-4972 - 3751 MARTIN LUTHER KING JR. BLVD., - - DENVER - CO - 80205-4972 - Mr. - F221979 - L221979 - - Board Chair - 221979@hsesinfo.org - Ms. - F221980 - L221980 - - CEO/President - 221980@hsesinfo.org - Mr. - F221982 - L221982 - - 221982@hsesinfo.org - Ms. - F221978 - L221978 - - 221978@hsesinfo.org - 555-555-1978 x 5555 - - - 4573 - 4575 - 8479 - 000 - 2013 - 2013-12-23 - 2018-12-31 - HS - Inactive - Child Care Resource Center - www.ccrcca.org - 4575@hsesinfo.org - 20001 Prairie Street - - Chatsworth - CA - 91311-6508 - 20001 Prairie Street - - Chatsworth - CA - 91311-6508 - 20001 Prairie Street - - Chatsworth - CA - 91311-6508 - Mr. - F43023 - L43023 - Esq - Board Chair - 43023@hsesinfo.org - Mr. - F43024 - L43024 - Phd - President & CEO - 43024@hsesinfo.org - Ms. - F43026 - L43026 - - 43026@hsesinfo.org - Ms. - F43022 - L43022 - - 43022@hsesinfo.org - 555-555-3022 - - - 4574 - 4576 - 8479 - 200 - 2013 - 2013-12-23 - 2018-12-31 - EHS - Inactive - Child Care Resource Center - www.ccrcca.org - 4576@hsesinfo.org - 20001 Prairie Street - - Chatsworth - CA - 91311-6508 - 20001 Prairie Street - - Chatsworth - CA - 91311-6508 - 20001 Prairie Street - - Chatsworth - CA - 91311-6508 - Mr. - F43031 - L43031 - Esq - Board Chair - 43031@hsesinfo.org - Mr. - F43032 - L43032 - Phd - President & CEO - 43032@hsesinfo.org - Ms. - F43034 - L43034 - - 43034@hsesinfo.org - Ms. - F43030 - L43030 - - 43030@hsesinfo.org - 555-555-3030 - - - 9705 - 305 - 11863 - 000 - 2014 - 2019-07-01 - - HS - Active - Upshur Human Resources, Inc. - http://www.headstart-upshur.org - 305@hsesinfo.org - 8 Cleveland Avenue - - Buckhannon - WV - 26201-2847 - 8 Cleveland Avenue - - Buckhannon - WV - 26201-2847 - 8 Cleveland Avenue - - Buckhannon - WV - 26201-2847 - Ms. - F216356 - L216356 - - Board Chairperson - 216356@hsesinfo.org - Ms. - F216357 - L216357 - - - 216357@hsesinfo.org - Ms. - F216359 - L216359 - - 216359@hsesinfo.org - Ms. - F216355 - L216355 - - 216355@hsesinfo.org - 555-555-6355 - - - 6452 - 581 - 10101 - 000 - 1992 - 2015-07-01 - - HS - Active - Step Up Suncoast, Inc. Head Start/Early Head Start - http://www.stepupsuncoast.org - 581@hsesinfo.org - 6428 Parkland Dr - - Sarasota - FL - 34243-4038 - 6428 Parkland Dr - - Sarasota - FL - 34243-4038 - 6428 Parkland Dr - - Sarasota - FL - 34243-4038 - Mr. - F200834 - L200834 - - Board Chair - 200834@hsesinfo.org - Ms. - F200835 - L200835 - - President/CEO - 200835@hsesinfo.org - Ms. - F200837 - L200837 - - 200837@hsesinfo.org - Ms. - F200833 - L200833 - - 200833@hsesinfo.org - 555-555-0833 x 5555 - - - 9706 - 2371 - 11862 - 000 - 2014 - 2019-07-01 - - HS - Active - EARLY CHILDHOOD LEARNING CENTER OF GREENE COUNTY - eclcgreenecounty.org - 2371@hsesinfo.org - 2395 Route 23B - - South Cairo - NY - 12482-1220 - 2395 Route 23B - - South Cairo - NY - 12482-1220 - 2395 Route 23B - - South Cairo - NY - 12482-1220 - Ms. - F216363 - L216363 - - Board Chairperson - 216363@hsesinfo.org - Ms. - F216364 - L216364 - - ECLC / Head Start Director - 216364@hsesinfo.org - Ms. - F216366 - L216366 - - 216366@hsesinfo.org - Ms. - F216362 - L216362 - - 216362@hsesinfo.org - 555-555-6362 - - - 9709 - 1493 - 11864 - 000 - 2014 - 2019-06-01 - - HS - Active - Green Country Behavioral Health Services, Inc. - - 1493@hsesinfo.org - 619 N Main St - - Muskogee - OK - 74401-4431 - 619 N Main St - - Muskogee - OK - 74401-4431 - 619 N Main St - - Muskogee - OK - 74401-4431 - Mr. - F216384 - L216384 - - Board President - 216384@hsesinfo.org - Ms. - F216385 - L216385 - - CEO - 216385@hsesinfo.org - Mrs. - F216387 - L216387 - - 216387@hsesinfo.org - Mrs. - F216383 - L216383 - - 216383@hsesinfo.org - 555-555-6383 - - - 9710 - 1813 - 11864 - 200 - 2014 - 2019-06-01 - - EHS - Active - Green Country Behavioral Health Services, Inc. - - 1813@hsesinfo.org - 619 N Main St - - Muskogee - OK - 74401-4431 - 619 N Main St - - Muskogee - OK - 74401-4431 - 619 N Main St - - Muskogee - OK - 74401-4431 - Mr. - F216391 - L216391 - - Board President - 216391@hsesinfo.org - Ms. - F216392 - L216392 - - CEO - 216392@hsesinfo.org - Mrs. - F216394 - L216394 - - 216394@hsesinfo.org - Mrs. - F216390 - L216390 - - 216390@hsesinfo.org - 555-555-6390 - - - 9711 - 1338 - 11865 - 000 - 2014 - 2019-06-01 - - HS - Active - Regina Coeli Child Development Center, Inc. - http://www.rccdc.org - 1338@hsesinfo.org - 22476 Highway 190 E - - Robert - LA - 70455-1732 - 22476 Highway 190 E - - Robert - LA - 70455-1732 - 22476 Highway 190 E - - Robert - LA - 70455-1732 - Atty. - F216398 - L216398 - - President, Board of Directors - 216398@hsesinfo.org - Dr. - F216399 - L216399 - - Executive Director - 216399@hsesinfo.org - Ms. - F216401 - L216401 - - 216401@hsesinfo.org - Dr. - F216397 - L216397 - - 216397@hsesinfo.org - 555-555-6397 - - - 9712 - 1339 - 11865 - 200 - 2014 - 2019-06-01 - - EHS - Active - Regina Coeli Child Development Center, Inc. - http://www.rccdc.org - 1339@hsesinfo.org - 22476 Highway 190 E - - Robert - LA - 70455-1732 - 22476 Highway 190 E - - Robert - LA - 70455-1732 - 22476 Highway 190 E - - Robert - LA - 70455-1732 - Atty. - F216405 - L216405 - - President, Board of Directors - 216405@hsesinfo.org - Dr. - F216406 - L216406 - - - 216406@hsesinfo.org - Ms. - F216408 - L216408 - - 216408@hsesinfo.org - Mrs. - F216404 - L216404 - - 216404@hsesinfo.org - 555-555-6404 x 5555 - - - 6362 - 2388 - 9985 - 000 - 1992 - 2015-06-01 - 2020-05-31 - HS - Inactive - Allegheny County Department of Human Services - http://www.alleghenycounty.us/dhs/ - 2388@hsesinfo.org - 1 Smithfield St Ste 400 - - Pittsburgh - PA - 15222-2221 - 1 Smithfield St Ste 400 - - Pittsburgh - PA - 15222-2221 - 1 Smithfield St Ste 400 - - Pittsburgh - PA - 15222-2221 - Mr. - F200204 - L200204 - - Allegheny County Manager - 200204@hsesinfo.org - Mr. - F200205 - L200205 - - Executive Director Allegheny County Department of Human Services - 200205@hsesinfo.org - Ms. - F200207 - L200207 - - 200207@hsesinfo.org - Mrs. - F200203 - L200203 - - 200203@hsesinfo.org - 555-555-0203 - - - 3032 - 1931 - 6685 - 000 - 2013 - 2013-07-02 - 2018-07-31 - HS - Inactive - City of Rockford, Human Services Dept. - http://www.rockfordil.gov - 1931@hsesinfo.org - 425 E State St - - Rockford - IL - 61104-1014 - 425 E State St - - Rockford - IL - 61104-1014 - 425 E State St - - Rockford - IL - 61104-1014 - Mr. - F37582 - L37582 - - Mayor - 37582@hsesinfo.org - Mr. - F37584 - L37584 - - Executive Director - 37584@hsesinfo.org - Ms. - F37586 - L37586 - - 37586@hsesinfo.org - Mrs. - F37581 - L37581 - - 37581@hsesinfo.org - 555-555-7581 - - - 6493 - 6511 - 10177 - 000 - - 2015-07-01 - 2020-06-30 - HS - Inactive - The Family Y,Young Men's Christian Association/YWCO of the C - www.thefamilyy.org - 6511@hsesinfo.org - 1058 Claussen Rd - Ste 100 - Augusta - GA - 30907-0302 - 1058 Claussen Rd - Ste 100 - Augusta - GA - 30907-0302 - 1058 Claussen Rd - Ste 100 - Augusta - GA - 30907-0302 - Dr. - F201121 - L201121 - - Board Chair - 201121@hsesinfo.org - Mr. - F201122 - L201122 - - CEO/President - 201122@hsesinfo.org - Ms. - F201124 - L201124 - - 201124@hsesinfo.org - Ms. - F201120 - L201120 - - 201120@hsesinfo.org - 555-555-1120 - - - 3033 - 2765 - 6685 - 200 - 2013 - 2013-07-02 - 2018-07-31 - EHS - Inactive - City of Rockford, Human Services Dept. - http://www.rockfordil.gov - 2765@hsesinfo.org - 425 E State St - - Rockford - IL - 61104-1014 - 425 E State St - - Rockford - IL - 61104-1014 - 425 E State St - - Rockford - IL - 61104-1014 - Mr. - F37593 - L37593 - - Mayor - 37593@hsesinfo.org - Mr. - F37591 - L37591 - - Executive Director - 37591@hsesinfo.org - Ms. - F37590 - L37590 - - 37590@hsesinfo.org - Mrs. - F37589 - L37589 - - 37589@hsesinfo.org - 555-555-7589 - - - 4803 - 887 - 8744 - 000 - 2014 - 2014-05-01 - 2019-04-30 - HS - Inactive - Livingston Byrdstown Jamestown & Cookeville Dev Corp - http://www.lbjc.org - 887@hsesinfo.org - 1150 Chocolate Drive - - Cookeville - TN - 38501-2006 - 1150 Chocolate Drive - - Cookeville - TN - 38501-2006 - 1150 Chocolate Drive - - Cookeville - TN - 38501-2006 - Mr. - F46881 - L46881 - - Board Chairperson - 46881@hsesinfo.org - Ms. - F46880 - L46880 - - - 46880@hsesinfo.org - Mr. - F46883 - L46883 - - 46883@hsesinfo.org - Ms. - F46879 - L46879 - - 46879@hsesinfo.org - 555-555-6879 x 5555 - - - 8269 - 538 - 10651 - 000 - 1992 - 2016-07-01 - - HS - Active - SE AL Regional Planning & Development Commission - http://www.searpdc.org - 538@hsesinfo.org - 462 N Oates St - Fl 4 - Dothan - AL - 36303-4513 - 462 North Oates Street - 4th Floor - P.O. Box 1406 - Dothan - AL - 36302-1406 - 462 N Oates St - - Dothan - AL - 36303-4513 - Mrs. - F207023 - L207023 - - Board Chairperson - 207023@hsesinfo.org - Mr. - F207024 - L207024 - - Executive Director - 207024@hsesinfo.org - Mr. - F207026 - L207026 - - 207026@hsesinfo.org - Mr. - F207022 - L207022 - - 207022@hsesinfo.org - 555-555-7022 x 5555 - - - 10336 - 3955 - 12354 - 069 - 2014 - 2019-07-01 - - HS - Active - SCO Family of Services - SCO.org - 3955@hsesinfo.org - 69 Saratoga Ave - - Brooklyn - NY - 11233-1653 - 69 Saratoga Ave - - Brooklyn - NY - 11233-1653 - 1 Alexander Place - - Glen Cove - NY - 11542-3745 - Mr. - F220693 - L220693 - - - 220693@hsesinfo.org - Mr. - F220694 - L220694 - - - 220694@hsesinfo.org - Mrs. - F220696 - L220696 - - 220696@hsesinfo.org - Mrs. - F220692 - L220692 - - 220692@hsesinfo.org - 555-555-0692 x 5555 - - - 10521 - 6054 - 12500 - 200 - - 2019-09-01 - - EHS - Active - Evanston Child Development Center - http://evanstonchilddevelopmentcenter.org - 6054@hsesinfo.org - 336 Summit St. - - Evanston - WY - 82930-3655 - 336 Summit St. - - Evanston - WY - 82930-3655 - 336 Summit St. - - Evanston - WY - 82930-3655 - Ms. - F221986 - L221986 - - - 221986@hsesinfo.org - Mrs. - F221987 - L221987 - - - 221987@hsesinfo.org - Ms. - F221989 - L221989 - - 221989@hsesinfo.org - Mr. - F221985 - L221985 - - 221985@hsesinfo.org - 555-555-1985 - - - 3692 - 4099 - 7768 - 001 - - - - HS - Active - Seton Hill Child Services, Inc. - http://www.shchildservices.org - 4099@hsesinfo.org - 226 S Maple Ave - Ste 200 - Greensburg - PA - 15601-3228 - 226 S Maple Ave - Ste 200 - Greensburg - PA - 15601-3228 - 226 S Maple Ave - Ste 200 - Greensburg - PA - 15601-3228 - - F24319 - L24319 - - - 24319@hsesinfo.org - - F24320 - L24320 - - - 24320@hsesinfo.org - - F24321 - L24321 - - 24321@hsesinfo.org - - F2790 - L2790 - - 2790@hsesinfo.org - 555-555-2790 - - - 10522 - 6059 - 12501 - 200 - - 2019-09-01 - - EHS - Active - Riverside County Office of Education - http://www.rcoe.us - 6059@hsesinfo.org - 3939 Thirteenth Street - - Riverside - CA - 92502-0868 - 3939 Thirteenth Street - - Riverside - CA - 92502-0868 - 3939 Thirteenth Street - - Riverside - CA - 92502-0868 - Dr. - F221993 - L221993 - Ed.D - Riverside County Superintendent of Schools - 221993@hsesinfo.org - Dr. - F221994 - L221994 - Ed.D - Executive Director - 221994@hsesinfo.org - Ms. - F221996 - L221996 - - 221996@hsesinfo.org - Dr. - F221992 - L221992 - Ed.D - 221992@hsesinfo.org - 555-555-1992 - - - 8156 - 8277 - 10580 - 200 - 2011 - 2016-06-01 - - EHS - Active - The Puerto Rican Family Institute, Inc. - www.prfipr.org - 8277@hsesinfo.org - Carretera 849 km 1.5 Calle Juan Baiz - Bo. Santo Domingo - San Juan - PR - 00924 - PO Box 29608 - - San Juan - PR - 00929-0608 - Carretera 849 km 1.5 Calle Juan Baiz - Bo. Santo Domingo - San Juan - PR - 00924 - Dr. - F206207 - L206207 - - Board Chairperson - 206207@hsesinfo.org - Mr. - F206208 - L206208 - - President & CEO - 206208@hsesinfo.org - Mrs. - F206210 - L206210 - - 206210@hsesinfo.org - Mrs. - F206206 - L206206 - - 206206@hsesinfo.org - 555-555-6206 x 5555 - - - 10337 - 3967 - 12355 - 070 - 2014 - 2019-07-01 - - HS - Active - Southeast Bronx Neighborhood Centers - sebnc.org - 3967@hsesinfo.org - 955 Tinton Avenue - - Bronx - NY - 10456-7105 - 955 Tinton Avenue - - Bronx - NY - 10456-7105 - 955 Tinton Avenue - - Bronx - NY - 10456-7105 - Mr. - F220700 - L220700 - - Board of Directors Chair - 220700@hsesinfo.org - Dr. - F220701 - L220701 - - - 220701@hsesinfo.org - - F220703 - L220703 - - 220703@hsesinfo.org - Ms. - F220699 - L220699 - - 220699@hsesinfo.org - 555-555-0699 - - - 9713 - 783 - 11861 - 000 - 1992 - 2019-06-01 - - HS - Active - Gulf Coast Community Services Association - http://www.gccsa.org - 783@hsesinfo.org - 9320 Kirby Drive - - Houston - TX - 77054 - 9320 Kirby Drive - - Houston - TX - 77054 - 9320 Kirby Drive - - Houston - TX - 77054 - Mr. - F216412 - L216412 - - - 216412@hsesinfo.org - Dr. - F216413 - L216413 - - Chief` Executive Officer - 216413@hsesinfo.org - Mr. - F216415 - L216415 - - 216415@hsesinfo.org - Ms. - F216411 - L216411 - - 216411@hsesinfo.org - 555-555-6411 - - - 9714 - 784 - 11861 - 200 - 2014 - 2019-06-01 - - EHS - Active - GULF COAST COMMUNITY SERVICES ASSOCIATION - http://www.gccsa.org - 784@hsesinfo.org - 9320 Kirby Drive - - Houston - TX - 77054 - 9320 Kirby Drive - - Houston - TX - 77054 - 9320 Kirby Drive - - Houston - TX - 77054 - Mr. - F216419 - L216419 - - - 216419@hsesinfo.org - Dr. - F216420 - L216420 - - Chief` Executive Officer - 216420@hsesinfo.org - Mr. - F216422 - L216422 - - 216422@hsesinfo.org - Ms. - F216418 - L216418 - - 216418@hsesinfo.org - 555-555-6418 - - - 10338 - 3957 - 12356 - 072 - 2014 - 2019-07-01 - - HS - Active - United Federation of Black Community Organizations - - 3957@hsesinfo.org - 474 W 159th St - - New York - NY - 10032-5302 - 474 W 159th St - - New York - NY - 10032-5302 - 474 W 159th St - - New York - NY - 10032-5302 - Ms. - F220707 - L220707 - - Board Chair - 220707@hsesinfo.org - Ms. - F220708 - L220708 - - Executive Director - 220708@hsesinfo.org - Ms. - F220710 - L220710 - - 220710@hsesinfo.org - Ms. - F220706 - L220706 - - 220706@hsesinfo.org - 555-555-0706 - - - 10339 - 8026 - 12301 - 204 - 2016 - 2019-07-01 - - EHS - Active - The Children's Aid Society - http://www.childrensaidsociety.org - 8026@hsesinfo.org - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - Ms. - F220714 - L220714 - - - 220714@hsesinfo.org - Ms. - F220715 - L220715 - - - 220715@hsesinfo.org - Ms. - F220717 - L220717 - - 220717@hsesinfo.org - Ms. - F220713 - L220713 - - 220713@hsesinfo.org - 555-555-0713 - - - 8042 - 1780 - 10545 - 000 - 1991 - 2015-12-01 - - AIAN HS - Active - White Mountain Apache Tribe - whitemountainapache.org - 1780@hsesinfo.org - 311 North 1st Street - - Whiteriver - AZ - 85941 - PO Box 699 - - Whiteriver - AZ - 85941-0699 - 311 North 1st Street - - Whiteriver - AZ - 85941 - Mrs. - F205487 - L205487 - - Tribal Chairwoman - 205487@hsesinfo.org - Mrs. - F205488 - L205488 - - - 205488@hsesinfo.org - Mr. - F205490 - L205490 - - 205490@hsesinfo.org - Mrs. - F205486 - L205486 - - 205486@hsesinfo.org - 555-555-5486 - - - 9365 - 3273 - 11606 - 000 - 2013 - 2019-02-01 - - HS - Active - Quintana Baptist Church Head Start Program - - 3273@hsesinfo.org - Edificio Caribe Plaza - 579 Ave Ponce De Leon - San Juan - PR - 00920 - Ave. Paz Granela - Pmb 473 Ste. 2 - San Juan - PR - 00927 - Edificio Caribe Plaza - 579 Ave Ponce De Leon - San Juan - PR - 00920 - Mr. - F214088 - L214088 - - Acting Board President - 214088@hsesinfo.org - Mr. - F214089 - L214089 - - Executive Director - 214089@hsesinfo.org - Mrs. - F214091 - L214091 - - 214091@hsesinfo.org - Mrs. - F214087 - L214087 - - 214087@hsesinfo.org - 555-555-4087 - - - 10340 - 8049 - 12307 - 228 - 2016 - 2019-07-01 - - EHS - Active - Bushwick United Head Start - www.bushwickunited.org - 8049@hsesinfo.org - 136 Stanhope Street - - Brooklyn - NY - 11221-3407 - 136 Stanhope Street - - Brooklyn - NY - 11221-3407 - 136 Stanhope Street - - Brooklyn - NY - 11221-3407 - Ms. - F220721 - L220721 - - - 220721@hsesinfo.org - Mr. - F220722 - L220722 - - - 220722@hsesinfo.org - Ms. - F220724 - L220724 - - 220724@hsesinfo.org - Mr. - F220720 - L220720 - - 220720@hsesinfo.org - 555-555-0720 x 5555 - - - 4642 - 633 - 8631 - 000 - 2014 - 2014-03-01 - 2019-02-28 - HS - Inactive - Alabama Council on Human Relations - http://www.achr.com - 633@hsesinfo.org - 950 Shelton Mill Rd - - Auburn - AL - 36830-2736 - PO Box 3770 - 950 Sheldon Mill Road - Auburn - AL - 36831-3770 - 950 Shelton Mill Rd - - Auburn - AL - 36830-2736 - Mr. - F44518 - L44518 - Jr - President - 44518@hsesinfo.org - Ms. - F44517 - L44517 - - CEO - 44517@hsesinfo.org - Mr. - F44520 - L44520 - - 44520@hsesinfo.org - Ms. - F44516 - L44516 - - 44516@hsesinfo.org - 555-555-4516 - - - 5783 - 2862 - 8772 - 200 - 2011 - 2015-01-01 - - Migrant EHS - Active - Oregon Child Development Coalition - http://www.ocdc.net - 2862@hsesinfo.org - 9401 SW Pioneer Court, Suite E - - Wilsonville - OR - 97070 - P.O. 2780 - - Wilsonville - OR - 97070 - 9401 SW Pioneer Court, Suite E - - Wilsonville - OR - 97070 - Ms. - F105088 - L105088 - - Board Chairman - 105088@hsesinfo.org - Ms. - F105086 - L105086 - - - 105086@hsesinfo.org - Mrs. - F105085 - L105085 - - 105085@hsesinfo.org - Mrs. - F105084 - L105084 - - 105084@hsesinfo.org - 555-555-5084 - - - 10341 - 8027 - 12311 - 205 - 2016 - 2019-07-01 - - EHS - Active - Addie Mae Collins Community Service Head Start - http://www.addiemaecollins.org - 8027@hsesinfo.org - 110 East 129th Street - - New York - NY - 10035-1300 - 110 East 129th Street - - New York - NY - 10035-1300 - 110 East 129th Street - - New York - NY - 10035-1300 - Mrs. - F220728 - L220728 - - - 220728@hsesinfo.org - Miss - F220729 - L220729 - - - 220729@hsesinfo.org - Miss - F220731 - L220731 - - 220731@hsesinfo.org - Miss - F220727 - L220727 - - 220727@hsesinfo.org - 555-555-0727 - - - 8567 - 8446 - 10970 - 200 - 2017 - 2017-03-01 - - EHS - Active - YWCA Metropolitan Chicago - https://ywcachicago.org/ - 8446@hsesinfo.org - 2055 W Army Trail Rd - Ste 140 - Addison - IL - 60101-1478 - 2055 W Army Trail Rd - Ste 140 - Addison - IL - 60101-1478 - 1 N La Salle St Ste 1150 - - Chicago - IL - 60602-4039 - Mr. - F208692 - L208692 - - EHS-CCP Advisory Board President - 208692@hsesinfo.org - Ms. - F208693 - L208693 - - VP Early Childhood Services - 208693@hsesinfo.org - Ms. - F208695 - L208695 - - 208695@hsesinfo.org - Ms. - F208691 - L208691 - - 208691@hsesinfo.org - 555-555-8691 x 5555 - - - 9217 - 2787 - 11501 - 200 - 2011 - 2018-12-01 - - EHS - Active - Options for Learning - www.optionsforlearning.org - 2787@hsesinfo.org - 885 So. Village Oaks Drive - - Covina - CA - 91724-3615 - 885 So. Village Oaks Drive - - Covina - CA - 91724-3615 - 885 So. Village Oaks Drive - - Covina - CA - 91724-3615 - Mr. - F213059 - L213059 - - Chairperson, Board of Directors - 213059@hsesinfo.org - Mr. - F213060 - L213060 - - CEO - 213060@hsesinfo.org - Mrs. - F213062 - L213062 - - 213062@hsesinfo.org - Mrs. - F213058 - L213058 - - 213058@hsesinfo.org - 555-555-3058 - - - 10409 - 5939 - 12419 - 200 - - 2019-08-01 - - EHS - Active - Northern Virginia Family Service - www.nvfs.org - 5939@hsesinfo.org - 10455 White Granite Dr - Suite 100 - Oakton - VA - 22124-2764 - 10455 White Granite Dr - Suite 100 - Oakton - VA - 22124-2764 - 10455 White Granite Dr - Suite 100 - Oakton - VA - 22124-2764 - Mr. - F221203 - L221203 - - Board Chair - 221203@hsesinfo.org - Ms. - F221204 - L221204 - - CEO/President - 221204@hsesinfo.org - Mr. - F221206 - L221206 - - 221206@hsesinfo.org - Ms. - F221202 - L221202 - - 221202@hsesinfo.org - 555-555-1202 - - - 10160 - 492 - 12195 - 000 - 1996 - 2019-07-01 - - HS - Active - Families and Children Together, Inc. - http://www.fact-inc.com - 492@hsesinfo.org - 2720 Vine St - - El Dorado - AR - 71730-6700 - PO Box 10670 - - El Dorado - AR - 71730-0027 - 2720 Vine St - - El Dorado - AR - 71730-6700 - Dr. - F219485 - L219485 - - Chairman - 219485@hsesinfo.org - Ms. - F219486 - L219486 - - Executive Director - 219486@hsesinfo.org - Ms. - F219488 - L219488 - - 219488@hsesinfo.org - Ms. - F219484 - L219484 - - 219484@hsesinfo.org - 555-555-9484 x 5555 - - - 10161 - 493 - 12195 - 200 - 2004 - 2019-07-01 - - EHS - Active - Families and Children Together, Inc. - http://www.fact-inc.com - 493@hsesinfo.org - 2720 Vine St - - El Dorado - AR - 71730-6700 - PO Box 10670 - - El Dorado - AR - 71730-0027 - 2720 Vine St - - El Dorado - AR - 71730-6700 - Dr. - F219492 - L219492 - - Chairman - 219492@hsesinfo.org - Ms. - F219493 - L219493 - - Executive Director - 219493@hsesinfo.org - Ms. - F219495 - L219495 - - 219495@hsesinfo.org - Ms. - F219491 - L219491 - - 219491@hsesinfo.org - 555-555-9491 x 5555 - - - 6582 - 2567 - 10146 - 000 - 2009 - 2015-07-01 - - HS - Active - Pointe Coupee Parish School Board - www.pcpsb.net - 2567@hsesinfo.org - 337 Napoleon St - - New Roads - LA - 70760-3527 - PO Drawer 579 - - New Roads - LA - 70760 - 337 Napoleon St - - New Roads - LA - 70760-3527 - Mr. - F201744 - L201744 - - School Board President - 201744@hsesinfo.org - Ms. - F201745 - L201745 - - Superintendent - 201745@hsesinfo.org - Ms. - F201747 - L201747 - - 201747@hsesinfo.org - Mrs. - F201743 - L201743 - - 201743@hsesinfo.org - 555-555-1743 - - - 9007 - 299 - 11332 - 000 - 2013 - 2018-08-01 - - HS - Active - The Improvement Association - www.impassoc.org - 299@hsesinfo.org - The Improvement Association - 1750 East Atlantic Street - Emporia - VA - 23847-6584 - The Improvement Association - 1750 East Atlantic Street - Emporia - VA - 23847-6584 - The Improvement Association - 1750 East Atlantic Street - Emporia - VA - 23847-6584 - Mr. - F211596 - L211596 - - Chairman of the Board of Directors - 211596@hsesinfo.org - Mr. - F211597 - L211597 - Sr. - Executive Director - 211597@hsesinfo.org - Mrs. - F211599 - L211599 - - 211599@hsesinfo.org - Ms. - F211595 - L211595 - - 211595@hsesinfo.org - 555-555-1595 x 5555 - - - 9488 - 1105 - 11710 - 000 - 2014 - 2019-04-01 - - HS - Active - Child Development Resources of Ventura County, Inc. - http://www.cdrv.org - 1105@hsesinfo.org - 221 E. Ventura Boulevard - - Oxnard - CA - 93036-0277 - 221 E. Ventura Boulevard - - Oxnard - CA - 93036-0277 - 221 E. Ventura Boulevard - - Oxnard - CA - 93036-0277 - Mr. - F214913 - L214913 - - President - 214913@hsesinfo.org - Mr. - F214914 - L214914 - - Chief Executive Officer - 214914@hsesinfo.org - Ms. - F214916 - L214916 - - 214916@hsesinfo.org - Ms. - F214912 - L214912 - - 214912@hsesinfo.org - 555-555-4912 x 5555 - - - 10342 - 8032 - 12312 - 210 - 2016 - 2019-07-01 - - EHS - Active - Bloomingdale Family Program, Inc. - http://www.bloomingdalefamilyprogram.org - 8032@hsesinfo.org - 125 West 109th Street - - New York - NY - 10025-2542 - 125 West 109th Street - - New York - NY - 10025-2542 - 125 West 109th Street - - New York - NY - 10025-2542 - Ms. - F220735 - L220735 - - - 220735@hsesinfo.org - Mr. - F220736 - L220736 - - - 220736@hsesinfo.org - Ms. - F220738 - L220738 - - 220738@hsesinfo.org - Mr. - F220734 - L220734 - - 220734@hsesinfo.org - 555-555-0734 - - - 9416 - 2761 - 11639 - 200 - 2014 - 2019-03-01 - - EHS - Active - SALIDA SCHOOL DISTRICT R-32-J - www.salidaschools.com - 2761@hsesinfo.org - 516 Teller St - - Salida - CO - 81201 - PO Box 827 - - Salida - CO - 81201-0827 - 516 Teller St - - Salida - CO - 81201 - Mr. - F214430 - L214430 - - Salida School Board President - 214430@hsesinfo.org - Mr. - F214431 - L214431 - - Superintendent of Schools - 214431@hsesinfo.org - Ms. - F214433 - L214433 - - 214433@hsesinfo.org - Ms. - F214429 - L214429 - - 214429@hsesinfo.org - 555-555-4429 - - - 10343 - 8056 - 12328 - 236 - 2016 - 2019-07-01 - - EHS - Active - B'Above World Wide Institute, Inc - - 8056@hsesinfo.org - 134-11 Kew Gardens Road - - Richmond Hill - NY - 11418 - 134-11 Kew Gardens Road - - Richmond Hill - NY - 11418 - 134-11 Kew Gardens Road - - Richmond Hill - NY - 11418 - Mr. - F220742 - L220742 - - - 220742@hsesinfo.org - Rabbi - F220743 - L220743 - - - 220743@hsesinfo.org - Mr. - F220745 - L220745 - - 220745@hsesinfo.org - Rabbi - F220741 - L220741 - - 220741@hsesinfo.org - 555-555-0741 - - - 10344 - 8074 - 12342 - 255 - 2016 - 2019-07-01 - - EHS - Active - Sheltering Arms Children and Family Services - shelteringarmsny.org - 8074@hsesinfo.org - 305 7th Avenue - - New York - NY - 10009-6008 - 305 7th Avenue - - New York - NY - 10009-6008 - 305 7th Avenue - - New York - NY - 10009-6008 - Mr. - F220749 - L220749 - - Board Chair and President - 220749@hsesinfo.org - Ms. - F220750 - L220750 - - CEO/Executive Director - 220750@hsesinfo.org - Ms. - F220752 - L220752 - - 220752@hsesinfo.org - Ms. - F220748 - L220748 - - 220748@hsesinfo.org - 555-555-0748 - - - 9120 - 3788 - 11433 - 011 - 2013 - 2018-09-01 - - HS - Active - Romoland School District - www.romoland.net - 3788@hsesinfo.org - 25890 Antelope - - Romoland - CA - 92585 - 25890 Antelope - - Romoland - CA - 92585 - 25890 Antelope - - Romoland - CA - 92585 - Mrs. - F212430 - L212430 - - School Board President - 212430@hsesinfo.org - Mr. - F212431 - L212431 - - Superintendent - 212431@hsesinfo.org - Ms. - F212433 - L212433 - - 212433@hsesinfo.org - Mrs. - F212429 - L212429 - - 212429@hsesinfo.org - 555-555-2429 - - - 4494 - 688 - 8411 - 000 - 1991 - 2013-11-29 - 2018-12-31 - HS - Inactive - COMMUNITY ACTION PROGRAM COMMISSION OF LANCASTER - http://www.faircaa.org - 688@hsesinfo.org - 1743 E Main St - - Lancaster - OH - 43130-9838 - PO Box 768 - - Lancaster - OH - 43130-0768 - 1743 E Main St - - Lancaster - OH - 43130-9838 - Ms. - F42493 - L42493 - - - 42493@hsesinfo.org - Mrs. - F42494 - L42494 - - - 42494@hsesinfo.org - Ms. - F42496 - L42496 - - 42496@hsesinfo.org - Mrs. - F42492 - L42492 - - 42492@hsesinfo.org - 555-555-2492 x 5555 - - - 6719 - 620 - 10244 - 000 - 1992 - 2015-08-01 - - HS - Active - Gadsden Progress Council, Inc. - www.gadhs.org - 620@hsesinfo.org - 513 Henry St - - Gadsden - AL - 35901-3135 - 513 Henry St - - Gadsden - AL - 35901-3135 - 513 Henry St - - Gadsden - AL - 35901-3135 - Mr. - F202704 - L202704 - - - 202704@hsesinfo.org - Dr. - F202705 - L202705 - - - 202705@hsesinfo.org - Ms. - F202707 - L202707 - - 202707@hsesinfo.org - Mr. - F202703 - L202703 - - 202703@hsesinfo.org - 555-555-2703 x 5555 - - - 8684 - 8545 - 11059 - 200 - 2017 - 2017-07-01 - - EHS - Active - Municipality of Orocovis - - 8545@hsesinfo.org - Calle Luis M Alfaro Ste 1 - - Orocovis - PR - 00720 - Calle Luis M Alfaro Ste 1 - - Orocovis - PR - 00720 - Calle Luis M Alfaro Ste 1 - - Orocovis - PR - 00720 - Mr. - F209297 - L209297 - - President - 209297@hsesinfo.org - Hon. - F209298 - L209298 - - Mayor - 209298@hsesinfo.org - Ms. - F209300 - L209300 - - 209300@hsesinfo.org - Ms. - F209296 - L209296 - - 209296@hsesinfo.org - 555-555-9296 - - - 8980 - 811 - 11321 - 000 - 2013 - 2018-08-01 - - HS - Active - Peoria Citizens Committee for Economic Opportunity, Inc - http://www.pcceo.org - 811@hsesinfo.org - 923 W Millman St - - Peoria - IL - 61605-3771 - 711 W McBean Street - - Peoria - IL - 61605-2254 - 711 W McBean Street - - Peoria - IL - 61605-2254 - Ms. - F211416 - L211416 - - Board Chairperson - 211416@hsesinfo.org - Mr. - F211417 - L211417 - II - President/CEO - 211417@hsesinfo.org - Mr. - F211419 - L211419 - - 211419@hsesinfo.org - Mr. - F211415 - L211415 - - 211415@hsesinfo.org - 555-555-1415 - - - 3559 - 3774 - 7679 - 201 - - - - EHS - Active - Catholic Charities Community Services, Inc. - www.catholiccharitiesaz.org - 3774@hsesinfo.org - Catholic Charities - 4747 N 7th Ave - Phoenix - AZ - 85013 - Catholic Charities - 4747 N 7th Ave - Phoenix - AZ - 85013 - Catholic Charities - 4747 N 7th Ave - Phoenix - AZ - 85013 - Mr. - F25353 - L25353 - - Chairman of the Board Catholic Charities Community Services - 25353@hsesinfo.org - Mr. - F25350 - L25350 - - CEO - 25350@hsesinfo.org - Mrs. - F25349 - L25349 - - 25349@hsesinfo.org - Mr. - F7075 - L7075 - - 7075@hsesinfo.org - 555-555-7075 - - - 5199 - 1359 - 8915 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - MCPHERSON USD 418 - http://www.mcpherson.com - 1359@hsesinfo.org - 915 E 1st St - - McPherson - KS - 67460-3671 - 915 E 1st St - - McPherson - KS - 67460-3671 - 915 E 1st St - - McPherson - KS - 67460-3671 - Mr. - F52206 - L52206 - - USD BOE Chair - 52206@hsesinfo.org - Mrs. - F52203 - L52203 - - Executive Director/Director of Instruction USD 418 - 52203@hsesinfo.org - Mrs. - F52205 - L52205 - - 52205@hsesinfo.org - Mr. - F52201 - L52201 - - 52201@hsesinfo.org - 555-555-2201 - - - 10347 - 2035 - 12363 - 000 - 2014 - 2019-08-01 - - HS - Active - Fundacion Para el Desarrollo de Hogar Propio - fdhp.org - 2035@hsesinfo.org - Luis Muñoz Marin Avenue - Carretera 183 - Caguas - PR - 00726 - PO Box 5250 - - CAGUAS - PR - 00726-5250 - Ave. Luis Muñoz Marin, Esquina Georgetti - - Caguas - PR - 00726-5250 - Mr. - F220770 - L220770 - - Board President - 220770@hsesinfo.org - Mrs. - F220771 - L220771 - - Executive Director - 220771@hsesinfo.org - Mrs. - F220773 - L220773 - - 220773@hsesinfo.org - Mrs. - F220769 - L220769 - - 220769@hsesinfo.org - 555-555-0769 x 5555 - - - 10348 - 2034 - 12363 - 200 - 2014 - 2019-08-01 - - EHS - Active - Fundacion Para el Desarrollo de Hogar Propio - - 2034@hsesinfo.org - Angora Park Plaza - Ave. Luis Muñoz Marin, Esquina Georgetti - Caguas - PR - 00726-5250 - P.O. Box 5250 - - Caguas - PR - 00726-5250 - Angora Park Plaza - Ave. Luis Muñoz Marin, Esquina Georgetti - Caguas - PR - 00726-5250 - Mr. - F220777 - L220777 - - Board President - 220777@hsesinfo.org - Mrs. - F220778 - L220778 - - Executive Director - 220778@hsesinfo.org - Mrs. - F220780 - L220780 - - 220780@hsesinfo.org - Mrs. - F220776 - L220776 - - 220776@hsesinfo.org - 555-555-0776 x 5555 - - - 8086 - 8027 - 8659 - 205 - 2016 - 2017-02-01 - 2019-06-30 - EHS - Inactive - Addie Mae Collins Community Service Head Start - http://www.addiemaecollins.org - 8027@hsesinfo.org - 110 East 129th Street - - New York - NY - 10035-1300 - 110 East 129th Street - - New York - NY - 10035-1300 - 110 East 129th Street - - New York - NY - 10035-1300 - Mrs. - F205790 - L205790 - - - 205790@hsesinfo.org - Miss - F205791 - L205791 - - - 205791@hsesinfo.org - Miss - F205793 - L205793 - - 205793@hsesinfo.org - Miss - F205789 - L205789 - - 205789@hsesinfo.org - 555-555-5789 - - - 6822 - 1297 - 10279 - 000 - 1992 - 2015-09-01 - 2020-08-31 - HS - Inactive - YMCA Berkeley Head Start - www.eciymca.org - 1297@hsesinfo.org - 2330 Broadway - - Oakland - CA - 94612-2415 - 2330 Broadway - - Oakland - CA - 94612-2415 - 2330 Broadway - - Oakland - CA - 94612-2415 - Dr. - F203429 - L203429 - - Board Chairperson - 203429@hsesinfo.org - Mr. - F203430 - L203430 - - President/CEO - 203430@hsesinfo.org - Ms. - F203432 - L203432 - - 203432@hsesinfo.org - Ms. - F203428 - L203428 - - 203428@hsesinfo.org - 555-555-3428 - - - 9067 - 1561 - 11393 - 200 - 2013 - 2018-09-01 - - EHS - Active - ChildCareGroup - http://www.childcaregroup.org - 1561@hsesinfo.org - 1420 W Mockingbird Ln - Ste 300 - Dallas - TX - 75247-4973 - 1420 W Mockingbird Ln - Ste 300 - Dallas - TX - 75247-4973 - 1420 W Mockingbird Ln - Ste 300 - Dallas - TX - 75247-4973 - Mr. - F212046 - L212046 - - Board Chair - 212046@hsesinfo.org - Mrs. - F212047 - L212047 - - - 212047@hsesinfo.org - Ms. - F212049 - L212049 - - 212049@hsesinfo.org - Mrs. - F212045 - L212045 - - 212045@hsesinfo.org - 555-555-2045 - - - 10350 - 5935 - 12358 - 200 - - 2019-08-01 - - EHS - Active - Schenectady Community Action Program - www.scapny.org - 5935@hsesinfo.org - 913 Albany St - - Schenectady - NY - 12307-1401 - 913 Albany St - - Schenectady - NY - 12307-1401 - 913 Albany St - - Schenectady - NY - 12307-1401 - Ms. - F220791 - L220791 - - President - 220791@hsesinfo.org - Ms. - F220792 - L220792 - - Executive Director - 220792@hsesinfo.org - Ms. - F220794 - L220794 - - 220794@hsesinfo.org - Ms. - F220790 - L220790 - - 220790@hsesinfo.org - 555-555-0790 - - - 10351 - 6007 - 12368 - 200 - - 2019-08-01 - - EHS - Active - Yeshivath Kehilath Yakov, Inc - - 6007@hsesinfo.org - 638 Bedford Avenue - - Brooklyn - NY - 11249-8007 - 638 Bedford Avenue - - Brooklyn - NY - 11249-8007 - 638 Bedford Avenue - - Brooklyn - NY - 11249-8007 - Mr. - F220798 - L220798 - - Board Chairperson - 220798@hsesinfo.org - Mr. - F220799 - L220799 - - Executive Director - 220799@hsesinfo.org - Mrs. - F220801 - L220801 - - 220801@hsesinfo.org - Mr. - F220797 - L220797 - - 220797@hsesinfo.org - 555-555-0797 x 5555 - - - 10165 - 5798 - 12198 - 200 - - 2019-07-01 - - EHS - Active - Community Action of South Eastern West Virginia - www.casewv.org - 5798@hsesinfo.org - 355 Bluefield Ave - - Bluefield - WV - 24701-2883 - 355 Bluefield Ave - - Bluefield - WV - 24701-2883 - 355 Bluefield Ave - - Bluefield - WV - 24701-2883 - Ms. - F219520 - L219520 - - CASEWV Board President - 219520@hsesinfo.org - Ms. - F219521 - L219521 - - CASEWV Executive Director - 219521@hsesinfo.org - Mr. - F219523 - L219523 - - 219523@hsesinfo.org - Mr. - F219519 - L219519 - - 219519@hsesinfo.org - 555-555-9519 - - - 8405 - 2493 - 10820 - 000 - 1992 - 2017-01-01 - - AIAN HS - Active - Standing Rock 0-5 Head Start Program - - 2493@hsesinfo.org - 200 Proposal Avenue - - Fort Yates - ND - 58538 - PO Box 768 - - Fort Yates - ND - 58538-0768 - 200 Proposal Avenue - - Fort Yates - ND - 58538 - Mr. - F208036 - L208036 - - Tribal Chairman - 208036@hsesinfo.org - Mrs. - F208037 - L208037 - - CEO - 208037@hsesinfo.org - Mrs. - F208039 - L208039 - - 208039@hsesinfo.org - Ms. - F208035 - L208035 - - 208035@hsesinfo.org - 555-555-8035 x 5555 - - - 10166 - 5949 - 12200 - 200 - - 2019-08-01 - - EHS - Active - Community Coordinated Care for Children, Inc. - https://4cflorida.org/ - 5949@hsesinfo.org - 3500 W Colonial Dr - - Orlando - FL - 32808-7902 - 3500 W Colonial Dr - - Orlando - FL - 32808-7902 - 3500 W Colonial Dr - - Orlando - FL - 32808-7902 - Mr. - F219527 - L219527 - - 4C Board Chair - 219527@hsesinfo.org - Ms. - F219528 - L219528 - - President/CEO - 219528@hsesinfo.org - Ms. - F219530 - L219530 - - 219530@hsesinfo.org - Ms. - F219526 - L219526 - - 219526@hsesinfo.org - 555-555-9526 - - - 6838 - 4023 - 10314 - 003 - - 2015-08-01 - - HS - Active - St. Alban's Child Enrichment Center - http://www.stalbanschildcare.org - 4023@hsesinfo.org - 3465 Brooker Street - - Miami - FL - 33133-4867 - 3465 Brooker Street - - Miami - FL - 33133-4867 - 3465 Brooker Street - - Miami - FL - 33133-4867 - Mr. - F203541 - L203541 - CPA - Board Chair - 203541@hsesinfo.org - Dr. - F203542 - L203542 - LCSW - Executive Director - 203542@hsesinfo.org - Mr. - F203544 - L203544 - - 203544@hsesinfo.org - Dr. - F203540 - L203540 - LCSW - 203540@hsesinfo.org - 555-555-3540 x 5555 - - - 10352 - 6008 - 12369 - 200 - - 2019-08-01 - - EHS - Active - Project Social Care Head Start, Inc. - Pscheadstart.com - 6008@hsesinfo.org - 5902 14th Avenue - - Brooklyn - NY - 11219-5066 - 5902 14th Avenue - - Brooklyn - NY - 11219-5066 - 5902 14th Avenue - - Brooklyn - NY - 11219-5066 - Mr. - F220805 - L220805 - - Chairman of the Board of Directors - 220805@hsesinfo.org - Mr. - F220806 - L220806 - - Executive Director - 220806@hsesinfo.org - Mrs. - F220808 - L220808 - - 220808@hsesinfo.org - Mr. - F220804 - L220804 - - 220804@hsesinfo.org - 555-555-0804 x 5555 - - - 4919 - 1279 - 8783 - 000 - 1992 - 2014-06-01 - 2019-05-31 - HS - Inactive - Umatilla-Morrow Head Start - http://www.umchs.org - 1279@hsesinfo.org - 110 NE 4th Street - - Hermiston - OR - 97838-1861 - 110 NE 4th Street - - Hermiston - OR - 97838-1861 - 110 NE 4th Street - - Hermiston - OR - 97838-1861 - Atty. - F48375 - L48375 - - Board Chair - 48375@hsesinfo.org - Mrs. - F48378 - L48378 - - - 48378@hsesinfo.org - Ms. - F48377 - L48377 - - 48377@hsesinfo.org - Mr. - F48373 - L48373 - - 48373@hsesinfo.org - 555-555-8373 x 5555 - - - 8932 - 8664 - 9469 - 035 - 2018 - 2017-09-04 - - HS - Active - SGA Youth and Family Services - www.sga-youth.org - 8664@hsesinfo.org - 11 E Adams St Ste 1500 - - Chicago - IL - 60603-6309 - 11 E Adams St Ste 1500 - - Chicago - IL - 60603-6309 - 11 E Adams St Ste 1500 - - Chicago - IL - 60603-6309 - Ms. - F211034 - L211034 - - - 211034@hsesinfo.org - Ms. - F211032 - L211032 - - - 211032@hsesinfo.org - Mr. - F211035 - L211035 - - 211035@hsesinfo.org - Mr. - F211031 - L211031 - - 211031@hsesinfo.org - 555-555-1031 - - - 5266 - 3736 - 9113 - 007 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Murphy School District Head Start - www.msdaz.org - 3736@hsesinfo.org - 2020 W Durango St - - Phoenix - AZ - 85009-6557 - 2020 W Durango St - - Phoenix - AZ - 85009-6557 - 2020 W Durango St - - Phoenix - AZ - 85009-6557 - Ms. - F53534 - L53534 - - Board President - 53534@hsesinfo.org - Mr. - F53537 - L53537 - - Superintendent - 53537@hsesinfo.org - Mrs. - F53536 - L53536 - - 53536@hsesinfo.org - Ms. - F53532 - L53532 - - 53532@hsesinfo.org - 555-555-3532 - - - 6587 - 6605 - 10155 - 000 - - 2015-07-01 - 2020-06-30 - HS - Inactive - Central Texas 4C, Inc. - www.ct4c.org - 6605@hsesinfo.org - 504 N 5th St - - Temple - TX - 76501-3112 - PO Box 367 - - Temple - TX - 76503-0367 - 504 N 5th St - - Temple - TX - 76501-3112 - Mrs. - F201779 - L201779 - - Board President - 201779@hsesinfo.org - Ms. - F201780 - L201780 - M.S. - Executive Director - 201780@hsesinfo.org - Ms. - F201782 - L201782 - - 201782@hsesinfo.org - Mrs. - F201778 - L201778 - - 201778@hsesinfo.org - 555-555-1778 x 5555 - - - 9016 - 4337 - 11343 - 003 - 2013 - 2018-08-01 - - HS - Active - Whitmore Lake Public Schools - wlps.net - 4337@hsesinfo.org - 1077 Barker Rd - - Whitmore Lake - MI - 48189-9262 - 1077 Barker Rd - - Whitmore Lake - MI - 48189-9262 - 8845 Main Street - - Whitmore Lake - MI - 48189 - Mrs. - F211656 - L211656 - - School Board President - 211656@hsesinfo.org - Mr. - F211657 - L211657 - - Superintendent - 211657@hsesinfo.org - Mr. - F211659 - L211659 - - 211659@hsesinfo.org - Mrs. - F211655 - L211655 - - 211655@hsesinfo.org - 555-555-1655 x 5555 - - - 4794 - 2361 - 8752 - 200 - 2014 - 2014-04-01 - 2019-03-31 - EHS - Inactive - SUNBEAM FAMILY SERVICES, INC - http://www.sunbeamfamilyservices.org - 2361@hsesinfo.org - 1100 NW 14th St - - Oklahoma City - OK - 73106-4450 - 1100 NW 14th St - - Oklahoma City - OK - 73106-4450 - 1100 NW 14th St - - Oklahoma City - OK - 73106-4450 - Mr. - F46632 - L46632 - - Sunbeam Board President - 46632@hsesinfo.org - Mr. - F46635 - L46635 - - Chief Executive Officer - 46635@hsesinfo.org - Mr. - F46633 - L46633 - - 46633@hsesinfo.org - Ms. - F46630 - L46630 - - 46630@hsesinfo.org - 555-555-6630 - - - 8038 - 2419 - 10546 - 000 - 1992 - 2016-04-01 - - HS - Active - Middle Kentucky Head Start - www.mkcap.org - 2419@hsesinfo.org - 49 Bull Mountain Rd - - Beattyville - KY - 41311-9217 - 49 Bull Mountain Rd - - Beattyville - KY - 41311-9217 - 171 Howell Hts - - Jackson - KY - 41339-9689 - Mr. - F205459 - L205459 - - Board Chair - 205459@hsesinfo.org - Mr. - F205460 - L205460 - - Executive Director - 205460@hsesinfo.org - Mrs. - F205462 - L205462 - - 205462@hsesinfo.org - Mrs. - F205458 - L205458 - - 205458@hsesinfo.org - 555-555-5458 x 5555 - - - 1368 - 3070 - 2861 - 000 - 2013 - 2013-06-26 - 2019-01-31 - HS - Inactive - Catholic Charities Neighborhood Services, Inc. - http://www.ccbq.org/ - 3070@hsesinfo.org - 191 Joralemon St - 2nd Floor Early Childhood Services - Brooklyn - NY - 11201-4306 - 191 Joralemon St - 2nd Floor Early Childhood Services - Brooklyn - NY - 11201-4306 - 191 Joralemon St - 2nd Floor Early Childhood Services - Brooklyn - NY - 11201-4306 - Ms. - F36249 - L36249 - - President - 36249@hsesinfo.org - Msgr. - F36247 - L36247 - - CCNS Chief Executive Officer - 36247@hsesinfo.org - Mr. - F36246 - L36246 - - 36246@hsesinfo.org - Mrs. - F36181 - L36181 - - 36181@hsesinfo.org - 555-555-6181 - - - 4690 - 3892 - 8672 - 018 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Breukelen Recreation Rooms, Head Start - - 3892@hsesinfo.org - 715 East 105th Street - - Brooklyn - NY - 11236-2801 - 715 East 105th Street - - Brooklyn - NY - 11236-2801 - 715 East 105th Street - - Brooklyn - NY - 11236-2801 - Ms. - F45581 - L45581 - - - 45581@hsesinfo.org - Ms. - F45580 - L45580 - - - 45580@hsesinfo.org - Ms. - F45579 - L45579 - - 45579@hsesinfo.org - Ms. - F45576 - L45576 - - 45576@hsesinfo.org - 555-555-5576 - - - 4442 - 469 - 8467 - 000 - 2013 - 2013-11-01 - 2018-10-31 - HS - Inactive - SOUTH SHORE COMMUNITY ACTION COUNCIL, INC - http://www.sscac.org - 469@hsesinfo.org - 71 Obery St - - Plymouth - MA - 02360-2181 - 71 Obery St - - Plymouth - MA - 02360-2181 - 71 Obery St - - Plymouth - MA - 02360-2181 - Mr. - F41490 - L41490 - - - 41490@hsesinfo.org - Mr. - F41493 - L41493 - - - 41493@hsesinfo.org - Mrs. - F41492 - L41492 - - 41492@hsesinfo.org - Ms. - F41488 - L41488 - - 41488@hsesinfo.org - 555-555-1488 x 5555 - - - 508 - 589 - 321 - 000 - 2013 - 2013-07-10 - 2019-07-31 - HS - Inactive - LICKING VALLEY COMMUNITY ACTION PROGRAM , INC - http://www.lvcap.com - 589@hsesinfo.org - 203 High St - - Flemingsburg - KY - 41041-1236 - 203 High St - - Flemingsburg - KY - 41041-1236 - 203 High St - - Flemingsburg - KY - 41041-1236 - Mr. - F37386 - L37386 - - President - 37386@hsesinfo.org - Mr. - F37385 - L37385 - - Executive Director - 37385@hsesinfo.org - Ms. - F37388 - L37388 - - 37388@hsesinfo.org - Ms. - F37384 - L37384 - - 37384@hsesinfo.org - 555-555-7384 - - - 4582 - 2018 - 8561 - 000 - 2013 - 2013-12-23 - 2019-06-30 - HS - Inactive - Guilford Child Development - www.guilfordchilddev.org - 2018@hsesinfo.org - 1200 Arlington Street - - Greensboro - NC - 27406-1421 - 1200 Arlington Street - - Greensboro - NC - 27406-1421 - 1200 Arlington Street - - Greensboro - NC - 27406-1421 - Mr. - F43420 - L43420 - - Board Chair - 43420@hsesinfo.org - Mr. - F43423 - L43423 - Sr. - Executive Director - 43423@hsesinfo.org - Ms. - F43419 - L43419 - - 43419@hsesinfo.org - Ms. - F43418 - L43418 - - 43418@hsesinfo.org - 555-555-3418 - - - 4583 - 2017 - 8561 - 200 - 2013 - 2013-12-23 - 2019-06-30 - EHS - Inactive - Guilford Child Development - www.guilfordchilddev.org - 2017@hsesinfo.org - 1200 Arlington Street - - Greensboro - NC - 27406-1421 - 1200 Arlington Street - - Greensboro - NC - 27406-1421 - 1200 Arlington Street - - Greensboro - NC - 27406-1421 - Mr. - F43428 - L43428 - - Board Chair - 43428@hsesinfo.org - Mr. - F43430 - L43430 - Sr. - - 43430@hsesinfo.org - Ms. - F43429 - L43429 - - 43429@hsesinfo.org - Ms. - F43425 - L43425 - - 43425@hsesinfo.org - 555-555-3425 - - - 4735 - 3965 - 8717 - 063 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - MARC Academy and Family Center - 55 E 175th St - 3965@hsesinfo.org - 55 E 175th St - Fl 1 - Bronx - NY - 10453-7946 - 55 E 175th St - Fl 1 - Bronx - NY - 10453-7946 - 55 E 175th St - Fl 1 - Bronx - NY - 10453-7946 - Mr. - F45895 - L45895 - - Chairman - 45895@hsesinfo.org - Ms. - F45893 - L45893 - - Executive Director - 45893@hsesinfo.org - Ms. - F45892 - L45892 - - 45892@hsesinfo.org - Ms. - F45897 - L45897 - - 45897@hsesinfo.org - 555-555-5897 - - - 6462 - 2780 - 10083 - 200 - 2011 - 2015-06-01 - 2020-05-31 - EHS - Inactive - Municipality of Isabela - - 2780@hsesinfo.org - 55 Calle Barbosa - - Isabela - PR - 00662-3103 - 55 Calle Barbosa - - Isabela - PR - 00662-3103 - 55 Calle Barbosa - - Isabela - PR - 00662-3103 - Hon. - F200904 - L200904 - - Mayor - 200904@hsesinfo.org - Hon. - F200905 - L200905 - - Mayor - 200905@hsesinfo.org - Sr. - F200907 - L200907 - - 200907@hsesinfo.org - Sra. - F200903 - L200903 - - 200903@hsesinfo.org - 555-555-0903 x 5555 - - - 11524 - 530 - 13340 - 200 - 2003 - 2020-07-01 - - EHS - Active - Anderson County Schools' Preschool - www.preschool.acs.ac - 530@hsesinfo.org - 708 N Main St - - Clinton - TN - 37716-3143 - 708 N Main St - - Clinton - TN - 37716-3143 - 708 N Main St - - Clinton - TN - 37716-3143 - Dr. - F228696 - L228696 - - Anderson County School Board Chair - 228696@hsesinfo.org - Dr. - F228697 - L228697 - - Anderson County School Director - 228697@hsesinfo.org - Ms. - F228699 - L228699 - - 228699@hsesinfo.org - Ms. - F228695 - L228695 - - 228695@hsesinfo.org - 555-555-8695 - - - 11525 - 6593 - 13344 - 000 - - 2020-07-01 - - HS - Active - BCFS Education Services - http://www.discoverbcfs.net/HeadStart - 6593@hsesinfo.org - 1110 S Adams St - Modular #4 - Fredericksburg - TX - 78624-5004 - 1506 Bexar Crossing St - - San Antonio - TX - 78232-1587 - 1506 Bexar Crossing St - - San Antonio - TX - 78232-1587 - Mr. - F228703 - L228703 - - - 228703@hsesinfo.org - Mrs. - F228704 - L228704 - - Executive Director - 228704@hsesinfo.org - Mr. - F228706 - L228706 - - 228706@hsesinfo.org - Ms. - F228702 - L228702 - - 228702@hsesinfo.org - 555-555-8702 - - - 6823 - 3107 - 10279 - 200 - 1992 - 2015-09-01 - 2020-08-31 - EHS - Inactive - YMCA Berkeley Early Head Start - www.eciymca.org - 3107@hsesinfo.org - 2330 Broadway - - Oakland - CA - 94612-2415 - 2330 Broadway - - Oakland - CA - 94612-2415 - 2330 Broadway - - Oakland - CA - 94612-2415 - Dr. - F203436 - L203436 - - Board Chairperson - 203436@hsesinfo.org - Mr. - F203437 - L203437 - - President/CEO - 203437@hsesinfo.org - Ms. - F203439 - L203439 - - 203439@hsesinfo.org - Ms. - F203435 - L203435 - - 203435@hsesinfo.org - 555-555-3435 - - - 6831 - 1228 - 10307 - 000 - 1992 - 2015-09-01 - - AIAN HS - Active - Ute Mountain Ute Tribe - Box 308 - 1228@hsesinfo.org - 514 Sunset Blvd - - Towaoc - CO - 81334 - PO BOX 189 - - Towaoc - CO - 81334-0189 - 125 Mike Wash Road - - Towaoc - CO - 81334 - Mr. - F203492 - L203492 - - Chairman - 203492@hsesinfo.org - Mr. - F203493 - L203493 - - Executive Director - 203493@hsesinfo.org - Ms. - F203495 - L203495 - - 203495@hsesinfo.org - Ms. - F203491 - L203491 - - 203491@hsesinfo.org - 555-555-3491 - - - 8183 - 2278 - 10616 - 000 - 1992 - 2016-07-01 - - HS - Active - New York Foundling - www.nyfoundling.org - 2278@hsesinfo.org - 590 Avenue of the Americas - - New York - NY - 10011-2019 - P.O. Box 191274 - - San Juan - PR - 00919-1274 - 590 Avenue of the Americas - - New York - NY - 10011-2019 - Mr. - F206396 - L206396 - Jr - Chairperson - 206396@hsesinfo.org - Mr. - F206397 - L206397 - - - 206397@hsesinfo.org - Mrs. - F206399 - L206399 - - 206399@hsesinfo.org - Ms. - F206395 - L206395 - - 206395@hsesinfo.org - 555-555-6395 - - - 8304 - 8234 - 10667 - 200 - 2016 - 2016-07-01 - - EHS - Active - El Grito, Inc. Head Start - elgritosc.org - 8234@hsesinfo.org - 303 Cooper St - - Silver City - NM - 88061-4828 - 303 Cooper St - - Silver City - NM - 88061-4828 - 303 Cooper St - - Silver City - NM - 88061-4828 - Ms. - F207268 - L207268 - - Board President - 207268@hsesinfo.org - Ms. - F207269 - L207269 - - - 207269@hsesinfo.org - Mrs. - F207271 - L207271 - - 207271@hsesinfo.org - Ms. - F207267 - L207267 - - 207267@hsesinfo.org - 555-555-7267 - - - 9716 - 446 - 11870 - 000 - 2014 - 2019-06-01 - - HS - Active - CENTRAL ARKANSAS DEVELOPMENT COUNCIL, INC - http://www.cadc.com - 446@hsesinfo.org - 321 Edison Street - - Benton - AR - 72015 - P.O. Box 580 - - Benton - AR - 72018-0580 - 321 Edison Street - - Benton - AR - 72015 - Mrs. - F216433 - L216433 - - CADC Board Chair - 216433@hsesinfo.org - Mr. - F216434 - L216434 - - CADC Executive Director - 216434@hsesinfo.org - Ms. - F216436 - L216436 - - 216436@hsesinfo.org - Mrs. - F216432 - L216432 - - 216432@hsesinfo.org - 555-555-6432 - - - 9717 - 2767 - 11870 - 200 - 2014 - 2019-06-01 - - EHS - Active - CENTRAL ARKANSAS DEVELOPMENT COUNCIL, INC - http://www.cadc.com - 2767@hsesinfo.org - 321 Edison Street - - BENTON - AR - 72015 - P.O. Box 580 - - Benton - AR - 72018 - 321 Edison Street - - BENTON - AR - 72015 - Mrs. - F216440 - L216440 - - Board Chair - 216440@hsesinfo.org - Mr. - F216441 - L216441 - - CADC Executive Director - 216441@hsesinfo.org - Mrs. - F216443 - L216443 - - 216443@hsesinfo.org - Mrs. - F216439 - L216439 - - 216439@hsesinfo.org - 555-555-6439 - - - 8656 - 8519 - 11047 - 000 - 2017 - 2017-07-01 - - HS - Active - Carolina Municipality Head Start Program - - 8519@hsesinfo.org - Carr.887 km 0.4 Zona Industrial Julio N. Matos - - Carolina - PR - 00985 - P.O. Box 8 - - Carolina - PR - 00986-0008 - Carr.887 km 0.4 Zona Industrial Julio N. Matos - - Carolina - PR - 00985 - Mr. - F209101 - L209101 - - Board Chair - 209101@hsesinfo.org - Ms. - F209102 - L209102 - - - 209102@hsesinfo.org - Ms. - F209104 - L209104 - - 209104@hsesinfo.org - Ms. - F209100 - L209100 - - 209100@hsesinfo.org - 555-555-9100 x 5555 - - - 7071 - 1760 - 10498 - 000 - 2001 - 2016-01-01 - - HS - Active - Telamon Corporation - http://www.telamon.org - 1760@hsesinfo.org - 5560 Munford Road - Suite 201 - Raleigh - NC - 27612-2731 - 5560 Munford Road - Suite 201 - Raleigh - NC - 27612-2731 - 5560 Munford Road - Suite 201 - Raleigh - NC - 27612-2731 - Mrs. - F205165 - L205165 - - Governing Board Chair - 205165@hsesinfo.org - Mrs. - F205166 - L205166 - - Executive Director - 205166@hsesinfo.org - Ms. - F205168 - L205168 - - 205168@hsesinfo.org - Ms. - F205164 - L205164 - - 205164@hsesinfo.org - 555-555-5164 - - - 1436 - 3359 - 2937 - 000 - 2013 - 2013-07-10 - 2018-11-30 - HS - Inactive - INSTITUTE OF COMMUNITY SERVICES, INC - ics-hs.org - 3359@hsesinfo.org - 160 WEST VALLEY AVENUE - - HOLLY SPRINGS - MS - 38635-0160 - PO Box 160 - - Holly Springs - MS - 38635-0160 - 160 W Valley Ave - - Holly Springs - MS - 38635-2218 - Mr. - F38705 - L38705 - - Board Chairman - 38705@hsesinfo.org - Mrs. - F38703 - L38703 - - - 38703@hsesinfo.org - Ms. - F38702 - L38702 - - 38702@hsesinfo.org - Mrs. - F36493 - L36493 - - 36493@hsesinfo.org - 555-555-6493 - - - 4247 - 1056 - 8296 - 000 - 2013 - 2013-08-01 - 2019-03-31 - HS - Inactive - Human Resource Development Council of District IX, Inc. - http://www.thehrdc.org - 1056@hsesinfo.org - 33 S Tracy Ave - Head Start Program - Bozeman - MT - 59715-4660 - Head Start Program - 32 South Tracy Avenue - Bozeman - MT - 59715-4659 - Head Start Program - 32 South Tracy Avenue - Bozeman - MT - 59715-4659 - Mr. - F38088 - L38088 - - Board Chair - 38088@hsesinfo.org - Ms. - F38086 - L38086 - - CEO/Executive Director - 38086@hsesinfo.org - Ms. - F38085 - L38085 - - 38085@hsesinfo.org - Ms. - F38084 - L38084 - - 38084@hsesinfo.org - 555-555-8084 - - - 5928 - 5935 - 9631 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Schenectady Community Action Program - www.scapny.org - 5935@hsesinfo.org - 913 Albany St - - Schenectady - NY - 12307-1401 - 913 Albany St - - Schenectady - NY - 12307-1401 - 913 Albany St - - Schenectady - NY - 12307-1401 - Ms. - F106076 - L106076 - - President - 106076@hsesinfo.org - Ms. - F106077 - L106077 - - Executive Director - 106077@hsesinfo.org - Ms. - F106079 - L106079 - - 106079@hsesinfo.org - Ms. - F106075 - L106075 - - 106075@hsesinfo.org - 555-555-6075 - - - 10354 - 578 - 12378 - 000 - 1992 - 2019-08-01 - - HS - Active - Community Action Council - http://www.commaction.org - 578@hsesinfo.org - 710 West High Street - - Lexington - KY - 40508 - P.O. Box 11610 - - Lexington - KY - 40576-1610 - 710 West High Street - - Lexington - KY - 40508 - Ms. - F220819 - L220819 - - Chairman - 220819@hsesinfo.org - Mrs. - F220820 - L220820 - - Executive Director - 220820@hsesinfo.org - Mrs. - F220822 - L220822 - - 220822@hsesinfo.org - Mrs. - F220818 - L220818 - - 220818@hsesinfo.org - 555-555-0818 x 5555 - - - 8731 - 8589 - 11107 - 200 - 2017 - 2017-09-01 - - AIAN EHS - Active - Rural America Initiatives - 2112 South Valley Drive - 8589@hsesinfo.org - 2112 S Valley Dr - - Rapid City - SD - 57703-5934 - 2112 S Valley Dr - - Rapid City - SD - 57703-5934 - 2112 S Valley Dr - - Rapid City - SD - 57703-5934 - Ms. - F209607 - L209607 - - Chairperson - 209607@hsesinfo.org - Mr. - F209608 - L209608 - - - 209608@hsesinfo.org - - F209610 - L209610 - - 209610@hsesinfo.org - Ms. - F209606 - L209606 - - 209606@hsesinfo.org - 555-555-9606 - - - 8073 - 1016 - 10586 - 000 - 1992 - 2016-07-01 - - HS - Active - Jefferson Franklin Community Action Corporation - http://www.jfcac.org - 1016@hsesinfo.org - 2 Merchants Dr - - Hillsboro - MO - 63050-5212 - PO Box 920 - - Hillsboro - MO - 63050-0920 - 2 Merchants Dr - - Hillsboro - MO - 63050-5212 - Ms. - F205696 - L205696 - - Board President - 205696@hsesinfo.org - Ms. - F205697 - L205697 - - Chief Executive Officer - 205697@hsesinfo.org - Ms. - F205699 - L205699 - - 205699@hsesinfo.org - Ms. - F205695 - L205695 - - 205695@hsesinfo.org - 555-555-5695 - - - 6851 - 4033 - 10322 - 011 - - 2015-08-01 - - HS - Active - Sunflowers Academy - www.sunflowersacademyprep.com - 4033@hsesinfo.org - 2901 SW 7th St - - Miami - FL - 33135-2824 - 2901 SW 7th St - - Miami - FL - 33135-2824 - 2901 SW 7th St - - Miami - FL - 33135-2824 - Mrs. - F203632 - L203632 - - Board Chair - 203632@hsesinfo.org - Dr. - F203633 - L203633 - - Executive Director - 203633@hsesinfo.org - Ms. - F203635 - L203635 - - 203635@hsesinfo.org - Mrs. - F203631 - L203631 - - 203631@hsesinfo.org - 555-555-3631 - - - 8184 - 2279 - 10616 - 200 - 1992 - 2016-07-01 - - EHS - Active - New York Foundling - www.nyfoundling.org - 2279@hsesinfo.org - 590 Avenue of the Americas - - New York - NY - 10011-2019 - 590 Avenue of the Americas - - New York - NY - 10011-2019 - 590 Avenue of the Americas - - New York - NY - 10011-2019 - Mr. - F206403 - L206403 - Jr - Chairperson - 206403@hsesinfo.org - Mr. - F206404 - L206404 - - - 206404@hsesinfo.org - Mrs. - F206406 - L206406 - - 206406@hsesinfo.org - Ms. - F206402 - L206402 - - 206402@hsesinfo.org - 555-555-6402 - - - 8933 - 8665 - 9466 - 232 - 2018 - 2017-09-04 - - EHS - Active - Shining Star Youth and Community Services - www.shiningstaryouth.com - 8665@hsesinfo.org - 9204 S Commercial Ave Ste 200 - - Chicago - IL - 60617-2197 - 9204 S Commercial Ave Ste 200 - - Chicago - IL - 60617-2197 - 9204 S Commercial Ave Ste 200 - - Chicago - IL - 60617-2197 - Dr. - F211040 - L211040 - - Board Chair - 211040@hsesinfo.org - Ms. - F211038 - L211038 - - Executive Director - 211038@hsesinfo.org - Mr. - F211041 - L211041 - - 211041@hsesinfo.org - Ms. - F211037 - L211037 - - 211037@hsesinfo.org - 555-555-1037 - - - 8998 - 226 - 11330 - 000 - 2013 - 2018-08-01 - - HS - Active - SOUTHERN NEW HAMPSHIRE SERVICES, INC - http://www.snhs.org - 226@hsesinfo.org - 40 Pine St - - Manchester - NH - 03103-6207 - PO Box 5040 - - Manchester - NH - 03108-5040 - 40 Pine Street - - Manchester - NH - 03108-5040 - Mrs. - F211542 - L211542 - - Board Chairperson - 211542@hsesinfo.org - Mrs. - F211543 - L211543 - - Executive Director - 211543@hsesinfo.org - Ms. - F211545 - L211545 - - 211545@hsesinfo.org - Ms. - F211541 - L211541 - - 211541@hsesinfo.org - 555-555-1541 x 5555 - - - 8999 - 227 - 11330 - 200 - 2013 - 2018-08-01 - - EHS - Active - SOUTHERN NEW HAMPSHIRE SERVICES, INC - http://www.snhs.org - 227@hsesinfo.org - 40 Pine Street - - Manchester - NH - 03108-5040 - 40 Pine Street - P.O. Box 5040 - Manchester - NH - 03108-5040 - 40 Pine Street - - Manchester - NH - 03108-5040 - Mrs. - F211549 - L211549 - - Board Chairperson - 211549@hsesinfo.org - Mrs. - F211550 - L211550 - - Executive Director - 211550@hsesinfo.org - Ms. - F211552 - L211552 - - 211552@hsesinfo.org - Ms. - F211548 - L211548 - - 211548@hsesinfo.org - 555-555-1548 x 5555 - - - 10200 - 5930 - 12235 - 200 - - 2019-08-01 - - EHS - Active - Southern New Hampshire Services, Inc. - www.snhs.org - 5930@hsesinfo.org - 134 Allds St - - Nashua - NH - 03060-6302 - PO Box 5040 - - Manchester - NH - 03108-5040 - 40 Pine St - - Manchester - NH - 03103-6207 - Mr. - F219755 - L219755 - - Board Chairperson - 219755@hsesinfo.org - Ms. - F219756 - L219756 - - Executive Director - 219756@hsesinfo.org - Ms. - F219758 - L219758 - - 219758@hsesinfo.org - Ms. - F219754 - L219754 - - 219754@hsesinfo.org - 555-555-9754 x 5555 - - - 6826 - 2871 - 10297 - 000 - 2010 - 2015-09-01 - - HS - Active - KLAMATH FAMILY HEAD START - www.kfheadstart.org - 2871@hsesinfo.org - 1940 S 6th St - - Klamath Falls - OR - 97601-3370 - 1940 S 6th St - - Klamath Falls - OR - 97601-3370 - 1940 S 6th St - - Klamath Falls - OR - 97601-3370 - Ms. - F203457 - L203457 - - Board Chair - 203457@hsesinfo.org - Ms. - F203458 - L203458 - - - 203458@hsesinfo.org - Mr. - F203460 - L203460 - - 203460@hsesinfo.org - Ms. - F203456 - L203456 - - 203456@hsesinfo.org - 555-555-3456 - - - 1373 - 2283 - 2865 - 000 - 2013 - 2013-06-26 - 2019-04-30 - HS - Inactive - Pro Action of Steuben and Yates, Inc. - http://www.proactioninc.org - 2283@hsesinfo.org - 117 East Steuben Street - - Bath - NY - 14810-1636 - 117 East Steuben Street - - Bath - NY - 14810-1636 - 117 East Steuben Street - - Bath - NY - 14810-1636 - Mrs. - F36961 - L36961 - - Board President - 36961@hsesinfo.org - Mrs. - F36959 - L36959 - - - 36959@hsesinfo.org - - F36960 - L36960 - - 36960@hsesinfo.org - Mrs. - F36957 - L36957 - - 36957@hsesinfo.org - 555-555-6957 x 5555 - - - 1374 - 2282 - 2865 - 200 - 2013 - 2013-06-26 - 2019-04-30 - EHS - Inactive - Pro Action of Steuben and Yates, Inc. - http://www.proactioninc.org - 2282@hsesinfo.org - 117 East Steuben Street - - Bath - NY - 14810-1636 - 117 East Steuben Street - - Bath - NY - 14810-1636 - 117 East Steuben Street - - Bath - NY - 14810-1636 - Mrs. - F36968 - L36968 - - Board President - 36968@hsesinfo.org - Mrs. - F36966 - L36966 - - - 36966@hsesinfo.org - - F36965 - L36965 - - 36965@hsesinfo.org - Mrs. - F36964 - L36964 - - 36964@hsesinfo.org - 555-555-6964 x 5555 - - - 6266 - 1224 - 9842 - 000 - 1992 - 2015-04-01 - - Migrant HS - Active - Telamon Corporation - http://www.telamon.org - 1224@hsesinfo.org - 416 N Cedar St - - Lansing - MI - 48912-1298 - 5560 Munford Rd., Suite 201 - - Raleigh - NC - 27612-2731 - 5560 Munford Rd., Suite 201 - - Raleigh - NC - 27612-2731 - Mrs. - F109823 - L109823 - - Chairperson - 109823@hsesinfo.org - Mrs. - F109821 - L109821 - - Executive Director - 109821@hsesinfo.org - Ms. - F109820 - L109820 - - 109820@hsesinfo.org - Mr. - F109819 - L109819 - - 109819@hsesinfo.org - 555-555-9819 - - - 9225 - 279 - 11508 - 200 - 1992 - 2018-12-01 - - EHS - Active - NORTHEAST KINGDOM COMMUNITY ACTION, INC - http://www.nekcavt.org - 279@hsesinfo.org - 55 Seymour Ln - - Newport - VT - 05855-2199 - 55 Seymour Ln - Ste 20 - Newport - VT - 05855-2200 - 55 Seymour Ln - - Newport - VT - 05855-2199 - Mrs. - F213115 - L213115 - - NEKCA Board Chair - 213115@hsesinfo.org - Mrs. - F213116 - L213116 - - NEKCA Executive Director - 213116@hsesinfo.org - Ms. - F213118 - L213118 - - 213118@hsesinfo.org - Ms. - F213114 - L213114 - - 213114@hsesinfo.org - 555-555-3114 x 5555 - - - 6839 - 4024 - 10315 - 004 - - 2015-08-01 - - HS - Active - Family Christian Association of America - http://www.fcaafamily.org - 4024@hsesinfo.org - 14701 NW 7th Avenue - - Miami - FL - 33168-3103 - 14701 NW 7th Avenue - - Miami - FL - 33168-3103 - 14701 NW 7th Avenue - - Miami - FL - 33168-3103 - Ms. - F203548 - L203548 - - Board Chair - 203548@hsesinfo.org - Mr. - F203549 - L203549 - - President/CEO - 203549@hsesinfo.org - Mrs. - F203551 - L203551 - - 203551@hsesinfo.org - Mrs. - F203547 - L203547 - - 203547@hsesinfo.org - 555-555-3547 - - - 6840 - 4010 - 10315 - 204 - - 2015-08-01 - - EHS - Active - Family Christian Association of America - http://www.fcaafamily.org - 4010@hsesinfo.org - 14701 NW 7th Avenue - - Miami - FL - 33168-3103 - 14701 NW 7th Avenue - - Miami - FL - 33168-3103 - 14701 NW 7th Avenue - - Miami - FL - 33168-3103 - Ms. - F203555 - L203555 - - Board Chair - 203555@hsesinfo.org - Mr. - F203556 - L203556 - - President/CEO - 203556@hsesinfo.org - Mrs. - F203558 - L203558 - - 203558@hsesinfo.org - Mrs. - F203554 - L203554 - - 203554@hsesinfo.org - 555-555-3554 - - - 7072 - 1761 - 10498 - 200 - 2004 - 2016-01-01 - - EHS - Active - Telamon Corporation - http://www.telamon.org - 1761@hsesinfo.org - 5560 Munford Road - Suite 201 - Raleigh - NC - 27612-2731 - 5560 Munford Road - Suite 201 - Raleigh - NC - 27612-2731 - 5560 Munford Road - Suite 201 - Raleigh - NC - 27612-2731 - Mrs. - F205172 - L205172 - - Governing Board Chair - 205172@hsesinfo.org - Mrs. - F205173 - L205173 - - Executive Director - 205173@hsesinfo.org - Ms. - F205175 - L205175 - - 205175@hsesinfo.org - Ms. - F205171 - L205171 - - 205171@hsesinfo.org - 555-555-5171 - - - 11359 - 5396 - 13232 - 200 - 2014 - 2020-06-01 - - EHS - Active - Children's Coalition for Northeast Louisiana Inc - www.childrenscoalition.org - 5396@hsesinfo.org - 117 Hall St - - Monroe - LA - 71201-7522 - 117 Hall St - - Monroe - LA - 71201-7522 - 117 Hall St - - Monroe - LA - 71201-7522 - Mrs. - F227578 - L227578 - - Board Chiar - 227578@hsesinfo.org - Ms. - F227579 - L227579 - - - 227579@hsesinfo.org - Mrs. - F227581 - L227581 - - 227581@hsesinfo.org - Mrs. - F227577 - L227577 - - 227577@hsesinfo.org - 555-555-7577 - - - 11526 - 714 - 13334 - 000 - 1992 - 2020-07-01 - - HS - Active - REGION 16 EDUCATION SERVICE CENTER - http://www.esc16.net - 714@hsesinfo.org - 5800 Bell St - - Amarillo - TX - 79109-6230 - 5800 Bell St - - Amarillo - TX - 79109-6230 - 5800 Bell St - - Amarillo - TX - 79109-6230 - Mr. - F228710 - L228710 - - Chairman - 228710@hsesinfo.org - Mr. - F228711 - L228711 - - Executive Director - 228711@hsesinfo.org - Ms. - F228713 - L228713 - - 228713@hsesinfo.org - Mrs. - F228709 - L228709 - - 228709@hsesinfo.org - 555-555-8709 - - - 4797 - 1032 - 8581 - 000 - 2014 - 2014-04-01 - 2019-03-31 - HS - Inactive - University of South Dakota - http://www.usd.edu/headstart - 1032@hsesinfo.org - 414 East Clark Street - 326 Julian Hall - Vermillion - SD - 57069-2307 - 414 East Clark Street - 326 Julian Hall - Vermillion - SD - 57069-2307 - 414 East Clark Street - 326 Julian Hall - Vermillion - SD - 57069-2307 - Dr. - F46654 - L46654 - - Board Chair - 46654@hsesinfo.org - Mrs. - F46656 - L46656 - - - 46656@hsesinfo.org - Ms. - F46657 - L46657 - - 46657@hsesinfo.org - Mrs. - F46652 - L46652 - - 46652@hsesinfo.org - 555-555-6652 - - - 11527 - 715 - 13334 - 200 - 2003 - 2020-07-01 - - EHS - Active - REGION 16 EDUCATION SERVICE CENTER - http://www.esc16.net - 715@hsesinfo.org - 5800 Bell St - - Amarillo - TX - 79109-6230 - 5800 Bell St - - Amarillo - TX - 79109-6230 - 5800 Bell St - - Amarillo - TX - 79109-6230 - Mr. - F228717 - L228717 - - Chairman - 228717@hsesinfo.org - Mr. - F228718 - L228718 - - Executive Director - 228718@hsesinfo.org - Ms. - F228720 - L228720 - - 228720@hsesinfo.org - Mrs. - F228716 - L228716 - - 228716@hsesinfo.org - 555-555-8716 - - - 8349 - 970 - 10705 - 000 - 1992 - 2016-07-01 - - HS - Active - Blueprints - http://www.myblueprints.org - 970@hsesinfo.org - 150 W Beau St - 150 West Beau Street, Suite 304 - Washington - PA - 15301-4425 - 150 W Beau St - 150 West Beau Street, Suite 304 - Washington - PA - 15301-4425 - 150 W Beau St - 150 West Beau Street, Suite 304 - Washington - PA - 15301-4425 - Mr. - F207582 - L207582 - - President - 207582@hsesinfo.org - Ms. - F207583 - L207583 - - - 207583@hsesinfo.org - Ms. - F207585 - L207585 - - 207585@hsesinfo.org - Ms. - F207581 - L207581 - - 207581@hsesinfo.org - 555-555-7581 x 5555 - - - 6267 - 2866 - 9842 - 200 - 2011 - 2015-04-01 - - Migrant EHS - Active - Telamon Corporation - www.telamon.org - 2866@hsesinfo.org - 416 N Cedar St - - Lansing - MI - 48912-1298 - 5560 Munford Rd., Suite 201 - - RALEIGH - NC - 27612-2731 - 5560 Munford Rd., Suite 201 - - RALEIGH - NC - 27612-2731 - Mrs. - F109830 - L109830 - - Chairperson - 109830@hsesinfo.org - Mrs. - F109828 - L109828 - - Executive Director - 109828@hsesinfo.org - Ms. - F109827 - L109827 - - 109827@hsesinfo.org - Mrs. - F109826 - L109826 - - 109826@hsesinfo.org - 555-555-9826 - - - 9721 - 2261 - 11869 - 000 - 2014 - 2019-07-01 - - HS - Active - Olympic Community Action Programs - http://www.olycap.org - 2261@hsesinfo.org - 228 W 1st St - Ste J - Port Angeles - WA - 98362-2640 - 228 W 1st St - Ste J - Port Angeles - WA - 98362-2640 - 228 W 1st St - Ste J - Port Angeles - WA - 98362-2640 - Mr. - F216468 - L216468 - - Board Chair - 216468@hsesinfo.org - Ms. - F216469 - L216469 - - Executive Director - 216469@hsesinfo.org - Mrs. - F216471 - L216471 - - 216471@hsesinfo.org - Ms. - F216467 - L216467 - - 216467@hsesinfo.org - 555-555-6467 x 5555 - - - 9722 - 2262 - 11869 - 200 - 2001 - 2019-07-01 - - EHS - Active - Olympic Community Action Programs - http://www.olycap.org - 2262@hsesinfo.org - 228 W 1st St - Ste J - Port Angeles - WA - 98362-2640 - 228 W 1st St - Ste J - Port Angeles - WA - 98362-2640 - 228 W 1st St - Ste J - Port Angeles - WA - 98362-2640 - Mr. - F216475 - L216475 - - Board Chair - 216475@hsesinfo.org - Ms. - F216476 - L216476 - - Executive Director - 216476@hsesinfo.org - Mrs. - F216478 - L216478 - - 216478@hsesinfo.org - Ms. - F216474 - L216474 - - 216474@hsesinfo.org - 555-555-6474 x 5555 - - - 9723 - 2273 - 11867 - 000 - 2014 - 2019-07-01 - - HS - Active - Tompkins Community Action, Inc - http://www.tcaction.org - 2273@hsesinfo.org - 701 Spencer Rd - - Ithaca - NY - 14850-5111 - 701 Spencer Road - - Ithaca - NY - 14850-5111 - 701 Spencer Road - - Ithaca - NY - 14850-5111 - Mr. - F216482 - L216482 - - Board President - 216482@hsesinfo.org - Ms. - F216483 - L216483 - - Executive Director - 216483@hsesinfo.org - Ms. - F216485 - L216485 - - 216485@hsesinfo.org - Ms. - F216481 - L216481 - - 216481@hsesinfo.org - 555-555-6481 x 5555 - - - 9724 - 2744 - 11867 - 200 - 2014 - 2019-07-01 - - EHS - Active - Tompkins Community Action, Inc - http://www.tcaction.org - 2744@hsesinfo.org - 701 Spencer Road - - Ithaca - NY - 14850-5111 - 701 Spencer Road - - Ithaca - NY - 14850-5111 - 701 Spencer Road - - Ithaca - NY - 14850-5111 - Mr. - F216489 - L216489 - - Board President - 216489@hsesinfo.org - Ms. - F216490 - L216490 - - Executive Director - 216490@hsesinfo.org - Ms. - F216492 - L216492 - - 216492@hsesinfo.org - Ms. - F216488 - L216488 - - 216488@hsesinfo.org - 555-555-6488 x 5555 - - - 6520 - 590 - 10100 - 000 - 1992 - 2015-07-01 - 2020-06-30 - HS - Inactive - Capital Area Community Action Agency, Inc. - http://capitalareacommunityactionagency.com/ - 590@hsesinfo.org - 309 Office Plz - - Tallahassee - FL - 32301-2729 - 309 Office Plz - - Tallahassee - FL - 32301-2729 - 309 Office Plz - - Tallahassee - FL - 32301-2729 - Mr. - F201310 - L201310 - - Board Chairman - 201310@hsesinfo.org - Mr. - F201311 - L201311 - Esq. - Chief Executive Officer - 201311@hsesinfo.org - Ms. - F201313 - L201313 - - 201313@hsesinfo.org - Mr. - F201309 - L201309 - - 201309@hsesinfo.org - 555-555-1309 x 5555 - - - 9727 - 797 - 11872 - 000 - 2013 - 2019-07-01 - - HS - Active - LINCOLN TOTAL COMMUNITY ACTION, INC. - NA - 797@hsesinfo.org - 1400 Oakdale Street - - Ruston - LA - 71270-6342 - 1400 Oakdale Street - - Ruston - LA - 71270-6342 - 1400 Oakdale Street - - Ruston - LA - 71270-6342 - Mr. - F216510 - L216510 - - Board Chairperson - 216510@hsesinfo.org - Mrs. - F216511 - L216511 - - - 216511@hsesinfo.org - Mrs. - F216513 - L216513 - - 216513@hsesinfo.org - Mrs. - F216509 - L216509 - - 216509@hsesinfo.org - 555-555-6509 - - - 9228 - 4597 - 11511 - 000 - 2013 - 2018-12-01 - - HS - Active - Bradford-Tioga Head Start, Inc. - www.bradfordtiogahs.org - 4597@hsesinfo.org - 5 Riverside Plz - - Blossburg - PA - 16912-1137 - 5 Riverside Plz - - Blossburg - PA - 16912-1137 - 5 Riverside Plz - - Blossburg - PA - 16912-1137 - Mr. - F213136 - L213136 - - Chairperson - 213136@hsesinfo.org - Mrs. - F213137 - L213137 - - Executive Director - 213137@hsesinfo.org - Ms. - F213139 - L213139 - - 213139@hsesinfo.org - Mrs. - F213135 - L213135 - - 213135@hsesinfo.org - 555-555-3135 - - - 5264 - 3733 - 9111 - 005 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Wilson Head Start - www.wsd.k12.az.us - 3733@hsesinfo.org - 500 North 30th Place - - Phoenix - AZ - 85008-6139 - 500 North 30th Place - - Phoenix - AZ - 85008-6139 - 500 North 30th Place - - Phoenix - AZ - 85008-6139 - Mr. - F53523 - L53523 - - Governing Board Chair - 53523@hsesinfo.org - Mr. - F53520 - L53520 - - School Superintendent - 53520@hsesinfo.org - Mrs. - F53519 - L53519 - - 53519@hsesinfo.org - Mrs. - F53518 - L53518 - - 53518@hsesinfo.org - 555-555-3518 - - - 4986 - 2088 - 8799 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Bi-County Community Action Program, Inc. - www.bicap.org - 2088@hsesinfo.org - 6603 Bemidji Ave N - - Bemidji - MN - 56601-8669 - PO Box 579 - - Bemidji - MN - 56619-0579 - 6603 Bemidji Ave N - - Bemidji - MN - 56601-8669 - Ms. - F49394 - L49394 - - Board Chairperson - 49394@hsesinfo.org - Ms. - F49393 - L49393 - - Executive Director - 49393@hsesinfo.org - Ms. - F49392 - L49392 - - 49392@hsesinfo.org - Ms. - F49391 - L49391 - - 49391@hsesinfo.org - 555-555-9391 - - - 4985 - 2087 - 8799 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Bi-County Community Action Program, Inc. - www.bicap.org - 2087@hsesinfo.org - 6603 Bemidji Ave N - - Bemidji - MN - 56601-8669 - PO Box 579 - - Bemidji - MN - 56619-0579 - 6603 Bemidji Ave N - - Bemidji - MN - 56601-8669 - Ms. - F49384 - L49384 - - Board Chairperson - 49384@hsesinfo.org - Ms. - F49385 - L49385 - - Executive Director - 49385@hsesinfo.org - Ms. - F49387 - L49387 - - 49387@hsesinfo.org - Ms. - F49383 - L49383 - - 49383@hsesinfo.org - 555-555-9383 - - - 4864 - 1370 - 8829 - 200 - 2003 - 2014-06-01 - 2019-05-31 - EHS - Inactive - Tri-County Child & Family Development Council, Inc. - 205 Adams Street - 1370@hsesinfo.org - 205 Adams St Suite 2 - - Waterloo - IA - 50703-3824 - P.O. Box 1050 - - Waterloo - IA - 50704-1050 - 205 Adams St - - Waterloo - IA - 50703-3011 - Ms. - F47653 - L47653 - - Board Chair - 47653@hsesinfo.org - Dr. - F47654 - L47654 - - - 47654@hsesinfo.org - Ms. - F47655 - L47655 - - 47655@hsesinfo.org - Dr. - F47650 - L47650 - - 47650@hsesinfo.org - 555-555-7650 x 5555 - - - 5973 - 5980 - 9513 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Drake University - www.drakeheadstart.org - 5980@hsesinfo.org - 3206 University Ave - - Des Moines - IA - 50311-3820 - 3206 University Ave - - Des Moines - IA - 50311-3820 - 3206 University Ave - - Des Moines - IA - 50311-3820 - Dr. - F106438 - L106438 - - Director of Sponsored Programs & Grants Management - 106438@hsesinfo.org - Dr. - F106439 - L106439 - - Dean, School of Education - 106439@hsesinfo.org - Ms. - F106441 - L106441 - - 106441@hsesinfo.org - Ms. - F106437 - L106437 - - 106437@hsesinfo.org - 555-555-6437 - - - 10356 - 6012 - 12367 - 200 - - 2019-08-01 - - EHS - Active - School District of Lee County - http://earlychildhood.leeschools.net - 6012@hsesinfo.org - 3650 Michigan Ave - Ste 4 - Fort Myers - FL - 33916-2240 - 3650 Michigan Ave - Ste 4 - Fort Myers - FL - 33916-2240 - 2855 Colonial Blvd - School Board of Lee County - Fort Myers - FL - 33966-1012 - Ms. - F220833 - L220833 - - School Board Chair - 220833@hsesinfo.org - Dr. - F220834 - L220834 - - Superintendent - 220834@hsesinfo.org - Mr. - F220836 - L220836 - - 220836@hsesinfo.org - Ms. - F220832 - L220832 - - 220832@hsesinfo.org - 555-555-0832 - - - 5953 - 5960 - 9495 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Tri-County Community Action Partnership, Inc. - www.tccaction.com - 5960@hsesinfo.org - 501 Lemieur St - - Little Falls - MN - 56345-3367 - 501 Lemieur St - - Little Falls - MN - 56345-3367 - 501 Lemieur St - - Little Falls - MN - 56345-3367 - Mr. - F106278 - L106278 - - Board of Director Chair - 106278@hsesinfo.org - Ms. - F106279 - L106279 - - Executive Director - 106279@hsesinfo.org - Ms. - F106281 - L106281 - - 106281@hsesinfo.org - Ms. - F106277 - L106277 - - 106277@hsesinfo.org - 555-555-6277 x 5555 - - - 5300 - 252 - 9064 - 000 - 2014 - 2014-08-01 - 2019-07-31 - HS - Inactive - COMMUNITY CONCEPTS, INC - http://www.community-concepts.org - 252@hsesinfo.org - 17 Market Sq - - South Paris - ME - 04281-1533 - 17 Market Sq - - South Paris - ME - 04281-1533 - 17 Market Sq - - South Paris - ME - 04281-1533 - Ms. - F53996 - L53996 - - Board President - 53996@hsesinfo.org - Mr. - F53998 - L53998 - - CEO - 53998@hsesinfo.org - Ms. - F54000 - L54000 - - 54000@hsesinfo.org - Ms. - F53995 - L53995 - - 53995@hsesinfo.org - 555-555-3995 - - - 8814 - 8647 - 6834 - 200 - 2018 - 2018-09-01 - 2018-10-31 - EHS - Inactive - West Central Minnesota Communities Action, Inc. - www.wcmca.org - 8647@hsesinfo.org - 411 Industrial Park Blvd - - Elbow Lake - MN - 56531-4213 - 411 Industrial Park Blvd - - Elbow Lake - MN - 56531-4213 - 411 Industrial Park Blvd - - Elbow Lake - MN - 56531-4213 - Ms. - F210244 - L210244 - - Board Chair - 210244@hsesinfo.org - Ms. - F210242 - L210242 - - Chief Executive Officer - 210242@hsesinfo.org - Ms. - F210245 - L210245 - - 210245@hsesinfo.org - Ms. - F210241 - L210241 - - 210241@hsesinfo.org - 555-555-0241 - - - 9457 - 8763 - 11394 - 200 - 2019 - 2019-09-01 - - EHS - Active - MID-WEST NEW MEXICO COMMUNITY ACTION PROGRAM - ourkidzrock.com - 8763@hsesinfo.org - 549 Don Pasqual Road, NW - - Los Lunas - NM - 87031-8491 - 549 Don Pasqual Road, NW - - Los Lunas - NM - 87031-8491 - 549 Don Pasqual Road, NW - - Los Lunas - NM - 87031-8491 - Mr. - F214699 - L214699 - - Grantee Board Chair - 214699@hsesinfo.org - Mr. - F214697 - L214697 - - Chief Executive Officer - 214697@hsesinfo.org - Ms. - F214700 - L214700 - - 214700@hsesinfo.org - Mrs. - F214696 - L214696 - - 214696@hsesinfo.org - 555-555-4696 - - - 9135 - 8725 - 11442 - 000 - 2018 - 2018-11-01 - 2020-10-31 - HS - Inactive - Acelero, Inc. - www.acelero.net - 8725@hsesinfo.org - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - Mr. - F212514 - L212514 - - Chairman of the Board - 212514@hsesinfo.org - Mr. - F212512 - L212512 - - COO/Head Start Director - 212512@hsesinfo.org - Ms. - F212515 - L212515 - - 212515@hsesinfo.org - Mr. - F212511 - L212511 - - 212511@hsesinfo.org - 555-555-2511 - - - 8048 - 2204 - 10552 - 000 - 2007 - 2016-05-01 - - AIAN HS - Active - RURAL AMERICA INITIATIVES - 2112 S. Valley Dr. - 2204@hsesinfo.org - 2112 S Valley Dr - - Rapid City - SD - 57703-5934 - 2112 S Valley Dr - - Rapid City - SD - 57703-5934 - 2112 S Valley Dr - - Rapid City - SD - 57703-5934 - Ms. - F205529 - L205529 - - Chairperson - 205529@hsesinfo.org - Mr. - F205530 - L205530 - - - 205530@hsesinfo.org - - F205532 - L205532 - - 205532@hsesinfo.org - Ms. - F205528 - L205528 - - 205528@hsesinfo.org - 555-555-5528 - - - 4920 - 1278 - 8783 - 200 - 2003 - 2014-06-01 - 2019-05-31 - EHS - Inactive - Umatilla-Morrow Head Start - http://www.umchs.org - 1278@hsesinfo.org - 110 NE 4th Street - - Hermiston - OR - 97838-1861 - 110 NE 4th Street - - Hermiston - OR - 97838-1861 - 110 NE 4th Street - - Hermiston - OR - 97838-1861 - Atty. - F48381 - L48381 - - Board Chair - 48381@hsesinfo.org - Mrs. - F48382 - L48382 - - - 48382@hsesinfo.org - Ms. - F48384 - L48384 - - 48384@hsesinfo.org - Mr. - F48380 - L48380 - - 48380@hsesinfo.org - 555-555-8380 - - - 8049 - 2203 - 10552 - 200 - 2007 - 2016-05-01 - - AIAN EHS - Active - RURAL AMERICA INITIATIVES - 2112 South Valley Drive - 2203@hsesinfo.org - 2112 S Valley Dr - - Rapid City - SD - 57703-5934 - 2112 S Valley Dr - Ste 201 - Rapid City - SD - 57703-5934 - 2112 S Valley Dr - - Rapid City - SD - 57703-5934 - Ms. - F205536 - L205536 - - Chairperson - 205536@hsesinfo.org - Mr. - F205537 - L205537 - - - 205537@hsesinfo.org - - F205539 - L205539 - - 205539@hsesinfo.org - Ms. - F205535 - L205535 - - 205535@hsesinfo.org - 555-555-5535 - - - 9458 - 8764 - 11667 - 200 - 2019 - 2019-03-01 - - EHS - Active - Arkansas Early Learning, Inc. - - 8764@hsesinfo.org - 1901 Woodsprings Rd - Ste B - Jonesboro - AR - 72401-0936 - 1901 Woodsprings Rd - Ste B - Jonesboro - AR - 72401-0936 - 1901 Woodsprings Rd - Ste B - Jonesboro - AR - 72401-0936 - Mrs. - F214703 - L214703 - - Chairperson - 214703@hsesinfo.org - Mr. - F214704 - L214704 - - Chief Executive Officer - 214704@hsesinfo.org - Ms. - F214706 - L214706 - - 214706@hsesinfo.org - Ms. - F214702 - L214702 - - 214702@hsesinfo.org - 555-555-4702 - - - 9461 - 8765 - 11672 - 200 - 2019 - 2019-03-01 - - EHS - Active - Sunbeam Family Services, Inc. - - 8765@hsesinfo.org - 1100 NW 14th St - - Oklahoma City - OK - 73106-4450 - 1100 NW 14th St - - Oklahoma City - OK - 73106-4450 - 1100 NW 14th St - - Oklahoma City - OK - 73106-4450 - Ms. - F214724 - L214724 - - Sunbeam Board President - 214724@hsesinfo.org - Ms. - F214725 - L214725 - - Chief Executive Officer - 214725@hsesinfo.org - Mr. - F214727 - L214727 - - 214727@hsesinfo.org - Ms. - F214723 - L214723 - - 214723@hsesinfo.org - 555-555-4723 - - - 8545 - 8425 - 10950 - 200 - 2017 - 2017-03-01 - - EHS - Active - Center for Transforming Lives - www.transforminglives.org - 8425@hsesinfo.org - 512 W 4th St - - Fort Worth - TX - 76102-3613 - 512 W 4th St - - Fort Worth - TX - 76102-3613 - 512 W 4th St - - Fort Worth - TX - 76102-3613 - Ms. - F208543 - L208543 - - Board Chair - 208543@hsesinfo.org - Mrs. - F208544 - L208544 - - Chief Executive Officer - 208544@hsesinfo.org - Ms. - F208546 - L208546 - - 208546@hsesinfo.org - Ms. - F208542 - L208542 - - 208542@hsesinfo.org - 555-555-8542 - - - 10168 - 9013 - 12201 - 000 - 2019 - 2019-08-01 - - HS - Active - Delta Health Alliance, Inc. - deltahealthalliance.org - 9013@hsesinfo.org - 435 Stoneville Rd - - Leland - MS - 38756-9569 - PO Box 277 - - Stoneville - MS - 38776-0277 - 435 Stoneville Rd - - Leland - MS - 38756-9569 - Mr. - F219541 - L219541 - - Board Chair - 219541@hsesinfo.org - Dr. - F219542 - L219542 - - CEO - 219542@hsesinfo.org - Mrs. - F219544 - L219544 - - 219544@hsesinfo.org - Mrs. - F219540 - L219540 - - 219540@hsesinfo.org - 555-555-9540 - - - 10169 - 9014 - 12201 - 200 - 2019 - 2019-08-01 - - EHS - Active - Delta Health Alliance, Inc. - deltahealthalliance.org - 9014@hsesinfo.org - 435 Stoneville Rd - - Leland - MS - 38756-9569 - PO Box 277 - - Stoneville - MS - 38776-0277 - 435 Stoneville Rd - - Leland - MS - 38756-9569 - Mr. - F219548 - L219548 - - Board Chair - 219548@hsesinfo.org - Dr. - F219549 - L219549 - - CEO - 219549@hsesinfo.org - Mrs. - F219551 - L219551 - - 219551@hsesinfo.org - Mrs. - F219547 - L219547 - - 219547@hsesinfo.org - 555-555-9547 - - - 4836 - 2840 - 8740 - 200 - 2011 - 2014-05-01 - 2019-06-30 - EHS - Inactive - South Central Missouri Community Action Agency - scmcaa.org - 2840@hsesinfo.org - 8055 Old Alton Road - - Winona - MO - 65588 - PO Box 6 - - Winona - MO - 65588-0006 - 8055 Old Alton Road - - Winona - MO - 65588 - Mr. - F47245 - L47245 - - Board Chair - 47245@hsesinfo.org - Ms. - F47243 - L47243 - - Executive Director - 47243@hsesinfo.org - Ms. - F47242 - L47242 - - 47242@hsesinfo.org - Mr. - F47241 - L47241 - - 47241@hsesinfo.org - 555-555-7241 - - - 5062 - 5068 - 8875 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - MARYLAND FAMILY NETWORK, INC. - http://www.marylandfamilynetwork.org - 5068@hsesinfo.org - 1001 Eastern Avenue - 2nd floor - Baltimore - MD - 21202-4325 - 1001 Eastern Avenue - 2nd floor - Baltimore - MD - 21202-4325 - 1001 Eastern Avenue - 2nd floor - Baltimore - MD - 21202-4325 - Mr. - F51458 - L51458 - - Board Chairperson - 51458@hsesinfo.org - Ms. - F51461 - L51461 - - CEO - 51461@hsesinfo.org - Ms. - F51460 - L51460 - - 51460@hsesinfo.org - Ms. - F51457 - L51457 - - 51457@hsesinfo.org - 555-555-1457 x 5555 - - - 10718 - 322 - 12724 - 000 - 2014 - 2019-11-01 - - HS - Active - PRINCE WILLIAM COUNTY SCHOOL DISTRICT - http://www.pwcs.edu - 322@hsesinfo.org - 14800 Joplin Road - - Manassas - VA - 20112 - P.O. Box 389 - - Manassas - VA - 20108-0389 - 14800 Joplin Road - - Manassas - VA - 20112 - Dr. - F223355 - L223355 - MD - Chairman, Prince William County School Board - 223355@hsesinfo.org - Mrs. - F223356 - L223356 - - Superintendent - 223356@hsesinfo.org - Ms. - F223358 - L223358 - - 223358@hsesinfo.org - Dr. - F223354 - L223354 - - 223354@hsesinfo.org - 555-555-3354 - - - 10719 - 387 - 12721 - 000 - 1991 - 2019-11-01 - - HS - Active - Chippewa Luce Mackinac Community Action Agency, Inc. - http://www.clmcaa.com - 387@hsesinfo.org - 524 Ashmun St - - Sault Sainte Marie - MI - 49783-1908 - 524 Ashmun St - - Sault Sainte Marie - MI - 49783-1908 - 524 Ashmun St - - Sault Sainte Marie - MI - 49783-1908 - Ms. - F223362 - L223362 - - Board of Directors Chairperson - 223362@hsesinfo.org - Mr. - F223363 - L223363 - - Executive Director - 223363@hsesinfo.org - Ms. - F223365 - L223365 - - 223365@hsesinfo.org - Ms. - F223361 - L223361 - - 223361@hsesinfo.org - 555-555-3361 - - - 6803 - 874 - 10282 - 000 - 1994 - 2015-09-01 - - HS - Active - Family Resource Agency of North Georgia - http://www.fragahs.com - 874@hsesinfo.org - 403 Chickamauga Avenue - Suite 201 - Rossville - GA - 30741-1354 - 403 Chickamauga Avenue - Suite 201 - Rossville - GA - 30741-1354 - 403 Chickamauga Avenue - Suite 201 - Rossville - GA - 30741-1354 - Ms. - F203296 - L203296 - - Board President - 203296@hsesinfo.org - Mrs. - F203297 - L203297 - - CEO - 203297@hsesinfo.org - Mr. - F203299 - L203299 - - 203299@hsesinfo.org - Ms. - F203295 - L203295 - - 203295@hsesinfo.org - 555-555-3295 - - - 6804 - 873 - 10282 - 200 - 2000 - 2015-09-01 - - EHS - Active - Family Resource Agency of North Georgia - http://www.fragahs.com - 873@hsesinfo.org - 403 Chickamauga Avenue - Suite 201 - Rossville - GA - 30741-1354 - 403 Chickamauga Avenue - Suite 201 - Rossville - GA - 30741-1354 - 403 Chickamauga Avenue - Suite 201 - Rossville - GA - 30741-1354 - Ms. - F203303 - L203303 - - Board President - 203303@hsesinfo.org - Mrs. - F203304 - L203304 - - CEO - 203304@hsesinfo.org - Mr. - F203306 - L203306 - - 203306@hsesinfo.org - Ms. - F203302 - L203302 - - 203302@hsesinfo.org - 555-555-3302 - - - 10568 - 6092 - 12555 - 200 - - 2019-09-01 - - EHS - Active - Family Resource Agency, Inc. - http://www.fragahs.com - 6092@hsesinfo.org - 403 Chickamauga Ave - Ste 201 - Rossville - GA - 30741-1354 - 403 Chickamauga Ave - Ste 201 - Rossville - GA - 30741-1354 - 403 Chickamauga Ave - Ste 201 - Rossville - GA - 30741-1354 - Ms. - F222314 - L222314 - - - 222314@hsesinfo.org - Mrs. - F222315 - L222315 - - - 222315@hsesinfo.org - Mr. - F222317 - L222317 - - 222317@hsesinfo.org - Ms. - F222313 - L222313 - - 222313@hsesinfo.org - 555-555-2313 - - - 11133 - 2317 - 13053 - 000 - 2014 - 2020-04-01 - - HS - Active - Sullivan County Head Start, Inc. - www.headstart-sullivancounty.org - 2317@hsesinfo.org - 393 State Route 52 - - Woodbourne - NY - 12788-5714 - PO Box 215 - - Woodbourne - NY - 12788-0215 - 393 State Route 52 - - Woodbourne - NY - 12788-5714 - Mr. - F226155 - L226155 - - Chairperson - 226155@hsesinfo.org - Mrs. - F226156 - L226156 - - Executive Director - 226156@hsesinfo.org - Mrs. - F226158 - L226158 - - 226158@hsesinfo.org - Mrs. - F226154 - L226154 - - 226154@hsesinfo.org - 555-555-6154 - - - 6703 - 2989 - 10188 - 000 - 2011 - 2015-08-01 - - HS - Active - Center for Family Services, Inc. - www.centerffs.org - 2989@hsesinfo.org - 584 Benson St - - Camden - NJ - 08103-1324 - 584 Benson St - - Camden - NJ - 08103-1324 - 584 Benson St - - Camden - NJ - 08103-1324 - Mrs. - F202592 - L202592 - - Board Chair - 202592@hsesinfo.org - Mr. - F202593 - L202593 - - President/CEO - 202593@hsesinfo.org - Ms. - F202595 - L202595 - - 202595@hsesinfo.org - Mr. - F202591 - L202591 - - 202591@hsesinfo.org - 555-555-2591 x 5555 - - - 9463 - 8767 - 11673 - 200 - 2019 - 2019-01-01 - - EHS - Active - Central Texas 4C, Inc. - - 8767@hsesinfo.org - 504 N 5th St - - Temple - TX - 76501-3112 - PO Box 367 - - Temple - TX - 76503-0367 - 504 N 5th St - - Temple - TX - 76501-3112 - Mrs. - F214738 - L214738 - - Board President - 214738@hsesinfo.org - Ms. - F214739 - L214739 - M.S. - Executive Director - 214739@hsesinfo.org - Ms. - F214741 - L214741 - - 214741@hsesinfo.org - Mrs. - F214737 - L214737 - - 214737@hsesinfo.org - 555-555-4737 x 5555 - - - 5974 - 5981 - 9663 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - The Family Conservancy - www.tfckc.org - 5981@hsesinfo.org - 444 Minnesota Avenue - Suite 200 - Kansas City - KS - 66101-2900 - 444 Minnesota Avenue - Suite 200 - Kansas City - KS - 66101-2900 - 444 Minnesota Avenue - Suite 200 - Kansas City - KS - 66101-2900 - Mr. - F106446 - L106446 - - - 106446@hsesinfo.org - Mr. - F106447 - L106447 - - - 106447@hsesinfo.org - Ms. - F106449 - L106449 - - 106449@hsesinfo.org - Ms. - F106445 - L106445 - - 106445@hsesinfo.org - 555-555-6445 x 5555 - - - 6126 - 846 - 9604 - 000 - 1997 - 2015-03-01 - 2020-06-30 - HS - Inactive - Family Development Services, Inc. - http://www.fds.org - 846@hsesinfo.org - 3637 North Meridian Street - - Indianapolis - IN - 46208-4233 - 3637 North Meridian Street - - Indianapolis - IN - 46208-4233 - 3637 North Meridian Street - - Indianapolis - IN - 46208-4233 - Mrs. - F108578 - L108578 - - - 108578@hsesinfo.org - Mrs. - F108575 - L108575 - - Executive Director - 108575@hsesinfo.org - Ms. - F108574 - L108574 - - 108574@hsesinfo.org - Ms. - F108573 - L108573 - - 108573@hsesinfo.org - 555-555-8573 - - - 11134 - 2316 - 13053 - 200 - 2014 - 2020-04-01 - - EHS - Active - Sullivan County Head Start, Inc. - www.headstart-sullivancounty.org - 2316@hsesinfo.org - 393 State Route 52 - - Woodbourne - NY - 12788-5714 - PO Box 215 - - Woodbourne - NY - 12788-0215 - 393 State Route 52 - - Woodbourne - NY - 12788-5714 - Mr. - F226162 - L226162 - - Chairperson - 226162@hsesinfo.org - Mrs. - F226163 - L226163 - - Executive Director - 226163@hsesinfo.org - Mrs. - F226165 - L226165 - - 226165@hsesinfo.org - Mrs. - F226161 - L226161 - - 226161@hsesinfo.org - 555-555-6161 - - - 10359 - 5859 - 12375 - 200 - - 2019-08-01 - - EHS - Active - Elkhart and St. Joseph Counties Head Start Consortium - www.headstartesj.com - 5859@hsesinfo.org - 245 North Lombardy Drive - Suite A - South Bend - IN - 46619 - 245 North Lombardy Drive - Suite A - South Bend - IN - 46619 - 245 North Lombardy Drive - Suite A - South Bend - IN - 46619 - Mrs. - F220854 - L220854 - - Consortium Board President - 220854@hsesinfo.org - Dr. - F220855 - L220855 - - Executive Director - 220855@hsesinfo.org - Ms. - F220857 - L220857 - - 220857@hsesinfo.org - Dr. - F220853 - L220853 - - 220853@hsesinfo.org - 555-555-0853 - - - 11135 - 598 - 13052 - 000 - 1992 - 2020-04-01 - - HS - Active - COASTAL GEORGIA AREA COMMUNITY ACTION AUTHORITY, INC - http://www.coastalgacaa.org/ - 598@hsesinfo.org - 1 Community Action Dr - - Brunswick - GA - 31520-3789 - PO Box 2016 - - Brunswick - GA - 31521-2016 - 1 Community Action Dr - - Brunswick - GA - 31520-3789 - Dr. - F226169 - L226169 - - Board Chairman - 226169@hsesinfo.org - Mrs. - F226170 - L226170 - - CEO - 226170@hsesinfo.org - Mr. - F226172 - L226172 - - 226172@hsesinfo.org - Mrs. - F226168 - L226168 - - 226168@hsesinfo.org - 555-555-6168 x 5555 - - - 11136 - 3259 - 13052 - 200 - 2011 - 2020-04-01 - - EHS - Active - COASTAL GEORGIA AREA COMMUNITY ACTION AUTHORITY, INC - - 3259@hsesinfo.org - 1 Community Action Dr - - Brunswick - GA - 31520-3789 - PO Box 2016 - - Brunswick - GA - 31521-2016 - 1 Community Action Dr - - Brunswick - GA - 31520-3789 - Mr. - F226176 - L226176 - - Board Chairman - 226176@hsesinfo.org - Mrs. - F226177 - L226177 - - CEO - 226177@hsesinfo.org - Mr. - F226179 - L226179 - - 226179@hsesinfo.org - Mrs. - F226175 - L226175 - - 226175@hsesinfo.org - 555-555-6175 x 5555 - - - 11528 - 1005 - 13348 - 000 - 1992 - 2020-07-01 - - HS - Active - Dodge City Public Schools, USD# 443 - http://www.usd443.org - 1005@hsesinfo.org - 1000 N 2nd Ave - - Dodge City - KS - 67801-4415 - 1000 N 2nd Ave - - Dodge City - KS - 67801-4415 - 1000 N 2nd Ave - - Dodge City - KS - 67801-4415 - Mrs. - F228724 - L228724 - - - 228724@hsesinfo.org - Mrs. - F228725 - L228725 - - - 228725@hsesinfo.org - Ms. - F228727 - L228727 - - 228727@hsesinfo.org - Mr. - F228723 - L228723 - - 228723@hsesinfo.org - 555-555-8723 - - - 4615 - 2373 - 8588 - 200 - 2014 - 2014-02-01 - 2019-01-31 - EHS - Inactive - Northside Center for Child Development - http://www.northsidecenter.org - 2373@hsesinfo.org - 1301 - 5th Avenue - - New York - NY - 10029-3119 - 1301 - 5th Avenue - - New York - NY - 10029-3119 - 1301 - 5th Avenue - - New York - NY - 10029-3119 - Mr. - F44074 - L44074 - - - 44074@hsesinfo.org - Dr. - F44078 - L44078 - - - 44078@hsesinfo.org - Ms. - F44077 - L44077 - - 44077@hsesinfo.org - Ms. - F44073 - L44073 - - 44073@hsesinfo.org - 555-555-4073 - - - 10361 - 5961 - 12360 - 200 - - 2019-08-01 - - EHS - Active - Knox County Head Start, Inc. - www.knoxheadstart.org - 5961@hsesinfo.org - 11700 Upper Gilchrist Rd - Ste B - Mount Vernon - OH - 43050-9232 - PO Box 1225 - - Mount Vernon - OH - 43050-8225 - 11700 Upper Gilchrist Rd - Ste B - Mount Vernon - OH - 43050-9232 - Mr. - F220868 - L220868 - - Board Chairperson - 220868@hsesinfo.org - Ms. - F220869 - L220869 - - Executive Director - 220869@hsesinfo.org - Ms. - F220871 - L220871 - - 220871@hsesinfo.org - Ms. - F220867 - L220867 - - 220867@hsesinfo.org - 555-555-0867 - - - 10362 - 5962 - 12373 - 200 - - 2019-08-01 - - EHS - Active - West Ohio Community Action Partnership - www.wocap.org - 5962@hsesinfo.org - 540 South Central Avenue - - Lima - OH - 45804-1306 - 540 South Central Avenue - - Lima - OH - 45804-1306 - 540 South Central Avenue - - Lima - OH - 45804-1306 - Mrs. - F220875 - L220875 - - Board Chair - 220875@hsesinfo.org - Ms. - F220876 - L220876 - - - 220876@hsesinfo.org - Mrs. - F220878 - L220878 - - 220878@hsesinfo.org - Ms. - F220874 - L220874 - - 220874@hsesinfo.org - 555-555-0874 x 5555 - - - 11367 - 773 - 13238 - 000 - 1993 - 2020-06-01 - - HS - Active - PLAQUEMINES PARISH SCHOOL BOARD - www.ppsb.org - 773@hsesinfo.org - 1484 Woodland Hwy - - Belle Chasse - LA - 70037-1672 - PO Box 69 - - Belle Chasse - LA - 70037-0069 - 1484 Woodland Hwy - - Belle Chasse - LA - 70037-1672 - Mr. - F227633 - L227633 - - PPSB President - 227633@hsesinfo.org - Mr. - F227634 - L227634 - - PPSB Superintendent - 227634@hsesinfo.org - Mrs. - F227636 - L227636 - - 227636@hsesinfo.org - Mrs. - F227632 - L227632 - - 227632@hsesinfo.org - 555-555-7632 - - - 4484 - 2336 - 8540 - 000 - 2013 - 2013-11-29 - 2018-11-30 - HS - Inactive - ULSTER COUNTY COMMUNITY ACTION COMMITTEE, INC - www.uccac.org - 2336@hsesinfo.org - 70 Lindsley Avenue - - Kingston - NY - 12401-3316 - 70 Lindsley Avenue - - Kingston - NY - 12401-3316 - 70 Lindsley Avenue - - Kingston - NY - 12401-3316 - Mr. - F42275 - L42275 - - Board Chairperson - 42275@hsesinfo.org - Mr. - F42277 - L42277 - - Executive Director - 42277@hsesinfo.org - Mr. - F42276 - L42276 - - 42276@hsesinfo.org - Ms. - F42272 - L42272 - - 42272@hsesinfo.org - 555-555-2272 x 5555 - - - 6760 - 1201 - 10186 - 200 - 1992 - 2015-08-01 - - AIAN EHS - Active - Blackfeet Tribal Business Council - www.blackfeetnation.com - 1201@hsesinfo.org - 615 South Piegan Street - - Browning - MT - 59417-0850 - 615 South Piegan Street - - Browning - MT - 59417-0850 - 615 South Piegan Street - - Browning - MT - 59417-0850 - Mr. - F202991 - L202991 - - Chairman Blackfeet Tribal Business Council - 202991@hsesinfo.org - Mr. - F202992 - L202992 - - Chairman Blackfeet Tribal Business Council - 202992@hsesinfo.org - Mr. - F202994 - L202994 - - 202994@hsesinfo.org - Mrs. - F202990 - L202990 - - 202990@hsesinfo.org - 555-555-2990 x 5555 - - - 8937 - 535 - 11283 - 000 - 2013 - 2018-07-01 - - HS - Active - Baldwin County Board of Education - http://baldwin2.elc.schooldesk.net/ - 535@hsesinfo.org - Baldwin County Child & Family Development Center - 100 N. ABC Street - Milledgeville - GA - 31061 - Baldwin County Child & Family Development Center - 100 N. ABC Street - Milledgeville - GA - 31061 - Baldwin County Child & Family Development Center - 100 N. ABC Street - Milledgeville - GA - 31061 - Mr. - F211065 - L211065 - - Chairman of the Board of Education - 211065@hsesinfo.org - Dr. - F211066 - L211066 - - Superintendent of Baldwin County School District - 211066@hsesinfo.org - Ms. - F211068 - L211068 - - 211068@hsesinfo.org - Mrs. - F211064 - L211064 - - 211064@hsesinfo.org - 555-555-1064 - - - 10364 - 5976 - 12357 - 200 - - 2019-08-01 - - EHS - Active - Motivation Education & Training, Inc. - www.metinc.org - 5976@hsesinfo.org - 22551 Gene Campbell Blvd - - New Caney - TX - 77357 - PO Box 1838 - - New Caney - TX - 77357-1838 - 22551 Gene Campbell Blvd - - New Caney - TX - 77357 - Mr. - F220889 - L220889 - - Governing Board President - 220889@hsesinfo.org - Mrs. - F220890 - L220890 - - Executive Director - 220890@hsesinfo.org - Mrs. - F220892 - L220892 - - 220892@hsesinfo.org - Mrs. - F220888 - L220888 - - 220888@hsesinfo.org - 555-555-0888 - - - 8659 - 8522 - 11043 - 200 - 2017 - 2017-07-01 - - EHS - Active - The New York Foundling Hospital - www.nyfoundling.org - 8522@hsesinfo.org - 1713 Ponce De Leon Avenue - - San Juan - PR - 00909-1985 - PO Box 191274 - - San Juan - PR - 00919-1274 - 590 Avenue of the Americas - - New York - NY - 10011-2022 - Mr. - F209122 - L209122 - Jr - Chairperson - 209122@hsesinfo.org - Mr. - F209123 - L209123 - - - 209123@hsesinfo.org - Mrs. - F209125 - L209125 - - 209125@hsesinfo.org - Ms. - F209121 - L209121 - - 209121@hsesinfo.org - 555-555-9121 - - - 6092 - 6099 - 9757 - 200 - - 2015-03-01 - 2019-08-31 - EHS - Inactive - Hawkeye Area Community Action Program,Inc. - http://www.hacap.org - 6099@hsesinfo.org - 1515 Hawkeye Dr - - Hiawatha - IA - 52233-1102 - 1515 Hawkeye Dr - - Hiawatha - IA - 52233-1102 - 1515 Hawkeye Dr - - Hiawatha - IA - 52233-1102 - Mr. - F107618 - L107618 - - Board President - 107618@hsesinfo.org - Mrs. - F107619 - L107619 - - CEO - 107619@hsesinfo.org - Ms. - F107621 - L107621 - - 107621@hsesinfo.org - Mrs. - F107617 - L107617 - - 107617@hsesinfo.org - 555-555-7617 x 5555 - - - 5330 - 780 - 9125 - 200 - 2003 - 2014-08-01 - 2019-07-31 - EHS - Inactive - Child & Family Services, Inc. of Lea County - www.cfsnm.net - 780@hsesinfo.org - 950 East Snyder Street - - Hobbs - NM - 88240-5954 - 950 East Snyder Street - - Hobbs - NM - 88240-5954 - 950 East Snyder Street - - Hobbs - NM - 88240-5954 - Mrs. - F54214 - L54214 - - Board Chair - 54214@hsesinfo.org - Ms. - F54212 - L54212 - - Executive Director - 54212@hsesinfo.org - Ms. - F54211 - L54211 - - 54211@hsesinfo.org - Ms. - F54210 - L54210 - - 54210@hsesinfo.org - 555-555-4210 - - - 11368 - 2398 - 13237 - 000 - 2014 - 2020-06-01 - - AIAN HS - Active - HOPI INDIAN TRIBAL COUNCIL - - 2398@hsesinfo.org - 1 Main Street - P.O. Box 123 - Kykotsmovi - AZ - 86039-0123 - 1 Main Street - P.O. Box 123 - Kykotsmovi - AZ - 86039-0123 - 1 Main Street - P.O. Box 123 - Kykotsmovi - AZ - 86039-0123 - Mr. - F227640 - L227640 - L. - Tribal Chairman - 227640@hsesinfo.org - Ms. - F227641 - L227641 - - - 227641@hsesinfo.org - Miss - F227643 - L227643 - - 227643@hsesinfo.org - Mrs. - F227639 - L227639 - - 227639@hsesinfo.org - 555-555-7639 - - - 10720 - 388 - 12721 - 200 - 2003 - 2019-11-01 - - EHS - Active - Chippewa Luce Mackinac Community Action Agency, Inc. - http://www.clmcaa.com - 388@hsesinfo.org - 524 Ashmun St - - Sault Sainte Marie - MI - 49783-1908 - 524 Ashmun St - - Sault Sainte Marie - MI - 49783-1908 - 524 Ashmun St - - Sault S Marie - MI - 49783-1908 - Ms. - F223369 - L223369 - - Board of Directors Chairperson - 223369@hsesinfo.org - Mr. - F223370 - L223370 - - Executive Director - 223370@hsesinfo.org - Ms. - F223372 - L223372 - - 223372@hsesinfo.org - Ms. - F223368 - L223368 - - 223368@hsesinfo.org - 555-555-3368 - - - 10721 - 500 - 12720 - 000 - 2014 - 2019-11-01 - - HS - Active - Brazos Valley Community Action Program - http://www.capbv.org - 500@hsesinfo.org - 3141 Briarcrest Dr - Ste 501 - Bryan - TX - 77802-3055 - 3141 Briarcrest Dr - Ste 501 - Bryan - TX - 77802-3055 - 3141 Briarcrest Dr - Ste 501 - Bryan - TX - 77802-3055 - Mr. - F223376 - L223376 - - BVCAA Executive Board Chair - 223376@hsesinfo.org - Mr. - F223377 - L223377 - - CEO - 223377@hsesinfo.org - Ms. - F223379 - L223379 - - 223379@hsesinfo.org - Ms. - F223375 - L223375 - - 223375@hsesinfo.org - 555-555-3375 - - - 10722 - 501 - 12720 - 200 - 2014 - 2019-11-01 - - EHS - Active - Brazos Valley Community Action Programs - http://www.capbv.org - 501@hsesinfo.org - 3141 Briarcrest Drive - Suite 501 - Bryan - TX - 77802-3055 - 3141 Briarcrest Drive - Suite 501 - Bryan - TX - 77802-3055 - 3141 Briarcrest Drive - Suite 501 - Bryan - TX - 77802-3055 - Mr. - F223383 - L223383 - - BVCAP Executive Board Chair - 223383@hsesinfo.org - Mr. - F223384 - L223384 - - CEO - 223384@hsesinfo.org - Ms. - F223386 - L223386 - - 223386@hsesinfo.org - Ms. - F223382 - L223382 - - 223382@hsesinfo.org - 555-555-3382 - - - 10723 - 4937 - 12722 - 000 - 2014 - 2019-11-01 - - HS - Active - Families and Children Together, Inc. - www.fact-inc.com - 4937@hsesinfo.org - 2720 Vine Street - - El Dorado - AR - 71730-6700 - PO Box 10670 - - El Dorado - AR - 71730-0027 - 2720 Vine Street - - El Dorado - AR - 71730-6700 - Dr. - F223390 - L223390 - - Chairman - 223390@hsesinfo.org - Ms. - F223391 - L223391 - - Executive Director - 223391@hsesinfo.org - Ms. - F223393 - L223393 - - 223393@hsesinfo.org - Ms. - F223389 - L223389 - - 223389@hsesinfo.org - 555-555-3389 x 5555 - - - 8206 - 8138 - 10621 - 200 - 2016 - 2016-07-01 - - EHS - Active - United Community Action Agency, Inc. - - 8138@hsesinfo.org - 200 4th St SW - - Willmar - MN - 56201-3330 - 200 4th St SW - PO Box 1359 - Willmar - MN - 56201-3330 - 101 South Vesta St - - Cosmos - MN - 56228 - Ms. - F206557 - L206557 - - Chair of United Board of Directors - 206557@hsesinfo.org - Ms. - F206558 - L206558 - - Executive Director - 206558@hsesinfo.org - Ms. - F206560 - L206560 - - 206560@hsesinfo.org - Dr. - F206556 - L206556 - - 206556@hsesinfo.org - 555-555-6556 x 5555 - - - 11529 - 1006 - 13348 - 200 - 2003 - 2020-07-01 - - EHS - Active - Dodge City Public Schools, USD# 443 - http://www.usd443.org - 1006@hsesinfo.org - 1000 N 2nd Ave - - Dodge City - KS - 67801-4415 - 1000 N 2nd Ave - - Dodge City - KS - 67801-4415 - 1000 N 2nd Ave - - Dodge City - KS - 67801-4415 - Mrs. - F228731 - L228731 - - - 228731@hsesinfo.org - Mrs. - F228732 - L228732 - - - 228732@hsesinfo.org - Ms. - F228734 - L228734 - - 228734@hsesinfo.org - Mr. - F228730 - L228730 - - 228730@hsesinfo.org - 555-555-8730 - - - 9473 - 1295 - 11682 - 200 - 2014 - 2019-04-01 - - EHS - Active - Tulare County Department of Education - - 1295@hsesinfo.org - 7000 Doe Avenue, Suite C - - Visalia - CA - 93291-9287 - 7000 Doe Avenue, Suite C - - Visalia - CA - 93291-9287 - 7000 Doe Avenue, Suite C - - Visalia - CA - 93291-9287 - Mr. - F214808 - L214808 - - County Superintendent of Schools - 214808@hsesinfo.org - Mr. - F214809 - L214809 - - - 214809@hsesinfo.org - Mr. - F214811 - L214811 - - 214811@hsesinfo.org - Ms. - F214807 - L214807 - - 214807@hsesinfo.org - 555-555-4807 - - - 4860 - 1374 - 8742 - 000 - 1992 - 2014-05-01 - 2019-04-30 - HS - Inactive - KANSAS CHILDREN'S SERVICE LEAGUE - http://www.kcsl.org - 1374@hsesinfo.org - 705 Ballinger Street - - Garden City - KS - 67846 - 705 Ballinger Street - - Garden City - KS - 67846 - 705 Ballinger Street - - Garden City - KS - 67846 - Ms. - F47561 - L47561 - - Chairperson of the Board - 47561@hsesinfo.org - Ms. - F47559 - L47559 - - - 47559@hsesinfo.org - - F47560 - L47560 - - 47560@hsesinfo.org - Ms. - F47557 - L47557 - - 47557@hsesinfo.org - 555-555-7557 x 5555 - - - 4861 - 1373 - 8742 - 200 - 2001 - 2014-05-01 - 2019-04-30 - EHS - Inactive - KANSAS CHILDREN'S SERVICE LEAGUE - http://www.kcsl.org - 1373@hsesinfo.org - 705 Ballinger Street - - Garden City - KS - 67846 - 705 Ballinger Street - - Garden City - KS - 67846 - 705 Ballinger Street - - Garden City - KS - 67846 - Ms. - F47566 - L47566 - - Chairperson - 47566@hsesinfo.org - Ms. - F47567 - L47567 - - - 47567@hsesinfo.org - Ms. - F47565 - L47565 - - 47565@hsesinfo.org - Ms. - F47564 - L47564 - - 47564@hsesinfo.org - 555-555-7564 x 5555 - - - 8724 - 8582 - 11095 - 200 - 2017 - 2017-09-01 - - AIAN EHS - Active - Lower Sioux Indian Community in the State of Minnesota - 39527 Reservation Highway 1 - 8582@hsesinfo.org - 39375 County Highway 24 - - Morton - MN - 56270-1273 - 39527 Reservation Highway 1 - - Morton - MN - 56270-1253 - 39527 Reservation Highway 1 - - Morton - MN - 56270-1253 - Mr. - F209558 - L209558 - - President - 209558@hsesinfo.org - Ms. - F209559 - L209559 - - Vice President - 209559@hsesinfo.org - Mrs. - F209561 - L209561 - - 209561@hsesinfo.org - Ms. - F209557 - L209557 - - 209557@hsesinfo.org - 555-555-9557 - - - 10365 - 5978 - 12359 - 200 - - 2019-08-01 - - EHS - Active - Rolling Plains Management Corporation - www.rollingplains.org - 5978@hsesinfo.org - 118 N 1st Street - - Crowell - TX - 79227 - 118 N 1st Street - - Crowell - TX - 79227 - 118 N 1st Street - - Crowell - TX - 79227 - Mr. - F220896 - L220896 - - Board Chairman - 220896@hsesinfo.org - Mrs. - F220897 - L220897 - - Executive Director - 220897@hsesinfo.org - Mrs. - F220899 - L220899 - - 220899@hsesinfo.org - Mrs. - F220895 - L220895 - - 220895@hsesinfo.org - 555-555-0895 x 5555 - - - 10001 - 1666 - 12058 - 200 - 2014 - 2019-07-01 - - EHS - Active - Kids On The Move, Inc. - http://www.kotm.org - 1666@hsesinfo.org - 475 West 260 North - - Orem - UT - 84057-1970 - 475 West 260 North - - Orem - UT - 84057-1970 - 475 West 260 North - - Orem - UT - 84057-1970 - Mr. - F218400 - L218400 - - Board Chairman - 218400@hsesinfo.org - Mrs. - F218401 - L218401 - - Chief Operating Officer - 218401@hsesinfo.org - Mr. - F218403 - L218403 - - 218403@hsesinfo.org - Mrs. - F218399 - L218399 - - 218399@hsesinfo.org - 555-555-8399 x 5555 - - - 10366 - 6098 - 12379 - 200 - - 2019-09-01 - - EHS - Active - Texas Tech University - http://www.depts.ttu.edu/earlyheadstart - 6098@hsesinfo.org - 3315 E Broadway - - Lubbock - TX - 79403-6127 - 3315 E Broadway - - Lubbock - TX - 79403-6127 - 3315 E Broadway - - Lubbock - TX - 79403-6127 - Dr. - F220903 - L220903 - - - 220903@hsesinfo.org - Dr. - F220904 - L220904 - - - 220904@hsesinfo.org - Ms. - F220906 - L220906 - - 220906@hsesinfo.org - Ms. - F220902 - L220902 - - 220902@hsesinfo.org - 555-555-0902 - - - 4465 - 2485 - 8404 - 200 - 1993 - 2013-11-01 - 2018-10-31 - AIAN EHS - Inactive - INTER-TRIBAL COUNCIL OF MICHIGAN, INC - http://www.itcmi.org - 2485@hsesinfo.org - 2956 Ashmun Street - - Sault Sainte Marie - MI - 49783-3720 - 2956 Ashmun Street - - Sault Sainte Marie - MI - 49783-3720 - 2956 Ashmun Street - - Sault Sainte Marie - MI - 49783-3720 - Mr. - F41662 - L41662 - - Chairman - 41662@hsesinfo.org - Mr. - F41663 - L41663 - - - 41663@hsesinfo.org - Mr. - F41661 - L41661 - - 41661@hsesinfo.org - Ms. - F41658 - L41658 - - 41658@hsesinfo.org - 555-555-1658 - - - 10367 - 5982 - 12370 - 200 - - 2019-08-01 - - EHS - Active - Centro de la Familia de Utah - www.cdlf.org - 5982@hsesinfo.org - 525 South 300 West - - Salt Lake City - UT - 84101-2503 - 525 South 300 West - - Salt Lake City - UT - 84101-2503 - 525 South 300 West - - Salt Lake City - UT - 84101-2503 - Mr. - F220910 - L220910 - - Board President - 220910@hsesinfo.org - Mr. - F220911 - L220911 - - CEO, Head Start Director - 220911@hsesinfo.org - Ms. - F220913 - L220913 - - 220913@hsesinfo.org - Mr. - F220909 - L220909 - - 220909@hsesinfo.org - 555-555-0909 - - - 9474 - 8770 - 11687 - 200 - 2019 - 2019-03-01 - - EHS - Active - Child Start, Inc. - - 8770@hsesinfo.org - 439 Devlin Rd - - Napa - CA - 94558-6274 - 439 Devlin Rd - - Napa - CA - 94558-6274 - 439 Devlin Rd - - Napa - CA - 94558-6274 - Mr. - F214815 - L214815 - - Board Chair - 214815@hsesinfo.org - Ms. - F214816 - L214816 - - Executive Director - 214816@hsesinfo.org - Ms. - F214818 - L214818 - - 214818@hsesinfo.org - Ms. - F214814 - L214814 - - 214814@hsesinfo.org - 555-555-4814 x 5555 - - - 8526 - 8406 - 10939 - 200 - 2017 - 2017-03-01 - - EHS - Active - Regina Coeli Child Development Center, Inc - http://www.rccdc.org - 8406@hsesinfo.org - 22476 Highway 190 - - Robert - LA - 70455-1732 - 22476 Highway 190 - - Robert - LA - 70455-1732 - 22476 Highway 190 - - Robert - LA - 70455-1732 - Atty. - F208410 - L208410 - - President, Board of Directors - 208410@hsesinfo.org - Dr. - F208411 - L208411 - - Executive Director - 208411@hsesinfo.org - Ms. - F208413 - L208413 - - 208413@hsesinfo.org - Mrs. - F208409 - L208409 - - 208409@hsesinfo.org - 555-555-8409 - - - 10724 - 2223 - 12723 - 000 - 2014 - 2019-11-01 - - HS - Active - ALBINA HEAD START - http://www.albinahs.org - 2223@hsesinfo.org - 3417 NE 7th Avenue - - Portland - OR - 97212-2111 - 3417 NE 7th Avenue - - Portland - OR - 97212-2111 - 3417 NE 7th Avenue - - Portland - OR - 97212-2111 - Mr. - F223397 - L223397 - - - 223397@hsesinfo.org - Mr. - F223398 - L223398 - - - 223398@hsesinfo.org - Ms. - F223400 - L223400 - - 223400@hsesinfo.org - Mr. - F223396 - L223396 - - 223396@hsesinfo.org - 555-555-3396 - - - 4857 - 4861 - 8620 - 200 - 2014 - 2014-05-01 - 2019-04-30 - EHS - Inactive - Semcac - www.semcac.org - 4861@hsesinfo.org - 204 S Elm St - - Rushford - MN - 55971-8812 - PO Box 549 - - Rushford - MN - 55971-0549 - 204 S Elm St - - Rushford - MN - 55971-8812 - Mr. - F47407 - L47407 - - Semcac Board President - 47407@hsesinfo.org - Mr. - F47408 - L47408 - - Acting Semcac Executive Director - 47408@hsesinfo.org - Ms. - F47410 - L47410 - - 47410@hsesinfo.org - Ms. - F47406 - L47406 - - 47406@hsesinfo.org - 555-555-7406 - - - 10725 - 2222 - 12723 - 200 - 2014 - 2019-11-01 - - EHS - Active - ALBINA HEAD START - http://www.albinahs.org - 2222@hsesinfo.org - 911 N Skidmore - - Portland - OR - 97217 - 911 N Skidmore - - Portland - OR - 97217 - 911 N Skidmore - - Portland - OR - 97217 - Mr. - F223404 - L223404 - - - 223404@hsesinfo.org - Mr. - F223405 - L223405 - - - 223405@hsesinfo.org - Ms. - F223407 - L223407 - - 223407@hsesinfo.org - Ms. - F223403 - L223403 - - 223403@hsesinfo.org - 555-555-3403 - - - 10368 - 5986 - 12377 - 200 - - 2019-08-01 - - EHS - Active - Mayville State University - www.mayvillestate.edu/cdp - 5986@hsesinfo.org - 330 3rd Street NE - - Mayville - ND - 58257-1299 - 330 3rd Street NE - - Mayville - ND - 58257-1299 - 330 3rd Street NE - - Mayville - ND - 58257-1299 - Dr. - F220917 - L220917 - - Mayville State University President/Board Chairperson - 220917@hsesinfo.org - Mr. - F220918 - L220918 - - VP of Academic Affairs/ Board Member - 220918@hsesinfo.org - Mr. - F220920 - L220920 - - 220920@hsesinfo.org - Mrs. - F220916 - L220916 - - 220916@hsesinfo.org - 555-555-0916 - - - 478 - 3017 - 298 - 000 - 2013 - 2013-07-02 - 2018-12-31 - HS - Inactive - Shira Association Inc. - - 3017@hsesinfo.org - 1259 47th St - - Brooklyn - NY - 11219-2502 - 1259 47th St - - Brooklyn - NY - 11219-2502 - 1259 47th St - - Brooklyn - NY - 11219-2502 - Mr. - F41693 - L41693 - - President/Chairman of the Board - 41693@hsesinfo.org - Mr. - F41691 - L41691 - - Executive Director - 41691@hsesinfo.org - Mrs. - F41690 - L41690 - - 41690@hsesinfo.org - Mr. - F36282 - L36282 - - 36282@hsesinfo.org - 555-555-6282 - - - 8173 - 8105 - 10553 - 000 - 2016 - 2016-05-01 - - HS - Active - The Leaguers - leaguers.org - 8105@hsesinfo.org - 405-425 University Avenue - 2nd Floor - Newark - NJ - 07102-2749 - 405-425 University Avenue - 2nd Floor - Newark - NJ - 07102-2749 - 405-425 University Avenue - 2nd Floor - Newark - NJ - 07102-2749 - Ms. - F206326 - L206326 - - Board Chairperson - 206326@hsesinfo.org - Ms. - F206327 - L206327 - - CEO/Executive Director - 206327@hsesinfo.org - Ms. - F206329 - L206329 - - 206329@hsesinfo.org - Ms. - F206325 - L206325 - - 206325@hsesinfo.org - 555-555-6325 - - - 11530 - 308 - 13336 - 000 - 1992 - 2020-07-01 - - HS - Active - Hopewell Head Start - www.hopewell.k12.va.us/wlc - 308@hsesinfo.org - 1100 Dinwiddie Avenue - - Hopewell - VA - 23860-5609 - 1100 Dinwiddie Avenue - - Hopewell - VA - 23860-5609 - 1100 Dinwiddie Avenue - - Hopewell - VA - 23860-5609 - Mr. - F228738 - L228738 - - School Board Chair - 228738@hsesinfo.org - Mrs. - F228739 - L228739 - - Executive Director - 228739@hsesinfo.org - Ms. - F228741 - L228741 - - 228741@hsesinfo.org - Ms. - F228737 - L228737 - - 228737@hsesinfo.org - 555-555-8737 - - - 11531 - 1908 - 13342 - 000 - 1992 - 2020-06-01 - - HS - Active - Tri County Community Action Partnership, Inc. - http://www.tccaction.com - 1908@hsesinfo.org - 501 Lemieur St - - Little Falls - MN - 56345-3367 - 501 Lemieur St - - Little Falls - MN - 56345-3367 - 501 Lemieur St - - Little Falls - MN - 56345-3367 - Mr. - F228745 - L228745 - - Board of Director Chair - 228745@hsesinfo.org - Ms. - F228746 - L228746 - - Executive Director - 228746@hsesinfo.org - Ms. - F228748 - L228748 - - 228748@hsesinfo.org - Ms. - F228744 - L228744 - - 228744@hsesinfo.org - 555-555-8744 x 5555 - - - 11532 - 1907 - 13342 - 200 - 2004 - 2020-06-01 - - EHS - Active - Tri County Community Action Partnership, Inc. - http://www.tccaction.com - 1907@hsesinfo.org - 501 Lemieur St - - Little Falls - MN - 56345-3367 - 501 Lemieur St - - Little Falls - MN - 56345-3367 - 501 Lemieur St - - Little Falls - MN - 56345-3367 - Mr. - F228752 - L228752 - - Board of DIrector Chair - 228752@hsesinfo.org - Ms. - F228753 - L228753 - - Intirm Executive Director - 228753@hsesinfo.org - Ms. - F228755 - L228755 - - 228755@hsesinfo.org - Ms. - F228751 - L228751 - - 228751@hsesinfo.org - 555-555-8751 x 5555 - - - 4767 - 1924 - 8641 - 000 - 2014 - 2014-04-01 - 2019-03-31 - HS - Inactive - INTER-COUNTY COMMUNITY COUNCIL, INC. - www.intercountycc.org - 1924@hsesinfo.org - 207 Main Street - - Oklee - MN - 56742-0189 - P.O. Box 189 - 207 Main Street - Oklee - MN - 56742-0189 - P.O. Box 189 - 207 Main Street - Oklee - MN - 56742-0189 - Mr. - F46173 - L46173 - - ICCC Board Chair - 46173@hsesinfo.org - Ms. - F46172 - L46172 - - - 46172@hsesinfo.org - Ms. - F46169 - L46169 - - 46169@hsesinfo.org - Ms. - F46168 - L46168 - - 46168@hsesinfo.org - 555-555-6168 x 5555 - - - 8815 - 2890 - 11195 - 200 - 2013 - 2018-06-01 - - EHS - Active - Youth In Need - www.youthinneed.org - 2890@hsesinfo.org - 1815 Boones Lick Road - - Saint Charles - MO - 63301-2247 - 1815 Boones Lick Road - - Saint Charles - MO - 63301-2247 - 1815 Boones Lick Road - - Saint Charles - MO - 63301-2247 - Mr. - F210248 - L210248 - - Board Chair - 210248@hsesinfo.org - Ms. - F210249 - L210249 - - - 210249@hsesinfo.org - Ms. - F210251 - L210251 - - 210251@hsesinfo.org - Ms. - F210247 - L210247 - - 210247@hsesinfo.org - 555-555-0247 x 5555 - - - 11533 - 679 - 13333 - 000 - 2014 - 2020-07-01 - - HS - Active - Council on Rural Service Programs, Inc. - http://www.councilonruralservices.org - 679@hsesinfo.org - 201 R.M. Davis Parkway - - Piqua - OH - 45356-0601 - 201 R.M. Davis Parkway - - Piqua - OH - 45356-0601 - 201 R.M. Davis Parkway - - Piqua - OH - 45356-0601 - Mr. - F228759 - L228759 - - Chairman, Board of Trustees - 228759@hsesinfo.org - Mr. - F228760 - L228760 - - CEO/Interim Chief Financial Officer - 228760@hsesinfo.org - Ms. - F228762 - L228762 - - 228762@hsesinfo.org - Ms. - F228758 - L228758 - - 228758@hsesinfo.org - 555-555-8758 x 5555 - - - 11534 - 678 - 13333 - 200 - 2014 - 2020-07-01 - - EHS - Active - Council on Rural Service Programs, Inc. - http://www.councilonruralservices.org - 678@hsesinfo.org - 201 Robert M Davis Pkwy - - Piqua - OH - 45356-8342 - 201 Robert M Davis Pkwy - - Piqua - OH - 45356-8342 - 201 Robert M Davis Pkwy - - Piqua - OH - 45356-8342 - Mr. - F228766 - L228766 - - Chairman, Board of Trustees - 228766@hsesinfo.org - Mr. - F228767 - L228767 - - CEO/Interim Chief Financial Officer - 228767@hsesinfo.org - Ms. - F228769 - L228769 - - 228769@hsesinfo.org - Ms. - F228765 - L228765 - - 228765@hsesinfo.org - 555-555-8765 x 5555 - - - 11535 - 861 - 13339 - 000 - 1992 - 2020-07-01 - - HS - Active - CESA 7, Head Start - http://www.cesa7.org - 861@hsesinfo.org - 1130 S 9th St - - Manitowoc - WI - 54220-5316 - 1130 S 9th St - - Manitowoc - WI - 54220-5316 - 1130 S 9th St - - Manitowoc - WI - 54220-5316 - Ms. - F228773 - L228773 - - Board of Control Chair - 228773@hsesinfo.org - Mr. - F228774 - L228774 - - Agency Administrator - 228774@hsesinfo.org - Ms. - F228776 - L228776 - - 228776@hsesinfo.org - Ms. - F228772 - L228772 - - 228772@hsesinfo.org - 555-555-8772 x 5555 - - - 9481 - 8775 - 11702 - 200 - 2019 - 2019-03-01 - - EHS - Active - Parents In Community Action, Inc. - - 8775@hsesinfo.org - 700 Humboldt Avenue North - - Minneapolis - MN - 55411-3931 - 700 Humboldt Avenue North - - Minneapolis - MN - 55411-3931 - 700 Humboldt Avenue North - - Minneapolis - MN - 55411-3931 - Ms. - F214864 - L214864 - - Board Chair - 214864@hsesinfo.org - Ms. - F214865 - L214865 - - Executive Director - 214865@hsesinfo.org - Ms. - F214867 - L214867 - - 214867@hsesinfo.org - Mr. - F214863 - L214863 - - 214863@hsesinfo.org - 555-555-4863 - - - 9483 - 8777 - 11703 - 200 - 2019 - 2019-03-01 - - EHS - Active - Los Angeles County Office of Education - - 8777@hsesinfo.org - 10100 Pioneer Blvd - Ste 325 - Santa Fe Springs - CA - 90670-7303 - 10100 Pioneer Blvd - Ste 325 - Santa Fe Springs - CA - 90670-7303 - 10100 Pioneer Blvd - Ste 325 - Santa Fe Springs - CA - 90670-7303 - Dr. - F214878 - L214878 - Ed.D - Superintendent - 214878@hsesinfo.org - Dr. - F214879 - L214879 - Ed.D - Superintendent - 214879@hsesinfo.org - Ms. - F214881 - L214881 - - 214881@hsesinfo.org - Ms. - F214877 - L214877 - - 214877@hsesinfo.org - 555-555-4877 - - - 6776 - 3713 - 10258 - 004 - - 2015-08-01 - 2020-07-31 - HS - Inactive - Twin Rivers Unified School District - www.twinriversusd.org - 3713@hsesinfo.org - 5115 Dudley Blvd - - Mcclellan - CA - 95652 - 5115 Dudley Blvd - - Mcclellan - CA - 95652 - 5115 Dudley Blvd - - Mcclellan - CA - 95652 - Mrs. - F203103 - L203103 - JD - Board President - 203103@hsesinfo.org - Dr. - F203104 - L203104 - - Superintendent - 203104@hsesinfo.org - Mrs. - F203106 - L203106 - - 203106@hsesinfo.org - Dr. - F203102 - L203102 - - 203102@hsesinfo.org - 555-555-3102 - - - 5171 - 727 - 8964 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Education Service Center Region 19 - http://www.esc19hs.net - 727@hsesinfo.org - 11670 Chito Samaniego - - El Paso - TX - 79936-6956 - 11670 Chito Samaniego - - El Paso - TX - 79936-6956 - 11670 Chito Samaniego - - El Paso - TX - 79936-6956 - Mrs. - F52055 - L52055 - - ESC Region 19 Board Chair - 52055@hsesinfo.org - Dr. - F52053 - L52053 - - ESC Region 19 Executive Director - 52053@hsesinfo.org - Mrs. - F52052 - L52052 - - 52052@hsesinfo.org - Mrs. - F52051 - L52051 - - 52051@hsesinfo.org - 555-555-2051 - - - 9480 - 8774 - 11691 - 200 - 2019 - 2019-03-01 - - Migrant EHS - Active - Community Action Partnership of San Luis Obispo County, Inc. - - 8774@hsesinfo.org - 1030 Southwood Dr - - San Luis Obispo - CA - 93401-5813 - 1030 Southwood Dr - - San Luis Obispo - CA - 93401-5813 - 1030 Southwood Dr - - San Luis Obispo - CA - 93401-5813 - Ms. - F214857 - L214857 - - CAPSLO Board President - 214857@hsesinfo.org - Mrs. - F214858 - L214858 - - Chief Executive Officer - 214858@hsesinfo.org - Ms. - F214860 - L214860 - - 214860@hsesinfo.org - Ms. - F214856 - L214856 - - 214856@hsesinfo.org - 555-555-4856 - - - 9478 - 8772 - 11695 - 200 - 2019 - 2019-03-01 - - EHS - Active - AVANCE - Houston, Inc. - - 8772@hsesinfo.org - 4281 Dacoma St - - Houston - TX - 77092-8607 - 4281 Dacoma St - - Houston - TX - 77092-8607 - 4281 Dacoma St - - Houston - TX - 77092-8607 - Mr. - F214843 - L214843 - - Board Chairperson - 214843@hsesinfo.org - Ms. - F214844 - L214844 - - Executive Director - 214844@hsesinfo.org - Mr. - F214846 - L214846 - - 214846@hsesinfo.org - Mrs. - F214842 - L214842 - Ed.D - 214842@hsesinfo.org - 555-555-4842 x 5555 - - - 4561 - 1020 - 8567 - 000 - 2013 - 2013-12-23 - 2018-12-31 - HS - Inactive - EAST MISSOURI ACTION AGENCY, INC - http://www.eastmoaa.org - 1020@hsesinfo.org - 403 Parkway Dr - - Park Hills - MO - 63601-4435 - PO Box 308 - - Park Hills - MO - 63601-0308 - 403 Parkway Dr - - Park Hills - MO - 63601-4435 - Mr. - F43398 - L43398 - - EMAA Board Chairperson - 43398@hsesinfo.org - Mrs. - F43399 - L43399 - - - 43399@hsesinfo.org - Mr. - F43396 - L43396 - - 43396@hsesinfo.org - Mrs. - F43395 - L43395 - - 43395@hsesinfo.org - 555-555-3395 x 5555 - - - 10369 - 5988 - 12366 - 200 - - 2019-08-01 - - EHS - Active - Opportunities, Inc. Head Start Prenatal to Five - - 5988@hsesinfo.org - 1220 3rd Ave S - - Great Falls - MT - 59405-2355 - PO Box 2289 - - Great Falls - MT - 59403-2289 - 905 1st Ave N - - Great Falls - MT - 59401-2605 - Ms. - F220924 - L220924 - - Board of Directors President - 220924@hsesinfo.org - Ms. - F220925 - L220925 - - Executive Director - 220925@hsesinfo.org - Ms. - F220927 - L220927 - - 220927@hsesinfo.org - Ms. - F220923 - L220923 - - 220923@hsesinfo.org - 555-555-0923 x 5555 - - - 10370 - 6101 - 12361 - 200 - - 2019-08-01 - - EHS - Active - Children's Home Society of Washington - http://www.chs-wa.org - 6101@hsesinfo.org - 12360 Lake City Way NE - Ste 450 - Seattle - WA - 98125-5452 - PO Box 15190 - - Seattle - WA - 98115-0190 - 12360 Lake City Way NE - Ste 450 - Seattle - WA - 98125-5452 - Mr. - F220931 - L220931 - - Board Chair - 220931@hsesinfo.org - Mr. - F220932 - L220932 - - President/CEO - 220932@hsesinfo.org - Ms. - F220934 - L220934 - - 220934@hsesinfo.org - Ms. - F220930 - L220930 - - 220930@hsesinfo.org - 555-555-0930 - - - 8351 - 968 - 10706 - 000 - 1994 - 2016-07-01 - - HS - Active - Private Industry Council Westmoreland/Fayette, Inc. - http://www.privateindustrycouncil.com - 968@hsesinfo.org - 219 Donohoe Road - - Greensburg - PA - 15601 - 219 Donohoe Road - - Greensburg - PA - 15601 - 219 Donohoe Road - - Greensburg - PA - 15601 - Mr. - F207596 - L207596 - - Board Chair - 207596@hsesinfo.org - Ms. - F207597 - L207597 - - President and CEO - 207597@hsesinfo.org - Mr. - F207599 - L207599 - - 207599@hsesinfo.org - Ms. - F207595 - L207595 - - 207595@hsesinfo.org - 555-555-7595 x 5555 - - - 8009 - 2094 - 10515 - 000 - 1992 - 2016-02-01 - - HS - Active - The Leaguers Inc. - leaguers.org - 2094@hsesinfo.org - 405-425 University Avenue - 2nd Floor - Newark - NJ - 07102-2749 - 405-425 University Avenue - 2nd Floor - Newark - NJ - 07102-2749 - 405-425 University Avenue - 2nd Floor - Newark - NJ - 07102-2749 - Ms. - F205276 - L205276 - - Board Chairperson - 205276@hsesinfo.org - Ms. - F205277 - L205277 - - CEO/Executive Director - 205277@hsesinfo.org - Ms. - F205279 - L205279 - - 205279@hsesinfo.org - Ms. - F205275 - L205275 - - 205275@hsesinfo.org - 555-555-5275 - - - 11371 - 375 - 13239 - 000 - 2014 - 2020-06-01 - - HS - Active - Akron Summit Community Action Agency, Inc. - www.ca-akron.org - 375@hsesinfo.org - 55 E Mill St - - Akron - OH - 44308-1405 - 55 E Mill St - - Akron - OH - 44308-1405 - 55 E Mill St - - Akron - OH - 44308-1405 - Mr. - F227657 - L227657 - - Chair, Board of Trustees - 227657@hsesinfo.org - Mr. - F227658 - L227658 - - President/CEO - 227658@hsesinfo.org - Mrs. - F227660 - L227660 - - 227660@hsesinfo.org - Mrs. - F227656 - L227656 - - 227656@hsesinfo.org - 555-555-7656 - - - 6989 - 2771 - 10451 - 200 - 2011 - 2016-01-01 - - EHS - Active - HUMAN SERVICES, INC - www.hsi-indiana.com - 2771@hsesinfo.org - 4355 E 600 N - - Columbus - IN - 47203-9229 - 4355 E 600 N - - Columbus - IN - 47203-9229 - 4355 E 600 N - - Columbus - IN - 47203-9229 - Mrs. - F204589 - L204589 - - President of the Board of Directors - 204589@hsesinfo.org - Mrs. - F204590 - L204590 - - Executive Director - 204590@hsesinfo.org - Ms. - F204592 - L204592 - - 204592@hsesinfo.org - Mrs. - F204588 - L204588 - - 204588@hsesinfo.org - 555-555-4588 - - - 11372 - 374 - 13239 - 200 - 2014 - 2020-06-01 - - EHS - Active - Akron Summit Community Action Agency, Inc. - www.ca-akron.org - 374@hsesinfo.org - 55 E Mill St - - Akron - OH - 44308-1405 - 55 E Mill St - - Akron - OH - 44308-1405 - 55 E Mill St - - Akron - OH - 44308-1405 - Mr. - F227664 - L227664 - - Chair, Board of Trustees - 227664@hsesinfo.org - Mr. - F227665 - L227665 - - President/CEO - 227665@hsesinfo.org - Mrs. - F227667 - L227667 - - 227667@hsesinfo.org - Mr. - F227663 - L227663 - - 227663@hsesinfo.org - 555-555-7663 - - - 6204 - 6217 - 9878 - 217 - - 2015-01-01 - - EHS - Active - Shining Star Youth and Community Services - www.shiningstaryouth.com - 6217@hsesinfo.org - 9204 S Commercial Ave - Ste 200 - Chicago - IL - 60617-2197 - 9204 S Commercial Ave - Ste 200 - Chicago - IL - 60617-2197 - 9204 S Commercial Ave - Ste 200 - Chicago - IL - 60617-2197 - Dr. - F108972 - L108972 - - Board Chair - 108972@hsesinfo.org - Ms. - F108973 - L108973 - - Executive Director - 108973@hsesinfo.org - Ms. - F108975 - L108975 - - 108975@hsesinfo.org - Ms. - F108971 - L108971 - - 108971@hsesinfo.org - 555-555-8971 - - - 9485 - 8779 - 11701 - 200 - 2019 - 2019-03-01 - - EHS - Active - Foothill Family Service - - 8779@hsesinfo.org - 3629 Santa Anita Ave - Ste 201 - El Monte - CA - 91731-3635 - 3629 Santa Anita Ave - Ste 201 - El Monte - CA - 91731-3635 - 2500 E Foothill Blvd - Ste 300 - Pasadena - CA - 91107-7102 - Ms. - F214892 - L214892 - - Board Chair - 214892@hsesinfo.org - Mr. - F214893 - L214893 - - - 214893@hsesinfo.org - Ms. - F214895 - L214895 - - 214895@hsesinfo.org - Ms. - F214891 - L214891 - - 214891@hsesinfo.org - 555-555-4891 - - - 5201 - 1000 - 8931 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - West Central Missouri Community Action Agency - https://www.wcmcaa.org - 1000@hsesinfo.org - 106 W 4th St - - Appleton City - MO - 64724-1402 - 106 W 4th St - - Appleton City - MO - 64724-1402 - 106 W 4th St - - Appleton City - MO - 64724-1402 - Mr. - F52227 - L52227 - - Board Chair - 52227@hsesinfo.org - Mr. - F52228 - L52228 - - President and Chief Executive Officer - 52228@hsesinfo.org - Ms. - F52225 - L52225 - - 52225@hsesinfo.org - Ms. - F52223 - L52223 - - 52223@hsesinfo.org - 555-555-2223 x 5555 - - - 6336 - 6354 - 10018 - 202 - - 2015-07-01 - 2019-06-30 - EHS - Inactive - Plaza de la Raza Child Development Services - 13300 Crossroads Pkwy N. Suite 440 - 6354@hsesinfo.org - 13300 Crossroads Pkwy N - Ste 440 - City Of Industry - CA - 91746-3440 - 13300 Crossroads Pkwy N - Ste 440 - City Of Industry - CA - 91746-3440 - 13300 Crossroads Pkwy N - Ste 440 - City Of Industry - CA - 91746-3440 - Ms. - F200022 - L200022 - - Board Chair - 200022@hsesinfo.org - Ms. - F200023 - L200023 - - Acting Executive Director - 200023@hsesinfo.org - Ms. - F200025 - L200025 - - 200025@hsesinfo.org - Ms. - F200021 - L200021 - - 200021@hsesinfo.org - 555-555-0021 - - - 5279 - 3672 - 9127 - 002 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Plaza de la Raza Child Development Services Inc. - www.plazadelaraza.info - 3672@hsesinfo.org - 13300 Crossroads Pkwy N - Ste 440 - City Of Industry - CA - 91746-3440 - 13300 Crossroads Pkwy N - Ste 440 - City Of Industry - CA - 91746-3440 - 13300 Crossroads Pkwy N - Ste 440 - City Of Industry - CA - 91746-3440 - Ms. - F53298 - L53298 - - Board Chair - 53298@hsesinfo.org - Ms. - F53296 - L53296 - - Acting Executive Director - 53296@hsesinfo.org - Ms. - F53297 - L53297 - - 53297@hsesinfo.org - Ms. - F53294 - L53294 - - 53294@hsesinfo.org - 555-555-3294 - - - 10041 - 701 - 12106 - 000 - 2014 - 2019-07-01 - - HS - Active - Southfield Public Schools - http://www.southfield.k12.mi.us - 701@hsesinfo.org - 24661 Lahser Rd - Southfield Public Schools John W. English Center - Southfield - MI - 48033-3238 - 24501 Fredrick St - Bussey Center for Early Childhood Education - Southfield - MI - 48033-3989 - 24661 Lahser Rd - Southfield Public Schools John W. English Center - Southfield - MI - 48033-3238 - Mr. - F218680 - L218680 - - President, Board of Education - 218680@hsesinfo.org - Mrs. - F218681 - L218681 - - Superintendent - 218681@hsesinfo.org - Mr. - F218683 - L218683 - - 218683@hsesinfo.org - Mrs. - F218679 - L218679 - - 218679@hsesinfo.org - 555-555-8679 - - - 5170 - 728 - 8964 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Education Service Center Region 19 - http://www.esc19hs.net - 728@hsesinfo.org - 11670 Chito Samaniego - - El Paso - TX - 79936-6956 - 11670 Chito Samaniego - - El Paso - TX - 79936-6956 - 11670 Chito Samaniego - - El Paso - TX - 79936-6956 - Mrs. - F52049 - L52049 - - ESC Region 19 Board Chair - 52049@hsesinfo.org - Dr. - F52045 - L52045 - - ESC Region 19 Executive Director - 52045@hsesinfo.org - Mrs. - F52047 - L52047 - - 52047@hsesinfo.org - Mrs. - F52044 - L52044 - - 52044@hsesinfo.org - 555-555-2044 - - - 5298 - 3692 - 9142 - 017 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Santa Monica-Malibu Unified School District - http://www.smmusd.org - 3692@hsesinfo.org - 2828 4th St - - Santa Monica - CA - 90405-4308 - 2828 4th St - - Santa Monica - CA - 90405-4308 - 2828 4th St - - Santa Monica - CA - 90405-4308 - Dr. - F53429 - L53429 - - President - 53429@hsesinfo.org - Dr. - F53430 - L53430 - - Director - 53430@hsesinfo.org - Ms. - F53432 - L53432 - - 53432@hsesinfo.org - Dr. - F53427 - L53427 - - 53427@hsesinfo.org - 555-555-3427 x 5555 - - - 9018 - 3398 - 11345 - 002 - 2013 - 2018-08-01 - - HS - Active - Independence School District - http://www.isdschools.org/ - 3398@hsesinfo.org - 201 N Forest Ave - - Independence - MO - 64050-2513 - 201 N Forest Ave - - Independence - MO - 64050-2513 - 201 N Forest Ave - - Independence - MO - 64050-2513 - Dr. - F211668 - L211668 - - Superintendent of Schools - 211668@hsesinfo.org - Dr. - F211669 - L211669 - - Superintendent of Schools - 211669@hsesinfo.org - - F211671 - L211671 - - 211671@hsesinfo.org - Dr. - F211667 - L211667 - - 211667@hsesinfo.org - 555-555-1667 - - - 9019 - 3393 - 11345 - 202 - 2013 - 2018-08-01 - - EHS - Active - Independence School District - http://www.isdschools.org/ - 3393@hsesinfo.org - 201 N Forest Ave - - Independence - MO - 64050-2513 - 201 N Forest Ave - - Independence - MO - 64050-2513 - 201 N Forest Ave - - Independence - MO - 64050-2513 - Dr. - F211674 - L211674 - - Superintendent of Schools - 211674@hsesinfo.org - Dr. - F211675 - L211675 - - Superintendent of Schools - 211675@hsesinfo.org - - F211677 - L211677 - - 211677@hsesinfo.org - Dr. - F211673 - L211673 - - 211673@hsesinfo.org - 555-555-1673 - - - 6399 - 1083 - 9962 - 000 - 1994 - 2015-06-01 - 2020-05-31 - HS - Inactive - Central Montana Head Start - http://centralmontanaheadstart.org - 1083@hsesinfo.org - 25 Meadowlark Ln - - Lewistown - MT - 59457-2048 - 25 Meadowlark Ln - - Lewistown - MT - 59457-2048 - 25 Meadowlark Ln - - Lewistown - MT - 59457-2048 - Mr. - F200463 - L200463 - - Board Chairperson - 200463@hsesinfo.org - Mrs. - F200464 - L200464 - - Executive Director - 200464@hsesinfo.org - Mrs. - F200466 - L200466 - - 200466@hsesinfo.org - Mrs. - F200462 - L200462 - - 200462@hsesinfo.org - 555-555-0462 - - - 5394 - 1342 - 9163 - 000 - 2014 - 2014-09-01 - 2020-08-31 - HS - Inactive - Greater Opportunities of Permian Basin, Inc. - http://www.gopb.org - 1342@hsesinfo.org - 206 W 5th St - - Odessa - TX - 79761-5023 - PO Box 3922 - - Odessa - TX - 79760-3922 - 206 W 5th St - - Odessa - TX - 79761-5023 - Mr. - F96737 - L96737 - - President of Board of Director - 96737@hsesinfo.org - Mrs. - F96738 - L96738 - - Executive Director - 96738@hsesinfo.org - Mr. - F96736 - L96736 - - 96736@hsesinfo.org - Mrs. - F96734 - L96734 - - 96734@hsesinfo.org - 555-555-6734 x 5555 - - - 9096 - 1797 - 11414 - 200 - 2002 - 2018-09-01 - - EHS - Active - City of Albuquerque Early Head Start - http://www.cabq.gov/family/childcare/ - 1797@hsesinfo.org - 1820 Randolph Rd SE - City of Albuquerque - Albuquerque - NM - 87106-4249 - 1820 Randolph Rd SE - City of Albuquerque - Albuquerque - NM - 87106-4249 - 1820 Randolph Rd SE - City of Albuquerque - Albuquerque - NM - 87106-4249 - Mr. - F212253 - L212253 - - City Council President - 212253@hsesinfo.org - Dr. - F212254 - L212254 - - Child & Family Dev Div Mgr - 212254@hsesinfo.org - Ms. - F212256 - L212256 - - 212256@hsesinfo.org - Ms. - F212252 - L212252 - - 212252@hsesinfo.org - 555-555-2252 - - - 8305 - 760 - 10668 - 000 - 1992 - 2016-07-01 - - HS - Active - Evangeline Community Action Agency Head Start - ecaaheadstart@centurytel.net - 760@hsesinfo.org - 403 West Magnolia Street - - Ville Platte - LA - 70586-4413 - 403 W. Magnolia Street - - Ville Platte - LA - 70586 - 403 W. Magnolia Street - - Ville Platte - LA - 70586 - Ms. - F207275 - L207275 - - Board President - 207275@hsesinfo.org - Mrs. - F207276 - L207276 - - Executive Director - 207276@hsesinfo.org - Ms. - F207278 - L207278 - - 207278@hsesinfo.org - Mrs. - F207274 - L207274 - - 207274@hsesinfo.org - 555-555-7274 - - - 10042 - 8643 - 12106 - 200 - 2018 - 2019-07-01 - - EHS - Active - Southfield Public Schools - http://www.southfield.k12.mi.us - 8643@hsesinfo.org - 24661 Lahser Rd - Southfield Public Schools John W. English Center - Southfield - MI - 48033-3989 - 24501 Fredrick St - Bussey Center for Early Childhood Education - Southfield - MI - 48033-3989 - 24661 Lahser Rd - Southfield Public Schools John W. English Center - Southfield - MI - 48033-3238 - Mr. - F218687 - L218687 - - President, Board of Education - 218687@hsesinfo.org - Ms. - F218688 - L218688 - - Executive Director of State and Federal Programs - 218688@hsesinfo.org - Mr. - F218690 - L218690 - - 218690@hsesinfo.org - Mrs. - F218686 - L218686 - - 218686@hsesinfo.org - 555-555-8686 - - - 11536 - 862 - 13339 - 200 - 2004 - 2020-07-01 - - EHS - Active - CESA 7, Early Head Start - http://www.cesa7.org - 862@hsesinfo.org - 1130 S 9th St - - Manitowoc - WI - 54220-5316 - 1130 S 9th St - - Manitowoc - WI - 54220-5316 - 1130 S 9th St - - Manitowoc - WI - 54220-5316 - Ms. - F228780 - L228780 - - Board of Control Chair - 228780@hsesinfo.org - Mr. - F228781 - L228781 - - Agency Administrator - 228781@hsesinfo.org - Ms. - F228783 - L228783 - - 228783@hsesinfo.org - Ms. - F228779 - L228779 - - 228779@hsesinfo.org - 555-555-8779 x 5555 - - - 9486 - 1247 - 11709 - 000 - 2014 - 2019-04-01 - - HS - Active - Arrowhead Economic Opportunity Agency, Inc. - http://www.aeoa.org - 1247@hsesinfo.org - 702 South 3rd Avenue - - Virginia - MN - 55792-2775 - 702 South 3rd Avenue - - Virginia - MN - 55792-2775 - 702 South 3rd Avenue - - Virginia - MN - 55792-2775 - Mr. - F214899 - L214899 - - Board Chair - 214899@hsesinfo.org - Mr. - F214900 - L214900 - - Executive Director - 214900@hsesinfo.org - Ms. - F214902 - L214902 - - 214902@hsesinfo.org - Mr. - F214898 - L214898 - III - 214898@hsesinfo.org - 555-555-4898 - - - 9487 - 1246 - 11709 - 200 - 2014 - 2019-04-01 - - EHS - Active - Arrowhead Economic Opportunity Agency, Inc. - http://www.aeoa.org - 1246@hsesinfo.org - 702 South 3rd Avenue - - Virginia - MN - 55792-2775 - 702 South 3rd Avenue - - Virginia - MN - 55792-2775 - 702 South 3rd Avenue - - Virginia - MN - 55792-2775 - Mr. - F214906 - L214906 - - Board Chair - 214906@hsesinfo.org - Mr. - F214907 - L214907 - - Executive Director - 214907@hsesinfo.org - Ms. - F214909 - L214909 - - 214909@hsesinfo.org - Mr. - F214905 - L214905 - III - 214905@hsesinfo.org - 555-555-4905 - - - 9489 - 3202 - 11710 - 200 - 2014 - 2019-04-01 - - EHS - Active - Child Development Resources of Ventura County, Inc. - http://www.cdrv.org - 3202@hsesinfo.org - 221 E. Ventura Boulevard - - Oxnard - CA - 93036-0277 - 221 E. Ventura Boulevard - - Oxnard - CA - 93036-0277 - 221 E. Ventura Boulevard - - Oxnard - CA - 93036-0277 - Ms. - F214920 - L214920 - - President - 214920@hsesinfo.org - Mr. - F214921 - L214921 - - Chief Executive Officer - 214921@hsesinfo.org - Ms. - F214923 - L214923 - - 214923@hsesinfo.org - Ms. - F214919 - L214919 - - 214919@hsesinfo.org - 555-555-4919 x 5555 - - - 5646 - 4357 - 9466 - 032 - 2014 - 2014-12-01 - - HS - Active - Shining Star Youth and Community Services - www.shiningstaryouth.com - 4357@hsesinfo.org - 9204 S Commercial Ave - Ste 200 - Chicago - IL - 60617-2197 - 9204 S Commercial Ave - Ste 200 - Chicago - IL - 60617-2197 - 9204 S Commercial Ave - Ste 200 - Chicago - IL - 60617-2197 - Dr. - F101616 - L101616 - - Board Chair - 101616@hsesinfo.org - Ms. - F101617 - L101617 - - Executive Director - 101617@hsesinfo.org - Mr. - F101619 - L101619 - - 101619@hsesinfo.org - Ms. - F101623 - L101623 - - 101623@hsesinfo.org - 555-555-1623 - - - 9490 - 4815 - 11712 - 000 - 2014 - 2019-04-01 - - HS - Active - Mission Neighborhood Centers, Inc. - www.mncsf.org - 4815@hsesinfo.org - 362 Capp Street - - San Francisco - CA - 94110-1808 - 362 Capp Street - - San Francisco - CA - 94110-1808 - 362 Capp Street - - San Francisco - CA - 94110-1808 - Ms. - F214927 - L214927 - - President - 214927@hsesinfo.org - Mr. - F214928 - L214928 - - Executive Director - 214928@hsesinfo.org - Ms. - F214930 - L214930 - - 214930@hsesinfo.org - Ms. - F214926 - L214926 - - 214926@hsesinfo.org - 555-555-4926 x 5555 - - - 9491 - 4816 - 11712 - 200 - 2014 - 2019-04-01 - - EHS - Active - Mission Neighborhood Centers, Inc. - www.mncsf.org - 4816@hsesinfo.org - 362 Capp Street - - San Francisco - CA - 94110-1808 - 362 Capp Street - - San Francisco - CA - 94110-1808 - 362 Capp Street - - San Francisco - CA - 94110-1808 - Ms. - F214934 - L214934 - - President - 214934@hsesinfo.org - Mr. - F214935 - L214935 - - Executive Director - 214935@hsesinfo.org - Ms. - F214937 - L214937 - - 214937@hsesinfo.org - Ms. - F214933 - L214933 - - 214933@hsesinfo.org - 555-555-4933 x 5555 - - - 11537 - 1504 - 13332 - 000 - 1992 - 2020-07-01 - - HS - Active - Community Action Agency - http://www.caajlh.org - 1504@hsesinfo.org - 1214 Greenwood Ave - - Jackson - MI - 49203-3037 - 1214 Greenwood Ave - - Jackson - MI - 49203-3037 - 1214 Greenwood Ave - - Jackson - MI - 49203-3037 - Ms. - F228787 - L228787 - - Board Chair - 228787@hsesinfo.org - Mrs. - F228788 - L228788 - - CEO - 228788@hsesinfo.org - Ms. - F228790 - L228790 - - 228790@hsesinfo.org - Mrs. - F228786 - L228786 - - 228786@hsesinfo.org - 555-555-8786 - - - 9493 - 8628 - 11705 - 200 - 2018 - 2019-04-01 - - EHS - Active - Kai Ming, Inc. - www.kaiming.org - 8628@hsesinfo.org - 900 Kearny Street, #600 - - San Francisco - CA - 94133 - 900 Kearny Street, #600 - - San Francisco - CA - 94133 - 900 Kearny Street, #600 - - San Francisco - CA - 94133 - Ms. - F214948 - L214948 - - Board Chairperson - 214948@hsesinfo.org - Mr. - F214949 - L214949 - - Executive Director - 214949@hsesinfo.org - - F214951 - L214951 - - 214951@hsesinfo.org - Ms. - F214947 - L214947 - - 214947@hsesinfo.org - 555-555-4947 x 5555 - - - 9495 - 8781 - 11711 - 200 - 2019 - 2019-03-01 - - EHS - Active - Renewal Unlimited, Inc. - - 8781@hsesinfo.org - 2900 Red Fox Run - - Portage - WI - 53901-3400 - 2900 Red Fox Run - - Portage - WI - 53901-3400 - 2900 Red Fox Run - - Portage - WI - 53901-3400 - Ms. - F214962 - L214962 - - Board of Directors Chairperson - 214962@hsesinfo.org - Ms. - F214963 - L214963 - - Executive Director - 214963@hsesinfo.org - Ms. - F214965 - L214965 - - 214965@hsesinfo.org - Ms. - F214961 - L214961 - - 214961@hsesinfo.org - 555-555-4961 - - - 9459 - 1432 - 11670 - 000 - 2014 - 2019-04-01 - - HS - Active - Tri-County Opportunities Council, Inc. - http://www.tcochelps.org - 1432@hsesinfo.org - 405 Emmons Ave - - Rock Falls - IL - 61071-1407 - 405 Emmons Ave - - Rock Falls - IL - 61071-1407 - 405 Emmons Ave - - Rock Falls - IL - 61071-1407 - Mr. - F214710 - L214710 - - T.C.O.C. Board Chairman - 214710@hsesinfo.org - Ms. - F214711 - L214711 - - President/CEO - 214711@hsesinfo.org - Ms. - F214713 - L214713 - - 214713@hsesinfo.org - Mrs. - F214709 - L214709 - - 214709@hsesinfo.org - 555-555-4709 x 5555 - - - 7010 - 1465 - 10470 - 000 - 1998 - 2016-01-01 - - AIAN HS - Active - Aleutian Pribilof Islands Association, Inc. - http://www.apiai.org - 1465@hsesinfo.org - 1131 E Intl Airport Rd - - Anchorage - AK - 99518-1408 - 1131 E Intl Airport Rd - - Anchorage - AK - 99518-1408 - 1131 E Intl Airport Rd - - Anchorage - AK - 99518-1408 - Mr. - F204736 - L204736 - - - 204736@hsesinfo.org - Mr. - F204737 - L204737 - - - 204737@hsesinfo.org - Mrs. - F204739 - L204739 - - 204739@hsesinfo.org - Ms. - F204735 - L204735 - - 204735@hsesinfo.org - 555-555-4735 - - - 6796 - 2012 - 10280 - 200 - 2001 - 2015-09-01 - 2020-08-31 - EHS - Inactive - Seton Hill Child Services, Inc. - http://www.shchildservices.org - 2012@hsesinfo.org - 105 Hartman Rd - Ste 204 - Greensburg - PA - 15601-8558 - 105 Hartman Rd - Ste 204 - Greensburg - PA - 15601-8558 - 105 Hartman Rd - Ste 204 - Greensburg - PA - 15601-8558 - Mr. - F203247 - L203247 - - Seton Hill Child Services Board President - 203247@hsesinfo.org - Ms. - F203248 - L203248 - - - 203248@hsesinfo.org - Ms. - F203250 - L203250 - - 203250@hsesinfo.org - Ms. - F203246 - L203246 - - 203246@hsesinfo.org - 555-555-3246 x 5555 - - - 10373 - 4808 - 12371 - 000 - 2014 - 2019-08-01 - - HS - Active - Lutheran Services Florida, Inc. - www.lsfnet.org - 4808@hsesinfo.org - 3027 San Diego Rd - Children's Home Society - Ellis Building - Jacksonville - FL - 32207-3691 - 3027 San Diego Rd - Children's Home Society - Ellis Building - Jacksonville - FL - 32207-3691 - 3027 San Diego Rd - Children's Home Society - Ellis Building - Jacksonville - FL - 32207-3691 - Mr. - F220952 - L220952 - - Chairman of the Board of Lutheran Services Florida, Inc. - 220952@hsesinfo.org - Capt. - F220953 - L220953 - - Executive Vice President for Children and Head Start Services - 220953@hsesinfo.org - Ms. - F220955 - L220955 - - 220955@hsesinfo.org - Mrs. - F220951 - L220951 - - 220951@hsesinfo.org - 555-555-0951 - - - 10372 - 2281 - 12362 - 200 - 2014 - 2019-08-01 - - EHS - Active - C.E.O. for the Greater Capital Region, Inc. - http://www.ceoempowers.org - 2281@hsesinfo.org - 2331 5th Ave - - Troy - NY - 12180-2221 - 2331 5th Ave - - Troy - NY - 12180-2221 - 2331 5th Ave - - Troy - NY - 12180-2221 - Ms. - F220945 - L220945 - - Board Chairperson - 220945@hsesinfo.org - Ms. - F220946 - L220946 - - - 220946@hsesinfo.org - Ms. - F220948 - L220948 - - 220948@hsesinfo.org - Ms. - F220944 - L220944 - - 220944@hsesinfo.org - 555-555-0944 x 5555 - - - 5774 - 1127 - 9385 - 000 - 1991 - 2015-01-01 - - AIAN HS - Active - MISSISSIPPI BAND OF CHOCTAW INDIANS - www.choctaw.org - 1127@hsesinfo.org - 390 Industrial Rd - Ste 4 - Choctaw - MS - 39350-4259 - PO Box 6010 - - Choctaw - MS - 39350-6010 - 390 Industrial Rd - Ste 4 - Choctaw - MS - 39350-4259 - Mr. - F104973 - L104973 - - Tribal Chief - 104973@hsesinfo.org - Mrs. - F104977 - L104977 - - Department Director - 104977@hsesinfo.org - Ms. - F104975 - L104975 - - 104975@hsesinfo.org - Mrs. - F104972 - L104972 - - 104972@hsesinfo.org - 555-555-4972 - - - 5775 - 1128 - 9385 - 200 - 2003 - 2015-01-01 - - AIAN EHS - Active - MISSISSIPPI BAND OF CHOCTAW INDIANS - www.choctaw.org - 1128@hsesinfo.org - 390 Industrial Rd - Ste 4 - Choctaw - MS - 39350-4259 - PO Box 6010 - - Choctaw - MS - 39350-6010 - 390 Industrial Rd - Ste 4 - Choctaw - MS - 39350-4259 - Mr. - F104983 - L104983 - - Tribal Chief - 104983@hsesinfo.org - Mrs. - F104984 - L104984 - - Department Director - 104984@hsesinfo.org - Ms. - F104982 - L104982 - - 104982@hsesinfo.org - Mrs. - F104980 - L104980 - - 104980@hsesinfo.org - 555-555-4980 - - - 8318 - 3993 - 10683 - 001 - - 2016-07-01 - - HS - Active - Farmington Head Start - http://www.farmington.k12.mi.us - 3993@hsesinfo.org - 30415 Shiawassee Road - - Farmington Hills - MI - 48336-4340 - 30415 Shiawassee Road - - Farmington Hills - MI - 48336-4340 - 30415 Shiawassee Road - - Farmington Hills - MI - 48336-4340 - Mr. - F207366 - L207366 - - President - 207366@hsesinfo.org - Ms. - F207367 - L207367 - - - 207367@hsesinfo.org - - F207369 - L207369 - - 207369@hsesinfo.org - Ms. - F207365 - L207365 - - 207365@hsesinfo.org - 555-555-7365 - - - 4773 - 1105 - 8638 - 000 - 2014 - 2014-04-01 - 2019-03-31 - HS - Inactive - Child Development Resources of Ventura County, Inc. - http://www.cdrv.org - 1105@hsesinfo.org - 221 E. Ventura Boulevard - - Oxnard - CA - 93036-0277 - 221 E. Ventura Boulevard - - Oxnard - CA - 93036-0277 - 221 E. Ventura Boulevard - - Oxnard - CA - 93036-0277 - Ms. - F46484 - L46484 - - President - 46484@hsesinfo.org - Mr. - F46486 - L46486 - - Chief Executive Officer - 46486@hsesinfo.org - Ms. - F46485 - L46485 - - 46485@hsesinfo.org - Ms. - F46481 - L46481 - - 46481@hsesinfo.org - 555-555-6481 x 5555 - - - 9269 - 3017 - 11534 - 000 - 2013 - 2019-01-01 - - HS - Active - Shira Association Inc. - - 3017@hsesinfo.org - 1259 47th St - - Brooklyn - NY - 11219-2502 - 1259 47th St - - Brooklyn - NY - 11219-2502 - 1259 47th St - - Brooklyn - NY - 11219-2502 - Mr. - F213427 - L213427 - - President/Chairman of the Board - 213427@hsesinfo.org - Mr. - F213428 - L213428 - - Executive Director - 213428@hsesinfo.org - Mrs. - F213430 - L213430 - - 213430@hsesinfo.org - Mr. - F213426 - L213426 - - 213426@hsesinfo.org - 555-555-3426 - - - 8855 - 1002 - 11219 - 000 - 2013 - 2018-07-01 - - HS - Active - Growing Futures Early Education Center - www.growingfutureseec.org - 1002@hsesinfo.org - 8155 Santa Fe Drive - - Overland Park - KS - 66204-3607 - 8155 Santa Fe Drive - - Overland Park - KS - 66204-3607 - 8155 Santa Fe Drive - - Overland Park - KS - 66204-3607 - Mr. - F210479 - L210479 - - President, Board of Directors - 210479@hsesinfo.org - Ms. - F210480 - L210480 - - - 210480@hsesinfo.org - Ms. - F210482 - L210482 - - 210482@hsesinfo.org - Dr. - F210478 - L210478 - - 210478@hsesinfo.org - 555-555-0478 - - - 5329 - 779 - 9125 - 000 - 2014 - 2014-08-01 - 2019-07-31 - HS - Inactive - CHILD & FAMILY SERVICES - www.cfsnm.co - 779@hsesinfo.org - 950 East Snyder Street - - Hobbs - NM - 88240-5954 - 950 East Snyder Street - - Hobbs - NM - 88240-5954 - 950 East Snyder Street - - Hobbs - NM - 88240-5954 - Mrs. - F54207 - L54207 - - Board Chair - 54207@hsesinfo.org - Ms. - F54205 - L54205 - - Executive Director - 54205@hsesinfo.org - Ms. - F54204 - L54204 - - 54204@hsesinfo.org - Ms. - F54203 - L54203 - - 54203@hsesinfo.org - 555-555-4203 - - - 8259 - 445 - 10644 - 000 - 1991 - 2016-07-01 - - HS - Active - Kids' Corps, Inc. - http://www.kcialaska.org - 445@hsesinfo.org - 101 Davis St - - Anchorage - AK - 99508-2431 - 101 Davis St - - Anchorage - AK - 99508-2431 - 101 Davis St - - Anchorage - AK - 99508-2431 - Ms. - F206928 - L206928 - - Board President - 206928@hsesinfo.org - Mr. - F206929 - L206929 - - Executive Director - 206929@hsesinfo.org - Ms. - F206931 - L206931 - - 206931@hsesinfo.org - Mr. - F206927 - L206927 - - 206927@hsesinfo.org - 555-555-6927 - - - 9099 - 8716 - 11409 - 000 - 2018 - 2018-09-01 - - HS - Active - ARVAC, Inc. - http://www.arvacinc.org - 8716@hsesinfo.org - 2707 E H St - - Russellville - AR - 72802-4000 - 2707 E H St - - Russellville - AR - 72802-4000 - 2707 E H St - - Russellville - AR - 72802-4000 - Mr. - F212274 - L212274 - - Board Chair - 212274@hsesinfo.org - Ms. - F212275 - L212275 - - Chief Executive Officer - 212275@hsesinfo.org - Ms. - F212277 - L212277 - - 212277@hsesinfo.org - Ms. - F212273 - L212273 - - 212273@hsesinfo.org - 555-555-2273 x 5555 - - - 9100 - 8717 - 11409 - 200 - 2018 - 2018-09-01 - - EHS - Active - ARVAC, Inc. - http://www.arvacinc.org - 8717@hsesinfo.org - 2707 E H St - - Russellville - AR - 72802-4000 - 2707 E H St - - Russellville - AR - 72802-4000 - 2707 E H St - - Russellville - AR - 72802-4000 - Mr. - F212281 - L212281 - - Board Chair - 212281@hsesinfo.org - Ms. - F212282 - L212282 - - Executive Director - 212282@hsesinfo.org - Ms. - F212284 - L212284 - - 212284@hsesinfo.org - Ms. - F212280 - L212280 - - 212280@hsesinfo.org - 555-555-2280 x 5555 - - - 7035 - 1577 - 10477 - 000 - 1991 - 2016-01-01 - - HS - Active - Riverbend Head Start And Family Services - http://www.riverbendfamilies.org - 1577@hsesinfo.org - 550 Landmarks Blvd - - Alton - IL - 62002-6321 - 550 Landmarks Blvd - - Alton - IL - 62002-6321 - 550 Landmarks Blvd - - Alton - IL - 62002-6321 - Mrs. - F204911 - L204911 - - Board Chairman - 204911@hsesinfo.org - Mr. - F204912 - L204912 - - President/CEO - 204912@hsesinfo.org - Ms. - F204914 - L204914 - - 204914@hsesinfo.org - Mr. - F204910 - L204910 - - 204910@hsesinfo.org - 555-555-4910 - - - 7036 - 1578 - 10477 - 200 - 2001 - 2016-01-01 - - EHS - Active - Riverbend Head Start And Family Services - http://www.riverbendfamilies.org - 1578@hsesinfo.org - 550 Landmarks Blvd - - Alton - IL - 62002-6321 - 550 Landmarks Blvd - - Alton - IL - 62002-6321 - 550 Landmarks Blvd - - Alton - IL - 62002-6321 - Mrs. - F204918 - L204918 - - Board Chairman - 204918@hsesinfo.org - Mr. - F204919 - L204919 - - President/CEO - 204919@hsesinfo.org - Ms. - F204921 - L204921 - - 204921@hsesinfo.org - Mr. - F204917 - L204917 - - 204917@hsesinfo.org - 555-555-4917 - - - 8191 - 8123 - 10632 - 000 - 2016 - 2016-07-01 - - HS - Active - Child Development Centers, Inc. - www.cdcenters.org - 8123@hsesinfo.org - 702 Liberty St - - Franklin - PA - 16323-1132 - 702 Liberty St - - Franklin - PA - 16323-1132 - 702 Liberty St - - Franklin - PA - 16323-1132 - Mrs. - F206452 - L206452 - - - 206452@hsesinfo.org - Mrs. - F206453 - L206453 - - - 206453@hsesinfo.org - Mrs. - F206455 - L206455 - - 206455@hsesinfo.org - Mrs. - F206451 - L206451 - - 206451@hsesinfo.org - 555-555-6451 - - - 4300 - 1735 - 2933 - 000 - 2013 - 2013-08-29 - 2019-08-31 - HS - Inactive - Alexandria City Office of Economic Opportunity - http://alexandriava.gov - 1735@hsesinfo.org - 1900 N Beauregard St - Ste 250 - Alexandria - VA - 22311-1736 - 1900 N Beauregard St - Ste 250 - Alexandria - VA - 22311-1736 - 1900 N Beauregard St - Ste 250 - Alexandria - VA - 22311-1736 - Mr. - F39439 - L39439 - M - City Manager - 39439@hsesinfo.org - Ms. - F39438 - L39438 - - Director, Department of Community and Human Services - 39438@hsesinfo.org - Ms. - F39437 - L39437 - - 39437@hsesinfo.org - Ms. - F39436 - L39436 - - 39436@hsesinfo.org - 555-555-9436 - - - 6464 - 3187 - 10044 - 200 - 2011 - 2015-07-01 - - EHS - Active - Bronx Care Health Sysytem - - 3187@hsesinfo.org - 1650 Selwyn Ave Apt 5H - - Bronx - NY - 10457-7688 - 1650 Selwyn Ave Apt 5H - - Bronx - NY - 10457-7688 - 1650 Selwyn Ave Apt 5H - - Bronx - NY - 10457-7688 - Mr. - F200918 - L200918 - - Chairman of the Board of Trustees - 200918@hsesinfo.org - Dr. - F200919 - L200919 - - Principal Investigator for SBEHS - 200919@hsesinfo.org - Ms. - F200921 - L200921 - - 200921@hsesinfo.org - Ms. - F200917 - L200917 - - 200917@hsesinfo.org - 555-555-0917 - - - 6973 - 1806 - 10438 - 200 - 2003 - 2015-12-01 - 2020-11-30 - EHS - Inactive - Community Action Commision of Santa Barbara County - http://www.cacsb.com - 1806@hsesinfo.org - 5638 Hollister Ave - Ste 230 - Goleta - CA - 93117-3489 - 5638 Hollister Ave - Ste 230 - Goleta - CA - 93117-3489 - 5638 Hollister Ave - Ste 230 - Goleta - CA - 93117-3489 - Mr. - F204477 - L204477 - - CACSB Board Chair - 204477@hsesinfo.org - Ms. - F204478 - L204478 - - CACSB CEO - 204478@hsesinfo.org - Ms. - F204480 - L204480 - - 204480@hsesinfo.org - Ms. - F204476 - L204476 - - 204476@hsesinfo.org - 555-555-4476 x 5555 - - - 4856 - 658 - 8620 - 000 - 2014 - 2014-05-01 - 2019-04-30 - HS - Inactive - Semcac - http://www.semcac.org - 658@hsesinfo.org - 204 S Elm St - - Rushford - MN - 55971-8812 - Semcac Head Start - PO Box 549 - Rushford - MN - 55971-0549 - 204 S Elm St - 204 South Elm St - Rushford - MN - 55971-8812 - Mr. - F47555 - L47555 - - Semcac Board President - 47555@hsesinfo.org - Mr. - F47554 - L47554 - - Acting Semcac Executive Director - 47554@hsesinfo.org - Ms. - F47552 - L47552 - - 47552@hsesinfo.org - Ms. - F47550 - L47550 - - 47550@hsesinfo.org - 555-555-7550 - - - 10214 - 5952 - 12245 - 200 - - 2019-08-01 - - EHS - Active - Lutheran Services Florida - www.lsfnet.org - 5952@hsesinfo.org - 3027 San Diego Rd - Ste 2408 - Jacksonville - FL - 32207-3691 - 3627A W Waters Ave - - Tampa - FL - 33614-2783 - 3627A W Waters Ave - - Tampa - FL - 33614-2783 - Mr. - F219844 - L219844 - - Chairman of the Board of Lutheran Services Florida, Inc. - 219844@hsesinfo.org - Capt. - F219845 - L219845 - - Executive Vice President - 219845@hsesinfo.org - Ms. - F219847 - L219847 - - 219847@hsesinfo.org - Mrs. - F219843 - L219843 - - 219843@hsesinfo.org - 555-555-9843 - - - 4503 - 2794 - 8530 - 200 - 2011 - 2013-11-29 - 2019-06-30 - EHS - Inactive - Delta Community Action Foundation, Inc. - www.deltacommunityaction.org - 2794@hsesinfo.org - 308 SW 2nd Street - - Lindsay - OK - 73052 - 308 SW 2nd Street - - Lindsay - OK - 73052 - 308 SW 2nd Street - - Lindsay - OK - 73052 - Mr. - F42417 - L42417 - - Board Chairperson - 42417@hsesinfo.org - Mrs. - F42415 - L42415 - - Executive Director - 42415@hsesinfo.org - Mrs. - F42414 - L42414 - - 42414@hsesinfo.org - Mrs. - F42413 - L42413 - - 42413@hsesinfo.org - 555-555-2413 - - - 10046 - 1084 - 12112 - 000 - 2014 - 2019-07-01 - - HS - Active - Los Angeles County Office of Education - www.prekkid.org - 1084@hsesinfo.org - 10100 Pioneer Blvd - Ste 325 - Santa Fe Springs - CA - 90670-7303 - 10100 Pioneer Blvd - Ste 325 - Santa Fe Springs - CA - 90670-7303 - 10100 Pioneer Blvd - Ste 325 - Santa Fe Springs - CA - 90670-7303 - Dr. - F218715 - L218715 - Ed.D - Superintendent - 218715@hsesinfo.org - Dr. - F218716 - L218716 - Ed.D - Superintendent - 218716@hsesinfo.org - Ms. - F218718 - L218718 - - 218718@hsesinfo.org - Ms. - F218714 - L218714 - - 218714@hsesinfo.org - 555-555-8714 - - - 4596 - 4598 - 8572 - 200 - 2013 - 2013-12-30 - 2018-11-30 - EHS - Inactive - Bradford Tioga Head Start Inc. - www.bradfordtiogahs.org - 4598@hsesinfo.org - 5 Riverside Plz - - Blossburg - PA - 16912-1137 - 5 Riverside Plz - - Blossburg - PA - 16912-1137 - 5 Riverside Plz - - Blossburg - PA - 16912-1137 - Ms. - F43545 - L43545 - - Chairperson - 43545@hsesinfo.org - Ms. - F43546 - L43546 - - - 43546@hsesinfo.org - Ms. - F43548 - L43548 - - 43548@hsesinfo.org - Ms. - F43544 - L43544 - - 43544@hsesinfo.org - 555-555-3544 x 5555 - - - 3713 - 3462 - 7789 - 002 - - - - HS - Active - Starfish Family Services - http://www.starfish.org - 3462@hsesinfo.org - 30000 Hiveley Street - - Inkster - MI - 48141-1089 - 30000 Hiveley Street - - Inkster - MI - 48141-1089 - 30000 Hiveley Street - - Inkster - MI - 48141-1089 - Mr. - F24814 - L24814 - - Starfish Family Services Governing Board Chairperson - 24814@hsesinfo.org - Mrs. - F24818 - L24818 - - - 24818@hsesinfo.org - Ms. - F24816 - L24816 - - 24816@hsesinfo.org - Ms. - F12369 - L12369 - - 12369@hsesinfo.org - 555-555-2369 - - - 8552 - 8432 - 10962 - 200 - 2017 - 2017-03-01 - - EHS - Active - SOUTHWESTERN WISCONSIN COMMUNITY ACTION PROGRAM - www.swcap.org - 8432@hsesinfo.org - 149 N. Iowa Street - - Dodgeville - WI - 53533-1545 - 149 N. Iowa Street - - Dodgeville - WI - 53533-1545 - 149 N. Iowa Street - - Dodgeville - WI - 53533-1545 - Ms. - F208592 - L208592 - - SWCAP Board Chair - 208592@hsesinfo.org - Mr. - F208593 - L208593 - - Executive Director - 208593@hsesinfo.org - Ms. - F208595 - L208595 - - 208595@hsesinfo.org - Ms. - F208591 - L208591 - - 208591@hsesinfo.org - 555-555-8591 - - - 10048 - 3672 - 12114 - 002 - 2014 - 2019-07-01 - - HS - Active - Plaza de la Raza Child Development Services Inc. - www.plazadelaraza.info - 3672@hsesinfo.org - 13300 Crossroads Pkwy N - Ste 440 - City Of Industry - CA - 91746-3440 - 13300 Crossroads Pkwy N - Ste 440 - City Of Industry - CA - 91746-3440 - 13300 Crossroads Pkwy N - Ste 440 - City Of Industry - CA - 91746-3440 - Ms. - F218729 - L218729 - - Board Chair - 218729@hsesinfo.org - Ms. - F218730 - L218730 - - Executive Director - 218730@hsesinfo.org - Ms. - F218732 - L218732 - - 218732@hsesinfo.org - Ms. - F218728 - L218728 - - 218728@hsesinfo.org - 555-555-8728 - - - 5850 - 5857 - 9602 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Mid-Willamette Valley Community Action Agency, Inc. - www.mwvcaa.org - 5857@hsesinfo.org - 2475 Center St NE - - Salem - OR - 97301-4520 - 2475 Center St NE - - Salem - OR - 97301-4520 - 2475 Center St NE - - Salem - OR - 97301-4520 - Ms. - F104516 - L104516 - - Chairperson - 104516@hsesinfo.org - Ms. - F104517 - L104517 - - Executive Director - 104517@hsesinfo.org - Mr. - F104519 - L104519 - - 104519@hsesinfo.org - Ms. - F104515 - L104515 - - 104515@hsesinfo.org - 555-555-4515 x 5555 - - - 4536 - 2345 - 8563 - 000 - 2013 - 2013-12-23 - 2018-12-31 - HS - Inactive - SCHOHARIE COUNTY CHILD DEVELOPMENT COUNCIL, INC - www.sccdcny.org - 2345@hsesinfo.org - 114 Lark Street - - Cobleskill - NY - 12043-3846 - 114 Lark Street - - Cobleskill - NY - 12043-3846 - 114 Lark Street - - Cobleskill - NY - 12043-3846 - Ms. - F43106 - L43106 - - Board of Directors President - 43106@hsesinfo.org - Ms. - F43103 - L43103 - - - 43103@hsesinfo.org - Ms. - F43104 - L43104 - - 43104@hsesinfo.org - Ms. - F43101 - L43101 - - 43101@hsesinfo.org - 555-555-3101 - - - 8363 - 1199 - 10714 - 200 - 1996 - 2016-09-01 - - AIAN EHS - Active - Coeur D'Alene Tribe, Early Head Start - http://www.cdatribe-nsn.gov - 1199@hsesinfo.org - 350 Anne Antelope Ave - - Plummer - ID - 83851-5000 - PO Box 408 - - Plummer - ID - 83851-0408 - 350 Anne Antelope Ave - - Plummer - ID - 83851-5000 - Mr. - F207680 - L207680 - - Chairman - 207680@hsesinfo.org - Mr. - F207681 - L207681 - - - 207681@hsesinfo.org - Mr. - F207683 - L207683 - - 207683@hsesinfo.org - Ms. - F207679 - L207679 - - 207679@hsesinfo.org - 555-555-7679 - - - 3091 - 2861 - 6732 - 200 - 2013 - 2013-06-26 - 2018-12-31 - EHS - Inactive - Kiryas Joel Municipal Local Development - - 2861@hsesinfo.org - 48 Bakertown Road, Suite 406 - - Monroe - NY - 10950 - 48 Bakertown Road, Suite 406 - - Monroe - NY - 10950 - 48 Bakertown Road, Suite 406 - - Monroe - NY - 10950 - Mr. - F37008 - L37008 - - Chairman - 37008@hsesinfo.org - Mr. - F37006 - L37006 - - - 37006@hsesinfo.org - Mrs. - F37005 - L37005 - - 37005@hsesinfo.org - Mr. - F37004 - L37004 - - 37004@hsesinfo.org - 555-555-7004 - - - 4522 - 280 - 8545 - 000 - 1989 - 2013-12-02 - 2018-11-30 - HS - Inactive - NORTHEAST KINGDOM COMMUNITY ACTION, INC - http://www.nekcavt.org - 280@hsesinfo.org - 191 High Street - - Barton - VT - 05822-9414 - 191 High Street - - Barton - VT - 05822-9414 - 191 High Street - - Barton - VT - 05822-9414 - Ms. - F42607 - L42607 - - NEKCA Board Chair - 42607@hsesinfo.org - Mrs. - F42606 - L42606 - - NEKCA Executive Director - 42606@hsesinfo.org - Ms. - F42605 - L42605 - - 42605@hsesinfo.org - Ms. - F42603 - L42603 - - 42603@hsesinfo.org - 555-555-2603 x 5555 - - - 4721 - 3969 - 8703 - 049 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Action Nursery - - 3969@hsesinfo.org - 1019 46 Street - - Brooklyn - NY - 11219-2402 - 1019 46 Street - - Brooklyn - NY - 11219-2402 - 1019 46 Street - - Brooklyn - NY - 11219-2402 - Mr. - F45796 - L45796 - - Board Chairperson - 45796@hsesinfo.org - Mr. - F45794 - L45794 - - - 45794@hsesinfo.org - Ms. - F45793 - L45793 - - 45793@hsesinfo.org - Ms. - F45799 - L45799 - - 45799@hsesinfo.org - 555-555-5799 - - - 4725 - 3970 - 8707 - 053 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Brooklyn Chinese-American Association - bca.net - 3970@hsesinfo.org - 5000 8th Avenue - - Brooklyn - NY - 11220-2221 - 5000 8th Avenue - - Brooklyn - NY - 11220-2221 - 5000 8th Avenue - - Brooklyn - NY - 11220-2221 - Mr. - F45824 - L45824 - - Chairman - 45824@hsesinfo.org - Mr. - F45822 - L45822 - - - 45822@hsesinfo.org - Ms. - F45821 - L45821 - - 45821@hsesinfo.org - Ms. - F45827 - L45827 - - 45827@hsesinfo.org - 555-555-5827 - - - 1482 - 2933 - 3338 - 200 - 2011 - 2011-08-17 - - EHS - Active - West Side Ecumenical Ministry - www.thecentersohio.org - 2933@hsesinfo.org - 4500 Euclid Ave - - Cleveland - OH - 44103-3736 - 4500 Euclid Ave - - Cleveland - OH - 44103-3736 - 4500 Euclid Ave - - Cleveland - OH - 44103-3736 - Mr. - F32761 - L32761 - - Board Chairperson - 32761@hsesinfo.org - Mrs. - F32759 - L32759 - - President, CEO - 32759@hsesinfo.org - Ms. - F32758 - L32758 - - 32758@hsesinfo.org - Mr. - F32582 - L32582 - - 32582@hsesinfo.org - 555-555-2582 - - - 9199 - 495 - 11491 - 000 - 1991 - 2018-11-01 - - HS - Active - PORTLAND PUBLIC SCHOOLS HEAD START PROGRAM - www.pps.net/head-start - 495@hsesinfo.org - 4800 NE 74th Avenue - - Portland - OR - 97218-3824 - 4800 NE 74th Avenue - - Portland - OR - 97218-3824 - 4800 NE 74th Avenue - - Portland - OR - 97218-3824 - Ms. - F212929 - L212929 - - Board Chair - 212929@hsesinfo.org - Ms. - F212930 - L212930 - - Director of Early Learning - 212930@hsesinfo.org - Ms. - F212932 - L212932 - - 212932@hsesinfo.org - Mr. - F212928 - L212928 - - 212928@hsesinfo.org - 555-555-2928 - - - 11107 - 517 - 13037 - 000 - 1992 - 2020-03-01 - - HS - Active - SANTA ROSA COUNTY SCHOOL DISTRICT - http://trjpk.weebly.com - 517@hsesinfo.org - 5086 Canal St - - Milton - FL - 32570-2257 - 5086 Canal St - - Milton - FL - 32570-2257 - 5086 Canal St - - Milton - FL - 32570-2257 - Ms. - F225987 - L225987 - - Board Chair - 225987@hsesinfo.org - Dr. - F225988 - L225988 - - Superintendent of Schools - 225988@hsesinfo.org - Mrs. - F225990 - L225990 - - 225990@hsesinfo.org - Mrs. - F225986 - L225986 - - 225986@hsesinfo.org - 555-555-5986 - - - 9500 - 8786 - 11714 - 200 - 2019 - 2019-03-01 - - EHS - Active - Ravalli Head Start, Inc. - - 8786@hsesinfo.org - 81 Kurtz Ln - - Hamilton - MT - 59840-3201 - 81 Kurtz Ln - - Hamilton - MT - 59840-3201 - 81 Kurtz Ln - - Hamilton - MT - 59840-3201 - Ms. - F214997 - L214997 - - Chairman, Board of Directors - 214997@hsesinfo.org - Mr. - F214998 - L214998 - - Executive Director - 214998@hsesinfo.org - Ms. - F215000 - L215000 - - 215000@hsesinfo.org - Mr. - F214996 - L214996 - - 214996@hsesinfo.org - 555-555-4996 x 5555 - - - 4422 - 2177 - 8405 - 200 - 2000 - 2013-11-01 - 2018-10-31 - EHS - Inactive - Pace Community Action Agency, Inc. - http://www.pacecaa.org - 2177@hsesinfo.org - 525 North 4th Street - - Vincennes - IN - 47591-0687 - 525 North 4th Street - - Vincennes - IN - 47591-0687 - 525 North 4th Street - - Vincennes - IN - 47591-0687 - Mr. - F41354 - L41354 - - - 41354@hsesinfo.org - Dr. - F41356 - L41356 - - - 41356@hsesinfo.org - Ms. - F41357 - L41357 - - 41357@hsesinfo.org - Dr. - F41352 - L41352 - - 41352@hsesinfo.org - 555-555-1352 - - - 11108 - 518 - 13037 - 200 - 2000 - 2020-03-01 - - EHS - Active - SANTA ROSA COUNTY SCHOOL DISTRICT - http://trjpk.weebly.com - 518@hsesinfo.org - 5086 Canal St - - Milton - FL - 32570-2257 - 5086 Canal St - - Milton - FL - 32570-2257 - 5086 Canal St - - Milton - FL - 32570-2257 - Ms. - F225994 - L225994 - - Board Chair - 225994@hsesinfo.org - Dr. - F225995 - L225995 - - Superintendent of Schools - 225995@hsesinfo.org - Mrs. - F225997 - L225997 - - 225997@hsesinfo.org - Mrs. - F225993 - L225993 - - 225993@hsesinfo.org - 555-555-5993 - - - 10049 - 3673 - 12115 - 003 - 2014 - 2019-07-01 - - HS - Active - Pacific Asian Consortium In Employment - http://www.pacela.org - 3673@hsesinfo.org - 1055 Wilshire Blvd - Ste 1050 - Los Angeles - CA - 90017-5654 - 1055 Wilshire Blvd - Ste 1050 - Los Angeles - CA - 90017-5654 - 1055 Wilshire Blvd - Ste 1050 - Los Angeles - CA - 90017-5654 - Mr. - F218736 - L218736 - - Chair - 218736@hsesinfo.org - Mr. - F218737 - L218737 - - CEO - 218737@hsesinfo.org - Ms. - F218739 - L218739 - - 218739@hsesinfo.org - Ms. - F218735 - L218735 - - 218735@hsesinfo.org - 555-555-8735 - - - 6584 - 789 - 10147 - 200 - 1992 - 2015-07-01 - - EHS - Active - Total Community Action, Inc. (EHS) - www.tca-nola.org - 789@hsesinfo.org - 1420 S Jefferson Davis Pkwy - - New Orleans - LA - 70125-1744 - 1420 S Jefferson Davis Pkwy - - New Orleans - LA - 70125-1744 - 1420 S Jefferson Davis Pkwy - - New Orleans - LA - 70125-1744 - Mr. - F201758 - L201758 - - Chairman, Board of Directors - 201758@hsesinfo.org - Ms. - F201759 - L201759 - - President/CEO - 201759@hsesinfo.org - Ms. - F201761 - L201761 - - 201761@hsesinfo.org - Ms. - F201757 - L201757 - - 201757@hsesinfo.org - 555-555-1757 - - - 10050 - 3674 - 12116 - 004 - 2014 - 2019-07-01 - - HS - Active - ABC Unified School District - http://www.abcusd.k12.ca.us - 3674@hsesinfo.org - 11011 Artesia Blvd. - - Cerritos - CA - 90703 - 11011 Artesia Blvd. - - Cerritos - CA - 90703 - 11011 Artesia Blvd. - - Cerritos - CA - 90703 - Mr. - F218743 - L218743 - - President - 218743@hsesinfo.org - Mr. - F218744 - L218744 - - - 218744@hsesinfo.org - Ms. - F218746 - L218746 - - 218746@hsesinfo.org - Ms. - F218742 - L218742 - - 218742@hsesinfo.org - 555-555-8742 - - - 10051 - 3677 - 12117 - 005 - 2014 - 2019-07-01 - - HS - Active - Bassett Unified School District - bassettusd.org - 3677@hsesinfo.org - 904 N. Willow Ave - - La Puente - CA - 91746-1615 - 904 N. Willow Ave - - La Puente - CA - 91746-1615 - 1314 Le Borgne Ave - - La Puente - CA - 91746-1030 - Ms. - F218750 - L218750 - - Board President - 218750@hsesinfo.org - Ms. - F218751 - L218751 - - Superintendent - 218751@hsesinfo.org - Ms. - F218753 - L218753 - - 218753@hsesinfo.org - Ms. - F218749 - L218749 - - 218749@hsesinfo.org - 555-555-8749 - - - 6400 - 2527 - 9974 - 000 - 1992 - 2015-07-01 - - HS - Active - Deer Lodge County Head Start - www.anacondaheadstart.org - 2527@hsesinfo.org - 317 W 4th St - - Anaconda - MT - 59711-2101 - PO Box 219 - - Anaconda - MT - 59711-0219 - 317 W 4th St - - Anaconda - MT - 59711-2101 - Mr. - F200470 - L200470 - - Chairman of the Board of Commissioners - 200470@hsesinfo.org - Mr. - F200471 - L200471 - - - 200471@hsesinfo.org - Ms. - F200473 - L200473 - - 200473@hsesinfo.org - Ms. - F200469 - L200469 - - 200469@hsesinfo.org - 555-555-0469 - - - 8975 - 1287 - 11317 - 000 - 2013 - 2018-08-01 - - HS - Active - AS DEPARTMENT OF EDUCATION, EARLY CHILDHOOD DIVISION - http://asg.doe.com - 1287@hsesinfo.org - Utulei Behind Main Port - Utulei - Pago Pago - AS - 96799 - PO Box Doe - Utulei-Pago Pago - Pago Pago - AS - 96799 - Iutita Savali Bldg - Utulei - Pago Pago - AS - 96799 - Dr. - F211381 - L211381 - - Head Start Board - 211381@hsesinfo.org - Dr. - F211382 - L211382 - - Director of Education - 211382@hsesinfo.org - Mr. - F211384 - L211384 - - 211384@hsesinfo.org - Mrs. - F211380 - L211380 - - 211380@hsesinfo.org - 555-555-1380 x 5555 - - - 10349 - 5931 - 12365 - 200 - - 2019-08-01 - - EHS - Active - United Academy, Inc. - - 5931@hsesinfo.org - 722Wythe Avenue - - Brooklyn - NY - 11249-7532 - 722Wythe Avenue - - Brooklyn - NY - 11249-7532 - 722Wythe Avenue - - Brooklyn - NY - 11249-7532 - Mr. - F220784 - L220784 - - - 220784@hsesinfo.org - Mr. - F220785 - L220785 - - Executive Director - 220785@hsesinfo.org - Mrs. - F220787 - L220787 - - 220787@hsesinfo.org - Mr. - F220783 - L220783 - - 220783@hsesinfo.org - 555-555-0783 x 5555 - - - 1362 - 2908 - 2856 - 000 - 2013 - 2013-06-26 - 2019-01-31 - HS - Inactive - Yeshivath Kehilath Yakov, Inc. - - 2908@hsesinfo.org - 638 Bedford Ave - - Brooklyn - NY - 11249-8007 - 638 Bedford Ave - - Brooklyn - NY - 11249-8007 - 638 Bedford Ave - - Brooklyn - NY - 11249-8007 - Mr. - F38679 - L38679 - - Board Chair - 38679@hsesinfo.org - Mr. - F38677 - L38677 - - Executive Director - 38677@hsesinfo.org - Mrs. - F38676 - L38676 - - 38676@hsesinfo.org - Mr. - F36188 - L36188 - - 36188@hsesinfo.org - 555-555-6188 x 5555 - - - 10581 - 6035 - 12570 - 200 - - 2019-09-01 - - EHS - Active - Maryland Family Network, Inc. - http://www.marylandfamilynetwork.org - 6035@hsesinfo.org - 1001 Eastern Avenue, 2nd floor - - Baltimore - MD - 21202-4696 - 1001 Eastern Avenue, 2nd floor - - Baltimore - MD - 21202-4696 - 1001 Eastern Avenue, 2nd floor - - Baltimore - MD - 21202-4696 - Mr. - F222405 - L222405 - - Board Chair - 222405@hsesinfo.org - Ms. - F222406 - L222406 - - CEO - 222406@hsesinfo.org - Ms. - F222408 - L222408 - - 222408@hsesinfo.org - Ms. - F222404 - L222404 - - 222404@hsesinfo.org - 555-555-2404 x 5555 - - - 4820 - 2835 - 8637 - 200 - 2011 - 2014-05-01 - 2019-04-30 - EHS - Inactive - STARK COUNTY COMMUNITY ACTION AGENCY - www.sccaa.org - 2835@hsesinfo.org - 1366 Market Ave. N. - - Canton - OH - 44714 - 1366 Market Ave. N. - - Canton - OH - 44714 - 1366 Market Ave. N. - - Canton - OH - 44714 - Mr. - F46945 - L46945 - - Board Chair - 46945@hsesinfo.org - Mr. - F46943 - L46943 - - - 46943@hsesinfo.org - Ms. - F46942 - L46942 - - 46942@hsesinfo.org - Ms. - F46941 - L46941 - - 46941@hsesinfo.org - 555-555-6941 - - - 1370 - 2322 - 2862 - 000 - 2013 - 2013-06-26 - 2019-01-31 - HS - Inactive - Community Action of Orleans and Genesee, Inc. - http://www.caoginc.org - 2322@hsesinfo.org - Head Start Program - 401 East State Street - Albion - NY - 14411-1123 - Head Start Program - 401 East State Street - Albion - NY - 14411-1123 - 409 E State St - Community Action of Orleans - Albion - NY - 14411-1123 - Mrs. - F36933 - L36933 - - Board Chairperson - 36933@hsesinfo.org - Mr. - F36930 - L36930 - - Executive Director - 36930@hsesinfo.org - Ms. - F36931 - L36931 - - 36931@hsesinfo.org - Mrs. - F36929 - L36929 - - 36929@hsesinfo.org - 555-555-6929 - - - 8410 - 8291 - 8919 - 200 - 2017 - 2017-08-01 - 2019-11-30 - EHS - Inactive - Avoyelles Child Development Services, Inc. - - 8291@hsesinfo.org - 562 Main St - - Moreauville - LA - 71355-3066 - PO Box 153 - - Moreauville - LA - 71355-0153 - 562 Main St - - Moreauville - LA - 71355-3066 - Miss - F208088 - L208088 - - Board President - 208088@hsesinfo.org - Ms. - F208089 - L208089 - - Program Director - 208089@hsesinfo.org - Mrs. - F208091 - L208091 - - 208091@hsesinfo.org - Ms. - F208087 - L208087 - - 208087@hsesinfo.org - 555-555-8087 - - - 7006 - 1977 - 10466 - 000 - 1992 - 2015-12-01 - - HS - Active - Central Susquehanna Intermediate Unit - www.csiu.org - 1977@hsesinfo.org - 90 Lawton Ln - - Milton - PA - 17847-9756 - 90 Lawton Ln - - Milton - PA - 17847-9756 - 90 Lawton Ln - - Milton - PA - 17847-9756 - Mr. - F204708 - L204708 - - Board Chair - 204708@hsesinfo.org - Dr. - F204709 - L204709 - - - 204709@hsesinfo.org - Ms. - F204711 - L204711 - - 204711@hsesinfo.org - Mrs. - F204707 - L204707 - - 204707@hsesinfo.org - 555-555-4707 x 5555 - - - 7007 - 2808 - 10466 - 200 - 2011 - 2015-12-01 - - EHS - Active - Central Susquehanna Intermediate Unit - www.csiu.org - 2808@hsesinfo.org - 90 Lawton Ln - - Milton - PA - 17847-9756 - 90 Lawton Ln - - Milton - PA - 17847-9756 - 90 Lawton Ln - - Milton - PA - 17847-9756 - Mr. - F204715 - L204715 - - Board Chair - 204715@hsesinfo.org - Dr. - F204716 - L204716 - - - 204716@hsesinfo.org - Ms. - F204718 - L204718 - - 204718@hsesinfo.org - Mrs. - F204714 - L204714 - - 204714@hsesinfo.org - 555-555-4714 x 5555 - - - 4440 - 336 - 8468 - 000 - 1991 - 2013-11-01 - 2018-10-31 - HS - Inactive - HOLYOKE CHICOPEE SPRINGFIELD HEAD START, INC. - www.hcsheadstart.org - 336@hsesinfo.org - HCS Head Start, Inc. - 30 Madison Avenue - Springfield - MA - 01105-1404 - HCS Head Start, Inc. - 30 Madison Avenue - Springfield - MA - 01105-1404 - HCS Head Start, Inc. - 30 Madison Avenue - Springfield - MA - 01105-1404 - Ms. - F41478 - L41478 - - Board Chair - 41478@hsesinfo.org - Ms. - F41476 - L41476 - - Executive Director - 41476@hsesinfo.org - Ms. - F41475 - L41475 - - 41475@hsesinfo.org - Ms. - F41474 - L41474 - - 41474@hsesinfo.org - 555-555-1474 - - - 10454 - 6172 - 12451 - 200 - - 2019-09-01 - - EHS - Active - Enrichment Services Program, Inc. - http://www.enrichmentservices.org - 6172@hsesinfo.org - 2601 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - 2601 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - 2601 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - Mr. - F221517 - L221517 - - Board Chair - 221517@hsesinfo.org - Ms. - F221518 - L221518 - - CEO - 221518@hsesinfo.org - Ms. - F221520 - L221520 - - 221520@hsesinfo.org - Mr. - F221516 - L221516 - - 221516@hsesinfo.org - 555-555-1516 - - - 6176 - 6186 - 9826 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Mt. Hood Community College - http://mhccheadstart.org - 6186@hsesinfo.org - 10100 NE Prescott St. - - Portland - OR - 97220-3555 - 10100 NE Prescott St. - - Portland - OR - 97220-3555 - 10100 NE Prescott St. - - Portland - OR - 97220-3555 - Ms. - F108314 - L108314 - - Chair, Board of Education - 108314@hsesinfo.org - Ms. - F108315 - L108315 - - Executive Director - 108315@hsesinfo.org - Ms. - F108317 - L108317 - - 108317@hsesinfo.org - Ms. - F108313 - L108313 - - 108313@hsesinfo.org - 555-555-8313 - - - 10172 - 4097 - 12203 - 203 - 2014 - 2019-07-01 - - EHS - Active - Educare DC - www.educaredc.org - 4097@hsesinfo.org - 640 Anacostia Avenue, NE - - Washington - DC - 20019-1509 - 640 Anacostia Avenue, NE - - Washington - DC - 20019-1509 - 640 Anacostia Avenue, NE - - Washington - DC - 20019-1509 - Mrs. - F219571 - L219571 - PHD - - 219571@hsesinfo.org - Mrs. - F219569 - L219569 - - - 219569@hsesinfo.org - Ms. - F219572 - L219572 - - 219572@hsesinfo.org - Mr. - F219568 - L219568 - - 219568@hsesinfo.org - 555-555-9568 - - - 4483 - 2432 - 8480 - 200 - 2013 - 2013-11-29 - 2018-11-30 - EHS - Inactive - Sunrise Children`s Foundation - www.sunrisechildren.org - 2432@hsesinfo.org - 2795 E Desert Inn Rd - Ste 200 - Las Vegas - NV - 89121-3635 - 2795 E Desert Inn Rd - Ste 200 - Las Vegas - NV - 89121-3635 - 2795 E Desert Inn Rd - Ste 200 - Las Vegas - NV - 89121-3635 - Ms. - F42456 - L42456 - - Chair, SCF Board of Directors - 42456@hsesinfo.org - Mr. - F42460 - L42460 - - Executive Director - 42460@hsesinfo.org - Ms. - F42458 - L42458 - - 42458@hsesinfo.org - Ms. - F42455 - L42455 - - 42455@hsesinfo.org - 555-555-2455 x 5555 - - - 10488 - 946 - 12480 - 000 - 2013 - 2019-09-01 - - HS - Active - Danville Area School District - www.danville.k12.pa.us - 946@hsesinfo.org - 931 Ironmen Ln - Danville Head Start - Danville - PA - 17821-2191 - 931 Ironmen Ln - Danville Head Start - Danville - PA - 17821-2191 - 931 Ironmen Ln - Danville Head Start - Danville - PA - 17821-2191 - Mrs. - F221757 - L221757 - - Danville Area School District Board President - 221757@hsesinfo.org - Dr. - F221758 - L221758 - - Superintendent - 221758@hsesinfo.org - Mr. - F221760 - L221760 - - 221760@hsesinfo.org - Ms. - F221756 - L221756 - - 221756@hsesinfo.org - 555-555-1756 x 5555 - - - 8395 - 927 - 10813 - 000 - 1992 - 2017-01-01 - - HS - Active - Macon-Bibb County EOCI - http://www.maconbibbeoc.com - 927@hsesinfo.org - 1680 Broadway - - Macon - GA - 31201-3081 - 1680 Broadway - - Macon - GA - 31201-3081 - 1680 Broadway - - Macon - GA - 31201-3081 - Dr. - F207958 - L207958 - - - 207958@hsesinfo.org - Ms. - F207959 - L207959 - - - 207959@hsesinfo.org - - F207961 - L207961 - - 207961@hsesinfo.org - Ms. - F207957 - L207957 - - 207957@hsesinfo.org - 555-555-7957 - - - 9504 - 5229 - 11718 - 200 - 2014 - 2019-04-01 - - Migrant EHS - Active - United Migrant Opportunity Services, Inc. - - 5229@hsesinfo.org - 2701 S. Chase Ave., P.O. Box 04129 - - MILWAUKEE - WI - 53204 - - - - - - - - - - - Mr. - F215025 - L215025 - - Board Chair - 215025@hsesinfo.org - Mr. - F215026 - L215026 - - CEO/President - 215026@hsesinfo.org - Mr. - F215028 - L215028 - - 215028@hsesinfo.org - Ms. - F215024 - L215024 - - 215024@hsesinfo.org - 555-555-5024 - - - 6953 - 498 - 10424 - 000 - 1991 - 2015-11-01 - 2020-10-31 - HS - Inactive - United Community Action Program, Inc. - www.ucapinc.org - 498@hsesinfo.org - 501 6th St - - Pawnee - OK - 74058-2542 - 501 6th St - - Pawnee - OK - 74058-2542 - 501 6th St - - Pawnee - OK - 74058-2542 - Mr. - F204333 - L204333 - - Chairman of Board - 204333@hsesinfo.org - Mr. - F204334 - L204334 - - Executive Director - 204334@hsesinfo.org - Ms. - F204336 - L204336 - - 204336@hsesinfo.org - Ms. - F204332 - L204332 - - 204332@hsesinfo.org - 555-555-4332 x 5555 - - - 5768 - 3048 - 9523 - 200 - 2012 - 2015-01-01 - 2020-07-31 - EHS - Inactive - Center for New Communities - www.c4newcommunities.org - 3048@hsesinfo.org - 1314 Guadalupe St - Ste 201 - San Antonio - TX - 78207-5582 - 1314 Guadalupe St - Ste 201 - San Antonio - TX - 78207-5582 - 1314 Guadalupe St - Ste 201 - San Antonio - TX - 78207-5582 - Ms. - F104945 - L104945 - - Board Chair - 104945@hsesinfo.org - Ms. - F104946 - L104946 - - President - 104946@hsesinfo.org - Ms. - F104948 - L104948 - - 104948@hsesinfo.org - Ms. - F104944 - L104944 - - 104944@hsesinfo.org - 555-555-4944 - - - 8215 - 1944 - 10619 - 000 - 1992 - 2016-07-01 - - HS - Active - Adrian Public Schools - www.theadrianmaples.com - 1944@hsesinfo.org - 340 E Church St - - Adrian - MI - 49221-2904 - 340 E Church St - - Adrian - MI - 49221-2904 - 340 E Church St - - Adrian - MI - 49221-2904 - Mrs. - F206620 - L206620 - - Board President - 206620@hsesinfo.org - Mr. - F206621 - L206621 - - Superintendent - 206621@hsesinfo.org - Mr. - F206623 - L206623 - - 206623@hsesinfo.org - Mr. - F206619 - L206619 - - 206619@hsesinfo.org - 555-555-6619 - - - 9505 - 8787 - 11722 - 200 - 2019 - 2019-03-01 - - EHS - Active - Community Teamwork, Inc. - - 8787@hsesinfo.org - 155 Merrimack St - - Lowell - MA - 01852-1723 - 155 Merrimack St - - Lowell - MA - 01852-1723 - 155 Merrimack St - - Lowell - MA - 01852-1723 - Mr. - F215032 - L215032 - - - 215032@hsesinfo.org - Ms. - F215033 - L215033 - - Executive Director - 215033@hsesinfo.org - Ms. - F215035 - L215035 - - 215035@hsesinfo.org - Ms. - F215031 - L215031 - - 215031@hsesinfo.org - 555-555-5031 - - - 10053 - 3681 - 12119 - 007 - 2014 - 2019-07-01 - - HS - Active - Garvey School District - www.garvey.k12.ca.us - 3681@hsesinfo.org - 7424 Newmark Ave - - Rosemead - CA - 91770-2943 - 7424 Newmark Ave - - Rosemead - CA - 91770-2943 - 2730 Del Mar Ave - - Rosemead - CA - 91770-3026 - Ms. - F218764 - L218764 - - Board President - 218764@hsesinfo.org - Ms. - F218765 - L218765 - - Superintendent - 218765@hsesinfo.org - Ms. - F218767 - L218767 - - 218767@hsesinfo.org - Dr. - F218763 - L218763 - - 218763@hsesinfo.org - 555-555-8763 - - - 10054 - 3685 - 12120 - 008 - 2014 - 2019-07-01 - - HS - Active - Mountain View Head Start Preschool - http://www.mtviewschools.com - 3685@hsesinfo.org - 2109 Burkett Rd. - - El Monte - CA - 91733-4113 - 2109 Burkett Rd. - - El Monte - CA - 91733-4113 - 3320 Gilman Rd - - El Monte - CA - 91732-3201 - Mr. - F218771 - L218771 - - School Board President - 218771@hsesinfo.org - Ms. - F218772 - L218772 - - Superintendent - 218772@hsesinfo.org - Ms. - F218774 - L218774 - - 218774@hsesinfo.org - Ms. - F218770 - L218770 - - 218770@hsesinfo.org - 555-555-8770 - - - 10055 - 3686 - 12121 - 009 - 2014 - 2019-07-01 - - HS - Active - Norwalk-La Mirada Unified School District - www.nlmpreschool.org - 3686@hsesinfo.org - 14616 Dinard Ave. - - Norwalk - CA - 90650-5110 - 14616 Dinard Ave. - - Norwalk - CA - 90650-5110 - 14616 Dinard Ave. - - Norwalk - CA - 90650-5110 - Mr. - F218778 - L218778 - - School Board President - 218778@hsesinfo.org - Dr. - F218779 - L218779 - - School Superintendent - 218779@hsesinfo.org - Ms. - F218781 - L218781 - - 218781@hsesinfo.org - Ms. - F218777 - L218777 - - 218777@hsesinfo.org - 555-555-8777 - - - 10056 - 3687 - 12122 - 010 - 2014 - 2019-07-01 - - HS - Active - Pomona Unified School District - http://www.pusd.org - 3687@hsesinfo.org - 800 S Garey Ave - Pomona Unified School District Child Development - Pomona - CA - 91766-3325 - 800 S Garey Ave - Pomona Unified School District Child Development - Pomona - CA - 91766-3325 - 800 S Garey Ave - Pomona Unified School District Child Development - Pomona - CA - 91766-3325 - Mrs. - F218785 - L218785 - - Board President - 218785@hsesinfo.org - Mrs. - F218786 - L218786 - - Director of Child Development - 218786@hsesinfo.org - Mrs. - F218788 - L218788 - - 218788@hsesinfo.org - Mr. - F218784 - L218784 - - 218784@hsesinfo.org - 555-555-8784 x 5555 - - - 9506 - 8788 - 11728 - 200 - 2019 - 2019-03-01 - - EHS - Active - South Shore Community Action Council, Inc. - - 8788@hsesinfo.org - 71 Obery St - - Plymouth - MA - 02360-2181 - 71 Obery St - - Plymouth - MA - 02360-2181 - 71 Obery St - - Plymouth - MA - 02360-2181 - Mr. - F215039 - L215039 - - - 215039@hsesinfo.org - Mr. - F215040 - L215040 - - - 215040@hsesinfo.org - Mrs. - F215042 - L215042 - - 215042@hsesinfo.org - Ms. - F215038 - L215038 - - 215038@hsesinfo.org - 555-555-5038 x 5555 - - - 4769 - 1296 - 8643 - 000 - 2014 - 2014-04-01 - 2019-03-31 - HS - Inactive - Tulare County Department of Education - - 1296@hsesinfo.org - 7000 Doe Avenue, Suite C - - Visalia - CA - 93291-9287 - 7000 Doe Avenue, Suite C - - Visalia - CA - 93291-9287 - 7000 Doe Avenue, Suite C - - Visalia - CA - 93291-9287 - Mr. - F46214 - L46214 - - County Superintendent of Schools - 46214@hsesinfo.org - Mr. - F46213 - L46213 - - - 46213@hsesinfo.org - Mr. - F46217 - L46217 - - 46217@hsesinfo.org - Ms. - F46212 - L46212 - - 46212@hsesinfo.org - 555-555-6212 x 5555 - - - 10583 - 6889 - 12572 - 202 - - 2019-09-01 - - EHS - Active - Caroline County Public Schools - www.carolinecountyearlyheadstart.com - 6889@hsesinfo.org - Caroline County Family Support Center - 100 North 6th Street - Denton - MD - 21629-1110 - Caroline County Family Support Center - 100 North 6th Street - Denton - MD - 21629-1110 - Caroline County Family Support Center - 100 North 6th Street - Denton - MD - 21629-1110 - Mr. - F222419 - L222419 - Jr. - - 222419@hsesinfo.org - Dr. - F222420 - L222420 - - - 222420@hsesinfo.org - Ms. - F222422 - L222422 - - 222422@hsesinfo.org - Ms. - F222418 - L222418 - - 222418@hsesinfo.org - 555-555-2418 - - - 3019 - 2770 - 6676 - 200 - 2011 - 2013-07-02 - 2019-02-28 - EHS - Inactive - Community Action Commission of Fayette County - www.cacfayettecounty.org - 2770@hsesinfo.org - 1400 U.S.Rt. 22NW - - Washington Court House - OH - 43160 - 1400 U.S.Rt. 22NW - - Washington Court House - OH - 43160 - 1400 U.S.Rt. 22NW - - Washington Court House - OH - 43160 - Mrs. - F37702 - L37702 - - Governing Board Chair - 37702@hsesinfo.org - Mrs. - F37700 - L37700 - - Executive Director - 37700@hsesinfo.org - Ms. - F37699 - L37699 - - 37699@hsesinfo.org - Ms. - F37698 - L37698 - - 37698@hsesinfo.org - 555-555-7698 x 5555 - - - 10057 - 3689 - 12123 - 011 - 2014 - 2019-07-01 - - HS - Active - Mexican American Opportunity Foundation - http://www.maof.org - 3689@hsesinfo.org - 2650 Zoe Avenue - - Huntington Park - CA - 90255 - 2650 Zoe Avenue - - Huntington Park - CA - 90255 - 2650 Zoe Avenue - - Huntington Park - CA - 90255 - Mrs. - F218792 - L218792 - - Chair - 218792@hsesinfo.org - Mr. - F218793 - L218793 - - - 218793@hsesinfo.org - Mr. - F218795 - L218795 - - 218795@hsesinfo.org - Mrs. - F218791 - L218791 - - 218791@hsesinfo.org - 555-555-8791 - - - 3372 - 2926 - 7368 - 200 - 2013 - 2013-06-26 - 2018-12-31 - EHS - Inactive - THE SPANISH SPEAKING UNITY COUNCIL OF ALAMEDA COUNTY, I - www.unitycouncil.org - 2926@hsesinfo.org - 1900 FRUITVALE AVE SUITE 2A - - OAKLAND - CA - 94601-2468 - 1900 FRUITVALE AVE SUITE 2A - - OAKLAND - CA - 94601-2468 - 1900 FRUITVALE AVE SUITE 2A - - OAKLAND - CA - 94601-2468 - Ms. - F38410 - L38410 - - Chairperson of the Board of Directors - 38410@hsesinfo.org - Mr. - F38408 - L38408 - - - 38408@hsesinfo.org - Ms. - F38407 - L38407 - - 38407@hsesinfo.org - Mr. - F36221 - L36221 - - 36221@hsesinfo.org - 555-555-6221 - - - 4630 - 1076 - 8505 - 000 - 2014 - 2014-02-01 - 2019-01-31 - HS - Inactive - Southern Utah University Head Start - http://www.suu.edu/headstart - 1076@hsesinfo.org - 2390 West Highway 56, Suite #1 - - Cedar City - UT - 84720-2476 - Southern Utah University Head Start - 2390 West Highway 56 Suite #1 - Cedar City - UT - 84720-4151 - 2390 West Highway 56, Suite #1 - - Cedar City - UT - 84720-2476 - Mr. - F44177 - L44177 - - Chairman of the Board of Trustees to Southern Utah Univ. - 44177@hsesinfo.org - Mr. - F44178 - L44178 - - - 44178@hsesinfo.org - Mr. - F44179 - L44179 - - 44179@hsesinfo.org - Mr. - F44176 - L44176 - - 44176@hsesinfo.org - 555-555-4176 x 5555 - - - 10855 - 9137 - 12831 - 203 - 2019 - 2019-03-01 - - EHS - Active - El Valor Corporation - http://www.elvalor.net - 9137@hsesinfo.org - 1850 West 21st Street - - Chicago - IL - 60608-2799 - 1850 West 21st Street - - Chicago - IL - 60608-2799 - 1850 West 21st Street - - Chicago - IL - 60608-2799 - Mr. - F224272 - L224272 - - Agency Board Chair - 224272@hsesinfo.org - Mr. - F224270 - L224270 - - President/CEO - 224270@hsesinfo.org - Ms. - F224273 - L224273 - - 224273@hsesinfo.org - Ms. - F224269 - L224269 - - 224269@hsesinfo.org - 555-555-4269 - - - 10854 - 9136 - 12829 - 202 - 2019 - 2019-03-01 - - EHS - Active - Chicago Youth Centers - http://www.chicagoyouthcenters.org - 9136@hsesinfo.org - 218 S Wabash Suite 600 - - Chicago - IL - 60604 - 218 S Wabash Suite 600 - - Chicago - IL - 60604 - 218 S Wabash Suite 600 - - Chicago - IL - 60604 - Mr. - F224266 - L224266 - - Board Chair - 224266@hsesinfo.org - Ms. - F224264 - L224264 - - President/CEO - 224264@hsesinfo.org - Ms. - F224267 - L224267 - - 224267@hsesinfo.org - Ms. - F224263 - L224263 - - 224263@hsesinfo.org - 555-555-4263 x 5555 - - - 8794 - 8639 - 10258 - 204 - 2017 - 2017-08-01 - 2020-07-31 - EHS - Inactive - Twin Rivers Unified School District - www.twinriversusd.org - 8639@hsesinfo.org - 5115 Dudley Blvd - - Mcclellan - CA - 95652 - 5115 Dudley Blvd - - Mcclellan - CA - 95652 - 5115 Dudley Blvd - - Mcclellan - CA - 95652 - Mrs. - F209988 - L209988 - - Board President - 209988@hsesinfo.org - Dr. - F209986 - L209986 - - Superintendent - 209986@hsesinfo.org - Mrs. - F209989 - L209989 - - 209989@hsesinfo.org - Dr. - F209985 - L209985 - - 209985@hsesinfo.org - 555-555-9985 - - - 9126 - 3791 - 11433 - 211 - 2013 - 2018-09-01 - - EHS - Active - Romoland School District - www.romoland.net - 3791@hsesinfo.org - 25890 Antelope - - Romoland - CA - 92585 - 25890 Antelope - - Romoland - CA - 92585 - 25890 Antelope - - Romoland - CA - 92585 - Mrs. - F212472 - L212472 - - School Board President - 212472@hsesinfo.org - Mr. - F212473 - L212473 - - Superintendent - 212473@hsesinfo.org - Ms. - F212475 - L212475 - - 212475@hsesinfo.org - Mrs. - F212471 - L212471 - - 212471@hsesinfo.org - 555-555-2471 - - - 10455 - 1303 - 12452 - 000 - 2014 - 2019-09-01 - - HS - Active - Stanislaus County Office of Education - https://stancoe.org/division/child-family-services - 1303@hsesinfo.org - 1100 H Street - - Modesto - CA - 95354 - 1100 H Street - - Modesto - CA - 95354 - 1100 H Street - - Modesto - CA - 95354 - Mr. - F221524 - L221524 - - Superintendent - 221524@hsesinfo.org - Mr. - F221525 - L221525 - - Executive Director - 221525@hsesinfo.org - Ms. - F221527 - L221527 - - 221527@hsesinfo.org - Ms. - F221523 - L221523 - - 221523@hsesinfo.org - 555-555-1523 - - - 4761 - 853 - 8617 - 000 - 2014 - 2014-04-01 - 2019-03-31 - HS - Inactive - CAPC Washington-Morgan County - http://www.wmcap.org - 853@hsesinfo.org - 218 Putnam Street - - Marietta - OH - 45750-0144 - P.O. Box 144 - - Marietta - OH - 45750 - 218 Putnam Street - - Marietta - OH - 45750 - Mr. - F46187 - L46187 - - Board President - 46187@hsesinfo.org - Mr. - F46185 - L46185 - - - 46185@hsesinfo.org - Ms. - F46184 - L46184 - - 46184@hsesinfo.org - Mrs. - F46183 - L46183 - - 46183@hsesinfo.org - 555-555-6183 - - - 3094 - 2071 - 6735 - 200 - 2004 - 2013-07-02 - 2018-10-31 - EHS - Inactive - COMMUNITY ACTION RESOURCE AND DEVELOPMENT, INC. - http://www.cardcaa.org - 2071@hsesinfo.org - 707 W Lowry Rd - Ste 102 - Claremore - OK - 74017-2109 - 707 West Lowery Road, suite 102 - P.O. Box 947 - Claremore - OK - 74018-0947 - 707 W Lowry Rd - Ste 102 - Claremore - OK - 74017-2109 - Mr. - F37878 - L37878 - - Board Chairman - 37878@hsesinfo.org - Ms. - F37882 - L37882 - - Executive Director - 37882@hsesinfo.org - Mrs. - F37881 - L37881 - - 37881@hsesinfo.org - Mrs. - F37877 - L37877 - - 37877@hsesinfo.org - 555-555-7877 - - - 10456 - 3803 - 12454 - 001 - 2014 - 2019-09-01 - - HS - Active - Modesto City Schools Child development Programs - http://www.monet.k12.ca.us-mcsnews/departments/childdevelopment - 3803@hsesinfo.org - 1017 Reno Avenue, Building C - - Modesto - CA - 95351-1165 - 1017 Reno Avenue, Building C - - Modesto - CA - 95351-1165 - 1017 Reno Avenue, Building C - - Modesto - CA - 95351-1165 - Mr. - F221531 - L221531 - - President - 221531@hsesinfo.org - Ms. - F221532 - L221532 - - Superintendent - 221532@hsesinfo.org - Ms. - F221534 - L221534 - - 221534@hsesinfo.org - Ms. - F221530 - L221530 - - 221530@hsesinfo.org - 555-555-1530 - - - 4459 - 495 - 8387 - 000 - 1991 - 2013-11-01 - 2018-10-31 - HS - Inactive - PORTLAND PUBLIC SCHOOLS HEAD START PROGRAM - www.pps.net/head-start - 495@hsesinfo.org - 4800 NE 74th Avenue - - Portland - OR - 97218-3824 - 4800 NE 74th Avenue - - Portland - OR - 97218-3824 - 4800 NE 74th Avenue - - Portland - OR - 97218-3824 - Ms. - F41620 - L41620 - - Board Chair - 41620@hsesinfo.org - Ms. - F41618 - L41618 - - - 41618@hsesinfo.org - Ms. - F41617 - L41617 - - 41617@hsesinfo.org - Ms. - F41615 - L41615 - - 41615@hsesinfo.org - 555-555-1615 - - - 5156 - 776 - 8990 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - MT PLEASANT INDEPENDENT SCHOOL DISTRICT - www.mpisd.net - 776@hsesinfo.org - 1602 W Ferguson Rd - - Mount Pleasant - TX - 75455-2918 - 2230 N Edwards Ave - - Mount Pleasant - TX - 75455-2036 - 2230 N Edwards Ave - - Mount Pleasant - TX - 75455-2036 - Mrs. - F52075 - L52075 - - MPISD Board President - 52075@hsesinfo.org - Mr. - F52076 - L52076 - - MPISD Superintendent/Executive Director of HS/EHS - 52076@hsesinfo.org - Ms. - F52077 - L52077 - - 52077@hsesinfo.org - Mrs. - F52073 - L52073 - - 52073@hsesinfo.org - 555-555-2073 - - - 8260 - 2733 - 10644 - 200 - 2011 - 2016-07-01 - - EHS - Active - KIDS' CORPS, INC. - www.kcialaska.org - 2733@hsesinfo.org - 101 Davis St - - Anchorage - AK - 99508-2431 - 101 Davis St - - Anchorage - AK - 99508-2431 - 101 Davis St - - Anchorage - AK - 99508-2431 - Ms. - F206935 - L206935 - - Board President - 206935@hsesinfo.org - Mr. - F206936 - L206936 - - Executive Director - 206936@hsesinfo.org - Ms. - F206938 - L206938 - - 206938@hsesinfo.org - Mr. - F206934 - L206934 - - 206934@hsesinfo.org - 555-555-6934 - - - 10457 - 3804 - 12455 - 002 - 2014 - 2019-09-01 - - HS - Active - Salida Union School District - http://www.salida.k12.ca.us - 3804@hsesinfo.org - 4801 Sisk Road - - Salida - CA - 95368-9445 - 4801 Sisk Road - - Salida - CA - 95368-9445 - 4801 Sisk Road - - Salida - CA - 95368-9445 - Ms. - F221538 - L221538 - - Superintendent - 221538@hsesinfo.org - Ms. - F221539 - L221539 - - - 221539@hsesinfo.org - Ms. - F221541 - L221541 - - 221541@hsesinfo.org - Ms. - F221537 - L221537 - - 221537@hsesinfo.org - 555-555-1537 - - - 10458 - 3805 - 12456 - 003 - 2014 - 2019-09-01 - - HS - Active - Turlock Unified School District - http://www.turlockusd-ca.schooloop.com - 3805@hsesinfo.org - 1574 E Canal Dr - - Turlock - CA - 95380-4161 - PO Box 819013 - - Turlock - CA - 95381-9013 - 1574 E Canal Dr - - Turlock - CA - 95380-4161 - Ms. - F221545 - L221545 - - Board President - 221545@hsesinfo.org - Ms. - F221546 - L221546 - - Superintendent - 221546@hsesinfo.org - Ms. - F221548 - L221548 - - 221548@hsesinfo.org - Ms. - F221544 - L221544 - - 221544@hsesinfo.org - 555-555-1544 - - - 10459 - 3806 - 12457 - 004 - 2014 - 2019-09-01 - - HS - Active - Empire Union School District - http://www.empire.k12.ca.us - 3806@hsesinfo.org - 116 North McClure Road - - Modesto - CA - 95357-1329 - 116 North McClure Road - - Modesto - CA - 95357-1329 - 116 North McClure Road - - Modesto - CA - 95357-1329 - Ms. - F221552 - L221552 - - - 221552@hsesinfo.org - Ms. - F221553 - L221553 - - - 221553@hsesinfo.org - Ms. - F221555 - L221555 - - 221555@hsesinfo.org - Ms. - F221551 - L221551 - - 221551@hsesinfo.org - 555-555-1551 - - - 5310 - 1569 - 9059 - 200 - 2000 - 2014-09-01 - - EHS - Active - Asheville City Schools Preschool/Early Head Start - http://www.ashevillecityschools.net/schools/pre - 1569@hsesinfo.org - 441 Haywood Road - - Asheville - NC - 28806-4257 - 441 Haywood Road - - Asheville - NC - 28806-4257 - 441 Haywood Road - - Asheville - NC - 28806-4257 - - F54072 - L54072 - - Governing Board Chairman - 54072@hsesinfo.org - - F54071 - L54071 - - - 54071@hsesinfo.org - - F54074 - L54074 - - 54074@hsesinfo.org - - F54069 - L54069 - - 54069@hsesinfo.org - 555-555-4069 - - - 9510 - 8792 - 11727 - 200 - 2019 - 2019-03-01 - - EHS - Active - Northwest Michigan Community Action Agency, Inc. - - 8792@hsesinfo.org - 3963 3 Mile Rd N - - Traverse City - MI - 49686-9164 - 3963 3 Mile Rd N - - Traverse City - MI - 49686-9164 - 3963 3 Mile Rd N - - Traverse City - MI - 49686-9164 - Mrs. - F215067 - L215067 - - Board Chairperson - 215067@hsesinfo.org - Ms. - F215068 - L215068 - - Executive Director - 215068@hsesinfo.org - Ms. - F215070 - L215070 - - 215070@hsesinfo.org - Ms. - F215066 - L215066 - - 215066@hsesinfo.org - 555-555-5066 - - - 9511 - 8793 - 11719 - 200 - 2019 - 2019-03-01 - - EHS - Active - Young Women's Christian Association of Canton, Ohio - - 8793@hsesinfo.org - 231 Sixth Street NE - - Canton - OH - 44702-1035 - 231 Sixth Street NE - - Canton - OH - 44702-1035 - 231 Sixth Street NE - - Canton - OH - 44702-1035 - Ms. - F215074 - L215074 - - Board President - 215074@hsesinfo.org - Ms. - F215075 - L215075 - - CEO - 215075@hsesinfo.org - Ms. - F215077 - L215077 - - 215077@hsesinfo.org - Ms. - F215073 - L215073 - - 215073@hsesinfo.org - 555-555-5073 - - - 4908 - 4914 - 8919 - 000 - 2014 - 2014-06-01 - 2019-11-30 - HS - Inactive - Avoyelles Child Development Services, Inc. - lynnnormand@avoyellesheadstart.org - 4914@hsesinfo.org - 562 Main St - - Moreauville - LA - 71355-3066 - PO Box 153 - - Moreauville - LA - 71355-0153 - 562 Main St - - Moreauville - LA - 71355-3066 - Miss - F47991 - L47991 - - Board President - 47991@hsesinfo.org - Ms. - F47992 - L47992 - - Program Director - 47992@hsesinfo.org - Mrs. - F47994 - L47994 - - 47994@hsesinfo.org - Ms. - F47990 - L47990 - - 47990@hsesinfo.org - 555-555-7990 - - - 4636 - 1162 - 8605 - 000 - 2014 - 2014-01-01 - 2018-12-31 - AIAN HS - Inactive - NOOKSACK INDIAN TRIBE - http://www.nooksack-tribe.com - 1162@hsesinfo.org - 5018 Alder Street - - Deming - WA - 98244 - PO Box 157 - 5018 Alder Street - Deming - WA - 98244-0157 - 5018 Alder Street - - Deming - WA - 98244 - Mr. - F44192 - L44192 - Sr. - Nooksack Tribal Chairman - 44192@hsesinfo.org - Miss - F44191 - L44191 - - General Manager - 44191@hsesinfo.org - Mrs. - F44194 - L44194 - - 44194@hsesinfo.org - Mrs. - F44190 - L44190 - - 44190@hsesinfo.org - 555-555-4190 - - - 8572 - 8451 - 10978 - 200 - 2017 - 2017-03-01 - - EHS - Active - Acelero, Inc. - www.acelero.net - 8451@hsesinfo.org - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - Mr. - F208727 - L208727 - - Chair Person - 208727@hsesinfo.org - Mr. - F208728 - L208728 - - - 208728@hsesinfo.org - Ms. - F208730 - L208730 - - 208730@hsesinfo.org - Mr. - F208726 - L208726 - - 208726@hsesinfo.org - 555-555-8726 - - - 8986 - 834 - 11312 - 000 - 2013 - 2018-08-01 - - HS - Active - PACT FOR WEST CENTRAL ILLINOIS - pactheadstart.com - 834@hsesinfo.org - 300 S Capitol Ave - - Mount Sterling - IL - 62353-1506 - 300 S. Capitol - P.O. Box 231 - Mount Sterling - IL - 62353-0231 - 300 S Capitol Ave - - Mount Sterling - IL - 62353-1506 - Mrs. - F211458 - L211458 - - Board Chair - 211458@hsesinfo.org - Mrs. - F211459 - L211459 - - Executive Director - 211459@hsesinfo.org - Ms. - F211461 - L211461 - - 211461@hsesinfo.org - Mrs. - F211457 - L211457 - - 211457@hsesinfo.org - 555-555-1457 - - - 9479 - 8773 - 11697 - 200 - 2019 - 2019-03-01 - - EHS - Active - Community Action Agency of Siouxland - www.caasiouxland.org - 8773@hsesinfo.org - 2700 Leech Ave - - Sioux City - IA - 51106-1129 - 2700 Leech Ave - - Sioux City - IA - 51106-1129 - 2700 Leech Ave - - Sioux City - IA - 51106-1129 - Mr. - F214850 - L214850 - - Community Action Agency of Siouxland Board Chairperson - 214850@hsesinfo.org - Ms. - F214851 - L214851 - - Community Action Agency of Siouxland Executive Director - 214851@hsesinfo.org - Mr. - F214853 - L214853 - - 214853@hsesinfo.org - Ms. - F214849 - L214849 - - 214849@hsesinfo.org - 555-555-4849 x 5555 - - - 11538 - 1505 - 13332 - 200 - 2001 - 2020-07-01 - - EHS - Active - Community Action Agency - http://www.caajlh.org - 1505@hsesinfo.org - 1214 Greenwood Ave - - Jackson - MI - 49203-3037 - 1214 Greenwood Ave - - Jackson - MI - 49203-3037 - 1214 Greenwood Ave - - Jackson - MI - 49203-3037 - Ms. - F228794 - L228794 - - Board Chair - 228794@hsesinfo.org - Mrs. - F228795 - L228795 - - CEO - 228795@hsesinfo.org - Ms. - F228797 - L228797 - - 228797@hsesinfo.org - Mrs. - F228793 - L228793 - - 228793@hsesinfo.org - 555-555-8793 - - - 8658 - 8521 - 11043 - 000 - 2017 - 2017-07-01 - - HS - Active - The New York Foundling Hospital - www.nyfoundling.org - 8521@hsesinfo.org - 1713 Ave Ponce De Leon - - San Juan - PR - 00909-1985 - P.O. Box 191274 - - San Juan - PR - 00919-1274 - 590 Avenue of the Americas - - New York - NY - 10011-2022 - Mr. - F209115 - L209115 - Jr - Chairperson - 209115@hsesinfo.org - Mr. - F209116 - L209116 - - - 209116@hsesinfo.org - Mrs. - F209118 - L209118 - - 209118@hsesinfo.org - Ms. - F209114 - L209114 - - 209114@hsesinfo.org - 555-555-9114 - - - 4617 - 3043 - 8529 - 200 - 2014 - 2014-02-01 - 2019-01-31 - EHS - Inactive - TABLELAND SERVICES, INC - http://www.capfsc.org - 3043@hsesinfo.org - 535 East Main Street - - Somerset - PA - 15501 - 535 East Main Street - - Somerset - PA - 15501 - 535 East Main Street - - Somerset - PA - 15501 - Mr. - F44090 - L44090 - - Chairperson - 44090@hsesinfo.org - Mr. - F44088 - L44088 - - Executive Director - 44088@hsesinfo.org - Ms. - F44087 - L44087 - - 44087@hsesinfo.org - Mrs. - F44086 - L44086 - - 44086@hsesinfo.org - 555-555-4086 x 5555 - - - 10460 - 3807 - 12458 - 005 - 2014 - 2019-09-01 - - HS - Active - Waterford Unified School District - http://www.waterford.k12.ca.us - 3807@hsesinfo.org - 219 N. Reinway #1 - - Waterford - CA - 95386-9158 - 219 N. Reinway #1 - - Waterford - CA - 95386-9158 - 219 N. Reinway #1 - - Waterford - CA - 95386-9158 - Mrs. - F221559 - L221559 - - - 221559@hsesinfo.org - Mr. - F221560 - L221560 - - - 221560@hsesinfo.org - Ms. - F221562 - L221562 - - 221562@hsesinfo.org - Mrs. - F221558 - L221558 - - 221558@hsesinfo.org - 555-555-1558 - - - 4523 - 279 - 8545 - 200 - 1992 - 2013-12-02 - 2018-11-30 - EHS - Inactive - NORTHEAST KINGDOM COMMUNITY ACTION, INC - http://www.nekcavt.org - 279@hsesinfo.org - 191 High Street - - Barton - VT - 05822-9414 - 191 High Street - - Barton - VT - 05822-9414 - 191 High Street - - Barton - VT - 05822-9414 - Ms. - F42613 - L42613 - - NEKCA Board Chair - 42613@hsesinfo.org - Mrs. - F42611 - L42611 - - NEKCA Executive Director - 42611@hsesinfo.org - Ms. - F42614 - L42614 - - 42614@hsesinfo.org - Ms. - F42610 - L42610 - - 42610@hsesinfo.org - 555-555-2610 x 5555 - - - 9767 - 5851 - 11904 - 200 - - 2019-07-01 - - EHS - Active - Alameda Family Services - www.alamedafs.org - 5851@hsesinfo.org - 2325 Clement Ave - Ste A - Alameda - CA - 94501-7061 - 2325 Clement Ave - Ste A - Alameda - CA - 94501-7061 - 2325 Clement Ave - Ste A - Alameda - CA - 94501-7061 - Ms. - F216779 - L216779 - - AFS Board President - 216779@hsesinfo.org - Ms. - F216780 - L216780 - - Interim Executive Director - 216780@hsesinfo.org - Ms. - F216782 - L216782 - - 216782@hsesinfo.org - Ms. - F216778 - L216778 - - 216778@hsesinfo.org - 555-555-6778 - - - 5205 - 1054 - 8749 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Grand Forks Public School District # 1 - gfschools.org - 1054@hsesinfo.org - 3600 6th Avenue North - - Grand Forks - ND - 58203-2723 - PO Box 6000 - - Grand Forks - ND - 58206-6000 - 2400 47th Ave S - - Grand Forks - ND - 58201-3405 - Mr. - F52276 - L52276 - - School Board President - 52276@hsesinfo.org - Mr. - F52274 - L52274 - - Associate Superintendent of Elementary Education - 52274@hsesinfo.org - Ms. - F52273 - L52273 - - 52273@hsesinfo.org - Mrs. - F52272 - L52272 - - 52272@hsesinfo.org - 555-555-2272 x 5555 - - - 9768 - 4935 - 11906 - 000 - 2014 - 2019-08-01 - - HS - Active - Iberville Parish School Board - www.ipsb.net - 4935@hsesinfo.org - 58030 Plaquemine Street - - Plaquemine - LA - 70764-0365 - PO Box 151 - - Plaquemine - LA - 70765-0151 - 58030 Plaquemine Street - - Plaquemine - LA - 70764-0365 - Dr. - F216786 - L216786 - Jr. - Superintendent - 216786@hsesinfo.org - Ms. - F216787 - L216787 - - CFO - 216787@hsesinfo.org - Mr. - F216789 - L216789 - - 216789@hsesinfo.org - Ms. - F216785 - L216785 - - 216785@hsesinfo.org - 555-555-6785 - - - 7042 - 2178 - 10492 - 000 - 1992 - 2016-01-01 - - HS - Active - St. Lawrence County Community Development Inc.-Head Start - www.slccdp.org - 2178@hsesinfo.org - 1 Commerce Ln - - Canton - NY - 13617-3763 - 1 Commerce Ln - - Canton - NY - 13617-3763 - 1 Commerce Ln - - Canton - NY - 13617-3763 - Ms. - F204961 - L204961 - - CDP Board President - 204961@hsesinfo.org - Ms. - F204962 - L204962 - - CDP Executive Director - 204962@hsesinfo.org - Mr. - F204964 - L204964 - - 204964@hsesinfo.org - Ms. - F204960 - L204960 - - 204960@hsesinfo.org - 555-555-4960 - - - 8544 - 8424 - 10953 - 200 - 2017 - 2017-03-01 - - EHS - Active - Council of Three Rivers American Indian Center - http://www.cotraic.org - 8424@hsesinfo.org - 120 Charles Street - - Pittsburgh - PA - 15238-1027 - 120 Charles Street - - Pittsburgh - PA - 15238-1027 - 120 Charles Street - - Pittsburgh - PA - 15238-1027 - Mr. - F208536 - L208536 - - Board Chair - 208536@hsesinfo.org - Mr. - F208537 - L208537 - - Executive Director - 208537@hsesinfo.org - - F208539 - L208539 - - 208539@hsesinfo.org - Mrs. - F208535 - L208535 - - 208535@hsesinfo.org - 555-555-8535 x 5555 - - - 10461 - 3808 - 12459 - 006 - 2014 - 2019-09-01 - - HS - Active - Central California Child Development Services - http://cccds.com/ - 3808@hsesinfo.org - 2250 Rockefeller Dr - Ste 1 - Ceres - CA - 95307-7243 - 2250 Rockefeller Dr - P.O. Box 2540 - Ceres - CA - 95307-7243 - 2250 Rockefeller Dr - Ste 1 - Ceres - CA - 95307-7243 - Mr. - F221566 - L221566 - - Board President - 221566@hsesinfo.org - Ms. - F221567 - L221567 - - Executive Director - 221567@hsesinfo.org - Ms. - F221569 - L221569 - - 221569@hsesinfo.org - Ms. - F221565 - L221565 - - 221565@hsesinfo.org - 555-555-1565 x 5555 - - - 5726 - 2992 - 9519 - 200 - 2015 - 2015-01-01 - 2020-06-30 - EHS - Inactive - Dominican Women's Development Center - www.dwdc.org - 2992@hsesinfo.org - 519 W 189th Street- Ground Floor - - New York - NY - 10040 - 519 W 189th Street- Ground Floor - - New York - NY - 10040 - 519 W 189th Street- Ground Floor - - New York - NY - 10040 - Mrs. - F103109 - L103109 - - Chairperson - 103109@hsesinfo.org - Mrs. - F103107 - L103107 - - Executive - 103107@hsesinfo.org - Mrs. - F103106 - L103106 - - 103106@hsesinfo.org - Ms. - F103104 - L103104 - - 103104@hsesinfo.org - 555-555-3104 x 5555 - - - 6249 - 6262 - 9765 - 200 - - 2015-03-01 - 2020-08-31 - AIAN EHS - Inactive - ROSEBUD SIOUX TRIBE - www.rst-headstart.com - 6262@hsesinfo.org - 725 Hospital Drive - - Rosebud - SD - 57570 - POST OFFICE BOX 836 - - ROSEBUD - SD - 57570 - 725 Hospital Drive - - Rosebud - SD - 57570 - Mr. - F109376 - L109376 - - Tribal President - 109376@hsesinfo.org - Mr. - F109377 - L109377 - - Tribal President - 109377@hsesinfo.org - Ms. - F109379 - L109379 - - 109379@hsesinfo.org - Ms. - F109375 - L109375 - - 109375@hsesinfo.org - 555-555-9375 - - - 10462 - 3809 - 12460 - 007 - 2014 - 2019-09-01 - - HS - Active - Keyes Union School District - www.keyes.k12.ca.us/ - 3809@hsesinfo.org - 4621 Nunes Road - - Keyes - CA - 95328-0310 - 4621 Nunes Road - - Keyes - CA - 95328-0310 - 4621 Nunes Road - - Keyes - CA - 95328-0310 - Mr. - F221573 - L221573 - - - 221573@hsesinfo.org - Ms. - F221574 - L221574 - - - 221574@hsesinfo.org - Ms. - F221576 - L221576 - - 221576@hsesinfo.org - Ms. - F221572 - L221572 - - 221572@hsesinfo.org - 555-555-1572 x 5555 - - - 5948 - 5955 - 9665 - 200 - - 2015-02-01 - 2020-07-31 - EHS - Inactive - Northern Kentucky Community Action Commission, Inc. - nkcac.org - 5955@hsesinfo.org - 717 Madison Ave - - Covington - KY - 41011-2479 - 717 Madison Ave - - Covington - KY - 41011-2479 - 717 Madison Ave - - Covington - KY - 41011-2479 - Ms. - F106238 - L106238 - - Board Chair - 106238@hsesinfo.org - Ms. - F106239 - L106239 - - Executive Director - 106239@hsesinfo.org - Mr. - F106241 - L106241 - - 106241@hsesinfo.org - Ms. - F106237 - L106237 - - 106237@hsesinfo.org - 555-555-6237 - - - 9513 - 8795 - 11726 - 200 - 2019 - 2019-03-01 - - EHS - Active - Rural Alaska Community Action Program, Inc. - - 8795@hsesinfo.org - 731 East 8th Avenue - - Anchorage - AK - 99520-0908 - 731 East 8th Avenue - - Anchorage - AK - 99520-0908 - 731 East 8th Avenue - - Anchorage - AK - 99520-0908 - Ms. - F215088 - L215088 - - President Board of Directors - 215088@hsesinfo.org - Mr. - F215089 - L215089 - - Chief Executive Officer - 215089@hsesinfo.org - Ms. - F215091 - L215091 - - 215091@hsesinfo.org - Ms. - F215087 - L215087 - - 215087@hsesinfo.org - 555-555-5087 - - - 9514 - 8796 - 11723 - 200 - 2019 - 2019-03-01 - - Migrant EHS - Active - Community Action Council for Lexington-Fayette, Bourbon, Harrison & Nicholas Counties Inc - - 8796@hsesinfo.org - PO BOX 11610 - - Lexington - KY - 40576-1610 - PO BOX 11610 - - Lexington - KY - 40576-1610 - PO BOX 11610 - - Lexington - KY - 40576-1610 - Mrs. - F215095 - L215095 - - Chairman - 215095@hsesinfo.org - Mrs. - F215096 - L215096 - - Executive Director - 215096@hsesinfo.org - Mrs. - F215098 - L215098 - - 215098@hsesinfo.org - Ms. - F215094 - L215094 - - 215094@hsesinfo.org - 555-555-5094 x 5555 - - - 5155 - 814 - 8800 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Merrill Area Public School District - www.mapsedu.org - 814@hsesinfo.org - 1111 N Sales St - - Merrill - WI - 54452-3169 - 1111 N Sales St - - Merrill - WI - 54452-3169 - 1111 N Sales St - - Merrill - WI - 54452-3169 - Mr. - F51874 - L51874 - - Board President - 51874@hsesinfo.org - Dr. - F51873 - L51873 - - Superintendent - 51873@hsesinfo.org - Ms. - F51876 - L51876 - - 51876@hsesinfo.org - Mrs. - F51872 - L51872 - - 51872@hsesinfo.org - 555-555-1872 x 5555 - - - 10058 - 3692 - 12124 - 012 - 2014 - 2019-07-01 - - HS - Active - Santa Monica-Malibu Unified School District - http://www.smmusd.org - 3692@hsesinfo.org - 2828 4th St - - Santa Monica - CA - 90405-4308 - 2828 4th St - - Santa Monica - CA - 90405-4308 - 2828 4th St - - Santa Monica - CA - 90405-4308 - Dr. - F218799 - L218799 - - President - 218799@hsesinfo.org - Dr. - F218800 - L218800 - - Director - 218800@hsesinfo.org - Mrs. - F218802 - L218802 - - 218802@hsesinfo.org - Dr. - F218798 - L218798 - - 218798@hsesinfo.org - 555-555-8798 x 5555 - - - 10059 - 3698 - 12125 - 013 - 2014 - 2019-07-01 - - HS - Active - Children’s Institute, Inc - childrensinstitute.org - 3698@hsesinfo.org - 7226 S Figueroa St - - Los Angeles - CA - 90003-1721 - 7226 S Figueroa St - - Los Angeles - CA - 90003-1721 - 7226 S Figueroa St - - Los Angeles - CA - 90003-1721 - Mr. - F218806 - L218806 - - - 218806@hsesinfo.org - Ms. - F218807 - L218807 - - - 218807@hsesinfo.org - Mr. - F218809 - L218809 - - 218809@hsesinfo.org - Ms. - F218805 - L218805 - - 218805@hsesinfo.org - 555-555-8805 - - - 4450 - 367 - 8496 - 000 - 1991 - 2013-11-01 - 2019-06-30 - HS - Inactive - Tuskegee City Mayor's Office - www.tmcheadstart.com - 367@hsesinfo.org - 103 W Martin Luther King Highway - - Tuskegee - AL - 36083-2205 - 103 W Martin Luther King Highway - - Tuskegee - AL - 36083-2205 - 103 W Martin Luther King Highway - - Tuskegee - AL - 36083-2205 - Hon. Mayor - F41518 - L41518 - - Board Chairperson - 41518@hsesinfo.org - Mrs. - F41517 - L41517 - - Executive Director - 41517@hsesinfo.org - Mr. - F41520 - L41520 - - 41520@hsesinfo.org - Mrs. - F41516 - L41516 - - 41516@hsesinfo.org - 555-555-1516 - - - 4577 - 4437 - 8514 - 200 - 2013 - 2013-12-23 - 2018-12-31 - EHS - Inactive - UNITED COMMUNITY ACTION NETWORK - http://www.ucancap.org - 4437@hsesinfo.org - 948 SE Roberts Ave - - Roseburg - OR - 97470-4223 - 948 SE Roberts Ave - - Roseburg - OR - 97470-4223 - 280 Kenneth Ford Drive - - Roseburg - OR - 97470 - Mrs. - F43357 - L43357 - - Governing Board Chair - 43357@hsesinfo.org - Mr. - F43358 - L43358 - - - 43358@hsesinfo.org - Ms. - F43360 - L43360 - - 43360@hsesinfo.org - Mrs. - F43356 - L43356 - - 43356@hsesinfo.org - 555-555-3356 - - - 5926 - 5933 - 9621 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - The Leaguers - www.leaguers.org - 5933@hsesinfo.org - 405 University Avenue - - Newark - NJ - 07102-1219 - 405 University Avenue - - Newark - NJ - 07102-1219 - 405 University Avenue - - Newark - NJ - 07102-1219 - Ms. - F106060 - L106060 - - Board Chairperson - 106060@hsesinfo.org - Ms. - F106061 - L106061 - - Executive Director/CEO - 106061@hsesinfo.org - Ms. - F106063 - L106063 - - 106063@hsesinfo.org - Ms. - F106059 - L106059 - - 106059@hsesinfo.org - 555-555-6059 - - - 10585 - 6892 - 12574 - 204 - - 2019-09-01 - - EHS - Active - PACT:Helping Children with Special Needs - http://www.kennedykrieger.org/community/community- - 6892@hsesinfo.org - 1114 N Mount St - - Baltimore - MD - 21217-2216 - 1114 N Mount St - - Baltimore - MD - 21217-2216 - 1114 N Mount St - - Baltimore - MD - 21217-2216 - Ms. - F222433 - L222433 - - Chairperson - 222433@hsesinfo.org - Ms. - F222434 - L222434 - - CEO - 222434@hsesinfo.org - Ms. - F222436 - L222436 - - 222436@hsesinfo.org - Ms. - F222432 - L222432 - - 222432@hsesinfo.org - 555-555-2432 - - - 10586 - 7060 - 12575 - 205 - - 2019-09-01 - - EHS - Active - Dayspring EHS - - 7060@hsesinfo.org - 2803 N Dukeland Street - - Baltimore - MD - 21216 - 2803 N Dukeland Street - - Baltimore - MD - 21216 - 2803 N Dukeland Street - - Baltimore - MD - 21216 - Mr. - F222440 - L222440 - - Board Chair - 222440@hsesinfo.org - Ms. - F222441 - L222441 - - - 222441@hsesinfo.org - Ms. - F222443 - L222443 - - 222443@hsesinfo.org - Ms. - F222439 - L222439 - - 222439@hsesinfo.org - 555-555-2439 - - - 10587 - 8443 - 12576 - 206 - 2017 - 2019-09-01 - - EHS - Active - Maryland Rural Development Corporation - http://www.mrdc.net - 8443@hsesinfo.org - 200 Road B - - Elkton - MD - 21921-6695 - PO Box 4848 - - Annapolis - MD - 21403-6848 - 428 4th St - Ste 6 - Annapolis - MD - 21403-2560 - Mr. - F222447 - L222447 - - Chair Board of Director - 222447@hsesinfo.org - Mr. - F222448 - L222448 - - Executive Director - 222448@hsesinfo.org - Mrs. - F222450 - L222450 - - 222450@hsesinfo.org - Mrs. - F222446 - L222446 - - 222446@hsesinfo.org - 555-555-2446 - - - 10588 - 6076 - 12566 - 200 - - 2019-09-01 - - EHS - Active - Eckerd Youth Alternatives Inc. - http://www.eckerd.org - 6076@hsesinfo.org - 100 North Starcrest Drive - - Clearwater - FL - 33766-3224 - 100 North Starcrest Drive - - Clearwater - FL - 33766-3224 - 100 North Starcrest Drive - - Clearwater - FL - 33766-3224 - Mr. - F222454 - L222454 - - - 222454@hsesinfo.org - Mr. - F222455 - L222455 - - - 222455@hsesinfo.org - - F222457 - L222457 - - 222457@hsesinfo.org - Ms. - F222453 - L222453 - - 222453@hsesinfo.org - 555-555-2453 - - - 9334 - 2908 - 11583 - 000 - 2013 - 2019-02-01 - - HS - Active - Yeshivath Kehilath Yakov, Inc. - - 2908@hsesinfo.org - 638 Bedford Ave - - Brooklyn - NY - 11249-8007 - 638 Bedford Ave - - Brooklyn - NY - 11249-8007 - 638 Bedford Ave - - Brooklyn - NY - 11249-8007 - Mr. - F213875 - L213875 - - Board Chair - 213875@hsesinfo.org - Mr. - F213876 - L213876 - - Director - 213876@hsesinfo.org - Mrs. - F213878 - L213878 - - 213878@hsesinfo.org - Mr. - F213874 - L213874 - - 213874@hsesinfo.org - 555-555-3874 x 5555 - - - 9187 - 457 - 11483 - 200 - 2013 - 2018-11-01 - - EHS - Active - SOUTHERN OREGON CHILD & FAMILY COUNCIL, INC - http://www.socfc.org - 457@hsesinfo.org - 1001 Beall Ln - - Central Point - OR - 97502-2772 - PO Box 3697 - - Central Point - OR - 97502-0031 - 1001 Beall Ln - - Central Point - OR - 97502-2772 - Ms. - F212845 - L212845 - - Board Chair - 212845@hsesinfo.org - Ms. - F212846 - L212846 - - Executive Director - 212846@hsesinfo.org - Mr. - F212848 - L212848 - - 212848@hsesinfo.org - Ms. - F212844 - L212844 - - 212844@hsesinfo.org - 555-555-2844 x 5555 - - - 4553 - 821 - 8412 - 000 - 2013 - 2013-12-23 - 2018-12-31 - HS - Inactive - ADVOCAP, INC. - http://www.advocap.org - 821@hsesinfo.org - 19 W 1st St - - Fond Du Lac - WI - 54935-4122 - PO Box 1108 - - Fond Du Lac - WI - 54936-1108 - 19 W 1st St - - Fond Du Lac - WI - 54935-4122 - Ms. - F43246 - L43246 - - Board Chairperson - 43246@hsesinfo.org - Mr. - F43244 - L43244 - - ADVOCAP Executive Director - 43244@hsesinfo.org - Ms. - F43247 - L43247 - - 43247@hsesinfo.org - Ms. - F43242 - L43242 - - 43242@hsesinfo.org - 555-555-3242 x 5555 - - - 6700 - 6718 - 10242 - 006 - - 2015-03-01 - 2019-02-28 - Migrant HS - Inactive - Santa Cruz County Office of Education - www.santacruz.k12.ca.us - 6718@hsesinfo.org - 400 Encinal Street - - Santa Cruz - CA - 95060 - 400 Encinal Street - - Santa Cruz - CA - 95060 - 400 Encinal Street - - Santa Cruz - CA - 95060 - - F202571 - L202571 - - - 202571@hsesinfo.org - - F202572 - L202572 - - - 202572@hsesinfo.org - - F202574 - L202574 - - 202574@hsesinfo.org - Ms. - F202570 - L202570 - - 202570@hsesinfo.org - 555-555-2570 - - - 9691 - 1972 - 11856 - 000 - 1992 - 2019-06-01 - - HS - Active - Chesterfield County Public Schools - - 1972@hsesinfo.org - 10045 Courthouse Rd - - Chesterfield - VA - 23832-6655 - 10045 Courthouse Rd - - Chesterfield - VA - 23832-6655 - 10045 Courthouse Rd - - Chesterfield - VA - 23832-6655 - Mrs. - F216258 - L216258 - - Chairperson - 216258@hsesinfo.org - Mrs. - F216259 - L216259 - - Director of Equity & Student Support Services - 216259@hsesinfo.org - Mrs. - F216261 - L216261 - - 216261@hsesinfo.org - Mrs. - F216257 - L216257 - - 216257@hsesinfo.org - 555-555-6257 - - - 8010 - 2781 - 10515 - 200 - 2011 - 2016-02-01 - - EHS - Active - THE LEAGUERS, INC. - leaguers.org - 2781@hsesinfo.org - 405-425 University Avenue - - Newark - NJ - 07102 - 405-425 University Avenue - - Newark - NJ - 07102 - 405-425 University Avenue - - Newark - NJ - 07102 - Ms. - F205282 - L205282 - - Board Chairperson - 205282@hsesinfo.org - Ms. - F205283 - L205283 - - CEO/Executive Director - 205283@hsesinfo.org - Ms. - F205285 - L205285 - - 205285@hsesinfo.org - Ms. - F205281 - L205281 - - 205281@hsesinfo.org - 555-555-5281 - - - 8588 - 3001 - 10987 - 000 - 2012 - 2017-05-01 - - HS - Active - PATHWAYS FOR CHILDREN, INC. - PW4C.ORG - 3001@hsesinfo.org - 29 Emerson Ave - - Gloucester - MA - 01930 - 29 Emerson Ave - - Gloucester - MA - 01930 - 29 Emerson Ave - - Gloucester - MA - 01930 - Mr. - F208832 - L208832 - - Chairperson of the Board - 208832@hsesinfo.org - Ms. - F208833 - L208833 - - President & CEO - 208833@hsesinfo.org - Ms. - F208835 - L208835 - - 208835@hsesinfo.org - Ms. - F208831 - L208831 - - 208831@hsesinfo.org - 555-555-8831 - - - 5868 - 5875 - 7835 - 201 - - 2014-09-01 - - EHS - Active - The Guidance Center - http://www.guidance-center.org - 5875@hsesinfo.org - 11250 Reeck Rd - - Southgate - MI - 48195 - 11250 Reeck Rd - - Southgate - MI - 48195 - 11250 Reeck Rd - - Southgate - MI - 48195 - Mr. - F104750 - L104750 - - - 104750@hsesinfo.org - Mr. - F104751 - L104751 - - - 104751@hsesinfo.org - Ms. - F104753 - L104753 - - 104753@hsesinfo.org - Ms. - F104749 - L104749 - - 104749@hsesinfo.org - 555-555-4749 x - - - 4701 - 3916 - 8683 - 029 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Kingsbridge Heights Head Start - http://www.khcc-nyc.org/ - 3916@hsesinfo.org - 3101 Kingsbridge Ter - - Bronx - NY - 10463-5900 - 3101 Kingsbridge Ter - - Bronx - NY - 10463-5900 - 3101 Kingsbridge Ter - - Bronx - NY - 10463-5900 - Mrs. - F45655 - L45655 - - Chairperson, Board of Directors - 45655@hsesinfo.org - Ms. - F45654 - L45654 - - - 45654@hsesinfo.org - Ms. - F45657 - L45657 - - 45657@hsesinfo.org - Ms. - F45653 - L45653 - - 45653@hsesinfo.org - 555-555-5653 x 5555 - - - 4733 - 3974 - 8715 - 061 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Labor Bathgate Community Child Care Board - - 3974@hsesinfo.org - 1638 Anthony Avenue - - Bronx - NY - 10457-8044 - 1638 Anthony Avenue - - Bronx - NY - 10457-8044 - 1638 Anthony Avenue - - Bronx - NY - 10457-8044 - Mrs. - F45881 - L45881 - - Board Chairperson - 45881@hsesinfo.org - Ms. - F45879 - L45879 - - Director - 45879@hsesinfo.org - Ms. - F45878 - L45878 - - 45878@hsesinfo.org - Ms. - F45877 - L45877 - - 45877@hsesinfo.org - 555-555-5877 - - - 10463 - 1304 - 12452 - 200 - 2014 - 2019-09-01 - - EHS - Active - Stanislaus County Office of Education - https://stancoe.org/division/child-family-services - 1304@hsesinfo.org - 1100 H Street - - Modesto - CA - 95354 - 1100 H Street - - Modesto - CA - 95354 - 1100 H Street - - Modesto - CA - 95354 - Mr. - F221580 - L221580 - - Superintendent - 221580@hsesinfo.org - Mr. - F221581 - L221581 - - Executive Director - 221581@hsesinfo.org - Ms. - F221583 - L221583 - - 221583@hsesinfo.org - Ms. - F221579 - L221579 - - 221579@hsesinfo.org - 555-555-1579 - - - 10464 - 3795 - 12455 - 202 - 2014 - 2019-09-01 - - EHS - Active - Salida Union School District - http://www.salida.k12.ca.us - 3795@hsesinfo.org - 4801 Sisk Road - - Salida - CA - 95368-9445 - 4801 Sisk Road - - Salida - CA - 95368-9445 - 4801 Sisk Road - - Salida - CA - 95368-9445 - Ms. - F221587 - L221587 - - Superintendent - 221587@hsesinfo.org - Ms. - F221588 - L221588 - - - 221588@hsesinfo.org - Ms. - F221590 - L221590 - - 221590@hsesinfo.org - Ms. - F221586 - L221586 - - 221586@hsesinfo.org - 555-555-1586 - - - 10465 - 3798 - 12457 - 204 - 2014 - 2019-09-01 - - EHS - Active - Empire Union School District - http://empire.k12.ca.us - 3798@hsesinfo.org - 116 North McClure Road - - Modesto - CA - 95357-1329 - 116 North McClure Road - - Modesto - CA - 95357-1329 - 116 North McClure Road - - Modesto - CA - 95357-1329 - Ms. - F221594 - L221594 - - - 221594@hsesinfo.org - Ms. - F221595 - L221595 - - - 221595@hsesinfo.org - Ms. - F221597 - L221597 - - 221597@hsesinfo.org - Ms. - F221593 - L221593 - - 221593@hsesinfo.org - 555-555-1593 - - - 9517 - 8797 - 11736 - 200 - 2019 - 2019-03-01 - - EHS - Active - Connecticut Institute for Communities, Inc. - - 8797@hsesinfo.org - 120 Main St Fl 4 - - Danbury - CT - 06810-7834 - 120 Main St Fl 4 - - Danbury - CT - 06810-7834 - 120 Main St Fl 4 - - Danbury - CT - 06810-7834 - Dr. - F215116 - L215116 - Ph.D - Board Chair - 215116@hsesinfo.org - Mr. - F215117 - L215117 - Esq. - President/Chief Executive Officer - 215117@hsesinfo.org - Ms. - F215119 - L215119 - - 215119@hsesinfo.org - Ms. - F215115 - L215115 - - 215115@hsesinfo.org - 555-555-5115 x 5555 - - - 9520 - 8800 - 11733 - 200 - 2019 - 2019-03-01 - - EHS - Active - The Children's Home Society of New Jersey - - 8800@hsesinfo.org - 635 South Clinton Ave - - Trenton - NJ - 08611 - 635 South Clinton Ave - - Trenton - NJ - 08611 - 635 South Clinton Ave - - Trenton - NJ - 08611 - Mr. - F215137 - L215137 - - Board President - 215137@hsesinfo.org - Ms. - F215138 - L215138 - - - 215138@hsesinfo.org - Mr. - F215140 - L215140 - - 215140@hsesinfo.org - Mr. - F215136 - L215136 - - 215136@hsesinfo.org - 555-555-5136 x 5555 - - - 9129 - 1601 - 11440 - 200 - 2013 - 2018-09-30 - - EHS - Active - UNIVERSITY OF PITTSBURGH, OFFICE OF CHILD DEVELOPMENT - www.education.pitt.edu/ocd - 1601@hsesinfo.org - 400 N Lexington St - University of Pittsburgh Office of Child Development LL104 - Pittsburgh - PA - 15208-2561 - 400 N Lexington St - University of Pittsburgh Office of Child Development LL104 - Pittsburgh - PA - 15208-2561 - 400 N Lexington St - University of Pittsburgh Office of Child Development LL104 - Pittsburgh - PA - 15208-2561 - Mr. - F212493 - L212493 - - Associate Director, Office of Research - 212493@hsesinfo.org - Dr. - F212494 - L212494 - Ph.D - Director, Office of Child Development - 212494@hsesinfo.org - Ms. - F212496 - L212496 - - 212496@hsesinfo.org - Mr. - F212492 - L212492 - - 212492@hsesinfo.org - 555-555-2492 - - - 9519 - 8799 - 11732 - 200 - 2019 - 2019-03-01 - - EHS - Active - Catholic Charities Neighborhood Services, Inc. - - 8799@hsesinfo.org - 191 Joralemon St - 2nd Floor Early Childhood Services - Brooklyn - NY - 11201-4306 - 191 Joralemon St - 2nd Floor Early Childhood Services - Brooklyn - NY - 11201-4306 - 191 Joralemon St - 2nd Floor Early Childhood Services - Brooklyn - NY - 11201-4306 - Ms. - F215130 - L215130 - - President - 215130@hsesinfo.org - Msgr. - F215131 - L215131 - - CCNS Chief Executive Officer - 215131@hsesinfo.org - Mr. - F215133 - L215133 - - 215133@hsesinfo.org - Mrs. - F215129 - L215129 - - 215129@hsesinfo.org - 555-555-5129 - - - 9522 - 8802 - 11738 - 200 - 2019 - 2019-03-01 - - EHS - Active - Child Care Associates - - 8802@hsesinfo.org - 3000 E Belknap St - - Fort Worth - TX - 76111-4142 - 3000 E Belknap St - - Fort Worth - TX - 76111-4142 - 3000 E Belknap St - - Fort Worth - TX - 76111-4142 - Ms. - F215151 - L215151 - - Board Chairman - 215151@hsesinfo.org - Ms. - F215152 - L215152 - - President/CEO - 215152@hsesinfo.org - Mr. - F215154 - L215154 - - 215154@hsesinfo.org - Ms. - F215150 - L215150 - - 215150@hsesinfo.org - 555-555-5150 x 5555 - - - 9521 - 8801 - 11737 - 200 - 2019 - 2019-03-01 - - EHS - Active - Tulsa Educare - - 8801@hsesinfo.org - 2511 E 5th Pl - - Tulsa - OK - 74104-2804 - 2190 S 67th East Ave - - Tulsa - OK - 74129-2008 - 2190 S 67th East Ave - - Tulsa - OK - 74129-2008 - Ms. - F215144 - L215144 - - Senior Program Officer; George Kaiser Family Foundation - 215144@hsesinfo.org - Ms. - F215145 - L215145 - - - 215145@hsesinfo.org - Ms. - F215147 - L215147 - - 215147@hsesinfo.org - Ms. - F215143 - L215143 - - 215143@hsesinfo.org - 555-555-5143 - - - 9523 - 8803 - 11735 - 200 - 2019 - 2019-03-01 - - EHS - Active - Community Services Agency - - 8803@hsesinfo.org - 1090 E. 8th Street - - Reno - NV - 89512 - P.O. Box 10167 - - Reno - NV - 89510-0167 - 1090 E. 8th Street - - Reno - NV - 89512 - Mr. - F215158 - L215158 - - Board Chair - 215158@hsesinfo.org - Ms. - F215159 - L215159 - - CEO - 215159@hsesinfo.org - Ms. - F215161 - L215161 - - 215161@hsesinfo.org - Ms. - F215157 - L215157 - - 215157@hsesinfo.org - 555-555-5157 x 5555 - - - 3062 - 3325 - 6706 - 000 - 2013 - 2013-07-02 - 2018-06-30 - HS - Inactive - Baldwin Park Unified School District - www.bpusd.net/ece - 3325@hsesinfo.org - 3699 North Holly Avenue - - Baldwin Park - CA - 91706-5327 - 3699 North Holly Avenue - - Baldwin Park - CA - 91706-5327 - 13307 Francisquito Ave - - Baldwin Park - CA - 91706-4829 - Mrs. - F39773 - L39773 - - Board Chairperson - 39773@hsesinfo.org - Dr. - F39771 - L39771 - - Superintendent - 39771@hsesinfo.org - Mrs. - F39770 - L39770 - - 39770@hsesinfo.org - Mr. - F36371 - L36371 - - 36371@hsesinfo.org - 555-555-6371 - - - 10060 - 5572 - 12126 - 014 - 2014 - 2019-07-01 - - HS - Active - Para Los Ninos - http://www.paralosninos.org - 5572@hsesinfo.org - 5000 Hollywood Blvd - - Los Angeles - CA - 90027-6104 - 5000 Hollywood Blvd - - Los Angeles - CA - 90027-6104 - 5000 Hollywood Blvd - - Los Angeles - CA - 90027-6104 - Atty. - F218813 - L218813 - - Board Member - 218813@hsesinfo.org - Dr. - F218814 - L218814 - - CEO - 218814@hsesinfo.org - Ms. - F218816 - L218816 - - 218816@hsesinfo.org - Dr. - F218812 - L218812 - - 218812@hsesinfo.org - 555-555-8812 x 5555 - - - 8557 - 8437 - 10963 - 200 - 2017 - 2017-03-01 - - EHS - Active - NORTH CENTRAL ARKANSAS DEVELOPMENT COUNCIL, INC. - http://nadcinc.org - 8437@hsesinfo.org - 550 S 9th St - - Batesville - AR - 72501-5734 - PO Box 3349 - - Batesville - AR - 72503-3349 - 550 S 9th St - - Batesville - AR - 72501-5734 - Mr. - F208627 - L208627 - - Chairman of the Board - 208627@hsesinfo.org - Mr. - F208628 - L208628 - - Executive Director - 208628@hsesinfo.org - Ms. - F208630 - L208630 - - 208630@hsesinfo.org - Ms. - F208626 - L208626 - - 208626@hsesinfo.org - 555-555-8626 x 5555 - - - 4837 - 1411 - 8741 - 000 - 2014 - 2014-05-01 - 2019-04-30 - HS - Inactive - Blue Valley Community Action, Inc - http://www.bvca.net - 1411@hsesinfo.org - 620 5th St - - Fairbury - NE - 68352-2624 - 620 5th St - - Fairbury - NE - 68352-2624 - 620 5th St - - Fairbury - NE - 68352-2624 - Mr. - F47253 - L47253 - - Board President - 47253@hsesinfo.org - Ms. - F47250 - L47250 - - CEO - 47250@hsesinfo.org - Mr. - F47249 - L47249 - - 47249@hsesinfo.org - Mrs. - F47248 - L47248 - - 47248@hsesinfo.org - 555-555-7248 - - - 10061 - 5573 - 12127 - 015 - 2014 - 2019-07-01 - - HS - Active - St. Anne's - http://www.stannes.org - 5573@hsesinfo.org - 155 N. Occidental Blvd. - - Los Angeles - CA - 90026 - 155 N. Occidental Blvd. - - Los Angeles - CA - 90026 - 155 N. Occidental Blvd. - - Los Angeles - CA - 90026 - Mr. - F218820 - L218820 - - Chair, Board of Directors - 218820@hsesinfo.org - Ms. - F218821 - L218821 - - President and Chief Executive Officer - 218821@hsesinfo.org - Ms. - F218823 - L218823 - - 218823@hsesinfo.org - Ms. - F218819 - L218819 - - 218819@hsesinfo.org - 555-555-8819 x 5555 - - - 10062 - 1085 - 12112 - 200 - 2014 - 2019-07-01 - - EHS - Active - Los Angeles County Office of Education - www.prekkid.org - 1085@hsesinfo.org - 10100 Pioneer Blvd - Ste 325 - Santa Fe Springs - CA - 90670-7303 - 10100 Pioneer Blvd - Ste 325 - Santa Fe Springs - CA - 90670-7303 - 10100 Pioneer Blvd - Ste 325 - Santa Fe Springs - CA - 90670-7303 - Dr. - F218827 - L218827 - Ed.D - Superintendent - 218827@hsesinfo.org - Dr. - F218828 - L218828 - Ed.D - Superintendent - 218828@hsesinfo.org - Ms. - F218830 - L218830 - - 218830@hsesinfo.org - Ms. - F218826 - L218826 - - 218826@hsesinfo.org - 555-555-8826 - - - 8831 - 2924 - 11202 - 200 - 2013 - 2018-06-01 - 2021-05-31 - EHS - Inactive - Children's Institute, Inc. - www.childrensinstitute.org - 2924@hsesinfo.org - 529 N Avalon Blvd - - Wilmington - CA - 90744-5847 - 2121 W Temple St - - Los Angeles - CA - 90026-4915 - 445 N Avalon Blvd - - Wilmington - CA - 90744-5803 - Mr. - F210335 - L210335 - - Chairman of the Board - 210335@hsesinfo.org - Ms. - F210336 - L210336 - - - 210336@hsesinfo.org - Mrs. - F210338 - L210338 - - 210338@hsesinfo.org - Ms. - F210334 - L210334 - - 210334@hsesinfo.org - 555-555-0334 - - - 7038 - 668 - 10480 - 200 - 2001 - 2016-01-01 - - EHS - Active - NW Michigan Community Action Agency - http://www.nmcaa.net - 668@hsesinfo.org - 3963 3 Mile Rd N - - Traverse City - MI - 49686-9164 - 3963 3 Mile Rd N - - Traverse City - MI - 49686-9164 - 3963 3 Mile Rd N - - Traverse City - MI - 49686-9164 - Mrs. - F204932 - L204932 - - Board Chairperson - 204932@hsesinfo.org - Ms. - F204933 - L204933 - - Executive Director - 204933@hsesinfo.org - Ms. - F204935 - L204935 - - 204935@hsesinfo.org - Ms. - F204931 - L204931 - - 204931@hsesinfo.org - 555-555-4931 - - - 9526 - 8806 - 11731 - 200 - 2019 - 2019-03-01 - - EHS - Active - Institute for Human and Social Development, Inc. - - 8806@hsesinfo.org - 155 Bovet Rd - Ste 300 - San Mateo - CA - 94402-3142 - 155 Bovet Rd - Ste 300 - San Mateo - CA - 94402-3142 - 155 Bovet Rd - Ste 300 - San Mateo - CA - 94402-3142 - Mr. - F215179 - L215179 - - - 215179@hsesinfo.org - Mrs. - F215180 - L215180 - - - 215180@hsesinfo.org - Ms. - F215182 - L215182 - - 215182@hsesinfo.org - Mrs. - F215178 - L215178 - - 215178@hsesinfo.org - 555-555-5178 - - - 9004 - 8696 - 11329 - 000 - 2018 - 2018-08-01 - - HS - Active - The Reginald S. Lourie Center for Infants and Young Children - https://www.adventisthealthcare.com/LC/programs/early-head-start/ - 8696@hsesinfo.org - 12301 Academy Way - - Rockville - MD - 20852-2000 - 12301 Academy Way - - Rockville - MD - 20852-2000 - 12301 Academy Way - - Rockville - MD - 20852-2000 - Mr. - F211586 - L211586 - - - 211586@hsesinfo.org - Dr. - F211584 - L211584 - - - 211584@hsesinfo.org - - F211587 - L211587 - - 211587@hsesinfo.org - Ms. - F211583 - L211583 - - 211583@hsesinfo.org - 555-555-1583 - - - 9524 - 8804 - 11740 - 200 - 2019 - 2019-03-01 - - EHS - Active - Dignity Health - - 8804@hsesinfo.org - 1401 S Grand Ave - California Hospital Medical Center - Los Angeles - CA - 90015-3010 - California Hospital Medical Center - 1401 South Grand Avenue - Los Angeles - CA - 90015-3010 - 1401 S Grand Ave - California Hospital Medical Center - Los Angeles - CA - 90015-3010 - Ms. - F215165 - L215165 - - Chair, HSFC-EHS Governance Committee of CHMC Community Board - 215165@hsesinfo.org - Ms. - F215166 - L215166 - - President - 215166@hsesinfo.org - Ms. - F215168 - L215168 - - 215168@hsesinfo.org - Ms. - F215164 - L215164 - - 215164@hsesinfo.org - 555-555-5164 - - - 4441 - 335 - 8468 - 200 - 2013 - 2013-11-01 - 2018-10-31 - EHS - Inactive - HOLYOKE CHICOPEE SPRINGFIELD HEAD START, INC. - www.hcsheadstart.org - 335@hsesinfo.org - 30 Madison Avenue - - Springfield - MA - 01105-1404 - 30 Madison Avenue - - Springfield - MA - 01105-1404 - 30 Madison Avenue - - Springfield - MA - 01105-1404 - Ms. - F41484 - L41484 - - Board Chair - 41484@hsesinfo.org - Ms. - F41482 - L41482 - - - 41482@hsesinfo.org - Ms. - F41483 - L41483 - - 41483@hsesinfo.org - Ms. - F41481 - L41481 - - 41481@hsesinfo.org - 555-555-1481 - - - 9527 - 8807 - 11734 - 200 - 2019 - 2019-03-01 - - EHS - Active - Children's Home Society of Washington - - 8807@hsesinfo.org - 12360 Lake City Way NE - Ste 450 - Seattle - WA - 98125-5452 - PO Box 15190 - - Seattle - WA - 98115-0190 - 12360 Lake City Way NE - Ste 450 - Seattle - WA - 98125-5452 - Mr. - F215186 - L215186 - - Chair, Board of Trustees - 215186@hsesinfo.org - Mr. - F215187 - L215187 - - President/CEO - 215187@hsesinfo.org - Ms. - F215189 - L215189 - - 215189@hsesinfo.org - Ms. - F215185 - L215185 - - 215185@hsesinfo.org - 555-555-5185 - - - 10590 - 6081 - 12565 - 200 - - 2019-09-01 - - EHS - Active - Bolivar County Commuity Action Agency, Inc. - http://www.bccaainc.org - 6081@hsesinfo.org - 810 E. Sunflower Road, Suite 120 - - Cleveland - MS - 38732 - 810 E. Sunflower Road, Suite 120 - - Cleveland - MS - 38732 - 810 E. Sunflower Road, Suite 120 - - Cleveland - MS - 38732 - Dr. - F222468 - L222468 - - - 222468@hsesinfo.org - Mrs. - F222469 - L222469 - - - 222469@hsesinfo.org - Dr. - F222471 - L222471 - - 222471@hsesinfo.org - Mrs. - F222467 - L222467 - - 222467@hsesinfo.org - 555-555-2467 - - - 10591 - 6090 - 12568 - 200 - - 2019-09-01 - - EHS - Active - Porter-Leath-Early Head Start - http://www.porter-leath.org - 6090@hsesinfo.org - 868 N Manassas St - - Memphis - TN - 38107-2516 - 868 N Manassas St - - Memphis - TN - 38107-2516 - 868 N Manassas St - - Memphis - TN - 38107-2516 - Mr. - F222475 - L222475 - - Board Chair - 222475@hsesinfo.org - Mr. - F222476 - L222476 - - President - 222476@hsesinfo.org - Mrs. - F222478 - L222478 - - 222478@hsesinfo.org - Mrs. - F222474 - L222474 - - 222474@hsesinfo.org - 555-555-2474 x 5555 - - - 5077 - 5083 - 9011 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Chapel Hill Training Outreach Project, Inc. - http://www.chtop.org/Programs/Durham-Head-Start - 5083@hsesinfo.org - 800 Eastowne Drive - Suite 105 - Chapel Hill - NC - 27514-2215 - 800 Eastowne Drive - Suite 105 - Chapel Hill - NC - 27514-2215 - 800 Eastowne Drive - Suite 105 - Chapel Hill - NC - 27514-2215 - Dr. - F50116 - L50116 - - CHTOP Board Chairperson - 50116@hsesinfo.org - Mr. - F50117 - L50117 - - Executive Director - 50117@hsesinfo.org - Mr. - F50119 - L50119 - - 50119@hsesinfo.org - Mr. - F50115 - L50115 - - 50115@hsesinfo.org - 555-555-0115 x 5555 - - - 9221 - 2432 - 11504 - 200 - 2013 - 2018-12-01 - - EHS - Active - Sunrise Children`s Foundation - www.sunrisechildren.org - 2432@hsesinfo.org - 2795 E Desert Inn Rd - Ste 200 - Las Vegas - NV - 89121-3635 - 2795 E Desert Inn Rd - Ste 200 - Las Vegas - NV - 89121-3635 - 2795 E Desert Inn Rd - Ste 200 - Las Vegas - NV - 89121-3635 - Ms. - F213087 - L213087 - Ph.D - Chair, SCF Board of Directors - 213087@hsesinfo.org - Mr. - F213088 - L213088 - - Executive Director - 213088@hsesinfo.org - Mr. - F213090 - L213090 - - 213090@hsesinfo.org - Ms. - F213086 - L213086 - - 213086@hsesinfo.org - 555-555-3086 x 5555 - - - 10346 - 263 - 12374 - 000 - 2014 - 2019-08-01 - - HS - Active - Glen Cove Child Day Care Center, Inc. - PO Box 191 - 263@hsesinfo.org - 1 Arterial Highway - - Glen Cove - NY - 11542 - PO Box 191 - - Glen Cove - NY - 11542-0191 - 1 Arterial Highway - - Glen Cove - NY - 11542 - Ms. - F220763 - L220763 - - - 220763@hsesinfo.org - Mrs. - F220764 - L220764 - - - 220764@hsesinfo.org - Ms. - F220766 - L220766 - - 220766@hsesinfo.org - Mrs. - F220762 - L220762 - - 220762@hsesinfo.org - 555-555-0762 - - - 10353 - 2090 - 12380 - 000 - 2014 - 2019-08-01 - - HS - Active - Blue Grass Community Action Partnership, Inc. - www.bluegrasscommunityaction.org - 2090@hsesinfo.org - 111 Professional Court - - Frankfort - KY - 40601 - 111 Professional Court - - Frankfort - KY - 40601 - 111 Professional Court - - Frankfort - KY - 40601 - Ms. - F220812 - L220812 - - Chair of the Area Board of Directors - 220812@hsesinfo.org - Mr. - F220813 - L220813 - - - 220813@hsesinfo.org - Ms. - F220815 - L220815 - - 220815@hsesinfo.org - Ms. - F220811 - L220811 - - 220811@hsesinfo.org - 555-555-0811 x 5555 - - - 3224 - 2644 - 6831 - 200 - 2013 - 2013-07-11 - 2019-01-31 - EHS - Inactive - Clackamas County Children's Commission - www.cccchs.org - 2644@hsesinfo.org - 16518 SE River Road - - Milwaukie - OR - 97267 - 16518 SE River Road - - Milwaukie - OR - 97267 - 16518 SE River Road - - Milwaukie - OR - 97267 - Mr. - F38276 - L38276 - - Board Chairperson - 38276@hsesinfo.org - Ms. - F38274 - L38274 - - Executive Director - 38274@hsesinfo.org - Mr. - F38273 - L38273 - - 38273@hsesinfo.org - Ms. - F38272 - L38272 - - 38272@hsesinfo.org - 555-555-8272 - - - 1869 - 900 - 5347 - 000 - 1993 - 1993-12-31 - - HS - Active - District School Board of Taylor County - http://www.taylor@k12.fl.us - 900@hsesinfo.org - 318 North Clark Street - - Perry - FL - 32347 - 520 East Lafayette Street - - Perry - FL - 32347 - 318 North Clark Street - - Perry - FL - 32347 - Mrs. - F16960 - L16960 - - Board Chairperson - 16960@hsesinfo.org - Ms. - F16963 - L16963 - - - 16963@hsesinfo.org - Ms. - F16961 - L16961 - - 16961@hsesinfo.org - Mr. - F3618 - L3618 - - 3618@hsesinfo.org - 555-555-3618 - - - 4245 - 1053 - 2889 - 000 - 2013 - 2013-08-01 - 2018-11-30 - HS - Inactive - Southeastern North Dakota Community Action Agency - www.sendcaa.org - 1053@hsesinfo.org - 3233 South University Drive - - Fargo - ND - 58104-6221 - 3233 South University Drive - - Fargo - ND - 58104-6221 - 3233 South University Drive - - Fargo - ND - 58104-6221 - Mr. - F38074 - L38074 - - SENDCAA Board Chairperson - 38074@hsesinfo.org - Mr. - F38072 - L38072 - - - 38072@hsesinfo.org - Ms. - F38071 - L38071 - - 38071@hsesinfo.org - Ms. - F38070 - L38070 - - 38070@hsesinfo.org - 555-555-8070 - - - 9952 - 2058 - 12035 - 000 - 2014 - 2019-07-01 - - HS - Active - POCATELLO SCHOOL DISTRICT #25 - - 2058@hsesinfo.org - 330 Oakwood Dr - - Pocatello - ID - 83204-3911 - 330 Oakwood Dr - - Pocatello - ID - 83204-3911 - 3115 Pole Line Rd - - Pocatello - ID - 83201-6119 - Mr. - F218057 - L218057 - - Board Chair - 218057@hsesinfo.org - Ms. - F218058 - L218058 - - Director Elementary Education - 218058@hsesinfo.org - Mr. - F218060 - L218060 - - 218060@hsesinfo.org - Ms. - F218056 - L218056 - - 218056@hsesinfo.org - 555-555-8056 - - - 10064 - 3661 - 12114 - 202 - 2014 - 2019-07-01 - - EHS - Active - Plaza de la Raza Child Development Services, Inc. - www.plazadelaraza.net - 3661@hsesinfo.org - 13300 Crossroads Pkwy N - Ste 440 - City Of Industry - CA - 91746-3440 - 13300 Crossroads Pkwy N - Ste 440 - City Of Industry - CA - 91746-3440 - 13300 Crossroads Pkwy N - Ste 440 - City Of Industry - CA - 91746-3440 - Ms. - F218841 - L218841 - - Board Chair - 218841@hsesinfo.org - Ms. - F218842 - L218842 - - Executive Director - 218842@hsesinfo.org - Ms. - F218844 - L218844 - - 218844@hsesinfo.org - Ms. - F218840 - L218840 - - 218840@hsesinfo.org - 555-555-8840 - - - 10065 - 3663 - 12115 - 203 - 2014 - 2019-07-01 - - EHS - Active - Pacific Asian Consortium in Employment - www.pacela.com - 3663@hsesinfo.org - 1055 Wilshire Blvd - Ste 1701 - Los Angeles - CA - 90017-5600 - 1055 Wilshire Blvd - Ste 1701 - Los Angeles - CA - 90017-5600 - 1055 Wilshire Blvd - Ste 1701 - Los Angeles - CA - 90017-5600 - Mr. - F218848 - L218848 - - Chair - 218848@hsesinfo.org - Mr. - F218849 - L218849 - - CEO - 218849@hsesinfo.org - Ms. - F218851 - L218851 - - 218851@hsesinfo.org - Ms. - F218847 - L218847 - - 218847@hsesinfo.org - 555-555-8847 - - - 8901 - 2296 - 11260 - 000 - 2013 - 2018-07-01 - - HS - Active - York County Board of Supervisors - http://www.yorkcounty.gov/comser/childsvc/kids.htm - 2296@hsesinfo.org - 224 Ballard St - - Yorktown - VA - 23690-4046 - 224 Ballard Street - P.O. Box 532 - Yorktown - VA - 23690-0532 - Griffin-Yeates Center - 1490 Government Road, Suite 5 - Williamsburg - VA - 23185 - Mr. - F210828 - L210828 - - Authorizing Official - 210828@hsesinfo.org - Mr. - F210829 - L210829 - - County Administrator - 210829@hsesinfo.org - Ms. - F210831 - L210831 - - 210831@hsesinfo.org - Mrs. - F210827 - L210827 - - 210827@hsesinfo.org - 555-555-0827 - - - 8898 - 1558 - 11266 - 200 - 2013 - 2018-07-01 - - EHS - Active - Family Services Agency, Inc. - http://www.fs-inc.org - 1558@hsesinfo.org - 640 E. Diamond Ave. - Suite A - Gaithersburg - MD - 20877 - 610 East Diamond Ave. - Suite 100 - Gaithersburg - MD - 20877-5321 - 610 East Diamond Ave. - Suite 100 - Gaithersburg - MD - 20877-5321 - Mr. - F210807 - L210807 - - President, Board of Directors - 210807@hsesinfo.org - Ms. - F210808 - L210808 - - - 210808@hsesinfo.org - Mrs. - F210810 - L210810 - - 210810@hsesinfo.org - Mr. - F210806 - L210806 - - 210806@hsesinfo.org - 555-555-0806 - - - 8939 - 4194 - 11288 - 001 - 2013 - 2018-07-01 - - HS - Active - Farrell Area School District - http://www.mchs-ehs.org - 4194@hsesinfo.org - 1901 Memorial Drive - - Farrell - PA - 16121-1507 - 1901 Memorial Drive - - Farrell - PA - 16121-1507 - 1600 Roemer - - Farrell - PA - 16121 - Mr. - F211079 - L211079 - - Elected Public Official - 211079@hsesinfo.org - Rev. - F211080 - L211080 - - - 211080@hsesinfo.org - Ms. - F211082 - L211082 - - 211082@hsesinfo.org - Ms. - F211078 - L211078 - - 211078@hsesinfo.org - 555-555-1078 x 5555 - - - 7055 - 3255 - 10489 - 200 - 2012 - 2016-01-01 - - AIAN EHS - Active - The Tulalip Tribes - 7607 Totem Beach Road - 3255@hsesinfo.org - 7607 Totem Beach Rd - - Tulalip - WA - 98271-6105 - 7607 Totem Beach Rd - - Tulalip - WA - 98271-6105 - 7607 Totem Beach Rd - - Tulalip - WA - 98271-6105 - Mrs. - F205052 - L205052 - - Chairwoman of the Board of Directors - 205052@hsesinfo.org - Ms. - F205053 - L205053 - - Managing Director of Community Enrichment - 205053@hsesinfo.org - Mr. - F205055 - L205055 - - 205055@hsesinfo.org - Mrs. - F205051 - L205051 - - 205051@hsesinfo.org - 555-555-5051 - - - 8314 - 1346 - 10681 - 000 - 1992 - 2016-07-01 - - HS - Active - Vernon Parish School Board Head Start - www.vpsb.us - 1346@hsesinfo.org - 1409 S 4th St - - Leesville - LA - 71446-4940 - 201 Belview Rd - Head Start Program - Leesville - LA - 71446-2904 - 1409 S 4th St - - Leesville - LA - 71446-4940 - Mr. - F207338 - L207338 - - President of the Board (as of January 2019) - 207338@hsesinfo.org - Mr. - F207339 - L207339 - - Superintendent - 207339@hsesinfo.org - Ms. - F207341 - L207341 - - 207341@hsesinfo.org - Mr. - F207337 - L207337 - - 207337@hsesinfo.org - 555-555-7337 - - - 8921 - 212 - 11277 - 000 - 2013 - 2018-07-01 - - HS - Active - The Opportunity Alliance - http://www.opportunityalliance.org - 212@hsesinfo.org - 50 Lydia Ln - - South Portland - ME - 04106-2156 - 50 Lydia Ln - - South Portland - ME - 04106-2156 - 50 Lydia Ln - - South Portland - ME - 04106-2156 - Mrs. - F210968 - L210968 - - Chairperson - 210968@hsesinfo.org - Mr. - F210969 - L210969 - - CEO/President - 210969@hsesinfo.org - Mrs. - F210971 - L210971 - - 210971@hsesinfo.org - Mrs. - F210967 - L210967 - - 210967@hsesinfo.org - 555-555-0967 - - - 6612 - 1885 - 10154 - 000 - 1998 - 2015-07-01 - 2020-06-30 - HS - Inactive - AVANCE - Houston, Inc. - www.avancehouston.org - 1885@hsesinfo.org - 4281 Dacoma St - - Houston - TX - 77092-8607 - 4281 Dacoma St - - Houston - TX - 77092-8607 - 4281 Dacoma St - - Houston - TX - 77092-8607 - Mr. - F201954 - L201954 - - Board Chairperson - 201954@hsesinfo.org - Ms. - F201955 - L201955 - - Executive Director - 201955@hsesinfo.org - Mr. - F201957 - L201957 - - 201957@hsesinfo.org - Mrs. - F201953 - L201953 - Ed.D - 201953@hsesinfo.org - 555-555-1953 x 5555 - - - 6600 - 1584 - 10085 - 200 - 2003 - 2015-07-01 - 2020-06-30 - EHS - Inactive - Child Care Associates - http://www.childcareassociates.org - 1584@hsesinfo.org - 3000 E Belknap St - - Fort Worth - TX - 76111-4142 - 3000 E Belknap St - - Fort Worth - TX - 76111-4142 - 3000 E Belknap St - - Fort Worth - TX - 76111-4142 - Ms. - F201870 - L201870 - - Board Chairman - 201870@hsesinfo.org - Ms. - F201871 - L201871 - - President/CEO - 201871@hsesinfo.org - Mr. - F201873 - L201873 - - 201873@hsesinfo.org - Ms. - F201869 - L201869 - - 201869@hsesinfo.org - 555-555-1869 x 5555 - - - 9529 - 8809 - 11730 - 200 - 2019 - 2019-03-01 - - EHS - Active - CCS Early Learning - - 8809@hsesinfo.org - 2060 E Industrial Dr - - Wasilla - AK - 99654-8201 - 2060 E Industrial Dr - - Wasilla - AK - 99654-8201 - 2060 E Industrial Dr - - Wasilla - AK - 99654-8201 - Mrs. - F215200 - L215200 - - Board President - 215200@hsesinfo.org - Mr. - F215201 - L215201 - - Executive Director - 215201@hsesinfo.org - Ms. - F215203 - L215203 - - 215203@hsesinfo.org - Mr. - F215199 - L215199 - - 215199@hsesinfo.org - 555-555-5199 - - - 9528 - 8808 - 11741 - 200 - 2019 - 2019-03-01 - - EHS - Active - Mid-Willamette Valley Community Action Agency, Inc. - - 8808@hsesinfo.org - 2475 Center Street NE - - Salem - OR - 97301-4520 - 2475 Center St NE - - Salem - OR - 97301-4520 - 2475 Center Street NE - - Salem - OR - 97301-4520 - Mr. - F215193 - L215193 - - Board Chair - 215193@hsesinfo.org - Mr. - F215194 - L215194 - - Executive Director - 215194@hsesinfo.org - Ms. - F215196 - L215196 - - 215196@hsesinfo.org - Ms. - F215192 - L215192 - - 215192@hsesinfo.org - 555-555-5192 x 5555 - - - 6038 - 6045 - 9725 - 200 - - 2015-03-01 - 2019-08-31 - EHS - Inactive - Head Start of Greater Dallas, Inc. - http://www.hsgd.org - 6045@hsesinfo.org - 3954 Gannon Lane - - Dallas - TX - 75237-2919 - 3954 Gannon Lane - - Dallas - TX - 75237-2919 - 3954 Gannon Lane - - Dallas - TX - 75237-2919 - Mr. - F107185 - L107185 - - Board of Directors President - 107185@hsesinfo.org - Ms. - F107186 - L107186 - - Chief Operations Officer/Head Start Director - 107186@hsesinfo.org - Ms. - F107188 - L107188 - - 107188@hsesinfo.org - Ms. - F107184 - L107184 - - 107184@hsesinfo.org - 555-555-7184 - - - 10063 - 8741 - 12113 - 201 - 2019 - 2019-07-01 - - EHS - Active - Foundation for Early Childhood Education, Inc. - foundationheadstart.org - 8741@hsesinfo.org - 3360 Flair Drive, Suite 100 - - El Monte - CA - 91731-2833 - 3360 Flair Drive, Suite 100 - - El Monte - CA - 91731-2833 - 3360 Flair Drive, Suite 100 - - El Monte - CA - 91731-2833 - Mr. - F218834 - L218834 - - Board President - 218834@hsesinfo.org - Ms. - F218835 - L218835 - - Director - 218835@hsesinfo.org - Mr. - F218837 - L218837 - - 218837@hsesinfo.org - Ms. - F218833 - L218833 - - 218833@hsesinfo.org - 555-555-8833 x 5555 - - - 10355 - 577 - 12378 - 200 - 2014 - 2019-08-01 - - EHS - Active - CAC for Lexington-Fayette Counties, Inc. - http://www.commaction.org - 577@hsesinfo.org - 710 W High St - - Lexington - KY - 40508-2451 - PO Box 11610 - - Lexington - KY - 40576-1610 - 710 W High St - - Lexington - KY - 40508-2451 - Ms. - F220826 - L220826 - - Chairman - 220826@hsesinfo.org - Mrs. - F220827 - L220827 - - Executive Director - 220827@hsesinfo.org - Mrs. - F220829 - L220829 - - 220829@hsesinfo.org - Mrs. - F220825 - L220825 - - 220825@hsesinfo.org - 555-555-0825 x 5555 - - - 10196 - 5993 - 12226 - 200 - - 2019-08-01 - - EHS - Active - Sunrise Children's Foundation - www.sunrisechildren.org - 5993@hsesinfo.org - 2795 E Desert Inn Rd - Ste 200 - Las Vegas - NV - 89121-3635 - 2795 E Desert Inn Rd - Ste 200 - Las Vegas - NV - 89121-3635 - 2795 E Desert Inn Rd - Ste 200 - Las Vegas - NV - 89121-3635 - Ms. - F219727 - L219727 - Ph.D - Chair, SCF Board of Directors - 219727@hsesinfo.org - Mr. - F219728 - L219728 - - Executive Director - 219728@hsesinfo.org - Ms. - F219730 - L219730 - - 219730@hsesinfo.org - Ms. - F219726 - L219726 - - 219726@hsesinfo.org - 555-555-9726 x 5555 - - - 4421 - 2176 - 8405 - 000 - 1991 - 2013-11-01 - 2018-10-31 - HS - Inactive - Pace Community Action Agency, Inc. - http://www.pacecaa.org - 2176@hsesinfo.org - 525 North 4th Street - - Vincennes - IN - 47591-0687 - 525 North 4th Street - - Vincennes - IN - 47591-0687 - 525 North 4th Street - - Vincennes - IN - 47591-0687 - Mr. - F41346 - L41346 - - - 41346@hsesinfo.org - Dr. - F41350 - L41350 - - - 41350@hsesinfo.org - Ms. - F41347 - L41347 - - 41347@hsesinfo.org - Dr. - F41345 - L41345 - - 41345@hsesinfo.org - 555-555-1345 - - - 10573 - 2518 - 12558 - 200 - 2014 - 2019-09-01 - - EHS - Active - Christopher House - www.christopherhouse.org - 2518@hsesinfo.org - 4701 N Winthrop - - Chicago - IL - 60640 - 4701 N Winthrop - - Chicago - IL - 60640 - 1611 W Division St - Ste 201 - Chicago - IL - 60622-1201 - Mrs. - F222349 - L222349 - - Board President - 222349@hsesinfo.org - Ms. - F222350 - L222350 - - - 222350@hsesinfo.org - Ms. - F222352 - L222352 - - 222352@hsesinfo.org - Ms. - F222348 - L222348 - - 222348@hsesinfo.org - 555-555-2348 - - - 4783 - 1007 - 8648 - 200 - 2003 - 2014-04-01 - 2019-03-31 - EHS - Inactive - EAST CENTRAL KANSAS ECONOMIC OPPORTUNITY CORPORATION - www.eckan.org - 1007@hsesinfo.org - 1320 S Ash St - Ste 201 - Ottawa - KS - 66067-3413 - 1320 S Ash St - Ste 201 - Ottawa - KS - 66067-3413 - 1320 S Ash St - Ste 201 - Ottawa - KS - 66067-3413 - Ms. - F46571 - L46571 - - Multi Co. Board Chairperson - 46571@hsesinfo.org - Mrs. - F46570 - L46570 - - Assistant CEO - 46570@hsesinfo.org - Mr. - F46569 - L46569 - - 46569@hsesinfo.org - Ms. - F46566 - L46566 - - 46566@hsesinfo.org - 555-555-6566 - - - 645 - 3181 - 4607 - 200 - 2003 - 2003-06-24 - - EHS - Active - Childhood Development Services, Inc. - http://www.discovercds.org - 3181@hsesinfo.org - 1601 NE 25th Avenue, Suite 900 - - Ocala - FL - 34470-8823 - 1601 NE 25th Avenue, Suite 900 - - Ocala - FL - 34470-8823 - 1601 NE 25th Avenue, Suite 900 - - Ocala - FL - - Mr. - F16681 - L16681 - - - 16681@hsesinfo.org - Mr. - F16680 - L16680 - - - 16680@hsesinfo.org - Ms. - F16682 - L16682 - - 16682@hsesinfo.org - Ms. - F3186 - L3186 - - 3186@hsesinfo.org - 555-555-3186 x 5555 - - - 7012 - 1186 - 10468 - 000 - 1991 - 2015-12-01 - - AIAN HS - Active - Seneca Nation of Indians - - 1186@hsesinfo.org - 2016 Henodeyesta Drive - - Irving - NY - 14081 - 2016 Henodeyesta Drive - - Irving - NY - 14081 - 2016 Henodeyesta Drive - - Irving - NY - 14081 - Mr. - F204750 - L204750 - - Seneca Nation President and CEO - 204750@hsesinfo.org - Mr. - F204751 - L204751 - - - 204751@hsesinfo.org - Ms. - F204753 - L204753 - - 204753@hsesinfo.org - Mrs. - F204749 - L204749 - - 204749@hsesinfo.org - 555-555-4749 x 5555 - - - 8394 - 8283 - 10810 - 000 - 2016 - 2016-12-01 - - HS - Active - CDI HS/East Virginia, VA - www.cdiheadstart.org - 8283@hsesinfo.org - 52 Walnut St - - Warsaw - VA - 22572-4237 - PO Box 518 - - Warsaw - VA - 22572-0518 - 52 Walnut St - - Warsaw - VA - 22572-4237 - Mr. - F207947 - L207947 - - Chief Executive Officer - 207947@hsesinfo.org - Ms. - F207948 - L207948 - - Executive Director - 207948@hsesinfo.org - Ms. - F207950 - L207950 - - 207950@hsesinfo.org - Ms. - F207946 - L207946 - - 207946@hsesinfo.org - 555-555-7946 - - - 10624 - 9047 - 12622 - 200 - 2019 - 2019-09-01 - - EHS - Active - Family & Children's Place - familyandchildrensplace.org - 9047@hsesinfo.org - 525 Zane St - - Louisville - KY - 40203-3203 - P.O. Box 3784 - - Louisville - KY - 40201-3784 - 525 Zane St - - Louisville - KY - 40203-3203 - Ms. - F222705 - L222705 - - Board Chair - 222705@hsesinfo.org - Ms. - F222706 - L222706 - - - 222706@hsesinfo.org - - F222708 - L222708 - - 222708@hsesinfo.org - Mr. - F222704 - L222704 - - 222704@hsesinfo.org - 555-555-2704 x 5555 - - - 10625 - 9048 - 12621 - 000 - 2019 - 2019-09-01 - - HS - Active - Ohio Valley Educational Cooperative - www.ovec.org - 9048@hsesinfo.org - 100 Alpine Dr - - Shelbyville - KY - 40065-8877 - PO Box 1249 - - Shelbyville - KY - 40066-1249 - 100 Alpine Dr - - Shelbyville - KY - 40065-8877 - Mrs. - F222712 - L222712 - - Chair, OVEC Board of Directors - 222712@hsesinfo.org - Dr. - F222713 - L222713 - - Chief Executive Officer - 222713@hsesinfo.org - Mr. - F222715 - L222715 - - 222715@hsesinfo.org - Mrs. - F222711 - L222711 - - 222711@hsesinfo.org - 555-555-2711 x 5555 - - - 10626 - 9049 - 12621 - 200 - 2019 - 2019-09-01 - - EHS - Active - Ohio Valley Educational Cooperative - www.ovec.org - 9049@hsesinfo.org - 100 Alpine Dr - - Shelbyville - - 40065-8877 - PO Box 1249 - - Shelbyville - - 40066-1249 - 100 Alpine Dr - - Shelbyville - - 40065-8877 - Mrs. - F222719 - L222719 - - Chair, OVEC Board of Directors - 222719@hsesinfo.org - Dr. - F222720 - L222720 - - Chief Executive Officer - 222720@hsesinfo.org - Mr. - F222722 - L222722 - - 222722@hsesinfo.org - Mrs. - F222718 - L222718 - - 222718@hsesinfo.org - 555-555-2718 x 5555 - - - 4946 - 2719 - 8896 - 200 - 2011 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Merced County Superintendent of Schools - http://www.mcoe.org/deptprog/earlyed/HeadStart/Pages/default.aspx - 2719@hsesinfo.org - 632 W. 13th Street - - Merced - CA - 95341 - 632 W. 13th Street - - Merced - CA - 95341 - 2130 Cooper Ave - - Merced - CA - 95348-4304 - Dr. - F48750 - L48750 - - Superintendent - 48750@hsesinfo.org - Ms. - F48748 - L48748 - - Assistant Superintendent - 48748@hsesinfo.org - Ms. - F48747 - L48747 - - 48747@hsesinfo.org - Ms. - F48746 - L48746 - - 48746@hsesinfo.org - 555-555-8746 x 5555 - - - 5092 - 533 - 9030 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Community Coordinated Care for Children, Inc. - http://www.4CFlorida.org - 533@hsesinfo.org - 3500 West Colonial Drive - - Orlando - FL - 32808-7902 - 3500 West Colonial Drive - - Orlando - FL - 32808-7902 - 3500 West Colonial Drive - - Orlando - FL - 32808-7902 - Mr. - F51486 - L51486 - - 4C Board Chairman - 51486@hsesinfo.org - Ms. - F51489 - L51489 - - President/CEO - 51489@hsesinfo.org - Ms. - F51490 - L51490 - - 51490@hsesinfo.org - Ms. - F51485 - L51485 - - 51485@hsesinfo.org - 555-555-1485 - - - 5676 - 3190 - 9364 - 200 - 2015 - 2015-01-01 - 2019-12-31 - EHS - Inactive - Foothill Family Service - www.foothillfamily.org - 3190@hsesinfo.org - 3629 Santa Anita Ave - Ste 201 - El Monte - CA - 91731-3635 - 3629 Santa Anita Ave - Ste 201 - El Monte - CA - 91731-3635 - 2500 E Foothill Blvd - Ste 300 - Pasadena - CA - 91107-7102 - Ms. - F102274 - L102274 - - Board Chairperson - 102274@hsesinfo.org - Mr. - F102272 - L102272 - - - 102272@hsesinfo.org - Ms. - F102271 - L102271 - - 102271@hsesinfo.org - Ms. - F102270 - L102270 - - 102270@hsesinfo.org - 555-555-2270 - - - 8632 - 8500 - 10038 - 200 - 2017 - 2018-01-01 - 2020-05-31 - EHS - Inactive - BCFS Education Services - http://www.discoverbcfs.net/HeadStart - 8500@hsesinfo.org - 815 N Tyler St - - Beeville - TX - 78102-4135 - 1506 Bexar Crossing St - - San Antonio - TX - 78232-1587 - 1506 Bexar Crossing St - - San Antonio - TX - 78232-1587 - Mr. - F208937 - L208937 - - - 208937@hsesinfo.org - Dr. - F208938 - L208938 - - Executive Director - 208938@hsesinfo.org - Mr. - F208940 - L208940 - - 208940@hsesinfo.org - Ms. - F208936 - L208936 - - 208936@hsesinfo.org - 555-555-8936 - - - 4855 - 4859 - 8832 - 000 - 2014 - 2014-05-01 - 2019-04-30 - HS - Inactive - New Hanover County Schools - del.burns@nhcs.net - 4859@hsesinfo.org - 6410 Carolina Beach Road - - Wilmington - NC - 28412-2908 - 1802 S 15th St - - Wilmington - NC - 28401-6479 - 1802 S 15th St - - Wilmington - NC - 28401-6479 - Mrs. - F47391 - L47391 - - Board Chairperson - 47391@hsesinfo.org - Ms. - F47392 - L47392 - - Director / Executive - 47392@hsesinfo.org - Ms. - F47394 - L47394 - - 47394@hsesinfo.org - Ms. - F47390 - L47390 - - 47390@hsesinfo.org - 555-555-7390 - - - 5116 - 1441 - 8824 - 000 - 2014 - 2014-07-01 - 2019-03-31 - HS - Inactive - Minnesota Valley Action Council, Inc. - http://www.mnvac.org - 1441@hsesinfo.org - 706 N Victory Dr - - Mankato - MN - 56001-6803 - 706 N Victory Dr - - Mankato - MN - 56001-6803 - 706 N Victory Dr - - Mankato - MN - 56001-6803 - Mr. - F51826 - L51826 - - Board President - 51826@hsesinfo.org - Ms. - F51825 - L51825 - - - 51825@hsesinfo.org - Ms. - F51827 - L51827 - - 51827@hsesinfo.org - Ms. - F51823 - L51823 - - 51823@hsesinfo.org - 555-555-1823 x 5555 - - - 6345 - 266 - 9996 - 000 - 1989 - 2015-07-01 - - HS - Active - Tri-County Community Action Program, Inc. - http://www.tccap.org - 266@hsesinfo.org - 30 Exchange St - 610 Sullivan St. - Berlin - NH - 03570-1911 - 610 Sullivan St - - Berlin - NH - 03570-3226 - 30 Exchange St - 610 Sullivan St. - Berlin - NH - 03570-1911 - Ms. - F200085 - L200085 - - Chairperson - 200085@hsesinfo.org - Ms. - F200086 - L200086 - - CEO - 200086@hsesinfo.org - Ms. - F200088 - L200088 - - 200088@hsesinfo.org - Ms. - F200084 - L200084 - - 200084@hsesinfo.org - 555-555-0084 x 5555 - - - 4633 - 3169 - 8594 - 000 - 2014 - 2014-02-01 - 2019-01-31 - AIAN HS - Inactive - COLORADO RIVER INDIAN TRIBES (ONAP) - 18026 Mohave Road - 3169@hsesinfo.org - 18026 Mohave Road - - Parker - AZ - 85344-9766 - 26600 Mohave Road - - Parker - AZ - 85344 - 26600 Mohave Road - - Parker - AZ - 85344 - Mr. - F44217 - L44217 - - Chairman - 44217@hsesinfo.org - Mr. - F44215 - L44215 - - Vice Chairman - 44215@hsesinfo.org - Mr. - F44214 - L44214 - - 44214@hsesinfo.org - Ms. - F44213 - L44213 - - 44213@hsesinfo.org - 555-555-4213 - - - 11375 - 271 - 13246 - 000 - 1989 - 2020-06-01 - - HS - Active - QUINCY COMMUNITY ACTION PROGRAMS INC - http://www.qcap.org - 271@hsesinfo.org - 22 Pray St - - Quincy - MA - 02169-7203 - 22 Pray St - - Quincy - MA - 02169-7203 - 22 Pray St - - Quincy - MA - 02169-7203 - Mr. - F227685 - L227685 - - Board Chair/President - 227685@hsesinfo.org - Ms. - F227686 - L227686 - - Chief Executive Officer - 227686@hsesinfo.org - Ms. - F227688 - L227688 - - 227688@hsesinfo.org - Ms. - F227684 - L227684 - - 227684@hsesinfo.org - 555-555-7684 - - - 646 - 508 - 4607 - 000 - 1992 - 1992-07-07 - - HS - Active - Childhood Development Services, Inc. - http://www.discovercds.org - 508@hsesinfo.org - 1601 NE 25th Avenue, Suite 900 - - Ocala - FL - 34470-8823 - 1601 NE 25th Avenue, Suite 900 - - Ocala - FL - 34470-8823 - 1601 NE 25th Avenue, Suite 900 - - Ocala - FL - 34470-8823 - Mr. - F16687 - L16687 - - - 16687@hsesinfo.org - Mr. - F16684 - L16684 - - - 16684@hsesinfo.org - Ms. - F16685 - L16685 - - 16685@hsesinfo.org - Ms. - F3195 - L3195 - - 3195@hsesinfo.org - 555-555-3195 x 5555 - - - 10066 - 8289 - 12117 - 205 - 2016 - 2019-07-01 - - EHS - Active - Bassett Unified School District - bassettusd.org - 8289@hsesinfo.org - 904 Willow Ave - - La Puente - CA - 91746-1615 - 904 Willow Ave - - La Puente - CA - 91746-1615 - 1314 Le Borgne Ave - - La Puente - CA - 91746-1030 - Ms. - F218855 - L218855 - - Board President - 218855@hsesinfo.org - Ms. - F218856 - L218856 - - Superintendent - 218856@hsesinfo.org - Ms. - F218858 - L218858 - - 218858@hsesinfo.org - Ms. - F218854 - L218854 - - 218854@hsesinfo.org - 555-555-8854 - - - 10067 - 8761 - 12119 - 207 - 2019 - 2019-07-01 - - EHS - Active - Garvey School District - www.garvey.k12.ca.us - 8761@hsesinfo.org - 7424 Newmark Ave - - Rosemead - CA - 91770-2943 - 7424 Newmark Ave - - Rosemead - CA - 91770-2943 - 2730 Del Mar Ave - - Rosemead - CA - 91770-3026 - Ms. - F218862 - L218862 - - Board President - 218862@hsesinfo.org - Ms. - F218863 - L218863 - - Superintendent - 218863@hsesinfo.org - Ms. - F218865 - L218865 - - 218865@hsesinfo.org - Dr. - F218861 - L218861 - - 218861@hsesinfo.org - 555-555-8861 - - - 8053 - 8012 - 10560 - 001 - 2015 - 2015-07-01 - 2020-06-30 - HS - Inactive - Naugatuck Public Schools Head Start - www.naugatuck.k12.ct.us - 8012@hsesinfo.org - 28 Central Ave - - Naugatuck - CT - 06770 - 28 Central Ave - - Naugatuck - CT - 06770 - 28 Central Ave - - Naugatuck - CT - 06770 - Mrs. - F205566 - L205566 - - Board Chairperson - 205566@hsesinfo.org - Mr. - F205567 - L205567 - - CEO/President - 205567@hsesinfo.org - - F205569 - L205569 - - 205569@hsesinfo.org - Mrs. - F205565 - L205565 - - 205565@hsesinfo.org - 555-555-5565 x 5555 - - - 10068 - 8290 - 12120 - 208 - 2016 - 2019-07-01 - - EHS - Active - Mountain View Head Start/State Preschool - http://www.mtviewschools.com - 8290@hsesinfo.org - 2109 Burkett Rd - - El Monte - CA - 91733-4113 - 2109 Burkett Rd - - El Monte - CA - 91733-4113 - 3320 Gilman Rd - - El Monte - CA - 91732-3201 - Mr. - F218869 - L218869 - - School Board President - 218869@hsesinfo.org - Ms. - F218870 - L218870 - - Superintendent - 218870@hsesinfo.org - Ms. - F218872 - L218872 - - 218872@hsesinfo.org - Ms. - F218868 - L218868 - - 218868@hsesinfo.org - 555-555-8868 - - - 5945 - 5952 - 9660 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Lutheran Services Florida - www.lsfnet.org - 5952@hsesinfo.org - 3027 San Diego Rd - Ste 2408 - Jacksonville - FL - 32207-3691 - 3627A W Waters Ave - - Tampa - FL - 33614-2783 - 3627A W Waters Ave - - Tampa - FL - 33614-2783 - Mr. - F106214 - L106214 - - Chairman - 106214@hsesinfo.org - Mr. - F106215 - L106215 - - - 106215@hsesinfo.org - Ms. - F106217 - L106217 - - 106217@hsesinfo.org - Ms. - F106213 - L106213 - - 106213@hsesinfo.org - 555-555-6213 - - - 9308 - 1980 - 11563 - 000 - 1991 - 2019-01-01 - - HS - Active - UNITED COMMUNITY ACTION NETWORK - http://www.ucancap.org - 1980@hsesinfo.org - 250 NE Kenneth Ford Dr - - Roseburg - OR - 97470-1034 - 280 NE Kenneth Ford Dr - - Roseburg - OR - 97470-1034 - 280 NE Kenneth Ford Dr - - Roseburg - OR - 97470-1034 - Mrs. - F213694 - L213694 - - Governing Board Chair - 213694@hsesinfo.org - Mr. - F213695 - L213695 - - - 213695@hsesinfo.org - Ms. - F213697 - L213697 - - 213697@hsesinfo.org - Mrs. - F213693 - L213693 - - 213693@hsesinfo.org - 555-555-3693 - - - 9537 - 8811 - 11757 - 200 - 2019 - 2019-03-01 - - EHS - Active - Southern Maryland Tri-County Community Action Committee, Inc. - - 8811@hsesinfo.org - 8371 Old Leonardtown Road - - Hughesville - MD - 20637 - P.O. Box 280 - 8371 Old Leonardtown Road - Hughesville - MD - 20637-0280 - 8371 Old Leonardtown Road - - Hughesville - MD - 20637 - Mr. - F215256 - L215256 - - SMTCCAC Board Chairperson - 215256@hsesinfo.org - Mr. - F215257 - L215257 - - President/CEO - 215257@hsesinfo.org - Ms. - F215259 - L215259 - - 215259@hsesinfo.org - Ms. - F215255 - L215255 - - 215255@hsesinfo.org - 555-555-5255 x 5555 - - - 10466 - 3801 - 12458 - 205 - 2014 - 2019-09-01 - - EHS - Active - Waterford Unified School District - http://www.waterford.k12.ca.us - 3801@hsesinfo.org - 219 N. Reinway #1 - - Waterford - CA - 95386-9158 - 219 N. Reinway #1 - - Waterford - CA - 95386-9158 - 219 N. Reinway #1 - - Waterford - CA - 95386-9158 - Mrs. - F221601 - L221601 - - - 221601@hsesinfo.org - Mr. - F221602 - L221602 - - - 221602@hsesinfo.org - Ms. - F221604 - L221604 - - 221604@hsesinfo.org - Mrs. - F221600 - L221600 - - 221600@hsesinfo.org - 555-555-1600 - - - 6750 - 1427 - 10237 - 000 - 1992 - 2015-08-01 - - HS - Active - Your Own United Resources, Inc. - - 1427@hsesinfo.org - 214 S 13th St - - Fort Dodge - IA - 50501-4828 - 214 S 13th St - - Fort Dodge - IA - 50501-4828 - 214 S 13th St - - Fort Dodge - IA - 50501-4828 - Mr. - F202921 - L202921 - - Board Vice President - 202921@hsesinfo.org - Mrs. - F202922 - L202922 - - - 202922@hsesinfo.org - Ms. - F202924 - L202924 - - 202924@hsesinfo.org - Mrs. - F202920 - L202920 - - 202920@hsesinfo.org - 555-555-2920 x 5555 - - - 10467 - 8659 - 12459 - 206 - 2018 - 2019-09-01 - - EHS - Active - Central California Child Development Services - www.cccds.com - 8659@hsesinfo.org - 2250 Rockefeller Dr - Ste 1 - Ceres - CA - 95307-7243 - 2250 Rockefeller Dr - Ste 1 - Ceres - CA - 95307-7243 - 2250 Rockefeller Dr - Ste 1 - Ceres - CA - 95307-7243 - Mr. - F221608 - L221608 - - Board President - 221608@hsesinfo.org - Ms. - F221609 - L221609 - - Executive Director - 221609@hsesinfo.org - Ms. - F221611 - L221611 - - 221611@hsesinfo.org - Ms. - F221607 - L221607 - - 221607@hsesinfo.org - 555-555-1607 x 5555 - - - 10468 - 3800 - 12460 - 207 - 2014 - 2019-09-01 - - EHS - Active - Keyes Union School District - www.keyes.k12.ca.us/ - 3800@hsesinfo.org - 4621 Nunes Road - - Keyes - CA - 95328-0310 - 4621 Nunes Road - - Keyes - CA - 95328-0310 - 4621 Nunes Road - - Keyes - CA - 95328-0310 - Mr. - F221615 - L221615 - - - 221615@hsesinfo.org - Ms. - F221616 - L221616 - - - 221616@hsesinfo.org - Ms. - F221618 - L221618 - - 221618@hsesinfo.org - Ms. - F221614 - L221614 - - 221614@hsesinfo.org - 555-555-1614 x 5555 - - - 7001 - 3226 - 10444 - 200 - 2002 - 2015-12-01 - - AIAN EHS - Active - Central Tribes of the Shawnee Area, Inc. - 1535 N. Mckinely - 3226@hsesinfo.org - 1535 N Mckinley Ave - - Shawnee - OK - 74801-5200 - 1535 N Mckinley Ave - - Shawnee - OK - 74801-5200 - 1535 N Mckinley Ave - - Shawnee - OK - 74801-5200 - Mr. - F204673 - L204673 - - Board of Directors - 204673@hsesinfo.org - Ms. - F204674 - L204674 - - Interim Executive Program Director - 204674@hsesinfo.org - Ms. - F204676 - L204676 - - 204676@hsesinfo.org - Mrs. - F204672 - L204672 - - 204672@hsesinfo.org - 555-555-4672 - - - 9285 - 3326 - 11546 - 200 - 2013 - 2019-01-01 - - EHS - Active - Foothill Family Service - www.foothillfamily.org - 3326@hsesinfo.org - 3629 Santa Anita Ave - Ste 201 - El Monte - CA - 91731-3635 - 3629 Santa Anita Ave - Ste 201 - El Monte - CA - 91731-3635 - 2500 E Foothill Blvd - Ste 300 - Pasadena - CA - 91107-7102 - Ms. - F213540 - L213540 - - Board Chair - 213540@hsesinfo.org - Mr. - F213541 - L213541 - - - 213541@hsesinfo.org - Ms. - F213543 - L213543 - - 213543@hsesinfo.org - Ms. - F213539 - L213539 - - 213539@hsesinfo.org - 555-555-3539 - - - 8014 - 1658 - 10517 - 000 - 2003 - 2016-02-01 - - HS - Active - CDC of the Mosholu Montefiore Community Center - http://www.mmcc.org - 1658@hsesinfo.org - 3450 Dekalb Avenue - - Bronx - NY - 10467-1205 - 3450 Dekalb Avenue - - Bronx - NY - 10467-1205 - 3450 Dekalb Avenue - - Bronx - NY - 10467-1205 - Mrs. - F205306 - L205306 - - Board Chair - 205306@hsesinfo.org - Ms. - F205307 - L205307 - - Chief Executive Officer - 205307@hsesinfo.org - Ms. - F205309 - L205309 - - 205309@hsesinfo.org - Ms. - F205305 - L205305 - - 205305@hsesinfo.org - 555-555-5305 - - - 5652 - 4166 - 9449 - 215 - 2014 - 2014-12-01 - - EHS - Active - Carole Robertson Center For Learning - www.crcl.net - 4166@hsesinfo.org - 3701 West Ogden Avenue - 2929 West 19th Street - Chicago - IL - 60623-2240 - 3701 West Ogden Avenue - 2929 West 19th Street - Chicago - IL - 60623-2240 - 3701 West Ogden Avenue - 2929 West 19th Street - Chicago - IL - 60623-2240 - Mrs. - F101460 - L101460 - - Board Chair - 101460@hsesinfo.org - Mrs. - F101458 - L101458 - - President/CEO - 101458@hsesinfo.org - Ms. - F101457 - L101457 - - 101457@hsesinfo.org - Ms. - F101456 - L101456 - - 101456@hsesinfo.org - 555-555-1456 - - - 8740 - 8598 - 11112 - 209 - 2017 - 2017-08-01 - - EHS - Active - Fundacion Para El Desarrollo Del Hogar Propio, Inc - - 8598@hsesinfo.org - Edificio Angora Plaza Avenida Luis Muñoz Marin Esquina Georgetti - - Caguas - PR - 00726 - PO Box 5250 - - Caguas - PR - 00726-5250 - Edificio Angora Plaza Avenida Luis Muñoz Marin Esquina Georgetti - - Caguas - PR - 00726 - Mr. - F209662 - L209662 - - Officially Board Chair - 209662@hsesinfo.org - Mrs. - F209663 - L209663 - - CEO Executive Director - 209663@hsesinfo.org - Mrs. - F209665 - L209665 - - 209665@hsesinfo.org - Mrs. - F209661 - L209661 - - 209661@hsesinfo.org - 555-555-9661 - - - 4420 - 385 - 8398 - 000 - 1991 - 2013-10-30 - 2018-10-31 - HS - Inactive - Fremont Community Schools - N/A - 385@hsesinfo.org - 1100 W Toledo St - N/A - Fremont - IN - 46737-2097 - PO Box 703 - N/A - Fremont - IN - 46737-0703 - 1100 W Toledo St - - Fremont - IN - 46737-2097 - Mr. - F41383 - L41383 - - School Board President - 41383@hsesinfo.org - Dr. - F41382 - L41382 - - Superintendent - 41382@hsesinfo.org - Mrs. - F41381 - L41381 - - 41381@hsesinfo.org - Mrs. - F41380 - L41380 - - 41380@hsesinfo.org - 555-555-1380 - - - 4894 - 645 - 8870 - 000 - 2014 - 2014-06-01 - 2019-05-31 - HS - Inactive - PICKENS COMMUNITY ACTION COMMITTEE, INC - www.caapickens.org - 645@hsesinfo.org - 71 Lakeside St - - Carrollton - AL - 35447-2232 - PO Box 348 - - Carrollton - AL - 35447-0348 - 71 Lakeside St - - Carrollton - AL - 35447-2232 - Mr. - F48190 - L48190 - - Board Chairman - 48190@hsesinfo.org - Ms. - F48189 - L48189 - - Executive Director - 48189@hsesinfo.org - Ms. - F48192 - L48192 - - 48192@hsesinfo.org - Ms. - F48188 - L48188 - - 48188@hsesinfo.org - 555-555-8188 x 5555 - - - 10371 - 2280 - 12362 - 000 - 1992 - 2019-08-01 - - HS - Active - C.E.O. for the Greater Capital Region, Inc. - http://www.ceoempowers.org - 2280@hsesinfo.org - 2331 5th Ave - - Troy - NY - 12180-2221 - 2331 5th Ave - - Troy - NY - 12180-2221 - 2331 5th Ave - - Troy - NY - 12180-2221 - Ms. - F220938 - L220938 - - Board Chairperson - 220938@hsesinfo.org - Ms. - F220939 - L220939 - - - 220939@hsesinfo.org - Ms. - F220941 - L220941 - - 220941@hsesinfo.org - Ms. - F220937 - L220937 - - 220937@hsesinfo.org - 555-555-0937 x 5555 - - - 10433 - 8723 - 11840 - 200 - 2019 - 2019-06-01 - - EHS - Active - Head Start Child and Family Development Centers, Inc. - HeadStartCouleeRegion.com - 8723@hsesinfo.org - 333 Buchner Place, Wing A - - La Crosse - WI - 54603-3172 - 333 Buchner Place, Wing A - - La Crosse - WI - 54603-3172 - 333 Buchner Place, Wing A - - La Crosse - WI - 54603-3172 - Mrs. - F221373 - L221373 - - Board of Directors - President - 221373@hsesinfo.org - Ms. - F221371 - L221371 - - Executive Director - 221371@hsesinfo.org - Mr. - F221374 - L221374 - - 221374@hsesinfo.org - Ms. - F221370 - L221370 - - 221370@hsesinfo.org - 555-555-1370 x 5555 - - - 4839 - 1077 - 8592 - 000 - 1992 - 2014-05-01 - 2019-06-30 - HS - Inactive - Rocky Mountain Development Council, Inc. - http://www.rmdc.net - 1077@hsesinfo.org - 200 S Cruse Ave - - Helena - MT - 59601-5018 - PO Box 1717 - - Helena - MT - 59624-1717 - 200 S Cruse Ave - - Helena - MT - 59601-5018 - Mr. - F47266 - L47266 - - Board President - 47266@hsesinfo.org - Ms. - F47263 - L47263 - - Executive Director - 47263@hsesinfo.org - Mr. - F47265 - L47265 - - 47265@hsesinfo.org - Ms. - F47262 - L47262 - - 47262@hsesinfo.org - 555-555-7262 - - - 5682 - 3524 - 9507 - 003 - 2015 - 2015-01-01 - - HS - Active - Children's Home & Aid Society of Illinois - www.childrenshomeandaid.org - 3524@hsesinfo.org - 1701 West 63rd Street - - Chicago - IL - 60636 - 125 South Wacker Drive - 14th Floor - Chicago - IL - 60606 - 125 South Wacker Drive - 14th Floor - Chicago - IL - 60606 - Mr. - F102314 - L102314 - - Chair - 102314@hsesinfo.org - Mr. - F102313 - L102313 - - President and CEO - 102313@hsesinfo.org - Ms. - F102316 - L102316 - - 102316@hsesinfo.org - Ms. - F102312 - L102312 - - 102312@hsesinfo.org - 555-555-2312 - - - 9538 - 8812 - 11749 - 200 - 2019 - 2019-03-01 - - EHS - Active - St. Joseph County Intermediate School District - - 8812@hsesinfo.org - 62445 Shimmel Rd - - Centreville - MI - 49032-9527 - 62445 Shimmel Rd - - Centreville - MI - 49032-9527 - 62445 Shimmel Rd - - Centreville - MI - 49032-9527 - Ms. - F215263 - L215263 - - President - 215263@hsesinfo.org - Ms. - F215264 - L215264 - - Superintendent - 215264@hsesinfo.org - Ms. - F215266 - L215266 - - 215266@hsesinfo.org - Ms. - F215262 - L215262 - - 215262@hsesinfo.org - 555-555-5262 - - - 9603 - 887 - 11789 - 000 - 2014 - 2019-05-01 - - HS - Active - Livingston Byrdstown Jamestown & Cookeville Dev Corp - http://www.lbjc.org - 887@hsesinfo.org - 1150 Chocolate Drive - - Cookeville - TN - 38501-2006 - 1150 Chocolate Drive - - Cookeville - TN - 38501-2006 - 1150 Chocolate Drive - - Cookeville - TN - 38501-2006 - Mr. - F215673 - L215673 - - Board Chairperson - 215673@hsesinfo.org - Ms. - F215674 - L215674 - - - 215674@hsesinfo.org - Mr. - F215676 - L215676 - - 215676@hsesinfo.org - Ms. - F215672 - L215672 - - 215672@hsesinfo.org - 555-555-5672 x 5555 - - - 8893 - 1267 - 11255 - 000 - 2013 - 2018-07-01 - - HS - Active - LINCOLN-UINTA CHILD DEVELOPMENT ASSOCIATION - http://www.lucda.org - 1267@hsesinfo.org - 1001 Highway 414 North - - Mountain View - WY - 82939-0570 - P.O. Box 570 - - Mountain View - WY - 82939-0570 - 1001 Highway 414 North - - Mountain View - WY - 82939 - Mr. - F210772 - L210772 - - Board of Directors - 210772@hsesinfo.org - Mrs. - F210773 - L210773 - - Regional Director - 210773@hsesinfo.org - Mrs. - F210775 - L210775 - - 210775@hsesinfo.org - Mrs. - F210771 - L210771 - - 210771@hsesinfo.org - 555-555-0771 x 5555 - - - 8677 - 8539 - 11054 - 000 - 2017 - 2017-07-01 - - HS - Active - CHRISTIAN MILITARY ACADEMY, INC. - www.cmagators.org - 8539@hsesinfo.org - Carr 687 Km 07 Bo Algarrobo Sector Tortuguero - - Vega Baja - PR - 00693 - PO Box 948903 - - Vega Baja - PR - 00694-8903 - Carr 687 Km 0.7 - Bo Algarrobo Sector Tortuguero - Vega Baja - PR - 00693 - Ms. - F209248 - L209248 - - Board President - 209248@hsesinfo.org - Mrs. - F209249 - L209249 - - Director - 209249@hsesinfo.org - Mrs. - F209251 - L209251 - - 209251@hsesinfo.org - Ms. - F209247 - L209247 - - 209247@hsesinfo.org - 555-555-9247 - - - 2978 - 2167 - 6639 - 000 - 2013 - 2013-07-02 - 2019-04-30 - HS - Inactive - Fauquier Community Action Committee, Inc. - - 2167@hsesinfo.org - 430 E Shirley Ave - Bldg C - Warrenton - VA - 20186-3725 - P.O. Box 22 - - Warrenton - VA - 20186 - 430 E Shirley Ave - Bldg C - Warrenton - VA - 20186-3725 - Mrs. - F37235 - L37235 - - FCAC,Inc. Board Chair - 37235@hsesinfo.org - Ms. - F37236 - L37236 - - Executive Director of Head Start program - 37236@hsesinfo.org - Mr. - F37234 - L37234 - - 37234@hsesinfo.org - Ms. - F37233 - L37233 - - 37233@hsesinfo.org - 555-555-7233 x 5555 - - - 8252 - 2739 - 10637 - 200 - 2011 - 2016-07-01 - - EHS - Active - Muskegon Area ISD ~ Head Start of Muskegon/Oceana - http://www.muskegonisd.org/departments/early-childhood/ - 2739@hsesinfo.org - 630 HARVEY STREET - - MUSKEGON - MI - 49442-4278 - 630 HARVEY STREET - - MUSKEGON - MI - 49442-4278 - 630 HARVEY STREET - - MUSKEGON - MI - 49442-4278 - Ms. - F206879 - L206879 - - President - 206879@hsesinfo.org - Mr. - F206880 - L206880 - Ph.D - - 206880@hsesinfo.org - Mrs. - F206882 - L206882 - - 206882@hsesinfo.org - Mr. - F206878 - L206878 - - 206878@hsesinfo.org - 555-555-6878 - - - 8856 - 3200 - 11219 - 200 - 2013 - 2018-07-01 - - EHS - Active - Growing Futures Early Education Center - www.growingfutureseec.org - 3200@hsesinfo.org - 8155 Santa Fe Drive - - Overland Park - KS - 66204-3607 - 8155 Santa Fe Drive - - Overland Park - KS - 66204-3607 - 8155 Santa Fe Drive - - Overland Park - KS - 66204-3607 - Mr. - F210486 - L210486 - - President, Board of Directors - 210486@hsesinfo.org - Ms. - F210487 - L210487 - - - 210487@hsesinfo.org - Ms. - F210489 - L210489 - - 210489@hsesinfo.org - Dr. - F210485 - L210485 - - 210485@hsesinfo.org - 555-555-0485 - - - 9541 - 8815 - 11753 - 200 - 2019 - 2019-03-01 - - EHS - Active - Jefferson, Parish of - - 8815@hsesinfo.org - 1221 Elmwood Park Boulevard - Suite 402 - Jefferson - LA - 70123-2337 - 1221 Elmwood Park Boulevard - Suite 402 - Jefferson - LA - 70123-2337 - 1221 Elmwood Park Boulevard - Suite 402 - Jefferson - LA - 70123-2337 - Hon. - F215284 - L215284 - - Chairperson, Jefferson Parish Council - 215284@hsesinfo.org - Mrs. - F215285 - L215285 - - Interim Director of JeffCAP - 215285@hsesinfo.org - Ms. - F215287 - L215287 - - 215287@hsesinfo.org - Mrs. - F215283 - L215283 - - 215283@hsesinfo.org - 555-555-5283 - - - 4487 - 918 - 8546 - 200 - 2003 - 2013-11-29 - 2018-11-30 - EHS - Inactive - Mid-East Community Action Agency - http://www.mecaa.net - 918@hsesinfo.org - 315 E Race St - - Kingston - TN - 37763-2828 - PO Box 790 - - Kingston - TN - 37763-0790 - 315 E Race St - - Kingston - TN - 37763-2828 - Ms. - F42347 - L42347 - - Board Chair - 42347@hsesinfo.org - Mr. - F42345 - L42345 - - - 42345@hsesinfo.org - Ms. - F42346 - L42346 - - 42346@hsesinfo.org - Ms. - F42342 - L42342 - - 42342@hsesinfo.org - 555-555-2342 x 5555 - - - 9867 - 986 - 11989 - 000 - 2014 - 2019-07-01 - - HS - Active - LAKE CUMBERLAND COMMUNITY SERVICES ORGANIZATION, INC - http://www.lc-hs.org - 986@hsesinfo.org - 23 Industry Dr - - Jamestown - KY - 42629-2516 - PO Box 830 - - Jamestown - KY - 42629-0830 - 23 Industry Dr - - Jamestown - KY - 42629-2516 - Mr. - F217479 - L217479 - - Board Chair - 217479@hsesinfo.org - Ms. - F217480 - L217480 - - Executive Director - 217480@hsesinfo.org - Mr. - F217482 - L217482 - - 217482@hsesinfo.org - Ms. - F217478 - L217478 - - 217478@hsesinfo.org - 555-555-7478 - - - 9293 - 3118 - 11556 - 000 - 2013 - 2019-01-01 - - HS - Active - Berks County Intermediate Unit - www.berksiu.org - 3118@hsesinfo.org - 1111 Commons Blvd - - Reading - PA - 19605-3334 - 1111 Commons Blvd - PO Box 16050 - Reading - PA - 19605-3334 - 1111 Commons Blvd - - Reading - PA - 19605-3334 - Mr. - F213589 - L213589 - - - 213589@hsesinfo.org - Dr. - F213590 - L213590 - - - 213590@hsesinfo.org - Ms. - F213592 - L213592 - - 213592@hsesinfo.org - Mrs. - F213588 - L213588 - - 213588@hsesinfo.org - 555-555-3588 - - - 7058 - 1478 - 10506 - 000 - 1998 - 2016-01-01 - - HS - Active - United Children's Services, Inc. - http://www.ucsvt.org/headstart.html - 1478@hsesinfo.org - 2 Park St - - North Bennington - VT - 05257-9213 - 100 Ledge Hill Drive - - Bennington - VT - 05201-2273 - 2 Park St - - North Bennington - VT - 05257-9213 - Mr. - F205074 - L205074 - - UCH Board President - 205074@hsesinfo.org - Ms. - F205075 - L205075 - - UCS Executive Director - 205075@hsesinfo.org - Ms. - F205077 - L205077 - - 205077@hsesinfo.org - Mrs. - F205073 - L205073 - - 205073@hsesinfo.org - 555-555-5073 x 5555 - - - 6481 - 2166 - 10116 - 000 - 1992 - 2015-07-01 - - HS - Active - Eastern Allegheny Council For Human Services, Inc. - - 2166@hsesinfo.org - 112 Beans Ln - - Moorefield - WV - 26836-1202 - 112 Beans Ln - - Moorefield - WV - 26836-1202 - 112 Beans Ln - - Moorefield - WV - 26836-1202 - Mrs. - F201037 - L201037 - - Board of Director President - 201037@hsesinfo.org - Mrs. - F201038 - L201038 - - Executive Director - 201038@hsesinfo.org - Mrs. - F201040 - L201040 - - 201040@hsesinfo.org - Mrs. - F201036 - L201036 - - 201036@hsesinfo.org - 555-555-1036 x 5555 - - - 9868 - 985 - 11989 - 200 - 2014 - 2019-07-01 - - EHS - Active - LAKE CUMBERLAND COMMUNITY SERVICES ORGANIZATION, INC - http://www.lc-hs.org - 985@hsesinfo.org - 23 Industry Dr - - Jamestown - KY - 42629-2516 - PO Box 830 - - Jamestown - KY - 42629-0830 - 23 Industry Dr - - Jamestown - KY - 42629-2516 - Mr. - F217486 - L217486 - - Board Chair - 217486@hsesinfo.org - Ms. - F217487 - L217487 - - Executive Director - 217487@hsesinfo.org - Mr. - F217489 - L217489 - - 217489@hsesinfo.org - Ms. - F217485 - L217485 - - 217485@hsesinfo.org - 555-555-7485 - - - 11150 - 3166 - 13067 - 000 - 1992 - 2020-04-01 - - HS - Active - NORTHERN TIER COMMUNITY ACTION CORPORATION - http:/www.ntcac.org - 3166@hsesinfo.org - 135 W 4th St - - Emporium - PA - 15834-1123 - PO Box 389 - - Emporium - PA - 15834-0389 - 135 W 4th St - - Emporium - PA - 15834-1123 - Mr. - F226261 - L226261 - - Northern Tier Community Action Board President - 226261@hsesinfo.org - Mr. - F226262 - L226262 - - Executive Director - 226262@hsesinfo.org - Ms. - F226264 - L226264 - - 226264@hsesinfo.org - Ms. - F226260 - L226260 - - 226260@hsesinfo.org - 555-555-6260 x 5555 - - - 9402 - 3383 - 11630 - 000 - 2013 - 2019-02-01 - - HS - Active - Parent Child Incorporated - www.parentchildinc.com - 3383@hsesinfo.org - 7815 Mainland Dr - - San Antonio - TX - 78250-5150 - 7815 Mainland Dr - - San Antonio - TX - 78250-5150 - 7815 Mainland Dr - - San Antonio - TX - 78250-5150 - Atty. - F214331 - L214331 - - Board Chair - 214331@hsesinfo.org - Dr. - F214332 - L214332 - - Chief Executive Officer/HS-EHS Director - 214332@hsesinfo.org - Ms. - F214334 - L214334 - - 214334@hsesinfo.org - Dr. - F214330 - L214330 - - 214330@hsesinfo.org - 555-555-4330 - - - 4928 - 4934 - 8814 - 200 - 2014 - 2014-06-01 - 2019-06-30 - EHS - Inactive - Telamon Corporation - www.telamon.org - 4934@hsesinfo.org - 600 Corporation Dr - Ste 105 - Pendleton - IN - 46064-8300 - 5560 Munford Rd., Suite 201 - - Raleigh - NC - 27612-2731 - 5560 Munford Rd., Suite 201 - - Raleigh - NC - 27612-2731 - Mrs. - F48451 - L48451 - - Chair, Governing Board - 48451@hsesinfo.org - Mrs. - F48452 - L48452 - - Executive Director - 48452@hsesinfo.org - Ms. - F48454 - L48454 - - 48454@hsesinfo.org - Mrs. - F48450 - L48450 - - 48450@hsesinfo.org - 555-555-8450 x 5555 - - - 9503 - 1223 - 11718 - 000 - 2014 - 2019-04-01 - - Migrant HS - Active - United Migrant Opportunity Services, Inc. - http://www.umos.org - 1223@hsesinfo.org - 2701 South Chase Avenue - - Milwaukee - WI - 53207-1450 - PO Box 4129 - - Milwaukee - WI - 53204-0129 - 2701 South Chase Avenue - - Milwaukee - WI - 53207-1450 - Mr. - F215018 - L215018 - - Board Chair - 215018@hsesinfo.org - Mr. - F215019 - L215019 - - CEO/President - 215019@hsesinfo.org - Mr. - F215021 - L215021 - - 215021@hsesinfo.org - Ms. - F215017 - L215017 - - 215017@hsesinfo.org - 555-555-5017 - - - 11151 - 1022 - 13068 - 000 - 1992 - 2020-04-01 - - HS - Active - SAGUACHE COUNTY COMMUNITY COUNCIL - www.centerheadstart.wix.com/centerheadstart - 1022@hsesinfo.org - 301 E 3rd St - PO 1240 - Center - CO - 81125 - 301 E 3rd St - PO 1240 - Center - CO - 81125 - 301 E 3rd St - PO 1240 - Center - CO - 81125 - Mrs. - F226268 - L226268 - - - 226268@hsesinfo.org - Mrs. - F226269 - L226269 - - Director - 226269@hsesinfo.org - Ms. - F226271 - L226271 - - 226271@hsesinfo.org - Mrs. - F226267 - L226267 - - 226267@hsesinfo.org - 555-555-6267 - - - 4322 - 1103 - 8324 - 000 - 2013 - 2013-08-29 - 2018-08-31 - HS - Inactive - Child-Parent Centers, Inc. - http://www.childparentcenters.org - 1103@hsesinfo.org - 602 East 22nd Street - - Tucson - AZ - 85713-1701 - 602 East 22nd Street - - Tucson - AZ - 85713-1701 - 602 East 22nd Street - - Tucson - AZ - 85713-1701 - Ms. - F39592 - L39592 - - Board President - 39592@hsesinfo.org - Mrs. - F39594 - L39594 - - Chief Executive Officer - 39594@hsesinfo.org - Mr. - F39591 - L39591 - - 39591@hsesinfo.org - Mrs. - F39590 - L39590 - - 39590@hsesinfo.org - 555-555-9590 x 5555 - - - 11152 - 1069 - 13069 - 000 - 1992 - 2020-04-01 - - HS - Active - OAHE CHILD DEVELOPMENT CENTER, INC. - www.oahechild.com - 1069@hsesinfo.org - 2307 E Capitol Ave - - Pierre - SD - 57501-3727 - PO Box 907 - - Pierre - SD - 57501-0907 - 2307 E Capitol Ave - - Pierre - SD - 57501-3727 - Ms. - F226275 - L226275 - - - 226275@hsesinfo.org - Mrs. - F226276 - L226276 - - - 226276@hsesinfo.org - Mrs. - F226278 - L226278 - - 226278@hsesinfo.org - Mrs. - F226274 - L226274 - - 226274@hsesinfo.org - 555-555-6274 - - - 11153 - 1068 - 13069 - 200 - 2003 - 2020-04-01 - - EHS - Active - OAHE CHILD DEVELOPMENT CENTER, INC. - www.oahechild.com - 1068@hsesinfo.org - 2307 E Capitol Ave - - Pierre - SD - 57501-3727 - PO Box 907 - - Pierre - SD - 57501-0907 - 2307 E Capitol Ave - - Pierre - SD - 57501-3727 - Ms. - F226282 - L226282 - - - 226282@hsesinfo.org - Mrs. - F226283 - L226283 - - - 226283@hsesinfo.org - Mrs. - F226285 - L226285 - - 226285@hsesinfo.org - Mrs. - F226281 - L226281 - - 226281@hsesinfo.org - 555-555-6281 - - - 5289 - 3681 - 9135 - 010 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Garvey School District - www.garvey.k12.ca.us - 3681@hsesinfo.org - 7424 Newmark Ave - - Rosemead - CA - 91770-2943 - 7424 Newmark Ave - - Rosemead - CA - 91770-2943 - 2730 Del Mar Ave - - Rosemead - CA - 91770-3026 - Mr. - F53367 - L53367 - - Board President - 53367@hsesinfo.org - Ms. - F53368 - L53368 - - Superintendent - 53368@hsesinfo.org - Ms. - F53366 - L53366 - - 53366@hsesinfo.org - Dr. - F53364 - L53364 - - 53364@hsesinfo.org - 555-555-3364 - - - 4722 - 3959 - 8704 - 050 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Blanche Community Progress Day Care Center Inc. - Blanchelearning.com - 3959@hsesinfo.org - 44-02 Beach Channel Drive - - Far Rockaway - NY - 11691-1203 - 44-02 Beach Channel Drive - - Far Rockaway - NY - 11691-1203 - 44-02 Beach Channel Drive - - Far Rockaway - NY - 11691-1203 - Ms. - F45804 - L45804 - L - Board President - 45804@hsesinfo.org - Mrs. - F45802 - L45802 - T - 7184717881 - 45802@hsesinfo.org - - F45801 - L45801 - - 45801@hsesinfo.org - Mrs. - F45800 - L45800 - - 45800@hsesinfo.org - 555-555-5800 x 5555 - - - 8506 - 8386 - 8797 - 200 - 2017 - 2017-07-01 - 2019-06-30 - EHS - Inactive - Athens-Meigs Educational Service Center - www.athensmeigs.com - 8386@hsesinfo.org - 21 Birge Dr - - Chauncey - OH - 45719-0040 - PO Box 40 - - Chauncey - OH - 45719-0040 - 21 Birge Dr - - Chauncey - OH - 45719-0040 - Mr. - F208269 - L208269 - - President - 208269@hsesinfo.org - Ms. - F208270 - L208270 - - Superintendent - 208270@hsesinfo.org - Ms. - F208272 - L208272 - - 208272@hsesinfo.org - Mrs. - F208268 - L208268 - - 208268@hsesinfo.org - 555-555-8268 - - - 5826 - 5832 - 9500 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Warren County Community Services, Inc. - www.wccsi.org - 5832@hsesinfo.org - 570 N State Route 741 - - Lebanon - OH - 45036-8839 - 570 N State Route 741 - - Lebanon - OH - 45036-8839 - 570 N State Route 741 - - Lebanon - OH - 45036-8839 - Ms. - F103970 - L103970 - - Board President - 103970@hsesinfo.org - Ms. - F103971 - L103971 - - Board President - 103971@hsesinfo.org - Ms. - F103973 - L103973 - - 103973@hsesinfo.org - Ms. - F103969 - L103969 - - 103969@hsesinfo.org - 555-555-3969 - - - 5419 - 1675 - 8994 - 200 - 2014 - 2014-06-01 - 2019-05-31 - AIAN EHS - Inactive - IOWA TRIBE OF OKLAHOMA - http://www.iowanation.org - 1675@hsesinfo.org - 335164 East 750 Rd - - Perkins - OK - 74059 - 335588 East 750 Rd - - Perkins - OK - 74059 - 335588 East 750 Rd - - Perkins - OK - 74059 - Mr. - F96470 - L96470 - - Tribal Chairman - 96470@hsesinfo.org - Ms. - F96473 - L96473 - - Tribal Administrator - 96473@hsesinfo.org - Mr. - F96472 - L96472 - - 96472@hsesinfo.org - Mrs. - F96469 - L96469 - - 96469@hsesinfo.org - 555-555-6469 - - - 11154 - 1583 - 13070 - 000 - 2001 - 2020-04-01 - - HS - Active - CENTRO DE LA FAMILIA DE UTAH - http://www.cdlf.org - 1583@hsesinfo.org - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - Mr. - F226289 - L226289 - - Chair-Board of Directors - 226289@hsesinfo.org - Mr. - F226290 - L226290 - - - 226290@hsesinfo.org - Ms. - F226292 - L226292 - - 226292@hsesinfo.org - Mr. - F226288 - L226288 - - 226288@hsesinfo.org - 555-555-6288 - - - 9542 - 8816 - 11761 - 200 - 2019 - 2019-03-01 - - EHS - Active - Center for Transforming Lives - - 8816@hsesinfo.org - 512 W 4th St - - Fort Worth - TX - 76102-3613 - 512 W 4th St - - Fort Worth - TX - 76102-3613 - 512 W 4th St - - Fort Worth - TX - 76102-3613 - Ms. - F215291 - L215291 - - Board Chair - 215291@hsesinfo.org - Mrs. - F215292 - L215292 - - Chief Executive Officer - 215292@hsesinfo.org - Ms. - F215294 - L215294 - - 215294@hsesinfo.org - Ms. - F215290 - L215290 - - 215290@hsesinfo.org - 555-555-5290 - - - 10069 - 6345 - 12121 - 209 - - 2019-07-01 - - EHS - Active - Norwalk-La Mirada Unified School District - www.nlmusdpreschool.org - 6345@hsesinfo.org - 14616 Dinard Ave - - Norwalk - CA - 90650-5110 - 14616 Dinard Ave - - Norwalk - CA - 90650-5110 - 14616 Dinard Ave - - Norwalk - CA - 90650-5110 - Mr. - F218876 - L218876 - - School Board President - 218876@hsesinfo.org - Dr. - F218877 - L218877 - - School Superintendent - 218877@hsesinfo.org - Ms. - F218879 - L218879 - - 218879@hsesinfo.org - Ms. - F218875 - L218875 - - 218875@hsesinfo.org - 555-555-8875 - - - 10070 - 3665 - 12122 - 210 - 2014 - 2019-07-01 - - EHS - Active - Pomona Unified School District - http://www.pusd.org - 3665@hsesinfo.org - 800 S Garey Ave - Pomona Unified School District Child Development - Pomona - CA - 91766-3325 - 800 S Garey Ave - Pomona Unified School District Child Development - Pomona - CA - 91766-3325 - 800 S Garey Ave - Pomona Unified School District Child Development - Pomona - CA - 91766-3325 - Mrs. - F218883 - L218883 - - Board President - 218883@hsesinfo.org - Mrs. - F218884 - L218884 - - Director of Child Development - 218884@hsesinfo.org - Mrs. - F218886 - L218886 - - 218886@hsesinfo.org - Mr. - F218882 - L218882 - - 218882@hsesinfo.org - 555-555-8882 x 5555 - - - 9543 - 8817 - 11759 - 200 - 2019 - 2019-03-01 - - EHS - Active - Early Learning Ventures - - 8817@hsesinfo.org - 18 Inverness Pl E - - Englewood - CO - 80112-5622 - 18 Inverness Pl E - - Englewood - CO - 80112-5622 - 18 Inverness Pl E - - Englewood - CO - 80112-5622 - Mr. - F215298 - L215298 - - EHS Board Chairperson - 215298@hsesinfo.org - Mrs. - F215299 - L215299 - - ELV Executive Director - 215299@hsesinfo.org - Ms. - F215301 - L215301 - - 215301@hsesinfo.org - Mr. - F215297 - L215297 - - 215297@hsesinfo.org - 555-555-5297 x 5555 - - - 9544 - 8818 - 11750 - 200 - 2019 - 2019-03-01 - - EHS - Active - Western Idaho Community Action Partnership - - 8818@hsesinfo.org - 315 South Main Street - - Payette - ID - 83661-3315 - 315 South Main Street - - Payette - ID - 83661-3315 - 315 South Main Street - - Payette - ID - 83661-3315 - Ms. - F215305 - L215305 - - President, Board of Directors - 215305@hsesinfo.org - Ms. - F215306 - L215306 - - - 215306@hsesinfo.org - Ms. - F215308 - L215308 - - 215308@hsesinfo.org - Ms. - F215304 - L215304 - - 215304@hsesinfo.org - 555-555-5304 x 5555 - - - 11376 - 270 - 13246 - 200 - 2001 - 2020-06-01 - - EHS - Active - QUINCY COMMUNITY ACTION PROGRAMS INC - http://www.qcap.org - 270@hsesinfo.org - 22 Pray St - - Quincy - MA - 02169-7203 - 22 Pray St - - Quincy - MA - 02169-7203 - 22 Pray St - - Quincy - MA - 02169-7203 - Mr. - F227692 - L227692 - - Board Chair/President - 227692@hsesinfo.org - Ms. - F227693 - L227693 - - Chief Executive Officer - 227693@hsesinfo.org - Ms. - F227695 - L227695 - - 227695@hsesinfo.org - Ms. - F227691 - L227691 - - 227691@hsesinfo.org - 555-555-7691 - - - 1371 - 2971 - 2863 - 000 - 2013 - 2013-06-26 - 2019-01-31 - HS - Inactive - The Hudson Guild - 441 W26th St - 2971@hsesinfo.org - 441 W 26th St - - New York - NY - 10001-5629 - 441 W 26th St - - New York - NY - 10001-5629 - 441 W 26th St - - New York - NY - 10001-5629 - Mr. - F39995 - L39995 - - Chairperson - 39995@hsesinfo.org - Mr. - F39993 - L39993 - - Executive Director - 39993@hsesinfo.org - Ms. - F39992 - L39992 - - 39992@hsesinfo.org - Ms. - F36182 - L36182 - - 36182@hsesinfo.org - 555-555-6182 - - - 9545 - 8819 - 11756 - 200 - 2019 - 2019-03-01 - - Migrant EHS - Active - Redlands Christian Migrant Association - - 8819@hsesinfo.org - 402 West Main Street - - Immokalee - FL - 34142 - 402 West Main Street - - Immokalee - FL - 34142 - 402 West Main Street - - Immokalee - FL - 34142 - Ms. - F215312 - L215312 - - President, Board of Directors - 215312@hsesinfo.org - Ms. - F215313 - L215313 - - Executive Director - 215313@hsesinfo.org - Mrs. - F215315 - L215315 - - 215315@hsesinfo.org - Ms. - F215311 - L215311 - - 215311@hsesinfo.org - 555-555-5311 x 5555 - - - 11377 - 6462 - 13242 - 000 - - 2020-06-01 - - HS - Active - Bucks County Intermediate Unit 22 - http://www.bucksiu.org/ - 6462@hsesinfo.org - 705 N Shady Retreat Rd - - Doylestown - PA - 18901-2507 - 705 N Shady Retreat Rd - - Doylestown - PA - 18901-2507 - 705 N Shady Retreat Rd - - Doylestown - PA - 18901-2507 - Mr. - F227699 - L227699 - - Board President - 227699@hsesinfo.org - Dr. - F227700 - L227700 - - Executive Director - 227700@hsesinfo.org - Mr. - F227702 - L227702 - - 227702@hsesinfo.org - Mrs. - F227698 - L227698 - - 227698@hsesinfo.org - 555-555-7698 x 5555 - - - 11378 - 6463 - 13242 - 200 - - 2020-06-01 - - EHS - Active - Bucks County Intermediate Unit 22 - http://www.bucksiu.org/ - 6463@hsesinfo.org - 705 N Shady Retreat Rd - - Doylestown - PA - 18901-2507 - 705 N Shady Retreat Rd - - Doylestown - PA - 18901-2507 - 705 N Shady Retreat Rd - - Doylestown - PA - 18901-2507 - Mr. - F227706 - L227706 - - Board President - 227706@hsesinfo.org - Dr. - F227707 - L227707 - - Executive Director - 227707@hsesinfo.org - Mr. - F227709 - L227709 - - 227709@hsesinfo.org - Mrs. - F227705 - L227705 - - 227705@hsesinfo.org - 555-555-7705 x 5555 - - - 9546 - 8820 - 11758 - 200 - 2019 - 2019-03-01 - - Migrant EHS - Active - Riverside County Office of Education - - 8820@hsesinfo.org - 370 Aurora Drive - - El Centro - CA - 92243-4750 - 370 Aurora Drive - - El Centro - CA - 92243-4750 - 370 Aurora Drive - - El Centro - CA - 92243-4750 - Dr. - F215319 - L215319 - - Riverside County Superintendent of Schools - 215319@hsesinfo.org - Ms. - F215320 - L215320 - - Riverside County Assistant Superintendent of Schools - 215320@hsesinfo.org - Ms. - F215322 - L215322 - - 215322@hsesinfo.org - Mr. - F215318 - L215318 - - 215318@hsesinfo.org - 555-555-5318 x 5555 - - - 10071 - 8742 - 12123 - 211 - 2019 - 2019-07-01 - - EHS - Active - Mexican American Opportunity Foundation - http://www.maof.org - 8742@hsesinfo.org - 2650 Zoe Avenue - - Huntington Park - CA - 90255 - 2650 Zoe Avenue - - Huntington Park - CA - 90255 - 2650 Zoe Avenue - - Huntington Park - CA - 90255 - Mrs. - F218890 - L218890 - - Chair - 218890@hsesinfo.org - Mr. - F218891 - L218891 - - - 218891@hsesinfo.org - Mr. - F218893 - L218893 - - 218893@hsesinfo.org - Mrs. - F218889 - L218889 - - 218889@hsesinfo.org - 555-555-8889 - - - 6983 - 2596 - 10442 - 200 - 2011 - 2015-12-01 - 2020-11-30 - EHS - Inactive - Beth Rivkah Early Head Start - www.bethrivkah.edu - 2596@hsesinfo.org - 310 Crown St - - Brooklyn - NY - 11225-3004 - 310 Crown St - - Brooklyn - NY - 11225-3004 - 310 Crown St - - Brooklyn - NY - 11225-3004 - Mr. - F204547 - L204547 - - - 204547@hsesinfo.org - Mr. - F204548 - L204548 - - - 204548@hsesinfo.org - Mrs. - F204550 - L204550 - - 204550@hsesinfo.org - Mrs. - F204546 - L204546 - - 204546@hsesinfo.org - 555-555-4546 x 5555 - - - 4445 - 390 - 8469 - 000 - 1992 - 2013-11-01 - 2018-10-31 - HS - Inactive - Wayne Action Group for Economic Solvency, Inc - http://www.wagesnc.org - 390@hsesinfo.org - 601 Royall Avenue - - Goldsboro - NC - 27534-2570 - 601 Royall Avenue - - Goldsboro - NC - 27534-2570 - 601 Royall Avenue - - Goldsboro - NC - 27534-2570 - Mrs. - F41524 - L41524 - - Board Chair - 41524@hsesinfo.org - Mrs. - F41525 - L41525 - - Executive Director - 41525@hsesinfo.org - Mr. - F41528 - L41528 - - 41528@hsesinfo.org - Mrs. - F41523 - L41523 - - 41523@hsesinfo.org - 555-555-1523 - - - 5797 - 5803 - 9415 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Vista Del Mar Child and Family Services - www.vistadelmar.org - 5803@hsesinfo.org - 6926 Melrose Ave - - Los Angeles - CA - 90038-3306 - 6926 Melrose Ave - - Los Angeles - CA - 90038-3306 - 3200 Motor Ave - - Los Angeles - CA - 90034-3710 - Ms. - F103688 - L103688 - - Chair Board of Directors - 103688@hsesinfo.org - Ms. - F103689 - L103689 - - CEO/President - 103689@hsesinfo.org - Ms. - F103691 - L103691 - - 103691@hsesinfo.org - Ms. - F103687 - L103687 - - 103687@hsesinfo.org - 555-555-3687 - - - 6861 - 4039 - 10328 - 017 - 2013 - 2015-08-01 - - HS - Active - YWCA of Greater Miami-Dade, Inc. - www.ywca-miami.org - 4039@hsesinfo.org - 351 NW 5th St - - Miami - FL - 33128 - 351 NW 5th St - - Miami - FL - 33128 - 351 NW 5th St - - Miami - FL - 33128 - Ms. - F203702 - L203702 - - Board Chair - 203702@hsesinfo.org - Ms. - F203703 - L203703 - - President/CEO - 203703@hsesinfo.org - Mrs. - F203705 - L203705 - - 203705@hsesinfo.org - Ms. - F203701 - L203701 - - 203701@hsesinfo.org - 555-555-3701 x 5555 - - - 8851 - 571 - 11214 - 000 - 1993 - 2018-07-01 - - HS - Active - FAMILY SERVICES, INC - www.familyservicesforsyth.org - 571@hsesinfo.org - 2050 Big House Gaines Blvd - - Winston Salem - NC - 27101-4610 - 1200 South Broad Street. - - Winston-Salem - NC - 27101 - 1200 S Broad St - - Winston Salem - NC - 27101-5760 - Mrs. - F210438 - L210438 - - Chairperson of Board of Directors - 210438@hsesinfo.org - Mr. - F210439 - L210439 - - President & CEO - 210439@hsesinfo.org - Mr. - F210441 - L210441 - - 210441@hsesinfo.org - Ms. - F210437 - L210437 - - 210437@hsesinfo.org - 555-555-0437 x 5555 - - - 6862 - 4020 - 10328 - 217 - 2013 - 2015-08-01 - - EHS - Active - YWCA of Greater Miami-Dade, Inc. - www.ywca-miami.org - 4020@hsesinfo.org - 351 NW 5th St - - Miami - FL - 33128 - 351 NW 5th St - - Miami - FL - 33128 - 351 NW 5th St - - Miami - FL - 33128 - Ms. - F203709 - L203709 - - Board Chair - 203709@hsesinfo.org - Ms. - F203710 - L203710 - - President/CEO - 203710@hsesinfo.org - Mr. - F203712 - L203712 - - 203712@hsesinfo.org - Ms. - F203708 - L203708 - - 203708@hsesinfo.org - 555-555-3708 x 5555 - - - 6667 - 1158 - 10178 - 000 - 1992 - 2015-07-01 - - AIAN HS - Active - Makah Head Start - - 1158@hsesinfo.org - PO BOX 115 - - Neah Bay - WA - 98357-0115 - PO BOX 115 - - Neah Bay - WA - 98357-0115 - PO BOX 115 - - Neah Bay - WA - 98357-0115 - Mr. - F202339 - L202339 - Sr - Tribal Chairman - 202339@hsesinfo.org - Mr. - F202340 - L202340 - Sr - Tribal Council Vice-Chairman - 202340@hsesinfo.org - Mrs. - F202342 - L202342 - - 202342@hsesinfo.org - Ms. - F202338 - L202338 - - 202338@hsesinfo.org - 555-555-2338 - - - 6668 - 2625 - 10178 - 200 - 2011 - 2015-07-01 - - AIAN EHS - Active - Makah Early Head Start - - 2625@hsesinfo.org - PO BOX 115 - - Neah Bay - WA - 98357-0115 - PO BOX 115 - - Neah Bay - WA - 98357-0115 - PO BOX 115 - - Neah Bay - WA - 98357-0115 - Mr. - F202346 - L202346 - Sr - Tribal Chairman - 202346@hsesinfo.org - Mr. - F202347 - L202347 - Sr - Tribal Vice Chairman - 202347@hsesinfo.org - Ms. - F202349 - L202349 - - 202349@hsesinfo.org - Ms. - F202345 - L202345 - - 202345@hsesinfo.org - 555-555-2345 - - - 6943 - 2522 - 10415 - 200 - 2007 - 2015-11-01 - - EHS - Active - NEXT DOOR FOUNDATION - www.nextdoormke.org - 2522@hsesinfo.org - 2545 N 29th St - - Milwaukee - WI - 53210-3116 - 2545 N 29th St - - Milwaukee - WI - 53210-3116 - 2545 N 29th St - - Milwaukee - WI - 53210-3116 - Mr. - F204263 - L204263 - - Board President - 204263@hsesinfo.org - Dr. - F204264 - L204264 - - President - 204264@hsesinfo.org - Mr. - F204266 - L204266 - - 204266@hsesinfo.org - Ms. - F204262 - L204262 - - 204262@hsesinfo.org - 555-555-4262 x 5555 - - - 5795 - 5801 - 9413 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Foothill Family Service - www.foothillfamily.org - 5801@hsesinfo.org - 3629 Santa Anita Ave - Ste 201 - El Monte - CA - 91731-3635 - 3629 Santa Anita Ave - Ste 201 - El Monte - CA - 91731-3635 - 2500 E Foothill Blvd - Ste 300 - Pasadena - CA - 91107-7102 - Ms. - F103672 - L103672 - - - 103672@hsesinfo.org - Mr. - F103673 - L103673 - - - 103673@hsesinfo.org - Ms. - F103675 - L103675 - - 103675@hsesinfo.org - Ms. - F103671 - L103671 - - 103671@hsesinfo.org - 555-555-3671 - - - 10761 - 1044 - 12749 - 000 - 2014 - 2019-12-01 - - HS - Active - District 4 Human Resource Development Council - http://www.hrdc4.org - 1044@hsesinfo.org - 2229 5th Avenue - - Havre - MT - 59501-5217 - 2229 5th Avenue - - Havre - MT - 59501-5217 - 2229 5th Avenue - - Havre - MT - 59501-5217 - Mr. - F223648 - L223648 - - HRDC Board Chairperson - 223648@hsesinfo.org - Ms. - F223649 - L223649 - - Executive Director - 223649@hsesinfo.org - Ms. - F223651 - L223651 - - 223651@hsesinfo.org - Ms. - F223647 - L223647 - - 223647@hsesinfo.org - 555-555-3647 x 5555 - - - 5990 - 5997 - 9544 - 202 - - 2014-07-01 - 2019-06-30 - EHS - Inactive - Community Works Bon Secours Baltimore Health Systems, Inc - www.bonsecoursbaltimorefoundation.org - 5997@hsesinfo.org - 26 N Fulton Ave - - Baltimore - MD - 21223-1624 - 26 N Fulton Ave - - Baltimore - MD - 21223-1624 - 26 N Fulton Ave - - Baltimore - MD - 21223-1624 - Mr. - F106594 - L106594 - - Board Chair - 106594@hsesinfo.org - Mr. - F106595 - L106595 - - CEO - 106595@hsesinfo.org - Ms. - F106597 - L106597 - - 106597@hsesinfo.org - Mr. - F106593 - L106593 - - 106593@hsesinfo.org - 555-555-6593 - - - 5248 - 3749 - 9092 - 001 - 2014 - 2014-07-01 - 2019-05-31 - HS - Inactive - Cincinnati Public Schools Head Start - http://www.cps-k12.org/programs/preschool - 3749@hsesinfo.org - 2651 Burnet Avenue - - Cincinnati - OH - 45219-2551 - 2651 Burnet Avenue - - Cincinnati - OH - 45219-2551 - 2651 Burnet Avenue - - Cincinnati - OH - 45219-2551 - Mrs. - F53254 - L53254 - - Board President - 53254@hsesinfo.org - Ms. - F53253 - L53253 - - Superintendent - 53253@hsesinfo.org - Ms. - F53257 - L53257 - - 53257@hsesinfo.org - Ms. - F53252 - L53252 - - 53252@hsesinfo.org - 555-555-3252 - - - 10762 - 1045 - 12749 - 200 - 2001 - 2019-12-01 - - EHS - Active - District IV Human Resource Development Council - http://www.hrdc4.org - 1045@hsesinfo.org - 2229 5th Avenue - - Havre - MT - 59501-5217 - 2229 5th Avenue - - Havre - MT - 59501-5217 - 2229 5th Avenue - - Havre - MT - 59501-5217 - Mr. - F223655 - L223655 - - HRDC Board Chairperson - 223655@hsesinfo.org - Ms. - F223656 - L223656 - - Executive Director - 223656@hsesinfo.org - Ms. - F223658 - L223658 - - 223658@hsesinfo.org - Ms. - F223654 - L223654 - - 223654@hsesinfo.org - 555-555-3654 x 5555 - - - 10760 - 2424 - 12750 - 000 - 2014 - 2019-12-01 - - HS - Active - Community Services Of Northeast Texas, Inc. - http://www.csntexas.org - 2424@hsesinfo.org - 304 E Houston St - - Linden - TX - 75563-5600 - PO Box 427 - - Linden - TX - 75563-0427 - 304 E Houston St - - Linden - TX - 75563-5600 - Rev. - F223641 - L223641 - - Governing Board Chair - 223641@hsesinfo.org - Mr. - F223642 - L223642 - - Executive Director - 223642@hsesinfo.org - Ms. - F223644 - L223644 - - 223644@hsesinfo.org - Ms. - F223640 - L223640 - - 223640@hsesinfo.org - 555-555-3640 x 5555 - - - 8914 - 3769 - 11274 - 002 - 2013 - 2018-07-01 - - HS - Active - Episcopal Community Services - http://www.ecscalifornia.org - 3769@hsesinfo.org - 401 Mile of Cars Way - Ste 350 - National City - CA - 91950-6629 - 401 Mile of Cars Way - Ste 350 - National City - CA - 91950-6629 - 401 Mile of Cars Way - Ste 350 - National City - CA - 91950-6629 - Ms. - F210919 - L210919 - - Board of Directors President - 210919@hsesinfo.org - Ms. - F210920 - L210920 - - - 210920@hsesinfo.org - Ms. - F210922 - L210922 - - 210922@hsesinfo.org - Mrs. - F210918 - L210918 - - 210918@hsesinfo.org - 555-555-0918 - - - 6676 - 3513 - 10185 - 001 - - 2015-07-01 - 2020-06-30 - HS - Inactive - Aldine Independent School District - http://aldineisd.org - 3513@hsesinfo.org - 2520 Ww Thorne Blvd - - Houston - TX - 77073-3406 - 2520 Ww Thorne Blvd - - Houston - TX - 77073-3406 - 2520 Ww Thorne Blvd - - Houston - TX - 77073-3406 - Dr. - F202402 - L202402 - - President, Aldine ISD School Board - 202402@hsesinfo.org - Dr. - F202403 - L202403 - - Superintendent of Schools, Aldine ISD - 202403@hsesinfo.org - Ms. - F202405 - L202405 - - 202405@hsesinfo.org - Dr. - F202401 - L202401 - - 202401@hsesinfo.org - 555-555-2401 - - - 6674 - 4079 - 10183 - 001 - - 2015-07-01 - 2015-07-01 - HS - Inactive - APM Head Start - www.apmphila.org - 4079@hsesinfo.org - 2318 North Marshall Street - - Philadelphia - PA - 19133-2115 - 2318 North Marshall Street - - Philadelphia - PA - 19133-2115 - 2318 North Marshall Street - - Philadelphia - PA - 19133-2115 - - F202388 - L202388 - - - 202388@hsesinfo.org - - F202389 - L202389 - - - 202389@hsesinfo.org - - F202391 - L202391 - - 202391@hsesinfo.org - Ms. - F202387 - L202387 - - 202387@hsesinfo.org - 555-555-2387 - - - 9027 - 707 - 11349 - 000 - 2013 - 2018-08-01 - - HS - Active - Hitchcock Independent School District - www.hitchcockisd.org - 707@hsesinfo.org - 5701 FM 2004 Road - - Hitchcock - TX - 77563-1603 - 5701 FM 2004 Road - - Hitchcock - TX - 77563-1603 - 5701 FM 2004 Road - - Hitchcock - TX - 77563-1603 - Mr. - F211725 - L211725 - - President - 211725@hsesinfo.org - Mr. - F211726 - L211726 - - - 211726@hsesinfo.org - Ms. - F211728 - L211728 - - 211728@hsesinfo.org - Ms. - F211724 - L211724 - - 211724@hsesinfo.org - 555-555-1724 - - - 8662 - 8525 - 11046 - 000 - 2017 - 2017-07-01 - - HS - Active - Municipality of Barceloneta - - 8525@hsesinfo.org - Edif Professional Center Carr #2 - - Barceloneta - PR - 00617 - PO Box 2044 - - Barceloneta - PR - 00617-2044 - Edif Professional Center Carr #2 - - Barceloneta - PR - 00617 - Hon. - F209143 - L209143 - - President Governing Body - 209143@hsesinfo.org - Mrs. - F209144 - L209144 - - - 209144@hsesinfo.org - Mrs. - F209146 - L209146 - - 209146@hsesinfo.org - Mrs. - F209142 - L209142 - - 209142@hsesinfo.org - 555-555-9142 x 5555 - - - 11379 - 6578 - 13247 - 000 - - 2020-06-01 - - HS - Active - Children's Home & Aid Society of Illinois - www.childrenshomeandaid.org - 6578@hsesinfo.org - 125 S Wacker Dr Fl 14 - - Chicago - IL - 60606-4429 - 125 S Wacker Dr Fl 14 - - Chicago - IL - 60606-4429 - 125 S Wacker Dr Fl 14 - - Chicago - IL - 60606-4429 - Mr. - F227713 - L227713 - - Board Chair - 227713@hsesinfo.org - Mr. - F227714 - L227714 - - President and CEO - 227714@hsesinfo.org - Ms. - F227716 - L227716 - - 227716@hsesinfo.org - Ms. - F227712 - L227712 - - 227712@hsesinfo.org - 555-555-7712 - - - 3227 - 3111 - 6834 - 000 - 2013 - 2013-06-04 - 2018-10-31 - HS - Inactive - West Central Minnesota Communities Action, Inc. - www.wcmca.org - 3111@hsesinfo.org - 411 Industrial Park Blvd - - Elbow Lake - MN - 56531-4213 - 411 Industrial Park Blvd - - Elbow Lake - MN - 56531-4213 - 411 Industrial Park Blvd - - Elbow Lake - MN - 56531-4213 - Ms. - F39692 - L39692 - - Board Chair - 39692@hsesinfo.org - Ms. - F39690 - L39690 - - Chief Executive Officer - 39690@hsesinfo.org - Ms. - F39689 - L39689 - - 39689@hsesinfo.org - Ms. - F35978 - L35978 - - 35978@hsesinfo.org - 555-555-5978 - - - 11380 - 8459 - 13248 - 001 - 2016 - 2020-06-01 - - HS - Active - Hephzibah Children's Association - http://www.hephzibahhome.org - 8459@hsesinfo.org - 946 NORTH BLVD - - OAK PARK - IL - 60301-6706 - 946 NORTH BLVD - - OAK PARK - IL - 60301-6706 - 946 NORTH BLVD - - OAK PARK - IL - 60301-6706 - Ms. - F227720 - L227720 - - Hephzibah's Board President - 227720@hsesinfo.org - Mrs. - F227721 - L227721 - - Hephzibah's Executive Director - 227721@hsesinfo.org - Ms. - F227723 - L227723 - - 227723@hsesinfo.org - Mrs. - F227719 - L227719 - - 227719@hsesinfo.org - 555-555-7719 - - - 10375 - 5932 - 12397 - 200 - - 2019-08-01 - - EHS - Active - Community Action of Orleans and Genesee, Inc. - caoginc.org - 5932@hsesinfo.org - 409 E State St - - Albion - NY - 14411-1123 - 409 E State St - - Albion - NY - 14411-1123 - 409 E State St - - Albion - NY - 14411-1123 - Ms. - F220966 - L220966 - - Board Chairperson - 220966@hsesinfo.org - Ms. - F220967 - L220967 - - Executive Director - 220967@hsesinfo.org - Ms. - F220969 - L220969 - - 220969@hsesinfo.org - Mrs. - F220965 - L220965 - - 220965@hsesinfo.org - 555-555-0965 - - - 10376 - 6004 - 12393 - 200 - - 2019-08-01 - - EHS - Active - University Settlement Society of New York, Inc. - www.universitysettlement.org - 6004@hsesinfo.org - 184 Eldridge Street - - New York - NY - 10002-2924 - 184 Eldridge Street - - New York - NY - 10002-2924 - 184 Eldridge Street - - New York - NY - 10002-2924 - Mr. - F220973 - L220973 - - Board Chair - 220973@hsesinfo.org - Dr. - F220974 - L220974 - - Executive Director - 220974@hsesinfo.org - Mrs. - F220976 - L220976 - - 220976@hsesinfo.org - Ms. - F220972 - L220972 - - 220972@hsesinfo.org - 555-555-0972 - - - 10377 - 6006 - 12395 - 200 - - 2019-08-01 - - EHS - Active - Centro de Fortalecimiento Familiar, ESCAPE - www.escapepr.org - 6006@hsesinfo.org - Road 181 Km 44.8 Celada Sector - - Gurabo - PR - 00778 - PO Box 9689 - - San Juan - PR - 00908-9689 - #500 Avenida Muñoz Rivera Edificio El Centro I Local 8 - - San Juan - PR - 00908 - Mrs. - F220980 - L220980 - - Board Chair - President - 220980@hsesinfo.org - Mrs. - F220981 - L220981 - - Executive Director - 220981@hsesinfo.org - Mrs. - F220983 - L220983 - - 220983@hsesinfo.org - Mrs. - F220979 - L220979 - - 220979@hsesinfo.org - 555-555-0979 - - - 10378 - 6009 - 12388 - 200 - - 2019-08-01 - - EHS - Active - Grand Street Settlement, Inc. - www.grandsettlement.org - 6009@hsesinfo.org - 80 Pitt Street - - New York - NY - 10002-3516 - 80 Pitt Street - - New York - NY - 10002-3516 - 80 Pitt Street - - New York - NY - 10002-3516 - Ms. - F220987 - L220987 - - Board Chair - 220987@hsesinfo.org - Ms. - F220988 - L220988 - - Managing Director - 220988@hsesinfo.org - Ms. - F220990 - L220990 - - 220990@hsesinfo.org - Mrs. - F220986 - L220986 - - 220986@hsesinfo.org - 555-555-0986 - - - 11381 - 6579 - 13247 - 200 - - 2020-06-01 - - EHS - Active - Children's Home & Aid Society of Illinois - www.childrenshomeandaid.org - 6579@hsesinfo.org - 125 S Wacker Dr Fl 14 - - Chicago - IL - 60606-4429 - 125 S Wacker Dr Fl 14 - - Chicago - IL - 60606-4429 - 125 S Wacker Dr Fl 14 - - Chicago - IL - 60606-4429 - Mr. - F227727 - L227727 - - Board Chair - 227727@hsesinfo.org - Mr. - F227728 - L227728 - - President and CEO - 227728@hsesinfo.org - Ms. - F227730 - L227730 - - 227730@hsesinfo.org - Ms. - F227726 - L227726 - - 227726@hsesinfo.org - 555-555-7726 - - - 11382 - 8460 - 13248 - 201 - 2016 - 2020-06-01 - - EHS - Active - Hephzibah Children's Association - http://www.hephzibahhome.org - 8460@hsesinfo.org - 946 NORTH BLVD - - OAK PARK - IL - 60301-6706 - 946 NORTH BLVD - - OAK PARK - IL - 60301-6706 - 946 NORTH BLVD - - OAK PARK - IL - 60301-6706 - Mr. - F227734 - L227734 - - Hephzibah's Board President - 227734@hsesinfo.org - Mrs. - F227735 - L227735 - - Hephzibah's Executive Director - 227735@hsesinfo.org - Ms. - F227737 - L227737 - - 227737@hsesinfo.org - Mrs. - F227733 - L227733 - - 227733@hsesinfo.org - 555-555-7733 - - - 10072 - 8743 - 12124 - 212 - 2019 - 2019-07-01 - - EHS - Active - Santa Monica-Malibu Unified School District - http://www.smmusd.org - 8743@hsesinfo.org - 2828 4th St - - Santa Monica - CA - 90405-4308 - 2828 4th St - - Santa Monica - CA - 90405-4308 - 2828 4th St - - Santa Monica - CA - 90405-4308 - Dr. - F218897 - L218897 - - President - 218897@hsesinfo.org - Dr. - F218898 - L218898 - - Director - 218898@hsesinfo.org - Mrs. - F218900 - L218900 - - 218900@hsesinfo.org - Dr. - F218896 - L218896 - - 218896@hsesinfo.org - 555-555-8896 x 5555 - - - 11383 - 3040 - 13244 - 200 - 2011 - 2020-06-01 - - EHS - Active - Los Angeles Education Partnership - www.laep.org - 3040@hsesinfo.org - 202 W 1st Street - 4th Floor, Suite 6-0410 - Los Angeles - CA - 90012-4299 - 202 W 1st St - 4th Floor, Suite 6-0410 - Los Angeles - CA - 90012-4299 - 202 W 1st Street - 4th Floor, Suite 6-0410 - Los Angeles - CA - 90012-4299 - Mr. - F227741 - L227741 - - - 227741@hsesinfo.org - Ms. - F227742 - L227742 - - - 227742@hsesinfo.org - - F227744 - L227744 - - 227744@hsesinfo.org - Ms. - F227740 - L227740 - - 227740@hsesinfo.org - 555-555-7740 x 5555 - - - 10073 - 5856 - 12125 - 213 - - 2019-07-01 - - EHS - Active - Children’s Institute, Inc - childrensinstitute.org - 5856@hsesinfo.org - 7226 S Figueroa St - - Los Angeles - CA - 90003-1721 - 7226 S Figueroa St - - Los Angeles - CA - 90003-1721 - 7226 S Figueroa St - - Los Angeles - CA - 90003-1721 - Mr. - F218904 - L218904 - - Board Chairman - 218904@hsesinfo.org - Ms. - F218905 - L218905 - - CEO - 218905@hsesinfo.org - Mr. - F218907 - L218907 - - 218907@hsesinfo.org - Ms. - F218903 - L218903 - - 218903@hsesinfo.org - 555-555-8903 - - - 4467 - 368 - 8499 - 000 - 2013 - 2013-11-05 - 2019-06-30 - HS - Inactive - Lutheran Services Florida, Inc. - lsfnet.org - 368@hsesinfo.org - 301 SW 8th St - 200 S.W. 9th Street - Belle Glade - FL - 33430-3374 - 301 SW 8th St - 200 S.W. 9th Street - Belle Glade - FL - 33430-3374 - 301 SW 8th St - 200 S.W. 9th Street - Belle Glade - FL - 33430-3374 - Mr. - F41510 - L41510 - - Board Chairman - 41510@hsesinfo.org - Mr. - F41512 - L41512 - - Executive Vice President for Children and Head Start Services - 41512@hsesinfo.org - Mrs. - F41511 - L41511 - - 41511@hsesinfo.org - Ms. - F41509 - L41509 - - 41509@hsesinfo.org - 555-555-1509 - - - 11384 - 2183 - 13243 - 000 - 1992 - 2020-06-01 - - HS - Active - Community Action Partnership of Madera County - http://www.maderacap.org - 2183@hsesinfo.org - 1225 Gill Ave - - Madera - CA - 93637-5234 - 1225 Gill Ave - - Madera - CA - 93637-5234 - 1225 Gill Ave - - Madera - CA - 93637-5234 - Mr. - F227748 - L227748 - - Chairperson - 227748@hsesinfo.org - Ms. - F227749 - L227749 - - Executive Director - 227749@hsesinfo.org - Ms. - F227751 - L227751 - - 227751@hsesinfo.org - Ms. - F227747 - L227747 - - 227747@hsesinfo.org - 555-555-7747 - - - 10074 - 8618 - 12126 - 214 - 2017 - 2019-07-01 - - EHS - Active - Para Los Ninos - http://www.paralosninos.org - 8618@hsesinfo.org - 5000 Hollywood Blvd - - Los Angeles - CA - 90027-6104 - 5000 Hollywood Blvd - - Los Angeles - CA - 90027-6104 - 5000 Hollywood Blvd - - Los Angeles - CA - 90027-6104 - Atty. - F218911 - L218911 - - Board Member - 218911@hsesinfo.org - Dr. - F218912 - L218912 - - CEO - 218912@hsesinfo.org - Ms. - F218914 - L218914 - - 218914@hsesinfo.org - Dr. - F218910 - L218910 - - 218910@hsesinfo.org - 555-555-8910 x 5555 - - - 9460 - 3228 - 11670 - 200 - 2014 - 2019-04-01 - - EHS - Active - Tri-County Opportunities Council, Inc. - www.tcochelps.org - 3228@hsesinfo.org - 405 Emmons Ave - - Rock Falls - IL - 61071-1407 - 405 Emmons Ave - - Rock Falls - IL - 61071-1407 - 405 Emmons Ave - - Rock Falls - IL - 61071-1407 - Mr. - F214717 - L214717 - - T.C.O.C. Board Chair - 214717@hsesinfo.org - Ms. - F214718 - L214718 - - President/CEO - 214718@hsesinfo.org - Ms. - F214720 - L214720 - - 214720@hsesinfo.org - Mrs. - F214716 - L214716 - - 214716@hsesinfo.org - 555-555-4716 x 5555 - - - 9110 - 3777 - 11423 - 001 - 2013 - 2018-09-01 - - HS - Active - San Jacinto USD - www.sanjacinto.k12.ca.us - 3777@hsesinfo.org - 2045 South San Jacinto Avenue - - San Jacinto - CA - 92583-5626 - 2045 South San Jacinto Avenue - - San Jacinto - CA - 92583-5626 - 2045 South San Jacinto Avenue - - San Jacinto - CA - 92583-5626 - Mr. - F212360 - L212360 - - President - 212360@hsesinfo.org - Dr. - F212361 - L212361 - - Interim Superintendent - 212361@hsesinfo.org - Ms. - F212363 - L212363 - - 212363@hsesinfo.org - Ms. - F212359 - L212359 - - 212359@hsesinfo.org - 555-555-2359 - - - 11659 - 3513 - 13421 - 001 - - 2020-07-01 - - HS - Active - Aldine Independent School District - http://aldineisd.org - 3513@hsesinfo.org - 2520 Ww Thorne Blvd - - Houston - TX - 77073-3406 - 2520 Ww Thorne Blvd - - Houston - TX - 77073-3406 - 2520 Ww Thorne Blvd - - Houston - TX - 77073-3406 - Dr. - F229576 - L229576 - - President, Aldine ISD School Board - 229576@hsesinfo.org - Dr. - F229574 - L229574 - - Superintendent of Schools, Aldine ISD - 229574@hsesinfo.org - Ms. - F229577 - L229577 - - 229577@hsesinfo.org - Dr. - F229573 - L229573 - - 229573@hsesinfo.org - 555-555-9573 - - - 6725 - 2097 - 10189 - 000 - 1992 - 2015-08-01 - - HS - Active - NORTHEAST KENTUCKY COMMUNITY ACTION AGENCY, INC. - http://www.nkcaa.net - 2097@hsesinfo.org - 21039 W US Highway 60 - - Olive Hill - KY - 41164-8224 - 21039 W US Highway 60 - - Olive Hill - KY - 41164-8224 - 21039 W US Highway 60 - - Olive Hill - KY - 41164-8224 - Ms. - F202746 - L202746 - - Board Chair - 202746@hsesinfo.org - Mr. - F202747 - L202747 - - Executive Director - 202747@hsesinfo.org - Ms. - F202749 - L202749 - - 202749@hsesinfo.org - Ms. - F202745 - L202745 - - 202745@hsesinfo.org - 555-555-2745 - - - 5494 - 2848 - 9253 - 200 - 2014 - 2014-11-01 - 2020-06-30 - EHS - Inactive - Family Enrichment Network - familyenrichment.org - 2848@hsesinfo.org - 24 Cherry St - - Johnson City - NY - 13790-2615 - 24 Cherry St - - Johnson City - NY - 13790-2615 - 24 Cherry St - - Johnson City - NY - 13790-2615 - Ms. - F99198 - L99198 - - Governing Board Chairperson - 99198@hsesinfo.org - Mr. - F99196 - L99196 - - Executive Director - 99196@hsesinfo.org - Ms. - F99195 - L99195 - - 99195@hsesinfo.org - Mrs. - F99193 - L99193 - - 99193@hsesinfo.org - 555-555-9193 x 5555 - - - 6752 - 6770 - 10245 - 000 - - 2015-08-01 - - HS - Active - SAVE THE CHILDREN FEDERATION INC - - 6770@hsesinfo.org - 409 7th Ave E - - Williston - ND - 58801-5534 - 409 7th Ave E - - Williston - ND - 58801-5534 - 409 7th Ave E - - Williston - ND - 58801-5534 - Mr. - F202935 - L202935 - - Save the Children Head Start Board Chair - 202935@hsesinfo.org - Mr. - F202936 - L202936 - - Executive Director - 202936@hsesinfo.org - Ms. - F202938 - L202938 - - 202938@hsesinfo.org - Mrs. - F202934 - L202934 - - 202934@hsesinfo.org - 555-555-2934 x 5555 - - - 5635 - 4148 - 9455 - 021 - 2014 - 2014-12-01 - - HS - Active - Metropolitan Family Services - http://www.metrofamily.org - 4148@hsesinfo.org - 1 N Dearborn St - 10th Floor - Chicago - IL - 60602-4121 - 1 N Dearborn St - 10th Floor - Chicago - IL - 60602-4121 - 1 N Dearborn St - 10th Floor - Chicago - IL - 60602-4121 - Mr. - F101517 - L101517 - - Board Chair - 101517@hsesinfo.org - Mr. - F101515 - L101515 - - CEO - 101515@hsesinfo.org - Ms. - F101514 - L101514 - - 101514@hsesinfo.org - Ms. - F101512 - L101512 - - 101512@hsesinfo.org - 555-555-1512 - - - 10331 - 3964 - 12349 - 062 - 2014 - 2019-07-01 - - HS - Active - Lutheran Social Services of NY Early Life - www.lssny.org - 3964@hsesinfo.org - 475 Riverside Dr - Ste 1244 - New York - NY - 10115-0046 - 475 Riverside Dr - Ste 1244 - New York - NY - 10115-0046 - 475 Riverside Dr - Ste 1244 - New York - NY - 10115-0046 - Mr. - F220658 - L220658 - - CEO/President - 220658@hsesinfo.org - Ms. - F220659 - L220659 - - Executive Director - 220659@hsesinfo.org - Ms. - F220661 - L220661 - - 220661@hsesinfo.org - Ms. - F220657 - L220657 - - 220657@hsesinfo.org - 555-555-0657 - - - 9772 - 4339 - 11908 - 000 - 2013 - 2019-07-01 - - HS - Active - Tri-County Community Action Agency, Inc. - www.gatewaycap.org - 4339@hsesinfo.org - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - Ms. - F216814 - L216814 - - Chariman of the Board of Directors - 216814@hsesinfo.org - Mr. - F216815 - L216815 - - President/CEO - 216815@hsesinfo.org - Ms. - F216817 - L216817 - - 216817@hsesinfo.org - Ms. - F216813 - L216813 - - 216813@hsesinfo.org - 555-555-6813 - - - 8516 - 8396 - 10923 - 200 - 2017 - 2017-03-01 - - EHS - Active - Mt Hood Community College - http://mhccheadstart.org - 8396@hsesinfo.org - 10100 NE Prescott St. - - Portland - OR - 97220-3555 - 10100 NE Prescott St. - - Portland - OR - 97220-3555 - 10100 NE Prescott St. - - Portland - OR - 97220-3555 - Ms. - F208338 - L208338 - - Chair, Board of Education - 208338@hsesinfo.org - Ms. - F208339 - L208339 - - Executive Director - 208339@hsesinfo.org - Ms. - F208341 - L208341 - - 208341@hsesinfo.org - Ms. - F208337 - L208337 - - 208337@hsesinfo.org - 555-555-8337 - - - 10345 - 8081 - 12349 - 262 - 2016 - 2019-07-01 - - EHS - Active - Lutheran Social Services of NY Early Life - www.lssny.org - 8081@hsesinfo.org - 475 Riverside Dr - Ste 1244 - New York - NY - 10115-0046 - 475 Riverside Dr - Ste 1244 - New York - NY - 10115-0046 - 475 Riverside Dr - Ste 1244 - New York - NY - 10115-0046 - Mr. - F220756 - L220756 - - Chief Executive Officer - 220756@hsesinfo.org - Ms. - F220757 - L220757 - - Executive Director - 220757@hsesinfo.org - Ms. - F220759 - L220759 - - 220759@hsesinfo.org - Ms. - F220755 - L220755 - - 220755@hsesinfo.org - 555-555-0755 - - - 9553 - 1924 - 11778 - 000 - 2014 - 2019-04-01 - - HS - Active - INTER-COUNTY COMMUNITY COUNCIL, INC. - www.intercountycc.org - 1924@hsesinfo.org - 207 Main Street - - Oklee - MN - 56742-0189 - P.O. Box 189 - 207 Main Street - Oklee - MN - 56742-0189 - P.O. Box 189 - 207 Main Street - Oklee - MN - 56742-0189 - Mr. - F215368 - L215368 - - ICCC Board Chair - 215368@hsesinfo.org - Ms. - F215369 - L215369 - - - 215369@hsesinfo.org - Ms. - F215371 - L215371 - - 215371@hsesinfo.org - Ms. - F215367 - L215367 - - 215367@hsesinfo.org - 555-555-5367 x 5555 - - - 9554 - 1925 - 11778 - 200 - 2014 - 2019-04-01 - - EHS - Active - INTER-COUNTY COMMUNITY COUNCIL, INC. - intercountycommunitycouncicc.org - 1925@hsesinfo.org - P.O. Box 189 - 207 MainStreet - Oklee - MN - 56742-0189 - P.O. Box 189 - 207 MainStreet - Oklee - MN - 56742-0189 - P.O. Box 189 - 207 MainStreet - Oklee - MN - 56742-0189 - Mr. - F215375 - L215375 - - ICCC Board Chair - 215375@hsesinfo.org - Ms. - F215376 - L215376 - - - 215376@hsesinfo.org - Ms. - F215378 - L215378 - - 215378@hsesinfo.org - Ms. - F215374 - L215374 - - 215374@hsesinfo.org - 555-555-5374 x 5555 - - - 8517 - 8397 - 10924 - 200 - 2017 - 2017-03-01 - - EHS - Active - Educational Service District 112 - www.esd112.org - 8397@hsesinfo.org - 2500 NE 65th Avenue - - Vancouver - WA - 98661-6812 - 2500 NE 65th Avenue - - Vancouver - WA - 98661-6812 - 2500 NE 65th Avenue - - Vancouver - WA - 98661-6812 - Ms. - F208345 - L208345 - - Board Chair - 208345@hsesinfo.org - Ms. - F208346 - L208346 - - Executive Director of Early Care and Education - 208346@hsesinfo.org - Ms. - F208348 - L208348 - - 208348@hsesinfo.org - Ms. - F208344 - L208344 - - 208344@hsesinfo.org - 555-555-8344 - - - 9773 - 4340 - 11908 - 200 - 2013 - 2019-07-01 - - EHS - Active - Tri-County Community Action Agency, Inc. - www.gatewaycap.org - 4340@hsesinfo.org - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - Ms. - F216821 - L216821 - - Chairman of the Board of Directors - 216821@hsesinfo.org - Mr. - F216822 - L216822 - - President/CEO - 216822@hsesinfo.org - Mr. - F216824 - L216824 - - 216824@hsesinfo.org - Ms. - F216820 - L216820 - - 216820@hsesinfo.org - 555-555-6820 - - - 9774 - 1991 - 11911 - 000 - 1992 - 2019-07-01 - - HS - Active - Kids Central, Inc. - http://www.kidscentralinc.com - 1991@hsesinfo.org - 5345 Esserville Road - - Norton - VA - 24273-0661 - PO Box 661 - - Norton - VA - 24273-0661 - 5345 Esserville Rd - - Norton - VA - 24273-4011 - Mr. - F216828 - L216828 - - Board Chair - 216828@hsesinfo.org - Mr. - F216829 - L216829 - - Executive Director - 216829@hsesinfo.org - Mrs. - F216831 - L216831 - - 216831@hsesinfo.org - Mr. - F216827 - L216827 - - 216827@hsesinfo.org - 555-555-6827 x 5555 - - - 9775 - 1992 - 11911 - 200 - 2003 - 2019-07-01 - - EHS - Active - Kids Central, Inc. - http://www.kidscentralinc.com - 1992@hsesinfo.org - 5345 Esserville Road - - Norton - VA - 24273-0661 - P.O. Box 661 - - Norton - VA - 24273-0661 - 5345 Esserville Rd - - Norton - VA - 24273-4011 - Mr. - F216835 - L216835 - - Board Chair - 216835@hsesinfo.org - Mr. - F216836 - L216836 - - - 216836@hsesinfo.org - Mrs. - F216838 - L216838 - - 216838@hsesinfo.org - Mr. - F216834 - L216834 - - 216834@hsesinfo.org - 555-555-6834 x 5555 - - - 8796 - 8641 - 11151 - 000 - 2018 - 2018-04-01 - - Migrant HS - Active - UMOS, Inc. - www.umos.org - 8641@hsesinfo.org - 2701 South Chase Avenue - - Milwaukee - WI - 53207-1450 - PO Box 4129 - - Milwaukee - WI - 53207 - 2701 South Chase Avenue - - Milwaukee - WI - 53207 - Mr. - F210004 - L210004 - - Board Chair - 210004@hsesinfo.org - Mr. - F210005 - L210005 - - CEO/President - 210005@hsesinfo.org - Ms. - F210007 - L210007 - - 210007@hsesinfo.org - Ms. - F210003 - L210003 - - 210003@hsesinfo.org - 555-555-0003 - - - 10380 - 5948 - 12394 - 200 - - 2019-08-01 - - EHS - Active - Western Carolina Community Action, Inc. - P.O. Box 685, 220 King Creek Blvd. - 5948@hsesinfo.org - 220 King Creek Blvd - - Hendersonville - NC - 28792-4895 - 220 King Creek Blvd - - Hendersonville - NC - 28792-4895 - 220 King Creek Blvd - - Hendersonville - NC - 28792-4895 - Ms. - F221001 - L221001 - - Board Chair - 221001@hsesinfo.org - Mr. - F221002 - L221002 - - Executive Director - 221002@hsesinfo.org - Ms. - F221004 - L221004 - - 221004@hsesinfo.org - Ms. - F221000 - L221000 - - 221000@hsesinfo.org - 555-555-1000 - - - 9214 - 1053 - 11500 - 000 - 2013 - 2018-12-01 - - HS - Active - Southeastern North Dakota Community Action Agency - www.sendcaa.org - 1053@hsesinfo.org - 3233 South University Drive - - Fargo - ND - 58104-6221 - 3233 South University Drive - - Fargo - ND - 58104-6221 - 3233 South University Drive - - Fargo - ND - 58104-6221 - Mr. - F213038 - L213038 - - SENDCAA Board Chairperson - 213038@hsesinfo.org - Mr. - F213039 - L213039 - - - 213039@hsesinfo.org - Ms. - F213041 - L213041 - - 213041@hsesinfo.org - Ms. - F213037 - L213037 - - 213037@hsesinfo.org - 555-555-3037 x 5555 - - - 9764 - 8915 - 11898 - 200 - 2019 - 2019-07-01 - - EHS - Active - CDI HS/Sumter County, SC - www.cdiheadstart.org - 8915@hsesinfo.org - 315 W Fulton St - - Sumter - SC - 29150-5779 - PO Box 2096 - - Sumter - SC - 29151-2096 - 315 W Fulton St - - Sumter - SC - 29150-5779 - Mr. - F216761 - L216761 - - Chief Executive Officer - 216761@hsesinfo.org - Ms. - F216759 - L216759 - - Chief Executive Officer - 216759@hsesinfo.org - - F216762 - L216762 - - 216762@hsesinfo.org - Ms. - F216758 - L216758 - - 216758@hsesinfo.org - 555-555-6758 - - - 5798 - 5804 - 9411 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Allies for Every Child - www.alliesforeverychild.org - 5804@hsesinfo.org - 12120 Wagner St - - Culver City - CA - 90230-5844 - 5721 W Slauson Ave - Ste 140 - Culver City - CA - 90230-6678 - 5721 W Slauson Ave - Ste 140 - Culver City - CA - 90230-6678 - Mrs. - F103696 - L103696 - - Chairperson to the Board - 103696@hsesinfo.org - Ms. - F103697 - L103697 - - - 103697@hsesinfo.org - Ms. - F103699 - L103699 - - 103699@hsesinfo.org - Mrs. - F103695 - L103695 - - 103695@hsesinfo.org - 555-555-3695 x 5555 - - - 4271 - 911 - 8311 - 200 - 2013 - 2013-08-01 - 2019-07-31 - EHS - Inactive - Macon Program for Progress - http://www.mppnhc.org - 911@hsesinfo.org - 110 East Orchard View Lane - - Franklin - NC - 28734 - PO Box 700 - - Franklin - NC - 28744-0700 - 110 East Orchard View Lane - - Franklin - NC - 28734 - Mrs. - F38617 - L38617 - - MPP Board Chairman - 38617@hsesinfo.org - Mr. - F38619 - L38619 - - Executive Director - 38619@hsesinfo.org - Ms. - F38618 - L38618 - - 38618@hsesinfo.org - Mrs. - F38615 - L38615 - - 38615@hsesinfo.org - 555-555-8615 x 5555 - - - 6794 - 1769 - 10302 - 000 - 2002 - 2015-09-01 - - HS - Active - Centro de Servicios a la Juventud, Inc. - - 1769@hsesinfo.org - M1 Calle 3 - - Arecibo - PR - 00612-3426 - PO BOX 9368 - - Arecibo - PR - 00613-9368 - M1 Calle 3 - - Arecibo - PR - 00612-3426 - Mr. - F203233 - L203233 - - Board Chairperson - 203233@hsesinfo.org - Mrs. - F203234 - L203234 - - Interim Executive Director / Interim Headstar Director - 203234@hsesinfo.org - Mrs. - F203236 - L203236 - - 203236@hsesinfo.org - Mr. - F203232 - L203232 - - 203232@hsesinfo.org - 555-555-3232 - - - 6748 - 6766 - 10187 - 000 - - 2015-07-01 - 2020-06-30 - HS - Inactive - Urban League Head Start - http://www.urbanleague-stl.org - 6766@hsesinfo.org - 8964 Jennings Station Rd - - Saint Louis - MO - 63136-5062 - 8964 Jennings Station Rd - - Saint Louis - MO - 63136-5062 - 8964 Jennings Station Rd - - Saint Louis - MO - 63136-5062 - Mr. - F202907 - L202907 - - Chairman of the Board - 202907@hsesinfo.org - Mr. - F202908 - L202908 - - President/CEO - 202908@hsesinfo.org - Ms. - F202910 - L202910 - - 202910@hsesinfo.org - Dr. - F202906 - L202906 - - 202906@hsesinfo.org - 555-555-2906 x 5555 - - - 5655 - 4362 - 9455 - 221 - 2014 - 2014-12-01 - - EHS - Active - Metropolitan Family Services - http://www.metrofamily.org - 4362@hsesinfo.org - 1 N Dearborn St - 10th floor - Chicago - IL - 60602-4121 - 1 N Dearborn St - 10th floor - Chicago - IL - 60602-4121 - 1 N Dearborn St - 10th floor - Chicago - IL - 60602-4121 - - F101520 - L101520 - - Board Chair - 101520@hsesinfo.org - Mr. - F101521 - L101521 - - CEO - 101521@hsesinfo.org - - F101523 - L101523 - - 101523@hsesinfo.org - Ms. - F101519 - L101519 - - 101519@hsesinfo.org - 555-555-1519 - - - 2977 - 959 - 6638 - 000 - 2013 - 2013-07-02 - 2018-12-31 - HS - Inactive - Child Advocates of Blair County, Inc. - http://www.cabc-bchs.org - 959@hsesinfo.org - 319 Sycamore Street - - Altoona - PA - 16602-7004 - 319 Sycamore Street - - Altoona - PA - 16602-7004 - 319 Sycamore Street - - Altoona - PA - 16602-7004 - Mr. - F37146 - L37146 - - Chairman of the Board - 37146@hsesinfo.org - Ms. - F37143 - L37143 - - Executive Director - 37143@hsesinfo.org - Ms. - F37144 - L37144 - - 37144@hsesinfo.org - Ms. - F37142 - L37142 - - 37142@hsesinfo.org - 555-555-7142 x 5555 - - - 10162 - 9010 - 12196 - 200 - 2019 - 2019-08-01 - - EHS - Active - Episcopal Children's Services, Inc. - www.ecs4kids.org - 9010@hsesinfo.org - 8443 Baymeadows Rd Ste 1 - - Jacksonville - FL - 32256-7440 - 8443 Baymeadows Rd Ste 1 - - Jacksonville - FL - 32256-7440 - 8443 Baymeadows Rd Ste 1 - - Jacksonville - FL - 32256-7440 - Ms. - F219499 - L219499 - - Board President - 219499@hsesinfo.org - Mrs. - F219500 - L219500 - - CEO - 219500@hsesinfo.org - Ms. - F219502 - L219502 - - 219502@hsesinfo.org - Ms. - F219498 - L219498 - - 219498@hsesinfo.org - 555-555-9498 - - - 10381 - 5959 - 12383 - 200 - - 2019-08-01 - - EHS - Active - St. Joseph County Intermediate School District - www.sjcisd.org - 5959@hsesinfo.org - 62445 Shimmel Rd - - Centreville - MI - 49032-9527 - 62445 Shimmel Rd - - Centreville - MI - 49032-9527 - 62445 Shimmel Rd - - Centreville - MI - 49032-9527 - Ms. - F221008 - L221008 - - President - 221008@hsesinfo.org - Ms. - F221009 - L221009 - - Superintendent - 221009@hsesinfo.org - Ms. - F221011 - L221011 - - 221011@hsesinfo.org - Ms. - F221007 - L221007 - - 221007@hsesinfo.org - 555-555-1007 - - - 10382 - 5860 - 12382 - 200 - - 2019-08-01 - - EHS - Active - Anoka County Community Action Program, Inc. - www.accap.org - 5860@hsesinfo.org - 1201 89th Avenue NE, Suite 345 - 9574 Foley Blvd. - Blaine - MN - 55434 - 1201 89th Avenue NE, Suite 345 - 9574 Foley Blvd. - Blaine - MN - 55434 - 1201 89th Avenue NE, Suite 345 - 9574 Foley Blvd. - Blaine - MN - 55434 - Mr. - F221015 - L221015 - - - 221015@hsesinfo.org - Mr. - F221016 - L221016 - - - 221016@hsesinfo.org - Ms. - F221018 - L221018 - - 221018@hsesinfo.org - Ms. - F221014 - L221014 - - 221014@hsesinfo.org - 555-555-1014 - - - 9778 - 2407 - 11910 - 000 - 2013 - 2019-07-01 - - HS - Active - Braxton County Board of Education - crbailey@k12.wv.us - 2407@hsesinfo.org - 98 Carter Braxton Drive - - Sutton - WV - 26601-1147 - 98 Carter Braxton Drive - - Sutton - WV - 26601-1147 - 98 Carter Braxton Drive - - Sutton - WV - 26601-1147 - Mrs. - F216856 - L216856 - - President, Board of Education - 216856@hsesinfo.org - Ms. - F216857 - L216857 - - Superintendent of Schools - 216857@hsesinfo.org - Ms. - F216859 - L216859 - - 216859@hsesinfo.org - Ms. - F216855 - L216855 - - 216855@hsesinfo.org - 555-555-6855 x 5555 - - - 9779 - 1936 - 11915 - 000 - 2014 - 2019-07-01 - - HS - Active - Western Egyptian Economic Opportunity Council - http:/www.weeoc.org - 1936@hsesinfo.org - 1 Industrial Park - - Steeleville - IL - 62288-1246 - PO Box 7 - - Steeleville - IL - 62288-0007 - 1 Industrial Park - - Steeleville - IL - 62288-1246 - Mr. - F216863 - L216863 - - Board of Directors Chairperson - 216863@hsesinfo.org - Ms. - F216864 - L216864 - - - 216864@hsesinfo.org - Ms. - F216866 - L216866 - - 216866@hsesinfo.org - Ms. - F216862 - L216862 - - 216862@hsesinfo.org - 555-555-6862 - - - 4311 - 696 - 322 - 000 - 1993 - 2013-08-29 - 2019-08-31 - HS - Inactive - West Central Community Services, Inc. - www.wccsheadstart.org - 696@hsesinfo.org - 321 E Euclid Ave - - Monmouth - IL - 61462-1312 - 321 E Euclid Ave - - Monmouth - IL - 61462-1312 - 321 E Euclid Ave - - Monmouth - IL - 61462-1312 - Mr. - F39516 - L39516 - - Board President - 39516@hsesinfo.org - Mrs. - F39515 - L39515 - - Executive/Head Start Director - 39515@hsesinfo.org - Miss - F39517 - L39517 - - 39517@hsesinfo.org - Mrs. - F39513 - L39513 - - 39513@hsesinfo.org - 555-555-9513 x 5555 - - - 5545 - 5551 - 8095 - 203 - 2014 - 2014-09-11 - - EHS - Active - Municipality of Carolina - - 5551@hsesinfo.org - Carr.887 km 0.4 Zona Industrial Julio N. Matos - - Carolina - PR - 00985 - PO Box 8 - - Carolina - PR - 00986-0008 - Carr.887 km 0.4 Zona Industrial Julio N. Matos - - Carolina - PR - 00985 - Ms. - F99485 - L99485 - - Board Chair - 99485@hsesinfo.org - Ms. - F99486 - L99486 - - - 99486@hsesinfo.org - Mr. - F99488 - L99488 - - 99488@hsesinfo.org - Ms. - F99484 - L99484 - - 99484@hsesinfo.org - 555-555-9484 x 5555 - - - 10384 - 6333 - 12398 - 201 - - 2019-08-01 - 2020-07-31 - EHS - Inactive - Lucas County Family Council - http://www.lucascountyoh.gov/index.aspx?nid=528 - 6333@hsesinfo.org - 1946 N 13th St - Ste 420 - Toledo - OH - 43604-7264 - 1946 N 13th St - Ste 420 - Toledo - OH - 43604-7264 - 1946 N 13th St - Ste 420 - Toledo - OH - 43604-7264 - Mrs. - F221029 - L221029 - - Board-Chairperson - 221029@hsesinfo.org - Mr. - F221030 - L221030 - - Executive Director - 221030@hsesinfo.org - Ms. - F221032 - L221032 - - 221032@hsesinfo.org - Dr. - F221028 - L221028 - - 221028@hsesinfo.org - 555-555-1028 - - - 10385 - 5866 - 12390 - 200 - - 2019-08-01 - - EHS - Active - The Ohio State University - - 5866@hsesinfo.org - 175 E 7th Ave - - Columbus - OH - 43201-2562 - 175 E 7th Ave - - Columbus - OH - 43201-2562 - 175 E 7th Ave - - Columbus - OH - 43201-2562 - Ms. - F221036 - L221036 - - Board Chair - 221036@hsesinfo.org - Mr. - F221037 - L221037 - - Principal Investigator - 221037@hsesinfo.org - Ms. - F221039 - L221039 - - 221039@hsesinfo.org - Ms. - F221035 - L221035 - - 221035@hsesinfo.org - 555-555-1035 - - - 10386 - 5977 - 12386 - 200 - - 2019-08-01 - - EHS - Active - Little Dixie Community Action Agency, Inc. - www.littledixie.org - 5977@hsesinfo.org - 104 N E St - - Hugo - OK - 74743-3218 - 209 N 4th St - - Hugo - OK - 74743-3809 - 104 N E St - - Hugo - OK - 74743-3218 - Mr. - F221043 - L221043 - - Governing Board Chairperson - 221043@hsesinfo.org - Mrs. - F221044 - L221044 - - Little Dixie CAA Executive Director - 221044@hsesinfo.org - Ms. - F221046 - L221046 - - 221046@hsesinfo.org - Ms. - F221042 - L221042 - - 221042@hsesinfo.org - 555-555-1042 - - - 9780 - 8917 - 11912 - 000 - 2019 - 2019-07-01 - - HS - Active - Community Parents, Inc. - - 8917@hsesinfo.org - 90 Chauncey Street - - Brooklyn - NY - 11233-1809 - 90 Chauncey Street - - Brooklyn - NY - 11233-1809 - 90 Chauncey Street - - Brooklyn - NY - 11233-1809 - Ms. - F216870 - L216870 - - Chairperson of the Board - 216870@hsesinfo.org - Mrs. - F216871 - L216871 - - - 216871@hsesinfo.org - Mrs. - F216873 - L216873 - - 216873@hsesinfo.org - Mrs. - F216869 - L216869 - - 216869@hsesinfo.org - 555-555-6869 - - - 10383 - 5868 - 12389 - 200 - - 2019-08-01 - 2020-07-31 - EHS - Inactive - Great Lakes Community Action Partnership - www.wsos.org - 5868@hsesinfo.org - 127 S Front St - - Fremont - OH - 43420-3021 - PO Box 590 - - Fremont - OH - 43420-0590 - 127 S Front St - - Fremont - OH - 43420-3021 - Mr. - F221022 - L221022 - - Board Chairperson - 221022@hsesinfo.org - Mrs. - F221023 - L221023 - - President/CEO - 221023@hsesinfo.org - Mrs. - F221025 - L221025 - - 221025@hsesinfo.org - Mrs. - F221021 - L221021 - - 221021@hsesinfo.org - 555-555-1021 - - - 9560 - 8823 - 11777 - 200 - 2019 - 2019-03-01 - - EHS - Active - United Community Action Partnership, Inc. - - 8823@hsesinfo.org - 200 4th St SW - - Willmar - MN - 56201-3330 - 200 4th ST, SW - P.O. Box 1359 - Willmar - MN - 56201-1359 - 200 4th St SW - - Willmar - MN - 56201-3330 - Ms. - F215417 - L215417 - - Chair of the United Board of Directors - 215417@hsesinfo.org - Ms. - F215418 - L215418 - - Executive Director - 215418@hsesinfo.org - Ms. - F215420 - L215420 - - 215420@hsesinfo.org - Dr. - F215416 - L215416 - - 215416@hsesinfo.org - 555-555-5416 x 5555 - - - 1369 - 2321 - 2862 - 200 - 2013 - 2013-06-26 - 2019-01-31 - EHS - Inactive - Community Action of Orleans and Genesee, Inc. - http://www.caoginc.org - 2321@hsesinfo.org - Early Head Start Program - 401 East State Street - Albion - NY - 14411-1123 - Early Head Start Program - 401 East State Street - Albion - NY - 14411-1123 - Community Action of Orleans & Genesee - 409 East State Street - Albion - NY - 14411-1123 - Mrs. - F36938 - L36938 - - Board Chairperson - 36938@hsesinfo.org - Mr. - F36941 - L36941 - - Executive Director - 36941@hsesinfo.org - Ms. - F36937 - L36937 - - 36937@hsesinfo.org - Mrs. - F36936 - L36936 - - 36936@hsesinfo.org - 555-555-6936 - - - 8667 - 8530 - 11045 - 200 - 2017 - 2017-07-01 - - EHS - Active - Foothill Family Service - www.foothillfamily.org - 8530@hsesinfo.org - 3629 Santa Anita Ave - Ste 201 - El Monte - CA - 91731-3635 - 3629 Santa Anita Ave - Ste 201 - El Monte - CA - 91731-3635 - 2500 E Foothill Blvd - Ste 300 - Pasadena - CA - 91107-7102 - Ms. - F209178 - L209178 - - - 209178@hsesinfo.org - Mr. - F209179 - L209179 - - - 209179@hsesinfo.org - Ms. - F209181 - L209181 - - 209181@hsesinfo.org - Ms. - F209177 - L209177 - - 209177@hsesinfo.org - 555-555-9177 - - - 10143 - 1293 - 12155 - 000 - 2014 - 2019-07-01 - - HS - Active - Monterey County Office of Education - http://www.montereycoe.org - 1293@hsesinfo.org - 901 Blanco Cir - - Salinas - CA - 93901-4401 - PO Box 80851 - - Salinas - CA - 93912-0851 - 901 Blanco Cir - - Salinas - CA - 93901-4401 - Dr. - F219392 - L219392 - - County Superintendent of Schools - 219392@hsesinfo.org - Ms. - F219393 - L219393 - - Associate Superintendent, Finance & Business Services - 219393@hsesinfo.org - Ms. - F219395 - L219395 - - 219395@hsesinfo.org - Ms. - F219391 - L219391 - - 219391@hsesinfo.org - 555-555-9391 - - - 3061 - 3303 - 6706 - 200 - 2013 - 2013-07-02 - 2018-06-30 - EHS - Inactive - Baldwin Park Unified School District - www.bpusd.net/ece - 3303@hsesinfo.org - 3699 North Holly Avenue - - Baldwin Park - CA - 91706-5327 - 3699 North Holly Avenue - - Baldwin Park - CA - 91706-5327 - 3699 North Holly Avenue - - Baldwin Park - CA - 91706-4829 - Mrs. - F39778 - L39778 - - Board Chariperson - 39778@hsesinfo.org - Dr. - F39776 - L39776 - - Superintendent - 39776@hsesinfo.org - Mrs. - F39775 - L39775 - - 39775@hsesinfo.org - Mr. - F36372 - L36372 - - 36372@hsesinfo.org - 555-555-6372 - - - 8844 - 2274 - 11209 - 000 - 2013 - 2018-06-01 - - HS - Active - Kanawha County Schools - http://kcs.kana.k12.wv.us - 2274@hsesinfo.org - 1004 Lower Midway Dr - - Dunbar - WV - 25064 - 1004 Lower Midway Drive - - Dunbar - WV - 25064 - 200 Elizabeth St - - Charleston - WV - 25311-2119 - Mrs. - F210396 - L210396 - - Board President - 210396@hsesinfo.org - Ms. - F210397 - L210397 - - Executive Director of Elementary Education - 210397@hsesinfo.org - Ms. - F210399 - L210399 - - 210399@hsesinfo.org - Ms. - F210395 - L210395 - - 210395@hsesinfo.org - 555-555-0395 - - - 10387 - 6069 - 12381 - 200 - - 2019-09-01 - - EHS - Active - Boys Town Louisiana, Inc. - www.boystown.org/louisiana - 6069@hsesinfo.org - 300 N. Broad Street - Suite 106 - New Orleans - LA - 70119-5577 - 300 N. Broad Street - Suite 106 - New Orleans - LA - 70119-5577 - 300 N. Broad Street - Suite 106 - New Orleans - LA - 70119-5577 - Ms. - F221050 - L221050 - - - 221050@hsesinfo.org - Ms. - F221051 - L221051 - - - 221051@hsesinfo.org - Ms. - F221053 - L221053 - - 221053@hsesinfo.org - Ms. - F221049 - L221049 - - 221049@hsesinfo.org - 555-555-1049 - - - 10388 - 6094 - 12396 - 200 - - 2019-09-01 - - EHS - Active - EDUCATION SERVICE CENTER REGION XIV - http://www.esc14.net - 6094@hsesinfo.org - 1850 HIGHWAY 351 - - ABILENE - TX - 79601-4750 - 1850 HIGHWAY 351 - - ABILENE - TX - 79601-4750 - 1850 HIGHWAY 351 - - ABILENE - TX - 79601-4750 - Dr. - F221057 - L221057 - - Board Chairperson - 221057@hsesinfo.org - Mr. - F221058 - L221058 - - Executive Director - 221058@hsesinfo.org - Ms. - F221060 - L221060 - - 221060@hsesinfo.org - Mrs. - F221056 - L221056 - - 221056@hsesinfo.org - 555-555-1056 - - - 5784 - 5790 - 9406 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - County of San Bernardino Board of Supervisors - hs.sbcounty.gov/psd - 5790@hsesinfo.org - 662 South Tippecanoe Avenue - - San Bernardino - CA - 92415-0630 - 662 South Tippecanoe Avenue - - San Bernardino - CA - 92415-0630 - 662 South Tippecanoe Avenue - - San Bernardino - CA - 92415-0630 - Mr. - F103578 - L103578 - - Chairman, County of San Bernardino Board of Supervisors - 103578@hsesinfo.org - Mr. - F103579 - L103579 - - - 103579@hsesinfo.org - Ms. - F103581 - L103581 - - 103581@hsesinfo.org - Mr. - F103577 - L103577 - - 103577@hsesinfo.org - 555-555-3577 - - - 5151 - 5157 - 8817 - 000 - 2014 - 2014-06-01 - 2018-11-30 - HS - Inactive - Brightside Academy, Inc. - HS - www.brightsideacademy.com - 5157@hsesinfo.org - 707 Grant St - Ste 1500 - Pittsburgh - PA - 15219-1945 - 707 Grant St - Ste 1500 - Pittsburgh - PA - 15219-1945 - 707 Grant St - Ste 1500 - Pittsburgh - PA - 15219-1945 - Mrs. - F50710 - L50710 - - Board Chair - 50710@hsesinfo.org - Mrs. - F50711 - L50711 - - Executive Director - 50711@hsesinfo.org - Ms. - F50713 - L50713 - - 50713@hsesinfo.org - Mrs. - F50709 - L50709 - - 50709@hsesinfo.org - 555-555-0709 - - - 8779 - 8631 - 11143 - 001 - 2018 - 2018-01-01 - 2020-06-30 - HS - Inactive - The Children's Center of Cicero - Berwyn - http://www.childrenscenterciceroberwyn.org - 8631@hsesinfo.org - 5341 Cermak Road - - Cicero - IL - 60804 - 5341 Cermak Road - - Cicero - IL - 60804 - 5341 Cermak Road - - Cicero - IL - 60804 - Mrs. - F209911 - L209911 - - Board President - 209911@hsesinfo.org - Mrs. - F209912 - L209912 - - Executive Director - 209912@hsesinfo.org - - F209914 - L209914 - - 209914@hsesinfo.org - Mrs. - F209910 - L209910 - - 209910@hsesinfo.org - 555-555-9910 - - - 5486 - 5492 - 9278 - 001 - 2014 - 2014-11-01 - 2020-05-31 - HS - Inactive - Acelero Learning Wisconsin, Inc. (Racine County) - http://alwi.acelero.net - 5492@hsesinfo.org - 7833 W Capitol Dr - - Milwaukee - WI - 53222-2059 - 7833 W Capitol Dr - - Milwaukee - WI - 53222-2059 - 7833 W Capitol Dr - - Milwaukee - WI - 53222-2059 - Dr. - F98288 - L98288 - - - 98288@hsesinfo.org - Mr. - F98289 - L98289 - - - 98289@hsesinfo.org - Ms. - F98291 - L98291 - - 98291@hsesinfo.org - Ms. - F98287 - L98287 - - 98287@hsesinfo.org - 555-555-8287 - - - 10075 - 5574 - 12127 - 215 - 2014 - 2019-07-01 - - EHS - Active - St. Anne's - http://www.stannes.org - 5574@hsesinfo.org - 155 N. Occidental Blvd. - - Los Angeles - CA - 90026 - 155 N. Occidental Blvd. - - Los Angeles - CA - 90026 - 155 N. Occidental Blvd. - - Los Angeles - CA - 90026 - Mr. - F218918 - L218918 - - Chair, Board of Directors - 218918@hsesinfo.org - Ms. - F218919 - L218919 - - President and Chief Executive Officer - 218919@hsesinfo.org - Ms. - F218921 - L218921 - - 218921@hsesinfo.org - Ms. - F218917 - L218917 - - 218917@hsesinfo.org - 555-555-8917 x 5555 - - - 8179 - 2451 - 10607 - 000 - 1992 - 2016-07-01 - - HS - Active - Municipality of Carolina - - 2451@hsesinfo.org - carr. 887 k0.4 zona Industrial julio N. Matos - Carolina - Carolina - PR - - P.O. Box 8 - - Carolina - PR - 00986-0008 - carr. 887 k0.4 zona Industrial julio N. Matos - Carolina - Carolina - PR - - Mr. - F206368 - L206368 - - Director Board - 206368@hsesinfo.org - Ms. - F206369 - L206369 - - Director Educacional Departmen of Municipality of Carolina - 206369@hsesinfo.org - Ms. - F206371 - L206371 - - 206371@hsesinfo.org - Ms. - F206367 - L206367 - - 206367@hsesinfo.org - 555-555-6367 x 5555 - - - 10076 - 2119 - 12108 - 000 - 2014 - 2019-07-01 - - HS - Active - Orange County Head Start - http://www.ochsinc.org - 2119@hsesinfo.org - 2501 South Pullman Street - Suite 100 - Santa Ana - CA - 92705-5511 - 2501 South Pullman Street - Suite 100 - Santa Ana - CA - 92705-5511 - 2501 South Pullman Street - Suite 100 - Santa Ana - CA - 92705-5511 - Ms. - F218925 - L218925 - - Board Chair - 218925@hsesinfo.org - Ms. - F218926 - L218926 - - Executive Director - 218926@hsesinfo.org - Ms. - F218928 - L218928 - - 218928@hsesinfo.org - Ms. - F218924 - L218924 - - 218924@hsesinfo.org - 555-555-8924 - - - 8180 - 2450 - 10607 - 200 - 1992 - 2016-07-01 - - EHS - Active - Municipality of Carolina - - 2450@hsesinfo.org - Carr 887 K 0.4 Zona Industrial Julio N. Matos - - Carolina - PR - - P.O. Box 8 - - Carolina - PR - 00986-0008 - Carr 887 K 0.4 Zona Industrial Julio N. Matos - - Carolina - PR - - Mr. - F206375 - L206375 - - Director Board - 206375@hsesinfo.org - Ms. - F206376 - L206376 - - Director Educacional Departmen of Municipality of Carolina - 206376@hsesinfo.org - Ms. - F206378 - L206378 - - 206378@hsesinfo.org - Ms. - F206374 - L206374 - - 206374@hsesinfo.org - 555-555-6374 x 5555 - - - 8781 - 8633 - 11144 - 201 - 2018 - 2018-01-01 - - EHS - Active - Development Centers - http://www.develctrs.org/ - 8633@hsesinfo.org - 17421 Telegraph Rd - - Detroit - MI - 48219 - 17421 Telegraph Rd - - Detroit - MI - 48219 - 17421 Telegraph Rd - - Detroit - MI - 48219 - Mr. - F209923 - L209923 - - Board Chair - 209923@hsesinfo.org - Mr. - F209924 - L209924 - Ph.D - - 209924@hsesinfo.org - Ms. - F209926 - L209926 - - 209926@hsesinfo.org - Ms. - F209922 - L209922 - LMSW - 209922@hsesinfo.org - 555-555-9922 x 5555 - - - 4977 - 4983 - 8950 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - The Children's Home Society of New Jersey - Www.chsofnj.org - 4983@hsesinfo.org - 635 South Clinton Avenue - - Trenton - NJ - 08611-1831 - 635 South Clinton Avenue - - Trenton - NJ - 08611-1831 - 635 South Clinton Avenue - - Trenton - NJ - 08611-1831 - Mr. - F48994 - L48994 - - Board Chairperson - 48994@hsesinfo.org - Ms. - F48995 - L48995 - - CEO/President - 48995@hsesinfo.org - Mr. - F48997 - L48997 - - 48997@hsesinfo.org - Mr. - F48993 - L48993 - - 48993@hsesinfo.org - 555-555-8993 x 5555 - - - 5485 - 5491 - 9277 - 201 - 2014 - 2014-11-01 - 2018-10-31 - EHS - Inactive - Acelero Learning Wisconsin, Inc. (Milwaukee County) - http://alwi.acelero.net - 5491@hsesinfo.org - 7833 West Capitol Drive - - Milwaukee - WI - 53222 - 7833 West Capitol Drive - - Milwaukee - WI - 53222 - 7833 West Capitol Drive - - Milwaukee - WI - 53222 - - F98272 - L98272 - - - 98272@hsesinfo.org - - F98273 - L98273 - - - 98273@hsesinfo.org - - F98275 - L98275 - - 98275@hsesinfo.org - - F98271 - L98271 - - 98271@hsesinfo.org - 555-555-8271 - - - 9561 - 8824 - 11772 - 000 - 2019 - 2019-04-01 - - HS - Active - South Plains Community Action Association, Inc. - http://www.spcaa.org - 8824@hsesinfo.org - 411 Austin St - - Levelland - TX - 79336-4733 - PO Box 610 - - Levelland - TX - 79336-0610 - 411 Austin St - - Levelland - TX - 79336-4733 - Mr. - F215424 - L215424 - - President-SPCAA Board of Directors - 215424@hsesinfo.org - Mr. - F215425 - L215425 - Jr. - Executive Director - 215425@hsesinfo.org - Mr. - F215427 - L215427 - - 215427@hsesinfo.org - Mrs. - F215423 - L215423 - - 215423@hsesinfo.org - 555-555-5423 x 5555 - - - 9562 - 8825 - 11772 - 200 - 2019 - 2019-04-01 - - EHS - Active - South Plains Community Action Association, Inc. - http://www.spcaa.org - 8825@hsesinfo.org - 411 Austin St - - Levelland - TX - 79336-4733 - PO Box 610 - - Levelland - TX - 79336-0610 - 411 Austin St - - Levelland - TX - 79336-4733 - Mr. - F215431 - L215431 - - President-SPCAA Board of Directors - 215431@hsesinfo.org - Mr. - F215432 - L215432 - Jr. - Executive Director - 215432@hsesinfo.org - Mr. - F215434 - L215434 - - 215434@hsesinfo.org - Mrs. - F215430 - L215430 - - 215430@hsesinfo.org - 555-555-5430 x 5555 - - - 4781 - 1476 - 8644 - 200 - 2014 - 2014-04-01 - 2019-03-31 - EHS - Inactive - MAHUBE-OTWA COMMUNITY ACTION PARTNERSHIP, INC. - http://www.mahube.org - 1476@hsesinfo.org - 1125 W River Rd - - Detroit Lakes - MN - 56501-2722 - PO Box 747 - - Detroit Lakes - MN - 56502-0747 - 1125 W River Rd - - Detroit Lakes - MN - 56501-2722 - Mr. - F46539 - L46539 - - Board Chairperson - 46539@hsesinfo.org - Ms. - F46542 - L46542 - - Executive Director - 46542@hsesinfo.org - Mrs. - F46538 - L46538 - - 46538@hsesinfo.org - Ms. - F46537 - L46537 - - 46537@hsesinfo.org - 555-555-6537 - - - 7020 - 562 - 10462 - 000 - 1992 - 2016-01-01 - - HS - Active - Action Pathways, Inc. Head Start. - http://www.actionpathways.ngo - 562@hsesinfo.org - 5135 Morganton Rd - - Fayetteville - NC - 28314-1525 - 5135 Morganton Rd - - Fayetteville - NC - 28314-1525 - 5135 Morganton Rd - - Fayetteville - NC - 28314-1525 - Mr. - F204806 - L204806 - - Board Chairperson - 204806@hsesinfo.org - Mr. - F204807 - L204807 - - CEO - 204807@hsesinfo.org - Mr. - F204809 - L204809 - - 204809@hsesinfo.org - Mr. - F204805 - L204805 - - 204805@hsesinfo.org - 555-555-4805 x 5555 - - - 9355 - 2374 - 11600 - 000 - 2003 - 2019-02-01 - - HS - Active - Northside Center For Child Development, Inc. - http://www.northsidecenter.org - 2374@hsesinfo.org - 1301 5th Avenue - - New York - NY - 10029-3119 - 1301 5th Avenue - - New York - NY - 10029-3119 - 1301 5th Avenue - - New York - NY - 10029-3119 - Mr. - F214018 - L214018 - - - 214018@hsesinfo.org - Dr. - F214019 - L214019 - - - 214019@hsesinfo.org - Ms. - F214021 - L214021 - - 214021@hsesinfo.org - Ms. - F214017 - L214017 - - 214017@hsesinfo.org - 555-555-4017 - - - 9781 - 8918 - 11912 - 200 - 2019 - 2019-07-01 - - EHS - Active - Community Parents, Inc. - - 8918@hsesinfo.org - 90 Chauncey Street - - Brooklyn - NY - 11233-1809 - 90 Chauncey Street - - Brooklyn - NY - 11233-1809 - 90 Chauncey Street - - Brooklyn - NY - 11233-1809 - Ms. - F216877 - L216877 - - Chairperson of the Board - 216877@hsesinfo.org - Mrs. - F216878 - L216878 - - - 216878@hsesinfo.org - Mrs. - F216880 - L216880 - - 216880@hsesinfo.org - Mrs. - F216876 - L216876 - - 216876@hsesinfo.org - 555-555-6876 - - - 5816 - 5822 - 9481 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Telamon Corporation - www.telamon.org - 5822@hsesinfo.org - 600 Corporation Dr - Ste 105 - Pendleton - IN - 46064-8300 - 5560 Munford Road, Suite 201 - - Raleigh - NC - 27612-2731 - 5560 Munford Road, Suite 201 - - Raleigh - NC - 27612-2731 - Mrs. - F103880 - L103880 - - Board Chair - 103880@hsesinfo.org - Mrs. - F103881 - L103881 - - Executive Director - 103881@hsesinfo.org - Ms. - F103883 - L103883 - - 103883@hsesinfo.org - Mrs. - F103879 - L103879 - - 103879@hsesinfo.org - 555-555-3879 x 5555 - - - 5083 - 568 - 9012 - 200 - 1992 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Sunbelt Human Advancement Resources, Inc. - http://www.sharesc.org - 568@hsesinfo.org - 254 S Pleasantburg Dr - - Greenville - SC - 29607-2562 - 652 Rutherford Road - - Greenville - SC - 29609-4641 - 254 S Pleasantburg Dr - - Greenville - SC - 29607-2562 - Hon. - F51636 - L51636 - - Chairman Board of Directors - 51636@hsesinfo.org - Ms. - F51637 - L51637 - - President/CEO - 51637@hsesinfo.org - Mr. - F51634 - L51634 - - 51634@hsesinfo.org - Ms. - F51632 - L51632 - - 51632@hsesinfo.org - 555-555-1632 - - - 10389 - 6070 - 12385 - 200 - - 2019-09-01 - - EHS - Active - Harris County Department of Education - http://www.hcde-texas.org - 6070@hsesinfo.org - 6300 Irvington Blvd. - - Houston - TX - 77022-5618 - 6300 Irvington Blvd - - Houston - TX - 77022-5618 - 6300 Irvington Blvd - - Houston - TX - 77022-5618 - Mr. - F221064 - L221064 - - Board President - 221064@hsesinfo.org - Mr. - F221065 - L221065 - - County School Superintendent - 221065@hsesinfo.org - Ms. - F221067 - L221067 - - 221067@hsesinfo.org - Ms. - F221063 - L221063 - - 221063@hsesinfo.org - 555-555-1063 - - - 10390 - 5991 - 12387 - 200 - - 2019-08-01 - - EHS - Active - Crystal Stairs, Inc. - crystalstairs.org - 5991@hsesinfo.org - 5110 West Goldleaf Circle, Suite 150 - - Los Angeles - CA - 90056-1287 - 5110 West Goldleaf Circle, Suite 150 - - Los Angeles - CA - 90056-1287 - 5110 West Goldleaf Circle, Suite 150 - - Los Angeles - CA - 90056-1287 - Mrs. - F221071 - L221071 - - Board Chair - 221071@hsesinfo.org - Mrs. - F221072 - L221072 - - Chief Executive Officer - 221072@hsesinfo.org - Mr. - F221074 - L221074 - - 221074@hsesinfo.org - Mrs. - F221070 - L221070 - - 221070@hsesinfo.org - 555-555-1070 - - - 5831 - 976 - 9327 - 000 - 1992 - 2015-01-01 - 2019-12-31 - HS - Inactive - Community Action Council of Howard County - www.cac-hc.org - 976@hsesinfo.org - 9820 Patuxent Woods Dr - Howard County Head Start - Columbia - MD - 21046-1534 - 9820 Patuxent Woods Dr - Howard County Head Start - Columbia - MD - 21046-1534 - 9820 Patuxent Woods Dr - Howard County Head Start - Columbia - MD - 21046-1534 - Mr. - F104875 - L104875 - - Board Chairperson - 104875@hsesinfo.org - Mrs. - F104878 - L104878 - - - 104878@hsesinfo.org - Ms. - F104876 - L104876 - - 104876@hsesinfo.org - Ms. - F104873 - L104873 - - 104873@hsesinfo.org - 555-555-4873 - - - 11385 - 6194 - 13243 - 200 - - 2020-06-01 - - EHS - Active - COMMUNITY ACTION PARTNERSHIP OF MADERA COUNTY, INC. - http://www.maderacap.org - 6194@hsesinfo.org - 1225 Gill Ave - - Madera - CA - 93637-5234 - 1225 Gill Ave - - Madera - CA - 93637-5234 - 1225 Gill Ave - - Madera - CA - 93637-5234 - Mr. - F227755 - L227755 - - Chairperson - 227755@hsesinfo.org - Ms. - F227756 - L227756 - - Executive Director - 227756@hsesinfo.org - Ms. - F227758 - L227758 - - 227758@hsesinfo.org - Ms. - F227754 - L227754 - - 227754@hsesinfo.org - 555-555-7754 - - - 4695 - 3902 - 8677 - 023 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Goddard Riverside Community Center - http://www.goddard.org - 3902@hsesinfo.org - 593 Columbus Ave - - New York - NY - 10024-1904 - 593 Columbus Ave - - New York - NY - 10024-1904 - 593 Columbus Ave - - New York - NY - 10024-1904 - Mrs. - F45615 - L45615 - - Chair, Early Childhood Programs - 45615@hsesinfo.org - Mr. - F45613 - L45613 - - Executive Director - 45613@hsesinfo.org - Ms. - F45612 - L45612 - - 45612@hsesinfo.org - Ms. - F45611 - L45611 - - 45611@hsesinfo.org - 555-555-5611 - - - 4590 - 2446 - 8577 - 000 - 2014 - 2014-01-01 - 2018-12-31 - HS - Inactive - Midcoast Maine Community Action - www.midcoastmainecommunityaction.org - 2446@hsesinfo.org - 34 Wing Farm Parkway - - Bath - ME - 04530-1515 - 34 Wing Farm Parkway - - Bath - ME - 04530-1515 - 34 Wing Farm Parkway - - Bath - ME - 04530-1515 - Mr. - F43611 - L43611 - - MMCA Board Chairperson - 43611@hsesinfo.org - Ms. - F43612 - L43612 - - Executive Director - 43612@hsesinfo.org - Ms. - F43609 - L43609 - - 43609@hsesinfo.org - Ms. - F43608 - L43608 - - 43608@hsesinfo.org - 555-555-3608 x 5555 - - - 4736 - 3975 - 8718 - 064 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - North Bronx NCNW Child Development Center - ask@nbncnwcdc.org - 3975@hsesinfo.org - 4035 White Plains Rd - - Bronx - NY - 10466-3003 - 4035 White Plains Rd - - Bronx - NY - 10466-3003 - 4035 White Plains Rd - - Bronx - NY - 10466-3003 - Mr. - F45901 - L45901 - - Sponsoring Board Chairperson - 45901@hsesinfo.org - Mrs. - F45899 - L45899 - - Administrative Director - 45899@hsesinfo.org - Miss - F45898 - L45898 - - 45898@hsesinfo.org - Mrs. - F45903 - L45903 - - 45903@hsesinfo.org - 555-555-5903 x 5555 - - - 4591 - 3248 - 8577 - 200 - 2014 - 2014-01-01 - 2018-12-31 - EHS - Inactive - Midcoast Maine Community Action - www.midcoastmainecommunityaction.org - 3248@hsesinfo.org - 34 Wing Farm Parkway - - BATH - ME - 04530 - 34 Wing Farm Parkway - - BATH - ME - 04530 - 34 Wing Farm Parkway - - BATH - ME - 04530 - Mr. - F43619 - L43619 - - MMCA Board Chairperson - 43619@hsesinfo.org - Ms. - F43617 - L43617 - - Executive Director - 43617@hsesinfo.org - Ms. - F43616 - L43616 - - 43616@hsesinfo.org - Ms. - F43615 - L43615 - - 43615@hsesinfo.org - 555-555-3615 x 5555 - - - 9166 - 8457 - 11465 - 200 - 2017 - 2018-11-01 - - EHS - Active - WEST CENTRAL MINNESOTA COMMUNITIES ACTION, INC. - www.wcmca.org - 8457@hsesinfo.org - 411 Industrial Park Boulevard - - Elbow Lake - MN - 56531-4213 - 411 Industrial Park Boulevard - - Elbow Lake - MN - 56531-4213 - 411 Industrial Park Boulevard - - Elbow Lake - MN - 56531-4213 - Mr. - F212697 - L212697 - - Board Chairperson - 212697@hsesinfo.org - Ms. - F212698 - L212698 - - Chief Executive Officer - 212698@hsesinfo.org - Ms. - F212700 - L212700 - - 212700@hsesinfo.org - Ms. - F212696 - L212696 - - 212696@hsesinfo.org - 555-555-2696 - - - 6898 - 423 - 10386 - 000 - 1991 - 2015-11-01 - - HS - Active - OCAB Community Action Agency, Inc. - cwright@ocabcaa.org - 423@hsesinfo.org - 1822 Joe S Jeffords Hwy - - Orangeburg - SC - 29115-7470 - 1822 Joe S Jeffords Hwy - - Orangeburg - SC - 29115-7470 - 1822 Joe S Jeffords Hwy - - Orangeburg - SC - 29115-7470 - Ms. - F203947 - L203947 - - Board Chair - 203947@hsesinfo.org - Mr. - F203948 - L203948 - - - 203948@hsesinfo.org - Mrs. - F203950 - L203950 - - 203950@hsesinfo.org - Ms. - F203946 - L203946 - - 203946@hsesinfo.org - 555-555-3946 x 5555 - - - 6817 - 1030 - 10289 - 000 - 1993 - 2015-09-01 - - HS - Active - TREC - Badlands Head Start: Prenatal to Five - http://www.badlandshs.org - 1030@hsesinfo.org - 101 5th Ave - - Belle Fourche - SD - 57717-1139 - 101 5th Ave - - Belle Fourche - SD - 57717-1139 - 101 5th Ave - - Belle Fourche - SD - 57717-1139 - Mr. - F203394 - L203394 - - TREC Board Chairperson - 203394@hsesinfo.org - Mr. - F203395 - L203395 - - - 203395@hsesinfo.org - Ms. - F203397 - L203397 - - 203397@hsesinfo.org - Mr. - F203393 - L203393 - - 203393@hsesinfo.org - 555-555-3393 - - - 6818 - 1031 - 10289 - 200 - 2004 - 2015-09-01 - - EHS - Active - TREC - Badlands Head Start: Prenatal to Five - http://www.badlandshs.org - 1031@hsesinfo.org - 101 5th Ave - - Belle Fourche - SD - 57717-1139 - 101 5th Ave - - Belle Fourche - SD - 57717-1139 - 101 5th Ave - - Belle Fourche - SD - 57717-1139 - Mr. - F203401 - L203401 - - TREC Board Chairperson - 203401@hsesinfo.org - Mr. - F203402 - L203402 - - - 203402@hsesinfo.org - Ms. - F203404 - L203404 - - 203404@hsesinfo.org - Mr. - F203400 - L203400 - - 203400@hsesinfo.org - 555-555-3400 - - - 9130 - 8723 - 8803 - 200 - 2019 - 2019-09-01 - - EHS - Active - Head Start Child and Family Development Centers, Inc. - HeadStartCouleeRegion.com - 8723@hsesinfo.org - 333 Buchner Place, Wing A - - La Crosse - WI - 54603-3172 - 333 Buchner Place, Wing A - - La Crosse - WI - 54603-3172 - 333 Buchner Place, Wing A - - La Crosse - WI - 54603-3172 - Mr. - F212502 - L212502 - - Board of Directors - President - 212502@hsesinfo.org - Ms. - F212500 - L212500 - - Executive Director - 212500@hsesinfo.org - Ms. - F212503 - L212503 - - 212503@hsesinfo.org - Ms. - F212499 - L212499 - - 212499@hsesinfo.org - 555-555-2499 x 5555 - - - 8812 - 1233 - 11194 - 000 - 2013 - 2018-05-01 - - Migrant HS - Active - E Center - http://www.ecenter.org - 1233@hsesinfo.org - 1506 Starr Dr - - Yuba City - CA - 95993-2655 - 1506 Starr Dr - - Yuba City - CA - 95993-2655 - 1506 Starr Dr - - Yuba City - CA - 95993-2655 - Ms. - F210228 - L210228 - - Board Chair - 210228@hsesinfo.org - Ms. - F210229 - L210229 - - Chief Executive Officer - 210229@hsesinfo.org - Ms. - F210231 - L210231 - - 210231@hsesinfo.org - Ms. - F210227 - L210227 - - 210227@hsesinfo.org - 555-555-0227 - - - 8298 - 1564 - 10669 - 000 - 2000 - 2016-07-01 - - HS - Active - Duplin County Schools Pre K - http://www.duplinschools.net - 1564@hsesinfo.org - 315 N Main Street - - Kenansville - NC - 28349 - 315 North Main Street - P.O. Box 128 - Kenansville - NC - 28349-0128 - 315 N Main Street - - Kenansville - NC - 28349 - Mr. - F207226 - L207226 - - Duplin County Board of Education Chairperson - 207226@hsesinfo.org - Dr. - F207227 - L207227 - - Superintendent, Duplin County Schools - 207227@hsesinfo.org - Ms. - F207229 - L207229 - - 207229@hsesinfo.org - Ms. - F207225 - L207225 - - 207225@hsesinfo.org - 555-555-7225 - - - 6341 - 6359 - 9991 - 000 - - 2015-07-01 - - HS - Active - CDI HS/Rockaway Beach, NY - www.cdiheadstart.org - 6359@hsesinfo.org - 216 Beach 87th St - - Rockaway Beach - NY - 11693-1604 - PO Box 930386 - - Far Rockaway - NY - 11693-0386 - 216 Beach 87th St - - Rockaway Beach - NY - 11693-1604 - Mr. - F200057 - L200057 - - Chief Executive Officer - 200057@hsesinfo.org - Ms. - F200058 - L200058 - - Executive Director - 200058@hsesinfo.org - - F200060 - L200060 - - 200060@hsesinfo.org - Ms. - F200056 - L200056 - - 200056@hsesinfo.org - 555-555-0056 - - - 6798 - 287 - 10296 - 200 - 1992 - 2015-09-01 - - EHS - Active - People Incorporated of Virginia - http://www.peopleinc.net - 287@hsesinfo.org - 1173 W Main St - - Abingdon - VA - 24210-4703 - 1173 W Main St - - Abingdon - VA - 24210-4703 - 1173 W Main St - - Abingdon - VA - 24210-4703 - Mr. - F203261 - L203261 - - - 203261@hsesinfo.org - Mr. - F203262 - L203262 - - - 203262@hsesinfo.org - Mr. - F203264 - L203264 - - 203264@hsesinfo.org - Ms. - F203260 - L203260 - - 203260@hsesinfo.org - 555-555-3260 - - - 6603 - 1324 - 10087 - 000 - 1992 - 2015-07-01 - 2019-05-31 - HS - Inactive - Southeast Arkansas Community Action Corporation - http://www.seacac.com - 1324@hsesinfo.org - 1208 N Myrtle St - - Warren - AR - 71671-9700 - 1208 N Myrtle St - - Warren - AR - 71671-9700 - 1208 N Myrtle St - - Warren - AR - 71671-9700 - Mr. - F201891 - L201891 - - Governing Board Chair - 201891@hsesinfo.org - Ms. - F201892 - L201892 - - Interim Executive Director - 201892@hsesinfo.org - Ms. - F201894 - L201894 - - 201894@hsesinfo.org - Ms. - F201890 - L201890 - - 201890@hsesinfo.org - 555-555-1890 x 5555 - - - 6829 - 1208 - 10306 - 000 - 1992 - 2015-09-01 - - AIAN HS - Active - Confederated Tribes of Warm Springs of Oregon - - 1208@hsesinfo.org - PO BOX C - - Warm Springs - OR - 97761-3001 - PO BOX C - - Warm Springs - OR - 97761-3001 - PO BOX C - - Warm Springs - OR - 97761-3001 - Mr. - F203478 - L203478 - - Tribal Council Chairperson - 203478@hsesinfo.org - Ms. - F203479 - L203479 - - Secretary Treasurer - 203479@hsesinfo.org - Ms. - F203481 - L203481 - - 203481@hsesinfo.org - Ms. - F203477 - L203477 - - 203477@hsesinfo.org - 555-555-3477 - - - 4757 - 3517 - 8738 - 003 - 2014 - 2014-03-01 - 2019-02-28 - Migrant HS - Inactive - Community Action Partnership of Madera County - http://www.maderacap.org - 3517@hsesinfo.org - 1225 Gill Avenue - - Madera - CA - 93637-9363 - 1225 Gill Avenue - - Madera - CA - 93637-9363 - 1225 Gill Avenue - - Madera - CA - 93637-9363 - Mr. - F46050 - L46050 - - - 46050@hsesinfo.org - Ms. - F46049 - L46049 - - - 46049@hsesinfo.org - Ms. - F46046 - L46046 - - 46046@hsesinfo.org - Ms. - F46045 - L46045 - - 46045@hsesinfo.org - 555-555-6045 - - - 10079 - 2120 - 12108 - 200 - 2014 - 2019-07-01 - - EHS - Active - Orange County Head Start - http://www.ochsinc.org - 2120@hsesinfo.org - 2501 South Pullman Street, Suite 100 - - Santa Ana - CA - 92705-5511 - 2501 South Pullman Street, Suite 100 - - Santa Ana - CA - 92705-5511 - 2501 South Pullman Street, Suite 100 - - Santa Ana - CA - 92705-5511 - Ms. - F218946 - L218946 - - Board Chair - 218946@hsesinfo.org - Ms. - F218947 - L218947 - - Executive Director - 218947@hsesinfo.org - Ms. - F218949 - L218949 - - 218949@hsesinfo.org - Ms. - F218945 - L218945 - - 218945@hsesinfo.org - 555-555-8945 - - - 10080 - 3700 - 12130 - 203 - 2014 - 2019-07-01 - - EHS - Active - The City of La Habra - www.lahabracity.com - 3700@hsesinfo.org - 215 N. Euclid St. - - La Habra - CA - 90631 - 215 N. Euclid St. - - La Habra - CA - 90631 - 215 N. Euclid St. - - La Habra - CA - 90631 - Mr. - F218953 - L218953 - - Mayor - 218953@hsesinfo.org - Mr. - F218954 - L218954 - - City Manager - 218954@hsesinfo.org - Ms. - F218956 - L218956 - - 218956@hsesinfo.org - Ms. - F218952 - L218952 - - 218952@hsesinfo.org - 555-555-8952 - - - 8220 - 1380 - 10608 - 000 - 1992 - 2016-07-01 - - HS - Active - YWCA of Metropolitan St. Louis - http://www.ywcastlouis.org - 1380@hsesinfo.org - 3820 West Pine - - St. Louis - MO - 63108 - 3820 West Pine - - St. Louis - MO - 63108 - 1780 Belt Way Dr - - Saint Louis - MO - 63114-5816 - Ms. - F206655 - L206655 - - Board Chiarwoman - 206655@hsesinfo.org - Mrs. - F206656 - L206656 - - Chief Executive Officer - 206656@hsesinfo.org - Ms. - F206658 - L206658 - - 206658@hsesinfo.org - Ms. - F206654 - L206654 - - 206654@hsesinfo.org - 555-555-6654 - - - 8140 - 8081 - 8716 - 262 - 2016 - 2017-02-01 - 2019-06-30 - EHS - Inactive - Lutheran Social Services of NY Early Life - www.lssny.org - 8081@hsesinfo.org - 475 Riverside Dr - Ste 1244 - New York - NY - 10115-0046 - 475 Riverside Dr - Ste 1244 - New York - NY - 10115-0046 - 475 Riverside Dr - Ste 1244 - New York - NY - 10115-0046 - Mr. - F206114 - L206114 - - Chief Executive Officer - 206114@hsesinfo.org - Ms. - F206115 - L206115 - - Executive Director - 206115@hsesinfo.org - Ms. - F206117 - L206117 - - 206117@hsesinfo.org - Ms. - F206113 - L206113 - - 206113@hsesinfo.org - 555-555-6113 - - - 3052 - 3284 - 6699 - 000 - 2013 - 2013-07-02 - 2019-01-31 - HS - Inactive - South San Antonio Independent School District - southsanisd.net - 3284@hsesinfo.org - 5622 Ray Ellison Drive - - San Antonio - TX - 78242-2214 - 5622 Ray Ellison Drive - - San Antonio - TX - 78242-2214 - 5622 Ray Ellison Drive - - San Antonio - TX - 78242-2214 - Mrs. - F42269 - L42269 - - School Board President - 42269@hsesinfo.org - Mr. - F42267 - L42267 - - Superintendent - 42267@hsesinfo.org - Ms. - F42266 - L42266 - - 42266@hsesinfo.org - Mrs. - F36351 - L36351 - - 36351@hsesinfo.org - 555-555-6351 - - - 5993 - 6000 - 9547 - 205 - - 2014-07-01 - 2019-06-30 - EHS - Inactive - Southeast Baltimore City EHS - www.kennedykrieger.org - 6000@hsesinfo.org - 100 N Chester St - Behind Commodore John Rogers Elementary School - Baltimore - MD - 21231-1627 - 100 N Chester St - Behind Commodore John Rogers Elementary School - Baltimore - MD - 21231-1627 - 100 N Chester St - Behind Commodore John Rogers Elementary School - Baltimore - MD - 21231-1627 - Mr. - F106620 - L106620 - - CEO - 106620@hsesinfo.org - Dr. - F106621 - L106621 - - Program Director - 106621@hsesinfo.org - Ms. - F106623 - L106623 - - 106623@hsesinfo.org - Ms. - F106619 - L106619 - - 106619@hsesinfo.org - 555-555-6619 - - - 8221 - 1381 - 10608 - 200 - 2003 - 2016-07-01 - - EHS - Active - YWCA of Metropolitan St. Louis - http://www.ywcastlouis.org - 1381@hsesinfo.org - 3820 West Pine - - St. Louis - MO - 63108 - 3820 West Pine - - St. Louis - MO - 63108 - 1780 Belt Way Dr - - Saint Louis - MO - 63114-5816 - Ms. - F206662 - L206662 - - Board Chairwoman - 206662@hsesinfo.org - Mrs. - F206663 - L206663 - - Chief Executive Officer - 206663@hsesinfo.org - Ms. - F206665 - L206665 - - 206665@hsesinfo.org - Ms. - F206661 - L206661 - - 206661@hsesinfo.org - 555-555-6661 - - - 6843 - 4026 - 10317 - 006 - - 2015-08-01 - - HS - Active - Allapattah Child Care - - 4026@hsesinfo.org - 1836 NW 22nd Pl - - Miami - FL - 33125-1312 - 1836 NW 22nd Pl - - Miami - FL - 33125-1312 - 1836 NW 22nd Pl - - Miami - FL - 33125-1312 - Mr. - F203576 - L203576 - - Board Chair - 203576@hsesinfo.org - Mrs. - F203577 - L203577 - - Executive Director - 203577@hsesinfo.org - Ms. - F203579 - L203579 - - 203579@hsesinfo.org - Mrs. - F203575 - L203575 - - 203575@hsesinfo.org - 555-555-3575 x - - - 6844 - 4027 - 10318 - 007 - - 2015-08-01 - - HS - Active - Landow Yeshiva Head Start - www.lecfl.com - 4027@hsesinfo.org - 17330 NW 7th Avenue - - Miami - FL - 33169-5400 - 17330 NW 7th Avenue - - Miami - FL - 33169-5400 - 17330 NW 7th Avenue - - Miami - FL - 33169-5400 - Rabbi - F203583 - L203583 - - Board Chair - 203583@hsesinfo.org - Rabbi - F203584 - L203584 - - Executive Director - 203584@hsesinfo.org - Mrs. - F203586 - L203586 - - 203586@hsesinfo.org - Mrs. - F203582 - L203582 - - 203582@hsesinfo.org - 555-555-3582 x 5555 - - - 6845 - 4015 - 10318 - 207 - 2010 - 2015-08-01 - - EHS - Active - Landow Yeshiva Early Head Start - www.lecfl.com - 4015@hsesinfo.org - 17330 NW 7th Avenue - - Miami - FL - 33169-5400 - 17330 NW 7th Avenue - - Miami - FL - 33169-5400 - 17330 NW 7th Avenue - - Miami - FL - 33169-5400 - - F203590 - L203590 - - Board Chair - 203590@hsesinfo.org - - F203591 - L203591 - - Executive Director - 203591@hsesinfo.org - Mrs. - F203593 - L203593 - - 203593@hsesinfo.org - Mrs. - F203589 - L203589 - - 203589@hsesinfo.org - 555-555-3589 x 5555 - - - 5064 - 3163 - 8974 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Southwest Human Resource Agency - http://www.swhrahs.org - 3163@hsesinfo.org - 1527 White Ave - - Henderson - TN - 38340-7625 - PO Box 264 - - Henderson - TN - 38340-0264 - 1527 White Ave - - Henderson - TN - 38340-7625 - Mr. - F51564 - L51564 - - SWHRA Board Chairman - 51564@hsesinfo.org - Mr. - F51563 - L51563 - - - 51563@hsesinfo.org - Ms. - F51566 - L51566 - - 51566@hsesinfo.org - Mrs. - F51562 - L51562 - - 51562@hsesinfo.org - 555-555-1562 - - - 6848 - 4030 - 10320 - 009 - - 2015-08-01 - - HS - Active - Centro Mater Child Care Services, Inc. - www.centromaterchildcare.com - 4030@hsesinfo.org - 8298 NW 103 Street - - Hialeah Gardens - FL - 33016-2202 - 8298 NW 103 Street - - Hialeah Gardens - FL - 33016-2202 - 8298 NW 103 Street - - Hialeah Gardens - FL - 33016-2202 - Mr. - F203611 - L203611 - - Board Chair - 203611@hsesinfo.org - Dr. - F203612 - L203612 - PhD - Executive Director - 203612@hsesinfo.org - Mr. - F203614 - L203614 - - 203614@hsesinfo.org - Mr. - F203610 - L203610 - PhD - 203610@hsesinfo.org - 555-555-3610 - - - 6849 - 4012 - 10320 - 209 - - 2015-08-01 - - EHS - Active - Centro Mater Child Care Services, Inc. - www.centromaterchildcare.com - 4012@hsesinfo.org - 8298 NW 103 Street - - Hialeah Gardens - FL - 33016-2202 - 8298 NW 103 Street - - Hialeah Gardens - FL - 33016-2202 - 8298 NW 103 Street - - Hialeah Gardens - FL - 33016-2202 - Mr. - F203618 - L203618 - - Board Chair - 203618@hsesinfo.org - Mr. - F203619 - L203619 - PhD - Executive Director - 203619@hsesinfo.org - Mr. - F203621 - L203621 - - 203621@hsesinfo.org - Dr. - F203617 - L203617 - PhD - 203617@hsesinfo.org - 555-555-3617 - - - 6850 - 4031 - 10321 - 010 - - 2015-08-01 - - HS - Active - Paradise Christian - www.paradisechristianschool.com - 4031@hsesinfo.org - 6184 West 21 Court - - Hialeah - FL - 33016 - 6184 West 21 Court - - Hialeah - FL - 33016 - 6184 West 21 Court - - Hialeah - FL - 33016 - Ms. - F203625 - L203625 - - Chairperson - 203625@hsesinfo.org - Dr. - F203626 - L203626 - - Executive Director - 203626@hsesinfo.org - Ms. - F203628 - L203628 - - 203628@hsesinfo.org - Dr. - F203624 - L203624 - - 203624@hsesinfo.org - 555-555-3624 - - - 6852 - 4034 - 10323 - 012 - - 2015-08-01 - - HS - Active - Haitian Youth and Community Center of Florida - www.hyccf.org - 4034@hsesinfo.org - 14500 NE 6th Avenue - - Noth Miami - FL - 33161 - 14500 NE 6th Avenue - - Noth Miami - FL - 33161 - 14500 NE 6th Avenue - - Noth Miami - FL - 33161 - Ms. - F203639 - L203639 - - Board Chair - 203639@hsesinfo.org - Mrs. - F203640 - L203640 - - Executive Director - 203640@hsesinfo.org - Miss - F203642 - L203642 - - 203642@hsesinfo.org - Mrs. - F203638 - L203638 - - 203638@hsesinfo.org - 555-555-3638 - - - 6853 - 4016 - 10323 - 212 - 2010 - 2015-08-01 - - EHS - Active - Haitian Youth and Community Center of Florida - www.hyccf.org - 4016@hsesinfo.org - 14500 NE 6th Avenue - - North Miami - FL - 33161 - 14500 NE 6th Avenue - - North Miami - FL - 33161 - 14500 NE 6th Avenue - - North Miami - FL - 33161 - Ms. - F203646 - L203646 - - Board Chair - 203646@hsesinfo.org - Mrs. - F203647 - L203647 - - Executive Director - 203647@hsesinfo.org - Miss - F203649 - L203649 - - 203649@hsesinfo.org - Mrs. - F203645 - L203645 - - 203645@hsesinfo.org - 555-555-3645 x 5555 - - - 6854 - 4035 - 10324 - 013 - - 2015-08-01 - - HS - Active - United Way of Miami - unitedwaycfe.org - 4035@hsesinfo.org - dba/ Center for Excellence - 3250 SW 3rd Avenue - Miami - FL - 33129 - dba/ Center for Excellence - 3250 SW 3rd Avenue - Miami - FL - 33129 - dba/ Center for Excellence - 3250 SW 3rd Avenue - Miami - FL - 33129 - Mr. - F203653 - L203653 - - Board Chair - 203653@hsesinfo.org - Ms. - F203654 - L203654 - - Executive Direcgtor - 203654@hsesinfo.org - - F203656 - L203656 - - 203656@hsesinfo.org - Ms. - F203652 - L203652 - - 203652@hsesinfo.org - 555-555-3652 - - - 6855 - 4014 - 10324 - 213 - - 2015-08-01 - - EHS - Active - United Way of Miami - unitedwaycfe.org - 4014@hsesinfo.org - dba/ Center for Excellence - 3250 SW 3rd Avenue - Miami - FL - 33129 - dba/ Center for Excellence - 3250 SW 3rd Avenue - Miami - FL - 33129 - dba/ Center for Excellence - 3250 SW 3rd Avenue - Miami - FL - 33129 - Mr. - F203660 - L203660 - - Board Chair - 203660@hsesinfo.org - Ms. - F203661 - L203661 - - Executive Director - 203661@hsesinfo.org - - F203663 - L203663 - - 203663@hsesinfo.org - Ms. - F203659 - L203659 - - 203659@hsesinfo.org - 555-555-3659 - - - 6856 - 4036 - 10325 - 014 - - 2015-08-01 - - HS - Active - Our Child Care, Inc. DBA Our Little Ones - - 4036@hsesinfo.org - 8037 NE 2nd Avenue - - Miami - FL - 33138 - 8037 NE 2nd Avenue - - Miami - FL - 33138 - 8037 NE 2nd Avenue - - Miami - FL - 33138 - Ms. - F203667 - L203667 - - Board Chair - 203667@hsesinfo.org - Mrs. - F203668 - L203668 - - Executive Director - 203668@hsesinfo.org - Mr. - F203670 - L203670 - - 203670@hsesinfo.org - Ms. - F203666 - L203666 - - 203666@hsesinfo.org - 555-555-3666 - - - 4473 - 1720 - 8511 - 000 - 2013 - 2013-11-18 - 2019-06-30 - HS - Inactive - Council of Three Rivers American Indian Center, Inc. - http://www.cotraic.org - 1720@hsesinfo.org - 120 Charles St - - Pittsburgh - PA - 15238-1027 - 120 Charles St - - Pittsburgh - PA - 15238-1027 - 120 Charles Street - - Pittsburgh - PA - 15238-1027 - Mr. - F41792 - L41792 - - Board Chair - 41792@hsesinfo.org - Mr. - F41793 - L41793 - - Executive Director - 41793@hsesinfo.org - Ms. - F41791 - L41791 - - 41791@hsesinfo.org - Ms. - F41790 - L41790 - - 41790@hsesinfo.org - 555-555-1790 - - - 8884 - 1940 - 11248 - 000 - 2013 - 2018-07-01 - - HS - Active - Northwestern Illinois Community Action Agency HS - nicaa.org - 1940@hsesinfo.org - 511 S Liberty Ave - Rm 146 - Freeport - IL - 61032-5600 - 511 S Liberty Ave - Rm 146 - Freeport - IL - 61032-5600 - 511 S Liberty Ave - Rm 146 - Freeport - IL - 61032-5600 - Mrs. - F210709 - L210709 - - President - 210709@hsesinfo.org - Mrs. - F210710 - L210710 - - Executive Director - 210710@hsesinfo.org - Ms. - F210712 - L210712 - - 210712@hsesinfo.org - Mrs. - F210708 - L210708 - - 210708@hsesinfo.org - 555-555-0708 - - - 8200 - 692 - 10594 - 000 - 1991 - 2016-07-01 - - HS - Active - Lake-Geauga United Head Start, Inc. - http://www.lguhs.org - 692@hsesinfo.org - 7757 Auburn Rd - Ste 27 - Concord Twp - OH - 44077-9604 - 7757 Auburn Rd - Ste 27 - Concord Twp - OH - 44077-9604 - 7757 Auburn Rd - Ste 27 - Concord Twp - OH - 44077-9604 - Mr. - F206515 - L206515 - - Board of Trustees Chairperson - 206515@hsesinfo.org - Ms. - F206516 - L206516 - - - 206516@hsesinfo.org - Ms. - F206518 - L206518 - - 206518@hsesinfo.org - Ms. - F206514 - L206514 - - 206514@hsesinfo.org - 555-555-6514 x 5555 - - - 10082 - 1077 - 12111 - 000 - 1992 - 2019-07-01 - - HS - Active - Rocky Mountain Development Council, Inc. - http://www.rmdc.net - 1077@hsesinfo.org - 200 S Cruse Ave - - Helena - MT - 59601-5018 - PO Box 1717 - - Helena - MT - 59624-1717 - 200 S Cruse Ave - - Helena - MT - 59601-5018 - Mr. - F218967 - L218967 - - Board President - 218967@hsesinfo.org - Ms. - F218968 - L218968 - - Executive Director - 218968@hsesinfo.org - Mr. - F218970 - L218970 - - 218970@hsesinfo.org - Ms. - F218966 - L218966 - - 218966@hsesinfo.org - 555-555-8966 - - - 11540 - 8752 - 13337 - 200 - 2019 - 2020-07-01 - - EHS - Active - Northwestern Ohio Community Action Commission - http://www.nocac.org - 8752@hsesinfo.org - 1933 East Second Street - - Defiance - OH - 43512-2503 - 1933 East Second Street - - Defiance - OH - 43512-2503 - 1933 East Second Street - - Defiance - OH - 43512-2503 - Mr. - F228808 - L228808 - - Board President - 228808@hsesinfo.org - Ms. - F228809 - L228809 - - Executive Director - 228809@hsesinfo.org - Ms. - F228811 - L228811 - - 228811@hsesinfo.org - Ms. - F228807 - L228807 - - 228807@hsesinfo.org - 555-555-8807 x 5555 - - - 9558 - 8821 - 11774 - 200 - 2019 - 2019-03-01 - - EHS - Active - Educare DC - www.educaredc.org - 8821@hsesinfo.org - 640 Anacostia Avenue, NE - - Washington - DC - 20019 - 640 Anacostia Avenue, NE - - Washington - DC - 20019 - 640 Anacostia Ave NE - Educare DC - Washington - DC - 20019-1509 - Ms. - F215403 - L215403 - Phd - Board Chair - 215403@hsesinfo.org - Mrs. - F215404 - L215404 - - Executive Director - 215404@hsesinfo.org - Ms. - F215406 - L215406 - - 215406@hsesinfo.org - Mr. - F215402 - L215402 - - 215402@hsesinfo.org - 555-555-5402 - - - 6832 - 2480 - 10278 - 000 - 2002 - 2015-09-01 - 2020-08-31 - Migrant HS - Inactive - Community Action Council, Migrant Head Start - http://www.commaction.org - 2480@hsesinfo.org - 710 W High St - - Lexington - KY - 40508-2451 - 710 W High St - - Lexington - KY - 40508-2451 - 710 W High St - - Lexington - KY - 40508-2451 - Mrs. - F203499 - L203499 - - Chairman - 203499@hsesinfo.org - Mrs. - F203500 - L203500 - - Executive Director - 203500@hsesinfo.org - Mrs. - F203502 - L203502 - - 203502@hsesinfo.org - Mrs. - F203498 - L203498 - - 203498@hsesinfo.org - 555-555-3498 x 5555 - - - 8706 - 8568 - 11074 - 200 - 2017 - 2018-05-01 - 2020-07-31 - EHS - Inactive - CDI HS/Starr and Zapata Counties, TX - www.cdiheadstart.org - 8568@hsesinfo.org - 213 W 2nd St - - Rio Grande City - TX - 78582-3603 - PO Box 176 - - Rio Grande City - TX - 78582-0176 - 213 W 2nd St - - Rio Grande City - TX - 78582-3603 - Mr. - F209443 - L209443 - - Chief Executive Officer - 209443@hsesinfo.org - Ms. - F209444 - L209444 - - Executive Director - 209444@hsesinfo.org - - F209446 - L209446 - - 209446@hsesinfo.org - Ms. - F209442 - L209442 - - 209442@hsesinfo.org - 555-555-9442 - - - 11389 - 3224 - 13241 - 200 - 2007 - 2020-06-01 - - EHS - Active - Childcare Network of Evanston - www.childcarenetworkofevanston.org - 3224@hsesinfo.org - 1335 Dodge Ave - - Evanston - IL - 60201-4031 - 1335 Dodge Ave - - Evanston - IL - 60201-4031 - 1335 Dodge Ave - - Evanston - IL - 60201-4031 - Mr. - F227783 - L227783 - - Chair of CNE Board of Directors - 227783@hsesinfo.org - Ms. - F227784 - L227784 - - Executive Director - 227784@hsesinfo.org - Ms. - F227786 - L227786 - - 227786@hsesinfo.org - Ms. - F227782 - L227782 - - 227782@hsesinfo.org - 555-555-7782 x 5555 - - - 4665 - 1481 - 8332 - 000 - 1998 - 2014-03-01 - 2019-02-28 - Migrant HS - Inactive - CENTRAL CALIFORNIA MIGRANT HEAD START PROGRAM - https://stancoe.org/division/child-family-services - 1481@hsesinfo.org - 1100 H Street - - Modesto - CA - 95354-2338 - 1100 H Street - - Modesto - CA - 95354-2338 - 1100 H Street - - Modesto - CA - 95354-2338 - Mr. - F44668 - L44668 - - Chairperson - 44668@hsesinfo.org - Mr. - F44669 - L44669 - - Executive Director - 44669@hsesinfo.org - Ms. - F44671 - L44671 - - 44671@hsesinfo.org - Ms. - F44667 - L44667 - - 44667@hsesinfo.org - 555-555-4667 - - - 11155 - 2349 - 13072 - 000 - 1992 - 2020-04-01 - - HS - Active - Washington County Economic Opportunity Council, Inc/dba L.E.A.P. - http://www.leapservices.org - 2349@hsesinfo.org - 11 St Paul's Drive - - Hudson Falls - NY - 12839 - 383 Broadway - Washington County Eoc Inc Hs/Ehs - Fort Edward - NY - 12828-1001 - 11 St Paul's Drive - - Hudson Falls - NY - 12839 - Mr. - F226296 - L226296 - Esq. - Chairperson, Board of Directors - 226296@hsesinfo.org - Mrs. - F226297 - L226297 - - Executive Director - 226297@hsesinfo.org - Ms. - F226299 - L226299 - - 226299@hsesinfo.org - Mrs. - F226295 - L226295 - - 226295@hsesinfo.org - 555-555-6295 x 5555 - - - 8693 - 8554 - 11066 - 201 - 2016 - 2016-07-01 - - EHS - Active - Caddo Parish Commission - www.caddocaa.org - 8554@hsesinfo.org - 4055 Saint Vincent Ave - - Shreveport - LA - 71108-2542 - 4055 Saint Vincent Ave - - Shreveport - LA - 71108-2542 - 4055 Saint Vincent Ave - - Shreveport - LA - 71108-2542 - Rev. - F209358 - L209358 - - Board Chairperson - 209358@hsesinfo.org - Mr. - F209359 - L209359 - - - 209359@hsesinfo.org - Rev. - F209361 - L209361 - - 209361@hsesinfo.org - Mr. - F209357 - L209357 - - 209357@hsesinfo.org - 555-555-9357 - - - 4603 - 4605 - 8489 - 000 - 2014 - 2014-01-01 - 2018-11-30 - HS - Inactive - Options for Learning - http://www.optionsforlearning.org - 4605@hsesinfo.org - 885 South Village Oaks Drive - - Covina - CA - 91724-3615 - 885 S Village Oaks Dr - - Covina - CA - 91724-3615 - 885 S Village Oaks Dr - - Covina - CA - 91724-3615 - Mr. - F43601 - L43601 - - Chairperson, Board of Directors - 43601@hsesinfo.org - Mr. - F43602 - L43602 - - Executive Director - 43602@hsesinfo.org - - F43604 - L43604 - - 43604@hsesinfo.org - Mrs. - F43600 - L43600 - - 43600@hsesinfo.org - 555-555-3600 - - - 8670 - 3095 - 11049 - 200 - 2011 - 2017-07-01 - 2019-06-30 - EHS - Inactive - Sumter School District - Karen.Buffalo@sumterschools.net - 3095@hsesinfo.org - Crosswell Park Early Childhood Center - 475 Crosswell Drive - Sumter - SC - 29150-3691 - Crosswell Park Early Childhood Center - 475 Crosswell Drive - Sumter - SC - 29150-3691 - Crosswell Park Early Childhood Center - 475 Crosswell Drive - Sumter - SC - 29150-3691 - Pastor - F209199 - L209199 - - Board Chair - 209199@hsesinfo.org - Dr. - F209200 - L209200 - - Superintendent (Interim) - 209200@hsesinfo.org - Ms. - F209202 - L209202 - - 209202@hsesinfo.org - Mrs. - F209198 - L209198 - - 209198@hsesinfo.org - 555-555-9198 x 5555 - - - 11156 - 2350 - 13072 - 200 - 2003 - 2020-04-01 - - EHS - Active - Washington County Economic Opportunity Council, Inc/dba L.E.A.P. - http://www.washcohs.org - 2350@hsesinfo.org - 11 St Paul's Drive - - Hudson Falls - NY - 12839 - 383 Broadway - Washington County Eoc Inc Hs/Ehs/Dba L.E.A.P. - Fort Edward - NY - 12828-1001 - 11 St Paul's Drive - - Hudson Falls - NY - 12839 - Mr. - F226303 - L226303 - Esq. - Chairperson, Board of Directors - 226303@hsesinfo.org - Mrs. - F226304 - L226304 - - Executive Director - 226304@hsesinfo.org - Ms. - F226306 - L226306 - - 226306@hsesinfo.org - Mrs. - F226302 - L226302 - - 226302@hsesinfo.org - 555-555-6302 x 5555 - - - 11157 - 451 - 13071 - 000 - 2014 - 2020-04-01 - - HS - Active - COMMUNITY SERVICES CONSORTIUM HEAD START - http://www.communityservices.us - 451@hsesinfo.org - 2130 SE Lee Ave - - Lincoln City - OR - 97367-2440 - PO Box G - - Lincoln City - OR - 97367-0059 - 250 Broadalbin St SW - Ste 2A - Albany - OR - 97321-2299 - Mrs. - F226310 - L226310 - - Board Chair - 226310@hsesinfo.org - Ms. - F226311 - L226311 - - - 226311@hsesinfo.org - Ms. - F226313 - L226313 - - 226313@hsesinfo.org - Dr. - F226309 - L226309 - - 226309@hsesinfo.org - 555-555-6309 x 5555 - - - 8408 - 8289 - 9131 - 206 - 2016 - 2016-07-01 - 2019-06-30 - EHS - Inactive - Bassett Unified School District - bassettusd.org - 8289@hsesinfo.org - 904 Willow Ave - - La Puente - CA - 91746-1615 - 904 Willow Ave - - La Puente - CA - 91746-1615 - 1314 Le Borgne Ave - - La Puente - CA - 91746-1030 - Ms. - F208059 - L208059 - - Board President - 208059@hsesinfo.org - Ms. - F208060 - L208060 - - Superintendent - 208060@hsesinfo.org - Ms. - F208062 - L208062 - - 208062@hsesinfo.org - Ms. - F208058 - L208058 - - 208058@hsesinfo.org - 555-555-8058 - - - 8386 - 8280 - 10804 - 076 - 2016 - 2017-02-01 - 2019-06-30 - HS - Inactive - Cardinal McCloskey School & Home for Children - www.CMCS.org - 8280@hsesinfo.org - 115 East Stevens Avenue - - Valhalla - NY - 10595-1252 - 115 East Stevens Avenue - - Valhalla - NY - 10595-1252 - 115 East Stevens Avenue - - Valhalla - NY - 10595-1252 - Mr. - F207869 - L207869 - - Board Chairman - 207869@hsesinfo.org - Mrs. - F207870 - L207870 - - - 207870@hsesinfo.org - Ms. - F207872 - L207872 - - 207872@hsesinfo.org - Mrs. - F207868 - L207868 - - 207868@hsesinfo.org - 555-555-7868 x 5555 - - - 9405 - 2179 - 11632 - 000 - 1992 - 2019-03-01 - - HS - Active - Albany County Opportunity, Incorporated - http://www.albanycap.org - 2179@hsesinfo.org - 333 Sheridan Ave - - Albany - NY - 12206-3133 - 333 Sheridan Ave - - Albany - NY - 12206-3133 - 333 Sheridan Avenue - - Albany - NY - 12206 - Mr. - F214353 - L214353 - - Board President - 214353@hsesinfo.org - Ms. - F214354 - L214354 - - Executive Director - 214354@hsesinfo.org - Ms. - F214356 - L214356 - - 214356@hsesinfo.org - Mr. - F214352 - L214352 - - 214352@hsesinfo.org - 555-555-4352 x 5555 - - - 8889 - 1385 - 11252 - 200 - 2013 - 2018-07-01 - - EHS - Active - Clay County Child Care Center - www.claycountychildcare.com - 1385@hsesinfo.org - 1021 4th Street - N/A - Clay Center - KS - 67432-2501 - 1021 4th Street - N/A - Clay Center - KS - 67432-2501 - 1021 4th Street - N/A - Clay Center - KS - 67432-2501 - Mrs. - F210744 - L210744 - N/Z - President of the Board - 210744@hsesinfo.org - Mrs. - F210745 - L210745 - N/A - - 210745@hsesinfo.org - Ms. - F210747 - L210747 - N/A - 210747@hsesinfo.org - Ms. - F210743 - L210743 - - 210743@hsesinfo.org - 555-555-0743 - - - 5447 - 583 - 9192 - 200 - 2000 - 2014-09-01 - 2020-08-31 - EHS - Inactive - Beaufort-Jasper Economic Opportunity Council - www.beaufortjaspereoc.org - 583@hsesinfo.org - 1905 Duke St - Ste 250 - Beaufort - SC - 29902-4403 - PO Box 2296 - - Beaufort - SC - 29901-2296 - 1905 Duke St - Ste 250 - Beaufort - SC - 29902-4403 - Mr. - F97024 - L97024 - - Board Chair - 97024@hsesinfo.org - Mr. - F97025 - L97025 - - Executive Director - 97025@hsesinfo.org - Mrs. - F97021 - L97021 - - 97021@hsesinfo.org - Mr. - F97020 - L97020 - - 97020@hsesinfo.org - 555-555-7020 - - - 1383 - 3085 - 2875 - 000 - 2013 - 2013-07-02 - 2019-01-31 - HS - Inactive - Bank Street College of Education - https://www.bankstreet.edu/education-for-children/head-start/ - 3085@hsesinfo.org - 535 E 5th St - Ground Floor - New York - NY - 10009-6754 - 535 E 5th St - Ground Floor - New York - NY - 10009-6754 - 610 West 112th Street - - New York - NY - 10025-1898 - Ms. - F39712 - L39712 - - Chairperson of the Board of Trustees - 39712@hsesinfo.org - Mr. - F39710 - L39710 - - President - 39710@hsesinfo.org - Mr. - F39709 - L39709 - - 39709@hsesinfo.org - Mr. - F36280 - L36280 - - 36280@hsesinfo.org - 555-555-6280 x 5555 - - - 9579 - 8836 - 11686 - 200 - 2019 - 2019-03-01 - - EHS - Active - Early Learning Coalition of Palm Beach County, Inc. - www.elcpalmbeach.org - 8836@hsesinfo.org - 2300 High Ridge Road, Suite 115 - - Boynton Beach - FL - 33426-8795 - 2300 High Ridge Road, Suite 115 - - Boynton Beach - FL - 33426-8795 - 2300 High Ridge Road, Suite 115 - - Boynton Beach - FL - 33426-8795 - Mr. - F215506 - L215506 - . - Board Chair - 215506@hsesinfo.org - Mr. - F215507 - L215507 - - CEO - 215507@hsesinfo.org - Mr. - F215509 - L215509 - - 215509@hsesinfo.org - Ms. - F215505 - L215505 - - 215505@hsesinfo.org - 555-555-5505 - - - 5365 - 5371 - 9151 - 000 - 2014 - 2014-08-01 - 2020-06-30 - HS - Inactive - The Newark Public Schools - www.nps.k12.nj.us - 5371@hsesinfo.org - 24 Crane St - - Newark - NJ - 07104-2562 - 24 Crane St - 4th Floor, Room 409 - Newark - NJ - 07104-2562 - 24 Crane St - 4th Floor, Room 409 - Newark - NJ - 07104-2562 - Mr. - F95410 - L95410 - - Superintendent - 95410@hsesinfo.org - Ms. - F95411 - L95411 - - Executive Director of Early Childhood - 95411@hsesinfo.org - Ms. - F95413 - L95413 - - 95413@hsesinfo.org - Mrs. - F95409 - L95409 - - 95409@hsesinfo.org - 555-555-5409 - - - 5197 - 2569 - 8914 - 000 - 2009 - 2014-07-01 - 2019-06-30 - HS - Inactive - Unified School District 383 - https://www.usd383.org/schools/early-learning/early-learning-centers - 2569@hsesinfo.org - 1700 Leavenworth St - - Manhattan - KS - 66502-4143 - 1700 Leavenworth St - - Manhattan - KS - 66502-4143 - 1700 Leavenworth St - - Manhattan - KS - 66502-4143 - Mr. - F52262 - L52262 - - USD 383 Board of Education President - 52262@hsesinfo.org - Mrs. - F52260 - L52260 - - Executive Director of Special Services - 52260@hsesinfo.org - Ms. - F52259 - L52259 - - 52259@hsesinfo.org - Mr. - F52258 - L52258 - - 52258@hsesinfo.org - 555-555-2258 x 5555 - - - 8293 - 3145 - 10679 - 000 - 2012 - 2016-07-01 - - HS - Active - Telamon Corporation - www.transitionresources.org - 3145@hsesinfo.org - 600 Corporation Dr - Ste 105 - Pendleton - IN - 46064-8300 - 5560 Munford Road, Suite 201 - - Raleigh - NC - 27612-2731 - 5560 Munford Rd - Ste 201 - Raleigh - NC - 27612-2731 - Mrs. - F207191 - L207191 - - Board Chair - 207191@hsesinfo.org - Mrs. - F207192 - L207192 - - Executive Director - 207192@hsesinfo.org - Ms. - F207194 - L207194 - - 207194@hsesinfo.org - Mrs. - F207190 - L207190 - - 207190@hsesinfo.org - 555-555-7190 x 5555 - - - 10434 - 1604 - 12434 - 200 - 2014 - 2019-09-01 - - EHS - Active - Community Action Program for Madison County, Inc. - http://www.capmadco.org - 1604@hsesinfo.org - 1001 New Market Dr - - Canastota - NY - 13032-5015 - 1001 New Market Dr - - Canastota - NY - 13032-5015 - 3 East Main Street - - Morrisville - NY - 13408 - Mr. - F221377 - L221377 - - CAP Board President - 221377@hsesinfo.org - Ms. - F221378 - L221378 - - Executive Director - 221378@hsesinfo.org - Ms. - F221380 - L221380 - - 221380@hsesinfo.org - Mrs. - F221376 - L221376 - - 221376@hsesinfo.org - 555-555-1376 x 5555 - - - 9575 - 8832 - 11668 - 200 - 2019 - 2019-03-01 - - EHS - Active - Community Coordinated Care for Children, Inc. - http://www.4CFlorida.org - 8832@hsesinfo.org - 3500 West Colonial Drive - - Orlando - FL - 32808-7902 - 3500 West Colonial Drive - - Orlando - FL - 32808-7902 - 3500 West Colonial Drive - - Orlando - FL - 32808-7902 - Mr. - F215478 - L215478 - - 4C Board Chairman - 215478@hsesinfo.org - Ms. - F215479 - L215479 - - President/CEO - 215479@hsesinfo.org - Ms. - F215481 - L215481 - - 215481@hsesinfo.org - Ms. - F215477 - L215477 - - 215477@hsesinfo.org - 555-555-5477 - - - 9218 - 2336 - 11505 - 000 - 2013 - 2018-12-01 - - HS - Active - ULSTER COUNTY COMMUNITY ACTION COMMITTEE, INC - www.uccac.org - 2336@hsesinfo.org - 70 Lindsley Avenue - - Kingston - NY - 12401-3316 - 70 Lindsley Avenue - - Kingston - NY - 12401-3316 - 70 Lindsley Avenue - - Kingston - NY - 12401-3316 - Mr. - F213066 - L213066 - Esq. - Board Chairperson - 213066@hsesinfo.org - Mr. - F213067 - L213067 - - Executive Director - 213067@hsesinfo.org - Mr. - F213069 - L213069 - - 213069@hsesinfo.org - Ms. - F213065 - L213065 - - 213065@hsesinfo.org - 555-555-3065 x 5555 - - - 9219 - 2335 - 11505 - 200 - 2013 - 2018-12-01 - - EHS - Active - ULSTER COUNTY COMMUNITY ACTION COMMITTEE, INC - www.uccac.org - 2335@hsesinfo.org - 70 Lindsley Ave. - - Kingston - NY - 12401 - 70 Lindsley Ave. - - Kingston - NY - 12401 - 70 Lindsley Ave. - - Kingston - NY - 12401 - Atty. - F213073 - L213073 - Esq. - Board Chairperson - 213073@hsesinfo.org - Mr. - F213074 - L213074 - - Executive Director - 213074@hsesinfo.org - Mr. - F213076 - L213076 - - 213076@hsesinfo.org - Ms. - F213072 - L213072 - - 213072@hsesinfo.org - 555-555-3072 x 5555 - - - 9578 - 8835 - 11681 - 200 - 2019 - 2019-03-01 - - EHS - Active - MCINTOSH TRAIL EARLY CHILDHOOD DEVELOPMENT COUNCIL INC - http://www.mtecdc.org - 8835@hsesinfo.org - 565 Recreation Drive - - Jackson - GA - 30233-2286 - 565 Recreation Drive - - Jackson - GA - 30233-2286 - 565 Recreation Drive - - Jackson - GA - 30233-2286 - Dr. - F215499 - L215499 - - Board Chairman - 215499@hsesinfo.org - Mrs. - F215500 - L215500 - - - 215500@hsesinfo.org - Mr. - F215502 - L215502 - - 215502@hsesinfo.org - Mrs. - F215498 - L215498 - - 215498@hsesinfo.org - 555-555-5498 x 5555 - - - 9581 - 8838 - 11715 - 200 - 2019 - 2019-03-01 - - EHS - Active - REDLANDS CHRISTIAN MIGRANT ASSOCIATION - http://www.rcma.org - 8838@hsesinfo.org - 402 West Main Street - - Immokalee - FL - 34142-3933 - 402 West Main Street - - Immokalee - FL - 34142-3933 - 402 West Main Street - - Immokalee - FL - 34142-3933 - Ms. - F215520 - L215520 - - Governing Body Chaur - 215520@hsesinfo.org - Ms. - F215521 - L215521 - - Executive Director - 215521@hsesinfo.org - Ms. - F215523 - L215523 - - 215523@hsesinfo.org - Ms. - F215519 - L215519 - - 215519@hsesinfo.org - 555-555-5519 x 5555 - - - 4866 - 2050 - 8779 - 000 - 2014 - 2014-06-01 - 2019-05-31 - HS - Inactive - RURAL RESOURCES COMMUNITY ACTION - http://www.ruralresources.org - 2050@hsesinfo.org - 956 South Main Street - - Colville - WA - 99114-2505 - 956 South Main Street - - Colville - WA - 99114-2505 - 956 South Main Street - - Colville - WA - 99114-2505 - Mr. - F47676 - L47676 - - Chairperson - 47676@hsesinfo.org - Ms. - F47672 - L47672 - - - 47672@hsesinfo.org - Ms. - F47673 - L47673 - - 47673@hsesinfo.org - Ms. - F47671 - L47671 - - 47671@hsesinfo.org - 555-555-7671 - - - 9584 - 8841 - 11713 - 200 - 2019 - 2019-03-01 - - EHS - Active - Richland County First Steps - www.rcfirststeps.org - 8841@hsesinfo.org - 1800 Saint Julian Pl - Ste 406 - Columbia - SC - 29204-2417 - Post Office Box 5100 - - Columbia - SC - 29250 - 1800 Saint Julian Pl - Ste 406 - Columbia - SC - 29204-2417 - Mrs. - F215541 - L215541 - - Board Chair - 215541@hsesinfo.org - Mrs. - F215542 - L215542 - - CEO - 215542@hsesinfo.org - Mrs. - F215544 - L215544 - - 215544@hsesinfo.org - Mrs. - F215540 - L215540 - - 215540@hsesinfo.org - 555-555-5540 - - - 9585 - 8842 - 11696 - 200 - 2019 - 2019-03-01 - - EHS - Active - Le Jardin Community Center, Inc. - www.lejardinccinc.org - 8842@hsesinfo.org - 311 NE 8th St - - Homestead - FL - 33030-4738 - 311 NE 8th St - - Homestead - FL - 33030-4738 - 311 NE 8th St - - Homestead - FL - 33030-4738 - Atty. - F215548 - L215548 - - - 215548@hsesinfo.org - Mr. - F215549 - L215549 - - - 215549@hsesinfo.org - Ms. - F215551 - L215551 - - 215551@hsesinfo.org - Mr. - F215547 - L215547 - - 215547@hsesinfo.org - 555-555-5547 - - - 11158 - 1214 - 13073 - 000 - 2015 - 2020-01-01 - - AIAN HS - Active - QUILEUTE TRIBAL COUNCIL - facebook.com/quileuteheadstartprogram - 1214@hsesinfo.org - 8 by Yak Loop - - La Push - WA - 98350 - PO Box 100 - - La Push - WA - 98350-0100 - 8 by Yak Loop - - La Push - WA - 98350 - Mr. - F226317 - L226317 - - Tribal Chairman - 226317@hsesinfo.org - Mr. - F226318 - L226318 - - General Manager - 226318@hsesinfo.org - Ms. - F226320 - L226320 - - 226320@hsesinfo.org - Ms. - F226316 - L226316 - - 226316@hsesinfo.org - 555-555-6316 - - - 9586 - 8843 - 11699 - 200 - 2019 - 2019-03-01 - - EHS - Active - Eckerd Youth Alternatives Inc. - http://www.eckerd.org - 8843@hsesinfo.org - 100 North Starcrest Drive - - Clearwater - FL - 33766-3224 - 100 North Starcrest Drive - - Clearwater - FL - 33766-3224 - 100 North Starcrest Drive - - Clearwater - FL - 33766-3224 - Mr. - F215555 - L215555 - - - 215555@hsesinfo.org - Mr. - F215556 - L215556 - - - 215556@hsesinfo.org - - F215558 - L215558 - - 215558@hsesinfo.org - Ms. - F215554 - L215554 - - 215554@hsesinfo.org - 555-555-5554 - - - 9252 - 8743 - 9142 - 217 - 2019 - 2019-03-01 - 2019-06-30 - EHS - Inactive - Santa Monica-Malibu Unified School District - http://www.smmusd.org - 8743@hsesinfo.org - 2828 4th St - - Santa Monica - CA - 90405-4308 - 2828 4th St - - Santa Monica - CA - 90405-4308 - 2828 4th St - - Santa Monica - CA - 90405-4308 - Dr. - F213305 - L213305 - - President - 213305@hsesinfo.org - Dr. - F213303 - L213303 - - Director - 213303@hsesinfo.org - Mrs. - F213306 - L213306 - - 213306@hsesinfo.org - Dr. - F213302 - L213302 - - 213302@hsesinfo.org - 555-555-3302 x 5555 - - - 10253 - 5953 - 12284 - 200 - - 2019-08-01 - - EHS - Active - Telamon Corporation - www.telamon.org - 5953@hsesinfo.org - 4713 Papermill Dr - Ste 203 - Knoxville - TN - 37909-1924 - 5560 Munford Rd - Ste 201 - Raleigh - NC - 27612-2731 - 5560 Munford Rd - Ste 201 - Raleigh - NC - 27612-2731 - Mrs. - F220114 - L220114 - - Chair, Governing Board - 220114@hsesinfo.org - Mrs. - F220115 - L220115 - - Executive Director - 220115@hsesinfo.org - Ms. - F220117 - L220117 - - 220117@hsesinfo.org - Mrs. - F220113 - L220113 - - 220113@hsesinfo.org - 555-555-0113 - - - 5992 - 5999 - 9546 - 204 - - 2014-07-01 - 2019-06-30 - EHS - Inactive - Housing Authority of Baltimore City - www.habc.org - 5999@hsesinfo.org - 2707 Sethlow Rd - - Baltimore - MD - 21225-1308 - 2707 Sethlow Rd - - Baltimore - MD - 21225-1308 - 2707 Sethlow Rd - - Baltimore - MD - 21225-1308 - Mr. - F106610 - L106610 - - Board Chair - 106610@hsesinfo.org - Ms. - F106611 - L106611 - - - 106611@hsesinfo.org - Ms. - F106613 - L106613 - - 106613@hsesinfo.org - Ms. - F106609 - L106609 - - 106609@hsesinfo.org - 555-555-6609 - - - 11352 - 2233 - 13228 - 000 - 1992 - 2020-06-01 - - HS - Active - Community Action Partnership of Cambria County - http://www.capcc.us - 2233@hsesinfo.org - 516 Main St - - Johnstown - PA - 15901-2025 - 516 Main St - - Johnstown - PA - 15901-2025 - 516 Main St - - Johnstown - PA - 15901-2025 - Mr. - F227530 - L227530 - - CAPCC Board of Directors President - 227530@hsesinfo.org - Mr. - F227531 - L227531 - - Executive Director - 227531@hsesinfo.org - Ms. - F227533 - L227533 - - 227533@hsesinfo.org - Ms. - F227529 - L227529 - - 227529@hsesinfo.org - 555-555-7529 - - - 5800 - 5806 - 9515 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Community Day Care Center of Lawrence, Inc. - www.thecommunitygroupinc.org - 5806@hsesinfo.org - 439 S Union St. - Heritage Park Bldg. 2 3rd Floor - Lawrence - MA - 01843-2837 - 190 Hampshire Street - - Lawrence - MA - 01840-1251 - 190 Hampshire Street - - Lawrence - MA - 01840-1251 - Ms. - F103722 - L103722 - - Board Chair - 103722@hsesinfo.org - Ms. - F103723 - L103723 - - Executive Director - 103723@hsesinfo.org - Ms. - F103725 - L103725 - - 103725@hsesinfo.org - Ms. - F103721 - L103721 - - 103721@hsesinfo.org - 555-555-3721 - - - 9588 - 8845 - 11765 - 200 - 2019 - 2019-03-01 - - EHS - Active - Mid Michigan Community Action Agency, Inc - www.mmcaa.org - 8845@hsesinfo.org - 1574 E Washington Rd - - Farwell - MI - 48622-9437 - 1574 E Washington Rd - - Farwell - MI - 48622-9437 - 1574 E Washington Rd - - Farwell - MI - 48622-9437 - Mr. - F215569 - L215569 - - Board Chairman - 215569@hsesinfo.org - Mrs. - F215570 - L215570 - - Executive Director - 215570@hsesinfo.org - Ms. - F215572 - L215572 - - 215572@hsesinfo.org - Mrs. - F215568 - L215568 - - 215568@hsesinfo.org - 555-555-5568 - - - 9590 - 8847 - 11676 - 200 - 2019 - 2019-03-01 - - AIAN EHS - Active - OMAHA TRIBE OF NEBRASKA - - 8847@hsesinfo.org - 204 Chief Street - - Macy - NE - 68039 - PO Box 519 - 571 Omaha Way - Macy - NE - 68039-0519 - 101 Main St - - Macy - NE - 68039-3000 - Mr. - F215583 - L215583 - . - Chairman, Omaha Tribeof Nebraska - 215583@hsesinfo.org - Ms. - F215584 - L215584 - - Chief of Tribal Operations - 215584@hsesinfo.org - Ms. - F215586 - L215586 - - 215586@hsesinfo.org - Dr. - F215582 - L215582 - . - 215582@hsesinfo.org - 555-555-5582 - - - 11353 - 6494 - 13228 - 200 - - 2020-06-01 - - EHS - Active - Community Action Partnership of Cambria County - http://www.capcc.us - 6494@hsesinfo.org - 516 Main St - - Johnstown - PA - 15901-2025 - 516 Main St - - Johnstown - PA - 15901-2025 - 516 Main St - - Johnstown - PA - 15901-2025 - Mr. - F227537 - L227537 - - CAPCC Board of Directors President - 227537@hsesinfo.org - Mr. - F227538 - L227538 - - Executive Director - 227538@hsesinfo.org - Ms. - F227540 - L227540 - - 227540@hsesinfo.org - Ms. - F227536 - L227536 - - 227536@hsesinfo.org - 555-555-7536 - - - 1372 - 2179 - 2864 - 000 - 1992 - 2013-06-26 - 2019-02-28 - HS - Inactive - Albany County Opportunity, Incorporated - http://www.albanycap.org - 2179@hsesinfo.org - 333 Sheridan Ave - - Albany - NY - 12206-3133 - 333 Sheridan Ave - - Albany - NY - 12206-3133 - 333 Sheridan Avenue - - Albany - NY - 12206 - Mr. - F36976 - L36976 - - Board President - 36976@hsesinfo.org - Ms. - F36973 - L36973 - - Executive Director - 36973@hsesinfo.org - Ms. - F36972 - L36972 - - 36972@hsesinfo.org - Mr. - F36971 - L36971 - - 36971@hsesinfo.org - 555-555-6971 x 5555 - - - 4622 - 1360 - 8598 - 000 - 2014 - 2014-02-01 - 2019-01-31 - HS - Inactive - SARPY COUNTY COOPERATIVE HEAD START - http://www.sarpyheadstart.org - 1360@hsesinfo.org - 701 Olson Drive, Suite 111 - - Papillion - NE - 68046-4797 - 701 Olson Drive, Suite 111 - - Papillion - NE - 68046-4797 - 701 Olson Drive, Suite 111 - - Papillion - NE - 68046-4797 - Dr. - F44126 - L44126 - - President, Board of Directors - 44126@hsesinfo.org - Ms. - F44123 - L44123 - - - 44123@hsesinfo.org - Ms. - F44122 - L44122 - - 44122@hsesinfo.org - Ms. - F44121 - L44121 - - 44121@hsesinfo.org - 555-555-4121 x 5555 - - - 4623 - 1361 - 8598 - 200 - 2014 - 2014-02-01 - 2019-01-31 - EHS - Inactive - SARPY COUNTY COOPERATIVE HEAD START - www.sarpyheadstart.org - 1361@hsesinfo.org - 701 Olson Drive, Suite 111 - - Papillion - NE - 68046-4797 - 701 Olson Drive, Suite 111 - - Papillion - NE - 68046-4797 - 701 Olson Drive, Suite 111 - - Papillion - NE - 68046-4797 - Dr. - F44130 - L44130 - - President, Board of Directors - 44130@hsesinfo.org - Ms. - F44133 - L44133 - - - 44133@hsesinfo.org - Ms. - F44132 - L44132 - - 44132@hsesinfo.org - Ms. - F44128 - L44128 - - 44128@hsesinfo.org - 555-555-4128 x 5555 - - - 10085 - 713 - 12109 - 000 - 2013 - 2019-07-01 - - HS - Active - Northwest Arkansas Head Start - http://www.nwaheadstart.org - 713@hsesinfo.org - 2109 SE J St - Northwest Arkansas Head Start Human Services, Inc. - Bentonville - AR - 72712-3860 - 2109 SE J St - Northwest Arkansas Head Start Human Services, Inc. - Bentonville - AR - 72712-3860 - 2109 SE J St - Northwest Arkansas Head Start Human Services, Inc. - Bentonville - AR - 72712-3860 - Mrs. - F218988 - L218988 - - Board of Directors Chairperson - 218988@hsesinfo.org - Mrs. - F218989 - L218989 - - Executive Director - 218989@hsesinfo.org - Mrs. - F218991 - L218991 - - 218991@hsesinfo.org - Mrs. - F218987 - L218987 - - 218987@hsesinfo.org - 555-555-8987 - - - 10084 - 8997 - 12110 - 200 - 2019 - 2019-07-01 - - EHS - Active - Committee for Early Childhood Development D.C.C., Inc. - http://www.cecdhs.org - 8997@hsesinfo.org - Head Start Program - 193-04 Jamaica Avenue - Jamaica - NY - 11423-2532 - Head Start Program - 193-04 Jamaica Avenue - Jamaica - NY - 11423-2532 - Head Start Program - 193-04 Jamaica Avenue - Jamaica - NY - 11423-2532 - Ms. - F218981 - L218981 - - Sponsoring Board Chairperson - 218981@hsesinfo.org - Dr. - F218982 - L218982 - - - 218982@hsesinfo.org - Ms. - F218984 - L218984 - - 218984@hsesinfo.org - Dr. - F218980 - L218980 - - 218980@hsesinfo.org - 555-555-8980 - - - 9587 - 8844 - 11717 - 200 - 2019 - 2019-03-01 - - EHS - Active - PEE DEE COMMUNITY ACTION PARTNERSHIP - www.peedeecap.org - 8844@hsesinfo.org - 2685 S Irby St - Fl 1 - Florence - SC - 29505-3440 - 2327 Prosperity Way - Ste 10 - Florence - SC - 29501-0804 - 2685 S Irby St - Fl 1 - Florence - SC - 29505-3440 - Rev. - F215562 - L215562 - Sr - Board Chair - 215562@hsesinfo.org - Mr. - F215563 - L215563 - Jr - - 215563@hsesinfo.org - Ms. - F215565 - L215565 - - 215565@hsesinfo.org - Ms. - F215561 - L215561 - - 215561@hsesinfo.org - 555-555-5561 x 5555 - - - 9589 - 8846 - 11752 - 200 - 2019 - 2019-03-01 - - EHS - Active - Floyd County Community Action Agency - FCHEADSTART.com - 8846@hsesinfo.org - 1902 Corydon Pike - - New Albany - IN - 47150-6114 - PO Box 1025 - - New Albany - IN - 47151-1025 - 1902 Corydon Pike - - New Albany - IN - 47150-6114 - Dr. - F215576 - L215576 - - FCCAA Board President - 215576@hsesinfo.org - Ms. - F215577 - L215577 - - Director - 215577@hsesinfo.org - Ms. - F215579 - L215579 - - 215579@hsesinfo.org - Ms. - F215575 - L215575 - - 215575@hsesinfo.org - 555-555-5575 x 5555 - - - 8688 - 8549 - 11061 - 200 - 2017 - 2017-07-25 - - EHS - Active - CDI HS/DeKalb and Rockdale Counties, GA - www.cdiheadstart.org - 8549@hsesinfo.org - 815 Park North Blvd - - Clarkston - GA - 30021-6200 - PO Box 108 - - Scottdale - GA - 30079-0108 - 815 Park North Blvd - - Clarkston - GA - 30021-6200 - Mr. - F209325 - L209325 - - Chief Executive Officer - 209325@hsesinfo.org - Ms. - F209326 - L209326 - - Executive Director - 209326@hsesinfo.org - - F209328 - L209328 - - 209328@hsesinfo.org - Ms. - F209324 - L209324 - - 209324@hsesinfo.org - 555-555-9324 - - - 10083 - 8996 - 12110 - 000 - 2019 - 2019-07-01 - - HS - Active - Committee for Early Childhood Development D.C.C., Inc. - http://www.cecdhs.org - 8996@hsesinfo.org - Head Start Program - 193-04 Jamaica Avenue - Jamaica - NY - 11423-2532 - Head Start Program - 193-04 Jamaica Avenue - Jamaica - NY - 11423-2532 - Head Start Program - 193-04 Jamaica Avenue - Jamaica - NY - 11423-2532 - Ms. - F218974 - L218974 - - Sponsoring Board Chairperson - 218974@hsesinfo.org - Dr. - F218975 - L218975 - - - 218975@hsesinfo.org - Ms. - F218977 - L218977 - - 218977@hsesinfo.org - Dr. - F218973 - L218973 - - 218973@hsesinfo.org - 555-555-8973 - - - 9591 - 8848 - 11678 - 200 - 2019 - 2019-03-01 - - AIAN EHS - Active - ISWA Development Corporation - www.iswaheadstart.com - 8848@hsesinfo.org - 1540 Tom Steven Road - - Rock Hill - SC - 29730 - PO Box 257 - - Catawba - SC - 29704 - 1540 Tom Steven Road - - Rock Hill - SC - 29730 - Ms. - F215590 - L215590 - - Board Chairperson - 215590@hsesinfo.org - Mrs. - F215591 - L215591 - - Executive/Program Director - 215591@hsesinfo.org - Ms. - F215593 - L215593 - - 215593@hsesinfo.org - Mrs. - F215589 - L215589 - - 215589@hsesinfo.org - 555-555-5589 - - - 9592 - 8849 - 11698 - 200 - 2019 - 2019-03-01 - - AIAN EHS - Active - COOK INLET NATIVE HEAD START - http://www.cinhs.net/ - 8849@hsesinfo.org - 6901 E. Tudor Road - - Anchorage  - AK - 99507-1254 - 6901 E. Tudor Road - - Anchorage  - AK - 99507-1254 - 6901 E. Tudor Road - - Anchorage  - AK - 99507-1254 - Mr. - F215597 - L215597 - - Board Chairman - 215597@hsesinfo.org - Mr. - F215598 - L215598 - - Executive Director - 215598@hsesinfo.org - Ms. - F215600 - L215600 - - 215600@hsesinfo.org - Mr. - F215596 - L215596 - - 215596@hsesinfo.org - 555-555-5596 - - - 6744 - 674 - 10228 - 000 - 1992 - 2015-08-01 - 2020-07-31 - HS - Inactive - CDS Lakeshore Head Start - http://www.cdsoc.org - 674@hsesinfo.org - 100 Pine St Ste 220 - - Zeeland - MI - 49464-2602 - 100 Pine St Ste 220 - - Zeeland - MI - 49464-2602 - 100 Pine St Ste 220 - - Zeeland - MI - 49464-2602 - Mrs. - F202879 - L202879 - - Board president - 202879@hsesinfo.org - Mrs. - F202880 - L202880 - - Executive Director - 202880@hsesinfo.org - Ms. - F202882 - L202882 - - 202882@hsesinfo.org - Mrs. - F202878 - L202878 - - 202878@hsesinfo.org - 555-555-2878 - - - 6920 - 481 - 10406 - 000 - 1991 - 2015-11-01 - 2020-10-31 - HS - Inactive - Poudre School District #1 - https://www.psdschools.org/programs-services/early-childhood-education - 481@hsesinfo.org - 2407 Laporte Ave - - Fort Collins - CO - 80521-2211 - 2407 Laporte Ave - - Fort Collins - CO - 80521-2211 - 2407 Laporte Ave - - Fort Collins - CO - 80521-2211 - Mr. - F204101 - L204101 - - School Board President - 204101@hsesinfo.org - Mr. - F204102 - L204102 - - Executive Director of Head Start - 204102@hsesinfo.org - Mr. - F204104 - L204104 - - 204104@hsesinfo.org - Ms. - F204100 - L204100 - - 204100@hsesinfo.org - 555-555-4100 - - - 6811 - 2773 - 10285 - 200 - 2009 - 2015-09-01 - 2020-08-31 - EHS - Inactive - Blue WaterCommunity Action - www.bwcaa.org - 2773@hsesinfo.org - 3403 Lapeer Rd - - Port Huron - MI - 48060-2597 - 3403 Lapeer Rd - - Port Huron - MI - 48060-2597 - 3403 Lapeer Rd - - Port Huron - MI - 48060-2597 - Mr. - F203352 - L203352 - - Board Chairperson - 203352@hsesinfo.org - Ms. - F203353 - L203353 - - Executive Director - 203353@hsesinfo.org - Ms. - F203355 - L203355 - - 203355@hsesinfo.org - Ms. - F203351 - L203351 - - 203351@hsesinfo.org - 555-555-3351 - - - 10435 - 2431 - 12437 - 200 - 2014 - 2019-09-01 - - EHS - Active - GRAND STREET SETTLEMENT - http://www.grandsettlement.org - 2431@hsesinfo.org - Early Head Start Program - 80 Pitt Street - New York - NY - 10002-3516 - Early Head Start Program - 80 Pitt Street - New York - NY - 10002-3516 - Early Head Start Program - 80 Pitt Street - New York - NY - 10002-3516 - Ms. - F221384 - L221384 - - Board Chair - 221384@hsesinfo.org - Ms. - F221385 - L221385 - - Managing Director - 221385@hsesinfo.org - Ms. - F221387 - L221387 - - 221387@hsesinfo.org - Ms. - F221383 - L221383 - - 221383@hsesinfo.org - 555-555-1383 - - - 4457 - 1503 - 8484 - 000 - 2013 - 2013-11-01 - 2019-06-30 - HS - Inactive - UAMS Department of Pediatrics - https://headstart.uams.edu/ - 1503@hsesinfo.org - 7415 Colonel Glenn Rd - - Little Rock - AR - 72204-7612 - 7415 Colonel Glenn Rd - - Little Rock - AR - 72204-7612 - 7415 Colonel Glenn Rd - - Little Rock - AR - 72204-7612 - Dr. - F41602 - L41602 - - Board Chair - 41602@hsesinfo.org - Dr. - F41603 - L41603 - - Executive Director - 41603@hsesinfo.org - Ms. - F41604 - L41604 - - 41604@hsesinfo.org - Ms. - F41601 - L41601 - - 41601@hsesinfo.org - 555-555-1601 - - - 5164 - 735 - 8987 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Brazoria County Head Start Early Learning Schools, Inc. - http://www.headstartbc.org - 735@hsesinfo.org - 651 West Miller Street - - Angleton - TX - 77515-5522 - 651 West Miller Street - - Angleton - TX - 77515-5522 - 651 West Miller Street - - Angleton - TX - 77515-5522 - Mrs. - F52010 - L52010 - - Chairman of the Board - 52010@hsesinfo.org - Mrs. - F52012 - L52012 - - President & CEO - 52012@hsesinfo.org - Ms. - F52009 - L52009 - - 52009@hsesinfo.org - Mrs. - F52008 - L52008 - - 52008@hsesinfo.org - 555-555-2008 x 5555 - - - 5285 - 3677 - 9131 - 006 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Bassett Unified School District - bassettusd.org - 3677@hsesinfo.org - 904 Willow Ave - - La Puente - CA - 91746-1615 - 904 Willow Ave - - La Puente - CA - 91746-1615 - 1314 Le Borgne Ave - - La Puente - CA - 91746-1030 - Ms. - F53341 - L53341 - - Board President - 53341@hsesinfo.org - Ms. - F53337 - L53337 - - Superintendent - 53337@hsesinfo.org - Ms. - F53340 - L53340 - - 53340@hsesinfo.org - Ms. - F53336 - L53336 - - 53336@hsesinfo.org - 555-555-3336 - - - 4417 - 505 - 8399 - 000 - 2013 - 2013-10-30 - 2018-10-31 - HS - Inactive - WEST CENTRAL MINNESOTA COMMUNITIES ACTION, INC. - www.wcmca.org - 505@hsesinfo.org - 411 Industrial Park Boulevard - - Elbow Lake - MN - 56531-4213 - 411 Industrial Park Boulevard - - Elbow Lake - MN - 56531-4213 - 411 Industrial Park Boulevard - - Elbow Lake - MN - 56531-4213 - Ms. - F41376 - L41376 - - Board Chairperson - 41376@hsesinfo.org - Ms. - F41375 - L41375 - - Chief Executive Officer - 41375@hsesinfo.org - Ms. - F41377 - L41377 - - 41377@hsesinfo.org - Ms. - F41373 - L41373 - - 41373@hsesinfo.org - 555-555-1373 - - - 9593 - 8850 - 11755 - 200 - 2019 - 2019-03-01 - - AIAN EHS - Active - Bad River Band of Lake Superior Chippewa Indians - na - 8850@hsesinfo.org - 53759 Pine St - - Odanah - WI - 54861 - PO Box 39 - - Odanah - WI - 54861-0039 - 53759 Pine St - - Odanah - WI - 54861 - Mr. - F215604 - L215604 - Jr - Bad River Chairman - 215604@hsesinfo.org - Mr. - F215605 - L215605 - Jr - - 215605@hsesinfo.org - Mr. - F215607 - L215607 - - 215607@hsesinfo.org - Ms. - F215603 - L215603 - - 215603@hsesinfo.org - 555-555-5603 x 5555 - - - 4447 - 422 - 8486 - 000 - 1991 - 2013-11-01 - 2019-06-30 - HS - Inactive - St. Clair County Head Start, Inc. - www.stclaircountyheadstart.com - 422@hsesinfo.org - 21685 US Highway 231 North - - Pell City - AL - 35125 - 21685 US Highway 231 North - P.O. Box 641 - Pell City - AL - 35125-0641 - 21685 US Highway 231 North - - Pell City - AL - 35125 - Mrs. - F41553 - L41553 - - Board Chairperson - 41553@hsesinfo.org - Mrs. - F41552 - L41552 - - Executive Director - 41552@hsesinfo.org - Mrs. - F41555 - L41555 - - 41555@hsesinfo.org - Mrs. - F41551 - L41551 - - 41551@hsesinfo.org - 555-555-1551 x 5555 - - - 8973 - 2535 - 11311 - 000 - 2013 - 2018-08-01 - - HS - Active - NORTHCOAST CHILDREN'S SERVICE, INC - http://www.ncsheadstart.org - 2535@hsesinfo.org - 1266 9th St - - Arcata - CA - 95521-5702 - PO Box 165 - - Arcata - CA - 95518-0165 - 1266 9th St - - Arcata - CA - 95521-5702 - Ms. - F211367 - L211367 - - President - 211367@hsesinfo.org - Ms. - F211368 - L211368 - - Executive HeadStart Director - 211368@hsesinfo.org - Ms. - F211370 - L211370 - - 211370@hsesinfo.org - Ms. - F211366 - L211366 - - 211366@hsesinfo.org - 555-555-1366 - - - 5203 - 1397 - 8947 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Community Services Inc. of Northwest Missouri - http://www.communityservicesinc.org - 1397@hsesinfo.org - 1212B S Main St - - Maryville - MO - 64468-2604 - PO Box 328 - - Maryville - MO - 64468-0328 - 1212B S Main St - - Maryville - MO - 64468-2604 - Mrs. - F52210 - L52210 - - CSI Board Chairperson - 52210@hsesinfo.org - Mrs. - F52211 - L52211 - - Executive Director - 52211@hsesinfo.org - Ms. - F52212 - L52212 - - 52212@hsesinfo.org - Ms. - F52208 - L52208 - - 52208@hsesinfo.org - 555-555-2208 - - - 6745 - 673 - 10228 - 200 - 1992 - 2015-08-01 - 2020-07-31 - EHS - Inactive - CDS Lakeshore Head Start - http://www.cdsoc.org - 673@hsesinfo.org - 100 Pine St Ste 220 - - Zeeland - MI - 49464-2602 - 100 Pine St Ste 220 - - Zeeland - MI - 49464-2602 - 100 Pine St Ste 220 - - Zeeland - MI - 49464-2602 - Mrs. - F202886 - L202886 - - Board President - 202886@hsesinfo.org - Mrs. - F202887 - L202887 - - Executive Director - 202887@hsesinfo.org - Ms. - F202889 - L202889 - - 202889@hsesinfo.org - Mrs. - F202885 - L202885 - - 202885@hsesinfo.org - 555-555-2885 - - - 9070 - 2904 - 11392 - 000 - 2013 - 2018-09-01 - - HS - Active - Bedford Stuyvesant Early Childhood Development Center, - charlesm@bsecdc.org - 2904@hsesinfo.org - 813 Hancock St - - Brooklyn - NY - 11233-1308 - 813 Hancock St - - Brooklyn - NY - 11233-1308 - 813 Hancock St - - Brooklyn - NY - 11233-1308 - Mr. - F212067 - L212067 - - - 212067@hsesinfo.org - Ms. - F212068 - L212068 - - Executive Director - 212068@hsesinfo.org - Ms. - F212070 - L212070 - - 212070@hsesinfo.org - Ms. - F212066 - L212066 - - 212066@hsesinfo.org - 555-555-2066 x 5555 - - - 6975 - 357 - 10436 - 000 - 1997 - 2015-11-01 - - AIAN HS - Active - Alamo Early Childhood Center-HS - http:///www.alamonavajoschools.com - 357@hsesinfo.org - PO BOX 5907 - - Alamo - NM - 87825-5907 - PO BOX 5907 - - Alamo - NM - 87825-5907 - PO BOX 5907 - - Alamo - NM - 87825-5907 - Mr. - F204491 - L204491 - - School Board President - 204491@hsesinfo.org - Mr. - F204492 - L204492 - Jr - CEO - 204492@hsesinfo.org - Mr. - F204494 - L204494 - - 204494@hsesinfo.org - Ms. - F204490 - L204490 - - 204490@hsesinfo.org - 555-555-4490 x 5555 - - - 6976 - 356 - 10436 - 200 - 2004 - 2015-11-01 - - AIAN EHS - Active - Alamo Early Childhood Center_EHS - www.alamonavajoschool.org - 356@hsesinfo.org - PO BOX 5907 - - Alamo - NM - 87825-5907 - PO BOX 5907 - - Alamo - NM - 87825-5907 - PO BOX 5907 - - Alamo - NM - 87825-5907 - Mr. - F204498 - L204498 - - School Board President - 204498@hsesinfo.org - Mr. - F204499 - L204499 - Jr - CEO - 204499@hsesinfo.org - Mr. - F204501 - L204501 - - 204501@hsesinfo.org - Ms. - F204497 - L204497 - - 204497@hsesinfo.org - 555-555-4497 x 5555 - - - 5105 - 1893 - 8806 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Wabash Area Development, Inc. - www.wadi-inc.com - 1893@hsesinfo.org - 110 Latham Street - - Enfield - IL - 62835 - PO Box 70 - - Enfield - IL - 62835-0070 - 110 Latham Street - - Enfield - IL - 62835 - Mrs. - F51799 - L51799 - - Board President - 51799@hsesinfo.org - Ms. - F51800 - L51800 - - CEO - 51800@hsesinfo.org - Ms. - F51796 - L51796 - - 51796@hsesinfo.org - Ms. - F51795 - L51795 - - 51795@hsesinfo.org - 555-555-1795 x 5555 - - - 8244 - 429 - 10647 - 000 - 1991 - 2016-07-01 - - HS - Active - Concerted Services, Inc. - http://www.myactionpact.org - 429@hsesinfo.org - 2100 Riverside Ave - Ste B - Waycross - GA - 31501-7076 - 2100 Riverside Ave - Ste B - Waycross - GA - 31501-7076 - 2100 Riverside Ave - Ste B - Waycross - GA - 31501-7076 - Mr. - F206823 - L206823 - Jr. - Board Chairman - 206823@hsesinfo.org - Mr. - F206824 - L206824 - - - 206824@hsesinfo.org - Mrs. - F206826 - L206826 - - 206826@hsesinfo.org - Mrs. - F206822 - L206822 - - 206822@hsesinfo.org - 555-555-6822 - - - 9238 - 1313 - 11516 - 000 - 1991 - 2018-12-01 - - HS - Active - LITTLE DIXIE COMMUNITY ACTION AGENCY, INC - http://www.littledixie.org - 1313@hsesinfo.org - 104 N E St - - Hugo - OK - 74743-3218 - 209 N 4th St - - Hugo - OK - 74743-3809 - 209 N 4th St - - Hugo - OK - 74743-3809 - Mr. - F213207 - L213207 - - Governing Board Chairman - 213207@hsesinfo.org - Mrs. - F213208 - L213208 - - Executive Director Little Dixie CAA, Inc. - 213208@hsesinfo.org - Ms. - F213210 - L213210 - - 213210@hsesinfo.org - Ms. - F213206 - L213206 - - 213206@hsesinfo.org - 555-555-3206 - - - 8335 - 4004 - 10686 - 004 - - 2016-07-01 - - HS - Active - Lake Orion Head Start - www.lakeorion.k12.mi.us - 4004@hsesinfo.org - 455 East Scripps Road - - Lake Orion - MI - 48360-2249 - 455 East Scripps Road - - Lake Orion - MI - 48360-2249 - 315 N Lapeer St - - Lake Orion - MI - 48362-3165 - Mr. - F207485 - L207485 - - School Board President - 207485@hsesinfo.org - Ms. - F207486 - L207486 - - - 207486@hsesinfo.org - Ms. - F207488 - L207488 - - 207488@hsesinfo.org - Ms. - F207484 - L207484 - - 207484@hsesinfo.org - 555-555-7484 - - - 6023 - 6030 - 9739 - 200 - - 2015-03-01 - 2019-08-31 - EHS - Inactive - Municipality of Caguas - http://www.caguas.gov.pr - 6030@hsesinfo.org - CALLE PADIAL FINAL, ESQ. AVE. JOSE MERCADO - - CAGUAS - PR - 00725-0000 - CALLE PADIAL FINAL, ESQ. AVE. JOSE MERCADO - - CAGUAS - PR - 00725-0000 - CALLE PADIAL FINAL, ESQ. AVE. JOSE MERCADO - - CAGUAS - PR - 00725-0000 - Mr. - F107065 - L107065 - - Mayor-Board Chair - 107065@hsesinfo.org - Mrs. - F107066 - L107066 - - Director - 107066@hsesinfo.org - Mrs. - F107068 - L107068 - - 107068@hsesinfo.org - Mrs. - F107064 - L107064 - - 107064@hsesinfo.org - 555-555-7064 x 5555 - - - 8321 - 3991 - 10686 - 204 - 2011 - 2016-07-01 - - EHS - Active - Lake Orion Early Head Start - lakeorion.k12.mi.us - 3991@hsesinfo.org - 455 East Scripps Rd - - Lake Orion - MI - 48360-2249 - 455 East Scripps Rd - - Lake Orion - MI - 48360-2249 - 455 East Scripps Rd - - Lake Orion - MI - 48360-2249 - Mr. - F207387 - L207387 - - School Board President - 207387@hsesinfo.org - Ms. - F207388 - L207388 - - - 207388@hsesinfo.org - Ms. - F207390 - L207390 - - 207390@hsesinfo.org - Ms. - F207386 - L207386 - - 207386@hsesinfo.org - 555-555-7386 - - - 9910 - 1927 - 11988 - 000 - 2013 - 2019-07-01 - - HS - Active - Decatur-Macon County Opportunities Corporation - DMCOC.org - 1927@hsesinfo.org - 275 E Condit St - - Decatur - IL - 62521-1110 - 1075 N Morgan St - - Decatur - IL - 62521-1200 - 1122 E Marietta St - - Decatur - IL - 62521-1324 - Mr. - F217780 - L217780 - - Board of Directors President - 217780@hsesinfo.org - Mrs. - F217781 - L217781 - - Executive Director - 217781@hsesinfo.org - Mrs. - F217783 - L217783 - - 217783@hsesinfo.org - Mrs. - F217779 - L217779 - - 217779@hsesinfo.org - 555-555-7779 x 5555 - - - 9204 - 2889 - 11495 - 000 - 2013 - 2018-12-01 - - HS - Active - Options for Learning - Optionsforlearning.org - 2889@hsesinfo.org - 885 S Village Oaks Dr - 885 South Village Oaks Drive - Covina - CA - 91724-3615 - 885 S Village Oaks Dr - 885 South Village Oaks Drive - Covina - CA - 91724-3615 - 885 S Village Oaks Dr - 885 South Village Oaks Drive - Covina - CA - 91724-3615 - Mr. - F212964 - L212964 - - Chairperson, Board of Directors - 212964@hsesinfo.org - Mr. - F212965 - L212965 - - - 212965@hsesinfo.org - Mrs. - F212967 - L212967 - - 212967@hsesinfo.org - Mrs. - F212963 - L212963 - - 212963@hsesinfo.org - 555-555-2963 - - - 4563 - 1363 - 8569 - 200 - 2013 - 2013-12-23 - 2019-06-30 - EHS - Inactive - Douglass Community Services, Inc - http://www.douglassonline.org - 1363@hsesinfo.org - 711 Grand Avenue - - Hannibal - MO - 63401-3179 - 711 Grand Avenue - - Hannibal - MO - 63401-3179 - 711 Grand Avenue - - Hannibal - MO - 63401-3179 - Mr. - F43302 - L43302 - - Board President - 43302@hsesinfo.org - Ms. - F43303 - L43303 - - Executive Director - 43303@hsesinfo.org - Ms. - F43304 - L43304 - - 43304@hsesinfo.org - Ms. - F43300 - L43300 - - 43300@hsesinfo.org - 555-555-3300 x 5555 - - - 7075 - 3164 - 10502 - 000 - 1992 - 2016-01-01 - - HS - Active - Economic Opportunities Council of Indian River Co. - www.eocofirc.net - 3164@hsesinfo.org - 2455 Saint Lucie Ave - - Vero Beach - FL - 32960-3310 - 2455 Saint Lucie Ave - - Vero Beach - FL - 32960-3310 - 2455 Saint Lucie Ave - - Vero Beach - FL - 32960-3310 - Mr. - F205193 - L205193 - - Board Chair - 205193@hsesinfo.org - Mrs. - F205194 - L205194 - - Executive Director - 205194@hsesinfo.org - Ms. - F205196 - L205196 - - 205196@hsesinfo.org - Mr. - F205192 - L205192 - - 205192@hsesinfo.org - 555-555-5192 x 5555 - - - 10173 - 3526 - 12205 - 001 - 2014 - 2019-07-01 - - HS - Active - Lake Ridge Schools Head Start - http://www.lakeridge.k12.in.us - 3526@hsesinfo.org - 6111 West Ridge Road - - Gary - IN - 46408-1749 - 6111 West Ridge Road - - Gary - IN - 46408-1749 - 6111 West Ridge Road - - Gary - IN - 46408-1749 - Mr. - F219577 - L219577 - - Superintendent - 219577@hsesinfo.org - Mrs. - F219575 - L219575 - - President - 219575@hsesinfo.org - Ms. - F219578 - L219578 - - 219578@hsesinfo.org - Mrs. - F219574 - L219574 - - 219574@hsesinfo.org - 555-555-9574 - - - 10174 - 3527 - 12207 - 002 - 2014 - 2019-07-01 - - HS - Active - Hammond Head Start - https://www.hammond.k12.in.us - 3527@hsesinfo.org - 7006 Marshall Ave - - Hammond - IN - 46323-2115 - 7006 Marshall Ave - - Hammond - IN - 46323-2115 - 41 Williams St - - Hammond - IN - 46320-1948 - Mr. - F219583 - L219583 - - Superintendent - 219583@hsesinfo.org - Mrs. - F219581 - L219581 - - - 219581@hsesinfo.org - Ms. - F219584 - L219584 - - 219584@hsesinfo.org - Ms. - F219580 - L219580 - - 219580@hsesinfo.org - 555-555-9580 x 5555 - - - 7076 - 454 - 10499 - 000 - 1991 - 2016-01-01 - - HS - Active - Amador-Tuolumne Community Action Agency - http://www.atcaa.org - 454@hsesinfo.org - 10590 State Highway 88 - - Jackson - CA - 95642-9470 - 10590 State Highway 88 - - Jackson - CA - 95642-9470 - 10590 State Highway 88 - - Jackson - CA - 95642-9470 - Ms. - F205200 - L205200 - - Board Chair - 205200@hsesinfo.org - Mr. - F205201 - L205201 - - Executive Director - 205201@hsesinfo.org - Ms. - F205203 - L205203 - - 205203@hsesinfo.org - Ms. - F205199 - L205199 - - 205199@hsesinfo.org - 555-555-5199 x 5555 - - - 5104 - 2260 - 9031 - 200 - 2001 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Picayune School District Early Head Start - www.pcu.k12.ms.us - 2260@hsesinfo.org - 1620 Rosa St - - Picayune - MS - 39466-4229 - PO Box 1258 - - Picayune - MS - 39466-1258 - 706 Goodyear Blvd - - Picayune - MS - 39466-3220 - Mr. - F51711 - L51711 - - Board Chair - 51711@hsesinfo.org - Mr. - F51714 - L51714 - - - 51714@hsesinfo.org - Mrs. - F51710 - L51710 - - 51710@hsesinfo.org - Dr. - F51709 - L51709 - - 51709@hsesinfo.org - 555-555-1709 x 5555 - - - 4875 - 2541 - 8874 - 000 - 2014 - 2014-06-01 - 2019-05-31 - HS - Inactive - MUNICIPALITY OF HUMACAO - - 2541@hsesinfo.org - PR State Road 908, Km 0.4, - - Humacao - PR - 00791 - Head Start Concesionario - Apartado 9113 - Humacao - PR - 00792-9113 - PR State Road 908, Km 0.4, - - Humacao - PR - 00791 - Mrs. - F48127 - L48127 - - Governing Board President - 48127@hsesinfo.org - Mrs. - F48126 - L48126 - - Director - 48126@hsesinfo.org - Mrs. - F48129 - L48129 - - 48129@hsesinfo.org - Mrs. - F48125 - L48125 - - 48125@hsesinfo.org - 555-555-8125 - - - 5268 - 3741 - 9115 - 009 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Fowler Elementary School District Head Start - http://www.fesd.org - 3741@hsesinfo.org - 6250 W Durango St - - Phoenix - AZ - 85043-6580 - 6250 W Durango St - - Phoenix - AZ - 85043-6580 - 1617 S 67th Ave - - Phoenix - AZ - 85043-7717 - Mr. - F53548 - L53548 - - Fowler Elementary School Distict Governing Board President - 53548@hsesinfo.org - Ms. - F53547 - L53547 - - Fowler Elementry School District Superintendent - 53547@hsesinfo.org - Ms. - F53550 - L53550 - - 53550@hsesinfo.org - Mrs. - F53546 - L53546 - - 53546@hsesinfo.org - 555-555-3546 - - - 11541 - 838 - 13349 - 000 - 1992 - 2020-07-01 - - HS - Active - Board of Trustees of Southern Illinois University - http://headstart.siu.edu/ - 838@hsesinfo.org - 900 S Normal Ave - Head Start - Carbondale - IL - 62901-4302 - 900 S Normal Ave - Head Start - Carbondale - IL - 62901-4302 - 900 S Normal Ave - Head Start - Carbondale - IL - 62901-4302 - Ms. - F228815 - L228815 - - Advisory Board Chairperson - 228815@hsesinfo.org - Mr. - F228816 - L228816 - - Executive Director - 228816@hsesinfo.org - Ms. - F228818 - L228818 - - 228818@hsesinfo.org - Dr. - F228814 - L228814 - - 228814@hsesinfo.org - 555-555-8814 - - - 11542 - 1438 - 13346 - 000 - 1992 - 2020-07-01 - - HS - Active - Interlocal Community Action Program, Inc. - http://www.icapcaa.org - 1438@hsesinfo.org - 615 State Road 38 West - - New Castle - IN - 47362 - P.O. Box 449 - - New Castle - IN - 47362-0449 - 615 W State Road 38 - - New Castle - IN - 47362-4914 - Mr. - F228822 - L228822 - - Board President - 228822@hsesinfo.org - Mr. - F228823 - L228823 - - - 228823@hsesinfo.org - Mrs. - F228825 - L228825 - - 228825@hsesinfo.org - Mr. - F228821 - L228821 - - 228821@hsesinfo.org - 555-555-8821 x 5555 - - - 4542 - 2387 - 8518 - 000 - 1992 - 2013-12-23 - 2018-12-31 - HS - Inactive - PRIDE Community Services, Inc. - http://www.prideinlogan.com - 2387@hsesinfo.org - 699 Stratton St - - Logan - WV - 25601-4020 - PO Box 1346 - - Logan - WV - 25601-1346 - 699 Stratton St - - Logan - WV - 25601-4020 - Mr. - F43159 - L43159 - - Board President - 43159@hsesinfo.org - Ms. - F43160 - L43160 - - Executive Director - 43160@hsesinfo.org - Ms. - F43158 - L43158 - - 43158@hsesinfo.org - Ms. - F43157 - L43157 - - 43157@hsesinfo.org - 555-555-3157 - - - 10439 - 6032 - 12445 - 200 - - 2019-09-01 - - EHS - Active - Quality Care Resource and Referral Services, Inc. - http://qualityinc.org - 6032@hsesinfo.org - 190 N Evergreen Ave - Ste 96 - Woodbury - NJ - 08096-1862 - 190 N Evergreen Ave - Ste 96 - Woodbury - NJ - 08096-1862 - 190 N Evergreen Ave - Ste 96 - Woodbury - NJ - 08096-1862 - Mr. - F221412 - L221412 - - Board Chair - 221412@hsesinfo.org - Mrs. - F221413 - L221413 - T - President & CEO - 221413@hsesinfo.org - Mrs. - F221415 - L221415 - - 221415@hsesinfo.org - Mrs. - F221411 - L221411 - - 221411@hsesinfo.org - 555-555-1411 - - - 9577 - 8834 - 11684 - 200 - 2019 - 2019-03-01 - - EHS - Active - Mid Florida Community Services, Inc. - http://www.mfcs.us.com - 8834@hsesinfo.org - 820 Kennedy Blvd - - Brooksville - FL - 34601-5704 - 820 Kennedy Blvd - - Brooksville - FL - 34601-5704 - 820 Kennedy Blvd - - Brooksville - FL - 34601-5704 - Mr. - F215492 - L215492 - - Chairman, Board of Directors - 215492@hsesinfo.org - Mr. - F215493 - L215493 - - Executive Director - 215493@hsesinfo.org - Ms. - F215495 - L215495 - - 215495@hsesinfo.org - Mrs. - F215491 - L215491 - - 215491@hsesinfo.org - 555-555-5491 - - - 10440 - 6033 - 12441 - 200 - - 2019-09-01 - - EHS - Active - UNION TOWNSHIP COMMUNITY ACTION ORGANIZATION INC - http://www.utcao.com - 6033@hsesinfo.org - 2410 SPRINGFIELD AVENUE - - VAUXHALL - NJ - 07088-1330 - 2410 SPRINGFIELD AVENUE - - VAUXHALL - NJ - 07088-1330 - 2410 SPRINGFIELD AVENUE - - VAUXHALL - NJ - 07088-1330 - Mrs. - F221419 - L221419 - - Board Chairpeson - 221419@hsesinfo.org - Mrs. - F221420 - L221420 - - Executive Director - 221420@hsesinfo.org - Mr. - F221422 - L221422 - - 221422@hsesinfo.org - Ms. - F221418 - L221418 - - 221418@hsesinfo.org - 555-555-1418 x 5555 - - - 11544 - 1542 - 13347 - 000 - 1992 - 2020-07-01 - - HS - Active - Community Action Organization - http://www.caowash.org - 1542@hsesinfo.org - 1001 SW Baseline St - - Hillsboro - OR - 97123-3822 - 1001 SW Baseline St - - Hillsboro - OR - 97123-3822 - 1001 SW Baseline St - - Hillsboro - OR - 97123-3822 - Ms. - F228836 - L228836 - - Board Chair - 228836@hsesinfo.org - Mr. - F228837 - L228837 - - Executive Director - 228837@hsesinfo.org - Ms. - F228839 - L228839 - - 228839@hsesinfo.org - Mrs. - F228835 - L228835 - - 228835@hsesinfo.org - 555-555-8835 - - - 11545 - 1541 - 13347 - 200 - 2000 - 2020-07-01 - - EHS - Active - Community Action Organization - http://www.caowash.org - 1541@hsesinfo.org - 1001 SW Baseline St - - Hillsboro - OR - 97123-3822 - 1001 SW Baseline St - - Hillsboro - OR - 97123-3822 - 1001 SW Baseline St - - Hillsboro - OR - 97123-3822 - Ms. - F228843 - L228843 - - Board Chair - 228843@hsesinfo.org - Mr. - F228844 - L228844 - - Executive Director - 228844@hsesinfo.org - Ms. - F228846 - L228846 - - 228846@hsesinfo.org - Mrs. - F228842 - L228842 - - 228842@hsesinfo.org - 555-555-8842 - - - 4611 - 1594 - 8585 - 000 - 2014 - 2014-02-01 - 2019-01-31 - HS - Inactive - Quintana Baptist Church - - 1594@hsesinfo.org - Edificio Caribe Plaza - 579 Ave Ponce De Leon - San Juan - PR - 00920 - Ave. Paz Granela - Pmb 473 Suite 2 - San Juan - PR - 00927 - Edificio Caribe Plaza - 579 Ave Ponce De Leon - San Juan - PR - 00920 - Mrs. - F44048 - L44048 - - Board President - 44048@hsesinfo.org - Mr. - F44050 - L44050 - - Executive Director - 44050@hsesinfo.org - Mrs. - F44051 - L44051 - - 44051@hsesinfo.org - Mrs. - F44046 - L44046 - - 44046@hsesinfo.org - 555-555-4046 - - - 8077 - 1808 - 10582 - 000 - 2002 - 2016-07-01 - 2020-10-31 - HS - Inactive - Topeka Unified School District #501 - https://www.topekapublicschools.net/sheldon - 1808@hsesinfo.org - Sheldon Child Development Center - 1155 SW Seabrook Avenue - Topeka - KS - 66604-1852 - Sheldon Child Development Center - 1155 SW Seabrook Avenue - Topeka - KS - 66604-1852 - Topeka Public Schoolsl - 624 SW 24th - Topeka - KS - 66611 - Dr. - F205724 - L205724 - - Board of Education President - 205724@hsesinfo.org - Dr. - F205725 - L205725 - - Superintendent Topeka Public Schools - 205725@hsesinfo.org - Mrs. - F205727 - L205727 - - 205727@hsesinfo.org - Mrs. - F205723 - L205723 - - 205723@hsesinfo.org - 555-555-5723 - - - 6795 - 1770 - 10302 - 200 - 2003 - 2015-09-01 - - EHS - Active - Centro de Servicios a la Juventud, Inc. - - 1770@hsesinfo.org - M1 Calle 3 - - Arecibo - PR - 00612-3426 - PO BOX 9368 - - Arecibo - PR - 00613-9368 - M1 Calle 3 - - Arecibo - PR - 00612-3426 - Mr. - F203240 - L203240 - - Board Chairperson - 203240@hsesinfo.org - Mr. - F203241 - L203241 - - Interim Executive Director / Interim Headstar Director - 203241@hsesinfo.org - Mrs. - F203243 - L203243 - - 203243@hsesinfo.org - Mr. - F203239 - L203239 - - 203239@hsesinfo.org - 555-555-3239 - - - 6936 - 2148 - 10408 - 000 - 1997 - 2015-11-01 - - HS - Active - Eastern Idaho Community Action Partnership - http://www.eicap.org - 2148@hsesinfo.org - 935 E Lincoln Rd - - Idaho Falls - ID - 83401-2119 - PO BOX 51098 - - Idaho Falls - ID - 83405-1098 - 935 E Lincoln Rd - - Idaho Falls - ID - 83401-2119 - Ms. - F204213 - L204213 - - President of the Board of Directors - 204213@hsesinfo.org - Mr. - F204214 - L204214 - - Chief Executive Officer - 204214@hsesinfo.org - Ms. - F204216 - L204216 - - 204216@hsesinfo.org - Mrs. - F204212 - L204212 - - 204212@hsesinfo.org - 555-555-4212 x 5555 - - - 6990 - 1240 - 10457 - 000 - 1994 - 2016-01-01 - - HS - Active - Kosciusko County Head Start - http://www.cardinalservices.org - 1240@hsesinfo.org - 811 S Buffalo St - - Warsaw - IN - 46580-4711 - 811 S Buffalo St - - Warsaw - IN - 46580-4711 - 811 S Buffalo St - - Warsaw - IN - 46580-4711 - Mr. - F204596 - L204596 - - Board Chair of Cardinal Services - 204596@hsesinfo.org - Mrs. - F204597 - L204597 - - CEO/President of Cardinal Services - 204597@hsesinfo.org - Ms. - F204599 - L204599 - - 204599@hsesinfo.org - Mrs. - F204595 - L204595 - - 204595@hsesinfo.org - 555-555-4595 x 5555 - - - 9580 - 8837 - 11680 - 200 - 2019 - 2019-03-01 - - EHS - Active - Step Up Suncoast, Inc. EHS Exp 2 - http://www.stepupsuncoast.org - 8837@hsesinfo.org - 6428 Parkland Dr - - Sarasota - FL - 34243-4038 - 6428 Parkland Dr - - Sarasota - FL - 34243-4038 - 6428 Parkland Dr - - Sarasota - FL - 34243-4038 - Mr. - F215513 - L215513 - - Board Chair - 215513@hsesinfo.org - Ms. - F215514 - L215514 - - President/CEO - 215514@hsesinfo.org - Ms. - F215516 - L215516 - - 215516@hsesinfo.org - Ms. - F215512 - L215512 - - 215512@hsesinfo.org - 555-555-5512 x 5555 - - - 9597 - 8853 - 11782 - 200 - 2019 - 2019-04-01 - - EHS - Active - ChildCareGroup - http://www.childcaregroup.org - 8853@hsesinfo.org - 1420 W Mockingbird Ln Ste 300 - - Dallas - TX - 75247-4973 - 1420 W Mockingbird Ln Ste 300 - - Dallas - TX - 75247-4973 - 1420 W Mockingbird Ln Ste 300 - - Dallas - TX - 75247-4973 - Ms. - F215632 - L215632 - - Board Chair - 215632@hsesinfo.org - Ms. - F215633 - L215633 - - President/CEO - 215633@hsesinfo.org - Ms. - F215635 - L215635 - - 215635@hsesinfo.org - Mrs. - F215631 - L215631 - - 215631@hsesinfo.org - 555-555-5631 - - - 6173 - 6180 - 9556 - 205 - - 2015-01-01 - - EHS - Active - Chicago Youth Centers - http://www.chicagoyouthcenters.org - 6180@hsesinfo.org - 218 S Wabash Suite 600 - - Chicago - IL - 60604 - 218 S Wabash Suite 600 - - Chicago - IL - 60604 - 218 S Wabash Suite 600 - - Chicago - IL - 60604 - Mr. - F108266 - L108266 - - Board Chair - 108266@hsesinfo.org - Ms. - F108267 - L108267 - - President/CEO - 108267@hsesinfo.org - Ms. - F108269 - L108269 - - 108269@hsesinfo.org - Ms. - F108265 - L108265 - - 108265@hsesinfo.org - 555-555-8265 x 5555 - - - 8537 - 8417 - 10945 - 200 - 2017 - 2017-03-01 - - EHS - Active - Step Up Suncoast, Inc. EHS Exp 1 - http://www.StepUpSuncoast.org - 8417@hsesinfo.org - 6428 Parkland Dr - - Sarasota - FL - 34243-4038 - 6428 Parkland Dr - - Sarasota - FL - 34243-4038 - 6428 Parkland Dr - - Sarasota - FL - 34243-4038 - Mr. - F208487 - L208487 - - Board Chair - 208487@hsesinfo.org - Ms. - F208488 - L208488 - - President/CEO - 208488@hsesinfo.org - Ms. - F208490 - L208490 - - 208490@hsesinfo.org - Ms. - F208486 - L208486 - - 208486@hsesinfo.org - 555-555-8486 x 5555 - - - 9508 - 8790 - 11729 - 200 - 2019 - 2019-03-01 - - EHS - Active - Michigan Family Resources - www.hs4kc.org - 8790@hsesinfo.org - 2626 Walker Ave NW - - Walker - MI - 49544-1306 - 2626 Walker Ave NW - - Walker - MI - 49544-1306 - 2626 Walker Ave NW - - Walker - MI - 49544-1306 - Ms. - F215053 - L215053 - - Board of Directors - President - 215053@hsesinfo.org - Ms. - F215054 - L215054 - - Executive Director - 215054@hsesinfo.org - Ms. - F215056 - L215056 - - 215056@hsesinfo.org - Ms. - F215052 - L215052 - - 215052@hsesinfo.org - 555-555-5052 x 5555 - - - 8580 - 8457 - 8399 - 200 - 2017 - 2017-09-01 - 2018-10-31 - EHS - Inactive - WEST CENTRAL MINNESOTA COMMUNITIES ACTION, INC. - www.wcmca.org - 8457@hsesinfo.org - 411 Industrial Park Boulevard - - Elbow Lake - MN - 56531-4213 - 411 Industrial Park Boulevard - - Elbow Lake - MN - 56531-4213 - 411 Industrial Park Boulevard - - Elbow Lake - MN - 56531-4213 - Ms. - F208780 - L208780 - - Board Chairperson - 208780@hsesinfo.org - Ms. - F208781 - L208781 - - Chief Executive Officer - 208781@hsesinfo.org - Ms. - F208783 - L208783 - - 208783@hsesinfo.org - Ms. - F208779 - L208779 - - 208779@hsesinfo.org - 555-555-8779 - - - 4744 - 3957 - 8726 - 072 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - United Federation of Black Community Organizations - - 3957@hsesinfo.org - 474 W 159th St - - New York - NY - 10032-5302 - 474 W 159th St - - New York - NY - 10032-5302 - 474 W 159th St - - New York - NY - 10032-5302 - Ms. - F45957 - L45957 - - Board Chair - 45957@hsesinfo.org - Ms. - F45955 - L45955 - - Executive Director - 45955@hsesinfo.org - Ms. - F45954 - L45954 - - 45954@hsesinfo.org - Ms. - F45960 - L45960 - - 45960@hsesinfo.org - 555-555-5960 - - - 3378 - 3018 - 7383 - 000 - 2013 - 2013-07-02 - 2019-03-31 - HS - Inactive - Calvert County Public Schools - calvert county public schools - 3018@hsesinfo.org - 1245 Plum Point Rd - Plum Point Elementary School - Huntingtown - MD - 20639-9248 - 1245 Plum Point Rd - Plum Point Elementary School - Huntingtown - MD - 20639-9248 - 1245 Plum Point Rd - Plum Point Elementary School - Huntingtown - MD - 20639-9248 - Dr. - F41729 - L41729 - - Superintendent - 41729@hsesinfo.org - Dr. - F41727 - L41727 - - Supervisor Early Childhood Education - 41727@hsesinfo.org - Mrs. - F41726 - L41726 - - 41726@hsesinfo.org - Ms. - F36284 - L36284 - - 36284@hsesinfo.org - 555-555-6284 - - - 10441 - 6220 - 12444 - 200 - - 2019-09-01 - - EHS - Active - Chautauqua Opportunities, Inc. - http://www.chautauquaopportunities.com - 6220@hsesinfo.org - 17 West Courtney Street - - Dunkirk - NY - 14048-2754 - 17 West Courtney Street - - Dunkirk - NY - 14048-2754 - 17 West Courtney Street - - Dunkirk - NY - 14048-2754 - Ms. - F221426 - L221426 - - Board Chairperson - 221426@hsesinfo.org - Ms. - F221427 - L221427 - - Interim Chief Executive Officer - 221427@hsesinfo.org - Mr. - F221429 - L221429 - - 221429@hsesinfo.org - Mr. - F221425 - L221425 - - 221425@hsesinfo.org - 555-555-1425 x 5555 - - - 8965 - 2785 - 11309 - 200 - 2011 - 2018-08-01 - - EHS - Active - Stafford County School District - www.staffordschools.net - 2785@hsesinfo.org - 31 Stafford Avenue - - Stafford - VA - 22554 - 31 Stafford Avenue - - Stafford - VA - 22554 - 31 Stafford Avenue - - Stafford - VA - 22554 - Mrs. - F211311 - L211311 - - Chairperson, Stafford School Board - 211311@hsesinfo.org - Dr. - F211312 - L211312 - - - 211312@hsesinfo.org - Ms. - F211314 - L211314 - - 211314@hsesinfo.org - Mrs. - F211310 - L211310 - - 211310@hsesinfo.org - 555-555-1310 - - - 10442 - 6256 - 12440 - 200 - - 2019-09-01 - - EHS - Active - L. I. Child & Family Development Services, Inc. - http://www.liheadstart.org - 6256@hsesinfo.org - 98 Austin St - - Patchogue - NY - 11772-2615 - 98 Austin St - - Patchogue - NY - 11772-2615 - 98 Austin St - - Patchogue - NY - 11772-2615 - Mr. - F221433 - L221433 - - Chairman of the Board - 221433@hsesinfo.org - Ms. - F221434 - L221434 - - Chief Executive Officer - 221434@hsesinfo.org - Ms. - F221436 - L221436 - - 221436@hsesinfo.org - Ms. - F221432 - L221432 - - 221432@hsesinfo.org - 555-555-1432 x 5555 - - - 10443 - 6175 - 12439 - 200 - - 2019-09-01 - - EHS - Active - DOUGLASS COMMUNITY SERVICES, INC. - http://www.douglassonline.org - 6175@hsesinfo.org - 711 GRAND AVE. - - HANNIBAL - MO - 63401-3179 - 711 GRAND AVE. - - HANNIBAL - MO - 63401-3179 - 711 GRAND AVE. - - HANNIBAL - MO - 63401-3179 - Mr. - F221440 - L221440 - - Board President - 221440@hsesinfo.org - Ms. - F221441 - L221441 - - Executive Director - 221441@hsesinfo.org - Ms. - F221443 - L221443 - - 221443@hsesinfo.org - Ms. - F221439 - L221439 - - 221439@hsesinfo.org - 555-555-1439 x 5555 - - - 10444 - 1275 - 12443 - 000 - 1993 - 2019-09-01 - - HS - Active - Oregon Coast Community Action - http://www.orcca.us/southcoastheadstart - 1275@hsesinfo.org - 1855 Thomas Ave - - Coos Bay - OR - 97420 - 1855 Thomas Ave - - Coos Bay - OR - 97420 - 1855 Thomas Ave - - Coos Bay - OR - 97420 - Ms. - F221447 - L221447 - - Chair of the Board - 221447@hsesinfo.org - Ms. - F221448 - L221448 - - ORCCA Executive Director - 221448@hsesinfo.org - Mr. - F221450 - L221450 - - 221450@hsesinfo.org - Ms. - F221446 - L221446 - - 221446@hsesinfo.org - 555-555-1446 - - - 11024 - 2497 - 12974 - 000 - 2014 - 2020-02-01 - - AIAN HS - Active - ASSINIBOINE & SIOUX - headstrt@nemontel.net - 2497@hsesinfo.org - 409 G Street West - - Poplar - MT - 59255 - PO Box 1027 - - Poplar - MT - 59255-1027 - 409 G Street West - - Poplar - MT - 59255 - Mr. - F225459 - L225459 - - Tribal Chairman - 225459@hsesinfo.org - Ms. - F225460 - L225460 - - Head Start Director - 225460@hsesinfo.org - Mr. - F225462 - L225462 - - 225462@hsesinfo.org - Ms. - F225458 - L225458 - - 225458@hsesinfo.org - 555-555-5458 - - - 10445 - 2752 - 12443 - 200 - 2014 - 2019-09-01 - - EHS - Active - Oregon Coast Community Action - http://www.orcca.us/southcoastheadstart - 2752@hsesinfo.org - 1855 Thomas Ave - - Coos Bay - OR - 97420-2976 - 1855 Thomas Ave - - Coos Bay - OR - 97420-2976 - 1855 Thomas Ave - - Coos Bay - OR - 97420-2976 - Ms. - F221454 - L221454 - - Chair of the Board - 221454@hsesinfo.org - Ms. - F221455 - L221455 - - ORCCA Executive Director - 221455@hsesinfo.org - Mr. - F221457 - L221457 - - 221457@hsesinfo.org - Ms. - F221453 - L221453 - - 221453@hsesinfo.org - 555-555-1453 - - - 6789 - 1412 - 10305 - 000 - 1992 - 2015-09-01 - 2020-08-31 - HS - Inactive - Ozarks Area Community Action Corporation - http://www.oac.ac - 1412@hsesinfo.org - 215 South Barnes Avenue - - Springfield - MO - 65802-2204 - 215 South Barnes Avenue - - Springfield - MO - 65802-2204 - 215 South Barnes Avenue - - Springfield - MO - 65802-2204 - Mr. - F203198 - L203198 - - Chairman - 203198@hsesinfo.org - Mr. - F203199 - L203199 - - Executive Director - 203199@hsesinfo.org - Ms. - F203201 - L203201 - - 203201@hsesinfo.org - Ms. - F203197 - L203197 - - 203197@hsesinfo.org - 555-555-3197 - - - 7077 - 2858 - 10499 - 200 - 2011 - 2016-01-01 - - EHS - Active - AMADOR-TUOLUMNE COMMUNITY ACTION AGENCY - www.atcaa.org - 2858@hsesinfo.org - 10590 State Highway 88 - - Jackson - CA - 95642-9470 - 10590 State Highway 88 - - Jackson - CA - 95642-9470 - 10590 State Highway 88 - - Jackson - CA - 95642-9470 - Ms. - F205207 - L205207 - - Board Chair - 205207@hsesinfo.org - Mr. - F205208 - L205208 - - Executive Director - 205208@hsesinfo.org - Ms. - F205210 - L205210 - - 205210@hsesinfo.org - Ms. - F205206 - L205206 - - 205206@hsesinfo.org - 555-555-5206 x 5555 - - - 10729 - 3644 - 12728 - 001 - 2014 - 2019-11-01 - - HS - Active - Greenwich Head Start - http://www.familycenters.org - 3644@hsesinfo.org - 40 Arch St - - Greenwich - CT - 06830-6525 - 40 Arch St - - Greenwich - CT - 06830-6525 - 40 Arch St - - Greenwich - CT - 06830-6525 - Mr. - F223439 - L223439 - - Board Chair - 223439@hsesinfo.org - Mr. - F223440 - L223440 - - - 223440@hsesinfo.org - Ms. - F223442 - L223442 - - 223442@hsesinfo.org - Ms. - F223438 - L223438 - - 223438@hsesinfo.org - 555-555-3438 - - - 10799 - 9113 - 12771 - 000 - 2019 - 2019-12-01 - - HS - Active - CDI HS/Eastern Oklahoma, OK - www.cdiheadstart.org - 9113@hsesinfo.org - 201 SE B St - - Stigler - OK - 74462-2423 - PO Box 726 - - Stigler - OK - 74462-0726 - 201 SE B St - - Stigler - OK - 74462-2423 - Mr. - F223887 - L223887 - - Chief Executive Officer - 223887@hsesinfo.org - Ms. - F223885 - L223885 - - Executive Director - 223885@hsesinfo.org - - F223888 - L223888 - - 223888@hsesinfo.org - Ms. - F223884 - L223884 - - 223884@hsesinfo.org - 555-555-3884 - - - 8705 - 8567 - 11074 - 000 - 2017 - 2018-05-01 - 2020-07-31 - HS - Inactive - CDI HS/Starr and Zapata Counties, TX - www.cdiheadstart.org - 8567@hsesinfo.org - 213 W 2nd St - - Rio Grande City - TX - 78582-3603 - PO Box 176 - - Rio Grande City - TX - 78582-0176 - 213 W 2nd St - - Rio Grande City - TX - 78582-3603 - Mr. - F209437 - L209437 - - Chief Executive Officer - 209437@hsesinfo.org - Ms. - F209438 - L209438 - - Executive Director - 209438@hsesinfo.org - - F209440 - L209440 - - 209440@hsesinfo.org - Ms. - F209436 - L209436 - - 209436@hsesinfo.org - 555-555-9436 - - - 6570 - 2284 - 10139 - 000 - 1992 - 2015-07-01 - 2020-06-30 - HS - Inactive - Community Action Partnership of Lake County - www.caplakecounty.org - 2284@hsesinfo.org - 2424 Washington St - Ste 207 - Waukegan - IL - 60085-5077 - PO Box 9059 - - Waukegan - IL - 60079-9059 - 2424 Washington St - Ste 207 - Waukegan - IL - 60085-5077 - Mr. - F201660 - L201660 - - Board Chair - 201660@hsesinfo.org - Mrs. - F201661 - L201661 - - Executive Director - 201661@hsesinfo.org - Ms. - F201663 - L201663 - - 201663@hsesinfo.org - Ms. - F201659 - L201659 - - 201659@hsesinfo.org - 555-555-1659 x 5555 - - - 6465 - 6483 - 10043 - 000 - - 2015-07-01 - 2020-06-30 - HS - Inactive - Community Action Organization of Erie County, Inc. - caoec.org - 6483@hsesinfo.org - 45 Jewett Ave - Ste 150 - Buffalo - NY - 14214-2442 - 45 Jewett Ave - Ste 150 - Buffalo - NY - 14214-2442 - 45 Jewett Ave - Ste 150 - Buffalo - NY - 14214-2442 - Hon. - F200925 - L200925 - - Board Chairperson - 200925@hsesinfo.org - Mr. - F200926 - L200926 - - President/CEO - 200926@hsesinfo.org - Ms. - F200928 - L200928 - - 200928@hsesinfo.org - Ms. - F200924 - L200924 - - 200924@hsesinfo.org - 555-555-0924 x 5555 - - - 7005 - 2836 - 10463 - 200 - 2011 - 2015-12-01 - 2020-11-30 - EHS - Inactive - Warren County Head Start Inc - www.wchsny.org - 2836@hsesinfo.org - 11 Pearl St - - Glens Falls - NY - 12801-3603 - 11 Pearl St - - Glens Falls - NY - 12801-3603 - 11 Pearl St - - Glens Falls - NY - 12801-3603 - Ms. - F204701 - L204701 - Esq. - President, Board of DIrectors - 204701@hsesinfo.org - Ms. - F204702 - L204702 - - - 204702@hsesinfo.org - Mr. - F204704 - L204704 - - 204704@hsesinfo.org - Ms. - F204700 - L204700 - - 204700@hsesinfo.org - 555-555-4700 x 5555 - - - 8547 - 8427 - 10961 - 200 - 2017 - 2017-03-01 - - EHS - Active - Genesee County - www.gccardheadstart.com - 8427@hsesinfo.org - 1101 Beach St - Gccard Head Start - Flint - MI - 48502-1428 - 1101 Beach St - Fl 3 - Flint - MI - 48502-1428 - GCCARD Head Start - 601 N. Saginaw St., Suite 1B - Flint - MI - 48502-2009 - Mr. - F208557 - L208557 - - Chaiperson - 208557@hsesinfo.org - Mrs. - F208558 - L208558 - - Interim Executive Director - 208558@hsesinfo.org - Mrs. - F208560 - L208560 - - 208560@hsesinfo.org - Ms. - F208556 - L208556 - - 208556@hsesinfo.org - 555-555-8556 - - - 9897 - 8640 - 12013 - 006 - 2018 - 2020-07-01 - - Migrant HS - Active - Illinois Department of Human Services - 100 South Grand Ave. East - 8640@hsesinfo.org - 100 S Grand Ave E - 2nd Floor Room 2431 - Springfield - IL - 62762-0001 - 100 S Grand Ave E - 2nd Floor Room 2431 - Springfield - IL - 62762-0001 - 100 S Grand Ave E - 2nd Floor Room 2431 - Springfield - IL - 62762-0001 - Ms. - F217689 - L217689 - - DHS Secretary - 217689@hsesinfo.org - Ms. - F217690 - L217690 - - Associate Director - 217690@hsesinfo.org - Mr. - F217692 - L217692 - - 217692@hsesinfo.org - Mrs. - F217688 - L217688 - - 217688@hsesinfo.org - 555-555-7688 - - - 10800 - 9114 - 12771 - 200 - 2019 - 2019-12-01 - - EHS - Active - CDI HS/Eastern Oklahoma, OK - www.cdiheadstart.org - 9114@hsesinfo.org - 201 SE B St - - Stigler - OK - 74462-2423 - PO Box 726 - - Stigler - OK - 74462-0726 - 201 SE B St - - Stigler - OK - 74462-2423 - Mr. - F223893 - L223893 - - Chief Executive Officer - 223893@hsesinfo.org - Ms. - F223891 - L223891 - - Executive Director - 223891@hsesinfo.org - - F223894 - L223894 - - 223894@hsesinfo.org - Ms. - F223890 - L223890 - - 223890@hsesinfo.org - 555-555-3890 - - - 8175 - 8107 - 10550 - 200 - 2016 - 2016-05-01 - - EHS - Active - Centro de Servicios a la Juventud, Inc. - - 8107@hsesinfo.org - M1 Calle 3 - - Arecibo - PR - 00612-3426 - PO Box 9368 - - Arecibo - PR - 00613-9368 - M1 Calle 3 - - Arecibo - PR - 00612-3426 - Mr. - F206340 - L206340 - - Board Chairperson - 206340@hsesinfo.org - Mr. - F206341 - L206341 - - Interim Executive Director / Interim Headstar Director - 206341@hsesinfo.org - Mrs. - F206343 - L206343 - - 206343@hsesinfo.org - Mr. - F206339 - L206339 - - 206339@hsesinfo.org - 555-555-6339 - - - 8169 - 2162 - 10614 - 200 - 2001 - 2016-07-01 - - EHS - Active - EASTCONN Early Head Start - http://www.eastconn.org - 2162@hsesinfo.org - 376 Hartford Tpke - - Hampton - CT - 06247-1320 - 376 Hartford Tpke - - Hampton - CT - 06247-1320 - 376 Hartford Tpke - - Hampton - CT - 06247-1320 - Ms. - F206298 - L206298 - - - 206298@hsesinfo.org - Mr. - F206299 - L206299 - - - 206299@hsesinfo.org - Ms. - F206301 - L206301 - - 206301@hsesinfo.org - Ms. - F206297 - L206297 - - 206297@hsesinfo.org - 555-555-6297 - - - 8162 - 2416 - 10630 - 000 - 1992 - 2016-07-01 - - AIAN HS - Active - Nez Perce Tribe - http://www.nezperce.org - 2416@hsesinfo.org - Nez Perce Tribe Early Childhood Development Program - 117 Lolo St. - Lapwai - ID - 83540 - PO Box 365 - Nez Perce Tribe Early Childhood Development Program - Lapwai - ID - 83540-0365 - Nez Perce Tribe Early Childhood Development Program - 117 Lolo St. - Lapwai - ID - 83540 - Mr. - F206249 - L206249 - - Chairman, Nez Perce Tribe Executive Committee - 206249@hsesinfo.org - Mr. - F206250 - L206250 - - Executive Director - 206250@hsesinfo.org - Ms. - F206252 - L206252 - - 206252@hsesinfo.org - Ms. - F206248 - L206248 - - 206248@hsesinfo.org - 555-555-6248 - - - 9309 - 4437 - 11563 - 200 - 2013 - 2019-01-01 - - EHS - Active - UNITED COMMUNITY ACTION NETWORK - http://www.ucancap.org - 4437@hsesinfo.org - 250 NE Kenneth Ford Dr - - Roseburg - OR - 97470-1034 - 280 NE Kenneth Ford Dr - - Roseburg - OR - 97470-1034 - 280 NE Kenneth Ford Dr - - Roseburg - OR - 97470-1034 - Mrs. - F213701 - L213701 - - Governing Board Chair - 213701@hsesinfo.org - Mr. - F213702 - L213702 - - - 213702@hsesinfo.org - Ms. - F213704 - L213704 - - 213704@hsesinfo.org - Mrs. - F213700 - L213700 - - 213700@hsesinfo.org - 555-555-3700 - - - 9109 - 1281 - 11422 - 000 - 1992 - 2018-09-01 - - HS - Active - Riverside County Office of Education - www.rcoe.us - 1281@hsesinfo.org - 3939 13th Street - - Riverside - CA - 92502 - 3939 13th Street - P.O. Box 868 - Riverside - CA - 92502-0868 - 3939 13th Street - - Riverside - CA - 92502 - Dr. - F212353 - L212353 - Ed.D - Riverside County Superintendent of Schools - 212353@hsesinfo.org - Dr. - F212354 - L212354 - - Executive Director - 212354@hsesinfo.org - Ms. - F212356 - L212356 - - 212356@hsesinfo.org - Dr. - F212352 - L212352 - - 212352@hsesinfo.org - 555-555-2352 - - - 9151 - 3382 - 11449 - 000 - 2013 - 2018-09-01 - - HS - Active - Family Service Association of San Antonio, Inc. - www.family-service.org - 3382@hsesinfo.org - 702 San Pedro Avenue - - San Antonio - TX - 78212-4610 - 702 San Pedro Avenue - - San Antonio - TX - 78212-4610 - 702 San Pedro Avenue - - San Antonio - TX - 78212-4610 - Ms. - F212597 - L212597 - - Chair, Board of Directors - 212597@hsesinfo.org - Ms. - F212595 - L212595 - - President/CEO - 212595@hsesinfo.org - Ms. - F212598 - L212598 - - 212598@hsesinfo.org - Ms. - F212594 - L212594 - - 212594@hsesinfo.org - 555-555-2594 - - - 9006 - 8697 - 11329 - 200 - 2018 - 2018-08-01 - - EHS - Active - The Reginald S. Lourie Center for Infants and Young Children - https://www.adventisthealthcare.com/LC/programs/early-head-start/ - 8697@hsesinfo.org - 12301 Academy Way - - Rockville - MD - 20852-2000 - 12301 Academy Way - - Rockville - MD - 20852-2000 - 12301 Academy Way - - Rockville - MD - 20852-2000 - Mr. - F211592 - L211592 - - - 211592@hsesinfo.org - Dr. - F211590 - L211590 - - - 211590@hsesinfo.org - - F211593 - L211593 - - 211593@hsesinfo.org - Ms. - F211589 - L211589 - - 211589@hsesinfo.org - 555-555-1589 - - - 8964 - 1728 - 11309 - 000 - 2013 - 2018-08-01 - - HS - Active - Stafford County School District - https://www.staffordschools.net/Domain/37 - 1728@hsesinfo.org - 31 Stafford Avenue - - Stafford - VA - 22554-7246 - 31 Stafford Avenue - - Stafford - VA - 22554-7246 - 31 Stafford Avenue - - Stafford - VA - 22554-7246 - Mrs. - F211304 - L211304 - - Chairperson, Stafford School Board - 211304@hsesinfo.org - Dr. - F211305 - L211305 - - - 211305@hsesinfo.org - Ms. - F211307 - L211307 - - 211307@hsesinfo.org - Mrs. - F211303 - L211303 - - 211303@hsesinfo.org - 555-555-1303 - - - 6733 - 3101 - 10248 - 200 - 2011 - 2015-08-01 - 2020-07-31 - EHS - Inactive - Carroll County Board of Education - http://www.carroll.kyschools.us - 3101@hsesinfo.org - 813 Hawkins St - - Carrollton - KY - 41008-1339 - 813 Hawkins St - - Carrollton - KY - 41008-1339 - 813 Hawkins St - - Carrollton - KY - 41008-1339 - Mr. - F202802 - L202802 - - Board Chair - 202802@hsesinfo.org - Mr. - F202803 - L202803 - - Superintendent - 202803@hsesinfo.org - Mrs. - F202805 - L202805 - - 202805@hsesinfo.org - Mrs. - F202801 - L202801 - - 202801@hsesinfo.org - 555-555-2801 x 5555 - - - 4246 - 1052 - 2889 - 200 - 2013 - 2013-08-01 - 2018-11-30 - EHS - Inactive - Southeastern North Dakota Community Action Agency - http://www.sendcaa.org - 1052@hsesinfo.org - 3600 15 St S - - Fargo - ND - 58104-6221 - 3233 South University Drive - - Fargo - ND - 58104-6221 - 3233 South University Drive - - Fargo - ND - 58104-6221 - Mr. - F38081 - L38081 - - SENDCAA Board Chairperson - 38081@hsesinfo.org - Mr. - F38079 - L38079 - - - 38079@hsesinfo.org - Ms. - F38078 - L38078 - - 38078@hsesinfo.org - Ms. - F38077 - L38077 - - 38077@hsesinfo.org - 555-555-8077 x 5555 - - - 6746 - 1328 - 10195 - 000 - 1992 - 2015-08-01 - 2020-07-31 - HS - Inactive - West Orange-Cove Consolidated I.S.D. - http://www.woccisd.net - 1328@hsesinfo.org - 801 Cordrey St - - Orange - TX - 77630-3420 - 801 Cordrey St - - Orange - TX - 77630-3420 - 801 Cordrey St - - Orange - TX - 77630-3420 - Mrs. - F202893 - L202893 - - School Board President - 202893@hsesinfo.org - Mr. - F202894 - L202894 - - Superintendent - 202894@hsesinfo.org - Ms. - F202896 - L202896 - - 202896@hsesinfo.org - Mrs. - F202892 - L202892 - - 202892@hsesinfo.org - 555-555-2892 - - - 8524 - 8404 - 10937 - 200 - 2017 - 2017-03-01 - - EHS - Active - Scott County Public School Head Start - scottcountyheadstart.org - 8404@hsesinfo.org - 305 Legion Street - - Weber City - VA - 24290 - 305 Legion Street - - Weber City - VA - 24290 - 305 Legion Street - - Weber City - VA - 24290 - Mr. - F208396 - L208396 - - School Board Chair - 208396@hsesinfo.org - Mr. - F208397 - L208397 - - Division Superintendent - 208397@hsesinfo.org - Ms. - F208399 - L208399 - - 208399@hsesinfo.org - Mrs. - F208395 - L208395 - - 208395@hsesinfo.org - 555-555-8395 x 5555 - - - 5128 - 5134 - 8878 - 000 - 2014 - 2014-06-01 - 2019-06-30 - HS - Inactive - Matrix Human Services - www.matrixhumanservices.org - 5134@hsesinfo.org - 1400 Woodbridge St - - Detroit - MI - 48207-3110 - 1400 Woodbridge St - - Detroit - MI - 48207-3110 - 1400 Woodbridge St - - Detroit - MI - 48207-3110 - Mrs. - F50526 - L50526 - PhD - Vice President/Campus Director Phoenix University Detroit - 50526@hsesinfo.org - Mr. - F50527 - L50527 - - President / CEO Matrix Human Services - 50527@hsesinfo.org - Ms. - F50529 - L50529 - - 50529@hsesinfo.org - Ms. - F50525 - L50525 - - 50525@hsesinfo.org - 555-555-0525 - - - 5129 - 5135 - 8878 - 200 - 2014 - 2014-06-01 - 2019-06-30 - EHS - Inactive - Matrix Human Services - www.matrixhumanservices.org - 5135@hsesinfo.org - 1400 Woodbridge St - - Detroit - MI - 48207-3110 - 1400 Woodbridge St - - Detroit - MI - 48207-3110 - 1400 Woodbridge St - - Detroit - MI - 48207-3110 - Mrs. - F50534 - L50534 - PhD - Vice President/Campus Director Phoenix University Detroit - 50534@hsesinfo.org - Mr. - F50535 - L50535 - - President / CEO Matrix Human Services - 50535@hsesinfo.org - Ms. - F50537 - L50537 - - 50537@hsesinfo.org - Ms. - F50533 - L50533 - - 50533@hsesinfo.org - 555-555-0533 x 5555 - - - 8295 - 1766 - 10676 - 000 - 2002 - 2016-07-01 - - HS - Active - Taller Educativo De Caguas, Inc. - - 1766@hsesinfo.org - Carr. 156 Esquina Calle A Local 7 - Centro Comercial Jardines De Caguas - Caguas - PR - 00726 - Carr. 156 Esquina Calle A Local 7 - Centro Comercial Jardines De Caguas - Caguas - PR - 00726 - Carr. 156 Esquina Calle A Local 7 - Centro Comercial Jardines De Caguas - Caguas - PR - 00726 - Sr. - F207205 - L207205 - - GOVERNING BOARD PRESIDENT - 207205@hsesinfo.org - Sra. - F207206 - L207206 - - DIRECTOR - 207206@hsesinfo.org - Sra. - F207208 - L207208 - - 207208@hsesinfo.org - Sra. - F207204 - L207204 - - 207204@hsesinfo.org - 555-555-7204 - - - 10632 - 9052 - 12626 - 003 - 2019 - 2019-07-01 - - HS - Active - Merrillville Community School Corporation - https://www.mvsc.k12.in.us/ - 9052@hsesinfo.org - 7249 Van Buren St - - Merrillville - IN - 46410-3857 - 7249 Van Buren St - - Merrillville - IN - 46410-3857 - 6701 Delaware St - - Merrillville - IN - 46410-3579 - Mr. - F222760 - L222760 - - Superintendent - 222760@hsesinfo.org - Mrs. - F222758 - L222758 - - President - 222758@hsesinfo.org - - F222761 - L222761 - - 222761@hsesinfo.org - Ms. - F222757 - L222757 - - 222757@hsesinfo.org - 555-555-2757 x 5555 - - - 10184 - 2533 - 12218 - 000 - 2013 - 2019-07-01 - - Migrant HS - Active - Tri-Valley Opportunity Council, Inc. - http://www.tvoc.org - 2533@hsesinfo.org - 102 N Broadway - - Crookston - MN - 56716-1731 - 102 North Broadway - P.O. Box 607 - Crookston - MN - 56716-0607 - 102 N Broadway - - Crookston - MN - 56716-1731 - Mr. - F219644 - L219644 - - Chairperson - 219644@hsesinfo.org - Mr. - F219645 - L219645 - - Chief Executive Officer - 219645@hsesinfo.org - Mr. - F219647 - L219647 - - 219647@hsesinfo.org - Ms. - F219643 - L219643 - - 219643@hsesinfo.org - 555-555-9643 x 5555 - - - 10185 - 2867 - 12218 - 200 - 2013 - 2019-07-01 - - Migrant EHS - Active - Tri-Valley Opportunity Council, Inc. - http://www.tvoc.org - 2867@hsesinfo.org - 102 North Broadway - PO Box 607 - Crookston - MN - 56716 - 102 North Broadway - PO Box 607 - Crookston - MN - 56716 - 102 North Broadway - PO Box 607 - Crookston - MN - 56716 - Mr. - F219651 - L219651 - - Chairperson - 219651@hsesinfo.org - Mr. - F219652 - L219652 - - - 219652@hsesinfo.org - Mr. - F219654 - L219654 - - 219654@hsesinfo.org - Ms. - F219650 - L219650 - - 219650@hsesinfo.org - 555-555-9650 - - - 5292 - 3686 - 9138 - 013 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Norwalk-La Mirada Unified School District - www.nlmpreschool.org - 3686@hsesinfo.org - 14616 Dinard Ave. - - Norwalk - CA - 90650-5110 - 14616 Dinard Ave. - - Norwalk - CA - 90650-5110 - 14616 Dinard Ave. - - Norwalk - CA - 90650-5110 - Ms. - F53386 - L53386 - - School Board President - 53386@hsesinfo.org - Dr. - F53390 - L53390 - - School Superintendent - 53390@hsesinfo.org - Ms. - F53387 - L53387 - - 53387@hsesinfo.org - Ms. - F53385 - L53385 - - 53385@hsesinfo.org - 555-555-3385 - - - 9784 - 730 - 11931 - 000 - 2013 - 2019-07-01 - - HS - Active - Presbyterian Medical Services - http://www.pms-healthierstate.org - 730@hsesinfo.org - 1422 Paseo De Peralta - - Santa Fe - NM - 87501 - 1422 Paseo De Peralta - - Santa Fe - NM - 87501 - 1422 Paseo De Peralta - - Santa Fe - NM - 87501 - Mrs. - F216899 - L216899 - - President, Board of Directors - 216899@hsesinfo.org - Mr. - F216900 - L216900 - - - 216900@hsesinfo.org - Ms. - F216902 - L216902 - - 216902@hsesinfo.org - Ms. - F216898 - L216898 - - 216898@hsesinfo.org - 555-555-6898 - - - 9785 - 731 - 11931 - 200 - 2013 - 2019-07-01 - - EHS - Active - Presbyterian Medical Services - http://www.pms-healthierstate.org - 731@hsesinfo.org - 1422 Paseo De Peralta - - Santa Fe - NM - 87501 - 1422 Paseo De Peralta - - Santa Fe - NM - 87501 - 1422 Paseo De Peralta - - Santa Fe - NM - 87501 - Mrs. - F216906 - L216906 - - - 216906@hsesinfo.org - Mr. - F216907 - L216907 - - - 216907@hsesinfo.org - Mr. - F216909 - L216909 - - 216909@hsesinfo.org - Ms. - F216905 - L216905 - - 216905@hsesinfo.org - 555-555-6905 - - - 9786 - 798 - 11926 - 000 - 1992 - 2019-07-01 - - HS - Active - Tri-County Community Action, Inc - www.tricountycommaction.org - 798@hsesinfo.org - 214 Nacogdoches St - - Center - TX - 75935-3854 - PO Box 1748 - - Center - TX - 75935-1748 - 214 Nacogdoches St - - Center - TX - 75935-3854 - Mr. - F216913 - L216913 - - Board Chair - 216913@hsesinfo.org - Mr. - F216914 - L216914 - - Executive Director - 216914@hsesinfo.org - Mrs. - F216916 - L216916 - - 216916@hsesinfo.org - Mr. - F216912 - L216912 - - 216912@hsesinfo.org - 555-555-6912 x 5555 - - - 8375 - 1134 - 10723 - 000 - 1993 - 2016-09-01 - - AIAN HS - Active - Confederated Tribes of The Umatilla Indian Res. - http://ctuir.org - 1134@hsesinfo.org - 46411 Timine Way - - Pendleton - OR - 97801-0638 - 46411 Timine Way - - Pendleton - OR - 97801-0638 - 46411 Timine Way - - Pendleton - OR - 97801-0638 - Mrs. - F207784 - L207784 - - Chairman, Board of Trustees - 207784@hsesinfo.org - Mr. - F207785 - L207785 - - Executive Director - 207785@hsesinfo.org - Ms. - F207787 - L207787 - - 207787@hsesinfo.org - Mr. - F207783 - L207783 - - 207783@hsesinfo.org - 555-555-7783 - - - 9235 - 835 - 11514 - 200 - 2013 - 2018-12-01 - - EHS - Active - FAMILY FORUM, INC. - http://www.familyforum.org - 835@hsesinfo.org - 1507 Tower Avenue - Suite 312 - Superior - WI - 54880-5137 - 1507 Tower Avenue - Suite 312 - Superior - WI - 54880-5137 - 1507 Tower Avenue - Suite 312 - Superior - WI - 54880-5137 - Ms. - F213185 - L213185 - - Chairperson - 213185@hsesinfo.org - Mrs. - F213186 - L213186 - - Executive Director - 213186@hsesinfo.org - Ms. - F213188 - L213188 - - 213188@hsesinfo.org - Mrs. - F213184 - L213184 - - 213184@hsesinfo.org - 555-555-3184 - - - 6835 - 4021 - 10312 - 001 - - 2015-08-01 - - HS - Active - Le Jardin Community Center, Inc. - www.lejardincommunitycenterinc.org - 4021@hsesinfo.org - 311 NE 8th St - Ste 203 - Homestead - FL - 33030-4735 - 311 NE 8th St - Ste 203 - Homestead - FL - 33030-4735 - 311 NE 8th St - Ste 203 - Homestead - FL - 33030-4735 - Atty. - F203520 - L203520 - - Board Chair - 203520@hsesinfo.org - Mr. - F203521 - L203521 - - Executive Director - 203521@hsesinfo.org - Ms. - F203523 - L203523 - - 203523@hsesinfo.org - Mr. - F203519 - L203519 - - 203519@hsesinfo.org - 555-555-3519 - - - 6836 - 4008 - 10312 - 201 - - 2015-08-01 - - EHS - Active - Le Jardin Community Center, Inc. - www.lejardinccinc.org - 4008@hsesinfo.org - 311 NE 8th St - Ste 203 - Homestead - FL - 33030-4735 - 311 NE 8th St - Ste 203 - Homestead - FL - 33030-4735 - 311 NE 8th St - Ste 203 - Homestead - FL - 33030-4735 - Atty. - F203527 - L203527 - - Board Chair - 203527@hsesinfo.org - Mr. - F203528 - L203528 - - Executive Director - 203528@hsesinfo.org - Ms. - F203530 - L203530 - - 203530@hsesinfo.org - Mr. - F203526 - L203526 - - 203526@hsesinfo.org - 555-555-3526 - - - 8891 - 3289 - 11257 - 200 - 2013 - 2018-07-01 - - EHS - Active - Parents In Community Action, Inc. - www.picaheadstart.org - 3289@hsesinfo.org - 700 Humboldt Avenue North - - Minneapolis - MN - 55411-3931 - 700 Humboldt Avenue North - - Minneapolis - MN - 55411-3931 - 700 Humboldt Avenue North - - Minneapolis - MN - 55411-3931 - Ms. - F210758 - L210758 - - Board Chair - 210758@hsesinfo.org - Ms. - F210759 - L210759 - - Executive Director - 210759@hsesinfo.org - Ms. - F210761 - L210761 - - 210761@hsesinfo.org - Mr. - F210757 - L210757 - - 210757@hsesinfo.org - 555-555-0757 - - - 8020 - 1388 - 10514 - 000 - 1992 - 2016-02-01 - - HS - Active - Big Five Community Services, Inc. - http://www.bigfive.org - 1388@hsesinfo.org - 1502 N 1st Ave - - Durant - OK - 74701-2814 - 1502 N 1st Ave - - Durant - OK - 74701-2814 - 1502 N 1st Ave - - Durant - OK - 74701-2814 - Mr. - F205342 - L205342 - - Board Chairperson - 205342@hsesinfo.org - Mr. - F205343 - L205343 - - - 205343@hsesinfo.org - Mrs. - F205345 - L205345 - - 205345@hsesinfo.org - Mr. - F205341 - L205341 - - 205341@hsesinfo.org - 555-555-5341 - - - 6763 - 1755 - 10199 - 000 - 1992 - 2015-08-01 - 2020-07-31 - AIAN HS - Inactive - Bishop Indian Head Start Program - www.bishoppaiutetribe.com - 1755@hsesinfo.org - 405 N Barlow Ln - - Bishop - CA - 93514-8046 - 405 N Barlow Ln - - Bishop - CA - 93514-8046 - 405 N Barlow Ln - - Bishop - CA - 93514-8046 - Mr. - F203012 - L203012 - - Tribal Chairman - 203012@hsesinfo.org - Mrs. - F203013 - L203013 - - Tribal Administrator - 203013@hsesinfo.org - Mr. - F203015 - L203015 - - 203015@hsesinfo.org - Mrs. - F203011 - L203011 - - 203011@hsesinfo.org - 555-555-3011 x 5555 - - - 11394 - 1273 - 13251 - 000 - 1992 - 2020-06-01 - - HS - Active - Northern Arizona Council of Governments - http://www.nacog.org - 1273@hsesinfo.org - 119 E Aspen Ave - - Flagstaff - AZ - 86001-5222 - 119 E Aspen Ave - - Flagstaff - AZ - 86001-5222 - 119 E Aspen Ave - - Flagstaff - AZ - 86001-5222 - Mr. - F227816 - L227816 - Jr. - Mayor, Show Low - 227816@hsesinfo.org - Mr. - F227817 - L227817 - - NACOG Executive Director - 227817@hsesinfo.org - Mr. - F227819 - L227819 - - 227819@hsesinfo.org - Ms. - F227815 - L227815 - - 227815@hsesinfo.org - 555-555-7815 x 5555 - - - 4882 - 2362 - 8788 - 000 - 2014 - 2014-06-01 - 2019-05-31 - HS - Inactive - New River Community Action, Inc. - http://www.swva.net/nrca/ - 2362@hsesinfo.org - 1093 East Main Street - - Radford - VA - 24141-1747 - 1093 East Main Street - - Radford - VA - 24141-1747 - 1093 East Main Street - - Radford - VA - 24141-1747 - Mr. - F48155 - L48155 - - Board Chair - 48155@hsesinfo.org - Mrs. - F48157 - L48157 - - - 48157@hsesinfo.org - Ms. - F48156 - L48156 - - 48156@hsesinfo.org - Ms. - F48153 - L48153 - - 48153@hsesinfo.org - 555-555-8153 x 5555 - - - 9787 - 2882 - 11926 - 200 - 2011 - 2019-07-01 - - EHS - Active - Tri-County Community Action, Inc - www.tricountycommunityaction.org - 2882@hsesinfo.org - 214 Nacogdoches St - - Center - TX - 75935-3854 - PO Box 1748 - - Center - TX - 75935-1748 - 214 Nacogdoches St - - Center - TX - 75935-3854 - Mr. - F216920 - L216920 - - Board Chair - 216920@hsesinfo.org - Mr. - F216921 - L216921 - - Executive Director - 216921@hsesinfo.org - Mrs. - F216923 - L216923 - - 216923@hsesinfo.org - Mr. - F216919 - L216919 - - 216919@hsesinfo.org - 555-555-6919 x 5555 - - - 4507 - 2787 - 8491 - 200 - 2011 - 2013-11-29 - 2018-11-30 - EHS - Inactive - Options for Learning - www.optionsforlearning.org - 2787@hsesinfo.org - 885 So. Village Oaks Drive - - Covina - CA - 91724-3615 - 885 So. Village Oaks Drive - - Covina - CA - 91724-3615 - 885 So. Village Oaks Drive - - Covina - CA - 91724-3615 - Mr. - F42453 - L42453 - - Chairperson, Board of Directors - 42453@hsesinfo.org - Mr. - F42451 - L42451 - - Executive Director - 42451@hsesinfo.org - Mrs. - F42450 - L42450 - - 42450@hsesinfo.org - Mrs. - F42448 - L42448 - - 42448@hsesinfo.org - 555-555-2448 - - - 6938 - 360 - 10413 - 000 - 1991 - 2015-11-01 - - AIAN HS - Active - Choctaw Nation of Oklahoma - http://www.choctawnation.com - 360@hsesinfo.org - 1802 Chukka Hina - - Durant - OK - 74701-1802 - PO BOX 1210 - - Durant - OK - 74702-1210 - 1802 Chukka Hina - - Durant - OK - 74701-1802 - Mr. - F204227 - L204227 - - Chief - 204227@hsesinfo.org - Mr. - F204228 - L204228 - - Executive Director - 204228@hsesinfo.org - Ms. - F204230 - L204230 - - 204230@hsesinfo.org - Mrs. - F204226 - L204226 - - 204226@hsesinfo.org - 555-555-4226 x 5555 - - - 10884 - 2936 - 12871 - 200 - 2015 - 2020-01-01 - - EHS - Active - Community Services of Venango County, Inc. - www.csvenango.com - 2936@hsesinfo.org - 13690 S Mosiertown Rd - Ste A - Meadville - PA - 16335-8312 - 206 Seneca St - Fl 4 - Oil City - PA - 16301-1317 - 206 Seneca St - Fl 4 - Oil City - PA - 16301-1317 - Ms. - F224480 - L224480 - - Board of Directors, President - 224480@hsesinfo.org - Ms. - F224481 - L224481 - - - 224481@hsesinfo.org - Ms. - F224483 - L224483 - - 224483@hsesinfo.org - Ms. - F224479 - L224479 - - 224479@hsesinfo.org - 555-555-4479 x 5555 - - - 5106 - 1892 - 8806 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Wabash Area Development, Inc. - www.wadi-inc.com - 1892@hsesinfo.org - 110 Latham Street - - Enfield - IL - 62835 - PO Box 70 - - Enfield - IL - 62835-0070 - 110 Latham Street - - Enfield - IL - 62835 - Ms. - F51803 - L51803 - - Board President - 51803@hsesinfo.org - Ms. - F51804 - L51804 - - CEO - 51804@hsesinfo.org - Ms. - F51806 - L51806 - - 51806@hsesinfo.org - Ms. - F51802 - L51802 - - 51802@hsesinfo.org - 555-555-1802 x 5555 - - - 9452 - 977 - 11663 - 000 - 2013 - 2019-03-01 - - HS - Active - Monticello Area Community Action Agency - http://www.macaa.org - 977@hsesinfo.org - 1025 Park Street - - Charlottesville - VA - 22901-3934 - 1025 Park Street - - Charlottesville - VA - 22901-3934 - 1025 Park Street - - Charlottesville - VA - 22901-3934 - Mr. - F214662 - L214662 - - Board President - 214662@hsesinfo.org - Ms. - F214663 - L214663 - - Executive Director - 214663@hsesinfo.org - Mrs. - F214665 - L214665 - - 214665@hsesinfo.org - Ms. - F214661 - L214661 - - 214661@hsesinfo.org - 555-555-4661 x 5555 - - - 4848 - 272 - 8836 - 000 - 1989 - 2014-06-01 - 2019-05-31 - HS - Inactive - AROOSTOOK COUNTY ACTION PROGRAM - http://www.acap-me.org - 272@hsesinfo.org - 771 Main St - - Presque Isle - ME - 04769-2201 - PO Box 1116 - - Presque Isle - ME - 04769-1116 - 771 Main St - - Presque Isle - ME - 04769-2201 - Mr. - F47607 - L47607 - - Chair, ACAP Board of Directors - 47607@hsesinfo.org - Mr. - F47611 - L47611 - - Executive DIrector - 47611@hsesinfo.org - Ms. - F47609 - L47609 - - 47609@hsesinfo.org - Ms. - F47606 - L47606 - - 47606@hsesinfo.org - 555-555-7606 - - - 6543 - 6561 - 10160 - 000 - - 2015-06-01 - - HS - Active - Bauer Family Resources, Inc. - www.bauerfamilyresources.org - 6561@hsesinfo.org - 20 Professional Ct - - Lafayette - IN - 47905-5152 - PO Box 1186 - - Lafayette - IN - 47902-1186 - 20 Professional Ct - - Lafayette - IN - 47905-5152 - Mr. - F201471 - L201471 - - Board Chair - 201471@hsesinfo.org - Ms. - F201472 - L201472 - - CEO - 201472@hsesinfo.org - Mr. - F201474 - L201474 - - 201474@hsesinfo.org - Mrs. - F201470 - L201470 - - 201470@hsesinfo.org - 555-555-1470 - - - 8507 - 8387 - 10919 - 200 - 2017 - 2017-03-01 - - EHS - Active - Action for Boston Community Development, Inc. - www.bostonabcd.org - 8387@hsesinfo.org - 178 Tremont St - - Boston - MA - 02111-1006 - 178 Tremont St - - Boston - MA - 02111-1006 - 178 Tremont St - - Boston - MA - 02111-1006 - Ms. - F208275 - L208275 - - Board Chair - 208275@hsesinfo.org - Mr. - F208276 - L208276 - - President/CEO - 208276@hsesinfo.org - Mr. - F208278 - L208278 - - 208278@hsesinfo.org - Ms. - F208274 - L208274 - - 208274@hsesinfo.org - 555-555-8274 - - - 10447 - 6191 - 12442 - 200 - - 2019-09-01 - 2020-08-31 - EHS - Inactive - Family Services of Grant County - http://www.familyservicegc.net - 6191@hsesinfo.org - 1402 E Craig St - - Moses Lake - WA - 98837-3165 - 1402 E Craig St - - Moses Lake - WA - 98837-3165 - 1402 E Craig St - - Moses Lake - WA - 98837-3165 - Atty. - F221468 - L221468 - - - 221468@hsesinfo.org - Ms. - F221469 - L221469 - - - 221469@hsesinfo.org - Ms. - F221471 - L221471 - - 221471@hsesinfo.org - Ms. - F221467 - L221467 - - 221467@hsesinfo.org - 555-555-1467 x 5555 - - - 9101 - 8718 - 11407 - 000 - 2018 - 2018-09-01 - - HS - Active - St. Mary Community Action Agency, Inc. - www.stmarycaa.org - 8718@hsesinfo.org - 1407 Barrow St - - Franklin - LA - 70538-3514 - 1407 Barrow St - - Franklin - LA - 70538-3514 - 1407 Barrow St - - Franklin - LA - 70538-3514 - Miss - F212288 - L212288 - - Board Chairman - 212288@hsesinfo.org - Mrs. - F212289 - L212289 - - CEO/Head Start Administrator - 212289@hsesinfo.org - Ms. - F212291 - L212291 - - 212291@hsesinfo.org - Mrs. - F212287 - L212287 - - 212287@hsesinfo.org - 555-555-2287 - - - 10446 - 6198 - 12436 - 200 - - 2019-09-01 - - EHS - Active - Oregon Child Development Coalition, Inc. - http://www.ocdc.net - 6198@hsesinfo.org - 9140 SW Pioneer Court, Suite C - - Wilsonville - OR - 97070-2780 - 9140 SW Pioneer Court, Suite C - - Wilsonville - OR - 97070-2780 - 9140 SW Pioneer Court, Suite C - - Wilsonville - OR - 97070-2780 - Mrs. - F221461 - L221461 - - Board Chair - 221461@hsesinfo.org - Mrs. - F221462 - L221462 - - Executive Director - 221462@hsesinfo.org - Ms. - F221464 - L221464 - - 221464@hsesinfo.org - Mrs. - F221460 - L221460 - - 221460@hsesinfo.org - 555-555-1460 x 5555 - - - 9049 - 948 - 11381 - 000 - 2013 - 2018-08-01 - - HS - Active - Southern Maryland Tri-County Community Action Committee - http://www.smtccac.org - 948@hsesinfo.org - 8371 Old Leonardtown Road - - Hughesville - MD - 20637 - P.O. Box 280 - 8371 Old Leonardtown Road - Hughesville - MD - 20637-0280 - 8371 Old Leonardtown Road - - Hughesville - MD - 20637 - Mr. - F211895 - L211895 - - SMTCCAC Board Chairperson - 211895@hsesinfo.org - Mr. - F211896 - L211896 - - President/CEO - 211896@hsesinfo.org - Ms. - F211898 - L211898 - - 211898@hsesinfo.org - Ms. - F211894 - L211894 - - 211894@hsesinfo.org - 555-555-1894 x 5555 - - - 6788 - 6806 - 10137 - 200 - - 2015-07-01 - - EHS - Active - Bethlehem Center of Charlotte, Inc. - www.bethlehemcenter.org - 6806@hsesinfo.org - 700 Parkwood Ave - - Charlotte - NC - 28205-2655 - 700 Parkwood Ave - - Charlotte - NC - 28205-2655 - 700 Parkwood Ave - - Charlotte - NC - 28205-2655 - Mr. - F203188 - L203188 - - Borad Chair - 203188@hsesinfo.org - Mr. - F203189 - L203189 - - CEO - 203189@hsesinfo.org - Ms. - F203191 - L203191 - - 203191@hsesinfo.org - Mr. - F203187 - L203187 - - 203187@hsesinfo.org - 555-555-3187 - - - 9789 - 8922 - 11925 - 200 - 2019 - 2019-07-01 - - EHS - Active - Martha's Table, Inc. - - 8922@hsesinfo.org - 2375 Elvans Rd SE - - Washington - DC - 20020-3543 - 2375 Elvans Rd SE - - Washington - DC - 20020-3543 - 2375 Elvans Rd SE - - Washington - DC - 20020-3543 - Mr. - F216934 - L216934 - - Board Chair - 216934@hsesinfo.org - Ms. - F216935 - L216935 - - President and Chief Executive Officer - 216935@hsesinfo.org - Ms. - F216937 - L216937 - - 216937@hsesinfo.org - Mrs. - F216933 - L216933 - - 216933@hsesinfo.org - 555-555-6933 - - - 4821 - 4825 - 8790 - 201 - 2014 - 2014-04-25 - 2018-12-31 - EHS - Inactive - One Hope United - http://www.onehopeunited.org - 4825@hsesinfo.org - 514 W. 31st St - - Chicago - IL - 60616 - 514 W. 31st St - - Chicago - IL - 60616 - 514 W. 31st St - - Chicago - IL - 60616 - Ms. - F46957 - L46957 - - Board Chairperson - 46957@hsesinfo.org - Ms. - F46958 - L46958 - - Executive Director - Early Learning Child Development - 46958@hsesinfo.org - Ms. - F46960 - L46960 - - 46960@hsesinfo.org - Ms. - F46956 - L46956 - - 46956@hsesinfo.org - 555-555-6956 - - - 10176 - 5359 - 12211 - 202 - 2014 - 2019-07-01 - - EHS - Active - Lucas County Family and Children First Council - lucascountyfamilycouncil.org - 5359@hsesinfo.org - 1946 N 13th St - Ste 420 - Toledo - OH - 43604-7264 - 1946 N 13th St - Ste 420 - Toledo - OH - 43604-7264 - 1946 N 13th St - Ste 420 - Toledo - OH - 43604-7264 - Mrs. - F219595 - L219595 - - Board Chair - 219595@hsesinfo.org - Mr. - F219593 - L219593 - - Executive Director - 219593@hsesinfo.org - Ms. - F219596 - L219596 - - 219596@hsesinfo.org - Dr. - F219592 - L219592 - - 219592@hsesinfo.org - 555-555-9592 - - - 4538 - 296 - 8516 - 000 - 2013 - 2013-12-23 - 2018-12-31 - HS - Inactive - LUZERNE COUNTY HEAD START, INC - http://lchs.hsweb.org - 296@hsesinfo.org - 23 Beekman St - - Wilkes Barre - PA - 18702-2109 - 23 Beekman St - - Wilkes Barre - PA - 18702-2109 - 23 Beekman St - - Wilkes Barre - PA - 18702-2109 - Dr. - F43130 - L43130 - - President Board of Directors - 43130@hsesinfo.org - Mrs. - F43131 - L43131 - - Executive Director - 43131@hsesinfo.org - Ms. - F43132 - L43132 - - 43132@hsesinfo.org - Mrs. - F43129 - L43129 - - 43129@hsesinfo.org - 555-555-3129 x 5555 - - - 6485 - 2784 - 10110 - 200 - 2011 - 2015-07-01 - - EHS - Active - SHORE UP, INC - http://www.shoreup.org - 2784@hsesinfo.org - 520 Snow Hill Rd - - Salisbury - MD - 21804-6031 - 520 Snow Hill Rd - - Salisbury - MD - 21804-6031 - 520 Snow Hill Rd - - Salisbury - MD - 21804-6031 - Mr. - F201065 - L201065 - - Board of Director's Chairperson - 201065@hsesinfo.org - Mr. - F201066 - L201066 - - Executive Director - 201066@hsesinfo.org - Ms. - F201068 - L201068 - - 201068@hsesinfo.org - Dr. - F201064 - L201064 - - 201064@hsesinfo.org - 555-555-1064 x 5555 - - - 10731 - 2115 - 12730 - 000 - 2014 - 2019-12-01 - - HS - Active - NYS Federation of Growers' & Processors' Associations, Inc. - www.abcdny.org - 2115@hsesinfo.org - 115 W Bayard St - - Seneca Falls - NY - 13148-1710 - 847 Union St - - Schenectady - NY - 12308-2705 - 847 Union St - - Schenectady - NY - 12308-2705 - Mr. - F223453 - L223453 - Jr. - President, Board of Directors - 223453@hsesinfo.org - Ms. - F223454 - L223454 - - Chief Executive Officer - 223454@hsesinfo.org - Mr. - F223456 - L223456 - - 223456@hsesinfo.org - Ms. - F223452 - L223452 - - 223452@hsesinfo.org - 555-555-3452 - - - 10732 - 2114 - 12730 - 200 - 2014 - 2019-12-01 - - EHS - Active - NYS Federation of Growers & Processors Ass.Inc - www.abcdny.org - 2114@hsesinfo.org - 47 Academy Ave - - Middletown - NY - 10940-5134 - 847 Union St - - Schenectady - NY - 12308-2705 - 847 Union St - - Schenectady - NY - 12308-2705 - Mr. - F223460 - L223460 - Jr. - President, Board of Directors - 223460@hsesinfo.org - Ms. - F223461 - L223461 - - Chief Executive Officer - 223461@hsesinfo.org - Mr. - F223463 - L223463 - - 223463@hsesinfo.org - Ms. - F223459 - L223459 - - 223459@hsesinfo.org - 555-555-3459 - - - 4849 - 2720 - 8836 - 200 - 2011 - 2014-06-01 - 2019-05-31 - EHS - Inactive - AROOSTOOK COUNTY ACTION PROGRAM - www.acap-me.org - 2720@hsesinfo.org - 771 Main St - - Presque Isle - ME - 04769-2201 - PO Box 1116 - - Presque Isle - ME - 04769-1116 - 771 Main St - - Presque Isle - ME - 04769-2201 - Mr. - F47617 - L47617 - - Chair, ACAP Board of Directors - 47617@hsesinfo.org - Mr. - F47615 - L47615 - - Executive Director - 47615@hsesinfo.org - Ms. - F47614 - L47614 - - 47614@hsesinfo.org - Ms. - F47613 - L47613 - - 47613@hsesinfo.org - 555-555-7613 - - - 8245 - 428 - 10647 - 200 - 2002 - 2016-07-01 - - EHS - Active - Concerted Services, Inc. - http://www.myactionpact.org - 428@hsesinfo.org - 2100 Riverside Ave - Ste B - Waycross - GA - 31501-7076 - 2100 Riverside Ave - Ste B - Waycross - GA - 31501-7076 - 2100 Riverside Ave - Ste B - Waycross - GA - 31501-7076 - Mr. - F206830 - L206830 - Jr. - Board Chairman - 206830@hsesinfo.org - Mr. - F206831 - L206831 - - - 206831@hsesinfo.org - Mrs. - F206833 - L206833 - - 206833@hsesinfo.org - Mrs. - F206829 - L206829 - - 206829@hsesinfo.org - 555-555-6829 - - - 11546 - 6188 - 13341 - 200 - - 2020-07-01 - - EHS - Active - Umatilla-Morrow Head Start - http://www.umchs.org - 6188@hsesinfo.org - 110 NE Fourth Street - - Hermiston - OR - 97838-1861 - 110 NE Fourth Street - - Hermiston - OR - 97838-1861 - 110 NE Fourth Street - - Hermiston - OR - 97838-1861 - Mrs. - F228850 - L228850 - - Board Chair - 228850@hsesinfo.org - Mrs. - F228851 - L228851 - - Executive Director - 228851@hsesinfo.org - Mr. - F228853 - L228853 - - 228853@hsesinfo.org - Mr. - F228849 - L228849 - - 228849@hsesinfo.org - 555-555-8849 x 5555 - - - 8536 - 8416 - 10942 - 200 - 2017 - 2017-03-01 - - EHS - Active - Chapel Hill Training-Outreach Project, Inc. - http://www.chtop.org/Programs/Head-Start-and-Early-Head-Start.html - 8416@hsesinfo.org - 800 Eastowne Dr - Ste 105 - Chapel Hill - NC - 27514-2215 - 800 Eastowne Dr - Ste 105 - Chapel Hill - NC - 27514-2215 - 800 Eastowne Dr - Ste 105 - Chapel Hill - NC - 27514-2215 - Dr. - F208480 - L208480 - Sr - CHTOP Board Chairperson - 208480@hsesinfo.org - Mr. - F208481 - L208481 - - Executive Director - 208481@hsesinfo.org - Mr. - F208483 - L208483 - - 208483@hsesinfo.org - Mr. - F208479 - L208479 - - 208479@hsesinfo.org - 555-555-8479 x 5555 - - - 11395 - 1272 - 13251 - 200 - 2003 - 2020-06-01 - - EHS - Active - Northern Arizona Council of Governments - http://www.nacog.org - 1272@hsesinfo.org - 119 E Aspen Ave - - Flagstaff - AZ - 86001-5222 - 119 E Aspen Ave - - Flagstaff - AZ - 86001-5222 - 119 E Aspen Ave - - Flagstaff - AZ - 86001-5222 - Mr. - F227823 - L227823 - Jr - Mayor, Show Low - 227823@hsesinfo.org - Mr. - F227824 - L227824 - - NACOG Executive Director - 227824@hsesinfo.org - Mr. - F227826 - L227826 - - 227826@hsesinfo.org - Ms. - F227822 - L227822 - - 227822@hsesinfo.org - 555-555-7822 x 5555 - - - 9758 - 2298 - 11895 - 000 - 2014 - 2019-07-01 - - HS - Active - Concho Valley Council of Governments - www.cvcog.org - 2298@hsesinfo.org - 2801 W. Loop 306 Ste A - - San Angelo - TX - 76904 - PO Box 60050 - - San Angelo - TX - 76906-0050 - 2801 W. Loop 306 Ste A - - San Angelo - TX - 76904 - Judge - F216717 - L216717 - - Executive Committee Chairman - 216717@hsesinfo.org - Mr. - F216718 - L216718 - - Executive Director - 216718@hsesinfo.org - Dr. - F216720 - L216720 - - 216720@hsesinfo.org - Mrs. - F216716 - L216716 - - 216716@hsesinfo.org - 555-555-6716 x 5555 - - - 9759 - 2297 - 11895 - 200 - 2004 - 2019-07-01 - - EHS - Active - Concho Valley Council of Governments - www.cvcog.org - 2297@hsesinfo.org - 2801 W. Loop 306 Ste A - - San Angelo - TX - 76904 - PO Box 60050 - - San Angelo - TX - 76906-0050 - 2801 W. Loop 306 Ste A - - San Angelo - TX - 76904 - Judge - F216724 - L216724 - - Executive Committee Chairman - 216724@hsesinfo.org - Mr. - F216725 - L216725 - - Executive Director - 216725@hsesinfo.org - Dr. - F216727 - L216727 - - 216727@hsesinfo.org - Mrs. - F216723 - L216723 - - 216723@hsesinfo.org - 555-555-6723 x 5555 - - - 11483 - 9388 - 13315 - 200 - 2020 - 2020-07-01 - - EHS - Active - Association to Benefit Children - http://www.a-b-c.org - 9388@hsesinfo.org - 419 E 86th St - - New York - NY - 10028-6402 - 419 E 86th St - - New York - NY - 10028-6402 - 419 E 86th St - - New York - NY - 10028-6402 - Dr. - F228408 - L228408 - - Board Chair - 228408@hsesinfo.org - Ms. - F228409 - L228409 - - Executive Director - 228409@hsesinfo.org - Mr. - F228411 - L228411 - - 228411@hsesinfo.org - Ms. - F228407 - L228407 - - 228407@hsesinfo.org - 555-555-8407 - - - 11420 - 9344 - 13264 - 200 - 2020 - 2020-06-01 - - EHS - Active - Organized Community Action Program, Inc. - www.ocaptroy.com - 9344@hsesinfo.org - 507 N 3 Notch St - - Troy - AL - 36081-2120 - 507 N 3 Notch St - - Troy - AL - 36081-2120 - 507 N 3 Notch St - - Troy - AL - 36081-2120 - Mr. - F227982 - L227982 - - Chairperson of the Board of Directors - 227982@hsesinfo.org - Ms. - F227983 - L227983 - - Executive Director - 227983@hsesinfo.org - Ms. - F227985 - L227985 - - 227985@hsesinfo.org - Ms. - F227981 - L227981 - - 227981@hsesinfo.org - 555-555-7981 - - - 10528 - 1194 - 12517 - 000 - 2014 - 2019-09-01 - - AIAN HS - Active - PUEBLO OF ISLETA - - 1194@hsesinfo.org - 2 Sagebrush Rd - - Isleta - NM - 87022 - PO Box 579 - - Isleta - NM - 87022-0579 - 3950 Highway 47 - - Albuquerque - NM - 87105 - Mr. - F222035 - L222035 - - Governor - 222035@hsesinfo.org - Ms. - F222036 - L222036 - - Executive Director - 222036@hsesinfo.org - Ms. - F222038 - L222038 - - 222038@hsesinfo.org - Ms. - F222034 - L222034 - - 222034@hsesinfo.org - 555-555-2034 - - - 10529 - 2629 - 12517 - 200 - 2014 - 2019-09-01 - - AIAN EHS - Active - PUEBLO OF ISLETA - - 2629@hsesinfo.org - 2 Sagebrush Street - - Isleta - NM - 87022 - PO Box 579 - - Isleta - NM - 87022-0579 - 3950 Highway 47 - - Albuquerque - NM - 87105 - Mr. - F222042 - L222042 - - Governor - 222042@hsesinfo.org - Ms. - F222043 - L222043 - - Executive Director - 222043@hsesinfo.org - Ms. - F222045 - L222045 - - 222045@hsesinfo.org - Ms. - F222041 - L222041 - - 222041@hsesinfo.org - 555-555-2041 - - - 9472 - 1296 - 11682 - 000 - 2014 - 2019-04-01 - - HS - Active - Tulare County Department of Education - - 1296@hsesinfo.org - 7000 Doe Avenue, Suite C - - Visalia - CA - 93291-9287 - 7000 Doe Avenue, Suite C - - Visalia - CA - 93291-9287 - 7000 Doe Avenue, Suite C - - Visalia - CA - 93291-9287 - Mr. - F214801 - L214801 - - County Superintendent of Schools - 214801@hsesinfo.org - Mrs. - F214802 - L214802 - - - 214802@hsesinfo.org - Mr. - F214804 - L214804 - - 214804@hsesinfo.org - Dr. - F214800 - L214800 - - 214800@hsesinfo.org - 555-555-4800 - - - 8753 - 8611 - 11125 - 227 - 2017 - 2017-08-01 - - EHS - Active - Municipality of San Sebastian - - 8611@hsesinfo.org - 220 Calle Ruiz Belvis Head Start Project - - San Sebastian - PR - 00685-2334 - 220 Calle Ruiz Belvis Head Start Project - - San Sebastian - PR - 00685-2334 - 220 Calle Ruiz Belvis Head Start Project - - San Sebastian - PR - 00685-2334 - Miss - F209740 - L209740 - - GOVERTMENT PRESIDENT - 209740@hsesinfo.org - Mr. - F209741 - L209741 - - MAYOR - 209741@hsesinfo.org - - F209743 - L209743 - - 209743@hsesinfo.org - Miss - F209739 - L209739 - - 209739@hsesinfo.org - 555-555-9739 - - - 9795 - 8928 - 11929 - 000 - 2019 - 2019-07-01 - - HS - Active - Austin Independent School District - www.austinisd.org - 8928@hsesinfo.org - 1111 W 6th St - - Austin - TX - 78703-5338 - 1111 W 6th St - - Austin - TX - 78703-5338 - 1111 W 6th St - - Austin - TX - 78703-5338 - Dr. - F216976 - L216976 - - Executive Director - 216976@hsesinfo.org - Mrs. - F216977 - L216977 - - Director, Early Childhood - 216977@hsesinfo.org - Mrs. - F216979 - L216979 - - 216979@hsesinfo.org - Ms. - F216975 - L216975 - - 216975@hsesinfo.org - 555-555-6975 - - - 7004 - 2899 - 10463 - 000 - 1991 - 2015-12-01 - 2020-11-30 - HS - Inactive - Warren County Head Start Inc - www.wchsny.org - 2899@hsesinfo.org - 11 Pearl St - - Glens Falls - NY - 12801-3603 - 11 Pearl St - - Glens Falls - NY - 12801-3603 - 11 Pearl St - - Glens Falls - NY - 12801-3603 - Ms. - F204694 - L204694 - Esq. - President, Board of Directors - 204694@hsesinfo.org - Ms. - F204695 - L204695 - - - 204695@hsesinfo.org - Ms. - F204697 - L204697 - - 204697@hsesinfo.org - Ms. - F204693 - L204693 - - 204693@hsesinfo.org - 555-555-4693 x 5555 - - - 9612 - 1410 - 11794 - 200 - 2014 - 2019-05-01 - - EHS - Active - Blue Valley Community Action, Inc - http://www.bvca.net - 1410@hsesinfo.org - 620 5th St - - Fairbury - NE - 68352-2624 - 620 5th St - - Fairbury - NE - 68352-2624 - 620 5th St - - Fairbury - NE - 68352-2624 - Mr. - F215736 - L215736 - - Board President - 215736@hsesinfo.org - Ms. - F215737 - L215737 - - CEO - 215737@hsesinfo.org - Mr. - F215739 - L215739 - - 215739@hsesinfo.org - Mrs. - F215735 - L215735 - - 215735@hsesinfo.org - 555-555-5735 - - - 8576 - 6284 - 10981 - 200 - - 2017-04-01 - - EHS - Active - Community Action Partnership of San Luis Obispo County - 1030 Southwoord Drive - 6284@hsesinfo.org - 1030 Southwood Drive - - San Luis Obispo - CA - 93401 - 1030 Southwood Drive - - San Luis Obispo - CA - 93401 - 1030 Southwood Drive - - San Luis Obispo - CA - 93401 - Ms. - F208755 - L208755 - - CAPSLO Board President - 208755@hsesinfo.org - Mrs. - F208756 - L208756 - - - 208756@hsesinfo.org - Ms. - F208758 - L208758 - - 208758@hsesinfo.org - Mrs. - F208754 - L208754 - - 208754@hsesinfo.org - 555-555-8754 x 5555 - - - 4824 - 2294 - 8774 - 200 - 2003 - 2014-05-01 - 2019-04-30 - EHS - Inactive - PARSONS CHILD & FAMILY CENTER - http://www.northernrivers.org - 2294@hsesinfo.org - 125 Bigelow Ave - - Schenectady - NY - 12304-2832 - 125 Bigelow Ave - - Schenectady - NY - 12304-2832 - 60 Academy Rd - Northern Rivers Family of Services / Parsons Child - Albany - NY - 12208-3103 - Mr. - F47160 - L47160 - - Chair, Board of Directors - 47160@hsesinfo.org - Mr. - F47159 - L47159 - - Chief Executive Officer - 47159@hsesinfo.org - Ms. - F47158 - L47158 - - 47158@hsesinfo.org - Ms. - F47155 - L47155 - - 47155@hsesinfo.org - 555-555-7155 - - - 4509 - 3241 - 8513 - 200 - 2013 - 2013-11-29 - 2019-06-30 - EHS - Inactive - COMMUNITY CHILD CARE CENTER - www.community-childcare.org - 3241@hsesinfo.org - 530 NW Greyhound Way - - Pullman - WA - 99163-4235 - 530 NW Greyhound Way - - Pullman - WA - 99163 - 530 NW Greyhound Way - - Pullman - WA - 99163 - Ms. - F42473 - L42473 - - Executive Board Chair - 42473@hsesinfo.org - Ms. - F42471 - L42471 - - Executive Director - 42471@hsesinfo.org - Ms. - F42470 - L42470 - - 42470@hsesinfo.org - Ms. - F42469 - L42469 - - 42469@hsesinfo.org - 555-555-2469 - - - 8397 - 8286 - 10812 - 000 - 2016 - 2016-12-01 - - HS - Active - Little Bitty City Therapeutic Services, LLC - www.LBCEC.com - 8286@hsesinfo.org - 154 Cornerstone Lane - - Hot Springs - AR - 71913-6560 - 154 Cornerstone Lane - - Hot Springs - AR - 71913-6560 - 154 Cornerstone Lane - - Hot Springs - AR - 71913-6560 - Mrs. - F207972 - L207972 - - Chair - 207972@hsesinfo.org - Mrs. - F207973 - L207973 - - CEO - 207973@hsesinfo.org - Ms. - F207975 - L207975 - - 207975@hsesinfo.org - Mrs. - F207971 - L207971 - - 207971@hsesinfo.org - 555-555-7971 - - - 4546 - 640 - 8557 - 000 - 2013 - 2013-12-23 - 2019-06-30 - HS - Inactive - Coahoma Opportunities, Inc. - www.coahomacaa.org - 640@hsesinfo.org - 115 Issaquena Ave - - Clarksdale - MS - 38614-4314 - PO Box 1445 - - Clarksdale - MS - 38614-1445 - 115 Issaquena Ave - - Clarksdale - MS - 38614-4314 - Ms. - F43219 - L43219 - - Board Chairperson - 43219@hsesinfo.org - Mr. - F43218 - L43218 - - Executive Director - 43218@hsesinfo.org - Mr. - F43215 - L43215 - - 43215@hsesinfo.org - Mrs. - F43214 - L43214 - - 43214@hsesinfo.org - 555-555-3214 x 5555 - - - 10500 - 6025 - 12492 - 200 - - 2019-09-01 - - EHS - Active - The Salvation Army - - 6025@hsesinfo.org - 440 West Nyack Road - - West Nyack - NY - 10994-1739 - 440 West Nyack Road - - West Nyack - NY - 10994-1739 - 440 West Nyack Road - - West Nyack - NY - 10994-1739 - Mr. - F221841 - L221841 - - Assistant Legal Secretary - 221841@hsesinfo.org - Ms. - F221842 - L221842 - - Executive Director for Community Services - 221842@hsesinfo.org - Mrs. - F221844 - L221844 - - 221844@hsesinfo.org - Ms. - F221840 - L221840 - - 221840@hsesinfo.org - 555-555-1840 - - - 10501 - 6173 - 12493 - 200 - - 2019-09-01 - - EHS - Active - Greene Lamp - http://www.greenelamp.org - 6173@hsesinfo.org - 309 Summit Avenue - - Kinston - NC - 28501-0309 - 309 Summit Avenue - - Kinston - NC - 28501-0309 - 309 Summit Avenue - - Kinston - NC - 28501-0309 - Mrs. - F221848 - L221848 - - Board Chair (effective January 1, 2017) - 221848@hsesinfo.org - Mrs. - F221849 - L221849 - - Executive Director - 221849@hsesinfo.org - Mr. - F221851 - L221851 - - 221851@hsesinfo.org - Mrs. - F221847 - L221847 - - 221847@hsesinfo.org - 555-555-1847 x 5555 - - - 10502 - 6189 - 12491 - 200 - - 2019-09-01 - - EHS - Active - Puget Sound Educational Service District - http://www.psesd.org - 6189@hsesinfo.org - 800 Oakesdale Ave SW - - Renton - WA - 98057-5221 - 800 Oakesdale Ave SW - - Renton - WA - 98057-5221 - 800 Oakesdale Ave SW - - Renton - WA - 98057-5221 - Mr. - F221855 - L221855 - - PSESD Board Chair - 221855@hsesinfo.org - Ms. - F221856 - L221856 - - Asst Superintendent Learning & Teaching - 221856@hsesinfo.org - Ms. - F221858 - L221858 - - 221858@hsesinfo.org - Ms. - F221854 - L221854 - - 221854@hsesinfo.org - 555-555-1854 - - - 9098 - 1072 - 11412 - 000 - 1992 - 2018-09-01 - - HS - Active - Monte Vista Community Center Incorporated - - 1072@hsesinfo.org - 2863 Sherman Avenue - - Monte Vista - CO - 81144-9419 - 2863 Sherman Avenue - - Monte Vista - CO - 81144-9419 - 2863 Sherman Avenue - - Monte Vista - CO - 81144-9419 - Ms. - F212267 - L212267 - - Grantee Board Chair - 212267@hsesinfo.org - Ms. - F212268 - L212268 - - Head Start Director - 212268@hsesinfo.org - Ms. - F212270 - L212270 - - 212270@hsesinfo.org - Ms. - F212266 - L212266 - - 212266@hsesinfo.org - 555-555-2266 - - - 8199 - 8131 - 10596 - 200 - 2016 - 2016-07-01 - - EHS - Active - The Centers for Families and Children - thecentersohio.org - 8131@hsesinfo.org - 4500 Euclid Ave - - Cleveland - OH - 44103-3736 - 4500 Euclid Ave - - Cleveland - OH - 44103-3736 - 4500 Euclid Ave - - Cleveland - OH - 44103-3736 - Mr. - F206508 - L206508 - - Board Chair - 206508@hsesinfo.org - Mr. - F206509 - L206509 - - President and CEO - 206509@hsesinfo.org - Ms. - F206511 - L206511 - - 206511@hsesinfo.org - Ms. - F206507 - L206507 - - 206507@hsesinfo.org - 555-555-6507 - - - 4840 - 1633 - 8632 - 200 - 2014 - 2014-05-01 - 2019-04-30 - EHS - Inactive - DDI Vantage - http://www.ddivantage.org - 1633@hsesinfo.org - 565 East 4500 South - Suite #A220 - Salt Lake City - UT - 84107 - 565 East 4500 South - Suite #A220 - Salt Lake City - UT - 84107 - 565 East 4500 South - Suite #A220 - Salt Lake City - UT - 84107 - Mrs. - F47272 - L47272 - - President, Board of Trustees - 47272@hsesinfo.org - Mrs. - F47274 - L47274 - - Executive Director - 47274@hsesinfo.org - Ms. - F47270 - L47270 - - 47270@hsesinfo.org - Ms. - F47269 - L47269 - - 47269@hsesinfo.org - 555-555-7269 - - - 10088 - 2003 - 12139 - 000 - 2014 - 2019-07-01 - - HS - Active - Eastern Panhandle Instructional Cooperative - epicresa8.org - 2003@hsesinfo.org - 109 South College Street - - Martinsburg - WV - 25401-3307 - 109 South College Street - - Martinsburg - WV - 25401-3307 - 109 South College Street - - Martinsburg - WV - 25401-3307 - Dr. - F219009 - L219009 - - Chairperson, EPIC Regional Advisory Council - 219009@hsesinfo.org - Ms. - F219010 - L219010 - - Administrator - 219010@hsesinfo.org - Ms. - F219012 - L219012 - - 219012@hsesinfo.org - Mrs. - F219008 - L219008 - - 219008@hsesinfo.org - 555-555-9008 - - - 9797 - 8930 - 11928 - 200 - 2019 - 2019-07-01 - - EHS - Active - ChildCareGroup - http://www.childcaregroup.org - 8930@hsesinfo.org - 1420 W Mockingbird Ln - Ste 300 - Dallas - TX - 75247-4973 - 1420 W Mockingbird Ln - Ste 300 - Dallas - TX - 75247-4973 - 1420 W Mockingbird Ln - Ste 300 - Dallas - TX - 75247-4973 - Mr. - F216990 - L216990 - - Board Chair - 216990@hsesinfo.org - Ms. - F216991 - L216991 - - Chief Executive Officer - 216991@hsesinfo.org - - F216993 - L216993 - - 216993@hsesinfo.org - Mrs. - F216989 - L216989 - - 216989@hsesinfo.org - 555-555-6989 - - - 9796 - 8929 - 11928 - 000 - 2019 - 2019-07-01 - - HS - Active - ChildCareGroup - http://www.childcaregroup.org - 8929@hsesinfo.org - 1420 W Mockingbird Ln - Ste 300 - Dallas - TX - 75247-4973 - 1420 W Mockingbird Ln - Ste 300 - Dallas - TX - 75247-4973 - 1420 W Mockingbird Ln - Ste 300 - Dallas - TX - 75247-4973 - Mr. - F216983 - L216983 - - Board Chair - 216983@hsesinfo.org - Ms. - F216984 - L216984 - - Chief Executive Officer - 216984@hsesinfo.org - - F216986 - L216986 - - 216986@hsesinfo.org - Mrs. - F216982 - L216982 - - 216982@hsesinfo.org - 555-555-6982 - - - 8683 - 8544 - 11059 - 000 - 2017 - 2017-07-01 - - HS - Active - Municipality of Orocovis - - 8544@hsesinfo.org - 200 Calle Luis M Alfaro - Ste 1 - Orocovis - PR - 00720-4480 - 200 Calle Luis M Alfaro - Ste 1 - Orocovis - PR - 00720-4480 - 200 Calle Luis M Alfaro - Ste 1 - Orocovis - PR - 00720-4480 - Mr. - F209290 - L209290 - - President - 209290@hsesinfo.org - Hon. - F209291 - L209291 - - Mayor - 209291@hsesinfo.org - Ms. - F209293 - L209293 - - 209293@hsesinfo.org - Ms. - F209289 - L209289 - - 209289@hsesinfo.org - 555-555-9289 - - - 4464 - 2484 - 8404 - 000 - 2013 - 2013-11-01 - 2018-10-31 - AIAN HS - Inactive - INTER-TRIBAL COUNCIL OF MICHIGAN, INC - http://www.itcmi.org - 2484@hsesinfo.org - 2956 Ashmun Street - Suite A - Sault Sainte Marie - MI - 49783-3720 - 2956 Ashmun Street - Suite A - Sault Sainte Marie - MI - 49783-3720 - 2956 Ashmun Street - Suite A - Sault Sainte Marie - MI - 49783-3720 - Mr. - F41651 - L41651 - - Chairman - 41651@hsesinfo.org - Mr. - F41654 - L41654 - - - 41654@hsesinfo.org - Mr. - F41652 - L41652 - - 41652@hsesinfo.org - Ms. - F41650 - L41650 - - 41650@hsesinfo.org - 555-555-1650 x 5555 - - - 5425 - 1218 - 9062 - 000 - 2014 - 2014-09-01 - 2019-08-31 - AIAN HS - Inactive - Santee Sioux Tribe of Nebraska - - 1218@hsesinfo.org - 425 Frazier Avenue North, Suite 2 - - Niobrara - NE - 68760-0163 - 425 Frazier Avenue North, Suite 2 - - Niobrara - NE - 68760-0163 - 425 Frazier Avenue North, Suite 2 - - Niobrara - NE - 68760-0163 - Mr. - F96922 - L96922 - - Tribal Chairman - 96922@hsesinfo.org - Mr. - F96920 - L96920 - - Chief Executive Officer - 96920@hsesinfo.org - Mrs. - F96919 - L96919 - - 96919@hsesinfo.org - Mrs. - F96918 - L96918 - - 96918@hsesinfo.org - 555-555-6918 - - - 9466 - 2006 - 11677 - 000 - 2014 - 2019-04-01 - - HS - Active - Fulmont Community Action Agency, Inc. - http://www.fulmont.org - 2006@hsesinfo.org - 20 Park St - - Fonda - NY - 12068-4830 - 20 Park St - - Fonda - NY - 12068-4830 - 20 Park St - - Fonda - NY - 12068-4830 - Mr. - F214759 - L214759 - - Chairperson Board of Directors - 214759@hsesinfo.org - Mr. - F214760 - L214760 - Sr. - - 214760@hsesinfo.org - Mrs. - F214762 - L214762 - - 214762@hsesinfo.org - Mrs. - F214758 - L214758 - - 214758@hsesinfo.org - 555-555-4758 - - - 9017 - 3395 - 11344 - 001 - 2013 - 2018-08-01 - - HS - Active - Kansas City Public Schools - http://www.kcpublicschools.org - 3395@hsesinfo.org - 1215 E Truman Rd - - Kansas City - MO - 64106-3152 - 1215 E Truman Rd - - Kansas City - MO - 64106-3152 - 1215 E Truman Rd - - Kansas City - MO - 64106-3152 - Ms. - F211662 - L211662 - - Board Chair - 211662@hsesinfo.org - Dr. - F211663 - L211663 - - Superintendent - 211663@hsesinfo.org - Mr. - F211665 - L211665 - - 211665@hsesinfo.org - Mrs. - F211661 - L211661 - - 211661@hsesinfo.org - 555-555-1661 - - - 8853 - 2099 - 11215 - 000 - 1992 - 2018-07-01 - - HS - Active - Opportunity Council - http://www.opportunitycouncil.org - 2099@hsesinfo.org - 1111 Cornwall Avenue, Suite 200 - - Bellingham - WA - 98225-5039 - 1111 Cornwall Avenue, Suite 200 - - Bellingham - WA - 98225-5039 - 1111 Cornwall Avenue, Suite 200 - - Bellingham - WA - 98225-5039 - Mr. - F210452 - L210452 - - President, Opportunity Council Board of Directors - 210452@hsesinfo.org - Mr. - F210453 - L210453 - - - 210453@hsesinfo.org - Ms. - F210455 - L210455 - - 210455@hsesinfo.org - Mr. - F210451 - L210451 - - 210451@hsesinfo.org - 555-555-0451 x 5555 - - - 8854 - 2098 - 11215 - 200 - 2003 - 2018-07-01 - - EHS - Active - Opportunity Council - http://www.opportunitycouncil.org - 2098@hsesinfo.org - 1111 Cornwall Avenue, Suite 200 - - Bellingham - WA - 98225-5039 - 1111 Cornwall Avenue, Suite 200 - - Bellingham - WA - 98225-5039 - 1111 Cornwall Avenue, Suite 200 - - Bellingham - WA - 98225-5039 - Mr. - F210459 - L210459 - - President, Opportunity Council Board of Directors - 210459@hsesinfo.org - Mr. - F210460 - L210460 - - - 210460@hsesinfo.org - Ms. - F210462 - L210462 - - 210462@hsesinfo.org - Mr. - F210458 - L210458 - - 210458@hsesinfo.org - 555-555-0458 x 5555 - - - 2969 - 2889 - 6628 - 000 - 2013 - 2013-05-29 - 2018-11-30 - HS - Inactive - Options for Learning - Optionsforlearning.org - 2889@hsesinfo.org - 885 S Village Oaks Dr - 885 South Village Oaks Drive - Covina - CA - 91724-3615 - 885 S Village Oaks Dr - 885 South Village Oaks Drive - Covina - CA - 91724-3615 - 885 S Village Oaks Dr - 885 South Village Oaks Drive - Covina - CA - 91724-3615 - Mr. - F39405 - L39405 - - Chairperson, Board of Directors - 39405@hsesinfo.org - Mr. - F39403 - L39403 - - - 39403@hsesinfo.org - - F39402 - L39402 - - 39402@hsesinfo.org - Mrs. - F35935 - L35935 - - 35935@hsesinfo.org - 555-555-5935 - - - 10620 - 8661 - 12609 - 000 - 2018 - 2019-09-01 - - AIAN HS - Active - Cook Inlet Native Head Start - http://www.cinhs.net/ - 8661@hsesinfo.org - 6901 E. Tudor Road - - Anchorage  - AK - 99507-1254 - 6901 E. Tudor Road - - Anchorage  - AK - 99507-1254 - 6901 E. Tudor Road - - Anchorage  - AK - 99507-1254 - Mr. - F222677 - L222677 - - Board Chairman - 222677@hsesinfo.org - Mr. - F222678 - L222678 - - Executive Director - 222678@hsesinfo.org - Ms. - F222680 - L222680 - - 222680@hsesinfo.org - Mr. - F222676 - L222676 - - 222676@hsesinfo.org - 555-555-2676 - - - 9492 - 4817 - 11705 - 000 - 2014 - 2019-04-01 - - HS - Active - Kai Ming, Inc. - www.kaiming.org - 4817@hsesinfo.org - 900 Kearny Street, #600 - - San Francisco - CA - 94133 - 900 Kearny Street, #600 - - San Francisco - CA - 94133 - 900 Kearny Street, #600 - - San Francisco - CA - 94133 - Ms. - F214941 - L214941 - - Board Chairperson - 214941@hsesinfo.org - Mr. - F214942 - L214942 - - Executive Director - 214942@hsesinfo.org - - F214944 - L214944 - - 214944@hsesinfo.org - Ms. - F214940 - L214940 - - 214940@hsesinfo.org - 555-555-4940 x 5555 - - - 5375 - 886 - 9152 - 000 - 2014 - 2014-09-01 - 2020-08-31 - HS - Inactive - Franklin Vance Warren Opportunity, Inc - http://www.fvwopp.com - 886@hsesinfo.org - 180 Beckford Drive - - Henderson - NC - 27536-1453 - P.O. Box 1453 - - Henderson - NC - 27536-1453 - 180 Beckford Drive - - Henderson - NC - 27536-1453 - Dr. - F96635 - L96635 - - Board Chair - 96635@hsesinfo.org - Mr. - F96634 - L96634 - - Chief Executive Officer - 96634@hsesinfo.org - Ms. - F96636 - L96636 - - 96636@hsesinfo.org - Mrs. - F96632 - L96632 - - 96632@hsesinfo.org - 555-555-6632 - - - 3096 - 3282 - 6738 - 000 - 2013 - 2013-07-02 - 2019-03-31 - HS - Inactive - YMCA of Central Ohio - ymcacolumbus.org - 3282@hsesinfo.org - 40 West Long Street - - Columbus - OH - 43215-2817 - 40 West Long Street - - Columbus - OH - 43215-2817 - 40 West Long Street - - Columbus - OH - 43215-2817 - Mr. - F39707 - L39707 - - Board Chair - 39707@hsesinfo.org - Ms. - F39705 - L39705 - - Interim President/CEO - 39705@hsesinfo.org - Ms. - F39704 - L39704 - - 39704@hsesinfo.org - Ms. - F36342 - L36342 - - 36342@hsesinfo.org - 555-555-6342 - - - 9596 - 8852 - 11782 - 000 - 2019 - 2019-04-01 - - HS - Active - ChildCareGroup - http://www.childcaregroup.org - 8852@hsesinfo.org - 1420 W Mockingbird Ln Ste 300 - - Dallas - TX - 75247-4973 - 1420 W Mockingbird Ln Ste 300 - - Dallas - TX - 75247-4973 - 1420 W Mockingbird Ln Ste 300 - - Dallas - TX - 75247-4973 - Ms. - F215625 - L215625 - - Board Chair - 215625@hsesinfo.org - Ms. - F215626 - L215626 - - President/CEO - 215626@hsesinfo.org - Ms. - F215628 - L215628 - - 215628@hsesinfo.org - Mrs. - F215624 - L215624 - - 215624@hsesinfo.org - 555-555-5624 - - - 9185 - 4288 - 11485 - 000 - 2013 - 2018-11-01 - - HS - Active - Puget Sound Educational Service District - www.psesd.org - 4288@hsesinfo.org - 800 Oakesdale Ave. SW - - Renton - WA - 98057-5221 - 800 Oakesdale Ave. SW - - Renton - WA - 98057-5221 - 800 Oakesdale Ave. SW - - Renton - WA - 98057-5221 - Ms. - F212831 - L212831 - - PSESD Board Chair - 212831@hsesinfo.org - Ms. - F212832 - L212832 - - Asst Superintendent Learning & Teaching - 212832@hsesinfo.org - Mr. - F212834 - L212834 - - 212834@hsesinfo.org - Ms. - F212830 - L212830 - - 212830@hsesinfo.org - 555-555-2830 - - - 6497 - 514 - 10137 - 000 - 1992 - 2015-07-01 - - HS - Active - Bethlehem Center of Charlotte, Inc. - http://www.bethlehemcenter.org - 514@hsesinfo.org - 700 Parkwood Ave - - Charlotte - NC - 28205-2655 - 700 Parkwood Ave - - Charlotte - NC - 28205-2655 - 700 Parkwood Ave - - Charlotte - NC - 28205-2655 - Mr. - F201149 - L201149 - - Board Chair - 201149@hsesinfo.org - Mr. - F201150 - L201150 - - CEO - 201150@hsesinfo.org - Ms. - F201152 - L201152 - - 201152@hsesinfo.org - Mr. - F201148 - L201148 - - 201148@hsesinfo.org - 555-555-1148 - - - 8843 - 2891 - 11208 - 200 - 2013 - 2018-06-01 - - EHS - Active - Lifesteps, Inc. - lifesteps.net - 2891@hsesinfo.org - 383 New Castle Road - - Butler - PA - 16001-7311 - 383 New Castle Road - - Butler - PA - 16001-7311 - 383 New Castle Road - - Butler - PA - 16001-7311 - Ms. - F210389 - L210389 - - Board Chairman - 210389@hsesinfo.org - Mrs. - F210390 - L210390 - - President and Chief Executive Officer - 210390@hsesinfo.org - Mrs. - F210392 - L210392 - - 210392@hsesinfo.org - Mr. - F210388 - L210388 - - 210388@hsesinfo.org - 555-555-0388 x 5555 - - - 9356 - 2373 - 11600 - 200 - 2014 - 2019-02-01 - - EHS - Active - Northside Center for Child Development - http://www.northsidecenter.org - 2373@hsesinfo.org - 1301 - 5th Avenue - - New York - NY - 10029-3119 - 1301 - 5th Avenue - - New York - NY - 10029-3119 - 1301 - 5th Avenue - - New York - NY - 10029-3119 - Mr. - F214025 - L214025 - - - 214025@hsesinfo.org - Dr. - F214026 - L214026 - - - 214026@hsesinfo.org - Ms. - F214028 - L214028 - - 214028@hsesinfo.org - Ms. - F214024 - L214024 - - 214024@hsesinfo.org - 555-555-4024 - - - 10790 - 2323 - 12757 - 200 - 2014 - 2019-12-01 - - EHS - Active - HEALTH FEDERATION OF PHILADELPHIA - http://www.healthfederation.org - 2323@hsesinfo.org - 100 W Oxford St - Oxford Mills - Philadelphia - PA - 19122-3900 - 100 W Oxford St - Oxford Mills - Philadelphia - PA - 19122-3900 - 1211 Chestnut Street - - Philadelphia - PA - 19107 - Ms. - F223831 - L223831 - - HFP-EHS Board Chairperson - 223831@hsesinfo.org - Mrs. - F223832 - L223832 - - - 223832@hsesinfo.org - Ms. - F223834 - L223834 - - 223834@hsesinfo.org - Mrs. - F223830 - L223830 - - 223830@hsesinfo.org - 555-555-3830 x 5555 - - - 10791 - 1205 - 12761 - 000 - 2014 - 2019-12-01 - - AIAN HS - Active - Muscogee (Creek) Nation Head Start - muscogeenation-nsn.gov - 1205@hsesinfo.org - 1820 North Miami Avenue - - Okmulgee - OK - 74447 - 1820 North Miami Avenue - P.O. Box 580 - Okmulgee - OK - 74447-0580 - 1820 North Miami Avenue - - Okmulgee - OK - 74447 - Mr. - F223838 - L223838 - - Principal Chief - 223838@hsesinfo.org - Mr. - F223839 - L223839 - - Director, Education & Training - 223839@hsesinfo.org - Mrs. - F223841 - L223841 - - 223841@hsesinfo.org - Mrs. - F223837 - L223837 - - 223837@hsesinfo.org - 555-555-3837 - - - 10360 - 6013 - 12376 - 200 - - 2019-08-01 - - EHS - Active - Cincinnati-Hamilton County Community Action Agency - www.cincy-caa.org - 6013@hsesinfo.org - 1740 Langdon Farm Road - - Cincinnati - OH - 45237-3817 - 1740 Langdon Farm Road - - Cincinnati - OH - 45237-3817 - 1740 Langdon Farm Road - - Cincinnati - OH - 45237-3817 - Ms. - F220861 - L220861 - - Board Chair - 220861@hsesinfo.org - Mr. - F220862 - L220862 - - President/CEO - 220862@hsesinfo.org - Ms. - F220864 - L220864 - - 220864@hsesinfo.org - Ms. - F220860 - L220860 - - 220860@hsesinfo.org - 555-555-0860 - - - 5065 - 986 - 8979 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - LAKE CUMBERLAND COMMUNITY SERVICES ORGANIZATION, INC - http://www.lc-hs.org - 986@hsesinfo.org - 23 Industry Dr - - Jamestown - KY - 42629-2516 - PO Box 830 - - Jamestown - KY - 42629-0830 - 23 Industry Dr - - Jamestown - KY - 42629-2516 - Mr. - F51516 - L51516 - - Board Chair - 51516@hsesinfo.org - Ms. - F51514 - L51514 - - Executive Director - 51514@hsesinfo.org - Mr. - F51518 - L51518 - - 51518@hsesinfo.org - Ms. - F51513 - L51513 - - 51513@hsesinfo.org - 555-555-1513 - - - 5066 - 985 - 8979 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - LAKE CUMBERLAND COMMUNITY SERVICES ORGANIZATION, INC - http://www.lc-hs.org - 985@hsesinfo.org - 23 Industry Dr - - Jamestown - KY - 42629-2516 - PO Box 830 - - Jamestown - KY - 42629-0830 - 23 Industry Dr - - Jamestown - KY - 42629-2516 - Mr. - F51524 - L51524 - - Board Chair - 51524@hsesinfo.org - Ms. - F51525 - L51525 - - Executive Director - 51525@hsesinfo.org - Mr. - F51522 - L51522 - - 51522@hsesinfo.org - Ms. - F51520 - L51520 - - 51520@hsesinfo.org - 555-555-1520 - - - 10374 - 5925 - 12392 - 200 - - 2019-08-01 - - EHS - Active - COMMUNITY ACTION, INC. - www.COMMUNITYACTIONINC.ORG - 5925@hsesinfo.org - 3 Washington Sq - Fl 4 - Haverhill - MA - 01830-6139 - 3 Washington Sq - Fl 4 - Haverhill - MA - 01830-6139 - 3 Washington Sq - Fl 4 - Haverhill - MA - 01830-6139 - Ms. - F220959 - L220959 - - Executive Board Chairperson - 220959@hsesinfo.org - Ms. - F220960 - L220960 - - President/CEO - 220960@hsesinfo.org - Ms. - F220962 - L220962 - - 220962@hsesinfo.org - Ms. - F220958 - L220958 - - 220958@hsesinfo.org - 555-555-0958 x 5555 - - - 10802 - 4933 - 12776 - 000 - 2014 - 2019-12-01 - - HS - Active - Mile High Kids and Community Development Incorporated - www.milehigh-kids.org - 4933@hsesinfo.org - 2712 Southern Blvd - Ste 201 - Virginia Beach - VA - 23452-7429 - 2712 Southern Blvd - Ste 201 - Virginia Beach - VA - 23452-7429 - 2712 Southern Blvd - Ste 201 - Virginia Beach - VA - 23452-7429 - Mr. - F223908 - L223908 - Jr - Board Chair - 223908@hsesinfo.org - Mr. - F223909 - L223909 - Jr - Executive Director - 223909@hsesinfo.org - Ms. - F223911 - L223911 - - 223911@hsesinfo.org - Mr. - F223907 - L223907 - Jr - 223907@hsesinfo.org - 555-555-3907 - - - 10391 - 1193 - 12384 - 000 - 2013 - 2019-08-01 - - AIAN HS - Active - Muckleshoot Indian Tribe - www.muckleshoot.nsn.us - 1193@hsesinfo.org - 39015 172nd Ave SE - - Auburn - WA - 98092-9763 - 39015 172nd Avenue SE - - Auburn - WA - 98092-9763 - 39015 172nd Avenue SE - - Auburn - WA - 98092-9763 - Mr. - F221078 - L221078 - - Muckleshoot Indian Tribe Tribal Council Chair - 221078@hsesinfo.org - Mr. - F221079 - L221079 - - Chief Executive Officer - 221079@hsesinfo.org - Mr. - F221081 - L221081 - - 221081@hsesinfo.org - Ms. - F221077 - L221077 - - 221077@hsesinfo.org - 555-555-1077 - - - 8648 - 3103 - 11036 - 000 - 2012 - 2017-07-01 - - HS - Active - The School Board of Brevard County - www.brevardschools.org - 3103@hsesinfo.org - 1225 Clearlake Rd - Clearlake Education Center - Cocoa - FL - 32922-6403 - 1225 Clearlake Rd - Clearlake Education Center - Cocoa - FL - 32922-6403 - 1225 Clearlake Rd - Clearlake Education Center - Cocoa - FL - 32922-6403 - Ms. - F209045 - L209045 - - School Board Chairman - 209045@hsesinfo.org - Ms. - F209046 - L209046 - - Director, Elementary Leading and Learning - 209046@hsesinfo.org - Ms. - F209048 - L209048 - - 209048@hsesinfo.org - Ms. - F209044 - L209044 - - 209044@hsesinfo.org - 555-555-9044 x 5555 - - - 9799 - 533 - 11947 - 000 - 2014 - 2019-07-01 - - HS - Active - Community Coordinated Care for Children, Inc. - http://www.4CFlorida.org - 533@hsesinfo.org - 3500 West Colonial Drive - - Orlando - FL - 32808-7902 - 3500 West Colonial Drive - - Orlando - FL - 32808-7902 - 3500 West Colonial Drive - - Orlando - FL - 32808-7902 - Mr. - F217004 - L217004 - - 4C Board Chairman - 217004@hsesinfo.org - Ms. - F217005 - L217005 - - President/CEO - 217005@hsesinfo.org - Ms. - F217007 - L217007 - - 217007@hsesinfo.org - Ms. - F217003 - L217003 - - 217003@hsesinfo.org - 555-555-7003 - - - 6699 - 6717 - 10241 - 005 - - 2015-03-01 - 2019-02-28 - Migrant HS - Inactive - El Concilio - http://www.elconcilio.org - 6717@hsesinfo.org - 445 N. San Joaquin St. - - Stockton - CA - 95202 - 445 N. San Joaquin St. - - Stockton - CA - 95202 - 445 N. San Joaquin St. - - Stockton - CA - 95202 - Mr. - F202564 - L202564 - - - 202564@hsesinfo.org - Mr. - F202565 - L202565 - - - 202565@hsesinfo.org - - F202567 - L202567 - - 202567@hsesinfo.org - Ms. - F202563 - L202563 - - 202563@hsesinfo.org - 555-555-2563 - - - 4629 - 1039 - 8504 - 200 - 2001 - 2014-02-01 - 2019-01-31 - EHS - Inactive - Bear River Early Head Start - http://www.brheadstart.org - 1039@hsesinfo.org - 95 West 100 South - Suite 200 - Logan - UT - 84321-5811 - 95 West 100 South - Suite 200 - Logan - UT - 84321-5811 - 95 West 100 South - Suite 200 - Logan - UT - 84321-5811 - Mr. - F44173 - L44173 - - Board Chair - 44173@hsesinfo.org - Ms. - F44174 - L44174 - - - 44174@hsesinfo.org - Ms. - F44170 - L44170 - - 44170@hsesinfo.org - Ms. - F44169 - L44169 - - 44169@hsesinfo.org - 555-555-4169 - - - 9060 - 1103 - 11383 - 000 - 2013 - 2018-09-01 - - HS - Active - Child-Parent Centers, Inc. - http://www.childparentcenters.org - 1103@hsesinfo.org - 602 East 22nd Street - - Tucson - AZ - 85713-1701 - 602 East 22nd Street - - Tucson - AZ - 85713-1701 - 602 East 22nd Street - - Tucson - AZ - 85713-1701 - Ms. - F212005 - L212005 - - Board President - 212005@hsesinfo.org - Mrs. - F212006 - L212006 - - Chief Executive Officer - 212006@hsesinfo.org - Mr. - F212008 - L212008 - - 212008@hsesinfo.org - Mrs. - F212004 - L212004 - - 212004@hsesinfo.org - 555-555-2004 - - - 9061 - 1104 - 11383 - 200 - 2013 - 2018-09-01 - - EHS - Active - Child-Parent Centers, Inc. - http://www.childparentcenters.org - 1104@hsesinfo.org - 602 East 22nd Street - - Tucson - AZ - 85713-1701 - 602 East 22nd Street - - Tucson - AZ - 85713-1701 - 602 East 22nd Street - - Tucson - AZ - 85713-1701 - Ms. - F212012 - L212012 - - Board President - 212012@hsesinfo.org - Mrs. - F212013 - L212013 - - Chief Executive Officer - 212013@hsesinfo.org - Ms. - F212015 - L212015 - - 212015@hsesinfo.org - Mrs. - F212011 - L212011 - - 212011@hsesinfo.org - 555-555-2011 - - - 6827 - 5357 - 10297 - 200 - 2014 - 2015-09-01 - - EHS - Active - KLAMATH FAMILY HEAD START - www.kfheadstart.org - 5357@hsesinfo.org - 1940 S 6th St - - Klamath Falls - OR - 97601-3370 - 1940 S 6th St - - Klamath Falls - OR - 97601-3370 - 1940 S 6th St - - Klamath Falls - OR - 97601-3370 - Ms. - F203464 - L203464 - - Board Chair - 203464@hsesinfo.org - Ms. - F203465 - L203465 - - - 203465@hsesinfo.org - Mr. - F203467 - L203467 - - 203467@hsesinfo.org - Ms. - F203463 - L203463 - - 203463@hsesinfo.org - 555-555-3463 - - - 10226 - 2086 - 12253 - 000 - 1992 - 2019-09-01 - - HS - Active - Northwest New Jersey Community Action Program, Inc - http://www.norwescap.org - 2086@hsesinfo.org - 480 Memorial Pkwy - Unit 303 - Phillipsburg - NJ - 08865-1575 - 480 Memorial Pkwy - Unit 303 - Phillipsburg - NJ - 08865-1575 - 480 Memorial Pkwy - Unit 303 - Phillipsburg - NJ - 08865-1575 - Mr. - F219927 - L219927 - - Chairperson, Board of Trustees - 219927@hsesinfo.org - Mr. - F219928 - L219928 - - NORWESCAP Executive Director - 219928@hsesinfo.org - Ms. - F219930 - L219930 - - 219930@hsesinfo.org - Ms. - F219926 - L219926 - - 219926@hsesinfo.org - 555-555-9926 - - - 9122 - 1280 - 11422 - 200 - 2003 - 2018-09-01 - - EHS - Active - Riverside County Office of Education - www.rcoe.us - 1280@hsesinfo.org - 3939 13th Street - - Riverside - CA - 92501 - 3939 13th Street - P.O. Box 868 - Riverside - CA - 92501-3505 - 3939 13th Street - - Riverside - CA - 92501 - Dr. - F212444 - L212444 - - Riverside County Superintendent of Schools - 212444@hsesinfo.org - Dr. - F212445 - L212445 - - Executive Director - 212445@hsesinfo.org - Ms. - F212447 - L212447 - - 212447@hsesinfo.org - Dr. - F212443 - L212443 - - 212443@hsesinfo.org - 555-555-2443 - - - 8355 - 961 - 10708 - 000 - 1992 - 2016-07-01 - - HS - Active - Westmoreland Community Action - http://www.westmorelandca.org - 961@hsesinfo.org - 226 South Maple Avenue - - Greensburg - PA - 15601 - 226 South Maple Avenue - - Greensburg - PA - 15601 - 226 South Maple Avenue - - Greensburg - PA - 15601 - Mr. - F207623 - L207623 - - WCA Board President - 207623@hsesinfo.org - Mrs. - F207624 - L207624 - - CEO - 207624@hsesinfo.org - Ms. - F207626 - L207626 - - 207626@hsesinfo.org - Ms. - F207622 - L207622 - - 207622@hsesinfo.org - 555-555-7622 x 5555 - - - 6407 - 2824 - 10010 - 200 - 2009 - 2015-07-01 - 2020-06-30 - EHS - Inactive - County of San Bernardino, Preschool Services Dept - www.sbcounty.gov/psd - 2824@hsesinfo.org - 150 S Lena Rd - - San Bernardino - CA - 92415-0515 - 150 S Lena Rd - - San Bernardino - CA - 92415-0515 - 150 S Lena Rd - - San Bernardino - CA - 92415-0515 - Mr. - F200519 - L200519 - - Chairman, County of San Bernardino Board of Supervisors - 200519@hsesinfo.org - Mr. - F200520 - L200520 - - Director - 200520@hsesinfo.org - Ms. - F200522 - L200522 - - 200522@hsesinfo.org - Mr. - F200518 - L200518 - - 200518@hsesinfo.org - 555-555-0518 - - - 11399 - 9333 - 13252 - 200 - 2020 - 2020-07-01 - - EHS - Active - Children and Families First Delaware, Inc. - https://www.cffde.org - 9333@hsesinfo.org - 809 N Washington St - - Wilmington - DE - 19801-1509 - 809 N Washington St - - Wilmington - DE - 19801-1509 - 809 N Washington St - - Wilmington - DE - 19801-1509 - Mr. - F227838 - L227838 - - - 227838@hsesinfo.org - Ms. - F227836 - L227836 - - - 227836@hsesinfo.org - - F227839 - L227839 - - 227839@hsesinfo.org - Ms. - F227835 - L227835 - - 227835@hsesinfo.org - - - - 8508 - 8388 - 10916 - 200 - 2017 - 2017-03-01 - - EHS - Active - United Children's Services, Inc. of Bennington County - http://www.ucsvt.org/headstart.html - 8388@hsesinfo.org - 2 Park St - - North Bennington - VT - 05257-9213 - 100 Ledge Hill Drive - - Bennington - VT - 05201-2273 - 2 Park St - - North Bennington - VT - 05257-9213 - Mr. - F208282 - L208282 - - UCH Board President - 208282@hsesinfo.org - Ms. - F208283 - L208283 - - UCS Executive Director - 208283@hsesinfo.org - Ms. - F208285 - L208285 - - 208285@hsesinfo.org - Mrs. - F208281 - L208281 - - 208281@hsesinfo.org - 555-555-8281 x 5555 - - - 6916 - 483 - 10394 - 000 - 1989 - 2015-11-01 - 2020-10-31 - HS - Inactive - Anoka County Community Action Program, Inc. - http://www.accap.org - 483@hsesinfo.org - 1201 89th Ave NE Ste 345 - - Blaine - MN - 55434-3373 - 1201 89th Ave NE Ste 345 - - Blaine - MN - 55434-3373 - 1201 89th Ave NE Ste 345 - - Blaine - MN - 55434-3373 - Mr. - F204073 - L204073 - - Governing Board Chair - 204073@hsesinfo.org - Mr. - F204074 - L204074 - - - 204074@hsesinfo.org - Ms. - F204076 - L204076 - - 204076@hsesinfo.org - Ms. - F204072 - L204072 - - 204072@hsesinfo.org - 555-555-4072 - - - 6802 - 1694 - 10267 - 200 - 2003 - 2015-09-01 - 2020-08-31 - EHS - Inactive - Porter-Leath - http://www.porter-leath.org - 1694@hsesinfo.org - 3400 Prescott Rd - - Memphis - TN - 38118-3602 - 3400 Prescott Rd - - Memphis - TN - 38118-3602 - 3400 Prescott Rd - - Memphis - TN - 38118-3602 - Mr. - F203289 - L203289 - - Board Chair - 203289@hsesinfo.org - Mr. - F203290 - L203290 - - President - 203290@hsesinfo.org - Mrs. - F203292 - L203292 - - 203292@hsesinfo.org - Mrs. - F203288 - L203288 - - 203288@hsesinfo.org - 555-555-3288 x 5555 - - - 4896 - 1661 - 8906 - 200 - 2003 - 2014-06-01 - 2019-05-31 - EHS - Inactive - Kid's Incorporated of The Big Bend - http://www.kidsincorporated.org - 1661@hsesinfo.org - 2326 Centerville Road - - Tallahassee - FL - 32308 - 2326 Centerville Road - - Tallahassee - FL - 32308 - 2326 Centerville Road - - Tallahassee - FL - 32308 - Dr. - F48234 - L48234 - - Board Chair - 48234@hsesinfo.org - Ms. - F48235 - L48235 - - CEO/Executive Director - 48235@hsesinfo.org - Ms. - F48232 - L48232 - - 48232@hsesinfo.org - Ms. - F48230 - L48230 - - 48230@hsesinfo.org - 555-555-8230 x 5555 - - - 9274 - 2134 - 11542 - 000 - 2013 - 2019-01-01 - - HS - Active - Municipal Government of Mayaguez Head Start Program - - 2134@hsesinfo.org - 13 Calle Mendez Vigo W - Ste 101 - Mayaguez - PR - 00680-6745 - PO Box 447 - - Mayaguez - PR - 00681-0447 - 13 Calle Mendez Vigo W - Ofc 101 - Mayaguez - PR - 00680-6745 - Mr. - F213463 - L213463 - - President - 213463@hsesinfo.org - Mr. - F213464 - L213464 - - Executive Director - 213464@hsesinfo.org - Mr. - F213466 - L213466 - - 213466@hsesinfo.org - Mrs. - F213462 - L213462 - - 213462@hsesinfo.org - 555-555-3462 - - - 9800 - 2731 - 11947 - 200 - 2011 - 2019-07-01 - - EHS - Active - Community Coordinated Care for Children, Inc. - http://www.4CFlorida.org - 2731@hsesinfo.org - 3500 West Colonial Drive - - Orlando - FL - 32808-7902 - 3500 West Colonial Drive - - Orlando - FL - 32808-7902 - 3500 West Colonial Drive - - Orlando - FL - 32808-7902 - Mr. - F217011 - L217011 - - 4C Board Chairman - 217011@hsesinfo.org - Ms. - F217012 - L217012 - - President/CEO - 217012@hsesinfo.org - Ms. - F217014 - L217014 - - 217014@hsesinfo.org - Ms. - F217010 - L217010 - - 217010@hsesinfo.org - 555-555-7010 - - - 8877 - 1010 - 11241 - 000 - 2013 - 2018-07-01 - - HS - Active - Upper Arkansas Area Council of Governments - http://www.uaacog.com - 1010@hsesinfo.org - 1718 Brookside Ave - 3224 - A Independence Rd - Canon City - CO - 81212-5165 - 1718 Brookside Ave - 3224 - A Independence Rd - Canon City - CO - 81212 - 1718 Brookside Ave - - Canon City - CO - 81212-5165 - Mr. - F210661 - L210661 - - Fremont County Commissioner-UAACOG Board Chairperson - 210661@hsesinfo.org - Mrs. - F210662 - L210662 - - UAACOG Executive Director - 210662@hsesinfo.org - Ms. - F210664 - L210664 - - 210664@hsesinfo.org - Ms. - F210660 - L210660 - - 210660@hsesinfo.org - 555-555-0660 - - - 9801 - 615 - 11941 - 000 - 2014 - 2019-07-01 - - HS - Active - Enrichment Services Program Inc. - http://www.enrichmentservices.org - 615@hsesinfo.org - 2601 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - 2601 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - 2601 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - Mr. - F217018 - L217018 - - Board Chair - 217018@hsesinfo.org - Ms. - F217019 - L217019 - - CEO - 217019@hsesinfo.org - Ms. - F217021 - L217021 - - 217021@hsesinfo.org - Mr. - F217017 - L217017 - - 217017@hsesinfo.org - 555-555-7017 - - - 9802 - 2749 - 11941 - 200 - 2014 - 2019-07-01 - - EHS - Active - Enrichment Services Program Inc. - http://www.enrichmentservices.org - 2749@hsesinfo.org - 2607 Cross Country Dr - Bldg C-1 - Columbus - GA - 31906-1801 - 2607 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - 2607 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - Mr. - F217025 - L217025 - - Board Chair - 217025@hsesinfo.org - Ms. - F217026 - L217026 - - CEO - 217026@hsesinfo.org - Ms. - F217028 - L217028 - - 217028@hsesinfo.org - Mr. - F217024 - L217024 - - 217024@hsesinfo.org - 555-555-7024 - - - 9803 - 5816 - 11945 - 200 - - 2019-07-01 - - EHS - Active - Easter Seals North Georgia - http://www.northgeorgia.easterseals.com - 5816@hsesinfo.org - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - Mr. - F217032 - L217032 - - Chairperson - 217032@hsesinfo.org - Ms. - F217033 - L217033 - - President/CEO - 217033@hsesinfo.org - Ms. - F217035 - L217035 - - 217035@hsesinfo.org - Mr. - F217031 - L217031 - - 217031@hsesinfo.org - 555-555-7031 x 5555 - - - 9805 - 5858 - 11946 - 200 - - 2019-07-01 - - EHS - Active - Children's Home Society of Washington - http://www.childrenshomesociety.org/ - 5858@hsesinfo.org - 12360 Lake City Way NE - Ste 450 - Seattle - WA - 98125-5452 - PO Box 15190 - - Seattle - WA - 98115-0190 - 12360 Lake City Way NE - Ste 450 - Seattle - WA - 98125-5452 - Mr. - F217046 - L217046 - - Board Chair - 217046@hsesinfo.org - Mr. - F217047 - L217047 - - President/CEO - 217047@hsesinfo.org - Ms. - F217049 - L217049 - - 217049@hsesinfo.org - Ms. - F217045 - L217045 - - 217045@hsesinfo.org - 555-555-7045 - - - 492 - 3285 - 307 - 000 - 2013 - 2013-07-02 - 2019-01-31 - HS - Inactive - Education Service Center, Region 20 - http://www.esc20.net - 3285@hsesinfo.org - 1314 Hines Ave. - - San Antonio - TX - 78208-1516 - 1314 Hines Ave. - - San Antonio - TX - 78208-1516 - 1314 Hines Ave. - - San Antonio - TX - 78208-1516 - Mr. - F39722 - L39722 - - ESC-20 Board Chairman - 39722@hsesinfo.org - Dr. - F39720 - L39720 - - Executive Director - 39720@hsesinfo.org - Ms. - F39719 - L39719 - - 39719@hsesinfo.org - Ms. - F36357 - L36357 - - 36357@hsesinfo.org - 555-555-6357 - - - 11400 - 9334 - 13254 - 000 - 2020 - 2020-07-01 - - HS - Active - Butler County Children's Center, Inc. - http://www.bcccinc.org - 9334@hsesinfo.org - 139 Rieger Rd - - Butler - PA - 16001-0257 - 139 Rieger Rd - - Butler - PA - 16001-0257 - 139 Rieger Rd - - Butler - PA - 16001-0257 - Ms. - F227842 - L227842 - - Board President - 227842@hsesinfo.org - Mrs. - F227843 - L227843 - - CEO - 227843@hsesinfo.org - Ms. - F227845 - L227845 - - 227845@hsesinfo.org - Dr. - F227841 - L227841 - - 227841@hsesinfo.org - 555-555-7841 x 5555 - - - 4664 - 1163 - 8604 - 000 - 2014 - 2014-03-01 - 2019-02-28 - AIAN HS - Inactive - Confederated Tribes of Siletz Indians - http://www.ctsi.nsn.us - 1163@hsesinfo.org - 201 SE Swan Avenue - - Siletz - OR - 97380 - P.O. Box 549 - - Siletz - OR - 97380-0549 - 201 SE Swan Avenue - - Siletz - OR - 97380 - Ms. - F44623 - L44623 - - Tribal Council Chairman - 44623@hsesinfo.org - Ms. - F44626 - L44626 - - - 44626@hsesinfo.org - Ms. - F44622 - L44622 - - 44622@hsesinfo.org - Ms. - F44621 - L44621 - - 44621@hsesinfo.org - 555-555-4621 - - - 4999 - 2760 - 8888 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - City of Phoenix Human Services Department - www.phoenix.gov - 2760@hsesinfo.org - 200 West Washington, 17th Floor - - Phoenix - AZ - 85003-1611 - 200 West Washington, 17th Floor - - Phoenix - AZ - 85003-1611 - 200 West Washington, 17th Floor - - Phoenix - AZ - 85003-1611 - Ms. - F49486 - L49486 - - Councilwoman, Governing Board Chair - 49486@hsesinfo.org - Ms. - F49484 - L49484 - - Human Services Director - 49484@hsesinfo.org - Ms. - F49483 - L49483 - - 49483@hsesinfo.org - Ms. - F49482 - L49482 - - 49482@hsesinfo.org - 555-555-9482 - - - 9275 - 1957 - 11547 - 000 - 2013 - 2019-01-01 - - HS - Active - CAGUAS MUNICIPALITY ECONOMIC DEVELOPMENT DEPARTMENT - http://www.caguas.gov.pr - 1957@hsesinfo.org - Jose Mercado Ave. corner of Padial St. - - Caguas - PR - 00725 - P.O. Box 907 - - Caguas - PR - 00726-0907 - Jose Mercado Ave. corner of Padial St. - - Caguas - PR - 00725 - Mr. - F213470 - L213470 - - Mayor- Board Chair - 213470@hsesinfo.org - Mrs. - F213471 - L213471 - - - 213471@hsesinfo.org - Mrs. - F213473 - L213473 - - 213473@hsesinfo.org - Mrs. - F213469 - L213469 - - 213469@hsesinfo.org - 555-555-3469 x 5555 - - - 5867 - 5874 - 9539 - 204 - - 2014-07-01 - 2020-06-30 - EHS - Inactive - School District Palm Beach County - http://www.palmbeachschools.org - 5874@hsesinfo.org - 3300 Forest Hill Blvd - Ibis 50-101 - West Palm Beach - FL - 33406-5813 - 3300 Forest Hill Blvd - Ibis 50-101 - West Palm Beach - FL - 33406-5813 - 3300 Forest Hill Blvd - Ibis 50-101 - West Palm Beach - FL - 33406-5813 - Mr. - F104738 - L104738 - - Chairman - 104738@hsesinfo.org - Mrs. - F104739 - L104739 - - Director, Early Childhood Education - 104739@hsesinfo.org - - F104741 - L104741 - - 104741@hsesinfo.org - Mrs. - F104737 - L104737 - - 104737@hsesinfo.org - 555-555-4737 - - - 11401 - 9335 - 13254 - 200 - 2020 - 2020-07-01 - - EHS - Active - Butler County Children's Center, Inc. - http://www.bcccinc.org - 9335@hsesinfo.org - 139 Rieger Rd - - Butler - PA - 16001-0257 - 139 Rieger Rd - - Butler - PA - 16001-0257 - 139 Rieger Rd - - Butler - PA - 16001-0257 - Mr. - F227849 - L227849 - - Board President - 227849@hsesinfo.org - Mrs. - F227850 - L227850 - - CEO - 227850@hsesinfo.org - Ms. - F227852 - L227852 - - 227852@hsesinfo.org - Dr. - F227848 - L227848 - - 227848@hsesinfo.org - 555-555-7848 x 5555 - - - 9728 - 3985 - 11875 - 001 - 2014 - 2019-07-01 - - HS - Active - Ithaca City School District - https://www.ithacacityschools.org - 3985@hsesinfo.org - 400 Lake St - - Ithaca - NY - 14850-2132 - 400 Lake St - - Ithaca - NY - 14850-2132 - 400 Lake St - - Ithaca - NY - 14850-2132 - Mr. - F216519 - L216519 - - Board of Education President - 216519@hsesinfo.org - Dr. - F216517 - L216517 - - - 216517@hsesinfo.org - Ms. - F216520 - L216520 - - 216520@hsesinfo.org - Ms. - F216516 - L216516 - - 216516@hsesinfo.org - 555-555-6516 - - - 4992 - 1084 - 8860 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Los Angeles County Office of Education - www.prekkid.org - 1084@hsesinfo.org - 10100 Pioneer Blvd - Ste 325 - Santa Fe Springs - CA - 90670-7303 - 10100 Pioneer Blvd - Ste 325 - Santa Fe Springs - CA - 90670-7303 - 10100 Pioneer Blvd - Ste 325 - Santa Fe Springs - CA - 90670-7303 - Dr. - F49437 - L49437 - Ed.D - Superintendent - 49437@hsesinfo.org - Dr. - F49434 - L49434 - Ed.D - Superintendent - 49434@hsesinfo.org - Ms. - F49436 - L49436 - - 49436@hsesinfo.org - Ms. - F49433 - L49433 - - 49433@hsesinfo.org - 555-555-9433 - - - 6033 - 6040 - 9494 - 200 - - 2015-03-01 - 2019-08-31 - EHS - Inactive - Matrix Human Services - - 6040@hsesinfo.org - 120 Parsons St - - Detroit - MI - 48201-2002 - 120 Parsons St - - Detroit - MI - 48201-2002 - 120 Parsons St - - Detroit - MI - 48201-2002 - Dr. - F107145 - L107145 - - Board Chair - 107145@hsesinfo.org - Mr. - F107146 - L107146 - - PRESIDENT AND CEO - 107146@hsesinfo.org - Ms. - F107148 - L107148 - - 107148@hsesinfo.org - Mrs. - F107144 - L107144 - - 107144@hsesinfo.org - 555-555-7144 x 5555 - - - 6946 - 200 - 10418 - 000 - 1991 - 2015-11-01 - 2020-10-31 - HS - Inactive - Thompson School District R2J - thompsonschools.org - 200@hsesinfo.org - 407 E 42nd St - - Loveland - CO - 80538-2323 - 407 E 42nd St - - Loveland - CO - 80538-2323 - 407 E 42nd St - - Loveland - CO - 80538-2323 - Ms. - F204284 - L204284 - - Board of Education President - 204284@hsesinfo.org - Dr. - F204285 - L204285 - - School District Superintendent - 204285@hsesinfo.org - Ms. - F204287 - L204287 - - 204287@hsesinfo.org - Mr. - F204283 - L204283 - - 204283@hsesinfo.org - 555-555-4283 - - - 4569 - 2153 - 8481 - 200 - 2013 - 2013-12-23 - 2018-12-31 - EHS - Inactive - VENICE FAMILY CLINIC - www.venicefamilyclinic.org - 2153@hsesinfo.org - 2509 Pico Blvd - - Santa Monica - CA - 90405-1828 - 604 Rose Ave - - Venice - CA - 90291-2767 - 2509 Pico Blvd - - Santa Monica - CA - 90405-1828 - Mr. - F43347 - L43347 - - Board Chair - 43347@hsesinfo.org - Ms. - F43346 - L43346 - - - 43346@hsesinfo.org - Ms. - F43345 - L43345 - - 43345@hsesinfo.org - Ms. - F43342 - L43342 - - 43342@hsesinfo.org - 555-555-3342 - - - 4993 - 1085 - 8860 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Los Angeles County Office of Education - www.prekkid.org - 1085@hsesinfo.org - 10100 Pioneer Blvd - Ste 325 - Santa Fe Springs - CA - 90670-7303 - 10100 Pioneer Blvd - Ste 325 - Santa Fe Springs - CA - 90670-7303 - 10100 Pioneer Blvd - Ste 325 - Santa Fe Springs - CA - 90670-7303 - Dr. - F49444 - L49444 - Ed.D - Superintendent - 49444@hsesinfo.org - Dr. - F49442 - L49442 - Ed.D - Superintendent - 49442@hsesinfo.org - Ms. - F49441 - L49441 - - 49441@hsesinfo.org - Ms. - F49440 - L49440 - - 49440@hsesinfo.org - 555-555-9440 - - - 9806 - 2445 - 11939 - 000 - 2014 - 2019-07-01 - - HS - Active - Fredericksburg City School District - http://www.cityschools.com - 2445@hsesinfo.org - 210 Ferdinand St - - Fredericksburg - VA - 22401-6115 - 210 Ferdinand St - - Fredericksburg - VA - 22401-6115 - 210 Ferdinand St - - Fredericksburg - VA - 22401-6115 - Ms. - F217053 - L217053 - - School Board Chairperson - 217053@hsesinfo.org - Dr. - F217054 - L217054 - - Superintendent of Schools - 217054@hsesinfo.org - Ms. - F217056 - L217056 - - 217056@hsesinfo.org - Mrs. - F217052 - L217052 - - 217052@hsesinfo.org - 555-555-7052 - - - 9317 - 3330 - 11574 - 000 - 2013 - 2019-02-01 - - Migrant HS - Active - Telamon Corporation - www.telamon.org - 3330@hsesinfo.org - 2150 Northside Xing - - Macon - GA - 31210-2260 - 5560 Munford Rd., Suite 201 - - Raleigh - NC - 27612-2731 - 5560 Munford Rd., Suite 201 - - Raleigh - NC - 27612-2731 - Mrs. - F213756 - L213756 - - Board Chair - 213756@hsesinfo.org - Mrs. - F213757 - L213757 - - Executive Director - 213757@hsesinfo.org - Ms. - F213759 - L213759 - - 213759@hsesinfo.org - Mrs. - F213755 - L213755 - - 213755@hsesinfo.org - 555-555-3755 - - - 11403 - 1740 - 13265 - 000 - 2003 - 2020-06-01 - - HS - Active - PathStone Carbon County - www.pathstone.org - 1740@hsesinfo.org - 421 McFarlan Rd - - Kennett Square - PA - 19348-2362 - 421 McFarlan Rd - - Kennett Square - PA - 19348-2362 - 421 McFarlan Rd - - Kennett Square - PA - 19348-2362 - Ms. - F227863 - L227863 - - - 227863@hsesinfo.org - Ms. - F227864 - L227864 - - Senior VP Direct Services - 227864@hsesinfo.org - Mr. - F227866 - L227866 - - 227866@hsesinfo.org - Ms. - F227862 - L227862 - - 227862@hsesinfo.org - 555-555-7862 - - - 9807 - 3163 - 11944 - 000 - 2014 - 2019-07-01 - - HS - Active - Southwest Human Resource Agency - http://www.swhrahs.org - 3163@hsesinfo.org - 1527 White Ave - - Henderson - TN - 38340-7625 - PO Box 264 - - Henderson - TN - 38340-0264 - 1527 White Ave - - Henderson - TN - 38340-7625 - Mr. - F217060 - L217060 - - SWHRA Board Chairman - 217060@hsesinfo.org - Mr. - F217061 - L217061 - - - 217061@hsesinfo.org - Ms. - F217063 - L217063 - - 217063@hsesinfo.org - Mrs. - F217059 - L217059 - - 217059@hsesinfo.org - 555-555-7059 - - - 5322 - 1904 - 9038 - 200 - 2014 - 2014-08-01 - 2020-07-31 - EHS - Inactive - Capital Area Community Services, Inc. - http://www.cacsheadstart.org - 1904@hsesinfo.org - 727 N. Jenison - - Lansing - MI - 48915 - 727 N. Jenison - - Lansing - MI - 48915 - 101 E. Willow - - Lansing - MI - 48906-4814 - Mr. - F54158 - L54158 - III - Board Chairperson - 54158@hsesinfo.org - Mr. - F54156 - L54156 - - Executive Director - 54156@hsesinfo.org - Mrs. - F54155 - L54155 - - 54155@hsesinfo.org - Mrs. - F54154 - L54154 - - 54154@hsesinfo.org - 555-555-4154 - - - 8828 - 379 - 11201 - 000 - 2013 - 2018-06-01 - - HS - Active - Milwaukee Public Schools - http://www2.milwaukee.k12.wi.us/supt/Head_Start_Enrollment.html - 379@hsesinfo.org - 5225 W Vliet St - - Milwaukee - WI - 53208-2627 - 5225 West Vliet Street - P.O. Box 2181 - Milwaukee - WI - 53201-2181 - 5225 W Vliet St - - Milwaukee - WI - 53208-2627 - Mr. - F210314 - L210314 - - President of Milwaukee Public Schools Board of Directors - 210314@hsesinfo.org - Dr. - F210315 - L210315 - - Superintedent of Schools - 210315@hsesinfo.org - Ms. - F210317 - L210317 - - 210317@hsesinfo.org - Ms. - F210313 - L210313 - - 210313@hsesinfo.org - 555-555-0313 - - - 6438 - 6456 - 9997 - 000 - - 2015-07-01 - 2020-08-31 - HS - Inactive - Action for Boston Community Development, Inc. - www.bostonabcd.org - 6456@hsesinfo.org - 178 Tremont St - - Boston - MA - 02111-1006 - 178 Tremont St - - Boston - MA - 02111-1006 - 178 Tremont St - - Boston - MA - 02111-1006 - Ms. - F200736 - L200736 - - Board Chair - 200736@hsesinfo.org - Mr. - F200737 - L200737 - - President/CEO - 200737@hsesinfo.org - Mr. - F200739 - L200739 - - 200739@hsesinfo.org - Ms. - F200735 - L200735 - - 200735@hsesinfo.org - 555-555-0735 - - - 11404 - 2759 - 13265 - 200 - 2011 - 2020-06-01 - - EHS - Active - PathStone Corporation - www.pathstone.org - 2759@hsesinfo.org - 421 McFarlan Rd - - Kennett Square - PA - 19348-2362 - 421 McFarlan Rd - - Kennett Square - PA - 19348-2362 - 421 McFarlan Rd - - Kennett Square - PA - 19348-2362 - Ms. - F227870 - L227870 - - - 227870@hsesinfo.org - Ms. - F227871 - L227871 - - - 227871@hsesinfo.org - Mr. - F227873 - L227873 - - 227873@hsesinfo.org - Ms. - F227869 - L227869 - - 227869@hsesinfo.org - - - - 11405 - 647 - 13262 - 000 - 1992 - 2020-06-01 - - HS - Active - Putnam County Head Start - www.putnam.k12.ga.us - 647@hsesinfo.org - 162 Old Glenwood Springs Rd - - Eatonton - GA - 31024-6525 - 162 Old Glenwood Springs Rd - - Eatonton - GA - 31024-6525 - 162 Old Glenwood Springs Rd - - Eatonton - GA - 31024-6525 - Dr. - F227877 - L227877 - - - 227877@hsesinfo.org - Mr. - F227878 - L227878 - - - 227878@hsesinfo.org - Mrs. - F227880 - L227880 - - 227880@hsesinfo.org - Mrs. - F227876 - L227876 - - 227876@hsesinfo.org - 555-555-7876 - - - 11406 - 6465 - 13260 - 000 - - 2020-06-01 - - HS - Active - Pearl River Valley Opportunity, Inc. - http://www.prvoinc.org - 6465@hsesinfo.org - 100 W Front St - - Hattiesburg - MS - 39401-3460 - 100 W Front St - - Hattiesburg - MS - 39401-3460 - 100 W Front St - - Hattiesburg - MS - 39401-3460 - Mr. - F227884 - L227884 - - Chairman Board of Directors - 227884@hsesinfo.org - Mr. - F227885 - L227885 - - Executive Director - 227885@hsesinfo.org - Mrs. - F227887 - L227887 - - 227887@hsesinfo.org - Mrs. - F227883 - L227883 - - 227883@hsesinfo.org - 555-555-7883 x 5555 - - - 4482 - 2160 - 8500 - 200 - 2013 - 2013-11-29 - 2018-11-30 - EHS - Inactive - FAMILY STAR, INC. - http://www.familystar.net - 2160@hsesinfo.org - 2246 Federal Boulevard - - Denver - CO - 80211-4642 - 2246 Federal Boulevard - - Denver - CO - 80211-4642 - 2246 Federal Boulevard - - Denver - CO - 80211-4642 - Mr. - F42421 - L42421 - - Board of Director's Chairperson - 42421@hsesinfo.org - Ms. - F42424 - L42424 - - Executive Director-Interim - 42424@hsesinfo.org - Mrs. - F42423 - L42423 - - 42423@hsesinfo.org - Ms. - F42420 - L42420 - - 42420@hsesinfo.org - 555-555-2420 x 5555 - - - 8738 - 8596 - 11110 - 204 - 2017 - 2017-08-01 - - EHS - Active - Municipality of Cayey - - 8596@hsesinfo.org - Carr 1 Km 55.7 Bo Montellano - - Cayey - PR - 00736 - Carr 1 Km 55.7 Bo Montellano - - Cayey - PR - 00736 - Carr 1 Km 55.7 Bo Montellano - - Cayey - PR - 00736 - Mr. - F209650 - L209650 - - - 209650@hsesinfo.org - Bishop - F209651 - L209651 - - - 209651@hsesinfo.org - - F209653 - L209653 - - 209653@hsesinfo.org - Ms. - F209649 - L209649 - - 209649@hsesinfo.org - 555-555-9649 - - - 10270 - 2037 - 12290 - 200 - 2014 - 2019-08-01 - 2020-07-31 - AIAN EHS - Inactive - Oglala Lakota College - http://headstart.olc.edu/ - 2037@hsesinfo.org - 490 Piya Wiconi Road - - Kyle - SD - 57752 - 490 Piya Wiconi Road - P.O. Box 490 - Kyle - SD - 57752-0490 - 490 Piya Wiconi Road - - Kyle - SD - 57752 - Mr. - F220234 - L220234 - - President - 220234@hsesinfo.org - Mr. - F220232 - L220232 - - - 220232@hsesinfo.org - Ms. - F220235 - L220235 - - 220235@hsesinfo.org - Ms. - F220231 - L220231 - - 220231@hsesinfo.org - 555-555-0231 - - - 10269 - 2036 - 12290 - 000 - 2014 - 2019-08-01 - 2020-07-31 - AIAN HS - Inactive - Oglala Lakota College - http://headstart.olc.edu/ - 2036@hsesinfo.org - 490 Piya Wiconi Road - - Kyle - SD - 57752 - 490 Piya Wiconi Road - P.O. Box 490 - Kyle - SD - 57752-0490 - 490 Piya Wiconi Road - - Kyle - SD - 57752 - Mr. - F220228 - L220228 - - President - 220228@hsesinfo.org - Mr. - F220226 - L220226 - - - 220226@hsesinfo.org - Ms. - F220229 - L220229 - - 220229@hsesinfo.org - Ms. - F220225 - L220225 - - 220225@hsesinfo.org - 555-555-0225 - - - 5335 - 2521 - 9050 - 200 - 2014 - 2014-08-01 - 2019-07-31 - EHS - Inactive - Board of Regents-University of Nevada, Reno - www.unr.edu - 2521@hsesinfo.org - 785 W 6th St - - Reno - NV - 89503-4315 - Office of Sponsored Projects Administration - Mail Stop 325 - Reno - NV - 89557-0325 - Early Head Start - Mail Stop 392 - Reno - NV - 89557 - Ms. - F54247 - L54247 - - Manager, Office of Sponsored Projects Administration - 54247@hsesinfo.org - Ms. - F54248 - L54248 - - Director - 54248@hsesinfo.org - Mr. - F54249 - L54249 - - 54249@hsesinfo.org - Ms. - F54245 - L54245 - - 54245@hsesinfo.org - 555-555-4245 - - - 3028 - 1234 - 6683 - 000 - 2013 - 2013-07-02 - 2019-02-28 - HS - Inactive - Community Action of East Central Indiana, Inc. - www.caeci.org - 1234@hsesinfo.org - 1845 W Main St - - Richmond - IN - 47374-3821 - 1845 West Main Street - P.O. Box 1314 - Richmond - IN - 47375-1314 - 1845 W Main St - - Richmond - IN - 47374-3821 - Mrs. - F37549 - L37549 - - President, Board of Directors - 37549@hsesinfo.org - Mr. - F37548 - L37548 - - Executive, Director - 37548@hsesinfo.org - Mr. - F37550 - L37550 - - 37550@hsesinfo.org - Mrs. - F37546 - L37546 - - 37546@hsesinfo.org - 555-555-7546 x 5555 - - - 3521 - 4080 - 7653 - 201 - - - - EHS - Active - Caddo Parish Commission - www.caddocaa.org - 4080@hsesinfo.org - 4055 Saint Vincent Ave - - Shreveport - LA - 71108-2542 - 4055 Saint Vincent Ave - - Shreveport - LA - 71108-2542 - 4055 Saint Vincent Ave - - Shreveport - LA - 71108-2542 - Rev. - F24966 - L24966 - - Board Chairperson - 24966@hsesinfo.org - Mr. - F24967 - L24967 - - - 24967@hsesinfo.org - Ms. - F24964 - L24964 - - 24964@hsesinfo.org - Mr. - F9214 - L9214 - - 9214@hsesinfo.org - 555-555-9214 - - - 8362 - 1198 - 10714 - 000 - 1992 - 2016-09-01 - - AIAN HS - Active - Coeur D'Alene Tribe, Head Start - http://www.cdatribe-nsn.gov - 1198@hsesinfo.org - 350 Anne Antelope Ave - - Plummer - ID - 83851-5000 - PO Box 408 - - Plummer - ID - 83851-0408 - 350 Anne Antelope Ave - - Plummer - ID - 83851-5000 - Mr. - F207673 - L207673 - - Chairman - 207673@hsesinfo.org - Mr. - F207674 - L207674 - - - 207674@hsesinfo.org - Mr. - F207676 - L207676 - - 207676@hsesinfo.org - Ms. - F207672 - L207672 - - 207672@hsesinfo.org - 555-555-7672 - - - 9811 - 567 - 11956 - 000 - 2014 - 2019-07-01 - - HS - Active - Sunbelt Human Advancement Resources, Inc. - http://www.sharesc.org - 567@hsesinfo.org - 254 S Pleasantburg Dr - - Greenville - SC - 29607-2562 - PO Box 10204 - - Greenville - SC - 29603-0204 - 254 S Pleasantburg Dr - - Greenville - SC - 29607-2562 - Hon. - F217088 - L217088 - - Chairman Board of Directors - 217088@hsesinfo.org - Ms. - F217089 - L217089 - - President/CEO - 217089@hsesinfo.org - Mrs. - F217091 - L217091 - - 217091@hsesinfo.org - Ms. - F217087 - L217087 - - 217087@hsesinfo.org - 555-555-7087 - - - 6979 - 6998 - 10447 - 000 - - 2015-11-23 - - HS - Active - CDI HS/South Norwalk CT - www.cdiheadstart.org - 6998@hsesinfo.org - 11 Ingalls Ave - - Norwalk - CT - 06854-4605 - PO Box 307 - - Norwalk - CT - 06856-0307 - 11 Ingalls Ave - - Norwalk - CT - 06854-4605 - Mr. - F204519 - L204519 - - Chief Executive Officer - 204519@hsesinfo.org - Ms. - F204520 - L204520 - - Executive Director - 204520@hsesinfo.org - - F204522 - L204522 - - 204522@hsesinfo.org - Ms. - F204518 - L204518 - - 204518@hsesinfo.org - 555-555-4518 - - - 9812 - 568 - 11956 - 200 - 1992 - 2019-07-01 - - EHS - Active - Sunbelt Human Advancement Resources, Inc. - http://www.sharesc.org - 568@hsesinfo.org - 254 S Pleasantburg Dr - - Greenville - SC - 29607-2562 - 652 Rutherford Road - - Greenville - SC - 29609-4641 - 254 S Pleasantburg Dr - - Greenville - SC - 29607-2562 - Hon. - F217095 - L217095 - - Chairman Board of Directors - 217095@hsesinfo.org - Ms. - F217096 - L217096 - - President/CEO - 217096@hsesinfo.org - Mr. - F217098 - L217098 - - 217098@hsesinfo.org - Ms. - F217094 - L217094 - - 217094@hsesinfo.org - 555-555-7094 - - - 9729 - 1130 - 11876 - 000 - 1995 - 2019-05-01 - - AIAN HS - Active - Chugachmiut Head Start - http://www.chugachmiut.org - 1130@hsesinfo.org - 1840 Bragaw Street, Suite 110 - - Anchorage - AK - 99508-3439 - 1840 Bragaw Street, Suite 110 - - Anchorage - AK - 99508-3439 - 1840 Bragaw Street, Suite 110 - - Anchorage - AK - 99508-3439 - Ms. - F216525 - L216525 - - Board Chair - 216525@hsesinfo.org - Ms. - F216523 - L216523 - - Executive Director - 216523@hsesinfo.org - Ms. - F216526 - L216526 - - 216526@hsesinfo.org - Ms. - F216522 - L216522 - - 216522@hsesinfo.org - 555-555-6522 x 5555 - - - 4218 - 934 - 6874 - 000 - 1992 - 2013-08-01 - 2019-07-31 - HS - Inactive - Telamon Corporation - http://www.telamon.org - 934@hsesinfo.org - 25448 Primehook Rd - - Milton - DE - 19968-2750 - 5560 Munford Rd., Suite 201 - - Raleigh - NC - 27612-2731 - 5560 Munford Rd., Suite 201 - - Raleigh - NC - 27612-2731 - Mrs. - F37088 - L37088 - - Board Chair - 37088@hsesinfo.org - Mrs. - F37092 - L37092 - - Executive Director - 37092@hsesinfo.org - Mrs. - F37091 - L37091 - - 37091@hsesinfo.org - Mrs. - F37087 - L37087 - - 37087@hsesinfo.org - 555-555-7087 - - - 11407 - 6466 - 13260 - 200 - - 2020-06-01 - - EHS - Active - Pearl River Valley Opportunity, Inc. - http://www.prvoinc.org - 6466@hsesinfo.org - 100 W Front St - - Hattiesburg - MS - 39401-3460 - 100 W Front St - - Hattiesburg - MS - 39401-3460 - 100 W Front St - - Hattiesburg - MS - 39401-3460 - Mr. - F227891 - L227891 - - Chairman Board of Directors - 227891@hsesinfo.org - Mr. - F227892 - L227892 - - Executive Director - 227892@hsesinfo.org - Mrs. - F227894 - L227894 - - 227894@hsesinfo.org - Mrs. - F227890 - L227890 - - 227890@hsesinfo.org - 555-555-7890 x 5555 - - - 4715 - 3940 - 8697 - 043 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - The Child Center of NY - http://www.childcenterny.org - 3940@hsesinfo.org - 60-02 Roosevelt Avenue - - Woodside - NY - 11377-4973 - 60-02 Roosevelt Avenue - - Woodside - NY - 11377-4973 - 60-02 Roosevelt Avenue - - Woodside - NY - 11377-4973 - Mr. - F45755 - L45755 - - - 45755@hsesinfo.org - Ms. - F45753 - L45753 - - - 45753@hsesinfo.org - Ms. - F45752 - L45752 - - 45752@hsesinfo.org - Ms. - F45751 - L45751 - - 45751@hsesinfo.org - 555-555-5751 - - - 9732 - 1218 - 11877 - 000 - 2014 - 2019-09-01 - - AIAN HS - Active - Santee Sioux Tribe of Nebraska - - 1218@hsesinfo.org - 425 Frazier Avenue North, Suite 2 - - Niobrara - NE - 68760-0163 - 425 Frazier Avenue North, Suite 2 - - Niobrara - NE - 68760-0163 - 425 Frazier Avenue North, Suite 2 - - Niobrara - NE - 68760-0163 - Mr. - F216537 - L216537 - - Tribal Chairman - 216537@hsesinfo.org - Mr. - F216535 - L216535 - - Chief Executive Officer - 216535@hsesinfo.org - Mrs. - F216538 - L216538 - - 216538@hsesinfo.org - Mrs. - F216534 - L216534 - - 216534@hsesinfo.org - 555-555-6534 - - - 11408 - 778 - 13266 - 000 - 1994 - 2020-07-01 - - HS - Active - COOPER INDEPENDENT SCHOOL DISTRICT - 1401 SW 8th St - 778@hsesinfo.org - 1401 SW 8th St - - Cooper - TX - 75432-3715 - 1401 SW 8th St - - Cooper - TX - 75432-3715 - 1401 SW 8th St - - Cooper - TX - 75432-3715 - Mr. - F227898 - L227898 - - School Board President - 227898@hsesinfo.org - Mrs. - F227899 - L227899 - - Cooper ISD Superintendent - 227899@hsesinfo.org - Mrs. - F227901 - L227901 - - 227901@hsesinfo.org - Mrs. - F227897 - L227897 - - 227897@hsesinfo.org - 555-555-7897 - - - 9734 - 2362 - 11878 - 000 - 2014 - 2019-06-01 - - HS - Active - New River Community Action, Inc. - http://www.swva.net/nrca/ - 2362@hsesinfo.org - 1093 East Main Street - - Radford - VA - 24141-1747 - 1093 East Main Street - - Radford - VA - 24141-1747 - 1093 East Main Street - - Radford - VA - 24141-1747 - Mr. - F216547 - L216547 - - Board Chair - 216547@hsesinfo.org - Mrs. - F216548 - L216548 - - - 216548@hsesinfo.org - Ms. - F216550 - L216550 - - 216550@hsesinfo.org - Ms. - F216546 - L216546 - - 216546@hsesinfo.org - 555-555-6546 x 5555 - - - 4719 - 3945 - 8701 - 047 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Zion Daycare Center - - 3945@hsesinfo.org - 5000 14th Avenue - - Brooklyn - NY - 11219-3621 - 5000 14th Avenue - - Brooklyn - NY - 11219-3621 - 5000 14th Avenue - - Brooklyn - NY - 11219-3621 - Mr. - F45784 - L45784 - - Chairman of the Board - 45784@hsesinfo.org - Mr. - F45782 - L45782 - - - 45782@hsesinfo.org - Mrs. - F45781 - L45781 - - 45781@hsesinfo.org - Mrs. - F45779 - L45779 - - 45779@hsesinfo.org - 555-555-5779 - - - 4740 - 3954 - 8722 - 068 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Saint Jemuel Group Family Day Care - www.saintjemueldaycare.org - 3954@hsesinfo.org - 2836 Webb Ave - - Bronx - NY - 10468-2104 - 2836 Webb Ave - - Bronx - NY - 10468-2104 - 2836 Webb Ave - - Bronx - NY - 10468-2104 - Mr. - F45931 - L45931 - - Executive Director - 45931@hsesinfo.org - Ms. - F45929 - L45929 - - - 45929@hsesinfo.org - Ms. - F45928 - L45928 - - 45928@hsesinfo.org - Ms. - F45927 - L45927 - - 45927@hsesinfo.org - 555-555-5927 - - - 8368 - 1145 - 10716 - 000 - 1992 - 2016-08-01 - - AIAN HS - Active - Fond du Lac Head Start - http://www.fdlrez.com - 1145@hsesinfo.org - 1720 Big Lake Rd - - Cloquet - MN - 55720-9702 - 1720 Big Lake Rd - - Cloquet - MN - 55720-9702 - 1720 Big Lake Rd - - Cloquet - MN - 55720-9702 - Mr. - F207728 - L207728 - - Chairman - 207728@hsesinfo.org - Ms. - F207729 - L207729 - - - 207729@hsesinfo.org - Ms. - F207731 - L207731 - - 207731@hsesinfo.org - Ms. - F207727 - L207727 - - 207727@hsesinfo.org - 555-555-7727 - - - 7048 - 1060 - 10494 - 000 - 1991 - 2016-01-01 - - HS - Active - SALT LAKE COMMUNITY ACTION PROGRAM - http://www.utahca.org - 1060@hsesinfo.org - 1307 S 900 W - - Salt Lake City - UT - 84104-1622 - 1307 S 900 W - - Salt Lake City - UT - 84104-1622 - 1307 S 900 W - - Salt Lake City - UT - 84104-1622 - Mrs. - F205003 - L205003 - - Board Chair - 205003@hsesinfo.org - Mrs. - F205004 - L205004 - - CEO - 205004@hsesinfo.org - Ms. - F205006 - L205006 - - 205006@hsesinfo.org - Mrs. - F205002 - L205002 - - 205002@hsesinfo.org - 555-555-5002 - - - 6960 - 2491 - 10427 - 000 - 1991 - 2015-11-01 - - AIAN HS - Active - Cherokee Nation Early Childhood Unit - www.cherokee.org - 2491@hsesinfo.org - 17675 S Muskogee Ave - - Tahlequah - OK - 74464-5492 - PO Box 948 - - Tahlequah - OK - 74465-0948 - 16944 Cherokee Street - - Tahlequah - OK - 74464 - Mrs. - F204382 - L204382 - - Treasurer - 204382@hsesinfo.org - Mr. - F204383 - L204383 - - Deputy Executive Director - 204383@hsesinfo.org - Ms. - F204385 - L204385 - - 204385@hsesinfo.org - Ms. - F204381 - L204381 - - 204381@hsesinfo.org - 555-555-4381 x 5555 - - - 9107 - 1784 - 11420 - 200 - 2013 - 2018-09-01 - - EHS - Active - UNIVERSITY OF DELAWARE - - 1784@hsesinfo.org - 321 South College Avenue - - Newark - DE - 19716-3366 - 321 South College Avenue - - Newark - DE - 19716-3366 - 321 South College Avenue - - Newark - DE - 19716-3366 - Ms. - F212334 - L212334 - - Board Chair - 212334@hsesinfo.org - Dr. - F212335 - L212335 - - HDFS Department Chair - 212335@hsesinfo.org - Ms. - F212337 - L212337 - - 212337@hsesinfo.org - Ms. - F212333 - L212333 - - 212333@hsesinfo.org - 555-555-2333 - - - 8918 - 2327 - 11258 - 000 - 2013 - 2018-07-01 - - HS - Active - YOLO COUNTY SUPERINTENDENT OF SCHOOLS - http://www.ycoe.org - 2327@hsesinfo.org - 1280 Santa Anita Court, Suite 140 - - Woodland - CA - 95776-6128 - 1280 Santa Anita Court, Suite 140 - - Woodland - CA - 95776-6128 - 1280 Santa Anita Court, Suite 140 - - Woodland - CA - 95776-6128 - Dr. - F210947 - L210947 - - Superintendent - 210947@hsesinfo.org - Dr. - F210948 - L210948 - - Associate Superintendent of Educational Services - 210948@hsesinfo.org - Mrs. - F210950 - L210950 - - 210950@hsesinfo.org - Mr. - F210946 - L210946 - - 210946@hsesinfo.org - 555-555-0946 - - - 4426 - 402 - 8388 - 000 - 2013 - 2013-11-01 - 2019-07-31 - HS - Inactive - Great Lakes Community Action Partnership - http://www.glcap.org - 402@hsesinfo.org - 127 S Front St - - Fremont - OH - 43420-3021 - 109 South Front Street - P.O. Box 590 - Fremont - OH - 43420-0590 - 127 S Front St - - Fremont - OH - 43420-3021 - Mr. - F41363 - L41363 - - Board Chair - 41363@hsesinfo.org - Mrs. - F41361 - L41361 - - - 41361@hsesinfo.org - Mrs. - F41360 - L41360 - - 41360@hsesinfo.org - Mrs. - F41359 - L41359 - - 41359@hsesinfo.org - 555-555-1359 x 5555 - - - 6991 - 1239 - 10457 - 200 - 2001 - 2016-01-01 - - EHS - Active - Kosciusko County Early Head Start - http://www.cardinalservices.org - 1239@hsesinfo.org - 811 S Buffalo St - - Warsaw - IN - 46580-4711 - 811 S Buffalo St - - Warsaw - IN - 46580-4711 - 811 S Buffalo St - - Warsaw - IN - 46580-4711 - Mr. - F204603 - L204603 - - Board President of Cardinal Services - 204603@hsesinfo.org - Mrs. - F204604 - L204604 - - CEO/President of Cardinal Services - 204604@hsesinfo.org - Ms. - F204606 - L204606 - - 204606@hsesinfo.org - Mrs. - F204602 - L204602 - - 204602@hsesinfo.org - 555-555-4602 x 5555 - - - 8711 - 8571 - 9435 - 201 - 2017 - 2016-09-01 - 2019-11-30 - EHS - Inactive - Catholic Charities of the Archdiocese of Chicago - www.catholiccharities.net - 8571@hsesinfo.org - 721 N La Salle Dr - - Chicago - IL - 60654-3503 - 721 N La Salle Dr - - Chicago - IL - 60654-3503 - 721 N La Salle Dr - - Chicago - IL - 60654-3503 - Mr. - F209476 - L209476 - - Chairperson – Service Advisory Board - 209476@hsesinfo.org - Ms. - F209477 - L209477 - - Vice President - Child, Youth, & Family Service - 209477@hsesinfo.org - Mr. - F209479 - L209479 - - 209479@hsesinfo.org - Ms. - F209475 - L209475 - - 209475@hsesinfo.org - 555-555-9475 - - - 9735 - 8895 - 11606 - 200 - 2019 - 2019-11-01 - - EHS - Active - Quintana Baptist Church Head Start Program - - 8895@hsesinfo.org - Edificio Caribe Plaza - 579 Ave Ponce De Leon - San Juan - PR - 00920 - Ave. Paz Granela - Pmb 473 Ste. 2 - San Juan - PR - 00927 - Edificio Caribe Plaza - 579 Ave Ponce De Leon - San Juan - PR - 00920 - Mr. - F216556 - L216556 - - Acting Board Chair - 216556@hsesinfo.org - Ms. - F216554 - L216554 - - Executive Director - 216554@hsesinfo.org - Mrs. - F216557 - L216557 - - 216557@hsesinfo.org - Mrs. - F216553 - L216553 - - 216553@hsesinfo.org - 555-555-6553 - - - 9628 - 2197 - 11804 - 200 - 2007 - 2019-05-01 - - EHS - Active - BONA VISTA PROGRAMS, INC. - Bona Vista Programs, Inc. - 2197@hsesinfo.org - 1220 Laguna St - - Kokomo - IN - 46902-2330 - PO Box 2496 - - Kokomo - IN - 46904-2496 - 1220 Laguna St - - Kokomo - IN - 46902-2330 - Mr. - F215841 - L215841 - - Board Chair - 215841@hsesinfo.org - Ms. - F215842 - L215842 - - President - 215842@hsesinfo.org - Ms. - F215844 - L215844 - - 215844@hsesinfo.org - Mrs. - F215840 - L215840 - - 215840@hsesinfo.org - 555-555-5840 - - - 11409 - 6680 - 13267 - 000 - - 2020-07-01 - - HS - Active - Educational Service District #105 - www.esd105.org - 6680@hsesinfo.org - 33 S 2nd Ave - - Yakima - WA - 98902-3414 - 33 S 2nd Ave - - Yakima - WA - 98902-3414 - 33 S 2nd Ave - - Yakima - WA - 98902-3414 - Mr. - F227905 - L227905 - - Board Chairman - 227905@hsesinfo.org - Mrs. - F227906 - L227906 - - Executive Director Early Learning - 227906@hsesinfo.org - Mrs. - F227908 - L227908 - - 227908@hsesinfo.org - Mrs. - F227904 - L227904 - - 227904@hsesinfo.org - 555-555-7904 - - - 8108 - 8049 - 8682 - 228 - 2016 - 2017-02-01 - 2019-06-30 - EHS - Inactive - Bushwick United Head Start - www.bushwickunited.org - 8049@hsesinfo.org - 136 Stanhope Street - - Brooklyn - NY - 11221-3407 - 136 Stanhope Street - - Brooklyn - NY - 11221-3407 - 136 Stanhope Street - - Brooklyn - NY - 11221-3407 - Ms. - F205922 - L205922 - - - 205922@hsesinfo.org - Mr. - F205923 - L205923 - - - 205923@hsesinfo.org - Ms. - F205925 - L205925 - - 205925@hsesinfo.org - Mr. - F205921 - L205921 - - 205921@hsesinfo.org - 555-555-5921 x 5555 - - - 11410 - 6681 - 13267 - 200 - - 2020-07-01 - - EHS - Active - Educational Service District #105 - www.esd105.org - 6681@hsesinfo.org - 33 S 2nd Ave - - Yakima - WA - 98902-3414 - 33 S 2nd Ave - - Yakima - WA - 98902-3414 - 33 S 2nd Ave - - Yakima - WA - 98902-3414 - Mr. - F227912 - L227912 - - Board Chairman - 227912@hsesinfo.org - Mrs. - F227913 - L227913 - - Executive Director Early Learning - 227913@hsesinfo.org - Mrs. - F227915 - L227915 - - 227915@hsesinfo.org - Mrs. - F227911 - L227911 - - 227911@hsesinfo.org - 555-555-7911 - - - 9939 - 8978 - 12021 - 000 - 2019 - 2019-07-01 - - HS - Active - Grand Street Settlement, Inc. - http://www.grandsettlement.org - 8978@hsesinfo.org - Early Head Start Program - 80 Pitt Street - New York - NY - 10002-3516 - Early Head Start Program - 80 Pitt Street - New York - NY - 10002-3516 - Early Head Start Program - 80 Pitt Street - New York - NY - 10002-3516 - Ms. - F217977 - L217977 - - Board Chair - 217977@hsesinfo.org - Ms. - F217978 - L217978 - - Managing Director - 217978@hsesinfo.org - Ms. - F217980 - L217980 - - 217980@hsesinfo.org - Ms. - F217976 - L217976 - - 217976@hsesinfo.org - 555-555-7976 - - - 9940 - 8979 - 12021 - 200 - 2019 - 2019-07-01 - - EHS - Active - Grand Street Settlement, Inc. - http://www.grandsettlement.org - 8979@hsesinfo.org - Early Head Start Program - 80 Pitt Street - New York - NY - 10002-3516 - Early Head Start Program - 80 Pitt Street - New York - NY - 10002-3516 - Early Head Start Program - 80 Pitt Street - New York - NY - 10002-3516 - Ms. - F217984 - L217984 - - Board Chair - 217984@hsesinfo.org - Ms. - F217985 - L217985 - - Managing Director - 217985@hsesinfo.org - Ms. - F217987 - L217987 - - 217987@hsesinfo.org - Ms. - F217983 - L217983 - - 217983@hsesinfo.org - 555-555-7983 - - - 3932 - 3468 - 8008 - 001 - 2012 - 2012-08-09 - - HS - Active - Children’s Center of Wayne county Inc - www.thechildrenscenter.com - 3468@hsesinfo.org - 19900 Evergreen Rd - - Detroit - MI - 48219-2044 - 79 W Alexandrine St - - Detroit - MI - 48201-2015 - 79 W Alexandrine St - - Detroit - MI - 48201-2015 - Ms. - F36727 - L36727 - - Board President - 36727@hsesinfo.org - Ms. - F36725 - L36725 - - Cheif Executive Officer - 36725@hsesinfo.org - Mrs. - F36724 - L36724 - - 36724@hsesinfo.org - Ms. - F33545 - L33545 - - 33545@hsesinfo.org - 555-555-3545 x 5555 - - - 9600 - 2478 - 11784 - 200 - 2007 - 2019-05-01 - - EHS - Active - CAREY SERVICES, INC. - http:/www.careyservices.com - 2478@hsesinfo.org - 2724 SOUTH CAREY STREET - - MARION - IN - 46953 - 2724 SOUTH CAREY STREET - - MARION - IN - 46953 - 2724 SOUTH CAREY STREET - - MARION - IN - 46953 - Mr. - F215652 - L215652 - - Chairperson - 215652@hsesinfo.org - Mr. - F215653 - L215653 - - President/CEO - 215653@hsesinfo.org - Mrs. - F215655 - L215655 - - 215655@hsesinfo.org - Mrs. - F215651 - L215651 - - 215651@hsesinfo.org - 555-555-5651 x 5555 - - - 11411 - 1137 - 13256 - 000 - 1994 - 2020-07-01 - - AIAN HS - Active - Red Cliff Head Start Program - www.redcliffecc.org - 1137@hsesinfo.org - 88455 Pike Rd - # 13 - Bayfield - WI - 54814-4741 - 88455 Pike Rd - # 13 - Bayfield - WI - 54814-4741 - 88455 Pike Rd - # 13 - Bayfield - WI - 54814-4741 - Mr. - F227919 - L227919 - - Chairperson - 227919@hsesinfo.org - Mrs. - F227920 - L227920 - - Administrator - 227920@hsesinfo.org - Ms. - F227922 - L227922 - - 227922@hsesinfo.org - Mrs. - F227918 - L227918 - - 227918@hsesinfo.org - 555-555-7918 x 5555 - - - 8176 - 2877 - 10597 - 200 - 2011 - 2016-07-01 - - EHS - Active - Ironbound Community Corporation - http://www.ironboundcc.org - 2877@hsesinfo.org - 1 New York Ave - - Newark - NJ - 07105-1208 - 317 Elm St - - Newark - NJ - 07105-2701 - 317 Elm St - - Newark - NJ - 07105-2701 - Mr. - F206347 - L206347 - - Board President - 206347@hsesinfo.org - Ms. - F206348 - L206348 - - Executive Director - 206348@hsesinfo.org - Ms. - F206350 - L206350 - - 206350@hsesinfo.org - Mrs. - F206346 - L206346 - - 206346@hsesinfo.org - 555-555-6346 - - - 11412 - 1138 - 13256 - 200 - 2004 - 2020-07-01 - - AIAN EHS - Active - Red Cliff Early Head Start Program - www.redcliffecc.org - 1138@hsesinfo.org - 88455 Pike Rd - # 13 - Bayfield - WI - 54814-4741 - 88455 Pike Rd - # 13 - Bayfield - WI - 54814-4741 - 88455 Pike Rd - # 13 - Bayfield - WI - 54814-4741 - Mr. - F227926 - L227926 - - Chairperson - 227926@hsesinfo.org - Mrs. - F227927 - L227927 - - Administrator - 227927@hsesinfo.org - Ms. - F227929 - L227929 - - 227929@hsesinfo.org - Mrs. - F227925 - L227925 - - 227925@hsesinfo.org - 555-555-7925 x 5555 - - - 8719 - 8579 - 9457 - 223 - 2017 - 2016-09-01 - 2019-11-30 - EHS - Inactive - Howard Area Family Center - http://www.howardarea.org - 8579@hsesinfo.org - 7510 N Ashland Ave - Howard Area Family Center - Chicago - IL - 60626-1702 - 7510 N Ashland Ave - Howard Area Family Center - Chicago - IL - 60626-1702 - 7648 N Paulina St - Howard Area Community Center - Chicago - IL - 60626-1018 - Ms. - F209524 - L209524 - - Board Chair - 209524@hsesinfo.org - Ms. - F209525 - L209525 - - Executive Director - 209525@hsesinfo.org - Ms. - F209527 - L209527 - - 209527@hsesinfo.org - Ms. - F209523 - L209523 - - 209523@hsesinfo.org - 555-555-9523 - - - 9054 - 878 - 11385 - 200 - 2002 - 2018-09-01 - - EHS - Active - CHOANOKE AREA DEVELOPMENT ASSOCIATION, INC - http://www.nc-cada.org - 878@hsesinfo.org - 120 Sessoms Dr - - Rich Square - NC - 27869-9603 - PO Box 530 - - Rich Square - NC - 27869-0530 - 120 Sessoms Dr - - Rich Square - NC - 27869-9603 - Ms. - F211963 - L211963 - - Board President - 211963@hsesinfo.org - Mrs. - F211964 - L211964 - - Executive Director - 211964@hsesinfo.org - Mrs. - F211966 - L211966 - - 211966@hsesinfo.org - Mrs. - F211962 - L211962 - - 211962@hsesinfo.org - 555-555-1962 x 5555 - - - 9730 - 8709 - 11876 - 200 - 2018 - 2019-05-01 - - AIAN EHS - Active - Chugachmiut Head Start - http://www.chugachmiut.org - 8709@hsesinfo.org - 1840 Bragaw Street, Suite 110 - - Anchorage - AK - 99508-3439 - 1840 Bragaw Street, Suite 110 - - Anchorage - AK - 99508-3439 - 1840 Bragaw Street, Suite 110 - - Anchorage - AK - 99508-3439 - Ms. - F216531 - L216531 - - Board Chair - 216531@hsesinfo.org - Ms. - F216529 - L216529 - - Executive Director - 216529@hsesinfo.org - Ms. - F216532 - L216532 - - 216532@hsesinfo.org - Ms. - F216528 - L216528 - - 216528@hsesinfo.org - 555-555-6528 x 5555 - - - 9512 - 8794 - 11720 - 200 - 2019 - 2019-03-01 - - EHS - Active - Educare of West DuPage - - 8794@hsesinfo.org - 851 Pearl Rd - - West Chicago - IL - 60185-3716 - 851 Pearl Rd - - West Chicago - IL - 60185-3716 - 851 Pearl Rd - - West Chicago - IL - 60185-3716 - Mrs. - F215081 - L215081 - - Board Chair - 215081@hsesinfo.org - Ms. - F215082 - L215082 - - Executive Director - 215082@hsesinfo.org - Ms. - F215084 - L215084 - - 215084@hsesinfo.org - Ms. - F215080 - L215080 - - 215080@hsesinfo.org - 555-555-5080 - - - 6058 - 6065 - 9762 - 200 - - 2015-03-01 - 2019-08-31 - EHS - Inactive - Holyoke, Chicopee, Springfield Head Start Inc - http://www.hcsheadstart.org - 6065@hsesinfo.org - 30 Madison Ave. - - Springfield - MA - 01105-1404 - 30 Madison Ave. - - Springfield - MA - 01105-1404 - 30 Madison Ave. - - Springfield - MA - 01105-1404 - Ms. - F107345 - L107345 - - Board Chair - 107345@hsesinfo.org - Ms. - F107346 - L107346 - - Executive Director - 107346@hsesinfo.org - Ms. - F107348 - L107348 - - 107348@hsesinfo.org - Ms. - F107344 - L107344 - - 107344@hsesinfo.org - 555-555-7344 - - - 9813 - 619 - 11953 - 000 - 2014 - 2019-07-01 - - HS - Active - Collier County School District - www.collierschools.com/headstart - 619@hsesinfo.org - 5775 Osceola Trail - - Naples - FL - 34109-0919 - 5775 Osceola Trail - - Naples - FL - 34109-0919 - 5775 Osceola Trail - - Naples - FL - 34109-0919 - Dr. - F217102 - L217102 - - Member School Board of Collier County - 217102@hsesinfo.org - Mr. - F217103 - L217103 - - Executive Director, Exceptional Education and Student Support Services - 217103@hsesinfo.org - Ms. - F217105 - L217105 - - 217105@hsesinfo.org - Dr. - F217101 - L217101 - - 217101@hsesinfo.org - 555-555-7101 - - - 4495 - 689 - 8411 - 200 - 2001 - 2013-11-29 - 2018-12-31 - EHS - Inactive - COMMUNITY ACTION PROGRAM COMMISSION OF LANCASTER - http://www.faircaa.org - 689@hsesinfo.org - 1743 E Main St - - Lancaster - OH - 43130-9838 - PO Box 768 - - Lancaster - OH - 43130-0768 - 1743 E Main St - - Lancaster - OH - 43130-9838 - Ms. - F42500 - L42500 - - - 42500@hsesinfo.org - Mrs. - F42501 - L42501 - - - 42501@hsesinfo.org - Ms. - F42504 - L42504 - - 42504@hsesinfo.org - Mrs. - F42499 - L42499 - - 42499@hsesinfo.org - 555-555-2499 x 5555 - - - 8226 - 1070 - 10590 - 000 - 1992 - 2016-07-01 - - HS - Active - Mayville State University - www.mayvillestate.edu/cdp - 1070@hsesinfo.org - 330 Third Street NE - - Mayville - ND - 58257-1217 - 330 Third Street NE - - Mayville - ND - 58257-1217 - 330 Third Street NE - - Mayville - ND - 58257-1217 - Dr. - F206697 - L206697 - - President/ Board Chairperson - 206697@hsesinfo.org - Mrs. - F206698 - L206698 - - Controller/Interim Executive Director - 206698@hsesinfo.org - Mr. - F206700 - L206700 - - 206700@hsesinfo.org - Mrs. - F206696 - L206696 - - 206696@hsesinfo.org - 555-555-6696 - - - 11414 - 1726 - 13269 - 000 - 1992 - 2020-06-01 - - HS - Active - Pittsylvania County Community Action, Inc. - http://www.pccainc.org - 1726@hsesinfo.org - 514 S Main St - - Chatham - VA - 24531-3404 - PO Box 1119 - - Chatham - VA - 24531-1119 - 348 N Main St - - Chatham - VA - 24531-4406 - Mr. - F227940 - L227940 - - PCCA Agency, Board Chariman - 227940@hsesinfo.org - Mrs. - F227941 - L227941 - - Executive Director - 227941@hsesinfo.org - Ms. - F227943 - L227943 - - 227943@hsesinfo.org - Ms. - F227939 - L227939 - - 227939@hsesinfo.org - 555-555-7939 x 5555 - - - 8227 - 1071 - 10590 - 200 - 2001 - 2016-07-01 - - EHS - Active - Mayville State University - www.mayvillestate.edu/cdp - 1071@hsesinfo.org - 330 Third Street NE - - Mayville - ND - 58257-1217 - 330 Third Street NE - - Mayville - ND - 58257-1217 - 330 Third Street NE - - Mayville - ND - 58257-1217 - Dr. - F206704 - L206704 - - President/ Board Chairperson - 206704@hsesinfo.org - Mrs. - F206705 - L206705 - - Controller/Interim Executive Director - 206705@hsesinfo.org - Mr. - F206707 - L206707 - - 206707@hsesinfo.org - Mrs. - F206703 - L206703 - - 206703@hsesinfo.org - 555-555-6703 - - - 8802 - 8644 - 11153 - 000 - 2018 - 2018-07-01 - 2020-06-30 - AIAN HS - Inactive - Hualapai Head Start - hualapai-nsn.gov - 8644@hsesinfo.org - 479 Hualapai Way - - Peach Springs - AZ - 86434 - PO Box 179 - - Peach Springs - AZ - 86434-0179 - 941 Hualpai Way - - Peach Springs - AZ - 86434 - Dr. - F210038 - L210038 - - Honorable Tribal Chairman - 210038@hsesinfo.org - Dr. - F210036 - L210036 - - Honorable Tribal Chairman - 210036@hsesinfo.org - - F210039 - L210039 - - 210039@hsesinfo.org - Mrs. - F210035 - L210035 - - 210035@hsesinfo.org - 555-555-0035 - - - 8520 - 8400 - 10930 - 200 - 2017 - 2017-03-01 - - AIAN EHS - Active - Havasupai Tribal Council (Head Start) - - 8400@hsesinfo.org - 130 Main St - - Supai - AZ - 86435-1100 - 10 Main St - - Supai - AZ - 86435 - 10 Main St - - Supai - AZ - 86435 - Mrs. - F208366 - L208366 - - Tribal Chariman - 208366@hsesinfo.org - Mr. - F208367 - L208367 - Sr - Tribal Vice Chairman - 208367@hsesinfo.org - Mr. - F208369 - L208369 - - 208369@hsesinfo.org - Mr. - F208365 - L208365 - Sr - 208365@hsesinfo.org - 555-555-8365 - - - 9272 - 2970 - 11537 - 000 - 2013 - 2019-01-01 - - HS - Active - MUNICIPALITY OF SAN GERMAN - CCORDOVA@MUNICIPIODESANGERMAN.COM - 2970@hsesinfo.org - 23 Ave Dr Jw Harris - Interseccion Calle Concepcion - San German - PR - 00683-4032 - PO Box 85 - - San German - PR - 00683-0085 - 23 Ave Dr Jw Harris - Interseccion Calle Concepcion - San German - PR - 00683-4032 - Hon. - F213449 - L213449 - - - 213449@hsesinfo.org - Mrs. - F213450 - L213450 - - - 213450@hsesinfo.org - Mrs. - F213452 - L213452 - - 213452@hsesinfo.org - Mrs. - F213448 - L213448 - - 213448@hsesinfo.org - 555-555-3448 - - - 5780 - 2461 - 9398 - 000 - 1992 - 2015-01-01 - - AIAN HS - Active - CHEYENNE RIVER SIOUX TRIBE - Null - 2461@hsesinfo.org - 18 South Main Street - P.O 590 Eagle Butte - Eagle Butte - SD - 57625 - PO Box 590 - 18 South Main Street - Eagle Butte - SD - 57625-0590 - Building 18 South Main Street - - Eagle Butte - SD - 57625 - Mr. - F105037 - L105037 - - Tribal Chairman - 105037@hsesinfo.org - Mr. - F105035 - L105035 - - - 105035@hsesinfo.org - Ms. - F105034 - L105034 - - 105034@hsesinfo.org - Ms. - F105033 - L105033 - - 105033@hsesinfo.org - 555-555-5033 - - - 4700 - 3915 - 8682 - 028 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Bushwick United Head Start - www.bushwickunited.org - 3915@hsesinfo.org - 136 Stanhope Street - - Brooklyn - NY - 11221-3407 - 136 Stanhope Street - - Brooklyn - NY - 11221-3407 - 136 Stanhope Street - - Brooklyn - NY - 11221-3407 - Ms. - F45651 - L45651 - - Chairwoman of the Board - 45651@hsesinfo.org - Mr. - F45649 - L45649 - - Executive Director - 45649@hsesinfo.org - Ms. - F45647 - L45647 - - 45647@hsesinfo.org - Mr. - F45646 - L45646 - - 45646@hsesinfo.org - 555-555-5646 - - - 9814 - 521 - 11940 - 000 - 2014 - 2019-07-01 - - HS - Active - Redlands Christian Migrant Association - http://www.rcma.org - 521@hsesinfo.org - 402 West Main Street - - Immokalee - FL - 34142-3933 - 402 West Main Street - - Immokalee - FL - 34142-3933 - 402 West Main Street - - Immokalee - FL - 34142-3933 - Ms. - F217109 - L217109 - - Governing Body Chaur - 217109@hsesinfo.org - Ms. - F217110 - L217110 - - Executive Director - 217110@hsesinfo.org - Ms. - F217112 - L217112 - - 217112@hsesinfo.org - Ms. - F217108 - L217108 - - 217108@hsesinfo.org - 555-555-7108 x 5555 - - - 8718 - 8578 - 9453 - 219 - 2017 - 2016-09-01 - - EHS - Active - Northwestern University Settlement House - northwesternsettlement.org - 8578@hsesinfo.org - 1400 West Augusta Boulevard - - Chicago - IL - 60642-3939 - 1400 West Augusta Boulevard - - Chicago - IL - 60642-3939 - 1400 West Augusta Boulevard - - Chicago - IL - 60642-3939 - Mr. - F209518 - L209518 - - Director of the Board - 209518@hsesinfo.org - Ms. - F209519 - L209519 - - Director of Group Services - 209519@hsesinfo.org - Ms. - F209521 - L209521 - - 209521@hsesinfo.org - Ms. - F209517 - L209517 - - 209517@hsesinfo.org - 555-555-9517 x 5555 - - - 8258 - 2228 - 10638 - 200 - 2003 - 2016-07-01 - - EHS - Active - Puget Sound Educational Service District - EHS - http://www.psesd.org - 2228@hsesinfo.org - 800 Oaksdale Ave. SW - - Renton - WA - 98057-5221 - 800 Oaksdale Ave. SW - - Renton - WA - 98057-5221 - 800 Oaksdale Ave. SW - - Renton - WA - 98057-5221 - Mr. - F206921 - L206921 - - PSESD Board Chair - 206921@hsesinfo.org - Ms. - F206922 - L206922 - - Executive Director, Learning, Teaching, Family Support - 206922@hsesinfo.org - Ms. - F206924 - L206924 - - 206924@hsesinfo.org - Ms. - F206920 - L206920 - - 206920@hsesinfo.org - 555-555-6920 - - - 8257 - 2229 - 10638 - 000 - 1991 - 2016-07-01 - - HS - Active - Puget Sound Educational Service District - HS - http://www.psesd.org - 2229@hsesinfo.org - 800 Oakesdale Avenue SW - - Renton - WA - 98057-5221 - 800 Oakesdale Avenue SW - - Renton - WA - 98057-5221 - 800 Oakesdale Avenue SW - - Renton - WA - 98057-5221 - Mr. - F206914 - L206914 - - PSESD Board Chair - 206914@hsesinfo.org - Ms. - F206915 - L206915 - - Executive Director, Learning, Teaching, Family Support - 206915@hsesinfo.org - Ms. - F206917 - L206917 - - 206917@hsesinfo.org - Ms. - F206913 - L206913 - - 206913@hsesinfo.org - 555-555-6913 - - - 5198 - 2570 - 8914 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Unified School District 383 - https://www.usd383.org/schools/early-learning/home-based-services - 2570@hsesinfo.org - 1700 Leavenworth St - - Manhattan - KS - 66502-4143 - 1700 Leavenworth St - - Manhattan - KS - 66502-4143 - 1700 Leavenworth St - - Manhattan - KS - 66502-4143 - Mr. - F52269 - L52269 - - USD 383 Board of Education President - 52269@hsesinfo.org - Mrs. - F52267 - L52267 - - Executive Director of Special Services - 52267@hsesinfo.org - Ms. - F52266 - L52266 - - 52266@hsesinfo.org - Mr. - F52265 - L52265 - - 52265@hsesinfo.org - 555-555-2265 x 5555 - - - 10736 - 370 - 12732 - 000 - 1992 - 2019-11-01 - - AIAN HS - Active - FORT BELKNAP INDIAN COMMUNITY - - 370@hsesinfo.org - 656 Agency Main Street - - Harlem - MT - 59526-9705 - 656 Agency Main Street - - Harlem - MT - 59526-9705 - 656 Agency Main Street - - Harlem - MT - 59526-9705 - Mr. - F223488 - L223488 - Jr - Fort Belknap Community Council President - 223488@hsesinfo.org - Ms. - F223489 - L223489 - - Chief Administrative Officer - 223489@hsesinfo.org - Ms. - F223491 - L223491 - - 223491@hsesinfo.org - Mrs. - F223487 - L223487 - - 223487@hsesinfo.org - 555-555-3487 - - - 10737 - 1731 - 12734 - 000 - 2014 - 2019-12-01 - - HS - Active - Family Services of Westchester, Inc. - www.fsw.org - 1731@hsesinfo.org - 2975 Westchester Ave - Ste 401 - Purchase - NY - 10577-2580 - 2975 Westchester Ave - Ste 401 - Purchase - NY - 10577-2580 - 106 N Broadway - - White Plains - NY - 10603-3705 - Ms. - F223495 - L223495 - - - 223495@hsesinfo.org - Ms. - F223496 - L223496 - - - 223496@hsesinfo.org - Ms. - F223498 - L223498 - - 223498@hsesinfo.org - Ms. - F223494 - L223494 - - 223494@hsesinfo.org - 555-555-3494 - - - 10738 - 1730 - 12734 - 200 - 2014 - 2019-12-01 - - EHS - Active - Family Services of Westchester, Inc. - fsw.org - 1730@hsesinfo.org - 2975 Westchester Ave - Ste 401 - Purchase - NY - 10577-2580 - 2975 Westchester Ave - Ste 401 - Purchase - NY - 10577-2580 - 456 North St - - White Plains - NY - 10605-3003 - Ms. - F223502 - L223502 - - - 223502@hsesinfo.org - Ms. - F223503 - L223503 - - - 223503@hsesinfo.org - Ms. - F223505 - L223505 - - 223505@hsesinfo.org - Ms. - F223501 - L223501 - - 223501@hsesinfo.org - 555-555-3501 - - - 10741 - 3549 - 12737 - 002 - 2014 - 2019-11-01 - - HS - Active - Murray Head Start - www.headstart.murray.kyschools.us - 3549@hsesinfo.org - 208 S 13th St - - Murray - KY - 42071-2302 - 208 S 13th St - - Murray - KY - 42071-2302 - 208 S 13th St - - Murray - KY - 42071-2302 - Dr. - F223523 - L223523 - - Board Chairman - 223523@hsesinfo.org - Mr. - F223524 - L223524 - - Superintendent - 223524@hsesinfo.org - Ms. - F223526 - L223526 - - 223526@hsesinfo.org - Ms. - F223522 - L223522 - - 223522@hsesinfo.org - 555-555-3522 - - - 10742 - 843 - 12735 - 000 - 2014 - 2019-12-01 - - HS - Active - Celina City Schools - www.mercerheadstart.org - 843@hsesinfo.org - 585 E Livingston St - Celina City Schools/Mercer County Head Start - Celina - OH - 45822-1742 - 585 E Livingston St - Celina City Schools/Mercer County Head Start - Celina - OH - 45822-1742 - 585 E Livingston St - Celina City Schools/Mercer County Head Start - Celina - OH - 45822-1742 - Mr. - F223530 - L223530 - - President/Celina City Schools, Board of Education - 223530@hsesinfo.org - Dr. - F223531 - L223531 - - Superintendent - 223531@hsesinfo.org - Ms. - F223533 - L223533 - - 223533@hsesinfo.org - Ms. - F223529 - L223529 - J - 223529@hsesinfo.org - 555-555-3529 x 5555 - - - 9539 - 8813 - 11760 - 200 - 2019 - 2019-03-01 - - EHS - Active - City of Chicago - www.cityofchicago.org - 8813@hsesinfo.org - 1615 West Chicago Avenue - - Chicago - IL - 60622-5127 - 1615 West Chicago Avenue - - Chicago - IL - 60622-5127 - 1615 West Chicago Avenue - - Chicago - IL - 60622-5127 - Ms. - F215270 - L215270 - - Board Chair - 215270@hsesinfo.org - Ms. - F215271 - L215271 - - Commissioner - 215271@hsesinfo.org - Ms. - F215273 - L215273 - - 215273@hsesinfo.org - Ms. - F215269 - L215269 - - 215269@hsesinfo.org - 555-555-5269 - - - 8503 - 8383 - 10910 - 200 - 2017 - 2017-03-01 - - AIAN EHS - Active - Kenaitze Indian Tribe - http://www.kenaitze.org/headstart/index.htm - 8383@hsesinfo.org - 130 N Willow St - - Kenai - AK - 99611-7701 - 130 N Willow St - - Kenai - AK - 99611-7701 - 130 N Willow St - - Kenai - AK - 99611-7701 - Mr. - F208248 - L208248 - - Tribal Chairperson - 208248@hsesinfo.org - Ms. - F208249 - L208249 - - Executive Director Tribal Administration - 208249@hsesinfo.org - Ms. - F208251 - L208251 - - 208251@hsesinfo.org - Mrs. - F208247 - L208247 - - 208247@hsesinfo.org - 555-555-8247 - - - 8647 - 3053 - 11033 - 000 - 2012 - 2017-07-01 - - HS - Active - Unified School District 373 - http://usd373-ks.schoolloop.com/ - 3053@hsesinfo.org - 816 Oak St - - Newton - KS - 67114-1813 - 816 Oak St - - Newton - KS - 67114-1813 - 308 E. First St. - - Newton - KS - 67114-3846 - Mr. - F209037 - L209037 - - Board of Education President - 209037@hsesinfo.org - Dr. - F209038 - L209038 - - Superintendent, USD 373 - 209038@hsesinfo.org - Ms. - F209040 - L209040 - - 209040@hsesinfo.org - Ms. - F209036 - L209036 - - 209036@hsesinfo.org - 555-555-9036 - - - 8808 - 1522 - 11190 - 000 - 2013 - 2018-05-01 - - HS - Active - E Center - http://www.ecenter.org - 1522@hsesinfo.org - 1506 Starr Dr - - Yuba City - CA - 95993-2602 - 1506 Starr Dr - - Yuba City - CA - 95993-2602 - 1506 Starr Dr - - Yuba City - CA - 95993-2602 - Ms. - F210200 - L210200 - - Board Chair - 210200@hsesinfo.org - Ms. - F210201 - L210201 - - Chief Executive Officer - 210201@hsesinfo.org - Ms. - F210203 - L210203 - - 210203@hsesinfo.org - Ms. - F210199 - L210199 - - 210199@hsesinfo.org - 555-555-0199 - - - 5069 - 983 - 8985 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - COMMUNITY ACTION SERVICE OF MORGAN COUNTY HEAD START - www.Tnheadstart.org - 983@hsesinfo.org - 105 Longview Dr - - Wartburg - TN - 37887-4205 - PO Box 179 - - Wartburg - TN - 37887-0179 - 105 Longview Dr - - Wartburg - TN - 37887-4205 - Ms. - F51483 - L51483 - - Board Chairperson - 51483@hsesinfo.org - Mr. - F51479 - L51479 - - Director - 51479@hsesinfo.org - Ms. - F51481 - L51481 - - 51481@hsesinfo.org - Mr. - F51478 - L51478 - - 51478@hsesinfo.org - 555-555-1478 - - - 7025 - 1238 - 10469 - 000 - 1991 - 2016-01-01 - - HS - Active - Community Action Committee of Pike County - http://www.pikecac.org - 1238@hsesinfo.org - 941 Market St - - Piketon - OH - 45661-9757 - 941 Market St - - Piketon - OH - 45661-9757 - 941 Market St - - Piketon - OH - 45661-9757 - Ms. - F204841 - L204841 - - Governing Board President - 204841@hsesinfo.org - Mr. - F204842 - L204842 - - Executive Director - 204842@hsesinfo.org - Ms. - F204844 - L204844 - - 204844@hsesinfo.org - Ms. - F204840 - L204840 - - 204840@hsesinfo.org - 555-555-4840 x 5555 - - - 9385 - 4234 - 11610 - 000 - 2013 - 2019-02-01 - - HS - Active - Butler County Educational Service Center - prescotts@bcesc.org - 4234@hsesinfo.org - 400 N Erie Blvd - - Hamilton - OH - 45011 - 400 N Erie Blvd - - Hamilton - OH - 45011 - 400 N Erie Blvd - - Hamilton - OH - 45011 - Mrs. - F214228 - L214228 - - BCESC Governing Board President - 214228@hsesinfo.org - Mr. - F214229 - L214229 - - Superintendent - 214229@hsesinfo.org - Ms. - F214231 - L214231 - - 214231@hsesinfo.org - Mrs. - F214227 - L214227 - - 214227@hsesinfo.org - 555-555-4227 - - - 5219 - 5225 - 9049 - 000 - 2014 - 2014-07-01 - 2019-02-28 - HS - Inactive - Community Action Partnership of North Alabama, Inc. - www.capna.org - 5225@hsesinfo.org - 1909 Central Parkway SW - - Decatur - AL - 35601-6822 - 1909 Central Parkway SW - - Decatur - AL - 35601-6822 - 1909 Central Parkway SW - - Decatur - AL - 35601-6822 - Mr. - F52378 - L52378 - - Board Chair - 52378@hsesinfo.org - Mr. - F52379 - L52379 - - CEO - 52379@hsesinfo.org - Ms. - F52381 - L52381 - - 52381@hsesinfo.org - Mrs. - F52377 - L52377 - - 52377@hsesinfo.org - 555-555-2377 - - - 5272 - 3631 - 9119 - 002 - 2014 - 2014-07-01 - 2019-06-30 - Migrant HS - Inactive - Del Valle Migrant Head Start, Inc. - - 3631@hsesinfo.org - 6550 Ridge Rd - - Oswego - IL - 60543-8635 - 6550 Ridge Rd - - Oswego - IL - 60543-8635 - 6550 Ridge Rd - - Oswego - IL - 60543-8635 - Mr. - F53578 - L53578 - - President - 53578@hsesinfo.org - Mrs. - F53579 - L53579 - - Director - 53579@hsesinfo.org - Mr. - F53576 - L53576 - - 53576@hsesinfo.org - Ms. - F53574 - L53574 - - 53574@hsesinfo.org - 555-555-3574 - - - 11415 - 2388 - 13255 - 000 - 1992 - 2020-06-01 - - HS - Active - Allegheny County Department of Human Services - http://www.alleghenycounty.us/dhs/ - 2388@hsesinfo.org - 1 Smithfield St - Ste 400 - Pittsburgh - PA - 15222-2221 - 1 Smithfield St - Ste 400 - Pittsburgh - PA - 15222-2221 - 1 Smithfield St - Ste 400 - Pittsburgh - PA - 15222-2221 - Mr. - F227947 - L227947 - - Allegheny County Manager - 227947@hsesinfo.org - Mr. - F227948 - L227948 - - Executive Director Allegheny County Department of Human Services - 227948@hsesinfo.org - Mrs. - F227950 - L227950 - - 227950@hsesinfo.org - Mrs. - F227946 - L227946 - - 227946@hsesinfo.org - 555-555-7946 - - - 6211 - 6224 - 9763 - 200 - - 2015-03-01 - 2019-08-31 - AIAN EHS - Inactive - OWENS VALLEY CAREER DEVELOPMENT CENTER - http://www.ovcdc.com - 6224@hsesinfo.org - 2574 Diaz Ln - - Bishop - CA - 93514-8099 - 2574 Diaz Ln - - Bishop - CA - 93514-8099 - 2574 Diaz Ln - - Bishop - CA - 93514-8099 - Mr. - F109072 - L109072 - - OVBT Chair - 109072@hsesinfo.org - Mr. - F109073 - L109073 - - EXECUTIVE DIRECTOR - 109073@hsesinfo.org - Mr. - F109075 - L109075 - - 109075@hsesinfo.org - Ms. - F109071 - L109071 - - 109071@hsesinfo.org - 555-555-9071 x 5555 - - - 11417 - 6464 - 13259 - 000 - - 2020-06-01 - - HS - Active - Montgomery County Intermediate Unit - www.mciu.org - 6464@hsesinfo.org - 2 W Lafayette St - - Norristown - PA - 19401-4758 - 2 W Lafayette St - - Norristown - PA - 19401-4758 - 2 W Lafayette St - - Norristown - PA - 19401-4758 - Mrs. - F227961 - L227961 - - Board President - 227961@hsesinfo.org - Dr. - F227962 - L227962 - - Chief Executive Officer - 227962@hsesinfo.org - Mrs. - F227964 - L227964 - - 227964@hsesinfo.org - Mrs. - F227960 - L227960 - - 227960@hsesinfo.org - 555-555-7960 - - - 7026 - 3203 - 10469 - 200 - 2003 - 2016-01-01 - - EHS - Active - Community Action Committee of Pike County - http://www.pikecac.org - 3203@hsesinfo.org - 941 Market St - - Piketon - OH - 45661-9757 - 941 Market St - - Piketon - OH - 45661-9757 - 941 Market St - - Piketon - OH - 45661-9757 - Ms. - F204848 - L204848 - - Governing Board President - 204848@hsesinfo.org - Mr. - F204849 - L204849 - - Executive Director - 204849@hsesinfo.org - Ms. - F204851 - L204851 - - 204851@hsesinfo.org - Ms. - F204847 - L204847 - - 204847@hsesinfo.org - 555-555-4847 x 5555 - - - 11416 - 6331 - 13255 - 200 - - 2020-06-01 - - EHS - Active - Allegheny County Department of Human Services - http://www.alleghenycounty.us/dhs/ - 6331@hsesinfo.org - 1 Smithfield St - Ste 400 - Pittsburgh - PA - 15222-2221 - 1 Smithfield St - Ste 400 - Pittsburgh - PA - 15222-2221 - 1 Smithfield St - Ste 400 - Pittsburgh - PA - 15222-2221 - Mr. - F227954 - L227954 - - Allegheny County Manager - 227954@hsesinfo.org - Mr. - F227955 - L227955 - - AIU3 Executive Director - 227955@hsesinfo.org - Mrs. - F227957 - L227957 - - 227957@hsesinfo.org - Mrs. - F227953 - L227953 - - 227953@hsesinfo.org - 555-555-7953 - - - 6227 - 718 - 9868 - 200 - 2004 - 2015-04-01 - 2020-06-30 - EHS - Inactive - NEIGHBORS IN NEED OF SERVICES, INC - http://www.ninosinc.org - 718@hsesinfo.org - 22887 State Highway 345 - - Rio Hondo - TX - 78583 - PO Box 189 - - Rio Hondo - TX - 78583-0189 - 22887 State Highway 345 - - Rio Hondo - TX - 78583 - Mr. - F109473 - L109473 - - - 109473@hsesinfo.org - Ms. - F109474 - L109474 - - Executive/Head Start Director - 109474@hsesinfo.org - Ms. - F109471 - L109471 - - 109471@hsesinfo.org - Ms. - F109470 - L109470 - - 109470@hsesinfo.org - 555-555-9470 x 5555 - - - 4451 - 1501 - 8498 - 000 - 1998 - 2013-11-01 - 2018-10-31 - HS - Inactive - Easter Seals North Georgia - http://www.northgeorgia.easterseals.com - 1501@hsesinfo.org - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - - F41562 - L41562 - - Chairperson, Board of Directors - 41562@hsesinfo.org - - F41560 - L41560 - - - 41560@hsesinfo.org - - F41561 - L41561 - - 41561@hsesinfo.org - - F41558 - L41558 - - 41558@hsesinfo.org - 555-555-1558 - - - 9437 - 3515 - 11653 - 001 - 2014 - 2019-03-01 - - Migrant HS - Active - Pajaro Valley Unified School District - www.pvusd.net - 3515@hsesinfo.org - 294 Green Valley Road, 2nd Floor - - Watsonville - CA - 95076-1382 - 294 Green Valley Road, 2nd Floor - - Watsonville - CA - 95076-1382 - 294 Green Valley Road, 2nd Floor - - Watsonville - CA - 95076-1382 - Mrs. - F214566 - L214566 - - Superintendent - 214566@hsesinfo.org - Mrs. - F214567 - L214567 - - Superintendent - 214567@hsesinfo.org - Mr. - F214569 - L214569 - - 214569@hsesinfo.org - Mrs. - F214565 - L214565 - - 214565@hsesinfo.org - 555-555-4565 - - - 5437 - 2640 - 8757 - 200 - 2014 - 2014-09-01 - 2020-08-31 - Migrant EHS - Inactive - Chicanos por la Causa, Inc. - http://www.cplc.org - 2640@hsesinfo.org - 1242 E. Washington St. - Suite 200 - Phoenix - AZ - 85034 - 1242 E. Washington St. - Suite 200 - Phoenix - AZ - 85034 - 1242 E. Washington St. - Suite 200 - Phoenix - AZ - 85034 - Mr. - F96989 - L96989 - - CPLC Board of Directors Chair - 96989@hsesinfo.org - Mr. - F96987 - L96987 - - President and Chief Executive Officer (CEO) - 96987@hsesinfo.org - Ms. - F96986 - L96986 - - 96986@hsesinfo.org - Ms. - F96985 - L96985 - - 96985@hsesinfo.org - 555-555-6985 x 5555 - - - 9632 - 4846 - 11808 - 000 - 2014 - 2019-05-01 - - HS - Active - Wu Yee Children's Services - - 4846@hsesinfo.org - 831 Broadway Street, 2nd Floor - - San Francisco - CA - 94133 - 831 Broadway Street, 2nd Floor - - San Francisco - CA - 94133 - 831 Broadway Street, 2nd Floor - - San Francisco - CA - 94133 - Ms. - F215869 - L215869 - - Board President - 215869@hsesinfo.org - Ms. - F215870 - L215870 - - CEO - 215870@hsesinfo.org - Ms. - F215872 - L215872 - - 215872@hsesinfo.org - Ms. - F215868 - L215868 - - 215868@hsesinfo.org - 555-555-5868 - - - 9633 - 2473 - 11808 - 200 - 2014 - 2019-05-01 - - EHS - Active - Wu Yee Children's Services - www.wuyee.org - 2473@hsesinfo.org - 831 Broadway - - San Francisco - CA - 94133-4218 - 831 Broadway - - San Francisco - CA - 94133-4218 - 831 Broadway - - San Francisco - CA - 94133-4218 - Ms. - F215876 - L215876 - - Board President - 215876@hsesinfo.org - Ms. - F215877 - L215877 - - CEO - 215877@hsesinfo.org - Ms. - F215879 - L215879 - - 215879@hsesinfo.org - Ms. - F215875 - L215875 - - 215875@hsesinfo.org - 555-555-5875 - - - 8882 - 3261 - 11246 - 000 - 2013 - 2018-07-01 - - HS - Active - FAYETTE COUNTY SCHOOL DISTRICT - www.fayettecountyheadstart.com - 3261@hsesinfo.org - 1800 N Eastern Ave - - Connersville - IN - 47331-2776 - 1800 N Eastern Ave - - Connersville - IN - 47331-2776 - 1401 Spartan Drive - - Connersville - IN - 47331 - Ms. - F210695 - L210695 - - President, FCSC School Board - 210695@hsesinfo.org - Mr. - F210696 - L210696 - - - 210696@hsesinfo.org - Mrs. - F210698 - L210698 - - 210698@hsesinfo.org - Mrs. - F210694 - L210694 - - 210694@hsesinfo.org - 555-555-0694 x 5555 - - - 4805 - 4809 - 8766 - 200 - 2014 - 2014-04-01 - 2019-07-31 - EHS - Inactive - Lutheran Services Florida, Inc. - www.lsfnet.org - 4809@hsesinfo.org - 3027 San Diego Rd - Children's Home Society - Ellis Building - Jacksonville - FL - 32207-3691 - 3027 San Diego Rd - Children's Home Society - Ellis Building - Jacksonville - FL - 32207-3691 - 3027 San Diego Rd - Children's Home Society - Ellis Building - Jacksonville - FL - 32207-3691 - Mr. - F46718 - L46718 - - Board Chair - 46718@hsesinfo.org - Mr. - F46719 - L46719 - - Executive Vice President for Children and Head Start Services - 46719@hsesinfo.org - Mr. - F46721 - L46721 - - 46721@hsesinfo.org - Mrs. - F46717 - L46717 - - 46717@hsesinfo.org - 555-555-6717 - - - 9817 - 566 - 11943 - 000 - 2014 - 2019-07-01 - - HS - Active - Economic Opportunity Authority for Savannah-Chatham Co. - http://www.eoasga.org - 566@hsesinfo.org - 1120 May St - - Savannah - GA - 31415-5470 - 1120 May St - - Savannah - GA - 31415-5470 - 1120 May St - - Savannah - GA - 31415-5470 - Dr. - F217130 - L217130 - - EOA Board Chairperson - 217130@hsesinfo.org - Mr. - F217131 - L217131 - - Interim EOA Executive Director - 217131@hsesinfo.org - Ms. - F217133 - L217133 - - 217133@hsesinfo.org - Mrs. - F217129 - L217129 - - 217129@hsesinfo.org - 555-555-7129 x 5555 - - - 9818 - 565 - 11943 - 200 - 2014 - 2019-07-01 - - EHS - Active - Economic Opportunity Authority for Savannah-Chatham Co. - http://www.eoasga.org - 565@hsesinfo.org - 1120 May St - - Savannah - GA - 31415-5470 - 1120 May St - - Savannah - GA - 31415-5470 - 1120 May St - - Savannah - GA - 31415-5470 - Dr. - F217137 - L217137 - - EOA Board Chairperson - 217137@hsesinfo.org - Mr. - F217138 - L217138 - - Interim EOA Executive Director - 217138@hsesinfo.org - Ms. - F217140 - L217140 - - 217140@hsesinfo.org - Mrs. - F217136 - L217136 - - 217136@hsesinfo.org - 555-555-7136 x 5555 - - - 9085 - 559 - 11402 - 000 - 2013 - 2018-09-01 - - HS - Active - South Central Human Resource Agency - http://www.schra.us - 559@hsesinfo.org - 1437 Winchester Hwy - - Fayetteville - TN - 37334-2757 - PO Box 638 - - Fayetteville - TN - 37334-0638 - 1437 Winchester Hwy - - Fayetteville - TN - 37334-2757 - Hon. Mayor - F212176 - L212176 - - Board Chair - 212176@hsesinfo.org - Mr. - F212177 - L212177 - - Executive Director - 212177@hsesinfo.org - Mr. - F212179 - L212179 - - 212179@hsesinfo.org - Ms. - F212175 - L212175 - - 212175@hsesinfo.org - 555-555-2175 x 5555 - - - 9086 - 560 - 11402 - 200 - 2013 - 2018-09-01 - - EHS - Active - South Central Human Resource Agency - http://www.schra.us - 560@hsesinfo.org - 1437 Winchester Hwy - - Fayetteville - TN - 37334-2757 - PO Box 638 - - Fayetteville - TN - 37334-0638 - 1437 Winchester Hwy - - Fayetteville - TN - 37334-2757 - Hon. Mayor - F212183 - L212183 - - Board Chair - 212183@hsesinfo.org - Mr. - F212184 - L212184 - - Executive Director - 212184@hsesinfo.org - Mr. - F212186 - L212186 - - 212186@hsesinfo.org - Ms. - F212182 - L212182 - - 212182@hsesinfo.org - 555-555-2182 x 5555 - - - 4554 - 1433 - 8523 - 000 - 2013 - 2013-12-23 - 2018-12-31 - HS - Inactive - Hancock Hardin Wyandot Putnam Community Action - www.hhwpcac.org - 1433@hsesinfo.org - 122 Jefferson St - - Findlay - OH - 45840-4843 - 122 Jefferson St - - Findlay - OH - 45840-4843 - 122 Jefferson St - - Findlay - OH - 45840-4843 - Ms. - F43223 - L43223 - - Board President - 43223@hsesinfo.org - Mr. - F43224 - L43224 - - Executive Director - 43224@hsesinfo.org - Ms. - F43225 - L43225 - - 43225@hsesinfo.org - Mr. - F43221 - L43221 - - 43221@hsesinfo.org - 555-555-3221 x 5555 - - - 3373 - 2980 - 7368 - 000 - 2013 - 2013-06-26 - 2018-12-31 - HS - Inactive - THE SPANISH SPEAKING UNITY COUNCIL OF ALAMEDA COUNTY, I - www.unitycouncil.org - 2980@hsesinfo.org - 1900 FRUITVALE AVE SUITE 2A - - OAKLAND - CA - 94601-2468 - 1900 FRUITVALE AVE SUITE 2A - - OAKLAND - CA - 94601-2468 - 1900 FRUITVALE AVE SUITE 2A - - OAKLAND - CA - 94601-2468 - Ms. - F38405 - L38405 - - Chairperson of the Board of Directors - 38405@hsesinfo.org - Mr. - F38403 - L38403 - - - 38403@hsesinfo.org - Ms. - F38402 - L38402 - - 38402@hsesinfo.org - Mr. - F36220 - L36220 - - 36220@hsesinfo.org - 555-555-6220 - - - 4854 - 4858 - 8831 - 200 - 2014 - 2014-05-01 - 2019-02-28 - EHS - Inactive - Community Action Partnership of North Alabama, Inc. - www.capna.org - 4858@hsesinfo.org - 1909 Central Parkway SW - - Decatur - AL - 35601-6822 - 1909 Central Pkwy SW - - Decatur - AL - 35601-6822 - 1909 Central Pkwy SW - - Decatur - AL - 35601-6822 - Mr. - F47383 - L47383 - - Board Chair - 47383@hsesinfo.org - Mr. - F47384 - L47384 - - CEO - 47384@hsesinfo.org - Ms. - F47386 - L47386 - - 47386@hsesinfo.org - Ms. - F47382 - L47382 - - 47382@hsesinfo.org - 555-555-7382 - - - 9816 - 891 - 11952 - 000 - 2014 - 2019-07-01 - - HS - Active - Kannapolis City School District - http://www.kcs.k12.nc.us - 891@hsesinfo.org - 1300 Glenn Avenue - - Kannapolis - NC - 28081 - 1300 Glenn Avenue - - Kannapolis - NC - 28081 - 100 Denver Street - - Kannapolis - NC - 28083 - Mr. - F217123 - L217123 - - School Board Chairperson - 217123@hsesinfo.org - Dr. - F217124 - L217124 - - Superintendent - 217124@hsesinfo.org - Ms. - F217126 - L217126 - - 217126@hsesinfo.org - Mrs. - F217122 - L217122 - - 217122@hsesinfo.org - 555-555-7122 - - - 9819 - 422 - 11937 - 000 - 1991 - 2019-07-01 - - HS - Active - St. Clair County Head Start, Inc. - www.stclaircountyheadstart.com - 422@hsesinfo.org - 21685 US Highway 231 North - - Pell City - AL - 35125 - 21685 US Highway 231 North - P.O. Box 641 - Pell City - AL - 35125-0641 - 21685 US Highway 231 North - - Pell City - AL - 35125 - Mrs. - F217144 - L217144 - - Board Chairperson - 217144@hsesinfo.org - Ms. - F217145 - L217145 - - Executive Director - 217145@hsesinfo.org - Ms. - F217147 - L217147 - - 217147@hsesinfo.org - Ms. - F217143 - L217143 - - 217143@hsesinfo.org - 555-555-7143 x 5555 - - - 4806 - 1946 - 8619 - 000 - 2014 - 2014-05-01 - 2019-04-30 - HS - Inactive - THREE RIVERS COMMUNITY ACTION, INC. - http://www.threeriverscap.org - 1946@hsesinfo.org - 1414 North Star Drive - - Zumbrota - MN - 55992-1091 - 1414 North Star Drive - - Zumbrota - MN - 55992-1091 - 1414 North Star Drive - - Zumbrota - MN - 55992-1091 - Mr. - F46890 - L46890 - - Board Chair - 46890@hsesinfo.org - Ms. - F46887 - L46887 - - Executive Director - 46887@hsesinfo.org - Ms. - F46888 - L46888 - - 46888@hsesinfo.org - Ms. - F46886 - L46886 - - 46886@hsesinfo.org - 555-555-6886 - - - 8044 - 8007 - 290 - 200 - 2016 - 2018-09-01 - 2018-12-31 - EHS - Inactive - B.C.M.W. Community Services, Inc. - www.bcmwhs.org - 8007@hsesinfo.org - 909 E. Rexford - - Centralia - IL - 62801-9111 - P.O. Box 729 - - Centralia - IL - 62801-9111 - 909 E Rexford St - - Centralia - IL - 62801-3033 - Mr. - F205502 - L205502 - - BCMW Board Chairperson - 205502@hsesinfo.org - Ms. - F205503 - L205503 - - Executive Director - 205503@hsesinfo.org - Mr. - F205505 - L205505 - - 205505@hsesinfo.org - Mrs. - F205501 - L205501 - - 205501@hsesinfo.org - 555-555-5501 x 5555 - - - 9815 - 520 - 11940 - 200 - 2014 - 2019-07-01 - - EHS - Active - Redlands Christian Migrant Association - catalinas@rcma.org - 520@hsesinfo.org - 402 West Main Street - - Immokalee - FL - 34142-3933 - 402 West Main Street - - Immokalee - FL - 34142-3933 - 402 West Main Street - - Immokalee - FL - 34142-3933 - Ms. - F217116 - L217116 - - Governing Body Chair - 217116@hsesinfo.org - Ms. - F217117 - L217117 - - Executive Director - 217117@hsesinfo.org - Ms. - F217119 - L217119 - - 217119@hsesinfo.org - Ms. - F217115 - L217115 - - 217115@hsesinfo.org - 555-555-7115 x 5555 - - - 9044 - 1116 - 11377 - 000 - 2013 - 2018-09-01 - - HS - Active - Shasta County Head Start Child Development,Inc - http://www.shastaheadstart.org - 1116@hsesinfo.org - 375 Lake Blvd - Ste 100 - Redding - CA - 96003-2557 - 375 Lake Blvd - Ste 100 - Redding - CA - 96003-2557 - 375 Lake Blvd - Ste 100 - Redding - CA - 96003-2557 - Mr. - F211844 - L211844 - - Chair - 211844@hsesinfo.org - Mr. - F211845 - L211845 - - Executive Director - 211845@hsesinfo.org - Mrs. - F211847 - L211847 - - 211847@hsesinfo.org - Ms. - F211843 - L211843 - - 211843@hsesinfo.org - 555-555-1843 - - - 10098 - 936 - 12132 - 000 - 1992 - 2019-07-01 - - HS - Active - Lancaster-Lebanon Intermediate Unit School District #13 - http://www.iu13.org - 936@hsesinfo.org - 1 Cumberland St - - Lebanon - PA - 17042-5445 - 1020 New Holland Avenue - - Lancaster - PA - 17601 - 1020 New Holland Ave - - Lancaster - PA - 17601-5606 - Mr. - F219079 - L219079 - - President of IU 13 Board of School Directors - 219079@hsesinfo.org - Dr. - F219080 - L219080 - - - 219080@hsesinfo.org - Ms. - F219082 - L219082 - - 219082@hsesinfo.org - Ms. - F219078 - L219078 - - 219078@hsesinfo.org - 555-555-9078 - - - 6108 - 2039 - 9719 - 000 - 1992 - 2015-03-01 - - HS - Active - Morris County Head Start Community Program, Inc. - www.headstartmc.org - 2039@hsesinfo.org - 18 Thompson Avenue - - Dover - NJ - 07801-4512 - 18 Thompson Avenue - - Dover - NJ - 07801-4512 - 18 Thompson Avenue - - Dover - NJ - 07801-4512 - Mr. - F108428 - L108428 - - Board President - 108428@hsesinfo.org - Ms. - F108430 - L108430 - - Executive Director - 108430@hsesinfo.org - Ms. - F108431 - L108431 - - 108431@hsesinfo.org - Ms. - F108426 - L108426 - - 108426@hsesinfo.org - 555-555-8426 - - - 8581 - 8458 - 10982 - 000 - 2017 - 2017-04-15 - - Migrant HS - Active - CDI HS/North West Colorado Migrant Seasonal, CO - www.cdiheadstart.org - 8458@hsesinfo.org - 6101 W 10th St - - Greeley - CO - 80634-9755 - PO Box 340 - - Greeley - CO - 80632-0340 - 6101 W 10th St - - Greeley - CO - 80634-9755 - Mr. - F208786 - L208786 - - Chief Executive Officer - 208786@hsesinfo.org - Ms. - F208787 - L208787 - - Executive Director - 208787@hsesinfo.org - Mr. - F208789 - L208789 - - 208789@hsesinfo.org - Ms. - F208785 - L208785 - - 208785@hsesinfo.org - 555-555-8785 - - - 10623 - 9046 - 12622 - 000 - 2019 - 2019-09-01 - - HS - Active - Family & Children's Place - familyandchildrensplace.org - 9046@hsesinfo.org - 525 Zane St. - - Louisville - KY - 40203-3203 - P.O. Box 3784 - - Louisville - KY - 40201-3784 - 525 Zane St. - - Louisville - KY - 40203-3203 - Ms. - F222698 - L222698 - - Board Chair - 222698@hsesinfo.org - Ms. - F222699 - L222699 - - President/CEO - 222699@hsesinfo.org - - F222701 - L222701 - - 222701@hsesinfo.org - Mr. - F222697 - L222697 - - 222697@hsesinfo.org - 555-555-2697 x 5555 - - - 9733 - 8831 - 11877 - 200 - 2019 - 2019-09-01 - - AIAN EHS - Active - Santee Sioux Tribe of Nebraska - - 8831@hsesinfo.org - 425 Frazier Avenue North, Suite 2 - - Niobrara - NE - 68760-0163 - 425 Frazier Avenue North, Suite 2 - - Niobrara - NE - 68760-0163 - 425 Frazier Avenue North, Suite 2 - - Niobrara - NE - 68760-0163 - Mr. - F216543 - L216543 - - Tribal Chairman - 216543@hsesinfo.org - Mr. - F216541 - L216541 - - Chief Executive Officer - 216541@hsesinfo.org - Mrs. - F216544 - L216544 - - 216544@hsesinfo.org - Mrs. - F216540 - L216540 - - 216540@hsesinfo.org - 555-555-6540 - - - 10634 - 9054 - 12628 - 200 - 2019 - 2019-09-01 - - EHS - Active - Mexican American Opportunity Foundation - http://www.maof.org - 9054@hsesinfo.org - 2650 Zoe Avenue - - Huntington Park - CA - 90255 - 2650 Zoe Avenue - - Huntington Park - CA - 90255 - 2650 Zoe Avenue - - Huntington Park - CA - 90255 - Mrs. - F222771 - L222771 - - Chair - 222771@hsesinfo.org - Mr. - F222772 - L222772 - - - 222772@hsesinfo.org - Mr. - F222774 - L222774 - - 222774@hsesinfo.org - Mrs. - F222770 - L222770 - - 222770@hsesinfo.org - 555-555-2770 - - - 4941 - 3204 - 8859 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - El Dorado County Office of Education - http://www.edcoe.org - 3204@hsesinfo.org - 6767 Green Valley Road - - Placerville - CA - 95667-8984 - 6767 Green Valley Road - - Placerville - CA - 95667-8984 - 6767 Green Valley Road - - Placerville - CA - 95667-8984 - Dr. - F48730 - L48730 - - Superintendent of Schools - 48730@hsesinfo.org - Dr. - F48729 - L48729 - - Superintendent of Schools - 48729@hsesinfo.org - Mrs. - F48728 - L48728 - - 48728@hsesinfo.org - Ms. - F48725 - L48725 - - 48725@hsesinfo.org - 555-555-8725 - - - 10633 - 9053 - 12627 - 200 - 2019 - 2019-09-01 - - EHS - Active - Baldwin Park Unified School District - www.bpusd.net/ece - 9053@hsesinfo.org - 3699 North Holly Avenue - - Baldwin Park - CA - 91706-5327 - 3699 North Holly Avenue - - Baldwin Park - CA - 91706-5327 - 3699 North Holly Avenue - - Baldwin Park - CA - 91706-5327 - Mrs. - F222764 - L222764 - - Board Chairperson - 222764@hsesinfo.org - Dr. - F222765 - L222765 - - Superintendent - 222765@hsesinfo.org - Mrs. - F222767 - L222767 - - 222767@hsesinfo.org - Mr. - F222763 - L222763 - - 222763@hsesinfo.org - 555-555-2763 - - - 9820 - 564 - 11948 - 000 - 2014 - 2019-07-01 - - HS - Active - Coastal Plain Area Economic Opportunity Authority, Inc - coastalplaineoa.org - 564@hsesinfo.org - 1810 W Hill Ave - Unit B2 - Valdosta - GA - 31601-5154 - 1810 W Hill Ave - Unit B2 - Valdosta - GA - 31601-5154 - 1810 W Hill Ave - Unit B2 - Valdosta - GA - 31601-5154 - Dr. - F217151 - L217151 - - Board Chairman - 217151@hsesinfo.org - Mrs. - F217152 - L217152 - - Executive Director - 217152@hsesinfo.org - Ms. - F217154 - L217154 - - 217154@hsesinfo.org - Mrs. - F217150 - L217150 - - 217150@hsesinfo.org - 555-555-7150 x 5555 - - - 9821 - 5107 - 11954 - 000 - 2014 - 2019-07-01 - - HS - Active - Lancaster Head Start - - 5107@hsesinfo.org - 500 Hampton Rd - - Lancaster - SC - 29720-3664 - 300 S Catawba St - - Lancaster - SC - 29720-2458 - 500 Hampton Rd - - Lancaster - SC - 29720-3664 - Mr. - F217158 - L217158 - Jr - Board Chair - 217158@hsesinfo.org - Dr. - F217159 - L217159 - - Superintendent - 217159@hsesinfo.org - Mr. - F217161 - L217161 - - 217161@hsesinfo.org - Ms. - F217157 - L217157 - - 217157@hsesinfo.org - 555-555-7157 - - - 10039 - 1782 - 12107 - 000 - 2014 - 2019-07-01 - - HS - Active - Athens-Meigs Educational Service Center - www.athensmeigs.com - 1782@hsesinfo.org - 21 Birge Dr - - Chauncey - OH - 45719-0040 - PO Box 40 - - Chauncey - OH - 45719-0040 - 21 Birge Dr - - Chauncey - OH - 45719-0040 - Mr. - F218666 - L218666 - - President - 218666@hsesinfo.org - Ms. - F218667 - L218667 - - Superintendent - 218667@hsesinfo.org - Ms. - F218669 - L218669 - - 218669@hsesinfo.org - Mrs. - F218665 - L218665 - - 218665@hsesinfo.org - 555-555-8665 x 5555 - - - 5195 - 1027 - 8917 - 000 - 1992 - 2014-07-01 - 2019-06-30 - HS - Inactive - HUTCHINSON BOARD OF EDUCATION - http://www.usd308.com - 1027@hsesinfo.org - 330 Charles Street - - Hutchinson - KS - 67501-3905 - 330 Charles Street - - Hutchinson - KS - 67501-3905 - 1520 N Plum St - - Hutchinson - KS - 67501-5854 - Mrs. - F52233 - L52233 - - Board of Education President - 52233@hsesinfo.org - Mr. - F52231 - L52231 - - Assistant Superintendent - 52231@hsesinfo.org - Mrs. - F52232 - L52232 - - 52232@hsesinfo.org - Ms. - F52230 - L52230 - - 52230@hsesinfo.org - 555-555-2230 - - - 9822 - 367 - 11938 - 000 - 1991 - 2019-07-01 - - HS - Active - Tuskegee City Mayor's Office - www.tmcheadstart.com - 367@hsesinfo.org - 103 W Martin Luther King Highway - - Tuskegee - AL - 36083-2205 - 103 W Martin Luther King Highway - - Tuskegee - AL - 36083-2205 - 103 W Martin Luther King Highway - - Tuskegee - AL - 36083-2205 - Hon. Mayor - F217165 - L217165 - - Board Chairperson - 217165@hsesinfo.org - Ms. - F217166 - L217166 - - Interim Executive Director - 217166@hsesinfo.org - Mr. - F217168 - L217168 - - 217168@hsesinfo.org - Ms. - F217164 - L217164 - - 217164@hsesinfo.org - 555-555-7164 - - - 5865 - 5872 - 9538 - 003 - - 2014-07-01 - 2020-06-30 - HS - Inactive - The Young Women's Christian Assoc of PB County, FL - http://www.ywcapbc.org - 5872@hsesinfo.org - 1016 N Dixie Hwy - - West Palm Beach - FL - 33401-3304 - 1016 N Dixie Hwy - - West Palm Beach - FL - 33401-3304 - 1016 N Dixie Hwy - - West Palm Beach - FL - 33401-3304 - Ms. - F104720 - L104720 - - Board Chair - 104720@hsesinfo.org - Ms. - F104721 - L104721 - - Chief Executive Officer - 104721@hsesinfo.org - - F104723 - L104723 - - 104723@hsesinfo.org - Ms. - F104719 - L104719 - - 104719@hsesinfo.org - 555-555-4719 - - - 9634 - 3173 - 11809 - 000 - 2014 - 2019-06-01 - - HS - Active - LAWRENCE COUNTY SOCIAL SERVICES, INC. - http://www.lccap.org - 3173@hsesinfo.org - 241 W Grant St - - New Castle - PA - 16101-2212 - PO Box 189 - - New Castle - PA - 16103-0189 - 241 W Grant St - - New Castle - PA - 16101-2212 - Mr. - F215883 - L215883 - - - 215883@hsesinfo.org - Mr. - F215884 - L215884 - - - 215884@hsesinfo.org - Mrs. - F215886 - L215886 - - 215886@hsesinfo.org - Ms. - F215882 - L215882 - - 215882@hsesinfo.org - 555-555-5882 x 5555 - - - 8062 - 8020 - 6871 - 200 - 2016 - 2017-02-01 - 2019-06-30 - EHS - Inactive - New York City Administration for Children's Services - nyc.gov/html/acs/html/home/home.shtml - 8020@hsesinfo.org - 66 John Street, 8th Floor - - New York - NY - 10038-3735 - 66 John Street, 8th Floor - - New York - NY - 10038-3735 - 66 John Street, 8th Floor - - New York - NY - 10038-3735 - Mr. - F205621 - L205621 - - Commissioner - 205621@hsesinfo.org - Ms. - F205622 - L205622 - - - 205622@hsesinfo.org - Ms. - F205624 - L205624 - - 205624@hsesinfo.org - Ms. - F205620 - L205620 - - 205620@hsesinfo.org - 555-555-5620 - - - 4826 - 1981 - 8625 - 200 - 2003 - 2014-05-01 - 2019-04-30 - EHS - Inactive - FULTON EARLY HEAD START - www.fcfpinc.org - 1981@hsesinfo.org - 22438 Great Cove Rd - Ste 102 - Mc Connellsburg - PA - 17233-8367 - 22438 Great Cove Road - Suite 106 - McConnellsburg - PA - 17233 - 22438 Great Cove Rd - Ste 106 - Mc Connellsburg - PA - 17233-8367 - Mr. - F47184 - L47184 - - School Board President - 47184@hsesinfo.org - Mrs. - F47187 - L47187 - - CF Superintendent - 47187@hsesinfo.org - Ms. - F47186 - L47186 - - 47186@hsesinfo.org - Ms. - F47183 - L47183 - - 47183@hsesinfo.org - 555-555-7183 x 5555 - - - 4593 - 285 - 6871 - 000 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - New York City Administration for Children's Services - nyc.gov/html/acs/html/home/home.shtml - 285@hsesinfo.org - 66 John Street, 8th Floor - - New York - NY - 10038-3735 - 66 John Street, 8th Floor - - New York - NY - 10038-3735 - 66 John Street, 8th Floor - - New York - NY - 10038-3735 - Mr. - F43624 - L43624 - - Commissioner - 43624@hsesinfo.org - Ms. - F43627 - L43627 - - - 43627@hsesinfo.org - Ms. - F43625 - L43625 - - 43625@hsesinfo.org - Ms. - F43622 - L43622 - - 43622@hsesinfo.org - 555-555-3622 - - - 5196 - 1026 - 8917 - 200 - 2002 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Reno County Early Head Start - http://www.usd308.com - 1026@hsesinfo.org - 518 N Washington St - - Hutchinson - KS - 67501-4819 - 518 N Washington St - - Hutchinson - KS - 67501-4819 - 1520 North Plum Street - - Hutchinson - KS - 67504 - Mrs. - F52239 - L52239 - - Board of Education President - 52239@hsesinfo.org - Mr. - F52240 - L52240 - - - 52240@hsesinfo.org - Mrs. - F52242 - L52242 - - 52242@hsesinfo.org - Ms. - F52237 - L52237 - - 52237@hsesinfo.org - 555-555-2237 - - - 4290 - 1283 - 8310 - 000 - 2013 - 2013-08-19 - 2019-08-31 - HS - Inactive - Skagit Valley College - http://sihs.skagit.edu - 1283@hsesinfo.org - 320 Pacific Place - - Mount Vernon - WA - 98273-5821 - 2405 East College Way - - Mount Vernon - WA - 98273-5821 - 320 Pacific Place - - Mount Vernon - WA - 98273 - Ms. - F38801 - L38801 - - Chair of the Board of Trustees - 38801@hsesinfo.org - Mr. - F38800 - L38800 - - - 38800@hsesinfo.org - Ms. - F38803 - L38803 - - 38803@hsesinfo.org - Ms. - F38799 - L38799 - - 38799@hsesinfo.org - 555-555-8799 - - - 10701 - 419 - 12704 - 000 - 1991 - 2019-11-01 - - HS - Active - Menominee Delta Schoolcraft C.A.A., Inc. - www.mdscaa.org - 419@hsesinfo.org - 507 1st Avenue North - - Escanaba - MI - 49829-3931 - 507 1st Avenue North - - Escanaba - MI - 49829-3931 - 507 1st Avenue North - - Escanaba - MI - 49829-3931 - Ms. - F223236 - L223236 - - Board Chair - 223236@hsesinfo.org - Mrs. - F223237 - L223237 - - Executive Director - 223237@hsesinfo.org - Mr. - F223239 - L223239 - - 223239@hsesinfo.org - Mrs. - F223235 - L223235 - - 223235@hsesinfo.org - 555-555-3235 x 5555 - - - 10702 - 418 - 12704 - 200 - 1991 - 2019-11-01 - - EHS - Active - Menominee Delta Schoolcraft C.A.A., Inc. - www.mdscaa.org - 418@hsesinfo.org - 507 1st Avenue North - - Escanaba - MI - 49829-3931 - 507 1st Avenue North - - Escanaba - MI - 49829-3931 - 507 1st Avenue North - - Escanaba - MI - 49829-3931 - Ms. - F223243 - L223243 - - Board Chair - 223243@hsesinfo.org - Mrs. - F223244 - L223244 - - Executive Director - 223244@hsesinfo.org - Mr. - F223246 - L223246 - - 223246@hsesinfo.org - Mrs. - F223242 - L223242 - - 223242@hsesinfo.org - 555-555-3242 x 5555 - - - 8717 - 8577 - 9452 - 218 - 2017 - 2016-09-01 - - EHS - Active - El Valor Corporation - www.elvalor.net - 8577@hsesinfo.org - 1850 W 21st. St. - - Chicago - IL - 60608 - 1850 W 21st. St. - - Chicago - IL - 60608 - 1850 W 21st. St. - - Chicago - IL - 60608 - Mr. - F209512 - L209512 - - Agency Board Chair - 209512@hsesinfo.org - Mr. - F209513 - L209513 - - President/CEO - 209513@hsesinfo.org - Ms. - F209515 - L209515 - - 209515@hsesinfo.org - Ms. - F209511 - L209511 - - 209511@hsesinfo.org - 555-555-9511 - - - 10674 - 5155 - 12681 - 000 - 2014 - 2019-11-01 - - HS - Active - Hamilton County Educational Service Center - http://www.hcesc.org - 5155@hsesinfo.org - 11083 Hamilton Avenue - - Cincinnati - OH - 45231-1409 - 11083 Hamilton Avenue - - Cincinnati - OH - 45231-1409 - 11083 Hamilton Avenue - - Cincinnati - OH - 45231-1409 - Mr. - F223051 - L223051 - - Board President - 223051@hsesinfo.org - Mr. - F223052 - L223052 - - Superindentent - 223052@hsesinfo.org - Ms. - F223054 - L223054 - - 223054@hsesinfo.org - Ms. - F223050 - L223050 - - 223050@hsesinfo.org - 555-555-3050 - - - 10675 - 5156 - 12681 - 200 - 2014 - 2019-11-01 - - EHS - Active - Hamilton County Educational Service Center - www.hcesc.org - 5156@hsesinfo.org - 11083 Hamilton Avenue - - Cincinnati - OH - 45231-1409 - 11083 Hamilton Avenue - - Cincinnati - OH - 45231-1409 - 11083 Hamilton Avenue - - Cincinnati - OH - 45231-1409 - Mr. - F223058 - L223058 - - Board President - 223058@hsesinfo.org - Mr. - F223059 - L223059 - - Superintendent - 223059@hsesinfo.org - Ms. - F223061 - L223061 - - 223061@hsesinfo.org - Ms. - F223057 - L223057 - - 223057@hsesinfo.org - 555-555-3057 - - - 8542 - 8422 - 10951 - 200 - 2017 - 2017-03-01 - - EHS - Active - Southeast Bronx Neighborhood Centers, Inc. - - 8422@hsesinfo.org - 955 Tinton Ave - - Bronx - NY - 10456-7105 - 955 Tinton Ave - - Bronx - NY - 10456-7105 - 955 Tinton Ave - - Bronx - NY - 10456-7105 - Ms. - F208522 - L208522 - - - 208522@hsesinfo.org - Ms. - F208523 - L208523 - - - 208523@hsesinfo.org - Ms. - F208525 - L208525 - - 208525@hsesinfo.org - Mr. - F208521 - L208521 - - 208521@hsesinfo.org - 555-555-8521 - - - 9635 - 842 - 11810 - 000 - 1992 - 2019-06-01 - - HS - Active - BONHAM INDEPENDENT SCHOOL DISTRICT - www.bonhamisd.org - 842@hsesinfo.org - 201 E 10th St - - Bonham - TX - 75418-3704 - 1005 Chestnut St - - Bonham - TX - 75418-3066 - 1005 Chestnut St - - Bonham - TX - 75418-3066 - Mr. - F215890 - L215890 - - Board President - 215890@hsesinfo.org - Mrs. - F215891 - L215891 - - - 215891@hsesinfo.org - Ms. - F215893 - L215893 - - 215893@hsesinfo.org - Mrs. - F215889 - L215889 - - 215889@hsesinfo.org - 555-555-5889 - - - 6196 - 6209 - 9870 - 209 - - 2015-01-01 - - EHS - Active - Erie Neighborhood House - http://www.eriehouse.org - 6209@hsesinfo.org - 1701 W Superior St - - Chicago - IL - 60622 - 1701 W Superior St - - Chicago - IL - 60622 - 1701 W Superior St - - Chicago - IL - 60622 - Ms. - F108908 - L108908 - - Board Chair - 108908@hsesinfo.org - Ms. - F108909 - L108909 - - Executive Director-Interim - 108909@hsesinfo.org - Ms. - F108911 - L108911 - - 108911@hsesinfo.org - Ms. - F108907 - L108907 - - 108907@hsesinfo.org - 555-555-8907 - - - 10040 - 8386 - 12107 - 200 - 2017 - 2019-07-01 - - EHS - Active - Athens-Meigs Educational Service Center - www.athensmeigs.com - 8386@hsesinfo.org - 21 Birge Dr - - Chauncey - OH - 45719-0040 - PO Box 40 - - Chauncey - OH - 45719-0040 - 21 Birge Dr - - Chauncey - OH - 45719-0040 - Mr. - F218673 - L218673 - - President - 218673@hsesinfo.org - Ms. - F218674 - L218674 - - Superintendent - 218674@hsesinfo.org - Mr. - F218676 - L218676 - - 218676@hsesinfo.org - Mrs. - F218672 - L218672 - - 218672@hsesinfo.org - 555-555-8672 - - - 2602 - 1320 - 6080 - 000 - 1991 - 1991-12-24 - - HS - Active - Ouachita Multi-Purpose Community Action Program - - 1320@hsesinfo.org - 4001 Jackson St - - Monroe - LA - 71202-5700 - 4001 Jackson St - - Monroe - LA - 71202-5700 - 4001 Jackson St - - Monroe - LA - 71202-5700 - Mr. - F19597 - L19597 - - Board Chair - 19597@hsesinfo.org - Mr. - F19596 - L19596 - - Acting Executive Director - 19596@hsesinfo.org - Ms. - F19598 - L19598 - - 19598@hsesinfo.org - Mrs. - F5589 - L5589 - - 5589@hsesinfo.org - 555-555-5589 - - - 8204 - 8136 - 10613 - 200 - 2016 - 2016-07-01 - - EHS - Active - ILLINOIS VALLEY ECONOMIC DEVELOPMENT - www.ilvalley-edc.org - 8136@hsesinfo.org - 223 S Macoupin St - - Gillespie - IL - 62033-1605 - 223 S Macoupin St - - Gillespie - IL - 62033-1605 - 223 S Macoupin St - - Gillespie - IL - 62033-1605 - Ms. - F206543 - L206543 - - Governing Board Chairperson - 206543@hsesinfo.org - Mr. - F206544 - L206544 - - Interim Executive Director - 206544@hsesinfo.org - Ms. - F206546 - L206546 - - 206546@hsesinfo.org - Mrs. - F206542 - L206542 - - 206542@hsesinfo.org - 555-555-6542 x 5555 - - - 4656 - 1079 - 8507 - 000 - 1993 - 2014-03-01 - 2019-02-28 - HS - Inactive - SALIDA SCHOOL DISTRICT R-32-J - www.salidaschools.com - 1079@hsesinfo.org - 516 Teller St - Salida Early Childhood Center - Salida - CO - 81201-3045 - PO Box 827 - - Salida - CO - 81201 - 516 Teller St - Salida Early Childhood Center - Salida - CO - 81201-3045 - Mr. - F44603 - L44603 - - Board of Education President - 44603@hsesinfo.org - Mr. - F44604 - L44604 - - Superintendent of Schools - 44604@hsesinfo.org - Mr. - F44601 - L44601 - - 44601@hsesinfo.org - Ms. - F44600 - L44600 - - 44600@hsesinfo.org - 555-555-4600 - - - 4755 - 3515 - 8736 - 001 - 2014 - 2014-03-01 - 2019-02-28 - Migrant HS - Inactive - Pajaro Valley Unified School District - www.pvusd.net - 3515@hsesinfo.org - 294 Green Valley Road, 2nd Floor - - Watsonville - CA - 95076-1382 - 294 Green Valley Road, 2nd Floor - - Watsonville - CA - 95076-1382 - 294 Green Valley Road, 2nd Floor - - Watsonville - CA - 95076-1382 - Mrs. - F46034 - L46034 - - Superintendent - 46034@hsesinfo.org - Mrs. - F46036 - L46036 - - Superintendent - 46036@hsesinfo.org - Mrs. - F46033 - L46033 - - 46033@hsesinfo.org - Mrs. - F46031 - L46031 - - 46031@hsesinfo.org - 555-555-6031 - - - 9831 - 8936 - 11951 - 000 - 2019 - 2019-07-01 - - HS - Active - Red River Parish School Board - http://rrbulldogs.com - 8936@hsesinfo.org - 1922 Alonzo St - - Coushatta - LA - 71019-9411 - 1922 Alonzo St - - Coushatta - LA - 71019-9411 - 1922 Alonzo St - - Coushatta - LA - 71019-9411 - Ms. - F217228 - L217228 - - Superintendent - 217228@hsesinfo.org - Dr. - F217229 - L217229 - - Early Childhood/Federal Programs Director - 217229@hsesinfo.org - Mr. - F217231 - L217231 - - 217231@hsesinfo.org - Ms. - F217227 - L217227 - - 217227@hsesinfo.org - 555-555-7227 - - - 11419 - 569 - 13264 - 000 - 1992 - 2020-06-01 - - HS - Active - Organized Community Action Program, Inc. - www.ocaptroy.com - 569@hsesinfo.org - 507 N 3 Notch St - - Troy - AL - 36081-2120 - 507 N 3 Notch St - - Troy - AL - 36081-2120 - 507 N 3 Notch St - - Troy - AL - 36081-2120 - Mr. - F227975 - L227975 - - Chairperson of the Board of Directors - 227975@hsesinfo.org - Ms. - F227976 - L227976 - - Executive Director - 227976@hsesinfo.org - Ms. - F227978 - L227978 - - 227978@hsesinfo.org - Ms. - F227974 - L227974 - - 227974@hsesinfo.org - 555-555-7974 - - - 9824 - 426 - 11942 - 000 - 2013 - 2019-07-01 - - HS - Active - Broward County School Board - http://www.browardschools.com - 426@hsesinfo.org - 600 SE 3rd Avenue, 14th Floor - - Fort Lauderdale - FL - 33301-3125 - 600 S.E. Third Avenue, 14th Floor - - Fort Lauderdale - FL - 33301 - 600 S.E Third Avenue, 14th Floor - - Fort Lauderdale - FL - 33301 - Ms. - F217179 - L217179 - - Board Chair - 217179@hsesinfo.org - Mr. - F217180 - L217180 - - Chief Academic Officer - 217180@hsesinfo.org - Ms. - F217182 - L217182 - - 217182@hsesinfo.org - Dr. - F217178 - L217178 - - 217178@hsesinfo.org - 555-555-7178 - - - 11422 - 3199 - 13257 - 200 - 2003 - 2020-06-01 - - EHS - Active - LKLP Head Start Central Headquarters - lklp.org - 3199@hsesinfo.org - 398 Roy Campbell Dr - - Hazard - KY - 41701-9486 - 398 Roy Campbell Dr - - Hazard - KY - 41701-9486 - 398 Roy Campbell Dr - - Hazard - KY - 41701-9486 - Mr. - F227996 - L227996 - - - 227996@hsesinfo.org - Mr. - F227997 - L227997 - - - 227997@hsesinfo.org - Mr. - F227999 - L227999 - - 227999@hsesinfo.org - Ms. - F227995 - L227995 - - 227995@hsesinfo.org - 555-555-7995 - - - 9825 - 427 - 11942 - 200 - 1992 - 2019-07-01 - - EHS - Active - Broward County School Board - http://www.browardschools.com - 427@hsesinfo.org - 600 SE 3rd Avenue, 14th Floor - - Fort Lauderdale - FL - 33301-3125 - 600 SE 3rd Avenue, 14th Floor - - Fort Lauderdale - FL - 33301-3125 - 600 SE 3rd Avenue, 14th Floor - - Fort Lauderdale - FL - 33301-3125 - Ms. - F217186 - L217186 - - Board Chair - 217186@hsesinfo.org - Mr. - F217187 - L217187 - - Chief Academic Officer - 217187@hsesinfo.org - Ms. - F217189 - L217189 - - 217189@hsesinfo.org - Dr. - F217185 - L217185 - - 217185@hsesinfo.org - 555-555-7185 - - - 9352 - 2909 - 11602 - 000 - 2013 - 2019-02-01 - - HS - Active - Child Development Center of Mosholu Montefiore Comm. Ct - www.mmcc.org - 2909@hsesinfo.org - 3450 Dekalb Avenue - - Bronx - NY - 10467-2302 - 3450 Dekalb Avenue - - Bronx - NY - 10467-2302 - 3450 Dekalb Avenue - - Bronx - NY - 10467-2302 - Ms. - F213997 - L213997 - - - 213997@hsesinfo.org - Ms. - F213998 - L213998 - - Chief Executive Officer - 213998@hsesinfo.org - Ms. - F214000 - L214000 - - 214000@hsesinfo.org - Ms. - F213996 - L213996 - - 213996@hsesinfo.org - 555-555-3996 - - - 11421 - 892 - 13257 - 000 - 1992 - 2020-06-01 - - HS - Active - LKLP Head Start Central Headquarters - lklp.net - 892@hsesinfo.org - 398 Roy Campbell Dr - - Hazard - KY - 41701-9486 - 398 Roy Campbell Dr - - Hazard - KY - 41701-9486 - 398 Roy Campbell Dr - - Hazard - KY - 41701-9486 - Mr. - F227989 - L227989 - - - 227989@hsesinfo.org - Mr. - F227990 - L227990 - - - 227990@hsesinfo.org - Mr. - F227992 - L227992 - - 227992@hsesinfo.org - Ms. - F227988 - L227988 - - 227988@hsesinfo.org - 555-555-7988 - - - 11423 - 6605 - 13268 - 000 - - 2020-07-01 - - HS - Active - Central Texas 4C, Inc. - www.ct4c.org - 6605@hsesinfo.org - 504 N 5th St - - Temple - TX - 76501-3112 - PO Box 367 - - Temple - TX - 76503-0367 - 504 N 5th St - - Temple - TX - 76501-3112 - Mrs. - F228003 - L228003 - - Board President - 228003@hsesinfo.org - Ms. - F228004 - L228004 - M.S. - Executive Director - 228004@hsesinfo.org - Ms. - F228006 - L228006 - - 228006@hsesinfo.org - Mrs. - F228002 - L228002 - - 228002@hsesinfo.org - 555-555-8002 x 5555 - - - 9826 - 1335 - 11949 - 000 - 2014 - 2019-07-01 - - HS - Active - St Charles Parish School Board - http://www.stcharles.k12.la.us - 1335@hsesinfo.org - 13855 River Rd - - Luling - LA - 70070-6220 - 13855 River Rd - - Luling - LA - 70070-6220 - 13855 River Rd - - Luling - LA - 70070-6220 - Mr. - F217193 - L217193 - - Board President - 217193@hsesinfo.org - Dr. - F217194 - L217194 - - Superintendent - 217194@hsesinfo.org - Ms. - F217196 - L217196 - - 217196@hsesinfo.org - Dr. - F217192 - L217192 - - 217192@hsesinfo.org - 555-555-7192 - - - 11425 - 9349 - 13263 - 000 - 2020 - 2020-07-01 - - HS - Active - Lutheran Social Services of the South, Inc. dba Upbring - www.upbring.org - 9349@hsesinfo.org - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - Mr. - F228017 - L228017 - - - 228017@hsesinfo.org - Dr. - F228018 - L228018 - - VP of Education - 228018@hsesinfo.org - Mrs. - F228020 - L228020 - - 228020@hsesinfo.org - Mr. - F228016 - L228016 - - 228016@hsesinfo.org - 555-555-8016 - - - 11424 - 6606 - 13268 - 200 - - 2020-07-01 - - EHS - Active - Central Texas 4C, Inc. - www.ct4c.org - 6606@hsesinfo.org - 504 N 5th St - - Temple - TX - 76501-3112 - PO Box 367 - - Temple - TX - 76503-0367 - 504 N 5th St - - Temple - TX - 76501-3112 - Mrs. - F228010 - L228010 - - Board President - 228010@hsesinfo.org - Ms. - F228011 - L228011 - M.S. - Executive Director - 228011@hsesinfo.org - Ms. - F228013 - L228013 - - 228013@hsesinfo.org - Mrs. - F228009 - L228009 - - 228009@hsesinfo.org - 555-555-8009 x 5555 - - - 9823 - 8637 - 11938 - 200 - 2019 - 2019-07-01 - - EHS - Active - Tuskegee City Mayor's Office - www.tmcheadstart.com - 8637@hsesinfo.org - 103 W Martin Luther King Highway - - Tuskegee - AL - 36083-2205 - 103 W Martin Luther King Highway - - Tuskegee - AL - 36083-2205 - 103 W Martin Luther King Highway - - Tuskegee - AL - 36083-2205 - Hon. Mayor - F217172 - L217172 - - Board Chairperson - 217172@hsesinfo.org - Ms. - F217173 - L217173 - - Interim Executive Director - 217173@hsesinfo.org - Mr. - F217175 - L217175 - - 217175@hsesinfo.org - Ms. - F217171 - L217171 - - 217171@hsesinfo.org - 555-555-7171 - - - 9827 - 8932 - 11934 - 000 - 2019 - 2019-07-01 - - HS - Active - New York City Department of Education - https://www.schools.nyc.gov - 8932@hsesinfo.org - 52 Chambers St. - - New York - NY - 11201-1222 - 52 Chambers St. - - New York - NY - 11201-1222 - 52 Chambers St. - - New York - NY - 11201-1222 - Mr. - F217200 - L217200 - - Deputy Chancellor of Early Childhood and Enrollment - 217200@hsesinfo.org - Ms. - F217201 - L217201 - - Chief Policy and Planning Officer - 217201@hsesinfo.org - Mr. - F217203 - L217203 - - 217203@hsesinfo.org - Ms. - F217199 - L217199 - - 217199@hsesinfo.org - 555-555-7199 - - - 10392 - 6005 - 12403 - 200 - - 2019-08-01 - - EHS - Active - Fort George Community Enrichment Center, Inc. - www.fortgeorgecenter.org - 6005@hsesinfo.org - 489 Saint Pauls Pl - - Bronx - NY - 10456-1935 - 1525 Saint Nicholas Ave - - New York - NY - 10033-2604 - 1525 Saint Nicholas Ave - - New York - NY - 10033-2604 - Ms. - F221085 - L221085 - - Board Chair - 221085@hsesinfo.org - Ms. - F221086 - L221086 - - Executive Director/CEO - 221086@hsesinfo.org - Ms. - F221088 - L221088 - - 221088@hsesinfo.org - Ms. - F221084 - L221084 - - 221084@hsesinfo.org - 555-555-1084 - - - 9828 - 8933 - 11934 - 200 - 2019 - 2019-07-01 - - EHS - Active - New York City Department of Education - https://www.schools.nyc.gov - 8933@hsesinfo.org - 52 Chambers St. - - New York - NY - 11201-1222 - 52 Chambers St. - - New York - NY - 11201-1222 - 52 Chambers St. - - New York - NY - 11201-1222 - Mr. - F217207 - L217207 - - Deputy Chancellor of Early Childhood and Enrollment - 217207@hsesinfo.org - Ms. - F217208 - L217208 - - Chief Policy and Planning Officer - 217208@hsesinfo.org - Mr. - F217210 - L217210 - - 217210@hsesinfo.org - Ms. - F217206 - L217206 - - 217206@hsesinfo.org - 555-555-7206 - - - 4997 - 1796 - 8898 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Long Beach Unified School District - www.lbschools.net/Head Start - 1796@hsesinfo.org - 1260 East 33rd Street - - Signal Hill - CA - 90755 - 1260 East 33rd Street - - Signal Hill - CA - 90755 - 1260 East 33rd Street - - Signal Hill - CA - 90755 - Dr. - F49472 - L49472 - - Board President - 49472@hsesinfo.org - Mr. - F49473 - L49473 - - Board President - 49473@hsesinfo.org - Ms. - F49469 - L49469 - - 49469@hsesinfo.org - Dr. - F49468 - L49468 - - 49468@hsesinfo.org - 555-555-9468 - - - 10837 - 2501 - 12808 - 000 - 2014 - 2019-12-01 - - AIAN HS - Active - SISSETON-WAHPETON SIOUX TRIBAL COUNCIL - - 2501@hsesinfo.org - 45698 Veterans Memorial Dr - - Agency Village - SD - 57262-8700 - PO Box 509 - - Agency Village - SD - 57262-0509 - 45698 Veterans Memorial Dr - - Agency Village - SD - 57262-8700 - Mr. - F224147 - L224147 - - Tribal Chairman - 224147@hsesinfo.org - Mrs. - F224148 - L224148 - - Tribal Secretary - 224148@hsesinfo.org - Ms. - F224150 - L224150 - - 224150@hsesinfo.org - Mr. - F224146 - L224146 - - 224146@hsesinfo.org - 555-555-4146 x 5555 - - - 10089 - 2838 - 12139 - 200 - 2011 - 2019-07-01 - - EHS - Active - Eastern Panhandle Instructional Cooperative - epicresa8.org - 2838@hsesinfo.org - 109 South College Street - - Martinsburg - WV - 25401 - 109 South College Street - - Martinsburg - WV - 25401 - 109 South College Street - - Martinsburg - WV - 25401 - Dr. - F219016 - L219016 - DDS - Chairperson, Regional Advisory Council - 219016@hsesinfo.org - Ms. - F219017 - L219017 - - Administrator - 219017@hsesinfo.org - Ms. - F219019 - L219019 - - 219019@hsesinfo.org - Mrs. - F219015 - L219015 - - 219015@hsesinfo.org - 555-555-9015 - - - 10394 - 5946 - 12400 - 200 - - 2019-08-01 - - EHS - Active - Tallatoona Community Action Partnership, Inc. - www.tallatoonacap.com - 5946@hsesinfo.org - 1010 N Tennessee St - Ste 107 - Cartersville - GA - 30120-8526 - PO Box 1480 - - Cartersville - GA - 30120-1480 - 1010 N Tennessee St - Ste 107 - Cartersville - GA - 30120-8526 - Mr. - F221099 - L221099 - - - 221099@hsesinfo.org - Mr. - F221100 - L221100 - - - 221100@hsesinfo.org - Mr. - F221102 - L221102 - - 221102@hsesinfo.org - Mrs. - F221098 - L221098 - - 221098@hsesinfo.org - 555-555-1098 x 5555 - - - 10395 - 5960 - 12402 - 200 - - 2019-08-01 - - EHS - Active - Tri-County Community Action Partnership, Inc. - www.tccaction.com - 5960@hsesinfo.org - 501 Lemieur St - - Little Falls - MN - 56345-3367 - 501 Lemieur St - - Little Falls - MN - 56345-3367 - 501 Lemieur St - - Little Falls - MN - 56345-3367 - Mr. - F221106 - L221106 - - Board of Director Chair - 221106@hsesinfo.org - Ms. - F221107 - L221107 - - Executive Director - 221107@hsesinfo.org - Ms. - F221109 - L221109 - - 221109@hsesinfo.org - Ms. - F221105 - L221105 - - 221105@hsesinfo.org - 555-555-1105 x 5555 - - - 10090 - 5812 - 12143 - 200 - - 2019-07-01 - - EHS - Active - Lourie Center for Young Children's Social and Emotional Wellness - www.louriecenter.org - 5812@hsesinfo.org - 7833 Walker Dr - Ste 610 - Greenbelt - MD - 20770-3233 - 7833 Walker Dr - Ste 610 - Greenbelt - MD - 20770-3233 - 12301 Academy Way - - Rockville - MD - 20852-2000 - Mr. - F219023 - L219023 - - Vice President of Adventist Behavioral Health - 219023@hsesinfo.org - Mr. - F219024 - L219024 - - Executive Director - 219024@hsesinfo.org - Mr. - F219026 - L219026 - - 219026@hsesinfo.org - Ms. - F219022 - L219022 - - 219022@hsesinfo.org - 555-555-9022 - - - 8858 - 513 - 11229 - 000 - 2013 - 2018-07-01 - - HS - Active - Okaloosa County Comprehensive Head Start Child Development - http://www.okaloosaheadstart.org - 513@hsesinfo.org - 2018 Lewis Turner Blvd - Ste B - Fort Walton Beach - FL - 32547-1352 - 2018 Lewis Turner Blvd - Ste B - Fort Walton Beach - FL - 32547-1352 - 2018 Lewis Turner Blvd - Ste B - Fort Walton Beach - FL - 32547-1352 - Dr. - F210528 - L210528 - - Board Chairperson - 210528@hsesinfo.org - Ms. - F210529 - L210529 - - Executive Director - 210529@hsesinfo.org - Mr. - F210531 - L210531 - - 210531@hsesinfo.org - Ms. - F210527 - L210527 - - 210527@hsesinfo.org - 555-555-0527 x 5555 - - - 10091 - 607 - 12136 - 000 - 2014 - 2019-07-01 - - HS - Active - CSRA Economic Opportunity Authority, Inc. - http://www.csraeoa.org - 607@hsesinfo.org - 1261 Greene St - - Augusta - GA - 30901-2127 - 1261 Greene St - - Augusta - GA - 30901-2127 - 1261 Greene St - - Augusta - GA - 30901-2127 - Mr. - F219030 - L219030 - - Board of Directors Chairman - 219030@hsesinfo.org - Mrs. - F219031 - L219031 - - Executive Director - 219031@hsesinfo.org - Mrs. - F219033 - L219033 - - 219033@hsesinfo.org - Ms. - F219029 - L219029 - - 219029@hsesinfo.org - 555-555-9029 - - - 10396 - 6052 - 12404 - 200 - - 2019-09-01 - - EHS - Active - Missouri Valley Community Action Agency - http://www.mvcaa.net - 6052@hsesinfo.org - 1415 S Odell Ave - - Marshall - MO - 65340-3144 - 1415 S Odell Ave - - Marshall - MO - 65340-3144 - 1415 S Odell Ave - - Marshall - MO - 65340-3144 - Mr. - F221113 - L221113 - - Chair, MVCAA Board of Directors - 221113@hsesinfo.org - Ms. - F221114 - L221114 - - Executive Director - 221114@hsesinfo.org - Ms. - F221116 - L221116 - - 221116@hsesinfo.org - Ms. - F221112 - L221112 - - 221112@hsesinfo.org - 555-555-1112 x 5555 - - - 9045 - 1249 - 11377 - 200 - 2013 - 2018-09-01 - - EHS - Active - Shasta County Head Start Child Development - http://www.shastaheadstart.org - 1249@hsesinfo.org - 375 Lake Blvd - Ste 100 - Redding - CA - 96003-2557 - 375 Lake Blvd - Ste 100 - Redding - CA - 96003-2557 - 375 Lake Blvd - Ste 100 - Redding - CA - 96003-2557 - Mr. - F211851 - L211851 - - Chair - 211851@hsesinfo.org - Mr. - F211852 - L211852 - - Executive Director - 211852@hsesinfo.org - Mrs. - F211854 - L211854 - - 211854@hsesinfo.org - Ms. - F211850 - L211850 - - 211850@hsesinfo.org - 555-555-1850 - - - 5755 - 2947 - 9359 - 200 - 2015 - 2015-01-01 - 2019-12-31 - EHS - Inactive - Human Services Association - www.hsala.org - 2947@hsesinfo.org - 6800 Florence Ave - - Bell Gardens - CA - 90201 - 2629 Clarendon Ave - - Huntington Park - CA - 90255 - 6800 Florence Ave - - Bell Gardens - CA - 90201 - Mr. - F103335 - L103335 - - Board Chair - 103335@hsesinfo.org - Ms. - F103333 - L103333 - - Cheif Executive Officer - 103333@hsesinfo.org - Ms. - F103332 - L103332 - - 103332@hsesinfo.org - Dr. - F103330 - L103330 - - 103330@hsesinfo.org - 555-555-3330 x 5555 - - - 9617 - 2283 - 11798 - 000 - 2013 - 2019-05-01 - - HS - Active - Pro Action of Steuben and Yates, Inc. - http://www.proactioninc.org - 2283@hsesinfo.org - 117 East Steuben Street - - Bath - NY - 14810-1636 - 117 East Steuben Street - - Bath - NY - 14810-1636 - 117 East Steuben Street - - Bath - NY - 14810-1636 - Mrs. - F215772 - L215772 - - Board President - 215772@hsesinfo.org - Mrs. - F215773 - L215773 - - - 215773@hsesinfo.org - - F215775 - L215775 - - 215775@hsesinfo.org - Mrs. - F215771 - L215771 - - 215771@hsesinfo.org - 555-555-5771 x 5555 - - - 10397 - 5864 - 12399 - 200 - - 2019-08-01 - - EHS - Active - Parents And Children Together - http://www.pacthawaii.org - 5864@hsesinfo.org - 1485 Linapuni St - Rm 105 - Honolulu - HI - 96819-3575 - 1485 Linapuni St - Rm 105 - Honolulu - HI - 96819-3575 - 1485 Linapuni St - Rm 105 - Honolulu - HI - 96819-3575 - Ms. - F221120 - L221120 - - Board Chair - 221120@hsesinfo.org - Mr. - F221121 - L221121 - - - 221121@hsesinfo.org - Mr. - F221123 - L221123 - - 221123@hsesinfo.org - Mr. - F221119 - L221119 - - 221119@hsesinfo.org - 555-555-1119 - - - 7034 - 863 - 10479 - 200 - 2002 - 2016-01-01 - - EHS - Active - Dane County Parent Council, Inc. - www.reachdane.org - 863@hsesinfo.org - 2096 Red Arrow Trl - - Fitchburg - WI - 53711-4723 - 2096 Red Arrow Trl - - Fitchburg - WI - 53711-4723 - 2096 Red Arrow Trl - - Fitchburg - WI - 53711-4723 - Mr. - F204904 - L204904 - - President, Board of Directors - 204904@hsesinfo.org - Ms. - F204905 - L204905 - - Executive Director - 204905@hsesinfo.org - Mrs. - F204907 - L204907 - - 204907@hsesinfo.org - Ms. - F204903 - L204903 - - 204903@hsesinfo.org - 555-555-4903 - - - 6935 - 471 - 10410 - 000 - 1991 - 2015-11-01 - - HS - Active - Child & Family Development Program - http://www.nworheadstart.org - 471@hsesinfo.org - 125 N 17th St - - Saint Helens - OR - 97051-1708 - 125 N 17th St - - Saint Helens - OR - 97051-1708 - 125 N 17th St - - Saint Helens - OR - 97051-1708 - Mr. - F204206 - L204206 - - Board Chair - 204206@hsesinfo.org - Mr. - F204207 - L204207 - - Executive Director - 204207@hsesinfo.org - Ms. - F204209 - L204209 - - 204209@hsesinfo.org - Ms. - F204205 - L204205 - - 204205@hsesinfo.org - 555-555-4205 - - - 8638 - 8505 - 11028 - 200 - 2017 - 2017-06-01 - - EHS - Active - SUMTER COUNTY OPPORTUNITY, INC. - http://www.scoheadstart.org - 8505@hsesinfo.org - 714 Country Club Road - P.O. Drawer 928 - Livingston - AL - 35470-0928 - 714 Country Club Road - P.O. Drawer 928 - Livingston - AL - 35470-0928 - 714 Country Club Road - P.O. Drawer 928 - Livingston - AL - 35470-0928 - Mr. - F208976 - L208976 - - Board Chairman - 208976@hsesinfo.org - Mrs. - F208977 - L208977 - - CEO/Executive Director/Head Start/EarlyHead Director - 208977@hsesinfo.org - Mrs. - F208979 - L208979 - - 208979@hsesinfo.org - Mrs. - F208975 - L208975 - - 208975@hsesinfo.org - 555-555-8975 - - - 9079 - 8713 - 11398 - 000 - 2018 - 2018-09-01 - - HS - Active - Broadway Housing Communities, Inc - http://www.broadwayhousing.org - 8713@hsesinfo.org - 583 Riverside Drive - - New York - NY - 10031 - 583 Riverside Drive - - New York - NY - 10031 - 583 Riverside Drive - - New York - NY - 10031 - Mr. - F212134 - L212134 - - - 212134@hsesinfo.org - Mrs. - F212135 - L212135 - - - 212135@hsesinfo.org - Mrs. - F212137 - L212137 - - 212137@hsesinfo.org - Ms. - F212133 - L212133 - - 212133@hsesinfo.org - 555-555-2133 x 5555 - - - 9866 - 894 - 11997 - 000 - 2014 - 2019-07-01 - - HS - Active - BOYD COUNTY BOARD OF EDUCATION - http://www.boyd.kyschools.us/eclc/index.htm - 894@hsesinfo.org - 12307 Midland Trail Rd - - Ashland - KY - 41102-9639 - 12307 Midland Trail Rd - - Ashland - KY - 41102-9639 - 12307 Midland Trail Rd - - Ashland - KY - 41102-9639 - Mrs. - F217472 - L217472 - - Board of Education Chairperson - 217472@hsesinfo.org - Mr. - F217473 - L217473 - Jr. - Superintendent - 217473@hsesinfo.org - Mr. - F217475 - L217475 - - 217475@hsesinfo.org - Ms. - F217471 - L217471 - - 217471@hsesinfo.org - 555-555-7471 - - - 9622 - 2140 - 11801 - 000 - 2013 - 2019-05-01 - - HS - Active - Northern Virginia Family Service - http://www.nvfs.org - 2140@hsesinfo.org - 10455 White Granite Dr - Ste 100 - Oakton - VA - 22124-2764 - 10455 White Granite Dr - Ste 100 - Oakton - VA - 22124-2764 - 10455 White Granite Dr - Ste 100 - Oakton - VA - 22124-2764 - Mr. - F215807 - L215807 - - Board Chair - 215807@hsesinfo.org - Ms. - F215808 - L215808 - - President & CEO - 215808@hsesinfo.org - Ms. - F215810 - L215810 - - 215810@hsesinfo.org - Ms. - F215806 - L215806 - - 215806@hsesinfo.org - 555-555-5806 - - - 9623 - 2139 - 11801 - 200 - 2013 - 2019-05-01 - - EHS - Active - Northern Virginia Family Service - http://www.nvfs.org - 2139@hsesinfo.org - 10455 White Granite Dr - Ste 100 - Oakton - VA - 22124-2764 - 10455 White Granite Dr - Ste 100 - Oakton - VA - 22124-2764 - 10455 White Granite Dr - Ste 100 - Oakton - VA - 22124-2764 - Mr. - F215814 - L215814 - - Board Chair - 215814@hsesinfo.org - Ms. - F215815 - L215815 - - President & CEO - 215815@hsesinfo.org - Ms. - F215817 - L215817 - - 215817@hsesinfo.org - Ms. - F215813 - L215813 - - 215813@hsesinfo.org - 555-555-5813 - - - 4601 - 2054 - 8515 - 200 - 2014 - 2014-01-01 - 2018-12-31 - EHS - Inactive - FRIENDS OF CHILDREN & FAMILIES, INC - http://www.focaf.org - 2054@hsesinfo.org - 4709 West Camas Street - - Boise - ID - 83705-5832 - 4709 West Camas Street - - Boise - ID - 83705-5832 - 4709 West Camas Street - - Boise - ID - 83705-5832 - Dr. - F43669 - L43669 - - Board Chair - 43669@hsesinfo.org - Mrs. - F43666 - L43666 - - Executive Director - 43666@hsesinfo.org - Mr. - F43668 - L43668 - - 43668@hsesinfo.org - Mrs. - F43665 - L43665 - - 43665@hsesinfo.org - 555-555-3665 x 5555 - - - 10637 - 4196 - 12630 - 001 - 2013 - 2019-09-01 - - HS - Active - Alexandria Head Start - http://www.campagnacenter.org - 4196@hsesinfo.org - Campagna Center, Inc. - 418 South Washington Street - Alexandria - VA - 22314-3630 - Campagna Center, Inc. - 418 South Washington Street - Alexandria - VA - 22314-3630 - Campagna Center, Inc. - 418 South Washington Street - Alexandria - VA - 22314-3630 - Ms. - F222780 - L222780 - - Board Chair - 222780@hsesinfo.org - Dr. - F222778 - L222778 - - - 222778@hsesinfo.org - Ms. - F222781 - L222781 - - 222781@hsesinfo.org - Mrs. - F222777 - L222777 - - 222777@hsesinfo.org - 555-555-2777 - - - 10838 - 2500 - 12808 - 200 - 2014 - 2019-12-01 - - AIAN EHS - Active - SISSETON-WAHPETON SIOUX TRIBAL COUNCIL - - 2500@hsesinfo.org - 45698 Veterans Memorial Dr - - Agency Village - SD - 57262-8700 - PO Box 509 - - Agency Village - SD - 57262-0509 - 45698 Veterans Memorial Dr - - Agency Village - SD - 57262-8700 - Mr. - F224154 - L224154 - - Tribal Chairman - 224154@hsesinfo.org - Mrs. - F224155 - L224155 - - Tribal Secretary - 224155@hsesinfo.org - Ms. - F224157 - L224157 - - 224157@hsesinfo.org - Mr. - F224153 - L224153 - - 224153@hsesinfo.org - 555-555-4153 x 5555 - - - 8158 - 8094 - 10609 - 000 - 2016 - 2016-07-01 - 2019-05-31 - HS - Inactive - CDI HS/North Texas, TX - www.cdiheadstart.org - 8094@hsesinfo.org - 548 Santa Fe Dr - - Weatherford - TX - 76086-6503 - PO Box 2094 - - Weatherford - TX - 76086-7094 - 548 Santa Fe Dr - - Weatherford - TX - 76086-6503 - Mr. - F206221 - L206221 - - Chief Executive Officer - 206221@hsesinfo.org - Ms. - F206222 - L206222 - - Executive Director - 206222@hsesinfo.org - - F206224 - L206224 - - 206224@hsesinfo.org - Ms. - F206220 - L206220 - - 206220@hsesinfo.org - 555-555-6220 - - - 5567 - 5573 - 9373 - 020 - 2014 - 2014-10-15 - 2019-06-30 - HS - Inactive - St. Anne's - http://www.stannes.org - 5573@hsesinfo.org - 155 N. Occidental Blvd. - - Los Angeles - CA - 90026 - 155 N. Occidental Blvd. - - Los Angeles - CA - 90026 - 155 N. Occidental Blvd. - - Los Angeles - CA - 90026 - Mr. - F100141 - L100141 - - Chair, Board of Directors - 100141@hsesinfo.org - Ms. - F100142 - L100142 - - President and Chief Executive Officer - 100142@hsesinfo.org - Ms. - F100144 - L100144 - - 100144@hsesinfo.org - Ms. - F100140 - L100140 - - 100140@hsesinfo.org - 555-555-0140 x 5555 - - - 6299 - 809 - 9893 - 000 - 1992 - 2015-05-01 - 2019-12-31 - HS - Inactive - Ki Bois Community Action Foundation Inc - http://www.kibois.org - 809@hsesinfo.org - 200 SE A St - - Stigler - OK - 74462-2418 - 200 SE A Street - P.O. Box 727 - Stigler - OK - 74462-0727 - 200 SE A St - - Stigler - OK - 74462-2418 - Mr. - F110442 - L110442 - - - 110442@hsesinfo.org - Mr. - F110439 - L110439 - - - 110439@hsesinfo.org - Ms. - F110441 - L110441 - - 110441@hsesinfo.org - Mrs. - F110438 - L110438 - - 110438@hsesinfo.org - 555-555-0438 - - - 10566 - 1688 - 12551 - 200 - 2003 - 2019-09-01 - - EHS - Active - EMANUEL COUNTY SCHOOL DISTRICT - Emanuel County Schools - 1688@hsesinfo.org - 308 Tiger Trl - - Swainsboro - GA - 30401-4821 - 308 Tiger Trl - - Swainsboro - GA - 30401-4821 - 308 Tiger Trl - - Swainsboro - GA - 30401-4821 - Mr. - F222300 - L222300 - - Authorizing Official - 222300@hsesinfo.org - Dr. - F222301 - L222301 - - - 222301@hsesinfo.org - Mrs. - F222303 - L222303 - - 222303@hsesinfo.org - Mrs. - F222299 - L222299 - - 222299@hsesinfo.org - 555-555-2299 - - - 10567 - 2532 - 12554 - 000 - 2014 - 2019-09-01 - - HS - Active - GATEWAY COMMUNITY SERVICE ORGANIZATION - http://www.gcscap.org - 2532@hsesinfo.org - 151 University Dr - - West Liberty - KY - 41472-2146 - PO Box 367 - - West Liberty - KY - 41472-0367 - 151 University Dr - - West Liberty - KY - 41472-2146 - Mr. - F222307 - L222307 - - - 222307@hsesinfo.org - Mrs. - F222308 - L222308 - - - 222308@hsesinfo.org - Mrs. - F222310 - L222310 - - 222310@hsesinfo.org - Mrs. - F222306 - L222306 - - 222306@hsesinfo.org - 555-555-2306 - - - 10569 - 6023 - 12553 - 200 - - 2019-09-01 - - EHS - Active - Community Association for Preschool Education, Inc. - http://www.capeheadstart.org - 6023@hsesinfo.org - 3037 Independence Dr - Ste A - Livermore - CA - 94551-7672 - 3037 Independence Dr - Ste A - Livermore - CA - 94551-7672 - 3037 Independence Dr - Ste A - Livermore - CA - 94551-7672 - Mr. - F222321 - L222321 - - Board of Directors President - 222321@hsesinfo.org - Ms. - F222322 - L222322 - - Executive Director - 222322@hsesinfo.org - Ms. - F222324 - L222324 - - 222324@hsesinfo.org - Ms. - F222320 - L222320 - - 222320@hsesinfo.org - 555-555-2320 x 5555 - - - 10570 - 801 - 12552 - 000 - 2013 - 2019-09-01 - - HS - Active - Port Arthur Independent School District - www.paisd.org - 801@hsesinfo.org - 4801 9th Avenue - 1100 Jefferson- Campus Address - Port Arthur - TX - 77642 - P. O. Box 1388 - 4801 9th Avuneu - Port Arthur - TX - 77641-1388 - 4801 9th Avenue - 1100 Jefferson- Campus Address - Port Arthur - TX - 77642 - Mr. - F222328 - L222328 - - President Board of Trustees - 222328@hsesinfo.org - Dr. - F222329 - L222329 - - Executive Director - 222329@hsesinfo.org - Ms. - F222331 - L222331 - - 222331@hsesinfo.org - Mrs. - F222327 - L222327 - - 222327@hsesinfo.org - 555-555-2327 - - - 9836 - 852 - 11971 - 000 - 2014 - 2019-07-01 - - HS - Active - Community Action Agency of Columbiana County, Inc. - http://www.caaofcc.org/headstart - 852@hsesinfo.org - 7880 Lincole Pl - Community Action Agency of Columbiana County Head Start Program - Lisbon - OH - 44432-8322 - 7880 Lincole Pl - Community Action Agency of Columbiana County Head Start Program - Lisbon - OH - 44432-8322 - 7880 Lincole Pl - Community Action Agency of Columbiana County Head Start Program - Lisbon - OH - 44432-8322 - Mr. - F217263 - L217263 - - Board Chair - 217263@hsesinfo.org - Mr. - F217264 - L217264 - - Chief Executive Officer - 217264@hsesinfo.org - Mrs. - F217266 - L217266 - - 217266@hsesinfo.org - Ms. - F217262 - L217262 - - 217262@hsesinfo.org - 555-555-7262 - - - 6774 - 3709 - 10257 - 003 - - 2015-08-01 - 2020-07-31 - HS - Inactive - San Juan Unified School District/Child Development - www.sanjuan.edu - 3709@hsesinfo.org - 5309 Kenneth Avenue - - Carmichael - CA - 95608-4716 - 5309 Kenneth Avenue - - Carmichael - CA - 95608-4716 - 5309 Kenneth Avenue - - Carmichael - CA - 95608-4716 - Ms. - F203089 - L203089 - - President - 203089@hsesinfo.org - Mr. - F203090 - L203090 - - Superintendent of Schools - 203090@hsesinfo.org - Ms. - F203092 - L203092 - - 203092@hsesinfo.org - Mr. - F203088 - L203088 - - 203088@hsesinfo.org - 555-555-3088 - - - 6775 - 3714 - 10257 - 203 - - 2015-08-01 - 2020-07-31 - EHS - Inactive - San Juan Unified School District/Child Development - www.sanjuan.edu - 3714@hsesinfo.org - 5309 Kenneth Avenue - - Carmichael - CA - 95608-4716 - 5309 Kenneth Avenue - - Carmichael - CA - 95608-4716 - 5309 Kenneth Avenue - - Carmichael - CA - 95608-4716 - Ms. - F203096 - L203096 - - President - 203096@hsesinfo.org - Mr. - F203097 - L203097 - - Superintendent of Schools - 203097@hsesinfo.org - Ms. - F203099 - L203099 - - 203099@hsesinfo.org - Mr. - F203095 - L203095 - - 203095@hsesinfo.org - 555-555-3095 - - - 4841 - 2475 - 8622 - 200 - 2007 - 2014-05-01 - 2019-04-30 - EHS - Inactive - Family Support Services of West Hawaii - http://www.fsswh.org - 2475@hsesinfo.org - West Hawaii Early Head Start - 75-127 Lunapule Road, Suite 11 - Kailua-Kona - HI - 96740-2119 - West Hawaii Early Head Start - 75-127 Lunapule Road, Suite 11 - Kailua-Kona - HI - 96740-2119 - West Hawaii Early Head Start - 75-127 Lunapule Road, Suite 11 - Kailua-Kona - HI - 96740-2119 - Mr. - F47287 - L47287 - - FSH Board President - 47287@hsesinfo.org - Mr. - F47285 - L47285 - - Executive Director - 47285@hsesinfo.org - Ms. - F47286 - L47286 - - 47286@hsesinfo.org - Mrs. - F47283 - L47283 - - 47283@hsesinfo.org - 555-555-7283 - - - 10547 - 1735 - 12519 - 000 - 2013 - 2019-09-01 - - HS - Active - Alexandria City Office of Economic Opportunity - http://alexandriava.gov - 1735@hsesinfo.org - 1900 N Beauregard St - Ste 250 - Alexandria - VA - 22311-1736 - 1900 N Beauregard St - Ste 250 - Alexandria - VA - 22311-1736 - 1900 N Beauregard St - Ste 250 - Alexandria - VA - 22311-1736 - Mr. - F222168 - L222168 - M - City Manager - 222168@hsesinfo.org - Ms. - F222169 - L222169 - - Director, Department of Community and Human Services - 222169@hsesinfo.org - Mr. - F222171 - L222171 - - 222171@hsesinfo.org - Ms. - F222167 - L222167 - - 222167@hsesinfo.org - 555-555-2167 - - - 9283 - 1047 - 11538 - 000 - 2013 - 2019-01-01 - - HS - Active - SOUTH CENTRAL CHILD DEVELOPMENT, INC - sccdinc.com - 1047@hsesinfo.org - 401 Walnut St SW - - Wagner - SD - 57380-9309 - 401 Walnut Ave SW - - Wagner - SD - 57380-9309 - 401 Walnut St SW - - Wagner - SD - 57380-9309 - Mrs. - F213526 - L213526 - - Grantee Board Chairperson - 213526@hsesinfo.org - Dr. - F213527 - L213527 - - Executive Director - 213527@hsesinfo.org - Mr. - F213529 - L213529 - - 213529@hsesinfo.org - Dr. - F213525 - L213525 - - 213525@hsesinfo.org - 555-555-3525 - - - 10398 - 644 - 12405 - 000 - 2013 - 2019-09-01 - - HS - Active - Berean Baptist Church (Head Start) - - 644@hsesinfo.org - 510 E Lafayette St - - Marion - AL - 36756-2324 - PO Box 335 - - Marion - AL - 36756-0335 - 510 E Lafayette St - - Marion - AL - 36756-2324 - Mr. - F221127 - L221127 - - Board of Director Chairperson - 221127@hsesinfo.org - Ms. - F221128 - L221128 - - CEO/Executive Director - 221128@hsesinfo.org - Ms. - F221130 - L221130 - - 221130@hsesinfo.org - Ms. - F221126 - L221126 - - 221126@hsesinfo.org - 555-555-1126 x 5555 - - - 10513 - 6040 - 12498 - 200 - - 2019-09-01 - - EHS - Active - Matrix Human Services - - 6040@hsesinfo.org - 1400 Woodbridge St - - Detroit - MI - 48207-3110 - 1400 Woodbridge St - - Detroit - MI - 48207-3110 - 1400 Woodbridge St - - Detroit - MI - 48207-3110 - Mr. - F221930 - L221930 - - Board Chair - 221930@hsesinfo.org - Mr. - F221931 - L221931 - - PRESIDENT AND CEO - 221931@hsesinfo.org - Ms. - F221933 - L221933 - - 221933@hsesinfo.org - Mrs. - F221929 - L221929 - - 221929@hsesinfo.org - 555-555-1929 x 5555 - - - 10103 - 9001 - 12133 - 000 - 2019 - 2019-07-01 - - HS - Active - Rockingham County Schools - https://www.rock.k12.nc.us/ - 9001@hsesinfo.org - 705 Ayersville Rd - - Madison - NC - 27025-1505 - 705 Ayersville Rd - - Madison - NC - 27025-1505 - 511 Harrington Hwy - - Eden - NC - 27288-7547 - Ms. - F219114 - L219114 - - Assistant Superintendent of Instructional Support Services - 219114@hsesinfo.org - Mr. - F219115 - L219115 - - Superintendent - 219115@hsesinfo.org - - F219117 - L219117 - - 219117@hsesinfo.org - Ms. - F219113 - L219113 - - 219113@hsesinfo.org - 555-555-9113 - - - 9837 - 8939 - 11971 - 200 - 2019 - 2019-07-01 - - EHS - Active - Community Action Agency of Columbiana County, Inc. - http://www.caaofcc.org/headstart - 8939@hsesinfo.org - 7880 Lincole Pl - Community Action Agency of Columbiana County Head Start Program - Lisbon - OH - 44432-8322 - 7880 Lincole Pl - Community Action Agency of Columbiana County Head Start Program - Lisbon - OH - 44432-8322 - 7880 Lincole Pl - Community Action Agency of Columbiana County Head Start Program - Lisbon - OH - 44432-8322 - Mr. - F217270 - L217270 - - Board Chair - 217270@hsesinfo.org - Mr. - F217271 - L217271 - - Chief Executive Officer - 217271@hsesinfo.org - Ms. - F217273 - L217273 - - 217273@hsesinfo.org - Ms. - F217269 - L217269 - - 217269@hsesinfo.org - 555-555-7269 - - - 8868 - 2040 - 11228 - 000 - 2013 - 2018-07-01 - - HS - Active - Ability Connection Colorado, Inc. - http://www.abilityconnectioncolorado.org - 2040@hsesinfo.org - 801 Yosemite Street - - Denver - CO - 80230-6087 - 801 Yosemite Street - - Denver - CO - 80230-6087 - 801 Yosemite Street - - Denver - CO - 80230-6087 - Mrs. - F210598 - L210598 - - Board Chair - 210598@hsesinfo.org - Mrs. - F210599 - L210599 - - - 210599@hsesinfo.org - Ms. - F210601 - L210601 - - 210601@hsesinfo.org - Mrs. - F210597 - L210597 - - 210597@hsesinfo.org - 555-555-0597 - - - 5068 - 984 - 8985 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - COMMUNITY ACTION SERVICE OF MORGAN COUNTY HEAD START - www.Tnheadstart.org - 984@hsesinfo.org - 105 Longview Dr - - Wartburg - TN - 37887-4205 - PO Box 179 - - Wartburg - TN - 37887-0179 - 105 Longview Dr - - Wartburg - TN - 37887-4205 - Ms. - F51473 - L51473 - - Board Chairperson - 51473@hsesinfo.org - Mr. - F51475 - L51475 - - - 51475@hsesinfo.org - Ms. - F51476 - L51476 - - 51476@hsesinfo.org - Mr. - F51471 - L51471 - - 51471@hsesinfo.org - 555-555-1471 - - - 8869 - 2041 - 11228 - 200 - 2013 - 2018-07-01 - - EHS - Active - Ability Connection Colorado, Inc. - http://www.abilityconnectioncolorado.org - 2041@hsesinfo.org - 801 Yosemite Street - - Denver - CO - 80230-6087 - 801 Yosemite Street - - Denver - CO - 80230-6087 - 801 Yosemite Street - - Denver - CO - 80230-6087 - Mrs. - F210605 - L210605 - - Board President - 210605@hsesinfo.org - Mrs. - F210606 - L210606 - - - 210606@hsesinfo.org - Ms. - F210608 - L210608 - - 210608@hsesinfo.org - Mrs. - F210604 - L210604 - - 210604@hsesinfo.org - 555-555-0604 - - - 8890 - 2246 - 11253 - 000 - 2013 - 2018-07-01 - - HS - Active - VI Department of Human Services - - 2246@hsesinfo.org - 1303 Hospital Ground - Ste 1 - St Thomas - VI - 00802-6722 - 1303 Hospital Ground - Ste 1 - St Thomas - VI - 00802-6722 - 1303 Hospital Ground - Ste 1 - St Thomas - VI - 00802-6722 - Ms. - F210751 - L210751 - - Commissioner - 210751@hsesinfo.org - Ms. - F210752 - L210752 - - Assistant Commissioner - 210752@hsesinfo.org - Mr. - F210754 - L210754 - - 210754@hsesinfo.org - Ms. - F210750 - L210750 - - 210750@hsesinfo.org - 555-555-0750 x 5555 - - - 8750 - 8608 - 11122 - 223 - 2017 - 2017-08-01 - - EHS - Active - Municipality of Juana Diaz - - 8608@hsesinfo.org - 67 Calle Comercio - - Juana Diaz - PR - 00795-1634 - PO Box 1409 - - Juana Diaz - PR - 00795-1409 - Luis Felipe Dessus #67 - Plaza Del Mercado Building 2nd Floor - Juana Diaz - PR - 00795-1501 - Ms. - F209722 - L209722 - - President - 209722@hsesinfo.org - Mr. - F209723 - L209723 - - Director - 209723@hsesinfo.org - Mrs. - F209725 - L209725 - - 209725@hsesinfo.org - Mr. - F209721 - L209721 - - 209721@hsesinfo.org - 555-555-9721 - - - 5020 - 2002 - 8932 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - The Child Center of NY - www.childcenterny.org - 2002@hsesinfo.org - 3410 108th St - - Corona - NY - 11368-1222 - 11835 Queens Blvd - Fl 6 - Forest Hills - NY - 11375-7200 - 11835 Queens Blvd - Fl 6 - Forest Hills - NY - 11375-7200 - Mr. - F51375 - L51375 - - Board Chairperson - 51375@hsesinfo.org - Ms. - F51378 - L51378 - - Executive Director - 51378@hsesinfo.org - Mr. - F51374 - L51374 - - 51374@hsesinfo.org - Mrs. - F51373 - L51373 - - 51373@hsesinfo.org - 555-555-1373 - - - 10038 - 549 - 12105 - 000 - 2014 - 2019-07-01 - - HS - Active - Bourbon County Board of Education - www.bourbon.kyschools.us - 549@hsesinfo.org - 369 Bethlehem Road - - Paris - KY - 40361-2493 - 369 Bethlehem Road - - Paris - KY - 40361-2493 - 369 Bethlehem Road - - Paris - KY - 40361-2493 - Mr. - F218659 - L218659 - - - 218659@hsesinfo.org - Mrs. - F218660 - L218660 - - - 218660@hsesinfo.org - Ms. - F218662 - L218662 - - 218662@hsesinfo.org - Mrs. - F218658 - L218658 - - 218658@hsesinfo.org - 555-555-8658 - - - 11170 - 1573 - 13085 - 000 - 2000 - 2020-04-01 - - HS - Active - PENDER COUNTY BOARD OF EDUCATION - - 1573@hsesinfo.org - 210 E Fremont St - - Burgaw - NC - 28425-5093 - 210 E Fremont St - - Burgaw - NC - 28425-5093 - 210 E Fremont St - - Burgaw - NC - 28425-5093 - Mr. - F226390 - L226390 - - Board of Education Chairperson - 226390@hsesinfo.org - Ms. - F226391 - L226391 - - - 226391@hsesinfo.org - Ms. - F226393 - L226393 - - 226393@hsesinfo.org - Ms. - F226389 - L226389 - - 226389@hsesinfo.org - 555-555-6389 - - - 5881 - 655 - 9610 - 000 - 1992 - 2015-02-01 - 2020-06-30 - HS - Inactive - Northeast Michigan Community Service Agency, Inc. - http://www.nemcsa.org - 655@hsesinfo.org - 2375 Gordon Road - - Alpena - MI - 49707-4627 - 2375 Gordon Road - - Alpena - MI - 49707-4627 - 2375 Gordon Road - - Alpena - MI - 49707-4627 - Mr. - F105760 - L105760 - - Board President - 105760@hsesinfo.org - Ms. - F105758 - L105758 - - Executive Director - 105758@hsesinfo.org - Ms. - F105759 - L105759 - - 105759@hsesinfo.org - Mrs. - F105755 - L105755 - - 105755@hsesinfo.org - 555-555-5755 x 5555 - - - 6314 - 3478 - 9903 - 002 - 2010 - 2015-04-01 - 2018-10-31 - HS - Inactive - Acelero Learning Clark County - alcc.acelero.net - 3478@hsesinfo.org - 4366 W Cheyenne Ave - - North Las Vegas - NV - 89032-2484 - 4366 W Cheyenne Ave - - North Las Vegas - NV - 89032-2484 - 4366 W Cheyenne Ave - - North Las Vegas - NV - 89032-2484 - - F110507 - L110507 - - Chair Person - 110507@hsesinfo.org - - F110505 - L110505 - - - 110505@hsesinfo.org - - F110504 - L110504 - - 110504@hsesinfo.org - - F110509 - L110509 - - 110509@hsesinfo.org - 555-555-0509 - - - 8948 - 1581 - 11297 - 200 - 2013 - 2018-08-01 - - EHS - Active - EL NIDO FAMILY CENTERS - http://www.elnidofamilycenters.org - 1581@hsesinfo.org - 2152 W Manchester Ave - - Los Angeles - CA - 90047-2942 - 2152 W Manchester Ave - - Los Angeles - CA - 90047-2942 - 440 Shatto Pl - Ste 417 - Los Angeles - CA - 90020-1793 - Mr. - F211195 - L211195 - - Board President - 211195@hsesinfo.org - Ms. - F211196 - L211196 - - Executive Director - 211196@hsesinfo.org - Ms. - F211198 - L211198 - - 211198@hsesinfo.org - Ms. - F211194 - L211194 - - 211194@hsesinfo.org - 555-555-1194 - - - 8203 - 690 - 10613 - 000 - 1992 - 2016-07-01 - - HS - Active - Illinois Valley Economic Development Corporation - www.ilvalley-edc.org - 690@hsesinfo.org - 223 S Macoupin St - - Gillespie - IL - 62033-1605 - 223 S Macoupin St - - Gillespie - IL - 62033-1605 - 223 S Macoupin St - - Gillespie - IL - 62033-1605 - Ms. - F206536 - L206536 - - Governing Board Chairperson - 206536@hsesinfo.org - Mr. - F206537 - L206537 - - Executive Director - 206537@hsesinfo.org - Ms. - F206539 - L206539 - - 206539@hsesinfo.org - Mrs. - F206535 - L206535 - - 206535@hsesinfo.org - 555-555-6535 x 5555 - - - 1364 - 1459 - 2858 - 000 - 1998 - 2013-06-26 - 2019-01-31 - HS - Inactive - Association to Benefit Children - http://www.a-b-c.org - 1459@hsesinfo.org - 419 East 86 Street - - New York - NY - 10028-6402 - 419 East 86 Street - - New York - NY - 10028-6402 - 419 East 86 Street - - New York - NY - 10028-6402 - Dr. - F36988 - L36988 - - Board Chair - 36988@hsesinfo.org - Ms. - F36989 - L36989 - - - 36989@hsesinfo.org - Mr. - F36986 - L36986 - - 36986@hsesinfo.org - Ms. - F36984 - L36984 - - 36984@hsesinfo.org - 555-555-6984 - - - 9841 - 3342 - 11972 - 000 - 2013 - 2019-07-01 - - HS - Active - Next Door Foundation, Inc. - www.nextdoormke.org - 3342@hsesinfo.org - 2545 North 29th Street - - Milwaukee - WI - 53210-3116 - 2545 North 29th Street - - Milwaukee - WI - 53210-3116 - 2545 North 29th Street - - Milwaukee - WI - 53210-3116 - Mr. - F217298 - L217298 - - Board President - 217298@hsesinfo.org - Dr. - F217299 - L217299 - - President - 217299@hsesinfo.org - Mr. - F217301 - L217301 - - 217301@hsesinfo.org - Ms. - F217297 - L217297 - - 217297@hsesinfo.org - 555-555-7297 - - - 4952 - 2003 - 8851 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Eastern Panhandle Instructional Cooperative - epicresa8.org - 2003@hsesinfo.org - 109 South College Street - - Martinsburg - WV - 25401-3307 - 109 South College Street - - Martinsburg - WV - 25401-3307 - 109 South College Street - - Martinsburg - WV - 25401-3307 - Dr. - F49205 - L49205 - - Chairperson, EPIC Regional Advisory Council - 49205@hsesinfo.org - Ms. - F49204 - L49204 - - Administrator - 49204@hsesinfo.org - Ms. - F49206 - L49206 - - 49206@hsesinfo.org - Mrs. - F49201 - L49201 - - 49201@hsesinfo.org - 555-555-9201 - - - 456 - 2389 - 280 - 000 - 2013 - 2013-07-05 - 2018-11-30 - HS - Inactive - Augusta, County of School Board Office - - 2389@hsesinfo.org - 59 John Lewis Rd - Ste 101 - Fishersville - VA - 22939-3414 - 18 Government Center Ln - PO Box 960 - Verona - VA - 24482-2639 - 18 Government Center Ln - - Verona - VA - 24482-2639 - Dr. - F37113 - L37113 - - Chairman of the School Board - 37113@hsesinfo.org - Dr. - F37111 - L37111 - - Superintendent of Augusta County Schools - 37111@hsesinfo.org - Ms. - F37109 - L37109 - - 37109@hsesinfo.org - Mrs. - F37108 - L37108 - - 37108@hsesinfo.org - 555-555-7108 x 5555 - - - 9842 - 8371 - 11972 - 200 - 2017 - 2019-07-01 - - EHS - Active - Next Door Foundation, Inc. - www.nextdoormke.org - 8371@hsesinfo.org - 2545 North 29th Street - - Milwaukee - WI - 53210-3116 - 2545 North 29th Street - - Milwaukee - WI - 53210-3116 - 2545 North 29th Street - - Milwaukee - WI - 53210-3116 - Mr. - F217305 - L217305 - - Board President - 217305@hsesinfo.org - Dr. - F217306 - L217306 - - President - 217306@hsesinfo.org - Mr. - F217308 - L217308 - - 217308@hsesinfo.org - Ms. - F217304 - L217304 - - 217304@hsesinfo.org - 555-555-7304 - - - 4479 - 1531 - 8528 - 000 - 2013 - 2013-11-29 - 2019-06-30 - HS - Inactive - Community Action Development Corporation - www.cadcconnection.com - 1531@hsesinfo.org - 400 N Randlett St - - Hobart - OK - 73651-1636 - 400 N Randlett St - - Hobart - OK - 73651-1636 - 400 N Randlett St - - Hobart - OK - 73651-1636 - Mr. - F42387 - L42387 - - Chairman CADC Board of Directors - 42387@hsesinfo.org - Mr. - F42388 - L42388 - - - 42388@hsesinfo.org - Mrs. - F42389 - L42389 - - 42389@hsesinfo.org - Mrs. - F42384 - L42384 - - 42384@hsesinfo.org - 555-555-2384 - - - 10571 - 9040 - 12556 - 000 - 2019 - 2019-09-01 - - HS - Active - Morris County Head Start Community Program, Inc. - www.headstartmc.org - 9040@hsesinfo.org - 18 Thompson Avenue - - Dover - NJ - 07801-4512 - 18 Thompson Avenue - - Dover - NJ - 07801-4512 - 18 Thompson Avenue - - Dover - NJ - 07801-4512 - Mr. - F222335 - L222335 - - President, Board of Directors - 222335@hsesinfo.org - Mrs. - F222336 - L222336 - - Executive Director - 222336@hsesinfo.org - Ms. - F222338 - L222338 - - 222338@hsesinfo.org - Mrs. - F222334 - L222334 - - 222334@hsesinfo.org - 555-555-2334 x 5555 - - - 5842 - 5849 - 9535 - 201 - - 2014-06-01 - 2019-07-31 - EHS - Inactive - Children's Home Society, Buckner Division - chsfl.org - 5849@hsesinfo.org - 3027 San Diego Road - - Jacksonville - FL - 32207 - 3027 San Diego Road - - Jacksonville - FL - 32207 - 3027 San Diego Road - - Jacksonville - FL - 32207 - Ms. - F104317 - L104317 - - Board Chair - 104317@hsesinfo.org - Mrs. - F104318 - L104318 - - Sr. Vice President of Operations - 104318@hsesinfo.org - Ms. - F104320 - L104320 - - 104320@hsesinfo.org - Mrs. - F104316 - L104316 - - 104316@hsesinfo.org - 555-555-4316 - - - 10572 - 9041 - 12556 - 200 - 2019 - 2019-09-01 - - EHS - Active - Morris County Head Start Community Program, Inc. - www.headstartmc.org - 9041@hsesinfo.org - 18 Thompson Avenue - - Dover - NJ - 07801-4512 - 18 Thompson Avenue - - Dover - NJ - 07801-4512 - 18 Thompson Avenue - - Dover - NJ - 07801-4512 - Mr. - F222342 - L222342 - - President, Board of Directors - 222342@hsesinfo.org - Mrs. - F222343 - L222343 - - Executive Director - 222343@hsesinfo.org - Ms. - F222345 - L222345 - - 222345@hsesinfo.org - Mrs. - F222341 - L222341 - - 222341@hsesinfo.org - 555-555-2341 - - - 9904 - 1574 - 12007 - 000 - 2013 - 2019-07-01 - - HS - Active - Region IX Education Service Center - http://www.esc9.net - 1574@hsesinfo.org - 301 Loop 11 - - Wichita Falls - TX - 76306-3799 - 301 Loop 11 - - Wichita Falls - TX - 76306-3799 - 301 Loop 11 - - Wichita Falls - TX - 76306-3799 - Mr. - F217738 - L217738 - - Chairman of the Region 9 ESC Board of Directors - 217738@hsesinfo.org - Mr. - F217739 - L217739 - - Executive Director - 217739@hsesinfo.org - Mrs. - F217741 - L217741 - - 217741@hsesinfo.org - Mrs. - F217737 - L217737 - - 217737@hsesinfo.org - 555-555-7737 x 5555 - - - 7073 - 990 - 10503 - 000 - 1992 - 2016-01-01 - - HS - Active - Family Resource Agency, Inc. - http://www.fratn.com - 990@hsesinfo.org - 3680 Michigan Avenue Rd NE - - Cleveland - TN - 37323-5721 - 3680 Michigan Avenue Rd NE - - Cleveland - TN - 37323-5721 - 3680 Michigan Avenue Rd NE - - Cleveland - TN - 37323-5721 - Ms. - F205179 - L205179 - - Board President - 205179@hsesinfo.org - Ms. - F205180 - L205180 - - CEO - 205180@hsesinfo.org - Ms. - F205182 - L205182 - - 205182@hsesinfo.org - Ms. - F205178 - L205178 - - 205178@hsesinfo.org - 555-555-5178 - - - 11171 - 1416 - 13087 - 000 - 1992 - 2020-04-01 - - HS - Active - ECONOMIC SECURITY CORPORATION OF SOUTHWEST AREA - http://www.escswa.org - 1416@hsesinfo.org - 302 S Joplin Ave - Ste 114 - Joplin - MO - 64801-2360 - PO Box 207 - - Joplin - MO - 64802-0207 - 302 South Joplin Avenue - - Joplin - MO - 64801-2354 - Mr. - F226397 - L226397 - - Board of Directors Chairperson - 226397@hsesinfo.org - Mr. - F226398 - L226398 - - - 226398@hsesinfo.org - Mr. - F226400 - L226400 - - 226400@hsesinfo.org - Mr. - F226396 - L226396 - - 226396@hsesinfo.org - 555-555-6396 - - - 8233 - 1098 - 10623 - 000 - 1992 - 2016-07-01 - - HS - Active - Parents And Children Together - http://www.pacthawaii.org - 1098@hsesinfo.org - 1485 Linapuni Street, Suite 105 - - Honolulu - HI - 96819-3575 - 1485 Linapuni Street, Suite 105 - - Honolulu - HI - 96819-3575 - 1485 Linapuni Street, Suite 105 - - Honolulu - HI - 96819-3575 - Ms. - F206746 - L206746 - - Board Chairperson - 206746@hsesinfo.org - Mr. - F206747 - L206747 - - President & CEO - 206747@hsesinfo.org - Mr. - F206749 - L206749 - - 206749@hsesinfo.org - Mr. - F206745 - L206745 - III - 206745@hsesinfo.org - 555-555-6745 - - - 8769 - 8622 - 11137 - 203 - 2017 - 2017-03-01 - - EHS - Active - Private Industry Council Westmoreland/Fayette, Inc. - www.privateindustrycouncil.com - 8622@hsesinfo.org - 112 Commonwealth Drive - - Lemont Furnace - PA - 15456 - 112 Commonwealth Drive - - Lemont Furnace - PA - 15456 - 112 Commonwealth Drive - - Lemont Furnace - PA - 15456 - Mr. - F209848 - L209848 - - Board Chair - 209848@hsesinfo.org - Ms. - F209849 - L209849 - - President and CEO - 209849@hsesinfo.org - Mr. - F209851 - L209851 - - 209851@hsesinfo.org - Mrs. - F209847 - L209847 - - 209847@hsesinfo.org - 555-555-9847 x 5555 - - - 9193 - 336 - 11490 - 000 - 1991 - 2018-11-01 - - HS - Active - HOLYOKE CHICOPEE SPRINGFIELD HEAD START, INC. - www.hcsheadstart.org - 336@hsesinfo.org - HCS Head Start, Inc. - 30 Madison Avenue - Springfield - MA - 01105-1404 - HCS Head Start, Inc. - 30 Madison Avenue - Springfield - MA - 01105-1404 - HCS Head Start, Inc. - 30 Madison Avenue - Springfield - MA - 01105-1404 - Ms. - F212887 - L212887 - - Board Chair - 212887@hsesinfo.org - Ms. - F212888 - L212888 - - Executive Director - 212888@hsesinfo.org - Mr. - F212890 - L212890 - - 212890@hsesinfo.org - Ms. - F212886 - L212886 - - 212886@hsesinfo.org - 555-555-2886 - - - 8234 - 1099 - 10623 - 200 - 1992 - 2016-07-01 - - EHS - Active - Parents And Children Together - http://www.pacthawaii.org - 1099@hsesinfo.org - 1485 Linapuni Street, Suite 105 - - Honolulu - HI - 96819-3575 - 1485 Linapuni Street, Suite 105 - - Honolulu - HI - 96819-3575 - 1485 Linapuni Street, Suite 105 - - Honolulu - HI - 96819-3575 - Ms. - F206753 - L206753 - - Board Chairperson - 206753@hsesinfo.org - Mr. - F206754 - L206754 - - President & CEO - 206754@hsesinfo.org - Mr. - F206756 - L206756 - - 206756@hsesinfo.org - Mr. - F206752 - L206752 - III - 206752@hsesinfo.org - 555-555-6752 - - - 6606 - 774 - 10103 - 000 - 1993 - 2015-07-01 - - HS - Active - Cameron Community Action Agency, Inc. - NA - 774@hsesinfo.org - 880 Main St - - Hackberry - LA - 70645-3504 - 880 Main St - - Hackberry - LA - 70645-3504 - 880 Main St - - Hackberry - LA - 70645-3504 - Mrs. - F201912 - L201912 - - Board Chair - 201912@hsesinfo.org - Mrs. - F201913 - L201913 - - Executive Director - 201913@hsesinfo.org - Mr. - F201915 - L201915 - - 201915@hsesinfo.org - Mrs. - F201911 - L201911 - - 201911@hsesinfo.org - 555-555-1911 - - - 8817 - 438 - 11197 - 000 - 2013 - 2018-07-01 - - HS - Active - ST JOHNS COUNTY SCHOOL DISTRICT HEAD START - www.stjohns.k12.fl.us/ - 438@hsesinfo.org - 40 Orange St - - Saint Augustine - FL - 32084-3633 - 40 Orange St - - Saint Augustine - FL - 32084-3633 - 40 Orange St - - Saint Augustine - FL - 32084-3633 - Mr. - F210262 - L210262 - - St. Johns County School Board Chairperson - 210262@hsesinfo.org - Mr. - F210263 - L210263 - - Associate Superintendent for Accountability and Intervention Services - 210263@hsesinfo.org - Mr. - F210265 - L210265 - - 210265@hsesinfo.org - Mr. - F210261 - L210261 - - 210261@hsesinfo.org - 555-555-0261 - - - 8865 - 3655 - 11235 - 005 - 2013 - 2018-07-01 - - HS - Active - Volunteers of America - http://www.voacolorado.org - 3655@hsesinfo.org - 321 S Yates St - - Denver - CO - 80219-2216 - 2660 Larimer St - - Denver - CO - 80205-2219 - 2660 Larimer St - - Denver - CO - 80205-2219 - Ms. - F210577 - L210577 - - Chairperson - 210577@hsesinfo.org - Mr. - F210578 - L210578 - - Presicent and CEO - 210578@hsesinfo.org - Ms. - F210580 - L210580 - - 210580@hsesinfo.org - Ms. - F210576 - L210576 - - 210576@hsesinfo.org - 555-555-0576 - - - 9832 - 3160 - 11936 - 000 - 2014 - 2019-07-01 - - HS - Active - Head Start of Greater Dallas, Inc. - www.hsgd.org - 3160@hsesinfo.org - 3954 Gannon Lane - - Dallas - TX - 75237-2919 - 3954 Gannon Lane - - Dallas - TX - 75237-2919 - 3954 Gannon Lane - - Dallas - TX - 75237-2919 - Ms. - F217235 - L217235 - - Board Chair - 217235@hsesinfo.org - Ms. - F217236 - L217236 - - Chief Operations Officer/Head Start Director - 217236@hsesinfo.org - Ms. - F217238 - L217238 - - 217238@hsesinfo.org - Ms. - F217234 - L217234 - - 217234@hsesinfo.org - 555-555-7234 - - - 9833 - 3183 - 11936 - 200 - 2014 - 2019-07-01 - - EHS - Active - Head Start of Greater Dallas, Inc. - www.hsgd.org - 3183@hsesinfo.org - 3954 Gannon Lane - - Dallas - TX - 75237-2919 - 3954 Gannon Lane - - Dallas - TX - 75237-2919 - 3954 Gannon Lane - - Dallas - TX - 75237-2919 - Ms. - F217242 - L217242 - - Board Chair - 217242@hsesinfo.org - Ms. - F217243 - L217243 - - Chief Operations Officer/Head Start Director - 217243@hsesinfo.org - Ms. - F217245 - L217245 - - 217245@hsesinfo.org - Ms. - F217241 - L217241 - - 217241@hsesinfo.org - 555-555-7241 - - - 7074 - 2801 - 10503 - 200 - 2011 - 2016-01-01 - - EHS - Active - FAMILY RESOURCE AGENCY - http://www.fratn.com - 2801@hsesinfo.org - 3680 Michigan Avenue Rd NE - - Cleveland - TN - 37323-5721 - 3680 Michigan Avenue Rd NE - - Cleveland - TN - 37323-5721 - 3680 Michigan Avenue Rd NE - - Cleveland - TN - 37323-5721 - Ms. - F205186 - L205186 - - Board President - 205186@hsesinfo.org - Ms. - F205187 - L205187 - - CEO - 205187@hsesinfo.org - Ms. - F205189 - L205189 - - 205189@hsesinfo.org - Ms. - F205185 - L205185 - - 205185@hsesinfo.org - 555-555-5185 - - - 4458 - 1502 - 8484 - 200 - 2013 - 2013-11-01 - 2019-06-30 - EHS - Inactive - UAMS Department of Pediatrics - https://headstart.uams.edu/ - 1502@hsesinfo.org - 7415 Colonel Glenn Road - - Little Rock - AR - 72204-7612 - 7415 Colonel Glenn Road - - Little Rock - AR - 72204-7612 - 7415 Colonel Glenn Road - - Little Rock - AR - 72204-7612 - Dr. - F41611 - L41611 - - Board Chair - 41611@hsesinfo.org - Dr. - F41610 - L41610 - - Executive Director - 41610@hsesinfo.org - Ms. - F41612 - L41612 - - 41612@hsesinfo.org - Ms. - F41608 - L41608 - - 41608@hsesinfo.org - 555-555-1608 - - - 6198 - 6211 - 9872 - 211 - - 2015-01-01 - - EHS - Active - Henry Booth House - www.henryboothhouse.org - 6211@hsesinfo.org - 2907 South Wabash, Suite 205 - - Chicago - IL - 60616-3243 - 2907 South Wabash, Suite 205 - - Chicago - IL - 60616-3243 - 2907 South Wabash, Suite 205 - - Chicago - IL - 60616-3243 - Mr. - F108924 - L108924 - - Board Chair - 108924@hsesinfo.org - Mr. - F108925 - L108925 - - President/CEO - 108925@hsesinfo.org - Ms. - F108927 - L108927 - - 108927@hsesinfo.org - Ms. - F108923 - L108923 - - 108923@hsesinfo.org - 555-555-8923 - - - 210 - 2657 - 1117 - 000 - 2011 - 2011-03-17 - 2019-05-31 - HS - Inactive - CDI/ South Central Kansas - www.cdiheadstart.org - 2657@hsesinfo.org - 1060 W Kansas Ave - - McPherson - KS - 67460-4111 - PO Box 45 - - McPherson - KS - 67460-0045 - 1060 W Kansas Ave - - McPherson - KS - 67460-4111 - Mr. - F32279 - L32279 - - Executive Director - 32279@hsesinfo.org - Mr. - F32277 - L32277 - - Executive Director - 32277@hsesinfo.org - - F32276 - L32276 - - 32276@hsesinfo.org - Ms. - F33440 - L33440 - - 33440@hsesinfo.org - 555-555-3440 - - - 9281 - 821 - 11541 - 000 - 2013 - 2019-01-01 - - HS - Active - ADVOCAP, INC. - http://www.advocap.org - 821@hsesinfo.org - 19 W 1st St - - Fond Du Lac - WI - 54935-4122 - PO Box 1108 - - Fond Du Lac - WI - 54936-1108 - 19 W 1st St - - Fond Du Lac - WI - 54935-4122 - Ms. - F213512 - L213512 - - Board Chairperson - 213512@hsesinfo.org - Mr. - F213513 - L213513 - - ADVOCAP Executive Director - 213513@hsesinfo.org - Ms. - F213515 - L213515 - - 213515@hsesinfo.org - Ms. - F213511 - L213511 - - 213511@hsesinfo.org - 555-555-3511 x 5555 - - - 4918 - 3201 - 8591 - 200 - 2014 - 2014-06-01 - 2019-05-31 - EHS - Inactive - Minot Public School District #1 - http://headstart.minot.k12.nd.us - 3201@hsesinfo.org - 2815 Burdick Expy E - - Minot - ND - 58701-5204 - 2815 Burdick Expy E - - Minot - ND - 58701-5204 - 215 2nd St SE - - Minot - ND - 58701 - Mr. - F48370 - L48370 - - Minot School Board President - 48370@hsesinfo.org - Mr. - F48368 - L48368 - - Superintendent - 48368@hsesinfo.org - Ms. - F48367 - L48367 - - 48367@hsesinfo.org - Ms. - F48366 - L48366 - - 48366@hsesinfo.org - 555-555-8366 - - - 9103 - 922 - 11416 - 000 - 2013 - 2018-09-01 - - HS - Active - Paducah Independent School District - www.paducah.kyschools.us - 922@hsesinfo.org - 1350 S 6th St - - Paducah - KY - 42003-2204 - 1350 S 6th St - - Paducah - KY - 42003-2204 - 1350 S 6th St - - Paducah - KY - 42003-2204 - Dr. - F212306 - L212306 - - Chairman of the Paducah Board of Education - 212306@hsesinfo.org - Mr. - F212307 - L212307 - - - 212307@hsesinfo.org - Ms. - F212309 - L212309 - - 212309@hsesinfo.org - Mrs. - F212305 - L212305 - - 212305@hsesinfo.org - 555-555-2305 - - - 11172 - 1417 - 13087 - 200 - 2003 - 2020-04-01 - - EHS - Active - Economic Security Corporation of Southwest Area - http://www.escswa.org - 1417@hsesinfo.org - 302 S Joplin Ave - Ste 114 - Joplin - MO - 64801-2360 - PO Box 207 - - Joplin - MO - 64802-0207 - 302 South Joplin Avenue - - Joplin - MO - 64801-2354 - Mr. - F226404 - L226404 - - Board of Director's Chairperson - 226404@hsesinfo.org - Mr. - F226405 - L226405 - - - 226405@hsesinfo.org - Mr. - F226407 - L226407 - - 226407@hsesinfo.org - Ms. - F226403 - L226403 - - 226403@hsesinfo.org - 555-555-6403 - - - 11173 - 2408 - 13088 - 000 - 2014 - 2020-04-01 - - AIAN HS - Active - ROSEBUD SIOUX TRIBE HEAD START - www.rst-headstart.com - 2408@hsesinfo.org - 725 Hospital Drive - - Rosebud - SD - 57570 - PO Box 836 - - Rosebud - SD - 57570-0836 - 725 Hospital Drive - - Rosebud - SD - 57570 - Mr. - F226411 - L226411 - - President - Rosebud Sioux Tribe - 226411@hsesinfo.org - Mr. - F226412 - L226412 - - President - Rosebud Sioux Tribe - 226412@hsesinfo.org - Ms. - F226414 - L226414 - - 226414@hsesinfo.org - Ms. - F226410 - L226410 - - 226410@hsesinfo.org - 555-555-6410 - - - 7053 - 2442 - 10487 - 000 - 1992 - 2016-01-01 - - AIAN HS - Active - Colville Confederated Tribes - http://www.colvilletribes.com - 2442@hsesinfo.org - 19 Wenatchi St - - Nespelem - WA - 99155 - PO Box 150 - - Nespelem - WA - 99155-0150 - 21 Colville St - - Nespelem - WA - 99155 - Mr. - F205038 - L205038 - - Chairman - 205038@hsesinfo.org - Mr. - F205039 - L205039 - - Executive Director - 205039@hsesinfo.org - Ms. - F205041 - L205041 - - 205041@hsesinfo.org - Miss - F205037 - L205037 - - 205037@hsesinfo.org - 555-555-5037 - - - 2786 - 975 - 6340 - 000 - 1992 - 1992-01-23 - - HS - Active - Anne Arundel County Community Action Agency, Inc. - http://www.aaccaa.org - 975@hsesinfo.org - 9 Monticello Ave - - Annapolis - MD - 21401-3411 - PO Box 1951 - - Annapolis - MD - 21404-1951 - 9 Monticello Ave - - Annapolis - MD - 21401-3411 - Ms. - F16247 - L16247 - - Board President - 16247@hsesinfo.org - Ms. - F16248 - L16248 - - Chief Executive Officer - 16248@hsesinfo.org - Ms. - F16244 - L16244 - - 16244@hsesinfo.org - Mrs. - F2933 - L2933 - - 2933@hsesinfo.org - 555-555-2933 x 5555 - - - 11174 - 1177 - 13086 - 000 - 1992 - 2020-04-01 - - AIAN HS - Active - Stockbridge-Munsee Head Start - W13429 Cherry St - 1177@hsesinfo.org - W13429 Cherry St - - Bowler - WI - 54416-9484 - PO Box 70 - - Bowler - WI - 54416-0070 - W13429 Cherry St - - Bowler - WI - 54416-9484 - Mrs. - F226418 - L226418 - - Stockbridge-Munsee Tribal President - 226418@hsesinfo.org - Ms. - F226419 - L226419 - PHD - Director of Education and Career Services - 226419@hsesinfo.org - Ms. - F226421 - L226421 - - 226421@hsesinfo.org - Ms. - F226417 - L226417 - - 226417@hsesinfo.org - 555-555-6417 - - - 10780 - 241 - 12760 - 000 - 2014 - 2019-12-01 - - HS - Active - MARTHA'S VINEYARD COMMUNITY SERVICES - www.mvcommunityservices.org - 241@hsesinfo.org - 111 Edgartown Road - - Oak Bluffs - MA - 02557 - 111 Edgartown Road - - Vineyard Haven - MA - 02568 - 111 Edgartown Road - - Oak Bluffs - MA - 02557 - Mr. - F223761 - L223761 - - Board President - 223761@hsesinfo.org - Ms. - F223762 - L223762 - - - 223762@hsesinfo.org - Ms. - F223764 - L223764 - - 223764@hsesinfo.org - Ms. - F223760 - L223760 - - 223760@hsesinfo.org - 555-555-3760 x 5555 - - - 9851 - 5130 - 11960 - 000 - 2014 - 2019-07-01 - - HS - Active - Metropolitan Children and Youth, Inc. - www.ucfhs.org - 5130@hsesinfo.org - 9641 Harper Avenue - - Detroit - MI - 48213-0000 - 9641 Harper Avenue - - Detroit - MI - 48213-0000 - 9641 Harper Avenue - - Detroit - MI - 48213-0000 - Mr. - F217368 - L217368 - - Chairperson - 217368@hsesinfo.org - Ms. - F217369 - L217369 - - Executive Director - 217369@hsesinfo.org - Ms. - F217371 - L217371 - - 217371@hsesinfo.org - Ms. - F217367 - L217367 - - 217367@hsesinfo.org - 555-555-7367 x 5555 - - - 9852 - 5131 - 11960 - 200 - 2014 - 2019-07-01 - - EHS - Active - Metropolitan Children and Youth, Inc. - www.ucfhs.org - 5131@hsesinfo.org - 9641 Harper Avenue - - Detroit - MI - 48213-0000 - 9641 Harper Avenue - - Detroit - MI - 48213-0000 - 9641 Harper Avenue - - Detroit - MI - 48213-0000 - Mr. - F217375 - L217375 - - Chairperson - 217375@hsesinfo.org - Ms. - F217376 - L217376 - - Executive Director - 217376@hsesinfo.org - Ms. - F217378 - L217378 - - 217378@hsesinfo.org - Ms. - F217374 - L217374 - - 217374@hsesinfo.org - 555-555-7374 x 5555 - - - 9849 - 5134 - 11964 - 000 - 2014 - 2019-07-01 - - HS - Active - Matrix Human Services - www.matrixhumanservices.org - 5134@hsesinfo.org - 1400 Woodbridge St - - Detroit - MI - 48207-3110 - 1400 Woodbridge St - - Detroit - MI - 48207-3110 - 1400 Woodbridge St - - Detroit - MI - 48207-3110 - Mr. - F217354 - L217354 - JD - Chair, Board of Directors, Matrix Human Services - 217354@hsesinfo.org - Mr. - F217355 - L217355 - - President / CEO Matrix Human Services - 217355@hsesinfo.org - Ms. - F217357 - L217357 - - 217357@hsesinfo.org - Ms. - F217353 - L217353 - - 217353@hsesinfo.org - 555-555-7353 - - - 8388 - 341 - 10805 - 200 - 2001 - 2016-11-01 - - AIAN EHS - Active - Jicarilla Apache Early Head Start Program - P.O. Box 545 - 341@hsesinfo.org - 143 Hawks Drive - - Dulce - NM - 87528 - PO Box 545 - - Dulce - NM - 87528-0545 - 143 Hawks Dr - - Dulce - NM - 87528 - Mr. - F207882 - L207882 - - Jicarilla Apache Nation President - 207882@hsesinfo.org - Mr. - F207883 - L207883 - - Jicarilla Apache Nation President - 207883@hsesinfo.org - Ms. - F207885 - L207885 - - 207885@hsesinfo.org - Ms. - F207881 - L207881 - - 207881@hsesinfo.org - 555-555-7881 - - - 9850 - 5135 - 11964 - 200 - 2014 - 2019-07-01 - - EHS - Active - Matrix Human Services - www.matrixhumanservices.org - 5135@hsesinfo.org - 1400 Woodbridge St - - Detroit - MI - 48207-3110 - 1400 Woodbridge St - - Detroit - MI - 48207-3110 - 1400 Woodbridge St - - Detroit - MI - 48207-3110 - Mr. - F217361 - L217361 - JD - Chair, Board of Directors, Matrix Human Services - 217361@hsesinfo.org - Mr. - F217362 - L217362 - - President / CEO Matrix Human Services - 217362@hsesinfo.org - Ms. - F217364 - L217364 - - 217364@hsesinfo.org - Ms. - F217360 - L217360 - - 217360@hsesinfo.org - 555-555-7360 x 5555 - - - 8727 - 8585 - 11100 - 200 - 2017 - 2017-09-01 - - AIAN EHS - Active - Iowa Tribe of Oklahoma - http://www.iowanation.org - 8585@hsesinfo.org - 335164 East 750 Rd - - Perkins - OK - 74059 - 335588 East 750 Rd - - Perkins - OK - 74059 - 335588 East 750 Rd - - Perkins - OK - 74059 - Mr. - F209579 - L209579 - - Tribal Chairman - 209579@hsesinfo.org - Ms. - F209580 - L209580 - - Tribal Administrator - 209580@hsesinfo.org - Mr. - F209582 - L209582 - - 209582@hsesinfo.org - Mrs. - F209578 - L209578 - - 209578@hsesinfo.org - 555-555-9578 - - - 9111 - 3778 - 11424 - 002 - 2013 - 2018-09-01 - - HS - Active - Jurupa USD - www.jusd.k12.ca.us - 3778@hsesinfo.org - 5960 Mustang Ln - - Jurupa Valley - CA - 92509-4259 - 5960 Mustang Ln - - Jurupa Valley - CA - 92509-4259 - 5960 Mustang Ln - - Jurupa Valley - CA - 92509-4259 - Ms. - F212367 - L212367 - - Board of Education President - 212367@hsesinfo.org - Mr. - F212368 - L212368 - - Superintendent - 212368@hsesinfo.org - Ms. - F212370 - L212370 - - 212370@hsesinfo.org - Ms. - F212366 - L212366 - - 212366@hsesinfo.org - 555-555-2366 - - - 6458 - 317 - 10088 - 000 - 1996 - 2015-07-01 - 2020-06-30 - HS - Inactive - Children's Aid Society - http://www.childrensaidsnyc.org - 317@hsesinfo.org - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - Ms. - F200876 - L200876 - - Board Chair - 200876@hsesinfo.org - Ms. - F200877 - L200877 - - President and Chief Executive Officer - 200877@hsesinfo.org - Ms. - F200879 - L200879 - - 200879@hsesinfo.org - Ms. - F200875 - L200875 - - 200875@hsesinfo.org - 555-555-0875 - - - 10227 - 2085 - 12253 - 200 - 2000 - 2019-09-01 - - EHS - Active - Northwest New Jersey Community Action Program, Inc - http://www.norwescap.org - 2085@hsesinfo.org - 480 Memorial Pkwy - Unit 303 - Phillipsburg - NJ - 08865-1575 - 480 Memorial Pkwy - Unit 303 - Phillipsburg - NJ - 08865-1575 - 480 Memorial Pkwy - Unit 303 - Phillipsburg - NJ - 08865-1575 - Mr. - F219934 - L219934 - - Chairperson, Board of Trustees - 219934@hsesinfo.org - Mr. - F219935 - L219935 - - NORWESCAP Executive Director - 219935@hsesinfo.org - Mr. - F219937 - L219937 - - 219937@hsesinfo.org - Ms. - F219933 - L219933 - - 219933@hsesinfo.org - 555-555-9933 - - - 9853 - 8954 - 11962 - 000 - 2019 - 2019-07-01 - - HS - Active - Paladin, Inc. - http://www.paladin.care/ - 8954@hsesinfo.org - 4315 E Michigan Blvd - - Michigan City - IN - 46360-3151 - 4315 E Michigan Blvd - - Michigan City - IN - 46360-3151 - 4315 E Michigan Blvd - - Michigan City - IN - 46360-3151 - Mr. - F217382 - L217382 - - Board Chair - 217382@hsesinfo.org - Mrs. - F217383 - L217383 - - INTERIM President and CEO - 217383@hsesinfo.org - - F217385 - L217385 - - 217385@hsesinfo.org - Mr. - F217381 - L217381 - - 217381@hsesinfo.org - 555-555-7381 x 5555 - - - 4418 - 412 - 8402 - 000 - 2013 - 2013-10-24 - 2018-10-31 - HS - Inactive - Baraga-Houghton-Keweenaw Child Development Board, Inc. - http://www.bhkfirst.org - 412@hsesinfo.org - 700 Park Ave - - Houghton - MI - 49931-2453 - 700 Park Ave - - Houghton - MI - 49931-2453 - 700 Park Avenue - - Houghton - MI - 49931-2453 - Mr. - F41317 - L41317 - - Board Chairperson - 41317@hsesinfo.org - Ms. - F41319 - L41319 - - Executive Director - 41319@hsesinfo.org - Ms. - F41320 - L41320 - - 41320@hsesinfo.org - Ms. - F41315 - L41315 - - 41315@hsesinfo.org - 555-555-1315 x 5555 - - - 4909 - 747 - 8900 - 000 - 2014 - 2014-06-01 - 2019-05-31 - HS - Inactive - PECOS COUNTY COMMUNITY ACTION AGENCY - none - 747@hsesinfo.org - 600 S Young St - - Fort Stockton - TX - 79735-7642 - PO Box 940 - - Fort Stockton - TX - 79735-0940 - 100 S Jackson St - - Fort Stockton - TX - 79735-6706 - Mr. - F48257 - L48257 - - Board Chairperson - 48257@hsesinfo.org - Mrs. - F48254 - L48254 - - Executive Director - 48254@hsesinfo.org - - F48255 - L48255 - - 48255@hsesinfo.org - Mrs. - F48252 - L48252 - - 48252@hsesinfo.org - 555-555-8252 - - - 9095 - 897 - 11411 - 000 - 1996 - 2018-09-01 - - HS - Active - Fort Valley State University - 1005 State University Dr - 897@hsesinfo.org - 1005 State University Dr - - Fort Valley - GA - 31030-4313 - PO Box 4395 - - Fort Valley - GA - 31030-0419 - 1005 State University Dr - - Fort Valley - GA - 31030-4313 - Ms. - F212246 - L212246 - - Board Chair - 212246@hsesinfo.org - Dr. - F212247 - L212247 - - Executive Director - 212247@hsesinfo.org - Mr. - F212249 - L212249 - - 212249@hsesinfo.org - Ms. - F212245 - L212245 - - 212245@hsesinfo.org - 555-555-2245 - - - 4957 - 1066 - 8867 - 200 - 2014 - 2014-07-01 - 2020-08-31 - EHS - Inactive - Laramie County Head Start - http://www.calc.net - 1066@hsesinfo.org - 1520 Rollins Ave - - Cheyenne - WY - 82001 - 211 W 19th St - - Cheyenne - WY - 82001-4433 - 211 W 19th St - - Cheyenne - WY - 82001-4433 - Mr. - F49254 - L49254 - - Board Chair - 49254@hsesinfo.org - Mr. - F49252 - L49252 - - Community Action Executive Director - 49252@hsesinfo.org - Ms. - F49251 - L49251 - - 49251@hsesinfo.org - Mrs. - F49250 - L49250 - - 49250@hsesinfo.org - 555-555-9250 - - - 9173 - 390 - 11471 - 000 - 1992 - 2018-11-01 - - HS - Active - Wayne Action Group for Economic Solvency, Inc - http://www.wagesnc.org - 390@hsesinfo.org - 601 Royall Avenue - - Goldsboro - NC - 27534-2570 - 601 Royall Avenue - - Goldsboro - NC - 27534-2570 - 601 Royall Avenue - - Goldsboro - NC - 27534-2570 - Mrs. - F212747 - L212747 - - Board Chair - 212747@hsesinfo.org - Mrs. - F212748 - L212748 - - Executive Director - 212748@hsesinfo.org - Mrs. - F212750 - L212750 - - 212750@hsesinfo.org - Mrs. - F212746 - L212746 - - 212746@hsesinfo.org - 555-555-2746 - - - 1365 - 2778 - 2858 - 200 - 2011 - 2013-07-01 - 2019-01-31 - EHS - Inactive - Association to Benefit Children - www.a-b-c.org - 2778@hsesinfo.org - 1841 Park Avenue - - New York - NY - 10035 - 1841 Park Avenue - - New York - NY - 10035 - 1841 Park Avenue - - New York - NY - 10035 - Mr. - F36995 - L36995 - - Board Chair - 36995@hsesinfo.org - Dr. - F36993 - L36993 - - Chief Program Officer - 36993@hsesinfo.org - Mr. - F36992 - L36992 - - 36992@hsesinfo.org - Dr. - F36991 - L36991 - - 36991@hsesinfo.org - 555-555-6991 - - - 8270 - 2822 - 10651 - 200 - 2011 - 2016-07-01 - - EHS - Active - SOUTHEAST ALABAMA REGIONAL PLAN DEVELOPMENT COMMISSION - www.searpdc.org - 2822@hsesinfo.org - 462 N Oates St - Fl 4 - Dothan - AL - 36303-4513 - 462 North Oates Street - 4th Floor - P.O. Box 1406 - DOTHAN - AL - 36302-1406 - 462 N Oates St - Fl 4 - Dothan - AL - 36303-4513 - Mrs. - F207030 - L207030 - - Board Chairperson - 207030@hsesinfo.org - Mr. - F207031 - L207031 - - Executive Director - 207031@hsesinfo.org - Mr. - F207033 - L207033 - - 207033@hsesinfo.org - Mr. - F207029 - L207029 - - 207029@hsesinfo.org - 555-555-7029 x 5555 - - - 11185 - 9253 - 9459 - 225 - 2019 - 2019-12-01 - - EHS - Active - Erie Neighborhood House - www.eriehouse.org - 9253@hsesinfo.org - 1701 W Superior St - - Chicago - IL - 60622-5646 - 1701 W Superior St - - Chicago - IL - 60622-5646 - 1701 W Superior St - - Chicago - IL - 60622-5646 - Ms. - F226482 - L226482 - - Board Chair - 226482@hsesinfo.org - Ms. - F226480 - L226480 - - Executive Director-Interim - 226480@hsesinfo.org - Ms. - F226483 - L226483 - - 226483@hsesinfo.org - Ms. - F226479 - L226479 - - 226479@hsesinfo.org - 555-555-6479 - - - 11181 - 9249 - 9444 - 210 - 2019 - 2019-12-01 - - EHS - Active - Albany Park Community Center, Inc. - http://www.apcc-chgo.org - 9249@hsesinfo.org - 1945 W Wilson Ave - Fl 3 - Chicago - IL - 60640-5256 - 1945 W Wilson Ave - Fl 3 - Chicago - IL - 60640-5256 - 1945 W Wilson Ave - Fl 3 - Chicago - IL - 60640-5256 - Ms. - F226458 - L226458 - - Board Chairperson - 226458@hsesinfo.org - Mr. - F226456 - L226456 - - Executive Director - 226456@hsesinfo.org - Ms. - F226459 - L226459 - - 226459@hsesinfo.org - Ms. - F226455 - L226455 - - 226455@hsesinfo.org - 555-555-6455 - - - 7044 - 757 - 10491 - 000 - 1997 - 2016-01-01 - - HS - Active - Mora Independent Schools - mora.k12.nm.us - 757@hsesinfo.org - 3549 State Highway 518 - - Holman - NM - 87723-2006 - PO Box 180 - - Holman - NM - 87723-0180 - 3549 State Highway 518 - - Holman - NM - 87723-2006 - Mr. - F204975 - L204975 - - Governing Body Chairman - 204975@hsesinfo.org - Mr. - F204976 - L204976 - - Superintendent - 204976@hsesinfo.org - Ms. - F204978 - L204978 - - 204978@hsesinfo.org - Mr. - F204974 - L204974 - - 204974@hsesinfo.org - 555-555-4974 - - - 5803 - 5809 - 9533 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Delaware Department of Education - www.doe.k12.de.us - 5809@hsesinfo.org - 401 Federal Street - Suite 2 - Dover - DE - 19901-3639 - 401 Federal Street - Suite 2 - Dover - DE - 19901-3639 - 401 Federal Street - Suite 2 - Dover - DE - 19901-3639 - Dr. - F103772 - L103772 - - Secretary of Education - 103772@hsesinfo.org - Mr. - F103773 - L103773 - - Executive Director - 103773@hsesinfo.org - - F103775 - L103775 - - 103775@hsesinfo.org - Ms. - F103771 - L103771 - - 103771@hsesinfo.org - 555-555-3771 - - - 11182 - 9250 - 9456 - 222 - 2019 - 2019-12-01 - - EHS - Active - City Colleges of Chicago - www.ccc.edu - 9250@hsesinfo.org - 226 W Jackson Blvd - - Chicago - IL - 60606-6959 - 226 W Jackson Blvd - - Chicago - IL - 60606-6959 - 226 W Jackson Blvd - - Chicago - IL - 60606-6959 - Mr. - F226464 - L226464 - Ph.D - Board Chair - 226464@hsesinfo.org - Mr. - F226462 - L226462 - - Associate Vice Chancelllor, Finance & Business Enterprise Services - 226462@hsesinfo.org - Ms. - F226465 - L226465 - - 226465@hsesinfo.org - Ms. - F226461 - L226461 - - 226461@hsesinfo.org - 555-555-6461 - - - 11187 - 9255 - 13095 - 222 - 2019 - 2019-12-01 - - EHS - Active - City Colleges of Chicago - www.ccc.edu - 9255@hsesinfo.org - 226 W Jackson Blvd - - Chicago - IL - 60606-6959 - 226 W Jackson Blvd - - Chicago - IL - 60606-6959 - 226 W Jackson Blvd - - Chicago - IL - 60606-6959 - Mr. - F226494 - L226494 - Ph.D - Board Chair - 226494@hsesinfo.org - Mr. - F226492 - L226492 - - Associate Vice Chancelllor, Finance & Business Enterprise Services - 226492@hsesinfo.org - Ms. - F226495 - L226495 - - 226495@hsesinfo.org - Ms. - F226491 - L226491 - - 226491@hsesinfo.org - 555-555-6491 - - - 6926 - 494 - 10402 - 000 - 1995 - 2015-11-01 - 2020-10-31 - HS - Inactive - Sound To Harbor Head Start / ECEAP - http://www.esd113.org - 494@hsesinfo.org - 6005 Tyee Dr SW - - Tumwater - WA - 98512-7356 - 6005 Tyee Dr SW - - Tumwater - WA - 98512-7356 - 6005 Tyee Dr SW - - Tumwater - WA - 98512-7356 - Mr. - F204143 - L204143 - - Chair - 204143@hsesinfo.org - Dr. - F204144 - L204144 - - Superintendent - 204144@hsesinfo.org - Mr. - F204146 - L204146 - - 204146@hsesinfo.org - Ms. - F204142 - L204142 - - 204142@hsesinfo.org - 555-555-4142 - - - 11188 - 9256 - 13097 - 223 - 2019 - 2019-12-01 - - EHS - Active - Chicago Child Care Society - www.cccsociety.org - 9256@hsesinfo.org - 5467 S University Ave - - Chicago - IL - 60615-5114 - 5467 S University Ave - - Chicago - IL - 60615-5114 - 5467 S University Ave - - Chicago - IL - 60615-5114 - - F226500 - L226500 - - Board Chair - 226500@hsesinfo.org - - F226498 - L226498 - - Executive Director - 226498@hsesinfo.org - - F226501 - L226501 - - 226501@hsesinfo.org - - F226497 - L226497 - - 226497@hsesinfo.org - 555-555-6497 - - - 11189 - 9257 - 13099 - 224 - 2019 - 2019-12-01 - - EHS - Active - El Hogar Del Nino - www.elhogardelnino.org - 9257@hsesinfo.org - 1718 S Loomis St - - Chicago - IL - 60608-2129 - 1718 S Loomis St - - Chicago - IL - 60608-2129 - 1718 S Loomis St - - Chicago - IL - 60608-2129 - Ms. - F226506 - L226506 - - Board President - 226506@hsesinfo.org - Mr. - F226504 - L226504 - - Executive Director - 226504@hsesinfo.org - Ms. - F226507 - L226507 - - 226507@hsesinfo.org - Ms. - F226503 - L226503 - - 226503@hsesinfo.org - 555-555-6503 x 5555 - - - 4602 - 1144 - 8558 - 000 - 2014 - 2014-01-01 - 2018-12-31 - AIAN HS - Inactive - THREE AFFILIATED TRIBES - www.mhanation.com - 1144@hsesinfo.org - Head Start Program - 509 9th Street North - New Town - ND - 58763 - Head Start Program - 509 9th Street North - New Town - ND - 58763 - Head Start Program - 509 9th Street North - New Town - ND - 58763 - Mr. - F43675 - L43675 - - Three Affiliated Tribes Tribal Chairman - 43675@hsesinfo.org - Mr. - F43676 - L43676 - - CEO Three Affiliated Tribes - 43676@hsesinfo.org - - F43677 - L43677 - - 43677@hsesinfo.org - Ms. - F43672 - L43672 - - 43672@hsesinfo.org - 555-555-3672 - - - 8268 - 8200 - 10654 - 000 - 2016 - 2016-07-01 - - HS - Active - Ohio Valley Educational Cooperative - www.ovec.org - 8200@hsesinfo.org - 100 Alpine Dr - - Shelbyville - KY - 40065-8877 - PO Box 1249 - - Shelbyville - KY - 40066-1249 - 100 Alpine Dr - - Shelbyville - KY - 40065-8877 - Mrs. - F207016 - L207016 - - Chair, OVEC Board of Directors - 207016@hsesinfo.org - Dr. - F207017 - L207017 - - Chief Executive Officer - 207017@hsesinfo.org - Mr. - F207019 - L207019 - - 207019@hsesinfo.org - Mrs. - F207015 - L207015 - - 207015@hsesinfo.org - 555-555-7015 x 5555 - - - 9330 - 2124 - 11584 - 000 - 2013 - 2019-02-01 - - HS - Active - Tri-County Community Action Agency, Inc. - http://www.gatewaycap.org - 2124@hsesinfo.org - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - Ms. - F213847 - L213847 - - Chairman - 213847@hsesinfo.org - Hon. Mayor - F213848 - L213848 - - President/CEO - 213848@hsesinfo.org - Ms. - F213850 - L213850 - - 213850@hsesinfo.org - Ms. - F213846 - L213846 - - 213846@hsesinfo.org - 555-555-3846 x 5555 - - - 6113 - 2850 - 9720 - 200 - 2011 - 2015-03-01 - 2020-08-31 - EHS - Inactive - Burlington County Community Action Program - www.bccap.org - 2850@hsesinfo.org - 718 South Route 130 - - Burlington - NJ - 08016-1276 - 718 South Route 130 - - Burlington - NJ - 08016-1276 - 718 South Route 130 - - Burlington - NJ - 08016-1276 - Mr. - F108479 - L108479 - - Board President - 108479@hsesinfo.org - Dr. - F108477 - L108477 - - Executive Director - 108477@hsesinfo.org - Mr. - F108476 - L108476 - - 108476@hsesinfo.org - Ms. - F108475 - L108475 - - 108475@hsesinfo.org - 555-555-8475 x 5555 - - - 8232 - 1093 - 10624 - 200 - 2001 - 2016-07-01 - - EHS - Active - Maricopa County Early Head Start - https://www.maricopa.gov/3868/Human-Services - 1093@hsesinfo.org - 234 N Central Ave - Fl 3 - Phoenix - AZ - 85004-0948 - 234 N Central Ave - Fl 3 - Phoenix - AZ - 85004-0948 - 234 N Central Ave - Fl 3 - Phoenix - AZ - 85004-0948 - Mr. - F206739 - L206739 - - Chairman, Maricopa County Board of Supervisors - 206739@hsesinfo.org - Mr. - F206740 - L206740 - - Director, Maricopa County Human Services Department - 206740@hsesinfo.org - Ms. - F206742 - L206742 - - 206742@hsesinfo.org - Ms. - F206738 - L206738 - - 206738@hsesinfo.org - 555-555-6738 - - - 9857 - 8958 - 11966 - 000 - 2019 - 2019-07-01 - - HS - Active - Lutheran Social Services of the South, Inc. - www.upbring.org - 8958@hsesinfo.org - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - Mr. - F217410 - L217410 - - - 217410@hsesinfo.org - Dr. - F217411 - L217411 - - VP of Education - 217411@hsesinfo.org - Mrs. - F217413 - L217413 - - 217413@hsesinfo.org - Mr. - F217409 - L217409 - - 217409@hsesinfo.org - 555-555-7409 - - - 5074 - 916 - 9002 - 000 - 1992 - 2014-07-01 - 2019-06-30 - HS - Inactive - YADKIN VALLEY ECONOMIC DEVELOPMENT DISTRICT, INC - www.yveddi.com - 916@hsesinfo.org - 533 N Carolina Avenue, Hwy 601 N - - Boonville - NC - 27011 - P.O. Box 309 - - Boonville - NC - 27011-0309 - 533 N Carolina Avenue, Hwy 601 N - - Boonville - NC - 27011 - Mr. - F51595 - L51595 - - Board Chair - 51595@hsesinfo.org - Mrs. - F51593 - L51593 - - Executive Director - 51593@hsesinfo.org - Ms. - F51592 - L51592 - - 51592@hsesinfo.org - Ms. - F51590 - L51590 - - 51590@hsesinfo.org - 555-555-1590 x 5555 - - - 8974 - 2536 - 11311 - 200 - 2013 - 2018-08-01 - - EHS - Active - NORTHCOAST CHILDREN'S SERVICE, INC - http://www.ncsheadstart.org - 2536@hsesinfo.org - 1266 9th St - - Arcata - CA - 95521-5702 - PO Box 1165 - - Arcata - CA - 95518-1165 - 1266 9th St - - Arcata - CA - 95521-5702 - Ms. - F211374 - L211374 - - President - 211374@hsesinfo.org - Ms. - F211375 - L211375 - - Executive Head Start Director - 211375@hsesinfo.org - Ms. - F211377 - L211377 - - 211377@hsesinfo.org - Ms. - F211373 - L211373 - - 211373@hsesinfo.org - 555-555-1373 - - - 9858 - 8959 - 11966 - 200 - 2019 - 2019-07-01 - - EHS - Active - Lutheran Social Services of the South, Inc. - www.upbring.org - 8959@hsesinfo.org - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - Mr. - F217417 - L217417 - - - 217417@hsesinfo.org - Dr. - F217418 - L217418 - - VP of Education - 217418@hsesinfo.org - Mrs. - F217420 - L217420 - - 217420@hsesinfo.org - Mr. - F217416 - L217416 - - 217416@hsesinfo.org - 555-555-7416 - - - 8770 - 8623 - 11138 - 208 - 2017 - 2017-07-01 - 2019-06-30 - EHS - Inactive - St. Vincent de Paul of Baltimore, Inc. - www.vincentbaltimore.org - 8623@hsesinfo.org - 2305 N. Charles St. - Suite 300 - Baltimore - MD - 21218-5292 - 2305 N. Charles St. - Suite 300 - Baltimore - MD - 21218-5292 - 2305 N. Charles St. - Suite 300 - Baltimore - MD - 21218-5292 - Mr. - F209855 - L209855 - - HS Governing Board Chair - 209855@hsesinfo.org - Mr. - F209856 - L209856 - - President and CEO - 209856@hsesinfo.org - Ms. - F209858 - L209858 - - 209858@hsesinfo.org - Ms. - F209854 - L209854 - - 209854@hsesinfo.org - 555-555-9854 - - - 4600 - 2055 - 8515 - 000 - 2014 - 2014-01-01 - 2018-12-31 - HS - Inactive - FRIENDS OF CHILDREN & FAMILIES, INC - http://www.focaf.org - 2055@hsesinfo.org - 4709 West Camas Street - - Boise - ID - 83705-5832 - 4709 West Camas Street - - Boise - ID - 83705-5832 - 4709 West Camas Street - - Boise - ID - 83705-5832 - Dr. - F43662 - L43662 - - Board Chair - 43662@hsesinfo.org - Mrs. - F43661 - L43661 - - Executive Director - 43661@hsesinfo.org - Mr. - F43660 - L43660 - - 43660@hsesinfo.org - Mrs. - F43658 - L43658 - - 43658@hsesinfo.org - 555-555-3658 x 5555 - - - 11183 - 9251 - 9461 - 227 - 2019 - 2019-12-01 - - EHS - Active - Chinese American Service League - www.caslservice.org - 9251@hsesinfo.org - 2141 S Tan Ct - - Chicago - IL - 60616-1998 - 2141 S Tan Ct - - Chicago - IL - 60616-1998 - 2141 S Tan Ct - - Chicago - IL - 60616-1998 - Mr. - F226470 - L226470 - Jr - Board Chair - 226470@hsesinfo.org - Ms. - F226468 - L226468 - - Executive Director - 226468@hsesinfo.org - Ms. - F226471 - L226471 - - 226471@hsesinfo.org - Ms. - F226467 - L226467 - - 226467@hsesinfo.org - 555-555-6467 - - - 4764 - 2029 - 8616 - 000 - 2014 - 2014-04-01 - 2019-03-31 - HS - Inactive - Community Action Partnership of Ramsey - http://www.caprw.org - 2029@hsesinfo.org - 450 Syndicate Street North - Suite 5 - St. Paul - MN - 55104 - 450 Syndicate Street North - Suite 5 - St. Paul - MN - 55104 - 450 Syndicate Street North - Suite 5 - St. Paul - MN - 55104 - Mr. - F46157 - L46157 - - Board President - 46157@hsesinfo.org - Dr. - F46158 - L46158 - - - 46158@hsesinfo.org - Ms. - F46155 - L46155 - - 46155@hsesinfo.org - Ms. - F46154 - L46154 - - 46154@hsesinfo.org - 555-555-6154 - - - 9194 - 335 - 11490 - 200 - 2013 - 2018-11-01 - - EHS - Active - HOLYOKE CHICOPEE SPRINGFIELD HEAD START, INC. - www.hcsheadstart.org - 335@hsesinfo.org - 30 Madison Avenue - - Springfield - MA - 01105-1404 - 30 Madison Avenue - - Springfield - MA - 01105-1404 - 30 Madison Avenue - - Springfield - MA - 01105-1404 - Ms. - F212894 - L212894 - - Board Chair - 212894@hsesinfo.org - Ms. - F212895 - L212895 - - - 212895@hsesinfo.org - Mr. - F212897 - L212897 - - 212897@hsesinfo.org - Ms. - F212893 - L212893 - - 212893@hsesinfo.org - 555-555-2893 - - - 11186 - 9254 - 9462 - 228 - 2019 - 2019-12-01 - - EHS - Active - It takes a Village - - 9254@hsesinfo.org - 4000 W Division St - - Chicago - IL - 60651-3871 - 4000 W Division St - - Chicago - IL - 60651-3871 - 4000 W Division St - - Chicago - IL - 60651-3871 - Ms. - F226488 - L226488 - - Chairperson - 226488@hsesinfo.org - Ms. - F226486 - L226486 - - - 226486@hsesinfo.org - Ms. - F226489 - L226489 - - 226489@hsesinfo.org - Ms. - F226485 - L226485 - - 226485@hsesinfo.org - 555-555-6485 - - - 4765 - 2030 - 8616 - 200 - 2014 - 2014-04-01 - 2019-03-31 - EHS - Inactive - Community Action Partnership of Ramsey - http://www.caprw.org - 2030@hsesinfo.org - 450 North Syndicate Street - Suite 5 - St. Paul - MN - 55104 - 450 North Syndicate Street - Suite 5 - St. Paul - MN - 55104 - 450 North Syndicate Street - Suite 5 - St. Paul - MN - 55104 - Mr. - F46166 - L46166 - - Board President - 46166@hsesinfo.org - Dr. - F46165 - L46165 - - - 46165@hsesinfo.org - Ms. - F46163 - L46163 - - 46163@hsesinfo.org - Ms. - F46161 - L46161 - - 46161@hsesinfo.org - 555-555-6161 - - - 6009 - 6016 - 9658 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Tri-County Child and Family Development Council, Inc. - www.tricountychildandfamily.org - 6016@hsesinfo.org - 205 Adams St - Ste 2 - Waterloo - IA - 50703-3011 - PO Box 1050 - - Waterloo - IA - 50704-1050 - 205 Adams St - Ste 2 - Waterloo - IA - 50703-3011 - Ms. - F106806 - L106806 - - Board Chair - 106806@hsesinfo.org - Dr. - F106807 - L106807 - - Operations Director - 106807@hsesinfo.org - Ms. - F106809 - L106809 - - 106809@hsesinfo.org - Dr. - F106805 - L106805 - - 106805@hsesinfo.org - 555-555-6805 x 5555 - - - 4987 - 2190 - 8802 - 200 - 2007 - 2014-07-01 - 2019-06-30 - EHS - Inactive - HAMILTON CENTER INC - www.hamiltoncenter.org - 2190@hsesinfo.org - 620 EIGHT AVENUE - PO 4323 - TERRE HAUTE - IN - 47804-0323 - 620 EIGHT AVENUE - PO 4323 - TERRE HAUTE - IN - 47804-0323 - 620 EIGHT AVENUE - PO 4323 - TERRE HAUTE - IN - 47804-0323 - Mr. - F49402 - L49402 - - Board President - 49402@hsesinfo.org - Mr. - F49401 - L49401 - - CEO - 49401@hsesinfo.org - Ms. - F49400 - L49400 - - 49400@hsesinfo.org - Ms. - F49398 - L49398 - - 49398@hsesinfo.org - 555-555-9398 - - - 11190 - 9258 - 13101 - 225 - 2019 - 2019-12-01 - - EHS - Active - Mary Crane League - www.marycrane.org - 9258@hsesinfo.org - 4006 W Lake St - - Chicago - IL - 60624-1839 - 4006 W Lake St - - Chicago - IL - 60624-1839 - 4006 W Lake St - - Chicago - IL - 60624-1839 - Mr. - F226512 - L226512 - - Board Chair - 226512@hsesinfo.org - Ms. - F226510 - L226510 - - Executive Director - 226510@hsesinfo.org - Ms. - F226513 - L226513 - - 226513@hsesinfo.org - Ms. - F226509 - L226509 - - 226509@hsesinfo.org - 555-555-6509 - - - 9041 - 8702 - 11376 - 200 - 2018 - 2018-08-01 - - EHS - Active - Community Action Partnership of Lancaster County - http://www.caplanc.org - 8702@hsesinfo.org - 601 South Queen Street - - Lancaster - PA - 17603 - 601 South Queen Street - - Lancaster - PA - 17603 - 601 South Queen Street - - Lancaster - PA - 17603 - Mrs. - F211823 - L211823 - - CAP Board Chairperson - 211823@hsesinfo.org - Mrs. - F211824 - L211824 - - Chief Executive Officer - 211824@hsesinfo.org - Ms. - F211826 - L211826 - - 211826@hsesinfo.org - Mrs. - F211822 - L211822 - - 211822@hsesinfo.org - 555-555-1822 - - - 3023 - 486 - 6679 - 200 - 2007 - 2013-07-02 - 2018-10-31 - EHS - Inactive - Child Development Council of Franklin County, Inc. - http://www.cdcheadstart.org - 486@hsesinfo.org - 300 East Spring Street - - Columbus - OH - 43215-2630 - 300 East Spring Street - - Columbus - OH - 43215-2630 - 300 East Spring Street - - Columbus - OH - 43215-2630 - Ms. - F37776 - L37776 - - Board Chair - 37776@hsesinfo.org - Ms. - F37774 - L37774 - - President & CEO - 37774@hsesinfo.org - Ms. - F37773 - L37773 - - 37773@hsesinfo.org - Ms. - F37772 - L37772 - - 37772@hsesinfo.org - 555-555-7772 - - - 5373 - 1496 - 9148 - 000 - 1992 - 2014-09-01 - 2020-08-31 - HS - Inactive - Coastal Community Action, Inc. - http://www.coastalca.org - 1496@hsesinfo.org - 303 McQueen Blvd - - Newport - NC - 28570-8121 - PO Box 729 - - Newport - NC - 28570-0729 - 303 McQueen Blvd - - Newport - NC - 28570-8121 - Rev. - F96600 - L96600 - - Chair, Board of Directors - 96600@hsesinfo.org - Ms. - F96598 - L96598 - - Executive Director - 96598@hsesinfo.org - Ms. - F96602 - L96602 - - 96602@hsesinfo.org - Ms. - F96597 - L96597 - - 96597@hsesinfo.org - 555-555-6597 - - - 5029 - 260 - 8943 - 000 - 2014 - 2014-07-01 - 2020-06-30 - HS - Inactive - East Orange Child Development Corporation - - 260@hsesinfo.org - 682 Park Ave - - East Orange - NJ - 07017-1503 - 682 Park Ave - - East Orange - NJ - 07017-1503 - 682 Park Ave - - East Orange - NJ - 07017-1503 - Mr. - F51243 - L51243 - - Board Chairman - 51243@hsesinfo.org - Mrs. - F51241 - L51241 - - CEO/Executive Director - 51241@hsesinfo.org - Ms. - F51240 - L51240 - - 51240@hsesinfo.org - Mrs. - F51239 - L51239 - - 51239@hsesinfo.org - - - - 6754 - 1090 - 10219 - 000 - 1992 - 2015-08-01 - 2020-07-31 - HS - Inactive - Pinal Gila Community Child Services, Inc. - http://www.pgccs.org - 1090@hsesinfo.org - 1183 E Cottonwood Ln - Ste 2 - Casa Grande - AZ - 85122-2970 - 1183 E Cottonwood Ln - Ste 2 - Casa Grande - AZ - 85122-2970 - 1183 E Cottonwood Ln - Ste 2 - Casa Grande - AZ - 85122-2970 - Mr. - F202949 - L202949 - - Board President - 202949@hsesinfo.org - Mrs. - F202950 - L202950 - MBA - CEO - 202950@hsesinfo.org - Ms. - F202952 - L202952 - - 202952@hsesinfo.org - Mrs. - F202948 - L202948 - MBA - 202948@hsesinfo.org - 555-555-2948 - - - 5309 - 549 - 9054 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Bourbon County Board of Education - www.bourbon.kyschools.us - 549@hsesinfo.org - 369 Bethlehem Road - - Paris - KY - 40361-2493 - 369 Bethlehem Road - - Paris - KY - 40361-2493 - 369 Bethlehem Road - - Paris - KY - 40361-2493 - Mr. - F54063 - L54063 - - - 54063@hsesinfo.org - Mrs. - F54065 - L54065 - - - 54065@hsesinfo.org - Ms. - F54064 - L54064 - - 54064@hsesinfo.org - Mrs. - F54062 - L54062 - - 54062@hsesinfo.org - 555-555-4062 - - - 9859 - 1364 - 11968 - 000 - 2013 - 2019-07-01 - - HS - Active - Douglass Community Services, Inc - http://www.douglassonline.org - 1364@hsesinfo.org - 711 Grand Avenue - - Hannibal - MO - 63401-3179 - 711 Grand Avenue - - Hannibal - MO - 63401-3179 - 711 Grand Avenue - - Hannibal - MO - 63401-3179 - Mr. - F217424 - L217424 - - Board President - 217424@hsesinfo.org - Ms. - F217425 - L217425 - - Executive Director - 217425@hsesinfo.org - Ms. - F217427 - L217427 - - 217427@hsesinfo.org - Ms. - F217423 - L217423 - - 217423@hsesinfo.org - 555-555-7423 x 5555 - - - 8952 - 316 - 11302 - 000 - 2013 - 2018-08-01 - - HS - Active - Franklin County Head Start Program, Inc. - www.fchsweb.org - 316@hsesinfo.org - 1438 Excel Ave. - - Chambersburg - PA - 17201 - 1438 Excel Ave. - - Chambersburg - PA - 17201 - 1438 Excel Ave. - - Chambersburg - PA - 17201 - Mrs. - F211223 - L211223 - - Board President - 211223@hsesinfo.org - Dr. - F211224 - L211224 - - President & CEO - 211224@hsesinfo.org - Ms. - F211226 - L211226 - - 211226@hsesinfo.org - Mrs. - F211222 - L211222 - - 211222@hsesinfo.org - 555-555-1222 x 5555 - - - 9860 - 1363 - 11968 - 200 - 2013 - 2019-07-01 - - EHS - Active - Douglass Community Services, Inc - http://www.douglassonline.org - 1363@hsesinfo.org - 711 Grand Avenue - - Hannibal - MO - 63401-3179 - 711 Grand Avenue - - Hannibal - MO - 63401-3179 - 711 Grand Avenue - - Hannibal - MO - 63401-3179 - Mr. - F217431 - L217431 - - Board President - 217431@hsesinfo.org - Ms. - F217432 - L217432 - - Executive Director - 217432@hsesinfo.org - Ms. - F217434 - L217434 - - 217434@hsesinfo.org - Ms. - F217430 - L217430 - - 217430@hsesinfo.org - 555-555-7430 x 5555 - - - 5221 - 1670 - 8946 - 000 - 2014 - 2014-07-01 - 2020-01-02 - AIAN HS - Inactive - CROW TRIBAL COUNCIL - - 1670@hsesinfo.org - 1 Baacheeitche Ave - - Crow Agency - MT - 59022 - PO Box 249 - - Crow Agency - MT - 59022-0249 - 1 Baacheeitche Ave - - Crow Agency - MT - 59022 - Mr. - F52456 - L52456 - Jr. - Chairman - 52456@hsesinfo.org - Mrs. - F52454 - L52454 - - CEO - 52454@hsesinfo.org - - F52453 - L52453 - - 52453@hsesinfo.org - Mrs. - F52452 - L52452 - - 52452@hsesinfo.org - 555-555-2452 - - - 4938 - 1107 - 8861 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Colusa County Office of Education - http://www.ccoe.net - 1107@hsesinfo.org - 345 5th St - Ste B - Colusa - CA - 95932-2445 - 345 5th St - Ste B - Colusa - CA - 95932-2445 - 345 5th St - Ste B - Colusa - CA - 95932-2445 - Mr. - F48693 - L48693 - - Superintendent of Schools - 48693@hsesinfo.org - Mr. - F48694 - L48694 - - - 48694@hsesinfo.org - Mr. - F48691 - L48691 - - 48691@hsesinfo.org - Mrs. - F48690 - L48690 - - 48690@hsesinfo.org - 555-555-8690 - - - 4808 - 2197 - 8640 - 200 - 2007 - 2014-05-01 - 2019-04-30 - EHS - Inactive - BONA VISTA PROGRAMS, INC. - Bona Vista Programs, Inc. - 2197@hsesinfo.org - 1220 Laguna St - - Kokomo - IN - 46902-2330 - PO Box 2496 - - Kokomo - IN - 46904-2496 - 1220 Laguna St - - Kokomo - IN - 46902-2330 - Mrs. - F46902 - L46902 - - Board Chair - 46902@hsesinfo.org - Ms. - F46901 - L46901 - - President - 46901@hsesinfo.org - Ms. - F46904 - L46904 - - 46904@hsesinfo.org - Mrs. - F46900 - L46900 - - 46900@hsesinfo.org - 555-555-6900 - - - 10092 - 527 - 12141 - 000 - 1992 - 2019-07-01 - - HS - Active - Agricultural and Labor Program, Inc. - http://www.alpi.org - 527@hsesinfo.org - 300 Lynchburg Road - - Lake Alfred - FL - 33850-2576 - 300 Lynchburg Road - - Lake Alfred - FL - 33850-2576 - 300 Lynchburg Road - - Lake Alfred - FL - 33850-2576 - Mr. - F219037 - L219037 - - Board of Directors Chairperson - 219037@hsesinfo.org - Ms. - F219038 - L219038 - - - 219038@hsesinfo.org - Mrs. - F219040 - L219040 - - 219040@hsesinfo.org - Mrs. - F219036 - L219036 - - 219036@hsesinfo.org - 555-555-9036 x 5555 - - - 11184 - 9252 - 9446 - 212 - 2019 - 2019-12-01 - - EHS - Active - Christopher House - http://www.christopherhouse.org - 9252@hsesinfo.org - 1611 W Division St - - Chicago - IL - 60622-1201 - 1611 W Division St - - Chicago - IL - 60622-1201 - 1611 W Division St - - Chicago - IL - 60622-1201 - Ms. - F226476 - L226476 - - Board Chair - 226476@hsesinfo.org - Ms. - F226474 - L226474 - - Executive Director - 226474@hsesinfo.org - Ms. - F226477 - L226477 - - 226477@hsesinfo.org - Ms. - F226473 - L226473 - - 226473@hsesinfo.org - 555-555-6473 - - - 11191 - 9259 - 13103 - 226 - 2019 - 2019-12-01 - - EHS - Active - Northwestern University Settlement House - northwesternsettlement.org - 9259@hsesinfo.org - 1400 W Augusta Blvd - - Chicago - IL - 60642-3939 - 1400 W Augusta Blvd - - Chicago - IL - 60642-3939 - 1400 W Augusta Blvd - - Chicago - IL - 60642-3939 - Mr. - F226518 - L226518 - - Director of the Board - 226518@hsesinfo.org - Ms. - F226516 - L226516 - - Director of Group Services - 226516@hsesinfo.org - Ms. - F226519 - L226519 - - 226519@hsesinfo.org - Ms. - F226515 - L226515 - - 226515@hsesinfo.org - 555-555-6515 x 5555 - - - 4134 - 3463 - 8210 - 003 - - - - HS - Active - Wayne Metro CAA - http://www.waynemetro.org - 3463@hsesinfo.org - 2121 Biddle Street, Suite 102 - - Wyandotte - MI - 48192-4064 - 2121 Biddle Street, Suite 102 - - Wyandotte - MI - 48192-4064 - 2121 Biddle Street, Suite 102 - - Wyandotte - MI - 48192-4064 - Ms. - F24819 - L24819 - - - 24819@hsesinfo.org - - F24823 - L24823 - - - 24823@hsesinfo.org - Ms. - F24820 - L24820 - - 24820@hsesinfo.org - Ms. - F12373 - L12373 - - 12373@hsesinfo.org - 555-555-2373 - - - 10093 - 526 - 12141 - 200 - 2014 - 2019-07-01 - - EHS - Active - Agricultural and Labor Program, Inc. - http://www.alpi.org - 526@hsesinfo.org - 300 Lynchburg Road - - Lake Alfred - FL - 33850-2576 - 300 Lynchburg Road - - Lake Alfred - FL - 33850-2576 - 300 Lynchburg Road - - Lake Alfred - FL - 33850-2576 - Mr. - F219044 - L219044 - - Board of Directors Chairperson - 219044@hsesinfo.org - Ms. - F219045 - L219045 - - - 219045@hsesinfo.org - Mrs. - F219047 - L219047 - - 219047@hsesinfo.org - Mrs. - F219043 - L219043 - - 219043@hsesinfo.org - 555-555-9043 x 5555 - - - 10094 - 3159 - 12138 - 000 - 2014 - 2019-07-01 - - HS - Active - Hancock County Board of Education - http://www.hancock.k12.ga.us/ - 3159@hsesinfo.org - 79 Boland Cir - - Sparta - GA - 31087-2007 - PO Box 488 - - Sparta - GA - 31087-0488 - 79 Boland Cir - - Sparta - GA - 31087-2007 - Mrs. - F219051 - L219051 - - Hancock County Board of Education Board Chairman - 219051@hsesinfo.org - Miss - F219052 - L219052 - - Superintendent - 219052@hsesinfo.org - Mr. - F219054 - L219054 - - 219054@hsesinfo.org - Dr. - F219050 - L219050 - - 219050@hsesinfo.org - 555-555-9050 x 5555 - - - 10095 - 3143 - 12138 - 200 - 2014 - 2019-07-01 - - EHS - Active - Hancock County Board of Education - www.hancock.k12.ga.us - 3143@hsesinfo.org - 79 Boland Cir - - Sparta - GA - 31087-2007 - PO Box 488 - - Sparta - GA - 31087-0488 - 79 Boland Cir - - Sparta - GA - 31087-2007 - Mrs. - F219058 - L219058 - - Hancock County of Education Board Chairman - 219058@hsesinfo.org - Ms. - F219059 - L219059 - - Superintendent of Schools - 219059@hsesinfo.org - Mr. - F219061 - L219061 - - 219061@hsesinfo.org - Dr. - F219057 - L219057 - - 219057@hsesinfo.org - 555-555-9057 x 5555 - - - 11194 - 1897 - 13105 - 000 - 1992 - 2020-04-01 - - HS - Active - Embarras River Basin Agency, Inc. - www.erbainc.org - 1897@hsesinfo.org - 400 W Pleasant St - - Greenup - IL - 62428 - PO Box 307 - - Greenup - IL - 62428-0307 - 400 W Pleasant St - - Greenup - IL - 62428-1006 - Mr. - F226536 - L226536 - - ERBA Board Chairman - 226536@hsesinfo.org - Mrs. - F226537 - L226537 - - Executive Director - 226537@hsesinfo.org - Ms. - F226539 - L226539 - - 226539@hsesinfo.org - Mr. - F226535 - L226535 - - 226535@hsesinfo.org - 555-555-6535 - - - 11195 - 1317 - 13106 - 000 - 1992 - 2020-04-01 - - HS - Active - COMMUNITY ACTION PROGRAM FOR CENTRAL ARKANSAS CAPCA - http://www.capcainc.org - 1317@hsesinfo.org - 707 Robins Street, Suite 118 - - Conway - AR - 72034-6517 - 707 Robins Street, Suite 118 - - Conway - AR - 72034-6517 - 707 Robins Street, Suite 118 - - Conway - AR - 72034-6517 - Ms. - F226543 - L226543 - - Governing Board Chairperson - 226543@hsesinfo.org - Mrs. - F226544 - L226544 - - Executive Director - 226544@hsesinfo.org - Mr. - F226546 - L226546 - - 226546@hsesinfo.org - Ms. - F226542 - L226542 - - 226542@hsesinfo.org - 555-555-6542 x 5555 - - - 9362 - 3169 - 11601 - 000 - 2014 - 2019-02-01 - - AIAN HS - Active - COLORADO RIVER INDIAN TRIBES (ONAP) - 18026 Mohave Road - 3169@hsesinfo.org - 18026 Mohave Road - - Parker - AZ - 85344-9766 - 26600 Mohave Road - - Parker - AZ - 85344 - 26600 Mohave Road - - Parker - AZ - 85344 - Mr. - F214067 - L214067 - - Chairman - 214067@hsesinfo.org - Mr. - F214068 - L214068 - - Vice Chairman - 214068@hsesinfo.org - Mr. - F214070 - L214070 - - 214070@hsesinfo.org - Ms. - F214066 - L214066 - - 214066@hsesinfo.org - 555-555-4066 - - - 6708 - 2779 - 10193 - 200 - 2011 - 2015-08-01 - 2020-07-31 - EHS - Inactive - Cayuga/Seneca Community Action Agency, Inc. - http://www.cscaa.com - 2779@hsesinfo.org - 89 York St Ste 1 - - Auburn - NY - 13021-1135 - 89 York St Ste 1 - - Auburn - NY - 13021-1135 - 89 York St Ste 1 - - Auburn - NY - 13021-1135 - Mr. - F202627 - L202627 - - Board Chairperson - 202627@hsesinfo.org - Mrs. - F202628 - L202628 - - Executive Director - 202628@hsesinfo.org - Mrs. - F202630 - L202630 - - 202630@hsesinfo.org - Ms. - F202626 - L202626 - - 202626@hsesinfo.org - 555-555-2626 x 5555 - - - 3029 - 2856 - 6683 - 200 - 2013 - 2013-07-02 - 2019-02-28 - EHS - Inactive - Community Action of East Central Indiana, Inc. - www.caeci.org - 2856@hsesinfo.org - 1845 W Main St - - Richmond - IN - 47374-3821 - PO Box 1314 - - Richmond - IN - 47375-1314 - 1845 W Main St - - Richmond - IN - 47374-3821 - Mrs. - F37557 - L37557 - - President, Board of Directors - 37557@hsesinfo.org - Mr. - F37555 - L37555 - - Executive Director - 37555@hsesinfo.org - Mr. - F37554 - L37554 - - 37554@hsesinfo.org - Mr. - F37553 - L37553 - - 37553@hsesinfo.org - 555-555-7553 x 5555 - - - 9197 - 2072 - 11489 - 000 - 1991 - 2018-11-01 - - HS - Active - COMMUNITY ACTION RESOURCE AND DEVELOPMENT, INC. - http://www.cardcaa.org - 2072@hsesinfo.org - 707 W Lowry Rd - Ste 102 - Claremore - OK - 74017-2109 - 707 West Lowery Road, suite 102 - P.O. Box 947 - Claremore - OK - 74018-0947 - 707 W Lowry Rd - Ste 102 - Claremore - OK - 74017-2109 - Mr. - F212915 - L212915 - - Board Chairman - 212915@hsesinfo.org - Ms. - F212916 - L212916 - - Executive Director - 212916@hsesinfo.org - Mrs. - F212918 - L212918 - - 212918@hsesinfo.org - Mrs. - F212914 - L212914 - - 212914@hsesinfo.org - 555-555-2914 x 5555 - - - 11196 - 555 - 13111 - 000 - 1992 - 2020-04-01 - - HS - Active - Resurgent Education and Community Health Services, Inc. - reachservicesinc.org - 555@hsesinfo.org - 155 Bradford Sq Ste D - - Fayetteville - GA - 30215-1991 - 155 Bradford Sq Ste D - - Fayetteville - GA - 30215-1991 - 155 Bradford Sq Ste D - - Fayetteville - GA - 30215-1991 - Mr. - F226551 - L226551 - - Chairman, Board of Directors - 226551@hsesinfo.org - Dr. - F226552 - L226552 - - Executive Director - 226552@hsesinfo.org - Ms. - F226554 - L226554 - - 226554@hsesinfo.org - Dr. - F226550 - L226550 - - 226550@hsesinfo.org - 555-555-6550 - - - 11197 - 3242 - 13111 - 200 - 2011 - 2020-04-01 - - EHS - Active - Resurgent Education and Community Health Services, Inc. - - 3242@hsesinfo.org - 155 Bradford Sq Ste D - - Fayetteville - GA - 30215-1991 - 155 Bradford Sq Ste D - - Fayetteville - GA - 30215-1991 - 155 Bradford Sq Ste D - - Fayetteville - GA - 30215-1991 - Mr. - F226558 - L226558 - - Chairman, Board of Directors - 226558@hsesinfo.org - Dr. - F226559 - L226559 - - Executive/Head Start - 226559@hsesinfo.org - Ms. - F226561 - L226561 - - 226561@hsesinfo.org - Dr. - F226557 - L226557 - - 226557@hsesinfo.org - 555-555-6557 - - - 6189 - 1897 - 9609 - 000 - 1992 - 2015-04-01 - 2020-03-31 - HS - Inactive - Embarras River Basin Agency, Inc. - www.erbainc.org - 1897@hsesinfo.org - 400 W Pleasant St - - Greenup - IL - 62428 - PO Box 307 - - Greenup - IL - 62428-0307 - 400 W Pleasant St - - Greenup - IL - 62428-1006 - Mr. - F109031 - L109031 - - ERBA Board Chairman - 109031@hsesinfo.org - Mrs. - F109032 - L109032 - - Executive Director - 109032@hsesinfo.org - Ms. - F109029 - L109029 - - 109029@hsesinfo.org - Mr. - F109027 - L109027 - - 109027@hsesinfo.org - 555-555-9027 - - - 1376 - 2134 - 2867 - 000 - 2013 - 2013-06-26 - 2018-12-31 - HS - Inactive - Municipal Government of Mayaguez Head Start Program - - 2134@hsesinfo.org - 13 Calle Mendez Vigo W - Ste 101 - Mayaguez - PR - 00680-6745 - PO Box 447 - - Mayaguez - PR - 00681-0447 - 13 Calle Mendez Vigo W - Ofc 101 - Mayaguez - PR - 00680-6745 - Mr. - F36915 - L36915 - - President - 36915@hsesinfo.org - Mrs. - F36913 - L36913 - - Executive Director - 36913@hsesinfo.org - Mrs. - F36911 - L36911 - - 36911@hsesinfo.org - Mrs. - F36910 - L36910 - - 36910@hsesinfo.org - 555-555-6910 - - - 5490 - 2726 - 9272 - 200 - 2014 - 2014-11-01 - 2020-06-30 - EHS - Inactive - Champlain Valley Head Start (Early Head Start) - http://www.champlainvalleyheadstart.org - 2726@hsesinfo.org - 431 Pine St. - - Burlington - VT - 05401-4726 - 431 Pine St. - - Burlington - VT - 05401-4726 - 431 Pine St. - - Burlington - VT - 05401-4726 - Ms. - F99169 - L99169 - - Board President - 99169@hsesinfo.org - Ms. - F99167 - L99167 - - - 99167@hsesinfo.org - Mr. - F99166 - L99166 - - 99166@hsesinfo.org - Mr. - F99165 - L99165 - - 99165@hsesinfo.org - 555-555-9165 - - - 6365 - 889 - 9999 - 000 - 1992 - 2015-07-01 - - HS - Active - Trimble County Board of Education - http://www.trimble.kyschools.us - 889@hsesinfo.org - 68 Wentworth Ave - - Bedford - KY - 40006-1004 - 68 Wentworth Ave - - Bedford - KY - 40006-1004 - 68 Wentworth Ave - - Bedford - KY - 40006-1004 - Mr. - F200225 - L200225 - - Board Chairperson - 200225@hsesinfo.org - Mr. - F200226 - L200226 - - Superintendent - 200226@hsesinfo.org - Mrs. - F200228 - L200228 - - 200228@hsesinfo.org - Mrs. - F200224 - L200224 - - 200224@hsesinfo.org - 555-555-0224 x 5555 - - - 11598 - 1712 - 13383 - 000 - 1992 - 2020-07-01 - - HS - Active - Adams County Children's Educational & Special Services, Inc. - www.achsaccess.org - 1712@hsesinfo.org - 705 Old Harrisburg Rd Ste 5 - - Gettysburg - PA - 17325-3403 - 705 Old Harrisburg Rd Ste 5 - - Gettysburg - PA - 17325-3403 - 705 Old Harrisburg Rd Ste 5 - - Gettysburg - PA - 17325-3403 - Mrs. - F229154 - L229154 - - Board President - 229154@hsesinfo.org - Mrs. - F229155 - L229155 - - Executive Director - 229155@hsesinfo.org - Ms. - F229157 - L229157 - - 229157@hsesinfo.org - Mrs. - F229153 - L229153 - - 229153@hsesinfo.org - 555-555-9153 x 5555 - - - 4415 - 2407 - 8389 - 000 - 2013 - 2013-10-29 - 2019-06-30 - HS - Inactive - Braxton County Board of Education - crbailey@k12.wv.us - 2407@hsesinfo.org - 98 Carter Braxton Drive - - Sutton - WV - 26601-1147 - 98 Carter Braxton Drive - - Sutton - WV - 26601-1147 - 98 Carter Braxton Drive - - Sutton - WV - 26601-1147 - Mrs. - F41298 - L41298 - - President, Board of Education - 41298@hsesinfo.org - Ms. - F41295 - L41295 - - Superintendent of Schools - 41295@hsesinfo.org - Ms. - F41296 - L41296 - - 41296@hsesinfo.org - Ms. - F41294 - L41294 - - 41294@hsesinfo.org - 555-555-1294 x 5555 - - - 8689 - 8550 - 11063 - 000 - 2017 - 2018-05-01 - - Migrant HS - Active - CDI HS/Multi-State Migrant and Seasonal - www.cdiheadstart.org - 8550@hsesinfo.org - 5215 McPherson Rd - Fl 2 - Laredo - TX - 78041-7324 - PO Box 450364 - - Laredo - TX - 78045-0008 - 5215 McPherson Rd - Fl 2 - Laredo - TX - 78041-7324 - Mr. - F209332 - L209332 - - Chief Executive Officer - 209332@hsesinfo.org - Ms. - F209333 - L209333 - - Executive Director - 209333@hsesinfo.org - - F209335 - L209335 - - 209335@hsesinfo.org - Mr. - F209331 - L209331 - - 209331@hsesinfo.org - 555-555-9331 - - - 10100 - 1531 - 12142 - 000 - 2013 - 2019-07-01 - - HS - Active - Community Action Development Corporation - www.cadcconnection.com - 1531@hsesinfo.org - 400 N Randlett St - - Hobart - OK - 73651-1636 - 400 N Randlett St - - Hobart - OK - 73651-1636 - 400 N Randlett St - - Hobart - OK - 73651-1636 - Mr. - F219093 - L219093 - - Chairman CADC Board of Directors - 219093@hsesinfo.org - Mr. - F219094 - L219094 - - - 219094@hsesinfo.org - Mrs. - F219096 - L219096 - - 219096@hsesinfo.org - Mr. - F219092 - L219092 - - 219092@hsesinfo.org - 555-555-9092 - - - 10101 - 8502 - 12142 - 200 - 2017 - 2019-07-01 - - EHS - Active - Community Action Development Corporation - www.cadcconnection.com - 8502@hsesinfo.org - 400 N Randlett St - - Hobart - OK - 73651-1636 - 400 N Randlett St - - Hobart - OK - 73651-1636 - 400 N Randlett St - - Hobart - OK - 73651-1636 - Mr. - F219100 - L219100 - - Chairman CADC Board of Directors - 219100@hsesinfo.org - Mr. - F219101 - L219101 - - - 219101@hsesinfo.org - Mrs. - F219103 - L219103 - - 219103@hsesinfo.org - Mr. - F219099 - L219099 - - 219099@hsesinfo.org - 555-555-9099 - - - 6921 - 480 - 10406 - 200 - 2004 - 2015-11-01 - 2020-10-31 - EHS - Inactive - Poudre School District #1 - https://www.psdschools.org/programs-services/early-childhood-education - 480@hsesinfo.org - 2407 Laporte Ave - - Fort Collins - CO - 80521-2211 - 2407 Laporte Ave - - Fort Collins - CO - 80521-2211 - 2407 Laporte Ave - - Fort Collins - CO - 80521-2211 - Mr. - F204108 - L204108 - - School Board President - 204108@hsesinfo.org - Mr. - F204109 - L204109 - - Executive Director of Head Start - 204109@hsesinfo.org - Mr. - F204111 - L204111 - - 204111@hsesinfo.org - Ms. - F204107 - L204107 - - 204107@hsesinfo.org - 555-555-4107 - - - 8282 - 625 - 10653 - 200 - 2003 - 2016-07-01 - - EHS - Active - Hinds County Project Head Start - http://www.hchra.org - 625@hsesinfo.org - 258 Maddox Rd - - Jackson - MS - 39212-2312 - 258 Maddox Rd - - Jackson - MS - 39212-2312 - 258 Maddox Rd - - Jackson - MS - 39212-2312 - Mr. - F207114 - L207114 - - Board Chairman - 207114@hsesinfo.org - Mr. - F207115 - L207115 - - President & Chief Executive Officer - 207115@hsesinfo.org - Dr. - F207117 - L207117 - - 207117@hsesinfo.org - Mr. - F207113 - L207113 - - 207113@hsesinfo.org - 555-555-7113 - - - 8968 - 2338 - 11308 - 000 - 2013 - 2018-08-01 - - HS - Active - Economic Opportunity Program of Chemung, Inc - http://www.cseop.org - 2338@hsesinfo.org - 650 Baldwin Street - - Elmira - NY - 14901-2216 - 650 Baldwin Street - - Elmira - NY - 14901-2216 - 650 Baldwin Street - - Elmira - NY - 14901-2216 - Mr. - F211332 - L211332 - - President EOP Board Of Directors - 211332@hsesinfo.org - Mrs. - F211333 - L211333 - - CEO/Executive Director - 211333@hsesinfo.org - Mrs. - F211335 - L211335 - - 211335@hsesinfo.org - Mr. - F211331 - L211331 - - 211331@hsesinfo.org - 555-555-1331 x 5555 - - - 6062 - 6069 - 9813 - 200 - - 2015-03-01 - 2019-08-31 - EHS - Inactive - Boys Town Louisiana, Inc. - www.boystown.org/louisiana - 6069@hsesinfo.org - 300 N. Broad Street - Suite 106 - New Orleans - LA - 70119-5577 - 300 N. Broad Street - Suite 106 - New Orleans - LA - 70119-5577 - 300 N. Broad Street - Suite 106 - New Orleans - LA - 70119-5577 - Mr. - F107377 - L107377 - - - 107377@hsesinfo.org - Mrs. - F107378 - L107378 - - - 107378@hsesinfo.org - Ms. - F107380 - L107380 - - 107380@hsesinfo.org - Ms. - F107376 - L107376 - - 107376@hsesinfo.org - 555-555-7376 - - - 8411 - 1180 - 10822 - 000 - 1992 - 2017-02-01 - - AIAN HS - Active - Quechan Tribe - - 1180@hsesinfo.org - 628 Picacho Rd. - - Winterhaven - AZ - 92283 - PO Box 1899 - - Yuma - AZ - 85366-2386 - 350 Picacho Rd - - Winterhaven - CA - 92283-9769 - Mr. - F208095 - L208095 - - Tribal President of the Quechan Tribe - 208095@hsesinfo.org - Mr. - F208096 - L208096 - - Tribal President of the Quechan Tribe - 208096@hsesinfo.org - Ms. - F208098 - L208098 - - 208098@hsesinfo.org - Ms. - F208094 - L208094 - - 208094@hsesinfo.org - 555-555-8094 - - - 10562 - 6047 - 12538 - 200 - - 2019-09-01 - - EHS - Active - SER-Jobs for Progress National, Inc. - http://www.ser-national.org - 6047@hsesinfo.org - 100 E Royal Lane, Suite 130 - - Irving - TX - 75039-4219 - 100 E Royal Lane, Suite 130 - - Irving - TX - 75039-4219 - 100 E Royal Lane, Suite 130 - - Irving - TX - 75039-4219 - Ms. - F222273 - L222273 - - - 222273@hsesinfo.org - Mr. - F222274 - L222274 - - - 222274@hsesinfo.org - Mr. - F222276 - L222276 - - 222276@hsesinfo.org - Ms. - F222272 - L222272 - - 222272@hsesinfo.org - 555-555-2272 - - - 8081 - 2588 - 10559 - 000 - 2008 - 2016-07-01 - - AIAN HS - Active - ISWA Development Corporation - www.iswaheadstart.com - 2588@hsesinfo.org - 1540 Tom Steven Road - - Rock Hill - SC - 29730 - PO Box 257 - - Catawba - SC - 29704 - 1540 Tom Steven Road - - Rock Hill - SC - 29730 - Ms. - F205753 - L205753 - - Board Chairperson - 205753@hsesinfo.org - Mrs. - F205754 - L205754 - - Executive/Program Director - 205754@hsesinfo.org - Ms. - F205756 - L205756 - - 205756@hsesinfo.org - Mrs. - F205752 - L205752 - - 205752@hsesinfo.org - 555-555-5752 - - - 10639 - 9055 - 12432 - 200 - 2019 - 2019-11-01 - - EHS - Active - Washington County Opportunities, Inc. - - 9055@hsesinfo.org - 546 Gamari Road - P.O. Drawer 750 - Greenville - MS - 38702-0750 - 546 Gamari Road - P.O. Drawer 750 - Greenville - MS - 38702-0750 - 546 Gamari Road - P.O. Drawer 750 - Greenville - MS - 38702-0750 - Mr. - F222786 - L222786 - - Board Chairman - 222786@hsesinfo.org - Mr. - F222784 - L222784 - - - 222784@hsesinfo.org - Ms. - F222787 - L222787 - - 222787@hsesinfo.org - Mr. - F222783 - L222783 - - 222783@hsesinfo.org - 555-555-2783 - - - 10096 - 1970 - 12134 - 000 - 2014 - 2019-07-01 - - HS - Active - Community Action of Southeastern West Virginia - http://www.casewv.org - 1970@hsesinfo.org - 355 Bluefield Ave - - Bluefield - WV - 24701-2883 - 355 Bluefield Ave - - Bluefield - WV - 24701-2883 - 355 Bluefield Ave - - Bluefield - WV - 24701-2883 - Ms. - F219065 - L219065 - - CASEWV Board of Directors Chairperson - 219065@hsesinfo.org - Ms. - F219066 - L219066 - - CASEWV Executive Director - 219066@hsesinfo.org - Mr. - F219068 - L219068 - - 219068@hsesinfo.org - Mr. - F219064 - L219064 - - 219064@hsesinfo.org - 555-555-9064 - - - 10097 - 2797 - 12134 - 200 - 2011 - 2019-07-01 - - EHS - Active - Community Action of Southeastern West Virginia - http://www.casewv.org - 2797@hsesinfo.org - 355 Bluefield Ave - - Bluefield - WV - 24701-2883 - 355 Bluefield Ave - - Bluefield - WV - 24701-2883 - 355 Bluefield Ave - - Bluefield - WV - 24701-2883 - Ms. - F219072 - L219072 - - CASEWV Board of Directors Chairperson - 219072@hsesinfo.org - Ms. - F219073 - L219073 - - CASEWV Executive Director - 219073@hsesinfo.org - Ms. - F219075 - L219075 - - 219075@hsesinfo.org - Mr. - F219071 - L219071 - - 219071@hsesinfo.org - 555-555-9071 - - - 10104 - 9002 - 12140 - 000 - 2019 - 2019-07-01 - - Migrant HS - Active - United Migrant Opportunity Services, Inc. - http://www.umos.org - 9002@hsesinfo.org - 2701 South Chase Avenue - - Milwaukee - WI - 53207-1450 - PO Box 4129 - - Milwaukee - WI - 53204-0129 - 2701 South Chase Avenue - - Milwaukee - WI - 53207-1450 - Mr. - F219121 - L219121 - - Board Chair - 219121@hsesinfo.org - Mr. - F219122 - L219122 - - CEO/President - 219122@hsesinfo.org - Mr. - F219124 - L219124 - - 219124@hsesinfo.org - Ms. - F219120 - L219120 - - 219120@hsesinfo.org - 555-555-9120 - - - 8091 - 8032 - 8664 - 210 - 2016 - 2017-02-01 - 2019-06-30 - EHS - Inactive - Bloomingdale Family Program, Inc. - http://www.bloomingdalefamilyprogram.org - 8032@hsesinfo.org - 125 West 109th Street - - New York - NY - 10025-2542 - 125 West 109th Street - - New York - NY - 10025-2542 - 125 West 109th Street - - New York - NY - 10025-2542 - Ms. - F205820 - L205820 - - - 205820@hsesinfo.org - Mr. - F205821 - L205821 - - - 205821@hsesinfo.org - Ms. - F205823 - L205823 - - 205823@hsesinfo.org - Mr. - F205819 - L205819 - - 205819@hsesinfo.org - 555-555-5819 - - - 4619 - 603 - 8595 - 200 - 2014 - 2014-02-01 - 2019-01-31 - EHS - Inactive - INSTITUTE OF COMMUNITY SERVICES, INC - http://www.ics-hs.org - 603@hsesinfo.org - 160 West Valley Avenue - - Holly Springs - MS - 38635-0160 - P. O. Box 160 - - Holly Springs - MS - 38635-0160 - 160 West Valley Avenue - - Holly Springs - MS - 38635-0160 - Mr. - F44104 - L44104 - - Board Chair - 44104@hsesinfo.org - Mrs. - F44101 - L44101 - - Executive Director - 44101@hsesinfo.org - Mrs. - F44105 - L44105 - - 44105@hsesinfo.org - Ms. - F44100 - L44100 - - 44100@hsesinfo.org - 555-555-4100 x 5555 - - - 4708 - 3931 - 8690 - 036 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - B'Above World Wide Institute, Inc - - 3931@hsesinfo.org - 134-11 Kew Gardens Road - - Richmond Hill - NY - 11418 - 134-11 Kew Gardens Road - - Richmond Hill - NY - 11418 - 134-11 Kew Gardens Road - - Richmond Hill - NY - 11418 - Mr. - F45707 - L45707 - - Chairman - 45707@hsesinfo.org - Rabbi - F45706 - L45706 - - - 45706@hsesinfo.org - Mr. - F45704 - L45704 - - 45704@hsesinfo.org - Rabbi - F45702 - L45702 - - 45702@hsesinfo.org - 555-555-5702 x 5555 - - - 4716 - 3942 - 8698 - 044 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Ecumenical Community Development Organization - http://www.ecdo.org - 3942@hsesinfo.org - 249 W 144th St - - New York - NY - 10030-1201 - 249 W 144th St - - New York - NY - 10030-1201 - 443 W 125th St - - New York - NY - 10027-4201 - Ms. - F45762 - L45762 - - Board Chair - 45762@hsesinfo.org - Ms. - F45760 - L45760 - - Executive Director - 45760@hsesinfo.org - - F45759 - L45759 - - 45759@hsesinfo.org - Ms. - F45758 - L45758 - - 45758@hsesinfo.org - 555-555-5758 - - - 9782 - 4989 - 11913 - 000 - 2014 - 2019-07-01 - - HS - Active - St. Vincent de Paul of Baltimore, Inc. - vincentbaltimore.org - 4989@hsesinfo.org - 2305 N. Charles St. - Ste 300 - Baltimore - MD - 21218-5292 - 2305 N. Charles St. - Ste 300 - Baltimore - MD - 21218-5292 - 2305 N. Charles St. - Ste 300 - Baltimore - MD - 21218-5292 - Mr. - F216884 - L216884 - - HS Governing Board Chair - 216884@hsesinfo.org - Mr. - F216885 - L216885 - - President and CEO - 216885@hsesinfo.org - Ms. - F216887 - L216887 - - 216887@hsesinfo.org - Ms. - F216883 - L216883 - - 216883@hsesinfo.org - 555-555-6883 x 5555 - - - 10002 - 5819 - 12085 - 200 - - 2019-07-01 - - EHS - Active - AWARE, Inc. - http://aware-inc.org/services/early-childhood/early-head-start/early-head-start-childcare-partnership/ - 5819@hsesinfo.org - 3242 Hesper Rd - - Billings - MT - 59102-6731 - 3242 Hesper Rd - 3242 Hesper Rd - Billings - MT - 59102-6731 - 205 E Park Ave - - Anaconda - MT - 59711-2340 - Mr. - F218407 - L218407 - - AWARE Board of Directors Chairperson - 218407@hsesinfo.org - Mr. - F218408 - L218408 - - - 218408@hsesinfo.org - Ms. - F218410 - L218410 - - 218410@hsesinfo.org - Ms. - F218406 - L218406 - - 218406@hsesinfo.org - 555-555-8406 x 5555 - - - 3759 - 3461 - 7835 - 001 - - - - HS - Active - The Guidance Center - http://www.guidance-center.org - 3461@hsesinfo.org - 11250 Reeck Rd - - Southgate - MI - 48195 - 11250 Reeck Rd - - Southgate - MI - 48195 - 11250 Reeck Rd - - Southgate - MI - 48195 - Mr. - F24809 - L24809 - - - 24809@hsesinfo.org - Mr. - F24812 - L24812 - - - 24812@hsesinfo.org - Ms. - F24810 - L24810 - - 24810@hsesinfo.org - Ms. - F12361 - L12361 - - 12361@hsesinfo.org - 555-555-2361 - - - 4743 - 3956 - 8725 - 071 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Tremont Crotona Day Care Center - - 3956@hsesinfo.org - 1600 Crotona Park East - - Bronx - NY - 10460-4879 - 1600 Crotona Park East - - Bronx - NY - 10460-4879 - 1600 Crotona Park East - - Bronx - NY - 10460-4879 - Ms. - F45951 - L45951 - - Board Chair - 45951@hsesinfo.org - Mrs. - F45949 - L45949 - - Executive Director - 45949@hsesinfo.org - Mrs. - F45948 - L45948 - - 45948@hsesinfo.org - Ms. - F45947 - L45947 - - 45947@hsesinfo.org - 555-555-5947 - - - 8413 - 8293 - 10606 - 200 - 2017 - 2017-08-01 - - EHS - Active - Missouri Ozarks Community Action, Inc. - http://www.mocaonline.org - 8293@hsesinfo.org - 306 S Pine St - - Richland - MO - 65556-7654 - PO Box 69 - - Richland - MO - 65556-0069 - 306 S Pine St - - Richland - MO - 65556-7654 - Mr. - F208119 - L208119 - - Chairman of the Board of Directors - 208119@hsesinfo.org - Mr. - F208120 - L208120 - - MOCA Executive Director - 208120@hsesinfo.org - Ms. - F208122 - L208122 - - 208122@hsesinfo.org - Mrs. - F208118 - L208118 - - 208118@hsesinfo.org - 555-555-8118 x 5555 - - - 6985 - 580 - 10452 - 200 - 1992 - 2015-12-01 - - EHS - Active - Friends of Children of Mississippi, Inc. - www.friendsofchildren.org - 580@hsesinfo.org - 130 Riverview Dr - Ste C - Flowood - MS - 39232-8921 - 130 Riverview Dr - Ste C - Flowood - MS - 39232-8921 - 130 Riverview Dr - Ste C - Flowood - MS - 39232-8921 - Mr. - F204561 - L204561 - - BOARD CHAIRPERSON - 204561@hsesinfo.org - Dr. - F204562 - L204562 - - Interim Executive Director - 204562@hsesinfo.org - Mr. - F204564 - L204564 - - 204564@hsesinfo.org - Dr. - F204560 - L204560 - - 204560@hsesinfo.org - 555-555-4560 x 5555 - - - 9161 - 1501 - 11467 - 000 - 1998 - 2018-11-01 - - HS - Active - Easter Seals North Georgia - http://www.northgeorgia.easterseals.com - 1501@hsesinfo.org - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - Mr. - F212662 - L212662 - - Chairperson, Board of Directors - 212662@hsesinfo.org - Ms. - F212663 - L212663 - - President/CEO - 212663@hsesinfo.org - Ms. - F212665 - L212665 - - 212665@hsesinfo.org - Mr. - F212661 - L212661 - - 212661@hsesinfo.org - 555-555-2661 x 5555 - - - 5844 - 5851 - 9407 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Alameda Family Services - www.alamedafs.org - 5851@hsesinfo.org - 2325 Clement Ave - Ste A - Alameda - CA - 94501-7061 - 2325 Clement Ave - Ste A - Alameda - CA - 94501-7061 - 2325 Clement Ave - Ste A - Alameda - CA - 94501-7061 - Ms. - F104359 - L104359 - - AFS Board President - 104359@hsesinfo.org - Ms. - F104360 - L104360 - - Interim Executive Director - 104360@hsesinfo.org - Ms. - F104362 - L104362 - - 104362@hsesinfo.org - Ms. - F104358 - L104358 - - 104358@hsesinfo.org - 555-555-4358 - - - 10105 - 4209 - 12146 - 001 - 2014 - 2015-07-01 - - HS - Active - Mi Escuelita Preschools, Inc. - www.miescuelita.org - 4209@hsesinfo.org - 4231 Maple Avenue - - Dallas - TX - 75219-2402 - 4231 Maple Avenue - - Dallas - TX - 75219-2402 - 4231 Maple Avenue - - Dallas - TX - 75219-2402 - Ms. - F219130 - L219130 - - Board Chair - 219130@hsesinfo.org - Ms. - F219128 - L219128 - - Executive Director - 219128@hsesinfo.org - - F219131 - L219131 - - 219131@hsesinfo.org - Mr. - F219127 - L219127 - - 219127@hsesinfo.org - 555-555-9127 x 5555 - - - 5222 - 1223 - 8828 - 000 - 2014 - 2014-07-01 - 2019-03-31 - Migrant HS - Inactive - United Migrant Opportunity Services, Inc. - http://www.umos.org - 1223@hsesinfo.org - 2701 South Chase Avenue - - Milwaukee - WI - 53207-1450 - PO Box 4129 - - Milwaukee - WI - 53204-0129 - 2701 South Chase Avenue - - Milwaukee - WI - 53207-1450 - Ms. - F52460 - L52460 - - Board Chair - 52460@hsesinfo.org - Mr. - F52463 - L52463 - - CEO/President - 52463@hsesinfo.org - Mr. - F52464 - L52464 - - 52464@hsesinfo.org - Ms. - F52459 - L52459 - - 52459@hsesinfo.org - 555-555-2459 - - - 6642 - 2304 - 10059 - 200 - 2004 - 2015-07-01 - 2020-06-30 - EHS - Inactive - A.W.A.R.E., Inc. - http://aware-inc.org/services/early-childhood/ - 2304@hsesinfo.org - 237 E Mercury St - - Butte - MT - 59701-1804 - 3242 Hesper Rd - - Billings - MT - 59102-6731 - 237 E Mercury St - - Butte - MT - 59701-1804 - Mr. - F202164 - L202164 - - - 202164@hsesinfo.org - Mr. - F202165 - L202165 - - - 202165@hsesinfo.org - Ms. - F202167 - L202167 - - 202167@hsesinfo.org - Ms. - F202163 - L202163 - - 202163@hsesinfo.org - 555-555-2163 x 5555 - - - 9464 - 8768 - 11675 - 200 - 2019 - 2019-03-01 - - EHS - Active - Community Opportunities, Incorporated - - 8768@hsesinfo.org - 23751 Highway 30 - - Carroll - IA - 51401-8505 - 23751 Hwy. 30 E. , P.O. Box 427 - - Carroll - IA - 51401-2209 - 23751 Highway 30 - - Carroll - IA - 51401-8505 - Mr. - F214745 - L214745 - - Board Chairman - 214745@hsesinfo.org - Mr. - F214746 - L214746 - - Cheif Executive Officer - 214746@hsesinfo.org - Ms. - F214748 - L214748 - - 214748@hsesinfo.org - Ms. - F214744 - L214744 - - 214744@hsesinfo.org - 555-555-4744 x 5555 - - - 6335 - 6353 - 10017 - 201 - - 2015-07-01 - 2019-06-30 - EHS - Inactive - Youth Policy Institute - www.ypi.org - 6353@hsesinfo.org - 6464 W Sunset Blvd - Ste 650 - Los Angeles - CA - 90028-8008 - 6464 W Sunset Blvd - Ste 650 - Los Angeles - CA - 90028-8008 - 6464 W Sunset Blvd - Ste 650 - Los Angeles - CA - 90028-8008 - Mr. - F200015 - L200015 - - President - 200015@hsesinfo.org - Mr. - F200016 - L200016 - - CEO - 200016@hsesinfo.org - Mr. - F200018 - L200018 - - 200018@hsesinfo.org - Dra. - F200014 - L200014 - - 200014@hsesinfo.org - 555-555-0014 - - - 8838 - 8658 - 11206 - 200 - 2018 - 2018-08-01 - 2019-08-31 - EHS - Inactive - CDI HS/Outer Wayne County, MI - www.cdiheadstart.org - 8658@hsesinfo.org - 8850 Pardee Rd - - Taylor - MI - 48180-2781 - PO Box 448 - - Garden City - MI - 48136-0448 - 8850 Pardee Rd - - Taylor - MI - 48180-2781 - Mr. - F210379 - L210379 - - Chief Executive Officer - 210379@hsesinfo.org - Ms. - F210377 - L210377 - - Executive Director - 210377@hsesinfo.org - - F210380 - L210380 - - 210380@hsesinfo.org - Ms. - F210376 - L210376 - - 210376@hsesinfo.org - 555-555-0376 - - - 4686 - 3887 - 8668 - 014 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - University Settlement Early Childhood Center - http://www.universitysettlement.org - 3887@hsesinfo.org - 184 Eldridge Street - - New York - NY - 10002-2924 - 184 Eldridge Street - - New York - NY - 10002-2924 - 184 Eldridge Street - - New York - NY - 10002-2924 - Mr. - F45552 - L45552 - - Board Chairperson - 45552@hsesinfo.org - Ms. - F45549 - L45549 - - Executive Director - 45549@hsesinfo.org - Ms. - F45550 - L45550 - - 45550@hsesinfo.org - Ms. - F45548 - L45548 - - 45548@hsesinfo.org - 555-555-5548 - - - 11198 - 543 - 13112 - 000 - 1992 - 2020-04-01 - - HS - Active - INTERMOUNTAIN CHILDREN'S SERVICES, INC - NA - 543@hsesinfo.org - 4929 South Highway 226 - - Bakersville - NC - 28705 - P.O. Box 338 - - Spruce Pine - NC - 28777-0338 - 4929 South Highway 226 - - Bakersville - NC - 28705 - Ms. - F226565 - L226565 - - Board Chair - 226565@hsesinfo.org - Ms. - F226566 - L226566 - - - 226566@hsesinfo.org - Mr. - F226568 - L226568 - - 226568@hsesinfo.org - Ms. - F226564 - L226564 - - 226564@hsesinfo.org - 555-555-6564 x 5555 - - - 1366 - 2910 - 2859 - 200 - 2013 - 2013-06-26 - 2019-01-31 - EHS - Inactive - The Children's Aid Society - www.childrensaidnyc.org - 2910@hsesinfo.org - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - Ms. - F43437 - L43437 - - Board Chair - 43437@hsesinfo.org - Ms. - F43435 - L43435 - - President and CEO - 43435@hsesinfo.org - Ms. - F43434 - L43434 - - 43434@hsesinfo.org - Ms. - F36191 - L36191 - - 36191@hsesinfo.org - 555-555-6191 - - - 1384 - 3086 - 2876 - 000 - 2013 - 2013-07-02 - 2018-06-30 - HS - Inactive - Trustees of Columbia University in the City of New York - grants-office@columbia.edu - 3086@hsesinfo.org - 4467 Broadway - - New York - NY - 10040-2603 - 630 West 168th Street - Box 49 - New York - NY - 10032-3702 - 4467 Broadway - - New York - NY - 10040-2603 - Ms. - F44252 - L44252 - - Director, Sponsored Projects Administration for MSPH - 44252@hsesinfo.org - Dr. - F44250 - L44250 - - Executive Director, Columbia University Head Start - 44250@hsesinfo.org - Mrs. - F44249 - L44249 - - 44249@hsesinfo.org - Ms. - F36281 - L36281 - - 36281@hsesinfo.org - 555-555-6281 - - - 4691 - 3893 - 8673 - 019 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - DeWitt Reformed Church Head Start - www.dewittheadstart.org - 3893@hsesinfo.org - 280 Rivington Street - - New York - NY - 10002-2551 - 280 Rivington Street - - New York - NY - 10002-2551 - 280 Rivington Street - - New York - NY - 10002-2551 - Rev. - F45588 - L45588 - - Board President - 45588@hsesinfo.org - Mrs. - F45584 - L45584 - - Executive Director - 45584@hsesinfo.org - Ms. - F45586 - L45586 - - 45586@hsesinfo.org - Ms. - F45583 - L45583 - - 45583@hsesinfo.org - 555-555-5583 - - - 11199 - 8666 - 13112 - 200 - 2018 - 2020-04-01 - - EHS - Active - INTERMOUNTAIN CHILDREN'S SERVICES, INC - - 8666@hsesinfo.org - 4929 South Highway 226 - - Bakersfield - NC - 28705 - PO Box 338 - - Spruce Pine - NC - 28777-0338 - 4929 South Highway 226 - - Bakersfield - NC - 28705 - Ms. - F226572 - L226572 - - Board Chair - 226572@hsesinfo.org - Ms. - F226573 - L226573 - - - 226573@hsesinfo.org - Mr. - F226575 - L226575 - - 226575@hsesinfo.org - Ms. - F226571 - L226571 - - 226571@hsesinfo.org - 555-555-6571 x 5555 - - - 4549 - 879 - 8576 - 000 - 1992 - 2013-12-23 - 2018-12-31 - HS - Inactive - KNOXVILLE-KNOX COUNTY COMMUNITY ACTION COMMISSION - knoxvilleheadstart.org - 879@hsesinfo.org - 2400 Piedmont St - - Knoxville - TN - 37921-7048 - PO Box 51650 - - Knoxville - TN - 37950-1650 - 2247 Western Ave - - Knoxville - TN - 37921-5756 - Ms. - F43182 - L43182 - - Board Chairperson - 43182@hsesinfo.org - Ms. - F43183 - L43183 - - Executive Director - 43183@hsesinfo.org - Ms. - F43181 - L43181 - - 43181@hsesinfo.org - Ms. - F43179 - L43179 - - 43179@hsesinfo.org - 555-555-3179 - - - 4694 - 3901 - 8676 - 022 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Community Life Center, Inc. - clcheadstart.webs.com - 3901@hsesinfo.org - 15 Mount Morris Park W - - New York - NY - 10027-6316 - 15 Mount Morris Park W - - New York - NY - 10027-6316 - 15 Mount Morris Park W - - New York - NY - 10027-6316 - Mr. - F45608 - L45608 - - Chair - 45608@hsesinfo.org - Ms. - F45605 - L45605 - - Acting Director - 45605@hsesinfo.org - - F45607 - L45607 - - 45607@hsesinfo.org - Ms. - F45604 - L45604 - - 45604@hsesinfo.org - 555-555-5604 x 5555 - - - 4699 - 3912 - 8681 - 027 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Union Settlement Association Head Start - www.unionsettlement.org - 3912@hsesinfo.org - 237 E 104th St - - New York - NY - 10029-5404 - 237 E 104th St - - New York - NY - 10029-5404 - 237 E 104th St - - New York - NY - 10029-5404 - Ms. - F45643 - L45643 - - Board Chairperson - 45643@hsesinfo.org - Mr. - F45641 - L45641 - - Executive Director - 45641@hsesinfo.org - Ms. - F45640 - L45640 - - 45640@hsesinfo.org - Ms. - F45639 - L45639 - - 45639@hsesinfo.org - 555-555-5639 - - - 4713 - 3938 - 8695 - 041 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Women's Housing and Economic Development Corp - http://www.whedco.org - 3938@hsesinfo.org - Urban Horizons Early Childhood Discovery Center - 50 East 168th Street - Bronx - NY - 10452-7929 - Urban Horizons Early Childhood Discovery Center - 50 East 168th Street - Bronx - NY - 10452-7929 - Urban Horizons Early Childhood Discovery Center - 50 East 168th Street - Bronx - NY - 10452-7929 - Ms. - F45742 - L45742 - - Board Chairperson - 45742@hsesinfo.org - Mr. - F45740 - L45740 - - President - 45740@hsesinfo.org - Ms. - F45739 - L45739 - - 45739@hsesinfo.org - Ms. - F45737 - L45737 - - 45737@hsesinfo.org - 555-555-5737 - - - 2999 - 685 - 6660 - 000 - 2013 - 2013-06-26 - 2019-06-30 - HS - Inactive - WARREN COUNTY COMMUNITY SERVICES, INC - http://www.wccsi.org - 685@hsesinfo.org - 570 North State Route 741 - - Lebanon - OH - 45036-8839 - 570 North State Route 741 - - Lebanon - OH - 45036-8839 - 570 North State Route 741 - - Lebanon - OH - 45036-8839 - Ms. - F37721 - L37721 - - Board President - 37721@hsesinfo.org - Mr. - F37719 - L37719 - - Board President - 37719@hsesinfo.org - Ms. - F37718 - L37718 - - 37718@hsesinfo.org - Ms. - F37717 - L37717 - - 37717@hsesinfo.org - 555-555-7717 - - - 8631 - 3002 - 11023 - 200 - 2012 - 2017-06-01 - - EHS - Active - Tri-County Community Action Agency, Inc. - www.gatewaycap.org - 3002@hsesinfo.org - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - Ms. - F208930 - L208930 - - Board Chairperson - 208930@hsesinfo.org - Hon. Mayor - F208931 - L208931 - CCAP - President/CEO - 208931@hsesinfo.org - Ms. - F208933 - L208933 - - 208933@hsesinfo.org - Mrs. - F208929 - L208929 - CCAP - 208929@hsesinfo.org - 555-555-8929 x 5555 - - - 4884 - 306 - 8794 - 000 - 2014 - 2014-06-01 - 2019-06-30 - HS - Inactive - Warren & Forest Counties Economic Opportunity Council - http://www.wfeoc.org - 306@hsesinfo.org - 1209 Pennsylvania Ave W - - Warren - PA - 16365-1841 - PO Box 547 - - Warren - PA - 16365-0547 - 1209 Pennsylvania Ave W - - Warren - PA - 16365-1841 - Father - F48399 - L48399 - - Governing Board President - 48399@hsesinfo.org - Mr. - F48398 - L48398 - - Grantee Executive Director - 48398@hsesinfo.org - Ms. - F48395 - L48395 - - 48395@hsesinfo.org - Ms. - F48394 - L48394 - - 48394@hsesinfo.org - 555-555-8394 x 5555 - - - 8570 - 8449 - 10977 - 200 - 2017 - 2017-03-01 - - EHS - Active - URBAN STRATEGIES, LLC - www.urbanstrategies.us - 8449@hsesinfo.org - 2341 9th St S - - Arlington - VA - 22204-2359 - 2341 9th St S - - Arlington - VA - 22204-2359 - 2341 9th St S - - Arlington - VA - 22204-2359 - Ms. - F208713 - L208713 - - Board Chair - 208713@hsesinfo.org - Mrs. - F208714 - L208714 - - President - 208714@hsesinfo.org - - F208716 - L208716 - - 208716@hsesinfo.org - Mrs. - F208712 - L208712 - - 208712@hsesinfo.org - 555-555-8712 - - - 5052 - 2093 - 8850 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Tri-County Community Action Agency, Inc. - www.tricountyva.org - 2093@hsesinfo.org - 1176 Huell Matthews Highway - - South Boston - VA - 24592-0799 - P.O. Box 799 - - South Boston - VA - 24592 - 1176 Huell Matthews Hwy - - South Boston - VA - 24592-7124 - Mr. - F51418 - L51418 - - TCCAA Board Chairman - 51418@hsesinfo.org - Ms. - F51417 - L51417 - - President & CEO - 51417@hsesinfo.org - Ms. - F51420 - L51420 - - 51420@hsesinfo.org - Ms. - F51415 - L51415 - - 51415@hsesinfo.org - 555-555-1415 x 5555 - - - 9331 - 2125 - 11584 - 200 - 2013 - 2019-02-01 - - EHS - Active - Tri-County Community Action Agency, Inc. - http://www.gatewaycap.org - 2125@hsesinfo.org - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - Hon. Mayor - F213854 - L213854 - - Chairman - 213854@hsesinfo.org - Hon. Mayor - F213855 - L213855 - - President/CEO - 213855@hsesinfo.org - Ms. - F213857 - L213857 - - 213857@hsesinfo.org - Ms. - F213853 - L213853 - - 213853@hsesinfo.org - 555-555-3853 x 5555 - - - 11200 - 822 - 13107 - 000 - 1989 - 2020-04-01 - - HS - Active - Community Action Partnership of Central Illinois, Inc. - http://www.capcil.info - 822@hsesinfo.org - 1800 5th Street - - Lincoln - IL - 62656-9107 - 1800 5th Street - - Lincoln - IL - 62656-9107 - 1800 5th Street - - Lincoln - IL - 62656-9107 - Mr. - F226579 - L226579 - - - 226579@hsesinfo.org - Mrs. - F226580 - L226580 - - - 226580@hsesinfo.org - Ms. - F226582 - L226582 - - 226582@hsesinfo.org - Mrs. - F226578 - L226578 - - 226578@hsesinfo.org - 555-555-6578 x 5555 - - - 11201 - 2600 - 13107 - 200 - 2011 - 2020-04-01 - - EHS - Active - Community Action Partnership of Central Illinois, Inc. - www.capcil.info - 2600@hsesinfo.org - 1800 Fifth Street - - Lincoln - IL - 62656 - 1800 Fifth Street - - Lincoln - IL - 62656 - 1800 Fifth Street - - Lincoln - IL - 62656 - Mr. - F226586 - L226586 - - - 226586@hsesinfo.org - Mrs. - F226587 - L226587 - - - 226587@hsesinfo.org - Ms. - F226589 - L226589 - - 226589@hsesinfo.org - Mrs. - F226585 - L226585 - - 226585@hsesinfo.org - 555-555-6585 x 5555 - - - 8589 - 3051 - 10986 - 000 - 2012 - 2017-05-01 - - HS - Active - Colorado Early Education Network - www.ceen.org - 3051@hsesinfo.org - 710 11th Ave - Ste L90 - Greeley - CO - 80631-6472 - 710 11th Ave - Ste L90 - Greeley - CO - 80631-6472 - 710 11th Ave - Ste L90 - Greeley - CO - 80631-6472 - Mr. - F208839 - L208839 - - Board of Directors, Chairman - 208839@hsesinfo.org - Mrs. - F208840 - L208840 - - - 208840@hsesinfo.org - Mr. - F208842 - L208842 - - 208842@hsesinfo.org - Mrs. - F208838 - L208838 - - 208838@hsesinfo.org - 555-555-8838 x 5555 - - - 10163 - 475 - 12194 - 000 - 2014 - 2019-07-01 - - HS - Active - Economic Opportunity Agency of Washington County, Inc - 1643 E. Huntsville Road - 475@hsesinfo.org - 1643 E Huntsville Rd - - Fayetteville - AR - 72701-1122 - 1643 E Huntsville Rd - - Fayetteville - AR - 72701-1122 - 1643 E Huntsville Rd - - Fayetteville - AR - 72701-1122 - Mrs. - F219506 - L219506 - - Board President - 219506@hsesinfo.org - Mrs. - F219507 - L219507 - - Executive Director - 219507@hsesinfo.org - Mrs. - F219509 - L219509 - - 219509@hsesinfo.org - Mr. - F219505 - L219505 - - 219505@hsesinfo.org - 555-555-9505 - - - 9305 - 2064 - 11560 - 200 - 2013 - 2019-01-01 - - EHS - Active - Contra Costa County - http://ehsd.org/headstart/ - 2064@hsesinfo.org - 1470 Civic Ct - Ste 200 - Concord - CA - 94520-5242 - 1470 Civic Ct - Ste 200 - Concord - CA - 94520-5242 - 1470 Civic Ct - Ste 200 - Concord - CA - 94520-5242 - Ms. - F213673 - L213673 - - Chair, Contra Costa County Supervisor, District 2 - 213673@hsesinfo.org - Ms. - F213674 - L213674 - - Director, Contra Costa County Employment and Human Services Department - 213674@hsesinfo.org - Ms. - F213676 - L213676 - - 213676@hsesinfo.org - Ms. - F213672 - L213672 - - 213672@hsesinfo.org - 555-555-3672 - - - 5660 - 4363 - 9469 - 235 - 2014 - 2014-12-01 - - EHS - Active - SGA Youth and Family Services - www.sga-youth.org - 4363@hsesinfo.org - 11 E Adams St Ste 1500 - - Chicago - IL - 60603-6309 - 11 E Adams St Ste 1500 - - Chicago - IL - 60603-6309 - 11 E Adams St Ste 1500 - - Chicago - IL - 60603-6309 - Ms. - F101641 - L101641 - - - 101641@hsesinfo.org - Ms. - F101642 - L101642 - - - 101642@hsesinfo.org - Mr. - F101644 - L101644 - - 101644@hsesinfo.org - Mr. - F101640 - L101640 - - 101640@hsesinfo.org - 555-555-1640 - - - 10164 - 474 - 12194 - 200 - 2014 - 2019-07-01 - - EHS - Active - Economic Opportunity Agency of Washington County, Inc - 1643 E. Huntsville Road - 474@hsesinfo.org - 1643 E Huntsville Rd - - Fayetteville - AR - 72701-1122 - 1643 E Huntsville Rd - - Fayetteville - AR - 72701-1122 - 1643 E Huntsville Rd - - Fayetteville - AR - 72701-1122 - Mrs. - F219513 - L219513 - - Board President - 219513@hsesinfo.org - Mrs. - F219514 - L219514 - - Executive Director - 219514@hsesinfo.org - Mrs. - F219516 - L219516 - - 219516@hsesinfo.org - Mr. - F219512 - L219512 - - 219512@hsesinfo.org - 555-555-9512 - - - 4668 - 321 - 8647 - 000 - 2014 - 2014-03-07 - 2019-02-28 - HS - Inactive - Greater Bergen Community Action, Inc - http://www.greaterbergen.org - 321@hsesinfo.org - 392 Main St - - Hackensack - NJ - 07601-5805 - 392 Main St - - Hackensack - NJ - 07601-5805 - 392 Main St - - Hackensack - NJ - 07601-5805 - Mr. - F44699 - L44699 - - GBCA Board Chairperson - 44699@hsesinfo.org - Mr. - F44698 - L44698 - - - 44698@hsesinfo.org - Ms. - F44701 - L44701 - - 44701@hsesinfo.org - Ms. - F44697 - L44697 - - 44697@hsesinfo.org - 555-555-4697 x 5555 - - - 8879 - 1855 - 11242 - 000 - 2013 - 2018-07-01 - - AIAN HS - Active - UPPER SKAGIT INDIAN TRIBE - none - 1855@hsesinfo.org - 25782 Coyote Drive - - Sedro Woolley - WA - 98284 - 25944 Community Plaza Way - - Sedro Woolley - WA - 98284-9721 - 25944 Community Plaza Way - - Sedro Woolley - WA - 98284-9721 - Ms. - F210675 - L210675 - - Tribal Chairperson - 210675@hsesinfo.org - Ms. - F210676 - L210676 - - - 210676@hsesinfo.org - - F210678 - L210678 - - 210678@hsesinfo.org - Ms. - F210674 - L210674 - - 210674@hsesinfo.org - 555-555-0674 - - - 9715 - 8889 - 11866 - 000 - 2019 - 2019-07-01 - - HS - Active - Child Development Centers, Inc. - www.cdcenters.org - 8889@hsesinfo.org - 702 Liberty St - - Franklin - PA - 16323-1132 - 702 Liberty St - - Franklin - PA - 16323-1132 - 702 Liberty St - - Franklin - PA - 16323-1132 - Mrs. - F216426 - L216426 - - - 216426@hsesinfo.org - Mrs. - F216427 - L216427 - - - 216427@hsesinfo.org - Mrs. - F216429 - L216429 - - 216429@hsesinfo.org - Mrs. - F216425 - L216425 - - 216425@hsesinfo.org - 555-555-6425 - - - 4669 - 2589 - 8647 - 200 - 2014 - 2014-03-07 - 2019-02-28 - EHS - Inactive - Greater Bergen Community Action, Inc - www.greaterbergen.org - 2589@hsesinfo.org - 392 Main St - - Hackensack - NJ - 07601-5805 - 392 Main St - - Hackensack - NJ - 07601-5805 - 392 Main St - - Hackensack - NJ - 07601-5805 - Mr. - F44708 - L44708 - - GBCA Board Chairperson - 44708@hsesinfo.org - Mr. - F44706 - L44706 - - - 44706@hsesinfo.org - Ms. - F44705 - L44705 - - 44705@hsesinfo.org - Ms. - F44704 - L44704 - - 44704@hsesinfo.org - 555-555-4704 x 5555 - - - 4731 - 3962 - 8713 - 059 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Henry Street Settlement - www.henrystreet.org - 3962@hsesinfo.org - 265 Henry Street - - New York - NY - 10002-4808 - 265 Henry Street - - New York - NY - 10002-4808 - 265 Henry Street - - New York - NY - 10002-4808 - Mr. - F45866 - L45866 - - Board Chairperson - 45866@hsesinfo.org - Mr. - F45864 - L45864 - - Executive Director - 45864@hsesinfo.org - Ms. - F45863 - L45863 - - 45863@hsesinfo.org - Ms. - F45869 - L45869 - - 45869@hsesinfo.org - 555-555-5869 x 5555 - - - 8075 - 1019 - 10583 - 000 - 1991 - 2016-07-01 - - HS - Active - MATURA Head Start - N/A - 1019@hsesinfo.org - 209 N Elm St - - Creston - IA - 50801-2305 - 209 N Elm St - - Creston - IA - 50801-2305 - 207B N Elm St - - Creston - IA - 50801-2305 - Mr. - F205710 - L205710 - - Governing Board Chair - 205710@hsesinfo.org - Mr. - F205711 - L205711 - - Executive Director - 205711@hsesinfo.org - Ms. - F205713 - L205713 - - 205713@hsesinfo.org - Ms. - F205709 - L205709 - - 205709@hsesinfo.org - 555-555-5709 x 5555 - - - 11202 - 4936 - 13110 - 000 - 2014 - 2020-04-01 - - HS - Active - Grand Head Start (Jay Public Schools) - nmcclelland@grandhs.org - 4936@hsesinfo.org - 1115 S Main St - - Jay - OK - 74346-3848 - PO Box 1310 - - Jay - OK - 74346-1310 - 1115 S Main St - - Jay - OK - 74346-3848 - Ms. - F226593 - L226593 - - President of Jay Public Schools Board - 226593@hsesinfo.org - Ms. - F226594 - L226594 - - Superintendent of Jay Public Schools - 226594@hsesinfo.org - Ms. - F226596 - L226596 - - 226596@hsesinfo.org - Ms. - F226592 - L226592 - - 226592@hsesinfo.org - 555-555-6592 x 5555 - - - 4834 - 2882 - 8782 - 200 - 2011 - 2014-05-01 - 2019-06-30 - EHS - Inactive - Tri-County Community Action, Inc - www.tricountycommunityaction.org - 2882@hsesinfo.org - 214 Nacogdoches St - - Center - TX - 75935-3854 - PO Box 1748 - - Center - TX - 75935-1748 - 214 Nacogdoches St - - Center - TX - 75935-3854 - Mr. - F47231 - L47231 - - Board Chair - 47231@hsesinfo.org - Mr. - F47229 - L47229 - - Executive Director - 47229@hsesinfo.org - Mrs. - F47228 - L47228 - - 47228@hsesinfo.org - Mr. - F47227 - L47227 - - 47227@hsesinfo.org - 555-555-7227 x 5555 - - - 11203 - 742 - 13113 - 000 - 1992 - 2020-04-01 - - HS - Active - CMTY ACTION AGCY OF OK CY & CTY & OK/CANADIAN CTYS INC - http://www.caaofokc.org - 742@hsesinfo.org - 319 SW 25th St - - Oklahoma City - OK - 73109-5921 - 319 SW 25th St - - Oklahoma City - OK - 73109-5921 - 319 SW 25th St - - Oklahoma City - OK - 73109-5921 - Mr. - F226600 - L226600 - - Board Chairperson - 226600@hsesinfo.org - Ms. - F226601 - L226601 - - - 226601@hsesinfo.org - Ms. - F226603 - L226603 - - 226603@hsesinfo.org - Ms. - F226599 - L226599 - - 226599@hsesinfo.org - 555-555-6599 x 5555 - - - 5489 - 328 - 9272 - 000 - 2014 - 2014-11-01 - 2020-06-30 - HS - Inactive - Champlain Valley Head Start (Preschool) - http://www.champlainvalleyheadstart.org - 328@hsesinfo.org - 431 Pine Street - - Burlington - VT - 05401-4726 - 431 Pine Street - - Burlington - VT - 05401-4726 - 431 Pine Street - - Burlington - VT - 05401-4726 - Ms. - F99160 - L99160 - - Board President - 99160@hsesinfo.org - Ms. - F99163 - L99163 - - - 99163@hsesinfo.org - Mr. - F99159 - L99159 - - 99159@hsesinfo.org - Mr. - F99158 - L99158 - - 99158@hsesinfo.org - 555-555-9158 - - - 4230 - 1938 - 6870 - 000 - 2013 - 2013-07-30 - 2019-07-31 - HS - Inactive - GMN Tri-County Community Action Committee, Inc. - http://www.gmntrico.org - 1938@hsesinfo.org - 615 North St - - Caldwell - OH - 43724-1123 - 615 North Street - - Caldwell - OH - 43724-1123 - 615 North Street - - Caldwell - OH - 43724-1123 - Mr. - F37641 - L37641 - - GMN Board Chairman - 37641@hsesinfo.org - Mr. - F37640 - L37640 - - GMN Executive Director - 37640@hsesinfo.org - Mrs. - F37642 - L37642 - - 37642@hsesinfo.org - Miss - F37639 - L37639 - - 37639@hsesinfo.org - 555-555-7639 - - - 4782 - 1008 - 8648 - 000 - 1992 - 2014-04-01 - 2019-03-31 - HS - Inactive - EAST CENTRAL KANSAS ECONOMIC OPPORTUNITY CORPORATION - http://www.eckan.org - 1008@hsesinfo.org - 1320 S Ash St - Ste 101 - Ottawa - KS - 66067-3413 - PO Box 40 - - Ottawa - KS - 66067-0040 - 1320 S Ash St - Ste 101 - Ottawa - KS - 66067-3413 - Ms. - F46563 - L46563 - - Board Chair Person - 46563@hsesinfo.org - Mr. - F46562 - L46562 - - - 46562@hsesinfo.org - Mr. - F46560 - L46560 - - 46560@hsesinfo.org - Ms. - F46558 - L46558 - - 46558@hsesinfo.org - 555-555-6558 - - - 1360 - 2125 - 2854 - 200 - 2013 - 2013-06-26 - 2019-01-31 - EHS - Inactive - Tri-County Community Action Agency, Inc. - http://www.gatewaycap.org - 2125@hsesinfo.org - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - Mr. - F36952 - L36952 - - Chairman of the Board of Directors - 36952@hsesinfo.org - Mr. - F36953 - L36953 - - - 36953@hsesinfo.org - Mr. - F36955 - L36955 - - 36955@hsesinfo.org - Mrs. - F36950 - L36950 - - 36950@hsesinfo.org - 555-555-6950 x 5555 - - - 8668 - 8531 - 11027 - 000 - 2017 - 2017-07-01 - - HS - Active - Acelero, Inc. - www.acelero.net - 8531@hsesinfo.org - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - Mr. - F209185 - L209185 - - Chairman of the Board - 209185@hsesinfo.org - Mr. - F209186 - L209186 - - COO/Head Start Director - 209186@hsesinfo.org - Ms. - F209188 - L209188 - - 209188@hsesinfo.org - Mr. - F209184 - L209184 - - 209184@hsesinfo.org - 555-555-9184 - - - 9297 - 4577 - 11553 - 000 - 2013 - 2019-01-01 - - HS - Active - HSA - "Pasitos" Early Childhood Education Programs - www.hsala.org - 4577@hsesinfo.org - 6800 Florence Ave - - Bell Gardens - CA - 90201-4958 - 2629 Clarendon Ave - Ste B - Huntington Park - CA - 90255-4119 - 6800 Florence Ave - - Bell Gardens - CA - 90201-4958 - Mr. - F213617 - L213617 - - Board Chair - 213617@hsesinfo.org - Ms. - F213618 - L213618 - - Chief Executive Officer - 213618@hsesinfo.org - Ms. - F213620 - L213620 - - 213620@hsesinfo.org - Dr. - F213616 - L213616 - - 213616@hsesinfo.org - 555-555-3616 x 5555 - - - 9451 - 8762 - 11662 - 000 - 2019 - 2019-04-01 - - HS - Active - CDI/HS Cape Cod, MA - www.cdiheadstart.org - 8762@hsesinfo.org - 251 Stevens St - - Hyannis - MA - 02601-3766 - PO Box 2758 - - Hyannis - MA - 02601-7758 - 251 Stevens St - - Hyannis - MA - 02601-3766 - Mr. - F214658 - L214658 - - Chief Executive Officer - 214658@hsesinfo.org - Ms. - F214656 - L214656 - - Executive Director - 214656@hsesinfo.org - - F214659 - L214659 - - 214659@hsesinfo.org - Ms. - F214655 - L214655 - - 214655@hsesinfo.org - 555-555-4655 x 5555 - - - 8635 - 8502 - 8528 - 200 - 2017 - 2017-09-01 - 2019-06-30 - EHS - Inactive - Community Action Development Corporation - www.cadcconnection.com - 8502@hsesinfo.org - 400 N Randlett St - - Hobart - OK - 73651-1636 - 400 N Randlett St - - Hobart - OK - 73651-1636 - 400 N Randlett St - - Hobart - OK - 73651-1636 - Mr. - F208957 - L208957 - - Chairman CADC Board of Directors - 208957@hsesinfo.org - Mr. - F208958 - L208958 - - - 208958@hsesinfo.org - Mrs. - F208960 - L208960 - - 208960@hsesinfo.org - Mrs. - F208956 - L208956 - - 208956@hsesinfo.org - 555-555-8956 - - - 10170 - 9015 - 12199 - 000 - 2019 - 2019-08-01 - - HS - Active - Gulf Regional Early Childhood Services, Inc. - www.grecs.org - 9015@hsesinfo.org - 3100 Cottage Hill Rd - Bldg 400 - Mobile - AL - 36606-2913 - PO Box 16005 - - Mobile - AL - 36616-0005 - 3100 Cottage Hill Rd - Ste 400 - Mobile - AL - 36606-2913 - Ms. - F219555 - L219555 - - Board Chair - 219555@hsesinfo.org - Ms. - F219556 - L219556 - - CEO/President - 219556@hsesinfo.org - Ms. - F219558 - L219558 - - 219558@hsesinfo.org - Ms. - F219554 - L219554 - - 219554@hsesinfo.org - 555-555-9554 x 5555 - - - 10171 - 9016 - 12199 - 200 - 2019 - 2019-08-01 - - EHS - Active - Gulf Regional Early Childhood Services, Inc. - www.grecs.org - 9016@hsesinfo.org - 3100 Cottage Hill Rd - Suite 400 - Mobile - AL - 36606-2913 - PO Box 16005 - - Mobile - AL - 36616-0005 - 3100 Cottage Hill Rd - Ste 400 - Mobile - AL - 36606-2913 - Ms. - F219562 - L219562 - - Board Chair - 219562@hsesinfo.org - Ms. - F219563 - L219563 - - CEO/President - 219563@hsesinfo.org - Ms. - F219565 - L219565 - - 219565@hsesinfo.org - Ms. - F219561 - L219561 - - 219561@hsesinfo.org - 555-555-9561 x 5555 - - - 9641 - 2050 - 11812 - 000 - 2014 - 2019-06-01 - - HS - Active - RURAL RESOURCES COMMUNITY ACTION - http://www.ruralresources.org - 2050@hsesinfo.org - 956 South Main Street - - Colville - WA - 99114-2505 - 956 South Main Street - - Colville - WA - 99114-2505 - 956 South Main Street - - Colville - WA - 99114-2505 - Mr. - F215915 - L215915 - - Chairperson - 215915@hsesinfo.org - Ms. - F215916 - L215916 - - - 215916@hsesinfo.org - Ms. - F215918 - L215918 - - 215918@hsesinfo.org - Ms. - F215914 - L215914 - - 215914@hsesinfo.org - 555-555-5914 - - - 5163 - 736 - 8987 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Brazoria County Head Start Early Learning Schools, Inc. - http://www.headstartbc.org - 736@hsesinfo.org - 651 West Miller Street - - Angleton - TX - 77515-5522 - 651 West Miller Street - - Angleton - TX - 77515-5522 - 651 West Miller Street - - Angleton - TX - 77515-5522 - Mrs. - F52002 - L52002 - - Chairman of the Board - 52002@hsesinfo.org - Mrs. - F52005 - L52005 - - President & CEO - 52005@hsesinfo.org - Ms. - F52006 - L52006 - - 52006@hsesinfo.org - Mrs. - F52001 - L52001 - - 52001@hsesinfo.org - 555-555-2001 x 5555 - - - 9448 - 3443 - 11661 - 001 - 2014 - 2019-03-01 - - HS - Active - Enfield Head Start - - 3443@hsesinfo.org - 117 Post Office Rd - - Enfield - CT - 06082-5663 - 117 Post Office Rd - - Enfield - CT - 06082-5663 - 117 Post Office Rd - - Enfield - CT - 06082-5663 - Mr. - F214635 - L214635 - - Chairman - 214635@hsesinfo.org - Mr. - F214636 - L214636 - - - 214636@hsesinfo.org - Ms. - F214638 - L214638 - - 214638@hsesinfo.org - Ms. - F214634 - L214634 - - 214634@hsesinfo.org - 555-555-4634 - - - 4727 - 3972 - 8709 - 055 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Sheltering Arms Children and Family Services - shelteringarmsny.org - 3972@hsesinfo.org - 305 7th Avenue - - New York - NY - 10009-6008 - 305 7th Avenue - - New York - NY - 10009-6008 - 305 7th Avenue - - New York - NY - 10009-6008 - Mr. - F45839 - L45839 - - Board Chair and President - 45839@hsesinfo.org - Ms. - F45837 - L45837 - - CEO/Executive Director - 45837@hsesinfo.org - Ms. - F45836 - L45836 - - 45836@hsesinfo.org - Ms. - F45835 - L45835 - - 45835@hsesinfo.org - 555-555-5835 - - - 4474 - 3213 - 8511 - 200 - 2000 - 2013-11-18 - 2019-06-30 - EHS - Inactive - Council of Three Rivers American Indian Center, Inc. - www.cotraic.org - 3213@hsesinfo.org - 120 Charles St - - Blawnox - PA - 15238-1027 - 120 Charles St - - Blawnox - PA - 15238-1027 - 120 Charles St - - Blawnox - PA - 15238-1027 - Mr. - F41750 - L41750 - - Board Chair - 41750@hsesinfo.org - Mr. - F41751 - L41751 - - Executive Director - 41751@hsesinfo.org - Ms. - F41753 - L41753 - - 41753@hsesinfo.org - Mrs. - F41749 - L41749 - - 41749@hsesinfo.org - 555-555-1749 x 5555 - - - 5505 - 420 - 9261 - 200 - 2003 - 2014-11-01 - 2019-10-31 - EHS - Inactive - Mid-Cumberland Community Action - www.mcheadstart.org - 420@hsesinfo.org - 412 E. Vine Street - - Murfreesboro - TN - 37130 - PO Box 1583 - - Murfreesboro - TN - 37133-1583 - 412 E. Vine Street - - Murfreesboro - TN - 37130 - Mr. - F99267 - L99267 - - Board Chair - 99267@hsesinfo.org - Ms. - F99265 - L99265 - - Executive Director - 99265@hsesinfo.org - Ms. - F99264 - L99264 - - 99264@hsesinfo.org - Ms. - F99263 - L99263 - - 99263@hsesinfo.org - 555-555-9263 - - - 11204 - 3529 - 13114 - 001 - - 2020-04-01 - - HS - Active - Sunbeam Family Services, Inc. - sunbeamfamilyservices.org - 3529@hsesinfo.org - 500 SE Grand - - Oklahoma City - OK - 73129 - 1100 NW 14th St - - Oklahoma City - OK - 73106-4450 - 500 SE Grand - - Oklahoma City - OK - 73129 - Ms. - F226607 - L226607 - - Sunbeam Board President - 226607@hsesinfo.org - Ms. - F226608 - L226608 - - Chief Executive Officer - 226608@hsesinfo.org - Mr. - F226610 - L226610 - - 226610@hsesinfo.org - Mrs. - F226606 - L226606 - - 226606@hsesinfo.org - 555-555-6606 - - - 8669 - 8532 - 11027 - 200 - 2017 - 2017-07-01 - - EHS - Active - Acelero, Inc. - www.acelero.net - 8532@hsesinfo.org - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - Mr. - F209192 - L209192 - - Chairman of the Board - 209192@hsesinfo.org - Ms. - F209193 - L209193 - - Executive Director-Camden Philadelphia - 209193@hsesinfo.org - Ms. - F209195 - L209195 - - 209195@hsesinfo.org - Mr. - F209191 - L209191 - - 209191@hsesinfo.org - 555-555-9191 - - - 8189 - 2285 - 10629 - 000 - 1992 - 2016-07-01 - - HS - Active - Joint Council For Economic Opportunity , Inc - http://www.jceo.org - 2285@hsesinfo.org - 54 Margaret Street - - Plattsburgh - NY - 12901-2925 - 54 Margaret Street - - Plattsburgh - NY - 12901-2925 - 54 Margaret Street - - Plattsburgh - NY - 12901-2925 - Ms. - F206438 - L206438 - - Board President - 206438@hsesinfo.org - Mr. - F206439 - L206439 - - CEO - 206439@hsesinfo.org - Ms. - F206441 - L206441 - - 206441@hsesinfo.org - Ms. - F206437 - L206437 - - 206437@hsesinfo.org - 555-555-6437 - - - 9499 - 8785 - 11716 - 200 - 2019 - 2019-03-01 - - EHS - Active - Mile High Montessori Early Learning Centers - - 8785@hsesinfo.org - 1799 N Pennsylvania St - Fl 4 - Denver - CO - 80203-1310 - 1799 N Pennsylvania St - Fl 4 - Denver - CO - 80203-1310 - 1799 N Pennsylvania St - Fl 4 - Denver - CO - 80203-1310 - Ms. - F214990 - L214990 - - Board Chair - 214990@hsesinfo.org - Dr. - F214991 - L214991 - - President & CEO - 214991@hsesinfo.org - Ms. - F214993 - L214993 - - 214993@hsesinfo.org - Ms. - F214989 - L214989 - - 214989@hsesinfo.org - 555-555-4989 - - - 6758 - 2405 - 10198 - 000 - 1992 - 2015-08-01 - - AIAN HS - Active - Northern Cheyenne Head Start Program - - 2405@hsesinfo.org - 100 Coyote Dr - - Lame Deer - MT - 59043 - PO Box 128 - 600 Cheyenne Ave - Lame Deer - MT - 59043-0128 - 100 Coyote Dr - - Lame Deer - MT - 59043 - Mrs. - F202977 - L202977 - - Madam President - 202977@hsesinfo.org - Mr. - F202978 - L202978 - - Tribal Administrator - 202978@hsesinfo.org - Mr. - F202980 - L202980 - - 202980@hsesinfo.org - Mrs. - F202976 - L202976 - - 202976@hsesinfo.org - 555-555-2976 x 5555 - - - 8374 - 1173 - 10721 - 200 - 2000 - 2016-09-01 - - AIAN EHS - Active - Fairbanks Native Association Early Head Start - http://www.fairbanksnative.org - 1173@hsesinfo.org - 3830 S Cushman St - - Fairbanks - AK - 99701-7530 - 3830 S Cushman St - - Fairbanks - AK - 99701-7530 - 3830 S Cushman St - - Fairbanks - AK - 99701-7530 - Dr. - F207777 - L207777 - - Fairbanks Native Association Board of Director President - 207777@hsesinfo.org - Mr. - F207778 - L207778 - - Fairbanks Native Association Executive Director - 207778@hsesinfo.org - Mr. - F207780 - L207780 - - 207780@hsesinfo.org - Ms. - F207776 - L207776 - - 207776@hsesinfo.org - 555-555-7776 x 5555 - - - 9209 - 918 - 11502 - 200 - 2003 - 2018-12-01 - - EHS - Active - Mid-East Community Action Agency - http://www.mecaa.net - 918@hsesinfo.org - 315 E Race St - - Kingston - TN - 37763-2828 - PO Box 790 - - Kingston - TN - 37763-0790 - 315 E Race St - - Kingston - TN - 37763-2828 - Ms. - F213003 - L213003 - - Board Chair - 213003@hsesinfo.org - Mr. - F213004 - L213004 - - - 213004@hsesinfo.org - Ms. - F213006 - L213006 - - 213006@hsesinfo.org - Ms. - F213002 - L213002 - - 213002@hsesinfo.org - 555-555-3002 x 5555 - - - 8000 - 8000 - 10491 - 200 - 2017 - 2016-02-01 - - EHS - Active - Mora Independent Schools - mora.k12.nm.us - 8000@hsesinfo.org - 3549 State Highway 518 - - Holman - NM - 87723-2006 - PO Box 180 - - Holman - NM - 87723-0180 - 3549 State Hwy 517 - - Holman - NM - 87723 - Mr. - F205222 - L205222 - - Governing Body Chairman - 205222@hsesinfo.org - Mr. - F205223 - L205223 - - Superintendent - 205223@hsesinfo.org - Ms. - F205225 - L205225 - - 205225@hsesinfo.org - Mr. - F205221 - L205221 - - 205221@hsesinfo.org - 555-555-5221 - - - 5809 - 5815 - 9563 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Delta Health Alliance, Inc. - deltahealthalliance.org - 5815@hsesinfo.org - 435 Stoneville Rd - - Leland - MS - 38756-9569 - PO Box 277 - - Stoneville - MS - 38776-0277 - 435 Stoneville Rd - - Leland - MS - 38756-9569 - Mr. - F103820 - L103820 - - Board Chair - 103820@hsesinfo.org - Dr. - F103821 - L103821 - - CEO - 103821@hsesinfo.org - Mrs. - F103823 - L103823 - - 103823@hsesinfo.org - Mrs. - F103819 - L103819 - - 103819@hsesinfo.org - 555-555-3819 - - - 10177 - 5481 - 12213 - 001 - 2014 - 2019-07-01 - - HS - Active - Development Centers Inc. - http://www.develctrs.org - 5481@hsesinfo.org - 17421 Telegraph Rd - - Detroit - MI - 48219 - 17421 Telegraph Rd - - Detroit - MI - 48219 - 17421 Telegraph Rd - - Detroit - MI - 48219 - Mr. - F219601 - L219601 - - Board Chairperson - 219601@hsesinfo.org - Ms. - F219599 - L219599 - Ph.D - CEO - 219599@hsesinfo.org - Ms. - F219602 - L219602 - - 219602@hsesinfo.org - Ms. - F219598 - L219598 - - 219598@hsesinfo.org - 555-555-9598 x 5555 - - - 4925 - 2585 - 8926 - 000 - 2014 - 2014-07-01 - 2019-04-30 - HS - Inactive - Pathways for Children, Inc. - www.pw4c.org - 2585@hsesinfo.org - 29 Emerson Ave. - - Gloucester - MA - 01930 - 29 Emerson Ave. - - Gloucester - MA - 01930 - 29 Emerson Ave. - - Gloucester - MA - 01930 - Mr. - F48644 - L48644 - - Chairperson of the Board - 48644@hsesinfo.org - Mrs. - F48642 - L48642 - - President & CEO - 48642@hsesinfo.org - Ms. - F48641 - L48641 - - 48641@hsesinfo.org - Ms. - F48645 - L48645 - - 48645@hsesinfo.org - 555-555-8645 - - - 10181 - 5995 - 12217 - 200 - - 2019-08-01 - - Migrant EHS - Active - CENTRO DE LA FAMILIA DE UTAH - www.cdlf.org - 5995@hsesinfo.org - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - Mr. - F219623 - L219623 - - Board President - 219623@hsesinfo.org - Mr. - F219624 - L219624 - - - 219624@hsesinfo.org - Ms. - F219626 - L219626 - - 219626@hsesinfo.org - Mr. - F219622 - L219622 - - 219622@hsesinfo.org - 555-555-9622 - - - 9582 - 8839 - 11693 - 200 - 2019 - 2019-03-01 - - EHS - Active - Economic Improvement Council Inc - www.eicca.org - 8839@hsesinfo.org - 712 Virginia Rd - - Edenton - NC - 27932-9585 - PO BOX 549 - - Edenton - NC - 27932-0549 - 712 Virginia Rd - - Edenton - NC - 27932-9585 - Mr. - F215527 - L215527 - - Board Chairman - 215527@hsesinfo.org - Dr. - F215528 - L215528 - - Executive Director - 215528@hsesinfo.org - Ms. - F215530 - L215530 - - 215530@hsesinfo.org - Mrs. - F215526 - L215526 - - 215526@hsesinfo.org - 555-555-5526 - - - 8372 - 8266 - 10719 - 000 - 2016 - 2016-08-01 - - HS - Active - Mohawk Valley Community Action Agency, Inc - www.mvcaa.com - 8266@hsesinfo.org - 9882 River Road - - Utica - NY - 13502 - 9882 River Road - - Utica - NY - 13502 - 9882 River Road - - Utica - NY - 13502 - Mr. - F207763 - L207763 - - Board Chair - 207763@hsesinfo.org - Ms. - F207764 - L207764 - - Executive Director - 207764@hsesinfo.org - Ms. - F207766 - L207766 - - 207766@hsesinfo.org - Ms. - F207762 - L207762 - - 207762@hsesinfo.org - 555-555-7762 x 5555 - - - 10792 - 6671 - 12763 - 000 - - 2019-12-01 - - HS - Active - Imperial County Office of Education - www.icoe.org - 6671@hsesinfo.org - 1398 Sperber Rd - - El Centro - CA - 92243-9621 - 1398 Sperber Rd - - El Centro - CA - 92243-9621 - 1398 Sperber Rd - - El Centro - CA - 92243-9621 - Dr. - F223845 - L223845 - Ed.D - County Superintendent of Schools - 223845@hsesinfo.org - Mr. - F223846 - L223846 - - Senior Director-ECEP - 223846@hsesinfo.org - Ms. - F223848 - L223848 - - 223848@hsesinfo.org - Ms. - F223844 - L223844 - - 223844@hsesinfo.org - 555-555-3844 - - - 10793 - 6672 - 12763 - 200 - - 2019-12-01 - - EHS - Active - Imperial County Office of Education - icoe.org - 6672@hsesinfo.org - 1398 Sperber Rd - - El Centro - CA - 92243-9621 - 1398 Sperber Rd - - El Centro - CA - 92243-9621 - 1398 Sperber Rd - - El Centro - CA - 92243-9621 - Dr. - F223852 - L223852 - Ed.D - County Superintendent of Schools - 223852@hsesinfo.org - Mr. - F223853 - L223853 - - Senior Director-ECEP - 223853@hsesinfo.org - Ms. - F223855 - L223855 - - 223855@hsesinfo.org - Ms. - F223851 - L223851 - - 223851@hsesinfo.org - 555-555-3851 - - - 4718 - 3944 - 8700 - 046 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Northside Center For Child Development, Inc. - http://www.northsidecenter.org - 3944@hsesinfo.org - 1301 - Fifth Avenue - - New York - NY - 10029-3119 - 1301 - Fifth Avenue - - New York - NY - 10029-3119 - 1301 - Fifth Avenue - - New York - NY - 10029-3119 - Mr. - F45777 - L45777 - - Board Chairman - 45777@hsesinfo.org - Dr. - F45775 - L45775 - - - 45775@hsesinfo.org - Ms. - F45774 - L45774 - - 45774@hsesinfo.org - Ms. - F45772 - L45772 - - 45772@hsesinfo.org - 555-555-5772 - - - 11205 - 1392 - 13108 - 000 - 1992 - 2020-04-01 - - HS - Active - PLANO INDEPENDENT SCHOOL DISTRICT - http://www.pisd.edu - 1392@hsesinfo.org - 2700 W. 15th Street - - Plano - TX - 75075 - 2700 W. 15th. Street - - Plano - TX - 75075 - 2700 W. 15th Street - - Plano - TX - 75075 - Mrs. - F226614 - L226614 - - Plano ISD Board of Trustees President - 226614@hsesinfo.org - Mrs. - F226615 - L226615 - - Superintendent - 226615@hsesinfo.org - Mrs. - F226617 - L226617 - - 226617@hsesinfo.org - Dr. - F226613 - L226613 - - 226613@hsesinfo.org - 555-555-6613 - - - 9847 - 5128 - 11959 - 000 - 2014 - 2019-07-01 - - HS - Active - New St. Paul Tabernacle Head Start Agency, Inc. - www.nspheadstart.org - 5128@hsesinfo.org - 15362 Southfield Drive - - Detroit - MI - 48223-1359 - 15362 Southfield Drive - - Detroit - MI - 48223-1359 - 15362 Southfield Drive - - Detroit - MI - 48223-1359 - Mr. - F217340 - L217340 - - Chairman of the Board of Directors - 217340@hsesinfo.org - Mrs. - F217341 - L217341 - - Executive Director - 217341@hsesinfo.org - Ms. - F217343 - L217343 - - 217343@hsesinfo.org - Mrs. - F217339 - L217339 - - 217339@hsesinfo.org - 555-555-7339 x 5555 - - - 9848 - 5129 - 11959 - 200 - 2014 - 2019-07-01 - - EHS - Active - New St. Paul Tabernacle Head Start Agency, Inc. - nspheadstart.org - 5129@hsesinfo.org - 15362 Southfield Drive - - Detroit - MI - 48223-1359 - 15362 Southfield Drive - - Detroit - MI - 48223-1359 - 15362 Southfield Drive - - Detroit - MI - 48223-1359 - Mr. - F217347 - L217347 - - Chairman of the Board of Directors - 217347@hsesinfo.org - Mrs. - F217348 - L217348 - - Executive Director - 217348@hsesinfo.org - Ms. - F217350 - L217350 - - 217350@hsesinfo.org - Mrs. - F217346 - L217346 - - 217346@hsesinfo.org - 555-555-7346 x 5555 - - - 5504 - 421 - 9261 - 000 - 1991 - 2014-11-01 - 2019-10-31 - HS - Inactive - Mid-Cumberland Community Action - www.mcheadstart.org - 421@hsesinfo.org - 412 Vine Street - - Murfreesboro - TN - 37130 - PO Box 1583 - - Murfreesboro - TN - 37133-1583 - 412 Vine Street - - Murfreesboro - TN - 37130 - Mr. - F99258 - L99258 - - Board Chair - 99258@hsesinfo.org - Ms. - F99257 - L99257 - - Executive Director - 99257@hsesinfo.org - Ms. - F99260 - L99260 - - 99260@hsesinfo.org - Ms. - F99256 - L99256 - - 99256@hsesinfo.org - 555-555-9256 - - - 11206 - 1259 - 13109 - 000 - 1992 - 2020-04-01 - - HS - Active - Community Services Agency - http://www.csareno.org - 1259@hsesinfo.org - 1090 E. 8th Street - - Reno - NV - 89512 - P.O. Box 10167 - - Reno - NV - 89510-0167 - 1090 E. 8th Street - - Reno - NV - 89512 - Mr. - F226621 - L226621 - - Board Chair - 226621@hsesinfo.org - Ms. - F226622 - L226622 - - CEO - 226622@hsesinfo.org - Ms. - F226624 - L226624 - - 226624@hsesinfo.org - Ms. - F226620 - L226620 - - 226620@hsesinfo.org - 555-555-6620 x 5555 - - - 6912 - 1528 - 10399 - 000 - 1991 - 2015-11-01 - - HS - Active - Community & Family Services, Inc. - http://www.communityandfamilyservices.org/ - 1528@hsesinfo.org - 521 S Wayne St - - Portland - IN - 47371-2519 - 521 S Wayne St - - Portland - IN - 47371-2519 - 521 S Wayne St - - Portland - IN - 47371-2519 - Miss - F204045 - L204045 - - Executive Board President - 204045@hsesinfo.org - Mr. - F204046 - L204046 - - Executive Director - 204046@hsesinfo.org - Mrs. - F204048 - L204048 - - 204048@hsesinfo.org - Mrs. - F204044 - L204044 - - 204044@hsesinfo.org - 555-555-4044 - - - 10215 - 1391 - 12244 - 000 - 2014 - 2019-08-01 - - HS - Active - SAN FELIPE DEL RIO CONSOLIDATED INDEPENDENT SCHOOL DIST - www.sfdr-cisd.org - 1391@hsesinfo.org - 1009 Avenue J - - Del Rio - TX - 78840-4044 - PO Box 428002 - P.O. Box 428002 - Del Rio - TX - 78842-8002 - 315 Griner St - - Del Rio - TX - 78840-5533 - Mr. - F219851 - L219851 - - SFDRCISD School Board President - 219851@hsesinfo.org - Dr. - F219852 - L219852 - Dr. - SFDRCISD Superintendent - 219852@hsesinfo.org - Mrs. - F219854 - L219854 - - 219854@hsesinfo.org - Dr. - F219850 - L219850 - Dr. - 219850@hsesinfo.org - 555-555-9850 - - - 9319 - 2321 - 11576 - 200 - 2013 - 2019-02-01 - - EHS - Active - Community Action of Orleans and Genesee, Inc. - http://www.caoginc.org - 2321@hsesinfo.org - Early Head Start Program - 401 East State Street - Albion - NY - 14411-1123 - Early Head Start Program - 401 East State Street - Albion - NY - 14411-1123 - Community Action of Orleans & Genesee - 409 East State Street - Albion - NY - 14411-1123 - Mrs. - F213770 - L213770 - - Board Chairperson - 213770@hsesinfo.org - Ms. - F213771 - L213771 - - Executive Director - 213771@hsesinfo.org - Ms. - F213773 - L213773 - - 213773@hsesinfo.org - Mrs. - F213769 - L213769 - - 213769@hsesinfo.org - 555-555-3769 - - - 9747 - 782 - 11880 - 000 - 1992 - 2019-07-01 - - HS - Active - Economic Opportunities Advancement Corporation of Planning Region XI - www.eoacwaco.org - 782@hsesinfo.org - 500 Franklin Avenue - - Waco - TX - 76701-2111 - 500 Franklin Avenue - - Waco - TX - 76701-2111 - 500 Franklin Avenue - - Waco - TX - 76701-2111 - Mr. - F216637 - L216637 - - EOAC Board President - 216637@hsesinfo.org - Mrs. - F216638 - L216638 - - EOAC Executive Director - 216638@hsesinfo.org - Mr. - F216640 - L216640 - - 216640@hsesinfo.org - Ms. - F216636 - L216636 - - 216636@hsesinfo.org - 555-555-6636 x 5555 - - - 6317 - 6330 - 8926 - 200 - - 2015-07-01 - 2019-04-30 - EHS - Inactive - Pathways for Children, Inc. - www.pw4c.org - 6330@hsesinfo.org - 29 Emerson Ave - - Gloucester - MA - 01930-2556 - 29 Emerson Ave - - Gloucester - MA - 01930-2556 - 29 Emerson Ave - - Gloucester - MA - 01930-2556 - Mr. - F110535 - L110535 - - Chairperson of the Board - 110535@hsesinfo.org - Mrs. - F110536 - L110536 - - President & CEO - 110536@hsesinfo.org - Ms. - F110538 - L110538 - - 110538@hsesinfo.org - Ms. - F110534 - L110534 - - 110534@hsesinfo.org - 555-555-0534 - - - 9856 - 743 - 11967 - 000 - 2014 - 2019-07-01 - - HS - Active - Pine Belt Multi-Purpose CAA, Inc. - - 743@hsesinfo.org - 708 S Cooper Ave - - Jonesboro - LA - 71251-3454 - 708 S Cooper Ave - - Jonesboro - LA - 71251-3454 - 708 S Cooper Ave - - Jonesboro - LA - 71251-3454 - Mr. - F217403 - L217403 - - Board Chairman - 217403@hsesinfo.org - Mrs. - F217404 - L217404 - - Executive Director - 217404@hsesinfo.org - Mrs. - F217406 - L217406 - - 217406@hsesinfo.org - Mrs. - F217402 - L217402 - - 217402@hsesinfo.org - 555-555-7402 x 5555 - - - 5117 - 847 - 8810 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Parents In Community Action, Inc. - http://www.picaheadstart.org - 847@hsesinfo.org - 700 Humboldt Avenue North - - Minneapolis - MN - 55411 - 700 Humboldt Avenue North - - Minneapolis - MN - 55411 - 700 Humboldt Avenue North - - Minneapolis - MN - 55411 - Ms. - F51918 - L51918 - - Board Chair - 51918@hsesinfo.org - Ms. - F51920 - L51920 - - Executive Director - 51920@hsesinfo.org - Ms. - F51919 - L51919 - - 51919@hsesinfo.org - Mr. - F51916 - L51916 - - 51916@hsesinfo.org - 555-555-1916 - - - 5643 - 4354 - 9463 - 029 - 2014 - 2014-12-01 - - HS - Active - Judah International Outreach Ministries - JudahFCSchool.org - 4354@hsesinfo.org - 939 N Pulaski Rd - - Chicago - IL - 60651-3637 - 939 N Pulaski Rd - - Chicago - IL - 60651-3637 - 939 N Pulaski Rd - - Chicago - IL - 60651-3637 - Ms. - F101593 - L101593 - - Board Chair - 101593@hsesinfo.org - Ms. - F101594 - L101594 - - Operation Manager - 101594@hsesinfo.org - Ms. - F101596 - L101596 - - 101596@hsesinfo.org - Ms. - F101592 - L101592 - - 101592@hsesinfo.org - 555-555-1592 - - - 6756 - 1087 - 10217 - 000 - 1992 - 2015-08-01 - 2020-07-31 - HS - Inactive - Sacramento Employment And Training Agency - http://www.headstart.seta.net - 1087@hsesinfo.org - 925 Del Paso Blvd Ste 200 - - Sacramento - CA - 95815-3500 - 925 Del Paso Blvd Ste 200 - - Sacramento - CA - 95815-3500 - 925 Del Paso Blvd Ste 200 - - Sacramento - CA - 95815-3500 - Mr. - F202963 - L202963 - - Board of Supervisor - 202963@hsesinfo.org - Ms. - F202964 - L202964 - - Executive Director - 202964@hsesinfo.org - Ms. - F202966 - L202966 - - 202966@hsesinfo.org - Ms. - F202962 - L202962 - - 202962@hsesinfo.org - 555-555-2962 - - - 5118 - 848 - 8810 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Parents In Community Action, Inc. - http://www.picaheadstart.org - 848@hsesinfo.org - 700 Humboldt Avenue North - - Minneapolis - MN - 55411 - 700 Humboldt Avenue North - - Minneapolis - MN - 55411 - 700 Humboldt Avenue North - - Minneapolis - MN - 55411 - Ms. - F51928 - L51928 - - Board Chair - 51928@hsesinfo.org - Ms. - F51927 - L51927 - - Executive Director - 51927@hsesinfo.org - Ms. - F51924 - L51924 - - 51924@hsesinfo.org - Mr. - F51923 - L51923 - - 51923@hsesinfo.org - 555-555-1923 - - - 5825 - 5831 - 9479 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Parents In Community Action, Inc. - www.picaheadstart.org - 5831@hsesinfo.org - 700 Humboldt Avenue North - - Minneapolis - MN - 55411-3931 - 700 Humboldt Avenue North - - Minneapolis - MN - 55411-3931 - 700 Humboldt Avenue North - - Minneapolis - MN - 55411-3931 - Ms. - F103962 - L103962 - - Board Chair - 103962@hsesinfo.org - Ms. - F103963 - L103963 - - Executive Director - 103963@hsesinfo.org - Ms. - F103965 - L103965 - - 103965@hsesinfo.org - Mr. - F103961 - L103961 - - 103961@hsesinfo.org - 555-555-3961 - - - 5071 - 2289 - 8981 - 000 - 2004 - 2014-07-01 - 2019-06-30 - HS - Inactive - CLEVELAND COUNTY SCHOOL DISTRICT - clevelandcountyschools.org - 2289@hsesinfo.org - 400 W Marion St - - Shelby - NC - 28150-5338 - 400 W Marion St - - Shelby - NC - 28150-5338 - 400 W Marion St - - Shelby - NC - 28150-5338 - Mrs. - F51717 - L51717 - . - School Board Chair - 51717@hsesinfo.org - Dr. - F51719 - L51719 - - Superintendent of Cleveland County Schools - 51719@hsesinfo.org - Ms. - F51718 - L51718 - - 51718@hsesinfo.org - Mrs. - F51716 - L51716 - - 51716@hsesinfo.org - 555-555-1716 - - - 9014 - 4335 - 11341 - 001 - 2013 - 2018-08-01 - - HS - Active - Ypsilanti Community Schools - website@ycschools.us - 4335@hsesinfo.org - 1885 Packard Rd - - Ypsilanti - MI - 48197-1846 - 1885 Packard Rd - - Ypsilanti - MI - 48197-1846 - 1885 Packard Rd - - Ypsilanti - MI - 48197-1846 - Ms. - F211644 - L211644 - - Board President - 211644@hsesinfo.org - Ms. - F211645 - L211645 - - Superintendent - 211645@hsesinfo.org - Mrs. - F211647 - L211647 - - 211647@hsesinfo.org - Ms. - F211643 - L211643 - - 211643@hsesinfo.org - 555-555-1643 x 5555 - - - 5621 - 4117 - 9441 - 007 - 2014 - 2014-12-01 - - HS - Active - Salvation Army - www.salvationarmychicago.org - 4117@hsesinfo.org - 845 West 69th Street - - Chicago - IL - 60621-1709 - 845 West 69th Street - - Chicago - IL - 60621-1709 - 845 West 69th Street - - Chicago - IL - 60621-1709 - Mr. - F101369 - L101369 - - Board Chair - 101369@hsesinfo.org - Mr. - F101367 - L101367 - - Executive Director - 101367@hsesinfo.org - Ms. - F101366 - L101366 - - 101366@hsesinfo.org - Mr. - F101365 - L101365 - - 101365@hsesinfo.org - 555-555-1365 - - - 9015 - 4336 - 11342 - 002 - 2013 - 2018-08-01 - - HS - Active - Ann Arbor Public Schools - http://www.a2schools.org/preschool.home/ann_arbor_preschool_and_family_center - 4336@hsesinfo.org - 2775 Boardwalk St - - Ann Arbor - MI - 48104-6713 - 2775 Boardwalk St - - Ann Arbor - MI - 48104-6713 - 2775 Boardwalk St - - Ann Arbor - MI - 48104-6713 - - F211650 - L211650 - - Board President - 211650@hsesinfo.org - Dr. - F211651 - L211651 - - Superintendent - 211651@hsesinfo.org - - F211653 - L211653 - - 211653@hsesinfo.org - - F211649 - L211649 - - 211649@hsesinfo.org - 555-555-1649 - - - 6810 - 1926 - 10285 - 000 - 1993 - 2015-09-01 - 2020-08-31 - HS - Inactive - Blue Water Community Action - www.bwcaa.org - 1926@hsesinfo.org - 3403 Lapeer Rd - - Port Huron - MI - 48060-2597 - 3403 Lapeer Rd - - Port Huron - MI - 48060-2597 - 3403 Lapeer Rd - - Port Huron - MI - 48060-2597 - Mr. - F203345 - L203345 - - Board Chairperson - 203345@hsesinfo.org - Ms. - F203346 - L203346 - - Executive Director - 203346@hsesinfo.org - Ms. - F203348 - L203348 - - 203348@hsesinfo.org - Ms. - F203344 - L203344 - - 203344@hsesinfo.org - 555-555-3344 - - - 9834 - 5159 - 11961 - 000 - 2014 - 2019-07-01 - - HS - Active - Toledo Public Schools - www.tps.org - 5159@hsesinfo.org - 1609 N Summit St - - Toledo - OH - 43604-1806 - 1609 N Summit St - - Toledo - OH - 43604-1806 - 1609 N Summit St - - Toledo - OH - 43604 - Mr. - F217249 - L217249 - - President, Toledo Board of Education - 217249@hsesinfo.org - Dr. - F217250 - L217250 - - Superintendent - 217250@hsesinfo.org - Mrs. - F217252 - L217252 - - 217252@hsesinfo.org - Dr. - F217248 - L217248 - - 217248@hsesinfo.org - 555-555-7248 - - - 7033 - 864 - 10479 - 000 - 1991 - 2016-01-01 - - HS - Active - Dane County Parent Council, Inc. DBA Reach Dane - www.reachdane.org - 864@hsesinfo.org - 2096 Red Arrow Trl - - Fitchburg - WI - 53711-4723 - 2096 Red Arrow Trl - - Fitchburg - WI - 53711-4723 - 2096 Red Arrow Trl - - Fitchburg - WI - 53711-4723 - Mr. - F204897 - L204897 - - President, Board of Directors - 204897@hsesinfo.org - Ms. - F204898 - L204898 - - Executive Director - 204898@hsesinfo.org - Mrs. - F204900 - L204900 - - 204900@hsesinfo.org - Ms. - F204896 - L204896 - - 204896@hsesinfo.org - 555-555-4896 - - - 9835 - 5160 - 11961 - 200 - 2014 - 2019-07-01 - - EHS - Active - Toledo Public Schools - 1609 Summit - 5160@hsesinfo.org - 1609 N Summit St - - Toledo - OH - 43604-1806 - 1609 N Summit St - - Toledo - OH - 43604-1806 - 1609 N Summit St - - Toledo - OH - 43604-1806 - Mr. - F217256 - L217256 - - President, Toledo Board of Education - 217256@hsesinfo.org - Dr. - F217257 - L217257 - - Superintendent - 217257@hsesinfo.org - Mrs. - F217259 - L217259 - - 217259@hsesinfo.org - Dr. - F217255 - L217255 - - 217255@hsesinfo.org - 555-555-7255 - - - 9123 - 3792 - 11425 - 203 - 2013 - 2018-09-01 - - EHS - Active - Lake Elsinore USD - www.leusd.k12.ca.us - 3792@hsesinfo.org - 545 Chaney Street - - Lake Elsinore - CA - 92530-2712 - 545 Chaney Street - - Lake Elsinore - CA - 92530-2712 - 545 Chaney Street - - Lake Elsinore - CA - 92530-2712 - Mr. - F212451 - L212451 - - Board President - 212451@hsesinfo.org - Dr. - F212452 - L212452 - - Director of Early Childhood Education - 212452@hsesinfo.org - Ms. - F212454 - L212454 - - 212454@hsesinfo.org - Dr. - F212450 - L212450 - - 212450@hsesinfo.org - 555-555-2450 - - - 9872 - 5224 - 11993 - 000 - 2014 - 2019-07-01 - - HS - Active - Enrichment Services Program, Inc - www.enrichmentservices.org - 5224@hsesinfo.org - 2601 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - 2601 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - 2601 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - Mr. - F217514 - L217514 - - Board Chair - 217514@hsesinfo.org - Ms. - F217515 - L217515 - - - 217515@hsesinfo.org - Ms. - F217517 - L217517 - - 217517@hsesinfo.org - Mr. - F217513 - L217513 - - 217513@hsesinfo.org - 555-555-7513 - - - 10178 - 5482 - 12213 - 201 - 2014 - 2019-07-01 - - EHS - Active - Development Centers Inc. - http://www.develctrs.org - 5482@hsesinfo.org - 17421 Telegraph Rd - - Detroit - MI - 48219 - 17421 Telegraph Rd - - Detroit - MI - 48219 - 17421 Telegraph Rd - - Detroit - MI - 48219 - Mr. - F219607 - L219607 - - Board Chairperson - 219607@hsesinfo.org - Ms. - F219605 - L219605 - Ph.D - CEO - 219605@hsesinfo.org - Ms. - F219608 - L219608 - - 219608@hsesinfo.org - Ms. - F219604 - L219604 - - 219604@hsesinfo.org - 555-555-9604 x 5555 - - - 10179 - 5483 - 12215 - 002 - 2014 - 2019-07-01 - - HS - Active - Focus HOPE - http://www.focushope.edu - 5483@hsesinfo.org - 1355 Oakman Blvd - - Detroit - MI - 48238 - 1355 Oakman Blvd - - Detroit - MI - 48238 - 1355 Oakman Blvd - - Detroit - MI - 48238 - Mr. - F219613 - L219613 - - Board Chair - 219613@hsesinfo.org - Mr. - F219611 - L219611 - - Chief Executive Officer - 219611@hsesinfo.org - Ms. - F219614 - L219614 - - 219614@hsesinfo.org - Mr. - F219610 - L219610 - - 219610@hsesinfo.org - 555-555-9610 - - - 8946 - 740 - 11295 - 000 - 2013 - 2018-07-01 - - HS - Active - HELP - New Mexico, Inc. - http://www.helpnm.com - 740@hsesinfo.org - 5101 Copper Ave, NE - - Albuquerque - NM - 87108-5352 - 5101 Copper Ave NE - - Albuquerque - NM - 87108-5352 - 5101 Copper Ave NE - - Albuquerque - NM - 87108-5352 - Ms. - F211177 - L211177 - - Board Chairwoman - 211177@hsesinfo.org - Mr. - F211178 - L211178 - - Acting Chief Executive Officer (CEO) - 211178@hsesinfo.org - Ms. - F211180 - L211180 - - 211180@hsesinfo.org - Ms. - F211176 - L211176 - - 211176@hsesinfo.org - 555-555-1176 x 5555 - - - 8521 - 8401 - 10928 - 200 - 2017 - 2017-03-01 - - AIAN EHS - Active - Delaware Tribe of Indians - www.delawarechild.org - 8401@hsesinfo.org - 5100 Tuxedo Blvd - - Bartlesville - OK - 74006-2838 - 5100 Tuxedo Blvd - - Bartlesville - OK - 74006-2838 - 5100 Tuxedo Blvd - - Bartlesville - OK - 74006-2838 - Mr. - F208373 - L208373 - - Chief, Delaware Tribe - 208373@hsesinfo.org - Mr. - F208374 - L208374 - - Tribal Mamnager - 208374@hsesinfo.org - - F208376 - L208376 - - 208376@hsesinfo.org - Ms. - F208372 - L208372 - - 208372@hsesinfo.org - 555-555-8372 - - - 10781 - 278 - 12758 - 000 - 1991 - 2019-12-01 - - HS - Active - Community Program Centers of Long Island, Inc. - www.childrenscommunityhs.org - 278@hsesinfo.org - The Children's Community Head Start - 400 Sheep Pasture Road - Port Jefferson - NY - 11777-2059 - The Children's Community Head Start - 400 Sheep Pasture Road - Port Jefferson - NY - 11777-2059 - The Children's Community Head Start - 400 Sheep Pasture Road - Port Jefferson - NY - 11777-2059 - Mr. - F223768 - L223768 - - Board President - 223768@hsesinfo.org - Ms. - F223769 - L223769 - - CEO - 223769@hsesinfo.org - Ms. - F223771 - L223771 - - 223771@hsesinfo.org - Ms. - F223767 - L223767 - - 223767@hsesinfo.org - 555-555-3767 - - - 6320 - 6333 - 9950 - 201 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Lucas County Family Council - http://www.lucascountyoh.gov/index.aspx?nid=528 - 6333@hsesinfo.org - 1946 N 13th St - Ste 420 - Toledo - OH - 43604-7264 - 1946 N 13th St - Ste 420 - Toledo - OH - 43604-7264 - 1946 N 13th St - Ste 420 - Toledo - OH - 43604-7264 - Mr. - F110559 - L110559 - - Board-Chairperson - 110559@hsesinfo.org - Mr. - F110560 - L110560 - - Executive Director - 110560@hsesinfo.org - Ms. - F110562 - L110562 - - 110562@hsesinfo.org - Dr. - F110558 - L110558 - - 110558@hsesinfo.org - 555-555-0558 - - - 4720 - 3946 - 8702 - 048 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Brooklyn Kindergarten Society - www.bksny.org - 3946@hsesinfo.org - 57 Willoughby St - 4th Floor - Brooklyn - NY - 11201-5290 - 57 Willoughby St - 4th Floor - Brooklyn - NY - 11201-5290 - 57 Willoughby St - 4th Floor - Brooklyn - NY - 11201-5290 - Mr. - F45790 - L45790 - - Board President-Elect - 45790@hsesinfo.org - Ms. - F45788 - L45788 - - Executive Director - 45788@hsesinfo.org - Ms. - F45787 - L45787 - - 45787@hsesinfo.org - Ms. - F45786 - L45786 - - 45786@hsesinfo.org - 555-555-5786 x 5555 - - - 1357 - 2900 - 2853 - 000 - 2013 - 2013-06-26 - 2018-11-30 - HS - Inactive - Greater Bergen Community Action, Inc. - www.greaterbergen.org - 2900@hsesinfo.org - 392 Main St - - Hackensack - NJ - 07601-5805 - 392 Main St - - Hackensack - NJ - 07601-5805 - 392 Main St - - Hackensack - NJ - 07601-5805 - Mr. - F36258 - L36258 - - President/Chairman - 36258@hsesinfo.org - Mr. - F36256 - L36256 - Jr. - Executive Director - 36256@hsesinfo.org - Ms. - F36255 - L36255 - - 36255@hsesinfo.org - Mrs. - F36164 - L36164 - - 36164@hsesinfo.org - 555-555-6164 x 5555 - - - 8807 - 6362 - 11191 - 200 - - 2018-05-01 - - EHS - Active - Western Dairyland Economic Opportunity Council, Inc. - http://www.westerndairyland.org - 6362@hsesinfo.org - 23122 Whitehall Road - - Independence - WI - 54747-7702 - 23122 Whitehall Rd - PO Box 125 - Independence - WI - 54747-7702 - 23122 Whitehall Rd - - Independence - WI - 54747-7702 - Dr. - F210193 - L210193 - - Western Dairyland E.O.C. Board President - 210193@hsesinfo.org - Ms. - F210194 - L210194 - - Executive Director - 210194@hsesinfo.org - Mr. - F210196 - L210196 - - 210196@hsesinfo.org - Ms. - F210192 - L210192 - - 210192@hsesinfo.org - 555-555-0192 x 5555 - - - 6234 - 1160 - 9782 - 000 - 1992 - 2015-04-01 - - AIAN HS - Active - HO-CHUNK NATION - laurel.meek@ho-chunk.com - 1160@hsesinfo.org - W8806 Mission Rd - - Black River Falls - WI - 54615-6412 - PO Box 667 - - Black River Falls - WI - 54615-0667 - W8806 Mission Rd - - Black River Falls - WI - 54615-6412 - Mr. - F109532 - L109532 - - Ho-Chunk Nation President - 109532@hsesinfo.org - Ms. - F109531 - L109531 - - Executive Director of Education - 109531@hsesinfo.org - Mr. - F109529 - L109529 - - 109529@hsesinfo.org - Ms. - F109527 - L109527 - - 109527@hsesinfo.org - 555-555-9527 - - - 9748 - 781 - 11880 - 200 - 2014 - 2019-07-01 - - EHS - Active - Economic Opportunities Advancement Corporation of Planning Region XI - www.eoacwaco.org - 781@hsesinfo.org - 500 Franklin Avenue - - Waco - TX - 76701-2111 - 500 Franklin Avenue - - Waco - TX - 76701-2111 - 500 Franklin Avenue - - Waco - TX - 76701-2111 - Mr. - F216644 - L216644 - - EOAC Board President - 216644@hsesinfo.org - Mrs. - F216645 - L216645 - - EOAC Executive Director - 216645@hsesinfo.org - Mr. - F216647 - L216647 - - 216647@hsesinfo.org - Ms. - F216643 - L216643 - - 216643@hsesinfo.org - 555-555-6643 x 5555 - - - 8198 - 680 - 10593 - 200 - 2000 - 2016-08-01 - - EHS - Active - Renewal Unlimited, Inc - http://www.renewalunlimited.net - 680@hsesinfo.org - 2900 Red Fox Run - - Portage - WI - 53901-3400 - 2900 Red Fox Run - - Portage - WI - 53901-3400 - 2900 Red Fox Run - - Portage - WI - 53901-3400 - Ms. - F206501 - L206501 - - Board Chair - 206501@hsesinfo.org - Ms. - F206502 - L206502 - - Executive Director - 206502@hsesinfo.org - Mr. - F206504 - L206504 - - 206504@hsesinfo.org - Ms. - F206500 - L206500 - - 206500@hsesinfo.org - 555-555-6500 - - - 4443 - 2758 - 8467 - 200 - 2013 - 2013-11-01 - 2018-10-31 - EHS - Inactive - SOUTH SHORE COMMUNITY ACTION COUNCIL, INC - www.sscac.org - 2758@hsesinfo.org - 71 Obery St - - Plymouth - MA - 02360-2181 - 71 Obery St - - Plymouth - MA - 02360-2181 - 71 Obery St - - Plymouth - MA - 02360-2181 - Mr. - F41499 - L41499 - - - 41499@hsesinfo.org - Mr. - F41497 - L41497 - - - 41497@hsesinfo.org - Mrs. - F41496 - L41496 - - 41496@hsesinfo.org - Ms. - F41495 - L41495 - - 41495@hsesinfo.org - 555-555-1495 x 5555 - - - 9392 - 2965 - 11624 - 200 - 2013 - 2019-02-01 - - EHS - Active - Community Action Program for Central Arkansas - www.capcainc.org - 2965@hsesinfo.org - 707 Robins Street Suite 118 - - Conway - AR - 72034-6517 - 707 Robins Street Suite 118 - - Conway - AR - 72034-6517 - 707 Robins Street Suite 118 - - Conway - AR - 72034-6517 - Ms. - F214277 - L214277 - - Governing Board Chairman - 214277@hsesinfo.org - Ms. - F214278 - L214278 - - Executive Director - 214278@hsesinfo.org - Ms. - F214280 - L214280 - - 214280@hsesinfo.org - Mrs. - F214276 - L214276 - - 214276@hsesinfo.org - 555-555-4276 x 5555 - - - 11599 - 2505 - 13385 - 200 - 2007 - 2020-07-01 - - EHS - Active - Siskiyou Early Head Start - tmiller@siskiyoucoe.net - 2505@hsesinfo.org - 1 Childs Way - - Yreka - CA - 96097-3266 - 609 S Gold St - - Yreka - CA - 96097-3110 - 09 S Gold Street - - Yreka - CA - 96097 - Mr. - F229161 - L229161 - - County Superintendent - 229161@hsesinfo.org - Mr. - F229162 - L229162 - - County Superintendent - 229162@hsesinfo.org - Ms. - F229164 - L229164 - - 229164@hsesinfo.org - Ms. - F229160 - L229160 - - 229160@hsesinfo.org - 555-555-9160 - - - 5101 - 5107 - 9016 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Lancaster Head Start - - 5107@hsesinfo.org - 500 Hampton Rd - - Lancaster - SC - 29720-3664 - 300 S Catawba St - - Lancaster - SC - 29720-2458 - 500 Hampton Rd - - Lancaster - SC - 29720-3664 - Mr. - F50308 - L50308 - Jr - Board Chair - 50308@hsesinfo.org - Dr. - F50309 - L50309 - - Superintendent - 50309@hsesinfo.org - Miss - F50311 - L50311 - - 50311@hsesinfo.org - Ms. - F50307 - L50307 - - 50307@hsesinfo.org - 555-555-0307 - - - 6712 - 2126 - 10235 - 000 - 1992 - 2015-08-01 - 2020-07-31 - HS - Inactive - HRDC Head Start - alleganyhrdc.org - 2126@hsesinfo.org - 125 Virginia Ave - - Cumberland - MD - 21502-3952 - 125 Virginia Ave - - Cumberland - MD - 21502-3952 - 125 Virginia Ave - - Cumberland - MD - 21502-3952 - Mr. - F202655 - L202655 - - - 202655@hsesinfo.org - Ms. - F202656 - L202656 - - - 202656@hsesinfo.org - Ms. - F202658 - L202658 - - 202658@hsesinfo.org - Ms. - F202654 - L202654 - - 202654@hsesinfo.org - 555-555-2654 - - - 5002 - 1511 - 8769 - 000 - 2014 - 2014-07-01 - 2019-06-30 - Migrant HS - Inactive - Illinois Department of Human Services - 100 South Grand Ave. East - 1511@hsesinfo.org - 100 S Grand Ave E - Fl 2 - Springfield - IL - 62762-0001 - 100 S Grand Ave E - Fl 2 - Springfield - IL - 62762-0001 - 100 S Grand Ave E - Fl 2 - Springfield - IL - 62762-0001 - Ms. - F49500 - L49500 - - DHS Secretary - 49500@hsesinfo.org - Ms. - F49498 - L49498 - - Associate Director - 49498@hsesinfo.org - Mr. - F49499 - L49499 - - 49499@hsesinfo.org - Mrs. - F49496 - L49496 - - 49496@hsesinfo.org - 555-555-9496 - - - 4231 - 1939 - 6870 - 200 - 2013 - 2013-07-30 - 2019-07-31 - EHS - Inactive - GMN Tri-County Community Action Committee, Inc. - http://www.gmntrico.org - 1939@hsesinfo.org - 615 North Street - - Caldwell - OH - 43724-1123 - 615 North Street - - Caldwell - OH - 43724-1123 - 615 North Street - - Caldwell - OH - 43724-1123 - Mr. - F37647 - L37647 - - GMN Board Chairman - 37647@hsesinfo.org - Mr. - F37649 - L37649 - - GMN Executive Director - 37649@hsesinfo.org - Mrs. - F37648 - L37648 - - 37648@hsesinfo.org - Miss - F37646 - L37646 - - 37646@hsesinfo.org - 555-555-7646 - - - 8571 - 8450 - 10973 - 200 - 2017 - 2017-03-01 - - EHS - Active - Contra Costa County - http://ehsd.org/headstart/ - 8450@hsesinfo.org - 1470 Civic Ct - Ste 200 - Concord - CA - 94520-5242 - 1470 Civic Ct - Ste 200 - Concord - CA - 94520-5242 - 1470 Civic Ct - Ste 200 - Concord - CA - 94520-5242 - Ms. - F208720 - L208720 - - Chair, Contra Costa County Supervisor, District 2 - 208720@hsesinfo.org - Ms. - F208721 - L208721 - - Director, Contra Costa County Employment and Human Services Department - 208721@hsesinfo.org - Ms. - F208723 - L208723 - - 208723@hsesinfo.org - Ms. - F208719 - L208719 - - 208719@hsesinfo.org - 555-555-8719 - - - 6418 - 1290 - 9973 - 200 - 2003 - 2015-07-01 - 2020-06-30 - EHS - Inactive - North Coast Opportunities, Inc. - http://www.ncoinc.org - 1290@hsesinfo.org - 550 N State St - - Ukiah - CA - 95482-4025 - 550 N State St - - Ukiah - CA - 95482-4025 - 550 N State St - - Ukiah - CA - 95482-4025 - Mr. - F200596 - L200596 - - - 200596@hsesinfo.org - Ms. - F200597 - L200597 - - - 200597@hsesinfo.org - Ms. - F200599 - L200599 - - 200599@hsesinfo.org - Ms. - F200595 - L200595 - - 200595@hsesinfo.org - 555-555-0595 - - - 9468 - 853 - 11683 - 000 - 2014 - 2019-04-01 - - HS - Active - CAPC Washington-Morgan County - http://www.wmcap.org - 853@hsesinfo.org - 218 Putnam Street - - Marietta - OH - 45750-0144 - P.O. Box 144 - - Marietta - OH - 45750 - 218 Putnam Street - - Marietta - OH - 45750 - Mr. - F214773 - L214773 - - Board President - 214773@hsesinfo.org - Mr. - F214774 - L214774 - - - 214774@hsesinfo.org - Ms. - F214776 - L214776 - - 214776@hsesinfo.org - Mrs. - F214772 - L214772 - - 214772@hsesinfo.org - 555-555-4772 - - - 9303 - 2065 - 11560 - 000 - 2013 - 2019-01-01 - - HS - Active - Contra Costa County - http://ehsd.org/headstart/ - 2065@hsesinfo.org - 1470 Civic Ct - Ste 200 - Concord - CA - 94520-5242 - 1470 Civic Ct - Ste 200 - Concord - CA - 94520-5242 - 1470 Civic Ct - Ste 200 - Concord - CA - 94520-5242 - Ms. - F213659 - L213659 - - Chair, Contra Costa County Supervisor, District 2 - 213659@hsesinfo.org - Ms. - F213660 - L213660 - - Director, Contra Costa County Employment and Human Services Department - 213660@hsesinfo.org - Ms. - F213662 - L213662 - - 213662@hsesinfo.org - Ms. - F213658 - L213658 - - 213658@hsesinfo.org - 555-555-3658 - - - 5260 - 3727 - 9107 - 001 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Booker T. Washington Child Development Center - http://www.btwchild.org - 3727@hsesinfo.org - 1519 East Adams Street - - Phoenix - AZ - 85034-1182 - 1519 East Adams Street - - Phoenix - AZ - 85034-1182 - 1519 East Adams Street - - Phoenix - AZ - 85034-1182 - Mr. - F53492 - L53492 - - President Board Chair - 53492@hsesinfo.org - Ms. - F53494 - L53494 - - Executive Director - 53494@hsesinfo.org - Ms. - F53495 - L53495 - - 53495@hsesinfo.org - Ms. - F53490 - L53490 - - 53490@hsesinfo.org - 555-555-3490 - - - 8217 - 8149 - 10633 - 000 - 2016 - 2016-07-01 - - HS - Active - The Guidance Center - www.guidance-center.org - 8149@hsesinfo.org - 13101 Allen Rd - - Southgate - MI - 48195-2216 - 13101 Allen Rd - - Southgate - MI - 48195-2216 - 13101 Allen Rd - - Southgate - MI - 48195-2216 - Mr. - F206634 - L206634 - - - 206634@hsesinfo.org - Mr. - F206635 - L206635 - - - 206635@hsesinfo.org - Ms. - F206637 - L206637 - - 206637@hsesinfo.org - Ms. - F206633 - L206633 - - 206633@hsesinfo.org - 555-555-6633 x 5555 - - - 9864 - 5808 - 11987 - 200 - - 2019-07-01 - - EHS - Active - Champlain Valley Head Start (EHS-CCP) - www.cvoeo.org - 5808@hsesinfo.org - 431 Pine St - - Burlington - VT - 05401 - 431 Pine St - - Burlington - VT - 05401 - 431 Pine St - - Burlington - VT - 05401 - Mr. - F217458 - L217458 - - Board President - 217458@hsesinfo.org - Mr. - F217459 - L217459 - - Executive Director - 217459@hsesinfo.org - Ms. - F217461 - L217461 - - 217461@hsesinfo.org - Mr. - F217457 - L217457 - - 217457@hsesinfo.org - 555-555-7457 x 5555 - - - 5183 - 1345 - 8975 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - La Salle Community Action Association Inc - www.lasallecaa.net - 1345@hsesinfo.org - 825 Highway 8 - - Sicily Island - LA - 71368-4836 - 825 Highway 8 - - Sicily Island - LA - 71368-4836 - 825 Highway 8 - - Sicily Island - LA - 71368-4836 - Mr. - F52125 - L52125 - - President - 52125@hsesinfo.org - Mrs. - F52123 - L52123 - - - 52123@hsesinfo.org - Ms. - F52121 - L52121 - - 52121@hsesinfo.org - Ms. - F52120 - L52120 - - 52120@hsesinfo.org - 555-555-2120 x 5555 - - - 4898 - 2195 - 8809 - 200 - 2014 - 2014-06-01 - 2019-05-31 - EHS - Inactive - Children's Home & Aid Society of Illinois - www.childrenshomeandaid.org - 2195@hsesinfo.org - 125 S Wacker Dr - Fl 14 - Chicago - IL - 60606-4429 - 125 S Wacker Dr - Fl 14 - Chicago - IL - 60606-4429 - 125 S. Wacker Drive - 14th Floor - Chicago - IL - 60606 - Mr. - F48241 - L48241 - - Chair - 48241@hsesinfo.org - Ms. - F48240 - L48240 - - President and CEO - 48240@hsesinfo.org - Ms. - F48239 - L48239 - - 48239@hsesinfo.org - Ms. - F48237 - L48237 - - 48237@hsesinfo.org - 555-555-8237 - - - 4266 - 1181 - 2892 - 000 - 1992 - 2013-07-30 - 2019-07-31 - AIAN HS - Inactive - Shoshone-Bannock Tribal Business Council - http://www.sbtribes.com/shoshone-bannock-early-childhood.html - 1181@hsesinfo.org - 37 W Ross Fork Rd - - Fort Hall - ID - 83203 - PO Box 306 - - Fort Hall - ID - 83203-0306 - E Agency Rd Building 82 - - Fort Hall - ID - 83203 - Mr. - F38315 - L38315 - - Chairman, Fort Hall Business Council - 38315@hsesinfo.org - Ms. - F38317 - L38317 - - Interim Executive Director - 38317@hsesinfo.org - Ms. - F38316 - L38316 - - 38316@hsesinfo.org - Ms. - F38314 - L38314 - - 38314@hsesinfo.org - 555-555-8314 - - - 10656 - 1718 - 12668 - 000 - 2013 - 2019-11-01 - - AIAN HS - Active - Grand Portage Reservation Tribal Council - N/A - 1718@hsesinfo.org - 100 Blazes Rd - - Grant Portage - MN - 55605-3031 - PO Box 428 - - Grand Portage - MN - 55605-0428 - 100 Blazes Rd - - Grand Portage - MN - 55605-3031 - Hon. - F222940 - L222940 - - Grand Portage Reservation Tribal Council Chairwoman - 222940@hsesinfo.org - Mr. - F222938 - L222938 - - Intriem Director of Program Operations - 222938@hsesinfo.org - Ms. - F222941 - L222941 - - 222941@hsesinfo.org - Ms. - F222937 - L222937 - - 222937@hsesinfo.org - 555-555-2937 - - - 11209 - 1758 - 13118 - 000 - 1992 - 2020-04-01 - - HS - Active - Kings Community Action Organization - http://www.kcao.org - 1758@hsesinfo.org - 1130 North 11th Avenue - - Hanford - CA - 93230 - 1130 North 11th Avenue - - Hanford - CA - 93230 - 1130 North 11th Avenue - - Hanford - CA - 93230 - Mr. - F226640 - L226640 - - Board Chairperson - 226640@hsesinfo.org - Mr. - F226641 - L226641 - - - 226641@hsesinfo.org - Ms. - F226643 - L226643 - - 226643@hsesinfo.org - Mrs. - F226639 - L226639 - - 226639@hsesinfo.org - 555-555-6639 - - - 11210 - 1759 - 13118 - 200 - 2003 - 2020-04-01 - - EHS - Active - Kings Community Action Organization - http://www.kcao.org - 1759@hsesinfo.org - 1130 North 11th Avenue - - Hanford - CA - 93230-5901 - 1130 North 11th Avenue - - Hanford - CA - 93230-5901 - 1130 North 11th Avenue - - Hanford - CA - 93230-5901 - Mr. - F226647 - L226647 - - Board Chairperson - 226647@hsesinfo.org - Mr. - F226648 - L226648 - - - 226648@hsesinfo.org - Ms. - F226650 - L226650 - - 226650@hsesinfo.org - Mrs. - F226646 - L226646 - - 226646@hsesinfo.org - 555-555-6646 - - - 5218 - 5224 - 9047 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Enrichment Services Program, Inc - www.enrichmentservices.org - 5224@hsesinfo.org - 2601 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - 2601 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - 2601 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - Mr. - F52370 - L52370 - - Board Chair - 52370@hsesinfo.org - Ms. - F52371 - L52371 - - - 52371@hsesinfo.org - Mr. - F52373 - L52373 - - 52373@hsesinfo.org - Ms. - F52369 - L52369 - - 52369@hsesinfo.org - 555-555-2369 - - - 11211 - 1258 - 13117 - 000 - 1992 - 2020-04-01 - - HS - Active - Community Action Partnership of San Luis Obispo, Inc. - 1030 Southwoord Drive - 1258@hsesinfo.org - Head Start of San Luis Obispo County - 1030 Southwood Drive - San Luis Obispo - CA - 93401-5813 - Head Start of San Luis Obispo County - 1030 Southwood Drive - San Luis Obispo - CA - 93401-5813 - Head Start of San Luis Obispo County - 1030 Southwood Drive - San Luis Obispo - CA - 93401-5813 - Ms. - F226654 - L226654 - - CAPSLO Board Chair - 226654@hsesinfo.org - Mrs. - F226655 - L226655 - - - 226655@hsesinfo.org - Ms. - F226657 - L226657 - - 226657@hsesinfo.org - Mrs. - F226653 - L226653 - - 226653@hsesinfo.org - 555-555-6653 x 5555 - - - 11212 - 1257 - 13117 - 200 - 2001 - 2020-04-01 - - EHS - Active - Community Action Partnership of San Luis Obispo, Inc. - 1030 Southwoord Drive - 1257@hsesinfo.org - Early Head Start of San Luis Obispo County - 1030 Southwood Drive - San Luis Obispo - CA - 93401-5813 - Early Head Start of San Luis Obispo County - 1030 Southwood Drive - San Luis Obispo - CA - 93401-5813 - Early Head Start of San Luis Obispo County - 1030 Southwood Drive - San Luis Obispo - CA - 93401-5813 - Ms. - F226661 - L226661 - - CAPSLO Board Chair - 226661@hsesinfo.org - Mrs. - F226662 - L226662 - - Chief Executive Officer - 226662@hsesinfo.org - Ms. - F226664 - L226664 - - 226664@hsesinfo.org - Mrs. - F226660 - L226660 - - 226660@hsesinfo.org - 555-555-6660 x 5555 - - - 9097 - 1347 - 11408 - 000 - 2013 - 2018-09-01 - - HS - Active - ST JOHN THE BAPTIST PARISH SCHOOL BOARD - www.stjohn.k12.la.us - 1347@hsesinfo.org - 118 West 10th Street - - Reserve - LA - 70084-5014 - P.O. Drawer AL - - Reserve - LA - 70084-5014 - 118 West 10th Street - P.O. Drawer AL - Reserve - LA - 70084-5014 - Mr. - F212260 - L212260 - - St. John the Baptist Parish School Board President - 212260@hsesinfo.org - Mrs. - F212261 - L212261 - - Interim Superintendent - 212261@hsesinfo.org - Ms. - F212263 - L212263 - - 212263@hsesinfo.org - Mrs. - F212259 - L212259 - - 212259@hsesinfo.org - 555-555-2259 x 5555 - - - 9865 - 5067 - 11994 - 000 - 2014 - 2019-07-01 - - HS - Active - CATHOLIC CHARITIES HEAD START OF BALTIMORE CITY - WWW.CC-MD.ORG - 5067@hsesinfo.org - 915 Sterrett St - - Baltimore - MD - 21230-2502 - 915 Sterrett St - - Baltimore - MD - 21230-2502 - 915 Sterrett St - - Baltimore - MD - 21230-2502 - Mr. - F217465 - L217465 - - President of Board of Trustees - 217465@hsesinfo.org - Mrs. - F217466 - L217466 - - Director of Community Services Division, Catholic Charities - 217466@hsesinfo.org - Ms. - F217468 - L217468 - - 217468@hsesinfo.org - Mrs. - F217464 - L217464 - - 217464@hsesinfo.org - 555-555-7464 - - - 6417 - 1289 - 9973 - 000 - 1991 - 2015-07-01 - 2020-06-30 - HS - Inactive - North Coast Opportunties, Inc. - http://www.ncoinc.org - 1289@hsesinfo.org - 550 N State St - - Ukiah - CA - 95482-4025 - 550 N State St - - Ukiah - CA - 95482-4025 - 550 N State St - - Ukiah - CA - 95482-4025 - Mr. - F200589 - L200589 - - - 200589@hsesinfo.org - Ms. - F200590 - L200590 - - - 200590@hsesinfo.org - Ms. - F200592 - L200592 - - 200592@hsesinfo.org - Ms. - F200588 - L200588 - - 200588@hsesinfo.org - 555-555-0588 - - - 8379 - 8270 - 10790 - 000 - 2016 - 2016-09-01 - - HS - Active - Ohio Valley Educational Cooperative - www.ovec.org - 8270@hsesinfo.org - 100 Alpine Dr - - Shelbyville - KY - 40065-8877 - PO Box 1249 - - Shelbyville - KY - 40066-1249 - 100 Alpine Dr - - Shelbyville - KY - 40065-8877 - Mrs. - F207817 - L207817 - - Chair, OVEC Board of Directors - 207817@hsesinfo.org - Dr. - F207818 - L207818 - - Chief Executive Officer - 207818@hsesinfo.org - Mr. - F207820 - L207820 - - 207820@hsesinfo.org - Mrs. - F207816 - L207816 - - 207816@hsesinfo.org - 555-555-7816 x 5555 - - - 8254 - 416 - 10650 - 200 - 2003 - 2016-07-01 - 2020-10-31 - EHS - Inactive - Southwestern Wisconsin Community Action Program - www.swcap.org - 416@hsesinfo.org - 149 N. Iowa Street - - Dodgeville - WI - 53533-1313 - 149 N. Iowa Street - - Dodgeville - WI - 53533-1313 - 149 N. Iowa Street - - Dodgeville - WI - 53533-1313 - Ms. - F206893 - L206893 - - SWCAP Board Chair - 206893@hsesinfo.org - Mr. - F206894 - L206894 - - Executive Director - 206894@hsesinfo.org - Ms. - F206896 - L206896 - - 206896@hsesinfo.org - Ms. - F206892 - L206892 - - 206892@hsesinfo.org - 555-555-6892 - - - 4936 - 3211 - 8750 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Young Families Early Head Start Inc. - www.youngfamiliesehs.org - 3211@hsesinfo.org - 1020 Cook Avenue - - Billings - MT - 59102 - 1020 Cook Avenue - - Billings - MT - 59102 - 1020 Cook Avenue - - Billings - MT - 59102 - Mrs. - F48678 - L48678 - - Board of Directors Chairperson - 48678@hsesinfo.org - Ms. - F48677 - L48677 - - Executive Director - 48677@hsesinfo.org - Miss - F48680 - L48680 - - 48680@hsesinfo.org - Ms. - F48676 - L48676 - - 48676@hsesinfo.org - 555-555-8676 - - - 6830 - 1207 - 10306 - 200 - 2003 - 2015-09-01 - - AIAN EHS - Active - Confederated Tribes of Warm Springs of Oregon - https://warmsprings-nsn.gov/program/warm-springs-head-start-early-head-start/ - 1207@hsesinfo.org - 1257 Kot-Num Road - - Warm Springs - OR - 97761 - 1257 Kot-Num Road - - Warm Springs - OR - 97761 - 1257 Kot-Num Road - - Warm Springs - OR - 97761 - Mr. - F203485 - L203485 - - Tribal Council Chairperson - 203485@hsesinfo.org - Ms. - F203486 - L203486 - - Secretary Treasurer - 203486@hsesinfo.org - Ms. - F203488 - L203488 - - 203488@hsesinfo.org - Ms. - F203484 - L203484 - - 203484@hsesinfo.org - 555-555-3484 - - - 8590 - 8462 - 10790 - 200 - 2017 - 2017-09-01 - - EHS - Active - Ohio Valley Educational Cooperative - www.ovec.org - 8462@hsesinfo.org - 100 Alpine Dr - - Shelbyville - KY - 40065-8877 - PO Box 1249 - - Shelbyville - KY - 40066-1249 - 100 Alpine Dr - - Shelbyville - KY - 40065-8877 - Mrs. - F208846 - L208846 - - Chair, OVEC Board of Directors - 208846@hsesinfo.org - Dr. - F208847 - L208847 - - Chief Executive Officer - 208847@hsesinfo.org - Mr. - F208849 - L208849 - - 208849@hsesinfo.org - Mrs. - F208845 - L208845 - - 208845@hsesinfo.org - 555-555-8845 x 5555 - - - 9861 - 8962 - 11970 - 000 - 2019 - 2019-07-01 - - HS - Active - Central Missouri Community Action (CMCA) - http://www.showmeaction.org - 8962@hsesinfo.org - 807 N Providence Rd - Apt B - Columbia - MO - 65203-4359 - 807 N Providence Rd - Apt B - Columbia - MO - 65203-4359 - 807 N Providence Rd - Apt B - Columbia - MO - 65203-4359 - Mr. - F217438 - L217438 - - Board President - 217438@hsesinfo.org - Mr. - F217439 - L217439 - - Executive Director - 217439@hsesinfo.org - Ms. - F217441 - L217441 - - 217441@hsesinfo.org - Ms. - F217437 - L217437 - - 217437@hsesinfo.org - 555-555-7437 x 5555 - - - 9862 - 8963 - 11970 - 200 - 2019 - 2019-07-01 - - EHS - Active - Central Missouri Community Action (CMCA) - http://www.showmeaction.org - 8963@hsesinfo.org - 807 N Providence Rd - Apt B - Columbia - MO - 65203-4359 - 807 N Providence Rd - Apt B - Columbia - MO - 65203-4359 - 807 N Providence Rd - Apt B - Columbia - MO - 65203-4359 - Mr. - F217445 - L217445 - - Board President - 217445@hsesinfo.org - Mr. - F217446 - L217446 - - Executive Director - 217446@hsesinfo.org - Ms. - F217448 - L217448 - - 217448@hsesinfo.org - Ms. - F217444 - L217444 - - 217444@hsesinfo.org - 555-555-7444 x 5555 - - - 9640 - 8859 - 10465 - 200 - 2019 - 2019-09-01 - 2020-12-31 - EHS - Inactive - Shira Head Start - shiradvoraa@gmail.com - 8859@hsesinfo.org - 1259 47th St Apt 1 - - Brooklyn - NY - 11219-2595 - 1259 47th St Apt 1 - - Brooklyn - NY - 11219-2595 - 1259 47th St Apt 1 - - Brooklyn - NY - 11219-2595 - Mr. - F215911 - L215911 - - Chairman of the Board - 215911@hsesinfo.org - Mr. - F215909 - L215909 - - Executive Director - 215909@hsesinfo.org - Mrs. - F215912 - L215912 - - 215912@hsesinfo.org - Mrs. - F215908 - L215908 - - 215908@hsesinfo.org - 555-555-5908 - - - 4732 - 3963 - 8714 - 060 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Inner Force Tots - www.innerforce.org - 3963@hsesinfo.org - 1181 E New York Ave - - Brooklyn - NY - 11212-3830 - 1181 E New York Ave - - Brooklyn - NY - 11212-3830 - 1181 E New York Ave - - Brooklyn - NY - 11212-3830 - Ms. - F45875 - L45875 - - Board Chair - 45875@hsesinfo.org - Dr. - F45873 - L45873 - MD - - 45873@hsesinfo.org - Ms. - F45872 - L45872 - - 45872@hsesinfo.org - Ms. - F45870 - L45870 - - 45870@hsesinfo.org - 555-555-5870 x 5555 - - - 9410 - 813 - 11634 - 000 - 2013 - 2019-03-01 - - HS - Active - Community Action Commission of Fayette County - www.cacfayettecounty.org - 813@hsesinfo.org - 1400 US RT 22 NW - - Washington Court House - OH - 43160-1402 - 1400 US RT 22 NW - - Washington Court House - OH - 43160-1402 - 1400 US RT 22 NW - - Washington Court House - OH - 43160-1402 - Mrs. - F214388 - L214388 - - Governing Board Chair - 214388@hsesinfo.org - Mrs. - F214389 - L214389 - - Executive Director - 214389@hsesinfo.org - Ms. - F214391 - L214391 - - 214391@hsesinfo.org - Ms. - F214387 - L214387 - - 214387@hsesinfo.org - 555-555-4387 x 5555 - - - 8715 - 8575 - 9448 - 214 - 2017 - 2016-09-01 - - EHS - Active - Henry Booth House - www.henryboothhouse.org - 8575@hsesinfo.org - 2907 South Wabash, Suite 205 - - Chicago - IL - 60616-3243 - 2907 South Wabash, Suite 205 - - Chicago - IL - 60616-3243 - 2907 South Wabash, Suite 205 - - Chicago - IL - 60616-3243 - Mr. - F209500 - L209500 - - Board Chairperson - 209500@hsesinfo.org - Mr. - F209501 - L209501 - - President/CEO - 209501@hsesinfo.org - Ms. - F209503 - L209503 - - 209503@hsesinfo.org - Ms. - F209499 - L209499 - - 209499@hsesinfo.org - 555-555-9499 - - - 11213 - 2109 - 13119 - 000 - 2006 - 2020-04-01 - - AIAN HS - Active - OHKAY OWINGEH Tribal Council - - 2109@hsesinfo.org - 170 Community School Rd - - Ohkay Owingeh - NM - 87566 - PO Box 1029 - - Ohkay Owingeh - NM - 87566-1029 - 170 Community School Rd - - Ohkay Owingeh - NM - 87566 - Mr. - F226668 - L226668 - - Governor - 226668@hsesinfo.org - Mr. - F226669 - L226669 - Jr. - - 226669@hsesinfo.org - Mr. - F226671 - L226671 - - 226671@hsesinfo.org - Mr. - F226667 - L226667 - - 226667@hsesinfo.org - 555-555-6667 - - - 9869 - 984 - 11986 - 000 - 2014 - 2019-07-01 - - HS - Active - COMMUNITY ACTION SERVICE OF MORGAN COUNTY HEAD START - www.Tnheadstart.org - 984@hsesinfo.org - 105 Longview Dr - - Wartburg - TN - 37887-4205 - PO Box 179 - - Wartburg - TN - 37887-0179 - 105 Longview Dr - - Wartburg - TN - 37887-4205 - Ms. - F217493 - L217493 - - Board Chairperson - 217493@hsesinfo.org - Mr. - F217494 - L217494 - - - 217494@hsesinfo.org - Ms. - F217496 - L217496 - - 217496@hsesinfo.org - Mr. - F217492 - L217492 - - 217492@hsesinfo.org - 555-555-7492 - - - 4787 - 224 - 8751 - 000 - 2014 - 2014-04-01 - 2019-03-31 - HS - Inactive - THAMES VALLEY COUNCIL FOR COMMUNITY ACTION, INC - http://www.tvcca.org - 224@hsesinfo.org - 401 West Thames Street, Unit 201 - - Norwich - CT - 06360-7155 - 401 West Thames Street, Unit 201 - - Norwich - CT - 06360-7155 - 401 West Thames Street, Unit 201 - - Norwich - CT - 06360-7155 - Ms. - F46585 - L46585 - - Chairman of the Board - 46585@hsesinfo.org - Mrs. - F46582 - L46582 - - Executive Director - 46582@hsesinfo.org - Mr. - F46584 - L46584 - - 46584@hsesinfo.org - Ms. - F46580 - L46580 - - 46580@hsesinfo.org - 555-555-6580 - - - 9250 - 8741 - 9126 - 201 - 2019 - 2019-03-01 - 2019-06-30 - EHS - Inactive - Foundation for Early Childhood Education, Inc. - foundationheadstart.org - 8741@hsesinfo.org - 3360 Flair Drive, Suite 100 - - El Monte - CA - 91731-2833 - 3360 Flair Drive, Suite 100 - - El Monte - CA - 91731-2833 - 3360 Flair Drive, Suite 100 - - El Monte - CA - 91731-2833 - Mr. - F213293 - L213293 - - Board President - 213293@hsesinfo.org - Ms. - F213291 - L213291 - - Director - 213291@hsesinfo.org - Mr. - F213294 - L213294 - - 213294@hsesinfo.org - Ms. - F213290 - L213290 - - 213290@hsesinfo.org - 555-555-3290 x 5555 - - - 9870 - 983 - 11986 - 200 - 2014 - 2019-07-01 - - EHS - Active - COMMUNITY ACTION SERVICE OF MORGAN COUNTY HEAD START - www.Tnheadstart.org - 983@hsesinfo.org - 105 Longview Dr - - Wartburg - TN - 37887-4205 - PO Box 179 - - Wartburg - TN - 37887-0179 - 105 Longview Dr - - Wartburg - TN - 37887-4205 - Ms. - F217500 - L217500 - - Board Chairperson - 217500@hsesinfo.org - Mr. - F217501 - L217501 - - Director - 217501@hsesinfo.org - Ms. - F217503 - L217503 - - 217503@hsesinfo.org - Mr. - F217499 - L217499 - - 217499@hsesinfo.org - 555-555-7499 - - - 6333 - 6351 - 8937 - 200 - - 2015-06-16 - 2018-12-31 - EHS - Inactive - Plattsmouth Community School District - www.pcsd.org - 6351@hsesinfo.org - 902 Main St. - - Plattsmouth - NE - 68048 - 1912 E Highway 34 - - Plattsmouth - NE - 68048-5676 - 1912 E Highway 34 - - Plattsmouth - NE - 68048-5676 - Mr. - F200001 - L200001 - - President, Board of Education - 200001@hsesinfo.org - Dr. - F200002 - L200002 - - Superintendent - 200002@hsesinfo.org - Mrs. - F200004 - L200004 - - 200004@hsesinfo.org - Mrs. - F200000 - L200000 - - 200000@hsesinfo.org - 555-555-0000 x 5555 - - - 4788 - 2729 - 8751 - 200 - 2011 - 2014-04-01 - 2019-03-31 - EHS - Inactive - THAMES VALLEY COUNCIL FOR COMMUNITY ACTION, INC - http://www.tvcca.org - 2729@hsesinfo.org - 401 W. Thames St Unit 201 - - Norwich - CT - 06360-7155 - 401 W. Thames St Unit 201 - - Norwich - CT - 06360-7155 - 401 W. Thames St Unit 201 - - Norwich - CT - 06360-7155 - Ms. - F46591 - L46591 - - Chairman of the Board - 46591@hsesinfo.org - Mrs. - F46589 - L46589 - - Executive Director - 46589@hsesinfo.org - Mr. - F46588 - L46588 - - 46588@hsesinfo.org - Ms. - F46587 - L46587 - - 46587@hsesinfo.org - 555-555-6587 - - - 11435 - 328 - 13272 - 000 - 2014 - 2020-07-01 - - HS - Active - Champlain Valley Head Start (Preschool) - http://www.champlainvalleyheadstart.org - 328@hsesinfo.org - 431 Pine Street - - Burlington - VT - 05401-4726 - 431 Pine Street - - Burlington - VT - 05401-4726 - 431 Pine Street - - Burlington - VT - 05401-4726 - Mr. - F228085 - L228085 - - Board President - 228085@hsesinfo.org - Mr. - F228086 - L228086 - - - 228086@hsesinfo.org - Ms. - F228088 - L228088 - - 228088@hsesinfo.org - Mr. - F228084 - L228084 - - 228084@hsesinfo.org - 555-555-8084 - - - 4762 - 854 - 8617 - 200 - 1989 - 2014-04-01 - 2019-03-31 - EHS - Inactive - CAPC Washington-Morgan County - http://www.wmcap.org - 854@hsesinfo.org - 218 Putnam Street - - Marietta - OH - 45750-0144 - PO Box 144 - - Marietta - OH - 45750 - 218 Putnam Street - - Marietta - OH - 45750 - Mr. - F46194 - L46194 - - Board President - 46194@hsesinfo.org - Mr. - F46192 - L46192 - - - 46192@hsesinfo.org - Ms. - F46191 - L46191 - - 46191@hsesinfo.org - Mrs. - F46190 - L46190 - - 46190@hsesinfo.org - 555-555-6190 - - - 9610 - 2294 - 11793 - 200 - 2003 - 2019-05-01 - - EHS - Active - PARSONS CHILD & FAMILY CENTER - http://www.northernrivers.org - 2294@hsesinfo.org - 125 Bigelow Ave - - Schenectady - NY - 12304-2832 - 125 Bigelow Ave - - Schenectady - NY - 12304-2832 - 60 Academy Rd - Northern Rivers Family of Services / Parsons Child - Albany - NY - 12208-3103 - Mr. - F215722 - L215722 - - Chair, Board of Directors - 215722@hsesinfo.org - Mr. - F215723 - L215723 - - Chief Executive Officer - 215723@hsesinfo.org - Ms. - F215725 - L215725 - - 215725@hsesinfo.org - Ms. - F215721 - L215721 - - 215721@hsesinfo.org - 555-555-5721 - - - 11602 - 1519 - 13384 - 000 - 1999 - 2020-07-01 - - HS - Active - Delaware County Intermediate Unit - http://www.dciu.org - 1519@hsesinfo.org - 200 Yale Ave - - Morton - PA - 19070-1918 - 200 Yale Ave - - Morton - PA - 19070-1918 - 200 Yale Ave - - Morton - PA - 19070-1918 - Mr. - F229182 - L229182 - - DCIU Board President - 229182@hsesinfo.org - Mrs. - F229183 - L229183 - Ed D - DCIU Executive Director - 229183@hsesinfo.org - Mr. - F229185 - L229185 - - 229185@hsesinfo.org - Mrs. - F229181 - L229181 - - 229181@hsesinfo.org - 555-555-9181 x 5555 - - - 5794 - 5800 - 9402 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Maricopa County Human Services - https://www.maricopa.gov/3868/Human-Services - 5800@hsesinfo.org - 234 N Central Ave, Suite 3201 - - Phoenix - AZ - 85004-0948 - 234 N Central Ave, Suite 3201 - - Phoenix - AZ - 85004-0948 - 234 N Central Ave, Suite 3201 - - Phoenix - AZ - 85004-0948 - Mr. - F103664 - L103664 - - Chairman, Maricopa County Board of Supervisors - 103664@hsesinfo.org - Mr. - F103665 - L103665 - - Human Services Director - 103665@hsesinfo.org - Ms. - F103667 - L103667 - - 103667@hsesinfo.org - Ms. - F103663 - L103663 - - 103663@hsesinfo.org - 555-555-3663 - - - 5789 - 5795 - 9416 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Contra Costa County - http://ehsd.org/headstart/ - 5795@hsesinfo.org - 1470 Civic Ct - Ste 200 - Concord - CA - 94520-5242 - 1470 Civic Ct - Ste 200 - Concord - CA - 94520-5242 - 1470 Civic Ct - Ste 200 - Concord - CA - 94520-5242 - Ms. - F103620 - L103620 - - Chair, Contra Costa County Supervisor, District 2 - 103620@hsesinfo.org - Ms. - F103621 - L103621 - - - 103621@hsesinfo.org - Ms. - F103623 - L103623 - - 103623@hsesinfo.org - Ms. - F103619 - L103619 - - 103619@hsesinfo.org - 555-555-3619 - - - 1358 - 3065 - 2853 - 200 - 2013 - 2013-06-26 - 2018-11-30 - EHS - Inactive - Greater Bergen Community Action, Inc. - www.greaterbergen.org - 3065@hsesinfo.org - 392 Main St - - Hackensack - NJ - 07601-5805 - 392 Main St - - Hackensack - NJ - 07601-5805 - 392 Main St - - Hackensack - NJ - 07601-5805 - Mr. - F36263 - L36263 - - President/Chairman - 36263@hsesinfo.org - Mr. - F36261 - L36261 - Jr. - Executive Director - 36261@hsesinfo.org - Ms. - F36260 - L36260 - - 36260@hsesinfo.org - Mrs. - F36165 - L36165 - - 36165@hsesinfo.org - 555-555-6165 x 5555 - - - 8231 - 1094 - 10624 - 000 - 1992 - 2016-07-01 - - HS - Active - Maricopa County Head Start - https://www.maricopa.gov/3868/Human-Services - 1094@hsesinfo.org - 234 N Central Ave - Fl 3 - Phoenix - AZ - 85004-0948 - 234 North Central Avenue, Suite 3201 - - Phoenix - AZ - 85004-0948 - 234 North Central Avenue, Suite 3201 - - Phoenix - AZ - 85004-0948 - Mr. - F206732 - L206732 - - Chairman, Maricopa County Board of Supervisors - 206732@hsesinfo.org - Mr. - F206733 - L206733 - - Director, Maricopa County Human Services Department - 206733@hsesinfo.org - Ms. - F206735 - L206735 - - 206735@hsesinfo.org - Ms. - F206731 - L206731 - - 206731@hsesinfo.org - 555-555-6731 - - - 11603 - 6498 - 13384 - 200 - - 2020-07-01 - - EHS - Active - Delaware County Intermediate Unit - http://www.dciu.org - 6498@hsesinfo.org - 200 Yale Ave - - Morton - PA - 19070-1918 - 200 Yale Ave - - Morton - PA - 19070-1918 - 200 Yale Ave - - Morton - PA - 19070-1918 - Mr. - F229189 - L229189 - - DCIU Board President - 229189@hsesinfo.org - Mrs. - F229190 - L229190 - Ed D - DCIU Executive Director - 229190@hsesinfo.org - Mr. - F229192 - L229192 - - 229192@hsesinfo.org - Mrs. - F229188 - L229188 - - 229188@hsesinfo.org - 555-555-9188 x 5555 - - - 9645 - 1050 - 11814 - 000 - 2014 - 2019-06-01 - - HS - Active - Minot Public School District #1 - http://headstart.minot.k12.nd.us - 1050@hsesinfo.org - 2815 Burdick Expy E - - Minot - ND - 58701-5204 - 2815 Burdick Expy E - - Minot - ND - 58701-5204 - 215 2nd St SE - - Minot - ND - 58701 - Mr. - F215934 - L215934 - - MInot School Board President - 215934@hsesinfo.org - Mr. - F215935 - L215935 - - Superintendent - 215935@hsesinfo.org - Ms. - F215937 - L215937 - - 215937@hsesinfo.org - Ms. - F215933 - L215933 - - 215933@hsesinfo.org - 555-555-5933 - - - 9646 - 3201 - 11814 - 200 - 2014 - 2019-06-01 - - EHS - Active - Minot Public School District #1 - http://headstart.minot.k12.nd.us - 3201@hsesinfo.org - 2815 Burdick Expy E - - Minot - ND - 58701-5204 - 2815 Burdick Expy E - - Minot - ND - 58701-5204 - 215 2nd St SE - - Minot - ND - 58701 - Mr. - F215941 - L215941 - - Minot School Board President - 215941@hsesinfo.org - Mr. - F215942 - L215942 - - Superintendent - 215942@hsesinfo.org - Ms. - F215944 - L215944 - - 215944@hsesinfo.org - Ms. - F215940 - L215940 - - 215940@hsesinfo.org - 555-555-5940 - - - 9394 - 3285 - 11626 - 000 - 2013 - 2019-02-01 - - HS - Active - Education Service Center, Region 20 - http://www.esc20.net - 3285@hsesinfo.org - 1314 Hines Ave. - - San Antonio - TX - 78208-1516 - 1314 Hines Ave. - - San Antonio - TX - 78208-1516 - 1314 Hines Ave. - - San Antonio - TX - 78208-1516 - Mr. - F214291 - L214291 - - ESC-20 Board Chairman - 214291@hsesinfo.org - Dr. - F214292 - L214292 - - Executive Director - 214292@hsesinfo.org - Ms. - F214294 - L214294 - - 214294@hsesinfo.org - Ms. - F214290 - L214290 - - 214290@hsesinfo.org - 555-555-4290 - - - 5907 - 1984 - 9627 - 000 - 1992 - 2015-02-01 - 2020-01-31 - AIAN HS - Inactive - Red Lake Band of Chippewa Indians - - 1984@hsesinfo.org - 24900 Elementary School Street - Early Childhood Center - Redlake - MN - 56671 - P.O. Box 53 - Hwy. 1 - Red Lake - MN - 56671-0053 - Hwy 1 - - Redlake - MN - 56671 - Mr. - F105911 - L105911 - - Tribal Chairman - 105911@hsesinfo.org - Mr. - F105910 - L105910 - - Executive Director - 105910@hsesinfo.org - Ms. - F105913 - L105913 - - 105913@hsesinfo.org - Ms. - F105909 - L105909 - - 105909@hsesinfo.org - 555-555-5909 - - - 8904 - 2009 - 11267 - 000 - 2013 - 2018-07-01 - - HS - Active - Genesee County - www.gccardheadstart.com - 2009@hsesinfo.org - 1101 Beach St - Fl 3 - Flint - MI - 48502-1428 - 1101 Beach St - Fl 3 - Flint - MI - 48502-1428 - 1101 Beach St - Fl 3 - Flint - MI - 48502-1428 - Mr. - F210849 - L210849 - - Chaiperson - 210849@hsesinfo.org - Mrs. - F210850 - L210850 - - Executive Director - 210850@hsesinfo.org - Mrs. - F210852 - L210852 - - 210852@hsesinfo.org - Ms. - F210848 - L210848 - - 210848@hsesinfo.org - 555-555-0848 - - - 8908 - 2008 - 11267 - 200 - 2013 - 2018-07-01 - - EHS - Active - Genesee County - www.gccardheadstart.com - 2008@hsesinfo.org - 1101 Beach St - Fl 3 - Flint - MI - 48502-1428 - 1101 Beach St - Fl 3 - Flint - MI - 48502-1428 - 1101 Beach St - Fl 3 - Flint - MI - 48502-1428 - Mr. - F210877 - L210877 - - Chairperson - 210877@hsesinfo.org - Mrs. - F210878 - L210878 - - Executive Director - 210878@hsesinfo.org - Mrs. - F210880 - L210880 - - 210880@hsesinfo.org - Ms. - F210876 - L210876 - - 210876@hsesinfo.org - 555-555-0876 - - - 10448 - 796 - 12448 - 000 - 2014 - 2019-09-01 - - HS - Active - Webb County Commissioners - http://www.webbcountytx.gov - 796@hsesinfo.org - 5904 West Drive, Suites 6 & 7 - - Laredo - TX - 78044-2397 - P.O. Box 2397 - - Laredo - TX - 78044-2397 - 5904 West Drive, Suites 6 & 7 - - Laredo - TX - 78044-2397 - Judge - F221475 - L221475 - - Webb County Judge - 221475@hsesinfo.org - Ms. - F221476 - L221476 - - HS / EHS / CCP Director - 221476@hsesinfo.org - Mrs. - F221478 - L221478 - - 221478@hsesinfo.org - Ms. - F221474 - L221474 - - 221474@hsesinfo.org - 555-555-1474 - - - 11214 - 5188 - 13120 - 000 - 2014 - 2020-04-01 - - HS - Active - Caldwell Parish School Board - www.caldwelledu.org - 5188@hsesinfo.org - 182 Spartan Dr - - Columbia - LA - 71418-4344 - 182 Spartan Dr - - Columbia - LA - 71418-4344 - 182 Spartan Dr - - Columbia - LA - 71418-4344 - Mr. - F226675 - L226675 - - President of School Board - 226675@hsesinfo.org - Mrs. - F226676 - L226676 - - Superintendent - 226676@hsesinfo.org - Mrs. - F226678 - L226678 - - 226678@hsesinfo.org - Mrs. - F226674 - L226674 - - 226674@hsesinfo.org - 555-555-6674 - - - 8969 - 8679 - 11308 - 200 - 2018 - 2018-08-01 - - EHS - Active - Economic Opportunity Program of Chemung County, Inc - www.cseop.org - 8679@hsesinfo.org - 650 Baldwin St - - Elmira - NY - 14901-2216 - 650 Baldwin St - - Elmira - NY - 14901-2216 - 650 Baldwin St - - Elmira - NY - 14901-2216 - Mr. - F211339 - L211339 - - President EOP Board Of Directors - 211339@hsesinfo.org - Mrs. - F211340 - L211340 - - CEO/Executive Director - 211340@hsesinfo.org - Mrs. - F211342 - L211342 - - 211342@hsesinfo.org - Mr. - F211338 - L211338 - - 211338@hsesinfo.org - 555-555-1338 x 5555 - - - 9873 - 1799 - 11980 - 000 - 2002 - 2019-07-01 - - HS - Active - FRANKLIN PARISH SCHOOL BOARD - - 1799@hsesinfo.org - 1310 Warren St - - Winnsboro - LA - 71295-2934 - PO Box 1543 - - Winnsboro - LA - 71295-1543 - 1310 Warren St - - Winnsboro - LA - 71295-2934 - Mr. - F217521 - L217521 - - Franklin Parish School Board - President - 217521@hsesinfo.org - Mr. - F217522 - L217522 - - - 217522@hsesinfo.org - Mr. - F217524 - L217524 - - 217524@hsesinfo.org - Ms. - F217520 - L217520 - - 217520@hsesinfo.org - 555-555-7520 - - - 9874 - 728 - 12005 - 000 - 2014 - 2019-07-01 - - HS - Active - Education Service Center Region 19 - http://www.esc19hs.net - 728@hsesinfo.org - 11670 Chito Samaniego - - El Paso - TX - 79936-6956 - 11670 Chito Samaniego - - El Paso - TX - 79936-6956 - 11670 Chito Samaniego - - El Paso - TX - 79936-6956 - Mr. - F217528 - L217528 - - ESC Region 19 Board Chair - 217528@hsesinfo.org - Dr. - F217529 - L217529 - - ESC Region 19 Executive Director - 217529@hsesinfo.org - Mrs. - F217531 - L217531 - - 217531@hsesinfo.org - Mr. - F217527 - L217527 - - 217527@hsesinfo.org - 555-555-7527 - - - 8947 - 2802 - 11295 - 200 - 2011 - 2018-07-01 - - EHS - Active - HELP - New Mexico, Inc. - http://www.helpnm.com - 2802@hsesinfo.org - 5101 Copper Ave NE - - Albuquerque - NM - 87108-5352 - 5101 Copper Ave NE - - Albuquerque - NM - 87108-5352 - 5101 Copper Ave NE - - Albuquerque - NM - 87108-5352 - Ms. - F211184 - L211184 - - Board Chairwoman - 211184@hsesinfo.org - Mr. - F211185 - L211185 - - Acting Chief Executive Officer (CEO) - 211185@hsesinfo.org - Ms. - F211187 - L211187 - - 211187@hsesinfo.org - Ms. - F211183 - L211183 - - 211183@hsesinfo.org - 555-555-1183 x 5555 - - - 5597 - 1969 - 9320 - 200 - 2002 - 2014-12-01 - 2020-06-30 - EHS - Inactive - North Texas Parent & Child Development, Inc - www.wfearlyheadstart.org - 1969@hsesinfo.org - 500 Flood Street - - Wichita Falls - TX - 76301-2838 - 500 Flood Street - - Wichita Falls - TX - 76301-2838 - 500 Flood Street - - Wichita Falls - TX - 76301-2838 - Ms. - F101125 - L101125 - - President - 101125@hsesinfo.org - Ms. - F101124 - L101124 - - Vice-President - 101124@hsesinfo.org - Mrs. - F101127 - L101127 - - 101127@hsesinfo.org - Mr. - F101123 - L101123 - - 101123@hsesinfo.org - 555-555-1123 - - - 10106 - 4195 - 12148 - 001 - 2014 - 2019-07-01 - - HS - Active - Monongalia County Head Start - http://boe.mono.k12.wv.us/students_and_parents/childhood_programs - 4195@hsesinfo.org - Dorsey Center - 1433 Dorsey Avenue - Morgantown - WV - 26501-7121 - Dorsey Center - 1433 Dorsey Avenue - Morgantown - WV - 26501-7121 - Dorsey Center - 1433 Dorsey Avenue - Morgantown - WV - 26501-7121 - Mr. - F219136 - L219136 - - President, Monongalia County Board of Education - 219136@hsesinfo.org - Dr. - F219134 - L219134 - - Superintendent of Schools, Monongalia County - 219134@hsesinfo.org - Mrs. - F219137 - L219137 - - 219137@hsesinfo.org - Mrs. - F219133 - L219133 - - 219133@hsesinfo.org - 555-555-9133 x 5555 - - - 5140 - 860 - 8807 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Springfield Urban League, Inc. - http://www.springfieldul.org/headstart/ - 860@hsesinfo.org - 100 N 11th St - 1108 East Cook Street - Springfield - IL - 62703-1002 - 100 N 11th St - 1108 East Cook Street - Springfield - IL - 62703-1002 - 100 N 11th St - 1108 East Cook Street - Springfield - IL - 62703-1002 - Mr. - F51948 - L51948 - - - 51948@hsesinfo.org - Mrs. - F51949 - L51949 - - - 51949@hsesinfo.org - Ms. - F51946 - L51946 - - 51946@hsesinfo.org - Mr. - F51944 - L51944 - - 51944@hsesinfo.org - 555-555-1944 x 5555 - - - 5647 - 4180 - 9438 - 204 - 2014 - 2014-12-01 - - EHS - Active - Onward Neighborhood House - www.onwardhouse.org - 4180@hsesinfo.org - 5413 W Diversey Ave - - Chicago - IL - 60639-1413 - 5413 W Diversey Ave - - Chicago - IL - 60639-1413 - 5413 W Diversey Ave - - Chicago - IL - 60639-1413 - - F101348 - L101348 - - President, Board of Directors - 101348@hsesinfo.org - Mr. - F101346 - L101346 - - Executive Director - 101346@hsesinfo.org - - F101345 - L101345 - - 101345@hsesinfo.org - - F101344 - L101344 - - 101344@hsesinfo.org - 555-555-1344 - - - 5431 - 2816 - 9185 - 200 - 2011 - 2014-09-01 - 2020-08-31 - AIAN EHS - Inactive - SANTO DOMINGO PUEBLO TRIBE - - 2816@hsesinfo.org - 125 W Hwy 22 - - Santo Domingo Pueblo - NM - 87052 - P.O. Box 40 - Tesuque Street - Santo Domingo Pueblo - NM - 87052 - 125 W Highway 22 - - Santo Domingo Pueblo - NM - 87052 - Mr. - F96907 - L96907 - Jr. - Governor - 96907@hsesinfo.org - Mr. - F96905 - L96905 - - Interim Tribal Programs Administrator - 96905@hsesinfo.org - Mr. - F96904 - L96904 - - 96904@hsesinfo.org - Mrs. - F96903 - L96903 - - 96903@hsesinfo.org - 555-555-6903 x 5555 - - - 9875 - 727 - 12005 - 200 - 2014 - 2019-07-01 - - EHS - Active - Education Service Center Region 19 - http://www.esc19hs.net - 727@hsesinfo.org - 11670 Chito Samaniego - - El Paso - TX - 79936-6956 - 11670 Chito Samaniego - - El Paso - TX - 79936-6956 - 11670 Chito Samaniego - - El Paso - TX - 79936-6956 - Mrs. - F217535 - L217535 - - ESC Region 19 Board Chair - 217535@hsesinfo.org - Dr. - F217536 - L217536 - - ESC Region 19 Executive Director - 217536@hsesinfo.org - Mrs. - F217538 - L217538 - - 217538@hsesinfo.org - Mrs. - F217534 - L217534 - - 217534@hsesinfo.org - 555-555-7534 - - - 9876 - 1054 - 11976 - 000 - 2014 - 2019-07-01 - - HS - Active - Grand Forks Public School District # 1 - gfschools.org - 1054@hsesinfo.org - 3600 6th Avenue North - - Grand Forks - ND - 58203-2723 - PO Box 6000 - - Grand Forks - ND - 58206-6000 - 2400 47th Ave S - - Grand Forks - ND - 58201-3405 - Mr. - F217542 - L217542 - - School Board President - 217542@hsesinfo.org - Mr. - F217543 - L217543 - - Associate Superintendent of Elementary Education - 217543@hsesinfo.org - Mrs. - F217545 - L217545 - - 217545@hsesinfo.org - Mrs. - F217541 - L217541 - - 217541@hsesinfo.org - 555-555-7541 x 5555 - - - 9877 - 5820 - 11992 - 200 - - 2019-07-01 - - EHS - Active - Youth & Family Services, Inc. - http://www.youthandfamilyservices.org - 5820@hsesinfo.org - 1920 Plaza Blvd - - Rapid City - SD - 57702-9354 - PO Box 2813 - - Rapid City - SD - 57709-2813 - 1920 Plaza Blvd - - Rapid City - SD - 57702-9354 - Ms. - F217549 - L217549 - - Board President - 217549@hsesinfo.org - Mr. - F217550 - L217550 - - CEO - 217550@hsesinfo.org - Ms. - F217552 - L217552 - - 217552@hsesinfo.org - Mr. - F217548 - L217548 - - 217548@hsesinfo.org - 555-555-7548 - - - 6727 - 994 - 10246 - 200 - 2001 - 2015-08-01 - 2020-07-31 - EHS - Inactive - Rutherford County Board of Education - http://www.rcsnc.org - 994@hsesinfo.org - 382 W Main St - - Forest City - NC - 28043-3027 - 382 W Main St - - Forest City - NC - 28043-3027 - 382 W Main St - - Forest City - NC - 28043-3027 - Ms. - F202760 - L202760 - - RCS Board of Education Chair - 202760@hsesinfo.org - Dr. - F202761 - L202761 - - RCS Superintendent - 202761@hsesinfo.org - Mrs. - F202763 - L202763 - - 202763@hsesinfo.org - Ms. - F202759 - L202759 - - 202759@hsesinfo.org - 555-555-2759 x 5555 - - - 5206 - 2230 - 8890 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Alameda Family Services - www.alamedafs.org - 2230@hsesinfo.org - 2325 Clement Ave - Ste A - Alameda - CA - 94501-7061 - 2325 Clement Ave - Ste A - Alameda - CA - 94501-7061 - 2325 Clement Ave - Ste A - Alameda - CA - 94501-7061 - Ms. - F52280 - L52280 - - AFS Board President - 52280@hsesinfo.org - Ms. - F52283 - L52283 - - Interim Executive Director - 52283@hsesinfo.org - - F52284 - L52284 - - 52284@hsesinfo.org - Ms. - F52279 - L52279 - - 52279@hsesinfo.org - 555-555-2279 - - - 9878 - 1107 - 11983 - 000 - 2014 - 2019-07-01 - - HS - Active - Colusa County Office of Education - http://www.ccoe.net - 1107@hsesinfo.org - 345 5th St - Ste B - Colusa - CA - 95932-2445 - 345 5th St - Ste B - Colusa - CA - 95932-2445 - 345 5th St - Ste B - Colusa - CA - 95932-2445 - Mr. - F217556 - L217556 - - Superintendent of Schools - 217556@hsesinfo.org - Mr. - F217557 - L217557 - - - 217557@hsesinfo.org - Ms. - F217559 - L217559 - - 217559@hsesinfo.org - Mrs. - F217555 - L217555 - - 217555@hsesinfo.org - 555-555-7555 - - - 9879 - 1106 - 11983 - 200 - 2014 - 2019-07-01 - - EHS - Active - Colusa County Office of Education - http://www.ccoe.net - 1106@hsesinfo.org - 345 5th St - Ste B - Colusa - CA - 95932-2445 - 345 5th St - Ste B - Colusa - CA - 95932-2445 - 345 5th St - Ste B - Colusa - CA - 95932-2445 - Mr. - F217563 - L217563 - - Superintendent of Schools - 217563@hsesinfo.org - Mr. - F217564 - L217564 - - - 217564@hsesinfo.org - Ms. - F217566 - L217566 - - 217566@hsesinfo.org - Mrs. - F217562 - L217562 - - 217562@hsesinfo.org - 555-555-7562 - - - 9880 - 1263 - 11975 - 000 - 1992 - 2019-07-01 - - HS - Active - El Dorado County Office of Education - http://www.edcoe.org - 1263@hsesinfo.org - 6767 Green Valley Road - - Placerville - CA - 95667-8984 - 6767 Green Valley Road - - Placerville - CA - 95667-8984 - 6767 Green Valley Road - - Placerville - CA - 95667-8984 - Dr. - F217570 - L217570 - - Superintendent of Schools - 217570@hsesinfo.org - Dr. - F217571 - L217571 - - Superintendent of Schools - 217571@hsesinfo.org - Mrs. - F217573 - L217573 - - 217573@hsesinfo.org - Ms. - F217569 - L217569 - - 217569@hsesinfo.org - 555-555-7569 - - - 9881 - 3204 - 11975 - 200 - 2014 - 2019-07-01 - - EHS - Active - El Dorado County Office of Education - http://www.edcoe.org - 3204@hsesinfo.org - 6767 Green Valley Road - - Placerville - CA - 95667-8984 - 6767 Green Valley Road - - Placerville - CA - 95667-8984 - 6767 Green Valley Road - - Placerville - CA - 95667-8984 - Dr. - F217577 - L217577 - - Superintendent of Schools - 217577@hsesinfo.org - Dr. - F217578 - L217578 - - Superintendent of Schools - 217578@hsesinfo.org - Mr. - F217580 - L217580 - - 217580@hsesinfo.org - Ms. - F217576 - L217576 - - 217576@hsesinfo.org - 555-555-7576 - - - 9882 - 1646 - 11982 - 000 - 2014 - 2019-07-01 - - HS - Active - Sierra Cascade Family Opportunities, Inc. - www.headstart4u.org - 1646@hsesinfo.org - 424 N Mill Creek Rd - - Quincy - CA - 95971-9678 - 424 N Mill Creek Rd - - Quincy - CA - 95971-9678 - 424 N Mill Creek Rd - - Quincy - CA - 95971-9678 - Mrs. - F217584 - L217584 - - Board President - 217584@hsesinfo.org - Mrs. - F217585 - L217585 - - Executive Director - 217585@hsesinfo.org - Mr. - F217587 - L217587 - - 217587@hsesinfo.org - Mrs. - F217583 - L217583 - - 217583@hsesinfo.org - 555-555-7583 - - - 9883 - 2820 - 11982 - 200 - 2014 - 2019-07-01 - - EHS - Active - Sierra Cascade Family Opportunities, Inc. - www.headstart4u.org - 2820@hsesinfo.org - 424 N Mill Creek Rd - - Quincy - CA - 95971-9678 - 424 N Mill Creek Rd - - Quincy - CA - 95971-9678 - 424 N Mill Creek Rd - - Quincy - CA - 95971-9678 - Mrs. - F217591 - L217591 - - Board President - 217591@hsesinfo.org - Mrs. - F217592 - L217592 - - Executive Director - 217592@hsesinfo.org - Ms. - F217594 - L217594 - - 217594@hsesinfo.org - Mrs. - F217590 - L217590 - - 217590@hsesinfo.org - 555-555-7590 - - - 9884 - 2524 - 11985 - 200 - 2014 - 2019-07-01 - - EHS - Active - Chicanos Por La Causa, Inc. - http://www.cplc.org - 2524@hsesinfo.org - 1242 E. Washington St. - Suite 200 - Phoenix - AZ - 85034-1171 - 1242 E. Washington St. - Suite 200 - Phoenix - AZ - 85034-1171 - 1112 E. Buckeye Rd. - - Phoenix - AZ - 85034-4043 - Mr. - F217598 - L217598 - - CPLC Board of Directors Chair - 217598@hsesinfo.org - Mr. - F217599 - L217599 - - President and Chief Executive Officer (CEO) - 217599@hsesinfo.org - Ms. - F217601 - L217601 - - 217601@hsesinfo.org - Ms. - F217597 - L217597 - - 217597@hsesinfo.org - 555-555-7597 x 5555 - - - 9888 - 5795 - 11979 - 200 - - 2019-07-01 - 2020-08-31 - EHS - Inactive - Contra Costa County - http://ehsd.org/headstart/ - 5795@hsesinfo.org - 1470 Civic Ct - Ste 200 - Concord - CA - 94520-5242 - 1470 Civic Ct - Ste 200 - Concord - CA - 94520-5242 - 1470 Civic Ct - Ste 200 - Concord - CA - 94520-5242 - Ms. - F217626 - L217626 - - Chair, Contra Costa County Supervisor, District 2 - 217626@hsesinfo.org - Ms. - F217627 - L217627 - - Director, Contra Costa County Employment and Human Services Department - 217627@hsesinfo.org - Ms. - F217629 - L217629 - - 217629@hsesinfo.org - Ms. - F217625 - L217625 - - 217625@hsesinfo.org - 555-555-7625 - - - 9885 - 5800 - 11978 - 200 - - 2019-07-01 - - EHS - Active - Maricopa County Human Services - https://www.maricopa.gov/3868/Human-Services - 5800@hsesinfo.org - 234 N Central Ave, Suite 3201 - - Phoenix - AZ - 85004-0948 - 234 N Central Ave, Suite 3201 - - Phoenix - AZ - 85004-0948 - 234 N Central Ave, Suite 3201 - - Phoenix - AZ - 85004-0948 - Mr. - F217605 - L217605 - - Chairman, Maricopa County Board of Supervisors - 217605@hsesinfo.org - Mr. - F217606 - L217606 - - Human Services Director - 217606@hsesinfo.org - Ms. - F217608 - L217608 - - 217608@hsesinfo.org - Ms. - F217604 - L217604 - - 217604@hsesinfo.org - 555-555-7604 - - - 9887 - 5803 - 11991 - 200 - - 2019-07-01 - - EHS - Active - Vista Del Mar Child and Family Services - www.vistadelmar.org - 5803@hsesinfo.org - 6926 Melrose Ave - - Los Angeles - CA - 90038-3306 - 6926 Melrose Ave - - Los Angeles - CA - 90038-3306 - 3200 Motor Ave - - Los Angeles - CA - 90034-3710 - Ms. - F217619 - L217619 - - Chair Board of Directors - 217619@hsesinfo.org - Ms. - F217620 - L217620 - - CEO/President - 217620@hsesinfo.org - Mr. - F217622 - L217622 - - 217622@hsesinfo.org - Ms. - F217618 - L217618 - MS - 217618@hsesinfo.org - 555-555-7618 - - - 9889 - 5796 - 12002 - 200 - - 2019-07-01 - - EHS - Active - Dignity Health dba California Hospital Medical Center - rachel.zupa@dignityhealth.org - 5796@hsesinfo.org - 1401 South Grand Avenue - - Los Angeles - CA - 90015-3010 - 1401 South Grand Avenue - - Los Angeles - CA - 90015-3010 - 1401 South Grand Avenue - - Los Angeles - CA - 90015-3010 - Ms. - F217633 - L217633 - - Chair, HSFC-EHS Governance Committee of CHMC Community Board - 217633@hsesinfo.org - Ms. - F217634 - L217634 - - President - 217634@hsesinfo.org - Ms. - F217636 - L217636 - - 217636@hsesinfo.org - Ms. - F217632 - L217632 - - 217632@hsesinfo.org - 555-555-7632 - - - 9891 - 1511 - 12004 - 000 - 2014 - 2019-07-01 - - Migrant HS - Active - Illinois Department of Human Services - 100 South Grand Ave. East - 1511@hsesinfo.org - 100 S Grand Ave E - Fl 2 - Springfield - IL - 62762-0001 - 100 S Grand Ave E - Fl 2 - Springfield - IL - 62762-0001 - 100 S Grand Ave E - Fl 2 - Springfield - IL - 62762-0001 - Ms. - F217647 - L217647 - - DHS Secretary - 217647@hsesinfo.org - Ms. - F217648 - L217648 - - Interim Associate Director - 217648@hsesinfo.org - Mr. - F217650 - L217650 - - 217650@hsesinfo.org - Mrs. - F217646 - L217646 - - 217646@hsesinfo.org - 555-555-7646 - - - 4570 - 4572 - 8488 - 000 - 2013 - 2013-12-23 - 2018-12-31 - HS - Inactive - VOALA Grantee Los Angeles County - voala.org - 4572@hsesinfo.org - 3600 Wilshire Blvd - Ste 1500 - Los Angeles - CA - 90010-2619 - 3600 Wilshire Blvd - Ste 1500 - Los Angeles - CA - 90010-2619 - 3600 Wilshire Blvd - Ste 1500 - Los Angeles - CA - 90010-2619 - Mr. - F42999 - L42999 - - Executive Committee Chair - 42999@hsesinfo.org - Mr. - F43000 - L43000 - - Chief Executive Officer - 43000@hsesinfo.org - Ms. - F43002 - L43002 - - 43002@hsesinfo.org - Mr. - F42998 - L42998 - - 42998@hsesinfo.org - 555-555-2998 - - - 5192 - 851 - 9001 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Las Cruces School District #2 - http://lcps.net - 851@hsesinfo.org - 505 S Main St - 755 E. Chestnut Ave. - Las Cruces - NM - 88001-1243 - 505 S Main St - 755 E. Chestnut Ave. - Las Cruces - NM - 88001-1243 - 505 S Main St - 755 E. Chestnut Ave. - Las Cruces - NM - 88001-1243 - Mr. - F51998 - L51998 - - School Board President - 51998@hsesinfo.org - Dr. - F51999 - L51999 - - Superintendent - 51999@hsesinfo.org - Ms. - F51997 - L51997 - - 51997@hsesinfo.org - Dr. - F51994 - L51994 - - 51994@hsesinfo.org - 555-555-1994 - - - 8333 - 4198 - 10698 - 002 - - 2016-07-01 - - HS - Active - Saunders County Head Start - http://www.wahooschools.org - 4198@hsesinfo.org - 2056 N Hackberry St - - Wahoo - NE - 68066-5555 - 2056 N Hackberry St - - Wahoo - NE - 68066-5555 - 2201 N Locust St - - Wahoo - NE - 68066-1093 - Mr. - F207471 - L207471 - - President. Wahoo Board of Education - 207471@hsesinfo.org - Mr. - F207472 - L207472 - - Superintendent of Wahoo Public Schools - 207472@hsesinfo.org - Ms. - F207474 - L207474 - - 207474@hsesinfo.org - Mrs. - F207470 - L207470 - - 207470@hsesinfo.org - 555-555-7470 - - - 9423 - 634 - 11645 - 200 - 2014 - 2019-03-01 - - EHS - Active - Alabama Council on Human Relations - http://www.achr.com - 634@hsesinfo.org - 950 Shelton Mill Rd - - Auburn - AL - 36830-2736 - PO Box 3770 - 950 Sheldon Mill Road - Auburn - AL - 36831-3770 - 950 Shelton Mill Rd - - Auburn - AL - 36830-2736 - Mr. - F214470 - L214470 - Jr - President - 214470@hsesinfo.org - Ms. - F214471 - L214471 - - CEO - 214471@hsesinfo.org - Mr. - F214473 - L214473 - - 214473@hsesinfo.org - Ms. - F214469 - L214469 - - 214469@hsesinfo.org - 555-555-4469 - - - 8164 - 1589 - 10617 - 000 - 2001 - 2016-07-01 - - HS - Active - Dimock Head Start - http://www.dimock.org - 1589@hsesinfo.org - 1800 Columbus Ave - - Roxbury - MA - 02119-1029 - 1800 Columbus Ave - - Roxbury - MA - 02119-1029 - 1800 Columbus Ave - - Roxbury - MA - 02119-1029 - Mr. - F206263 - L206263 - - Board Chairperson - 206263@hsesinfo.org - Mr. - F206264 - L206264 - - - 206264@hsesinfo.org - Ms. - F206266 - L206266 - - 206266@hsesinfo.org - Ms. - F206262 - L206262 - - 206262@hsesinfo.org - 555-555-6262 x 5555 - - - 9892 - 3629 - 12008 - 001 - 2014 - 2019-07-01 - - Migrant HS - Active - Migrant Education, Inc. - - 3629@hsesinfo.org - 8125 Old Highway 51 N - - Cobden - IL - 62920-3044 - PO Box 600 - - Cobden - IL - 62920-0600 - 8125 Old Highway 51 N - - Cobden - IL - 62920-3044 - Mr. - F217654 - L217654 - - President - 217654@hsesinfo.org - Mr. - F217655 - L217655 - - - 217655@hsesinfo.org - Ms. - F217657 - L217657 - - 217657@hsesinfo.org - Ms. - F217653 - L217653 - - 217653@hsesinfo.org - 555-555-7653 - - - 9186 - 3157 - 11483 - 000 - 2013 - 2018-11-01 - - HS - Active - SOUTHERN OREGON CHILD & FAMILY COUNCIL, INC - http://www.socfc.org - 3157@hsesinfo.org - 1001 Beall Lane - - Central Point - OR - 97502-0031 - P.O. Box 3697 - - Central Point - OR - 97502 - 1001 Beall Lane - - Central Point - OR - 97502-0031 - Ms. - F212838 - L212838 - - Board Chair - 212838@hsesinfo.org - Ms. - F212839 - L212839 - - Executive Director - 212839@hsesinfo.org - Mr. - F212841 - L212841 - - 212841@hsesinfo.org - Ms. - F212837 - L212837 - - 212837@hsesinfo.org - 555-555-2837 x 5555 - - - 9893 - 3631 - 12009 - 002 - 2014 - 2019-07-01 - - Migrant HS - Active - Del Valle Migrant Head Start, Inc. - - 3631@hsesinfo.org - 6550 Ridge Rd - - Oswego - IL - 60543-8635 - 6550 Ridge Rd - - Oswego - IL - 60543-8635 - 6550 Ridge Rd - - Oswego - IL - 60543-8635 - Mr. - F217661 - L217661 - - President - 217661@hsesinfo.org - Mrs. - F217662 - L217662 - - Director - 217662@hsesinfo.org - Mr. - F217664 - L217664 - - 217664@hsesinfo.org - Ms. - F217660 - L217660 - - 217660@hsesinfo.org - 555-555-7660 - - - 9894 - 3640 - 12010 - 003 - 2014 - 2019-07-01 - - Migrant HS - Active - Rainbow Learning Enrichment - www.rvmshs.org - 3640@hsesinfo.org - 202 North Schuyler Ave. - Suite 107 - - Kankakee - IL - 60901 - 202 North Schuyler Ave. - Suite 107 - - Kankakee - IL - 60901 - 202 North Schuyler Ave. - Suite 107 - - Kankakee - IL - 60901 - Ms. - F217668 - L217668 - - Board President - 217668@hsesinfo.org - Ms. - F217669 - L217669 - - - 217669@hsesinfo.org - Mrs. - F217671 - L217671 - - 217671@hsesinfo.org - Mrs. - F217667 - L217667 - - 217667@hsesinfo.org - 555-555-7667 - - - 9895 - 3642 - 12011 - 004 - 2014 - 2019-07-01 - - Migrant HS - Active - Lessie Bates Davis Neighborhood House - www.lessiebatesdavis.org - 3642@hsesinfo.org - 1045 State Street - - East Saint Louis - IL - 62201-1907 - 1045 State Street - - East Saint Louis - IL - 62201-1907 - 1200 North 13th Street - - East St. Louis - IL - 62205 - Mr. - F217675 - L217675 - Jr. - Board President - 217675@hsesinfo.org - Mr. - F217676 - L217676 - - CEO - 217676@hsesinfo.org - Ms. - F217678 - L217678 - - 217678@hsesinfo.org - Ms. - F217674 - L217674 - - 217674@hsesinfo.org - 555-555-7674 x 5555 - - - 9896 - 4348 - 12012 - 005 - 2014 - 2019-07-01 - - Migrant HS - Active - Princeville CUSD - - 4348@hsesinfo.org - 909 Town Ave. - - Princeville - IL - 61559 - 909 Town Ave. - - Princeville - IL - 61559 - 909 Town Ave. - - Princeville - IL - 61559 - Mr. - F217682 - L217682 - - - 217682@hsesinfo.org - Mr. - F217683 - L217683 - - superintendent of schools - 217683@hsesinfo.org - - F217685 - L217685 - - 217685@hsesinfo.org - Mrs. - F217681 - L217681 - - 217681@hsesinfo.org - 555-555-7681 x 5555 - - - 10449 - 2823 - 12448 - 200 - 2011 - 2019-09-01 - - EHS - Active - Webb County Commissioners - www.webbcountytx.gov - 2823@hsesinfo.org - 102 Sierra Vista Blvd - - Laredo - TX - 78046-7761 - P.O. BOX 2397 - - LAREDO - TX - 78044-2397 - 5904 West Drive Units 6 & 7 - - Laredo - TX - 78041 - Judge - F221482 - L221482 - - Webb County Judge - 221482@hsesinfo.org - Ms. - F221483 - L221483 - - - 221483@hsesinfo.org - Mr. - F221485 - L221485 - - 221485@hsesinfo.org - Ms. - F221481 - L221481 - - 221481@hsesinfo.org - 555-555-1481 - - - 8494 - 8374 - 10901 - 200 - 2017 - 2017-03-01 - - EHS - Active - Boys Town Louisiana, Inc. - www.boystown.org/louisiana - 8374@hsesinfo.org - 300 N. Broad Street - Suite 106 - New Orleans - LA - 70119-5577 - 300 N. Broad Street - Suite 106 - New Orleans - LA - 70119-5577 - 300 N. Broad Street - Suite 106 - New Orleans - LA - 70119-5577 - Ms. - F208185 - L208185 - - Board Chair - 208185@hsesinfo.org - Ms. - F208186 - L208186 - - Executive Director - 208186@hsesinfo.org - Ms. - F208188 - L208188 - - 208188@hsesinfo.org - Ms. - F208184 - L208184 - - 208184@hsesinfo.org - 555-555-8184 - - - 9898 - 3155 - 11996 - 000 - 2013 - 2019-07-01 - - HS - Active - COMMUNITY ACTION AGENCY OF SOMERVILLE - www.caasomerville.org - 3155@hsesinfo.org - 66-70 Union Square #104 - - Somerville - MA - 02143 - 66-70 Union Square #104 - - Somerville - MA - 02143 - 66-70 Union Square #104 - - Somerville - MA - 02143 - Ms. - F217696 - L217696 - - President Board of Directors - 217696@hsesinfo.org - Mr. - F217697 - L217697 - - - 217697@hsesinfo.org - Ms. - F217699 - L217699 - - 217699@hsesinfo.org - Ms. - F217695 - L217695 - - 217695@hsesinfo.org - 555-555-7695 x 5555 - - - 4505 - 1097 - 8482 - 200 - 2013 - 2013-11-29 - 2018-11-30 - EHS - Inactive - SOUTHWEST HUMAN DEVELOPMENT - http://www.swhd.org - 1097@hsesinfo.org - 2850 North 24th Street - - Phoenix - AZ - 85008-1004 - 2850 North 24th Street - - Phoenix - AZ - 85008-1004 - 2850 North 24th Street - - Phoenix - AZ - 85008-1004 - Mr. - F42437 - L42437 - - President Board of Directors - 42437@hsesinfo.org - Ms. - F42438 - L42438 - - CEO - 42438@hsesinfo.org - Mrs. - F42435 - L42435 - - 42435@hsesinfo.org - Ms. - F42434 - L42434 - - 42434@hsesinfo.org - 555-555-2434 - - - 4228 - 4228 - 6736 - 000 - 2013 - 2013-07-16 - 2018-10-31 - HS - Inactive - Acelero Inc. - www.acelero.net - 4228@hsesinfo.org - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - Mr. - F42684 - L42684 - - Chairman of the Board - 42684@hsesinfo.org - Mr. - F42682 - L42682 - - COO/Head Start Director - 42682@hsesinfo.org - Ms. - F42681 - L42681 - - 42681@hsesinfo.org - Mr. - F36568 - L36568 - - 36568@hsesinfo.org - 555-555-6568 - - - 5483 - 5489 - 6736 - 200 - 2014 - 2014-11-01 - 2018-10-31 - EHS - Inactive - Acelero Inc. - www.acelero.net - 5489@hsesinfo.org - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - Mr. - F98256 - L98256 - - Chairman of the Board - 98256@hsesinfo.org - Mr. - F98257 - L98257 - - COO/Head Start Director - 98257@hsesinfo.org - Ms. - F98259 - L98259 - - 98259@hsesinfo.org - Mr. - F98255 - L98255 - - 98255@hsesinfo.org - 555-555-8255 - - - 8955 - 1966 - 11301 - 000 - 2013 - 2018-08-01 - - HS - Active - Community Action Partnership of Mid-Nebraska - http://www.communityactionmidne.com - 1966@hsesinfo.org - 114 E 11th St - - Kearney - NE - 68847-7404 - PO Box 2288 - - Kearney - NE - 68848-2288 - 16 W 11th St - - Kearney - NE - 68847-7440 - Mr. - F211244 - L211244 - - Board Chairperson - 211244@hsesinfo.org - Ms. - F211245 - L211245 - - - 211245@hsesinfo.org - Mrs. - F211247 - L211247 - - 211247@hsesinfo.org - Ms. - F211243 - L211243 - - 211243@hsesinfo.org - 555-555-1243 - - - 4429 - 378 - 8394 - 200 - 2013 - 2013-11-01 - 2018-10-31 - EHS - Inactive - ALGER MARQUETTE COMMUNITY ACTION BOARD - http://www.communityactionam.org - 378@hsesinfo.org - 1125 Commerce Drive - - Marquette - MI - 49855-8630 - 1125 Commerce Drive - - Marquette - MI - 49855-8630 - 1125 Commerce Drive - - Marquette - MI - 49855-8630 - Mr. - F41343 - L41343 - - Board of Directors Chairperson - 41343@hsesinfo.org - Ms. - F41341 - L41341 - - Executive Director - 41341@hsesinfo.org - Ms. - F41340 - L41340 - - 41340@hsesinfo.org - Mrs. - F41338 - L41338 - - 41338@hsesinfo.org - 555-555-1338 x 5555 - - - 3860 - 3419 - 7936 - 006 - - - - HS - Active - Municipality of Humacao - - 3419@hsesinfo.org - Avenida Tejas - Carretera 908 Edificio Palma Hills ( Antiguo Jf Montalvo) - Humacao - PR - 00792 - P.O BOX 9113 - - HUMACAO - PR - 00792-0178 - Avenida Tejas - Carretera 908 Edificio Palma Hills ( Antiguo Jf Montalvo) - Humacao - PR - 00792 - Mrs. - F29006 - L29006 - - Governing Board Chairman - 29006@hsesinfo.org - Mrs. - F29004 - L29004 - - Sub-Director - 29004@hsesinfo.org - Mrs. - F29003 - L29003 - - 29003@hsesinfo.org - Mrs. - F11733 - L11733 - - 11733@hsesinfo.org - 555-555-1733 - - - 8956 - 2841 - 11301 - 200 - 2013 - 2018-08-01 - - EHS - Active - Community Action Partnership of Mid-Nebraska - http://www.communityactionmidne.com - 2841@hsesinfo.org - 114 E 11th St - - Kearney - NE - 68847-7404 - PO Box 2288 - - Kearney - NE - 68848-2288 - 16 W 11th St - - Kearney - NE - 68847-7440 - Mr. - F211251 - L211251 - - - 211251@hsesinfo.org - Ms. - F211252 - L211252 - - - 211252@hsesinfo.org - Mrs. - F211254 - L211254 - - 211254@hsesinfo.org - Ms. - F211250 - L211250 - - 211250@hsesinfo.org - 555-555-1250 - - - 6766 - 3865 - 10250 - 001 - - 2015-08-01 - - HS - Active - Andrus Children's Ctr/Eastchester Child Devel Ctr. - www.andrus1928.org - 3865@hsesinfo.org - 65 Main St - Ste 1 - Tuckahoe - NY - 10707-2908 - 65 Main St - Ste 1 - Tuckahoe - NY - 10707-2908 - 65 Main St - Ste 1 - Tuckahoe - NY - 10707-2908 - Mr. - F203033 - L203033 - - Board Chair - 203033@hsesinfo.org - Mr. - F203034 - L203034 - - CEO-President - 203034@hsesinfo.org - Ms. - F203036 - L203036 - - 203036@hsesinfo.org - Ms. - F203032 - L203032 - - 203032@hsesinfo.org - 555-555-3032 x 5555 - - - 6714 - 2047 - 10232 - 000 - 1992 - 2015-08-01 - - HS - Active - Lycoming-Clinton Counties Comm. for Comm. Actiion - http://www.stepcorp.org/ - 2047@hsesinfo.org - 2138 Boyd St - - Williamsport - PA - 17701-5585 - 2138 Boyd St - - Williamsport - PA - 17701-5585 - 2138 Boyd St - - Williamsport - PA - 17701-5585 - Mr. - F202669 - L202669 - - STEP Board of Director Chairperson - 202669@hsesinfo.org - Mr. - F202670 - L202670 - - STEP CEO and President - 202670@hsesinfo.org - Ms. - F202672 - L202672 - - 202672@hsesinfo.org - Mrs. - F202668 - L202668 - - 202668@hsesinfo.org - 555-555-2668 - - - 9035 - 622 - 11371 - 000 - 2013 - 2018-08-01 - - HS - Active - Highland Rim Economic Corporation - http://www.highlandrim.org - 622@hsesinfo.org - 213 College St - - Erin - TN - 37061-4047 - PO Box 208 - - Erin - TN - 37061-0208 - 213 College St - - Erin - TN - 37061-4047 - Mr. - F211781 - L211781 - - Board Chair - 211781@hsesinfo.org - Mr. - F211782 - L211782 - - Executive Director - 211782@hsesinfo.org - Ms. - F211784 - L211784 - - 211784@hsesinfo.org - Mrs. - F211780 - L211780 - - 211780@hsesinfo.org - 555-555-1780 - - - 4876 - 2542 - 8874 - 200 - 2014 - 2014-06-01 - 2019-05-31 - EHS - Inactive - MUNICIPALITY OF HUMACAO - - 2542@hsesinfo.org - Street Sergio Pena Almodovar - #163 - Humacao - PR - 00791 - Early Head Start Program - apartado 9113 - Humacao - PR - 00792-9113 - Street Sergio Pena Almodovar - #163 - Humacao - PR - 00791 - Mrs. - F48134 - L48134 - - - 48134@hsesinfo.org - Mrs. - F48133 - L48133 - - Director - 48133@hsesinfo.org - Mrs. - F48136 - L48136 - - 48136@hsesinfo.org - Mrs. - F48132 - L48132 - - 48132@hsesinfo.org - 555-555-8132 - - - 5550 - 5556 - 7936 - 206 - 2014 - 2014-09-11 - - EHS - Active - Municipality of Humacao - - 5556@hsesinfo.org - Avenida Tejas - Carretera 908 Edificio Palma Hills (Antiguo Jf Montalvo) - Humacao - PR - 00792 - PO Box 9113 - - Humacao - PR - 00792-9113 - Avenida Tejas - Carretera 908 Edificio Palma Hills (Antiguo Jf Montalvo) - Humacao - PR - 00792 - Mr. - F99527 - L99527 - - Governing Board Chairman - 99527@hsesinfo.org - Mrs. - F99528 - L99528 - - Sub-Director - 99528@hsesinfo.org - Mrs. - F99530 - L99530 - - 99530@hsesinfo.org - Mrs. - F99526 - L99526 - - 99526@hsesinfo.org - 555-555-9526 - - - 4525 - 699 - 8415 - 000 - 1989 - 2013-12-02 - 2018-12-31 - HS - Inactive - PRAIRIE FIVE COMMUNITY ACTION COUNCIL, INC. - http://www.prairiefive.com - 699@hsesinfo.org - 719 N 7th St - Ste 300 - Montevideo - MN - 56265-1370 - PO Box 159 - - Montevideo - MN - 56265-0159 - 719 N 7th St - Ste 300 - Montevideo - MN - 56265-1370 - Mr. - F42626 - L42626 - - Board Chair - 42626@hsesinfo.org - Mrs. - F42625 - L42625 - - Executive Director - 42625@hsesinfo.org - Mr. - F42628 - L42628 - - 42628@hsesinfo.org - Mrs. - F42624 - L42624 - - 42624@hsesinfo.org - 555-555-2624 - - - 6308 - 2502 - 9860 - 000 - 1992 - 2015-05-01 - - AIAN HS - Active - Turtle Mountain Band of Chippewa Indian Tribe - tmbci.net - 2502@hsesinfo.org - 1010 Carole James Street - - Belcourt - ND - 58316 - 1010 Carole James Street - - Belcourt - ND - 58316 - 1010 Carole James Street - - Belcourt - ND - 58316 - Mr. - F110485 - L110485 - - Tribal Chairman - 110485@hsesinfo.org - Mr. - F110486 - L110486 - - Tribal Chairman - 110486@hsesinfo.org - Ms. - F110483 - L110483 - - 110483@hsesinfo.org - Mr. - F110481 - L110481 - - 110481@hsesinfo.org - 555-555-0481 x 5555 - - - 8994 - 588 - 11325 - 000 - 2013 - 2018-08-01 - - HS - Active - Greene Lamp - www.greenelamp.org - 588@hsesinfo.org - Head Start Program - 309 Summit Avenue - Kinston - NC - 28501-3957 - Head Start Program - 309 Summit Avenue - Kinston - NC - 28501-3957 - Head Start Program - 309 Summit Avenue - Kinston - NC - 28501-3957 - Mrs. - F211514 - L211514 - - Board Chairperson - 211514@hsesinfo.org - Mrs. - F211515 - L211515 - - Executive Director - 211515@hsesinfo.org - Mr. - F211517 - L211517 - - 211517@hsesinfo.org - Mrs. - F211513 - L211513 - - 211513@hsesinfo.org - 555-555-1513 x 5555 - - - 8837 - 8657 - 11206 - 000 - 2018 - 2018-08-01 - 2019-08-31 - HS - Inactive - CDI HS/Outer Wayne County, MI - www.cdiheadstart.org - 8657@hsesinfo.org - 8850 Pardee Rd - - Taylor - MI - 48180-2781 - PO Box 448 - - Garden City - MI - 48136-0448 - 8850 Pardee Rd - - Taylor - MI - 48180-2781 - Mr. - F210373 - L210373 - - Chief Executive Officer - 210373@hsesinfo.org - Ms. - F210371 - L210371 - - Executive Director - 210371@hsesinfo.org - - F210374 - L210374 - - 210374@hsesinfo.org - Ms. - F210370 - L210370 - - 210370@hsesinfo.org - 555-555-0370 - - - 8652 - 3195 - 11038 - 000 - 2012 - 2017-07-01 - - HS - Active - Child Start, Inc. - www.childstart.org - 3195@hsesinfo.org - 1002 S Oliver St - - Wichita - KS - 67218-3218 - 1002 S Oliver St - - Wichita - KS - 67218-3218 - 1002 S Oliver St - - Wichita - KS - 67218-3218 - Mr. - F209073 - L209073 - - Board Chairman Child Start Inc. - 209073@hsesinfo.org - Ms. - F209074 - L209074 - - Executive Director Child Start Inc. - 209074@hsesinfo.org - Ms. - F209076 - L209076 - - 209076@hsesinfo.org - Ms. - F209072 - L209072 - - 209072@hsesinfo.org - 555-555-9072 - - - 5211 - 2262 - 8903 - 200 - 2001 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Olympic Community Action Programs - http://www.olycap.org - 2262@hsesinfo.org - 228 W 1st St - Ste J - Port Angeles - WA - 98362-2640 - 228 W 1st St - Ste J - Port Angeles - WA - 98362-2640 - 228 W 1st St - Ste J - Port Angeles - WA - 98362-2640 - Mr. - F52316 - L52316 - - Board Chair - 52316@hsesinfo.org - Ms. - F52317 - L52317 - - Executive Director - 52317@hsesinfo.org - Mrs. - F52319 - L52319 - - 52319@hsesinfo.org - Ms. - F52314 - L52314 - - 52314@hsesinfo.org - 555-555-2314 x 5555 - - - 9069 - 8710 - 11390 - 200 - 2018 - 2018-09-01 - - EHS - Active - Project Social Care Head Start, Inc. - none - 8710@hsesinfo.org - 5902 - 14th Avenue - - Brooklyn - NY - 11219-5039 - 5902 - 14th Avenue - - Brooklyn - NY - 11219-5039 - 5902 - 14th Avenue - - Brooklyn - NY - 11219-5039 - Mr. - F212060 - L212060 - - CHAIRPERSON OF BOARD OF DIRECTORS - 212060@hsesinfo.org - Mr. - F212061 - L212061 - - - 212061@hsesinfo.org - Mrs. - F212063 - L212063 - - 212063@hsesinfo.org - Mr. - F212059 - L212059 - - 212059@hsesinfo.org - 555-555-2059 x 5555 - - - 6865 - 6883 - 10332 - 000 - - 2015-09-01 - 2020-08-31 - HS - Inactive - Ironbound Community Corporation - www.ironboundcc.org - 6883@hsesinfo.org - 317 Elm St - - Newark - NJ - 07105-2701 - 317 Elm St - - Newark - NJ - 07105-2701 - 317 Elm St - - Newark - NJ - 07105-2701 - Mr. - F203730 - L203730 - - - 203730@hsesinfo.org - Mrs. - F203731 - L203731 - - - 203731@hsesinfo.org - Mrs. - F203733 - L203733 - - 203733@hsesinfo.org - Mrs. - F203729 - L203729 - - 203729@hsesinfo.org - 555-555-3729 - - - 8654 - 3005 - 11039 - 000 - 2012 - 2017-07-01 - - HS - Active - Volunteers of America of Los Angeles South Los Angeles - www.voala.org - 3005@hsesinfo.org - 11243 Kittridge St - - North Hollywood - CA - 91606-2605 - 11243 Kittridge St - - North Hollywood - CA - 91606-2605 - 11243 Kittridge St - - North Hollywood - CA - 91606-2605 - Mr. - F209087 - L209087 - - Executive Committee Chair - 209087@hsesinfo.org - Mr. - F209088 - L209088 - - Chief Executive Officer - 209088@hsesinfo.org - Ms. - F209090 - L209090 - - 209090@hsesinfo.org - Mr. - F209086 - L209086 - - 209086@hsesinfo.org - 555-555-9086 - - - 5214 - 615 - 9045 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Enrichment Services Program Inc. - http://www.enrichmentservices.org - 615@hsesinfo.org - 2601 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - 2601 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - 2601 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - Mr. - F52418 - L52418 - - Board Chair - 52418@hsesinfo.org - Ms. - F52420 - L52420 - - CEO - 52420@hsesinfo.org - Mr. - F52422 - L52422 - - 52422@hsesinfo.org - Ms. - F52417 - L52417 - - 52417@hsesinfo.org - 555-555-2417 - - - 4564 - 1047 - 8501 - 000 - 2013 - 2013-12-23 - 2018-12-31 - HS - Inactive - SOUTH CENTRAL CHILD DEVELOPMENT, INC - sccdinc.com - 1047@hsesinfo.org - 401 Walnut St SW - - Wagner - SD - 57380-9309 - 401 Walnut Ave SW - - Wagner - SD - 57380-9309 - 401 Walnut St SW - - Wagner - SD - 57380-9309 - Mrs. - F43310 - L43310 - - Grantee Board Chairperson - 43310@hsesinfo.org - Dr. - F43312 - L43312 - - Executive Director - 43312@hsesinfo.org - Mrs. - F43311 - L43311 - - 43311@hsesinfo.org - Dr. - F43307 - L43307 - - 43307@hsesinfo.org - 555-555-3307 - - - 9902 - 844 - 11977 - 000 - 2013 - 2019-07-01 - - HS - Active - Butler County Educational Service Center - http://www.bcesc.org - 844@hsesinfo.org - 400 North Erie Blvd, Suite A - - Hamilton - OH - 45011 - 400 North Erie Blvd, Suite A - - Hamilton - OH - 45011 - 400 North Erie Blvd, Suite A - - Hamilton - OH - 45011 - Mrs. - F217724 - L217724 - - BCESC Board Chairman - 217724@hsesinfo.org - Mr. - F217725 - L217725 - - Superintendent - 217725@hsesinfo.org - Ms. - F217727 - L217727 - - 217727@hsesinfo.org - Mrs. - F217723 - L217723 - - 217723@hsesinfo.org - 555-555-7723 - - - 8919 - 2326 - 11258 - 200 - 2013 - 2018-07-01 - - EHS - Active - YOLO COUNTY SUPERINTENDENT OF SCHOOLS - http://www.ycoe.org - 2326@hsesinfo.org - 1280 Santa Anita Court, Suite 140 - - Woodland - CA - 95776-6128 - 1280 Santa Anita Court, Suite 140 - - Woodland - CA - 95776-6128 - 1280 Santa Anita Court, Suite 140 - - Woodland - CA - 95776-6128 - Dr. - F210954 - L210954 - - Superintendent - 210954@hsesinfo.org - Dr. - F210955 - L210955 - - Associate Superintendent of Educational Services - 210955@hsesinfo.org - Mrs. - F210957 - L210957 - - 210957@hsesinfo.org - Mrs. - F210953 - L210953 - - 210953@hsesinfo.org - 555-555-0953 - - - 9903 - 2740 - 11977 - 200 - 2013 - 2019-07-01 - - EHS - Active - Butler County Educational Service Center - www.bcesc.org - 2740@hsesinfo.org - 400 North Erie Blvd, Suite A - - Hamilton - OH - 45011 - 400 North Erie Blvd, Suite A - - Hamilton - OH - 45011 - 400 North Erie Blvd, Suite A - - Hamilton - OH - 45011 - Mrs. - F217731 - L217731 - - BCESC Board President - 217731@hsesinfo.org - Mr. - F217732 - L217732 - - Superintendent - 217732@hsesinfo.org - Ms. - F217734 - L217734 - - 217734@hsesinfo.org - Mrs. - F217730 - L217730 - - 217730@hsesinfo.org - 555-555-7730 - - - 6777 - 3711 - 10259 - 005 - - 2015-08-01 - 2020-07-31 - HS - Inactive - W.C.I.C. / Playmate Child Development Center - www.wcicinc.org - 3711@hsesinfo.org - 3555 3rd Ave - - Sacramento - CA - 95817-2812 - 3555 3rd Ave - - Sacramento - CA - 95817-2812 - 3555 3rd Ave - - Sacramento - CA - 95817-2812 - Atty. - F203110 - L203110 - - President - 203110@hsesinfo.org - Ms. - F203111 - L203111 - - Executive Director/Head Start - 203111@hsesinfo.org - Ms. - F203113 - L203113 - - 203113@hsesinfo.org - Ms. - F203109 - L203109 - - 203109@hsesinfo.org - 555-555-3109 - - - 9318 - 2322 - 11576 - 000 - 2013 - 2019-02-01 - - HS - Active - Community Action of Orleans and Genesee, Inc. - http://www.caoginc.org - 2322@hsesinfo.org - Head Start Program - 401 East State Street - Albion - NY - 14411-1123 - Head Start Program - 401 East State Street - Albion - NY - 14411-1123 - 409 E State St - Community Action of Orleans - Albion - NY - 14411-1123 - Mrs. - F213763 - L213763 - - Board Chairperson - 213763@hsesinfo.org - Ms. - F213764 - L213764 - - Executive Director - 213764@hsesinfo.org - Ms. - F213766 - L213766 - - 213766@hsesinfo.org - Mrs. - F213762 - L213762 - - 213762@hsesinfo.org - 555-555-3762 - - - 5785 - 5791 - 9405 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Los Angeles County Office of Education - www.prekkid.org - 5791@hsesinfo.org - 10100 Pioneer Blvd - Ste 325 - Santa Fe Springs - CA - 90670-7303 - 10100 Pioneer Blvd - Ste 325 - Santa Fe Springs - CA - 90670-7303 - 10100 Pioneer Blvd - Ste 325 - Santa Fe Springs - CA - 90670-7303 - Dr. - F103588 - L103588 - Ed.D - Superintendent - 103588@hsesinfo.org - Dr. - F103589 - L103589 - Ed.D - Superintendent - 103589@hsesinfo.org - Ms. - F103591 - L103591 - - 103591@hsesinfo.org - Ms. - F103587 - L103587 - - 103587@hsesinfo.org - 555-555-3587 - - - 7056 - 1131 - 10486 - 000 - 1991 - 2016-01-01 - - AIAN HS - Active - Bois Forte Reservation Tribal Government - www.boisforte.gov - 1131@hsesinfo.org - 5344 Lake Shore Dr - - Nett Lake - MN - 55772-1200 - 5344 Lake Shore Dr - - Nett Lake - MN - 55772-1200 - 5344 Lake Shore Dr - - Nett Lake - MN - 55772-1200 - Ms. - F205059 - L205059 - - Tribal Government Chairwoman - 205059@hsesinfo.org - Mr. - F205060 - L205060 - - Executive Director - 205060@hsesinfo.org - Mr. - F205062 - L205062 - - 205062@hsesinfo.org - Mrs. - F205058 - L205058 - - 205058@hsesinfo.org - 555-555-5058 x 5555 - - - 5851 - 5858 - 9603 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Children's Home Society of Washington - http://www.childrenshomesociety.org/ - 5858@hsesinfo.org - 12360 Lake City Way NE - Ste 450 - Seattle - WA - 98125-5452 - PO Box 15190 - - Seattle - WA - 98115-0190 - 12360 Lake City Way NE - Ste 450 - Seattle - WA - 98125-5452 - Mr. - F104524 - L104524 - - Board Chair - 104524@hsesinfo.org - Mr. - F104525 - L104525 - - President/CEO - 104525@hsesinfo.org - Ms. - F104527 - L104527 - - 104527@hsesinfo.org - Ms. - F104523 - L104523 - - 104523@hsesinfo.org - 555-555-4523 - - - 9900 - 3249 - 12000 - 200 - 2014 - 2019-07-01 - - EHS - Active - Sumter County Opportunity, Inc. - Not Available - 3249@hsesinfo.org - POST OFFICE DRAWER 928 - 714 Country Club Road /P.O. DRAWER928 - LIVINGSTON - AL - 35470-0928 - POST OFFICE DRAWER 928 - 714 Country Club Road /P.O. DRAWER928 - LIVINGSTON - AL - 35470-0928 - POST OFFICE DRAWER 928 - 714 Country Club Road /P.O. DRAWER928 - LIVINGSTON - AL - 35470-0928 - Mr. - F217710 - L217710 - - Board Chairman - 217710@hsesinfo.org - Mrs. - F217711 - L217711 - - CEO/Executive Director/Head Start/Early Head Start Director - 217711@hsesinfo.org - Mrs. - F217713 - L217713 - - 217713@hsesinfo.org - Mrs. - F217709 - L217709 - - 217709@hsesinfo.org - 555-555-7709 - - - 6327 - 6345 - 9138 - 213 - - 2015-02-01 - 2019-06-30 - EHS - Inactive - Norwalk-La Mirada Unified School District - www.nlmusdpreschool.org - 6345@hsesinfo.org - 14616 Dinard Ave - - Norwalk - CA - 90650-5110 - 14616 Dinard Ave - - Norwalk - CA - 90650-5110 - 14616 Dinard Ave - - Norwalk - CA - 90650-5110 - Ms. - F110647 - L110647 - - School Board President - 110647@hsesinfo.org - Dr. - F110648 - L110648 - - School Superintendent - 110648@hsesinfo.org - Ms. - F110650 - L110650 - - 110650@hsesinfo.org - Ms. - F110646 - L110646 - - 110646@hsesinfo.org - 555-555-0646 - - - 9648 - 2026 - 11818 - 000 - 2014 - 2019-06-01 - - HS - Active - Cortland County Communication Action Program, Inc. - http://www.capco.org - 2026@hsesinfo.org - 32 North Main Street - - Cortland - NY - 13045-2122 - 32 North Main Street - - Cortland - NY - 13045-2122 - 32 North Main Street - - Cortland - NY - 13045-2122 - Mrs. - F215955 - L215955 - - President of the Board of Directors - 215955@hsesinfo.org - Mrs. - F215956 - L215956 - - Executive Director - 215956@hsesinfo.org - Mr. - F215958 - L215958 - - 215958@hsesinfo.org - Ms. - F215954 - L215954 - - 215954@hsesinfo.org - 555-555-5954 x 5555 - - - 9649 - 2849 - 11818 - 200 - 2014 - 2019-06-01 - - EHS - Active - Cortland County Communication Action Program, Inc. - www.capco.org - 2849@hsesinfo.org - 32 North Main Street - - Cortland - NY - 13045 - 32 North Main Street - - Cortland - NY - 13045 - 32 North Main Street - - Cortland - NY - 13045 - Mrs. - F215962 - L215962 - - President of the Board of Directors - 215962@hsesinfo.org - Mrs. - F215963 - L215963 - - Executive Director - 215963@hsesinfo.org - Mr. - F215965 - L215965 - - 215965@hsesinfo.org - Ms. - F215961 - L215961 - - 215961@hsesinfo.org - 555-555-5961 x 5555 - - - 9650 - 818 - 11817 - 000 - 2014 - 2019-06-01 - - HS - Active - Floyd County Community Action Agency - FCHEADSTART.com - 818@hsesinfo.org - 1902 Corydon Pike - - New Albany - IN - 47150-6114 - PO Box 1025 - - New Albany - IN - 47151-1025 - 1902 Corydon Pike - - New Albany - IN - 47150-6114 - Dr. - F215969 - L215969 - - FCCAA Board President - 215969@hsesinfo.org - Ms. - F215970 - L215970 - - Director - 215970@hsesinfo.org - Ms. - F215972 - L215972 - - 215972@hsesinfo.org - Ms. - F215968 - L215968 - - 215968@hsesinfo.org - 555-555-5968 x 5555 - - - 9907 - 635 - 11984 - 000 - 2014 - 2019-07-01 - - HS - Active - GLEAMNS HUMAN RESOUCES COMMISSION, INC. - http://www.gleamnshrc.org - 635@hsesinfo.org - 237 Hospital St N - - Greenwood - SC - 29646-2962 - PO Box 1326 - - Greenwood - SC - 29648-1326 - 237 Hospital St N - - Greenwood - SC - 29646-2962 - Ms. - F217759 - L217759 - - GLEAMNS Board of Commissioners Chairperson - 217759@hsesinfo.org - Ms. - F217760 - L217760 - - Chief Executive Officer - 217760@hsesinfo.org - Ms. - F217762 - L217762 - - 217762@hsesinfo.org - Ms. - F217758 - L217758 - - 217758@hsesinfo.org - 555-555-7758 x 5555 - - - 9908 - 636 - 11984 - 200 - 2014 - 2019-07-01 - - EHS - Active - GLEAMNS HUMAN RESOUCES COMMISSION, INC. - http://www.gleamnshrc.org - 636@hsesinfo.org - 237 Hospital St N - - Greenwood - SC - 29646-2962 - PO Box 1326 - - Greenwood - SC - 29648-1326 - 237 Hospital St N - - Greenwood - SC - 29646-2962 - Ms. - F217766 - L217766 - - GLEAMNS Board of Commissioners Chairperson - 217766@hsesinfo.org - Ms. - F217767 - L217767 - - Chief Executive Officer - 217767@hsesinfo.org - Ms. - F217769 - L217769 - - 217769@hsesinfo.org - Ms. - F217765 - L217765 - - 217765@hsesinfo.org - 555-555-7765 x 5555 - - - 10450 - 5966 - 12449 - 200 - - 2019-09-01 - - EHS - Active - County of Webb - www.webbcountytx.gov/headstart - 5966@hsesinfo.org - 5904 West Drive Units 6 & 7 - - Laredo - TX - 78041-6047 - PO Box 2397 - - Laredo - TX - 78044-2397 - 5904 West Dr - Units 6 - Laredo - TX - 78041-6047 - Mr. - F221489 - L221489 - - - 221489@hsesinfo.org - Ms. - F221490 - L221490 - - - 221490@hsesinfo.org - Mrs. - F221492 - L221492 - - 221492@hsesinfo.org - Ms. - F221488 - L221488 - - 221488@hsesinfo.org - 555-555-1488 - - - 5208 - 2213 - 8825 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Kitsap Community Resources - http://www.kcr.org - 2213@hsesinfo.org - 1201 Park Ave - 845 8th Street - Bremerton - WA - 98337-1760 - 1201 Park Avenue - - Bremerton - WA - 98337-1760 - 845 8th Street - - Bremerton - WA - 98337-1760 - Mr. - F52296 - L52296 - - President, Board of Directors - 52296@hsesinfo.org - Mr. - F52294 - L52294 - - Executive Director - 52294@hsesinfo.org - Mrs. - F52295 - L52295 - - 52295@hsesinfo.org - Ms. - F52293 - L52293 - - 52293@hsesinfo.org - 555-555-2293 - - - 6892 - 6911 - 10385 - 201 - - 2015-03-01 - 2019-08-31 - EHS - Inactive - New St. Paul Tabernacle Head Start Agency, Inc. - www.nspheadstart.org - 6911@hsesinfo.org - 15362 Southfield Drive - - Detroit - MI - 48223-1359 - 15362 Southfield Drive - - Detroit - MI - 48223-1359 - 15362 Southfield Drive - - Detroit - MI - 48223-1359 - Mr. - F203905 - L203905 - - Chairman of the Board of Directors - 203905@hsesinfo.org - Dr. - F203906 - L203906 - - Executive Director - 203906@hsesinfo.org - Ms. - F203908 - L203908 - - 203908@hsesinfo.org - Dr. - F203904 - L203904 - - 203904@hsesinfo.org - 555-555-3904 x 5555 - - - 10496 - 6261 - 12487 - 200 - - 2019-09-01 - - AIAN EHS - Active - PINOLEVILLE POMO NATION - - 6261@hsesinfo.org - 500 Pinoleville Rd - Ste A - Ukiah - CA - 95482-7121 - 500 Pinoleville Rd - Ste A - Ukiah - CA - 95482-7121 - 500 Pinoleville Rd - Ste A - Ukiah - CA - 95482-7121 - Ms. - F221813 - L221813 - - - 221813@hsesinfo.org - Ms. - F221814 - L221814 - - - 221814@hsesinfo.org - Mr. - F221816 - L221816 - - 221816@hsesinfo.org - Ms. - F221812 - L221812 - - 221812@hsesinfo.org - 555-555-1812 x 5555 - - - 5283 - 3674 - 9129 - 004 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - ABC Unified School District - http://www.abcusd.k12.ca.us - 3674@hsesinfo.org - 11011 Artesia Blvd. - - Cerritos - CA - 90703 - 11011 Artesia Blvd. - - Cerritos - CA - 90703 - 11011 Artesia Blvd. - - Cerritos - CA - 90703 - Mr. - F53323 - L53323 - - President - 53323@hsesinfo.org - Mr. - F53326 - L53326 - - - 53326@hsesinfo.org - Ms. - F53327 - L53327 - - 53327@hsesinfo.org - Ms. - F53322 - L53322 - - 53322@hsesinfo.org - 555-555-3322 - - - 6461 - 1781 - 10083 - 000 - 2002 - 2015-06-01 - 2020-05-31 - HS - Inactive - Municipality of Isabela - PO BOX 507 - 1781@hsesinfo.org - 55 Calle Barbosa - - Isabela - PR - 00662-3103 - 55 Calle Barbosa - - Isabela - PR - 00662-3103 - 55 Calle Barbosa - - Isabela - PR - 00662-3103 - Hon. - F200897 - L200897 - - Mayor - 200897@hsesinfo.org - Hon. - F200898 - L200898 - - Mayor - 200898@hsesinfo.org - Sr. - F200900 - L200900 - - 200900@hsesinfo.org - Sra. - F200896 - L200896 - - 200896@hsesinfo.org - 555-555-0896 x 5555 - - - 8166 - 350 - 10610 - 000 - 1991 - 2016-07-01 - - HS - Active - York County Head Start - http://www.yccac.org - 350@hsesinfo.org - 6 Spruce St - - Sanford - ME - 04073-2917 - PO Box 72 - - Sanford - ME - 04073-0072 - 6 Spruce St - - Sanford - ME - 04073-2917 - Mrs. - F206277 - L206277 - - Board President - 206277@hsesinfo.org - Mrs. - F206278 - L206278 - - Executive Director - 206278@hsesinfo.org - Ms. - F206280 - L206280 - - 206280@hsesinfo.org - Mrs. - F206276 - L206276 - - 206276@hsesinfo.org - 555-555-6276 - - - 8029 - 2302 - 10533 - 000 - 1992 - 2016-03-01 - - HS - Active - Delaware Oppportunities, Inc. - www.delawareopportunities.org - 2302@hsesinfo.org - 35430 State Highway 10 - - Hamden - NY - 13782-1112 - 35430 State Highway 10 - - Hamden - NY - 13782-1112 - 35430 State Highway 10 - - Hamden - NY - 13782-1112 - Mr. - F205405 - L205405 - - President, Board of Directors - 205405@hsesinfo.org - Ms. - F205406 - L205406 - - Executive Director - 205406@hsesinfo.org - Ms. - F205408 - L205408 - - 205408@hsesinfo.org - Ms. - F205404 - L205404 - - 205404@hsesinfo.org - 555-555-5404 x 5555 - - - 9031 - 1043 - 11369 - 000 - 2013 - 2018-09-01 - - HS - Active - WYOMING CHILD & FAMILY DEVELOPMENT, INC - http://www.wyomingchild.org - 1043@hsesinfo.org - 126 North Wyoming - - Guernsey - WY - 82214 - PO Box 100 - - Guernsey - WY - 82214-0100 - 126 North Wyoming - - Guernsey - WY - 82214 - Mr. - F211746 - L211746 - - Board Chairperson - 211746@hsesinfo.org - Mrs. - F211747 - L211747 - - Executive Director - 211747@hsesinfo.org - Ms. - F211749 - L211749 - - 211749@hsesinfo.org - Mrs. - F211745 - L211745 - - 211745@hsesinfo.org - 555-555-1745 - - - 9911 - 736 - 12001 - 000 - 2014 - 2019-07-01 - - HS - Active - Brazoria County Head Start Early Learning Schools, Inc. - http://www.headstartbc.org - 736@hsesinfo.org - 651 West Miller Street - - Angleton - TX - 77515-5522 - 651 West Miller Street - - Angleton - TX - 77515-5522 - 651 West Miller Street - - Angleton - TX - 77515-5522 - Mrs. - F217787 - L217787 - - Chairman of the Board - 217787@hsesinfo.org - Mrs. - F217788 - L217788 - - President & CEO - 217788@hsesinfo.org - Ms. - F217790 - L217790 - - 217790@hsesinfo.org - Mrs. - F217786 - L217786 - - 217786@hsesinfo.org - 555-555-7786 x 5555 - - - 9912 - 735 - 12001 - 200 - 2014 - 2019-07-01 - - EHS - Active - Brazoria County Head Start Early Learning Schools, Inc. - http://www.headstartbc.org - 735@hsesinfo.org - 651 West Miller Street - - Angleton - TX - 77515-5522 - 651 West Miller Street - - Angleton - TX - 77515-5522 - 651 West Miller Street - - Angleton - TX - 77515-5522 - Mrs. - F217794 - L217794 - - Chairman of the Board - 217794@hsesinfo.org - Mrs. - F217795 - L217795 - - President & CEO - 217795@hsesinfo.org - Ms. - F217797 - L217797 - - 217797@hsesinfo.org - Mrs. - F217793 - L217793 - - 217793@hsesinfo.org - 555-555-7793 x 5555 - - - 9913 - 8971 - 11981 - 200 - 2019 - 2019-07-01 - - EHS - Active - Santa Clara Office of Education - http://www.myheadstart.org - 8971@hsesinfo.org - 1290 Ridder Park Drive, MC 225 - - San Jose - CA - 95131-2304 - 1290 Ridder Park Drive, MC 225 - - San Jose - CA - 95131-2304 - 1290 Ridder Park Drive, MC 225 - - San Jose - CA - 95131-2304 - Mrs. - F217801 - L217801 - - SCCOE Board President - 217801@hsesinfo.org - Dr. - F217802 - L217802 - - - 217802@hsesinfo.org - Ms. - F217804 - L217804 - - 217804@hsesinfo.org - Mr. - F217800 - L217800 - - 217800@hsesinfo.org - 555-555-7800 - - - 8165 - 1588 - 10617 - 200 - 2004 - 2016-07-01 - - EHS - Active - Dimock Early Head Start - http://www.dimock.org - 1588@hsesinfo.org - 1800 Columbus Avenue - - Roxbury - MA - 02119-1029 - 1800 Columbus Ave - - Roxbury - MA - 02119-1029 - 1800 Columbus Ave - - Roxbury - MA - 02119-1029 - Mr. - F206270 - L206270 - - Board Chairperson - 206270@hsesinfo.org - Mr. - F206271 - L206271 - - - 206271@hsesinfo.org - Ms. - F206273 - L206273 - - 206273@hsesinfo.org - Ms. - F206269 - L206269 - - 206269@hsesinfo.org - 555-555-6269 x 5555 - - - 5985 - 5992 - 9599 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - CNMI Public School System - www.cnmipss.org/head-start/ - 5992@hsesinfo.org - Pohnpei Way, Capitol Hill - - Saipan - MP - 96950 - PO Box 501370 - Lower Base - Saipan - MP - 96950-1370 - Pohnpei Way, Capitol Hill - - Saipan - MP - 96950 - Ms. - F106534 - L106534 - - Chairwoman - 106534@hsesinfo.org - Mr. - F106535 - L106535 - - Commissioner of Education - 106535@hsesinfo.org - Mr. - F106537 - L106537 - - 106537@hsesinfo.org - Ms. - F106533 - L106533 - - 106533@hsesinfo.org - 555-555-6533 - - - 4428 - 377 - 8394 - 000 - 2013 - 2013-11-01 - 2018-10-31 - HS - Inactive - ALGER MARQUETTE COMMUNITY ACTION BOARD - http://www.communityactionam.org - 377@hsesinfo.org - 1125 Commerce Dr - - Marquette - MI - 49855-8630 - 1125 Commerce Dr - - Marquette - MI - 49855-8630 - 1125 Commerce Dr - - Marquette - MI - 49855-8630 - Mr. - F41333 - L41333 - - Board of Directors Chairperson - 41333@hsesinfo.org - Ms. - F41334 - L41334 - - Executive Director - 41334@hsesinfo.org - Ms. - F41336 - L41336 - - 41336@hsesinfo.org - Mrs. - F41331 - L41331 - - 41331@hsesinfo.org - 555-555-1331 x 5555 - - - 4608 - 2325 - 8583 - 000 - 2014 - 2014-02-01 - 2019-01-31 - HS - Inactive - Action for a Better Community, Inc - www.abcinfo.org - 2325@hsesinfo.org - 550 East Main Street - - Rochester - NY - 14604-2522 - Action for a Better Community, Inc. Head Start & Early Head Start - 550 East Main Street - Rochester - NY - 14604-2522 - ABC Head Start & Early Head Start Program - 550 Main Street - Rochester - NY - 14604-2522 - Mr. - F44026 - L44026 - - Board Chair - 44026@hsesinfo.org - Mr. - F44027 - L44027 - - - 44027@hsesinfo.org - Ms. - F44028 - L44028 - - 44028@hsesinfo.org - Ms. - F44025 - L44025 - - 44025@hsesinfo.org - 555-555-4025 x 5555 - - - 4609 - 2324 - 8583 - 200 - 2014 - 2014-02-01 - 2019-01-31 - EHS - Inactive - Action for a Better Community, Inc - www.abcinfo.org - 2324@hsesinfo.org - 550 East Main Street - - Rochester - NY - 14604-2522 - ABC Early Head Start Program - 550 East Main Street - Rochester - NY - 14604-2522 - ABC Early Head Start Program - 550 East Main Street - Rochester - NY - 14604-2522 - Mr. - F44033 - L44033 - - Board Chair - 44033@hsesinfo.org - Mr. - F44034 - L44034 - - - 44034@hsesinfo.org - Ms. - F44037 - L44037 - - 44037@hsesinfo.org - Ms. - F44032 - L44032 - - 44032@hsesinfo.org - 555-555-4032 x 5555 - - - 4541 - 1566 - 8517 - 000 - 2013 - 2013-12-23 - 2018-12-31 - HS - Inactive - Raleigh County Community Action Association - 111 Willow Lane - 1566@hsesinfo.org - 111 Willow Lane - - Beckley - WV - 25801 - P.O. Box 3066 - East Beckley Station - Beckley - WV - 25801-1777 - 111 Willow Lane - - Beckley - WV - 25801 - Ms. - F43151 - L43151 - - Vice President - 43151@hsesinfo.org - Mr. - F43152 - L43152 - - Executive Director - 43152@hsesinfo.org - Ms. - F43154 - L43154 - - 43154@hsesinfo.org - Mrs. - F43150 - L43150 - - 43150@hsesinfo.org - 555-555-3150 x 5555 - - - 4606 - 262 - 8586 - 000 - 2014 - 2014-02-01 - 2019-01-31 - HS - Inactive - EDUCATIONAL ALLIANCE - http://www.edalliance.org - 262@hsesinfo.org - 197 East Broadway - 4th Floor - New York - NY - 10002-5507 - 197 East Broadway - 4th Floor - New York - NY - 10002-5507 - 197 East Broadway - 4th Floor - New York - NY - 10002-5507 - Ms. - F44015 - L44015 - - Board Chair - 44015@hsesinfo.org - Mr. - F44011 - L44011 - - President and CEO - 44011@hsesinfo.org - Ms. - F44014 - L44014 - - 44014@hsesinfo.org - Mr. - F44010 - L44010 - - 44010@hsesinfo.org - 555-555-4010 - - - 5278 - 3670 - 9126 - 001 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Foundation for Early Childhood Education, Inc. - foundationheadstart.org - 3670@hsesinfo.org - 3360 Flair Drive, Suite 100 - - El Monte - CA - 91731-2833 - 3360 Flair Drive, Suite 100 - - El Monte - CA - 91731-2833 - 3360 Flair Drive, Suite 100 - - El Monte - CA - 91731-2833 - Mr. - F53290 - L53290 - - Board President - 53290@hsesinfo.org - Ms. - F53291 - L53291 - - Director - 53291@hsesinfo.org - Mr. - F53289 - L53289 - - 53289@hsesinfo.org - Ms. - F53287 - L53287 - - 53287@hsesinfo.org - 555-555-3287 x 5555 - - - 11220 - 5395 - 13128 - 200 - 2014 - 2020-04-01 - - EHS - Active - Northeast Oklahoma Community Action Agency, Inc. - www.neocaa.org - 5395@hsesinfo.org - 856 E Melton Dr - - Jay - OK - 74346-2704 - PO Box 603 - - Jay - OK - 74346-0603 - 856 E Melton Drive - - Jay - OK - 74346 - Mrs. - F226706 - L226706 - - Board Chairperson - 226706@hsesinfo.org - Mrs. - F226707 - L226707 - - Executive Director - 226707@hsesinfo.org - Mrs. - F226709 - L226709 - - 226709@hsesinfo.org - Mrs. - F226705 - L226705 - - 226705@hsesinfo.org - 555-555-6705 - - - 8721 - 3105 - 11090 - 000 - 2012 - 2017-09-01 - - HS - Active - AVANCE-San Antonio, Inc. - http://www.avancesa.org - 3105@hsesinfo.org - 903 Billy Mitchell Blvd - Ste 100 - San Antonio - TX - 78226-1802 - 903 Billy Mitchell Blvd - Ste 100 - San Antonio - TX - 78226-1802 - 903 Billy Mitchell Blvd - Ste 100 - San Antonio - TX - 78226-1802 - Ms. - F209537 - L209537 - - Board Chair - 209537@hsesinfo.org - Ms. - F209538 - L209538 - - Executive Director - 209538@hsesinfo.org - Ms. - F209540 - L209540 - - 209540@hsesinfo.org - Ms. - F209536 - L209536 - - 209536@hsesinfo.org - 555-555-9536 - - - 8722 - 3147 - 11090 - 200 - 2012 - 2017-09-01 - - EHS - Active - AVANCE-San Antonio, Inc. - http://www.avancesa.org - 3147@hsesinfo.org - 903 Billy Mitchell Blvd - Ste 100 - San Antonio - TX - 78226-1802 - 903 Billy Mitchell Blvd - Ste 100 - San Antonio - TX - 78226-1802 - 903 Billy Mitchell Blvd - Ste 100 - San Antonio - TX - 78226-1802 - Ms. - F209544 - L209544 - - Board Chair - 209544@hsesinfo.org - Ms. - F209545 - L209545 - - Executive Director - 209545@hsesinfo.org - Ms. - F209547 - L209547 - - 209547@hsesinfo.org - Ms. - F209543 - L209543 - - 209543@hsesinfo.org - 555-555-9543 - - - 4616 - 960 - 8529 - 000 - 2014 - 2014-02-01 - 2019-01-31 - HS - Inactive - TABLELAND SERVICES, INC - http://www.capfsc.org - 960@hsesinfo.org - 535 East Main Street - - Somerset - PA - 15501-2163 - 535 East Main Street - - Somerset - PA - 15501-2163 - 535 East Main Street - - Somerset - PA - 15501-2163 - Mr. - F44083 - L44083 - - Chairperson - 44083@hsesinfo.org - Mr. - F44081 - L44081 - - Executive Director - 44081@hsesinfo.org - Ms. - F44082 - L44082 - - 44082@hsesinfo.org - Mrs. - F44080 - L44080 - - 44080@hsesinfo.org - 555-555-4080 x 5555 - - - 8650 - 3144 - 11037 - 000 - 2012 - 2017-07-01 - - HS - Active - Metropolitan Family Services DuPage Head Start - www.metrofamily.org - 3144@hsesinfo.org - 222 E Willow Ave - - Wheaton - IL - 60187-5426 - 1 N Dearborn St - Fl 10 - Chicago - IL - 60602-4322 - 1 N Dearborn St - Fl 10 - Chicago - IL - 60602-4322 - Mrs. - F209059 - L209059 - - Chairman, Metropolitan Family Services Board of Directors - 209059@hsesinfo.org - Mr. - F209060 - L209060 - - - 209060@hsesinfo.org - Mrs. - F209062 - L209062 - - 209062@hsesinfo.org - Mrs. - F209058 - L209058 - - 209058@hsesinfo.org - 555-555-9058 - - - 9141 - 353 - 11451 - 200 - 2000 - 2018-09-30 - - EHS - Active - Talladega Clay Randolph Child Care Corporation - www.tcrchildcarecorporation.org - 353@hsesinfo.org - 925 North Street, East - - Talladega - AL - 35160-2501 - 925 North Street, East - - Talladega - AL - 35160-2501 - 925 North Street, East - - Talladega - AL - 35160-2501 - Mr. - F212553 - L212553 - - Board Chairperson - 212553@hsesinfo.org - Ms. - F212554 - L212554 - - Executive Director - 212554@hsesinfo.org - Ms. - F212556 - L212556 - - 212556@hsesinfo.org - Mrs. - F212552 - L212552 - - 212552@hsesinfo.org - 555-555-2552 x 5555 - - - 11221 - 722 - 13125 - 000 - 2014 - 2020-04-01 - - HS - Active - Head Start Child and Family Services, Inc - http://www.headstartinc.org - 722@hsesinfo.org - 1520 Construction Way - - Van Buren - AR - 72956-7061 - 1520 Construction Way - - Van Buren - AR - 72956-7061 - 1520 Construction Way - - Van Buren - AR - 72956-7061 - Mrs. - F226713 - L226713 - - President of the Board of Directors - 226713@hsesinfo.org - Mrs. - F226714 - L226714 - - Executive/ Head Start Director - 226714@hsesinfo.org - Mrs. - F226716 - L226716 - - 226716@hsesinfo.org - Mrs. - F226712 - L226712 - - 226712@hsesinfo.org - 555-555-6712 x 5555 - - - 11222 - 723 - 13125 - 200 - 2014 - 2020-04-01 - - EHS - Active - Head Start Child and Family Services, Inc - http://www.headstartinc.org - 723@hsesinfo.org - 1520 Construction Way - - Van Buren - AR - 72956-7061 - 1520 Construction Way - - Van Buren - AR - 72956-7061 - 1520 Construction Way - - Van Buren - AR - 72956-7061 - Mrs. - F226720 - L226720 - - President of the Board of Directors - 226720@hsesinfo.org - Mrs. - F226721 - L226721 - - Executive/ Head Start Director - 226721@hsesinfo.org - Mrs. - F226723 - L226723 - - 226723@hsesinfo.org - Mrs. - F226719 - L226719 - - 226719@hsesinfo.org - 555-555-6719 x 5555 - - - 10523 - 6223 - 12512 - 200 - - 2019-09-01 - - EHS - Active - Durham's Partnership for Children - www.dpfc.net - 6223@hsesinfo.org - 1201 S. Briggs Avenue, Suite 210 - - Durham - NC - 27703-5076 - 1201 S. Briggs Avenue, Suite 210 - - Durham - NC - 27703-5076 - 1201 S. Briggs Avenue, Suite 210 - - Durham - NC - 27703-5076 - Ms. - F222000 - L222000 - - Board Chair - 222000@hsesinfo.org - Ms. - F222001 - L222001 - - Executive Director - 222001@hsesinfo.org - Ms. - F222003 - L222003 - - 222003@hsesinfo.org - Ms. - F221999 - L221999 - - 221999@hsesinfo.org - - - - 4576 - 1980 - 8514 - 000 - 1991 - 2013-12-23 - 2018-12-31 - HS - Inactive - UNITED COMMUNITY ACTION NETWORK - http://www.ucancap.org - 1980@hsesinfo.org - 948 SE Roberts Ave - - Roseburg - OR - 97470-4223 - 948 SE Roberts Ave - - Roseburg - OR - 97470-4223 - 280 Kenneth Ford Drive - - Roseburg - OR - 97470 - Mrs. - F43352 - L43352 - - Governing Board Chair - 43352@hsesinfo.org - Mr. - F43353 - L43353 - - - 43353@hsesinfo.org - Ms. - F43351 - L43351 - - 43351@hsesinfo.org - Mrs. - F43349 - L43349 - - 43349@hsesinfo.org - 555-555-3349 - - - 10524 - 6922 - 12518 - 201 - - 2019-09-01 - - EHS - Active - Chapel Hill Training Outreach Project, Inc. - http://chtop.org/Programs/durham-ehs.html - 6922@hsesinfo.org - 1201 S Briggs Ave - Ste 110 - Durham - NC - 27703-5076 - 1201 S Briggs Ave - Ste 110 - Durham - NC - 27703-5076 - 1201 S Briggs Ave - Ste 110 - Durham - NC - 27703-5076 - - F222007 - L222007 - - - 222007@hsesinfo.org - - F222008 - L222008 - - - 222008@hsesinfo.org - - F222010 - L222010 - - 222010@hsesinfo.org - Ms. - F222006 - L222006 - - 222006@hsesinfo.org - 555-555-2006 - - - 10030 - 1400 - 12086 - 000 - 2014 - 2019-07-01 - - HS - Active - West Central Community Action - www.westcentralca.org - 1400@hsesinfo.org - 1408A Highway 44 - - Harlan - IA - 51537-4804 - 1408A Highway 44 - - Harlan - IA - 51537-4804 - 1408A Highway 44 - - Harlan - IA - 51537-4804 - Mr. - F218603 - L218603 - - WCCA Board President - 218603@hsesinfo.org - Ms. - F218604 - L218604 - - Executive Director - 218604@hsesinfo.org - Ms. - F218606 - L218606 - - 218606@hsesinfo.org - Ms. - F218602 - L218602 - - 218602@hsesinfo.org - 555-555-8602 - - - 10031 - 2763 - 12086 - 200 - 2014 - 2019-07-01 - - EHS - Active - West Central Community Action - www.westcentralca.org - 2763@hsesinfo.org - 1408A Highway 44 - - Harlan - IA - 51537-4804 - 1408A Highway 44 - - Harlan - IA - 51537-4804 - 1408A Highway 44 - - Harlan - IA - 51537-4804 - Mr. - F218610 - L218610 - - WCCA Board President - 218610@hsesinfo.org - Ms. - F218611 - L218611 - - Executive Director - 218611@hsesinfo.org - Ms. - F218613 - L218613 - - 218613@hsesinfo.org - Ms. - F218609 - L218609 - - 218609@hsesinfo.org - 555-555-8609 - - - 5810 - 5816 - 9561 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Easter Seals North Georgia - http://www.northgeorgia.easterseals.com - 5816@hsesinfo.org - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - Mr. - F103828 - L103828 - - Chairperson - 103828@hsesinfo.org - Ms. - F103829 - L103829 - - President/CEO - 103829@hsesinfo.org - Ms. - F103831 - L103831 - - 103831@hsesinfo.org - Mr. - F103827 - L103827 - - 103827@hsesinfo.org - 555-555-3827 x 5555 - - - 4974 - 4980 - 8945 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Family Enrichment Network, Inc. - Familyenrichment.org - 4980@hsesinfo.org - 24 Cherry Street - - Johnson City - NY - 13790-0779 - 24 Cherry Street - - Johnson City - NY - 13790-0779 - 24 Cherry Street - - Johnson City - NY - 13790-0779 - Ms. - F48970 - L48970 - - Governing Board Chairperson - 48970@hsesinfo.org - Mr. - F48971 - L48971 - - Executive Director - 48971@hsesinfo.org - Ms. - F48973 - L48973 - - 48973@hsesinfo.org - Mrs. - F48969 - L48969 - - 48969@hsesinfo.org - 555-555-8969 x 5555 - - - 10525 - 6039 - 12515 - 200 - - 2019-09-01 - - EHS - Active - The Order of the Fishermen Ministry Head Start Program, Inc. - www.tofmhs.org - 6039@hsesinfo.org - 10025 Grand River - - Detroit - MI - 48204-2039 - 10025 Grand River - - Detroit - MI - 48204-2039 - 10025 Grand River - - Detroit - MI - 48204-2039 - Mr. - F222014 - L222014 - - Chairman of the Board - 222014@hsesinfo.org - Ms. - F222015 - L222015 - - Executive Director - 222015@hsesinfo.org - Ms. - F222017 - L222017 - - 222017@hsesinfo.org - Ms. - F222013 - L222013 - - 222013@hsesinfo.org - 555-555-2013 x 5555 - - - 11223 - 1341 - 13126 - 000 - 1992 - 2020-04-01 - - HS - Active - TERRELL INDEPENDENT SCHOOL DISTRICT - http://terrellisd.org - 1341@hsesinfo.org - W. H. Burnett Elementary - 921 South Rockwall Street - Terrell - TX - 75160-4411 - Terrell ISD Head Start - 921 S Rockwall Street - Terrell - TX - 75160-4411 - Terrell ISD Head Start - 700 North Catherine - Terrell - TX - 75160-4411 - Mrs. - F226727 - L226727 - - Board President - 226727@hsesinfo.org - Dr. - F226728 - L226728 - - Executive Director for Head Start, Assistant Superintendent of Terrell ISD - 226728@hsesinfo.org - Mrs. - F226730 - L226730 - - 226730@hsesinfo.org - Mrs. - F226726 - L226726 - - 226726@hsesinfo.org - 555-555-6726 x 5555 - - - 6237 - 1153 - 9829 - 000 - 1992 - 2015-04-01 - - AIAN HS - Active - TAOS PUEBLO - - 1153@hsesinfo.org - 190 Shadow Lane Suite A - Taos Pueblo - Taos - NM - 87571-1846 - PO Box 1846 - - Taos - NM - 87571-1846 - 1075 - Veterans Hwy - Taos - NM - 87571 - Gov. - F109507 - L109507 - - Taos Pueblo Governor - 109507@hsesinfo.org - Ms. - F109506 - L109506 - - Tribal Administrator - 109506@hsesinfo.org - Mr. - F109509 - L109509 - - 109509@hsesinfo.org - Ms. - F109505 - L109505 - - 109505@hsesinfo.org - 555-555-9505 x 5555 - - - 10526 - 2433 - 12514 - 200 - 2014 - 2019-09-01 - - EHS - Active - Campbell, County of - http://www.ccgov.net/139/Childrens-Developmental-Services - 2433@hsesinfo.org - 1801 South 4-J Road - - Gillette - WY - 82718-5201 - 1801 South 4-J Road - - Gillette - WY - 82718-5201 - 1801 South 4-J Road - - Gillette - WY - 82718-5201 - Mr. - F222021 - L222021 - - CDS County Comissioner, Chairman - 222021@hsesinfo.org - Mr. - F222022 - L222022 - - - 222022@hsesinfo.org - Ms. - F222024 - L222024 - - 222024@hsesinfo.org - Mrs. - F222020 - L222020 - - 222020@hsesinfo.org - 555-555-2020 - - - 4595 - 4597 - 8572 - 000 - 2013 - 2013-12-30 - 2018-11-30 - HS - Inactive - Bradford-Tioga Head Start, Inc. - www.bradfordtiogahs.org - 4597@hsesinfo.org - 5 Riverside Plz - - Blossburg - PA - 16912-1137 - 5 Riverside Plz - - Blossburg - PA - 16912-1137 - 5 Riverside Plz - - Blossburg - PA - 16912-1137 - Ms. - F43537 - L43537 - - Chairperson - 43537@hsesinfo.org - Mrs. - F43538 - L43538 - - Executive Director - 43538@hsesinfo.org - Mrs. - F43540 - L43540 - - 43540@hsesinfo.org - Mrs. - F43536 - L43536 - - 43536@hsesinfo.org - 555-555-3536 - - - 6888 - 3496 - 10364 - 201 - - 2015-07-01 - - EHS - Active - Urban League - www.urbanleagueneworleans.org - 3496@hsesinfo.org - 4640 S Carrollton Ave - Ste 210 - New Orleans - LA - 70119-7607 - 4640 S Carrollton Ave - Ste 210 - New Orleans - LA - 70119-7607 - 4640 S Carrollton Ave - Ste 210 - New Orleans - LA - 70119-7607 - Ms. - F203877 - L203877 - - Jade Russell Consulting - 203877@hsesinfo.org - Mrs. - F203878 - L203878 - - President/CEO - 203878@hsesinfo.org - Ms. - F203880 - L203880 - - 203880@hsesinfo.org - Ms. - F203876 - L203876 - - 203876@hsesinfo.org - 555-555-3876 - - - 4726 - 3952 - 8708 - 054 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Claremont Neighborhood Center - www.//claremontcenter.org - 3952@hsesinfo.org - 489 East 169 Street - - Bronx - NY - 10456-2626 - 489 East 169 Street - - Bronx - NY - 10456-2626 - 489 East 169 Street - - Bronx - NY - 10456-2626 - Mr. - F45833 - L45833 - - Board Co- Chairman - 45833@hsesinfo.org - Mr. - F45831 - L45831 - - - 45831@hsesinfo.org - - F45830 - L45830 - - 45830@hsesinfo.org - Mr. - F45828 - L45828 - - 45828@hsesinfo.org - 555-555-5828 - - - 5790 - 5796 - 9410 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Dignity Health dba California Hospital Medical Center - rachel.zupa@dignityhealth.org - 5796@hsesinfo.org - 1401 S Grand Ave - - Los Angeles - CA - 90015-3010 - 1401 S Grand Ave - - Los Angeles - CA - 90015-3010 - 1401 S Grand Ave - - Los Angeles - CA - 90015-3010 - Mr. - F103628 - L103628 - - Chair, HSFC-EHS Governance Committee of CHMC Community Board - 103628@hsesinfo.org - Ms. - F103629 - L103629 - - President - 103629@hsesinfo.org - Ms. - F103631 - L103631 - - 103631@hsesinfo.org - Ms. - F103627 - L103627 - - 103627@hsesinfo.org - 555-555-3627 - - - 4496 - 836 - 8397 - 000 - 2013 - 2013-11-29 - 2018-11-30 - HS - Inactive - FAMILY FORUM, INC. - http://www.familyforum.org - 836@hsesinfo.org - 1507 Tower Avenue - Suite 312 - Superior - WI - 54880-5137 - 1507 Tower Avenue - Suite 312 - Superior - WI - 54880-5137 - 1507 Tower Avenue - Suite 312 - Superior - WI - 54880-5137 - Ms. - F42352 - L42352 - - Chairperson - 42352@hsesinfo.org - Ms. - F42353 - L42353 - - Executive Director - 42353@hsesinfo.org - Ms. - F42350 - L42350 - - 42350@hsesinfo.org - Ms. - F42349 - L42349 - - 42349@hsesinfo.org - 555-555-2349 - - - 4739 - 3976 - 8721 - 067 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - PROMESA - acacia.org - 3976@hsesinfo.org - 300 E 175th St - - Bronx - NY - 10457-5804 - 300 E 175th St - - Bronx - NY - 10457-5804 - 300 E 175th St - - Bronx - NY - 10457-5804 - Mr. - F45923 - L45923 - - Board Chairperson - 45923@hsesinfo.org - Mr. - F45921 - L45921 - - - 45921@hsesinfo.org - Ms. - F45920 - L45920 - - 45920@hsesinfo.org - Ms. - F45919 - L45919 - - 45919@hsesinfo.org - 555-555-5919 - - - 6195 - 6208 - 9869 - 208 - - 2015-01-01 - - EHS - Active - Easter Seals Metropolitan Chicago - http://easterseals.com/chicago - 6208@hsesinfo.org - 120 Madison St - - Oak Park - IL - 60302-4206 - 120 Madison St - - Oak Park - IL - 60302-4206 - 120 Madison St - - Oak Park - IL - 60302-4206 - Mr. - F108900 - L108900 - - Chairman of the Board - 108900@hsesinfo.org - Mr. - F108901 - L108901 - - President/CEO - 108901@hsesinfo.org - Ms. - F108903 - L108903 - - 108903@hsesinfo.org - Ms. - F108899 - L108899 - - 108899@hsesinfo.org - 555-555-8899 - - - 5102 - 430 - 9020 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Carolina Community Actions, Inc - www.carolinacommunityactions.org - 430@hsesinfo.org - 138 S Oakland Ave, Suite 101 - - Rock Hill - SC - 29730-4500 - PO Box 933 - - Rock Hill - SC - 29731-6933 - 138 S Oakland Ave, Suite 101 - - Rock Hill - SC - 29730-4500 - Mr. - F51640 - L51640 - III - Board Chair - 51640@hsesinfo.org - Ms. - F51644 - L51644 - - Executive Director - 51644@hsesinfo.org - Ms. - F51642 - L51642 - - 51642@hsesinfo.org - Mrs. - F51639 - L51639 - - 51639@hsesinfo.org - 555-555-1639 - - - 10107 - 5807 - 12165 - 200 - - 2019-07-01 - - EHS - Active - Childrens Friend and Service - http://www.childrensfriendri.org - 5807@hsesinfo.org - 153 Summer Street - - Providence - RI - 02903-4011 - 153 Summer Street - - Providence - RI - 02903-4011 - 153 Summer Street - - Providence - RI - 02903-4011 - Mr. - F219140 - L219140 - - Board Chairman - 219140@hsesinfo.org - Mr. - F219141 - L219141 - - - 219141@hsesinfo.org - Ms. - F219143 - L219143 - - 219143@hsesinfo.org - Mrs. - F219139 - L219139 - - 219139@hsesinfo.org - 555-555-9139 - - - 5638 - 4153 - 9458 - 024 - 2014 - 2014-12-01 - - HS - Active - El Hogar Del Nino - www.elhogardelnino.org - 4153@hsesinfo.org - 1718 S Loomis St - - Chicago - IL - 60608-2129 - 1718 S Loomis St - - Chicago - IL - 60608-2129 - 1718 S Loomis St - - Chicago - IL - 60608-2129 - Ms. - F101546 - L101546 - - Board President - 101546@hsesinfo.org - Mr. - F101544 - L101544 - - Executive Director - 101544@hsesinfo.org - Ms. - F101543 - L101543 - - 101543@hsesinfo.org - Ms. - F101541 - L101541 - - 101541@hsesinfo.org - 555-555-1541 x 5555 - - - 10108 - 5797 - 12159 - 200 - - 2019-07-01 - - EHS - Active - Fairfax County Board of Supervisors - - 5797@hsesinfo.org - 12000 Government Center Parkway - - Fairfax - VA - 22035-0001 - 12000 Government Center Parkway - - Fairfax - VA - 22035-0001 - 12000 Government Center Parkway - - Fairfax - VA - 22035-0001 - Mr. - F219147 - L219147 - - Chairman, Board of Supervisors - 219147@hsesinfo.org - Ms. - F219148 - L219148 - - Deputy County Executive - 219148@hsesinfo.org - Ms. - F219150 - L219150 - - 219150@hsesinfo.org - Ms. - F219146 - L219146 - - 219146@hsesinfo.org - 555-555-9146 - - - 10109 - 2027 - 12160 - 000 - 2014 - 2019-07-01 - - HS - Active - National Centers for Learning Excellence, Inc. - www.childandfamilycenters.com - 2027@hsesinfo.org - N4W22000 Bluemound Road - - Waukesha - WI - 53186-8755 - N4W22000 Bluemound Road - - Waukesha - WI - 53186-8755 - N4W22000 Bluemound Road - - Waukesha - WI - 53186-8755 - Ms. - F219154 - L219154 - - President of the Board of Directors - 219154@hsesinfo.org - Dr. - F219155 - L219155 - Ph.D. - - 219155@hsesinfo.org - Ms. - F219157 - L219157 - - 219157@hsesinfo.org - Dr. - F219153 - L219153 - Ph.D. - 219153@hsesinfo.org - 555-555-9153 - - - 10451 - 6097 - 12447 - 200 - - 2019-09-01 - - EHS - Active - AVANCE - Houston, Inc. - http://www.avancehouston.org - 6097@hsesinfo.org - 4281 Dacoma St. - - Houston - TX - 77092-8607 - 4281 Dacoma St. - - Houston - TX - 77092-8607 - 4281 Dacoma St. - - Houston - TX - 77092-8607 - Mr. - F221496 - L221496 - - Board Chairperson - 221496@hsesinfo.org - Ms. - F221497 - L221497 - - Executive Director - 221497@hsesinfo.org - Mr. - F221499 - L221499 - - 221499@hsesinfo.org - Ms. - F221495 - L221495 - Ed.D - 221495@hsesinfo.org - 555-555-1495 x 5555 - - - 5553 - 5559 - 8102 - 205 - 2014 - 2014-09-11 - - EHS - Active - Municipality of Quebradillas - - 5559@hsesinfo.org - Carretera 113 Km 11.5 Bario Cacao - - Quebradillas - PR - 00678 - Carretera 113 Km 11.5 Bario Cacao - - Quebradillas - PR - 00678 - Carretera 113 Km 11.5 Bario Cacao - - Quebradillas - PR - 00678 - Mr. - F99551 - L99551 - - Alcalde - 99551@hsesinfo.org - Mr. - F99552 - L99552 - - Alcalde - 99552@hsesinfo.org - Mrs. - F99554 - L99554 - - 99554@hsesinfo.org - Mr. - F99550 - L99550 - - 99550@hsesinfo.org - 555-555-9550 x 5555 - - - 10452 - 8018 - 12450 - 201 - 2015 - 2019-09-01 - - EHS - Active - Aldine Independent School District - http://aldine.k12.tx.us - 8018@hsesinfo.org - 2520 Ww Thorne Blvd - - Houston - TX - 77073-3406 - 2520 Ww Thorne Blvd - - Houston - TX - 77073-3406 - 2520 Ww Thorne Blvd - - Houston - TX - 77073-3406 - Dr. - F221503 - L221503 - - President, Aldine ISD School Board - 221503@hsesinfo.org - Dr. - F221504 - L221504 - - Superintendent of Schools - 221504@hsesinfo.org - Ms. - F221506 - L221506 - - 221506@hsesinfo.org - Dr. - F221502 - L221502 - - 221502@hsesinfo.org - 555-555-1502 - - - 5656 - 4176 - 9458 - 224 - 2014 - 2014-12-01 - - EHS - Active - El Hogar Del Nino - elhogardelnino.org - 4176@hsesinfo.org - 1718 S Loomis St - - Chicago - IL - 60608-2129 - 1718 S Loomis St - - Chicago - IL - 60608-2129 - 1718 S Loomis St - - Chicago - IL - 60608-2129 - Ms. - F101553 - L101553 - - Board President - 101553@hsesinfo.org - Mr. - F101551 - L101551 - - Executive Director - 101551@hsesinfo.org - Ms. - F101550 - L101550 - - 101550@hsesinfo.org - Ms. - F101548 - L101548 - - 101548@hsesinfo.org - 555-555-1548 x 5555 - - - 8660 - 8523 - 11044 - 000 - 2017 - 2017-07-01 - - HS - Active - Municipality of Utuado - - 8523@hsesinfo.org - Edificio Catalina Figuera - Bubao Street - Utuado - PR - 00641 - PO Box 877 - - Utuado - PR - 00641-0877 - Edificio Catalina Figuera - Bubao Street - Utuado - PR - 00641 - Mrs. - F209129 - L209129 - - President - 209129@hsesinfo.org - Mr. - F209130 - L209130 - - Director - 209130@hsesinfo.org - Mr. - F209132 - L209132 - - 209132@hsesinfo.org - Mr. - F209128 - L209128 - - 209128@hsesinfo.org - 555-555-9128 x 5555 - - - 8661 - 8524 - 11044 - 200 - 2017 - 2017-07-01 - - EHS - Active - Municipality of Utuado - - 8524@hsesinfo.org - Edificio Catalina Figuera Bubao Street - - Utuado - PR - 00641 - PO Box 877 - - Utuado - PR - 00641-0877 - Edificio Catalina Figuera Bubao Street - - Utuado - PR - 00641 - Mrs. - F209136 - L209136 - - President - 209136@hsesinfo.org - Mr. - F209137 - L209137 - - Director - 209137@hsesinfo.org - Mr. - F209139 - L209139 - - 209139@hsesinfo.org - Mr. - F209135 - L209135 - - 209135@hsesinfo.org - 555-555-9135 x 5555 - - - 5909 - 2466 - 9623 - 000 - 2005 - 2015-02-01 - - AIAN HS - Active - SEMINOLE NATION OF OKLAHOMA - http://seminolenation.com/services/headstart - 2466@hsesinfo.org - 36645 Highway 270 - - Wewoka - OK - 74884-4021 - P.O. Box 1316 - - Seminole - OK - 74818 - 36645 Highway 270 - - Wewoka - OK - 74884-4021 - Mr. - F105950 - L105950 - - Principal Chief - 105950@hsesinfo.org - Mr. - F105948 - L105948 - - Principle Chief - 105948@hsesinfo.org - Mr. - F105947 - L105947 - - 105947@hsesinfo.org - Ms. - F105946 - L105946 - - 105946@hsesinfo.org - 555-555-5946 - - - 9901 - 558 - 11990 - 000 - 2014 - 2019-07-01 - - HS - Active - Blue Ridge Opportunity Commission, Inc. - brocinc.com - 558@hsesinfo.org - 710 Veterans Dr - - North Wilkesboro - NC - 28659-4555 - 710 Veterans Dr - - North Wilkesboro - NC - 28659-4555 - 710 Veterans Dr - - North Wilkesboro - NC - 28659-4555 - Mr. - F217717 - L217717 - - Board Chair - 217717@hsesinfo.org - Mrs. - F217718 - L217718 - - Executive Director - 217718@hsesinfo.org - Ms. - F217720 - L217720 - - 217720@hsesinfo.org - Mrs. - F217716 - L217716 - - 217716@hsesinfo.org - 555-555-7716 - - - 10782 - 2874 - 12758 - 200 - 2011 - 2019-12-01 - - EHS - Active - Community Program Centers of Long Island, Inc. - www.childrenscommunityhs.org - 2874@hsesinfo.org - 400 Sheep Pasture Rd - the Children's Community Head Start/Early Head Start - Port Jefferson - NY - 11777-2059 - 2210 Smithtown Ave - the Children's Community Head Start/Early Head Start - Ronkonkoma - NY - 11779-7329 - 90 Air Park Dr - the Children's Community Head Start/ Early Head Start - Ronkonkoma - NY - 11779-7360 - Mr. - F223775 - L223775 - - Board President - 223775@hsesinfo.org - Ms. - F223776 - L223776 - - CEO - 223776@hsesinfo.org - Ms. - F223778 - L223778 - - 223778@hsesinfo.org - Ms. - F223774 - L223774 - - 223774@hsesinfo.org - 555-555-3774 - - - 497 - 2790 - 310 - 200 - 2011 - 2013-07-10 - 2018-12-31 - EHS - Inactive - KENTUCKY RIVER FOOTHILLS DEVELOPMENT COUNCIL - http://foothillscap.org/default.html - 2790@hsesinfo.org - 311 Spangler Dr - Ste I - Richmond - KY - 40475-2458 - 311 Spangler Dr - Ste I - Richmond - KY - 40475-2458 - 309 Spangler Drive - Suite C - - RICHMOND - KY - 40475 - Mr. - F37361 - L37361 - - Foothills Community Action Partnership Board Chairman - 37361@hsesinfo.org - Mr. - F37359 - L37359 - - KRFDC Inc. Executive Director - 37359@hsesinfo.org - Mrs. - F37358 - L37358 - - 37358@hsesinfo.org - Mr. - F37357 - L37357 - - 37357@hsesinfo.org - 555-555-7357 x 5555 - - - 10527 - 6017 - 12516 - 200 - - 2019-09-01 - - EHS - Active - Colorado Early Education Network - http://www.ceen.org - 6017@hsesinfo.org - 710 11th Ave - Ste L90 - Greeley - CO - 80631-6472 - 710 11th Ave - Ste L90 - Greeley - CO - 80631-6472 - 710 11th Ave - Ste L90 - Greeley - CO - 80631-6472 - Mr. - F222028 - L222028 - - Board of Directors, Chair - 222028@hsesinfo.org - Mrs. - F222029 - L222029 - - - 222029@hsesinfo.org - Mr. - F222031 - L222031 - - 222031@hsesinfo.org - Mrs. - F222027 - L222027 - - 222027@hsesinfo.org - 555-555-2027 x 5555 - - - 4973 - 4979 - 8945 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Family Enrichment Network, Inc. - Familyenrichment.org - 4979@hsesinfo.org - 24 Cherry Street - - Johnson City - NY - 13790-0779 - 24 Cherry Street - - Johnson City - NY - 13790-0779 - 24 Cherry Street - - Johnson City - NY - 13790-0779 - Ms. - F48962 - L48962 - - Governing Board Chairperson - 48962@hsesinfo.org - Mr. - F48963 - L48963 - - Executive Director - 48963@hsesinfo.org - Ms. - F48965 - L48965 - - 48965@hsesinfo.org - Mrs. - F48961 - L48961 - - 48961@hsesinfo.org - 555-555-8961 x 5555 - - - 8744 - 8602 - 11116 - 219 - 2017 - 2017-08-01 - - EHS - Active - Municipality of Dorado - - 8602@hsesinfo.org - 341 Calle Mendez Vigo - - Dorado - PR - 00646-4912 - 341 Calle Mendez Vigo - - Dorado - PR - 00646-4912 - 341 Calle Mendez Vigo - - Dorado - PR - 00646-4912 - Mr. - F209686 - L209686 - - Chairman of the Board - 209686@hsesinfo.org - Mr. - F209687 - L209687 - - Mayor - 209687@hsesinfo.org - Mrs. - F209689 - L209689 - - 209689@hsesinfo.org - Mrs. - F209685 - L209685 - - 209685@hsesinfo.org - 555-555-9685 x 5555 - - - 11224 - 6314 - 13127 - 000 - - 2020-04-01 - - HS - Active - Educational Service Unit No. 13 - http://www.esu13.org - 6314@hsesinfo.org - 4215 Avenue I - - Scottsbluff - NE - 69361-4902 - 4215 Avenue I - - Scottsbluff - NE - 69361-4902 - 4215 Avenue I - - Scottsbluff - NE - 69361-4902 - Mr. - F226734 - L226734 - - Board Chair - 226734@hsesinfo.org - Mr. - F226735 - L226735 - - Administrator - 226735@hsesinfo.org - Mrs. - F226737 - L226737 - - 226737@hsesinfo.org - Mrs. - F226733 - L226733 - - 226733@hsesinfo.org - 555-555-6733 - - - 6779 - 6797 - 10262 - 220 - - 2015-07-16 - - EHS - Active - El Valor Corporation - http://www.elvalor.net - 6797@hsesinfo.org - 1850 West 21st Street - - Chicago - IL - 60608-2799 - 1850 West 21st Street - - Chicago - IL - 60608-2799 - 1850 West 21st Street - - Chicago - IL - 60608-2799 - Mr. - F203124 - L203124 - - Agency Board Chair - 203124@hsesinfo.org - Mr. - F203125 - L203125 - - President/CEO - 203125@hsesinfo.org - Ms. - F203127 - L203127 - - 203127@hsesinfo.org - Ms. - F203123 - L203123 - - 203123@hsesinfo.org - 555-555-3123 - - - 8013 - 1657 - 10518 - 000 - 2003 - 2016-02-01 - - HS - Active - Brooklyn Chinese-American Association - bca.net - 1657@hsesinfo.org - 5002 8th Avenue - - Brooklyn - NY - 11220 - 5002 8th Avenue - - Brooklyn - NY - 11220-2221 - 5002 8th Avenue - - Brooklyn - NY - 11220-2221 - Mr. - F205300 - L205300 - - Chairman - 205300@hsesinfo.org - Mr. - F205301 - L205301 - - - 205301@hsesinfo.org - Ms. - F205303 - L205303 - - 205303@hsesinfo.org - Ms. - F205299 - L205299 - - 205299@hsesinfo.org - 555-555-5299 - - - 1425 - 867 - 2923 - 000 - 2013 - 2013-07-02 - 2019-01-31 - HS - Inactive - Community Action Program, Inc. of Western Indiana - http://www.capwi.org/head_start.htm - 867@hsesinfo.org - 418 Washington St - 418 Washington Street - Covington - IN - 47932-1257 - PO Box 188 - 418 Washington Street - Covington - IN - 47932-0188 - 418 Washington St - 418 Washington Street - Covington - IN - 47932-1257 - Mr. - F37664 - L37664 - - CAP Board President - 37664@hsesinfo.org - Mrs. - F37665 - L37665 - - - 37665@hsesinfo.org - Mrs. - F37666 - L37666 - - 37666@hsesinfo.org - Mrs. - F37661 - L37661 - - 37661@hsesinfo.org - 555-555-7661 - - - 11225 - 6315 - 13127 - 200 - - 2020-04-01 - - EHS - Active - Educational Service Unit No. 13 - http://www.esu13.org - 6315@hsesinfo.org - 4215 Avenue I - - Scottsbluff - NE - 69361-4902 - 4215 Avenue I - - Scottsbluff - NE - 69361-4902 - 4215 Avenue I - - Scottsbluff - NE - 69361-4902 - Mr. - F226741 - L226741 - - Board Chair - 226741@hsesinfo.org - Mr. - F226742 - L226742 - - Administrator - 226742@hsesinfo.org - Ms. - F226744 - L226744 - - 226744@hsesinfo.org - Mrs. - F226740 - L226740 - - 226740@hsesinfo.org - 555-555-6740 - - - 8074 - 3244 - 10586 - 200 - 2011 - 2016-07-01 - - EHS - Active - Jefferson Franklin Community Action Corporation - http://www.jfcac.org - 3244@hsesinfo.org - 2 Merchants Dr - - Hillsboro - MO - 63050-5212 - PO Box 920 - - Hillsboro - MO - 63050-0920 - 2 Merchants Dr - - Hillsboro - MO - 63050-5212 - Ms. - F205703 - L205703 - - Board President - 205703@hsesinfo.org - Ms. - F205704 - L205704 - - Chief Executive Officer - 205704@hsesinfo.org - Ms. - F205706 - L205706 - - 205706@hsesinfo.org - Ms. - F205702 - L205702 - - 205702@hsesinfo.org - 555-555-5702 - - - 11226 - 2488 - 13129 - 000 - 1992 - 2020-04-01 - - HS - Active - Honolulu Community Action Program, Inc. - www.hcapweb.org - 2488@hsesinfo.org - 1132 Bishop St - Ste 100 - Honolulu - HI - 96813-2807 - 1132 Bishop St - Ste 100 - Honolulu - HI - 96813-2807 - 1132 Bishop St - Ste 100 - Honolulu - HI - 96813-2807 - Mr. - F226748 - L226748 - - HCAP Board Chair - 226748@hsesinfo.org - Mr. - F226749 - L226749 - Esq. - Executive Director - 226749@hsesinfo.org - Ms. - F226751 - L226751 - - 226751@hsesinfo.org - Mr. - F226747 - L226747 - - 226747@hsesinfo.org - 555-555-6747 - - - 1375 - 2906 - 2866 - 000 - 2013 - 2013-06-26 - 2019-01-31 - HS - Inactive - Lenox Hill Neighborhood House, Inc. - www.lenoxhill.org - 2906@hsesinfo.org - 331 E 70th St - - New York - NY - 10021-8601 - 331 E 70th St - - New York - NY - 10021-8601 - 331 E 70th St - - New York - NY - 10021-8601 - Ms. - F39953 - L39953 - - Board Member - 39953@hsesinfo.org - Mr. - F39951 - L39951 - - Executive Director - 39951@hsesinfo.org - Mr. - F39950 - L39950 - - 39950@hsesinfo.org - Ms. - F36183 - L36183 - - 36183@hsesinfo.org - 555-555-6183 - - - 8209 - 683 - 10627 - 200 - 2003 - 2016-07-01 - - EHS - Active - Garrett-Keyser-Butler Early Head Start Program - - 683@hsesinfo.org - 801 East Houston Street - - Garrett - IN - 46738 - 801 East Houston Street - - Garrett - IN - 46738-1662 - 801 East Houston Street - - Garrett - IN - 46738-1662 - Mr. - F206578 - L206578 - - President, GKB School Board of Trustees - 206578@hsesinfo.org - Mrs. - F206579 - L206579 - - Supt. GKB Schools - 206579@hsesinfo.org - Ms. - F206581 - L206581 - - 206581@hsesinfo.org - Mrs. - F206577 - L206577 - - 206577@hsesinfo.org - 555-555-6577 - - - 11227 - 8563 - 13129 - 200 - 2017 - 2020-04-01 - - EHS - Active - Honolulu Community Action Program, Inc. - www.hcapweb.org - 8563@hsesinfo.org - 1132 Bishop St - Ste 100 - Honolulu - HI - 96813-2807 - 1132 Bishop St - Ste 100 - Honolulu - HI - 96813-2807 - 1132 Bishop St - Ste 100 - Honolulu - HI - 96813-2807 - Mr. - F226755 - L226755 - - HCAP Board Chair - 226755@hsesinfo.org - Mr. - F226756 - L226756 - Esq. - Executive Director - 226756@hsesinfo.org - Ms. - F226758 - L226758 - - 226758@hsesinfo.org - Mr. - F226754 - L226754 - - 226754@hsesinfo.org - 555-555-6754 - - - 6406 - 1088 - 10010 - 000 - 1992 - 2015-07-01 - 2020-06-30 - HS - Inactive - County of San Bernardino, Preschool Services Dept. - http://www.sbcounty.gov/psd - 1088@hsesinfo.org - 150 S Lena Rd - - San Bernardino - CA - 92415-0515 - 150 S Lena Rd - - San Bernardino - CA - 92415-0515 - 150 S Lena Rd - - San Bernardino - CA - 92415-0515 - Mr. - F200512 - L200512 - - Chairman, County of San Bernardino Board of Supervisors - 200512@hsesinfo.org - Mr. - F200513 - L200513 - - Director - 200513@hsesinfo.org - Ms. - F200515 - L200515 - - 200515@hsesinfo.org - Mr. - F200511 - L200511 - - 200511@hsesinfo.org - 555-555-0511 - - - 5910 - 2467 - 9623 - 200 - 2005 - 2015-02-01 - - AIAN EHS - Active - SEMINOLE NATION OF OKLAHOMA - http://sno-nsn.gov/services/headstart - 2467@hsesinfo.org - 36645 Hwy 270 - - Wewoka - OK - 74884 - P.O. Box 1316 - - Seminole - OK - 74818 - 36645 Hwy 270 - - Wewoka - OK - 74884 - Mr. - F105957 - L105957 - - Principal Chief - 105957@hsesinfo.org - Mr. - F105955 - L105955 - - Principle Chief - 105955@hsesinfo.org - Mr. - F105954 - L105954 - - 105954@hsesinfo.org - Ms. - F105953 - L105953 - - 105953@hsesinfo.org - 555-555-5953 - - - 9594 - 8851 - 11743 - 200 - 2019 - 2019-03-01 - - AIAN EHS - Active - Squaxin Island Tribe - https://squaxinisland.org/ - 8851@hsesinfo.org - 3851 SE Old Olympic Hwy - - Shelton - WA - 98584-7735 - 10 SE Squaxin Ln - - Shelton - WA - 98584-9200 - 10 SE Squaxin Ln - - Shelton - WA - 98584-9200 - Mr. - F215611 - L215611 - - Tribal Chair - 215611@hsesinfo.org - Mr. - F215612 - L215612 - - Tribal Administrator - 215612@hsesinfo.org - Ms. - F215614 - L215614 - - 215614@hsesinfo.org - Ms. - F215610 - L215610 - - 215610@hsesinfo.org - 555-555-5610 - - - 7054 - 1179 - 10488 - 000 - 1992 - 2016-01-01 - - AIAN HS - Active - San Carlos Apache Tribe Head Start - - 1179@hsesinfo.org - 03 Tonto Street - - San Carlos - AZ - 85550 - PO BOX 278 - - San Carlos - AZ - 85550-0278 - 03 Tonto Street - - San Carlos - AZ - 85550 - Mr. - F205045 - L205045 - - Chairman San Carlos Apache Tribe - 205045@hsesinfo.org - Ms. - F205046 - L205046 - - Executive Director for Education - 205046@hsesinfo.org - Ms. - F205048 - L205048 - - 205048@hsesinfo.org - Ms. - F205044 - L205044 - - 205044@hsesinfo.org - 555-555-5044 - - - 5653 - 4175 - 9451 - 217 - 2014 - 2014-12-01 - - EHS - Active - Easter Seals Metropolitan Chicago - easterseals.com/chicago/ - 4175@hsesinfo.org - 120 Madison St - - Oak Park - IL - 60302-4206 - 120 Madison St - - Oak Park - IL - 60302-4206 - 120 Madison St - - Oak Park - IL - 60302-4206 - Mr. - F101482 - L101482 - - Chairman of the Board - 101482@hsesinfo.org - Mr. - F101480 - L101480 - - President/CEO - 101480@hsesinfo.org - Ms. - F101479 - L101479 - - 101479@hsesinfo.org - Ms. - F101477 - L101477 - - 101477@hsesinfo.org - 555-555-1477 - - - 8739 - 8597 - 11112 - 009 - 2017 - 2017-08-01 - - HS - Active - Fundacion Para El Desarrollo Del Hogar Propio, Inc - - 8597@hsesinfo.org - Angora Park Plaza - Luis Muñoz Marin Ave. Esquared Georgetti - Caguas - PR - 00726-5250 - P.O. Box 5250 - - Caguas - PR - 00726-5250 - Angora Park Plaza - Luis Muñoz Marin Ave. Esquared Georgetti - Caguas - PR - 00726-5250 - Mrs. - F209656 - L209656 - - - 209656@hsesinfo.org - Mrs. - F209657 - L209657 - - - 209657@hsesinfo.org - Mr. - F209659 - L209659 - - 209659@hsesinfo.org - Mrs. - F209655 - L209655 - - 209655@hsesinfo.org - 555-555-9655 x 5555 - - - 6767 - 3866 - 10251 - 002 - - 2015-08-01 - - HS - Active - Greenburgh Central School District #7 - www.greenburgh7.com - 3866@hsesinfo.org - Early Childhood Program - 475 West Hartsdale Avenue - Hartsdale - NY - 10530-1359 - Early Childhood Program - 475 West Hartsdale Avenue - Hartsdale - NY - 10530-1359 - Early Childhood Program - 475 West Hartsdale Avenue - Hartsdale - NY - 10530-1359 - Mr. - F203040 - L203040 - - - 203040@hsesinfo.org - Dr. - F203041 - L203041 - - - 203041@hsesinfo.org - Ms. - F203043 - L203043 - - 203043@hsesinfo.org - Mrs. - F203039 - L203039 - - 203039@hsesinfo.org - 555-555-3039 x 5555 - - - 9422 - 633 - 11645 - 000 - 2014 - 2019-03-01 - - HS - Active - Alabama Council on Human Relations - http://www.achr.com - 633@hsesinfo.org - 950 Shelton Mill Rd - - Auburn - AL - 36830-2736 - PO Box 3770 - 950 Sheldon Mill Road - Auburn - AL - 36831-3770 - 950 Shelton Mill Rd - - Auburn - AL - 36830-2736 - Mr. - F214463 - L214463 - Jr - President - 214463@hsesinfo.org - Ms. - F214464 - L214464 - - CEO - 214464@hsesinfo.org - Mr. - F214466 - L214466 - - 214466@hsesinfo.org - Ms. - F214462 - L214462 - - 214462@hsesinfo.org - 555-555-4462 - - - 1378 - 2970 - 2869 - 000 - 2013 - 2013-06-26 - 2018-12-31 - HS - Inactive - MUNICIPALITY OF SAN GERMAN - CCORDOVA@MUNICIPIODESANGERMAN.COM - 2970@hsesinfo.org - 23 Ave Dr Jw Harris - Interseccion Calle Concepcion - San German - PR - 00683-4032 - PO Box 85 - - San German - PR - 00683-0085 - 23 Ave Dr Jw Harris - Interseccion Calle Concepcion - San German - PR - 00683-4032 - Hon. - F39357 - L39357 - - - 39357@hsesinfo.org - Mrs. - F39355 - L39355 - - - 39355@hsesinfo.org - Mrs. - F39354 - L39354 - - 39354@hsesinfo.org - Mrs. - F36178 - L36178 - - 36178@hsesinfo.org - 555-555-6178 - - - 5207 - 2746 - 8890 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Alameda Family Services - www.alamedafs.org - 2746@hsesinfo.org - 2325 Clement Ave - Ste A - Alameda - CA - 94501-7061 - 2325 Clement Ave - Ste A - Alameda - CA - 94501-7061 - 2325 Clement Ave - Ste A - Alameda - CA - 94501-7061 - Ms. - F52290 - L52290 - - AFS Board President - 52290@hsesinfo.org - Ms. - F52288 - L52288 - - Interim Executive Director - 52288@hsesinfo.org - - F52287 - L52287 - - 52287@hsesinfo.org - Ms. - F52286 - L52286 - - 52286@hsesinfo.org - 555-555-2286 - - - 8210 - 1898 - 10631 - 000 - 1991 - 2016-07-01 - - HS - Active - Oakland Livingston Human Service Agency - http://www.olhsa.org - 1898@hsesinfo.org - 196 Cesar E Chavez Ave - Fl 5 - Pontiac - MI - 48342-1094 - 196 Cesar E Chavez Ave - Fl 5 - Pontiac - MI - 48342-1094 - 196 Cesar E Chavez Ave - Fl 5 - Pontiac - MI - 48342-1094 - Mr. - F206585 - L206585 - - Chair - 206585@hsesinfo.org - Ms. - F206586 - L206586 - - - 206586@hsesinfo.org - Ms. - F206588 - L206588 - - 206588@hsesinfo.org - Ms. - F206584 - L206584 - - 206584@hsesinfo.org - 555-555-6584 - - - 4543 - 2208 - 8519 - 000 - 1992 - 2013-12-23 - 2018-12-31 - HS - Inactive - MountainHeart Community Services, Inc. - http://www.mountain-heart.org - 2208@hsesinfo.org - 33 Mountainheart Lane - - Matheny - WV - 24860 - P.O. Box 1509 - - Oceana - WV - 24870-1509 - 33 Mountainheart Lane - - Matheny - WV - 24860 - Mrs. - F43170 - L43170 - - - 43170@hsesinfo.org - Mrs. - F43168 - L43168 - - - 43168@hsesinfo.org - Mrs. - F43169 - L43169 - - 43169@hsesinfo.org - Ms. - F43165 - L43165 - - 43165@hsesinfo.org - 555-555-3165 x 5555 - - - 8644 - 8511 - 11031 - 000 - 2017 - 2017-07-01 - - HS - Active - BCFS Education Services - http://www.discoverbcfs.net/HeadStart - 8511@hsesinfo.org - 1506 Bexar Crossing St - - San Antonio - TX - 78232-1587 - 1506 Bexar Crossing St - - San Antonio - TX - 78232-1587 - 1506 Bexar Crossing St - - San Antonio - TX - 78232-1587 - Mr. - F209016 - L209016 - - Board Chair - 209016@hsesinfo.org - Dr. - F209017 - L209017 - - Executive Director - 209017@hsesinfo.org - Mrs. - F209019 - L209019 - - 209019@hsesinfo.org - Ms. - F209015 - L209015 - - 209015@hsesinfo.org - 555-555-9015 - - - 8881 - 8662 - 11245 - 200 - 2018 - 2018-09-01 - 2019-08-31 - AIAN EHS - Inactive - Cook Inlet Native Head Start - http://www.cinhs.net/ - 8662@hsesinfo.org - 6901 E. Tudor Road - - Anchorage - AK - 99507-1254 - 6901 E. Tudor Road - - Anchorage - AK - 99507-1254 - 6901 E. Tudor Road - - Anchorage - AK - 99507-1254 - Mr. - F210690 - L210690 - - Board Chair - 210690@hsesinfo.org - Mr. - F210688 - L210688 - - Executive Director - 210688@hsesinfo.org - Ms. - F210691 - L210691 - - 210691@hsesinfo.org - Mr. - F210687 - L210687 - - 210687@hsesinfo.org - 555-555-0687 - - - 9654 - 609 - 11819 - 000 - 2014 - 2019-06-01 - - HS - Active - LOWNDES COUNTY BOARD OF EDUCATION - www.lowndesboeheadstart.org - 609@hsesinfo.org - 141 Main St - - Hayneville - AL - 36040-6401 - PO Box 158 - - Hayneville - AL - 36040-0158 - 141 Main St - - Hayneville - AL - 36040-6401 - Mr. - F215998 - L215998 - - Board President - 215998@hsesinfo.org - Mr. - F215999 - L215999 - - Superintendent - 215999@hsesinfo.org - Ms. - F216001 - L216001 - - 216001@hsesinfo.org - Ms. - F215997 - L215997 - - 215997@hsesinfo.org - 555-555-5997 x 5555 - - - 5632 - 4133 - 9452 - 018 - 2014 - 2014-12-01 - - HS - Active - El Valor Corporation - www.elvalor.net - 4133@hsesinfo.org - 1850 W 21st. St. - - Chicago - IL - 60608 - 1850 W 21st. St. - - Chicago - IL - 60608 - 1850 W 21st. St. - - Chicago - IL - 60608 - Mr. - F101488 - L101488 - - Agency Board Chair - 101488@hsesinfo.org - Mr. - F101486 - L101486 - - President/CEO - 101486@hsesinfo.org - Ms. - F101485 - L101485 - - 101485@hsesinfo.org - Ms. - F101484 - L101484 - - 101484@hsesinfo.org - 555-555-1484 - - - 4646 - 1906 - 8579 - 000 - 2014 - 2014-03-01 - 2019-02-28 - HS - Inactive - Community Action of Allegan County - www.communityactionallegan.org - 1906@hsesinfo.org - 323 Water Street - - Allegan - MI - 49010-1325 - 323 Water Street - - Allegan - MI - 49010-1325 - 323 Water Street - - Allegan - MI - 49010-1325 - Mr. - F44533 - L44533 - - Community Action of Allegan County Board Chairperson - 44533@hsesinfo.org - Ms. - F44534 - L44534 - - - 44534@hsesinfo.org - Ms. - F44532 - L44532 - - 44532@hsesinfo.org - Ms. - F44530 - L44530 - - 44530@hsesinfo.org - 555-555-4530 x 5555 - - - 4647 - 2590 - 8579 - 200 - 2014 - 2014-03-01 - 2019-02-28 - EHS - Inactive - Community Action of Allegan County - www.communityactionallegan.org - 2590@hsesinfo.org - 323 Water Street - - Allegan - MI - 49010 - 323 Water Street - - Allegan - MI - 49010 - 323 Water Street - - Allegan - MI - 49010 - Mr. - F44541 - L44541 - - Community Action of Allegan County Board Chairperson - 44541@hsesinfo.org - Ms. - F44539 - L44539 - - - 44539@hsesinfo.org - Ms. - F44538 - L44538 - - 44538@hsesinfo.org - Ms. - F44537 - L44537 - - 44537@hsesinfo.org - 555-555-4537 x 5555 - - - 4544 - 2207 - 8519 - 200 - 2013 - 2013-12-23 - 2018-12-31 - EHS - Inactive - MountainHeart Community Services, Inc. - http://www.mountain-heart.org - 2207@hsesinfo.org - 33 Mountainheart Lane - - Matheny - WV - 24860 - P.O. Box 1509 - - Oceana - WV - 24870-1509 - 33 Mountainheart Lane - - Matheny - WV - 24860 - Mrs. - F43174 - L43174 - - - 43174@hsesinfo.org - Mrs. - F43173 - L43173 - - - 43173@hsesinfo.org - Mrs. - F43176 - L43176 - - 43176@hsesinfo.org - Ms. - F43172 - L43172 - - 43172@hsesinfo.org - 555-555-3172 x 5555 - - - 10110 - 2028 - 12160 - 200 - 2014 - 2019-07-01 - - EHS - Active - National Centers for Learning Excellence, Inc. - www.childandfamilycenters.com - 2028@hsesinfo.org - N4W22000 Bluemound Road - - Waukesha - WI - 53186-8755 - N4W22000 Bluemound Road - - Waukesha - WI - 53186-8755 - N4W22000 Bluemound Road - - Waukesha - WI - 53186-8755 - Ms. - F219161 - L219161 - - President of the Board of Directors - 219161@hsesinfo.org - Dr. - F219162 - L219162 - PhD - - 219162@hsesinfo.org - Ms. - F219164 - L219164 - - 219164@hsesinfo.org - Dr. - F219160 - L219160 - PhD - 219160@hsesinfo.org - 555-555-9160 - - - 10113 - 817 - 12152 - 000 - 2014 - 2019-07-01 - - HS - Active - Dickinson Iron Intermediate School District - www.diisd.org - 817@hsesinfo.org - 1074 Pyle Drive - - Kingsford - MI - 49802-4451 - 1074 Pyle Drive - - Kingsford - MI - 49802-4451 - 1074 Pyle Drive - - Kingsford - MI - 49802-4451 - Mr. - F219182 - L219182 - - Board President - 219182@hsesinfo.org - Mrs. - F219183 - L219183 - - Superintendent - 219183@hsesinfo.org - Mrs. - F219185 - L219185 - - 219185@hsesinfo.org - Mr. - F219181 - L219181 - - 219181@hsesinfo.org - 555-555-9181 - - - 10114 - 2636 - 12152 - 200 - 2014 - 2019-07-01 - - EHS - Active - Dickinson Iron Intermediate School District - www.diisd.org - 2636@hsesinfo.org - 1074 Pyle Drive - - Kingsford - MI - 49802 - 1074 Pyle Drive - - Kingsford - MI - 49802 - 1074 Pyle Drive - - Kingsford - MI - 49802 - Mr. - F219189 - L219189 - - Board President - 219189@hsesinfo.org - Mrs. - F219190 - L219190 - - - 219190@hsesinfo.org - Mrs. - F219192 - L219192 - - 219192@hsesinfo.org - Mr. - F219188 - L219188 - - 219188@hsesinfo.org - 555-555-9188 - - - 10115 - 4934 - 12163 - 200 - 2014 - 2019-07-01 - - EHS - Active - Telamon Corporation - www.telamon.org - 4934@hsesinfo.org - 600 Corporation Dr - Ste 105 - Pendleton - IN - 46064-8300 - 5560 Munford Rd., Suite 201 - - Raleigh - NC - 27612-2731 - 5560 Munford Rd., Suite 201 - - Raleigh - NC - 27612-2731 - Mrs. - F219196 - L219196 - - Chair, Governing Board - 219196@hsesinfo.org - Mrs. - F219197 - L219197 - - Executive Director - 219197@hsesinfo.org - Ms. - F219199 - L219199 - - 219199@hsesinfo.org - Mrs. - F219195 - L219195 - - 219195@hsesinfo.org - 555-555-9195 x 5555 - - - 10116 - 2190 - 12158 - 200 - 2007 - 2019-07-01 - - EHS - Active - HAMILTON CENTER INC - www.hamiltoncenter.org - 2190@hsesinfo.org - 620 EIGHT AVENUE - PO 4323 - TERRE HAUTE - IN - 47804-0323 - 620 EIGHT AVENUE - PO 4323 - TERRE HAUTE - IN - 47804-0323 - 620 EIGHT AVENUE - PO 4323 - TERRE HAUTE - IN - 47804-0323 - Mr. - F219203 - L219203 - - Board President - 219203@hsesinfo.org - Mr. - F219204 - L219204 - - CEO - 219204@hsesinfo.org - Ms. - F219206 - L219206 - - 219206@hsesinfo.org - Ms. - F219202 - L219202 - - 219202@hsesinfo.org - 555-555-9202 - - - 5212 - 5218 - 9018 - 000 - 2014 - 2014-07-01 - 2019-07-31 - HS - Inactive - Save the Children, Inc. - www.savethechildren.org - 5218@hsesinfo.org - 701 Chapman St - - Indianola - MS - 38751-2511 - 701 Chapman St - - Indianola - MS - 38751-2511 - 701 Chapman St - - Indianola - MS - 38751-2511 - Mr. - F52322 - L52322 - - Save the Children Head Start Board Chair - 52322@hsesinfo.org - Mr. - F52323 - L52323 - - Executive Director - 52323@hsesinfo.org - Ms. - F52325 - L52325 - - 52325@hsesinfo.org - Mr. - F52321 - L52321 - - 52321@hsesinfo.org - - - - 5213 - 5219 - 9018 - 200 - 2014 - 2014-07-01 - 2019-07-31 - EHS - Inactive - Save the Children, Inc. - www.savethechildren.org - 5219@hsesinfo.org - 702 Roosevelt St - - Indianola - MS - 38751-3159 - 702 Roosevelt St - - Indianola - MS - 38751-3159 - 702 Roosevelt St - - Indianola - MS - 38751-3159 - Mrs. - F52330 - L52330 - - Save the Children Head Start Board Chair - 52330@hsesinfo.org - Mr. - F52331 - L52331 - - Executive Director - 52331@hsesinfo.org - Ms. - F52333 - L52333 - - 52333@hsesinfo.org - Dr. - F52329 - L52329 - - 52329@hsesinfo.org - 555-555-2329 - - - 5549 - 5555 - 7818 - 212 - 2014 - 2014-09-11 - - EHS - Active - Municipality of Guayama, Head Start Program - - 5555@hsesinfo.org - PR # 3 Km 135.3 - Ave Los Veteranos - Guayama - PR - 00784 - PO Box 3030 - - Guayama - PR - 00785-3030 - 4 Calle Derkes E - - Guayama - PR - 00784-4936 - - F99519 - L99519 - - - 99519@hsesinfo.org - - F99520 - L99520 - - - 99520@hsesinfo.org - - F99522 - L99522 - - 99522@hsesinfo.org - Mrs. - F99518 - L99518 - - 99518@hsesinfo.org - 555-555-9518 - - - 10530 - 6073 - 12513 - 200 - - 2019-09-01 - - Migrant EHS - Active - Oregon Child Development Coalition, Inc. - http://www.ocdc.net - 6073@hsesinfo.org - 9140 SW Pioneer Ct, Suite C - 9140 SW Pioneer Ct, Suite E - Wilsonville - OR - 97070-2780 - 9140 SW Pioneer Ct, Suite C - 9140 SW Pioneer Ct, Suite E - Wilsonville - OR - 97070-2780 - 9140 SW Pioneer Ct, Suite C - 9140 SW Pioneer Ct, Suite E - Wilsonville - OR - 97070-2780 - Mrs. - F222049 - L222049 - - Board Chair - 222049@hsesinfo.org - Mrs. - F222050 - L222050 - - Executive Director - 222050@hsesinfo.org - Mr. - F222052 - L222052 - - 222052@hsesinfo.org - Mrs. - F222048 - L222048 - - 222048@hsesinfo.org - 555-555-2048 x 5555 - - - 4560 - 1353 - 8566 - 000 - 2013 - 2013-12-23 - 2019-12-31 - HS - Inactive - Alabama-Coushatta Reservation Tribal Council - - 1353@hsesinfo.org - 147 Daycare Rd - - Livingston - TX - 77351-4540 - 571 State Park Road 56 - - Livingston - TX - 77351-4540 - 571 State Park Road 56 - - Livingston - TX - 77351-4540 - Ms. - F43289 - L43289 - - Tribal Council Chairperson - 43289@hsesinfo.org - Ms. - F43291 - L43291 - - Operations Manager - 43291@hsesinfo.org - Ms. - F43288 - L43288 - - 43288@hsesinfo.org - Ms. - F43286 - L43286 - - 43286@hsesinfo.org - 555-555-3286 x 5555 - - - 8084 - 8025 - 8657 - 203 - 2016 - 2017-02-01 - 2019-06-30 - EHS - Inactive - Committee For Early Childhood Development - http://www.cecdhs.org - 8025@hsesinfo.org - Head Start Program - 193-04 Jamaica Avenue - Jamaica - NY - 11423-2532 - Head Start Program - 193-04 Jamaica Avenue - Jamaica - NY - 11423-2532 - Head Start Program - 193-04 Jamaica Avenue - Jamaica - NY - 11423-2532 - Ms. - F205778 - L205778 - - - 205778@hsesinfo.org - Dr. - F205779 - L205779 - - - 205779@hsesinfo.org - Ms. - F205781 - L205781 - - 205781@hsesinfo.org - Dr. - F205777 - L205777 - - 205777@hsesinfo.org - 555-555-5777 - - - 4683 - 3884 - 8665 - 011 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - East Side House Settlement Head Start / Day Care - http://www.eastsidehouse.org - 3884@hsesinfo.org - 375 East 143rd Street - - Bronx - NY - 10454-1258 - 375 East 143rd Street - - Bronx - NY - 10454-1258 - 375 East 143rd Street - - Bronx - NY - 10454-1258 - Mr. - F45529 - L45529 - - Chairman - 45529@hsesinfo.org - Mr. - F45528 - L45528 - - - 45528@hsesinfo.org - Ms. - F45531 - L45531 - - 45531@hsesinfo.org - Ms. - F45527 - L45527 - - 45527@hsesinfo.org - 555-555-5527 - - - 5085 - 5091 - 9008 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Shelby County Board of Education - https://scsearlychildhoodprogram.weebly.com/ - 5091@hsesinfo.org - 160 S. Hollywood St. - - Memphis - TN - 38112-4801 - 160 S. Hollywood St. - - Memphis - TN - 38112-4801 - 130 Flicker St - - Memphis - TN - 38104-5928 - Ms. - F50180 - L50180 - - Board President - 50180@hsesinfo.org - Dr. - F50181 - L50181 - - Director of Early Childhood Programs - 50181@hsesinfo.org - Ms. - F50183 - L50183 - - 50183@hsesinfo.org - Mr. - F50179 - L50179 - - 50179@hsesinfo.org - 555-555-0179 - - - 9119 - 3787 - 11432 - 010 - 2013 - 2018-09-01 - - HS - Active - Riverside USD - www.riversideunified.org - 3787@hsesinfo.org - 7675 Magnolia Avenue - - Riverside - CA - 92504 - 7675 Magnolia Avenue - - Riverside - CA - 92504 - 7675 Magnolia Avenue - - Riverside - CA - 92504 - Mrs. - F212423 - L212423 - - Board of Education President - 212423@hsesinfo.org - Dr. - F212424 - L212424 - - Superintendent - 212424@hsesinfo.org - Mrs. - F212426 - L212426 - - 212426@hsesinfo.org - Mr. - F212422 - L212422 - - 212422@hsesinfo.org - 555-555-2422 x 5555 - - - 9040 - 971 - 11376 - 000 - 1992 - 2018-08-01 - - HS - Active - Community Action Partnership of Lancaster County - http://www.caplanc.org - 971@hsesinfo.org - 601 S Queen St - - Lancaster - PA - 17603-5621 - 601 S Queen St - - Lancaster - PA - 17603-5621 - 601 S Queen St - - Lancaster - PA - 17603-5621 - Mrs. - F211816 - L211816 - - CAP Board Chairperson - 211816@hsesinfo.org - Mrs. - F211817 - L211817 - - Chief Executive Officer - 211817@hsesinfo.org - Ms. - F211819 - L211819 - - 211819@hsesinfo.org - Mrs. - F211815 - L211815 - - 211815@hsesinfo.org - 555-555-1815 - - - 8997 - 1118 - 11326 - 000 - 2013 - 2018-08-01 - - HS - Active - PALAU COMMUNITY ACTION AGENCY - - 1118@hsesinfo.org - Ngesekes Road - Ngerbeched - Koror - PW - 96940 - PO Box 3000 - Ngesekes, Ngerbeched - Koror - PW - 96940-6013 - Ngesekes Road - Ngerbeched - Koror - PW - 96940 - Mr. - F211535 - L211535 - - President, Board of Directors - 211535@hsesinfo.org - Ms. - F211536 - L211536 - - Acting Executive Director - 211536@hsesinfo.org - Mr. - F211538 - L211538 - - 211538@hsesinfo.org - Ms. - F211534 - L211534 - - 211534@hsesinfo.org - 555-555-1534 x 5555 - - - 5822 - 5828 - 9565 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Family Service Association of San Antonio, Inc. - www.family-service.org - 5828@hsesinfo.org - 702 San Pedro Avenue - - San Antonio - TX - 78212-4610 - 702 San Pedro Avenue - - San Antonio - TX - 78212-4610 - 702 San Pedro Avenue - - San Antonio - TX - 78212-4610 - Ms. - F103928 - L103928 - - Chair, Board of Directors - 103928@hsesinfo.org - Ms. - F103929 - L103929 - - President / CEO - 103929@hsesinfo.org - Ms. - F103931 - L103931 - - 103931@hsesinfo.org - Ms. - F103927 - L103927 - - 103927@hsesinfo.org - 555-555-3927 - - - 8527 - 8407 - 10936 - 200 - 2017 - 2017-03-01 - - EHS - Active - AR Dept Human Services-Child Care & Early Childhood Ed - https://humanservices.arkansas.gov/ - 8407@hsesinfo.org - 700 Main St - - Little Rock - AR - 72201-4608 - 700 Main St - - Little Rock - AR - 72201-4608 - 700 Main St - - Little Rock - AR - 72201-4608 - Mrs. - F208417 - L208417 - - Assistant Director - DCCECE - 208417@hsesinfo.org - Mrs. - F208418 - L208418 - - Assistant Director, Operations and Program Support - 208418@hsesinfo.org - Mrs. - F208420 - L208420 - - 208420@hsesinfo.org - Mr. - F208416 - L208416 - - 208416@hsesinfo.org - 555-555-8416 - - - 4374 - 4196 - 8441 - 001 - 2013 - 2013-09-01 - 2019-08-31 - HS - Inactive - Alexandria Head Start - http://www.campagnacenter.org - 4196@hsesinfo.org - Campagna Center, Inc. - 418 South Washington Street - Alexandria - VA - 22314-3630 - Campagna Center, Inc. - 418 South Washington Street - Alexandria - VA - 22314-3630 - Campagna Center, Inc. - 418 South Washington Street - Alexandria - VA - 22314-3630 - Ms. - F40272 - L40272 - - Board Chair - 40272@hsesinfo.org - Dr. - F40269 - L40269 - - - 40269@hsesinfo.org - Ms. - F40271 - L40271 - - 40271@hsesinfo.org - Mrs. - F40267 - L40267 - - 40267@hsesinfo.org - 555-555-0267 - - - 5070 - 891 - 8983 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Kannapolis City School District - http://www.kcs.k12.nc.us - 891@hsesinfo.org - 1300 Glenn Avenue - - Kannapolis - NC - 28081 - 1300 Glenn Avenue - - Kannapolis - NC - 28081 - 100 Denver Street - - Kannapolis - NC - 28083 - Mr. - F51586 - L51586 - - School Board Chairperson - 51586@hsesinfo.org - Dr. - F51587 - L51587 - - Superintendent - 51587@hsesinfo.org - Ms. - F51584 - L51584 - - 51584@hsesinfo.org - Mrs. - F51583 - L51583 - - 51583@hsesinfo.org - 555-555-1583 - - - 9091 - 1366 - 11410 - 000 - 2013 - 2018-09-01 - - HS - Active - Head Start Child & Family Development Program Inc. - http://www.hshn.org - 1366@hsesinfo.org - 123 North Marian Road - - Hastings - NE - 68901-4673 - 123 North Marian Road - - Hastings - NE - 68901-4673 - 123 North Marian Road - - Hastings - NE - 68901-4673 - Ms. - F212218 - L212218 - - Board Chairperson - 212218@hsesinfo.org - Ms. - F212219 - L212219 - - - 212219@hsesinfo.org - Mr. - F212221 - L212221 - - 212221@hsesinfo.org - Ms. - F212217 - L212217 - - 212217@hsesinfo.org - 555-555-2217 x 5555 - - - 11436 - 2726 - 13272 - 200 - 2014 - 2020-07-01 - - EHS - Active - Champlain Valley Head Start (Early Head Start) - http://www.champlainvalleyheadstart.org - 2726@hsesinfo.org - 431 Pine St. - - Burlington - VT - 05401-4726 - 431 Pine St. - - Burlington - VT - 05401-4726 - 431 Pine St. - - Burlington - VT - 05401-4726 - Mr. - F228092 - L228092 - - Board President - 228092@hsesinfo.org - Mr. - F228093 - L228093 - - - 228093@hsesinfo.org - Ms. - F228095 - L228095 - - 228095@hsesinfo.org - Mr. - F228091 - L228091 - - 228091@hsesinfo.org - 555-555-8091 - - - 4026 - 3429 - 8102 - 005 - 2012 - 2012-08-15 - - HS - Active - Municipality of Quebradillas - - 3429@hsesinfo.org - Carretera 113 Km 11.5 Barrio Cacao - - Quebradillas - PR - 00678 - Carretera 113 Km 11.5 Barrio Cacao - - Quebradillas - PR - 00678 - Carretera 113 Km 11.5 Barrio Cacao - - Quebradillas - PR - 00678 - Mr. - F38590 - L38590 - - Alcalde - 38590@hsesinfo.org - Mr. - F38588 - L38588 - - Alcalde - 38588@hsesinfo.org - Mrs. - F38587 - L38587 - - 38587@hsesinfo.org - Mr. - F33542 - L33542 - - 33542@hsesinfo.org - 555-555-3542 x 5555 - - - 8177 - 265 - 10599 - 000 - 1992 - 2016-07-01 - - HS - Active - North Hudson Community Action Corporation, Inc. - www.nhcac.org - 265@hsesinfo.org - 5800 Kennedy Blvd W - - West New York - NJ - 07093-1225 - 800 31st Street - - Union City - NJ - 07087 - 5800 Kennedy Blvd W - - West New York - NJ - 07093-1225 - Mr. - F206354 - L206354 - - Chairperson - 206354@hsesinfo.org - Mrs. - F206355 - L206355 - - President, CEO - 206355@hsesinfo.org - Mr. - F206357 - L206357 - - 206357@hsesinfo.org - Ms. - F206353 - L206353 - - 206353@hsesinfo.org - 555-555-6353 x 5555 - - - 5400 - 2489 - 9145 - 200 - 2014 - 2014-09-01 - 2020-08-31 - EHS - Inactive - Missouri Valley Community Action Agency - http://www.mvcaa.net - 2489@hsesinfo.org - 1415 S Odell Ave - - Marshall - MO - 65340-3144 - 1415 S Odell Ave - - Marshall - MO - 65340-3144 - 1415 S Odell Ave - - Marshall - MO - 65340-3144 - Mr. - F96777 - L96777 - - Chair, MVCAA Board of Directors - 96777@hsesinfo.org - Ms. - F96780 - L96780 - - Executive Director - 96780@hsesinfo.org - Ms. - F96781 - L96781 - - 96781@hsesinfo.org - Ms. - F96776 - L96776 - - 96776@hsesinfo.org - 555-555-6776 x 5555 - - - 5781 - 1455 - 9401 - 000 - 1998 - 2015-01-01 - - AIAN HS - Active - KENAITZE INDIAN TRIBE - http://www.kenaitze.org/headstart/index.htm - 1455@hsesinfo.org - 130 N Willow St - - Kenai - AK - 99611-7701 - 130 N Willow St - - Kenai - AK - 99611-7701 - 130 N Willow St - - Kenai - AK - 99611-7701 - Mr. - F105070 - L105070 - - Tribal Chairperson - 105070@hsesinfo.org - Ms. - F105074 - L105074 - - Executive Director Tribal Administration - 105074@hsesinfo.org - Ms. - F105072 - L105072 - - 105072@hsesinfo.org - Mrs. - F105069 - L105069 - - 105069@hsesinfo.org - 555-555-5069 - - - 5628 - 4129 - 9448 - 014 - 2014 - 2014-12-01 - - HS - Active - Henry Booth House - www.henryboothhouse.org - 4129@hsesinfo.org - 2907 South Wabash, Suite 205 - - Chicago - IL - 60616-3243 - 2907 South Wabash, Suite 205 - - Chicago - IL - 60616-3243 - 2907 South Wabash, Suite 205 - - Chicago - IL - 60616-3243 - Mr. - F101446 - L101446 - - Board Chairperson - 101446@hsesinfo.org - Mr. - F101444 - L101444 - - President/CEO - 101444@hsesinfo.org - Ms. - F101443 - L101443 - - 101443@hsesinfo.org - Ms. - F101442 - L101442 - - 101442@hsesinfo.org - 555-555-1442 - - - 5420 - 1171 - 9048 - 000 - 2014 - 2014-08-01 - 2020-07-31 - AIAN HS - Inactive - OTOE-MISSOURIA TRIBAL COUNCIL - www.omtribe.org - 1171@hsesinfo.org - 8151 Highway 177 - - Red Rock - OK - 74651-0348 - 8151 Highway 177 - - Red Rock - OK - 74651-0348 - 8151 Highway 177 - - Red Rock - OK - 74651-0348 - Mr. - F96479 - L96479 - - Chairman - 96479@hsesinfo.org - Mr. - F96480 - L96480 - - - 96480@hsesinfo.org - Mrs. - F96481 - L96481 - - 96481@hsesinfo.org - Mrs. - F96476 - L96476 - - 96476@hsesinfo.org - 555-555-6476 x 5555 - - - 5331 - 1391 - 9066 - 000 - 2014 - 2014-08-01 - 2019-07-31 - HS - Inactive - SAN FELIPE DEL RIO CONSOLIDATED INDEPENDENT SCHOOL DIST - www.sfdr-cisd.org - 1391@hsesinfo.org - 1009 Avenue J - - Del Rio - TX - 78840-4044 - PO Box 428002 - P.O. Box 428002 - Del Rio - TX - 78842-8002 - 315 Griner St - - Del Rio - TX - 78840-5533 - Mr. - F54218 - L54218 - - SFDRCISD School Board President - 54218@hsesinfo.org - Dr. - F54221 - L54221 - Dr. - SFDRCISD Superintendent - 54221@hsesinfo.org - Ms. - F54219 - L54219 - - 54219@hsesinfo.org - Ms. - F54217 - L54217 - . - 54217@hsesinfo.org - 555-555-4217 - - - 4881 - 1972 - 8629 - 000 - 1992 - 2014-06-01 - 2019-05-31 - HS - Inactive - Chesterfield County Public Schools - - 1972@hsesinfo.org - 10045 Courthouse Rd - - Chesterfield - VA - 23832-6655 - 10045 Courthouse Rd - - Chesterfield - VA - 23832-6655 - 10045 Courthouse Rd - - Chesterfield - VA - 23832-6655 - Mr. - F48163 - L48163 - - Chairperson - 48163@hsesinfo.org - Dr. - F48161 - L48161 - - Director of Equity & Student Support Services - 48161@hsesinfo.org - Mr. - F48164 - L48164 - - 48164@hsesinfo.org - Mrs. - F48160 - L48160 - - 48160@hsesinfo.org - 555-555-8160 - - - 5989 - 5996 - 9543 - 201 - - 2014-07-01 - 2019-06-30 - EHS - Inactive - Baltimore City Health Department EHS - - 5996@hsesinfo.org - 1001 E Fayette St - - Baltimore - MD - 21202-4715 - 1001 E Fayette St - - Baltimore - MD - 21202-4715 - 1001 E Fayette St - - Baltimore - MD - 21202-4715 - Mr. - F106586 - L106586 - - Board Chair - 106586@hsesinfo.org - Dr. - F106587 - L106587 - - - 106587@hsesinfo.org - Ms. - F106589 - L106589 - - 106589@hsesinfo.org - Mrs. - F106585 - L106585 - - 106585@hsesinfo.org - 555-555-6585 - - - 4621 - 2847 - 8607 - 200 - 2011 - 2014-02-01 - 2019-01-31 - EHS - Inactive - CEN-TEX FAMILY SERVICES INC - www.ctfhs.org - 2847@hsesinfo.org - 2402 N. Main Street - - BASTROP - TX - 78602 - 2402 N. Main Street - - BASTROP - TX - 78602 - 2402 N. Main Street - - BASTROP - TX - 78602 - Rev. - F44119 - L44119 - - Chair - 44119@hsesinfo.org - Mr. - F44117 - L44117 - - Interim Executive Director - 44117@hsesinfo.org - Mr. - F44116 - L44116 - - 44116@hsesinfo.org - Mr. - F44114 - L44114 - - 44114@hsesinfo.org - 555-555-4114 x 5555 - - - 4431 - 493 - 8465 - 200 - 2004 - 2013-11-01 - 2019-06-30 - EHS - Inactive - Families and Children Together, Inc. - http://www.fact-inc.com - 493@hsesinfo.org - 2720 Vine St - - El Dorado - AR - 71730-6700 - PO Box 10670 - - El Dorado - AR - 71730-0027 - 2720 Vine St - - El Dorado - AR - 71730-6700 - Mr. - F41414 - L41414 - - Chairman - 41414@hsesinfo.org - Ms. - F41412 - L41412 - - Executive Director - 41412@hsesinfo.org - Ms. - F41411 - L41411 - - 41411@hsesinfo.org - Ms. - F41409 - L41409 - - 41409@hsesinfo.org - 555-555-1409 x 5555 - - - 3619 - 3428 - 7713 - 018 - - - - HS - Active - Municipality of Manati - headstart_manati@yahoo.com - 3428@hsesinfo.org - Calle Baldorioty Corner Quinones St. - 10 Quiñones Street - Manati - PR - 00674-5013 - Calle Baldorioty Corner Quinones St. - 10 Quiñones Street - Manati - PR - 00674-5013 - Calle Baldorioty Corner Quinones St. - 10 Quiñones Street - Manati - PR - 00674-5013 - Mrs. - F29957 - L29957 - - President - 29957@hsesinfo.org - Hon. - F29955 - L29955 - A. - Mayor - 29955@hsesinfo.org - Mrs. - F29954 - L29954 - - 29954@hsesinfo.org - Mrs. - F11742 - L11742 - - 11742@hsesinfo.org - 555-555-1742 - - - 6046 - 6053 - 9755 - 200 - - 2015-03-01 - 2019-08-31 - EHS - Inactive - Youth In Need - http://www.youthinneed.org - 6053@hsesinfo.org - 1815 Boones Lick Road - - Saint Charles - MO - 63301-2247 - 1815 Boones Lick Road - - Saint Charles - MO - 63301-2247 - 1815 Boones Lick Road - - Saint Charles - MO - 63301-2247 - Ms. - F107249 - L107249 - - Chairperson - 107249@hsesinfo.org - Mrs. - F107250 - L107250 - - Chief Executive Officer - 107250@hsesinfo.org - Ms. - F107252 - L107252 - - 107252@hsesinfo.org - Mrs. - F107248 - L107248 - - 107248@hsesinfo.org - 555-555-7248 x 5555 - - - 4982 - 2728 - 8853 - 200 - 2011 - 2014-07-01 - 2019-05-31 - EHS - Inactive - COMMUNITY PROGRESS COUNCIL, INC. - www.yorkcpc.org - 2728@hsesinfo.org - 226 East College Avenue - - York - PA - 17403 - 226 East College Avenue - - York - PA - 17403 - 226 East College Avenue - - York - PA - 17403 - Ms. - F49366 - L49366 - - President, Community Progress Council Board of Directors - 49366@hsesinfo.org - Ms. - F49364 - L49364 - - - 49364@hsesinfo.org - Mr. - F49363 - L49363 - - 49363@hsesinfo.org - Ms. - F49362 - L49362 - - 49362@hsesinfo.org - 555-555-9362 - - - 9304 - 3717 - 11561 - 001 - 2013 - 2019-01-01 - - HS - Active - First Baptist Head Start - http://www.firstbaptistheadstart.org - 3717@hsesinfo.org - 3890 Railroad Ave - - Pittsburg - CA - 94565-6540 - 3890 Railroad Ave - - Pittsburg - CA - 94565-6540 - 3890 Railroad Ave - - Pittsburg - CA - 94565-6540 - Mrs. - F213666 - L213666 - - Chairperson - 213666@hsesinfo.org - Mrs. - F213667 - L213667 - - Executive Director - 213667@hsesinfo.org - Ms. - F213669 - L213669 - - 213669@hsesinfo.org - Mrs. - F213665 - L213665 - - 213665@hsesinfo.org - 555-555-3665 x 5555 - - - 6239 - 1135 - 9833 - 000 - 1992 - 2015-04-01 - - AIAN HS - Active - LEECH LAKE RESERVATION BUSINESS COMMITTEE INC - www.llboearlychildhood.com - 1135@hsesinfo.org - 190 Sailstar Dr NW - - Cass Lake - MN - 56633-3565 - 190 Sailstar Dr NW - - Cass Lake - MN - 56633-3565 - 190 Sailstar Dr NW - - Cass Lake - MN - 56633-3565 - Mr. - F109517 - L109517 - Sr. - Tribal Chairman - 109517@hsesinfo.org - Mr. - F109515 - L109515 - Jr - - 109515@hsesinfo.org - Ms. - F109516 - L109516 - - 109516@hsesinfo.org - Mr. - F109513 - L109513 - - 109513@hsesinfo.org - 555-555-9513 - - - 9351 - 1582 - 11595 - 200 - 2000 - 2019-02-01 - - EHS - Active - Volunteers of America Southwest Corporation - http://www.voa-swcal.org - 1582@hsesinfo.org - 3530 Camino Del Rio North, Suite 300 (3rd Floor) - - San Diego - CA - 92108-1746 - 3530 Camino Del Rio North, Suite 300 (3rd Floor) - - San Diego - CA - 92108-1746 - 3530 Camino Del Rio North, Suite 300 (3rd Floor) - - San Diego - CA - 92108-1746 - Mr. - F213990 - L213990 - - Board Chair - 213990@hsesinfo.org - Mr. - F213991 - L213991 - - President/CEO - 213991@hsesinfo.org - Mr. - F213993 - L213993 - - 213993@hsesinfo.org - Ms. - F213989 - L213989 - - 213989@hsesinfo.org - 555-555-3989 - - - 8741 - 8599 - 11114 - 014 - 2017 - 2017-08-01 - - HS - Active - Municipio de Sabana Grande, Proyecto Head Start - - 8599@hsesinfo.org - carr. 328 km. 0.2 Bo. Rayo Guaras Edif. Jomar Plaza - - Sabana Grande - PR - 00637 - Municipio De Sabana Grande - Apartado 356 - Sabana Grande - PR - 00637-0356 - carr. 328 km. 0.2 Bo. Rayo Guaras Edif. Jomar Plaza - - Sabana Grande - PR - 00637 - Mrs. - F209668 - L209668 - - Presidenta Junta de Gobierno - 209668@hsesinfo.org - Hon. - F209669 - L209669 - - - 209669@hsesinfo.org - Mrs. - F209671 - L209671 - - 209671@hsesinfo.org - Mrs. - F209667 - L209667 - - 209667@hsesinfo.org - 555-555-9667 - - - 8543 - 8423 - 10949 - 200 - 2017 - 2017-03-01 - - EHS - Active - Delaware Department of Education - - 8423@hsesinfo.org - 401 Federal Street - Suite 2 - Dover - DE - 19901-3639 - 401 Federal Street - Suite 2 - Dover - DE - 19901-3639 - 401 Federal Street - Suite 2 - Dover - DE - 19901-3639 - Dr. - F208529 - L208529 - - Secretary of Education - 208529@hsesinfo.org - Mr. - F208530 - L208530 - - Executive Director - 208530@hsesinfo.org - - F208532 - L208532 - - 208532@hsesinfo.org - Mrs. - F208528 - L208528 - - 208528@hsesinfo.org - 555-555-8528 - - - 452 - 2140 - 277 - 000 - 2013 - 2013-07-02 - 2019-04-30 - HS - Inactive - Northern Virginia Family Service - http://www.nvfs.org - 2140@hsesinfo.org - 10455 White Granite Dr - Ste 100 - Oakton - VA - 22124-2764 - 10455 White Granite Dr - Ste 100 - Oakton - VA - 22124-2764 - 10455 White Granite Dr - Ste 100 - Oakton - VA - 22124-2764 - Mr. - F37265 - L37265 - - Board Chair - 37265@hsesinfo.org - Ms. - F37263 - L37263 - - President & CEO - 37263@hsesinfo.org - Ms. - F37262 - L37262 - - 37262@hsesinfo.org - Ms. - F37261 - L37261 - - 37261@hsesinfo.org - 555-555-7261 - - - 4565 - 1252 - 8502 - 000 - 2013 - 2013-12-23 - 2018-12-31 - HS - Inactive - JEFFERSON, COUNTY OF - http://jeffco.us/head/ - 1252@hsesinfo.org - 5150 Allison St - - Arvada - CO - 80002-4316 - 5150 Allison St - - Arvada - CO - 80002-4316 - 5150 Allison St - - Arvada - CO - 80002-4316 - Ms. - F43319 - L43319 - - Jefferson County Commissioner Chairman - 43319@hsesinfo.org - Ms. - F43318 - L43318 - - Human Services Department Director - 43318@hsesinfo.org - Ms. - F43316 - L43316 - - 43316@hsesinfo.org - Ms. - F43314 - L43314 - - 43314@hsesinfo.org - 555-555-3314 - - - 8369 - 1146 - 10716 - 200 - 2001 - 2016-08-01 - - AIAN EHS - Active - Fond du Lac Early Head Start - http://www.fdlrez.com - 1146@hsesinfo.org - 1720 Big Lake Rd - 41 University Road - Cloquet - MN - 55720-9702 - 1720 Big Lake Rd - 41 University Road - Cloquet - MN - 55720-9702 - 1720 Big Lake Rd - 41 University Road - Cloquet - MN - 55720-9702 - Mr. - F207735 - L207735 - - Chairwoman - 207735@hsesinfo.org - Ms. - F207736 - L207736 - - - 207736@hsesinfo.org - Ms. - F207738 - L207738 - - 207738@hsesinfo.org - Ms. - F207734 - L207734 - - 207734@hsesinfo.org - 555-555-7734 - - - 8723 - 3049 - 11091 - 200 - 2012 - 2017-09-01 - - EHS - Active - Washington County Opportunities, Inc. - - 3049@hsesinfo.org - 546 Gamari Rd - P.O. Drawer 750 - Greenville - MS - 38701-9229 - 546 Gamari Rd - P.O. Drawer 750 - Greenville - MS - 38701-9229 - 546 Gamari Rd - P.O. Drawer 750 - Greenville - MS - 38701-9229 - Mr. - F209551 - L209551 - - Board Chairman - 209551@hsesinfo.org - Mr. - F209552 - L209552 - - - 209552@hsesinfo.org - Ms. - F209554 - L209554 - - 209554@hsesinfo.org - Mr. - F209550 - L209550 - - 209550@hsesinfo.org - 555-555-9550 - - - 8763 - 2122 - 11133 - 000 - 2013 - 2017-12-01 - - HS - Active - New Opportunities, Incorporated - www.newopp.org - 2122@hsesinfo.org - 23751 Highway 30 - - Carroll - IA - 51401-8505 - 23751 Hwy. 30 E. , P.O. Box 427 - - Carroll - IA - 51401-2209 - 23751 Highway 30 - - Carroll - IA - 51401-8505 - Mr. - F209806 - L209806 - - Board Chairman - 209806@hsesinfo.org - Mr. - F209807 - L209807 - - Cheif Executive Officer - 209807@hsesinfo.org - Ms. - F209809 - L209809 - - 209809@hsesinfo.org - Ms. - F209805 - L209805 - - 209805@hsesinfo.org - 555-555-9805 x 5555 - - - 1405 - 3109 - 2898 - 000 - 2013 - 2013-06-04 - 2018-12-31 - HS - Inactive - Arkansas Early Learning, Inc. - www.arearlylearning.org - 3109@hsesinfo.org - 1901 Woodsprings Rd - Ste B - Jonesboro - AR - 72401-0936 - 1901 Woodsprings Rd - Ste B - Jonesboro - AR - 72401-0936 - 1901 Woodsprings Rd - Ste B - Jonesboro - AR - 72401-0936 - Mrs. - F36054 - L36054 - - Chairperson - 36054@hsesinfo.org - Mr. - F36052 - L36052 - - Chief Executive Officer - 36052@hsesinfo.org - Ms. - F36051 - L36051 - - 36051@hsesinfo.org - Ms. - F35975 - L35975 - - 35975@hsesinfo.org - 555-555-5975 - - - 8022 - 2404 - 10511 - 000 - 1991 - 2016-01-01 - - AIAN HS - Active - Haak'u Learning Center - - 2404@hsesinfo.org - 15 Turtle Shell Road - - Acoma - NM - 87034 - PO Box 428 - - Acoma - NM - 87034-0428 - 15 Pinsbaari Dr - - Acoma - NM - 87034 - Mr. - F205354 - L205354 - - Governor - 205354@hsesinfo.org - Mrs. - F205355 - L205355 - - Executive Director, Acoma Department of Education - 205355@hsesinfo.org - Mr. - F205357 - L205357 - - 205357@hsesinfo.org - Miss - F205353 - L205353 - - 205353@hsesinfo.org - 555-555-5353 x 5555 - - - 4948 - 2487 - 8781 - 000 - 1992 - 2014-07-01 - 2019-06-30 - HS - Inactive - Eastern Oregon University - https://www.eou.edu/head-start/ - 2487@hsesinfo.org - Eastern Oregon University - 1 University Boulevard - La Grande - OR - 97850-2807 - Eastern Oregon University - 1 University Boulevard - La Grande - OR - 97850-2807 - Eastern Oregon University - 1 University Boulevard - La Grande - OR - 97850-2807 - Dr. - F48756 - L48756 - - Eastern Oregon Head Start - 48756@hsesinfo.org - Mr. - F48758 - L48758 - - - 48758@hsesinfo.org - Ms. - F48755 - L48755 - - 48755@hsesinfo.org - Mr. - F48753 - L48753 - - 48753@hsesinfo.org - 555-555-8753 - - - 8591 - 8463 - 10988 - 000 - 2017 - 2017-06-01 - 2019-05-31 - HS - Inactive - CDI HS/Cabarrus County, NC - www.cdiheadstart.org - 8463@hsesinfo.org - 310 Kerr St NW - - Concord - NC - 28025-4610 - PO Box 957 - - Concord - NC - 28026-0957 - 310 Kerr St NW - - Concord - NC - 28025-4610 - Mr. - F208852 - L208852 - - Chief Executive Officer - 208852@hsesinfo.org - Ms. - F208853 - L208853 - - Executive Director - 208853@hsesinfo.org - - F208855 - L208855 - - 208855@hsesinfo.org - Ms. - F208851 - L208851 - - 208851@hsesinfo.org - 555-555-8851 - - - 4774 - 3202 - 8638 - 200 - 2014 - 2014-04-01 - 2019-03-31 - EHS - Inactive - Child Development Resources of Ventura County, Inc. - http://www.cdrv.org - 3202@hsesinfo.org - 221 E. Ventura Boulevard - - Oxnard - CA - 93036-0277 - 221 E. Ventura Boulevard - - Oxnard - CA - 93036-0277 - 221 E. Ventura Boulevard - - Oxnard - CA - 93036-0277 - Ms. - F46493 - L46493 - - President - 46493@hsesinfo.org - Mr. - F46490 - L46490 - - Chief Executive Officer - 46490@hsesinfo.org - Ms. - F46489 - L46489 - - 46489@hsesinfo.org - Ms. - F46488 - L46488 - - 46488@hsesinfo.org - 555-555-6488 x 5555 - - - 4430 - 492 - 8465 - 000 - 1996 - 2013-11-01 - 2019-06-30 - HS - Inactive - Families and Children Together, Inc. - http://www.fact-inc.com - 492@hsesinfo.org - 2720 Vine St - - El Dorado - AR - 71730-6700 - PO Box 10670 - - El Dorado - AR - 71730-0027 - 2720 Vine St - - El Dorado - AR - 71730-6700 - Mr. - F41402 - L41402 - - Chairman - 41402@hsesinfo.org - Ms. - F41406 - L41406 - - Executive Director - 41406@hsesinfo.org - Ms. - F41405 - L41405 - - 41405@hsesinfo.org - Ms. - F41401 - L41401 - - 41401@hsesinfo.org - 555-555-1401 x 5555 - - - 9230 - 1890 - 11510 - 000 - 1993 - 2018-12-01 - - HS - Active - COOPERATIVE EDUCATIONAL SERVICE AGENCY #11 - http://www.cesa11.k12.wi.us - 1890@hsesinfo.org - 225 Ostermann Drive - - Turtle Lake - WI - 54889-9191 - 225 Ostermann Drive - - Turtle Lake - WI - 54889-9191 - 225 Ostermann Drive - - Turtle Lake - WI - 54889-9191 - Mr. - F213150 - L213150 - - Chairman - 213150@hsesinfo.org - Mr. - F213151 - L213151 - - - 213151@hsesinfo.org - Ms. - F213153 - L213153 - - 213153@hsesinfo.org - Ms. - F213149 - L213149 - - 213149@hsesinfo.org - 555-555-3149 x 5555 - - - 9231 - 1891 - 11510 - 200 - 1993 - 2018-12-01 - - EHS - Active - COOPERATIVE EDUCATIONAL SERVICE AGENCY #11 - http://www.cesa11.k12.wi.us - 1891@hsesinfo.org - 225 Ostermann Drive - - Turtle Lake - WI - 54889-9191 - 225 Ostermann Drive - - Turtle Lake - WI - 54889-9191 - 225 Ostermann Drive - - Turtle Lake - WI - 54889-9191 - Mr. - F213157 - L213157 - - Chairman - 213157@hsesinfo.org - Mr. - F213158 - L213158 - - - 213158@hsesinfo.org - Ms. - F213160 - L213160 - - 213160@hsesinfo.org - Mrs. - F213156 - L213156 - - 213156@hsesinfo.org - 555-555-3156 x 5555 - - - 5210 - 2261 - 8903 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Olympic Community Action Programs - http://www.olycap.org - 2261@hsesinfo.org - 228 W 1st St - Ste J - Port Angeles - WA - 98362-2640 - 228 W 1st St - Ste J - Port Angeles - WA - 98362-2640 - 228 W 1st St - Ste J - Port Angeles - WA - 98362-2640 - Mr. - F52311 - L52311 - - Board Chair - 52311@hsesinfo.org - Ms. - F52308 - L52308 - - Executive Director - 52308@hsesinfo.org - Mrs. - F52312 - L52312 - - 52312@hsesinfo.org - Ms. - F52307 - L52307 - - 52307@hsesinfo.org - 555-555-2307 x 5555 - - - 4786 - 1041 - 8633 - 000 - 2014 - 2014-04-01 - 2019-06-30 - HS - Inactive - Montrose County School District RE-1J - http://www.mcsd.org - 1041@hsesinfo.org - Early Childhood Centers / Head Start - 900 Colorado Avenue Unit 4 - Montrose - CO - 81401-9701 - Early Childhood Centers/Head Start - PO Box 10,000 - Montrose - CO - 81402 - Early Childhood Centers / Head Start - 900 Colorado Avenue Unit 4 - Montrose - CO - 81401-9701 - Mr. - F46576 - L46576 - - Board of Education, President - 46576@hsesinfo.org - Mr. - F46578 - L46578 - - Superintendent - 46578@hsesinfo.org - Ms. - F46577 - L46577 - - 46577@hsesinfo.org - Ms. - F46573 - L46573 - - 46573@hsesinfo.org - 555-555-6573 - - - 5350 - 5356 - 2898 - 200 - 2014 - 2014-08-15 - 2018-12-31 - EHS - Inactive - Arkansas Early Learning, Inc. - www.arearlylearning.org - 5356@hsesinfo.org - 1901 Woodsprings Rd - Ste B - Jonesboro - AR - 72401-0936 - 1901 Woodsprings Rd - Ste B - Jonesboro - AR - 72401-0936 - 1901 Woodsprings Rd - Ste B - Jonesboro - AR - 72401-0936 - Dr. - F54347 - L54347 - Ph.D - Chairperson - 54347@hsesinfo.org - Mr. - F54348 - L54348 - - Chief Executive Officer - 54348@hsesinfo.org - Ms. - F54350 - L54350 - - 54350@hsesinfo.org - Ms. - F54346 - L54346 - - 54346@hsesinfo.org - 555-555-4346 - - - 8133 - 8074 - 8709 - 255 - 2016 - 2017-02-01 - 2019-06-30 - EHS - Inactive - Sheltering Arms Children and Family Services - shelteringarmsny.org - 8074@hsesinfo.org - 305 7th Avenue - - New York - NY - 10009-6008 - 305 7th Avenue - - New York - NY - 10009-6008 - 305 7th Avenue - - New York - NY - 10009-6008 - Mr. - F206072 - L206072 - - Board Chair and President - 206072@hsesinfo.org - Ms. - F206073 - L206073 - - CEO/Executive Director - 206073@hsesinfo.org - Ms. - F206075 - L206075 - - 206075@hsesinfo.org - Ms. - F206071 - L206071 - - 206071@hsesinfo.org - 555-555-6071 - - - 5000 - 2524 - 8895 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Chicanos Por La Causa, Inc. - http://www.cplc.org - 2524@hsesinfo.org - 1242 E. Washington St. - Suite 200 - Phoenix - AZ - 85034-1171 - 1242 E. Washington St. - Suite 200 - Phoenix - AZ - 85034-1171 - 1112 E. Buckeye Rd. - - Phoenix - AZ - 85034-4043 - Mr. - F49494 - L49494 - - CPLC Board of Directors Chair - 49494@hsesinfo.org - Mr. - F49490 - L49490 - - President and Chief Executive Officer (CEO) - 49490@hsesinfo.org - Ms. - F49492 - L49492 - - 49492@hsesinfo.org - Ms. - F49489 - L49489 - - 49489@hsesinfo.org - 555-555-9489 x 5555 - - - 9469 - 854 - 11683 - 200 - 1989 - 2019-04-01 - - EHS - Active - CAPC Washington-Morgan County - http://www.wmcap.org - 854@hsesinfo.org - 218 Putnam Street - - Marietta - OH - 45750-0144 - PO Box 144 - - Marietta - OH - 45750 - 218 Putnam Street - - Marietta - OH - 45750 - Mr. - F214780 - L214780 - - Board President - 214780@hsesinfo.org - Mr. - F214781 - L214781 - - - 214781@hsesinfo.org - Ms. - F214783 - L214783 - - 214783@hsesinfo.org - Mrs. - F214779 - L214779 - - 214779@hsesinfo.org - 555-555-4779 - - - 4229 - 4229 - 6670 - 200 - 2013 - 2013-07-30 - - EHS - Active - Ounce of Prevention Fund - http://www.ounceofprevention.org - 4229@hsesinfo.org - 33 West Monroe Street, Suite 2400 - - Chicago - IL - 60603 - 33 West Monroe Street, Suite 2400 - - Chicago - IL - 60603 - 33 West Monroe Street, Suite 2400 - - Chicago - IL - 60603 - Mr. - F43694 - L43694 - - Chairman of the Board - 43694@hsesinfo.org - Ms. - F43692 - L43692 - - President, Ounce of Preveniton Fund - 43692@hsesinfo.org - Ms. - F43691 - L43691 - - 43691@hsesinfo.org - Ms. - F36684 - L36684 - - 36684@hsesinfo.org - 555-555-6684 - - - 4219 - 2560 - 6874 - 200 - 2013 - 2013-08-01 - 2019-07-31 - EHS - Inactive - Telamon Corporation - www.telamon.org - 2560@hsesinfo.org - 25448 Primehook Rd - - Milton - DE - 19968-2750 - 5560 Munford Rd., Suite 201 - - Raleigh - NC - 27612-2731 - 5560 Munford Rd., Suite 201 - - Raleigh - NC - 27612-2731 - Mrs. - F37099 - L37099 - - Board Chair - 37099@hsesinfo.org - Mrs. - F37097 - L37097 - - Executive Director - 37097@hsesinfo.org - Mrs. - F37096 - L37096 - - 37096@hsesinfo.org - Mrs. - F37094 - L37094 - - 37094@hsesinfo.org - 555-555-7094 - - - 10117 - 5822 - 12162 - 200 - - 2019-07-01 - - EHS - Active - Telamon Corporation - www.telamon.org - 5822@hsesinfo.org - 600 Corporation Dr - Ste 105 - Pendleton - IN - 46064-8300 - 5560 Munford Road, Suite 201 - - Raleigh - NC - 27612-2731 - 5560 Munford Road, Suite 201 - - Raleigh - NC - 27612-2731 - Mrs. - F219210 - L219210 - - Board Chair - 219210@hsesinfo.org - Mrs. - F219211 - L219211 - - Executive Director - 219211@hsesinfo.org - Ms. - F219213 - L219213 - - 219213@hsesinfo.org - Mrs. - F219209 - L219209 - - 219209@hsesinfo.org - 555-555-9209 x 5555 - - - 10119 - 5827 - 12153 - 200 - - 2019-07-01 - - EHS - Active - Parent Child Incorporated - www.parentchildinc.com - 5827@hsesinfo.org - 7815 Mainland Dr - - San Antonio - TX - 78250-5150 - 7815 Mainland Dr - - San Antonio - TX - 78250-5150 - 7815 Mainland Dr - - San Antonio - TX - 78250-5150 - Mr. - F219224 - L219224 - - Board President - 219224@hsesinfo.org - Dr. - F219225 - L219225 - PhD - Chief Executive Officer/HS/EHS Director - 219225@hsesinfo.org - Ms. - F219227 - L219227 - - 219227@hsesinfo.org - Dr. - F219223 - L219223 - PhD - 219223@hsesinfo.org - 555-555-9223 - - - 5862 - 5869 - 9536 - 001 - - 2014-07-01 - 2020-06-30 - HS - Inactive - Florence Fuller Child Development Centers, Inc - http://www.ffcdc.org - 5869@hsesinfo.org - 200 NE 14th St - - Boca Raton - FL - 33432-1848 - 200 NE 14th St - - Boca Raton - FL - 33432-1848 - 200 NE 14th St - - Boca Raton - FL - 33432-1848 - Mrs. - F104696 - L104696 - - President & Chairman of the Board - 104696@hsesinfo.org - Ms. - F104697 - L104697 - - CEO - 104697@hsesinfo.org - Mrs. - F104699 - L104699 - - 104699@hsesinfo.org - Ms. - F104695 - L104695 - - 104695@hsesinfo.org - 555-555-4695 x 5555 - - - 10120 - 5829 - 12166 - 200 - - 2019-07-01 - - EHS - Active - Tulsa Educare, Inc. - www.tulsaeducare.org - 5829@hsesinfo.org - 2190 S 67th East Ave - - Tulsa - OK - 74129-2008 - 2190 S 67th East Ave - - Tulsa - OK - 74129-2008 - 2190 S 67th East Ave - - Tulsa - OK - 74129-2008 - Ms. - F219231 - L219231 - - - 219231@hsesinfo.org - Ms. - F219232 - L219232 - - - 219232@hsesinfo.org - Ms. - F219234 - L219234 - - 219234@hsesinfo.org - Ms. - F219230 - L219230 - - 219230@hsesinfo.org - 555-555-9230 - - - 5863 - 5870 - 9536 - 201 - - 2014-07-01 - 2020-06-30 - EHS - Inactive - Florence Fuller Child Development Centers, Inc - http://www.ffcdc.org - 5870@hsesinfo.org - 10130 185th St S - - Boca Raton - FL - 33498-6333 - 200 NE 14th Street - - Boca Raton - FL - 33432-1848 - 200 NE 14th Street - - Boca Raton - FL - 33432-1848 - Mrs. - F104704 - L104704 - - President & Chairman of the Board - 104704@hsesinfo.org - Ms. - F104705 - L104705 - - CEO - 104705@hsesinfo.org - Mrs. - F104707 - L104707 - - 104707@hsesinfo.org - Ms. - F104703 - L104703 - - 104703@hsesinfo.org - 555-555-4703 x 5555 - - - 10122 - 3727 - 12170 - 001 - 2014 - 2019-07-01 - 2020-06-30 - HS - Inactive - Booker T. Washington Child Development Center - http://www.btwchild.org - 3727@hsesinfo.org - 1519 East Adams Street - - Phoenix - AZ - 85034-1182 - 1519 East Adams Street - - Phoenix - AZ - 85034-1182 - 1519 East Adams Street - - Phoenix - AZ - 85034-1182 - Mr. - F219245 - L219245 - - President Board Chair - 219245@hsesinfo.org - Ms. - F219246 - L219246 - - Executive Director - 219246@hsesinfo.org - Ms. - F219248 - L219248 - - 219248@hsesinfo.org - Ms. - F219244 - L219244 - - 219244@hsesinfo.org - 555-555-9244 - - - 6241 - 1195 - 9859 - 000 - 1992 - 2015-04-01 - - AIAN HS - Active - Ute Indian Tribe - utetribe.com - 1195@hsesinfo.org - 6640 East Bottle Hollow Loop Road - - Fort Duchesne - UT - 84026 - PO Box 265 - - Fort Duchesne - UT - 84026-0265 - 6640 E Bottle Hollow Loop Road - - Fort Duchesne - UT - 84026 - Mr. - F109545 - L109545 - - Chairman - 109545@hsesinfo.org - Mr. - F109548 - L109548 - - Executive Director - 109548@hsesinfo.org - Ms. - F109544 - L109544 - - 109544@hsesinfo.org - Ms. - F109543 - L109543 - - 109543@hsesinfo.org - 555-555-9543 - - - 10123 - 3728 - 12171 - 002 - 2014 - 2019-07-01 - 2020-06-30 - HS - Inactive - Washington Elementary School District - www.wesdschools.org - 3728@hsesinfo.org - 1502 W Mountain View Rd - - Phoenix - AZ - 85021-2158 - 1502 W Mountain View Rd - - Phoenix - AZ - 85021-2158 - 1502 W Mountain View Rd - - Phoenix - AZ - 85021-2158 - Mr. - F219252 - L219252 - - Governing Board President - 219252@hsesinfo.org - Dr. - F219253 - L219253 - - Superintendent - 219253@hsesinfo.org - Ms. - F219255 - L219255 - - 219255@hsesinfo.org - Ms. - F219251 - L219251 - - 219251@hsesinfo.org - 555-555-9251 - - - 6500 - 509 - 10118 - 000 - 1992 - 2015-07-01 - 2020-06-30 - HS - Inactive - Chattanooga YFD Head Start/EHS Program - http://www.chattanoogaheadstart.com - 509@hsesinfo.org - 2302 Ocoee St - - Chattanooga - TN - 37406-3564 - 2302 Ocoee St - - Chattanooga - TN - 37406-3564 - 2302 Ocoee St - - Chattanooga - TN - 37406-3564 - Dr. - F201170 - L201170 - - Chattanooga Human Services Board Chariperson - 201170@hsesinfo.org - Mrs. - F201171 - L201171 - - Deputy Administrator - 201171@hsesinfo.org - Ms. - F201173 - L201173 - - 201173@hsesinfo.org - Mrs. - F201169 - L201169 - - 201169@hsesinfo.org - 555-555-1169 - - - 6755 - 1089 - 10219 - 200 - 2000 - 2015-08-01 - 2020-07-31 - EHS - Inactive - Pinal Gila Community Child Services, Inc. - http://www.pgccs.org - 1089@hsesinfo.org - 1183 E Cottonwood Ln - Ste 2 - Casa Grande - AZ - 85122-2970 - 1183 E Cottonwood Ln - Ste 2 - Casa Grande - AZ - 85122-2970 - 1183 E Cottonwood Ln - Ste 2 - Casa Grande - AZ - 85122-2970 - Mr. - F202956 - L202956 - - Board President - 202956@hsesinfo.org - Mrs. - F202957 - L202957 - MBA - CEO - 202957@hsesinfo.org - Ms. - F202959 - L202959 - - 202959@hsesinfo.org - Mrs. - F202955 - L202955 - MBA - 202955@hsesinfo.org - 555-555-2955 - - - 6598 - 1344 - 10066 - 000 - 1991 - 2015-07-01 - - HS - Active - Mid-Delta Community Services, Inc. - http://www.middeltacommunityservices.org - 1344@hsesinfo.org - 610 Biscoe St - - Helena - AR - 72342-3901 - 610 Biscoe St - - Helena - AR - 72342-3901 - 610 Biscoe St - - Helena - AR - 72342-3901 - Mr. - F201856 - L201856 - - Judge - 201856@hsesinfo.org - Mrs. - F201857 - L201857 - - - 201857@hsesinfo.org - Mr. - F201859 - L201859 - - 201859@hsesinfo.org - Ms. - F201855 - L201855 - - 201855@hsesinfo.org - 555-555-1855 x 5555 - - - 6939 - 3437 - 10414 - 001 - - 2015-11-01 - 2020-10-31 - HS - Inactive - Educare Center of Omaha - https://www.educareomaha.org - 3437@hsesinfo.org - 3110 W St - - Omaha - NE - 68107-3320 - 3110 W St - - Omaha - NE - 68107-3320 - 3110 W St - - Omaha - NE - 68107-3320 - Mrs. - F204234 - L204234 - - Board President - 204234@hsesinfo.org - Mr. - F204235 - L204235 - - Executive Director - 204235@hsesinfo.org - Ms. - F204237 - L204237 - - 204237@hsesinfo.org - Mr. - F204233 - L204233 - - 204233@hsesinfo.org - 555-555-4233 - - - 6940 - 3436 - 10414 - 201 - - 2015-11-01 - 2020-10-31 - EHS - Inactive - Educare Center of Omaha - https://www.educareomaha.org - 3436@hsesinfo.org - 2123 Paul Street - - Omaha - NE - 68102-4045 - 2123 Paul Street - - Omaha - NE - 68102-4045 - 2123 Paul Street - - Omaha - NE - 68102-4045 - Mrs. - F204241 - L204241 - - Board President - 204241@hsesinfo.org - Mr. - F204242 - L204242 - - Executive Director - 204242@hsesinfo.org - Ms. - F204244 - L204244 - - 204244@hsesinfo.org - Mr. - F204240 - L204240 - - 204240@hsesinfo.org - 555-555-4240 - - - 8991 - 2639 - 11310 - 200 - 2013 - 2018-08-01 - - EHS - Active - Community Action of Southern Indiana, Inc. - www.casi1.org - 2639@hsesinfo.org - 1613 E 8th St - - Jeffersonville - IN - 47130-4749 - 1613 E 8th St - - Jeffersonville - IN - 47130-4749 - 1613 E 8th St - - Jeffersonville - IN - 47130-4749 - Mr. - F211493 - L211493 - - CASI Board President - 211493@hsesinfo.org - Mr. - F211494 - L211494 - - Executive Director - 211494@hsesinfo.org - Mr. - F211496 - L211496 - - 211496@hsesinfo.org - Mrs. - F211492 - L211492 - - 211492@hsesinfo.org - 555-555-1492 x 5555 - - - 4947 - 2544 - 8784 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Eastern Washington University Early Head Start - www.ewu.edu - 2544@hsesinfo.org - EWU Early Head Start - 202 E. Spokane Falls Blvd, #202 - Spokane - WA - 99202-1612 - EWU Early Head Start - 526 5th Street; SHW 214 - Cheney - WA - 99004 - EWU Early Head Start - 526 5th Street; SHW 214 - Cheney - WA - 99004 - Mr. - F48769 - L48769 - - United States District Judge, EWU Trustee - 48769@hsesinfo.org - Ms. - F48768 - L48768 - - - 48768@hsesinfo.org - Ms. - F48771 - L48771 - - 48771@hsesinfo.org - Ms. - F48767 - L48767 - - 48767@hsesinfo.org - 555-555-8767 - - - 8190 - 8122 - 10629 - 200 - 2016 - 2016-07-01 - - EHS - Active - Joint Council For Economic Opportunity , Inc - http://www.jceo.org - 8122@hsesinfo.org - 54 Margaret Street - - Plattsburgh - NY - 12901-2925 - 54 Margaret Street - - Plattsburgh - NY - 12901-2925 - 54 Margaret Street - - Plattsburgh - NY - 12901-2925 - Ms. - F206445 - L206445 - - Board President - 206445@hsesinfo.org - Mr. - F206446 - L206446 - - CEO - 206446@hsesinfo.org - Ms. - F206448 - L206448 - - 206448@hsesinfo.org - Ms. - F206444 - L206444 - - 206444@hsesinfo.org - 555-555-6444 - - - 5255 - 3700 - 9103 - 202 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - The City of La Habra - www.lahabracity.com - 3700@hsesinfo.org - 215 N. Euclid St. - - La Habra - CA - 90631 - 215 N. Euclid St. - - La Habra - CA - 90631 - 215 N. Euclid St. - - La Habra - CA - 90631 - Mr. - F53458 - L53458 - - Mayor - 53458@hsesinfo.org - Mr. - F53456 - L53456 - - City Manager - 53456@hsesinfo.org - Ms. - F53455 - L53455 - - 53455@hsesinfo.org - Ms. - F53459 - L53459 - - 53459@hsesinfo.org - 555-555-3459 - - - 5648 - 4167 - 9441 - 207 - 2014 - 2014-12-01 - - EHS - Active - Salvation Army - www.salvationarmychicago.org - 4167@hsesinfo.org - 845 West 69th Street - - Chicago - IL - 60621-1709 - 845 West 69th Street - - Chicago - IL - 60621-1709 - 845 West 69th Street - - Chicago - IL - 60621-1709 - Mr. - F101376 - L101376 - - Board Chair - 101376@hsesinfo.org - Mr. - F101374 - L101374 - - Executive Director - 101374@hsesinfo.org - Ms. - F101373 - L101373 - - 101373@hsesinfo.org - Mr. - F101372 - L101372 - - 101372@hsesinfo.org - 555-555-1372 - - - 10207 - 9020 - 12234 - 000 - 2019 - 2019-08-01 - - HS - Active - Gateway Community Services Organization, Inc. - http://www.gatewaycaa.org - 9020@hsesinfo.org - 151 University Dr - - West Liberty - KY - 41472-2146 - PO Box 367 - - West Liberty - KY - 41472-0367 - 151 University Dr - - West Liberty - KY - 41472-2146 - Mr. - F219804 - L219804 - - - 219804@hsesinfo.org - Mrs. - F219805 - L219805 - - - 219805@hsesinfo.org - Mrs. - F219807 - L219807 - - 219807@hsesinfo.org - Mrs. - F219803 - L219803 - - 219803@hsesinfo.org - 555-555-9803 - - - 10208 - 9021 - 12234 - 200 - 2019 - 2019-08-01 - - EHS - Active - Gateway Community Services Organization, Inc. - http://www.gatewaycaa.org - 9021@hsesinfo.org - 151 University Dr - - West Liberty - KY - 41472-2146 - PO Box 367 - - West Liberty - KY - 41472-0367 - 151 University Dr - - West Liberty - KY - 41472-2146 - Mr. - F219811 - L219811 - - - 219811@hsesinfo.org - Mrs. - F219812 - L219812 - - - 219812@hsesinfo.org - Mrs. - F219814 - L219814 - - 219814@hsesinfo.org - Mrs. - F219810 - L219810 - - 219810@hsesinfo.org - 555-555-9810 x 5555 - - - 5905 - 2628 - 9400 - 200 - 2011 - 2015-02-01 - - AIAN EHS - Active - KAWERAK, INC - www.kawerak.org - 2628@hsesinfo.org - 606 East I Street - - Nome - AK - 99762 - PO Box 948 - - Nome - AK - 99762-0948 - 504 Seppala Drive - - Nome - AK - 99762 - Ms. - F105928 - L105928 - - Authorizing Official - President - 105928@hsesinfo.org - Ms. - F105926 - L105926 - - Executive Vice President - 105926@hsesinfo.org - Mrs. - F105925 - L105925 - - 105925@hsesinfo.org - Ms. - F105924 - L105924 - - 105924@hsesinfo.org - 555-555-5924 - - - 4949 - 1282 - 8902 - 000 - 1992 - 2014-07-01 - 2019-06-30 - HS - Inactive - RELIABLE ENTERPRISES - lewiscountyheadstart.com - 1282@hsesinfo.org - 203 W Reynolds Ave - Lewis County Head Start - Centralia - WA - 98531-3313 - PO Box 870 - Lewis County Head Start - Centralia - WA - 98531-0870 - 203 W Reynolds Ave - Lewis County Head Start - Centralia - WA - 98531-3313 - Mr. - F48763 - L48763 - - Board Chair - 48763@hsesinfo.org - Mr. - F48765 - L48765 - - Executive Director - 48765@hsesinfo.org - Mrs. - F48762 - L48762 - - 48762@hsesinfo.org - Ms. - F48760 - L48760 - - 48760@hsesinfo.org - 555-555-8760 x 5555 - - - 6715 - 2818 - 10232 - 200 - 2011 - 2015-08-01 - - EHS - Active - Lycoming-Clinton Counties Comm for Comm Action - http://www.stepcorp.org/ - 2818@hsesinfo.org - 2138 Boyd St - - Williamsport - PA - 17701-5585 - 2138 Boyd St - - Williamsport - PA - 17701-5585 - 2138 Boyd St - - Williamsport - PA - 17701-5585 - Mr. - F202676 - L202676 - - STEP Board of Director Chairperson - 202676@hsesinfo.org - Mr. - F202677 - L202677 - - STEP CEO and President - 202677@hsesinfo.org - Ms. - F202679 - L202679 - - 202679@hsesinfo.org - Mrs. - F202675 - L202675 - - 202675@hsesinfo.org - 555-555-2675 - - - 5659 - 4360 - 9468 - 234 - 2014 - 2014-12-01 - - EHS - Active - Chicago Child Care Society - www.cccsociety.org - 4360@hsesinfo.org - 5467 S University Ave - - Chicago - IL - 60615-5114 - 5467 S University Ave - - Chicago - IL - 60615-5114 - 5467 S University Ave - - Chicago - IL - 60615-5114 - - F101632 - L101632 - - Board Chair - 101632@hsesinfo.org - - F101633 - L101633 - - Executive Director - 101633@hsesinfo.org - - F101635 - L101635 - - 101635@hsesinfo.org - - F101639 - L101639 - - 101639@hsesinfo.org - 555-555-1639 - - - 4967 - 2961 - 8927 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Yeled V'Yalda Early Childhood Center - http://www.yeled.org - 2961@hsesinfo.org - 1312-38th Street - - Brooklyn - NY - 11218-3807 - 1312-38th Street - - Brooklyn - NY - 11218-3807 - 1312-38th Street - - Brooklyn - NY - 11218-3807 - Mr. - F49301 - L49301 - - Chairman of the Board of Directors - 49301@hsesinfo.org - Mr. - F49303 - L49303 - - CEO - 49303@hsesinfo.org - Mrs. - F49304 - L49304 - - 49304@hsesinfo.org - Mr. - F49299 - L49299 - - 49299@hsesinfo.org - 555-555-9299 x 5555 - - - 9144 - 490 - 11459 - 000 - 1991 - 2018-11-01 - - HS - Active - Encompass Community Services - http://www.EncompassCS.org - 490@hsesinfo.org - 380 Encinal St - Ste 200 - Santa Cruz - CA - 95060-2178 - 380 Encinal St - Ste 200 - Santa Cruz - CA - 95060-2178 - 380 Encinal St - Ste 200 - Santa Cruz - CA - 95060-2178 - Ms. - F212563 - L212563 - - Co-Chair - 212563@hsesinfo.org - Ms. - F212564 - L212564 - - Chief Executive Officer - 212564@hsesinfo.org - Ms. - F212566 - L212566 - - 212566@hsesinfo.org - Ms. - F212562 - L212562 - - 212562@hsesinfo.org - 555-555-2562 x 5555 - - - 9145 - 489 - 11459 - 200 - 2004 - 2018-11-01 - - EHS - Active - Encompass Community Services - http://www.encompasscs.org - 489@hsesinfo.org - 380 Encinal St - Ste 200 - Santa Cruz - CA - 95060-2178 - 380 Encinal St - Ste 200 - Santa Cruz - CA - 95060-2178 - 380 Encinal St - Ste 200 - Santa Cruz - CA - 95060-2178 - Ms. - F212570 - L212570 - - Board Chairperson - 212570@hsesinfo.org - Ms. - F212571 - L212571 - - Chief Executive Officer - 212571@hsesinfo.org - Mr. - F212573 - L212573 - - 212573@hsesinfo.org - Ms. - F212569 - L212569 - - 212569@hsesinfo.org - 555-555-2569 x 5555 - - - 6004 - 6011 - 9652 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - United Way of Miami-Dade, Inc. - www.unitedwaymiamicfe.org - 6011@hsesinfo.org - 3250 SW 3rd Avenue - - Miami - FL - 33129-2712 - 3250 SW 3rd Avenue - - Miami - FL - 33129-2712 - 3250 SW 3rd Avenue - - Miami - FL - 33129-2712 - Mr. - F106762 - L106762 - - Board Chair - 106762@hsesinfo.org - Ms. - F106763 - L106763 - - CEO/President - 106763@hsesinfo.org - Dr. - F106765 - L106765 - - 106765@hsesinfo.org - Ms. - F106761 - L106761 - - 106761@hsesinfo.org - 555-555-6761 - - - 5572 - 311 - 9267 - 000 - 2014 - 2014-12-01 - 2019-11-30 - HS - Inactive - MARYLAND RURAL DEVELOPMENT CORPORATION - http://www.mrdc.net - 311@hsesinfo.org - 200 Road B - Hollingsworth Manor - Elkton - MD - 21921-6695 - PO Box 4848 - - Annapolis - MD - 21403-6848 - 428 4th St - Ste 6 - Annapolis - MD - 21403-2560 - Mr. - F101025 - L101025 - - Chair Board of Director - 101025@hsesinfo.org - Mr. - F101026 - L101026 - - Executive Director - 101026@hsesinfo.org - Ms. - F101028 - L101028 - - 101028@hsesinfo.org - Mrs. - F101023 - L101023 - - 101023@hsesinfo.org - 555-555-1023 x 5555 - - - 8699 - 8560 - 11070 - 200 - 2017 - 2017-08-01 - - EHS - Active - URBAN STRATEGIES, LLC - www.urbanstrategies.us - 8560@hsesinfo.org - 2341 9th St S - - Arlington - VA - 22204-2359 - 2341 9th St S - - Arlington - VA - 22204-2359 - 2341 9th St S - - Arlington - VA - 22204-2359 - Ms. - F209397 - L209397 - - Board Chair - 209397@hsesinfo.org - Mrs. - F209398 - L209398 - - President - 209398@hsesinfo.org - Ms. - F209400 - L209400 - - 209400@hsesinfo.org - Ms. - F209396 - L209396 - - 209396@hsesinfo.org - 555-555-9396 - - - 6805 - 1751 - 10281 - 200 - 2001 - 2015-09-01 - 2020-08-31 - EHS - Inactive - Florida State University - http://www.cpeip.fsu.edu/ehs - 1751@hsesinfo.org - 385 E Jefferson St - Ste C - Quincy - FL - 32351-2531 - 1339 E. Lafayette St - - Tallahassee - FL - 32301-4797 - 874 TRADITIONS WAY 3RD FLOOR - - TALLAHASSEE - FL - 32306-0001 - Dr. - F203310 - L203310 - - VP for Research - 203310@hsesinfo.org - Dr. - F203311 - L203311 - - Director, FSU Early Head Start Program - 203311@hsesinfo.org - Ms. - F203313 - L203313 - - 203313@hsesinfo.org - Ms. - F203309 - L203309 - - 203309@hsesinfo.org - 555-555-3309 - - - 9315 - 4825 - 11572 - 201 - 2014 - 2019-01-01 - - EHS - Active - One Hope United - http://www.onehopeunited.org - 4825@hsesinfo.org - 514 W. 31st St - - Chicago - IL - 60616 - 514 W. 31st St - - Chicago - IL - 60616 - 514 W. 31st St - - Chicago - IL - 60616 - Mr. - F213742 - L213742 - - Board Chairperson - 213742@hsesinfo.org - Ms. - F213743 - L213743 - - Executive Director - Early Learning Child Development - 213743@hsesinfo.org - Ms. - F213745 - L213745 - - 213745@hsesinfo.org - Ms. - F213741 - L213741 - - 213741@hsesinfo.org - 555-555-3741 - - - 4626 - 2133 - 8503 - 000 - 2014 - 2014-02-01 - 2019-01-31 - HS - Inactive - INTER-LAKES COMMUNITY ACTION PARTNERSHIP INC - http://www.interlakescap.com - 2133@hsesinfo.org - 111 N Van Eps Ave - - Madison - SD - 57042-2800 - PO Box 268 - - Madison - SD - 57042-0268 - 111 N Van Eps Ave - - Madison - SD - 57042-2800 - Ms. - F44149 - L44149 - - ICAP Board Chair - 44149@hsesinfo.org - Ms. - F44151 - L44151 - - - 44151@hsesinfo.org - Ms. - F44150 - L44150 - - 44150@hsesinfo.org - Ms. - F44148 - L44148 - - 44148@hsesinfo.org - 555-555-4148 - - - 4682 - 3883 - 8664 - 010 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Bloomingdale Family Program, Inc. - http://www.bloomingdalefamilyprogram.org - 3883@hsesinfo.org - 125 West 109th Street - - New York - NY - 10025-2542 - 125 West 109th Street - - New York - NY - 10025-2542 - 125 West 109th Street - - New York - NY - 10025-2542 - Ms. - F45522 - L45522 - - Board Chair - 45522@hsesinfo.org - Mr. - F45524 - L45524 - - Executive Director - 45524@hsesinfo.org - Ms. - F45525 - L45525 - - 45525@hsesinfo.org - Mr. - F45520 - L45520 - - 45520@hsesinfo.org - 555-555-5520 - - - 8657 - 8520 - 11047 - 200 - 2017 - 2017-07-01 - - EHS - Active - Carolina Municipality Head Start Program - - 8520@hsesinfo.org - Carr.887 km 0.4 Zona Industrial Julio N. Matos - - Carolina - PR - 00985 - PO Box 8 - - Carolina - PR - 00986-0008 - Carr.887 km 0.4 Zona Industrial Julio N. Matos - - Carolina - PR - 00985 - Mr. - F209108 - L209108 - - Board Chair - 209108@hsesinfo.org - Ms. - F209109 - L209109 - - - 209109@hsesinfo.org - Ms. - F209111 - L209111 - - 209111@hsesinfo.org - Ms. - F209107 - L209107 - - 209107@hsesinfo.org - 555-555-9107 x 5555 - - - 9008 - 3274 - 11333 - 000 - 2013 - 2018-08-01 - - HS - Active - Lutheran Services Florida, Inc. - www.lsfnet.org - 3274@hsesinfo.org - 2210 Tall Pines Dr - Ste 220 - Largo - FL - 33771-5347 - 2210 Tall Pines Dr - Ste 220 - Largo - FL - 33771-5347 - 2210 Tall Pines Dr - Ste 220 - Largo - FL - 33771-5347 - Mr. - F211603 - L211603 - - Chairman of the Board of Lutheran Services Florida, Inc. - 211603@hsesinfo.org - Capt. - F211604 - L211604 - - Executive Vice President - 211604@hsesinfo.org - Ms. - F211606 - L211606 - - 211606@hsesinfo.org - Dr. - F211602 - L211602 - - 211602@hsesinfo.org - 555-555-1602 - - - 8065 - 2128 - 10555 - 200 - 1993 - 2016-05-01 - - EHS - Active - Child Start, Inc. Early Head Start - http://www.childstart.org - 2128@hsesinfo.org - 1002 S. Oliver - - Wichita - KS - 67218-3218 - 1002 S. Oliver - - Wichita - KS - 67218-3218 - 1002 S. Oliver - - Wichita - KS - 67218-3218 - Mr. - F205641 - L205641 - - Chairperson, Board of Directors - 205641@hsesinfo.org - Ms. - F205642 - L205642 - - - 205642@hsesinfo.org - Ms. - F205644 - L205644 - - 205644@hsesinfo.org - Ms. - F205640 - L205640 - - 205640@hsesinfo.org - 555-555-5640 - - - 5641 - 4350 - 9461 - 027 - 2014 - 2014-12-01 - - HS - Active - Chinese American Service League - www.caslservice.org - 4350@hsesinfo.org - 2141 S Tan Ct - - Chicago - IL - 60616-1998 - 2141 S Tan Ct - - Chicago - IL - 60616-1998 - 2141 S Tan Ct - - Chicago - IL - 60616-1998 - Mr. - F101577 - L101577 - Jr - Board Chair - 101577@hsesinfo.org - Ms. - F101578 - L101578 - - Executive Director - 101578@hsesinfo.org - Ms. - F101580 - L101580 - - 101580@hsesinfo.org - Ms. - F101576 - L101576 - - 101576@hsesinfo.org - 555-555-1576 - - - 6867 - 6885 - 10345 - 036 - - 2014-12-01 - - HS - Active - New Pisgah Day Care - http://www.newpisgahcso.org - 6885@hsesinfo.org - 8130 S Racine Ave. - - Chicago - IL - 60620 - 8130 S Racine Ave. - - Chicago - IL - 60620 - 8130 S Racine Ave. - - Chicago - IL - 60620 - - F203744 - L203744 - - Board Chairperson - 203744@hsesinfo.org - - F203745 - L203745 - - Executive Director - 203745@hsesinfo.org - - F203747 - L203747 - - 203747@hsesinfo.org - - F203743 - L203743 - - 203743@hsesinfo.org - 555-555-3743 - - - 8170 - 8102 - 10558 - 000 - 2016 - 2016-05-01 - - HS - Active - Municipality of Canovanas - - 8102@hsesinfo.org - Carr 874 Km 1.2 Bo La Central Sec Torrecilla Alta - - Canovanas - PR - 00729 - PO BOX 1612 - - Canovanas - PR - 00729-1612 - Carr 874 Km 1.2 Bo La Central Sec Torrecilla Alta - - Canovanas - PR - 00729 - Hon. Mayor - F206305 - L206305 - - President - 206305@hsesinfo.org - Hon. Mayor - F206306 - L206306 - - Mayor - 206306@hsesinfo.org - Mrs. - F206308 - L206308 - - 206308@hsesinfo.org - Mrs. - F206304 - L206304 - - 206304@hsesinfo.org - 555-555-6304 - - - 9074 - 1356 - 11394 - 000 - 2013 - 2018-09-01 - - HS - Active - MID-WEST NEW MEXICO COMMUNITY ACTION PROGRAM - ourkidzrock.com - 1356@hsesinfo.org - 549 Don Pasqual Road, NW - - Los Lunas - NM - 87031-8491 - 549 Don Pasqual Road, NW - - Los Lunas - NM - 87031-8491 - 549 Don Pasqual Road, NW - - Los Lunas - NM - 87031-8491 - Mr. - F212099 - L212099 - - Grantee Board Chair - 212099@hsesinfo.org - Mr. - F212100 - L212100 - - Chief Executive Officer - 212100@hsesinfo.org - Ms. - F212102 - L212102 - - 212102@hsesinfo.org - Mrs. - F212098 - L212098 - - 212098@hsesinfo.org - 555-555-2098 - - - 6059 - 6066 - 9700 - 200 - - 2015-03-01 - 2019-08-31 - EHS - Inactive - Norris Square Community Alliance - http://nscaonline.org - 6066@hsesinfo.org - 174 Diamond St - - Philadelphia - PA - 19122-1722 - 174 Diamond St - - Philadelphia - PA - 19122-1722 - 174 Diamond St - - Philadelphia - PA - 19122-1722 - Ms. - F107353 - L107353 - - Board President - 107353@hsesinfo.org - Ms. - F107354 - L107354 - - Interim Executive Director - 107354@hsesinfo.org - Ms. - F107356 - L107356 - - 107356@hsesinfo.org - Ms. - F107352 - L107352 - - 107352@hsesinfo.org - 555-555-7352 - - - 6902 - 2732 - 10387 - 200 - 2011 - 2015-10-01 - - EHS - Active - Thrivalaska Head Start Birth to Five - www.thrivalaska.com - 2732@hsesinfo.org - 1949 Gillam Way Ste A - - Fairbanks - AK - 99701-6089 - 1949 Gillam Way Ste A - - Fairbanks - AK - 99701-6089 - 1949 Gillam Way Ste A - - Fairbanks - AK - 99701-6089 - Mrs. - F203975 - L203975 - - Board President - 203975@hsesinfo.org - Mrs. - F203976 - L203976 - - Executive Director - 203976@hsesinfo.org - Ms. - F203978 - L203978 - - 203978@hsesinfo.org - Mrs. - F203974 - L203974 - - 203974@hsesinfo.org - 555-555-3974 x 5555 - - - 10127 - 3735 - 12175 - 006 - 2014 - 2019-07-01 - 2020-06-30 - HS - Inactive - Alhambra Head Start - www.alhambraesd.org - 3735@hsesinfo.org - 4730 W Campbell Ave - - Phoenix - AZ - 85031-1404 - 4510 N 37th Ave - - Phoenix - AZ - 85019-3206 - 4510 N 37th Ave - - Phoenix - AZ - 85019-3206 - Mr. - F219280 - L219280 - - Superintendent - 219280@hsesinfo.org - Mrs. - F219281 - L219281 - - Assistant Superintendent Educational Services - 219281@hsesinfo.org - Ms. - F219283 - L219283 - - 219283@hsesinfo.org - Ms. - F219279 - L219279 - - 219279@hsesinfo.org - 555-555-9279 - - - 8885 - 2894 - 11251 - 000 - 2013 - 2018-07-01 - - HS - Active - Monroe County Intermediate School District - http://www.monroeisd.us/departments/specialedecse/educational-opportunities/ - 2894@hsesinfo.org - 1101 S Raisinville Rd - - Monroe - MI - 48161-9745 - 1101 S Raisinville Rd - - Monroe - MI - 48161-9745 - 1101 S Raisinville Rd - - Monroe - MI - 48161-9745 - Mr. - F210716 - L210716 - - President, Board of Education - 210716@hsesinfo.org - Dr. - F210717 - L210717 - - Superintendent - 210717@hsesinfo.org - Ms. - F210719 - L210719 - - 210719@hsesinfo.org - Mrs. - F210715 - L210715 - - 210715@hsesinfo.org - 555-555-0715 - - - 10128 - 3736 - 12176 - 007 - 2014 - 2019-07-01 - 2020-06-30 - HS - Inactive - Murphy School District Head Start - www.msdaz.org - 3736@hsesinfo.org - 2020 W Durango St - - Phoenix - AZ - 85009-6557 - 2020 W Durango St - - Phoenix - AZ - 85009-6557 - 2020 W Durango St - - Phoenix - AZ - 85009-6557 - Ms. - F219287 - L219287 - - Board President - 219287@hsesinfo.org - Mr. - F219288 - L219288 - - Superintendent - 219288@hsesinfo.org - Mrs. - F219290 - L219290 - - 219290@hsesinfo.org - Ms. - F219286 - L219286 - - 219286@hsesinfo.org - 555-555-9286 - - - 9189 - 2484 - 11486 - 000 - 2013 - 2018-11-01 - - AIAN HS - Active - INTER-TRIBAL COUNCIL OF MICHIGAN, INC - http://www.itcmi.org - 2484@hsesinfo.org - 2956 Ashmun Street - Suite A - Sault Sainte Marie - MI - 49783-3720 - 2956 Ashmun Street - Suite A - Sault Sainte Marie - MI - 49783-3720 - 2956 Ashmun Street - Suite A - Sault Sainte Marie - MI - 49783-3720 - Mr. - F212859 - L212859 - - Chairman - 212859@hsesinfo.org - Mr. - F212860 - L212860 - - - 212860@hsesinfo.org - Mr. - F212862 - L212862 - - 212862@hsesinfo.org - Ms. - F212858 - L212858 - - 212858@hsesinfo.org - 555-555-2858 x 5555 - - - 4627 - 2132 - 8503 - 200 - 2014 - 2014-02-01 - 2019-01-31 - EHS - Inactive - INTER-LAKES COMMUNITY ACTION PARTNERSHIP INC - http://www.interlakescap.com - 2132@hsesinfo.org - 111 N Van Eps Ave - - Madison - SD - 57042-2800 - PO Box 268 - - Madison - SD - 57042-0268 - 111 N Van Eps Ave - - Madison - SD - 57042-2800 - Ms. - F44160 - L44160 - - ICAP Board Chair - 44160@hsesinfo.org - Ms. - F44159 - L44159 - - - 44159@hsesinfo.org - Ms. - F44157 - L44157 - - 44157@hsesinfo.org - Ms. - F44155 - L44155 - - 44155@hsesinfo.org - 555-555-4155 - - - 9340 - 8750 - 11588 - 000 - 2019 - 2019-02-01 - - HS - Active - CDI HS/Kittitas County, WA - www.cdiheadstart.org - 8750@hsesinfo.org - 220 E Helena Ave - - Ellensburg - WA - 98926-2004 - PO Box 443 - - Ellensburg - WA - 98926-1914 - 220 E Helena Ave - - Ellensburg - WA - 98926-2004 - Mr. - F213911 - L213911 - - Chief Executive Officer - 213911@hsesinfo.org - Ms. - F213909 - L213909 - - Executive Director - 213909@hsesinfo.org - - F213912 - L213912 - - 213912@hsesinfo.org - Ms. - F213908 - L213908 - - 213908@hsesinfo.org - 555-555-3908 - - - 5048 - 5054 - 8973 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Catholic Charities Neighborhood Services, Inc. - ccbq.org - 5054@hsesinfo.org - 191 Joralemon St - Fl 2 - Brooklyn - NY - 11201-4353 - 191 Joralemon St - Fl 2 - Brooklyn - NY - 11201-4353 - 191 Joralemon St - Fl 2 - Brooklyn - NY - 11201-4353 - Ms. - F49884 - L49884 - - President - 49884@hsesinfo.org - Msgr. - F49885 - L49885 - - CCNS Chief Executive Officer - 49885@hsesinfo.org - Mr. - F49887 - L49887 - - 49887@hsesinfo.org - Mrs. - F49883 - L49883 - - 49883@hsesinfo.org - 555-555-9883 - - - 5879 - 2550 - 9640 - 200 - 2009 - 2015-02-01 - 2020-06-30 - EHS - Inactive - The Chiles Academy, Inc. - www.thechilesacademy.com - 2550@hsesinfo.org - 868 George W Engram Blvd - - Daytona Beach - FL - 32114-1859 - 868 George W Engram Blvd - - Daytona Beach - FL - 32114-1859 - 868 George W Engram Blvd - - Daytona Beach - FL - 32114-1859 - Mr. - F105745 - L105745 - - Chairman of the Board - 105745@hsesinfo.org - Ms. - F105743 - L105743 - - - 105743@hsesinfo.org - Ms. - F105742 - L105742 - - 105742@hsesinfo.org - Ms. - F105741 - L105741 - - 105741@hsesinfo.org - 555-555-5741 x 5555 - - - 10129 - 3738 - 12177 - 008 - 2014 - 2019-07-01 - 2020-06-30 - HS - Inactive - Deer Valley Head Start - http://www.dvusd.org - 3738@hsesinfo.org - 20402 North 15th Avenue - - Phoenix - AZ - 85027 - 20402 North 15th Avenue - - Phoenix - AZ - 85027 - 20402 North 15th Avenue - - Phoenix - AZ - 85027 - Mrs. - F219294 - L219294 - - School Board President - 219294@hsesinfo.org - Dr. - F219295 - L219295 - - Deputy Superintendent - 219295@hsesinfo.org - Ms. - F219297 - L219297 - - 219297@hsesinfo.org - Ms. - F219293 - L219293 - - 219293@hsesinfo.org - 555-555-9293 - - - 5385 - 1930 - 9043 - 000 - 2014 - 2014-09-01 - 2020-08-31 - HS - Inactive - Two Rivers Head Start - http://www.trhsa.org - 1930@hsesinfo.org - 1661 Landmark Road - - Aurora - IL - 60506-1146 - 1661 Landmark Road - - Aurora - IL - 60506-1146 - 1661 Landmark Road - - Aurora - IL - 60506-1146 - Ms. - F96686 - L96686 - - Governing Board Chairperson - 96686@hsesinfo.org - Ms. - F96684 - L96684 - - Executive Director - 96684@hsesinfo.org - Ms. - F96682 - L96682 - - 96682@hsesinfo.org - Ms. - F96681 - L96681 - - 96681@hsesinfo.org - 555-555-6681 x 5555 - - - 8535 - 8415 - 10940 - 200 - 2017 - 2017-03-01 - - EHS - Active - United Way of Miami-Dade, Inc. - www.unitedwaymiamicfe.org - 8415@hsesinfo.org - 3250 SW 3rd Avenue - - Miami - FL - 33129-2712 - 3250 SW 3rd Avenue - - Miami - FL - 33129-2712 - 3250 SW 3rd Avenue - - Miami - FL - 33129-2712 - Mr. - F208473 - L208473 - - Board Chair - 208473@hsesinfo.org - Ms. - F208474 - L208474 - - CEO/President - 208474@hsesinfo.org - Mrs. - F208476 - L208476 - - 208476@hsesinfo.org - Ms. - F208472 - L208472 - - 208472@hsesinfo.org - 555-555-8472 - - - 10130 - 3741 - 12178 - 009 - 2014 - 2019-07-01 - 2020-06-30 - HS - Inactive - Fowler Elementary School District Head Start - http://www.fesd.org - 3741@hsesinfo.org - 6250 W Durango St - - Phoenix - AZ - 85043-6580 - 6250 W Durango St - - Phoenix - AZ - 85043-6580 - 1617 S 67th Ave - - Phoenix - AZ - 85043-7717 - Mr. - F219301 - L219301 - - Fowler Elementary School Distict Governing Board President - 219301@hsesinfo.org - Ms. - F219302 - L219302 - - Fowler Elementry School District Superintendent - 219302@hsesinfo.org - Ms. - F219304 - L219304 - - 219304@hsesinfo.org - Mrs. - F219300 - L219300 - - 219300@hsesinfo.org - 555-555-9300 - - - 10132 - 1982 - 12151 - 000 - 2005 - 2019-07-01 - - HS - Active - Merced County Superintendent of Schools - http://www.mcoe.org/deptprog/earlyed/HeadStart/Pages/default.aspx - 1982@hsesinfo.org - 632 W 13th St - - Merced - CA - 95341-5908 - 632 W 13th St - - Merced - CA - 95341-5908 - 2130 Cooper Ave - - Merced - CA - 95348-4304 - Dr. - F219315 - L219315 - - Superintendent - 219315@hsesinfo.org - Ms. - F219316 - L219316 - - - 219316@hsesinfo.org - Ms. - F219318 - L219318 - - 219318@hsesinfo.org - Ms. - F219314 - L219314 - - 219314@hsesinfo.org - 555-555-9314 x 5555 - - - 5215 - 2749 - 9045 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Enrichment Services Program Inc. - http://www.enrichmentservices.org - 2749@hsesinfo.org - 2607 Cross Country Dr - Bldg C-1 - Columbus - GA - 31906-1801 - 2607 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - 2607 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - Mr. - F52429 - L52429 - - Board Chair - 52429@hsesinfo.org - Ms. - F52427 - L52427 - - CEO - 52427@hsesinfo.org - Mr. - F52426 - L52426 - - 52426@hsesinfo.org - Ms. - F52424 - L52424 - - 52424@hsesinfo.org - 555-555-2424 - - - 6501 - 510 - 10118 - 200 - 1992 - 2015-07-01 - 2020-06-30 - EHS - Inactive - Chattanooga YFD Head Start/EHS Program - http://www.chattanoogaheadstart.com - 510@hsesinfo.org - 2302 Ocoee St - - Chattanooga - TN - 37406-3564 - 2302 Ocoee St - - Chattanooga - TN - 37406-3564 - 2302 Ocoee St - - Chattanooga - TN - 37406-3564 - Dr. - F201177 - L201177 - - Chattanooga Human Services Board Chairperson - 201177@hsesinfo.org - Mrs. - F201178 - L201178 - - Deputy Administrator - 201178@hsesinfo.org - Ms. - F201180 - L201180 - - 201180@hsesinfo.org - Mrs. - F201176 - L201176 - - 201176@hsesinfo.org - 555-555-1176 - - - 10133 - 2719 - 12151 - 200 - 2011 - 2019-07-01 - - EHS - Active - Merced County Superintendent of Schools - http://www.mcoe.org/deptprog/earlyed/HeadStart/Pages/default.aspx - 2719@hsesinfo.org - 632 W. 13th Street - - Merced - CA - 95341 - 632 W. 13th Street - - Merced - CA - 95341 - 2130 Cooper Ave - - Merced - CA - 95348-4304 - Dr. - F219322 - L219322 - - Superintendent - 219322@hsesinfo.org - Ms. - F219323 - L219323 - - Assistant Superintendent - 219323@hsesinfo.org - Ms. - F219325 - L219325 - - 219325@hsesinfo.org - Ms. - F219321 - L219321 - - 219321@hsesinfo.org - 555-555-9321 x 5555 - - - 10134 - 5794 - 12161 - 200 - - 2019-07-01 - - EHS - Active - Merced County Superintendent of Schools - - 5794@hsesinfo.org - 632 W. 13th Street - - Merced - CA - 95341-5908 - 632 W 13th St - - Merced - CA - 95341-5908 - 2130 Cooper Ave - - Merced - CA - 95348-4304 - Dr. - F219329 - L219329 - - Merced County Superintendent of Schools - 219329@hsesinfo.org - Ms. - F219330 - L219330 - - Assistant Superintendent of Early Education - 219330@hsesinfo.org - Mr. - F219332 - L219332 - - 219332@hsesinfo.org - Ms. - F219328 - L219328 - - 219328@hsesinfo.org - 555-555-9328 - - - 8861 - 3651 - 11231 - 001 - 2013 - 2018-07-01 - - HS - Active - Clayton Early Learning - http://www.claytonearlylearning.org - 3651@hsesinfo.org - 3751 Martin Luther King Blvd - - Denver - CO - 80205-4974 - 3801 Martin Luther King Jr. Boulevard - - Denver - CO - 80205-4972 - 3801 Martin Luther King Jr. Boulevard - - Denver - CO - 80205-4972 - Ms. - F210549 - L210549 - - Board Chair - 210549@hsesinfo.org - Ms. - F210550 - L210550 - - CEO/President - 210550@hsesinfo.org - Mr. - F210552 - L210552 - - 210552@hsesinfo.org - Ms. - F210548 - L210548 - - 210548@hsesinfo.org - 555-555-0548 x 5555 - - - 4924 - 218 - 8928 - 000 - 2014 - 2014-07-01 - 2019-04-30 - HS - Inactive - Worcester Public Schools - Child Development Head Start - http://headstart.worcesterschools.org - 218@hsesinfo.org - 770 Main Street - - Worcester - MA - 01610-3159 - 770 Main Street - - Worcester - MA - 01610-3159 - 770 Main Street - - Worcester - MA - 01610-3159 - Mr. - F48635 - L48635 - - Chairperson - School Board/Mayor, City of Worcester - 48635@hsesinfo.org - Mrs. - F48636 - L48636 - - Superintendent - 48636@hsesinfo.org - Ms. - F48637 - L48637 - - 48637@hsesinfo.org - Ms. - F48634 - L48634 - - 48634@hsesinfo.org - 555-555-8634 - - - 10027 - 8984 - 12051 - 000 - 2019 - 2019-07-01 - - HS - Active - RUMC-Staten Island Head Start - 16 Osgood Ave - 8984@hsesinfo.org - 16 Osgood Ave - - Staten Island - NY - 10304-1804 - 16 Osgood Ave - - Staten Island - NY - 10304-1804 - 16 Osgood Ave - - Staten Island - NY - 10304-1804 - Ms. - F218582 - L218582 - Esq. - - 218582@hsesinfo.org - Mr. - F218583 - L218583 - - - 218583@hsesinfo.org - Ms. - F218585 - L218585 - - 218585@hsesinfo.org - Ms. - F218581 - L218581 - - 218581@hsesinfo.org - 555-555-8581 x 5555 - - - 11235 - 2169 - 13134 - 000 - 1992 - 2020-04-01 - - AIAN HS - Active - EIGHT NORTHERN INDIAN PUEBLOS COUNCIL - www.enipc.org - 2169@hsesinfo.org - 327 Eagle Dr - - Ohkay Owingeh - NM - 87566-3600 - PO Box 969 - - Ohkay Owingeh - NM - 87566-0969 - 327 Eagle Dr - - Ohkay Owingeh - NM - 87566-3600 - Mr. - F226796 - L226796 - - Chairman - 226796@hsesinfo.org - Mr. - F226797 - L226797 - - Executive Director - 226797@hsesinfo.org - Ms. - F226799 - L226799 - - 226799@hsesinfo.org - Ms. - F226795 - L226795 - - 226795@hsesinfo.org - 555-555-6795 - - - 4689 - 3890 - 8671 - 017 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Trabajamos Community Head Start Inc. - www.trabajamoscommunityheadstart.com - 3890@hsesinfo.org - 940 East 156th Street - - Bronx - NY - 10455-1914 - 940 East 156th Street - - Bronx - NY - 10455-1914 - 940 East 156th Street - - Bronx - NY - 10455-1914 - Dr. - F45573 - L45573 - - Board Chair - 45573@hsesinfo.org - Ms. - F45571 - L45571 - - Executive Director - 45571@hsesinfo.org - Ms. - F45570 - L45570 - - 45570@hsesinfo.org - Ms. - F45569 - L45569 - - 45569@hsesinfo.org - 555-555-5569 x 5555 - - - 4340 - 4340 - 8355 - 200 - 2013 - 2013-09-13 - 2019-06-30 - EHS - Inactive - Tri-County Community Action Agency, Inc. - www.gatewaycap.org - 4340@hsesinfo.org - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - Mr. - F39781 - L39781 - - Chairman of the Board of Directors - 39781@hsesinfo.org - Mr. - F39782 - L39782 - - President/CEO - 39782@hsesinfo.org - Mr. - F39784 - L39784 - - 39784@hsesinfo.org - Ms. - F39780 - L39780 - - 39780@hsesinfo.org - 555-555-9780 - - - 4729 - 3960 - 8711 - 057 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Hawthorne Corners Day Care Center - - 3960@hsesinfo.org - 1950 Bedford Avenue - - Brooklyn - NY - 11225-5713 - 1950 Bedford Avenue - - Brooklyn - NY - 11225-5713 - 1950 Bedford Avenue - - Brooklyn - NY - 11225-5713 - Ms. - F45854 - L45854 - - Sponsoring Board Chair Person - 45854@hsesinfo.org - Ms. - F45852 - L45852 - - - 45852@hsesinfo.org - Ms. - F45851 - L45851 - - 45851@hsesinfo.org - Mr. - F45849 - L45849 - - 45849@hsesinfo.org - 555-555-5849 x 5555 - - - 9046 - 1132 - 11378 - 000 - 2013 - 2018-09-01 - - AIAN HS - Active - WHITE EARTH OJIBWE/ RESERVATION BUSINESS COMMITTEE - www.whiteearth.com - 1132@hsesinfo.org - 35966 Eagle View Road - - Ogema - MN - 56569 - P.O. Box 418 - - White Earth - MN - 56591-0418 - 35966 Eagle View Road - - Ogema - MN - 56569 - Mr. - F211858 - L211858 - - Tribal Council Chairman - 211858@hsesinfo.org - Ms. - F211859 - L211859 - - Executive Director - 211859@hsesinfo.org - Ms. - F211861 - L211861 - - 211861@hsesinfo.org - Ms. - F211857 - L211857 - - 211857@hsesinfo.org - 555-555-1857 x 5555 - - - 9047 - 1133 - 11378 - 200 - 2013 - 2018-09-01 - - AIAN EHS - Active - WHITE EARTH OJIBWE/ RESERVATION BUSINESS COMMITTEE - www.whiteearth.com - 1133@hsesinfo.org - 40560 Co. Hwy 34 - - Ogema - MN - 56569 - P.O. Box 418 - - White Earth - MN - 56591 - 40560 Co. Hwy 34 - - Ogema - MN - 56569 - Mr. - F211865 - L211865 - - Tribal Vice-Chairman - 211865@hsesinfo.org - Ms. - F211866 - L211866 - - Executive Director - 211866@hsesinfo.org - Ms. - F211868 - L211868 - - 211868@hsesinfo.org - Ms. - F211864 - L211864 - - 211864@hsesinfo.org - 555-555-1864 x 5555 - - - 9436 - 1481 - 11651 - 000 - 1998 - 2019-03-01 - - Migrant HS - Active - CENTRAL CALIFORNIA MIGRANT HEAD START PROGRAM - https://stancoe.org/division/child-family-services - 1481@hsesinfo.org - 1100 H Street - - Modesto - CA - 95354-2338 - 1100 H Street - - Modesto - CA - 95354-2338 - 1100 H Street - - Modesto - CA - 95354-2338 - Mr. - F214559 - L214559 - - Chairperson - 214559@hsesinfo.org - Mr. - F214560 - L214560 - - Executive Director - 214560@hsesinfo.org - Ms. - F214562 - L214562 - - 214562@hsesinfo.org - Ms. - F214558 - L214558 - - 214558@hsesinfo.org - 555-555-4558 - - - 9333 - 2906 - 11586 - 000 - 2013 - 2019-02-01 - - HS - Active - Lenox Hill Neighborhood House, Inc. - www.lenoxhill.org - 2906@hsesinfo.org - 331 E 70th St - - New York - NY - 10021-8601 - 331 E 70th St - - New York - NY - 10021-8601 - 331 E 70th St - - New York - NY - 10021-8601 - Ms. - F213868 - L213868 - - Board Member - 213868@hsesinfo.org - Mr. - F213869 - L213869 - - Executive Director - 213869@hsesinfo.org - Mr. - F213871 - L213871 - - 213871@hsesinfo.org - Ms. - F213867 - L213867 - - 213867@hsesinfo.org - 555-555-3867 - - - 8187 - 8119 - 10622 - 000 - 2016 - 2016-07-01 - - HS - Active - La Casa de Don Pedro, Inc. - www.lacasanwk.org - 8119@hsesinfo.org - 75 Park Ave - - Newark - NJ - 07104-1034 - 75 Park Ave - - Newark - NJ - 07104-1034 - 75 Park Ave - - Newark - NJ - 07104-1034 - Mr. - F206424 - L206424 - - La Casa de Don Pedro Board of Directors -President - 206424@hsesinfo.org - Mr. - F206425 - L206425 - - La Casa de Don Pedro Executive Director - 206425@hsesinfo.org - - F206427 - L206427 - - 206427@hsesinfo.org - Mrs. - F206423 - L206423 - - 206423@hsesinfo.org - 555-555-6423 x 5555 - - - 9009 - 3275 - 11333 - 200 - 2013 - 2018-08-01 - - EHS - Active - Lutheran Services Florida, Inc. - www.lsfnet.org - 3275@hsesinfo.org - 2210 Tall Pines Dr - Ste 220 - Largo - FL - 33771-5347 - 2210 Tall Pines Dr - Ste 220 - Largo - FL - 33771-5347 - 2210 Tall Pines Dr - Ste 220 - Largo - FL - 33771-5347 - Mr. - F211610 - L211610 - - Chairman of the Board of Lutheran Services Florida, Inc. - 211610@hsesinfo.org - Capt. - F211611 - L211611 - - Executive Vice President - 211611@hsesinfo.org - Ms. - F211613 - L211613 - - 211613@hsesinfo.org - Dr. - F211609 - L211609 - - 211609@hsesinfo.org - 555-555-1609 - - - 5076 - 607 - 9010 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - CSRA Economic Opportunity Authority, Inc. - http://www.csraeoa.org - 607@hsesinfo.org - 1261 Greene St - - Augusta - GA - 30901-2127 - 1261 Greene St - - Augusta - GA - 30901-2127 - 1261 Greene St - - Augusta - GA - 30901-2127 - Mr. - F51689 - L51689 - - Board of Directors Chairman - 51689@hsesinfo.org - Mrs. - F51691 - L51691 - - Executive Director - 51691@hsesinfo.org - Mrs. - F51690 - L51690 - - 51690@hsesinfo.org - Ms. - F51688 - L51688 - - 51688@hsesinfo.org - 555-555-1688 - - - 5511 - 2186 - 9273 - 200 - 2014 - 2014-11-01 - 2020-06-30 - EHS - Inactive - Lumbee Regional Development Association, Inc. - http://www.lumbee.org - 2186@hsesinfo.org - 636 Prospect Rd - - Pembroke - NC - 28372 - PO Box 68 - - Pembroke - NC - 28372-0068 - 636 Prospect Rd - - Pembroke - NC - 28372 - Mr. - F99223 - L99223 - - LRDA Board Chairman - 99223@hsesinfo.org - Mr. - F99222 - L99222 - - - 99222@hsesinfo.org - Mrs. - F99224 - L99224 - - 99224@hsesinfo.org - Ms. - F99221 - L99221 - - 99221@hsesinfo.org - 555-555-9221 x 5555 - - - 10135 - 1720 - 12157 - 000 - 2013 - 2019-07-01 - - HS - Active - Council of Three Rivers American Indian Center, Inc. - http://www.cotraic.org - 1720@hsesinfo.org - 120 Charles St - - Pittsburgh - PA - 15238-1027 - 120 Charles St - - Pittsburgh - PA - 15238-1027 - 120 Charles Street - - Pittsburgh - PA - 15238-1027 - Mr. - F219336 - L219336 - - Board Chair - 219336@hsesinfo.org - Mr. - F219337 - L219337 - - Executive Director - 219337@hsesinfo.org - Ms. - F219339 - L219339 - - 219339@hsesinfo.org - Ms. - F219335 - L219335 - - 219335@hsesinfo.org - 555-555-9335 - - - 6761 - 1507 - 10197 - 000 - 1999 - 2015-08-01 - - AIAN HS - Active - The Suquamish Tribe - http://www.suquamish.nsn.us/Departments/ELC.aspx - 1507@hsesinfo.org - 5283 NE Totten Rd - - Poulsbo - WA - 98370-7852 - PO BOX 498 - - Suquamish - WA - 98392-0498 - 5283 NE Totten Rd - - Poulsbo - WA - 98370-7852 - Hon. - F202998 - L202998 - - Chairman - 202998@hsesinfo.org - Mr. - F202999 - L202999 - - Executive Director - 202999@hsesinfo.org - Mrs. - F203001 - L203001 - - 203001@hsesinfo.org - Mr. - F202997 - L202997 - - 202997@hsesinfo.org - 555-555-2997 - - - 8963 - 8677 - 11306 - 200 - 2018 - 2018-08-01 - 2020-07-31 - EHS - Inactive - South Carolina Association of Community Action Partnerships - http://www.scacap.org - 8677@hsesinfo.org - 2700 Middleburg Drive, Suite 213 - - Columbia - SC - 29204-2416 - 2700 Middleburg Drive, Suite 213 - - Columbia - SC - 29204-2416 - 2700 Middleburg Drive, Suite 213 - - Columbia - SC - 29204-2416 - Mr. - F211300 - L211300 - - Board Chair - 211300@hsesinfo.org - Ms. - F211298 - L211298 - - CEO/Executive Director - 211298@hsesinfo.org - Ms. - F211301 - L211301 - - 211301@hsesinfo.org - Ms. - F211297 - L211297 - - 211297@hsesinfo.org - 555-555-1297 - - - 10136 - 3213 - 12157 - 200 - 2000 - 2019-07-01 - - EHS - Active - Council of Three Rivers American Indian Center, Inc. - www.cotraic.org - 3213@hsesinfo.org - 120 Charles St - - Blawnox - PA - 15238-1027 - 120 Charles St - - Blawnox - PA - 15238-1027 - 120 Charles St - - Blawnox - PA - 15238-1027 - Mr. - F219343 - L219343 - - Board Chair - 219343@hsesinfo.org - Mr. - F219344 - L219344 - - Executive Director - 219344@hsesinfo.org - Ms. - F219346 - L219346 - - 219346@hsesinfo.org - Mrs. - F219342 - L219342 - - 219342@hsesinfo.org - 555-555-9342 - - - 6099 - 6106 - 9770 - 200 - - 2015-03-01 - 2020-08-31 - EHS - Inactive - Community Action Partnership of Greater St. Joseph - http://www.capstjoe.org - 6106@hsesinfo.org - 817 Monterey St - - Saint Joseph - MO - 64503-3611 - 817 Monterey St - - Saint Joseph - MO - 64503-3611 - 817 Monterey St - - Saint Joseph - MO - 64503-3611 - Mr. - F107674 - L107674 - - Board President - 107674@hsesinfo.org - Ms. - F107675 - L107675 - - - 107675@hsesinfo.org - Ms. - F107677 - L107677 - - 107677@hsesinfo.org - Ms. - F107673 - L107673 - - 107673@hsesinfo.org - 555-555-7673 - - - 8782 - 8634 - 11145 - 202 - 2018 - 2018-01-01 - - EHS - Active - Focus:Hope - www.focushope.edu - 8634@hsesinfo.org - 1200 Oakman Blvd - - Detroit - MI - 48238-2998 - 1200 Oakman Blvd - - Detroit - MI - 48238-2998 - 1200 Oakman Blvd - - Detroit - MI - 48238-2998 - Mr. - F209929 - L209929 - - Board Chair - 209929@hsesinfo.org - Mr. - F209930 - L209930 - - Chief Executive Officer - 209930@hsesinfo.org - Ms. - F209932 - L209932 - - 209932@hsesinfo.org - Ms. - F209928 - L209928 - - 209928@hsesinfo.org - 555-555-9928 - - - 8281 - 626 - 10653 - 000 - 1992 - 2016-07-01 - - HS - Active - Hinds County Project Head Start - http://www.hchra.org - 626@hsesinfo.org - 258 Maddox Rd - - Jackson - MS - 39212-2312 - PO Box 22657 - - Jackson - MS - 39225-2657 - 258 Maddox Rd - - Jackson - MS - 39212-2312 - Mr. - F207107 - L207107 - - Board Chairman - 207107@hsesinfo.org - Mr. - F207108 - L207108 - - President & Chief Executive Officer - 207108@hsesinfo.org - Dr. - F207110 - L207110 - - 207110@hsesinfo.org - Mr. - F207106 - L207106 - - 207106@hsesinfo.org - 555-555-7106 - - - 6978 - 6997 - 10440 - 200 - - 2015-11-16 - 2018-12-31 - EHS - Inactive - CDI HS/Mid Region Mississippi MS - www.cdiheadstart.org - 6997@hsesinfo.org - 420 N Applegate St - - Winona - MS - 38967-1827 - PO Box 27 - - Winona - MS - 38967-0027 - 420 N Applegate St - - Winona - MS - 38967-1827 - Mr. - F204512 - L204512 - - Chief Executive Officer - 204512@hsesinfo.org - Ms. - F204513 - L204513 - - Chief Executive Officer - 204513@hsesinfo.org - - F204515 - L204515 - - 204515@hsesinfo.org - Ms. - F204511 - L204511 - - 204511@hsesinfo.org - 555-555-4511 - - - 10139 - 9005 - 12167 - 200 - 2019 - 2019-07-01 - - EHS - Active - Sharon Baptist Board of Directors, Inc - http://www.sharonbaptistheadstart.org - 9005@hsesinfo.org - 1925 Bathgate Avenue - - Bronx - NY - 10457-4404 - 1925 Bathgate Avenue - - Bronx - NY - 10457-4404 - 1925 Bathgate Avenue - - Bronx - NY - 10457-4404 - Mr. - F219364 - L219364 - - Board Chairperson - 219364@hsesinfo.org - Ms. - F219365 - L219365 - - Executive Director - 219365@hsesinfo.org - Ms. - F219367 - L219367 - - 219367@hsesinfo.org - Ms. - F219363 - L219363 - - 219363@hsesinfo.org - 555-555-9363 - - - 11236 - 2292 - 13135 - 200 - 2004 - 2020-04-01 - - EHS - Active - Owsley County Early Head Start - owsley.kyschools.us - 2292@hsesinfo.org - 14 Old KY 11 - - Booneville - KY - 41314-9154 - 14 Old KY 11 - - Booneville - KY - 41314-9154 - 14 Old KY 11 - - Booneville - KY - 41314-9154 - Ms. - F226803 - L226803 - - Chairperson - 226803@hsesinfo.org - Dr. - F226804 - L226804 - - Superintendent - 226804@hsesinfo.org - Ms. - F226806 - L226806 - - 226806@hsesinfo.org - Ms. - F226802 - L226802 - - 226802@hsesinfo.org - 555-555-6802 - - - 5988 - 5995 - 9598 - 200 - - 2015-02-01 - 2019-07-31 - Migrant EHS - Inactive - CENTRO DE LA FAMILIA DE UTAH - www.cdlf.org - 5995@hsesinfo.org - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - Mr. - F106558 - L106558 - - Board President - 106558@hsesinfo.org - Mr. - F106559 - L106559 - - - 106559@hsesinfo.org - Ms. - F106561 - L106561 - - 106561@hsesinfo.org - Mr. - F106557 - L106557 - - 106557@hsesinfo.org - 555-555-6557 - - - 4741 - 3955 - 8723 - 069 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - SCO Family of Services - SCO.org - 3955@hsesinfo.org - 69 Saratoga Ave - - Brooklyn - NY - 11233-1653 - 69 Saratoga Ave - - Brooklyn - NY - 11233-1653 - 1 Alexander Place - - Glen Cove - NY - 11542-3745 - Mr. - F45937 - L45937 - - - 45937@hsesinfo.org - Mr. - F45935 - L45935 - - - 45935@hsesinfo.org - Mrs. - F45934 - L45934 - - 45934@hsesinfo.org - Mrs. - F45939 - L45939 - - 45939@hsesinfo.org - 555-555-5939 x 5555 - - - 3090 - 2342 - 6732 - 000 - 2013 - 2013-06-26 - 2018-12-31 - HS - Inactive - Kiryas Joel Municipal Local Development - - 2342@hsesinfo.org - 48 Bakertown Rd - Ste 406 - Monroe - NY - 10950-8433 - 48 Bakertown Road, Suite 406 - - Monroe - NY - 10950 - 48 Bakertown Road, Suite 406 - - Monroe - NY - 10950 - Mr. - F37000 - L37000 - - Chairman - 37000@hsesinfo.org - Mr. - F37002 - L37002 - - - 37002@hsesinfo.org - Mrs. - F37003 - L37003 - - 37003@hsesinfo.org - Mr. - F36998 - L36998 - - 36998@hsesinfo.org - 555-555-6998 - - - 6706 - 2000 - 10236 - 000 - 1992 - 2015-08-01 - - HS - Active - Geneva City School District Board of Education - http://www.genevacsd.org - 2000@hsesinfo.org - 30 West St - - Geneva - NY - 14456-2521 - 30 West St - - Geneva - NY - 14456-2521 - 30 West St - - Geneva - NY - 14456-2521 - Dr. - F202613 - L202613 - - - 202613@hsesinfo.org - Ms. - F202614 - L202614 - - Superintendent of Schools - 202614@hsesinfo.org - Ms. - F202616 - L202616 - - 202616@hsesinfo.org - Ms. - F202612 - L202612 - - 202612@hsesinfo.org - 555-555-2612 x 5555 - - - 6901 - 1696 - 10387 - 000 - 2003 - 2015-10-01 - - HS - Active - Thrivalaska Head Start Birth to Five - www.thrivalaska.com - 1696@hsesinfo.org - 1949 Gillam Way Ste A - - Fairbanks - AK - 99701-6089 - 1949 Gillam Way Ste A - - Fairbanks - AK - 99701-6089 - 1949 Gillam Way Ste A - - Fairbanks - AK - 99701-6089 - Mrs. - F203968 - L203968 - - Board President - 203968@hsesinfo.org - Mrs. - F203969 - L203969 - - Executive Director - 203969@hsesinfo.org - Ms. - F203971 - L203971 - - 203971@hsesinfo.org - Mrs. - F203967 - L203967 - - 203967@hsesinfo.org - 555-555-3967 x 5555 - - - 8409 - 8290 - 9137 - 212 - 2016 - 2016-07-01 - 2019-06-30 - EHS - Inactive - Mountain View Head Start/State Preschool - http://www.mtviewschools.com - 8290@hsesinfo.org - 2109 Burkett Rd - - El Monte - CA - 91733-4113 - 2109 Burkett Rd - - El Monte - CA - 91733-4113 - 3320 Gilman Rd - - El Monte - CA - 91732-3201 - Mr. - F208065 - L208065 - - School Board President - 208065@hsesinfo.org - Ms. - F208066 - L208066 - - Superintendent - 208066@hsesinfo.org - Ms. - F208068 - L208068 - - 208068@hsesinfo.org - Ms. - F208064 - L208064 - - 208064@hsesinfo.org - 555-555-8064 - - - 4019 - 3417 - 8095 - 003 - - - - HS - Active - Municipality of Carolina - - 3417@hsesinfo.org - Carr.887 km 0.4 Zona Industrial Julio N. Matos - - Carolina - PR - 00985 - P.O. Box 8 - - Carolina - PR - 00986-0008 - Carr.887 km 0.4 Zona Industrial Julio N. Matos - - Carolina - PR - 00985 - Ms. - F29500 - L29500 - - Board Chair - 29500@hsesinfo.org - Ms. - F29498 - L29498 - - - 29498@hsesinfo.org - Mr. - F29497 - L29497 - - 29497@hsesinfo.org - Ms. - F11731 - L11731 - - 11731@hsesinfo.org - 555-555-1731 x 5555 - - - 4758 - 3518 - 8739 - 004 - 2014 - 2014-03-01 - 2019-02-28 - Migrant HS - Inactive - Central California Child Development Services - www.cccds.com - 3518@hsesinfo.org - 2250 Rockefeller Dr - Ste 1 - Ceres - CA - 95307-7243 - PO Box 2540 - - Ceres - CA - 95307-7940 - 2250 Rockefeller Dr - Ste 1 - Ceres - CA - 95307-7243 - Mr. - F46057 - L46057 - - President - 46057@hsesinfo.org - Ms. - F46054 - L46054 - - Executive Director - 46054@hsesinfo.org - Ms. - F46055 - L46055 - - 46055@hsesinfo.org - Ms. - F46052 - L46052 - - 46052@hsesinfo.org - 555-555-6052 x 5555 - - - 3979 - 3426 - 8055 - 015 - - - - HS - Active - Head Start Program Municipality of Utuado - - 3426@hsesinfo.org - Edificio Catalina Figuera - Bubao Street - Utuado - PR - 00641 - PO Box 877 - - Utuado - PR - 00641-0877 - Edificio Catalina Figuera - Bubao Street - Utuado - PR - 00641 - Mrs. - F29808 - L29808 - - President - 29808@hsesinfo.org - Mrs. - F29806 - L29806 - - Subdirector - 29806@hsesinfo.org - Ms. - F29805 - L29805 - - 29805@hsesinfo.org - Mrs. - F11740 - L11740 - - 11740@hsesinfo.org - 555-555-1740 x 5555 - - - 3742 - 3423 - 7818 - 012 - - - - HS - Active - Municipality of Guayama, Head Start Program - - 3423@hsesinfo.org - 4 Calle Derkes E - - Guayama - PR - 00784-4936 - P O BOX 3030 - - Guayama - PR - 00085-3030 - 4 Calle Derkes E - - Guayama - PR - 00784-4936 - Mr. - F31438 - L31438 - - - 31438@hsesinfo.org - Dra. - F31436 - L31436 - - - 31436@hsesinfo.org - Mrs. - F31435 - L31435 - - 31435@hsesinfo.org - Mrs. - F11737 - L11737 - - 11737@hsesinfo.org - 555-555-1737 - - - 10099 - 542 - 12135 - 000 - 2013 - 2019-07-01 - - HS - Active - Gadsden County School District - www.gcps.k12.fl.us - 542@hsesinfo.org - 500 W King St - - Quincy - FL - 32351-1606 - 35 Martin Luther King, Jr. Boulevard - - Quincy - FL - 32351-4411 - 500 W King St - - Quincy - FL - 32351-1606 - Mr. - F219086 - L219086 - - Board Chairperson - 219086@hsesinfo.org - Mrs. - F219087 - L219087 - - Head Start Executive Director - 219087@hsesinfo.org - Mrs. - F219089 - L219089 - - 219089@hsesinfo.org - Mrs. - F219085 - L219085 - - 219085@hsesinfo.org - 555-555-9085 - - - 9916 - 2476 - 12016 - 200 - 2007 - 2019-07-01 - - EHS - Active - North Central State College - - 2476@hsesinfo.org - 2441 Kenwood Cir - - Mansfield - OH - 44906-1546 - 2441 Kenwood Cir - - Mansfield - OH - 44906-1546 - 2441 Kenwood Cir - - Mansfield - OH - 44906-1546 - Ms. - F217814 - L217814 - - Governing Board Chair - 217814@hsesinfo.org - Mrs. - F217815 - L217815 - - Vice President of Business Services - 217815@hsesinfo.org - Ms. - F217817 - L217817 - - 217817@hsesinfo.org - Ms. - F217813 - L217813 - - 217813@hsesinfo.org - 555-555-7813 x 5555 - - - 9917 - 1894 - 12015 - 000 - 2014 - 2019-07-01 - - HS - Active - Jackson-Vinton Community Action, Inc. - http://www.jackson-vinton.com - 1894@hsesinfo.org - 118 South New York Avenue - - Wellston - OH - 45692-9307 - 118 South New York Avenue - - Wellston - OH - 45692-9307 - 118 South New York Avenue - - Wellston - OH - 45692-9307 - Mr. - F217821 - L217821 - - JVCA Board Chairperson - 217821@hsesinfo.org - Mrs. - F217822 - L217822 - - - 217822@hsesinfo.org - Ms. - F217824 - L217824 - - 217824@hsesinfo.org - Mrs. - F217820 - L217820 - - 217820@hsesinfo.org - 555-555-7820 x 5555 - - - 5510 - 2185 - 9273 - 000 - 2014 - 2014-11-01 - 2020-06-30 - HS - Inactive - Lumbee Regional Development Association, Inc. - http://www.lumbee.org - 2185@hsesinfo.org - 636 Prospect Rd - - Pembroke - NC - 28372 - PO Box 68 - - Pembroke - NC - 28372-0068 - 636 Prospect Rd - - Pembroke - NC - 28372 - Mr. - F99218 - L99218 - - LRDA Board Chairman - 99218@hsesinfo.org - Mr. - F99217 - L99217 - - - 99217@hsesinfo.org - Mrs. - F99219 - L99219 - - 99219@hsesinfo.org - Ms. - F99214 - L99214 - - 99214@hsesinfo.org - 555-555-9214 x 5555 - - - 7015 - 2441 - 10465 - 000 - 1997 - 2016-01-01 - 2020-12-31 - HS - Inactive - Shira Head Start - shiradvoraa@gmail.com - 2441@hsesinfo.org - 1259 47th St Apt 1 - - Brooklyn - NY - 11219-2595 - 1259 47th St Apt 1 - - Brooklyn - NY - 11219-2595 - 1259 47th St Apt 1 - - Brooklyn - NY - 11219-2595 - Mr. - F204771 - L204771 - - Chairman of the Board - 204771@hsesinfo.org - Mr. - F204772 - L204772 - - Executive Director - 204772@hsesinfo.org - Mrs. - F204774 - L204774 - - 204774@hsesinfo.org - Mrs. - F204770 - L204770 - - 204770@hsesinfo.org - 555-555-4770 - - - 6972 - 1805 - 10438 - 000 - 1991 - 2015-12-01 - 2020-11-30 - HS - Inactive - Community Action Commision of Santa Barbara County - http://www.cacsb.com - 1805@hsesinfo.org - 5638 Hollister Ave - Ste 230 - Goleta - CA - 93117-3489 - 5638 Hollister Ave - Ste 230 - Goleta - CA - 93117-3489 - 5638 Hollister Ave - Ste 230 - Goleta - CA - 93117-3489 - Mr. - F204470 - L204470 - - CACSB Board Chair - 204470@hsesinfo.org - Ms. - F204471 - L204471 - - CACSB CEO - 204471@hsesinfo.org - Ms. - F204473 - L204473 - - 204473@hsesinfo.org - Ms. - F204469 - L204469 - - 204469@hsesinfo.org - 555-555-4469 x 5555 - - - 6982 - 277 - 10442 - 000 - 1991 - 2015-12-01 - 2020-11-30 - HS - Inactive - Beth Rivkah Head Start - - 277@hsesinfo.org - 310 Crown St - - Brooklyn - NY - 11225-3004 - 310 Crown St - - Brooklyn - NY - 11225-3004 - 310 Crown St - - Brooklyn - NY - 11225-3004 - Mr. - F204540 - L204540 - - - 204540@hsesinfo.org - Mr. - F204541 - L204541 - - - 204541@hsesinfo.org - Mrs. - F204543 - L204543 - - 204543@hsesinfo.org - Mrs. - F204539 - L204539 - - 204539@hsesinfo.org - 555-555-4539 x 5555 - - - 4475 - 1890 - 8403 - 000 - 1993 - 2013-11-18 - 2018-11-30 - HS - Inactive - COOPERATIVE EDUCATIONAL SERVICE AGENCY #11 - http://www.cesa11.k12.wi.us - 1890@hsesinfo.org - 225 Ostermann Drive - - Turtle Lake - WI - 54889-9191 - 225 Ostermann Drive - - Turtle Lake - WI - 54889-9191 - 225 Ostermann Drive - - Turtle Lake - WI - 54889-9191 - Mr. - F41799 - L41799 - - Chairman - 41799@hsesinfo.org - Mr. - F41801 - L41801 - - - 41801@hsesinfo.org - Ms. - F41800 - L41800 - - 41800@hsesinfo.org - Mrs. - F41797 - L41797 - - 41797@hsesinfo.org - 555-555-1797 - - - 7050 - 1143 - 10484 - 000 - 1996 - 2016-01-01 - - AIAN HS - Active - Washoe Tribe of Nevada And California - http://washoetribe.us/headstart_about.asp - 1143@hsesinfo.org - 919 Us Highway 395 N - - Gardnerville - NV - 89410-8968 - 919 Us Highway 395 N - - Gardnerville - NV - 89410-8968 - 919 Us Highway 395 N - - Gardnerville - NV - 89410-8968 - Mr. - F205017 - L205017 - - Washoe Tribal Chairman - 205017@hsesinfo.org - Mr. - F205018 - L205018 - - - 205018@hsesinfo.org - Mr. - F205020 - L205020 - - 205020@hsesinfo.org - Ms. - F205016 - L205016 - - 205016@hsesinfo.org - 555-555-5016 x 5555 - - - 5294 - 3665 - 9139 - 214 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Pomona Unified School District - http://www.pusd.org - 3665@hsesinfo.org - 800 S Garey Ave - Pomona Unified School District Child Development - Pomona - CA - 91766-3325 - 800 S Garey Ave - Pomona Unified School District Child Development - Pomona - CA - 91766-3325 - 800 S Garey Ave - Pomona Unified School District Child Development - Pomona - CA - 91766-3325 - Mr. - F53400 - L53400 - - Board President - 53400@hsesinfo.org - Mrs. - F53403 - L53403 - - Director of Child Development - 53403@hsesinfo.org - Mr. - F53404 - L53404 - - 53404@hsesinfo.org - Mr. - F53399 - L53399 - - 53399@hsesinfo.org - 555-555-3399 x 5555 - - - 6205 - 6218 - 9879 - 218 - - 2015-01-01 - - EHS - Active - Trinity United Church Of Christ Child Care Centers, Inc. - tuccchildcarecenters.com - 6218@hsesinfo.org - 1947 W 95th St - - Chicago - IL - 60643-1105 - 1947 W 95th St - - Chicago - IL - 60643-1105 - 1947 W 95th St - - Chicago - IL - 60643-1105 - Ms. - F108980 - L108980 - - Board President - 108980@hsesinfo.org - Ms. - F108981 - L108981 - - Executive Director - 108981@hsesinfo.org - Ms. - F108983 - L108983 - - 108983@hsesinfo.org - Ms. - F108979 - L108979 - - 108979@hsesinfo.org - 555-555-8979 - - - 10830 - 2997 - 12812 - 200 - 2015 - 2020-01-01 - - EHS - Active - Burke County Board of Education - - 2997@hsesinfo.org - 518 College St - Ste A - Waynesboro - GA - 30830-1322 - 518 College St - Ste A - Waynesboro - GA - 30830-1322 - 789 Burke Veterans Pkwy - - Waynesboro - GA - 30830-4508 - Mr. - F224098 - L224098 - - Chairman of Burke County School System - 224098@hsesinfo.org - Mrs. - F224099 - L224099 - - Elementary Curriculum Director - 224099@hsesinfo.org - Mr. - F224101 - L224101 - - 224101@hsesinfo.org - Ms. - F224097 - L224097 - - 224097@hsesinfo.org - 555-555-4097 - - - 5267 - 3738 - 9114 - 008 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Deer Valley Head Start - http://www.dvusd.org - 3738@hsesinfo.org - 20402 North 15th Avenue - - Phoenix - AZ - 85027 - 20402 North 15th Avenue - - Phoenix - AZ - 85027 - 20402 North 15th Avenue - - Phoenix - AZ - 85027 - Mrs. - F53544 - L53544 - - School Board President - 53544@hsesinfo.org - Dr. - F53542 - L53542 - - Deputy Superintendent - 53542@hsesinfo.org - Ms. - F53543 - L53543 - - 53543@hsesinfo.org - Ms. - F53539 - L53539 - - 53539@hsesinfo.org - 555-555-3539 - - - 536 - 3330 - 789 - 000 - 2013 - 2013-07-02 - 2019-01-31 - Migrant HS - Inactive - Telamon Corporation - www.telamon.org - 3330@hsesinfo.org - 2150 Northside Xing - - Macon - GA - 31210-2260 - 5560 Munford Rd., Suite 201 - - Raleigh - NC - 27612-2731 - 5560 Munford Rd., Suite 201 - - Raleigh - NC - 27612-2731 - Mrs. - F38489 - L38489 - - Board Chair - 38489@hsesinfo.org - Mrs. - F38487 - L38487 - - Executive Director - 38487@hsesinfo.org - Ms. - F38486 - L38486 - - 38486@hsesinfo.org - Ms. - F36382 - L36382 - - 36382@hsesinfo.org - 555-555-6382 - - - 4125 - 3422 - 8201 - 011 - - - - HS - Active - Barceloneta Head Start Program - - 3422@hsesinfo.org - Edif Professional Center Carr #2 - - Barceloneta - PR - 00617 - PO Box 2044 - - Barceloneta - PR - 00617-2044 - Edif Professional Center Carr #2 - - Barceloneta - PR - 00617 - Mrs. - F29565 - L29565 - - President Governing Body - 29565@hsesinfo.org - Mrs. - F29563 - L29563 - - - 29563@hsesinfo.org - Mrs. - F29562 - L29562 - - 29562@hsesinfo.org - Mrs. - F11736 - L11736 - - 11736@hsesinfo.org - 555-555-1736 x 5555 - - - 4449 - 435 - 8494 - 200 - 2013 - 2013-11-01 - 2019-07-31 - EHS - Inactive - Salisbury-Rowan Community Action Agency - www.srcaa.com - 435@hsesinfo.org - 1300 W Bank St - - Salisbury - NC - 28144-3910 - 1300 W Bank St - - Salisbury - NC - 28144-3910 - 1300 W Bank St - - Salisbury - NC - 28144-3910 - Mr. - F41545 - L41545 - - Chairman - 41545@hsesinfo.org - Mr. - F41546 - L41546 - - Executive Director - 41546@hsesinfo.org - Mr. - F41548 - L41548 - - 41548@hsesinfo.org - Mrs. - F41544 - L41544 - - 41544@hsesinfo.org - 555-555-1544 - - - 4618 - 604 - 8595 - 000 - 2014 - 2014-02-01 - 2019-01-31 - HS - Inactive - INSTITUTE OF COMMUNITY SERVICES, INC - http://www.ics-hs.org - 604@hsesinfo.org - 160 West Valley Avenue - - Holly Springs - MS - 38635-0160 - P O Box 160 - - Holly Springs - MS - 38635-0160 - 160 West Valley Avenue - - Holly Springs - MS - 38635-0160 - Mr. - F44097 - L44097 - - Board of Directors Chair - 44097@hsesinfo.org - Mrs. - F44096 - L44096 - - - 44096@hsesinfo.org - Mr. - F44094 - L44094 - - 44094@hsesinfo.org - Mrs. - F44093 - L44093 - - 44093@hsesinfo.org - 555-555-4093 x 5555 - - - 4901 - 446 - 8905 - 000 - 2014 - 2014-06-01 - 2019-05-31 - HS - Inactive - CENTRAL ARKANSAS DEVELOPMENT COUNCIL, INC - http://www.cadc.com - 446@hsesinfo.org - 321 Edison Street - - Benton - AR - 72015 - P.O. Box 580 - - Benton - AR - 72018-0580 - 321 Edison Street - - Benton - AR - 72015 - Mrs. - F48285 - L48285 - - CADC Board Chair - 48285@hsesinfo.org - Mr. - F48283 - L48283 - - CADC Executive Director - 48283@hsesinfo.org - Ms. - F48286 - L48286 - - 48286@hsesinfo.org - Mrs. - F48281 - L48281 - - 48281@hsesinfo.org - 555-555-8281 - - - 5142 - 1432 - 8805 - 000 - 2014 - 2014-07-01 - 2019-03-31 - HS - Inactive - Tri-County Opportunities Council, Inc. - http://www.tcochelps.org - 1432@hsesinfo.org - 405 Emmons Ave - - Rock Falls - IL - 61071-1407 - 405 Emmons Ave - - Rock Falls - IL - 61071-1407 - 405 Emmons Ave - - Rock Falls - IL - 61071-1407 - Mr. - F51810 - L51810 - - T.C.O.C. Board Chairman - 51810@hsesinfo.org - Ms. - F51813 - L51813 - - President/CEO - 51813@hsesinfo.org - Ms. - F51812 - L51812 - - 51812@hsesinfo.org - Mrs. - F51809 - L51809 - - 51809@hsesinfo.org - 555-555-1809 x 5555 - - - 10140 - 964 - 12164 - 200 - 2014 - 2019-07-01 - - EHS - Active - United Planning Organization - http://www.upo.org - 964@hsesinfo.org - 301 Rhode Island Avenue, NW - - Washington - DC - 20001-1826 - 301 Rhode Island Avenue, NW - - Washington - DC - 20001-1826 - 301 Rhode Island Avenue, NW - - Washington - DC - 20001-1826 - Ms. - F219371 - L219371 - - Chairman of the Board of Directors - 219371@hsesinfo.org - Ms. - F219372 - L219372 - - President and CEO - 219372@hsesinfo.org - Ms. - F219374 - L219374 - - 219374@hsesinfo.org - Ms. - F219370 - L219370 - - 219370@hsesinfo.org - 555-555-9370 - - - 10028 - 8985 - 12051 - 200 - 2019 - 2019-07-01 - - EHS - Active - Staten Island Mental Health Society, Inc. - 16 Osgood Ave - 8985@hsesinfo.org - 16 Osgood Ave - - Staten Island - NY - 10304-1804 - 16 Osgood Ave - - Staten Island - NY - 10304-1804 - 16 Osgood Ave - - Staten Island - NY - 10304-1804 - Ms. - F218589 - L218589 - Esq. - - 218589@hsesinfo.org - Mr. - F218590 - L218590 - - - 218590@hsesinfo.org - Ms. - F218592 - L218592 - - 218592@hsesinfo.org - Ms. - F218588 - L218588 - - 218588@hsesinfo.org - 555-555-8588 x 5555 - - - 10142 - 677 - 12169 - 000 - 1992 - 2019-07-01 - - HS - Active - Tazewell-Woodford Head Start - http://www.twhsp.org - 677@hsesinfo.org - 233 Leadley Avenue - - East Peoria - IL - 61611-2755 - 233 Leadley Avenue - - East Peoria - IL - 61611-2755 - 233 Leadley Avenue - - East Peoria - IL - 61611-2755 - Mrs. - F219385 - L219385 - - Governing Board President - 219385@hsesinfo.org - Mrs. - F219386 - L219386 - - Executive Director - 219386@hsesinfo.org - Mr. - F219388 - L219388 - - 219388@hsesinfo.org - Ms. - F219384 - L219384 - - 219384@hsesinfo.org - 555-555-9384 - - - 8311 - 8241 - 10671 - 200 - 2016 - 2016-07-01 - - EHS - Active - JEFF CAP Head Start Birth-to-Five Program - http://www.jeffparish.net - 8241@hsesinfo.org - 1221 Elmwood Park Boulevard - Suite 402 - New Orleans - LA - 70123-2337 - 1221 Elmwood Park Boulevard - Suite 402 - Jefferson - LA - 70123-2337 - 1221 Elmwood Park Boulevard - Suite 402 - Jefferson - LA - 70123-2337 - Hon. - F207317 - L207317 - - Chairperson, Jefferson Parish Council - 207317@hsesinfo.org - Mrs. - F207318 - L207318 - - interim Director of JeffCAP - 207318@hsesinfo.org - Ms. - F207320 - L207320 - - 207320@hsesinfo.org - Mrs. - F207316 - L207316 - - 207316@hsesinfo.org - 555-555-7316 - - - 9216 - 1265 - 11501 - 000 - 2013 - 2018-12-01 - - HS - Active - Options for Learning - Optionsforlearning.org - 1265@hsesinfo.org - 885 So. Village Oaks Drive - - Covina, - CA - 91724-3615 - 885 So. Village Oaks Drive - - Covina, - CA - 91724-3615 - 885 So. Village Oaks Drive - - Covina, - CA - 91724-3615 - Mr. - F213052 - L213052 - - Chairperson, Board of Directors - 213052@hsesinfo.org - Mr. - F213053 - L213053 - - CEO - 213053@hsesinfo.org - Mrs. - F213055 - L213055 - - 213055@hsesinfo.org - Mrs. - F213051 - L213051 - - 213051@hsesinfo.org - 555-555-3051 - - - 8867 - 8636 - 11237 - 007 - 2018 - 2018-07-01 - - HS - Active - Sewall Child Development Center - http://www.sewall.org - 8636@hsesinfo.org - 940 Fillmore Street - - Denver - CO - 80206 - 940 Fillmore Street - - Denver - CO - 80206 - 940 Fillmore Street - - Denver - CO - 80206 - Mr. - F210591 - L210591 - - Board Chair - 210591@hsesinfo.org - Mrs. - F210592 - L210592 - - CEO - 210592@hsesinfo.org - Mr. - F210594 - L210594 - - 210594@hsesinfo.org - Mrs. - F210590 - L210590 - - 210590@hsesinfo.org - 555-555-0590 - - - 8917 - 3770 - 11274 - 202 - 2013 - 2018-07-01 - - EHS - Active - Episcopal Community Services - http://www.ecscalifornia.org - 3770@hsesinfo.org - 401 Mile of Cars Way - Ste 350 - National City - CA - 91950-6629 - 401 Mile of Cars Way - Ste 350 - National City - CA - 91950-6629 - 401 Mile of Cars Way - Ste 350 - National City - CA - 91950-6629 - Ms. - F210940 - L210940 - - Board of Directors President - 210940@hsesinfo.org - Ms. - F210941 - L210941 - - - 210941@hsesinfo.org - Ms. - F210943 - L210943 - - 210943@hsesinfo.org - Mrs. - F210939 - L210939 - - 210939@hsesinfo.org - 555-555-0939 - - - 10141 - 9007 - 12168 - 200 - 2019 - 2019-07-01 - - EHS - Active - Children's Home & Aid Society of Illinois - www.childrenshomeandaid.org - 9007@hsesinfo.org - 125 S Wacker Dr Fl 14 - - Chicago - IL - 60606-4429 - 125 S Wacker Dr Fl 14 - - Chicago - IL - 60606-4429 - 125 S Wacker Dr Fl 14 - - Chicago - IL - 60606-4429 - Mr. - F219378 - L219378 - - Chair - 219378@hsesinfo.org - Mr. - F219379 - L219379 - - President and CEO - 219379@hsesinfo.org - Ms. - F219381 - L219381 - - 219381@hsesinfo.org - Ms. - F219377 - L219377 - - 219377@hsesinfo.org - 555-555-9377 - - - 6153 - 372 - 9690 - 000 - 1991 - 2015-03-01 - - AIAN HS - Active - The Navajo Nation Tribal Government - navajohs.org - 372@hsesinfo.org - 1 Morgan Blvd, Education Building 1st Floor - - Window Rock - AZ - 86515 - PO Box 3479 - - Window Rock - AZ - 86515-3479 - 1 Morgan Blvd, Education Building 1st Floor - - Window Rock - AZ - 86515 - Mr. - F108724 - L108724 - - President of the Navajo Nation - 108724@hsesinfo.org - Dr. - F108723 - L108723 - - Assistant Superintendent of Navajo Head Start - 108723@hsesinfo.org - Ms. - F108726 - L108726 - - 108726@hsesinfo.org - Dr. - F108722 - L108722 - - 108722@hsesinfo.org - 555-555-8722 x 5555 - - - 6154 - 371 - 9690 - 200 - 2000 - 2015-03-01 - - AIAN EHS - Active - The Navajo Nation Tribal Government - - 371@hsesinfo.org - Morgan Blvd, 1st Floor, Education Building - - Window Rock - AZ - 86515 - PO Box 3479 - - Window Rock - AZ - 86515-3479 - Morgan Blvd, 1st Floor, Education Building - - Window Rock - AZ - 86515 - Mr. - F108734 - L108734 - - President of Navajo Nation - 108734@hsesinfo.org - Dr. - F108732 - L108732 - - Assistant Superintendent of Navajo Head Start - 108732@hsesinfo.org - Ms. - F108731 - L108731 - - 108731@hsesinfo.org - Dr. - F108730 - L108730 - - 108730@hsesinfo.org - 555-555-8730 x 5555 - - - 10783 - 254 - 12755 - 000 - 2014 - 2019-12-01 - - HS - Active - Montclair Child Development Center, Inc. - www.mcdcnj.org - 254@hsesinfo.org - 33 Fulton Street - - Montclair - NJ - 07042 - 33 Fulton Street - - Montclair - NJ - 07042 - 33 Fulton Street - - Montclair - NJ - 07042 - Mr. - F223782 - L223782 - - Board Chairperson - 223782@hsesinfo.org - Ms. - F223783 - L223783 - - Executive Director - 223783@hsesinfo.org - Mr. - F223785 - L223785 - - 223785@hsesinfo.org - Ms. - F223781 - L223781 - - 223781@hsesinfo.org - 555-555-3781 x 5555 - - - 8197 - 681 - 10593 - 000 - 1992 - 2016-08-01 - - HS - Active - Renewal Unlimited, Inc. - http://www.renewalunlimited.net - 681@hsesinfo.org - 2900 Red Fox Run - - Portage - WI - 53901-3400 - 2900 Red Fox Run - - Portage - WI - 53901-3400 - 2900 Red Fox Run - - Portage - WI - 53901-3400 - Ms. - F206494 - L206494 - - Board of Directors Chairperson - 206494@hsesinfo.org - Ms. - F206495 - L206495 - - Executive Director - 206495@hsesinfo.org - Mr. - F206497 - L206497 - - 206497@hsesinfo.org - Ms. - F206493 - L206493 - - 206493@hsesinfo.org - 555-555-6493 - - - 9602 - 2475 - 11788 - 200 - 2007 - 2019-05-01 - - EHS - Active - Family Support Services of West Hawaii - http://www.fsswh.org - 2475@hsesinfo.org - West Hawaii Early Head Start - 75-127 Lunapule Road, Suite 11 - Kailua-Kona - HI - 96740-2119 - West Hawaii Early Head Start - 75-127 Lunapule Road, Suite 11 - Kailua-Kona - HI - 96740-2119 - West Hawaii Early Head Start - 75-127 Lunapule Road, Suite 11 - Kailua-Kona - HI - 96740-2119 - Mr. - F215666 - L215666 - - FSH Board President - 215666@hsesinfo.org - Mr. - F215667 - L215667 - - Executive Director - 215667@hsesinfo.org - Ms. - F215669 - L215669 - - 215669@hsesinfo.org - Mrs. - F215665 - L215665 - - 215665@hsesinfo.org - 555-555-5665 - - - 10784 - 3175 - 12755 - 200 - 2014 - 2019-12-01 - - EHS - Active - Montclair Child Development Center, Inc. - www.mcdcnj.org - 3175@hsesinfo.org - 33 Fulton Street - - Montclair - NJ - 07042-4509 - 33 Fulton Street - - Montclair - NJ - 07042-4509 - 33 Fulton Street - - Montclair - NJ - 07042-4509 - Mr. - F223789 - L223789 - - Board Chairperson - 223789@hsesinfo.org - Ms. - F223790 - L223790 - - Executive Director - 223790@hsesinfo.org - Mr. - F223792 - L223792 - - 223792@hsesinfo.org - Ms. - F223788 - L223788 - - 223788@hsesinfo.org - 555-555-3788 x 5555 - - - 10785 - 2164 - 12754 - 000 - 2014 - 2019-12-01 - - HS - Active - Bayamon Municipality Head Start Program - www.municipiodebayamon.com - 2164@hsesinfo.org - Calle Maceo #19 - - Bayamon PR - PR - 00960 - PO Box 1588 - - Bayamon - PR - 00960-1588 - Calle Maceo #19 - - Bayamon PR - PR - 00960 - Hon. - F223796 - L223796 - - Board Of Director's President - 223796@hsesinfo.org - Mrs. - F223797 - L223797 - - Executive Director - 223797@hsesinfo.org - Mrs. - F223799 - L223799 - - 223799@hsesinfo.org - Mrs. - F223795 - L223795 - - 223795@hsesinfo.org - 555-555-3795 - - - 6203 - 6216 - 9877 - 216 - - 2015-01-01 - - EHS - Active - SGA Youth and Family Services - www.sga-youth.org - 6216@hsesinfo.org - 11 E Adams St Ste 1500 - - Chicago - IL - 60603-6309 - 11 E Adams St Ste 1500 - - Chicago - IL - 60603-6309 - 11 E Adams St Ste 1500 - - Chicago - IL - 60603-6309 - Ms. - F108964 - L108964 - - - 108964@hsesinfo.org - Ms. - F108965 - L108965 - - - 108965@hsesinfo.org - Ms. - F108967 - L108967 - - 108967@hsesinfo.org - Mr. - F108963 - L108963 - - 108963@hsesinfo.org - 555-555-8963 - - - 9162 - 1500 - 11467 - 200 - 2013 - 2018-11-01 - - EHS - Active - EASTER SEALS OF NORTH GEORGIA - http://www.northgeorgia.easterseals.com - 1500@hsesinfo.org - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - Mr. - F212669 - L212669 - - Chairperson, Board of Directors - 212669@hsesinfo.org - Ms. - F212670 - L212670 - - President/CEO - 212670@hsesinfo.org - Ms. - F212672 - L212672 - - 212672@hsesinfo.org - Mr. - F212668 - L212668 - - 212668@hsesinfo.org - 555-555-2668 x 5555 - - - 9326 - 1594 - 11581 - 000 - 2014 - 2019-02-01 - - HS - Active - Quintana Baptist Church - - 1594@hsesinfo.org - Edificio Caribe Plaza - 579 Ave Ponce De Leon - San Juan - PR - 00920 - Ave. Paz Granela - Pmb 473 Suite 2 - San Juan - PR - 00927 - Edificio Caribe Plaza - 579 Ave Ponce De Leon - San Juan - PR - 00920 - Mr. - F213819 - L213819 - - Acting Board President - 213819@hsesinfo.org - Mr. - F213820 - L213820 - - Executive Director - 213820@hsesinfo.org - Mrs. - F213822 - L213822 - - 213822@hsesinfo.org - Mrs. - F213818 - L213818 - - 213818@hsesinfo.org - 555-555-3818 - - - 4497 - 835 - 8397 - 200 - 2013 - 2013-11-29 - 2018-11-30 - EHS - Inactive - FAMILY FORUM, INC. - http://www.familyforum.org - 835@hsesinfo.org - 1507 Tower Avenue - Suite 312 - Superior - WI - 54880-5137 - 1507 Tower Avenue - Suite 312 - Superior - WI - 54880-5137 - 1507 Tower Avenue - Suite 312 - Superior - WI - 54880-5137 - Ms. - F42360 - L42360 - - Chairperson - 42360@hsesinfo.org - Mrs. - F42358 - L42358 - - Executive Director - 42358@hsesinfo.org - Ms. - F42361 - L42361 - - 42361@hsesinfo.org - Mrs. - F42356 - L42356 - - 42356@hsesinfo.org - 555-555-2356 - - - 9608 - 2835 - 11791 - 200 - 2011 - 2019-05-01 - - EHS - Active - STARK COUNTY COMMUNITY ACTION AGENCY - www.sccaa.org - 2835@hsesinfo.org - 1366 Market Ave. N. - - Canton - OH - 44714 - 1366 Market Ave. N. - - Canton - OH - 44714 - 1366 Market Ave. N. - - Canton - OH - 44714 - Mr. - F215708 - L215708 - - Board Chair - 215708@hsesinfo.org - Mr. - F215709 - L215709 - - - 215709@hsesinfo.org - Ms. - F215711 - L215711 - - 215711@hsesinfo.org - Ms. - F215707 - L215707 - - 215707@hsesinfo.org - 555-555-5707 - - - 3018 - 813 - 6676 - 000 - 2013 - 2013-07-02 - 2019-02-28 - HS - Inactive - Community Action Commission of Fayette County - www.cacfayettecounty.org - 813@hsesinfo.org - 1400 US RT 22 NW - - Washington Court House - OH - 43160-1402 - 1400 US RT 22 NW - - Washington Court House - OH - 43160-1402 - 1400 US RT 22 NW - - Washington Court House - OH - 43160-1402 - Mrs. - F37693 - L37693 - - Governing Board Chair - 37693@hsesinfo.org - Mrs. - F37695 - L37695 - - Executive Director - 37695@hsesinfo.org - Ms. - F37692 - L37692 - - 37692@hsesinfo.org - Ms. - F37691 - L37691 - - 37691@hsesinfo.org - 555-555-7691 x 5555 - - - 9165 - 505 - 11465 - 000 - 2013 - 2018-11-01 - - HS - Active - WEST CENTRAL MINNESOTA COMMUNITIES ACTION, INC. - www.wcmca.org - 505@hsesinfo.org - 411 Industrial Park Boulevard - - Elbow Lake - MN - 56531-4213 - 411 Industrial Park Boulevard - - Elbow Lake - MN - 56531-4213 - 411 Industrial Park Boulevard - - Elbow Lake - MN - 56531-4213 - Mr. - F212690 - L212690 - - Board Chairperson - 212690@hsesinfo.org - Ms. - F212691 - L212691 - - Chief Executive Officer - 212691@hsesinfo.org - Ms. - F212693 - L212693 - - 212693@hsesinfo.org - Ms. - F212689 - L212689 - - 212689@hsesinfo.org - 555-555-2689 - - - 8519 - 8399 - 10927 - 200 - 2017 - 2017-03-01 - - EHS - Active - The Children's Coalition for Northeast Louisiana, Inc. - www.childrenscoalition.org - 8399@hsesinfo.org - 907 Filhiol Ave - - Monroe - LA - 71203-3645 - 117 Hall St - - Monroe - LA - 71201-7522 - 907 Filhiol Ave - - Monroe - LA - 71203-3645 - Mrs. - F208359 - L208359 - - - 208359@hsesinfo.org - Ms. - F208360 - L208360 - - Executive Director - 208360@hsesinfo.org - Mrs. - F208362 - L208362 - - 208362@hsesinfo.org - Miss - F208358 - L208358 - - 208358@hsesinfo.org - 555-555-8358 - - - 5556 - 5562 - 8055 - 215 - 2014 - 2014-09-11 - - EHS - Active - Head Start Program Municipality of Utuado - - 5562@hsesinfo.org - Edificio Catalina Figuera Bubao Street - - Utuado - PR - 00641 - PO Box 877 - - Utuado - PR - 00641-0877 - Edificio Catalina Figuera Bubao Street - - Utuado - PR - 00641 - Mrs. - F99575 - L99575 - - President - 99575@hsesinfo.org - Mrs. - F99576 - L99576 - - Director - 99576@hsesinfo.org - Ms. - F99578 - L99578 - - 99578@hsesinfo.org - Mrs. - F99574 - L99574 - - 99574@hsesinfo.org - 555-555-9574 x 5555 - - - 6363 - 6331 - 9985 - 200 - - 2015-06-01 - 2020-05-31 - EHS - Inactive - Allegheny County Department of Human Services - http://www.alleghenycounty.us/dhs/ - 6331@hsesinfo.org - 1 Smithfield St Ste 400 - - Pittsburgh - PA - 15222-2221 - 1 Smithfield St Ste 400 - - Pittsburgh - PA - 15222-2221 - 1 Smithfield St Ste 400 - - Pittsburgh - PA - 15222-2221 - Mr. - F200211 - L200211 - - Allegheny County Manager - 200211@hsesinfo.org - Mr. - F200212 - L200212 - - AIU3 Executive Director - 200212@hsesinfo.org - Mrs. - F200214 - L200214 - - 200214@hsesinfo.org - Mrs. - F200210 - L200210 - - 200210@hsesinfo.org - 555-555-0210 - - - 6202 - 6215 - 9876 - 215 - - 2015-01-01 - 2019-11-30 - EHS - Inactive - Salvation Army - www.salvationarmychicago.org - 6215@hsesinfo.org - 845 West 69th Street - - Chicago - IL - 60621-1709 - 845 West 69th Street - - Chicago - IL - 60621-1709 - 845 West 69th Street - - Chicago - IL - 60621-1709 - Mr. - F108956 - L108956 - - Board Chair - 108956@hsesinfo.org - Mr. - F108957 - L108957 - - Executive Director - 108957@hsesinfo.org - Ms. - F108959 - L108959 - - 108959@hsesinfo.org - Mr. - F108955 - L108955 - - 108955@hsesinfo.org - 555-555-8955 - - - 6078 - 6085 - 9816 - 200 - - 2015-03-01 - 2020-08-31 - EHS - Inactive - Child Care Resources Inc. - http://childcareresourcesinc.org - 6085@hsesinfo.org - 4600 Park Road - Suite 400 - Charlotte - NC - 28209-3238 - 4600 Park Road - Suite 400 - Charlotte - NC - 28209-3238 - 4600 Park Road - Suite 400 - Charlotte - NC - 28209-3238 - Mr. - F107506 - L107506 - - Board Chair - 107506@hsesinfo.org - Ms. - F107507 - L107507 - - President - 107507@hsesinfo.org - Ms. - F107509 - L107509 - - 107509@hsesinfo.org - Ms. - F107505 - L107505 - - 107505@hsesinfo.org - 555-555-7505 x 5555 - - - 6894 - 352 - 10384 - 000 - 1991 - 2015-11-01 - 2020-10-31 - HS - Inactive - People Acting in Community Endeavors - http://www.paceinfo.org - 352@hsesinfo.org - 32 Madison St - - New Bedford - MA - 02740-4906 - 32 Madison St - - New Bedford - MA - 02740-4906 - 32 Madison St - - New Bedford - MA - 02740-4906 - Mr. - F203919 - L203919 - - P.A.C.E. Inc. Board President - 203919@hsesinfo.org - Mrs. - F203920 - L203920 - - - 203920@hsesinfo.org - Ms. - F203922 - L203922 - - 203922@hsesinfo.org - Ms. - F203918 - L203918 - - 203918@hsesinfo.org - 555-555-3918 x 5555 - - - 5634 - 4140 - 9454 - 020 - 2014 - 2014-12-01 - - HS - Active - Mary Crane League - www.marycrane.org - 4140@hsesinfo.org - 4006 W Lake St - - Chicago - IL - 60624-1839 - 4006 W Lake St - - Chicago - IL - 60624-1839 - 4006 W Lake St - - Chicago - IL - 60624-1839 - Mr. - F101502 - L101502 - - Board Chair - 101502@hsesinfo.org - Ms. - F101500 - L101500 - - Executive Director - 101500@hsesinfo.org - Ms. - F101499 - L101499 - - 101499@hsesinfo.org - Ms. - F101498 - L101498 - - 101498@hsesinfo.org - 555-555-1498 - - - 6608 - 6626 - 10113 - 000 - - 2015-07-01 - - HS - Active - Lutheran Social Service of the South, Inc. - www.upbring.org - 6626@hsesinfo.org - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - Mr. - F201926 - L201926 - - - 201926@hsesinfo.org - Dr. - F201927 - L201927 - - VP of Education - 201927@hsesinfo.org - Mrs. - F201929 - L201929 - - 201929@hsesinfo.org - Mr. - F201925 - L201925 - - 201925@hsesinfo.org - 555-555-1925 - - - 8754 - 8612 - 11127 - 028 - 2017 - 2017-08-01 - - HS - Active - Municipality of Penuelas - - 8612@hsesinfo.org - 615 Dr. Loyola Street - - Penuelas - PR - 00624-1721 - 615 Dr. Loyola Street - - Penuelas - PR - 00624-1721 - 615 Dr. Loyola Street - - Penuelas - PR - 00624-1721 - Mrs. - F209746 - L209746 - - Board President - 209746@hsesinfo.org - Dra. - F209747 - L209747 - - Grantee Director - 209747@hsesinfo.org - Mrs. - F209749 - L209749 - - 209749@hsesinfo.org - Mrs. - F209745 - L209745 - - 209745@hsesinfo.org - 555-555-9745 - - - 6648 - 2602 - 10095 - 200 - 2011 - 2015-07-01 - - EHS - Active - Cripple Creek/Victor School District Re-1 - www.ccvschools.org - 2602@hsesinfo.org - 412 North C Street - - Cripple Creek - CO - 80813 - PO BOX 897 - - Cripple Creek - CO - 80813-0897 - 412 North C Street - - Cripple Creek - CO - 80813 - Mr. - F202206 - L202206 - - school board president - 202206@hsesinfo.org - Ms. - F202207 - L202207 - - Superintendent - 202207@hsesinfo.org - Mr. - F202209 - L202209 - - 202209@hsesinfo.org - Ms. - F202205 - L202205 - - 202205@hsesinfo.org - 555-555-2205 - - - 8031 - 3863 - 10539 - 001 - - 2016-03-01 - - HS - Active - Holy Cross Head Start, Inc. - http://www.holycrossheadstart.org - 3863@hsesinfo.org - 150 Maryland Street - - Buffalo - NY - 14201-1831 - 150 Maryland Street - - Buffalo - NY - 14201-1831 - 150 Maryland Street - - Buffalo - NY - 14201-1831 - Rev. - F205419 - L205419 - - Board President - 205419@hsesinfo.org - Mr. - F205420 - L205420 - - - 205420@hsesinfo.org - - F205422 - L205422 - - 205422@hsesinfo.org - Mr. - F205418 - L205418 - - 205418@hsesinfo.org - 555-555-5418 x 5555 - - - 5811 - 5817 - 9559 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Alabama Department of Human Resources - http://dhr.alabama.gov/ - 5817@hsesinfo.org - 50 N Ripley St - - Montgomery - AL - 36130-4000 - PO Box 304000 - - Montgomery - AL - 36130-4000 - 50 N Ripley St - - Montgomery - AL - 36130-4000 - Miss - F103836 - L103836 - - Commissioner - 103836@hsesinfo.org - Mrs. - F103837 - L103837 - - Deputy Commissioner for Family Resources - 103837@hsesinfo.org - Ms. - F103839 - L103839 - - 103839@hsesinfo.org - Ms. - F103835 - L103835 - - 103835@hsesinfo.org - 555-555-3835 - - - 9361 - 1081 - 11596 - 000 - 2014 - 2019-02-01 - - HS - Active - Iliff Community Center, Inc. - chrisa@iliffhs.org - 1081@hsesinfo.org - 405 W 2nd Ave - - Iliff - CO - 80736 - PO Box 216 - - Iliff - CO - 80736-0216 - 405 W 2nd Ave - - Iliff - CO - 80736 - Mr. - F214060 - L214060 - - Board Chairperson - 214060@hsesinfo.org - Ms. - F214061 - L214061 - - - 214061@hsesinfo.org - Mr. - F214063 - L214063 - - 214063@hsesinfo.org - Mrs. - F214059 - L214059 - - 214059@hsesinfo.org - 555-555-4059 - - - 4452 - 1500 - 8498 - 200 - 2013 - 2013-11-01 - 2018-10-31 - EHS - Inactive - EASTER SEALS OF NORTH GEORGIA - http://www.northgeorgia.easterseals.com - 1500@hsesinfo.org - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - Mr. - F41567 - L41567 - - Chairperson, Board of Directors - 41567@hsesinfo.org - Ms. - F41568 - L41568 - - - 41568@hsesinfo.org - Ms. - F41570 - L41570 - - 41570@hsesinfo.org - Mr. - F41565 - L41565 - - 41565@hsesinfo.org - 555-555-1565 - - - 3723 - 3424 - 7799 - 013 - - - - HS - Active - Municipality of Orocovis - - 3424@hsesinfo.org - 13 Calle Pedro Arroyo - - Orocovis - PR - 00720-4423 - 13 Calle Pedro Arroyo - PO Box 4423 - Orocovis - PR - 00720-4423 - 13 Calle Pedro Arroyo - - Orocovis - PR - 00720-4423 - Mr. - F29380 - L29380 - - President - 29380@hsesinfo.org - Hon. - F29378 - L29378 - - Mayor - 29378@hsesinfo.org - Ms. - F29377 - L29377 - - 29377@hsesinfo.org - Ms. - F11738 - L11738 - - 11738@hsesinfo.org - 555-555-1738 - - - 4339 - 4339 - 8355 - 000 - 2013 - 2013-09-13 - 2019-06-30 - HS - Inactive - Tri-County Community Action Agency, Inc. - www.gatewaycap.org - 4339@hsesinfo.org - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - Mr. - F39763 - L39763 - - Chariman of the Board of Directors - 39763@hsesinfo.org - Mr. - F39764 - L39764 - - President/CEO - 39764@hsesinfo.org - Ms. - F39766 - L39766 - - 39766@hsesinfo.org - Ms. - F39762 - L39762 - - 39762@hsesinfo.org - 555-555-9762 - - - 8923 - 1994 - 11282 - 000 - 1992 - 2018-07-01 - - HS - Active - Orange County Board of Education - http://www.ocss-va.info/headstart/default.aspx - 1994@hsesinfo.org - 200 Dailey Drive - - Orange - VA - 22960-1864 - 200 Dailey Drive - - Orange - VA - 22960-1864 - 200 Dailey Drive - - Orange - VA - 22960-1864 - Ms. - F210983 - L210983 - - Board Chair - 210983@hsesinfo.org - Dr. - F210984 - L210984 - II - Superintendent - 210984@hsesinfo.org - Mr. - F210986 - L210986 - - 210986@hsesinfo.org - Ms. - F210982 - L210982 - - 210982@hsesinfo.org - 555-555-0982 x 5555 - - - 4539 - 297 - 8516 - 200 - 2003 - 2013-12-23 - 2018-12-31 - EHS - Inactive - LUZERNE COUNTY HEAD START, INC - http://lchs.hsweb.org - 297@hsesinfo.org - 23 Beekman St - - Wilkes Barre - PA - 18702-2109 - 23 Beekman St - - Wilkes Barre - PA - 18702-2109 - 23 Beekman St - - Wilkes Barre - PA - 18702-2109 - Dr. - F43140 - L43140 - - President Board of Directors - 43140@hsesinfo.org - Mrs. - F43138 - L43138 - - Executive Director - 43138@hsesinfo.org - Ms. - F43141 - L43141 - - 43141@hsesinfo.org - Mrs. - F43136 - L43136 - - 43136@hsesinfo.org - 555-555-3136 x 5555 - - - 8637 - 8504 - 6869 - 200 - 2017 - 2017-09-01 - 2019-01-31 - EHS - Inactive - Children's Home Society of Washington - http://www.chs-wa.org - 8504@hsesinfo.org - 12360 Lake City Way NE - Ste 450 - Seattle - WA - 98125-5452 - PO Box 15190 - - Seattle - WA - 98115-0190 - 12360 Lake City Way NE - Ste 450 - Seattle - WA - 98125-5452 - Mr. - F208970 - L208970 - - Chair, Board of Trustees - 208970@hsesinfo.org - Ms. - F208971 - L208971 - - President/CEO - 208971@hsesinfo.org - Ms. - F208973 - L208973 - - 208973@hsesinfo.org - Ms. - F208969 - L208969 - - 208969@hsesinfo.org - 555-555-8969 - - - 5436 - 2250 - 8757 - 000 - 2014 - 2014-09-01 - 2020-08-31 - Migrant HS - Inactive - Chicanos por la Causa, Inc. - http://www.cplc.org - 2250@hsesinfo.org - 1242 E Washington St - Ste 200 - Phoenix - AZ - 85034-1171 - 1242 E Washington St - Ste 200 - Phoenix - AZ - 85034-1171 - 1112 E. Buckeye Rd. - - Phoenix - AZ - 85034-4043 - Mr. - F96981 - L96981 - - CPLC Board of Directors Chair - 96981@hsesinfo.org - Mr. - F96982 - L96982 - - President and Chief Executive Officer (CEO) - 96982@hsesinfo.org - Ms. - F96979 - L96979 - - 96979@hsesinfo.org - Ms. - F96978 - L96978 - - 96978@hsesinfo.org - 555-555-6978 x 5555 - - - 8653 - 3254 - 11040 - 000 - 2012 - 2017-07-01 - - HS - Active - Save the Children, Inc. - - 3254@hsesinfo.org - 306 S Lake Arthur Ave - - Jennings - LA - 70546-6456 - PO Box 758 - - Jennings - LA - 70546-0758 - 306 S Lake Arthur Ave - - Jennings - LA - 70546-6456 - Mr. - F209080 - L209080 - - Governing Board Chair - 209080@hsesinfo.org - Mr. - F209081 - L209081 - - Executive Director - 209081@hsesinfo.org - Mrs. - F209083 - L209083 - - 209083@hsesinfo.org - Mrs. - F209079 - L209079 - - 209079@hsesinfo.org - 555-555-9079 x 5555 - - - 9627 - 8855 - 11040 - 200 - 2019 - 2019-07-01 - - EHS - Active - Save the Children, Inc. - - 8855@hsesinfo.org - 306 S Lake Arthur Ave - - Jennings - LA - 70546-6456 - PO Box 758 - - Jennings - LA - 70546-0758 - 306 S Lake Arthur Ave - - Jennings - LA - 70546-6456 - Mr. - F215837 - L215837 - - Governing Board Chair - 215837@hsesinfo.org - Mr. - F215835 - L215835 - - Executive Director - 215835@hsesinfo.org - Mrs. - F215838 - L215838 - - 215838@hsesinfo.org - Mrs. - F215834 - L215834 - - 215834@hsesinfo.org - 555-555-5834 x 5555 - - - 4939 - 1106 - 8861 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Colusa County Office of Education - http://www.ccoe.net - 1106@hsesinfo.org - 345 5th St - Ste B - Colusa - CA - 95932-2445 - 345 5th St - Ste B - Colusa - CA - 95932-2445 - 345 5th St - Ste B - Colusa - CA - 95932-2445 - Mr. - F48698 - L48698 - - Superintendent of Schools - 48698@hsesinfo.org - Mr. - F48701 - L48701 - - - 48701@hsesinfo.org - Mr. - F48702 - L48702 - - 48702@hsesinfo.org - Mrs. - F48697 - L48697 - - 48697@hsesinfo.org - 555-555-8697 - - - 9652 - 903 - 11820 - 000 - 1992 - 2019-06-01 - - HS - Active - Community Action of Southern Kentucky, Inc. - http://www.casoky.org - 903@hsesinfo.org - 921 Beauty Ave - - Bowling Green - KY - 42101-6135 - 921 Beauty Ave - - Bowling Green - KY - 42101-6135 - 921 Beauty Ave - - Bowling Green - KY - 42101-6135 - Ms. - F215984 - L215984 - - Board Chair - 215984@hsesinfo.org - Dr. - F215985 - L215985 - - CEO/Executive Director - 215985@hsesinfo.org - Ms. - F215987 - L215987 - - 215987@hsesinfo.org - Mrs. - F215983 - L215983 - - 215983@hsesinfo.org - 555-555-5983 x 5555 - - - 5645 - 4356 - 9465 - 031 - 2014 - 2014-12-01 - - HS - Active - The Montessori School of Englewood - www.tmsoe.org - 4356@hsesinfo.org - 6550 S Seeley Ave - Annex Bldg - Chicago - IL - 60636-2500 - 6550 S Seeley Ave - Annex Bldg - Chicago - IL - 60636-2500 - 6550 S Seeley Ave - Annex Bldg - Chicago - IL - 60636-2500 - - F101608 - L101608 - - Board President - 101608@hsesinfo.org - - F101609 - L101609 - - Executive Director - 101609@hsesinfo.org - - F101611 - L101611 - - 101611@hsesinfo.org - - F101615 - L101615 - - 101615@hsesinfo.org - 555-555-1615 - - - 9653 - 6361 - 11820 - 200 - - 2019-06-01 - - EHS - Active - Community Action of Southern Kentucky, Inc. - http://www.casoky.org - 6361@hsesinfo.org - 921 Beauty Ave - - Bowling Green - KY - 42101-6135 - 921 Beauty Ave - - Bowling Green - KY - 42101-6135 - 921 Beauty Ave - - Bowling Green - KY - 42101-6135 - Ms. - F215991 - L215991 - - - 215991@hsesinfo.org - Dr. - F215992 - L215992 - - - 215992@hsesinfo.org - Ms. - F215994 - L215994 - - 215994@hsesinfo.org - Mrs. - F215990 - L215990 - - 215990@hsesinfo.org - 555-555-5990 x 5555 - - - 7062 - 2142 - 10508 - 000 - 2004 - 2016-01-01 - - HS - Active - Head Start of Northern Fairfield County - www.ct-institute.org - 2142@hsesinfo.org - 120 Main St Fl 4 - - Danbury - CT - 06810-7834 - 120 Main St Fl 4 - - Danbury - CT - 06810-7834 - 120 Main St Fl 4 - - Danbury - CT - 06810-7834 - Dr. - F205102 - L205102 - Ph.D - Board Chair - 205102@hsesinfo.org - Mr. - F205103 - L205103 - Esq. - President/Chief Executive Officer - 205103@hsesinfo.org - Ms. - F205105 - L205105 - - 205105@hsesinfo.org - Mrs. - F205101 - L205101 - - 205101@hsesinfo.org - 555-555-5101 x 5555 - - - 8085 - 8026 - 8658 - 204 - 2016 - 2017-02-01 - 2019-06-30 - EHS - Inactive - The Children's Aid Society - http://www.childrensaidsociety.org - 8026@hsesinfo.org - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - Ms. - F205784 - L205784 - - - 205784@hsesinfo.org - Ms. - F205785 - L205785 - - - 205785@hsesinfo.org - Ms. - F205787 - L205787 - - 205787@hsesinfo.org - Ms. - F205783 - L205783 - - 205783@hsesinfo.org - 555-555-5783 - - - 6791 - 2346 - 10269 - 000 - 1992 - 2015-09-01 - - HS - Active - Madison County Cooperative Extension - http://madisoncountycce.org/head-start - 2346@hsesinfo.org - 1000 Eaton Street - - Morrisville - NY - 13408 - 1000 Eaton Street - - Morrisville - NY - 13408 - 1000 Eaton Street - - Morrisville - NY - 13408 - Mr. - F203212 - L203212 - - President, Board of Directors - 203212@hsesinfo.org - Ms. - F203213 - L203213 - - - 203213@hsesinfo.org - Ms. - F203215 - L203215 - - 203215@hsesinfo.org - Ms. - F203211 - L203211 - - 203211@hsesinfo.org - 555-555-3211 x 5555 - - - 4734 - 3964 - 8716 - 062 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Lutheran Social Services of NY Early Life - www.lssny.org - 3964@hsesinfo.org - 475 Riverside Dr - Ste 1244 - New York - NY - 10115-0046 - 475 Riverside Dr - Ste 1244 - New York - NY - 10115-0046 - 475 Riverside Dr - Ste 1244 - New York - NY - 10115-0046 - Mr. - F45889 - L45889 - - CEO/President - 45889@hsesinfo.org - Ms. - F45887 - L45887 - - Executive Director - 45887@hsesinfo.org - Ms. - F45886 - L45886 - - 45886@hsesinfo.org - Ms. - F45885 - L45885 - - 45885@hsesinfo.org - 555-555-5885 - - - 7059 - 274 - 10507 - 000 - 1989 - 2016-01-01 - - HS - Active - Triumph, Inc. - http://www.triumphinc.org - 274@hsesinfo.org - 100 Hon Gordon M Owen Riverway - - Taunton - MA - 02780-2720 - 100 Hon Gordon M Owen Riverway - - Taunton - MA - 02780-2720 - 100 Hon Gordon M Owen Riverway - - Taunton - MA - 02780-2720 - Ms. - F205081 - L205081 - - President - 205081@hsesinfo.org - Ms. - F205082 - L205082 - - - 205082@hsesinfo.org - Mr. - F205084 - L205084 - - 205084@hsesinfo.org - Ms. - F205080 - L205080 - - 205080@hsesinfo.org - 555-555-5080 - - - 5617 - 4110 - 9437 - 003 - 2014 - 2014-12-01 - - HS - Active - Chicago Youth Centers - http://www.chicagoyouthcenters.org - 4110@hsesinfo.org - 218 S Wabash Suite 600 - - Chicago - IL - 60604 - 218 S Wabash Suite 600 - - Chicago - IL - 60604 - 218 S Wabash Suite 600 - - Chicago - IL - 60604 - Mr. - F101335 - L101335 - - Board Chair - 101335@hsesinfo.org - Ms. - F101333 - L101333 - - President/CEO - 101333@hsesinfo.org - Ms. - F101332 - L101332 - - 101332@hsesinfo.org - Ms. - F101330 - L101330 - - 101330@hsesinfo.org - 555-555-1330 x 5555 - - - 9363 - 255 - 11605 - 000 - 2014 - 2019-02-01 - - HS - Active - COMMUNITIES UNITED, INC - http://www.communitiesunitedinc.org - 255@hsesinfo.org - 108 Water St - Unit 2D - Watertown - MA - 02472-4698 - 108 Water St - Unit 2D - Watertown - MA - 02472-4698 - 108 Water St - Unit 2D - Watertown - MA - 02472-4698 - Mr. - F214074 - L214074 - - Chairman, Board of Directors - 214074@hsesinfo.org - Ms. - F214075 - L214075 - - Executive Director - 214075@hsesinfo.org - Ms. - F214077 - L214077 - - 214077@hsesinfo.org - Ms. - F214073 - L214073 - - 214073@hsesinfo.org - 555-555-4073 x 5555 - - - 5220 - 5226 - 9049 - 200 - 2014 - 2014-07-01 - 2019-02-28 - EHS - Inactive - Community Action Partnership of North Alabama, Inc. - www.capna.org - 5226@hsesinfo.org - 1909 Central Parkway SW - - Decatur - AL - 35601-6822 - 1909 Central Parkway SW - - Decatur - AL - 35601-6822 - 1909 Central Parkway SW - - Decatur - AL - 35601-6822 - Mr. - F52386 - L52386 - - Board Chair - 52386@hsesinfo.org - Mr. - F52387 - L52387 - - CEO - 52387@hsesinfo.org - Ms. - F52389 - L52389 - - 52389@hsesinfo.org - Ms. - F52385 - L52385 - - 52385@hsesinfo.org - 555-555-2385 - - - 10580 - 6225 - 12559 - 200 - - 2019-09-01 - - AIAN EHS - Active - Cook Inlet Tribal Council Clare Swan Early Learning Center - 800 Northway Drive - 6225@hsesinfo.org - 3600 San Jeronimo Drive - - Anchorage - AK - 99508-2869 - 3600 San Jeronimo Drive - - Anchorage - AK - 99508-2869 - 3600 San Jeronimo Drive - - Anchorage - AK - 99508-2869 - Mr. - F222398 - L222398 - - EHS/CC Board Chair - 222398@hsesinfo.org - Ms. - F222399 - L222399 - - President/CEO - 222399@hsesinfo.org - Ms. - F222401 - L222401 - - 222401@hsesinfo.org - Ms. - F222397 - L222397 - - 222397@hsesinfo.org - 555-555-2397 - - - 9167 - 3133 - 11469 - 000 - 2013 - 2018-11-01 - - HS - Active - Kalamazoo Regional Educational Service Agency - www.kresa.org - 3133@hsesinfo.org - 422 E South St - - Kalamazoo - MI - 49007-5809 - 422 E South St - - Kalamazoo - MI - 49007-5809 - 422 E South St - - Kalamazoo - MI - 49007-5809 - Mr. - F212705 - L212705 - - Board President - 212705@hsesinfo.org - Mr. - F212706 - L212706 - - Superintendent - 212706@hsesinfo.org - Mrs. - F212708 - L212708 - - 212708@hsesinfo.org - Ms. - F212704 - L212704 - - 212704@hsesinfo.org - 555-555-2704 - - - 9335 - 6910 - 11583 - 200 - - 2019-02-01 - - EHS - Active - Yeshivath Kehilath Yakov, Inc. - - 6910@hsesinfo.org - 638 Bedford Avenue - - Brooklyn - NY - 11249-8007 - 638 Bedford Avenue - - Brooklyn - NY - 11249-8007 - 638 Bedford Avenue - - Brooklyn - NY - 11249-8007 - Mr. - F213882 - L213882 - - Board Chair - 213882@hsesinfo.org - Mr. - F213883 - L213883 - - Director - 213883@hsesinfo.org - Mrs. - F213885 - L213885 - - 213885@hsesinfo.org - Mr. - F213881 - L213881 - - 213881@hsesinfo.org - 555-555-3881 x 5555 - - - 10962 - 3220 - 12920 - 200 - 2015 - 2020-01-01 - - EHS - Active - Easter Seals of Southern California, Inc. - - 3220@hsesinfo.org - 1063 McGaw Ave - - Irvine - CA - 92614-5505 - 4688 Ontario Mills Pkwy - - Ontario - CA - 91764-5104 - 1063 McGaw Ave - - Irvine - CA - 92614-5505 - Mr. - F225033 - L225033 - - Board Chair - 225033@hsesinfo.org - Mr. - F225034 - L225034 - - - 225034@hsesinfo.org - Ms. - F225036 - L225036 - - 225036@hsesinfo.org - Mrs. - F225032 - L225032 - - 225032@hsesinfo.org - 555-555-5032 - - - 11429 - 3171 - 13273 - 000 - 1992 - 2020-07-01 - - HS - Active - Central Nebraska Community Action Partnership - http://www.centralnebraskacap.com - 3171@hsesinfo.org - 626 N St - - Loup City - NE - 68853-8110 - PO Box 509 - - Loup City - NE - 68853-0509 - 626 N St - - Loup City - NE - 68853-8110 - Mr. - F228043 - L228043 - - Board Chair - 228043@hsesinfo.org - Mrs. - F228044 - L228044 - - Executive Director - 228044@hsesinfo.org - Mr. - F228046 - L228046 - - 228046@hsesinfo.org - Mrs. - F228042 - L228042 - - 228042@hsesinfo.org - 555-555-8042 x 5555 - - - 11430 - 1405 - 13273 - 200 - 2000 - 2020-07-01 - - EHS - Active - Central Nebraska Community Action Partnership - http://www.centralnebraskacap.com - 1405@hsesinfo.org - 626 N St - - Loup City - NE - 68853-8110 - PO Box 509 - - Loup City - NE - 68853-0509 - 626 N St - - Loup City - NE - 68853-8110 - Mr. - F228050 - L228050 - - Board Chair - 228050@hsesinfo.org - Mrs. - F228051 - L228051 - - Executive Director - 228051@hsesinfo.org - Mr. - F228053 - L228053 - - 228053@hsesinfo.org - Mrs. - F228049 - L228049 - - 228049@hsesinfo.org - 555-555-8049 x 5555 - - - 9169 - 2177 - 11470 - 200 - 2000 - 2018-11-01 - - EHS - Active - Pace Community Action Agency, Inc. - http://www.pacecaa.org - 2177@hsesinfo.org - 525 North 4th Street - - Vincennes - IN - 47591-0687 - 525 North 4th Street - - Vincennes - IN - 47591-0687 - 525 North 4th Street - - Vincennes - IN - 47591-0687 - Mr. - F212719 - L212719 - - - 212719@hsesinfo.org - Dr. - F212720 - L212720 - - - 212720@hsesinfo.org - Ms. - F212722 - L212722 - - 212722@hsesinfo.org - Ms. - F212718 - L212718 - - 212718@hsesinfo.org - 555-555-2718 - - - 8743 - 8601 - 11116 - 019 - 2017 - 2017-08-01 - - HS - Active - Municipality of Dorado - - 8601@hsesinfo.org - 341 Calle Mendez Vigo - - Dorado - PR - 00646-4912 - 341 Calle Mendez Vigo - - Dorado - PR - 00646-4912 - 341 Calle Mendez Vigo - - Dorado - PR - 00646-4912 - Mr. - F209680 - L209680 - - Chairman of the Board - 209680@hsesinfo.org - Mr. - F209681 - L209681 - - Mayor - 209681@hsesinfo.org - Mrs. - F209683 - L209683 - - 209683@hsesinfo.org - Mrs. - F209679 - L209679 - - 209679@hsesinfo.org - 555-555-9679 x 5555 - - - 10574 - 6036 - 12562 - 200 - - 2019-09-01 - - EHS - Active - Child Care Resource & Referral - http://childcarehelp.com - 6036@hsesinfo.org - 1 Dearborn Sq - Ste 600 - Kankakee - IL - 60901-3937 - 1 Dearborn Sq - Ste 600 - Kankakee - IL - 60901-3937 - 1 Dearborn Sq - Ste 600 - Kankakee - IL - 60901-3937 - Ms. - F222356 - L222356 - - President Board of Directors - 222356@hsesinfo.org - Ms. - F222357 - L222357 - - Executive Director - 222357@hsesinfo.org - Mr. - F222359 - L222359 - - 222359@hsesinfo.org - Ms. - F222355 - L222355 - - 222355@hsesinfo.org - 555-555-2355 - - - 8960 - 8674 - 11304 - 229 - 2017 - 2017-08-01 - - EHS - Active - Municipality of Yabucoa - - 8674@hsesinfo.org - 3 PR Km 93.7 - Bo Juan Martin - Yabucoa - PR - 00767 - 3 Calle Catalina Morales - Apartado 97 - Yabucoa - PR - 00767-0097 - 3 PR Km 93.7 - Bo Juan Martin - Yabucoa - PR - 00767 - Miss - F211878 - L211878 - - Presidenta Junta de Gobierno - 211878@hsesinfo.org - Dra. - F211879 - L211879 - - Directora Programa Head Start/Early Head Start - 211879@hsesinfo.org - Miss - F211881 - L211881 - - 211881@hsesinfo.org - Miss - F211277 - L211277 - - 211277@hsesinfo.org - 555-555-1277 - - - 10575 - 6068 - 12564 - 200 - - 2019-09-01 - - EHS - Active - Mahube-Otwa Community Action Partnership, Inc. - http://www.mahube.org - 6068@hsesinfo.org - 1125 W River Rd - - Detroit Lakes - MN - 56501-2722 - PO Box 747 - - Detroit Lakes - MN - 56502-0747 - 1125 W River Rd - - Detroit Lakes - MN - 56501-2722 - Mr. - F222363 - L222363 - - Board Chairperson - 222363@hsesinfo.org - Ms. - F222364 - L222364 - - Executive Director - 222364@hsesinfo.org - Mrs. - F222366 - L222366 - - 222366@hsesinfo.org - Ms. - F222362 - L222362 - - 222362@hsesinfo.org - 555-555-2362 - - - 5317 - 630 - 9147 - 000 - 2014 - 2014-08-01 - 2020-07-31 - HS - Inactive - Alachua County School District - http://www.sbac.edu - 630@hsesinfo.org - 3600 NE 15th St - Fearnside Family Services Center - Gainesville - FL - 32609-2484 - Alachua County Public Schools - 620 E. University Avenue - Gainesville - FL - 32601-2484 - Alachua County Public Schools - 620 E. University Avenue - Gainesville - FL - 32601-2484 - Mrs. - F54120 - L54120 - - Board Chairperson - 54120@hsesinfo.org - Mrs. - F54119 - L54119 - - Superintendent - 54119@hsesinfo.org - Mrs. - F54122 - L54122 - - 54122@hsesinfo.org - Mrs. - F54118 - L54118 - - 54118@hsesinfo.org - 555-555-4118 - - - 10576 - 6041 - 12561 - 200 - - 2019-09-01 - - EHS - Active - Community Action Commission of Fayette County, Inc. - www.cacfayettecounty.org - 6041@hsesinfo.org - 1400 US Route 22 NW - - Washington Court House - OH - 43160-8604 - 1400 US Route 22 NW - - Washington Court House - OH - 43160-8604 - 1400 US Route 22 NW - - Washington Court House - OH - 43160-8604 - Mrs. - F222370 - L222370 - - Board Chair - 222370@hsesinfo.org - Mrs. - F222371 - L222371 - - Executive Director - 222371@hsesinfo.org - Ms. - F222373 - L222373 - - 222373@hsesinfo.org - Mrs. - F222369 - L222369 - - 222369@hsesinfo.org - 555-555-2369 x 5555 - - - 9174 - 389 - 11471 - 200 - 2013 - 2018-11-01 - - EHS - Active - Wayne Action Group for Economic Solvency, Inc - http://www.wagesnc.org - 389@hsesinfo.org - 601 Royall Avenue - - Goldsboro - NC - 27534-2570 - 601 Royall Avenue - - Goldsboro - NC - 27534-2570 - 601 Royall Avenue - - Goldsboro - NC - 27534-2570 - Mrs. - F212754 - L212754 - - Board Chair - 212754@hsesinfo.org - Ms. - F212755 - L212755 - - Executive Director - 212755@hsesinfo.org - Mrs. - F212757 - L212757 - - 212757@hsesinfo.org - Mrs. - F212753 - L212753 - - 212753@hsesinfo.org - 555-555-2753 - - - 6735 - 2042 - 10196 - 000 - 1992 - 2015-08-01 - 2020-07-31 - HS - Inactive - Kno Ho Co Ashland Community Action Commission - http://www.knohoco.org - 2042@hsesinfo.org - 120 N 4th St - - Coshocton - OH - 43812-1504 - 120 N 4th St - - Coshocton - OH - 43812-1504 - 120 N 4th St - - Coshocton - OH - 43812-1504 - Mr. - F202816 - L202816 - - Board Chairman - 202816@hsesinfo.org - Mr. - F202817 - L202817 - - President - 202817@hsesinfo.org - Ms. - F202819 - L202819 - - 202819@hsesinfo.org - Ms. - F202815 - L202815 - - 202815@hsesinfo.org - 555-555-2815 x 5555 - - - 8396 - 2637 - 10813 - 200 - 2011 - 2017-01-01 - - EHS - Active - MACON BIBB COUNTY ECONOMIC - www.maconbibbeoc.com - 2637@hsesinfo.org - 1680 Broadway - Ste B - Macon - GA - 31201-3081 - 1680 Broadway - Ste B - Macon - GA - 31201-3081 - 1680 Broadway - Ste B - Macon - GA - 31201-3081 - Dr. - F207965 - L207965 - - - 207965@hsesinfo.org - Ms. - F207966 - L207966 - - - 207966@hsesinfo.org - - F207968 - L207968 - - 207968@hsesinfo.org - Ms. - F207964 - L207964 - - 207964@hsesinfo.org - 555-555-7964 - - - 9287 - 4573 - 11544 - 200 - 2013 - 2019-01-01 - - EHS - Active - Volunteers of America of Los Angeles - voala.org - 4573@hsesinfo.org - 3600 Wilshire Blvd., Suite 1500 - - Los Angeles - CA - 90010-2619 - 3600 Wilshire Blvd., Suite 1500 - - Los Angeles - CA - 90010-2619 - 3600 Wilshire Blvd., Suite 1500 - - Los Angeles - CA - 90010-2619 - Mr. - F213554 - L213554 - - Executive Committee Chair - 213554@hsesinfo.org - Mr. - F213555 - L213555 - - Chief Executive Officer - 213555@hsesinfo.org - Mr. - F213557 - L213557 - - 213557@hsesinfo.org - Mr. - F213553 - L213553 - - 213553@hsesinfo.org - 555-555-3553 - - - 8878 - 2275 - 11244 - 000 - 2013 - 2018-07-01 - - HS - Active - Head Start, Inc. - www.explorershs.org - 2275@hsesinfo.org - 615 North 19th Street - - Billings - MT - 59101-1426 - 615 North 19th Street - - Billings - MT - 59101-1426 - 615 North 19th Street - - Billings - MT - 59101-1426 - Mrs. - F210668 - L210668 - - Board Chair - 210668@hsesinfo.org - Mrs. - F210669 - L210669 - - Interim Executive Director - 210669@hsesinfo.org - Ms. - F210671 - L210671 - - 210671@hsesinfo.org - Mrs. - F210667 - L210667 - - 210667@hsesinfo.org - 555-555-0667 x 5555 - - - 3040 - 3383 - 6689 - 000 - 2013 - 2013-07-02 - 2019-01-31 - HS - Inactive - Parent Child Incorporated - www.parentchildinc.com - 3383@hsesinfo.org - 7815 Mainland Dr - - San Antonio - TX - 78250-5150 - 7815 Mainland Dr - - San Antonio - TX - 78250-5150 - 7815 Mainland Dr - - San Antonio - TX - 78250-5150 - Mr. - F38505 - L38505 - - Board Chair - 38505@hsesinfo.org - Dr. - F38503 - L38503 - - Chief Executive Officer/HS-EHS Director - 38503@hsesinfo.org - Ms. - F38502 - L38502 - - 38502@hsesinfo.org - Dr. - F36353 - L36353 - - 36353@hsesinfo.org - 555-555-6353 - - - 4778 - 1724 - 8575 - 200 - 2014 - 2014-04-01 - 2019-03-31 - EHS - Inactive - Community Services for Children, Inc. - http://www.cscinc.org - 1724@hsesinfo.org - 1520 Hanover Avenue - - Allentown - PA - 18109-2360 - 1520 Hanover Avenue - - Allentown - PA - 18109-2360 - 1520 Hanover Avenue - - Allentown - PA - 18109-2360 - Mr. - F46519 - L46519 - - Board Chair - 46519@hsesinfo.org - Mrs. - F46517 - L46517 - - CEO/President - 46517@hsesinfo.org - Ms. - F46521 - L46521 - - 46521@hsesinfo.org - Mrs. - F46516 - L46516 - - 46516@hsesinfo.org - 555-555-6516 x 5555 - - - 4807 - 2478 - 8618 - 200 - 2007 - 2014-05-01 - 2019-04-30 - EHS - Inactive - CAREY SERVICES, INC. - http:/www.careyservices.com - 2478@hsesinfo.org - 2724 SOUTH CAREY STREET - - MARION - IN - 46953 - 2724 SOUTH CAREY STREET - - MARION - IN - 46953 - 2724 SOUTH CAREY STREET - - MARION - IN - 46953 - Ms. - F46897 - L46897 - - Chairperson - 46897@hsesinfo.org - Mr. - F46896 - L46896 - - President/CEO - 46896@hsesinfo.org - Mrs. - F46894 - L46894 - - 46894@hsesinfo.org - Mrs. - F46893 - L46893 - - 46893@hsesinfo.org - 555-555-6893 x 5555 - - - 5162 - 2031 - 8998 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Cleveland County School District - ccsdheadstart.org - 2031@hsesinfo.org - 700 Main St - - Rison - AR - 71665-9563 - PO Box 600 - - Rison - AR - 71665-0600 - 700 Main St - 100 2nd St - Rison - AR - 71665-9563 - Mr. - F52187 - L52187 - - School Board President - 52187@hsesinfo.org - Mr. - F52188 - L52188 - - Superintendent - 52188@hsesinfo.org - Mrs. - F52189 - L52189 - - 52189@hsesinfo.org - Mrs. - F52185 - L52185 - - 52185@hsesinfo.org - 555-555-2185 - - - 5552 - 5558 - 7799 - 213 - 2014 - 2014-09-11 - - EHS - Active - Municipality of Orocovis - - 5558@hsesinfo.org - 13 Calle Pedro Arroyo - - Orocovis - PR - 00720-4423 - PO Box 2106 - - Orocovis - PR - 00720-2106 - 13 Calle Pedro Arroyo - - Orocovis - PR - 00720-4423 - Mr. - F99543 - L99543 - - President - 99543@hsesinfo.org - Hon. - F99544 - L99544 - - Mayor - 99544@hsesinfo.org - Ms. - F99546 - L99546 - - 99546@hsesinfo.org - Ms. - F99542 - L99542 - - 99542@hsesinfo.org - 555-555-9542 - - - 9364 - 256 - 11605 - 200 - 2014 - 2019-02-01 - - EHS - Active - COMMUNITIES UNITED, INC - http://www.communitiesunitedinc.org - 256@hsesinfo.org - 108 Water St - Ste 2D - Watertown - MA - 02472-4698 - 108 Water St - Ste 2D - Watertown - MA - 02472-4698 - 108 Water St - Ste 2D - Watertown - MA - 02472-4698 - Mr. - F214081 - L214081 - - Chairman, Board of Directors - 214081@hsesinfo.org - Ms. - F214082 - L214082 - - Executive Director - 214082@hsesinfo.org - Ms. - F214084 - L214084 - - 214084@hsesinfo.org - Ms. - F214080 - L214080 - - 214080@hsesinfo.org - 555-555-4080 x 5555 - - - 4994 - 2119 - 8894 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Orange County Head Start - http://www.ochsinc.org - 2119@hsesinfo.org - 2501 South Pullman Street - Suite 100 - Santa Ana - CA - 92705-5511 - 2501 South Pullman Street - Suite 100 - Santa Ana - CA - 92705-5511 - 2501 South Pullman Street - Suite 100 - Santa Ana - CA - 92705-5511 - Ms. - F49448 - L49448 - - Board Chair - 49448@hsesinfo.org - Ms. - F49451 - L49451 - - Executive Director - 49451@hsesinfo.org - Ms. - F49449 - L49449 - - 49449@hsesinfo.org - Ms. - F49447 - L49447 - - 49447@hsesinfo.org - 555-555-9447 - - - 9501 - 1919 - 11725 - 000 - 2014 - 2019-04-01 - - HS - Active - Ashtabula County Community Action Agency - http://www.accaa.org - 1919@hsesinfo.org - 4510 Main Ave - - Ashtabula - OH - 44004-6925 - PO Box 2610 - - Ashtabula - OH - 44005-2610 - 6920 Austinburg Rd - - Ashtabula - OH - 44004-9393 - Mr. - F215004 - L215004 - - Chairperson - 215004@hsesinfo.org - Mrs. - F215005 - L215005 - - Executive Director - 215005@hsesinfo.org - Ms. - F215007 - L215007 - - 215007@hsesinfo.org - Mrs. - F215003 - L215003 - - 215003@hsesinfo.org - 555-555-5003 - - - 9502 - 2831 - 11725 - 200 - 2011 - 2019-04-01 - - EHS - Active - ACCAA - Early Head Start - http://www.ashtabulaheadstart.org - 2831@hsesinfo.org - 4510 Main Ave - - Ashtabula - OH - 44004-6925 - PO Box 2610 - - Ashtabula - OH - 44005-2610 - 6920 Austinburg Rd - - Ashtabula - OH - 44004-9393 - Mr. - F215011 - L215011 - - Chairperson - 215011@hsesinfo.org - Mrs. - F215012 - L215012 - - Executive Director - 215012@hsesinfo.org - Ms. - F215014 - L215014 - - 215014@hsesinfo.org - Mrs. - F215010 - L215010 - - 215010@hsesinfo.org - 555-555-5010 - - - 5633 - 4134 - 9453 - 019 - 2014 - 2014-12-01 - - HS - Active - Northwestern University Settlement House - northwesternsettlement.org - 4134@hsesinfo.org - 1400 West Augusta Boulevard - - Chicago - IL - 60642-3939 - 1400 West Augusta Boulevard - - Chicago - IL - 60642-3939 - 1400 West Augusta Boulevard - - Chicago - IL - 60642-3939 - Mr. - F101495 - L101495 - - Director of the Board - 101495@hsesinfo.org - Ms. - F101493 - L101493 - - Director of Group Services - 101493@hsesinfo.org - Ms. - F101492 - L101492 - - 101492@hsesinfo.org - Ms. - F101491 - L101491 - - 101491@hsesinfo.org - 555-555-1491 x 5555 - - - 8249 - 1950 - 10645 - 000 - 1992 - 2016-07-01 - - HS - Active - Rock-Walworth Comprehensive Family Services, Inc. - http://www.rwcfs.org - 1950@hsesinfo.org - 1221 Henry Avenue - - Beloit - WI - 53511-3636 - 1221 Henry Avenue - - Beloit - WI - 53511-3636 - 1221 Henry Avenue - - Beloit - WI - 53511-3636 - Mr. - F206858 - L206858 - - Board Chair - 206858@hsesinfo.org - Ms. - F206859 - L206859 - - Executive Director - 206859@hsesinfo.org - Ms. - F206861 - L206861 - - 206861@hsesinfo.org - Ms. - F206857 - L206857 - - 206857@hsesinfo.org - 555-555-6857 x 5555 - - - 8250 - 1428 - 10645 - 200 - 2001 - 2016-07-01 - - EHS - Active - Rock/Walworth Comprehensive Family Services, Inc. - http://www.rwcfs.org - 1428@hsesinfo.org - 1221 Henry Avenue - - Beloit - WI - 53511-3636 - 1221 Henry Avenue - - Beloit - WI - 53511-3636 - 1221 Henry Avenue - - Beloit - WI - 53511-3636 - Mr. - F206865 - L206865 - - Board Chair - 206865@hsesinfo.org - Ms. - F206866 - L206866 - - Executive Director - 206866@hsesinfo.org - Ms. - F206868 - L206868 - - 206868@hsesinfo.org - Ms. - F206864 - L206864 - - 206864@hsesinfo.org - 555-555-6864 x 5555 - - - 8301 - 1340 - 10670 - 000 - 1991 - 2016-07-01 - - HS - Active - West Texas Opportunities - http://www.gowto.org - 1340@hsesinfo.org - 603 N 4th ST - - Lamesa - TX - 79331 - PO Box 1308 - - Lamesa - TX - 79331 - 603 N 4th ST - - Lamesa - TX - 79331 - Mr. - F207247 - L207247 - - Board President - 207247@hsesinfo.org - Ms. - F207248 - L207248 - - Executive Director - 207248@hsesinfo.org - Ms. - F207250 - L207250 - - 207250@hsesinfo.org - Ms. - F207246 - L207246 - - 207246@hsesinfo.org - 555-555-7246 - - - 7029 - 2594 - 10473 - 200 - 2011 - 2016-01-01 - - EHS - Active - DELTA AREA ECONOMIC OPPORTUNITY CORPORATION - www.daeoc.com - 2594@hsesinfo.org - 99 Skyview Rd - - Portageville - MO - 63873-9180 - 99 Skyview Rd - - Portageville - MO - 63873-9180 - 99 Skyview Rd - - Portageville - MO - 63873-9180 - Mr. - F204869 - L204869 - - Board Chairperson - 204869@hsesinfo.org - Mr. - F204870 - L204870 - - - 204870@hsesinfo.org - Mr. - F204872 - L204872 - - 204872@hsesinfo.org - Mrs. - F204868 - L204868 - - 204868@hsesinfo.org - 555-555-4868 x 5555 - - - 6478 - 2011 - 10132 - 200 - 2002 - 2015-07-01 - - EHS - Active - Maternity Care Coalition - http://www.maternitycarecoalition.org - 2011@hsesinfo.org - 2000 Hamilton St - Ste 205 - Philadelphia - PA - 19130-3848 - 2000 Hamilton St - Ste 205 - Philadelphia - PA - 19130-3848 - 2000 Hamilton St - Ste 205 - Philadelphia - PA - 19130-3848 - Ms. - F201016 - L201016 - - President, Board of Directors - 201016@hsesinfo.org - Ms. - F201017 - L201017 - - Chief Executive Officer - 201017@hsesinfo.org - Mr. - F201019 - L201019 - - 201019@hsesinfo.org - Ms. - F201015 - L201015 - - 201015@hsesinfo.org - 555-555-1015 - - - 10969 - 1139 - 12924 - 000 - 1994 - 2020-01-01 - - AIAN HS - Active - REDDING RANCHERIA INDIAN HEALTH SERVICES - http://www.redding-rancheria.com - 1139@hsesinfo.org - 1950 Redding Rancheria Road - - Redding - CA - 96001-5525 - 1950 Redding Rancheria Road - - Redding - CA - 96001-5525 - 1950 Redding Rancheria Road - - Redding - CA - 96001-5525 - Mr. - F225083 - L225083 - Jr. - Tribal Chair - 225083@hsesinfo.org - Ms. - F225084 - L225084 - - CEO Redding Rancheria - 225084@hsesinfo.org - Mr. - F225086 - L225086 - - 225086@hsesinfo.org - Ms. - F225082 - L225082 - - 225082@hsesinfo.org - 555-555-5082 - - - 6977 - 6996 - 10440 - 000 - - 2015-11-16 - 2018-12-31 - HS - Inactive - CDI HS/Mid Region Mississippi MS - www.cdiheadstart.org - 6996@hsesinfo.org - 420 N Applegate St - - Winona - MS - 38967-1827 - PO Box 27 - - Winona - MS - 38967-0027 - 420 N Applegate St - - Winona - MS - 38967-1827 - Mr. - F204505 - L204505 - - Chief Executive Officer - 204505@hsesinfo.org - Ms. - F204506 - L204506 - - Executive Director - 204506@hsesinfo.org - - F204508 - L204508 - - 204508@hsesinfo.org - Ms. - F204504 - L204504 - - 204504@hsesinfo.org - 555-555-4504 - - - 11242 - 2205 - 13142 - 200 - 2007 - 2020-05-01 - - EHS - Active - Kenosha Achievement Center, Inc. - http://www.thekac.com - 2205@hsesinfo.org - 7405 30th Ave - - Kenosha - WI - 53142-4403 - 1218 79th Street - - Kenosha - WI - 53143-6111 - 1218 79th Street - - Kenosha - WI - 53143-6111 - Mr. - F226840 - L226840 - - Board President - 226840@hsesinfo.org - Ms. - F226841 - L226841 - - - 226841@hsesinfo.org - Ms. - F226843 - L226843 - - 226843@hsesinfo.org - Ms. - F226839 - L226839 - - 226839@hsesinfo.org - 555-555-6839 - - - 11243 - 2406 - 13141 - 000 - 2014 - 2020-04-01 - - AIAN HS - Active - LAC COURTE OREILLES TRIBAL - None - 2406@hsesinfo.org - 13394 West Trepania Road - 13394 West Trepania Road - Hayward - WI - 54843-2186 - 13394 West Trepania Road - 13394 West Trepania Road - Hayward - WI - 54843-2186 - 13394 West Trepania Road - 13394 West Trepania Road - Hayward - WI - 54843-2186 - Mr. - F226847 - L226847 - N/A - Tribal Governing Board Chairman - 226847@hsesinfo.org - Ms. - F226848 - L226848 - N/A - Executive Director - 226848@hsesinfo.org - Mrs. - F226850 - L226850 - N/A - 226850@hsesinfo.org - Mrs. - F226846 - L226846 - N/A - 226846@hsesinfo.org - 555-555-6846 x 5555 - - - 6866 - 6884 - 9468 - 034 - - 2015-04-01 - - HS - Active - Chicago Child Care Society - www.cccsociety.org - 6884@hsesinfo.org - 5467 S University Ave - - Chicago - IL - 60615-5114 - 5467 S University Ave - - Chicago - IL - 60615-5114 - 5467 S University Ave - - Chicago - IL - 60615-5114 - - F203737 - L203737 - - Board Chair - 203737@hsesinfo.org - - F203738 - L203738 - - Executive Director - 203738@hsesinfo.org - - F203740 - L203740 - - 203740@hsesinfo.org - - F203736 - L203736 - - 203736@hsesinfo.org - 555-555-3736 - - - 5333 - 1113 - 9051 - 000 - 2014 - 2014-08-01 - 2019-07-31 - HS - Inactive - CNMI Public School System - cnmipss.org - 1113@hsesinfo.org - 1256 Pohnpei Way (Capitol Hill) - - Saipan - MP - 95950 - P.O. Box 501370 - - Saipan - MP - 96950-1370 - 1256 Pohnpei Way (Capitol Hill) - - Saipan - MP - 96950 - Mrs. - F54233 - L54233 - - Chairperson, CNMI State Board of Education - 54233@hsesinfo.org - Mr. - F54234 - L54234 - - Interim Commissioner of Education - 54234@hsesinfo.org - Mr. - F54235 - L54235 - - 54235@hsesinfo.org - Mrs. - F54231 - L54231 - - 54231@hsesinfo.org - 555-555-4231 - - - 4680 - 3879 - 8662 - 008 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - West Harlem Community Organization, Inc. - - 3879@hsesinfo.org - 121 West 128th Street - - New York - NY - 10027-3010 - 121 West 128th Street - - New York - NY - 10027-3010 - 121 West 128th Street - - New York - NY - 10027-3010 - Mr. - F45511 - L45511 - - Chairperson - 45511@hsesinfo.org - Ms. - F45509 - L45509 - - Executive Director - 45509@hsesinfo.org - Ms. - F45508 - L45508 - - 45508@hsesinfo.org - Ms. - F45506 - L45506 - - 45506@hsesinfo.org - 555-555-5506 x 5555 - - - 9180 - 2758 - 11484 - 200 - 2013 - 2018-11-01 - - EHS - Active - SOUTH SHORE COMMUNITY ACTION COUNCIL, INC - www.sscac.org - 2758@hsesinfo.org - 71 Obery St - - Plymouth - MA - 02360-2181 - 71 Obery St - - Plymouth - MA - 02360-2181 - 71 Obery St - - Plymouth - MA - 02360-2181 - Mr. - F212796 - L212796 - - - 212796@hsesinfo.org - Mr. - F212797 - L212797 - - - 212797@hsesinfo.org - Ms. - F212799 - L212799 - - 212799@hsesinfo.org - Ms. - F212795 - L212795 - - 212795@hsesinfo.org - 555-555-2795 x 5555 - - - 11244 - 2626 - 13141 - 200 - 2014 - 2020-04-01 - - AIAN EHS - Active - LAC COURTE OREILLES TRIBAL - - 2626@hsesinfo.org - 13394 W Trepania Road, Bldg. 1 - - Hayward - WI - 54843 - 13394 W Trepania Road, Bldg. 1 - - Hayward - WI - 54843 - 13394 W Trepania Road, Bldg. 1 - - Hayward - WI - 54843 - Mr. - F226854 - L226854 - N/A - Tribal Governing Board Chairman - 226854@hsesinfo.org - Mrs. - F226855 - L226855 - N/A - - 226855@hsesinfo.org - Mr. - F226857 - L226857 - N/A - 226857@hsesinfo.org - Mrs. - F226853 - L226853 - N/A - 226853@hsesinfo.org - 555-555-6853 x 5555 - - - 4819 - 1895 - 8637 - 000 - 2014 - 2014-05-01 - 2019-04-30 - HS - Inactive - STARK COUNTY COMMUNITY ACTION AGENCY - www.sccaa.org - 1895@hsesinfo.org - 1366 Market Ave. N. - - Canton - OH - 44714 - 1366 Market Ave. N. - - Canton - OH - 44714 - 1366 Market Ave. N. - - Canton - OH - 44714 - Mr. - F46938 - L46938 - - Board Chair - 46938@hsesinfo.org - Mr. - F46937 - L46937 - - - 46937@hsesinfo.org - Ms. - F46934 - L46934 - - 46934@hsesinfo.org - Ms. - F46933 - L46933 - - 46933@hsesinfo.org - 555-555-6933 - - - 5098 - 2937 - 9026 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Vital Connections of the Midlands, Inc - www.vitalconnectionsmidlands.org - 2937@hsesinfo.org - 4801 Colonial Dr - - Columbia - SC - 29203-4259 - 4801 Colonial Dr - - Columbia - SC - 29203-4259 - 4801 Colonial Dr - - Columbia - SC - 29203-4259 - Mr. - F51727 - L51727 - - President of the Board of Directors - 51727@hsesinfo.org - Mr. - F51725 - L51725 - - Executive / EHS Director - 51725@hsesinfo.org - Miss - F51724 - L51724 - - 51724@hsesinfo.org - Mr. - F51723 - L51723 - - 51723@hsesinfo.org - 555-555-1723 - - - 4438 - 334 - 8492 - 000 - 2013 - 2013-11-01 - 2018-10-31 - HS - Inactive - COMPREHENSIVE COMMUNITY ACTION PROGRAM - http://www.comcap.org - 334@hsesinfo.org - 311 Doric Avenue - - Cranston - RI - 02910-2903 - 311 Doric Avenue - - Cranston - RI - 02910-2903 - 311 Doric Avenue - - Cranston - RI - 02910-2903 - Mrs. - F41462 - L41462 - - Board Chair - 41462@hsesinfo.org - Mrs. - F41464 - L41464 - - President/CEO - 41464@hsesinfo.org - Mrs. - F41463 - L41463 - - 41463@hsesinfo.org - Mrs. - F41460 - L41460 - - 41460@hsesinfo.org - 555-555-1460 - - - 9793 - 865 - 11927 - 000 - 2014 - 2019-07-01 - - HS - Active - Child, Inc. - http://www.childinc.org - 865@hsesinfo.org - 818 East 53rd Street - - Austin - TX - 78751-2212 - 818 East 53rd Street - - Austin - TX - 78751-2212 - 818 East 53rd Street - - Austin - TX - 78751-2212 - Ms. - F216962 - L216962 - - Chairperson of the Board of Directors - 216962@hsesinfo.org - Mr. - F216963 - L216963 - - Executive Director - 216963@hsesinfo.org - Ms. - F216965 - L216965 - - 216965@hsesinfo.org - Mr. - F216961 - L216961 - - 216961@hsesinfo.org - 555-555-6961 x 5555 - - - 9794 - 866 - 11927 - 200 - 2014 - 2019-07-01 - - EHS - Active - Child, Inc. - http://www.childinc.org - 866@hsesinfo.org - 818 East 53rd Street - - Austin - TX - 78751-2212 - 818 East 53rd Street - - Austin - TX - 78751-2212 - 818 East 53rd Street - - Austin - TX - 78751-2212 - Ms. - F216969 - L216969 - - Chairperson of the Board of Directors - 216969@hsesinfo.org - Mr. - F216970 - L216970 - - Executive Director - 216970@hsesinfo.org - Ms. - F216972 - L216972 - - 216972@hsesinfo.org - Mr. - F216968 - L216968 - - 216968@hsesinfo.org - 555-555-6968 x 5555 - - - 4234 - 4234 - 6681 - 000 - 2013 - 2013-07-16 - 2019-01-31 - HS - Inactive - Butler County Educational Service Center - prescotts@bcesc.org - 4234@hsesinfo.org - 400 N Erie Blvd - - Hamilton - OH - 45011 - 400 N Erie Blvd - - Hamilton - OH - 45011 - 400 N Erie Blvd - - Hamilton - OH - 45011 - Mr. - F38511 - L38511 - - BCESC Governing Board President - 38511@hsesinfo.org - Mr. - F38509 - L38509 - - Superintendent - 38509@hsesinfo.org - Ms. - F38508 - L38508 - - 38508@hsesinfo.org - Mrs. - F36569 - L36569 - - 36569@hsesinfo.org - 555-555-6569 - - - 10577 - 1124 - 12557 - 000 - 2014 - 2019-09-01 - - HS - Active - BRISTOL BAY NATIVE ASSOCIATION - http://www.bbnahs.com - 1124@hsesinfo.org - 1500 Kanakanak Road - - Dillingham - AK - 99576 - 1500 Kanakanak Road - - Dillingham - AK - 99576 - 1500 Kanakanak Road - - Dillingham - AK - 99576 - Mr. - F222377 - L222377 - - Chairman of the Board - 222377@hsesinfo.org - Mr. - F222378 - L222378 - - CEO/President - 222378@hsesinfo.org - Ms. - F222380 - L222380 - - 222380@hsesinfo.org - Ms. - F222376 - L222376 - - 222376@hsesinfo.org - 555-555-2376 x 5555 - - - 10146 - 3647 - 12180 - 001 - 2014 - 2019-07-01 - - HS - Active - Johnson County Head Start - http://www.jocoed.net - 3647@hsesinfo.org - 211 North Church Street - - Mountain City - TN - 37683-1325 - 211 North Church Street - - Mountain City - TN - 37683-1325 - 211 North Church Street - - Mountain City - TN - 37683-1325 - Mr. - F219401 - L219401 - - Johnson County Board of Education Chairman of the Board - 219401@hsesinfo.org - Dr. - F219399 - L219399 - - - 219399@hsesinfo.org - Mr. - F219402 - L219402 - - 219402@hsesinfo.org - Mrs. - F219398 - L219398 - - 219398@hsesinfo.org - 555-555-9398 - - - 9188 - 2259 - 11481 - 000 - 2013 - 2018-11-01 - - HS - Active - SEATTLE SCHOOL DISTRICT #1 - http://www.seattleschools.org - 2259@hsesinfo.org - 2445 3rd Ave S - - Seattle - WA - 98134-1923 - PO Box 34165 - MS 31-555 - Seattle - WA - 98124-1165 - 2445 3rd Ave S - - Seattle - WA - 98134-1923 - Mr. - F212852 - L212852 - - President, School Board - 212852@hsesinfo.org - Ms. - F212853 - L212853 - - Superintendent - 212853@hsesinfo.org - Ms. - F212855 - L212855 - - 212855@hsesinfo.org - Ms. - F212851 - L212851 - - 212851@hsesinfo.org - 555-555-2851 - - - 7013 - 1122 - 10474 - 200 - 2002 - 2016-01-01 - - EHS - Active - Okanogan County Child Development Association - occda.net - 1122@hsesinfo.org - 127 N Juniper St - - Omak - WA - 98841-9337 - 127 N Juniper St - - Omak - WA - 98841-9337 - 127 N Juniper St - - Omak - WA - 98841-9337 - Mrs. - F204757 - L204757 - - Board Chair - 204757@hsesinfo.org - Ms. - F204758 - L204758 - - Executive Director - 204758@hsesinfo.org - Ms. - F204760 - L204760 - - 204760@hsesinfo.org - Ms. - F204756 - L204756 - - 204756@hsesinfo.org - 555-555-4756 - - - 8857 - 1752 - 11221 - 200 - 2013 - 2018-07-01 - - EHS - Active - CLAYTON EARLY LEARNING, TRUSTEE, GEORGE W.CLAYTON TRUST - http://www.claytonearlylearning.org/ - 1752@hsesinfo.org - 3751 Martin Luther King Jr. Boulevard - Clayton Educare - Denver - CO - 80205-4972 - 3751 Martin Luther King Jr. Boulevard - Clayton Educare - Denver - CO - 80205-4972 - 3751 Martin Luther King Jr. Boulevard - Clayton Educare - Denver - CO - 80205-4972 - Ms. - F210497 - L210497 - - Chair - 210497@hsesinfo.org - Ms. - F210498 - L210498 - - President & CEO, Clayton Early Learning - 210498@hsesinfo.org - Mr. - F210500 - L210500 - - 210500@hsesinfo.org - Ms. - F210496 - L210496 - - 210496@hsesinfo.org - 555-555-0496 x 5555 - - - 8208 - 682 - 10627 - 000 - 1991 - 2016-07-01 - - HS - Active - Garrett-Keyser-Butler Community Head Start - - 682@hsesinfo.org - 504 S 2nd St - - Garrett - IN - 46738-1625 - 801 East Houston Street - - Garrett - IN - 46738-1662 - 801 East Houston Street - - Garrett - IN - 46738-1662 - Mr. - F206571 - L206571 - - President, GKB School Board of Trustees - 206571@hsesinfo.org - Mrs. - F206572 - L206572 - - Supt.GKB Schools - 206572@hsesinfo.org - Ms. - F206574 - L206574 - - 206574@hsesinfo.org - Mrs. - F206570 - L206570 - - 206570@hsesinfo.org - 555-555-6570 - - - 8791 - 8638 - 10384 - 200 - 2018 - 2018-09-01 - 2020-10-31 - EHS - Inactive - People Acting in Community Endeavors - http://www.paceinfo.org - 8638@hsesinfo.org - 32 Madison St - - New Bedford - MA - 02740-4906 - 32 Madison St - - New Bedford - MA - 02740-4906 - 32 Madison St - - New Bedford - MA - 02740-4906 - Mr. - F209973 - L209973 - - P.A.C.E. Inc. Board President - 209973@hsesinfo.org - Mrs. - F209974 - L209974 - - - 209974@hsesinfo.org - Ms. - F209976 - L209976 - - 209976@hsesinfo.org - Ms. - F209977 - L209977 - - 209977@hsesinfo.org - 555-555-9977 x 5555 - - - 10147 - 3648 - 12182 - 002 - 2014 - 2019-07-01 - - HS - Active - Carter County Head Start - http://carterk12.net - 3648@hsesinfo.org - 1008 State Line Rd - - Elizabethton - TN - 37643-4532 - 305 Academy Street - - Elizabethton - TN - 37643-2208 - 1008 State Line Rd - - Elizabethton - TN - 37643-4532 - Mr. - F219407 - L219407 - - Chairman, Carter County School Board - 219407@hsesinfo.org - Dr. - F219405 - L219405 - - Director Carter County Schools - 219405@hsesinfo.org - Ms. - F219408 - L219408 - - 219408@hsesinfo.org - Mrs. - F219404 - L219404 - - 219404@hsesinfo.org - 555-555-9404 - - - 8887 - 2515 - 11249 - 200 - 2013 - 2018-07-01 - - EHS - Active - VISTA DEL MAR CHILD CARE SERVICE - www.vistadelmar.org - 2515@hsesinfo.org - 6926 Melrose Avenue - - LOS ANGELES - CA - 90038 - 6926 Melrose Avenue - - LOS ANGELES - CA - 90038 - 3200 Motor Avenue - - Los Angeles - CA - 90034 - Ms. - F210730 - L210730 - - Chair Board of Directors - 210730@hsesinfo.org - Ms. - F210731 - L210731 - - CEO/President - 210731@hsesinfo.org - Mr. - F210733 - L210733 - - 210733@hsesinfo.org - Ms. - F210729 - L210729 - MS - 210729@hsesinfo.org - 555-555-0729 - - - 9341 - 8751 - 11588 - 200 - 2019 - 2019-02-01 - - EHS - Active - CDI HS/Kittitas County, WA - www.cdiheadstart.org - 8751@hsesinfo.org - 220 E Helena Ave - - Ellensburg - WA - 98926-2004 - PO Box 443 - - Ellensburg - WA - 98926-1914 - 220 E Helena Ave - - Ellensburg - WA - 98926-2004 - Mr. - F213917 - L213917 - - Chief Executive Officer - 213917@hsesinfo.org - Ms. - F213915 - L213915 - - Executive Director - 213915@hsesinfo.org - - F213918 - L213918 - - 213918@hsesinfo.org - Ms. - F213914 - L213914 - - 213914@hsesinfo.org - 555-555-3914 - - - 8493 - 8373 - 10902 - 200 - 2017 - 2017-03-01 - - EHS - Active - MUNICIPALITY OF CAGUAS - http://www.caguas.gov.pr - 8373@hsesinfo.org - CALLE PADIAL FINAL, ESQ. AVE. JOSE MERCADO - - CAGUAS - PR - 00725-0000 - CALLE PADIAL FINAL, ESQ. AVE. JOSE MERCADO - - CAGUAS - PR - 00725-0000 - CALLE PADIAL FINAL, ESQ. AVE. JOSE MERCADO - - CAGUAS - PR - 00725-0000 - Mr. - F208178 - L208178 - - Mayor-Board Chair - 208178@hsesinfo.org - Mrs. - F208179 - L208179 - - Director - 208179@hsesinfo.org - Mrs. - F208181 - L208181 - - 208181@hsesinfo.org - Mrs. - F208177 - L208177 - - 208177@hsesinfo.org - 555-555-8177 x 5555 - - - 9342 - 3070 - 11591 - 000 - 2013 - 2019-02-01 - - HS - Active - Catholic Charities Neighborhood Services, Inc. - http://www.ccbq.org/ - 3070@hsesinfo.org - 191 Joralemon St - 2nd Floor Early Childhood Services - Brooklyn - NY - 11201-4306 - 191 Joralemon St - 2nd Floor Early Childhood Services - Brooklyn - NY - 11201-4306 - 191 Joralemon St - 2nd Floor Early Childhood Services - Brooklyn - NY - 11201-4306 - Ms. - F213921 - L213921 - - President - 213921@hsesinfo.org - Msgr. - F213922 - L213922 - - CCNS Chief Executive Officer - 213922@hsesinfo.org - Mr. - F213924 - L213924 - - 213924@hsesinfo.org - Mrs. - F213920 - L213920 - - 213920@hsesinfo.org - 555-555-3920 - - - 4670 - 3443 - 8653 - 001 - 2014 - 2014-03-01 - 2019-02-28 - HS - Inactive - Enfield Head Start - - 3443@hsesinfo.org - 1270 Enfield Street - - Enfield - CT - 06082-4919 - 1270 Enfield Street - - Enfield - CT - 06082-4919 - 1270 Enfield Street - - Enfield - CT - 06082-4919 - Mr. - F45441 - L45441 - - Chairman - 45441@hsesinfo.org - Mr. - F45439 - L45439 - - - 45439@hsesinfo.org - Ms. - F45440 - L45440 - - 45440@hsesinfo.org - Mrs. - F45436 - L45436 - - 45436@hsesinfo.org - 555-555-5436 - - - 11246 - 5037 - 13146 - 000 - 2014 - 2020-05-01 - - HS - Active - Greater Bergen Community Action, Inc. - http://www.greaterbergen.org - 5037@hsesinfo.org - 392 Main St - - Hackensack - NJ - 07601-5805 - 392 Main St - - Hackensack - NJ - 07601-5805 - 392 Main St - - Hackensack - NJ - 07601-5805 - Mr. - F226867 - L226867 - - President/Chairman - 226867@hsesinfo.org - Mr. - F226868 - L226868 - - - 226868@hsesinfo.org - Ms. - F226870 - L226870 - - 226870@hsesinfo.org - Mrs. - F226866 - L226866 - - 226866@hsesinfo.org - 555-555-6866 x 5555 - - - 4705 - 3922 - 8687 - 033 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - St. Mark's U.M.C. Head Start Center - http://www.stmarksheadstart.org - 3922@hsesinfo.org - 2017 Beverly Road - - Brooklyn - NY - 11226-4901 - 2017 Beverly Road - - Brooklyn - NY - 11226-4901 - 2017 Beverly Road - - Brooklyn - NY - 11226-4901 - Mr. - F45684 - L45684 - - president - 45684@hsesinfo.org - Ms. - F45686 - L45686 - - - 45686@hsesinfo.org - Ms. - F45685 - L45685 - - 45685@hsesinfo.org - Ms. - F45681 - L45681 - - 45681@hsesinfo.org - 555-555-5681 x 5555 - - - 9656 - 806 - 11823 - 000 - 2014 - 2019-07-01 - - HS - Active - ALLEN ACTION AGENCY, INC. - http://www.allenactionagency.org - 806@hsesinfo.org - 505 West Seventh Ave - - Oberlin - LA - 70655 - PO Box 540 - - Oberlin - LA - 70655-0540 - 505 West Seventh Ave - - Oberlin - LA - 70655-0540 - Mr. - F216012 - L216012 - - Board Chair - 216012@hsesinfo.org - Mr. - F216013 - L216013 - - - 216013@hsesinfo.org - Mrs. - F216015 - L216015 - - 216015@hsesinfo.org - Mr. - F216011 - L216011 - - 216011@hsesinfo.org - 555-555-6011 - - - 11247 - 5038 - 13146 - 200 - 2014 - 2020-05-01 - - EHS - Active - Greater Bergen Community Action, Inc. - http://www.greaterbergen.org - 5038@hsesinfo.org - 392 Main St - - Hackensack - NJ - 07601-5805 - 392 Main St - - Hackensack - NJ - 07601-5805 - 392 Main St - - Hackensack - NJ - 07601-5805 - Mr. - F226874 - L226874 - - - 226874@hsesinfo.org - Mr. - F226875 - L226875 - - - 226875@hsesinfo.org - Ms. - F226877 - L226877 - - 226877@hsesinfo.org - Mrs. - F226873 - L226873 - - 226873@hsesinfo.org - 555-555-6873 x 5555 - - - 4995 - 2120 - 8894 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Orange County Head Start - http://www.ochsinc.org - 2120@hsesinfo.org - 2501 South Pullman Street, Suite 100 - - Santa Ana - CA - 92705-5511 - 2501 South Pullman Street, Suite 100 - - Santa Ana - CA - 92705-5511 - 2501 South Pullman Street, Suite 100 - - Santa Ana - CA - 92705-5511 - Ms. - F49459 - L49459 - - Board Chair - 49459@hsesinfo.org - Ms. - F49457 - L49457 - - Executive Director - 49457@hsesinfo.org - Ms. - F49458 - L49458 - - 49458@hsesinfo.org - Ms. - F49454 - L49454 - - 49454@hsesinfo.org - 555-555-9454 - - - 10578 - 6260 - 12560 - 200 - - 2019-09-01 - - AIAN EHS - Active - NISQUALLY INDIAN TRIBE - http://www.nisqually-nsn.gov - 6260@hsesinfo.org - 4820 SHE-NAH-NUM DRIVE, SE - - OLYMPIA - WA - 98513 - 4820 SHE-NAH-NUM DRIVE, SE - - OLYMPIA - WA - 98513 - 4820 SHE-NAH-NUM DRIVE, SE - - OLYMPIA - WA - 98513 - Ms. - F222384 - L222384 - - Tribal Chairman - 222384@hsesinfo.org - Miss - F222385 - L222385 - - Tribal Administrator - 222385@hsesinfo.org - Ms. - F222387 - L222387 - - 222387@hsesinfo.org - Mrs. - F222383 - L222383 - - 222383@hsesinfo.org - 555-555-2383 x 5555 - - - 8057 - 1857 - 10578 - 000 - 1999 - 2016-06-01 - - AIAN HS - Active - Coquille Indian Tribe Head Start - - 1857@hsesinfo.org - 591 Miluk Dr - - Coos Bay - OR - 97420-8701 - 591 Miluk drive - PO Box 3190 - Coos Bay - OR - 97420-0407 - 3050 Tremont St - - North Bend - OR - 97459-3059 - Ms. - F205590 - L205590 - - Chairperson - 205590@hsesinfo.org - Mr. - F205591 - L205591 - - Executive Director - 205591@hsesinfo.org - Ms. - F205593 - L205593 - - 205593@hsesinfo.org - Mrs. - F205589 - L205589 - - 205589@hsesinfo.org - 555-555-5589 x 5555 - - - 11248 - 2218 - 13147 - 000 - 2014 - 2020-05-01 - - HS - Active - Saratoga County Economic Opportunity Council, Inc. - http://www.saratogaeoc.org - 2218@hsesinfo.org - 39 Bath St - - Ballston Spa - NY - 12020-1779 - 39 Bath St - P.O. Box 169 - Ballston Spa - NY - 12020-1779 - 39 Bath St - - Ballston Spa - NY - 12020-1779 - Rev. - F226881 - L226881 - - President, SCEOC Board of Directors - 226881@hsesinfo.org - Mrs. - F226882 - L226882 - - Executive Director - 226882@hsesinfo.org - Ms. - F226884 - L226884 - - 226884@hsesinfo.org - Mr. - F226880 - L226880 - - 226880@hsesinfo.org - 555-555-6880 x 5555 - - - 9659 - 2541 - 11825 - 000 - 2014 - 2019-06-01 - - HS - Active - MUNICIPALITY OF HUMACAO - - 2541@hsesinfo.org - PR State Road 908, Km 0.4, - - Humacao - PR - 00791 - Head Start Concesionario - Apartado 9113 - Humacao - PR - 00792-9113 - PR State Road 908, Km 0.4, - - Humacao - PR - 00791 - Mrs. - F216033 - L216033 - - Governing Board President - 216033@hsesinfo.org - Mrs. - F216034 - L216034 - - Director - 216034@hsesinfo.org - Mrs. - F216036 - L216036 - - 216036@hsesinfo.org - Mrs. - F216032 - L216032 - - 216032@hsesinfo.org - 555-555-6032 - - - 9657 - 8862 - 11822 - 000 - 2019 - 2019-07-01 - - HS - Active - Western Indiana Community Action Agency, Inc. - http://www.wicaa.org - 8862@hsesinfo.org - 705 S 5th St - - Terre Haute - IN - 47807-4705 - 705 S 5th St - - Terre Haute - IN - 47807-4705 - 705 S 5th St - - Terre Haute - IN - 47807-4705 - Ms. - F216019 - L216019 - - Board President - 216019@hsesinfo.org - Mrs. - F216020 - L216020 - - Executive Director - 216020@hsesinfo.org - Ms. - F216022 - L216022 - - 216022@hsesinfo.org - Ms. - F216018 - L216018 - - 216018@hsesinfo.org - 555-555-6018 - - - 9660 - 2542 - 11825 - 200 - 2014 - 2019-06-01 - - EHS - Active - MUNICIPALITY OF HUMACAO - - 2542@hsesinfo.org - Street Sergio Pena Almodovar - #163 - Humacao - PR - 00791 - Early Head Start Program - apartado 9113 - Humacao - PR - 00792-9113 - Street Sergio Pena Almodovar - #163 - Humacao - PR - 00791 - Mrs. - F216040 - L216040 - - - 216040@hsesinfo.org - Mrs. - F216041 - L216041 - - Director - 216041@hsesinfo.org - Mrs. - F216043 - L216043 - - 216043@hsesinfo.org - Mrs. - F216039 - L216039 - - 216039@hsesinfo.org - 555-555-6039 - - - 9661 - 645 - 11824 - 000 - 2014 - 2019-06-01 - - HS - Active - PICKENS COMMUNITY ACTION COMMITTEE, INC - www.caapickens.org - 645@hsesinfo.org - 71 Lakeside St - - Carrollton - AL - 35447-2232 - PO Box 348 - - Carrollton - AL - 35447-0348 - 71 Lakeside St - - Carrollton - AL - 35447-2232 - Mr. - F216047 - L216047 - - Board Chairman - 216047@hsesinfo.org - Ms. - F216048 - L216048 - - Executive Director - 216048@hsesinfo.org - Ms. - F216050 - L216050 - - 216050@hsesinfo.org - Ms. - F216046 - L216046 - - 216046@hsesinfo.org - 555-555-6046 x 5555 - - - 8497 - 8377 - 10905 - 200 - 2017 - 2017-03-01 - - EHS - Active - YESHIVA KEHILATH YAKOVE, INC - - 8377@hsesinfo.org - 638 Bedford Avenue - - Brooklyn - NY - 11249-8007 - 638 Bedford Avenue - - Brooklyn - NY - 11249-8007 - 638 Bedford Avenue - - Brooklyn - NY - 11249-8007 - Mr. - F208206 - L208206 - - Board Chairperson - 208206@hsesinfo.org - Mr. - F208207 - L208207 - - Executive Director - 208207@hsesinfo.org - Mrs. - F208209 - L208209 - - 208209@hsesinfo.org - Mr. - F208205 - L208205 - - 208205@hsesinfo.org - 555-555-8205 x 5555 - - - 10579 - 6228 - 12563 - 200 - - 2019-09-01 - - AIAN EHS - Active - CONFEDERATED SALISH & KOOTENAI TRIBES - http://www.cskt.org - 6228@hsesinfo.org - 35401 Mission Drive- Box 1510 - - Saint Ignatius - MT - 59865 - POST OFFICE BOX 278 - - PABLO - MT - 59855 - 35401 Mission Drive- Box 1510 - - Saint Ignatius - MT - 59865 - Ms. - F222391 - L222391 - - Tribal Chairwoman - 222391@hsesinfo.org - Ms. - F222392 - L222392 - - Director - 222392@hsesinfo.org - Ms. - F222394 - L222394 - - 222394@hsesinfo.org - Ms. - F222390 - L222390 - - 222390@hsesinfo.org - 555-555-2390 x 5555 - - - 5624 - 4121 - 9444 - 010 - 2014 - 2014-12-01 - - HS - Active - Albany Park Community Center, Inc. - http://www.apcc-chgo.org - 4121@hsesinfo.org - 1945 W Wilson Ave - Fl 3 - Chicago - IL - 60640-5255 - 1945 W Wilson Ave - Fl 3 - Chicago - IL - 60640-5255 - 1945 W Wilson Ave - Fl 3 - Chicago - IL - 60640-5255 - Ms. - F101404 - L101404 - - Board Chairperson - 101404@hsesinfo.org - Mr. - F101402 - L101402 - - Executive Director - 101402@hsesinfo.org - Ms. - F101401 - L101401 - - 101401@hsesinfo.org - Ms. - F101400 - L101400 - - 101400@hsesinfo.org - 555-555-1400 - - - 2995 - 3118 - 6656 - 000 - 2013 - 2013-07-02 - 2018-12-31 - HS - Inactive - Berks County Intermediate Unit - www.berksiu.org - 3118@hsesinfo.org - 1111 Commons Blvd - - Reading - PA - 19605-3334 - 1111 Commons Blvd - - Reading - PA - 19605-3334 - 1111 Commons Blvd - - Reading - PA - 19605-3334 - Mr. - F38440 - L38440 - - - 38440@hsesinfo.org - Dr. - F38438 - L38438 - - - 38438@hsesinfo.org - - F38437 - L38437 - - 38437@hsesinfo.org - Mrs. - F36302 - L36302 - - 36302@hsesinfo.org - 555-555-6302 - - - 9658 - 8863 - 11822 - 200 - 2019 - 2019-07-01 - - EHS - Active - Western Indiana Community Action Agency, Inc. - http://www.wicaa.org - 8863@hsesinfo.org - 705 S 5th St - - Terre Haute - IN - 47807-4705 - 705 S 5th St - - Terre Haute - IN - 47807-4705 - 705 S 5th St - - Terre Haute - IN - 47807-4705 - Ms. - F216026 - L216026 - - Board President - 216026@hsesinfo.org - Mrs. - F216027 - L216027 - - Executive Director - 216027@hsesinfo.org - Ms. - F216029 - L216029 - - 216029@hsesinfo.org - Ms. - F216025 - L216025 - - 216025@hsesinfo.org - 555-555-6025 - - - 3000 - 2804 - 6660 - 200 - 2013 - 2013-06-26 - 2019-06-30 - EHS - Inactive - WARREN COUNTY COMMUNITY SERVICES, INC - www.wccsi.org - 2804@hsesinfo.org - 570 N State Route 741 - - Lebanon - OH - 45036-8839 - 570 N State Route 741 - - Lebanon - OH - 45036-8839 - 570 N State Route 741 - - Lebanon - OH - 45036-8839 - Ms. - F37728 - L37728 - - Board President - 37728@hsesinfo.org - Mr. - F37726 - L37726 - - Executive Director - 37726@hsesinfo.org - Ms. - F37725 - L37725 - - 37725@hsesinfo.org - Ms. - F37724 - L37724 - - 37724@hsesinfo.org - 555-555-7724 - - - 8012 - 1655 - 10513 - 000 - 2003 - 2016-02-01 - - HS - Active - Broadway Housing Communities, Inc - http://www.broadwayhousing.org - 1655@hsesinfo.org - 583 Riverside Drive - - New York - NY - 10031 - 583 Riverside Drive - - New York - NY - 10031 - 583 Riverside Drive - - New York - NY - 10031 - Mr. - F205294 - L205294 - - - 205294@hsesinfo.org - Mrs. - F205295 - L205295 - - - 205295@hsesinfo.org - Mrs. - F205297 - L205297 - - 205297@hsesinfo.org - Ms. - F205293 - L205293 - - 205293@hsesinfo.org - 555-555-5293 x 5555 - - - 8651 - 3046 - 11037 - 200 - 2012 - 2017-07-01 - - EHS - Active - Metropolitan Family Services DuPage Head Start - - 3046@hsesinfo.org - 222 E Willow Ave - - Wheaton - IL - 60187-5426 - 1 North Dearborn, Suite 1000 - - Chicago - IL - 60602-4322 - 1 North Dearborn, Suite 1000 - - Chicago - IL - 60602-4322 - Mrs. - F209066 - L209066 - - Chairman, Metropolitan Family Services Board of Directors - 209066@hsesinfo.org - Mr. - F209067 - L209067 - - - 209067@hsesinfo.org - Mrs. - F209069 - L209069 - - 209069@hsesinfo.org - Mrs. - F209065 - L209065 - - 209065@hsesinfo.org - 555-555-9065 - - - 11249 - 2217 - 13147 - 200 - 2014 - 2020-05-01 - - EHS - Active - Saratoga County Economic Opportunity Council, Inc. - http://www.saratogaeoc.org - 2217@hsesinfo.org - 39 Bath St - - Ballston Spa - NY - 12020-1779 - 39 Bath St - P.O. Box 169 - Ballston Spa - NY - 12020-1779 - 39 Bath St - - Ballston Spa - NY - 12020-1779 - Rev. - F226888 - L226888 - - President, SCEOC Board of Directors - 226888@hsesinfo.org - Mrs. - F226889 - L226889 - - Executive Director - 226889@hsesinfo.org - Ms. - F226891 - L226891 - - 226891@hsesinfo.org - Mr. - F226887 - L226887 - - 226887@hsesinfo.org - 555-555-6887 x 5555 - - - 8830 - 8642 - 11200 - 200 - 2018 - 2018-06-01 - - EHS - Active - Children's Institute, Inc. - www.childrensinstitute.org - 8642@hsesinfo.org - 7226 S Figueroa St - - Los Angeles - CA - 90003-1721 - 2121 W Temple St - - Los Angeles - CA - 90026-4915 - 7226 S Figueroa St - - Los Angeles - CA - 90003-1721 - Mr. - F210328 - L210328 - - - 210328@hsesinfo.org - Ms. - F210329 - L210329 - - - 210329@hsesinfo.org - Ms. - F210331 - L210331 - - 210331@hsesinfo.org - Ms. - F210327 - L210327 - - 210327@hsesinfo.org - 555-555-0327 - - - 9190 - 2485 - 11486 - 200 - 1993 - 2018-11-01 - - AIAN EHS - Active - INTER-TRIBAL COUNCIL OF MICHIGAN, INC - http://www.itcmi.org - 2485@hsesinfo.org - 2956 Ashmun Street - - Sault Sainte Marie - MI - 49783-3720 - 2956 Ashmun Street - - Sault Sainte Marie - MI - 49783-3720 - 2956 Ashmun Street - - Sault Sainte Marie - MI - 49783-3720 - Mr. - F212866 - L212866 - - Chairman - 212866@hsesinfo.org - Mr. - F212867 - L212867 - - - 212867@hsesinfo.org - Mr. - F212869 - L212869 - - 212869@hsesinfo.org - Ms. - F212865 - L212865 - - 212865@hsesinfo.org - 555-555-2865 - - - 6374 - 561 - 9972 - 000 - 1992 - 2015-06-01 - 2020-05-31 - HS - Inactive - Mountain Projects, Inc. - http://www.mountainprojects.org - 561@hsesinfo.org - 2177 Asheville Rd - - Waynesville - NC - 28786-3139 - 2177 Asheville Rd - - Waynesville - NC - 28786-3139 - 2177 Asheville Rd - - Waynesville - NC - 28786-3139 - Mr. - F200288 - L200288 - - Board Chair - 200288@hsesinfo.org - Ms. - F200289 - L200289 - - Executive Director - 200289@hsesinfo.org - Mr. - F200291 - L200291 - - 200291@hsesinfo.org - Ms. - F200287 - L200287 - - 200287@hsesinfo.org - 555-555-0287 x 5555 - - - 11251 - 1901 - 13144 - 000 - 1992 - 2020-05-01 - - HS - Active - HARCATUS Tri-County Community Action Organization - http://www.harcatus.org - 1901@hsesinfo.org - 225 Fair Ave NE - - New Philadelphia - OH - 44663-2837 - 225 Fair Ave NE - - New Philadelphia - OH - 44663-2837 - 225 Fair Ave NE - - New Philadelphia - OH - 44663-2837 - Mr. - F226902 - L226902 - - President - 226902@hsesinfo.org - Ms. - F226903 - L226903 - - Executive Director - 226903@hsesinfo.org - Ms. - F226905 - L226905 - - 226905@hsesinfo.org - Mrs. - F226901 - L226901 - - 226901@hsesinfo.org - 555-555-6901 x 5555 - - - 5583 - 3266 - 9342 - 000 - 2014 - 2014-12-01 - - HS - Active - City of Chicago - www.cityofchicago.org - 3266@hsesinfo.org - 1615 West Chicago Avenue - - Chicago - IL - 60622-5127 - 1615 West Chicago Avenue - - Chicago - IL - 60622-5127 - 1615 West Chicago Avenue - - Chicago - IL - 60622-5127 - Ms. - F101070 - L101070 - - Board Chair - 101070@hsesinfo.org - Ms. - F101066 - L101066 - - Commissioner - 101066@hsesinfo.org - Ms. - F101067 - L101067 - - 101067@hsesinfo.org - Ms. - F101065 - L101065 - - 101065@hsesinfo.org - 555-555-1065 - - - 4439 - 333 - 8492 - 200 - 2013 - 2013-11-01 - 2018-10-31 - EHS - Inactive - COMPREHENSIVE COMMUNITY ACTION PROGRAM - http://www.comcap.org - 333@hsesinfo.org - 311 Doric Avenue - - Cranston - RI - 02910-2903 - 311 Doric Avenue - - Cranston - RI - 02910-2903 - 311 Doric Avenue - - Cranston - RI - 02910-2903 - Mrs. - F41468 - L41468 - - Board Chair - 41468@hsesinfo.org - Mrs. - F41472 - L41472 - - President/CEO - 41472@hsesinfo.org - Mrs. - F41469 - L41469 - - 41469@hsesinfo.org - Mrs. - F41467 - L41467 - - 41467@hsesinfo.org - 555-555-1467 - - - 4902 - 2767 - 8905 - 200 - 2014 - 2014-06-01 - 2019-05-31 - EHS - Inactive - CENTRAL ARKANSAS DEVELOPMENT COUNCIL, INC - http://www.cadc.com - 2767@hsesinfo.org - 321 Edison Street - - BENTON - AR - 72015 - P.O. Box 580 - - Benton - AR - 72018 - 321 Edison Street - - BENTON - AR - 72015 - Mrs. - F48292 - L48292 - - Board Chair - 48292@hsesinfo.org - Mr. - F48290 - L48290 - - CADC Executive Director - 48290@hsesinfo.org - Mrs. - F48289 - L48289 - - 48289@hsesinfo.org - Mrs. - F48288 - L48288 - - 48288@hsesinfo.org - 555-555-8288 - - - 8700 - 2383 - 11068 - 000 - 2004 - 2017-08-01 - - HS - Active - Administration for Integral Child Care Development - www.gobierno.pr/acuden - 2383@hsesinfo.org - Ave. Constitucion Pda 2 - - San Juan - PR - 00902-8591 - P.O. Box 15091 - - San Juan - PR - 00902-8591 - Ave. Constitucion Pda 2 - - San Juan - PR - 00902-8591 - Mr. - F209404 - L209404 - - Acting President Board Chairman - 209404@hsesinfo.org - Mr. - F209405 - L209405 - - Acting Administrator - 209405@hsesinfo.org - Ms. - F209407 - L209407 - - 209407@hsesinfo.org - Dra. - F209403 - L209403 - Ph.D - 209403@hsesinfo.org - 555-555-9403 - - - 11250 - 441 - 13145 - 000 - 2014 - 2020-05-01 - - HS - Active - Five County Child Development Program, Inc. - www.fivecountyhs.org - 441@hsesinfo.org - 1118 3rd Street - - Prentiss - MS - 39474 - 1118 3rd Street - - Prentiss - MS - 39474 - 1118 3rd Street - - Prentiss - MS - 39474 - Mr. - F226895 - L226895 - - Board President - 226895@hsesinfo.org - Dr. - F226896 - L226896 - - Head Start Director - 226896@hsesinfo.org - Ms. - F226898 - L226898 - - 226898@hsesinfo.org - Dr. - F226894 - L226894 - - 226894@hsesinfo.org - 555-555-6894 - - - 4950 - 2313 - 8796 - 000 - 2014 - 2014-07-01 - 2020-06-30 - HS - Inactive - Northern Panhandle Head Start, Inc. - http://www.npheadstart.org - 2313@hsesinfo.org - 1 Orchard Road, Suite 1 - - Wheeling - WV - 26003 - 1 Orchard Road, Suite 1 - - Wheeling - WV - 26003 - 1 Orchard Road, Suite 1 - - Wheeling - WV - 26003 - Mr. - F49220 - L49220 - - President, Board of Directors - 49220@hsesinfo.org - Ms. - F49218 - L49218 - - Executive Director - 49218@hsesinfo.org - Ms. - F49217 - L49217 - - 49217@hsesinfo.org - Ms. - F49215 - L49215 - - 49215@hsesinfo.org - 555-555-9215 - - - 5592 - 5598 - 9343 - 200 - 2014 - 2014-12-01 - 2020-06-30 - EHS - Inactive - Save the Children Federation, Inc - www.savethechildren.org - 5598@hsesinfo.org - 3600 Jackson St - Ste 114 - Alexandria - LA - 71303-3000 - 3600 Jackson St - Ste 114 - Alexandria - LA - 71303-3000 - 3600 Jackson St - Ste 114 - Alexandria - LA - 71303-3000 - Mr. - F100423 - L100423 - - Board Chair - 100423@hsesinfo.org - Mr. - F100424 - L100424 - - Executive Director - 100424@hsesinfo.org - Ms. - F100426 - L100426 - - 100426@hsesinfo.org - Mr. - F100422 - L100422 - - 100422@hsesinfo.org - 555-555-0422 - - - 9195 - 377 - 11488 - 000 - 2013 - 2018-11-01 - - HS - Active - ALGER MARQUETTE COMMUNITY ACTION BOARD - http://www.communityactionam.org - 377@hsesinfo.org - 1125 Commerce Dr - - Marquette - MI - 49855-8630 - 1125 Commerce Dr - - Marquette - MI - 49855-8630 - 1125 Commerce Dr - - Marquette - MI - 49855-8630 - Mr. - F212901 - L212901 - - Board of Directors Chairperson - 212901@hsesinfo.org - Ms. - F212902 - L212902 - - Executive Director - 212902@hsesinfo.org - Ms. - F212904 - L212904 - - 212904@hsesinfo.org - Mrs. - F212900 - L212900 - - 212900@hsesinfo.org - 555-555-2900 x 5555 - - - 9196 - 378 - 11488 - 200 - 2013 - 2018-11-01 - - EHS - Active - ALGER MARQUETTE COMMUNITY ACTION BOARD - http://www.communityactionam.org - 378@hsesinfo.org - 1125 Commerce Drive - - Marquette - MI - 49855-8630 - 1125 Commerce Drive - - Marquette - MI - 49855-8630 - 1125 Commerce Drive - - Marquette - MI - 49855-8630 - Mr. - F212908 - L212908 - - Board of Directors Chairperson - 212908@hsesinfo.org - Ms. - F212909 - L212909 - - Executive Director - 212909@hsesinfo.org - Ms. - F212911 - L212911 - - 212911@hsesinfo.org - Mrs. - F212907 - L212907 - - 212907@hsesinfo.org - 555-555-2907 x 5555 - - - 6771 - 3707 - 10255 - 001 - - 2015-08-01 - 2020-07-31 - HS - Inactive - Elk Grove Unified School District - - 3707@hsesinfo.org - 9510 Elk Grove Florin Road - - Elk Grove - CA - 95624-1801 - 9510 Elk Grove Florin Road - - Elk Grove - CA - 95624-1801 - 9510 Elk Grove Florin Road - - Elk Grove - CA - 95624-1801 - Mr. - F203068 - L203068 - - President - 203068@hsesinfo.org - Mr. - F203069 - L203069 - - Superintendent - 203069@hsesinfo.org - Mrs. - F203071 - L203071 - - 203071@hsesinfo.org - Ms. - F203067 - L203067 - - 203067@hsesinfo.org - 555-555-3067 - - - 5663 - 2241 - 9299 - 000 - 2014 - 2014-12-01 - 2020-11-30 - HS - Inactive - L.I Child and Family Development Services, Inc - http://www.liheadstart.org - 2241@hsesinfo.org - 98 Austin St - - Patchogue - NY - 11772-2615 - 98 Austin St - - Patchogue - NY - 11772-2615 - 98 Austin St - - Patchogue - NY - 11772-2615 - Mr. - F102189 - L102189 - - Chairman of the Board - 102189@hsesinfo.org - Ms. - F102188 - L102188 - - Chief Executive Officer - 102188@hsesinfo.org - Mrs. - F102187 - L102187 - - 102187@hsesinfo.org - Ms. - F102185 - L102185 - - 102185@hsesinfo.org - 555-555-2185 x 5555 - - - 9198 - 2071 - 11489 - 200 - 2004 - 2018-11-01 - - EHS - Active - COMMUNITY ACTION RESOURCE AND DEVELOPMENT, INC. - http://www.cardcaa.org - 2071@hsesinfo.org - 707 W Lowry Rd - Ste 102 - Claremore - OK - 74017-2109 - 707 West Lowery Road, suite 102 - P.O. Box 947 - Claremore - OK - 74018-0947 - 707 W Lowry Rd - Ste 102 - Claremore - OK - 74017-2109 - Mr. - F212922 - L212922 - - Board Chairman - 212922@hsesinfo.org - Ms. - F212923 - L212923 - - Executive Director - 212923@hsesinfo.org - Mrs. - F212925 - L212925 - - 212925@hsesinfo.org - Mrs. - F212921 - L212921 - - 212921@hsesinfo.org - 555-555-2921 - - - 5073 - 619 - 8992 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Collier County School District - www.collierschools.com/headstart - 619@hsesinfo.org - 5775 Osceola Trail - - Naples - FL - 34109-0919 - 5775 Osceola Trail - - Naples - FL - 34109-0919 - 5775 Osceola Trail - - Naples - FL - 34109-0919 - Dr. - F51665 - L51665 - - Member School Board of Collier County - 51665@hsesinfo.org - Mrs. - F51663 - L51663 - - Executive Director, Exceptional Education and Student Support Services - 51663@hsesinfo.org - Ms. - F51662 - L51662 - - 51662@hsesinfo.org - Dr. - F51660 - L51660 - - 51660@hsesinfo.org - 555-555-1660 - - - 8710 - 8570 - 11078 - 201 - 2017 - 2017-07-01 - - EHS - Active - Acelero Learning Camden/Philadelphia - alcp.acelero.net - 8570@hsesinfo.org - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - Ms. - F209470 - L209470 - - Board Chairman - 209470@hsesinfo.org - Mr. - F209471 - L209471 - - - 209471@hsesinfo.org - Ms. - F209473 - L209473 - - 209473@hsesinfo.org - Ms. - F209469 - L209469 - - 209469@hsesinfo.org - 555-555-9469 - - - 10212 - 779 - 12243 - 000 - 2014 - 2019-08-01 - - HS - Active - CHILD & FAMILY SERVICES - www.cfsnm.co - 779@hsesinfo.org - 950 East Snyder Street - - Hobbs - NM - 88240-5954 - 950 East Snyder Street - - Hobbs - NM - 88240-5954 - 950 East Snyder Street - - Hobbs - NM - 88240-5954 - Mrs. - F219830 - L219830 - - Board Chair - 219830@hsesinfo.org - Ms. - F219831 - L219831 - - Executive Director - 219831@hsesinfo.org - Ms. - F219833 - L219833 - - 219833@hsesinfo.org - Ms. - F219829 - L219829 - - 219829@hsesinfo.org - 555-555-9829 - - - 10213 - 780 - 12243 - 200 - 2003 - 2019-08-01 - - EHS - Active - Child & Family Services, Inc. of Lea County - www.cfsnm.net - 780@hsesinfo.org - 950 East Snyder Street - - Hobbs - NM - 88240-5954 - 950 East Snyder Street - - Hobbs - NM - 88240-5954 - 950 East Snyder Street - - Hobbs - NM - 88240-5954 - Mrs. - F219837 - L219837 - - Board Chair - 219837@hsesinfo.org - Ms. - F219838 - L219838 - - Executive Director - 219838@hsesinfo.org - Ms. - F219840 - L219840 - - 219840@hsesinfo.org - Ms. - F219836 - L219836 - - 219836@hsesinfo.org - 555-555-9836 - - - 6199 - 6212 - 9873 - 212 - - 2015-01-01 - - EHS - Active - It takes a Village - - 6212@hsesinfo.org - 4000 W Division St - - Chicago - IL - 60651-1903 - 4000 W Division St - - Chicago - IL - 60651-1903 - 4000 W Division St - - Chicago - IL - 60651-1903 - Ms. - F108932 - L108932 - - Chairperson - 108932@hsesinfo.org - Ms. - F108933 - L108933 - - - 108933@hsesinfo.org - Ms. - F108935 - L108935 - - 108935@hsesinfo.org - Ms. - F108931 - L108931 - - 108931@hsesinfo.org - 555-555-8931 x 5555 - - - 5642 - 4353 - 9462 - 028 - 2014 - 2014-12-01 - - HS - Active - It takes a Village - - 4353@hsesinfo.org - 4000 W Division St - - Chicago - IL - 60651-1903 - 4000 W Division St - - Chicago - IL - 60651-1903 - 4000 W Division St - - Chicago - IL - 60651-1903 - Ms. - F101584 - L101584 - - Chairperson - 101584@hsesinfo.org - Ms. - F101585 - L101585 - - - 101585@hsesinfo.org - Ms. - F101587 - L101587 - - 101587@hsesinfo.org - Ms. - F101591 - L101591 - - 101591@hsesinfo.org - 555-555-1591 - - - 4813 - 4817 - 8748 - 000 - 2014 - 2014-04-01 - 2019-03-31 - HS - Inactive - Kai Ming, Inc. - www.kaiming.org - 4817@hsesinfo.org - 900 Kearny Street, #600 - - San Francisco - CA - 94133 - 900 Kearny Street, #600 - - San Francisco - CA - 94133 - 900 Kearny Street, #600 - - San Francisco - CA - 94133 - Ms. - F46782 - L46782 - - Board Chairperson - 46782@hsesinfo.org - Mr. - F46783 - L46783 - - Executive Director - 46783@hsesinfo.org - - F46785 - L46785 - - 46785@hsesinfo.org - Ms. - F46781 - L46781 - - 46781@hsesinfo.org - 555-555-6781 x 5555 - - - 5152 - 5158 - 8817 - 200 - 2014 - 2014-06-01 - 2018-11-30 - EHS - Inactive - Brightside Academy, Inc. - EHS - www.brightsideacademy.com - 5158@hsesinfo.org - 707 Grant St - Ste 1500 - Pittsburgh - PA - 15219-1945 - 707 Grant St - Ste 1500 - Pittsburgh - PA - 15219-1945 - 707 Grant St - Ste 1500 - Pittsburgh - PA - 15219-1945 - Mrs. - F50718 - L50718 - - Board Chair - 50718@hsesinfo.org - Mrs. - F50719 - L50719 - - Executive Director - 50719@hsesinfo.org - Ms. - F50721 - L50721 - - 50721@hsesinfo.org - Mrs. - F50717 - L50717 - - 50717@hsesinfo.org - 555-555-0717 - - - 4527 - 2530 - 8541 - 200 - 2013 - 2013-12-02 - 2019-01-31 - EHS - Inactive - Benton Franklin Head Start - bfhs.net - 2530@hsesinfo.org - 1549 Georgia Avenue S. E., Suite B - - Richland - WA - 99352-4756 - 1549 Georgia Avenue S. E., Suite B - - Richland - WA - 99352-4756 - 1549 Georgia Avenue S. E., Suite B - - Richland - WA - 99352-4756 - Mr. - F42640 - L42640 - - Board Chair - 42640@hsesinfo.org - Ms. - F42642 - L42642 - - Executive Director - 42642@hsesinfo.org - Ms. - F42643 - L42643 - - 42643@hsesinfo.org - Ms. - F42638 - L42638 - - 42638@hsesinfo.org - 555-555-2638 x 5555 - - - 4674 - 3872 - 8656 - 002 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Seventh Avenue Center For Family Services - http://www.7thavenuecenter.org - 3872@hsesinfo.org - 1646 Montgomery Avenue - - Bronx - NY - 10453-7302 - 1646 Montgomery Avenue - - Bronx - NY - 10453-7302 - 1646 Montgomery Avenue - - Bronx - NY - 10453-7302 - Rev. - F45468 - L45468 - - Board Chairperson - 45468@hsesinfo.org - Dr. - F45466 - L45466 - - Director - 45466@hsesinfo.org - - F45469 - L45469 - - 45469@hsesinfo.org - Dr. - F45464 - L45464 - - 45464@hsesinfo.org - 555-555-5464 - - - 9494 - 8780 - 11708 - 200 - 2019 - 2019-03-01 - - EHS - Active - The Child Center of NY - www.childcenterny.org - 8780@hsesinfo.org - 3734 29th St - - Astoria - NY - 11101-2650 - 11835 Queens Blvd - Fl 6 - Forest Hills - NY - 11375-7200 - 11835 Queens Blvd - Fl 6 - Forest Hills - NY - 11375-7200 - Mr. - F214955 - L214955 - - Board Chairperson - 214955@hsesinfo.org - Ms. - F214956 - L214956 - - Executive Director - 214956@hsesinfo.org - Mr. - F214958 - L214958 - - 214958@hsesinfo.org - Mrs. - F214954 - L214954 - - 214954@hsesinfo.org - 555-555-4954 - - - 9128 - 8722 - 11439 - 200 - 2018 - 2018-09-01 - - EHS - Active - B'Above Worldwide Institute Inc. - - 8722@hsesinfo.org - 134-11 Kew Gardens Road - - Richmond Hill - NY - 11418-1946 - 134-11 Kew Gardens Road - - Richmond Hill - NY - 11418-1946 - 134-11 Kew Gardens Road - - Richmond Hill - NY - 11418-1946 - Mr. - F212486 - L212486 - - Chairman - 212486@hsesinfo.org - Rabbi - F212487 - L212487 - - - 212487@hsesinfo.org - Mr. - F212489 - L212489 - - 212489@hsesinfo.org - Rabbi - F212485 - L212485 - - 212485@hsesinfo.org - 555-555-2485 x 5555 - - - 545 - 3019 - 797 - 000 - 2013 - 2013-07-02 - 2019-03-31 - HS - Inactive - St. Mary's County Public Schools - http://www.smcps.org/ssp/head-start - 3019@hsesinfo.org - 27184 Point Lookout Rd - Head Start Annex-Loveville - Loveville - MD - 20656-2013 - 27184 Point Lookout Rd - Head Start Annex-Loveville - Loveville - MD - 20656-2013 - 27184 Point Lookout Rd - Head Start Annex-Loveville - Loveville - MD - 20656-2013 - Dr. - F38839 - L38839 - - Superintendant, St. Mary's County Public, Board of Education Secretary - 38839@hsesinfo.org - Dr. - F38837 - L38837 - - Executive Director of Supplemental Schools Program - 38837@hsesinfo.org - Mrs. - F38836 - L38836 - - 38836@hsesinfo.org - Mrs. - F36285 - L36285 - - 36285@hsesinfo.org - 555-555-6285 x 5555 - - - 4688 - 3889 - 8670 - 016 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - National Association of Family Development Centers - - 3889@hsesinfo.org - 1114 Avenue J - - Brooklyn - NY - 11230-3657 - 1114 Avenue J - - Brooklyn - NY - 11230-3657 - 1114 Avenue J - - Brooklyn - NY - 11230-3657 - Dr. - F45567 - L45567 - - Chairperson - 45567@hsesinfo.org - Ms. - F45565 - L45565 - - Executive Director - 45565@hsesinfo.org - Mr. - F45564 - L45564 - - 45564@hsesinfo.org - Ms. - F45562 - L45562 - - 45562@hsesinfo.org - 555-555-5562 - - - 8172 - 8104 - 10551 - 200 - 2016 - 2016-05-01 - - EHS - Active - Foundacion Para El Desarollo Del Hogar Priopio - fdhp.org - 8104@hsesinfo.org - Angora Park Plaza - Ave. Luis Muñoz Marin, Esquina Georgetti - Caguas - PR - 00726-5250 - P.O. Box 5250 - - Caguas - PR - 00726-5250 - Angora Park Plaza - Ave. Luis Muñoz Marin, Esquina Georgetti - Caguas - PR - 00726-5250 - Mr. - F206319 - L206319 - - Board President - 206319@hsesinfo.org - Mr. - F206320 - L206320 - - Executive Director - 206320@hsesinfo.org - Mrs. - F206322 - L206322 - - 206322@hsesinfo.org - Mrs. - F206318 - L206318 - - 206318@hsesinfo.org - 555-555-6318 x 5555 - - - 4550 - 880 - 8576 - 200 - 2003 - 2013-12-23 - 2018-12-31 - EHS - Inactive - KNOXVILLE- KNOX COUNTY COMMUNITY ACTION COMMISSION - knoxvilleheadstart.org - 880@hsesinfo.org - 2400 Piedmont St - - Knoxville - TN - 37921-7048 - PO Box 51650 - - Knoxville - TN - 37950-1650 - 2247 Western Ave - - Knoxville - TN - 37921-5756 - Ms. - F43187 - L43187 - - Board Chairperson - 43187@hsesinfo.org - Ms. - F43191 - L43191 - - Executive Director - 43191@hsesinfo.org - Ms. - F43190 - L43190 - - 43190@hsesinfo.org - Ms. - F43186 - L43186 - - 43186@hsesinfo.org - 555-555-3186 - - - 8701 - 2382 - 11068 - 200 - 2011 - 2017-08-01 - - EHS - Active - Administration for Integral Child Care Development - - 2382@hsesinfo.org - 2 Ave De La Constitucion - Pda. 2 - San Juan - PR - 00901-2003 - P.O. Box 15091 - - San Juan - PR - 00902-8591 - 2 Ave De La Constitucion - Pda. 2 - San Juan - PR - 00901-2003 - Mr. - F209411 - L209411 - - Acting President Board Chairman - 209411@hsesinfo.org - Mr. - F209412 - L209412 - - Acting Administrator - 209412@hsesinfo.org - Ms. - F209414 - L209414 - - 209414@hsesinfo.org - Dra. - F209410 - L209410 - Ph.D - 209410@hsesinfo.org - 555-555-9410 - - - 9232 - 2389 - 11512 - 000 - 2013 - 2018-12-01 - - HS - Active - Augusta, County of School Board Office - - 2389@hsesinfo.org - 939 Fir St - - Waynesboro - VA - 22980-3753 - 18 Government Center Ln - PO Box 960 - Verona - VA - 24482-2639 - 18 Government Center Ln - - Verona - VA - 24482-2639 - Mr. - F213164 - L213164 - - Chairman of the School Board - 213164@hsesinfo.org - Dr. - F213165 - L213165 - - Superintendent of Augusta County Schools - 213165@hsesinfo.org - Ms. - F213167 - L213167 - - 213167@hsesinfo.org - Mrs. - F213163 - L213163 - - 213163@hsesinfo.org - 555-555-3163 x 5555 - - - 10887 - 511 - 12859 - 000 - 2015 - 2020-01-01 - - HS - Active - SEQUATCHIE VALLEY EDUCATION DEVELOPMENT AGENCY - https://www.svheadstart.info - 511@hsesinfo.org - 501 Westfield Pl - - Jasper - TN - 37347-5144 - PO Box 2212 - - Jasper - TN - 37347-2212 - 501 Westfield Pl - - Jasper - TN - 37347-5144 - Mr. - F224501 - L224501 - - Chairman of the Board of Directors for SVPDA - 224501@hsesinfo.org - Mrs. - F224502 - L224502 - - Chief Operating Officer / Head Start Director - 224502@hsesinfo.org - Ms. - F224504 - L224504 - - 224504@hsesinfo.org - Mrs. - F224500 - L224500 - - 224500@hsesinfo.org - 555-555-4500 - - - 4666 - 2870 - 8332 - 200 - 2011 - 2014-03-01 - 2019-02-28 - Migrant EHS - Inactive - CENTRAL CALIFORNIA MIGRANT HEAD START PROGRAM - https://stancoe.org/division/child-family-services - 2870@hsesinfo.org - 1100 H St. - - Modesto - CA - 95354 - 1100 H St. - - Modesto - CA - 95354 - 1100 H St. - - Modesto - CA - 95354 - Mr. - F44679 - L44679 - - Chairperson - 44679@hsesinfo.org - Mr. - F44677 - L44677 - - Executive Director - 44677@hsesinfo.org - Ms. - F44676 - L44676 - - 44676@hsesinfo.org - Ms. - F44674 - L44674 - - 44674@hsesinfo.org - 555-555-4674 - - - 8393 - 2399 - 10809 - 000 - 1991 - 2016-12-01 - - AIAN HS - Active - The Chickasaw Nation Head Start - http://www.chickasaw.net - 2399@hsesinfo.org - 300 Rosedale Road - - Ada - OK - 74820 - 300 Rosedale Rd - - Ada - OK - 74820-9220 - 300 Rosedale Road - - Ada - OK - 74820 - Mr. - F207925 - L207925 - - Undersecretary - 207925@hsesinfo.org - Mr. - F207926 - L207926 - - - 207926@hsesinfo.org - Ms. - F207928 - L207928 - - 207928@hsesinfo.org - Mr. - F207924 - L207924 - - 207924@hsesinfo.org - 555-555-7924 - - - 6079 - 6086 - 9776 - 200 - - 2015-03-01 - 2020-08-31 - EHS - Inactive - South Carolina First Steps to Spartanburg County - http://www.1steps.org - 6086@hsesinfo.org - 900 S Pine St - Ste C - Spartanburg - SC - 29302-3376 - 900 S Pine St - Ste C - Spartanburg - SC - 29302-3376 - 900 S Pine St - Ste C - Spartanburg - SC - 29302-3376 - Ms. - F107514 - L107514 - - Board Chair - 107514@hsesinfo.org - Ms. - F107515 - L107515 - - Executive Director - 107515@hsesinfo.org - Ms. - F107517 - L107517 - - 107517@hsesinfo.org - Ms. - F107513 - L107513 - - 107513@hsesinfo.org - 555-555-7513 x 5555 - - - 8315 - 1671 - 10675 - 000 - 2003 - 2016-07-01 - - HS - Active - Wewoka Public Schools Co-op Head Start - wps.k12.ok.us - 1671@hsesinfo.org - 220 S Wewoka Ave - - Wewoka - OK - 74884-2640 - PO Box 870 - - Wewoka - OK - 74884-0870 - 220 S Wewoka Ave - - Wewoka - OK - 74884-2640 - Mr. - F207345 - L207345 - - School Board President - 207345@hsesinfo.org - Dr. - F207346 - L207346 - - - 207346@hsesinfo.org - Mrs. - F207348 - L207348 - - 207348@hsesinfo.org - Mrs. - F207344 - L207344 - - 207344@hsesinfo.org - 555-555-7344 - - - 8829 - 2887 - 11200 - 000 - 2013 - 2018-06-01 - - HS - Active - Children's Institute, Inc. - www.childrensinstitute.org - 2887@hsesinfo.org - 7226 S Figueroa St - - Los Angeles - CA - 90003-1721 - 2121 W Temple St - - Los Angeles - CA - 90026-4915 - 7226 S Figueroa St - - Los Angeles - CA - 90003-1721 - Mr. - F210321 - L210321 - - - 210321@hsesinfo.org - Ms. - F210322 - L210322 - - - 210322@hsesinfo.org - Ms. - F210324 - L210324 - - 210324@hsesinfo.org - Ms. - F210320 - L210320 - - 210320@hsesinfo.org - 555-555-0320 - - - 4425 - 1537 - 8401 - 000 - 2013 - 2013-11-01 - 2018-10-31 - HS - Inactive - TRUMBULL COMMUNITY ACTION PROGRAM - http://www.tcaphelps.org - 1537@hsesinfo.org - 1230 Palmyra Road SW - - Warren - OH - 44485-3730 - 1230 Palmyra Road SW - - Warren - OH - 44485-3730 - 1230 Palmyra Road SW - - Warren - OH - 44485-3730 - Mr. - F41311 - L41311 - - Executive Director Trumbull County Workforce Development - 41311@hsesinfo.org - Mr. - F41313 - L41313 - - Chief Executive Officer - 41313@hsesinfo.org - Mrs. - F41310 - L41310 - - 41310@hsesinfo.org - Mrs. - F41308 - L41308 - - 41308@hsesinfo.org - 555-555-1308 x 5555 - - - 5111 - 852 - 8812 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Community Action Agency of Columbiana County, Inc. - http://www.caaofcc.org/headstart - 852@hsesinfo.org - 7880 Lincole Pl - Community Action Agency of Columbiana County Head Start Program - Lisbon - OH - 44432-8322 - 7880 Lincole Pl - Community Action Agency of Columbiana County Head Start Program - Lisbon - OH - 44432-8322 - 7880 Lincole Pl - Community Action Agency of Columbiana County Head Start Program - Lisbon - OH - 44432-8322 - Ms. - F51792 - L51792 - - Board Chair - 51792@hsesinfo.org - Mr. - F51788 - L51788 - - Chief Executive Officer - 51788@hsesinfo.org - Ms. - F51789 - L51789 - - 51789@hsesinfo.org - Ms. - F51787 - L51787 - - 51787@hsesinfo.org - 555-555-1787 - - - 8736 - 8594 - 11108 - 201 - 2017 - 2017-08-01 - - EHS - Active - Aguadilla Early Head Start - - 8594@hsesinfo.org - 33 Calle Luis Munoz Rivera - Bo. Pueblo - Aguadilla - PR - 00603-5107 - Base Ramey Gun Street Building 503 - P.O. Box 250122 - Base Ramey Aguadilla - PR - 00604-0122 - 33 Calle Luis Munoz Rivera - Bo. Pueblo - Aguadilla - PR - 00603-5107 - Mr. - F209638 - L209638 - - Governing Board President - 209638@hsesinfo.org - Mrs. - F209639 - L209639 - - Director - 209639@hsesinfo.org - Mr. - F209641 - L209641 - - 209641@hsesinfo.org - Mrs. - F209637 - L209637 - - 209637@hsesinfo.org - 555-555-9637 - - - 9441 - 6717 - 11657 - 005 - - 2019-03-01 - - Migrant HS - Active - El Concilio - http://www.elconcilio.org - 6717@hsesinfo.org - 445 N. San Joaquin St. - - Stockton - CA - 95202 - 445 N. San Joaquin St. - - Stockton - CA - 95202 - 445 N. San Joaquin St. - - Stockton - CA - 95202 - Mr. - F214594 - L214594 - - - 214594@hsesinfo.org - Mr. - F214595 - L214595 - - - 214595@hsesinfo.org - - F214597 - L214597 - - 214597@hsesinfo.org - Ms. - F214593 - L214593 - - 214593@hsesinfo.org - 555-555-4593 - - - 5288 - 3680 - 9134 - 009 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - El Monte City School District - www.emcsd.org - 3680@hsesinfo.org - 2131 Loma Ave. - - South El Monte - CA - 91733 - 3540 N. Lexington Avenu - - El Monte - CA - 91731 - 3540 N. Lexington Avenu - - El Monte - CA - 91731 - Ms. - F53360 - L53360 - - School Board President - 53360@hsesinfo.org - Dr. - F53361 - L53361 - - Superintendent - 53361@hsesinfo.org - Ms. - F53362 - L53362 - - 53362@hsesinfo.org - Ms. - F53357 - L53357 - - 53357@hsesinfo.org - 555-555-3357 x 5555 - - - 8735 - 8593 - 11108 - 001 - 2017 - 2017-08-01 - - HS - Active - Aguadilla Head Start - - 8593@hsesinfo.org - Base Ramey Gun Street Building 503 - - Aguadilla - PR - 00603 - Base Ramey Gun Street Building 503 - P.O. Box 250122 Base Ramey - Aguadilla - PR - 00604-0122 - Base Ramey Gun Street Building 503 - - Aguadilla - PR - 00603 - Mr. - F209632 - L209632 - - Governing Board President - 209632@hsesinfo.org - Mrs. - F209633 - L209633 - - Director - 209633@hsesinfo.org - - F209635 - L209635 - - 209635@hsesinfo.org - Mrs. - F209631 - L209631 - - 209631@hsesinfo.org - 555-555-9631 - - - 4673 - 3871 - 8655 - 001 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - South Jamaica Center For Children And Parents, Inc - - 3871@hsesinfo.org - 114-02 Guy R. Brewer Blvd - - Jamaica - NY - 11434-1243 - 114-02 Guy R. Brewer Blvd - - Jamaica - NY - 11434-1243 - 114-02 Guy R. Brewer Blvd - - Jamaica - NY - 11434-1243 - Mrs. - F45458 - L45458 - - Chairperson - 45458@hsesinfo.org - Ms. - F45462 - L45462 - - Administrative Director - 45462@hsesinfo.org - Ms. - F45460 - L45460 - - 45460@hsesinfo.org - Ms. - F45457 - L45457 - - 45457@hsesinfo.org - 555-555-5457 - - - 5654 - 4181 - 9454 - 220 - 2014 - 2014-12-01 - - EHS - Active - Mary Crane League - www.marycrane.org - 4181@hsesinfo.org - 4006 W Lake St - - Chicago - IL - 60624-1839 - 4006 W Lake St - - Chicago - IL - 60624-1839 - 4006 W Lake St - - Chicago - IL - 60624-1839 - Mr. - F101509 - L101509 - - Board Chair - 101509@hsesinfo.org - Ms. - F101507 - L101507 - - Executive Director - 101507@hsesinfo.org - Ms. - F101506 - L101506 - - 101506@hsesinfo.org - Ms. - F101505 - L101505 - - 101505@hsesinfo.org - 555-555-1505 - - - 9771 - 1792 - 11916 - 000 - 2014 - 2019-07-01 - - HS - Active - Passaic Family Head Start, Inc. - passaicheadstart.org - 1792@hsesinfo.org - 68 3rd St - Ste 72 - Passaic - NJ - 07055-7504 - 68 3rd St - - Passaic - NJ - 07055-7504 - 68 3rd St - - Passaic - NJ - 07055-7504 - Mr. - F216807 - L216807 - - Board President - 216807@hsesinfo.org - Dr. - F216808 - L216808 - - Executive Director - 216808@hsesinfo.org - Mr. - F216810 - L216810 - - 216810@hsesinfo.org - Ms. - F216806 - L216806 - - 216806@hsesinfo.org - 555-555-6806 - - - 3030 - 840 - 6684 - 000 - 2013 - 2013-07-02 - 2018-12-31 - HS - Inactive - Southern Seven Health Department - http://www.southern7.org - 840@hsesinfo.org - 37 Rustic Campus Drive - - Ullin - IL - 62992-2226 - 37 Rustic Campus Drive - - Ullin - IL - 62992-2226 - 37 Rustic Campus Drive - - Ullin - IL - 62992-2226 - Dr. - F37781 - L37781 - - Board President - 37781@hsesinfo.org - Mrs. - F37780 - L37780 - - - 37780@hsesinfo.org - Mrs. - F37782 - L37782 - - 37782@hsesinfo.org - Mrs. - F37778 - L37778 - - 37778@hsesinfo.org - 555-555-7778 - - - 5143 - 3228 - 8805 - 200 - 2014 - 2014-07-01 - 2019-03-31 - EHS - Inactive - Tri-County Opportunities Council, Inc. - www.tcochelps.org - 3228@hsesinfo.org - 405 Emmons Ave - - Rock Falls - IL - 61071-1407 - 405 Emmons Ave - - Rock Falls - IL - 61071-1407 - 405 Emmons Ave - - Rock Falls - IL - 61071-1407 - Mr. - F51820 - L51820 - - T.C.O.C. Board Chair - 51820@hsesinfo.org - Ms. - F51818 - L51818 - - President/CEO - 51818@hsesinfo.org - Ms. - F51817 - L51817 - - 51817@hsesinfo.org - Mrs. - F51816 - L51816 - - 51816@hsesinfo.org - 555-555-1816 x 5555 - - - 6768 - 3867 - 10252 - 003 - - 2015-08-01 - - HS - Active - Union Child Day Care Ctr, Inc. dba Lois Bronz CC - www.lbcc4kids.org - 3867@hsesinfo.org - 30 Manhattan Avenue - - White Plains - NY - 10607-1329 - 30 Manhattan Avenue - - White Plains - NY - 10607-1329 - 30 Manhattan Avenue - - White Plains - NY - 10607-1329 - Mr. - F203047 - L203047 - - Board Chair - 203047@hsesinfo.org - Ms. - F203048 - L203048 - - Exec Director - 203048@hsesinfo.org - Ms. - F203050 - L203050 - - 203050@hsesinfo.org - Ms. - F203046 - L203046 - - 203046@hsesinfo.org - 555-555-3046 x 5555 - - - 3031 - 841 - 6684 - 200 - 2013 - 2013-07-02 - 2018-12-31 - EHS - Inactive - Southern Seven Health Department - http://www.southern7.org - 841@hsesinfo.org - 37 Rustic Campus Drive - - Ullin - IL - 62992-2226 - 37 Rustic Campus Drive - - Ullin - IL - 62992-2226 - 37 Rustic Campus Drive - - Ullin - IL - 62992-2226 - Dr. - F37789 - L37789 - - Board President - 37789@hsesinfo.org - Mrs. - F37787 - L37787 - - - 37787@hsesinfo.org - Mrs. - F37786 - L37786 - - 37786@hsesinfo.org - Mrs. - F37784 - L37784 - - 37784@hsesinfo.org - 555-555-7784 - - - 10888 - 8506 - 12859 - 200 - 2017 - 2020-01-01 - - EHS - Active - SEQUATCHIE VALLEY PLANNING & DEVELOPMENT DISTRICT - https://www.svheadstart.info - 8506@hsesinfo.org - 501 Westfield Pl - - Jasper - TN - 37347-5144 - PO Box 2212 - - Jasper - TN - 37347-2212 - 501 Westfield Pl - - Jasper - TN - 37347-5144 - Mr. - F224508 - L224508 - - Chairman of the Board of Directors for SVPDA - 224508@hsesinfo.org - Mrs. - F224509 - L224509 - - Chief Operating Officer / Head Start Director - 224509@hsesinfo.org - Ms. - F224511 - L224511 - - 224511@hsesinfo.org - Mrs. - F224507 - L224507 - - 224507@hsesinfo.org - 555-555-4507 - - - 6469 - 2252 - 10119 - 000 - 1992 - 2015-07-01 - 2020-06-30 - HS - Inactive - Economic Opportunity Commission of Nassau County, - http://www.eoc-nassau.org - 2252@hsesinfo.org - 134 Jackson St - - Hempstead - NY - 11550-2413 - 134 Jackson St - - Hempstead - NY - 11550-2413 - 134 Jackson St - - Hempstead - NY - 11550-2413 - Mr. - F200953 - L200953 - - Board Chairperson - 200953@hsesinfo.org - Ms. - F200954 - L200954 - - Chief Executive Officer - 200954@hsesinfo.org - Mr. - F200956 - L200956 - - 200956@hsesinfo.org - Rev. - F200952 - L200952 - - 200952@hsesinfo.org - 555-555-0952 x 5555 - - - 8649 - 8515 - 11035 - 000 - 2017 - 2017-07-01 - - HS - Active - Educare of West DuPage - educarewestdupage.org - 8515@hsesinfo.org - 851 Pearl Rd - - West Chicago - IL - 60185-3716 - 851 Pearl Rd - - West Chicago - IL - 60185-3716 - 851 Pearl Rd - - West Chicago - IL - 60185-3716 - Ms. - F209052 - L209052 - - Board Chair - 209052@hsesinfo.org - Ms. - F209053 - L209053 - - Executive Director - 209053@hsesinfo.org - Ms. - F209055 - L209055 - - 209055@hsesinfo.org - Ms. - F209051 - L209051 - - 209051@hsesinfo.org - 555-555-9051 - - - 9116 - 3784 - 11429 - 007 - 2013 - 2018-09-01 - - HS - Active - Coachella Valley USD - www.cvusd.us - 3784@hsesinfo.org - 87-225 Church Street - - Thermal - CA - 92274-8901 - P.O. Box 847 - - Thermal - CA - 92274-8901 - 87-225 Church Street - - Thermal - CA - 92274-8901 - Mr. - F212402 - L212402 - - Board President - 212402@hsesinfo.org - Dr. - F212403 - L212403 - - Superintendent - 212403@hsesinfo.org - Ms. - F212405 - L212405 - - 212405@hsesinfo.org - Ms. - F212401 - L212401 - - 212401@hsesinfo.org - 555-555-2401 - - - 8780 - 8632 - 11143 - 201 - 2018 - 2018-01-01 - 2020-06-30 - EHS - Inactive - The Children's Center of Cicero - Berwyn - http://www.childrenscenterciceroberwyn.org - 8632@hsesinfo.org - 5341 Cermak Road - - Cicero - IL - 60804 - 5341 Cermak Road - - Cicero - IL - 60804 - 5341 Cermak Road - - Cicero - IL - 60804 - Mrs. - F209917 - L209917 - - Board President - 209917@hsesinfo.org - Mrs. - F209918 - L209918 - - Executive Director - 209918@hsesinfo.org - Mrs. - F209920 - L209920 - - 209920@hsesinfo.org - Mrs. - F209916 - L209916 - - 209916@hsesinfo.org - 555-555-9916 - - - 5994 - 6001 - 9548 - 206 - - 2014-07-01 - 2019-06-30 - EHS - Inactive - Goodwill Industries of the Chesapeake - www.goodwillches.org - 6001@hsesinfo.org - 829 Montpelier St - - Baltimore - MD - 21218-3542 - 829 Montpelier St - - Baltimore - MD - 21218-3542 - 829 Montpelier St - - Baltimore - MD - 21218-3542 - Mr. - F106628 - L106628 - - Board Chair - 106628@hsesinfo.org - Mrs. - F106629 - L106629 - - - 106629@hsesinfo.org - Ms. - F106631 - L106631 - - 106631@hsesinfo.org - Ms. - F106627 - L106627 - - 106627@hsesinfo.org - 555-555-6627 - - - 8384 - 1757 - 10803 - 000 - 2001 - 2016-11-01 - - AIAN HS - Active - Big Sandy Rancheria Tribal Head Start - http://www.bigsandyrancheria.com - 1757@hsesinfo.org - 37802 Jose Basin Rd - - Auberry - CA - 93602-9421 - PO Box 337 - - Auberry - CA - 93602-0337 - 37387 Auberry Mission Rd - - Auberry - CA - 93602-9418 - Ms. - F207854 - L207854 - - Tribal Chairperson - 207854@hsesinfo.org - Mr. - F207855 - L207855 - - - 207855@hsesinfo.org - Ms. - F207857 - L207857 - - 207857@hsesinfo.org - Ms. - F207853 - L207853 - - 207853@hsesinfo.org - 555-555-7853 - - - 9296 - 2412 - 11555 - 200 - 2013 - 2019-01-01 - - EHS - Active - DignityHealth DBA CALIFORNIAHOSPITALMEDICALCENTER - www.hopestreetfamilycenter.org - 2412@hsesinfo.org - 1401 S Grand Ave - California Hospital Medical Center - Los Angeles - CA - 90015-3010 - California Hospital Medical Center - 1401 South Grand Avenue - Los Angeles - CA - 90015-3010 - 1401 S Grand Ave - California Hospital Medical Center - Los Angeles - CA - 90015-3010 - Ms. - F213610 - L213610 - - Chair, HSFC-EHS Governance Committee of CHMC Community Board - 213610@hsesinfo.org - Ms. - F213611 - L213611 - - President - 213611@hsesinfo.org - Ms. - F213613 - L213613 - - 213613@hsesinfo.org - Ms. - F213609 - L213609 - - 213609@hsesinfo.org - 555-555-3609 - - - 8310 - 1332 - 10671 - 000 - 1992 - 2016-07-01 - - HS - Active - JEFFCAP Head Start Birth-to-Five Program - http://www.jeffparish.net - 1332@hsesinfo.org - 1221 Elmwood Park Boulevard - Suite 402 - Jefferson - LA - 70123-2337 - 1221 Elmwood Park Boulevard - Suite 402 - Jefferson - LA - 70123-2337 - 1221 Elmwood Park Boulevard - Suite 402 - Jefferson - LA - 70123-2337 - Hon. - F207310 - L207310 - - Chairperson, Jefferson Parish Council - 207310@hsesinfo.org - Mrs. - F207311 - L207311 - - Interim Director of JeffCAP - 207311@hsesinfo.org - Ms. - F207313 - L207313 - - 207313@hsesinfo.org - Mrs. - F207309 - L207309 - - 207309@hsesinfo.org - 555-555-7309 - - - 9025 - 597 - 11350 - 000 - 2013 - 2018-08-01 - - HS - Active - Singing River Educational Association, INC - - 597@hsesinfo.org - 1170 Pleasant Hill Church Rd - - Lucedale - MS - 39452-8497 - PO Box 594 - - Lucedale - MS - 39452-0594 - 1170 Pleasant Hill Church Rd - - Lucedale - MS - 39452-8497 - Mrs. - F211711 - L211711 - - Chairperson - 211711@hsesinfo.org - Mrs. - F211712 - L211712 - - Executive Director - 211712@hsesinfo.org - Ms. - F211714 - L211714 - - 211714@hsesinfo.org - Mrs. - F211710 - L211710 - - 211710@hsesinfo.org - 555-555-1710 - - - 5079 - 3249 - 9009 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Sumter County Opportunity, Inc. - Not Available - 3249@hsesinfo.org - POST OFFICE DRAWER 928 - 714 Country Club Road /P.O. DRAWER928 - LIVINGSTON - AL - 35470-0928 - POST OFFICE DRAWER 928 - 714 Country Club Road /P.O. DRAWER928 - LIVINGSTON - AL - 35470-0928 - POST OFFICE DRAWER 928 - 714 Country Club Road /P.O. DRAWER928 - LIVINGSTON - AL - 35470-0928 - Mr. - F51707 - L51707 - - Board Chairman - 51707@hsesinfo.org - Mrs. - F51705 - L51705 - - CEO/Executive Director/Head Start/Early Head Start Director - 51705@hsesinfo.org - Mrs. - F51704 - L51704 - - 51704@hsesinfo.org - Mrs. - F51702 - L51702 - - 51702@hsesinfo.org - 555-555-1702 - - - 9042 - 1723 - 11372 - 000 - 2013 - 2018-08-01 - - HS - Active - COMMUNITY PROGRESS COUNCIL,INC - http://www.yorkcpc.org - 1723@hsesinfo.org - 226 East College Avenue - - York - PA - 17403-2344 - 226 E College Ave - - York - PA - 17403-2344 - 226 E College Ave - - York - PA - 17403-2344 - Mr. - F211830 - L211830 - Esq. - President, Community Progress Council Board of Directors - 211830@hsesinfo.org - Ms. - F211831 - L211831 - - President, CEO - 211831@hsesinfo.org - Mrs. - F211833 - L211833 - - 211833@hsesinfo.org - Ms. - F211829 - L211829 - - 211829@hsesinfo.org - 555-555-1829 - - - 8709 - 8569 - 11078 - 001 - 2017 - 2017-07-01 - - HS - Active - Acelero Learning Camden/Philadelphia - alcp.acelero.net - 8569@hsesinfo.org - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - Ms. - F209464 - L209464 - - Board Chairman - 209464@hsesinfo.org - Mr. - F209465 - L209465 - - - 209465@hsesinfo.org - Ms. - F209467 - L209467 - - 209467@hsesinfo.org - Ms. - F209463 - L209463 - - 209463@hsesinfo.org - 555-555-9463 - - - 9202 - 8736 - 11493 - 200 - 2019 - 2019-01-01 - - EHS - Active - MISSISSIPPI ACTION FOR PROGRESS, INC. - http://www.mapheadstart.org - 8736@hsesinfo.org - 1751 Morson Rd - - Jackson - - 39209 - 1751 Morson Rd - - Jackson - MS - 39209 - 1751 Morson Rd - - Jackson - MS - 39209 - Mr. - F212950 - L212950 - - Governing Board Chairperson - 212950@hsesinfo.org - Dr. - F212951 - L212951 - - CEO/Head Start Director - 212951@hsesinfo.org - Ms. - F212953 - L212953 - - 212953@hsesinfo.org - Dr. - F212949 - L212949 - - 212949@hsesinfo.org - 555-555-2949 x 5555 - - - 4712 - 3937 - 8694 - 040 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Highbridge Advisory Council Family Services, Inc. - www.HACFS.org - 3937@hsesinfo.org - 880 River Avenue - 2nd Floor - Bronx - NY - 10452-9431 - 880 River Avenue - 2nd Floor - Bronx - NY - 10452-9431 - 880 River Avenue - 2nd Floor - Bronx - NY - 10452-9431 - Ms. - F45735 - L45735 - - Board Member - 45735@hsesinfo.org - Mr. - F45732 - L45732 - - CEO - 45732@hsesinfo.org - Mr. - F45731 - L45731 - - 45731@hsesinfo.org - Ms. - F45730 - L45730 - - 45730@hsesinfo.org - 555-555-5730 - - - 4526 - 2531 - 8541 - 000 - 2013 - 2013-12-02 - 2019-01-31 - HS - Inactive - Benton Franklin Head Start - bfhs.net - 2531@hsesinfo.org - 1549 Georgia Avenue S.E., Suite B - - Richland - WA - 99352-4756 - 1549 Georgia Avenue S.E., Suite B - - Richland - WA - 99352-4756 - 1549 Georgia Avenue S.E., Suite B - - Richland - WA - 99352-4756 - Mr. - F42635 - L42635 - - Board Chair - 42635@hsesinfo.org - Ms. - F42636 - L42636 - - Executive Director - 42636@hsesinfo.org - Ms. - F42633 - L42633 - - 42633@hsesinfo.org - Ms. - F42631 - L42631 - - 42631@hsesinfo.org - 555-555-2631 x 5555 - - - 4742 - 3967 - 8724 - 070 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Southeast Bronx Neighborhood Centers - sebnc.org - 3967@hsesinfo.org - 955 Tinton Avenue - - Bronx - NY - 10456-7105 - 955 Tinton Avenue - - Bronx - NY - 10456-7105 - 955 Tinton Avenue - - Bronx - NY - 10456-7105 - Mr. - F45943 - L45943 - - Board of Directors Chair - 45943@hsesinfo.org - Dr. - F45941 - L45941 - - - 45941@hsesinfo.org - - F45940 - L45940 - - 45940@hsesinfo.org - Ms. - F45945 - L45945 - - 45945@hsesinfo.org - 555-555-5945 - - - 472 - 3133 - 293 - 000 - 2013 - 2013-07-02 - 2018-10-31 - HS - Inactive - Kalamazoo Regional Educational Service Agency - www.kresa.org - 3133@hsesinfo.org - 422 E South St - - Kalamazoo - MI - 49007-5809 - 422 E South St - - Kalamazoo - MI - 49007-5809 - 422 E South St - - Kalamazoo - MI - 49007-5809 - Mr. - F38537 - L38537 - - Board President - 38537@hsesinfo.org - Mr. - F38535 - L38535 - - Superintendent - 38535@hsesinfo.org - Mrs. - F38534 - L38534 - - 38534@hsesinfo.org - Ms. - F36331 - L36331 - - 36331@hsesinfo.org - 555-555-6331 - - - 10477 - 6089 - 12464 - 200 - - 2019-09-01 - - EHS - Active - SEQUATCHIE VALLEY EDUCATION DEVELOPMENT AGENCY - https://svheadstart.info - 6089@hsesinfo.org - 501 Westfield Pl - - Jasper - TN - 37347-5144 - PO Box 2212 - - Jasper - TN - 37347-2212 - 501 Westfield Pl - - Jasper - TN - 37347-5144 - Mr. - F221680 - L221680 - - - 221680@hsesinfo.org - Mrs. - F221681 - L221681 - - Chief Operating Officer - 221681@hsesinfo.org - Ms. - F221683 - L221683 - - 221683@hsesinfo.org - Mrs. - F221679 - L221679 - - 221679@hsesinfo.org - 555-555-1679 - - - 11434 - 1298 - 13281 - 000 - 1992 - 2020-07-01 - - HS - Active - North Idaho College Head Start - www.nic.edu/headstart - 1298@hsesinfo.org - 411 N 15th St - - Coeur D Alene - ID - 83814-5476 - 411 N 15th St - - Coeur D Alene - ID - 83814-5476 - 411 N 15th St - - Coeur D Alene - ID - 83814-5476 - Mr. - F228078 - L228078 - - Chair - 228078@hsesinfo.org - Msgr. - F228079 - L228079 - - - 228079@hsesinfo.org - Ms. - F228081 - L228081 - - 228081@hsesinfo.org - Ms. - F228077 - L228077 - - 228077@hsesinfo.org - 555-555-8077 - - - 6757 - 1086 - 10217 - 200 - 2000 - 2015-08-01 - 2020-07-31 - EHS - Inactive - Sacramento Employment And Training Agency - http://www.headstart.seta.net - 1086@hsesinfo.org - 925 Del Paso Blvd Ste 200 - - Sacramento - CA - 95815-3500 - 925 Del Paso Blvd Ste 200 - - Sacramento - CA - 95815-3500 - 925 Del Paso Blvd Ste 200 - - Sacramento - CA - 95815-3500 - Mr. - F202970 - L202970 - - Board of Supervisor - 202970@hsesinfo.org - Ms. - F202971 - L202971 - - Executive Director - 202971@hsesinfo.org - Ms. - F202973 - L202973 - - 202973@hsesinfo.org - Ms. - F202969 - L202969 - - 202969@hsesinfo.org - 555-555-2969 - - - 5782 - 1220 - 8772 - 000 - 1992 - 2015-01-01 - - Migrant HS - Active - Oregon Child Development Coalition - http://www.ocdc.net - 1220@hsesinfo.org - 9140 SW Pioneer Court, Suite E - - Wilsonville - OR - 97070-2780 - PO Box 2780 - - Wilsonville - OR - 97070 - 9140 SW Pioneer Court, Suite E - - Wilsonville - OR - 97070-2780 - Ms. - F105078 - L105078 - - Board Chairman - 105078@hsesinfo.org - Ms. - F105081 - L105081 - - Executive Director - 105081@hsesinfo.org - Mrs. - F105079 - L105079 - - 105079@hsesinfo.org - Mrs. - F105077 - L105077 - - 105077@hsesinfo.org - 555-555-5077 x 5555 - - - 5664 - 2240 - 9299 - 200 - 2014 - 2014-12-01 - 2020-11-30 - EHS - Inactive - L.I Child and Family Development Services, Inc - http://www.liheadstart.org - 2240@hsesinfo.org - 98 Austin St - - Patchogue - NY - 11772-2615 - 98 Austin St - - Patchogue - NY - 11772-2615 - 98 Austin St - - Patchogue - NY - 11772-2615 - Mr. - F102197 - L102197 - - - 102197@hsesinfo.org - Ms. - F102193 - L102193 - - - 102193@hsesinfo.org - Mrs. - F102195 - L102195 - - 102195@hsesinfo.org - Ms. - F102192 - L102192 - - 102192@hsesinfo.org - 555-555-2192 x 5555 - - - 6984 - 579 - 10452 - 000 - 1991 - 2015-12-01 - - HS - Active - Friends of Children of Mississippi, Inc. - www.friendsofchildren.org - 579@hsesinfo.org - 130 Riverview Dr - Ste C - Flowood - MS - 39232-8921 - 130 Riverview Dr - Ste C - Flowood - MS - 39232-8921 - 130 Riverview Dr - Ste C - Flowood - MS - 39232-8921 - Mr. - F204554 - L204554 - - BOARD CHAIRPERSON - 204554@hsesinfo.org - Dr. - F204555 - L204555 - - Interim Executive Director - 204555@hsesinfo.org - Mr. - F204557 - L204557 - - 204557@hsesinfo.org - Dr. - F204553 - L204553 - - 204553@hsesinfo.org - 555-555-4553 x 5555 - - - 5821 - 5827 - 9573 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Parent Child Incorporated - www.parentchildinc.com - 5827@hsesinfo.org - 7815 Mainland Dr - - San Antonio - TX - 78250-5150 - 7815 Mainland Dr - - San Antonio - TX - 78250-5150 - 7815 Mainland Dr - - San Antonio - TX - 78250-5150 - Mr. - F103920 - L103920 - - Board President - 103920@hsesinfo.org - Dr. - F103921 - L103921 - PhD - Chief Executive Officer/HS/EHS Director - 103921@hsesinfo.org - Mr. - F103923 - L103923 - - 103923@hsesinfo.org - Dr. - F103919 - L103919 - PhD - 103919@hsesinfo.org - 555-555-3919 - - - 4453 - 3156 - 8393 - 000 - 2013 - 2013-11-01 - 2018-10-31 - HS - Inactive - Marshall Starke Development Center - www.marshall-starke.org - 3156@hsesinfo.org - 1901 PIDCO Drive - - Plymouth - IN - 46563-1362 - 1901 PIDCO Drive - - Plymouth - IN - 46563-1362 - 1901 PIDCO Drive - - Plymouth - IN - 46563-1362 - Mr. - F41576 - L41576 - - Board of Directors Chairman - 41576@hsesinfo.org - Ms. - F41573 - L41573 - - - 41573@hsesinfo.org - Ms. - F41575 - L41575 - - 41575@hsesinfo.org - Ms. - F41572 - L41572 - - 41572@hsesinfo.org - 555-555-1572 x 5555 - - - 9439 - 3517 - 11655 - 003 - 2014 - 2019-03-01 - - Migrant HS - Active - Community Action Partnership of Madera County - http://www.maderacap.org - 3517@hsesinfo.org - 1225 Gill Avenue - - Madera - CA - 93637-9363 - 1225 Gill Avenue - - Madera - CA - 93637-9363 - 1225 Gill Avenue - - Madera - CA - 93637-9363 - Mr. - F214580 - L214580 - - - 214580@hsesinfo.org - Ms. - F214581 - L214581 - - - 214581@hsesinfo.org - Ms. - F214583 - L214583 - - 214583@hsesinfo.org - Ms. - F214579 - L214579 - - 214579@hsesinfo.org - 555-555-4579 - - - 5584 - 2053 - 9342 - 200 - 2014 - 2014-12-01 - - EHS - Active - City of Chicago - www.cityofchicago.org - 2053@hsesinfo.org - 1615 West Chicago Avenue - - Chicago - IL - 60622-5127 - 1615 West Chicago Avenue - - Chicago - IL - 60622-5127 - 1615 West Chicago Avenue - - Chicago - IL - 60622-5127 - Ms. - F101077 - L101077 - - Board Chair - 101077@hsesinfo.org - Ms. - F101075 - L101075 - - Commissioner - 101075@hsesinfo.org - Ms. - F101074 - L101074 - - 101074@hsesinfo.org - Ms. - F101073 - L101073 - - 101073@hsesinfo.org - 555-555-1073 - - - 10469 - 6168 - 12469 - 200 - - 2019-09-01 - - EHS - Active - Office of the State Superintendent of Education - www.osse.dc.gov - 6168@hsesinfo.org - 1050 1st St NE - Fl 6 - Washington - DC - 20002-5859 - 1050 1st St NE - Fl 6 - Washington - DC - 20002-5859 - 1050 1st St NE - Fl 6 - Washington - DC - 20002-5859 - Ms. - F221624 - L221624 - - - 221624@hsesinfo.org - Dr. - F221625 - L221625 - - - 221625@hsesinfo.org - Ms. - F221627 - L221627 - - 221627@hsesinfo.org - Dr. - F221623 - L221623 - - 221623@hsesinfo.org - 555-555-1623 - - - 5815 - 5821 - 9424 - 200 - - 2015-01-01 - - EHS - Active - City of Chicago - www.cityofchicago.org - 5821@hsesinfo.org - 1615 West Chicago Avenue - - Chicago - IL - 60622-5127 - 1615 West Chicago Avenue - - Chicago - IL - 60622-5127 - 1615 West Chicago Avenue - - Chicago - IL - 60622-5127 - Ms. - F103872 - L103872 - - Board Chair - 103872@hsesinfo.org - Ms. - F103873 - L103873 - - Commissioner - 103873@hsesinfo.org - Ms. - F103875 - L103875 - - 103875@hsesinfo.org - Ms. - F103871 - L103871 - - 103871@hsesinfo.org - 555-555-3871 - - - 4490 - 551 - 8534 - 000 - 2013 - 2013-11-29 - 2018-11-30 - HS - Inactive - TRI-COUNTY COMMUNITY COUNCIL, INC - http://tricountyheadstart.com - 551@hsesinfo.org - 2499 Cypress Street - - Westville - FL - 32464 - PO Box 1210 - - Bonifay - FL - 32425-1210 - 302 N Oklahoma St - - Bonifay - FL - 32425-2224 - Mr. - F42323 - L42323 - - Board Chairman - 42323@hsesinfo.org - Mr. - F42322 - L42322 - - Executive Director - 42322@hsesinfo.org - Ms. - F42324 - L42324 - - 42324@hsesinfo.org - Mrs. - F42321 - L42321 - - 42321@hsesinfo.org - 555-555-2321 - - - 4661 - 1166 - 8497 - 000 - 2014 - 2014-03-01 - 2019-02-28 - AIAN HS - Inactive - KICKAPOO TRIBE IN KANSAS - - 1166@hsesinfo.org - 211 S West St - - Powhattan - KS - 66527-8023 - PO Box 127 - - Powhattan - KS - 66527-0127 - 824 111th Dr - - Horton - KS - 66439-9502 - Mr. - F44634 - L44634 - - Kickapoo Tribe In Kansas Chairperson - 44634@hsesinfo.org - Mr. - F44633 - L44633 - - - 44633@hsesinfo.org - Mrs. - F44631 - L44631 - - 44631@hsesinfo.org - Mrs. - F44629 - L44629 - - 44629@hsesinfo.org - 555-555-4629 - - - 4662 - 2618 - 8497 - 200 - 2014 - 2014-03-01 - 2019-02-28 - AIAN EHS - Inactive - KICKAPOO TRIBE IN KANSAS - - 2618@hsesinfo.org - 211 S West St - - Powhattan - KS - 66527-8023 - PO Box 127 - - Powhattan - KS - 66527-0127 - 1107 Goldfinch Road - - Horton - KS - 66439 - Mr. - F44641 - L44641 - - Kickapoo Tribe In Kansas Chairperson - 44641@hsesinfo.org - Mr. - F44639 - L44639 - - - 44639@hsesinfo.org - Mrs. - F44638 - L44638 - - 44638@hsesinfo.org - Mrs. - F44637 - L44637 - - 44637@hsesinfo.org - 555-555-4637 - - - 4491 - 2842 - 8534 - 200 - 2013 - 2013-11-29 - 2018-11-30 - EHS - Inactive - TRI-COUNTY COMMUNITY COUNCIL, INC - http://tricountyheadstart.com - 2842@hsesinfo.org - 2499 Cypress St - - Westville - FL - 32464-4246 - P.O. Box 1210 - - Bonifay - FL - 32425 - 302 N Oklahoma St - - Bonifay - FL - 32425-2224 - Mr. - F42332 - L42332 - - Board Chairman - 42332@hsesinfo.org - Mr. - F42330 - L42330 - - Executive Director - 42330@hsesinfo.org - Ms. - F42329 - L42329 - - 42329@hsesinfo.org - Mrs. - F42328 - L42328 - - 42328@hsesinfo.org - 555-555-2328 - - - 8312 - 1479 - 10678 - 000 - 1992 - 2016-07-01 - - HS - Active - Caddo Parish Commission - www.caddocaaa.org - 1479@hsesinfo.org - 4055 Saint Vincent Ave - - Shreveport - LA - 71108-2542 - PO Box 3446 - - Shreveport - LA - 71133-3446 - 4055 Saint Vincent Ave - - Shreveport - LA - 71108-2542 - Rev. - F207324 - L207324 - - Board Chairperson - 207324@hsesinfo.org - Mr. - F207325 - L207325 - - - 207325@hsesinfo.org - Ms. - F207327 - L207327 - - 207327@hsesinfo.org - Mr. - F207323 - L207323 - - 207323@hsesinfo.org - 555-555-7323 x 5555 - - - 8523 - 8403 - 10926 - 200 - 2017 - 2017-03-01 - - Migrant EHS - Active - Riverside County Office of Education - rcoe.us - 8403@hsesinfo.org - 370 Aurora Dr - Ste A - El Centro - CA - 92243-4750 - 370 Aurora Dr - Ste A - El Centro - CA - 92243-4750 - 370 Aurora Dr - Ste A - El Centro - CA - 92243-4750 - Dr. - F208387 - L208387 - - Riverside County Superintendent of Schools - 208387@hsesinfo.org - Ms. - F208388 - L208388 - - Riverside County Assistant Superintendent of Schools - 208388@hsesinfo.org - Ms. - F208390 - L208390 - - 208390@hsesinfo.org - Mr. - F208386 - L208386 - - 208386@hsesinfo.org - 555-555-8386 x 5555 - - - 10550 - 3646 - 12549 - 001 - 2014 - 2019-09-01 - - HS - Active - JFK Family Services Center, Inc. - http://www.kennedycenter.org - 3646@hsesinfo.org - 23A Moulton St - - Charlestown - MA - 02129-2829 - 23A Moulton St - - Charlestown - MA - 02129-2829 - 23A Moulton St - - Charlestown - MA - 02129-2829 - Ms. - F222189 - L222189 - - - 222189@hsesinfo.org - Ms. - F222190 - L222190 - - - 222190@hsesinfo.org - Mr. - F222192 - L222192 - - 222192@hsesinfo.org - Ms. - F222188 - L222188 - - 222188@hsesinfo.org - 555-555-2188 - - - 10610 - 9042 - 12611 - 000 - 2019 - 2020-02-01 - - HS - Active - Sarpy County/ESU #3 Head Start - https://www.esu3.org - 9042@hsesinfo.org - 6949 South 110th St - - LaVista - NE - 68128 - 6949 South 110th St - - LaVista - NE - 68128 - 6949 South 110th St - - LaVista - NE - 68128 - Mr. - F222609 - L222609 - - Board President - 222609@hsesinfo.org - Dr. - F222607 - L222607 - - CEO/Chief Administrator - 222607@hsesinfo.org - Ms. - F222610 - L222610 - - 222610@hsesinfo.org - Ms. - F222606 - L222606 - - 222606@hsesinfo.org - 555-555-2606 x 5555 - - - 10611 - 9043 - 12611 - 200 - 2019 - 2020-02-01 - - EHS - Active - Sarpy County/ESU #3 Head Start - https://www.esu3.org - 9043@hsesinfo.org - 6949 South 110th St - - LaVista - NE - 68128 - 6949 South 110th St - - LaVista - NE - 68128 - 6949 South 110th St - - LaVista - NE - 68128 - Mr. - F222615 - L222615 - - Board President - 222615@hsesinfo.org - Dr. - F222613 - L222613 - - CEO/Chief Administrator - 222613@hsesinfo.org - Ms. - F222616 - L222616 - - 222616@hsesinfo.org - Ms. - F222612 - L222612 - - 222612@hsesinfo.org - 555-555-2612 x 5555 - - - 8289 - 2237 - 10666 - 000 - 1991 - 2016-07-01 - - HS - Active - Western Idaho Community Action Partnership - http://www.wicap.org - 2237@hsesinfo.org - 315 South Main Street - - Payette - ID - 83661-3315 - 315 South Main Street - - Payette - ID - 83661-3315 - 315 South Main Street - - Payette - ID - 83661-3315 - Ms. - F207163 - L207163 - - President, Board of Directors - 207163@hsesinfo.org - Ms. - F207164 - L207164 - - - 207164@hsesinfo.org - Ms. - F207166 - L207166 - - 207166@hsesinfo.org - Ms. - F207162 - L207162 - - 207162@hsesinfo.org - 555-555-7162 x 5555 - - - 8290 - 2236 - 10666 - 200 - 2001 - 2016-07-01 - - EHS - Active - Western Idaho Community Action Partnership - http://www.wicap.org - 2236@hsesinfo.org - 315 South Main Street - - Payette - ID - 83661-3315 - 315 South Main Street - - Payette - ID - 83661-3315 - 315 South Main Street - - Payette - ID - 83661-3315 - Ms. - F207170 - L207170 - - Chairman, Board of Directors - 207170@hsesinfo.org - Ms. - F207171 - L207171 - - - 207171@hsesinfo.org - Ms. - F207173 - L207173 - - 207173@hsesinfo.org - Ms. - F207169 - L207169 - - 207169@hsesinfo.org - 555-555-7169 x 5555 - - - 4703 - 3918 - 8685 - 031 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Urban Strategies Early Learn I & III - urbanstrategiesny.org - 3918@hsesinfo.org - 294 Sumpter St - 1091 Sutter Ave - Brooklyn - NY - 11233-3464 - 294 Sumpter St - 1091 Sutter Ave - Brooklyn - NY - 11233-3464 - 294 Sumpter St - 1091 Sutter Ave - Brooklyn - NY - 11233-3464 - Mrs. - F45668 - L45668 - - Board Chairperson - 45668@hsesinfo.org - Mr. - F45670 - L45670 - - Executive Director - 45670@hsesinfo.org - Ms. - F45672 - L45672 - - 45672@hsesinfo.org - Mrs. - F45667 - L45667 - - 45667@hsesinfo.org - 555-555-5667 x 5555 - - - 5439 - 5445 - 8608 - 200 - 2014 - 2014-06-01 - 2019-02-28 - EHS - Inactive - Western Arizona Council of Governments - http://www.wacog.com/headstart/ - 5445@hsesinfo.org - 1235 S Redondo Center Dr - - Yuma - AZ - 85365-2039 - 1235 S Redondo Center Dr - - Yuma - AZ - 85365-2039 - 1235 S Redondo Center Dr - - Yuma - AZ - 85365-2039 - Mrs. - F96075 - L96075 - - Chairperson - 96075@hsesinfo.org - Mr. - F96076 - L96076 - - Executive Director - 96076@hsesinfo.org - Mrs. - F96078 - L96078 - - 96078@hsesinfo.org - Mrs. - F96074 - L96074 - - 96074@hsesinfo.org - 555-555-6074 - - - 8188 - 8120 - 10622 - 200 - 2016 - 2016-07-01 - - EHS - Active - La Casa de Don Pedro, Inc. - - 8120@hsesinfo.org - 75 Park Ave - - Newark - NJ - 07104-1034 - 75 Park Ave - - Newark - NJ - 07104-1034 - 75 Park Ave - - Newark - NJ - 07104-1034 - Mr. - F206431 - L206431 - - La Casa de Don Pedro Board of Directors -President - 206431@hsesinfo.org - Mr. - F206432 - L206432 - - La Casa de Don Pedro Executive Director - 206432@hsesinfo.org - - F206434 - L206434 - - 206434@hsesinfo.org - Ms. - F206430 - L206430 - - 206430@hsesinfo.org - 555-555-6430 - - - 8163 - 2415 - 10630 - 200 - 2001 - 2016-07-01 - - AIAN EHS - Active - Nez Perce Tribe - http://www.nezperce.org - 2415@hsesinfo.org - Early Childhood Development Program - 117 Lolo Street - Lapwai - ID - 83540 - PO Box 365 - Early Childhood Development Program - Lapwai - ID - 83540-0365 - Early Childhood Development Program - 117 Lolo Street - Lapwai - ID - 83540 - Mr. - F206256 - L206256 - - Chairman, Nez Perce Tribe Executive Committee - 206256@hsesinfo.org - Mr. - F206257 - L206257 - - Executive Director - 206257@hsesinfo.org - Ms. - F206259 - L206259 - - 206259@hsesinfo.org - Ms. - F206255 - L206255 - - 206255@hsesinfo.org - 555-555-6255 - - - 9550 - 812 - 11775 - 000 - 2014 - 2019-04-01 - - HS - Active - MARATHON COUNTY CHILD DEVELOPMENT AGENCY, INC. - http://www.mccdahs.org - 812@hsesinfo.org - 616 Grant St - - Wausau - WI - 54403-4740 - 616 Grant St - - Wausau - WI - 54403-4740 - 616 Grant St - - Wausau - WI - 54403-4740 - Mr. - F215347 - L215347 - - Board of Directors President - 215347@hsesinfo.org - Dr. - F215348 - L215348 - - Executive Director/Head Start Director - 215348@hsesinfo.org - Ms. - F215350 - L215350 - - 215350@hsesinfo.org - Dr. - F215346 - L215346 - - 215346@hsesinfo.org - 555-555-5346 x 5555 - - - 8799 - 646 - 11152 - 000 - 2013 - 2018-04-01 - - HS - Active - Tallatoona Community Action Partnership Inc. - http://www.tallatoonacap.org - 646@hsesinfo.org - 1010 N Tennessee St - Ste 107 - Cartersville - GA - 30120-8526 - 1010 N Tennessee St - Ste 107 - Cartersville - GA - 30120-8526 - 1010 N Tennessee St - Ste 107 - Cartersville - GA - 30120-8526 - Mr. - F210020 - L210020 - - Board Chair - 210020@hsesinfo.org - Mr. - F210021 - L210021 - - Executive Director - 210021@hsesinfo.org - Mr. - F210023 - L210023 - - 210023@hsesinfo.org - Mrs. - F210019 - L210019 - - 210019@hsesinfo.org - 555-555-0019 x 5555 - - - 8922 - 211 - 11277 - 200 - 2013 - 2018-07-01 - - EHS - Active - The Opportunity Alliance - http://www.opportunityalliance.org - 211@hsesinfo.org - 50 Lydia Ln - - South Portland - ME - 04106-2156 - 50 Lydia Ln - - Portland - ME - 04106-2156 - 50 Lydia Ln - - South Portland - ME - 04106-2156 - Mrs. - F210975 - L210975 - - Chairperson - 210975@hsesinfo.org - Mr. - F210976 - L210976 - - CEO/President - 210976@hsesinfo.org - Mrs. - F210978 - L210978 - - 210978@hsesinfo.org - Mrs. - F210974 - L210974 - - 210974@hsesinfo.org - 555-555-0974 - - - 5823 - 5829 - 9566 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Tulsa Educare, Inc. - www.tulsaeducare.org - 5829@hsesinfo.org - 2190 S 67th East Ave - - Tulsa - OK - 74129-2008 - 2190 S 67th East Ave - - Tulsa - OK - 74129-2008 - 2190 S 67th East Ave - - Tulsa - OK - 74129-2008 - Ms. - F103936 - L103936 - - - 103936@hsesinfo.org - Ms. - F103937 - L103937 - - - 103937@hsesinfo.org - Ms. - F103939 - L103939 - - 103939@hsesinfo.org - Ms. - F103935 - L103935 - - 103935@hsesinfo.org - 555-555-3935 - - - 6961 - 2492 - 10427 - 200 - 2001 - 2015-11-01 - - AIAN EHS - Active - Cherokee Nation Early Head Start - - 2492@hsesinfo.org - 17675 S Muskogee Ave - - Tahlequah - OK - 74464-5492 - PO Box 948 - - Tahlequah - OK - 74465-0948 - 16944 Cherokee Street - - Tahlequah - OK - 74464 - Mrs. - F204389 - L204389 - - Treasurer - 204389@hsesinfo.org - Mr. - F204390 - L204390 - - Deputy Executive Director - 204390@hsesinfo.org - Ms. - F204392 - L204392 - - 204392@hsesinfo.org - Ms. - F204388 - L204388 - - 204388@hsesinfo.org - 555-555-4388 x 5555 - - - 5202 - 1018 - 8937 - 000 - 1992 - 2014-07-01 - 2018-12-31 - HS - Inactive - Plattsmouth Community School District - www.pcsd.org - 1018@hsesinfo.org - 902 Main St. - - Plattsmouth - NE - 68048 - 1912 East Highway 34 - - Plattsmouth - NE - 68048 - 1912 East Highway 34 - - Plattsmouth - NE - 68048 - Mr. - F52246 - L52246 - - President, Board of Education - 52246@hsesinfo.org - Dr. - F52248 - L52248 - - Superintendent - 52248@hsesinfo.org - Ms. - F52249 - L52249 - - 52249@hsesinfo.org - Mrs. - F52244 - L52244 - - 52244@hsesinfo.org - 555-555-2244 x 5555 - - - 6917 - 482 - 10394 - 200 - 2003 - 2015-11-01 - 2020-10-31 - EHS - Inactive - Anoka County Community Action Program, Inc. - http://www.accap.org - 482@hsesinfo.org - 1201 89th Ave NE Ste 345 - - Blaine - MN - 55434-3373 - 1201 89th Ave NE Ste 345 - - Blaine - MN - 55434-3373 - 1201 89th Ave NE Ste 345 - - Blaine - MN - 55434-3373 - Mr. - F204080 - L204080 - - Governing Board Chair - 204080@hsesinfo.org - Mr. - F204081 - L204081 - - - 204081@hsesinfo.org - Ms. - F204083 - L204083 - - 204083@hsesinfo.org - Ms. - F204079 - L204079 - - 204079@hsesinfo.org - 555-555-4079 - - - 9208 - 917 - 11502 - 000 - 1991 - 2018-12-01 - - HS - Active - Mid-East Community Action Agency - http://www.mecaa.net - 917@hsesinfo.org - 315 E Race St - - Kingston - TN - 37763-2828 - PO Box 790 - - Kingston - TN - 37763-0790 - 315 E Race St - - Kingston - TN - 37763-2828 - Ms. - F212996 - L212996 - - Board Chair - 212996@hsesinfo.org - Mr. - F212997 - L212997 - - - 212997@hsesinfo.org - Ms. - F212999 - L212999 - - 212999@hsesinfo.org - Ms. - F212995 - L212995 - - 212995@hsesinfo.org - 555-555-2995 x 5555 - - - 5748 - 1887 - 9520 - 000 - 2015 - 2015-01-01 - 2020-06-30 - HS - Inactive - Harris County Department of Education - http://www.hcde-texas.org - 1887@hsesinfo.org - 6300 Irvington Blvd., Suite 406 - - Houston - TX - 77022-5618 - 6300 Irvington Blvd., Suite 406 - - Houston - TX - 77022-5618 - 6300 Irvington Blvd., Suite 406 - - Houston - TX - 77022-5618 - Mr. - F103290 - L103290 - - Board President - 103290@hsesinfo.org - Mr. - F103293 - L103293 - - County School Superintendent - 103293@hsesinfo.org - Ms. - F103289 - L103289 - - 103289@hsesinfo.org - Ms. - F103288 - L103288 - - 103288@hsesinfo.org - 555-555-3288 - - - 6546 - 2845 - 10068 - 200 - 2011 - 2015-07-01 - - EHS - Active - PORTAGE PRIVATE INDUSTRY COUNCIL, INC. - www.portagelearningcenters.com - 2845@hsesinfo.org - 145 N Chestnut St - - Ravenna - OH - 44266-2293 - 145 N Chestnut St - - Ravenna - OH - 44266-2293 - 145 N Chestnut St - - Ravenna - OH - 44266-2293 - Ms. - F201492 - L201492 - - Chairman - 201492@hsesinfo.org - Ms. - F201493 - L201493 - - Executive Director - 201493@hsesinfo.org - Ms. - F201495 - L201495 - - 201495@hsesinfo.org - Ms. - F201491 - L201491 - - 201491@hsesinfo.org - 555-555-1491 - - - 4551 - 652 - 8416 - 000 - 2013 - 2013-12-23 - 2018-12-31 - HS - Inactive - EIGHT COMMUNITY ACTION PROGRAM, INC. - https://www.8cap.org/ - 652@hsesinfo.org - 5827 Orleans Rd - - Orleans - MI - 48865-8603 - 5827 Orleans Rd - - Orleans - MI - 48865-8603 - 5827 Orleans Rd - - Orleans - MI - 48865-8603 - Mr. - F43233 - L43233 - - Board Chairperson - 43233@hsesinfo.org - Mr. - F43230 - L43230 - - President - 43230@hsesinfo.org - Ms. - F43231 - L43231 - - 43231@hsesinfo.org - Ms. - F43228 - L43228 - - 43228@hsesinfo.org - 555-555-3228 x 5555 - - - 4552 - 653 - 8416 - 200 - 2013 - 2013-12-23 - 2018-12-31 - EHS - Inactive - EIGHT COMMUNITY ACTION PROGRAM, INC. - https://www.8cap.org/ - 653@hsesinfo.org - 5827 Orleans Rd - - Orleans - MI - 48865-8603 - 5827 Orleans Rd - - Orleans - MI - 48865-8603 - 5827 Orleans Rd - - Orleans - MI - 48865-8603 - Mr. - F43238 - L43238 - - Board Chairperson - 43238@hsesinfo.org - Mr. - F43237 - L43237 - - President - 43237@hsesinfo.org - Ms. - F43240 - L43240 - - 43240@hsesinfo.org - Ms. - F43235 - L43235 - - 43235@hsesinfo.org - 555-555-3235 x 5555 - - - 4492 - 338 - 8535 - 000 - 2013 - 2013-11-29 - 2018-11-30 - HS - Inactive - AUDUBON AREA COMMUNITY SERVICES, INC - http://www.aacshs.org - 338@hsesinfo.org - 1700 West 5th Street - - Owensboro - KY - 42301 - 1700 West 5th Street - - Owensboro - KY - 42301 - 1700 West 5th Street - - Owensboro - KY - 42301 - Ms. - F42297 - L42297 - - Board Chair - 42297@hsesinfo.org - Mr. - F42294 - L42294 - - - 42294@hsesinfo.org - Ms. - F42298 - L42298 - - 42298@hsesinfo.org - Ms. - F42293 - L42293 - - 42293@hsesinfo.org - 555-555-2293 - - - 10399 - 9036 - 12140 - 200 - - 2019-07-01 - - Migrant EHS - Active - United Migrant Opportunity Services, Inc. - http://www.umos.org - 9036@hsesinfo.org - 2701 South Chase Avenue - - Milwaukee - WI - 53207-1450 - PO Box 4129 - - Milwaukee - WI - 53204-0129 - 2701 South Chase Avenue - - Milwaukee - WI - 53207-1450 - Mr. - F221136 - L221136 - - Board Chair - 221136@hsesinfo.org - Mr. - F221134 - L221134 - - CEO/President - 221134@hsesinfo.org - Mr. - F221137 - L221137 - - 221137@hsesinfo.org - Ms. - F221133 - L221133 - - 221133@hsesinfo.org - 555-555-1133 - - - 4493 - 339 - 8535 - 200 - 2013 - 2013-11-29 - 2018-11-30 - EHS - Inactive - AUDUBON AREA COMMUNITY SERVICES, INC - http://www.aacshs.org - 339@hsesinfo.org - 1700 West 5th Street - - Owensboro - KY - 42301 - 1700 West 5th Street - - Owensboro - KY - 42301 - 1700 West 5th Street - - Owensboro - KY - 42301 - Ms. - F42301 - L42301 - - Board Chair - 42301@hsesinfo.org - Mr. - F42303 - L42303 - - - 42303@hsesinfo.org - Ms. - F42304 - L42304 - - 42304@hsesinfo.org - Ms. - F42300 - L42300 - - 42300@hsesinfo.org - 555-555-2300 - - - 9337 - 2778 - 11585 - 200 - 2011 - 2019-02-01 - - EHS - Active - Association to Benefit Children - www.a-b-c.org - 2778@hsesinfo.org - 1841 Park Avenue - - New York - NY - 10035 - 1841 Park Avenue - - New York - NY - 10035 - 1841 Park Avenue - - New York - NY - 10035 - Mr. - F213896 - L213896 - - Board Chair - 213896@hsesinfo.org - Dr. - F213897 - L213897 - - Chief Operating Officer - 213897@hsesinfo.org - Mr. - F213899 - L213899 - - 213899@hsesinfo.org - Dr. - F213895 - L213895 - - 213895@hsesinfo.org - 555-555-3895 - - - 5615 - 4108 - 9435 - 001 - 2014 - 2014-12-01 - 2019-11-30 - HS - Inactive - Catholic Charities of the Archdiocese of Chicago - www.catholiccharities.net - 4108@hsesinfo.org - 721 N La Salle Dr - - Chicago - IL - 60654-3503 - 721 N La Salle Dr - - Chicago - IL - 60654-3503 - 721 N La Salle Dr - - Chicago - IL - 60654-3503 - Mr. - F101320 - L101320 - - Chairperson – Service Advisory Board - 101320@hsesinfo.org - Ms. - F101318 - L101318 - - Vice President - Child, Youth, & Family Service - 101318@hsesinfo.org - - F101317 - L101317 - - 101317@hsesinfo.org - Ms. - F101316 - L101316 - - 101316@hsesinfo.org - 555-555-1316 - - - 1399 - 3292 - 2891 - 000 - 2013 - 2013-07-02 - 2018-11-30 - HS - Inactive - Texas City Independent School District - www.tcisd.org - 3292@hsesinfo.org - 1805 13th Ave N - - Texas City - TX - 77590 - 1805 13th Ave N - - Texas City - TX - 77590 - 1700 9th Ave N - - Texas City - TX - 77590-5470 - Mr. - F38575 - L38575 - - Governing Board President - 38575@hsesinfo.org - Ms. - F38573 - L38573 - - Deputy Superintendent - 38573@hsesinfo.org - Ms. - F38572 - L38572 - - 38572@hsesinfo.org - Ms. - F36349 - L36349 - - 36349@hsesinfo.org - 555-555-6349 - - - 6815 - 1073 - 10276 - 000 - 1993 - 2015-09-01 - 2020-08-31 - HS - Inactive - Absaroka, Inc. - abshs.org - 1073@hsesinfo.org - 1121 Big Horn Ave - - Worland - WY - 82401-2802 - PO BOX 952 - - Worland - WY - 82401-0952 - 1121 Big Horn Ave - - Worland - WY - 82401-2802 - Mr. - F203380 - L203380 - - Board Chair - 203380@hsesinfo.org - Mrs. - F203381 - L203381 - - Head Start Director - 203381@hsesinfo.org - Mrs. - F203383 - L203383 - - 203383@hsesinfo.org - Mrs. - F203379 - L203379 - - 203379@hsesinfo.org - 555-555-3379 - - - 4289 - 4289 - 6869 - 000 - 2013 - 2013-08-19 - 2019-01-31 - HS - Inactive - Children's Home Society of Washington - http://www.chs-wa.org - 4289@hsesinfo.org - 12360 Lake City Way NE - Ste 450 - Seattle - WA - 98125-5452 - PO Box 15190 - - Seattle - WA - 98115-0190 - 12360 Lake City Way NE - Ste 450 - Seattle - WA - 98125-5452 - Mr. - F54303 - L54303 - - Chair, Board of Trustees - 54303@hsesinfo.org - Mr. - F54301 - L54301 - - President/CEO - 54301@hsesinfo.org - Ms. - F54300 - L54300 - - 54300@hsesinfo.org - Ms. - F38709 - L38709 - - 38709@hsesinfo.org - 555-555-8709 - - - 6240 - 2622 - 9833 - 200 - 2011 - 2015-04-01 - - AIAN EHS - Active - LEECH LAKE RESERVATION BUSINESS COMMITTEE INC - www.llboearlychildhood.com - 2622@hsesinfo.org - 190 Sailstar Dr NW - # Mw - Cass Lake - MN - 56633-3565 - 190 Sailstar Dr NW - - Cass Lake - MN - 56633-3565 - 190 Sailstar Dr NW - - Cass Lake - MN - 56633-3565 - Mr. - F109525 - L109525 - Sr. - Tribal Chairman - 109525@hsesinfo.org - Mr. - F109523 - L109523 - Jr - - 109523@hsesinfo.org - Ms. - F109522 - L109522 - - 109522@hsesinfo.org - Mr. - F109520 - L109520 - - 109520@hsesinfo.org - 555-555-9520 - - - 8864 - 3654 - 11234 - 004 - 2013 - 2018-07-01 - - HS - Active - Catholic Charities of the Archdiocese of Denver - http://www.ccdenver.org - 3654@hsesinfo.org - 4704 Harlan St - Ste 550 - Denver - CO - 80212-7464 - 4704 Harlan St - Ste 550 - Denver - CO - 80212-7464 - 4704 Harlan St - Ste 550 - Denver - CO - 80212-7464 - Mrs. - F210570 - L210570 - - Chairperson, Board of Directors - 210570@hsesinfo.org - Mr. - F210571 - L210571 - - Chief Executive Officer - 210571@hsesinfo.org - Miss - F210573 - L210573 - - 210573@hsesinfo.org - Mr. - F210569 - L210569 - - 210569@hsesinfo.org - 555-555-0569 - - - 4657 - 2761 - 8507 - 200 - 2014 - 2014-03-01 - 2019-02-28 - EHS - Inactive - SALIDA SCHOOL DISTRICT R-32-J - www.salidaschools.com - 2761@hsesinfo.org - 516 Teller St - - Salida - CO - 81201 - PO Box 827 - - Salida - CO - 81201-0827 - 516 Teller St - - Salida - CO - 81201 - Mr. - F44611 - L44611 - - Salida School Board President - 44611@hsesinfo.org - Mr. - F44609 - L44609 - - Superintendent of Schools - 44609@hsesinfo.org - Mr. - F44608 - L44608 - - 44608@hsesinfo.org - Ms. - F44607 - L44607 - - 44607@hsesinfo.org - 555-555-4607 - - - 8676 - 8538 - 11052 - 200 - 2017 - 2017-07-01 - - EHS - Active - Quintana Baptist Church Head Start Program - - 8538@hsesinfo.org - Edificio Plaza Caribe Plaza - Ave. Ponce De Leon 579 - San Juan - PR - 00920 - Ave. Paz Granela - Pmb 473 Suite 2 - San Juan - PR - 00927 - Edificio Plaza Caribe Plaza - Ave. Ponce De Leon 579 - San Juan - PR - 00920 - Mr. - F209241 - L209241 - - Acting Board President - 209241@hsesinfo.org - Mr. - F209242 - L209242 - - - 209242@hsesinfo.org - Mrs. - F209244 - L209244 - - 209244@hsesinfo.org - Mrs. - F209240 - L209240 - - 209240@hsesinfo.org - 555-555-9240 - - - 4863 - 1369 - 8829 - 000 - 2014 - 2014-06-01 - 2019-05-31 - HS - Inactive - Tri-County Child & Family Development Council, Inc. - http://www.tricountychildandfamily.org - 1369@hsesinfo.org - 205 Adams St Suite 2 - - Waterloo - IA - 50703-3824 - P.O. Box 1050 - - Waterloo - IA - 50704-1050 - 205 Adams St Suite 2 - - Waterloo - IA - 50703-3824 - Ms. - F47645 - L47645 - - Board Chair - 47645@hsesinfo.org - Dr. - F47644 - L47644 - - - 47644@hsesinfo.org - Ms. - F47648 - L47648 - - 47648@hsesinfo.org - Dr. - F47643 - L47643 - - 47643@hsesinfo.org - 555-555-7643 x 5555 - - - 5160 - 1334 - 8963 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - St Charles Parish School Board - http://www.stcharles.k12.la.us - 1334@hsesinfo.org - 13855 River Rd - - Luling - LA - 70070-6220 - 13855 River Rd - - Luling - LA - 70070-6220 - 13855 River Rd - - Luling - LA - 70070-6220 - Mr. - F52160 - L52160 - - Board President - 52160@hsesinfo.org - Ms. - F52158 - L52158 - - Superintendent - 52158@hsesinfo.org - Ms. - F52162 - L52162 - - 52162@hsesinfo.org - Dr. - F52157 - L52157 - - 52157@hsesinfo.org - 555-555-2157 - - - 5631 - 4132 - 9451 - 017 - 2014 - 2014-12-01 - - HS - Active - Easter Seals Metropolitan Chicago - easterseals.com/chicago/ - 4132@hsesinfo.org - 120 Madison St - - Oak Park - IL - 60302-4206 - 120 Madison St - - Oak Park - IL - 60302-4206 - 120 Madison St - - Oak Park - IL - 60302-4206 - Mr. - F101474 - L101474 - - Chairman of the Board - 101474@hsesinfo.org - Mr. - F101472 - L101472 - - President/CEO - 101472@hsesinfo.org - Ms. - F101471 - L101471 - - 101471@hsesinfo.org - Ms. - F101470 - L101470 - - 101470@hsesinfo.org - 555-555-1470 - - - 4766 - 1440 - 8614 - 000 - 2014 - 2014-04-01 - 2019-06-30 - HS - Inactive - Southwestern Minnesota Opportunity Council, Inc. - www.smoc.us - 1440@hsesinfo.org - 1106 3rd Ave - - Worthington - MN - 56187-2475 - PO Box 787 - - Worthington - MN - 56187-0787 - 1106 3rd Ave - - Worthington - MN - 56187-2475 - Mr. - F46205 - L46205 - - SMOC Board Chair - 46205@hsesinfo.org - Mr. - F46206 - L46206 - - - 46206@hsesinfo.org - Ms. - F46208 - L46208 - - 46208@hsesinfo.org - Ms. - F46204 - L46204 - - 46204@hsesinfo.org - 555-555-6204 - - - 4899 - 842 - 8901 - 000 - 1992 - 2014-06-01 - 2019-05-31 - HS - Inactive - BONHAM INDEPENDENT SCHOOL DISTRICT - www.bonhamisd.org - 842@hsesinfo.org - 201 E 10th St - - Bonham - TX - 75418-3704 - 1005 Chestnut St - - Bonham - TX - 75418-3066 - 1005 Chestnut St - - Bonham - TX - 75418-3066 - Mr. - F48248 - L48248 - - Board President - 48248@hsesinfo.org - Mrs. - F48250 - L48250 - - - 48250@hsesinfo.org - Ms. - F48246 - L48246 - - 48246@hsesinfo.org - Mrs. - F48245 - L48245 - - 48245@hsesinfo.org - 555-555-8245 - - - 5639 - 4154 - 9459 - 025 - 2014 - 2014-12-01 - - HS - Active - Erie Neighborhood House - www.eriehouse.org - 4154@hsesinfo.org - 1701 W Superior St - - Chicago - IL - 60622 - 1701 W Superior St - - Chicago - IL - 60622 - 1701 W Superior St - - Chicago - IL - 60622 - Ms. - F101559 - L101559 - - Board Chair - 101559@hsesinfo.org - Ms. - F101557 - L101557 - - Executive Director-Interim - 101557@hsesinfo.org - Ms. - F101556 - L101556 - - 101556@hsesinfo.org - Ms. - F101555 - L101555 - - 101555@hsesinfo.org - 555-555-1555 - - - 8747 - 8605 - 11120 - 022 - 2017 - 2017-08-01 - - HS - Active - HS Program, Municipality of Fajardo - - 8605@hsesinfo.org - Rd 3 Km44.6 Bldg 81A Marginal - Bo. Quebrada Fajardo - Fajardo - PR - 00738-0865 - PO Box 865 - - Fajardo - PR - 00738-0865 - Rd 3 Km44.6 Bldg 81A Marginal - Bo. Quebrada Fajardo - Fajardo - PR - 00738-0865 - Mrs. - F209704 - L209704 - - President of Goverment Body - 209704@hsesinfo.org - Mr. - F209705 - L209705 - - Mayor - 209705@hsesinfo.org - Mrs. - F209707 - L209707 - - 209707@hsesinfo.org - Mrs. - F209703 - L209703 - - 209703@hsesinfo.org - 555-555-9703 - - - 4838 - 1410 - 8741 - 200 - 2014 - 2014-05-01 - 2019-04-30 - EHS - Inactive - Blue Valley Community Action, Inc - http://www.bvca.net - 1410@hsesinfo.org - 620 5th St - - Fairbury - NE - 68352-2624 - 620 5th St - - Fairbury - NE - 68352-2624 - 620 5th St - - Fairbury - NE - 68352-2624 - Mr. - F47257 - L47257 - - Board President - 47257@hsesinfo.org - Ms. - F47259 - L47259 - - CEO - 47259@hsesinfo.org - Mr. - F47260 - L47260 - - 47260@hsesinfo.org - Mrs. - F47255 - L47255 - - 47255@hsesinfo.org - 555-555-7255 - - - 9746 - 851 - 11885 - 000 - 2014 - 2019-07-01 - - HS - Active - Las Cruces School District #2 - http://lcps.net - 851@hsesinfo.org - 505 S Main St - 755 E. Chestnut Ave. - Las Cruces - NM - 88001-1243 - 505 S Main St - 755 E. Chestnut Ave. - Las Cruces - NM - 88001-1243 - 505 S Main St - 755 E. Chestnut Ave. - Las Cruces - NM - 88001-1243 - Mrs. - F216630 - L216630 - - School Board President - 216630@hsesinfo.org - Dr. - F216631 - L216631 - - Superintendent - 216631@hsesinfo.org - Mr. - F216633 - L216633 - - 216633@hsesinfo.org - Dr. - F216629 - L216629 - - 216629@hsesinfo.org - 555-555-6629 - - - 5223 - 5229 - 8828 - 200 - 2014 - 2014-07-01 - 2019-03-31 - Migrant EHS - Inactive - United Migrant Opportunity Services, Inc. - - 5229@hsesinfo.org - 2701 S. Chase Ave., P.O. Box 04129 - - MILWAUKEE - WI - 53204 - - - - - - - - - - - Ms. - F52410 - L52410 - - Board Chair - 52410@hsesinfo.org - Mr. - F52411 - L52411 - - CEO/President - 52411@hsesinfo.org - Mr. - F52413 - L52413 - - 52413@hsesinfo.org - Ms. - F52409 - L52409 - - 52409@hsesinfo.org - 555-555-2409 - - - 466 - 971 - 288 - 000 - 1992 - 2013-07-05 - 2018-07-31 - HS - Inactive - Community Action Partnership of Lancaster County - http://www.caplanc.org - 971@hsesinfo.org - 601 South Queen Street - - Lancaster - PA - 17603 - 601 South Queen Street - P.O. Box 599 - Lancaster - PA - 17608-0599 - 601 S Queen St - - Lancaster - PA - 17603-5621 - Mr. - F37131 - L37131 - - CAP Board Chairperson - 37131@hsesinfo.org - Mr. - F37130 - L37130 - - Chief Executive Officer - 37130@hsesinfo.org - Ms. - F37134 - L37134 - - 37134@hsesinfo.org - Mrs. - F37129 - L37129 - - 37129@hsesinfo.org - 555-555-7129 - - - 10744 - 9088 - 11579 - 200 - 2020 - 2020-01-01 - - EHS - Active - United_Academy,Inc - - 9088@hsesinfo.org - 722 Wythe Avenue - - Brooklyn - NY - 11249-7532 - 722 Wythe Avenue - - Brooklyn - NY - 11249-7532 - 722 Wythe Avenue - - Brooklyn - NY - 11249-7532 - Mr. - F223539 - L223539 - - - 223539@hsesinfo.org - Mr. - F223537 - L223537 - - - 223537@hsesinfo.org - Mrs. - F223540 - L223540 - - 223540@hsesinfo.org - Mr. - F223536 - L223536 - - 223536@hsesinfo.org - 555-555-3536 x 5555 - - - 8539 - 8419 - 10947 - 200 - 2017 - 2017-03-01 - - EHS - Active - Bright Beginnings Inc - www.bbidc.org - 8419@hsesinfo.org - 3418 4th St - - Washington - DC - 20032 - 3418 4th St - - Washington - DC - 20032 - 3418 4th St - - Washington - DC - 20032 - Mrs. - F208501 - L208501 - - Board President - 208501@hsesinfo.org - Dr. - F208502 - L208502 - - Executive Director - 208502@hsesinfo.org - Ms. - F208504 - L208504 - - 208504@hsesinfo.org - Ms. - F208500 - L208500 - - 208500@hsesinfo.org - 555-555-8500 - - - 9038 - 1067 - 11375 - 000 - 2013 - 2018-09-01 - - HS - Active - HIT, Inc. - http://www.hitinc.org - 1067@hsesinfo.org - HIT, Inc. - 1007 18th Street NW - Mandan - ND - 58554-1639 - HIT, Inc. - 1007 18th Street NW - Mandan - ND - 58554-1639 - HIT, Inc. - 1007 18th Street NW - Mandan - ND - 58554-1639 - Ms. - F211802 - L211802 - - Board Chairperson - 211802@hsesinfo.org - Mr. - F211803 - L211803 - - CEO - 211803@hsesinfo.org - Mrs. - F211805 - L211805 - - 211805@hsesinfo.org - Ms. - F211801 - L211801 - - 211801@hsesinfo.org - - - - 11437 - 9355 - 13277 - 200 - 2020 - 2020-07-01 - - EHS - Active - Lutheran Social Services of the South, Inc. dba Upbring - www.upbring.org - 9355@hsesinfo.org - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - Mr. - F228099 - L228099 - - - 228099@hsesinfo.org - Dr. - F228100 - L228100 - - VP of Education - 228100@hsesinfo.org - Mrs. - F228102 - L228102 - - 228102@hsesinfo.org - Mr. - F228098 - L228098 - - 228098@hsesinfo.org - 555-555-8098 - - - 5403 - 2496 - 9153 - 200 - 2014 - 2014-09-01 - 2020-08-31 - EHS - Inactive - Community Action of Southeast Iowa - caofseia.org - 2496@hsesinfo.org - 2850 Mt. Pleasant Street, Suite 108 - - Burlington - IA - 52601-2002 - 2850 Mt. Pleasant Street, Suite 108 - - Burlington - IA - 52601-2002 - 2850 Mt. Pleasant Street, Suite 108 - - Burlington - IA - 52601-2002 - Ms. - F96795 - L96795 - - Board President - 96795@hsesinfo.org - Ms. - F96794 - L96794 - - Executive Director - 96794@hsesinfo.org - Mr. - F96791 - L96791 - - 96791@hsesinfo.org - Mr. - F96790 - L96790 - - 96790@hsesinfo.org - 555-555-6790 - - - 6988 - 1937 - 10451 - 000 - 1991 - 2016-01-01 - - HS - Active - Human Services, Inc. - www.hsi-indiana.com - 1937@hsesinfo.org - 4355 E 600 N - - Columbus - IN - 47203-9229 - PO Box 119 - - Clifford - IN - 47226-0119 - 4355 E 600 N - - Columbus - IN - 47203-9229 - Mrs. - F204582 - L204582 - - President, Board of Directors - 204582@hsesinfo.org - Mrs. - F204583 - L204583 - - Executive Director - 204583@hsesinfo.org - Ms. - F204585 - L204585 - - 204585@hsesinfo.org - Mrs. - F204581 - L204581 - - 204581@hsesinfo.org - 555-555-4581 - - - 10531 - 2337 - 12520 - 000 - 2014 - 2019-09-01 - - HS - Active - LIVINGSTON WYOMING CHAPTER NY ST AREA REHAB CENTER - http://www.lwarc.org - 2337@hsesinfo.org - 5871 Groveland Station Rd - - Mount Morris - NY - 14510-9767 - 5871 Groveland Station Rd - - Mount Morris - NY - 14510-9767 - 18 Main St - - Mount Morris - NY - 14510-1036 - Mrs. - F222056 - L222056 - - President, Board of Directors - 222056@hsesinfo.org - Mr. - F222057 - L222057 - - Executive Director - 222057@hsesinfo.org - Ms. - F222059 - L222059 - - 222059@hsesinfo.org - Mrs. - F222055 - L222055 - - 222055@hsesinfo.org - 555-555-2055 x 5555 - - - 6762 - 1508 - 10197 - 200 - 2003 - 2015-08-01 - - AIAN EHS - Active - The Suquamish Tribe - http://www.suquamish.nsn.us/Departments/ELC.aspx - 1508@hsesinfo.org - 5283 NE Totten Rd - - Poulsbo - WA - 98370-7852 - PO BOX 498 - - Suquamish - WA - 98392-0498 - 5283 NE Totten Rd - - Poulsbo - WA - 98370-7852 - Hon. - F203005 - L203005 - - Chairman - 203005@hsesinfo.org - Mr. - F203006 - L203006 - - Executive Director - 203006@hsesinfo.org - Mrs. - F203008 - L203008 - - 203008@hsesinfo.org - Mr. - F203004 - L203004 - - 203004@hsesinfo.org - 555-555-3004 - - - 8160 - 662 - 10595 - 000 - 1992 - 2016-07-01 - - HS - Active - Branch ISD Head Start - www.branch-isd.org - 662@hsesinfo.org - 370 Morse Street - - Coldwater - MI - 49036-1480 - 370 Morse Street - - Coldwater - MI - 49036-1480 - 370 Morse Street - - Coldwater - MI - 49036-1480 - Mr. - F206235 - L206235 - - Board Chair - 206235@hsesinfo.org - Mrs. - F206236 - L206236 - - Superintendent - 206236@hsesinfo.org - Ms. - F206238 - L206238 - - 206238@hsesinfo.org - Ms. - F206234 - L206234 - - 206234@hsesinfo.org - 555-555-6234 - - - 10532 - 1567 - 12528 - 200 - 2000 - 2019-09-30 - - EHS - Active - MARYLAND FAMILY NETWORK, INC. - http://www.marylandfamilynetwork.org - 1567@hsesinfo.org - 1001 Eastern Avenue - 2nd floor - Baltimore - MD - 21202-4325 - 1001 Eastern Avenue - 2nd floor - Baltimore - MD - 21202-4325 - 1001 Eastern Avenue - 2nd floor - Baltimore - MD - 21202-4325 - Mr. - F222063 - L222063 - - Board Chairperson - 222063@hsesinfo.org - Ms. - F222064 - L222064 - - Executive Director - 222064@hsesinfo.org - Ms. - F222066 - L222066 - - 222066@hsesinfo.org - Ms. - F222062 - L222062 - - 222062@hsesinfo.org - 555-555-2062 x 5555 - - - 10533 - 3447 - 12529 - 201 - 2014 - 2019-09-30 - - EHS - Active - Kennedy Krieger Institute - http://www.familycenter.kennedykrieger.org - 3447@hsesinfo.org - 100 N Chester St - - Baltimore - MD - 21231-1627 - 100 N Chester St - - Baltimore - MD - 21231-1627 - 100 N Chester St - - Baltimore - MD - 21231-1627 - Mr. - F222070 - L222070 - MBA - - 222070@hsesinfo.org - Dr. - F222071 - L222071 - PhD - - 222071@hsesinfo.org - Ms. - F222073 - L222073 - - 222073@hsesinfo.org - Ms. - F222069 - L222069 - - 222069@hsesinfo.org - 555-555-2069 - - - 8834 - 8655 - 11204 - 204 - 2018 - 2018-01-01 - - EHS - Active - American Indian Health and Family Services - aihfs.org - 8655@hsesinfo.org - 4880 Lawndale St. - - Detroit - MI - 48210-2010 - 4880 Lawndale St. - - Detroit - MI - 48210-2010 - 4880 Lawndale St - - Detroit - MI - 48210-2010 - - F211883 - L211883 - - - 211883@hsesinfo.org - - F211884 - L211884 - - - 211884@hsesinfo.org - - F211886 - L211886 - - 211886@hsesinfo.org - - F210358 - L210358 - - 210358@hsesinfo.org - 555-555-0358 - - - 10534 - 3448 - 12530 - 202 - 2014 - 2019-09-30 - - EHS - Active - Caroline County Public Schools - www.carolinecountyearlyheadstart.com - 3448@hsesinfo.org - Caroline County Family Support Center - 100 North 6th Street - Denton - MD - 21629-1110 - Caroline County Family Support Center - 100 North 6th Street - Denton - MD - 21629-1110 - Caroline County Family Support Center - 100 North 6th Street - Denton - MD - 21629-1110 - Ms. - F222077 - L222077 - - Board President - 222077@hsesinfo.org - Dr. - F222078 - L222078 - - Superintendent of Schools - 222078@hsesinfo.org - Ms. - F222080 - L222080 - - 222080@hsesinfo.org - Ms. - F222076 - L222076 - - 222076@hsesinfo.org - 555-555-2076 - - - 10535 - 3449 - 12531 - 203 - 2014 - 2019-09-30 - - EHS - Active - Anne Arundel Community Action Agency - www.aaceoc.com - 3449@hsesinfo.org - 6243 Shady Side Road - - Shady Side - MD - 20764-9689 - PO Box 158 - 6243 Shady Side Rd - Shady Side - MD - 20764 - 6243 Shady Side Road - - Shady Side - MD - 20764-9689 - Ms. - F222084 - L222084 - - Board President - 222084@hsesinfo.org - Dr. - F222085 - L222085 - - - 222085@hsesinfo.org - Ms. - F222087 - L222087 - - 222087@hsesinfo.org - Mrs. - F222083 - L222083 - - 222083@hsesinfo.org - 555-555-2083 - - - 10017 - 2031 - 12056 - 000 - 2014 - 2019-07-01 - - HS - Active - Cleveland County School District - ccsdheadstart.org - 2031@hsesinfo.org - 700 Main St - - Rison - AR - 71665-9563 - PO Box 600 - - Rison - AR - 71665-0600 - 700 Main St - 100 2nd St - Rison - AR - 71665-9563 - Mr. - F218512 - L218512 - - School Board President - 218512@hsesinfo.org - Mr. - F218513 - L218513 - - Superintendent - 218513@hsesinfo.org - Mrs. - F218515 - L218515 - - 218515@hsesinfo.org - Mrs. - F218511 - L218511 - - 218511@hsesinfo.org - 555-555-8511 - - - 4710 - 3933 - 8692 - 038 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Mid-Bronx CCRP Head Start - midbronx.org - 3933@hsesinfo.org - 1125 Grand Concourse - - Bronx - NY - 10452-9001 - 1125 Grand Concourse - - Bronx - NY - 10452-9001 - 1125 Grand Concourse - - Bronx - NY - 10452-9001 - Mrs. - F45720 - L45720 - - - 45720@hsesinfo.org - Mrs. - F45718 - L45718 - - - 45718@hsesinfo.org - Ms. - F45719 - L45719 - - 45719@hsesinfo.org - Ms. - F45716 - L45716 - - 45716@hsesinfo.org - 555-555-5716 x 5555 - - - 4462 - 2062 - 8391 - 000 - 2013 - 2013-11-01 - 2019-06-30 - HS - Inactive - Educational Opportunities for Children and Families - http://www.eocfwa.org - 2062@hsesinfo.org - 17800 SE Mill Plain Blvd. Ste 150 - - Vancouver - WA - 98683-7588 - 17800 SE Mill Plain Blvd. Ste 150 - - Vancouver - WA - 98683-7588 - 17800 SE Mill Plain Blvd. Ste 150 - - Vancouver - WA - 98683-7588 - Ms. - F41631 - L41631 - - Board Chair - 41631@hsesinfo.org - Ms. - F41632 - L41632 - - Executive Director - 41632@hsesinfo.org - Ms. - F41634 - L41634 - - 41634@hsesinfo.org - Ms. - F41629 - L41629 - - 41629@hsesinfo.org - 555-555-1629 - - - 8775 - 8628 - 8748 - 200 - 2018 - 2018-04-01 - 2019-03-31 - EHS - Inactive - Kai Ming, Inc. - www.kaiming.org - 8628@hsesinfo.org - 900 Kearny Street, #600 - - San Francisco - CA - 94133 - 900 Kearny Street, #600 - - San Francisco - CA - 94133 - 900 Kearny Street, #600 - - San Francisco - CA - 94133 - Ms. - F209890 - L209890 - - Board Chairperson - 209890@hsesinfo.org - Mr. - F209891 - L209891 - - Executive Director - 209891@hsesinfo.org - - F209893 - L209893 - - 209893@hsesinfo.org - Ms. - F209889 - L209889 - - 209889@hsesinfo.org - 555-555-9889 x 5555 - - - 8550 - 8430 - 10957 - 200 - 2017 - 2017-03-01 - - EHS - Active - Early Learning Neighborhood Collaborative - www.elncgr.org - 8430@hsesinfo.org - 908 Bridge St NW - - Grand Rapids - MI - 49504-5538 - 908 Bridge St NW - - Grand Rapids - MI - 49504-5538 - 908 Bridge St NW - - Grand Rapids - MI - 49504-5538 - Ms. - F208578 - L208578 - - - 208578@hsesinfo.org - Dr. - F208579 - L208579 - - CEO - 208579@hsesinfo.org - Ms. - F208581 - L208581 - - 208581@hsesinfo.org - Mr. - F208577 - L208577 - - 208577@hsesinfo.org - 555-555-8577 - - - 9220 - 2160 - 11503 - 200 - 2013 - 2018-12-01 - - EHS - Active - FAMILY STAR, INC. - http://www.familystar.net - 2160@hsesinfo.org - 2246 Federal Boulevard - - Denver - CO - 80211-4642 - 2246 Federal Boulevard - - Denver - CO - 80211-4642 - 2246 Federal Boulevard - - Denver - CO - 80211-4642 - Mr. - F213080 - L213080 - - Board of Director's Chairperson - 213080@hsesinfo.org - Ms. - F213081 - L213081 - - Executive Director - 213081@hsesinfo.org - Mrs. - F213083 - L213083 - - 213083@hsesinfo.org - Ms. - F213079 - L213079 - - 213079@hsesinfo.org - 555-555-3079 x 5555 - - - 4879 - 1991 - 8627 - 000 - 1992 - 2014-06-01 - 2019-06-30 - HS - Inactive - Kids Central, Inc. - http://www.kidscentralinc.com - 1991@hsesinfo.org - 5345 Esserville Road - - Norton - VA - 24273-0661 - PO Box 661 - - Norton - VA - 24273-0661 - 5345 Esserville Rd - - Norton - VA - 24273-4011 - Mr. - F48144 - L48144 - - Board Chair - 48144@hsesinfo.org - Mr. - F48141 - L48141 - - Executive Director - 48141@hsesinfo.org - Mrs. - F48142 - L48142 - - 48142@hsesinfo.org - Mr. - F48139 - L48139 - - 48139@hsesinfo.org - 555-555-8139 x 5555 - - - 10536 - 3453 - 12532 - 204 - 2014 - 2019-09-30 - - EHS - Active - SHORE UP!, Inc. - www.shoreup.org - 3453@hsesinfo.org - 824 Fairmount Ave - St. Clair Early Head Start - Cambridge - MD - 21613-2113 - 824 Fairmount Ave - St. Clair Early Head Start - Cambridge - MD - 21613-2113 - 824 Fairmount Ave - St. Clair Early Head Start - Cambridge - MD - 21613-2113 - Mr. - F222091 - L222091 - - Executive Director - 222091@hsesinfo.org - Mr. - F222092 - L222092 - - Executive Director - 222092@hsesinfo.org - Ms. - F222094 - L222094 - - 222094@hsesinfo.org - Ms. - F222090 - L222090 - - 222090@hsesinfo.org - 555-555-2090 - - - 5787 - 5793 - 9419 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - California Department of Education - www.cde.ca.gov - 5793@hsesinfo.org - 1430 N Street - - Sacramento - CA - 95814-5901 - 1430 N Street - - Sacramento - CA - 95814-5901 - 1430 N Street - - Sacramento - CA - 95814-5901 - Mr. - F103604 - L103604 - - State Superintendent - 103604@hsesinfo.org - Ms. - F103605 - L103605 - - Early Learning and Care Director - 103605@hsesinfo.org - Ms. - F103607 - L103607 - - 103607@hsesinfo.org - Ms. - F103603 - L103603 - - 103603@hsesinfo.org - 555-555-3603 - - - 8772 - 8625 - 11140 - 201 - 2017 - 2017-03-01 - - EHS - Active - Acelero Learning Clark County - alcc.acelero.net - 8625@hsesinfo.org - 4366 W Cheyenne Ave - - North Las Vegas - NV - 89032-2484 - 4366 W Cheyenne Ave - - North Las Vegas - NV - 89032-2484 - 4366 W Cheyenne Ave - - North Las Vegas - NV - 89032-2484 - Ms. - F209869 - L209869 - - Chair Person - 209869@hsesinfo.org - Mr. - F209870 - L209870 - - - 209870@hsesinfo.org - Ms. - F209872 - L209872 - - 209872@hsesinfo.org - Mr. - F209868 - L209868 - - 209868@hsesinfo.org - 555-555-9868 - - - 10537 - 3451 - 12533 - 205 - 2014 - 2019-09-30 - - EHS - Active - Talbot County Health Department - www.maryland.gov/talbotcounty - 3451@hsesinfo.org - 215 Bay Street, Suite 1 - - Easton - MD - 21601-2631 - 215 Bay Street, Suite 1 - - Easton - MD - 21601 - 215 Bay Street, Suite 1 - - Easton - MD - 21601 - Mr. - F222098 - L222098 - - Board Chair - 222098@hsesinfo.org - Dr. - F222099 - L222099 - - - 222099@hsesinfo.org - Mrs. - F222101 - L222101 - - 222101@hsesinfo.org - Ms. - F222097 - L222097 - - 222097@hsesinfo.org - 555-555-2097 - - - 4537 - 3245 - 8563 - 200 - 2013 - 2013-12-23 - 2018-12-31 - EHS - Inactive - SCHOHARIE COUNTY CHILD DEVELOPMENT COUNCIL, INC - www.sccdcny.org - 3245@hsesinfo.org - 114 Lark Street - - Cobleskill - NY - 12043 - 114 Lark Street - - Cobleskill - NY - 12043 - 114 Lark Street - - Cobleskill - NY - 12043 - Ms. - F43112 - L43112 - - Board of Directors President - 43112@hsesinfo.org - Ms. - F43110 - L43110 - - - 43110@hsesinfo.org - Ms. - F43109 - L43109 - - 43109@hsesinfo.org - Ms. - F43108 - L43108 - - 43108@hsesinfo.org - 555-555-3108 - - - 8373 - 1172 - 10721 - 000 - 1992 - 2016-09-01 - - AIAN HS - Active - Fairbanks Native Association Head Start - http://www.fairbanksnative.org - 1172@hsesinfo.org - 3830 S Cushman St - - Fairbanks - AK - 99701-7530 - 3830 S Cushman St - - Fairbanks - AK - 99701-7530 - 3830 S Cushman St - - Fairbanks - AK - 99701-7530 - Dr. - F207770 - L207770 - - Fairbanks Native Association Board of Director President - 207770@hsesinfo.org - Mr. - F207771 - L207771 - - Fairbanks Native Association Executive Director - 207771@hsesinfo.org - Mr. - F207773 - L207773 - - 207773@hsesinfo.org - Ms. - F207769 - L207769 - - 207769@hsesinfo.org - 555-555-7769 x 5555 - - - 4975 - 4981 - 8938 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - United Academy Inc - - 4981@hsesinfo.org - 722 Wythe Ave - - Brooklyn - NY - 11249-7532 - 722_Wythe_Avenue - - Brooklyn - NY - 11249-7532 - 722 Wythe Ave - - Brooklyn - NY - 11249-7532 - Mr. - F48978 - L48978 - - - 48978@hsesinfo.org - Mr. - F48979 - L48979 - - - 48979@hsesinfo.org - Mrs. - F48981 - L48981 - - 48981@hsesinfo.org - Mr. - F48977 - L48977 - - 48977@hsesinfo.org - 555-555-8977 x 5555 - - - 8534 - 8414 - 10941 - 200 - 2017 - 2017-03-01 - - EHS - Active - Gateway Community Services Organization, Inc. - http://www.gcscap.org - 8414@hsesinfo.org - 151 University Dr - - West Liberty - KY - 41472-2146 - PO Box 367 - - West Liberty - KY - 41472-0367 - 151 University Dr - - West Liberty - KY - 41472-2146 - Mr. - F208466 - L208466 - - - 208466@hsesinfo.org - Mrs. - F208467 - L208467 - - - 208467@hsesinfo.org - Mrs. - F208469 - L208469 - - 208469@hsesinfo.org - Mrs. - F208465 - L208465 - - 208465@hsesinfo.org - 555-555-8465 - - - 5395 - 1494 - 9166 - 000 - 2014 - 2014-09-01 - 2020-08-31 - HS - Inactive - REGION VII EDUCATION SERVICE CENTER - http://www.esc7.net - 1494@hsesinfo.org - 1909 N Longview St - - Kilgore - TX - 75662-6827 - 1909 N Longview St - - Kilgore - TX - 75662-6827 - 1909 N Longview St - - Kilgore - TX - 75662-6827 - Mr. - F96742 - L96742 - - Chairman - 96742@hsesinfo.org - Mrs. - F96746 - L96746 - - Executive Director - 96746@hsesinfo.org - Mrs. - F96744 - L96744 - - 96744@hsesinfo.org - Mrs. - F96741 - L96741 - - 96741@hsesinfo.org - 555-555-6741 - - - 6604 - 751 - 10080 - 000 - 1992 - 2015-07-01 - 2020-06-30 - HS - Inactive - Morehouse Community Improvement Organization, Inc. - 1765 West Madison Avenue - 751@hsesinfo.org - 1765 W Madison Ave - - Bastrop - LA - 71220-4256 - 1765 W Madison Ave - - Bastrop - LA - 71220-4256 - 1765 W Madison Ave - - Bastrop - LA - 71220-4256 - Mr. - F201898 - L201898 - - - 201898@hsesinfo.org - Ms. - F201899 - L201899 - - - 201899@hsesinfo.org - Mr. - F201901 - L201901 - - 201901@hsesinfo.org - Ms. - F201897 - L201897 - - 201897@hsesinfo.org - 555-555-1897 - - - 4501 - 1314 - 8536 - 200 - 2013 - 2013-11-29 - 2018-11-30 - EHS - Inactive - LITTLE DIXIE COMMUNITY ACTION AGENCY, INC - http://www.littledixie.org - 1314@hsesinfo.org - 104 N E Street - - Hugo - OK - 74743 - 209 North 4th Street - - Hugo - OK - 74743-3809 - 209 North 4th Street - - Hugo - OK - 74743-3809 - Mr. - F42403 - L42403 - - Governing Board Chairman - 42403@hsesinfo.org - Mrs. - F42404 - L42404 - - Executive Director Little Dixie CAA, Inc. - 42404@hsesinfo.org - Ms. - F42400 - L42400 - - 42400@hsesinfo.org - Ms. - F42399 - L42399 - - 42399@hsesinfo.org - 555-555-2399 - - - 10471 - 6909 - 12474 - 202 - - 2019-09-01 - - EHS - Active - United Planning Organization - www.upo.org - 6909@hsesinfo.org - 301 Rhode Island Avenue, NW - - Washington - DC - 20001-1826 - 301 Rhode Island Avenue, NW - - Washington - DC - 20001-1826 - 301 Rhode Island Avenue, NW - - Washington - DC - 20001-1826 - Mr. - F221638 - L221638 - - Board Chair - 221638@hsesinfo.org - Mr. - F221639 - L221639 - - President and CEO - 221639@hsesinfo.org - - F221641 - L221641 - - 221641@hsesinfo.org - Ms. - F221637 - L221637 - - 221637@hsesinfo.org - 555-555-1637 - - - 10472 - 6105 - 12468 - 200 - - 2019-09-01 - - EHS - Active - Lawrence County Social Services, Inc. - http://www.lccap.org - 6105@hsesinfo.org - 241 W Grant St - - New Castle - PA - 16101-2212 - 241 W Grant Street - PO Box 189 - New Castle - PA - 16103-0189 - 241 W Grant St - - New Castle - PA - 16101-2212 - Mr. - F221645 - L221645 - - - 221645@hsesinfo.org - Mr. - F221646 - L221646 - - Chief Executive Officer - 221646@hsesinfo.org - Mrs. - F221648 - L221648 - - 221648@hsesinfo.org - Ms. - F221644 - L221644 - - 221644@hsesinfo.org - 555-555-1644 x 5555 - - - 7008 - 1367 - 10471 - 000 - 1989 - 2015-12-01 - - HS - Active - Greater East Texas Community Action Program - http://www.headstart-getcap.org - 1367@hsesinfo.org - 1902 Old Tyler Rd - - Nacogdoches - TX - 75964-3246 - PO Box 631938 - - Nacogdoches - TX - 75963-1938 - 1902 Old Tyler Rd - - Nacogdoches - TX - 75964-3246 - Mr. - F204722 - L204722 - - Board Chair - 204722@hsesinfo.org - Mrs. - F204723 - L204723 - - Executive Director - 204723@hsesinfo.org - Mr. - F204725 - L204725 - - 204725@hsesinfo.org - Mr. - F204721 - L204721 - - 204721@hsesinfo.org - 555-555-4721 - - - 7009 - 1368 - 10471 - 200 - 2003 - 2015-12-01 - - EHS - Active - Greater East Texas Community Action Program - http://www.headstart-getcap.org - 1368@hsesinfo.org - 1716 South St - - Nacogdoches - TX - 75964-6149 - PO BOX 631938 - - Nacogdoches - TX - 75963-1938 - 1716 South St - - Nacogdoches - TX - 75964-6149 - Mr. - F204729 - L204729 - - Board Chair - 204729@hsesinfo.org - Mrs. - F204730 - L204730 - - Executive Director - 204730@hsesinfo.org - Mr. - F204732 - L204732 - - 204732@hsesinfo.org - Mr. - F204728 - L204728 - - 204728@hsesinfo.org - 555-555-4728 - - - 10745 - 9089 - 11575 - 200 - 2020 - 2020-01-01 - - EHS - Active - UNITED ACADEMY HEAD START - None - 9089@hsesinfo.org - 722 Wythe Ave - - Brooklyn - NY - 11249-7532 - 722 Wythe Ave - - Brooklyn - NY - 11249-7532 - 722 Wythe Ave - - Brooklyn - NY - 11249-7532 - Mr. - F223545 - L223545 - - Chairman - 223545@hsesinfo.org - Mr. - F223543 - L223543 - - - 223543@hsesinfo.org - Mrs. - F223546 - L223546 - - 223546@hsesinfo.org - Mr. - F223542 - L223542 - - 223542@hsesinfo.org - 555-555-3542 x 5555 - - - 10538 - 8442 - 12534 - 206 - 2017 - 2019-09-30 - - EHS - Active - Maryland Rural Development Corporation - http://www.mrdc.net - 8442@hsesinfo.org - 200 Road B - - Elkton - MD - 21921-6695 - PO Box 4848 - - Annapolis - MD - 21403-6848 - 428 4th St - Ste 6 - Annapolis - MD - 21403-2560 - Mr. - F222105 - L222105 - - Chair Board of Director - 222105@hsesinfo.org - Mr. - F222106 - L222106 - - Executive Director - 222106@hsesinfo.org - Mrs. - F222108 - L222108 - - 222108@hsesinfo.org - Mrs. - F222104 - L222104 - - 222104@hsesinfo.org - 555-555-2104 - - - 7011 - 1123 - 10474 - 000 - 1991 - 2016-01-01 - - HS - Active - Okanogan County Child Development Association - occda.net - 1123@hsesinfo.org - 127 N Juniper St - - Omak - WA - 98841-9337 - 127 N Juniper St - - Omak - WA - 98841-9337 - 127 N Juniper St - - Omak - WA - 98841-9337 - Mrs. - F204743 - L204743 - - Board Chair - 204743@hsesinfo.org - Ms. - F204744 - L204744 - - Executive Director - 204744@hsesinfo.org - Ms. - F204746 - L204746 - - 204746@hsesinfo.org - Ms. - F204742 - L204742 - - 204742@hsesinfo.org - 555-555-4742 - - - 10539 - 595 - 12523 - 000 - 1992 - 2019-09-01 - - HS - Active - BOLIVAR COUNTY COMMUNITY ACTION PROGRAM, INC - www.bccaainc.org - 595@hsesinfo.org - 810 East Sunflower Road, Suite 120 - Eastgate Center - Cleveland - MS - 38732-2800 - 810 East Sunflower Road, Suite 120 - Eastgate Center - Cleveland - MS - 38732-2800 - 810 East Sunflower Road, Suite 120 - Eastgate Center - Cleveland - MS - 38732-2800 - Dr. - F222112 - L222112 - - Board Chairperson - 222112@hsesinfo.org - Mrs. - F222113 - L222113 - - - 222113@hsesinfo.org - Mrs. - F222115 - L222115 - - 222115@hsesinfo.org - Mrs. - F222111 - L222111 - - 222111@hsesinfo.org - 555-555-2111 x 5555 - - - 10540 - 2944 - 12523 - 200 - 2014 - 2019-09-01 - - EHS - Active - BOLIVAR COUNTY COMMUNITY ACTION PROGRAM, INC - www.bccaainc.org - 2944@hsesinfo.org - 810 East Sunflower Road - Eastgate Center - Suite 120 - CLEVELAND - MS - 38732 - 810 East Sunflower Road - Eastgate Center - Suite 120 - CLEVELAND - MS - 38732 - 810 East Sunflower Road - Eastgate Center - Suite 120 - CLEVELAND - MS - 38732 - Dr. - F222119 - L222119 - - Board Chairperson - 222119@hsesinfo.org - Mrs. - F222120 - L222120 - - - 222120@hsesinfo.org - Mrs. - F222122 - L222122 - - 222122@hsesinfo.org - Mrs. - F222118 - L222118 - - 222118@hsesinfo.org - 555-555-2118 x 5555 - - - 10658 - 398 - 12669 - 000 - 1992 - 2019-10-01 - - HS - Active - Hillsborough County Head Start - http://www.hillsboroughcounty.org/headstart/ - 398@hsesinfo.org - 3402 N 22nd St - - Tampa - FL - 33605-1214 - 3402 N 22nd St - - Tampa - FL - 33605-1214 - 3402 N 22nd St - - Tampa - FL - 33605-1214 - Mr. - F222952 - L222952 - Jr. - Chairman, Hillsborough County Board of County Commissioners - 222952@hsesinfo.org - Mr. - F222953 - L222953 - - Chief, Human Services Administrator - 222953@hsesinfo.org - Mr. - F222955 - L222955 - - 222955@hsesinfo.org - Dr. - F222951 - L222951 - - 222951@hsesinfo.org - 555-555-2951 x 5555 - - - 10659 - 3559 - 12671 - 001 - 2014 - 2019-10-01 - - HS - Active - Hillsborough County Public Schools - http://www.sdhc.k12.fl.us - 3559@hsesinfo.org - 4350 East Ellicott Street - - Tampa - FL - 33610 - 4350 East Ellicott - - Tampa - FL - 33610 - 4350 East Ellicott - - Tampa - FL - 33610 - Mr. - F222959 - L222959 - - Acting Superintendent - 222959@hsesinfo.org - Ms. - F222960 - L222960 - - Director Early Childhood & HOST Programs - 222960@hsesinfo.org - Ms. - F222962 - L222962 - - 222962@hsesinfo.org - Mrs. - F222958 - L222958 - - 222958@hsesinfo.org - 555-555-2958 x 5555 - - - 10660 - 397 - 12669 - 200 - 2014 - 2019-10-01 - - EHS - Active - HILLSBOROUGH COUNTY BOARD OF COUNTY COMMISSIONERS - http://www.hillsboroughcounty.org/headstart/ - 397@hsesinfo.org - 3402 N 22nd St - - Tampa - FL - 33605-1214 - 3402 N 22nd St - - Tampa - FL - 33605-1214 - 3402 N 22nd St - - Tampa - FL - 33605-1214 - Mr. - F222966 - L222966 - Jr. - Chairman, Hillsborough County Board of County Commissioners - 222966@hsesinfo.org - Mr. - F222967 - L222967 - - Chief, Human Services Administrator - 222967@hsesinfo.org - Mr. - F222969 - L222969 - - 222969@hsesinfo.org - Dr. - F222965 - L222965 - - 222965@hsesinfo.org - 555-555-2965 x 5555 - - - 10661 - 3560 - 12672 - 202 - 2014 - 2019-10-01 - - EHS - Active - Tampa Metropolitan Area YMCA - www.tampaymca.org - 3560@hsesinfo.org - 110 East Oak Avenue - - TAMPA - FL - 33602 - 110 East Oak Avenue - - Tamp - FL - 33602 - 110 East Oak Avenue - - Tampa - FL - 33602 - Mr. - F222973 - L222973 - - Goverance Board Chair - 222973@hsesinfo.org - Mrs. - F222974 - L222974 - - - 222974@hsesinfo.org - Mr. - F222976 - L222976 - - 222976@hsesinfo.org - Mrs. - F222972 - L222972 - - 222972@hsesinfo.org - 555-555-2972 x 5555 - - - 10662 - 3561 - 12673 - 203 - 2014 - 2019-10-01 - - EHS - Active - Lutheran Services of Florida - www.lsfnet.org - 3561@hsesinfo.org - 3627A West Waters Avenue - - TAMPA - FL - 33614 - 3627A West Waters Avenue - - TAMPA - FL - 33614 - 3627A West Waters Avenue - - TAMPA - FL - 33614 - Mr. - F222980 - L222980 - - Board Chair - 222980@hsesinfo.org - Capt. - F222981 - L222981 - - Executive Vice President - 222981@hsesinfo.org - - F222983 - L222983 - - 222983@hsesinfo.org - Dr. - F222979 - L222979 - - 222979@hsesinfo.org - 555-555-2979 - - - 10664 - 6652 - 12670 - 200 - - 2019-11-01 - - EHS - Active - Northeast Nebraska Community Action Partnership, Inc - - 6652@hsesinfo.org - 603 Earl St - - Pender - NE - 68047-5030 - P. O. Box 667 - - Pender - NE - 68047 - 603 Earl St - - Pender - NE - 68047-5030 - Mr. - F222994 - L222994 - - Board Chairperson - 222994@hsesinfo.org - Ms. - F222995 - L222995 - - Interim Executive Director - 222995@hsesinfo.org - Mr. - F222997 - L222997 - - 222997@hsesinfo.org - Mrs. - F222993 - L222993 - - 222993@hsesinfo.org - 555-555-2993 x 5555 - - - 10786 - 2165 - 12754 - 200 - 2014 - 2019-12-01 - - EHS - Active - Bayamon Municipality Head Start Program - www.municipiodebayamon.com - 2165@hsesinfo.org - 19 Calle Maceo - - Bayamon - PR - 00961-6339 - P.O. Box 1588 - - Bayamon - PR - 00960-1588 - 19 Calle Maceo - - Bayamon - PR - 00961-6339 - Hon. - F223803 - L223803 - - Board Of Director's President - 223803@hsesinfo.org - Mrs. - F223804 - L223804 - - Executive Director - 223804@hsesinfo.org - Mrs. - F223806 - L223806 - - 223806@hsesinfo.org - Mrs. - F223802 - L223802 - - 223802@hsesinfo.org - 555-555-3802 - - - 4792 - 1245 - 8642 - 000 - 2014 - 2014-04-01 - 2019-03-31 - HS - Inactive - LEADS, Inc. - http://www.leadscaa.org - 1245@hsesinfo.org - 159 Wilson Street - - Newark - OH - 43055-4921 - 159 Wilson St - - Newark - OH - 43055-4921 - 159 Wilson St - - Newark - OH - 43055-4921 - Ms. - F46617 - L46617 - - Chairperson - 46617@hsesinfo.org - Mr. - F46620 - L46620 - - LEADS CEO - 46620@hsesinfo.org - Mrs. - F46619 - L46619 - - 46619@hsesinfo.org - Ms. - F46615 - L46615 - - 46615@hsesinfo.org - 555-555-6615 - - - 10735 - 6193 - 12731 - 200 - - 2019-11-01 - - Migrant EHS - Active - East Coast Migrant Head Start Project - http://www.ecmhsp.org - 6193@hsesinfo.org - 600 N Broadway Ave - Ste 203 - Bartow - FL - 33830-3807 - 600 N Broadway Ave - Ste 203 - Bartow - FL - 33830-3807 - 600 N Broadway Ave - Ste 203 - Bartow - FL - 33830-3807 - Dr. - F223481 - L223481 - - President, ECMHSP Board of Directors - 223481@hsesinfo.org - Ms. - F223482 - L223482 - - Chief Executive Officer - 223482@hsesinfo.org - Ms. - F223484 - L223484 - - 223484@hsesinfo.org - Mr. - F223480 - L223480 - - 223480@hsesinfo.org - 555-555-3480 x 5555 - - - 4793 - 2805 - 8642 - 200 - 2014 - 2014-04-01 - 2019-03-31 - EHS - Inactive - LEADS, INC.. - www.leadscaa.org - 2805@hsesinfo.org - 159 Wilson Street - - Newark - OH - 43055 - 159 Wilson Street - - Newark - OH - 43055 - 159 Wilson Street - - Newark - OH - 43055 - Ms. - F46627 - L46627 - - Board Chairperson - 46627@hsesinfo.org - Mr. - F46625 - L46625 - - - 46625@hsesinfo.org - Mrs. - F46624 - L46624 - - 46624@hsesinfo.org - Ms. - F46623 - L46623 - - 46623@hsesinfo.org - 555-555-6623 - - - 9783 - 4921 - 11914 - 000 - 2014 - 2019-07-01 - - HS - Active - Kansas City, Kansas Public Schools, USD #500 - http://kckps.cloudaccess.net/departments/preschool-department/successful-beginnings-wyandotte-county - 4921@hsesinfo.org - 2010 N. 59th Street - - Kansas City - KS - 66104-2800 - 2010 N. 59th Street - - Kansas City - KS - 66104-2800 - 2010 N. 59th Street - - Kansas City - KS - 66104-2800 - Mrs. - F216891 - L216891 - - Board of Education President - 216891@hsesinfo.org - Dr. - F216892 - L216892 - - Superintendent - 216892@hsesinfo.org - Ms. - F216894 - L216894 - - 216894@hsesinfo.org - Dr. - F216890 - L216890 - - 216890@hsesinfo.org - 555-555-6890 - - - 9136 - 8726 - 11443 - 001 - 2018 - 2018-11-01 - 2020-10-31 - HS - Inactive - Acelero Learning Clark County - alcc.acelero.net - 8726@hsesinfo.org - 4366 W Cheyenne Ave - - North Las Vegas - NV - 89032-2484 - 4366 W Cheyenne Ave - - North Las Vegas - NV - 89032-2484 - 4366 W Cheyenne Ave - - North Las Vegas - NV - 89032-2484 - Ms. - F212518 - L212518 - - Chair Person - 212518@hsesinfo.org - Mr. - F212519 - L212519 - - Chief Executive Officer - 212519@hsesinfo.org - Ms. - F212521 - L212521 - - 212521@hsesinfo.org - Mr. - F212517 - L212517 - - 212517@hsesinfo.org - 555-555-2517 - - - 4448 - 436 - 8494 - 000 - 2013 - 2013-11-01 - 2019-07-31 - HS - Inactive - Salisbury-Rowan Community Action Agency - www.srcaa.com - 436@hsesinfo.org - 1300 W Bank St - - Salisbury - NC - 28144-3910 - 1300 W Bank St - - Salisbury - NC - 28144-3910 - 1300 W Bank St - - Salisbury - NC - 28144-3910 - Mr. - F41541 - L41541 - - Board Chairman - 41541@hsesinfo.org - Mr. - F41542 - L41542 - - Executive Director - 41542@hsesinfo.org - Mr. - F41538 - L41538 - - 41538@hsesinfo.org - Mrs. - F41537 - L41537 - - 41537@hsesinfo.org - 555-555-1537 - - - 6790 - 1413 - 10305 - 200 - 2003 - 2015-09-01 - 2020-08-31 - EHS - Inactive - Ozarks Area Community Action Corporation - http://www.oac.ac - 1413@hsesinfo.org - 215 South Barnes Avenue - - Springfield - MO - 65802-2204 - 215 South Barnes Avenue - - Springfield - MO - 65802-2204 - 215 South Barnes Avenue - - Springfield - MO - 65802-2204 - Mr. - F203205 - L203205 - - Chairman - 203205@hsesinfo.org - Mr. - F203206 - L203206 - - Executive Director - 203206@hsesinfo.org - Ms. - F203208 - L203208 - - 203208@hsesinfo.org - Ms. - F203204 - L203204 - - 203204@hsesinfo.org - 555-555-3204 - - - 5559 - 2403 - 9260 - 000 - 2014 - 2014-11-01 - - AIAN HS - Active - OSAGE NATION - http://www.osagenation-nsn.gov/headstart - 2403@hsesinfo.org - 1421 Grandview Ave - - Pawhuska - OK - 74056-1842 - 627 Grandview Ave - P.O. Box 779 - Pawhuska - OK - 74056-4201 - 1421 Grandview Ave - - Pawhuska - OK - 74056-1842 - Mr. - F99681 - L99681 - - Principal Chief - 99681@hsesinfo.org - Mr. - F99682 - L99682 - - Director Tribal Operations - 99682@hsesinfo.org - Ms. - F99683 - L99683 - - 99683@hsesinfo.org - Mrs. - F99680 - L99680 - - 99680@hsesinfo.org - 555-555-9680 - - - 9373 - 4470 - 11612 - 002 - 2013 - 2019-02-01 - 2020-01-31 - HS - Inactive - Catholic Charities - ccdocle.org/headstart - 4470@hsesinfo.org - 7911 Detroit Ave - - Cleveland - OH - 44102-2815 - 7911 Detroit Ave - - Cleveland - OH - 44102-2815 - 7911 Detroit Ave - - Cleveland - OH - 44102-2815 - Ms. - F214144 - L214144 - - - 214144@hsesinfo.org - Mr. - F214145 - L214145 - - - 214145@hsesinfo.org - - F214147 - L214147 - - 214147@hsesinfo.org - Mrs. - F214143 - L214143 - - 214143@hsesinfo.org - 555-555-4143 - - - 10541 - 6082 - 12526 - 200 - - 2019-09-01 - - EHS - Active - Wayne Action Group for Economic Solvency, Inc. (WAGES) - http://www.wagesnc.org - 6082@hsesinfo.org - 601 Royall Avenue - - Goldsboro - NC - 27534-2570 - 601 Royall Avenue - - Goldsboro - NC - 27534-2570 - 601 Royall Avenue - - Goldsboro - NC - 27534-2570 - Mrs. - F222126 - L222126 - - WAGES Board President - 222126@hsesinfo.org - Mrs. - F222127 - L222127 - - Executive Director - 222127@hsesinfo.org - Mr. - F222129 - L222129 - - 222129@hsesinfo.org - Mrs. - F222125 - L222125 - - 222125@hsesinfo.org - 555-555-2125 - - - 9376 - 6805 - 11612 - 202 - - 2019-02-01 - 2020-01-31 - EHS - Inactive - Catholic Charities - ccdocle.org/headstart - 6805@hsesinfo.org - 7911 Detroit Ave - - Cleveland - OH - 44102-2815 - 7911 Detroit Ave - - Cleveland - OH - 44102-2815 - 7911 Detroit Ave - - Cleveland - OH - 44102-2815 - Ms. - F214165 - L214165 - - - 214165@hsesinfo.org - Mr. - F214166 - L214166 - - - 214166@hsesinfo.org - - F214168 - L214168 - - 214168@hsesinfo.org - Mrs. - F214164 - L214164 - - 214164@hsesinfo.org - 555-555-4164 - - - 5316 - 546 - 9149 - 000 - 2014 - 2014-08-01 - 2019-07-31 - HS - Inactive - SCHOOL BOARD OF MONROE COUNTY - http://www.keysschools.com - 546@hsesinfo.org - 241 Trumbo Rd - - Key West - FL - 33040-4709 - 241 Trumbo Rd - - Key West - FL - 33040-4709 - 241 Trumbo Rd - - Key West - FL - 33040-4709 - Mr. - F54115 - L54115 - - Board Chairperson - 54115@hsesinfo.org - Mrs. - F54113 - L54113 - - - 54113@hsesinfo.org - Mrs. - F54112 - L54112 - - 54112@hsesinfo.org - Ms. - F54111 - L54111 - - 54111@hsesinfo.org - 555-555-4111 x 5555 - - - 10542 - 2504 - 12524 - 200 - 2007 - 2019-09-01 - - EHS - Active - Centerstone Early Head Start - www.centerstone.org - 2504@hsesinfo.org - 902 W Main Street - - West Frankfort - IL - 62896 - 902 W Main Street - - West Frankfort - IL - 62896 - 902 W Main Street - - West Frankfort - IL - 62896 - Ms. - F222133 - L222133 - - Board Chair - 222133@hsesinfo.org - Mr. - F222134 - L222134 - - Chief Executive Officer - 222134@hsesinfo.org - Ms. - F222136 - L222136 - - 222136@hsesinfo.org - Ms. - F222132 - L222132 - - 222132@hsesinfo.org - 555-555-2132 - - - 9118 - 3786 - 11431 - 009 - 2013 - 2018-09-01 - - HS - Active - Moreno Valley Unified School District - www.mvusd.k12.ca.us - 3786@hsesinfo.org - 23990 Eucalyptus Avenue - - Moreno Valley - CA - 92553-5504 - 23990 Eucalyptus Avenue - - Moreno Valley - CA - 92553-5504 - 23990 Eucalyptus Avenue - - Moreno Valley - CA - 92553-5504 - Mrs. - F212416 - L212416 - - President - 212416@hsesinfo.org - Dr. - F212417 - L212417 - Ed.D. - Superintendent - 212417@hsesinfo.org - Ms. - F212419 - L212419 - - 212419@hsesinfo.org - Mrs. - F212415 - L212415 - - 212415@hsesinfo.org - 555-555-2415 x 5555 - - - 8634 - 3253 - 11025 - 200 - 2012 - 2017-06-01 - 2020-05-31 - EHS - Inactive - Children's Institute, Inc. - www.childrensinstitute.org - 3253@hsesinfo.org - 537 W Compton Blvd - - Compton - CA - 90220-3010 - 2121 W Temple St - - Los Angeles - CA - 90026-4915 - 2121 W Temple St - - Los Angeles - CA - 90026-4915 - Mr. - F208950 - L208950 - - - 208950@hsesinfo.org - Ms. - F208951 - L208951 - - - 208951@hsesinfo.org - Mrs. - F208953 - L208953 - - 208953@hsesinfo.org - Ms. - F208949 - L208949 - - 208949@hsesinfo.org - 555-555-8949 - - - 8161 - 2755 - 10595 - 200 - 2011 - 2016-07-01 - - EHS - Active - BRANCH INTERMEDIATE SCHOOL DISTRICT - www.branch-isd.org - 2755@hsesinfo.org - 370 Morse Street - - Coldwater - MI - 49036 - 370 Morse Street - - Coldwater - MI - 49036 - 370 Morse Street - - Coldwater - MI - 49036 - Mr. - F206242 - L206242 - - Board Chair - 206242@hsesinfo.org - Mrs. - F206243 - L206243 - - Superintendent - 206243@hsesinfo.org - Ms. - F206245 - L206245 - - 206245@hsesinfo.org - Ms. - F206241 - L206241 - - 206241@hsesinfo.org - 555-555-6241 - - - 10235 - 9025 - 12263 - 000 - 2019 - 2019-08-01 - - HS - Active - Mississippi Action for Progress, Inc. - http://www.mapheadstart.org - 9025@hsesinfo.org - 1751 Morson Rd - - Jackson - MS - 39209 - 1751 Morson Rd - - Jackson - MS - 39209 - 1751 Morson Rd - - Jackson - MS - 39209 - Mr. - F219989 - L219989 - - Governing Board Chairperson - 219989@hsesinfo.org - Dr. - F219990 - L219990 - - CEO/Head Start Director - 219990@hsesinfo.org - Ms. - F219992 - L219992 - - 219992@hsesinfo.org - Dr. - F219988 - L219988 - - 219988@hsesinfo.org - 555-555-9988 x 5555 - - - 11266 - 1793 - 13167 - 200 - 2002 - 2020-05-01 - - EHS - Active - Lutheran Social Services of the Virgin Islands, Inc. - www.lssvi.org - 1793@hsesinfo.org - 516B Hospital St - - Frederiksted - VI - 00840-3824 - PO Box 866 - - Frederiksted - VI - 00841 - 516B Hospital St - - Frederiksted - VI - 00840-3824 - Atty. - F226992 - L226992 - - Board President - 226992@hsesinfo.org - Mrs. - F226993 - L226993 - - - 226993@hsesinfo.org - Ms. - F226995 - L226995 - - 226995@hsesinfo.org - Mr. - F226991 - L226991 - - 226991@hsesinfo.org - 555-555-6991 x 5555 - - - 8951 - 1409 - 11299 - 000 - 2013 - 2018-08-01 - - HS - Active - OLATHE UNIFIED SCHOOL DISTRICT #233 - teachers.olatheschools.com/olatheheadstart - 1409@hsesinfo.org - Heartland Early Childhood Center - 1700 West Sheridan Street - Olathe - KS - 66061-4135 - Heartland Early Childhood Center - 1700 West Sheridan Street - Olathe - KS - 66061-4135 - Heartland Early Childhood Center - 1700 West Sheridan Street - Olathe - KS - 66061-4135 - Mr. - F211216 - L211216 - - Board President - 211216@hsesinfo.org - Ms. - F211217 - L211217 - - Assistant Director of Early Childhood - 211217@hsesinfo.org - - F211219 - L211219 - - 211219@hsesinfo.org - Mrs. - F211215 - L211215 - - 211215@hsesinfo.org - 555-555-1215 - - - 10543 - 6038 - 12527 - 200 - - 2019-09-01 - - EHS - Active - Macomb Community Action - http://mccsa.macombgov.org - 6038@hsesinfo.org - 21885 Dunham Rd Suite #10 - - Clinton Township - MI - 48036-1006 - 21885 Dunham Rd Suite #10 - - Clinton Township - MI - 48036-1006 - 21885 Dunham Rd Suite #10 - - Clinton Township - MI - 48036-1006 - Mr. - F222140 - L222140 - - County Executive - 222140@hsesinfo.org - Mr. - F222141 - L222141 - - Director of Macomb Community Action Agency - 222141@hsesinfo.org - Ms. - F222143 - L222143 - - 222143@hsesinfo.org - Ms. - F222139 - L222139 - - 222139@hsesinfo.org - 555-555-2139 - - - 460 - 1927 - 283 - 000 - 2013 - 2013-07-02 - 2019-06-30 - HS - Inactive - Decatur-Macon County Opportunities Corporation - DMCOC.org - 1927@hsesinfo.org - 275 E Condit St - - Decatur - IL - 62521-1110 - 1075 N Morgan St - - Decatur - IL - 62521-1200 - 1122 E Marietta St - - Decatur - IL - 62521-1324 - Mr. - F37564 - L37564 - - Board of Directors President - 37564@hsesinfo.org - Mrs. - F37562 - L37562 - - Executive Director - 37562@hsesinfo.org - Mrs. - F37561 - L37561 - - 37561@hsesinfo.org - Mrs. - F37560 - L37560 - - 37560@hsesinfo.org - 555-555-7560 x 5555 - - - 9918 - 4981 - 12019 - 000 - 2014 - 2019-07-01 - - HS - Active - United Academy Inc - - 4981@hsesinfo.org - 722 Wythe Ave - - Brooklyn - NY - 11249-7532 - 722 Wythe Avenue - - Brooklyn - NY - 11249-7532 - 722 Wythe Ave - - Brooklyn - NY - 11249-7532 - Mr. - F217830 - L217830 - - - 217830@hsesinfo.org - Mr. - F217831 - L217831 - - - 217831@hsesinfo.org - Mrs. - F217833 - L217833 - - 217833@hsesinfo.org - Mr. - F217829 - L217829 - - 217829@hsesinfo.org - 555-555-7829 x 5555 - - - 11267 - 561 - 13162 - 000 - 1992 - 2020-06-01 - - HS - Active - Mountain Projects, Inc. - http://www.mountainprojects.org - 561@hsesinfo.org - 2177 Asheville Rd - - Waynesville - NC - 28786-3139 - 2177 Asheville Rd - - Waynesville - NC - 28786-3139 - 2177 Asheville Rd - - Waynesville - NC - 28786-3139 - Mr. - F226999 - L226999 - - Board Chair - 226999@hsesinfo.org - Ms. - F227000 - L227000 - - Executive Director - 227000@hsesinfo.org - Mr. - F227002 - L227002 - - 227002@hsesinfo.org - Ms. - F226998 - L226998 - - 226998@hsesinfo.org - 555-555-6998 x 5555 - - - 11268 - 2788 - 13162 - 200 - 2011 - 2020-06-01 - - EHS - Active - Mountain Projects, Inc. - http://www.mountainprojects.org - 2788@hsesinfo.org - 2177 Asheville Rd - - Waynesville - NC - 28786-3139 - 2177 Asheville Rd - - Waynesville - NC - 28786-3139 - 2177 Asheville Rd - - Waynesville - NC - 28786-3139 - Mr. - F227006 - L227006 - - Board Chair - 227006@hsesinfo.org - Ms. - F227007 - L227007 - - Executive Director - 227007@hsesinfo.org - Mr. - F227009 - L227009 - - 227009@hsesinfo.org - Ms. - F227005 - L227005 - - 227005@hsesinfo.org - 555-555-7005 - - - 4951 - 2312 - 8796 - 200 - 2014 - 2014-07-01 - 2020-06-30 - EHS - Inactive - Northern Panhandle Head Start, Inc. - http://www.npheadstart.org - 2312@hsesinfo.org - 1 Orchard Road, Suite 1 - - Wheeling - WV - 26003 - 1 Orchard Road, Suite 1 - - Wheeling - WV - 26003 - 1 Orchard Road, Suite 1 - - Wheeling - WV - 26003 - Mr. - F49224 - L49224 - - President, Board of Directors - 49224@hsesinfo.org - Ms. - F49226 - L49226 - - Executive Director - 49226@hsesinfo.org - Ms. - F49225 - L49225 - - 49225@hsesinfo.org - Ms. - F49222 - L49222 - - 49222@hsesinfo.org - 555-555-9222 - - - 11465 - 2313 - 13297 - 000 - 2014 - 2020-07-01 - - HS - Active - Northern Panhandle Head Start, Inc. - http://www.npheadstart.org - 2313@hsesinfo.org - 1 Orchard Road, Suite 1 - - Wheeling - WV - 26003 - 1 Orchard Road, Suite 1 - - Wheeling - WV - 26003 - 1 Orchard Road, Suite 1 - - Wheeling - WV - 26003 - Mr. - F228281 - L228281 - - President, Board of Directors - 228281@hsesinfo.org - Ms. - F228282 - L228282 - - Executive Director - 228282@hsesinfo.org - Ms. - F228284 - L228284 - - 228284@hsesinfo.org - Ms. - F228280 - L228280 - - 228280@hsesinfo.org - 555-555-8280 - - - 6620 - 1331 - 10176 - 000 - 1991 - 2015-07-01 - 2020-06-30 - HS - Inactive - Webster Parish Police Jury Office of Community Services - - 1331@hsesinfo.org - 208 Gleason St - Post Office Box 876 - Minden - LA - 71055-3454 - 208 Gleason St - Post Office Box 876 - Minden - LA - 71055-3454 - 208 Gleason St - Post Office Box 876 - Minden - LA - 71055-3454 - Mr. - F202010 - L202010 - - Board President - 202010@hsesinfo.org - Mrs. - F202011 - L202011 - - Executive Director - 202011@hsesinfo.org - Mrs. - F202013 - L202013 - - 202013@hsesinfo.org - Mrs. - F202009 - L202009 - - 202009@hsesinfo.org - 555-555-2009 x 5555 - - - 10474 - 2019 - 12472 - 000 - 2014 - 2019-09-01 - - HS - Active - PERSON COUNTY SCHOOL DISTRICT - https://www.pcsnc.org/Domain/8 - 2019@hsesinfo.org - 404 South Morgan Street - - Roxboro - NC - 27573-5103 - 404 South Morgan Street - - Roxboro - NC - 27573-5103 - 404 South Morgan Street - - Roxboro - NC - 27573-5103 - Dr. - F221659 - L221659 - - Chairperson of the Person County Board of Education - 221659@hsesinfo.org - Mr. - F221660 - L221660 - - - 221660@hsesinfo.org - Mr. - F221662 - L221662 - - 221662@hsesinfo.org - Mrs. - F221658 - L221658 - - 221658@hsesinfo.org - 555-555-1658 x 5555 - - - 8167 - 349 - 10610 - 200 - 2001 - 2016-07-01 - - EHS - Active - York County Early Head Start - https://www.yccac.org/index.php/programs/children-s-services - 349@hsesinfo.org - 6 Spruce St - - Sanford - ME - 04073-2917 - PO Box 72 - - Sanford - ME - 04073-0072 - 6 Spruce St - - Sanford - ME - 04073-2917 - Mrs. - F206284 - L206284 - - Board President - 206284@hsesinfo.org - Mrs. - F206285 - L206285 - - Executive DIrector - 206285@hsesinfo.org - Ms. - F206287 - L206287 - - 206287@hsesinfo.org - Mrs. - F206283 - L206283 - - 206283@hsesinfo.org - 555-555-6283 - - - 5094 - 593 - 9015 - 000 - 1992 - 2014-07-01 - 2019-07-31 - HS - Inactive - Community Action Agency of South Alabama - http://www.caaofsa.org - 593@hsesinfo.org - 26440 Pollard Rd - - Daphne - AL - 36526-4273 - 26440 Pollard Rd - P.O. Box 250 - Daphne - AL - 36526-4273 - 26440 Pollard Rd - - Daphne - AL - 36526-4273 - Mr. - F51654 - L51654 - - Board Chairman - 51654@hsesinfo.org - Mr. - F51658 - L51658 - - Chief Executive Officer - 51658@hsesinfo.org - Ms. - F51657 - L51657 - - 51657@hsesinfo.org - Mr. - F51653 - L51653 - - 51653@hsesinfo.org - 555-555-1653 x 5555 - - - 4697 - 3909 - 8679 - 025 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Escuela Hispana Montessori Inc. - escuelahispanaelc.com - 3909@hsesinfo.org - 180 Suffolk St - - New York - NY - 10002-1621 - 180 Suffolk St - - New York - NY - 10002-1621 - 180 Suffolk St - - New York - NY - 10002-1621 - Ms. - F45627 - L45627 - - Chairperson - 45627@hsesinfo.org - Ms. - F45626 - L45626 - . - - 45626@hsesinfo.org - Mr. - F45630 - L45630 - - 45630@hsesinfo.org - Ms. - F45625 - L45625 - - 45625@hsesinfo.org - 555-555-5625 - - - 5671 - 870 - 9288 - 200 - 2015 - 2015-01-01 - - EHS - Active - Ounce of Prevention Fund - http://www.ounceofprevention.org - 870@hsesinfo.org - 33 W. Monroe St. - Suite 2400 - Chicago - IL - 60603-6198 - 33 W. Monroe St. - Suite 2400 - Chicago - IL - 60603-6198 - 33 W. Monroe St. - Suite 2400 - Chicago - IL - 60603-6198 - Mr. - F102238 - L102238 - - Board Chair - 102238@hsesinfo.org - Ms. - F102239 - L102239 - - - 102239@hsesinfo.org - Mrs. - F102236 - L102236 - - 102236@hsesinfo.org - Ms. - F102235 - L102235 - - 102235@hsesinfo.org - 555-555-2235 - - - 4737 - 3953 - 8719 - 065 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - NorthEast Bronx Day Care Center - - 3953@hsesinfo.org - 3440 White Plains Rd - - Bronx - NY - 10467-5776 - 3440 White Plains Rd - - Bronx - NY - 10467-5776 - 3440 White Plains Rd - - Bronx - NY - 10467-5776 - Ms. - F45909 - L45909 - - - 45909@hsesinfo.org - Ms. - F45907 - L45907 - - - 45907@hsesinfo.org - - F45906 - L45906 - - 45906@hsesinfo.org - Ms. - F45905 - L45905 - - 45905@hsesinfo.org - 555-555-5905 - - - 10544 - 5852 - 12525 - 200 - - 2019-09-01 - - EHS - Active - Ironton-Lawrence County Community Action Organization - http://www.headstartworks.org - 5852@hsesinfo.org - 305 N 5th St - - Ironton - OH - 45638-1578 - 305 N 5th St - - Ironton - OH - 45638-1578 - 1518 S 3rd St - - Ironton - OH - 45638-2140 - Mr. - F222147 - L222147 - - CAO Board Chairperson - 222147@hsesinfo.org - Mr. - F222148 - L222148 - - CAO Executive Director - 222148@hsesinfo.org - Mrs. - F222150 - L222150 - - 222150@hsesinfo.org - Mrs. - F222146 - L222146 - - 222146@hsesinfo.org - 555-555-2146 x 5555 - - - 5644 - 4355 - 9464 - 030 - 2014 - 2014-12-01 - - HS - Active - Hana Early Childhood Center - www.hanacenter.org/ecc - 4355@hsesinfo.org - 4300 N California Ave - - Chicago - IL - 60618-1514 - 4300 N California Ave - - Chicago - IL - 60618-1514 - 4300 N California Ave - - Chicago - IL - 60618-1514 - Mr. - F101601 - L101601 - - President - 101601@hsesinfo.org - Ms. - F101602 - L101602 - - Executive Director - 101602@hsesinfo.org - Ms. - F101604 - L101604 - - 101604@hsesinfo.org - Ms. - F101600 - L101600 - - 101600@hsesinfo.org - 555-555-1600 x 5555 - - - 4460 - 491 - 8396 - 000 - 1991 - 2013-11-01 - 2019-06-30 - HS - Inactive - TACOMA SCHOOL DISTRICT #10 - www.tacoma.k12.wa.us - 491@hsesinfo.org - Superintendent - 601 S. 8th St - Tacoma - WA - 98405 - Head Start Director - 3101 S. 43rd St - Tacoma - WA - 98409 - Head Start Director - 3101 S. 43rd St - Tacoma - WA - 98409 - Ms. - F41623 - L41623 - - Superintendent - 41623@hsesinfo.org - Ms. - F41625 - L41625 - - - 41625@hsesinfo.org - Ms. - F41626 - L41626 - - 41626@hsesinfo.org - Ms. - F41622 - L41622 - - 41622@hsesinfo.org - 555-555-1622 - - - 6952 - 684 - 10428 - 000 - 1991 - 2015-12-01 - - HS - Active - Indianhead Community Action Agency - http://www.indianheadcaa.org - 684@hsesinfo.org - 1000 College Ave W - - Ladysmith - WI - 54848-2118 - 1000 College Ave W - - Ladysmith - WI - 54848-2118 - 1000 College Ave W - - Ladysmith - WI - 54848-2118 - Mr. - F204326 - L204326 - - Chairman of the Board - 204326@hsesinfo.org - Ms. - F204327 - L204327 - - CEO - 204327@hsesinfo.org - Ms. - F204329 - L204329 - - 204329@hsesinfo.org - Mrs. - F204325 - L204325 - - 204325@hsesinfo.org - 555-555-4325 - - - 10545 - 6042 - 12522 - 200 - - 2019-09-01 - - EHS - Active - Young Women's Christian Association of Canton Ohio - http://www.ywcacanton.org - 6042@hsesinfo.org - 231 Sixth Street NE - - Canton - OH - 44702-1035 - 231 Sixth Street NE - - Canton - OH - 44702-1035 - 231 Sixth Street NE - - Canton - OH - 44702-1035 - Ms. - F222154 - L222154 - - Board President - 222154@hsesinfo.org - Ms. - F222155 - L222155 - - CEO - 222155@hsesinfo.org - Ms. - F222157 - L222157 - - 222157@hsesinfo.org - Ms. - F222153 - L222153 - - 222153@hsesinfo.org - 555-555-2153 - - - 10546 - 202 - 12521 - 000 - 2013 - 2019-09-01 - - HS - Active - Woonsocket Head Start Child Development Association - whscda.org - 202@hsesinfo.org - 204 Warwick Street - - Woonsocket - RI - 02895-6418 - 204 Warwick Street - - Woonsocket - RI - 02895-6418 - 204 Warwick Street - - Woonsocket - RI - 02895-6418 - Mrs. - F222161 - L222161 - - Board President - 222161@hsesinfo.org - Ms. - F222162 - L222162 - - Executive Director - 222162@hsesinfo.org - Ms. - F222164 - L222164 - - 222164@hsesinfo.org - Ms. - F222160 - L222160 - - 222160@hsesinfo.org - 555-555-2160 - - - 4610 - 2033 - 8582 - 000 - 2014 - 2014-02-01 - 2019-01-31 - HS - Inactive - UNITED ACADEMY HEAD START - None - 2033@hsesinfo.org - 722 Wythe Avenue - - Brooklyn - NY - 11249-7532 - 722 Wythe Avenue - - Brooklyn - NY - 11249-7532 - 722 Wythe Avenue - - Brooklyn - NY - 11249-7532 - Mr. - F44041 - L44041 - - Chairman - 44041@hsesinfo.org - Mr. - F44043 - L44043 - - - 44043@hsesinfo.org - Mrs. - F44042 - L44042 - - 44042@hsesinfo.org - Mr. - F44039 - L44039 - - 44039@hsesinfo.org - 555-555-4039 x 5555 - - - 4347 - 1750 - 8353 - 200 - 2001 - 2013-09-13 - 2019-01-31 - EHS - Inactive - CHILDREN'S HOME SOCIETY OF WASHINGTON - http://www.chs-wa.org - 1750@hsesinfo.org - 12360 Lake City Way NE - Ste 450 - Seattle - WA - 98125-5452 - PO Box 15190 - - Seattle - WA - 98115-0190 - 12360 Lake City Way NE - Ste 450 - Seattle - WA - 98125-5452 - Mr. - F39893 - L39893 - - Chair Board of Trustees - 39893@hsesinfo.org - Mr. - F39889 - L39889 - - President/CEO - 39889@hsesinfo.org - Ms. - F39891 - L39891 - - 39891@hsesinfo.org - Ms. - F39888 - L39888 - - 39888@hsesinfo.org - 555-555-9888 - - - 9177 - 5489 - 11473 - 200 - 2014 - 2018-11-01 - - EHS - Active - Acelero Inc. - www.acelero.net - 5489@hsesinfo.org - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - Mr. - F212775 - L212775 - - Chairman of the Board - 212775@hsesinfo.org - Mr. - F212776 - L212776 - - COO/Head Start Director - 212776@hsesinfo.org - Ms. - F212778 - L212778 - - 212778@hsesinfo.org - Mr. - F212774 - L212774 - - 212774@hsesinfo.org - 555-555-2774 - - - 6523 - 530 - 10052 - 200 - 2003 - 2015-07-01 - 2020-06-30 - EHS - Inactive - Anderson County Schools' Preschool - www.preschool.acs.ac - 530@hsesinfo.org - 708 N Main St - - Clinton - TN - 37716-3143 - 708 N Main St - - Clinton - TN - 37716-3143 - 708 N Main St - - Clinton - TN - 37716-3143 - Dr. - F201331 - L201331 - - Anderson County School Board Chair - 201331@hsesinfo.org - Dr. - F201332 - L201332 - - Anderson County School Director - 201332@hsesinfo.org - Ms. - F201334 - L201334 - - 201334@hsesinfo.org - Ms. - F201330 - L201330 - - 201330@hsesinfo.org - 555-555-1330 - - - 1381 - 3071 - 2872 - 000 - 2013 - 2013-06-26 - 2019-01-31 - HS - Inactive - United_Academy,Inc - - 3071@hsesinfo.org - 722 Wythe Avenue - - Brooklyn - NY - 11249-7532 - 722 Wythe Avenue - - Brooklyn - NY - 11249-7532 - 722 Wythe Avenue - - Brooklyn - NY - 11249-7532 - Mr. - F40859 - L40859 - - - 40859@hsesinfo.org - Mr. - F40857 - L40857 - - - 40857@hsesinfo.org - Mrs. - F40856 - L40856 - - 40856@hsesinfo.org - Mr. - F36187 - L36187 - - 36187@hsesinfo.org - 555-555-6187 x 5555 - - - 4235 - 797 - 325 - 000 - 2013 - 2013-07-24 - 2019-06-30 - HS - Inactive - LINCOLN TOTAL COMMUNITY ACTION, INC. - NA - 797@hsesinfo.org - 1400 Oakdale Street - - Ruston - LA - 71270-6342 - 1400 Oakdale Street - - Ruston - LA - 71270-6342 - 1400 Oakdale Street - - Ruston - LA - 71270-6342 - Mr. - F37838 - L37838 - - Board Chairperson - 37838@hsesinfo.org - Mrs. - F37839 - L37839 - - - 37839@hsesinfo.org - Mrs. - F37840 - L37840 - - 37840@hsesinfo.org - Mrs. - F37837 - L37837 - - 37837@hsesinfo.org - 555-555-7837 - - - 10203 - 1938 - 12233 - 000 - 2013 - 2019-08-01 - - HS - Active - GMN Tri-County Community Action Committee, Inc. - http://www.gmntrico.org - 1938@hsesinfo.org - 615 North St - - Caldwell - OH - 43724-1123 - 615 North Street - - Caldwell - OH - 43724-1123 - 615 North Street - - Caldwell - OH - 43724-1123 - Mr. - F219776 - L219776 - - GMN Board Chairman - 219776@hsesinfo.org - Mr. - F219777 - L219777 - - GMN Executive Director - 219777@hsesinfo.org - Miss - F219779 - L219779 - - 219779@hsesinfo.org - Miss - F219775 - L219775 - - 219775@hsesinfo.org - 555-555-9775 - - - 10204 - 1939 - 12233 - 200 - 2013 - 2019-08-01 - - EHS - Active - GMN Tri-County Community Action Committee, Inc. - http://www.gmntrico.org - 1939@hsesinfo.org - 615 North Street - - Caldwell - OH - 43724-1123 - 615 North Street - - Caldwell - OH - 43724-1123 - 615 North Street - - Caldwell - OH - 43724-1123 - Mr. - F219783 - L219783 - - GMN Board Chairman - 219783@hsesinfo.org - Mr. - F219784 - L219784 - - GMN Executive Director - 219784@hsesinfo.org - Miss - F219786 - L219786 - - 219786@hsesinfo.org - Miss - F219782 - L219782 - - 219782@hsesinfo.org - 555-555-9782 - - - 4714 - 3939 - 8696 - 042 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Northern Manhattan Perinatal Partnership - - 3939@hsesinfo.org - 529-531 W 155th St - - New York - NY - 10032 - 529-531 W 155th St - - New York - NY - 10032 - 127 West 127th Street - - New York - NY - 10027 - Mrs. - F45748 - L45748 - - Board Chair - 45748@hsesinfo.org - Ms. - F45746 - L45746 - - - 45746@hsesinfo.org - Ms. - F45745 - L45745 - - 45745@hsesinfo.org - Dr. - F45744 - L45744 - - 45744@hsesinfo.org - 555-555-5744 - - - 11276 - 1057 - 13164 - 000 - 1992 - 2020-05-01 - - HS - Active - Mountainland Head Start, Inc - www.mountainlandheadstart.org - 1057@hsesinfo.org - 264 West 300 North - - Provo - UT - 84601-2813 - 264 West 300 North - - Provo - UT - 84601-2813 - 264 West 300 North - - Provo - UT - 84601-2813 - Mrs. - F227062 - L227062 - - Board Chair - 227062@hsesinfo.org - Mrs. - F227063 - L227063 - - Executive Director - 227063@hsesinfo.org - Mrs. - F227065 - L227065 - - 227065@hsesinfo.org - Mrs. - F227061 - L227061 - - 227061@hsesinfo.org - 555-555-7061 - - - 11277 - 6350 - 13164 - 200 - - 2020-05-01 - - EHS - Active - Mountainland Head Start, Inc - www.mountainlandheadstart.org - 6350@hsesinfo.org - 264 WEST 300 NORTH - - PROVO - UT - 84601-2813 - 264 WEST 300 NORTH - - PROVO - UT - 84601-2813 - 264 WEST 300 NORTH - - PROVO - UT - 84601-2813 - Mrs. - F227069 - L227069 - - Board Chair - 227069@hsesinfo.org - Mrs. - F227070 - L227070 - - Executive Director - 227070@hsesinfo.org - Mrs. - F227072 - L227072 - - 227072@hsesinfo.org - Mrs. - F227068 - L227068 - - 227068@hsesinfo.org - 555-555-7068 x 5555 - - - 11278 - 2189 - 13163 - 200 - 2007 - 2020-05-01 - - EHS - Active - Modoc County Office of Education - www.modoccoe.k12.ca.us - 2189@hsesinfo.org - 139 Henderson Street - - Alturas - CA - 96101 - 139 Henderson Street - - Alturas - CA - 96101 - 139 Henderson Street - - Alturas - CA - 96101 - Mr. - F227076 - L227076 - - County Superintendent of Schools - 227076@hsesinfo.org - Mr. - F227077 - L227077 - - - 227077@hsesinfo.org - Ms. - F227079 - L227079 - - 227079@hsesinfo.org - Mrs. - F227075 - L227075 - - 227075@hsesinfo.org - 555-555-7075 - - - 5685 - 3092 - 9480 - 200 - 2011 - 2015-01-01 - - EHS - Active - Associates for Human Services, Inc. - www.ahsinc.org - 3092@hsesinfo.org - 68 ALLISON AVENUE - - TAUNTON - MA - 02780 - 68 ALLISON AVENUE - - TAUNTON - MA - 02780 - 68 ALLISON AVENUE - - TAUNTON - MA - 02780 - Dr. - F102397 - L102397 - - Chairperson - 102397@hsesinfo.org - Ms. - F102395 - L102395 - - - 102395@hsesinfo.org - Ms. - F102394 - L102394 - - 102394@hsesinfo.org - Mrs. - F102393 - L102393 - - 102393@hsesinfo.org - 555-555-2393 x 5555 - - - 8756 - 3146 - 11129 - 200 - 2012 - 2017-11-01 - - EHS - Active - OCAB Denmark Early Head Start - cwright@ocabcaa.org - 3146@hsesinfo.org - 90 Faculty Grove Lane - - Denmark - SC - 29042 - PO Box 710 - - Orangeburg - SC - 29116-0710 - 1822 Joe S Jeffords Hwy - - Orangeburg - SC - 29115-7470 - Ms. - F209758 - L209758 - - Chairperson - 209758@hsesinfo.org - Mr. - F209759 - L209759 - - - 209759@hsesinfo.org - Ms. - F209761 - L209761 - - 209761@hsesinfo.org - Ms. - F209757 - L209757 - - 209757@hsesinfo.org - 555-555-9757 x 5555 - - - 11270 - 6801 - 13169 - 001 - - 2020-05-01 - - HS - Active - Education Service Center Region XV - www.esc15.net - 6801@hsesinfo.org - 612 S Irene St - - San Angelo - TX - 76903-6629 - 612 S Irene St - - San Angelo - TX - 76903-6629 - 612 S Irene St - - San Angelo - TX - 76903-6629 - Mr. - F227020 - L227020 - - Board of Directors, Chairperson - 227020@hsesinfo.org - Dr. - F227021 - L227021 - - Executive Director - 227021@hsesinfo.org - Mrs. - F227023 - L227023 - - 227023@hsesinfo.org - Mrs. - F227019 - L227019 - - 227019@hsesinfo.org - 555-555-7019 - - - 11272 - 6802 - 13169 - 201 - - 2020-05-01 - - EHS - Active - Education Service Center Region XV - www.esc15.net - 6802@hsesinfo.org - 612 S. Irene St - - San Angelo - TX - 76903 - 612 S. Irene St - - San Angelo - TX - 76903 - 612 S. Irene St - - San Angelo - TX - 76903 - Mr. - F227034 - L227034 - - Board of Directors, Chairperson - 227034@hsesinfo.org - Dr. - F227035 - L227035 - - Region XV Executive Director - 227035@hsesinfo.org - Mrs. - F227037 - L227037 - - 227037@hsesinfo.org - Mrs. - F227033 - L227033 - - 227033@hsesinfo.org - 555-555-7033 - - - 10548 - 1698 - 12547 - 200 - 2014 - 2019-09-01 - - EHS - Active - Manchester Memorial Hospital - http://www.echn.org - 1698@hsesinfo.org - 71 Haynes Street - - Manchester - CT - 06040-4131 - 71 Haynes Street - - Manchester - CT - 06040-4131 - 71 Haynes Street - - Manchester - CT - 06040-4131 - Ms. - F222175 - L222175 - - Chief Executive Officer - 222175@hsesinfo.org - Ms. - F222176 - L222176 - - Executive Director - 222176@hsesinfo.org - Mrs. - F222178 - L222178 - - 222178@hsesinfo.org - Mrs. - F222174 - L222174 - - 222174@hsesinfo.org - 555-555-2174 x 5555 - - - 4476 - 1891 - 8403 - 200 - 1993 - 2013-11-18 - 2018-11-30 - EHS - Inactive - COOPERATIVE EDUCATIONAL SERVICE AGENCY #11 - http://www.cesa11.k12.wi.us - 1891@hsesinfo.org - 225 Ostermann Drive - - Turtle Lake - WI - 54889-9191 - 225 Ostermann Drive - - Turtle Lake - WI - 54889-9191 - 225 Ostermann Drive - - Turtle Lake - WI - 54889-9191 - Mr. - F41809 - L41809 - - Chairman - 41809@hsesinfo.org - Mr. - F41810 - L41810 - - - 41810@hsesinfo.org - Ms. - F41806 - L41806 - - 41806@hsesinfo.org - Mrs. - F41805 - L41805 - - 41805@hsesinfo.org - 555-555-1805 - - - 9002 - 1082 - 11327 - 000 - 1992 - 2018-09-01 - - HS - Active - Action Inc. - butteassistanceprograms.org - 1082@hsesinfo.org - 1000 S Arizona St - - Butte - MT - 59701-2920 - PO Box 608 - - Butte - MT - 59703-0608 - 25 W Silver St - - Butte - MT - 59701-2024 - Ms. - F211570 - L211570 - - Board Chairperson - 211570@hsesinfo.org - Ms. - F211571 - L211571 - - CEO - 211571@hsesinfo.org - Ms. - F211573 - L211573 - - 211573@hsesinfo.org - Ms. - F211569 - L211569 - - 211569@hsesinfo.org - 555-555-1569 - - - 11273 - 5185 - 13168 - 000 - 2014 - 2020-05-01 - - HS - Active - Big Five Community Services, Inc. - http://www.bigfive.org - 5185@hsesinfo.org - 1502 N. 1st - - Durant - OK - 74701-1577 - 1502 N. 1st - - Durant - OK - 74701-1577 - 1502 N. 1st - - Durant - OK - 74701-1577 - Mr. - F227041 - L227041 - - Board Chairperson - 227041@hsesinfo.org - Mr. - F227042 - L227042 - - Executive Director - 227042@hsesinfo.org - Mrs. - F227044 - L227044 - - 227044@hsesinfo.org - Mr. - F227040 - L227040 - - 227040@hsesinfo.org - 555-555-7040 - - - 9921 - 5790 - 12029 - 200 - - 2019-07-01 - - EHS - Active - County of San Bernardino Board of Supervisors - hs.sbcounty.gov/psd - 5790@hsesinfo.org - 662 South Tippecanoe Avenue - - San Bernardino - CA - 92415-0630 - 662 South Tippecanoe Avenue - - San Bernardino - CA - 92415-0630 - 662 South Tippecanoe Avenue - - San Bernardino - CA - 92415-0630 - Mr. - F217851 - L217851 - - Chairman, County of San Bernardino Board of Supervisors - 217851@hsesinfo.org - Mr. - F217852 - L217852 - - - 217852@hsesinfo.org - Ms. - F217854 - L217854 - - 217854@hsesinfo.org - Mr. - F217850 - L217850 - - 217850@hsesinfo.org - 555-555-7850 - - - 9306 - 2208 - 11562 - 000 - 1992 - 2019-01-01 - - HS - Active - MountainHeart Community Services, Inc. - http://www.mountain-heart.org - 2208@hsesinfo.org - 33 Mountainheart Lane - - Matheny - WV - 24860 - P.O. Box 1509 - - Oceana - WV - 24870-1509 - 33 Mountainheart Lane - - Matheny - WV - 24860 - Mrs. - F213680 - L213680 - - - 213680@hsesinfo.org - Mrs. - F213681 - L213681 - - - 213681@hsesinfo.org - Mrs. - F213683 - L213683 - - 213683@hsesinfo.org - Ms. - F213679 - L213679 - - 213679@hsesinfo.org - 555-555-3679 x 5555 - - - 11279 - 2191 - 13161 - 200 - 2007 - 2020-05-01 - - EHS - Active - Lake Family Resource Center - www.lakefrc.org - 2191@hsesinfo.org - 5350 Main Street - - Kelseyville - CA - 95451 - 5350 Main Street - - Kelseyville - CA - 95451 - 5350 Main Street - - Kelseyville - CA - 95451 - Mr. - F227083 - L227083 - - Board of Directors Chair - 227083@hsesinfo.org - Ms. - F227084 - L227084 - - Executive Director - 227084@hsesinfo.org - Mr. - F227086 - L227086 - - 227086@hsesinfo.org - Mrs. - F227082 - L227082 - - 227082@hsesinfo.org - 555-555-7082 x 5555 - - - 8911 - 3301 - 11259 - 000 - 2013 - 2018-07-01 - - HS - Active - Hacienda La Puente Unified School District - www.hlpschools.org - 3301@hsesinfo.org - 455 Glendora Ave - - La Puente - CA - 91744-4519 - 455 Glendora Ave - - La Puente - CA - 91744-4519 - 455 Glendora Ave - - La Puente - CA - 91744-4519 - Mr. - F210898 - L210898 - - Board of Education, President - 210898@hsesinfo.org - Ms. - F210899 - L210899 - - Director, Child Development/Early Primary Programs - 210899@hsesinfo.org - Ms. - F210901 - L210901 - - 210901@hsesinfo.org - Ms. - F210897 - L210897 - - 210897@hsesinfo.org - 555-555-0897 - - - 9922 - 5802 - 12020 - 200 - - 2019-07-01 - - EHS - Active - Child Care Resource Center, Inc. - www.ccrcca.org - 5802@hsesinfo.org - 20001 Prairie Street - - Chatsworth - CA - 91311-6508 - 20001 Prairie Street - - Chatsworth - CA - 91311-6508 - 20001 Prairie Street - - Chatsworth - CA - 91311-6508 - Mr. - F217858 - L217858 - - - 217858@hsesinfo.org - Mr. - F217859 - L217859 - PHD - - 217859@hsesinfo.org - Mrs. - F217861 - L217861 - - 217861@hsesinfo.org - Ms. - F217857 - L217857 - MS - 217857@hsesinfo.org - 555-555-7857 - - - 11440 - 9358 - 13278 - 200 - 2020 - 2020-07-01 - - EHS - Active - Harris County Department of Education - http://www.hcde-texas.org - 9358@hsesinfo.org - 6300 Irvington Blvd - Ste 406 - Houston - TX - 77022-5618 - 6300 Irvington Blvd - Ste 406 - Houston - TX - 77022-5618 - 6300 Irvington Blvd - Ste 406 - Houston - TX - 77022-5618 - Mr. - F228120 - L228120 - - Board President - 228120@hsesinfo.org - Mr. - F228121 - L228121 - - County School Superintendent - 228121@hsesinfo.org - Ms. - F228123 - L228123 - - 228123@hsesinfo.org - Ms. - F228119 - L228119 - - 228119@hsesinfo.org - 555-555-8119 - - - 11442 - 1886 - 13275 - 200 - 2000 - 2020-07-01 - - EHS - Active - AVANCE - Houston, Inc. - www.avancehouston.org - 1886@hsesinfo.org - 4281 Dacoma St - - Houston - TX - 77092-8607 - 4281 Dacoma St - - Houston - TX - 77092-8607 - 4281 Dacoma St - - Houston - TX - 77092-8607 - Mr. - F228134 - L228134 - - Board Chairperson - 228134@hsesinfo.org - Ms. - F228135 - L228135 - - Executive Director - 228135@hsesinfo.org - Mr. - F228137 - L228137 - - 228137@hsesinfo.org - Mrs. - F228133 - L228133 - Ed.D - 228133@hsesinfo.org - 555-555-8133 - - - 8340 - 3775 - 10699 - 201 - - 2016-07-01 - - EHS - Active - Spanish Speaking Unity Council - http://www.unitycouncil.org - 3775@hsesinfo.org - 1155 35th Avenue - - Oakland - CA - 94601-3426 - 1155 35th Avenue - - Oakland - CA - 94601-3426 - 1155 35th Avenue - - Oakland - CA - 94601-3426 - Mr. - F207520 - L207520 - - Chairperson of the Board of Directors - 207520@hsesinfo.org - Mr. - F207521 - L207521 - - - 207521@hsesinfo.org - Ms. - F207523 - L207523 - - 207523@hsesinfo.org - Mr. - F207519 - L207519 - - 207519@hsesinfo.org - 555-555-7519 - - - 8953 - 2727 - 11302 - 200 - 2011 - 2018-08-01 - - EHS - Active - FRANKLIN CTY EARLY HEAD START PROGRAM, INC. - www.fchsweb.org - 2727@hsesinfo.org - 1438 Excel Ave. - - Chambersburg - PA - 17201 - 1438 Excel Ave. - - Chambersburg - PA - 17201 - 1438 Excel Ave. - - Chambersburg - PA - 17201 - Mrs. - F211230 - L211230 - - Board President - 211230@hsesinfo.org - Dr. - F211231 - L211231 - - President & CEO - 211231@hsesinfo.org - Ms. - F211233 - L211233 - - 211233@hsesinfo.org - Mrs. - F211229 - L211229 - - 211229@hsesinfo.org - 555-555-1229 x 5555 - - - 9241 - 8740 - 11517 - 200 - 2019 - 2019-01-01 - - EHS - Active - Community Action Council for Lexington-Fayette, Bourbon, Harrison & Nicholas Counties Inc - http://www.commaction.org - 8740@hsesinfo.org - 710 West High Street - - Lexington - KY - 40508-2451 - 710 West High Street - - Lexington - KY - 40508-2451 - 710 West High Street - - Lexington - KY - 40508-2451 - Mrs. - F213228 - L213228 - - Chairman - 213228@hsesinfo.org - Mrs. - F213229 - L213229 - - Executive Director - 213229@hsesinfo.org - Mrs. - F213231 - L213231 - - 213231@hsesinfo.org - Mrs. - F213227 - L213227 - - 213227@hsesinfo.org - 555-555-3227 x 5555 - - - 5061 - 5067 - 8864 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - CATHOLIC CHARITIES HEAD START OF BALTIMORE CITY - WWW.CC-MD.ORG - 5067@hsesinfo.org - 915 Sterrett St - - Baltimore - MD - 21230-2502 - 915 Sterrett St - - Baltimore - MD - 21230-2502 - 915 Sterrett St - - Baltimore - MD - 21230-2502 - Mr. - F49988 - L49988 - - President of Board of Trustees - 49988@hsesinfo.org - Mrs. - F49989 - L49989 - - Director of Community Services Division, Catholic Charities - 49989@hsesinfo.org - Ms. - F49991 - L49991 - - 49991@hsesinfo.org - Ms. - F49987 - L49987 - - 49987@hsesinfo.org - 555-555-9987 - - - 8512 - 8392 - 10918 - 200 - 2017 - 2017-03-01 - - EHS - Active - FRIENDS OF CHILDREN OF MISSISSIPPI, INC. - www.friendsofchildren.org - 8392@hsesinfo.org - 6425 Lakeover Rd - - Jackson - MS - 39213-8008 - 6425 Lakeover Rd - - Jackson - MS - 39213-8008 - 6425 Lakeover Rd - - Jackson - MS - 39213-8008 - Mr. - F208310 - L208310 - JR - BOARD CHAIRPERSON - 208310@hsesinfo.org - Dr. - F208311 - L208311 - - - 208311@hsesinfo.org - Mr. - F208313 - L208313 - - 208313@hsesinfo.org - Dr. - F208309 - L208309 - - 208309@hsesinfo.org - 555-555-8309 x 5555 - - - 5072 - 896 - 8986 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Southeastern Community Action Partnership, Inc. - scapnc.org - 896@hsesinfo.org - 405 N Elm St - - Lumberton - NC - 28358-5556 - PO Box 1025 - - Lumberton - NC - 28359-1025 - 405 N Elm St - - Lumberton - NC - 28358-5556 - Mr. - F51545 - L51545 - - Board Chair - 51545@hsesinfo.org - Mrs. - F51543 - L51543 - - CEO - 51543@hsesinfo.org - Ms. - F51542 - L51542 - - 51542@hsesinfo.org - Mrs. - F51541 - L51541 - - 51541@hsesinfo.org - 555-555-1541 - - - 4461 - 2259 - 8400 - 000 - 2013 - 2013-11-01 - 2018-10-31 - HS - Inactive - SEATTLE SCHOOL DISTRICT #1 - http://www.seattleschools.org - 2259@hsesinfo.org - 2445 3rd Ave S - - Seattle - WA - 98134-1923 - PO Box 34165 - MS 31-555 - Seattle - WA - 98124-1165 - 2445 3rd Ave S - - Seattle - WA - 98134-1923 - Ms. - F41645 - L41645 - - President, School Board - 41645@hsesinfo.org - Ms. - F41646 - L41646 - - Superintendent - 41646@hsesinfo.org - Ms. - F41644 - L41644 - - 41644@hsesinfo.org - Mr. - F41643 - L41643 - - 41643@hsesinfo.org - 555-555-1643 - - - 10549 - 233 - 12536 - 000 - 2014 - 2019-09-01 - - HS - Active - ACTION FOR BOSTON COMMUNITY DEVELOPMENT - http://www.bostonabcd.org - 233@hsesinfo.org - 178 Tremont Street - - Boston - MA - 02111-1006 - 178 Tremont Street - - Boston - MA - 02111-1006 - 178 Tremont Street - - Boston - MA - 02111-1006 - Ms. - F222182 - L222182 - - Board Chair - 222182@hsesinfo.org - Mr. - F222183 - L222183 - - - 222183@hsesinfo.org - Mr. - F222185 - L222185 - - 222185@hsesinfo.org - Ms. - F222181 - L222181 - - 222181@hsesinfo.org - 555-555-2181 - - - 9923 - 1241 - 12030 - 000 - 2014 - 2019-07-01 - - HS - Active - South Central Community Action Program, Inc. - www.insccap.org - 1241@hsesinfo.org - SCCAP Head Start - 1502 West 15th Street - Bloomington - IN - 47404-3018 - SCCAP Head Start - 1502 West 15th Street - Bloomington - IN - 47404-3018 - SCCAP Head Start - 1502 West 15th Street - Bloomington - IN - 47404-3018 - Mr. - F217865 - L217865 - - Board President - 217865@hsesinfo.org - Mr. - F217866 - L217866 - - Executive Director - 217866@hsesinfo.org - Ms. - F217868 - L217868 - - 217868@hsesinfo.org - Ms. - F217864 - L217864 - - 217864@hsesinfo.org - 555-555-7864 x 5555 - - - 9604 - 4859 - 11792 - 000 - 2014 - 2019-05-01 - - HS - Active - New Hanover County Schools - del.burns@nhcs.net - 4859@hsesinfo.org - 6410 Carolina Beach Road - - Wilmington - NC - 28412-2908 - 1802 S 15th St - - Wilmington - NC - 28401-6479 - 1802 S 15th St - - Wilmington - NC - 28401-6479 - Mrs. - F215680 - L215680 - - Board Chairperson - 215680@hsesinfo.org - Ms. - F215681 - L215681 - - Director / Executive - 215681@hsesinfo.org - Ms. - F215683 - L215683 - - 215683@hsesinfo.org - Ms. - F215679 - L215679 - - 215679@hsesinfo.org - 555-555-5679 - - - 5058 - 5064 - 8871 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Bright Beginnings Inc - www.bbidc.org - 5064@hsesinfo.org - 3418 4th St - - Washington - DC - 20032 - 3418 4th St - - Washington - DC - 20032 - 3418 4th St - - Washington - DC - 20032 - Mr. - F49964 - L49964 - - Board President - 49964@hsesinfo.org - Dr. - F49965 - L49965 - - Executive Director - 49965@hsesinfo.org - - F49967 - L49967 - - 49967@hsesinfo.org - Ms. - F49963 - L49963 - - 49963@hsesinfo.org - 555-555-9963 - - - 9924 - 2814 - 12030 - 200 - 2011 - 2019-07-01 - - EHS - Active - South Central Community Action Program, Inc. - www.insccap.org - 2814@hsesinfo.org - SCCAP Head Start - 1502 West 15th Street - Bloomington - IN - 47404-3018 - SCCAP Head Start - 1502 West 15th Street - Bloomington - IN - 47404-3018 - SCCAP Head Start - 1502 West 15th Street - Bloomington - IN - 47404-3018 - Mr. - F217872 - L217872 - - Board President - 217872@hsesinfo.org - Mr. - F217873 - L217873 - - Executive Director - 217873@hsesinfo.org - Ms. - F217875 - L217875 - - 217875@hsesinfo.org - Ms. - F217871 - L217871 - - 217871@hsesinfo.org - 555-555-7871 x 5555 - - - 10551 - 232 - 12536 - 200 - 2014 - 2019-09-01 - - EHS - Active - ACTION FOR BOSTON COMMUNITY DEVELOPMENT - http://www.bostonabcd.org - 232@hsesinfo.org - 178 Tremont Street - - Boston - MA - 02111-1006 - 178 Tremont Street - - Boston - MA - 02111-1006 - 178 Tremont Street - - Boston - MA - 02111-1006 - Mr. - F222196 - L222196 - - Board Chair - 222196@hsesinfo.org - Mr. - F222197 - L222197 - - - 222197@hsesinfo.org - Mr. - F222199 - L222199 - - 222199@hsesinfo.org - Ms. - F222195 - L222195 - - 222195@hsesinfo.org - 555-555-2195 - - - 9925 - 860 - 12028 - 000 - 2014 - 2019-07-01 - - HS - Active - Springfield Urban League, Inc. - http://www.springfieldul.org/headstart/ - 860@hsesinfo.org - 100 N 11th St - 1108 East Cook Street - Springfield - IL - 62703-1002 - 100 N 11th St - 1108 East Cook Street - Springfield - IL - 62703-1002 - 100 N 11th St - 1108 East Cook Street - Springfield - IL - 62703-1002 - Mr. - F217879 - L217879 - - - 217879@hsesinfo.org - Mrs. - F217880 - L217880 - - - 217880@hsesinfo.org - Ms. - F217882 - L217882 - - 217882@hsesinfo.org - Mr. - F217878 - L217878 - - 217878@hsesinfo.org - 555-555-7878 x 5555 - - - 9175 - 4228 - 11473 - 000 - 2013 - 2018-11-01 - - HS - Active - Acelero Inc. - www.acelero.net - 4228@hsesinfo.org - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - Mr. - F212761 - L212761 - - Chairman of the Board - 212761@hsesinfo.org - Mr. - F212762 - L212762 - - COO/Head Start Director - 212762@hsesinfo.org - Ms. - F212764 - L212764 - - 212764@hsesinfo.org - Mr. - F212760 - L212760 - - 212760@hsesinfo.org - 555-555-2760 - - - 9926 - 859 - 12028 - 200 - 2014 - 2019-07-01 - - EHS - Active - Springfield Urban League, Inc. - http://www.springfieldul.org - 859@hsesinfo.org - 1108 E Cook St - 100 North 11th Street - Springfield - IL - 62703-1735 - 1108 E Cook St - 100 North 11th Street - Springfield - IL - 62703-1735 - 1108 E Cook St - 100 North 11th Street - Springfield - IL - 62703-1735 - Mr. - F217886 - L217886 - - - 217886@hsesinfo.org - Mrs. - F217887 - L217887 - - - 217887@hsesinfo.org - Ms. - F217889 - L217889 - - 217889@hsesinfo.org - Mr. - F217885 - L217885 - - 217885@hsesinfo.org - 555-555-7885 x 5555 - - - 10400 - 6028 - 12406 - 200 - - 2019-09-01 - - EHS - Active - Head Start of Rockland, Inc. - www.headstartofrockland.org - 6028@hsesinfo.org - 117 Route 9W - - Haverstraw - NY - 10927-1404 - 117 Route 9W - - Haverstraw - NY - 10927-1404 - 117 Route 9W - - Haverstraw - NY - 10927-1404 - Ms. - F221140 - L221140 - - Board President - 221140@hsesinfo.org - Mrs. - F221141 - L221141 - - Executive Director - 221141@hsesinfo.org - Ms. - F221143 - L221143 - - 221143@hsesinfo.org - Mrs. - F221139 - L221139 - - 221139@hsesinfo.org - 555-555-1139 x 5555 - - - 9927 - 1918 - 12027 - 000 - 2014 - 2019-07-01 - - HS - Active - Community Action Commission of Belmont County - http://www.cacbelmont.org - 1918@hsesinfo.org - 153 1/2 West Main Street - - St. Clairsville - OH - 43950-1224 - 153 1/2 West Main Street - - St. Clairsville - OH - 43950-1224 - 153 1/2 West Main Street - - St. Clairsville - OH - 43950-1224 - Ms. - F217893 - L217893 - - CAC Belmont County Governing Board Chairperson - 217893@hsesinfo.org - Mrs. - F217894 - L217894 - - Executive Director - 217894@hsesinfo.org - Mr. - F217896 - L217896 - - 217896@hsesinfo.org - Mrs. - F217892 - L217892 - - 217892@hsesinfo.org - 555-555-7892 x 5555 - - - 7024 - 3215 - 10467 - 200 - 2004 - 2016-01-01 - - EHS - Active - Michigan Family Resources - http://www.hs4kc.org - 3215@hsesinfo.org - 2626 Walker Ave NW - - Walker - MI - 49544-1306 - 2626 Walker Ave NW - - Walker - MI - 49544-1306 - 2626 Walker Ave NW - - Walker - MI - 49544-1306 - Ms. - F204834 - L204834 - - Board of Directors - President - 204834@hsesinfo.org - Ms. - F204835 - L204835 - - Executive Director - 204835@hsesinfo.org - Ms. - F204837 - L204837 - - 204837@hsesinfo.org - Ms. - F204833 - L204833 - - 204833@hsesinfo.org - 555-555-4833 x 5555 - - - 8549 - 8429 - 10964 - 200 - 2017 - 2017-03-01 - - EHS - Active - Pace Community Action Agency, Inc. - http://www.pacecaa.org - 8429@hsesinfo.org - 525 North 4th Street - - Vincennes - IN - 47591-0687 - 525 North 4th Street - - Vincennes - IN - 47591-0687 - 525 North 4th Street - - Vincennes - IN - 47591-0687 - Mr. - F208571 - L208571 - - - 208571@hsesinfo.org - Dr. - F208572 - L208572 - - - 208572@hsesinfo.org - Ms. - F208574 - L208574 - - 208574@hsesinfo.org - Ms. - F208570 - L208570 - - 208570@hsesinfo.org - 555-555-8570 - - - 5952 - 5959 - 9484 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - St. Joseph County Intermediate School District - www.sjcisd.org - 5959@hsesinfo.org - 62445 Shimmel Rd - - Centreville - MI - 49032-9527 - 62445 Shimmel Rd - - Centreville - MI - 49032-9527 - 62445 Shimmel Rd - - Centreville - MI - 49032-9527 - Ms. - F106270 - L106270 - - President - 106270@hsesinfo.org - Ms. - F106271 - L106271 - - Superintendent - 106271@hsesinfo.org - Ms. - F106273 - L106273 - - 106273@hsesinfo.org - Ms. - F106269 - L106269 - - 106269@hsesinfo.org - 555-555-6269 - - - 9928 - 8972 - 12027 - 200 - 2019 - 2019-07-01 - - EHS - Active - Community Action Commission of Belmont County - http://www.cacbelmont.org - 8972@hsesinfo.org - 153 1/2 West Main Street - - St. Clairsville - OH - 43950-1224 - 153 1/2 West Main Street - - St. Clairsville - OH - 43950-1224 - 153 1/2 West Main Street - - St. Clairsville - OH - 43950-1224 - Ms. - F217900 - L217900 - - CAC Belmont County Governing Board Chairperson - 217900@hsesinfo.org - Mrs. - F217901 - L217901 - - Executive Director - 217901@hsesinfo.org - Mr. - F217903 - L217903 - - 217903@hsesinfo.org - Mrs. - F217899 - L217899 - - 217899@hsesinfo.org - 555-555-7899 x 5555 - - - 5428 - 1776 - 9063 - 000 - 2014 - 2014-09-01 - 2020-08-31 - AIAN HS - Inactive - COCOPAH HEAD START - - 1776@hsesinfo.org - Cocopah Head Start - East Cocopah Reservation - 17900 Cottonwood Drive - Somerton - AZ - 85350 - Cocopah Head Start - 14515 S. Veterans Drive - Somerton - AZ - 85350 - Cocopah Head Start - West Cocopah Reservation; 14515 S. Veterans Drive - Somerton - AZ - 85350 - Ms. - F96945 - L96945 - - Tribal Chairwoman - 96945@hsesinfo.org - Ms. - F96943 - L96943 - - Assistant Tribal Administrator - 96943@hsesinfo.org - Ms. - F96942 - L96942 - - 96942@hsesinfo.org - Mr. - F96941 - L96941 - - 96941@hsesinfo.org - 555-555-6941 - - - 9205 - 1096 - 11497 - 000 - 1991 - 2018-12-01 - - HS - Active - SOUTHWEST HUMAN DEVELOPMENT - http://www.swhd.org - 1096@hsesinfo.org - 2850 North 24th Street - - Phoenix - AZ - 85008-1004 - 2850 North 24th Street - - Phoenix - AZ - 85008-1004 - 2850 North 24th Street - - Phoenix - AZ - 85008-1004 - Mrs. - F212971 - L212971 - - President Board of Directors - 212971@hsesinfo.org - Ms. - F212972 - L212972 - - CEO - 212972@hsesinfo.org - Mrs. - F212974 - L212974 - - 212974@hsesinfo.org - Ms. - F212970 - L212970 - - 212970@hsesinfo.org - 555-555-2970 x 5555 - - - 11459 - 347 - 13289 - 000 - 2014 - 2020-07-01 - - HS - Active - Capstone Community Action, Inc. - http://www.capstonevt.org - 347@hsesinfo.org - 20 Gable Pl - - Barre - VT - 05641-4138 - 20 Gable Pl - - Barre - VT - 05641-4138 - 20 Gable Pl - - Barre - VT - 05641-4138 - Mr. - F228242 - L228242 - - President - 228242@hsesinfo.org - Ms. - F228243 - L228243 - - Executive Director - 228243@hsesinfo.org - Mr. - F228245 - L228245 - - 228245@hsesinfo.org - Ms. - F228241 - L228241 - - 228241@hsesinfo.org - 555-555-8241 - - - 4954 - 825 - 8801 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Wood County Head Start, Inc. - www.woodcoheadstart.org - 825@hsesinfo.org - 1011 8th Street South - - Wisconsin Rapids - WI - 54494 - 1011 8th Street South - - Wisconsin Rapids - WI - 54494 - 1011 8th Street South - - Wisconsin Rapids - WI - 54494 - Ms. - F49233 - L49233 - - - 49233@hsesinfo.org - Mr. - F49234 - L49234 - - - 49234@hsesinfo.org - Ms. - F49231 - L49231 - - 49231@hsesinfo.org - Mr. - F49229 - L49229 - - 49229@hsesinfo.org - 555-555-9229 - - - 4500 - 1313 - 8536 - 000 - 1991 - 2013-11-29 - 2018-11-30 - HS - Inactive - LITTLE DIXIE COMMUNITY ACTION AGENCY, INC - http://www.littledixie.org - 1313@hsesinfo.org - 104 N E St - - Hugo - OK - 74743-3218 - 209 N 4th St - - Hugo - OK - 74743-3809 - 209 N 4th St - - Hugo - OK - 74743-3809 - Mr. - F42396 - L42396 - - Governing Board Chairman - 42396@hsesinfo.org - Mrs. - F42397 - L42397 - - Executive Director Little Dixie CAA, Inc. - 42397@hsesinfo.org - Ms. - F42394 - L42394 - - 42394@hsesinfo.org - Ms. - F42392 - L42392 - - 42392@hsesinfo.org - 555-555-2392 - - - 9245 - 2980 - 11519 - 000 - 2013 - 2019-01-01 - - HS - Active - THE SPANISH SPEAKING UNITY COUNCIL OF ALAMEDA COUNTY, I - www.unitycouncil.org - 2980@hsesinfo.org - 1900 FRUITVALE AVE SUITE 2A - - OAKLAND - CA - 94601-2468 - 1900 FRUITVALE AVE SUITE 2A - - OAKLAND - CA - 94601-2468 - 1900 FRUITVALE AVE SUITE 2A - - OAKLAND - CA - 94601-2468 - Mr. - F213256 - L213256 - - Chairperson of the Board of Directors - 213256@hsesinfo.org - Mr. - F213257 - L213257 - - Chief Executive Officer - 213257@hsesinfo.org - Ms. - F213259 - L213259 - - 213259@hsesinfo.org - Mr. - F213255 - L213255 - - 213255@hsesinfo.org - 555-555-3255 - - - 9929 - 849 - 12022 - 000 - 2014 - 2019-07-01 - - HS - Active - Geminus Corporation - http://www.geminus.org - 849@hsesinfo.org - 8400 Louisiana Street - - Merrillville - IN - 46410-6385 - 8400 Louisiana Street - - Merrillville - IN - 46410-6385 - 8400 Louisiana Street - - Merrillville - IN - 46410-6385 - Mr. - F217907 - L217907 - - Board Chairperson - 217907@hsesinfo.org - Mrs. - F217908 - L217908 - - President - 217908@hsesinfo.org - Mr. - F217910 - L217910 - - 217910@hsesinfo.org - Dr. - F217906 - L217906 - - 217906@hsesinfo.org - 555-555-7906 - - - 8153 - 242 - 10598 - 000 - 1992 - 2016-07-01 - 2020-03-31 - HS - Inactive - HOPES Community Action Partnership, Inc. - http://www.hopes.org - 242@hsesinfo.org - 301 Garden St - Hopes Cap, Inc. Head Start - Hoboken - NJ - 07030-3873 - 301 Garden St - Hopes Cap, Inc. Head Start - Hoboken - NJ - 07030-3873 - 301 Garden St - Hopes Cap, Inc. - Hoboken - NJ - 07030-3873 - Mr. - F206186 - L206186 - - Board Chair - 206186@hsesinfo.org - Ms. - F206187 - L206187 - - President/CEO - 206187@hsesinfo.org - Ms. - F206189 - L206189 - - 206189@hsesinfo.org - Ms. - F206185 - L206185 - - 206185@hsesinfo.org - 555-555-6185 x 5555 - - - 9930 - 2772 - 12022 - 200 - 2011 - 2019-07-01 - - EHS - Active - Geminus Corporation - http://www.geminus.org/ - 2772@hsesinfo.org - 8400 Louisiana Street - - Merrillville - IN - 46410 - 8400 Louisiana Street - - Merrillville - IN - 46410 - 8400 Louisiana Street - - Merrillville - IN - 46410 - Mr. - F217914 - L217914 - - Board Chairperson - 217914@hsesinfo.org - Mrs. - F217915 - L217915 - - President - 217915@hsesinfo.org - Mr. - F217917 - L217917 - - 217917@hsesinfo.org - Dr. - F217913 - L217913 - - 217913@hsesinfo.org - 555-555-7913 - - - 7019 - 2253 - 10475 - 000 - 1992 - 2016-01-01 - - HS - Active - O.C.E.A.N., Inc. - http://www.oceaninc.org - 2253@hsesinfo.org - 40 Washington St - Ste 1 - Toms River - NJ - 08753-7669 - PO BOX 1029 - - Toms River - NJ - 08754-1029 - 40 Washington St - Ste 1 - Toms River - NJ - 08753-7669 - Mrs. - F204799 - L204799 - - Board Chairperson - 204799@hsesinfo.org - Mr. - F204800 - L204800 - - President / CEO - 204800@hsesinfo.org - Mrs. - F204802 - L204802 - - 204802@hsesinfo.org - Mrs. - F204798 - L204798 - - 204798@hsesinfo.org - 555-555-4798 x 5555 - - - 11413 - 1525 - 13261 - 000 - 1999 - 2020-07-01 - - HS - Active - Southeastern Vermont Coummunity Action (SEVCA) - http://www.sevca.org - 1525@hsesinfo.org - 91 Buck Dr - - Westminster - VT - 05158-9617 - 107 Park St - Ste 1 - Springfield - VT - 05156-3070 - 107 Park St - Ste 1 - Springfield - VT - 05156-3070 - Mr. - F227933 - L227933 - - Board President - 227933@hsesinfo.org - Mr. - F227934 - L227934 - - Executive Director - 227934@hsesinfo.org - Mr. - F227936 - L227936 - - 227936@hsesinfo.org - Mrs. - F227932 - L227932 - - 227932@hsesinfo.org - 555-555-7932 x 5555 - - - 6342 - 6360 - 9991 - 200 - - 2015-07-01 - - EHS - Active - CDI HS/Rockaway Beach, NY - www.cdiheadstart.org - 6360@hsesinfo.org - 216 Beach 87th St - - Rockaway Beach - NY - 11693-1604 - PO Box 930386 - - Far Rockaway - NY - 11693-0386 - 216 Beach 87th St - - Rockaway Beach - NY - 11693-1604 - Mr. - F200064 - L200064 - - Chief Executive Officer - 200064@hsesinfo.org - Ms. - F200065 - L200065 - - Executive Director - 200065@hsesinfo.org - - F200067 - L200067 - - 200067@hsesinfo.org - Ms. - F200063 - L200063 - - 200063@hsesinfo.org - 555-555-0063 - - - 11473 - 5487 - 13298 - 000 - 2014 - 2020-07-01 - - Migrant HS - Active - Centro de la Familia de Utah - www.cdlf.org - 5487@hsesinfo.org - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - Mr. - F228337 - L228337 - - Board President - 228337@hsesinfo.org - Mr. - F228338 - L228338 - - CEO & Head Start Director - 228338@hsesinfo.org - Ms. - F228340 - L228340 - - 228340@hsesinfo.org - Mr. - F228336 - L228336 - - 228336@hsesinfo.org - 555-555-8336 - - - 9935 - 8974 - 12023 - 000 - 2019 - 2019-07-01 - - HS - Active - The Children's Aid Society - www.childrensaidnyc.org - 8974@hsesinfo.org - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - Ms. - F217949 - L217949 - - Board Chair - 217949@hsesinfo.org - Ms. - F217950 - L217950 - - President and CEO - 217950@hsesinfo.org - Ms. - F217952 - L217952 - - 217952@hsesinfo.org - Ms. - F217948 - L217948 - - 217948@hsesinfo.org - 555-555-7948 - - - 9936 - 8975 - 12023 - 200 - 2019 - 2019-07-01 - - EHS - Active - The Children's Aid Society - www.childrensaidnyc.org - 8975@hsesinfo.org - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - Ms. - F217956 - L217956 - - Board Chair - 217956@hsesinfo.org - Ms. - F217957 - L217957 - - President and CEO - 217957@hsesinfo.org - Ms. - F217959 - L217959 - - 217959@hsesinfo.org - Ms. - F217955 - L217955 - - 217955@hsesinfo.org - 555-555-7955 - - - 9931 - 1414 - 12026 - 000 - 2014 - 2019-07-01 - - HS - Active - Northeast Kansas Community Action Program, Inc. - http://www.nekcap.org - 1414@hsesinfo.org - 1260 220th St - - Hiawatha - KS - 66434-8923 - PO Box 380 - - Hiawatha - KS - 66434-0380 - 1260 220th St - - Hiawatha - KS - 66434-8923 - Mr. - F217921 - L217921 - CPA - NEK-CAP, Inc. Multi-County Board President - 217921@hsesinfo.org - Ms. - F217922 - L217922 - LMSW - NEK-CAP, Inc. Executive Director - 217922@hsesinfo.org - Mrs. - F217924 - L217924 - - 217924@hsesinfo.org - Ms. - F217920 - L217920 - LMSW - 217920@hsesinfo.org - 555-555-7920 x 5555 - - - 6412 - 1273 - 9958 - 000 - 1992 - 2015-06-01 - 2020-05-31 - HS - Inactive - Northern Arizona Council of Governments - http://www.nacog.org - 1273@hsesinfo.org - 119 E Aspen Ave - - Flagstaff - AZ - 86001-5222 - 119 E Aspen Ave - - Flagstaff - AZ - 86001-5222 - 119 E Aspen Ave - - Flagstaff - AZ - 86001-5222 - Ms. - F200554 - L200554 - - Vice Mayor, Town of Prescott Valley - 200554@hsesinfo.org - Mr. - F200555 - L200555 - - NACOG Executive Director - 200555@hsesinfo.org - Mr. - F200557 - L200557 - - 200557@hsesinfo.org - Ms. - F200553 - L200553 - - 200553@hsesinfo.org - 555-555-0553 x 5555 - - - 9938 - 8977 - 12024 - 200 - 2019 - 2019-07-01 - - EHS - Active - Yeled V'Yalda Early Childhood Center, Inc. - http://www.yeled.org - 8977@hsesinfo.org - 1312 38th Street - - Brooklyn - NY - 11218-3807 - 1312 38th Street - - Brooklyn - NY - 11218-3807 - 1312 38th Street - - Brooklyn - NY - 11218-3807 - Mr. - F217970 - L217970 - - Chairman of the Board of Directors - 217970@hsesinfo.org - Mr. - F217971 - L217971 - - CEO - 217971@hsesinfo.org - Mrs. - F217973 - L217973 - - 217973@hsesinfo.org - Mr. - F217969 - L217969 - - 217969@hsesinfo.org - 555-555-7969 x 5555 - - - 6275 - 204 - 9890 - 200 - 2004 - 2015-05-01 - 2020-04-30 - EHS - Inactive - GREATER LAWRENCE COMMUNITY ACTION COUNCIL, INC - http://www.glcac.org - 204@hsesinfo.org - Early Head Start Program - 305 Essex Street, 3rd. flr. - Lawrence - MA - 01840-1473 - Early Head Start Program - 305 Essex Street, 3rd. flr. - Lawrence - MA - 01840-1473 - Early Head Start Program - 305 Essex Street, 3rd. flr. - Lawrence - MA - 01840-1473 - Mr. - F110305 - L110305 - - Chairperson - Board of Directors - 110305@hsesinfo.org - Ms. - F110302 - L110302 - - - 110302@hsesinfo.org - Mr. - F110303 - L110303 - - 110303@hsesinfo.org - Ms. - F110300 - L110300 - - 110300@hsesinfo.org - 555-555-0300 x 5555 - - - 4432 - 1574 - 8466 - 000 - 2013 - 2013-11-01 - 2019-06-30 - HS - Inactive - Region IX Education Service Center - http://www.esc9.net - 1574@hsesinfo.org - 301 Loop 11 - - Wichita Falls - TX - 76306-3799 - 301 Loop 11 - - Wichita Falls - TX - 76306-3799 - 301 Loop 11 - - Wichita Falls - TX - 76306-3799 - Mr. - F41422 - L41422 - - Chairman of the Region 9 ESC Board of Directors - 41422@hsesinfo.org - Mr. - F41421 - L41421 - - Executive Director - 41421@hsesinfo.org - Ms. - F41419 - L41419 - - 41419@hsesinfo.org - Mrs. - F41417 - L41417 - - 41417@hsesinfo.org - 555-555-1417 x 5555 - - - 9932 - 1415 - 12026 - 200 - 2014 - 2019-07-01 - - EHS - Active - Northeast Kansas Community Action Program, Inc. - http://www.nekcap.org - 1415@hsesinfo.org - 1260 220th St - - Hiawatha - KS - 66434-8923 - PO Box 380 - - Hiawatha - KS - 66434-0380 - 1260 220th St - - Hiawatha - KS - 66434-8923 - Mr. - F217928 - L217928 - CPA - NEK-CAP, Inc. Multi-County Board President - 217928@hsesinfo.org - Ms. - F217929 - L217929 - LMSW - NEK-CAP, Inc. Executive Director - 217929@hsesinfo.org - Mrs. - F217931 - L217931 - - 217931@hsesinfo.org - Ms. - F217927 - L217927 - LMSW - 217927@hsesinfo.org - 555-555-7927 x 5555 - - - 9121 - 3789 - 11434 - 012 - 2013 - 2018-09-01 - - HS - Active - Hemet Unified School District - http://preschool.hemetusd.org - 3789@hsesinfo.org - 220 S Franklin St. - - Hemet - CA - 92543 - 220 S Franklin St - - Hemet - CA - 92543 - 220 S Franklin St - - Hemet - CA - 92543 - Dr. - F212437 - L212437 - - Superintendent - 212437@hsesinfo.org - Mrs. - F212438 - L212438 - - Assistant Superintendent - 212438@hsesinfo.org - Mrs. - F212440 - L212440 - - 212440@hsesinfo.org - Dr. - F212436 - L212436 - - 212436@hsesinfo.org - 555-555-2436 x 5555 - - - 6413 - 1272 - 9958 - 200 - 2003 - 2015-06-01 - 2020-05-31 - EHS - Inactive - Northern Arizona Council of Governments - http://www.nacog.org - 1272@hsesinfo.org - 119 E Aspen Ave - - Flagstaff - AZ - 86001-5222 - 119 E Aspen Ave - - Flagstaff - AZ - 86001-5222 - 119 E Aspen Ave - - Flagstaff - AZ - 86001-5222 - Ms. - F200561 - L200561 - - Supervisor Coconino County - 200561@hsesinfo.org - Mr. - F200562 - L200562 - - NACOG Executive Director - 200562@hsesinfo.org - Mr. - F200564 - L200564 - - 200564@hsesinfo.org - Ms. - F200560 - L200560 - - 200560@hsesinfo.org - 555-555-0560 x 5555 - - - 11445 - 1663 - 13282 - 200 - 2003 - 2020-07-01 - - EHS - Active - YWCA of Greater Baton Rouge - www.ywca-br.org - 1663@hsesinfo.org - 11404 Lake Sherwood Ave N - Ste B - Baton Rouge - LA - 70816-0418 - 11404 Lake Sherwood Ave N - Ste B - Baton Rouge - LA - 70816-0418 - 11404 Lake Sherwood Ave N - Ste B - Baton Rouge - LA - 70816-0418 - Ms. - F228155 - L228155 - - Board President - 228155@hsesinfo.org - Ms. - F228156 - L228156 - - CEO/Early Head Start Director - 228156@hsesinfo.org - Ms. - F228158 - L228158 - - 228158@hsesinfo.org - Ms. - F228154 - L228154 - - 228154@hsesinfo.org - 555-555-8154 - - - 9937 - 8976 - 12024 - 000 - 2019 - 2019-07-01 - - HS - Active - Yeled V'Yalda Early Childhood Center, Inc. - http://www.yeled.org - 8976@hsesinfo.org - 1312 38th Street - - Brooklyn - NY - 11218-3807 - 1312 38th Street - - Brooklyn - NY - 11218-3807 - 1312 38th Street - - Brooklyn - NY - 11218-3807 - Mr. - F217963 - L217963 - - Chairman of the Board of Directors - 217963@hsesinfo.org - Mr. - F217964 - L217964 - - CEO - 217964@hsesinfo.org - Mrs. - F217966 - L217966 - - 217966@hsesinfo.org - Mr. - F217962 - L217962 - - 217962@hsesinfo.org - 555-555-7962 x 5555 - - - 6371 - 1786 - 9965 - 000 - 2002 - 2015-07-01 - 2020-06-30 - HS - Inactive - Polk County Schools - http://polkschools.org - 1786@hsesinfo.org - 125 E Mills St - - Columbus - NC - 28722-9729 - 125 E Mills St - - Columbus - NC - 28722-9729 - 125 E Mills St - - Columbus - NC - 28722-9729 - Mr. - F200267 - L200267 - - Board of Education Chairperson - 200267@hsesinfo.org - Mr. - F200268 - L200268 - - Director of Curriculum and Instruction - 200268@hsesinfo.org - Mrs. - F200270 - L200270 - - 200270@hsesinfo.org - Mrs. - F200266 - L200266 - - 200266@hsesinfo.org - 555-555-0266 - - - 4463 - 2061 - 8391 - 200 - 2013 - 2013-11-01 - 2019-06-30 - EHS - Inactive - Educational Opportunities for Children and Families - http://www.eocfwa.org - 2061@hsesinfo.org - 17800 SE Mill Plain Blvd. Ste 150 - - Vancouver - WA - 98683-7588 - 17800 SE Mill Plain Blvd. Ste 150 - - Vancouver - WA - 98683-7588 - 17800 SE Mill Plain Blvd. Ste 150 - - Vancouver - WA - 98683-7588 - Ms. - F41637 - L41637 - - Board Chair - 41637@hsesinfo.org - Ms. - F41638 - L41638 - - Executive Director - 41638@hsesinfo.org - Ms. - F41641 - L41641 - - 41641@hsesinfo.org - Ms. - F41636 - L41636 - - 41636@hsesinfo.org - 555-555-1636 - - - 8737 - 8595 - 11110 - 004 - 2017 - 2017-08-01 - - HS - Active - Municipality of Cayey - - 8595@hsesinfo.org - Carr 1 Km 55.7 Bo Montellano - - Cayey - PR - 00736 - PO Box 371330 - - Cayey - PR - 00737-1330 - Carr 1 Km 55.7 Bo Montellano - - Cayey - PR - 00736 - Mr. - F209644 - L209644 - - - 209644@hsesinfo.org - Bishop - F209645 - L209645 - - - 209645@hsesinfo.org - - F209647 - L209647 - - 209647@hsesinfo.org - Ms. - F209643 - L209643 - - 209643@hsesinfo.org - 555-555-9643 - - - 7028 - 1403 - 10473 - 000 - 1992 - 2016-01-01 - - HS - Active - Delta Area Economic Opportunity Corporation - http://www.daeoc.com - 1403@hsesinfo.org - 99 Skyview Rd - - Portageville - MO - 63873-9180 - 99 Skyview Rd - - Portageville - MO - 63873-9180 - 99 Skyview Rd - - Portageville - MO - 63873-9180 - Mr. - F204862 - L204862 - - Board Chairperson - 204862@hsesinfo.org - Mr. - F204863 - L204863 - - - 204863@hsesinfo.org - Mr. - F204865 - L204865 - - 204865@hsesinfo.org - Mrs. - F204861 - L204861 - - 204861@hsesinfo.org - 555-555-4861 x 5555 - - - 10151 - 5571 - 12186 - 001 - 2014 - 2019-07-01 - - HS - Active - Bonner Springs Head Start - usd204.net - 5571@hsesinfo.org - 402 N Neconi Ave - - Bonner Springs - KS - 66012-1551 - 402 N Neconi Ave - - Bonner Springs - KS - 66012-1551 - 402 N Neconi Ave - - Bonner Springs - KS - 66012-1551 - Mr. - F219425 - L219425 - - - 219425@hsesinfo.org - Mr. - F219423 - L219423 - - - 219423@hsesinfo.org - Mrs. - F219426 - L219426 - - 219426@hsesinfo.org - Mrs. - F219422 - L219422 - - 219422@hsesinfo.org - 555-555-9422 x 5555 - - - 10476 - 6079 - 12462 - 200 - - 2019-09-01 - - EHS - Active - Community Action Council For Lexington-Fayette, Bourbon, Harrison & Nicholas Counties Inc - http://www.commaction.org - 6079@hsesinfo.org - 710 West High Street - - Lexington - KY - 40508-2451 - 710 West High Street - - Lexington - KY - 40508-2451 - 710 West High Street - - Lexington - KY - 40508-2451 - Ms. - F221673 - L221673 - - Board Chairman - 221673@hsesinfo.org - Mrs. - F221674 - L221674 - - Executive Director - 221674@hsesinfo.org - Mrs. - F221676 - L221676 - - 221676@hsesinfo.org - Mrs. - F221672 - L221672 - - 221672@hsesinfo.org - 555-555-1672 x 5555 - - - 5786 - 5792 - 9409 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - City of Phoenix - phoenix.gov - 5792@hsesinfo.org - 200 W Washington St - Fl 17 - Phoenix - AZ - 85003-1611 - 200 W Washington St - Fl 17 - Phoenix - AZ - 85003-1611 - 200 W Washington St - Fl 17 - Phoenix - AZ - 85003-1611 - Mr. - F103596 - L103596 - - Vice Mayor - 103596@hsesinfo.org - Ms. - F103597 - L103597 - - Human Services Director - 103597@hsesinfo.org - Ms. - F103599 - L103599 - - 103599@hsesinfo.org - Ms. - F103595 - L103595 - - 103595@hsesinfo.org - 555-555-3595 - - - 7052 - 2630 - 10485 - 200 - 2011 - 2016-01-01 - - AIAN EHS - Active - Confederated Tribes of Grand Ronde Community of Oregon - www.grandronde.org - 2630@hsesinfo.org - 9615 Grand Ronde Rd - - Grand Ronde - OR - 97347-9712 - 9615 Grand Ronde Rd - - Grand Ronde - OR - 97347-9712 - 9615 Grand Ronde Rd - - Grand Ronde - OR - 97347-9712 - Ms. - F205031 - L205031 - - Tribal Council Chairwoman - 205031@hsesinfo.org - Mr. - F205032 - L205032 - - Executive Officer - 205032@hsesinfo.org - Ms. - F205034 - L205034 - - 205034@hsesinfo.org - Mrs. - F205030 - L205030 - - 205030@hsesinfo.org - 555-555-5030 - - - 549 - 977 - 800 - 000 - 2013 - 2013-07-02 - 2019-02-28 - HS - Inactive - Monticello Area Community Action Agency - http://www.macaa.org - 977@hsesinfo.org - 1025 Park Street - - Charlottesville - VA - 22901-3934 - 1025 Park Street - - Charlottesville - VA - 22901-3934 - 1025 Park Street - - Charlottesville - VA - 22901-3934 - Mr. - F37179 - L37179 - - Board President - 37179@hsesinfo.org - Ms. - F37178 - L37178 - - Executive Director/Head Start Director - 37178@hsesinfo.org - Mr. - F37177 - L37177 - - 37177@hsesinfo.org - Ms. - F37175 - L37175 - - 37175@hsesinfo.org - 555-555-7175 x 5555 - - - 6680 - 6698 - 2927 - 200 - - 2015-07-28 - 2019-02-28 - EHS - Inactive - Wright County Community Action, Inc. - http://www.wccaweb.com - 6698@hsesinfo.org - 130 Division St W - - Maple Lake - MN - 55358-4575 - 130 Division St W - - Maple Lake - MN - 55358-4575 - 130 Division St W - - Maple Lake - MN - 55358-4575 - Ms. - F202431 - L202431 - - WCCA Board Chairperson - 202431@hsesinfo.org - Mr. - F202432 - L202432 - - WCCA Executive Director - 202432@hsesinfo.org - Ms. - F202434 - L202434 - - 202434@hsesinfo.org - Ms. - F202430 - L202430 - - 202430@hsesinfo.org - 555-555-2430 x 5555 - - - 6863 - 3405 - 10329 - 201 - - 2015-09-01 - 2020-08-31 - EHS - Inactive - Westmoreland Community Action - http://www.westmorelandca.org - 3405@hsesinfo.org - 226 S Maple Avenue - - Greensburg - PA - 15601-3432 - 226 S Maple Avenue - - Greensburg - PA - 15601-3432 - 226 S Maple Avenue - - Greensburg - PA - 15601-3432 - Mr. - F203716 - L203716 - - WCA Board President - 203716@hsesinfo.org - Mrs. - F203717 - L203717 - - CEO - 203717@hsesinfo.org - Ms. - F203719 - L203719 - - 203719@hsesinfo.org - Ms. - F203715 - L203715 - - 203715@hsesinfo.org - 555-555-3715 x 5555 - - - 9254 - 1018 - 11526 - 000 - 1992 - 2019-01-01 - - HS - Active - Plattsmouth Community School District - www.pcsd.org - 1018@hsesinfo.org - 902 Main St. - - Plattsmouth - NE - 68048 - 1912 East Highway 34 - - Plattsmouth - NE - 68048 - 1912 East Highway 34 - - Plattsmouth - NE - 68048 - Mr. - F213322 - L213322 - - President, Board of Education - 213322@hsesinfo.org - Dr. - F213323 - L213323 - - Superintendent - 213323@hsesinfo.org - Ms. - F213325 - L213325 - - 213325@hsesinfo.org - Mrs. - F213321 - L213321 - - 213321@hsesinfo.org - 555-555-3321 x 5555 - - - 6743 - 1915 - 10227 - 000 - 1992 - 2015-08-01 - 2020-07-31 - HS - Inactive - Southeastern Indiana Economic Opportunity Corp - http://www.sieoc.org - 1915@hsesinfo.org - 110 Importing St - - Aurora - IN - 47001-1434 - 110 Importing St - - Aurora - IN - 47001-1434 - 110 Importing St - - Aurora - IN - 47001-1434 - Mrs. - F202872 - L202872 - - Board of Director President - 202872@hsesinfo.org - Mrs. - F202873 - L202873 - - Executive Director - 202873@hsesinfo.org - Mrs. - F202875 - L202875 - - 202875@hsesinfo.org - Ms. - F202871 - L202871 - - 202871@hsesinfo.org - 555-555-2871 x 5555 - - - 9973 - 294 - 12065 - 000 - 1992 - 2019-07-01 - - HS - Active - Mayor & City Council of Baltimore City - 1800 Washington Blvd, Suite 340 - 294@hsesinfo.org - 1800 Washington Blvd - Ste 340 - Baltimore - MD - 21230-1732 - 1800 Washington Blvd - Ste 340 - Baltimore - MD - 21230-1732 - 1800 Washington Blvd - Ste 340 - Baltimore - MD - 21230-1732 - Ms. - F218204 - L218204 - - Senior Associate - The Annie E. Casey Foundation - 218204@hsesinfo.org - Ms. - F218205 - L218205 - - - 218205@hsesinfo.org - Ms. - F218207 - L218207 - - 218207@hsesinfo.org - Ms. - F218203 - L218203 - - 218203@hsesinfo.org - 555-555-8203 - - - 9255 - 6351 - 11526 - 200 - - 2019-01-01 - - EHS - Active - Plattsmouth Community School District - www.pcsd.org - 6351@hsesinfo.org - 902 Main St. - - Plattsmouth - NE - 68048 - 1912 E Highway 34 - - Plattsmouth - NE - 68048-5676 - 1912 E Highway 34 - - Plattsmouth - NE - 68048-5676 - Mr. - F213329 - L213329 - - President, Board of Education - 213329@hsesinfo.org - Dr. - F213330 - L213330 - - Superintendent - 213330@hsesinfo.org - Mrs. - F213332 - L213332 - - 213332@hsesinfo.org - Mrs. - F213328 - L213328 - - 213328@hsesinfo.org - 555-555-3328 x 5555 - - - 9327 - 3042 - 11581 - 200 - 2014 - 2019-02-01 - - EHS - Active - Quintana Baptist Church - - 3042@hsesinfo.org - Edificio Caribe Plaza - 579 Ave Ponce De Leon - San Juan - PR - 00920 - 2000 Carr 8177 - Suite 26 PMB 473 - Guaynabo - PR - 00966 - Edificio Plaza Caribe - 579 Ave Ponce De Leon - San Juan - PR - 00920 - Mr. - F213826 - L213826 - - Board President - 213826@hsesinfo.org - Mr. - F213827 - L213827 - - - 213827@hsesinfo.org - Mrs. - F213829 - L213829 - - 213829@hsesinfo.org - Mrs. - F213825 - L213825 - - 213825@hsesinfo.org - 555-555-3825 - - - 8253 - 417 - 10650 - 000 - 1991 - 2016-07-01 - 2020-10-31 - HS - Inactive - Southwestern Wisconsin Community Action Program - www.swcap.org - 417@hsesinfo.org - 149 N. Iowa Street - - Dodgeville - WI - 53533-1545 - 149 N. Iowa Street - - Dodgeville - WI - 53533-1545 - 149 N. Iowa Street - - Dodgeville - WI - 53533-1545 - Ms. - F206886 - L206886 - - SWCAP Board Chair - 206886@hsesinfo.org - Mr. - F206887 - L206887 - - Executive Director - 206887@hsesinfo.org - Ms. - F206889 - L206889 - - 206889@hsesinfo.org - Ms. - F206885 - L206885 - - 206885@hsesinfo.org - 555-555-6885 - - - 4696 - 3907 - 8678 - 024 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - East Harlem Council  Bilingual Head Start Program - - 3907@hsesinfo.org - 440 East 116th Street - - New York - NY - 10029-1604 - 440 East 116th Street - - New York - NY - 10029-1604 - 440 East 116th Street - - New York - NY - 10029-1604 - Ms. - F45623 - L45623 - - Board Chairperson - 45623@hsesinfo.org - Mr. - F45621 - L45621 - - - 45621@hsesinfo.org - - F45620 - L45620 - - 45620@hsesinfo.org - Ms. - F45618 - L45618 - - 45618@hsesinfo.org - 555-555-5618 - - - 7069 - 2235 - 10501 - 000 - 1994 - 2016-01-01 - - HS - Active - Children First, Inc. - http://www.childrenfirst.net - 2235@hsesinfo.org - 1723 N Orange Ave - - Sarasota - FL - 34234-8511 - 1723 N Orange Ave - - Sarasota - FL - 34234-8511 - 1723 N Orange Ave - - Sarasota - FL - 34234-8511 - Mr. - F205151 - L205151 - - Board Chair - 205151@hsesinfo.org - Mr. - F205152 - L205152 - - - 205152@hsesinfo.org - Ms. - F205154 - L205154 - - 205154@hsesinfo.org - Mrs. - F205150 - L205150 - - 205150@hsesinfo.org - 555-555-5150 - - - 8154 - 2782 - 10598 - 200 - 2011 - 2016-07-01 - 2020-03-31 - EHS - Inactive - HOPES Community Action Partnership, Inc. - www.hopes.org - 2782@hsesinfo.org - 301 Garden St - Hopes Cap, Inc. Early Head Start - Hoboken - NJ - 07030-3873 - 301 Garden St - Hopes Cap, Inc. Early Head Start - Hoboken - NJ - 07030-3873 - 301 Garden St - Hopes Cap, Inc. - Hoboken - NJ - 07030-3873 - Mr. - F206193 - L206193 - - Board Chair - 206193@hsesinfo.org - Ms. - F206194 - L206194 - - President/CEO - 206194@hsesinfo.org - Ms. - F206196 - L206196 - - 206196@hsesinfo.org - Ms. - F206192 - L206192 - - 206192@hsesinfo.org - 555-555-6192 x 5555 - - - 8681 - 3149 - 11058 - 000 - 2012 - 2017-07-01 - 2019-12-31 - HS - Inactive - Ki Bois Community Action Foundation Inc - www.kibois.org - 3149@hsesinfo.org - 200 SE A St - - Stigler - OK - 74462-2418 - PO Box 727 - - Stigler - OK - 74462-0727 - 200 SE A St - - Stigler - OK - 74462-2418 - Mr. - F209276 - L209276 - - Board Chair - 209276@hsesinfo.org - Mr. - F209277 - L209277 - - - 209277@hsesinfo.org - Ms. - F209279 - L209279 - - 209279@hsesinfo.org - Mrs. - F209275 - L209275 - - 209275@hsesinfo.org - 555-555-9275 - - - 10555 - 6061 - 12544 - 200 - - 2019-09-01 - - EHS - Active - Associates for Human Services, Inc. - http://www.ahsinc.org - 6061@hsesinfo.org - 68 Allison Avenue - - Taunton - MA - 02780-6958 - 68 Allison Avenue - - Taunton - MA - 02780-6958 - 68 Allison Avenue - - Taunton - MA - 02780-6958 - Ms. - F222224 - L222224 - - Board Chair - 222224@hsesinfo.org - Ms. - F222225 - L222225 - - Executive Director - 222225@hsesinfo.org - Ms. - F222227 - L222227 - - 222227@hsesinfo.org - Mrs. - F222223 - L222223 - - 222223@hsesinfo.org - 555-555-2223 x 5555 - - - 4416 - 433 - 8414 - 000 - 1991 - 2013-10-25 - 2018-09-30 - HS - Inactive - CULLMAN CITY CHILD DEVELOPMENT CENTER - http://www.cullmancats.net - 433@hsesinfo.org - 900 Hoehn Dr - Attn: Patricia R. Culpepper - Cullman - AL - 35055-6019 - 900 Hoehn Dr - Attn: Patricia R. Culpepper - Cullman - AL - 35055-6019 - 900 Hoehn Dr - Attn: Patricia R. Culpepper, Director - Cullman - AL - 35055-6019 - Mr. - F41303 - L41303 - - President - 41303@hsesinfo.org - Dr. - F41302 - L41302 - - - 41302@hsesinfo.org - Mrs. - F41304 - L41304 - - 41304@hsesinfo.org - Mrs. - F41301 - L41301 - - 41301@hsesinfo.org - 555-555-1301 - - - 6446 - 6464 - 10007 - 000 - - 2015-06-01 - 2020-05-31 - HS - Inactive - Montgomery County Intermediate Unit - www.mciu.org - 6464@hsesinfo.org - 2 W Lafayette St - - Norristown - PA - 19401-4758 - 2 W Lafayette St - - Norristown - PA - 19401-4758 - 2 W Lafayette St - - Norristown - PA - 19401-4758 - Mrs. - F200792 - L200792 - - Board President - 200792@hsesinfo.org - Dr. - F200793 - L200793 - - Chief Executive Officer - 200793@hsesinfo.org - Mrs. - F200795 - L200795 - - 200795@hsesinfo.org - Mrs. - F200791 - L200791 - - 200791@hsesinfo.org - 555-555-0791 - - - 7063 - 2819 - 10508 - 200 - 2011 - 2016-01-01 - - EHS - Active - Early Head Start of Northern Fairfield County - www.ct-institute.org - 2819@hsesinfo.org - 120 Main St Fl 4 - - Danbury - CT - 06810-7834 - 120 Main St Fl 4 - - Danbury - CT - 06810-7834 - 120 Main St Fl 4 - - Danbury - CT - 06810-7834 - Dr. - F205109 - L205109 - Ph.D - Board Chair - 205109@hsesinfo.org - Mr. - F205110 - L205110 - Esq. - President/Chief Executive Officer - 205110@hsesinfo.org - Ms. - F205112 - L205112 - - 205112@hsesinfo.org - Ms. - F205108 - L205108 - - 205108@hsesinfo.org - 555-555-5108 x 5555 - - - 9257 - 4576 - 11527 - 200 - 2013 - 2019-01-01 - - EHS - Active - Child Care Resource Center - www.ccrcca.org - 4576@hsesinfo.org - 20001 Prairie Street - - Chatsworth - CA - 91311-6508 - 20001 Prairie Street - - Chatsworth - CA - 91311-6508 - 20001 Prairie Street - - Chatsworth - CA - 91311-6508 - Mr. - F213343 - L213343 - - Board Chair - 213343@hsesinfo.org - Mr. - F213344 - L213344 - Phd - President & CEO - 213344@hsesinfo.org - Mrs. - F213346 - L213346 - - 213346@hsesinfo.org - Ms. - F213342 - L213342 - - 213342@hsesinfo.org - 555-555-3342 - - - 4555 - 844 - 8524 - 000 - 2013 - 2013-12-23 - 2019-06-30 - HS - Inactive - Butler County Educational Service Center - http://www.bcesc.org - 844@hsesinfo.org - 400 North Erie Blvd, Suite A - - Hamilton - OH - 45011 - 400 North Erie Blvd, Suite A - - Hamilton - OH - 45011 - 400 North Erie Blvd, Suite A - - Hamilton - OH - 45011 - Mr. - F43250 - L43250 - - BCESC Board Chairman - 43250@hsesinfo.org - Mr. - F43252 - L43252 - - Superintendent - 43252@hsesinfo.org - Mrs. - F43254 - L43254 - - 43254@hsesinfo.org - Mrs. - F43249 - L43249 - - 43249@hsesinfo.org - 555-555-3249 - - - 8300 - 899 - 10682 - 200 - 2003 - 2016-07-01 - - EHS - Active - Union County Community Action, Inc. - http://www.uccainc.org - 899@hsesinfo.org - 1401 W Roosevelt Blvd - Ste H - Monroe - NC - 28110-2769 - P. O. Box 1029 - 1401-H West Roosevelt Blvd - Monroe - NC - 28111-1029 - 1401 W Roosevelt Blvd - Ste H - Monroe - NC - 28110-2769 - Mr. - F207240 - L207240 - - Chairman - 207240@hsesinfo.org - Mrs. - F207241 - L207241 - - - 207241@hsesinfo.org - Ms. - F207243 - L207243 - - 207243@hsesinfo.org - Mr. - F207239 - L207239 - - 207239@hsesinfo.org - 555-555-7239 x 5555 - - - 4556 - 2740 - 8524 - 200 - 2013 - 2013-12-23 - 2019-06-30 - EHS - Inactive - Butler County Educational Service Center - www.bcesc.org - 2740@hsesinfo.org - 400 North Erie Blvd, Suite A - - Hamilton - OH - 45011 - 400 North Erie Blvd, Suite A - - Hamilton - OH - 45011 - 400 North Erie Blvd, Suite A - - Hamilton - OH - 45011 - Mr. - F43260 - L43260 - - BCESC Board Chairman - 43260@hsesinfo.org - Mr. - F43258 - L43258 - - Superintendent - 43258@hsesinfo.org - Mrs. - F43257 - L43257 - - 43257@hsesinfo.org - Mrs. - F43256 - L43256 - - 43256@hsesinfo.org - 555-555-3256 - - - 5321 - 1905 - 9038 - 000 - 2014 - 2014-08-01 - 2020-07-31 - HS - Inactive - Capital Area Community Services, Inc. - http://www.cacsheadstart.org - 1905@hsesinfo.org - 101 East Willow Street - - Lansing - MI - 48906-4814 - 101 East Willow Street - - Lansing - MI - 48906-4814 - 101 East Willow Street - - Lansing - MI - 48906-4814 - Mr. - F54149 - L54149 - III - Board Chairperson - 54149@hsesinfo.org - Mr. - F54148 - L54148 - - Executive Director - 54148@hsesinfo.org - Mrs. - F54151 - L54151 - - 54151@hsesinfo.org - Mrs. - F54147 - L54147 - - 54147@hsesinfo.org - 555-555-4147 - - - 6749 - 6767 - 10187 - 200 - - 2015-07-01 - 2020-06-30 - EHS - Inactive - Urban League of Metropolitan St. Louis - http://www.urbanleague-stl.org - 6767@hsesinfo.org - 8964 Jennings Station Rd - - Saint Louis - MO - 63136-5062 - 8964 Jennings Station Rd - - Saint Louis - MO - 63136-5062 - 8964 Jennings Station Rd - - Saint Louis - MO - 63136-5062 - Mr. - F202914 - L202914 - - Chairman of the Board - 202914@hsesinfo.org - Mr. - F202915 - L202915 - - - 202915@hsesinfo.org - Ms. - F202917 - L202917 - - 202917@hsesinfo.org - Dr. - F202913 - L202913 - - 202913@hsesinfo.org - 555-555-2913 x 5555 - - - 10478 - 6221 - 12467 - 200 - - 2019-09-01 - - EHS - Active - Family Services Child Development - www.familyservicesforsyth.org - 6221@hsesinfo.org - 1200 S Broad St - - Winston Salem - NC - 27101-5760 - 1200 S Broad St - - Winston Salem - NC - 27101-5760 - 1200 S Broad St - - Winston Salem - NC - 27101-5760 - Ms. - F221687 - L221687 - - Board Chair - 221687@hsesinfo.org - Mr. - F221688 - L221688 - - Family Services. Inc. Chief Executive Officer - 221688@hsesinfo.org - Ms. - F221690 - L221690 - - 221690@hsesinfo.org - Ms. - F221686 - L221686 - - 221686@hsesinfo.org - 555-555-1686 x 5555 - - - 10479 - 6045 - 12471 - 200 - - 2019-09-01 - - EHS - Active - Head Start of Greater Dallas, Inc. - http://www.hsgd.org - 6045@hsesinfo.org - 3954 Gannon Lane - - Dallas - TX - 75237-2919 - 3954 Gannon Lane - - Dallas - TX - 75237-2919 - 3954 Gannon Lane - - Dallas - TX - 75237-2919 - Mr. - F221694 - L221694 - - Board of Directors President - 221694@hsesinfo.org - Ms. - F221695 - L221695 - - Chief Operations Officer/Head Start Director - 221695@hsesinfo.org - Ms. - F221697 - L221697 - - 221697@hsesinfo.org - Ms. - F221693 - L221693 - - 221693@hsesinfo.org - 555-555-1693 - - - 10480 - 6022 - 12470 - 200 - - 2019-09-01 - - EHS - Active - Shasta County Head Start Child Development, Inc. - shastaheadstart.org - 6022@hsesinfo.org - 375 Lake Blvd - Ste 100 - Redding - CA - 96003-2557 - 375 Lake Blvd - Ste 100 - Redding - CA - 96003-2557 - 375 Lake Blvd - Ste 100 - Redding - CA - 96003-2557 - Mr. - F221701 - L221701 - - Board Chairperson - 221701@hsesinfo.org - Mr. - F221702 - L221702 - - Executive Director - 221702@hsesinfo.org - Mrs. - F221704 - L221704 - - 221704@hsesinfo.org - Ms. - F221700 - L221700 - - 221700@hsesinfo.org - 555-555-1700 - - - 10481 - 6024 - 12463 - 200 - - 2019-09-01 - - EHS - Active - Stanislaus County Office of Education - https://stancoe.org/division/child-family-services - 6024@hsesinfo.org - 1100 H Street - - Modesto - CA - 95354-2338 - 1100 H St - - Modesto - CA - 95354-2338 - 1100 H St - - Modesto - CA - 95354-2338 - Mr. - F221708 - L221708 - - Superintendent - 221708@hsesinfo.org - Mr. - F221709 - L221709 - - Executive Director - 221709@hsesinfo.org - Ms. - F221711 - L221711 - - 221711@hsesinfo.org - Ms. - F221707 - L221707 - - 221707@hsesinfo.org - 555-555-1707 - - - 10482 - 6799 - 12475 - 201 - - 2019-09-01 - - EHS - Active - Family Resource & Referral Center - www.frrcsj.org - 6799@hsesinfo.org - 509 W Weber Ave - Ste 101 - Stockton - CA - 95203-3107 - 509 W Weber Ave - Ste 101 - Stockton - CA - 95203-3107 - 509 W Weber Ave - Ste 101 - Stockton - CA - 95203-3107 - Mr. - F221715 - L221715 - - Board President - 221715@hsesinfo.org - Ms. - F221716 - L221716 - - Executive Director - 221716@hsesinfo.org - - F221718 - L221718 - - 221718@hsesinfo.org - Ms. - F221714 - L221714 - - 221714@hsesinfo.org - 555-555-1714 - - - 10483 - 6800 - 12476 - 202 - - 2019-09-01 - - EHS - Active - Modesto City Schools - www.mcs4kids.com - 6800@hsesinfo.org - 1017 Reno Ave, Bldg C - - Modesto - CA - 95351 - 1017 Reno Ave, Bldg C - - Modesto - CA - 95351 - 1017 Reno Ave, Bldg C - - Modesto - CA - 95351 - Mr. - F221722 - L221722 - - President - 221722@hsesinfo.org - Ms. - F221723 - L221723 - - Superintendent - 221723@hsesinfo.org - Ms. - F221725 - L221725 - - 221725@hsesinfo.org - Ms. - F221721 - L221721 - - 221721@hsesinfo.org - 555-555-1721 - - - 10484 - 6190 - 12466 - 200 - - 2019-09-01 - - EHS - Active - Olympic Educational Service District 114 - http://oesd114.org - 6190@hsesinfo.org - 105 National Ave N - - Bremerton - WA - 98312-3537 - 105 National Ave N - - Bremerton - WA - 98312-3537 - 105 National Ave N - - Bremerton - WA - 98312-3537 - Mr. - F221729 - L221729 - - Board Chair - 221729@hsesinfo.org - Mr. - F221730 - L221730 - - Superintendent - 221730@hsesinfo.org - Ms. - F221732 - L221732 - - 221732@hsesinfo.org - Mrs. - F221728 - L221728 - - 221728@hsesinfo.org - 555-555-1728 - - - 7067 - 2163 - 10504 - 000 - 2006 - 2016-01-01 - - HS - Active - Juniata County Head Start - http://www.tiu11.org - 2163@hsesinfo.org - 538 E Industrial Dr - - Mifflintown - PA - 17059-8295 - 538 E Industrial Dr - - Mifflintown - PA - 17059-8295 - 538 E Industrial Dr - - Mifflintown - PA - 17059-8295 - Ms. - F205137 - L205137 - - Board President - 205137@hsesinfo.org - Dr. - F205138 - L205138 - - - 205138@hsesinfo.org - Ms. - F205140 - L205140 - - 205140@hsesinfo.org - Mrs. - F205136 - L205136 - - 205136@hsesinfo.org - 555-555-5136 - - - 10746 - 9090 - 12019 - 200 - 2020 - 2020-01-01 - - EHS - Active - United Academy Inc - - 9090@hsesinfo.org - 722 Wythe Avenue - - Brooklyn - NY - 11249-7532 - 722 Wythe Avenue - - Brooklyn - NY - 11249-7532 - 722 Wythe Avenue - - Brooklyn - NY - 11249-7532 - Mr. - F223551 - L223551 - - - 223551@hsesinfo.org - Mr. - F223549 - L223549 - - - 223549@hsesinfo.org - Mrs. - F223552 - L223552 - - 223552@hsesinfo.org - Mr. - F223548 - L223548 - - 223548@hsesinfo.org - 555-555-3548 x 5555 - - - 9258 - 2342 - 11528 - 000 - 2013 - 2019-01-01 - - HS - Active - Kiryas Joel Municipal Local Development - - 2342@hsesinfo.org - 48 Bakertown Rd - Ste 406 - Monroe - NY - 10950-8433 - 48 Bakertown Road, Suite 406 - - Monroe - NY - 10950 - 48 Bakertown Road, Suite 406 - - Monroe - NY - 10950 - Mr. - F213350 - L213350 - - Chairman - 213350@hsesinfo.org - Mr. - F213351 - L213351 - - - 213351@hsesinfo.org - Mrs. - F213353 - L213353 - - 213353@hsesinfo.org - Mr. - F213349 - L213349 - - 213349@hsesinfo.org - 555-555-3349 - - - 9259 - 2861 - 11528 - 200 - 2013 - 2019-01-01 - - EHS - Active - Kiryas Joel Municipal Local Development - - 2861@hsesinfo.org - 48 Bakertown Road, Suite 406 - - Monroe - NY - 10950 - 48 Bakertown Road, Suite 406 - - Monroe - NY - 10950 - 48 Bakertown Road, Suite 406 - - Monroe - NY - 10950 - Mr. - F213357 - L213357 - - Chairman - 213357@hsesinfo.org - Mr. - F213358 - L213358 - - - 213358@hsesinfo.org - Mrs. - F213360 - L213360 - - 213360@hsesinfo.org - Mr. - F213356 - L213356 - - 213356@hsesinfo.org - 555-555-3356 - - - 4446 - 389 - 8469 - 200 - 2013 - 2013-11-01 - 2018-10-31 - EHS - Inactive - Wayne Action Group for Economic Solvency, Inc - http://www.wagesnc.org - 389@hsesinfo.org - 601 Royall Avenue - - Goldsboro - NC - 27534-2570 - 601 Royall Avenue - - Goldsboro - NC - 27534-2570 - 601 Royall Avenue - - Goldsboro - NC - 27534-2570 - Mrs. - F41533 - L41533 - - Board Chair - 41533@hsesinfo.org - Ms. - F41535 - L41535 - - Executive Director - 41535@hsesinfo.org - Mr. - F41532 - L41532 - - 41532@hsesinfo.org - Mrs. - F41530 - L41530 - - 41530@hsesinfo.org - 555-555-1530 - - - 6376 - 548 - 9989 - 000 - 1992 - 2015-06-01 - 2020-05-31 - HS - Inactive - Economic Improvement Council, Inc. - www.eiccaa.org - 548@hsesinfo.org - 712 Virginia Rd - - Edenton - NC - 27932-9585 - PO BOX 549 - - Edenton - NC - 27932-0549 - 712 Virginia Rd - - Edenton - NC - 27932-9585 - Mr. - F200302 - L200302 - - Board President - 200302@hsesinfo.org - Dr. - F200303 - L200303 - - Executive Director - 200303@hsesinfo.org - Mr. - F200305 - L200305 - - 200305@hsesinfo.org - Mrs. - F200301 - L200301 - - 200301@hsesinfo.org - 555-555-0301 x 5555 - - - 9260 - 1020 - 11529 - 000 - 2013 - 2019-01-01 - - HS - Active - EAST MISSOURI ACTION AGENCY, INC - http://www.eastmoaa.org - 1020@hsesinfo.org - 403 Parkway Dr - - Park Hills - MO - 63601-4435 - PO Box 308 - - Park Hills - MO - 63601-0308 - 403 Parkway Dr - - Park Hills - MO - 63601-4435 - Mr. - F213364 - L213364 - - EMAA Board Chairperson - 213364@hsesinfo.org - Mrs. - F213365 - L213365 - - - 213365@hsesinfo.org - Ms. - F213367 - L213367 - - 213367@hsesinfo.org - Mrs. - F213363 - L213363 - - 213363@hsesinfo.org - 555-555-3363 x 5555 - - - 11605 - 301 - 13387 - 000 - 1992 - 2020-07-01 - - HS - Active - Butler County Children's Center, Inc. - http://www.bcccinc.org - 301@hsesinfo.org - 139 Rieger Road - - Butler - PA - 16001 - 139 Rieger Road - - Butler - PA - 16001 - 139 Rieger Road - - Butler - PA - 16001 - Ms. - F229203 - L229203 - - Board President - 229203@hsesinfo.org - Mrs. - F229204 - L229204 - - CEO - 229204@hsesinfo.org - Ms. - F229206 - L229206 - - 229206@hsesinfo.org - Dr. - F229202 - L229202 - - 229202@hsesinfo.org - 555-555-9202 x 5555 - - - 11606 - 3176 - 13387 - 200 - 2004 - 2020-07-01 - - EHS - Active - Butler County Children's Center, Inc. - http://www.bcccinc.org - 3176@hsesinfo.org - 139 Rieger Road - - Butler - PA - 16001 - 139 Rieger Road - - Butler - PA - 16001 - 139 Rieger Road - - Butler - PA - 16001 - Mr. - F229210 - L229210 - - Board president - 229210@hsesinfo.org - Mrs. - F229211 - L229211 - - CEO - 229211@hsesinfo.org - Ms. - F229213 - L229213 - - 229213@hsesinfo.org - Dr. - F229209 - L229209 - - 229209@hsesinfo.org - 555-555-9209 x 5555 - - - 5636 - 4149 - 9456 - 022 - 2014 - 2014-12-01 - - HS - Active - City Colleges of Chicago - www.ccc.edu - 4149@hsesinfo.org - 226 West Jackson Boulevard - - Chicago - IL - 60606-6959 - 226 West Jackson Boulevard - - Chicago - IL - 60606-6959 - 226 West Jackson Boulevard - - Chicago - IL - 60606-6959 - Mr. - F101531 - L101531 - Ph.D - Board Chair - 101531@hsesinfo.org - Mr. - F101529 - L101529 - - Associate Vice Chancelllor, Finance & Business Enterprise Services - 101529@hsesinfo.org - Ms. - F101528 - L101528 - - 101528@hsesinfo.org - Ms. - F101527 - L101527 - - 101527@hsesinfo.org - 555-555-1527 - - - 453 - 2139 - 277 - 200 - 2013 - 2013-07-02 - 2019-04-30 - EHS - Inactive - Northern Virginia Family Service - http://www.nvfs.org - 2139@hsesinfo.org - 10455 White Granite Dr - Ste 100 - Oakton - VA - 22124-2764 - 10455 White Granite Dr - Ste 100 - Oakton - VA - 22124-2764 - 10455 White Granite Dr - Ste 100 - Oakton - VA - 22124-2764 - Mr. - F37270 - L37270 - - Board Chair - 37270@hsesinfo.org - Ms. - F37274 - L37274 - - President & CEO - 37274@hsesinfo.org - Ms. - F37271 - L37271 - - 37271@hsesinfo.org - Ms. - F37269 - L37269 - - 37269@hsesinfo.org - 555-555-7269 - - - 8675 - 8537 - 11052 - 000 - 2017 - 2017-07-01 - - HS - Active - Quintana Baptist Church Head Start Program - - 8537@hsesinfo.org - Edificio Caribe Plaza 1579 Ave Ponce De Leon - - San Juan - PR - 00920 - Ave. Paz Granela - Pmb 473 Suite 2 - San Juan - PR - 00927 - Edificio Plaza Caribe Plaza - Ave. Ponce De Leon 579 - San Juan - PR - 00920 - Mr. - F209234 - L209234 - - Acting Board President - 209234@hsesinfo.org - Mr. - F209235 - L209235 - - Executive Director - 209235@hsesinfo.org - Mrs. - F209237 - L209237 - - 209237@hsesinfo.org - Mrs. - F209233 - L209233 - - 209233@hsesinfo.org - 555-555-9233 - - - 5807 - 5813 - 9530 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Parent-Child Development Corporation - www.pcdcva.org - 5813@hsesinfo.org - 602 Main Street - - West Point - VA - 23181 - 602 Main Street - - West Point - VA - 23181 - 602 Main Street - - West Point - VA - 23181 - Mr. - F103804 - L103804 - - Board Chair - 103804@hsesinfo.org - Ms. - F103805 - L103805 - - Executive Director - 103805@hsesinfo.org - Mr. - F103807 - L103807 - - 103807@hsesinfo.org - Ms. - F103803 - L103803 - - 103803@hsesinfo.org - 555-555-3803 x 5555 - - - 5133 - 2636 - 8811 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Dickinson Iron Intermediate School District - www.diisd.org - 2636@hsesinfo.org - 1074 Pyle Drive - - Kingsford - MI - 49802 - 1074 Pyle Drive - - Kingsford - MI - 49802 - 1074 Pyle Drive - - Kingsford - MI - 49802 - Mr. - F51891 - L51891 - - Board President - 51891@hsesinfo.org - Mrs. - F51889 - L51889 - - - 51889@hsesinfo.org - Mrs. - F51888 - L51888 - - 51888@hsesinfo.org - Mr. - F51887 - L51887 - - 51887@hsesinfo.org - 555-555-1887 - - - 10556 - 6062 - 12537 - 200 - - 2019-09-01 - - EHS - Active - TRAINING, EDUCATION AND MANPOWER, INC. - http://www.teaminc.org - 6062@hsesinfo.org - 30 Elizabeth Street - - Derby - CT - 06418-1846 - 30 Elizabeth Street - - Derby - CT - 06418-1846 - 30 Elizabeth Street - - Derby - CT - 06418-1846 - Ms. - F222231 - L222231 - - Chair - 222231@hsesinfo.org - Mr. - F222232 - L222232 - - - 222232@hsesinfo.org - - F222234 - L222234 - - 222234@hsesinfo.org - Ms. - F222230 - L222230 - - 222230@hsesinfo.org - 555-555-2230 x 5555 - - - 10557 - 6064 - 12539 - 200 - - 2019-09-01 - - EHS - Active - LULAC Head Start Inc. - www.lulacheadstart.org - 6064@hsesinfo.org - 250 Cedar Street - - New Haven - CT - 06519-1632 - 250 Cedar Street - - New Haven - CT - 06519-1632 - 250 Cedar Street - - New Haven - CT - 06519-1632 - Mr. - F222238 - L222238 - - Board President - 222238@hsesinfo.org - Mrs. - F222239 - L222239 - - Executive Director - 222239@hsesinfo.org - Ms. - F222241 - L222241 - - 222241@hsesinfo.org - Mrs. - F222237 - L222237 - - 222237@hsesinfo.org - 555-555-2237 - - - 5082 - 567 - 9012 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Sunbelt Human Advancement Resources, Inc. - http://www.sharesc.org - 567@hsesinfo.org - 254 S Pleasantburg Dr - - Greenville - SC - 29607-2562 - PO Box 10204 - - Greenville - SC - 29603-0204 - 254 S Pleasantburg Dr - - Greenville - SC - 29607-2562 - Hon. - F51627 - L51627 - - Chairman Board of Directors - 51627@hsesinfo.org - Ms. - F51630 - L51630 - - President/CEO - 51630@hsesinfo.org - Mr. - F51629 - L51629 - - 51629@hsesinfo.org - Ms. - F51625 - L51625 - - 51625@hsesinfo.org - 555-555-1625 - - - 9256 - 4575 - 11527 - 000 - 2013 - 2019-01-01 - - HS - Active - Child Care Resource Center - www.ccrcca.org - 4575@hsesinfo.org - 20001 Prairie Street - - Chatsworth - CA - 91311-6508 - 20001 Prairie Street - - Chatsworth - CA - 91311-6508 - 20001 Prairie Street - - Chatsworth - CA - 91311-6508 - Mr. - F213336 - L213336 - - Board Chair - 213336@hsesinfo.org - Mr. - F213337 - L213337 - Phd - President & CEO - 213337@hsesinfo.org - Mrs. - F213339 - L213339 - - 213339@hsesinfo.org - Ms. - F213335 - L213335 - - 213335@hsesinfo.org - 555-555-3335 - - - 1359 - 2124 - 2854 - 000 - 2013 - 2013-06-26 - 2019-01-31 - HS - Inactive - Tri-County Community Action Agency, Inc. - http://www.gatewaycap.org - 2124@hsesinfo.org - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - Mr. - F36948 - L36948 - - Chairman - 36948@hsesinfo.org - Mr. - F36945 - L36945 - - - 36945@hsesinfo.org - Mr. - F36944 - L36944 - - 36944@hsesinfo.org - Mrs. - F36943 - L36943 - - 36943@hsesinfo.org - 555-555-6943 x 5555 - - - 5136 - 1241 - 8858 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - South Central Community Action Program, Inc. - www.insccap.org - 1241@hsesinfo.org - SCCAP Head Start - 1502 West 15th Street - Bloomington - IN - 47404-3018 - SCCAP Head Start - 1502 West 15th Street - Bloomington - IN - 47404-3018 - SCCAP Head Start - 1502 West 15th Street - Bloomington - IN - 47404-3018 - Ms. - F51768 - L51768 - - Board President - 51768@hsesinfo.org - Mr. - F51767 - L51767 - - Executive Director - 51767@hsesinfo.org - Ms. - F51770 - L51770 - - 51770@hsesinfo.org - Ms. - F51765 - L51765 - - 51765@hsesinfo.org - 555-555-1765 x 5555 - - - 10747 - 3062 - 12739 - 000 - 1991 - 2019-11-01 - - HS - Active - Central Kentucky Community Action Council - http://ckycommunityaction.org/index.cfm?fuseaction=dep_intro&dept_id=4 - 3062@hsesinfo.org - 332 Hood Ave - - Lebanon - KY - 40033-1567 - 332 Hood Ave - PO Box 830 - Lebanon - KY - 40033-0830 - 332 Hood Ave - - Lebanon - KY - 40033-1567 - Mr. - F223555 - L223555 - - Board Chair - 223555@hsesinfo.org - Mr. - F223556 - L223556 - - Executive Director - 223556@hsesinfo.org - Ms. - F223558 - L223558 - - 223558@hsesinfo.org - Ms. - F223554 - L223554 - - 223554@hsesinfo.org - 555-555-3554 - - - 10748 - 8279 - 12739 - 200 - 2016 - 2019-11-01 - - EHS - Active - Central Kentucky Community Action Council - http://ckycommunityaction.org/index.cfm?fuseaction=dep_intro&dept_id=4 - 8279@hsesinfo.org - 332 Hood Ave - - Lebanon - KY - 40033-1567 - 332 Hood Ave - PO Box 830 - Lebanon - KY - 40033-0830 - 332 Hood Ave - - Lebanon - KY - 40033-1567 - Mr. - F223562 - L223562 - - Board Chair - 223562@hsesinfo.org - Mr. - F223563 - L223563 - - Executive Director - 223563@hsesinfo.org - Ms. - F223565 - L223565 - - 223565@hsesinfo.org - Ms. - F223561 - L223561 - - 223561@hsesinfo.org - 555-555-3561 - - - 10739 - 365 - 12733 - 000 - 2014 - 2019-11-01 - - HS - Active - Western Kentucky University - http://www.wku.edu/ccc/ - 365@hsesinfo.org - 1906 College Heights Blvd - Ttas #11031 - Bowling Green - KY - 42101-1000 - 1906 College Heights Blvd - Ttas #11031 - Bowling Green - KY - 42101-1000 - 1906 College Heights Blvd - Ttas #11031 - Bowling Green - KY - 42101-1000 - Ms. - F223509 - L223509 - Esq - Chairman, WKURF Board - 223509@hsesinfo.org - Mr. - F223510 - L223510 - - Executive Director - 223510@hsesinfo.org - Mr. - F223512 - L223512 - - 223512@hsesinfo.org - Ms. - F223508 - L223508 - - 223508@hsesinfo.org - 555-555-3508 - - - 5637 - 4151 - 9457 - 023 - 2014 - 2014-12-01 - - HS - Active - Howard Area Family Center - http://www.howardarea.org - 4151@hsesinfo.org - 7510 N Ashland Ave - Howard Area Family Center - Chicago - IL - 60626-1702 - 7510 N Ashland Ave - Howard Area Family Center - Chicago - IL - 60626-1702 - 7648 N Paulina St - Howard Area Community Center - Chicago - IL - 60626-1018 - Ms. - F101538 - L101538 - - Board Chair - 101538@hsesinfo.org - Ms. - F101536 - L101536 - - Executive Director - 101536@hsesinfo.org - Ms. - F101535 - L101535 - - 101535@hsesinfo.org - Ms. - F101534 - L101534 - - 101534@hsesinfo.org - 555-555-1534 - - - 9720 - 2487 - 11868 - 000 - 1992 - 2019-07-01 - - HS - Active - Eastern Oregon University - https://www.eou.edu/head-start/ - 2487@hsesinfo.org - Eastern Oregon University - 1 University Boulevard - La Grande - OR - 97850-2807 - Eastern Oregon University - 1 University Boulevard - La Grande - OR - 97850-2807 - Eastern Oregon University - 1 University Boulevard - La Grande - OR - 97850-2807 - Dr. - F216461 - L216461 - - Eastern Oregon Head Start - 216461@hsesinfo.org - Mr. - F216462 - L216462 - - - 216462@hsesinfo.org - Ms. - F216464 - L216464 - - 216464@hsesinfo.org - Mr. - F216460 - L216460 - - 216460@hsesinfo.org - 555-555-6460 - - - 9152 - 2117 - 11460 - 000 - 2013 - 2018-10-01 - - HS - Active - COMMUNITY ACTION PIONEER VALLEY, INC - http://www.communityaction.us - 2117@hsesinfo.org - 56 Vernon St - Head Start - Northampton - MA - 01060-2861 - 56 Vernon St - Head Start - Northampton - MA - 01060-2861 - 393 Main St - Head Start - Greenfield - MA - 01301-3320 - Ms. - F212601 - L212601 - - Board Chair - 212601@hsesinfo.org - Ms. - F212602 - L212602 - - Executive Director - 212602@hsesinfo.org - Mr. - F212604 - L212604 - - 212604@hsesinfo.org - Ms. - F212600 - L212600 - - 212600@hsesinfo.org - 555-555-2600 - - - 4989 - 1404 - 8913 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Ozark Action, Inc - http://www.oaiwp.org - 1404@hsesinfo.org - 710 East Main Street - - West Plains - MO - 65775-3307 - 710 East Main Street - - West Plains - MO - 65775-3307 - 710 East Main Street - - West Plains - MO - 65775-3307 - Mr. - F49416 - L49416 - - President of the Board of Directors - 49416@hsesinfo.org - Mr. - F49413 - L49413 - - Executive Director - 49413@hsesinfo.org - Ms. - F49417 - L49417 - - 49417@hsesinfo.org - Ms. - F49412 - L49412 - - 49412@hsesinfo.org - 555-555-9412 x 5555 - - - 8504 - 8384 - 10913 - 200 - 2017 - 2017-03-01 - - EHS - Active - Private Industry Council of Westmoreland/Fayette, Incor - http://www.privateindustrycouncil.com - 8384@hsesinfo.org - 219 Donohoe Road - - Greensburg - PA - 15601 - 219 Donohoe Road - - Greensburg - PA - 15601 - 219 Donohoe Road - - Greensburg - PA - 15601 - Mr. - F208255 - L208255 - - Board Chair - 208255@hsesinfo.org - Ms. - F208256 - L208256 - - President/CEO - 208256@hsesinfo.org - Ms. - F208258 - L208258 - - 208258@hsesinfo.org - Ms. - F208254 - L208254 - - 208254@hsesinfo.org - 555-555-8254 x 5555 - - - 4614 - 2374 - 8588 - 000 - 2003 - 2014-02-01 - 2019-01-31 - HS - Inactive - Northside Center For Child Development, Inc. - http://www.northsidecenter.org - 2374@hsesinfo.org - 1301 5th Avenue - - New York - NY - 10029-3119 - 1301 5th Avenue - - New York - NY - 10029-3119 - 1301 5th Avenue - - New York - NY - 10029-3119 - Mr. - F44071 - L44071 - - - 44071@hsesinfo.org - Dr. - F44068 - L44068 - - - 44068@hsesinfo.org - Ms. - F44070 - L44070 - - 44070@hsesinfo.org - Ms. - F44066 - L44066 - - 44066@hsesinfo.org - 555-555-4066 - - - 5137 - 2814 - 8858 - 200 - 2011 - 2014-07-01 - 2019-06-30 - EHS - Inactive - South Central Community Action Program, Inc. - www.insccap.org - 2814@hsesinfo.org - SCCAP Head Start - 1502 West 15th Street - Bloomington - IN - 47404-3018 - SCCAP Head Start - 1502 West 15th Street - Bloomington - IN - 47404-3018 - SCCAP Head Start - 1502 West 15th Street - Bloomington - IN - 47404-3018 - Ms. - F51777 - L51777 - - Board President - 51777@hsesinfo.org - Mr. - F51775 - L51775 - - Executive Director - 51775@hsesinfo.org - Ms. - F51774 - L51774 - - 51774@hsesinfo.org - Ms. - F51773 - L51773 - - 51773@hsesinfo.org - 555-555-1773 x 5555 - - - 9176 - 5490 - 11474 - 001 - 2014 - 2018-11-01 - - HS - Active - Acelero Learning Wisconsin, Inc. (Milwaukee County) - http://alwi.acelero.net - 5490@hsesinfo.org - 7833 West Capitol Drive - - Milwaukee - WI - 53222 - 7833 West Capitol Drive - - Milwaukee - WI - 53222 - 7833 West Capitol Drive - - Milwaukee - WI - 53222 - Ms. - F212768 - L212768 - - - 212768@hsesinfo.org - Mr. - F212769 - L212769 - - - 212769@hsesinfo.org - Ms. - F212771 - L212771 - - 212771@hsesinfo.org - Ms. - F212767 - L212767 - - 212767@hsesinfo.org - 555-555-2767 - - - 8023 - 1222 - 10527 - 000 - 1992 - 2016-02-01 - - AIAN HS - Active - Mescalero Apache Head Start Program - - 1222@hsesinfo.org - 487 Apache Blvd - - Mescalero - NM - 88340 - PO Box 776 - - Mescalero - NM - 88340-0776 - 487 Apache Blvd - - Mescalero - NM - 88340 - Mr. - F205363 - L205363 - - President - 205363@hsesinfo.org - Ms. - F205364 - L205364 - - Head Start Director - 205364@hsesinfo.org - Ms. - F205366 - L205366 - - 205366@hsesinfo.org - Ms. - F205362 - L205362 - - 205362@hsesinfo.org - 555-555-5362 - - - 10559 - 6026 - 12546 - 200 - - 2019-09-01 - - EHS - Active - Center for Family Services, Inc. - www.centerffs.org - 6026@hsesinfo.org - 584 Benson Street - - Camden - NJ - 08103-1324 - 584 Benson Street - - Camden - NJ - 08103-1324 - 584 Benson Street - - Camden - NJ - 08103-1324 - Mrs. - F222252 - L222252 - - - 222252@hsesinfo.org - Mr. - F222253 - L222253 - - CEO - 222253@hsesinfo.org - Mrs. - F222255 - L222255 - - 222255@hsesinfo.org - Mr. - F222251 - L222251 - - 222251@hsesinfo.org - 555-555-2251 - - - 10560 - 6066 - 12535 - 200 - - 2019-09-01 - - EHS - Active - Norris Square Community Alliance - http://nscaonline.org - 6066@hsesinfo.org - 174 Diamond St - - Philadelphia - PA - 19122-1722 - 174 Diamond St - - Philadelphia - PA - 19122-1722 - 174 Diamond St - - Philadelphia - PA - 19122-1722 - Mr. - F222259 - L222259 - - Board President - 222259@hsesinfo.org - Ms. - F222260 - L222260 - - Executive Director - 222260@hsesinfo.org - Ms. - F222262 - L222262 - - 222262@hsesinfo.org - Ms. - F222258 - L222258 - - 222258@hsesinfo.org - 555-555-2258 - - - 5613 - 1157 - 9328 - 000 - 2014 - 2014-12-01 - - AIAN HS - Active - QUINAULT INDIAN NATION - - 1157@hsesinfo.org - 505 2nd Street - - Taholah - WA - 98587 - PO Box 189 - - Taholah - WA - 98587-0189 - 1214 Aalis Drive - - Taholah - WA - 98587-0189 - Mrs. - F101204 - L101204 - - President, Quinault Indian Nation - 101204@hsesinfo.org - Mrs. - F101202 - L101202 - - CEO, Quinault Indian Nation - 101202@hsesinfo.org - Mrs. - F101201 - L101201 - - 101201@hsesinfo.org - Ms. - F101200 - L101200 - - 101200@hsesinfo.org - 555-555-1200 x 5555 - - - 8404 - 2460 - 10819 - 000 - 1991 - 2017-01-01 - - AIAN HS - Active - Tlingit & Haida Head Start - http://www.ccthita-nsn.gov/services/family/headstart/index.html - 2460@hsesinfo.org - 9095 Glacier Hwy - - Juneau - AK - 99801-6912 - 9097 Glacier Hwy - - Juneau - AK - 99801-6922 - 9095 Glacier Hwy - - Juneau - AK - 99801-6912 - Mr. - F208029 - L208029 - - President - 208029@hsesinfo.org - Mr. - F208030 - L208030 - - Chief Operating Officer - 208030@hsesinfo.org - Mrs. - F208032 - L208032 - - 208032@hsesinfo.org - Ms. - F208028 - L208028 - - 208028@hsesinfo.org - 555-555-8028 - - - 4663 - 1227 - 8341 - 000 - 2014 - 2014-03-01 - 2019-02-28 - Migrant HS - Inactive - COMMUNITY ACTION PARTNERSHIP OF WESTERN NEBRASKA - http://www.capwn.org - 1227@hsesinfo.org - 3350 10th Street - - Gering - NE - 69341-1724 - 3350 10th Street - - Gering - NE - 69341-1724 - 3350 10th Street - - Gering - NE - 69341-1724 - Mr. - F44661 - L44661 - - President of Board of Directors - 44661@hsesinfo.org - Mrs. - F44665 - L44665 - - Chief ExecutiveOfficer - 44665@hsesinfo.org - Ms. - F44662 - L44662 - - 44662@hsesinfo.org - Ms. - F44660 - L44660 - - 44660@hsesinfo.org - 555-555-4660 x 5555 - - - 10561 - 6037 - 12542 - 200 - - 2019-09-01 - - EHS - Active - Early Learning Indiana, Inc. - http://www.earlylearningin.org - 6037@hsesinfo.org - 1776 N Meridian St - Ste A - Indianapolis - IN - 46202-1473 - 1776 N Meridian St - Ste A - Indianapolis - IN - 46202-1473 - 1776 N Meridian St - Ste A - Indianapolis - IN - 46202-1473 - Mr. - F222266 - L222266 - - Board Chair - 222266@hsesinfo.org - Mrs. - F222267 - L222267 - - President/CEO - 222267@hsesinfo.org - Ms. - F222269 - L222269 - - 222269@hsesinfo.org - Ms. - F222265 - L222265 - - 222265@hsesinfo.org - 555-555-2265 - - - 10563 - 6100 - 12543 - 200 - - 2019-09-01 - - EHS - Active - Arkansas Early Learning, Inc. - http://www.arearlylearning.org - 6100@hsesinfo.org - 1901 Woodsprings Rd - Ste B - Jonesboro - AR - 72401-0936 - 1901 Woodsprings Rd - Ste B - Jonesboro - AR - 72401-0936 - 1901 Woodsprings Rd - Ste B - Jonesboro - AR - 72401-0936 - Mrs. - F222280 - L222280 - - Board Chairperson - 222280@hsesinfo.org - Mr. - F222281 - L222281 - - Chief Executive Officer - 222281@hsesinfo.org - Ms. - F222283 - L222283 - - 222283@hsesinfo.org - Ms. - F222279 - L222279 - - 222279@hsesinfo.org - 555-555-2279 - - - 9662 - 272 - 11830 - 000 - 1989 - 2019-06-01 - - HS - Active - AROOSTOOK COUNTY ACTION PROGRAM - http://www.acap-me.org - 272@hsesinfo.org - 771 Main St - - Presque Isle - ME - 04769-2201 - PO Box 1116 - - Presque Isle - ME - 04769-1116 - 771 Main St - - Presque Isle - ME - 04769-2201 - Mr. - F216055 - L216055 - - Chair, ACAP Board of Directors - 216055@hsesinfo.org - Mr. - F216056 - L216056 - - Executive DIrector - 216056@hsesinfo.org - Ms. - F216058 - L216058 - - 216058@hsesinfo.org - Ms. - F216054 - L216054 - - 216054@hsesinfo.org - 555-555-6054 - - - 2983 - 2533 - 6642 - 000 - 2013 - 2013-07-02 - 2019-06-30 - Migrant HS - Inactive - Tri-Valley Opportunity Council, Inc. - http://www.tvoc.org - 2533@hsesinfo.org - 102 N Broadway - - Crookston - MN - 56716-1731 - 102 North Broadway - P.O. Box 607 - Crookston - MN - 56716-0607 - 102 N Broadway - - Crookston - MN - 56716-1731 - Mr. - F38359 - L38359 - - Chairperson - 38359@hsesinfo.org - Mr. - F38356 - L38356 - - Chief Executive Officer - 38356@hsesinfo.org - Ms. - F38357 - L38357 - - 38357@hsesinfo.org - Ms. - F38355 - L38355 - - 38355@hsesinfo.org - 555-555-8355 x 5555 - - - 9663 - 2720 - 11830 - 200 - 2011 - 2019-06-01 - - EHS - Active - AROOSTOOK COUNTY ACTION PROGRAM - www.acap-me.org - 2720@hsesinfo.org - 771 Main St - - Presque Isle - ME - 04769-2201 - PO Box 1116 - - Presque Isle - ME - 04769-1116 - 771 Main St - - Presque Isle - ME - 04769-2201 - Mr. - F216062 - L216062 - - Chair, ACAP Board of Directors - 216062@hsesinfo.org - Mr. - F216063 - L216063 - - Executive Director - 216063@hsesinfo.org - Ms. - F216065 - L216065 - - 216065@hsesinfo.org - Ms. - F216061 - L216061 - - 216061@hsesinfo.org - 555-555-6061 - - - 9664 - 618 - 11828 - 000 - 2014 - 2019-06-01 - - HS - Active - PIEDMONT COMMUNITY ACTIONS, INC - http://www.pcasp.org - 618@hsesinfo.org - 300A S Daniel Morgan Ave - - Spartanburg - SC - 29306-3004 - 300A S Daniel Morgan Ave - - Spartanburg - SC - 29306-3004 - 300A S Daniel Morgan Ave - - Spartanburg - SC - 29306-3004 - Dr. - F216069 - L216069 - . - Board Chairman - 216069@hsesinfo.org - Mrs. - F216070 - L216070 - - Executive Director (CEO) - 216070@hsesinfo.org - Mr. - F216072 - L216072 - - 216072@hsesinfo.org - Dr. - F216068 - L216068 - - 216068@hsesinfo.org - 555-555-6068 - - - 9114 - 3782 - 11427 - 005 - 2013 - 2018-09-01 - - HS - Active - Palo Verde USD - www.pvusd-bly.k12.ca.us - 3782@hsesinfo.org - 295 East Chanslor Way - - Blythe - CA - 92225-4212 - 295 East Chanslor Way - - Blythe - CA - 92225-4212 - 295 East Chanslor Way - - Blythe - CA - 92225-4212 - Mr. - F212388 - L212388 - - Board President - 212388@hsesinfo.org - Dr. - F212389 - L212389 - - Superintendent - 212389@hsesinfo.org - Mrs. - F212391 - L212391 - - 212391@hsesinfo.org - Mrs. - F212387 - L212387 - - 212387@hsesinfo.org - 555-555-2387 x 5555 - - - 10670 - 1935 - 12682 - 000 - 2014 - 2019-11-01 - - HS - Active - Community Action of Northeast Indiana, Inc. d/b/a Brightpoint - http://www.mybrightpoint.org - 1935@hsesinfo.org - 227 E Washington Blvd - Ste 209 - Fort Wayne - IN - 46802-3132 - PO Box 10570 - - Fort Wayne - IN - 46853-0570 - 227 E Washington Blvd - Ste 209 - Fort Wayne - IN - 46802-3132 - Ms. - F223023 - L223023 - - CANI Board Chair - 223023@hsesinfo.org - Mr. - F223024 - L223024 - - President/CEO - 223024@hsesinfo.org - Ms. - F223026 - L223026 - - 223026@hsesinfo.org - Ms. - F223022 - L223022 - - 223022@hsesinfo.org - 555-555-3022 x 5555 - - - 10671 - 2597 - 12682 - 200 - 2014 - 2019-11-01 - - EHS - Active - Community Action of Northeast Indiana, Inc. d/b/a Brightpoint - http://www.mybrightpoint.org - 2597@hsesinfo.org - 227 E Washington Blvd - - Fort Wayne - IN - 46802-3132 - PO Box 10570 - - Fort Wayne - IN - 46853-0570 - 227 E Washington Blvd - - Fort Wayne - IN - 46802-3132 - Ms. - F223030 - L223030 - - CANI Board Chair - 223030@hsesinfo.org - Mr. - F223031 - L223031 - - President/CEO - 223031@hsesinfo.org - Ms. - F223033 - L223033 - - 223033@hsesinfo.org - Ms. - F223029 - L223029 - - 223029@hsesinfo.org - 555-555-3029 x 5555 - - - 10672 - 470 - 12683 - 000 - 2013 - 2019-11-01 - - HS - Active - C.E.F.S. ECONOMIC OPPORTUNITY CORPORATION - http://www.cefseoc.org - 470@hsesinfo.org - 1805 S Banker St - - Effingham - IL - 62401-2765 - PO Box 928 - - Effingham - IL - 62401-0928 - 1805 S Banker St - - Effingham - IL - 62401-2765 - Ms. - F223037 - L223037 - - CEFS Economic Opportunity Corp. Board Chairperson - 223037@hsesinfo.org - Mr. - F223038 - L223038 - - CEO - 223038@hsesinfo.org - Ms. - F223040 - L223040 - - 223040@hsesinfo.org - Ms. - F223036 - L223036 - - 223036@hsesinfo.org - 555-555-3036 x 5555 - - - 9240 - 8739 - 11517 - 000 - 2019 - 2019-01-01 - - HS - Active - Community Action Council for Lexington-Fayette, Bourbon, Harrison & Nicholas Counties Inc - http://www.commaction.org - 8739@hsesinfo.org - 710 West High Street - - Lexington - KY - 40508-2451 - 710 West High Street - - Lexington - KY - 40508-2451 - 710 West High Street - - Lexington - KY - 40508-2451 - Mrs. - F213221 - L213221 - - Chairman - 213221@hsesinfo.org - Mrs. - F213222 - L213222 - - Executive Director - 213222@hsesinfo.org - Mrs. - F213224 - L213224 - - 213224@hsesinfo.org - Mrs. - F213220 - L213220 - - 213220@hsesinfo.org - 555-555-3220 x 5555 - - - 11281 - 1637 - 13171 - 000 - 2014 - 2020-05-01 - - AIAN HS - Active - YANKTON SIOUX TRIBE - - 1637@hsesinfo.org - 602 Kids Corner - - Marty - SD - 57361-0248 - PO Box 1153 - - Wagner - SD - 57380 - 900 S. Main - - Wagner - SD - 57380 - Mr. - F227101 - L227101 - - Chairman, Yankton Sioux Tribe - 227101@hsesinfo.org - Ms. - F227102 - L227102 - - - 227102@hsesinfo.org - Ms. - F227104 - L227104 - - 227104@hsesinfo.org - Mrs. - F227100 - L227100 - - 227100@hsesinfo.org - 555-555-7100 - - - 10564 - 1232 - 12540 - 000 - 2014 - 2019-09-01 - - Migrant HS - Active - TULARE COUNTY DEPARTMENT OF EDUCATION - - 1232@hsesinfo.org - 7000 Doe Avenue, Suite C - - Visalia - CA - 93291-9287 - 7000 Doe Avenue, Suite C - - Visalia - CA - 93291-9287 - 7000 Doe Avenue, Suite C - - Visalia - CA - 93291-9287 - Mr. - F222287 - L222287 - - County Superintendent of Schools - 222287@hsesinfo.org - Mrs. - F222288 - L222288 - - County Superintendent of Schools - 222288@hsesinfo.org - Ms. - F222290 - L222290 - - 222290@hsesinfo.org - Dr. - F222286 - L222286 - - 222286@hsesinfo.org - 555-555-2286 - - - 11402 - 548 - 13253 - 000 - 1992 - 2020-06-01 - - HS - Active - Economic Improvement Council, Inc. - www.eiccaa.org - 548@hsesinfo.org - 712 Virginia Rd - - Edenton - NC - 27932-9585 - PO BOX 549 - - Edenton - NC - 27932-0549 - 712 Virginia Rd - - Edenton - NC - 27932-9585 - Mr. - F227856 - L227856 - - Board President - 227856@hsesinfo.org - Dr. - F227857 - L227857 - - Executive Director - 227857@hsesinfo.org - Mr. - F227859 - L227859 - - 227859@hsesinfo.org - Mrs. - F227855 - L227855 - - 227855@hsesinfo.org - 555-555-7855 x 5555 - - - 9052 - 8705 - 11379 - 200 - 2018 - 2018-08-01 - - EHS - Active - Private Industry Council of Westmoreland/Fayette, Incor - www.privateindustrycouncil.com - 8705@hsesinfo.org - 219 Donohoe Road - - Greensburg - PA - 15601-6987 - 219 Donohoe Road - - Greensburg - PA - 15601-6987 - 219 Donohoe Road - - Greensburg - PA - 15601-6987 - Mr. - F211916 - L211916 - - Board Chair - 211916@hsesinfo.org - Ms. - F211917 - L211917 - - President/CEO - 211917@hsesinfo.org - Ms. - F211919 - L211919 - - 211919@hsesinfo.org - Ms. - F211915 - L211915 - - 211915@hsesinfo.org - 555-555-1915 x 5555 - - - 1379 - 2907 - 2870 - 000 - 2013 - 2013-06-26 - 2019-01-31 - HS - Inactive - Yeled v'Yalda Early Childhood Center, Inc. - www.yeled.org - 2907@hsesinfo.org - 1312-38th Street - - Brooklyn - NY - 11218-3612 - 1312-38th Street - - Brooklyn - NY - 11218-3612 - 1312-38th Street - - Brooklyn - NY - 11218-3612 - Mr. - F36499 - L36499 - - Chairperson - 36499@hsesinfo.org - Mr. - F36497 - L36497 - - - 36497@hsesinfo.org - Mrs. - F36496 - L36496 - - 36496@hsesinfo.org - Mr. - F36185 - L36185 - - 36185@hsesinfo.org - 555-555-6185 x 5555 - - - 3093 - 2072 - 6735 - 000 - 1991 - 2013-07-02 - 2018-10-31 - HS - Inactive - COMMUNITY ACTION RESOURCE AND DEVELOPMENT, INC. - http://www.cardcaa.org - 2072@hsesinfo.org - 707 W Lowry Rd - Ste 102 - Claremore - OK - 74017-2109 - 707 West Lowery Road, suite 102 - P.O. Box 947 - Claremore - OK - 74018-0947 - 707 W Lowry Rd - Ste 102 - Claremore - OK - 74017-2109 - Mr. - F37874 - L37874 - - Board Chairman - 37874@hsesinfo.org - Ms. - F37871 - L37871 - - - 37871@hsesinfo.org - Mrs. - F37873 - L37873 - - 37873@hsesinfo.org - Mrs. - F37870 - L37870 - - 37870@hsesinfo.org - 555-555-7870 x 5555 - - - 6911 - 376 - 10398 - 000 - 1991 - 2015-11-01 - - HS - Active - W.I.C.A.A. - Vigo County Head Start - http://www.wicaa.org - 376@hsesinfo.org - 705 S 5th St - - Terre Haute - IN - 47807-4705 - 705 S 5th St - - Terre Haute - IN - 47807-4705 - 705 S 5th St - - Terre Haute - IN - 47807-4705 - Ms. - F204038 - L204038 - - Board President - 204038@hsesinfo.org - Mrs. - F204039 - L204039 - - Executive Director - 204039@hsesinfo.org - Ms. - F204041 - L204041 - - 204041@hsesinfo.org - Ms. - F204037 - L204037 - - 204037@hsesinfo.org - 555-555-4037 - - - 485 - 721 - 303 - 000 - 2013 - 2013-07-02 - 2019-01-31 - HS - Inactive - City of San Antonio - http://www.saheadstart.org/ - 721@hsesinfo.org - 106 S. St. Mary's Street, 7th Floor - - San Antonio - TX - 78205 - 106 S. St. Mary's Street, 7th Floor - - San Antonio - TX - 78205 - 106 S. St. Mary's Street, 7th Floor - - San Antonio - TX - 78205 - Hon. Mayor - F37800 - L37800 - - Mayor of the City of San Antonio - 37800@hsesinfo.org - Ms. - F37798 - L37798 - - Director Department of Human Services - 37798@hsesinfo.org - Ms. - F37802 - L37802 - - 37802@hsesinfo.org - Ms. - F37797 - L37797 - - 37797@hsesinfo.org - 555-555-7797 - - - 4818 - 2196 - 8639 - 200 - 2014 - 2014-05-01 - 2019-04-30 - EHS - Inactive - Community Link, Inc. - www.commlink.org - 2196@hsesinfo.org - 1665 N 4th St - - Breese - IL - 62230-1791 - PO Box 157 - - Breese - IL - 62230-0157 - 1665 N 4th St - - Breese - IL - 62230-1791 - Mr. - F46953 - L46953 - - Board President - 46953@hsesinfo.org - Mr. - F46950 - L46950 - - Executive Director - 46950@hsesinfo.org - Mrs. - F46952 - L46952 - - 46952@hsesinfo.org - Mrs. - F46948 - L46948 - - 46948@hsesinfo.org - 555-555-6948 - - - 6999 - 323 - 10443 - 000 - 1997 - 2015-11-01 - - AIAN HS - Active - Ramah Navajo Head Start - www.rnsb.k12.nm.us - 323@hsesinfo.org - Indian Service Rte 140 - - Pinehill - NM - 87357 - PO Box 10 - - Pinehill - NM - 87357-0010 - Indian Service Rte 140 - - Pinehill - NM - 87357 - Ms. - F204659 - L204659 - - President of School Board - 204659@hsesinfo.org - Mr. - F204660 - L204660 - - Executive Director - 204660@hsesinfo.org - Ms. - F204662 - L204662 - - 204662@hsesinfo.org - Mrs. - F204658 - L204658 - - 204658@hsesinfo.org - 555-555-4658 x 5555 - - - 10152 - 1420 - 12187 - 000 - 2014 - 2019-07-01 - - HS - Active - Northeast Nebraska Community Action Partnership, Inc - http://www.nencap.org - 1420@hsesinfo.org - 603 Earl St - - Pender - NE - 68047-5030 - PO Box 667 - - Pender - NE - 68047-0667 - 603 Earl St - - Pender - NE - 68047-5030 - Mr. - F219429 - L219429 - - Board Chairperson - 219429@hsesinfo.org - Mrs. - F219430 - L219430 - - Executive Director - 219430@hsesinfo.org - Mr. - F219432 - L219432 - Jr - 219432@hsesinfo.org - Mrs. - F219428 - L219428 - - 219428@hsesinfo.org - 555-555-9428 x 5555 - - - 8280 - 2662 - 10661 - 000 - 2011 - 2016-07-01 - - HS - Active - BERKELEY COUNTY SCHOOL DISTRICT - www.bcsdschools.net - 2662@hsesinfo.org - 98 Westview Boulevard - - Goose Creek - SC - 29445 - 98 Westview Boulevard - - Goose Creek - SC - 29445 - 98 Westview Boulevard - - Goose Creek - SC - 29445 - Ms. - F207100 - L207100 - - Berkeley County School Board Chair - 207100@hsesinfo.org - Ms. - F207101 - L207101 - - - 207101@hsesinfo.org - Ms. - F207103 - L207103 - - 207103@hsesinfo.org - Mrs. - F207099 - L207099 - - 207099@hsesinfo.org - 555-555-7099 - - - 10175 - 5358 - 12209 - 001 - 2014 - 2019-07-01 - - HS - Active - The Wood, Sandusky, Ottawa and Seneca Counties Community Action Agency (WSOS) - www.wsos.org - 5358@hsesinfo.org - 127 S Front St - - Fremont - OH - 43420-3021 - PO Box 590 - - Fremont - OH - 43420-0590 - 127 S Front St - - Fremont - OH - 43420-3021 - Mr. - F219589 - L219589 - - Board Chairperson - 219589@hsesinfo.org - Ms. - F219587 - L219587 - - President/CEO - 219587@hsesinfo.org - Ms. - F219590 - L219590 - - 219590@hsesinfo.org - Mrs. - F219586 - L219586 - - 219586@hsesinfo.org - 555-555-9586 x 5555 - - - 6375 - 2788 - 9972 - 200 - 2011 - 2015-06-01 - 2020-05-31 - EHS - Inactive - Mountain Projects, Inc. - http://www.mountainprojects.org - 2788@hsesinfo.org - 2177 Asheville Rd - - Waynesville - NC - 28786-3139 - 2177 Asheville Rd - - Waynesville - NC - 28786-3139 - 2177 Asheville Rd - - Waynesville - NC - 28786-3139 - Mr. - F200295 - L200295 - - Board Chair - 200295@hsesinfo.org - Ms. - F200296 - L200296 - - Executive Director - 200296@hsesinfo.org - Mr. - F200298 - L200298 - - 200298@hsesinfo.org - Ms. - F200294 - L200294 - - 200294@hsesinfo.org - 555-555-0294 - - - 9271 - 689 - 11535 - 200 - 2001 - 2019-01-01 - - EHS - Active - COMMUNITY ACTION PROGRAM COMMISSION OF LANCASTER - http://www.faircaa.org - 689@hsesinfo.org - 1743 E Main St - - Lancaster - OH - 43130-9838 - PO Box 768 - - Lancaster - OH - 43130-0768 - 1743 E Main St - - Lancaster - OH - 43130-9838 - Ms. - F213442 - L213442 - - - 213442@hsesinfo.org - Mr. - F213443 - L213443 - - - 213443@hsesinfo.org - Ms. - F213445 - L213445 - - 213445@hsesinfo.org - Mrs. - F213441 - L213441 - - 213441@hsesinfo.org - 555-555-3441 x 5555 - - - 5796 - 5802 - 9420 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Child Care Resource Center, Inc. - www.ccrcca.org - 5802@hsesinfo.org - 20001 Prairie Street - - Chatsworth - CA - 91311-6508 - 20001 Prairie Street - - Chatsworth - CA - 91311-6508 - 20001 Prairie Street - - Chatsworth - CA - 91311-6508 - Mr. - F103680 - L103680 - - - 103680@hsesinfo.org - Mr. - F103681 - L103681 - PHD - - 103681@hsesinfo.org - Mrs. - F103683 - L103683 - - 103683@hsesinfo.org - Ms. - F103679 - L103679 - MS - 103679@hsesinfo.org - 555-555-3679 - - - 8863 - 3653 - 11233 - 003 - 2013 - 2018-07-01 - - HS - Active - Denver Public Schools Head Start - https://earlyeducation.dpsk12.org/about-headstart/ - 3653@hsesinfo.org - 1860 Lincoln St - Emily Griffith Campus, Early Education - Denver - CO - 80203-7301 - 1860 Lincoln St - Emily Griffith Campus, Early Ed - Denver - CO - 80203-7301 - 1860 Lincoln St - Emily Griffith Campus, Early Ed - Denver - CO - 80203-7301 - Ms. - F210563 - L210563 - - Chairperson Denver Public Schools Board of Education - 210563@hsesinfo.org - Ms. - F210564 - L210564 - - Executive Director of Early Education, DPS - 210564@hsesinfo.org - Ms. - F210566 - L210566 - - 210566@hsesinfo.org - Mr. - F210562 - L210562 - - 210562@hsesinfo.org - 555-555-0562 - - - 9201 - 8735 - 11493 - 000 - 2019 - 2019-01-01 - - HS - Active - MISSISSIPPI ACTION FOR PROGRESS, INC. - http://www.mapheadstart.org - 8735@hsesinfo.org - 1751 Morson Rd - - Jackson - MS - 39209 - 1751 Morson Rd - - Jackson - MS - 39209 - 1751 Morson Rd - - Jackson - MS - 39209 - Mr. - F212943 - L212943 - - Governing Board Chairperson - 212943@hsesinfo.org - Dr. - F212944 - L212944 - - CEO/Head Start Director - 212944@hsesinfo.org - Ms. - F212946 - L212946 - - 212946@hsesinfo.org - Dr. - F212942 - L212942 - - 212942@hsesinfo.org - 555-555-2942 x 5555 - - - 8299 - 898 - 10682 - 000 - 1993 - 2016-07-01 - - HS - Active - Union County Community Action, Inc. - http://www.uccainc.org - 898@hsesinfo.org - 1401 W Roosevelt Blvd - Ste H - Monroe - NC - 28110-2769 - PO Box 1029 - - Monroe - NC - 28111-1029 - 1401 W Roosevelt Blvd - Ste H - Monroe - NC - 28110-2769 - Mr. - F207233 - L207233 - - Chairman - 207233@hsesinfo.org - Mrs. - F207234 - L207234 - - - 207234@hsesinfo.org - Ms. - F207236 - L207236 - - 207236@hsesinfo.org - Mr. - F207232 - L207232 - - 207232@hsesinfo.org - 555-555-7232 x 5555 - - - 9029 - 8701 - 11335 - 200 - 2018 - 2018-08-01 - - EHS - Active - Easter Seals Serving DC|MD|VA - - 8701@hsesinfo.org - 1420 Spring St - - Silver Spring - MD - 20910-2701 - 1420 Spring St - - Silver Spring - MD - 20910-2701 - 1420 Spring St - - Silver Spring - MD - 20910-2701 - Ms. - F211739 - L211739 - - - 211739@hsesinfo.org - Mr. - F211740 - L211740 - - Executive Director, Head Start/Early Head Start/SVP, Programs - 211740@hsesinfo.org - Mr. - F211742 - L211742 - - 211742@hsesinfo.org - Ms. - F211738 - L211738 - - 211738@hsesinfo.org - 555-555-1738 - - - 9276 - 2756 - 11547 - 200 - 2013 - 2019-01-01 - - EHS - Active - CAGUAS MUNICIPALITY ECONOMIC DEVELOPMENT DEPARTMENT - www.caguas.gov.pr - 2756@hsesinfo.org - Centro Gubernamental Municipal - Calle Padial Final, Esq. Jose Mercado - Caguas - PR - 00972-0907 - P. O. BOX 907 - - Caguas - PR - 00726-0907 - Centro Gubernamental Municipal - Calle Padial Final, Esq. Jose Mercado - Caguas - PR - 00972-0907 - Mr. - F213477 - L213477 - - Mayor - Board Charirman - 213477@hsesinfo.org - Mrs. - F213478 - L213478 - - - 213478@hsesinfo.org - Mrs. - F213480 - L213480 - - 213480@hsesinfo.org - Mrs. - F213476 - L213476 - - 213476@hsesinfo.org - 555-555-3476 x 5555 - - - 8072 - 201 - 10584 - 000 - 1991 - 2016-07-01 - 2019-08-31 - HS - Inactive - Operation: New View Community Action Agency - http://www.operationnewview.org - 201@hsesinfo.org - 1473 Central Avenue - - Dubuque - IA - 52001-4853 - 1473 Central Avenue - - Dubuque - IA - 52001-4853 - 1473 Central Avenue - - Dubuque - IA - 52001-4853 - Mr. - F205689 - L205689 - - Board of Directors, Chairperson - 205689@hsesinfo.org - Mr. - F205690 - L205690 - - Execuitve Director - Interim - 205690@hsesinfo.org - Mrs. - F205692 - L205692 - - 205692@hsesinfo.org - Mrs. - F205688 - L205688 - - 205688@hsesinfo.org - 555-555-5688 x 5555 - - - 4568 - 2412 - 8485 - 200 - 2013 - 2013-12-23 - 2018-12-31 - EHS - Inactive - DignityHealth DBA CALIFORNIAHOSPITALMEDICALCENTER - www.hopestreetfamilycenter.org - 2412@hsesinfo.org - 1401 S Grand Ave - California Hospital Medical Center - Los Angeles - CA - 90015-3010 - California Hospital Medical Center - 1401 South Grand Avenue - Los Angeles - CA - 90015-3010 - 1401 S Grand Ave - California Hospital Medical Center - Los Angeles - CA - 90015-3010 - Mr. - F43339 - L43339 - - Chair, HSFC-EHS Governance Committee of CHMC Community Board - 43339@hsesinfo.org - Dr. - F43336 - L43336 - PhD - President - 43336@hsesinfo.org - - F43337 - L43337 - - 43337@hsesinfo.org - Ms. - F43335 - L43335 - - 43335@hsesinfo.org - 555-555-3335 - - - 11282 - 947 - 13174 - 000 - 1992 - 2020-05-01 - - HS - Active - Coalfield Community Action Partnership, Inc. - http://www.coalfieldcap.org - 947@hsesinfo.org - 1626 W 3rd Ave - 1406 - Williamson - WV - 25661-3007 - 1626 W 3rd Ave - 1406 - Williamson - WV - 25661-3007 - 1626 W 3rd Ave - 1406 - Williamson - WV - 25661-3007 - Mr. - F227109 - L227109 - - Treasurer, Board of Directors - 227109@hsesinfo.org - Mr. - F227110 - L227110 - - Executive Director - 227110@hsesinfo.org - Ms. - F227112 - L227112 - - 227112@hsesinfo.org - Ms. - F227108 - L227108 - - 227108@hsesinfo.org - 555-555-7108 x 5555 - - - 8246 - 8178 - 10648 - 000 - 2016 - 2016-07-01 - - HS - Active - ECONOMIC IMPROVEMENT COUNCIL, INC - www.eiccaa.org - 8178@hsesinfo.org - 712 Virginia Rd - - Edenton - NC - 27932-9585 - PO BOX 549 - - Edenton - NC - 27932-0549 - 712 Virginia Rd - - Edenton - NC - 27932-9585 - Mr. - F206837 - L206837 - - Board Chairman - 206837@hsesinfo.org - Dr. - F206838 - L206838 - - Executive Director - 206838@hsesinfo.org - Mrs. - F206840 - L206840 - - 206840@hsesinfo.org - Mrs. - F206836 - L206836 - - 206836@hsesinfo.org - 555-555-6836 - - - 6655 - 1264 - 10074 - 000 - 1991 - 2015-07-01 - 2020-06-30 - HS - Inactive - Inyo Mono Advocates for Community Action, Inc. - http://www.imaca.net - 1264@hsesinfo.org - 137 E South St - - Bishop - CA - 93514-3545 - 137 E South St - - Bishop - CA - 93514-3545 - 180 Clarke St - - Bishop - CA - 93514-3523 - Ms. - F202255 - L202255 - - Board Chairman - 202255@hsesinfo.org - Mr. - F202256 - L202256 - - Executive Director - 202256@hsesinfo.org - Mrs. - F202258 - L202258 - - 202258@hsesinfo.org - Mr. - F202254 - L202254 - - 202254@hsesinfo.org - 555-555-2254 x 5555 - - - 5147 - 383 - 8848 - 000 - 2014 - 2014-07-01 - 2019-05-31 - HS - Inactive - Cincinnati-Hamilton County Community Action Agency - http://www.cincy-caa.org - 383@hsesinfo.org - 1740 Langdon Farm Road - - Cincinnati - OH - 45237-3817 - 1740 Langdon Farm Road - - Cincinnati - OH - 45237-3817 - 1740 Langdon Farm Road - - Cincinnati - OH - 45237-3817 - Ms. - F51740 - L51740 - - Board Chairperson - 51740@hsesinfo.org - Mr. - F51741 - L51741 - - President/CEO - 51741@hsesinfo.org - Ms. - F51742 - L51742 - - 51742@hsesinfo.org - Ms. - F51737 - L51737 - - 51737@hsesinfo.org - 555-555-1737 x 5555 - - - 6524 - 575 - 10042 - 000 - 1992 - 2015-07-01 - 2020-06-30 - HS - Inactive - Douglas-Cherokee Economic Authority, Inc. - http://www.dceaheadstart.org - 575@hsesinfo.org - 534 E 1st North St - - Morristown - TN - 37814-4716 - 534 E 1st North St - - Morristown - TN - 37814-4716 - 534 E 1st North St - - Morristown - TN - 37814-4716 - Ms. - F201338 - L201338 - - Board Chairperson - 201338@hsesinfo.org - Ms. - F201339 - L201339 - - Executive Director - 201339@hsesinfo.org - Ms. - F201341 - L201341 - - 201341@hsesinfo.org - Mr. - F201337 - L201337 - - 201337@hsesinfo.org - 555-555-1337 x 5555 - - - 6346 - 210 - 10025 - 000 - 1992 - 2015-07-01 - 2020-06-30 - HS - Inactive - Worcester Community Action Council, Inc. - http://www.wcac.net - 210@hsesinfo.org - 484 Main St - - Worcester - MA - 01608-1893 - 484 Main St - - Worcester - MA - 01608-1893 - 484 Main St - - Worcester - MA - 01608-1893 - Ms. - F200092 - L200092 - - Board Chair - 200092@hsesinfo.org - Ms. - F200093 - L200093 - - Executive Director - 200093@hsesinfo.org - Ms. - F200095 - L200095 - - 200095@hsesinfo.org - Mrs. - F200091 - L200091 - - 200091@hsesinfo.org - 555-555-0091 x 5555 - - - 9178 - 5491 - 11474 - 201 - 2014 - 2018-11-01 - - EHS - Active - Acelero Learning Wisconsin, Inc. (Milwaukee County) - http://alwi.acelero.net - 5491@hsesinfo.org - 7833 West Capitol Drive - - Milwaukee - WI - 53222 - 7833 West Capitol Drive - - Milwaukee - WI - 53222 - 7833 West Capitol Drive - - Milwaukee - WI - 53222 - Dr. - F212782 - L212782 - - - 212782@hsesinfo.org - Mr. - F212783 - L212783 - - - 212783@hsesinfo.org - Ms. - F212785 - L212785 - - 212785@hsesinfo.org - Ms. - F212781 - L212781 - - 212781@hsesinfo.org - 555-555-2781 - - - 9411 - 2770 - 11634 - 200 - 2011 - 2019-03-01 - - EHS - Active - Community Action Commission of Fayette County - www.cacfayettecounty.org - 2770@hsesinfo.org - 1400 U.S.Rt. 22NW - - Washington Court House - OH - 43160 - 1400 U.S.Rt. 22NW - - Washington Court House - OH - 43160 - 1400 U.S.Rt. 22NW - - Washington Court House - OH - 43160 - Mrs. - F214395 - L214395 - - Governing Board Chair - 214395@hsesinfo.org - Mrs. - F214396 - L214396 - - Executive Director - 214396@hsesinfo.org - Ms. - F214398 - L214398 - - 214398@hsesinfo.org - Ms. - F214394 - L214394 - - 214394@hsesinfo.org - 555-555-4394 x 5555 - - - 3027 - 815 - 6682 - 200 - 2000 - 2013-07-05 - 2018-12-31 - EHS - Inactive - Bauer Family Resources, Inc. - www.bauerfamilyresources.org - 815@hsesinfo.org - 20 Professional Ct - - Lafayette - IN - 47905-5152 - PO Box 1186 - - Lafayette - IN - 47902-1186 - 20 Professional Ct - - Lafayette - IN - 47905-5152 - Capt. - F37714 - L37714 - - Board Chair - 37714@hsesinfo.org - Ms. - F37715 - L37715 - - CEO - 37715@hsesinfo.org - Ms. - F37712 - L37712 - - 37712@hsesinfo.org - Ms. - F37711 - L37711 - - 37711@hsesinfo.org - 555-555-7711 - - - 3223 - 2239 - 6831 - 000 - 2013 - 2013-07-11 - 2019-01-31 - HS - Inactive - Clackamas County Children's Commission - http://www.cccchs.org - 2239@hsesinfo.org - 16518 SE River Road - - Milwaukie - OR - 97267 - 16518 SE River Road - - Milwaukie - OR - 97267 - 16518 SE River Road - - Milwaukie - OR - 97267 - Mr. - F38267 - L38267 - - Board Chairperson - 38267@hsesinfo.org - Ms. - F38270 - L38270 - - - 38270@hsesinfo.org - Mr. - F38266 - L38266 - - 38266@hsesinfo.org - Ms. - F38265 - L38265 - - 38265@hsesinfo.org - 555-555-8265 - - - 8247 - 1539 - 10646 - 000 - 2000 - 2016-07-01 - - HS - Active - North Florida Child Development, Inc. - http://www.floridachildren.org - 1539@hsesinfo.org - 141 S Highway 71 - - Wewahitchka - FL - 32465-4301 - PO Box 38 - - Wewahitchka - FL - 32465 - 141 S Highway 71 - - Wewahitchka - FL - 32465-4301 - Mrs. - F206844 - L206844 - - Board of Directors, Chair - 206844@hsesinfo.org - Ms. - F206845 - L206845 - - CEO/HS/EHS - 206845@hsesinfo.org - Ms. - F206847 - L206847 - - 206847@hsesinfo.org - Ms. - F206843 - L206843 - - 206843@hsesinfo.org - 555-555-6843 x 5555 - - - 8342 - 939 - 10702 - 000 - 1992 - 2016-07-01 - - HS - Active - Chester County Intermediate Unit - http://www.cciu.org - 939@hsesinfo.org - 455 Boot Rd - - Downingtown - PA - 19335-3043 - 455 Boot Rd - - Downingtown - PA - 19335-3043 - 455 Boot Rd - - Downingtown - PA - 19335-3043 - Ms. - F207533 - L207533 - - President - 207533@hsesinfo.org - Dr. - F207534 - L207534 - - - 207534@hsesinfo.org - Mrs. - F207536 - L207536 - - 207536@hsesinfo.org - Ms. - F207532 - L207532 - - 207532@hsesinfo.org - 555-555-7532 - - - 6792 - 2303 - 10287 - 200 - 2001 - 2015-09-01 - - EHS - Active - Kingsbridge Heights Community Center EHS - http://www.khcc-nyc.org - 2303@hsesinfo.org - 3101 Kingsbridge Ter - - Bronx - NY - 10463-5900 - 3101 Kingsbridge Ter - - Bronx - NY - 10463-5900 - 3101 Kingsbridge Ter - - Bronx - NY - 10463-5900 - Mrs. - F203219 - L203219 - - Chairperson, Board of Directors - 203219@hsesinfo.org - Ms. - F203220 - L203220 - - Executive Director - 203220@hsesinfo.org - Ms. - F203222 - L203222 - - 203222@hsesinfo.org - Ms. - F203218 - L203218 - - 203218@hsesinfo.org - 555-555-3218 x 5555 - - - 9414 - 1004 - 11640 - 200 - 2014 - 2019-03-01 - - EHS - Active - UPPER DES MOINES OPPORTUNITY, INC - http://www.udmo.com - 1004@hsesinfo.org - 101 W Robbins St - - Graettinger - IA - 51342-7732 - PO Box 519 - - Graettinger - IA - 51342-0519 - 101 W Robbins St - - Graettinger - IA - 51342-7732 - Mr. - F214416 - L214416 - - Board President - 214416@hsesinfo.org - Mr. - F214417 - L214417 - - Executive Director/CEO - 214417@hsesinfo.org - Ms. - F214419 - L214419 - - 214419@hsesinfo.org - Ms. - F214415 - L214415 - - 214415@hsesinfo.org - 555-555-4415 x 5555 - - - 10673 - 2591 - 12683 - 200 - 2013 - 2019-11-01 - - EHS - Active - C.E.F.S. ECONOMIC OPPORTUNITY CORPORATION - www.cefseoc.org - 2591@hsesinfo.org - 1805 S Banker St - - Effingham - IL - 62401-2765 - PO Box 928 - - Effingham - IL - 62401-0928 - 1805 S Banker St - - Effingham - IL - 62401-2765 - Ms. - F223044 - L223044 - - CEFS Economic Opportunity Corporation Chairperson - 223044@hsesinfo.org - Mr. - F223045 - L223045 - - CEO - 223045@hsesinfo.org - Ms. - F223047 - L223047 - - 223047@hsesinfo.org - Ms. - F223043 - L223043 - - 223043@hsesinfo.org - 555-555-3043 x 5555 - - - 4772 - 812 - 8636 - 000 - 2014 - 2014-04-01 - 2019-03-31 - HS - Inactive - MARATHON COUNTY CHILD DEVELOPMENT AGENCY, INC. - http://www.mccdahs.org - 812@hsesinfo.org - 616 Grant St - - Wausau - WI - 54403-4740 - 616 Grant St - - Wausau - WI - 54403-4740 - 616 Grant St - - Wausau - WI - 54403-4740 - Mr. - F46476 - L46476 - - Board of Directors President - 46476@hsesinfo.org - Dr. - F46478 - L46478 - - Executive Director/Head Start Director - 46478@hsesinfo.org - Ms. - F46477 - L46477 - - 46477@hsesinfo.org - Dr. - F46474 - L46474 - - 46474@hsesinfo.org - 555-555-6474 x 5555 - - - 4800 - 2006 - 8745 - 000 - 2014 - 2014-04-01 - 2019-03-31 - HS - Inactive - Fulmont Community Action Agency, Inc. - http://www.fulmont.org - 2006@hsesinfo.org - 20 Park St - - Fonda - NY - 12068-4830 - 20 Park St - - Fonda - NY - 12068-4830 - 20 Park St - - Fonda - NY - 12068-4830 - Mr. - F46825 - L46825 - - Chairperson Board of Directors - 46825@hsesinfo.org - Mr. - F46826 - L46826 - Sr. - - 46826@hsesinfo.org - Mrs. - F46823 - L46823 - - 46823@hsesinfo.org - Mrs. - F46821 - L46821 - - 46821@hsesinfo.org - 555-555-6821 - - - 9179 - 469 - 11484 - 000 - 2013 - 2018-11-01 - - HS - Active - SOUTH SHORE COMMUNITY ACTION COUNCIL, INC - http://www.sscac.org - 469@hsesinfo.org - 71 Obery St - - Plymouth - MA - 02360-2181 - 71 Obery St - - Plymouth - MA - 02360-2181 - 71 Obery St - - Plymouth - MA - 02360-2181 - Mr. - F212789 - L212789 - - - 212789@hsesinfo.org - Mr. - F212790 - L212790 - - - 212790@hsesinfo.org - Ms. - F212792 - L212792 - - 212792@hsesinfo.org - Ms. - F212788 - L212788 - - 212788@hsesinfo.org - 555-555-2788 x 5555 - - - 9072 - 2143 - 11396 - 000 - 2013 - 2018-09-01 - - HS - Active - CLARKE COUNTY SCHOOL DISTRICT - https://www.clarke.k12.ga.us/Domain/29 - 2143@hsesinfo.org - 440-2 Dearing Extension - - Athens - GA - 30606-3555 - 440-2 Dearing Extension - - Athens - GA - 30606-3555 - 440-2 Dearing Extension - - Athens - GA - 30606-3555 - Dr. - F212085 - L212085 - - Board of Education President - 212085@hsesinfo.org - Dr. - F212086 - L212086 - - Interim Superintendent - 212086@hsesinfo.org - Mr. - F212088 - L212088 - - 212088@hsesinfo.org - Ms. - F212084 - L212084 - - 212084@hsesinfo.org - 555-555-2084 x 5555 - - - 9073 - 2144 - 11396 - 200 - 2013 - 2018-09-01 - - EHS - Active - CLARKE COUNTY SCHOOL DISTRICT - http://www.clarke.k12.ga.us/preschool - 2144@hsesinfo.org - 440-2 Dearing Extension - - Athens - GA - 30606-3555 - 440-2 Dearing Extension - - Athens - GA - 30606-3555 - 440-2 Dearing Extension - - Athens - GA - 30606-3555 - Dr. - F212092 - L212092 - - Board of Education President - 212092@hsesinfo.org - Dr. - F212093 - L212093 - - Superintendent - 212093@hsesinfo.org - Mr. - F212095 - L212095 - - 212095@hsesinfo.org - Ms. - F212091 - L212091 - - 212091@hsesinfo.org - 555-555-2091 x 5555 - - - 4922 - 1230 - 8338 - 000 - 1992 - 2014-06-01 - 2019-05-31 - Migrant HS - Inactive - Otero Junior College Child Development Services - - 1230@hsesinfo.org - 200 Burshears Blvd - - La Junta - CO - 81050-4000 - 1802 Colorado Ave - - La Junta - CO - 81050-3400 - 1802 Colorado Ave - - La Junta - CO - 81050-3400 - Mr. - F48391 - L48391 - - - 48391@hsesinfo.org - Ms. - F48392 - L48392 - - - 48392@hsesinfo.org - Ms. - F48389 - L48389 - - 48389@hsesinfo.org - Ms. - F48387 - L48387 - - 48387@hsesinfo.org - 555-555-8387 - - - 8495 - 8375 - 10907 - 200 - 2017 - 2017-03-01 - - EHS - Active - Community Program Centers of Long Island, Inc. - www.childrenscommunityhs.org - 8375@hsesinfo.org - The Children's Community Head Start - 400 Sheep Pasture Road - Port Jefferson - NY - 11777-2059 - The Children's Community Head Start - 400 Sheep Pasture Road - Port Jefferson - NY - 11777-2059 - The Children's Community Head Start - 400 Sheep Pasture Road - Port Jefferson - NY - 11777-2059 - Mr. - F208192 - L208192 - - Board President - 208192@hsesinfo.org - Ms. - F208193 - L208193 - - CEO - 208193@hsesinfo.org - Ms. - F208195 - L208195 - - 208195@hsesinfo.org - Ms. - F208191 - L208191 - - 208191@hsesinfo.org - 555-555-8191 - - - 11283 - 5351 - 13174 - 200 - 2015 - 2020-05-01 - - EHS - Active - Coalfield Community Action Partnership, Inc. - http://www.coalfieldcap.org - 5351@hsesinfo.org - 1626 W 3rd Ave - 1406 - Williamson - WV - 25661-3007 - 1626 W 3rd Ave - 1406 - Williamson - WV - 25661-3007 - 1626 W 3rd Ave - 1406 - Williamson - WV - 25661-3007 - Mr. - F227116 - L227116 - - Treasurer, Board of Directors - 227116@hsesinfo.org - Mr. - F227117 - L227117 - - Executive Director - 227117@hsesinfo.org - Ms. - F227119 - L227119 - - 227119@hsesinfo.org - Ms. - F227115 - L227115 - - 227115@hsesinfo.org - 555-555-7115 x 5555 - - - 8306 - 1350 - 10674 - 000 - 1992 - 2016-07-01 - - HS - Active - Ozark Opportunities, Inc. - www.ozarkopp.org - 1350@hsesinfo.org - 701 E Prospect Ave - - Harrison - AR - 72601-4419 - PO Box 1400 - - Harrison - AR - 72602-1400 - 701 E Prospect Ave - - Harrison - AR - 72601-4419 - Mrs. - F207282 - L207282 - - Board Chairperson - 207282@hsesinfo.org - Mr. - F207283 - L207283 - - Executive Director / Child Development Director - 207283@hsesinfo.org - Mrs. - F207285 - L207285 - - 207285@hsesinfo.org - Mr. - F207281 - L207281 - - 207281@hsesinfo.org - 555-555-7281 x 5555 - - - 4850 - 208 - 8837 - 000 - 2014 - 2014-06-01 - 2019-05-31 - HS - Inactive - SOUTHERN KENNEBEC CHILD DEVELOPMENT CORPORATION - http://www.skcdc.org - 208@hsesinfo.org - 337 Maine Avenue - - Farmingdale - ME - 04344 - 337 Maine Avenue - - Farmingdale - ME - 04344 - 337 Maine Avenue - - Farmingdale - ME - 04344 - Ms. - F47581 - L47581 - - Board President - 47581@hsesinfo.org - Ms. - F47580 - L47580 - - Agency Director - 47580@hsesinfo.org - Ms. - F47582 - L47582 - - 47582@hsesinfo.org - Ms. - F47578 - L47578 - - 47578@hsesinfo.org - 555-555-7578 x 5555 - - - 9943 - 8981 - 11842 - 000 - 2019 - 2019-09-01 - - HS - Active - Crystal Stairs, Inc. - www.crystalstairs.org - 8981@hsesinfo.org - 5110 West Goldleaf Circle Suite 150 - - Los Angeles - CA - 90056-1287 - 5110 West Goldleaf Circle Suite 150 - - Los Angeles - CA - 90056-1287 - 5110 West Goldleaf Circle Suite 150 - - Los Angeles - CA - 90056-1287 - Mrs. - F217999 - L217999 - - Board Chair - 217999@hsesinfo.org - Ms. - F217997 - L217997 - - Chief Executive Officer - 217997@hsesinfo.org - Mrs. - F218000 - L218000 - - 218000@hsesinfo.org - Mrs. - F217996 - L217996 - - 217996@hsesinfo.org - 555-555-7996 - - - 3026 - 816 - 6682 - 000 - 2013 - 2013-07-05 - 2018-12-31 - HS - Inactive - Bauer Family Resources, Inc. - www.bauerfamilyresources.org - 816@hsesinfo.org - 20 Professional Ct - - Lafayette - IN - 47905-5152 - PO Box 1186 - - Lafayette - IN - 47902-1186 - 20 Professional Ct - - Lafayette - IN - 47905-5152 - Capt. - F37707 - L37707 - - Board Chair - 37707@hsesinfo.org - Ms. - F37710 - L37710 - - CEO - 37710@hsesinfo.org - Mr. - F37708 - L37708 - - 37708@hsesinfo.org - Ms. - F37705 - L37705 - - 37705@hsesinfo.org - 555-555-7705 - - - 4481 - 1206 - 8419 - 000 - 2013 - 2013-11-29 - 2018-11-30 - AIAN HS - Inactive - WINNEBAGO TRIBE OF NEBRASKA - http://www.winnebagotribe.com - 1206@hsesinfo.org - 317 Frenchman Street - - Winnebago - NE - 68071 - PO Box 687 - - Winnebago - NE - 68071-0687 - 100 Bluff Ave - - Winnebago - NE - 68071-9787 - Mr. - F42485 - L42485 - - Tribal Chairman - 42485@hsesinfo.org - Ms. - F42486 - L42486 - - Acting CEO - 42486@hsesinfo.org - Ms. - F42488 - L42488 - - 42488@hsesinfo.org - Ms. - F42484 - L42484 - - 42484@hsesinfo.org - 555-555-2484 - - - 11286 - 2025 - 13172 - 000 - 1992 - 2020-05-01 - - HS - Active - Southwestern Community Action Council, Inc. - http://www.scacwv.org - 2025@hsesinfo.org - SCAC, Inc. CFDP Head Start Program - 540 5th Ave. - Huntington - WV - 25701-2436 - SCAC, Inc. CFDP Head Start Program - 540 5th Ave. - Huntington - WV - 25701-2436 - SCAC, Inc. CFDP Head Start Program - 540 5th Ave. - Huntington - WV - 25701-2436 - Mr. - F227137 - L227137 - - Board President - 227137@hsesinfo.org - Mr. - F227138 - L227138 - - - 227138@hsesinfo.org - Ms. - F227140 - L227140 - - 227140@hsesinfo.org - Mrs. - F227136 - L227136 - - 227136@hsesinfo.org - 555-555-7136 x 5555 - - - 11287 - 2024 - 13172 - 200 - 1992 - 2020-05-01 - - EHS - Active - Southwestern Community Action Council, Inc. - http://www.scacwv.org - 2024@hsesinfo.org - SCAC, Inc. CFDP Early Head Start Program - 540 5th Ave. - Huntington - WV - 25701-2436 - SCAC, Inc. CFDP Early Head Start Program - 540 5th Ave. - Huntington - WV - 25701-2436 - SCAC, Inc. CFDP Early Head Start Program - 540 5th Ave. - Huntington - WV - 25701-2436 - Mr. - F227144 - L227144 - - Board President - 227144@hsesinfo.org - Mr. - F227145 - L227145 - - - 227145@hsesinfo.org - Ms. - F227147 - L227147 - - 227147@hsesinfo.org - Mrs. - F227143 - L227143 - - 227143@hsesinfo.org - 555-555-7143 x 5555 - - - 8381 - 8272 - 10792 - 000 - 2016 - 2016-09-01 - - HS - Active - Prime Time Family Reading - www.primetimefamily.org - 8272@hsesinfo.org - 938 Lafayette St - Ste 300 - New Orleans - LA - 70113-1027 - 938 Lafayette St - Ste 300 - New Orleans - LA - 70113-1027 - 938 Lafayette St - Ste 300 - New Orleans - LA - 70113-1027 - Mrs. - F207831 - L207831 - - Board Chair - 207831@hsesinfo.org - Mrs. - F207832 - L207832 - - President and Executive Director - 207832@hsesinfo.org - Mrs. - F207834 - L207834 - - 207834@hsesinfo.org - Mrs. - F207830 - L207830 - - 207830@hsesinfo.org - 555-555-7830 - - - 4795 - 1075 - 8584 - 000 - 2014 - 2014-04-01 - 2019-03-31 - HS - Inactive - Otero Junior College Foundation - - 1075@hsesinfo.org - 200 Burshears Blvd - - La Junta - CO - 81050-4000 - 1802 Colorado Avenue - 200 Burshears Boulevard - La Junta - CO - 81050-4000 - 1802 Colorado Ave - - La Junta - CO - 81050-3400 - Mr. - F46643 - L46643 - - Authorizing Official - 46643@hsesinfo.org - Ms. - F46639 - L46639 - - - 46639@hsesinfo.org - Ms. - F46640 - L46640 - - 46640@hsesinfo.org - Ms. - F46638 - L46638 - - 46638@hsesinfo.org - 555-555-6638 - - - 10485 - 6103 - 12478 - 200 - - 2019-09-01 - - EHS - Active - Garrett County Community Action Committee, Inc. - http://www.garrettcac.org - 6103@hsesinfo.org - 104 E Center Street - - Oakland - MD - 21550-1307 - 104 E Center Street - - Oakland - MD - 21550-1307 - 104 E Center Street - - Oakland - MD - 21550-1307 - Ms. - F221736 - L221736 - - Chairperson, CAC Board of Directors - 221736@hsesinfo.org - Mr. - F221737 - L221737 - - President - 221737@hsesinfo.org - Ms. - F221739 - L221739 - - 221739@hsesinfo.org - Ms. - F221735 - L221735 - - 221735@hsesinfo.org - 555-555-1735 x 5555 - - - 5030 - 259 - 8943 - 200 - 2014 - 2014-07-01 - 2020-06-30 - EHS - Inactive - East Orange Child Development Corporation - - 259@hsesinfo.org - 682 Park Ave - - East Orange - NJ - 07017-1503 - 682 Park Ave - - East Orange - NJ - 07017-1503 - 682 Park Ave - - East Orange - NJ - 07017-1503 - Mr. - F51251 - L51251 - - Board Chairman - 51251@hsesinfo.org - Mrs. - F51249 - L51249 - - CEO/Executive Director - 51249@hsesinfo.org - Ms. - F51248 - L51248 - - 51248@hsesinfo.org - Mrs. - F51247 - L51247 - - 51247@hsesinfo.org - 555-555-1247 x 5555 - - - 10486 - 6083 - 12479 - 200 - - 2019-09-01 - - EHS - Active - Action Pathways, Inc. Head Start. - http://www.actionpathways.ngo - 6083@hsesinfo.org - 5135 Morganton Rd - - Fayetteville - NC - 28314-1525 - PO Box 2009 - - Fayetteville - NC - 28302-2009 - 5135 Morganton Rd - - Fayetteville - NC - 28314-1525 - Mr. - F221743 - L221743 - - Board Chairperson - 221743@hsesinfo.org - Mr. - F221744 - L221744 - Jr. - CEO - 221744@hsesinfo.org - Mr. - F221746 - L221746 - - 221746@hsesinfo.org - Mr. - F221742 - L221742 - - 221742@hsesinfo.org - 555-555-1742 x 5555 - - - 10487 - 6096 - 12477 - 200 - - 2019-09-01 - - EHS - Active - Kingsley House, Inc. - http://www.kingsleyhouse.org - 6096@hsesinfo.org - 1600 Constance Street - - New Orleans - LA - 70130-4641 - 1600 Constance Street - - New Orleans - LA - 70130-4641 - 1600 Constance Street - - New Orleans - LA - 70130-4641 - Mr. - F221750 - L221750 - - Board Chair - 221750@hsesinfo.org - Dr. - F221751 - L221751 - - CEO - 221751@hsesinfo.org - Mr. - F221753 - L221753 - - 221753@hsesinfo.org - Mrs. - F221749 - L221749 - ` - 221749@hsesinfo.org - 555-555-1749 x 5555 - - - 6525 - 576 - 10042 - 200 - 2003 - 2015-07-01 - 2020-06-30 - EHS - Inactive - Douglas-Cherokee Economic Authority, Inc. - http://www.dceaheadstart.org - 576@hsesinfo.org - 534 E 1st North St - - Morristown - TN - 37814-4716 - 534 E 1st North St - - Morristown - TN - 37814-4716 - 534 E 1st North St - - Morristown - TN - 37814-4716 - Ms. - F201345 - L201345 - - Board Chairperson - 201345@hsesinfo.org - Ms. - F201346 - L201346 - - Executive Director - 201346@hsesinfo.org - Ms. - F201348 - L201348 - - 201348@hsesinfo.org - Mr. - F201344 - L201344 - - 201344@hsesinfo.org - 555-555-1344 x 5555 - - - 8848 - 1034 - 11210 - 000 - 2013 - 2018-07-01 - - HS - Active - SWEETWATER COUNTY SCHOOL DISTRICT NO. 1 - not applicable - 1034@hsesinfo.org - 625 Ahsay - - Rock Springs - WY - 82901 - PO Box 1089 - - Rock Springs - WY - 82902-1089 - 625 Ahsay St - - Rock Springs - WY - 82901-5207 - Ms. - F210416 - L210416 - - Chairman of the Board - 210416@hsesinfo.org - Mr. - F210417 - L210417 - - - 210417@hsesinfo.org - Mr. - F210419 - L210419 - - 210419@hsesinfo.org - Ms. - F210415 - L210415 - - 210415@hsesinfo.org - 555-555-0415 - - - 9945 - 8983 - 11841 - 200 - 2019 - 2019-09-01 - - EHS - Active - Venice Family Clinic - www.venicefamilyclinic.org - 8983@hsesinfo.org - 2509 Pico Blvd - - Santa Monica - CA - 90405-1828 - 604 Rose Ave - - Venice - CA - 90291-2767 - 2509 Pico Blvd - - Santa Monica - CA - 90405-1828 - Mr. - F218011 - L218011 - - Board Chair - 218011@hsesinfo.org - Ms. - F218009 - L218009 - - - 218009@hsesinfo.org - Ms. - F218012 - L218012 - - 218012@hsesinfo.org - Ms. - F218008 - L218008 - - 218008@hsesinfo.org - 555-555-8008 - - - 9290 - 816 - 11549 - 000 - 2013 - 2019-01-01 - - HS - Active - Bauer Family Resources, Inc. - www.bauerfamilyresources.org - 816@hsesinfo.org - 20 Professional Ct - - Lafayette - IN - 47905-5152 - PO Box 1186 - - Lafayette - IN - 47902-1186 - 20 Professional Ct - - Lafayette - IN - 47905-5152 - Mr. - F213575 - L213575 - - Board Chair - 213575@hsesinfo.org - Ms. - F213576 - L213576 - - COO - 213576@hsesinfo.org - Mr. - F213578 - L213578 - - 213578@hsesinfo.org - Mrs. - F213574 - L213574 - - 213574@hsesinfo.org - 555-555-3574 - - - 11288 - 1431 - 13173 - 000 - 1992 - 2020-05-01 - - HS - Active - United Community Action Partnership, Inc. - https://unitedcapmn.org/ - 1431@hsesinfo.org - 200 4th St SW - - Willmar - MN - 56201-3330 - 200 4th ST, SW - P.O. Box 1359 - Willmar - MN - 56201-1359 - 200 4th St SW - - Willmar - MN - 56201-3330 - Ms. - F227151 - L227151 - - Chair of the United CAP Board of Directors - 227151@hsesinfo.org - Ms. - F227152 - L227152 - - Executive Director - 227152@hsesinfo.org - Ms. - F227154 - L227154 - - 227154@hsesinfo.org - Dr. - F227150 - L227150 - - 227150@hsesinfo.org - 555-555-7150 x 5555 - - - 11289 - 4294 - 13173 - 200 - 2014 - 2020-05-01 - - EHS - Active - United Community Action Partnership, Inc. - https://unitedcapmn.org/ - 4294@hsesinfo.org - 200 4th St SW - - Willmar - MN - 56201-3330 - 200 4th St SW - PO Box 1359 - Willmar - MN - 56201-3330 - 101 South Vesta St - - Cosmos - MN - 56228 - Ms. - F227158 - L227158 - - Chair of the Board of Directors - 227158@hsesinfo.org - Ms. - F227159 - L227159 - - Executive Director - 227159@hsesinfo.org - Ms. - F227161 - L227161 - - 227161@hsesinfo.org - Dr. - F227157 - L227157 - - 227157@hsesinfo.org - 555-555-7157 x 5555 - - - 1393 - 2964 - 2885 - 000 - 2013 - 2013-06-07 - 2019-01-31 - HS - Inactive - Community Action Program for Central Arkansas - www.capcainc.org - 2964@hsesinfo.org - 707 Robins Street Suite 118 - - Conway - AR - 72034-6517 - 707 Robins Street Suite 118 - - Conway - AR - 72034-6517 - 707 Robins Street Suite 118 - - Conway - AR - 72034-6517 - Dr. - F41776 - L41776 - - Governing Board Chairman - 41776@hsesinfo.org - Ms. - F41774 - L41774 - - Executive Director - 41774@hsesinfo.org - Ms. - F41773 - L41773 - - 41773@hsesinfo.org - Mrs. - F36018 - L36018 - - 36018@hsesinfo.org - 555-555-6018 x 5555 - - - 11290 - 1544 - 13176 - 000 - 1992 - 2020-05-01 - - HS - Active - Hoosier Uplands Head Start - http://www.hoosieruplands.org - 1544@hsesinfo.org - 500 West Main Street - - Mitchell - IN - 47446-1410 - 500 West Main Street - - Mitchell - IN - 47446-1410 - 500 West Main Street - - Mitchell - IN - 47446-1410 - Mrs. - F227165 - L227165 - - Board Chariman - 227165@hsesinfo.org - Mr. - F227166 - L227166 - - CEO - 227166@hsesinfo.org - Ms. - F227168 - L227168 - - 227168@hsesinfo.org - Ms. - F227164 - L227164 - - 227164@hsesinfo.org - 555-555-7164 - - - 4645 - 2170 - 8630 - 200 - 2000 - 2014-03-01 - 2019-06-30 - EHS - Inactive - Montgomery Community Action Committee & CDC, Inc. Early Head Start - 1062 Adams Avenue - 2170@hsesinfo.org - 1062 Adams Ave - - Montgomery - AL - 36104-4424 - 1062 Adams Ave - - Montgomery - AL - 36104-4424 - 1062 Adams Ave - - Montgomery - AL - 36104-4424 - Ms. - F44513 - L44513 - - Board Chairman - 44513@hsesinfo.org - Mr. - F44510 - L44510 - - CEO - 44510@hsesinfo.org - Ms. - F44512 - L44512 - - 44512@hsesinfo.org - Mr. - F44509 - L44509 - - 44509@hsesinfo.org - 555-555-4509 x 5555 - - - 11291 - 1543 - 13176 - 200 - 2004 - 2020-05-01 - - EHS - Active - Hoosier Uplands Economic Development Corporation - http://www.hoosieruplands.org - 1543@hsesinfo.org - 500 West Main Street - - Mitchell - IN - 47446-1410 - 500 West Main Street - - Mitchell - IN - 47446-1410 - 500 West Main Street - - Mitchell - IN - 47446-1410 - Mrs. - F227172 - L227172 - - Board Chairman - 227172@hsesinfo.org - Mr. - F227173 - L227173 - - CEO - 227173@hsesinfo.org - Ms. - F227175 - L227175 - - 227175@hsesinfo.org - Ms. - F227171 - L227171 - - 227171@hsesinfo.org - 555-555-7171 - - - 10363 - 5964 - 12372 - 200 - - 2019-08-01 - - EHS - Active - AVANCE, Inc. - www.avance.org - 5964@hsesinfo.org - 811 E Bowie Ave - - Alamo - TX - 78516-2787 - 811 E Bowie Ave - - Alamo - TX - 78516-2787 - 811 E Bowie Ave - - Alamo - TX - 78516-2787 - Ms. - F220882 - L220882 - - Governing Board Chairperson - 220882@hsesinfo.org - Ms. - F220883 - L220883 - - CEO - 220883@hsesinfo.org - Mrs. - F220885 - L220885 - - 220885@hsesinfo.org - Ms. - F220881 - L220881 - - 220881@hsesinfo.org - 555-555-0881 - - - 9024 - 3290 - 11348 - 000 - 2013 - 2018-09-01 - - HS - Active - AVANCE-San Antonio, Inc. - http://avancesa.org - 3290@hsesinfo.org - 903 Billy Mitchell Blvd. - Ste 100 - San Antonio - TX - 78226-1802 - 903 Billy Mitchell Blvd. - Ste 100 - San Antonio - TX - 78226-1802 - 903 Billy Mitchell Blvd. - Ste 100 - San Antonio - TX - 78226-1802 - Ms. - F211704 - L211704 - - Board Chair - 211704@hsesinfo.org - Ms. - F211705 - L211705 - - Executive Director - 211705@hsesinfo.org - Ms. - F211707 - L211707 - - 211707@hsesinfo.org - Ms. - F211703 - L211703 - - 211703@hsesinfo.org - 555-555-1703 - - - 10892 - 2938 - 12860 - 200 - 2015 - 2020-01-01 - - EHS - Active - AVANCE, Inc. - Las Colonias Early Head Start - www.avance.org - 2938@hsesinfo.org - 811 E Bowie Ave - - Alamo - TX - 78516-2787 - 118 North Medina Street - - San Antonio - TX - 78207 - 118 North Medina Street - - San Antonio - TX - 78207 - Ms. - F224536 - L224536 - - Governing Board Chairperson - 224536@hsesinfo.org - Ms. - F224537 - L224537 - - CEO - 224537@hsesinfo.org - Mrs. - F224539 - L224539 - - 224539@hsesinfo.org - Ms. - F224535 - L224535 - - 224535@hsesinfo.org - 555-555-4535 - - - 9172 - 433 - 11472 - 000 - 1991 - 2018-10-01 - - HS - Active - CULLMAN CITY CHILD DEVELOPMENT CENTER - http://www.cullmancats.net - 433@hsesinfo.org - 900 Hoehn Dr - Attn: Patricia R. Culpepper - Cullman - AL - 35055-6019 - 900 Hoehn Dr - Attn: Patricia R. Culpepper - Cullman - AL - 35055-6019 - 900 Hoehn Dr - Attn: Patricia R. Culpepper, Director - Cullman - AL - 35055-6019 - Mrs. - F212740 - L212740 - - President - 212740@hsesinfo.org - Dr. - F212741 - L212741 - - - 212741@hsesinfo.org - Mrs. - F212743 - L212743 - - 212743@hsesinfo.org - Mrs. - F212739 - L212739 - - 212739@hsesinfo.org - 555-555-2739 - - - 11451 - 1372 - 13290 - 000 - 1992 - 2020-07-01 - - HS - Active - Heartland Early Education - http://www.usd305.com/headstart - 1372@hsesinfo.org - 700 Jupiter Ave - - Salina - KS - 67401-7317 - 700 Jupiter Ave - - Salina - KS - 67401-7317 - 1511 Gypsum Ave - - Salina - KS - 67401-3221 - Ms. - F228186 - L228186 - - USD 305 Board of Education President - 228186@hsesinfo.org - Ms. - F228187 - L228187 - - Executive Director - 228187@hsesinfo.org - Ms. - F228189 - L228189 - - 228189@hsesinfo.org - Ms. - F228185 - L228185 - - 228185@hsesinfo.org - 555-555-8185 - - - 8541 - 8421 - 10948 - 200 - 2017 - 2017-03-01 - - EHS - Active - South Central Missouri Community Action Agency - scmcaa.org - 8421@hsesinfo.org - 8055 Old Alton Road - - Winona - MO - 65588 - PO Box 6 - - Winona - MO - 65588-0006 - 8055 Old Alton Road - - Winona - MO - 65588 - Mr. - F208515 - L208515 - - Board Chair - 208515@hsesinfo.org - Ms. - F208516 - L208516 - - Executive Director - 208516@hsesinfo.org - Ms. - F208518 - L208518 - - 208518@hsesinfo.org - Ms. - F208514 - L208514 - - 208514@hsesinfo.org - 555-555-8514 - - - 11452 - 1371 - 13290 - 200 - 2000 - 2020-07-01 - - EHS - Active - Heartland Early Education - http://www.usd305.com/headstart/ - 1371@hsesinfo.org - 700 Jupiter Ave - - Salina - KS - 67401-7317 - 700 Jupiter Ave - - Salina - KS - 67401-7317 - 1511 Gypsum Ave - - Salina - KS - 67401-3221 - Ms. - F228193 - L228193 - - USD 305 Board of Education President - 228193@hsesinfo.org - Ms. - F228194 - L228194 - - Executive Director - 228194@hsesinfo.org - Ms. - F228196 - L228196 - - 228196@hsesinfo.org - Ms. - F228192 - L228192 - - 228192@hsesinfo.org - 555-555-8192 - - - 9944 - 8982 - 11842 - 200 - 2019 - 2019-09-01 - - EHS - Active - Crystal Stairs, Inc. - www.crystalstairs.org - 8982@hsesinfo.org - 5110 West Goldleaf Circle Suite 150 - - Los Angeles - CA - 90056-1287 - 5110 West Goldleaf Circle Suite 150 - - Los Angeles - CA - 90056-1287 - 5110 West Goldleaf Circle Suite 150 - - Los Angeles - CA - 90056-1287 - Mrs. - F218005 - L218005 - - Board Chair - 218005@hsesinfo.org - Ms. - F218003 - L218003 - - Chief Executive Officer - 218003@hsesinfo.org - Mrs. - F218006 - L218006 - - 218006@hsesinfo.org - Mrs. - F218002 - L218002 - - 218002@hsesinfo.org - 555-555-8002 - - - 11453 - 1376 - 13292 - 000 - 1992 - 2020-07-01 - - HS - Active - USD #489 Early Childhood Connections - usd489.com - 1376@hsesinfo.org - 2501 E 13th St - Ste 1 - Hays - KS - 67601-2764 - 2501 E 13th St - Ste 1 - Hays - KS - 67601-2764 - 2501 E 13th St - Ste 1 - Hays - KS - 67601-2764 - Mr. - F228200 - L228200 - - Board President - 228200@hsesinfo.org - Mrs. - F228201 - L228201 - - Director of Curriculum and Instruction - 228201@hsesinfo.org - Ms. - F228203 - L228203 - - 228203@hsesinfo.org - Mrs. - F228199 - L228199 - - 228199@hsesinfo.org - 555-555-8199 - - - 4883 - 2537 - 8787 - 000 - 2014 - 2014-06-01 - 2019-05-31 - HS - Inactive - AFL-CIO Appalachian Council - http://www.appcouncil.org - 2537@hsesinfo.org - 501 Leon Sullivan Way, Suite 200 (2nd Floor) - - Charleston - WV - 25301-1246 - 501 Leon Sullivan Way, Suite 200 (2nd Floor) - - Charleston - WV - 25301-1246 - 501 Leon Sullivan Way, Suite 200 (2nd Floor) - - Charleston - WV - 25301-1246 - Mr. - F48170 - L48170 - - Board Chair/President WV AFL-CIO - 48170@hsesinfo.org - Mr. - F48172 - L48172 - - Executive Director - 48172@hsesinfo.org - Ms. - F48168 - L48168 - - 48168@hsesinfo.org - Ms. - F48167 - L48167 - - 48167@hsesinfo.org - 555-555-8167 x 5555 - - - 6726 - 507 - 10246 - 000 - 1992 - 2015-08-01 - 2020-07-31 - HS - Inactive - Rutherford County Board of Education - http://www.rcsnc.org/ - 507@hsesinfo.org - 382 W Main St - - Forest City - NC - 28043-3027 - 382 W Main St - - Forest City - NC - 28043-3027 - 382 W Main St - - Forest City - NC - 28043-3027 - Ms. - F202753 - L202753 - - RCS Board of Education Chair - 202753@hsesinfo.org - Dr. - F202754 - L202754 - - RCS Superintendent - 202754@hsesinfo.org - Mrs. - F202756 - L202756 - - 202756@hsesinfo.org - Ms. - F202752 - L202752 - - 202752@hsesinfo.org - 555-555-2752 x 5555 - - - 10087 - 306 - 12137 - 000 - 2014 - 2019-07-01 - - HS - Active - Warren & Forest Counties Economic Opportunity Council - http://www.wfeoc.org - 306@hsesinfo.org - 1209 Pennsylvania Ave W - - Warren - PA - 16365-1841 - PO Box 547 - - Warren - PA - 16365-0547 - 1209 Pennsylvania Ave W - - Warren - PA - 16365-1841 - Father - F219002 - L219002 - - Governing Board President - 219002@hsesinfo.org - Mr. - F219003 - L219003 - - Grantee Executive Director - 219003@hsesinfo.org - Ms. - F219005 - L219005 - - 219005@hsesinfo.org - Ms. - F219001 - L219001 - - 219001@hsesinfo.org - 555-555-9001 x 5555 - - - 9113 - 3781 - 11426 - 004 - 2013 - 2018-09-01 - - HS - Active - Palm Springs USD - www.psusd.us - 3781@hsesinfo.org - 150 District Center Dr - - Palm Springs - CA - 92264-3626 - 150 District Center Dr - - Palm Springs - CA - 92264-3626 - 150 District Center Dr - - Palm Springs - CA - 92264-3626 - Mr. - F212381 - L212381 - - Board President - 212381@hsesinfo.org - Dr. - F212382 - L212382 - - Superintendent - 212382@hsesinfo.org - Ms. - F212384 - L212384 - - 212384@hsesinfo.org - Ms. - F212380 - L212380 - - 212380@hsesinfo.org - 555-555-2380 - - - 4435 - 3157 - 8392 - 000 - 2013 - 2013-11-01 - 2018-10-31 - HS - Inactive - SOUTHERN OREGON CHILD & FAMILY COUNCIL, INC - http://www.socfc.org - 3157@hsesinfo.org - 1001 Beall Lane - - Central Point - OR - 97502-0031 - P.O. Box 3697 - - Central Point - OR - 97502 - 1001 Beall Lane - - Central Point - OR - 97502-0031 - Mr. - F41439 - L41439 - - Board Chair - 41439@hsesinfo.org - Ms. - F41443 - L41443 - - Executive Director - 41443@hsesinfo.org - Ms. - F41442 - L41442 - - 41442@hsesinfo.org - Ms. - F41438 - L41438 - - 41438@hsesinfo.org - 555-555-1438 x 5555 - - - 8806 - 3767 - 11192 - 001 - 2013 - 2018-05-01 - - HS - Active - Eau Claire Area School District - http://www.ecasd.us/teachinglearning/coa_tl_earlylearning.cfm - 3767@hsesinfo.org - 3031 Epiphany Ln - Ecasd Head Start Program - Eau Claire - WI - 54703-6924 - 3031 Epiphany Ln - Ecasd Head Start Program - Eau Claire - WI - 54703-6924 - ECASD Head Start Program - 500 Main Street - Eau Claire - WI - 54701-3770 - Mr. - F210186 - L210186 - - President, ECASD Board of Education - 210186@hsesinfo.org - Dr. - F210187 - L210187 - - ECASD Superintendent - 210187@hsesinfo.org - - F210189 - L210189 - - 210189@hsesinfo.org - Ms. - F210185 - L210185 - - 210185@hsesinfo.org - 555-555-0185 - - - 8370 - 1900 - 10717 - 000 - 1992 - 2016-08-01 - - HS - Active - Lorain County Community Action Agency - www.lccaa.net - 1900@hsesinfo.org - 936 Broadway - - Lorain - OH - 44052-1950 - 936 Broadway - - Lorain - OH - 44052-1950 - 936 Broadway - - Lorain - OH - 44052-1950 - Mr. - F207749 - L207749 - - Board Chairman - 207749@hsesinfo.org - Mrs. - F207750 - L207750 - - Chief Executive Officer (CEO) - 207750@hsesinfo.org - Ms. - F207752 - L207752 - - 207752@hsesinfo.org - Dr. - F207748 - L207748 - - 207748@hsesinfo.org - 555-555-7748 - - - 8364 - 1174 - 10715 - 000 - 1992 - 2016-09-01 - - AIAN HS - Active - Gila River Indian Community - www.gilariver.org - 1174@hsesinfo.org - 112 West Seed Farm Road - - Sacaton - AZ - 85147 - 112 West Seed Farm Road - - Sacaton - AZ - 85147 - 112 West Seed Farm Road - - Sacaton - AZ - 85147 - Gov. - F207697 - L207697 - - Governor - 207697@hsesinfo.org - Mr. - F207698 - L207698 - - Director of Tribal Education - 207698@hsesinfo.org - Ms. - F207700 - L207700 - - 207700@hsesinfo.org - Mrs. - F207696 - L207696 - - 207696@hsesinfo.org - 555-555-7696 x 5555 - - - 4557 - 713 - 8570 - 000 - 2013 - 2013-12-23 - 2019-06-30 - HS - Inactive - Northwest Arkansas Head Start - http://www.nwaheadstart.org - 713@hsesinfo.org - 2109 SE J St - Northwest Arkansas Head Start Human Services, Inc. - Bentonville - AR - 72712-3860 - 2109 SE J St - Northwest Arkansas Head Start Human Services, Inc. - Bentonville - AR - 72712-3860 - 2109 SE J St - Northwest Arkansas Head Start Human Services, Inc. - Bentonville - AR - 72712-3860 - Mrs. - F43264 - L43264 - - Board of Directors Chairperson - 43264@hsesinfo.org - Mrs. - F43265 - L43265 - - Executive Director - 43265@hsesinfo.org - Mrs. - F43266 - L43266 - - 43266@hsesinfo.org - Mrs. - F43263 - L43263 - - 43263@hsesinfo.org - 555-555-3263 - - - 10219 - 6003 - 12255 - 200 - - 2019-08-01 - - EHS - Active - Westchester Community Opportunity Program, Inc. (WestCO - www.westcop.org - 6003@hsesinfo.org - 2 Westchester Plaza - - Elmsford - NY - 10523-1607 - 2 Westchester Plaza - - Elmsford - NY - 10523-1607 - 2 Westchester Plaza - - Elmsford - NY - 10523-1607 - Mr. - F219878 - L219878 - - Board Chairman - 219878@hsesinfo.org - Mr. - F219879 - L219879 - - Chief Executive Officer - 219879@hsesinfo.org - Ms. - F219881 - L219881 - - 219881@hsesinfo.org - Mr. - F219877 - L219877 - - 219877@hsesinfo.org - 555-555-9877 - - - 4833 - 798 - 8782 - 000 - 1992 - 2014-05-01 - 2019-06-30 - HS - Inactive - Tri-County Community Action, Inc - www.tricountycommaction.org - 798@hsesinfo.org - 214 Nacogdoches St - - Center - TX - 75935-3854 - PO Box 1748 - - Center - TX - 75935-1748 - 214 Nacogdoches St - - Center - TX - 75935-3854 - Mr. - F47222 - L47222 - - Board Chair - 47222@hsesinfo.org - Mr. - F47221 - L47221 - - Executive Director - 47221@hsesinfo.org - Mrs. - F47224 - L47224 - - 47224@hsesinfo.org - Mr. - F47220 - L47220 - - 47220@hsesinfo.org - 555-555-7220 x 5555 - - - 9655 - 1661 - 11821 - 200 - 2003 - 2019-06-01 - - EHS - Active - Kid's Incorporated of The Big Bend - http://www.kidsincorporated.org - 1661@hsesinfo.org - 2326 Centerville Road - - Tallahassee - FL - 32308 - 2326 Centerville Road - - Tallahassee - FL - 32308 - 2326 Centerville Road - - Tallahassee - FL - 32308 - Dr. - F216005 - L216005 - - Board Chair - 216005@hsesinfo.org - Ms. - F216006 - L216006 - - CEO/Executive Director - 216006@hsesinfo.org - Mr. - F216008 - L216008 - - 216008@hsesinfo.org - Ms. - F216004 - L216004 - - 216004@hsesinfo.org - 555-555-6004 - - - 11559 - 4098 - 13361 - 001 - - 2020-06-01 - - HS - Active - Allegheny County/AIU Head Start - http://www.aiu3.net - 4098@hsesinfo.org - 475 E Waterfront Dr - Allegheny Intermediate Unit - Homestead - PA - 15120-1144 - 475 E Waterfront Dr - Allegheny Intermediate Unit - Homestead - PA - 15120-1144 - 475 E Waterfront Dr - Allegheny Intermediate Unit - Homestead - PA - 15120-1144 - Mr. - F228913 - L228913 - - Board Chair - 228913@hsesinfo.org - Mr. - F228911 - L228911 - - Executive Director - 228911@hsesinfo.org - Ms. - F228914 - L228914 - - 228914@hsesinfo.org - Mrs. - F228910 - L228910 - - 228910@hsesinfo.org - 555-555-8910 - - - 6987 - 924 - 10453 - 200 - 2001 - 2015-12-01 - - EHS - Active - Pearl River Valley Opportunity, Inc. - http://www.prvoinc.org - 924@hsesinfo.org - 756 Highway 98 Byp - - Columbia - MS - 39429-8299 - 756 Highway 98 Byp - - Columbia - MS - 39429-8299 - 756 Highway 98 Byp - - Columbia - MS - 39429-8299 - Mr. - F204575 - L204575 - - Board Chairman - 204575@hsesinfo.org - Mr. - F204576 - L204576 - - - 204576@hsesinfo.org - Ms. - F204578 - L204578 - - 204578@hsesinfo.org - Mrs. - F204574 - L204574 - - 204574@hsesinfo.org - 555-555-4574 - - - 6986 - 925 - 10453 - 000 - 1991 - 2015-12-01 - - HS - Active - Pearl River Valley Opportunity, Inc. - http://www.prvoinc.org - 925@hsesinfo.org - 756 Highway 98 Byp - - Columbia - MS - 39429-8299 - 756 Highway 98 Byp - - Columbia - MS - 39429-8299 - 756 Highway 98 Byp - - Columbia - MS - 39429-8299 - Mr. - F204568 - L204568 - - Board Chairman - 204568@hsesinfo.org - Mr. - F204569 - L204569 - - - 204569@hsesinfo.org - Ms. - F204571 - L204571 - - 204571@hsesinfo.org - Mrs. - F204567 - L204567 - - 204567@hsesinfo.org - 555-555-4567 - - - 532 - 3273 - 786 - 000 - 2013 - 2013-05-01 - 2019-01-31 - HS - Inactive - Quintana Baptist Church Head Start Program - - 3273@hsesinfo.org - Edificio Caribe Plaza - 579 Ave Ponce De Leon - San Juan - PR - 00920 - Ave. Paz Granela - Pmb 473 Ste. 2 - San Juan - PR - 00927 - Edificio Caribe Plaza - 579 Ave Ponce De Leon - San Juan - PR - 00920 - Mrs. - F41679 - L41679 - - Board President - 41679@hsesinfo.org - Mr. - F41677 - L41677 - - Executive Director - 41677@hsesinfo.org - Mrs. - F41676 - L41676 - - 41676@hsesinfo.org - Mrs. - F35827 - L35827 - - 35827@hsesinfo.org - 555-555-5827 - - - 9643 - 8860 - 11813 - 000 - 2019 - 2019-06-01 - - HS - Active - CDI HS/Hendricks, Morgan, and Owen Counties, IN - www.cdiheadstart.org - 8860@hsesinfo.org - 60 E Cunningham St - - Martinsville - IN - 46151-1116 - PO Box 1596 - - Martinsville - IN - 46151-0596 - 60 E Cunningham St - - Martinsville - IN - 46151-1116 - Mr. - F215924 - L215924 - - Chief Executive Officer - 215924@hsesinfo.org - Ms. - F215922 - L215922 - - Executive Director - 215922@hsesinfo.org - - F215925 - L215925 - - 215925@hsesinfo.org - Ms. - F215921 - L215921 - - 215921@hsesinfo.org - 555-555-5921 - - - 6941 - 6960 - 10419 - 221 - - 2015-11-01 - - EHS - Active - Hana Center - www.hanacenter.org/ecc - 6960@hsesinfo.org - 4300 N California Ave - - Chicago - IL - 60618-1514 - 4300 N California Ave - - Chicago - IL - 60618-1514 - 4300 N California Ave - - Chicago - IL - 60618-1514 - Mr. - F204249 - L204249 - - President - 204249@hsesinfo.org - Ms. - F204250 - L204250 - - Executive Director - 204250@hsesinfo.org - Ms. - F204252 - L204252 - - 204252@hsesinfo.org - Ms. - F204248 - L204248 - - 204248@hsesinfo.org - 555-555-4248 x 5555 - - - 6591 - 6609 - 10153 - 200 - - 2015-07-01 - - EHS - Active - Hill Country Community Action Association, Inc. - - 6609@hsesinfo.org - 2905 W Wallace St - - San Saba - TX - 76877-3840 - 2905 W Wallace St - - San Saba - TX - 76877-3840 - 2905 W Wallace St - - San Saba - TX - 76877-3840 - Mr. - F201807 - L201807 - - - 201807@hsesinfo.org - Mrs. - F201808 - L201808 - - - 201808@hsesinfo.org - Ms. - F201810 - L201810 - - 201810@hsesinfo.org - Mrs. - F201806 - L201806 - - 201806@hsesinfo.org - 555-555-1806 x 5555 - - - 4880 - 1992 - 8627 - 200 - 2003 - 2014-06-01 - 2019-06-30 - EHS - Inactive - Kids Central, Inc. - http://www.kidscentralinc.com - 1992@hsesinfo.org - 5345 Esserville Road - - Norton - VA - 24273-0661 - P.O. Box 661 - - Norton - VA - 24273-0661 - 5345 Esserville Rd - - Norton - VA - 24273-4011 - Mr. - F48149 - L48149 - - Board Chair - 48149@hsesinfo.org - Mr. - F48148 - L48148 - - - 48148@hsesinfo.org - Mrs. - F48151 - L48151 - - 48151@hsesinfo.org - Mr. - F48146 - L48146 - - 48146@hsesinfo.org - 555-555-8146 x 5555 - - - 4639 - 1952 - 8609 - 000 - 2014 - 2014-03-01 - 2019-06-30 - HS - Inactive - Community Action Partnership of Kern - http://www.capk.org - 1952@hsesinfo.org - 5005 Business Park N - Ste 130 - Bakersfield - CA - 93309-1652 - 5005 Business Park N - Ste 130 - Bakersfield - CA - 93309-1652 - 5005 Business Park N - Ste 130 - Bakersfield - CA - 93309-1652 - Mr. - F44238 - L44238 - - Board Chair - 44238@hsesinfo.org - Mr. - F44237 - L44237 - - Executive Director - 44237@hsesinfo.org - Mrs. - F44240 - L44240 - - 44240@hsesinfo.org - Mrs. - F44235 - L44235 - - 44235@hsesinfo.org - 555-555-4235 x 5555 - - - 8811 - 8646 - 11193 - 200 - 2018 - 2018-05-01 - - EHS - Active - Connecticut Institute For Communities, Inc. - www.ct-institute.org - 8646@hsesinfo.org - 120 Main St Fl 4 - - Danbury - CT - 06810-7834 - 120 Main St Fl 4 - - Danbury - CT - 06810-7834 - 120 Main St Fl 4 - - Danbury - CT - 06810-7834 - Dr. - F210221 - L210221 - Ph.D - Board Chair - 210221@hsesinfo.org - Mr. - F210222 - L210222 - Esq. - President/Chief Executive Officer - 210222@hsesinfo.org - Ms. - F210224 - L210224 - - 210224@hsesinfo.org - Ms. - F210220 - L210220 - - 210220@hsesinfo.org - 555-555-0220 x 5555 - - - 8982 - 1954 - 11319 - 000 - 2013 - 2018-08-01 - - HS - Active - OHIO HEARTLAND COMMUNITY ACTION COMMISSION - http://www.ohcac.org - 1954@hsesinfo.org - 372 E Center St - - Marion - OH - 43302-4126 - PO Box 779 - 372 East Center Street - Marion - OH - 43301-0779 - 372 E Center St - - Marion - OH - 43302-4126 - Mr. - F211430 - L211430 - - Board President - 211430@hsesinfo.org - Mr. - F211431 - L211431 - - Executive Director - 211431@hsesinfo.org - Mrs. - F211433 - L211433 - - 211433@hsesinfo.org - Mrs. - F211429 - L211429 - - 211429@hsesinfo.org - 555-555-1429 x 5555 - - - 8983 - 8004 - 11319 - 200 - 2016 - 2018-08-01 - - EHS - Active - Ohio Heartland Community Action Commission - http://www.ohcac.org - 8004@hsesinfo.org - 372 E Center St - - Marion - OH - 43302-4126 - 372 East Center St. - P.O. Box 779 - Marion - OH - 43301-0779 - 372 E Center St - - Marion - OH - 43302-4126 - Mr. - F211437 - L211437 - - Board President - 211437@hsesinfo.org - Mr. - F211438 - L211438 - - Executive Director - 211438@hsesinfo.org - Mrs. - F211440 - L211440 - - 211440@hsesinfo.org - Mrs. - F211436 - L211436 - - 211436@hsesinfo.org - 555-555-1436 x 5555 - - - 5805 - 5811 - 9532 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Northern Panhandle Head Start, Inc. - www.npheadstart.org - 5811@hsesinfo.org - 1 Orchard Road, Suite 1 - - Wheeling - WV - 26003-6674 - 1 Orchard Road, Suite 1 - - Wheeling - WV - 26003-6674 - 1 Orchard Road, Suite 1 - - Wheeling - WV - 26003-6674 - Mr. - F103788 - L103788 - - President, Board of Directors - 103788@hsesinfo.org - Ms. - F103789 - L103789 - - Executive Director - 103789@hsesinfo.org - Ms. - F103791 - L103791 - - 103791@hsesinfo.org - Ms. - F103787 - L103787 - - 103787@hsesinfo.org - 555-555-3787 - - - 8926 - 2806 - 11280 - 200 - 2011 - 2018-07-01 - - EHS - Active - MONROE COUNTY BOARD OF EDUCATION - - 2806@hsesinfo.org - 9875 Willow Bend Rd - - Union - WV - 24983-9739 - P.O. Box 330 - - Union - WV - 24983 - 9875 Willow Bend Rd - - Union - WV - 24983-9739 - Mr. - F211004 - L211004 - - Board President - 211004@hsesinfo.org - Mrs. - F211005 - L211005 - - Superintendent - 211005@hsesinfo.org - Mrs. - F211007 - L211007 - - 211007@hsesinfo.org - Mrs. - F211003 - L211003 - - 211003@hsesinfo.org - 555-555-1003 - - - 8343 - 8250 - 10702 - 200 - 2016 - 2016-07-01 - - EHS - Active - Chester County Intermediate Unit - http://www.cciu.org - 8250@hsesinfo.org - 455 Boot Rd - - Downingtown - PA - 19335-3043 - 455 Boot Rd - - Downingtown - PA - 19335-3043 - 455 Boot Rd - - Downingtown - PA - 19335-3043 - Ms. - F207540 - L207540 - - President - 207540@hsesinfo.org - Dr. - F207541 - L207541 - - - 207541@hsesinfo.org - Mrs. - F207543 - L207543 - - 207543@hsesinfo.org - Ms. - F207539 - L207539 - - 207539@hsesinfo.org - 555-555-7539 - - - 8925 - 2004 - 11280 - 000 - 2013 - 2018-07-01 - - HS - Active - MONROE COUNTY BOARD OF EDUCATION - - 2004@hsesinfo.org - 9875 Willow Bend Rd - Monroe County Head Start - Union - WV - 24983-9739 - Monroe County Head Start - Willow Bend Rd. P.O. Box 330 - Union - WV - 24983-0330 - 9875 Willow Bend Rd - Monroe County Head Start - Union - WV - 24983-9739 - Mr. - F210997 - L210997 - - Board President - 210997@hsesinfo.org - Mrs. - F210998 - L210998 - - Superintendent - 210998@hsesinfo.org - Mrs. - F211000 - L211000 - - 211000@hsesinfo.org - Mrs. - F210996 - L210996 - - 210996@hsesinfo.org - 555-555-0996 - - - 10593 - 6065 - 12580 - 200 - - 2019-09-01 - - EHS - Active - Holyoke, Chicopee, Springfield Head Start Inc - http://www.hcsheadstart.org - 6065@hsesinfo.org - 30 Madison Ave. - - Springfield - MA - 01105-1404 - 30 Madison Ave. - - Springfield - MA - 01105-1404 - 30 Madison Ave. - - Springfield - MA - 01105-1404 - Ms. - F222489 - L222489 - - Board Chair - 222489@hsesinfo.org - Ms. - F222490 - L222490 - - Executive Director - 222490@hsesinfo.org - Mr. - F222492 - L222492 - - 222492@hsesinfo.org - Ms. - F222488 - L222488 - - 222488@hsesinfo.org - 555-555-2488 - - - 10594 - 6067 - 12582 - 200 - - 2019-09-01 - - EHS - Active - Augusta County School Board - http://augusta.k12.va.us - 6067@hsesinfo.org - 18 Government Center Lane - - Verona - VA - 24482-2639 - 18 Government Center Lane - - Verona - VA - 24482-2639 - 18 Government Center Lane - - Verona - VA - 24482-2639 - Mr. - F222496 - L222496 - - Chairman of the School Board - 222496@hsesinfo.org - Dr. - F222497 - L222497 - W - Superintendent of Augusta County Schools - 222497@hsesinfo.org - Ms. - F222499 - L222499 - - 222499@hsesinfo.org - Mrs. - F222495 - L222495 - - 222495@hsesinfo.org - 555-555-2495 x 5555 - - - 8626 - 8498 - 322 - 200 - 2017 - 2017-09-01 - 2019-08-31 - EHS - Inactive - West Central Community Services, Inc. - www.wccsheadstart.org - 8498@hsesinfo.org - 321 E Euclid Ave - - Monmouth - IL - 61462-1312 - 321 E Euclid Ave - - Monmouth - IL - 61462-1312 - 321 E Euclid Ave - - Monmouth - IL - 61462-1312 - Mr. - F208897 - L208897 - - Board President - 208897@hsesinfo.org - Mrs. - F208898 - L208898 - - Executive/Head Start Director - 208898@hsesinfo.org - Miss - F208900 - L208900 - - 208900@hsesinfo.org - Mrs. - F208896 - L208896 - - 208896@hsesinfo.org - 555-555-8896 x 5555 - - - 6022 - 6029 - 9740 - 200 - - 2015-03-01 - 2019-08-31 - EHS - Inactive - Centro de Desarrollo Familiar SHS Diocesis de Mayaguez - www.cdfseasonalpr.org - 6029@hsesinfo.org - Edificio Hormigueros Plaza, Local 3B - Calle Comercio Carr. 3344 - Hormigueros - PR - 00660 - P.O. Box 1333 - - Hormigueros - PR - 00660-1333 - Edificio Hormigueros Plaza, Local 3B - Calle Comercio Carr. 3344 - Hormigueros - PR - 00660 - Pastor - F107057 - L107057 - - Board Chairperson - 107057@hsesinfo.org - Mrs. - F107058 - L107058 - - Executive Director - 107058@hsesinfo.org - Mrs. - F107060 - L107060 - - 107060@hsesinfo.org - Mrs. - F107056 - L107056 - - 107056@hsesinfo.org - 555-555-7056 - - - 10005 - 2102 - 12067 - 000 - 2014 - 2019-07-01 - - HS - Active - Guam Department of Education - https://guamheadstart.gdoe.net/ - 2102@hsesinfo.org - 501 Mariner Ave - Head Start Office - Barrigada - GU - 96913-1628 - 501 Mariner Ave - Guam Department of Education /Guam Head Start Progam - Barrigada - GU - 96913-1628 - 501 Mariner Ave - Guam Department of Education - Barrigada - GU - 96913-1628 - Mrs. - F218428 - L218428 - - Chairman, Guam Education Board - 218428@hsesinfo.org - Mr. - F218429 - L218429 - - Superintendent of Education - 218429@hsesinfo.org - Ms. - F218431 - L218431 - - 218431@hsesinfo.org - Mrs. - F218427 - L218427 - - 218427@hsesinfo.org - 555-555-8427 x 5555 - - - 11454 - 1377 - 13292 - 200 - 2003 - 2020-07-01 - - EHS - Active - USD #489 Early Childhood Connections - - 1377@hsesinfo.org - 2501 E 13th St - Ste 1 - Hays - KS - 67601-2764 - 2501 E 13th St - Ste 1 - Hays - KS - 67601-2764 - 2501 E 13th St - Ste 1 - Hays - KS - 67601-2764 - Mr. - F228207 - L228207 - - Board President - 228207@hsesinfo.org - Mrs. - F228208 - L228208 - - Director of Curriculum and Instruction - 228208@hsesinfo.org - Ms. - F228210 - L228210 - - 228210@hsesinfo.org - Mrs. - F228206 - L228206 - - 228206@hsesinfo.org - 555-555-8206 - - - 11455 - 1289 - 13291 - 000 - 1991 - 2020-07-01 - - HS - Active - North Coast Opportunties, Inc. - http://www.ncoinc.org - 1289@hsesinfo.org - 550 N State St - - Ukiah - CA - 95482-4025 - 550 N State St - - Ukiah - CA - 95482-4025 - 550 N State St - - Ukiah - CA - 95482-4025 - Ms. - F228214 - L228214 - - - 228214@hsesinfo.org - Ms. - F228215 - L228215 - - - 228215@hsesinfo.org - Ms. - F228217 - L228217 - - 228217@hsesinfo.org - Ms. - F228213 - L228213 - - 228213@hsesinfo.org - 555-555-8213 - - - 8816 - 2299 - 11198 - 000 - 1992 - 2018-07-01 - - HS - Active - OSWEGO COUNTY OPPORTUNITIES, INC - http://www.oco.org - 2299@hsesinfo.org - 239 Oneida St - - Fulton - NY - 13069-1288 - 239 Oneida St - - Fulton - NY - 13069-1288 - 239 Oneida St - - Fulton - NY - 13069-1288 - Mr. - F210255 - L210255 - - President - 210255@hsesinfo.org - Ms. - F210256 - L210256 - - Executive Director - 210256@hsesinfo.org - Ms. - F210258 - L210258 - - 210258@hsesinfo.org - Ms. - F210254 - L210254 - - 210254@hsesinfo.org - 555-555-0254 x 5555 - - - 4436 - 457 - 8392 - 200 - 2013 - 2013-11-01 - 2018-10-31 - EHS - Inactive - SOUTHERN OREGON CHILD & FAMILY COUNCIL, INC - http://www.socfc.org - 457@hsesinfo.org - 1001 Beall Ln - - Central Point - OR - 97502-2772 - PO Box 3697 - - Central Point - OR - 97502-0031 - 1001 Beall Ln - - Central Point - OR - 97502-2772 - Mr. - F41448 - L41448 - - Board Chair - 41448@hsesinfo.org - Ms. - F41450 - L41450 - - Executive Director - 41450@hsesinfo.org - Ms. - F41449 - L41449 - - 41449@hsesinfo.org - Ms. - F41445 - L41445 - - 41445@hsesinfo.org - 555-555-1445 x 5555 - - - 7022 - 1943 - 10467 - 000 - 1991 - 2016-01-01 - - HS - Active - Michigan Family Resources - http://www.hs4kc.org - 1943@hsesinfo.org - 2626 Walker Ave NW - - Walker - MI - 49544-1306 - 2626 Walker Ave NW - - Walker - MI - 49544-1306 - 2626 Walker Ave NW - - Walker - MI - 49544-1306 - Ms. - F204820 - L204820 - - Board of Directors - President - 204820@hsesinfo.org - Ms. - F204821 - L204821 - - Executive Director - 204821@hsesinfo.org - Ms. - F204823 - L204823 - - 204823@hsesinfo.org - Ms. - F204819 - L204819 - - 204819@hsesinfo.org - 555-555-4819 x 5555 - - - 11456 - 1290 - 13291 - 200 - 2003 - 2020-07-01 - - EHS - Active - North Coast Opportunities, Inc. - http://www.ncoinc.org - 1290@hsesinfo.org - 550 N State St - - Ukiah - CA - 95482-4025 - 550 N State St - - Ukiah - CA - 95482-4025 - 550 N State St - - Ukiah - CA - 95482-4025 - Ms. - F228221 - L228221 - - - 228221@hsesinfo.org - Ms. - F228222 - L228222 - - - 228222@hsesinfo.org - Ms. - F228224 - L228224 - - 228224@hsesinfo.org - Ms. - F228220 - L228220 - - 228220@hsesinfo.org - 555-555-8220 - - - 8564 - 1213 - 10975 - 000 - 1992 - 2017-04-01 - - AIAN HS - Active - Yakama Nation Head Start - http://www.ynheadstart.com - 1213@hsesinfo.org - 1240 Campbell Road (Physical Address) - - Wapato - WA - 98951 - PO Box 151 - - Toppenish - WA - 98948-0151 - 1240 Campbell Road (Physical Address) - - Wapato - WA - 98951 - Mr. - F208671 - L208671 - - Tribal Council Chair - 208671@hsesinfo.org - Mrs. - F208672 - L208672 - - Tribal Administrator - 208672@hsesinfo.org - Mrs. - F208674 - L208674 - - 208674@hsesinfo.org - Mr. - F208670 - L208670 - - 208670@hsesinfo.org - 555-555-8670 - - - 5614 - 2624 - 9328 - 200 - 2014 - 2014-12-01 - - AIAN EHS - Active - QUINAULT INDIAN NATION - n/a - 2624@hsesinfo.org - 419 Cuitan Street - - Taholah - WA - 98587 - PO Box 189 - - Taholah - WA - 98587-0189 - 1214 Aalis Street - - Taholah - WA - 98587 - Mrs. - F101212 - L101212 - - President, Quinault Indian Nation - 101212@hsesinfo.org - Mrs. - F101210 - L101210 - - CEO, Quinault Indian Nation - 101210@hsesinfo.org - Mrs. - F101209 - L101209 - - 101209@hsesinfo.org - Ms. - F101208 - L101208 - - 101208@hsesinfo.org - 555-555-1208 x 5555 - - - 11560 - 8499 - 13361 - 201 - 2017 - 2020-06-01 - - EHS - Active - Allegheny County/AIU Head Start - http://www.aiu3.net - 8499@hsesinfo.org - 475 E Waterfront Dr - Allegheny Intermediate Unit - Homestead - PA - 15120-1144 - 475 E Waterfront Dr - Allegheny Intermediate Unit - Homestead - PA - 15120-1144 - 475 E Waterfront Dr - Allegheny Intermediate Unit - Homestead - PA - 15120-1144 - Mrs. - F228919 - L228919 - - Board Chair - 228919@hsesinfo.org - Mr. - F228917 - L228917 - - Executive Director - 228917@hsesinfo.org - Ms. - F228920 - L228920 - - 228920@hsesinfo.org - Mrs. - F228916 - L228916 - - 228916@hsesinfo.org - 555-555-8916 - - - 5927 - 5934 - 9625 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Municipality of San German - www.municipiodesangerman.com - 5934@hsesinfo.org - 23 Ave Dr Harris - - San German - PR - 00683 - PO Box 85 - - San German - PR - 00683-0085 - 23 Ave Dr Harris - - San German - PR - 00683 - Hon. - F106068 - L106068 - - Mayor of Municipality of San Germán - 106068@hsesinfo.org - Mrs. - F106069 - L106069 - - Early Head Start & Head Start Director - 106069@hsesinfo.org - Mrs. - F106071 - L106071 - - 106071@hsesinfo.org - Mrs. - F106067 - L106067 - - 106067@hsesinfo.org - 555-555-6067 - - - 10597 - 6899 - 12583 - 201 - - 2019-09-01 - 2020-08-31 - EHS - Inactive - Acelero Learning Wisconsin, Inc. (Milwaukee County) - http://alwi.acelero.net - 6899@hsesinfo.org - 7833 West Capitol Drive - - Milwaukee - WI - 53222 - 7833 West Capitol Drive - - Milwaukee - WI - 53222 - 7833 West Capitol Drive - - Milwaukee - WI - 53222 - Dr. - F222517 - L222517 - - - 222517@hsesinfo.org - Mr. - F222518 - L222518 - - - 222518@hsesinfo.org - Ms. - F222520 - L222520 - - 222520@hsesinfo.org - Ms. - F222516 - L222516 - - 222516@hsesinfo.org - 555-555-2516 - - - 1430 - 1942 - 2927 - 000 - 2013 - 2013-07-02 - 2019-02-28 - HS - Inactive - Wright County Community Action, Inc. - http://www.wccaweb.com - 1942@hsesinfo.org - 130 Division St W - - Maple Lake - MN - 55358-4575 - PO Box 787 - - Maple Lake - MN - 55358-0787 - 130 Division St W - - Maple Lake - MN - 55358-4575 - Ms. - F37619 - L37619 - - WCCA Board Chairperson - 37619@hsesinfo.org - Mr. - F37618 - L37618 - - WCCA Executive Director - 37618@hsesinfo.org - Ms. - F37620 - L37620 - - 37620@hsesinfo.org - Ms. - F37616 - L37616 - - 37616@hsesinfo.org - 555-555-7616 x 5555 - - - 9532 - 3018 - 11751 - 000 - 2013 - 2019-04-01 - - HS - Active - Calvert County Public Schools - calvert county public schools - 3018@hsesinfo.org - 1245 Plum Point Rd - Plum Point Elementary School - Huntingtown - MD - 20639-9248 - 1245 Plum Point Rd - Plum Point Elementary School - Huntingtown - MD - 20639-9248 - 1245 Plum Point Rd - Plum Point Elementary School - Huntingtown - MD - 20639-9248 - Dr. - F215221 - L215221 - - Superintendent - 215221@hsesinfo.org - Mrs. - F215222 - L215222 - - Supervisor of State and Federal Grant Programs - 215222@hsesinfo.org - Mrs. - F215224 - L215224 - - 215224@hsesinfo.org - Ms. - F215220 - L215220 - - 215220@hsesinfo.org - 555-555-5220 - - - 10596 - 6044 - 12579 - 200 - - 2019-09-01 - 2020-08-31 - EHS - Inactive - Acelero Inc. - www.acelero.net - 6044@hsesinfo.org - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - Mr. - F222510 - L222510 - - - 222510@hsesinfo.org - Mr. - F222511 - L222511 - - - 222511@hsesinfo.org - Ms. - F222513 - L222513 - - 222513@hsesinfo.org - Dr. - F222509 - L222509 - - 222509@hsesinfo.org - 555-555-2509 - - - 6732 - 888 - 10248 - 000 - 1992 - 2015-08-01 - 2020-07-31 - HS - Inactive - Carroll County Board of Education - http://www.carroll.kyschools.us - 888@hsesinfo.org - 813 Hawkins St - - Carrollton - KY - 41008-1339 - 813 Hawkins St - - Carrollton - KY - 41008-1339 - 813 Hawkins St - - Carrollton - KY - 41008-1339 - Mr. - F202795 - L202795 - - Board Chair - 202795@hsesinfo.org - Mr. - F202796 - L202796 - - Superintendent - 202796@hsesinfo.org - Mr. - F202798 - L202798 - - 202798@hsesinfo.org - Mrs. - F202794 - L202794 - - 202794@hsesinfo.org - 555-555-2794 x 5555 - - - 10595 - 6043 - 12578 - 200 - - 2019-09-01 - - EHS - Active - Dane County Parent Council, Inc. - http://www.reachdane.org - 6043@hsesinfo.org - 2096 Red Arrow Trail - - Madison - WI - 53711-9998 - 2096 Red Arrow Trail - - Madison - WI - 53711-9998 - 2096 Red Arrow Trail - - Madison - WI - 53711-9998 - Mr. - F222503 - L222503 - - Board President - 222503@hsesinfo.org - Ms. - F222504 - L222504 - - Executive Director - 222504@hsesinfo.org - Ms. - F222506 - L222506 - - 222506@hsesinfo.org - Ms. - F222502 - L222502 - - 222502@hsesinfo.org - 555-555-2502 - - - 10598 - 799 - 12581 - 000 - 1992 - 2019-09-01 - - HS - Active - Beaumont Independent School District - https://www.bmtisd.com/Domain/10 - 799@hsesinfo.org - 3395 Harrison Avenue - - Beaumont - TX - 77706 - 3395 Harrison Avenue - - Beaumont - TX - 77706 - 3395 Harrison Avenue - - Beaumont - TX - 77706 - Mr. - F222524 - L222524 - Sr. - President of the Board of Managers - 222524@hsesinfo.org - Dr. - F222525 - L222525 - - Asst Superintendent for Elementary Administration - 222525@hsesinfo.org - Mrs. - F222527 - L222527 - - 222527@hsesinfo.org - Ms. - F222523 - L222523 - - 222523@hsesinfo.org - 555-555-2523 - - - 9037 - 1407 - 11374 - 200 - 2013 - 2018-09-01 - - EHS - Active - DURANGO 4-C COUNCIL - www.tchs4c.org - 1407@hsesinfo.org - 1315 Main Ave - Ste 124 - Durango - CO - 81301-5153 - PO Box 259 - - Durango - CO - 81302-0259 - 1315 Main Ave - Ste 124 - Durango - CO - 81301-5153 - Mr. - F211795 - L211795 - - Board Chairman - 211795@hsesinfo.org - Ms. - F211796 - L211796 - - Executive Director - 211796@hsesinfo.org - Mr. - F211798 - L211798 - - 211798@hsesinfo.org - Ms. - F211794 - L211794 - - 211794@hsesinfo.org - 555-555-1794 - - - 5625 - 4123 - 9445 - 011 - 2014 - 2014-12-01 - - HS - Active - Ada S. McKinley Community Services - http://www.adasmckinley.org - 4123@hsesinfo.org - 11400 S Edbrooke Ave - - Chicago - IL - 60628-4930 - 11400 S Edbrooke Ave - - Chicago - IL - 60628-4930 - 11400 S Edbrooke Ave - - Chicago - IL - 60628-4930 - Ms. - F101411 - L101411 - - President, Board of Directors - 101411@hsesinfo.org - Mr. - F101409 - L101409 - - Chief Executive Officer - 101409@hsesinfo.org - Ms. - F101408 - L101408 - - 101408@hsesinfo.org - Ms. - F101407 - L101407 - - 101407@hsesinfo.org - 555-555-1407 - - - 6609 - 6627 - 10113 - 200 - - 2015-07-01 - - EHS - Active - Lutheran Social Service of the South, Inc. - - 6627@hsesinfo.org - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - Mr. - F201933 - L201933 - - - 201933@hsesinfo.org - Dr. - F201934 - L201934 - - VP of Education - 201934@hsesinfo.org - Mrs. - F201936 - L201936 - - 201936@hsesinfo.org - Mr. - F201932 - L201932 - - 201932@hsesinfo.org - 555-555-1932 - - - 9191 - 334 - 11492 - 000 - 2013 - 2018-11-01 - - HS - Active - COMPREHENSIVE COMMUNITY ACTION PROGRAM - http://www.comcap.org - 334@hsesinfo.org - 311 Doric Avenue - - Cranston - RI - 02910-2903 - 311 Doric Avenue - - Cranston - RI - 02910-2903 - 311 Doric Avenue - - Cranston - RI - 02910-2903 - Mrs. - F212873 - L212873 - - Board Chair - 212873@hsesinfo.org - Mrs. - F212874 - L212874 - - President/CEO - 212874@hsesinfo.org - Mrs. - F212876 - L212876 - - 212876@hsesinfo.org - Mrs. - F212872 - L212872 - - 212872@hsesinfo.org - 555-555-2872 - - - 9291 - 815 - 11549 - 200 - 2000 - 2019-01-01 - - EHS - Active - Bauer Family Resources, Inc. - www.bauerfamilyresources.org - 815@hsesinfo.org - 20 Professional Ct - - Lafayette - IN - 47905-5152 - PO Box 1186 - - Lafayette - IN - 47902-1186 - 20 Professional Ct - - Lafayette - IN - 47905-5152 - Mr. - F213582 - L213582 - - Board Chair - 213582@hsesinfo.org - Ms. - F213583 - L213583 - - CEO - 213583@hsesinfo.org - Ms. - F213585 - L213585 - - 213585@hsesinfo.org - Mrs. - F213581 - L213581 - - 213581@hsesinfo.org - 555-555-3581 - - - 9890 - 5805 - 12003 - 200 - - 2019-07-01 - - EHS - Active - Metropolitan Area Advisory Committee - 956 Vale Terrace - 5805@hsesinfo.org - 956 Vale Terrace Dr - - Vista - CA - 92084-5212 - 956 Vale Terrace Dr - - Vista - CA - 92084-5212 - 1355 3rd Ave - - Chula Vista - CA - 91911-4302 - Mr. - F217640 - L217640 - - BOD President - 217640@hsesinfo.org - Mr. - F217641 - L217641 - - President and CEO - 217641@hsesinfo.org - Mrs. - F217643 - L217643 - - 217643@hsesinfo.org - Mrs. - F217639 - L217639 - - 217639@hsesinfo.org - 555-555-7639 x 5555 - - - 7068 - 2757 - 10504 - 200 - 2011 - 2016-01-01 - - EHS - Active - Juniata County Head Start - www.tiu11.org - 2757@hsesinfo.org - 538 E Industrial Dr - - Mifflintown - PA - 17059-8295 - 538 E Industrial Dr - - Mifflintown - PA - 17059-8295 - 538 E Industrial Dr - - Mifflintown - PA - 17059-8295 - Ms. - F205144 - L205144 - - Board President - 205144@hsesinfo.org - Dr. - F205145 - L205145 - - - 205145@hsesinfo.org - Mrs. - F205147 - L205147 - - 205147@hsesinfo.org - Mrs. - F205143 - L205143 - - 205143@hsesinfo.org - 555-555-5143 - - - 8546 - 8426 - 10952 - 200 - 2017 - 2017-03-01 - - EHS - Active - Maricopa County Human Services - https://www.maricopa.gov/3868/Human-Services - 8426@hsesinfo.org - 234 N Central Ave, Suite 3201 - - Phoenix - AZ - 85004-0948 - 234 N Central Ave, Suite 3201 - - Phoenix - AZ - 85004-0948 - 234 N Central Ave - Fl 3 - Phoenix - AZ - 85004-0948 - Mr. - F208550 - L208550 - - Chairman, Maricopa County Board of Supervisors - 208550@hsesinfo.org - Mr. - F208551 - L208551 - - Human Services Director - 208551@hsesinfo.org - Ms. - F208553 - L208553 - - 208553@hsesinfo.org - Ms. - F208549 - L208549 - - 208549@hsesinfo.org - 555-555-8549 - - - 8079 - 1975 - 10588 - 000 - 1994 - 2016-07-01 - - HS - Active - Wray School District RD-2 - - 1975@hsesinfo.org - 30222 County Road 35 - - Wray - CO - 80758-9338 - 30222 County Road 35 - - Wray - CO - 80758-9338 - 30222 County Road 35 - - Wray - CO - 80758-9338 - Mr. - F205738 - L205738 - - Wray School District RD-2 Board of Education President - 205738@hsesinfo.org - Mr. - F205739 - L205739 - - Superintendent - 205739@hsesinfo.org - Mrs. - F205741 - L205741 - - 205741@hsesinfo.org - Mrs. - F205737 - L205737 - - 205737@hsesinfo.org - 555-555-5737 - - - 6293 - 1431 - 9885 - 000 - 1992 - 2015-05-01 - 2020-04-30 - HS - Inactive - United Community Action Partnership, Inc. - https://unitedcapmn.org/ - 1431@hsesinfo.org - 200 4th St SW - - Willmar - MN - 56201-3330 - 200 4th ST, SW - P.O. Box 1359 - Willmar - MN - 56201-1359 - 200 4th St SW - - Willmar - MN - 56201-3330 - Mr. - F110416 - L110416 - - Chair of the United CAP Board of Directors - 110416@hsesinfo.org - Ms. - F110417 - L110417 - - Executive Director - 110417@hsesinfo.org - Ms. - F110419 - L110419 - - 110419@hsesinfo.org - Dr. - F110415 - L110415 - - 110415@hsesinfo.org - 555-555-0415 x 5555 - - - 6294 - 4294 - 9885 - 200 - 2014 - 2015-05-01 - 2020-04-30 - EHS - Inactive - United Community Action Partnership, Inc. - https://unitedcapmn.org/ - 4294@hsesinfo.org - 200 4th St SW - - Willmar - MN - 56201-3330 - 200 4th St SW - PO Box 1359 - Willmar - MN - 56201-3330 - 101 South Vesta St - - Cosmos - MN - 56228 - Mr. - F110423 - L110423 - - Chair of the Board of Directors - 110423@hsesinfo.org - Ms. - F110424 - L110424 - - Executive Director - 110424@hsesinfo.org - Ms. - F110426 - L110426 - - 110426@hsesinfo.org - Dr. - F110422 - L110422 - - 110422@hsesinfo.org - 555-555-0422 x 5555 - - - 5882 - 654 - 9610 - 200 - 2003 - 2015-02-01 - 2020-06-30 - EHS - Inactive - Northeast Michigan Community Service Agency, Inc. - http://www.nemcsa.org - 654@hsesinfo.org - 2375 Gordon Road - - Alpena - MI - 49707-4627 - 2375 Gordon Road - - Alpena - MI - 49707-4627 - 2375 Gordon Rd - - Alpena - MI - 49707-4627 - Mr. - F105764 - L105764 - - Board President - 105764@hsesinfo.org - Ms. - F105763 - L105763 - - Executive Director - 105763@hsesinfo.org - Ms. - F105766 - L105766 - - 105766@hsesinfo.org - Mrs. - F105762 - L105762 - - 105762@hsesinfo.org - 555-555-5762 - - - 7060 - 275 - 10507 - 200 - 2000 - 2016-01-01 - - EHS - Active - Triumph, Inc. - http://www.triumphinc.org - 275@hsesinfo.org - 100 Hon Gordon M Owen Riverway - - Taunton - MA - 02780-2720 - 100 Hon Gordon M Owen Riverway - - Taunton - MA - 02780-2720 - 100 Hon Gordon M Owen Riverway - - Taunton - MA - 02780-2720 - Ms. - F205088 - L205088 - - President - 205088@hsesinfo.org - Ms. - F205089 - L205089 - - - 205089@hsesinfo.org - Mr. - F205091 - L205091 - - 205091@hsesinfo.org - Ms. - F205087 - L205087 - - 205087@hsesinfo.org - 555-555-5087 - - - 8896 - 974 - 11264 - 000 - 2013 - 2018-07-01 - - HS - Active - Jefferson-Clarion Head Start, Inc. - http://www.jcheadstart.com - 974@hsesinfo.org - 18 Western Avenue, Suite C - - Brookville - PA - 15825-1540 - 18 Western Avenue, Suite C - - Brookville - PA - 15825-1540 - 18 Western Avenue, Suite C - - Brookville - PA - 15825-1540 - Mrs. - F210793 - L210793 - - Chairperson - 210793@hsesinfo.org - Mrs. - F210794 - L210794 - - Executive Director - 210794@hsesinfo.org - Mrs. - F210796 - L210796 - - 210796@hsesinfo.org - Mrs. - F210792 - L210792 - - 210792@hsesinfo.org - 555-555-0792 x 5555 - - - 9665 - 3060 - 11828 - 200 - 2014 - 2019-06-01 - - EHS - Active - PIEDMONT COMMUNITY ACTIONS, INC - pcasp.org - 3060@hsesinfo.org - 300A S Daniel Morgan Ave - - Spartanburg - SC - 29306-3004 - 300A S Daniel Morgan Ave - - Spartanburg - SC - 29306-3004 - 300A S Daniel Morgan Ave - - Spartanburg - SC - 29306-3004 - Dr. - F216076 - L216076 - - Board Chairman - 216076@hsesinfo.org - Mrs. - F216077 - L216077 - - Executive Director (CEO) - 216077@hsesinfo.org - Mr. - F216079 - L216079 - - 216079@hsesinfo.org - Dr. - F216075 - L216075 - - 216075@hsesinfo.org - 555-555-6075 - - - 5681 - 3523 - 9506 - 002 - 2015 - 2015-01-01 - - HS - Active - One Hope United - http://www.onehopeunited.org/ - 3523@hsesinfo.org - One Hope United - 514 W. 31st St - Chicago - IL - 60616 - One Hope United - 514 W. 31st St - Chicago - IL - 60616 - One Hope United - 514 W. 31st St - Chicago - IL - 60616 - Mr. - F102310 - L102310 - - Board Chair - 102310@hsesinfo.org - Ms. - F102309 - L102309 - - Executive Director - Early Learning Child Development - 102309@hsesinfo.org - Ms. - F102306 - L102306 - - 102306@hsesinfo.org - Ms. - F102305 - L102305 - - 102305@hsesinfo.org - 555-555-2305 - - - 10401 - 5950 - 12408 - 200 - - 2019-08-01 - - EHS - Active - Picayune School District - - 5950@hsesinfo.org - 1620 Rosa St - - Picayune - MS - 39466-4229 - PO Box 1258 - - Picayune - MS - 39466-1258 - 706 Goodyear Blvd - - Picayune - MS - 39466-3220 - Mr. - F221147 - L221147 - - Board Chairman - 221147@hsesinfo.org - Mr. - F221148 - L221148 - - Assistant Supeintendent - 221148@hsesinfo.org - Ms. - F221150 - L221150 - - 221150@hsesinfo.org - Dr. - F221146 - L221146 - - 221146@hsesinfo.org - 555-555-1146 x 5555 - - - 10402 - 1155 - 12407 - 000 - 2014 - 2019-09-01 - - AIAN HS - Active - LUMMI INDIAN BUSINESS COUNCIL - www.lummi-nsn.gov - 1155@hsesinfo.org - 2645 Kwina Rd - - Bellingham - WA - 98226-9291 - 2665 Kwina Rd - - Bellingham - WA - 98226-9291 - 2665 Kwina Rd - - Bellingham - WA - 98226-9291 - Mr. - F221154 - L221154 - - Chairman - 221154@hsesinfo.org - Ms. - F221155 - L221155 - - General Manager - 221155@hsesinfo.org - Ms. - F221157 - L221157 - - 221157@hsesinfo.org - Ms. - F221153 - L221153 - - 221153@hsesinfo.org - 555-555-1153 - - - 10403 - 2617 - 12407 - 200 - 2014 - 2019-09-01 - - AIAN EHS - Active - LUMMI INDIAN BUSINESS COUNCIL - - 2617@hsesinfo.org - 2665 Kwina Rd - - Bellingham - WA - 98226-9291 - 2665 Kwina Rd - - Bellingham - WA - 98226-9291 - 2665 Kwina Rd - - Bellingham - WA - 98226-9291 - Mr. - F221161 - L221161 - - Chairman - 221161@hsesinfo.org - Ms. - F221162 - L221162 - - General Manager - 221162@hsesinfo.org - Ms. - F221164 - L221164 - - 221164@hsesinfo.org - Ms. - F221160 - L221160 - - 221160@hsesinfo.org - 555-555-1160 - - - 8897 - 3246 - 11264 - 200 - 2013 - 2018-07-01 - - EHS - Active - Jefferson-Clarion Head Start, Inc. - www.jcheadstart.com - 3246@hsesinfo.org - 18 Western Avenue, Suite C - - Brookville - PA - 15825-1540 - 18 Western Avenue, Suite C - - Brookville - PA - 15825-1540 - 18 Western Avenue, Suite C - - Brookville - PA - 15825-1540 - Mrs. - F210800 - L210800 - - Chairperson - 210800@hsesinfo.org - Mrs. - F210801 - L210801 - - Executive Director - 210801@hsesinfo.org - Mrs. - F210803 - L210803 - - 210803@hsesinfo.org - Mrs. - F210799 - L210799 - - 210799@hsesinfo.org - 555-555-0799 x 5555 - - - 9400 - 8752 - 9293 - 200 - 2019 - 2019-07-01 - 2020-06-30 - EHS - Inactive - Northwestern Ohio Community Action Commission - http://www.nocac.org - 8752@hsesinfo.org - 1933 East Second Street - - Defiance - OH - 43512-2503 - 1933 East Second Street - - Defiance - OH - 43512-2503 - 1933 East Second Street - - Defiance - OH - 43512-2503 - Mr. - F214321 - L214321 - - Board President - 214321@hsesinfo.org - Ms. - F214319 - L214319 - - Executive Director - 214319@hsesinfo.org - Ms. - F214322 - L214322 - - 214322@hsesinfo.org - Ms. - F214318 - L214318 - - 214318@hsesinfo.org - 555-555-4318 x 5555 - - - 8296 - 2359 - 10677 - 000 - 1992 - 2016-07-01 - - HS - Active - Fairfax County Board of Supervisors - http://www.fairfaxcounty.gov/childcare - 2359@hsesinfo.org - 12011 Government Center Pkwy, Suite 903 - Pennino Building, Head Start Program - Fairfax - VA - 22035-1100 - 12011 Government Center Pkwy, Suite 903 - Pennino Building, Head Start Program - Fairfax - VA - 22035-1100 - 12011 Government Center Pkwy, Suite 903 - Pennino Building, Head Start Program - Fairfax - VA - 22035-1100 - Mr. - F207212 - L207212 - - Chairman, Board of Supervisors - 207212@hsesinfo.org - Ms. - F207213 - L207213 - - Deputy County Executive - 207213@hsesinfo.org - Mrs. - F207215 - L207215 - - 207215@hsesinfo.org - Ms. - F207211 - L207211 - - 207211@hsesinfo.org - 555-555-7211 - - - 6484 - 962 - 10110 - 000 - 1992 - 2015-07-01 - - HS - Active - SHORE UP, INC - http://www.shoreup.org - 962@hsesinfo.org - 520 Snow Hill Rd - - Salisbury - MD - 21804-6031 - 520 Snow Hill Rd - - Salisbury - MD - 21804-6031 - 520 Snow Hill Rd - - Salisbury - MD - 21804-6031 - Mr. - F201058 - L201058 - - Board of Director's Chairpeson - 201058@hsesinfo.org - Mr. - F201059 - L201059 - - Executive Director - 201059@hsesinfo.org - Ms. - F201061 - L201061 - - 201061@hsesinfo.org - Dr. - F201057 - L201057 - - 201057@hsesinfo.org - 555-555-1057 x 5555 - - - 9668 - 2174 - 11829 - 000 - 1992 - 2019-06-01 - - HS - Active - WASHINGTON CTY CHAP NEGRO BUS & PROF WOMANS CLUB, INC - www.nbpw.org - 2174@hsesinfo.org - 101 Jones Street - Post Office Box 896 - Sandersville - GA - 31082-0896 - Post Office Box 896 - - Sandersville - GA - 31082-0896 - 101 Jones Street - Post Office Box 896 - Sandersville - GA - 31082-0896 - Ms. - F216097 - L216097 - - Board Chair - 216097@hsesinfo.org - Ms. - F216098 - L216098 - - Executive Director - 216098@hsesinfo.org - Ms. - F216100 - L216100 - - 216100@hsesinfo.org - Ms. - F216096 - L216096 - - 216096@hsesinfo.org - 555-555-6096 x 5555 - - - 8866 - 3656 - 11236 - 006 - 2013 - 2018-07-01 - - HS - Active - Family Star Montessori School - www.familystar.net - 3656@hsesinfo.org - 2246 Federal Boulevard - - DENVER - CO - 80211 - 2246 Federal Boulevard - - DENVER - CO - 80211 - 2246 Federal Boulevard - - DENVER - CO - 80211 - Mrs. - F210584 - L210584 - - Board of Directors - Chairperson - 210584@hsesinfo.org - Ms. - F210585 - L210585 - - Executive Director - 210585@hsesinfo.org - Ms. - F210587 - L210587 - - 210587@hsesinfo.org - Ms. - F210583 - L210583 - - 210583@hsesinfo.org - 555-555-0583 x 5555 - - - 9244 - 3245 - 11521 - 200 - 2013 - 2019-01-01 - - EHS - Active - SCHOHARIE COUNTY CHILD DEVELOPMENT COUNCIL, INC - www.sccdcny.org - 3245@hsesinfo.org - 114 Lark Street - - Cobleskill - NY - 12043 - 114 Lark Street - - Cobleskill - NY - 12043 - 114 Lark Street - - Cobleskill - NY - 12043 - Ms. - F213249 - L213249 - - Board of Directors President - 213249@hsesinfo.org - Ms. - F213250 - L213250 - - - 213250@hsesinfo.org - Ms. - F213252 - L213252 - - 213252@hsesinfo.org - Ms. - F213248 - L213248 - - 213248@hsesinfo.org - 555-555-3248 - - - 5760 - 1154 - 9351 - 000 - 2015 - 2015-01-01 - - AIAN HS - Active - NISQUALLY INDIAN TRIBE - http://www.nisqually-nsn.gov - 1154@hsesinfo.org - 4820 She-Nah-Num Drive SE - - Olympia - WA - 98513-9105 - 4820 She-Nah-Num Drive SE - - Olympia - WA - 98513-9105 - 4820 She-Nah-Num Drive SE - - Olympia - WA - 98513-9105 - Mr. - F103382 - L103382 - - Tribal Chairman - 103382@hsesinfo.org - Mrs. - F103383 - L103383 - - Tribal Administrator - 103383@hsesinfo.org - Ms. - F103384 - L103384 - - 103384@hsesinfo.org - Mrs. - F103380 - L103380 - - 103380@hsesinfo.org - 555-555-3380 x 5555 - - - 11269 - 5183 - 13166 - 000 - 2014 - 2020-05-01 - - HS - Active - Education Service Center Region XIV - www.esc14.net - 5183@hsesinfo.org - 1850 HIGHWAY 351 - - ABILENE - TX - 79601-4750 - 1850 HIGHWAY 351 - - ABILENE - TX - 79601-4750 - 1850 HIGHWAY 351 - - ABILENE - TX - 79601-4750 - Dr. - F227013 - L227013 - - Board Chairperson - 227013@hsesinfo.org - Mr. - F227014 - L227014 - - Executive Director - 227014@hsesinfo.org - Mrs. - F227016 - L227016 - - 227016@hsesinfo.org - Mrs. - F227012 - L227012 - - 227012@hsesinfo.org - 555-555-7012 - - - 6590 - 785 - 10153 - 000 - 1992 - 2015-07-01 - - HS - Active - Hill Country Community Action Association, Inc. - http://www.hccaa.com - 785@hsesinfo.org - 2905 W Wallace St - - San Saba - TX - 76877-3840 - 2905 W Wallace St - - San Saba - TX - 76877-3840 - 2905 W Wallace St - - San Saba - TX - 76877-3840 - Mr. - F201800 - L201800 - - - 201800@hsesinfo.org - Mrs. - F201801 - L201801 - - - 201801@hsesinfo.org - Mrs. - F201803 - L201803 - - 201803@hsesinfo.org - Mrs. - F201799 - L201799 - - 201799@hsesinfo.org - 555-555-1799 x 5555 - - - 6167 - 6174 - 9823 - 200 - - 2015-03-01 - 2020-08-31 - EHS - Inactive - City of Chattanooga Head Start/Early Head Start - http://www.chattanoogaheadstart-earlyheadstart.com - 6174@hsesinfo.org - 2302 Ocoee Street - - Chattanooga - TN - 37406-3564 - 2302 Ocoee Street - - Chattanooga - TN - 37406-3564 - 2302 Ocoee Street - - Chattanooga - TN - 37406-3564 - Dr. - F108218 - L108218 - - Chattanooga Human Services Board Chairperson - 108218@hsesinfo.org - Mrs. - F108219 - L108219 - - Deputy Administrator - 108219@hsesinfo.org - Mrs. - F108221 - L108221 - - 108221@hsesinfo.org - Ms. - F108217 - L108217 - - 108217@hsesinfo.org - 555-555-8217 - - - 8695 - 8556 - 9278 - 201 - 2017 - 2017-09-01 - 2020-05-31 - EHS - Inactive - Acelero Learning Wisconsin, Inc. (Racine County) - http://alwi.acelero.net - 8556@hsesinfo.org - 7833 W Capitol Dr - - Milwaukee - WI - 53222-2059 - 7833 W Capitol Dr - - Milwaukee - WI - 53222-2059 - 7833 W Capitol Dr - - Milwaukee - WI - 53222-2059 - Dr. - F209370 - L209370 - - - 209370@hsesinfo.org - Mr. - F209371 - L209371 - - - 209371@hsesinfo.org - Ms. - F209373 - L209373 - - 209373@hsesinfo.org - Ms. - F209369 - L209369 - - 209369@hsesinfo.org - 555-555-9369 - - - 5393 - 1327 - 9168 - 000 - 2014 - 2014-09-01 - 2020-08-31 - HS - Inactive - Tyler Independent School District - http://head-start-f.tylerisd.schoolfusion.us - 1327@hsesinfo.org - 2800 Walton Road - - Tyler - TX - 75701 - 2800 Walton Road - - Tyler - TX - 75701 - 2800 Walton Road - - Tyler - TX - 75701 - Mr. - F96731 - L96731 - - School Board President - 96731@hsesinfo.org - Dr. - F96729 - L96729 - - Superintendent/ Executive Director - 96729@hsesinfo.org - Mrs. - F96728 - L96728 - - 96728@hsesinfo.org - Mrs. - F96726 - L96726 - - 96726@hsesinfo.org - 555-555-6726 - - - 6522 - 531 - 10052 - 000 - 1992 - 2015-07-01 - 2020-06-30 - HS - Inactive - Anderson County Schools' Preschool - www.preschool.acs.ac - 531@hsesinfo.org - 708 N Main St - - Clinton - TN - 37716-3143 - 708 N Main St - - Clinton - TN - 37716-3143 - 708 N Main St - - Clinton - TN - 37716-3143 - Dr. - F201324 - L201324 - - Anderson County School Board Chair - 201324@hsesinfo.org - Dr. - F201325 - L201325 - - Anderson County Director of Schools - 201325@hsesinfo.org - Ms. - F201327 - L201327 - - 201327@hsesinfo.org - Ms. - F201323 - L201323 - - 201323@hsesinfo.org - 555-555-1323 - - - 8297 - 2358 - 10677 - 200 - 1992 - 2016-07-01 - - EHS - Active - Fairfax County Office for Children - http://www.fairfaxcounty.gov/childcare - 2358@hsesinfo.org - 12011 Government Center Pkwy, 9th Floor - Pennino Building, Head Start Program - Fairfax - VA - 22035-1100 - 12011 Government Center Pkwy, Suite 903 - Pennino Building, Head Start Program - Fairfax - VA - 22035-1100 - 12011 Government Center Pkwy, 9th Floor - Pennino Building, Head Start Program - Fairfax - VA - 22035-1100 - Mr. - F207219 - L207219 - - Chairman, Board of Supervisors - 207219@hsesinfo.org - Ms. - F207220 - L207220 - - Deputy County Executive - 207220@hsesinfo.org - Mrs. - F207222 - L207222 - - 207222@hsesinfo.org - Ms. - F207218 - L207218 - - 207218@hsesinfo.org - 555-555-7218 - - - 8810 - 8645 - 11193 - 000 - 2018 - 2018-05-01 - - HS - Active - Connecticut Institute For Communities, Inc. - www.ct-institute.org - 8645@hsesinfo.org - 120 Main St Fl 4 - - Danbury - CT - 06810-7834 - 120 Main St Fl 4 - - Danbury - CT - 06810-7834 - 120 Main St Fl 4 - - Danbury - CT - 06810-7834 - Dr. - F210214 - L210214 - Ph.D - Board Chair - 210214@hsesinfo.org - Mr. - F210215 - L210215 - Esq. - President/Chief Executive Officer - 210215@hsesinfo.org - Ms. - F210217 - L210217 - - 210217@hsesinfo.org - Ms. - F210213 - L210213 - - 210213@hsesinfo.org - 555-555-0213 x 5555 - - - 5204 - 5210 - 8889 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Rio Grande Child Development and Family Services - donnamarie5659@gmail.com - 5210@hsesinfo.org - 440 Sixth Street - - Del Norte - CO - 81132-3239 - 440 Sixth Street - - Del Norte - CO - 81132-3239 - 440 Sixth Street - - Del Norte - CO - 81132-3239 - Ms. - F51134 - L51134 - - Board Chair - 51134@hsesinfo.org - Ms. - F51135 - L51135 - - - 51135@hsesinfo.org - Ms. - F51137 - L51137 - - 51137@hsesinfo.org - Ms. - F51133 - L51133 - - 51133@hsesinfo.org - 555-555-1133 - - - 8972 - 1510 - 11320 - 000 - 2013 - 2018-08-01 - - HS - Active - GREENVILLE INDEPENDENT SCHOOL DISTRICT - - 1510@hsesinfo.org - 2504 Carver St - - Greenville - TX - 75401-3620 - 2504 Carver St - - Greenville - TX - 75401-3620 - 2504 Carver St - - Greenville - TX - 75401-3620 - Mr. - F211360 - L211360 - - Board Chair - 211360@hsesinfo.org - Mr. - F211361 - L211361 - - - 211361@hsesinfo.org - Ms. - F211363 - L211363 - - 211363@hsesinfo.org - Dr. - F211359 - L211359 - - 211359@hsesinfo.org - 555-555-1359 - - - 9863 - 8964 - 11974 - 200 - 2019 - 2019-07-01 - - EHS - Active - CDI HS/Santa Clara County, CA - www.cdiheadstart.org - 8964@hsesinfo.org - 1885 Lundy Ave - Ste 260 - San Jose - CA - 95131-1888 - PO Box 610518 - - San Jose - CA - 95161-0518 - 1885 Lundy Ave - Ste 260 - San Jose - CA - 95131-1888 - Mr. - F217454 - L217454 - - Chief Executive Officer - 217454@hsesinfo.org - Ms. - F217452 - L217452 - - Executive Director - 217452@hsesinfo.org - - F217455 - L217455 - - 217455@hsesinfo.org - Ms. - F217451 - L217451 - - 217451@hsesinfo.org - 555-555-7451 - - - 6665 - 2539 - 10032 - 200 - 1992 - 2015-07-01 - - AIAN EHS - Active - Pueblo of Laguna Department of Education - http://www.lagunaed.net - 2539@hsesinfo.org - 21 Rodeo Drive - - Laguna - NM - 87026-0000 - 21 Rodeo Drive - - Laguna - NM - 87026-0000 - 21 Rodeo Drive - - Laguna - NM - 87026-0000 - Gov. - F202325 - L202325 - Jr. - Pueblo of Laguna Governor - 202325@hsesinfo.org - Mrs. - F202326 - L202326 - - - 202326@hsesinfo.org - Mr. - F202328 - L202328 - - 202328@hsesinfo.org - Ms. - F202324 - L202324 - - 202324@hsesinfo.org - 555-555-2324 x 5555 - - - 8352 - 967 - 10706 - 200 - 2003 - 2016-07-01 - - EHS - Active - Private Industry Council Westmoreland/Fayette, Inc. - http://www.privateindustrycouncil.com - 967@hsesinfo.org - 219 Donohoe Road - - Greensburg - PA - 15601 - 219 Donohoe Road - - Greensburg - PA - 15601 - 219 Donohoe Road - - Greensburg - PA - 15601 - Mr. - F207603 - L207603 - - Board Chair - 207603@hsesinfo.org - Ms. - F207604 - L207604 - - President and CEO - 207604@hsesinfo.org - Mrs. - F207606 - L207606 - - 207606@hsesinfo.org - Ms. - F207602 - L207602 - - 207602@hsesinfo.org - 555-555-7602 x 5555 - - - 6568 - 1430 - 10156 - 000 - 1992 - 2015-07-01 - - HS - Active - Community Action Wayne/Medina - http://www.cawm.org - 1430@hsesinfo.org - 905 Pittsburg Ave - - Wooster - OH - 44691-4296 - 905 Pittsburg Ave - - Wooster - OH - 44691-4296 - 905 Pittsburg Ave - - Wooster - OH - 44691-4296 - Dr. - F201646 - L201646 - - Board Chair - 201646@hsesinfo.org - Ms. - F201647 - L201647 - - President/CEO - 201647@hsesinfo.org - Mr. - F201649 - L201649 - - 201649@hsesinfo.org - Ms. - F201645 - L201645 - - 201645@hsesinfo.org - 555-555-1645 x 5555 - - - 6569 - 1429 - 10156 - 200 - 2002 - 2015-07-01 - - EHS - Active - Community Action Wayne/Medina - http://www.cawm.org - 1429@hsesinfo.org - 905 Pittsburg Ave - - Wooster - OH - 44691-4296 - 905 Pittsburg Ave - - Wooster - OH - 44691-4296 - 905 Pittsburg Ave - - Wooster - OH - 44691-4296 - Dr. - F201653 - L201653 - - Board Chair - 201653@hsesinfo.org - Ms. - F201654 - L201654 - - President/CEO - 201654@hsesinfo.org - Mr. - F201656 - L201656 - - 201656@hsesinfo.org - Ms. - F201652 - L201652 - - 201652@hsesinfo.org - 555-555-1652 x 5555 - - - 10676 - 9077 - 9507 - 203 - 2019 - 2019-06-12 - - EHS - Active - Children's Home & Aid Society of Illinois - www.childrenshomeandaid.org - 9077@hsesinfo.org - 1701 West 63rd Street - - Chicago - IL - 60636 - 125 South Wacker Drive - 14th Floor - Chicago - IL - 60606 - 125 South Wacker Drive - 14th Floor - Chicago - IL - 60606 - Mr. - F223068 - L223068 - - Chair - 223068@hsesinfo.org - Mr. - F223066 - L223066 - - President and CEO - 223066@hsesinfo.org - Ms. - F223069 - L223069 - - 223069@hsesinfo.org - Ms. - F223065 - L223065 - - 223065@hsesinfo.org - 555-555-3065 - - - 10216 - 9022 - 12247 - 001 - 2018 - 2018-09-03 - 2019-08-31 - HS - Inactive - Wayne-Westland Community Schools - https://www.wwcsd.net/schools/pre-schools/stottlemyer-early-childhood-family-development-center/head-start/ - 9022@hsesinfo.org - 34801 Marquette St - - Westland - MI - 48185-3585 - 34801 Marquette St - - Westland - MI - 48185-3585 - 34801 Marquette St - - Westland - MI - 48185-3585 - - F219860 - L219860 - - - 219860@hsesinfo.org - - F219858 - L219858 - - - 219858@hsesinfo.org - - F219861 - L219861 - - 219861@hsesinfo.org - Ms. - F219857 - L219857 - - 219857@hsesinfo.org - 555-555-9857 - - - 9157 - 3156 - 11463 - 000 - 2013 - 2018-11-01 - - HS - Active - Marshall Starke Development Center - www.marshall-starke.org - 3156@hsesinfo.org - 1901 PIDCO Drive - - Plymouth - IN - 46563-1362 - 1901 PIDCO Drive - - Plymouth - IN - 46563-1362 - 1901 PIDCO Drive - - Plymouth - IN - 46563-1362 - Mr. - F212636 - L212636 - - Board of Directors Chairman - 212636@hsesinfo.org - Ms. - F212637 - L212637 - - - 212637@hsesinfo.org - Ms. - F212639 - L212639 - - 212639@hsesinfo.org - Ms. - F212635 - L212635 - - 212635@hsesinfo.org - 555-555-2635 x 5555 - - - 9206 - 1097 - 11497 - 200 - 2013 - 2018-12-01 - - EHS - Active - SOUTHWEST HUMAN DEVELOPMENT - http://www.swhd.org - 1097@hsesinfo.org - 2850 North 24th Street - - Phoenix - AZ - 85008-1004 - 2850 North 24th Street - - Phoenix - AZ - 85008-1004 - 2850 North 24th Street - - Phoenix - AZ - 85008-1004 - Mrs. - F212978 - L212978 - - President Board of Directors - 212978@hsesinfo.org - Ms. - F212979 - L212979 - - CEO - 212979@hsesinfo.org - Mrs. - F212981 - L212981 - - 212981@hsesinfo.org - Ms. - F212977 - L212977 - - 212977@hsesinfo.org - 555-555-2977 x 5555 - - - 9062 - 8706 - 11386 - 000 - 2018 - 2018-09-01 - - HS - Active - Fort George Community Services, Inc. - www.fortgeorgecenter.org - 8706@hsesinfo.org - 4467 Broadway - - New York - NY - 10040-2603 - 1525 Saint Nicholas Ave - - New York - NY - 10033-2604 - 1525 Saint Nicholas Ave - - New York - NY - 10033-2604 - Ms. - F212019 - L212019 - - Board Chair - 212019@hsesinfo.org - Ms. - F212020 - L212020 - - Executive Director/CEO - 212020@hsesinfo.org - Ms. - F212022 - L212022 - - 212022@hsesinfo.org - Ms. - F212018 - L212018 - - 212018@hsesinfo.org - 555-555-2018 - - - 4681 - 3880 - 8663 - 009 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - Staten Island Mental Health Society Head Start - http://www.simhs.org - 3880@hsesinfo.org - 16 Osgood Avenue - - Staten Island - NY - 10304-1804 - 16 Osgood Avenue - - Staten Island - NY - 10304-1804 - 16 Osgood Avenue - - Staten Island - NY - 10304-1804 - Mr. - F45517 - L45517 - - Chair - 45517@hsesinfo.org - Ms. - F45515 - L45515 - MSW - CEO - 45515@hsesinfo.org - Ms. - F45514 - L45514 - - 45514@hsesinfo.org - Ms. - F45513 - L45513 - - 45513@hsesinfo.org - 555-555-5513 - - - 9418 - 1227 - 11638 - 000 - 2014 - 2019-03-01 - - Migrant HS - Active - COMMUNITY ACTION PARTNERSHIP OF WESTERN NEBRASKA - http://www.capwn.org - 1227@hsesinfo.org - 3350 10th Street - - Gering - NE - 69341-1724 - 3350 10th Street - - Gering - NE - 69341-1724 - 3350 10th Street - - Gering - NE - 69341-1724 - Ms. - F214444 - L214444 - - President of Board of Directors - 214444@hsesinfo.org - Mrs. - F214445 - L214445 - - Chief ExecutiveOfficer - 214445@hsesinfo.org - Ms. - F214447 - L214447 - - 214447@hsesinfo.org - Ms. - F214443 - L214443 - - 214443@hsesinfo.org - 555-555-4443 x 5555 - - - 8892 - 772 - 11254 - 000 - 1993 - 2018-07-01 - - HS - Active - ASSUMPTION PARISH SCHOOL BOARD - http://www.assumptionschools.com - 772@hsesinfo.org - 4891 Highway 308 - - Napoleonville - LA - 70390-2101 - 4901 Highway 308 - - Napoleonville - LA - 70390 - 4901 Highway 308 - - Napoleonville - LA - 70390 - Ms. - F210765 - L210765 - - School Board President - 210765@hsesinfo.org - Mr. - F210766 - L210766 - - Superintendent - 210766@hsesinfo.org - Ms. - F210768 - L210768 - - 210768@hsesinfo.org - Mrs. - F210764 - L210764 - - 210764@hsesinfo.org - 555-555-0764 - - - 4963 - 278 - 8908 - 000 - 1991 - 2014-07-01 - 2019-11-30 - HS - Inactive - Community Program Centers of Long Island, Inc. - www.childrenscommunityhs.org - 278@hsesinfo.org - The Children's Community Head Start - 400 Sheep Pasture Road - Port Jefferson - NY - 11777-2059 - The Children's Community Head Start - 400 Sheep Pasture Road - Port Jefferson - NY - 11777-2059 - The Children's Community Head Start - 400 Sheep Pasture Road - Port Jefferson - NY - 11777-2059 - Mr. - F49272 - L49272 - - Board President - 49272@hsesinfo.org - Mr. - F49273 - L49273 - - CEO - 49273@hsesinfo.org - Ms. - F49276 - L49276 - - 49276@hsesinfo.org - Ms. - F49271 - L49271 - - 49271@hsesinfo.org - 555-555-9271 - - - 11271 - 5184 - 13166 - 200 - 2014 - 2020-05-01 - - EHS - Active - Education Service Center Region XIV - www.esc14.net - 5184@hsesinfo.org - 1850 HIGHWAY 351 - - ABILENE - TX - 79601-4750 - 1850 HIGHWAY 351 - - ABILENE - TX - 79601-4750 - 1850 HIGHWAY 351 - - ABILENE - TX - 79601-4750 - Dr. - F227027 - L227027 - - Board Chairperson - 227027@hsesinfo.org - Mr. - F227028 - L227028 - - Executive Director - 227028@hsesinfo.org - Ms. - F227030 - L227030 - - 227030@hsesinfo.org - Mrs. - F227026 - L227026 - - 227026@hsesinfo.org - 555-555-7026 - - - 4498 - 730 - 8543 - 000 - 2013 - 2013-11-29 - 2019-06-30 - HS - Inactive - Presbyterian Medical Services - http://www.pms-healthierstate.org - 730@hsesinfo.org - 1422 Paseo De Peralta - - Santa Fe - NM - 87501 - 1422 Paseo De Peralta - - Santa Fe - NM - 87501 - 1422 Paseo De Peralta - - Santa Fe - NM - 87501 - Mrs. - F42368 - L42368 - - President, Board of Directors - 42368@hsesinfo.org - Mr. - F42366 - L42366 - - - 42366@hsesinfo.org - Ms. - F42367 - L42367 - - 42367@hsesinfo.org - Mrs. - F42363 - L42363 - - 42363@hsesinfo.org - 555-555-2363 - - - 6090 - 6097 - 9806 - 200 - - 2015-03-01 - 2019-08-31 - EHS - Inactive - AVANCE - Houston, Inc. - http://www.avancehouston.org - 6097@hsesinfo.org - 4281 Dacoma St. - - Houston - TX - 77092-8607 - 4281 Dacoma St. - - Houston - TX - 77092-8607 - 4281 Dacoma St. - - Houston - TX - 77092-8607 - Mr. - F107602 - L107602 - - Board Chairperson - 107602@hsesinfo.org - Ms. - F107603 - L107603 - - Executive Director - 107603@hsesinfo.org - Mr. - F107605 - L107605 - - 107605@hsesinfo.org - Ms. - F107601 - L107601 - Ed.D - 107601@hsesinfo.org - 555-555-7601 x 5555 - - - 9672 - 1101 - 11834 - 000 - 2014 - 2019-06-01 - - HS - Active - Maui Economic Opportunity, Inc. - http://www.meoinc.org/head_start.htm - 1101@hsesinfo.org - 99 Mahalani Street - - Wailuku - HI - 96793-2530 - 99 Mahalani Street - - Wailuku - HI - 96793-2530 - 99 Mahalani Street - - Wailuku - HI - 96793-2530 - Mr. - F216125 - L216125 - - MEO Board President - 216125@hsesinfo.org - Mrs. - F216126 - L216126 - - - 216126@hsesinfo.org - Ms. - F216128 - L216128 - - 216128@hsesinfo.org - Mrs. - F216124 - L216124 - - 216124@hsesinfo.org - 555-555-6124 - - - 9673 - 1675 - 11833 - 200 - 2014 - 2019-06-01 - - AIAN EHS - Active - IOWA TRIBE OF OKLAHOMA - http://www.iowanation.org - 1675@hsesinfo.org - 335164 East 750 Rd - - Perkins - OK - 74059 - 335588 East 750 Rd - - Perkins - OK - 74059 - 335588 East 750 Rd - - Perkins - OK - 74059 - Mr. - F216132 - L216132 - Jr. - Tribal Chairman - 216132@hsesinfo.org - Ms. - F216133 - L216133 - - Tribal Administrator - 216133@hsesinfo.org - Mr. - F216135 - L216135 - - 216135@hsesinfo.org - Mrs. - F216131 - L216131 - - 216131@hsesinfo.org - 555-555-6131 - - - 8627 - 8499 - 10047 - 201 - 2017 - 2017-06-01 - 2020-05-31 - EHS - Inactive - Allegheny County/AIU Head Start - http://www.aiu3.net - 8499@hsesinfo.org - Allegheny Intermediate Unit - 475 East Waterfront Drive - Homestead - PA - 15120-1144 - Allegheny Intermediate Unit - 475 East Waterfront Drive - Homestead - PA - 15120-1144 - Allegheny Intermediate Unit - 475 East Waterfront Drive - Homestead - PA - 15120-1144 - Mrs. - F208903 - L208903 - - Board Chair - 208903@hsesinfo.org - Mrs. - F208904 - L208904 - - Executive Director - 208904@hsesinfo.org - Ms. - F208906 - L208906 - - 208906@hsesinfo.org - Mrs. - F208902 - L208902 - - 208902@hsesinfo.org - 555-555-8902 - - - 11460 - 346 - 13289 - 200 - 2014 - 2020-07-01 - - EHS - Active - Capstone Community Action, Inc. - http://www.capstonevt.org - 346@hsesinfo.org - 20 Gable Pl - - Barre - VT - 05641-4138 - 20 Gable Pl - - Barre - VT - 05641-4138 - 20 Gable Pl - - Barre - VT - 05641-4138 - Mr. - F228249 - L228249 - - President - 228249@hsesinfo.org - Ms. - F228250 - L228250 - - Executive Director - 228250@hsesinfo.org - Mr. - F228252 - L228252 - - 228252@hsesinfo.org - Ms. - F228248 - L228248 - - 228248@hsesinfo.org - 555-555-8248 - - - 9644 - 8861 - 11813 - 200 - 2019 - 2019-06-01 - - EHS - Active - CDI HS/Hendricks, Morgan, and Owen Counties, IN - www.cdiheadstart.org - 8861@hsesinfo.org - 60 E Cunningham St - - Martinsville - IN - 46151-1116 - 10065 E Harvard Ave Ste 700 - - Denver - CO - 80231-5915 - 60 E Cunningham St - - Martinsville - IN - 46151-1116 - Mr. - F215930 - L215930 - - Chief Executive Officer - 215930@hsesinfo.org - Ms. - F215928 - L215928 - - Executive Director - 215928@hsesinfo.org - - F215931 - L215931 - - 215931@hsesinfo.org - Ms. - F215927 - L215927 - - 215927@hsesinfo.org - 555-555-5927 - - - 5824 - 5830 - 9490 - 200 - - 2015-01-01 - 2020-06-30 - EHS - Inactive - City of Rockford - http://www.rockfordil.gov - 5830@hsesinfo.org - 425 E State St - - Rockford - IL - 61104-1014 - 425 E State St - - Rockford - IL - 61104-1014 - 425 E State St - - Rockford - IL - 61104-1014 - Mr. - F103954 - L103954 - - Mayor - 103954@hsesinfo.org - Ms. - F103955 - L103955 - - Executive Director - 103955@hsesinfo.org - Mr. - F103957 - L103957 - - 103957@hsesinfo.org - Mrs. - F103953 - L103953 - - 103953@hsesinfo.org - 555-555-3953 - - - 9669 - 208 - 11832 - 000 - 2014 - 2019-06-01 - - HS - Active - SOUTHERN KENNEBEC CHILD DEVELOPMENT CORPORATION - http://www.skcdc.org - 208@hsesinfo.org - 337 Maine Avenue - - Farmingdale - ME - 04344 - 337 Maine Avenue - - Farmingdale - ME - 04344 - 337 Maine Avenue - - Farmingdale - ME - 04344 - Ms. - F216104 - L216104 - - Board President - 216104@hsesinfo.org - Ms. - F216105 - L216105 - - Agency Director - 216105@hsesinfo.org - Ms. - F216107 - L216107 - - 216107@hsesinfo.org - Ms. - F216103 - L216103 - - 216103@hsesinfo.org - 555-555-6103 - - - 9670 - 207 - 11832 - 200 - 2014 - 2019-06-01 - - EHS - Active - SOUTHERN KENNEBEC CHILD DEVELOPMENT CORPORATION - http://www.skcdc.org - 207@hsesinfo.org - 337 Maine Avenue - - Farmingdale - ME - 04344 - 337 Maine Avenue - - Farmingdale - ME - 04344 - 337 Maine Avenue - - Farmingdale - ME - 04344 - Ms. - F216111 - L216111 - - Board President - 216111@hsesinfo.org - Ms. - F216112 - L216112 - - Agency Director - 216112@hsesinfo.org - Ms. - F216114 - L216114 - - 216114@hsesinfo.org - Ms. - F216110 - L216110 - - 216110@hsesinfo.org - 555-555-6110 - - - 9671 - 3010 - 11831 - 000 - 1992 - 2019-06-01 - - HS - Active - NORTHWEST MONTANA HEAD START, INC - www.nwmtheadstart.org - 3010@hsesinfo.org - 79 Seventh Avenue EN - - Kalispell - MT - 59901-4100 - 79 Seventh Avenue EN - - Kalispell - MT - 59901-4100 - 79 Seventh Avenue EN - - Kalispell - MT - 59901-4100 - Ms. - F216118 - L216118 - - Chair - 216118@hsesinfo.org - Ms. - F216119 - L216119 - - Director - 216119@hsesinfo.org - Ms. - F216121 - L216121 - - 216121@hsesinfo.org - Ms. - F216117 - L216117 - - 216117@hsesinfo.org - 555-555-6117 - - - 5090 - 566 - 9019 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Economic Opportunity Authority for Savannah-Chatham Co. - http://www.eoasga.org - 566@hsesinfo.org - 1120 May St - - Savannah - GA - 31415-5470 - 1120 May St - - Savannah - GA - 31415-5470 - 1120 May St - - Savannah - GA - 31415-5470 - Dr. - F51550 - L51550 - - EOA Board Chairperson - 51550@hsesinfo.org - Ms. - F51552 - L51552 - - EOA Executive Director - 51552@hsesinfo.org - Ms. - F51549 - L51549 - - 51549@hsesinfo.org - Mrs. - F51548 - L51548 - - 51548@hsesinfo.org - 555-555-1548 x 5555 - - - 5091 - 565 - 9019 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Economic Opportunity Authority for Savannah-Chatham Co. - http://www.eoasga.org - 565@hsesinfo.org - 1120 May St - - Savannah - GA - 31415-5470 - 1120 May St - - Savannah - GA - 31415-5470 - 1120 May St - - Savannah - GA - 31415-5470 - Dr. - F51557 - L51557 - - EOA Board Chairperson - 51557@hsesinfo.org - Ms. - F51556 - L51556 - - EOA Executive Director - 51556@hsesinfo.org - Ms. - F51559 - L51559 - - 51559@hsesinfo.org - Mrs. - F51555 - L51555 - - 51555@hsesinfo.org - 555-555-1555 x 5555 - - - 8514 - 8394 - 10915 - 200 - 2017 - 2017-03-01 - - EHS - Active - Mid Florida Community Services, Inc. - http://www.mfcs.us.com - 8394@hsesinfo.org - 820 Kennedy Blvd - - Brooksville - FL - 34601-5704 - 820 Kennedy Blvd - - Brooksville - FL - 34601-5704 - 820 Kennedy Blvd - - Brooksville - FL - 34601-5704 - Mr. - F208324 - L208324 - - Chairman, Board of Directors - 208324@hsesinfo.org - Mr. - F208325 - L208325 - - Executive Director - 208325@hsesinfo.org - Mr. - F208327 - L208327 - - 208327@hsesinfo.org - Mrs. - F208323 - L208323 - - 208323@hsesinfo.org - 555-555-8323 - - - 6945 - 2737 - 10417 - 200 - 2011 - 2015-11-01 - 2020-10-31 - EHS - Inactive - Highland County Community Action Organization, Inc. - www.hccao.org - 2737@hsesinfo.org - 1487 N High St - - Hillsboro - OH - 45133-8496 - 1487 N High St - - Hillsboro - OH - 45133-8496 - 1487 N High St - - Hillsboro - OH - 45133-8496 - Mr. - F204277 - L204277 - - Board Chairman - 204277@hsesinfo.org - Ms. - F204278 - L204278 - - CEO/Executive Director - 204278@hsesinfo.org - Mrs. - F204280 - L204280 - - 204280@hsesinfo.org - Ms. - F204276 - L204276 - - 204276@hsesinfo.org - 555-555-4276 x 5555 - - - 5960 - 5967 - 9615 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - CHILDCAREGROUP - www.childcaregroup.org - 5967@hsesinfo.org - 1420 W MOCKINGBIRD LANE - SUITE 300 - DALLAS - TX - 75247-4973 - 1420 W MOCKINGBIRD LANE - SUITE 300 - DALLAS - TX - 75247-4973 - 1420 W MOCKINGBIRD LANE - SUITE 300 - DALLAS - TX - 75247-4973 - Ms. - F106334 - L106334 - - Chairman, Board of Trustees - 106334@hsesinfo.org - Mrs. - F106335 - L106335 - - CEO - 106335@hsesinfo.org - Ms. - F106337 - L106337 - - 106337@hsesinfo.org - Mrs. - F106333 - L106333 - - 106333@hsesinfo.org - 555-555-6333 - - - 4895 - 609 - 8873 - 000 - 2014 - 2014-06-01 - 2019-05-31 - HS - Inactive - LOWNDES COUNTY BOARD OF EDUCATION - www.lowndesboeheadstart.org - 609@hsesinfo.org - 107 Lafayette St - - Hayneville - AL - 36040-2073 - PO Box 158 - - Hayneville - AL - 36040-0158 - 107 Lafayette St - - Hayneville - AL - 36040-2073 - Mr. - F48183 - L48183 - - Board President - 48183@hsesinfo.org - Mr. - F48182 - L48182 - - Superintendent - 48182@hsesinfo.org - Mrs. - F48185 - L48185 - - 48185@hsesinfo.org - Ms. - F48181 - L48181 - - 48181@hsesinfo.org - 555-555-8181 x 5555 - - - 4865 - 1101 - 8830 - 000 - 2014 - 2014-06-01 - 2019-05-31 - HS - Inactive - Maui Economic Opportunity, Inc. - http://www.meoinc.org/head_start.htm - 1101@hsesinfo.org - 99 Mahalani Street - - Wailuku - HI - 96793-2530 - 99 Mahalani Street - - Wailuku - HI - 96793-2530 - 99 Mahalani Street - - Wailuku - HI - 96793-2530 - Mr. - F47669 - L47669 - - MEO Board President - 47669@hsesinfo.org - Mrs. - F47666 - L47666 - - - 47666@hsesinfo.org - Ms. - F47668 - L47668 - - 47668@hsesinfo.org - Mrs. - F47664 - L47664 - - 47664@hsesinfo.org - 555-555-7664 - - - 4653 - 1420 - 8610 - 000 - 2014 - 2014-03-01 - 2019-06-30 - HS - Inactive - Northeast Nebraska Community Action Partnership, Inc - http://www.nencap.org - 1420@hsesinfo.org - 603 Earl St - - Pender - NE - 68047-5030 - PO Box 667 - - Pender - NE - 68047-0667 - 603 Earl St - - Pender - NE - 68047-5030 - Mr. - F44598 - L44598 - - Board Chairperson - 44598@hsesinfo.org - Mrs. - F44597 - L44597 - - Executive Director - 44597@hsesinfo.org - Mrs. - F44594 - L44594 - - 44594@hsesinfo.org - Mrs. - F44593 - L44593 - - 44593@hsesinfo.org - 555-555-4593 x 5555 - - - 4607 - 261 - 8586 - 200 - 2014 - 2014-02-01 - 2019-01-31 - EHS - Inactive - EDUCATIONAL ALLIANCE - http://www.edalliance.org - 261@hsesinfo.org - 197 East Broadway - 2nd Floor - New York - NY - 10002-5507 - 197 East Broadway - 2nd Floor - New York - NY - 10002-5507 - 197 East Broadway - 2nd Floor - New York - NY - 10002-5507 - Ms. - F44018 - L44018 - - Board Chair - 44018@hsesinfo.org - Mr. - F44020 - L44020 - - President and CEO - 44020@hsesinfo.org - Ms. - F44021 - L44021 - - 44021@hsesinfo.org - Mr. - F44017 - L44017 - - 44017@hsesinfo.org - 555-555-4017 - - - 9534 - 2361 - 11754 - 200 - 2014 - 2019-04-01 - - EHS - Active - SUNBEAM FAMILY SERVICES, INC - http://www.sunbeamfamilyservices.org - 2361@hsesinfo.org - 1100 NW 14th St - - Oklahoma City - OK - 73106-4450 - 1100 NW 14th St - - Oklahoma City - OK - 73106-4450 - 1100 NW 14th St - - Oklahoma City - OK - 73106-4450 - Ms. - F215235 - L215235 - - Sunbeam Board President - 215235@hsesinfo.org - Ms. - F215236 - L215236 - - Chief Executive Officer - 215236@hsesinfo.org - Mr. - F215238 - L215238 - - 215238@hsesinfo.org - Ms. - F215234 - L215234 - - 215234@hsesinfo.org - 555-555-5234 - - - 5281 - 3673 - 9128 - 003 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Pacific Asian Consortium In Employment - http://www.pacela.org - 3673@hsesinfo.org - 1055 Wilshire Blvd - Ste 1050 - Los Angeles - CA - 90017-5654 - 1055 Wilshire Blvd - Ste 1050 - Los Angeles - CA - 90017-5654 - 1055 Wilshire Blvd - Ste 1050 - Los Angeles - CA - 90017-5654 - Mr. - F53309 - L53309 - - Chair - 53309@hsesinfo.org - Mr. - F53312 - L53312 - - CEO - 53312@hsesinfo.org - Ms. - F53310 - L53310 - - 53310@hsesinfo.org - Ms. - F53308 - L53308 - - 53308@hsesinfo.org - 555-555-3308 - - - 9357 - 1360 - 11597 - 000 - 2014 - 2019-02-01 - 2020-01-31 - HS - Inactive - SARPY COUNTY COOPERATIVE HEAD START - http://www.sarpyheadstart.org - 1360@hsesinfo.org - 701 Olson Drive, Suite 111 - - Papillion - NE - 68046-4797 - 701 Olson Drive, Suite 111 - - Papillion - NE - 68046-4797 - 701 Olson Drive, Suite 111 - - Papillion - NE - 68046-4797 - Dr. - F214032 - L214032 - - President, Board of Directors - 214032@hsesinfo.org - Ms. - F214033 - L214033 - - Director - 214033@hsesinfo.org - Ms. - F214035 - L214035 - - 214035@hsesinfo.org - Ms. - F214031 - L214031 - - 214031@hsesinfo.org - 555-555-4031 x 5555 - - - 8024 - 1387 - 10530 - 000 - 1992 - 2016-02-01 - - HS - Active - Community Action Corporation of South Texas - http://www.cacost.org - 1387@hsesinfo.org - 204 East 1st Street - P.O. Drawer 1820 - Alice - TX - 78333-1820 - 204 East 1st Street - P.O. Drawer 1820 - Alice - TX - 78333-1820 - 204 East 1st Street - P.O. Drawer 1820 - Alice - TX - 78333-1820 - Mr. - F205369 - L205369 - Jr. - Board Chairperson - 205369@hsesinfo.org - Ms. - F205370 - L205370 - - Executive Director - 205370@hsesinfo.org - Mrs. - F205372 - L205372 - - 205372@hsesinfo.org - Mrs. - F205368 - L205368 - - 205368@hsesinfo.org - 555-555-5368 x 5555 - - - 9358 - 1361 - 11597 - 200 - 2014 - 2019-02-01 - 2020-01-31 - EHS - Inactive - SARPY COUNTY COOPERATIVE HEAD START - www.sarpyheadstart.org - 1361@hsesinfo.org - 701 Olson Drive, Suite 111 - - Papillion - NE - 68046-4797 - 701 Olson Drive, Suite 111 - - Papillion - NE - 68046-4797 - 701 Olson Drive, Suite 111 - - Papillion - NE - 68046-4797 - Dr. - F214039 - L214039 - - President, Board of Directors - 214039@hsesinfo.org - Ms. - F214040 - L214040 - - Director - 214040@hsesinfo.org - Ms. - F214042 - L214042 - - 214042@hsesinfo.org - Ms. - F214038 - L214038 - - 214038@hsesinfo.org - 555-555-4038 x 5555 - - - 6944 - 393 - 10417 - 000 - 1991 - 2015-11-01 - 2020-10-31 - HS - Inactive - Highland County Community Action Organization, Inc - http://www.hccao.org - 393@hsesinfo.org - 1487 N High St - - Hillsboro - OH - 45133-8496 - 1487 N High St - - Hillsboro - OH - 45133-8496 - 1487 N High St - - Hillsboro - OH - 45133-8496 - Mr. - F204270 - L204270 - - Board Chairperson - 204270@hsesinfo.org - Ms. - F204271 - L204271 - - CEO/ Executive Director - 204271@hsesinfo.org - Mrs. - F204273 - L204273 - - 204273@hsesinfo.org - Ms. - F204269 - L204269 - - 204269@hsesinfo.org - 555-555-4269 x 5555 - - - 9307 - 2207 - 11562 - 200 - 2013 - 2019-01-01 - - EHS - Active - MountainHeart Community Services, Inc. - http://www.mountain-heart.org - 2207@hsesinfo.org - 33 Mountainheart Lane - - Matheny - WV - 24860 - P.O. Box 1509 - - Oceana - WV - 24870-1509 - 33 Mountainheart Lane - - Matheny - WV - 24860 - Mrs. - F213687 - L213687 - - - 213687@hsesinfo.org - Mrs. - F213688 - L213688 - - - 213688@hsesinfo.org - Mrs. - F213690 - L213690 - - 213690@hsesinfo.org - Ms. - F213686 - L213686 - - 213686@hsesinfo.org - 555-555-3686 x 5555 - - - 4508 - 1119 - 8513 - 000 - 2013 - 2013-11-29 - 2019-06-30 - HS - Inactive - COMMUNITY CHILD CARE CENTER - www.community-childcare.org - 1119@hsesinfo.org - 530 NW Greyhound Way - - Pullman - WA - 99163-4235 - 530 NW Greyhound Way - - Pullman - WA - 99163-4235 - 530 NW Greyhound Way - - Pullman - WA - 99163-4235 - Ms. - F42463 - L42463 - - Executive Board President - 42463@hsesinfo.org - Ms. - F42465 - L42465 - - Executive Director - 42465@hsesinfo.org - Ms. - F42464 - L42464 - - 42464@hsesinfo.org - Ms. - F42462 - L42462 - - 42462@hsesinfo.org - 555-555-2462 - - - 8237 - 2059 - 10634 - 000 - 1991 - 2016-07-01 - - HS - Active - Bright Beginnings for Kittitas County - http://www.bbfkc.org - 2059@hsesinfo.org - 220 E Helena Ave - - Ellensburg - WA - 98926-2004 - 220 E. Helena Avenue - - Ellensburg - WA - 98926 - 220 E Helena Ave - - Ellensburg - WA - 98926-2004 - Ms. - F206774 - L206774 - - Board Chair - 206774@hsesinfo.org - Mr. - F206775 - L206775 - - Executive Director - 206775@hsesinfo.org - Ms. - F206777 - L206777 - - 206777@hsesinfo.org - Mr. - F206773 - L206773 - - 206773@hsesinfo.org - 555-555-6773 - - - 8238 - 2791 - 10634 - 200 - 2011 - 2016-07-01 - - EHS - Active - Bright Beginnings for Kittitas County - www.bbfkc.org - 2791@hsesinfo.org - 220 E Helena Ave - - Ellensburg - WA - 98926-2004 - 220 E. Helena Avenue - - Ellensburg - WA - 98926 - 220 E Helena Ave - - Ellensburg - WA - 98926-2004 - Ms. - F206781 - L206781 - - Board Chair - 206781@hsesinfo.org - Mr. - F206782 - L206782 - - Executive Director - 206782@hsesinfo.org - Ms. - F206784 - L206784 - - 206784@hsesinfo.org - Mr. - F206780 - L206780 - - 206780@hsesinfo.org - 555-555-6780 - - - 9391 - 2964 - 11624 - 000 - 2013 - 2019-02-01 - - HS - Active - Community Action Program for Central Arkansas - www.capcainc.org - 2964@hsesinfo.org - 707 Robins Street Suite 118 - - Conway - AR - 72034-6517 - 707 Robins Street Suite 118 - - Conway - AR - 72034-6517 - 707 Robins Street Suite 118 - - Conway - AR - 72034-6517 - Ms. - F214270 - L214270 - - Governing Board Chairman - 214270@hsesinfo.org - Ms. - F214271 - L214271 - - Executive Director - 214271@hsesinfo.org - Ms. - F214273 - L214273 - - 214273@hsesinfo.org - Mrs. - F214269 - L214269 - - 214269@hsesinfo.org - 555-555-4269 x 5555 - - - 6256 - 661 - 9606 - 000 - 1992 - 2015-04-01 - - HS - Active - CAP Services' Early Childhood Development - http://www.capservices.org - 661@hsesinfo.org - 2900 Hoover Rd - Ste B - Stevens Point - WI - 54481-5678 - 2900 Hoover Rd - Ste B - Stevens Point - WI - 54481-5678 - 2900 Hoover Rd - Ste B - Stevens Point - WI - 54481-5678 - Mr. - F109758 - L109758 - - Chairperson - 109758@hsesinfo.org - Ms. - F109754 - L109754 - - CEO/President - 109754@hsesinfo.org - Ms. - F109757 - L109757 - - 109757@hsesinfo.org - Ms. - F109753 - L109753 - - 109753@hsesinfo.org - 555-555-9753 - - - 4955 - 2768 - 8801 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Wood County Head Start, Inc. - www.woodcoheadstart.org - 2768@hsesinfo.org - 1011 8th Street South - - Wisconsin Rapids - WI - 54494 - 1011 8th Street South - - Wisconsin Rapids - WI - 54494 - 1011 8th Street South - - Wisconsin Rapids - WI - 54494 - Ms. - F49240 - L49240 - - - 49240@hsesinfo.org - Mr. - F49238 - L49238 - - - 49238@hsesinfo.org - Ms. - F49237 - L49237 - - 49237@hsesinfo.org - Mr. - F49236 - L49236 - - 49236@hsesinfo.org - 555-555-9236 - - - 6257 - 2753 - 9606 - 200 - 2011 - 2015-04-01 - - EHS - Active - CAP Services' Early Childhood Development - http://www.capservices.org - 2753@hsesinfo.org - 2900 Hoover Rd - Ste B - Stevens Point - WI - 54481-5678 - 2900 Hoover Rd - Ste B - Stevens Point - WI - 54481-5678 - 2900 Hoover Rd - Ste B - Stevens Point - WI - 54481-5678 - Mr. - F109766 - L109766 - - Chairperson - 109766@hsesinfo.org - Ms. - F109764 - L109764 - - CEO/President - 109764@hsesinfo.org - Ms. - F109763 - L109763 - - 109763@hsesinfo.org - Ms. - F109761 - L109761 - - 109761@hsesinfo.org - 555-555-9761 - - - 10601 - 6169 - 12584 - 200 - - 2019-09-01 - - EHS - Active - CSRA Economic Opportunity Authority, Inc. - http://www.csraeoa.org - 6169@hsesinfo.org - 456 Telfair St - - Augusta - GA - 30901-5816 - 456 Telfair St - - Augusta - GA - 30901-5816 - 456 Telfair St - - Augusta - GA - 30901-5816 - Mr. - F222545 - L222545 - - Board of Directors Chariman - 222545@hsesinfo.org - Mrs. - F222546 - L222546 - - Executive Director - 222546@hsesinfo.org - Ms. - F222548 - L222548 - - 222548@hsesinfo.org - Ms. - F222544 - L222544 - - 222544@hsesinfo.org - 555-555-2544 - - - 8501 - 8381 - 10908 - 200 - 2017 - 2017-03-01 - - EHS - Active - SUNBEAM FAMILY SERVICES INC - http://www.sunbeamfamilyservices.org - 8381@hsesinfo.org - 1100 NW 14th St - - Oklahoma City - OK - 73106-4450 - 1100 NW 14th St - - Oklahoma City - OK - 73106-4450 - 1100 NW 14th St - - Oklahoma City - OK - 73106-4450 - Ms. - F208234 - L208234 - - BOARD PRESIDENT - 208234@hsesinfo.org - Ms. - F208235 - L208235 - - CHIEF EXECUTIVE OFFICER - 208235@hsesinfo.org - Mr. - F208237 - L208237 - - 208237@hsesinfo.org - Ms. - F208233 - L208233 - - 208233@hsesinfo.org - 555-555-8233 - - - 8966 - 1192 - 11307 - 000 - 1992 - 2018-08-01 - - AIAN HS - Active - Confederated Salish And Kootenai Tribes - http://www.cskt.org - 1192@hsesinfo.org - 35401 Mission Dr - - Saint Ignatius - MT - 59865 - PO Box 1510 - Confederated Salish and Kootenai Tribes-Ecs - Saint Ignatius - MT - 59865-1510 - 35401 Mission Dr - - Saint Ignatius - MT - 59865 - Ms. - F211318 - L211318 - - Tribal Chairwoman - 211318@hsesinfo.org - Ms. - F211319 - L211319 - - Director - 211319@hsesinfo.org - Ms. - F211321 - L211321 - - 211321@hsesinfo.org - Ms. - F211317 - L211317 - - 211317@hsesinfo.org - 555-555-1317 x 5555 - - - 1394 - 2965 - 2885 - 200 - 2013 - 2013-06-07 - 2019-01-31 - EHS - Inactive - Community Action Program for Central Arkansas - www.capcainc.org - 2965@hsesinfo.org - 707 Robins Street Suite 118 - - Conway - AR - 72034-6517 - 707 Robins Street Suite 118 - - Conway - AR - 72034-6517 - 707 Robins Street Suite 118 - - Conway - AR - 72034-6517 - Dr. - F41781 - L41781 - - Governing Board Chairman - 41781@hsesinfo.org - Ms. - F41779 - L41779 - - Executive Director - 41779@hsesinfo.org - Ms. - F41778 - L41778 - - 41778@hsesinfo.org - Mrs. - F36019 - L36019 - - 36019@hsesinfo.org - 555-555-6019 x 5555 - - - 9124 - 8501 - 11426 - 204 - 2017 - 2018-09-01 - - EHS - Active - Palm Springs USD - www.psusd.us - 8501@hsesinfo.org - 1000 East Tahquitz Canyon Way, Suite C - - Palm Springs - CA - 92262-6748 - 1000 East Tahquitz Canyon Way, Suite C - - Palm Springs - CA - 92262-6748 - 1000 East Tahquitz Canyon Way, Suite C - - Palm Springs - CA - 92262-6748 - Mr. - F212458 - L212458 - - Board President - 212458@hsesinfo.org - Dr. - F212459 - L212459 - - Superintendent - 212459@hsesinfo.org - Ms. - F212461 - L212461 - - 212461@hsesinfo.org - Ms. - F212457 - L212457 - - 212457@hsesinfo.org - 555-555-2457 - - - 8492 - 8372 - 8610 - 200 - 2017 - 2017-08-01 - 2019-06-30 - EHS - Inactive - Northeast Nebraska Community Action Partnership, Inc - http://www.nencap.org - 8372@hsesinfo.org - 603 Earl St - - Pender - NE - 68047-5030 - PO Box 667 - - Pender - NE - 68047-0667 - 603 Earl St - - Pender - NE - 68047-5030 - Mr. - F208172 - L208172 - - Board Chairperson - 208172@hsesinfo.org - Mrs. - F208173 - L208173 - - Executive Director - 208173@hsesinfo.org - Mrs. - F208175 - L208175 - - 208175@hsesinfo.org - Mrs. - F208171 - L208171 - - 208171@hsesinfo.org - 555-555-8171 x 5555 - - - 8663 - 8526 - 11046 - 200 - 2017 - 2017-07-01 - - EHS - Active - Municipality of Barceloneta - - 8526@hsesinfo.org - Edif Professional Center Carr #2 - - Barceloneta - PR - 00617 - PO Box 2044 - - Barceloneta - PR - 00617-2044 - Edif Professional Center Carr #2 - - Barceloneta - PR - 00617 - Hon. - F209150 - L209150 - - President Governing Body - 209150@hsesinfo.org - Mrs. - F209151 - L209151 - - - 209151@hsesinfo.org - Mrs. - F209153 - L209153 - - 209153@hsesinfo.org - Mrs. - F209149 - L209149 - - 209149@hsesinfo.org - 555-555-9149 x 5555 - - - 5804 - 5810 - 9529 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - The Campagna Center, Inc. - www.campagnacenter.org - 5810@hsesinfo.org - 418 S Washington St - - Alexandria - VA - 22314-3630 - 418 S Washington St - - Alexandria - VA - 22314-3630 - 418 S Washington St - - Alexandria - VA - 22314-3630 - Mr. - F103780 - L103780 - - - 103780@hsesinfo.org - Dr. - F103781 - L103781 - - - 103781@hsesinfo.org - Ms. - F103783 - L103783 - - 103783@hsesinfo.org - Mrs. - F103779 - L103779 - - 103779@hsesinfo.org - 555-555-3779 - - - 4534 - 1957 - 8564 - 000 - 2013 - 2013-12-23 - 2018-12-31 - HS - Inactive - CAGUAS MUNICIPALITY ECONOMIC DEVELOPMENT DEPARTMENT - http://www.caguas.gov.pr - 1957@hsesinfo.org - Jose Mercado Ave. corner of Padial St. - - Caguas - PR - 00725 - P.O. Box 907 - - Caguas - PR - 00726-0907 - Jose Mercado Ave. corner of Padial St. - - Caguas - PR - 00725 - Mr. - F43118 - L43118 - - Mayor- Board Chair - 43118@hsesinfo.org - Mrs. - F43116 - L43116 - - - 43116@hsesinfo.org - Mrs. - F43117 - L43117 - - 43117@hsesinfo.org - Mrs. - F43115 - L43115 - - 43115@hsesinfo.org - 555-555-3115 x 5555 - - - 6008 - 6015 - 9591 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Community Action Partnership of San Luis Obispo County - 1030 Southwoord Drive - 6015@hsesinfo.org - 1030 Southwood Drive - - San Luis Obispo - CA - 93401-5813 - 1030 Southwood Drive - - San Luis Obispo - CA - 93401-5813 - 1030 Southwood Drive - - San Luis Obispo - CA - 93401-5813 - Ms. - F106794 - L106794 - - Board Chairperson - 106794@hsesinfo.org - Mrs. - F106795 - L106795 - - CEO - 106795@hsesinfo.org - Ms. - F106797 - L106797 - - 106797@hsesinfo.org - Ms. - F106793 - L106793 - - 106793@hsesinfo.org - 555-555-6793 x 5555 - - - 11228 - 9266 - 12750 - 200 - 2020 - 2020-08-24 - - EHS - Active - Community Services Of Northeast Texas, Inc. - http://www.csntexas.org - 9266@hsesinfo.org - 304 E Houston St - - Linden - TX - 75563-5600 - PO Box 427 - - Linden - TX - 75563-0427 - 304 E Houston St - - Linden - TX - 75563-5600 - Rev. - F226764 - L226764 - - Governing Board Chair - 226764@hsesinfo.org - Mr. - F226762 - L226762 - - Executive Director - 226762@hsesinfo.org - Ms. - F226765 - L226765 - - 226765@hsesinfo.org - Ms. - F226761 - L226761 - - 226761@hsesinfo.org - 555-555-6761 x 5555 - - - 4524 - 3155 - 8542 - 000 - 2013 - 2013-12-02 - 2019-06-30 - HS - Inactive - COMMUNITY ACTION AGENCY OF SOMERVILLE - www.caasomerville.org - 3155@hsesinfo.org - 66-70 Union Square #104 - - Somerville - MA - 02143 - 66-70 Union Square #104 - - Somerville - MA - 02143 - 66-70 Union Square #104 - - Somerville - MA - 02143 - Ms. - F42621 - L42621 - - President Board of Directors - 42621@hsesinfo.org - Mr. - F42622 - L42622 - - - 42622@hsesinfo.org - Ms. - F42620 - L42620 - - 42620@hsesinfo.org - Ms. - F42617 - L42617 - - 42617@hsesinfo.org - 555-555-2617 x 5555 - - - 9316 - 1144 - 11573 - 000 - 2014 - 2019-01-01 - - AIAN HS - Active - THREE AFFILIATED TRIBES - www.mhanation.com - 1144@hsesinfo.org - Head Start Program - 509 9th Street North - New Town - ND - 58763 - Head Start Program - 509 9th Street North - New Town - ND - 58763 - Head Start Program - 509 9th Street North - New Town - ND - 58763 - Mr. - F213749 - L213749 - - Three Affiliated Tribes Tribal Chairman - 213749@hsesinfo.org - Mr. - F213750 - L213750 - - CEO Three Affiliated Tribes - 213750@hsesinfo.org - - F213752 - L213752 - - 213752@hsesinfo.org - Ms. - F213748 - L213748 - - 213748@hsesinfo.org - 555-555-3748 - - - 10951 - 3093 - 12913 - 200 - 2011 - 2020-01-01 - - EHS - Active - Catawba County Schools - www.catawbaschools.net - 3093@hsesinfo.org - 2110 Main Ave SE - - Hickory - NC - 28602-1405 - 2110 Main Ave SE - - Hickory - NC - 28602-1405 - P.O. 1010 - - Newton - NC - 28658 - Mr. - F224956 - L224956 - - School Board Chair - 224956@hsesinfo.org - Ms. - F224957 - L224957 - - Executive Director - 224957@hsesinfo.org - Ms. - F224959 - L224959 - - 224959@hsesinfo.org - Mr. - F224955 - L224955 - - 224955@hsesinfo.org - 555-555-4955 x 5555 - - - 4851 - 207 - 8837 - 200 - 2014 - 2014-06-01 - 2019-05-31 - EHS - Inactive - SOUTHERN KENNEBEC CHILD DEVELOPMENT CORPORATION - http://www.skcdc.org - 207@hsesinfo.org - 337 Maine Avenue - - Farmingdale - ME - 04344 - 337 Maine Avenue - - Farmingdale - ME - 04344 - 337 Maine Avenue - - Farmingdale - ME - 04344 - Ms. - F47589 - L47589 - - Board President - 47589@hsesinfo.org - Ms. - F47587 - L47587 - - Agency Director - 47587@hsesinfo.org - Ms. - F47590 - L47590 - - 47590@hsesinfo.org - Ms. - F47585 - L47585 - - 47585@hsesinfo.org - 555-555-7585 - - - 8320 - 4005 - 10685 - 003 - - 2016-07-01 - - HS - Active - Holly Head Start - www.hask12.org - 4005@hsesinfo.org - 920 Baird St - - Holly - MI - 48442-1735 - 920 Baird St - - Holly - MI - 48442-1735 - 920 Baird St - - Holly - MI - 48442-1735 - Mrs. - F207380 - L207380 - - School Board Member/ Head Start Liaison - 207380@hsesinfo.org - Mr. - F207381 - L207381 - - Superintendent - 207381@hsesinfo.org - Ms. - F207383 - L207383 - - 207383@hsesinfo.org - Ms. - F207379 - L207379 - - 207379@hsesinfo.org - 555-555-7379 - - - 9043 - 8703 - 11372 - 200 - 2018 - 2018-08-01 - - EHS - Active - COMMUNITY PROGRESS COUNCIL, INC. - http://www.yorkcpc.org - 8703@hsesinfo.org - 226 East College Avenue - - York - PA - 17403-2344 - 226 E College Ave - - York - PA - 17403-2344 - 226 E College Ave - - York - PA - 17403-2344 - Mr. - F211837 - L211837 - - President, Community Progress Council Board of Directors - 211837@hsesinfo.org - Ms. - F211838 - L211838 - - President, CEO - 211838@hsesinfo.org - Mrs. - F211840 - L211840 - - 211840@hsesinfo.org - Ms. - F211836 - L211836 - - 211836@hsesinfo.org - 555-555-1836 - - - 5217 - 3143 - 9032 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Hancock County Board of Education - www.hancock.k12.ga.us - 3143@hsesinfo.org - 79 Boland Cir - - Sparta - GA - 31087-2007 - PO Box 88 - - Sparta - GA - 31087-0088 - 79 Boland Cir - - Sparta - GA - 31087-2007 - Mrs. - F52442 - L52442 - - Hancock County of Education Board Chairman - 52442@hsesinfo.org - Ms. - F52440 - L52440 - - Superintendent of Schools - 52440@hsesinfo.org - Mr. - F52439 - L52439 - - 52439@hsesinfo.org - Dr. - F52438 - L52438 - - 52438@hsesinfo.org - 555-555-2438 x 5555 - - - 8967 - 1191 - 11307 - 200 - 2001 - 2018-08-01 - - AIAN EHS - Active - Confederated Salish And Kootenai Tribes - http://www.cskt.org - 1191@hsesinfo.org - 35401 Mission Dr - - Saint Ignatius - MT - 59865 - PO Box 1510 - Early Head Start Program - Saint Ignatius - MT - 59865-1510 - 35401 Mission Dr - - Saint Ignatius - MT - 59865 - Ms. - F211325 - L211325 - - Tribal Chairwoman - 211325@hsesinfo.org - Ms. - F211326 - L211326 - - Director - 211326@hsesinfo.org - Ms. - F211328 - L211328 - - 211328@hsesinfo.org - Ms. - F211324 - L211324 - - 211324@hsesinfo.org - 555-555-1324 x 5555 - - - 9946 - 5817 - 12046 - 200 - - 2019-07-01 - - EHS - Active - Alabama Department of Human Resources - http://dhr.alabama.gov/ - 5817@hsesinfo.org - 50 N Ripley St - - Montgomery - AL - 36130-4000 - PO Box 304000 - - Montgomery - AL - 36130-4000 - 50 N Ripley St - - Montgomery - AL - 36130-4000 - Miss - F218015 - L218015 - - Commissioner - 218015@hsesinfo.org - Mrs. - F218016 - L218016 - - Deputy Commissioner for Family Resources - 218016@hsesinfo.org - Ms. - F218018 - L218018 - - 218018@hsesinfo.org - Miss - F218014 - L218014 - - 218014@hsesinfo.org - 555-555-8014 - - - 9947 - 814 - 12036 - 000 - 2014 - 2019-07-01 - - HS - Active - Merrill Area Public School District - www.mapsedu.org - 814@hsesinfo.org - 1111 N Sales St - - Merrill - WI - 54452-3169 - 1111 N Sales St - - Merrill - WI - 54452-3169 - 1111 N Sales St - - Merrill - WI - 54452-3169 - Mr. - F218022 - L218022 - - Board President - 218022@hsesinfo.org - Dr. - F218023 - L218023 - - Superintendent - 218023@hsesinfo.org - Mrs. - F218025 - L218025 - - 218025@hsesinfo.org - Mrs. - F218021 - L218021 - - 218021@hsesinfo.org - 555-555-8021 x 5555 - - - 10602 - 6095 - 12591 - 200 - - 2019-09-01 - - EHS - Active - Center for Transforming Lives - www.transforminglives.org - 6095@hsesinfo.org - 512 W 4th St - - Fort Worth - TX - 76102-3613 - 512 W 4th St - - Fort Worth - TX - 76102-3613 - 512 W 4th St - - Fort Worth - TX - 76102-3613 - Ms. - F222552 - L222552 - - Board Chair - 222552@hsesinfo.org - Mrs. - F222553 - L222553 - - Chief Executive Officer - 222553@hsesinfo.org - Ms. - F222555 - L222555 - - 222555@hsesinfo.org - Ms. - F222551 - L222551 - - 222551@hsesinfo.org - 555-555-2551 - - - 9948 - 5831 - 12041 - 200 - - 2019-07-01 - - EHS - Active - Parents In Community Action, Inc. - www.picaheadstart.org - 5831@hsesinfo.org - 700 Humboldt Avenue North - - Minneapolis - MN - 55411-3931 - 700 Humboldt Avenue North - - Minneapolis - MN - 55411-3931 - 700 Humboldt Avenue North - - Minneapolis - MN - 55411-3931 - Ms. - F218029 - L218029 - - Board Chair - 218029@hsesinfo.org - Ms. - F218030 - L218030 - - Executive Director - 218030@hsesinfo.org - Ms. - F218032 - L218032 - - 218032@hsesinfo.org - Mr. - F218028 - L218028 - - 218028@hsesinfo.org - 555-555-8028 - - - 8761 - 8616 - 11132 - 000 - 2017 - 2017-12-01 - - HS - Active - Crystal Stairs, Inc. - www.crystalstairs.org - 8616@hsesinfo.org - 5110 West Goldleaf Circle Suite 150 - - Los Angeles - CA - 90056-1287 - 5110 West Goldleaf Circle Suite 150 - - Los Angeles - CA - 90056-1287 - 5110 West Goldleaf Circle Suite 150 - - Los Angeles - CA - 90056-1287 - Mrs. - F209792 - L209792 - - Board Chair - 209792@hsesinfo.org - Ms. - F209793 - L209793 - - Chief Executive Officer - 209793@hsesinfo.org - Mrs. - F209795 - L209795 - - 209795@hsesinfo.org - Mrs. - F209791 - L209791 - - 209791@hsesinfo.org - 555-555-9791 - - - 8568 - 8447 - 10979 - 200 - 2017 - 2017-03-01 - - EHS - Active - Crystal Stairs, Inc. - crystalstairs.org - 8447@hsesinfo.org - 5110 West Goldleaf Circle, Suite 150 - - Los Angeles - CA - 90056-1287 - 5110 West Goldleaf Circle, Suite 150 - - Los Angeles - CA - 90056-1287 - 5110 West Goldleaf Circle, Suite 150 - - Los Angeles - CA - 90056-1287 - Mrs. - F208699 - L208699 - - Board Chair - 208699@hsesinfo.org - Mrs. - F208700 - L208700 - - Chief Executive Officer - 208700@hsesinfo.org - Mrs. - F208702 - L208702 - - 208702@hsesinfo.org - Mrs. - F208698 - L208698 - - 208698@hsesinfo.org - 555-555-8698 - - - 10677 - 448 - 12687 - 000 - 2014 - 2019-11-01 - - HS - Active - Child Care Resource and Referral, Inc. - http://www.familiesfirstmn.org - 448@hsesinfo.org - 126 Woodlake Drive SE - - Rochester - MN - 55904-5533 - 126 Woodlake Drive SE - - Rochester - MN - 55904-5533 - 126 Woodlake Drive SE - - Rochester - MN - 55904-5533 - Ms. - F223072 - L223072 - - President, Board of Directors - 223072@hsesinfo.org - Mr. - F223073 - L223073 - - - 223073@hsesinfo.org - Ms. - F223075 - L223075 - - 223075@hsesinfo.org - Ms. - F223071 - L223071 - - 223071@hsesinfo.org - 555-555-3071 - - - 10678 - 2738 - 12687 - 200 - 2014 - 2019-11-01 - - EHS - Active - Child Care Resource and Referral, Inc. - www.familiesfirstmn.org - 2738@hsesinfo.org - 126 Woodlake Dr SE - - Rochester - MN - 55904-5533 - 126 Woodlake Dr SE - - Rochester - MN - 55904-5533 - 126 Woodlake Dr SE - - Rochester - MN - 55904-5533 - Mr. - F223079 - L223079 - - President, Board of Directors - 223079@hsesinfo.org - Mr. - F223080 - L223080 - - - 223080@hsesinfo.org - Ms. - F223082 - L223082 - - 223082@hsesinfo.org - Ms. - F223078 - L223078 - - 223078@hsesinfo.org - 555-555-3078 - - - 8728 - 8586 - 11106 - 200 - 2017 - 2017-09-01 - - AIAN EHS - Active - Delaware Tribe of Indians - www.delawarechild.org - 8586@hsesinfo.org - 5100 Tuxedo Blvd - - Bartlesville - OK - 74006-2838 - 5110 Tuxedo Blvd - - Bartlesville - OK - 74006-2838 - 5110 Tuxedo Blvd - - Bartlesville - OK - 74006-2838 - Mr. - F209586 - L209586 - - Chief, Delaware Tribe of Indians - 209586@hsesinfo.org - Mr. - F209587 - L209587 - - Tribal Manager - 209587@hsesinfo.org - Ms. - F209589 - L209589 - - 209589@hsesinfo.org - Ms. - F209585 - L209585 - - 209585@hsesinfo.org - 555-555-9585 - - - 9153 - 2118 - 11460 - 200 - 2013 - 2018-10-01 - - EHS - Active - COMMUNITY ACTION PIONEER VALLEY, INC - http://www.communityaction.us - 2118@hsesinfo.org - 56 Vernon St - Head Start - Northampton - MA - 01060-2861 - 56 Vernon St - Head Start - Northampton - MA - 01060-2861 - 393 Main St - Head Start - Greenfield - MA - 01301-3320 - Ms. - F212608 - L212608 - - Board Chair - 212608@hsesinfo.org - Ms. - F212609 - L212609 - - Executive Director - 212609@hsesinfo.org - Mr. - F212611 - L212611 - - 212611@hsesinfo.org - Ms. - F212607 - L212607 - - 212607@hsesinfo.org - 555-555-2607 - - - 6352 - 258 - 10026 - 000 - 1989 - 2015-07-01 - - HS - Active - Citizens For Citizens, Inc. - http://www.cfcinc.org - 258@hsesinfo.org - 264 Griffin St - - Fall River - MA - 02724-2702 - 264 Griffin St - - Fall River - MA - 02724-2702 - 264 Griffin St - - Fall River - MA - 02724-2702 - Ms. - F200134 - L200134 - - President - 200134@hsesinfo.org - Ms. - F200135 - L200135 - - Executive Director - 200135@hsesinfo.org - Ms. - F200137 - L200137 - - 200137@hsesinfo.org - Ms. - F200133 - L200133 - - 200133@hsesinfo.org - 555-555-0133 x 5555 - - - 7040 - 7059 - 10483 - 000 - - 2015-12-17 - 2019-07-31 - HS - Inactive - CDI HS/Harrison County MS - www.cdiheadstart.org - 7059@hsesinfo.org - 2700 24th Ave - - Gulfport - MS - 39501-4940 - PO Box 1946 - - Gulfport - MS - 39502-1946 - 2700 24th Ave - - Gulfport - MS - 39501-4940 - Mr. - F204947 - L204947 - - Chief Executive Officer - 204947@hsesinfo.org - Ms. - F204948 - L204948 - - Chief Executive Officer - 204948@hsesinfo.org - - F204950 - L204950 - - 204950@hsesinfo.org - Ms. - F204946 - L204946 - - 204946@hsesinfo.org - 555-555-4946 - - - 5301 - 251 - 9064 - 200 - 2014 - 2014-08-01 - 2019-07-31 - EHS - Inactive - COMMUNITY CONCEPTS, INC - http://www.community-concepts.org - 251@hsesinfo.org - 17 Market Sq - - South Paris - ME - 04281-1533 - 17 Market Sq - - South Paris - ME - 04281-1533 - 17 Market Sq - - South Paris - ME - 04281-1533 - Ms. - F54004 - L54004 - - Board President - 54004@hsesinfo.org - Mr. - F54003 - L54003 - - CEO - 54003@hsesinfo.org - Ms. - F54006 - L54006 - - 54006@hsesinfo.org - Ms. - F54002 - L54002 - - 54002@hsesinfo.org - 555-555-4002 - - - 4780 - 1477 - 8644 - 000 - 1992 - 2014-04-01 - 2019-03-31 - HS - Inactive - MAHUBE-OTWA COMMUNITY ACTION PARTNERSHIP, INC. - http://www.mahube.org - 1477@hsesinfo.org - 1125 W River Rd - - Detroit Lakes - MN - 56501-2722 - PO Box 747 - - Detroit Lakes - MN - 56502-0747 - 1125 W River Rd - - Detroit Lakes - MN - 56501-2722 - Mr. - F46534 - L46534 - - Board Chairperson - 46534@hsesinfo.org - Ms. - F46532 - L46532 - - Executive Director - 46532@hsesinfo.org - Ms. - F46533 - L46533 - - 46533@hsesinfo.org - Ms. - F46530 - L46530 - - 46530@hsesinfo.org - 555-555-6530 - - - 6914 - 373 - 10397 - 000 - 1991 - 2015-11-01 - - HS - Active - Scioto County Community Action Organization - - 373@hsesinfo.org - 433 3rd St - - Portsmouth - OH - 45662-3811 - 433 3rd St - - Portsmouth - OH - 45662-3811 - 433 3rd St - - Portsmouth - OH - 45662-3811 - Mr. - F204059 - L204059 - - Board Chairperson - 204059@hsesinfo.org - Mr. - F204060 - L204060 - - CAO Executive Director - 204060@hsesinfo.org - Ms. - F204062 - L204062 - - 204062@hsesinfo.org - Ms. - F204058 - L204058 - - 204058@hsesinfo.org - 555-555-4058 x 5555 - - - 8768 - 8621 - 11136 - 202 - 2017 - 2017-03-01 - - EHS - Active - Blueprints (formerly Community Action Southwest) - www.myblueprints.org - 8621@hsesinfo.org - 150 W Beau St - Ste 304 - Washington - PA - 15301-4425 - 150 W Beau St - Ste 304 - Washington - PA - 15301-4425 - 150 W Beau St - Ste 304 - Washington - PA - 15301-4425 - Mr. - F209841 - L209841 - - President - 209841@hsesinfo.org - Ms. - F209842 - L209842 - - Chief Executive Officer - 209842@hsesinfo.org - Ms. - F209844 - L209844 - - 209844@hsesinfo.org - Ms. - F209840 - L209840 - - 209840@hsesinfo.org - 555-555-9840 x 5555 - - - 4654 - 1003 - 8611 - 000 - 2014 - 2014-03-01 - 2019-02-28 - HS - Inactive - UPPER DES MOINES OPPORTUNITY, INC - http://www.udmo.com - 1003@hsesinfo.org - 101 W Robbins St - - Graettinger - IA - 51342-7732 - PO Box 519 - - Graettinger - IA - 51342-0519 - 101 W Robbins St - - Graettinger - IA - 51342-7732 - Ms. - F44583 - L44583 - - Board President - 44583@hsesinfo.org - Mr. - F44584 - L44584 - - - 44584@hsesinfo.org - Ms. - F44582 - L44582 - - 44582@hsesinfo.org - Ms. - F44579 - L44579 - - 44579@hsesinfo.org - 555-555-4579 x 5555 - - - 8671 - 8533 - 11051 - 000 - 2017 - 2017-07-01 - - HS - Active - Municipality of Guayama - - 8533@hsesinfo.org - 4 Calle Derkes E - - Guayama - PR - 00784-4936 - P O BOX 3030 - - Guayama - PR - 00085-3030 - 4 Calle Derkes E - - Guayama - PR - 00784-4936 - Mr. - F209206 - L209206 - - - 209206@hsesinfo.org - Ms. - F209207 - L209207 - - - 209207@hsesinfo.org - Ms. - F209209 - L209209 - - 209209@hsesinfo.org - Ms. - F209205 - L209205 - - 209205@hsesinfo.org - 555-555-9205 - - - 11461 - 2417 - 13293 - 000 - 1995 - 2020-07-01 - - Migrant HS - Active - Telamon Corporation - http://www.telamon.org - 2417@hsesinfo.org - 4713 Papermill Dr - Ste 203 - Knoxville - TN - 37909-1924 - 5560 Munford Rd - Ste 201 - Raleigh - NC - 27612-2731 - 5560 Munford Rd - Ste 201 - Raleigh - NC - 27612-2731 - Mrs. - F228256 - L228256 - - Chair, Governing Board - 228256@hsesinfo.org - Mrs. - F228257 - L228257 - - Executive Director - 228257@hsesinfo.org - - F228259 - L228259 - - 228259@hsesinfo.org - Mrs. - F228255 - L228255 - - 228255@hsesinfo.org - 555-555-8255 - - - 4655 - 1004 - 8611 - 200 - 2014 - 2014-03-01 - 2019-02-28 - EHS - Inactive - UPPER DES MOINES OPPORTUNITY, INC - http://www.udmo.com - 1004@hsesinfo.org - 101 W Robbins St - - Graettinger - IA - 51342-7732 - PO Box 519 - - Graettinger - IA - 51342-0519 - 101 W Robbins St - - Graettinger - IA - 51342-7732 - Ms. - F44588 - L44588 - - Board President - 44588@hsesinfo.org - Mr. - F44587 - L44587 - - Executive Director/CEO - 44587@hsesinfo.org - Ms. - F44589 - L44589 - - 44589@hsesinfo.org - Ms. - F44586 - L44586 - - 44586@hsesinfo.org - 555-555-4586 x 5555 - - - 9310 - 959 - 11564 - 000 - 2013 - 2019-01-01 - - HS - Active - Child Advocates of Blair County, Inc. - http://www.cabc-bchs.org - 959@hsesinfo.org - 319 Sycamore Street - - Altoona - PA - 16602-7004 - 319 Sycamore Street - - Altoona - PA - 16602-7004 - 319 Sycamore Street - - Altoona - PA - 16602-7004 - Mr. - F213708 - L213708 - - Chairman of the Board - 213708@hsesinfo.org - Ms. - F213709 - L213709 - - Executive Director - 213709@hsesinfo.org - Ms. - F213711 - L213711 - - 213711@hsesinfo.org - Ms. - F213707 - L213707 - - 213707@hsesinfo.org - 555-555-3707 x 5555 - - - 4571 - 4573 - 8488 - 200 - 2013 - 2013-12-23 - 2018-12-31 - EHS - Inactive - Volunteers of America of Los Angeles - voala.org - 4573@hsesinfo.org - 3600 Wilshire Blvd., Suite 1500 - - Los Angeles - CA - 90010-2619 - 3600 Wilshire Blvd., Suite 1500 - - Los Angeles - CA - 90010-2619 - 3600 Wilshire Blvd., Suite 1500 - - Los Angeles - CA - 90010-2619 - Mr. - F43007 - L43007 - - Executive Committee Chair - 43007@hsesinfo.org - Mr. - F43008 - L43008 - - Chief Executive Officer - 43008@hsesinfo.org - Mr. - F43010 - L43010 - - 43010@hsesinfo.org - Mr. - F43006 - L43006 - - 43006@hsesinfo.org - 555-555-3006 - - - 8207 - 663 - 10626 - 000 - 1991 - 2016-07-01 - - HS - Active - Marion Community Schools - 750 W 26th St. - 663@hsesinfo.org - 750 W 26th St - - Marion - IN - 46953-2929 - 750 W 26th St - - Marion - IN - 46953-2929 - 750 W 26th St - - Marion - IN - 46953-2929 - Ms. - F206564 - L206564 - - School Board President - 206564@hsesinfo.org - Mr. - F206565 - L206565 - - Superintendent - 206565@hsesinfo.org - Ms. - F206567 - L206567 - - 206567@hsesinfo.org - Ms. - F206563 - L206563 - - 206563@hsesinfo.org - 555-555-6563 - - - 9949 - 5828 - 12033 - 200 - - 2019-07-01 - - EHS - Active - Family Service Association of San Antonio, Inc. - www.family-service.org - 5828@hsesinfo.org - 702 San Pedro Avenue - - San Antonio - TX - 78212-4610 - 702 San Pedro Avenue - - San Antonio - TX - 78212-4610 - 702 San Pedro Avenue - - San Antonio - TX - 78212-4610 - Ms. - F218036 - L218036 - - Chair, Board of Directors - 218036@hsesinfo.org - Ms. - F218037 - L218037 - - President / CEO - 218037@hsesinfo.org - Ms. - F218039 - L218039 - - 218039@hsesinfo.org - Ms. - F218035 - L218035 - - 218035@hsesinfo.org - 555-555-8035 - - - 9950 - 5210 - 12042 - 000 - 2014 - 2019-07-01 - - HS - Active - Rio Grande Child Development and Family Services - donnamarie5659@gmail.com - 5210@hsesinfo.org - 440 Sixth Street - - Del Norte - CO - 81132-3239 - 440 Sixth Street - - Del Norte - CO - 81132-3239 - 440 Sixth Street - - Del Norte - CO - 81132-3239 - Ms. - F218043 - L218043 - - Board Chair - 218043@hsesinfo.org - Ms. - F218044 - L218044 - - - 218044@hsesinfo.org - Ms. - F218046 - L218046 - - 218046@hsesinfo.org - Ms. - F218042 - L218042 - - 218042@hsesinfo.org - 555-555-8042 - - - 5515 - 419 - 9234 - 000 - 1991 - 2014-11-01 - 2019-10-31 - HS - Inactive - Menominee Delta Schoolcraft C.A.A., Inc. - www.mdscaa.org - 419@hsesinfo.org - 507 1st Avenue North - - Escanaba - MI - 49829-3931 - 507 1st Avenue North - - Escanaba - MI - 49829-3931 - 507 1st Avenue North - - Escanaba - MI - 49829-3931 - Ms. - F99334 - L99334 - - Board Chair - 99334@hsesinfo.org - Mrs. - F99337 - L99337 - - Executive Director - 99337@hsesinfo.org - Mr. - F99335 - L99335 - - 99335@hsesinfo.org - Mrs. - F99333 - L99333 - - 99333@hsesinfo.org - 555-555-9333 x 5555 - - - 4599 - 1582 - 8508 - 200 - 2000 - 2014-02-01 - 2019-01-31 - EHS - Inactive - Volunteers of America Southwest Corporation - http://www.voa-swcal.org - 1582@hsesinfo.org - 3530 Camino Del Rio North, Suite 300 (3rd Floor) - - San Diego - CA - 92108-1746 - 3530 Camino Del Rio North, Suite 300 (3rd Floor) - - San Diego - CA - 92108-1746 - 3530 Camino Del Rio North, Suite 300 (3rd Floor) - - San Diego - CA - 92108-1746 - Mr. - F43653 - L43653 - - Board Chair - 43653@hsesinfo.org - Mr. - F43656 - L43656 - - President/CEO - 43656@hsesinfo.org - Mr. - F43655 - L43655 - - 43655@hsesinfo.org - Ms. - F43651 - L43651 - - 43651@hsesinfo.org - 555-555-3651 - - - 6625 - 6643 - 10144 - 200 - - 2015-07-01 - 2020-06-30 - EHS - Inactive - Grace Hill Settlement House - http://www.gracehill.org - 6643@hsesinfo.org - 2125 Bissell St - - Saint Louis - MO - 63107-1406 - 2125 Bissell St - - Saint Louis - MO - 63107-1406 - 2125 Bissell St - - Saint Louis - MO - 63107-1406 - Mr. - F202045 - L202045 - - Board Chair - 202045@hsesinfo.org - Ms. - F202046 - L202046 - - Interim President - 202046@hsesinfo.org - Ms. - F202048 - L202048 - - 202048@hsesinfo.org - Ms. - F202044 - L202044 - - 202044@hsesinfo.org - 555-555-2044 - - - 6660 - 2145 - 10069 - 000 - 2001 - 2015-07-01 - - HS - Active - NeighborImpact Head Start - http://www.neighborimpact.org - 2145@hsesinfo.org - 2303 SW 1st St - - Redmond - OR - 97756-7133 - 2303 SW 1st St - - Redmond - OR - 97756-7133 - 2303 SW 1st St - - Redmond - OR - 97756-7133 - Mr. - F202290 - L202290 - - Board President - 202290@hsesinfo.org - Mr. - F202291 - L202291 - - Deputy Executive Director - 202291@hsesinfo.org - Mr. - F202293 - L202293 - - 202293@hsesinfo.org - Ms. - F202289 - L202289 - - 202289@hsesinfo.org - 555-555-2289 - - - 9389 - 8504 - 11620 - 200 - 2017 - 2019-02-01 - - EHS - Active - Children's Home Society of Washington - http://www.chs-wa.org - 8504@hsesinfo.org - 12360 Lake City Way NE - Ste 450 - Seattle - WA - 98125-5452 - PO Box 15190 - - Seattle - WA - 98115-0190 - 12360 Lake City Way NE - Ste 450 - Seattle - WA - 98125-5452 - Mr. - F214256 - L214256 - - Chair, Board of Trustees - 214256@hsesinfo.org - Mr. - F214257 - L214257 - - President/CEO - 214257@hsesinfo.org - Ms. - F214259 - L214259 - - 214259@hsesinfo.org - Ms. - F214255 - L214255 - - 214255@hsesinfo.org - 555-555-4255 - - - 9053 - 3162 - 11385 - 000 - 2013 - 2018-09-01 - - HS - Active - CHOANOKE AREA DEVELOPMENT ASSOCIATION, INC - http://www.nc-cada.org - 3162@hsesinfo.org - 120 Sessoms Dr - - Rich Square - NC - 27869-9603 - PO. Box 530 - - Rich Square - NC - 27869 - 120 Sessoms Drive - - Rich Square - NC - 27869 - Ms. - F211956 - L211956 - - Board President - 211956@hsesinfo.org - Mrs. - F211957 - L211957 - - Executive Director - 211957@hsesinfo.org - Mrs. - F211959 - L211959 - - 211959@hsesinfo.org - Mrs. - F211955 - L211955 - - 211955@hsesinfo.org - 555-555-1955 x 5555 - - - 5271 - 3629 - 9118 - 001 - 2014 - 2014-07-01 - 2019-06-30 - Migrant HS - Inactive - Migrant Education, Inc. - - 3629@hsesinfo.org - 8125 Old Highway 51 N - - Cobden - IL - 62920-3044 - PO Box 600 - - Cobden - IL - 62920-0600 - 8125 Old Highway 51 N - - Cobden - IL - 62920-3044 - Mr. - F53568 - L53568 - - President - 53568@hsesinfo.org - Mr. - F53571 - L53571 - - - 53571@hsesinfo.org - Ms. - F53570 - L53570 - - 53570@hsesinfo.org - Ms. - F53567 - L53567 - - 53567@hsesinfo.org - 555-555-3567 - - - 4917 - 1050 - 8591 - 000 - 2014 - 2014-06-01 - 2019-05-31 - HS - Inactive - Minot Public School District #1 - http://headstart.minot.k12.nd.us - 1050@hsesinfo.org - 2815 Burdick Expy E - - Minot - ND - 58701-5204 - 2815 Burdick Expy E - - Minot - ND - 58701-5204 - 215 2nd St SE - - Minot - ND - 58701 - Mr. - F48361 - L48361 - - MInot School Board President - 48361@hsesinfo.org - Mr. - F48360 - L48360 - - Superintendent - 48360@hsesinfo.org - Ms. - F48363 - L48363 - - 48363@hsesinfo.org - Ms. - F48359 - L48359 - - 48359@hsesinfo.org - 555-555-8359 - - - 5616 - 4109 - 9436 - 002 - 2014 - 2014-12-01 - 2019-11-30 - HS - Inactive - Lutheran Social Services of Illinois - http://www.lssi.org - 4109@hsesinfo.org - 1001 East Touhy Avenue, Suite 187 - - Des Plaines - IL - 60018-5800 - 1001 East Touhy Avenue, Suite 187 - - Des Plaines - IL - 60018-5800 - 1001 East Touhy Avenue, Suite 187 - - Des Plaines - IL - 60018-5800 - Mr. - F101327 - L101327 - - Board Chairperson - 101327@hsesinfo.org - Mr. - F101325 - L101325 - - President/CEO - 101325@hsesinfo.org - Ms. - F101324 - L101324 - - 101324@hsesinfo.org - Ms. - F101323 - L101323 - - 101323@hsesinfo.org - 555-555-1323 - - - 9637 - 8857 - 11811 - 000 - 2019 - 2019-06-01 - - HS - Active - CDI HS/West Missouri, MO - www.cdiheadstart.org - 8857@hsesinfo.org - 1701 N 2nd St - Ste 7 - Clinton - MO - 64735-3201 - PO Box 422 - - Clinton - MO - 64735-0422 - 1701 N 2nd St - Ste 7 - Clinton - MO - 64735-3201 - Mr. - F215899 - L215899 - - Chief Executive Officer - 215899@hsesinfo.org - Ms. - F215897 - L215897 - - Executive Director - 215897@hsesinfo.org - - F215900 - L215900 - - 215900@hsesinfo.org - Ms. - F215896 - L215896 - - 215896@hsesinfo.org - 555-555-5896 - - - 8852 - 3324 - 11213 - 000 - 2013 - 2018-07-01 - - HS - Active - Montebello Unified School District - montebello.k12.ca.us/headstart - 3324@hsesinfo.org - 8432 Birchbark Ave - - Pico Rivera - CA - 90660-4904 - 8432 Birchbark Ave - - Pico Rivera - CA - 90660-4904 - 8432 Birchbark Ave - - Pico Rivera - CA - 90660-4904 - Dr. - F210445 - L210445 - Ph.D - Superintendent of Schools - 210445@hsesinfo.org - Dr. - F210446 - L210446 - Ph.D - Superintendent of Schools - 210446@hsesinfo.org - Pres. - F210448 - L210448 - - 210448@hsesinfo.org - Mr. - F210444 - L210444 - - 210444@hsesinfo.org - 555-555-0444 - - - 11292 - 282 - 13177 - 000 - 1989 - 2020-05-01 - - HS - Active - TRAINING EDUCATION & MANPOWER, INC - http://www.teaminc.org - 282@hsesinfo.org - 30 Elizabeth Street - - Derby - CT - 06418-1802 - 30 Elizabeth St - - Derby - CT - 06418-1802 - 30 Elizabeth Street - - Derby - CT - 06418 - Atty. - F227179 - L227179 - - Board Chair - 227179@hsesinfo.org - Mr. - F227180 - L227180 - - CEO/President - 227180@hsesinfo.org - Ms. - F227182 - L227182 - - 227182@hsesinfo.org - Ms. - F227178 - L227178 - - 227178@hsesinfo.org - 555-555-7178 x 5555 - - - 11293 - 3264 - 13177 - 200 - 2012 - 2020-05-01 - - EHS - Active - TRAINING EDUCATION & MANPOWER, INC - http://www.teaminc.org - 3264@hsesinfo.org - 80 Howard Ave - - Ansonia - CT - 06401-2210 - 30 Elizabeth St - - Derby - CT - 06418-1802 - 30 Elizabeth St - - Derby - CT - 06418-1802 - Ms. - F227186 - L227186 - - Board Chair - 227186@hsesinfo.org - Mr. - F227187 - L227187 - - CEO/President - 227187@hsesinfo.org - Ms. - F227189 - L227189 - - 227189@hsesinfo.org - Mrs. - F227185 - L227185 - - 227185@hsesinfo.org - 555-555-7185 x 5555 - - - 11294 - 205 - 13180 - 000 - 1992 - 2020-05-01 - - HS - Active - GREATER LAWRENCE COMMUNITY ACTION COUNCIL, INC - http://www.glcac.org - 205@hsesinfo.org - Head Start Program - 305 Essex Street, 3rd. flr. - Lawrence - MA - 01840-1473 - Head Start Program - 305 Essex Street, 3rd. flr. - Lawrence - MA - 01840-1473 - Head Start Program - 305 Essex Street, 3rd. flr. - Lawrence - MA - 01840-1473 - Mr. - F227193 - L227193 - - Chairperson - Board of Directors - 227193@hsesinfo.org - Ms. - F227194 - L227194 - - - 227194@hsesinfo.org - Mr. - F227196 - L227196 - - 227196@hsesinfo.org - Ms. - F227192 - L227192 - - 227192@hsesinfo.org - 555-555-7192 x 5555 - - - 11295 - 204 - 13180 - 200 - 2004 - 2020-05-01 - - EHS - Active - GREATER LAWRENCE COMMUNITY ACTION COUNCIL, INC - http://www.glcac.org - 204@hsesinfo.org - Early Head Start Program - 305 Essex Street, 3rd. flr. - Lawrence - MA - 01840-1473 - Early Head Start Program - 305 Essex Street, 3rd. flr. - Lawrence - MA - 01840-1473 - Early Head Start Program - 305 Essex Street, 3rd. flr. - Lawrence - MA - 01840-1473 - Mr. - F227200 - L227200 - - Chairperson - Board of Directors - 227200@hsesinfo.org - Ms. - F227201 - L227201 - - - 227201@hsesinfo.org - Mr. - F227203 - L227203 - - 227203@hsesinfo.org - Ms. - F227199 - L227199 - - 227199@hsesinfo.org - 555-555-7199 x 5555 - - - 8938 - 1713 - 11287 - 000 - 2013 - 2018-07-01 - - HS - Active - MERCER COUNTY COMMUNITY ACTION AGENCY - http://www.capmercer.org - 1713@hsesinfo.org - 75 South Dock Street - - Sharon - PA - 16146-1860 - 75 South Dock Street - - Sharon - PA - 16146-1860 - 1901 Memorial Drive - - Farrell - PA - 16121 - Mrs. - F211072 - L211072 - - Board President - 211072@hsesinfo.org - Ms. - F211073 - L211073 - - CEO - 211073@hsesinfo.org - Ms. - F211075 - L211075 - - 211075@hsesinfo.org - Mrs. - F211071 - L211071 - - 211071@hsesinfo.org - 555-555-1071 x 5555 - - - 9953 - 1271 - 12040 - 000 - 1992 - 2019-07-01 - - HS - Active - Lower Columbia College - https://lowercolumbia.edu/head-start/ - 1271@hsesinfo.org - 1600 Maple St - - Longview - WA - 98632-3907 - 1600 Maple St - - Longview - WA - 98632-3907 - 1600 Maple St - - Longview - WA - 98632-3907 - Mr. - F218064 - L218064 - - Chairman, Board of Trustees - 218064@hsesinfo.org - Ms. - F218065 - L218065 - - VP of Instruction - 218065@hsesinfo.org - Ms. - F218067 - L218067 - - 218067@hsesinfo.org - Mrs. - F218063 - L218063 - - 218063@hsesinfo.org - 555-555-8063 - - - 9954 - 2608 - 12040 - 200 - 2014 - 2019-07-01 - - EHS - Active - Lower Columbia College - http://www.lowercolumbia.edu/head-start - 2608@hsesinfo.org - 1600 Maple St - - Longview - WA - 98632-3907 - 1600 Maple St - - Longview - WA - 98632-3907 - 1600 Maple St - - Longview - WA - 98632-3907 - Mr. - F218071 - L218071 - - Chairman, Board of Trustees - 218071@hsesinfo.org - Ms. - F218072 - L218072 - - VP of Instruction - 218072@hsesinfo.org - Ms. - F218074 - L218074 - - 218074@hsesinfo.org - Mrs. - F218070 - L218070 - - 218070@hsesinfo.org - 555-555-8070 - - - 9959 - 368 - 12043 - 000 - 2013 - 2019-07-01 - - HS - Active - Lutheran Services Florida, Inc. - lsfnet.org - 368@hsesinfo.org - 301 SW 8th St - 200 S.W. 9th Street - Belle Glade - FL - 33430-3374 - 301 SW 8th St - 200 S.W. 9th Street - Belle Glade - FL - 33430-3374 - 301 SW 8th St - 200 S.W. 9th Street - Belle Glade - FL - 33430-3374 - Mr. - F218106 - L218106 - - Chairman of the Board of Lutheran Services Florida, Inc. - 218106@hsesinfo.org - Capt. - F218107 - L218107 - - Executive Vice President for Children and Head Start Services - 218107@hsesinfo.org - Mrs. - F218109 - L218109 - - 218109@hsesinfo.org - Ms. - F218105 - L218105 - - 218105@hsesinfo.org - 555-555-8105 - - - 9960 - 904 - 12032 - 000 - 2014 - 2019-07-01 - - HS - Active - Gaston Community Action, Inc - http://www.gastonca.org - 904@hsesinfo.org - 223 N Morris St - - Gastonia - NC - 28052-2244 - PO Box 1653 - - Gastonia - NC - 28053-1653 - 223 N Morris St - - Gastonia - NC - 28052-2244 - Mr. - F218113 - L218113 - - Board Chairperson - 218113@hsesinfo.org - Mr. - F218114 - L218114 - - - 218114@hsesinfo.org - Mrs. - F218116 - L218116 - - 218116@hsesinfo.org - Mrs. - F218112 - L218112 - - 218112@hsesinfo.org - 555-555-8112 - - - 9961 - 430 - 12034 - 000 - 2014 - 2019-07-01 - - HS - Active - Carolina Community Actions, Inc - www.carolinacommunityactions.org - 430@hsesinfo.org - 138 S Oakland Ave, Suite 101 - - Rock Hill - SC - 29730-4500 - PO Box 933 - - Rock Hill - SC - 29731-6933 - 138 S Oakland Ave, Suite 101 - - Rock Hill - SC - 29730-4500 - Mr. - F218120 - L218120 - III - Board Chair - 218120@hsesinfo.org - Ms. - F218121 - L218121 - - - 218121@hsesinfo.org - Ms. - F218123 - L218123 - - 218123@hsesinfo.org - Mrs. - F218119 - L218119 - - 218119@hsesinfo.org - 555-555-8119 - - - 9962 - 2810 - 12034 - 200 - 2014 - 2019-07-01 - - EHS - Active - Carolina Community Actions, Inc - www.ccainc.org - 2810@hsesinfo.org - 138 S Oakland Avenue - - ROCK HILL - SC - 29731-6933 - PO Box 933 - - Rock Hill - SC - 29731-6933 - 138 S Oakland Avenue - - ROCK HILL - SC - 29731-6933 - Mr. - F218127 - L218127 - III - Board Chair - 218127@hsesinfo.org - Ms. - F218128 - L218128 - - - 218128@hsesinfo.org - Ms. - F218130 - L218130 - - 218130@hsesinfo.org - Mrs. - F218126 - L218126 - - 218126@hsesinfo.org - 555-555-8126 - - - 9964 - 491 - 12045 - 000 - 1991 - 2019-07-01 - - HS - Active - TACOMA SCHOOL DISTRICT #10 - www.tacoma.k12.wa.us - 491@hsesinfo.org - Superintendent - 601 S. 8th St - Tacoma - WA - 98405 - Head Start Director - 3101 S. 43rd St - Tacoma - WA - 98409 - Head Start Director - 3101 S. 43rd St - Tacoma - WA - 98409 - Ms. - F218141 - L218141 - - Superintendent - 218141@hsesinfo.org - Ms. - F218142 - L218142 - - - 218142@hsesinfo.org - Ms. - F218144 - L218144 - - 218144@hsesinfo.org - Ms. - F218140 - L218140 - - 218140@hsesinfo.org - 555-555-8140 - - - 9965 - 1119 - 12039 - 000 - 2013 - 2019-07-01 - - HS - Active - COMMUNITY CHILD CARE CENTER - www.community-childcare.org - 1119@hsesinfo.org - 530 NW Greyhound - - Pullman - WA - 99163 - 530 NW Greyhound - - Pullman - WA - 99163 - 530 NW Greyhound - - Pullman - WA - 99163 - Ms. - F218148 - L218148 - - Executive Board President - 218148@hsesinfo.org - Ms. - F218149 - L218149 - - Executive Director - 218149@hsesinfo.org - Ms. - F218151 - L218151 - - 218151@hsesinfo.org - Ms. - F218147 - L218147 - - 218147@hsesinfo.org - 555-555-8147 - - - 9958 - 2017 - 12038 - 200 - 2013 - 2019-07-01 - - EHS - Active - Guilford Child Development - www.guilfordchilddev.org - 2017@hsesinfo.org - 1200 Arlington Street - - Greensboro - NC - 27406-1421 - 1200 Arlington Street - - Greensboro - NC - 27406-1421 - 1200 Arlington Street - - Greensboro - NC - 27406-1421 - Mr. - F218099 - L218099 - - Board Chair - 218099@hsesinfo.org - Mrs. - F218100 - L218100 - - Chief Operating Officer - 218100@hsesinfo.org - Ms. - F218102 - L218102 - - 218102@hsesinfo.org - Ms. - F218098 - L218098 - - 218098@hsesinfo.org - 555-555-8098 - - - 5167 - 743 - 8999 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Pine Belt Multi-Purpose CAA, Inc. - - 743@hsesinfo.org - 708 S Cooper Ave - - Jonesboro - LA - 71251-3454 - 708 S Cooper Ave - - Jonesboro - LA - 71251-3454 - 708 S Cooper Ave - - Jonesboro - LA - 71251-3454 - Mr. - F52032 - L52032 - - Board Chairman - 52032@hsesinfo.org - Mrs. - F52033 - L52033 - - Executive Director - 52033@hsesinfo.org - Mrs. - F52030 - L52030 - - 52030@hsesinfo.org - Mrs. - F52029 - L52029 - - 52029@hsesinfo.org - 555-555-2029 x 5555 - - - 9957 - 2018 - 12038 - 000 - 2013 - 2019-07-01 - - HS - Active - Guilford Child Development - www.guilfordchilddev.org - 2018@hsesinfo.org - 1200 Arlington Street - - Greensboro - NC - 27406-1421 - 1200 Arlington Street - - Greensboro - NC - 27406-1421 - 1200 Arlington Street - - Greensboro - NC - 27406-1421 - Mr. - F218092 - L218092 - - Board Chair - 218092@hsesinfo.org - Mrs. - F218093 - L218093 - . - Chief Operating Officer - 218093@hsesinfo.org - Ms. - F218095 - L218095 - - 218095@hsesinfo.org - Ms. - F218091 - L218091 - - 218091@hsesinfo.org - 555-555-8091 - - - 9568 - 8830 - 11780 - 000 - 2019 - 2019-04-01 - - HS - Active - CDI HS/Southeast Arkansas, AR - www.cdiheadstart.org - 8830@hsesinfo.org - 516 W Gaines St - - Monticello - AR - 71655-4638 - PO Box 1264 - - Monticello - AR - 71657-1264 - 516 W Gaines St - - Monticello - AR - 71655-4638 - Mr. - F215468 - L215468 - - Chief Executive Officer - 215468@hsesinfo.org - Ms. - F215466 - L215466 - - Executive Director - 215466@hsesinfo.org - - F215469 - L215469 - - 215469@hsesinfo.org - Ms. - F215465 - L215465 - - 215465@hsesinfo.org - 555-555-5465 - - - 6915 - 2735 - 10397 - 200 - 2011 - 2015-11-01 - - EHS - Active - COMMUNITY ACTION ORGANIZATION OF SCIOTO COUNTY, INC. - - 2735@hsesinfo.org - 433 3rd St - - Portsmouth - OH - 45662-3811 - 433 3rd St - - Portsmouth - OH - 45662-3811 - 433 3rd St - - Portsmouth - OH - 45662-3811 - Mr. - F204066 - L204066 - - Board Chairperson - 204066@hsesinfo.org - Mr. - F204067 - L204067 - - CAO Executive Director - 204067@hsesinfo.org - Ms. - F204069 - L204069 - - 204069@hsesinfo.org - Ms. - F204065 - L204065 - - 204065@hsesinfo.org - 555-555-4065 x 5555 - - - 9966 - 3241 - 12039 - 200 - 2013 - 2019-07-01 - - EHS - Active - COMMUNITY CHILD CARE CENTER - www.community-childcare.org - 3241@hsesinfo.org - 530 NW Greyhound Way - - Pullman - WA - 99163 - 530 NW Greyhound Way - - Pullman - WA - 99163 - 530 NW Greyhound Way - - Pullman - WA - 99163 - Ms. - F218155 - L218155 - - Executive Board President - 218155@hsesinfo.org - Ms. - F218156 - L218156 - - Executive Director - 218156@hsesinfo.org - Ms. - F218158 - L218158 - - 218158@hsesinfo.org - Ms. - F218154 - L218154 - - 218154@hsesinfo.org - 555-555-8154 - - - 4504 - 1096 - 8482 - 000 - 1991 - 2013-11-29 - 2018-11-30 - HS - Inactive - SOUTHWEST HUMAN DEVELOPMENT - http://www.swhd.org - 1096@hsesinfo.org - 2850 North 24th Street - - Phoenix - AZ - 85008-1004 - 2850 North 24th Street - - Phoenix - AZ - 85008-1004 - 2850 North 24th Street - - Phoenix - AZ - 85008-1004 - Mrs. - F42432 - L42432 - - President Board of Directors - 42432@hsesinfo.org - Ms. - F42429 - L42429 - - CEO - 42429@hsesinfo.org - Mrs. - F42428 - L42428 - - 42428@hsesinfo.org - Ms. - F42427 - L42427 - - 42427@hsesinfo.org - 555-555-2427 - - - 11296 - 1722 - 13178 - 000 - 1992 - 2020-05-01 - - HS - Active - Total Action Against Poverty In Roanoke Valley, Inc. - 302 2nd St., S. W. - 1722@hsesinfo.org - 108 N Jefferson Street, Suite 302 - - Roanoke - VA - 24016-2411 - PO Box 2868 - - Roanoke - VA - 24001-2868 - 108 N Jefferson Street, Suite 302 - - Roanoke - VA - 24016-2411 - Ms. - F227207 - L227207 - - Board Chairman - 227207@hsesinfo.org - Mrs. - F227208 - L227208 - - CEO Total Action for Progress - 227208@hsesinfo.org - Mrs. - F227210 - L227210 - - 227210@hsesinfo.org - Ms. - F227206 - L227206 - - 227206@hsesinfo.org - 555-555-7206 - - - 8225 - 3206 - 10604 - 200 - 2003 - 2016-07-01 - - EHS - Active - Community Action Partnership of Lancaster & Saunde - http://www.communityactionatwork.org - 3206@hsesinfo.org - 210 O St - - Lincoln - NE - 68508-2322 - 210 O Street - - Lincoln - NE - 68508-2322 - 210 O Street - - Lincoln - NE - 68508-2322 - Ms. - F206690 - L206690 - - Board Chair - 206690@hsesinfo.org - Ms. - F206691 - L206691 - - Executive Director - 206691@hsesinfo.org - Ms. - F206693 - L206693 - - 206693@hsesinfo.org - Ms. - F206689 - L206689 - - 206689@hsesinfo.org - 555-555-6689 - - - 8548 - 8428 - 10956 - 200 - 2017 - 2017-03-01 - - EHS - Active - Acelero, Inc. - www.acelero.net - 8428@hsesinfo.org - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - Mr. - F208564 - L208564 - - - 208564@hsesinfo.org - Mr. - F208565 - L208565 - - - 208565@hsesinfo.org - Ms. - F208567 - L208567 - - 208567@hsesinfo.org - Dr. - F208563 - L208563 - - 208563@hsesinfo.org - 555-555-8563 - - - 8954 - 3216 - 11303 - 200 - 2013 - 2018-08-01 - - EHS - Active - Texarkana Special Education Ctr Inc - http://www.oppinc.org - 3216@hsesinfo.org - 6101 North State Line Avenue - - Texarkana - TX - 75503-5309 - 6101 North State Line Avenue - - Texarkana - TX - 75503-5309 - 6101 North State Line Avenue - - Texarkana - TX - 75503-5309 - Mrs. - F211237 - L211237 - - President - 211237@hsesinfo.org - Mrs. - F211238 - L211238 - - - 211238@hsesinfo.org - Ms. - F211240 - L211240 - - 211240@hsesinfo.org - Ms. - F211236 - L211236 - - 211236@hsesinfo.org - 555-555-1236 x 5555 - - - 4796 - 1074 - 8584 - 200 - 1992 - 2014-04-01 - 2019-03-31 - EHS - Inactive - Otero Junior College Child Development Services - - 1074@hsesinfo.org - 200 Burshears Blvd - - La Junta - CO - 81050-4000 - 1802 Colorado Ave - - La Junta - CO - 81050-3400 - 1802 Colorado Ave - - La Junta - CO - 81050-3400 - Mr. - F46647 - L46647 - - Authorizing Official - 46647@hsesinfo.org - Ms. - F46648 - L46648 - - - 46648@hsesinfo.org - Ms. - F46649 - L46649 - - 46649@hsesinfo.org - Ms. - F46645 - L46645 - - 46645@hsesinfo.org - 555-555-6645 - - - 11297 - 1721 - 13178 - 200 - 2003 - 2020-05-01 - - EHS - Active - Total Action Against Poverty In Roanoke Valley, Inc. - http://www.tapintohope.org - 1721@hsesinfo.org - 302 Second Street SW, Ste 200 - - Roanoke - VA - 24011-1502 - PO Box 2868 - - Roanoke - VA - 24001-2868 - 108 N Jefferson St - Ste 302 - Roanoke - VA - 24016-2411 - Ms. - F227214 - L227214 - - Board Chairman - 227214@hsesinfo.org - Mrs. - F227215 - L227215 - - CEO Total Action for Progress - 227215@hsesinfo.org - Mrs. - F227217 - L227217 - - 227217@hsesinfo.org - Ms. - F227213 - L227213 - - 227213@hsesinfo.org - 555-555-7213 - - - 4485 - 2335 - 8540 - 200 - 2013 - 2013-11-29 - 2018-11-30 - EHS - Inactive - ULSTER COUNTY COMMUNITY ACTION COMMITTEE, INC - www.uccac.org - 2335@hsesinfo.org - 70 Lindsley Ave. - - Kingston - NY - 12401 - 70 Lindsley Ave. - - Kingston - NY - 12401 - 70 Lindsley Ave. - - Kingston - NY - 12401 - Mr. - F42280 - L42280 - - Board Chairperson - 42280@hsesinfo.org - Mr. - F42282 - L42282 - - Executive Director - 42282@hsesinfo.org - Mr. - F42281 - L42281 - - 42281@hsesinfo.org - Ms. - F42279 - L42279 - - 42279@hsesinfo.org - 555-555-2279 x 5555 - - - 5282 - 3663 - 9128 - 203 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Pacific Asian Consortium in Employment - www.pacela.com - 3663@hsesinfo.org - 1055 Wilshire Blvd - Ste 1701 - Los Angeles - CA - 90017-5600 - 1055 Wilshire Blvd - Ste 1701 - Los Angeles - CA - 90017-5600 - 1055 Wilshire Blvd - Ste 1701 - Los Angeles - CA - 90017-5600 - Mr. - F53318 - L53318 - - Chair - 53318@hsesinfo.org - Mr. - F53316 - L53316 - - CEO - 53316@hsesinfo.org - Ms. - F53315 - L53315 - - 53315@hsesinfo.org - Ms. - F53320 - L53320 - - 53320@hsesinfo.org - 555-555-3320 - - - 4981 - 305 - 8857 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Upshur Human Resources, Inc. - http://www.headstart-upshur.org - 305@hsesinfo.org - 8 Cleveland Avenue - - Buckhannon - WV - 26201-2847 - 8 Cleveland Avenue - - Buckhannon - WV - 26201-2847 - 8 Cleveland Avenue - - Buckhannon - WV - 26201-2847 - Ms. - F49351 - L49351 - - Board Chairperson - 49351@hsesinfo.org - Ms. - F49352 - L49352 - - - 49352@hsesinfo.org - Ms. - F49350 - L49350 - - 49350@hsesinfo.org - Ms. - F49348 - L49348 - - 49348@hsesinfo.org - 555-555-9348 - - - 4943 - 2820 - 8897 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Sierra Cascade Family Opportunities, Inc. - www.headstart4u.org - 2820@hsesinfo.org - 424 N Mill Creek Rd - - Quincy - CA - 95971-9678 - 424 N Mill Creek Rd - - Quincy - CA - 95971-9678 - 424 N Mill Creek Rd - - Quincy - CA - 95971-9678 - Mr. - F48715 - L48715 - - Board President - 48715@hsesinfo.org - Mrs. - F48713 - L48713 - - Executive Director - 48713@hsesinfo.org - Ms. - F48712 - L48712 - - 48712@hsesinfo.org - Mrs. - F48711 - L48711 - - 48711@hsesinfo.org - 555-555-8711 - - - 5650 - 4182 - 9445 - 211 - 2014 - 2014-12-01 - - EHS - Active - Ada S. McKinley Community Services - www.adasmckinley.org - 4182@hsesinfo.org - 11400 S Edbrooke Ave - - Chicago - IL - 60628-4930 - 11400 S Edbrooke Ave - - Chicago - IL - 60628-4930 - 11400 S Edbrooke Ave - - Chicago - IL - 60628-4930 - Ms. - F101418 - L101418 - - President, Board of Directors - 101418@hsesinfo.org - Mr. - F101416 - L101416 - - Chief Executive Officer - 101416@hsesinfo.org - Ms. - F101415 - L101415 - - 101415@hsesinfo.org - Ms. - F101414 - L101414 - - 101414@hsesinfo.org - 555-555-1414 - - - 4867 - 1271 - 8826 - 000 - 1992 - 2014-07-01 - 2019-06-30 - HS - Inactive - Lower Columbia College - https://lowercolumbia.edu/head-start/ - 1271@hsesinfo.org - 1600 Maple St - - Longview - WA - 98632-3907 - 1600 Maple St - - Longview - WA - 98632-3907 - 1600 Maple St - - Longview - WA - 98632-3907 - Mr. - F47703 - L47703 - - Chairman, Board of Trustees - 47703@hsesinfo.org - Ms. - F47704 - L47704 - - Interim VP of Instruction - 47704@hsesinfo.org - Mr. - F47706 - L47706 - - 47706@hsesinfo.org - Mrs. - F47702 - L47702 - - 47702@hsesinfo.org - 555-555-7702 - - - 10153 - 5809 - 12189 - 200 - - 2019-07-01 - - EHS - Active - Delaware Department of Education - www.doe.k12.de.us - 5809@hsesinfo.org - 401 Federal Street - Suite 2 - Dover - DE - 19901-3639 - 401 Federal Street - Suite 2 - Dover - DE - 19901-3639 - 401 Federal Street - Suite 2 - Dover - DE - 19901-3639 - Dr. - F219436 - L219436 - - Secretary of Education - 219436@hsesinfo.org - Mr. - F219437 - L219437 - - Executive Director - 219437@hsesinfo.org - - F219439 - L219439 - - 219439@hsesinfo.org - Ms. - F219435 - L219435 - - 219435@hsesinfo.org - 555-555-9435 - - - 11298 - 1424 - 13179 - 000 - 1992 - 2020-05-01 - - HS - Active - Central Missouri Community Action (CMCA) - http://www.showmeaction.org - 1424@hsesinfo.org - 807 N Providence Rd - Apt B - Columbia - MO - 65203-4359 - 807 N Providence Rd - Apt B - Columbia - MO - 65203-4359 - 807 N Providence Rd - Apt B - Columbia - MO - 65203-4359 - Mr. - F227221 - L227221 - - Board President - 227221@hsesinfo.org - Mr. - F227222 - L227222 - - Executive Director - 227222@hsesinfo.org - Ms. - F227224 - L227224 - - 227224@hsesinfo.org - Ms. - F227220 - L227220 - - 227220@hsesinfo.org - 555-555-7220 x 5555 - - - 10154 - 5083 - 12188 - 000 - 2014 - 2019-07-01 - - HS - Active - Chapel Hill Training Outreach Project, Inc. - http://www.chtop.org/Programs/Durham-Head-Start - 5083@hsesinfo.org - 800 Eastowne Drive - Suite 105 - Chapel Hill - NC - 27514-2215 - 800 Eastowne Drive - Suite 105 - Chapel Hill - NC - 27514-2215 - 800 Eastowne Drive - Suite 105 - Chapel Hill - NC - 27514-2215 - Mr. - F219443 - L219443 - - CHTOP Board Chairperson - 219443@hsesinfo.org - Mr. - F219444 - L219444 - - Executive Director - 219444@hsesinfo.org - Mr. - F219446 - L219446 - - 219446@hsesinfo.org - Mr. - F219442 - L219442 - - 219442@hsesinfo.org - 555-555-9442 x 5555 - - - 8348 - 594 - 10704 - 000 - 1991 - 2016-07-01 - - HS - Active - Darlington County Community Action Agency, Inc. - www.darlingtoncountycaa.com - 594@hsesinfo.org - 904 South 4th Street - - Hartsville - SC - 29550-5775 - 904 South 4th Street - - Hartsville - SC - 29550-5775 - 904 South 4th Street - - Hartsville - SC - 29550-5775 - Ms. - F207575 - L207575 - - Board of Commissioners Chair - 207575@hsesinfo.org - Ms. - F207576 - L207576 - - Executive Director - 207576@hsesinfo.org - Ms. - F207578 - L207578 - - 207578@hsesinfo.org - Ms. - F207574 - L207574 - - 207574@hsesinfo.org - 555-555-7574 x 5555 - - - 10156 - 1348 - 12191 - 000 - 2013 - 2019-07-01 - - HS - Active - Delta Community Action Foundation, Inc. - www.deltacommunityaction.org - 1348@hsesinfo.org - 308 SW 2nd Street - - Lindsay - OK - 73052-5404 - 308 SW 2nd Street - - Lindsay - OK - 73052-5404 - 308 SW 2nd Street - - Lindsay - OK - 73052-5404 - Mr. - F219457 - L219457 - - Board Chairperson - 219457@hsesinfo.org - Mrs. - F219458 - L219458 - - Executive Director - 219458@hsesinfo.org - Ms. - F219460 - L219460 - - 219460@hsesinfo.org - Mrs. - F219456 - L219456 - - 219456@hsesinfo.org - 555-555-9456 - - - 10157 - 2794 - 12191 - 200 - 2011 - 2019-07-01 - - EHS - Active - Delta Community Action Foundation, Inc. - www.deltacommunityaction.org - 2794@hsesinfo.org - 308 SW 2nd Street - - Lindsay - OK - 73052 - 308 SW 2nd Street - - Lindsay - OK - 73052 - 308 SW 2nd Street - - Lindsay - OK - 73052 - Mr. - F219464 - L219464 - - Board Chairperson - 219464@hsesinfo.org - Mrs. - F219465 - L219465 - - Executive Director - 219465@hsesinfo.org - Ms. - F219467 - L219467 - - 219467@hsesinfo.org - Mrs. - F219463 - L219463 - - 219463@hsesinfo.org - 555-555-9463 - - - 4868 - 2608 - 8826 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Lower Columbia College - http://www.lowercolumbia.edu/head-start - 2608@hsesinfo.org - 1600 Maple St - - Longview - WA - 98632-3907 - 1600 Maple St - - Longview - WA - 98632-3907 - 1600 Maple St - - Longview - WA - 98632-3907 - Mr. - F47713 - L47713 - - Chairman, Board of Trustees - 47713@hsesinfo.org - Ms. - F47711 - L47711 - - Interim VP of Instruction - 47711@hsesinfo.org - Mr. - F47710 - L47710 - - 47710@hsesinfo.org - Mrs. - F47709 - L47709 - - 47709@hsesinfo.org - 555-555-7709 - - - 9535 - 1056 - 11763 - 000 - 2013 - 2019-04-01 - - HS - Active - Human Resource Development Council of District IX, Inc. - http://www.thehrdc.org - 1056@hsesinfo.org - 33 S Tracy Ave - Head Start Program - Bozeman - MT - 59715-4660 - Head Start Program - 32 South Tracy Avenue - Bozeman - MT - 59715-4659 - Head Start Program - 32 South Tracy Avenue - Bozeman - MT - 59715-4659 - Mr. - F215242 - L215242 - - Board Chair - 215242@hsesinfo.org - Ms. - F215243 - L215243 - - CEO/Executive Director - 215243@hsesinfo.org - Ms. - F215245 - L215245 - - 215245@hsesinfo.org - Ms. - F215241 - L215241 - - 215241@hsesinfo.org - 555-555-5241 - - - 4631 - 1081 - 8506 - 000 - 2014 - 2014-02-01 - 2019-01-31 - HS - Inactive - Iliff Community Center, Inc. - chrisa@iliffhs.org - 1081@hsesinfo.org - 405 W 2nd Ave - - Iliff - CO - 80736 - PO Box 216 - - Iliff - CO - 80736-0216 - 405 W 2nd Ave - - Iliff - CO - 80736 - Mr. - F44188 - L44188 - - Board Chairperson - 44188@hsesinfo.org - Ms. - F44187 - L44187 - - - 44187@hsesinfo.org - Mr. - F44185 - L44185 - - 44185@hsesinfo.org - Mrs. - F44183 - L44183 - - 44183@hsesinfo.org - 555-555-4183 - - - 5054 - 1602 - 8854 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Rosemount Center - http://www.rosemountcenter.com - 1602@hsesinfo.org - 2000 Rosemount Avenue NW - - Washington - DC - 20010-1045 - 2000 Rosemount Avenue NW - - Washington - DC - 20010-1045 - 2000 Rosemount Avenue NW - - Washington - DC - 20010-1045 - Dr. - F51469 - L51469 - - Chair, Rosemount Center Board of Directors - 51469@hsesinfo.org - Mr. - F51465 - L51465 - - - 51465@hsesinfo.org - Ms. - F51466 - L51466 - - 51466@hsesinfo.org - Ms. - F51464 - L51464 - - 51464@hsesinfo.org - 555-555-1464 x 5555 - - - 11299 - 1425 - 13179 - 200 - 2000 - 2020-05-01 - - EHS - Active - Central Missouri Community Action (CMCA) - http://www.showmeaction.org - 1425@hsesinfo.org - 807 N Providence Rd - Apt B - Columbia - MO - 65203-4359 - 807 N Providence Rd - Apt B - Columbia - MO - 65203-4359 - 807 N Providence Rd - Apt B - Columbia - MO - 65203-4359 - Mr. - F227228 - L227228 - - Board President - 227228@hsesinfo.org - Mr. - F227229 - L227229 - - Executive Director - 227229@hsesinfo.org - Ms. - F227231 - L227231 - - 227231@hsesinfo.org - Ms. - F227227 - L227227 - - 227227@hsesinfo.org - 555-555-7227 x 5555 - - - 9234 - 836 - 11514 - 000 - 2013 - 2018-12-01 - - HS - Active - FAMILY FORUM, INC. - http://www.familyforum.org - 836@hsesinfo.org - 1507 Tower Avenue - Suite 312 - Superior - WI - 54880-5137 - 1507 Tower Avenue - Suite 312 - Superior - WI - 54880-5137 - 1507 Tower Avenue - Suite 312 - Superior - WI - 54880-5137 - Ms. - F213178 - L213178 - - Chairperson - 213178@hsesinfo.org - Ms. - F213179 - L213179 - - Executive Director - 213179@hsesinfo.org - Ms. - F213181 - L213181 - - 213181@hsesinfo.org - Ms. - F213177 - L213177 - - 213177@hsesinfo.org - 555-555-3177 - - - 8762 - 8617 - 11132 - 200 - 2017 - 2017-12-01 - - EHS - Active - Crystal Stairs, Inc. - www.crystalstairs.org - 8617@hsesinfo.org - 5110 West Goldleaf Circle Suite 150 - - Los Angeles - CA - 90056-1287 - 5110 West Goldleaf Circle Suite 150 - - Los Angeles - CA - 90056-1287 - 5110 West Goldleaf Circle Suite 150 - - Los Angeles - CA - 90056-1287 - Mrs. - F209799 - L209799 - - Board Chair - 209799@hsesinfo.org - Ms. - F209800 - L209800 - - Chief Executive Officer - 209800@hsesinfo.org - Mrs. - F209802 - L209802 - - 209802@hsesinfo.org - Mrs. - F209798 - L209798 - - 209798@hsesinfo.org - 555-555-9798 - - - 9675 - 222 - 11843 - 000 - 2014 - 2019-06-01 - - HS - Active - PENQUIS C A P,INC - http://www.penquis.org - 222@hsesinfo.org - 262 Harlow St - - Bangor - ME - 04401-4952 - 262 Harlow St - PO Box 1162 - Bangor - ME - 04401-4952 - 262 Harlow St - - Bangor - ME - 04401-4952 - Ms. - F216146 - L216146 - - - 216146@hsesinfo.org - Ms. - F216147 - L216147 - - - 216147@hsesinfo.org - Ms. - F216149 - L216149 - - 216149@hsesinfo.org - Ms. - F216145 - L216145 - - 216145@hsesinfo.org - 555-555-6145 - - - 9676 - 223 - 11843 - 200 - 2014 - 2019-06-01 - - EHS - Active - PENQUIS C A P,INC - http://www.penquis.org - 223@hsesinfo.org - 262 Harlow St - - Bangor - ME - 04401-4952 - 262 Harlow St - PO Box 1162 - Bangor - ME - 04401-4952 - 262 Harlow St - - Bangor - ME - 04401-4952 - Ms. - F216153 - L216153 - - - 216153@hsesinfo.org - Ms. - F216154 - L216154 - - - 216154@hsesinfo.org - Ms. - F216156 - L216156 - - 216156@hsesinfo.org - Ms. - F216152 - L216152 - - 216152@hsesinfo.org - 555-555-6152 - - - 9677 - 2195 - 11839 - 200 - 2014 - 2019-06-01 - - EHS - Active - Children's Home & Aid Society of Illinois - www.childrenshomeandaid.org - 2195@hsesinfo.org - 125 S Wacker Dr - Fl 14 - Chicago - IL - 60606-4429 - 125 S Wacker Dr - Fl 14 - Chicago - IL - 60606-4429 - 125 S. Wacker Drive - 14th Floor - Chicago - IL - 60606 - Mr. - F216160 - L216160 - - Chair - 216160@hsesinfo.org - Mr. - F216161 - L216161 - - President and CEO - 216161@hsesinfo.org - Ms. - F216163 - L216163 - - 216163@hsesinfo.org - Ms. - F216159 - L216159 - - 216159@hsesinfo.org - 555-555-6159 - - - 9680 - 3750 - 11847 - 002 - 2014 - 2019-06-01 - - HS - Active - University of Cincinnati, Arlitt Center Head Start - www.cech.uc.edu/arlitt - 3750@hsesinfo.org - One Edwards Center - 47 W. Corry Boulevard - Cincinnati - OH - 45221-0105 - One Edwards Center - PO Box 210105 - Cincinnati - OH - 45221-0105 - One Edwards Center - 47 W. Corry Boulevard - Cincinnati - OH - 45221-0105 - Dr. - F216181 - L216181 - - - 216181@hsesinfo.org - Dr. - F216182 - L216182 - - - 216182@hsesinfo.org - Dr. - F216184 - L216184 - - 216184@hsesinfo.org - Ms. - F216180 - L216180 - - 216180@hsesinfo.org - 555-555-6180 - - - 9686 - 1945 - 11840 - 000 - 2014 - 2019-06-01 - - HS - Active - Head Start Child and Family Development Centers, Inc. - HeadStartCouleeRegion.com - 1945@hsesinfo.org - 333 Buchner Place, Wing A - - La Crosse - WI - 54603-3172 - 333 Buchner Place, Wing A - - La Crosse - WI - 54603-3172 - 333 Buchner Place, Wing A - - La Crosse - WI - 54603-3172 - Mrs. - F216223 - L216223 - - Board of Directors - President - 216223@hsesinfo.org - Ms. - F216224 - L216224 - - Executive Director - 216224@hsesinfo.org - Mr. - F216226 - L216226 - - 216226@hsesinfo.org - Ms. - F216222 - L216222 - - 216222@hsesinfo.org - 555-555-6222 x 5555 - - - 9687 - 747 - 11836 - 000 - 2014 - 2019-06-01 - - HS - Active - PECOS COUNTY COMMUNITY ACTION AGENCY - none - 747@hsesinfo.org - 600 S Young St - - Fort Stockton - TX - 79735-7642 - PO Box 940 - - Fort Stockton - TX - 79735-0940 - 100 S Jackson St - - Fort Stockton - TX - 79735-6706 - Mr. - F216230 - L216230 - - Board Chairperson - 216230@hsesinfo.org - Mrs. - F216231 - L216231 - - Executive Director - 216231@hsesinfo.org - Ms. - F216233 - L216233 - - 216233@hsesinfo.org - Mrs. - F216229 - L216229 - - 216229@hsesinfo.org - 555-555-6229 - - - 9688 - 1279 - 11845 - 000 - 1992 - 2019-06-01 - - HS - Active - Umatilla-Morrow Head Start - http://www.umchs.org - 1279@hsesinfo.org - 110 NE 4th Street - - Hermiston - OR - 97838-1861 - 110 NE 4th Street - - Hermiston - OR - 97838-1861 - 110 NE 4th Street - - Hermiston - OR - 97838-1861 - Mrs. - F216237 - L216237 - - Board Chair - 216237@hsesinfo.org - Mrs. - F216238 - L216238 - - Executive Director - 216238@hsesinfo.org - Mr. - F216240 - L216240 - - 216240@hsesinfo.org - Mr. - F216236 - L216236 - - 216236@hsesinfo.org - 555-555-6236 x 5555 - - - 9689 - 1278 - 11845 - 200 - 2003 - 2019-06-01 - - EHS - Active - Umatilla-Morrow Head Start - http://www.umchs.org - 1278@hsesinfo.org - 110 NE 4th Street - - Hermiston - OR - 97838-1861 - 110 NE 4th Street - - Hermiston - OR - 97838-1861 - 110 NE 4th Street - - Hermiston - OR - 97838-1861 - Mrs. - F216244 - L216244 - - Board Chair - 216244@hsesinfo.org - Mrs. - F216245 - L216245 - - Executive Director - 216245@hsesinfo.org - Mr. - F216247 - L216247 - - 216247@hsesinfo.org - Mr. - F216243 - L216243 - - 216243@hsesinfo.org - 555-555-6243 x 5555 - - - 9690 - 1282 - 11837 - 000 - 1992 - 2019-07-01 - - HS - Active - RELIABLE ENTERPRISES - lewiscountyheadstart.com - 1282@hsesinfo.org - 203 W Reynolds Ave - Lewis County Head Start - Centralia - WA - 98531-3313 - PO Box 870 - Lewis County Head Start - Centralia - WA - 98531-0870 - 203 W Reynolds Ave - Lewis County Head Start - Centralia - WA - 98531-3313 - Mr. - F216251 - L216251 - - Board Chair - 216251@hsesinfo.org - Mr. - F216252 - L216252 - - Executive Director - 216252@hsesinfo.org - Mrs. - F216254 - L216254 - - 216254@hsesinfo.org - Ms. - F216250 - L216250 - - 216250@hsesinfo.org - 555-555-6250 x 5555 - - - 7051 - 1466 - 10485 - 000 - 1997 - 2016-01-01 - - AIAN HS - Active - Grand Ronde Head Start - http://www.grandronde.org - 1466@hsesinfo.org - 9615 Grand Ronde Rd - - Grand Ronde - OR - 97347-9712 - 9615 Grand Ronde Rd - - Grand Ronde - OR - 97347-9712 - 9615 Grand Ronde Rd - - Grand Ronde - OR - 97347-9712 - Ms. - F205024 - L205024 - - Tribal Council Chairwoman - 205024@hsesinfo.org - Mr. - F205025 - L205025 - - Executive Officer - 205025@hsesinfo.org - Ms. - F205027 - L205027 - - 205027@hsesinfo.org - Mrs. - F205023 - L205023 - - 205023@hsesinfo.org - 555-555-5023 - - - 11467 - 3108 - 13301 - 000 - 1995 - 2020-07-01 - - HS - Active - SABINE PARISH SCHOOL BOARD - https://www.sabine.school/domain/32 - 3108@hsesinfo.org - 1501 Natchitoches Hwy - - Many - LA - 71449-7103 - PO Box 1079 - Sabine Parish School Board Head Start - Many - LA - 71449-1079 - 695 Peterson St - Sabine Parish School Board - Many - LA - 71449-2647 - Mr. - F228295 - L228295 - - Board President - 228295@hsesinfo.org - Dr. - F228296 - L228296 - - Superintendent - 228296@hsesinfo.org - Mrs. - F228298 - L228298 - - 228298@hsesinfo.org - Mrs. - F228294 - L228294 - - 228294@hsesinfo.org - 555-555-8294 - - - 11466 - 2312 - 13297 - 200 - 2014 - 2020-07-01 - - EHS - Active - Northern Panhandle Head Start, Inc. - http://www.npheadstart.org - 2312@hsesinfo.org - 1 Orchard Road, Suite 1 - - Wheeling - WV - 26003 - 1 Orchard Road, Suite 1 - - Wheeling - WV - 26003 - 1 Orchard Road, Suite 1 - - Wheeling - WV - 26003 - Mr. - F228288 - L228288 - - President, Board of Directors - 228288@hsesinfo.org - Ms. - F228289 - L228289 - - Executive Director - 228289@hsesinfo.org - Ms. - F228291 - L228291 - - 228291@hsesinfo.org - Ms. - F228287 - L228287 - - 228287@hsesinfo.org - 555-555-8287 - - - 6117 - 1546 - 9711 - 200 - 2001 - 2015-03-01 - - EHS - Active - Municipality of Guaynabo - www.guaynabocity.gov.pr - 1546@hsesinfo.org - Calle Jose De Diego Esquina Herminio Diaz Navarro - Guaynabo City Hall 4th Floor - Guaynabo - PR - 00970 - PO Box 7885 - - Guaynabo - PR - 00970-7885 - Calle Jose De Diego Esquina Herminio Diaz Navarro - Guaynabo City Hall 4th Floor - Guaynabo - PR - 00970 - Mr. - F108492 - L108492 - - President of the Government Board - 108492@hsesinfo.org - Mr. - F108494 - L108494 - - Mayor - 108494@hsesinfo.org - Mrs. - F108491 - L108491 - - 108491@hsesinfo.org - Ms. - F108489 - L108489 - - 108489@hsesinfo.org - 555-555-8489 x 5555 - - - 4956 - 3106 - 8867 - 000 - 2014 - 2014-07-01 - 2020-08-31 - HS - Inactive - Laramie County Head Start - http://www.calc.net - 3106@hsesinfo.org - 521 W Jefferson Rd - - Cheyenne - WY - 82007-2378 - 211 W 19th St - - Cheyenne - WY - 82001-4433 - 211 W 19th St - - Cheyenne - WY - 82001-4433 - Mr. - F49247 - L49247 - - Board Chair - 49247@hsesinfo.org - Mr. - F49245 - L49245 - - Community Action Exeutive Director - 49245@hsesinfo.org - Ms. - F49244 - L49244 - - 49244@hsesinfo.org - Mrs. - F49243 - L49243 - - 49243@hsesinfo.org - 555-555-9243 - - - 4535 - 2756 - 8564 - 200 - 2013 - 2013-12-23 - 2018-12-31 - EHS - Inactive - CAGUAS MUNICIPALITY ECONOMIC DEVELOPMENT DEPARTMENT - www.caguas.gov.pr - 2756@hsesinfo.org - Centro Gubernamental Municipal - Calle Padial Final, Esq. Jose Mercado - Caguas - PR - 00972-0907 - P. O. BOX 907 - - Caguas - PR - 00726-0907 - Centro Gubernamental Municipal - Calle Padial Final, Esq. Jose Mercado - Caguas - PR - 00972-0907 - Mr. - F43126 - L43126 - - Mayor - Board Charirman - 43126@hsesinfo.org - Mrs. - F43124 - L43124 - - - 43124@hsesinfo.org - Mrs. - F43123 - L43123 - - 43123@hsesinfo.org - Mrs. - F43122 - L43122 - - 43122@hsesinfo.org - 555-555-3122 x 5555 - - - 6769 - 3869 - 10253 - 004 - - 2015-08-01 - - HS - Active - St. Peter's Child Care Center, Inc. - www.westcop.org - 3869@hsesinfo.org - 204 Hawthorne Avenue - - Yonkers - NY - 10705-1018 - 204 Hawthorne Avenue - - Yonkers - NY - 10705-1018 - 204 Hawthorne Avenue - - Yonkers - NY - 10705-1018 - Father - F203054 - L203054 - - Board Chair - 203054@hsesinfo.org - Ms. - F203055 - L203055 - - Executive Director - 203055@hsesinfo.org - Mr. - F203057 - L203057 - - 203057@hsesinfo.org - Ms. - F203053 - L203053 - - 203053@hsesinfo.org - 555-555-3053 x 5555 - - - 8940 - 1714 - 11287 - 200 - 2013 - 2018-07-01 - - EHS - Active - MERCER COUNTY COMMUNITY ACTION AGENCY - http://www.capmercer.org - 1714@hsesinfo.org - 75 South Dock Street - - Sharon - PA - 16146-1860 - 75 South Dock Street - - Sharon - PA - 16146-1860 - 1901 Memorial Drive - - Farrell - PA - 16121 - Mrs. - F211086 - L211086 - - Board President - 211086@hsesinfo.org - Ms. - F211087 - L211087 - - CEO - 211087@hsesinfo.org - Ms. - F211089 - L211089 - - 211089@hsesinfo.org - Mrs. - F211085 - L211085 - - 211085@hsesinfo.org - 555-555-1085 x 5555 - - - 9010 - 344 - 11334 - 000 - 2013 - 2018-08-01 - - HS - Active - Richmond Public Schools - www.rvaschools.net - 344@hsesinfo.org - 301 N 9th St - - Richmond - VA - 23219-1933 - 2120 Fendall Ave - - Richmond - VA - 23222-4343 - 2120 Fendall Ave - - Richmond - VA - 23222-4343 - Ms. - F211617 - L211617 - - School Board Chair - 211617@hsesinfo.org - Mr. - F211618 - L211618 - - Superintendent - 211618@hsesinfo.org - Mrs. - F211620 - L211620 - - 211620@hsesinfo.org - Mrs. - F211616 - L211616 - - 211616@hsesinfo.org - 555-555-1616 - - - 9843 - 8944 - 11965 - 000 - 2019 - 2019-07-01 - - HS - Active - United Community Center, Inc. - https://www.unitedcc.org/ - 8944@hsesinfo.org - 1028 S 9th St - - Milwaukee - WI - 53204-1335 - 1028 S 9th St - - Milwaukee - WI - 53204-1335 - 1028 S 9th St - - Milwaukee - WI - 53204-1335 - Mr. - F217312 - L217312 - - Board Chair - 217312@hsesinfo.org - Mrs. - F217313 - L217313 - - Executive Director - 217313@hsesinfo.org - Ms. - F217315 - L217315 - - 217315@hsesinfo.org - Mr. - F217311 - L217311 - - 217311@hsesinfo.org - 555-555-7311 - - - 4540 - 936 - 8512 - 000 - 1992 - 2013-12-23 - 2019-06-30 - HS - Inactive - Lancaster-Lebanon Intermediate Unit School District #13 - http://www.iu13.org - 936@hsesinfo.org - 1 Cumberland St - - Lebanon - PA - 17042-5445 - 1020 New Holland Avenue - - Lancaster - PA - 17601 - 1020 New Holland Ave - - Lancaster - PA - 17601-5606 - Mr. - F43144 - L43144 - - President of IU 13 Board of School Directors - 43144@hsesinfo.org - Dr. - F43148 - L43148 - - - 43148@hsesinfo.org - Ms. - F43147 - L43147 - - 43147@hsesinfo.org - Ms. - F43143 - L43143 - - 43143@hsesinfo.org - 555-555-3143 - - - 9844 - 8945 - 11965 - 200 - 2019 - 2019-07-01 - - EHS - Active - United Community Center, Inc. - https://www.unitedcc.org/ - 8945@hsesinfo.org - 1028 S 9th St - - Milwaukee - WI - 53204-1335 - 1028 S 9th St - - Milwaukee - WI - 53204-1335 - 1028 S 9th St - - Milwaukee - WI - 53204-1335 - Mr. - F217319 - L217319 - - Board Chair - 217319@hsesinfo.org - Mrs. - F217320 - L217320 - - Executive Director - 217320@hsesinfo.org - Ms. - F217322 - L217322 - - 217322@hsesinfo.org - Mr. - F217318 - L217318 - - 217318@hsesinfo.org - 555-555-7318 - - - 9011 - 343 - 11334 - 200 - 2013 - 2018-08-01 - - EHS - Active - Richmond Public Schools - www.rvaschools.net - 343@hsesinfo.org - 301 N 9th St - - Richmond - VA - 23219-1933 - 2120 Fendall Ave - - Richmond - VA - 23222-4343 - 2120 Fendall Ave - - Richmond - VA - 23222-4343 - Ms. - F211624 - L211624 - - School Board Chair - 211624@hsesinfo.org - Mr. - F211625 - L211625 - - Superintendent - 211625@hsesinfo.org - Mrs. - F211627 - L211627 - - 211627@hsesinfo.org - Ms. - F211623 - L211623 - - 211623@hsesinfo.org - 555-555-1623 - - - 4801 - 2280 - 8743 - 000 - 1992 - 2014-04-01 - 2019-07-31 - HS - Inactive - C.E.O. for the Greater Capital Region, Inc. - http://www.ceoempowers.org - 2280@hsesinfo.org - 2331 5th Ave - - Troy - NY - 12180-2221 - 2331 5th Ave - - Troy - NY - 12180-2221 - 2331 5th Ave - - Troy - NY - 12180-2221 - Ms. - F46830 - L46830 - - Board Chairperson - 46830@hsesinfo.org - Ms. - F46829 - L46829 - - - 46829@hsesinfo.org - Ms. - F46832 - L46832 - - 46832@hsesinfo.org - Ms. - F46828 - L46828 - - 46828@hsesinfo.org - 555-555-6828 x 5555 - - - 4984 - 294 - 8872 - 000 - 1992 - 2014-07-01 - 2019-06-30 - HS - Inactive - Mayor & City Council of Baltimore City - 1800 Washington Blvd, Suite 340 - 294@hsesinfo.org - 1800 Washington Blvd - Ste 340 - Baltimore - MD - 21230-1732 - 1800 Washington Blvd - Ste 340 - Baltimore - MD - 21230-1732 - 1800 Washington Blvd - Ste 340 - Baltimore - MD - 21230-1732 - Ms. - F49356 - L49356 - - Senior Associate - The Annie E. Casey Foundation - 49356@hsesinfo.org - Ms. - F49360 - L49360 - - - 49360@hsesinfo.org - Ms. - F49359 - L49359 - - 49359@hsesinfo.org - Ms. - F49355 - L49355 - - 49355@hsesinfo.org - 555-555-9355 - - - 8194 - 8126 - 10600 - 200 - 2016 - 2016-06-01 - - EHS - Active - Episcopal Children's Services, Inc. - www.ecs4kids.org - 8126@hsesinfo.org - 8443 Baymeadows Rd Ste 1 - - Jacksonville - FL - 32256-7440 - 8443 Baymeadows Rd Ste 1 - - Jacksonville - FL - 32256-7440 - 8443 Baymeadows Rd Ste 1 - - Jacksonville - FL - 32256-7440 - Ms. - F206473 - L206473 - - Board President - 206473@hsesinfo.org - Mrs. - F206474 - L206474 - - CEO - 206474@hsesinfo.org - Ms. - F206476 - L206476 - - 206476@hsesinfo.org - Ms. - F206472 - L206472 - - 206472@hsesinfo.org - 555-555-6472 - - - 10679 - 2016 - 12693 - 000 - 2014 - 2019-11-01 - - HS - Active - Metropolitan Children and Youth, Inc. - renheadstart.org - 2016@hsesinfo.org - 13110 14th St - # Sr - Detroit - MI - 48238-3647 - PO Box 38445 - - Detroit - MI - 48238-0445 - 13110 14th St - - Detroit - MI - 48238-3647 - Mrs. - F223086 - L223086 - - Board of Directors Chairperson - 223086@hsesinfo.org - Ms. - F223087 - L223087 - - Executive Director - 223087@hsesinfo.org - Ms. - F223089 - L223089 - - 223089@hsesinfo.org - Ms. - F223085 - L223085 - - 223085@hsesinfo.org - 555-555-3085 x 5555 - - - 10680 - 411 - 12689 - 000 - 1991 - 2019-11-01 - - HS - Active - Ironton-Lawrence County Community Action Organization - http://www.headstartworks.org - 411@hsesinfo.org - 305 N 5th St - Head Start Program - Ironton - OH - 45638-1578 - 305 N 5th St - Head Start Program - Ironton - OH - 45638-1578 - 1518 S 3rd St - Head Start Program - Ironton - OH - 45638-2140 - Mr. - F223093 - L223093 - - CAO Board Chairperson - 223093@hsesinfo.org - Mr. - F223094 - L223094 - - CEO - 223094@hsesinfo.org - Mrs. - F223096 - L223096 - - 223096@hsesinfo.org - Mrs. - F223092 - L223092 - - 223092@hsesinfo.org - 555-555-3092 x 5555 - - - 10681 - 410 - 12689 - 200 - 2014 - 2019-11-01 - - EHS - Active - Ironton-Lawrence County Community Action Organization - http://www.headstartworks.org - 410@hsesinfo.org - 305 N 5th St - Early Head Start Program - Ironton - OH - 45638-1578 - 305 N 5th St - Early Head Start Program - Ironton - OH - 45638-1578 - 1518 S 3rd St - Early Head Start Program - Ironton - OH - 45638-2140 - Mr. - F223100 - L223100 - - CAO Board Chairperson - 223100@hsesinfo.org - Mr. - F223101 - L223101 - - CEO - 223101@hsesinfo.org - Mrs. - F223103 - L223103 - - 223103@hsesinfo.org - Mrs. - F223099 - L223099 - - 223099@hsesinfo.org - 555-555-3099 x 5555 - - - 5801 - 5807 - 9524 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Childrens Friend and Service - http://www.childrensfriendri.org - 5807@hsesinfo.org - 153 Summer Street - - Providence - RI - 02903-4011 - 153 Summer Street - - Providence - RI - 02903-4011 - 153 Summer Street - - Providence - RI - 02903-4011 - Mr. - F103730 - L103730 - - Board Chairman - 103730@hsesinfo.org - Mr. - F103731 - L103731 - - President and Chief Executive Officer - 103731@hsesinfo.org - Ms. - F103733 - L103733 - - 103733@hsesinfo.org - Mrs. - F103729 - L103729 - - 103729@hsesinfo.org - 555-555-3729 - - - 3063 - 3326 - 6707 - 200 - 2013 - 2013-07-02 - 2018-12-31 - EHS - Inactive - Foothill Family Service - www.foothillfamily.org - 3326@hsesinfo.org - 3629 Santa Anita Ave - Ste 201 - El Monte - CA - 91731-3635 - 3629 Santa Anita Ave - Ste 201 - El Monte - CA - 91731-3635 - 2500 E Foothill Blvd - Ste 300 - Pasadena - CA - 91107-7102 - Ms. - F39697 - L39697 - - Board Chair - 39697@hsesinfo.org - Mr. - F39695 - L39695 - - - 39695@hsesinfo.org - Ms. - F39694 - L39694 - - 39694@hsesinfo.org - Ms. - F36373 - L36373 - - 36373@hsesinfo.org - 555-555-6373 - - - 6842 - 4011 - 10316 - 205 - - 2015-08-01 - - EHS - Active - KIDCO Creative Learning Inc - http://www.kidcoedu.org - 4011@hsesinfo.org - 761 E Okeechobee Rd - - Hialeah - FL - 33010-5645 - 761 E Okeechobee Rd - - Hialeah - FL - 33010-5645 - 761 E Okeechobee Rd - - Hialeah - FL - 33010-5645 - Ms. - F203569 - L203569 - - Board Chair - 203569@hsesinfo.org - Ms. - F203570 - L203570 - - CEO - 203570@hsesinfo.org - Ms. - F203572 - L203572 - - 203572@hsesinfo.org - Ms. - F203568 - L203568 - - 203568@hsesinfo.org - 555-555-3568 x 5555 - - - 10489 - 6030 - 12490 - 200 - - 2019-09-01 - - EHS - Active - Municipality of Caguas - http://www.caguas.gov.pr - 6030@hsesinfo.org - CALLE PADIAL FINAL, ESQ. AVE. JOSE MERCADO - - CAGUAS - PR - 00725-0000 - CALLE PADIAL FINAL, ESQ. AVE. JOSE MERCADO - - CAGUAS - PR - 00725-0000 - CALLE PADIAL FINAL, ESQ. AVE. JOSE MERCADO - - CAGUAS - PR - 00725-0000 - Mr. - F221764 - L221764 - - Mayor-Board Chair - 221764@hsesinfo.org - Mrs. - F221765 - L221765 - - Director - 221765@hsesinfo.org - Mrs. - F221767 - L221767 - - 221767@hsesinfo.org - Mrs. - F221763 - L221763 - - 221763@hsesinfo.org - 555-555-1763 x 5555 - - - 10490 - 6167 - 12482 - 200 - - 2019-09-01 - - EHS - Active - Tri-County Community Action Agency, Inc. - http://www.gatewaycap.org - 6167@hsesinfo.org - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - 110 Cohansey Street - - Bridgeton - NJ - 08302-1922 - Ms. - F221771 - L221771 - - Chairman - 221771@hsesinfo.org - Mr. - F221772 - L221772 - - President/CEO - 221772@hsesinfo.org - Ms. - F221774 - L221774 - - 221774@hsesinfo.org - Mrs. - F221770 - L221770 - - 221770@hsesinfo.org - 555-555-1770 - - - 10492 - 6087 - 12483 - 200 - - 2019-09-01 - - EHS - Active - GLEAMNS Human Resources Commission, Inc. - http://www.gleamnshrc.org - 6087@hsesinfo.org - 237 North Hospital Street - - Greenwood - SC - 29648-1326 - PO Box 1326 - - Greenwood - SC - 29648-1326 - 237 Hospital St N - - Greenwood - SC - 29646-2962 - Mrs. - F221785 - L221785 - - Board Chair - 221785@hsesinfo.org - Ms. - F221786 - L221786 - - CEO - 221786@hsesinfo.org - Ms. - F221788 - L221788 - - 221788@hsesinfo.org - Mrs. - F221784 - L221784 - - 221784@hsesinfo.org - 555-555-1784 x 5555 - - - 10493 - 6019 - 12489 - 200 - - 2019-09-01 - - EHS - Active - Child-Parent Centers, Inc. - http://www.childparentcenters.org - 6019@hsesinfo.org - 602 East 22nd Street - - Tucson - AZ - 85713-1701 - 602 East 22nd Street - - Tucson - AZ - 85713-1701 - 602 East 22nd Street - - Tucson - AZ - 85713-1701 - Ms. - F221792 - L221792 - - Board President - 221792@hsesinfo.org - Mrs. - F221793 - L221793 - - CEO - 221793@hsesinfo.org - Mr. - F221795 - L221795 - - 221795@hsesinfo.org - Mrs. - F221791 - L221791 - - 221791@hsesinfo.org - 555-555-1791 - - - 10494 - 6187 - 12481 - 200 - - 2019-09-01 - - EHS - Active - Western Arizona Council of Governments - http://www.wacog.com/headstart/ - 6187@hsesinfo.org - 1235 S Redondo Center Dr - - Yuma - AZ - 85365-2039 - 1235 S Redondo Center Dr - - Yuma - AZ - 85365-2039 - 1235 S Redondo Center Dr - - Yuma - AZ - 85365-2039 - Mr. - F221799 - L221799 - - Board of Directors Chairperson - 221799@hsesinfo.org - Mr. - F221800 - L221800 - - Executive Director - 221800@hsesinfo.org - Mrs. - F221802 - L221802 - - 221802@hsesinfo.org - Mrs. - F221798 - L221798 - - 221798@hsesinfo.org - 555-555-1798 - - - 8703 - 8565 - 11071 - 200 - 2017 - 2017-08-09 - - EHS - Active - CDI HS/Martin County, FL - www.cdiheadstart.org - 8565@hsesinfo.org - 1300 SE 10th St - Ste H - Stuart - FL - 34996-4107 - PO Box 31 - - Stuart - FL - 34995-0031 - 1300 SE 10th St - Ste H - Stuart - FL - 34996-4107 - Mr. - F209424 - L209424 - - Chief Executive Officer - 209424@hsesinfo.org - Ms. - F209425 - L209425 - - Executive Director - 209425@hsesinfo.org - - F209427 - L209427 - - 209427@hsesinfo.org - Ms. - F209423 - L209423 - - 209423@hsesinfo.org - 555-555-9423 - - - 11274 - 792 - 13165 - 000 - 1992 - 2020-05-01 - - HS - Active - Black River Area Development Corporation Child Development Programs - www.bradkids.com - 792@hsesinfo.org - 1403 Hospital Drive - - Pocahontas - AR - 72455-3847 - 1403 Hospital Drive - - Pocahontas - AR - 72455-3847 - 1403 Hospital Drive - - Pocahontas - AR - 72455-3847 - Mrs. - F227048 - L227048 - - Board of Directors Chairperson - 227048@hsesinfo.org - Mrs. - F227049 - L227049 - - Executive Director - 227049@hsesinfo.org - Mrs. - F227051 - L227051 - - 227051@hsesinfo.org - Mrs. - F227047 - L227047 - - 227047@hsesinfo.org - 555-555-7047 - - - 10495 - 6258 - 12484 - 200 - - 2019-09-01 - - AIAN EHS - Active - WINNEBAGO TRIBE OF NEBRASKA - http://www.winnebagotribe.com - 6258@hsesinfo.org - 317 Frenchman Street - - Winnebago - NE - 68071 - POST OFFICE BOX 687 - - WINNEBAGO - NE - 68071-0687 - 100 Bluff Ave - - Winnebago - NE - 68071-9787 - Ms. - F221806 - L221806 - - Chairwoman - 221806@hsesinfo.org - Ms. - F221807 - L221807 - - CEO - 221807@hsesinfo.org - Ms. - F221809 - L221809 - - 221809@hsesinfo.org - Ms. - F221805 - L221805 - - 221805@hsesinfo.org - 555-555-1805 - - - 4802 - 2281 - 8743 - 200 - 2014 - 2014-04-01 - 2019-07-31 - EHS - Inactive - C.E.O. for the Greater Capital Region, Inc. - http://www.ceoempowers.org - 2281@hsesinfo.org - 2331 5th Avenue - - Troy - NY - 12180-2220 - 2331 5th Avenue - - Troy - NY - 12180-2220 - 2331 5th Avenue - - Troy - NY - 12180-2220 - Ms. - F46837 - L46837 - - Board Chair Person - 46837@hsesinfo.org - Ms. - F46836 - L46836 - - CEO President - 46836@hsesinfo.org - Ms. - F46839 - L46839 - - 46839@hsesinfo.org - Ms. - F46835 - L46835 - - 46835@hsesinfo.org - 555-555-6835 x 5555 - - - 9083 - 1237 - 11401 - 000 - 2013 - 2018-09-01 - - HS - Active - Macomb Community Action - http://mca.macombgov.org - 1237@hsesinfo.org - 21885 Dunham Road - Suite 10 - Clinton Township - MI - 48036-1030 - 21885 Dunham Road - Suite 10 - Clinton Township - MI - 48036-1030 - 21885 Dunham Road - Suite 10 - Clinton Township - MI - 48036-1030 - Mr. - F212162 - L212162 - - County Executive - 212162@hsesinfo.org - Mr. - F212163 - L212163 - - Director of Macomb Community Action - 212163@hsesinfo.org - Ms. - F212165 - L212165 - - 212165@hsesinfo.org - Ms. - F212161 - L212161 - - 212161@hsesinfo.org - 555-555-2161 - - - 5983 - 5990 - 9593 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Kings Community Action Organization, Inc. - http://www.kcao.org - 5990@hsesinfo.org - 1130 North 11th Avenue - - Hanford - CA - 93230-3608 - 1130 North 11th Avenue - - Hanford - CA - 93230-3608 - 1130 North 11th Avenue - - Hanford - CA - 93230-3608 - Ms. - F106518 - L106518 - - KCAO Board Chairperson - 106518@hsesinfo.org - Mr. - F106519 - L106519 - - - 106519@hsesinfo.org - Ms. - F106521 - L106521 - - 106521@hsesinfo.org - Mrs. - F106517 - L106517 - - 106517@hsesinfo.org - 555-555-6517 - - - 11275 - 3197 - 13165 - 200 - 2004 - 2020-05-01 - - EHS - Active - Black River Area Development Corporation Child Development Programs - www.bradkids.com - 3197@hsesinfo.org - 1403 Hospital Drive - - Pocahontas - AR - 72455-3847 - 1403 Hospital Drive - - Pocahontas - AR - 72455-3847 - 1403 Hospital Drive - - Pocahontas - AR - 72455-3847 - Mrs. - F227055 - L227055 - - Board of Directors Chairperson - 227055@hsesinfo.org - Mrs. - F227056 - L227056 - - Executive Director - 227056@hsesinfo.org - Mrs. - F227058 - L227058 - - 227058@hsesinfo.org - Mrs. - F227054 - L227054 - - 227054@hsesinfo.org - 555-555-7054 - - - 8803 - 1902 - 11189 - 000 - 2013 - 2018-05-01 - - HS - Active - Tri-Valley Opportunity Council, Inc. - http://www.tvoc.org - 1902@hsesinfo.org - 102 N Broadway - - Crookston - MN - 56716-1731 - 102 North Broadway - P.O. Box 607 - Crookston - MN - 56716-0607 - 102 N Broadway - - Crookston - MN - 56716-1731 - Mr. - F210165 - L210165 - - Chairperson - 210165@hsesinfo.org - Mr. - F210166 - L210166 - - CEO - 210166@hsesinfo.org - Ms. - F210168 - L210168 - - 210168@hsesinfo.org - Ms. - F210164 - L210164 - - 210164@hsesinfo.org - 555-555-0164 - - - 9350 - 1076 - 11592 - 000 - 2014 - 2019-02-01 - - HS - Active - Southern Utah University Head Start - http://www.suu.edu/headstart - 1076@hsesinfo.org - 2390 West Highway 56, Suite #1 - - Cedar City - UT - 84720-2476 - Southern Utah University Head Start - 2390 West Highway 56 Suite #1 - Cedar City - UT - 84720-4151 - 2390 West Highway 56, Suite #1 - - Cedar City - UT - 84720-2476 - Mr. - F213977 - L213977 - - Chairman of the Board of Trustees to Southern Utah Univ. - 213977@hsesinfo.org - Mr. - F213978 - L213978 - - - 213978@hsesinfo.org - Mr. - F213980 - L213980 - - 213980@hsesinfo.org - Mr. - F213976 - L213976 - - 213976@hsesinfo.org - 555-555-3976 - - - 9239 - 1314 - 11516 - 200 - 2013 - 2018-12-01 - - EHS - Active - LITTLE DIXIE COMMUNITY ACTION AGENCY, INC - http://www.littledixie.org - 1314@hsesinfo.org - 104 N E Street - - Hugo - OK - 74743 - 209 North 4th Street - - Hugo - OK - 74743-3809 - 209 North 4th Street - - Hugo - OK - 74743-3809 - Mr. - F213214 - L213214 - - Governing Board Chairman - 213214@hsesinfo.org - Mrs. - F213215 - L213215 - - Executive Director Little Dixie CAA, Inc. - 213215@hsesinfo.org - Ms. - F213217 - L213217 - - 213217@hsesinfo.org - Ms. - F213213 - L213213 - - 213213@hsesinfo.org - 555-555-3213 - - - 6103 - 1525 - 9754 - 000 - 1999 - 2015-03-01 - 2020-06-30 - HS - Inactive - Southeastern Vermont Coummunity Action (SEVCA) - http://www.sevca.org - 1525@hsesinfo.org - 91 Buck Dr - - Westminster - VT - 05158-9617 - 107 Park St - Ste 1 - Springfield - VT - 05156-3070 - 107 Park St - Ste 1 - Springfield - VT - 05156-3070 - Mr. - F108396 - L108396 - - Board President - 108396@hsesinfo.org - Mr. - F108395 - L108395 - - Executive Director - 108395@hsesinfo.org - Mr. - F108394 - L108394 - - 108394@hsesinfo.org - Mrs. - F108391 - L108391 - - 108391@hsesinfo.org - 555-555-8391 x 5555 - - - 9638 - 8858 - 11811 - 200 - 2019 - 2019-06-01 - - EHS - Active - CDI HS/West Missouri, MO - www.cdiheadstart.org - 8858@hsesinfo.org - 1701 N 2nd St - Ste 7 - Clinton - MO - 64735-3201 - PO Box 422 - - Clinton - MO - 64735-0422 - 1701 N 2nd St - Ste 7 - Clinton - MO - 64735-3201 - Mr. - F215905 - L215905 - - Chief Executive Officer - 215905@hsesinfo.org - Ms. - F215903 - L215903 - - Executive Director - 215903@hsesinfo.org - - F215906 - L215906 - - 215906@hsesinfo.org - Ms. - F215902 - L215902 - - 215902@hsesinfo.org - 555-555-5902 - - - 8525 - 8405 - 10934 - 200 - 2017 - 2017-03-01 - - EHS - Active - Edward C. Mazique Parent Child Center, Inc. - http://www.ecmpcc.org - 8405@hsesinfo.org - 1719 13th Street, NW - - Washington - DC - 20009-4304 - 1719 13th Street, NW - - Washington - DC - 20009-4304 - 1719 13th Street, NW - - Washington - DC - 20009-4304 - Dr. - F208403 - L208403 - - Board Chairman - 208403@hsesinfo.org - Ms. - F208404 - L208404 - M.Ed - - 208404@hsesinfo.org - Mrs. - F208406 - L208406 - - 208406@hsesinfo.org - Ms. - F208402 - L208402 - M.Ed - 208402@hsesinfo.org - 555-555-8402 x 5555 - - - 5067 - 558 - 8977 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Blue Ridge Opportunity Commission, Inc. - brocinc.com - 558@hsesinfo.org - 710 Veterans Dr - - North Wilkesboro - NC - 28659-4555 - 710 Veterans Dr - - North Wilkesboro - NC - 28659-4555 - 710 Veterans Dr - - North Wilkesboro - NC - 28659-4555 - Mr. - F51579 - L51579 - - Board Chair - 51579@hsesinfo.org - Mrs. - F51578 - L51578 - - Executive Director - 51578@hsesinfo.org - Ms. - F51577 - L51577 - - 51577@hsesinfo.org - Mrs. - F51576 - L51576 - - 51576@hsesinfo.org - 555-555-1576 - - - 8752 - 8610 - 11125 - 027 - 2017 - 2017-08-01 - - HS - Active - Municipality of San Sebastian - - 8610@hsesinfo.org - 220 Calle Ruiz Belvis - Head Start Project - San Sebastian - PR - 00685-2334 - 220 Calle Ruiz Belvis - Head Start Project - San Sebastian - PR - 00685-2334 - 220 Calle Ruiz Belvis - Head Start Project - San Sebastian - PR - 00685-2334 - Miss - F209734 - L209734 - - GOVERTMENT PRESIDENT - 209734@hsesinfo.org - Mr. - F209735 - L209735 - - MAYOR - 209735@hsesinfo.org - - F209737 - L209737 - - 209737@hsesinfo.org - Miss - F209733 - L209733 - - 209733@hsesinfo.org - 555-555-9733 - - - 9629 - 2167 - 11806 - 000 - 2013 - 2019-05-01 - - HS - Active - Fauquier Community Action Committee, Inc. - - 2167@hsesinfo.org - 430 E Shirley Ave - Bldg C - Warrenton - VA - 20186-3725 - P.O. Box 22 - - Warrenton - VA - 20186 - 430 E Shirley Ave - Bldg C - Warrenton - VA - 20186-3725 - Mrs. - F215848 - L215848 - - FCAC,Inc. Board Chair - 215848@hsesinfo.org - Ms. - F215849 - L215849 - - Executive Director of Head Start program - 215849@hsesinfo.org - Mrs. - F215851 - L215851 - - 215851@hsesinfo.org - Ms. - F215847 - L215847 - - 215847@hsesinfo.org - 555-555-5847 x 5555 - - - 5075 - 926 - 8997 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Chambers-Tallapoosa-Coosa Community Action Agency - cacctc.com - 926@hsesinfo.org - 170 South Broadnax Street - - Dadeville - AL - 36853-1704 - 170 South Broadnax Street - - Dadeville - AL - 36853-1704 - 170 South Broadnax Street - - Dadeville - AL - 36853-1704 - Mr. - F51622 - L51622 - - Board Chairman - 51622@hsesinfo.org - Mr. - F51621 - L51621 - - - 51621@hsesinfo.org - Ms. - F51619 - L51619 - - 51619@hsesinfo.org - Ms. - F51618 - L51618 - - 51618@hsesinfo.org - 555-555-1618 x 5555 - - - 10497 - 6265 - 12486 - 200 - - 2019-09-01 - - Migrant EHS - Active - CHICANOS POR LA CAUSA, INC - http://www.cplc.org - 6265@hsesinfo.org - 1242 E Washington St - Ste 200 - Phoenix - AZ - 85034-1171 - 1242 E Washington St - Ste 200 - Phoenix - AZ - 85034-1171 - 1242 E Washington St - Ste 200 - Phoenix - AZ - 85034-1171 - Mr. - F221820 - L221820 - - CPLC Board of Directors Chair - 221820@hsesinfo.org - Mr. - F221821 - L221821 - - President and Chief Executive Officer (CEO) - 221821@hsesinfo.org - Ms. - F221823 - L221823 - - 221823@hsesinfo.org - Ms. - F221819 - L221819 - - 221819@hsesinfo.org - 555-555-1819 x 5555 - - - 8211 - 2813 - 10631 - 200 - 2011 - 2016-07-01 - - EHS - Active - OAKLAND/LIVINGSTON HUMAN SERVICES AGENCY - www.olhsa.org - 2813@hsesinfo.org - 196 Cesar E Chavez Ave - Fl 1 - Pontiac - MI - 48342-1082 - 196 Cesar E Chavez Ave - Fl 1 - Pontiac - MI - 48342-1082 - 196 Cesar E Chavez Ave - Fl 1 - Pontiac - MI - 48342-1082 - Mr. - F206592 - L206592 - - Chair - 206592@hsesinfo.org - Ms. - F206593 - L206593 - - - 206593@hsesinfo.org - Ms. - F206595 - L206595 - - 206595@hsesinfo.org - Ms. - F206591 - L206591 - - 206591@hsesinfo.org - 555-555-6591 - - - 10498 - 696 - 12488 - 000 - 1993 - 2019-09-01 - - HS - Active - West Central Community Services, Inc. - www.wccsheadstart.org - 696@hsesinfo.org - 321 E Euclid Ave - - Monmouth - IL - 61462-1312 - 321 E Euclid Ave - - Monmouth - IL - 61462-1312 - 321 E Euclid Ave - - Monmouth - IL - 61462-1312 - Mr. - F221827 - L221827 - - Board President - 221827@hsesinfo.org - Mrs. - F221828 - L221828 - - Executive/Head Start Director - 221828@hsesinfo.org - Miss - F221830 - L221830 - - 221830@hsesinfo.org - Mrs. - F221826 - L221826 - - 221826@hsesinfo.org - 555-555-1826 x 5555 - - - 6383 - 657 - 9986 - 000 - 1989 - 2015-07-01 - 2020-06-30 - HS - Inactive - Bell-Whitley Community Action Agency, Inc. - http://www.bell-whitley.org - 657@hsesinfo.org - 129 N Pine St - - Pineville - KY - 40977-1625 - 129 N Pine St - - Pineville - KY - 40977-1625 - 129 N Pine St - - Pineville - KY - 40977-1625 - Mr. - F200351 - L200351 - - Bell County Judge Executive - 200351@hsesinfo.org - Mr. - F200352 - L200352 - - Executive Director - 200352@hsesinfo.org - Mr. - F200354 - L200354 - - 200354@hsesinfo.org - Mrs. - F200350 - L200350 - - 200350@hsesinfo.org - 555-555-0350 x 5555 - - - 8303 - 1351 - 10667 - 000 - 1992 - 2016-07-01 - - HS - Active - El Grito, Inc. - El Grito Head Start - elgritosc.org - 1351@hsesinfo.org - 303 S Cooper St - - Silver City - NM - 88061-4828 - PO Box 2137 - - Silver City - NM - 88062-2137 - 303 S Cooper St - - Silver City - NM - 88061-4828 - Ms. - F207261 - L207261 - - Board President - 207261@hsesinfo.org - Mrs. - F207262 - L207262 - - Executive Director - 207262@hsesinfo.org - Ms. - F207264 - L207264 - - 207264@hsesinfo.org - Mrs. - F207260 - L207260 - - 207260@hsesinfo.org - 555-555-7260 - - - 8505 - 8385 - 10912 - 200 - 2017 - 2017-03-01 - - EHS - Active - BLACK RIVER AREA DEVELOPMENT CORPORATION - www.bradkids.com - 8385@hsesinfo.org - 1403 Hospital Drive - - Pocahontas - AR - 72455-3847 - 1403 Hospital Drive - - Pocahontas - AR - 72455-3847 - 1403 Hospital Drive - - Pocahontas - AR - 72455-3847 - Mrs. - F208262 - L208262 - - Board of Directors Chairperson - 208262@hsesinfo.org - Mrs. - F208263 - L208263 - - Executive Director - 208263@hsesinfo.org - Mrs. - F208265 - L208265 - - 208265@hsesinfo.org - Mrs. - F208261 - L208261 - - 208261@hsesinfo.org - 555-555-8261 - - - 8498 - 8378 - 10906 - 200 - 2017 - 2017-03-01 - - EHS - Active - Quintana Baptist Church Head Start Program - - 8378@hsesinfo.org - Edificio Caribe Plaza 1579 Ave Ponce De Leon - - San Juan - PR - 00920 - Ave Paz Granela - PMB 473 Suite 2 - San Juan - PR - 00927 - Edificio Caribe Plaza 1579 Ave Ponce De Leon - - San Juan - PR - 00920 - Mr. - F208213 - L208213 - - Acting Board President - 208213@hsesinfo.org - Mrs. - F208214 - L208214 - - Executive Director - 208214@hsesinfo.org - Mrs. - F208216 - L208216 - - 208216@hsesinfo.org - Mrs. - F208212 - L208212 - - 208212@hsesinfo.org - 555-555-8212 - - - 4978 - 4984 - 8950 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - The Children's Home Society of New Jersey - www.chsofnj.org - 4984@hsesinfo.org - 635 South Clinton Avenue - - Trenton - NJ - 08611-1831 - 635 South Clinton Avenue - - Trenton - NJ - 08611-1831 - 635 South Clinton Avenue - - Trenton - NJ - 08611-1831 - Mr. - F49002 - L49002 - - Board Chairperson - 49002@hsesinfo.org - Ms. - F49003 - L49003 - - CEO/President - 49003@hsesinfo.org - Mr. - F49005 - L49005 - - 49005@hsesinfo.org - Mr. - F49001 - L49001 - - 49001@hsesinfo.org - 555-555-9001 x 5555 - - - 5337 - 2950 - 8922 - 200 - 2014 - 2014-08-01 - 2019-07-31 - EHS - Inactive - CCS Early Learning - http://www.ccsalaska.org - 2950@hsesinfo.org - 2060 E Industrial Dr - - Wasilla - AK - 99654-8201 - 2060 E Industrial Dr - - Wasilla - AK - 99654-8201 - 2060 E Industrial Dr - - Wasilla - AK - 99654-8201 - Ms. - F54263 - L54263 - - Board President - 54263@hsesinfo.org - Mr. - F54261 - L54261 - - Executive Director - 54261@hsesinfo.org - Ms. - F54260 - L54260 - - 54260@hsesinfo.org - Mr. - F54259 - L54259 - - 54259@hsesinfo.org - 555-555-4259 - - - 6349 - 2798 - 10015 - 200 - 2011 - 2015-07-01 - 2020-06-30 - EHS - Inactive - LEO EARLY HEAD START - leoinc.org - 2798@hsesinfo.org - 156 Broad St - - Lynn - MA - 01901-1603 - 156 Broad St - - Lynn - MA - 01901-1603 - 156 Broad St - - Lynn - MA - 01901-1603 - Mr. - F200113 - L200113 - - President, LEO Board of Directors - 200113@hsesinfo.org - Mrs. - F200114 - L200114 - - Chief Operation Officer - 200114@hsesinfo.org - Ms. - F200116 - L200116 - - 200116@hsesinfo.org - Mrs. - F200112 - L200112 - - 200112@hsesinfo.org - 555-555-0112 - - - 4644 - 2171 - 8630 - 000 - 2014 - 2014-03-01 - 2019-06-30 - HS - Inactive - Montgomery Community Action Committee & CDC, Inc. Head Start - 1062 Adams Avenue - 2171@hsesinfo.org - 1062 Adams Ave - - Montgomery - AL - 36104-4424 - 1062 Adams Ave - - Montgomery - AL - 36104-4424 - 1062 Adams Ave - - Montgomery - AL - 36104-4424 - Ms. - F44504 - L44504 - - Board Chairperson - 44504@hsesinfo.org - Mr. - F44507 - L44507 - - CEO - 44507@hsesinfo.org - Ms. - F44503 - L44503 - - 44503@hsesinfo.org - Mr. - F44502 - L44502 - - 44502@hsesinfo.org - 555-555-4502 - - - 8559 - 8439 - 10965 - 201 - 2017 - 2017-03-01 - - EHS - Active - Acelero Learning Wisconsin, Inc. (Milwaukee County) - http://alwi.acelero.net - 8439@hsesinfo.org - 7833 West Capitol Drive - - Milwaukee - WI - 53222 - 7833 West Capitol Drive - - Milwaukee - WI - 53222 - 7833 West Capitol Drive - - Milwaukee - WI - 53222 - Dr. - F208640 - L208640 - - - 208640@hsesinfo.org - Mr. - F208641 - L208641 - - - 208641@hsesinfo.org - Ms. - F208643 - L208643 - - 208643@hsesinfo.org - Ms. - F208639 - L208639 - - 208639@hsesinfo.org - 555-555-8639 - - - 9322 - 2033 - 11575 - 000 - 2014 - 2019-02-01 - - HS - Active - UNITED ACADEMY HEAD START - None - 2033@hsesinfo.org - 722 Wythe Avenue - - Brooklyn - NY - 11249-7532 - 722 Wythe Avenue - - Brooklyn - NY - 11249-7532 - 722 Wythe Avenue - - Brooklyn - NY - 11249-7532 - Mr. - F213791 - L213791 - - Chairman - 213791@hsesinfo.org - Mr. - F213792 - L213792 - - - 213792@hsesinfo.org - Mrs. - F213794 - L213794 - - 213794@hsesinfo.org - Mr. - F213790 - L213790 - - 213790@hsesinfo.org - 555-555-3790 x 5555 - - - 9324 - 603 - 11577 - 200 - 2014 - 2019-02-01 - - EHS - Active - INSTITUTE OF COMMUNITY SERVICES, INC - http://www.ics-hs.org - 603@hsesinfo.org - 160 West Valley Avenue - - Holly Springs - MS - 38635-0160 - P. O. Box 160 - - Holly Springs - MS - 38635-0160 - 160 West Valley Avenue - - Holly Springs - MS - 38635-0160 - Mr. - F213805 - L213805 - - Board Chair - 213805@hsesinfo.org - Mrs. - F213806 - L213806 - - Executive Director - 213806@hsesinfo.org - Mrs. - F213808 - L213808 - - 213808@hsesinfo.org - Ms. - F213804 - L213804 - - 213804@hsesinfo.org - 555-555-3804 x 5555 - - - 8040 - 1150 - 10544 - 000 - 1992 - 2016-04-01 - - AIAN HS - Active - Zaasijiwan Head Start - https://www.ldftribe.com/departments/88/Education_Center/Zaasijiwan_Head_Start.html - 1150@hsesinfo.org - 2899 State Highway 47 S - - Lac Du Flambeau - WI - 54538-9769 - PO Box 67 - - Lac Du Flambeau - WI - 54538-0067 - 2899 State Highway 47 S - - Lac Du Flambeau - WI - 54538-9769 - Mr. - F205473 - L205473 - Sr. - President - 205473@hsesinfo.org - Mr. - F205474 - L205474 - Sr. - Interim Administrator - 205474@hsesinfo.org - Ms. - F205476 - L205476 - - 205476@hsesinfo.org - Ms. - F205472 - L205472 - - 205472@hsesinfo.org - 555-555-5472 - - - 10682 - 449 - 12692 - 000 - 2014 - 2019-11-01 - - HS - Active - Chelan-Douglas Child Services Association - www.cdcsa.com - 449@hsesinfo.org - 1305 Kittitas Street - - Wenatchee - WA - 98801 - P.O. Box 360 - - Wenatchee - WA - 98807-0360 - 1305 Kittitas - - Wenatchee - WA - 98801 - Pastor - F223107 - L223107 - - Pastor - 223107@hsesinfo.org - Ms. - F223108 - L223108 - - - 223108@hsesinfo.org - Ms. - F223110 - L223110 - - 223110@hsesinfo.org - Ms. - F223106 - L223106 - - 223106@hsesinfo.org - 555-555-3106 x 5555 - - - 10683 - 450 - 12692 - 200 - 2014 - 2019-11-01 - - EHS - Active - Chelan-Douglas Child Services Association - www.cdcsa.com - 450@hsesinfo.org - 1305 Kittitas - - Wenatchee - WA - 98801 - P.O. Box 360 - - Wenatchee - WA - 98807-0360 - 1305 Kittitas - - Wenatchee - WA - 98801 - Pastor - F223114 - L223114 - - Pastor - 223114@hsesinfo.org - Ms. - F223115 - L223115 - - - 223115@hsesinfo.org - Ms. - F223117 - L223117 - - 223117@hsesinfo.org - Ms. - F223113 - L223113 - - 223113@hsesinfo.org - 555-555-3113 x 5555 - - - 5063 - 894 - 8976 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - BOYD COUNTY BOARD OF EDUCATION - http://www.boyd.kyschools.us/eclc/index.htm - 894@hsesinfo.org - 12307 Midland Trail Rd - - Ashland - KY - 41102-9639 - 12307 Midland Trail Rd - - Ashland - KY - 41102-9639 - 12307 Midland Trail Rd - - Ashland - KY - 41102-9639 - Mrs. - F51573 - L51573 - - Board of Education Chairperson - 51573@hsesinfo.org - Mr. - F51571 - L51571 - Jr. - Superintendent - 51571@hsesinfo.org - Mr. - F51570 - L51570 - - 51570@hsesinfo.org - Ms. - F51569 - L51569 - - 51569@hsesinfo.org - 555-555-1569 - - - 9048 - 522 - 11380 - 000 - 2013 - 2018-08-01 - - HS - Active - Nicholas Community Action Association., Inc. - www.ncapwv.info - 522@hsesinfo.org - 1205 Broad Street - - Summersville - WV - 26651-1805 - 1205 Broad Street - - Summersville - WV - 26651-1805 - 1205 Broad Street - - Summersville - WV - 26651-1805 - Mrs. - F211888 - L211888 - - Board Chair - 211888@hsesinfo.org - Mrs. - F211889 - L211889 - - - 211889@hsesinfo.org - - F211891 - L211891 - - 211891@hsesinfo.org - Mrs. - F211887 - L211887 - - 211887@hsesinfo.org - 555-555-1887 x 5555 - - - 4831 - 782 - 8777 - 000 - 1992 - 2014-05-01 - 2019-06-30 - HS - Inactive - Economic Opportunities Advancement Corporation of Planning Region XI - www.eoacwaco.org - 782@hsesinfo.org - 500 Franklin Avenue - - Waco - TX - 76701-2111 - 500 Franklin Avenue - - Waco - TX - 76701-2111 - 500 Franklin Avenue - - Waco - TX - 76701-2111 - Mr. - F47210 - L47210 - - EOAC Board President - 47210@hsesinfo.org - Mrs. - F47208 - L47208 - - EOAC Interim Executive Director - 47208@hsesinfo.org - Ms. - F47207 - L47207 - - 47207@hsesinfo.org - Ms. - F47206 - L47206 - - 47206@hsesinfo.org - 555-555-7206 x 5555 - - - 4832 - 781 - 8777 - 200 - 2014 - 2014-05-01 - 2019-06-30 - EHS - Inactive - Economic Opportunities Advancement Corporation of Planning Region XI - www.eoacwaco.org - 781@hsesinfo.org - 500 Franklin Avenue - - Waco - TX - 76701-2111 - 500 Franklin Avenue - - Waco - TX - 76701-2111 - 500 Franklin Avenue - - Waco - TX - 76701-2111 - Mr. - F47217 - L47217 - - EOAC Board President - 47217@hsesinfo.org - Mrs. - F47215 - L47215 - - EOAC Interim Executive Director - 47215@hsesinfo.org - Mrs. - F47214 - L47214 - - 47214@hsesinfo.org - Ms. - F47213 - L47213 - - 47213@hsesinfo.org - 555-555-7213 x 5555 - - - 6841 - 4025 - 10316 - 005 - - 2015-08-01 - - HS - Active - KIDCO Creative Learning Inc - - 4025@hsesinfo.org - 761 E Okeechobee Rd - - Hialeah - FL - 33010-5645 - 761 E Okeechobee Rd - - Hialeah - FL - 33010-5645 - 761 E Okeechobee Rd - - Hialeah - FL - 33010-5645 - Ms. - F203562 - L203562 - - Board Chairman - 203562@hsesinfo.org - Ms. - F203563 - L203563 - - CEO - 203563@hsesinfo.org - Ms. - F203565 - L203565 - - 203565@hsesinfo.org - Ms. - F203561 - L203561 - - 203561@hsesinfo.org - 555-555-3561 x 5555 - - - 5604 - 1291 - 9222 - 000 - 1991 - 2014-12-01 - - HS - Active - MID-COLUMBIA CHILDREN'S COUNCIL, INC - http://www.mcccheadstart.org - 1291@hsesinfo.org - 1100 East Marina Way, Suite 215 - - Hood River - OR - 97031-2353 - 1100 East Marina Way, Suite 215 - - Hood River - OR - 97031-2353 - 1100 East Marina Way, Suite 215 - - Hood River - OR - 97031-2353 - Ms. - F101177 - L101177 - - Board Chair - 101177@hsesinfo.org - Mr. - F101174 - L101174 - - Chief Executive Officer - 101174@hsesinfo.org - Ms. - F101173 - L101173 - - 101173@hsesinfo.org - Dr. - F101172 - L101172 - - 101172@hsesinfo.org - 555-555-1172 x 5555 - - - 9036 - 1406 - 11374 - 000 - 2013 - 2018-09-01 - - HS - Active - DURANGO 4-C COUNCIL - www.tchs4c.org - 1406@hsesinfo.org - 1315 Main Ave - Ste 124 - Durango - CO - 81301-5153 - PO Box 259 - - Durango - CO - 81302-0259 - 1315 Main Ave - Ste 124 - Durango - CO - 81301-5153 - Mr. - F211788 - L211788 - - Board Chairman - 211788@hsesinfo.org - Ms. - F211789 - L211789 - - Executive Director - 211789@hsesinfo.org - Mr. - F211791 - L211791 - - 211791@hsesinfo.org - Ms. - F211787 - L211787 - - 211787@hsesinfo.org - 555-555-1787 - - - 9215 - 1052 - 11500 - 200 - 2013 - 2018-12-01 - - EHS - Active - Southeastern North Dakota Community Action Agency - http://www.sendcaa.org - 1052@hsesinfo.org - 3600 15 St S - - Fargo - ND - 58104-6221 - 3233 South University Drive - - Fargo - ND - 58104-6221 - 3233 South University Drive - - Fargo - ND - 58104-6221 - Mr. - F213045 - L213045 - - SENDCAA Board Chairperson - 213045@hsesinfo.org - Mr. - F213046 - L213046 - - - 213046@hsesinfo.org - Ms. - F213048 - L213048 - - 213048@hsesinfo.org - Ms. - F213044 - L213044 - - 213044@hsesinfo.org - 555-555-3044 x 5555 - - - 9299 - 840 - 11558 - 000 - 2013 - 2019-01-01 - - HS - Active - Southern Seven Health Department - http://www.southern7.org - 840@hsesinfo.org - 37 Rustic Campus Drive - - Ullin - IL - 62992-2226 - 37 Rustic Campus Drive - - Ullin - IL - 62992-2226 - 37 Rustic Campus Drive - - Ullin - IL - 62992-2226 - Dr. - F213631 - L213631 - - Board President - 213631@hsesinfo.org - Mrs. - F213632 - L213632 - - - 213632@hsesinfo.org - Mrs. - F213634 - L213634 - - 213634@hsesinfo.org - Mrs. - F213630 - L213630 - - 213630@hsesinfo.org - 555-555-3630 - - - 4827 - 1970 - 8624 - 000 - 2014 - 2014-05-01 - 2019-06-30 - HS - Inactive - Community Action of Southeastern West Virginia - http://www.casewv.org - 1970@hsesinfo.org - 355 Bluefield Ave - - Bluefield - WV - 24701-2883 - 355 Bluefield Ave - - Bluefield - WV - 24701-2883 - 355 Bluefield Ave - - Bluefield - WV - 24701-2883 - Ms. - F47165 - L47165 - - CASEWV Board of Directors Chairperson - 47165@hsesinfo.org - Ms. - F47167 - L47167 - - CASEWV Executive Director - 47167@hsesinfo.org - Mr. - F47164 - L47164 - - 47164@hsesinfo.org - Mr. - F47162 - L47162 - - 47162@hsesinfo.org - 555-555-7162 - - - 4777 - 1725 - 8575 - 000 - 2014 - 2014-04-01 - 2019-03-31 - HS - Inactive - Community Services for Children, Inc. - http://www.cscinc.org - 1725@hsesinfo.org - 1520 Hanover Avenue - - Allentown - PA - 18109-2360 - 1520 Hanover Avenue - - Allentown - PA - 18109-2360 - 1520 Hanover Avenue - - Allentown - PA - 18109-2360 - Mr. - F46511 - L46511 - - Chairperson, Board of Directors - 46511@hsesinfo.org - Mrs. - F46514 - L46514 - - CEO/President - 46514@hsesinfo.org - Ms. - F46512 - L46512 - - 46512@hsesinfo.org - Mrs. - F46509 - L46509 - - 46509@hsesinfo.org - 555-555-6509 x 5555 - - - 11470 - 2252 - 13303 - 000 - 1992 - 2020-07-01 - - HS - Active - Economic Opportunity Commission of Nassau County, - http://www.eoc-nassau.org - 2252@hsesinfo.org - 134 Jackson St - - Hempstead - NY - 11550-2413 - 134 Jackson St - - Hempstead - NY - 11550-2413 - 134 Jackson St - - Hempstead - NY - 11550-2413 - Mr. - F228316 - L228316 - - Board Chairperson - 228316@hsesinfo.org - Ms. - F228317 - L228317 - - Chief Executive Officer - 228317@hsesinfo.org - Mr. - F228319 - L228319 - - 228319@hsesinfo.org - Rev. - F228315 - L228315 - - 228315@hsesinfo.org - 555-555-8315 x 5555 - - - 8502 - 8382 - 10911 - 200 - 2017 - 2017-03-01 - - EHS - Active - Acelero, Inc. - www.acelero.net - 8382@hsesinfo.org - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - Mr. - F208241 - L208241 - - Chairman of the Board - 208241@hsesinfo.org - Mr. - F208242 - L208242 - - COO/Head Start Director - 208242@hsesinfo.org - Ms. - F208244 - L208244 - - 208244@hsesinfo.org - Dr. - F208240 - L208240 - - 208240@hsesinfo.org - 555-555-8240 - - - 11471 - 1969 - 13302 - 200 - 2002 - 2020-07-01 - - EHS - Active - North Texas Parent & Child Development, Inc - www.wfearlyheadstart.org - 1969@hsesinfo.org - 500 Flood Street - - Wichita Falls - TX - 76301-2838 - 500 Flood Street - - Wichita Falls - TX - 76301-2838 - 500 Flood Street - - Wichita Falls - TX - 76301-2838 - Ms. - F228323 - L228323 - - President - 228323@hsesinfo.org - Ms. - F228324 - L228324 - - Vice-President - 228324@hsesinfo.org - Mrs. - F228326 - L228326 - - 228326@hsesinfo.org - Mr. - F228322 - L228322 - - 228322@hsesinfo.org - 555-555-8322 - - - 4702 - 3917 - 8684 - 030 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - New Life Child Development Center, Inc.-Early Lear - - 3917@hsesinfo.org - 295 Woodbine St - - Brooklyn - NY - 11237-5914 - 295 Woodbine St - - Brooklyn - NY - 11237-5914 - 295 Woodbine St - - Brooklyn - NY - 11237-5914 - Ms. - F45664 - L45664 - - Chairperson - 45664@hsesinfo.org - Mrs. - F45662 - L45662 - - - 45662@hsesinfo.org - Mrs. - F45661 - L45661 - - 45661@hsesinfo.org - Ms. - F45660 - L45660 - - 45660@hsesinfo.org - 555-555-5660 - - - 10584 - 6891 - 12573 - 203 - - 2019-09-01 - - EHS - Active - Talbot County Health Department - www.maryland.gov/talbotcounty - 6891@hsesinfo.org - 215 Bay Street, Suite 1 - - Easton - MD - 21601-2631 - 215 Bay Street, Suite 1 - - Easton - MD - 21601-2631 - 100 S Hanson St - - Easton - MD - 21601-2920 - Mr. - F222426 - L222426 - - Board Chair - 222426@hsesinfo.org - Dr. - F222427 - L222427 - - Chief Health Officer - 222427@hsesinfo.org - Ms. - F222429 - L222429 - - 222429@hsesinfo.org - Ms. - F222425 - L222425 - - 222425@hsesinfo.org - 555-555-2425 - - - 9977 - 5999 - 12092 - 203 - - 2019-07-01 - - EHS - Active - Housing Authority of Baltimore City - www.habc.org - 5999@hsesinfo.org - 2707 Sethlow Rd - - Baltimore - MD - 21225-1308 - 2707 Sethlow Rd - - Baltimore - MD - 21225-1308 - 709 E Eager St - - Baltimore - MD - 21202-4234 - Mr. - F218232 - L218232 - - Board Chair - 218232@hsesinfo.org - Ms. - F218233 - L218233 - - - 218233@hsesinfo.org - Ms. - F218235 - L218235 - - 218235@hsesinfo.org - Ms. - F218231 - L218231 - - 218231@hsesinfo.org - 555-555-8231 - - - 11469 - 259 - 13299 - 200 - 2014 - 2020-07-01 - - EHS - Active - East Orange Child Development Corporation - - 259@hsesinfo.org - 682 Park Ave - - East Orange - NJ - 07017-1503 - 682 Park Ave - - East Orange - NJ - 07017-1503 - 682 Park Ave - - East Orange - NJ - 07017-1503 - Mr. - F228309 - L228309 - - Board Chairman - 228309@hsesinfo.org - Mrs. - F228310 - L228310 - - CEO/Executive Director - 228310@hsesinfo.org - Ms. - F228312 - L228312 - - 228312@hsesinfo.org - Mrs. - F228308 - L228308 - - 228308@hsesinfo.org - 555-555-8308 x 5555 - - - 9979 - 6001 - 12094 - 205 - - 2019-07-01 - - EHS - Active - Goodwill Industries of the Chesapeake - www.goodwillches.org - 6001@hsesinfo.org - 829 Montpelier St - - Baltimore - MD - 21218-3542 - 829 Montpelier St - - Baltimore - MD - 21218-3542 - 222 E Redwood St - - Baltimore - MD - 21202-3312 - Mr. - F218246 - L218246 - - Board Chair - 218246@hsesinfo.org - Mrs. - F218247 - L218247 - - - 218247@hsesinfo.org - Ms. - F218249 - L218249 - - 218249@hsesinfo.org - Ms. - F218245 - L218245 - - 218245@hsesinfo.org - 555-555-8245 x 5555 - - - 6081 - 6088 - 9791 - 200 - - 2015-03-01 - 2020-08-31 - EHS - Inactive - Lancaster County First Steps to School Readiness Partnership - www.lancastercountyfirststeps.org - 6088@hsesinfo.org - 121 S Wylie Street - - Lancaster - SC - 29720-2348 - 121 S Wylie Street - - Lancaster - SC - 29720-2348 - 121 S Wylie Street - - Lancaster - SC - 29720-2348 - Dr. - F107530 - L107530 - - Chairman, Lancaster County First Steps Board - 107530@hsesinfo.org - Mrs. - F107531 - L107531 - - First Steps Executive Director - 107531@hsesinfo.org - Ms. - F107533 - L107533 - - 107533@hsesinfo.org - Ms. - F107529 - L107529 - - 107529@hsesinfo.org - 555-555-7529 - - - 9088 - 3158 - 11406 - 000 - 2013 - 2018-09-01 - - HS - Active - WILLIAMSTOWN BOARD OF EDUCATION - www.williamstown.kyschools.us - 3158@hsesinfo.org - 300 Helton St - - Williamstown - KY - 41097-9505 - 300 Helton St - - Williamstown - KY - 41097-9505 - 300 Helton St - - Williamstown - KY - 41097-9505 - Mr. - F212197 - L212197 - - Board of Education Chair - 212197@hsesinfo.org - Mrs. - F212198 - L212198 - - Superintendent - 212198@hsesinfo.org - Mrs. - F212200 - L212200 - - 212200@hsesinfo.org - Mrs. - F212196 - L212196 - - 212196@hsesinfo.org - 555-555-2196 - - - 8924 - 1993 - 11282 - 200 - 2001 - 2018-07-01 - - EHS - Active - Orange County Board of Education - www.ocss-va.org - 1993@hsesinfo.org - 200 Dailey Drive - - Orange - VA - 22960-1864 - 200 Dailey Drive - - Orange - VA - 22960-1864 - 200 Dailey Drive - - Orange - VA - 22960-1864 - Ms. - F210990 - L210990 - - Board Chair - 210990@hsesinfo.org - Dr. - F210991 - L210991 - II - Superintendent OCPS - 210991@hsesinfo.org - Mr. - F210993 - L210993 - - 210993@hsesinfo.org - Ms. - F210989 - L210989 - - 210989@hsesinfo.org - 555-555-0989 x 5555 - - - 8574 - 8453 - 10974 - 200 - 2017 - 2017-03-01 - - EHS - Active - Los Angeles Universal Preschool - www.child360.org - 8453@hsesinfo.org - 515 S Figueroa St - Ste 900 - Los Angeles - CA - 90071-3309 - 515 S Figueroa St - Ste 900 - Los Angeles - CA - 90071-3309 - 515 S Figueroa St - Ste 900 - Los Angeles - CA - 90071-3309 - Ms. - F208741 - L208741 - - Board Chair - 208741@hsesinfo.org - Mr. - F208742 - L208742 - - CEO - 208742@hsesinfo.org - Ms. - F208744 - L208744 - - 208744@hsesinfo.org - Ms. - F208740 - L208740 - - 208740@hsesinfo.org - 555-555-8740 - - - 6899 - 1526 - 10388 - 000 - 1999 - 2015-11-01 - 2020-10-31 - HS - Inactive - YMCA/Early Childhood Development Co, LLC - ymcaatlanta.org/early-learning - 1526@hsesinfo.org - 569 Martin Luther King Jr Dr NW - - Atlanta - GA - 30314-4164 - 569 Martin Luther King Jr Dr NW - - Atlanta - GA - 30314-4164 - 569 Martin Luther King Jr Dr NW - - Atlanta - GA - 30314-4164 - Ms. - F203954 - L203954 - - YMCA Board Chair - 203954@hsesinfo.org - Mrs. - F203955 - L203955 - - President and CEO - 203955@hsesinfo.org - Ms. - F203957 - L203957 - - 203957@hsesinfo.org - Mrs. - F203953 - L203953 - - 203953@hsesinfo.org - 555-555-3953 - - - 5560 - 2464 - 9262 - 000 - 2014 - 2014-11-01 - 2020-10-31 - AIAN HS - Inactive - Tolowa Dee-Ni Nation - http://www.tolowa-nsn.gov - 2464@hsesinfo.org - 12840 Mouth of Smith River Rd - - Smith River - CA - 95567-9451 - 12840 Mouth of Smith River Rd - - Smith River - CA - 95567-9451 - 140 Rowdy Creek Rd - - Smith River - CA - 95567 - Ms. - F99697 - L99697 - - Tolowa Dee-ni Nation Tribal Chairperson - 99697@hsesinfo.org - Mr. - F99696 - L99696 - - Tolowa Dee-ni Nation Executive Director - 99696@hsesinfo.org - Ms. - F99699 - L99699 - - 99699@hsesinfo.org - Ms. - F99695 - L99695 - - 99695@hsesinfo.org - 555-555-9695 x 5555 - - - 9183 - 385 - 11480 - 000 - 1991 - 2018-11-01 - - HS - Active - Fremont Community Schools - N/A - 385@hsesinfo.org - 1100 W Toledo St - N/A - Fremont - IN - 46737-2097 - PO Box 703 - N/A - Fremont - IN - 46737-0703 - 1100 W Toledo St - - Fremont - IN - 46737-2097 - Mr. - F212817 - L212817 - - School Board President - 212817@hsesinfo.org - Dr. - F212818 - L212818 - - Superintendent - 212818@hsesinfo.org - Ms. - F212820 - L212820 - - 212820@hsesinfo.org - Mrs. - F212816 - L212816 - - 212816@hsesinfo.org - 555-555-2816 - - - 4270 - 910 - 8311 - 000 - 1992 - 2013-08-01 - 2019-07-31 - HS - Inactive - Macon Program for Progress - http://www.mppnhc.org - 910@hsesinfo.org - 82 East Orchard View Lane - - Franklin - NC - 28734 - PO Box 700 - - Franklin - NC - 28744-0700 - 82 East Orchard View Lane - - Franklin - NC - 28734 - Mrs. - F38613 - L38613 - - MPP Board Chairman - 38613@hsesinfo.org - Mr. - F38609 - L38609 - - Executive Director - 38609@hsesinfo.org - Ms. - F38611 - L38611 - - 38611@hsesinfo.org - Mrs. - F38608 - L38608 - - 38608@hsesinfo.org - 555-555-8608 x 5555 - - - 5921 - 5928 - 9675 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Community Action Partnership of Strafford County - http://www.straffordcap.org - 5928@hsesinfo.org - 577 Central Ave - Ste 10 - Dover - NH - 03820-3424 - 577 Central Ave - Ste 10 - Dover - NH - 03820-3424 - 577 Central Ave - Ste 10 - Dover - NH - 03820-3424 - Ms. - F106020 - L106020 - - Board Chair - 106020@hsesinfo.org - Ms. - F106021 - L106021 - - Chief Executive Officer - 106021@hsesinfo.org - - F106023 - L106023 - - 106023@hsesinfo.org - Ms. - F106019 - L106019 - - 106019@hsesinfo.org - 555-555-6019 x 5555 - - - 5107 - 2027 - 8816 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - National Centers for Learning Excellence, Inc. - www.childandfamilycenters.com - 2027@hsesinfo.org - N4W22000 Bluemound Road - - Waukesha - WI - 53186-8755 - N4W22000 Bluemound Road - - Waukesha - WI - 53186-8755 - N4W22000 Bluemound Road - - Waukesha - WI - 53186-8755 - Ms. - F51860 - L51860 - - President of the Board of Directors - 51860@hsesinfo.org - Dr. - F51859 - L51859 - Ph.D. - - 51859@hsesinfo.org - Mr. - F51862 - L51862 - - 51862@hsesinfo.org - Dr. - F51858 - L51858 - Ph.D. - 51858@hsesinfo.org - 555-555-1858 - - - 4562 - 1364 - 8569 - 000 - 2013 - 2013-12-23 - 2019-06-30 - HS - Inactive - Douglass Community Services, Inc - http://www.douglassonline.org - 1364@hsesinfo.org - 711 Grand Avenue - - Hannibal - MO - 63401-3179 - 711 Grand Avenue - - Hannibal - MO - 63401-3179 - 711 Grand Avenue - - Hannibal - MO - 63401-3179 - Mr. - F43294 - L43294 - - Board President - 43294@hsesinfo.org - Ms. - F43298 - L43298 - - Executive Director - 43298@hsesinfo.org - Ms. - F43295 - L43295 - - 43295@hsesinfo.org - Ms. - F43293 - L43293 - - 43293@hsesinfo.org - 555-555-3293 x 5555 - - - 4678 - 3876 - 8660 - 006 - 2014 - 2014-02-01 - 2019-06-30 - HS - Inactive - La Peninsula Community Organization, Inc. - http://www.lapen.com - 3876@hsesinfo.org - 711 Manida St - - Bronx - NY - 10474-5807 - 711 Manida St - - Bronx - NY - 10474-5807 - 711 Manida St - - Bronx - NY - 10474-5807 - Mr. - F45497 - L45497 - Jr - Chairperson - 45497@hsesinfo.org - Ms. - F45495 - L45495 - - Executive director - 45495@hsesinfo.org - Mr. - F45494 - L45494 - - 45494@hsesinfo.org - Ms. - F45492 - L45492 - - 45492@hsesinfo.org - 555-555-5492 - - - 5336 - 1274 - 8922 - 000 - 2014 - 2014-08-01 - 2019-07-31 - HS - Inactive - CCS Early Learning - http://www.ccsalaska.org - 1274@hsesinfo.org - 2060 E Industrial Dr - - Wasilla - AK - 99654-8201 - 2060 E Industrial Dr - - Wasilla - AK - 99654-8201 - 2060 E Industrial Dr - - Wasilla - AK - 99654-8201 - Mrs. - F54257 - L54257 - - Board President - 54257@hsesinfo.org - Mr. - F54253 - L54253 - - Executive Director - 54253@hsesinfo.org - Ms. - F54256 - L54256 - - 54256@hsesinfo.org - Mr. - F54252 - L54252 - - 54252@hsesinfo.org - 555-555-4252 - - - 8771 - 8624 - 11139 - 201 - 2017 - 2017-03-01 - - EHS - Active - Acelero Learning Camden-Philadelphia, Inc. - alcp.acelero.net - 8624@hsesinfo.org - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - Ms. - F209862 - L209862 - - Board Chairman - 209862@hsesinfo.org - Mr. - F209863 - L209863 - - - 209863@hsesinfo.org - Ms. - F209865 - L209865 - - 209865@hsesinfo.org - Ms. - F209861 - L209861 - - 209861@hsesinfo.org - 555-555-9861 - - - 8530 - 8410 - 10932 - 200 - 2017 - 2017-03-01 - - EHS - Active - Mile High Montessori Early Learning Centers - www.milehighearlylearning.org - 8410@hsesinfo.org - 1799 N Pennsylvania St - Fl 4 - Denver - CO - 80203-1310 - 1799 N Pennsylvania St - Fl 4 - Denver - CO - 80203-1310 - 1799 N Pennsylvania St - Fl 4 - Denver - CO - 80203-1310 - Ms. - F208438 - L208438 - - Board Chair - 208438@hsesinfo.org - Dr. - F208439 - L208439 - - President & CEO - 208439@hsesinfo.org - Ms. - F208441 - L208441 - - 208441@hsesinfo.org - Ms. - F208437 - L208437 - - 208437@hsesinfo.org - 555-555-8437 - - - 11302 - 9291 - 13182 - 201 - 2019 - 2019-03-01 - - EHS - Active - United Planning Organization - www.upo.org - 9291@hsesinfo.org - 301 Rhode Island Ave NW - - Washington - DC - 20001-1826 - 301 Rhode Island Ave NW - - Washington - DC - 20001-1826 - 301 Rhode Island Ave NW - - Washington - DC - 20001-1826 - Mr. - F227237 - L227237 - - Board Chair - 227237@hsesinfo.org - Mr. - F227235 - L227235 - - President and CEO - 227235@hsesinfo.org - - F227238 - L227238 - - 227238@hsesinfo.org - Ms. - F227234 - L227234 - - 227234@hsesinfo.org - 555-555-7234 - - - 9348 - 1038 - 11590 - 000 - 2014 - 2019-02-01 - - HS - Active - BEAR RIVER HEAD START - http://www.brheadstart.org - 1038@hsesinfo.org - 95 West 100 South - Suite 200 - Logan - UT - 84321-5811 - 95 West 100 South - Suite 200 - Logan - UT - 84321-5811 - 95 West 100 South - Suite 200 - Logan - UT - 84321-5811 - Ms. - F213963 - L213963 - - - 213963@hsesinfo.org - Mrs. - F213964 - L213964 - - - 213964@hsesinfo.org - Mr. - F213966 - L213966 - - 213966@hsesinfo.org - Ms. - F213962 - L213962 - - 213962@hsesinfo.org - 555-555-3962 x 5555 - - - 9349 - 1039 - 11590 - 200 - 2001 - 2019-02-01 - - EHS - Active - Bear River Early Head Start - http://www.brheadstart.org - 1039@hsesinfo.org - 95 West 100 South - Suite 200 - Logan - UT - 84321-5811 - 95 West 100 South - Suite 200 - Logan - UT - 84321-5811 - 95 West 100 South - Suite 200 - Logan - UT - 84321-5811 - Ms. - F213970 - L213970 - - - 213970@hsesinfo.org - Ms. - F213971 - L213971 - - - 213971@hsesinfo.org - Mr. - F213973 - L213973 - - 213973@hsesinfo.org - Ms. - F213969 - L213969 - - 213969@hsesinfo.org - 555-555-3969 x 5555 - - - 8575 - 3056 - 10981 - 000 - 2012 - 2017-04-01 - - HS - Active - Community Action Partnership of San Luis Obispo County - 1030 Southwoord Drive - 3056@hsesinfo.org - 1030 Southwood Drive - - San Luis Obispo - CA - 93401 - 1030 Southwood Drive - - San Luis Obispo - CA - 93401 - 1030 Southwood Drive - - San Luis Obispo - CA - 93401 - Ms. - F208748 - L208748 - - CAPSLO Board President - 208748@hsesinfo.org - Mrs. - F208749 - L208749 - - - 208749@hsesinfo.org - Ms. - F208751 - L208751 - - 208751@hsesinfo.org - Mrs. - F208747 - L208747 - - 208747@hsesinfo.org - 555-555-8747 x 5555 - - - 9329 - 868 - 11582 - 200 - 2013 - 2019-02-01 - - EHS - Active - Community Action Program, Inc. of Western Indiana - http://www.capwi.org - 868@hsesinfo.org - 418 Washington St - - Covington - IN - 47932-1257 - PO Box 188 - - Covington - IN - 47932-0188 - 418 Washington St - - Covington - IN - 47932-1257 - Mr. - F213840 - L213840 - - CAP Board President - 213840@hsesinfo.org - Mrs. - F213841 - L213841 - - - 213841@hsesinfo.org - Mrs. - F213843 - L213843 - - 213843@hsesinfo.org - Mrs. - F213839 - L213839 - - 213839@hsesinfo.org - 555-555-3839 - - - 10582 - 6888 - 12571 - 201 - - 2019-09-01 - - EHS - Active - Anne Arundel Community Action Agency - www.aaceoc.com - 6888@hsesinfo.org - 6243 Shady Side Road - - Shady Side - MD - 20764-9689 - 6243 Shady Side Road - - Shady Side - MD - 20764-9689 - 251 West St - - Annapolis - MD - 21401-3427 - Ms. - F222412 - L222412 - - Board President - 222412@hsesinfo.org - Dr. - F222413 - L222413 - - Interim CEO - 222413@hsesinfo.org - Ms. - F222415 - L222415 - - 222415@hsesinfo.org - Ms. - F222411 - L222411 - - 222411@hsesinfo.org - 555-555-2411 - - - 10686 - 2331 - 12690 - 000 - 2014 - 2019-11-01 - - HS - Active - Elkhart and St. Joseph Counties Head Start Consortium - http://www.headstartesj.com - 2331@hsesinfo.org - 245 North Lombardy Drive, Suite A - - South Bend - IN - 46619-1665 - 245 North Lombardy Drive, Suite A - - South Bend - IN - 46619-1665 - 245 North Lombardy Drive, Suite A - - South Bend - IN - 46619-1665 - Mrs. - F223135 - L223135 - - Consortium Board President - 223135@hsesinfo.org - Dr. - F223136 - L223136 - - Executive Director - 223136@hsesinfo.org - Ms. - F223138 - L223138 - - 223138@hsesinfo.org - Dr. - F223134 - L223134 - - 223134@hsesinfo.org - 555-555-3134 - - - 10687 - 2812 - 12690 - 200 - 2011 - 2019-11-01 - - EHS - Active - Elkhart and St. Joseph Counties Head Start Consortium - www.headstartestj.com - 2812@hsesinfo.org - 245 North Lombardy Drive, Suite A - - South Bend - IN - 46619 - 245 North Lombardy Drive, Suite A - - South Bend - IN - 46619 - 245 North Lombardy Drive, Suite A - - South Bend - IN - 46619 - Mrs. - F223142 - L223142 - - Consortium Board President - 223142@hsesinfo.org - Dr. - F223143 - L223143 - - - 223143@hsesinfo.org - Ms. - F223145 - L223145 - - 223145@hsesinfo.org - Dr. - F223141 - L223141 - - 223141@hsesinfo.org - 555-555-3141 - - - 8961 - 2063 - 11305 - 000 - 2013 - 2018-08-01 - - HS - Active - Head Start of Yamhill County - http://www.yamhillheadstart.org - 2063@hsesinfo.org - 1006 NE 3rd St - Ste A - McMinnville - OR - 97128-4402 - PO Box 1311 - 1006 NE 3rd St Ste A - McMinnville - OR - 97128-1311 - 1006 NE 3rd St - Ste A - McMinnville - OR - 97128-4402 - Ms. - F211284 - L211284 - - Board Chair - 211284@hsesinfo.org - Ms. - F211285 - L211285 - - Executive Director - 211285@hsesinfo.org - Ms. - F211287 - L211287 - - 211287@hsesinfo.org - Ms. - F211283 - L211283 - - 211283@hsesinfo.org - 555-555-1283 x 5555 - - - 10899 - 2934 - 12863 - 200 - 2015 - 2020-01-01 - - EHS - Active - Family Building Blocks - www.familybuildingblocks.org - 2934@hsesinfo.org - 180 18th St NE - - Salem - OR - 97301-4335 - 2425 Lancaster Dr NE - - Salem - OR - 97305 - 2425 Lancaster Dr. NE - - Salem - OR - 97305 - Pres. - F224585 - L224585 - - President, Board of Directors - 224585@hsesinfo.org - Ms. - F224586 - L224586 - - FBB Executive Director - 224586@hsesinfo.org - Ms. - F224588 - L224588 - - 224588@hsesinfo.org - Ms. - F224584 - L224584 - - 224584@hsesinfo.org - 555-555-4584 - - - 9343 - 2907 - 11589 - 000 - 2013 - 2019-02-01 - - HS - Active - Yeled v'Yalda Early Childhood Center, Inc. - www.yeled.org - 2907@hsesinfo.org - 1312 38th St - - Brooklyn - NY - 11218-3612 - 1312 38th St - - Brooklyn - NY - 11218-3612 - 1312 38th St - - Brooklyn - NY - 11218-3612 - Mr. - F213928 - L213928 - - Chairperson - 213928@hsesinfo.org - Mr. - F213929 - L213929 - - - 213929@hsesinfo.org - Mrs. - F213931 - L213931 - - 213931@hsesinfo.org - Mr. - F213927 - L213927 - - 213927@hsesinfo.org - 555-555-3927 x 5555 - - - 9082 - 1690 - 11404 - 200 - 2003 - 2018-09-01 - - EHS - Active - Children's Hospital of Philadelphia - http://earlyheadstart.chop.edu - 1690@hsesinfo.org - Early Head Start at Children's Hospital of Philadelphia - Karabots' Pediatric Center - 4865 Market Street - Philadelphia - PA - 19139 - Early Head Start at Children's Hospital of Phila - Karabots' Pediatric Center - 4865 Market Street - Philadelphia - PA - 19139 - Early Head Start at Children's Hospital of Phila - Karabots' Pediatric Center - 4865 Market Street - Philadelphia - PA - 19139 - Dr. - F212155 - L212155 - - Authorizing Offical - 212155@hsesinfo.org - Mr. - F212156 - L212156 - - Sr. Director, Practice Management Services, Care Network - 212156@hsesinfo.org - Ms. - F212158 - L212158 - - 212158@hsesinfo.org - Mrs. - F212154 - L212154 - - 212154@hsesinfo.org - 555-555-2154 - - - 4889 - 903 - 8856 - 000 - 1992 - 2014-06-01 - 2019-05-31 - HS - Inactive - Community Action of Southern Kentucky, Inc. - http://www.casoky.org - 903@hsesinfo.org - 921 Beauty Ave - - Bowling Green - KY - 42101-6135 - 921 Beauty Ave - - Bowling Green - KY - 42101-6135 - 921 Beauty Ave - - Bowling Green - KY - 42101-6135 - Ms. - F48176 - L48176 - - Board Chair - 48176@hsesinfo.org - Dr. - F48175 - L48175 - - CEO/Executive Director - 48175@hsesinfo.org - Ms. - F48178 - L48178 - - 48178@hsesinfo.org - Mrs. - F48174 - L48174 - - 48174@hsesinfo.org - 555-555-8174 x 5555 - - - 9718 - 1027 - 11873 - 000 - 1992 - 2019-07-01 - - HS - Active - HUTCHINSON BOARD OF EDUCATION - http://www.usd308.com - 1027@hsesinfo.org - 330 Charles Street - - Hutchinson - KS - 67501-3905 - 330 Charles Street - - Hutchinson - KS - 67501-3905 - 1520 N Plum St - - Hutchinson - KS - 67501-5854 - Mrs. - F216447 - L216447 - - Board of Education President - 216447@hsesinfo.org - Mr. - F216448 - L216448 - - Early Learning Director for USD#308 - 216448@hsesinfo.org - Mr. - F216450 - L216450 - - 216450@hsesinfo.org - Ms. - F216446 - L216446 - - 216446@hsesinfo.org - 555-555-6446 - - - 9905 - 2569 - 12006 - 000 - 2009 - 2019-07-01 - - HS - Active - Unified School District 383 - https://www.usd383.org/schools/early-learning/early-learning-centers - 2569@hsesinfo.org - 1700 Leavenworth St - - Manhattan - KS - 66502-4143 - 1700 Leavenworth St - - Manhattan - KS - 66502-4143 - 2031 Poyntz Ave - - Manhattan - KS - 66502-3868 - Mrs. - F217745 - L217745 - - USD 383 Board of Education President - 217745@hsesinfo.org - Ms. - F217746 - L217746 - - Executive Director of Special Services - 217746@hsesinfo.org - Ms. - F217748 - L217748 - - 217748@hsesinfo.org - Mr. - F217744 - L217744 - - 217744@hsesinfo.org - 555-555-7744 x 5555 - - - 9719 - 1026 - 11873 - 200 - 2002 - 2019-07-01 - - EHS - Active - Reno County Early Head Start - http://www.usd308.com - 1026@hsesinfo.org - 518 N Washington St - - Hutchinson - KS - 67501-4819 - 518 N Washington St - - Hutchinson - KS - 67501-4819 - 1520 North Plum Street - - Hutchinson - KS - 67504 - Mrs. - F216454 - L216454 - - Board of Education President - 216454@hsesinfo.org - Mr. - F216455 - L216455 - - Early Learning Director for USD#308 - 216455@hsesinfo.org - Mr. - F216457 - L216457 - - 216457@hsesinfo.org - Ms. - F216453 - L216453 - - 216453@hsesinfo.org - 555-555-6453 - - - 10259 - 5987 - 12278 - 200 - - 2019-08-01 - - EHS - Active - Bear River Head Start - www.brheadstart.org - 5987@hsesinfo.org - 95 West 100 South - Suite 200 - Logan - UT - 84321-5811 - 95 West 100 South - Suite 200 - Logan - UT - 84321-5811 - 95 West 100 South - Suite 200 - Logan - UT - 84321-5811 - Ms. - F220156 - L220156 - - - 220156@hsesinfo.org - Ms. - F220157 - L220157 - - - 220157@hsesinfo.org - Mr. - F220159 - L220159 - - 220159@hsesinfo.org - Ms. - F220155 - L220155 - - 220155@hsesinfo.org - 555-555-0155 x 5555 - - - 6169 - 6176 - 9552 - 201 - - 2015-01-01 - - EHS - Active - Ada S. McKinley Community Services - http://www.adasmckinley.org - 6176@hsesinfo.org - 1359 W Washington Blvd - - Chicago - IL - 60607-1905 - 1359 W Washington Blvd - - Chicago - IL - 60607-1905 - 1359 W Washington Blvd - - Chicago - IL - 60607-1905 - Ms. - F108234 - L108234 - - President, Board of Directors - 108234@hsesinfo.org - Mr. - F108235 - L108235 - - Chief Executive Officer - 108235@hsesinfo.org - Ms. - F108237 - L108237 - - 108237@hsesinfo.org - Ms. - F108233 - L108233 - - 108233@hsesinfo.org - 555-555-8233 - - - 9566 - 8829 - 11779 - 200 - 2019 - 2019-04-01 - - EHS - Active - Lutheran Social Services of the South, Inc. - www.upbring.org - 8829@hsesinfo.org - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - Mr. - F215459 - L215459 - - - 215459@hsesinfo.org - Dr. - F215460 - L215460 - - VP of Education - 215460@hsesinfo.org - Mrs. - F215462 - L215462 - - 215462@hsesinfo.org - Mr. - F215458 - L215458 - - 215458@hsesinfo.org - 555-555-5458 - - - 9976 - 5997 - 12091 - 202 - - 2019-07-01 - - EHS - Active - Community Works Bon Secours Baltimore Health Systems, Inc - www.bonsecoursbaltimorefoundation.org - 5997@hsesinfo.org - 26 N Fulton Ave - - Baltimore - MD - 21223-1624 - 26 N Fulton Ave - - Baltimore - MD - 21223-1624 - 2000 W Baltimore St - - Baltimore - MD - 21223-1558 - Mr. - F218225 - L218225 - - Board Chair - 218225@hsesinfo.org - Mr. - F218226 - L218226 - - CEO - 218226@hsesinfo.org - Ms. - F218228 - L218228 - - 218228@hsesinfo.org - Mr. - F218224 - L218224 - - 218224@hsesinfo.org - 555-555-8224 - - - 9559 - 8822 - 11767 - 200 - 2019 - 2019-03-01 - - EHS - Active - Office of the State Superintendent of Education - www.osse.dc.gov - 8822@hsesinfo.org - 1050 1st St NE Fl 6 - - Washington - DC - 20002-5859 - 1050 1st St NE Fl 6 - - Washington - DC - 20002-5859 - 1050 1st St NE Fl 6 - - Washington - DC - 20002-5859 - Ms. - F215410 - L215410 - - - 215410@hsesinfo.org - Dr. - F215411 - L215411 - - - 215411@hsesinfo.org - Ms. - F215413 - L215413 - - 215413@hsesinfo.org - Dr. - F215409 - L215409 - - 215409@hsesinfo.org - 555-555-5409 - - - 9359 - 2133 - 11599 - 000 - 2014 - 2019-02-01 - - HS - Active - INTER-LAKES COMMUNITY ACTION PARTNERSHIP INC - http://www.interlakescap.com - 2133@hsesinfo.org - 111 N Van Eps Ave - - Madison - SD - 57042-2800 - PO Box 268 - - Madison - SD - 57042-0268 - 111 N Van Eps Ave - - Madison - SD - 57042-2800 - Ms. - F214046 - L214046 - - ICAP Board Chair - 214046@hsesinfo.org - Ms. - F214047 - L214047 - - - 214047@hsesinfo.org - Ms. - F214049 - L214049 - - 214049@hsesinfo.org - Ms. - F214045 - L214045 - - 214045@hsesinfo.org - 555-555-4045 - - - 9360 - 2132 - 11599 - 200 - 2014 - 2019-02-01 - - EHS - Active - INTER-LAKES COMMUNITY ACTION PARTNERSHIP INC - http://www.interlakescap.com - 2132@hsesinfo.org - 111 N Van Eps Ave - - Madison - SD - 57042-2800 - PO Box 268 - - Madison - SD - 57042-0268 - 111 N Van Eps Ave - - Madison - SD - 57042-2800 - Ms. - F214053 - L214053 - - ICAP Board Chair - 214053@hsesinfo.org - Ms. - F214054 - L214054 - - - 214054@hsesinfo.org - Ms. - F214056 - L214056 - - 214056@hsesinfo.org - Ms. - F214052 - L214052 - - 214052@hsesinfo.org - 555-555-4052 - - - 9906 - 2570 - 12006 - 200 - 2014 - 2019-07-01 - - EHS - Active - Unified School District 383 - https://www.usd383.org/schools/early-learning/home-based-services - 2570@hsesinfo.org - 1700 Leavenworth St - - Manhattan - KS - 66502-4143 - 1700 Leavenworth St - - Manhattan - KS - 66502-4143 - 2031 Poyntz Ave - - Manhattan - KS - 66502-3868 - Mrs. - F217752 - L217752 - - USD 383 Board of Education President - 217752@hsesinfo.org - Ms. - F217753 - L217753 - - Executive Director of Special Services - 217753@hsesinfo.org - Ms. - F217755 - L217755 - - 217755@hsesinfo.org - Mr. - F217751 - L217751 - - 217751@hsesinfo.org - 555-555-7751 x 5555 - - - 8628 - 2308 - 11022 - 200 - 2003 - 2017-06-01 - - AIAN EHS - Active - Council of Athabascan Tribal Governments - http://www.catg.org - 2308@hsesinfo.org - 33 Main Street - - Fort Yukon - AK - 99740 - 33 Main Street - - Fort Yukon - AK - 99740 - 33 Main Street - - Fort Yukon - AK - 99740 - Ms. - F208909 - L208909 - - CATG Governing Board Chairman - 208909@hsesinfo.org - Mr. - F208910 - L208910 - - CATG Executive Director - 208910@hsesinfo.org - Ms. - F208912 - L208912 - - 208912@hsesinfo.org - Ms. - F208908 - L208908 - - 208908@hsesinfo.org - 555-555-8908 - - - 496 - 883 - 310 - 000 - 1992 - 2013-07-10 - 2018-12-31 - HS - Inactive - Kentucky River Foothills Head Start - http://foothillscap.org/default.html - 883@hsesinfo.org - 311 Spangler Dr - Ste I - Richmond - KY - 40475-2458 - 311 Spangler Dr - Ste I - Richmond - KY - 40475-2458 - 309 Spangler Drive-Suite C - - Richmond - KY - 40475 - Mr. - F37354 - L37354 - - Foothills Community Action Partnership Board Chairman - 37354@hsesinfo.org - Mr. - F37351 - L37351 - - KRFDC Inc. Executive Director - 37351@hsesinfo.org - Ms. - F37352 - L37352 - - 37352@hsesinfo.org - Mr. - F37350 - L37350 - - 37350@hsesinfo.org - 555-555-7350 x 5555 - - - 5998 - 6005 - 9629 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Fort George Community Enrichment Center, Inc. - www.fortgeorgecenter.org - 6005@hsesinfo.org - 489 Saint Pauls Pl - - Bronx - NY - 10456-1935 - 1525 Saint Nicholas Ave - - New York - NY - 10033-2604 - 1525 Saint Nicholas Ave - - New York - NY - 10033-2604 - Ms. - F106714 - L106714 - - Board Chair - 106714@hsesinfo.org - Ms. - F106715 - L106715 - - Executive Director/CEO - 106715@hsesinfo.org - Ms. - F106717 - L106717 - - 106717@hsesinfo.org - Ms. - F106713 - L106713 - - 106713@hsesinfo.org - 555-555-6713 - - - 9292 - 4229 - 11548 - 200 - 2013 - 2019-01-01 - - EHS - Active - Ounce of Prevention Fund - http://www.ounceofprevention.org - 4229@hsesinfo.org - 33 West Monroe Street, Suite 2400 - - Chicago - IL - 60603 - 33 West Monroe Street, Suite 2400 - - Chicago - IL - 60603 - 33 West Monroe Street, Suite 2400 - - Chicago - IL - 60603 - Mr. - F213983 - L213983 - - Chairman of the Board - 213983@hsesinfo.org - Ms. - F213984 - L213984 - - President, Ounce of Preveniton Fund - 213984@hsesinfo.org - Mrs. - F213986 - L213986 - - 213986@hsesinfo.org - Ms. - F213987 - L213987 - - 213987@hsesinfo.org - 555-555-3987 - - - 9288 - 2446 - 11550 - 000 - 2014 - 2019-01-01 - - HS - Active - Midcoast Maine Community Action - www.midcoastmainecommunityaction.org - 2446@hsesinfo.org - 34 Wing Farm Parkway - - Bath - ME - 04530-1515 - 34 Wing Farm Parkway - - Bath - ME - 04530-1515 - 34 Wing Farm Parkway - - Bath - ME - 04530-1515 - Ms. - F213561 - L213561 - - MMCA Board Chairperson - 213561@hsesinfo.org - Ms. - F213562 - L213562 - - Executive Director - 213562@hsesinfo.org - Mr. - F213564 - L213564 - - 213564@hsesinfo.org - Ms. - F213560 - L213560 - - 213560@hsesinfo.org - 555-555-3560 x 5555 - - - 6992 - 1928 - 10456 - 000 - 1991 - 2016-01-01 - - HS - Active - Kokomo School Corporation Head Start Program - www.kokomoschools.com - 1928@hsesinfo.org - 900 S Goyer Rd - - Kokomo - IN - 46901-8607 - 900 S Goyer Rd - - Kokomo - IN - 46901-8607 - 900 S Goyer Rd - - Kokomo - IN - 46901-8607 - Ms. - F204610 - L204610 - - President, School Board of Trustees - 204610@hsesinfo.org - Dr. - F204611 - L204611 - - - 204611@hsesinfo.org - Mr. - F204613 - L204613 - - 204613@hsesinfo.org - Mrs. - F204609 - L204609 - - 204609@hsesinfo.org - 555-555-4609 - - - 8692 - 8553 - 11066 - 001 - 2016 - 2016-07-01 - - HS - Active - Caddo Parish Commission - www.caddocaa.org - 8553@hsesinfo.org - 4055 St. Vincent Ave. - Post Office Box 3446, Shreveport, LA 71133 - Shreveport - LA - 71108-2542 - 4055 St. Vincent Ave. - Post Office Box 3446, Shreveport, LA 71133 - Shreveport - LA - 71108-2542 - 4055 St. Vincent Ave. - Post Office Box 3446, Shreveport, LA 71133 - Shreveport - LA - 71108-2542 - Rev. - F209352 - L209352 - - Board Chairperson - 209352@hsesinfo.org - Mr. - F209353 - L209353 - - - 209353@hsesinfo.org - Mrs. - F209355 - L209355 - Sr. - 209355@hsesinfo.org - Mr. - F209351 - L209351 - - 209351@hsesinfo.org - 555-555-9351 - - - 9289 - 3248 - 11550 - 200 - 2014 - 2019-01-01 - - EHS - Active - Midcoast Maine Community Action - www.midcoastmainecommunityaction.org - 3248@hsesinfo.org - 34 Wing Farm Parkway - - BATH - ME - 04530 - 34 Wing Farm Parkway - - BATH - ME - 04530 - 34 Wing Farm Parkway - - BATH - ME - 04530 - Ms. - F213568 - L213568 - - MMCA Board Chairperson - 213568@hsesinfo.org - Ms. - F213569 - L213569 - - Executive Director - 213569@hsesinfo.org - Mr. - F213571 - L213571 - - 213571@hsesinfo.org - Ms. - F213567 - L213567 - - 213567@hsesinfo.org - 555-555-3567 x 5555 - - - 11472 - 751 - 13300 - 000 - 1992 - 2020-07-01 - - HS - Active - Morehouse Community Improvement Organization, Inc. - 1765 West Madison Avenue - 751@hsesinfo.org - 1765 W Madison Ave - - Bastrop - LA - 71220-4256 - 1765 W Madison Ave - - Bastrop - LA - 71220-4256 - 1765 W Madison Ave - - Bastrop - LA - 71220-4256 - Mr. - F228330 - L228330 - - - 228330@hsesinfo.org - Ms. - F228331 - L228331 - - - 228331@hsesinfo.org - Mr. - F228333 - L228333 - - 228333@hsesinfo.org - Ms. - F228329 - L228329 - - 228329@hsesinfo.org - 555-555-8329 - - - 6270 - 6283 - 8570 - 200 - - 2015-03-27 - 2019-06-30 - EHS - Inactive - Northwest Arkansas Head Start - http://www.nwaheadstart.org - 6283@hsesinfo.org - 2109 SE J Street - - Bentonville - AR - 72712-3860 - 2109 SE J St - - Bentonville - AR - 72712-3860 - 2109 SE J St - - Bentonville - AR - 72712-3860 - Mrs. - F109725 - L109725 - - Board of Directors Chairperson - 109725@hsesinfo.org - Mrs. - F109726 - L109726 - - Executive Director - 109726@hsesinfo.org - Mrs. - F109728 - L109728 - - 109728@hsesinfo.org - Ms. - F109724 - L109724 - - 109724@hsesinfo.org - 555-555-9724 - - - 10188 - 6099 - 12222 - 200 - - 2019-09-01 - - EHS - Active - Hawkeye Area Community Action Program,Inc. - http://www.hacap.org - 6099@hsesinfo.org - 1515 Hawkeye Dr - - Hiawatha - IA - 52233-1102 - 1515 Hawkeye Dr - - Hiawatha - IA - 52233-1102 - 1515 Hawkeye Dr - - Hiawatha - IA - 52233-1102 - Mr. - F219671 - L219671 - - Board President - 219671@hsesinfo.org - Mrs. - F219672 - L219672 - - CEO - 219672@hsesinfo.org - Ms. - F219674 - L219674 - - 219674@hsesinfo.org - Mrs. - F219670 - L219670 - - 219670@hsesinfo.org - 555-555-9670 - - - 10189 - 6186 - 12221 - 200 - - 2019-08-01 - - EHS - Active - Mt. Hood Community College - http://mhccheadstart.org - 6186@hsesinfo.org - 10100 NE Prescott St. - - Portland - OR - 97220-3555 - 10100 NE Prescott St. - - Portland - OR - 97220-3555 - 10100 NE Prescott St. - - Portland - OR - 97220-3555 - Ms. - F219678 - L219678 - - Chair, Board of Education - 219678@hsesinfo.org - Ms. - F219679 - L219679 - - Executive Director - 219679@hsesinfo.org - Ms. - F219681 - L219681 - - 219681@hsesinfo.org - Ms. - F219677 - L219677 - - 219677@hsesinfo.org - 555-555-9677 - - - 10191 - 5933 - 12225 - 200 - - 2019-08-01 - - EHS - Active - The Leaguers - www.leaguers.org - 5933@hsesinfo.org - 405 University Avenue - - Newark - NJ - 07102-1219 - 405 University Avenue - - Newark - NJ - 07102-1219 - 405 University Avenue - - Newark - NJ - 07102-1219 - Ms. - F219692 - L219692 - - Board Chairperson - 219692@hsesinfo.org - Ms. - F219693 - L219693 - - Executive Director/CEO - 219693@hsesinfo.org - Ms. - F219695 - L219695 - - 219695@hsesinfo.org - Ms. - F219691 - L219691 - - 219691@hsesinfo.org - 555-555-9691 - - - 10192 - 5967 - 12230 - 200 - - 2019-08-01 - - EHS - Active - CHILDCAREGROUP - www.childcaregroup.org - 5967@hsesinfo.org - 1420 W MOCKINGBIRD LANE - SUITE 300 - DALLAS - TX - 75247-4973 - 1420 W MOCKINGBIRD LANE - SUITE 300 - DALLAS - TX - 75247-4973 - 1420 W MOCKINGBIRD LANE - SUITE 300 - DALLAS - TX - 75247-4973 - Mr. - F219699 - L219699 - - Chairman, Board of Trustees - 219699@hsesinfo.org - Mrs. - F219700 - L219700 - - CEO - 219700@hsesinfo.org - Ms. - F219702 - L219702 - - 219702@hsesinfo.org - Mrs. - F219698 - L219698 - - 219698@hsesinfo.org - 555-555-9698 - - - 10193 - 5981 - 12229 - 200 - - 2019-08-01 - - EHS - Active - The Family Conservancy - www.tfckc.org - 5981@hsesinfo.org - 444 Minnesota Avenue - Suite 200 - Kansas City - KS - 66101-2900 - 444 Minnesota Avenue - Suite 200 - Kansas City - KS - 66101-2900 - 444 Minnesota Avenue - Suite 200 - Kansas City - KS - 66101-2900 - Mr. - F219706 - L219706 - - - 219706@hsesinfo.org - Mrs. - F219707 - L219707 - - - 219707@hsesinfo.org - Ms. - F219709 - L219709 - - 219709@hsesinfo.org - Ms. - F219705 - L219705 - - 219705@hsesinfo.org - 555-555-9705 x 5555 - - - 11391 - 9327 - 13249 - 200 - 2020 - 2020-07-01 - - EHS - Active - CDI HS/Niagara County, NY - www.cdiheadstart.org - 9327@hsesinfo.org - 901 24th St - - Niagara Falls - NY - 14301-2415 - 901 24th St - - Niagara Falls - NY - 14301-2415 - 901 24th St - - Niagara Falls - NY - 14301-2415 - Mr. - F227798 - L227798 - - Chief Executive Officer - 227798@hsesinfo.org - Ms. - F227796 - L227796 - - Executive Director - 227796@hsesinfo.org - - F227799 - L227799 - - 227799@hsesinfo.org - Ms. - F227795 - L227795 - - 227795@hsesinfo.org - 555-555-7795 - - - 6100 - 6107 - 9768 - 200 - - 2015-03-01 - 2020-08-31 - EHS - Inactive - Delta Area Economic Opportunity Corporation - http://www.daeoc.com - 6107@hsesinfo.org - 99 Skyview Rd - - Portageville - MO - 63873-0000 - 99 Skyview Rd - - Portageville - MO - 63873-0000 - 99 Skyview Rd - - Portageville - MO - 63873-0000 - Mr. - F107682 - L107682 - - Board Chairman - 107682@hsesinfo.org - Mr. - F107683 - L107683 - - President/CEO - 107683@hsesinfo.org - Mr. - F107685 - L107685 - - 107685@hsesinfo.org - Mrs. - F107681 - L107681 - - 107681@hsesinfo.org - 555-555-7681 x 5555 - - - 9375 - 6803 - 11608 - 200 - - 2019-02-01 - 2020-01-31 - EHS - Inactive - The Centers for Families and Children - thecentersohio.org - 6803@hsesinfo.org - 4500 Euclid Avenue - - Cleveland - OH - 44103-3736 - 4500 Euclid Avenue - - Cleveland - OH - 44103-3736 - 4500 Euclid Avenue - - Cleveland - OH - 44103-3736 - Mr. - F214158 - L214158 - - Board Chair - 214158@hsesinfo.org - Mr. - F214159 - L214159 - - President and CEO - 214159@hsesinfo.org - Ms. - F214161 - L214161 - - 214161@hsesinfo.org - Ms. - F214157 - L214157 - - 214157@hsesinfo.org - 555-555-4157 - - - 8371 - 1899 - 10717 - 200 - 1992 - 2016-08-01 - - EHS - Active - Lorain County Community Action Agency - www.lccaa.net - 1899@hsesinfo.org - 936 Broadway - - Lorain - OH - 44052-1950 - 936 Broadway - - Lorain - OH - 44052-1950 - 936 Broadway - - Lorain - OH - 44052-1950 - Mr. - F207756 - L207756 - - Board Chairman - 207756@hsesinfo.org - Mrs. - F207757 - L207757 - - Chief Executive Officer (CEO) - 207757@hsesinfo.org - Ms. - F207759 - L207759 - - 207759@hsesinfo.org - Dr. - F207755 - L207755 - - 207755@hsesinfo.org - 555-555-7755 - - - 9168 - 2176 - 11470 - 000 - 1991 - 2018-11-01 - - HS - Active - Pace Community Action Agency, Inc. - http://www.pacecaa.org - 2176@hsesinfo.org - 525 North 4th Street - - Vincennes - IN - 47591-0687 - 525 North 4th Street - - Vincennes - IN - 47591-0687 - 525 North 4th Street - - Vincennes - IN - 47591-0687 - Mr. - F212712 - L212712 - - - 212712@hsesinfo.org - Dr. - F212713 - L212713 - - - 212713@hsesinfo.org - Ms. - F212715 - L212715 - - 212715@hsesinfo.org - Ms. - F212711 - L212711 - - 212711@hsesinfo.org - 555-555-2711 - - - 9371 - 3137 - 11608 - 000 - 2013 - 2019-02-01 - 2020-01-31 - HS - Inactive - The Centers for Families and Children - thecentersohio.org - 3137@hsesinfo.org - 4500 Euclid Avenue - - Cleveland - OH - 44103-3736 - 4500 Euclid Avenue - - Cleveland - OH - 44103-3736 - 4500 Euclid Ave - - Cleveland - OH - 44103-3736 - Mr. - F214130 - L214130 - - Board Chair - 214130@hsesinfo.org - Mr. - F214131 - L214131 - - President and CEO - 214131@hsesinfo.org - Ms. - F214133 - L214133 - - 214133@hsesinfo.org - Ms. - F214129 - L214129 - - 214129@hsesinfo.org - 555-555-4129 - - - 5148 - 382 - 8848 - 200 - 1991 - 2014-07-01 - 2019-05-31 - EHS - Inactive - Cincinnati-Hamilton County Community Action Agency - http://www.cincy-caa.org - 382@hsesinfo.org - 1740 Langdon Farm Road - - Cincinnati - OH - 45237-3817 - 1740 Langdon Farm Road - - Cincinnati - OH - 45237-3817 - 1740 Langdon Farm Road - - Cincinnati - OH - 45237-3817 - Ms. - F51745 - L51745 - - Board Chairperson - 51745@hsesinfo.org - Mr. - F51746 - L51746 - - President/CEO - 51746@hsesinfo.org - Ms. - F51748 - L51748 - - 51748@hsesinfo.org - Ms. - F51744 - L51744 - - 51744@hsesinfo.org - 555-555-1744 x 5555 - - - 7070 - 2234 - 10501 - 200 - 2003 - 2016-01-01 - - EHS - Active - Children First, Inc. - http://www.childrenfirst.net - 2234@hsesinfo.org - 1723 N Orange Ave - - Sarasota - FL - 34234-8511 - 1723 N Orange Ave - - Sarasota - FL - 34234-8511 - 1723 N Orange Ave - - Sarasota - FL - 34234-8511 - Mr. - F205158 - L205158 - - Board Chair - 205158@hsesinfo.org - Mr. - F205159 - L205159 - - - 205159@hsesinfo.org - Ms. - F205161 - L205161 - - 205161@hsesinfo.org - Mrs. - F205157 - L205157 - - 205157@hsesinfo.org - 555-555-5157 - - - 11303 - 2571 - 13183 - 000 - 2009 - 2020-05-01 - - HS - Active - CHILDREN'S FRIEND AND SERVICE - http://www.childrensfriendri.org - 2571@hsesinfo.org - 153 Summer Street - - Providence - RI - 02903-4011 - 153 Summer Street - - Providence - RI - 02903-4011 - 153 Summer Street - - Providence - RI - 02903-4011 - Mr. - F227241 - L227241 - - Board Chairman - 227241@hsesinfo.org - Mr. - F227242 - L227242 - - President and Chief Executive Officer - 227242@hsesinfo.org - Ms. - F227244 - L227244 - - 227244@hsesinfo.org - Mrs. - F227240 - L227240 - - 227240@hsesinfo.org - 555-555-7240 - - - 8767 - 8620 - 11135 - 201 - 2017 - 2017-03-01 - - EHS - Active - Allegheny Intermediate Unit 3 - www.aiu3.net - 8620@hsesinfo.org - 473 East Waterfront Drive - - Homestead - PA - 15120 - 473 East Waterfront Drive - - Homestead - PA - 15120 - 473 East Waterfront Drive - - Homestead - PA - 15120 - Mrs. - F209834 - L209834 - - - 209834@hsesinfo.org - Mrs. - F209835 - L209835 - - - 209835@hsesinfo.org - Ms. - F209837 - L209837 - - 209837@hsesinfo.org - Mrs. - F209833 - L209833 - - 209833@hsesinfo.org - 555-555-9833 - - - 10499 - 8498 - 12488 - 200 - 2017 - 2019-09-01 - - EHS - Active - West Central Community Services, Inc. - www.wccsheadstart.org - 8498@hsesinfo.org - 321 E Euclid Ave - - Monmouth - IL - 61462-1312 - 321 E Euclid Ave - - Monmouth - IL - 61462-1312 - 321 E Euclid Ave - - Monmouth - IL - 61462-1312 - Mr. - F221834 - L221834 - - Board President - 221834@hsesinfo.org - Mrs. - F221835 - L221835 - - Executive/Head Start Director - 221835@hsesinfo.org - Miss - F221837 - L221837 - - 221837@hsesinfo.org - Mrs. - F221833 - L221833 - - 221833@hsesinfo.org - 555-555-1833 x 5555 - - - 9367 - 2239 - 11607 - 000 - 2013 - 2019-02-01 - - HS - Active - Clackamas County Children's Commission - http://www.cccchs.org - 2239@hsesinfo.org - 16518 SE River Road - - Milwaukie - OR - 97267 - 16518 SE River Road - - Milwaukie - OR - 97267 - 16518 SE River Road - - Milwaukie - OR - 97267 - Mr. - F214102 - L214102 - - Board Chairperson - 214102@hsesinfo.org - Mrs. - F214103 - L214103 - - - 214103@hsesinfo.org - Mr. - F214105 - L214105 - - 214105@hsesinfo.org - Mrs. - F214101 - L214101 - - 214101@hsesinfo.org - 555-555-4101 - - - 9368 - 2644 - 11607 - 200 - 2013 - 2019-02-01 - - EHS - Active - Clackamas County Children's Commission - www.cccchs.org - 2644@hsesinfo.org - 16518 SE River Road - - Milwaukie - OR - 97267 - 16518 SE River Road - - Milwaukie - OR - 97267 - 16518 SE River Road - - Milwaukie - OR - 97267 - Mr. - F214109 - L214109 - - Board Chairperson - 214109@hsesinfo.org - Mrs. - F214110 - L214110 - - Executive Director - 214110@hsesinfo.org - Ms. - F214112 - L214112 - - 214112@hsesinfo.org - Ms. - F214108 - L214108 - - 214108@hsesinfo.org - 555-555-4108 - - - 9369 - 2531 - 11603 - 000 - 2013 - 2019-02-01 - - HS - Active - Benton Franklin Head Start - bfhs.net - 2531@hsesinfo.org - 1549 Georgia Avenue S.E., Suite B - - Richland - WA - 99352-4756 - 1549 Georgia Avenue S.E., Suite B - - Richland - WA - 99352-4756 - 1549 Georgia Avenue S.E., Suite B - - Richland - WA - 99352-4756 - Dr. - F214116 - L214116 - - Board Chair - 214116@hsesinfo.org - Ms. - F214117 - L214117 - - Executive Director - 214117@hsesinfo.org - Ms. - F214119 - L214119 - - 214119@hsesinfo.org - Ms. - F214115 - L214115 - - 214115@hsesinfo.org - 555-555-4115 x 5555 - - - 11304 - 2290 - 13183 - 200 - 2004 - 2020-05-01 - - EHS - Active - CHILDREN'S FRIEND AND SERVICE - http://www.childrensfriendri.org - 2290@hsesinfo.org - 153 Summer Street - - Providence - RI - 02903-4011 - 153 Summer Street - - Providence - RI - 02903-4011 - 153 Summer Street - - Providence - RI - 02903-4011 - Mr. - F227248 - L227248 - - Board Chairman - 227248@hsesinfo.org - Mr. - F227249 - L227249 - - President and Chief Executive Officer - 227249@hsesinfo.org - Ms. - F227251 - L227251 - - 227251@hsesinfo.org - Mrs. - F227247 - L227247 - - 227247@hsesinfo.org - 555-555-7247 - - - 9383 - 1947 - 11609 - 200 - 2013 - 2019-02-01 - - EHS - Active - Council for Economic Opportunities in Greater Cleveland - http://www.ceogc.org - 1947@hsesinfo.org - 1801 Superior Ave E - Ste 400 - Cleveland - OH - 44114-2135 - 1801 Superior Ave E - Ste 400 - Cleveland - OH - 44114-2135 - 1801 Superior Ave E - Ste 400 - Cleveland - OH - 44114-2135 - Ms. - F214214 - L214214 - - Chair, Board of Directors - 214214@hsesinfo.org - Dr. - F214215 - L214215 - - President and Chief Executive Officer - 214215@hsesinfo.org - Ms. - F214217 - L214217 - - 214217@hsesinfo.org - Dr. - F214213 - L214213 - - 214213@hsesinfo.org - 555-555-4213 x 5555 - - - 8313 - 1480 - 10678 - 200 - 2001 - 2016-07-01 - - EHS - Active - Caddo Parish Commission - www.caddocaa.org - 1480@hsesinfo.org - 4055 Saint Vincent Ave - - Shreveport - LA - 71108-2542 - PO Box 3446 - - Shreveport - LA - 71133-3446 - 4055 Saint Vincent Ave - - Shreveport - LA - 71108-2542 - Rev. - F207331 - L207331 - - Board Chairperson - 207331@hsesinfo.org - Mr. - F207332 - L207332 - - - 207332@hsesinfo.org - Ms. - F207334 - L207334 - - 207334@hsesinfo.org - Mr. - F207330 - L207330 - - 207330@hsesinfo.org - 555-555-7330 x 5555 - - - 11305 - 965 - 13184 - 000 - 2014 - 2020-05-01 - - HS - Active - Community Improvement Council, Inc. - - 965@hsesinfo.org - 540 Holbrook St - 540 Holbrook Street - Danville - VA - 24541-1661 - 540 Holbrook St - 540 Holbrook Street - Danville - VA - 24541-1661 - 540 Holbrook St - 540 Holbrook Street - Danville - VA - 24541-1661 - Ms. - F227255 - L227255 - - Board of Directors Chairperson - 227255@hsesinfo.org - Mrs. - F227256 - L227256 - - Executive/Head Start Director - 227256@hsesinfo.org - Ms. - F227258 - L227258 - - 227258@hsesinfo.org - Mrs. - F227254 - L227254 - - 227254@hsesinfo.org - 555-555-7254 x 5555 - - - 5263 - 3731 - 9110 - 004 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Roosevelt School District Head Start - www.rsd66.org / www.rsd.K12.az.us - 3731@hsesinfo.org - 6218 S 7th St - - Phoenix - AZ - 85042-4211 - 6218 S 7th St - - Phoenix - AZ - 85042-4211 - 6218 S 7th St - - Phoenix - AZ - 85042-4211 - Mr. - F53514 - L53514 - - Board President - 53514@hsesinfo.org - Dr. - F53513 - L53513 - - Chief Administrative Officer - 53513@hsesinfo.org - Ms. - F53512 - L53512 - - 53512@hsesinfo.org - Mr. - F53511 - L53511 - - 53511@hsesinfo.org - 555-555-3511 - - - 9154 - 2314 - 11461 - 000 - 2013 - 2018-11-01 - - HS - Active - Community Action Planning Council of Jefferson County - http://www.capcjc.org - 2314@hsesinfo.org - 518 Davidson Street - - Watertown - NY - 13601-1904 - 518 Davidson Street - - Watertown - NY - 13601-1904 - 518 Davidson Street - - Watertown - NY - 13601-1904 - Mr. - F212615 - L212615 - - Board Chairperson - 212615@hsesinfo.org - Ms. - F212616 - L212616 - - Executive Director - 212616@hsesinfo.org - Mr. - F212618 - L212618 - - 212618@hsesinfo.org - Mrs. - F212614 - L212614 - - 212614@hsesinfo.org - 555-555-2614 x 5555 - - - 6170 - 6177 - 9553 - 202 - - 2015-01-01 - - EHS - Active - Carole Robertson Center For Learning - http://www.crcl.net - 6177@hsesinfo.org - 3701 West Ogden Avenue - 2929 West 19th Street - Chicago - IL - 60623-2240 - 3701 West Ogden Avenue - 2929 West 19th Street - Chicago - IL - 60623-2240 - 3701 West Ogden Avenue - 2929 West 19th Street - Chicago - IL - 60623-2240 - Mr. - F108242 - L108242 - - Board Chair - 108242@hsesinfo.org - Ms. - F108243 - L108243 - - President/CEO - 108243@hsesinfo.org - Ms. - F108245 - L108245 - - 108245@hsesinfo.org - Ms. - F108241 - L108241 - - 108241@hsesinfo.org - 555-555-8241 - - - 9552 - 2030 - 11776 - 200 - 2014 - 2019-04-01 - - EHS - Active - Community Action Partnership of Ramsey - http://www.caprw.org - 2030@hsesinfo.org - 450 North Syndicate Street - Suite 5 - St. Paul - MN - 55104 - 450 North Syndicate Street - Suite 5 - St. Paul - MN - 55104 - 450 North Syndicate Street - Suite 5 - St. Paul - MN - 55104 - Mrs. - F215361 - L215361 - - Board President - 215361@hsesinfo.org - Ms. - F215362 - L215362 - - - 215362@hsesinfo.org - Ms. - F215364 - L215364 - - 215364@hsesinfo.org - Ms. - F215360 - L215360 - - 215360@hsesinfo.org - 555-555-5360 - - - 11474 - 5488 - 13298 - 200 - 2014 - 2020-07-01 - - Migrant EHS - Active - Centro de la Familia de Utah - www.cdlf.org - 5488@hsesinfo.org - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - Mr. - F228344 - L228344 - - Board President - 228344@hsesinfo.org - Mr. - F228345 - L228345 - - CEO & Head Start Director - 228345@hsesinfo.org - Ms. - F228347 - L228347 - - 228347@hsesinfo.org - Mr. - F228343 - L228343 - - 228343@hsesinfo.org - 555-555-8343 - - - 5627 - 4125 - 9447 - 013 - 2014 - 2014-12-01 - - HS - Active - YMCA of Metropolitan Chicago - http://www.ymcachicago.org - 4125@hsesinfo.org - 801 North Dearborn Street - - Chicago - IL - 60610-3316 - 801 North Dearborn Street - - Chicago - IL - 60610-3316 - 801 North Dearborn Street - - Chicago - IL - 60610-3316 - Mr. - F101432 - L101432 - - Board Chair - 101432@hsesinfo.org - Mr. - F101430 - L101430 - - CEO - 101430@hsesinfo.org - Ms. - F101429 - L101429 - - 101429@hsesinfo.org - Ms. - F101428 - L101428 - - 101428@hsesinfo.org - 555-555-1428 - - - 8899 - 3023 - 11263 - 000 - 2013 - 2018-07-01 - - HS - Active - Clinch Valley Community Action - www.clinchvalleycaa.org - 3023@hsesinfo.org - 1379 Tazewell Avenue - - North Tazewell - VA - 24630 - PO Box 188 - - North Tazewell - VA - 24630-9569 - 1379 Tazewell Avenue - - North Tazewell - VA - 24630 - Mr. - F210814 - L210814 - II - Board Chairperson - 210814@hsesinfo.org - Mr. - F210815 - L210815 - - Executive Director - 210815@hsesinfo.org - Ms. - F210817 - L210817 - - 210817@hsesinfo.org - Ms. - F210813 - L210813 - - 210813@hsesinfo.org - 555-555-0813 x 5555 - - - 8900 - 5446 - 11263 - 200 - 2014 - 2018-07-01 - - EHS - Active - Clinch Valley Community Action - www.clinchvalleycaa.org - 5446@hsesinfo.org - 1379 Tazewell Avenue - - North Tazewell - VA - 24630 - PO Box 188 - - North Tazewell - VA - 24630-0188 - 1379 Tazewell Avenue - - North Tazewell - VA - 24630 - Mr. - F210821 - L210821 - II - Board Chairperson - 210821@hsesinfo.org - Mr. - F210822 - L210822 - - Executive Director - 210822@hsesinfo.org - Ms. - F210824 - L210824 - - 210824@hsesinfo.org - Ms. - F210820 - L210820 - - 210820@hsesinfo.org - 555-555-0820 x 5555 - - - 9321 - 3071 - 11579 - 000 - 2013 - 2019-02-01 - - HS - Active - United_Academy,Inc - - 3071@hsesinfo.org - 722 Wythe Avenue - - Brooklyn - NY - 11249-7532 - 722 Wythe Avenue - - Brooklyn - NY - 11249-7532 - 722 Wythe Avenue - - Brooklyn - NY - 11249-7532 - Mr. - F213784 - L213784 - - - 213784@hsesinfo.org - Mr. - F213785 - L213785 - - - 213785@hsesinfo.org - Mrs. - F213787 - L213787 - - 213787@hsesinfo.org - Mr. - F213783 - L213783 - - 213783@hsesinfo.org - 555-555-3783 x 5555 - - - 8251 - 2244 - 10637 - 000 - 2000 - 2016-07-01 - - HS - Active - Muskegon Area ISD ~ Head Start of Muskegon/Oceana - http://www.muskegonisd.org/departments/early-childhood/headstart/ - 2244@hsesinfo.org - 630 Harvey Street - - Muskegon - MI - 49442-4278 - 630 Harvey Street - - Muskegon - MI - 49442-4278 - 630 Harvey Street - - Muskegon - MI - 49442-4278 - Ms. - F206872 - L206872 - - Board of Education President - 206872@hsesinfo.org - Mr. - F206873 - L206873 - Ph.D - - 206873@hsesinfo.org - Mrs. - F206875 - L206875 - - 206875@hsesinfo.org - Mr. - F206871 - L206871 - - 206871@hsesinfo.org - 555-555-6871 - - - 6121 - 951 - 9722 - 000 - 1992 - 2015-03-01 - - HS - Active - WILMINGTON HEADSTART, INC - wilmheadstart.org - 951@hsesinfo.org - 100 West 10th Street, Suite 1016 - - Wilmington - DE - 19801-6607 - 100 West 10th Street, Suite 1016 - - Wilmington - DE - 19801-6607 - 100 West 10th Street, Suite 1016 - - Wilmington - DE - 19801-6607 - Mr. - F108518 - L108518 - ESQ - Board President - 108518@hsesinfo.org - Ms. - F108520 - L108520 - - Executive Director - 108520@hsesinfo.org - Ms. - F108522 - L108522 - - 108522@hsesinfo.org - Ms. - F108517 - L108517 - - 108517@hsesinfo.org - 555-555-8517 x 5555 - - - 11009 - 1660 - 12965 - 200 - 2014 - 2020-02-01 - - EHS - Active - Sheltering Arms Children and Family Services, Inc. - http://www.www.shelteringarmsny.org - 1660@hsesinfo.org - 500 Bergen Ave - Fl 2 - Bronx - NY - 10455-4048 - 500 Bergen Ave - Fl 2 - Bronx - NY - 10455-4048 - 25 Broadway - Fl 18 - New York - NY - 10004-1012 - Mr. - F225354 - L225354 - - Board President - 225354@hsesinfo.org - Ms. - F225355 - L225355 - - Chief Executive Officer - 225355@hsesinfo.org - Ms. - F225357 - L225357 - - 225357@hsesinfo.org - Ms. - F225353 - L225353 - - 225353@hsesinfo.org - 555-555-5353 - - - 6583 - 788 - 10147 - 000 - 1992 - 2015-07-01 - - HS - Active - Total Community Action, Inc. - www.tca-nola.org - 788@hsesinfo.org - 1420 S Jefferson Davis Pkwy - - New Orleans - LA - 70125-1744 - 1420 S Jefferson Davis Pkwy - - New Orleans - LA - 70125-1744 - 1420 S Jefferson Davis Pkwy - - New Orleans - LA - 70125-1744 - Mr. - F201751 - L201751 - - Chairman, Board of Directors - 201751@hsesinfo.org - Ms. - F201752 - L201752 - - President/CEO - 201752@hsesinfo.org - Ms. - F201754 - L201754 - - 201754@hsesinfo.org - Ms. - F201750 - L201750 - - 201750@hsesinfo.org - 555-555-1750 - - - 11571 - 1768 - 13369 - 000 - 2002 - 2020-07-01 - - HS - Active - Municipality of Patillas - - 1768@hsesinfo.org - 31 Calle Munoz Rivera - - Patillas - PR - 00723-2616 - 31 Calle Munoz Rivera - - Patillas - PR - 00723-2616 - 31 Calle Munoz Rivera - - Patillas - PR - 00723-2616 - Hon. - F228965 - L228965 - - Chairwomen of the Board - 228965@hsesinfo.org - Mr. - F228966 - L228966 - - Director - 228966@hsesinfo.org - Mrs. - F228968 - L228968 - - 228968@hsesinfo.org - Mr. - F228964 - L228964 - - 228964@hsesinfo.org - 555-555-8964 x 5555 - - - 11570 - 9451 - 13366 - 000 - 2020 - 2020-07-01 - - HS - Active - CDI HS/Lake County, IL - www.cdiheadstart.org - 9451@hsesinfo.org - 10065 E Harvard Ave - Ste 700 - Denver - CO - 80231-5915 - 10065 E Harvard Ave - Ste 700 - Denver - CO - 80231-5915 - 10065 E Harvard Ave - Ste 700 - Denver - CO - 80231-5915 - Mr. - F228961 - L228961 - - Chief Executive Officer - 228961@hsesinfo.org - Ms. - F228959 - L228959 - - Executive Director - 228959@hsesinfo.org - - F228962 - L228962 - - 228962@hsesinfo.org - Ms. - F228958 - L228958 - - 228958@hsesinfo.org - 555-555-8958 - - - 5399 - 2490 - 9145 - 000 - 2014 - 2014-09-01 - 2020-08-31 - HS - Inactive - Missouri Valley Community Action Agency - http://www.mvcaa.net - 2490@hsesinfo.org - 1415 S Odell Ave - - Marshall - MO - 65340-3144 - 1415 S Odell Ave - - Marshall - MO - 65340-3144 - 1415 S Odell Ave - - Marshall - MO - 65340-3144 - Mr. - F96773 - L96773 - - Chair, Board of Directors - 96773@hsesinfo.org - Ms. - F96771 - L96771 - - Executive Director - 96771@hsesinfo.org - Ms. - F96774 - L96774 - - 96774@hsesinfo.org - Ms. - F96769 - L96769 - - 96769@hsesinfo.org - 555-555-6769 x 5555 - - - 9840 - 8941 - 11973 - 000 - 2019 - 2019-07-01 - 2020-06-30 - HS - Inactive - Milwaukee Public Schools - http://www2.milwaukee.k12.wi.us/supt/Head_Start_Enrollment.html - 8941@hsesinfo.org - 5225 W Vliet St - - Milwaukee - WI - 53208-2627 - 5225 W Vliet St - P.O. Box 2181 - Milwaukee - WI - 53201-2181 - 5225 W Vliet St - - Milwaukee - WI - 53208-2627 - Mr. - F217291 - L217291 - - President, Milwaukee Public Schools Board of Directors - 217291@hsesinfo.org - Dr. - F217292 - L217292 - - Superintedent of Schools - 217292@hsesinfo.org - Ms. - F217294 - L217294 - - 217294@hsesinfo.org - Ms. - F217290 - L217290 - - 217290@hsesinfo.org - 555-555-7290 - - - 8685 - 8546 - 11060 - 000 - 2017 - 2017-07-26 - 2020-12-31 - HS - Inactive - CDI HS/Lafayette, Iberia & St. Martin parishes, LA - www.cdiheadstart.org - 8546@hsesinfo.org - 306 S Theater St - - Saint Martinville - LA - 70582-3930 - PO Box 20 - - Saint Martinville - LA - 70582-0020 - 306 S Theater St - - Saint Martinville - LA - 70582-3930 - Mr. - F209304 - L209304 - - Chief Executive Officer - 209304@hsesinfo.org - Ms. - F209305 - L209305 - - Executive Director - 209305@hsesinfo.org - - F209307 - L209307 - - 209307@hsesinfo.org - Ms. - F209303 - L209303 - - 209303@hsesinfo.org - 555-555-9303 - - - 6799 - 1626 - 10288 - 200 - 2002 - 2015-09-01 - 2020-08-31 - EHS - Inactive - Campagna Center, Inc. - http://www.campagnacenter.org - 1626@hsesinfo.org - 418 S Washington St - - Alexandria - VA - 22314-3630 - 418 S Washington St - - Alexandria - VA - 22314-3630 - 418 S Washington St - - Alexandria - VA - 22314-3630 - Ms. - F203268 - L203268 - . - Board Chair, The Campagna Center - 203268@hsesinfo.org - Dr. - F203269 - L203269 - PhD - President/CEO - 203269@hsesinfo.org - Mr. - F203271 - L203271 - - 203271@hsesinfo.org - Mrs. - F203267 - L203267 - - 203267@hsesinfo.org - 555-555-3267 - - - 10194 - 5990 - 12228 - 200 - - 2019-08-01 - - EHS - Active - Kings Community Action Organization, Inc. - http://www.kcao.org - 5990@hsesinfo.org - 1130 North 11th Avenue - - Hanford - CA - 93230-3608 - 1130 North 11th Avenue - - Hanford - CA - 93230-3608 - 1130 North 11th Avenue - - Hanford - CA - 93230-3608 - Mr. - F219713 - L219713 - - KCAO Board Chairperson - 219713@hsesinfo.org - Mr. - F219714 - L219714 - - - 219714@hsesinfo.org - Ms. - F219716 - L219716 - - 219716@hsesinfo.org - Mrs. - F219712 - L219712 - - 219712@hsesinfo.org - 555-555-9712 - - - 10195 - 5992 - 12231 - 200 - - 2019-08-01 - - EHS - Active - CNMI Public School System - www.cnmipss.org/head-start/ - 5992@hsesinfo.org - Pohnpei Way, Capitol Hill - - Saipan - MP - 96950 - PO Box 501370 - Lower Base - Saipan - MP - 96950-1370 - Pohnpei Way, Capitol Hill - - Saipan - MP - 96950 - Ms. - F219720 - L219720 - - Chairwoman - 219720@hsesinfo.org - Dr. - F219721 - L219721 - - Commissioner of Education - 219721@hsesinfo.org - Mr. - F219723 - L219723 - - 219723@hsesinfo.org - Ms. - F219719 - L219719 - - 219719@hsesinfo.org - 555-555-9719 - - - 10197 - 1274 - 12227 - 000 - 2014 - 2019-08-01 - - HS - Active - CCS Early Learning - http://www.ccsalaska.org - 1274@hsesinfo.org - 2060 E Industrial Dr - - Wasilla - AK - 99654-8201 - 2060 E Industrial Dr - - Wasilla - AK - 99654-8201 - 2060 E Industrial Dr - - Wasilla - AK - 99654-8201 - Mrs. - F219734 - L219734 - - Board President - 219734@hsesinfo.org - Mr. - F219735 - L219735 - - Executive Director - 219735@hsesinfo.org - Ms. - F219737 - L219737 - - 219737@hsesinfo.org - Mr. - F219733 - L219733 - - 219733@hsesinfo.org - 555-555-9733 - - - 10198 - 2950 - 12227 - 200 - 2014 - 2019-08-01 - - EHS - Active - CCS Early Learning - http://www.ccsalaska.org - 2950@hsesinfo.org - 2060 E Industrial Dr - - Wasilla - AK - 99654-8201 - 2060 E Industrial Dr - - Wasilla - AK - 99654-8201 - 2060 E Industrial Dr - - Wasilla - AK - 99654-8201 - Ms. - F219741 - L219741 - - Board President - 219741@hsesinfo.org - Mr. - F219742 - L219742 - - Executive Director - 219742@hsesinfo.org - Ms. - F219744 - L219744 - - 219744@hsesinfo.org - Mr. - F219740 - L219740 - - 219740@hsesinfo.org - 555-555-9740 - - - 9229 - 4598 - 11511 - 200 - 2013 - 2018-12-01 - - EHS - Active - Bradford Tioga Head Start Inc. - www.bradfordtiogahs.org - 4598@hsesinfo.org - 5 Riverside Plz - - Blossburg - PA - 16912-1137 - 5 Riverside Plz - - Blossburg - PA - 16912-1137 - 5 Riverside Plz - - Blossburg - PA - 16912-1137 - Mr. - F213143 - L213143 - - Chairperson - 213143@hsesinfo.org - Ms. - F213144 - L213144 - - - 213144@hsesinfo.org - Ms. - F213146 - L213146 - - 213146@hsesinfo.org - Ms. - F213142 - L213142 - - 213142@hsesinfo.org - 555-555-3142 x 5555 - - - 8011 - 286 - 10520 - 000 - 1992 - 2016-02-01 - - HS - Active - B.E.O.F. Community Action Partnership - http://www.beof.org - 286@hsesinfo.org - 555 Kennedy Blvd - - Bayonne - NJ - 07002-2627 - PO Box 1032 - - Bayonne - NJ - 07002-1032 - 555 Kennedy Blvd - - Bayonne - NJ - 07002-2627 - Mr. - F205288 - L205288 - - Board Chairperson - 205288@hsesinfo.org - Ms. - F205289 - L205289 - - Executive Director - 205289@hsesinfo.org - Mr. - F205291 - L205291 - - 205291@hsesinfo.org - Ms. - F205287 - L205287 - - 205287@hsesinfo.org - 555-555-5287 - - - 5021 - 2089 - 8934 - 000 - 1996 - 2014-07-01 - 2019-06-30 - HS - Inactive - PUERTO RICAN FAMILY INSTITUTE, INC - http://www.prfi.org - 2089@hsesinfo.org - 145 W 15th St - - New York - NY - 10011-6701 - PO Box 29608 - - San Juan - PR - 00929-0608 - 145 W 15th St - - New York - NY - 10011-6701 - Dr. - F51286 - L51286 - - Board Chairperson - 51286@hsesinfo.org - Mr. - F51283 - L51283 - - President & CEO - 51283@hsesinfo.org - Mrs. - F51285 - L51285 - - 51285@hsesinfo.org - Mrs. - F51282 - L51282 - - 51282@hsesinfo.org - 555-555-1282 x 5555 - - - 9207 - 4605 - 11496 - 000 - 2014 - 2018-12-01 - - HS - Active - Options for Learning - http://www.optionsforlearning.org - 4605@hsesinfo.org - 885 South Village Oaks Drive - - Covina - CA - 91724-3615 - 885 S Village Oaks Dr - - Covina - CA - 91724-3615 - 885 S Village Oaks Dr - - Covina - CA - 91724-3615 - Mr. - F212985 - L212985 - - Chairperson, Board of Directors - 212985@hsesinfo.org - Mr. - F212986 - L212986 - - CEO - 212986@hsesinfo.org - Mr. - F212988 - L212988 - - 212988@hsesinfo.org - Mrs. - F212984 - L212984 - - 212984@hsesinfo.org - 555-555-2984 - - - 9268 - 8747 - 11530 - 200 - 2019 - 2019-01-01 - - EHS - Active - Daughters of Charity Services of San Antonio - dcssa.org - 8747@hsesinfo.org - 7607 Somerset Rd - - San Antonio - TX - 78211-0752 - 7607 Somerset Rd - - San Antonio - TX - 78211-0752 - 7607 Somerset Rd - - San Antonio - TX - 78211-0752 - Mr. - F213420 - L213420 - - Board Chair - 213420@hsesinfo.org - Mr. - F213421 - L213421 - - CEO - 213421@hsesinfo.org - - F213423 - L213423 - - 213423@hsesinfo.org - Ms. - F213419 - L213419 - - 213419@hsesinfo.org - 555-555-3419 - - - 5193 - 806 - 8967 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - ALLEN ACTION AGENCY, INC. - http://www.allenactionagency.org - 806@hsesinfo.org - 505 West Seventh Ave - - Oberlin - LA - 70655 - PO Box 540 - - Oberlin - LA - 70655-0540 - 505 West Seventh Ave - - Oberlin - LA - 70655-0540 - Mr. - F52117 - L52117 - - Board Chair - 52117@hsesinfo.org - Mr. - F52114 - L52114 - - - 52114@hsesinfo.org - Mrs. - F52113 - L52113 - - 52113@hsesinfo.org - Mr. - F52112 - L52112 - - 52112@hsesinfo.org - 555-555-2112 - - - 10205 - 9018 - 12236 - 000 - 2019 - 2019-08-01 - - HS - Active - Save the Children Federation, Inc. - www.savethechildren.org - 9018@hsesinfo.org - - - - - - - - - - - - - - - - Mr. - F219790 - L219790 - - Save the Children Head Start Board Chair - 219790@hsesinfo.org - Mr. - F219791 - L219791 - - Executive Director - 219791@hsesinfo.org - Ms. - F219793 - L219793 - - 219793@hsesinfo.org - Mr. - F219789 - L219789 - - 219789@hsesinfo.org - 555-555-9789 - - - 10206 - 9019 - 12236 - 200 - 2019 - 2019-08-01 - - EHS - Active - Save the Children Federation, Inc. - www.savethechildren.org - 9019@hsesinfo.org - - - - - - - - - - - - - - - - Mr. - F219797 - L219797 - - Save the Children Head Start Board Chair - 219797@hsesinfo.org - Mr. - F219798 - L219798 - - Executive Director - 219798@hsesinfo.org - Ms. - F219800 - L219800 - - 219800@hsesinfo.org - Mr. - F219796 - L219796 - - 219796@hsesinfo.org - 555-555-9796 - - - 10406 - 289 - 12411 - 000 - 1992 - 2019-08-01 - - HS - Active - Cen-Clear Child Services, Inc. - www.cenclear.org - 289@hsesinfo.org - 50 Bigler Rd - - Bigler - PA - 16825 - PO Box 319 - - Bigler - PA - 16825-0319 - 50 Bigler Rd - - Bigler - PA - 16825 - Mr. - F221182 - L221182 - - Chairperson - 221182@hsesinfo.org - Mrs. - F221183 - L221183 - - CEO - 221183@hsesinfo.org - Ms. - F221185 - L221185 - - 221185@hsesinfo.org - Mrs. - F221181 - L221181 - - 221181@hsesinfo.org - 555-555-1181 x 5555 - - - 10407 - 290 - 12411 - 200 - 2014 - 2019-08-01 - - EHS - Active - Cen-Clear Child Services, Inc. - http://www.cenclear.org - 290@hsesinfo.org - 50 Bigler Rd - - Bigler - PA - 16825 - PO Box 319 - 50 Bigler Road - Bigler - PA - 16825-0319 - 50 Bigler Rd - - Bigler - PA - 16825 - Mr. - F221189 - L221189 - - Board Chair - 221189@hsesinfo.org - Mrs. - F221190 - L221190 - - CEO - 221190@hsesinfo.org - Ms. - F221192 - L221192 - - 221192@hsesinfo.org - Ms. - F221188 - L221188 - - 221188@hsesinfo.org - 555-555-1188 x 5555 - - - 10408 - 6034 - 12413 - 200 - - 2019-09-01 - - EHS - Active - Community Services for Children, Inc. - http://www.cscinc.org - 6034@hsesinfo.org - 1520 Hanover Ave - - Allentown - PA - 18109-2360 - 1520 Hanover Ave - - Allentown - PA - 18109-2360 - 1520 Hanover Ave - - Allentown - PA - 18109-2360 - Mrs. - F221196 - L221196 - - Chairperson, Board of Directors - 221196@hsesinfo.org - Mrs. - F221197 - L221197 - - CEO/President - 221197@hsesinfo.org - Ms. - F221199 - L221199 - - 221199@hsesinfo.org - Mrs. - F221195 - L221195 - - 221195@hsesinfo.org - 555-555-1195 x 5555 - - - 10410 - 5941 - 12415 - 200 - - 2019-08-01 - - EHS - Active - Commonwealth of Pennsylvania, Department of Public Welf - - 5941@hsesinfo.org - 333 Market Street - FL 6 - Harrisburg - PA - 17101-2210 - 333 Market Street - FL 6 - Harrisburg - PA - 17101-2210 - 333 Market Street - FL 6 - Harrisburg - PA - 17101-2210 - Ms. - F221210 - L221210 - - Interim Governing Board Chair - 221210@hsesinfo.org - Ms. - F221211 - L221211 - - Bureau Director - 221211@hsesinfo.org - Ms. - F221213 - L221213 - - 221213@hsesinfo.org - Ms. - F221209 - L221209 - - 221209@hsesinfo.org - 555-555-1209 - - - 10411 - 1570 - 12410 - 200 - 2000 - 2019-09-01 - - EHS - Active - AVANCE-San Antonio, Inc. - http://avancesa.org - 1570@hsesinfo.org - 903 Billy Mitchell Blvd. - Ste 100 - San Antonio - TX - 78226-1802 - 903 Billy Mitchell Blvd. - Ste 100 - San Antonio - TX - 78226-1802 - 903 Billy Mitchell Blvd. - Ste 100 - San Antonio - TX - 78226-1802 - Ms. - F221217 - L221217 - - Board Chair - 221217@hsesinfo.org - Ms. - F221218 - L221218 - - Executive Director - 221218@hsesinfo.org - Ms. - F221220 - L221220 - - 221220@hsesinfo.org - Ms. - F221216 - L221216 - - 221216@hsesinfo.org - 555-555-1216 - - - 10412 - 1665 - 12414 - 200 - 2014 - 2019-09-01 - - EHS - Active - GALENA PARK INDEPENDENT SCHOOL DISTRICT - http://www.galenaparkisd.com - 1665@hsesinfo.org - 1908 2nd St - - Galena Park - TX - 77547-3218 - 1908 2nd st - - Galena Park - TX - 77547 - 14705 Woodforest Blvd - - Houston - TX - 77015-3258 - Mr. - F221224 - L221224 - - President, Board of Trustees - 221224@hsesinfo.org - Ms. - F221225 - L221225 - Ed.D - - 221225@hsesinfo.org - Ms. - F221227 - L221227 - - 221227@hsesinfo.org - Ms. - F221223 - L221223 - - 221223@hsesinfo.org - 555-555-1223 - - - 10413 - 6046 - 12418 - 200 - - 2019-09-01 - - EHS - Active - University of Arkansas at Pine Bluff - http://www.uapb.edu - 6046@hsesinfo.org - 1200 Universtiy Dr - Mail Slot 4971 - Pine Bluff - AR - 71601-2799 - 1200 Universtiy Dr - Mail Slot 4971 - Pine Bluff - AR - 71601-2799 - 1200 Universtiy Dr - Mail Slot 4971 - Pine Bluff - AR - 71601-2799 - Dr. - F221231 - L221231 - - Chancellor - 221231@hsesinfo.org - Dr. - F221232 - L221232 - - CDC Director/ Assistant Professor/ EHS Executive Director - 221232@hsesinfo.org - Mr. - F221234 - L221234 - - 221234@hsesinfo.org - Dr. - F221230 - L221230 - - 221230@hsesinfo.org - 555-555-1230 - - - 10415 - 6195 - 12416 - 200 - - 2019-09-01 - - EHS - Active - SUNBEAM FAMILY SERVICES, INC. - http://www.sunbeamfamilyservices.org - 6195@hsesinfo.org - 1100 NW 14th St - - Oklahoma City - OK - 73106-4450 - 1100 NW 14th St - - Oklahoma City - OK - 73106-4450 - 1100 NW 14th St - - Oklahoma City - OK - 73106-4450 - Ms. - F221245 - L221245 - - BOARD PRESIDENT - 221245@hsesinfo.org - Ms. - F221246 - L221246 - - CHIEF EXECUTIVE OFFICER - 221246@hsesinfo.org - Mr. - F221248 - L221248 - - 221248@hsesinfo.org - Ms. - F221244 - L221244 - - 221244@hsesinfo.org - 555-555-1244 - - - 10416 - 249 - 12409 - 000 - 2013 - 2019-09-01 - - HS - Active - Center for Family Resources, Inc. - http://www.centerforfamilyresources.org - 249@hsesinfo.org - 12 Morris Road - - Ringwood - NJ - 07456-1700 - 12 Morris Road - - Ringwood - NJ - 07456-1700 - 12 Morris Road - - Ringwood - NJ - 07456-1700 - Mr. - F221252 - L221252 - - Chairman - 221252@hsesinfo.org - Mrs. - F221253 - L221253 - - Executive Director - 221253@hsesinfo.org - Ms. - F221255 - L221255 - - 221255@hsesinfo.org - Mrs. - F221251 - L221251 - - 221251@hsesinfo.org - 555-555-1251 x 5555 - - - 10417 - 250 - 12409 - 200 - 2013 - 2019-09-01 - - EHS - Active - Center for Family Resources, Inc. - http:www.centerforfamilyresources.org - 250@hsesinfo.org - 12 Morris Road - - Ringwood - NJ - 07456-1700 - 12 Morris Road - - Ringwood - NJ - 07456-1700 - 12 Morris Road - - Ringwood - NJ - 07456-1700 - Mr. - F221259 - L221259 - - Chairman - 221259@hsesinfo.org - Mrs. - F221260 - L221260 - - Executive Director - 221260@hsesinfo.org - Ms. - F221262 - L221262 - - 221262@hsesinfo.org - Mrs. - F221258 - L221258 - - 221258@hsesinfo.org - 555-555-1258 x 5555 - - - 10224 - 402 - 12249 - 000 - 2013 - 2019-08-01 - - HS - Active - Great Lakes Community Action Partnership - http://www.glcap.org - 402@hsesinfo.org - 127 S Front St - - Fremont - OH - 43420-3021 - 127 S Front St - P.O. Box 590 - Fremont - OH - 43420-3021 - 127 S Front St - - Fremont - OH - 43420-3021 - Mr. - F219913 - L219913 - - Board Chair - 219913@hsesinfo.org - Mrs. - F219914 - L219914 - - - 219914@hsesinfo.org - Mrs. - F219916 - L219916 - - 219916@hsesinfo.org - Mrs. - F219912 - L219912 - - 219912@hsesinfo.org - 555-555-9912 x 5555 - - - 10225 - 403 - 12249 - 200 - 2013 - 2019-08-01 - - EHS - Active - Great Lakes Community Action Partnership - http://www.glcap.org - 403@hsesinfo.org - 127 S Front St - - Fremont - OH - 43420-3021 - PO Box 590 - - Fremont - OH - 43420 - 127 S Front St - - Fremont - OH - 43420-3021 - Mr. - F219920 - L219920 - - Board Chair - 219920@hsesinfo.org - Mrs. - F219921 - L219921 - - - 219921@hsesinfo.org - Mrs. - F219923 - L219923 - - 219923@hsesinfo.org - Mrs. - F219919 - L219919 - - 219919@hsesinfo.org - 555-555-9919 x 5555 - - - 10565 - 9039 - 12550 - 200 - 2019 - 2019-11-01 - - EHS - Active - CDI HS/Mid-Cumberland, TN CC Partnership - www.cdiheadstart.org - 9039@hsesinfo.org - 10065 E Harvard Ave Ste 700 - - Denver - CO - 80231-5915 - 10065 E Harvard Ave Ste 700 - - Denver - CO - 80231-5915 - 10065 E Harvard Ave Ste 700 - - Denver - CO - 80231-5915 - Mr. - F222296 - L222296 - - Chief Executive Officer - 222296@hsesinfo.org - Ms. - F222294 - L222294 - - Executive Director - 222294@hsesinfo.org - - F222297 - L222297 - - 222297@hsesinfo.org - Ms. - F222293 - L222293 - - 222293@hsesinfo.org - 555-555-2293 - - - 10419 - 1305 - 12423 - 000 - 2014 - 2019-09-01 - - HS - Active - Head Start of Northeastern Nevada - headstart@hsnn.net - 1305@hsesinfo.org - 1280 Golf Course Road - - Elko - NV - 89801 - 1280 Golf Course Road - - Elko - NV - 89801 - 1280 Golf Course Road - - Elko - NV - 89801 - Mr. - F221273 - L221273 - - BOD Chairperson - 221273@hsesinfo.org - Ms. - F221274 - L221274 - - - 221274@hsesinfo.org - Ms. - F221276 - L221276 - - 221276@hsesinfo.org - Ms. - F221272 - L221272 - - 221272@hsesinfo.org - 555-555-1272 x 5555 - - - 9156 - 486 - 11462 - 200 - 2007 - 2018-11-01 - - EHS - Active - Child Development Council of Franklin County, Inc. - http://www.cdcheadstart.org - 486@hsesinfo.org - 999 Crupper Ave - - Columbus - OH - 43229-1108 - 999 Crupper Ave - - Columbus - OH - 43229-1108 - 999 Crupper Ave - - Columbus - OH - 43229-1108 - Ms. - F212629 - L212629 - - Board Chair - 212629@hsesinfo.org - Ms. - F212630 - L212630 - - President & CEO - 212630@hsesinfo.org - Ms. - F212632 - L212632 - - 212632@hsesinfo.org - Ms. - F212628 - L212628 - - 212628@hsesinfo.org - 555-555-2628 - - - 5566 - 5572 - 9372 - 019 - 2014 - 2014-10-27 - 2019-06-30 - HS - Inactive - Para Los Ninos - http://www.paralosninos.org - 5572@hsesinfo.org - 5000 Hollywood Blvd - - Los Angeles - CA - 90027-6104 - 5000 Hollywood Blvd - - Los Angeles - CA - 90027-6104 - 5000 Hollywood Blvd - - Los Angeles - CA - 90027-6104 - Atty. - F100131 - L100131 - - Board Member - 100131@hsesinfo.org - Dr. - F100132 - L100132 - - CEO - 100132@hsesinfo.org - Mr. - F100134 - L100134 - - 100134@hsesinfo.org - Dr. - F100130 - L100130 - - 100130@hsesinfo.org - 555-555-0130 x 5555 - - - 8276 - 424 - 10662 - 200 - 2004 - 2016-07-01 - - EHS - Active - Ninth District Opportunity, Inc. - www.ndo.org - 424@hsesinfo.org - 308 Spring Street - P.O. Drawer L - Gainesville - GA - 30503-1912 - 308 Spring Street - P.O. Drawer L - Gainesville - GA - 30503-1912 - 308 Spring Street - P.O. Drawer L - Gainesville - GA - 30503-1912 - Mr. - F207072 - L207072 - - - 207072@hsesinfo.org - Ms. - F207073 - L207073 - - Interim Ex. Director - 207073@hsesinfo.org - Ms. - F207075 - L207075 - - 207075@hsesinfo.org - Ms. - F207071 - L207071 - - 207071@hsesinfo.org - 555-555-7071 x 5555 - - - 8275 - 425 - 10662 - 000 - 1992 - 2016-07-01 - - HS - Active - Ninth District Opportunity, Inc. - www.ndo.org - 425@hsesinfo.org - 308 Spring Street - P.O. Drawer L - Gainesville - GA - 30503-1912 - 308 Spring Street - P.O. Drawer L - Gainesville - GA - 30503-1912 - 308 Spring Street - P.O. Drawer L - Gainesville - GA - 30503-1912 - Mr. - F207065 - L207065 - - Board Chair - 207065@hsesinfo.org - Ms. - F207066 - L207066 - - Interim Ex. Director - 207066@hsesinfo.org - Ms. - F207068 - L207068 - - 207068@hsesinfo.org - Ms. - F207064 - L207064 - - 207064@hsesinfo.org - 555-555-7064 x 5555 - - - 6675 - 3544 - 10184 - 001 - - 2015-07-01 - 2020-06-30 - HS - Inactive - Oak Ridge Schools' Preschool - http://www.preschool.ortn.edu - 3544@hsesinfo.org - 157 Carver Ave - - Oak Ridge - TN - 37830-7317 - 157 Carver Ave - - Oak Ridge - TN - 37830-7317 - 157 Carver Ave - - Oak Ridge - TN - 37830-7317 - Dr. - F202395 - L202395 - - Anderson County Schools' Board Chairman - 202395@hsesinfo.org - Dr. - F202396 - L202396 - - Director of Schools - 202396@hsesinfo.org - Mrs. - F202398 - L202398 - - 202398@hsesinfo.org - Ms. - F202394 - L202394 - - 202394@hsesinfo.org - 555-555-2394 - - - 9270 - 688 - 11535 - 000 - 1991 - 2019-01-01 - - HS - Active - COMMUNITY ACTION PROGRAM COMMISSION OF LANCASTER - http://www.faircaa.org - 688@hsesinfo.org - 1743 E Main St - - Lancaster - OH - 43130-9838 - PO Box 768 - - Lancaster - OH - 43130-0768 - 1743 E Main St - - Lancaster - OH - 43130-9838 - Ms. - F213435 - L213435 - - - 213435@hsesinfo.org - Mr. - F213436 - L213436 - - - 213436@hsesinfo.org - Ms. - F213438 - L213438 - - 213438@hsesinfo.org - Mrs. - F213434 - L213434 - - 213434@hsesinfo.org - 555-555-3434 x 5555 - - - 11308 - 1764 - 13187 - 000 - 1992 - 2020-05-01 - - HS - Active - Santa Clara Office of Education - http://www.myheadstart.org - 1764@hsesinfo.org - 1290 Ridder Park Drive, MC 225 - - San Jose - CA - 95131-2304 - 1290 Ridder Park Drive, MC 225 - - San Jose - CA - 95131-2304 - 1290 Ridder Park Drive, MC 225 - - San Jose - CA - 95131-2304 - Mrs. - F227276 - L227276 - - SCCOE Board President - 227276@hsesinfo.org - Dr. - F227277 - L227277 - - - 227277@hsesinfo.org - Ms. - F227279 - L227279 - - 227279@hsesinfo.org - Mr. - F227275 - L227275 - - 227275@hsesinfo.org - 555-555-7275 x 5555 - - - 10217 - 252 - 12248 - 000 - 2014 - 2019-08-01 - - HS - Active - COMMUNITY CONCEPTS, INC - http://www.community-concepts.org - 252@hsesinfo.org - 17 Market Sq - - South Paris - ME - 04281-1533 - 17 Market Sq - - South Paris - ME - 04281-1533 - 17 Market Sq - - South Paris - ME - 04281-1533 - Ms. - F219864 - L219864 - - Board President - 219864@hsesinfo.org - Mr. - F219865 - L219865 - - CEO - 219865@hsesinfo.org - Ms. - F219867 - L219867 - - 219867@hsesinfo.org - Ms. - F219863 - L219863 - - 219863@hsesinfo.org - 555-555-9863 - - - 10218 - 251 - 12248 - 200 - 2014 - 2019-08-01 - - EHS - Active - COMMUNITY CONCEPTS, INC - http://www.community-concepts.org - 251@hsesinfo.org - 17 Market Sq - - South Paris - ME - 04281-1533 - 17 Market Sq - - South Paris - ME - 04281-1533 - 17 Market Sq - - South Paris - ME - 04281-1533 - Ms. - F219871 - L219871 - - Board President - 219871@hsesinfo.org - Mr. - F219872 - L219872 - - CEO - 219872@hsesinfo.org - Ms. - F219874 - L219874 - - 219874@hsesinfo.org - Ms. - F219870 - L219870 - - 219870@hsesinfo.org - 555-555-9870 - - - 10220 - 5934 - 12252 - 200 - - 2019-08-01 - - EHS - Active - Municipality of San German - www.municipiodesangerman.com - 5934@hsesinfo.org - 23 Ave Dr Harris - - San German - PR - 00683 - PO Box 85 - - San German - PR - 00683-0085 - 23 Ave Dr Harris - - San German - PR - 00683 - Hon. - F219885 - L219885 - - Mayor of Municipality of San Germán - 219885@hsesinfo.org - Mrs. - F219886 - L219886 - - Early Head Start & Head Start Director - 219886@hsesinfo.org - Mrs. - F219888 - L219888 - - 219888@hsesinfo.org - Mrs. - F219884 - L219884 - - 219884@hsesinfo.org - 555-555-9884 - - - 10221 - 5936 - 12250 - 200 - - 2019-08-01 - - EHS - Active - Scranton-Lackawanna Human Development Agency, Inc. - www.headstartslhda.org - 5936@hsesinfo.org - 123 Wyoming Ave - Fl 3 - Scranton - PA - 18503-2026 - 123 Wyoming Ave - Fl 3 - Scranton - PA - 18503-2026 - 123 Wyoming Ave - Fl 3 - Scranton - PA - 18503-2026 - Mr. - F219892 - L219892 - - Chairman, Board of Directors - 219892@hsesinfo.org - Mr. - F219893 - L219893 - - Executive Director - 219893@hsesinfo.org - Mr. - F219895 - L219895 - - 219895@hsesinfo.org - Ms. - F219891 - L219891 - - 219891@hsesinfo.org - 555-555-9891 - - - 10222 - 6053 - 12251 - 200 - - 2019-09-01 - - EHS - Active - Youth In Need - http://www.youthinneed.org - 6053@hsesinfo.org - 1815 Boones Lick Road - - Saint Charles - MO - 63301-2247 - 1815 Boones Lick Road - - Saint Charles - MO - 63301-2247 - 1815 Boones Lick Road - - Saint Charles - MO - 63301-2247 - Mr. - F219899 - L219899 - - Board Chair - 219899@hsesinfo.org - Mrs. - F219900 - L219900 - - Chief Executive Officer - 219900@hsesinfo.org - Ms. - F219902 - L219902 - - 219902@hsesinfo.org - Ms. - F219898 - L219898 - - 219898@hsesinfo.org - 555-555-9898 x 5555 - - - 10223 - 6015 - 12254 - 200 - - 2019-08-01 - - EHS - Active - Community Action Partnership of San Luis Obispo County - 1030 Southwoord Drive - 6015@hsesinfo.org - 1030 Southwood Drive - - San Luis Obispo - CA - 93401-5813 - 1030 Southwood Drive - - San Luis Obispo - CA - 93401-5813 - 1030 Southwood Drive - - San Luis Obispo - CA - 93401-5813 - Ms. - F219906 - L219906 - - Board Chairperson - 219906@hsesinfo.org - Mrs. - F219907 - L219907 - - CEO - 219907@hsesinfo.org - Ms. - F219909 - L219909 - - 219909@hsesinfo.org - Mrs. - F219905 - L219905 - - 219905@hsesinfo.org - 555-555-9905 x 5555 - - - 8360 - 4084 - 10709 - 201 - - 2016-07-01 - - EHS - Active - Fairfax County Public Schools - https://www.fcps.edu/academics/early-childhood-education/fecep-head-start - 4084@hsesinfo.org - 7423 Camp Alger Ave - - Falls Church - VA - 22042-3608 - 7423 Camp Alger Ave - - Falls Church - VA - 22042-3608 - 7423 Camp Alger Ave - - Falls Church - VA - 22042-3608 - Ms. - F207659 - L207659 - - Chair, Fairfax County School Board - 207659@hsesinfo.org - Dr. - F207660 - L207660 - - Superintendent, Fairfax County Public Schools - 207660@hsesinfo.org - Ms. - F207662 - L207662 - - 207662@hsesinfo.org - Ms. - F207658 - L207658 - - 207658@hsesinfo.org - 555-555-7658 - - - 8357 - 4082 - 10709 - 001 - - 2016-07-01 - - HS - Active - Fairfax County Public Schools - https://www.fcps.edu/academics/early-childhood-education/fecep-head-start - 4082@hsesinfo.org - 7423 Camp Alger Ave - - Falls Church - VA - 22042-3608 - 7423 Camp Alger Ave - - Falls Church - VA - 22042-3608 - 7423 Camp Alger Ave - - Falls Church - VA - 22042-3608 - Ms. - F207638 - L207638 - - Chair, Fairfax County School Board - 207638@hsesinfo.org - Dr. - F207639 - L207639 - - Superintendent, Fairfax County Public Schools - 207639@hsesinfo.org - Ms. - F207641 - L207641 - - 207641@hsesinfo.org - Ms. - F207637 - L207637 - - 207637@hsesinfo.org - 555-555-7637 - - - 4499 - 731 - 8543 - 200 - 2013 - 2013-11-29 - 2019-06-30 - EHS - Inactive - Presbyterian Medical Services - http://www.pms-healthierstate.org - 731@hsesinfo.org - 1422 Paseo De Peralta - - Santa Fe - NM - 87501 - 1422 Paseo De Peralta - - Santa Fe - NM - 87501 - 1422 Paseo De Peralta - - Santa Fe - NM - 87501 - Mrs. - F42374 - L42374 - - - 42374@hsesinfo.org - Mr. - F42372 - L42372 - - - 42372@hsesinfo.org - Mr. - F42371 - L42371 - - 42371@hsesinfo.org - Mrs. - F42370 - L42370 - - 42370@hsesinfo.org - 555-555-2370 - - - 6171 - 6178 - 9554 - 203 - - 2015-01-01 - - EHS - Active - Centers For New Horizons, Inc. - http://www.cnh.org - 6178@hsesinfo.org - 4150 South King Drive - - Chicago - IL - 60653-2616 - 4150 South King Drive - - Chicago - IL - 60653-2616 - 4150 South King Drive - - Chicago - IL - 60653-2616 - Mr. - F108250 - L108250 - - Board Chair - 108250@hsesinfo.org - Ms. - F108251 - L108251 - - CEO/Executive Director - 108251@hsesinfo.org - Ms. - F108253 - L108253 - - 108253@hsesinfo.org - Ms. - F108249 - L108249 - - 108249@hsesinfo.org - 555-555-8249 - - - 8308 - 810 - 10672 - 000 - 1992 - 2016-07-01 - - HS - Active - South Plains Community Action Association, Inc. - http://www.spcaa.org - 810@hsesinfo.org - 411 Austin St - - Levelland - TX - 79336-4733 - PO Box 610 - - Levelland - TX - 79336-0610 - 411 Austin St - - Levelland - TX - 79336-4733 - Mr. - F207296 - L207296 - - President-SPCAA Board of Directors - 207296@hsesinfo.org - Mr. - F207297 - L207297 - Jr. - Executive Director - 207297@hsesinfo.org - Mr. - F207299 - L207299 - - 207299@hsesinfo.org - Mrs. - F207295 - L207295 - - 207295@hsesinfo.org - 555-555-7295 x 5555 - - - 8358 - 4083 - 10710 - 002 - - 2016-07-01 - - HS - Active - Higher Horizons - www.higherhorizons.org - 4083@hsesinfo.org - 5920-B Summers Lane - - Falls Church - VA - 22041-1634 - 5920-B Summers Lane - - Falls Church - VA - 22041-1634 - 5920-B Summers Lane - - Falls Church - VA - 22041-1634 - Mr. - F207645 - L207645 - - - 207645@hsesinfo.org - Ms. - F207646 - L207646 - - - 207646@hsesinfo.org - Mr. - F207648 - L207648 - - 207648@hsesinfo.org - Ms. - F207644 - L207644 - - 207644@hsesinfo.org - 555-555-7644 - - - 11309 - 1763 - 13187 - 200 - 2000 - 2020-05-01 - - EHS - Active - Santa Clara Office of Education - http://www.myheadstart.org - 1763@hsesinfo.org - 1290 Ridder Park Drive, MC 225 - - San Jose - CA - 95131-2304 - 1290 Ridder Park Drive, MC 225 - - San Jose - CA - 95131-2304 - 1290 Ridder Park Drive, MC 225 - - San Jose - CA - 95131-2304 - Mrs. - F227283 - L227283 - - SCCOE Board President - 227283@hsesinfo.org - Dr. - F227284 - L227284 - - - 227284@hsesinfo.org - Ms. - F227286 - L227286 - - 227286@hsesinfo.org - Mr. - F227282 - L227282 - - 227282@hsesinfo.org - 555-555-7282 - - - 11310 - 2526 - 13185 - 000 - 1992 - 2020-05-01 - - Migrant HS - Active - Community Council of Idaho, Inc. - www.communitycouncilofidaho.org - 2526@hsesinfo.org - 317 Happy Day Blvd. Suite 250 - - Caldwell - ID - 83607-1529 - 317 Happy Day Blvd. Suite 250 - - Caldwell - ID - 83607-1529 - 317 Happy Day Blvd. Suite 250 - - Caldwell - ID - 83607-1529 - Ms. - F227290 - L227290 - - President, Board of Trustees - 227290@hsesinfo.org - Ms. - F227291 - L227291 - - Executive Director - 227291@hsesinfo.org - Ms. - F227293 - L227293 - - 227293@hsesinfo.org - Ms. - F227289 - L227289 - - 227289@hsesinfo.org - 555-555-7289 - - - 4921 - 2058 - 8780 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - POCATELLO SCHOOL DISTRICT #25 - - 2058@hsesinfo.org - 330 Oakwood Dr - - Pocatello - ID - 83204-3911 - 330 Oakwood Dr - - Pocatello - ID - 83204-3911 - 3115 Pole Line Rd - 3115 Pole Line Rd - Pocatello - ID - 83201-6119 - Mr. - F48404 - L48404 - - Board Chair - 48404@hsesinfo.org - Ms. - F48406 - L48406 - - Director Elementary Education - 48406@hsesinfo.org - Ms. - F48402 - L48402 - - 48402@hsesinfo.org - Ms. - F48401 - L48401 - - 48401@hsesinfo.org - 555-555-8401 - - - 10420 - 1306 - 12423 - 200 - 2014 - 2019-09-01 - - EHS - Active - Head Start of Northeastern Nevada - headstart@hsnn.net - 1306@hsesinfo.org - 1280 Golf Course Road - - Elko - NV - 89801 - 1280 Golf Course Road - - Elko - NV - 89801 - 1280 Golf Course Road - - Elko - NV - 89801 - Mr. - F221280 - L221280 - - BOD Chairperson - 221280@hsesinfo.org - Ms. - F221281 - L221281 - - - 221281@hsesinfo.org - Ms. - F221283 - L221283 - - 221283@hsesinfo.org - Ms. - F221279 - L221279 - - 221279@hsesinfo.org - 555-555-1279 x 5555 - - - 5605 - 1292 - 9222 - 200 - 2014 - 2014-12-01 - - EHS - Active - MID-COLUMBIA CHILDREN'S COUNCIL, INC - http://www.mcccheadstart.org - 1292@hsesinfo.org - 1100 East Marina Way, Suite 215 - - Hood River - OR - 97031-2353 - 1100 E. Marina Way, Ste 215 - - Hood River - OR - 97031 - 1100 East Marina Way, Suite 215 - - Hood River - OR - 97031-2353 - Ms. - F101184 - L101184 - - - 101184@hsesinfo.org - Mr. - F101182 - L101182 - - Chief Executive Officer - 101182@hsesinfo.org - Ms. - F101181 - L101181 - - 101181@hsesinfo.org - Dr. - F101179 - L101179 - - 101179@hsesinfo.org - 555-555-1179 x 5555 - - - 9282 - 1433 - 11540 - 000 - 2013 - 2019-01-01 - - HS - Active - Hancock Hardin Wyandot Putnam Community Action - www.hhwpcac.org - 1433@hsesinfo.org - 1637 Tiffin Ave - - Findlay - OH - 45840-6848 - 1637 Tiffin Ave - - Findlay - OH - 45840-6848 - 1637 Tiffin Ave - - Findlay - OH - 45840-6848 - Ms. - F213519 - L213519 - - Board President - 213519@hsesinfo.org - Mr. - F213520 - L213520 - - President/CEO - 213520@hsesinfo.org - Ms. - F213522 - L213522 - - 213522@hsesinfo.org - Ms. - F213518 - L213518 - - 213518@hsesinfo.org - 555-555-3518 x 5555 - - - 10421 - 6056 - 12421 - 200 - - 2019-09-01 - - EHS - Active - Child Development Resources of Ventura County, Inc. - http://www.cdrv.org - 6056@hsesinfo.org - 221 East Ventura Boulevard - - Oxnard - CA - 93036-0277 - 221 East Ventura Boulevard - - Oxnard - CA - 93036-0277 - 221 East Ventura Boulevard - - Oxnard - CA - 93036-0277 - Mr. - F221287 - L221287 - - Board President - 221287@hsesinfo.org - Mr. - F221288 - L221288 - - CEO - 221288@hsesinfo.org - Ms. - F221290 - L221290 - - 221290@hsesinfo.org - Ms. - F221286 - L221286 - - 221286@hsesinfo.org - 555-555-1286 - - - 10422 - 6060 - 12422 - 200 - - 2019-09-01 - - Migrant EHS - Active - REDLANDS CHRISTIAN MIGRANT ASSOCIATION - http://www.rcma.org - 6060@hsesinfo.org - 402 W Main St - - Immokalee - FL - 34142-3933 - 402 W Main St - - Immokalee - FL - 34142-3933 - 402 W Main St - - Immokalee - FL - 34142-3933 - Ms. - F221294 - L221294 - - Board Chair - 221294@hsesinfo.org - Ms. - F221295 - L221295 - - Executive Director - 221295@hsesinfo.org - Mrs. - F221297 - L221297 - - 221297@hsesinfo.org - Ms. - F221293 - L221293 - - 221293@hsesinfo.org - 555-555-1293 x 5555 - - - 9192 - 333 - 11492 - 200 - 2013 - 2018-11-01 - - EHS - Active - COMPREHENSIVE COMMUNITY ACTION PROGRAM - http://www.comcap.org - 333@hsesinfo.org - 311 Doric Avenue - - Cranston - RI - 02910-2903 - 311 Doric Avenue - - Cranston - RI - 02910-2903 - 311 Doric Avenue - - Cranston - RI - 02910-2903 - Mrs. - F212880 - L212880 - - Board Chair - 212880@hsesinfo.org - Mrs. - F212881 - L212881 - - President/CEO - 212881@hsesinfo.org - Mrs. - F212883 - L212883 - - 212883@hsesinfo.org - Mrs. - F212879 - L212879 - - 212879@hsesinfo.org - 555-555-2879 - - - 6116 - 1547 - 9711 - 000 - 2000 - 2015-03-01 - - HS - Active - Municipality of Guaynabo - www.guaynabocity.gov.pr - 1547@hsesinfo.org - Calle Jose De Diego Esquina Herminio Diaz Navarro - Guaynabo City Hall 4th Floor - Guaynabo - PR - 00970 - PO Box 7885 - - Guaynabo - PR - 00970-7885 - Calle Jose De Diego Esquina Herminio Diaz Navarro - Guaynabo City Hall 4th Floor - Guaynabo - PR - 00970 - Mr. - F108484 - L108484 - - President of the Government Board - 108484@hsesinfo.org - Mr. - F108483 - L108483 - - Mayor - 108483@hsesinfo.org - Mrs. - F108486 - L108486 - - 108486@hsesinfo.org - Ms. - F108482 - L108482 - - 108482@hsesinfo.org - 555-555-8482 x 5555 - - - 9314 - 8748 - 11568 - 209 - 2018 - 2018-07-01 - 2019-06-30 - EHS - Inactive - Downtown Baltimore Child Care Center - www.dbcckids.org - 8748@hsesinfo.org - 237 Arch Street - - Baltimore - MD - 21201 - 237 Arch Street - - Baltimore - MD - 21201 - 237 Arch Street - - Baltimore - MD - 21201 - Mr. - F213738 - L213738 - - - 213738@hsesinfo.org - Ms. - F213736 - L213736 - - - 213736@hsesinfo.org - - F213739 - L213739 - - 213739@hsesinfo.org - Ms. - F213735 - L213735 - - 213735@hsesinfo.org - 555-555-3735 - - - 8529 - 8409 - 10938 - 200 - 2017 - 2017-03-01 - - EHS - Active - ECONOMIC SECURITY CORPORATION OF SOUTHWEST AREA - http://www.escswa.org - 8409@hsesinfo.org - 302 South Joplin Avenue - - Joplin - MO - 64801-2354 - PO Box 207 - - Joplin - MO - 64802-0207 - 302 South Joplin Avenue - - Joplin - MO - 64801-2354 - Mr. - F208431 - L208431 - - Board of Directors Chairperson - 208431@hsesinfo.org - Mr. - F208432 - L208432 - - - 208432@hsesinfo.org - Mr. - F208434 - L208434 - - 208434@hsesinfo.org - Mr. - F208430 - L208430 - - 208430@hsesinfo.org - 555-555-8430 - - - 5291 - 3685 - 9137 - 012 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Mountain View Head Start Preschool - http://www.mtviewschools.com - 3685@hsesinfo.org - 2109 Burkett Rd. - - El Monte - CA - 91733-4113 - 2109 Burkett Rd. - - El Monte - CA - 91733-4113 - 3320 Gilman Rd - - El Monte - CA - 91732-3201 - Mr. - F53383 - L53383 - - School Board President - 53383@hsesinfo.org - Ms. - F53379 - L53379 - - Superintendent - 53379@hsesinfo.org - Ms. - F53380 - L53380 - - 53380@hsesinfo.org - Ms. - F53378 - L53378 - - 53378@hsesinfo.org - 555-555-3378 - - - 6508 - 614 - 10112 - 000 - 1991 - 2015-07-01 - - HS - Active - Community Service Programs of West Alabama, Inc. - www.cspwal.com - 614@hsesinfo.org - 601 Black Bears Way - - Tuscaloosa - AL - 35401-4807 - 601 Black Bears Way - - Tuscaloosa - AL - 35401-4807 - 601 Black Bears Way - - Tuscaloosa - AL - 35401-4807 - Mr. - F201226 - L201226 - Jr - Chairman - 201226@hsesinfo.org - Mrs. - F201227 - L201227 - - Executive Director - 201227@hsesinfo.org - Mr. - F201229 - L201229 - - 201229@hsesinfo.org - Ms. - F201225 - L201225 - - 201225@hsesinfo.org - 555-555-1225 - - - 9300 - 841 - 11558 - 200 - 2013 - 2019-01-01 - - EHS - Active - Southern Seven Health Department - http://www.southern7.org - 841@hsesinfo.org - 37 Rustic Campus Drive - - Ullin - IL - 62992-2226 - 37 Rustic Campus Drive - - Ullin - IL - 62992-2226 - 37 Rustic Campus Drive - - Ullin - IL - 62992-2226 - Dr. - F213638 - L213638 - - Board President - 213638@hsesinfo.org - Mrs. - F213639 - L213639 - - - 213639@hsesinfo.org - Mrs. - F213641 - L213641 - - 213641@hsesinfo.org - Mrs. - F213637 - L213637 - - 213637@hsesinfo.org - 555-555-3637 - - - 9267 - 8746 - 11530 - 000 - 2019 - 2019-01-01 - - HS - Active - Daughters of Charity Services of San Antonio - dcssa.org - 8746@hsesinfo.org - 7607 Somerset Rd - - San Antonio - TX - 78211-0752 - 7607 Somerset Rd - - San Antonio - TX - 78211-0752 - 7607 Somerset Rd - - San Antonio - TX - 78211-0752 - Mr. - F213413 - L213413 - - Board Chair - 213413@hsesinfo.org - Mr. - F213414 - L213414 - - CEO - 213414@hsesinfo.org - - F213416 - L213416 - - 213416@hsesinfo.org - Ms. - F213412 - L213412 - - 213412@hsesinfo.org - 555-555-3412 - - - 7000 - 2498 - 10444 - 000 - 1992 - 2015-12-01 - - AIAN HS - Active - Central Tribes of the Shawnee Area, Inc. - 1535 N. Mckinely - 2498@hsesinfo.org - 1535 N Mckinley Ave - - Shawnee - OK - 74801-5200 - 1535 N Mckinley Ave - - Shawnee - OK - 74801-5200 - 1535 N Mckinley Ave - - Shawnee - OK - 74801-5200 - Mr. - F204666 - L204666 - - Board Of Directors - 204666@hsesinfo.org - Ms. - F204667 - L204667 - - Interim Executive Director - 204667@hsesinfo.org - Mrs. - F204669 - L204669 - - 204669@hsesinfo.org - Mrs. - F204665 - L204665 - - 204665@hsesinfo.org - 555-555-4665 - - - 6613 - 1886 - 10154 - 200 - 2000 - 2015-07-01 - 2020-06-30 - EHS - Inactive - AVANCE - Houston, Inc. - www.avancehouston.org - 1886@hsesinfo.org - 4281 Dacoma St - - Houston - TX - 77092-8607 - 4281 Dacoma St - - Houston - TX - 77092-8607 - 4281 Dacoma St - - Houston - TX - 77092-8607 - Mr. - F201961 - L201961 - - Board Chairperson - 201961@hsesinfo.org - Ms. - F201962 - L201962 - - Executive Director - 201962@hsesinfo.org - Mr. - F201964 - L201964 - - 201964@hsesinfo.org - Mrs. - F201960 - L201960 - Ed.D - 201960@hsesinfo.org - 555-555-1960 - - - 5898 - 2370 - 9313 - 000 - 1992 - 2015-02-01 - 2020-06-30 - HS - Inactive - Community Action Partnership, Inc. - http://www.dickinson.k12.nd.us/Early_Childhood/ - 2370@hsesinfo.org - 107 3rd Avenue SE - - Dickinson - ND - 58601-5637 - 107 3rd Avenue SE - - Dickinson - ND - 58601-5637 - Community Action Partnership - 202 East Villard - Dickinson - ND - 58601 - Mrs. - F105871 - L105871 - - Board Chairperson - 105871@hsesinfo.org - Mr. - F105870 - L105870 - - - 105870@hsesinfo.org - Mrs. - F105868 - L105868 - - 105868@hsesinfo.org - Mrs. - F105867 - L105867 - - 105867@hsesinfo.org - 555-555-5867 - - - 5396 - 1888 - 9166 - 200 - 2014 - 2014-09-01 - 2020-08-31 - EHS - Inactive - REGION VII EDUCATION SERVICE CENTER - http://www.esc7.net - 1888@hsesinfo.org - 1909 N Longview St - - Kilgore - TX - 75662-6827 - 1909 North Longview Street - - Kilgore - TX - 75662-6827 - 1909 N Longview St - - Kilgore - TX - 75662-6827 - Mr. - F96749 - L96749 - - Region 7 ESC Board Chairman - 96749@hsesinfo.org - Mrs. - F96753 - L96753 - - - 96753@hsesinfo.org - Mrs. - F96752 - L96752 - - 96752@hsesinfo.org - Mrs. - F96748 - L96748 - - 96748@hsesinfo.org - 555-555-6748 - - - 6816 - 2604 - 10276 - 200 - 2010 - 2015-09-01 - 2020-08-31 - EHS - Inactive - Absaroka, Inc. - www.abshs.org - 2604@hsesinfo.org - 883 E 7th St - - Powell - WY - 82435-2111 - PO Box 952 - - Worland - WY - 82401-0952 - 883 E 7th St - - Powell - WY - 82435-2111 - Mr. - F203387 - L203387 - - Board Chair - 203387@hsesinfo.org - Mrs. - F203388 - L203388 - - Head Start Director - 203388@hsesinfo.org - Mrs. - F203390 - L203390 - - 203390@hsesinfo.org - Mrs. - F203386 - L203386 - - 203386@hsesinfo.org - 555-555-3386 - - - 8748 - 8606 - 11120 - 222 - 2017 - 2017-08-01 - - EHS - Active - EHS Program, Municipality of Fajardo - - 8606@hsesinfo.org - General Valero Ave c-11 4-3 - - Fajardo - PR - 00738-3949 - General Valero Ave c-11 4-3 - - Fajardo - PR - 00738-3949 - General Valero Ave c-11 4-3 - - Fajardo - PR - 00738-3949 - Hon. - F209710 - L209710 - - President of Goverment Body - 209710@hsesinfo.org - Hon. - F209711 - L209711 - - Mayor - 209711@hsesinfo.org - Mrs. - F209713 - L209713 - - 209713@hsesinfo.org - Mrs. - F209709 - L209709 - - 209709@hsesinfo.org - 555-555-9709 - - - 6887 - 6905 - 10365 - 002 - - 2015-07-01 - - HS - Active - Central City EOC - www.cceocno.com - 6905@hsesinfo.org - 2020 Jackson Avenue - - New Orleans - LA - 70113-1475 - 2020 Jackson Avenue - - New Orleans - LA - 70113-1475 - 2020 Jackson Avenue - - New Orleans - LA - 70113-1475 - Mr. - F203870 - L203870 - - President - Central City EOC Board - 203870@hsesinfo.org - Ms. - F203871 - L203871 - - Excecutive Director - 203871@hsesinfo.org - Mr. - F203873 - L203873 - - 203873@hsesinfo.org - Ms. - F203869 - L203869 - - 203869@hsesinfo.org - 555-555-3869 x 5555 - - - 5280 - 3661 - 9127 - 202 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Plaza de la Raza Child Development Services, Inc. - www.plazadelaraza.net - 3661@hsesinfo.org - 13300 Crossroads Pkwy N - Ste 440 - City Of Industry - CA - 91746-3440 - 13300 Crossroads Pkwy N - Ste 440 - City Of Industry - CA - 91746-3440 - 13300 Crossroads Pkwy N - Ste 440 - City Of Industry - CA - 91746-3440 - Ms. - F53305 - L53305 - - Board Chair - 53305@hsesinfo.org - Ms. - F53303 - L53303 - - Acting Executive Director - 53303@hsesinfo.org - Ms. - F53304 - L53304 - - 53304@hsesinfo.org - Ms. - F53301 - L53301 - - 53301@hsesinfo.org - 555-555-3301 - - - 5813 - 5819 - 9399 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - AWARE, Inc. - http://aware-inc.org/services/early-childhood/early-head-start/early-head-start-childcare-partnership/ - 5819@hsesinfo.org - 3242 Hesper Rd - - Billings - MT - 59102-6731 - 3242 Hesper Rd - - Billings - MT - 59102-6731 - 205 E Park Ave - - Anaconda - MT - 59711-2340 - Mr. - F103852 - L103852 - - AWARE Board of Directors Chairperson - 103852@hsesinfo.org - Mr. - F103853 - L103853 - - - 103853@hsesinfo.org - Ms. - F103855 - L103855 - - 103855@hsesinfo.org - Ms. - F103851 - L103851 - - 103851@hsesinfo.org - 555-555-3851 - - - 9026 - 5447 - 11350 - 200 - 2014 - 2018-08-01 - - EHS - Active - Singing River Educational Association, INC - - 5447@hsesinfo.org - 1170 Pleasant Hill Church Road - Post Office Box 594 - Lucedale - MS - 39452-0594 - PO Box 594 - - Lucedale - MS - 39452-0594 - 1170 Pleasant Hill Church Rd - - Lucedale - MS - 39452-8497 - Mrs. - F211718 - L211718 - - Chairperson - 211718@hsesinfo.org - Mrs. - F211719 - L211719 - - Executive Director - 211719@hsesinfo.org - Ms. - F211721 - L211721 - - 211721@hsesinfo.org - Mrs. - F211717 - L211717 - - 211717@hsesinfo.org - 555-555-1717 - - - 5950 - 5957 - 9659 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Miami-Dade County - www.miamidade.gov/caa - 5957@hsesinfo.org - 701 NW 1st Ct, 9th Floor - - Miami - FL - 33136-3923 - 701 NW 1st Ct, 9th Floor - - Miami - FL - 33136-3923 - 701 NW 1st Ct, 9th Floor - - Miami - FL - 33136-3923 - Ms. - F106254 - L106254 - - Chairman of the Board of Miami Dade County Commissioners - 106254@hsesinfo.org - Ms. - F106255 - L106255 - - Department Director - 106255@hsesinfo.org - Ms. - F106257 - L106257 - - 106257@hsesinfo.org - Ms. - F106253 - L106253 - - 106253@hsesinfo.org - 555-555-6253 - - - 9051 - 2892 - 11379 - 000 - 2013 - 2018-08-01 - - HS - Active - Private Industry Council of Westmoreland/Fayette, Inc. - www.privateindustrycouncil.com - 2892@hsesinfo.org - 219 Donohoe Road - - Greensburg - PA - 15601-6987 - 219 Donohoe Road - - Greensburg - PA - 15601-6987 - 219 Donohoe Road - - Greensburg - PA - 15601-6987 - Mr. - F211909 - L211909 - - Board Chair - 211909@hsesinfo.org - Ms. - F211910 - L211910 - - President/CEO - 211910@hsesinfo.org - Ms. - F211912 - L211912 - - 211912@hsesinfo.org - Ms. - F211908 - L211908 - - 211908@hsesinfo.org - 555-555-1908 x 5555 - - - 8350 - 969 - 10705 - 200 - 2004 - 2016-07-01 - - EHS - Active - Blueprints - http://www.myblueprints.org - 969@hsesinfo.org - 150 W Beau St - Early Head Start Program - Washington - PA - 15301-4425 - 150 W Beau St - Early Head Start Program - Washington - PA - 15301-4425 - 150 W Beau St - Early Head Start Program - Washington - PA - 15301-4425 - Mr. - F207589 - L207589 - - President - 207589@hsesinfo.org - Ms. - F207590 - L207590 - - C.E.O. - 207590@hsesinfo.org - Ms. - F207592 - L207592 - - 207592@hsesinfo.org - Ms. - F207588 - L207588 - - 207588@hsesinfo.org - 555-555-7588 x 5555 - - - 10423 - 596 - 12425 - 000 - 2014 - 2019-09-01 - - HS - Active - Ashland Board of Education - http://www.ashland.kyschools.us - 596@hsesinfo.org - 1820 Hickman St - - Ashland - KY - 41101-2424 - 1820 Hickman Street - - Ashland - KY - 41101 - 1820 Hickman Street - - Ashland - KY - 41101 - Mr. - F221301 - L221301 - - Board of Education Board Chair - 221301@hsesinfo.org - Mr. - F221302 - L221302 - - Superintendent - 221302@hsesinfo.org - Mrs. - F221304 - L221304 - - 221304@hsesinfo.org - Mrs. - F221300 - L221300 - - 221300@hsesinfo.org - 555-555-1300 - - - 10425 - 6080 - 12426 - 200 - - 2019-09-01 - - EHS - Active - Washington County Opportunities, Inc. - - 6080@hsesinfo.org - 546 Gamari Rd - - Greenville - MS - 38702-0750 - 546 Gamari Rd - - Greenville - MS - 38702-0750 - 546 Gamari Rd - - Greenville - MS - 38702-0750 - Mr. - F221315 - L221315 - - - 221315@hsesinfo.org - Mr. - F221316 - L221316 - - - 221316@hsesinfo.org - Ms. - F221318 - L221318 - - 221318@hsesinfo.org - Mr. - F221314 - L221314 - - 221314@hsesinfo.org - 555-555-1314 - - - 10138 - 9004 - 12167 - 000 - 2019 - 2019-07-01 - - HS - Active - Sharon Baptist Board of Directors, Inc - http://www.sharonbaptistheadstart.org - 9004@hsesinfo.org - 1925 Bathgate Avenue - - Bronx - NY - 10457-4404 - 1925 Bathgate Avenue - - Bronx - NY - 10457-4404 - 1925 Bathgate Avenue - - Bronx - NY - 10457-4404 - Mr. - F219357 - L219357 - - Board Chairperson - 219357@hsesinfo.org - Ms. - F219358 - L219358 - - Executive Director - 219358@hsesinfo.org - Ms. - F219360 - L219360 - - 219360@hsesinfo.org - Ms. - F219356 - L219356 - - 219356@hsesinfo.org - 555-555-9356 - - - 10426 - 6084 - 12428 - 200 - - 2019-09-01 - - EHS - Active - Guilford Child Development - http://www.guilfordchilddev.org - 6084@hsesinfo.org - 1200 Arlington St - - Greensboro - NC - 27406-1499 - 1200 Arlington St - - Greensboro - NC - 27406-1499 - 1200 Arlington St - - Greensboro - NC - 27406-1499 - Mr. - F221322 - L221322 - - Board Chair - 221322@hsesinfo.org - Mrs. - F221323 - L221323 - - Chief Executive Officer - 221323@hsesinfo.org - Ms. - F221325 - L221325 - - 221325@hsesinfo.org - Ms. - F221321 - L221321 - - 221321@hsesinfo.org - 555-555-1321 - - - 10427 - 6093 - 12429 - 200 - - 2019-09-01 - - EHS - Active - The University of Texas - Rio Grande Valley - https://www.utrgv.edu/hdss/degrees-programs/head-start-program/index.htm - 6093@hsesinfo.org - 1201 W University Dr - Edcc 2.504 - Edinburg - TX - 78539-2909 - 1201 W University Dr - Edcc 2.504 - Edinburg - TX - 78539-2909 - 1201 W University Dr - Edcc 2.504 - Edinburg - TX - 78539-2909 - Dr. - F221329 - L221329 - - Chair - 221329@hsesinfo.org - Dr. - F221330 - L221330 - - Principal Investigator - 221330@hsesinfo.org - Ms. - F221332 - L221332 - - 221332@hsesinfo.org - Dr. - F221328 - L221328 - - 221328@hsesinfo.org - 555-555-1328 - - - 6315 - 3479 - 9904 - 003 - 2010 - 2015-04-01 - 2020-10-31 - HS - Inactive - Acelero Learning Monmouth/Middlesex County - almm.acelero.net - 3479@hsesinfo.org - 132 2nd Street - - Perth Amboy - NJ - 08861 - 132 2nd Street - - Perth Amboy - NJ - 08861 - 132 2nd Street - - Perth Amboy - NJ - 08861 - Mr. - F110515 - L110515 - - Board Chairman - 110515@hsesinfo.org - Mr. - F110513 - L110513 - - - 110513@hsesinfo.org - Ms. - F110512 - L110512 - - 110512@hsesinfo.org - Ms. - F110516 - L110516 - - 110516@hsesinfo.org - - - - 10137 - 9003 - 12156 - 200 - 2019 - 2019-07-01 - - EHS - Active - University Settlement Society of New York - http://www.universitysettlement.org - 9003@hsesinfo.org - 184 Eldridge Street - - New York - NY - 10002-2924 - 184 Eldridge Street - - New York - NY - 10002-2924 - 184 Eldridge Street - - New York - NY - 10002-2924 - Mr. - F219350 - L219350 - - Board Chair - 219350@hsesinfo.org - Dr. - F219351 - L219351 - - Executive Director - 219351@hsesinfo.org - Ms. - F219353 - L219353 - - 219353@hsesinfo.org - Ms. - F219349 - L219349 - - 219349@hsesinfo.org - 555-555-9349 - - - 10431 - 6197 - 12431 - 200 - - 2019-09-01 - - EHS - Active - Blue Valley Community Action,Inc. - http://www.bvca.net - 6197@hsesinfo.org - 620 5th St - - Fairbury - NE - 68352-2624 - PO Box 273 - - Fairbury - NE - 68352-0273 - 620 5th St - - Fairbury - NE - 68352-2624 - Mr. - F221357 - L221357 - - Board President - 221357@hsesinfo.org - Ms. - F221358 - L221358 - - Cheif Executive Officer - 221358@hsesinfo.org - Mr. - F221360 - L221360 - - 221360@hsesinfo.org - Mrs. - F221356 - L221356 - - 221356@hsesinfo.org - 555-555-1356 - - - 8242 - 2660 - 10642 - 000 - 2011 - 2016-07-01 - - HS - Active - Charleston County School District Head Start - www.ccsdschools.com - 2660@hsesinfo.org - 75 Calhoun St - Fl 2 - Charleston - SC - 29401-3539 - 75 Calhoun St - Fl 2 - Charleston - SC - 29401-3539 - 75 Calhoun St - Fl 2 - Charleston - SC - 29401-3539 - Dr. - F206809 - L206809 - - Charleston County School District Board Chair - 206809@hsesinfo.org - Mrs. - F206810 - L206810 - - Executive Director of Early Learning - 206810@hsesinfo.org - Mr. - F206812 - L206812 - - 206812@hsesinfo.org - Ms. - F206808 - L206808 - - 206808@hsesinfo.org - 555-555-6808 - - - 10228 - 1229 - 12131 - 000 - 2014 - 2019-07-01 - - Migrant HS - Active - Kings Community Action Organization - http://www.kcao.org - 1229@hsesinfo.org - 1130 N. 11th Avenue - - Hanford - CA - 93230-5901 - 1130 N. 11th Avenue - - Hanford - CA - 93230-5901 - 1130 N. 11th Avenue - - Hanford - CA - 93230-5901 - Mr. - F219943 - L219943 - - KCAO Board Chairperson - 219943@hsesinfo.org - Mr. - F219941 - L219941 - - - 219941@hsesinfo.org - Ms. - F219944 - L219944 - - 219944@hsesinfo.org - Mrs. - F219940 - L219940 - - 219940@hsesinfo.org - 555-555-9940 - - - 9899 - 643 - 12000 - 000 - 2014 - 2019-07-01 - - HS - Active - Sumter County Opportunity, Inc. - http://www.scoheadstart.org - 643@hsesinfo.org - 714 Country Club Road - P.O. Drawer 928 - Livingston - AL - 35470-0928 - 714 Country Club Road - P.O. Drawer 928 - Livingston - AL - 35470-0928 - 714 Country Club Road - P.O. Drawer 928 - Livingston - AL - 35470-0928 - Mr. - F217703 - L217703 - - Board Chairman - 217703@hsesinfo.org - Mrs. - F217704 - L217704 - - CEO/Executive Director/Head Start/EarlyHead Director - 217704@hsesinfo.org - Mrs. - F217706 - L217706 - - 217706@hsesinfo.org - Mrs. - F217702 - L217702 - - 217702@hsesinfo.org - 555-555-7702 - - - 9810 - 926 - 11957 - 000 - 2014 - 2019-07-01 - - HS - Active - Chambers-Tallapoosa-Coosa Community Action Agency - cacctc.com - 926@hsesinfo.org - 170 South Broadnax Street - - Dadeville - AL - 36853-1704 - 170 South Broadnax Street - - Dadeville - AL - 36853-1704 - 170 South Broadnax Street - - Dadeville - AL - 36853-1704 - Mr. - F217081 - L217081 - - Board Chairman - 217081@hsesinfo.org - Mr. - F217082 - L217082 - - - 217082@hsesinfo.org - Ms. - F217084 - L217084 - - 217084@hsesinfo.org - Ms. - F217080 - L217080 - - 217080@hsesinfo.org - 555-555-7080 x 5555 - - - 4244 - 998 - 8302 - 200 - 2004 - 2013-07-30 - 2019-07-31 - EHS - Inactive - Northeast Missouri Community Action - http://www.nmcaa.org - 998@hsesinfo.org - 215 N Elson St - - Kirksville - MO - 63501-2816 - PO Box 966 - - Kirksville - MO - 63501-0966 - 215 N Elson St - - Kirksville - MO - 63501-2816 - Mr. - F38001 - L38001 - - Governing Board President - 38001@hsesinfo.org - Ms. - F38002 - L38002 - - - 38002@hsesinfo.org - Mr. - F38003 - L38003 - - 38003@hsesinfo.org - Ms. - F38000 - L38000 - - 38000@hsesinfo.org - 555-555-8000 x 5555 - - - 10229 - 5926 - 12265 - 200 - - 2019-08-01 - - EHS - Active - York County Community Action Corporation - https://www.yccac.org/index.php/programs/children-s-services - 5926@hsesinfo.org - 6 Spruce St - - Sanford - ME - 04073-2917 - PO Box 72 - - Sanford - ME - 04073-0072 - 6 Spruce St - - Sanford - ME - 04073-2917 - Ms. - F219947 - L219947 - - Board President - 219947@hsesinfo.org - Ms. - F219948 - L219948 - - Executive Director - 219948@hsesinfo.org - Ms. - F219950 - L219950 - - 219950@hsesinfo.org - Mrs. - F219946 - L219946 - - 219946@hsesinfo.org - 555-555-9946 - - - 10230 - 5971 - 12259 - 200 - - 2019-08-01 - - EHS - Active - Region IX Education Cooperative - rec9nm.org - 5971@hsesinfo.org - 143 El Paso Rd - - Ruidoso - NM - 88345-6033 - 143 El Paso Rd - - Ruidoso - NM - 88345-6033 - 143 El Paso Rd - - Ruidoso - NM - 88345-6033 - Mr. - F219954 - L219954 - - Coordinating Council Chairperson - 219954@hsesinfo.org - Mr. - F219955 - L219955 - - Executive Director - 219955@hsesinfo.org - Ms. - F219957 - L219957 - - 219957@hsesinfo.org - Ms. - F219953 - L219953 - - 219953@hsesinfo.org - 555-555-9953 - - - 10231 - 5974 - 12264 - 200 - - 2019-08-01 - - EHS - Active - Louisiana State University Health Sciences Center - N.O - - 5974@hsesinfo.org - 411 S Prieur St - Rm 471 - New Orleans - LA - 70112-2239 - 433 Bolivar St - Rm 824 - New Orleans - LA - 70112-7021 - 433 Bolivar St - Rm 824 - New Orleans - LA - 70112-2256 - Dr. - F219961 - L219961 - - Vice Chancellor for Academic Affairs - 219961@hsesinfo.org - Dr. - F219962 - L219962 - - Director, Human Development Center - 219962@hsesinfo.org - Mr. - F219964 - L219964 - - 219964@hsesinfo.org - Ms. - F219960 - L219960 - - 219960@hsesinfo.org - 555-555-9960 - - - 10232 - 5979 - 12261 - 200 - - 2019-08-01 - - EHS - Active - City of San Antonio - http://www.saheadstart.org - 5979@hsesinfo.org - 106 S ST MARY'S ST, SUITE 700 - - SAN ANTONIO - TX - 78205-3603 - 106 S ST MARY'S ST, SUITE 700 - - SAN ANTONIO - TX - 78205-3603 - 106 S ST MARY'S ST, SUITE 700 - - SAN ANTONIO - TX - 78205-3603 - Mr. - F219968 - L219968 - - Mayor of the City of San Antonio - 219968@hsesinfo.org - Ms. - F219969 - L219969 - - Director Department of Human Services - 219969@hsesinfo.org - Ms. - F219971 - L219971 - - 219971@hsesinfo.org - Ms. - F219967 - L219967 - - 219967@hsesinfo.org - 555-555-9967 - - - 10424 - 532 - 12432 - 000 - 2014 - 2019-09-01 - - HS - Active - Washington County Opportunities, Inc. - - 532@hsesinfo.org - 546 Gamari Road - P.O. Drawer 750 - Greenville - MS - 38702-0750 - 546 Gamari Road - P.O. Drawer 750 - Greenville - MS - 38702-0750 - 546 Gamari Road - P.O. Drawer 750 - Greenville - MS - 38702-0750 - Mr. - F221308 - L221308 - - Board Chairman - 221308@hsesinfo.org - Mr. - F221309 - L221309 - - - 221309@hsesinfo.org - Ms. - F221311 - L221311 - - 221311@hsesinfo.org - Mr. - F221307 - L221307 - - 221307@hsesinfo.org - 555-555-1307 - - - 10233 - 6050 - 12258 - 200 - - 2019-09-01 - - EHS - Active - South Plains Community Action Association, Inc. (SPCAA) - www.spcaa.org - 6050@hsesinfo.org - 411 Austin St - - Levelland - TX - 79336-4733 - PO Box 610 - - Levelland - TX - 79336-0610 - 411 Austin St - - Levelland - TX - 79336-4733 - Mr. - F219975 - L219975 - - Board President - 219975@hsesinfo.org - Mr. - F219976 - L219976 - Jr. - Chief Executive Officer, - 219976@hsesinfo.org - Mr. - F219978 - L219978 - - 219978@hsesinfo.org - Mrs. - F219974 - L219974 - - 219974@hsesinfo.org - 555-555-9974 x 5555 - - - 10234 - 5865 - 12256 - 200 - - 2019-08-01 - - EHS - Active - Placer Community Action Council, Inc. - KidZKount.org - 5865@hsesinfo.org - 1166 High Street - - Auburn - CA - 95603-5110 - 1166 High Street - - Auburn - CA - 95603-5110 - 1166 High Street - - Auburn - CA - 95603-5110 - Ms. - F219982 - L219982 - - Board of Directors Chairperson - 219982@hsesinfo.org - Ms. - F219983 - L219983 - - Executive Director - 219983@hsesinfo.org - Ms. - F219985 - L219985 - - 219985@hsesinfo.org - Ms. - F219981 - L219981 - - 219981@hsesinfo.org - 555-555-9981 - - - 9763 - 8914 - 11896 - 200 - 2019 - 2019-07-01 - - EHS - Active - La Salle Community Action Association Inc - www.lasallecaa.net - 8914@hsesinfo.org - 825 Highway 8 - - Sicily Island - LA - 71368-4836 - 825 Highway 8 - - Sicily Island - LA - 71368-4836 - 825 Highway 8 - - Sicily Island - LA - 71368-4836 - Mr. - F216752 - L216752 - - President - 216752@hsesinfo.org - Mrs. - F216753 - L216753 - - - 216753@hsesinfo.org - Ms. - F216755 - L216755 - - 216755@hsesinfo.org - Ms. - F216751 - L216751 - - 216751@hsesinfo.org - 555-555-6751 x 5555 - - - 4784 - 1414 - 8649 - 000 - 2014 - 2014-04-01 - 2019-06-30 - HS - Inactive - Northeast Kansas Community Action Program, Inc. - http://www.nekcap.org - 1414@hsesinfo.org - 1260 220th St - - Hiawatha - KS - 66434-8923 - PO Box 380 - - Hiawatha - KS - 66434-0380 - 1260 220th St - - Hiawatha - KS - 66434-8923 - Mr. - F46545 - L46545 - CPA - NEK-CAP, Inc. Multi-County Board President - 46545@hsesinfo.org - Ms. - F46549 - L46549 - LMSW - NEK-CAP, Inc. Executive Director - 46549@hsesinfo.org - Mrs. - F46548 - L46548 - - 46548@hsesinfo.org - Ms. - F46544 - L46544 - LMSW - 46544@hsesinfo.org - 555-555-6544 x 5555 - - - 7016 - 1630 - 10472 - 000 - 1991 - 2016-01-01 - - HS - Active - Fresno Economic Opportunities Commission - http://www.fresnoeoc.org - 1630@hsesinfo.org - 1920 Mariposa Mall - Ste 300 - Fresno - CA - 93721-2504 - 1920 Mariposa Mall - Ste 300 - Fresno - CA - 93721-2504 - 1920 Mariposa Mall - Ste 300 - Fresno - CA - 93721-2504 - Ms. - F204778 - L204778 - - Board Chair - 204778@hsesinfo.org - Ms. - F204779 - L204779 - - Chief Executive Officer - 204779@hsesinfo.org - Mr. - F204781 - L204781 - - 204781@hsesinfo.org - Ms. - F204777 - L204777 - - 204777@hsesinfo.org - 555-555-4777 - - - 10242 - 5944 - 12269 - 200 - - 2019-08-01 - - EHS - Active - Chapel Hill Training-Outreach Project, Inc. - http://www.chtop.org/Programs/Head-Start-and-Early-Head-Start.html - 5944@hsesinfo.org - 800 Eastowne Dr - Ste 105 - Chapel Hill - NC - 27514-2215 - 800 Eastowne Dr - Ste 105 - Chapel Hill - NC - 27514-2215 - 800 Eastowne Dr - Ste 105 - Chapel Hill - NC - 27514-2215 - Mr. - F220038 - L220038 - - CHTOP Board Chairperson - 220038@hsesinfo.org - Mr. - F220039 - L220039 - - Executive Director - 220039@hsesinfo.org - Mr. - F220041 - L220041 - - 220041@hsesinfo.org - Mr. - F220037 - L220037 - - 220037@hsesinfo.org - 555-555-0037 x 5555 - - - 10243 - 5956 - 12270 - 200 - - 2019-08-01 - - EHS - Active - Telamon Corporation - http://www.telamon.org - 5956@hsesinfo.org - 5560 Munford Rd - Ste 201 - Raleigh - NC - 27612-2731 - 5560 Munford Rd - Ste 201 - Raleigh - NC - 27612-2731 - 5560 Munford Rd - Ste 201 - Raleigh - NC - 27612-2731 - Mrs. - F220045 - L220045 - - Governing Board Chair - 220045@hsesinfo.org - Mrs. - F220046 - L220046 - - Executive Director - 220046@hsesinfo.org - Ms. - F220048 - L220048 - - 220048@hsesinfo.org - Ms. - F220044 - L220044 - - 220044@hsesinfo.org - 555-555-0044 - - - 10244 - 1189 - 12266 - 000 - 1992 - 2019-08-01 - - AIAN HS - Active - KICKAPOO TRIBE OF OKLAHOMA (HEAD START) - ktoheadstart.com - 1189@hsesinfo.org - 105365 S Highway 102 - - McLoud - OK - 74851 - PO Box 399 - - McLoud - OK - 74851-0399 - 105365 S Highway 102 - - McLoud - OK - 74851 - Mr. - F220052 - L220052 - - Chairman of Kickapoo Business Committee - 220052@hsesinfo.org - Mr. - F220053 - L220053 - - Executive Director - 220053@hsesinfo.org - Mrs. - F220055 - L220055 - - 220055@hsesinfo.org - Ms. - F220051 - L220051 - - 220051@hsesinfo.org - 555-555-0051 - - - 10245 - 3545 - 12271 - 001 - 2013 - 2019-08-01 - - AIAN HS - Active - Kickapoo Head Start - ktoheadstart.com - 3545@hsesinfo.org - 105365 South Highway 102 - - McLoud - OK - 74851 - PO Box 399 - - McLoud - OK - 74851-0399 - 105365 South Highway 102 - - McLoud - OK - 74851 - Mr. - F220059 - L220059 - - Chairman of Kickapoo Tribe of OK Business Committee - 220059@hsesinfo.org - Mr. - F220060 - L220060 - - Executive Director - 220060@hsesinfo.org - Mr. - F220062 - L220062 - - 220062@hsesinfo.org - Ms. - F220058 - L220058 - - 220058@hsesinfo.org - 555-555-0058 - - - 10246 - 1181 - 12267 - 000 - 1992 - 2019-08-01 - - AIAN HS - Active - Shoshone-Bannock Tribal Business Council - http://www.sbtribes.com/shoshone-bannock-early-childhood.html - 1181@hsesinfo.org - E. Agency Rd. Building 82 - - Fort Hall - ID - 83203-0306 - P.O. Box 306 - - Fort Hall - ID - 83203-0306 - E. Agency Rd. Building 82 - - Fort Hall - ID - 83203-0306 - Mr. - F220066 - L220066 - - Chairman, Fort Hall Business Council - 220066@hsesinfo.org - Ms. - F220067 - L220067 - - Executive Director - 220067@hsesinfo.org - Ms. - F220069 - L220069 - - 220069@hsesinfo.org - Ms. - F220065 - L220065 - - 220065@hsesinfo.org - 555-555-0065 - - - 10248 - 1284 - 12268 - 200 - 2013 - 2019-09-01 - - EHS - Active - Skagit Valley College - http://sihs.skagit.edu - 1284@hsesinfo.org - 320 Pacific Place - - Mount Vernon - WA - 98273 - 2405 East College Way - - Mount Vernon - WA - 98273-5821 - 320 Pacific Place - - Mount Vernon - WA - 98273 - Mr. - F220080 - L220080 - - Chair of the Board of Trustees - 220080@hsesinfo.org - Mr. - F220081 - L220081 - - - 220081@hsesinfo.org - Ms. - F220083 - L220083 - - 220083@hsesinfo.org - Ms. - F220079 - L220079 - - 220079@hsesinfo.org - 555-555-0079 - - - 7017 - 1629 - 10472 - 200 - 2001 - 2016-01-01 - - EHS - Active - Fresno Economic Opportunities Commission - http://www.fresnoeoc.org - 1629@hsesinfo.org - 1920 Mariposa Mall - Ste 300 - Fresno - CA - 93721-2504 - 1920 Mariposa Mall - Ste 300 - Fresno - CA - 93721-2504 - 1920 Mariposa Mall - Ste 300 - Fresno - CA - 93721-2504 - Ms. - F204785 - L204785 - - Board Chair - 204785@hsesinfo.org - Ms. - F204786 - L204786 - - Chief Executive Officer - 204786@hsesinfo.org - Mr. - F204788 - L204788 - - 204788@hsesinfo.org - Ms. - F204784 - L204784 - - 204784@hsesinfo.org - 555-555-4784 - - - 10247 - 1283 - 12268 - 000 - 2013 - 2019-09-01 - - HS - Active - Skagit Valley College - http://sihs.skagit.edu - 1283@hsesinfo.org - 320 Pacific Place - - Mount Vernon - WA - 98273-5821 - 2405 East College Way - - Mount Vernon - WA - 98273-5821 - 320 Pacific Place - - Mount Vernon - WA - 98273 - Mr. - F220073 - L220073 - - Chair of the Board of Trustees - 220073@hsesinfo.org - Mr. - F220074 - L220074 - - - 220074@hsesinfo.org - Ms. - F220076 - L220076 - - 220076@hsesinfo.org - Ms. - F220072 - L220072 - - 220072@hsesinfo.org - 555-555-0072 - - - 6357 - 267 - 9960 - 000 - 1989 - 2015-06-01 - 2020-05-31 - HS - Inactive - Southwestern Community Services, Inc. - http://www.scshelps.org - 267@hsesinfo.org - 63 Community Way - - Keene - NH - 03431-3748 - 63 Community Way - - Keene - NH - 03431-3748 - 63 Community Way - - Keene - NH - 03431-3748 - Mr. - F200169 - L200169 - - Chairperson - 200169@hsesinfo.org - Mr. - F200170 - L200170 - - - 200170@hsesinfo.org - Mrs. - F200172 - L200172 - - 200172@hsesinfo.org - Mrs. - F200168 - L200168 - - 200168@hsesinfo.org - 555-555-0168 x 5555 - - - 10432 - 6102 - 12427 - 200 - - 2019-09-01 - - EHS - Active - Eastern Idaho Community Action Partnership - http://www.eicap.org - 6102@hsesinfo.org - 935 E. Lincoln Rd - - Idaho Falls - ID - 83405-1098 - 935 E. Lincoln Rd - - Idaho Falls - ID - 83405-1098 - 935 E. Lincoln Rd - - Idaho Falls - ID - 83405-1098 - Ms. - F221364 - L221364 - - - 221364@hsesinfo.org - Mr. - F221365 - L221365 - - Chief Executive Officer - 221365@hsesinfo.org - Ms. - F221367 - L221367 - - 221367@hsesinfo.org - Ms. - F221363 - L221363 - - 221363@hsesinfo.org - 555-555-1363 x 5555 - - - 9023 - 3392 - 11347 - 204 - 2013 - 2018-08-01 - - EHS - Active - YMCA of Greater Kansas City - http://www.kansascityymca.org - 3392@hsesinfo.org - 3100 Broadway Street, Suite 1020 - 3800 East 51st Street - Kansas City - MO - 64111-2413 - 3100 Broadway Street, Suite 1020 - 3800 East 51st Street - Kansas City - MO - 64111-2413 - 3100 Broadway Street, Suite 1020 - 3800 East 51st Street - Kansas City - MO - 64111-2413 - Ms. - F211698 - L211698 - - Chief Volunteer Officer / Board President - 211698@hsesinfo.org - Mr. - F211699 - L211699 - - President and Chief Executive Officer - 211699@hsesinfo.org - Ms. - F211701 - L211701 - - 211701@hsesinfo.org - Ms. - F211697 - L211697 - - 211697@hsesinfo.org - 555-555-1697 - - - 9022 - 3397 - 11347 - 004 - 2013 - 2018-08-01 - - HS - Active - YMCA of Greater Kansas City - http://www.kansascityymca.org - 3397@hsesinfo.org - 3100 Broadway Street, Suite 1020 - - Kansas City - MO - 64111-2413 - 3100 Broadway Street, Suite 1020 - - Kansas City - MO - 64111-2413 - 3100 Broadway Street, Suite 1020 - - Kansas City - MO - 64111-2413 - Ms. - F211692 - L211692 - - Board President - 211692@hsesinfo.org - Mr. - F211693 - L211693 - - - 211693@hsesinfo.org - Ms. - F211695 - L211695 - - 211695@hsesinfo.org - Ms. - F211691 - L211691 - - 211691@hsesinfo.org - 555-555-1691 - - - 10238 - 436 - 12262 - 000 - 2013 - 2019-08-01 - - HS - Active - Salisbury-Rowan Community Action Agency - www.srcaa.com - 436@hsesinfo.org - 1300 W Bank St - - Salisbury - NC - 28144-3910 - 1300 W Bank St - - Salisbury - NC - 28144-3910 - 1300 W Bank St - - Salisbury - NC - 28144-3910 - Mr. - F220010 - L220010 - - Board Chairman - 220010@hsesinfo.org - Ms. - F220011 - L220011 - - Executive Director - 220011@hsesinfo.org - Mr. - F220013 - L220013 - - 220013@hsesinfo.org - Mrs. - F220009 - L220009 - - 220009@hsesinfo.org - 555-555-0009 - - - 10239 - 435 - 12262 - 200 - 2013 - 2019-08-01 - - EHS - Active - Salisbury-Rowan Community Action Agency - www.srcaa.com - 435@hsesinfo.org - 1300 W Bank St - - Salisbury - NC - 28144-3910 - 1300 W Bank St - - Salisbury - NC - 28144-3910 - 1300 W Bank St - - Salisbury - NC - 28144-3910 - Mr. - F220017 - L220017 - - Board Chairman - 220017@hsesinfo.org - Ms. - F220018 - L220018 - - Executive Director - 220018@hsesinfo.org - Mr. - F220020 - L220020 - - 220020@hsesinfo.org - Mrs. - F220016 - L220016 - - 220016@hsesinfo.org - 555-555-0016 - - - 8826 - 8651 - 11199 - 000 - 2018 - 2018-07-01 - - HS - Active - CDI HS/South and West Philadelphia, PA - - 8651@hsesinfo.org - 1321 S Juniper St - - Philadelphia - PA - 19147-4909 - PO Box 32237 - - Philadelphia - PA - 19146-0737 - 1321 S Juniper St - - Philadelphia - PA - 19147-4909 - Mr. - F210304 - L210304 - - Chief Executive Officer - 210304@hsesinfo.org - Ms. - F210302 - L210302 - - Executive Director - 210302@hsesinfo.org - - F210305 - L210305 - - 210305@hsesinfo.org - Ms. - F210301 - L210301 - - 210301@hsesinfo.org - 555-555-0301 - - - 11340 - 1978 - 13220 - 000 - 1992 - 2020-06-01 - - HS - Active - Adirondack Community Action Programs, Inc. - www.acapinc.org - 1978@hsesinfo.org - 7572 Court St - Ste 2 - Elizabethtown - NY - 12932 - PO Box 848 - - Elizabethtown - NY - 12932-0848 - 7572 Court St - Ste 2 - Elizabethtown - NY - 12932 - Mr. - F227448 - L227448 - - - 227448@hsesinfo.org - Mr. - F227449 - L227449 - - - 227449@hsesinfo.org - Mrs. - F227451 - L227451 - - 227451@hsesinfo.org - Mrs. - F227447 - L227447 - - 227447@hsesinfo.org - 555-555-7447 x 5555 - - - 11341 - 3243 - 13220 - 200 - 2011 - 2020-06-01 - - EHS - Active - Adirondack Community Action Programs, Inc. - www.acapinc.org - 3243@hsesinfo.org - 7572 Court St - Ste 2 - Elizabethtown - NY - 12932 - PO Box 848 - - Elizabethtown - NY - 12932-0848 - 7572 Court St - Ste 2 - Elizabethtown - NY - 12932 - Mr. - F227455 - L227455 - - - 227455@hsesinfo.org - Mr. - F227456 - L227456 - - - 227456@hsesinfo.org - Mrs. - F227458 - L227458 - - 227458@hsesinfo.org - Mrs. - F227454 - L227454 - - 227454@hsesinfo.org - 555-555-7454 x 5555 - - - 8927 - 2386 - 11279 - 000 - 2013 - 2018-07-01 - - HS - Active - GREENBRIER COUNTY BOARD OF EDUCATION - 653 Church St. - 2386@hsesinfo.org - 197 Chestnut St - - Lewisburg - WV - 24901-2578 - 197 Chestnut St - - Lewisburg - WV - 24901-2578 - 653 Church St - - Lewisburg - WV - 24901-2024 - Mrs. - F211011 - L211011 - - President ot the Greenbrier County BOE - 211011@hsesinfo.org - Mr. - F211012 - L211012 - - - 211012@hsesinfo.org - Ms. - F211014 - L211014 - - 211014@hsesinfo.org - Ms. - F211010 - L211010 - - 211010@hsesinfo.org - 555-555-1010 - - - 11476 - 1585 - 13305 - 000 - 1991 - 2020-07-01 - - HS - Active - Child Care Associates - http://www.childcareassociates.org - 1585@hsesinfo.org - 3000 E Belknap St - - Fort Worth - TX - 76111-4142 - 3000 E Belknap St - - Fort Worth - TX - 76111-4142 - 3000 E Belknap St - - Fort Worth - TX - 76111-4142 - Ms. - F228359 - L228359 - - Board Chairman - 228359@hsesinfo.org - Ms. - F228360 - L228360 - - President/CEO - 228360@hsesinfo.org - Mr. - F228362 - L228362 - - 228362@hsesinfo.org - Ms. - F228358 - L228358 - - 228358@hsesinfo.org - 555-555-8358 x 5555 - - - 11477 - 1584 - 13305 - 200 - 2003 - 2020-07-01 - - EHS - Active - Child Care Associates - http://www.childcareassociates.org - 1584@hsesinfo.org - 3000 E Belknap St - - Fort Worth - TX - 76111-4142 - 3000 E Belknap St - - Fort Worth - TX - 76111-4142 - 3000 E Belknap St - - Fort Worth - TX - 76111-4142 - Ms. - F228366 - L228366 - - Board Chairman - 228366@hsesinfo.org - Ms. - F228367 - L228367 - - President/CEO - 228367@hsesinfo.org - Mr. - F228369 - L228369 - - 228369@hsesinfo.org - Ms. - F228365 - L228365 - - 228365@hsesinfo.org - 555-555-8365 x 5555 - - - 8322 - 4002 - 10687 - 005 - - 2016-07-01 - - HS - Active - Lamphere Head Start - https://lamphereschools.org - 4002@hsesinfo.org - 31201 Dorchester Avenue - - Madison Heights - MI - 48071-1075 - 31201 Dorchester Avenue - - Madison Heights - MI - 48071-1075 - 31201 Dorchester Avenue - - Madison Heights - MI - 48071-1075 - Mr. - F207394 - L207394 - - Lamphere's Board Of Education Secretary - 207394@hsesinfo.org - Mrs. - F207395 - L207395 - - - 207395@hsesinfo.org - Ms. - F207397 - L207397 - - 207397@hsesinfo.org - Mrs. - F207393 - L207393 - - 207393@hsesinfo.org - 555-555-7393 x 5555 - - - 9059 - 706 - 11382 - 200 - 2013 - 2018-09-01 - - EHS - Active - REGION 10 EDUCATION SERVICE CENTER - http://www.region10.org - 706@hsesinfo.org - 400 East Spring Valley Road - - Richardson - TX - 75081 - 400 East Spring Valley Road - - Richardson - TX - 75081 - 400 East Spring Valley Road - - Richardson - TX - 75081 - Mr. - F211998 - L211998 - - President of the Board - 211998@hsesinfo.org - Dr. - F211999 - L211999 - - Executive Director - 211999@hsesinfo.org - Mr. - F212001 - L212001 - - 212001@hsesinfo.org - Mrs. - F211997 - L211997 - - 211997@hsesinfo.org - 555-555-1997 - - - 8978 - 3134 - 11315 - 000 - 2013 - 2018-08-01 - - HS - Active - Washtenaw Intermediate School District - washtenawisd.org - 3134@hsesinfo.org - 1819 S Wagner Rd - - Ann Arbor - MI - 48103-9715 - 1819 South Wagner Road - P.O. Box 1406 - Ann Arbor - MI - 48106-1406 - 1819 S Wagner Rd - - Ann Arbor - MI - 48103-9715 - Ms. - F211402 - L211402 - - President - 211402@hsesinfo.org - Mrs. - F211403 - L211403 - - Superintendent - 211403@hsesinfo.org - Mr. - F211405 - L211405 - - 211405@hsesinfo.org - Mrs. - F211401 - L211401 - - 211401@hsesinfo.org - 555-555-1401 x 5555 - - - 8979 - 5360 - 11315 - 200 - 2014 - 2018-08-01 - - EHS - Active - Washtenaw Intermediate School District - washtenawisd.org - 5360@hsesinfo.org - 1819 S Wagner Rd - - Ann Arbor - MI - 48103-9715 - 1819 South Wagner Road - P.O. Box 1406 - Ann Arbor - MI - 48106-1406 - 1819 S Wagner Rd - - Ann Arbor - MI - 48103-9715 - Ms. - F211409 - L211409 - - President - 211409@hsesinfo.org - Mrs. - F211410 - L211410 - - Superintendent - 211410@hsesinfo.org - Mr. - F211412 - L211412 - - 211412@hsesinfo.org - Mrs. - F211408 - L211408 - - 211408@hsesinfo.org - 555-555-1408 x 5555 - - - 8261 - 1276 - 10640 - 000 - 1992 - 2016-07-01 - - HS - Active - Edmonds Community College - Head Start & Early Head Start - www.edcc.edu/birthtofive - 1276@hsesinfo.org - 20816 44th Ave W - Ste 110 - Lynnwood - WA - 98036-7744 - 20000 68th Ave W - - Lynnwood - WA - 98036-5999 - 20816 44th Ave W - Ste 110 - Lynnwood - WA - 98036-7744 - Dr. - F206942 - L206942 - - Chairperson, Board of Trustees - 206942@hsesinfo.org - Ms. - F206943 - L206943 - - Executive Director - 206943@hsesinfo.org - Mr. - F206945 - L206945 - - 206945@hsesinfo.org - Ms. - F206941 - L206941 - - 206941@hsesinfo.org - 555-555-6941 x 5555 - - - 4859 - 1945 - 8803 - 000 - 2014 - 2014-06-01 - 2019-05-31 - HS - Inactive - Head Start Child and Family Development Centers, Inc. - HeadStartCouleeRegion.com - 1945@hsesinfo.org - 333 Buchner Place, Wing A - - La Crosse - WI - 54603-3172 - 333 Buchner Place, Wing A - - La Crosse - WI - 54603-3172 - 333 Buchner Place, Wing A - - La Crosse - WI - 54603-3172 - Mr. - F47630 - L47630 - - Board of Directors - President - 47630@hsesinfo.org - Ms. - F47629 - L47629 - - Executive Director - 47629@hsesinfo.org - Ms. - F47632 - L47632 - - 47632@hsesinfo.org - Ms. - F47628 - L47628 - - 47628@hsesinfo.org - 555-555-7628 x 5555 - - - 8307 - 8237 - 10674 - 200 - 2016 - 2016-07-01 - - EHS - Active - Ozark Opportunities, Inc. - www.ozarkopp.org - 8237@hsesinfo.org - 701 E Prospect Ave - - Harrison - AR - 72601-4419 - PO Box 1400 - - Harrison - AR - 72602-1400 - 701 E Prospect Ave - - Harrison - AR - 72601-4419 - Mrs. - F207289 - L207289 - - Board Chairperson - 207289@hsesinfo.org - Mr. - F207290 - L207290 - - Executive Director / Head Start Director - 207290@hsesinfo.org - Mrs. - F207292 - L207292 - - 207292@hsesinfo.org - Mr. - F207288 - L207288 - - 207288@hsesinfo.org - 555-555-7288 x 5555 - - - 8181 - 2135 - 10628 - 000 - 1991 - 2016-07-01 - - HS - Active - Astor Services for Children & Families - http://www.astorservices.org - 2135@hsesinfo.org - 6339 Mill St - - Rhinebeck - NY - 12572-1427 - 6339 Mill St - - Rhinebeck - NY - 12572-1427 - 6339 Mill St - - Rhinebeck - NY - 12572-1427 - Dr. - F206382 - L206382 - - - 206382@hsesinfo.org - Ms. - F206383 - L206383 - - CEO - 206383@hsesinfo.org - Ms. - F206385 - L206385 - - 206385@hsesinfo.org - Ms. - F206381 - L206381 - - 206381@hsesinfo.org - 555-555-6381 - - - 5920 - 5927 - 9672 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Capstone Community Action, Inc. - http://www.capstonevt.org - 5927@hsesinfo.org - 20 Gable Place - - Barre - VT - 05641-4138 - 20 Gable Place - - Barre - VT - 05641-4138 - 20 Gable Place - - Barre - VT - 05641-4138 - Mr. - F106012 - L106012 - - President, Board of Directors - 106012@hsesinfo.org - Ms. - F106013 - L106013 - - Executive Director - 106013@hsesinfo.org - Ms. - F106015 - L106015 - - 106015@hsesinfo.org - Ms. - F106011 - L106011 - - 106011@hsesinfo.org - 555-555-6011 x 5555 - - - 10249 - 9032 - 12272 - 000 - 2020 - 2020-01-01 - - AIAN HS - Active - Alabama-Coushatta Reservation Tribal Council - - 9032@hsesinfo.org - 147 Daycare Rd - - Livingston - TX - 77351-4540 - 571 State Park Road 56 - - Livingston - TX - 77351-4540 - 571 State Park Road 56 - - Livingston - TX - 77351-4540 - Ms. - F220089 - L220089 - - Tribal Council Chairperson - 220089@hsesinfo.org - Ms. - F220087 - L220087 - - Operations Manager - 220087@hsesinfo.org - Ms. - F220090 - L220090 - - 220090@hsesinfo.org - Ms. - F220086 - L220086 - - 220086@hsesinfo.org - 555-555-0086 x 5555 - - - 8262 - 1277 - 10640 - 200 - 2002 - 2016-07-01 - - EHS - Active - Edmonds Community College - Head Start & Early Head Start - www.edcc.edu/birthtofive - 1277@hsesinfo.org - 20816 44th Ave W - Ste 110 - Lynnwood - WA - 98036-7744 - 20000 68th Ave W - - Lynnwood - WA - 98036-5999 - 20816 44th Ave W - Ste 110 - Lynnwood - WA - 98036-7744 - Ms. - F206949 - L206949 - - Chairperson, Board of Trustees - 206949@hsesinfo.org - Ms. - F206950 - L206950 - - Executive Director - 206950@hsesinfo.org - Mr. - F206952 - L206952 - - 206952@hsesinfo.org - Ms. - F206948 - L206948 - - 206948@hsesinfo.org - 555-555-6948 x 5555 - - - 8168 - 2161 - 10614 - 000 - 2001 - 2016-07-01 - - HS - Active - EASTCONN Head Start - http://www.eastconn.org - 2161@hsesinfo.org - 376 Hartford Tpke - - Hampton - CT - 06247-1320 - 376 Hartford Tpke - - Hampton - CT - 06247-1320 - 376 Hartford Tpke - - Hampton - CT - 06247-1320 - Ms. - F206291 - L206291 - - - 206291@hsesinfo.org - Mr. - F206292 - L206292 - - - 206292@hsesinfo.org - Ms. - F206294 - L206294 - - 206294@hsesinfo.org - Ms. - F206290 - L206290 - - 206290@hsesinfo.org - 555-555-6290 - - - 9620 - 2585 - 11802 - 000 - 2014 - 2019-05-01 - 2020-04-30 - HS - Inactive - Pathways for Children, Inc. - www.pw4c.org - 2585@hsesinfo.org - 29 Emerson Ave. - - Gloucester - MA - 01930 - 29 Emerson Ave. - - Gloucester - MA - 01930 - 29 Emerson Ave. - - Gloucester - MA - 01930 - Mr. - F215793 - L215793 - - Chairperson of the Board - 215793@hsesinfo.org - Mrs. - F215794 - L215794 - - President & CEO - 215794@hsesinfo.org - Ms. - F215796 - L215796 - - 215796@hsesinfo.org - Ms. - F215792 - L215792 - - 215792@hsesinfo.org - 555-555-5792 - - - 9621 - 6330 - 11802 - 200 - - 2019-05-01 - 2020-04-30 - EHS - Inactive - Pathways for Children, Inc. - www.pw4c.org - 6330@hsesinfo.org - 29 Emerson Ave - - Gloucester - MA - 01930-2556 - 29 Emerson Ave - - Gloucester - MA - 01930-2556 - 29 Emerson Ave - - Gloucester - MA - 01930-2556 - Mr. - F215800 - L215800 - - Chairperson of the Board - 215800@hsesinfo.org - Mrs. - F215801 - L215801 - - President & CEO - 215801@hsesinfo.org - Ms. - F215803 - L215803 - - 215803@hsesinfo.org - Ms. - F215799 - L215799 - - 215799@hsesinfo.org - 555-555-5799 - - - 8212 - 8144 - 10636 - 000 - 2016 - 2016-07-01 - - HS - Active - Wayne Metropolitan Community Action Agency - www.waynemetro.org - 8144@hsesinfo.org - 7310 Woodward Ave - Ste 800 - Detroit - MI - 48202-3196 - 7310 Woodward Ave - Ste 800 - Detroit - MI - 48202-3196 - 7310 Woodward Ave - Ste 800 - Detroit - MI - 48202-3196 - Ms. - F206599 - L206599 - - Chairperson - 206599@hsesinfo.org - Mr. - F206600 - L206600 - - CEO - 206600@hsesinfo.org - Ms. - F206602 - L206602 - - 206602@hsesinfo.org - Ms. - F206598 - L206598 - - 206598@hsesinfo.org - 555-555-6598 - - - 8213 - 8145 - 10636 - 200 - 2016 - 2016-07-01 - - EHS - Active - Wayne Metropolitan Community Action Agency - www.waynemetro.org - 8145@hsesinfo.org - 7310 Woodward Ave - Ste 800 - Detroit - MI - 48202-3196 - 7310 Woodward Ave - Ste 800 - Detroit - MI - 48202-3196 - 7310 Woodward Ave - Ste 800 - Detroit - MI - 48202-3196 - Ms. - F206606 - L206606 - - Chairperson - 206606@hsesinfo.org - Mr. - F206607 - L206607 - - CEO - 206607@hsesinfo.org - Ms. - F206609 - L206609 - - 206609@hsesinfo.org - Ms. - F206605 - L206605 - - 206605@hsesinfo.org - 555-555-6605 - - - 5430 - 1170 - 9185 - 000 - 2014 - 2014-09-01 - 2020-08-31 - AIAN HS - Inactive - SANTO DOMINGO PUEBLO TRIBE - - 1170@hsesinfo.org - 125 W Hwy 22 - - Santo Domingo Pueblo - NM - 87052 - PO Box 40 - 125 W. Highway 22 - Santo Domingo Pueblo - NM - 87052-0040 - 125 W Highway 22 - - Santo Domingo Pueblo - NM - 87052 - Mr. - F96900 - L96900 - Jr. - Governor - 96900@hsesinfo.org - Mr. - F96898 - L96898 - - Interim Tribal Programs Administrator - 96898@hsesinfo.org - Mr. - F96897 - L96897 - - 96897@hsesinfo.org - Mrs. - F96896 - L96896 - - 96896@hsesinfo.org - 555-555-6896 x 5555 - - - 8361 - 4085 - 10710 - 202 - - 2016-07-01 - - EHS - Active - Higher Horizons - - 4085@hsesinfo.org - 5920-B Summers Lane - - Falls Church - VA - 22041-1634 - 5920-B Summers Lane - - Falls Church - VA - 22041-1634 - 5920-B Summers Lane - - Falls Church - VA - 22041-1634 - Mr. - F207666 - L207666 - - - 207666@hsesinfo.org - Ms. - F207667 - L207667 - - - 207667@hsesinfo.org - Mr. - F207669 - L207669 - - 207669@hsesinfo.org - Ms. - F207665 - L207665 - - 207665@hsesinfo.org - 555-555-7665 - - - 8324 - 4007 - 10689 - 007 - - 2016-07-01 - - HS - Active - Walled Lake Head Start - http://www.wlcsd.org - 4007@hsesinfo.org - 850 Ladd Rd - - Walled Lake - MI - 48390-3021 - 850 Ladd Rd - - Walled Lake - MI - 48390-3021 - 850 Ladd Rd - - Walled Lake - MI - 48390-3021 - Mrs. - F207408 - L207408 - - - 207408@hsesinfo.org - Ms. - F207409 - L207409 - - - 207409@hsesinfo.org - Ms. - F207411 - L207411 - - 207411@hsesinfo.org - Ms. - F207407 - L207407 - - 207407@hsesinfo.org - 555-555-7407 - - - 6369 - 534 - 9995 - 000 - 1992 - 2015-07-01 - 2020-06-30 - HS - Inactive - Upper Cumberland Human Resource Agency - http://www.uchra.com vanburenheadstart.com - 534@hsesinfo.org - 580 S Jefferson Ave - Ste B - Cookeville - TN - 38501-4673 - 24038 State Route 30 - - Spencer - TN - 38585-3827 - 580 S Jefferson Ave - Ste B - Cookeville - TN - 38501-4673 - Mr. - F200253 - L200253 - - Board Chair - 200253@hsesinfo.org - Mr. - F200254 - L200254 - - Executive Director - 200254@hsesinfo.org - Mr. - F200256 - L200256 - - 200256@hsesinfo.org - Ms. - F200252 - L200252 - - 200252@hsesinfo.org - 555-555-0252 - - - 8205 - 8137 - 10621 - 000 - 2016 - 2016-07-01 - - HS - Active - United Community Action Partnership, Inc. - - 8137@hsesinfo.org - 200 4th St SW - - Willmar - MN - 56201-3330 - 200 4th ST, SW - P.O. Box 1359 - Willmar - MN - 56201-1359 - 200 4th St SW - - Willmar - MN - 56201-3330 - Ms. - F206550 - L206550 - - Chair of the United Board of Directors - 206550@hsesinfo.org - Ms. - F206551 - L206551 - - Executive Director - 206551@hsesinfo.org - Ms. - F206553 - L206553 - - 206553@hsesinfo.org - Dr. - F206549 - L206549 - - 206549@hsesinfo.org - 555-555-6549 x 5555 - - - 10240 - 9030 - 12257 - 000 - 2019 - 2019-08-01 - - HS - Active - Wayne Metropolitan Community Action Agency - www.waynemetro.org - 9030@hsesinfo.org - 7310 Woodward Ave - Ste 800 - Detroit - MI - 48202-3196 - 7310 Woodward Ave - Ste 800 - Detroit - MI - 48202-3196 - 7310 Woodward Ave - Ste 800 - Detroit - MI - 48202-3196 - Ms. - F220024 - L220024 - - Chairperson - 220024@hsesinfo.org - Mr. - F220025 - L220025 - - CEO - 220025@hsesinfo.org - Ms. - F220027 - L220027 - - 220027@hsesinfo.org - Ms. - F220023 - L220023 - - 220023@hsesinfo.org - 555-555-0023 - - - 10264 - 997 - 12286 - 000 - 1992 - 2019-08-01 - - HS - Active - Northeast Missouri Community Action - http://www.nmcaa.org - 997@hsesinfo.org - 215 N Elson St - - Kirksville - MO - 63501-2816 - PO Box 966 - 215 North Elson - Kirksville - MO - 63501-0966 - 215 N Elson St - - Kirksville - MO - 63501-2816 - Mr. - F220191 - L220191 - - Governing Board President - 220191@hsesinfo.org - Ms. - F220192 - L220192 - - Executive Director - 220192@hsesinfo.org - Mr. - F220194 - L220194 - - 220194@hsesinfo.org - Ms. - F220190 - L220190 - - 220190@hsesinfo.org - 555-555-0190 - - - 8765 - 8618 - 9372 - 219 - 2017 - 2017-07-01 - 2019-06-30 - EHS - Inactive - Para Los Ninos - http://www.paralosninos.org - 8618@hsesinfo.org - 5000 Hollywood Blvd - - Los Angeles - CA - 90027-6104 - 5000 Hollywood Blvd - - Los Angeles - CA - 90027-6104 - 5000 Hollywood Blvd - - Los Angeles - CA - 90027-6104 - Atty. - F209820 - L209820 - - Board Member - 209820@hsesinfo.org - Dr. - F209821 - L209821 - - CEO - 209821@hsesinfo.org - Mr. - F209823 - L209823 - - 209823@hsesinfo.org - Dr. - F209819 - L209819 - - 209819@hsesinfo.org - 555-555-9819 x 5555 - - - 10241 - 9031 - 12257 - 200 - 2019 - 2019-08-01 - - EHS - Active - Wayne Metropolitan Community Action Agency - www.waynemetro.org - 9031@hsesinfo.org - 7310 Woodward Ave - Ste 800 - Detroit - MI - 48202-3196 - 7310 Woodward Ave - Ste 800 - Detroit - MI - 48202-3196 - 7310 Woodward Ave - Ste 800 - Detroit - MI - 48202-3196 - Ms. - F220031 - L220031 - - Chairperson - 220031@hsesinfo.org - Mr. - F220032 - L220032 - - CEO - 220032@hsesinfo.org - Ms. - F220034 - L220034 - - 220034@hsesinfo.org - Ms. - F220030 - L220030 - - 220030@hsesinfo.org - 555-555-0030 - - - 10250 - 5937 - 12283 - 200 - - 2019-08-01 - - EHS - Active - CHS-KS-EHS - - 5937@hsesinfo.org - 1401 Old Fredericksburg Rd - - Culpeper - VA - 22701-3519 - 1401 Old Fredericksburg Rd - - Culpeper - VA - 22701-3519 - 1401 Old Fredericksburg Rd - - Culpeper - VA - 22701-3519 - Mr. - F220093 - L220093 - - Governing-Board Chair - 220093@hsesinfo.org - Ms. - F220094 - L220094 - - Executive Director - 220094@hsesinfo.org - Ms. - F220096 - L220096 - - 220096@hsesinfo.org - Ms. - F220092 - L220092 - - 220092@hsesinfo.org - 555-555-0092 x 5555 - - - 10251 - 5943 - 12285 - 200 - - 2019-08-01 - - EHS - Active - Total Action Against Poverty in Roanoke Valley, Inc. - tapintohope.org - 5943@hsesinfo.org - 302 2nd Street SW - - Roanoke - VA - 24011-1514 - 302 2nd Street SW - - Roanoke - VA - 24011-1514 - 302 2nd Street SW - - Roanoke - VA - 24011-1514 - Ms. - F220100 - L220100 - - Board Chairman - 220100@hsesinfo.org - Mrs. - F220101 - L220101 - - Interm CEO Total Action for Progress - 220101@hsesinfo.org - Mrs. - F220103 - L220103 - - 220103@hsesinfo.org - Ms. - F220099 - L220099 - - 220099@hsesinfo.org - 555-555-0099 - - - 10252 - 6011 - 12273 - 200 - - 2019-08-01 - - EHS - Active - United Way of Miami-Dade, Inc. - www.unitedwaymiamicfe.org - 6011@hsesinfo.org - 3250 SW 3rd Avenue - - Miami - FL - 33129-2712 - 3250 SW 3rd Avenue - - Miami - FL - 33129-2712 - 3250 SW 3rd Avenue - - Miami - FL - 33129-2712 - Mr. - F220107 - L220107 - - Board Chair - 220107@hsesinfo.org - Ms. - F220108 - L220108 - - CEO/President - 220108@hsesinfo.org - Dr. - F220110 - L220110 - - 220110@hsesinfo.org - Ms. - F220106 - L220106 - - 220106@hsesinfo.org - 555-555-0106 - - - 10254 - 5954 - 12276 - 200 - - 2019-08-01 - - EHS - Active - Ohio Valley Educational Cooperative - www.ovec.org - 5954@hsesinfo.org - 100 Alpine Dr - - Shelbyville - KY - 40065-8877 - PO Box 1249 - - Shelbyville - KY - 40066-1249 - 100 Alpine Dr - - Shelbyville - KY - 40065-8877 - Mrs. - F220121 - L220121 - - Chair, OVEC Board of Directors - 220121@hsesinfo.org - Dr. - F220122 - L220122 - - Chief Executive Officer - 220122@hsesinfo.org - Mr. - F220124 - L220124 - - 220124@hsesinfo.org - Mrs. - F220120 - L220120 - - 220120@hsesinfo.org - 555-555-0120 x 5555 - - - 10255 - 5983 - 12277 - 200 - - 2019-08-01 - - EHS - Active - SALT LAKE COMMUNITY ACTION PROGRAM - www.utahca.org - 5983@hsesinfo.org - 1307 S 900 W - - Salt Lake City - UT - 84104-1622 - 1307 S 900 W - - Salt Lake City - UT - 84104-1622 - 1307 S 900 W - - Salt Lake City - UT - 84104-1622 - Mrs. - F220128 - L220128 - - Board President - 220128@hsesinfo.org - Mrs. - F220129 - L220129 - - Interim CEO - 220129@hsesinfo.org - Ms. - F220131 - L220131 - - 220131@hsesinfo.org - Mrs. - F220127 - L220127 - - 220127@hsesinfo.org - 555-555-0127 - - - 10256 - 5984 - 12281 - 200 - - 2019-08-01 - - EHS - Active - DDI VANTAGE, Inc. - www.ddivantage.org - 5984@hsesinfo.org - 565 E 4500 S - Ste A220 - Salt Lake City - UT - 84107-4505 - 565 E 4500 S - Ste A220 - Salt Lake City - UT - 84107-4505 - 565 E 4500 S - Ste A220 - Salt Lake City - UT - 84107-4505 - Mrs. - F220135 - L220135 - - President, Board of Trustees - 220135@hsesinfo.org - Mrs. - F220136 - L220136 - - Executive Director - 220136@hsesinfo.org - Mrs. - F220138 - L220138 - - 220138@hsesinfo.org - Ms. - F220134 - L220134 - - 220134@hsesinfo.org - 555-555-0134 - - - 10257 - 5985 - 12274 - 200 - - 2019-08-01 - - EHS - Active - Cripple Creek Victor School District RE-1 - ccvschools.org - 5985@hsesinfo.org - 412 North C Street - - Cripple Creek - CO - 80813 - PO Box 897 - - Cripple Creek - CO - 80813-0897 - 412 North C Street - - Cripple Creek - CO - 80813 - Mrs. - F220142 - L220142 - - School Board President - 220142@hsesinfo.org - Ms. - F220143 - L220143 - - School Board Superintendent - 220143@hsesinfo.org - Mr. - F220145 - L220145 - - 220145@hsesinfo.org - Ms. - F220141 - L220141 - - 220141@hsesinfo.org - 555-555-0141 - - - 10258 - 6014 - 12275 - 200 - - 2019-08-01 - - EHS - Active - Early Learning Ventures - www.EarlyLearningVentures.org - 6014@hsesinfo.org - 18 Inverness Pl E - - Englewood - CO - 80112-5622 - 18 Inverness Pl E - - Englewood - CO - 80112-5622 - 18 Inverness Pl E - - Englewood - CO - 80112-5622 - Mr. - F220149 - L220149 - - EHS Board Chairperson - 220149@hsesinfo.org - Mrs. - F220150 - L220150 - - ELV Executive Director - 220150@hsesinfo.org - Ms. - F220152 - L220152 - - 220152@hsesinfo.org - Mr. - F220148 - L220148 - - 220148@hsesinfo.org - 555-555-0148 x 5555 - - - 11392 - 9328 - 13250 - 000 - 2020 - 2020-06-01 - - HS - Active - AVANCE, Inc. - www.avance.org - 9328@hsesinfo.org - 118 N Medina - - San Antonio - TX - 78207-3048 - 118 N Medina - - San Antonio - TX - 78207-3048 - 118 N Medina - - San Antonio - TX - 78207-3048 - Ms. - F227802 - L227802 - - Governing Board Chairperson - 227802@hsesinfo.org - Ms. - F227803 - L227803 - - CEO - 227803@hsesinfo.org - Mrs. - F227805 - L227805 - - 227805@hsesinfo.org - Mrs. - F227801 - L227801 - - 227801@hsesinfo.org - 555-555-7801 - - - 10260 - 5861 - 12282 - 200 - - 2019-08-01 - - EHS - Active - Volunteers of America - Southwest California Inc - - 5861@hsesinfo.org - 799 E Rialto Ave - - San Bernardino - CA - 92415-0011 - 3530 Camino Del Rio North, Suite 300 - - San Diego - CA - 92108-1743 - 3530 Camino Del Rio North, Suite 300 - - San Diego - CA - 92108-1743 - Mr. - F220163 - L220163 - - Board Chair - 220163@hsesinfo.org - Mr. - F220164 - L220164 - - Presisent/CEO - 220164@hsesinfo.org - Mr. - F220166 - L220166 - - 220166@hsesinfo.org - Ms. - F220162 - L220162 - - 220162@hsesinfo.org - 555-555-0162 - - - 10261 - 5862 - 12279 - 200 - - 2019-08-01 - - EHS - Active - SOUTHWEST HUMAN DEVELOPMENT - www.swhd.org - 5862@hsesinfo.org - 2850 North 24th Street - - Phoenix - AZ - 85008-1004 - 2850 North 24th Street - - Phoenix - AZ - 85008-1004 - 2850 North 24th Street - - Phoenix - AZ - 85008-1004 - Mrs. - F220170 - L220170 - - Chairperson - 220170@hsesinfo.org - Mrs. - F220171 - L220171 - - CEO - 220171@hsesinfo.org - Mrs. - F220173 - L220173 - - 220173@hsesinfo.org - Ms. - F220169 - L220169 - - 220169@hsesinfo.org - 555-555-0169 x 5555 - - - 5093 - 2731 - 9030 - 200 - 2011 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Community Coordinated Care for Children, Inc. - http://www.4CFlorida.org - 2731@hsesinfo.org - 3500 West Colonial Drive - - Orlando - FL - 32808-7902 - 3500 West Colonial Drive - - Orlando - FL - 32808-7902 - 3500 West Colonial Drive - - Orlando - FL - 32808-7902 - Mr. - F51496 - L51496 - - 4C Board Chairman - 51496@hsesinfo.org - Ms. - F51494 - L51494 - - President/CEO - 51494@hsesinfo.org - Ms. - F51493 - L51493 - - 51493@hsesinfo.org - Ms. - F51492 - L51492 - - 51492@hsesinfo.org - 555-555-1492 - - - 10265 - 998 - 12286 - 200 - 2004 - 2019-08-01 - - EHS - Active - Northeast Missouri Community Action - http://www.nmcaa.org - 998@hsesinfo.org - 215 N Elson St - - Kirksville - MO - 63501-2816 - PO Box 966 - - Kirksville - MO - 63501-0966 - 215 N Elson St - - Kirksville - MO - 63501-2816 - Mr. - F220198 - L220198 - - Governing Board President - 220198@hsesinfo.org - Ms. - F220199 - L220199 - - - 220199@hsesinfo.org - Mr. - F220201 - L220201 - - 220201@hsesinfo.org - Ms. - F220197 - L220197 - - 220197@hsesinfo.org - 555-555-0197 - - - 8178 - 264 - 10599 - 200 - 2003 - 2016-07-01 - - EHS - Active - North Hudson Community Action Corporation, Inc. - www.nhcac.org - 264@hsesinfo.org - 5800 Kennedy Boulevard - - West New York - NJ - 07093 - 800 31st Street - - Union City - NJ - 07087 - 5800 Kennedy Boulevard - - West New York - NJ - 07093 - Mr. - F206361 - L206361 - - Chairperson - 206361@hsesinfo.org - Mrs. - F206362 - L206362 - - President, CEO - 206362@hsesinfo.org - Mr. - F206364 - L206364 - - 206364@hsesinfo.org - Ms. - F206360 - L206360 - - 206360@hsesinfo.org - 555-555-6360 x 5555 - - - 11393 - 9329 - 13250 - 200 - 2020 - 2020-06-01 - - EHS - Active - AVANCE, Inc. - www.avance.org - 9329@hsesinfo.org - 118 N Medina - - San Antonio - TX - 78207-3048 - 118 N Medina - - San Antonio - TX - 78207-3048 - 118 N Medina - - San Antonio - TX - 78207-3048 - Ms. - F227809 - L227809 - - Governing Board Chairperson - 227809@hsesinfo.org - Ms. - F227810 - L227810 - - CEO - 227810@hsesinfo.org - Mrs. - F227812 - L227812 - - 227812@hsesinfo.org - Mrs. - F227808 - L227808 - - 227808@hsesinfo.org - 555-555-7808 - - - 11572 - 575 - 13378 - 000 - 1992 - 2020-07-01 - - HS - Active - Douglas-Cherokee Economic Authority, Inc. - http://www.dceaheadstart.org - 575@hsesinfo.org - 534 E 1st North St - - Morristown - TN - 37814-4716 - 534 E 1st North St - - Morristown - TN - 37814-4716 - 534 E 1st North St - - Morristown - TN - 37814-4716 - Ms. - F228972 - L228972 - - Board Chairperson - 228972@hsesinfo.org - Ms. - F228973 - L228973 - - Executive Director - 228973@hsesinfo.org - Ms. - F228975 - L228975 - - 228975@hsesinfo.org - Mr. - F228971 - L228971 - - 228971@hsesinfo.org - 555-555-8971 x 5555 - - - 9233 - 3359 - 11513 - 000 - 2013 - 2018-12-01 - - HS - Active - INSTITUTE OF COMMUNITY SERVICES, INC - ics-hs.org - 3359@hsesinfo.org - 160 WEST VALLEY AVENUE - - HOLLY SPRINGS - MS - 38635-0160 - PO Box 160 - - Holly Springs - MS - 38635-0160 - 160 W Valley Ave - - Holly Springs - MS - 38635-2218 - Mr. - F213171 - L213171 - - Board Chairman - 213171@hsesinfo.org - Mrs. - F213172 - L213172 - - - 213172@hsesinfo.org - Ms. - F213174 - L213174 - - 213174@hsesinfo.org - Mrs. - F213170 - L213170 - - 213170@hsesinfo.org - 555-555-3170 - - - 8182 - 2136 - 10628 - 200 - 1991 - 2016-07-01 - - EHS - Active - Astor Services for Children & Families - http://www.astorservices.org - 2136@hsesinfo.org - 6339 Mill St - - Rhinebeck - NY - 12572-1427 - 6339 Mill St - - Rhinebeck - NY - 12572-1427 - 6339 Mill St - - Rhinebeck - NY - 12572-1427 - Dr. - F206389 - L206389 - - - 206389@hsesinfo.org - Ms. - F206390 - L206390 - - CEO - 206390@hsesinfo.org - Ms. - F206392 - L206392 - - 206392@hsesinfo.org - Ms. - F206388 - L206388 - - 206388@hsesinfo.org - 555-555-6388 - - - 9465 - 8769 - 11671 - 200 - 2019 - 2019-03-01 - - EHS - Active - Nebraska Early Childhood Collaborative - - 8769@hsesinfo.org - 3200 N 30th St - Ste 128 - Omaha - NE - 68111-3120 - 3200 N 30th St - Ste 128 - Omaha - NE - 68111-3120 - 3200 N 30th St - Ste 128 - Omaha - NE - 68111-3120 - Ms. - F214752 - L214752 - - NECC Governing Board Chair - 214752@hsesinfo.org - Ms. - F214753 - L214753 - - NECC CEO - 214753@hsesinfo.org - Ms. - F214755 - L214755 - - 214755@hsesinfo.org - Ms. - F214751 - L214751 - - 214751@hsesinfo.org - 555-555-4751 - - - 4878 - 2849 - 8869 - 200 - 2014 - 2014-06-01 - 2019-05-31 - EHS - Inactive - Cortland County Communication Action Program, Inc. - www.capco.org - 2849@hsesinfo.org - 32 North Main Street - - Cortland - NY - 13045 - 32 North Main Street - - Cortland - NY - 13045 - 32 North Main Street - - Cortland - NY - 13045 - Mrs. - F48122 - L48122 - - President of the Board of Directors - 48122@hsesinfo.org - Mrs. - F48120 - L48120 - - Executive Director - 48120@hsesinfo.org - Mr. - F48119 - L48119 - - 48119@hsesinfo.org - Ms. - F48118 - L48118 - - 48118@hsesinfo.org - 555-555-8118 x 5555 - - - 8990 - 1482 - 11310 - 000 - 2013 - 2018-08-01 - - HS - Active - Community Action of Southern Indiana, Inc. - http://www.casi1.org - 1482@hsesinfo.org - 1613 East Eighth Street - - Jeffersonville - IN - 47130 - 1613 East Eighth Street - - Jeffersonville - IN - 47130 - 1613 East Eighth Street - - Jeffersonville - IN - 47130 - Mr. - F211486 - L211486 - - CASI Board President - 211486@hsesinfo.org - Mr. - F211487 - L211487 - - Executive Director - 211487@hsesinfo.org - Mr. - F211489 - L211489 - - 211489@hsesinfo.org - Ms. - F211485 - L211485 - - 211485@hsesinfo.org - 555-555-1485 x 5555 - - - 8025 - 1386 - 10530 - 200 - 2002 - 2016-02-01 - - EHS - Active - Community Action Corporation of South Texas - http://www.cacost.org - 1386@hsesinfo.org - 204 East 1st Street - P.O. Drawer 1820 - Alice - TX - 78333-1820 - 204 East 1st Street - P.O. Drawer 1820 - Alice - TX - 78333-1820 - 204 East 1st Street - P.O. Drawer 1820 - Alice - TX - 78333-1820 - Mr. - F205376 - L205376 - Jr. - Community Action Corp. of So. Texas, Governing Body-Chairperson - 205376@hsesinfo.org - Ms. - F205377 - L205377 - - Executive Director - 205377@hsesinfo.org - Mrs. - F205379 - L205379 - - 205379@hsesinfo.org - Mrs. - F205375 - L205375 - - 205375@hsesinfo.org - 555-555-5375 x 5555 - - - 8387 - 342 - 10805 - 000 - 1992 - 2016-11-01 - - AIAN HS - Active - Jicarilla Apache Head Start Program - P.O. Box 545 - 342@hsesinfo.org - 143 Hawks Dr - - Dulce - NM - 87528 - PO Box 545 - - Dulce - NM - 87528-0545 - 143 Hawks Dr - - Dulce - NM - 87528 - Mr. - F207875 - L207875 - - Jicarilla Apache Nation President - 207875@hsesinfo.org - Mr. - F207876 - L207876 - - Jicarilla Apache Nation President - 207876@hsesinfo.org - Ms. - F207878 - L207878 - - 207878@hsesinfo.org - Ms. - F207874 - L207874 - - 207874@hsesinfo.org - 555-555-7874 - - - 4243 - 997 - 8302 - 000 - 1992 - 2013-07-30 - 2019-07-31 - HS - Inactive - Northeast Missouri Community Action - http://www.nmcaa.org - 997@hsesinfo.org - 215 N Elson St - - Kirksville - MO - 63501-2816 - PO Box 966 - 215 North Elson - Kirksville - MO - 63501-0966 - 215 N Elson St - - Kirksville - MO - 63501-2816 - Mr. - F37995 - L37995 - - Governing Board President - 37995@hsesinfo.org - Ms. - F37996 - L37996 - - - 37996@hsesinfo.org - Mr. - F37997 - L37997 - - 37997@hsesinfo.org - Ms. - F37993 - L37993 - - 37993@hsesinfo.org - 555-555-7993 x 5555 - - - 8309 - 1311 - 10672 - 200 - 2000 - 2016-07-01 - - EHS - Active - South Plains Community Action Association, Inc. - http://www.spcaa.org - 1311@hsesinfo.org - 411 Austin St - - Levelland - TX - 79336-4733 - PO Box 610 - - Levelland - TX - 79336-0610 - 411 Austin St - - Levelland - TX - 79336-4733 - Mr. - F207303 - L207303 - - President-SPCAA Board of Directors - 207303@hsesinfo.org - Mr. - F207304 - L207304 - Jr. - - 207304@hsesinfo.org - Mr. - F207306 - L207306 - - 207306@hsesinfo.org - Mrs. - F207302 - L207302 - - 207302@hsesinfo.org - 555-555-7302 x 5555 - - - 8319 - 3994 - 10684 - 002 - - 2016-07-01 - - HS - Active - Ferndale Head Start - www.ferndaleschools.org - 3994@hsesinfo.org - 2920 Burdette St - - Ferndale - MI - 48220-1055 - 2920 Burdette St - - Ferndale - MI - 48220-1055 - 871 Pinecrest Dr - - Ferndale - MI - 48220-2310 - Ms. - F207373 - L207373 - - Ferndale Schools Board of Education President - 207373@hsesinfo.org - Dr. - F207374 - L207374 - - Ferndale Schools Superintendent - 207374@hsesinfo.org - Ms. - F207376 - L207376 - - 207376@hsesinfo.org - Ms. - F207372 - L207372 - - 207372@hsesinfo.org - 555-555-7372 - - - 9112 - 3779 - 11425 - 003 - 2013 - 2018-09-01 - - HS - Active - Lake Elsinore USD - www.leusd.k12.ca.us - 3779@hsesinfo.org - 545 Chaney Street - - Lake Elsinore - CA - 92530-2712 - 545 Chaney Street - - Lake Elsinore - CA - 92530-2712 - 545 Chaney Street - - Lake Elsinore - CA - 92530-2712 - Mr. - F212374 - L212374 - - Board President - 212374@hsesinfo.org - Dr. - F212375 - L212375 - - Director of Early Chilhood Education - 212375@hsesinfo.org - Ms. - F212377 - L212377 - - 212377@hsesinfo.org - Dr. - F212373 - L212373 - - 212373@hsesinfo.org - 555-555-2373 - - - 8880 - 8661 - 11245 - 000 - 2018 - 2018-09-01 - 2019-08-31 - AIAN HS - Inactive - Cook Inlet Native Head Start - http://www.cinhs.net/ - 8661@hsesinfo.org - 6901 E. Tudor Road - - Anchorage  - AK - 99507-1254 - 6901 E. Tudor Road - - Anchorage  - AK - 99507-1254 - 6901 E. Tudor Road - - Anchorage  - AK - 99507-1254 - Mr. - F210684 - L210684 - - Board Chairman - 210684@hsesinfo.org - Mr. - F210682 - L210682 - - Executive Director - 210682@hsesinfo.org - Ms. - F210685 - L210685 - - 210685@hsesinfo.org - Mr. - F210681 - L210681 - - 210681@hsesinfo.org - 555-555-0681 - - - 11478 - 3007 - 13318 - 200 - 2002 - 2020-07-01 - - EHS - Active - The Enola Group, Inc. - www.enolagroup.org - 3007@hsesinfo.org - 506 E Union St - - Morganton - NC - 28655-3456 - 506 E Union St - - Morganton - NC - 28655-3456 - 506 E Union St - - Morganton - NC - 28655-3456 - Ms. - F228373 - L228373 - - Board Chair - 228373@hsesinfo.org - Ms. - F228374 - L228374 - - Executive Director - 228374@hsesinfo.org - Mrs. - F228376 - L228376 - - 228376@hsesinfo.org - Mrs. - F228372 - L228372 - - 228372@hsesinfo.org - 555-555-8372 x 5555 - - - 6900 - 2572 - 10388 - 200 - 2004 - 2015-11-01 - 2020-10-31 - EHS - Inactive - YMCA/Early Childhood Development Co, LLC - ymcaatlanta.org/early-learning - 2572@hsesinfo.org - 569 Martin Luther King Jr Dr NW - - Atlanta - GA - 30314-4164 - 569 Martin Luther King Jr Dr NW - - Atlanta - GA - 30314-4164 - 569 Martin Luther King Jr Dr NW - - Atlanta - GA - 30314-4164 - Ms. - F203961 - L203961 - - YMCA Board Chair - 203961@hsesinfo.org - Mrs. - F203962 - L203962 - - President and CEO - 203962@hsesinfo.org - Ms. - F203964 - L203964 - - 203964@hsesinfo.org - Mrs. - F203960 - L203960 - - 203960@hsesinfo.org - 555-555-3960 - - - 5589 - 850 - 9293 - 000 - 2015 - 2015-01-01 - 2020-06-30 - HS - Inactive - Northwestern Ohio Community Action Commission - http://www.nocac.org - 850@hsesinfo.org - 1933 East Second Street - - Defiance - OH - 43512-2503 - 1933 East Second Street - - Defiance - OH - 43512-2503 - 1933 East Second Street - - Defiance - OH - 43512-2503 - Mr. - F101278 - L101278 - - Board President - 101278@hsesinfo.org - Ms. - F101276 - L101276 - - Executive Director - 101276@hsesinfo.org - Ms. - F101275 - L101275 - - 101275@hsesinfo.org - Ms. - F101274 - L101274 - - 101274@hsesinfo.org - 555-555-1274 x 5555 - - - 4846 - 222 - 8835 - 000 - 2014 - 2014-06-01 - 2019-05-31 - HS - Inactive - PENQUIS C A P,INC - http://www.penquis.org - 222@hsesinfo.org - 262 Harlow St - - Bangor - ME - 04401-4952 - 262 Harlow St - PO Box 1162 - Bangor - ME - 04401-4952 - 262 Harlow St - - Bangor - ME - 04401-4952 - Ms. - F47594 - L47594 - - - 47594@hsesinfo.org - Ms. - F47596 - L47596 - - - 47596@hsesinfo.org - Ms. - F47593 - L47593 - - 47593@hsesinfo.org - Ms. - F47592 - L47592 - - 47592@hsesinfo.org - 555-555-7592 - - - 4847 - 223 - 8835 - 200 - 2014 - 2014-06-01 - 2019-05-31 - EHS - Inactive - PENQUIS C A P,INC - http://www.penquis.org - 223@hsesinfo.org - 262 Harlow St - - Bangor - ME - 04401-4952 - 262 Harlow St - PO Box 1162 - Bangor - ME - 04401-4952 - 262 Harlow St - - Bangor - ME - 04401-4952 - Ms. - F47602 - L47602 - - - 47602@hsesinfo.org - Ms. - F47601 - L47601 - - - 47601@hsesinfo.org - Ms. - F47603 - L47603 - - 47603@hsesinfo.org - Ms. - F47599 - L47599 - - 47599@hsesinfo.org - 555-555-7599 - - - 9158 - 3179 - 11463 - 200 - 2013 - 2018-11-01 - - EHS - Active - Marshall Starke Development Center - www.marshall-starke.org - 3179@hsesinfo.org - 1901 Pidco Dr - - Plymouth - IN - 46563-1362 - 1901 PIDCO Drive - - Plymouth - IN - 46563-1362 - 1901 PIDCO Drive - - Plymouth - IN - 46563-1362 - Mr. - F212643 - L212643 - - Board of Directors Chairman - 212643@hsesinfo.org - Ms. - F212644 - L212644 - - - 212644@hsesinfo.org - Ms. - F212646 - L212646 - - 212646@hsesinfo.org - Ms. - F212642 - L212642 - - 212642@hsesinfo.org - 555-555-2642 - - - 6615 - 6633 - 10084 - 200 - - 2015-07-01 - - EHS - Active - BAKERRIPLEY - http://www.bakerripley.org - 6633@hsesinfo.org - 4450 Harrisburg Blvd - Ste 200 - Houston - TX - 77011-4014 - PO Box 271389 - - Houston - TX - 77277-1389 - 4450 Harrisburg Blvd - Ste 200 - Houston - TX - 77011-4014 - Ms. - F201975 - L201975 - - Chairman, Board of Directors - 201975@hsesinfo.org - Ms. - F201976 - L201976 - - President & CEO - 201976@hsesinfo.org - Mrs. - F201978 - L201978 - - 201978@hsesinfo.org - Ms. - F201974 - L201974 - - 201974@hsesinfo.org - 555-555-1974 - - - 6172 - 6179 - 9555 - 204 - - 2015-01-01 - - EHS - Active - Chicago Commons Association - http://www.chicagocommons.org - 6179@hsesinfo.org - 515 E 50th St - - Chicago - IL - 60615-2401 - 515 E 50th St - - Chicago - IL - 60615-2401 - 515 E 50th St - - Chicago - IL - 60615-2401 - Mr. - F108258 - L108258 - III - Board Chair - 108258@hsesinfo.org - Mr. - F108259 - L108259 - - President & CEO - 108259@hsesinfo.org - Ms. - F108261 - L108261 - - 108261@hsesinfo.org - Ms. - F108257 - L108257 - - 108257@hsesinfo.org - 555-555-8257 - - - 6614 - 6632 - 10084 - 000 - - 2015-07-01 - - HS - Active - BakerRipley - http://www.bakerripley.org - 6632@hsesinfo.org - 4450 Harrisburg Blvd - Ste 200 - Houston - TX - 77011-4014 - PO Box 271389 - - Houston - TX - 77277-1389 - 4450 Harrisburg Blvd - Ste 200 - Houston - TX - 77011-4014 - Ms. - F201968 - L201968 - - Chairman, Board of Directors - 201968@hsesinfo.org - Ms. - F201969 - L201969 - - President & CEO - 201969@hsesinfo.org - Mrs. - F201971 - L201971 - - 201971@hsesinfo.org - Ms. - F201967 - L201967 - - 201967@hsesinfo.org - 555-555-1967 - - - 9163 - 3111 - 11466 - 000 - 2013 - 2018-11-01 - - HS - Active - West Central Minnesota Communities Action, Inc. - www.wcmca.org - 3111@hsesinfo.org - 411 Industrial Park Blvd - - Elbow Lake - MN - 56531-4213 - 411 Industrial Park Blvd - - Elbow Lake - MN - 56531-4213 - 411 Industrial Park Blvd - - Elbow Lake - MN - 56531-4213 - Mr. - F212676 - L212676 - - Board Chair - 212676@hsesinfo.org - Ms. - F212677 - L212677 - - Chief Executive Officer - 212677@hsesinfo.org - Ms. - F212679 - L212679 - - 212679@hsesinfo.org - Ms. - F212675 - L212675 - - 212675@hsesinfo.org - 555-555-2675 - - - 6128 - 1438 - 9642 - 000 - 1992 - 2015-03-01 - 2020-06-30 - HS - Inactive - Interlocal Community Action Program, Inc. - http://www.icapcaa.org - 1438@hsesinfo.org - 615 State Road 38 West - - New Castle - IN - 47362 - P.O. Box 449 - - New Castle - IN - 47362-0449 - 615 W State Road 38 - - New Castle - IN - 47362-4914 - Mr. - F108554 - L108554 - - Board President - 108554@hsesinfo.org - Mr. - F108553 - L108553 - - - 108553@hsesinfo.org - Mrs. - F108556 - L108556 - - 108556@hsesinfo.org - Mr. - F108552 - L108552 - - 108552@hsesinfo.org - 555-555-8552 x 5555 - - - 4637 - 1229 - 8334 - 000 - 2014 - 2014-02-01 - 2019-06-30 - Migrant HS - Inactive - Kings Community Action Organization - http://www.kcao.org - 1229@hsesinfo.org - 1130 N. 11th Avenue - - Hanford - CA - 93230-5901 - 1130 N. 11th Avenue - - Hanford - CA - 93230-5901 - 1130 N. 11th Avenue - - Hanford - CA - 93230-5901 - Ms. - F44232 - L44232 - - KCAO Board Chairperson - 44232@hsesinfo.org - Mr. - F44230 - L44230 - - - 44230@hsesinfo.org - Ms. - F44229 - L44229 - - 44229@hsesinfo.org - Mrs. - F44227 - L44227 - - 44227@hsesinfo.org - 555-555-4227 - - - 9089 - 1912 - 11405 - 000 - 2013 - 2018-09-01 - 2020-08-31 - HS - Inactive - EAST CENTRAL ILLINOIS COMMUNITY ACTION PROGRAM - http://www.comaction.org - 1912@hsesinfo.org - 56 N Vermilion St - - Danville - IL - 61832-5802 - 56 N Vermilion St - - Danville - IL - 61832-5802 - 56 N Vermilion St - - Danville - IL - 61832-5802 - Mr. - F212204 - L212204 - - Governing Board Chairperson - 212204@hsesinfo.org - Mr. - F212205 - L212205 - - Chief Executive Officer - 212205@hsesinfo.org - Ms. - F212207 - L212207 - - 212207@hsesinfo.org - Ms. - F212203 - L212203 - - 212203@hsesinfo.org - 555-555-2203 - - - 9551 - 2029 - 11776 - 000 - 2014 - 2019-04-01 - - HS - Active - Community Action Partnership of Ramsey - http://www.caprw.org - 2029@hsesinfo.org - 450 Syndicate Street North - Suite 5 - St. Paul - MN - 55104 - 450 Syndicate Street North - Suite 5 - St. Paul - MN - 55104 - 450 Syndicate Street North - Suite 5 - St. Paul - MN - 55104 - Mrs. - F215354 - L215354 - - Board President - 215354@hsesinfo.org - Ms. - F215355 - L215355 - - Acting Executive Director - 215355@hsesinfo.org - Ms. - F215357 - L215357 - - 215357@hsesinfo.org - Ms. - F215353 - L215353 - - 215353@hsesinfo.org - 555-555-5353 - - - 9000 - 2032 - 11328 - 000 - 2013 - 2018-08-01 - - HS - Active - FAYETTE COUNTY CHILD DEVELOPMENT CORPORATION - fccdiwv.com - 2032@hsesinfo.org - 102 Hunter Street - - Oak Hill - WV - 25901-2004 - 102 Hunter Street - - Oak Hill - WV - 25901-2004 - 102 Hunter Street - - Oak Hill - WV - 25901-2004 - Ms. - F211556 - L211556 - - Board Chair - 211556@hsesinfo.org - Mr. - F211557 - L211557 - - - 211557@hsesinfo.org - Ms. - F211559 - L211559 - - 211559@hsesinfo.org - Mr. - F211555 - L211555 - - 211555@hsesinfo.org - 555-555-1555 - - - 5216 - 3159 - 9032 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Hancock County Board of Education - http://www.hancock.k12.ga.us/ - 3159@hsesinfo.org - 79 Boland Cir - - Sparta - GA - 31087-2007 - PO Box 88 - - Sparta - GA - 31087-0088 - 79 Boland Cir - - Sparta - GA - 31087-2007 - Mrs. - F52435 - L52435 - - Hancock County Board of Education Board Chairman - 52435@hsesinfo.org - Miss - F52436 - L52436 - - Superintendent - 52436@hsesinfo.org - Mr. - F52434 - L52434 - - 52434@hsesinfo.org - Dr. - F52431 - L52431 - - 52431@hsesinfo.org - 555-555-2431 x 5555 - - - 8895 - 2529 - 11256 - 200 - 2013 - 2018-07-01 - - EHS - Active - GLENN COUNTY HEAD START - http://www.glenncoe.org - 2529@hsesinfo.org - 676 E Walker St - - Orland - CA - 95963-2203 - 676 E Walker St - - Orland - CA - 95963-2203 - 676 E Walker St - - Orland - CA - 95963-2203 - Mr. - F210786 - L210786 - - Superintendent - 210786@hsesinfo.org - Mr. - F210787 - L210787 - - - 210787@hsesinfo.org - Ms. - F210789 - L210789 - - 210789@hsesinfo.org - Ms. - F210785 - L210785 - - 210785@hsesinfo.org - 555-555-0785 x 5555 - - - 8243 - 2661 - 10642 - 200 - 2011 - 2016-07-01 - - EHS - Active - Charleston County School District Early Head Start - www.ccsdschools.com - 2661@hsesinfo.org - 75 Calhoun St - Fl 2 - Charleston - SC - 29401-3539 - 75 Calhoun St - Fl 2 - Charleston - SC - 29401-3539 - 75 Calhoun St - Fl 2 - Charleston - SC - 29401-3539 - Dr. - F206816 - L206816 - - Charleston County School District Board Chair - 206816@hsesinfo.org - Mrs. - F206817 - L206817 - - Executive Director of Early Learning - 206817@hsesinfo.org - Mr. - F206819 - L206819 - - 206819@hsesinfo.org - Ms. - F206815 - L206815 - - 206815@hsesinfo.org - 555-555-6815 - - - 4455 - 470 - 8390 - 000 - 2013 - 2013-11-01 - 2019-10-31 - HS - Inactive - C.E.F.S. ECONOMIC OPPORTUNITY CORPORATION - http://www.cefseoc.org - 470@hsesinfo.org - 1805 S Banker St - - Effingham - IL - 62401-2765 - PO Box 928 - - Effingham - IL - 62401-0928 - 1805 S Banker St - - Effingham - IL - 62401-2765 - Ms. - F41590 - L41590 - - CEFS Economic Opportunity Corp. Board Chairperson - 41590@hsesinfo.org - Mr. - F41587 - L41587 - CEO - - 41587@hsesinfo.org - Ms. - F41591 - L41591 - - 41591@hsesinfo.org - Ms. - F41586 - L41586 - - 41586@hsesinfo.org - 555-555-1586 x 5555 - - - 5109 - 1782 - 8797 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Athens-Meigs Educational Service Center - www.athensmeigs.com - 1782@hsesinfo.org - 21 Birge Dr - - Chauncey - OH - 45719-0040 - PO Box 40 - - Chauncey - OH - 45719-0040 - 21 Birge Dr - - Chauncey - OH - 45719-0040 - Mr. - F51968 - L51968 - - President - 51968@hsesinfo.org - Ms. - F51970 - L51970 - - Superintendent - 51970@hsesinfo.org - Ms. - F51967 - L51967 - - 51967@hsesinfo.org - Mrs. - F51965 - L51965 - - 51965@hsesinfo.org - 555-555-1965 - - - 5802 - 5808 - 9564 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Champlain Valley Head Start (EHS-CCP) - www.cvoeo.org - 5808@hsesinfo.org - 431 Pine St - - Burlington - VT - 05401 - 431 Pine St - - Burlington - VT - 05401 - 431 Pine St - - Burlington - VT - 05401 - Ms. - F103738 - L103738 - - Board President - 103738@hsesinfo.org - Ms. - F103739 - L103739 - - Executive Director - 103739@hsesinfo.org - Mr. - F103741 - L103741 - - 103741@hsesinfo.org - Mr. - F103737 - L103737 - - 103737@hsesinfo.org - 555-555-3737 x 5555 - - - 9377 - 1948 - 11609 - 000 - 2013 - 2019-02-01 - - HS - Active - Council for Economic Opportunities in Greater Cleveland - http://www.ceogc.org - 1948@hsesinfo.org - 1801 Superior Ave E - Ste 400 - Cleveland - OH - 44114-2135 - 1801 Superior Ave E - Ste 400 - Cleveland - OH - 44114-2135 - 1801 Superior Ave E - Ste 400 - Cleveland - OH - 44114-2135 - Ms. - F214172 - L214172 - - Chair, Board of Directors - 214172@hsesinfo.org - Dr. - F214173 - L214173 - - President and Chief Executive Offcer - 214173@hsesinfo.org - Ms. - F214175 - L214175 - - 214175@hsesinfo.org - Dr. - F214171 - L214171 - - 214171@hsesinfo.org - 555-555-4171 x 5555 - - - 5792 - 5798 - 9526 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Community Action of South Eastern West Virginia - www.casewv.org - 5798@hsesinfo.org - 355 Bluefield Ave - - Bluefield - WV - 24701-2883 - 355 Bluefield Ave - - Bluefield - WV - 24701-2883 - 355 Bluefield Ave - - Bluefield - WV - 24701-2883 - Ms. - F103648 - L103648 - - CASEWV Board President - 103648@hsesinfo.org - Ms. - F103649 - L103649 - - CASEWV Executive Director - 103649@hsesinfo.org - Mr. - F103651 - L103651 - - 103651@hsesinfo.org - Mr. - F103647 - L103647 - - 103647@hsesinfo.org - 555-555-3647 - - - 8159 - 8095 - 10609 - 200 - 2016 - 2016-07-01 - 2019-05-31 - EHS - Inactive - CDI HS/North Texas, TX - www.cdiheadstart.org - 8095@hsesinfo.org - 548 Santa Fe Dr - - Weatherford - TX - 76086-6503 - PO Box 2094 - - Weatherford - TX - 76086-7094 - 548 Santa Fe Dr - - Weatherford - TX - 76086-6503 - Mr. - F206228 - L206228 - - Chief Executive Officer - 206228@hsesinfo.org - Ms. - F206229 - L206229 - - Executive Director - 206229@hsesinfo.org - - F206231 - L206231 - - 206231@hsesinfo.org - Ms. - F206227 - L206227 - - 206227@hsesinfo.org - 555-555-6227 - - - 10749 - 5196 - 12738 - 200 - 2014 - 2019-12-01 - - EHS - Active - Arkansas Early Learning, Inc. - www.arearlylearning.org - 5196@hsesinfo.org - 1901 Woodsprings Rd - Ste B - Jonesboro - AR - 72401-0936 - 1901 Woodsprings Rd - Ste B - Jonesboro - AR - 72401-0936 - 1901 Woodsprings Rd - Ste B - Jonesboro - AR - 72401-0936 - Mrs. - F223569 - L223569 - - Chairperson - 223569@hsesinfo.org - Mr. - F223570 - L223570 - - Chief Information Officer/Co-Founder - 223570@hsesinfo.org - Ms. - F223572 - L223572 - - 223572@hsesinfo.org - Ms. - F223568 - L223568 - - 223568@hsesinfo.org - 555-555-3568 - - - 6509 - 613 - 10112 - 200 - 2003 - 2015-07-01 - - EHS - Active - Community Service Programs of West Alabama, Inc. - www.cspwal.com - 613@hsesinfo.org - 601 Black Bears Way - - Tuscaloosa - AL - 35401-4807 - 601 Black Bears Way - - Tuscaloosa - AL - 35401-4807 - 601 Black Bears Way - - Tuscaloosa - AL - 35401-4807 - Mr. - F201233 - L201233 - Jr - Chairman - 201233@hsesinfo.org - Mrs. - F201234 - L201234 - - Executive Director - 201234@hsesinfo.org - Mr. - F201236 - L201236 - - 201236@hsesinfo.org - Ms. - F201232 - L201232 - - 201232@hsesinfo.org - 555-555-1232 - - - 5773 - 1209 - 9377 - 000 - 1992 - 2015-01-01 - - AIAN HS - Active - FIVE SANDOVAL INDIAN PUEBLOS, INC - www.fsipinc.org - 1209@hsesinfo.org - 4321 Fulcrum Way NE - Ste B - Rio Rancho - NM - 87144-8410 - 4321 Fulcrum Way NE - Ste B - Rio Rancho - NM - 87144-8410 - 4321 Fulcrum Way NE - Ste B - Rio Rancho - NM - 87144-8410 - Mr. - F105042 - L105042 - - Governing Board Chairman - 105042@hsesinfo.org - Mr. - F105041 - L105041 - - Executive Director - 105041@hsesinfo.org - Mr. - F105044 - L105044 - - 105044@hsesinfo.org - Ms. - F105040 - L105040 - - 105040@hsesinfo.org - 555-555-5040 x 5555 - - - 10266 - 2503 - 12287 - 200 - 2014 - 2019-08-01 - - EHS - Active - Maui Family Support Services, Inc. - http://www.mfss.org - 2503@hsesinfo.org - 1844 Wili Pa Loop - - Wailuku - HI - 96793-1272 - 1844 Wili Pa Loop - - Wailuku - HI - 96793-1272 - 1844 Wili Pa Loop - - Wailuku - HI - 96793-1272 - Dr. - F220205 - L220205 - M.D. - Board President - 220205@hsesinfo.org - Mrs. - F220206 - L220206 - - Chief Executive Officer - 220206@hsesinfo.org - Ms. - F220208 - L220208 - - 220208@hsesinfo.org - Ms. - F220204 - L220204 - - 220204@hsesinfo.org - 555-555-0204 - - - 10267 - 5863 - 12288 - 200 - - 2019-08-01 - - EHS - Active - Sacramento Employment and Training Agency (SETA) - http://headstart.seta.net - 5863@hsesinfo.org - 925 Del Paso Blvd. - - Sacramento - CA - 95815-3500 - 925 Del Paso Blvd. - - Sacramento - CA - 95815-3500 - 925 Del Paso Blvd. - - Sacramento - CA - 95815-3500 - Mr. - F220212 - L220212 - - Governing Board Chair - 220212@hsesinfo.org - Ms. - F220213 - L220213 - - Executive Director - 220213@hsesinfo.org - Ms. - F220215 - L220215 - - 220215@hsesinfo.org - Ms. - F220211 - L220211 - - 220211@hsesinfo.org - 555-555-0211 - - - 10268 - 6796 - 12289 - 201 - - 2019-08-01 - - EHS - Active - Sacramento City Unified School District - www.scusd.edu - 6796@hsesinfo.org - Serna Center - 5735 - 47th Avenue - Sacramento - CA - 95824-4528 - Serna Center - 5735 - 47th Avenue - Sacramento - CA - 95824-4528 - Serna Center - 5735 - 47th Avenue - Sacramento - CA - 95824-4528 - Ms. - F220219 - L220219 - - President - 220219@hsesinfo.org - Mr. - F220220 - L220220 - - Superintendent - 220220@hsesinfo.org - Ms. - F220222 - L220222 - - 220222@hsesinfo.org - Ms. - F220218 - L220218 - - 220218@hsesinfo.org - 555-555-0218 - - - 8672 - 8534 - 11051 - 200 - 2017 - 2017-07-01 - - EHS - Active - Municipality of Guayama - - 8534@hsesinfo.org - PR # 3 Km 135.3 - Ave Los Veteranos - Guayama - PR - 00784 - PO Box 3030 - - Guayama - PR - 00785-3030 - 4 Calle Derkes E - - Guayama - PR - 00784-4936 - Mr. - F209213 - L209213 - - - 209213@hsesinfo.org - Ms. - F209214 - L209214 - - - 209214@hsesinfo.org - Ms. - F209216 - L209216 - - 209216@hsesinfo.org - Ms. - F209212 - L209212 - - 209212@hsesinfo.org - 555-555-9212 - - - 8021 - 1167 - 10512 - 000 - 1992 - 2016-01-01 - - AIAN HS - Active - Walatowa Head Start Language Immersion Program - - 1167@hsesinfo.org - 4471 Highway 4 - - Jemez Pueblo - NM - 87024 - P.O. Box 100 - - Jemez Pueblo - NM - 87024-0100 - 4471 Highway 4 - - Jemez Pueblo - NM - 87024 - Mr. - F205348 - L205348 - - Pueblo of Jemez Governor - 205348@hsesinfo.org - Mr. - F205349 - L205349 - - Education Director - 205349@hsesinfo.org - Mr. - F205351 - L205351 - - 205351@hsesinfo.org - Ms. - F205347 - L205347 - - 205347@hsesinfo.org - 555-555-5347 - - - 8185 - 2332 - 10625 - 000 - 1992 - 2016-07-01 - - HS - Active - Opportunities for Chenango, Inc. - http://www.ofcinc.org - 2332@hsesinfo.org - 44 W Main St - - Norwich - NY - 13815-1613 - 44 W Main St - - Norwich - NY - 13815-1613 - 44 W Main St - - Norwich - NY - 13815-1613 - Mr. - F206410 - L206410 - - President - 206410@hsesinfo.org - Mr. - F206411 - L206411 - - Executive Director - 206411@hsesinfo.org - Ms. - F206413 - L206413 - - 206413@hsesinfo.org - Mrs. - F206409 - L206409 - - 206409@hsesinfo.org - 555-555-6409 x 5555 - - - 11479 - 739 - 13310 - 000 - 1992 - 2020-07-01 - - HS - Active - Ascension Parish School Board - http:///www.apsb.org/schools/ahs/ahs-def.htm - 739@hsesinfo.org - 603 Lee Ave - - Donaldsonville - LA - 70346-3530 - 603 Lee Ave - - Donaldsonville - LA - 70346-3530 - 603 Lee Ave - - Donaldsonville - LA - 70346-3530 - Mr. - F228380 - L228380 - - School Board President - 228380@hsesinfo.org - Ms. - F228381 - L228381 - - Assistant Superintendent - 228381@hsesinfo.org - - F228383 - L228383 - - 228383@hsesinfo.org - Ms. - F228379 - L228379 - - 228379@hsesinfo.org - 555-555-8379 - - - 9261 - 3109 - 11532 - 000 - 2013 - 2019-01-01 - - HS - Active - Arkansas Early Learning, Inc. - www.arearlylearning.org - 3109@hsesinfo.org - 1901 Woodsprings Rd - Ste B - Jonesboro - AR - 72401-0936 - 1901 Woodsprings Rd - Ste B - Jonesboro - AR - 72401-0936 - 1901 Woodsprings Rd - Ste B - Jonesboro - AR - 72401-0936 - Mrs. - F213371 - L213371 - - Chairperson - 213371@hsesinfo.org - Mr. - F213372 - L213372 - - Chief Executive Officer - 213372@hsesinfo.org - Ms. - F213374 - L213374 - - 213374@hsesinfo.org - Ms. - F213370 - L213370 - - 213370@hsesinfo.org - 555-555-3370 - - - 5059 - 5065 - 8871 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Bright Beginnings Inc - www.bbidc.org - 5065@hsesinfo.org - 3418 4th St - - Washington - DC - 20032 - 3418 4th St - - Washington - DC - 20032 - 3418 4th St - - Washington - DC - 20032 - Mr. - F49972 - L49972 - - Board President - 49972@hsesinfo.org - Dr. - F49973 - L49973 - - Executive Director - 49973@hsesinfo.org - - F49975 - L49975 - - 49975@hsesinfo.org - Ms. - F49971 - L49971 - - 49971@hsesinfo.org - 555-555-9971 - - - 11480 - 748 - 13307 - 000 - 1992 - 2020-07-01 - - HS - Active - St. Bernard Parish School Board - http://www.stbernard.k12.la.us/ - 748@hsesinfo.org - 200 E Saint Bernard Hwy - - Chalmette - LA - 70043-5162 - 200 E Saint Bernard Hwy - - Chalmette - LA - 70043-5162 - 200 E Saint Bernard Hwy - - Chalmette - LA - 70043-5162 - Mrs. - F228387 - L228387 - - Board President - 228387@hsesinfo.org - Ms. - F228388 - L228388 - - Superintendent - 228388@hsesinfo.org - Ms. - F228390 - L228390 - - 228390@hsesinfo.org - Dr. - F228386 - L228386 - - 228386@hsesinfo.org - 555-555-8386 - - - 11481 - 1610 - 13308 - 000 - 1993 - 2020-06-01 - - AIAN HS - Active - Spokane Tribe of Indians Head Start - - 1610@hsesinfo.org - 6195 Ford Wellpinit Rd - - Wellpinit - WA - 99040-9707 - 6195 Ford Wellpinit Rd - - Wellpinit - WA - 99040-9707 - 6195 Ford Wellpinit Rd - - Wellpinit - WA - 99040-9707 - Mrs. - F228394 - L228394 - - - 228394@hsesinfo.org - Mr. - F228395 - L228395 - - - 228395@hsesinfo.org - Mrs. - F228397 - L228397 - - 228397@hsesinfo.org - Ms. - F228393 - L228393 - - 228393@hsesinfo.org - 555-555-8393 - - - 5189 - 5195 - 8991 - 000 - 2014 - 2014-07-01 - 2020-06-30 - HS - Inactive - BCFS Education Services - www.discoverbcfs.net - 5195@hsesinfo.org - 2386 W San Antonio St - - New Braunfels - TX - 78130-6767 - 1506 Bexar Crossing St - - San Antonio - TX - 78232-1587 - 1506 Bexar Crossing St - - San Antonio - TX - 78232-1587 - Mr. - F51014 - L51014 - III - Board President - 51014@hsesinfo.org - Ms. - F51015 - L51015 - - Executive Director - 51015@hsesinfo.org - Mr. - F51017 - L51017 - - 51017@hsesinfo.org - Ms. - F51013 - L51013 - - 51013@hsesinfo.org - 555-555-1013 - - - 6066 - 6073 - 9693 - 200 - - 2015-03-01 - 2019-08-31 - Migrant EHS - Inactive - Oregon Child Development Coalition, Inc. - http://www.ocdc.net - 6073@hsesinfo.org - 9140 SW Pioneer Ct, Suite C - 9140 SW Pioneer Ct, Suite E - Wilsonville - OR - 97070-2780 - 9140 SW Pioneer Ct, Suite C - 9140 SW Pioneer Ct, Suite E - Wilsonville - OR - 97070-2780 - 9140 SW Pioneer Ct, Suite C - 9140 SW Pioneer Ct, Suite E - Wilsonville - OR - 97070-2780 - Mrs. - F107409 - L107409 - - Board Chair - 107409@hsesinfo.org - Mrs. - F107410 - L107410 - - Executive Director - 107410@hsesinfo.org - Mr. - F107412 - L107412 - - 107412@hsesinfo.org - Mrs. - F107408 - L107408 - - 107408@hsesinfo.org - 555-555-7408 x 5555 - - - 8398 - 8287 - 10814 - 200 - 2016 - 2016-12-01 - 2019-12-31 - EHS - Inactive - CDI HS/ Toa Baja, PR - www.cdiheadstart.org - 8287@hsesinfo.org - D5 Calle Crisantemo - Las Vegas Cataño - Catano - PR - 00962 - PO Box 2328 - - Toa Baja - PR - 00951-2328 - D5 Calle Crisantemo - Las Vegas Cataño - Catano - PR - 00962 - Mr. - F207979 - L207979 - - Chief Executive Officer - 207979@hsesinfo.org - Ms. - F207980 - L207980 - - Executive Director - 207980@hsesinfo.org - - F207982 - L207982 - - 207982@hsesinfo.org - Ms. - F207978 - L207978 - - 207978@hsesinfo.org - 555-555-7978 - - - 4877 - 2026 - 8869 - 000 - 2014 - 2014-06-01 - 2019-05-31 - HS - Inactive - Cortland County Communication Action Program, Inc. - http://www.capco.org - 2026@hsesinfo.org - 32 North Main Street - - Cortland - NY - 13045-2122 - 32 North Main Street - - Cortland - NY - 13045-2122 - 32 North Main Street - - Cortland - NY - 13045-2122 - Mrs. - F48114 - L48114 - - President of the Board of Directors - 48114@hsesinfo.org - Mrs. - F48113 - L48113 - - Executive Director - 48113@hsesinfo.org - Mr. - F48115 - L48115 - - 48115@hsesinfo.org - Ms. - F48111 - L48111 - - 48111@hsesinfo.org - 555-555-8111 x 5555 - - - 8640 - 8507 - 11029 - 000 - 2017 - 2017-06-01 - - HS - Active - The Black Belt Community Foundation - www.blackbeltfound.org - 8507@hsesinfo.org - 609 Lauderdale St - - Selma - AL - 36701-4555 - PO Box 2020 - - Selma - AL - 36702-2020 - 609 Lauderdale St - - Selma - AL - 36701-4555 - Ms. - F208989 - L208989 - - Board Chair - 208989@hsesinfo.org - Mrs. - F208990 - L208990 - - President - 208990@hsesinfo.org - Mrs. - F208992 - L208992 - - 208992@hsesinfo.org - Mrs. - F208988 - L208988 - - 208988@hsesinfo.org - 555-555-8988 - - - 4763 - 1894 - 8635 - 000 - 2014 - 2014-04-01 - 2019-06-30 - HS - Inactive - Jackson-Vinton Community Action, Inc. - http://www.jackson-vinton.com - 1894@hsesinfo.org - 118 South New York Avenue - - Wellston - OH - 45692-9307 - 118 South New York Avenue - - Wellston - OH - 45692-9307 - 118 South New York Avenue - - Wellston - OH - 45692-9307 - Mr. - F46199 - L46199 - - JVCA Board Chairperson - 46199@hsesinfo.org - Mrs. - F46202 - L46202 - - - 46202@hsesinfo.org - Ms. - F46201 - L46201 - - 46201@hsesinfo.org - Mrs. - F46197 - L46197 - - 46197@hsesinfo.org - 555-555-6197 x 5555 - - - 5651 - 4168 - 9447 - 213 - 2014 - 2014-12-01 - 2019-11-30 - EHS - Inactive - YMCA of Metropolitan Chicago - www.ymcachicago.org - 4168@hsesinfo.org - 801 North Dearborn Street - - Chicago - IL - 60610-3316 - 801 North Dearborn Street - - Chicago - IL - 60610-3316 - 801 North Dearborn Street - - Chicago - IL - 60610-3316 - Mr. - F101439 - L101439 - - Board Chair - 101439@hsesinfo.org - Mr. - F101437 - L101437 - - - 101437@hsesinfo.org - Ms. - F101436 - L101436 - - 101436@hsesinfo.org - Ms. - F101435 - L101435 - - 101435@hsesinfo.org - 555-555-1435 - - - 6713 - 2127 - 10235 - 200 - 2004 - 2015-08-01 - 2020-07-31 - EHS - Inactive - HRDC Early Head Start - www.alleganyhrdc.org - 2127@hsesinfo.org - 125 Virginia Ave - - Cumberland - MD - 21502-3952 - 125 Virginia Ave - - Cumberland - MD - 21502-3952 - 125 Virginia Ave - - Cumberland - MD - 21502-3952 - Mr. - F202662 - L202662 - - Governing Board Chair - 202662@hsesinfo.org - Ms. - F202663 - L202663 - - Executive Director - 202663@hsesinfo.org - Ms. - F202665 - L202665 - - 202665@hsesinfo.org - Ms. - F202661 - L202661 - - 202661@hsesinfo.org - 555-555-2661 - - - 6353 - 257 - 10026 - 200 - 2004 - 2015-07-01 - - EHS - Active - Citizens For Citizens, Inc. - http://www.cfcinc.org - 257@hsesinfo.org - 264 Griffin St - - Fall River - MA - 02724-2702 - 264 Griffin St - - Fall River - MA - 02724-2702 - 264 Griffin St - - Fall River - MA - 02724-2702 - Ms. - F200141 - L200141 - - President - 200141@hsesinfo.org - Mr. - F200142 - L200142 - - Executive Director - 200142@hsesinfo.org - Ms. - F200144 - L200144 - - 200144@hsesinfo.org - Ms. - F200140 - L200140 - - 200140@hsesinfo.org - 555-555-0140 x 5555 - - - 7030 - 2369 - 10476 - 000 - 2004 - 2016-01-01 - - HS - Active - Terrebonne Parish Consolidated Government - http://www.tpcg.org - 2369@hsesinfo.org - 809 Barrow St - - Houma - LA - 70360-4722 - 809 Barrow St - - Houma - LA - 70360-4722 - 809 Barrow St - - Houma - LA - 70360-4722 - Mr. - F204876 - L204876 - - Parish President - 204876@hsesinfo.org - Mr. - F204877 - L204877 - - Housing and Human Service Director - 204877@hsesinfo.org - Ms. - F204879 - L204879 - - 204879@hsesinfo.org - Ms. - F204875 - L204875 - - 204875@hsesinfo.org - 555-555-4875 - - - 6041 - 6048 - 9758 - 200 - - 2015-03-01 - 2019-08-31 - EHS - Inactive - La Clinica de Familia - http://www.lcdfehs.org - 6048@hsesinfo.org - 3100 Oak St - - Las Cruces - NM - 88005-3769 - 385 Calle de Alegra - - Las Cruces - NM - 88005-3423 - 385 Calle de Alegra - - Las Cruces - NM - 88005-3423 - Mr. - F107209 - L107209 - - Board President - 107209@hsesinfo.org - Mr. - F107210 - L107210 - - Chief Executive Officer - 107210@hsesinfo.org - Ms. - F107212 - L107212 - - 107212@hsesinfo.org - Ms. - F107208 - L107208 - - 107208@hsesinfo.org - 555-555-7208 - - - 5622 - 4118 - 9442 - 008 - 2014 - 2014-12-01 - - HS - Active - Trinity United Church Of Christ Child Care Centers, Inc. - http://tuccchildcarecenter.com/ - 4118@hsesinfo.org - 1947 W 95th St - - Chicago - IL - 60643-1105 - 1947 W 95th St - - Chicago - IL - 60643-1105 - 1947 W 95th St - - Chicago - IL - 60643-1105 - Ms. - F101383 - L101383 - - Board President - 101383@hsesinfo.org - Ms. - F101381 - L101381 - - Executive Director - 101381@hsesinfo.org - Ms. - F101380 - L101380 - - 101380@hsesinfo.org - Ms. - F101379 - L101379 - - 101379@hsesinfo.org - 555-555-1379 - - - 6595 - 766 - 10040 - 200 - 2000 - 2015-07-01 - - EHS - Active - Jumpstart Enrichment for Tomorrow's Students - https://jets-scurry.com - 766@hsesinfo.org - 4301 Avenue U - - Snyder - TX - 79549-6042 - 4301 Avenue U - - Snyder - TX - 79549-6042 - 4301 Avenue U - - Snyder - TX - 79549-6042 - Mrs. - F201835 - L201835 - - JETS Board of Directors Chairperson - 201835@hsesinfo.org - Mrs. - F201836 - L201836 - - JETS Executive Director - 201836@hsesinfo.org - Ms. - F201838 - L201838 - - 201838@hsesinfo.org - Mrs. - F201834 - L201834 - - 201834@hsesinfo.org - 555-555-1834 - - - 4477 - 542 - 8537 - 000 - 2013 - 2013-11-29 - 2019-06-30 - HS - Inactive - Gadsden County School District - www.gcps.k12.fl.us - 542@hsesinfo.org - 500 W King St - - Quincy - FL - 32351-1606 - 35 Martin Luther King, Jr. Boulevard - - Quincy - FL - 32351-4411 - 500 W King St - - Quincy - FL - 32351-1606 - Mr. - F42290 - L42290 - - Board Chairperson - 42290@hsesinfo.org - Mrs. - F42288 - L42288 - - Head Start Director - 42288@hsesinfo.org - Mrs. - F42289 - L42289 - - 42289@hsesinfo.org - Mrs. - F42286 - L42286 - - 42286@hsesinfo.org - 555-555-2286 - - - 5293 - 3687 - 9139 - 014 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Pomona Unified School District - http://www.pusd.org - 3687@hsesinfo.org - 800 S Garey Ave - Pomona Unified School District Child Development - Pomona - CA - 91766-3325 - 800 S Garey Ave - Pomona Unified School District Child Development - Pomona - CA - 91766-3325 - 800 S Garey Ave - Pomona Unified School District Child Development - Pomona - CA - 91766-3325 - Mr. - F53395 - L53395 - - Board President - 53395@hsesinfo.org - Mrs. - F53397 - L53397 - - Director of Child Development - 53397@hsesinfo.org - Mr. - F53394 - L53394 - - 53394@hsesinfo.org - Mr. - F53392 - L53392 - - 53392@hsesinfo.org - 555-555-3392 x 5555 - - - 5053 - 965 - 8844 - 000 - 2014 - 2014-07-01 - 2020-04-30 - HS - Inactive - Community Improvement Council, Inc. - - 965@hsesinfo.org - 540 Holbrook St - 540 Holbrook Street - Danville - VA - 24541-1661 - 540 Holbrook St - 540 Holbrook Street - Danville - VA - 24541-1661 - 540 Holbrook St - 540 Holbrook Street - Danville - VA - 24541-1661 - Mr. - F51439 - L51439 - - Board of Directors Chairperson - 51439@hsesinfo.org - Mrs. - F51438 - L51438 - - Executive/Head Start Director - 51438@hsesinfo.org - Mr. - F51437 - L51437 - Sr. - 51437@hsesinfo.org - Mrs. - F51436 - L51436 - - 51436@hsesinfo.org - 555-555-1436 x 5555 - - - 8641 - 8508 - 11030 - 000 - 2017 - 2017-06-21 - - HS - Active - CDI HS/Chilton, Autauga, Shelby and Elmore, AL - www.cdiheadstart.org - 8508@hsesinfo.org - 905 W Osceola St - - Wetumpka - AL - 36092-2133 - PO Box 1352 - - Wetumpka - AL - 36092-0024 - 905 W Osceola St - - Wetumpka - AL - 36092-2133 - Mr. - F208996 - L208996 - - Chief Executive Officer - 208996@hsesinfo.org - Ms. - F208997 - L208997 - - Executive Director - 208997@hsesinfo.org - - F208999 - L208999 - - 208999@hsesinfo.org - Ms. - F208995 - L208995 - - 208995@hsesinfo.org - 555-555-8995 - - - 11317 - 2352 - 13193 - 000 - 2014 - 2020-06-01 - - HS - Active - Chautauqua Opportunities, Inc. - http://www.chautauquaopportunities.com - 2352@hsesinfo.org - 17 West Courtney Street - - Dunkirk - NY - 14048-2754 - 17 West Courtney Street - - Dunkirk - NY - 14048-2754 - 17 West Courtney Street - - Dunkirk - NY - 14048-2754 - Ms. - F227321 - L227321 - - Board Chairperson - 227321@hsesinfo.org - Ms. - F227322 - L227322 - - Interim Chief Executive Officer - 227322@hsesinfo.org - Mr. - F227324 - L227324 - - 227324@hsesinfo.org - Mr. - F227320 - L227320 - - 227320@hsesinfo.org - 555-555-7320 x 5555 - - - 9001 - 2632 - 11328 - 200 - 2013 - 2018-08-01 - - EHS - Active - FAYETTE COUNTY CHILD DEVELOPMENT CORPORATION - fccdiwv.com - 2632@hsesinfo.org - 102 Hunter Street - - Oak Hill - WV - 25901 - 102 Hunter Street - - Oak Hill - WV - 25901 - 102 Hunter Street - - Oak Hill - WV - 25901 - Ms. - F211563 - L211563 - - Borad Chair - 211563@hsesinfo.org - Mr. - F211564 - L211564 - - - 211564@hsesinfo.org - Ms. - F211566 - L211566 - - 211566@hsesinfo.org - Mr. - F211562 - L211562 - - 211562@hsesinfo.org - 555-555-1562 - - - 11318 - 2351 - 13193 - 200 - 2014 - 2020-06-01 - - EHS - Active - Chautauqua Opportunities, Inc. - http://www.chautauquaopportunities.com - 2351@hsesinfo.org - 17 West Courtney Street - - Dunkirk - NY - 14048-2754 - 17 West Courtney Street - - Dunkirk - NY - 14048-2754 - 17 West Courtney Street - - Dunkirk - NY - 14048-2754 - Ms. - F227328 - L227328 - - Board Chairperson - 227328@hsesinfo.org - Ms. - F227329 - L227329 - - Interim Chief Executive Officer - 227329@hsesinfo.org - Mr. - F227331 - L227331 - - 227331@hsesinfo.org - Mr. - F227327 - L227327 - - 227327@hsesinfo.org - 555-555-7327 x 5555 - - - 6934 - 3217 - 10411 - 200 - 2005 - 2015-11-01 - 2020-10-31 - EHS - Inactive - Omaha Public Schools - http://www.ops.org - 3217@hsesinfo.org - 3215 Cuming St - - Omaha - NE - 68131-2000 - 3215 Cuming St - - Omaha - NE - 68131-2000 - 3215 Cuming St - - Omaha - NE - 68131-2000 - Mr. - F204199 - L204199 - - Board President - 204199@hsesinfo.org - Dr. - F204200 - L204200 - - Superintendent - 204200@hsesinfo.org - Ms. - F204202 - L204202 - - 204202@hsesinfo.org - Mrs. - F204198 - L204198 - - 204198@hsesinfo.org - 555-555-4198 - - - 9164 - 8647 - 11466 - 200 - 2018 - 2018-11-01 - - EHS - Active - West Central Minnesota Communities Action, Inc. - www.wcmca.org - 8647@hsesinfo.org - 411 Industrial Park Blvd - - Elbow Lake - MN - 56531-4213 - 411 Industrial Park Blvd - - Elbow Lake - MN - 56531-4213 - 411 Industrial Park Blvd - - Elbow Lake - MN - 56531-4213 - Mr. - F212683 - L212683 - - Board Chair - 212683@hsesinfo.org - Ms. - F212684 - L212684 - - Chief Executive Officer - 212684@hsesinfo.org - Ms. - F212686 - L212686 - - 212686@hsesinfo.org - Ms. - F212682 - L212682 - - 212682@hsesinfo.org - 555-555-2682 - - - 8655 - 8197 - 11039 - 200 - 2016 - 2017-07-01 - - EHS - Active - Volunteers of America of Los Angeles - www.voala.org - 8197@hsesinfo.org - 11243 Kittridge St - - North Hollywood - CA - 91606-2605 - 11243 Kittridge St - - North Hollywood - CA - 91606-2605 - 11243 Kittridge St - - North Hollywood - CA - 91606-2605 - Mr. - F209094 - L209094 - - Executive Committee Chair - 209094@hsesinfo.org - Mr. - F209095 - L209095 - - Chief Executive Officer - 209095@hsesinfo.org - Ms. - F209097 - L209097 - - 209097@hsesinfo.org - Mr. - F209093 - L209093 - - 209093@hsesinfo.org - 555-555-9093 - - - 8845 - 2543 - 11207 - 200 - 2013 - 2018-07-01 - - EHS - Active - JANNUS, INC. - www.jannus.org; www.msehs.org - 2543@hsesinfo.org - 411 N 15th St - Ste 200 - Coeur D Alene - ID - 83814-5477 - 411 N. 15th Suite 200 - - Coeur dAlene - ID - 83814 - 1607 W Jefferson St - - Boise - ID - 83702-5111 - Atty. - F210403 - L210403 - - Board President - 210403@hsesinfo.org - Ms. - F210404 - L210404 - - Executive Director (Shared Leadership) - 210404@hsesinfo.org - Ms. - F210406 - L210406 - - 210406@hsesinfo.org - Dr. - F210402 - L210402 - - 210402@hsesinfo.org - 555-555-0402 x 5555 - - - 10271 - 869 - 12291 - 000 - 2014 - 2019-08-01 - - HS - Active - Community Action Agency for McHenry County, Inc. - - 869@hsesinfo.org - 100 North Benton Street, Suite 3 - - Woodstock - IL - 60098-3299 - 100 North Benton Street, Suite 3 - - Woodstock - IL - 60098-3299 - 100 North Benton Street, Suite 3 - - Woodstock - IL - 60098-3299 - Mr. - F220238 - L220238 - - President, Board of Directors - 220238@hsesinfo.org - Ms. - F220239 - L220239 - - CEO/Executive Director - 220239@hsesinfo.org - Ms. - F220241 - L220241 - - 220241@hsesinfo.org - Ms. - F220237 - L220237 - - 220237@hsesinfo.org - 555-555-0237 - - - 10272 - 1788 - 12296 - 000 - 1992 - 2019-08-01 - - HS - Active - Knox County Head Start, Inc. - www.knoxheadstart.org - 1788@hsesinfo.org - 11700 Upper Gilchrist Rd - Ste B - Mount Vernon - OH - 43050-9232 - PO Box 1225 - N/A - Mount Vernon - OH - 43050-8225 - 11700 Upper Gilchrist Rd - Ste B - Mount Vernon - OH - 43050-9232 - Mr. - F220245 - L220245 - - Board Chairperson - 220245@hsesinfo.org - Ms. - F220246 - L220246 - - Executive Director - 220246@hsesinfo.org - Ms. - F220248 - L220248 - - 220248@hsesinfo.org - Ms. - F220244 - L220244 - - 220244@hsesinfo.org - 555-555-0244 - - - 10273 - 2846 - 12296 - 200 - 2014 - 2019-08-01 - - EHS - Active - Knox County Head Start, Inc. - www.knoxheadstart.org - 2846@hsesinfo.org - 11700 Upper Gilchrist Rd - Ste B - Mount Vernon - OH - 43050-9232 - PO Box 1225 - - Mount Vernon - OH - 43050-8225 - 11700 Upper Gilchrist Rd - Ste B - Mount Vernon - OH - 43050-9232 - Mr. - F220252 - L220252 - - Board Chairperson - 220252@hsesinfo.org - Ms. - F220253 - L220253 - - Executive Director - 220253@hsesinfo.org - Ms. - F220255 - L220255 - - 220255@hsesinfo.org - Ms. - F220251 - L220251 - - 220251@hsesinfo.org - 555-555-0251 - - - 10274 - 672 - 12292 - 000 - 2014 - 2019-08-01 - - HS - Active - Child Care Resources, Inc. - http://www.ccri.org - 672@hsesinfo.org - 1580 Adams Ln - - Zanesville - OH - 43701-2606 - 1580 Adams Ln - - Zanesville - OH - 43701-2606 - 1580 Adams Lane - - Zanesville - OH - 43701-2606 - Ms. - F220259 - L220259 - - Chairperson - 220259@hsesinfo.org - Ms. - F220260 - L220260 - - Ex Director/Head Start Director - 220260@hsesinfo.org - Ms. - F220262 - L220262 - - 220262@hsesinfo.org - Ms. - F220258 - L220258 - - 220258@hsesinfo.org - 555-555-0258 x 5555 - - - 10275 - 8011 - 12292 - 200 - 2016 - 2019-08-01 - - EHS - Active - Child Care Resources, Inc. - http://www.ccri.org - 8011@hsesinfo.org - 1580 Adams Lane - - Zanesville - OH - 43701-2606 - 1580 Adams Lane - - Zanesville - OH - 43701-2606 - 1580 Adams Lane - - Zanesville - OH - 43701-2606 - Ms. - F220266 - L220266 - - Chairperson - 220266@hsesinfo.org - Ms. - F220267 - L220267 - - Ex Director/Head Start Director - 220267@hsesinfo.org - Ms. - F220269 - L220269 - - 220269@hsesinfo.org - Ms. - F220265 - L220265 - - 220265@hsesinfo.org - 555-555-0265 x 5555 - - - 10276 - 5823 - 12293 - 200 - - 2019-08-01 - - EHS - Active - Capital Area Community Services, Inc. - www.cacsheadstart.org - 5823@hsesinfo.org - 101 East Willow Street - - Lansing - MI - 48906-4814 - 101 East Willow Street - - Lansing - MI - 48906-4814 - 101 East Willow Street - - Lansing - MI - 48906-4814 - Mr. - F220273 - L220273 - III - Chairperson - 220273@hsesinfo.org - Mr. - F220274 - L220274 - - Executive Director - 220274@hsesinfo.org - Mrs. - F220276 - L220276 - - 220276@hsesinfo.org - Mrs. - F220272 - L220272 - - 220272@hsesinfo.org - 555-555-0272 x 5555 - - - 10277 - 5965 - 12297 - 200 - - 2019-08-01 - - EHS - Active - Northeast Oklahoma Community Action Agency, Inc. - www.neocaa.org - 5965@hsesinfo.org - 856 E Melton Drive - - Jay - OK - 74346 - PO Box 603 - - Jay - OK - 74346-0603 - 856 E Melton Drive - - Jay - OK - 74346 - Mrs. - F220280 - L220280 - - Board Chairperson - 220280@hsesinfo.org - Mrs. - F220281 - L220281 - - Executive Director - 220281@hsesinfo.org - Mrs. - F220283 - L220283 - - 220283@hsesinfo.org - Mrs. - F220279 - L220279 - - 220279@hsesinfo.org - 555-555-0279 - - - 10278 - 5970 - 12294 - 200 - - 2019-08-01 - - EHS - Active - Child Inc - www.childinc.org - 5970@hsesinfo.org - 818 East 53rd Street - - Austin - TX - 78751-2299 - 818 East 53rd Street - - Austin - TX - 78751-2299 - 818 East 53rd Street - - Austin - TX - 78751-2299 - Ms. - F220287 - L220287 - - Chairperson of the Board of Directors - 220287@hsesinfo.org - Mr. - F220288 - L220288 - - Executive Director - 220288@hsesinfo.org - Ms. - F220290 - L220290 - - 220290@hsesinfo.org - Mr. - F220286 - L220286 - - 220286@hsesinfo.org - 555-555-0286 x 5555 - - - 10279 - 5972 - 12299 - 200 - - 2019-08-01 - - EHS - Active - Community Services Office - - 5972@hsesinfo.org - 600 W Grand Ave - Ste 200 - Hot Springs - AR - 71901-3936 - P.O. Box 1175 - - Hot Springs - AR - 71902-5302 - 600 W Grand Ave - Ste 200 - Hot Springs - AR - 71901-3936 - Mrs. - F220294 - L220294 - - Board President - 220294@hsesinfo.org - Mrs. - F220295 - L220295 - - CSO Executive Director - 220295@hsesinfo.org - Mr. - F220297 - L220297 - - 220297@hsesinfo.org - Mrs. - F220293 - L220293 - - 220293@hsesinfo.org - 555-555-0293 - - - 10280 - 5973 - 12295 - 200 - - 2019-08-01 - - EHS - Active - AVANCE-San Antonio, Inc. - www.avancesa.org - 5973@hsesinfo.org - 903 Billy Mitchell Blvd. - Ste 100 - San Antonio - TX - 78226-1802 - 903 Billy Mitchell Blvd. - Ste 100 - San Antonio - TX - 78226-1802 - 903 Billy Mitchell Blvd. - Ste 100 - San Antonio - TX - 78226-1802 - Ms. - F220301 - L220301 - - Board Chair - 220301@hsesinfo.org - Mrs. - F220302 - L220302 - - Executive Director - 220302@hsesinfo.org - Ms. - F220304 - L220304 - - 220304@hsesinfo.org - Mrs. - F220300 - L220300 - - 220300@hsesinfo.org - 555-555-0300 - - - 10281 - 6049 - 12298 - 200 - - 2019-09-01 - - EHS - Active - Total Community Action, Inc - http://www.tca-nola.org - 6049@hsesinfo.org - 1420 S. Jefferson Davis Parkway - - New Orleans - LA - 70125-1791 - 1420 S. Jefferson Davis Parkway - - New Orleans - LA - 70125-1791 - 1420 S. Jefferson Davis Parkway - - New Orleans - LA - 70125-1791 - Mr. - F220308 - L220308 - - - 220308@hsesinfo.org - Ms. - F220309 - L220309 - - - 220309@hsesinfo.org - Ms. - F220311 - L220311 - - 220311@hsesinfo.org - Ms. - F220307 - L220307 - - 220307@hsesinfo.org - 555-555-0307 - - - 8325 - 4000 - 10690 - 008 - - 2016-07-01 - - HS - Active - Waterford Head Start - www.waterford.k12.mi.us - 4000@hsesinfo.org - 6010 Hatchery Road - - Waterford - MI - 48329-3140 - 6010 Hatchery Road - - Waterford - MI - 48329-3140 - 6010 Hatchery Road - - Waterford - MI - 48329-3140 - Ms. - F207415 - L207415 - - - 207415@hsesinfo.org - Mr. - F207416 - L207416 - - - 207416@hsesinfo.org - Ms. - F207418 - L207418 - - 207418@hsesinfo.org - Mrs. - F207414 - L207414 - - 207414@hsesinfo.org - 555-555-7414 - - - 9242 - 1349 - 11518 - 000 - 2013 - 2018-12-01 - - HS - Active - ROLLINGS PLAINS MGMT CORP OF BAYLOR COTTLE FOARD HARDEM - www.rollingplains.org - 1349@hsesinfo.org - Rolling Plains Management Corporation - 118 N. 1st Street - Crowell - TX - 79227 - PO Box 490 - Rolling Plains Management Corporation - Crowell - TX - 79227-0490 - Rolling Plains Management Corporation - 118 N. 1st Street - Crowell - TX - 79227 - Mr. - F213235 - L213235 - - Chairman of the Board - 213235@hsesinfo.org - Mrs. - F213236 - L213236 - - - 213236@hsesinfo.org - Mrs. - F213238 - L213238 - - 213238@hsesinfo.org - Mrs. - F213234 - L213234 - - 213234@hsesinfo.org - 555-555-3234 x 5555 - - - 10236 - 9026 - 12260 - 000 - 2019 - 2019-08-01 - - HS - Active - Mississippi State University - - 9026@hsesinfo.org - 245 Barr Ave - Mcarthur Hall - Misssissippi State - MS - 39762 - PO Box 5227 - Mcarthur Hall - Misssissippi State - MS - 39762-5227 - 245 Barr Ave - McArthur Hall - Mississippi State - MS - 39762 - Mr. - F219996 - L219996 - - Chair - 219996@hsesinfo.org - Dr. - F219997 - L219997 - - - 219997@hsesinfo.org - Mr. - F219999 - L219999 - - 219999@hsesinfo.org - Mrs. - F219995 - L219995 - - 219995@hsesinfo.org - 555-555-9995 - - - 5724 - 2878 - 9384 - 200 - 2015 - 2015-01-01 - 2019-12-31 - EHS - Inactive - Municipality of Utuado - - 2878@hsesinfo.org - Avenida Ribas Dominicci #55 - - Utuado - PR - 00641 - Box 877 - - Utuado - PR - 00641 - Avenida Ribas Dominicci #55 - - Utuado - PR - 00641 - Mrs. - F103101 - L103101 - - President of Goverment Board - 103101@hsesinfo.org - Mr. - F103099 - L103099 - - - 103099@hsesinfo.org - Mrs. - F103098 - L103098 - - 103098@hsesinfo.org - Mr. - F103097 - L103097 - - 103097@hsesinfo.org - 555-555-3097 - - - 9942 - 8980 - 11838 - 200 - 2019 - 2019-09-01 - - EHS - Active - Los Angeles Education Partnership - www.laep.org - 8980@hsesinfo.org - 202 W 1st Street 4th Floor, Suite 6-0410 - - Los Angeles - CA - 90012-4299 - 202 W 1st Street 4th Floor, Suite 6-0410 - - Los Angeles - CA - 90012-4299 - 202 W 1st Street 4th Floor, Suite 6-0410 - - Los Angeles - CA - 90012-4299 - Mr. - F217993 - L217993 - - - 217993@hsesinfo.org - Ms. - F217991 - L217991 - - - 217991@hsesinfo.org - - F217994 - L217994 - - 217994@hsesinfo.org - Ms. - F217990 - L217990 - - 217990@hsesinfo.org - 555-555-7990 x 5555 - - - 10237 - 9027 - 12260 - 200 - 2019 - 2019-08-01 - - EHS - Active - Mississippi State University - - 9027@hsesinfo.org - 245 Barr Ave - Mcarthur Hall - Misssissippi State - MS - 39762 - PO Box 5227 - Mcarthur Hall - Misssissippi State - MS - 39762-5227 - 245 Barr Ave - Mcarthur Hall - Misssissippi State - MS - 39762 - Mr. - F220003 - L220003 - - - 220003@hsesinfo.org - Dr. - F220004 - L220004 - - - 220004@hsesinfo.org - Mr. - F220006 - L220006 - - 220006@hsesinfo.org - Mrs. - F220002 - L220002 - - 220002@hsesinfo.org - 555-555-0002 - - - 9050 - 8704 - 11381 - 200 - 2018 - 2018-08-01 - - EHS - Active - SOUTHERN MARYLAND TRI-COUNTY COMMUNITY ACTION COMMITTEE, INC - http://www.smtccac.org - 8704@hsesinfo.org - 8371 Old Leonardtown Road - - Hughesville - MD - 20637 - P.O. Box 280 - 8371 Old Leonardtown Road - Hughesville - MD - 20637-0280 - 8371 Old Leonardtown Road - - Hughesville - MD - 20637 - Mr. - F211902 - L211902 - - SMTCCAC Board Chairperson - 211902@hsesinfo.org - Mr. - F211903 - L211903 - - President/CEO - 211903@hsesinfo.org - Ms. - F211905 - L211905 - - 211905@hsesinfo.org - Ms. - F211901 - L211901 - - 211901@hsesinfo.org - 555-555-1901 x 5555 - - - 8236 - 1301 - 10620 - 200 - 1997 - 2016-07-01 - - EHS - Active - City of Oakland Early Head Start - - 1301@hsesinfo.org - 150 Frank H. Ogawa Plaza - STE. 5352 - Oakland - CA - 94612 - 150 Frank H. Ogawa Plaza - STE. 5352 - Oakland - CA - 94612 - 150 Frank H. Ogawa Plaza - STE. 5352 - Oakland - CA - 94612 - Mr. - F206767 - L206767 - - Authorizing Official - City Administrator - 206767@hsesinfo.org - Ms. - F206768 - L206768 - - Director, Human Services Department - 206768@hsesinfo.org - Ms. - F206770 - L206770 - - 206770@hsesinfo.org - Ms. - F206766 - L206766 - - 206766@hsesinfo.org - 555-555-6766 - - - 8060 - 8018 - 10589 - 201 - 2015 - 2015-03-01 - 2019-08-31 - EHS - Inactive - Aldine Independent School District - http://aldine.k12.tx.us - 8018@hsesinfo.org - 2520 Ww Thorne Blvd - - Houston - TX - 77073-3406 - 2520 Ww Thorne Blvd - - Houston - TX - 77073-3406 - 2520 Ww Thorne Blvd - - Houston - TX - 77073-3406 - Dr. - F205609 - L205609 - - President, Aldine ISD School Board - 205609@hsesinfo.org - Dr. - F205610 - L205610 - - Superintendent of Schools - 205610@hsesinfo.org - Ms. - F205612 - L205612 - - 205612@hsesinfo.org - Dr. - F205608 - L205608 - - 205608@hsesinfo.org - 555-555-5608 - - - 9093 - 2447 - 11413 - 000 - 2013 - 2018-09-01 - - HS - Active - Early Education and Care, Inc. - http://www.eeckids.org - 2447@hsesinfo.org - 1025 Redwood Ave - - Panama City - FL - 32401-4260 - 1025 Redwood Ave - - Panama City - FL - 32401-4260 - 1025 Redwood Ave - - Panama City - FL - 32401-4260 - Mr. - F212232 - L212232 - - Executive Board President - 212232@hsesinfo.org - Mrs. - F212233 - L212233 - - Executive Director - 212233@hsesinfo.org - Ms. - F212235 - L212235 - - 212235@hsesinfo.org - Ms. - F212231 - L212231 - - 212231@hsesinfo.org - 555-555-2231 x 5555 - - - 10697 - 484 - 12707 - 000 - 1995 - 2019-11-01 - - HS - Active - West Ohio Community Action Partnership - http://www.wocap.org - 484@hsesinfo.org - 540 South Central Avenue - - Lima - OH - 45804-1306 - 540 South Central Avenue - - Lima - OH - 45804-1306 - 540 South Central Avenue - - Lima - OH - 45804-1306 - Mrs. - F223208 - L223208 - - President of Board of Trustees - 223208@hsesinfo.org - Ms. - F223209 - L223209 - - - 223209@hsesinfo.org - Mrs. - F223211 - L223211 - - 223211@hsesinfo.org - Ms. - F223207 - L223207 - - 223207@hsesinfo.org - 555-555-3207 x 5555 - - - 9094 - 2448 - 11413 - 200 - 2013 - 2018-09-01 - - EHS - Active - Early Education and Care, Inc. - http://www.eeckids.org - 2448@hsesinfo.org - 1025 Redwood Ave - - Panama City - FL - 32401-4260 - 450 Jenks Ave - - Panama City - FL - 32401-2626 - 1025 Redwood Ave - - Panama City - FL - 32401-4260 - Mr. - F212239 - L212239 - - Executive Board President - 212239@hsesinfo.org - Mrs. - F212240 - L212240 - - Executive Director - 212240@hsesinfo.org - Ms. - F212242 - L212242 - - 212242@hsesinfo.org - Ms. - F212238 - L212238 - - 212238@hsesinfo.org - 555-555-2238 x 5555 - - - 8538 - 8418 - 10944 - 200 - 2017 - 2017-03-01 - - EHS - Active - GREENE LAMP - http://www.greenelamp.org - 8418@hsesinfo.org - 309 Summit Ave - - Kinston - NC - 28501-3957 - 309 Summit Ave - - Kinston - NC - 28501-3957 - 309 Summit Ave - - Kinston - NC - 28501-3957 - Mrs. - F208494 - L208494 - - Board Chair (effective January 1, 2017) - 208494@hsesinfo.org - Mrs. - F208495 - L208495 - - Executive Director - 208495@hsesinfo.org - Miss - F208497 - L208497 - - 208497@hsesinfo.org - Mrs. - F208493 - L208493 - - 208493@hsesinfo.org - 555-555-8493 x 5555 - - - 9012 - 8698 - 11340 - 000 - 2018 - 2018-09-01 - 2020-08-31 - HS - Inactive - CDI HS/Hartford and Middlesex Counties, CT - www.cdiheadstart.org - 8698@hsesinfo.org - 261 Locust St - - Hartford - CT - 06114-2008 - PO Box 340745 - - Hartford - CT - 06134-0745 - 261 Locust St - - Hartford - CT - 06114-2008 - Mr. - F211634 - L211634 - - Chief Executive Officer - 211634@hsesinfo.org - Ms. - F211632 - L211632 - - Executive Director - 211632@hsesinfo.org - - F211635 - L211635 - - 211635@hsesinfo.org - Ms. - F211631 - L211631 - - 211631@hsesinfo.org - 555-555-1631 - - - 8642 - 8509 - 11030 - 200 - 2017 - 2017-06-21 - - EHS - Active - CDI HS/Chilton, Autauga, Shelby and Elmore, AL - www.cdiheadstart.org - 8509@hsesinfo.org - 905 W Osceola St - - Wetumpka - AL - 36092-2133 - PO Box 1352 - - Wetumpka - AL - 36092-0024 - 905 W Osceola St - - Wetumpka - AL - 36092-2133 - Mr. - F209003 - L209003 - - Chief Executive Officer - 209003@hsesinfo.org - Ms. - F209004 - L209004 - - Executive Director - 209004@hsesinfo.org - - F209006 - L209006 - - 209006@hsesinfo.org - Ms. - F209002 - L209002 - - 209002@hsesinfo.org - 555-555-9002 - - - 8218 - 8150 - 10633 - 200 - 2016 - 2016-07-01 - - EHS - Active - The Guidance Center - www.guidance-center.org - 8150@hsesinfo.org - 13101 Allen Rd - - Southgate - MI - 48195-2216 - 13101 Allen Rd - - Southgate - MI - 48195-2216 - 13101 Allen Rd - - Southgate - MI - 48195-2216 - Mr. - F206641 - L206641 - - - 206641@hsesinfo.org - Mr. - F206642 - L206642 - - - 206642@hsesinfo.org - Ms. - F206644 - L206644 - - 206644@hsesinfo.org - Ms. - F206640 - L206640 - - 206640@hsesinfo.org - 555-555-6640 x 5555 - - - 6106 - 2653 - 9708 - 000 - 2011 - 2015-03-01 - - HS - Active - Meriden Young Men`s Christian Association, Inc - www.meridenymca.org - 2653@hsesinfo.org - 398 Liberty St - 110 West Main Street, Meriden Ct 06451 - Meriden - CT - 06450-4529 - 398 Liberty St - 110 West Main Street, Meriden Ct 06451 - Meriden - CT - 06450-4529 - 398 Liberty St - 110 West Main Street, Meriden Ct 06451 - Meriden - CT - 06450-4529 - Mr. - F108416 - L108416 - - Chief Volunteer Officer - 108416@hsesinfo.org - Mr. - F108414 - L108414 - - Executive Director - 108414@hsesinfo.org - Ms. - F108413 - L108413 - - 108413@hsesinfo.org - Ms. - F108412 - L108412 - - 108412@hsesinfo.org - 555-555-8412 x 5555 - - - 8219 - 1398 - 10606 - 000 - 1992 - 2016-07-01 - - HS - Active - Missouri Ozarks Community Action, Inc. - http://www.mocaonline.org - 1398@hsesinfo.org - 306 S Pine St - - Richland - MO - 65556-7654 - PO Box 69 - - Richland - MO - 65556-0069 - 306 S Pine St - - Richland - MO - 65556-7654 - Mr. - F206648 - L206648 - - Chairman of the Board of Directors - 206648@hsesinfo.org - Mr. - F206649 - L206649 - - MOCA Executive Director - 206649@hsesinfo.org - Ms. - F206651 - L206651 - - 206651@hsesinfo.org - Mrs. - F206647 - L206647 - - 206647@hsesinfo.org - 555-555-6647 x 5555 - - - 9388 - 4289 - 11620 - 000 - 2013 - 2019-02-01 - - HS - Active - Children's Home Society of Washington - http://www.chs-wa.org - 4289@hsesinfo.org - 12360 Lake City Way NE - Ste 450 - Seattle - WA - 98125-5452 - PO Box 15190 - - Seattle - WA - 98115-0190 - 12360 Lake City Way NE - Ste 450 - Seattle - WA - 98125-5452 - Mr. - F214249 - L214249 - - Chair, Board of Trustees - 214249@hsesinfo.org - Mr. - F214250 - L214250 - - President/CEO - 214250@hsesinfo.org - Ms. - F214252 - L214252 - - 214252@hsesinfo.org - Ms. - F214248 - L214248 - - 214248@hsesinfo.org - 555-555-4248 - - - 9003 - 639 - 11331 - 000 - 2013 - 2018-08-01 - - HS - Active - CHESTERFIELD-MARLBORO ECONOMIC OPPORTUNITY COUNCIL, INC - - 639@hsesinfo.org - 318 Front St - - Cheraw - SC - 29520-1904 - PO Box 877 - - Cheraw - SC - 29520-0877 - 318 Front St - - Cheraw - SC - 29520-1904 - Mrs. - F211577 - L211577 - - Chairman - 211577@hsesinfo.org - Mr. - F211578 - L211578 - - Executive Director - 211578@hsesinfo.org - Mr. - F211580 - L211580 - - 211580@hsesinfo.org - Ms. - F211576 - L211576 - - 211576@hsesinfo.org - 555-555-1576 x 5555 - - - 8941 - 4193 - 11288 - 201 - 2013 - 2018-07-01 - - EHS - Active - Farrell Area School District - http://www.mchs-ehs.org - 4193@hsesinfo.org - 1901 Memorial Drive - - Farrell - PA - 16121-1507 - 1901 Memorial Drive - - Farrell - PA - 16121-1507 - 1901 Memorial Drive - - Farrell - PA - 16121-1507 - Mr. - F211093 - L211093 - - Elected Public Official - 211093@hsesinfo.org - Rev. - F211094 - L211094 - - - 211094@hsesinfo.org - Ms. - F211096 - L211096 - - 211096@hsesinfo.org - Ms. - F211092 - L211092 - - 211092@hsesinfo.org - 555-555-1092 x 5555 - - - 8078 - 506 - 10585 - 000 - 1991 - 2016-07-01 - - HS - Active - Northeast South Dakota Head Start Program, Inc. - http://www.nesdhs.org - 506@hsesinfo.org - 200 S Harrison St - #1 - Aberdeen - SD - 57401-4747 - 200 S Harrison St - #1 - Aberdeen - SD - 57401-4747 - 200 S Harrison St - #1 - Aberdeen - SD - 57401-4747 - Ms. - F205731 - L205731 - - Grantee Board President - 205731@hsesinfo.org - Ms. - F205732 - L205732 - - Executive Director - 205732@hsesinfo.org - Ms. - F205734 - L205734 - - 205734@hsesinfo.org - Ms. - F205730 - L205730 - - 205730@hsesinfo.org - 555-555-5730 - - - 5121 - 701 - 8815 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Southfield Public Schools - http://www.southfield.k12.mi.us - 701@hsesinfo.org - 24661 Lahser Rd - Southfield Public Schools John W. English Center - Southfield - MI - 48033-3238 - 24501 Fredrick St - Bussey Center for Early Childhood Education - Southfield - MI - 48033-3989 - 24661 Lahser Rd - Southfield Public Schools John W. English Center - Southfield - MI - 48033-3238 - Mr. - F51911 - L51911 - - President, Board of Education - 51911@hsesinfo.org - Mrs. - F51913 - L51913 - - Superintendent - 51913@hsesinfo.org - Ms. - F51912 - L51912 - - 51912@hsesinfo.org - Mrs. - F51909 - L51909 - - 51909@hsesinfo.org - 555-555-1909 - - - 11482 - 1754 - 13311 - 000 - 2001 - 2020-07-01 - - AIAN HS - Active - Ponca Tribe of Oklahoma - - 1754@hsesinfo.org - 20 White Eagle Dr - - Ponca City - OK - 74601-8310 - 20 White Eagle Dr - - Ponca City - OK - 74601-8310 - 20 White Eagle Dr - - Ponca City - OK - 74601-8310 - Mr. - F228401 - L228401 - - Chairman - 228401@hsesinfo.org - Mrs. - F228402 - L228402 - - Tribal Administrator - 228402@hsesinfo.org - Mrs. - F228404 - L228404 - - 228404@hsesinfo.org - Mrs. - F228400 - L228400 - - 228400@hsesinfo.org - 555-555-8400 - - - 11484 - 807 - 13321 - 000 - 1992 - 2020-07-01 - - HS - Active - EASTERN PLAINS COMMUNITY ACTION AGENCY, INC - http://www.epcaa.org - 807@hsesinfo.org - 210 W Center St - - Tucumcari - NM - 88401-2219 - PO Box 1244 - - Tucumcari - NM - 88401-1244 - 210 W Center St - - Tucumcari - NM - 88401-2219 - Ms. - F228415 - L228415 - - Grantee Board Chair - 228415@hsesinfo.org - Mrs. - F228416 - L228416 - - Executive Director - 228416@hsesinfo.org - Ms. - F228418 - L228418 - - 228418@hsesinfo.org - Mrs. - F228414 - L228414 - - 228414@hsesinfo.org - 555-555-8414 - - - 6759 - 1200 - 10186 - 000 - 1992 - 2015-08-01 - - AIAN HS - Active - Blackfeet Tribal Business Council - www.blackfeetnation.com - 1200@hsesinfo.org - 615 South Piegan Street - - Browning - MT - 59417-0850 - 615 South Piegan Street - - Browning - MT - 59417-0850 - 615 South Piegan Street - - Browning - MT - 59417-0850 - Mr. - F202984 - L202984 - - Chairman Blackfeet Tribal Business Council - 202984@hsesinfo.org - Mr. - F202985 - L202985 - - Chairman Blackfeet Tribal Business Council - 202985@hsesinfo.org - Mr. - F202987 - L202987 - - 202987@hsesinfo.org - Mrs. - F202983 - L202983 - - 202983@hsesinfo.org - 555-555-2983 x 5555 - - - 8344 - 759 - 10700 - 000 - 1996 - 2016-07-01 - - HS - Active - Youth Development, Inc. - http://www.ydinm.org - 759@hsesinfo.org - 6301 Central Ave NW - - Albuquerque - NM - 87105-2036 - 6301 Central Ave NW - - Albuquerque - NM - 87105-2036 - 6301 Central Ave NW - - Albuquerque - NM - 87105-2036 - Ms. - F207547 - L207547 - - Chair of the Board - 207547@hsesinfo.org - Dr. - F207548 - L207548 - - President/CEO - 207548@hsesinfo.org - Ms. - F207550 - L207550 - - 207550@hsesinfo.org - Ms. - F207546 - L207546 - - 207546@hsesinfo.org - 555-555-7546 - - - 11485 - 808 - 13321 - 200 - 2002 - 2020-07-01 - - EHS - Active - EASTERN PLAINS COMMUNITY ACTION AGENCY, INC - http://www.epcaa.org - 808@hsesinfo.org - 210 W Center St - - Tucumcari - NM - 88401-2219 - PO Box 1244 - - Tucumcari - NM - 88401-1244 - 210 W Center St - - Tucumcari - NM - 88401-2219 - Ms. - F228422 - L228422 - - Grantee Board Chair - 228422@hsesinfo.org - Mrs. - F228423 - L228423 - - Executive Director - 228423@hsesinfo.org - Ms. - F228425 - L228425 - - 228425@hsesinfo.org - Mrs. - F228421 - L228421 - - 228421@hsesinfo.org - 555-555-8421 - - - 8565 - 8444 - 10976 - 200 - 2017 - 2017-03-01 - - EHS - Active - Oakland Livingston Human Service Agency - http://www.olhsa.org - 8444@hsesinfo.org - 196 Cesar E Chavez Ave - Fl 5 - Pontiac - MI - 48342-1094 - 196 Cesar E Chavez Ave - Fl 5 - Pontiac - MI - 48342-1094 - 196 Cesar E Chavez Ave - Fl 5 - Pontiac - MI - 48342-1094 - Mr. - F208678 - L208678 - - - 208678@hsesinfo.org - Ms. - F208679 - L208679 - - - 208679@hsesinfo.org - Ms. - F208681 - L208681 - - 208681@hsesinfo.org - Ms. - F208677 - L208677 - - 208677@hsesinfo.org - 555-555-8677 - - - 4998 - 1095 - 8888 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - City of Phoenix Human Services Department - http://www.phoenix.gov - 1095@hsesinfo.org - 200 W Washington St - Fl 17 - Phoenix - AZ - 85003-1611 - 200 W Washington St - Fl 17 - Phoenix - AZ - 85003-1611 - 200 W Washington St - Fl 17 - Phoenix - AZ - 85003-1611 - Ms. - F49478 - L49478 - - Councilwoman, Governing Board Chair - 49478@hsesinfo.org - Ms. - F49479 - L49479 - - Human Services Director - 49479@hsesinfo.org - Ms. - F49476 - L49476 - - 49476@hsesinfo.org - Ms. - F49475 - L49475 - - 49475@hsesinfo.org - 555-555-9475 - - - 9286 - 4572 - 11544 - 000 - 2013 - 2019-01-01 - - HS - Active - VOALA Grantee Los Angeles County - voala.org - 4572@hsesinfo.org - 3600 Wilshire Blvd - Ste 1500 - Los Angeles - CA - 90010-2619 - 3600 Wilshire Blvd - Ste 1500 - Los Angeles - CA - 90010-2619 - 3600 Wilshire Blvd - Ste 1500 - Los Angeles - CA - 90010-2619 - Mr. - F213547 - L213547 - - Executive Committee Chair - 213547@hsesinfo.org - Mr. - F213548 - L213548 - - Chief Executive Officer - 213548@hsesinfo.org - Ms. - F213550 - L213550 - - 213550@hsesinfo.org - Mr. - F213546 - L213546 - - 213546@hsesinfo.org - 555-555-3546 - - - 8064 - 2129 - 10555 - 000 - 1992 - 2016-05-01 - - HS - Active - Child Start, Inc. - http://www.childstart.org - 2129@hsesinfo.org - 1002 S. Oliver - - Wichita - KS - 67218-3218 - 1002 S. Oliver - - Wichita - KS - 67218-3218 - 1002 S. Oliver - - Wichita - KS - 67218-3218 - Mr. - F205634 - L205634 - - Chairperson, Board of Directors - 205634@hsesinfo.org - Ms. - F205635 - L205635 - - - 205635@hsesinfo.org - Ms. - F205637 - L205637 - - 205637@hsesinfo.org - Ms. - F205633 - L205633 - - 205633@hsesinfo.org - 555-555-5633 - - - 8522 - 8402 - 10929 - 200 - 2017 - 2017-03-01 - - Migrant EHS - Active - Community Council of Idaho, Inc. - www.communitycouncilofidaho.org - 8402@hsesinfo.org - 317 Happy Day Blvd. Suite 250 - - Caldwell - ID - 83607-1529 - 317 Happy Day Blvd. Suite 250 - - Caldwell - ID - 83607-1529 - 317 Happy Day Blvd. Suite 250 - - Caldwell - ID - 83607-1529 - Ms. - F208380 - L208380 - - President, Board of Trustees - 208380@hsesinfo.org - Mrs. - F208381 - L208381 - - Executive Director - 208381@hsesinfo.org - Mrs. - F208383 - L208383 - - 208383@hsesinfo.org - Ms. - F208379 - L208379 - - 208379@hsesinfo.org - 555-555-8379 - - - 11486 - 1331 - 13314 - 000 - 1991 - 2020-07-01 - - HS - Active - Webster Parish Police Jury Office of Community Services - - 1331@hsesinfo.org - 208 Gleason St - Post Office Box 876 - Minden - LA - 71055-3454 - 208 Gleason St - Post Office Box 876 - Minden - LA - 71055-3454 - 208 Gleason St - Post Office Box 876 - Minden - LA - 71055-3454 - Mr. - F228429 - L228429 - - Board President - 228429@hsesinfo.org - Mrs. - F228430 - L228430 - - Executive Director - 228430@hsesinfo.org - Mrs. - F228432 - L228432 - - 228432@hsesinfo.org - Mrs. - F228428 - L228428 - - 228428@hsesinfo.org - 555-555-8428 x 5555 - - - 6175 - 6182 - 9558 - 207 - - 2015-01-01 - 2019-11-30 - EHS - Inactive - Christopher House - http://www.christopherhouse.org - 6182@hsesinfo.org - 1611 W Division St - - Chicago - IL - 60622-1201 - 1611 W Division St - - Chicago - IL - 60622-1201 - 1611 W Division St - - Chicago - IL - 60622-1201 - Ms. - F108282 - L108282 - - Board Chair - 108282@hsesinfo.org - Ms. - F108283 - L108283 - - Executive Director - 108283@hsesinfo.org - Ms. - F108285 - L108285 - - 108285@hsesinfo.org - Ms. - F108281 - L108281 - - 108281@hsesinfo.org - 555-555-8281 - - - 6954 - 499 - 10424 - 200 - 1992 - 2015-11-01 - 2020-10-31 - EHS - Inactive - United Community Action Program, Inc. - www.ucapinc.org - 499@hsesinfo.org - 501 6th St - - Pawnee - OK - 74058-2542 - 501 6th St - - Pawnee - OK - 74058-2542 - 501 6th St - - Pawnee - OK - 74058-2542 - Mr. - F204340 - L204340 - - Chairman of Board - 204340@hsesinfo.org - Mr. - F204341 - L204341 - - Executive Director - 204341@hsesinfo.org - Ms. - F204343 - L204343 - - 204343@hsesinfo.org - Ms. - F204339 - L204339 - - 204339@hsesinfo.org - 555-555-4339 x 5555 - - - 6338 - 6356 - 10020 - 204 - - 2015-07-01 - 2019-06-30 - EHS - Inactive - Pomona Unified School District - www.pusd.org - 6356@hsesinfo.org - 800 S Garey Ave - Pomona Unified School District Child Development - Pomona - CA - 91766-3325 - 800 S Garey Ave - Pomona Unified School District Child Development - Pomona - CA - 91766-3325 - 800 S Garey Ave - Pomona Unified School District Child Development - Pomona - CA - 91766-3325 - Mr. - F200036 - L200036 - - Board President - 200036@hsesinfo.org - Mrs. - F200037 - L200037 - - Director of Child Development - 200037@hsesinfo.org - Mr. - F200039 - L200039 - - 200039@hsesinfo.org - Mr. - F200035 - L200035 - - 200035@hsesinfo.org - 555-555-0035 x 5555 - - - 5295 - 3689 - 9140 - 015 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Mexican American Opportunity Foundation - http://www.maof.org - 3689@hsesinfo.org - 2650 Zoe Avenue - - Huntington Park - CA - 90255 - 2650 Zoe Avenue - - Huntington Park - CA - 90255 - 2650 Zoe Avenue - - Huntington Park - CA - 90255 - Mrs. - F53408 - L53408 - - Chair - 53408@hsesinfo.org - Mr. - F53409 - L53409 - - - 53409@hsesinfo.org - Ms. - F53407 - L53407 - - 53407@hsesinfo.org - Mrs. - F53406 - L53406 - - 53406@hsesinfo.org - 555-555-3406 - - - 9430 - 1234 - 11642 - 000 - 2013 - 2019-03-01 - - HS - Active - Community Action of East Central Indiana, Inc. - www.caeci.org - 1234@hsesinfo.org - 1845 W Main St - - Richmond - IN - 47374-3821 - 1845 West Main Street - P.O. Box 1314 - Richmond - IN - 47375-1314 - 1845 W Main St - - Richmond - IN - 47374-3821 - Mrs. - F214519 - L214519 - - President, Board of Directors - 214519@hsesinfo.org - Ms. - F214520 - L214520 - - Interim Executive, Director - 214520@hsesinfo.org - Mr. - F214522 - L214522 - - 214522@hsesinfo.org - Mrs. - F214518 - L214518 - - 214518@hsesinfo.org - 555-555-4518 x 5555 - - - 9251 - 8742 - 9140 - 215 - 2019 - 2019-02-01 - 2019-06-30 - EHS - Inactive - Mexican American Opportunity Foundation - http://www.maof.org - 8742@hsesinfo.org - 2650 Zoe Avenue - - Huntington Park - CA - 90255 - 2650 Zoe Avenue - - Huntington Park - CA - 90255 - 2650 Zoe Avenue - - Huntington Park - CA - 90255 - Mrs. - F213299 - L213299 - - Chair - 213299@hsesinfo.org - Mr. - F213297 - L213297 - - - 213297@hsesinfo.org - Mr. - F213300 - L213300 - - 213300@hsesinfo.org - Mrs. - F213296 - L213296 - - 213296@hsesinfo.org - 555-555-3296 - - - 6152 - 1219 - 9673 - 000 - 1992 - 2015-03-01 - 2020-02-29 - AIAN HS - Inactive - Lower Brule Sioux Tribe - - 1219@hsesinfo.org - 187 Oyate Circle - - Lower Brule - SD - 57548-8500 - PO Box 804 - - Lower Brule - SD - 57548 - 187 Oyate Circle - - Lower Brule - SD - 57548-8500 - Mr. - F108742 - L108742 - - Tribal Chairman - 108742@hsesinfo.org - Mr. - F108740 - L108740 - Sr. - Senior Council Member-Secretary Treasurer - 108740@hsesinfo.org - - F108739 - L108739 - - 108739@hsesinfo.org - Mrs. - F108738 - L108738 - - 108738@hsesinfo.org - 555-555-8738 - - - 9370 - 2530 - 11603 - 200 - 2013 - 2019-02-01 - - EHS - Active - Benton Franklin Head Start - bfhs.net - 2530@hsesinfo.org - 1549 Georgia Avenue S. E., Suite B - - Richland - WA - 99352-4756 - 1549 Georgia Avenue S. E., Suite B - - Richland - WA - 99352-4756 - 1549 Georgia Avenue S. E., Suite B - - Richland - WA - 99352-4756 - Mr. - F214123 - L214123 - - Board Chair - 214123@hsesinfo.org - Ms. - F214124 - L214124 - - Executive Director - 214124@hsesinfo.org - Ms. - F214126 - L214126 - - 214126@hsesinfo.org - Ms. - F214122 - L214122 - - 214122@hsesinfo.org - 555-555-4122 x 5555 - - - 8171 - 8103 - 10551 - 000 - 2016 - 2016-05-01 - - HS - Active - Foundacion Para El Desarollo Del Hogar Priopio - fdhp.org - 8103@hsesinfo.org - Luis Muñoz Marin Avenue - Carretera 183 - Caguas - PR - 00726 - PO Box 5250 - - CAGUAS - PR - 00726-5250 - Ave. Luis Muñoz Marin, Esquina Georgetti - - Caguas - PR - 00726-5250 - Mr. - F206312 - L206312 - - Board President - 206312@hsesinfo.org - Mrs. - F206313 - L206313 - - Executive Director - 206313@hsesinfo.org - Mrs. - F206315 - L206315 - - 206315@hsesinfo.org - Mrs. - F206311 - L206311 - - 206311@hsesinfo.org - 555-555-6311 x 5555 - - - 8742 - 8600 - 11114 - 214 - 2017 - 2017-08-01 - - EHS - Active - Municipio de Sabana Grande, Proyecto Head Start - - 8600@hsesinfo.org - Carr 328 Km 0.2 - Edificio Jomar Plaza - Sabana Grande - PR - 00637 - PO Box 356 - - Sabana Grande - PR - 00637-0356 - Carr 328 Km 0.2 - Edificio Jomar Plaza - Sabana Grande - PR - 00637 - Mrs. - F209674 - L209674 - - Board Presidente - 209674@hsesinfo.org - Hon. - F209675 - L209675 - G - Mayor - 209675@hsesinfo.org - Mrs. - F209677 - L209677 - - 209677@hsesinfo.org - Mrs. - F209673 - L209673 - - 209673@hsesinfo.org - 555-555-9673 - - - 4953 - 2838 - 8851 - 200 - 2011 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Eastern Panhandle Instructional Cooperative - epicresa8.org - 2838@hsesinfo.org - 109 South College Street - - Martinsburg - WV - 25401 - 109 South College Street - - Martinsburg - WV - 25401 - 109 South College Street - - Martinsburg - WV - 25401 - Dr. - F49212 - L49212 - DDS - Chairperson, Regional Advisory Council - 49212@hsesinfo.org - Ms. - F49210 - L49210 - - Administrator - 49210@hsesinfo.org - Ms. - F49209 - L49209 - - 49209@hsesinfo.org - Mrs. - F49208 - L49208 - - 49208@hsesinfo.org - 555-555-9208 - - - 5788 - 5794 - 9408 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Merced County Superintendent of Schools - - 5794@hsesinfo.org - 632 W. 13th Street - - Merced - CA - 95341-5908 - 632 W 13th St - - Merced - CA - 95341-5908 - 1840 Wardrobe Ave - - Merced - CA - 95341-6407 - Dr. - F103612 - L103612 - - Merced County Superintendent of Schools - 103612@hsesinfo.org - Ms. - F103613 - L103613 - - Assistant Superintendent of Early Education - 103613@hsesinfo.org - Mr. - F103615 - L103615 - - 103615@hsesinfo.org - Ms. - F103611 - L103611 - - 103611@hsesinfo.org - 555-555-3611 - - - 6720 - 2764 - 10244 - 200 - 2011 - 2015-08-01 - - EHS - Active - Gadsden Progress Council, Inc. - www.gadhs.org - 2764@hsesinfo.org - 513 Henry St - - Gadsden - AL - 35901-3135 - 513 Henry St - - Gadsden - AL - 35901-3135 - 513 Henry St - - Gadsden - AL - 35901-3135 - Mr. - F202711 - L202711 - - Board Chairman - 202711@hsesinfo.org - Dr. - F202712 - L202712 - - Director - 202712@hsesinfo.org - Ms. - F202714 - L202714 - - 202714@hsesinfo.org - Dr. - F202710 - L202710 - - 202710@hsesinfo.org - 555-555-2710 - - - 9703 - 8878 - 11859 - 000 - 2019 - 2019-06-01 - - HS - Active - Save the Children Federation Inc. - - 8878@hsesinfo.org - - - - - - - - - - - - - - - - Mr. - F216342 - L216342 - - Save the Children Head Start Board Chair - 216342@hsesinfo.org - Mr. - F216343 - L216343 - - Executive Director - 216343@hsesinfo.org - Ms. - F216345 - L216345 - - 216345@hsesinfo.org - Mr. - F216341 - L216341 - - 216341@hsesinfo.org - 555-555-6341 - - - 5942 - 5949 - 9683 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Community Coordinated Care for Children, Inc. - https://4cflorida.org/ - 5949@hsesinfo.org - 3500 W Colonial Dr - - Orlando - FL - 32808-7902 - 3500 W Colonial Dr - - Orlando - FL - 32808-7902 - 3500 W Colonial Dr - - Orlando - FL - 32808-7902 - Mr. - F106190 - L106190 - - 4C Board Chair - 106190@hsesinfo.org - Ms. - F106191 - L106191 - - President/CEO - 106191@hsesinfo.org - Ms. - F106193 - L106193 - - 106193@hsesinfo.org - Ms. - F106189 - L106189 - - 106189@hsesinfo.org - 555-555-6189 - - - 8540 - 8420 - 10946 - 200 - 2017 - 2017-03-01 - - Migrant EHS - Active - Community Action Partnership of San Luis Obispo County, Inc. - http://www.capslo.org - 8420@hsesinfo.org - 1030 Southwood Dr - - San Luis Obispo - CA - 93401-5813 - 1030 Southwood Dr - - San Luis Obispo - CA - 93401-5813 - 1030 Southwood Dr - - San Luis Obispo - CA - 93401-5813 - Ms. - F208508 - L208508 - - CAPSLO Board President - 208508@hsesinfo.org - Mrs. - F208509 - L208509 - - Chief Executive Officer - 208509@hsesinfo.org - Ms. - F208511 - L208511 - - 208511@hsesinfo.org - Ms. - F208507 - L208507 - - 208507@hsesinfo.org - 555-555-8507 - - - 8859 - 512 - 11229 - 200 - 2013 - 2018-07-01 - - EHS - Active - Okaloosa County Comprehensive Head Start Child Development - http://www.okaloosaheadstart.org - 512@hsesinfo.org - 2018 Lewis Turner Blvd - Ste B - Fort Walton Beach - FL - 32547-1352 - 2018 Lewis Turner Blvd - Ste B - Fort Walton Beach - FL - 32547-1352 - 2018 Lewis Turner Blvd - Ste B - Fort Walton Beach - FL - 32547-1352 - Dr. - F210535 - L210535 - - Board Chairperson - 210535@hsesinfo.org - Ms. - F210536 - L210536 - - Executive Director - 210536@hsesinfo.org - Mr. - F210538 - L210538 - - 210538@hsesinfo.org - Ms. - F210534 - L210534 - - 210534@hsesinfo.org - 555-555-0534 x 5555 - - - 5938 - 5945 - 9653 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Early Learning Coalition Miami-Dade/Monroe County - http://elcmdm.org - 5945@hsesinfo.org - 6251 NW 7th Ave - Ste 204 - Miami - FL - 33150-4319 - 6251 NW 7th Ave - Ste 204 - Miami - FL - 33150-4319 - 2555 Ponce De Leon Blvd - Ste 500 - Coral Gables - FL - 33134-6019 - Mr. - F106158 - L106158 - - Chairman, ELC Board of Directors - 106158@hsesinfo.org - Mr. - F106159 - L106159 - - President/CEO - 106159@hsesinfo.org - Ms. - F106161 - L106161 - - 106161@hsesinfo.org - Ms. - F106157 - L106157 - - 106157@hsesinfo.org - 555-555-6157 x 5555 - - - 6995 - 2381 - 10445 - 000 - 1991 - 2015-12-01 - - HS - Active - Northwest Communtiy Action Partnership - http://www.ncap.info - 2381@hsesinfo.org - 270 Pine St - - Chadron - NE - 69337-2296 - 270 Pine St - - Chadron - NE - 69337-2296 - 270 Pine St - - Chadron - NE - 69337-2296 - Mr. - F204631 - L204631 - - President, Board of Directors - 204631@hsesinfo.org - Ms. - F204632 - L204632 - - Chief Executive Office - 204632@hsesinfo.org - Ms. - F204634 - L204634 - - 204634@hsesinfo.org - Mrs. - F204630 - L204630 - - 204630@hsesinfo.org - 555-555-4630 x 5555 - - - 6278 - 2601 - 9853 - 000 - 2010 - 2015-04-01 - 2020-10-31 - HS - Inactive - Acelero, Inc. - www.acelero.net - 2601@hsesinfo.org - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - Mr. - F110226 - L110226 - - Chairman of the Board - 110226@hsesinfo.org - Mr. - F110224 - L110224 - - COO/Head Start Director - 110224@hsesinfo.org - Ms. - F110223 - L110223 - - 110223@hsesinfo.org - Mr. - F110222 - L110222 - - 110222@hsesinfo.org - 555-555-0222 - - - 6742 - 2510 - 10224 - 200 - 2007 - 2015-08-01 - 2020-07-31 - EHS - Inactive - MID-MICHIGAN COMMUNITY ACTION AGENCY INC - www.mmcaa.org - 2510@hsesinfo.org - 1574 E Washington Rd - - Farwell - MI - 48622-9437 - 1574 E Washington Rd - - Farwell - MI - 48622-9437 - 1574 E Washington Rd - - Farwell - MI - 48622-9437 - Mr. - F202865 - L202865 - - Board Chairman - 202865@hsesinfo.org - Mrs. - F202866 - L202866 - - Executive Director - 202866@hsesinfo.org - Ms. - F202868 - L202868 - - 202868@hsesinfo.org - Mrs. - F202864 - L202864 - - 202864@hsesinfo.org - 555-555-2864 - - - 6372 - 892 - 9966 - 000 - 1992 - 2015-06-01 - 2020-05-31 - HS - Inactive - LKLP Head Start Central Headquarters - lklp.net - 892@hsesinfo.org - 398 Roy Campbell Dr - - Hazard - KY - 41701-9486 - 398 Roy Campbell Dr - - Hazard - KY - 41701-9486 - 398 Roy Campbell Dr - - Hazard - KY - 41701-9486 - Mr. - F200274 - L200274 - - - 200274@hsesinfo.org - Mr. - F200275 - L200275 - - - 200275@hsesinfo.org - Mr. - F200277 - L200277 - - 200277@hsesinfo.org - Ms. - F200273 - L200273 - - 200273@hsesinfo.org - 555-555-0273 - - - 9117 - 3785 - 11430 - 008 - 2013 - 2018-09-01 - - HS - Active - Desert Sands USD - www.dsusd.us - 3785@hsesinfo.org - 47-950 Dune Palms Road - - La Quinta - CA - 92253-4000 - 47-950 Dune Palms Road - - La Quinta - CA - 92253-4000 - 47-950 Dune Palms Road - - La Quinta - CA - 92253-4000 - Mr. - F212409 - L212409 - - President, Board of Education - 212409@hsesinfo.org - Mr. - F212410 - L212410 - - Superintendent - 212410@hsesinfo.org - Ms. - F212412 - L212412 - - 212412@hsesinfo.org - Mr. - F212408 - L212408 - - 212408@hsesinfo.org - 555-555-2408 - - - 8992 - 1579 - 11322 - 200 - 2000 - 2018-09-01 - - EHS - Active - Municipality of Barceloneta - - 1579@hsesinfo.org - Carr. 2 Km 51.2 - Bo. Florida Sector Cruce Dávila - Barceloneta - PR - 00617 - P.O. Box 2044 - - Barceloneta - PR - 00617 - Carr. 2 Km 51.2 - Bo. Florida Sector Cruce Dávila - Barceloneta - PR - 00617 - Hon. - F211500 - L211500 - - President Governing Body - 211500@hsesinfo.org - Mrs. - F211501 - L211501 - - Executive Director - 211501@hsesinfo.org - Mr. - F211503 - L211503 - - 211503@hsesinfo.org - Mrs. - F211499 - L211499 - - 211499@hsesinfo.org - 555-555-1499 - - - 9563 - 8826 - 11771 - 000 - 2019 - 2019-06-01 - - HS - Active - Central Texas Opportunities, Inc. - 114 Needham - 8826@hsesinfo.org - 114 Needham St - - Coleman - TX - 76834-5030 - 114 Needham St - - Coleman - TX - 76834-5030 - 114 Needham St - - Coleman - TX - 76834-5030 - Mr. - F215438 - L215438 - - Board Chair - 215438@hsesinfo.org - Ms. - F215439 - L215439 - - Executive Director - 215439@hsesinfo.org - Ms. - F215441 - L215441 - - 215441@hsesinfo.org - Ms. - F215437 - L215437 - - 215437@hsesinfo.org - 555-555-5437 x 5555 - - - 9564 - 8827 - 11771 - 200 - 2019 - 2019-06-01 - - EHS - Active - Central Texas Opportunities, Inc. - www.ctoinc.org - 8827@hsesinfo.org - 114 Needham St - - Coleman - TX - 76834-5030 - 114 Needham St - - Coleman - TX - 76834-5030 - 114 Needham St - - Coleman - TX - 76834-5030 - Mr. - F215445 - L215445 - - Board Chair - 215445@hsesinfo.org - Ms. - F215446 - L215446 - - Executive Director - 215446@hsesinfo.org - - F215448 - L215448 - - 215448@hsesinfo.org - Ms. - F215444 - L215444 - - 215444@hsesinfo.org - 555-555-5444 x 5555 - - - 5131 - 820 - 8808 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Livingston Educational Service Agency - http://www.livingstonesa.org - 820@hsesinfo.org - 1425 West Grand River Avenue - - Howell - MI - 48843-1916 - 1425 West Grand River Avenue - - Howell - MI - 48843-1916 - 1425 West Grand River Avenue - - Howell - MI - 48843-1916 - Ms. - F51854 - L51854 - - President, LESA Board of Education - 51854@hsesinfo.org - Mr. - F51855 - L51855 - - - 51855@hsesinfo.org - Ms. - F51856 - L51856 - - 51856@hsesinfo.org - Ms. - F51851 - L51851 - M.Ed - 51851@hsesinfo.org - 555-555-1851 - - - 8513 - 8393 - 10921 - 200 - 2017 - 2017-03-01 - - EHS - Active - MACON BIBB COUNTY ECONOMIC OPPORTUNITY COUNCIL INC - http://www.maconbibbeoc.com - 8393@hsesinfo.org - 1680 Broadway - - Macon - GA - 31201-3081 - 1680 Broadway - - Macon - GA - 31201-3081 - 1680 Broadway - - Macon - GA - 31201-3081 - Dr. - F208317 - L208317 - - - 208317@hsesinfo.org - Ms. - F208318 - L208318 - - - 208318@hsesinfo.org - - F208320 - L208320 - - 208320@hsesinfo.org - Ms. - F208316 - L208316 - - 208316@hsesinfo.org - 555-555-8316 - - - 11491 - 6603 - 13319 - 000 - - 2020-07-01 - - HS - Active - Catholic Charities Archdiocese of New Orleans - www.ccano.org - 6603@hsesinfo.org - 1000 Howard Ave Ste 200 - - New Orleans - LA - 70113-1964 - 1000 Howard Ave Ste 200 - - New Orleans - LA - 70113-1964 - 1000 Howard Ave Ste 200 - - New Orleans - LA - 70113-1964 - Mr. - F228464 - L228464 - - Chairman - 228464@hsesinfo.org - Sr. - F228465 - L228465 - - President and CEO - 228465@hsesinfo.org - Ms. - F228467 - L228467 - - 228467@hsesinfo.org - Mrs. - F228463 - L228463 - - 228463@hsesinfo.org - 555-555-8463 - - - 8356 - 8263 - 10708 - 200 - 2016 - 2016-07-01 - - EHS - Active - Westmoreland Human Opportunities dba West. Community Action - http://www.westmorelandca.org - 8263@hsesinfo.org - 226 South Maple Avenue - - Greensburg - PA - 15601 - 226 South Maple Avenue - - Greensburg - PA - 15601 - 226 South Maple Avenue - - Greensburg - PA - 15601 - Mr. - F207630 - L207630 - - WCA Board President - 207630@hsesinfo.org - Mrs. - F207631 - L207631 - - CEO - 207631@hsesinfo.org - Ms. - F207633 - L207633 - - 207633@hsesinfo.org - Ms. - F207629 - L207629 - - 207629@hsesinfo.org - 555-555-7629 x 5555 - - - 8241 - 1568 - 10649 - 200 - 2000 - 2016-07-01 - - EHS - Active - Tennessee State Univ.-TN CAREs Early Head Start - www.tnstate.edu/learningsciences - 1568@hsesinfo.org - Tennessee State University- TN CAREs Early Head Start - 1001 Reynolds Street - Paris - TN - 38242 - Tennesse State University - Center of Excellence for Learning Sciences, Box 9500 - Nashville - TN - 37209-1561 - Tennesse State University - Center of Excellence for Learning Sciences, Box 9500 - Nashville - TN - 37209-1561 - Dr. - F206802 - L206802 - - Vice President and Chief Research Officer - 206802@hsesinfo.org - Dr. - F206803 - L206803 - - Director of Center of Excellence for Learning Sciences - 206803@hsesinfo.org - Mr. - F206805 - L206805 - - 206805@hsesinfo.org - Ms. - F206801 - L206801 - - 206801@hsesinfo.org - 555-555-6801 - - - 8186 - 2333 - 10625 - 200 - 2002 - 2016-07-01 - - EHS - Active - Opportunities for Chenango, Inc. - http://www.ofcinc.org - 2333@hsesinfo.org - 44 W Main St - - Norwich - NY - 13815-1613 - 44 W Main St - - Norwich - NY - 13815-1613 - 44 W Main St - - Norwich - NY - 13815-1613 - Mr. - F206417 - L206417 - - President - 206417@hsesinfo.org - Mr. - F206418 - L206418 - - Executive Director - 206418@hsesinfo.org - Ms. - F206420 - L206420 - - 206420@hsesinfo.org - Mrs. - F206416 - L206416 - - 206416@hsesinfo.org - 555-555-6416 x 5555 - - - 7037 - 667 - 10480 - 000 - 1992 - 2016-01-01 - - HS - Active - NW Michigan Community Action Agency - http://www.nmcaa.net - 667@hsesinfo.org - 3963 3 Mile Rd N - - Traverse City - MI - 49686-9164 - 3963 3 Mile Rd N - - Traverse City - MI - 49686-9164 - 3963 3 Mile Rd N - - Traverse City - MI - 49686-9164 - Mrs. - F204925 - L204925 - - Board Chairperson - 204925@hsesinfo.org - Ms. - F204926 - L204926 - - Executive Director - 204926@hsesinfo.org - Ms. - F204928 - L204928 - - 204928@hsesinfo.org - Ms. - F204924 - L204924 - - 204924@hsesinfo.org - 555-555-4924 - - - 4790 - 904 - 8747 - 000 - 2014 - 2014-04-01 - 2019-06-30 - HS - Inactive - Gaston Community Action, Inc - http://www.gastonca.org - 904@hsesinfo.org - 223 N Morris St - - Gastonia - NC - 28052-2244 - PO Box 1653 - - Gastonia - NC - 28053-1653 - 223 N Morris St - - Gastonia - NC - 28052-2244 - Mrs. - F46609 - L46609 - - Board Chairperson - 46609@hsesinfo.org - Mr. - F46612 - L46612 - - - 46612@hsesinfo.org - Mrs. - F46613 - L46613 - - 46613@hsesinfo.org - Mrs. - F46608 - L46608 - - 46608@hsesinfo.org - 555-555-6608 - - - 4853 - 3173 - 8789 - 000 - 2014 - 2014-06-01 - 2019-05-31 - HS - Inactive - LAWRENCE COUNTY SOCIAL SERVICES, INC. - http://www.lccap.org - 3173@hsesinfo.org - 241 W Grant St - - New Castle - PA - 16101-2212 - PO Box 189 - - New Castle - PA - 16103-0189 - 241 W Grant St - - New Castle - PA - 16101-2212 - Mr. - F47622 - L47622 - - Board Chairman - 47622@hsesinfo.org - Mr. - F47623 - L47623 - - Chief Executive Officer - 47623@hsesinfo.org - Ms. - F47621 - L47621 - - 47621@hsesinfo.org - Ms. - F47620 - L47620 - - 47620@hsesinfo.org - 555-555-7620 x 5555 - - - 5446 - 584 - 9192 - 000 - 2014 - 2014-09-01 - 2020-08-31 - HS - Inactive - Beaufort-Jasper Economic Opportunity Council - www.beaufortjaspereoc.org - 584@hsesinfo.org - 1905 Duke St - Ste 250 - Beaufort - SC - 29902-4403 - PO Box 2296 - - Beaufort - SC - 29901-2296 - 1905 Duke St - Ste 250 - Beaufort - SC - 29902-4403 - Mr. - F97014 - L97014 - - Board Chair - 97014@hsesinfo.org - Mr. - F97015 - L97015 - - Executive Director - 97015@hsesinfo.org - Mrs. - F97016 - L97016 - - 97016@hsesinfo.org - Mr. - F97013 - L97013 - - 97013@hsesinfo.org - 555-555-7013 - - - 6279 - 2854 - 9853 - 200 - 2010 - 2015-04-01 - 2020-10-31 - EHS - Inactive - Acelero, Inc. - www.acelero.net - 2854@hsesinfo.org - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - Mr. - F110233 - L110233 - - Chairman of the Board - 110233@hsesinfo.org - Mr. - F110231 - L110231 - - COO/Head Start Director - 110231@hsesinfo.org - Ms. - F110230 - L110230 - - 110230@hsesinfo.org - Mr. - F110229 - L110229 - - 110229@hsesinfo.org - 555-555-0229 - - - 10604 - 6077 - 12605 - 200 - - 2019-09-01 - - EHS - Active - Clayton County Community Services Authority, Inc. - http://www.claytoncountycsa.org - 6077@hsesinfo.org - 1000 Main St - - Forest Park - GA - 30297-1473 - 1000 Main St - - Forest Park - GA - 30297-1473 - 1000 Main St - - Forest Park - GA - 30297-1473 - Mr. - F222565 - L222565 - - BOARD CHAIR - 222565@hsesinfo.org - Dr. - F222566 - L222566 - - EXECUTIVE DIRECTOR - 222566@hsesinfo.org - Ms. - F222568 - L222568 - - 222568@hsesinfo.org - Mrs. - F222564 - L222564 - - 222564@hsesinfo.org - 555-555-2564 x 5555 - - - 5814 - 5820 - 9414 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Youth & Family Services, Inc. - http://www.youthandfamilyservices.org - 5820@hsesinfo.org - 1920 Plaza Blvd - - Rapid City - SD - 57702-9354 - PO Box 2813 - - Rapid City - SD - 57709-2813 - 1920 Plaza Blvd - - Rapid City - SD - 57702-9354 - Ms. - F103860 - L103860 - - Board President - 103860@hsesinfo.org - Ms. - F103861 - L103861 - - CEO - 103861@hsesinfo.org - Ms. - F103863 - L103863 - - 103863@hsesinfo.org - Mr. - F103859 - L103859 - - 103859@hsesinfo.org - 555-555-3859 - - - 8202 - 855 - 10635 - 200 - 2004 - 2016-07-01 - - EHS - Active - Reach-Up, Inc. - http://www.reachupinc.org - 855@hsesinfo.org - 350 Highway 10 S - - Saint Cloud - MN - 56304-1244 - 350 Highway 10 S - - Saint Cloud - MN - 56304-1244 - 350 Highway 10 S - - Saint Cloud - MN - 56304-1244 - Ms. - F206529 - L206529 - - - 206529@hsesinfo.org - Dr. - F206530 - L206530 - - - 206530@hsesinfo.org - Ms. - F206532 - L206532 - - 206532@hsesinfo.org - Dr. - F206528 - L206528 - - 206528@hsesinfo.org - 555-555-6528 - - - 9106 - 8720 - 11419 - 000 - 2018 - 2018-09-01 - - HS - Active - Brush School District RE-2J, Inc. - www.brushschools.org - 8720@hsesinfo.org - 422 Ray St - - Brush - CO - 80723-2426 - 527 Industrial Park Rd - - Brush - CO - 80723-2914 - 527 Industrial Park Rd - - Brush - CO - 80723-2914 - Mr. - F212327 - L212327 - - Board Chair - 212327@hsesinfo.org - Dr. - F212328 - L212328 - - District Superintendent - 212328@hsesinfo.org - - F212330 - L212330 - - 212330@hsesinfo.org - Mrs. - F212326 - L212326 - - 212326@hsesinfo.org - 555-555-2326 x 5555 - - - 9323 - 604 - 11577 - 000 - 2014 - 2019-02-01 - - HS - Active - INSTITUTE OF COMMUNITY SERVICES, INC - http://www.ics-hs.org - 604@hsesinfo.org - 160 W Valley Ave - - Holly Springs - MS - 38635-2218 - P O Box 160 - - Holly Springs - MS - 38635-0160 - 160 West Valley Avenue - - Holly Springs - MS - 38635-0160 - Mr. - F213798 - L213798 - - Board of Directors Chair - 213798@hsesinfo.org - Mrs. - F213799 - L213799 - - - 213799@hsesinfo.org - Mr. - F213801 - L213801 - - 213801@hsesinfo.org - Mrs. - F213797 - L213797 - - 213797@hsesinfo.org - 555-555-3797 x 5555 - - - 6996 - 2380 - 10445 - 200 - 2004 - 2015-12-01 - - EHS - Active - Northwest Communtiy Action Partnership - http://www.ncap.info - 2380@hsesinfo.org - 270 Pine St - - Chadron - NE - 69337-2296 - 270 Pine St - - Chadron - NE - 69337-2296 - 270 Pine St - - Chadron - NE - 69337-2296 - Mr. - F204638 - L204638 - - President, Board of Directors - 204638@hsesinfo.org - Ms. - F204639 - L204639 - - Executive Director - 204639@hsesinfo.org - Ms. - F204641 - L204641 - - 204641@hsesinfo.org - Mrs. - F204637 - L204637 - - 204637@hsesinfo.org - 555-555-4637 x 5555 - - - 9871 - 2289 - 11998 - 000 - 2004 - 2019-07-01 - - HS - Active - CLEVELAND COUNTY SCHOOL DISTRICT - clevelandcountyschools.org - 2289@hsesinfo.org - 400 W Marion St - - Shelby - NC - 28150-5338 - 400 W Marion St - - Shelby - NC - 28150-5338 - 400 W Marion St - - Shelby - NC - 28150-5338 - Mrs. - F217507 - L217507 - . - School Board Chair - 217507@hsesinfo.org - Dr. - F217508 - L217508 - - Superintendent of Cleveland County Schools - 217508@hsesinfo.org - Ms. - F217510 - L217510 - - 217510@hsesinfo.org - Mrs. - F217506 - L217506 - - 217506@hsesinfo.org - 555-555-7506 - - - 5670 - 871 - 9288 - 000 - 2015 - 2015-01-01 - - HS - Active - Ounce of Prevention Fund - http://www.ounceofprevention.org - 871@hsesinfo.org - 33 W Monroe St - Ste 1200 - Chicago - IL - 60603-5316 - 33 W. Monroe St. - Suite 2400 - Chicago - IL - 60603-6198 - 33 W. Monroe St. - Suite 2400 - Chicago - IL - 60603-6198 - Mr. - F102228 - L102228 - - Board Chair - 102228@hsesinfo.org - Ms. - F102229 - L102229 - - - 102229@hsesinfo.org - Mrs. - F102231 - L102231 - - 102231@hsesinfo.org - Ms. - F102227 - L102227 - - 102227@hsesinfo.org - 555-555-2227 - - - 9076 - 2799 - 11397 - 200 - 2011 - 2018-09-01 - - EHS - Active - Northern California Child Development, Inc. - http://www.nccdi.com - 2799@hsesinfo.org - 220 Sycamore Street, Suite 200 - - Red Bluff - CA - 96080 - 220 Sycamore Street, Suite 200 - - Red Bluff - CA - 96080 - 220 Sycamore Street, Suite 200 - - Red Bluff - CA - 96080 - Ms. - F212113 - L212113 - - Governing Board Chairperson - 212113@hsesinfo.org - Mr. - F212114 - L212114 - - Executive Director - 212114@hsesinfo.org - Mr. - F212116 - L212116 - - 212116@hsesinfo.org - Mr. - F212112 - L212112 - - 212112@hsesinfo.org - 555-555-2112 x 5555 - - - 5626 - 4124 - 9446 - 012 - 2014 - 2014-12-01 - - HS - Active - Christopher House - http://www.christopherhouse.org - 4124@hsesinfo.org - 1611 W Division St - - Chicago - IL - 60622-1201 - 1611 W Division St - - Chicago - IL - 60622-1201 - 1611 W Division St - - Chicago - IL - 60622-1201 - Ms. - F101426 - L101426 - - Board Chair - 101426@hsesinfo.org - Ms. - F101424 - L101424 - - Executive Director - 101424@hsesinfo.org - Ms. - F101423 - L101423 - - 101423@hsesinfo.org - Ms. - F101421 - L101421 - - 101421@hsesinfo.org - 555-555-1421 - - - 11492 - 6604 - 13319 - 200 - - 2020-07-01 - - EHS - Active - Catholic Charities Archdiocese of New Orleans - www.ccano.org - 6604@hsesinfo.org - 1000 Howard Ave Ste 200 - - New Orleans - LA - 70113-1964 - 1000 Howard Ave Ste 200 - - New Orleans - LA - 70113-1964 - 1000 Howard Ave Ste 200 - - New Orleans - LA - 70113-1964 - Mr. - F228471 - L228471 - - Chairman - 228471@hsesinfo.org - Sr. - F228472 - L228472 - - President and CEO - 228472@hsesinfo.org - Ms. - F228474 - L228474 - - 228474@hsesinfo.org - Mrs. - F228470 - L228470 - - 228470@hsesinfo.org - 555-555-8470 - - - 5132 - 817 - 8811 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Dickinson Iron Intermediate School District - www.diisd.org - 817@hsesinfo.org - 1074 Pyle Drive - - Kingsford - MI - 49802-4451 - 1074 Pyle Drive - - Kingsford - MI - 49802-4451 - 1074 Pyle Drive - - Kingsford - MI - 49802-4451 - Mr. - F51881 - L51881 - - Board President - 51881@hsesinfo.org - Mrs. - F51885 - L51885 - - Superintendent - 51885@hsesinfo.org - Mrs. - F51883 - L51883 - - 51883@hsesinfo.org - Mr. - F51880 - L51880 - - 51880@hsesinfo.org - 555-555-1880 - - - 11494 - 2444 - 13306 - 000 - 2014 - 2020-07-01 - - HS - Active - OPPORTUNITIES FOR WILLIAMSON AND BURNET COUNTIES - www.opportunitiesforwbc.org - 2444@hsesinfo.org - 604 High Tech Drive - - Georgetown - TX - 78626 - 604 High Tech Drive - - Georgetown - TX - 78626 - 604 High Tech Drive - - Georgetown - TX - 78626 - Mr. - F228485 - L228485 - - Board Chairperson - 228485@hsesinfo.org - Mr. - F228486 - L228486 - - - 228486@hsesinfo.org - Ms. - F228488 - L228488 - - 228488@hsesinfo.org - Mrs. - F228484 - L228484 - - 228484@hsesinfo.org - 555-555-8484 x 5555 - - - 6492 - 978 - 10130 - 000 - 1992 - 2015-07-01 - 2020-06-30 - HS - Inactive - Armstrong County Community Action Agency - http://www.armstrongcap.com/head-start.htm - 978@hsesinfo.org - 705 Butler Rd - - Kittanning - PA - 16201-1946 - 705 Butler Rd - - Kittanning - PA - 16201-1946 - 705 Butler Rd - - Kittanning - PA - 16201-1946 - Mr. - F201114 - L201114 - - Board Chairperson - 201114@hsesinfo.org - Mr. - F201115 - L201115 - - Executive Director - 201115@hsesinfo.org - Mrs. - F201117 - L201117 - - 201117@hsesinfo.org - Mrs. - F201113 - L201113 - - 201113@hsesinfo.org - 555-555-1113 - - - 6947 - 405 - 10425 - 000 - 1991 - 2015-11-01 - - HS - Active - KCEOC Child Development Program - http://www.kceoc.com - 405@hsesinfo.org - 5448 N Us Highway 25e - - Gray - KY - 40734-6582 - 5448 N Us Highway 25e - - Gray - KY - 40734-6582 - 5448 N Us Highway 25e - - Gray - KY - 40734-6582 - Mr. - F204291 - L204291 - - Board of Directors, Chairperson - 204291@hsesinfo.org - Mr. - F204292 - L204292 - - President/CEO - 204292@hsesinfo.org - Ms. - F204294 - L204294 - - 204294@hsesinfo.org - Mrs. - F204290 - L204290 - - 204290@hsesinfo.org - 555-555-4290 - - - 5402 - 2495 - 9153 - 000 - 2014 - 2014-09-01 - 2020-08-31 - HS - Inactive - Community Action of Southeast Iowa - caofseia.org - 2495@hsesinfo.org - 2850 Mt. Pleasant St, Suite 108 - - Burlington - IA - 52601 - 2850 Mt. Pleasant St, Suite 108 - - Burlington - IA - 52601 - 2850 Mt. Pleasant St, Suite 108 - - Burlington - IA - 52601 - Ms. - F96785 - L96785 - - Board President - 96785@hsesinfo.org - Ms. - F96788 - L96788 - - Executive Director - 96788@hsesinfo.org - Mr. - F96784 - L96784 - - 96784@hsesinfo.org - Mr. - F96783 - L96783 - - 96783@hsesinfo.org - 555-555-6783 - - - 9284 - 1252 - 11545 - 000 - 2013 - 2019-01-01 - - HS - Active - JEFFERSON, COUNTY OF - http://jeffco.us/head/ - 1252@hsesinfo.org - 5150 Allison St - - Arvada - CO - 80002-4316 - 5150 Allison St - - Arvada - CO - 80002-4316 - 5150 Allison St - - Arvada - CO - 80002-4316 - Ms. - F213533 - L213533 - - Jefferson County Commissioner Chairman - 213533@hsesinfo.org - Ms. - F213534 - L213534 - - Human Services Department Director - 213534@hsesinfo.org - Ms. - F213536 - L213536 - - 213536@hsesinfo.org - Ms. - F213532 - L213532 - - 213532@hsesinfo.org - 555-555-3532 - - - 8216 - 2754 - 10619 - 200 - 2011 - 2016-07-01 - - EHS - Active - ADRIAN CITY SCHOOL DISTRICT - www.theadrianmaples.com - 2754@hsesinfo.org - 340 E Church St - - Adrian - MI - 49221-2904 - 340 E Church St - - Adrian - MI - 49221-2904 - 340 E Church St - - Adrian - MI - 49221-2904 - Mrs. - F206627 - L206627 - - Board President - 206627@hsesinfo.org - Mr. - F206628 - L206628 - - Superintendent - 206628@hsesinfo.org - Mr. - F206630 - L206630 - - 206630@hsesinfo.org - Mr. - F206626 - L206626 - - 206626@hsesinfo.org - 555-555-6626 - - - 9599 - 2196 - 11783 - 200 - 2014 - 2019-05-01 - - EHS - Active - Community Link, Inc. - www.commlink.org - 2196@hsesinfo.org - 1665 N 4th St - - Breese - IL - 62230-1791 - PO Box 157 - - Breese - IL - 62230-0157 - 1665 N 4th St - - Breese - IL - 62230-1791 - Mr. - F215645 - L215645 - - Board President - 215645@hsesinfo.org - Mr. - F215646 - L215646 - - Interim Executive Director - 215646@hsesinfo.org - Mrs. - F215648 - L215648 - - 215648@hsesinfo.org - Mrs. - F215644 - L215644 - - 215644@hsesinfo.org - 555-555-5644 - - - 6948 - 404 - 10425 - 200 - 2001 - 2015-11-01 - - EHS - Active - KCEOC Child Development Program - http://www.kceoc.com - 404@hsesinfo.org - 5448 N Us Highway 25e - - Gray - KY - 40734-6582 - 5448 N Us Highway 25e - - Gray - KY - 40734-6582 - 5448 N Us Highway 25e - - Gray - KY - 40734-6582 - Mr. - F204298 - L204298 - - Board of Directors, Chairperson - 204298@hsesinfo.org - Mr. - F204299 - L204299 - - President/CEO - 204299@hsesinfo.org - Ms. - F204301 - L204301 - - 204301@hsesinfo.org - Mrs. - F204297 - L204297 - - 204297@hsesinfo.org - 555-555-4297 - - - 5838 - 1102 - 9241 - 000 - 1997 - 2015-01-01 - 2020-08-31 - HS - Inactive - Rocky Mountain Ser/Jobs for Progress, Inc. - http://www.rmser.org - 1102@hsesinfo.org - 3555 Pecos St. - - Denver - CO - 80211 - 3555 Pecos St. - - Denver - CO - 80211 - 3555 Pecos St. - - Denver - CO - 80211 - Mr. - F104963 - L104963 - - Board Chairperson - 104963@hsesinfo.org - Mr. - F104961 - L104961 - - Chief Executive Officer - 104961@hsesinfo.org - Ms. - F104959 - L104959 - - 104959@hsesinfo.org - Mr. - F104958 - L104958 - - 104958@hsesinfo.org - 555-555-4958 - - - 4932 - 1330 - 8918 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - DENTON INDEPENDENT SCHOOL DISTRICT - http://www.dentonisd.org/windle/index.htm - 1330@hsesinfo.org - 901 Audra Lane - - Denton - TX - 76209 - 901 Audra Lane - - Denton - TX - 76209 - 901 Audra Lane - - Denton - TX - 76209 - Ms. - F48649 - L48649 - - School Board President - 48649@hsesinfo.org - Dr. - F48651 - L48651 - - - 48651@hsesinfo.org - Ms. - F48650 - L48650 - - 48650@hsesinfo.org - Ms. - F48648 - L48648 - - 48648@hsesinfo.org - 555-555-8648 - - - 8157 - 2410 - 10612 - 000 - 1992 - 2016-07-01 - - AIAN HS - Active - Havasupai Head Start - - 2410@hsesinfo.org - 130 Main St - - Supai - AZ - 86435-1100 - 10 Main St - - Supai - AZ - 86435 - 10 Main St - - Supai - AZ - 86435 - Ms. - F206214 - L206214 - - Tribal Chariman - 206214@hsesinfo.org - Mr. - F206215 - L206215 - Sr - Tribal Vice Chairman - 206215@hsesinfo.org - Ms. - F206217 - L206217 - - 206217@hsesinfo.org - Mr. - F206213 - L206213 - Sr - 206213@hsesinfo.org - 555-555-6213 - - - 9131 - 8724 - 11441 - 000 - 2018 - 2018-09-01 - 2020-08-31 - HS - Inactive - CDI HS/Frederick and Clarke Counties, VA - www.cdiheadstart.org - 8724@hsesinfo.org - 444 Shady Elm Rd - - Winchester - VA - 22602-2523 - PO Box 95 - - Stephens City - VA - 22655-0095 - 444 Shady Elm Rd - - Winchester - VA - 22602-2523 - Mr. - F212508 - L212508 - - Chief Executive Officer - 212508@hsesinfo.org - Ms. - F212506 - L212506 - - Executive Director - 212506@hsesinfo.org - - F212509 - L212509 - - 212509@hsesinfo.org - Ms. - F212505 - L212505 - - 212505@hsesinfo.org - 555-555-2505 - - - 6307 - 1635 - 9848 - 000 - 2002 - 2015-04-01 - - AIAN HS - Active - SAMISH INDIAN TRIBE - samishtribe.nsn.us - 1635@hsesinfo.org - 1618 D Avenue - - Anacortes - WA - 98221-2045 - PO Box 217 - - Anacortes - WA - 98221-2738 - 2918 Commercial Ave - - Anacortes - WA - 98221-2738 - Mr. - F110276 - L110276 - - Chairman - 110276@hsesinfo.org - Ms. - F110277 - L110277 - - General Manager - 110277@hsesinfo.org - - F110273 - L110273 - - 110273@hsesinfo.org - Ms. - F110272 - L110272 - - 110272@hsesinfo.org - 555-555-0272 x 5555 - - - 6347 - 209 - 10025 - 200 - 2003 - 2015-07-01 - 2020-06-30 - EHS - Inactive - Worcester Community Action Council, Inc. - http://www.wcac.net - 209@hsesinfo.org - 484 Main St - - Worcester - MA - 01608-1893 - 484 Main St - - Worcester - MA - 01608-1893 - 484 Main St - - Worcester - MA - 01608-1893 - Ms. - F200099 - L200099 - - - 200099@hsesinfo.org - Ms. - F200100 - L200100 - - - 200100@hsesinfo.org - Mrs. - F200102 - L200102 - - 200102@hsesinfo.org - Mrs. - F200098 - L200098 - - 200098@hsesinfo.org - 555-555-0098 x 5555 - - - 5923 - 5930 - 9674 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Southern New Hampshire Services, Inc. - www.snhs.org - 5930@hsesinfo.org - 134 Allds St - - Nashua - NH - 03060-6302 - PO Box 5040 - - Manchester - NH - 03108-5040 - 40 Pine St - - Manchester - NH - 03103-6207 - Mr. - F106036 - L106036 - - Board Chairperson - 106036@hsesinfo.org - Ms. - F106037 - L106037 - - Executive Director - 106037@hsesinfo.org - Ms. - F106039 - L106039 - - 106039@hsesinfo.org - Ms. - F106035 - L106035 - - 106035@hsesinfo.org - 555-555-6035 x 5555 - - - 8950 - 8670 - 11298 - 200 - 2018 - 2018-08-01 - - EHS - Active - Cardinal McCloskey School and Home for Children - cmcs.org - 8670@hsesinfo.org - 115 E Stevens Ave - Ste LL5 - Valhalla - NY - 10595-1286 - 115 E Stevens Ave - Ste LL5 - Valhalla - NY - 10595-1286 - 115 E Stevens Ave - - Valhalla - NY - 10595-1203 - Dr. - F211209 - L211209 - PhD - Chairman of the Board of Directors - 211209@hsesinfo.org - Dr. - F211210 - L211210 - EdD - Senior Vice President - 211210@hsesinfo.org - Mrs. - F211212 - L211212 - - 211212@hsesinfo.org - Dr. - F211208 - L211208 - EdD - 211208@hsesinfo.org - 555-555-1208 x 5555 - - - 8774 - 8627 - 9829 - 200 - 2018 - 2018-04-01 - - AIAN EHS - Active - TAOS PUEBLO - - 8627@hsesinfo.org - 190 Shadow Lane Suite A - Taos Pueblo - Taos - NM - 87571-1846 - PO Box 1846 - - Taos - NM - 87571-1846 - 1075 - Veterans Hwy - Taos - NM - 87571 - Gov. - F209883 - L209883 - - Taos Pueblo Governor - 209883@hsesinfo.org - Ms. - F209884 - L209884 - - Tribal Administrator - 209884@hsesinfo.org - Mr. - F209886 - L209886 - - 209886@hsesinfo.org - Ms. - F209882 - L209882 - - 209882@hsesinfo.org - 555-555-9882 x 5555 - - - 9063 - 8707 - 11386 - 200 - 2018 - 2018-09-01 - - EHS - Active - Fort George Community Services, Inc. - www.fortgeorgecenter.org - 8707@hsesinfo.org - 4467 Broadway - - New York - NY - 10040-2603 - 1525 Saint Nicholas Ave - - New York - NY - 10033-2604 - 1525 Saint Nicholas Ave - - New York - NY - 10033-2604 - Ms. - F212026 - L212026 - - Board Chair - 212026@hsesinfo.org - Ms. - F212027 - L212027 - - Executive Director/CEO - 212027@hsesinfo.org - Ms. - F212029 - L212029 - - 212029@hsesinfo.org - Ms. - F212025 - L212025 - - 212025@hsesinfo.org - 555-555-2025 - - - 9607 - 1895 - 11791 - 000 - 2014 - 2019-05-01 - - HS - Active - STARK COUNTY COMMUNITY ACTION AGENCY - www.sccaa.org - 1895@hsesinfo.org - 1366 Market Ave. N. - - Canton - OH - 44714 - 1366 Market Ave. N. - - Canton - OH - 44714 - 1366 Market Ave. N. - - Canton - OH - 44714 - Mr. - F215701 - L215701 - - Board Chair - 215701@hsesinfo.org - Mr. - F215702 - L215702 - - - 215702@hsesinfo.org - Ms. - F215704 - L215704 - - 215704@hsesinfo.org - Ms. - F215700 - L215700 - - 215700@hsesinfo.org - 555-555-5700 - - - 8716 - 8576 - 9450 - 216 - 2017 - 2016-09-01 - - EHS - Active - Centers For New Horizons, Inc. - www.cnh.org - 8576@hsesinfo.org - 4150 South King Drive - - Chicago - IL - 60653-2616 - 4150 South King Drive - - Chicago - IL - 60653-2616 - 4150 South King Drive - - Chicago - IL - 60653-2616 - Mr. - F209506 - L209506 - - Board Chair - 209506@hsesinfo.org - Ms. - F209507 - L209507 - - CEO/Executive Director - 209507@hsesinfo.org - Ms. - F209509 - L209509 - - 209509@hsesinfo.org - Ms. - F209505 - L209505 - - 209505@hsesinfo.org - 555-555-9505 - - - 9609 - 1783 - 11797 - 000 - 2014 - 2019-05-01 - - HS - Active - Head Start of Eastern Orange County, Inc. - http://www.hseoc.org - 1783@hsesinfo.org - 49 Gidney Avenue - - Newburgh - NY - 12550-3546 - 49 Gidney Avenue - - Newburgh - NY - 12550-3546 - 49 Gidney Avenue - - Newburgh - NY - 12550-3546 - Ms. - F215715 - L215715 - - Board Chairperson - 215715@hsesinfo.org - Ms. - F215716 - L215716 - - Executive Director - 215716@hsesinfo.org - Ms. - F215718 - L215718 - - 215718@hsesinfo.org - Ms. - F215714 - L215714 - - 215714@hsesinfo.org - 555-555-5714 - - - 9092 - 1365 - 11410 - 200 - 2013 - 2018-09-01 - - EHS - Active - Head Start Child & Family Development Program Inc. - http://www.hshn.org - 1365@hsesinfo.org - 123 North Marian Road - - Hastings - NE - 68901-4673 - 123 North Marian Road - - Hastings - NE - 68901-4673 - 123 North Marian Road - - Hastings - NE - 68901-4673 - Atty. - F212225 - L212225 - - Board Chairperson - 212225@hsesinfo.org - Ms. - F212226 - L212226 - - - 212226@hsesinfo.org - Mr. - F212228 - L212228 - - 212228@hsesinfo.org - Ms. - F212224 - L212224 - - 212224@hsesinfo.org - 555-555-2224 x 5555 - - - 5793 - 5799 - 9422 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Volunteers of America of Los Angeles - voala.org - 5799@hsesinfo.org - 3600 Wilshire Blvd., Suite 1500 - - Los Angeles - CA - 90010-2619 - 11243 Kittridge St - - North Hollywood - CA - 91606-2605 - 11243 Kittridge St - - North Hollywood - CA - 91606-2605 - Mr. - F103656 - L103656 - - Executitve Committe Chair - 103656@hsesinfo.org - Mr. - F103657 - L103657 - - Chief Executive Officer - 103657@hsesinfo.org - Ms. - F103659 - L103659 - - 103659@hsesinfo.org - Mr. - F103655 - L103655 - - 103655@hsesinfo.org - 555-555-3655 - - - 6736 - 1439 - 10220 - 000 - 1992 - 2015-08-01 - - HS - Active - Area Five Agency on Aging and Community Services, Inc. - http://www.areafive.com - 1439@hsesinfo.org - 1801 Smith St - - Logansport - IN - 46947-1576 - 1801 Smith St - - Logansport - IN - 46947-1576 - 1801 Smith St - - Logansport - IN - 46947-1576 - Mr. - F202823 - L202823 - - Chairman of the Board - 202823@hsesinfo.org - Mr. - F202824 - L202824 - - Executive Director - 202824@hsesinfo.org - Mr. - F202826 - L202826 - - 202826@hsesinfo.org - Mrs. - F202822 - L202822 - - 202822@hsesinfo.org - 555-555-2822 x 5555 - - - 4456 - 2591 - 8390 - 200 - 2013 - 2013-11-01 - 2019-10-31 - EHS - Inactive - C.E.F.S. ECONOMIC OPPORTUNITY CORPORATION - www.cefseoc.org - 2591@hsesinfo.org - 1805 S Banker St - - Effingham - IL - 62401-2765 - PO Box 928 - - Effingham - IL - 62401-0928 - 1805 S Banker St - - Effingham - IL - 62401-2765 - Ms. - F41599 - L41599 - - CEFS Economic Opportunity Corporation Chairperson - 41599@hsesinfo.org - Mr. - F41597 - L41597 - - - 41597@hsesinfo.org - Ms. - F41596 - L41596 - - 41596@hsesinfo.org - Ms. - F41594 - L41594 - - 41594@hsesinfo.org - 555-555-1594 x 5555 - - - 10698 - 485 - 12707 - 200 - 2001 - 2019-11-01 - - EHS - Active - West Ohio Community Action Partnership - http://www.wocap.org - 485@hsesinfo.org - 540 South Central Avenue - - Lima - OH - 45804 - 540 South Central Avenue - - Lima - OH - 45804 - 540 South Central Avenue - - Lima - OH - 45804 - Mrs. - F223215 - L223215 - - President of Board of Trustees - 223215@hsesinfo.org - Ms. - F223216 - L223216 - - - 223216@hsesinfo.org - Mrs. - F223218 - L223218 - - 223218@hsesinfo.org - Ms. - F223214 - L223214 - - 223214@hsesinfo.org - 555-555-3214 x 5555 - - - 10699 - 414 - 12705 - 000 - 1991 - 2019-11-01 - - HS - Active - FiveCAP, Inc. - http://www.fivecap.org - 414@hsesinfo.org - 302 N Main St - - Scottville - MI - 49454-1047 - 302 North Main Street - P.O. Box 37 - Scottville - MI - 49454-0037 - 302 N Main St - - Scottville - MI - 49454-1047 - Ms. - F223222 - L223222 - - Chairperson - 223222@hsesinfo.org - Ms. - F223223 - L223223 - - Executive Director - 223223@hsesinfo.org - Mrs. - F223225 - L223225 - - 223225@hsesinfo.org - Ms. - F223221 - L223221 - - 223221@hsesinfo.org - 555-555-3221 - - - 10700 - 415 - 12705 - 200 - 2003 - 2019-11-01 - - EHS - Active - FiveCAP, Inc. - http://www.fivecap.org - 415@hsesinfo.org - 302 N Main St - - Scottville - MI - 49454-1047 - 302 N Main St - Post Office Box 37 - Scottville - MI - 49454-1047 - 302 N Main St - - Scottville - MI - 49454-1047 - Ms. - F223229 - L223229 - - Chairperson - 223229@hsesinfo.org - Ms. - F223230 - L223230 - - Executive Director - 223230@hsesinfo.org - Mrs. - F223232 - L223232 - - 223232@hsesinfo.org - Ms. - F223228 - L223228 - - 223228@hsesinfo.org - 555-555-3228 - - - 8755 - 8613 - 11127 - 228 - 2017 - 2017-08-01 - - EHS - Active - Municipality of Penuelas - - 8613@hsesinfo.org - 615 Dr. Loyola Street - - Penuelas - PR - 00624-1721 - 615 Dr. Loyola Street - - Penuelas - PR - 00624-1721 - 615 Dr. Loyola Street - - Penuelas - PR - 00624-1721 - Mrs. - F209752 - L209752 - - Board President - 209752@hsesinfo.org - Dra. - F209753 - L209753 - - Grantee Director - 209753@hsesinfo.org - Mrs. - F209755 - L209755 - - 209755@hsesinfo.org - Mrs. - F209751 - L209751 - - 209751@hsesinfo.org - 555-555-9751 - - - 4927 - 4933 - 8840 - 000 - 2014 - 2014-06-01 - 2019-11-30 - HS - Inactive - Mile High Kids and Community Development Incorporated - www.milehigh-kids.org - 4933@hsesinfo.org - 2712 Southern Blvd - Ste 201 - Virginia Beach - VA - 23452-7429 - 2712 Southern Blvd - Ste 201 - Virginia Beach - VA - 23452-7429 - 2712 Southern Blvd - Ste 201 - Virginia Beach - VA - 23452-7429 - Mr. - F48443 - L48443 - Jr - Board Chair - 48443@hsesinfo.org - Mr. - F48444 - L48444 - Jr - Executive Director - 48444@hsesinfo.org - Mr. - F48446 - L48446 - - 48446@hsesinfo.org - Mr. - F48442 - L48442 - - 48442@hsesinfo.org - 555-555-8442 - - - 9313 - 297 - 11566 - 200 - 2003 - 2019-01-01 - - EHS - Active - LUZERNE COUNTY HEAD START, INC - http://lchs.hsweb.org - 297@hsesinfo.org - 23 Beekman St - - Wilkes Barre - PA - 18702-2109 - 23 Beekman St - - Wilkes Barre - PA - 18702-2109 - 23 Beekman St - - Wilkes Barre - PA - 18702-2109 - Dr. - F213729 - L213729 - - President Board of Directors - 213729@hsesinfo.org - Mrs. - F213730 - L213730 - - Executive Director - 213730@hsesinfo.org - Ms. - F213732 - L213732 - - 213732@hsesinfo.org - Mrs. - F213728 - L213728 - - 213728@hsesinfo.org - 555-555-3728 x 5555 - - - 5161 - 1799 - 9027 - 000 - 2002 - 2014-07-01 - 2019-06-30 - HS - Inactive - FRANKLIN PARISH SCHOOL BOARD - - 1799@hsesinfo.org - 1310 Warren St - - Winnsboro - LA - 71295-2934 - PO Box 1543 - - Winnsboro - LA - 71295-1543 - 1310 Warren St - - Winnsboro - LA - 71295-2934 - Mr. - F52181 - L52181 - - Franklin Parish School Board - President - 52181@hsesinfo.org - Dr. - F52182 - L52182 - - - 52182@hsesinfo.org - Mr. - F52180 - L52180 - - 52180@hsesinfo.org - Ms. - F52178 - L52178 - - 52178@hsesinfo.org - 555-555-2178 - - - 5630 - 4131 - 9450 - 016 - 2014 - 2014-12-01 - - HS - Active - Centers For New Horizons, Inc. - www.cnh.org - 4131@hsesinfo.org - 4150 South King Drive - - Chicago - IL - 60653-2616 - 4150 South King Drive - - Chicago - IL - 60653-2616 - 4150 South King Drive - - Chicago - IL - 60653-2616 - Mr. - F101467 - L101467 - - Board Chair - 101467@hsesinfo.org - Ms. - F101465 - L101465 - - CEO/Executive Director - 101465@hsesinfo.org - Ms. - F101464 - L101464 - - 101464@hsesinfo.org - Ms. - F101463 - L101463 - - 101463@hsesinfo.org - 555-555-1463 - - - 9075 - 1302 - 11397 - 000 - 1992 - 2018-09-01 - - HS - Active - Northern California Child Development, Inc. - http://www.nccdi.com - 1302@hsesinfo.org - 220 Sycamore Street, Suite 200 - - Red Bluff - CA - 96080-3454 - 220 Sycamore Street, Suite 200 - - Red Bluff - CA - 96080-3454 - 220 Sycamore Street, Suite 200 - - Red Bluff - CA - 96080-3454 - Ms. - F212106 - L212106 - - Governing Board Chairperson - 212106@hsesinfo.org - Mr. - F212107 - L212107 - - Executive Director - 212107@hsesinfo.org - Mr. - F212109 - L212109 - - 212109@hsesinfo.org - Mr. - F212105 - L212105 - - 212105@hsesinfo.org - 555-555-2105 x 5555 - - - 8041 - 1149 - 10544 - 200 - 2003 - 2016-04-01 - - AIAN EHS - Active - Zaasijiwan Early Head Start - https://www.ldftribe.com/departments/88/Education_Center/Zaasijiwan_Head_Start.html - 1149@hsesinfo.org - 2899 State Highway 47 S - - Lac Du Flambeau - WI - 54538-9769 - PO Box 67 - - Lac Du Flambeau - WI - 54538-0067 - 2899 State Highway 47 S - - Lac Du Flambeau - WI - 54538-9769 - Mr. - F205480 - L205480 - Sr. - President - 205480@hsesinfo.org - Mr. - F205481 - L205481 - Sr. - Interim Administrator - 205481@hsesinfo.org - Ms. - F205483 - L205483 - - 205483@hsesinfo.org - Ms. - F205479 - L205479 - - 205479@hsesinfo.org - 555-555-5479 - - - 9032 - 1042 - 11369 - 200 - 2013 - 2018-09-01 - - EHS - Active - WYOMING CHILD & FAMILY DEVELOPMENT, INC - http://www.wyomingchild.org - 1042@hsesinfo.org - 126 North Wyoming - - Guernsey - WY - 82214 - PO Box 100 - - Guernsey - WY - 82214-0100 - 126 North Wyoming - - Guernsey - WY - 82214 - Mr. - F211753 - L211753 - - Board Chairperson - 211753@hsesinfo.org - Mrs. - F211754 - L211754 - - Executive Director - 211754@hsesinfo.org - Ms. - F211756 - L211756 - - 211756@hsesinfo.org - Mrs. - F211752 - L211752 - - 211752@hsesinfo.org - 555-555-1752 - - - 9064 - 8708 - 11384 - 000 - 2018 - 2018-09-01 - - HS - Active - Chinese Community Concerns Corporation, Inc. - - 8708@hsesinfo.org - 180 Mott St - - New York - NY - 10012-4501 - 180 Mott St - - New York - NY - 10012-4501 - 180 Mott St - - New York - NY - 10012-4501 - Ms. - F212033 - L212033 - - Acting Board Chairperson - 212033@hsesinfo.org - Ms. - F212034 - L212034 - - Director - 212034@hsesinfo.org - Ms. - F212036 - L212036 - - 212036@hsesinfo.org - Ms. - F212032 - L212032 - - 212032@hsesinfo.org - 555-555-2032 - - - 9080 - 452 - 11395 - 000 - 2013 - 2018-09-01 - - HS - Active - Community Action, Inc. of Central Texas - http://www.communityaction.com - 452@hsesinfo.org - 215 S Reimer Ave - Ste 130 - San Marcos - TX - 78666-5490 - P.O. Box 748 - - San Marcos - TX - 78667-0748 - 215 S Reimer Ave - Ste 130 - San Marcos - TX - 78666-5490 - Mrs. - F212141 - L212141 - - President - 212141@hsesinfo.org - Ms. - F212142 - L212142 - - Executive Director - 212142@hsesinfo.org - Ms. - F212144 - L212144 - - 212144@hsesinfo.org - Dr. - F212140 - L212140 - - 212140@hsesinfo.org - 555-555-2140 x 5555 - - - 9081 - 453 - 11395 - 200 - 2013 - 2018-09-01 - - EHS - Active - Community Action, Inc. of Central Texas - http://www.communityaction.com - 453@hsesinfo.org - 215 S Reimer Ave - Ste 130 - San Marcos - TX - 78666-5490 - P.O. Box 748 - - San Marcos - TX - 78667-0748 - 215 S Reimer Ave - Ste 130 - San Marcos - TX - 78666-5490 - Mrs. - F212148 - L212148 - - President - 212148@hsesinfo.org - Ms. - F212149 - L212149 - - Executive Director - 212149@hsesinfo.org - Ms. - F212151 - L212151 - - 212151@hsesinfo.org - Dr. - F212147 - L212147 - - 212147@hsesinfo.org - 555-555-2147 x 5555 - - - 11495 - 2443 - 13306 - 200 - 2014 - 2020-07-01 - - EHS - Active - OPPORTUNITIES FOR WILLIAMSON AND BURNET COUNTIES - www.opportunitiesforwbc.org - 2443@hsesinfo.org - 604 High Tech Drive - - Georgetown - TX - 78626 - 604 High Tech Drive - - Georgetown - TX - 78626 - 604 High Tech Drive - - Georgetown - TX - 78626 - Mr. - F228492 - L228492 - - Board Chairperson - 228492@hsesinfo.org - Mr. - F228493 - L228493 - - - 228493@hsesinfo.org - Ms. - F228495 - L228495 - - 228495@hsesinfo.org - Mrs. - F228491 - L228491 - - 228491@hsesinfo.org - 555-555-8491 x 5555 - - - 8532 - 8412 - 10931 - 200 - 2017 - 2017-03-01 - - AIAN EHS - Active - San Carlos Apache Tribe - - 8412@hsesinfo.org - 2 Mesa Dr, San Carlos - - San Carlos - AZ - 85550 - PO BOX 278 - - San Carlos - AZ - 85550-0278 - 2 Mesa Dr, San Carlos - - San Carlos - AZ - 85550 - Mr. - F208452 - L208452 - - Chairman San Carlos Apache Tribe - 208452@hsesinfo.org - Mrs. - F208453 - L208453 - - Executive Director for Education - 208453@hsesinfo.org - Ms. - F208455 - L208455 - - 208455@hsesinfo.org - Mrs. - F208451 - L208451 - - 208451@hsesinfo.org - 555-555-8451 - - - 8805 - 676 - 11191 - 000 - 1992 - 2018-05-01 - - HS - Active - Western Dairyland Economic Opportunity Council, Inc. - http://www.westerndairyland.org - 676@hsesinfo.org - 23122 Whitehall Rd - - Independence - WI - 54747-7702 - 23122 Whitehall Road - P.O. Box 125 - Independence - WI - 54747-0125 - 23122 Whitehall Rd - - Independence - WI - 54747-7702 - Dr. - F210179 - L210179 - - Western Dairyland E.O.C. Board President - 210179@hsesinfo.org - Ms. - F210180 - L210180 - - Executive Director - 210180@hsesinfo.org - Mr. - F210182 - L210182 - - 210182@hsesinfo.org - Ms. - F210178 - L210178 - - 210178@hsesinfo.org - 555-555-0178 x 5555 - - - 5623 - 4120 - 9443 - 009 - 2014 - 2014-12-01 - - HS - Active - Gads Hill Center - www.gadshillcenter.org - 4120@hsesinfo.org - 1919 W Cullerton St - - Chicago - IL - 60608-2618 - 1919 W Cullerton St - - Chicago - IL - 60608-2618 - 1919 W Cullerton St - - Chicago - IL - 60608-2618 - Ms. - F101390 - L101390 - - Board President - 101390@hsesinfo.org - Ms. - F101388 - L101388 - - Chief Executive Officer - 101388@hsesinfo.org - Ms. - F101387 - L101387 - - 101387@hsesinfo.org - Ms. - F101386 - L101386 - - 101386@hsesinfo.org - 555-555-1386 x 5555 - - - 6244 - 6257 - 9760 - 200 - - 2015-03-01 - - AIAN EHS - Active - CHOCTAW NATION OF OKLAHOMA EDUCATION DEPARTMENT - http://www.choctawnation.com - 6257@hsesinfo.org - 1802 Chukka Hina - - Durant - OK - 74701-7117 - PO Box 1210 - - Durant - OK - 74702-1210 - 1802 Chukka Hina - - Durant - OK - 74701-7117 - Mr. - F109336 - L109336 - - Chief - 109336@hsesinfo.org - Mrs. - F109337 - L109337 - - Senior Director - 109337@hsesinfo.org - Mrs. - F109339 - L109339 - - 109339@hsesinfo.org - Mrs. - F109335 - L109335 - - 109335@hsesinfo.org - 555-555-9335 x 5555 - - - 5276 - 4348 - 9123 - 006 - 2014 - 2014-07-01 - 2019-06-30 - Migrant HS - Inactive - Princeville CUSD - - 4348@hsesinfo.org - 909 Town Ave. - - Princeville - IL - 61559 - 909 Town Ave. - - Princeville - IL - 61559 - 909 Town Ave. - - Princeville - IL - 61559 - Mr. - F53602 - L53602 - - - 53602@hsesinfo.org - Mr. - F53603 - L53603 - - superintendent of schools - 53603@hsesinfo.org - - F53605 - L53605 - - 53605@hsesinfo.org - Mrs. - F53609 - L53609 - - 53609@hsesinfo.org - 555-555-3609 x 5555 - - - 6502 - 516 - 10164 - 000 - 1992 - 2015-07-01 - 2020-06-30 - HS - Inactive - Metropolitan Action Commission - www.nashville.gov/mac - 516@hsesinfo.org - 800 2nd Ave N - - Nashville - TN - 37201-1083 - 800 2nd Ave N - - Nashville - TN - 37201-1083 - 800 2nd Ave N - - Nashville - TN - 37201-1083 - Dr. - F201184 - L201184 - - - 201184@hsesinfo.org - Dr. - F201185 - L201185 - - - 201185@hsesinfo.org - Miss - F201187 - L201187 - - 201187@hsesinfo.org - Dr. - F201183 - L201183 - - 201183@hsesinfo.org - 555-555-1183 x 5555 - - - 9068 - 8711 - 11390 - 000 - 2018 - 2018-09-01 - - HS - Active - Project Social Care Head Start, Inc. - None - 8711@hsesinfo.org - 5902 - 14th Avenue - - Brooklyn - NY - 11219-5039 - 5902 - 14th Avenue - - Brooklyn - NY - 11219-5039 - 5902 - 14th Avenue - - Brooklyn - NY - 11219-5039 - Mr. - F212053 - L212053 - - Chairperson of The Board of Directors - 212053@hsesinfo.org - Mr. - F212054 - L212054 - - - 212054@hsesinfo.org - Mrs. - F212056 - L212056 - - 212056@hsesinfo.org - Mr. - F212052 - L212052 - - 212052@hsesinfo.org - 555-555-2052 x 5555 - - - 4970 - 1792 - 8933 - 000 - 2014 - 2014-07-01 - 2019-06-30 - HS - Inactive - Passaic Family Head Start, Inc. - passaicheadstart.org - 1792@hsesinfo.org - 68 3rd St - - Passaic - NJ - 07055-7504 - 68 3rd St - - Passaic - NJ - 07055-7504 - 68 3rd St - - Passaic - NJ - 07055-7504 - Mr. - F49343 - L49343 - - Board President - 49343@hsesinfo.org - Dr. - F49342 - L49342 - - Executive Director - 49342@hsesinfo.org - Mr. - F49345 - L49345 - - 49345@hsesinfo.org - Ms. - F49341 - L49341 - - 49341@hsesinfo.org - 555-555-9341 - - - 9150 - 8731 - 11447 - 200 - 2018 - 2018-09-01 - - EHS - Active - Parent Child Incorporated - parentchildinc.com - 8731@hsesinfo.org - 7815 Mainland Dr - - San Antonio - TX - 78250-5150 - 7815 Mainland Dr - - San Antonio - TX - 78250-5150 - 7815 Mainland Dr - - San Antonio - TX - 78250-5150 - Mr. - F212591 - L212591 - - Board President - 212591@hsesinfo.org - Dr. - F212589 - L212589 - PhD - Chief Executive Officer/EHS-HS Director - 212589@hsesinfo.org - Mr. - F212592 - L212592 - - 212592@hsesinfo.org - Dr. - F212588 - L212588 - PhD - 212588@hsesinfo.org - 555-555-2588 - - - 9390 - 1750 - 11621 - 200 - 2001 - 2019-02-01 - - EHS - Active - CHILDREN'S HOME SOCIETY OF WASHINGTON - http://www.chs-wa.org - 1750@hsesinfo.org - 12360 Lake City Way NE - Ste 450 - Seattle - WA - 98125-5452 - PO Box 15190 - - Seattle - WA - 98115-0190 - 12360 Lake City Way NE - Ste 450 - Seattle - WA - 98125-5452 - Mr. - F214263 - L214263 - - Chair Board of Trustees - 214263@hsesinfo.org - Mr. - F214264 - L214264 - - President/CEO - 214264@hsesinfo.org - Ms. - F214266 - L214266 - - 214266@hsesinfo.org - Ms. - F214262 - L214262 - - 214262@hsesinfo.org - 555-555-4262 - - - 10605 - 2418 - 12606 - 000 - 2014 - 2019-09-01 - - Migrant HS - Active - RIVERSIDE COUNTY OFFICE OF EDUCATION, MHS - http://www.rcoe.us/divisions/pass/programs/migranthsindex.html - 2418@hsesinfo.org - 370 Aurora Dr - - El Centro - CA - 92243-4750 - 370 Aurora Drive - - El Centro - CA - 92243-4750 - 370 Aurora Drive - - El Centro - CA - 92243-4750 - Dr. - F222572 - L222572 - - Riverside County Superintendent of Schools - 222572@hsesinfo.org - Ms. - F222573 - L222573 - - Riverside County Assistant Superintendent of Schools - 222573@hsesinfo.org - Ms. - F222575 - L222575 - - 222575@hsesinfo.org - Mr. - F222571 - L222571 - - 222571@hsesinfo.org - 555-555-2571 x 5555 - - - 10606 - 909 - 12608 - 000 - 2014 - 2019-09-01 - - HS - Active - MURRAY BOARD OF EDUCATION - www.headstart.murray.kyschools.us - 909@hsesinfo.org - 208 South 13th Street - - Murray - KY - 42071-2302 - 208 South 13th Street - - Murray - KY - 42071-2302 - 208 South 13th Street - - Murray - KY - 42071-2302 - Dr. - F222579 - L222579 - - Board Chairman - 222579@hsesinfo.org - Mr. - F222580 - L222580 - - Superintendent of Schools - 222580@hsesinfo.org - Ms. - F222582 - L222582 - - 222582@hsesinfo.org - Ms. - F222578 - L222578 - - 222578@hsesinfo.org - 555-555-2578 - - - 10607 - 908 - 12608 - 200 - 2014 - 2019-09-01 - - EHS - Active - MURRAY BOARD OF EDUCATION - www.headstart.murray.kyschools.us - 908@hsesinfo.org - 208 South 13th Street - - Murray - KY - 42071-2302 - 208 South 13th Street - - Murray - KY - 42071-2302 - 208 South 13th Street - - Murray - KY - 42071-2302 - Dr. - F222586 - L222586 - - Board Chairman - 222586@hsesinfo.org - Mr. - F222587 - L222587 - - Superintendent of Schools - 222587@hsesinfo.org - Ms. - F222589 - L222589 - - 222589@hsesinfo.org - Ms. - F222585 - L222585 - - 222585@hsesinfo.org - 555-555-2585 - - - 8224 - 1402 - 10604 - 000 - 1992 - 2016-07-01 - - HS - Active - Community Action Partnership of Lancaster & Saunde - http://www.communityactionatwork.org - 1402@hsesinfo.org - 210 O Street - - Lincoln - NE - 68508-2322 - 210 O Street - - Lincoln - NE - 68508-2322 - 210 O Street - - Lincoln - NE - 68508-2322 - Ms. - F206683 - L206683 - - Board Chair - 206683@hsesinfo.org - Ms. - F206684 - L206684 - - Executive Director - 206684@hsesinfo.org - Ms. - F206686 - L206686 - - 206686@hsesinfo.org - Ms. - F206682 - L206682 - - 206682@hsesinfo.org - 555-555-6682 - - - 9533 - 3019 - 11748 - 000 - 2013 - 2019-04-01 - - HS - Active - St. Mary's County Public Schools - http://www.smcps.org/ssp/head-start - 3019@hsesinfo.org - 27184 Point Lookout Rd - Head Start Annex-Loveville - Loveville - MD - 20656-2013 - 27184 Point Lookout Rd - Head Start Annex-Loveville - Loveville - MD - 20656-2013 - 27184 Point Lookout Rd - Head Start Annex-Loveville - Loveville - MD - 20656-2013 - Dr. - F215228 - L215228 - - Superintendant, St. Mary's County Public, Board of Education Secretary - 215228@hsesinfo.org - Dr. - F215229 - L215229 - - Executive Director of Supplemental Schools Program - 215229@hsesinfo.org - Mrs. - F215231 - L215231 - - 215231@hsesinfo.org - Mrs. - F215227 - L215227 - - 215227@hsesinfo.org - 555-555-5227 x 5555 - - - 8511 - 8391 - 10914 - 200 - 2017 - 2017-03-01 - - EHS - Active - Le Jardin Community Center, Inc. - www.lejardinccinc.org - 8391@hsesinfo.org - 311 NE 8th St - - Homestead - FL - 33030-4738 - 311 NE 8th St - - Homestead - FL - 33030-4738 - 311 NE 8th St - - Homestead - FL - 33030-4738 - Atty. - F208303 - L208303 - - - 208303@hsesinfo.org - Mr. - F208304 - L208304 - - - 208304@hsesinfo.org - Ms. - F208306 - L208306 - - 208306@hsesinfo.org - Mr. - F208302 - L208302 - - 208302@hsesinfo.org - 555-555-8302 - - - 6664 - 2538 - 10032 - 000 - 1992 - 2015-07-01 - - AIAN HS - Active - Pueblo of Laguna Department of Education - http://www.lagunaed.net/ - 2538@hsesinfo.org - 21 Rodeo Drive - - Laguna - NM - 87026 - 21 Rodeo Drive - - Laguna - NM - 87026 - 21 Rodeo Drive - - Laguna - NM - 87026 - Gov. - F202318 - L202318 - Jr. - Pueblo of Laguna Governor - 202318@hsesinfo.org - Mrs. - F202319 - L202319 - - Superintendent, Laguna Department of Education - 202319@hsesinfo.org - Ms. - F202321 - L202321 - - 202321@hsesinfo.org - Ms. - F202317 - L202317 - - 202317@hsesinfo.org - 555-555-2317 x 5555 - - - 11325 - 2288 - 13202 - 200 - 2004 - 2020-06-01 - - EHS - Active - Primero los Ninos - http://www.lcdfehs.org - 2288@hsesinfo.org - 385 Calle De Alegra Ste A - - Las Cruces - NM - 88005-3423 - 385 Calle De Alegra Ste A - - Las Cruces - NM - 88005-3423 - 385 Calle De Alegra Ste A - - Las Cruces - NM - 88005-3423 - Mr. - F227370 - L227370 - - Board President - 227370@hsesinfo.org - Mr. - F227371 - L227371 - - Chief Executive Officer - 227371@hsesinfo.org - Ms. - F227373 - L227373 - - 227373@hsesinfo.org - Ms. - F227369 - L227369 - - 227369@hsesinfo.org - 555-555-7369 - - - 9336 - 1459 - 11585 - 000 - 1998 - 2019-02-01 - - HS - Active - Association to Benefit Children - http://www.a-b-c.org - 1459@hsesinfo.org - 419 East 86 Street - - New York - NY - 10028-6402 - 419 East 86 Street - - New York - NY - 10028-6402 - 419 East 86 Street - - New York - NY - 10028-6402 - Dr. - F213889 - L213889 - - Board Chair - 213889@hsesinfo.org - Ms. - F213890 - L213890 - - Executive Director - 213890@hsesinfo.org - Mr. - F213892 - L213892 - - 213892@hsesinfo.org - Ms. - F213888 - L213888 - - 213888@hsesinfo.org - 555-555-3888 - - - 9249 - 2153 - 11522 - 200 - 2013 - 2019-01-01 - - EHS - Active - VENICE FAMILY CLINIC - www.venicefamilyclinic.org - 2153@hsesinfo.org - 2509 Pico Blvd - - Santa Monica - CA - 90405-1828 - 604 Rose Ave - - Venice - CA - 90291-2767 - 2509 Pico Blvd - - Santa Monica - CA - 90405-1828 - Ms. - F213284 - L213284 - - Board Chair - 213284@hsesinfo.org - Ms. - F213285 - L213285 - - - 213285@hsesinfo.org - Ms. - F213287 - L213287 - - 213287@hsesinfo.org - Ms. - F213283 - L213283 - - 213283@hsesinfo.org - 555-555-3283 - - - 8949 - 3154 - 11298 - 000 - 2013 - 2018-08-01 - - HS - Active - Cardinal McCloskey School & Home for Children - cmcs.org - 3154@hsesinfo.org - 115 E Stevens Ave - Ste LL5 - Valhalla - NY - 10595-1286 - 115 E Stevens Ave - Ste LL5 - Valhalla - NY - 10595-1286 - 115 E Stevens Ave - - Valhalla - NY - 10595-1203 - Dr. - F211202 - L211202 - PhD - Chairman of the Board of Directors - 211202@hsesinfo.org - Dr. - F211203 - L211203 - EdD - Senior Vice President - 211203@hsesinfo.org - Mrs. - F211205 - L211205 - - 211205@hsesinfo.org - Dr. - F211201 - L211201 - EdD - 211201@hsesinfo.org - 555-555-1201 x 5555 - - - 9184 - 1537 - 11479 - 000 - 2013 - 2018-11-01 - - HS - Active - TRUMBULL COMMUNITY ACTION PROGRAM - http://www.tcaphelps.org - 1537@hsesinfo.org - 1230 Palmyra Road SW - - Warren - OH - 44485-3730 - 1230 Palmyra Road SW - - Warren - OH - 44485-3730 - 1230 Palmyra Road SW - - Warren - OH - 44485-3730 - Mr. - F212824 - L212824 - - Executive Director Trumbull County Workforce Development - 212824@hsesinfo.org - Mr. - F212825 - L212825 - - Chief Executive Officer - 212825@hsesinfo.org - Ms. - F212827 - L212827 - - 212827@hsesinfo.org - Mrs. - F212823 - L212823 - - 212823@hsesinfo.org - 555-555-2823 x 5555 - - - 8316 - 752 - 10680 - 000 - 1991 - 2016-07-01 - - HS - Active - Southwest Oklahoma Community Action Group, Inc. - http://www.socag.org - 752@hsesinfo.org - 905 N Willard St - - Altus - OK - 73521-3204 - PO Box 1088 - - Altus - OK - 73522-1088 - 900 S Carver Rd - - Altus - OK - 73521-4602 - Mrs. - F207352 - L207352 - - SOCAG Board Chairman - 207352@hsesinfo.org - Mrs. - F207353 - L207353 - CCAP - Associate Director - 207353@hsesinfo.org - Mr. - F207355 - L207355 - - 207355@hsesinfo.org - Mrs. - F207351 - L207351 - MA - 207351@hsesinfo.org - 555-555-7351 - - - 8317 - 2736 - 10680 - 200 - 2011 - 2016-07-01 - - EHS - Active - SOUTHWEST OK COMMUNITY ACTION GROUP, INC - http://www.socag.org - 2736@hsesinfo.org - 905 N Willard St - - Altus - OK - 73521-3204 - PO Box 1088 - - Altus - OK - 73522-1088 - 900 S Carver Rd - - Altus - OK - 73521-4602 - Mrs. - F207359 - L207359 - - SOCAG Board Chairman - 207359@hsesinfo.org - Mrs. - F207360 - L207360 - CCAP - Associate Director - 207360@hsesinfo.org - Mr. - F207362 - L207362 - - 207362@hsesinfo.org - Mrs. - F207358 - L207358 - MA - 207358@hsesinfo.org - 555-555-7358 - - - 4640 - 1953 - 8609 - 200 - 2014 - 2014-03-01 - 2019-06-30 - EHS - Inactive - Community Action Partnership of Kern - http://www.capk.org - 1953@hsesinfo.org - 5005 Business Park N - Ste 130 - Bakersfield - CA - 93309-1652 - 5005 Business Park N - Ste 130 - Bakersfield - CA - 93309-1652 - 5005 Business Park N - Ste 130 - Bakersfield - CA - 93309-1652 - Mr. - F44244 - L44244 - - Board Chair - 44244@hsesinfo.org - Mr. - F44246 - L44246 - - Executive Director - 44246@hsesinfo.org - Mrs. - F44245 - L44245 - - 44245@hsesinfo.org - Mrs. - F44242 - L44242 - - 44242@hsesinfo.org - 555-555-4242 x 5555 - - - 8499 - 8379 - 10903 - 200 - 2017 - 2017-03-01 - - EHS - Active - AWARE, Inc. - - 8379@hsesinfo.org - 3242 Hesper Rd - - Billings - MT - 59102-6731 - 237 East Mercury Street - - Butte - MT - 59701-1804 - 205 E Park Ave - - Anaconda - MT - 59711-2340 - Mr. - F208220 - L208220 - - AWARE Board of Directors Chairperson - 208220@hsesinfo.org - Mr. - F208221 - L208221 - - CEO - 208221@hsesinfo.org - Ms. - F208223 - L208223 - - 208223@hsesinfo.org - Ms. - F208219 - L208219 - - 208219@hsesinfo.org - 555-555-8219 - - - 5493 - 2365 - 9253 - 000 - 2014 - 2014-11-01 - 2020-06-30 - HS - Inactive - Family Enrichment Network - http://www.familyenrichment.org - 2365@hsesinfo.org - 24 Cherry St - - Johnson City - NY - 13790-2615 - 24 Cherry St - - Johnson City - NY - 13790-2615 - 24 Cherry St - - Johnson City - NY - 13790-2615 - Ms. - F99191 - L99191 - - Governing Board Chairperson - 99191@hsesinfo.org - Mr. - F99190 - L99190 - - Executive Director - 99190@hsesinfo.org - Ms. - F99189 - L99189 - - 99189@hsesinfo.org - Mrs. - F99186 - L99186 - - 99186@hsesinfo.org - 555-555-9186 x 5555 - - - 10703 - 5824 - 12708 - 200 - - 2019-11-01 - - EHS - Active - Child Care Resource and Referral, Inc. - www.familiesfirstMN.org - 5824@hsesinfo.org - 126 Woodlake Dr SE - - Rochester - MN - 55904-5533 - 126 Woodlake Dr SE - - Rochester - MN - 55904-5533 - 126 Woodlake Dr SE - - Rochester - MN - 55904-5533 - Mr. - F223250 - L223250 - - President, Board of Directors - 223250@hsesinfo.org - Mr. - F223251 - L223251 - - Executive Director - 223251@hsesinfo.org - Ms. - F223253 - L223253 - - 223253@hsesinfo.org - Ms. - F223249 - L223249 - - 223249@hsesinfo.org - 555-555-3249 - - - 9565 - 8828 - 11779 - 000 - 2019 - 2019-04-01 - - HS - Active - Lutheran Social Services of the South, Inc. - www.upbring.org - 8828@hsesinfo.org - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - Mr. - F215452 - L215452 - - - 215452@hsesinfo.org - Dr. - F215453 - L215453 - - VP of Education - 215453@hsesinfo.org - Mrs. - F215455 - L215455 - - 215455@hsesinfo.org - Mr. - F215451 - L215451 - - 215451@hsesinfo.org - 555-555-5451 - - - 5765 - 732 - 9527 - 000 - 1991 - 2015-01-01 - 2020-06-30 - HS - Inactive - City-Parish of East Baton Rouge - www.brgov.com/dept/headstart/ - 732@hsesinfo.org - East Baton Rouge Parish Head Start - 4523 Plank Road - Baton Rouge - LA - 70805-4138 - East Baton Rouge Parish Head Start - 4523 Plank Road - Baton Rouge - LA - 70805-4138 - East Baton Rouge Parish Head Start - 4523 Plank Road - Baton Rouge - LA - 70805-4138 - Mrs. - F104924 - L104924 - - Mayor-President - 104924@hsesinfo.org - Ms. - F104923 - L104923 - - Director DHDS - 104923@hsesinfo.org - Ms. - F104927 - L104927 - - 104927@hsesinfo.org - Mrs. - F104922 - L104922 - - 104922@hsesinfo.org - 555-555-4922 - - - 5678 - 3235 - 9365 - 200 - 2015 - 2015-01-01 - 2019-12-31 - EHS - Inactive - Imperial County Office of Education - www.icoe.org/ecep - 3235@hsesinfo.org - 1398 Sperber Road - - El Centro - CA - 92243 - 1398 Sperber Road - - El Centro - CA - 92243 - 1398 Sperber Road - - El Centro - CA - 92243 - Dr. - F102288 - L102288 - - ICOE Superintendent - 102288@hsesinfo.org - Mr. - F102286 - L102286 - - Senior Director-ECEP - 102286@hsesinfo.org - Mrs. - F102285 - L102285 - - 102285@hsesinfo.org - Ms. - F102284 - L102284 - - 102284@hsesinfo.org - 555-555-2284 - - - 6800 - 315 - 10291 - 000 - 1993 - 2015-09-01 - 2020-06-30 - HS - Inactive - Washington DC Public Schools - dcps.dc.gov - 315@hsesinfo.org - 1200 1st St NE Fl 12 - - Washington - DC - 20002-7956 - 1200 1st St NE Fl 12 - - Washington - DC - 20002-7956 - 1200 1st St NE Fl 12 - - Washington - DC - 20002-7956 - Dr. - F203275 - L203275 - PhD - Chancellor, District of Columbia Public Schools - 203275@hsesinfo.org - Dr. - F203276 - L203276 - - Chief of Elementary Schools - 203276@hsesinfo.org - Mr. - F203278 - L203278 - - 203278@hsesinfo.org - Dr. - F203274 - L203274 - Ed.D - 203274@hsesinfo.org - 555-555-3274 - - - 8976 - 824 - 11316 - 000 - 2013 - 2018-08-01 - - HS - Active - Miami Valley Child Development Centers, Inc - http://www.mvcdc.org - 824@hsesinfo.org - 215 Horace St - - Dayton - OH - 45402-8318 - 215 Horace St - - Dayton - OH - 45402-8318 - 215 Horace St - - Dayton - OH - 45402-8318 - Mr. - F211388 - L211388 - - Chairperson - 211388@hsesinfo.org - Ms. - F211389 - L211389 - - President & CEO - 211389@hsesinfo.org - Ms. - F211391 - L211391 - - 211391@hsesinfo.org - Ms. - F211387 - L211387 - - 211387@hsesinfo.org - 555-555-1387 x 5555 - - - 8977 - 823 - 11316 - 200 - 2013 - 2018-08-01 - - EHS - Active - Miami Valley Child Development Centers, Inc - http://www.mvcdc.org - 823@hsesinfo.org - 215 Horace Street - - Dayton - OH - 45402-8318 - 215 Horace Street - - Dayton - OH - 45402-8318 - 215 Horace Street - - Dayton - OH - 45402-8318 - Mr. - F211395 - L211395 - - Chairperson - 211395@hsesinfo.org - Ms. - F211396 - L211396 - - President & CEO - 211396@hsesinfo.org - Ms. - F211398 - L211398 - - 211398@hsesinfo.org - Ms. - F211394 - L211394 - - 211394@hsesinfo.org - 555-555-1394 x 5555 - - - 6453 - 582 - 10101 - 200 - 2002 - 2015-07-01 - - EHS - Active - Step Up Suncoast, Inc. Early Head Start - http://www.stepupsuncoast.org - 582@hsesinfo.org - 6428 Parkland Dr - - Sarasota - FL - 34243-4038 - 6428 Parkland Dr - - Sarasota - FL - 34243-4038 - 6428 Parkland Dr - - Sarasota - FL - 34243-4038 - Mr. - F200841 - L200841 - - Board Chair - 200841@hsesinfo.org - Ms. - F200842 - L200842 - - - 200842@hsesinfo.org - - F200844 - L200844 - - 200844@hsesinfo.org - Ms. - F200840 - L200840 - - 200840@hsesinfo.org - 555-555-0840 x 5555 - - - 9266 - 8745 - 11533 - 200 - 2019 - 2019-01-01 - - EHS - Active - LULAC Head Start, Inc - www.lulacheadstart.org - 8745@hsesinfo.org - 250 Cedar Street - - New Haven - CT - 06519-1632 - 250 Cedar Street - - New Haven - CT - 06519-1632 - 250 Cedar Street - - New Haven - CT - 06519-1632 - Mr. - F213406 - L213406 - - Board President - 213406@hsesinfo.org - Mrs. - F213407 - L213407 - - Executive Director - 213407@hsesinfo.org - Ms. - F213409 - L213409 - - 213409@hsesinfo.org - Mrs. - F213405 - L213405 - - 213405@hsesinfo.org - 555-555-3405 - - - 5808 - 5814 - 9562 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Georgia Department of Early Care and Learning - www.decal.ga.gov - 5814@hsesinfo.org - 2 Martin Luther King Jr. Dr., SE - Suite 754, East Tower - Atlanta - GA - 30334-9000 - 2 Martin Luther King Jr Dr SE - Ste 754, East Tower - Atlanta - GA - 30334-9000 - 2 Martin Luther King Jr Dr SE - Ste 754, East Tower - Atlanta - GA - 30334-9000 - Ms. - F103812 - L103812 - - Commissioner - 103812@hsesinfo.org - Mr. - F103813 - L103813 - Ph.D - Deputy Commissioner - 103813@hsesinfo.org - Ms. - F103815 - L103815 - - 103815@hsesinfo.org - Ms. - F103811 - L103811 - - 103811@hsesinfo.org - 555-555-3811 - - - 9265 - 8744 - 11533 - 000 - 2019 - 2019-01-01 - - HS - Active - LULAC Head Start, Inc - www.lulacheadstart.org - 8744@hsesinfo.org - 250 Cedar Street - - New Haven - CT - 06519-1632 - 250 Cedar Street - - New Haven - CT - 06519-1632 - 250 Cedar Street - - New Haven - CT - 06519-1632 - Mr. - F213399 - L213399 - - Board President - 213399@hsesinfo.org - Mrs. - F213400 - L213400 - - Executive Director - 213400@hsesinfo.org - Ms. - F213402 - L213402 - - 213402@hsesinfo.org - Mrs. - F213398 - L213398 - - 213398@hsesinfo.org - 555-555-3398 - - - 8016 - 1711 - 10526 - 200 - 1992 - 2016-02-01 - - EHS - Active - SLHDA, Inc. Early Head Start - http://www.headstartslhda.org - 1711@hsesinfo.org - 123 Wyoming Ave - Ste 311 - Scranton - PA - 18503-2030 - 123 Wyoming Ave - Ste 311 - Scranton - PA - 18503-2030 - 123 Wyoming Ave - Ste 311 - Scranton - PA - 18503-2030 - Mr. - F205318 - L205318 - - Chairman, Board of Directors - 205318@hsesinfo.org - Mr. - F205319 - L205319 - - Executive Director - 205319@hsesinfo.org - Mr. - F205321 - L205321 - - 205321@hsesinfo.org - Ms. - F205317 - L205317 - - 205317@hsesinfo.org - 555-555-5317 - - - 8015 - 1710 - 10526 - 000 - 1992 - 2016-02-01 - - HS - Active - SLHDA, Inc. Head Start - http://www.headstartslhda.org - 1710@hsesinfo.org - 123 Wyoming Ave - Ste 311 - Scranton - PA - 18503-2030 - 123 Wyoming Ave - Ste 311 - Scranton - PA - 18503-2030 - 123 Wyoming Ave - Ste 311 - Scranton - PA - 18503-2030 - Mr. - F205312 - L205312 - - Chairman, Board of Directors - 205312@hsesinfo.org - Mr. - F205313 - L205313 - - Executive Director - 205313@hsesinfo.org - Mr. - F205315 - L205315 - - 205315@hsesinfo.org - Ms. - F205311 - L205311 - - 205311@hsesinfo.org - 555-555-5311 - - - 5929 - 5936 - 9582 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Scranton-Lackawanna Human Development Agency, Inc. - www.headstartslhda.org - 5936@hsesinfo.org - 123 Wyoming Ave - Ste 311 - Scranton - PA - 18503-2030 - 123 Wyoming Ave - Ste 311 - Scranton - PA - 18503-2030 - 123 Wyoming Ave - Ste 311 - Scranton - PA - 18503-2030 - Mr. - F106084 - L106084 - - Chairman, Board of Directors - 106084@hsesinfo.org - Mr. - F106085 - L106085 - - Executive Director - 106085@hsesinfo.org - Mr. - F106087 - L106087 - - 106087@hsesinfo.org - Ms. - F106083 - L106083 - - 106083@hsesinfo.org - 555-555-6083 - - - 11330 - 991 - 13209 - 000 - 1992 - 2020-06-01 - - HS - Active - JEFFERSON COUNTY CHILD DEVELOPMENT COUNCIL, INC - www.jccdc.com - 991@hsesinfo.org - 728 37th St S - - Birmingham - AL - 35222-3206 - 728 37th St S - - Birmingham - AL - 35222-3206 - 728 37th St S - - Birmingham - AL - 35222-3206 - Dr. - F227383 - L227383 - - Chair, Executive Board - 227383@hsesinfo.org - Ms. - F227384 - L227384 - - - 227384@hsesinfo.org - Ms. - F227386 - L227386 - - 227386@hsesinfo.org - Ms. - F227382 - L227382 - - 227382@hsesinfo.org - 555-555-7382 - - - 11331 - 2762 - 13209 - 200 - 2011 - 2020-06-01 - - EHS - Active - JEFFERSON COUNTY CHILD DEVELOPMENT COUNCIL, INC - www.jccdc.com - 2762@hsesinfo.org - 728 37th St S - - Birmingham - AL - 35222-3206 - 728 37th St S - - Birmingham - AL - 35222-3206 - 728 37th St S - - Birmingham - AL - 35222-3206 - Dr. - F227390 - L227390 - - Chair, Executive Board - 227390@hsesinfo.org - Ms. - F227391 - L227391 - - - 227391@hsesinfo.org - Mr. - F227393 - L227393 - - 227393@hsesinfo.org - Ms. - F227389 - L227389 - - 227389@hsesinfo.org - 555-555-7389 - - - 9406 - 1942 - 11633 - 000 - 2013 - 2019-03-01 - - HS - Active - Wright County Community Action, Inc. - http://www.wccaweb.com - 1942@hsesinfo.org - 130 Division St W - - Maple Lake - MN - 55358-4575 - PO Box 787 - - Maple Lake - MN - 55358-0787 - 130 Division St W - - Maple Lake - MN - 55358-4575 - Ms. - F214360 - L214360 - - WCCA Board Chairperson - 214360@hsesinfo.org - Mr. - F214361 - L214361 - - WCCA Executive Director - 214361@hsesinfo.org - Ms. - F214363 - L214363 - - 214363@hsesinfo.org - Ms. - F214359 - L214359 - - 214359@hsesinfo.org - 555-555-4359 x 5555 - - - 11332 - 1046 - 13210 - 000 - 1992 - 2020-06-01 - - HS - Active - Sioux Falls Head Start - www.sf.k12.sd.us - 1046@hsesinfo.org - 201 E 38th St - - Sioux Falls - SD - 57105-5815 - 201 E 38th St - - Sioux Falls - SD - 57105-5815 - 201 E 38th St - - Sioux Falls - SD - 57105-5815 - Mrs. - F227397 - L227397 - - President, School Board - 227397@hsesinfo.org - Dr. - F227398 - L227398 - - Superintendent - 227398@hsesinfo.org - Ms. - F227400 - L227400 - - 227400@hsesinfo.org - Ms. - F227396 - L227396 - - 227396@hsesinfo.org - 555-555-7396 - - - 9407 - 6698 - 11633 - 200 - - 2019-03-01 - - EHS - Active - Wright County Community Action, Inc. - http://www.wccaweb.com - 6698@hsesinfo.org - 130 Division St W - - Maple Lake - MN - 55358-4575 - 130 Division St W - - Maple Lake - MN - 55358-4575 - 130 Division St W - - Maple Lake - MN - 55358-4575 - Ms. - F214367 - L214367 - - WCCA Board Chairperson - 214367@hsesinfo.org - Mr. - F214368 - L214368 - - WCCA Executive Director - 214368@hsesinfo.org - Ms. - F214370 - L214370 - - 214370@hsesinfo.org - Ms. - F214366 - L214366 - - 214366@hsesinfo.org - 555-555-4366 x 5555 - - - 8193 - 8125 - 10600 - 000 - 2016 - 2016-06-01 - - HS - Active - Episcopal Children's Services, Inc. - www.ecs4kids.org - 8125@hsesinfo.org - 8443 Baymeadows Rd Ste 1 - - Jacksonville - FL - 32256-7440 - 8443 Baymeadows Rd Ste 1 - - Jacksonville - FL - 32256-7440 - 8443 Baymeadows Rd Ste 1 - - Jacksonville - FL - 32256-7440 - Ms. - F206466 - L206466 - - Board President - 206466@hsesinfo.org - Mrs. - F206467 - L206467 - - CEO - 206467@hsesinfo.org - Ms. - F206469 - L206469 - - 206469@hsesinfo.org - Ms. - F206465 - L206465 - - 206465@hsesinfo.org - 555-555-6465 - - - 11496 - 708 - 13317 - 000 - 1992 - 2020-07-01 - - HS - Active - LUBBOCK INDEPENDENT SCHOOL DISTRICT - lubbockisd.org - 708@hsesinfo.org - 1628 19th St - - Lubbock - TX - 79401 - 1628 19th St - - Lubbock - TX - 79401 - 1628 19th St - - Lubbock - TX - 79401 - Mr. - F228499 - L228499 - - President LISD Board of Trustees - 228499@hsesinfo.org - Dr. - F228500 - L228500 - - Superintendent of Lubbock ISD - 228500@hsesinfo.org - Ms. - F228502 - L228502 - - 228502@hsesinfo.org - Ms. - F228498 - L228498 - - 228498@hsesinfo.org - 555-555-8498 - - - 7049 - 2607 - 10494 - 200 - 2011 - 2016-01-01 - - EHS - Active - SALT LAKE COMMUNITY ACTION PROGRAM - http://www.utahca.org - 2607@hsesinfo.org - 1307 S 900 W - - Salt Lake City - UT - 84104-1622 - 1307 S 900 W - - Salt Lake City - UT - 84104-1622 - 1307 S 900 W - - Salt Lake City - UT - 84104-1622 - Mrs. - F205010 - L205010 - - Board Chair - 205010@hsesinfo.org - Mrs. - F205011 - L205011 - - CEO - 205011@hsesinfo.org - Ms. - F205013 - L205013 - - 205013@hsesinfo.org - Mrs. - F205009 - L205009 - - 205009@hsesinfo.org - 555-555-5009 - - - 6425 - 1175 - 9993 - 000 - 1993 - 2015-06-01 - - AIAN HS - Active - Yurok Tribe Head Start - yuroktribe.org - 1175@hsesinfo.org - 3400 Erie St - 3400 Erie St - Eureka - CA - 95501-3461 - 3400 Erie St - 3400 Erie St - Eureka - CA - 95501-3461 - 3400 Erie St - 3400 Erie St - Eureka - CA - 95501-3461 - Mr. - F200645 - L200645 - - Tribal Chairman - 200645@hsesinfo.org - Mr. - F200646 - L200646 - - Excutive Director - 200646@hsesinfo.org - Ms. - F200648 - L200648 - - 200648@hsesinfo.org - Mrs. - F200644 - L200644 - - 200644@hsesinfo.org - 555-555-0644 x 5555 - - - 8673 - 8535 - 11055 - 000 - 2017 - 2017-07-01 - - HS - Active - Municipality of Manati - headstart_manati@yahoo.com - 8535@hsesinfo.org - Calle Baldorioty Corner Quinones St. - 10 Quiñones Street - Manati - PR - 00674-5013 - Calle Baldorioty Corner Quinones St. - 10 Quiñones Street - Manati - PR - 00674-5013 - Calle Baldorioty Corner Quinones St. - 10 Quiñones Street - Manati - PR - 00674-5013 - Mr. - F209220 - L209220 - - President - 209220@hsesinfo.org - Hon. - F209221 - L209221 - - Mayor - 209221@hsesinfo.org - Mrs. - F209223 - L209223 - - 209223@hsesinfo.org - Mrs. - F209219 - L209219 - - 209219@hsesinfo.org - 555-555-9219 - - - 8515 - 8395 - 10922 - 200 - 2017 - 2017-03-01 - - EHS - Active - Gulf Regional Early Childhood Services, Inc. - www.grecs.org - 8395@hsesinfo.org - 3100 Cottage Hill Rd - Ste 400 - Mobile - AL - 36606-2913 - PO Box 16005 - Gulf Regional Early Childhood Services/Early Head Start - Mobile - AL - 36616-0005 - 3100 Cottage Hill Rd - Ste 400 - Mobile - AL - 36606-2913 - Ms. - F208331 - L208331 - - Board Chair - 208331@hsesinfo.org - Ms. - F208332 - L208332 - - President/CEO - 208332@hsesinfo.org - Ms. - F208334 - L208334 - - 208334@hsesinfo.org - Ms. - F208330 - L208330 - - 208330@hsesinfo.org - 555-555-8330 - - - 8555 - 8435 - 10959 - 200 - 2017 - 2017-03-01 - - EHS - Active - Rolling Plains Management Corporation - www.rollingplains.org - 8435@hsesinfo.org - 118 N 1st Street - - Crowell - TX - 79227 - 118 N 1st Street - - Crowell - TX - 79227 - 118 N 1st Street - - Crowell - TX - 79227 - Mr. - F208613 - L208613 - - Board Chairman - 208613@hsesinfo.org - Mrs. - F208614 - L208614 - - Executive Director - 208614@hsesinfo.org - Mrs. - F208616 - L208616 - - 208616@hsesinfo.org - Mrs. - F208612 - L208612 - - 208612@hsesinfo.org - 555-555-8612 x 5555 - - - 9253 - 3292 - 11525 - 000 - 2013 - 2018-12-01 - - HS - Active - Texas City Independent School District - www.tcisd.org - 3292@hsesinfo.org - 1805 13th Ave N - - Texas City - TX - 77590 - 1805 13th Ave N - - Texas City - TX - 77590 - 1700 9th Ave N - - Texas City - TX - 77590-5470 - Ms. - F213315 - L213315 - - Governing Board President - 213315@hsesinfo.org - Mrs. - F213316 - L213316 - - Deputy Superintendent - 213316@hsesinfo.org - Mrs. - F213318 - L213318 - - 213318@hsesinfo.org - Ms. - F213314 - L213314 - - 213314@hsesinfo.org - 555-555-3314 x 5555 - - - 6197 - 6210 - 9871 - 210 - - 2015-01-01 - - EHS - Active - Gads Hill Center - http://www.gadshillcenter.org - 6210@hsesinfo.org - 1919 W Cullerton St - - Chicago - IL - 60608-2618 - 1919 W Cullerton St - - Chicago - IL - 60608-2618 - 1919 W Cullerton St - - Chicago - IL - 60608-2618 - Ms. - F108916 - L108916 - - Board President - 108916@hsesinfo.org - Ms. - F108917 - L108917 - - Chief Executive Officer - 108917@hsesinfo.org - Ms. - F108919 - L108919 - - 108919@hsesinfo.org - Ms. - F108915 - L108915 - - 108915@hsesinfo.org - 555-555-8915 x 5555 - - - 6933 - 2052 - 10411 - 000 - 2005 - 2015-11-01 - 2020-10-31 - HS - Inactive - Omaha Public Schools - http://www.ops.org - 2052@hsesinfo.org - 3215 Cuming St - - Omaha - NE - 68131-2000 - 3215 Cuming St - - Omaha - NE - 68131-2000 - 3215 Cuming St - - Omaha - NE - 68131-2000 - Mr. - F204192 - L204192 - - Board President - 204192@hsesinfo.org - Dr. - F204193 - L204193 - - Superintendent - 204193@hsesinfo.org - Ms. - F204195 - L204195 - - 204195@hsesinfo.org - Mrs. - F204191 - L204191 - - 204191@hsesinfo.org - 555-555-4191 - - - 5055 - 5061 - 8868 - 000 - 2014 - 2014-07-01 - 2020-06-30 - HS - Inactive - District of Columbia Public Schools - dcps.dc.gov - 5061@hsesinfo.org - 1200 First Street NE - 12th floor - Washington - DC - 20002-3361 - 1200 First Street NE - 12th floor - Washington - DC - 20002-3361 - 1200 First Street NE - 12th floor - Washington - DC - 20002-3361 - Dr. - F49940 - L49940 - PhD - Chancellor of DC Public Schools - 49940@hsesinfo.org - Dr. - F49941 - L49941 - PhD - Chief of Elementary Schools - 49941@hsesinfo.org - Ms. - F49943 - L49943 - - 49943@hsesinfo.org - Dr. - F49939 - L49939 - Ed.D - 49939@hsesinfo.org - 555-555-9939 - - - 6503 - 2857 - 10164 - 200 - 2011 - 2015-07-01 - 2020-06-30 - EHS - Inactive - Metropolitan Action Commission - www.nashville.gov/mac - 2857@hsesinfo.org - 800 2nd Ave N - - Nashville - TN - 37201-1083 - 800 2nd Ave N - - Nashville - TN - 37201-1083 - 800 2nd Ave N - - Nashville - TN - 37201-1083 - Dr. - F201191 - L201191 - - - 201191@hsesinfo.org - Dr. - F201192 - L201192 - - - 201192@hsesinfo.org - Mr. - F201194 - L201194 - - 201194@hsesinfo.org - Dr. - F201190 - L201190 - - 201190@hsesinfo.org - 555-555-1190 x 5555 - - - 8279 - 8211 - 10660 - 200 - 2016 - 2016-07-01 - - EHS - Active - Children's Home Society of Florida- Brevard Division - www.chsfl.org/brevard - 8211@hsesinfo.org - 1403 Dixon Blvd - - Cocoa - FL - 32922-6471 - 326 Croton Rd - - Melbourne - FL - 32935-6340 - 482 S Keller Rd - - Orlando - FL - 32810-6130 - Ms. - F207093 - L207093 - - Board Chair - 207093@hsesinfo.org - Ms. - F207094 - L207094 - - - 207094@hsesinfo.org - Ms. - F207096 - L207096 - - 207096@hsesinfo.org - Ms. - F207092 - L207092 - - 207092@hsesinfo.org - 555-555-7092 - - - 8981 - 691 - 11321 - 200 - 2001 - 2018-08-01 - - EHS - Active - Peoria Citizens Committee for Economic Opportunity, Inc - http://www.pcceo.org - 691@hsesinfo.org - 616 Abington St - Ste G - Peoria - IL - 61603-3521 - 616 Abington St - Ste G - Peoria - IL - 61603-3521 - 711 W McBean St - - Peoria - IL - 61605-2254 - Ms. - F211423 - L211423 - - Board Chairperson - 211423@hsesinfo.org - Mr. - F211424 - L211424 - II - President/CEO - 211424@hsesinfo.org - Mr. - F211426 - L211426 - - 211426@hsesinfo.org - Mrs. - F211422 - L211422 - - 211422@hsesinfo.org - 555-555-1422 x 5555 - - - 6589 - 1530 - 10151 - 000 - 1999 - 2015-07-01 - 2020-06-30 - HS - Inactive - Kaufman Independent School District - www.kaufmanisd.net - 1530@hsesinfo.org - 1605 Rand Rd - - Kaufman - TX - 75142-2624 - 1605 Rand Rd - - Kaufman - TX - 75142-2624 - 1000 S Houston St - - Kaufman - TX - 75142-2214 - Mr. - F201793 - L201793 - - School Board President - 201793@hsesinfo.org - Dr. - F201794 - L201794 - - Superintendent of Schools - 201794@hsesinfo.org - Mrs. - F201796 - L201796 - - 201796@hsesinfo.org - Mrs. - F201792 - L201792 - - 201792@hsesinfo.org - 555-555-1792 - - - 9611 - 1411 - 11794 - 000 - 2014 - 2019-05-01 - - HS - Active - Blue Valley Community Action, Inc - http://www.bvca.net - 1411@hsesinfo.org - 620 5th St - - Fairbury - NE - 68352-2624 - 620 5th St - - Fairbury - NE - 68352-2624 - 620 5th St - - Fairbury - NE - 68352-2624 - Mr. - F215729 - L215729 - - Board President - 215729@hsesinfo.org - Ms. - F215730 - L215730 - - CEO - 215730@hsesinfo.org - Mr. - F215732 - L215732 - - 215732@hsesinfo.org - Mrs. - F215728 - L215728 - - 215728@hsesinfo.org - 555-555-5728 - - - 8047 - 1636 - 10549 - 000 - 2002 - 2016-05-01 - - AIAN HS - Active - Maliseet Head Start - - 1636@hsesinfo.org - 1 Maliseet Drive - - Houlton - ME - 04730-3429 - 1 Maliseet Drive - - Houlton - ME - 04730-3429 - 1 Maliseet Drive - - Houlton - ME - 04730-3429 - Ms. - F205522 - L205522 - - Tribal Chief - 205522@hsesinfo.org - Ms. - F205523 - L205523 - - - 205523@hsesinfo.org - - F205525 - L205525 - - 205525@hsesinfo.org - Ms. - F205521 - L205521 - - 205521@hsesinfo.org - 555-555-5521 - - - 11333 - 267 - 13211 - 000 - 1989 - 2020-06-01 - - HS - Active - Southwestern Community Services, Inc. - http://www.scshelps.org - 267@hsesinfo.org - 63 Community Way - - Keene - NH - 03431-3748 - 63 Community Way - - Keene - NH - 03431-3748 - 63 Community Way - - Keene - NH - 03431-3748 - Mr. - F227404 - L227404 - - Chairperson - 227404@hsesinfo.org - Mr. - F227405 - L227405 - - - 227405@hsesinfo.org - Mrs. - F227407 - L227407 - - 227407@hsesinfo.org - Mrs. - F227403 - L227403 - - 227403@hsesinfo.org - 555-555-7403 x 5555 - - - 9078 - 1638 - 11399 - 200 - 2013 - 2018-09-01 - - AIAN EHS - Active - CHEHALIS INDIAN COMMUNITY - http://www.chehalistribe.org - 1638@hsesinfo.org - 20 Tomahawk Loop Suite A - - Oakville - WA - 98568 - PO Box 536 - - Oakville - WA - 98568-0536 - 420 Howanut Rd - - Oakville - WA - 98568-9659 - Mr. - F212127 - L212127 - - Chairman - 212127@hsesinfo.org - Mrs. - F212128 - L212128 - - General Manager - 212128@hsesinfo.org - Mr. - F212130 - L212130 - - 212130@hsesinfo.org - Mrs. - F212126 - L212126 - - 212126@hsesinfo.org - 555-555-2126 x 5555 - - - 4843 - 2473 - 8634 - 200 - 2014 - 2014-05-01 - 2019-04-30 - EHS - Inactive - Wu Yee Children's Services - www.wuyee.org - 2473@hsesinfo.org - 831 Broadway - - San Francisco - CA - 94133-4218 - 831 Broadway - - San Francisco - CA - 94133-4218 - 831 Broadway - - San Francisco - CA - 94133-4218 - Mr. - F47280 - L47280 - - Board President - 47280@hsesinfo.org - Ms. - F47279 - L47279 - - CEO - 47279@hsesinfo.org - Ms. - F47278 - L47278 - - 47278@hsesinfo.org - Ms. - F47276 - L47276 - - 47276@hsesinfo.org - 555-555-7276 - - - 6426 - 2621 - 9993 - 200 - 2011 - 2015-06-01 - - AIAN EHS - Active - YUROK TRIBE Head Start/Early Head Start - yuroktribe.org - 2621@hsesinfo.org - 3400 Erie St - - Eureka - CA - 95501-3461 - 3400 Erie St - - Eureka - CA - 95501-3461 - 3400 Erie St - - Eureka - CA - 95501-3461 - Mr. - F200652 - L200652 - - Tribal Chairman - 200652@hsesinfo.org - Mr. - F200653 - L200653 - - Assistant Excutive Director - 200653@hsesinfo.org - Ms. - F200655 - L200655 - - 200655@hsesinfo.org - Mrs. - F200651 - L200651 - - 200651@hsesinfo.org - 555-555-0651 x 5555 - - - 9647 - 2537 - 11815 - 000 - 2014 - 2019-06-01 - - HS - Active - AFL-CIO Appalachian Council - http://www.appcouncil.org - 2537@hsesinfo.org - 501 Leon Sullivan Way, Suite 200 (2nd Floor) - - Charleston - WV - 25301-1246 - 501 Leon Sullivan Way, Suite 200 (2nd Floor) - - Charleston - WV - 25301-1246 - 501 Leon Sullivan Way, Suite 200 (2nd Floor) - - Charleston - WV - 25301-1246 - Mr. - F215948 - L215948 - - Board Chair/President WV AFL-CIO - 215948@hsesinfo.org - Mr. - F215949 - L215949 - - Executive Director - 215949@hsesinfo.org - Ms. - F215951 - L215951 - - 215951@hsesinfo.org - Ms. - F215947 - L215947 - - 215947@hsesinfo.org - 555-555-5947 x 5555 - - - 9246 - 2926 - 11519 - 200 - 2013 - 2019-01-01 - - EHS - Active - THE SPANISH SPEAKING UNITY COUNCIL OF ALAMEDA COUNTY, I - www.unitycouncil.org - 2926@hsesinfo.org - 1900 FRUITVALE AVE SUITE 2A - - OAKLAND - CA - 94601-2468 - 1900 FRUITVALE AVE SUITE 2A - - OAKLAND - CA - 94601-2468 - 1900 FRUITVALE AVE SUITE 2A - - OAKLAND - CA - 94601-2468 - Mr. - F213263 - L213263 - - Chairperson of the Board of Directors - 213263@hsesinfo.org - Mr. - F213264 - L213264 - - - 213264@hsesinfo.org - Ms. - F213266 - L213266 - - 213266@hsesinfo.org - Mr. - F213262 - L213262 - - 213262@hsesinfo.org - 555-555-3262 - - - 8645 - 8512 - 11032 - 000 - 2017 - 2017-07-01 - - HS - Active - NEW ST. PAUL HEAD START AGENCY, INC. - www.nspheadstart.org - 8512@hsesinfo.org - 15362 Southfield Drive - - Detroit - MI - 48223-1359 - 15362 Southfield Drive - - Detroit - MI - 48223-1359 - 15362 Southfield Drive - - Detroit - MI - 48223-1359 - Mr. - F209023 - L209023 - - Chairman of the Board of Directors - 209023@hsesinfo.org - Mrs. - F209024 - L209024 - - Executive Director - 209024@hsesinfo.org - Ms. - F209026 - L209026 - - 209026@hsesinfo.org - Mrs. - F209022 - L209022 - - 209022@hsesinfo.org - 555-555-9022 x 5555 - - - 8646 - 8513 - 11032 - 200 - 2017 - 2017-07-01 - - EHS - Active - NEW ST. PAUL HEAD START AGENCY, INC. - www.nspheadstart.org - 8513@hsesinfo.org - 15362 Southfield Drive - - Detroit - MI - 48223-1359 - 15362 Southfield Drive - - Detroit - MI - 48223-1359 - 15362 Southfield Drive - - Detroit - MI - 48223-1359 - Mr. - F209030 - L209030 - - Chairman of the Board of Directors - 209030@hsesinfo.org - Mrs. - F209031 - L209031 - - Executive Director - 209031@hsesinfo.org - Ms. - F209033 - L209033 - - 209033@hsesinfo.org - Mrs. - F209029 - L209029 - - 209029@hsesinfo.org - 555-555-9029 x 5555 - - - 5649 - 4172 - 9443 - 209 - 2014 - 2014-12-01 - - EHS - Active - Gads Hill Center - www.gadshillcenter.org - 4172@hsesinfo.org - 1919 W Cullerton St - - Chicago - IL - 60608-2618 - 1919 W Cullerton St - - Chicago - IL - 60608-2618 - 1919 W Cullerton St - - Chicago - IL - 60608-2618 - Ms. - F101397 - L101397 - - Board President - 101397@hsesinfo.org - Ms. - F101395 - L101395 - - Chief Executive Officer - 101395@hsesinfo.org - Ms. - F101394 - L101394 - - 101394@hsesinfo.org - Ms. - F101393 - L101393 - - 101393@hsesinfo.org - 555-555-1393 x 5555 - - - 10045 - 5091 - 12104 - 000 - 2014 - 2019-07-01 - - HS - Active - Shelby County Board of Education - https://scsearlychildhoodprogram.weebly.com/ - 5091@hsesinfo.org - 160 S. Hollywood St. - - Memphis - TN - 38112-4801 - 160 S. Hollywood St. - - Memphis - TN - 38112-4801 - 130 Flicker St - - Memphis - TN - 38104-5928 - Ms. - F218708 - L218708 - - Board President - 218708@hsesinfo.org - Mrs. - F218709 - L218709 - - Executive Director - 218709@hsesinfo.org - Ms. - F218711 - L218711 - - 218711@hsesinfo.org - Mr. - F218707 - L218707 - - 218707@hsesinfo.org - 555-555-8707 - - - 6807 - 872 - 10266 - 000 - 1993 - 2015-09-01 - 2020-08-31 - HS - Inactive - Kankakee School District 111 Head Start - www.ksd111.org - 872@hsesinfo.org - 240 Warren Ave - - Kankakee - IL - 60901-4319 - 240 Warren Ave - - Kankakee - IL - 60901-4319 - 240 Warren Ave - - Kankakee - IL - 60901-4319 - Mrs. - F203324 - L203324 - - Board President - 203324@hsesinfo.org - Dr. - F203325 - L203325 - - - 203325@hsesinfo.org - Ms. - F203327 - L203327 - - 203327@hsesinfo.org - Mrs. - F203323 - L203323 - - 203323@hsesinfo.org - 555-555-3323 - - - 6254 - 982 - 9892 - 000 - 1992 - 2015-04-01 - 2020-07-31 - HS - Inactive - McIntosh Trail Early Childhood Development Council, Inc - http://www.mtecdc.org - 982@hsesinfo.org - 565 Recreation Drive - - Jackson - GA - 30233-2286 - 565 Recreation Drive - - Jackson - GA - 30233-2286 - 565 Recreation Drive - - Jackson - GA - 30233-2286 - Dr. - F109740 - L109740 - - Board Chairman - 109740@hsesinfo.org - Mrs. - F109744 - L109744 - - - 109744@hsesinfo.org - Mr. - F109741 - L109741 - - 109741@hsesinfo.org - Mrs. - F109739 - L109739 - - 109739@hsesinfo.org - 555-555-9739 x 5555 - - - 8959 - 8673 - 11304 - 029 - 2017 - 2017-08-01 - - HS - Active - Municipality of Yabucoa - - 8673@hsesinfo.org - 3 PR Km 93.7 - Barrio Juan Martin - Yabucoa - PR - 00767 - 3 Calle Catalina Morales - Apartado 97 - Yabucoa - PR - 00767-0097 - 3 PR Km 93.7 - Barrio Juan Martin - Yabucoa - PR - 00767 - Miss - F211873 - L211873 - - Presidenta Junta de Gobierno - 211873@hsesinfo.org - Dra. - F211874 - L211874 - - Directora Programa Head Start/Early Head Start - 211874@hsesinfo.org - Miss - F211876 - L211876 - - 211876@hsesinfo.org - Miss - F211271 - L211271 - - 211271@hsesinfo.org - 555-555-1271 - - - 5843 - 5850 - 9418 - 200 - - 2015-01-01 - 2019-06-30 - EHS - Inactive - Easter Seals Southern California, Inc. - www.easterseals.com/southerncal - 5850@hsesinfo.org - 1035 E Valley Pkwy - - Escondido - CA - 92025-4618 - 9480 Utica Ave - Ste 605 - Rancho Cucamonga - CA - 91730-0964 - 1035 E Valley Pkwy - - Escondido - CA - 92025-4618 - Mrs. - F104351 - L104351 - - Chairman of the Board of Easter Seals Southern CA, Inc - 104351@hsesinfo.org - Mr. - F104352 - L104352 - - CEO - 104352@hsesinfo.org - Mrs. - F104354 - L104354 - - 104354@hsesinfo.org - Mrs. - F104350 - L104350 - - 104350@hsesinfo.org - 555-555-4350 - - - 9262 - 5356 - 11532 - 200 - 2014 - 2019-01-01 - - EHS - Active - Arkansas Early Learning, Inc. - www.arearlylearning.org - 5356@hsesinfo.org - 1901 Woodsprings Rd - Ste B - Jonesboro - AR - 72401-0936 - 1901 Woodsprings Rd - Ste B - Jonesboro - AR - 72401-0936 - 1901 Woodsprings Rd - Ste B - Jonesboro - AR - 72401-0936 - Mrs. - F213378 - L213378 - - Chairperson - 213378@hsesinfo.org - Mr. - F213379 - L213379 - - Chief Executive Officer - 213379@hsesinfo.org - Ms. - F213381 - L213381 - - 213381@hsesinfo.org - Ms. - F213377 - L213377 - - 213377@hsesinfo.org - 555-555-3377 - - - 10612 - 6072 - 12612 - 200 - - 2019-09-01 - - Migrant EHS - Active - Community Action Partnership of San Luis Obispo County, - http://www.capslo.org - 6072@hsesinfo.org - 1030 Southwood Dr. - - San Luis Obispo - CA - 93401-5813 - 1030 Southwood Dr. - - San Luis Obispo - CA - 93401-5813 - 1030 Southwood Dr. - - San Luis Obispo - CA - 93401-5813 - Ms. - F222619 - L222619 - - CAPSLO Board President - 222619@hsesinfo.org - Mrs. - F222620 - L222620 - - Chief Executive Officer - 222620@hsesinfo.org - Ms. - F222622 - L222622 - - 222622@hsesinfo.org - Ms. - F222618 - L222618 - - 222618@hsesinfo.org - 555-555-2618 - - - 6255 - 2839 - 9892 - 200 - 2011 - 2015-04-01 - 2020-07-31 - EHS - Inactive - McIntosh Trail Early Childhood Development Council, Inc - www.mtecdc.org - 2839@hsesinfo.org - 565 Recreation Drive - - JACKSON - GA - 30233 - 565 Recreation Drive - - JACKSON - GA - 30233 - 565 Recreation Drive - - JACKSON - GA - 30233 - Dr. - F109750 - L109750 - - Board Chairman - 109750@hsesinfo.org - Mrs. - F109748 - L109748 - - - 109748@hsesinfo.org - Mr. - F109747 - L109747 - - 109747@hsesinfo.org - Mrs. - F109746 - L109746 - - 109746@hsesinfo.org - 555-555-9746 x 5555 - - - 8533 - 8413 - 10943 - 200 - 2017 - 2017-03-01 - - EHS - Active - Guilford Child Development - http://www.guilfordchilddev.org - 8413@hsesinfo.org - 1200 Arlington St - - Greensboro - NC - 27406-1499 - 1200 Arlington St - - Greensboro - NC - 27406-1499 - 1200 Arlington St - - Greensboro - NC - 27406-1499 - Mr. - F208459 - L208459 - - Board Chair - 208459@hsesinfo.org - Mrs. - F208460 - L208460 - - Cheif Operating Officer - 208460@hsesinfo.org - Ms. - F208462 - L208462 - - 208462@hsesinfo.org - Ms. - F208458 - L208458 - - 208458@hsesinfo.org - 555-555-8458 - - - 6337 - 6355 - 10019 - 203 - - 2015-07-01 - 2019-06-30 - EHS - Inactive - Mexican American Opportunity Foundation - www.maof.org - 6355@hsesinfo.org - 2650 Zoe Avenue - - Huntington Park - CA - 90255 - 2650 Zoe Avenue - - Huntington Park - CA - 90255 - 2650 Zoe Avenue - - Huntington Park - CA - 90255 - Mrs. - F200029 - L200029 - - - 200029@hsesinfo.org - Mr. - F200030 - L200030 - - - 200030@hsesinfo.org - Ms. - F200032 - L200032 - - 200032@hsesinfo.org - Mrs. - F200028 - L200028 - - 200028@hsesinfo.org - 555-555-0028 - - - 10817 - 9126 - 12773 - 201 - 2019 - 2019-03-01 - - EHS - Active - Aldine Independent School District - http://aldine.k12.tx.us - 9126@hsesinfo.org - 2520 Ww Thorne Blvd - - Houston - TX - 77073-3406 - 2520 Ww Thorne Blvd - - Houston - TX - 77073-3406 - 2520 Ww Thorne Blvd - - Houston - TX - 77073-3406 - Dr. - F224014 - L224014 - - President, Aldine ISD School Board - 224014@hsesinfo.org - Dr. - F224012 - L224012 - - Superintendent of Schools - 224012@hsesinfo.org - Ms. - F224015 - L224015 - - 224015@hsesinfo.org - Dr. - F224011 - L224011 - - 224011@hsesinfo.org - 555-555-4011 - - - 10818 - 9127 - 12790 - 201 - 2018 - 2018-08-01 - - EHS - Active - Lancaster-Lebanon Intermediate Unit School District #13 - http://www.iu13.org - 9127@hsesinfo.org - 1020 New Holland Avenue - - Lancaster - PA - 17601-5606 - 1020 New Holland Avenue - - Lancaster - PA - 17601-5606 - 1020 New Holland Avenue - - Lancaster - PA - 17601-5606 - Mr. - F224020 - L224020 - - President of IU 13 Board of School Directors - 224020@hsesinfo.org - Dr. - F224018 - L224018 - - - 224018@hsesinfo.org - Ms. - F224021 - L224021 - - 224021@hsesinfo.org - Ms. - F224017 - L224017 - - 224017@hsesinfo.org - 555-555-4017 - - - 9104 - 3317 - 11417 - 000 - 2013 - 2018-09-01 - - HS - Active - BCFS Education Services - http://www.discoverbcfs.com/headstart - 3317@hsesinfo.org - 1005 5th St - - Floresville - TX - 78114-2037 - 1506 Bexar Crossing St - - San Antonio - TX - 78232-1587 - 1506 Bexar Crossing St - - San Antonio - TX - 78232-1587 - Mr. - F212313 - L212313 - III - Board Chairman - 212313@hsesinfo.org - Ms. - F212314 - L212314 - - Executive Director - 212314@hsesinfo.org - Mr. - F212316 - L212316 - - 212316@hsesinfo.org - Ms. - F212312 - L212312 - - 212312@hsesinfo.org - 555-555-2312 - - - 9105 - 8719 - 11417 - 200 - 2018 - 2018-09-01 - - EHS - Active - BCFS Education Services - http://www.discoverbcfs.com/headstart - 8719@hsesinfo.org - 1005 5th St - - Floresville - TX - 78114-2037 - 1506 Bexar Crossing St - - San Antonio - TX - 78232-1587 - 1506 Bexar Crossing St - - San Antonio - TX - 78232-1587 - Mr. - F212320 - L212320 - III - Board Chairman - 212320@hsesinfo.org - Ms. - F212321 - L212321 - - Executive Director - 212321@hsesinfo.org - Mr. - F212323 - L212323 - - 212323@hsesinfo.org - Ms. - F212319 - L212319 - - 212319@hsesinfo.org - 555-555-2319 - - - 10804 - 2462 - 12777 - 000 - 2013 - 2019-12-01 - - AIAN HS - Active - ST REGIS MOHAWK TRIBE - srmt-nsn.gov - 2462@hsesinfo.org - 25 Library Rd - - Akwesasne - NY - 13655-4118 - 71 Margaret Terrance Memorial Way - - Akwesasne - NY - 13655-3236 - 71 Margaret Terrance Memorial Way - - Akwesasne - NY - 13655-3236 - Mr. - F223922 - L223922 - Jr. - Chief - 223922@hsesinfo.org - Mr. - F223923 - L223923 - - Executive Director - 223923@hsesinfo.org - Ms. - F223925 - L223925 - - 223925@hsesinfo.org - Ms. - F223921 - L223921 - - 223921@hsesinfo.org - 555-555-3921 - - - 8778 - 8630 - 11142 - 200 - 2018 - 2018-01-01 - 2020-06-30 - EHS - Inactive - Pillars Community Health - - 8630@hsesinfo.org - 333 N La Grange Rd - - La Grange Park - IL - 60526-5646 - 333 N La Grange Rd - - La Grange Park - IL - 60526-5646 - 333 N La Grange Rd - - La Grange Park - IL - 60526-5646 - Ms. - F209904 - L209904 - - Chair of the Board - 209904@hsesinfo.org - Ms. - F209905 - L209905 - - President and Chief Executive Officer - 209905@hsesinfo.org - Ms. - F209907 - L209907 - - 209907@hsesinfo.org - Ms. - F209903 - L209903 - - 209903@hsesinfo.org - 555-555-9903 - - - 8777 - 8629 - 11142 - 000 - 2018 - 2018-01-01 - 2020-06-30 - HS - Inactive - Pillars Community Health - - 8629@hsesinfo.org - 333 N La Grange Rd - - La Grange Park - IL - 60526-5646 - 333 N La Grange Rd - - La Grange Park - IL - 60526-5646 - 333 N La Grange Rd - - La Grange Park - IL - 60526-5646 - Ms. - F209897 - L209897 - - Chair of the Board - 209897@hsesinfo.org - Ms. - F209898 - L209898 - - President and Chief Executive Officer - 209898@hsesinfo.org - Ms. - F209900 - L209900 - - 209900@hsesinfo.org - Ms. - F209896 - L209896 - - 209896@hsesinfo.org - 555-555-9896 - - - 8585 - 3050 - 10984 - 000 - 2012 - 2017-05-01 - - HS - Active - Abilene Independent School District - www.abileneisd.org - 3050@hsesinfo.org - 241 Pine St - Attention: Federal Programs-Head Start - Abilene - TX - 79601-5911 - 241 Pine St - Attention: Federal Programs-Head Start - Abilene - TX - 79601-5911 - 241 Pine St - Attention: Federal Programs-Head Start - Abilene - TX - 79601-5911 - Mr. - F208811 - L208811 - - Board Chair - 208811@hsesinfo.org - Mrs. - F208812 - L208812 - - - 208812@hsesinfo.org - Ms. - F208814 - L208814 - - 208814@hsesinfo.org - Ms. - F208810 - L208810 - - 208810@hsesinfo.org - 555-555-8810 x 5555 - - - 8586 - 2954 - 10984 - 200 - 2012 - 2017-05-01 - - EHS - Active - Abilene Independent School District - www.abileneisd.org - 2954@hsesinfo.org - 241 Pine St - Attention: Federal Programs- Early Head Start - Abilene - TX - 79601-5911 - 241 Pine St - Attention: Federal Programs- Early Head Start - Abilene - TX - 79601-5911 - 241 Pine St - Attention: Federal Programs- Early Head Start - Abilene - TX - 79601-5911 - Mr. - F208818 - L208818 - - Board Chair - 208818@hsesinfo.org - Mrs. - F208819 - L208819 - - - 208819@hsesinfo.org - Ms. - F208821 - L208821 - - 208821@hsesinfo.org - Ms. - F208817 - L208817 - - 208817@hsesinfo.org - 555-555-8817 x 5555 - - - 9829 - 8934 - 11933 - 000 - 2019 - 2019-07-01 - - HS - Active - Cardinal McCloskey School and Home for Children - www.cmcs.org - 8934@hsesinfo.org - 115 East Stevens Avenue - Ste LL5 - Valhalla - NY - 10595-1252 - 115 East Stevens Avenue - Ste LL5 - Valhalla - NY - 10595-1252 - 115 East Stevens Avenue - - Valhalla - NY - 10595-1252 - Dr. - F217214 - L217214 - PhD - Chairman of the Board of Directors - 217214@hsesinfo.org - Dr. - F217215 - L217215 - EdD - Senior Vice President - 217215@hsesinfo.org - Mrs. - F217217 - L217217 - - 217217@hsesinfo.org - Dr. - F217213 - L217213 - EdD - 217213@hsesinfo.org - 555-555-7213 x 5555 - - - 9830 - 8935 - 11933 - 200 - 2019 - 2019-07-01 - - EHS - Active - Cardinal McCloskey School and Home for Children - www.cmcs.org - 8935@hsesinfo.org - 115 East Stevens Avenue - Ste LL5 - Valhalla - NY - 10595-1252 - 115 East Stevens Avenue - Ste LL5 - Valhalla - NY - 10595-1252 - 115 East Stevens Avenue - - Valhalla - NY - 10595-1252 - Dr. - F217221 - L217221 - PhD - Chairman of the Board of Directors - 217221@hsesinfo.org - Dr. - F217222 - L217222 - EdD - Senior Vice President - 217222@hsesinfo.org - Mrs. - F217224 - L217224 - - 217224@hsesinfo.org - Dr. - F217220 - L217220 - EdD - 217220@hsesinfo.org - 555-555-7220 x 5555 - - - 10047 - 3670 - 12113 - 001 - 2014 - 2019-07-01 - - HS - Active - Foundation for Early Childhood Education, Inc. - foundationheadstart.org - 3670@hsesinfo.org - 3360 Flair Drive, Suite 100 - - El Monte - CA - 91731-2833 - 3360 Flair Drive, Suite 100 - - El Monte - CA - 91731-2833 - 3360 Flair Drive, Suite 100 - - El Monte - CA - 91731-2833 - Mr. - F218722 - L218722 - - Board President - 218722@hsesinfo.org - Ms. - F218723 - L218723 - - Director - 218723@hsesinfo.org - Mr. - F218725 - L218725 - - 218725@hsesinfo.org - Ms. - F218721 - L218721 - - 218721@hsesinfo.org - 555-555-8721 x 5555 - - - 10822 - 9131 - 12798 - 203 - 2019 - 2019-03-01 - - EHS - Active - Foundation for Early Childhood Education, Inc. - foundationheadstart.org - 9131@hsesinfo.org - 3360 Flair Drive, Suite 100 - - El Monte - CA - 91731-2833 - 3360 Flair Drive, Suite 100 - - El Monte - CA - 91731-2833 - 3360 Flair Drive, Suite 100 - - El Monte - CA - 91731-2833 - Mr. - F224045 - L224045 - - Board President - 224045@hsesinfo.org - Ms. - F224043 - L224043 - - Director - 224043@hsesinfo.org - Ms. - F224046 - L224046 - - 224046@hsesinfo.org - Ms. - F224042 - L224042 - - 224042@hsesinfo.org - 555-555-4042 x 5555 - - - 10824 - 592 - 12803 - 000 - 2014 - 2020-01-01 - - HS - Active - PEE DEE COMMUNITY ACTION PARTNERSHIP - www.peedeecap.org - 592@hsesinfo.org - 2685 S Irby St - Fl 1 - Florence - SC - 29505-3440 - 2327 Prosperity Way - Ste 10 - Florence - SC - 29501-0804 - 2685 S Irby St - Fl 1 - Florence - SC - 29505-3440 - Rev. - F224056 - L224056 - Sr - Board Chair - 224056@hsesinfo.org - Mr. - F224057 - L224057 - Jr - - 224057@hsesinfo.org - Ms. - F224059 - L224059 - - 224059@hsesinfo.org - Ms. - F224055 - L224055 - - 224055@hsesinfo.org - 555-555-4055 x 5555 - - - 10825 - 2809 - 12803 - 200 - 2014 - 2020-01-01 - - EHS - Active - PEE DEE COMMUNITY ACTION PARTNERSHIP - www.peedeecap.org - 2809@hsesinfo.org - 2685 S Irby St - Fl 1 - Florence - SC - 29505-3440 - 2327 Prosperity Way - Ste 10 - Florence - SC - 29501-0804 - 2685 S Irby St - Fl 1 - Florence - SC - 29505-3440 - Rev. - F224063 - L224063 - Sr - Board Chair - 224063@hsesinfo.org - Mr. - F224064 - L224064 - Jr - - 224064@hsesinfo.org - Ms. - F224066 - L224066 - - 224066@hsesinfo.org - Ms. - F224062 - L224062 - - 224062@hsesinfo.org - 555-555-4062 x 5555 - - - 9742 - 8899 - 11886 - 000 - 2019 - 2019-07-01 - - HS - Active - NYC Early Learning Company Inc. - - 8899@hsesinfo.org - 2402 Quentin Rd - - Brooklyn - NY - 11229-2416 - 2402 Quentin Rd - - Brooklyn - NY - 11229-2416 - 440 Avenue P - - Brooklyn - NY - 11223-1935 - Ms. - F216602 - L216602 - Esq. - - 216602@hsesinfo.org - Mr. - F216603 - L216603 - - CEO/President - 216603@hsesinfo.org - Ms. - F216605 - L216605 - - 216605@hsesinfo.org - Mrs. - F216601 - L216601 - - 216601@hsesinfo.org - 555-555-6601 x 5555 - - - 9743 - 8900 - 11886 - 200 - 2019 - 2019-07-01 - - EHS - Active - NYC Early Learning Company Inc. - beanstalkacademy.com - 8900@hsesinfo.org - 440 Avenue P - - Brooklyn - NY - 11223-1935 - 440 Avenue P - - Brooklyn - NY - 11223-1935 - 440 Avenue P - - Brooklyn - NY - 11223-1935 - Ms. - F216609 - L216609 - Esq. - - 216609@hsesinfo.org - Mr. - F216610 - L216610 - - CEO/President - 216610@hsesinfo.org - Ms. - F216612 - L216612 - - 216612@hsesinfo.org - Mrs. - F216608 - L216608 - - 216608@hsesinfo.org - 555-555-6608 x 5555 - - - 9701 - 8876 - 11853 - 000 - 2019 - 2019-07-01 - - HS - Active - Fort George Community Enrichment Center, Inc. - www.fortgeorgecenter.org - 8876@hsesinfo.org - 489 Saint Pauls Pl - - Bronx - NY - 10456-1935 - 1525 Saint Nicholas Ave - - New York - NY - 10033-2604 - 1525 Saint Nicholas Ave - - New York - NY - 10033-2604 - Ms. - F216328 - L216328 - - Board Chair - 216328@hsesinfo.org - Ms. - F216329 - L216329 - - Executive Director/CEO - 216329@hsesinfo.org - Ms. - F216331 - L216331 - - 216331@hsesinfo.org - Ms. - F216327 - L216327 - - 216327@hsesinfo.org - 555-555-6327 - - - 9702 - 8877 - 11853 - 200 - 2019 - 2019-07-01 - - EHS - Active - Fort George Community Enrichment Center, Inc. - www.fortgeorgecenter.org - 8877@hsesinfo.org - 489 Saint Pauls Pl - - Bronx - NY - 10456-1935 - 1525 Saint Nicholas Ave - - New York - NY - 10033-2604 - 1525 Saint Nicholas Ave - - New York - NY - 10033-2604 - Ms. - F216335 - L216335 - - Board Chair - 216335@hsesinfo.org - Ms. - F216336 - L216336 - - Executive Director/CEO - 216336@hsesinfo.org - Ms. - F216338 - L216338 - - 216338@hsesinfo.org - Ms. - F216334 - L216334 - - 216334@hsesinfo.org - 555-555-6334 - - - 10155 - 5945 - 12190 - 200 - - 2019-08-01 - - EHS - Active - Early Learning Coalition Miami-Dade/Monroe County - http://elcmdm.org - 5945@hsesinfo.org - 6251 NW 7th Ave - Ste 204 - Miami - FL - 33150-4319 - 6251 NW 7th Ave - Ste 204 - Miami - FL - 33150-4319 - 2555 Ponce De Leon Blvd - Ste 210 - Coral Gables - FL - 33134-6010 - Mr. - F219450 - L219450 - - Chairman, ELC Board of Directors - 219450@hsesinfo.org - Mr. - F219451 - L219451 - - President/CEO - 219451@hsesinfo.org - Ms. - F219453 - L219453 - - 219453@hsesinfo.org - Ms. - F219449 - L219449 - - 219449@hsesinfo.org - 555-555-9449 x 5555 - - - 9678 - 383 - 11844 - 000 - 2014 - 2019-06-01 - - HS - Active - Cincinnati-Hamilton County Community Action Agency - http://www.cincy-caa.org - 383@hsesinfo.org - 1740 Langdon Farm Road - - Cincinnati - OH - 45237-3817 - 1740 Langdon Farm Road - - Cincinnati - OH - 45237-3817 - 1740 Langdon Farm Road - - Cincinnati - OH - 45237-3817 - Ms. - F216167 - L216167 - - Board Chairperson - 216167@hsesinfo.org - Mr. - F216168 - L216168 - - President/CEO - 216168@hsesinfo.org - Ms. - F216170 - L216170 - - 216170@hsesinfo.org - Ms. - F216166 - L216166 - - 216166@hsesinfo.org - 555-555-6166 - - - 9683 - 382 - 11844 - 200 - 1991 - 2019-06-01 - - EHS - Active - Cincinnati-Hamilton County Community Action Agency - http://www.cincy-caa.org - 382@hsesinfo.org - 1740 Langdon Farm Road - - Cincinnati - OH - 45237-3817 - 1740 Langdon Farm Road - - Cincinnati - OH - 45237-3817 - 1740 Langdon Farm Road - - Cincinnati - OH - 45237-3817 - Ms. - F216202 - L216202 - - Board Chairperson - 216202@hsesinfo.org - Mr. - F216203 - L216203 - - President/CEO - 216203@hsesinfo.org - Ms. - F216205 - L216205 - - 216205@hsesinfo.org - Ms. - F216201 - L216201 - - 216201@hsesinfo.org - 555-555-6201 - - - 10827 - 3037 - 12809 - 200 - 2015 - 2020-01-01 - - EHS - Active - Allegheny Intermediate Unit - http://www.aiu3.net - 3037@hsesinfo.org - 475 East Waterfront Drive - - Homestead - PA - 15120-1144 - 475 East Waterfront Drive - - Homestead - PA - 15120-1144 - 475 East Waterfront Drive - - Homestead - PA - 15120-1144 - Mr. - F224077 - L224077 - - Board President - 224077@hsesinfo.org - Dr. - F224078 - L224078 - - Executive Director - 224078@hsesinfo.org - Mrs. - F224080 - L224080 - - 224080@hsesinfo.org - Mrs. - F224076 - L224076 - - 224076@hsesinfo.org - 555-555-4076 - - - 10828 - 601 - 12815 - 000 - 2013 - 2020-01-01 - - HS - Active - WATEREE COMMUNITY ACTIONS, INC. HEAD START PROGRAM - www.wcai.org - 601@hsesinfo.org - 1155 N Lafayette Dr - - Sumter - SC - 29150-2913 - PO Box 8328 - - Columbia - SC - 29202-8328 - 1915 Harden St - - Columbia - SC - 29204-1015 - Mrs. - F224084 - L224084 - - Board Chairperson - 224084@hsesinfo.org - Ms. - F224085 - L224085 - - Chief Executive Officer - 224085@hsesinfo.org - Ms. - F224087 - L224087 - - 224087@hsesinfo.org - Mrs. - F224083 - L224083 - - 224083@hsesinfo.org - 555-555-4083 - - - 10829 - 2748 - 12815 - 200 - 2013 - 2020-01-01 - - EHS - Active - WATEREE COMMUNITY ACTIONS, INC. EARLY HEAD START PROGRAM - www.wcai.org - 2748@hsesinfo.org - 1155 N Lafayette Dr - - Sumter - SC - 29150-2913 - PO Box 8328 - - Columbia - SC - 29202-8328 - 1915 Harden St - - Columbia - SC - 29204-1015 - Mrs. - F224091 - L224091 - - Board Chairperson - 224091@hsesinfo.org - Ms. - F224092 - L224092 - - Chief Executive Officer - 224092@hsesinfo.org - Ms. - F224094 - L224094 - - 224094@hsesinfo.org - Ms. - F224090 - L224090 - - 224090@hsesinfo.org - 555-555-4090 - - - 10831 - 2935 - 12813 - 200 - 2015 - 2020-01-01 - - EHS - Active - CHILDREN'S HOME SOCIETY OF FLORIDA, INC - www.chsfl.org - 2935@hsesinfo.org - 5768 S Semoran Blvd - - Orlando - FL - 32822-4818 - 5768 S Semoran Blvd - - Orlando - FL - 32822-4818 - 482 S Keller Rd - - Orlando - FL - 32810-6130 - Ms. - F224105 - L224105 - - - 224105@hsesinfo.org - Ms. - F224106 - L224106 - - - 224106@hsesinfo.org - Ms. - F224108 - L224108 - - 224108@hsesinfo.org - Ms. - F224104 - L224104 - - 224104@hsesinfo.org - 555-555-4104 - - - 10832 - 5182 - 12805 - 200 - 2014 - 2020-01-01 - - EHS - Active - ChildCareGroup - www.childcaregroup.org - 5182@hsesinfo.org - 1420 W Mockingbird Ln - Ste 300 - Dallas - TX - 75247-4973 - 1420 W Mockingbird Ln - Ste 300 - Dallas - TX - 75247-4973 - 1420 W Mockingbird Ln - Ste 300 - Dallas - TX - 75247-4973 - Mr. - F224112 - L224112 - - Chairman of the Board - 224112@hsesinfo.org - Ms. - F224113 - L224113 - - President/CEO - 224113@hsesinfo.org - Ms. - F224115 - L224115 - - 224115@hsesinfo.org - Mrs. - F224111 - L224111 - - 224111@hsesinfo.org - 555-555-4111 - - - 10833 - 720 - 12804 - 000 - 2015 - 2020-01-01 - - HS - Active - LAFOURCHE PARISH - http://www.lafourchegov.org - 720@hsesinfo.org - 4876 Highway 1 - - Mathews - LA - 70375-2043 - PO Box 425 - - Mathews - LA - 70375-0425 - 4876 Highway 1 - - Mathews - LA - 70375-2043 - Mr. - F224119 - L224119 - - Board Chairman - 224119@hsesinfo.org - Mr. - F224120 - L224120 - III - Parish President - 224120@hsesinfo.org - Ms. - F224122 - L224122 - - 224122@hsesinfo.org - Ms. - F224118 - L224118 - - 224118@hsesinfo.org - 555-555-4118 - - - 10834 - 3059 - 12811 - 200 - 2015 - 2020-01-01 - - EHS - Active - NATIVE AMERICAN PROFESSIONAL PARENT RESOURCES (NAPPR), - www.nappr.org - 3059@hsesinfo.org - 2201 San Pedro Dr NE - Ste 210 - Albuquerque - NM - 87110-4133 - 2201 San Pedro Dr NE - Ste 210 - Albuquerque - NM - 87110-4133 - 2201 San Pedro Dr NE - Ste 210 - Albuquerque - NM - 87110-4133 - Mr. - F224126 - L224126 - - Chair, Board of Directors - 224126@hsesinfo.org - Ms. - F224127 - L224127 - - - 224127@hsesinfo.org - Ms. - F224129 - L224129 - - 224129@hsesinfo.org - Ms. - F224125 - L224125 - - 224125@hsesinfo.org - 555-555-4125 - - - 10835 - 2948 - 12807 - 200 - 2011 - 2020-01-01 - - EHS - Active - Lumin Education - www.lumineducation.org - 2948@hsesinfo.org - 924 Wayne Street - - Dallas - TX - 75223 - 924 Wayne Street - - Dallas - TX - 75223 - 924 Wayne Street - - Dallas - TX - 75223 - Mr. - F224133 - L224133 - - Board President - 224133@hsesinfo.org - Ms. - F224134 - L224134 - - - 224134@hsesinfo.org - Ms. - F224136 - L224136 - - 224136@hsesinfo.org - Ms. - F224132 - L224132 - - 224132@hsesinfo.org - 555-555-4132 x 5555 - - - 10836 - 1141 - 12806 - 000 - 2013 - 2020-01-01 - - AIAN HS - Active - AROOSTOOK BAND OF MICMAC INDIANS - abm@micmac-nsn.gov - 1141@hsesinfo.org - 56 Micmac Dr - Ste 3 - Presque Isle - ME - 04769-2010 - 7 Northern Rd - - Presque Isle - ME - 04769 - 7 Northern Rd - 7 Northern Road - Presque Isle - ME - 04769-2027 - Mr. - F224140 - L224140 - - Tribal Chief - 224140@hsesinfo.org - Ms. - F224141 - L224141 - - Tribal Administrator - 224141@hsesinfo.org - Mr. - F224143 - L224143 - - 224143@hsesinfo.org - Ms. - F224139 - L224139 - - 224139@hsesinfo.org - 555-555-4139 - - - 9210 - 551 - 11498 - 000 - 2013 - 2018-12-01 - - HS - Active - TRI-COUNTY COMMUNITY COUNCIL, INC - http://tricountyheadstart.com - 551@hsesinfo.org - 2499 Cypress Street - - Westville - FL - 32464 - PO Box 1210 - - Bonifay - FL - 32425-1210 - 302 N Oklahoma St - - Bonifay - FL - 32425-2224 - Mr. - F213010 - L213010 - - Board Chairman - 213010@hsesinfo.org - Mr. - F213011 - L213011 - - Executive Director - 213011@hsesinfo.org - Ms. - F213013 - L213013 - - 213013@hsesinfo.org - Mrs. - F213009 - L213009 - - 213009@hsesinfo.org - 555-555-3009 - - - 9211 - 2842 - 11498 - 200 - 2013 - 2018-12-01 - - EHS - Active - TRI-COUNTY COMMUNITY COUNCIL, INC - http://tricountyheadstart.com - 2842@hsesinfo.org - 2499 Cypress St - - Westville - FL - 32464-4246 - P.O. Box 1210 - - Bonifay - FL - 32425 - 302 N Oklahoma St - - Bonifay - FL - 32425-2224 - Mr. - F213017 - L213017 - - Board Chairman - 213017@hsesinfo.org - Mr. - F213018 - L213018 - - Executive Director - 213018@hsesinfo.org - Ms. - F213020 - L213020 - - 213020@hsesinfo.org - Mrs. - F213016 - L213016 - - 213016@hsesinfo.org - 555-555-3016 - - - 10844 - 1921 - 12821 - 000 - 1992 - 2020-01-01 - - HS - Active - Catholic Charities of the Diocese of Joliet, Inc. - http://www.cc-doj.org - 1921@hsesinfo.org - 203 North Ottawa Street, 3rd Floor - - Joliet - IL - 60432-4006 - 203 North Ottawa Street, 3rd Floor - - Joliet - IL - 60432-4006 - 203 North Ottawa Street, 3rd Floor - - Joliet - IL - 60432-4006 - Mr. - F224195 - L224195 - - Chairperson - 224195@hsesinfo.org - Mr. - F224196 - L224196 - - Executive Director - 224196@hsesinfo.org - Ms. - F224198 - L224198 - - 224198@hsesinfo.org - Mrs. - F224194 - L224194 - - 224194@hsesinfo.org - 555-555-4194 - - - 10845 - 1920 - 12821 - 200 - 2004 - 2020-01-01 - - EHS - Active - Catholic Charities of the Diocese of Joliet, Inc. - http://www.cc-doj.org - 1920@hsesinfo.org - 203 North Ottawa Street, 3rd Floor - - Joliet - IL - 60432-4006 - 203 North Ottawa Street, 3rd Floor - - Joliet - IL - 60432-4006 - 203 North Ottawa Street, 3rd Floor - - Joliet - IL - 60432-4006 - Mr. - F224202 - L224202 - - Chairperson - 224202@hsesinfo.org - Mr. - F224203 - L224203 - - Executive Director - 224203@hsesinfo.org - Ms. - F224205 - L224205 - - 224205@hsesinfo.org - Mrs. - F224201 - L224201 - - 224201@hsesinfo.org - 555-555-4201 - - - 10847 - 3161 - 12823 - 000 - 2014 - 2020-01-01 - - HS - Active - Region IX Education Cooperative - http://www.rec9nm.org - 3161@hsesinfo.org - 143 El Paso Rd - Ste 1 - Ruidoso - NM - 88345-6033 - 143 El Paso Rd - Ste 1 - Ruidoso - NM - 88345-6033 - 143 El Paso Rd - Ste 1 - Ruidoso - NM - 88345-6033 - Mr. - F224216 - L224216 - - Chairperson - 224216@hsesinfo.org - Mr. - F224217 - L224217 - - Executive Director - 224217@hsesinfo.org - Ms. - F224219 - L224219 - - 224219@hsesinfo.org - Ms. - F224215 - L224215 - - 224215@hsesinfo.org - 555-555-4215 - - - 10848 - 2998 - 12819 - 200 - 2011 - 2020-01-01 - - EHS - Active - United Way of Acadiana - www.unitedwayofacadiana.org - 2998@hsesinfo.org - 215 East Pinhook Road - - Lafayette - LA - 70501 - PO Box 52033 - - Lafayette - LA - 70505-2033 - 215 East Pinhook Road - - Lafayette - LA - 70501 - Mr. - F224223 - L224223 - - Board Chair - 224223@hsesinfo.org - Ms. - F224224 - L224224 - - President / CEO - 224224@hsesinfo.org - Mrs. - F224226 - L224226 - - 224226@hsesinfo.org - Mrs. - F224222 - L224222 - - 224222@hsesinfo.org - 555-555-4222 - - - 10849 - 3097 - 12824 - 200 - 2011 - 2020-01-01 - - EHS - Active - Tulsa Educare, Inc. - www.tulsaeducare.org - 3097@hsesinfo.org - 2511 E 5th Pl - - Tulsa - OK - 74104-2804 - 2190 S 67th East Ave - - Tulsa - OK - 74129-2008 - 2190 S 67th East Ave - - Tulsa - OK - 74129-2008 - Ms. - F224230 - L224230 - - Senior Program Officer; George Kaiser Family Foundation - 224230@hsesinfo.org - Ms. - F224231 - L224231 - - - 224231@hsesinfo.org - Ms. - F224233 - L224233 - - 224233@hsesinfo.org - Ms. - F224229 - L224229 - - 224229@hsesinfo.org - 555-555-4229 - - - 11573 - 576 - 13378 - 200 - 2003 - 2020-07-01 - - EHS - Active - Douglas-Cherokee Economic Authority, Inc. - http://www.dceaheadstart.org - 576@hsesinfo.org - 534 E 1st North St - - Morristown - TN - 37814-4716 - 534 E 1st North St - - Morristown - TN - 37814-4716 - 534 E 1st North St - - Morristown - TN - 37814-4716 - Ms. - F228979 - L228979 - - Board Chairperson - 228979@hsesinfo.org - Ms. - F228980 - L228980 - - Executive Director - 228980@hsesinfo.org - Ms. - F228982 - L228982 - - 228982@hsesinfo.org - Mr. - F228978 - L228978 - - 228978@hsesinfo.org - 555-555-8978 x 5555 - - - 10852 - 1161 - 12818 - 000 - 1992 - 2020-01-01 - - AIAN HS - Active - PASCUA YAQUI TRIBE - http://www.pascuayaqui-nsn.gov/index.php/early-childhood - 1161@hsesinfo.org - 5060 W Calle Tetakusim - - Tucson - AZ - 85757-9016 - 7474 South Camino De Oeste - - Tucson - AZ - 85757-9308 - 7474 South Camino De Oeste - - Tucson - AZ - 85757-9308 - Mr. - F224251 - L224251 - - Tribal Chairman - 224251@hsesinfo.org - Ms. - F224252 - L224252 - - Director of Education - 224252@hsesinfo.org - Ms. - F224254 - L224254 - - 224254@hsesinfo.org - Mrs. - F224250 - L224250 - - 224250@hsesinfo.org - 555-555-4250 - - - 10393 - 5940 - 12401 - 200 - - 2019-08-01 - - EHS - Active - Raleigh County Community Action Association, Inc. - www.rccaa.org - 5940@hsesinfo.org - 111 Willow Ln - - Beckley - WV - 25801-5521 - 111 Willow Ln - - Beckley - WV - 25801-5521 - 111 Willow Ln - - Beckley - WV - 25801-5521 - Miss - F221092 - L221092 - - President - 221092@hsesinfo.org - Mr. - F221093 - L221093 - - Interim Executive Director - 221093@hsesinfo.org - Ms. - F221095 - L221095 - - 221095@hsesinfo.org - Ms. - F221091 - L221091 - - 221091@hsesinfo.org - 555-555-1091 x 5555 - - - 10850 - 2449 - 12822 - 000 - 2014 - 2019-12-01 - - AIAN HS - Active - Tanana Chiefs Conference - http://www.tananachiefs.org - 2449@hsesinfo.org - 122 First Avenue, Suite 600 - - Fairbanks - AK - 99701-4871 - 122 First Avenue, Suite 600 - - Fairbanks - AK - 99701-4871 - 122 First Avenue, Suite 600 - - Fairbanks - AK - 99701-4871 - Mr. - F224237 - L224237 - - President - 224237@hsesinfo.org - Atty. - F224238 - L224238 - - Executive Director of Tribal Client Services and Tribal Governance - 224238@hsesinfo.org - Mr. - F224240 - L224240 - - 224240@hsesinfo.org - Mrs. - F224236 - L224236 - - 224236@hsesinfo.org - 555-555-4236 x 5555 - - - 10851 - 2627 - 12822 - 200 - 2014 - 2019-12-01 - - AIAN EHS - Active - Tanana Chiefs Conference - www.tananachiefs.org - 2627@hsesinfo.org - 122 First Avenue, Suite 600 - - Fairbanks - AK - 99701 - 122 First Avenue, Suite 600 - - Fairbanks - AK - 99701 - 122 First Avenue, Suite 600 - - Fairbanks - AK - 99701 - Mr. - F224244 - L224244 - - President - 224244@hsesinfo.org - Atty. - F224245 - L224245 - - Executive Director of Tribal Client Services and Tribal Governance - 224245@hsesinfo.org - Mr. - F224247 - L224247 - - 224247@hsesinfo.org - Mrs. - F224243 - L224243 - - 224243@hsesinfo.org - 555-555-4243 x 5555 - - - 11574 - 2986 - 13373 - 200 - 2011 - 2020-07-01 - - EHS - Active - Monroe County Intermediate School District - http://www.monroeisd.us - 2986@hsesinfo.org - 1101 S Raisinville Rd - - Monroe - MI - 48161-9047 - 1101 S Raisinville Rd - - Monroe - MI - 48161-9047 - 1101 S Raisinville Rd - - Monroe - MI - 48161-9047 - Mr. - F228986 - L228986 - - Board of Education President - 228986@hsesinfo.org - Dr. - F228987 - L228987 - - Superintendent - 228987@hsesinfo.org - Ms. - F228989 - L228989 - - 228989@hsesinfo.org - Mrs. - F228985 - L228985 - - 228985@hsesinfo.org - 555-555-8985 - - - 11575 - 724 - 13368 - 000 - 1992 - 2020-07-01 - - HS - Active - Delta Community Action Association, Inc. - - 724@hsesinfo.org - 611 N Cedar St - - Tallulah - LA - 71282-3301 - PO Box 352 - - Tallulah - LA - 71284-0352 - 611 N Cedar St - - Tallulah - LA - 71282-3301 - Mr. - F228993 - L228993 - - Board Chairperson - 228993@hsesinfo.org - Mr. - F228994 - L228994 - - Executive Director - 228994@hsesinfo.org - Ms. - F228996 - L228996 - - 228996@hsesinfo.org - Mr. - F228992 - L228992 - III - 228992@hsesinfo.org - 555-555-8992 - - - 11576 - 2741 - 13368 - 200 - 2011 - 2020-07-01 - - EHS - Active - DELTA COMMUNITY ACTION ASSOCIATION - - 2741@hsesinfo.org - 611 N Cedar St - - Tallulah - LA - 71282-3301 - PO Box 352 - P.O. Box 352 - Tallulah - LA - 71284-0352 - 611 N Cedar St - - Tallulah - LA - 71282-3301 - Mr. - F229000 - L229000 - - Board Chairperson - 229000@hsesinfo.org - Mr. - F229001 - L229001 - - Executive Director - 229001@hsesinfo.org - Ms. - F229003 - L229003 - - 229003@hsesinfo.org - Mr. - F228999 - L228999 - - 228999@hsesinfo.org - 555-555-8999 - - - 11577 - 5371 - 13382 - 000 - 2014 - 2020-07-01 - - HS - Active - The Newark Public Schools - www.nps.k12.nj.us - 5371@hsesinfo.org - 24 Crane St - - Newark - NJ - 07104-2562 - 24 Crane St - 4th Floor, Room 409 - Newark - NJ - 07104-2562 - 24 Crane St - 4th Floor, Room 409 - Newark - NJ - 07104-2562 - Mr. - F229007 - L229007 - - Superintendent - 229007@hsesinfo.org - Ms. - F229008 - L229008 - - Executive Director of Early Childhood - 229008@hsesinfo.org - Mr. - F229010 - L229010 - - 229010@hsesinfo.org - Mrs. - F229006 - L229006 - - 229006@hsesinfo.org - 555-555-9006 - - - 11578 - 2318 - 13377 - 000 - 1992 - 2020-07-01 - - HS - Active - ACCORD Corporation - www.accordcorp.org - 2318@hsesinfo.org - 84 Schuyler St - - Belmont - NY - 14813-1051 - PO Box 573 - - Belmont - NY - 14813-0573 - 84 Schuyler St - - Belmont - NY - 14813-1051 - Mrs. - F229014 - L229014 - - Board Chairperson - 229014@hsesinfo.org - Ms. - F229015 - L229015 - - Executive Director - 229015@hsesinfo.org - Mr. - F229017 - L229017 - - 229017@hsesinfo.org - Ms. - F229013 - L229013 - - 229013@hsesinfo.org - 555-555-9013 x 5555 - - - 11579 - 2319 - 13377 - 200 - 1992 - 2020-07-01 - - EHS - Active - ACCORD Corporation - http://www.accordcorp.org - 2319@hsesinfo.org - 84 Schuyler St - - Belmont - NY - 14813-1051 - PO Box 573 - - Belmont - NY - 14813-0573 - 84 Schuyler St - - Belmont - NY - 14813-1051 - Mrs. - F229021 - L229021 - - Board Chairperson - 229021@hsesinfo.org - Ms. - F229022 - L229022 - - Executive Director - 229022@hsesinfo.org - Mr. - F229024 - L229024 - - 229024@hsesinfo.org - Ms. - F229020 - L229020 - - 229020@hsesinfo.org - 555-555-9020 x 5555 - - - 8664 - 8527 - 11048 - 000 - 2017 - 2017-07-01 - - HS - Active - MUNICIPALITY OF HUMACAO - - 8527@hsesinfo.org - Avenida Tejas - Carretera 908 Edificio Palma Hills ( Antiguo Jf Montalvo) - Humacao - PR - 00792 - P.O BOX 9113 - - HUMACAO - PR - 00792-0178 - Avenida Tejas - Carretera 908 Edificio Palma Hills ( Antiguo Jf Montalvo) - Humacao - PR - 00792 - Mrs. - F209157 - L209157 - - Governing Board Chairman - 209157@hsesinfo.org - Mrs. - F209158 - L209158 - - Director - 209158@hsesinfo.org - Mrs. - F209160 - L209160 - - 209160@hsesinfo.org - Mrs. - F209156 - L209156 - - 209156@hsesinfo.org - 555-555-9156 - - - 10558 - 1701 - 12548 - 200 - 2014 - 2019-09-01 - - EHS - Active - UNIVERSITY SETTLEMENT SOCIETY OF NEW YORK - http://www.universitysettlement.org - 1701@hsesinfo.org - 184 Eldridge Street - - New York - NY - 10002-2924 - 184 Eldridge Street - - New York - NY - 10002-2924 - 184 Eldridge Street - - New York - NY - 10002-2924 - Mr. - F222245 - L222245 - - Board Chair - 222245@hsesinfo.org - Dr. - F222246 - L222246 - - Executive Director - 222246@hsesinfo.org - Ms. - F222248 - L222248 - - 222248@hsesinfo.org - Ms. - F222244 - L222244 - - 222244@hsesinfo.org - 555-555-2244 - - - 8509 - 8389 - 10917 - 200 - 2017 - 2017-03-01 - - EHS - Active - University Settlement Society of New York, Inc. - www.universitysettlement.org - 8389@hsesinfo.org - 184 Eldridge Street - - New York - NY - 10002-2924 - 184 Eldridge Street - - New York - NY - 10002-2924 - 184 Eldridge Street - - New York - NY - 10002-2924 - Mr. - F208289 - L208289 - - Board Chair - 208289@hsesinfo.org - Dr. - F208290 - L208290 - - Executive Director - 208290@hsesinfo.org - Mrs. - F208292 - L208292 - - 208292@hsesinfo.org - Ms. - F208288 - L208288 - - 208288@hsesinfo.org - 555-555-8288 - - - 10861 - 1963 - 12850 - 000 - 2014 - 2020-01-01 - - HS - Active - Schenectady Community Action Program, Inc. - http://www.scapny.org - 1963@hsesinfo.org - Schenectady Community Action Program - 913 Albany Street - Schenectady - NY - 12307 - Schenectady Community Action Program - 913 Albany Street - Schenectady - NY - 12307 - Schenectady Community Action Program - 913 Albany Street - Schenectady - NY - 12307 - Ms. - F224315 - L224315 - - Board President - 224315@hsesinfo.org - Ms. - F224316 - L224316 - - - 224316@hsesinfo.org - Ms. - F224318 - L224318 - - 224318@hsesinfo.org - Ms. - F224314 - L224314 - - 224314@hsesinfo.org - 555-555-4314 - - - 10862 - 1729 - 12845 - 000 - 2014 - 2020-01-01 - - HS - Active - Project Social Care Head Start, Inc. - none - 1729@hsesinfo.org - 5902 - 14th Avenue - - Brooklyn - NY - 11219-5039 - 5902 - 14th Avenue - - Brooklyn - NY - 11219-5039 - 5902 - 14th Avenue - - Brooklyn - NY - 11219-5039 - Mr. - F224322 - L224322 - - CHAIRPERSON OF BOARD OF DIRECTORS - 224322@hsesinfo.org - Mr. - F224323 - L224323 - - - 224323@hsesinfo.org - Mrs. - F224325 - L224325 - - 224325@hsesinfo.org - Mr. - F224321 - L224321 - - 224321@hsesinfo.org - 555-555-4321 x 5555 - - - 10863 - 1986 - 12846 - 000 - 1996 - 2020-01-01 - - HS - Active - Cattaraugus & Wyoming Counties Project Head Start - http://www.headstartnetwork.com - 1986@hsesinfo.org - 101 South 19th Street - - Olean - NY - 14760-3325 - 101 South 19th Street - - Olean - NY - 14760-3325 - 101 South 19th Street - - Olean - NY - 14760-3325 - Ms. - F224329 - L224329 - - Board Chair - 224329@hsesinfo.org - Mr. - F224330 - L224330 - - - 224330@hsesinfo.org - Ms. - F224332 - L224332 - - 224332@hsesinfo.org - Mr. - F224328 - L224328 - - 224328@hsesinfo.org - 555-555-4328 - - - 10864 - 1985 - 12846 - 200 - 2014 - 2020-01-01 - - EHS - Active - CATTARAUGUS COUNTY PROJECT HEAD START, INC. - http://www.headstartnetwork.com - 1985@hsesinfo.org - 101 South 19th Street - - Olean - NY - 14760-3325 - 101 South 19th Street - - Olean - NY - 14760-3325 - 101 South 19th Street - - Olean - NY - 14760-3325 - Ms. - F224336 - L224336 - - Board Chair - 224336@hsesinfo.org - Mr. - F224337 - L224337 - - - 224337@hsesinfo.org - Ms. - F224339 - L224339 - - 224339@hsesinfo.org - Mr. - F224335 - L224335 - - 224335@hsesinfo.org - 555-555-4335 - - - 10867 - 3239 - 12847 - 200 - 2015 - 2020-01-01 - - EHS - Active - B'Above Worldwide Institute Inc. - - 3239@hsesinfo.org - 13411 Kew Gardens Rd - - Richmond Hill - NY - 11418-1930 - 13411 Kew Gardens Rd - - Richmond Hill - NY - 11418-1930 - 13411 Kew Gardens Rd - - Richmond Hill - NY - 11418-1930 - Mr. - F224357 - L224357 - - Chairman - 224357@hsesinfo.org - Rabbi - F224358 - L224358 - - - 224358@hsesinfo.org - Ms. - F224360 - L224360 - - 224360@hsesinfo.org - Ms. - F224356 - L224356 - - 224356@hsesinfo.org - 555-555-4356 - - - 10869 - 2990 - 12843 - 200 - 2011 - 2020-01-01 - - EHS - Active - Early Head Start Municipio de San German - www.municipiodesangerman.com - 2990@hsesinfo.org - Apartado 85 - - San Germán - PR - 00683-0686 - Apartado 85 - - San Germán - PR - 00683-0686 - Apartado 85 - - San Germán - PR - 00683-0686 - Hon. - F224371 - L224371 - - Mayor City Of San German - 224371@hsesinfo.org - Mrs. - F224372 - L224372 - - Early Head Start & Head Start Director - 224372@hsesinfo.org - Mrs. - F224374 - L224374 - - 224374@hsesinfo.org - Mrs. - F224370 - L224370 - - 224370@hsesinfo.org - 555-555-4370 - - - 10870 - 2879 - 12852 - 200 - 2015 - 2020-01-01 - - EHS - Active - Bais Yaakov Faigeh Schonberger of Adas Yereim - - 2879@hsesinfo.org - 1169 43rd Street - - Brooklyn - NY - 11219 - 1169 43rd Street - - Brooklyn - NY - 11219 - 1169 43rd Street - - Brooklyn - NY - 11219 - Mr. - F224378 - L224378 - - - 224378@hsesinfo.org - Mr. - F224379 - L224379 - - - 224379@hsesinfo.org - Mrs. - F224381 - L224381 - - 224381@hsesinfo.org - Mrs. - F224377 - L224377 - - 224377@hsesinfo.org - 555-555-4377 x 5555 - - - 10871 - 2993 - 12851 - 200 - 2015 - 2020-01-01 - - EHS - Active - SCO Family Services - www.sco.org - 2993@hsesinfo.org - 225 Newport St - - Brooklyn - NY - 11212 - 225 Newport St - - Brooklyn - NY - 11212 - 1 Alexander Place - - Glen Cove - NY - 11542 - Mr. - F224385 - L224385 - - Board Chair - 224385@hsesinfo.org - Mr. - F224386 - L224386 - - Executive Director - 224386@hsesinfo.org - Mr. - F224388 - L224388 - - 224388@hsesinfo.org - Ms. - F224384 - L224384 - - 224384@hsesinfo.org - 555-555-4384 - - - 10872 - 2943 - 12848 - 200 - 2011 - 2020-01-01 - - EHS - Active - Professional Family Care Services, Inc. - www.pfcs.org - 2943@hsesinfo.org - 937 Menoher Blvd. - - Johnstown - PA - 15905-2838 - 929 Menoher Blvd. - - Johnstown - PA - 15905-2834 - 937 Menoher Blvd. - - Johnstown - PA - 15905-2838 - Mr. - F224392 - L224392 - - President Board of Directors - 224392@hsesinfo.org - Mrs. - F224393 - L224393 - - - 224393@hsesinfo.org - Mrs. - F224395 - L224395 - - 224395@hsesinfo.org - Mrs. - F224391 - L224391 - - 224391@hsesinfo.org - 555-555-4391 - - - 10874 - 1242 - 12849 - 000 - 1991 - 2020-01-01 - - HS - Active - Adams-Brown Counties Economic Opportunities, Inc. - abceoi.org - 1242@hsesinfo.org - 406 W. Plum Street - - Georgetown - OH - 45121-1241 - 406 W Plum St - - Georgetown - OH - 45121-1056 - 406 W. Plum Street - - Georgetown - OH - 45121-1241 - Mr. - F224406 - L224406 - - Brown Co. Commissioner - 224406@hsesinfo.org - Mr. - F224407 - L224407 - - Executive Director - 224407@hsesinfo.org - Ms. - F224409 - L224409 - - 224409@hsesinfo.org - Ms. - F224405 - L224405 - - 224405@hsesinfo.org - 555-555-4405 x 5555 - - - 10875 - 1243 - 12849 - 200 - 2003 - 2020-01-01 - - EHS - Active - Adams-Brown Counties Economic Opportunities, Inc. - abceoi.org - 1243@hsesinfo.org - 10140 State Route 125 - - Russellville - OH - 45168-8917 - 406 W Plum St - - Georgetown - OH - 45121-1056 - 406 W. Plum St. - - Georgetown - OH - 45121-1241 - Mr. - F224413 - L224413 - - Brown Co. Commissioner - 224413@hsesinfo.org - Mr. - F224414 - L224414 - - Executive Director - 224414@hsesinfo.org - Ms. - F224416 - L224416 - - 224416@hsesinfo.org - Ms. - F224412 - L224412 - - 224412@hsesinfo.org - 555-555-4412 x 5555 - - - 10876 - 1632 - 12853 - 200 - 2015 - 2020-01-01 - - EHS - Active - Central Texas 4C, Inc. - www.ct4c.org - 1632@hsesinfo.org - 504 N 5th St - - Temple - TX - 76501-3112 - P.O. Box 367 - - Temple - TX - 76503-0367 - 504 N 5th St - - Temple - TX - 76501-3112 - Mrs. - F224420 - L224420 - - President, Central Texas 4C, Inc. Board of Directors - 224420@hsesinfo.org - Mrs. - F224421 - L224421 - M.S. - Executive Director - 224421@hsesinfo.org - Ms. - F224423 - L224423 - - 224423@hsesinfo.org - Mrs. - F224419 - L224419 - - 224419@hsesinfo.org - 555-555-4419 x 5555 - - - 10877 - 2429 - 12839 - 200 - 2015 - 2020-01-01 - - EHS - Active - University of California-Los Angeles, Board of Regents - www.uclahealth.org/earlyheadstart - 2429@hsesinfo.org - 14423 Van Nuys Blvd - - Arleta - CA - 91331-5141 - 14423 Van Nuys Blvd - - Arleta - CA - 91331-5141 - Office of Contract & Grant Administration - 10889 Wilshire Blvd. Suite 700 - Los Angeles - CA - 90095-1406 - Mr. - F224427 - L224427 - - Finance and Research Director/Board Chair - 224427@hsesinfo.org - Ms. - F224428 - L224428 - - Executive Director - 224428@hsesinfo.org - Ms. - F224430 - L224430 - - 224430@hsesinfo.org - Ms. - F224426 - L224426 - M.A. - 224426@hsesinfo.org - 555-555-4426 x 5555 - - - 10878 - 2987 - 12842 - 200 - 2015 - 2020-01-01 - - EHS - Active - EDUCATIONAL SERVICE DISTRICT #112 - www.esd112.org - 2987@hsesinfo.org - 2500 NE 65th Avenue - - Vancouver - WA - 98661-6812 - 2500 NE 65th Avenue - - Vancouver - WA - 98661-6812 - 2500 NE 65th Avenue - - Vancouver - WA - 98661-6812 - Ms. - F224434 - L224434 - - Board Chair - 224434@hsesinfo.org - Ms. - F224435 - L224435 - - Executive Director of Early Care and Education - 224435@hsesinfo.org - Ms. - F224437 - L224437 - - 224437@hsesinfo.org - Ms. - F224433 - L224433 - - 224433@hsesinfo.org - 555-555-4433 - - - 10879 - 3234 - 12841 - 200 - 2015 - 2020-01-01 - - EHS - Active - SNOHOMISH COUNTY HUMAN SERVICES DEPARTMENT - http://ww1.co.snohomish - 3234@hsesinfo.org - 3000 Rockefeller Ave M//S 305 - - Everett - WA - 98201 - 3000 Rockefeller Ave M//S 305 - - Everett - WA - 98201 - 3000 Rockefeller Ave M//S 305 - - Everett - WA - 98201 - Mr. - F224441 - L224441 - - Snohomish County Executive - 224441@hsesinfo.org - Mrs. - F224442 - L224442 - - - 224442@hsesinfo.org - Ms. - F224444 - L224444 - - 224444@hsesinfo.org - Ms. - F224440 - L224440 - - 224440@hsesinfo.org - 555-555-4440 - - - 8665 - 8528 - 11048 - 200 - 2017 - 2017-07-01 - - EHS - Active - MUNICIPALITY OF HUMACAO - - 8528@hsesinfo.org - Avenida Tejas - Carretera 908 Edificio Palma Hills (Antiguo Jf Montalvo) - Humacao - PR - 00792 - PO Box 9113 - - Humacao - PR - 00792-9113 - Avenida Tejas - Carretera 908 Edificio Palma Hills (Antiguo Jf Montalvo) - Humacao - PR - 00792 - Mrs. - F209164 - L209164 - - Governing Board Chairman - 209164@hsesinfo.org - Mrs. - F209165 - L209165 - - Director - 209165@hsesinfo.org - Mrs. - F209167 - L209167 - - 209167@hsesinfo.org - Mrs. - F209163 - L209163 - - 209163@hsesinfo.org - 555-555-9163 - - - 6958 - 502 - 10420 - 000 - 1991 - 2015-11-01 - 2020-10-31 - HS - Inactive - University of Southern California - www.usc.edu/ext-relations/ccr/programs/sece/ - 502@hsesinfo.org - 3716 S Hope St - # 366 - Los Angeles - CA - 90089-7706 - 3716 S Hope St - # 366 - Los Angeles - CA - 90089-7706 - 3716 S Hope St - # 366 - Los Angeles - CA - 90089-7706 - Dr. - F204368 - L204368 - - Associate Vice President - 204368@hsesinfo.org - Ms. - F204369 - L204369 - - Interim Executive Director - 204369@hsesinfo.org - Mr. - F204371 - L204371 - - 204371@hsesinfo.org - Ms. - F204367 - L204367 - - 204367@hsesinfo.org - 555-555-4367 - - - 6472 - 1726 - 10123 - 000 - 1992 - 2015-07-01 - 2020-05-31 - HS - Inactive - Pittsylvania County Community Action, Inc. - http://www.pccainc.org - 1726@hsesinfo.org - 514 S Main St - - Chatham - VA - 24531-3404 - PO Box 1119 - - Chatham - VA - 24531-1119 - 348 N Main St - - Chatham - VA - 24531-4406 - Mr. - F200974 - L200974 - - PCCA Agency, Board Chariman - 200974@hsesinfo.org - Mrs. - F200975 - L200975 - - Executive Director - 200975@hsesinfo.org - Ms. - F200977 - L200977 - - 200977@hsesinfo.org - Ms. - F200973 - L200973 - - 200973@hsesinfo.org - 555-555-0973 x 5555 - - - 11580 - 937 - 13381 - 000 - 1992 - 2020-07-01 - - HS - Active - COLUMBIA DAY CARE PROGRAM, INC - www.columbiachilddevelopment.org - 937@hsesinfo.org - 215 East 5th Street - - Bloomsburg - PA - 17815-2308 - 215 East 5th Street - - Bloomsburg - PA - 17815-2308 - 215 East 5th Street - - Bloomsburg - PA - 17815-2308 - Ms. - F229028 - L229028 - - - 229028@hsesinfo.org - Ms. - F229029 - L229029 - - - 229029@hsesinfo.org - Pastor - F229031 - L229031 - - 229031@hsesinfo.org - Ms. - F229027 - L229027 - - 229027@hsesinfo.org - 555-555-9027 - - - 9470 - 1245 - 11685 - 000 - 2014 - 2019-04-01 - - HS - Active - LEADS, Inc. - http://www.leadscaa.org - 1245@hsesinfo.org - 159 Wilson Street - - Newark - OH - 43055-4921 - 159 Wilson St - - Newark - OH - 43055-4921 - 159 Wilson St - - Newark - OH - 43055-4921 - Ms. - F214787 - L214787 - - Chairperson - 214787@hsesinfo.org - Mr. - F214788 - L214788 - - LEADS CEO - 214788@hsesinfo.org - Mrs. - F214790 - L214790 - - 214790@hsesinfo.org - Ms. - F214786 - L214786 - - 214786@hsesinfo.org - 555-555-4786 - - - 9471 - 2805 - 11685 - 200 - 2014 - 2019-04-01 - - EHS - Active - LEADS, INC.. - www.leadscaa.org - 2805@hsesinfo.org - 159 Wilson Street - - Newark - OH - 43055 - 159 Wilson Street - - Newark - OH - 43055 - 159 Wilson Street - - Newark - OH - 43055 - Ms. - F214794 - L214794 - - Board Chairperson - 214794@hsesinfo.org - Mr. - F214795 - L214795 - - - 214795@hsesinfo.org - Mrs. - F214797 - L214797 - - 214797@hsesinfo.org - Ms. - F214793 - L214793 - - 214793@hsesinfo.org - 555-555-4793 - - - 5766 - 2766 - 9527 - 200 - 2011 - 2015-01-01 - 2020-06-30 - EHS - Inactive - City-Parish of East Baton Rouge - www.brgov.com/dept/headstart/ - 2766@hsesinfo.org - 4523 PLANK ROAD - - BATON ROUGE - LA - 70805-4138 - 4523 PLANK ROAD - - BATON ROUGE - LA - 70805-4138 - 4523 PLANK ROAD - - BATON ROUGE - LA - 70805-4138 - Mrs. - F104935 - L104935 - - Mayor-President - 104935@hsesinfo.org - Ms. - F104933 - L104933 - - Director DHDS - 104933@hsesinfo.org - Ms. - F104932 - L104932 - - 104932@hsesinfo.org - Mrs. - F104930 - L104930 - - 104930@hsesinfo.org - 555-555-4930 - - - 9344 - 2325 - 11593 - 000 - 2014 - 2019-02-01 - - HS - Active - Action for a Better Community, Inc - www.abcinfo.org - 2325@hsesinfo.org - 400 West Ave - 3rd fl - Rochester - NY - 14611-2538 - 400 West Ave - 3rd fl - Rochester - NY - 14611-2538 - 400 West Ave - 3rd fl - Rochester - NY - 14611-2538 - Mr. - F213935 - L213935 - - Board Chair - 213935@hsesinfo.org - Mr. - F213936 - L213936 - - - 213936@hsesinfo.org - Mr. - F213938 - L213938 - - 213938@hsesinfo.org - Mrs. - F213934 - L213934 - - 213934@hsesinfo.org - 555-555-3934 x 5555 - - - 9346 - 2324 - 11593 - 200 - 2014 - 2019-02-01 - - EHS - Active - Action for a Better Community, Inc - www.abcinfo.org - 2324@hsesinfo.org - 400 West Ave - 3rd fl - Rochester - NY - 14611-2538 - 400 West Ave - 3rd fl - Rochester - NY - 14611-2538 - 400 West Ave - 3rd fl - Rochester - NY - 14611-2538 - Mr. - F213949 - L213949 - - Board Chair - 213949@hsesinfo.org - Mr. - F213950 - L213950 - - - 213950@hsesinfo.org - Mr. - F213952 - L213952 - - 213952@hsesinfo.org - Mrs. - F213948 - L213948 - - 213948@hsesinfo.org - 555-555-3948 x 5555 - - - 10881 - 2067 - 12869 - 000 - 2014 - 2020-01-01 - - HS - Active - Ponce Municipality Head Start Program - - 2067@hsesinfo.org - Las Americas Commercial Park - Villa Street, Route 500 North - Ponce - PR - 00731 - P.O. Box 32199 - - Ponce - PR - 00732-2199 - Las Americas Commercial Park - Villa Street, Route 500 North - Ponce - PR - 00731 - Hon. - F224459 - L224459 - - President, Governing Board - 224459@hsesinfo.org - Dr. - F224460 - L224460 - - - 224460@hsesinfo.org - Mr. - F224462 - L224462 - - 224462@hsesinfo.org - Dr. - F224458 - L224458 - - 224458@hsesinfo.org - 555-555-4458 x 5555 - - - 10882 - 2068 - 12869 - 200 - 2014 - 2020-01-01 - - EHS - Active - Ponce Municipality Head Start Program - www.visitponce.com - 2068@hsesinfo.org - Las Americas Commercial Park - Villa Street, Route 500 North - Ponce - PR - 00731 - P.O. Box 32199 - - Ponce - PR - 00732-2199 - Las Americas Commercial Park - Villa Street, Route 500 North - Ponce - PR - 00731 - Hon. - F224466 - L224466 - - President,Governing Board - 224466@hsesinfo.org - Dr. - F224467 - L224467 - - - 224467@hsesinfo.org - Mr. - F224469 - L224469 - - 224469@hsesinfo.org - Dr. - F224465 - L224465 - - 224465@hsesinfo.org - 555-555-4465 x 5555 - - - 10886 - 5092 - 12868 - 200 - 2014 - 2020-01-01 - - EHS - Active - Porter-Leath - www.porterleath.org - 5092@hsesinfo.org - 3400 Prescott Rd - - Memphis - TN - 38118-3602 - 3400 Prescott Rd - - Memphis - TN - 38118-3602 - 3400 Prescott Rd - - Memphis - TN - 38118-3602 - Mr. - F224494 - L224494 - - Governing Board Chairperson - 224494@hsesinfo.org - Mr. - F224495 - L224495 - - President - 224495@hsesinfo.org - Mrs. - F224497 - L224497 - - 224497@hsesinfo.org - Mrs. - F224493 - L224493 - - 224493@hsesinfo.org - 555-555-4493 x 5555 - - - 10890 - 698 - 12857 - 000 - 2015 - 2020-01-01 - - HS - Active - Cooperative Educational Service Agency #2 - https://sites.google.com/site/jeffersoncoheadstart/ - 698@hsesinfo.org - 1541 Annex Road - - Jefferson - WI - 53549-9618 - 1541 Annex Road - - Jefferson - WI - 53549-9618 - 1541 Annex Road - - Jefferson - WI - 53549-9618 - Ms. - F224522 - L224522 - - CESA #2 BOC Chairperson - 224522@hsesinfo.org - Mr. - F224523 - L224523 - - CESA 2 Administrator - 224523@hsesinfo.org - Ms. - F224525 - L224525 - - 224525@hsesinfo.org - Ms. - F224521 - L224521 - - 224521@hsesinfo.org - 555-555-4521 - - - 10891 - 3231 - 12862 - 200 - 2015 - 2020-01-01 - - EHS - Active - La Casa de Esperanza, Inc. - www.lacasadeesperanza.org - 3231@hsesinfo.org - 410 Arcadian Avenue - - Waukesha - WI - 53186-5086 - 410 Arcadian Avenue - - Waukesha - WI - 53186-5086 - 410 Arcadian Avenue - - Waukesha - WI - 53186-5086 - Mr. - F224529 - L224529 - - President - 224529@hsesinfo.org - Dr. - F224530 - L224530 - - President and CEO - 224530@hsesinfo.org - Ms. - F224532 - L224532 - - 224532@hsesinfo.org - Ms. - F224528 - L224528 - - 224528@hsesinfo.org - 555-555-4528 - - - 11582 - 9457 - 13375 - 200 - 2020 - 2020-07-01 - - EHS - Active - Ross County Community Action Commission, Inc. - http://www.rossccac.org - 9457@hsesinfo.org - 250 N Woodbridge Ave - - Chillicothe - OH - 45601-2245 - 250 N Woodbridge Ave - - Chillicothe - OH - 45601-2245 - 250 N Woodbridge Ave - - Chillicothe - OH - 45601-2245 - Mr. - F229042 - L229042 - - Governing Board President - 229042@hsesinfo.org - Ms. - F229043 - L229043 - - Executive Direcetor - 229043@hsesinfo.org - Ms. - F229045 - L229045 - - 229045@hsesinfo.org - Ms. - F229041 - L229041 - - 229041@hsesinfo.org - 555-555-9041 x 5555 - - - 10894 - 3838 - 12874 - 001 - 2015 - 2020-01-01 - - HS - Active - Limon Head Start - N/A - 3838@hsesinfo.org - 1741 9th St - - Limon - CO - 80828 - PO Box 880 - - Limon - CO - 80828-0880 - 1741 9th St - - Limon - CO - 80828 - Mr. - F224550 - L224550 - - President of Executive Board - 224550@hsesinfo.org - Mr. - F224551 - L224551 - - Town of Limon Assistant Town Manager - 224551@hsesinfo.org - Mrs. - F224553 - L224553 - - 224553@hsesinfo.org - Mrs. - F224549 - L224549 - - 224549@hsesinfo.org - 555-555-4549 - - - 10896 - 2941 - 12858 - 200 - 2015 - 2020-01-01 - - EHS - Active - Rancho Santiago Community College District - www.rsccd.edu - 2941@hsesinfo.org - 2323 N Broadway - Ste 245 - Santa Ana - CA - 92706-1662 - 2323 N Broadway - Ste 245 - Santa Ana - CA - 92706-1662 - 2323 N Broadway - Ste 245 - Santa Ana - CA - 92706-1662 - Mr. - F224564 - L224564 - - Chancellor - 224564@hsesinfo.org - Ms. - F224565 - L224565 - - - 224565@hsesinfo.org - Ms. - F224567 - L224567 - - 224567@hsesinfo.org - Ms. - F224563 - L224563 - - 224563@hsesinfo.org - 555-555-4563 - - - 10897 - 1299 - 12865 - 000 - 1991 - 2020-01-01 - - HS - Active - KIDS & COMPANY OF LINN COUNTY - www.kidcoheadstart.org - 1299@hsesinfo.org - 300 Market Street - Suite 200 - Lebanon - OR - 97355-2282 - 300 Market Street - Suite 200 - Lebanon - OR - 97355-2282 - 300 Market Street - Suite 200 - Lebanon - OR - 97355-2282 - Mr. - F224571 - L224571 - - Board President - 224571@hsesinfo.org - Ms. - F224572 - L224572 - - Executive Director - 224572@hsesinfo.org - Ms. - F224574 - L224574 - - 224574@hsesinfo.org - Mr. - F224570 - L224570 - - 224570@hsesinfo.org - 555-555-4570 - - - 10898 - 2634 - 12865 - 200 - 2015 - 2020-01-01 - - EHS - Active - KIDS & COMPANY OF LINN COUNTY - www.kidcoheadstart.org - 2634@hsesinfo.org - 300 Market St. - Suite 200 - LEBANON - OR - 97355 - 300 Market St. - Suite 200 - LEBANON - OR - 97355 - 300 Market St. - Suite 200 - LEBANON - OR - 97355 - Mr. - F224578 - L224578 - - Board President - 224578@hsesinfo.org - Ms. - F224579 - L224579 - - Executive Director - 224579@hsesinfo.org - Ms. - F224581 - L224581 - - 224581@hsesinfo.org - Mr. - F224577 - L224577 - - 224577@hsesinfo.org - 555-555-4577 - - - 10900 - 2255 - 12866 - 000 - 2015 - 2020-01-01 - - HS - Active - NEIGHBORHOOD HOUSE, INC - http://www.nhwa.org - 2255@hsesinfo.org - 1225 S Weller St - Ste 510 - Seattle - WA - 98144-1906 - 1225 S Weller St - Ste 510 - Seattle - WA - 98144-1906 - 1225 S Weller St - Ste 510 - Seattle - WA - 98144-1906 - Ms. - F224592 - L224592 - - Board President - 224592@hsesinfo.org - Ms. - F224593 - L224593 - - Executive Director - 224593@hsesinfo.org - Ms. - F224595 - L224595 - - 224595@hsesinfo.org - Ms. - F224591 - L224591 - - 224591@hsesinfo.org - 555-555-4591 x 5555 - - - 10901 - 2254 - 12866 - 200 - 2015 - 2020-01-01 - - EHS - Active - NEIGHBORHOOD HOUSE, INC - http://www.nhwa.org - 2254@hsesinfo.org - 1225 S Weller St - Ste 510 - Seattle - WA - 98144-1906 - 1225 S Weller St - Ste 510 - Seattle - WA - 98144-1906 - 1225 S Weller St - Ste 510 - Seattle - WA - 98144-1906 - Ms. - F224599 - L224599 - - Board President - 224599@hsesinfo.org - Ms. - F224600 - L224600 - - Executive Director - 224600@hsesinfo.org - Ms. - F224602 - L224602 - - 224602@hsesinfo.org - Ms. - F224598 - L224598 - - 224598@hsesinfo.org - 555-555-4598 x 5555 - - - 10893 - 1464 - 12856 - 000 - 1998 - 2020-01-01 - - HS - Active - Town of Limon - www.townoflimon.com - 1464@hsesinfo.org - 1741 9th St - - Limon - CO - 80828 - PO Box 880 - - Limon - CO - 80828-0880 - 1741 9th St - - Limon - CO - 80828 - Mr. - F224543 - L224543 - - Board President - 224543@hsesinfo.org - Mr. - F224544 - L224544 - - Assistant Town Manager - 224544@hsesinfo.org - - F224546 - L224546 - - 224546@hsesinfo.org - Mrs. - F224542 - L224542 - - 224542@hsesinfo.org - 555-555-4542 - - - 10905 - 2994 - 12876 - 200 - 2015 - 2020-01-01 - - EHS - Active - Commonwealth of Pennsylvania - - 2994@hsesinfo.org - 333 Market St - Fl 6 - Harrisburg - PA - 17126-0333 - 333 Market St - Fl 6 - Harrisburg - PA - 17126 - 333 Market St - Fl 6 - Harrisburg - PA - 17126 - Ms. - F224627 - L224627 - - Board Chair - 224627@hsesinfo.org - Mrs. - F224628 - L224628 - - - 224628@hsesinfo.org - Ms. - F224630 - L224630 - - 224630@hsesinfo.org - Ms. - F224626 - L224626 - - 224626@hsesinfo.org - 555-555-4626 - - - 10906 - 3094 - 12875 - 200 - 2015 - 2020-01-01 - - EHS - Active - Governors State University - http://www.govst.edu/FamilyDevelopmentCenter/ - 3094@hsesinfo.org - 1 University Pkwy - - University Park - IL - 60484-3165 - 1 University Pkwy - - University Park - IL - 60484-3165 - 1 University Pkwy - - University Park - IL - 60484-3165 - Dr. - F224634 - L224634 - - Chair, Governance Group - 224634@hsesinfo.org - Dr. - F224635 - L224635 - - President - 224635@hsesinfo.org - Ms. - F224637 - L224637 - - 224637@hsesinfo.org - Ms. - F224633 - L224633 - - 224633@hsesinfo.org - 555-555-4633 - - - 10909 - 5825 - 12881 - 200 - - 2020-01-01 - - EHS - Active - Miami Valley Child Development Centers, Inc. - www.mvcdc.org - 5825@hsesinfo.org - 215 Horace St - - Dayton - OH - 45402-8318 - 215 Horace St - - Dayton - OH - 45402-8318 - 215 Horace St - - Dayton - OH - 45402-8318 - Mr. - F224655 - L224655 - - Board of Trustees Chair - 224655@hsesinfo.org - Ms. - F224656 - L224656 - - President/CEO - 224656@hsesinfo.org - Mr. - F224658 - L224658 - - 224658@hsesinfo.org - Ms. - F224654 - L224654 - - 224654@hsesinfo.org - 555-555-4654 x 5555 - - - 10911 - 2939 - 12878 - 200 - 2015 - 2020-01-01 - - EHS - Active - Child Crisis Arizona - http://www.childcrisisaz.org - 2939@hsesinfo.org - 402 N 24th St - - Phoenix - AZ - 85008-6014 - 402 N 24th St - - Phoenix - AZ - 85008-6014 - 817 N Country Club Dr - - Mesa - AZ - 85201-4105 - Mr. - F224669 - L224669 - - - 224669@hsesinfo.org - Ms. - F224670 - L224670 - - - 224670@hsesinfo.org - - F224672 - L224672 - - 224672@hsesinfo.org - Ms. - F224668 - L224668 - - 224668@hsesinfo.org - 555-555-4668 - - - 10912 - 2946 - 12877 - 200 - 2015 - 2020-01-01 - - EHS - Active - Pediatric Therapy Network - www.pediatrictherapynetwork.org - 2946@hsesinfo.org - 1815 West 213th St. - Suite 100 - Torrance - CA - 90501 - 1815 West 213th St. - Suite 100 - Torrance - CA - 90501 - 1815 West 213th St. - Suite 100 - Torrance - CA - 90501 - Ms. - F224676 - L224676 - - Board Chair - 224676@hsesinfo.org - Ms. - F224677 - L224677 - - - 224677@hsesinfo.org - Ms. - F224679 - L224679 - - 224679@hsesinfo.org - Ms. - F224675 - L224675 - - 224675@hsesinfo.org - 555-555-4675 x 5555 - - - 10913 - 2881 - 12882 - 200 - 2015 - 2020-01-01 - - EHS - Active - Through the Looking Glass - www.lookingglass.org - 2881@hsesinfo.org - 3075 Adeline Street, Suite #120 - - Berkeley - CA - 94703 - 3075 Adeline Street, Suite #120 - - Berkeley - CA - 94703 - 3075 Adeline Street, Suite #120 - - Berkeley - CA - 94703 - Ms. - F224683 - L224683 - - Board President - 224683@hsesinfo.org - Dr. - F224684 - L224684 - - - 224684@hsesinfo.org - Mrs. - F224686 - L224686 - - 224686@hsesinfo.org - Dr. - F224682 - L224682 - - 224682@hsesinfo.org - 555-555-4682 x 5555 - - - 9212 - 338 - 11499 - 000 - 2013 - 2018-12-01 - - HS - Active - AUDUBON AREA COMMUNITY SERVICES, INC - http://www.aacshs.org - 338@hsesinfo.org - 1700 West 5th Street - - Owensboro - KY - 42301 - 1700 West 5th Street - - Owensboro - KY - 42301 - 1700 West 5th Street - - Owensboro - KY - 42301 - Ms. - F213024 - L213024 - - Board Chair - 213024@hsesinfo.org - Mr. - F213025 - L213025 - - - 213025@hsesinfo.org - Ms. - F213027 - L213027 - - 213027@hsesinfo.org - Mr. - F213023 - L213023 - - 213023@hsesinfo.org - 555-555-3023 - - - 9213 - 339 - 11499 - 200 - 2013 - 2018-12-01 - - EHS - Active - AUDUBON AREA COMMUNITY SERVICES, INC - http://www.aacshs.org - 339@hsesinfo.org - 1700 West 5th Street - - Owensboro - KY - 42301 - 1700 West 5th Street - - Owensboro - KY - 42301 - 1700 West 5th Street - - Owensboro - KY - 42301 - Ms. - F213031 - L213031 - - Board Chair - 213031@hsesinfo.org - Mr. - F213032 - L213032 - - - 213032@hsesinfo.org - Ms. - F213034 - L213034 - - 213034@hsesinfo.org - Mr. - F213030 - L213030 - - 213030@hsesinfo.org - 555-555-3030 - - - 10475 - 6078 - 12461 - 200 - - 2019-09-01 - - EHS - Active - Audubon Area Community Services, Inc. - http://www.aacshs.org - 6078@hsesinfo.org - 1700 West 5th Street - - Owensboro - KY - 42301-1952 - 1700 West 5th Street - - Owensboro - KY - 42301-1952 - 1700 West 5th Street - - Owensboro - KY - 42301-1952 - Mrs. - F221666 - L221666 - - Board Chairperson - 221666@hsesinfo.org - Mr. - F221667 - L221667 - - Chief Executive Officer - 221667@hsesinfo.org - Ms. - F221669 - L221669 - - 221669@hsesinfo.org - Mr. - F221665 - L221665 - - 221665@hsesinfo.org - 555-555-1665 - - - 10740 - 3548 - 12736 - 001 - 2014 - 2019-11-01 - - HS - Active - Audubon Area Community Services, Inc. - http://www.audubon-area.com - 3548@hsesinfo.org - 1700 W. 5th Street - - Owensboro - KY - 42301 - 1700 W 5th St - - Owensboro - KY - 42301-1952 - 1700 W 5th St - - Owensboro - KY - 42301-1952 - Ms. - F223516 - L223516 - - Chariperson - 223516@hsesinfo.org - Mr. - F223517 - L223517 - - Chief Executive Officer - 223517@hsesinfo.org - Mr. - F223519 - L223519 - - 223519@hsesinfo.org - Mr. - F223515 - L223515 - - 223515@hsesinfo.org - 555-555-3515 - - - 11339 - 2287 - 13217 - 200 - 2004 - 2020-06-01 - - EHS - Active - Texas Tech University Center for Early Head Start - http://www.depts.ttu.edu/earlyheadstart/ - 2287@hsesinfo.org - 3315 E Broadway - - Lubbock - TX - 79403-6127 - 3315 E Broadway - - Lubbock - TX - 79403-6127 - 3315 E Broadway - - Lubbock - TX - 79403-6127 - Dr. - F227441 - L227441 - - - 227441@hsesinfo.org - Dr. - F227442 - L227442 - - Grant Manager - 227442@hsesinfo.org - Mr. - F227444 - L227444 - - 227444@hsesinfo.org - Mrs. - F227440 - L227440 - - 227440@hsesinfo.org - 555-555-7440 - - - 10917 - 2949 - 12886 - 200 - 2015 - 2020-01-01 - - EHS - Active - MEETING STREET - www.meetingstreet.org - 2949@hsesinfo.org - 1000 EDDY STREET - - PROVIDENCE - RI - 02905 - 1000 EDDY STREET - - PROVIDENCE - RI - 02905 - 1000 EDDY STREET - - PROVIDENCE - RI - 02905 - Mr. - F224718 - L224718 - - Chair, Board of Trustees - 224718@hsesinfo.org - Mr. - F224719 - L224719 - - President - 224719@hsesinfo.org - Ms. - F224721 - L224721 - - 224721@hsesinfo.org - Ms. - F224717 - L224717 - - 224717@hsesinfo.org - 555-555-4717 - - - 10918 - 2942 - 12897 - 200 - 2014 - 2020-01-01 - - EHS - Active - South Shore Stars, Inc. - www.southshorestars.org - 2942@hsesinfo.org - 200 MIDDLE STREET - - EAST WEYMOUTH - MA - 02189 - 200 MIDDLE STREET - - EAST WEYMOUTH - MA - 02189 - 200 MIDDLE STREET - - EAST WEYMOUTH - MA - 02189 - Mr. - F224725 - L224725 - - Board President - 224725@hsesinfo.org - Ms. - F224726 - L224726 - - - 224726@hsesinfo.org - - F224728 - L224728 - - 224728@hsesinfo.org - Ms. - F224724 - L224724 - - 224724@hsesinfo.org - 555-555-4724 - - - 10919 - 2452 - 12885 - 000 - 2015 - 2020-01-01 - - HS - Active - BELKNAP-MERRIMACK COUNTIES COMMUNITY ACTION PROGRAM, IN - http://www.bm-cap.org - 2452@hsesinfo.org - 2 Industrial Park Dr - - Concord - NH - 03301-8520 - PO Box 1016 - - Concord - NH - 03302-1016 - 2 Industrial Park Dr - - Concord - NH - 03301-8520 - Mr. - F224732 - L224732 - - President, Board of Directors - 224732@hsesinfo.org - Ms. - F224733 - L224733 - - Executive Director - 224733@hsesinfo.org - Ms. - F224735 - L224735 - - 224735@hsesinfo.org - Ms. - F224731 - L224731 - - 224731@hsesinfo.org - 555-555-4731 x 5555 - - - 10920 - 3225 - 12885 - 200 - 2015 - 2020-01-01 - - EHS - Active - BELKNAP-MERRIMACK COUNTIES COMMUNITY ACTION PROGRAM, IN - http://www.bm-cap.org - 3225@hsesinfo.org - 2 Industrial Park Dr - - Concord - NH - 03301-8520 - PO Box 1016 - - Concord - NH - 03302-1016 - 2 Industrial Park Dr - - Concord - NH - 03301-8520 - Mr. - F224739 - L224739 - - President, Board of Directors - 224739@hsesinfo.org - Ms. - F224740 - L224740 - - Executive Director - 224740@hsesinfo.org - Ms. - F224742 - L224742 - - 224742@hsesinfo.org - Ms. - F224738 - L224738 - - 224738@hsesinfo.org - 555-555-4738 x 5555 - - - 10921 - 2876 - 12890 - 200 - 2015 - 2020-01-01 - - EHS - Active - UNITED WAY OF GREATER NEW HAVEN - www.uwgnh.org - 2876@hsesinfo.org - 370 James Street - 4th Floor suite 403 - NEW HAVEN - CT - 06513 - 370 James Street - 4th Floor suite 403 - NEW HAVEN - CT - 06513 - 370 James Street - 4th Floor suite 403 - NEW HAVEN - CT - 06513 - Mr. - F224746 - L224746 - - - 224746@hsesinfo.org - Ms. - F224747 - L224747 - - - 224747@hsesinfo.org - Ms. - F224749 - L224749 - - 224749@hsesinfo.org - Ms. - F224745 - L224745 - - 224745@hsesinfo.org - 555-555-4745 - - - 10924 - 3100 - 12899 - 200 - 2015 - 2020-01-01 - - EHS - Active - AREA COOPERATIVE EDUCATIONAL SERVICES - www.aces.org - 3100@hsesinfo.org - 300 Washington St - - Middletown - CT - 06457-3222 - 300 Washington St - - Middletown - CT - 06457-3222 - 300 Washington St - - Middletown - CT - 06457-3222 - Mr. - F224767 - L224767 - - Governing Board Chair - 224767@hsesinfo.org - Dr. - F224768 - L224768 - Ed.D - Executive Director - 224768@hsesinfo.org - Ms. - F224770 - L224770 - - 224770@hsesinfo.org - Ms. - F224766 - L224766 - LMSW - 224766@hsesinfo.org - 555-555-4766 - - - 10925 - 3185 - 12898 - 200 - 2015 - 2020-01-01 - - EHS - Active - The Children`s Home Society of New Jersey - www.chsofnj.org - 3185@hsesinfo.org - 635 South Clinton Ave - - Trenton - NJ - 08611 - 635 South Clinton Ave - - Trenton - NJ - 08611 - 635 South Clinton Ave - - Trenton - NJ - 08611 - Mr. - F224774 - L224774 - - Board President - 224774@hsesinfo.org - Ms. - F224775 - L224775 - - - 224775@hsesinfo.org - Mr. - F224777 - L224777 - - 224777@hsesinfo.org - Mr. - F224773 - L224773 - - 224773@hsesinfo.org - 555-555-4773 x 5555 - - - 10929 - 1774 - 12887 - 200 - 2015 - 2020-01-01 - - EHS - Active - THE LEARNING CENTER FOR FAMILIES - www.rootforkids.org - 1774@hsesinfo.org - 2044 S. Mesa Palms Drive - - Saint George - UT - 84770 - 2044 S. Mesa Palms Drive - - Saint George - UT - 84770 - 2044 S. Mesa Palms Drive - - Saint George - UT - 84770 - Mr. - F224802 - L224802 - - President TLC for Families Board of Directors - 224802@hsesinfo.org - Ms. - F224803 - L224803 - - President and CEO - 224803@hsesinfo.org - Miss - F224805 - L224805 - - 224805@hsesinfo.org - Ms. - F224801 - L224801 - - 224801@hsesinfo.org - 555-555-4801 x 5555 - - - 10930 - 3189 - 12892 - 200 - 2015 - 2020-01-01 - - EHS - Active - Peninsula Family Service - www.peninsulafamilyservice.org - 3189@hsesinfo.org - 24 2nd Avenue - - San Mateo - CA - 94401 - 24 2nd Avenue - - San Mateo - CA - 94401 - 24 2nd Avenue - - San Mateo - CA - 94401 - Mr. - F224809 - L224809 - - Board Chair - 224809@hsesinfo.org - Ms. - F224810 - L224810 - - CEO - 224810@hsesinfo.org - Ms. - F224812 - L224812 - - 224812@hsesinfo.org - Ms. - F224808 - L224808 - - 224808@hsesinfo.org - 555-555-4808 x 5555 - - - 10931 - 2457 - 12894 - 000 - 2013 - 2020-01-01 - - AIAN HS - Active - CHEYENNE & ARAPAHO TRIBES OF OKLAHOMA - http://www.c-a-tribes.org/head-start - 2457@hsesinfo.org - 100 Red Moon Circle - - Concho - OK - 73022 - PO Box 167 - - Concho - OK - 73022-0167 - 100 Red Moon Circle - - Concho - OK - 73022 - Gov. - F224816 - L224816 - - - 224816@hsesinfo.org - Ms. - F224817 - L224817 - - - 224817@hsesinfo.org - Ms. - F224819 - L224819 - - 224819@hsesinfo.org - Mrs. - F224815 - L224815 - - 224815@hsesinfo.org - 555-555-4815 - - - 10932 - 4588 - 12902 - 000 - 2013 - 2020-01-01 - - AIAN HS - Active - CANKDESKA CIKANA COMMUNITY COLLEGE - http://www.littlehoop.edu - 4588@hsesinfo.org - 7656 Ephriam Hill Road - - Fort Totten - ND - 58335 - PO Box 269 - - Fort Totten - ND - 58335-0269 - 7656 Ephriam Hill Road - - Fort Totten - ND - 58335 - Dr. - F224823 - L224823 - - President - 224823@hsesinfo.org - Dr. - F224824 - L224824 - - President - 224824@hsesinfo.org - Ms. - F224826 - L224826 - - 224826@hsesinfo.org - Ms. - F224822 - L224822 - - 224822@hsesinfo.org - 555-555-4822 x 5555 - - - 10933 - 4589 - 12902 - 200 - 2013 - 2020-01-01 - - AIAN EHS - Active - CANKDESKA CIKANA COMMUNITY COLLEGE - http://www.littlehoop.edu - 4589@hsesinfo.org - 214 2nd St - - Fort Totten - ND - 58338 - PO Box 269 - - Fort Totten - ND - 58335-0269 - 214 2nd St - - Fort Totten - ND - 58338 - Dr. - F224830 - L224830 - - President - 224830@hsesinfo.org - Dr. - F224831 - L224831 - - President - 224831@hsesinfo.org - Ms. - F224833 - L224833 - - 224833@hsesinfo.org - Ms. - F224829 - L224829 - - 224829@hsesinfo.org - 555-555-4829 x 5555 - - - 10937 - 355 - 12895 - 000 - 1992 - 2020-01-01 - - AIAN HS - Active - OMAHA TRIBE OF NEBRASKA - - 355@hsesinfo.org - 204 Chief Street - - Macy - NE - 68039 - PO Box 368 - 101 Main St. - Macy - NE - 68039-0368 - 204 Chief Street - - Macy - NE - 68039 - Mr. - F224858 - L224858 - . - Chairman, Omaha Tribeof Nebraska - 224858@hsesinfo.org - Ms. - F224859 - L224859 - - Chief of Tribal Operations - 224859@hsesinfo.org - Ms. - F224861 - L224861 - - 224861@hsesinfo.org - Dr. - F224857 - L224857 - . - 224857@hsesinfo.org - 555-555-4857 - - - 10938 - 2499 - 12896 - 000 - 1992 - 2020-01-01 - - AIAN HS - Active - ASSOCIATION OF VILLAGE COUNCIL PRESIDENTS (ONAP) - http://www.avcp.org - 2499@hsesinfo.org - 570 3rd Ave - - Bethel - AK - 99559 - PO Box 219 - - Bethel - AK - 99559-0219 - 381 Main Street - - Bethel - AK - 99559 - Mr. - F224865 - L224865 - - AVCP Executive Board Chairman - 224865@hsesinfo.org - Ms. - F224866 - L224866 - - CEO - 224866@hsesinfo.org - Miss - F224868 - L224868 - - 224868@hsesinfo.org - Ms. - F224864 - L224864 - - 224864@hsesinfo.org - 555-555-4864 - - - 9549 - 3282 - 11769 - 000 - 2013 - 2019-04-01 - - HS - Active - YMCA of Central Ohio - ymcacolumbus.org - 3282@hsesinfo.org - 1907 Leonard Ave - Ste 100 - Columbus - OH - 43219-4504 - 1907 Leonard Ave - Ste 100 - Columbus - OH - 43219-4504 - 1907 Leonard Ave - Ste 100 - Columbus - OH - 43219-4504 - Ms. - F215340 - L215340 - - Board Chair - 215340@hsesinfo.org - Mr. - F215341 - L215341 - - President/CEO - 215341@hsesinfo.org - Mr. - F215343 - L215343 - - 215343@hsesinfo.org - Ms. - F215339 - L215339 - - 215339@hsesinfo.org - 555-555-5339 - - - 5275 - 3642 - 9122 - 005 - 2014 - 2014-07-01 - 2019-06-30 - Migrant HS - Inactive - Lessie Bates Davis Neighborhood House - www.lessiebatesdavis.org - 3642@hsesinfo.org - 1045 State Street - - East Saint Louis - IL - 62201-1907 - 1045 State Street - - East Saint Louis - IL - 62201-1907 - 1200 North 13th Street - - East St. Louis - IL - 62205 - Mr. - F53599 - L53599 - Jr. - Board President - 53599@hsesinfo.org - Mr. - F53597 - L53597 - - CEO - 53597@hsesinfo.org - Ms. - F53596 - L53596 - - 53596@hsesinfo.org - Ms. - F53595 - L53595 - - 53595@hsesinfo.org - 555-555-3595 x 5555 - - - 10939 - 935 - 12906 - 000 - 1991 - 2020-01-01 - - HS - Active - STEP, INC - http://www.stepincva.com/index.php - 935@hsesinfo.org - 200 Dent Street - - Rocky Mount - VA - 24151-1209 - 200 Dent Street - - Rocky Mount - VA - 24151-1209 - 200 Dent Street - - Rocky Mount - VA - 24151-1209 - Mrs. - F224872 - L224872 - - Board Chairperson - 224872@hsesinfo.org - Ms. - F224873 - L224873 - - Executive Director - 224873@hsesinfo.org - Mrs. - F224875 - L224875 - - 224875@hsesinfo.org - Mrs. - F224871 - L224871 - - 224871@hsesinfo.org - 555-555-4871 x 5555 - - - 10940 - 2786 - 12906 - 200 - 2011 - 2020-01-01 - - EHS - Active - STEP, INC - http://www.stepincva.com/index.php - 2786@hsesinfo.org - 200 Dent Street - - Rocky Mount - VA - 24151 - 200 Dent Street - - Rocky Mount - VA - 24151 - 200 Dent Street - - Rocky Mount - VA - 24151 - Mrs. - F224879 - L224879 - - Board Chairperson - 224879@hsesinfo.org - Ms. - F224880 - L224880 - - Executive Director - 224880@hsesinfo.org - Mrs. - F224882 - L224882 - - 224882@hsesinfo.org - Ms. - F224878 - L224878 - - 224878@hsesinfo.org - 555-555-4878 x 5555 - - - 10941 - 1738 - 12907 - 000 - 2015 - 2020-01-01 - - HS - Active - Scott County Public Schools - 305 Legion Street - 1738@hsesinfo.org - 305 Legion Street - - Weber City - VA - 24290 - 305 Legion Street - - Weber City - VA - 24290 - 305 Legion Street - - Weber City - VA - 24290 - Mr. - F224886 - L224886 - - School Board Chair - 224886@hsesinfo.org - Mr. - F224887 - L224887 - - Division Superintendent - 224887@hsesinfo.org - Ms. - F224889 - L224889 - - 224889@hsesinfo.org - Mrs. - F224885 - L224885 - - 224885@hsesinfo.org - 555-555-4885 x 5555 - - - 10942 - 9051 - 12907 - 200 - 2020 - 2020-01-01 - - EHS - Active - Scott County Public Schools - - 9051@hsesinfo.org - 305 Legion Street - - Weber City - VA - 24290 - 305 Legion Street - - Weber City - VA - 24290 - 305 Legion Street - - Weber City - VA - 24290 - Mr. - F224893 - L224893 - - School Board Chair - 224893@hsesinfo.org - Mr. - F224894 - L224894 - - Division Superintendent - 224894@hsesinfo.org - Ms. - F224896 - L224896 - - 224896@hsesinfo.org - Mrs. - F224892 - L224892 - - 224892@hsesinfo.org - 555-555-4892 x 5555 - - - 10943 - 976 - 12905 - 000 - 1992 - 2020-01-01 - - HS - Active - Community Action Council of Howard County - www.cac-hc.org - 976@hsesinfo.org - 9820 Patuxent Woods Dr - Howard County Head Start - Columbia - MD - 21046-1534 - 9820 Patuxent Woods Dr - Howard County Head Start - Columbia - MD - 21046-1534 - 9820 Patuxent Woods Dr - Howard County Head Start - Columbia - MD - 21046-1534 - Mr. - F224900 - L224900 - - Board Chairperson - 224900@hsesinfo.org - Mrs. - F224901 - L224901 - - - 224901@hsesinfo.org - Ms. - F224903 - L224903 - - 224903@hsesinfo.org - Ms. - F224899 - L224899 - - 224899@hsesinfo.org - 555-555-4899 - - - 10944 - 2988 - 12903 - 200 - 2015 - 2020-01-01 - - EHS - Active - Pathfinder Services, Inc. - www.kidskampus.org - 2988@hsesinfo.org - 435 Campus Street - - Huntington - IN - 46750 - 435 Campus Street - - Huntington - IN - 46750 - 2824 Theater Avenue - - Huntington - IN - 46750 - Mrs. - F224907 - L224907 - - - 224907@hsesinfo.org - Mrs. - F224908 - L224908 - - Pathfinder Services, Inc. CEO - 224908@hsesinfo.org - Mr. - F224910 - L224910 - - 224910@hsesinfo.org - Ms. - F224906 - L224906 - - 224906@hsesinfo.org - 555-555-4906 - - - 10945 - 2238 - 12904 - 000 - 2015 - 2020-01-01 - - HS - Active - Hocking Athens Perry Community Action - http://www.hapcap.org - 2238@hsesinfo.org - 3 Cardaras Dr - - Glouster - OH - 45732-8011 - 3 Cardaras Dr - - Glouster - OH - 45732-8011 - 3 Cardaras Dr - - Glouster - OH - 45732-8011 - Mr. - F224914 - L224914 - - Board Chair - 224914@hsesinfo.org - Ms. - F224915 - L224915 - - - 224915@hsesinfo.org - Mr. - F224917 - L224917 - - 224917@hsesinfo.org - Ms. - F224913 - L224913 - - 224913@hsesinfo.org - 555-555-4913 - - - 10946 - 2833 - 12904 - 200 - 2011 - 2020-01-01 - - EHS - Active - Hocking Athens Perry Community Action - hapcap.org - 2833@hsesinfo.org - 3 Carderas Drive - P.O. 220 - Glouster - OH - 45732 - 3 Carderas Drive - P.O. 220 - Glouster - OH - 45732 - 3 Carderas Drive - P.O. 220 - Glouster - OH - 45732 - Mr. - F224921 - L224921 - - Board Chair - 224921@hsesinfo.org - Ms. - F224922 - L224922 - - - 224922@hsesinfo.org - Mr. - F224924 - L224924 - - 224924@hsesinfo.org - Ms. - F224920 - L224920 - - 224920@hsesinfo.org - 555-555-4920 - - - 5516 - 418 - 9234 - 200 - 1991 - 2014-11-01 - 2019-10-31 - EHS - Inactive - Menominee Delta Schoolcraft C.A.A., Inc. - www.mdscaa.org - 418@hsesinfo.org - 507 1st Avenue North - - Escanaba - MI - 49829-3931 - 507 1st Avenue North - - Escanaba - MI - 49829-3931 - 507 1st Avenue North - - Escanaba - MI - 49829-3931 - Ms. - F99342 - L99342 - - Board Chair - 99342@hsesinfo.org - Mrs. - F99344 - L99344 - - Executive Director - 99344@hsesinfo.org - Mr. - F99345 - L99345 - - 99345@hsesinfo.org - Mrs. - F99341 - L99341 - - 99341@hsesinfo.org - 555-555-9341 x 5555 - - - 10947 - 6063 - 12909 - 200 - - 2020-01-01 - - EHS - Active - United Way of Greater New Haven, Inc. - http://www.uwgnh.org - 6063@hsesinfo.org - 370 James Street - Suite 403 - New Haven - CT - 06513-3091 - 370 James Street - Suite 403 - New Haven - CT - 06513-3091 - 370 James Street - Suite 403 - New Haven - CT - 06513-3091 - Mr. - F224928 - L224928 - - - 224928@hsesinfo.org - Ms. - F224929 - L224929 - - - 224929@hsesinfo.org - Ms. - F224931 - L224931 - - 224931@hsesinfo.org - Ms. - F224927 - L224927 - - 224927@hsesinfo.org - 555-555-4927 - - - 10948 - 292 - 12911 - 000 - 2015 - 2020-01-01 - - HS - Active - Huntingdon County Child and Adult Development Corp. - http://www.hccadc.org - 292@hsesinfo.org - 52 Juniata Avenue - - Huntingdon - PA - 16652-1255 - 52 Juniata Avenue - - Huntingdon - PA - 16652-1255 - 52 Juniata Avenue - - Huntingdon - PA - 16652-1255 - Mr. - F224935 - L224935 - - Board Chairperson - 224935@hsesinfo.org - Ms. - F224936 - L224936 - - Executive DIrector - 224936@hsesinfo.org - Ms. - F224938 - L224938 - - 224938@hsesinfo.org - Ms. - F224934 - L224934 - - 224934@hsesinfo.org - 555-555-4934 x 5555 - - - 10949 - 293 - 12911 - 200 - 2003 - 2020-01-01 - - EHS - Active - Huntingdon County Child and Adult Devleopment Corp. - http://www.hccadc.org - 293@hsesinfo.org - 52 Juniata Avenue - - Huntingdon - PA - 16652-1255 - 52 Juniata Avenue - - Huntingdon - PA - 16652-1255 - 52 Juniata Avenue - - Huntingdon - PA - 16652-1255 - Mr. - F224942 - L224942 - - HCCADC Board Chair - 224942@hsesinfo.org - Ms. - F224943 - L224943 - - Executive DIrector - 224943@hsesinfo.org - Ms. - F224945 - L224945 - - 224945@hsesinfo.org - Ms. - F224941 - L224941 - - 224941@hsesinfo.org - 555-555-4941 x 5555 - - - 10950 - 3096 - 12908 - 200 - 2011 - 2020-01-01 - - EHS - Active - Higher Horizons Day Care Center, Inc. - www.higherhorizons.org - 3096@hsesinfo.org - 6201 Leesburg Pike Suite #5 - - Falls Church - VA - 22044 - 5920B Summers Ln - - Falls Church - VA - 22041-1634 - 6201 Leesburg Pike Suite #5 - - Falls Church - VA - 22044 - Mr. - F224949 - L224949 - - Chairman, Board of Directors - 224949@hsesinfo.org - Ms. - F224950 - L224950 - - - 224950@hsesinfo.org - Mr. - F224952 - L224952 - - 224952@hsesinfo.org - Ms. - F224948 - L224948 - - 224948@hsesinfo.org - 555-555-4948 - - - 11342 - 1083 - 13221 - 000 - 1994 - 2020-06-01 - - HS - Active - Central Montana Head Start - http://centralmontanaheadstart.org - 1083@hsesinfo.org - 25 Meadowlark Ln - - Lewistown - MT - 59457-2048 - 25 Meadowlark Ln - - Lewistown - MT - 59457-2048 - 25 Meadowlark Ln - - Lewistown - MT - 59457-2048 - Mr. - F227462 - L227462 - - Board Chairperson - 227462@hsesinfo.org - Mrs. - F227463 - L227463 - - Executive Director - 227463@hsesinfo.org - Mrs. - F227465 - L227465 - - 227465@hsesinfo.org - Mrs. - F227461 - L227461 - - 227461@hsesinfo.org - 555-555-7461 - - - 10952 - 2947 - 12910 - 200 - 2015 - 2020-01-01 - - EHS - Active - Human Services Association - www.hsala.org - 2947@hsesinfo.org - 6800 Florence Ave - - Bell Gardens - CA - 90201 - 2629 Clarendon Ave - - Huntington Park - CA - 90255 - 6800 Florence Ave - - Bell Gardens - CA - 90201 - Mr. - F224963 - L224963 - - Board Chair - 224963@hsesinfo.org - Ms. - F224964 - L224964 - - Cheif Executive Officer - 224964@hsesinfo.org - Ms. - F224966 - L224966 - - 224966@hsesinfo.org - Dr. - F224962 - L224962 - - 224962@hsesinfo.org - 555-555-4962 x 5555 - - - 11343 - 1798 - 13218 - 000 - 2002 - 2020-05-01 - - AIAN HS - Active - RENO-SPARKS INDIAN COLONY - http://www.rsic.org - 1798@hsesinfo.org - 34 Reservation Rd - # E - Reno - NV - 89502-1541 - 34 Reservation Rd - - Reno - NV - 89502-1541 - 34 Reservation Rd - - Reno - NV - 89502-1541 - Mr. - F227469 - L227469 - - Tribal Chairman - 227469@hsesinfo.org - Ms. - F227470 - L227470 - - Education Department Manager - 227470@hsesinfo.org - Ms. - F227472 - L227472 - - 227472@hsesinfo.org - Mrs. - F227468 - L227468 - - 227468@hsesinfo.org - 555-555-7468 - - - 8957 - 2073 - 11300 - 000 - 2013 - 2018-08-01 - - HS - Active - Mid America Regional Council - http://www.marc.org - 2073@hsesinfo.org - 600 Broadway Blvd - Ste 200 - Kansas City - MO - 64105-1659 - 600 Broadway Blvd - Ste 200 - Kansas City - MO - 64105-1659 - 600 Broadway Blvd - Ste 200 - Kansas City - MO - 64105-1659 - Mr. - F211258 - L211258 - - Board Chairperson, Mid America Regional Council - 211258@hsesinfo.org - Mr. - F211259 - L211259 - - Executive Director Mid America Regional Council - 211259@hsesinfo.org - Mr. - F211261 - L211261 - - 211261@hsesinfo.org - Mr. - F211257 - L211257 - - 211257@hsesinfo.org - 555-555-1257 - - - 8958 - 3218 - 11300 - 200 - 2013 - 2018-08-01 - - EHS - Active - Mid America Regional Council - http://www.marc.org - 3218@hsesinfo.org - 600 Broadway Blvd - Ste 200 - Kansas City - MO - 64105-1659 - 600 Broadway Blvd - Ste 200 - Kansas City - MO - 64105-1659 - 600 Broadway Blvd - Ste 200 - Kansas City - MO - 64105-1659 - Mr. - F211265 - L211265 - - Board Chairperson, Mid America Regional Council - 211265@hsesinfo.org - Mr. - F211266 - L211266 - - Executive Director Mid America Regional Council - 211266@hsesinfo.org - Mr. - F211268 - L211268 - - 211268@hsesinfo.org - Mr. - F211264 - L211264 - - 211264@hsesinfo.org - 555-555-1264 - - - 9838 - 1440 - 11963 - 000 - 2014 - 2019-07-01 - - HS - Active - Southwestern Minnesota Opportunity Council, Inc. - www.smoc.us - 1440@hsesinfo.org - 1077 Pleasant Ave - - Worthington - MN - 56187-1323 - PO Box 787 - - Worthington - MN - 56187-0787 - 1077 Pleasant Ave - - Worthington - MN - 56187-1323 - Mr. - F217277 - L217277 - - SMOC Board Chair - 217277@hsesinfo.org - Mr. - F217278 - L217278 - - - 217278@hsesinfo.org - Ms. - F217280 - L217280 - - 217280@hsesinfo.org - Ms. - F217276 - L217276 - - 217276@hsesinfo.org - 555-555-7276 - - - 9839 - 8940 - 11963 - 200 - 2019 - 2019-07-01 - - EHS - Active - Southwestern Minnesota Opportunity Council, Inc. - http:www.smoc.us - 8940@hsesinfo.org - 1077 Pleasant Ave - - Worthington - MN - 56187 - PO Box 787 - - Worthington - MN - 56187-0787 - 1077 Pleasant Ave - - Worthington - MN - 56187-1323 - Mr. - F217284 - L217284 - - SMOC Board Chair - 217284@hsesinfo.org - Mr. - F217285 - L217285 - - - 217285@hsesinfo.org - Ms. - F217287 - L217287 - - 217287@hsesinfo.org - Ms. - F217283 - L217283 - - 217283@hsesinfo.org - 555-555-7283 - - - 8192 - 8124 - 10581 - 200 - 2016 - 2016-05-01 - - EHS - Active - Verner Center for Early Learning - www.vernerearlylearning.org - 8124@hsesinfo.org - 2586 Riceville Road - - Asheville - NC - 28805-9793 - 2586 Riceville Road - - Asheville - NC - 28805-9793 - 2586 Riceville Road - - Asheville - NC - 28805-9793 - Mr. - F206459 - L206459 - - Board Chair - 206459@hsesinfo.org - Ms. - F206460 - L206460 - - President & CEO - 206460@hsesinfo.org - Ms. - F206462 - L206462 - - 206462@hsesinfo.org - Ms. - F206458 - L206458 - - 206458@hsesinfo.org - 555-555-6458 - - - 10954 - 3236 - 12914 - 200 - 2015 - 2020-01-01 - - EHS - Active - DURHAM'S PARTNERSHIP FOR CHILDREN - www.dpfc.net - 3236@hsesinfo.org - 1201 S Briggs Ave - Ste 210 - Durham - NC - 27703-5076 - 1201 S Briggs Ave - Ste 210 - Durham - NC - 27703-5076 - 1201 S Briggs Ave - Ste 210 - Durham - NC - 27703-5076 - Mrs. - F224977 - L224977 - - Board Chair - 224977@hsesinfo.org - Ms. - F224978 - L224978 - - - 224978@hsesinfo.org - Ms. - F224980 - L224980 - - 224980@hsesinfo.org - Ms. - F224976 - L224976 - - 224976@hsesinfo.org - - - - 10955 - 3485 - 12915 - 201 - 2015 - 2020-01-01 - - EHS - Active - Chapel Hill Training Outreach Project, Inc. - http://chtop.org/Programs/durham-ehs.html - 3485@hsesinfo.org - 1201 S. Briggs Avenue - Suite 110 - Durham - NC - 27703 - 1201 S. Briggs Avenue - Suite 110 - Durham - NC - 27703 - 800 Eastowne Dr - Ste 105 - Chapel Hill - NC - 27514-2215 - Ms. - F224984 - L224984 - - Board Chair - 224984@hsesinfo.org - Mr. - F224985 - L224985 - - - 224985@hsesinfo.org - - F224987 - L224987 - - 224987@hsesinfo.org - Ms. - F224983 - L224983 - - 224983@hsesinfo.org - 555-555-4983 - - - 10936 - 1216 - 12888 - 000 - 1992 - 2020-01-01 - - AIAN HS - Active - KIOWA TRIBE (ONAP) - - 1216@hsesinfo.org - Highway 9 West - 100 Kiowa Way - Carnegie - OK - 73015 - PO Box 369 - - Carnegie - OK - 73015-0369 - Highway 9 West - 100 Kiowa Way - Carnegie - OK - 73015 - Mr. - F224851 - L224851 - - Chairman, Kiowa Tribe - 224851@hsesinfo.org - Mr. - F224852 - L224852 - - Executive Director - 224852@hsesinfo.org - Ms. - F224854 - L224854 - - 224854@hsesinfo.org - Ms. - F224850 - L224850 - - 224850@hsesinfo.org - 555-555-4850 - - - 10819 - 9128 - 12794 - 201 - 2019 - 2019-03-01 - - EHS - Active - Azusa Unified School District - https://ausd-ca.schoolloop.com/ - 9128@hsesinfo.org - 546 S Citrus Ave - - Azusa - CA - 91702-5932 - 546 S Citrus Ave - - Azusa - CA - 91702-5932 - 546 S Citrus Ave - - Azusa - CA - 91702-5932 - Ms. - F224027 - L224027 - - Board President - 224027@hsesinfo.org - Ms. - F224025 - L224025 - Ed.D - Superintendent - 224025@hsesinfo.org - - F224028 - L224028 - - 224028@hsesinfo.org - Ms. - F224024 - L224024 - - 224024@hsesinfo.org - 555-555-4024 - - - 10956 - 1627 - 12917 - 000 - 2015 - 2020-01-01 - - HS - Active - CHAPEL HILL TRAINING-OUTREACH PROJECT, INC. - http://www.chtop.org - 1627@hsesinfo.org - 800 Eastowne Drive, Suite 105 - - Chapel Hill - NC - 27514-2215 - 800 Eastowne Drive, Suite 105 - - Chapel Hill - NC - 27514-2215 - 800 Eastowne Drive, Suite 105 - - Chapel Hill - NC - 27514-2215 - Mr. - F224991 - L224991 - - CHTOP Board Chairperson - 224991@hsesinfo.org - Mr. - F224992 - L224992 - - Executive Director - 224992@hsesinfo.org - Mr. - F224994 - L224994 - - 224994@hsesinfo.org - Mr. - F224990 - L224990 - - 224990@hsesinfo.org - 555-555-4990 x 5555 - - - 10957 - 1628 - 12917 - 200 - 2015 - 2020-01-01 - - EHS - Active - CHAPEL HILL TRAINING-OUTREACH PROJECT, INC. - http://www.chtop.org - 1628@hsesinfo.org - 800 Eastowne Drive, Suite 105 - - Chapel Hill - NC - 27514-2215 - 800 Eastowne Drive, Suite 105 - - Chapel Hill - NC - 27514-2215 - 800 Eastowne Drive, Suite 105 - - Chapel Hill - NC - 27514-2215 - Mr. - F224998 - L224998 - - CHTOP Board Chairman - 224998@hsesinfo.org - Mr. - F224999 - L224999 - - - 224999@hsesinfo.org - Mr. - F225001 - L225001 - - 225001@hsesinfo.org - Mr. - F224997 - L224997 - - 224997@hsesinfo.org - 555-555-4997 x 5555 - - - 10958 - 2437 - 12916 - 000 - 2015 - 2020-01-01 - - HS - Active - Summit County Head Start - www.earlychildhoodoptions.org - 2437@hsesinfo.org - 208 E. Lincoln Avenue - - Breckenridge - CO - 80424 - PO Box 3355 - 330 Fiedler Avenue, Suite 210 - Dillon - CO - 80435-3355 - 330 Fiedler Ave - Ste 206 - Dillon - CO - 80435-0497 - Mrs. - F225005 - L225005 - - Summit County Commissioner - 225005@hsesinfo.org - Ms. - F225006 - L225006 - - - 225006@hsesinfo.org - Ms. - F225008 - L225008 - - 225008@hsesinfo.org - Ms. - F225004 - L225004 - - 225004@hsesinfo.org - 555-555-5004 - - - 10959 - 2633 - 12916 - 200 - 2015 - 2020-01-01 - - EHS - Active - Summit County Head Start - https://www.earlychildhoodoptions.org/ - 2633@hsesinfo.org - 208 E. Lincoln Street - - Breckenridge - CO - 80424 - PO Box 3355 - - Dillon - CO - 80435-3355 - 330 Fiedler Ave - Ste 206 - Dillon - CO - 80435-0497 - Mrs. - F225012 - L225012 - - Summit County Commissioner - 225012@hsesinfo.org - Ms. - F225013 - L225013 - - - 225013@hsesinfo.org - Ms. - F225015 - L225015 - - 225015@hsesinfo.org - Ms. - F225011 - L225011 - - 225011@hsesinfo.org - 555-555-5011 - - - 8970 - 1923 - 11314 - 000 - 2013 - 2018-08-01 - - HS - Active - LINCOLN HILLS DEVELOPMENT CORPORATION - http://www.lhdc.org - 1923@hsesinfo.org - 302 Main St - - Tell City - IN - 47586-2207 - 302 Main Street - P.O. Box 336 - Tell City - IN - 47586-0336 - 302 Main St - - Tell City - IN - 47586-2207 - Atty. - F211346 - L211346 - - LHDC Board President - 211346@hsesinfo.org - Mr. - F211347 - L211347 - - Executive Director - 211347@hsesinfo.org - Ms. - F211349 - L211349 - - 211349@hsesinfo.org - Ms. - F211345 - L211345 - - 211345@hsesinfo.org - 555-555-1345 x 5555 - - - 8971 - 2793 - 11314 - 200 - 2011 - 2018-08-01 - - EHS - Active - LINCOLN HILLS DEVELOPMENT CORPORATION - http://www.lhdc.org - 2793@hsesinfo.org - 302 Main St - - Tell City - IN - 47586-2207 - 302 Main Street - P.O. Box 336 - Tell City - IN - 47586-0336 - 302 Main St - - Tell City - IN - 47586-2207 - Atty. - F211353 - L211353 - - LHDC Board President - 211353@hsesinfo.org - Mr. - F211354 - L211354 - - Executive Director - 211354@hsesinfo.org - Ms. - F211356 - L211356 - - 211356@hsesinfo.org - Ms. - F211352 - L211352 - - 211352@hsesinfo.org - 555-555-1352 x 5555 - - - 10964 - 3186 - 12921 - 200 - 2015 - 2020-01-01 - - EHS - Active - Municipality of Dorado - - 3186@hsesinfo.org - 341 Calle Mendez Vigo - - Dorado - PR - 00646-4912 - PO Box 588 - - Dorado - PR - 00646-0588 - 341 Calle Mendez Vigo - - Dorado - PR - 00646-4912 - Mr. - F225047 - L225047 - - Chairman Of the Board - 225047@hsesinfo.org - Hon. - F225048 - L225048 - - Mayor - 225048@hsesinfo.org - Mrs. - F225050 - L225050 - - 225050@hsesinfo.org - Mrs. - F225046 - L225046 - - 225046@hsesinfo.org - 555-555-5046 x 5555 - - - 10965 - 2181 - 12922 - 000 - 2015 - 2020-01-01 - - HS - Active - Allegheny Lutheran Social Ministries - http://www.alsm.org - 2181@hsesinfo.org - 231 South Juliana Street - - Bedford - PA - 15522-1717 - 231 South Juliana Street - - Bedford - PA - 15522-1717 - 231 South Juliana Street - - Bedford - PA - 15522-1717 - Rev. - F225054 - L225054 - - Chairman of the Board - 225054@hsesinfo.org - Ms. - F225055 - L225055 - - - 225055@hsesinfo.org - Ms. - F225057 - L225057 - - 225057@hsesinfo.org - Ms. - F225053 - L225053 - - 225053@hsesinfo.org - 555-555-5053 - - - 10966 - 2180 - 12922 - 200 - 2015 - 2020-01-01 - - EHS - Active - Allegheny Lutheran Social Ministries - http://www.alsm.org - 2180@hsesinfo.org - 231 South Juliana Street - - Bedford - PA - 15522-1717 - 231 South Juliana Street - - Bedford - PA - 15522-1717 - 231 South Juliana Street - - Bedford - PA - 15522-1717 - Rev. - F225061 - L225061 - - Chairman of the Board - 225061@hsesinfo.org - Ms. - F225062 - L225062 - - CEO/Executive Director - 225062@hsesinfo.org - Ms. - F225064 - L225064 - - 225064@hsesinfo.org - Ms. - F225060 - L225060 - - 225060@hsesinfo.org - 555-555-5060 - - - 9766 - 5850 - 11907 - 200 - - 2019-07-01 - - EHS - Active - Easter Seals Southern California, Inc. - www.easterseals.com/southerncal - 5850@hsesinfo.org - 2430 Auto Park Way - Ste 101 - Escondido - CA - 92029-1226 - 4688 Ontario Mills Pkwy - - Ontario - CA - 91764-5104 - 2430 Auto Park Way - Ste 101 - Escondido - CA - 92029-1226 - Mr. - F216772 - L216772 - - Chairman of the Board of Easter Seals Southern CA, Inc - 216772@hsesinfo.org - Mr. - F216773 - L216773 - - CEO - 216773@hsesinfo.org - Mrs. - F216775 - L216775 - - 216775@hsesinfo.org - Mrs. - F216771 - L216771 - - 216771@hsesinfo.org - 555-555-6771 - - - 9613 - 1374 - 11795 - 000 - 1992 - 2019-05-01 - - HS - Active - KANSAS CHILDREN'S SERVICE LEAGUE - http://www.kcsl.org - 1374@hsesinfo.org - 2111 E Labrador Blvd - - Garden City - KS - 67846-3605 - 2111 E Labrador Blvd - - Garden City - KS - 67846-3605 - 2111 E Labrador Blvd - - Garden City - KS - 67846-3605 - Mr. - F215743 - L215743 - - Chairperson of the Board - 215743@hsesinfo.org - Ms. - F215744 - L215744 - - - 215744@hsesinfo.org - Ms. - F215746 - L215746 - - 215746@hsesinfo.org - Ms. - F215742 - L215742 - - 215742@hsesinfo.org - 555-555-5742 x 5555 - - - 9614 - 1373 - 11795 - 200 - 2001 - 2019-05-01 - - EHS - Active - KANSAS CHILDREN'S SERVICE LEAGUE - http://www.kcsl.org - 1373@hsesinfo.org - 2111 E Labrador Blvd - - Garden City - KS - 67846-3605 - 2111 E Labrador Blvd - - Garden City - KS - 67846-3605 - 2111 E Labrador Blvd - - Garden City - KS - 67846-3605 - Mr. - F215750 - L215750 - - Chairperson - 215750@hsesinfo.org - Ms. - F215751 - L215751 - - - 215751@hsesinfo.org - Ms. - F215753 - L215753 - - 215753@hsesinfo.org - Ms. - F215749 - L215749 - - 215749@hsesinfo.org - 555-555-5749 x 5555 - - - 9395 - 3284 - 11629 - 000 - 2013 - 2019-02-01 - - HS - Active - South San Antonio Independent School District - southsanisd.net - 3284@hsesinfo.org - 5622 Ray Ellison Drive - - San Antonio - TX - 78242-2214 - 5622 Ray Ellison Drive - - San Antonio - TX - 78242-2214 - 5622 Ray Ellison Drive - - San Antonio - TX - 78242-2214 - Mr. - F214298 - L214298 - - School Board President - 214298@hsesinfo.org - Dr. - F214299 - L214299 - - Superintendent - 214299@hsesinfo.org - Ms. - F214301 - L214301 - - 214301@hsesinfo.org - Mrs. - F214297 - L214297 - - 214297@hsesinfo.org - 555-555-4297 - - - 10428 - 8019 - 12433 - 201 - 2015 - 2019-09-01 - - EHS - Active - Pharr-San Juan-Alamo Independent School District - https://www.psjaisd.us/earlyheadstart - 8019@hsesinfo.org - 1001 N Fir St - - Pharr - TX - 78577-3409 - 1001 N Fir St - - Pharr - TX - 78577-3409 - 601 E Kelly Ave - - Pharr - TX - 78577-4905 - Mr. - F221336 - L221336 - - PSJA ISD Board President - 221336@hsesinfo.org - Dr. - F221337 - L221337 - - - 221337@hsesinfo.org - Ms. - F221339 - L221339 - - 221339@hsesinfo.org - Mrs. - F221335 - L221335 - - 221335@hsesinfo.org - 555-555-1335 - - - 11583 - 2214 - 13376 - 000 - 1991 - 2020-07-01 - - HS - Active - Lakes & Prairies Community Action Partnership, Inc - http://www.lakesandprairies.net - 2214@hsesinfo.org - 715 11th St N Ste 402 - - Moorhead - MN - 56560-2071 - 715 11th St N Ste 402 - - Moorhead - MN - 56560-2071 - 715 11th St N Ste 402 - - Moorhead - MN - 56560-2071 - Mr. - F229049 - L229049 - - Board Chair - 229049@hsesinfo.org - Mrs. - F229050 - L229050 - - Executive Director - 229050@hsesinfo.org - Ms. - F229052 - L229052 - - 229052@hsesinfo.org - Ms. - F229048 - L229048 - - 229048@hsesinfo.org - 555-555-9048 - - - 10843 - 2932 - 12825 - 200 - 2015 - 2020-01-01 - - EHS - Active - Gulf Regional Early Childhood Services, Inc. - www.grecs.org - 2932@hsesinfo.org - 3100 Cottage Hill Rd - Ste 400 - Mobile - AL - 36606-2913 - PO Box 16005 - - Mobile - AL - 36616-0005 - 3100 Cottage Hill Rd - Ste 400 - Mobile - AL - 36606-2913 - Ms. - F224188 - L224188 - - Board Chair - 224188@hsesinfo.org - Ms. - F224189 - L224189 - - CEO/President - 224189@hsesinfo.org - Ms. - F224191 - L224191 - - 224191@hsesinfo.org - Ms. - F224187 - L224187 - - 224187@hsesinfo.org - 555-555-4187 x 5555 - - - 11584 - 6590 - 13376 - 200 - - 2020-07-01 - - EHS - Active - Lakes and Prairies CAP, Inc. - http://www.lakesandprairies.net - 6590@hsesinfo.org - 715 11th St N Ste 402 - - Moorhead - MN - 56560-2071 - 715 11th St N Ste 402 - - Moorhead - MN - 56560-2071 - 715 11th St N Ste 402 - - Moorhead - MN - 56560-2071 - Mr. - F229056 - L229056 - - Board Chair - 229056@hsesinfo.org - Mrs. - F229057 - L229057 - - Executive Director - 229057@hsesinfo.org - Ms. - F229059 - L229059 - - 229059@hsesinfo.org - Ms. - F229055 - L229055 - - 229055@hsesinfo.org - 555-555-9055 - - - 11585 - 846 - 13374 - 000 - 1997 - 2020-07-01 - - HS - Active - Family Development Services, Inc. - http://www.fds.org - 846@hsesinfo.org - 3637 North Meridian Street - - Indianapolis - IN - 46208-4233 - 3637 North Meridian Street - - Indianapolis - IN - 46208-4233 - 3637 North Meridian Street - - Indianapolis - IN - 46208-4233 - Mrs. - F229063 - L229063 - - - 229063@hsesinfo.org - Mrs. - F229064 - L229064 - - Executive Director - 229064@hsesinfo.org - Ms. - F229066 - L229066 - - 229066@hsesinfo.org - Ms. - F229062 - L229062 - - 229062@hsesinfo.org - 555-555-9062 - - - 11344 - 9307 - 13219 - 000 - 2020 - 2020-06-01 - - HS - Active - Lutheran Social Services of the South, Inc. dba Upbring - www.upbring.org - 9307@hsesinfo.org - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - Mr. - F227476 - L227476 - - - 227476@hsesinfo.org - Dr. - F227477 - L227477 - - VP of Education - 227477@hsesinfo.org - Mrs. - F227479 - L227479 - - 227479@hsesinfo.org - Mr. - F227475 - L227475 - - 227475@hsesinfo.org - 555-555-7475 - - - 10036 - 8993 - 12081 - 000 - 2019 - 2019-07-01 - - HS - Active - Community Action Partnership of San Luis Obispo County, Inc. - - 8993@hsesinfo.org - 1030 Southwood Drive - - San Luis Obispo - CA - 93401 - 1030 Southwood Drive - - San Luis Obispo - CA - 93401 - 1030 Southwood Drive - - San Luis Obispo - CA - 93401 - Ms. - F218645 - L218645 - - CAPSLO Board President - 218645@hsesinfo.org - Mrs. - F218646 - L218646 - - - 218646@hsesinfo.org - Ms. - F218648 - L218648 - - 218648@hsesinfo.org - Mrs. - F218644 - L218644 - - 218644@hsesinfo.org - 555-555-8644 x 5555 - - - 10037 - 8994 - 12081 - 200 - 2019 - 2019-07-01 - - EHS - Active - Community Action Partnership of San Luis Obispo County, Inc. - - 8994@hsesinfo.org - 1030 Southwood Drive - - San Luis Obispo - CA - 93401 - 1030 Southwood Drive - - San Luis Obispo - CA - 93401 - 1030 Southwood Drive - - San Luis Obispo - CA - 93401 - Ms. - F218652 - L218652 - - CAPSLO Board President - 218652@hsesinfo.org - Mrs. - F218653 - L218653 - - - 218653@hsesinfo.org - Ms. - F218655 - L218655 - - 218655@hsesinfo.org - Mrs. - F218651 - L218651 - - 218651@hsesinfo.org - 555-555-8651 x 5555 - - - 10631 - 8662 - 12609 - 200 - 2018 - 2019-09-01 - - AIAN EHS - Active - Cook Inlet Native Head Start - http://www.cinhs.net/ - 8662@hsesinfo.org - 6901 E. Tudor Road - - Anchorage - AK - 99507-1254 - 6901 E. Tudor Road - - Anchorage - AK - 99507-1254 - 6901 E. Tudor Road - - Anchorage - AK - 99507-1254 - Mr. - F222754 - L222754 - - Board Chairman - 222754@hsesinfo.org - Mr. - F222752 - L222752 - - Executive Director - 222752@hsesinfo.org - Ms. - F222755 - L222755 - - 222755@hsesinfo.org - Mr. - F222751 - L222751 - - 222751@hsesinfo.org - 555-555-2751 - - - 6391 - 2288 - 9967 - 200 - 2004 - 2015-06-01 - 2020-05-31 - EHS - Inactive - Primero los Ninos - http://www.lcdfehs.org - 2288@hsesinfo.org - 385 Calle De Alegra Ste A - - Las Cruces - NM - 88005-3423 - 385 Calle De Alegra Ste A - - Las Cruces - NM - 88005-3423 - 385 Calle De Alegra Ste A - - Las Cruces - NM - 88005-3423 - Mr. - F200407 - L200407 - - Board President - 200407@hsesinfo.org - Mr. - F200408 - L200408 - - Chief Executive Officer - 200408@hsesinfo.org - Ms. - F200410 - L200410 - - 200410@hsesinfo.org - Ms. - F200406 - L200406 - - 200406@hsesinfo.org - 555-555-0406 - - - 9955 - 2171 - 12037 - 000 - 2014 - 2019-07-01 - - HS - Active - Montgomery Community Action Committee & CDC, Inc. Head Start - 1062 Adams Avenue - 2171@hsesinfo.org - 1062 Adams Ave - - Montgomery - AL - 36104-4424 - 1062 Adams Ave - - Montgomery - AL - 36104-4424 - 1062 Adams Ave - - Montgomery - AL - 36104-4424 - Ms. - F218078 - L218078 - - Board Chairperson - 218078@hsesinfo.org - Mr. - F218079 - L218079 - - CEO - 218079@hsesinfo.org - Ms. - F218081 - L218081 - - 218081@hsesinfo.org - Mr. - F218077 - L218077 - - 218077@hsesinfo.org - 555-555-8077 x 5555 - - - 11005 - 9177 - 12956 - 201 - 2019 - 2019-03-01 - - EHS - Active - Allegheny Intermediate Unit 3 - www.aiu3.net - 9177@hsesinfo.org - 473 East Waterfront Drive - - Homestead - PA - 15120 - 473 East Waterfront Drive - - Homestead - PA - 15120 - 473 East Waterfront Drive - - Homestead - PA - 15120 - Mrs. - F225331 - L225331 - - - 225331@hsesinfo.org - Mrs. - F225329 - L225329 - - - 225329@hsesinfo.org - Ms. - F225332 - L225332 - - 225332@hsesinfo.org - Mrs. - F225328 - L225328 - - 225328@hsesinfo.org - 555-555-5328 - - - 11006 - 9178 - 12958 - 202 - 2019 - 2019-03-01 - - EHS - Active - Private Industry Council Westmoreland/Fayette, Inc. - www.privateindustrycouncil.com - 9178@hsesinfo.org - 112 Commonwealth Drive - - Lemont Furnace - PA - 15456 - 112 Commonwealth Drive - - Lemont Furnace - PA - 15456 - 112 Commonwealth Drive - - Lemont Furnace - PA - 15456 - Mr. - F225337 - L225337 - - Board Chair - 225337@hsesinfo.org - Ms. - F225335 - L225335 - - President and CEO - 225335@hsesinfo.org - Mrs. - F225338 - L225338 - - 225338@hsesinfo.org - Ms. - F225334 - L225334 - - 225334@hsesinfo.org - 555-555-5334 x 5555 - - - 10963 - 2945 - 12918 - 200 - 2015 - 2020-01-01 - - EHS - Active - Spanish Speaking Unity Council - www.unitycouncil.org - 2945@hsesinfo.org - 1900 Fruitvale Ave - Ste 2A - Oakland - CA - 94601-2468 - 1900 Fruitvale Ave - Ste 2A - Oakland - CA - 94601-2468 - 1900 Fruitvale Ave - Ste 2A - Oakland - CA - 94601-2468 - Mr. - F225040 - L225040 - - Chariperson of the Board of Directors - 225040@hsesinfo.org - Mr. - F225041 - L225041 - - Chief Executive Officer - 225041@hsesinfo.org - Ms. - F225043 - L225043 - - 225043@hsesinfo.org - Mr. - F225039 - L225039 - - 225039@hsesinfo.org - 555-555-5039 - - - 9956 - 2170 - 12037 - 200 - 2000 - 2019-07-01 - - EHS - Active - Montgomery Community Action Committee & CDC, Inc. Early Head Start - 1062 Adams Avenue - 2170@hsesinfo.org - 1062 Adams Ave - - Montgomery - AL - 36104-4424 - 1062 Adams Ave - - Montgomery - AL - 36104-4424 - 1062 Adams Ave - - Montgomery - AL - 36104-4424 - Ms. - F218085 - L218085 - - Board Chairman - 218085@hsesinfo.org - Mr. - F218086 - L218086 - - CEO - 218086@hsesinfo.org - Ms. - F218088 - L218088 - - 218088@hsesinfo.org - Mr. - F218084 - L218084 - - 218084@hsesinfo.org - 555-555-8084 x 5555 - - - 8050 - 8010 - 10557 - 000 - 2016 - 2016-05-01 - 2019-05-31 - HS - Inactive - CDI HS/Talladega Clay & Randolph Counties AL - www.cdiheadstart.org - 8010@hsesinfo.org - 723 Scott St - - Talladega - AL - 35160-1631 - PO Box 1014 - - Talladega - AL - 35161-1014 - 723 Scott St - - Talladega - AL - 35160-1631 - Mr. - F205543 - L205543 - - Chief Executive Officer - 205543@hsesinfo.org - Ms. - F205544 - L205544 - - Executive Director - 205544@hsesinfo.org - - F205546 - L205546 - - 205546@hsesinfo.org - Ms. - F205542 - L205542 - - 205542@hsesinfo.org - 555-555-5542 - - - 9454 - 1008 - 11665 - 000 - 1992 - 2019-04-01 - - HS - Active - EAST CENTRAL KANSAS ECONOMIC OPPORTUNITY CORPORATION - http://www.eckan.org - 1008@hsesinfo.org - 1320 S Ash St - Ste 101 - Ottawa - KS - 66067-3413 - PO Box 40 - - Ottawa - KS - 66067-0040 - 1320 S Ash St - Ste 101 - Ottawa - KS - 66067-3413 - Ms. - F214676 - L214676 - - Board Chair Person - 214676@hsesinfo.org - Mrs. - F214677 - L214677 - - - 214677@hsesinfo.org - Miss - F214679 - L214679 - - 214679@hsesinfo.org - Ms. - F214675 - L214675 - - 214675@hsesinfo.org - 555-555-4675 x 5555 - - - 9456 - 1007 - 11665 - 200 - 2003 - 2019-04-01 - - EHS - Active - EAST CENTRAL KANSAS ECONOMIC OPPORTUNITY CORPORATION - www.eckan.org - 1007@hsesinfo.org - 1320 S Ash St - Ste 201 - Ottawa - KS - 66067-3413 - 1320 S Ash St - Ste 201 - Ottawa - KS - 66067-3413 - 1320 S Ash St - Ste 201 - Ottawa - KS - 66067-3413 - Ms. - F214690 - L214690 - - Multi Co. Board Chairperson - 214690@hsesinfo.org - Mrs. - F214691 - L214691 - - Assistant CEO - 214691@hsesinfo.org - Miss - F214693 - L214693 - - 214693@hsesinfo.org - Ms. - F214689 - L214689 - - 214689@hsesinfo.org - 555-555-4689 x 5555 - - - 10967 - 2300 - 12923 - 000 - 1992 - 2020-01-01 - - AIAN HS - Active - CHIPPEWA CREE TRIBE - - 2300@hsesinfo.org - 81 Mission Taylor Road - - Box Elder - MT - 59521-9798 - 81 Mission Taylor Road - - Box Elder - MT - 59521-9798 - 81 Mission Taylor Road - - Box Elder - MT - 59521-9798 - Mr. - F225069 - L225069 - - Chairman - 225069@hsesinfo.org - Mr. - F225070 - L225070 - - CEO/Superintendent - 225070@hsesinfo.org - Ms. - F225072 - L225072 - - 225072@hsesinfo.org - Mr. - F225068 - L225068 - - 225068@hsesinfo.org - 555-555-5068 - - - 10968 - 2301 - 12923 - 200 - 2002 - 2020-01-01 - - AIAN EHS - Active - CHIPPEWA CREE TRIBE - - 2301@hsesinfo.org - 81 Mission Taylor Road - - Box Elder - MT - 59521-9798 - 81 Mission Taylor Road - - Box Elder - MT - 59521-9798 - 81 Mission Taylor Road - - Box Elder - MT - 59521-9798 - Mr. - F225076 - L225076 - - Chairman - 225076@hsesinfo.org - Mr. - F225077 - L225077 - - - 225077@hsesinfo.org - Ms. - F225079 - L225079 - - 225079@hsesinfo.org - Mr. - F225075 - L225075 - - 225075@hsesinfo.org - 555-555-5075 - - - 10980 - 9157 - 12935 - 000 - 2020 - 2020-02-01 - - HS - Active - Calcasieu Parish School System - http://www.cpsb.org - 9157@hsesinfo.org - 3310 Broad St. - 1618 Mill St. - Lake Charles - LA - 70615-3808 - 3310 Broad St. - 1618 Mill St. - Lake Charles - LA - 70615-3808 - 3310 Broad St. - 1618 Mill St. - Lake Charles - LA - 70615-3808 - Mr. - F225160 - L225160 - - - 225160@hsesinfo.org - Mr. - F225158 - L225158 - - - 225158@hsesinfo.org - Mr. - F225161 - L225161 - - 225161@hsesinfo.org - Dr. - F225157 - L225157 - - 225157@hsesinfo.org - 555-555-5157 x 5555 - - - 10491 - 6074 - 12485 - 200 - - 2019-09-01 - - EHS - Active - Delaware County Intermediate Unit - http://www.dciu.org - 6074@hsesinfo.org - 200 Yale Ave - - Morton - PA - 19070-1918 - 200 Yale Ave - - Morton - PA - 19070-1918 - 200 Yale Ave - - Morton - PA - 19070-1918 - Mr. - F221778 - L221778 - - DCIU Board Chaiperson - 221778@hsesinfo.org - Dr. - F221779 - L221779 - - DCIU Executive Director - 221779@hsesinfo.org - Mr. - F221781 - L221781 - - 221781@hsesinfo.org - Mrs. - F221777 - L221777 - - 221777@hsesinfo.org - 555-555-1777 x 5555 - - - 10754 - 9091 - 12741 - 200 - 2019 - 2019-11-01 - - EHS - Active - The New York Foundling Hospital - www.nyfoundling.org - 9091@hsesinfo.org - 1713 Ave Ponce De Leon - - San Juan - PR - 00909-1985 - P.O. Box 191274 - - San Juan - PR - 00919-1274 - 590 Avenue of the Americas - - New York - NY - 10011-2022 - Mr. - F223604 - L223604 - Jr - Chairperson - 223604@hsesinfo.org - Mr. - F223605 - L223605 - - - 223605@hsesinfo.org - Mrs. - F223607 - L223607 - - 223607@hsesinfo.org - Ms. - F223603 - L223603 - - 223603@hsesinfo.org - 555-555-3603 - - - 5984 - 5991 - 9592 - 200 - - 2015-02-01 - 2019-07-31 - EHS - Inactive - Crystal Stairs, Inc. - crystalstairs.org - 5991@hsesinfo.org - 5110 West Goldleaf Circle, Suite 150 - - Los Angeles - CA - 90056-1287 - 5110 West Goldleaf Circle, Suite 150 - - Los Angeles - CA - 90056-1287 - 5110 West Goldleaf Circle, Suite 150 - - Los Angeles - CA - 90056-1287 - Mrs. - F106526 - L106526 - - Board Chair - 106526@hsesinfo.org - Mrs. - F106527 - L106527 - - Chief Executive Officer - 106527@hsesinfo.org - Mrs. - F106529 - L106529 - - 106529@hsesinfo.org - Mrs. - F106525 - L106525 - - 106525@hsesinfo.org - 555-555-6525 - - - 10473 - 1693 - 12465 - 200 - 2014 - 2019-09-01 - - EHS - Active - UNIVERSITY OF ALABAMA, BIRMINGHAM - http://www.uab.edu/civitansparks/uab-early-head-start-program - 1693@hsesinfo.org - 933 19th Street South - CH19 Room 118 - Birmingham - AL - 35294-2041 - 1720 2nd Ave S - Ch 19, Room 118 - Birmingham - AL - 35294-2041 - 933 19th Street South - CH19 Room 118 - Birmingham - AL - 35294-2041 - Mr. - F221652 - L221652 - - Contoller/UAB EHS Board Chair - 221652@hsesinfo.org - Ms. - F221653 - L221653 - - Asst VP Sponsored Programs - 221653@hsesinfo.org - Ms. - F221655 - L221655 - - 221655@hsesinfo.org - Dr. - F221651 - L221651 - - 221651@hsesinfo.org - 555-555-1651 - - - 9273 - 1162 - 11536 - 000 - 2014 - 2019-01-01 - - AIAN HS - Active - NOOKSACK INDIAN TRIBE - http://www.nooksack-tribe.com - 1162@hsesinfo.org - 5018 Alder Street - - Deming - WA - 98244 - PO Box 157 - 5018 Alder Street - Deming - WA - 98244-0157 - 5018 Alder Street - - Deming - WA - 98244 - Mr. - F213456 - L213456 - Sr. - Nooksack Tribal Chairman - 213456@hsesinfo.org - Miss - F213457 - L213457 - - General Manager - 213457@hsesinfo.org - Mrs. - F213459 - L213459 - - 213459@hsesinfo.org - Ms. - F213455 - L213455 - - 213455@hsesinfo.org - 555-555-3455 - - - 6213 - 6226 - 9778 - 200 - - 2015-03-01 - 2020-08-31 - AIAN EHS - Inactive - METLAKATLA INDIAN COMMUNITY - PO Box 8 - 6226@hsesinfo.org - 93 Milton Street - - Metlakatla - AK - 99926 - 93 Milton Street - - Metlakatla - AK - 99926 - 93 Milton Street - - Metlakatla - AK - 99926 - Mr. - F109088 - L109088 - - Mayor - 109088@hsesinfo.org - Mr. - F109089 - L109089 - - Mayor - 109089@hsesinfo.org - Mrs. - F109091 - L109091 - - 109091@hsesinfo.org - Ms. - F109087 - L109087 - - 109087@hsesinfo.org - 555-555-9087 - - - 10989 - 9166 - 12944 - 001 - 2019 - 2019-08-01 - - HS - Active - Project Eagle - http://projecteagle.org/ - 9166@hsesinfo.org - 444 Minnesota Ave., Suite 100 - - Kansas City - KS - 66101 - 444 Minnesota Ave., Suite 100 - - Kansas City - KS - 66101 - 444 Minnesota Ave., Suite 100 - - Kansas City - KS - 66101 - Dr. - F225228 - L225228 - MD - Executive Vice Chancellor - 225228@hsesinfo.org - Mr. - F225226 - L225226 - . - Research Institute - 225226@hsesinfo.org - Ms. - F225229 - L225229 - - 225229@hsesinfo.org - Ms. - F225225 - L225225 - MSW - 225225@hsesinfo.org - 555-555-5225 x 5555 - - - 8913 - 3768 - 11273 - 001 - 2013 - 2018-07-01 - - HS - Active - AKA Head Start - http://www.akaheadstart.org - 3768@hsesinfo.org - 620 West Madison Avenue - - El Cajon - CA - 92020-3230 - 620 West Madison Avenue - - El Cajon - CA - 92020-3230 - 620 West Madison Avenue - - El Cajon - CA - 92020-3230 - Ms. - F210912 - L210912 - - Chairperson, Board of Directors - 210912@hsesinfo.org - Ms. - F210913 - L210913 - - Executive Director - 210913@hsesinfo.org - Ms. - F210915 - L210915 - - 210915@hsesinfo.org - Ms. - F210911 - L210911 - - 210911@hsesinfo.org - 555-555-0911 - - - 10201 - 546 - 12237 - 000 - 2014 - 2019-08-01 - - HS - Active - SCHOOL BOARD OF MONROE COUNTY - http://www.keysschools.com - 546@hsesinfo.org - 241 Trumbo Rd - - Key West - FL - 33040-4709 - 241 Trumbo Rd - - Key West - FL - 33040-4709 - 241 Trumbo Rd - - Key West - FL - 33040-4709 - Mrs. - F219762 - L219762 - - Chairwoman - 219762@hsesinfo.org - Mrs. - F219763 - L219763 - - - 219763@hsesinfo.org - Mrs. - F219765 - L219765 - - 219765@hsesinfo.org - Ms. - F219761 - L219761 - - 219761@hsesinfo.org - 555-555-9761 x 5555 - - - 10995 - 3137 - 10596 - 000 - 2013 - 2020-02-01 - - HS - Active - The Centers for Families and Children - thecentersohio.org - 3137@hsesinfo.org - 4500 Euclid Ave - - Cleveland - OH - 44103-3736 - 4500 Euclid Ave - - Cleveland - OH - 44103-3736 - 4500 Euclid Ave - - Cleveland - OH - 44103-3736 - Mr. - F225272 - L225272 - - Board Chair - 225272@hsesinfo.org - Mr. - F225270 - L225270 - - President and CEO - 225270@hsesinfo.org - Ms. - F225273 - L225273 - - 225273@hsesinfo.org - Ms. - F225269 - L225269 - - 225269@hsesinfo.org - 555-555-5269 - - - 9934 - 8973 - 12025 - 000 - 2019 - 2019-07-01 - - HS - Active - PROMESA - acacia.org - 8973@hsesinfo.org - 300 E 175th St - - Bronx - NY - 10457-5804 - 300 E 175th St - - Bronx - NY - 10457-5804 - 300 E 175th St - - Bronx - NY - 10457-5804 - Mr. - F217942 - L217942 - - Board Chairperson - 217942@hsesinfo.org - Mrs. - F217943 - L217943 - - VP of Education and Community Service - 217943@hsesinfo.org - Ms. - F217945 - L217945 - - 217945@hsesinfo.org - Ms. - F217941 - L217941 - - 217941@hsesinfo.org - 555-555-7941 - - - 6959 - 503 - 10420 - 200 - 2001 - 2015-11-01 - 2020-10-31 - EHS - Inactive - University of Southern California - - 503@hsesinfo.org - 3716 S Hope St - - Los Angeles - CA - 90089-7706 - 3716 S Hope St - - Los Angeles - CA - 90089-7706 - 3716 S Hope St - - Los Angeles - CA - 90089-7706 - Dr. - F204375 - L204375 - - Associate Vice President - 204375@hsesinfo.org - Ms. - F204376 - L204376 - - Interim Executive Director - 204376@hsesinfo.org - Mr. - F204378 - L204378 - - 204378@hsesinfo.org - Ms. - F204374 - L204374 - - 204374@hsesinfo.org - 555-555-4374 - - - 10994 - 9171 - 12118 - 206 - 2020 - 2020-07-01 - - EHS - Active - El Monte City School District - www.emcsd.org - 9171@hsesinfo.org - 2131 Loma Avenue - - South El Monte - CA - 91733 - 3540 N. Lexington Avenue - - El Monte - CA - 91731 - 3540 N. Lexington Avenue - - El Monte - CA - 91731 - Ms. - F225266 - L225266 - - President - 225266@hsesinfo.org - Dr. - F225264 - L225264 - - Superintendent - 225264@hsesinfo.org - Ms. - F225267 - L225267 - - 225267@hsesinfo.org - Ms. - F225263 - L225263 - - 225263@hsesinfo.org - 555-555-5263 x 5555 - - - 10052 - 3680 - 12118 - 006 - 2014 - 2019-07-01 - - HS - Active - El Monte City School District - www.emcsd.org - 3680@hsesinfo.org - 2131 Loma Avenue - - South El Monte - CA - 91733 - 3540 N. Lexington Avenue - - El Monte - CA - 91731 - 3540 N. Lexington Avenue - - El Monte - CA - 91731 - Ms. - F218757 - L218757 - - President - 218757@hsesinfo.org - Dr. - F218758 - L218758 - - Superintendent - 218758@hsesinfo.org - Ms. - F218760 - L218760 - - 218760@hsesinfo.org - Ms. - F218756 - L218756 - - 218756@hsesinfo.org - 555-555-8756 x 5555 - - - 6236 - 2514 - 9830 - 000 - 2006 - 2015-04-01 - - AIAN HS - Active - SANTA CLARA PUEBLO TRIBE - governor@santaclarapueblo.org - 2514@hsesinfo.org - 1 Kee Rd - - Espanola - NM - 87532-8907 - 1 Kee Rd - - Espanola - NM - 87532-8907 - 1 Kee Rd - - Espanola - NM - 87532-8907 - Mr. - F109552 - L109552 - - Governor, Santa Clara Pueblo - 109552@hsesinfo.org - Mr. - F109551 - L109551 - - Tribal Administrator of Education - 109551@hsesinfo.org - Mrs. - F109555 - L109555 - - 109555@hsesinfo.org - Mr. - F109550 - L109550 - - 109550@hsesinfo.org - 555-555-9550 - - - 11354 - 5186 - 13229 - 000 - 2014 - 2020-06-01 - - HS - Active - Big Five Community Services, Inc. - http://www.bigfive.org - 5186@hsesinfo.org - 1502 N. 1st - - Durant - OK - 74701-2814 - 1502 N. 1st - - Durant - OK - 74701-2814 - 1502 N. 1st - - Durant - OK - 74701-2814 - Mr. - F227544 - L227544 - - Board Chairperson - 227544@hsesinfo.org - Mr. - F227545 - L227545 - - Executive Director - 227545@hsesinfo.org - Mrs. - F227547 - L227547 - - 227547@hsesinfo.org - Mr. - F227543 - L227543 - - 227543@hsesinfo.org - 555-555-7543 - - - 10990 - 9167 - 10987 - 200 - 2020 - 2020-05-01 - - EHS - Active - PATHWAYS FOR CHILDREN, INC. - PW4C.ORG - 9167@hsesinfo.org - 29 Emerson Ave - - Gloucester - MA - 01930 - 29 Emerson Ave - - Gloucester - MA - 01930 - 29 Emerson Ave - - Gloucester - MA - 01930 - Mr. - F225234 - L225234 - - Chairperson of the Board - 225234@hsesinfo.org - Ms. - F225232 - L225232 - - President & CEO - 225232@hsesinfo.org - Ms. - F225235 - L225235 - - 225235@hsesinfo.org - Ms. - F225231 - L225231 - - 225231@hsesinfo.org - 555-555-5231 - - - 7043 - 2477 - 10496 - 000 - 2007 - 2016-01-01 - - HS - Active - School Board of Polk County - www.polk-fl.net - 2477@hsesinfo.org - 3425 New Jersey Rd - - Lakeland - FL - 33803-4225 - 3425 New Jersey Rd - - Lakeland - FL - 33803-4225 - 1915 S Floral Ave - - Bartow - FL - 33830-7124 - Ms. - F204968 - L204968 - - Board Chair, Polk County Public Schools - 204968@hsesinfo.org - Ms. - F204969 - L204969 - - Superintendent, Polk County Public Schools - 204969@hsesinfo.org - Mr. - F204971 - L204971 - - 204971@hsesinfo.org - Ms. - F204967 - L204967 - - 204967@hsesinfo.org - 555-555-4967 x 5555 - - - 10953 - 3041 - 12912 - 200 - 2015 - 2020-01-01 - - EHS - Active - Allies for Every Child - www.alliesforeverychild.org - 3041@hsesinfo.org - 12120 Wagner Street - - Culver City - CA - 90230 - 5721 W Slauson Ave - Ste 140 - Culver City - CA - 90230-6678 - 5721 W Slauson Ave - Ste 140 - Culver City - CA - 90230-6678 - Mrs. - F224970 - L224970 - - Board Chairperson - 224970@hsesinfo.org - Ms. - F224971 - L224971 - - CEO - 224971@hsesinfo.org - Ms. - F224973 - L224973 - - 224973@hsesinfo.org - Mrs. - F224969 - L224969 - - 224969@hsesinfo.org - 555-555-4969 x 5555 - - - 9476 - 1075 - 11692 - 000 - 2014 - 2019-04-01 - - HS - Active - Otero Junior College Foundation - - 1075@hsesinfo.org - 200 Burshears Blvd - - La Junta - CO - 81050-4000 - 1802 Colorado Avenue - 200 Burshears Boulevard - La Junta - CO - 81050-4000 - 1802 Colorado Ave - - La Junta - CO - 81050-3400 - Mr. - F214829 - L214829 - - Authorizing Official - 214829@hsesinfo.org - Ms. - F214830 - L214830 - - - 214830@hsesinfo.org - Mr. - F214832 - L214832 - - 214832@hsesinfo.org - Ms. - F214828 - L214828 - - 214828@hsesinfo.org - 555-555-4828 - - - 9477 - 1074 - 11692 - 200 - 1992 - 2019-04-01 - - EHS - Active - Otero Junior College Child Development Services - - 1074@hsesinfo.org - 200 Burshears Blvd - - La Junta - CO - 81050-4000 - 1802 Colorado Ave - - La Junta - CO - 81050-3400 - 1802 Colorado Ave - - La Junta - CO - 81050-3400 - Mr. - F214836 - L214836 - - Authorizing Official - 214836@hsesinfo.org - Ms. - F214837 - L214837 - - - 214837@hsesinfo.org - Mr. - F214839 - L214839 - - 214839@hsesinfo.org - Ms. - F214835 - L214835 - - 214835@hsesinfo.org - 555-555-4835 - - - 9674 - 1230 - 11835 - 000 - 1992 - 2019-06-01 - - Migrant HS - Active - Otero Junior College Child Development Services - - 1230@hsesinfo.org - 200 Burshears Blvd - - La Junta - CO - 81050-4000 - 1802 Colorado Ave - - La Junta - CO - 81050-3400 - 1802 Colorado Ave - - La Junta - CO - 81050-3400 - Mr. - F216139 - L216139 - - - 216139@hsesinfo.org - Ms. - F216140 - L216140 - - - 216140@hsesinfo.org - Ms. - F216142 - L216142 - - 216142@hsesinfo.org - Ms. - F216138 - L216138 - - 216138@hsesinfo.org - 555-555-6138 - - - 10997 - 837 - 12950 - 000 - 1992 - 2020-02-01 - - HS - Active - Tri-County Council for Child Development, Inc. - www.tricountyhs.org - 837@hsesinfo.org - 775 Hazen Street - - Paw Paw - MI - 49079-2001 - 775 Hazen Street - - Paw Paw - MI - 49079-2001 - 775 Hazen Street - - Paw Paw - MI - 49079-2001 - Mr. - F225282 - L225282 - - Board Chair - 225282@hsesinfo.org - Ms. - F225283 - L225283 - - Executive Director - 225283@hsesinfo.org - Ms. - F225285 - L225285 - - 225285@hsesinfo.org - Ms. - F225281 - L225281 - - 225281@hsesinfo.org - 555-555-5281 x 5555 - - - 10998 - 2734 - 12950 - 200 - 2011 - 2020-02-01 - - EHS - Active - Tri-County Council for Child Development, Inc. - www.tricountyhs.org - 2734@hsesinfo.org - 775 Hazen Street - - Paw Paw - MI - 49079 - 775 Hazen Street - - Paw Paw - MI - 49079 - 775 Hazen Street - - Paw Paw - MI - 49079 - Mr. - F225289 - L225289 - - Board Chair - 225289@hsesinfo.org - Ms. - F225290 - L225290 - - Executive Director - 225290@hsesinfo.org - Ms. - F225292 - L225292 - - 225292@hsesinfo.org - Ms. - F225288 - L225288 - - 225288@hsesinfo.org - 555-555-5288 x 5555 - - - 10999 - 700 - 12951 - 000 - 1997 - 2020-02-01 - - HS - Active - Kankakee-Iroquois Regional Planning Commission - kirpc.net - 700@hsesinfo.org - 115 East Fourth Street - - Monon - IN - 47959 - PO Box 127 - 115 East Fourth Street - Monon - IN - 47959-0127 - 115 East Fourth Street - - Monon - IN - 47959 - Mr. - F225296 - L225296 - - Governing Board Chariperson - 225296@hsesinfo.org - Mr. - F225297 - L225297 - - KIRPC Executive Director - 225297@hsesinfo.org - Ms. - F225299 - L225299 - - 225299@hsesinfo.org - Ms. - F225295 - L225295 - - 225295@hsesinfo.org - 555-555-5295 - - - 8916 - 4468 - 11273 - 201 - 2013 - 2018-07-01 - - EHS - Active - AKA Head Start - http://www.akaheadstart.org - 4468@hsesinfo.org - 620 West Madison Avenue - - El Cajon - CA - 92020-3230 - 620 West Madison Avenue - - El Cajon - CA - 92020-3230 - 620 West Madison Avenue - - El Cajon - CA - 92020-3230 - Ms. - F210933 - L210933 - - Chairperson, Board of Directors - 210933@hsesinfo.org - Ms. - F210934 - L210934 - - Executive Director - 210934@hsesinfo.org - Ms. - F210936 - L210936 - - 210936@hsesinfo.org - Ms. - F210932 - L210932 - - 210932@hsesinfo.org - 555-555-0932 - - - 9595 - 1633 - 11781 - 200 - 2014 - 2019-05-01 - - EHS - Active - DDI Vantage - http://www.ddivantage.org - 1633@hsesinfo.org - 565 East 4500 South - Suite #A220 - Salt Lake City - UT - 84107 - 565 East 4500 South - Suite #A220 - Salt Lake City - UT - 84107 - 565 East 4500 South - Suite #A220 - Salt Lake City - UT - 84107 - Mrs. - F215618 - L215618 - - President, Board of Trustees - 215618@hsesinfo.org - Mrs. - F215619 - L215619 - - Executive Director - 215619@hsesinfo.org - Mrs. - F215621 - L215621 - - 215621@hsesinfo.org - Ms. - F215617 - L215617 - - 215617@hsesinfo.org - 555-555-5617 - - - 11355 - 5187 - 13229 - 200 - 2014 - 2020-06-01 - - EHS - Active - Big Five Community Services, Inc. - http://www.bigfive.org - 5187@hsesinfo.org - 1502 N. 1st - - Durant - OK - 74701-2814 - 1502 N. 1st - - Durant - OK - 74701-2814 - 1502 N. 1st - - Durant - OK - 74701-2814 - Mr. - F227551 - L227551 - - Board Chairperson - 227551@hsesinfo.org - Mr. - F227552 - L227552 - - Executive Director - 227552@hsesinfo.org - Mrs. - F227554 - L227554 - - 227554@hsesinfo.org - Mr. - F227550 - L227550 - - 227550@hsesinfo.org - 555-555-7550 - - - 6300 - 1663 - 9899 - 200 - 2003 - 2015-04-01 - 2020-06-30 - EHS - Inactive - YWCA of Greater Baton Rouge - www.ywca-br.org - 1663@hsesinfo.org - 11404 Lake Sherwood Ave N - Ste B - Baton Rouge - LA - 70816-0418 - 11404 Lake Sherwood Ave N - Ste B - Baton Rouge - LA - 70816-0418 - 11404 Lake Sherwood Ave N - Ste B - Baton Rouge - LA - 70816-0418 - Ms. - F110258 - L110258 - - Board President - 110258@hsesinfo.org - Ms. - F110261 - L110261 - - CEO/Early Head Start Director - 110261@hsesinfo.org - Ms. - F110259 - L110259 - - 110259@hsesinfo.org - Ms. - F110257 - L110257 - - 110257@hsesinfo.org - 555-555-0257 - - - 6470 - 950 - 10131 - 000 - 1992 - 2015-07-01 - 2020-06-30 - HS - Inactive - Summit Early Learning - http://www.summitearlylearning.org - 950@hsesinfo.org - 14 S 11th St - - Mifflinburg - PA - 17844-9792 - 14 S 11th St - - Mifflinburg - PA - 17844-9792 - 14 S 11th St - - Mifflinburg - PA - 17844-9792 - Ms. - F200960 - L200960 - - President: Board of Directors - 200960@hsesinfo.org - Mr. - F200961 - L200961 - - Executive Director - 200961@hsesinfo.org - Ms. - F200963 - L200963 - - 200963@hsesinfo.org - Ms. - F200959 - L200959 - - 200959@hsesinfo.org - 555-555-0959 x 5555 - - - 6471 - 949 - 10131 - 200 - 1992 - 2015-07-01 - 2020-06-30 - EHS - Inactive - Summit Early Learning - www.summitearlylearning.org - 949@hsesinfo.org - 14 S 11th St - - Mifflinburg - PA - 17844-9792 - 14 S 11th St - - Mifflinburg - PA - 17844-9792 - 14 S 11th St - - Mifflinburg - PA - 17844-9792 - Ms. - F200967 - L200967 - - President: Board of Directors - 200967@hsesinfo.org - Mr. - F200968 - L200968 - - Executive Director - 200968@hsesinfo.org - Ms. - F200970 - L200970 - - 200970@hsesinfo.org - Ms. - F200966 - L200966 - - 200966@hsesinfo.org - 555-555-0966 x 5555 - - - 9536 - 8810 - 11762 - 200 - 2019 - 2019-03-01 - - EHS - Active - Council of Three Rivers American Indian Center - http://www.cotraic.org - 8810@hsesinfo.org - 120 Charles St - - Pittsburgh - PA - 15238-1027 - 120 Charles St - - Pittsburgh - PA - 15238-1027 - 120 Charles Street - - Pittsburgh - PA - 15238-1027 - Mr. - F215249 - L215249 - - Board Chair - 215249@hsesinfo.org - Mr. - F215250 - L215250 - - Executive Director - 215250@hsesinfo.org - Ms. - F215252 - L215252 - - 215252@hsesinfo.org - Ms. - F215248 - L215248 - - 215248@hsesinfo.org - 555-555-5248 - - - 10960 - 4818 - 12919 - 000 - 2014 - 2020-01-01 - - HS - Active - EASTER SEALS SOUTHERN CALIFORNIA, INC - www.easterseals.com/southerncal - 4818@hsesinfo.org - 1063 McGaw Ave - - Irvine - CA - 92614-5505 - 4688 Ontario Mills Pkwy - - Ontario - CA - 91764-5104 - 4688 Ontario Mills Pkwy - - Ontario - CA - 91764-5104 - Mr. - F225019 - L225019 - - Board Chairperson - 225019@hsesinfo.org - Mr. - F225020 - L225020 - - - 225020@hsesinfo.org - Ms. - F225022 - L225022 - - 225022@hsesinfo.org - Mrs. - F225018 - L225018 - - 225018@hsesinfo.org - 555-555-5018 - - - 9434 - 5225 - 11652 - 000 - 2014 - 2019-03-01 - - HS - Active - Community Action Partnership of North Alabama, Inc. - www.capna.org - 5225@hsesinfo.org - 1909 Central Parkway SW - - Decatur - AL - 35601-6822 - 1909 Central Parkway SW - - Decatur - AL - 35601-6822 - 1909 Central Parkway SW - - Decatur - AL - 35601-6822 - Ms. - F214545 - L214545 - - Board Chair - 214545@hsesinfo.org - Mr. - F214546 - L214546 - - CEO - 214546@hsesinfo.org - Ms. - F214548 - L214548 - - 214548@hsesinfo.org - Mrs. - F214544 - L214544 - - 214544@hsesinfo.org - 555-555-4544 - - - 9435 - 5226 - 11652 - 200 - 2014 - 2019-03-01 - - EHS - Active - Community Action Partnership of North Alabama, Inc. - www.capna.org - 5226@hsesinfo.org - 1909 Central Parkway SW - - Decatur - AL - 35601-6822 - 1909 Central Parkway SW - - Decatur - AL - 35601-6822 - 1909 Central Parkway SW - - Decatur - AL - 35601-6822 - Ms. - F214552 - L214552 - - Board Chair - 214552@hsesinfo.org - Mr. - F214553 - L214553 - - CEO - 214553@hsesinfo.org - Ms. - F214555 - L214555 - - 214555@hsesinfo.org - Ms. - F214551 - L214551 - - 214551@hsesinfo.org - 555-555-4551 - - - 9453 - 4858 - 11664 - 200 - 2014 - 2019-03-01 - - EHS - Active - Community Action Partnership of North Alabama, Inc. - www.capna.org - 4858@hsesinfo.org - 1909 Central Parkway SW - - Decatur - AL - 35601-6822 - 1909 Central Pkwy SW - - Decatur - AL - 35601-6822 - 1909 Central Pkwy SW - - Decatur - AL - 35601-6822 - Ms. - F214669 - L214669 - - Board Chair - 214669@hsesinfo.org - Mr. - F214670 - L214670 - - CEO - 214670@hsesinfo.org - Ms. - F214672 - L214672 - - 214672@hsesinfo.org - Ms. - F214668 - L214668 - - 214668@hsesinfo.org - 555-555-4668 - - - 9039 - 1773 - 11373 - 200 - 2001 - 2018-09-01 - - EHS - Active - DEVELOPMENTAL OPPORTUNITIES, Inc. - http://www.starpointco.com - 1773@hsesinfo.org - Starpoint - 700 South 8th Street - Canon City - CO - 81212 - DBA: Starpoint - P.O. Box 2080 - Canon City - CO - 81215-2080 - Starpoint - 700 South 8th Street - Canon City - CO - 81212 - Mrs. - F211809 - L211809 - - Authorizing Official - 211809@hsesinfo.org - Ms. - F211810 - L211810 - - Chief Executive officer - 211810@hsesinfo.org - Ms. - F211812 - L211812 - - 211812@hsesinfo.org - Mrs. - F211808 - L211808 - - 211808@hsesinfo.org - 555-555-1808 x 5555 - - - 9033 - 2084 - 11370 - 000 - 1992 - 2018-08-01 - - HS - Active - COMMUNITY ACTION PARTNERSHIP OF NORTH ALABAMA, INC. - http://www.capna.org - 2084@hsesinfo.org - 1909 Central Parkway, SW - - Decatur - AL - 35601-6822 - 1909 Central Parkway, SW - - Decatur - AL - 35601-6822 - 1909 Central Parkway, SW - - Decatur - AL - 35601-6822 - Ms. - F211767 - L211767 - - Board Chair - 211767@hsesinfo.org - Mr. - F211768 - L211768 - - CEO - 211768@hsesinfo.org - Ms. - F211770 - L211770 - - 211770@hsesinfo.org - Ms. - F211766 - L211766 - - 211766@hsesinfo.org - 555-555-1766 - - - 9034 - 2083 - 11370 - 200 - 2013 - 2018-08-01 - - EHS - Active - COMMUNITY ACTION PARTNERSHIP OF NORTH ALABAMA, INC. - http://www.capna.org - 2083@hsesinfo.org - 1909 Central Parkway, SW - - Decatur - AL - 35601-6822 - 1909 Central Parkway, SW - - Decatur - AL - 35601-6822 - 1909 Central Parkway, SW - - Decatur - AL - 35601-6822 - Ms. - F211774 - L211774 - - Board Chair - 211774@hsesinfo.org - Mr. - F211775 - L211775 - - CEO - 211775@hsesinfo.org - Ms. - F211777 - L211777 - - 211777@hsesinfo.org - Ms. - F211773 - L211773 - - 211773@hsesinfo.org - 555-555-1773 - - - 8785 - 3338 - 11148 - 000 - 2013 - 2018-03-01 - - HS - Active - Community Action Partnership of North Alabama, Inc. - www.capna.org - 3338@hsesinfo.org - 1909 Central Parkway SW - - Decatur - AL - 35601-6822 - 1909 Central Parkway SW - - Decatur - AL - 35601-6822 - 1909 Central Parkway SW - - Decatur - AL - 35601-6822 - Ms. - F209948 - L209948 - - Board Chair - 209948@hsesinfo.org - Mr. - F209949 - L209949 - - CEO - 209949@hsesinfo.org - Ms. - F209951 - L209951 - - 209951@hsesinfo.org - Ms. - F209947 - L209947 - - 209947@hsesinfo.org - 555-555-9947 - - - 11008 - 5867 - 12961 - 200 - - 2020-02-01 - - EHS - Active - Geminus Corporation - www.geminus.org - 5867@hsesinfo.org - 8400 Louisiana Street - - Merrillville - IN - 46410-6385 - 8400 Louisiana Street - - Merrillville - IN - 46410-6385 - 8400 Louisiana Street - - Merrillville - IN - 46410-6385 - Mr. - F225347 - L225347 - - Board Chair Person - 225347@hsesinfo.org - Mrs. - F225348 - L225348 - - President - 225348@hsesinfo.org - Mr. - F225350 - L225350 - - 225350@hsesinfo.org - Dr. - F225346 - L225346 - - 225346@hsesinfo.org - 555-555-5346 - - - 8277 - 913 - 10652 - 000 - 1992 - 2016-07-01 - - HS - Active - Northwest Tennessee Economic Development Council - www.nwcommunityaction.org - 913@hsesinfo.org - 602 Isaac Hayes Dr - - Dyersburg - TN - 38024-3668 - 231 S Wilson St - - Dresden - TN - 38225-1329 - 231 S Wilson St - - Dresden - TN - 38225-1329 - Rev. - F207079 - L207079 - - Chairman, Board of Directors - 207079@hsesinfo.org - Mr. - F207080 - L207080 - - Executive Director - 207080@hsesinfo.org - Mr. - F207082 - L207082 - - 207082@hsesinfo.org - Mrs. - F207078 - L207078 - - 207078@hsesinfo.org - 555-555-7078 - - - 8278 - 912 - 10652 - 200 - 2001 - 2016-07-01 - - EHS - Active - Northwest Tennessee Economic Development Council - www.nwcommunityaction.org - 912@hsesinfo.org - 602 Isaac Hayes Dr - - Dyersburg - TN - 38024-3668 - 231 S Wilson St - - Dresden - TN - 38225-1329 - 231 S Wilson St - - Dresden - TN - 38225-1329 - Rev. - F207086 - L207086 - - Chairman, Board of Directors - 207086@hsesinfo.org - Mr. - F207087 - L207087 - - Executive Director - 207087@hsesinfo.org - Mr. - F207089 - L207089 - - 207089@hsesinfo.org - Mrs. - F207085 - L207085 - - 207085@hsesinfo.org - 555-555-7085 - - - 9055 - 1664 - 11388 - 200 - 2013 - 2018-09-01 - - EHS - Active - NEWTON COUNTY SPECIAL SERVICE CORPORATION, INC. - - 1664@hsesinfo.org - 611 West Clark Street - - Jasper - AR - 72641 - P.O. Box 528 - 611 West Clark Street - Jasper - AR - 72641-0528 - 611 West Clark Street - - Jasper - AR - 72641 - Mr. - F211970 - L211970 - - Board of Directors President - 211970@hsesinfo.org - Mrs. - F211971 - L211971 - - Executive Director - 211971@hsesinfo.org - Mrs. - F211973 - L211973 - - 211973@hsesinfo.org - Mrs. - F211969 - L211969 - - 211969@hsesinfo.org - 555-555-1969 - - - 11010 - 2343 - 12962 - 000 - 1996 - 2020-02-01 - - HS - Active - Sharon Baptist Board of Directors, Inc - http://www.sharonbaptistheadstart.org - 2343@hsesinfo.org - 1925 Bathgate Avenue - - Bronx - NY - 10457-4404 - 1925 Bathgate Avenue - - Bronx - NY - 10457-4404 - 1925 Bathgate Avenue - - Bronx - NY - 10457-4404 - Mr. - F225361 - L225361 - - Co-Chairperson - 225361@hsesinfo.org - Ms. - F225362 - L225362 - - Executive Director - 225362@hsesinfo.org - Ms. - F225364 - L225364 - - 225364@hsesinfo.org - Ms. - F225360 - L225360 - - 225360@hsesinfo.org - 555-555-5360 - - - 11011 - 1078 - 12964 - 000 - 1992 - 2020-02-01 - - HS - Active - AKRON UNITED METHODIST CHURCH - http://www.akronheadstart.org - 1078@hsesinfo.org - 902 East 1st Street - - Akron - CO - 80720-1722 - 902 East 1st Street - - Akron - CO - 80720-1722 - 902 East 1st Street - - Akron - CO - 80720-1722 - Ms. - F225368 - L225368 - - UMC Board Chairman - 225368@hsesinfo.org - Ms. - F225369 - L225369 - - none - 225369@hsesinfo.org - Ms. - F225371 - L225371 - - 225371@hsesinfo.org - Ms. - F225367 - L225367 - - 225367@hsesinfo.org - 555-555-5367 x 5555 - - - 11012 - 1190 - 12963 - 000 - 1992 - 2020-02-01 - - Migrant HS - Active - COMMUNITY ACTION PROGRAM FOR CENTRAL ARKANSAS CAPCA - http://www.capcainc.org - 1190@hsesinfo.org - 707 Robins Street, Suite 118 - - Conway - AR - 72034-6517 - 707 Robins Street, Suite 118 - - Conway - AR - 72034-6517 - 707 Robins Street, Suite 118 - - Conway - AR - 72034-6517 - Ms. - F225375 - L225375 - - Governing Board Chairman - 225375@hsesinfo.org - Mrs. - F225376 - L225376 - - Executive Director - 225376@hsesinfo.org - Ms. - F225378 - L225378 - - 225378@hsesinfo.org - Mrs. - F225374 - L225374 - - 225374@hsesinfo.org - 555-555-5374 x 5555 - - - 11013 - 2379 - 12967 - 000 - 2014 - 2020-02-01 - - HS - Active - People's Equal Action and Community Effort, Inc. - http://www.peace-caa.org - 2379@hsesinfo.org - 217 South Salina Street, Suite 200 - - Syracuse - NY - 13202-1503 - 217 South Salina Street, Suite 200 - - Syracuse - NY - 13202-1503 - 217 South Salina Street, Suite 200 - - Syracuse - NY - 13202-1503 - Mr. - F225382 - L225382 - - President, Board of Directors - 225382@hsesinfo.org - Mr. - F225383 - L225383 - - - 225383@hsesinfo.org - Mr. - F225385 - L225385 - - 225385@hsesinfo.org - Ms. - F225381 - L225381 - - 225381@hsesinfo.org - 555-555-5381 x 5555 - - - 11014 - 2378 - 12967 - 200 - 2014 - 2020-02-01 - - EHS - Active - People's Equal Action and Community Effort, Inc. - http://www.peace-caa.org - 2378@hsesinfo.org - 217 South Salina Street, Suite 200 - - Syracuse - NY - 13202-1503 - 217 South Salina Street, Suite 200 - - Syracuse - NY - 13202-1503 - 217 South Salina Street, Suite 200 - - Syracuse - NY - 13202-1503 - Mr. - F225389 - L225389 - - President, Board of Directors - 225389@hsesinfo.org - Mr. - F225390 - L225390 - - - 225390@hsesinfo.org - Mr. - F225392 - L225392 - - 225392@hsesinfo.org - Ms. - F225388 - L225388 - - 225388@hsesinfo.org - 555-555-5388 x 5555 - - - 11015 - 573 - 12969 - 000 - 1992 - 2020-02-01 - - HS - Active - SOUTHWEST GEORGIA COMMUNITY ACTION COUNCIL, INC - http://www.swgacac.com - 573@hsesinfo.org - 912 1st Ave SE - - Moultrie - GA - 31768-4869 - PO Box 3728 - - Moultrie - GA - 31776-3728 - 912 1st Ave SE - - Moultrie - GA - 31768-4869 - Mr. - F225396 - L225396 - - Board Chair - 225396@hsesinfo.org - Mr. - F225397 - L225397 - - - 225397@hsesinfo.org - Ms. - F225399 - L225399 - - 225399@hsesinfo.org - Ms. - F225395 - L225395 - - 225395@hsesinfo.org - 555-555-5395 x 5555 - - - 11016 - 574 - 12969 - 200 - 2003 - 2020-02-01 - - EHS - Active - SOUTHWEST GEORGIA COMMUNITY ACTION COUNCIL, INC - http://www.swgacac.com - 574@hsesinfo.org - 912 1st Ave SE - - Moultrie - GA - 31768-4869 - P.O. BOX 3728 - - Moultrie - GA - 31776-3728 - 912 1st Ave SE - - Moultrie - GA - 31768-4869 - Mr. - F225403 - L225403 - - Board Chair - 225403@hsesinfo.org - Mr. - F225404 - L225404 - - - 225404@hsesinfo.org - Ms. - F225406 - L225406 - - 225406@hsesinfo.org - Mrs. - F225402 - L225402 - - 225402@hsesinfo.org - 555-555-5402 x 5555 - - - 11017 - 1064 - 12968 - 000 - 1992 - 2020-02-01 - - HS - Active - Community Action Region VI - http://www.cap6.com - 1064@hsesinfo.org - 1411 12th Ave NE - - Jamestown - ND - 58401 - P.O. Box 507 - - Jamestown - ND - 58402-0507 - 1411 12th Ave NE - - Jamestown - ND - 58401 - Ms. - F225410 - L225410 - - - 225410@hsesinfo.org - Ms. - F225411 - L225411 - - - 225411@hsesinfo.org - Miss - F225413 - L225413 - - 225413@hsesinfo.org - Ms. - F225409 - L225409 - - 225409@hsesinfo.org - 555-555-5409 - - - 10961 - 8003 - 12919 - 200 - 2016 - 2020-01-01 - - EHS - Active - Easter Seals Southern California, Inc - www.easterseals.com/southerncal/ - 8003@hsesinfo.org - 1063 McGaw Ave - - Irvine - CA - 92614-5505 - 4688 Ontario Mills Pkwy - - Ontario - CA - 91764-5104 - 4688 Ontario Mills Pkwy - - Ontario - CA - 91764-5104 - Mrs. - F225026 - L225026 - - Board Chairperson - 225026@hsesinfo.org - Mr. - F225027 - L225027 - - - 225027@hsesinfo.org - Ms. - F225029 - L225029 - - 225029@hsesinfo.org - Mrs. - F225025 - L225025 - - 225025@hsesinfo.org - 555-555-5025 - - - 11586 - 845 - 13374 - 200 - 2003 - 2020-07-01 - - EHS - Active - Family Development Services, Inc. - http://www.fds.org - 845@hsesinfo.org - 3637 North Meridian Street - - Indianapolis - IN - 46208-4233 - 3637 North Meridian Street - - Indianapolis - IN - 46208-4233 - 3637 North Meridian Street - - Indianapolis - IN - 46208-4233 - Mrs. - F229070 - L229070 - - - 229070@hsesinfo.org - Mrs. - F229071 - L229071 - - - 229071@hsesinfo.org - Ms. - F229073 - L229073 - - 229073@hsesinfo.org - Ms. - F229069 - L229069 - - 229069@hsesinfo.org - 555-555-9069 - - - 11587 - 1922 - 13371 - 000 - 2015 - 2020-07-01 - - HS - Active - Community Care in Union County, Inc. - - 1922@hsesinfo.org - 302 Harrison Street - - Liberty - IN - 47353-1303 - 302 Harrison Street - - Liberty - IN - 47353-1303 - 302 Harrison Street - - Liberty - IN - 47353-1303 - Ms. - F229077 - L229077 - - Board Chairperson - 229077@hsesinfo.org - Mrs. - F229078 - L229078 - - - 229078@hsesinfo.org - Ms. - F229080 - L229080 - - 229080@hsesinfo.org - Mrs. - F229076 - L229076 - - 229076@hsesinfo.org - 555-555-9076 - - - 11018 - 1063 - 12968 - 200 - 2004 - 2020-02-01 - - EHS - Active - Community Action Region VI - http://www.cap6.com - 1063@hsesinfo.org - 1411 12th Ave NE - - Jamestown - ND - 58402-0507 - P.O. Box 507 - - Jamestown - ND - 58402-0507 - 1411 12th Ave NE - - Jamestown - ND - 58402-0507 - Ms. - F225417 - L225417 - - Board Chair - 225417@hsesinfo.org - Ms. - F225418 - L225418 - - - 225418@hsesinfo.org - Miss - F225420 - L225420 - - 225420@hsesinfo.org - Ms. - F225416 - L225416 - - 225416@hsesinfo.org - 555-555-5416 - - - 11021 - 1040 - 12966 - 000 - 1994 - 2020-02-01 - - HS - Active - KOOTENAI VALLEY HEAD START INC - - 1040@hsesinfo.org - 263 Indian Head Rd - - Libby - MT - 59923-2982 - 263 Indian Head Rd - - Libby - MT - 59923-2982 - 263 Indian Head Rd - - Libby - MT - 59923-2982 - Mrs. - F225438 - L225438 - - Board Chair - 225438@hsesinfo.org - Ms. - F225439 - L225439 - - - 225439@hsesinfo.org - Ms. - F225441 - L225441 - - 225441@hsesinfo.org - Ms. - F225437 - L225437 - - 225437@hsesinfo.org - 555-555-5437 x 5555 - - - 6747 - 3233 - 10225 - 000 - 2011 - 2015-08-01 - - HS - Active - Save the Children, Inc. - http://www.savethechildren.org/site/c.8rKLIXMGIpI4E/b.9525317/k.B708/Head_Start_Program.htm - 3233@hsesinfo.org - 224 N Rosser St - - Forrest City - AR - 72335-3245 - 224 N Rosser St - - Forrest City - AR - 72335-3245 - 224 N Rosser St - - Forrest City - AR - 72335-3245 - Mr. - F202900 - L202900 - - Governing Board Chair - 202900@hsesinfo.org - Mr. - F202901 - L202901 - - Executive Director - 202901@hsesinfo.org - Ms. - F202903 - L202903 - - 202903@hsesinfo.org - Mrs. - F202899 - L202899 - - 202899@hsesinfo.org - 555-555-2899 - - - 9598 - 8854 - 10225 - 200 - 2019 - 2019-07-01 - - EHS - Active - Save the Children, Inc. - http://www.savethechildren.org/site/c.8rKLIXMGIpI4E/b.9525317/k.B708/Head_Start_Program.htm - 8854@hsesinfo.org - 224 N Rosser St - - Forrest City - AR - 72335-3245 - 224 N Rosser St - - Forrest City - AR - 72335-3245 - 224 N Rosser St - - Forrest City - AR - 72335-3245 - Mr. - F215641 - L215641 - - Governing Board Chair - 215641@hsesinfo.org - Mr. - F215639 - L215639 - - Executive Director - 215639@hsesinfo.org - Ms. - F215642 - L215642 - - 215642@hsesinfo.org - Ms. - F215638 - L215638 - - 215638@hsesinfo.org - 555-555-5638 x 5555 - - - 10728 - 2130 - 12727 - 000 - 1992 - 2019-11-01 - - HS - Active - Child Care Learning Centers, Inc. - clcstamford.org - 2130@hsesinfo.org - 64 Palmers Hill Rd - 90 Maple Avenue - Stamford - CT - 06902-2113 - 64 Palmers Hill Rd - 90 Maple Avenue - Stamford - CT - 06902-2113 - 64 Palmers Hill Rd - 90 Maple Avenue - Stamford - CT - 06902-2113 - Mr. - F223432 - L223432 - - President, Board of Directors - 223432@hsesinfo.org - Mr. - F223433 - L223433 - - - 223433@hsesinfo.org - Ms. - F223435 - L223435 - - 223435@hsesinfo.org - Mrs. - F223431 - L223431 - - 223431@hsesinfo.org - 555-555-3431 - - - 10730 - 2131 - 12727 - 200 - 2014 - 2019-11-01 - - EHS - Active - Child Care Learning Centers, Inc. - http://www.clcstamford.org - 2131@hsesinfo.org - 64 Palmer's Hill Road - 90 Maple Ave - Stamford - CT - 06902-2113 - 64 Palmer's Hill Road - 90 Maple Ave - Stamford - CT - 06902-2113 - 64 Palmer's Hill Road - 90 Maple Ave - Stamford - CT - 06902-2113 - Mr. - F223446 - L223446 - - President, Board of Directors - 223446@hsesinfo.org - Mr. - F223447 - L223447 - - Chief Executive Officer - 223447@hsesinfo.org - Ms. - F223449 - L223449 - - 223449@hsesinfo.org - Mrs. - F223445 - L223445 - - 223445@hsesinfo.org - 555-555-3445 - - - 10414 - 6048 - 12417 - 200 - - 2019-09-01 - - EHS - Active - La Clinica de Familia - http://www.lcdfehs.org - 6048@hsesinfo.org - 3100 Oak St - - Las Cruces - NM - 88005-3769 - 385 Calle de Alegra - - Las Cruces - NM - 88005-3423 - 385 Calle de Alegra - - Las Cruces - NM - 88005-3423 - Mr. - F221238 - L221238 - - Board President - 221238@hsesinfo.org - Mr. - F221239 - L221239 - - Chief Executive Officer - 221239@hsesinfo.org - Ms. - F221241 - L221241 - - 221241@hsesinfo.org - Ms. - F221237 - L221237 - - 221237@hsesinfo.org - 555-555-1237 - - - 6441 - 6459 - 10024 - 000 - - 2015-07-01 - - HS - Active - Early Childhood Learning Center at Hockanum School - www.easthartford.org - 6459@hsesinfo.org - 1110 Main St - - East Hartford - CT - 06108-2240 - 1110 Main St - - East Hartford - CT - 06108-2240 - 1110 Main St - - East Hartford - CT - 06108-2240 - Mr. - F200757 - L200757 - - Chair of Board of Education - 200757@hsesinfo.org - Mr. - F200758 - L200758 - - School Superintendent - 200758@hsesinfo.org - Mrs. - F200760 - L200760 - - 200760@hsesinfo.org - Mrs. - F200756 - L200756 - - 200756@hsesinfo.org - 555-555-0756 - - - 9540 - 8814 - 11764 - 200 - 2019 - 2019-03-01 - - EHS - Active - Economic Opportunity Agency of Washington County, Inc. - www.eoaheadstart.org - 8814@hsesinfo.org - 614 E Emma Ave - - Springdale - AR - 72764-4634 - 1643 E Huntsville Rd - - Fayetteville - AR - 72701-1122 - 614 E Emma Ave - - Springdale - AR - 72764-4634 - Mrs. - F215277 - L215277 - - Chair Person/Board - 215277@hsesinfo.org - Mrs. - F215278 - L215278 - - Executive Director - 215278@hsesinfo.org - Mrs. - F215280 - L215280 - - 215280@hsesinfo.org - Mr. - F215276 - L215276 - - 215276@hsesinfo.org - 555-555-5276 - - - 8818 - 3276 - 11196 - 000 - 2013 - 2018-06-01 - - HS - Active - Pacific Clinics - http://www.pacificclinics.org - 3276@hsesinfo.org - 171 N Altadena Dr - Unit 101 - Pasadena - CA - 91107-7319 - 171 N Altadena Dr - Unit 101 - Pasadena - CA - 91107-7319 - 171 N Altadena Dr - Unit 101 - Pasadena - CA - 91107-7319 - Mr. - F210269 - L210269 - - Chairman of the Board - 210269@hsesinfo.org - Mr. - F210270 - L210270 - - CEO - 210270@hsesinfo.org - Mrs. - F210272 - L210272 - - 210272@hsesinfo.org - Ms. - F210268 - L210268 - - 210268@hsesinfo.org - 555-555-0268 - - - 8819 - 3277 - 11196 - 200 - 2013 - 2018-06-01 - - EHS - Active - Pacific Clinics - pacificclinics.org - 3277@hsesinfo.org - 171 N Altadena Dr - Unit 101 - Pasadena - CA - 91107-7319 - 171 N Altadena Dr - Unit 101 - Pasadena - CA - 91107-7319 - 171 N Altadena Dr - Unit 101 - Pasadena - CA - 91107-7319 - Mr. - F210276 - L210276 - - Chairman of the Board - 210276@hsesinfo.org - Mr. - F210277 - L210277 - - CEO - 210277@hsesinfo.org - Mrs. - F210279 - L210279 - - 210279@hsesinfo.org - Ms. - F210275 - L210275 - - 210275@hsesinfo.org - 555-555-0275 - - - 9484 - 8778 - 11700 - 200 - 2019 - 2019-03-01 - - EHS - Active - Pacific Clinics - - 8778@hsesinfo.org - 171 N Altadena Dr - Unit 101 - Pasadena - CA - 91107-7319 - 171 N Altadena Dr - Unit 101 - Pasadena - CA - 91107-7319 - 171 N Altadena Dr - Unit 101 - Pasadena - CA - 91107-7319 - Mr. - F214885 - L214885 - - Chairman of the Board - 214885@hsesinfo.org - Mr. - F214886 - L214886 - - CEO - 214886@hsesinfo.org - Mrs. - F214888 - L214888 - - 214888@hsesinfo.org - Ms. - F214884 - L214884 - - 214884@hsesinfo.org - 555-555-4884 - - - 11022 - 4856 - 12971 - 200 - 2014 - 2020-02-01 - - EHS - Active - Rising Ground, Inc. - www.Risingground.org - 4856@hsesinfo.org - 575 Soundview Ave - - Bronx - NY - 10473-2935 - 463 Hawthorne Avenue - - Yonkers - NY - 10705-3441 - 463 Hawthorne Avenue - - Yonkers - NY - 10705-3441 - Mr. - F225445 - L225445 - - Board President - 225445@hsesinfo.org - Mr. - F225446 - L225446 - - Executive Director - 225446@hsesinfo.org - - F225448 - L225448 - - 225448@hsesinfo.org - Ms. - F225444 - L225444 - - 225444@hsesinfo.org - 555-555-5444 x 5555 - - - 11023 - 307 - 12972 - 000 - 1992 - 2020-02-01 - - HS - Active - Henrico County Public Schools - http://henricoschools.us/ - 307@hsesinfo.org - 5915 Nine Mile Rd - - Henrico - VA - 23223-2458 - 5915 Nine Mile Rd - - Henrico - VA - 23223-2458 - 5915 Nine Mile Rd - - Henrico - VA - 23223-2458 - Mr. - F225452 - L225452 - III - School Board Chairperson - 225452@hsesinfo.org - Mrs. - F225453 - L225453 - - Director Foundational Learning and Family Engagement - 225453@hsesinfo.org - Mrs. - F225455 - L225455 - - 225455@hsesinfo.org - Mrs. - F225451 - L225451 - - 225451@hsesinfo.org - 555-555-5451 - - - 11025 - 1151 - 12976 - 000 - 2014 - 2020-02-01 - - AIAN HS - Active - EASTERN BAND OF CHEROKEE INDIANS - http://nc-cherokee.com/ecrsd - 1151@hsesinfo.org - 897 Acquoni Road - - Cherokee - NC - 28719-8603 - PO Box 1178 - Qualla Boundary Hes - Cherokee - NC - 28719-1178 - 897 Acquoni Rd - - Cherokee - NC - 28719-8603 - Mr. - F225466 - L225466 - - Principal Chief Eastern Band of Cherokee Indians - 225466@hsesinfo.org - Ms. - F225467 - L225467 - - Secretary, Public Health and Human Services Division - 225467@hsesinfo.org - Ms. - F225469 - L225469 - - 225469@hsesinfo.org - Ms. - F225465 - L225465 - - 225465@hsesinfo.org - 555-555-5465 - - - 11026 - 1152 - 12976 - 200 - 2014 - 2020-02-01 - - AIAN EHS - Active - EASTERN BAND OF CHEROKEE INDIANS - http://nc-cherokee.com/ecrsd - 1152@hsesinfo.org - 897 Acquoni Rd - - Cherokee - NC - 28719-8603 - P.O. Box 1178 - 897 Acqoni Road - Cherokee - NC - 28719-1178 - 897 Acquoni Rd - - Cherokee - NC - 28719-8603 - Mr. - F225473 - L225473 - - Principal Chief Eastern Band of Cherokee Indians - 225473@hsesinfo.org - Ms. - F225474 - L225474 - - Secretary, Public Health and Human Services Division - 225474@hsesinfo.org - Ms. - F225476 - L225476 - - 225476@hsesinfo.org - Ms. - F225472 - L225472 - - 225472@hsesinfo.org - 555-555-5472 - - - 11027 - 1593 - 12973 - 000 - 2001 - 2020-02-01 - - AIAN HS - Active - CHEMEHUEVI INDIAN TRIBE - - 1593@hsesinfo.org - 1987 Palo Verde Drive - - Havasu Lake - CA - 92363-1976 - P.O. Box 1976 - - Havasu Lake - CA - 92363-1976 - 1990 Palo Verde Drive - - Havasu Lake - CA - 92363 - Mr. - F225480 - L225480 - - Chairman - 225480@hsesinfo.org - Mr. - F225481 - L225481 - - Vice-Chairman - 225481@hsesinfo.org - Ms. - F225483 - L225483 - - 225483@hsesinfo.org - Ms. - F225479 - L225479 - - 225479@hsesinfo.org - 555-555-5479 - - - 10511 - 1765 - 12497 - 200 - 2014 - 2019-09-01 - - EHS - Active - Verner Center for Early Learning - http://www.vernerearlylearing.org - 1765@hsesinfo.org - 2586 Riceville Road - - Asheville - NC - 28805-9793 - 2586 Riceville Road - - Asheville - NC - 28805-9793 - 2586 Riceville Road - - Asheville - NC - 28805-9793 - Mr. - F221916 - L221916 - - Board President - 221916@hsesinfo.org - Ms. - F221917 - L221917 - - Executive Director - 221917@hsesinfo.org - Ms. - F221919 - L221919 - - 221919@hsesinfo.org - Ms. - F221915 - L221915 - - 221915@hsesinfo.org - 555-555-1915 - - - 10078 - 3706 - 12129 - 002 - 2014 - 2019-07-01 - - HS - Active - Santa Ana Unified School District - www.sausd.k12.ca.us - 3706@hsesinfo.org - 1629 S. Center St. - - Santa Ana - CA - 92704-4111 - 1629 S. Center St. - - Santa Ana - CA - 92704-4111 - 1629 S. Center St. - - Santa Ana - CA - 92704-4111 - Mr. - F218939 - L218939 - - Board President - 218939@hsesinfo.org - Dr. - F218940 - L218940 - - Deputy Superintendent Educational Services - 218940@hsesinfo.org - Ms. - F218942 - L218942 - - 218942@hsesinfo.org - Ms. - F218938 - L218938 - - 218938@hsesinfo.org - 555-555-8938 - - - 9679 - 3749 - 11846 - 001 - 2014 - 2019-06-01 - - HS - Active - Cincinnati Public Schools Head Start - http://www.cps-k12.org/programs/preschool - 3749@hsesinfo.org - 2651 Burnet Avenue - - Cincinnati - OH - 45219-2551 - 2651 Burnet Avenue - - Cincinnati - OH - 45219-2551 - 2651 Burnet Avenue - - Cincinnati - OH - 45219-2551 - Mrs. - F216174 - L216174 - - Board President - 216174@hsesinfo.org - Ms. - F216175 - L216175 - - Superintendent - 216175@hsesinfo.org - Ms. - F216177 - L216177 - - 216177@hsesinfo.org - Ms. - F216173 - L216173 - - 216173@hsesinfo.org - 555-555-6173 - - - 9525 - 8805 - 11744 - 200 - 2019 - 2019-03-01 - - EHS - Active - Community Action Partnership of Kern - www.capk.org - 8805@hsesinfo.org - 5005 Business Park N - - Bakersfield - CA - 93309-1651 - 5005 Business Park N - - Bakersfield - CA - 93309-1651 - 5005 Business Park N - - Bakersfield - CA - 93309-1651 - Mr. - F215172 - L215172 - - Chairman of the Board - 215172@hsesinfo.org - Mr. - F215173 - L215173 - - Executive Director - 215173@hsesinfo.org - Mrs. - F215175 - L215175 - - 215175@hsesinfo.org - Mrs. - F215171 - L215171 - - 215171@hsesinfo.org - 555-555-5171 x 5555 - - - 11038 - 733 - 12990 - 000 - 1992 - 2020-02-01 - - HS - Active - Bossier Office of Community Services - http://www.bocs.org - 733@hsesinfo.org - 700 Benton Rd - - Bossier City - LA - 71111 - PO Box 6004 - - Bossier City - LA - 71171-6004 - 700 Benton Rd - - Bossier City - LA - 71111 - Ms. - F225548 - L225548 - NA - Board Chairperson - 225548@hsesinfo.org - Mrs. - F225549 - L225549 - NA - Executive Head Start Director - 225549@hsesinfo.org - Ms. - F225551 - L225551 - NA - 225551@hsesinfo.org - Mrs. - F225547 - L225547 - NA - 225547@hsesinfo.org - 555-555-5547 x 5555 - - - 11039 - 734 - 12990 - 200 - 2003 - 2020-02-01 - - EHS - Active - Bossier Office of Community Services - http://www.bocs.org - 734@hsesinfo.org - 700 Benton Rd - - Bossier City - LA - 71111 - PO Box 6004 - - Bossier City - LA - 71171-6004 - 700 Benton Rd - - Bossier City - LA - 71111 - Ms. - F225555 - L225555 - NA - Board Chairperson - 225555@hsesinfo.org - Mrs. - F225556 - L225556 - NA - Executive Head Start Director - 225556@hsesinfo.org - Mrs. - F225558 - L225558 - NA - 225558@hsesinfo.org - Ms. - F225554 - L225554 - NA - 225554@hsesinfo.org - 555-555-5554 x 5555 - - - 11040 - 1592 - 12991 - 200 - 2001 - 2020-02-01 - - EHS - Active - PARENT & CHILD INC. - https://parentchildinc.com/ - 1592@hsesinfo.org - 7815 Mainland Dr - - San Antonio - TX - 78250-5150 - 7815 Mainland Dr - - San Antonio - TX - 78250-5150 - 7815 Mainland Dr - - San Antonio - TX - 78250-5150 - Mr. - F225562 - L225562 - - Board President - 225562@hsesinfo.org - Dr. - F225563 - L225563 - PhD - Chief Executive Officer/EHS-HS Director - 225563@hsesinfo.org - Ms. - F225565 - L225565 - - 225565@hsesinfo.org - Dr. - F225561 - L225561 - PhD - 225561@hsesinfo.org - 555-555-5561 - - - 11041 - 2551 - 12993 - 000 - 2008 - 2020-02-01 - - HS - Active - WEST BATON ROUGE PARISH SCHOOL DISTRICT - www.wbrschools.net - 2551@hsesinfo.org - 3761 Rosedale Rd - - Port Allen - LA - 70767-4305 - 3761 Rosedale Rd - - Port Allen - LA - 70767-4305 - 3761 Rosedale Rd - - Port Allen - LA - 70767-4305 - Mr. - F225569 - L225569 - - Board President - 225569@hsesinfo.org - Mr. - F225570 - L225570 - - Superintendent - 225570@hsesinfo.org - Ms. - F225572 - L225572 - - 225572@hsesinfo.org - Ms. - F225568 - L225568 - - 225568@hsesinfo.org - 555-555-5568 - - - 11044 - 1012 - 12989 - 000 - 1992 - 2020-02-01 - - HS - Active - NORTHEAST IOWA COMMUNITY ACTION CORPORATION - http://www.neicac.org - 1012@hsesinfo.org - 305 Montgomery St - - Decorah - IA - 52101-2721 - PO Box 487 - - Decorah - IA - 52101-0487 - 305 Montgomery St - - Decorah - IA - 52101-2721 - Mr. - F225590 - L225590 - - Board Chair - 225590@hsesinfo.org - Ms. - F225591 - L225591 - - - 225591@hsesinfo.org - Mr. - F225593 - L225593 - - 225593@hsesinfo.org - Ms. - F225589 - L225589 - - 225589@hsesinfo.org - 555-555-5589 x 5555 - - - 11045 - 1011 - 12989 - 200 - 2003 - 2020-02-01 - - EHS - Active - NORTHEAST IOWA COMMUNITY ACTION CORPORATION - http://www.neicac.org - 1011@hsesinfo.org - 107 W Center St - - Monona - IA - 52159-8224 - PO Box 417 - - Monona - IA - 52159-0417 - 305 Montgomery St - - Decorah - IA - 52101-2721 - Mr. - F225597 - L225597 - - Board Chair - 225597@hsesinfo.org - Ms. - F225598 - L225598 - - - 225598@hsesinfo.org - Mr. - F225600 - L225600 - - 225600@hsesinfo.org - Ms. - F225596 - L225596 - - 225596@hsesinfo.org - 555-555-5596 x 5555 - - - 11046 - 1017 - 12992 - 000 - 1992 - 2020-02-01 - - HS - Active - SOUTHEAST NEBRASKA COMMUNITY ACTION PARTNERSHIP, INC - www.senca.org - 1017@hsesinfo.org - 802 4th St - - Humboldt - NE - 68376-6049 - PO Box 646 - - Humboldt - NE - 68376-0646 - 802 4th St - - Humboldt - NE - 68376-6049 - Mrs. - F225604 - L225604 - - Board Chair - 225604@hsesinfo.org - Mrs. - F225605 - L225605 - - Executive Director - 225605@hsesinfo.org - Ms. - F225607 - L225607 - - 225607@hsesinfo.org - Mrs. - F225603 - L225603 - - 225603@hsesinfo.org - 555-555-5603 x 5555 - - - 11047 - 6670 - 12988 - 200 - - 2020-02-01 - - EHS - Active - Volunteers of America - Southwest Inc - - 6670@hsesinfo.org - 3530 Camino Del Rio N Ste 300 - - San Diego - CA - 92108-1746 - 3530 Camino Del Rio N Ste 300 - - San Diego - CA - 92108-1746 - 3530 Camino Del Rio N Ste 300 - - San Diego - CA - 92108-1746 - Mr. - F225611 - L225611 - - Board Chair - 225611@hsesinfo.org - Mr. - F225612 - L225612 - - President/CEO - 225612@hsesinfo.org - Ms. - F225614 - L225614 - - 225614@hsesinfo.org - Ms. - F225610 - L225610 - - 225610@hsesinfo.org - 555-555-5610 - - - 11048 - 1109 - 12987 - 000 - 1992 - 2020-02-01 - - HS - Active - Placer Community Action Council, Inc. - http://www.kidzCommunity.org - 1109@hsesinfo.org - 1166 High Street - - Auburn - CA - 95603-5110 - 1166 High Street - - Auburn - CA - 95603-5110 - 1166 High Street - - Auburn - CA - 95603-5110 - Ms. - F225618 - L225618 - - Chairman, Board of Directors - 225618@hsesinfo.org - Ms. - F225619 - L225619 - - Executive Director - 225619@hsesinfo.org - Ms. - F225621 - L225621 - - 225621@hsesinfo.org - Ms. - F225617 - L225617 - - 225617@hsesinfo.org - 555-555-5617 - - - 11049 - 1108 - 12987 - 200 - 2001 - 2020-02-01 - - EHS - Active - Placer Community Action Council, Inc. - http://www.kidzCommunity.org - 1108@hsesinfo.org - 1166 High Street - - Auburn - CA - 95603-5110 - 1166 High Street - - Auburn - CA - 95603-5110 - 1166 High Street - - Auburn - CA - 95603-5110 - Ms. - F225625 - L225625 - - Chairman, Board of Directors - 225625@hsesinfo.org - Ms. - F225626 - L225626 - - Executive Director - 225626@hsesinfo.org - Ms. - F225628 - L225628 - - 225628@hsesinfo.org - Ms. - F225624 - L225624 - - 225624@hsesinfo.org - 555-555-5624 - - - 11051 - 1958 - 12997 - 000 - 1992 - 2020-02-01 - - HS - Active - East Bay Community Action Program - www.ebcap.org - 1958@hsesinfo.org - 8 John H Chafee Blvd - Newport Head Start Center - Newport - RI - 02840-1034 - 8 John H Chafee Blvd - Newport Head Start Center - Newport - RI - 02840-1034 - 8 John H Chafee Blvd - Newport Head Start Center - Newport - RI - 02840-1034 - Mr. - F225638 - L225638 - - Chairperson - 225638@hsesinfo.org - Mr. - F225639 - L225639 - - - 225639@hsesinfo.org - Ms. - F225641 - L225641 - - 225641@hsesinfo.org - Ms. - F225637 - L225637 - - 225637@hsesinfo.org - 555-555-5637 x 5555 - - - 11052 - 1959 - 12997 - 200 - 1993 - 2020-02-01 - - EHS - Active - East Bay Community Action Program - www.ebcap.org - 1959@hsesinfo.org - 8 John H Chafee Blvd - Newport Head Start Center - Newport - RI - 02840-1034 - 8 John H Chafee Blvd - Newport Head Start Center - Newport - RI - 02840-1034 - 8 John H Chafee Blvd - Newport Head Start Center - Newport - RI - 02840-1034 - Mr. - F225645 - L225645 - - Chairperson - 225645@hsesinfo.org - Mr. - F225646 - L225646 - - - 225646@hsesinfo.org - Ms. - F225648 - L225648 - - 225648@hsesinfo.org - Ms. - F225644 - L225644 - - 225644@hsesinfo.org - 555-555-5644 x 5555 - - - 11053 - 2595 - 12995 - 200 - 2011 - 2020-02-01 - - EHS - Active - YESHIVA KEHILATH YAKOV, INC - - 2595@hsesinfo.org - 638 Bedford Ave - - Brooklyn - NY - 11249-8007 - 638 Bedford Ave - - Brooklyn - NY - 11249-8007 - 638 Bedford Ave - - Brooklyn - NY - 11249-8007 - Mr. - F225652 - L225652 - - Board Chair - 225652@hsesinfo.org - Mr. - F225653 - L225653 - - Director - 225653@hsesinfo.org - Mrs. - F225655 - L225655 - - 225655@hsesinfo.org - Mr. - F225651 - L225651 - - 225651@hsesinfo.org - 555-555-5651 x 5555 - - - 11054 - 6667 - 12996 - 200 - - 2020-02-01 - - EHS - Active - Community Action Partnership of Kern - www.capk.org - 6667@hsesinfo.org - 5005 Business Park N - - Bakersfield - CA - 93309-1651 - 5005 Business Park N - - Bakersfield - CA - 93309-1651 - 5005 Business Park N - - Bakersfield - CA - 93309-1651 - Mr. - F225659 - L225659 - - Chairman of the Board - 225659@hsesinfo.org - Mr. - F225660 - L225660 - - Executive Director - 225660@hsesinfo.org - Mrs. - F225662 - L225662 - - 225662@hsesinfo.org - Mrs. - F225658 - L225658 - - 225658@hsesinfo.org - 555-555-5658 x 5555 - - - 8902 - 600 - 11265 - 000 - 2013 - 2018-07-01 - - HS - Active - MOBILE COMMUNITY ACTION, INC. - http://www.mcamobile.org - 600@hsesinfo.org - 461 Donald St - - - Mobile - AL - 36617-3327 - PO Box 10159 - - Prichard - AL - 36610-0159 - 461 Donald St - - - Mobile - AL - 36617-3327 - Dr. - F210835 - L210835 - - Board Chairman - 210835@hsesinfo.org - Mr. - F210836 - L210836 - - Executive Director - 210836@hsesinfo.org - Mrs. - F210838 - L210838 - - 210838@hsesinfo.org - Ms. - F210834 - L210834 - - 210834@hsesinfo.org - 555-555-0834 x 5555 - - - 8903 - 8265 - 11265 - 200 - 2016 - 2018-07-01 - - EHS - Active - MOBILE COMMUNITY ACTION, INC. - http://www.mcamobile.org - 8265@hsesinfo.org - 461 Donald St - - - Mobile - AL - 36617-3327 - PO Box 10159 - - Prichard - AL - 36610-0159 - 461 Donald street - - - Mobile - AL - 36617 - Dr. - F210842 - L210842 - - Board Chairman - 210842@hsesinfo.org - Mr. - F210843 - L210843 - - Executive Director - 210843@hsesinfo.org - Mrs. - F210845 - L210845 - - 210845@hsesinfo.org - Ms. - F210841 - L210841 - - 210841@hsesinfo.org - 555-555-0841 x 5555 - - - 11062 - 2116 - 13002 - 000 - 1992 - 2020-02-01 - - HS - Active - PARENT & CHILD DEVELOPMENT CENTER, INC - http://www.pcdcva.org - 2116@hsesinfo.org - 602 Main Street - - West Point - VA - 23181-9603 - 602 Main Street - - West Point - VA - 23181-9603 - 602 Main Street - - West Point - VA - 23181-9603 - Mrs. - F225694 - L225694 - - Chairperson, Board of Directors - 225694@hsesinfo.org - Ms. - F225695 - L225695 - - Executive Director - 225695@hsesinfo.org - Ms. - F225697 - L225697 - - 225697@hsesinfo.org - Ms. - F225693 - L225693 - - 225693@hsesinfo.org - 555-555-5693 x 5555 - - - 11063 - 2458 - 13003 - 000 - 2014 - 2020-02-01 - - HS - Active - Garrett County Community Action Committee, Inc. - http://www.garrettcac.org - 2458@hsesinfo.org - 104 East Center Street - - Oakland - MD - 21550-1328 - 104 East Center Street - - Oakland - MD - 21550-1328 - 104 East Center Street - - Oakland - MD - 21550-1328 - Ms. - F225701 - L225701 - - Chairperson, CAC Board of Directors - 225701@hsesinfo.org - Mr. - F225702 - L225702 - - President - 225702@hsesinfo.org - Ms. - F225704 - L225704 - - 225704@hsesinfo.org - Ms. - F225700 - L225700 - - 225700@hsesinfo.org - 555-555-5700 x 5555 - - - 11064 - 2459 - 13003 - 200 - 2014 - 2020-02-01 - - EHS - Active - Garrett County Community Action Committee, Inc. - http://www.garrettcac.org - 2459@hsesinfo.org - 104 East Center Street - - Oakland - MD - 21550-1328 - 104 East Center Street - - Oakland - MD - 21550-1328 - 104 East Center Street - - Oakland - MD - 21550-1328 - Ms. - F225708 - L225708 - - Chairperson, CAC Board of Directors - 225708@hsesinfo.org - Mr. - F225709 - L225709 - - President - 225709@hsesinfo.org - Ms. - F225711 - L225711 - - 225711@hsesinfo.org - Ms. - F225707 - L225707 - - 225707@hsesinfo.org - 555-555-5707 x 5555 - - - 10763 - 4914 - 12748 - 000 - 2014 - 2019-12-01 - - HS - Active - Avoyelles Child Development Services, Inc. - lynnnormand@avoyellesheadstart.org - 4914@hsesinfo.org - 562 Main St - - Moreauville - LA - 71355-3066 - PO Box 153 - - Moreauville - LA - 71355-0153 - 562 Main St - - Moreauville - LA - 71355-3066 - Miss - F223662 - L223662 - - Board President - 223662@hsesinfo.org - Mrs. - F223663 - L223663 - - Program Director - 223663@hsesinfo.org - Mrs. - F223665 - L223665 - - 223665@hsesinfo.org - Mrs. - F223661 - L223661 - - 223661@hsesinfo.org - 555-555-3661 - - - 10764 - 8291 - 12748 - 200 - 2017 - 2019-12-01 - - EHS - Active - Avoyelles Child Development Services, Inc. - - 8291@hsesinfo.org - 562 Main St - - Moreauville - LA - 71355-3066 - PO Box 153 - - Moreauville - LA - 71355-0153 - 562 Main St - - Moreauville - LA - 71355-3066 - Miss - F223669 - L223669 - - Board President - 223669@hsesinfo.org - Mrs. - F223670 - L223670 - - Program Director - 223670@hsesinfo.org - Mrs. - F223672 - L223672 - - 223672@hsesinfo.org - Mrs. - F223668 - L223668 - - 223668@hsesinfo.org - 555-555-3668 - - - 10111 - 2087 - 12154 - 000 - 2014 - 2019-07-01 - - HS - Active - Bi-County Community Action Program, Inc. - www.bicap.org - 2087@hsesinfo.org - 6603 Bemidji Ave N - - Bemidji - MN - 56601-8669 - PO Box 579 - - Bemidji - MN - 56619-0579 - 6603 Bemidji Ave N - - Bemidji - MN - 56601-8669 - Ms. - F219168 - L219168 - - Board Chairperson - 219168@hsesinfo.org - Ms. - F219169 - L219169 - - Executive Director - 219169@hsesinfo.org - Mr. - F219171 - L219171 - - 219171@hsesinfo.org - Ms. - F219167 - L219167 - - 219167@hsesinfo.org - 555-555-9167 - - - 10112 - 2088 - 12154 - 200 - 2014 - 2019-07-01 - - EHS - Active - Bi-County Community Action Program, Inc. - www.bicap.org - 2088@hsesinfo.org - 6603 Bemidji Ave N - - Bemidji - MN - 56601-8669 - PO Box 579 - - Bemidji - MN - 56619-0579 - 6603 Bemidji Ave N - - Bemidji - MN - 56601-8669 - Ms. - F219175 - L219175 - - Board Chairperson - 219175@hsesinfo.org - Ms. - F219176 - L219176 - - Executive Director - 219176@hsesinfo.org - Mr. - F219178 - L219178 - - 219178@hsesinfo.org - Ms. - F219174 - L219174 - - 219174@hsesinfo.org - 555-555-9174 - - - 10916 - 3092 - 12893 - 200 - 2011 - 2020-01-01 - - EHS - Active - Associates for Human Services, Inc. - www.ahsinc.org - 3092@hsesinfo.org - 68 Allison Ave - - Taunton - MA - 02780-6958 - 68 Allison Ave - - Taunton - MA - 02780-6958 - 68 Allison Ave - - Taunton - MA - 02780-6958 - Ms. - F224711 - L224711 - - AHS Board Chair - 224711@hsesinfo.org - Ms. - F224712 - L224712 - - AHS CEO - 224712@hsesinfo.org - Ms. - F224714 - L224714 - - 224714@hsesinfo.org - Mrs. - F224710 - L224710 - - 224710@hsesinfo.org - 555-555-4710 x 5555 - - - 10902 - 1456 - 12867 - 000 - 1998 - 2020-01-01 - - AIAN HS - Active - PINOLEVILLE POMO NATION - Pinoleville-nsn.gov - 1456@hsesinfo.org - 500 A Pinoleville Drive - - Ukiah - CA - 95482-7121 - 500 A Pinoleville Drive - - Ukiah - CA - 95482-7121 - 500 A Pinoleville Drive - - Ukiah - CA - 95482-7121 - Ms. - F224606 - L224606 - - Chairperson - 224606@hsesinfo.org - Ms. - F224607 - L224607 - - Interim Director - 224607@hsesinfo.org - Mr. - F224609 - L224609 - - 224609@hsesinfo.org - Ms. - F224605 - L224605 - - 224605@hsesinfo.org - 555-555-4605 x 5555 - - - 10903 - 8591 - 12867 - 200 - 2017 - 2020-01-01 - - AIAN EHS - Active - PINOLEVILLE POMO NATION - Pinoleville-nsn.gov - 8591@hsesinfo.org - 500 A Pinoleville Drive - - Ukiah - CA - 95482-7121 - 500 A Pinoleville Drive - - Ukiah - CA - 95482-7121 - 500 A Pinoleville Drive - - Ukiah - CA - 95482-7121 - Ms. - F224613 - L224613 - - Chairperson - 224613@hsesinfo.org - Ms. - F224614 - L224614 - - - 224614@hsesinfo.org - Mr. - F224616 - L224616 - - 224616@hsesinfo.org - Ms. - F224612 - L224612 - - 224612@hsesinfo.org - 555-555-4612 x 5555 - - - 10125 - 3731 - 12173 - 004 - 2014 - 2019-07-01 - 2020-06-30 - HS - Inactive - Roosevelt School District Head Start - www.rsd66.org / www.rsd.K12.az.us - 3731@hsesinfo.org - 6218 S 7th St - - Phoenix - AZ - 85042-4211 - 6218 S 7th St - - Phoenix - AZ - 85042-4211 - 6218 S 7th St - - Phoenix - AZ - 85042-4211 - Mr. - F219266 - L219266 - - Board President - 219266@hsesinfo.org - Dr. - F219267 - L219267 - - Superintendent - 219267@hsesinfo.org - Ms. - F219269 - L219269 - - 219269@hsesinfo.org - Ms. - F219265 - L219265 - - 219265@hsesinfo.org - 555-555-9265 - - - 5429 - 1856 - 9167 - 000 - 2014 - 2014-09-01 - 2020-08-31 - AIAN HS - Inactive - ST CROIX CHIPPEWA INDIANS OF WISCONSIN - - 1856@hsesinfo.org - 3792 Highway 70 - 24663 Angeline Avenue - Webster - WI - 54893-9246 - 3792 Highway 70 - 24663 Angeline Avenue - Webster - WI - 54893-9246 - 3792 Highway 70 - 24663 Angeline Avenue - Webster - WI - 54893-9246 - Ms. - F96952 - L96952 - - Tribal Chairwoman - 96952@hsesinfo.org - Ms. - F96953 - L96953 - - Tribal Chairwoman - 96953@hsesinfo.org - Ms. - F96951 - L96951 - - 96951@hsesinfo.org - Ms. - F96949 - L96949 - - 96949@hsesinfo.org - 555-555-6949 - - - 6857 - 4037 - 10326 - 015 - 2013 - 2015-08-01 - - HS - Active - Easter Seals South Florida, Inc. - www.easterseals.com/southflorida - 4037@hsesinfo.org - 1475 NW 14th Ave - - Miami - FL - 33125-1616 - 1475 NW 14th Ave - - Miami - FL - 33125-1616 - 1475 NW 14th Ave - - Miami - FL - 33125-1616 - Mr. - F203674 - L203674 - J. - Board Chair - 203674@hsesinfo.org - Ms. - F203675 - L203675 - - CEO - 203675@hsesinfo.org - Mrs. - F203677 - L203677 - - 203677@hsesinfo.org - Ms. - F203673 - L203673 - - 203673@hsesinfo.org - 555-555-3673 - - - 6858 - 4019 - 10326 - 215 - 2013 - 2015-08-01 - - EHS - Active - Easter Seals South Florida, Inc. - www.easterseals.com/southflorida - 4019@hsesinfo.org - 1475 NW 14th Ave - - Miami - FL - 33125-1616 - 1475 NW 14th Ave - - Miami - FL - 33125-1616 - 1475 NW 14th Ave - - Miami - FL - 33125-1616 - Mr. - F203681 - L203681 - J. - Board Chair - 203681@hsesinfo.org - Ms. - F203682 - L203682 - - CEO - 203682@hsesinfo.org - Mrs. - F203684 - L203684 - - 203684@hsesinfo.org - Ms. - F203680 - L203680 - - 203680@hsesinfo.org - 555-555-3680 - - - 10438 - 6031 - 12435 - 200 - - 2019-09-01 - - EHS - Active - Community Action Organization of Erie County Inc. - http://www.caoec.org - 6031@hsesinfo.org - 45 Jewett - Suite 150 - Buffalo - NY - 14214-2441 - 45 Jewett - Suite 150 - Buffalo - NY - 14214-2441 - 45 Jewett - Suite 150 - Buffalo - NY - 14214-2441 - Hon. - F221405 - L221405 - - CAO Board Chairperson - 221405@hsesinfo.org - Mr. - F221406 - L221406 - - President/CEO - 221406@hsesinfo.org - Ms. - F221408 - L221408 - - 221408@hsesinfo.org - Ms. - F221404 - L221404 - - 221404@hsesinfo.org - 555-555-1404 - - - 11070 - 826 - 13008 - 000 - 1994 - 2020-03-01 - - HS - Active - Champaign County Head Start - http://www.ccrpc.org - 826@hsesinfo.org - 1776 East Washington Street - - Urbana - IL - 61802-4578 - 1776 East Washington Street - - Urbana - IL - 61802-4578 - 1776 East Washington Street - - Urbana - IL - 61802-4578 - Mr. - F225739 - L225739 - - County Board Chair - 225739@hsesinfo.org - Dr. - F225740 - L225740 - - Chief Executive Officer - 225740@hsesinfo.org - Ms. - F225742 - L225742 - - 225742@hsesinfo.org - Mrs. - F225738 - L225738 - - 225738@hsesinfo.org - 555-555-5738 - - - 11071 - 827 - 13008 - 200 - 2002 - 2020-03-01 - - EHS - Active - Champaign County Early Head Start - http://www.ccrpc.org - 827@hsesinfo.org - 1776 East Washington Street - - Urbana - IL - 61802-4578 - 1776 East Washington Street - - Urbana - IL - 61802-4578 - 1776 E Washington St - - Urbana - IL - 61802-4578 - Mr. - F225746 - L225746 - - County Board Chair - 225746@hsesinfo.org - Dr. - F225747 - L225747 - - Chief Executive Officer - 225747@hsesinfo.org - Ms. - F225749 - L225749 - - 225749@hsesinfo.org - Mrs. - F225745 - L225745 - - 225745@hsesinfo.org - 555-555-5745 - - - 10008 - 6354 - 12098 - 202 - - 2019-07-01 - - EHS - Active - Plaza de la Raza Child Development Services - 13300 Crossroads Pkwy N. Suite 440 - 6354@hsesinfo.org - 13300 Crossroads Pkwy N - Ste 440 - City Of Industry - CA - 91746-3440 - 13300 Crossroads Pkwy N - Ste 440 - City Of Industry - CA - 91746-3440 - 13300 Crossroads Pkwy N - Ste 440 - City Of Industry - CA - 91746-3440 - Ms. - F218449 - L218449 - - Board Chair - 218449@hsesinfo.org - Ms. - F218450 - L218450 - - - 218450@hsesinfo.org - Ms. - F218452 - L218452 - - 218452@hsesinfo.org - Ms. - F218448 - L218448 - - 218448@hsesinfo.org - 555-555-8448 - - - 10934 - 1126 - 12889 - 000 - 2015 - 2020-01-01 - 2020-01-01 - AIAN HS - Inactive - Salt River Pima-Maricopa Indian Community - www.srpmic-ed.org - 1126@hsesinfo.org - 4836 N Center St - - Scottsdale - AZ - 85256 - 10005 E Osborn Rd - - Scottsdale - AZ - 85256-4019 - 10005 E Osborn Rd - - Scottsdale - AZ - 85256-4019 - Mr. - F224837 - L224837 - - President - 224837@hsesinfo.org - Mr. - F224838 - L224838 - - - 224838@hsesinfo.org - Mr. - F224840 - L224840 - - 224840@hsesinfo.org - Mrs. - F224836 - L224836 - - 224836@hsesinfo.org - 555-555-4836 - - - 10935 - 2616 - 12889 - 200 - 2015 - 2020-01-01 - 2020-01-01 - AIAN EHS - Inactive - Salt River Pima-Maricopa Indian Community - www.srpmic-ed.org - 2616@hsesinfo.org - 4836 N Center St - - Scottsdale - AZ - 85256 - 10005 E Osborn Rd - - Scottsdale - AZ - 85256-4019 - 10005 E Osborn Rd - - Scottsdale - AZ - 85256-4019 - Mr. - F224844 - L224844 - Sr. - President - 224844@hsesinfo.org - Mr. - F224845 - L224845 - Sr. - - 224845@hsesinfo.org - Ms. - F224847 - L224847 - - 224847@hsesinfo.org - Mrs. - F224843 - L224843 - - 224843@hsesinfo.org - 555-555-4843 - - - 5762 - 1126 - 9366 - 000 - 2015 - 2015-01-01 - - AIAN HS - Active - Salt River Pima-Maricopa Indian Community - www.srpmic-ed.org - 1126@hsesinfo.org - 4836 N Center St - - Scottsdale - AZ - 85256 - 10005 E Osborn Rd - - Scottsdale - AZ - 85256-4019 - 10005 E Osborn Rd - - Scottsdale - AZ - 85256-4019 - Mr. - F103367 - L103367 - - President - 103367@hsesinfo.org - Mr. - F103366 - L103366 - - - 103366@hsesinfo.org - Mr. - F103369 - L103369 - - 103369@hsesinfo.org - Mrs. - F103365 - L103365 - - 103365@hsesinfo.org - 555-555-3365 - - - 5763 - 2616 - 9366 - 200 - 2015 - 2015-01-01 - - AIAN EHS - Active - Salt River Pima-Maricopa Indian Community - www.srpmic-ed.org - 2616@hsesinfo.org - 4836 N Center St - - Scottsdale - AZ - 85256 - 10005 E Osborn Rd - - Scottsdale - AZ - 85256-4019 - 10005 E Osborn Rd - - Scottsdale - AZ - 85256-4019 - Mr. - F103377 - L103377 - Sr. - President - 103377@hsesinfo.org - Mr. - F103375 - L103375 - Sr. - - 103375@hsesinfo.org - Ms. - F103374 - L103374 - - 103374@hsesinfo.org - Mrs. - F103373 - L103373 - - 103373@hsesinfo.org - 555-555-3373 - - - 11072 - 1591 - 13009 - 000 - 2001 - 2020-03-01 - - HS - Active - Diocese of Mayaguez - www.cdfseasonalpr.org - 1591@hsesinfo.org - Centro De Desarrollo Familiar-Seasonal Head Start/Ehs Diocesis De Mayaguez - Edificio Hormigueros Plaza Local 3B Calle Comercio Interseccion 3344 - Hormigueros - PR - 00660 - PO Box 1333 - Centro De Desarrollo Familiar-Seasonal Head Start/Ehs Diocesis De Mayaguez - Hormigueros - PR - 00660-5333 - Centro De Desarrollo Familiar-Seasonla Head Start/Ehs Diocesis De Mayaguez - Edificio Hormigueros Plaza Local 3B Calle Comercio Interseccion 3344 - Hormigueros - PR - 00660 - Rev. - F225753 - L225753 - - Governing Board Chairperson - 225753@hsesinfo.org - Mrs. - F225754 - L225754 - - - 225754@hsesinfo.org - Mrs. - F225756 - L225756 - - 225756@hsesinfo.org - Mrs. - F225752 - L225752 - - 225752@hsesinfo.org - 555-555-5752 - - - 11073 - 1590 - 13009 - 200 - 2001 - 2020-03-01 - - EHS - Active - Diocese of Mayaguez - www.cdfseasonalhs.org - 1590@hsesinfo.org - Centro De Desarrollo Familiar-Seasonal Head Start - Edificio Hormigueros Plaza Local 3B Calle Comercio Interseccion 3344 - Hormigueros - PR - 00660 - PO Box 1333 - Centro De Desarrollo Familiar Seasonal Head Start - Hormigueros - PR - 00660-5333 - Centro De Desarrollo Familiar Seasonal Head Start - Edificio Hormigueros Plaza Local 3B Calle Comercio Interseccion 3343 - Hormigueros - PR - 00660 - Rev. - F225760 - L225760 - - Governing Board President - 225760@hsesinfo.org - Mrs. - F225761 - L225761 - - - 225761@hsesinfo.org - Mrs. - F225763 - L225763 - - 225763@hsesinfo.org - Mrs. - F225759 - L225759 - - 225759@hsesinfo.org - 555-555-5759 - - - 8984 - 1931 - 11318 - 000 - 2013 - 2018-08-01 - - HS - Active - City of Rockford, Human Services Dept. - http://www.rockfordil.gov - 1931@hsesinfo.org - 425 E State St - - Rockford - IL - 61104-1014 - 425 E State St - - Rockford - IL - 61104-1014 - 425 E State St - - Rockford - IL - 61104-1014 - Mr. - F211444 - L211444 - - Mayor - 211444@hsesinfo.org - Ms. - F211445 - L211445 - - Executive Director - 211445@hsesinfo.org - Mr. - F211447 - L211447 - - 211447@hsesinfo.org - Mrs. - F211443 - L211443 - - 211443@hsesinfo.org - 555-555-1443 - - - 8985 - 2765 - 11318 - 200 - 2013 - 2018-08-01 - - EHS - Active - City of Rockford, Human Services Dept. - http://www.rockfordil.gov - 2765@hsesinfo.org - 425 E State St - - Rockford - IL - 61104-1014 - 425 E State St - - Rockford - IL - 61104-1014 - 425 E State St - - Rockford - IL - 61104-1014 - Mr. - F211451 - L211451 - - Mayor - 211451@hsesinfo.org - Ms. - F211452 - L211452 - - Executive Director - 211452@hsesinfo.org - Mr. - F211454 - L211454 - - 211454@hsesinfo.org - Mrs. - F211450 - L211450 - - 211450@hsesinfo.org - 555-555-1450 - - - 8291 - 1486 - 10665 - 000 - 1998 - 2016-07-01 - - HS - Active - College of Southern Idaho Head Start - www.csi.edu/headstart - 1486@hsesinfo.org - 998 Washington St N - - Twin Falls - ID - 83301 - P.O. Box 1238 - - Twin Falls - ID - 83303-1238 - 998 Washington St N - - Twin Falls - ID - 83301-3154 - Mrs. - F207177 - L207177 - - College of Southern Idaho, Board Chairman - 207177@hsesinfo.org - Mr. - F207178 - L207178 - - Vice President of Administration - 207178@hsesinfo.org - Ms. - F207180 - L207180 - - 207180@hsesinfo.org - Ms. - F207176 - L207176 - - 207176@hsesinfo.org - 555-555-7176 x 5555 - - - 8292 - 2860 - 10665 - 200 - 2011 - 2016-07-01 - - EHS - Active - COLLEGE OF SOUTHERN IDAHO EARLY HEAD START - www.csi.edu/headstart - 2860@hsesinfo.org - POST OFFICE BOX 1238 - 998 Washington N - TWIN FALLS - ID - 83303 - POST OFFICE BOX 1238 - 998 Washington N - TWIN FALLS - ID - 83303 - POST OFFICE BOX 1238 - 998 Washington N - TWIN FALLS - ID - 83303 - Mrs. - F207184 - L207184 - - College of Southern Idaho Board, Chairman - 207184@hsesinfo.org - Mr. - F207185 - L207185 - - Vice President of Administration - 207185@hsesinfo.org - Ms. - F207187 - L207187 - - 207187@hsesinfo.org - Ms. - F207183 - L207183 - - 207183@hsesinfo.org - 555-555-7183 x 5555 - - - 10187 - 5927 - 12224 - 200 - - 2019-08-01 - - EHS - Active - Capstone Community Action, Inc. - http://www.capstonevt.org - 5927@hsesinfo.org - 20 Gable Place - - Barre - VT - 05641-4138 - 20 Gable Place - - Barre - VT - 05641-4138 - 20 Gable Place - - Barre - VT - 05641-4138 - Mr. - F219664 - L219664 - - President, Board of Directors - 219664@hsesinfo.org - Ms. - F219665 - L219665 - - Executive Director - 219665@hsesinfo.org - Mr. - F219667 - L219667 - - 219667@hsesinfo.org - Ms. - F219663 - L219663 - - 219663@hsesinfo.org - 555-555-9663 - - - 9933 - 1404 - 12017 - 000 - 2014 - 2019-07-01 - - HS - Active - Ozark Action, Inc - http://www.oaiwp.org - 1404@hsesinfo.org - 710 East Main Street - - West Plains - MO - 65775-3307 - 710 East Main Street - - West Plains - MO - 65775-3307 - 710 East Main Street - - West Plains - MO - 65775-3307 - Mr. - F217935 - L217935 - - President of the Board of Directors - 217935@hsesinfo.org - Mr. - F217936 - L217936 - - Executive Director - 217936@hsesinfo.org - Ms. - F217938 - L217938 - - 217938@hsesinfo.org - Ms. - F217934 - L217934 - - 217934@hsesinfo.org - 555-555-7934 x 5555 - - - 11075 - 245 - 13011 - 000 - 1993 - 2020-03-01 - - HS - Active - Head Start of Rockland, Inc - www.headstartofrockland.org - 245@hsesinfo.org - 117 Route 9W - - Haverstraw - NY - 10927-1404 - 117 Route 9W - - Haverstraw - NY - 10927-1404 - 117 Route 9W - - Haverstraw - NY - 10927-1404 - Ms. - F225777 - L225777 - - Board President - 225777@hsesinfo.org - Mrs. - F225778 - L225778 - - Executive Director - 225778@hsesinfo.org - Ms. - F225780 - L225780 - - 225780@hsesinfo.org - Mrs. - F225776 - L225776 - - 225776@hsesinfo.org - 555-555-5776 - - - 11076 - 3812 - 13013 - 001 - - 2020-03-01 - - HS - Active - CIC Head Start - rochellek@nscic.org - 3812@hsesinfo.org - 1 Washington Avenue - - Spring Valley - NY - 10977-1930 - 766 North Main Street - - Spring Valley - NY - 10977-1930 - 766 North Main Street - - Spring Valley - NY - 10977-1930 - Mrs. - F225784 - L225784 - - - 225784@hsesinfo.org - Mr. - F225785 - L225785 - - - 225785@hsesinfo.org - - F225787 - L225787 - - 225787@hsesinfo.org - Mrs. - F225783 - L225783 - - 225783@hsesinfo.org - 555-555-5783 - - - 11077 - 3174 - 13011 - 200 - 2001 - 2020-03-01 - - EHS - Active - Head Start of Rockland, Inc - www.headstartofrockland.org - 3174@hsesinfo.org - 117 Route 9W - - Haverstraw - NY - 10927-1404 - 117 Route 9W - - Haverstraw - NY - 10927-1404 - 117 Route 9W - - Haverstraw - NY - 10927-1404 - Ms. - F225791 - L225791 - - Board President - 225791@hsesinfo.org - Mrs. - F225792 - L225792 - - Executive Director - 225792@hsesinfo.org - Ms. - F225794 - L225794 - - 225794@hsesinfo.org - Mrs. - F225790 - L225790 - - 225790@hsesinfo.org - 555-555-5790 - - - 11078 - 1321 - 13012 - 000 - 1992 - 2020-03-01 - - HS - Active - WASHITA VALLEY COMMUNITY ACTION COUNCIL, INC - http://www.washitavalleycommunityaction.com - 1321@hsesinfo.org - 1000 W Minnesota Ave - - Chickasha - OK - 73018-3254 - PO Box 747 - - Chickasha - OK - 73023-0747 - 1000 W Minnesota Ave - - Chickasha - OK - 73018-3254 - Mr. - F225798 - L225798 - - Governing Board Chairperson - 225798@hsesinfo.org - Ms. - F225799 - L225799 - - Executive Director-Head Start/EHS Director - 225799@hsesinfo.org - Ms. - F225801 - L225801 - - 225801@hsesinfo.org - Ms. - F225797 - L225797 - - 225797@hsesinfo.org - 555-555-5797 x 5555 - - - 11079 - 2803 - 13012 - 200 - 2011 - 2020-03-01 - - EHS - Active - WASHITA VALLEY COMMUNITY ACTION COUNCIL, INC - washitavalleycommunityactioncouncil.com - 2803@hsesinfo.org - 1000 W Minnesota Ave - - Chickasha - OK - 73018-3254 - PO Box 747 - - Chickasha - OK - 73023-0747 - 1000 W Minnesota Ave - - Chickasha - OK - 73018-3254 - Mr. - F225805 - L225805 - - Governing Board Chairperson - 225805@hsesinfo.org - Ms. - F225806 - L225806 - - Executive Director-Head Start/EHS Director - 225806@hsesinfo.org - Ms. - F225808 - L225808 - - 225808@hsesinfo.org - Ms. - F225804 - L225804 - - 225804@hsesinfo.org - 555-555-5804 x 5555 - - - 11080 - 2202 - 13014 - 200 - 2007 - 2020-03-01 - - EHS - Active - El Valor Corporation - http://www.elvalor.net - 2202@hsesinfo.org - 1850 W 21st St - - Chicago - IL - 60608-2715 - 1850 W 21st St - - Chicago - IL - 60608-2715 - 1850 W 21st St - Annex Building - Chicago - IL - 60608-2715 - Mr. - F225812 - L225812 - - Executive Committee Chair - 225812@hsesinfo.org - Mr. - F225813 - L225813 - - CEO/Executive Director - 225813@hsesinfo.org - Ms. - F225815 - L225815 - - 225815@hsesinfo.org - Ms. - F225811 - L225811 - - 225811@hsesinfo.org - 555-555-5811 - - - 10003 - 2230 - 12073 - 000 - 2014 - 2019-07-01 - - HS - Active - Alameda Family Services - www.alamedafs.org - 2230@hsesinfo.org - 2325 Clement Ave - Ste A - Alameda - CA - 94501-7061 - 2325 Clement Ave - Ste A - Alameda - CA - 94501-7061 - 2325 Clement Ave - Ste A - Alameda - CA - 94501-7061 - Ms. - F218414 - L218414 - - AFS Board President - 218414@hsesinfo.org - Ms. - F218415 - L218415 - - Executive Director - 218415@hsesinfo.org - Ms. - F218417 - L218417 - - 218417@hsesinfo.org - Ms. - F218413 - L218413 - - 218413@hsesinfo.org - 555-555-8413 - - - 10004 - 2746 - 12073 - 200 - 2014 - 2019-07-01 - - EHS - Active - Alameda Family Services - www.alamedafs.org - 2746@hsesinfo.org - 2325 Clement Ave - Ste A - Alameda - CA - 94501-7061 - 2325 Clement Ave - Ste A - Alameda - CA - 94501-7061 - 2325 Clement Ave - Ste A - Alameda - CA - 94501-7061 - Ms. - F218421 - L218421 - - AFS Board President - 218421@hsesinfo.org - Ms. - F218422 - L218422 - - Executive Director - 218422@hsesinfo.org - Ms. - F218424 - L218424 - - 218424@hsesinfo.org - Ms. - F218420 - L218420 - - 218420@hsesinfo.org - 555-555-8420 - - - 6370 - 569 - 9961 - 000 - 1992 - 2015-06-01 - 2020-05-31 - HS - Inactive - Organized Community Action Program, Inc. - www.ocaptroy.com - 569@hsesinfo.org - 507 N 3 Notch St - - Troy - AL - 36081-2120 - 507 N 3 Notch St - - Troy - AL - 36081-2120 - 507 N 3 Notch St - - Troy - AL - 36081-2120 - Mr. - F200260 - L200260 - - Chairperson of the Board of Directors - 200260@hsesinfo.org - Ms. - F200261 - L200261 - - Executive Director - 200261@hsesinfo.org - Ms. - F200263 - L200263 - - 200263@hsesinfo.org - Ms. - F200259 - L200259 - - 200259@hsesinfo.org - 555-555-0259 - - - 5491 - 347 - 9279 - 000 - 2014 - 2014-11-01 - 2020-06-30 - HS - Inactive - Capstone Community Action, Inc. - http://www.capstonevt.org - 347@hsesinfo.org - 20 Gable Pl - - Barre - VT - 05641-4138 - 20 Gable Pl - - Barre - VT - 05641-4138 - 20 Gable Pl - - Barre - VT - 05641-4138 - Mr. - F99174 - L99174 - - President - 99174@hsesinfo.org - Ms. - F99175 - L99175 - - Executive Director - 99175@hsesinfo.org - Mr. - F99176 - L99176 - - 99176@hsesinfo.org - Ms. - F99172 - L99172 - - 99172@hsesinfo.org - 555-555-9172 - - - 5492 - 346 - 9279 - 200 - 2014 - 2014-11-01 - 2020-06-30 - EHS - Inactive - Capstone Community Action, Inc. - http://www.capstonevt.org - 346@hsesinfo.org - 20 Gable Pl - - Barre - VT - 05641-4138 - 20 Gable Pl - - Barre - VT - 05641-4138 - 20 Gable Pl - - Barre - VT - 05641-4138 - Mr. - F99184 - L99184 - - President - 99184@hsesinfo.org - Ms. - F99182 - L99182 - - Executive Director - 99182@hsesinfo.org - Mr. - F99180 - L99180 - - 99180@hsesinfo.org - Ms. - F99179 - L99179 - - 99179@hsesinfo.org - 555-555-9179 - - - 5916 - 3771 - 9542 - 001 - - 2015-03-01 - 2020-06-30 - HS - Inactive - Community Association for Preschool Education, Inc - http://www.capeheadstart.org - 3771@hsesinfo.org - 3037 Independence Dr - Ste A - Livermore - CA - 94551-7672 - 3037 Independence Dr - Ste A - Livermore - CA - 94551-7672 - 3037 Independence Dr - Ste A - Livermore - CA - 94551-7672 - Mr. - F106974 - L106974 - - President - 106974@hsesinfo.org - Ms. - F106972 - L106972 - - Executive Director - 106972@hsesinfo.org - Mrs. - F106973 - L106973 - - 106973@hsesinfo.org - Ms. - F106969 - L106969 - - 106969@hsesinfo.org - 555-555-6969 x 5555 - - - 6434 - 3722 - 10050 - 001 - - 2015-07-01 - 2020-06-30 - HS - Inactive - Easter Seals Southern California, Inc. - - 3722@hsesinfo.org - 1063 McGaw Ave - - Irvine - CA - 92614-5505 - 1063 McGaw Ave - - Irvine - CA - 92614-5505 - 1063 McGaw Ave - - Irvine - CA - 92614-5505 - Mr. - F200708 - L200708 - - - 200708@hsesinfo.org - Mr. - F200709 - L200709 - - - 200709@hsesinfo.org - Ms. - F200711 - L200711 - - 200711@hsesinfo.org - Ms. - F200707 - L200707 - - 200707@hsesinfo.org - 555-555-0707 - - - 11604 - 298 - 13389 - 000 - 1992 - 2020-07-01 - - HS - Active - School District of Philadelphia - http://webgui.phila.k12.pa.us/offices/e/earlychild - 298@hsesinfo.org - 440 N Broad St - - Philadelphia - PA - 19130-4015 - 440 N Broad St - - Philadelphia - PA - 19130-4015 - 440 N Broad St - - Philadelphia - PA - 19130-4015 - Mrs. - F229196 - L229196 - - Board of Education President - 229196@hsesinfo.org - Dr. - F229197 - L229197 - Jr. - Superintendent - 229197@hsesinfo.org - Mr. - F229199 - L229199 - - 229199@hsesinfo.org - Mrs. - F229195 - L229195 - - 229195@hsesinfo.org - 555-555-9195 - - - 6435 - 3718 - 10050 - 201 - 2010 - 2015-07-01 - 2020-06-30 - EHS - Inactive - Easter Seals Southern California, Inc. - www.Southerncal.easterseals.com - 3718@hsesinfo.org - 9480 Utica Ave - Ste 605 - Rancho Cucamonga - CA - 91730-0964 - 9480 Utica Ave - Ste 605 - Rancho Cucamonga - CA - 91730-0964 - 9480 Utica Ave - Ste 605 - Rancho Cucamonga - CA - 91730-0964 - Mr. - F200715 - L200715 - - - 200715@hsesinfo.org - Mr. - F200716 - L200716 - - - 200716@hsesinfo.org - Ms. - F200718 - L200718 - - 200718@hsesinfo.org - Ms. - F200714 - L200714 - - 200714@hsesinfo.org - 555-555-0714 - - - 11081 - 2038 - 13015 - 000 - 1992 - 2020-03-01 - - HS - Active - Lewis County Head Start - lewiscountynyheadstart.com - 2038@hsesinfo.org - 7673 N State St - - Lowville - NY - 13367-1337 - PO Box 206 - - Lowville - NY - 13367-0206 - 7673 N State St - - Lowville - NY - 13367-1337 - Mrs. - F225819 - L225819 - - Chairperson of the Board of Directors - 225819@hsesinfo.org - Mrs. - F225820 - L225820 - - - 225820@hsesinfo.org - Ms. - F225822 - L225822 - - 225822@hsesinfo.org - Mrs. - F225818 - L225818 - - 225818@hsesinfo.org - 555-555-5818 - - - 11082 - 8196 - 13015 - 200 - 2018 - 2020-03-01 - - EHS - Active - Lewis County Head Start - www.lewiscountynyheadstart.com - 8196@hsesinfo.org - 7673 N State St - - Lowville - NY - 13367-1337 - PO Box 206 - - Lowville - NY - 13367-0206 - 7673 N State St - - Lowville - NY - 13367-1337 - Mrs. - F225826 - L225826 - - Chairperson of the Board of Directors - 225826@hsesinfo.org - Mrs. - F225827 - L225827 - - - 225827@hsesinfo.org - Ms. - F225829 - L225829 - - 225829@hsesinfo.org - Mrs. - F225825 - L225825 - - 225825@hsesinfo.org - 555-555-5825 - - - 11083 - 2339 - 13016 - 000 - 2014 - 2020-03-01 - - HS - Active - Regional Economic Community Action Program, Inc - http://www.recap.org - 2339@hsesinfo.org - 40 Smith St - - Middletown - NY - 10940-0886 - 40 Smith St - - Middletown - NY - 10940-3711 - 40 Smith St - - Middletown - NY - 10940-3711 - Mrs. - F225833 - L225833 - - President of the Board - 225833@hsesinfo.org - Mr. - F225834 - L225834 - - Executive Director - 225834@hsesinfo.org - Ms. - F225836 - L225836 - - 225836@hsesinfo.org - Mrs. - F225832 - L225832 - - 225832@hsesinfo.org - 555-555-5832 - - - 11501 - 657 - 13324 - 000 - 1989 - 2020-07-01 - - HS - Active - Bell-Whitley Community Action Agency, Inc. - http://www.bell-whitley.org - 657@hsesinfo.org - 129 N Pine St - - Pineville - KY - 40977-1625 - 129 N Pine St - - Pineville - KY - 40977-1625 - 129 N Pine St - - Pineville - KY - 40977-1625 - Mr. - F228535 - L228535 - - Bell County Judge Executive - 228535@hsesinfo.org - Mr. - F228536 - L228536 - - Executive Director - 228536@hsesinfo.org - Mr. - F228538 - L228538 - - 228538@hsesinfo.org - Mrs. - F228534 - L228534 - - 228534@hsesinfo.org - 555-555-8534 x 5555 - - - 11502 - 656 - 13324 - 200 - 1996 - 2020-07-01 - - EHS - Active - Bell-Whitley Community Action Agency, Inc. - http://www.bell-whitley.org - 656@hsesinfo.org - 129 N Pine St - - Pineville - KY - 40977-1625 - 129 N Pine St - - Pineville - KY - 40977-1625 - 129 N Pine St - - Pineville - KY - 40977-1625 - Mr. - F228542 - L228542 - - Bell County Judge Executive - 228542@hsesinfo.org - Mr. - F228543 - L228543 - - Executive Director - 228543@hsesinfo.org - Mr. - F228545 - L228545 - - 228545@hsesinfo.org - Mrs. - F228541 - L228541 - - 228541@hsesinfo.org - 555-555-8541 x 5555 - - - 11503 - 6580 - 13322 - 000 - - 2020-07-01 - - HS - Active - Easter Seals Metropolitan Chicago, Inc. - - 6580@hsesinfo.org - 1939 W 13th St Ste 300 - - Chicago - IL - 60608-1237 - 1939 W 13th St Ste 300 - - Chicago - IL - 60608-1237 - 1939 W 13th St Ste 300 - - Chicago - IL - 60608-1237 - Mr. - F228549 - L228549 - - Authorizing Official/Board Chair - 228549@hsesinfo.org - Mrs. - F228550 - L228550 - - CEO/President - 228550@hsesinfo.org - Ms. - F228552 - L228552 - - 228552@hsesinfo.org - Mrs. - F228548 - L228548 - - 228548@hsesinfo.org - 555-555-8548 - - - 11504 - 6581 - 13322 - 200 - - 2020-07-01 - - EHS - Active - Easter Seals Metropolitan Chicago, Inc. - - 6581@hsesinfo.org - 1939 W 13th St Ste 300 - - Chicago - IL - 60608-1237 - 1939 W 13th St Ste 300 - - Chicago - IL - 60608-1237 - 1939 W 13th St Ste 300 - - Chicago - IL - 60608-1237 - Mr. - F228556 - L228556 - - Authorizing Official/Board Chair - 228556@hsesinfo.org - Mrs. - F228557 - L228557 - - CEO/President - 228557@hsesinfo.org - Ms. - F228559 - L228559 - - 228559@hsesinfo.org - Mrs. - F228555 - L228555 - - 228555@hsesinfo.org - 555-555-8555 - - - 11506 - 694 - 13323 - 000 - 1989 - 2020-07-01 - - HS - Active - Scott-Carver-Dakota CAP Agency, Inc. - http://www.capagency.org - 694@hsesinfo.org - 712 Canterbury Road South - - Shakopee - MN - 55379-1840 - 712 Canterbury Road South - - Shakopee - MN - 55379-1840 - 712 Canterbury Road South - - Shakopee - MN - 55379-1840 - Ms. - F228570 - L228570 - - Chairperson CAP Board - 228570@hsesinfo.org - Mr. - F228571 - L228571 - - President/CEO - 228571@hsesinfo.org - Mr. - F228573 - L228573 - - 228573@hsesinfo.org - Ms. - F228569 - L228569 - - 228569@hsesinfo.org - 555-555-8569 - - - 11507 - 693 - 13323 - 200 - - 2020-07-01 - - EHS - Active - Scott-Carver-Dakota CAP Agency, Inc. - http://www.capagency.org - 693@hsesinfo.org - 712 Canterbury Road South - - Shakopee - MN - 55379-1840 - 712 Canterbury Road South - - Shakopee - MN - 55379-1840 - 712 Canterbury Road South - - Shakopee - MN - 55379-1840 - Ms. - F228577 - L228577 - - Chairperson CAP Board - 228577@hsesinfo.org - Mr. - F228578 - L228578 - - President/CEO - 228578@hsesinfo.org - Mr. - F228580 - L228580 - - 228580@hsesinfo.org - Ms. - F228576 - L228576 - - 228576@hsesinfo.org - 555-555-8576 - - - 11508 - 1021 - 13325 - 000 - 2014 - 2020-07-01 - - HS - Active - Boulder, County of - http://www.bouldercounty.org/dept/communityservices/pages/bcheadstart.aspx - 1021@hsesinfo.org - 1135 Cimarron Dr - - Lafayette - CO - 80026-3826 - PO Box 471 - - Boulder - CO - 80306-0471 - 1135 Cimarron Dr - - Lafayette - CO - 80026-3826 - Ms. - F228584 - L228584 - - Chair, Boulder County Commissioner - 228584@hsesinfo.org - Ms. - F228585 - L228585 - - Department Head, Community Services, Boulder County - 228585@hsesinfo.org - Mr. - F228587 - L228587 - - 228587@hsesinfo.org - Ms. - F228583 - L228583 - - 228583@hsesinfo.org - 555-555-8583 - - - 11588 - 2843 - 13371 - 200 - 2015 - 2020-07-01 - - EHS - Active - Community Care in Union County, Inc. - - 2843@hsesinfo.org - 302 Harrison Street - - Liberty - IN - 47353 - 302 Harrison Street - - Liberty - IN - 47353 - 302 Harrison Street - - Liberty - IN - 47353 - Ms. - F229084 - L229084 - - Board Chairperson - 229084@hsesinfo.org - Mrs. - F229085 - L229085 - - - 229085@hsesinfo.org - - F229087 - L229087 - - 229087@hsesinfo.org - Mrs. - F229083 - L229083 - - 229083@hsesinfo.org - 555-555-9083 - - - 11589 - 655 - 13379 - 000 - 1992 - 2020-07-01 - - HS - Active - Northeast Michigan Community Service Agency, Inc. - http://www.nemcsa.org - 655@hsesinfo.org - 2375 Gordon Road - - Alpena - MI - 49707-4627 - 2375 Gordon Road - - Alpena - MI - 49707-4627 - 2375 Gordon Road - - Alpena - MI - 49707-4627 - Mr. - F229091 - L229091 - - Board President - 229091@hsesinfo.org - Ms. - F229092 - L229092 - - Executive Director - 229092@hsesinfo.org - Ms. - F229094 - L229094 - - 229094@hsesinfo.org - Mrs. - F229090 - L229090 - - 229090@hsesinfo.org - 555-555-9090 x 5555 - - - 11590 - 654 - 13379 - 200 - 2003 - 2020-07-01 - - EHS - Active - Northeast Michigan Community Service Agency, Inc. - http://www.nemcsa.org - 654@hsesinfo.org - 2375 Gordon Road - - Alpena - MI - 49707-4627 - 2375 Gordon Road - - Alpena - MI - 49707-4627 - 2375 Gordon Rd - - Alpena - MI - 49707-4627 - Mr. - F229098 - L229098 - - Board President - 229098@hsesinfo.org - Ms. - F229099 - L229099 - - Executive Director - 229099@hsesinfo.org - Ms. - F229101 - L229101 - - 229101@hsesinfo.org - Mrs. - F229097 - L229097 - - 229097@hsesinfo.org - 555-555-9097 - - - 11591 - 1521 - 13370 - 000 - 1999 - 2020-07-01 - - HS - Active - Region 14 Education Service Center - http://www.esc14.net - 1521@hsesinfo.org - 1850 State Highway 351 - - Abilene - TX - 79601-4750 - 1850 State Highway 351 - - Abilene - TX - 79601-4750 - 1850 State Highway 351 - - Abilene - TX - 79601-4750 - Dr. - F229105 - L229105 - - Board Chairperson - 229105@hsesinfo.org - Mr. - F229106 - L229106 - - Executive Director - 229106@hsesinfo.org - Mrs. - F229108 - L229108 - - 229108@hsesinfo.org - Mrs. - F229104 - L229104 - - 229104@hsesinfo.org - 555-555-9104 - - - 11592 - 1520 - 13370 - 200 - 2004 - 2020-07-01 - - EHS - Active - Region 14 Education Service Center - http://www.esc14.net - 1520@hsesinfo.org - 1850 State Highway 351 - - Abilene - TX - 79601-4750 - 1850 State Highway 351 - - Abilene - TX - 79601-4750 - 1850 State Highway 351 - - Abilene - TX - 79601-4750 - Dr. - F229112 - L229112 - - Board Chairperson - 229112@hsesinfo.org - Mr. - F229113 - L229113 - - Executive Director - 229113@hsesinfo.org - Ms. - F229115 - L229115 - - 229115@hsesinfo.org - Mrs. - F229111 - L229111 - - 229111@hsesinfo.org - 555-555-9111 - - - 11593 - 719 - 13380 - 000 - 1992 - 2020-07-01 - - HS - Active - NEIGHBORS IN NEED OF SERVICES, INC - http://www.ninosinc.org - 719@hsesinfo.org - 22887 State Highway 345 - - Rio Hondo - TX - 78583 - PO Box 189 - - Rio Hondo - TX - 78583-0189 - 22887 State Highway 345 - - Rio Hondo - TX - 78583 - Mr. - F229119 - L229119 - - Board President - 229119@hsesinfo.org - Ms. - F229120 - L229120 - - - 229120@hsesinfo.org - Ms. - F229122 - L229122 - - 229122@hsesinfo.org - Ms. - F229118 - L229118 - - 229118@hsesinfo.org - 555-555-9118 x 5555 - - - 11594 - 718 - 13380 - 200 - 2004 - 2020-07-01 - - EHS - Active - NEIGHBORS IN NEED OF SERVICES, INC - http://www.ninosinc.org - 718@hsesinfo.org - 22887 State Highway 345 - - Rio Hondo - TX - 78583 - PO Box 189 - - Rio Hondo - TX - 78583-0189 - 22887 State Highway 345 - - Rio Hondo - TX - 78583 - Mr. - F229126 - L229126 - - - 229126@hsesinfo.org - Ms. - F229127 - L229127 - - Executive/Head Start Director - 229127@hsesinfo.org - Ms. - F229129 - L229129 - - 229129@hsesinfo.org - Ms. - F229125 - L229125 - - 229125@hsesinfo.org - 555-555-9125 x 5555 - - - 11607 - 461 - 13388 - 000 - 2014 - 2020-07-01 - - HS - Active - Community Action of Eastern Iowa - www.caeiowa.org - 461@hsesinfo.org - 500 East 59th Street - - Davenport - IA - 52807-2623 - 500 East 59th Street - - Davenport - IA - 52807-2623 - 500 East 59th Street - - Davenport - IA - 52807-2623 - Ms. - F229217 - L229217 - - Governing Board President - 229217@hsesinfo.org - Mr. - F229218 - L229218 - - Executive Director - 229218@hsesinfo.org - Ms. - F229220 - L229220 - - 229220@hsesinfo.org - Ms. - F229216 - L229216 - - 229216@hsesinfo.org - 555-555-9216 x 5555 - - - 11608 - 462 - 13388 - 200 - 2014 - 2020-07-01 - - EHS - Active - Community Action of Eastern Iowa - www.caeiowa.org - 462@hsesinfo.org - Community Action of Eastern Iowa - 500 E. 59th Street - Davenport - IA - 52807-2623 - Community Action of Eastern Iowa - 500 E. 59th Street - Davenport - IA - 52807-2623 - Community Action of Eastern Iowa - 500 E. 59th Street - Davenport - IA - 52807-2623 - Ms. - F229224 - L229224 - - Governing Board President - 229224@hsesinfo.org - Mr. - F229225 - L229225 - - Executive Director - 229225@hsesinfo.org - Ms. - F229227 - L229227 - - 229227@hsesinfo.org - Ms. - F229223 - L229223 - - 229223@hsesinfo.org - 555-555-9223 x 5555 - - - 11610 - 660 - 13393 - 000 - 1992 - 2020-07-01 - - HS - Active - Family & Child Learning Centers of NE WI., Inc. - - 660@hsesinfo.org - 1864 N Stevens St - - Rhinelander - WI - 54501-2161 - 1864 N Stevens St - - Rhinelander - WI - 54501-2161 - 1864 N Stevens St - - Rhinelander - WI - 54501-2161 - Mrs. - F229238 - L229238 - - Board Chairperson - 229238@hsesinfo.org - Mrs. - F229239 - L229239 - - Executive Director - 229239@hsesinfo.org - Ms. - F229241 - L229241 - - 229241@hsesinfo.org - Mrs. - F229237 - L229237 - - 229237@hsesinfo.org - 555-555-9237 x 5555 - - - 11611 - 659 - 13393 - 200 - 2004 - 2020-07-01 - - EHS - Active - Family & Child Learning Centers of NE WI., Inc. - - 659@hsesinfo.org - 1864 N Stevens St - - Rhinelander - WI - 54501-2161 - 1864 N Stevens St - - Rhinelander - WI - 54501-2161 - 1864 N Stevens St - - Rhinelander - WI - 54501-2161 - Mrs. - F229245 - L229245 - - Board Chairperson - 229245@hsesinfo.org - Mrs. - F229246 - L229246 - - Executive Director - 229246@hsesinfo.org - Ms. - F229248 - L229248 - - 229248@hsesinfo.org - Mrs. - F229244 - L229244 - - 229244@hsesinfo.org - 555-555-9244 x 5555 - - - 11612 - 2304 - 13391 - 200 - 2004 - 2020-07-01 - - EHS - Active - A.W.A.R.E., Inc. - http://aware-inc.org/services/early-childhood/ - 2304@hsesinfo.org - 237 E Mercury St - - Butte - MT - 59701-1804 - 3242 Hesper Rd - - Billings - MT - 59102-6731 - 237 E Mercury St - - Butte - MT - 59701-1804 - Mr. - F229252 - L229252 - - - 229252@hsesinfo.org - Mr. - F229253 - L229253 - - - 229253@hsesinfo.org - Ms. - F229255 - L229255 - - 229255@hsesinfo.org - Ms. - F229251 - L229251 - - 229251@hsesinfo.org - 555-555-9251 x 5555 - - - 11613 - 1563 - 13399 - 000 - 2000 - 2020-07-01 - - HS - Active - The City of Lakewood Head Start - http://www.lakewood.org - 1563@hsesinfo.org - 480 S Allison Pkwy - - Lakewood - CO - 80226-3123 - 480 S Allison Pkwy - - Lakewood - CO - 80226-3123 - 480 S Allison Pkwy - - Lakewood - CO - 80226-3123 - Mr. - F229259 - L229259 - - Mayor - 229259@hsesinfo.org - Mr. - F229260 - L229260 - - - 229260@hsesinfo.org - Ms. - F229262 - L229262 - - 229262@hsesinfo.org - Ms. - F229258 - L229258 - - 229258@hsesinfo.org - 555-555-9258 - - - 11614 - 6358 - 13399 - 200 - - 2020-07-01 - - EHS - Active - The City of Lakewood Head Start - http://www.lakewood.org - 6358@hsesinfo.org - 480 S Allison Pkwy - - Lakewood - CO - 80226-3123 - 480 S Allison Pkwy - - Lakewood - CO - 80226-3123 - 480 S Allison Pkwy - - Lakewood - CO - 80226-3123 - Mr. - F229266 - L229266 - - Mayor - 229266@hsesinfo.org - Mr. - F229267 - L229267 - - Executive Director - 229267@hsesinfo.org - Ms. - F229269 - L229269 - - 229269@hsesinfo.org - Ms. - F229265 - L229265 - - 229265@hsesinfo.org - 555-555-9265 - - - 11615 - 2307 - 13402 - 200 - 2004 - 2020-07-01 - - EHS - Active - Catholic Charities of the Archdiocese of Denver - http://www.CCDenver.org - 2307@hsesinfo.org - 4704 Harlan St - Ste 550 - Denver - CO - 80212-7464 - 4704 Harlan St - Ste 550 - Denver - CO - 80212-7464 - 4704 Harlan St - Ste 550 - Denver - CO - 80212-7464 - Mrs. - F229273 - L229273 - - Board Chairman - 229273@hsesinfo.org - Mr. - F229274 - L229274 - - Chief Executive Officer - 229274@hsesinfo.org - - F229276 - L229276 - - 229276@hsesinfo.org - Mr. - F229272 - L229272 - - 229272@hsesinfo.org - 555-555-9272 - - - 11625 - 1352 - 13392 - 000 - 1992 - 2020-07-01 - - HS - Active - INCA COMMUNITY SERVICES, INC - www.incacaa.org - 1352@hsesinfo.org - 202 S Capital Ave - - Tishomingo - OK - 73460-1605 - PO Box 68 - - Tishomingo - OK - 73460-0068 - 202 S Capital Ave - - Tishomingo - OK - 73460-1605 - Mrs. - F229343 - L229343 - - Chairperson - 229343@hsesinfo.org - Mrs. - F229344 - L229344 - - Executive Director - 229344@hsesinfo.org - Ms. - F229346 - L229346 - - 229346@hsesinfo.org - Ms. - F229342 - L229342 - - 229342@hsesinfo.org - 555-555-9342 x 5555 - - - 11626 - 8456 - 13392 - 200 - 2018 - 2020-07-01 - - EHS - Active - INCA COMMUNITY SERVICES, INC - www.incacaa.org - 8456@hsesinfo.org - 202 S Capital Ave - - Tishomingo - OK - 73460-1605 - PO Box 68 - - Tishomingo - OK - 73460-0068 - 202 S Capital Ave - - Tishomingo - OK - 73460-1605 - Mrs. - F229350 - L229350 - - Chairperson - 229350@hsesinfo.org - Mrs. - F229351 - L229351 - - Executive Director - 229351@hsesinfo.org - Ms. - F229353 - L229353 - - 229353@hsesinfo.org - Ms. - F229349 - L229349 - - 229349@hsesinfo.org - 555-555-9349 x 5555 - - - 11627 - 995 - 13401 - 000 - 1992 - 2020-07-01 - - HS - Active - MID-SIOUX OPPORTUNITY, INC - http://www.midsioux.org - 995@hsesinfo.org - 418 S Marion Street - - Remsen - IA - 51050-0000 - 418 S Marion Street - - Remsen - IA - 51050-0000 - 418 S Marion Street - - Remsen - IA - 51050-0000 - Mr. - F229357 - L229357 - - Chairman of Board - 229357@hsesinfo.org - Mr. - F229358 - L229358 - - Executive Director - 229358@hsesinfo.org - Mrs. - F229360 - L229360 - - 229360@hsesinfo.org - Ms. - F229356 - L229356 - - 229356@hsesinfo.org - 555-555-9356 - - - 11628 - 996 - 13401 - 200 - 2003 - 2020-07-01 - - EHS - Active - MID-SIOUX OPPORTUNITY, INC - http://www.midsioux.org - 996@hsesinfo.org - Early Head Start Program - 418 S. Marion Street - Remsen - IA - 51050-0000 - Early Head Start Program - 418 S. Marion Street - Remsen - IA - 51050-0000 - Early Head Start Program - 418 S. Marion Street - Remsen - IA - 51050-0000 - Mr. - F229364 - L229364 - - - 229364@hsesinfo.org - Mr. - F229365 - L229365 - - Executive Director - 229365@hsesinfo.org - Mrs. - F229367 - L229367 - - 229367@hsesinfo.org - Ms. - F229363 - L229363 - - 229363@hsesinfo.org - 555-555-9363 - - - 11629 - 2394 - 13398 - 000 - 1992 - 2020-07-01 - - HS - Active - Community Action Partnership of Greater St. Joseph - http://www.endpov.com - 2394@hsesinfo.org - 817 Monterey St - - Saint Joseph - MO - 64503-3611 - 817 Monterey St - - Saint Joseph - MO - 64503-3611 - 817 Monterey St - - Saint Joseph - MO - 64503-3611 - Mrs. - F229371 - L229371 - - President of Board of Director's - 229371@hsesinfo.org - Ms. - F229372 - L229372 - - Executive Director - 229372@hsesinfo.org - Ms. - F229374 - L229374 - - 229374@hsesinfo.org - Mr. - F229370 - L229370 - - 229370@hsesinfo.org - 555-555-9370 x 5555 - - - 11630 - 2395 - 13398 - 200 - 2003 - 2020-07-01 - - EHS - Active - Community Action Partnership of Greater St. Joseph - http://www.endpov.com - 2395@hsesinfo.org - 817 Monterey St - - Saint Joseph - MO - 64503-3611 - 817 Monterey St - - Saint Joseph - MO - 64503-3611 - 817 Monterey St - - Saint Joseph - MO - 64503-3611 - Mr. - F229378 - L229378 - - President of Board of Director's - 229378@hsesinfo.org - Ms. - F229379 - L229379 - - Executive Director - 229379@hsesinfo.org - Ms. - F229381 - L229381 - - 229381@hsesinfo.org - Ms. - F229377 - L229377 - - 229377@hsesinfo.org - 555-555-9377 - - - 11631 - 1956 - 13406 - 000 - 1996 - 2020-07-01 - - HS - Active - Cypress Hills Child Care Corporation - http://www.cypresshillschildcare.org - 1956@hsesinfo.org - 3295 Fulton St Ste A - - Brooklyn - NY - 11208-2037 - 3295 Fulton St Ste A - - Brooklyn - NY - 11208-2037 - 3295 Fulton St Ste A - - Brooklyn - NY - 11208-2037 - Ms. - F229385 - L229385 - - - 229385@hsesinfo.org - Ms. - F229386 - L229386 - - - 229386@hsesinfo.org - Ms. - F229388 - L229388 - - 229388@hsesinfo.org - Ms. - F229384 - L229384 - - 229384@hsesinfo.org - 555-555-9384 x 5555 - - - 6516 - 617 - 10136 - 200 - 1992 - 2015-07-01 - 2020-06-30 - EHS - Inactive - Mississippi Action for Progress, Inc. - http://www.mapheadstart.org - 617@hsesinfo.org - 1751 Morson Rd - - Jackson - MS - 39209-6546 - 1751 Morson Rd - - Jackson - MS - 39209-6546 - 1751 Morson Rd - - Jackson - MS - 39209-6546 - Mr. - F201282 - L201282 - - Governing Board Chairperson - 201282@hsesinfo.org - Dr. - F201283 - L201283 - - CEO/Head Start Director - 201283@hsesinfo.org - Mr. - F201285 - L201285 - - 201285@hsesinfo.org - Dr. - F201281 - L201281 - - 201281@hsesinfo.org - 555-555-1281 x 5555 - - - 11632 - 1375 - 13410 - 000 - 1989 - 2020-07-01 - - HS - Active - West Las Vegas Head Start / Early Head Start - www.wlvheadstart.com - 1375@hsesinfo.org - 1725 New Mexico Ave - - Las Vegas - NM - 87701-3710 - 179 Bridge St - - Las Vegas - NM - 87701-3495 - 179 Bridge St - - Las Vegas - NM - 87701-3495 - Mr. - F229392 - L229392 - - Board Chair - 229392@hsesinfo.org - Mr. - F229393 - L229393 - - Superintendent - 229393@hsesinfo.org - Mrs. - F229395 - L229395 - - 229395@hsesinfo.org - Mr. - F229391 - L229391 - - 229391@hsesinfo.org - 555-555-9391 - - - 11633 - 6598 - 13410 - 200 - - 2020-07-01 - - EHS - Active - West Las Vegas Early Head Start - www.wlvheadstart.com - 6598@hsesinfo.org - 1725 New Mexico Ave - - Las Vegas - NM - 87701-3710 - 179 Bridge St - - Las Vegas - NM - 87701-3495 - 179 Bridge St - - Las Vegas - NM - 87701-3495 - Mr. - F229399 - L229399 - - Board President - 229399@hsesinfo.org - Mr. - F229400 - L229400 - - Superintendent - 229400@hsesinfo.org - Mrs. - F229402 - L229402 - - 229402@hsesinfo.org - Mr. - F229398 - L229398 - - 229398@hsesinfo.org - 555-555-9398 - - - 11634 - 2390 - 13408 - 000 - 2004 - 2020-07-01 - - HS - Active - Calcasieu Parish School System - http://www.cpsb.org - 2390@hsesinfo.org - 3310 Broad St - 1618 Mill St. - Lake Charles - LA - 70615-3808 - 3310 Broad St - 1618 Mill St. - Lake Charles - LA - 70615-3808 - 3310 Broad St - 1618 Mill St. - Lake Charles - LA - 70615-3808 - Mr. - F229406 - L229406 - - - 229406@hsesinfo.org - Mr. - F229407 - L229407 - - - 229407@hsesinfo.org - Mr. - F229409 - L229409 - - 229409@hsesinfo.org - Dr. - F229405 - L229405 - - 229405@hsesinfo.org - 555-555-9405 x 5555 - - - 11635 - 6625 - 13405 - 000 - - 2020-07-01 - - HS - Active - St.James Parish School Board - www.stjames.k12.la.us - 6625@hsesinfo.org - 1876 W Main St - - Lutcher - LA - 70071-5120 - PO Box 338 - - Lutcher - LA - 70071-0338 - 1876 W Main St - - Lutcher - LA - 70071-5120 - Mr. - F229413 - L229413 - - School Board President - 229413@hsesinfo.org - Ms. - F229414 - L229414 - - - 229414@hsesinfo.org - Mr. - F229416 - L229416 - - 229416@hsesinfo.org - Ms. - F229412 - L229412 - - 229412@hsesinfo.org - 555-555-9412 - - - 11636 - 1308 - 13407 - 000 - 1992 - 2020-07-01 - - HS - Active - Little People's Head Start - www.lphsely.org - 1308@hsesinfo.org - 435 S 13th St - - Ely - NV - 89301-2215 - 435 S 13th St - - Ely - NV - 89301-2215 - 435 S 13th St - - Ely - NV - 89301-2215 - Mrs. - F229420 - L229420 - - Chair, Board of Directors - 229420@hsesinfo.org - Mrs. - F229421 - L229421 - - Program Director - 229421@hsesinfo.org - Miss - F229423 - L229423 - - 229423@hsesinfo.org - Mrs. - F229419 - L229419 - - 229419@hsesinfo.org - 555-555-9419 - - - 11637 - 1307 - 13407 - 200 - 2002 - 2020-07-01 - - EHS - Active - Little People's Head Start - www.lphsely.org - 1307@hsesinfo.org - 435 S 13th St - - Ely - NV - 89301-2215 - 435 S 13th St - - Ely - NV - 89301-2215 - 435 S 13th St - - Ely - NV - 89301-2215 - Mrs. - F229427 - L229427 - - Chair, Board of Directors - 229427@hsesinfo.org - Mrs. - F229428 - L229428 - - Program Director - 229428@hsesinfo.org - Miss - F229430 - L229430 - - 229430@hsesinfo.org - Mrs. - F229426 - L229426 - - 229426@hsesinfo.org - 555-555-9426 - - - 11638 - 1560 - 13411 - 000 - 2000 - 2020-07-01 - - HS - Active - Child & Family Service - http://www.childandfamilyservice.org - 1560@hsesinfo.org - 2970 Kele St Ste 203 - - Lihue - HI - 96766-1803 - 2970 Kele St Ste 203 - - Lihue - HI - 96766-1803 - 2970 Kele St Ste 203 - - Lihue - HI - 96766-1803 - Mr. - F229434 - L229434 - - CFS Board of Driectors Chairperson - 229434@hsesinfo.org - Ms. - F229435 - L229435 - - President & Chief Executive Officer - 229435@hsesinfo.org - Mr. - F229437 - L229437 - - 229437@hsesinfo.org - Ms. - F229433 - L229433 - - 229433@hsesinfo.org - 555-555-9433 - - - 11639 - 6347 - 13411 - 200 - - 2020-07-01 - - EHS - Active - CHILD AND FAMILY SERVICE - http://www.childandfamilyservice.org - 6347@hsesinfo.org - 2970 Kele St Ste 203 - - Lihue - HI - 96766-1803 - 2970 Kele St Ste 203 - - Lihue - HI - 96766-1803 - 2970 Kele St Ste 203 - - Lihue - HI - 96766-1803 - Mr. - F229441 - L229441 - - CFS Board of Driectors Chairperson - 229441@hsesinfo.org - Ms. - F229442 - L229442 - - President & Chief Executive Officer - 229442@hsesinfo.org - Mr. - F229444 - L229444 - - 229444@hsesinfo.org - Ms. - F229440 - L229440 - - 229440@hsesinfo.org - 555-555-9440 - - - 11619 - 439 - 13396 - 200 - 2014 - 2020-07-01 - - EHS - Active - Suwannee Valley Community Coordinated Child Care, Inc - http://www.sv4cs.org - 439@hsesinfo.org - 236 SW Columbia Avenue - - Lake City - FL - 32025-7036 - P.O. Box 2637 - - Lake City - FL - 32056-2637 - 236 SW Columbia Avenue - - Lake City - FL - 32025-7036 - Ms. - F229301 - L229301 - - Board Chairperson - 229301@hsesinfo.org - Mrs. - F229302 - L229302 - - - 229302@hsesinfo.org - Ms. - F229304 - L229304 - - 229304@hsesinfo.org - Mrs. - F229300 - L229300 - - 229300@hsesinfo.org - 555-555-9300 - - - 11640 - 2365 - 13416 - 000 - 2014 - 2020-07-01 - - HS - Active - Family Enrichment Network - http://www.familyenrichment.org - 2365@hsesinfo.org - 24 Cherry St - - Johnson City - NY - 13790-2615 - 24 Cherry St - - Johnson City - NY - 13790-2615 - 24 Cherry St - - Johnson City - NY - 13790-2615 - Ms. - F229448 - L229448 - - Governing Board Chairperson - 229448@hsesinfo.org - Mr. - F229449 - L229449 - - Executive Director - 229449@hsesinfo.org - Ms. - F229451 - L229451 - - 229451@hsesinfo.org - Mrs. - F229447 - L229447 - - 229447@hsesinfo.org - 555-555-9447 x 5555 - - - 11641 - 2848 - 13416 - 200 - 2014 - 2020-07-01 - - EHS - Active - Family Enrichment Network - familyenrichment.org - 2848@hsesinfo.org - 24 Cherry St - - Johnson City - NY - 13790-2615 - 24 Cherry St - - Johnson City - NY - 13790-2615 - 24 Cherry St - - Johnson City - NY - 13790-2615 - Ms. - F229455 - L229455 - - Governing Board Chairperson - 229455@hsesinfo.org - Mr. - F229456 - L229456 - - Executive Director - 229456@hsesinfo.org - Ms. - F229458 - L229458 - - 229458@hsesinfo.org - Mrs. - F229454 - L229454 - - 229454@hsesinfo.org - 555-555-9454 x 5555 - - - 11648 - 786 - 13412 - 000 - 1994 - 2020-07-01 - - HS - Active - West Feliciana Parish School Board - http://www.wfpsb.org - 786@hsesinfo.org - 9794 Bains Rd - - Saint Francisville - LA - 70775-4628 - 9794 Bains Rd - - Saint Francisville - LA - 70775-4628 - 9794 Bains Rd - - Saint Francisville - LA - 70775-4628 - Mr. - F229504 - L229504 - - Board Chair - 229504@hsesinfo.org - Mr. - F229505 - L229505 - - EHS-HS Executive Director/FSC Supervisor - 229505@hsesinfo.org - Ms. - F229507 - L229507 - - 229507@hsesinfo.org - Ms. - F229503 - L229503 - - 229503@hsesinfo.org - 555-555-9503 - - - 11649 - 787 - 13412 - 200 - 2003 - 2020-07-01 - - EHS - Active - West Feliciana Parish School Board - http://www.wfpsb.org - 787@hsesinfo.org - 9794 Bains Rd - - Saint Francisville - LA - 70775-4628 - 9794 Bains Rd - - Saint Francisville - LA - 70775-4628 - 9794 Bains Rd - - Saint Francisville - LA - 70775-4628 - Mr. - F229511 - L229511 - - Board Chair - 229511@hsesinfo.org - Mr. - F229512 - L229512 - - EHS-HS Executive Director/FSC Supervisor - 229512@hsesinfo.org - Ms. - F229514 - L229514 - - 229514@hsesinfo.org - Miss - F229510 - L229510 - - 229510@hsesinfo.org - 555-555-9510 - - - 11650 - 443 - 13414 - 000 - 2014 - 2020-07-01 - - HS - Active - COMMUNITY ACTION INC - http://www.wefightpoverty.org - 443@hsesinfo.org - 455 SE Golf Park Blvd - - Topeka - KS - 66605-2862 - PO Box 5256 - - Topeka - KS - 66605-0256 - 455 SE Golf Park Blvd - - Topeka - KS - 66605-2862 - Mr. - F229518 - L229518 - N/A - Board President - 229518@hsesinfo.org - Ms. - F229519 - L229519 - N/A - Executive Director - 229519@hsesinfo.org - Mrs. - F229521 - L229521 - N/A - 229521@hsesinfo.org - Ms. - F229517 - L229517 - N/A - 229517@hsesinfo.org - 555-555-9517 - - - 11651 - 444 - 13414 - 200 - 2014 - 2020-07-01 - - EHS - Active - COMMUNITY ACTION INC - http://www.wefightpoverty.org - 444@hsesinfo.org - 455 SE Golf Park Blvd - - Topeka - KS - 66605-2862 - PO Box 5256 - - Topeka - KS - 66605-0256 - 455 SE Golf Park Blvd - - Topeka - KS - 66605-2862 - Mr. - F229525 - L229525 - N/A - Board President - 229525@hsesinfo.org - Ms. - F229526 - L229526 - N/A - Executive Director - 229526@hsesinfo.org - Mrs. - F229528 - L229528 - N/A - 229528@hsesinfo.org - Ms. - F229524 - L229524 - N/A - 229524@hsesinfo.org - 555-555-9524 - - - 11601 - 9474 - 13386 - 200 - 2020 - 2020-07-01 - - EHS - Active - Presbyterian Homes & Family Services, Inc., DBA HumanKind - humankind.org - 9474@hsesinfo.org - 150 Linden Ave - - Lynchburg - VA - 24503-2010 - 150 Linden Ave - - Lynchburg - VA - 24503-2010 - 150 Linden Ave - - Lynchburg - VA - 24503-2010 - Dr. - F229175 - L229175 - Jr. - Board Chair - 229175@hsesinfo.org - Mr. - F229176 - L229176 - - - 229176@hsesinfo.org - - F229178 - L229178 - - 229178@hsesinfo.org - Mrs. - F229174 - L229174 - - 229174@hsesinfo.org - 555-555-9174 - - - 11642 - 9499 - 13409 - 000 - 2020 - 2020-07-01 - - HS - Active - Educare DC - www.educaredc.org - 9499@hsesinfo.org - 640 Anacostia Ave NE - - Washington - DC - 20019-1509 - 640 Anacostia Ave NE - - Washington - DC - 20019-1509 - 640 Anacostia Ave NE - - Washington - DC - 20019-1509 - Ms. - F229462 - L229462 - Phd - Board Chair - 229462@hsesinfo.org - Mrs. - F229463 - L229463 - - Executive Director - 229463@hsesinfo.org - Ms. - F229465 - L229465 - - 229465@hsesinfo.org - Mr. - F229461 - L229461 - - 229461@hsesinfo.org - 555-555-9461 - - - 11643 - 9500 - 13409 - 200 - 2020 - 2020-07-01 - - EHS - Active - Educare DC - www.educaredc.org - 9500@hsesinfo.org - 640 Anacostia Ave NE - - Washington - DC - 20019-1509 - 640 Anacostia Ave NE - - Washington - DC - 20019-1509 - 640 Anacostia Ave NE - - Washington - DC - 20019-1509 - Ms. - F229469 - L229469 - Phd - Board Chair - 229469@hsesinfo.org - Mrs. - F229470 - L229470 - - Executive Director - 229470@hsesinfo.org - Ms. - F229472 - L229472 - - 229472@hsesinfo.org - Mr. - F229468 - L229468 - - 229468@hsesinfo.org - 555-555-9468 - - - 11644 - 312 - 13418 - 000 - 2014 - 2020-07-01 - - HS - Active - Eastern Shore AAA/CAA - www.esaaa-caa.org - 312@hsesinfo.org - 5432 Bayside Rd - - Exmore - VA - 23350-3936 - 5432 Bayside Road - - Exmore - VA - 23350-0415 - 5432 Bayside Rd - - Exmore - VA - 23350-3936 - Ms. - F229476 - L229476 - - Board Chairperson - 229476@hsesinfo.org - Ms. - F229477 - L229477 - - CEO - 229477@hsesinfo.org - Mrs. - F229479 - L229479 - - 229479@hsesinfo.org - Ms. - F229475 - L229475 - - 229475@hsesinfo.org - 555-555-9475 x 5555 - - - 11426 - 9350 - 13263 - 200 - 2020 - 2020-07-01 - - EHS - Active - Lutheran Social Services of the South, Inc. dba Upbring - www.upbring.org - 9350@hsesinfo.org - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - Mr. - F228024 - L228024 - - - 228024@hsesinfo.org - Dr. - F228025 - L228025 - - VP of Education - 228025@hsesinfo.org - Mrs. - F228027 - L228027 - - 228027@hsesinfo.org - Mr. - F228023 - L228023 - - 228023@hsesinfo.org - 555-555-8023 - - - 8076 - 1550 - 10587 - 000 - 2000 - 2016-07-01 - - HS - Active - USD 470, Cowley County Head Start - http://www.usd470.com - 1550@hsesinfo.org - 1201 N 10th St - - Arkansas City - KS - 67005-1950 - 2545 Greenway Rd - - Arkansas City - KS - 67005-3890 - 2545 Greenway Rd - - Arkansas City - KS - 67005-3890 - Mr. - F205717 - L205717 - - USD 470 Board of Education President - 205717@hsesinfo.org - Mr. - F205718 - L205718 - - - 205718@hsesinfo.org - Ms. - F205720 - L205720 - - 205720@hsesinfo.org - Mrs. - F205716 - L205716 - - 205716@hsesinfo.org - 555-555-5716 - - - 11443 - 9361 - 13279 - 200 - 2020 - 2020-07-01 - - EHS - Active - Urban Strategies LLC - www.urbanstrategies.us - 9361@hsesinfo.org - 2341 9th St S - - Arlington - VA - 22204-2359 - 2341 9th St S - - Arlington - VA - 22204-2359 - 2341 9th St S - - Arlington - VA - 22204-2359 - Ms. - F228141 - L228141 - - Board Chair - 228141@hsesinfo.org - Mrs. - F228142 - L228142 - - President - 228142@hsesinfo.org - Ms. - F228144 - L228144 - - 228144@hsesinfo.org - Ms. - F228140 - L228140 - PhD - 228140@hsesinfo.org - 555-555-8140 - - - 8027 - 1165 - 10532 - 000 - 1992 - 2016-03-01 - - AIAN HS - Active - Port Gamble S'Klallam Tribe - http://www.pgst.nsn.us - 1165@hsesinfo.org - 32028 Little Boston Rd NE - - Kingston - WA - 98346-9734 - 31912 Little Boston Road, NE - - Kingston - WA - 98346-9700 - 31912 Little Boston Rd NE - - Kingston - WA - 98346-9700 - Hon. - F205391 - L205391 - - - 205391@hsesinfo.org - Ms. - F205392 - L205392 - - - 205392@hsesinfo.org - Mr. - F205394 - L205394 - - 205394@hsesinfo.org - Ms. - F205390 - L205390 - - 205390@hsesinfo.org - 555-555-5390 - - - 8028 - 1164 - 10532 - 200 - 1992 - 2016-03-01 - - AIAN EHS - Active - Port Gamble S'Klallam Tribe - http://www.pgst.nsn.us - 1164@hsesinfo.org - 32028 Little Boston Rd NE - - Kingston - WA - 98346-9734 - 31912 Little Boston Road, NE - - Kingston - WA - 98346-9700 - 31912 Little Boston Road, NE - - Kingston - WA - 98346-9700 - Hon. - F205398 - L205398 - - Tribal Council Chairman - 205398@hsesinfo.org - Ms. - F205399 - L205399 - - - 205399@hsesinfo.org - Mr. - F205401 - L205401 - - 205401@hsesinfo.org - Ms. - F205397 - L205397 - - 205397@hsesinfo.org - 555-555-5397 - - - 11441 - 1885 - 13275 - 000 - 1998 - 2020-07-01 - - HS - Active - AVANCE - Houston, Inc. - www.avancehouston.org - 1885@hsesinfo.org - 4281 Dacoma St - - Houston - TX - 77092-8607 - 4281 Dacoma St - - Houston - TX - 77092-8607 - 4281 Dacoma St - - Houston - TX - 77092-8607 - Mr. - F228127 - L228127 - - Board Chairperson - 228127@hsesinfo.org - Ms. - F228128 - L228128 - - Executive Director - 228128@hsesinfo.org - Mr. - F228130 - L228130 - - 228130@hsesinfo.org - Mrs. - F228126 - L228126 - Ed.D - 228126@hsesinfo.org - 555-555-8126 x 5555 - - - 11439 - 1887 - 13278 - 000 - 2015 - 2020-07-01 - - HS - Active - Harris County Department of Education - http://www.hcde-texas.org - 1887@hsesinfo.org - 6300 Irvington Blvd - Ste 406 - Houston - TX - 77022-5618 - 6300 Irvington Blvd - Ste 406 - Houston - TX - 77022-5618 - 6300 Irvington Blvd - Ste 406 - Houston - TX - 77022-5618 - Mr. - F228113 - L228113 - - Board President - 228113@hsesinfo.org - Mr. - F228114 - L228114 - - County School Superintendent - 228114@hsesinfo.org - Ms. - F228116 - L228116 - - 228116@hsesinfo.org - Ms. - F228112 - L228112 - - 228112@hsesinfo.org - 555-555-8112 - - - 11671 - 210 - 13459 - 000 - 1992 - 2020-07-01 - - HS - Active - Worcester Community Action Council, Inc. - http://www.wcac.net - 210@hsesinfo.org - 484 Main St - - Worcester - MA - 01608-1893 - 484 Main St - - Worcester - MA - 01608-1893 - 484 Main St - - Worcester - MA - 01608-1893 - Ms. - F229662 - L229662 - - Board Chair - 229662@hsesinfo.org - Ms. - F229663 - L229663 - - Executive Director - 229663@hsesinfo.org - Ms. - F229665 - L229665 - - 229665@hsesinfo.org - Mrs. - F229661 - L229661 - - 229661@hsesinfo.org - 555-555-9661 x 5555 - - - 11345 - 9308 - 13219 - 200 - 2020 - 2020-06-01 - - EHS - Active - Lutheran Social Services of the South, Inc. dba Upbring - www.upbring.org - 9308@hsesinfo.org - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - 8305 Cross Park Dr - - Austin - TX - 78754-5154 - Mr. - F227483 - L227483 - - - 227483@hsesinfo.org - Dr. - F227484 - L227484 - - VP of Education - 227484@hsesinfo.org - Mrs. - F227486 - L227486 - - 227486@hsesinfo.org - Mr. - F227482 - L227482 - - 227482@hsesinfo.org - 555-555-7482 - - - 11662 - 641 - 13426 - 000 - 1992 - 2020-07-01 - - HS - Active - Clayton County Community Services Authority, Inc - http://www.claytoncountycsa.org - 641@hsesinfo.org - 1000 Main Street - - Forest Park - GA - 30298-1808 - 1000 Main Street - P.O. Box 1808 - Forest Park - GA - 30298-1808 - 1000 Main Street - P.O. Box 1808 - Forest Park - GA - 30298-1808 - Mr. - F229600 - L229600 - - Board Chair - 229600@hsesinfo.org - Dr. - F229601 - L229601 - - Executive Director - 229601@hsesinfo.org - Ms. - F229603 - L229603 - - 229603@hsesinfo.org - Mrs. - F229599 - L229599 - - 229599@hsesinfo.org - 555-555-9599 x 5555 - - - 11663 - 590 - 13430 - 000 - 1992 - 2020-07-01 - - HS - Active - Capital Area Community Action Agency, Inc. - http://capitalareacommunityactionagency.com/ - 590@hsesinfo.org - 309 Office Plz - - Tallahassee - FL - 32301-2729 - 309 Office Plz - - Tallahassee - FL - 32301-2729 - 309 Office Plz - - Tallahassee - FL - 32301-2729 - Mr. - F229607 - L229607 - - Board Chairman - 229607@hsesinfo.org - Mr. - F229608 - L229608 - Esq. - Chief Executive Officer - 229608@hsesinfo.org - Ms. - F229610 - L229610 - - 229610@hsesinfo.org - Mr. - F229606 - L229606 - - 229606@hsesinfo.org - 555-555-9606 x 5555 - - - 11664 - 1548 - 13427 - 000 - 1999 - 2020-07-01 - - HS - Active - SHELTERING ARMS (THE) - http://www.shelteringarmsforkids.com - 1548@hsesinfo.org - 385 Centennial Olympic Park Drive, NW - - Atlanta - GA - 30313-1956 - 385 Centennial Olympic Park Drive, NW - - Atlanta - GA - 30313-1956 - 385 Centennial Olympic Park Drive, NW - - Atlanta - GA - 30313-1956 - Mrs. - F229614 - L229614 - - Board of Director, Chair - 229614@hsesinfo.org - Ms. - F229615 - L229615 - - President and CEO - 229615@hsesinfo.org - Ms. - F229617 - L229617 - - 229617@hsesinfo.org - Mr. - F229613 - L229613 - - 229613@hsesinfo.org - 555-555-9613 - - - 11665 - 1549 - 13427 - 200 - 2014 - 2020-07-01 - - EHS - Active - SHELTERING ARMS (THE) - http://www.shelteringarmsforkids.com - 1549@hsesinfo.org - 385 Centennial Olympic Park Drive, NW - - Atlanta - GA - 30313-1927 - 385 Centennial Olympic Park Drive, NW - - Atlanta - GA - 30313-1927 - 385 Centennial Olympic Park Drive, NW - - Atlanta - GA - 30313-1927 - Mrs. - F229621 - L229621 - - Board of Directors, Chair - 229621@hsesinfo.org - Ms. - F229622 - L229622 - - President and CEO - 229622@hsesinfo.org - Ms. - F229624 - L229624 - - 229624@hsesinfo.org - Mr. - F229620 - L229620 - - 229620@hsesinfo.org - 555-555-9620 - - - 11668 - 541 - 13429 - 000 - 2015 - 2020-07-01 - - HS - Active - LOWCOUNTRY COMMUNITY ACTION AGENCY - www.lowcountrycaa.org - 541@hsesinfo.org - 1605 Jefferies Hwy - Post Office Box 1726 - Walterboro - SC - 29488-2980 - Post Office Box 1726 - - Walterboro - SC - 29488-0017 - 1605 Jefferies Hwy - Ste 101 - Walterboro - SC - 29488-2980 - Ms. - F229642 - L229642 - - Board Chairperson - 229642@hsesinfo.org - Ms. - F229643 - L229643 - - Executive Director - 229643@hsesinfo.org - Mr. - F229645 - L229645 - - 229645@hsesinfo.org - Mrs. - F229641 - L229641 - - 229641@hsesinfo.org - 555-555-9641 x 5555 - - - 11669 - 6900 - 13429 - 200 - - 2020-07-01 - - EHS - Active - LOWCOUNTRY COMMUNITY ACTION AGENCY - www.lowcountrycaa.org - 6900@hsesinfo.org - 1605 Jefferies Hwy - Ste 101 - Walterboro - SC - 29488-2980 - 1605 Jefferies Hwy - Ste 101 - Walterboro - SC - 29488-2980 - 1605 Jefferies Hwy - Ste 101 - Walterboro - SC - 29488-2980 - Ms. - F229649 - L229649 - - Board Chairman - 229649@hsesinfo.org - Ms. - F229650 - L229650 - - Executive Director - 229650@hsesinfo.org - Mr. - F229652 - L229652 - - 229652@hsesinfo.org - Mrs. - F229648 - L229648 - - 229648@hsesinfo.org - 555-555-9648 x 5555 - - - 11581 - 1941 - 13375 - 000 - 1992 - 2020-07-01 - - HS - Active - Ross County Community Action Commission, Inc. - http://www.rossccac.org - 1941@hsesinfo.org - 250 N Woodbridge Ave - - Chillicothe - OH - 45601-2245 - 250 N Woodbridge Ave - - Chillicothe - OH - 45601-2245 - 250 N Woodbridge Ave - - Chillicothe - OH - 45601-2245 - Mr. - F229035 - L229035 - - Governing Board President - 229035@hsesinfo.org - Ms. - F229036 - L229036 - - Executive Direcetor - 229036@hsesinfo.org - Ms. - F229038 - L229038 - - 229038@hsesinfo.org - Ms. - F229034 - L229034 - - 229034@hsesinfo.org - 555-555-9034 x 5555 - - - 9170 - 408 - 11468 - 000 - 1991 - 2018-11-01 - - HS - Active - Community Action Agency of South Central Michigan - http://www.caascm.org - 408@hsesinfo.org - 175 Main St - - Battle Creek - MI - 49014-4153 - 175 Main St - - Battle Creek - MI - 49014-4153 - 175 Main St - - Battle Creek - MI - 49014-4153 - Mrs. - F212726 - L212726 - - Board Chair - 212726@hsesinfo.org - Mrs. - F212727 - L212727 - CEO - CEO - 212727@hsesinfo.org - Mrs. - F212729 - L212729 - - 212729@hsesinfo.org - Ms. - F212725 - L212725 - - 212725@hsesinfo.org - 555-555-2725 - - - 9171 - 409 - 11468 - 200 - 2000 - 2018-11-01 - - EHS - Active - Community Action Agency of South Central Michigan - http://www.caascm.org - 409@hsesinfo.org - 175 Main St - - Battle Creek - MI - 49014-4153 - 175 Main St - - Battle Creek - MI - 49014-4153 - 175 Main St - - Battle Creek - MI - 49014-4153 - Mrs. - F212733 - L212733 - - - 212733@hsesinfo.org - Mrs. - F212734 - L212734 - CEO - - 212734@hsesinfo.org - Mrs. - F212736 - L212736 - - 212736@hsesinfo.org - Ms. - F212732 - L212732 - - 212732@hsesinfo.org - 555-555-2732 - - - 11468 - 260 - 13299 - 000 - 2014 - 2020-07-01 - - HS - Active - East Orange Child Development Corporation - - 260@hsesinfo.org - 682 Park Ave - - East Orange - NJ - 07017-1503 - 682 Park Ave - - East Orange - NJ - 07017-1503 - 682 Park Ave - - East Orange - NJ - 07017-1503 - Mr. - F228302 - L228302 - - Board Chairman - 228302@hsesinfo.org - Mrs. - F228303 - L228303 - - CEO/Executive Director - 228303@hsesinfo.org - Ms. - F228305 - L228305 - - 228305@hsesinfo.org - Mrs. - F228301 - L228301 - - 228301@hsesinfo.org - - - - 11597 - 8644 - 13372 - 000 - 2018 - 2020-07-01 - - AIAN HS - Active - Hualapai Head Start - hualapai-nsn.gov - 8644@hsesinfo.org - 479 Hualapai Way - - Peach Springs - AZ - 86434 - PO Box 179 - - Peach Springs - AZ - 86434-0179 - 941 Hualpai Way - - Peach Springs - AZ - 86434 - Dr. - F229147 - L229147 - - Honorable Tribal Chairman - 229147@hsesinfo.org - Mr. - F229148 - L229148 - - Honorable Tribal Vice Chairman - 229148@hsesinfo.org - - F229150 - L229150 - - 229150@hsesinfo.org - Mrs. - F229146 - L229146 - - 229146@hsesinfo.org - 555-555-9146 - - - 11672 - 209 - 13459 - 200 - 2003 - 2020-07-01 - - EHS - Active - Worcester Community Action Council, Inc. - http://www.wcac.net - 209@hsesinfo.org - 484 Main St - - Worcester - MA - 01608-1893 - 484 Main St - - Worcester - MA - 01608-1893 - 484 Main St - - Worcester - MA - 01608-1893 - Ms. - F229669 - L229669 - - - 229669@hsesinfo.org - Ms. - F229670 - L229670 - - - 229670@hsesinfo.org - Mrs. - F229672 - L229672 - - 229672@hsesinfo.org - Mrs. - F229668 - L229668 - - 229668@hsesinfo.org - 555-555-9668 x 5555 - - - 11673 - 281 - 13472 - 000 - 1989 - 2020-07-01 - - HS - Active - The West Haven Community House Association, Inc. - www.whcommunityhouse.org - 281@hsesinfo.org - 227 Elm St - - West Haven - CT - 06516-4635 - 227 Elm St - - West Haven - CT - 06516-4635 - 227 Elm St - - West Haven - CT - 06516-4635 - Mr. - F229676 - L229676 - - Board President - 229676@hsesinfo.org - Ms. - F229677 - L229677 - - Executive Director - 229677@hsesinfo.org - Ms. - F229679 - L229679 - - 229679@hsesinfo.org - Mr. - F229675 - L229675 - - 229675@hsesinfo.org - 555-555-9675 x 5555 - - - 11674 - 6457 - 13469 - 000 - - 2020-07-01 - - HS - Active - Training, Education, and Manpower, Inc. - www.teaminc.org - 6457@hsesinfo.org - 30 Elizabeth St - - Derby - CT - 06418-1802 - 30 Elizabeth St - - Derby - CT - 06418-1802 - 30 Elizabeth St - - Derby - CT - 06418-1802 - Ms. - F229683 - L229683 - - - 229683@hsesinfo.org - Mr. - F229684 - L229684 - - - 229684@hsesinfo.org - - F229686 - L229686 - - 229686@hsesinfo.org - Ms. - F229682 - L229682 - - 229682@hsesinfo.org - 555-555-9682 x 5555 - - - 11676 - 6458 - 13469 - 200 - - 2020-07-01 - - EHS - Active - Training, Education, and Manpower, Inc. - www.teaminc.org - 6458@hsesinfo.org - 30 Elizabeth St - - Derby - CT - 06418-1802 - 30 Elizabeth St - - Derby - CT - 06418-1802 - 30 Elizabeth St - - Derby - CT - 06418-1802 - Ms. - F229697 - L229697 - - - 229697@hsesinfo.org - Mr. - F229698 - L229698 - - - 229698@hsesinfo.org - - F229700 - L229700 - - 229700@hsesinfo.org - Ms. - F229696 - L229696 - - 229696@hsesinfo.org - 555-555-9696 x 5555 - - - 11667 - 3260 - 13431 - 200 - 1992 - 2020-07-01 - - EHS - Active - Jefferson County Committee for Economic Opportunity - http://www.jcceo.org - 3260@hsesinfo.org - 300 8th Ave W - - Birmingham - AL - 35204-3039 - 300 8th Ave W - - Birmingham - AL - 35204-3039 - 300 8th Ave W - - Birmingham - AL - 35204-3039 - Mr. - F229635 - L229635 - - Board President - 229635@hsesinfo.org - Ms. - F229636 - L229636 - - Executive Director - 229636@hsesinfo.org - Ms. - F229638 - L229638 - - 229638@hsesinfo.org - Ms. - F229634 - L229634 - - 229634@hsesinfo.org - 555-555-9634 - - - 11661 - 2168 - 13428 - 200 - 2003 - 2020-07-01 - - EHS - Active - First Steps of Spartanburg County - http://www.1steps.org - 2168@hsesinfo.org - 900 S Pine St Ste C - - Spartanburg - SC - 29302-3376 - 900 S Pine St Ste C - - Spartanburg - SC - 29302-3376 - 900 S Pine St Ste C - - Spartanburg - SC - 29302-3376 - Ms. - F229593 - L229593 - - Board Chair - 229593@hsesinfo.org - Ms. - F229594 - L229594 - - Executive Director - 229594@hsesinfo.org - Ms. - F229596 - L229596 - - 229596@hsesinfo.org - Ms. - F229592 - L229592 - - 229592@hsesinfo.org - 555-555-9592 - - - 11677 - 216 - 13465 - 000 - 1992 - 2020-07-01 - - HS - Active - Community Action Program's Inter-City, Inc. - http://www.capicinc.org - 216@hsesinfo.org - 100 Everett Ave Ste 14 - - Chelsea - MA - 02150-2374 - 100 Everett Ave Ste 14 - - Chelsea - MA - 02150-2374 - 100 Everett Ave Ste 14 - - Chelsea - MA - 02150-2374 - Ms. - F229704 - L229704 - - Board President - 229704@hsesinfo.org - Mr. - F229705 - L229705 - - - 229705@hsesinfo.org - Mrs. - F229707 - L229707 - - 229707@hsesinfo.org - Mrs. - F229703 - L229703 - - 229703@hsesinfo.org - 555-555-9703 x 5555 - - - 11678 - 1672 - 13439 - 000 - 2003 - 2020-07-01 - - HS - Active - Culpeper Human Services-Head Start - - 1672@hsesinfo.org - 1401 Old Fredericksburg Rd - 1401 Old Fredericksburg Rd. - Culpeper - VA - 22701-3519 - 1401 Old Fredericksburg Rd - 1401 Old Fredericksburg Rd. - Culpeper - VA - 22701-3519 - 1401 Old Fredericksburg Rd - 1401 Old Fredericksburg Rd. - Culpeper - VA - 22701-3519 - Mr. - F229711 - L229711 - - - 229711@hsesinfo.org - Ms. - F229712 - L229712 - - - 229712@hsesinfo.org - Ms. - F229714 - L229714 - - 229714@hsesinfo.org - Ms. - F229710 - L229710 - - 229710@hsesinfo.org - 555-555-9710 - - - 11679 - 326 - 13461 - 000 - 1991 - 2020-07-01 - - HS - Active - Clinch-Powell Educational Cooperative - www.cpec.org - 326@hsesinfo.org - 106 Ingle Dr - - Tazewell - TN - 37879-3640 - PO BOX 279 - - Tazewell - TN - 37879-0279 - 106 Ingle Dr - - Tazewell - TN - 37879-3640 - Mr. - F229718 - L229718 - - Board Chairman - 229718@hsesinfo.org - Ms. - F229719 - L229719 - - Executive Director - 229719@hsesinfo.org - Ms. - F229721 - L229721 - - 229721@hsesinfo.org - Ms. - F229717 - L229717 - - 229717@hsesinfo.org - 555-555-9717 - - - 11680 - 325 - 13461 - 200 - 2000 - 2020-07-01 - - EHS - Active - Clinch-Powell Educational Cooperative - www.cpec.org - 325@hsesinfo.org - 106 Ingle Dr - - Tazewell - TN - 37879-3640 - PO Box 279 - - Tazewell - TN - 37879-0279 - 106 Ingle Dr - - Tazewell - TN - 37879-3640 - Mr. - F229725 - L229725 - - Board Chairman - 229725@hsesinfo.org - Ms. - F229726 - L229726 - - Executive Director - 229726@hsesinfo.org - Ms. - F229728 - L229728 - - 229728@hsesinfo.org - Ms. - F229724 - L229724 - - 229724@hsesinfo.org - 555-555-9724 - - - 11681 - 2188 - 13446 - 200 - 2007 - 2020-07-01 - - EHS - Active - HUMAN DEVELOPMENT COMMISSION - www.hdc-caro.org - 2188@hsesinfo.org - 429 Montague Ave - - Caro - MI - 48723-1921 - 429 Montague Ave - - Caro - MI - 48723-1921 - 429 Montague Ave - - Caro - MI - 48723-1921 - Ms. - F229732 - L229732 - - Board Chair - 229732@hsesinfo.org - Ms. - F229733 - L229733 - - Executive Director - 229733@hsesinfo.org - Ms. - F229735 - L229735 - - 229735@hsesinfo.org - Ms. - F229731 - L229731 - - 229731@hsesinfo.org - 555-555-9731 - - - 11682 - 858 - 13463 - 000 - 1992 - 2020-07-01 - - HS - Active - Child Focus, Inc. - http://www.child-focus.org - 858@hsesinfo.org - 4629 Aicholtz Road - - Cincinnati - OH - 45244 - 4629 Aicholtz Road - - Cincinnati - OH - 45244 - 4629 Aicholtz Road - - Cincinnati - OH - 45244 - Mr. - F229739 - L229739 - - President - 229739@hsesinfo.org - Mrs. - F229740 - L229740 - - CEO - 229740@hsesinfo.org - Ms. - F229742 - L229742 - - 229742@hsesinfo.org - Ms. - F229738 - L229738 - - 229738@hsesinfo.org - 555-555-9738 - - - 11683 - 857 - 13463 - 200 - 2000 - 2020-07-01 - - EHS - Active - Child Focus, Inc. - http://www.child-focus.org - 857@hsesinfo.org - 4629 Aicholtz Road - - Cincinnati - OH - 45244 - 4629 Aicholtz Road - - Cincinnati - OH - 45244 - 4629 Aicholtz Road - - Cincinnati - OH - 45244 - Mr. - F229746 - L229746 - - President - 229746@hsesinfo.org - Mrs. - F229747 - L229747 - - CEO - 229747@hsesinfo.org - Ms. - F229749 - L229749 - - 229749@hsesinfo.org - Ms. - F229745 - L229745 - - 229745@hsesinfo.org - 555-555-9745 - - - 11684 - 687 - 13467 - 000 - 1992 - 2020-07-01 - - HS - Active - Rock Island School District 41 - http://www.rimsd41.org - 687@hsesinfo.org - 3530 38th Ave - - Rock Island - IL - 61201-6563 - 3530 38th Ave - - Rock Island - IL - 61201-6563 - 3530 38th Ave - - Rock Island - IL - 61201-6563 - Mr. - F229753 - L229753 - - School Board President - 229753@hsesinfo.org - Dr. - F229754 - L229754 - II - Superintendent - 229754@hsesinfo.org - Ms. - F229756 - L229756 - - 229756@hsesinfo.org - Ms. - F229752 - L229752 - - 229752@hsesinfo.org - 555-555-9752 x 5555 - - - 11685 - 664 - 13458 - 000 - 1992 - 2020-07-01 - - HS - Active - University of Wisconsin Oshkosh - http://www.uwosh.edu/headstart/home/html - 664@hsesinfo.org - 800 Algoma Blvd - - Oshkosh - WI - 54901-3551 - 800 Algoma Blvd - - Oshkosh - WI - 54901-3551 - 800 Algoma Blvd - - Oshkosh - WI - 54901-3551 - Ms. - F229760 - L229760 - - Associate VC of Admin Services, Co-Chair BOA, Authorized Organization Rep (AOR) - 229760@hsesinfo.org - Ms. - F229761 - L229761 - - Head Start Director - 229761@hsesinfo.org - Mr. - F229763 - L229763 - - 229763@hsesinfo.org - Ms. - F229759 - L229759 - - 229759@hsesinfo.org - 555-555-9759 - - - 11686 - 2483 - 13468 - 000 - 2002 - 2020-07-01 - - HS - Active - CHILDREN'S LEARNING CENTER, INC., THE - www.childrenlearn.org - 2483@hsesinfo.org - 145 Mercill Ave - - Jackson - WY - 83001-8574 - PO Box 4100 - - Jackson - WY - 83001-4100 - 145 Mercill Ave - - Jackson - WY - 83001-8574 - Mrs. - F229767 - L229767 - - Board Chair - 229767@hsesinfo.org - Ms. - F229768 - L229768 - - - 229768@hsesinfo.org - Ms. - F229770 - L229770 - - 229770@hsesinfo.org - Ms. - F229766 - L229766 - - 229766@hsesinfo.org - 555-555-9766 x 5555 - - - 11687 - 2482 - 13468 - 200 - 2001 - 2020-07-01 - - EHS - Active - CHILDREN'S LEARNING CENTER, INC., THE - www.childrenlearn.org - 2482@hsesinfo.org - 145 Mercill Ave - - Jackson - WY - 83001-8574 - PO Box 4100 - - Jackson - WY - 83001-4100 - 145 Mercill Ave - - Jackson - WY - 83001-8574 - Mrs. - F229774 - L229774 - - Board Chair - 229774@hsesinfo.org - Ms. - F229775 - L229775 - - - 229775@hsesinfo.org - Ms. - F229777 - L229777 - - 229777@hsesinfo.org - Ms. - F229773 - L229773 - - 229773@hsesinfo.org - 555-555-9773 x 5555 - - - 11688 - 2295 - 13453 - 200 - 2004 - 2020-07-01 - - EHS - Active - FAMILIES IN PARTNERSHIP, INC. - www.libbyfipinc.org - 2295@hsesinfo.org - 83 Collins Ave - - Libby - MT - 59923-3016 - PO Box 762 - 83 Collins Avenue - Libby - MT - 59923-0762 - 83 Collins Ave - - Libby - MT - 59923-3016 - Mrs. - F229781 - L229781 - - Chair, Board of Directors - 229781@hsesinfo.org - Ms. - F229782 - L229782 - - Executive Director - 229782@hsesinfo.org - Mrs. - F229784 - L229784 - - 229784@hsesinfo.org - Ms. - F229780 - L229780 - - 229780@hsesinfo.org - 555-555-9780 - - - 8694 - 8555 - 8845 - 200 - 2017 - 2017-09-01 - 2020-05-31 - EHS - Inactive - Acelero, Inc. - www.acelero.net - 8555@hsesinfo.org - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - Mr. - F209364 - L209364 - - Chairman of the Board - 209364@hsesinfo.org - Mr. - F209365 - L209365 - - COO/Head Start Director - 209365@hsesinfo.org - Ms. - F209367 - L209367 - - 209367@hsesinfo.org - Mr. - F209363 - L209363 - - 209363@hsesinfo.org - 555-555-9363 - - - 11689 - 2056 - 13466 - 000 - 1997 - 2020-07-01 - - HS - Active - Ravalli Head Start, Inc. - http://www.ravalliheadstart.org - 2056@hsesinfo.org - 81 Kurtz Ln - - Hamilton - MT - 59840-3201 - 81 Kurtz Ln - - Hamilton - MT - 59840-3201 - 81 Kurtz Ln - - Hamilton - MT - 59840-3201 - Ms. - F229788 - L229788 - - Chairman, Board of Directors - 229788@hsesinfo.org - Mr. - F229789 - L229789 - - - 229789@hsesinfo.org - Ms. - F229791 - L229791 - - 229791@hsesinfo.org - Mr. - F229787 - L229787 - - 229787@hsesinfo.org - 555-555-9787 x 5555 - - - 11690 - 2057 - 13466 - 200 - 2001 - 2020-07-01 - - EHS - Active - Ravalli Head Start, Inc. - http://www.ravalliheadstart.org - 2057@hsesinfo.org - 81 Kurtz Ln - - Hamilton - MT - 59840-3201 - 81 Kurtz Ln - - Hamilton - MT - 59840-3201 - 81 Kurtz Ln - - Hamilton - MT - 59840-3201 - Ms. - F229795 - L229795 - - Chairman, Board of Directors - 229795@hsesinfo.org - Mr. - F229796 - L229796 - - Executive Director - 229796@hsesinfo.org - Ms. - F229798 - L229798 - - 229798@hsesinfo.org - Ms. - F229794 - L229794 - - 229794@hsesinfo.org - 555-555-9794 x 5555 - - - 11691 - 2111 - 13435 - 000 - 2006 - 2020-07-01 - - HS - Active - Volunteers of America of Los Angeles San Fernando - voala.org - 2111@hsesinfo.org - 3600 Wilshire Blvd Ste 1500 - - Los Angeles - CA - 90010-2619 - 3600 Wilshire Blvd Ste 1500 - - Los Angeles - CA - 90010-2619 - 3600 Wilshire Blvd Ste 1500 - - Los Angeles - CA - 90010-2619 - Mr. - F229802 - L229802 - - Board Chair - 229802@hsesinfo.org - Mr. - F229803 - L229803 - - - 229803@hsesinfo.org - Mr. - F229805 - L229805 - - 229805@hsesinfo.org - Mr. - F229801 - L229801 - - 229801@hsesinfo.org - 555-555-9801 - - - 11692 - 2110 - 13435 - 200 - 2006 - 2020-07-01 - - EHS - Active - Volunteers of America of Los Angeles - www.voala.org - 2110@hsesinfo.org - 3600 Wilshire Blvd Ste 1500 - - Los Angeles - CA - 90010-2619 - 3600 Wilshire Blvd Ste 1500 - - Los Angeles - CA - 90010-2619 - 3600 Wilshire Blvd Ste 1500 - - Los Angeles - CA - 90010-2619 - Mr. - F229809 - L229809 - - Executive Committee Chair - 229809@hsesinfo.org - Mr. - F229810 - L229810 - - - 229810@hsesinfo.org - Mr. - F229812 - L229812 - - 229812@hsesinfo.org - Mr. - F229808 - L229808 - - 229808@hsesinfo.org - 555-555-9808 - - - 11701 - 2363 - 13445 - 000 - 2014 - 2020-07-01 - - HS - Active - LOUDOUN COUNTY SCHOOL DISTRICT - www.lcps.org/headstart - 2363@hsesinfo.org - 43711 Partlow Rd - Ste 12 - Ashburn - VA - 20147-4718 - 43711 Partlow Rd - Ste 12 - Ashburn - VA - 20147-4718 - 43711 Partlow Rd - Ste 12 - Ashburn - VA - 20147-4718 - Ms. - F229872 - L229872 - - Loudoun County School Board Chair - 229872@hsesinfo.org - Dr. - F229873 - L229873 - - Loudoun County Public Schools Superintendent - 229873@hsesinfo.org - Ms. - F229875 - L229875 - - 229875@hsesinfo.org - Ms. - F229871 - L229871 - - 229871@hsesinfo.org - 555-555-9871 - - - 11699 - 950 - 13440 - 000 - 1992 - 2020-07-01 - - HS - Active - Summit Early Learning - http://www.summitearlylearning.org - 950@hsesinfo.org - 14 S 11th St - - Mifflinburg - PA - 17844-9792 - 14 S 11th St - - Mifflinburg - PA - 17844-9792 - 14 S 11th St - - Mifflinburg - PA - 17844-9792 - Ms. - F229858 - L229858 - - President: Board of Directors - 229858@hsesinfo.org - Mr. - F229859 - L229859 - - Executive Director - 229859@hsesinfo.org - Ms. - F229861 - L229861 - - 229861@hsesinfo.org - Ms. - F229857 - L229857 - - 229857@hsesinfo.org - 555-555-9857 x 5555 - - - 11700 - 949 - 13440 - 200 - 1992 - 2020-07-01 - - EHS - Active - Summit Early Learning - www.summitearlylearning.org - 949@hsesinfo.org - 14 S 11th St - - Mifflinburg - PA - 17844-9792 - 14 S 11th St - - Mifflinburg - PA - 17844-9792 - 14 S 11th St - - Mifflinburg - PA - 17844-9792 - Ms. - F229865 - L229865 - - President: Board of Directors - 229865@hsesinfo.org - Mr. - F229866 - L229866 - - Executive Director - 229866@hsesinfo.org - Ms. - F229868 - L229868 - - 229868@hsesinfo.org - Ms. - F229864 - L229864 - - 229864@hsesinfo.org - 555-555-9864 x 5555 - - - 11693 - 1960 - 13450 - 000 - 1992 - 2020-09-01 - - HS - Active - Waldo Community Action Partners - http://www.waldocap.org - 1960@hsesinfo.org - 9 Field Street - - Belfast - ME - 04915 - P.O. Box 130 - - Belfast - ME - 04915-0130 - 9 Field Street - - Belfast - ME - 04915 - Ms. - F229816 - L229816 - - Board Chair - 229816@hsesinfo.org - Ms. - F229817 - L229817 - - - 229817@hsesinfo.org - Mrs. - F229819 - L229819 - - 229819@hsesinfo.org - Mrs. - F229815 - L229815 - - 229815@hsesinfo.org - 555-555-9815 x 5555 - - - 11694 - 2783 - 13450 - 200 - 2014 - 2020-09-01 - - EHS - Active - Waldo Community Action Partners - http://www.waldocap.org - 2783@hsesinfo.org - 9 Field Street - - Belfast - ME - 04915-0130 - P.O. BOX 130 - - BELFAST - ME - 04915-0130 - 9 Field Street - - Belfast - ME - 04915-0130 - Ms. - F229823 - L229823 - - Board Chair - 229823@hsesinfo.org - Ms. - F229824 - L229824 - - Executive Director - 229824@hsesinfo.org - Mrs. - F229826 - L229826 - - 229826@hsesinfo.org - Mrs. - F229822 - L229822 - - 229822@hsesinfo.org - 555-555-9822 x 5555 - - - 11707 - 340 - 13454 - 000 - 2014 - 2020-07-01 - - HS - Active - JACKSON COUNTY CIVIC ACTION COMMITTEE, INC - jccivicaction.org - 340@hsesinfo.org - 5343 Jefferson Street - - Moss Point - MS - 39563-6242 - PO Box 8723 - - Moss Point - MS - 39562-0011 - 5343 Jefferson Street - - Moss Point - MS - 39563-6242 - Mrs. - F229914 - L229914 - - Board Chair - 229914@hsesinfo.org - Mrs. - F229915 - L229915 - - Executive Director - 229915@hsesinfo.org - Mrs. - F229917 - L229917 - - 229917@hsesinfo.org - Mrs. - F229913 - L229913 - - 229913@hsesinfo.org - 555-555-9913 - - - 11708 - 5507 - 13454 - 200 - 2014 - 2020-07-01 - - EHS - Active - JACKSON COUNTY CIVIC ACTION COMMITTEE, INC - jccivicaction.org - 5507@hsesinfo.org - 5343 Jefferson Ave - - Moss Point - MS - 39563-6242 - POST OFFICE BOX 8723 - - MOSS POINT - MS - 39562-8723 - 5343 Jefferson Ave - - Moss Point - MS - 39563-6242 - Mrs. - F229921 - L229921 - - Board Chair - 229921@hsesinfo.org - Mrs. - F229922 - L229922 - - Executive Director - 229922@hsesinfo.org - Mrs. - F229924 - L229924 - - 229924@hsesinfo.org - Mrs. - F229920 - L229920 - - 229920@hsesinfo.org - 555-555-9920 - - - 11711 - 2007 - 13438 - 000 - 2015 - 2020-07-01 - - HS - Active - COMMUNITY ACTION OPPORTUNITIES - http://www.communityactionopportunities.org - 2007@hsesinfo.org - 25 Gaston St - - Asheville - NC - 28801-4327 - 25 Gaston St - - Asheville - NC - 28801-4327 - 25 Gaston St - - Asheville - NC - 28801-4327 - Mr. - F229942 - L229942 - - Board Chair - 229942@hsesinfo.org - Ms. - F229943 - L229943 - - Executive Director - 229943@hsesinfo.org - Ms. - F229945 - L229945 - - 229945@hsesinfo.org - Mr. - F229941 - L229941 - - 229941@hsesinfo.org - 555-555-9941 - - - 11712 - 4890 - 13464 - 000 - 2014 - 2020-07-01 - - HS - Active - Lutheran Services Florida, Inc. - www.lsfnet.org - 4890@hsesinfo.org - 3230 Commerce Pl - Ste A - West Palm Beach - FL - 33407-1968 - 3230 Commerce Pl - Ste A - West Palm Beach - FL - 33407-1968 - 3230 Commerce Pl - Ste A - West Palm Beach - FL - 33407-1968 - Mr. - F229949 - L229949 - - Chairman of the Board of Lutheran Services Florida, Inc. - 229949@hsesinfo.org - Capt. - F229950 - L229950 - - Executive Vice President for Children and Head Start Services - 229950@hsesinfo.org - Ms. - F229952 - L229952 - - 229952@hsesinfo.org - Dr. - F229948 - L229948 - - 229948@hsesinfo.org - 555-555-9948 - - - 11713 - 4891 - 13464 - 200 - 2014 - 2020-07-01 - - EHS - Active - Lutheran Services Florida, Inc. - www.lsfnet.org - 4891@hsesinfo.org - 3230 Commerce Pl - Ste A - West Palm Beach - FL - 33407-1968 - 3230 Commerce Pl - Ste A - West Palm Beach - FL - 33407-1968 - 3230 Commerce Pl - Ste A - West Palm Beach - FL - 33407-1968 - Mr. - F229956 - L229956 - - Chairman of the Board of Lutheran Services Florida, Inc. - 229956@hsesinfo.org - Capt. - F229957 - L229957 - - Executive Vice President for Children and Head Start Services - 229957@hsesinfo.org - Ms. - F229959 - L229959 - - 229959@hsesinfo.org - Dr. - F229955 - L229955 - - 229955@hsesinfo.org - 555-555-9955 - - - 11714 - 3230 - 13462 - 200 - 2015 - 2020-07-01 - - EHS - Active - Richland County First Steps - www.rcfirststeps.org - 3230@hsesinfo.org - 1800 Saint Julian Pl - Ste 406 - Columbia - SC - 29204-2417 - 1800 Saint Julian Pl - Ste 406 - Columbia - SC - 29204-2417 - 1800 Saint Julian Pl - Ste 406 - Columbia - SC - 29204-2417 - Mrs. - F229963 - L229963 - - Board Chair - 229963@hsesinfo.org - Mrs. - F229964 - L229964 - - CEO - 229964@hsesinfo.org - Mrs. - F229966 - L229966 - - 229966@hsesinfo.org - Mrs. - F229962 - L229962 - - 229962@hsesinfo.org - 555-555-9962 - - - 11716 - 396 - 13470 - 000 - 1991 - 2020-07-01 - - HS - Active - CHARLOTTE COUNTY SCHOOL BOARD - http://www.yourcharlotteschools.net/ - 396@hsesinfo.org - 311 E. Charlotte Avenue - - Punta Gorda - FL - 33950-4905 - 311 E. Charlotte Avenue - - Punta Gorda - FL - 33950-4905 - 311 E. Charlotte Avenue - - Punta Gorda - FL - 33950-4905 - Ms. - F229977 - L229977 - - School Board Chairperson - 229977@hsesinfo.org - Mr. - F229978 - L229978 - - Superintendent - 229978@hsesinfo.org - Ms. - F229980 - L229980 - - 229980@hsesinfo.org - Ms. - F229976 - L229976 - - 229976@hsesinfo.org - 555-555-9976 x 5555 - - - 11717 - 395 - 13470 - 200 - 2001 - 2020-07-01 - - EHS - Active - CHARLOTTE COUNTY SCHOOL BOARD - http://www.yourcharlotteschools.net/ - 395@hsesinfo.org - 311 East Charlotte Avenue - - Punta Gorda - FL - 33950-4905 - 311 East Charlotte Avenue - - Punta Gorda - FL - 33950-4905 - 311 East Charlotte Avenue - - Punta Gorda - FL - 33950-4905 - Ms. - F229984 - L229984 - - School Board Chairman - 229984@hsesinfo.org - Mr. - F229985 - L229985 - - Superintendent - 229985@hsesinfo.org - Ms. - F229987 - L229987 - - 229987@hsesinfo.org - Ms. - F229983 - L229983 - - 229983@hsesinfo.org - 555-555-9983 x 5555 - - - 11718 - 6544 - 13455 - 000 - - 2020-07-01 - - HS - Active - D&E Counseling Center, Inc. - www.altaheadstart.org - 6544@hsesinfo.org - 142 Javit Ct - - Youngstown - OH - 44515-2409 - 142 Javit Ct - - Youngstown - OH - 44515-2409 - 142 Javit Ct - - Youngstown - OH - 44515-2409 - Dr. - F229991 - L229991 - - Board Chair - 229991@hsesinfo.org - Mr. - F229992 - L229992 - - CEO - 229992@hsesinfo.org - Mr. - F229994 - L229994 - - 229994@hsesinfo.org - Ms. - F229990 - L229990 - - 229990@hsesinfo.org - 555-555-9990 - - - 11719 - 6545 - 13455 - 200 - - 2020-07-01 - - EHS - Active - D&E Counseling Center, Inc. - www.altaheadstart.org - 6545@hsesinfo.org - 142 Javit Ct - - Youngstown - OH - 44515-2409 - 142 Javit Ct - - Youngstown - OH - 44515-2409 - 142 Javit Ct - - Youngstown - OH - 44515-2409 - Dr. - F229998 - L229998 - - Board Chair - 229998@hsesinfo.org - Mr. - F229999 - L229999 - - CEO - 229999@hsesinfo.org - Mr. - F230001 - L230001 - - 230001@hsesinfo.org - Ms. - F229997 - L229997 - - 229997@hsesinfo.org - 555-555-9997 - - - 11722 - 828 - 13441 - 000 - 2014 - 2020-07-01 - - HS - Active - Southern Illinois University Edwardsville - http://www.siue.edu/eslc/headstart/ - 828@hsesinfo.org - #6 Hairpin Dr. - 2202 Rendleman Hall - Edwardsville - IL - 62026-0001 - #6 Hairpin Dr. - 2202 Rendleman Hall - Edwardsville - IL - 62026-0001 - #6 Hairpin Dr. - 2202 Rendleman Hall - Edwardsville - IL - 62026-0001 - Dr. - F230019 - L230019 - Ph.D - Board Chair - 230019@hsesinfo.org - Dr. - F230020 - L230020 - Ph.D - Executive Director of Grant Funded Program, ESL Center - 230020@hsesinfo.org - Ms. - F230022 - L230022 - - 230022@hsesinfo.org - Mrs. - F230018 - L230018 - - 230018@hsesinfo.org - 555-555-0018 - - - 11723 - 829 - 13441 - 200 - 2014 - 2020-07-01 - - EHS - Active - Southern Illinois University Edwardsville - http://www.siue.edu/eslc/headstart/ - 829@hsesinfo.org - #6 Hairpin Dr. - 2202 Rendleman Hall - Edwardsville - IL - 62026-0001 - #6 Hairpin Dr. - 2202 Rendleman Hall - Edwardsville - IL - 62026-0001 - #6 Hairpin Dr. - 2202 Rendleman Hall - Edwardsville - IL - 62026-0001 - Dr. - F230026 - L230026 - Ph.D - Governance Group Board Chair - 230026@hsesinfo.org - Dr. - F230027 - L230027 - Ph.D - Executive Director of Grant Funded Programs, ESL Center - 230027@hsesinfo.org - Ms. - F230029 - L230029 - - 230029@hsesinfo.org - Mrs. - F230025 - L230025 - - 230025@hsesinfo.org - 555-555-0025 - - - 11724 - 5157 - 13457 - 000 - 2014 - 2020-07-01 - - HS - Active - Brightside Academy, Inc. - HS - www.brightsideacademy.com - 5157@hsesinfo.org - 707 Grant St - Ste 1500 - Pittsburgh - PA - 15219-1945 - 1111 Superior Ave E - Fl 4 - Cleveland - OH - 44114-2522 - 707 Grant St - Ste 1500 - Pittsburgh - PA - 15219-1945 - Mrs. - F230033 - L230033 - - Board Chair - 230033@hsesinfo.org - Mrs. - F230034 - L230034 - - Executive Director - 230034@hsesinfo.org - Ms. - F230036 - L230036 - - 230036@hsesinfo.org - Mrs. - F230032 - L230032 - - 230032@hsesinfo.org - 555-555-0032 - - - 11725 - 5158 - 13457 - 200 - 2014 - 2020-07-01 - - EHS - Active - Brightside Academy, Inc. - EHS - www.brightsideacademy.com - 5158@hsesinfo.org - 707 Grant St - Ste 1500 - Pittsburgh - PA - 15219-1945 - 1111 Superior Ave E - Fl 4 - Cleveland - OH - 44114-2522 - 707 Grant St - Ste 1500 - Pittsburgh - PA - 15219-1945 - Mrs. - F230040 - L230040 - - Board Chair - 230040@hsesinfo.org - Mrs. - F230041 - L230041 - - Executive Director - 230041@hsesinfo.org - Ms. - F230043 - L230043 - - 230043@hsesinfo.org - Mrs. - F230039 - L230039 - - 230039@hsesinfo.org - 555-555-0039 - - - 11726 - 5826 - 13442 - 200 - - 2020-07-01 - - EHS - Active - Next Door Foundation, Inc. - www.nextdoormke.org - 5826@hsesinfo.org - 2545 North 29th Street - - Milwaukee - WI - 53210-3116 - 2545 North 29th Street - - Milwaukee - WI - 53210-3116 - 2545 North 29th Street - - Milwaukee - WI - 53210-3116 - Mr. - F230047 - L230047 - - Board President - 230047@hsesinfo.org - Dr. - F230048 - L230048 - - President - 230048@hsesinfo.org - Mr. - F230050 - L230050 - - 230050@hsesinfo.org - Ms. - F230046 - L230046 - - 230046@hsesinfo.org - 555-555-0046 x 5555 - - - 11727 - 2060 - 13447 - 200 - 2014 - 2020-07-01 - - EHS - Active - UNIVERSITY OF KANSAS MEDICAL CENTER RESEARCH INSTITUTE - http://www.projecteagle.org - 2060@hsesinfo.org - 444 Minnesota Ave - Suite 100 - Kansas City - KS - 66101 - 444 Minnesota Ave - Suite 100 - Kansas City - KS - 66101 - MSN 1039 - 3901 Rainbow Boulevard - Kansas City - KS - 66160 - Dr. - F230054 - L230054 - MD - Executive Vice Chancellor - 230054@hsesinfo.org - Ms. - F230055 - L230055 - . - Research Institute - 230055@hsesinfo.org - Ms. - F230057 - L230057 - - 230057@hsesinfo.org - Ms. - F230053 - L230053 - MSW - 230053@hsesinfo.org - 555-555-0053 x 5555 - - - 11728 - 1015 - 13443 - 000 - 1991 - 2020-07-01 - - HS - Active - SOUTHEAST KANSAS COMMUNITY ACTION PROGRAM, INC - http://www.sek-cap.com - 1015@hsesinfo.org - 401 N Sinnett St - - Girard - KS - 66743-1913 - PO Box 128 - - Girard - KS - 66743-0128 - 401 N Sinnett St - - Girard - KS - 66743-1913 - Mr. - F230061 - L230061 - - Governing Board Chair - 230061@hsesinfo.org - Mr. - F230062 - L230062 - - Chief Executive Officer - 230062@hsesinfo.org - Mr. - F230064 - L230064 - - 230064@hsesinfo.org - Ms. - F230060 - L230060 - - 230060@hsesinfo.org - 555-555-0060 x 5555 - - - 11729 - 1014 - 13443 - 200 - 2003 - 2020-07-01 - - EHS - Active - SOUTHEAST KANSAS COMMUNITY ACTION PROGRAM, INC - http://www.sek-cap.com - 1014@hsesinfo.org - 401 N Sinnett St - - Girard - KS - 66743-1913 - PO Box 128 - - Girard - KS - 66743-0128 - 401 N Sinnett St - - Girard - KS - 66743-1913 - Mr. - F230068 - L230068 - - Governing Board Chair - 230068@hsesinfo.org - Mr. - F230069 - L230069 - - - 230069@hsesinfo.org - Mr. - F230071 - L230071 - - 230071@hsesinfo.org - Ms. - F230067 - L230067 - - 230067@hsesinfo.org - 555-555-0067 x 5555 - - - 11730 - 2046 - 13460 - 000 - 1992 - 2020-07-01 - - HS - Active - Community Action Agency of Siouxland - http://www.caasiouxland.org - 2046@hsesinfo.org - 2700 Leech Ave - - Sioux City - IA - 51106-1129 - 2700 Leech Ave - - Sioux City - IA - 51106-1129 - 2700 Leech Ave - - Sioux City - IA - 51106-1129 - Mr. - F230075 - L230075 - - Community Action Agency of Siouxland Board Chairperson - 230075@hsesinfo.org - Ms. - F230076 - L230076 - - Community Action Agency of Siouxland Executive Director - 230076@hsesinfo.org - Mr. - F230078 - L230078 - - 230078@hsesinfo.org - Ms. - F230074 - L230074 - - 230074@hsesinfo.org - 555-555-0074 x 5555 - - - 11709 - 9540 - 13456 - 000 - 2020 - 2020-07-01 - - HS - Active - Childcare Resources - www.ccr-bhm.org - 9540@hsesinfo.org - 244 W Valley Ave - Ste 200 - Birmingham - AL - 35209-3616 - 244 W Valley Ave - Ste 200 - Birmingham - AL - 35209-3616 - 244 W Valley Ave - Ste 200 - Birmingham - AL - 35209-3616 - Mr. - F229928 - L229928 - - Board Chairperson - 229928@hsesinfo.org - Mrs. - F229929 - L229929 - - Executive Director - 229929@hsesinfo.org - - F229931 - L229931 - - 229931@hsesinfo.org - Ms. - F229927 - L229927 - - 229927@hsesinfo.org - 555-555-9927 - - - 11710 - 9541 - 13456 - 200 - 2020 - 2020-07-01 - - EHS - Active - Childcare Resources - www.ccr-bhm.org - 9541@hsesinfo.org - 244 W Valley Ave - Ste 200 - Birmingham - AL - 35209-3616 - 244 W Valley Ave - Ste 200 - Birmingham - AL - 35209-3616 - 244 W Valley Ave - Ste 200 - Birmingham - AL - 35209-3616 - Mr. - F229935 - L229935 - - Board Chairperson - 229935@hsesinfo.org - Ms. - F229936 - L229936 - - Executive Director - 229936@hsesinfo.org - - F229938 - L229938 - - 229938@hsesinfo.org - Ms. - F229934 - L229934 - - 229934@hsesinfo.org - 555-555-9934 - - - 11704 - 9535 - 13471 - 000 - 2020 - 2020-07-01 - - HS - Active - Aiken County Public School District - https://www.acpsd.net/ - 9535@hsesinfo.org - 1000 Brookhaven Dr - - Aiken - SC - 29803-2109 - 1000 Brookhaven Dr - - Aiken - SC - 29803-2109 - 1000 Brookhaven Dr - - Aiken - SC - 29803-2109 - Mr. - F229893 - L229893 - - Board Chairperson - 229893@hsesinfo.org - Mr. - F229894 - L229894 - - Executive Director - 229894@hsesinfo.org - - F229896 - L229896 - - 229896@hsesinfo.org - Mrs. - F229892 - L229892 - - 229892@hsesinfo.org - 555-555-9892 - - - 11705 - 9536 - 13471 - 200 - 2020 - 2020-07-01 - - EHS - Active - Aiken County Public School District - https://www.acpsd.net/ - 9536@hsesinfo.org - 1000 Brookhaven Dr - - Aiken - SC - 29803-2109 - 1000 Brookhaven Dr - - Aiken - SC - 29803-2109 - 1000 Brookhaven Dr - - Aiken - SC - 29803-2109 - Mr. - F229900 - L229900 - - Board Chairperson - 229900@hsesinfo.org - Mr. - F229901 - L229901 - - Executive Director - 229901@hsesinfo.org - - F229903 - L229903 - - 229903@hsesinfo.org - Mrs. - F229899 - L229899 - - 229899@hsesinfo.org - 555-555-9899 - - - 11706 - 9537 - 13452 - 200 - 2020 - 2020-07-01 - - EHS - Active - Mid Florida Community Services, Inc. - http://www.mfcs.us.com - 9537@hsesinfo.org - 820 Kennedy Blvd - - Brooksville - FL - 34601-5704 - 820 Kennedy Blvd - - Brooksville - FL - 34601-5704 - 820 Kennedy Blvd - - Brooksville - FL - 34601-5704 - Mr. - F229907 - L229907 - - Chairman, Board of Directors - 229907@hsesinfo.org - Mr. - F229908 - L229908 - - Executive Director - 229908@hsesinfo.org - Ms. - F229910 - L229910 - - 229910@hsesinfo.org - Mrs. - F229906 - L229906 - - 229906@hsesinfo.org - 555-555-9906 - - - 11731 - 2045 - 13460 - 200 - 2003 - 2020-07-01 - - EHS - Active - Community Action Agency of Siouxland - http://www.caasiouxland.org - 2045@hsesinfo.org - 2700 Leech Avenue - - Sioux City - IA - 51106 - 2700 Leech Avenue - - Sioux City - IA - 51106 - 2700 Leech Avenue - - Sioux City - IA - 51106 - Mr. - F230082 - L230082 - - Community Action Agency of Siouxland Board Chairperson - 230082@hsesinfo.org - Ms. - F230083 - L230083 - - Community Action Agency of Siouxland Executive Director - 230083@hsesinfo.org - Mr. - F230085 - L230085 - - 230085@hsesinfo.org - Ms. - F230081 - L230081 - - 230081@hsesinfo.org - 555-555-0081 x 5555 - - - 11732 - 1379 - 13448 - 000 - 1992 - 2020-07-01 - - HS - Active - Futures Unlimited, Inc. - http://www.futures-unlimited.org - 1379@hsesinfo.org - 2410 N A St - - Wellington - KS - 67152-9799 - 2410 N A St - - Wellington - KS - 67152-9799 - 2410 N A St - - Wellington - KS - 67152-9799 - Mrs. - F230089 - L230089 - R. - Chairman of the Board of Directors - 230089@hsesinfo.org - Mr. - F230090 - L230090 - - CEO - 230090@hsesinfo.org - Miss - F230092 - L230092 - - 230092@hsesinfo.org - Mrs. - F230088 - L230088 - - 230088@hsesinfo.org - 555-555-0088 x 5555 - - - 11733 - 1378 - 13448 - 200 - 2003 - 2020-07-01 - - EHS - Active - Futures Unlimited, Inc. - http://www.futures-unlimited.org - 1378@hsesinfo.org - 2410 N A St - - Wellington - KS - 67152-9799 - 2410 N A St - - Wellington - KS - 67152-9799 - 2410 N A St - - Wellington - KS - 67152-9799 - Mrs. - F230096 - L230096 - R. - Chairman of the Board of Directors - 230096@hsesinfo.org - Mr. - F230097 - L230097 - - CEO - 230097@hsesinfo.org - Miss - F230099 - L230099 - - 230099@hsesinfo.org - Mrs. - F230095 - L230095 - - 230095@hsesinfo.org - 555-555-0095 x 5555 - - - 11511 - 1474 - 13329 - 000 - 1998 - 2020-07-01 - - HS - Active - Youth In Need - http://www.youthinneed.org - 1474@hsesinfo.org - 1815 Boones Lick Rd - - Saint Charles - MO - 63301-2247 - 1815 Boones Lick Rd - - Saint Charles - MO - 63301-2247 - 1815 Boones Lick Rd - - Saint Charles - MO - 63301-2247 - Mr. - F228605 - L228605 - - Board Chair - 228605@hsesinfo.org - Ms. - F228606 - L228606 - - - 228606@hsesinfo.org - Ms. - F228608 - L228608 - - 228608@hsesinfo.org - Ms. - F228604 - L228604 - - 228604@hsesinfo.org - 555-555-8604 x 5555 - - - 11512 - 1475 - 13329 - 200 - 2003 - 2020-07-01 - - EHS - Active - Youth In Need - http://www.youthinneed.org - 1475@hsesinfo.org - 1815 Boones Lick Rd - - Saint Charles - MO - 63301-2247 - 1815 Boones Lick Rd - - Saint Charles - MO - 63301-2247 - 1815 Boones Lick Rd - - Saint Charles - MO - 63301-2247 - Mr. - F228612 - L228612 - - Board Chair - 228612@hsesinfo.org - Ms. - F228613 - L228613 - - - 228613@hsesinfo.org - Ms. - F228615 - L228615 - - 228615@hsesinfo.org - Ms. - F228611 - L228611 - - 228611@hsesinfo.org - 555-555-8611 x 5555 - - - 11543 - 5830 - 13335 - 200 - - 2020-07-01 - - EHS - Active - City of Rockford - http://www.rockfordil.gov - 5830@hsesinfo.org - 425 E State St - - Rockford - IL - 61104-1014 - 425 E State St - - Rockford - IL - 61104-1014 - 425 E State St - - Rockford - IL - 61104-1014 - Mr. - F228829 - L228829 - - Mayor - 228829@hsesinfo.org - Ms. - F228830 - L228830 - - Executive Director - 228830@hsesinfo.org - Mr. - F228832 - L228832 - - 228832@hsesinfo.org - Mrs. - F228828 - L228828 - - 228828@hsesinfo.org - 555-555-8828 - - - 11513 - 9414 - 13330 - 000 - 2020 - 2020-07-01 - - HS - Active - Kidango, Inc. - www.kidango.org - 9414@hsesinfo.org - 44000 Old Warm Springs Blvd - - Fremont - CA - 94538-6145 - 44000 Old Warm Springs Blvd - - Fremont - CA - 94538-6145 - 44000 Old Warm Springs Blvd - - Fremont - CA - 94538-6145 - Mr. - F228619 - L228619 - - Board President - 228619@hsesinfo.org - Mr. - F228620 - L228620 - - Executive Director - 228620@hsesinfo.org - Ms. - F228622 - L228622 - - 228622@hsesinfo.org - Ms. - F228618 - L228618 - - 228618@hsesinfo.org - 555-555-8618 - - - 11514 - 9415 - 13330 - 200 - 2020 - 2020-07-01 - - EHS - Active - Kidango, Inc. - www.kidango.org - 9415@hsesinfo.org - 44000 Old Warm Springs Blvd - - Fremont - CA - 94538-6145 - 44000 Old Warm Springs Blvd - - Fremont - CA - 94538-6145 - 44000 Old Warm Springs Blvd - - Fremont - CA - 94538-6145 - Mr. - F228626 - L228626 - - Board President - 228626@hsesinfo.org - Mr. - F228627 - L228627 - - Executive Director - 228627@hsesinfo.org - Ms. - F228629 - L228629 - - 228629@hsesinfo.org - Ms. - F228625 - L228625 - - 228625@hsesinfo.org - 555-555-8625 - - - 5915 - 1110 - 9688 - 200 - 2001 - 2015-03-01 - 2020-06-30 - EHS - Inactive - Child, Family & Community Services - http://www.cfcsinc.org - 1110@hsesinfo.org - 32980 Alvarado Niles Rd - Ste 856 - Union City - CA - 94587-3186 - 32980 Alvarado Niles Rd - Ste 856 - Union City - CA - 94587-3186 - 32980 Alvarado Niles Rd - Ste 856 - Union City - CA - 94587-3186 - Ms. - F105983 - L105983 - - Board President - 105983@hsesinfo.org - Mr. - F105985 - L105985 - - CEO - 105985@hsesinfo.org - Ms. - F105987 - L105987 - - 105987@hsesinfo.org - Ms. - F105982 - L105982 - - 105982@hsesinfo.org - 555-555-5982 - - - 11500 - 9405 - 13313 - 200 - 2020 - 2020-07-01 - - EHS - Active - Community Association for Preschool Education, Inc. - http://www.capeheadstart.org - 9405@hsesinfo.org - 3037 Independence Dr - Ste A - Livermore - CA - 94551-7672 - 3037 Independence Dr - Ste A - Livermore - CA - 94551-7672 - 3037 Independence Dr - Ste A - Livermore - CA - 94551-7672 - Mr. - F228527 - L228527 - - President - 228527@hsesinfo.org - Ms. - F228528 - L228528 - - Executive Director - 228528@hsesinfo.org - Mrs. - F228530 - L228530 - - 228530@hsesinfo.org - Ms. - F228526 - L228526 - - 228526@hsesinfo.org - 555-555-8526 x 5555 - - - 11499 - 9404 - 13313 - 000 - 2020 - 2020-07-01 - - HS - Active - Community Association for Preschool Education, Inc. - http://www.capeheadstart.org - 9404@hsesinfo.org - 3037 Independence Dr - Ste A - Livermore - CA - 94551-7672 - 3037 Independence Dr - Ste A - Livermore - CA - 94551-7672 - 3037 Independence Dr - Ste A - Livermore - CA - 94551-7672 - Mr. - F228520 - L228520 - - President - 228520@hsesinfo.org - Ms. - F228521 - L228521 - - Executive Director - 228521@hsesinfo.org - Mrs. - F228523 - L228523 - - 228523@hsesinfo.org - Ms. - F228519 - L228519 - - 228519@hsesinfo.org - 555-555-8519 x 5555 - - - 11509 - 9410 - 13328 - 000 - 2020 - 2020-07-01 - - HS - Active - Center for Transforming Lives - www.transforminglives.org - 9410@hsesinfo.org - 512 W 4th St - - Fort Worth - TX - 76102-3613 - 512 W 4th St - - Fort Worth - TX - 76102-3613 - 512 W 4th St - - Fort Worth - TX - 76102-3613 - Ms. - F228591 - L228591 - - Board Chair - 228591@hsesinfo.org - Mrs. - F228592 - L228592 - - Chief Executive Officer - 228592@hsesinfo.org - Ms. - F228594 - L228594 - - 228594@hsesinfo.org - Ms. - F228590 - L228590 - - 228590@hsesinfo.org - 555-555-8590 - - - 11736 - 215 - 13505 - 000 - 1992 - 2020-07-01 - - HS - Active - Human Resources Agency of New Britain, Inc. - http://www.hranbct.org - 215@hsesinfo.org - 180 Clinton St - - New Britain - CT - 06053-3512 - 180 Clinton St - - New Britain - CT - 06053-3512 - 180 Clinton St - - New Britain - CT - 06053-3512 - Ms. - F230115 - L230115 - - Board President - 230115@hsesinfo.org - Mr. - F230116 - L230116 - - Interim Executive Director - 230116@hsesinfo.org - Mr. - F230118 - L230118 - - 230118@hsesinfo.org - Ms. - F230114 - L230114 - - 230114@hsesinfo.org - 555-555-0114 x 5555 - - - 11737 - 902 - 13493 - 000 - 1992 - 2020-07-01 - - HS - Active - Western Carolina Community Action, Inc. - wcca.org - 902@hsesinfo.org - 220 King Creek Blvd - - Hendersonville - NC - 28792-4895 - PO Box 685 - - Hendersonville - NC - 28793-0685 - 220 King Creek Blvd - - Hendersonville - NC - 28792-4895 - Ms. - F230122 - L230122 - - Board Chair - 230122@hsesinfo.org - Mr. - F230123 - L230123 - - CEO - 230123@hsesinfo.org - Ms. - F230125 - L230125 - - 230125@hsesinfo.org - Ms. - F230121 - L230121 - - 230121@hsesinfo.org - 555-555-0121 - - - 11738 - 901 - 13493 - 200 - 2004 - 2020-07-01 - - EHS - Active - Western Carolina Community Action, Inc. - wcca.org - 901@hsesinfo.org - 220 King Creek Blvd - - Hendersonville - NC - 28792-4895 - PO Box 685 - - Hendersonville - NC - 28793-0685 - 220 King Creek Blvd - - Hendersonville - NC - 28792-4895 - Ms. - F230129 - L230129 - - Board Chair - 230129@hsesinfo.org - Mr. - F230130 - L230130 - - CEO - 230130@hsesinfo.org - Ms. - F230132 - L230132 - - 230132@hsesinfo.org - Ms. - F230128 - L230128 - - 230128@hsesinfo.org - 555-555-0128 - - - 11739 - 509 - 13485 - 000 - 1992 - 2020-07-01 - - HS - Active - Chattanooga YFD Head Start/EHS Program - http://www.chattanoogaheadstart.com - 509@hsesinfo.org - 2302 Ocoee St - - Chattanooga - TN - 37406-3564 - 2302 Ocoee St - - Chattanooga - TN - 37406-3564 - 2302 Ocoee St - - Chattanooga - TN - 37406-3564 - Dr. - F230136 - L230136 - - Chattanooga Human Services Board Chariperson - 230136@hsesinfo.org - Mrs. - F230137 - L230137 - - Deputy Administrator - 230137@hsesinfo.org - Ms. - F230139 - L230139 - - 230139@hsesinfo.org - Mrs. - F230135 - L230135 - - 230135@hsesinfo.org - 555-555-0135 - - - 11740 - 510 - 13485 - 200 - 1992 - 2020-07-01 - - EHS - Active - Chattanooga YFD Head Start/EHS Program - http://www.chattanoogaheadstart.com - 510@hsesinfo.org - 2302 Ocoee St - - Chattanooga - TN - 37406-3564 - 2302 Ocoee St - - Chattanooga - TN - 37406-3564 - 2302 Ocoee St - - Chattanooga - TN - 37406-3564 - Dr. - F230143 - L230143 - - Chattanooga Human Services Board Chairperson - 230143@hsesinfo.org - Mrs. - F230144 - L230144 - - Deputy Administrator - 230144@hsesinfo.org - Ms. - F230146 - L230146 - - 230146@hsesinfo.org - Mrs. - F230142 - L230142 - - 230142@hsesinfo.org - 555-555-0142 - - - 11741 - 557 - 13477 - 000 - 1992 - 2020-07-01 - - HS - Active - Blue Ridge Community Action, Inc. - http://www.brcainc.org - 557@hsesinfo.org - 800 N Green St - - Morganton - NC - 28655-5610 - 800 N Green St - - Morganton - NC - 28655-5610 - 800 N Green St - - Morganton - NC - 28655-5610 - Ms. - F230150 - L230150 - - Board Chair - 230150@hsesinfo.org - Ms. - F230151 - L230151 - - Executive Director - 230151@hsesinfo.org - Ms. - F230153 - L230153 - - 230153@hsesinfo.org - Ms. - F230149 - L230149 - - 230149@hsesinfo.org - 555-555-0149 - - - 11742 - 6349 - 13477 - 200 - - 2020-07-01 - - EHS - Active - BLUE RIDGE COMMUNITY ACTION, INC - www.brcainc.org - 6349@hsesinfo.org - 800 N Green St - - Morganton - NC - 28655-5610 - 800 N Green St - - Morganton - NC - 28655-5610 - 800 N Green St - - Morganton - NC - 28655-5610 - Ms. - F230157 - L230157 - - Board Chair - 230157@hsesinfo.org - Ms. - F230158 - L230158 - - Executive Director - 230158@hsesinfo.org - Ms. - F230160 - L230160 - - 230160@hsesinfo.org - Ms. - F230156 - L230156 - - 230156@hsesinfo.org - 555-555-0156 - - - 11743 - 988 - 13484 - 000 - 1992 - 2020-07-01 - - HS - Active - Jackson County Early Childhood Programs - www.jcsb.org - 988@hsesinfo.org - 4283 Kelson Ave - - Marianna - FL - 32446-2947 - 2903 Jefferson St - - Marianna - FL - 32446-3445 - 4283 Kelson Ave - - Marianna - FL - 32446-2947 - Mrs. - F230164 - L230164 - - School Board Chairman - 230164@hsesinfo.org - Mr. - F230165 - L230165 - - Superintendent of Schools - 230165@hsesinfo.org - Ms. - F230167 - L230167 - - 230167@hsesinfo.org - Mr. - F230163 - L230163 - - 230163@hsesinfo.org - 555-555-0163 - - - 11744 - 989 - 13484 - 200 - 2001 - 2020-07-01 - - EHS - Active - Jackson County Early Childhood Programs - http://www.jcsb.org - 989@hsesinfo.org - 4283 Kelson Ave - - Marianna - FL - 32446-2947 - 2903 Jefferson St - - Marianna - FL - 32446-3445 - 4283 Kelson Ave - - Marianna - FL - 32446-2947 - Mrs. - F230171 - L230171 - - School Board Chairman - 230171@hsesinfo.org - Mr. - F230172 - L230172 - - Superintendent of Schools - 230172@hsesinfo.org - Miss - F230174 - L230174 - - 230174@hsesinfo.org - Mr. - F230170 - L230170 - - 230170@hsesinfo.org - 555-555-0170 - - - 11745 - 1572 - 13495 - 000 - 2000 - 2020-07-01 - - HS - Active - Onslow County Board of Education - - 1572@hsesinfo.org - 200 Broadhurst Rd - - Jacksonville - NC - 28540-3551 - 200 Broadhurst Rd - - Jacksonville - NC - 28540-3551 - 200 Broadhurst Rd - - Jacksonville - NC - 28540-3551 - Ms. - F230178 - L230178 - - School Board Chair - 230178@hsesinfo.org - Dr. - F230179 - L230179 - - Executive Head Start Director - 230179@hsesinfo.org - Ms. - F230181 - L230181 - - 230181@hsesinfo.org - Mrs. - F230177 - L230177 - - 230177@hsesinfo.org - 555-555-0177 x 5555 - - - 11746 - 642 - 13476 - 000 - 1992 - 2020-07-01 - - HS - Active - Jasper County Board of Education - www.jasper.k12.ga.us - 642@hsesinfo.org - 1411 College St - - Monticello - GA - 31064-2118 - 1411 College St - - Monticello - GA - 31064-2118 - 1411 College St - - Monticello - GA - 31064-2118 - Mr. - F230185 - L230185 - - Chairperson - 230185@hsesinfo.org - Mr. - F230186 - L230186 - - Superintendent - 230186@hsesinfo.org - Mr. - F230188 - L230188 - - 230188@hsesinfo.org - Mrs. - F230184 - L230184 - - 230184@hsesinfo.org - 555-555-0184 - - - 11747 - 552 - 13478 - 000 - 1992 - 2020-07-01 - - HS - Active - Four Square Community Action, Inc. - foursquarecommunityactioninc.com - 552@hsesinfo.org - 61 Milton Mashburn Dr - Box 2290 - Andrews - NC - 28901-8052 - PO Box 2290 - - Andrews - NC - 28901-2290 - 61 Milton Mashburn Dr - Box 2290 - Andrews - NC - 28901-8052 - Mr. - F230192 - L230192 - - Board Chairman - 230192@hsesinfo.org - Ms. - F230193 - L230193 - - Excutive Director - 230193@hsesinfo.org - Ms. - F230195 - L230195 - - 230195@hsesinfo.org - Mrs. - F230191 - L230191 - - 230191@hsesinfo.org - 555-555-0191 x 5555 - - - 11748 - 1058 - 13487 - 000 - 1992 - 2020-07-01 - - HS - Active - Davis School District - https://www.davis.k12.ut.us/academics/early-childhood/head-startearly-head-start-and-title-i-preschool/head-start - 1058@hsesinfo.org - 320 S 500 E - - Kaysville - UT - 84037-3307 - 320 S 500 E - - Kaysville - UT - 84037-3307 - 320 S 500 E - - Kaysville - UT - 84037-3307 - Mr. - F230199 - L230199 - - School Board/Head Start Liaison - 230199@hsesinfo.org - Mr. - F230200 - L230200 - - School District Superintendent - 230200@hsesinfo.org - Ms. - F230202 - L230202 - - 230202@hsesinfo.org - Ms. - F230198 - L230198 - - 230198@hsesinfo.org - 555-555-0198 - - - 11749 - 1059 - 13487 - 200 - 1992 - 2020-07-01 - - EHS - Active - Davis School District - https://www.davis.k12.ut.us/academics/early-childhood/head-startearly-head-start-and-title-i-preschool/head-start - 1059@hsesinfo.org - 320 S 500 E - - Kaysville - UT - 84037-3307 - 320 S 500 E - - Kaysville - UT - 84037-3307 - 320 S 500 E - - Kaysville - UT - 84037-3307 - Mr. - F230206 - L230206 - - School Board/Head Start Liaison - 230206@hsesinfo.org - Mr. - F230207 - L230207 - - School District Superintendent - 230207@hsesinfo.org - Ms. - F230209 - L230209 - - 230209@hsesinfo.org - Ms. - F230205 - L230205 - - 230205@hsesinfo.org - 555-555-0205 - - - 11750 - 1088 - 13494 - 000 - 1992 - 2020-07-01 - - HS - Active - County of San Bernardino, Preschool Services Dept. - http://www.sbcounty.gov/psd - 1088@hsesinfo.org - 150 S Lena Rd - - San Bernardino - CA - 92415-0515 - 150 S Lena Rd - - San Bernardino - CA - 92415-0515 - 150 S Lena Rd - - San Bernardino - CA - 92415-0515 - Mr. - F230213 - L230213 - - Chairman, County of San Bernardino Board of Supervisors - 230213@hsesinfo.org - Mr. - F230214 - L230214 - - Director - 230214@hsesinfo.org - Ms. - F230216 - L230216 - - 230216@hsesinfo.org - Mr. - F230212 - L230212 - - 230212@hsesinfo.org - 555-555-0212 - - - 11752 - 2824 - 13494 - 200 - 2009 - 2020-07-01 - - EHS - Active - County of San Bernardino, Preschool Services Dept - www.sbcounty.gov/psd - 2824@hsesinfo.org - 150 S Lena Rd - - San Bernardino - CA - 92415-0515 - 150 S Lena Rd - - San Bernardino - CA - 92415-0515 - 150 S Lena Rd - - San Bernardino - CA - 92415-0515 - Mr. - F230227 - L230227 - - Chairman, County of San Bernardino Board of Supervisors - 230227@hsesinfo.org - Mr. - F230228 - L230228 - - Director - 230228@hsesinfo.org - Ms. - F230230 - L230230 - - 230230@hsesinfo.org - Mr. - F230226 - L230226 - - 230226@hsesinfo.org - 555-555-0226 - - - 11754 - 3229 - 13499 - 000 - 2011 - 2020-07-01 - - AIAN HS - Active - Mountain Empire Campo Kumeyaay Head Start - meusd.k12.ca.us - 3229@hsesinfo.org - 3291 Buckman Springs Rd - - Pine Valley - CA - 91962-4003 - 3291 Buckman Springs Rd - - Pine Valley - CA - 91962-4003 - 3291 Buckman Springs Rd - - Pine Valley - CA - 91962-4003 - Mr. - F230241 - L230241 - - Superintendent, Mountain Empire Unified - 230241@hsesinfo.org - Mr. - F230242 - L230242 - - - 230242@hsesinfo.org - Mrs. - F230244 - L230244 - - 230244@hsesinfo.org - Ms. - F230240 - L230240 - - 230240@hsesinfo.org - 555-555-0240 x 5555 - - - 11756 - 1767 - 13503 - 000 - 2014 - 2020-07-01 - - HS - Active - Manhasset-Great Neck Economic Opportunity Council, Inc. - mgneoc.com - 1767@hsesinfo.org - 65 High Street - - Manhasset - NY - 11030-2906 - 65 High Street - - Manhasset - NY - 11030-2906 - 65 High Street - - Manhasset - NY - 11030-2906 - Ms. - F230255 - L230255 - - Chairperson, Board of Directors - 230255@hsesinfo.org - Ms. - F230256 - L230256 - - - 230256@hsesinfo.org - Mr. - F230258 - L230258 - - 230258@hsesinfo.org - Ms. - F230254 - L230254 - - 230254@hsesinfo.org - 555-555-0254 x 5555 - - - 11767 - 2092 - 13500 - 000 - 1992 - 2020-07-01 - - HS - Active - Johnston-Lee-Harnett Community Action, Inc. - http://www.jlhcommunityaction.org - 2092@hsesinfo.org - 1102 Massey St - - Smithfield - NC - 27577-4951 - PO Box 711 - - Smithfield - NC - 27577-0711 - 1102 Massey St - - Smithfield - NC - 27577-4951 - Mrs. - F230332 - L230332 - - Board Chair - 230332@hsesinfo.org - Ms. - F230333 - L230333 - - - 230333@hsesinfo.org - Ms. - F230335 - L230335 - - 230335@hsesinfo.org - Ms. - F230331 - L230331 - - 230331@hsesinfo.org - 555-555-0331 x 5555 - - - 11768 - 2750 - 13500 - 200 - 2011 - 2020-07-01 - - EHS - Active - JOHNSTON-LEE-HARNETT COMMUNITY ACTION, INC - www.jlhcommunityaction.org - 2750@hsesinfo.org - 1102 Massey St - - Smithfield - NC - 27577-4951 - PO BOX 711 - - Smithfield - NC - 27577-0711 - 1102 Massey St - - Smithfield - NC - 27577-4951 - Mrs. - F230339 - L230339 - - Board Chair - 230339@hsesinfo.org - Ms. - F230340 - L230340 - - - 230340@hsesinfo.org - Ms. - F230342 - L230342 - - 230342@hsesinfo.org - Ms. - F230338 - L230338 - - 230338@hsesinfo.org - 555-555-0338 x 5555 - - - 11773 - 528 - 13497 - 000 - 1992 - 2020-07-01 - - HS - Active - Ohio Valley Educational Cooperative - www.ovec.org - 528@hsesinfo.org - 100 Alpine Dr - - Shelbyville - KY - 40065-8877 - PO Box 1249 - - Shelbyville - KY - 40066-1249 - 100 Alpine Dr - - Shelbyville - KY - 40065-8877 - Mrs. - F230374 - L230374 - - Chair, OVEC Board of Directors - 230374@hsesinfo.org - Dr. - F230375 - L230375 - - Chief Executive Officer - 230375@hsesinfo.org - Mr. - F230377 - L230377 - - 230377@hsesinfo.org - Mrs. - F230373 - L230373 - - 230373@hsesinfo.org - 555-555-0373 x 5555 - - - 11774 - 529 - 13497 - 200 - 2000 - 2020-07-01 - - EHS - Active - Ohio Valley Educational Cooperative - http://www.ovec.org - 529@hsesinfo.org - 100 Alpine Dr - - Shelbyville - KY - 40065-8877 - PO Box 1249 - - Shelbyville - KY - 40066-1249 - 100 Alpine Dr - - Shelbyville - KY - 40065-8877 - Mrs. - F230381 - L230381 - - Chair, OVEC Board of Directors - 230381@hsesinfo.org - Dr. - F230382 - L230382 - - CEO - 230382@hsesinfo.org - Mr. - F230384 - L230384 - - 230384@hsesinfo.org - Mrs. - F230380 - L230380 - - 230380@hsesinfo.org - 555-555-0380 x 5555 - - - 11775 - 921 - 13502 - 000 - 1991 - 2020-07-01 - - HS - Active - COMMUNITY ACTION PROGRAM COMMITTEE, INC - http://www.capc-pensacola.org - 921@hsesinfo.org - 1380 N Palafox St - - Pensacola - FL - 32501-2641 - 1380 N Palafox St - - Pensacola - FL - 32501-2641 - 1380 N Palafox St - - Pensacola - FL - 32501-2641 - Ms. - F230388 - L230388 - - Board Chair - 230388@hsesinfo.org - Mr. - F230389 - L230389 - - Executive Director - 230389@hsesinfo.org - Ms. - F230391 - L230391 - - 230391@hsesinfo.org - Mrs. - F230387 - L230387 - - 230387@hsesinfo.org - 555-555-0387 x 5555 - - - 11776 - 2730 - 13502 - 200 - 2014 - 2020-07-01 - - EHS - Active - COMMUNITY ACTION PROGRAM COMMITTEE, INC - http:/www.capc-pensacola.org - 2730@hsesinfo.org - 1201 N. 'H' Street - - Pensacola - FL - 32501 - 1380 N Palafox St - - Pensacola - FL - 32501-2641 - 1380 N Palafox St - - Pensacola - FL - 32501-2641 - Ms. - F230395 - L230395 - - Board Chair - 230395@hsesinfo.org - Mr. - F230396 - L230396 - - Executive Director - 230396@hsesinfo.org - Ms. - F230398 - L230398 - - 230398@hsesinfo.org - Mrs. - F230394 - L230394 - - 230394@hsesinfo.org - 555-555-0394 x 5555 - - - 11759 - 9571 - 13479 - 000 - 2020 - 2020-07-01 - - HS - Active - Rosemount Center, Inc. - http://www.rosemountcenter.com - 9571@hsesinfo.org - 2000 Rosemont Ave NW - - Washington - DC - 20010-1045 - 2000 Rosemont Ave NW - - Washington - DC - 20010-1045 - 2000 Rosemont Ave NW - - Washington - DC - 20010-1045 - Dr. - F230276 - L230276 - - Chair, Rosemount Center Board of Directors - 230276@hsesinfo.org - Mr. - F230277 - L230277 - - - 230277@hsesinfo.org - Ms. - F230279 - L230279 - - 230279@hsesinfo.org - Ms. - F230275 - L230275 - - 230275@hsesinfo.org - 555-555-0275 x 5555 - - - 11771 - 616 - 13488 - 000 - 1991 - 2020-07-01 - - HS - Active - Mississippi Action for Progress, Inc. - http://www.mapheadstart.org - 616@hsesinfo.org - 1751 Morson Rd - - Jackson - MS - 39209-6546 - 1751 Morson Rd - - Jackson - MS - 39209-6546 - 1751 Morson Rd - - Jackson - MS - 39209-6546 - Mr. - F230360 - L230360 - - Governing Board Chairperson - 230360@hsesinfo.org - Dr. - F230361 - L230361 - - CEO/Head Start Director - 230361@hsesinfo.org - Mr. - F230363 - L230363 - - 230363@hsesinfo.org - Dr. - F230359 - L230359 - - 230359@hsesinfo.org - 555-555-0359 x 5555 - - - 11772 - 617 - 13488 - 200 - 1992 - 2020-07-01 - - EHS - Active - Mississippi Action for Progress, Inc. - http://www.mapheadstart.org - 617@hsesinfo.org - 1751 Morson Rd - - Jackson - MS - 39209-6546 - 1751 Morson Rd - - Jackson - MS - 39209-6546 - 1751 Morson Rd - - Jackson - MS - 39209-6546 - Mr. - F230367 - L230367 - - Governing Board Chairperson - 230367@hsesinfo.org - Dr. - F230368 - L230368 - - CEO/Head Start Director - 230368@hsesinfo.org - Mr. - F230370 - L230370 - - 230370@hsesinfo.org - Dr. - F230366 - L230366 - - 230366@hsesinfo.org - 555-555-0366 x 5555 - - - 11764 - 9576 - 13489 - 000 - 2020 - 2020-07-01 - - HS - Active - Picayune School District - www.pcu.k12.ms.us - 9576@hsesinfo.org - 1620 Rosa St - - Picayune - MS - 39466-4229 - PO Box 1258 - - Picayune - MS - 39466-1258 - 706 Goodyear Blvd - - Picayune - MS - 39466-3220 - Mr. - F230311 - L230311 - - Board Chair - 230311@hsesinfo.org - Mr. - F230312 - L230312 - - Assistant Superintend - 230312@hsesinfo.org - Mrs. - F230314 - L230314 - - 230314@hsesinfo.org - Dr. - F230310 - L230310 - - 230310@hsesinfo.org - 555-555-0310 x 5555 - - - 11765 - 9577 - 13504 - 000 - 2020 - 2020-07-01 - - HS - Active - Delta Health Alliance, Inc. - deltahealthalliance.org - 9577@hsesinfo.org - 435 Stoneville Rd - - Leland - MS - 38756-9569 - PO Box 277 - - Stoneville - MS - 38776-0277 - 435 Stoneville Rd - - Leland - MS - 38756-9569 - Mr. - F230318 - L230318 - - Board Chair - 230318@hsesinfo.org - Dr. - F230319 - L230319 - - CEO - 230319@hsesinfo.org - Mrs. - F230321 - L230321 - - 230321@hsesinfo.org - Mrs. - F230317 - L230317 - - 230317@hsesinfo.org - 555-555-0317 - - - 11766 - 9578 - 13504 - 200 - 2020 - 2020-07-01 - - EHS - Active - Delta Health Alliance, Inc. - deltahealthalliance.org - 9578@hsesinfo.org - 435 Stoneville Rd - - Leland - MS - 38756-9569 - PO Box 277 - - Stoneville - MS - 38776-0277 - 435 Stoneville Rd - - Leland - MS - 38756-9569 - Mr. - F230325 - L230325 - - Board Chair - 230325@hsesinfo.org - Dr. - F230326 - L230326 - - CEO - 230326@hsesinfo.org - Mrs. - F230328 - L230328 - - 230328@hsesinfo.org - Mrs. - F230324 - L230324 - - 230324@hsesinfo.org - 555-555-0324 - - - 11755 - 318 - 13483 - 200 - 2003 - 2020-07-01 - - EHS - Active - Children's Aid Society - http://www.childrensaidnyc.org - 318@hsesinfo.org - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - 4 W 125th St - Fl 3 - New York - NY - 10027-4568 - Ms. - F230248 - L230248 - - Board Chair - 230248@hsesinfo.org - Ms. - F230249 - L230249 - - President and Chief Executive Officer - 230249@hsesinfo.org - Ms. - F230251 - L230251 - - 230251@hsesinfo.org - Ms. - F230247 - L230247 - - 230247@hsesinfo.org - 555-555-0247 - - - 11770 - 9582 - 13480 - 200 - 2020 - 2020-07-01 - - EHS - Active - Friends of Children of Mississippi, Inc. - www.friendsofchildren.org - 9582@hsesinfo.org - 130 Riverview Dr - Ste C - Flowood - MS - 39232-8921 - 130 Riverview Dr - Ste C - Flowood - MS - 39232-8921 - 130 Riverview Dr - Ste C - Flowood - MS - 39232-8921 - Mr. - F230353 - L230353 - - Board Chairperson - 230353@hsesinfo.org - Dr. - F230354 - L230354 - - Interim Executive Director - 230354@hsesinfo.org - Mr. - F230356 - L230356 - - 230356@hsesinfo.org - Dr. - F230352 - L230352 - - 230352@hsesinfo.org - 555-555-0352 x 5555 - - - 11779 - 9591 - 13481 - 000 - 2020 - 2020-07-01 - - HS - Active - Enrichment Services Program, Inc. - www.enrichmentservices.org - 9591@hsesinfo.org - 2601 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - 2601 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - 2601 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - Mr. - F230416 - L230416 - - Board Chair - 230416@hsesinfo.org - Ms. - F230417 - L230417 - - - 230417@hsesinfo.org - Ms. - F230419 - L230419 - - 230419@hsesinfo.org - Mr. - F230415 - L230415 - - 230415@hsesinfo.org - 555-555-0415 - - - 11763 - 9575 - 13490 - 000 - 2020 - 2020-07-01 - - HS - Active - People Incorporated of Virginia - http://www.peopleinc.net - 9575@hsesinfo.org - 1173 W Main St - - Abingdon - VA - 24210-4703 - 1173 W Main St - - Abingdon - VA - 24210-4703 - 1173 W Main St - - Abingdon - VA - 24210-4703 - Mr. - F230304 - L230304 - - - 230304@hsesinfo.org - Mr. - F230305 - L230305 - - President and C.E.O. - 230305@hsesinfo.org - Mr. - F230307 - L230307 - - 230307@hsesinfo.org - Ms. - F230303 - L230303 - - 230303@hsesinfo.org - 555-555-0303 - - - 11760 - 1715 - 13482 - 000 - 2014 - 2020-07-01 - - HS - Active - Hanover County School District - http://www.hcps.us/parents_students/programs/preschool_early_childhood_special_education/hanover_preschool_initiative - 1715@hsesinfo.org - 200 Berkley Street - - Ashland - VA - 23005-1302 - 200 Berkley Street - - Ashland - VA - 23005-1302 - 200 Berkley Street - - Ashland - VA - 23005-1302 - Mr. - F230283 - L230283 - III - Chairman, Hanover County School Board - 230283@hsesinfo.org - Dr. - F230284 - L230284 - - Superintendent Hanover County Public Schools - 230284@hsesinfo.org - Mr. - F230286 - L230286 - Jr. - 230286@hsesinfo.org - Mrs. - F230282 - L230282 - - 230282@hsesinfo.org - 555-555-0282 - - - 11783 - 6688 - 13496 - 000 - - 2020-07-01 - - Migrant HS - Active - Educational Service District 105 - www.esd105.org - 6688@hsesinfo.org - 33 S 2ND AVE - - YAKIMA - WA - 98902-3414 - 33 S 2ND AVE - - YAKIMA - WA - 98902-3414 - 33 S 2ND AVE - - YAKIMA - WA - 98902-3414 - Mr. - F230444 - L230444 - - Board Chairman - 230444@hsesinfo.org - Mrs. - F230445 - L230445 - - Executive Director Early Learning - 230445@hsesinfo.org - - F230447 - L230447 - - 230447@hsesinfo.org - Mrs. - F230443 - L230443 - - 230443@hsesinfo.org - 555-555-0443 - - - 11618 - 440 - 13396 - 000 - 2014 - 2020-07-01 - - HS - Active - Suwannee Valley Community Coordinated Child Care, Inc - http://www.sv4cs.org - 440@hsesinfo.org - 236 SW Columbia Avenue - - Lake City - FL - 32025-7036 - P.O. BOX 2637 - - Lake City - FL - 32056-2637 - 236 SW Columbia Avenue - - Lake City - FL - 32025-7036 - Ms. - F229294 - L229294 - - Board Chairperson - 229294@hsesinfo.org - Mrs. - F229295 - L229295 - - - 229295@hsesinfo.org - Ms. - F229297 - L229297 - - 229297@hsesinfo.org - Mrs. - F229293 - L229293 - - 229293@hsesinfo.org - 555-555-9293 - - - 11786 - 1559 - 13517 - 200 - 2000 - 2020-07-01 - - EHS - Active - Monongalia County Board of Education - http://boe.mono.k12.wv.us/students_and_parents/childhood_programs - 1559@hsesinfo.org - 1433 Dorsey Ave - - Morgantown - WV - 26501-7121 - 1433 Dorsey Ave - - Morgantown - WV - 26501-7121 - 1433 Dorsey Ave - - Morgantown - WV - 26501-7121 - Mr. - F230465 - L230465 - - Board President - 230465@hsesinfo.org - Dr. - F230466 - L230466 - - Superintendent of Schools - 230466@hsesinfo.org - Ms. - F230468 - L230468 - - 230468@hsesinfo.org - Mrs. - F230464 - L230464 - - 230464@hsesinfo.org - 555-555-0464 x 5555 - - - 11787 - 885 - 13516 - 000 - 1992 - 2020-07-01 - - HS - Active - Alexander County Head Start - www.alexander.k12.nc.us - 885@hsesinfo.org - 700 Liledoun Rd - - Taylorsville - NC - 28681-2944 - 700 Liledoun Rd - - Taylorsville - NC - 28681-2944 - 700 Liledoun Rd - - Taylorsville - NC - 28681-2944 - Mrs. - F230472 - L230472 - - Board Chair - 230472@hsesinfo.org - Dr. - F230473 - L230473 - - Superintendent - 230473@hsesinfo.org - Mrs. - F230475 - L230475 - - 230475@hsesinfo.org - Ms. - F230471 - L230471 - - 230471@hsesinfo.org - 555-555-0471 x 5555 - - - 11788 - 2221 - 13514 - 000 - 2005 - 2020-07-01 - - HS - Active - Saginaw Intermediate School District - http://www.sisd.cc - 2221@hsesinfo.org - 3200 Perkins St - - Saginaw - MI - 48601-6563 - 3200 Perkins St - - Saginaw - MI - 48601-6563 - 3200 Perkins St - - Saginaw - MI - 48601-6563 - Mr. - F230479 - L230479 - Jr. - Board Chair - 230479@hsesinfo.org - Mr. - F230480 - L230480 - - Superintendent - 230480@hsesinfo.org - Mr. - F230482 - L230482 - - 230482@hsesinfo.org - Mrs. - F230478 - L230478 - - 230478@hsesinfo.org - 555-555-0478 x 5555 - - - 11789 - 2769 - 13514 - 200 - 2011 - 2020-07-01 - - EHS - Active - Saginaw Intermediate School District - http://www.sisd.cc - 2769@hsesinfo.org - 3200 Perkins St - - Saginaw - MI - 48601-6563 - 3200 Perkins St - - Saginaw - MI - 48601-6563 - 3200 Perkins St - - Saginaw - MI - 48601-6563 - Mr. - F230486 - L230486 - - Board Chair - 230486@hsesinfo.org - Mrs. - F230487 - L230487 - - Superintendent - 230487@hsesinfo.org - Mr. - F230489 - L230489 - - 230489@hsesinfo.org - Mrs. - F230485 - L230485 - - 230485@hsesinfo.org - 555-555-0485 x 5555 - - - 11790 - 2315 - 13519 - 000 - 1992 - 2020-07-01 - - HS - Active - Heartland Head Start, Inc. - http://www.heartlandheadstart.org - 2315@hsesinfo.org - 206 Stillwell St - - Bloomington - IL - 61701-3741 - 206 Stillwell St - - Bloomington - IL - 61701-3741 - 206 Stillwell St - - Bloomington - IL - 61701-3741 - Ms. - F230493 - L230493 - - President of the Governance Board - 230493@hsesinfo.org - Ms. - F230494 - L230494 - - Executive Director - 230494@hsesinfo.org - Ms. - F230496 - L230496 - - 230496@hsesinfo.org - Ms. - F230492 - L230492 - - 230492@hsesinfo.org - 555-555-0492 - - - 11791 - 6556 - 13519 - 200 - - 2020-07-01 - - EHS - Active - Heartland Head Start - www.heartlandheadstart.org - 6556@hsesinfo.org - 206 Stillwell St - - Bloomington - IL - 61701-3741 - 206 Stillwell St - - Bloomington - IL - 61701-3741 - 206 Stillwell St - - Bloomington - IL - 61701-3741 - Ms. - F230500 - L230500 - - President of the Governance Board - 230500@hsesinfo.org - Ms. - F230501 - L230501 - - Executive Director - 230501@hsesinfo.org - Ms. - F230503 - L230503 - - 230503@hsesinfo.org - Ms. - F230499 - L230499 - - 230499@hsesinfo.org - 555-555-0499 - - - 11792 - 686 - 13518 - 000 - 1992 - 2020-07-01 - - HS - Active - Mount Vernon City Schools District 80 - www.mtv80.org - 686@hsesinfo.org - 301 S 17th St - - Mount Vernon - IL - 62864-4405 - 301 S 17th St - - Mount Vernon - IL - 62864-4405 - 301 S 17th St - - Mount Vernon - IL - 62864-4405 - Mr. - F230507 - L230507 - - Board President - 230507@hsesinfo.org - Mrs. - F230508 - L230508 - - Executive Director - 230508@hsesinfo.org - Mr. - F230510 - L230510 - - 230510@hsesinfo.org - Ms. - F230506 - L230506 - - 230506@hsesinfo.org - 555-555-0506 - - - 11794 - 6569 - 13511 - 000 - - 2020-07-01 - - HS - Active - Evanston/Skokie Community Consolidated School District 65 - http://www.district65.net/Domain/4 - 6569@hsesinfo.org - 1500 McDaniel Ave - - Evanston - IL - 60201-3976 - 1500 McDaniel Ave - - Evanston - IL - 60201-3976 - 1500 McDaniel Ave - - Evanston - IL - 60201-3976 - Ms. - F230521 - L230521 - - School Board President - 230521@hsesinfo.org - Mr. - F230522 - L230522 - - - 230522@hsesinfo.org - Ms. - F230524 - L230524 - - 230524@hsesinfo.org - Ms. - F230520 - L230520 - - 230520@hsesinfo.org - 555-555-0520 x 5555 - - - 11795 - 6570 - 13511 - 200 - - 2020-07-01 - - EHS - Active - Evanston/Skokie Community Consolidated School District 65 - http://www.district65.net/Domain/4 - 6570@hsesinfo.org - 1500 McDaniel Ave - - Evanston - IL - 60201-3976 - 1500 McDaniel Ave - - Evanston - IL - 60201-3976 - 1500 McDaniel Ave - - Evanston - IL - 60201-3976 - Ms. - F230528 - L230528 - - School Board President - 230528@hsesinfo.org - Dr. - F230529 - L230529 - - Interim Superintendent of Schools - 230529@hsesinfo.org - Ms. - F230531 - L230531 - - 230531@hsesinfo.org - Ms. - F230527 - L230527 - - 230527@hsesinfo.org - 555-555-0527 x 5555 - - - 11796 - 7097 - 13520 - 201 - - 2020-07-01 - - EHS - Active - Infant Welfare Society - iwse.org - 7097@hsesinfo.org - 2200 Main St. - - Evanston - IL - 60202 - 2200 Main St. - - Evanston - IL - 60202 - 2200 Main St. - - Evanston - IL - 60202 - - F230535 - L230535 - - - 230535@hsesinfo.org - - F230536 - L230536 - - - 230536@hsesinfo.org - - F230538 - L230538 - - 230538@hsesinfo.org - Mr. - F230534 - L230534 - - 230534@hsesinfo.org - 555-555-0534 x 5555 - - - 11797 - 6583 - 13513 - 000 - - 2020-07-01 - - HS - Active - Illinois Action for Children - www.actforchildren.org - 6583@hsesinfo.org - 4753 N Broadway St Ste 1200 - - Chicago - IL - 60640-4982 - 4753 N Broadway St Ste 1200 - - Chicago - IL - 60640-4982 - 4753 N Broadway St Ste 1200 - - Chicago - IL - 60640-4982 - Ms. - F230542 - L230542 - - Board Chair - 230542@hsesinfo.org - Mrs. - F230543 - L230543 - - Acting President/CEO - 230543@hsesinfo.org - Ms. - F230545 - L230545 - - 230545@hsesinfo.org - Mrs. - F230541 - L230541 - - 230541@hsesinfo.org - 555-555-0541 - - - 11798 - 6584 - 13513 - 200 - - 2020-07-01 - - EHS - Active - Illinois Action for Children - www.actforchildren.org - 6584@hsesinfo.org - 4753 N Broadway St Ste 1200 - - Chicago - IL - 60640-4982 - 4753 N Broadway St Ste 1200 - - Chicago - IL - 60640-4982 - 4753 N Broadway St Ste 1200 - - Chicago - IL - 60640-4982 - Ms. - F230549 - L230549 - - Board Chair - 230549@hsesinfo.org - Mrs. - F230550 - L230550 - - Acting President/CEO - 230550@hsesinfo.org - Ms. - F230552 - L230552 - - 230552@hsesinfo.org - Mrs. - F230548 - L230548 - - 230548@hsesinfo.org - 555-555-0548 - - - 11803 - 366 - 13515 - 000 - 2014 - 2020-07-01 - - HS - Active - Randolph County Board of Education - - 366@hsesinfo.org - 214 Highland Ave - - Cuthbert - GA - 39840-6135 - 214 Highland Ave - - Cuthbert - GA - 39840-6135 - 214 Highland Ave - - Cuthbert - GA - 39840-6135 - Mr. - F230584 - L230584 - - Board Chairman - 230584@hsesinfo.org - Dr. - F230585 - L230585 - - Superintendent - 230585@hsesinfo.org - Mr. - F230587 - L230587 - - 230587@hsesinfo.org - Ms. - F230583 - L230583 - - 230583@hsesinfo.org - 555-555-0583 x 5555 - - - 11833 - 9623 - 13546 - 201 - 2020 - 2020-07-01 - - EHS - Active - Acelero Learning Camden/Philadelphia - alcp.acelero.net - 9623@hsesinfo.org - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - Ms. - F230790 - L230790 - - Board Chairman - 230790@hsesinfo.org - Mr. - F230788 - L230788 - - - 230788@hsesinfo.org - Ms. - F230791 - L230791 - - 230791@hsesinfo.org - Ms. - F230787 - L230787 - - 230787@hsesinfo.org - 555-555-0787 - - - 11802 - 9600 - 13508 - 200 - 2020 - 2020-07-01 - - EHS - Active - Five County Child Development Program, Inc. - www.fivecountyhs.org - 9600@hsesinfo.org - 1118 Third St - - Prentiss - MS - 39474-6006 - 1118 Third St - - Prentiss - MS - 39474-6006 - 1118 Third St - - Prentiss - MS - 39474-6006 - Mr. - F230577 - L230577 - - Board President - 230577@hsesinfo.org - Dr. - F230578 - L230578 - - Head Start Director - 230578@hsesinfo.org - Ms. - F230580 - L230580 - - 230580@hsesinfo.org - Dr. - F230576 - L230576 - - 230576@hsesinfo.org - 555-555-0576 - - - 11780 - 9592 - 13481 - 200 - 2020 - 2020-07-01 - - EHS - Active - Enrichment Services Program, Inc. - www.enrichmentservices.org - 9592@hsesinfo.org - 2601 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - 2601 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - 2601 Cross Country Dr - Bldg C - Columbus - GA - 31906-1801 - Mr. - F230423 - L230423 - - Board Chair - 230423@hsesinfo.org - Ms. - F230424 - L230424 - - - 230424@hsesinfo.org - Ms. - F230426 - L230426 - - 230426@hsesinfo.org - Mr. - F230422 - L230422 - - 230422@hsesinfo.org - 555-555-0422 - - - 11781 - 893 - 13506 - 000 - 1992 - 2020-07-01 - - HS - Active - ICARE, Inc. - http://www.icare-inc.org - 893@hsesinfo.org - 1415 Shelton Ave - - Statesville - NC - 28677-7221 - 1415 Shelton Ave - - Statesville - NC - 28677-7221 - 1415 Shelton Ave - - Statesville - NC - 28677-7221 - Ms. - F230430 - L230430 - - Board Chairperson - 230430@hsesinfo.org - Mr. - F230431 - L230431 - - Executive Director - 230431@hsesinfo.org - Ms. - F230433 - L230433 - - 230433@hsesinfo.org - Mrs. - F230429 - L230429 - - 230429@hsesinfo.org - 555-555-0429 x 5555 - - - 11656 - 1434 - 13415 - 000 - 2014 - 2020-07-01 - - HS - Active - Family Services of Grant County - http://www.familyservicegc.net - 1434@hsesinfo.org - 1402 E Craig St - - Moses Lake - WA - 98837-3165 - 1402 E Craig St - - Moses Lake - WA - 98837-3165 - 1402 E Craig St - - Moses Lake - WA - 98837-3165 - Atty. - F229560 - L229560 - - President, Board of Directors - 229560@hsesinfo.org - Ms. - F229561 - L229561 - - - 229561@hsesinfo.org - Ms. - F229563 - L229563 - - 229563@hsesinfo.org - Ms. - F229559 - L229559 - - 229559@hsesinfo.org - 555-555-9559 x 5555 - - - 11785 - 2866 - 13498 - 200 - 2011 - 2020-07-01 - - Migrant EHS - Active - Telamon Corporation - www.telamon.org - 2866@hsesinfo.org - 416 N Cedar St - - Lansing - MI - 48912-1202 - 5560 Munford Rd - Ste 201 - Raleigh - NC - 27612-2731 - 5560 Munford Rd - Ste 201 - Raleigh - NC - 27612-2731 - Mrs. - F230458 - L230458 - - Chairperson - 230458@hsesinfo.org - Mrs. - F230459 - L230459 - - Executive Director - 230459@hsesinfo.org - Ms. - F230461 - L230461 - - 230461@hsesinfo.org - Mrs. - F230457 - L230457 - - 230457@hsesinfo.org - 555-555-0457 - - - 11657 - 1435 - 13415 - 200 - 2014 - 2020-07-01 - - EHS - Active - Family Services of Grant County - http://www.familyservicegc.net - 1435@hsesinfo.org - 1402 E Craig St - - Moses Lake - WA - 98837-3165 - 1402 E Craig St - - Moses Lake - WA - 98837-3165 - 1402 E Craig St - - Moses Lake - WA - 98837-3165 - Atty. - F229567 - L229567 - - President, Board of Directors - 229567@hsesinfo.org - Ms. - F229568 - L229568 - - - 229568@hsesinfo.org - Ms. - F229570 - L229570 - - 229570@hsesinfo.org - Ms. - F229566 - L229566 - - 229566@hsesinfo.org - 555-555-9566 x 5555 - - - 9631 - 8856 - 11805 - 000 - 2019 - 2019-05-01 - - HS - Active - City of New Haven, Inc. - www.nhps.net - 8856@hsesinfo.org - 54 Meadow St - Head Start Program 5th Floor Superintendent - New Haven - CT - 06519-1783 - 54 Meadow St - Head Start Program 5th Flr. Superintendent - New Haven - CT - 06519-1783 - 54 Meadow St - Head Start Program - New Haven - CT - 06519-1719 - Ms. - F215862 - L215862 - - Board President - 215862@hsesinfo.org - Dr. - F215863 - L215863 - - Superintendent - 215863@hsesinfo.org - Mr. - F215865 - L215865 - - 215865@hsesinfo.org - Ms. - F215861 - L215861 - - 215861@hsesinfo.org - 555-555-5861 - - - 8883 - 830 - 11247 - 000 - 2013 - 2018-07-01 - - HS - Active - WEST BEND JOINT SCHOOL DISTRICT 1 - http://west-bend.k12.wi.us - 830@hsesinfo.org - 735 S Main St - - West Bend - WI - 53095-3965 - 735 S Main St - - West Bend - WI - 53095-3965 - 735 S Main St - - West Bend - WI - 53095-3965 - Mr. - F210702 - L210702 - - School Board President - 210702@hsesinfo.org - Ms. - F210703 - L210703 - - Superintendent of Schools - 210703@hsesinfo.org - Mrs. - F210705 - L210705 - - 210705@hsesinfo.org - Mrs. - F210701 - L210701 - - 210701@hsesinfo.org - 555-555-0701 - - - 10167 - 6016 - 12197 - 200 - - 2019-08-01 - - EHS - Active - Tri-County Child and Family Development Council, Inc. - www.tricountychildandfamily.org - 6016@hsesinfo.org - 205 Adams St - Ste 2 - Waterloo - IA - 50703-3011 - PO Box 1050 - - Waterloo - IA - 50704-1050 - 205 Adams St - Ste 2 - Waterloo - IA - 50703-3011 - Ms. - F219534 - L219534 - - Board Chair - 219534@hsesinfo.org - Dr. - F219535 - L219535 - - Executive Director - 219535@hsesinfo.org - Ms. - F219537 - L219537 - - 219537@hsesinfo.org - Dr. - F219533 - L219533 - - 219533@hsesinfo.org - 555-555-9533 x 5555 - - - 9624 - 1369 - 11800 - 000 - 2014 - 2019-06-01 - - HS - Active - Tri-County Child & Family Development Council, Inc. - http://www.tricountychildandfamily.org - 1369@hsesinfo.org - 205 Adams St Suite 2 - - Waterloo - IA - 50703-3824 - P.O. Box 1050 - - Waterloo - IA - 50704-1050 - 205 Adams St Suite 2 - - Waterloo - IA - 50703-3824 - Ms. - F215821 - L215821 - - Board Chair - 215821@hsesinfo.org - Dr. - F215822 - L215822 - - Executive Director - 215822@hsesinfo.org - Ms. - F215824 - L215824 - - 215824@hsesinfo.org - Dr. - F215820 - L215820 - - 215820@hsesinfo.org - 555-555-5820 x 5555 - - - 9625 - 1370 - 11800 - 200 - 2003 - 2019-06-01 - - EHS - Active - Tri-County Child & Family Development Council, Inc. - 205 Adams Street - 1370@hsesinfo.org - 205 Adams St Suite 2 - - Waterloo - IA - 50703-3824 - P.O. Box 1050 - - Waterloo - IA - 50704-1050 - 205 Adams St Suite 2 - - Waterloo - IA - 50703-3824 - Ms. - F215828 - L215828 - - Board Chair - 215828@hsesinfo.org - Dr. - F215829 - L215829 - - Executive Director - 215829@hsesinfo.org - Ms. - F215831 - L215831 - - 215831@hsesinfo.org - Dr. - F215827 - L215827 - - 215827@hsesinfo.org - 555-555-5827 x 5555 - - - 11810 - 2875 - 13530 - 000 - 2011 - 2020-07-01 - - HS - Active - Child Development, Inc. - www.childdevelop.org - 2875@hsesinfo.org - 2880 Pottsville Minersville Hwy - Ste 210 - Minersville - PA - 17954-2027 - 2880 Pottsville Minersville Hwy - Ste 210 - Minersville - PA - 17954-2027 - 2880 Pottsville Minersville Hwy - Ste 210 - Minersville - PA - 17954-2027 - Ms. - F230627 - L230627 - - Board of Directors, Chairperson - 230627@hsesinfo.org - Ms. - F230628 - L230628 - - Executive Director - 230628@hsesinfo.org - Ms. - F230630 - L230630 - - 230630@hsesinfo.org - Ms. - F230626 - L230626 - - 230626@hsesinfo.org - 555-555-0626 x 5555 - - - 11811 - 1517 - 13529 - 000 - 1992 - 2020-07-01 - - HS - Active - Keystone Service Systems, Inc - http://www.keystonehumanservices.org - 1517@hsesinfo.org - 3705 Elmwood Dr - - Harrisburg - PA - 17110-9476 - 3705 Elmwood Dr - - Harrisburg - PA - 17110-9476 - 3705 Elmwood Dr - - Harrisburg - PA - 17110-9476 - Mr. - F230634 - L230634 - - Chairman Keystone Service Systems Inc. Board of Directors - 230634@hsesinfo.org - Mr. - F230635 - L230635 - - CEO Keystone Service Systems, Inc. - 230635@hsesinfo.org - Ms. - F230637 - L230637 - - 230637@hsesinfo.org - Mrs. - F230633 - L230633 - - 230633@hsesinfo.org - 555-555-0633 x 5555 - - - 11812 - 1518 - 13529 - 200 - 2001 - 2020-07-01 - - EHS - Active - Keystone Service Systems, Inc. - http://www.keystonehumanservices.org - 1518@hsesinfo.org - 3705 Elmwood Dr - - Harrisburg - PA - 17110-9476 - 3705 Elmwood Dr - - Harrisburg - PA - 17110-9476 - 3705 Elmwood Dr - - Harrisburg - PA - 17110-9476 - Mr. - F230641 - L230641 - - Chairman Keystone Service Systems, Inc. Board of Directors - 230641@hsesinfo.org - Mr. - F230642 - L230642 - - CEO Keystone Service Systems, Inc. - 230642@hsesinfo.org - Ms. - F230644 - L230644 - - 230644@hsesinfo.org - Mrs. - F230640 - L230640 - - 230640@hsesinfo.org - 555-555-0640 x 5555 - - - 11813 - 945 - 13532 - 000 - 1992 - 2020-07-01 - - HS - Active - Central West Virginia Community Action Inc. - www.centralwvaction.org - 945@hsesinfo.org - 106 Frederick St - - Clarksburg - WV - 26301-4259 - 106 Frederick St - - Clarksburg - WV - 26301-4259 - 106 Frederick St - - Clarksburg - WV - 26301-4259 - Mrs. - F230648 - L230648 - - President - Board of Directors - 230648@hsesinfo.org - Mrs. - F230649 - L230649 - - Executive Director - 230649@hsesinfo.org - Mr. - F230651 - L230651 - - 230651@hsesinfo.org - Ms. - F230647 - L230647 - - 230647@hsesinfo.org - 555-555-0647 x 5555 - - - 11814 - 954 - 13533 - 000 - 1992 - 2020-07-01 - - HS - Active - Montgomery County Community Action Agency - http://www.montgomerycountymd.gov/HHS-Program/OCA/CommunityAction/CommunityActionIndex.html - 954@hsesinfo.org - 101 Monroe St - - Rockville - MD - 20850-2503 - 1401 Rockville Pike - Fl 3 - Rockville - MD - 20852-1428 - 101 Monroe St - - Rockville - MD - 20850-2503 - Ms. - F230655 - L230655 - - Chairperson, Community Action Board - 230655@hsesinfo.org - Ms. - F230656 - L230656 - - Executive Director, Community Action Agency, DHHS - 230656@hsesinfo.org - Ms. - F230658 - L230658 - - 230658@hsesinfo.org - Ms. - F230654 - L230654 - - 230654@hsesinfo.org - 555-555-0654 - - - 11815 - 4192 - 13534 - 001 - - 2020-07-01 - - HS - Active - Montgomery County Public Schools - http://www.montgomeryschoolsmd.org/departments/earlychi/prekhsprograminformation.shtm - 4192@hsesinfo.org - 4910 Macon Rd - Rocking Horse Road Center - Rockville - MD - 20852-2228 - 4910 Macon Rd - Rocking Horse Road Center - Rockville - MD - 20852-2228 - 4910 Macon Rd - Rocking Horse Road Center - Rockville - MD - 20852-2228 - Ms. - F230662 - L230662 - - Community Action Board Chair - 230662@hsesinfo.org - Ms. - F230663 - L230663 - - Community Action Agency Executive Director - 230663@hsesinfo.org - Ms. - F230665 - L230665 - - 230665@hsesinfo.org - Ms. - F230661 - L230661 - - 230661@hsesinfo.org - 555-555-0661 - - - 11816 - 1596 - 13531 - 000 - 2001 - 2020-07-01 - - HS - Active - Child Start, Inc. - http://www.childstartinc.org - 1596@hsesinfo.org - 439 Devlin Rd - - Napa - CA - 94558-6274 - 439 Devlin Rd - - Napa - CA - 94558-6274 - 439 Devlin Rd - - Napa - CA - 94558-6274 - Mr. - F230669 - L230669 - - Board Chair - 230669@hsesinfo.org - Ms. - F230670 - L230670 - - Executive Director - 230670@hsesinfo.org - Ms. - F230672 - L230672 - - 230672@hsesinfo.org - Ms. - F230668 - L230668 - - 230668@hsesinfo.org - 555-555-0668 x 5555 - - - 11817 - 1595 - 13531 - 200 - 2002 - 2020-07-01 - - EHS - Active - Child Start, Inc. - http://www.childstartinc.org - 1595@hsesinfo.org - 439 Devlin Rd - - Napa - CA - 94558-6274 - 439 Devlin Rd - - Napa - CA - 94558-6274 - 439 Devlin Rd - - Napa - CA - 94558-6274 - Mr. - F230676 - L230676 - - Board Chair - 230676@hsesinfo.org - Ms. - F230677 - L230677 - - Executive Director - 230677@hsesinfo.org - Ms. - F230679 - L230679 - - 230679@hsesinfo.org - Ms. - F230675 - L230675 - - 230675@hsesinfo.org - 555-555-0675 x 5555 - - - 11822 - 1061 - 13536 - 000 - 2014 - 2020-07-01 - - HS - Active - RURAL UTAH CHILD DEVELOPMENT - www.rucd.org - 1061@hsesinfo.org - 836 E 100 N - # 6 - Price - UT - 84501-2716 - 836 E 100 N - # 6 - Price - UT - 84501-2716 - 836 E 100 N - # 6 - Price - UT - 84501-2716 - Ms. - F230712 - L230712 - - - 230712@hsesinfo.org - Ms. - F230713 - L230713 - - Executive Director - 230713@hsesinfo.org - Ms. - F230715 - L230715 - - 230715@hsesinfo.org - Ms. - F230711 - L230711 - - 230711@hsesinfo.org - 555-555-0711 x 5555 - - - 11823 - 1062 - 13536 - 200 - 2014 - 2020-07-01 - - EHS - Active - RURAL UTAH CHILD DEVELOPMENT - www.rucd.org - 1062@hsesinfo.org - 836 E 100 N - # 6 - Price - UT - 84501-2716 - 836 E 100 N - # 6 - Price - UT - 84501-2716 - 836 E 100 N - # 6 - Price - UT - 84501-2716 - Ms. - F230719 - L230719 - - - 230719@hsesinfo.org - Ms. - F230720 - L230720 - - Executive Director - 230720@hsesinfo.org - Ms. - F230722 - L230722 - - 230722@hsesinfo.org - Ms. - F230718 - L230718 - - 230718@hsesinfo.org - 555-555-0718 x 5555 - - - 11818 - 9608 - 13528 - 200 - 2020 - 2020-07-01 - - EHS - Active - Tri-County Community Action Agency Inc. - http://www.gatewaycap.org - 9608@hsesinfo.org - 110 Cohansey St - - Bridgeton - NJ - 08302-1922 - 110 Cohansey St - - Bridgeton - NJ - 08302-1922 - 110 Cohansey St - - Bridgeton - NJ - 08302-1922 - Hon. Mayor - F230683 - L230683 - - Chairman - 230683@hsesinfo.org - Hon. Mayor - F230684 - L230684 - - President/CEO - 230684@hsesinfo.org - Ms. - F230686 - L230686 - - 230686@hsesinfo.org - Ms. - F230682 - L230682 - - 230682@hsesinfo.org - 555-555-0682 x 5555 - - - 11826 - 9616 - 13538 - 000 - 2020 - 2020-07-01 - - HS - Active - Centro de la Familia de Utah - http://www.cdlf.org - 9616@hsesinfo.org - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - Mr. - F230740 - L230740 - - Chair-Board of Directors - 230740@hsesinfo.org - Mr. - F230741 - L230741 - - - 230741@hsesinfo.org - Ms. - F230743 - L230743 - - 230743@hsesinfo.org - Mr. - F230739 - L230739 - - 230739@hsesinfo.org - 555-555-0739 - - - 11824 - 2370 - 13537 - 000 - 1992 - 2020-07-01 - - HS - Active - Community Action Partnership, Inc. - http://www.dickinson.k12.nd.us/Early_Childhood/ - 2370@hsesinfo.org - 107 3rd Avenue SE - - Dickinson - ND - 58601-5637 - 107 3rd Avenue SE - - Dickinson - ND - 58601-5637 - Community Action Partnership - 202 East Villard - Dickinson - ND - 58601 - Mrs. - F230726 - L230726 - - Board Chairperson - 230726@hsesinfo.org - Mr. - F230727 - L230727 - - - 230727@hsesinfo.org - Mrs. - F230729 - L230729 - - 230729@hsesinfo.org - Mrs. - F230725 - L230725 - - 230725@hsesinfo.org - 555-555-0725 - - - 11825 - 2821 - 13537 - 200 - 2011 - 2020-07-01 - - EHS - Active - Community Action Partnership, Inc. - http://www.dickinsonearlyheadstart.com - 2821@hsesinfo.org - 338 1st St SE - - Dickinson - ND - 58601-5535 - 338 1st St SE - - Dickinson - ND - 58601-5535 - 202 East Villard - - Dickinson - ND - 58601 - Mrs. - F230733 - L230733 - - BOARD CHAIRPERSON - 230733@hsesinfo.org - Mr. - F230734 - L230734 - - - 230734@hsesinfo.org - Mrs. - F230736 - L230736 - - 230736@hsesinfo.org - Mrs. - F230732 - L230732 - - 230732@hsesinfo.org - 555-555-0732 - - - 11821 - 1962 - 13540 - 200 - 2014 - 2020-07-01 - - EHS - Active - Mohawk Valley Community Action Agency, Inc. - http://www.mvcaa.com - 1962@hsesinfo.org - 9882 River Rd - - Utica - NY - 13502-2304 - 9882 River Rd - - Utica - NY - 13502-2304 - 9882 River Rd - - Utica - NY - 13502-2304 - Mr. - F230705 - L230705 - - Board Chair - 230705@hsesinfo.org - Ms. - F230706 - L230706 - - Executive Director - 230706@hsesinfo.org - Ms. - F230708 - L230708 - - 230708@hsesinfo.org - Ms. - F230704 - L230704 - - 230704@hsesinfo.org - 555-555-0704 x 5555 - - - 11784 - 1224 - 13498 - 000 - 1992 - 2020-07-01 - - Migrant HS - Active - Telamon Corporation - http://www.telamon.org - 1224@hsesinfo.org - 416 N Cedar St - - Lansing - MI - 48912-1202 - 5560 Munford Rd - Ste 201 - Raleigh - NC - 27612-2731 - 5560 Munford Rd - Ste 201 - Raleigh - NC - 27612-2731 - Mrs. - F230451 - L230451 - - Chairperson - 230451@hsesinfo.org - Mrs. - F230452 - L230452 - - Executive Director - 230452@hsesinfo.org - Ms. - F230454 - L230454 - - 230454@hsesinfo.org - Mr. - F230450 - L230450 - - 230450@hsesinfo.org - 555-555-0450 - - - 11820 - 1961 - 13540 - 000 - 1992 - 2020-07-01 - - HS - Active - Mohawk Valley Community Action Agency, Inc. - http://www.mvcaa.com - 1961@hsesinfo.org - 9882 River Rd - - Utica - NY - 13502-2304 - 9882 River Rd - - Utica - NY - 13502-2304 - 9882 River Rd - - Utica - NY - 13502-2304 - Mr. - F230698 - L230698 - - Board Chair - 230698@hsesinfo.org - Ms. - F230699 - L230699 - - Executve Director - 230699@hsesinfo.org - Ms. - F230701 - L230701 - - 230701@hsesinfo.org - Ms. - F230697 - L230697 - - 230697@hsesinfo.org - 555-555-0697 x 5555 - - - 11827 - 9617 - 13539 - 000 - 2020 - 2020-07-01 - - HS - Active - Delta County School District 50J - http://www.deltaschools.com - 9617@hsesinfo.org - 145 W 4th St - - Delta - CO - 81416-1839 - 145 W 4th St - - Delta - CO - 81416-1839 - 145 W 4th St - - Delta - CO - 81416-1839 - Mr. - F230747 - L230747 - - - 230747@hsesinfo.org - Ms. - F230748 - L230748 - - - 230748@hsesinfo.org - - F230750 - L230750 - - 230750@hsesinfo.org - Mrs. - F230746 - L230746 - - 230746@hsesinfo.org - 555-555-0746 - - - 11828 - 1748 - 13535 - 000 - 2014 - 2020-07-01 - - HS - Active - TGU School District #60 - www.earlyexplorers.org - 1748@hsesinfo.org - 1401 College Dr N - - Devils Lake - ND - 58301-1509 - 1401 College Dr N - - Devils Lake - ND - 58301-1509 - 1401 College Dr N - - Devils Lake - ND - 58301-1509 - Mr. - F230754 - L230754 - - Grantee Board Chairperson - 230754@hsesinfo.org - Mr. - F230755 - L230755 - - - 230755@hsesinfo.org - Mrs. - F230757 - L230757 - - 230757@hsesinfo.org - Mrs. - F230753 - L230753 - - 230753@hsesinfo.org - 555-555-0753 - - - 11829 - 1749 - 13535 - 200 - 2014 - 2020-07-01 - - EHS - Active - TGU School District #60 - www.earlyexplorers.org - 1749@hsesinfo.org - 1401 College Dr N - - Devils Lake - ND - 58301-1509 - 1401 College Dr N - - Devils Lake - ND - 58301-1509 - 1401 College Dr N - - Devils Lake - ND - 58301-1509 - Mr. - F230761 - L230761 - - - 230761@hsesinfo.org - Mr. - F230762 - L230762 - - - 230762@hsesinfo.org - Mrs. - F230764 - L230764 - - 230764@hsesinfo.org - Mrs. - F230760 - L230760 - - 230760@hsesinfo.org - 555-555-0760 - - - 8068 - 1035 - 10591 - 000 - 1992 - 2016-07-01 - - HS - Active - Bismarck Public School District - http://www.bismarckschools.org/district/ - 1035@hsesinfo.org - 720 N. 14th Street - - Bismarck - ND - 58501-4324 - 806 North Washington Street - - Bismarck - ND - 58501-3623 - 806 North Washington Street - - Bismarck - ND - 58501-3623 - Mr. - F205662 - L205662 - - Board President - 205662@hsesinfo.org - Mrs. - F205663 - L205663 - - Director of Special Education/ Executive Director - 205663@hsesinfo.org - Ms. - F205665 - L205665 - - 205665@hsesinfo.org - Ms. - F205661 - L205661 - - 205661@hsesinfo.org - 555-555-5661 - - - 8069 - 8022 - 10591 - 200 - 2016 - 2016-07-01 - - EHS - Active - Bismarck Public School District # 1 - http://www.bismarckschools.org/district/ - 8022@hsesinfo.org - 720 N. 14th Street - - Bismarck - ND - 58501-4324 - 806 North Washington Street - - Bismarck - ND - 58501-3623 - 806 North Washington Street - - Bismarck - ND - 58501-3623 - Mr. - F205669 - L205669 - - Board President - 205669@hsesinfo.org - Mrs. - F205670 - L205670 - - Director of Special Education/ Executive Director - 205670@hsesinfo.org - Ms. - F205672 - L205672 - - 205672@hsesinfo.org - Ms. - F205668 - L205668 - - 205668@hsesinfo.org - 555-555-5668 - - - 10159 - 2521 - 12192 - 200 - 2014 - 2019-08-01 - - EHS - Active - Board of Regents-University of Nevada, Reno - www.unr.edu - 2521@hsesinfo.org - 785 W 6th St - - Reno - NV - 89503-4315 - Office of Sponsored Projects Administration - Mail Stop 325 - Reno - NV - 89557-0325 - Early Head Start - Mail Stop 392 - Reno - NV - 89557 - Mr. - F219478 - L219478 - - Director, Sponsored Projects - 219478@hsesinfo.org - Ms. - F219479 - L219479 - - Director - 219479@hsesinfo.org - Mr. - F219481 - L219481 - - 219481@hsesinfo.org - Ms. - F219477 - L219477 - - 219477@hsesinfo.org - 555-555-9477 - - - 11600 - 9473 - 13390 - 000 - 2020 - 2020-07-01 - - HS - Active - Opportunities for Chenango, Inc. - http://www.ofcinc.org - 9473@hsesinfo.org - 44 W Main St - - Norwich - NY - 13815-1613 - 44 W Main St - - Norwich - NY - 13815-1613 - 44 W Main St - - Norwich - NY - 13815-1613 - Mr. - F229168 - L229168 - - President - 229168@hsesinfo.org - Mr. - F229169 - L229169 - - Executive Director - 229169@hsesinfo.org - Ms. - F229171 - L229171 - - 229171@hsesinfo.org - Mrs. - F229167 - L229167 - - 229167@hsesinfo.org - 555-555-9167 x 5555 - - - 11819 - 5963 - 13527 - 200 - - 2020-07-01 - - EHS - Active - Indianhead Community Action Agency - http://www.indianheadcaa.org/ - 5963@hsesinfo.org - 1000 College Ave W - - Ladysmith - WI - 54848-2118 - 1000 College Ave W - - Ladysmith - WI - 54848-2118 - 1000 College Ave W - - Ladysmith - WI - 54848-2118 - Mr. - F230690 - L230690 - - ICAA Board Chairperson - 230690@hsesinfo.org - Ms. - F230691 - L230691 - - CEO - 230691@hsesinfo.org - Mrs. - F230693 - L230693 - - 230693@hsesinfo.org - Ms. - F230689 - L230689 - - 230689@hsesinfo.org - 555-555-0689 - - - 10750 - 744 - 12740 - 000 - 2014 - 2019-12-01 - - HS - Active - Native American Coalition of Tulsa - nacths.com - 744@hsesinfo.org - 4935 S Union Ave - - Tulsa - OK - 74107-7839 - 4935 S Union Ave - - Tulsa - OK - 74107-7839 - 4935 S Union Ave - - Tulsa - OK - 74107-7839 - Mr. - F223576 - L223576 - - - 223576@hsesinfo.org - Mrs. - F223577 - L223577 - - - 223577@hsesinfo.org - Mrs. - F223579 - L223579 - - 223579@hsesinfo.org - Mrs. - F223575 - L223575 - - 223575@hsesinfo.org - 555-555-3575 - - - 10751 - 8009 - 12740 - 200 - 2016 - 2019-12-01 - - EHS - Active - Native American Coalition of Tulsa - nacths.com - 8009@hsesinfo.org - 4935 S Union Ave - - Tulsa - OK - 74107-7839 - 4935 S Union Ave - - Tulsa - OK - 74107-7839 - 4935 S Union Ave - - Tulsa - OK - 74107-7839 - Mr. - F223583 - L223583 - - - 223583@hsesinfo.org - Mrs. - F223584 - L223584 - - - 223584@hsesinfo.org - Mrs. - F223586 - L223586 - - 223586@hsesinfo.org - Mrs. - F223582 - L223582 - - 223582@hsesinfo.org - 555-555-3582 - - - 11800 - 2992 - 13509 - 200 - 2015 - 2020-07-01 - - EHS - Active - Dominican Women's Development Center - www.dwdc.org - 2992@hsesinfo.org - 519 W 189th Street- Ground Floor - - New York - NY - 10040 - 519 W 189th Street- Ground Floor - - New York - NY - 10040 - 519 W 189th Street- Ground Floor - - New York - NY - 10040 - Mrs. - F230563 - L230563 - - Chairperson - 230563@hsesinfo.org - Mrs. - F230564 - L230564 - - Executive - 230564@hsesinfo.org - Mrs. - F230566 - L230566 - - 230566@hsesinfo.org - Ms. - F230562 - L230562 - - 230562@hsesinfo.org - 555-555-0562 x 5555 - - - 11832 - 9622 - 13543 - 200 - 2020 - 2020-07-01 - - EHS - Active - Acelero, Inc. - www.acelero.net - 9622@hsesinfo.org - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - Mr. - F230781 - L230781 - - Chairman of the Board - 230781@hsesinfo.org - Ms. - F230782 - L230782 - - Executive Director-Camden Philadelphia - 230782@hsesinfo.org - Ms. - F230784 - L230784 - - 230784@hsesinfo.org - Mr. - F230780 - L230780 - - 230780@hsesinfo.org - 555-555-0780 - - - 11757 - 9569 - 13492 - 000 - 2020 - 2020-07-01 - - HS - Active - Edward C. Mazique Parent Child Center, Inc. - http://www.ecmpcc.org - 9569@hsesinfo.org - 1719 13th St NW - - Washington - DC - 20009-4304 - 1719 13th St NW - - Washington - DC - 20009-4304 - 1719 13th St NW - - Washington - DC - 20009-4304 - Dr. - F230262 - L230262 - - Board Chairman - 230262@hsesinfo.org - Ms. - F230263 - L230263 - M.Ed - - 230263@hsesinfo.org - Mrs. - F230265 - L230265 - - 230265@hsesinfo.org - Ms. - F230261 - L230261 - M.Ed - 230261@hsesinfo.org - 555-555-0261 x 5555 - - - 11758 - 9570 - 13486 - 200 - 2020 - 2020-07-01 - - EHS - Active - United Planning Organization - http://www.upo.org - 9570@hsesinfo.org - 301 Rhode Island Ave NW - - Washington - DC - 20001-1826 - 301 Rhode Island Ave NW - - Washington - DC - 20001-1826 - 301 Rhode Island Ave NW - - Washington - DC - 20001-1826 - Ms. - F230269 - L230269 - - Chairman of the Board of Directors - 230269@hsesinfo.org - Ms. - F230270 - L230270 - - President and CEO - 230270@hsesinfo.org - Ms. - F230272 - L230272 - - 230272@hsesinfo.org - Ms. - F230268 - L230268 - - 230268@hsesinfo.org - 555-555-0268 - - - 6515 - 616 - 10136 - 000 - 1991 - 2015-07-01 - 2020-06-30 - HS - Inactive - Mississippi Action for Progress, Inc. - http://www.mapheadstart.org - 616@hsesinfo.org - 1751 Morson Rd - - Jackson - MS - 39209-6546 - 1751 Morson Rd - - Jackson - MS - 39209-6546 - 1751 Morson Rd - - Jackson - MS - 39209-6546 - Mr. - F201275 - L201275 - - Governing Board Chairperson - 201275@hsesinfo.org - Dr. - F201276 - L201276 - - CEO/Head Start Director - 201276@hsesinfo.org - Mr. - F201278 - L201278 - - 201278@hsesinfo.org - Dr. - F201274 - L201274 - - 201274@hsesinfo.org - 555-555-1274 x 5555 - - - 11801 - 9599 - 13508 - 000 - 2020 - 2020-07-01 - - HS - Active - Five County Child Development Program, Inc. - www.fivecountyhs.org - 9599@hsesinfo.org - 1118 Third St - - Prentiss - MS - 39474-6006 - 1118 Third St - - Prentiss - MS - 39474-6006 - 1118 Third St - - Prentiss - MS - 39474-6006 - Mr. - F230570 - L230570 - - Board President - 230570@hsesinfo.org - Dr. - F230571 - L230571 - - Head Start Director - 230571@hsesinfo.org - Ms. - F230573 - L230573 - - 230573@hsesinfo.org - Dr. - F230569 - L230569 - - 230569@hsesinfo.org - 555-555-0569 - - - 11769 - 9581 - 13480 - 000 - 2020 - 2020-07-01 - - HS - Active - Friends of Children of Mississippi, Inc. - www.friendsofchildren.org - 9581@hsesinfo.org - 130 Riverview Dr - Ste C - Flowood - MS - 39232-8921 - 130 Riverview Dr - Ste C - Flowood - MS - 39232-8921 - 130 Riverview Dr - Ste C - Flowood - MS - 39232-8921 - Mr. - F230346 - L230346 - - Board Chairperson - 230346@hsesinfo.org - Dr. - F230347 - L230347 - - Interim Executive Director - 230347@hsesinfo.org - Mr. - F230349 - L230349 - - 230349@hsesinfo.org - Dr. - F230345 - L230345 - - 230345@hsesinfo.org - 555-555-0345 x 5555 - - - 11666 - 931 - 13431 - 000 - 2015 - 2020-07-01 - - HS - Active - Jefferson County Committee for Economic Opportunity - http://www.jcceo.org - 931@hsesinfo.org - 300 8th Ave W - - Birmingham - AL - 35204-3039 - 300 8th Ave W - - Birmingham - AL - 35204-3039 - 300 8th Ave W - - Birmingham - AL - 35204-3039 - Mr. - F229628 - L229628 - - Board President - 229628@hsesinfo.org - Ms. - F229629 - L229629 - - Executive Director - 229629@hsesinfo.org - Ms. - F229631 - L229631 - - 229631@hsesinfo.org - Ms. - F229627 - L229627 - - 229627@hsesinfo.org - 555-555-9627 - - - 11782 - 9594 - 13506 - 200 - 2020 - 2020-07-01 - - EHS - Active - ICARE, Inc. - http://www.icare-inc.org - 9594@hsesinfo.org - 1415 Shelton Ave - - Statesville - NC - 28677-7221 - 1415 Shelton Ave - - Statesville - NC - 28677-7221 - 1415 Shelton Ave - - Statesville - NC - 28677-7221 - Ms. - F230437 - L230437 - - Board Chairperson - 230437@hsesinfo.org - Mr. - F230438 - L230438 - - Executive Director - 230438@hsesinfo.org - Ms. - F230440 - L230440 - - 230440@hsesinfo.org - Mrs. - F230436 - L230436 - - 230436@hsesinfo.org - 555-555-0436 x 5555 - - - 6494 - 893 - 10165 - 000 - 1992 - 2015-07-01 - 2020-06-30 - HS - Inactive - ICARE, Inc. - http://www.icare-inc.org - 893@hsesinfo.org - 1415 Shelton Ave - - Statesville - NC - 28677-7221 - 1415 Shelton Ave - - Statesville - NC - 28677-7221 - 1415 Shelton Ave - - Statesville - NC - 28677-7221 - Ms. - F201128 - L201128 - - Board Chairperson - 201128@hsesinfo.org - Mr. - F201129 - L201129 - - Executive Director - 201129@hsesinfo.org - Ms. - F201131 - L201131 - - 201131@hsesinfo.org - Mrs. - F201127 - L201127 - - 201127@hsesinfo.org - 555-555-1127 x 5555 - - - 5733 - 931 - 9386 - 000 - 2015 - 2015-01-01 - 2020-06-30 - HS - Inactive - Jefferson County Committee for Economic Opportunity - http://www.jcceo.org - 931@hsesinfo.org - 300 8th Ave W - - Birmingham - AL - 35204-3039 - 300 8th Ave W - - Birmingham - AL - 35204-3039 - 300 8th Ave W - - Birmingham - AL - 35204-3039 - Mr. - F103155 - L103155 - - Board President - 103155@hsesinfo.org - Ms. - F103154 - L103154 - - Executive Director - 103154@hsesinfo.org - Ms. - F103157 - L103157 - - 103157@hsesinfo.org - Ms. - F103153 - L103153 - - 103153@hsesinfo.org - 555-555-3153 - - - 5734 - 3260 - 9386 - 200 - 1992 - 2015-01-01 - 2020-06-30 - EHS - Inactive - Jefferson County Committee for Economic Opportunity - http://www.jcceo.org - 3260@hsesinfo.org - 300 8th Ave W - - Birmingham - AL - 35204-3039 - 300 8th Ave W - - Birmingham - AL - 35204-3039 - 300 8th Ave W - - Birmingham - AL - 35204-3039 - Mr. - F103162 - L103162 - - Board President - 103162@hsesinfo.org - Ms. - F103161 - L103161 - - Executive Director - 103161@hsesinfo.org - Ms. - F103164 - L103164 - - 103164@hsesinfo.org - Ms. - F103160 - L103160 - - 103160@hsesinfo.org - 555-555-3160 - - - 5730 - 3008 - 9347 - 000 - 1992 - 2015-01-01 - 2020-06-30 - HS - Inactive - Martin County School District - www.martinschools.org - 3008@hsesinfo.org - 3400 SE Lionel Ter - - Stuart - FL - 34997-8838 - 3400 SE Lionel Ter - - Stuart - FL - 34997-8838 - 3400 SE Lionel Ter - - Stuart - FL - 34997-8838 - Ms. - F103148 - L103148 - - Board Chair - 103148@hsesinfo.org - Dr. - F103147 - L103147 - - - 103147@hsesinfo.org - Ms. - F103150 - L103150 - - 103150@hsesinfo.org - Ms. - F103146 - L103146 - - 103146@hsesinfo.org - 555-555-3146 x 5555 - - - 5591 - 5597 - 9343 - 000 - 2014 - 2014-12-01 - 2020-06-30 - HS - Inactive - Save the Children Federation, Inc - www.savethechildren.org - 5597@hsesinfo.org - 3600 Jackson St - Ste 114 - Alexandria - LA - 71303-3000 - 3600 Jackson St - Ste 114 - Alexandria - LA - 71303-3000 - 3600 Jackson St - Ste 114 - Alexandria - LA - 71303-3000 - Mr. - F100415 - L100415 - - Board Chair - 100415@hsesinfo.org - Mr. - F100416 - L100416 - - Executive Director - 100416@hsesinfo.org - Ms. - F100418 - L100418 - - 100418@hsesinfo.org - Mr. - F100414 - L100414 - - 100414@hsesinfo.org - 555-555-0414 - - - 9160 - 8733 - 11464 - 200 - 2018 - 2018-11-01 - 2020-10-31 - EHS - Inactive - CDI HS/Western Georgia, GA - www.cdiheadstart.org - 8733@hsesinfo.org - 1955 Roanoke Rd - - Lagrange - GA - 30240-3823 - PO Box 658 - - Lagrange - GA - 30241-0011 - 1955 Roanoke Rd - - Lagrange - GA - 30240-3823 - Mr. - F212658 - L212658 - - Chief Executive Officer - 212658@hsesinfo.org - Ms. - F212656 - L212656 - - Executive Director - 212656@hsesinfo.org - - F212659 - L212659 - - 212659@hsesinfo.org - Ms. - F212655 - L212655 - - 212655@hsesinfo.org - 555-555-2655 - - - 9159 - 8732 - 11464 - 000 - 2018 - 2018-11-01 - 2020-10-31 - HS - Inactive - CDI HS/Western Georgia, GA - www.cdiheadstart.org - 8732@hsesinfo.org - 1955 Roanoke Rd - - Lagrange - GA - 30240-3823 - PO Box 658 - - Lagrange - GA - 30241-0011 - 1955 Roanoke Rd - - Lagrange - GA - 30240-3823 - Mr. - F212652 - L212652 - - Chief Executive Officer - 212652@hsesinfo.org - Ms. - F212650 - L212650 - - Executive Director - 212650@hsesinfo.org - - F212653 - L212653 - - 212653@hsesinfo.org - Ms. - F212649 - L212649 - - 212649@hsesinfo.org - 555-555-2649 - - - 8528 - 8408 - 10935 - 200 - 2017 - 2017-03-01 - - EHS - Active - Mid America Regional Council - http://www.marc.org - 8408@hsesinfo.org - 600 Broadway, Suite 200 - - Kansas City - MO - 64105-1659 - 600 Broadway, Suite 200 - - Kansas City - MO - 64105-1659 - 600 Broadway, Suite 200 - - Kansas City - MO - 64105-1659 - Mr. - F208424 - L208424 - - Board Chairperson, Mid America Regional Council - 208424@hsesinfo.org - Mr. - F208425 - L208425 - - - 208425@hsesinfo.org - Mr. - F208427 - L208427 - - 208427@hsesinfo.org - Mr. - F208423 - L208423 - - 208423@hsesinfo.org - 555-555-8423 - - - 5363 - 1960 - 9176 - 000 - 1992 - 2014-09-01 - 2020-08-31 - HS - Inactive - Waldo Community Action Partners - http://www.waldocap.org - 1960@hsesinfo.org - 9 Field Street - - Belfast - ME - 04915 - P.O. Box 130 - - Belfast - ME - 04915-0130 - 9 Field Street - - Belfast - ME - 04915 - Ms. - F96516 - L96516 - - Board Chair - 96516@hsesinfo.org - Ms. - F96517 - L96517 - - - 96517@hsesinfo.org - Mrs. - F96515 - L96515 - - 96515@hsesinfo.org - Mrs. - F96513 - L96513 - - 96513@hsesinfo.org - 555-555-6513 x 5555 - - - 5364 - 2783 - 9176 - 200 - 2014 - 2014-09-01 - 2020-08-31 - EHS - Inactive - Waldo Community Action Partners - http://www.waldocap.org - 2783@hsesinfo.org - 9 Field Street - - Belfast - ME - 04915-0130 - P.O. BOX 130 - - BELFAST - ME - 04915-0130 - 9 Field Street - - Belfast - ME - 04915-0130 - Ms. - F96524 - L96524 - - Board Chair - 96524@hsesinfo.org - Ms. - F96522 - L96522 - - Executive Director - 96522@hsesinfo.org - Mrs. - F96521 - L96521 - - 96521@hsesinfo.org - Mrs. - F96520 - L96520 - - 96520@hsesinfo.org - 555-555-6520 x 5555 - - - 6710 - 979 - 10231 - 000 - 1993 - 2015-08-01 - - HS - Active - ROOFTOP OF VIRGINIA CAP - http://www.rtov.org - 979@hsesinfo.org - 206 N Main St - - Galax - VA - 24333-2910 - PO Box 853 - - Galax - VA - 24333-0853 - 206 N Main St - - Galax - VA - 24333-2910 - Mr. - F202641 - L202641 - - Rooftop of Virginia CAP Board Chairperson - 202641@hsesinfo.org - Mrs. - F202642 - L202642 - - Rooftop of Virginia CAP Executive Director - 202642@hsesinfo.org - Ms. - F202644 - L202644 - - 202644@hsesinfo.org - Ms. - F202640 - L202640 - - 202640@hsesinfo.org - 555-555-2640 x 5555 - - - 6711 - 2745 - 10231 - 200 - 2011 - 2015-08-01 - - EHS - Active - ROOFTOP OF VIRGINIA CAP - www.rtov.org - 2745@hsesinfo.org - 206 N Main St - - Galax - VA - 24333-2910 - PO BOX 853 - - Galax - VA - 24333-0853 - 206 N Main St - - Galax - VA - 24333-2910 - Mr. - F202648 - L202648 - - Rooftop of Virginia CAP Board Chairperson - 202648@hsesinfo.org - Mrs. - F202649 - L202649 - - Rooftop of Virginia CAP Executive Director - 202649@hsesinfo.org - Ms. - F202651 - L202651 - - 202651@hsesinfo.org - Ms. - F202647 - L202647 - - 202647@hsesinfo.org - 555-555-2647 x 5555 - - - 11850 - 5869 - 13565 - 001 - - 2020-07-01 - - HS - Active - Florence Fuller Child Development Centers, Inc - http://www.ffcdc.org - 5869@hsesinfo.org - 200 NE 14th St - - Boca Raton - FL - 33432-1848 - 200 NE 14th St - - Boca Raton - FL - 33432-1848 - 200 NE 14th St - - Boca Raton - FL - 33432-1848 - Mrs. - F230880 - L230880 - - President & Chairman of the Board - 230880@hsesinfo.org - Ms. - F230878 - L230878 - - CEO - 230878@hsesinfo.org - Mrs. - F230881 - L230881 - - 230881@hsesinfo.org - Ms. - F230877 - L230877 - - 230877@hsesinfo.org - 555-555-0877 x 5555 - - - 11873 - 9646 - 13585 - 000 - 2020 - 2020-09-01 - - HS - Active - CDI HS/South Central Colorado, CO - www.cdiheadstart.org - 9646@hsesinfo.org - 10065 E Harvard Ave - Ste 700 - Denver - CO - 80231-5915 - 10065 E Harvard Ave - Ste 700 - Denver - CO - 80231-5915 - 10065 E Harvard Ave - Ste 700 - Denver - CO - 80231-5915 - Mr. - F230999 - L230999 - - Chief Executive Officer - 230999@hsesinfo.org - Ms. - F230997 - L230997 - - Executive Director - 230997@hsesinfo.org - - F231000 - L231000 - - 231000@hsesinfo.org - Ms. - F230996 - L230996 - - 230996@hsesinfo.org - 555-555-0996 - - - 11388 - 6566 - 13241 - 000 - - 2020-06-01 - - HS - Active - Childcare Network of Evanston - www.childcarenetworkofevanston.org - 6566@hsesinfo.org - 1335 Dodge Ave - - Evanston - IL - 60201-4031 - 1335 Dodge Ave - - Evanston - IL - 60201-4031 - 1335 Dodge Ave - - Evanston - IL - 60201-4031 - Mr. - F227776 - L227776 - - Chair CNE Board of Directors - 227776@hsesinfo.org - Ms. - F227777 - L227777 - - Executive Director - 227777@hsesinfo.org - Ms. - F227779 - L227779 - - 227779@hsesinfo.org - Ms. - F227775 - L227775 - - 227775@hsesinfo.org - 555-555-7775 x 5555 - - - 11851 - 5870 - 13565 - 201 - - 2020-07-01 - - EHS - Active - Florence Fuller Child Development Centers, Inc - http://www.ffcdc.org - 5870@hsesinfo.org - 10130 185th St S - - Boca Raton - FL - 33498-6333 - 200 NE 14th St - - Boca Raton - FL - 33432-1848 - 200 NE 14th St - - Boca Raton - FL - 33432-1848 - Mrs. - F230886 - L230886 - - President & Chairman of the Board - 230886@hsesinfo.org - Ms. - F230884 - L230884 - - CEO - 230884@hsesinfo.org - Mrs. - F230887 - L230887 - - 230887@hsesinfo.org - Ms. - F230883 - L230883 - - 230883@hsesinfo.org - 555-555-0883 x 5555 - - - 11854 - 5872 - 13569 - 003 - - 2020-07-01 - - HS - Active - The Young Women's Christian Assoc of PB County, FL - http://www.ywcapbc.org - 5872@hsesinfo.org - 1016 N Dixie Hwy - - West Palm Beach - FL - 33401-3304 - 1016 N Dixie Hwy - - West Palm Beach - FL - 33401-3304 - 1016 N Dixie Hwy - - West Palm Beach - FL - 33401-3304 - Ms. - F230898 - L230898 - - Board Chair - 230898@hsesinfo.org - Ms. - F230896 - L230896 - - Chief Executive Officer - 230896@hsesinfo.org - - F230899 - L230899 - - 230899@hsesinfo.org - Ms. - F230895 - L230895 - - 230895@hsesinfo.org - 555-555-0895 - - - 11856 - 5873 - 13571 - 004 - - 2020-07-01 - - HS - Active - School District Palm Beach County - http://www.palmbeachschools.org - 5873@hsesinfo.org - 3300 Forest Hill Blvd - Ibis 50-101 - West Palm Beach - FL - 33406-5813 - 3300 Forest Hill Blvd - Ibis 50-101 - West Palm Beach - FL - 33406-5813 - 3300 Forest Hill Blvd - Ibis 50-101 - West Palm Beach - FL - 33406-5813 - Mr. - F230904 - L230904 - - Chairman - 230904@hsesinfo.org - Mrs. - F230902 - L230902 - - Director, Early Childhood Education - 230902@hsesinfo.org - - F230905 - L230905 - - 230905@hsesinfo.org - Mrs. - F230901 - L230901 - - 230901@hsesinfo.org - 555-555-0901 - - - 11858 - 5874 - 13571 - 204 - - 2020-07-01 - - EHS - Active - School District Palm Beach County - http://www.palmbeachschools.org - 5874@hsesinfo.org - 3300 Forest Hill Blvd - Ibis 50-101 - West Palm Beach - FL - 33406-5813 - 3300 Forest Hill Blvd - Ibis 50-101 - West Palm Beach - FL - 33406-5813 - 3300 Forest Hill Blvd - Ibis 50-101 - West Palm Beach - FL - 33406-5813 - Mr. - F230910 - L230910 - - Chairman - 230910@hsesinfo.org - Mrs. - F230908 - L230908 - - Director, Early Childhood Education - 230908@hsesinfo.org - - F230911 - L230911 - - 230911@hsesinfo.org - Mrs. - F230907 - L230907 - - 230907@hsesinfo.org - 555-555-0907 - - - 5866 - 5873 - 9539 - 004 - - 2014-07-01 - 2020-06-30 - HS - Inactive - School District Palm Beach County - http://www.palmbeachschools.org - 5873@hsesinfo.org - 3300 Forest Hill Blvd - Ibis 50-101 - West Palm Beach - FL - 33406-5813 - 3300 Forest Hill Blvd - Ibis 50-101 - West Palm Beach - FL - 33406-5813 - 3300 Forest Hill Blvd - Ibis 50-101 - West Palm Beach - FL - 33406-5813 - Mr. - F104730 - L104730 - - Chairman - 104730@hsesinfo.org - Mrs. - F104731 - L104731 - - Director, Early Childhood Education - 104731@hsesinfo.org - - F104733 - L104733 - - 104733@hsesinfo.org - Mrs. - F104729 - L104729 - - 104729@hsesinfo.org - 555-555-4729 - - - 5864 - 5871 - 9537 - 002 - - 2014-07-01 - 2020-06-30 - HS - Inactive - Hispanic Human Resources Council, Inc. - http:/www.hhrcinc.com - 5871@hsesinfo.org - 1427 South Congress Avenue - - West Palm Beach - FL - 33406-5120 - 1427 South Congress Avenue - - West Palm Beach - FL - 33406-5120 - 1427 South Congress Avenue - - West Palm Beach - FL - 33406-5120 - Mr. - F104712 - L104712 - - - 104712@hsesinfo.org - Mr. - F104713 - L104713 - - Executive Director - 104713@hsesinfo.org - - F104715 - L104715 - - 104715@hsesinfo.org - Mr. - F104711 - L104711 - - 104711@hsesinfo.org - 555-555-4711 - - - 11373 - 4901 - 13240 - 000 - 2014 - 2020-06-01 - - HS - Active - Acelero, Inc. - www.acelero.net - 4901@hsesinfo.org - 500 7th Ave - Fl 8 - New York - NY - 10018-4502 - 500 7th Ave - Fl 8 - New York - NY - 10018-4502 - 500 7th Ave - Fl 8 - New York - NY - 10018-4502 - Mr. - F227671 - L227671 - - Chairman of the Board - 227671@hsesinfo.org - Mr. - F227672 - L227672 - - COO/Head Start Director - 227672@hsesinfo.org - Ms. - F227674 - L227674 - - 227674@hsesinfo.org - Mr. - F227670 - L227670 - - 227670@hsesinfo.org - 555-555-7670 - - - 11374 - 8555 - 13240 - 200 - 2017 - 2020-06-01 - - EHS - Active - Acelero, Inc. - www.acelero.net - 8555@hsesinfo.org - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - Mr. - F227678 - L227678 - - Chairman of the Board - 227678@hsesinfo.org - Mr. - F227679 - L227679 - - COO/Head Start Director - 227679@hsesinfo.org - Ms. - F227681 - L227681 - - 227681@hsesinfo.org - Mr. - F227677 - L227677 - - 227677@hsesinfo.org - 555-555-7677 - - - 11859 - 5492 - 13573 - 001 - 2014 - 2020-06-01 - - HS - Active - Acelero Learning Wisconsin, Inc. (Racine County) - http://alwi.acelero.net - 5492@hsesinfo.org - 7833 W Capitol Dr - - Milwaukee - WI - 53222-2059 - 7833 W Capitol Dr - - Milwaukee - WI - 53222-2059 - 7833 W Capitol Dr - - Milwaukee - WI - 53222-2059 - Dr. - F230916 - L230916 - - - 230916@hsesinfo.org - Mr. - F230914 - L230914 - - - 230914@hsesinfo.org - Ms. - F230917 - L230917 - - 230917@hsesinfo.org - Ms. - F230913 - L230913 - - 230913@hsesinfo.org - 555-555-0913 - - - 11860 - 8556 - 13573 - 201 - 2017 - 2020-06-01 - - EHS - Active - Acelero Learning Wisconsin, Inc. (Racine County) - http://alwi.acelero.net - 8556@hsesinfo.org - 7833 W Capitol Dr - - Milwaukee - WI - 53222-2059 - 7833 W Capitol Dr - - Milwaukee - WI - 53222-2059 - 7833 W Capitol Dr - - Milwaukee - WI - 53222-2059 - Dr. - F230922 - L230922 - - - 230922@hsesinfo.org - Mr. - F230920 - L230920 - - - 230920@hsesinfo.org - Ms. - F230923 - L230923 - - 230923@hsesinfo.org - Ms. - F230919 - L230919 - - 230919@hsesinfo.org - 555-555-0919 - - - 4897 - 4901 - 8845 - 000 - 2014 - 2014-06-01 - 2020-05-31 - HS - Inactive - Acelero, Inc. - www.acelero.net - 4901@hsesinfo.org - 500 7th Ave - Fl 8 - New York - NY - 10018-4502 - 500 7th Ave - Fl 8 - New York - NY - 10018-4502 - 500 7th Ave - Fl 8 - New York - NY - 10018-4502 - Mr. - F47895 - L47895 - - Chairman of the Board - 47895@hsesinfo.org - Mr. - F47896 - L47896 - - COO/Head Start Director - 47896@hsesinfo.org - Ms. - F47898 - L47898 - - 47898@hsesinfo.org - Mr. - F47894 - L47894 - - 47894@hsesinfo.org - 555-555-7894 - - - 11861 - 3811 - 13575 - 001 - - 2020-07-01 - - HS - Active - Mid Michigan Community Action Agency - http://www.mmcaa.org - 3811@hsesinfo.org - 1574 E Washington Rd - - Farwell - MI - 48622-9437 - PO Box 768 - 1574 E. Washington Road - Farwell - MI - 48622-0768 - 1574 E Washington Rd - - Farwell - MI - 48622-9437 - Mr. - F230928 - L230928 - - Chairman of the Board of Directors - 230928@hsesinfo.org - Ms. - F230926 - L230926 - - - 230926@hsesinfo.org - Ms. - F230929 - L230929 - - 230929@hsesinfo.org - Ms. - F230925 - L230925 - - 230925@hsesinfo.org - 555-555-0925 x 5555 - - - 5912 - 3811 - 9540 - 001 - - 2015-02-01 - 2020-06-30 - HS - Inactive - Mid Michigan Community Action Agency - http://www.mmcaa.org - 3811@hsesinfo.org - 1574 E Washington Rd - - Farwell - MI - 48622-9437 - P.O. Box 768 - 1574 E. Washington Road - Farwell - MI - 48622 - 1574 E Washington Rd - - Farwell - MI - 48622-9437 - Mr. - F106964 - L106964 - - Chairman of the Board of Directors - 106964@hsesinfo.org - Ms. - F106966 - L106966 - - - 106966@hsesinfo.org - Ms. - F106963 - L106963 - - 106963@hsesinfo.org - Ms. - F106962 - L106962 - - 106962@hsesinfo.org - 555-555-6962 x 5555 - - - 6490 - 1559 - 10086 - 200 - 2000 - 2015-07-01 - 2020-06-30 - EHS - Inactive - Monongalia County Board of Education - http://boe.mono.k12.wv.us/students_and_parents/childhood_programs - 1559@hsesinfo.org - 1433 Dorsey Ave - - Morgantown - WV - 26501-7121 - 1433 Dorsey Ave - - Morgantown - WV - 26501-7121 - 1433 Dorsey Ave - - Morgantown - WV - 26501-7121 - Mr. - F201100 - L201100 - - Board President - 201100@hsesinfo.org - Dr. - F201101 - L201101 - - Superintendent of Schools - 201101@hsesinfo.org - Ms. - F201103 - L201103 - - 201103@hsesinfo.org - Mrs. - F201099 - L201099 - - 201099@hsesinfo.org - 555-555-1099 x 5555 - - - 6268 - 3626 - 9896 - 001 - - 2015-04-01 - - Migrant HS - Active - Buen Pastor Ministries, Inc. - www.telamon.org - 3626@hsesinfo.org - 111 West 13th Street - - Holland - MI - 49423-3220 - 111 West 13th Street - - Holland - MI - 49423-3220 - 111 West 13th Street - - Holland - MI - 49423-3220 - Ms. - F109844 - L109844 - - Board President - 109844@hsesinfo.org - Ms. - F109841 - L109841 - - Executive Director - 109841@hsesinfo.org - Mr. - F109842 - L109842 - - 109842@hsesinfo.org - Mrs. - F109840 - L109840 - - 109840@hsesinfo.org - 555-555-9840 - - - 11862 - 3626 - 13577 - 001 - - 2020-07-01 - - Migrant HS - Active - Buen Pastor Ministries, Inc. - www.telamon.org - 3626@hsesinfo.org - 111 W 13th St - - Holland - MI - 49423-3220 - 111 W 13th St - - Holland - MI - 49423-3220 - 111 W 13th St - - Holland - MI - 49423-3220 - Ms. - F230934 - L230934 - - Board President - 230934@hsesinfo.org - Ms. - F230932 - L230932 - - Executive Director - 230932@hsesinfo.org - Mr. - F230935 - L230935 - - 230935@hsesinfo.org - Mrs. - F230931 - L230931 - - 230931@hsesinfo.org - 555-555-0931 - - - 11863 - 3625 - 13577 - 201 - 2010 - 2020-07-01 - - Migrant EHS - Active - Buen Pastor Ministries, Inc. - www.telamon.org - 3625@hsesinfo.org - 111 W 13th St - - Holland - MI - 49423-3220 - 111 W 13th St - - Holland - MI - 49423-3220 - 111 W 13th St - - Holland - MI - 49423-3220 - - F230940 - L230940 - - Board President - 230940@hsesinfo.org - - F230938 - L230938 - - - 230938@hsesinfo.org - - F230941 - L230941 - - 230941@hsesinfo.org - Mrs. - F230937 - L230937 - - 230937@hsesinfo.org - 555-555-0937 - - - 8402 - 2454 - 10818 - 000 - 1994 - 2017-01-01 - - AIAN HS - Active - Karuk Tribe of California - karuk.us - 2454@hsesinfo.org - 632 Jacobs Way - - Happy Camp - CA - 96039 - 632 Jacobs Way - - Happy Camp - CA - 96039 - 632 Jacobs Way - - Happy Camp - CA - 96039 - Hon. - F208015 - L208015 - - Chairman - 208015@hsesinfo.org - Ms. - F208016 - L208016 - - Economic Developer/Operations Manager - 208016@hsesinfo.org - Ms. - F208018 - L208018 - - 208018@hsesinfo.org - Ms. - F208014 - L208014 - - 208014@hsesinfo.org - 555-555-8014 x 5555 - - - 5046 - 1961 - 8965 - 000 - 1992 - 2014-07-01 - 2020-06-30 - HS - Inactive - Mohawk Valley Community Action Agency, Inc. - http://www.mvcaa.com - 1961@hsesinfo.org - 9882 River Road - - Utica - NY - 13502 - 9882 River Road - - Utica - NY - 13502 - 9882 River Road - - Utica - NY - 13502 - Mr. - F51343 - L51343 - - Interim Board Chair - 51343@hsesinfo.org - Ms. - F51339 - L51339 - - Executve Director - 51339@hsesinfo.org - Ms. - F51340 - L51340 - - 51340@hsesinfo.org - Ms. - F51338 - L51338 - - 51338@hsesinfo.org - 555-555-1338 x 5555 - - - 9909 - 8967 - 11999 - 200 - 2019 - 2019-07-01 - - EHS - Active - Baby TALK, Inc. - babytalk.org/baby-talk-early-head-start - 8967@hsesinfo.org - 710 W Macon St - - Decatur - IL - 62522-3014 - 710 W Macon St - - Decatur - IL - 62522-3014 - 500 E Lakeshore Dr. - - Decatur - IL - 62521-3336 - Mr. - F217773 - L217773 - - Baby TALK Board President - 217773@hsesinfo.org - Mrs. - F217774 - L217774 - - Executive Director - 217774@hsesinfo.org - Ms. - F217776 - L217776 - - 217776@hsesinfo.org - Mrs. - F217772 - L217772 - - 217772@hsesinfo.org - 555-555-7772 - - - 10846 - 3237 - 12820 - 200 - 2015 - 2020-01-01 - - EHS - Active - Baby TALK, Inc. - babytalk.org/baby-talk-early-head-start - 3237@hsesinfo.org - 710 W Macon St - - Decatur - IL - 62522-3014 - 710 W Macon St - - Decatur - IL - 62522-3014 - 500 E Lakeshore Dr. - - Decatur - IL - 62521-3336 - Mr. - F224209 - L224209 - - Baby TALK Board President - 224209@hsesinfo.org - Mrs. - F224210 - L224210 - - Executive Director - 224210@hsesinfo.org - Ms. - F224212 - L224212 - - 224212@hsesinfo.org - Mrs. - F224208 - L224208 - - 224208@hsesinfo.org - 555-555-4208 - - - 5710 - 3238 - 9360 - 200 - 2015 - 2015-01-01 - 2020-06-30 - EHS - Inactive - Baldwin Park Unified School District - www.bpusd.net - 3238@hsesinfo.org - 3699 North Holly Avenue - - Baldwin Park - CA - 91706-5327 - 3699 North Holly Avenue - - Baldwin Park - CA - 91706-5327 - 13307 Francisquito Ave - - Baldwin Park - CA - 91706-4829 - Mrs. - F102565 - L102565 - - Board Chairperson - 102565@hsesinfo.org - Dr. - F102563 - L102563 - - Superintendent - 102563@hsesinfo.org - Mrs. - F102562 - L102562 - - 102562@hsesinfo.org - Mr. - F102561 - L102561 - - 102561@hsesinfo.org - 555-555-2561 - - - 8874 - 3303 - 11240 - 200 - 2013 - 2018-07-01 - - EHS - Active - Baldwin Park Unified School District - www.bpusd.net/ece - 3303@hsesinfo.org - 3699 North Holly Avenue - - Baldwin Park - CA - 91706-5327 - 3699 North Holly Avenue - - Baldwin Park - CA - 91706-5327 - 3699 North Holly Avenue - - Baldwin Park - CA - 91706-5327 - Mrs. - F210640 - L210640 - - Board Chariperson - 210640@hsesinfo.org - Dr. - F210641 - L210641 - - Superintendent - 210641@hsesinfo.org - Mrs. - F210643 - L210643 - - 210643@hsesinfo.org - Mr. - F210639 - L210639 - - 210639@hsesinfo.org - 555-555-0639 - - - 8873 - 3325 - 11240 - 000 - 2013 - 2018-07-01 - - HS - Active - Baldwin Park Unified School District - www.bpusd.net/ece - 3325@hsesinfo.org - 3699 North Holly Avenue - - Baldwin Park - CA - 91706-5327 - 3699 North Holly Avenue - - Baldwin Park - CA - 91706-5327 - 3699 North Holly Avenue - - Baldwin Park - CA - 91706-5327 - Mrs. - F210633 - L210633 - - Board Chairperson - 210633@hsesinfo.org - Dr. - F210634 - L210634 - - Superintendent - 210634@hsesinfo.org - Mrs. - F210636 - L210636 - - 210636@hsesinfo.org - Mr. - F210632 - L210632 - - 210632@hsesinfo.org - 555-555-0632 - - - 11865 - 9638 - 13538 - 200 - 2020 - 2020-07-01 - - EHS - Active - Centro de la Familia de Utah - http://www.cdlf.org - 9638@hsesinfo.org - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - Mr. - F230946 - L230946 - - Chair-Board of Directors - 230946@hsesinfo.org - Mr. - F230944 - L230944 - - - 230944@hsesinfo.org - Ms. - F230947 - L230947 - - 230947@hsesinfo.org - Mr. - F230943 - L230943 - - 230943@hsesinfo.org - 555-555-0943 - - - 6808 - 2512 - 10268 - 200 - 2007 - 2015-09-01 - 2020-08-31 - EHS - Inactive - HOWARD AREA COMMUNITY CENTER - www.howardarea.org - 2512@hsesinfo.org - 7648 N Paulina St - - Chicago - IL - 60626-1018 - 7648 N Paulina St - - Chicago - IL - 60626-1018 - 7648 N Paulina St - - Chicago - IL - 60626-1018 - Mr. - F203331 - L203331 - - President - 203331@hsesinfo.org - Mr. - F203332 - L203332 - - Interim Executive Director - 203332@hsesinfo.org - Ms. - F203334 - L203334 - - 203334@hsesinfo.org - Ms. - F203330 - L203330 - - 203330@hsesinfo.org - 555-555-3330 - - - 5962 - 5969 - 9669 - 200 - - 2015-02-01 - 2020-07-31 - EHS - Inactive - Youth Development Inc. - http://www.ydinm.org - 5969@hsesinfo.org - 6301 Central Ave NW - - Albuquerque - NM - 87105-2036 - 6301 Central Ave NW - - Albuquerque - NM - 87105-2036 - 6301 Central Ave NW - - Albuquerque - NM - 87105-2036 - Ms. - F106350 - L106350 - - Chair of the Board - 106350@hsesinfo.org - Dr. - F106351 - L106351 - - - 106351@hsesinfo.org - Ms. - F106353 - L106353 - - 106353@hsesinfo.org - Ms. - F106349 - L106349 - - 106349@hsesinfo.org - 555-555-6349 - - - 11868 - 5969 - 13580 - 200 - - 2020-08-01 - - EHS - Active - Youth Development Inc. - http://www.ydinm.org - 5969@hsesinfo.org - 6301 Central Ave NW - - Albuquerque - NM - 87105-2036 - 6301 Central Ave NW - - Albuquerque - NM - 87105-2036 - 6301 Central Ave NW - - Albuquerque - NM - 87105-2036 - Ms. - F230962 - L230962 - - Chair of the Board - 230962@hsesinfo.org - Dr. - F230963 - L230963 - - - 230963@hsesinfo.org - Ms. - F230965 - L230965 - - 230965@hsesinfo.org - Ms. - F230961 - L230961 - - 230961@hsesinfo.org - 555-555-0961 - - - 6466 - 6484 - 10043 - 200 - - 2015-07-01 - 2020-06-30 - EHS - Inactive - Community Action Organization of Erie County, Inc. - caoec.org - 6484@hsesinfo.org - 45 Jewett Ave - Ste 150 - Buffalo - NY - 14214-2442 - 45 Jewett Ave - Ste 150 - Buffalo - NY - 14214-2442 - 45 Jewett Ave - Ste 150 - Buffalo - NY - 14214-2442 - Hon. - F200932 - L200932 - - Board President - 200932@hsesinfo.org - Mr. - F200933 - L200933 - - President/CEO - 200933@hsesinfo.org - Ms. - F200935 - L200935 - - 200935@hsesinfo.org - Ms. - F200931 - L200931 - - 200931@hsesinfo.org - 555-555-0931 x 5555 - - - 11390 - 9326 - 13249 - 000 - 2020 - 2020-07-01 - - HS - Active - CDI HS/Niagara County, NY - www.cdiheadstart.org - 9326@hsesinfo.org - 901 24th St - - Niagara Falls - NY - 14301-2415 - 901 24th St - - Niagara Falls - NY - 14301-2415 - 901 24th St - - Niagara Falls - NY - 14301-2415 - Mr. - F227792 - L227792 - - Chief Executive Officer - 227792@hsesinfo.org - Ms. - F227790 - L227790 - - Executive Director - 227790@hsesinfo.org - - F227793 - L227793 - - 227793@hsesinfo.org - Ms. - F227789 - L227789 - - 227789@hsesinfo.org - 555-555-7789 - - - 9507 - 8789 - 11721 - 200 - 2019 - 2019-03-01 - - EHS - Active - Genesee Intermediate School District - http://www.geneseeisd.org/ - 8789@hsesinfo.org - 2033 S Elms Rd - - Swartz Creek - MI - 48473-9794 - 2413 W Maple Ave - - Flint - MI - 48507-3429 - 2413 W Maple Ave - - Flint - MI - 48507-3429 - Mr. - F215046 - L215046 - - Board Chair - 215046@hsesinfo.org - Mrs. - F215047 - L215047 - - Superintendent, Genesee Intermediate School District - 215047@hsesinfo.org - Ms. - F215049 - L215049 - - 215049@hsesinfo.org - Mrs. - F215045 - L215045 - - 215045@hsesinfo.org - 555-555-5045 - - - 8553 - 8433 - 10954 - 200 - 2017 - 2017-03-01 - - EHS - Active - Genesee Intermediate School District - http://www.geneseeisd.org/ - 8433@hsesinfo.org - 2033 S Elms Rd - - Swartz Creek - MI - 48473-9794 - 2413 W Maple Ave - - Flint - MI - 48507-3429 - 2413 W Maple Ave - - Flint - MI - 48507-3429 - Mr. - F208599 - L208599 - - Board Chair - 208599@hsesinfo.org - Mrs. - F208600 - L208600 - - Superintendent, Genesee Intermediate School District - 208600@hsesinfo.org - Ms. - F208602 - L208602 - - 208602@hsesinfo.org - Mrs. - F208598 - L208598 - - 208598@hsesinfo.org - 555-555-8598 - - - 11702 - 516 - 13437 - 000 - 1992 - 2020-07-01 - - HS - Active - Metropolitan Action Commission - www.nashville.gov/mac - 516@hsesinfo.org - 800 2nd Ave N - - Nashville - TN - 37201-1083 - 800 2nd Ave N - - Nashville - TN - 37201-1083 - 800 2nd Ave N - - Nashville - TN - 37201-1083 - Dr. - F229879 - L229879 - - Board Chair - 229879@hsesinfo.org - Dr. - F229880 - L229880 - - Executive Director - 229880@hsesinfo.org - Miss - F229882 - L229882 - - 229882@hsesinfo.org - Ms. - F229878 - L229878 - - 229878@hsesinfo.org - 555-555-9878 x 5555 - - - 11703 - 2857 - 13437 - 200 - 2011 - 2020-07-01 - - EHS - Active - Metropolitan Action Commission - www.nashville.gov/mac - 2857@hsesinfo.org - 800 2nd Ave N - - Nashville - TN - 37201-1083 - 800 2nd Ave N - - Nashville - TN - 37201-1083 - 800 2nd Ave N - - Nashville - TN - 37201-1083 - Dr. - F229886 - L229886 - - Board Chair - 229886@hsesinfo.org - Dr. - F229887 - L229887 - - Executive Director - 229887@hsesinfo.org - Mr. - F229889 - L229889 - - 229889@hsesinfo.org - Ms. - F229885 - L229885 - - 229885@hsesinfo.org - 555-555-9885 x 5555 - - - 4968 - 1989 - 8927 - 200 - 2014 - 2014-07-01 - 2019-06-30 - EHS - Inactive - Yeled V'Yalda Early Childhood Center - http://www.yeled.org - 1989@hsesinfo.org - 1312-38th Street - - Brooklyn - NY - 11218 - 1312-38th Street - - Brooklyn - NY - 11218 - 1312-38th Street - - Brooklyn - NY - 11218 - Mr. - F49307 - L49307 - - Chairman of the Board of Directors - 49307@hsesinfo.org - Mr. - F49310 - L49310 - - - 49310@hsesinfo.org - Mrs. - F49309 - L49309 - - 49309@hsesinfo.org - Mr. - F49306 - L49306 - - 49306@hsesinfo.org - 555-555-9306 x 5555 - - - 11879 - 1087 - 13588 - 000 - 1992 - 2020-08-01 - - HS - Active - Sacramento Employment And Training Agency - http://www.headstart.seta.net - 1087@hsesinfo.org - 925 Del Paso Blvd Ste 200 - - Sacramento - CA - 95815-3500 - 925 Del Paso Blvd Ste 200 - - Sacramento - CA - 95815-3500 - 925 Del Paso Blvd Ste 200 - - Sacramento - CA - 95815-3500 - Mr. - F231029 - L231029 - - Board of Supervisor - 231029@hsesinfo.org - Ms. - F231030 - L231030 - - Executive Director - 231030@hsesinfo.org - Ms. - F231032 - L231032 - - 231032@hsesinfo.org - Ms. - F231028 - L231028 - - 231028@hsesinfo.org - 555-555-1028 - - - 11876 - 1989 - 11589 - 200 - 2014 - 2020-07-01 - - EHS - Active - Yeled V'Yalda Early Childhood Center - http://www.yeled.org - 1989@hsesinfo.org - 1312 38th St - - Brooklyn - NY - 11218-3612 - 1312 38th St - - Brooklyn - NY - 11218-3612 - 1312 38th St - - Brooklyn - NY - 11218-3612 - Mr. - F231011 - L231011 - - Chairperson - 231011@hsesinfo.org - Mr. - F231009 - L231009 - - - 231009@hsesinfo.org - Mrs. - F231012 - L231012 - - 231012@hsesinfo.org - Mr. - F231008 - L231008 - - 231008@hsesinfo.org - 555-555-1008 x 5555 - - - 9967 - 2961 - 12078 - 000 - 2014 - 2019-07-01 - 2020-06-30 - HS - Inactive - Yeled V'Yalda Early Childhood Center - http://www.yeled.org - 2961@hsesinfo.org - 1312-38th Street - - Brooklyn - NY - 11218-3807 - 1312-38th Street - - Brooklyn - NY - 11218-3807 - 1312-38th Street - - Brooklyn - NY - 11218-3807 - Mr. - F218162 - L218162 - - Chairman of the Board of Directors - 218162@hsesinfo.org - Mr. - F218163 - L218163 - - CEO - 218163@hsesinfo.org - Mrs. - F218165 - L218165 - - 218165@hsesinfo.org - Mr. - F218161 - L218161 - - 218161@hsesinfo.org - 555-555-8161 x 5555 - - - 11880 - 3707 - 13589 - 001 - - 2020-08-01 - - HS - Active - Elk Grove Unified School District - - 3707@hsesinfo.org - 9510 Elk Grove Florin Road - - Elk Grove - CA - 95624-1801 - 9510 Elk Grove Florin Road - - Elk Grove - CA - 95624-1801 - 9510 Elk Grove Florin Road - - Elk Grove - CA - 95624-1801 - Mr. - F231036 - L231036 - - President - 231036@hsesinfo.org - Mr. - F231037 - L231037 - - Superintendent - 231037@hsesinfo.org - Mrs. - F231039 - L231039 - - 231039@hsesinfo.org - Ms. - F231035 - L231035 - - 231035@hsesinfo.org - 555-555-1035 - - - 11881 - 3710 - 13590 - 002 - - 2020-08-01 - - HS - Active - Sacramento City Unified School District - www.scusd.edu - 3710@hsesinfo.org - Serna Center - 5735 - 47th Avenue - Sacramento - CA - 95824-4528 - Serna Center - 5735 - 47th Avenue - Sacramento - CA - 95824-4528 - Serna Center - 5735 - 47th Avenue - Sacramento - CA - 95824-4528 - Ms. - F231043 - L231043 - - President - 231043@hsesinfo.org - Mr. - F231044 - L231044 - - Superintendent - 231044@hsesinfo.org - Ms. - F231046 - L231046 - - 231046@hsesinfo.org - Ms. - F231042 - L231042 - - 231042@hsesinfo.org - 555-555-1042 - - - 8860 - 1112 - 11230 - 000 - 2013 - 2018-07-01 - - HS - Active - City and County of Denver Mayor's Office - http://www.denvergov.org - 1112@hsesinfo.org - 201 W Colfax Ave - Dept 1101 - Denver - CO - 80202-5332 - 201 W Colfax Ave - Dept 1101 - Denver - CO - 80202-5332 - 201 W Colfax Ave - Dept 1101 - Denver - CO - 80202-5332 - Hon. - F210542 - L210542 - - Mayor - City and County of Denver - 210542@hsesinfo.org - Ms. - F210543 - L210543 - - - 210543@hsesinfo.org - Mr. - F210545 - L210545 - - 210545@hsesinfo.org - Dr. - F210541 - L210541 - - 210541@hsesinfo.org - 555-555-0541 - - - 11882 - 3709 - 13591 - 003 - - 2020-08-01 - - HS - Active - San Juan Unified School District/Child Development - www.sanjuan.edu - 3709@hsesinfo.org - 5309 Kenneth Avenue - - Carmichael - CA - 95608-4716 - 5309 Kenneth Avenue - - Carmichael - CA - 95608-4716 - 5309 Kenneth Avenue - - Carmichael - CA - 95608-4716 - Ms. - F231050 - L231050 - - President - 231050@hsesinfo.org - Mr. - F231051 - L231051 - - Superintendent of Schools - 231051@hsesinfo.org - Ms. - F231053 - L231053 - - 231053@hsesinfo.org - Mr. - F231049 - L231049 - - 231049@hsesinfo.org - 555-555-1049 - - - 11883 - 3713 - 13592 - 004 - - 2020-08-01 - - HS - Active - Twin Rivers Unified School District - www.twinriversusd.org - 3713@hsesinfo.org - 5115 Dudley Blvd - - Mcclellan - CA - 95652 - 5115 Dudley Blvd - - Mcclellan - CA - 95652 - 5115 Dudley Blvd - - Mcclellan - CA - 95652 - Mrs. - F231057 - L231057 - JD - Board President - 231057@hsesinfo.org - Dr. - F231058 - L231058 - - Superintendent - 231058@hsesinfo.org - Mrs. - F231060 - L231060 - - 231060@hsesinfo.org - Dr. - F231056 - L231056 - - 231056@hsesinfo.org - 555-555-1056 - - - 11874 - 9647 - 11230 - 200 - 2020 - 2020-07-01 - - EHS - Active - City and County of Denver Mayor's Office - http://www.denvergov.org - 9647@hsesinfo.org - 201 W Colfax Ave - Dept 1101 - Denver - CO - 80202-5332 - 201 W Colfax Ave - Dept 1101 - Denver - CO - 80202-5332 - 201 W Colfax Ave - Dept 1101 - Denver - CO - 80202-5332 - Hon. - F231005 - L231005 - - Mayor - City and County of Denver - 231005@hsesinfo.org - Ms. - F231003 - L231003 - - - 231003@hsesinfo.org - Mr. - F231006 - L231006 - - 231006@hsesinfo.org - Dr. - F231002 - L231002 - - 231002@hsesinfo.org - 555-555-1002 - - - 11877 - 2353 - 13586 - 000 - 1992 - 2020-08-01 - - HS - Active - Cayuga/Seneca Community Action Agency, Inc. - http://www.cscaa.com - 2353@hsesinfo.org - 89 York St - - Auburn - NY - 13021-1135 - 89 York St - - Auburn - NY - 13021-1135 - 89 York St - - Auburn - NY - 13021-1135 - Mr. - F231015 - L231015 - - Board Chairperson - 231015@hsesinfo.org - Mrs. - F231016 - L231016 - - Executive Director - 231016@hsesinfo.org - Mrs. - F231018 - L231018 - - 231018@hsesinfo.org - Ms. - F231014 - L231014 - - 231014@hsesinfo.org - 555-555-1014 x 5555 - - - 11878 - 2779 - 13586 - 200 - 2011 - 2020-08-01 - - EHS - Active - Cayuga/Seneca Community Action Agency, Inc. - http://www.cscaa.com - 2779@hsesinfo.org - 89 York St Ste 1 - - Auburn - NY - 13021-1135 - 89 York St Ste 1 - - Auburn - NY - 13021-1135 - 89 York St Ste 1 - - Auburn - NY - 13021-1135 - Mr. - F231022 - L231022 - - Board Chairperson - 231022@hsesinfo.org - Mrs. - F231023 - L231023 - - Executive Director - 231023@hsesinfo.org - Mrs. - F231025 - L231025 - - 231025@hsesinfo.org - Ms. - F231021 - L231021 - - 231021@hsesinfo.org - 555-555-1021 x 5555 - - - 11884 - 3711 - 13593 - 005 - - 2020-08-01 - - HS - Active - W.C.I.C. / Playmate Child Development Center - www.wcicinc.org - 3711@hsesinfo.org - 3555 3rd Ave - - Sacramento - CA - 95817-2812 - 3555 3rd Ave - - Sacramento - CA - 95817-2812 - 3555 3rd Ave - - Sacramento - CA - 95817-2812 - Atty. - F231064 - L231064 - - President - 231064@hsesinfo.org - Ms. - F231065 - L231065 - - Executive Director/Head Start - 231065@hsesinfo.org - Ms. - F231067 - L231067 - - 231067@hsesinfo.org - Ms. - F231063 - L231063 - - 231063@hsesinfo.org - 555-555-1063 - - - 11885 - 1086 - 13588 - 200 - 2000 - 2020-08-01 - - EHS - Active - Sacramento Employment And Training Agency - http://www.headstart.seta.net - 1086@hsesinfo.org - 925 Del Paso Blvd Ste 200 - - Sacramento - CA - 95815-3500 - 925 Del Paso Blvd Ste 200 - - Sacramento - CA - 95815-3500 - 925 Del Paso Blvd Ste 200 - - Sacramento - CA - 95815-3500 - Mr. - F231071 - L231071 - - Board of Supervisor - 231071@hsesinfo.org - Ms. - F231072 - L231072 - - Executive Director - 231072@hsesinfo.org - Ms. - F231074 - L231074 - - 231074@hsesinfo.org - Ms. - F231070 - L231070 - - 231070@hsesinfo.org - 555-555-1070 - - - 11886 - 3715 - 13590 - 202 - - 2020-08-01 - - EHS - Active - Sacramento City Unified School District - www.scusd.edu - 3715@hsesinfo.org - Serna Center - 5735 - 47th Avenue - Sacramento - CA - 95824-4528 - Serna Center - 5735 - 47th Avenue - Sacramento - CA - 95824-4528 - Serna Center - 5735 - 47th Avenue - Sacramento - CA - 95824-4528 - Mr. - F231078 - L231078 - - President - 231078@hsesinfo.org - Mr. - F231079 - L231079 - - Superintendent - 231079@hsesinfo.org - Ms. - F231081 - L231081 - - 231081@hsesinfo.org - Ms. - F231077 - L231077 - - 231077@hsesinfo.org - 555-555-1077 - - - 11887 - 3714 - 13591 - 203 - - 2020-08-01 - - EHS - Active - San Juan Unified School District/Child Development - www.sanjuan.edu - 3714@hsesinfo.org - 5309 Kenneth Avenue - - Carmichael - CA - 95608-4716 - 5309 Kenneth Avenue - - Carmichael - CA - 95608-4716 - 5309 Kenneth Avenue - - Carmichael - CA - 95608-4716 - Ms. - F231085 - L231085 - - President - 231085@hsesinfo.org - Mr. - F231086 - L231086 - - Superintendent of Schools - 231086@hsesinfo.org - Ms. - F231088 - L231088 - - 231088@hsesinfo.org - Mr. - F231084 - L231084 - - 231084@hsesinfo.org - 555-555-1084 - - - 11888 - 8639 - 13592 - 204 - 2017 - 2020-08-01 - - EHS - Active - Twin Rivers Unified School District - www.twinriversusd.org - 8639@hsesinfo.org - 5115 Dudley Blvd - - Mcclellan - CA - 95652 - 5115 Dudley Blvd - - Mcclellan - CA - 95652 - 5115 Dudley Blvd - - Mcclellan - CA - 95652 - Mrs. - F231092 - L231092 - - Board President - 231092@hsesinfo.org - Dr. - F231093 - L231093 - - Superintendent - 231093@hsesinfo.org - Mrs. - F231095 - L231095 - - 231095@hsesinfo.org - Dr. - F231091 - L231091 - - 231091@hsesinfo.org - 555-555-1091 - - - 11489 - 9394 - 13320 - 000 - 2020 - 2020-07-01 - - HS - Active - Greater East Texas Community Action Program - http://www.headstart-getcap.org - 9394@hsesinfo.org - 1902 Old Tyler Rd - - Nacogdoches - TX - 75964-3246 - PO Box 631938 - - Nacogdoches - TX - 75963-1938 - 1902 Old Tyler Rd - - Nacogdoches - TX - 75964-3246 - Mr. - F228450 - L228450 - - Board Chair - 228450@hsesinfo.org - Mrs. - F228451 - L228451 - - Executive Director - 228451@hsesinfo.org - Mr. - F228453 - L228453 - - 228453@hsesinfo.org - Mr. - F228449 - L228449 - - 228449@hsesinfo.org - 555-555-8449 - - - 11490 - 9395 - 13320 - 200 - 2020 - 2020-07-01 - - EHS - Active - Greater East Texas Community Action Program - http://www.headstart-getcap.org - 9395@hsesinfo.org - 1902 Old Tyler Rd - - Nacogdoches - TX - 75964-3246 - PO Box 631938 - - Nacogdoches - TX - 75963-1938 - 1902 Old Tyler Rd - - Nacogdoches - TX - 75964-3246 - Mr. - F228457 - L228457 - - Board Chair - 228457@hsesinfo.org - Mrs. - F228458 - L228458 - - Executive Director - 228458@hsesinfo.org - Mr. - F228460 - L228460 - - 228460@hsesinfo.org - Mr. - F228456 - L228456 - - 228456@hsesinfo.org - 555-555-8456 - - - 10922 - 213 - 12900 - 000 - 2015 - 2020-01-01 - - HS - Active - Androscoggin Head Start & Child Care - http://promiseearlyeducation.org - 213@hsesinfo.org - 269 Bates Street - Coburn School - Lewiston - ME - 04240-7331 - 269 Bates Street - Coburn School - Lewiston - ME - 04240-7331 - 269 Bates Street - Coburn School - Lewiston - ME - 04240-7331 - Mr. - F224753 - L224753 - - Chairperson of the Board of Directors - 224753@hsesinfo.org - Ms. - F224754 - L224754 - - Executive Director - 224754@hsesinfo.org - Ms. - F224756 - L224756 - - 224756@hsesinfo.org - Ms. - F224752 - L224752 - - 224752@hsesinfo.org - 555-555-4752 x 5555 - - - 10923 - 214 - 12900 - 200 - 2015 - 2020-01-01 - - EHS - Active - Androscoggin Head Start & Child Care - http://www.promiseearlyeducation.org - 214@hsesinfo.org - 269 Bates Street - Coburn School - Lewiston - ME - 04240-7331 - 269 Bates Street - Coburn School - Lewiston - ME - 04240-7331 - 269 Bates Street - Coburn School - Lewiston - ME - 04240-7331 - Mr. - F224760 - L224760 - - Chairperson of the Board of Directors - 224760@hsesinfo.org - Ms. - F224761 - L224761 - - Executive Director - 224761@hsesinfo.org - Ms. - F224763 - L224763 - - 224763@hsesinfo.org - Ms. - F224759 - L224759 - - 224759@hsesinfo.org - 555-555-4759 x 5555 - - - 11891 - 606 - 13594 - 000 - 2014 - 2020-08-01 - - HS - Active - Lee County Public School Board - http://earlychildhood.leeschools.net - 606@hsesinfo.org - 3650 Michigan Ave - Ste 4 - Fort Myers - FL - 33916-2240 - 3650 Michigan Ave - Ste 4 - Fort Myers - FL - 33916-2240 - 2855 Colonial Blvd - School District of Lee County: Attention Board Secretary - Fort Myers - FL - 33966-1012 - Ms. - F231113 - L231113 - - School Board Chair - 231113@hsesinfo.org - Dr. - F231114 - L231114 - - Superintendent - 231114@hsesinfo.org - Ms. - F231116 - L231116 - - 231116@hsesinfo.org - Ms. - F231112 - L231112 - - 231112@hsesinfo.org - 555-555-1112 - - - 11892 - 605 - 13594 - 200 - 2014 - 2020-08-01 - - EHS - Active - Lee County Public School Board - http:/earlychildhood.leeschools.net - 605@hsesinfo.org - 3650 Michigan Ave - Ste 4 - Fort Myers - FL - 33916-2240 - 3650 Michigan Ave - Ste 4 - Fort Myers - FL - 33916-2240 - 2855 Colonial Blvd - School District of Lee County: Attention Board Secretary - Fort Myers - FL - 33966-1012 - Ms. - F231120 - L231120 - - School Board Chair - 231120@hsesinfo.org - Dr. - F231121 - L231121 - - Superintendent - 231121@hsesinfo.org - Ms. - F231123 - L231123 - - 231123@hsesinfo.org - Ms. - F231119 - L231119 - - 231119@hsesinfo.org - 555-555-1119 - - - 9071 - 8712 - 11391 - 000 - 2018 - 2018-09-01 - 2020-08-31 - HS - Inactive - Educational Alliance, Inc., The - www.edalliance.org - 8712@hsesinfo.org - 197 East Broadway - - New York - NY - 10002-5507 - 197 East Broadway - - New York - NY - 10002-5507 - 197 East Broadway - - New York - NY - 10002-5507 - Ms. - F212074 - L212074 - - Board Chair - 212074@hsesinfo.org - Mr. - F212075 - L212075 - - President and CEO - 212075@hsesinfo.org - Ms. - F212077 - L212077 - - 212077@hsesinfo.org - Mr. - F212073 - L212073 - - 212073@hsesinfo.org - 555-555-2073 - - - 11895 - 9653 - 13596 - 000 - 2020 - 2020-09-01 - - HS - Active - CDI HS/Lower Manhattan, NY - www.cdiheadstart.org - 9653@hsesinfo.org - 10065 E Harvard Ave - Ste 700 - Denver - CO - 80231-5915 - 10065 E Harvard Ave - Ste 700 - Denver - CO - 80231-5915 - 10065 E Harvard Ave - Ste 700 - Denver - CO - 80231-5915 - Mr. - F231129 - L231129 - - Chief Executive Officer - 231129@hsesinfo.org - Ms. - F231127 - L231127 - - Executive Director - 231127@hsesinfo.org - - F231130 - L231130 - - 231130@hsesinfo.org - Ms. - F231126 - L231126 - - 231126@hsesinfo.org - 555-555-1126 - - - 6707 - 2353 - 10193 - 000 - 1992 - 2015-08-01 - 2020-07-31 - HS - Inactive - Cayuga/Seneca Community Action Agency, Inc. - http://www.cscaa.com - 2353@hsesinfo.org - 89 York St - - Auburn - NY - 13021-1135 - 89 York St - - Auburn - NY - 13021-1135 - 89 York St - - Auburn - NY - 13021-1135 - Mr. - F202620 - L202620 - - Board Chairperson - 202620@hsesinfo.org - Mrs. - F202621 - L202621 - - Executive Director - 202621@hsesinfo.org - Mrs. - F202623 - L202623 - - 202623@hsesinfo.org - Ms. - F202619 - L202619 - - 202619@hsesinfo.org - 555-555-2619 x 5555 - - - 11397 - 9332 - 13252 - 000 - 2020 - 2020-07-01 - - HS - Active - Children and Families First Delaware, Inc. - https://www.cffde.org - 9332@hsesinfo.org - 809 N Washington St - - Wilmington - DE - 19801-1509 - 809 N Washington St - - Wilmington - DE - 19801-1509 - 809 N Washington St - - Wilmington - DE - 19801-1509 - Mr. - F227832 - L227832 - - - 227832@hsesinfo.org - Ms. - F227830 - L227830 - - - 227830@hsesinfo.org - - F227833 - L227833 - - 227833@hsesinfo.org - Ms. - F227829 - L227829 - - 227829@hsesinfo.org - - - - 11889 - 9649 - 13587 - 000 - 2020 - 2020-08-01 - - HS - Active - Episcopal Children's Services - www.ecs4kids.org - 9649@hsesinfo.org - 8443 Baymeadows Rd - Ste 1 - Jacksonville - FL - 32256-7440 - 8443 Baymeadows Rd - Ste 1 - Jacksonville - FL - 32256-7440 - 8443 Baymeadows Rd - Ste 1 - Jacksonville - FL - 32256-7440 - Ms. - F231099 - L231099 - - Board President - 231099@hsesinfo.org - Mrs. - F231100 - L231100 - - CEO - 231100@hsesinfo.org - Ms. - F231102 - L231102 - - 231102@hsesinfo.org - Ms. - F231098 - L231098 - - 231098@hsesinfo.org - 555-555-1098 - - - 11901 - 1700 - 13602 - 200 - 2003 - 2020-08-01 - - EHS - Active - The Lourie Center for Children’s Social & Emotional Wellness - www.louriecenter.org - 1700@hsesinfo.org - 12301 Academy Way - - Rockville - MD - 20852-2000 - 12301 Academy Way - - Rockville - MD - 20852-2000 - 12301 Academy Way - - Rockville - MD - 20852-2000 - Mr. - F231164 - L231164 - - Adventist Behavioral Health Vice President - 231164@hsesinfo.org - Mr. - F231165 - L231165 - - Lourie Center Executive Director - 231165@hsesinfo.org - Ms. - F231167 - L231167 - - 231167@hsesinfo.org - Ms. - F231163 - L231163 - - 231163@hsesinfo.org - 555-555-1163 - - - 9981 - 8748 - 12096 - 207 - 2018 - 2019-07-01 - - EHS - Active - Downtown Baltimore Child Care Center - www.dbcckids.org - 8748@hsesinfo.org - 237 Arch Street - - Baltimore - MD - 21201 - 237 Arch Street - - Baltimore - MD - 21201 - 901 N Chester St - - Baltimore - MD - 21205-1205 - Mr. - F218260 - L218260 - - - 218260@hsesinfo.org - Ms. - F218261 - L218261 - - Executive Director - 218261@hsesinfo.org - - F218263 - L218263 - - 218263@hsesinfo.org - Ms. - F218259 - L218259 - - 218259@hsesinfo.org - 555-555-8259 - - - 5308 - 2580 - 9035 - 000 - 2008 - 2014-08-01 - 2020-07-31 - HS - Inactive - Spotsylvania County School District - www.spotsylvania.k12.va.us - 2580@hsesinfo.org - 7409 Brock Rd - Spotsylvania County - Spotsylvania - VA - 22553-2001 - 7409 Brock Rd - Spotsylvania County - Spotsylvania - VA - 22553-2001 - 7409 Brock Rd - Spotsylvania County - Spotsylvania - VA - 22553-2001 - Mr. - F54056 - L54056 - - School Board Chairperson - 54056@hsesinfo.org - Ms. - F54055 - L54055 - - Executive Director Head Start - 54055@hsesinfo.org - Mr. - F54058 - L54058 - - 54058@hsesinfo.org - Ms. - F54054 - L54054 - - 54054@hsesinfo.org - 555-555-4054 x 5555 - - - 11890 - 2580 - 13595 - 000 - 2008 - 2020-08-01 - - HS - Active - Spotsylvania County School District - www.spotsylvania.k12.va.us - 2580@hsesinfo.org - 7409 Brock Rd - Spotsylvania County - Spotsylvania - VA - 22553-2001 - 7409 Brock Rd - Spotsylvania County - Spotsylvania - VA - 22553-2001 - 7409 Brock Rd - Spotsylvania County - Spotsylvania - VA - 22553-2001 - Mr. - F231106 - L231106 - - School Board Chairperson - 231106@hsesinfo.org - Mrs. - F231107 - L231107 - - Executive Director Head Start - 231107@hsesinfo.org - Mrs. - F231109 - L231109 - - 231109@hsesinfo.org - Ms. - F231105 - L231105 - - 231105@hsesinfo.org - 555-555-1105 x 5555 - - - 11903 - 2510 - 13604 - 200 - 2007 - 2020-08-01 - - EHS - Active - MID-MICHIGAN COMMUNITY ACTION AGENCY INC - www.mmcaa.org - 2510@hsesinfo.org - 1574 E Washington Rd - - Farwell - MI - 48622-9437 - 1574 E Washington Rd - - Farwell - MI - 48622-9437 - 1574 E Washington Rd - - Farwell - MI - 48622-9437 - Mr. - F231177 - L231177 - - Board Chairman - 231177@hsesinfo.org - Mrs. - F231178 - L231178 - - Executive Director - 231178@hsesinfo.org - Ms. - F231180 - L231180 - - 231180@hsesinfo.org - Mrs. - F231176 - L231176 - - 231176@hsesinfo.org - 555-555-1176 - - - 11907 - 1089 - 13607 - 200 - 2000 - 2020-08-01 - - EHS - Active - Pinal Gila Community Child Services, Inc. - http://www.pgccs.org - 1089@hsesinfo.org - 1183 E Cottonwood Ln - Ste 2 - Casa Grande - AZ - 85122-2970 - 1183 E Cottonwood Ln - Ste 2 - Casa Grande - AZ - 85122-2970 - 1183 E Cottonwood Ln - Ste 2 - Casa Grande - AZ - 85122-2970 - Mr. - F231205 - L231205 - - Board President - 231205@hsesinfo.org - Mrs. - F231206 - L231206 - MBA - CEO - 231206@hsesinfo.org - Ms. - F231208 - L231208 - - 231208@hsesinfo.org - Mrs. - F231204 - L231204 - MBA - 231204@hsesinfo.org - 555-555-1204 - - - 11645 - 9502 - 13413 - 000 - 2020 - 2020-07-01 - - HS - Active - Rapides Parish School Board - https://www.rpsb.us/ - 9502@hsesinfo.org - 619 6th St - - Alexandria - LA - 71301-8150 - 619 6th St - - Alexandria - LA - 71301-8150 - 619 6th St - - Alexandria - LA - 71301-8150 - Mr. - F229483 - L229483 - - Board Chairperson - 229483@hsesinfo.org - Mr. - F229484 - L229484 - - Superintendent - 229484@hsesinfo.org - - F229486 - L229486 - - 229486@hsesinfo.org - Ms. - F229482 - L229482 - - 229482@hsesinfo.org - 555-555-9482 - - - 11904 - 1328 - 13606 - 000 - 1992 - 2020-08-01 - - HS - Active - West Orange-Cove Consolidated I.S.D. - http://www.woccisd.net - 1328@hsesinfo.org - 801 Cordrey St - - Orange - TX - 77630-3420 - 801 Cordrey St - - Orange - TX - 77630-3420 - 801 Cordrey St - - Orange - TX - 77630-3420 - Mrs. - F231184 - L231184 - - School Board President - 231184@hsesinfo.org - Mr. - F231185 - L231185 - - Superintendent - 231185@hsesinfo.org - Mr. - F231187 - L231187 - - 231187@hsesinfo.org - Mrs. - F231183 - L231183 - - 231183@hsesinfo.org - 555-555-1183 - - - 8849 - 1100 - 11211 - 000 - 2013 - 2018-07-01 - - HS - Active - EAGLE COUNTY REORGANIZED SCHOOL DISTRICT #50-J - http://www.eagleschools.net - 1100@hsesinfo.org - 1121 Miller Ranch Rd - - Edwards - CO - 81632-6425 - PO Box 4212 - P.O. Box 4212 - Eagle - CO - 81631-4212 - 1121 Miller Ranch Rd - - Edwards - CO - 81632-6425 - Ms. - F210423 - L210423 - - Board of Education Chair - 210423@hsesinfo.org - Ms. - F210424 - L210424 - - Assistant Superintendent of Schools for Curriculum and Instruction - 210424@hsesinfo.org - Ms. - F210426 - L210426 - - 210426@hsesinfo.org - Ms. - F210422 - L210422 - - 210422@hsesinfo.org - 555-555-0422 - - - 11284 - 525 - 13175 - 000 - 1992 - 2020-05-01 - - HS - Active - Indiana County Head Start, Inc - http://www.indianacountyheadstart.org - 525@hsesinfo.org - 528 Gompers Avenue - - Indiana - PA - 15701-2764 - 528 Gompers Avenue - - Indiana - PA - 15701-2764 - 528 Gompers Avenue - - Indiana - PA - 15701-2764 - Mr. - F227123 - L227123 - - Executive Board Chairperson - 227123@hsesinfo.org - Ms. - F227124 - L227124 - - Executive Director - 227124@hsesinfo.org - Ms. - F227126 - L227126 - - 227126@hsesinfo.org - Ms. - F227122 - L227122 - - 227122@hsesinfo.org - 555-555-7122 - - - 11285 - 524 - 13175 - 200 - 2004 - 2020-05-01 - - EHS - Active - Indiana County Head Start, Inc - http://www.indianacountyheadstart.org - 524@hsesinfo.org - 528 Gompers Avenue - - Indiana - PA - 15701-2764 - 528 Gompers Avenue - - Indiana - PA - 15701-2764 - 528 Gompers Avenue - - Indiana - PA - 15701-2764 - Mr. - F227130 - L227130 - - Executive Board Chairperson - 227130@hsesinfo.org - Ms. - F227131 - L227131 - - Executive Director - 227131@hsesinfo.org - Ms. - F227133 - L227133 - - 227133@hsesinfo.org - Ms. - F227129 - L227129 - - 227129@hsesinfo.org - 555-555-7129 - - - 11539 - 850 - 13337 - 000 - 2015 - 2020-07-01 - - HS - Active - Northwestern Ohio Community Action Commission - http://www.nocac.org - 850@hsesinfo.org - 1933 East Second Street - - Defiance - OH - 43512-2503 - 1933 East Second Street - - Defiance - OH - 43512-2503 - 1933 East Second Street - - Defiance - OH - 43512-2503 - Mr. - F228801 - L228801 - - Board President - 228801@hsesinfo.org - Ms. - F228802 - L228802 - - Executive Director - 228802@hsesinfo.org - Ms. - F228804 - L228804 - - 228804@hsesinfo.org - Ms. - F228800 - L228800 - - 228800@hsesinfo.org - 555-555-8800 x 5555 - - - 11906 - 1090 - 13607 - 000 - 1992 - 2020-08-01 - - HS - Active - Pinal Gila Community Child Services, Inc. - http://www.pgccs.org - 1090@hsesinfo.org - 1183 E Cottonwood Ln - Ste 2 - Casa Grande - AZ - 85122-2970 - 1183 E Cottonwood Ln - Ste 2 - Casa Grande - AZ - 85122-2970 - 1183 E Cottonwood Ln - Ste 2 - Casa Grande - AZ - 85122-2970 - Mr. - F231198 - L231198 - - Board President - 231198@hsesinfo.org - Mrs. - F231199 - L231199 - MBA - CEO - 231199@hsesinfo.org - Ms. - F231201 - L231201 - - 231201@hsesinfo.org - Mrs. - F231197 - L231197 - MBA - 231197@hsesinfo.org - 555-555-1197 - - - 11646 - 9503 - 13413 - 200 - 2020 - 2020-07-01 - - EHS - Active - Rapides Parish School Board - https://www.rpsb.us/ - 9503@hsesinfo.org - 619 6th St - - Alexandria - LA - 71301-8150 - 619 6th St - - Alexandria - LA - 71301-8150 - 619 6th St - - Alexandria - LA - 71301-8150 - Mr. - F229490 - L229490 - - Board Chairperson - 229490@hsesinfo.org - Mr. - F229491 - L229491 - - Superintendent - 229491@hsesinfo.org - - F229493 - L229493 - - 229493@hsesinfo.org - Ms. - F229489 - L229489 - - 229489@hsesinfo.org - 555-555-9489 - - - 11418 - 2364 - 13258 - 000 - 2014 - 2020-07-01 - - HS - Active - Lynchburg Community Action Group, Inc - lyncagkids.org - 2364@hsesinfo.org - 915 Main St - Ste 303 - Lynchburg - VA - 24504-1628 - 915 Main St - Ste 303 - Lynchburg - VA - 24504-1628 - 915 Main St - Ste 303 - Lynchburg - VA - 24504-1628 - Mrs. - F227968 - L227968 - - Chair Person - 227968@hsesinfo.org - Rev. - F227969 - L227969 - - CEO/President - 227969@hsesinfo.org - Ms. - F227971 - L227971 - - 227971@hsesinfo.org - Ms. - F227967 - L227967 - - 227967@hsesinfo.org - 555-555-7967 x 5555 - - - 8195 - 8127 - 10601 - 000 - 2016 - 2016-06-01 - - HS - Active - Episcopal Children's Services, Inc. - ecs4kids.org - 8127@hsesinfo.org - 8443 Baymeadows Rd Ste 1 - - Jacksonville - FL - 32256-7440 - 8443 Baymeadows Rd Ste 1 - - Jacksonville - FL - 32256-7440 - 8443 Baymeadows Rd Ste 1 - - Jacksonville - FL - 32256-7440 - Ms. - F206480 - L206480 - - Board Chair - 206480@hsesinfo.org - Mrs. - F206481 - L206481 - - CEO - 206481@hsesinfo.org - Ms. - F206483 - L206483 - - 206483@hsesinfo.org - Ms. - F206479 - L206479 - - 206479@hsesinfo.org - 555-555-6479 - - - 8196 - 8128 - 10601 - 200 - 2016 - 2016-06-01 - - EHS - Active - Episcopal Children's Services, Inc. - http://www.ecs4kids.org - 8128@hsesinfo.org - 8443 Baymeadows Rd Ste 1 - - Jacksonville - FL - 32256-7440 - 8443 Baymeadows Rd Ste 1 - - Jacksonville - FL - 32256-7440 - 8443 Baymeadows Rd Ste 1 - - Jacksonville - FL - 32256-7440 - Ms. - F206487 - L206487 - - Board Chair - 206487@hsesinfo.org - Mrs. - F206488 - L206488 - - CEO - 206488@hsesinfo.org - Ms. - F206490 - L206490 - - 206490@hsesinfo.org - Ms. - F206486 - L206486 - - 206486@hsesinfo.org - 555-555-6486 - - - 6477 - 298 - 10162 - 000 - 1992 - 2015-07-01 - 2020-06-30 - HS - Inactive - School District of Philadelphia - http://webgui.phila.k12.pa.us/offices/e/earlychild - 298@hsesinfo.org - 440 N Broad St - - Philadelphia - PA - 19130-4015 - 440 N Broad St - - Philadelphia - PA - 19130-4015 - 440 N Broad St - - Philadelphia - PA - 19130-4015 - Mrs. - F201009 - L201009 - - Board of Education President - 201009@hsesinfo.org - Dr. - F201010 - L201010 - Jr. - Superintendent - 201010@hsesinfo.org - Mr. - F201012 - L201012 - - 201012@hsesinfo.org - Mrs. - F201008 - L201008 - - 201008@hsesinfo.org - 555-555-1008 - - - 6274 - 205 - 9890 - 000 - 1992 - 2015-05-01 - 2020-04-30 - HS - Inactive - GREATER LAWRENCE COMMUNITY ACTION COUNCIL, INC - http://www.glcac.org - 205@hsesinfo.org - Head Start Program - 305 Essex Street, 3rd. flr. - Lawrence - MA - 01840-1473 - Head Start Program - 305 Essex Street, 3rd. flr. - Lawrence - MA - 01840-1473 - Head Start Program - 305 Essex Street, 3rd. flr. - Lawrence - MA - 01840-1473 - Mr. - F110294 - L110294 - - Chairperson - Board of Directors - 110294@hsesinfo.org - Ms. - F110296 - L110296 - - - 110296@hsesinfo.org - Mr. - F110295 - L110295 - - 110295@hsesinfo.org - Ms. - F110293 - L110293 - - 110293@hsesinfo.org - 555-555-0293 x 5555 - - - 11909 - 5955 - 13609 - 200 - - 2020-08-01 - - EHS - Active - Northern Kentucky Community Action Commission, Inc. - nkcac.org - 5955@hsesinfo.org - 717 Madison Ave - - Covington - KY - 41011-2479 - 717 Madison Ave - - Covington - KY - 41011-2479 - 717 Madison Ave - - Covington - KY - 41011-2479 - Ms. - F231218 - L231218 - - Board Chair - 231218@hsesinfo.org - Ms. - F231219 - L231219 - - Executive Director - 231219@hsesinfo.org - Mr. - F231221 - L231221 - - 231221@hsesinfo.org - Ms. - F231217 - L231217 - - 231217@hsesinfo.org - 555-555-1217 - - - 8936 - 556 - 11284 - 000 - 2013 - 2018-07-01 - - HS - Active - Northern Kentucky Community Action Commission - www.nkcac.org - 556@hsesinfo.org - 717 Madison Avenue - 3rd Floor - Covington - KY - 41011 - 717 Madison Avenue - 3rd Floor - Covington - KY - 41011 - 717 Madison Avenue - 3rd Floor - Covington - KY - 41011 - Ms. - F211058 - L211058 - - - 211058@hsesinfo.org - Ms. - F211059 - L211059 - - Executive Director - 211059@hsesinfo.org - Mr. - F211061 - L211061 - - 211061@hsesinfo.org - Ms. - F211057 - L211057 - - 211057@hsesinfo.org - 555-555-1057 - - - 9963 - 2937 - 12044 - 200 - 2014 - 2019-07-01 - - EHS - Active - Vital Connections of the Midlands, Inc - www.vitalconnectionsmidlands.org - 2937@hsesinfo.org - 4801 Colonial Dr - - Columbia - SC - 29203-4259 - 4801 Colonial Dr - - Columbia - SC - 29203-4259 - 4801 Colonial Dr - - Columbia - SC - 29203-4259 - Ms. - F218134 - L218134 - - President of the Board of Directors - 218134@hsesinfo.org - Mr. - F218135 - L218135 - - Executive / EHS Director - 218135@hsesinfo.org - Miss - F218137 - L218137 - - 218137@hsesinfo.org - Mr. - F218133 - L218133 - - 218133@hsesinfo.org - 555-555-8133 - - - 11911 - 507 - 13614 - 000 - 1992 - 2020-08-01 - - HS - Active - Rutherford County Board of Education - http://www.rcsnc.org/ - 507@hsesinfo.org - 382 W Main St - - Forest City - NC - 28043-3027 - 382 W Main St - - Forest City - NC - 28043-3027 - 382 W Main St - - Forest City - NC - 28043-3027 - Ms. - F231235 - L231235 - - RCS Board of Education Chair - 231235@hsesinfo.org - Dr. - F231236 - L231236 - - RCS Superintendent - 231236@hsesinfo.org - Mrs. - F231238 - L231238 - - 231238@hsesinfo.org - Ms. - F231234 - L231234 - - 231234@hsesinfo.org - 555-555-1234 x 5555 - - - 11912 - 994 - 13614 - 200 - 2001 - 2020-08-01 - - EHS - Active - Rutherford County Board of Education - http://www.rcsnc.org - 994@hsesinfo.org - 382 W Main St - - Forest City - NC - 28043-3027 - 382 W Main St - - Forest City - NC - 28043-3027 - 382 W Main St - - Forest City - NC - 28043-3027 - Ms. - F231242 - L231242 - - RCS Board of Education Chair - 231242@hsesinfo.org - Dr. - F231243 - L231243 - - RCS Superintendent - 231243@hsesinfo.org - Mrs. - F231245 - L231245 - - 231245@hsesinfo.org - Ms. - F231241 - L231241 - - 231241@hsesinfo.org - 555-555-1241 x 5555 - - - 11921 - 2375 - 13617 - 000 - 1992 - 2020-08-01 - - HS - Active - MINERAL COUNTY BOARD OF EDUCATION - boe.mine.k12.wv.us - 2375@hsesinfo.org - 36 Baker Pl - - Keyser - WV - 26726-2826 - 36 Baker Pl - - Keyser - WV - 26726-2826 - 36 Baker Pl - - Keyser - WV - 26726-2826 - Mrs. - F231303 - L231303 - - President, Mineral County Board of Education - 231303@hsesinfo.org - Mrs. - F231304 - L231304 - - - 231304@hsesinfo.org - Mrs. - F231306 - L231306 - - 231306@hsesinfo.org - Mrs. - F231302 - L231302 - - 231302@hsesinfo.org - 555-555-1302 x 5555 - - - 11922 - 2126 - 13618 - 000 - 1992 - 2020-08-01 - - HS - Active - HRDC Head Start - alleganyhrdc.org - 2126@hsesinfo.org - 125 Virginia Ave - - Cumberland - MD - 21502-3952 - 125 Virginia Ave - - Cumberland - MD - 21502-3952 - 125 Virginia Ave - - Cumberland - MD - 21502-3952 - Mr. - F231310 - L231310 - - - 231310@hsesinfo.org - Ms. - F231311 - L231311 - - - 231311@hsesinfo.org - Ms. - F231313 - L231313 - - 231313@hsesinfo.org - Ms. - F231309 - L231309 - - 231309@hsesinfo.org - 555-555-1309 - - - 11923 - 2127 - 13618 - 200 - 2004 - 2020-08-01 - - EHS - Active - HRDC Early Head Start - www.alleganyhrdc.org - 2127@hsesinfo.org - 125 Virginia Ave - - Cumberland - MD - 21502-3952 - 125 Virginia Ave - - Cumberland - MD - 21502-3952 - 125 Virginia Ave - - Cumberland - MD - 21502-3952 - Mr. - F231317 - L231317 - - Governing Board Chair - 231317@hsesinfo.org - Ms. - F231318 - L231318 - - Executive Director - 231318@hsesinfo.org - Ms. - F231320 - L231320 - - 231320@hsesinfo.org - Ms. - F231316 - L231316 - - 231316@hsesinfo.org - 555-555-1316 - - - 11924 - 314 - 13624 - 000 - 1992 - 2020-08-01 - - HS - Active - New Castle County Head Start, Inc. - http://www.ncchs.org - 314@hsesinfo.org - 256 Chapman Rd Ste 103 - - Newark - DE - 19702-5417 - 256 Chapman Rd Ste 103 - - Newark - DE - 19702-5417 - 256 Chapman Rd Ste 103 - - Newark - DE - 19702-5417 - Mrs. - F231324 - L231324 - - Chairperson - 231324@hsesinfo.org - Mr. - F231325 - L231325 - - Executive Director - 231325@hsesinfo.org - Mrs. - F231327 - L231327 - - 231327@hsesinfo.org - Mr. - F231323 - L231323 - - 231323@hsesinfo.org - 555-555-1323 - - - 11925 - 8015 - 13624 - 200 - 2016 - 2020-08-01 - - EHS - Active - New Castle County Head Start, Inc. - http://www.ncchs.org - 8015@hsesinfo.org - 256 Chapman Rd Ste 103 - - Newark - DE - 19702-5417 - 256 Chapman Rd Ste 103 - - Newark - DE - 19702-5417 - 256 Chapman Rd Ste 103 - - Newark - DE - 19702-5417 - Mrs. - F231331 - L231331 - - Chairperson - 231331@hsesinfo.org - Mr. - F231332 - L231332 - - Executive Director - 231332@hsesinfo.org - Mrs. - F231334 - L231334 - - 231334@hsesinfo.org - Mr. - F231330 - L231330 - - 231330@hsesinfo.org - 555-555-1330 - - - 11926 - 888 - 13627 - 000 - 1992 - 2020-08-01 - - HS - Active - Carroll County Board of Education - http://www.carroll.kyschools.us - 888@hsesinfo.org - 813 Hawkins St - - Carrollton - KY - 41008-1339 - 813 Hawkins St - - Carrollton - KY - 41008-1339 - 813 Hawkins St - - Carrollton - KY - 41008-1339 - Mr. - F231338 - L231338 - - Board Chair - 231338@hsesinfo.org - Mr. - F231339 - L231339 - - Superintendent - 231339@hsesinfo.org - Mrs. - F231341 - L231341 - - 231341@hsesinfo.org - Mrs. - F231337 - L231337 - - 231337@hsesinfo.org - 555-555-1337 x 5555 - - - 11927 - 3101 - 13627 - 200 - 2011 - 2020-08-01 - - EHS - Active - Carroll County Board of Education - http://www.carroll.kyschools.us - 3101@hsesinfo.org - 813 Hawkins St - - Carrollton - KY - 41008-1339 - 813 Hawkins St - - Carrollton - KY - 41008-1339 - 813 Hawkins St - - Carrollton - KY - 41008-1339 - Mr. - F231345 - L231345 - - Board Chair - 231345@hsesinfo.org - Mr. - F231346 - L231346 - - Superintendent - 231346@hsesinfo.org - Mrs. - F231348 - L231348 - - 231348@hsesinfo.org - Mrs. - F231344 - L231344 - - 231344@hsesinfo.org - 555-555-1344 x 5555 - - - 11928 - 2042 - 13621 - 000 - 1992 - 2020-08-01 - - HS - Active - Kno Ho Co Ashland Community Action Commission - http://www.knohoco.org - 2042@hsesinfo.org - 120 N 4th St - - Coshocton - OH - 43812-1504 - 120 N 4th St - - Coshocton - OH - 43812-1504 - 120 N 4th St - - Coshocton - OH - 43812-1504 - Mr. - F231352 - L231352 - - Board Chairman - 231352@hsesinfo.org - Mr. - F231353 - L231353 - - President - 231353@hsesinfo.org - Ms. - F231355 - L231355 - - 231355@hsesinfo.org - Ms. - F231351 - L231351 - - 231351@hsesinfo.org - 555-555-1351 x 5555 - - - 11929 - 675 - 13630 - 000 - 1992 - 2020-08-01 - - HS - Active - Tri-Cap Head Start - www.tri-cap.net - 675@hsesinfo.org - 607 3rd Ave - - Jasper - IN - 47546-3636 - PO Box 729 - - Jasper - IN - 47547-0729 - 607 3rd Ave - - Jasper - IN - 47546-3636 - Ms. - F231359 - L231359 - - President - 231359@hsesinfo.org - Mrs. - F231360 - L231360 - - Executive Director - 231360@hsesinfo.org - Ms. - F231362 - L231362 - - 231362@hsesinfo.org - Ms. - F231358 - L231358 - - 231358@hsesinfo.org - 555-555-1358 - - - 6833 - 1204 - 10292 - 000 - 1992 - 2015-09-01 - 2020-08-31 - Migrant HS - Inactive - Community Action Partnership of San Luis Obispo Co - http://www.capslo.org - 1204@hsesinfo.org - 1030 Southwood Dr - - San Luis Obispo - CA - 93401-5813 - 1030 Southwood Dr - - San Luis Obispo - CA - 93401-5813 - 1030 Southwood Dr - - San Luis Obispo - CA - 93401-5813 - Ms. - F203506 - L203506 - - CAPSLO Board President - 203506@hsesinfo.org - Mrs. - F203507 - L203507 - - Chief Executive Officer - 203507@hsesinfo.org - Ms. - F203509 - L203509 - - 203509@hsesinfo.org - Ms. - F203505 - L203505 - - 203505@hsesinfo.org - 555-555-3505 - - - 6834 - 2865 - 10292 - 200 - 2011 - 2015-09-01 - 2020-08-31 - Migrant EHS - Inactive - Community Action Partnership of San Luis Obispo Co - http://www.capslo.org - 2865@hsesinfo.org - 1030 Southwood Dr - - San Luis Obispo - CA - 93401-5813 - 1030 Southwood Dr - - San Luis Obispo - CA - 93401-5813 - 1030 Southwood Dr - - San Luis Obispo - CA - 93401-5813 - Ms. - F203513 - L203513 - - CAPSLO Board President - 203513@hsesinfo.org - Mrs. - F203514 - L203514 - - Chief Executive Officer - 203514@hsesinfo.org - Mr. - F203516 - L203516 - - 203516@hsesinfo.org - Ms. - F203512 - L203512 - - 203512@hsesinfo.org - 555-555-3512 - - - 11930 - 1915 - 13622 - 000 - 1992 - 2020-08-01 - - HS - Active - Southeastern Indiana Economic Opportunity Corp - http://www.sieoc.org - 1915@hsesinfo.org - 110 Importing St - - Aurora - IN - 47001-1434 - 110 Importing St - - Aurora - IN - 47001-1434 - 110 Importing St - - Aurora - IN - 47001-1434 - Mrs. - F231366 - L231366 - - Board of Director President - 231366@hsesinfo.org - Mrs. - F231367 - L231367 - - Executive Director - 231367@hsesinfo.org - Mrs. - F231369 - L231369 - - 231369@hsesinfo.org - Ms. - F231365 - L231365 - - 231365@hsesinfo.org - 555-555-1365 x 5555 - - - 11931 - 674 - 13632 - 000 - 1992 - 2020-08-01 - - HS - Active - CDS Lakeshore Head Start - http://www.cdsoc.org - 674@hsesinfo.org - 100 Pine St Ste 220 - - Zeeland - MI - 49464-2602 - 100 Pine St Ste 220 - - Zeeland - MI - 49464-2602 - 100 Pine St Ste 220 - - Zeeland - MI - 49464-2602 - Mrs. - F231373 - L231373 - - Board president - 231373@hsesinfo.org - Mrs. - F231374 - L231374 - - Executive Director - 231374@hsesinfo.org - Ms. - F231376 - L231376 - - 231376@hsesinfo.org - Mrs. - F231372 - L231372 - - 231372@hsesinfo.org - 555-555-1372 - - - 11932 - 673 - 13632 - 200 - 1992 - 2020-08-01 - - EHS - Active - CDS Lakeshore Head Start - http://www.cdsoc.org - 673@hsesinfo.org - 100 Pine St Ste 220 - - Zeeland - MI - 49464-2602 - 100 Pine St Ste 220 - - Zeeland - MI - 49464-2602 - 100 Pine St Ste 220 - - Zeeland - MI - 49464-2602 - Mrs. - F231380 - L231380 - - Board President - 231380@hsesinfo.org - Mrs. - F231381 - L231381 - - Executive Director - 231381@hsesinfo.org - Ms. - F231383 - L231383 - - 231383@hsesinfo.org - Mrs. - F231379 - L231379 - - 231379@hsesinfo.org - 555-555-1379 - - - 11933 - 1611 - 13628 - 200 - 2001 - 2020-09-01 - - EHS - Active - The Salvation Army Early Head Start - www.givesalvationarmy.org - 1611@hsesinfo.org - 3612 Cuming St - - Omaha - NE - 68131-1952 - 3612 Cuming St - - Omaha - NE - 68131-1952 - 3612 Cuming St - - Omaha - NE - 68131-1952 - Major - F231387 - L231387 - - Divisional Commander - 231387@hsesinfo.org - Dr. - F231388 - L231388 - - Divisional Social Services Director - 231388@hsesinfo.org - Ms. - F231390 - L231390 - - 231390@hsesinfo.org - Mrs. - F231386 - L231386 - - 231386@hsesinfo.org - 555-555-1386 - - - 6226 - 719 - 9868 - 000 - 1992 - 2015-04-01 - 2020-06-30 - HS - Inactive - NEIGHBORS IN NEED OF SERVICES, INC - http://www.ninosinc.org - 719@hsesinfo.org - 22887 State Highway 345 - - Rio Hondo - TX - 78583 - PO Box 189 - - Rio Hondo - TX - 78583-0189 - 22887 State Highway 345 - - Rio Hondo - TX - 78583 - Mr. - F109468 - L109468 - - Board President - 109468@hsesinfo.org - Ms. - F109465 - L109465 - - - 109465@hsesinfo.org - Ms. - F109467 - L109467 - - 109467@hsesinfo.org - Ms. - F109463 - L109463 - - 109463@hsesinfo.org - 555-555-9463 x 5555 - - - 6127 - 845 - 9604 - 200 - 2003 - 2015-03-01 - 2020-06-30 - EHS - Inactive - Family Development Services, Inc. - http://www.fds.org - 845@hsesinfo.org - 3637 North Meridian Street - - Indianapolis - IN - 46208-4233 - 3637 North Meridian Street - - Indianapolis - IN - 46208-4233 - 3637 North Meridian Street - - Indianapolis - IN - 46208-4233 - Mrs. - F108584 - L108584 - - - 108584@hsesinfo.org - Mrs. - F108583 - L108583 - - - 108583@hsesinfo.org - Ms. - F108581 - L108581 - - 108581@hsesinfo.org - Ms. - F108580 - L108580 - - 108580@hsesinfo.org - 555-555-8580 - - - 11935 - 1327 - 13620 - 000 - 2014 - 2020-09-01 - - HS - Active - Tyler Independent School District - http://head-start-f.tylerisd.schoolfusion.us - 1327@hsesinfo.org - 2800 Walton Rd - - Tyler - TX - 75701-0732 - 2800 Walton Rd - - Tyler - TX - 75701-0732 - 2800 Walton Rd - - Tyler - TX - 75701-0732 - Mr. - F231401 - L231401 - - School Board President - 231401@hsesinfo.org - Dr. - F231402 - L231402 - - Superintendent/ Executive Director - 231402@hsesinfo.org - Mrs. - F231404 - L231404 - - 231404@hsesinfo.org - Mrs. - F231400 - L231400 - - 231400@hsesinfo.org - 555-555-1400 - - - 11936 - 1342 - 13626 - 000 - 2014 - 2020-09-01 - - HS - Active - Greater Opportunities of Permian Basin, Inc. - http://www.gopb.org - 1342@hsesinfo.org - 206 W 5th St - - Odessa - TX - 79761-5023 - PO Box 3922 - - Odessa - TX - 79760-3922 - 206 W 5th St - - Odessa - TX - 79761-5023 - Mr. - F231408 - L231408 - - President of Board of Director - 231408@hsesinfo.org - Mrs. - F231409 - L231409 - - Executive Director - 231409@hsesinfo.org - Mr. - F231411 - L231411 - - 231411@hsesinfo.org - Mrs. - F231407 - L231407 - - 231407@hsesinfo.org - 555-555-1407 x 5555 - - - 11937 - 8497 - 13626 - 200 - 2017 - 2020-09-01 - - EHS - Active - Greater Opportunities of Permian Basin, Inc. - http://www.gopb.org - 8497@hsesinfo.org - 206 W 5th St - - Odessa - TX - 79761-5023 - PO Box 3922 - - Odessa - TX - 79760-3922 - 206 W 5th St - - Odessa - TX - 79761-5023 - Mr. - F231415 - L231415 - - President of Board of Director - 231415@hsesinfo.org - Mrs. - F231416 - L231416 - - Executive Director - 231416@hsesinfo.org - Mr. - F231418 - L231418 - - 231418@hsesinfo.org - Mrs. - F231414 - L231414 - - 231414@hsesinfo.org - 555-555-1414 x 5555 - - - 11942 - 6107 - 13631 - 200 - - 2020-09-01 - - EHS - Active - Delta Area Economic Opportunity Corporation - http://www.daeoc.com - 6107@hsesinfo.org - 99 Skyview Rd - - Portageville - MO - 63873-9180 - 99 Skyview Rd - - Portageville - MO - 63873-9180 - 99 Skyview Rd - - Portageville - MO - 63873-9180 - Mr. - F231450 - L231450 - - Board Chairman - 231450@hsesinfo.org - Mr. - F231451 - L231451 - - President/CEO - 231451@hsesinfo.org - Mr. - F231453 - L231453 - - 231453@hsesinfo.org - Mrs. - F231449 - L231449 - - 231449@hsesinfo.org - 555-555-1449 x 5555 - - - 11940 - 754 - 13625 - 000 - 2014 - 2020-09-01 - - HS - Active - Kerrville Independent School District - http://www.kerrvilleisd.net - 754@hsesinfo.org - Kerrville ISD Early Childhood Center - 1011 Third Street - Kerrville - TX - 78028-3603 - Kerrville ISD Early Childhood Center - 1011 Third Street - Kerrville - TX - 78028-3603 - Kerrville Independent School District - 1009 Barnett Street - Kerrville - TX - 78028 - Mr. - F231436 - L231436 - - President - 231436@hsesinfo.org - Mr. - F231437 - L231437 - - Executive Director - 231437@hsesinfo.org - Ms. - F231439 - L231439 - - 231439@hsesinfo.org - Ms. - F231435 - L231435 - - 231435@hsesinfo.org - 555-555-1435 x 5555 - - - 11962 - 2520 - 13656 - 200 - 2007 - 2020-08-01 - - EHS - Active - CARMAN-AINSWORTH COMMUNITY SCHOOLS - www.carman.k12.mi.us - 2520@hsesinfo.org - G3475 W Court St - - Flint - MI - 48532-4742 - G3475 W Court St - - Flint - MI - 48532-4742 - G3475 W Court St - - Flint - MI - 48532-4742 - Mr. - F231559 - L231559 - - President, Carman-Ainsworth Community Schools Board of Education - 231559@hsesinfo.org - Mr. - F231560 - L231560 - - Superintendent, Carman-Ainsworth Community Schools - 231560@hsesinfo.org - Mrs. - F231562 - L231562 - - 231562@hsesinfo.org - Ms. - F231558 - L231558 - - 231558@hsesinfo.org - 555-555-1558 - - - 11963 - 1236 - 13655 - 000 - 1992 - 2020-08-01 - - HS - Active - Community Action Program of Evansville and Vanderburgh County, Inc. - www.capeevansville.org - 1236@hsesinfo.org - 401 SE 6th St - Ste 1 - Evansville - IN - 47713-1249 - 401 SE 6th St - Ste 1 - Evansville - IN - 47713-1249 - 401 SE 6th St - Ste 1 - Evansville - IN - 47713-1249 - Ms. - F231566 - L231566 - - President - 231566@hsesinfo.org - Ms. - F231567 - L231567 - - Chief Executive Officer - 231567@hsesinfo.org - Ms. - F231569 - L231569 - - 231569@hsesinfo.org - Mrs. - F231565 - L231565 - - 231565@hsesinfo.org - 555-555-1565 - - - 11964 - 1235 - 13655 - 200 - 2003 - 2020-08-01 - - EHS - Active - Community Action Program of Evansville and Vanderburgh County, Inc. - www.capeevansville.org - 1235@hsesinfo.org - 401 SE 6th St - Ste 1 - Evansville - IN - 47713-1249 - 401 SE 6th St - Ste 1 - Evansville - IN - 47713-1249 - 401 SE 6th St - Ste 1 - Evansville - IN - 47713-1249 - Mrs. - F231573 - L231573 - - President - 231573@hsesinfo.org - Ms. - F231574 - L231574 - - Chief Executive Officer - 231574@hsesinfo.org - Ms. - F231576 - L231576 - - 231576@hsesinfo.org - Mrs. - F231572 - L231572 - - 231572@hsesinfo.org - 555-555-1572 - - - 11965 - 1932 - 13651 - 000 - 1992 - 2020-08-01 - - HS - Active - LAKES & PINES COMMUNITY ACTION COUNCIL, INC. - http://www.lakesandpines.org - 1932@hsesinfo.org - 1700 Maple Ave E - - Mora - MN - 55051-1227 - 1700 Maple Ave E - - Mora - MN - 55051-1227 - 1700 Maple Ave E - - Mora - MN - 55051-1227 - Mr. - F231580 - L231580 - - Chairperson - 231580@hsesinfo.org - Mr. - F231581 - L231581 - - Executive Director - 231581@hsesinfo.org - Ms. - F231583 - L231583 - - 231583@hsesinfo.org - Mr. - F231579 - L231579 - - 231579@hsesinfo.org - 555-555-1579 x 5555 - - - 11966 - 6455 - 13651 - 200 - - 2020-08-01 - - EHS - Active - LAKES & PINES COMMUNITY ACTION COUNCIL, INC. - http://www.lakesandpines.org - 6455@hsesinfo.org - 1700 Maple Ave E - - Mora - MN - 55051-1227 - 1700 Maple Ave E - - Mora - MN - 55051-1227 - 1700 Maple Ave E - - Mora - MN - 55051-1227 - Mr. - F231587 - L231587 - - Chairperson - 231587@hsesinfo.org - Mr. - F231588 - L231588 - - Executive Director - 231588@hsesinfo.org - Ms. - F231590 - L231590 - - 231590@hsesinfo.org - Mr. - F231586 - L231586 - - 231586@hsesinfo.org - 555-555-1586 x 5555 - - - 11715 - 3008 - 13436 - 000 - 1992 - 2020-07-01 - - HS - Active - Martin County School District - www.martinschools.org - 3008@hsesinfo.org - 3400 SE Lionel Ter - - Stuart - FL - 34997-8838 - 3400 SE Lionel Ter - - Stuart - FL - 34997-8838 - 3400 SE Lionel Ter - - Stuart - FL - 34997-8838 - Ms. - F229970 - L229970 - - Board Chair - 229970@hsesinfo.org - Dr. - F229971 - L229971 - - - 229971@hsesinfo.org - Ms. - F229973 - L229973 - - 229973@hsesinfo.org - Ms. - F229969 - L229969 - - 229969@hsesinfo.org - 555-555-9969 x 5555 - - - 11905 - 8677 - 13605 - 200 - 2018 - 2020-08-01 - - EHS - Active - South Carolina Association of Community Action Partnerships - http://www.scacap.org - 8677@hsesinfo.org - 2700 Middleburg Dr - Ste 213 - Columbia - SC - 29204-2416 - 2700 Middleburg Dr - Ste 213 - Columbia - SC - 29204-2416 - 2700 Middleburg Dr - Ste 213 - Columbia - SC - 29204-2416 - Mr. - F231191 - L231191 - - Board Chair - 231191@hsesinfo.org - Ms. - F231192 - L231192 - - CEO/Executive Director - 231192@hsesinfo.org - Ms. - F231194 - L231194 - - 231194@hsesinfo.org - Ms. - F231190 - L231190 - - 231190@hsesinfo.org - 555-555-1190 - - - 11493 - 2078 - 13309 - 000 - 2014 - 2020-07-01 - - HS - Active - Southeast NM Community Action Corp - snmcac.com - 2078@hsesinfo.org - 1915 San Jose Blvd - - Carlsbad - NM - 88220-5462 - 1915 San Jose Blvd - - Carlsbad - NM - 88220-5462 - 1915 San Jose Blvd - - Carlsbad - NM - 88220-5462 - Ms. - F228478 - L228478 - - SNMCAC Board President - 228478@hsesinfo.org - Ms. - F228479 - L228479 - - Executive Director - 228479@hsesinfo.org - Ms. - F228481 - L228481 - - 228481@hsesinfo.org - Ms. - F228477 - L228477 - - 228477@hsesinfo.org - 555-555-8477 - - - 11981 - 1171 - 13665 - 000 - 2014 - 2020-08-01 - - AIAN HS - Active - OTOE-MISSOURIA TRIBAL COUNCIL - www.omtribe.org - 1171@hsesinfo.org - 8151 Highway 177 - - Red Rock - OK - 74651-0348 - 8151 Highway 177 - - Red Rock - OK - 74651-0348 - 8151 Highway 177 - - Red Rock - OK - 74651-0348 - Mr. - F231686 - L231686 - - Chairman - 231686@hsesinfo.org - Mr. - F231687 - L231687 - - - 231687@hsesinfo.org - Mrs. - F231689 - L231689 - - 231689@hsesinfo.org - Mrs. - F231685 - L231685 - - 231685@hsesinfo.org - 555-555-1685 x 5555 - - - 11982 - 1755 - 13666 - 000 - 1992 - 2020-08-01 - - AIAN HS - Active - Bishop Indian Head Start Program - www.bishoppaiutetribe.com - 1755@hsesinfo.org - 405 N Barlow Ln - - Bishop - CA - 93514-8046 - 405 N Barlow Ln - - Bishop - CA - 93514-8046 - 405 N Barlow Ln - - Bishop - CA - 93514-8046 - Mr. - F231693 - L231693 - - Tribal Chairman - 231693@hsesinfo.org - Mrs. - F231694 - L231694 - - Tribal Administrator - 231694@hsesinfo.org - Mr. - F231696 - L231696 - - 231696@hsesinfo.org - Mrs. - F231692 - L231692 - - 231692@hsesinfo.org - 555-555-1692 x 5555 - - - 11761 - 1545 - 13501 - 000 - 2000 - 2020-07-01 - - HS - Active - Catholic Charities - http://www.catholiccharities-md.org - 1545@hsesinfo.org - 255 Clifton Blvd - Ste 101 - Westminster - MD - 21157-4785 - 255 Clifton Blvd - Ste 101 - Westminster - MD - 21157-4785 - 255 Clifton Blvd - Ste 101 - Westminster - MD - 21157-4785 - Mr. - F230290 - L230290 - - President, Board of Trustees - 230290@hsesinfo.org - Mr. - F230291 - L230291 - - Executive Director Catholic Charities - 230291@hsesinfo.org - Mrs. - F230293 - L230293 - - 230293@hsesinfo.org - Mrs. - F230289 - L230289 - - 230289@hsesinfo.org - 555-555-0289 - - - 11762 - 2883 - 13501 - 200 - 2011 - 2020-07-01 - - EHS - Active - Associated Catholic Charities, Inc. - www.catholiccharities-md.org - 2883@hsesinfo.org - 255 Clifton Blvd - Ste 101 - Westminster - MD - 21157-4785 - 255 Clifton Blvd - Ste 101 - Westminster - MD - 21157-4785 - 255 Clifton Blvd - Ste 101 - Westminster - MD - 21157-4785 - Mr. - F230297 - L230297 - - President, Senior Advisor to ChancelorUniversity System of MD - 230297@hsesinfo.org - Mr. - F230298 - L230298 - - Executive Director Catholic Charities - 230298@hsesinfo.org - Mrs. - F230300 - L230300 - - 230300@hsesinfo.org - Mrs. - F230296 - L230296 - - 230296@hsesinfo.org - 555-555-0296 - - - 11979 - 9707 - 13664 - 000 - 2020 - 2020-09-01 - - HS - Active - Center for Family Services, Inc. - www.centerffs.org - 9707@hsesinfo.org - 584 Benson St - - Camden - NJ - 08103-1324 - 584 Benson St - - Camden - NJ - 08103-1324 - 584 Benson St - - Camden - NJ - 08103-1324 - Mrs. - F231671 - L231671 - - Board Chair - 231671@hsesinfo.org - Mr. - F231672 - L231672 - - President/CEO - 231672@hsesinfo.org - Ms. - F231674 - L231674 - - 231674@hsesinfo.org - Mr. - F231670 - L231670 - - 231670@hsesinfo.org - 555-555-1670 x 5555 - - - 11971 - 9699 - 13654 - 000 - 2020 - 2020-08-01 - - HS - Active - Hawkeye Area Community Action Program, Inc. - http://www.hacap.org - 9699@hsesinfo.org - 1515 Hawkeye Dr - - Hiawatha - IA - 52233-1102 - 1515 Hawkeye Dr - - Hiawatha - IA - 52233-1102 - 1515 Hawkeye Dr - - Hiawatha - IA - 52233-1102 - Mr. - F231622 - L231622 - - Board President - 231622@hsesinfo.org - Mrs. - F231623 - L231623 - - CEO - 231623@hsesinfo.org - Ms. - F231625 - L231625 - - 231625@hsesinfo.org - Mrs. - F231621 - L231621 - - 231621@hsesinfo.org - 555-555-1621 - - - 11980 - 9708 - 13664 - 200 - 2020 - 2020-09-01 - - EHS - Active - Center for Family Services, Inc. - www.centerffs.org - 9708@hsesinfo.org - 584 Benson St - - Camden - NJ - 08103-1324 - 584 Benson St - - Camden - NJ - 08103-1324 - 584 Benson St - - Camden - NJ - 08103-1324 - Mrs. - F231678 - L231678 - - Board Chair - 231678@hsesinfo.org - Mr. - F231679 - L231679 - - President/CEO - 231679@hsesinfo.org - Ms. - F231681 - L231681 - - 231681@hsesinfo.org - Mr. - F231677 - L231677 - - 231677@hsesinfo.org - 555-555-1677 x 5555 - - - 11968 - 1905 - 13652 - 000 - 2014 - 2020-08-01 - - HS - Active - Capital Area Community Services, Inc. - http://www.cacsheadstart.org - 1905@hsesinfo.org - 101 East Willow Street - - Lansing - MI - 48906-4814 - 101 East Willow Street - - Lansing - MI - 48906-4814 - 101 East Willow Street - - Lansing - MI - 48906-4814 - Mr. - F231601 - L231601 - III - Board Chairperson - 231601@hsesinfo.org - Mr. - F231602 - L231602 - - Executive Director - 231602@hsesinfo.org - Mrs. - F231604 - L231604 - - 231604@hsesinfo.org - Mrs. - F231600 - L231600 - - 231600@hsesinfo.org - 555-555-1600 - - - 11967 - 831 - 13653 - 000 - 2014 - 2020-08-01 - - HS - Active - Duluth Public School District #709 - www.isd709.org - 831@hsesinfo.org - 215 N 1st Ave E - - Duluth - MN - 55802-2069 - 215 N 1st Ave E - - Duluth - MN - 55802-2069 - 215 N 1st Ave E - - Duluth - MN - 55802-2069 - Ms. - F231594 - L231594 - - Chair of School Board ISD# 709 - 231594@hsesinfo.org - Mr. - F231595 - L231595 - - School Superintendent - 231595@hsesinfo.org - Ms. - F231597 - L231597 - - 231597@hsesinfo.org - Ms. - F231593 - L231593 - - 231593@hsesinfo.org - 555-555-1593 - - - 9886 - 5792 - 11995 - 200 - - 2019-07-01 - - EHS - Active - City of Phoenix - phoenix.gov - 5792@hsesinfo.org - 200 W Washington St - Fl 17 - Phoenix - AZ - 85003-1611 - 200 W Washington St - Fl 17 - Phoenix - AZ - 85003-1611 - 200 W Washington St - Fl 17 - Phoenix - AZ - 85003-1611 - Ms. - F217612 - L217612 - - Councilwomen - 217612@hsesinfo.org - Ms. - F217613 - L217613 - - Human Services Director - 217613@hsesinfo.org - Ms. - F217615 - L217615 - - 217615@hsesinfo.org - Mrs. - F217611 - L217611 - - 217611@hsesinfo.org - 555-555-7611 - - - 7014 - 1129 - 10478 - 000 - 1991 - 2015-12-01 - - AIAN HS - Active - Metlakatla Early Learning Programs - metlakatla.com - 1129@hsesinfo.org - 08 Western Avenue - - Metlakatla - AK - 99926 - PO BOX 8 - - Metlakatla - AK - 99926-0008 - 08 Western Avenue - - Metlakatla - AK - 99926 - Mr. - F204764 - L204764 - - Mayor - 204764@hsesinfo.org - Mr. - F204765 - L204765 - - Mayor - 204765@hsesinfo.org - Mrs. - F204767 - L204767 - - 204767@hsesinfo.org - Ms. - F204763 - L204763 - - 204763@hsesinfo.org - 555-555-4763 - - - 5899 - 2821 - 9313 - 200 - 2011 - 2015-02-01 - 2020-06-30 - EHS - Inactive - Community Action Partnership, Inc. - http://www.dickinsonearlyheadstart.com - 2821@hsesinfo.org - 338 1st St SE - - Dickinson - ND - 58601-5535 - 338 1st St SE - - Dickinson - ND - 58601-5535 - 202 East Villard - - Dickinson - ND - 58601 - Mrs. - F105878 - L105878 - - BOARD CHAIRPERSON - 105878@hsesinfo.org - Mr. - F105876 - L105876 - - - 105876@hsesinfo.org - Mrs. - F105875 - L105875 - - 105875@hsesinfo.org - Mrs. - F105874 - L105874 - - 105874@hsesinfo.org - 555-555-5874 - - - 11934 - 9669 - 13623 - 200 - 2020 - 2020-08-01 - - EHS - Active - Tennessee State University - http://www.tnstate.edu/learningsciences - 9669@hsesinfo.org - 3500 John A Merritt Blvd - - Nashville - TN - 37209-1561 - 3500 John A Merritt Blvd - - Nashville - TN - 37209-1561 - 3500 John A Merritt Blvd - - Nashville - TN - 37209-1561 - Dr. - F231394 - L231394 - - Vice President and Chief Research Officer - 231394@hsesinfo.org - Dr. - F231395 - L231395 - - Director of Center of Excellence for Learning Sciences - 231395@hsesinfo.org - Mr. - F231397 - L231397 - - 231397@hsesinfo.org - Ms. - F231393 - L231393 - - 231393@hsesinfo.org - 555-555-1393 - - - 10684 - 1487 - 12691 - 000 - 2014 - 2019-11-01 - - HS - Active - DENISE LOUIE EDUCATION CENTER - http://www.deniselouie.org - 1487@hsesinfo.org - 5333 15th Ave S - Ste 1K - Seattle - WA - 98108-2866 - 5333 15th Ave S - Ste 1K - Seattle - WA - 98108-2866 - 5333 15th Ave S - Ste 1K - Seattle - WA - 98108-2866 - Mr. - F223121 - L223121 - - President - 223121@hsesinfo.org - Ms. - F223122 - L223122 - - Executive Director - 223122@hsesinfo.org - Ms. - F223124 - L223124 - - 223124@hsesinfo.org - Ms. - F223120 - L223120 - - 223120@hsesinfo.org - 555-555-3120 - - - 11970 - 5958 - 13650 - 200 - - 2020-08-01 - - EHS - Active - Proviso Leyden Council for Community Action, Inc. - plcca.org - 5958@hsesinfo.org - 411 Madison St - - Maywood - IL - 60153-2136 - 411 Madison St - - Maywood - IL - 60153-2136 - 411 Madison St - - Maywood - IL - 60153-2136 - Mr. - F231615 - L231615 - - Chairman - 231615@hsesinfo.org - Mr. - F231616 - L231616 - - President & CEO - 231616@hsesinfo.org - Ms. - F231618 - L231618 - - 231618@hsesinfo.org - Ms. - F231614 - L231614 - - 231614@hsesinfo.org - 555-555-1614 x 5555 - - - 5951 - 5958 - 9486 - 200 - - 2015-02-01 - 2020-07-31 - EHS - Inactive - Proviso Leyden Council for Community Action, Inc. - plcca.org - 5958@hsesinfo.org - 411 West Madison - - Maywood - IL - 60153-1939 - 411 West Madison - - Maywood - IL - 60153-1939 - 411 West Madison - - Maywood - IL - 60153-1939 - Mr. - F106262 - L106262 - - Chairman - 106262@hsesinfo.org - Mr. - F106263 - L106263 - - President & CEO - 106263@hsesinfo.org - Ms. - F106265 - L106265 - - 106265@hsesinfo.org - Ms. - F106261 - L106261 - - 106261@hsesinfo.org - 555-555-6261 x 5555 - - - 9666 - 627 - 11827 - 000 - 2014 - 2019-06-01 - - HS - Active - BRECKINRIDGE-GRAYSON PROGRAMS, INC - www.breckgrayson.com - 627@hsesinfo.org - 201 E Walnut St - - Leitchfield - KY - 42754-1572 - 201 E Walnut St - - Leitchfield - KY - 42754-1572 - 201 E Walnut St - - Leitchfield - KY - 42754-1572 - Ms. - F216083 - L216083 - - Board Chairperson - 216083@hsesinfo.org - Ms. - F216084 - L216084 - - - 216084@hsesinfo.org - Ms. - F216086 - L216086 - - 216086@hsesinfo.org - Ms. - F216082 - L216082 - - 216082@hsesinfo.org - 555-555-6082 - - - 9667 - 628 - 11827 - 200 - 2014 - 2019-06-01 - - EHS - Active - BRECKINRIDGE-GRAYSON PROGRAMS, INC - www.breckgrayson.com - 628@hsesinfo.org - 201 E Walnut St - - Leitchfield - KY - 42754-1572 - 201 E Walnut St - - Leitchfield - KY - 42754-1572 - 201 East Walnut Street - - Leitchfield - KY - 42754-1572 - Ms. - F216090 - L216090 - - Board Chairperson - 216090@hsesinfo.org - Ms. - F216091 - L216091 - - - 216091@hsesinfo.org - Ms. - F216093 - L216093 - - 216093@hsesinfo.org - Ms. - F216089 - L216089 - - 216089@hsesinfo.org - 555-555-6089 - - - 11987 - 1800 - 13671 - 000 - 1993 - 2020-09-01 - - HS - Active - Wild Plum Center - www.wildplumcenter.org - 1800@hsesinfo.org - 82 21st Ave Ste B - - Longmont - CO - 80501-1254 - 82 21st Ave Ste B - - Longmont - CO - 80501-1254 - 82 21st Ave Ste B - - Longmont - CO - 80501-1254 - Ms. - F231726 - L231726 - - Board President - 231726@hsesinfo.org - Ms. - F231727 - L231727 - - - 231727@hsesinfo.org - Mr. - F231729 - L231729 - - 231729@hsesinfo.org - Ms. - F231725 - L231725 - - 231725@hsesinfo.org - 555-555-1725 - - - 11988 - 2796 - 13671 - 200 - 2011 - 2020-09-01 - - EHS - Active - Wild Plum Center - www.wildplumcenter.org - 2796@hsesinfo.org - 82 21st Ave Ste B - - Longmont - CO - 80501-1254 - 82 21st Ave Ste B - - Longmont - CO - 80501-1254 - 82 21st Ave Ste B - - Longmont - CO - 80501-1254 - Ms. - F231733 - L231733 - - Board President - 231733@hsesinfo.org - Ms. - F231734 - L231734 - - - 231734@hsesinfo.org - Mr. - F231736 - L231736 - - 231736@hsesinfo.org - Ms. - F231732 - L231732 - - 231732@hsesinfo.org - 555-555-1732 - - - 10685 - 2811 - 12691 - 200 - 2011 - 2019-11-01 - - EHS - Active - DENISE LOUIE EDUCATION CENTER - www.deniselouie.org - 2811@hsesinfo.org - 5333 15th Ave S - Ste 1K - Seattle - WA - 98108-2866 - 5333 15th Ave S - Ste 1K - Seattle - WA - 98108-2866 - 5333 15th Ave S - Ste 1K - Seattle - WA - 98108-2866 - Miss - F223128 - L223128 - - President - 223128@hsesinfo.org - Ms. - F223129 - L223129 - - Executive Director - 223129@hsesinfo.org - Ms. - F223131 - L223131 - - 223131@hsesinfo.org - Ms. - F223127 - L223127 - - 223127@hsesinfo.org - 555-555-3127 - - - 11996 - 1412 - 13678 - 000 - 1992 - 2020-09-01 - - HS - Active - Ozarks Area Community Action Corporation - http://www.oac.ac - 1412@hsesinfo.org - 215 South Barnes Avenue - - Springfield - MO - 65802-2204 - 215 South Barnes Avenue - - Springfield - MO - 65802-2204 - 215 South Barnes Avenue - - Springfield - MO - 65802-2204 - Mr. - F231785 - L231785 - - Chairman - 231785@hsesinfo.org - Mr. - F231786 - L231786 - - Executive Director - 231786@hsesinfo.org - Ms. - F231788 - L231788 - - 231788@hsesinfo.org - Ms. - F231784 - L231784 - - 231784@hsesinfo.org - 555-555-1784 - - - 11997 - 1413 - 13678 - 200 - 2003 - 2020-09-01 - - EHS - Active - Ozarks Area Community Action Corporation - http://www.oac.ac - 1413@hsesinfo.org - 215 South Barnes Avenue - - Springfield - MO - 65802-2204 - 215 South Barnes Avenue - - Springfield - MO - 65802-2204 - 215 South Barnes Avenue - - Springfield - MO - 65802-2204 - Mr. - F231792 - L231792 - - Chairman - 231792@hsesinfo.org - Mr. - F231793 - L231793 - - Executive Director - 231793@hsesinfo.org - Ms. - F231795 - L231795 - - 231795@hsesinfo.org - Ms. - F231791 - L231791 - - 231791@hsesinfo.org - 555-555-1791 - - - 11992 - 9714 - 13670 - 000 - 2020 - 2020-09-01 - - HS - Active - YWCA Metropolitan Chicago - https://ywcachicago.org/ - 9714@hsesinfo.org - 2055 W Army Trail Rd - Ste 140 - Addison - IL - 60101-1478 - 2055 W Army Trail Rd - Ste 140 - Addison - IL - 60101-1478 - 1 N La Salle St - Ste 1150 - Chicago - IL - 60602-4039 - Mr. - F231761 - L231761 - - EHS-CCP Advisory Board President - 231761@hsesinfo.org - Ms. - F231762 - L231762 - - VP Early Childhood Services - 231762@hsesinfo.org - Ms. - F231764 - L231764 - - 231764@hsesinfo.org - Ms. - F231760 - L231760 - - 231760@hsesinfo.org - 555-555-1760 x 5555 - - - 11990 - 9712 - 13674 - 000 - 2020 - 2020-09-01 - - HS - Active - Children's Home & Aid Society of Illinois - www.childrenshomeandaid.org - 9712@hsesinfo.org - 125 S Wacker Dr - Fl 14 - Chicago - IL - 60606-4429 - 125 S Wacker Dr - Fl 14 - Chicago - IL - 60606-4429 - 125 S Wacker Dr - Fl 14 - Chicago - IL - 60606-4429 - Mr. - F231747 - L231747 - - Board Chair - 231747@hsesinfo.org - Mr. - F231748 - L231748 - - President and CEO - 231748@hsesinfo.org - Ms. - F231750 - L231750 - - 231750@hsesinfo.org - Mrs. - F231746 - L231746 - - 231746@hsesinfo.org - 555-555-1746 - - - 11991 - 9713 - 13674 - 200 - 2020 - 2020-09-01 - - EHS - Active - Children's Home & Aid Society of Illinois - www.childrenshomeandaid.org - 9713@hsesinfo.org - 125 S Wacker Dr - Fl 14 - Chicago - IL - 60606-4429 - 125 S Wacker Dr - Fl 14 - Chicago - IL - 60606-4429 - 125 S Wacker Dr - Fl 14 - Chicago - IL - 60606-4429 - Mr. - F231754 - L231754 - - Board Chair - 231754@hsesinfo.org - Mr. - F231755 - L231755 - - President and CEO - 231755@hsesinfo.org - Ms. - F231757 - L231757 - - 231757@hsesinfo.org - Mrs. - F231753 - L231753 - - 231753@hsesinfo.org - 555-555-1753 - - - 11985 - 982 - 13673 - 000 - 1992 - 2020-08-01 - - HS - Active - McIntosh Trail Early Childhood Development Council, Inc - http://www.mtecdc.org - 982@hsesinfo.org - 565 Recreation Drive - - Jackson - GA - 30233-2286 - 565 Recreation Drive - - Jackson - GA - 30233-2286 - 565 Recreation Drive - - Jackson - GA - 30233-2286 - Dr. - F231712 - L231712 - - Board Chairman - 231712@hsesinfo.org - Mrs. - F231713 - L231713 - - - 231713@hsesinfo.org - Mr. - F231715 - L231715 - - 231715@hsesinfo.org - Mrs. - F231711 - L231711 - - 231711@hsesinfo.org - 555-555-1711 x 5555 - - - 11993 - 2250 - 13675 - 000 - 2014 - 2020-09-01 - - Migrant HS - Active - Chicanos por la Causa, Inc. - http://www.cplc.org - 2250@hsesinfo.org - 1242 E Washington St - Ste 200 - Phoenix - AZ - 85034-1171 - 1242 E Washington St - Ste 200 - Phoenix - AZ - 85034-1171 - 1112 E Buckeye Rd - - Phoenix - AZ - 85034-4043 - Mr. - F231768 - L231768 - - CPLC Board of Directors Chair - 231768@hsesinfo.org - Mr. - F231769 - L231769 - - President and Chief Executive Officer (CEO) - 231769@hsesinfo.org - Ms. - F231771 - L231771 - - 231771@hsesinfo.org - Ms. - F231767 - L231767 - - 231767@hsesinfo.org - 555-555-1767 x 5555 - - - 11986 - 2839 - 13673 - 200 - 2011 - 2020-08-01 - - EHS - Active - McIntosh Trail Early Childhood Development Council, Inc - www.mtecdc.org - 2839@hsesinfo.org - 565 Recreation Drive - - JACKSON - GA - 30233 - 565 Recreation Drive - - JACKSON - GA - 30233 - 565 Recreation Drive - - JACKSON - GA - 30233 - Dr. - F231719 - L231719 - - Board Chairman - 231719@hsesinfo.org - Mrs. - F231720 - L231720 - - - 231720@hsesinfo.org - Mr. - F231722 - L231722 - - 231722@hsesinfo.org - Mrs. - F231718 - L231718 - - 231718@hsesinfo.org - 555-555-1718 x 5555 - - - 11623 - 9489 - 13395 - 000 - 2020 - 2020-07-01 - - HS - Active - El Valor Corporation - http://www.elvalor.net - 9489@hsesinfo.org - 1850 W 21st St - - Chicago - IL - 60608-2715 - 1850 W 21st St - - Chicago - IL - 60608-2715 - 1850 W 21st St - - Chicago - IL - 60608-2715 - Mr. - F229329 - L229329 - - Executive Committee Chair - 229329@hsesinfo.org - Mr. - F229330 - L229330 - - CEO/Executive Director - 229330@hsesinfo.org - Ms. - F229332 - L229332 - - 229332@hsesinfo.org - Ms. - F229328 - L229328 - - 229328@hsesinfo.org - 555-555-9328 - - - 11624 - 9490 - 13395 - 200 - 2020 - 2020-07-01 - - EHS - Active - El Valor Corporation - http://www.elvalor.net - 9490@hsesinfo.org - 1850 W 21st St - - Chicago - IL - 60608-2715 - 1850 W 21st St - - Chicago - IL - 60608-2715 - 1850 W 21st St - - Chicago - IL - 60608-2715 - Mr. - F229336 - L229336 - - Executive Committee Chair - 229336@hsesinfo.org - Mr. - F229337 - L229337 - - CEO/Executive Director - 229337@hsesinfo.org - Ms. - F229339 - L229339 - - 229339@hsesinfo.org - Ms. - F229335 - L229335 - - 229335@hsesinfo.org - 555-555-9335 - - - 11913 - 906 - 13611 - 000 - 1992 - 2020-08-01 - - HS - Active - Pasco County Head Start - www.pasco.k12.fl.us - 906@hsesinfo.org - 7227 Land O Lakes Blvd - - Land O Lakes - FL - 34638-2826 - 7227 Land O Lakes Blvd - - Land O Lakes - FL - 34638-2826 - 7227 Land O Lakes Blvd - - Land O Lakes - FL - 34638-2826 - Ms. - F231249 - L231249 - - Pasco County Schools School Board Chairman - 231249@hsesinfo.org - Ms. - F231250 - L231250 - - Chief Academic Officer - 231250@hsesinfo.org - Mr. - F231252 - L231252 - - 231252@hsesinfo.org - Ms. - F231248 - L231248 - - 231248@hsesinfo.org - 555-555-1248 - - - 11914 - 907 - 13611 - 200 - 2002 - 2020-08-01 - - EHS - Active - Pasco County Early Head Start - www.pasco.k12.fl.us - 907@hsesinfo.org - 7227 Land O Lakes Blvd - - Land O Lakes - FL - 34638-2826 - 7227 Land O Lakes Blvd - - Land O Lakes - FL - 34638-2826 - 7227 Land O Lakes Blvd - - Land O Lakes - FL - 34638-2826 - Ms. - F231256 - L231256 - - Pasco County Schools School Board Chairman - 231256@hsesinfo.org - Ms. - F231257 - L231257 - - Chief Academic Officer - 231257@hsesinfo.org - Mr. - F231259 - L231259 - - 231259@hsesinfo.org - Ms. - F231255 - L231255 - - 231255@hsesinfo.org - 555-555-1255 - - - 10186 - 9017 - 12219 - 000 - 2019 - 2019-09-01 - - HS - Active - CDI HS/Dubuque, Delaware and Jackson Counties, IA - www.cdiheadstart.org - 9017@hsesinfo.org - 10502 Saint Joseph Dr - - Dubuque - IA - 52003-9707 - PO Box 627 - - Dubuque - IA - 52004-0627 - 10502 Saint Joseph Dr - - Dubuque - IA - 52003-9707 - Mr. - F219660 - L219660 - - Chief Executive Officer - 219660@hsesinfo.org - Ms. - F219658 - L219658 - - Executive Director - 219658@hsesinfo.org - - F219661 - L219661 - - 219661@hsesinfo.org - Ms. - F219657 - L219657 - - 219657@hsesinfo.org - 555-555-9657 - - - 10907 - 1244 - 12880 - 000 - 2015 - 2020-01-01 - - HS - Active - Pickaway County Community Action Organization, Inc. - picca.info - 1244@hsesinfo.org - 465 E Ohio St - Picca Head Start-Early Head Start - Circleville - OH - 43113-2034 - 465 E Ohio St - Picca Head Start-Early Head Start - Circleville - OH - 43113-2034 - 469 E Ohio St - Pickaway County Community Action Org., Inc. Head Start - Circleville - OH - 43113-2034 - Ms. - F224641 - L224641 - - Board President - 224641@hsesinfo.org - Ms. - F224642 - L224642 - - Executive Director - 224642@hsesinfo.org - Ms. - F224644 - L224644 - - 224644@hsesinfo.org - Mrs. - F224640 - L224640 - - 224640@hsesinfo.org - 555-555-4640 x 5555 - - - 10908 - 2832 - 12880 - 200 - 2015 - 2020-01-01 - - EHS - Active - Pickaway County Community Action Organization, Inc. - picca.info - 2832@hsesinfo.org - 465 E Ohio St - Picca Head Start-Early Head Start - Circleville - OH - 43113-2034 - 465 E Ohio St - Picca Head Start-Early Head Start - Circleville - OH - 43113-2034 - 469 E Ohio St - Pickaway County Community Action Org., Inc. Early Head Start - Circleville - OH - 43113-2034 - Ms. - F224648 - L224648 - - Board President - 224648@hsesinfo.org - Ms. - F224649 - L224649 - - Acting Executive Director - 224649@hsesinfo.org - Ms. - F224651 - L224651 - - 224651@hsesinfo.org - Mrs. - F224647 - L224647 - - 224647@hsesinfo.org - 555-555-4647 x 5555 - - - 8766 - 8619 - 11134 - 201 - 2017 - 2017-03-01 - - Migrant EHS - Active - Community Action Partnership of Madera County, Inc. (CAPMC) - 1225 Gill Ave. - 8619@hsesinfo.org - 4610 W Jacquelyn Ave - Capmc - Fresno Migrant and Seasonal Head Start - Fresno - CA - 93722-6433 - 4610 W Jacquelyn Ave - Capmc - Fresno Migrant and Seasonal Head Start - Fresno - CA - 93722-6433 - 1225 Gill Ave - Community Action Partnership of Madera County, Inc. - Madera - CA - 93637-5234 - Mr. - F209827 - L209827 - - - 209827@hsesinfo.org - Mrs. - F209828 - L209828 - - Executive Director - 209828@hsesinfo.org - Mrs. - F209830 - L209830 - - 209830@hsesinfo.org - Ms. - F209826 - L209826 - - 209826@hsesinfo.org - 555-555-9826 - - - 12000 - 2036 - 13682 - 000 - 2014 - 2020-08-01 - - AIAN HS - Active - Oglala Lakota College - http://headstart.olc.edu/ - 2036@hsesinfo.org - 490 Piya Wiconi Road - - Kyle - SD - 57752 - 490 Piya Wiconi Road - P.O. Box 490 - Kyle - SD - 57752-0490 - 490 Piya Wiconi Road - - Kyle - SD - 57752 - Mr. - F231812 - L231812 - - President - 231812@hsesinfo.org - Mr. - F231813 - L231813 - - - 231813@hsesinfo.org - Ms. - F231815 - L231815 - - 231815@hsesinfo.org - Ms. - F231811 - L231811 - - 231811@hsesinfo.org - 555-555-1811 - - - 12001 - 2037 - 13682 - 200 - 2014 - 2020-08-01 - - AIAN EHS - Active - Oglala Lakota College - http://headstart.olc.edu/ - 2037@hsesinfo.org - 490 Piya Wiconi Road - - Kyle - SD - 57752 - 490 Piya Wiconi Road - P.O. Box 490 - Kyle - SD - 57752-0490 - 490 Piya Wiconi Road - - Kyle - SD - 57752 - Mr. - F231819 - L231819 - - President - 231819@hsesinfo.org - Mr. - F231820 - L231820 - - - 231820@hsesinfo.org - Ms. - F231822 - L231822 - - 231822@hsesinfo.org - Ms. - F231818 - L231818 - - 231818@hsesinfo.org - 555-555-1818 - - - 12002 - 2480 - 13681 - 000 - 2002 - 2020-09-01 - - Migrant HS - Active - Community Action Council, Migrant Head Start - http://www.commaction.org - 2480@hsesinfo.org - PO BOX 11610 - - Lexington - KY - 40576-1610 - PO BOX 11610 - - Lexington - KY - 40576-1610 - PO BOX 11610 - - Lexington - KY - 40576-1610 - Mrs. - F231826 - L231826 - - Chairman - 231826@hsesinfo.org - Mrs. - F231827 - L231827 - - Executive Director - 231827@hsesinfo.org - Mrs. - F231829 - L231829 - - 231829@hsesinfo.org - Mrs. - F231825 - L231825 - - 231825@hsesinfo.org - 555-555-1825 x 5555 - - - 12003 - 1204 - 13683 - 000 - 1992 - 2020-09-01 - - Migrant HS - Active - Community Action Partnership of San Luis Obispo Co - http://www.capslo.org - 1204@hsesinfo.org - 1030 Southwood Dr - - San Luis Obispo - CA - 93401-5813 - 1030 Southwood Dr - - San Luis Obispo - CA - 93401-5813 - 1030 Southwood Dr - - San Luis Obispo - CA - 93401-5813 - Ms. - F231833 - L231833 - - CAPSLO Board President - 231833@hsesinfo.org - Mrs. - F231834 - L231834 - - Chief Executive Officer - 231834@hsesinfo.org - Ms. - F231836 - L231836 - - 231836@hsesinfo.org - Ms. - F231832 - L231832 - - 231832@hsesinfo.org - 555-555-1832 - - - 12004 - 3624 - 13687 - 001 - - 2020-09-01 - - Migrant HS - Active - Community Action Partnership of Madera County, Inc. - http://www.maderacap.org - 3624@hsesinfo.org - 4610 W Jacquelyn Ave - Fresno Migrant and Seasonal Head Start - Fresno - CA - 93722-6433 - 4610 W Jacquelyn Ave - Fresno Migrant and Seasonal Head Start - Fresno - CA - 93722-6433 - 4610 W Jacquelyn Ave - Fresno Migrant and Seasonal Head Start - Fresno - CA - 93722-6433 - Mr. - F231840 - L231840 - - - 231840@hsesinfo.org - Mrs. - F231841 - L231841 - - - 231841@hsesinfo.org - Ms. - F231843 - L231843 - - 231843@hsesinfo.org - Ms. - F231839 - L231839 - - 231839@hsesinfo.org - 555-555-1839 - - - 12005 - 2865 - 13683 - 200 - 2011 - 2020-09-01 - - Migrant EHS - Active - Community Action Partnership of San Luis Obispo Co - http://www.capslo.org - 2865@hsesinfo.org - 1030 Southwood Dr - - San Luis Obispo - CA - 93401-5813 - 1030 Southwood Dr - - San Luis Obispo - CA - 93401-5813 - 1030 Southwood Dr - - San Luis Obispo - CA - 93401-5813 - Ms. - F231847 - L231847 - - CAPSLO Board President - 231847@hsesinfo.org - Mrs. - F231848 - L231848 - - Chief Executive Officer - 231848@hsesinfo.org - Mr. - F231850 - L231850 - - 231850@hsesinfo.org - Ms. - F231846 - L231846 - - 231846@hsesinfo.org - 555-555-1846 - - - 5386 - 1929 - 9043 - 200 - 2014 - 2014-09-01 - 2020-08-31 - EHS - Inactive - Two Rivers Head Start - http://www.trhsa.org - 1929@hsesinfo.org - 1661 Landmark Road - - Aurora - IL - 60506-1146 - 1661 Landmark Road - - Aurora - IL - 60506-1146 - 1661 Landmark Road - - Aurora - IL - 60506-1146 - Ms. - F96691 - L96691 - - Governing Board Chairperson - 96691@hsesinfo.org - Ms. - F96690 - L96690 - - Executive Director - 96690@hsesinfo.org - Ms. - F96693 - L96693 - - 96693@hsesinfo.org - Ms. - F96689 - L96689 - - 96689@hsesinfo.org - 555-555-6689 x 5555 - - - 11989 - 1930 - 13672 - 000 - 2014 - 2020-09-01 - - HS - Active - Two Rivers Head Start - http://www.trhsa.org - 1930@hsesinfo.org - 1661 Landmark Rd - - Aurora - IL - 60506-1146 - 1661 Landmark Rd - - Aurora - IL - 60506-1146 - 1661 Landmark Rd - - Aurora - IL - 60506-1146 - Ms. - F231740 - L231740 - - Governing Board Chairperson - 231740@hsesinfo.org - Ms. - F231741 - L231741 - - Executive Director - 231741@hsesinfo.org - Ms. - F231743 - L231743 - - 231743@hsesinfo.org - Ms. - F231739 - L231739 - - 231739@hsesinfo.org - 555-555-1739 x 5555 - - - 9475 - 8771 - 11688 - 200 - 2019 - 2019-03-01 - - EHS - Active - Easter Seals Southern California, Inc. - eastersealssocal.com - 8771@hsesinfo.org - 1063 McGaw Ave - - Irvine - CA - 92614-5505 - 4688 Ontario Mills Pkwy - - Ontario - CA - 91764-5104 - 1063 McGaw Ave - - Irvine - CA - 92614-5505 - Mr. - F214822 - L214822 - - Board Chair - 214822@hsesinfo.org - Mr. - F214823 - L214823 - - - 214823@hsesinfo.org - Ms. - F214825 - L214825 - - 214825@hsesinfo.org - Mrs. - F214821 - L214821 - - 214821@hsesinfo.org - 555-555-4821 - - - 10667 - 9074 - 12678 - 001 - 2019 - 2019-01-01 - - HS - Active - Palmdale School District Early Childhood Education - www.palmdalesd.org - 9074@hsesinfo.org - 975 East Avenue P-8 - - Palmdale - CA - 93550 - 975 East Avenue P-8 - - Palmdale - CA - 93550 - 975 East Avenue P-8 - - Palmdale - CA - 93550 - Mr. - F223003 - L223003 - - School Board President - 223003@hsesinfo.org - Mr. - F223001 - L223001 - - Superintendent - 223001@hsesinfo.org - - F223004 - L223004 - - 223004@hsesinfo.org - Ms. - F223000 - L223000 - - 223000@hsesinfo.org - 555-555-3000 - - - 10668 - 9075 - 12678 - 201 - 2019 - 2019-01-01 - - EHS - Active - Palmdale School District Early Childhood Education - www.palmdalesd.org - 9075@hsesinfo.org - 975 East Avenue P-8 - - Palmdale - CA - 93550 - 975 East Avenue P-8 - - Palmdale - CA - 93550 - 975 East Avenue P-8 - - Palmdale - CA - 93550 - Mr. - F223009 - L223009 - - School Board President - 223009@hsesinfo.org - Mr. - F223007 - L223007 - - Superintendent - 223007@hsesinfo.org - - F223010 - L223010 - - 223010@hsesinfo.org - Ms. - F223006 - L223006 - - 223006@hsesinfo.org - 555-555-3006 - - - 11938 - 9673 - 13629 - 000 - 2020 - 2020-09-01 - - HS - Active - Region VII Education Service Center - http://www.esc7.net - 9673@hsesinfo.org - 1909 N Longview St - - Kilgore - TX - 75662-6827 - 1909 N Longview St - - Kilgore - TX - 75662-6827 - 1909 N Longview St - - Kilgore - TX - 75662-6827 - Mr. - F231422 - L231422 - - Chairman - 231422@hsesinfo.org - Mr. - F231423 - L231423 - - Executive Director - 231423@hsesinfo.org - Mrs. - F231425 - L231425 - - 231425@hsesinfo.org - Mrs. - F231421 - L231421 - - 231421@hsesinfo.org - 555-555-1421 - - - 12016 - 9729 - 13702 - 037 - 2019 - 2019-12-01 - - HS - Active - Allisons Infant & Toddler Center Inc. - https://www.allisonschildcare.org/ - 9729@hsesinfo.org - 5522 S Racine Ave - - Chicago - IL - 60636-1422 - 5522 S Racine Ave - - Chicago - IL - 60636-1422 - 5522 S Racine Ave - - Chicago - IL - 60636-1422 - - F231922 - L231922 - - - 231922@hsesinfo.org - - F231920 - L231920 - - - 231920@hsesinfo.org - - F231923 - L231923 - - 231923@hsesinfo.org - Ms. - F231919 - L231919 - - 231919@hsesinfo.org - 555-555-1919 - - - 12017 - 9730 - 13702 - 237 - 2019 - 2019-12-01 - - EHS - Active - Allisons Infant & Toddler Center Inc. - https://www.allisonschildcare.org/ - 9730@hsesinfo.org - 5522 S Racine Ave - - Chicago - IL - 60636-1422 - 5522 S Racine Ave - - Chicago - IL - 60636-1422 - 5522 S Racine Ave - - Chicago - IL - 60636-1422 - - F231928 - L231928 - - - 231928@hsesinfo.org - - F231926 - L231926 - - - 231926@hsesinfo.org - - F231929 - L231929 - - 231929@hsesinfo.org - Ms. - F231925 - L231925 - - 231925@hsesinfo.org - 555-555-1925 - - - 12007 - 9720 - 13686 - 200 - 2020 - 2020-09-01 - - EHS - Active - Franklin Vance Warren Opportunity, Inc - http://www.fvwopp.com - 9720@hsesinfo.org - 180 S Beckford Dr - - Henderson - NC - 27536-2584 - PO Box 1453 - - Henderson - NC - 27536-1453 - 180 S Beckford Dr - - Henderson - NC - 27536-2584 - Dr. - F231861 - L231861 - - Board Chair - 231861@hsesinfo.org - Mr. - F231862 - L231862 - - Chief Executive Officer - 231862@hsesinfo.org - Ms. - F231864 - L231864 - - 231864@hsesinfo.org - Mrs. - F231860 - L231860 - - 231860@hsesinfo.org - 555-555-1860 - - - 12008 - 584 - 13685 - 000 - 2014 - 2020-09-01 - - HS - Active - Beaufort-Jasper Economic Opportunity Council - www.beaufortjaspereoc.org - 584@hsesinfo.org - 1905 Duke St - Ste 250 - Beaufort - SC - 29902-4403 - PO Box 2296 - - Beaufort - SC - 29901-2296 - 1905 Duke St - Ste 250 - Beaufort - SC - 29902-4403 - Mr. - F231868 - L231868 - - Board Chair - 231868@hsesinfo.org - Mr. - F231869 - L231869 - - Executive Director - 231869@hsesinfo.org - Mrs. - F231871 - L231871 - - 231871@hsesinfo.org - Mr. - F231867 - L231867 - - 231867@hsesinfo.org - 555-555-1867 - - - 12009 - 583 - 13685 - 200 - 2000 - 2020-09-01 - - EHS - Active - Beaufort-Jasper Economic Opportunity Council - www.beaufortjaspereoc.org - 583@hsesinfo.org - 1905 Duke St - Ste 250 - Beaufort - SC - 29902-4403 - PO Box 2296 - - Beaufort - SC - 29901-2296 - 1905 Duke St - Ste 250 - Beaufort - SC - 29902-4403 - Mr. - F231875 - L231875 - - Board Chair - 231875@hsesinfo.org - Mr. - F231876 - L231876 - - Executive Director - 231876@hsesinfo.org - Mrs. - F231878 - L231878 - - 231878@hsesinfo.org - Mr. - F231874 - L231874 - - 231874@hsesinfo.org - 555-555-1874 - - - 12010 - 6085 - 13684 - 200 - - 2020-09-01 - - EHS - Active - Child Care Resources Inc. - http://childcareresourcesinc.org - 6085@hsesinfo.org - 4600 Park Rd - Ste 400 - Charlotte - NC - 28209-3638 - 4600 Park Rd - Ste 400 - Charlotte - NC - 28209-3638 - 4600 Park Rd - Ste 400 - Charlotte - NC - 28209-3638 - Mr. - F231882 - L231882 - - Board Chair - 231882@hsesinfo.org - Ms. - F231883 - L231883 - - President - 231883@hsesinfo.org - Ms. - F231885 - L231885 - - 231885@hsesinfo.org - Ms. - F231881 - L231881 - - 231881@hsesinfo.org - 555-555-1881 x 5555 - - - 12018 - 9731 - 13704 - 038 - 2019 - 2019-12-01 - - HS - Active - Asian Human Services, Inc. - https://www.ahschicago.org/ - 9731@hsesinfo.org - 4753 N Broadway St - Ste 700 - Chicago - IL - 60640-4995 - 4753 N Broadway St - Ste 700 - Chicago - IL - 60640-4995 - 4753 N Broadway St - Ste 700 - Chicago - IL - 60640-4995 - - F231934 - L231934 - - - 231934@hsesinfo.org - - F231932 - L231932 - - - 231932@hsesinfo.org - - F231935 - L231935 - - 231935@hsesinfo.org - Ms. - F231931 - L231931 - - 231931@hsesinfo.org - 555-555-1931 - - - 12019 - 9732 - 13704 - 238 - 2019 - 2019-12-01 - - EHS - Active - Asian Human Services, Inc. - https://www.ahschicago.org/ - 9732@hsesinfo.org - 4753 N Broadway St - Ste 700 - Chicago - IL - 60640-4995 - 4753 N Broadway St - Ste 700 - Chicago - IL - 60640-4995 - 4753 N Broadway St - Ste 700 - Chicago - IL - 60640-4995 - - F231940 - L231940 - - - 231940@hsesinfo.org - - F231938 - L231938 - - - 231938@hsesinfo.org - - F231941 - L231941 - - 231941@hsesinfo.org - Ms. - F231937 - L231937 - - 231937@hsesinfo.org - 555-555-1937 - - - 12020 - 9733 - 13706 - 039 - 2019 - 2019-12-01 - - HS - Active - Breakthrough Urban Ministries, Inc. - https://www.breakthrough.org/ - 9733@hsesinfo.org - 402 N Saint Louis Ave - - Chicago - IL - 60624-1332 - 402 N Saint Louis Ave - - Chicago - IL - 60624-1332 - 402 N Saint Louis Ave - - Chicago - IL - 60624-1332 - - F231946 - L231946 - - - 231946@hsesinfo.org - - F231944 - L231944 - - - 231944@hsesinfo.org - - F231947 - L231947 - - 231947@hsesinfo.org - Ms. - F231943 - L231943 - - 231943@hsesinfo.org - 555-555-1943 - - - 12021 - 9734 - 13709 - 240 - 2019 - 2019-12-01 - - EHS - Active - Family Focus, Inc. - http://www.family-focus.org/ - 9734@hsesinfo.org - 310 S Peoria St - Ste 301 - Chicago - IL - 60607-3534 - 310 S Peoria St - Ste 301 - Chicago - IL - 60607-3534 - 310 S Peoria St - Ste 301 - Chicago - IL - 60607-3534 - - F231952 - L231952 - - - 231952@hsesinfo.org - - F231950 - L231950 - - - 231950@hsesinfo.org - - F231953 - L231953 - - 231953@hsesinfo.org - Ms. - F231949 - L231949 - - 231949@hsesinfo.org - 555-555-1949 - - - 12022 - 9735 - 13711 - 041 - 2019 - 2019-12-01 - - HS - Active - Gia Group Inc Dba The Learning Tree II - - 9735@hsesinfo.org - 8233 S Pulaski Rd - - Chicago - IL - 60652-2927 - 8233 S Pulaski Rd - - Chicago - IL - 60652-2927 - 8233 S Pulaski Rd - - Chicago - IL - 60652-2927 - - F231958 - L231958 - - - 231958@hsesinfo.org - - F231956 - L231956 - - - 231956@hsesinfo.org - - F231959 - L231959 - - 231959@hsesinfo.org - Ms. - F231955 - L231955 - - 231955@hsesinfo.org - 555-555-1955 - - - 12023 - 9736 - 13713 - 042 - 2019 - 2019-12-01 - - HS - Active - Higher Learning Daycare & Education Center Incorporated Dba Higher Learning Childcare & Development - https://higher-learn.com/ - 9736@hsesinfo.org - 2526 E 73rd St - - Chicago - IL - 60649-2641 - 2526 E 73rd St - - Chicago - IL - 60649-2641 - 2526 E 73rd St - - Chicago - IL - 60649-2641 - - F231964 - L231964 - - - 231964@hsesinfo.org - - F231962 - L231962 - - - 231962@hsesinfo.org - - F231965 - L231965 - - 231965@hsesinfo.org - Mr. - F231961 - L231961 - - 231961@hsesinfo.org - 555-555-1961 - - - 12024 - 9737 - 13713 - 242 - 2019 - 2019-12-01 - - EHS - Active - Higher Learning Daycare & Education Center Incorporated Dba Higher Learning Childcare & Development - https://higher-learn.com/ - 9737@hsesinfo.org - 2526 E 73rd St - - Chicago - IL - 60649-2641 - 2526 E 73rd St - - Chicago - IL - 60649-2641 - 2526 E 73rd St - - Chicago - IL - 60649-2641 - - F231970 - L231970 - - - 231970@hsesinfo.org - - F231968 - L231968 - - - 231968@hsesinfo.org - - F231971 - L231971 - - 231971@hsesinfo.org - Mr. - F231967 - L231967 - - 231967@hsesinfo.org - 555-555-1967 - - - 12025 - 9738 - 13716 - 043 - 2019 - 2019-12-01 - - HS - Active - Hobby Horse Nursery School Ltd Dba Lake Shore Schools - http://www.lakeshoreschoolschicago.com/ - 9738@hsesinfo.org - 6759 N Greenview Ave - - Chicago - IL - 60626-4207 - 6759 N Greenview Ave - - Chicago - IL - 60626-4207 - 6759 N Greenview Ave - - Chicago - IL - 60626-4207 - - F231976 - L231976 - - - 231976@hsesinfo.org - - F231974 - L231974 - - - 231974@hsesinfo.org - - F231977 - L231977 - - 231977@hsesinfo.org - Ms. - F231973 - L231973 - - 231973@hsesinfo.org - 555-555-1973 - - - 12026 - 9739 - 13716 - 243 - 2019 - 2019-12-01 - - EHS - Active - Hobby Horse Nursery School Ltd Dba Lake Shore Schools - http://www.lakeshoreschoolschicago.com/ - 9739@hsesinfo.org - 6759 N Greenview Ave - - Chicago - IL - 60626-4207 - 6759 N Greenview Ave - - Chicago - IL - 60626-4207 - 6759 N Greenview Ave - - Chicago - IL - 60626-4207 - - F231982 - L231982 - - - 231982@hsesinfo.org - - F231980 - L231980 - - - 231980@hsesinfo.org - - F231983 - L231983 - - 231983@hsesinfo.org - Ms. - F231979 - L231979 - - 231979@hsesinfo.org - 555-555-1979 - - - 12028 - 9740 - 13718 - 044 - 2019 - 2019-12-01 - - HS - Active - Improved Child Care Management Services Corporation - http://www.albanychildcarecenter.com/ - 9740@hsesinfo.org - 520 N Halsted St - Apt 412 - Chicago - IL - 60642-7568 - 520 N Halsted St - Apt 412 - Chicago - IL - 60642-7568 - 520 N Halsted St - Apt 412 - Chicago - IL - 60642-7568 - - F231988 - L231988 - - - 231988@hsesinfo.org - - F231986 - L231986 - - - 231986@hsesinfo.org - - F231989 - L231989 - - 231989@hsesinfo.org - Ms. - F231985 - L231985 - - 231985@hsesinfo.org - 555-555-1985 - - - 12029 - 9741 - 13720 - 045 - 2019 - 2019-12-01 - - HS - Active - Kimball Daycare - - 9741@hsesinfo.org - 1636 N Kimball Ave - # 38 - Chicago - IL - 60647-4804 - 1636 N Kimball Ave - # 38 - Chicago - IL - 60647-4804 - 1636 N Kimball Ave - # 38 - Chicago - IL - 60647-4804 - - F231994 - L231994 - - - 231994@hsesinfo.org - - F231992 - L231992 - - - 231992@hsesinfo.org - - F231995 - L231995 - - 231995@hsesinfo.org - Ms. - F231991 - L231991 - - 231991@hsesinfo.org - 555-555-1991 - - - 12030 - 9742 - 13720 - 245 - 2019 - 2019-12-01 - - EHS - Active - Kimball Daycare - - 9742@hsesinfo.org - 1636 N Kimball Ave - # 38 - Chicago - IL - 60647-4804 - 1636 N Kimball Ave - # 38 - Chicago - IL - 60647-4804 - 1636 N Kimball Ave - # 38 - Chicago - IL - 60647-4804 - - F232000 - L232000 - - - 232000@hsesinfo.org - - F231998 - L231998 - - - 231998@hsesinfo.org - - F232001 - L232001 - - 232001@hsesinfo.org - Ms. - F231997 - L231997 - - 231997@hsesinfo.org - 555-555-1997 - - - 12031 - 9743 - 13722 - 046 - 2019 - 2019-12-01 - - HS - Active - Marillac St. Vincent Family Services Dba St. Vincent Depaul Center - https://marillacstvincent.org/home.html - 9743@hsesinfo.org - 212 S Francisco Ave - - Chicago - IL - 60612-3618 - 212 S Francisco Ave - - Chicago - IL - 60612-3618 - 212 S Francisco Ave - - Chicago - IL - 60612-3618 - - F232006 - L232006 - - - 232006@hsesinfo.org - - F232004 - L232004 - - - 232004@hsesinfo.org - - F232007 - L232007 - - 232007@hsesinfo.org - Ms. - F232003 - L232003 - - 232003@hsesinfo.org - 555-555-2003 - - - 12032 - 9744 - 13722 - 246 - 2019 - 2019-12-01 - - EHS - Active - Marillac St. Vincent Family Services Dba St. Vincent Depaul Center - https://marillacstvincent.org/home.html - 9744@hsesinfo.org - 212 S Francisco Ave - - Chicago - IL - 60612-3618 - 212 S Francisco Ave - - Chicago - IL - 60612-3618 - 212 S Francisco Ave - - Chicago - IL - 60612-3618 - - F232012 - L232012 - - - 232012@hsesinfo.org - - F232010 - L232010 - - - 232010@hsesinfo.org - - F232013 - L232013 - - 232013@hsesinfo.org - Ms. - F232009 - L232009 - - 232009@hsesinfo.org - 555-555-2009 - - - 12033 - 9745 - 13724 - 047 - 2019 - 2019-12-01 - - HS - Active - N & K Corporation dba Rainbow School - - 9745@hsesinfo.org - 3250 W Irving Park Rd - - Chicago - IL - 60618-3325 - 3250 W Irving Park Rd - - Chicago - IL - 60618-3325 - 3250 W Irving Park Rd - - Chicago - IL - 60618-3325 - - F232018 - L232018 - - - 232018@hsesinfo.org - - F232016 - L232016 - - - 232016@hsesinfo.org - - F232019 - L232019 - - 232019@hsesinfo.org - Ms. - F232015 - L232015 - - 232015@hsesinfo.org - 555-555-2015 - - - 12034 - 9746 - 13726 - 048 - 2019 - 2019-12-01 - - HS - Active - Serendipity Child Care Inc. - https://www.serendipityfamilycenter.com/ - 9746@hsesinfo.org - 1300 W 99th St - - Chicago - IL - 60643-1343 - 1300 W 99th St - - Chicago - IL - 60643-1343 - 1300 W 99th St - - Chicago - IL - 60643-1343 - - F232024 - L232024 - - - 232024@hsesinfo.org - - F232022 - L232022 - - - 232022@hsesinfo.org - - F232025 - L232025 - - 232025@hsesinfo.org - Ms. - F232021 - L232021 - - 232021@hsesinfo.org - 555-555-2021 - - - 12035 - 9747 - 13726 - 248 - 2019 - 2019-12-01 - - EHS - Active - Serendipity Child Care Inc. - https://www.serendipityfamilycenter.com/ - 9747@hsesinfo.org - 1300 W 99th St - - Chicago - IL - 60643-1343 - 1300 W 99th St - - Chicago - IL - 60643-1343 - 1300 W 99th St - - Chicago - IL - 60643-1343 - - F232030 - L232030 - - - 232030@hsesinfo.org - - F232028 - L232028 - - - 232028@hsesinfo.org - - F232031 - L232031 - - 232031@hsesinfo.org - Ms. - F232027 - L232027 - - 232027@hsesinfo.org - 555-555-2027 - - - 12036 - 9748 - 13728 - 049 - 2019 - 2019-12-01 - - HS - Active - Young Achievers Academy Inc - - 9748@hsesinfo.org - 520 E 79th St - - Chicago - IL - 60619-3002 - 520 E 79th St - - Chicago - IL - 60619-3002 - 520 E 79th St - - Chicago - IL - 60619-3002 - - F232036 - L232036 - - - 232036@hsesinfo.org - - F232034 - L232034 - - - 232034@hsesinfo.org - - F232037 - L232037 - - 232037@hsesinfo.org - Ms. - F232033 - L232033 - - 232033@hsesinfo.org - 555-555-2033 - - - 12037 - 9749 - 13728 - 249 - 2019 - 2019-02-01 - - EHS - Active - Young Achievers Academy Inc. - - 9749@hsesinfo.org - 520 E 79th St - - Chicago - IL - 60619-3002 - 520 E 79th St - - Chicago - IL - 60619-3002 - 520 E 79th St - - Chicago - IL - 60619-3002 - - F232042 - L232042 - - - 232042@hsesinfo.org - - F232040 - L232040 - - - 232040@hsesinfo.org - - F232043 - L232043 - - 232043@hsesinfo.org - Ms. - F232039 - L232039 - - 232039@hsesinfo.org - 555-555-2039 - - - 12038 - 9750 - 13730 - 227 - 2019 - 2019-12-01 - - EHS - Active - Board of Trustees of Community College District #508, County of Cook and State of Illinois (City Colleges of Chicago) - https://www.ccc.edu/menu/Pages/Child-Development-Lab-Schools.aspx - 9750@hsesinfo.org - 226 W Jackson Blvd - - Chicago - IL - 60606-6959 - 226 W Jackson Blvd - - Chicago - IL - 60606-6959 - 226 W Jackson Blvd - - Chicago - IL - 60606-6959 - Mr. - F232048 - L232048 - Ph.D - Board Chair - 232048@hsesinfo.org - Mr. - F232046 - L232046 - - Associate Vice Chancelllor, Finance & Business Enterprise Services - 232046@hsesinfo.org - Ms. - F232049 - L232049 - - 232049@hsesinfo.org - Ms. - F232045 - L232045 - - 232045@hsesinfo.org - 555-555-2045 - - - 12039 - 9751 - 13732 - 228 - 2019 - 2019-12-01 - - EHS - Active - Improved Child Care Management - http://www.albanychildcarecenter.com/ - 9751@hsesinfo.org - 520 N Halsted St - Apt 412 - Chicago - IL - 60642-7568 - 520 N Halsted St - Apt 412 - Chicago - IL - 60642-7568 - 520 N Halsted St - Apt 412 - Chicago - IL - 60642-7568 - - F232054 - L232054 - - - 232054@hsesinfo.org - - F232052 - L232052 - - - 232052@hsesinfo.org - - F232055 - L232055 - - 232055@hsesinfo.org - Ms. - F232051 - L232051 - - 232051@hsesinfo.org - 555-555-2051 - - - 12040 - 9752 - 13734 - 229 - 2019 - 2019-12-01 - - EHS - Active - N & K Corporation - - 9752@hsesinfo.org - 3250 W Irving Park Rd - - Chicago - IL - 60618-3325 - 3250 W Irving Park Rd - - Chicago - IL - 60618-3325 - 3250 W Irving Park Rd - - Chicago - IL - 60618-3325 - - F232060 - L232060 - - - 232060@hsesinfo.org - - F232058 - L232058 - - - 232058@hsesinfo.org - - F232061 - L232061 - - 232061@hsesinfo.org - Ms. - F232057 - L232057 - - 232057@hsesinfo.org - 555-555-2057 - - - 12041 - 9753 - 13736 - 230 - 2019 - 2019-12-01 - - EHS - Active - Serendipity Child Care Inc. - https://www.serendipityfamilycenter.com/ - 9753@hsesinfo.org - 1300 W 99th St - - Chicago - IL - 60643-1343 - 1300 W 99th St - - Chicago - IL - 60643-1343 - 1300 W 99th St - - Chicago - IL - 60643-1343 - - F232066 - L232066 - - - 232066@hsesinfo.org - - F232064 - L232064 - - - 232064@hsesinfo.org - - F232067 - L232067 - - 232067@hsesinfo.org - Ms. - F232063 - L232063 - - 232063@hsesinfo.org - 555-555-2063 - - - 12042 - 1603 - 13744 - 200 - 2001 - 2020-09-01 - - EHS - Active - New Square Community Improvement Council, Inc - none - 1603@hsesinfo.org - 766 N Main St - Ste 108 - New Square - NY - 10977-1985 - 766 N Main St - Ste 108 - New Square - NY - 10977-1985 - 766 N Main St - Ste 108 - New Square - NY - 10977-1985 - Mrs. - F232070 - L232070 - - Board of Directors Chairperson - 232070@hsesinfo.org - Mr. - F232071 - L232071 - - Executive Director - 232071@hsesinfo.org - Mrs. - F232073 - L232073 - - 232073@hsesinfo.org - Mrs. - F232069 - L232069 - - 232069@hsesinfo.org - 555-555-2069 x 5555 - - - 12043 - 6883 - 13746 - 000 - - 2020-09-01 - - HS - Active - Ironbound Community Corporation - www.ironboundcc.org - 6883@hsesinfo.org - 317 Elm St - - Newark - NJ - 07105-2701 - 317 Elm St - - Newark - NJ - 07105-2701 - 317 Elm St - - Newark - NJ - 07105-2701 - Mr. - F232077 - L232077 - - - 232077@hsesinfo.org - Mrs. - F232078 - L232078 - - - 232078@hsesinfo.org - Mrs. - F232080 - L232080 - - 232080@hsesinfo.org - Mrs. - F232076 - L232076 - - 232076@hsesinfo.org - 555-555-2076 - - - 12044 - 2012 - 13737 - 200 - 2001 - 2020-09-01 - - EHS - Active - Seton Hill Child Services, Inc. - http://www.shchildservices.org - 2012@hsesinfo.org - 105 Hartman Rd - Ste 204 - Greensburg - PA - 15601-8558 - 105 Hartman Rd - Ste 204 - Greensburg - PA - 15601-8558 - 105 Hartman Rd - Ste 204 - Greensburg - PA - 15601-8558 - Mr. - F232084 - L232084 - - Seton Hill Child Services Board President - 232084@hsesinfo.org - Ms. - F232085 - L232085 - - - 232085@hsesinfo.org - Ms. - F232087 - L232087 - - 232087@hsesinfo.org - Ms. - F232083 - L232083 - - 232083@hsesinfo.org - 555-555-2083 x 5555 - - - 12045 - 3405 - 13748 - 201 - - 2020-09-01 - - EHS - Active - Westmoreland Community Action - http://www.westmorelandca.org - 3405@hsesinfo.org - 226 S Maple Avenue - - Greensburg - PA - 15601-3432 - 226 S Maple Avenue - - Greensburg - PA - 15601-3432 - 226 S Maple Avenue - - Greensburg - PA - 15601-3432 - Mr. - F232091 - L232091 - - WCA Board President - 232091@hsesinfo.org - Mrs. - F232092 - L232092 - - CEO - 232092@hsesinfo.org - Ms. - F232094 - L232094 - - 232094@hsesinfo.org - Ms. - F232090 - L232090 - - 232090@hsesinfo.org - 555-555-2090 x 5555 - - - 12046 - 1626 - 13739 - 200 - 2002 - 2020-09-01 - - EHS - Active - Campagna Center, Inc. - http://www.campagnacenter.org - 1626@hsesinfo.org - 418 S Washington St - - Alexandria - VA - 22314-3630 - 418 S Washington St - - Alexandria - VA - 22314-3630 - 418 S Washington St - - Alexandria - VA - 22314-3630 - Ms. - F232098 - L232098 - . - Board Chair, The Campagna Center - 232098@hsesinfo.org - Dr. - F232099 - L232099 - PhD - President/CEO - 232099@hsesinfo.org - Mr. - F232101 - L232101 - - 232101@hsesinfo.org - Mrs. - F232097 - L232097 - - 232097@hsesinfo.org - 555-555-2097 - - - 12047 - 1285 - 13743 - 000 - 1992 - 2020-09-01 - - HS - Active - Malheur County Child Development Center - http://www.mccdc.org - 1285@hsesinfo.org - 790 SW 7th Pl - - Ontario - OR - 97914-3261 - 790 SW 7th Pl - - Ontario - OR - 97914-3261 - 790 SW 7th Pl - - Ontario - OR - 97914-3261 - Mrs. - F232105 - L232105 - - Board Chairperson - 232105@hsesinfo.org - Mrs. - F232106 - L232106 - - Executie Director - 232106@hsesinfo.org - Mrs. - F232108 - L232108 - - 232108@hsesinfo.org - Mrs. - F232104 - L232104 - - 232104@hsesinfo.org - 555-555-2104 - - - 12048 - 8016 - 13743 - 200 - 2016 - 2020-09-01 - - EHS - Active - Malheur County Child Development Center - http://www.mccdc.org - 8016@hsesinfo.org - 790 SW 7th Pl - - Ontario - OR - 97914-3261 - 790 SW 7th Pl - - Ontario - OR - 97914-3261 - 790 SW 7th Pl - - Ontario - OR - 97914-3261 - Mrs. - F232112 - L232112 - - Board Chairperson - 232112@hsesinfo.org - Mrs. - F232113 - L232113 - - Executie Director - 232113@hsesinfo.org - Mrs. - F232115 - L232115 - - 232115@hsesinfo.org - Mrs. - F232111 - L232111 - - 232111@hsesinfo.org - 555-555-2111 - - - 12049 - 1288 - 13740 - 000 - 1992 - 2020-09-01 - - HS - Active - Walla Walla School District #140 - 1150 W Chestnut St - 1288@hsesinfo.org - 1150 W Chestnut St - - Walla Walla - WA - 99362-3971 - 1150 W Chestnut St - - Walla Walla - WA - 99362-3971 - 1150 W Chestnut St - - Walla Walla - WA - 99362-3971 - Dr. - F232119 - L232119 - - Superintendent - 232119@hsesinfo.org - Mrs. - F232120 - L232120 - - Director, Walla Walla Center for Children & Families - 232120@hsesinfo.org - Ms. - F232122 - L232122 - - 232122@hsesinfo.org - Mrs. - F232118 - L232118 - - 232118@hsesinfo.org - 555-555-2118 - - - 10418 - 5968 - 12420 - 200 - - 2019-08-01 - - EHS - Active - Cen-Tex Family Services, Inc. - www.ctfhs.org - 5968@hsesinfo.org - 2402 North Main Street - - Bastrop - TX - 78602-1505 - 2402 North Main Street - - Bastrop - TX - 78602-1505 - 2402 North Main Street - - Bastrop - TX - 78602-1505 - Rev. - F221266 - L221266 - - Chair - 221266@hsesinfo.org - Ms. - F221267 - L221267 - - Executive Director - 221267@hsesinfo.org - Mr. - F221269 - L221269 - - 221269@hsesinfo.org - Ms. - F221265 - L221265 - - 221265@hsesinfo.org - 555-555-1265 x 5555 - - - 9403 - 771 - 11631 - 000 - 1992 - 2019-02-01 - - HS - Active - CEN-TEX FAMILY SERVICES INC - www.ctfhs.org - 771@hsesinfo.org - 2402 Main St - - Bastrop - TX - 78602-1505 - 2402 Main St - - Bastrop - TX - 78602-1505 - 2402 Main St - - Bastrop - TX - 78602-1505 - Rev. - F214338 - L214338 - - Chair - 214338@hsesinfo.org - Ms. - F214339 - L214339 - - Executive Director - 214339@hsesinfo.org - Mr. - F214341 - L214341 - - 214341@hsesinfo.org - Mr. - F214337 - L214337 - - 214337@hsesinfo.org - 555-555-4337 x 5555 - - - 9404 - 2847 - 11631 - 200 - 2011 - 2019-02-01 - - EHS - Active - CEN-TEX FAMILY SERVICES INC - www.ctfhs.org - 2847@hsesinfo.org - 2402 N. Main Street - - BASTROP - TX - 78602 - 2402 N. Main Street - - BASTROP - TX - 78602 - 2402 N. Main Street - - BASTROP - TX - 78602 - Rev. - F214345 - L214345 - - Chair - 214345@hsesinfo.org - Mr. - F214346 - L214346 - - Executive Director - 214346@hsesinfo.org - Ms. - F214348 - L214348 - - 214348@hsesinfo.org - Ms. - F214344 - L214344 - - 214344@hsesinfo.org - 555-555-4344 x 5555 - - - 9605 - 658 - 11790 - 000 - 2014 - 2019-05-01 - - HS - Active - Semcac - http://www.semcac.org - 658@hsesinfo.org - 204 S Elm St - - Rushford - MN - 55971-8812 - Semcac Head Start - PO Box 549 - Rushford - MN - 55971-0549 - 204 S Elm St - 204 South Elm St - Rushford - MN - 55971-8812 - Mr. - F215687 - L215687 - - Semcac Board President - 215687@hsesinfo.org - Mr. - F215688 - L215688 - - Semcac Executive Director - 215688@hsesinfo.org - Ms. - F215690 - L215690 - - 215690@hsesinfo.org - Ms. - F215686 - L215686 - - 215686@hsesinfo.org - 555-555-5686 x 5555 - - - 9606 - 4861 - 11790 - 200 - 2014 - 2019-05-01 - - EHS - Active - Semcac - www.semcac.org - 4861@hsesinfo.org - 204 S Elm St - - Rushford - MN - 55971-8812 - PO Box 549 - - Rushford - MN - 55971-0549 - 204 S Elm St - - Rushford - MN - 55971-8812 - Mr. - F215694 - L215694 - - Semcac Board President - 215694@hsesinfo.org - Mr. - F215695 - L215695 - - Semcac Executive Director - 215695@hsesinfo.org - Ms. - F215697 - L215697 - - 215697@hsesinfo.org - Ms. - F215693 - L215693 - - 215693@hsesinfo.org - 555-555-5693 x 5555 - - - 8271 - 553 - 10657 - 000 - 1992 - 2016-07-01 - - HS - Active - McDowell County Schools Head Start - www.mcdowellheadstart.org - 553@hsesinfo.org - 2111 Sugar Hill Road - - Marion - NC - 28752-5078 - 2111 Sugar Hill Road - - Marion - NC - 28752-5078 - 2111 Sugar Hill Road - - Marion - NC - 28752-5078 - Mr. - F207037 - L207037 - - McDowell County Schools Board Chairperson - 207037@hsesinfo.org - Mr. - F207038 - L207038 - - School Superintendent - 207038@hsesinfo.org - Ms. - F207040 - L207040 - - 207040@hsesinfo.org - Mrs. - F207036 - L207036 - - 207036@hsesinfo.org - 555-555-7036 x 5555 - - - 8272 - 554 - 10657 - 200 - 1992 - 2016-07-01 - - EHS - Active - McDowell County Schools Early Head Start - www.mcdowellheadstart.org - 554@hsesinfo.org - 5 Reid Street - - Marion - NC - 28752-5078 - 2111 Sugar Hill Road - - Marion - NC - 28752-5078 - 2111 Sugar Hill Road - - Marion - NC - 28752-5078 - Mr. - F207044 - L207044 - - School Board Chairperson - 207044@hsesinfo.org - Mr. - F207045 - L207045 - - School Superintendent - 207045@hsesinfo.org - Ms. - F207047 - L207047 - - 207047@hsesinfo.org - Mrs. - F207043 - L207043 - - 207043@hsesinfo.org - 555-555-7043 x 5555 - - - 10926 - 612 - 12891 - 000 - 1992 - 2020-01-01 - - HS - Active - Waccamaw Economic Opportunity Council, Inc. - http://www.weoc.org - 612@hsesinfo.org - 1261 E Highway 501 - - Conway - SC - 29526-8362 - 1261 E Highway 501 - - Conway - SC - 29526-8362 - 1261 E Highway 501 - - Conway - SC - 29526-8362 - Mrs. - F224781 - L224781 - - Board Chairman - 224781@hsesinfo.org - Mr. - F224782 - L224782 - Jr. - Executive Director - 224782@hsesinfo.org - Mrs. - F224784 - L224784 - - 224784@hsesinfo.org - Mr. - F224780 - L224780 - - 224780@hsesinfo.org - 555-555-4780 - - - 10927 - 2789 - 12891 - 200 - 2011 - 2020-01-01 - - EHS - Active - Waccamaw Economic Opportunity Council, Inc. - weoc.org - 2789@hsesinfo.org - 1261 E Highway 501 - - Conway - SC - 29526-8362 - 1261 E Highway 501 - - Conway - SC - 29526-8362 - 1261 E Highway 501 - - Conway - SC - 29526-8362 - Mrs. - F224788 - L224788 - - Board Chairman - 224788@hsesinfo.org - Mr. - F224789 - L224789 - Jr. - Executive Director - 224789@hsesinfo.org - Mrs. - F224791 - L224791 - - 224791@hsesinfo.org - Mr. - F224787 - L224787 - - 224787@hsesinfo.org - 555-555-4787 - - - 11654 - 1117 - 13404 - 000 - 2014 - 2020-07-01 - - HS - Active - Head Start of Lane County - http://www.hsolc.org - 1117@hsesinfo.org - 221 B Street - - Springfield - OR - 97477-4522 - 221 B Street - - Springfield - OR - 97477-4522 - 221 B Street - - Springfield - OR - 97477-4522 - Ms. - F229546 - L229546 - - - 229546@hsesinfo.org - Ms. - F229547 - L229547 - - - 229547@hsesinfo.org - Ms. - F229549 - L229549 - - 229549@hsesinfo.org - Ms. - F229545 - L229545 - - 229545@hsesinfo.org - 555-555-9545 x 5555 - - - 11655 - 3247 - 13404 - 200 - 2014 - 2020-07-01 - - EHS - Active - Head Start of Lane County - 221 B St - 3247@hsesinfo.org - 221 B St - - Springfield - OR - 97477-4522 - 221 B St - - Springfield - OR - 97477-4522 - 221 B St - - Springfield - OR - 97477-4522 - Ms. - F229553 - L229553 - - Chair - 229553@hsesinfo.org - Ms. - F229554 - L229554 - - - 229554@hsesinfo.org - Ms. - F229556 - L229556 - - 229556@hsesinfo.org - Ms. - F229552 - L229552 - - 229552@hsesinfo.org - 555-555-9552 x 5555 - - - 9353 - 262 - 11598 - 000 - 2014 - 2019-02-01 - - HS - Active - EDUCATIONAL ALLIANCE - http://www.edalliance.org - 262@hsesinfo.org - 197 East Broadway - 4th Floor - New York - NY - 10002-5507 - 197 East Broadway - 4th Floor - New York - NY - 10002-5507 - 197 East Broadway - 4th Floor - New York - NY - 10002-5507 - Ms. - F214004 - L214004 - - Board Chair - 214004@hsesinfo.org - Mr. - F214005 - L214005 - - President and CEO - 214005@hsesinfo.org - Ms. - F214007 - L214007 - - 214007@hsesinfo.org - Ms. - F214003 - L214003 - - 214003@hsesinfo.org - 555-555-4003 - - - 9354 - 261 - 11598 - 200 - 2014 - 2019-02-01 - - EHS - Active - EDUCATIONAL ALLIANCE - http://www.edalliance.org - 261@hsesinfo.org - 197 East Broadway - 2nd Floor - New York - NY - 10002-5507 - 197 East Broadway - 2nd Floor - New York - NY - 10002-5507 - 197 East Broadway - 2nd Floor - New York - NY - 10002-5507 - Ms. - F214011 - L214011 - - Board Chair - 214011@hsesinfo.org - Mr. - F214012 - L214012 - - President and CEO - 214012@hsesinfo.org - Ms. - F214014 - L214014 - - 214014@hsesinfo.org - Ms. - F214010 - L214010 - - 214010@hsesinfo.org - 555-555-4010 - - - 12055 - 1297 - 13749 - 000 - 1992 - 2020-09-01 - - HS - Active - YMCA Berkeley Head Start - www.eciymca.org - 1297@hsesinfo.org - 2330 Broadway - - Oakland - CA - 94612-2415 - 2330 Broadway - - Oakland - CA - 94612-2415 - 2330 Broadway - - Oakland - CA - 94612-2415 - Dr. - F232161 - L232161 - - Board Chairperson - 232161@hsesinfo.org - Mr. - F232162 - L232162 - - President/CEO - 232162@hsesinfo.org - Ms. - F232164 - L232164 - - 232164@hsesinfo.org - Ms. - F232160 - L232160 - - 232160@hsesinfo.org - 555-555-2160 - - - 12056 - 3107 - 13749 - 200 - 1992 - 2020-09-01 - - EHS - Active - YMCA Berkeley Early Head Start - www.eciymca.org - 3107@hsesinfo.org - 2330 Broadway - - Oakland - CA - 94612-2415 - 2330 Broadway - - Oakland - CA - 94612-2415 - 2330 Broadway - - Oakland - CA - 94612-2415 - Dr. - F232168 - L232168 - - Board Chairperson - 232168@hsesinfo.org - Mr. - F232169 - L232169 - - President/CEO - 232169@hsesinfo.org - Ms. - F232171 - L232171 - - 232171@hsesinfo.org - Ms. - F232167 - L232167 - - 232167@hsesinfo.org - 555-555-2167 - - - 10789 - 311 - 12756 - 000 - 2014 - 2019-12-01 - - HS - Active - MARYLAND RURAL DEVELOPMENT CORPORATION - http://www.mrdc.net - 311@hsesinfo.org - 1319 Woodbridge Station Way - Ste 301 - Edgewood - MD - 21040-3852 - PO Box 4848 - - Annapolis - MD - 21403-6848 - 101 Cedar Ln - - Greensboro - MD - 21639-1580 - Mr. - F223824 - L223824 - - Chair Board of Director - 223824@hsesinfo.org - Mr. - F223825 - L223825 - - Executive Director - 223825@hsesinfo.org - Mrs. - F223827 - L223827 - - 223827@hsesinfo.org - Mrs. - F223823 - L223823 - - 223823@hsesinfo.org - 555-555-3823 x 5555 - - - 11777 - 9589 - 13491 - 000 - 2020 - 2020-07-01 - - HS - Active - Community Action for Improvement, Inc. - https://www.cafi-ga.org/ - 9589@hsesinfo.org - 1380 Lafayette Pkwy - - Lagrange - GA - 30241-2570 - 1380 Lafayette Pkwy - - Lagrange - GA - 30241-2570 - 1380 Lafayette Pkwy - - Lagrange - GA - 30241-2570 - Mrs. - F230402 - L230402 - - Board Chairperson - 230402@hsesinfo.org - Mrs. - F230403 - L230403 - - Executive Director - 230403@hsesinfo.org - - F230405 - L230405 - - 230405@hsesinfo.org - Ms. - F230401 - L230401 - - 230401@hsesinfo.org - 555-555-0401 - - - 11778 - 9590 - 13491 - 200 - 2020 - 2020-07-01 - - EHS - Active - Community Action for Improvement, Inc. - https://www.cafi-ga.org/ - 9590@hsesinfo.org - 1380 Lafayette Pkwy - - Lagrange - GA - 30241-2570 - 1380 Lafayette Pkwy - - Lagrange - GA - 30241-2570 - 1380 Lafayette Pkwy - - Lagrange - GA - 30241-2570 - Mrs. - F230409 - L230409 - - Board Chairperson - 230409@hsesinfo.org - Mrs. - F230410 - L230410 - - - 230410@hsesinfo.org - - F230412 - L230412 - - 230412@hsesinfo.org - Ms. - F230408 - L230408 - - 230408@hsesinfo.org - 555-555-0408 - - - 12053 - 2489 - 13738 - 200 - 2014 - 2020-09-01 - - EHS - Active - Missouri Valley Community Action Agency - http://www.mvcaa.net - 2489@hsesinfo.org - 1415 S Odell Ave - - Marshall - MO - 65340-3144 - 1415 S Odell Ave - - Marshall - MO - 65340-3144 - 1415 S Odell Ave - - Marshall - MO - 65340-3144 - Mr. - F232147 - L232147 - - Chair, MVCAA Board of Directors - 232147@hsesinfo.org - Ms. - F232148 - L232148 - - Executive Director - 232148@hsesinfo.org - Ms. - F232150 - L232150 - - 232150@hsesinfo.org - Ms. - F232146 - L232146 - - 232146@hsesinfo.org - 555-555-2146 x 5555 - - - 12054 - 6196 - 13747 - 200 - - 2020-09-01 - - EHS - Active - Nebraska Early Childhood Collaborative - https://nebraskaearly.org/ - 6196@hsesinfo.org - 3200 N 30th St - Ste 200 - Omaha - NE - 68111-3120 - 3200 N 30th St - Ste 200 - Omaha - NE - 68111-3120 - 3200 N 30th St - Ste 200 - Omaha - NE - 68111-3120 - Ms. - F232154 - L232154 - - NECC Governing Board Chair - 232154@hsesinfo.org - Ms. - F232155 - L232155 - - NECC CEO - 232155@hsesinfo.org - Ms. - F232157 - L232157 - - 232157@hsesinfo.org - Ms. - F232153 - L232153 - - 232153@hsesinfo.org - 555-555-2153 - - - 12058 - 6174 - 13751 - 200 - - 2020-09-01 - - EHS - Active - City of Chattanooga Head Start/Early Head Start - http://www.chattanoogaheadstart-earlyheadstart.com - 6174@hsesinfo.org - 2302 Ocoee St - - Chattanooga - TN - 37406-3564 - 2302 Ocoee St - - Chattanooga - TN - 37406-3564 - 2302 Ocoee St - - Chattanooga - TN - 37406-3564 - Dr. - F232182 - L232182 - - Chattanooga Human Services Board Chairperson - 232182@hsesinfo.org - Mrs. - F232183 - L232183 - - Deputy Administrator - 232183@hsesinfo.org - Mrs. - F232185 - L232185 - - 232185@hsesinfo.org - Ms. - F232181 - L232181 - - 232181@hsesinfo.org - 555-555-2181 - - - 12057 - 6086 - 13750 - 200 - - 2020-09-01 - - EHS - Active - South Carolina First Steps to Spartanburg County - http://www.1steps.org - 6086@hsesinfo.org - 900 S Pine St - Ste C - Spartanburg - SC - 29302-3376 - 900 S Pine St - Ste C - Spartanburg - SC - 29302-3376 - 900 S Pine St - Ste C - Spartanburg - SC - 29302-3376 - Ms. - F232175 - L232175 - - Board Chair - 232175@hsesinfo.org - Ms. - F232176 - L232176 - - Executive Director - 232176@hsesinfo.org - Ms. - F232178 - L232178 - - 232178@hsesinfo.org - Ms. - F232174 - L232174 - - 232174@hsesinfo.org - 555-555-2174 x 5555 - - - 8625 - 8497 - 9163 - 200 - 2017 - 2017-06-01 - 2020-08-31 - EHS - Inactive - Greater Opportunities of Permian Basin, Inc. - http://www.gopb.org - 8497@hsesinfo.org - 206 W 5th St - - Odessa - TX - 79761-5023 - PO Box 3922 - - Odessa - TX - 79760-3922 - 206 W 5th St - - Odessa - TX - 79761-5023 - Mr. - F208891 - L208891 - - President of Board of Director - 208891@hsesinfo.org - Mrs. - F208892 - L208892 - - Executive Director - 208892@hsesinfo.org - Mr. - F208894 - L208894 - - 208894@hsesinfo.org - Mrs. - F208890 - L208890 - - 208890@hsesinfo.org - 555-555-8890 x 5555 - - - 9769 - 1795 - 11905 - 000 - 2014 - 2019-07-01 - - HS - Active - Long Beach Unified School District - www.lbschools.net - 1795@hsesinfo.org - 1260 East 33rd Street - - Signal Hill - CA - 90755 - 1260 East 33rd Street - - Signal Hill - CA - 90755 - 1260 East 33rd Street - - Signal Hill - CA - 90755 - Mrs. - F216793 - L216793 - - Board President - 216793@hsesinfo.org - Dr. - F216794 - L216794 - - Superintendent - 216794@hsesinfo.org - Ms. - F216796 - L216796 - - 216796@hsesinfo.org - Ms. - F216792 - L216792 - - 216792@hsesinfo.org - 555-555-6792 - - - 9770 - 1796 - 11905 - 200 - 2014 - 2019-07-01 - - EHS - Active - Long Beach Unified School District - www.lbschools.net/Head Start - 1796@hsesinfo.org - 1260 East 33rd Street - - Signal Hill - CA - 90755 - 1260 East 33rd Street - - Signal Hill - CA - 90755 - 1260 East 33rd Street - - Signal Hill - CA - 90755 - Mrs. - F216800 - L216800 - - Board President - 216800@hsesinfo.org - Dr. - F216801 - L216801 - - Board President - 216801@hsesinfo.org - Ms. - F216803 - L216803 - - 216803@hsesinfo.org - Ms. - F216799 - L216799 - - 216799@hsesinfo.org - 555-555-6799 - - - 10813 - 1423 - 12786 - 000 - 1992 - 2020-01-01 - - HS - Active - NORTH IOWA COMMUNITY ACTION ORGANIZATION - www.nicao-online.org - 1423@hsesinfo.org - 218 5th St SW - - Mason City - IA - 50401-3840 - PO Box 1627 - - Mason City - IA - 50402-1627 - 218 5th St SW - - Mason City - IA - 50401-3840 - Mr. - F223978 - L223978 - - President, Board of Directors - 223978@hsesinfo.org - Mrs. - F223979 - L223979 - - Executive Director - 223979@hsesinfo.org - Mr. - F223981 - L223981 - - 223981@hsesinfo.org - Mrs. - F223977 - L223977 - - 223977@hsesinfo.org - 555-555-3977 x 5555 - - - 10814 - 8001 - 12786 - 200 - 2017 - 2020-01-01 - - EHS - Active - North Iowa Community Action Early Head Start - www.nicao-online.org - 8001@hsesinfo.org - 218 5th St SW - - Mason City - IA - 50401-3840 - PO Box 1627 - - Mason City - IA - 50402-1627 - 218 5th St SW - Ste 102 - Mason City - IA - 50401-3840 - Mr. - F223985 - L223985 - - President, Board of Directors - 223985@hsesinfo.org - Mrs. - F223986 - L223986 - - Executive Director - 223986@hsesinfo.org - Mr. - F223988 - L223988 - - 223988@hsesinfo.org - Mrs. - F223984 - L223984 - - 223984@hsesinfo.org - 555-555-3984 x 5555 - - - 11487 - 9392 - 13316 - 000 - 2020 - 2020-07-01 - - HS - Active - Community Council of South Central Texas, Inc. - www.ccsct.org - 9392@hsesinfo.org - 801 N Highway 123 Bypass - - Seguin - TX - 78155-3944 - 801 N Highway 123 Bypass - - Seguin - TX - 78155-3944 - 801 N Highway 123 Bypass - - Seguin - TX - 78155-3944 - Ms. - F228436 - L228436 - - - 228436@hsesinfo.org - Mr. - F228437 - L228437 - - - 228437@hsesinfo.org - - F228439 - L228439 - - 228439@hsesinfo.org - Ms. - F228435 - L228435 - - 228435@hsesinfo.org - 555-555-8435 - - - 11488 - 9393 - 13316 - 200 - 2020 - 2020-07-01 - - EHS - Active - Community Council of South Central Texas, Inc. - www.ccsct.org - 9393@hsesinfo.org - 801 N Highway 123 Bypass - - Seguin - TX - 78155-3944 - 801 N Highway 123 Bypass - - Seguin - TX - 78155-3944 - 801 N Highway 123 Bypass - - Seguin - TX - 78155-3944 - Ms. - F228443 - L228443 - - - 228443@hsesinfo.org - Mr. - F228444 - L228444 - - - 228444@hsesinfo.org - - F228446 - L228446 - - 228446@hsesinfo.org - Ms. - F228442 - L228442 - - 228442@hsesinfo.org - 555-555-8442 - - - 6730 - 987 - 10243 - 000 - 1992 - 2015-08-01 - - HS - Active - Miami-Dade Community Action and Human Services - www.miamidade.gov/caa - 987@hsesinfo.org - 701 NW 1st Ct, 9th Floor - - Miami - FL - 33136-3923 - 701 NW 1st Ct, 9th Floor - - Miami - FL - 33136-3923 - 701 NW 1st Ct, 9th Floor - - Miami - FL - 33136-3923 - Ms. - F202781 - L202781 - - Chairwoman, Board of County Commissioners - 202781@hsesinfo.org - Ms. - F202782 - L202782 - - Director, Community Action and Human Services Department - 202782@hsesinfo.org - Ms. - F202784 - L202784 - - 202784@hsesinfo.org - Mrs. - F202780 - L202780 - - 202780@hsesinfo.org - 555-555-2780 - - - 6731 - 3269 - 10243 - 200 - 2000 - 2015-08-01 - - EHS - Active - Miami-Dade Community Action and Human Services - www.miamidade.gov/caa - 3269@hsesinfo.org - 701 NW 1st Ct Fl 9 - - Miami - FL - 33136-3923 - 701 NW 1st Ct Fl 9 - - Miami - FL - 33136-3923 - 701 NW 1st Ct Fl 9 - - Miami - FL - 33136-3923 - Ms. - F202788 - L202788 - - Chairman, Board of County Commissioners - 202788@hsesinfo.org - Ms. - F202789 - L202789 - - Director, Community Action and Human Services Department - 202789@hsesinfo.org - Ms. - F202791 - L202791 - - 202791@hsesinfo.org - Mrs. - F202787 - L202787 - - 202787@hsesinfo.org - 555-555-2787 - - - 9583 - 8840 - 11694 - 200 - 2019 - 2019-03-01 - - EHS - Active - Dade County Board of County Commissioners - www.miamidade.gov/caa - 8840@hsesinfo.org - 701 NW 1st Ct, 9th Floor - - Miami - FL - 33136-3923 - 701 NW 1st Ct, 9th Floor - - Miami - FL - 33136-3923 - 701 NW 1st Ct, 9th Floor - - Miami - FL - 33136-3923 - Ms. - F215534 - L215534 - - Chairman, Board of County Commissioners - 215534@hsesinfo.org - Ms. - F215535 - L215535 - - Director, Community Action and Human Services Department - 215535@hsesinfo.org - Ms. - F215537 - L215537 - - 215537@hsesinfo.org - Mrs. - F215533 - L215533 - - 215533@hsesinfo.org - 555-555-5533 - - - 9989 - 5957 - 12063 - 200 - - 2019-08-01 - - EHS - Active - Miami-Dade County - www.miamidade.gov/caa - 5957@hsesinfo.org - 701 NW 1st Ct, 9th Floor - - Miami - FL - 33136-3923 - 701 NW 1st Ct, 9th Floor - - Miami - FL - 33136-3923 - 701 NW 1st Ct, 9th Floor - - Miami - FL - 33136-3923 - Ms. - F218316 - L218316 - - Chairman of the Board of Miami Dade County Commissioners - 218316@hsesinfo.org - Ms. - F218317 - L218317 - - Department Director - 218317@hsesinfo.org - Ms. - F218319 - L218319 - - 218319@hsesinfo.org - Ms. - F218315 - L218315 - - 218315@hsesinfo.org - 555-555-8315 - - - 9226 - 2900 - 11509 - 000 - 2013 - 2018-12-01 - - HS - Active - Greater Bergen Community Action, Inc. - www.greaterbergen.org - 2900@hsesinfo.org - 392 Main St - - Hackensack - NJ - 07601-5805 - 392 Main St - - Hackensack - NJ - 07601-5805 - 392 Main St - - Hackensack - NJ - 07601-5805 - Mr. - F213122 - L213122 - - Board Chairman - 213122@hsesinfo.org - Mr. - F213123 - L213123 - Jr. - President & CEO - 213123@hsesinfo.org - Ms. - F213125 - L213125 - - 213125@hsesinfo.org - Ms. - F213121 - L213121 - - 213121@hsesinfo.org - 555-555-3121 x 5555 - - - 9227 - 3065 - 11509 - 200 - 2013 - 2018-12-01 - - EHS - Active - Greater Bergen Community Action, Inc. - www.greaterbergen.org - 3065@hsesinfo.org - 392 Main St - - Hackensack - NJ - 07601-5805 - 392 Main St - - Hackensack - NJ - 07601-5805 - 392 Main St - - Hackensack - NJ - 07601-5805 - Mr. - F213129 - L213129 - - Board Chairman - 213129@hsesinfo.org - Mr. - F213130 - L213130 - Jr. - President & CEO - 213130@hsesinfo.org - Ms. - F213132 - L213132 - - 213132@hsesinfo.org - Ms. - F213128 - L213128 - - 213128@hsesinfo.org - 555-555-3128 x 5555 - - - 10552 - 221 - 12541 - 000 - 2014 - 2019-09-01 - - HS - Active - KENNEBEC VALLEY COMMUNITY ACTION PROGRAM - http://www.kvcap.org - 221@hsesinfo.org - Child & Family Services - 101 Water Street - Waterville - ME - 04901-6339 - 101 Water St - Child - Waterville - ME - 04901-6339 - Child & Family Services - 101 Water Street - Waterville - ME - 04901-6339 - Mrs. - F222203 - L222203 - - KVCAP Board Chairperson - 222203@hsesinfo.org - Mrs. - F222204 - L222204 - - - 222204@hsesinfo.org - Mr. - F222206 - L222206 - - 222206@hsesinfo.org - Mrs. - F222202 - L222202 - - 222202@hsesinfo.org - 555-555-2202 - - - 10553 - 220 - 12541 - 200 - 2014 - 2019-09-01 - - EHS - Active - KENNEBEC VALLEY COMMUNITY ACTION PROGRAM - http://www.kvcap.org - 220@hsesinfo.org - Child & Family Services - 101 Water Street - Waterville - ME - 04901-6339 - 101 Water St - - Waterville - ME - 04901-6339 - Child & Family Services - 101 Water Street - Waterville - ME - 04901-6339 - Mrs. - F222210 - L222210 - - KVCAP Board Chairperson - 222210@hsesinfo.org - Mrs. - F222211 - L222211 - - - 222211@hsesinfo.org - Mr. - F222213 - L222213 - - 222213@hsesinfo.org - Mrs. - F222209 - L222209 - - 222209@hsesinfo.org - 555-555-2209 - - - 10554 - 5929 - 12545 - 200 - - 2019-09-01 - - EHS - Active - Kennebec Valley Community Action Program - www.kvcap.org - 5929@hsesinfo.org - 101 Water St - - Waterville - ME - 04901-6339 - 101 Water St - - Waterville - ME - 04901-6339 - 101 Water St - - Waterville - ME - 04901-6339 - Mrs. - F222217 - L222217 - - Board President - 222217@hsesinfo.org - Mrs. - F222218 - L222218 - - Chief Executive Officer - 222218@hsesinfo.org - Mr. - F222220 - L222220 - - 222220@hsesinfo.org - Mrs. - F222216 - L222216 - - 222216@hsesinfo.org - 555-555-2216 - - - 11652 - 1614 - 13419 - 000 - 1992 - 2020-07-01 - - HS - Active - COMMUNITY ACTION MARIN /Marin Head Start - http://www.camarin.org - 1614@hsesinfo.org - 555 Northgate Dr - Suite 201 - San Rafael - CA - 94903-3680 - 555 Northgate Dr - Suite 201 - San Rafael - CA - 94903-3680 - 555 Northgate Dr - Suite 201 - San Rafael - CA - 94903-3680 - Mr. - F229532 - L229532 - - President, Community Action Marin Board of Directors - 229532@hsesinfo.org - Ms. - F229533 - L229533 - - CEO - 229533@hsesinfo.org - Ms. - F229535 - L229535 - - 229535@hsesinfo.org - Ms. - F229531 - L229531 - - 229531@hsesinfo.org - 555-555-9531 - - - 11653 - 1615 - 13419 - 200 - 2003 - 2020-07-01 - - EHS - Active - COMMUNITY ACTION MARIN /Marin Head Start - http://www.camarin.org - 1615@hsesinfo.org - 555 Northgate Dr - Ste 201 - San Rafael - CA - 94903-3680 - 555 Northgate Dr - Ste 201 - San Rafael - CA - 94903-3680 - 555 Northgate Dr - Ste 201 - San Rafael - CA - 94903-3680 - Mr. - F229539 - L229539 - - President, Community Action Marin Baord of Directors - 229539@hsesinfo.org - Ms. - F229540 - L229540 - - CEO - 229540@hsesinfo.org - Ms. - F229542 - L229542 - - 229542@hsesinfo.org - Ms. - F229538 - L229538 - - 229538@hsesinfo.org - 555-555-9538 - - - 5746 - 819 - 9296 - 000 - 2015 - 2015-01-01 - 2020-06-30 - HS - Inactive - Community Action Commission of Erie, Huron and Richland - http://www.cacehr.org - 819@hsesinfo.org - 908 Seavers Way - - Sandusky - OH - 44870-4659 - PO Box 2500 - - Sandusky - OH - 44871-2500 - 908 Seavers Way - - Sandusky - OH - 44870-4659 - Mr. - F103255 - L103255 - - Board Chairman - 103255@hsesinfo.org - Mrs. - F103254 - L103254 - - President / CEO - 103254@hsesinfo.org - Ms. - F103257 - L103257 - - 103257@hsesinfo.org - Ms. - F103253 - L103253 - - 103253@hsesinfo.org - 555-555-3253 x 5555 - - - 9203 - 1206 - 11494 - 000 - 2013 - 2018-12-01 - - AIAN HS - Active - WINNEBAGO TRIBE OF NEBRASKA - http://www.winnebagotribe.com - 1206@hsesinfo.org - 317 Frenchman Street - - Winnebago - NE - 68071 - PO Box 687 - - Winnebago - NE - 68071-0687 - 205 Bluff St - - Winnebago - NE - 68071-9703 - Mr. - F212957 - L212957 - - Tribal Chairman - 212957@hsesinfo.org - Ms. - F212958 - L212958 - - CEO - 212958@hsesinfo.org - Ms. - F212960 - L212960 - - 212960@hsesinfo.org - Ms. - F212956 - L212956 - - 212956@hsesinfo.org - 555-555-2956 - - - 9090 - 1911 - 11405 - 200 - 2013 - 2018-09-01 - 2020-08-31 - EHS - Inactive - EAST CENTRAL ILLINOIS COMMUNITY ACTION PROGRAM - http://www.comaction.org - 1911@hsesinfo.org - 56 North Vermilion Street - - Danville - IL - 61834-5802 - PO Box 5802 - - Danville - IL - 61832-5802 - 56 North Vermilion Street - - Danville - IL - 61834-5802 - Mr. - F212211 - L212211 - - Governing Board Chairperson - 212211@hsesinfo.org - Mr. - F212212 - L212212 - - Chief Executive Officer - 212212@hsesinfo.org - Ms. - F212214 - L212214 - - 212214@hsesinfo.org - Ms. - F212210 - L212210 - - 212210@hsesinfo.org - 555-555-2210 - - - 8696 - 8557 - 11069 - 000 - 2017 - 2017-08-01 - - HS - Active - CENTRO DE SERVICIOS A LA JUVENTUD, INC. - - 8557@hsesinfo.org - M1 Calle 3 - - Arecibo - PR - 00612-3426 - PO BOX 9368 - - Arecibo - PR - 00613-9368 - M1 Calle 3 - - Arecibo - PR - 00612-3426 - Mr. - F209376 - L209376 - - Board Chairperson - 209376@hsesinfo.org - Mr. - F209377 - L209377 - C - Interim Executive Director / Interim Headstar Director - 209377@hsesinfo.org - Mrs. - F209379 - L209379 - - 209379@hsesinfo.org - Mr. - F209375 - L209375 - - 209375@hsesinfo.org - 555-555-9375 - - - 8697 - 8558 - 11069 - 200 - 2017 - 2017-08-01 - - EHS - Active - CENTRO DE SERVICIOS A LA JUVENTUD, INC. - - 8558@hsesinfo.org - M1 Calle 3 - - Arecibo - PR - 00612-3426 - PO BOX 9368 - - Arecibo - PR - 00613-9368 - M1 Calle 3 - - Arecibo - PR - 00612-3426 - Mr. - F209383 - L209383 - - Board Chairperson - 209383@hsesinfo.org - Mr. - F209384 - L209384 - - Interim Executive Director / Interim Headstar Director - 209384@hsesinfo.org - Mrs. - F209386 - L209386 - - 209386@hsesinfo.org - Mr. - F209382 - L209382 - C - 209382@hsesinfo.org - 555-555-9382 - - - 8712 - 8572 - 9437 - 203 - 2017 - 2016-09-01 - - EHS - Active - Chicago Youth Centers - http://www.chicagoyouthcenters.org - 8572@hsesinfo.org - 218 S Wabash Suite 600 - - Chicago - IL - 60604 - 218 S Wabash Suite 600 - - Chicago - IL - 60604 - 218 S Wabash Suite 600 - - Chicago - IL - 60604 - Mr. - F209482 - L209482 - - Board Chair - 209482@hsesinfo.org - Ms. - F209483 - L209483 - - President/CEO - 209483@hsesinfo.org - Ms. - F209485 - L209485 - - 209485@hsesinfo.org - Ms. - F209481 - L209481 - - 209481@hsesinfo.org - 555-555-9481 x 5555 - - - 9518 - 8798 - 11742 - 200 - 2019 - 2019-03-01 - 2020-08-31 - EHS - Inactive - Kennebec Valley Community Action Program - www.kvcap.org - 8798@hsesinfo.org - Child & Family Services - 101 Water Street - Waterville - ME - 04901-6339 - 101 Water St - - Waterville - ME - 04901-6339 - Child & Family Services - 101 Water Street - Waterville - ME - 04901-6339 - Mrs. - F215123 - L215123 - - KVCAP Board Chairperson - 215123@hsesinfo.org - Mrs. - F215124 - L215124 - - Chief Executive Officer - 215124@hsesinfo.org - Mr. - F215126 - L215126 - - 215126@hsesinfo.org - Mrs. - F215122 - L215122 - - 215122@hsesinfo.org - 555-555-5122 - - - 8850 - 905 - 11212 - 000 - 1992 - 2018-07-01 - - HS - Active - BRECKINRIDGE COUNTY BOARD OF EDUCATION - http://www.breck.kyschools.us - 905@hsesinfo.org - 86 Airport Road - - Hardinsburg - KY - 40143-9407 - 86 Airport Road - - Hardinsburg - KY - 40143-9407 - 86 Airport Road - - Hardinsburg - KY - 40143-9407 - Ms. - F210430 - L210430 - - - 210430@hsesinfo.org - Mr. - F210431 - L210431 - - - 210431@hsesinfo.org - Mr. - F210433 - L210433 - - 210433@hsesinfo.org - Mr. - F210429 - L210429 - - 210429@hsesinfo.org - 555-555-0429 - - - 12062 - 1495 - 13754 - 200 - 2014 - 2020-09-01 - - EHS - Active - Coastal Community Action, Inc. - http://www.coastalca.org - 1495@hsesinfo.org - 303 McQueen Blvd - - Newport - NC - 28570-8121 - PO Box 729 - - Newport - NC - 28570-0729 - 303 McQueen Blvd - - Newport - NC - 28570-8121 - Bishop - F232208 - L232208 - - Chair, Board of Directors - 232208@hsesinfo.org - Ms. - F232209 - L232209 - S - Executive Director - 232209@hsesinfo.org - Ms. - F232211 - L232211 - - 232211@hsesinfo.org - Ms. - F232207 - L232207 - - 232207@hsesinfo.org - 555-555-2207 - - - 12061 - 1496 - 13754 - 000 - 1992 - 2020-09-01 - - HS - Active - Coastal Community Action, Inc. - http://www.coastalca.org - 1496@hsesinfo.org - 303 McQueen Blvd - - Newport - NC - 28570-8121 - PO Box 729 - - Newport - NC - 28570-0729 - 303 McQueen Blvd - - Newport - NC - 28570-8121 - Bishop - F232201 - L232201 - - Chair, Board of Directors - 232201@hsesinfo.org - Ms. - F232202 - L232202 - S - Executive Director - 232202@hsesinfo.org - Ms. - F232204 - L232204 - - 232204@hsesinfo.org - Ms. - F232200 - L232200 - - 232200@hsesinfo.org - 555-555-2200 - - - 12085 - 2512 - 13779 - 200 - 2007 - 2020-09-01 - - EHS - Active - HOWARD AREA COMMUNITY CENTER - www.howardarea.org - 2512@hsesinfo.org - 7648 N Paulina St - - Chicago - IL - 60626-1018 - 7648 N Paulina St - - Chicago - IL - 60626-1018 - 7648 N Paulina St - - Chicago - IL - 60626-1018 - Mr. - F232331 - L232331 - - President - 232331@hsesinfo.org - Mr. - F232332 - L232332 - - Interim Executive Director - 232332@hsesinfo.org - Ms. - F232334 - L232334 - - 232334@hsesinfo.org - Ms. - F232330 - L232330 - - 232330@hsesinfo.org - 555-555-2330 - - - 12086 - 1926 - 13775 - 000 - 1993 - 2020-09-01 - - HS - Active - Blue Water Community Action - www.bwcaa.org - 1926@hsesinfo.org - 3403 Lapeer Rd - - Port Huron - MI - 48060-2597 - 3403 Lapeer Rd - - Port Huron - MI - 48060-2597 - 3403 Lapeer Rd - - Port Huron - MI - 48060-2597 - Mr. - F232338 - L232338 - - Board Chairperson - 232338@hsesinfo.org - Ms. - F232339 - L232339 - - Executive Director - 232339@hsesinfo.org - Ms. - F232341 - L232341 - - 232341@hsesinfo.org - Ms. - F232337 - L232337 - - 232337@hsesinfo.org - 555-555-2337 - - - 12087 - 2773 - 13775 - 200 - 2009 - 2020-09-01 - - EHS - Active - Blue WaterCommunity Action - www.bwcaa.org - 2773@hsesinfo.org - 3403 Lapeer Rd - - Port Huron - MI - 48060-2597 - 3403 Lapeer Rd - - Port Huron - MI - 48060-2597 - 3403 Lapeer Rd - - Port Huron - MI - 48060-2597 - Mr. - F232345 - L232345 - - Board Chairperson - 232345@hsesinfo.org - Ms. - F232346 - L232346 - - Executive Director - 232346@hsesinfo.org - Ms. - F232348 - L232348 - - 232348@hsesinfo.org - Ms. - F232344 - L232344 - - 232344@hsesinfo.org - 555-555-2344 - - - 12088 - 2409 - 13777 - 000 - 1993 - 2020-09-01 - - AIAN HS - Active - Passamaquoddy Head Start - - 2409@hsesinfo.org - 39 Union St Apt A - - Calais - ME - 04619-1819 - 39 Union St Apt A - - Calais - ME - 04619-1819 - 39 Union St Apt A - - Calais - ME - 04619-1819 - Mrs. - F232352 - L232352 - - Chief - 232352@hsesinfo.org - Mrs. - F232353 - L232353 - - Superintendent - 232353@hsesinfo.org - Mrs. - F232355 - L232355 - - 232355@hsesinfo.org - Mrs. - F232351 - L232351 - - 232351@hsesinfo.org - 555-555-2351 - - - 6112 - 2138 - 9720 - 000 - 1992 - 2015-03-01 - 2020-08-31 - HS - Inactive - Burlington County Community Action Program - www.bccap.org - 2138@hsesinfo.org - 718 South Route 130 - - Burlington - NJ - 08016-1276 - 718 South Route 130 - - Burlington - NJ - 08016-1276 - 718 South Route 130 - - Burlington - NJ - 08016-1276 - Mr. - F108469 - L108469 - - Board President - 108469@hsesinfo.org - Dr. - F108471 - L108471 - - Executive Director - 108471@hsesinfo.org - Mr. - F108472 - L108472 - - 108472@hsesinfo.org - Ms. - F108468 - L108468 - - 108468@hsesinfo.org - 555-555-8468 x 5555 - - - 12006 - 886 - 13686 - 000 - 2014 - 2020-09-01 - - HS - Active - Franklin Vance Warren Opportunity, Inc - http://www.fvwopp.com - 886@hsesinfo.org - 180 S Beckford Dr - - Henderson - NC - 27536-2584 - PO Box 1453 - - Henderson - NC - 27536-1453 - 180 S Beckford Dr - - Henderson - NC - 27536-2584 - Dr. - F231854 - L231854 - - Board Chair - 231854@hsesinfo.org - Mr. - F231855 - L231855 - - Chief Executive Officer - 231855@hsesinfo.org - Ms. - F231857 - L231857 - - 231857@hsesinfo.org - Mrs. - F231853 - L231853 - - 231853@hsesinfo.org - 555-555-1853 - - - 12050 - 2495 - 13741 - 000 - 2014 - 2020-09-01 - - HS - Active - Community Action of Southeast Iowa - caofseia.org - 2495@hsesinfo.org - 2850 Mount Pleasant St - Ste 108 - Burlington - IA - 52601-2002 - 2850 Mount Pleasant St - Ste 108 - Burlington - IA - 52601-2002 - 2850 Mount Pleasant St - Ste 108 - Burlington - IA - 52601-2002 - Ms. - F232126 - L232126 - - Board President - 232126@hsesinfo.org - Ms. - F232127 - L232127 - - Executive Director - 232127@hsesinfo.org - Mr. - F232129 - L232129 - - 232129@hsesinfo.org - Mr. - F232125 - L232125 - - 232125@hsesinfo.org - 555-555-2125 - - - 12051 - 2496 - 13741 - 200 - 2014 - 2020-09-01 - - EHS - Active - Community Action of Southeast Iowa - caofseia.org - 2496@hsesinfo.org - 2850 Mount Pleasant St - Ste 108 - Burlington - IA - 52601-2002 - 2850 Mount Pleasant St - Ste 108 - Burlington - IA - 52601-2002 - 2850 Mount Pleasant St - Ste 108 - Burlington - IA - 52601-2002 - Ms. - F232133 - L232133 - - Board President - 232133@hsesinfo.org - Ms. - F232134 - L232134 - - Executive Director - 232134@hsesinfo.org - Mr. - F232136 - L232136 - - 232136@hsesinfo.org - Mr. - F232132 - L232132 - - 232132@hsesinfo.org - 555-555-2132 - - - 12052 - 2490 - 13738 - 000 - 2014 - 2020-09-01 - - HS - Active - Missouri Valley Community Action Agency - http://www.mvcaa.net - 2490@hsesinfo.org - 1415 S Odell Ave - - Marshall - MO - 65340-3144 - 1415 S Odell Ave - - Marshall - MO - 65340-3144 - 1415 S Odell Ave - - Marshall - MO - 65340-3144 - Mr. - F232140 - L232140 - - Chair, Board of Directors - 232140@hsesinfo.org - Ms. - F232141 - L232141 - - Executive Director - 232141@hsesinfo.org - Ms. - F232143 - L232143 - - 232143@hsesinfo.org - Ms. - F232139 - L232139 - - 232139@hsesinfo.org - 555-555-2139 x 5555 - - - 6186 - 6196 - 9714 - 200 - - 2015-03-01 - 2020-08-31 - EHS - Inactive - Nebraska Early Childhood Collaborative - https://nebraskaearly.org/ - 6196@hsesinfo.org - 3200 N 30th St - Ste 200 - Omaha - NE - 68111-3120 - 3200 N 30th St - Ste 200 - Omaha - NE - 68111-3120 - 3200 N 30th St - Ste 200 - Omaha - NE - 68111-3120 - Ms. - F108798 - L108798 - - NECC Governing Board Chair - 108798@hsesinfo.org - Ms. - F108799 - L108799 - - NECC CEO - 108799@hsesinfo.org - Ms. - F108801 - L108801 - - 108801@hsesinfo.org - Ms. - F108797 - L108797 - - 108797@hsesinfo.org - 555-555-8797 - - - 8870 - 881 - 11238 - 000 - 1992 - 2018-07-01 - - HS - Active - Lincoln County Board Of Education - www.lincoln.kyschools.us - 881@hsesinfo.org - 305 Danville Ave - - Stanford - KY - 40484-1205 - 903 Danville Ave - - Stanford - KY - 40484-9554 - 903 Danville Ave - - Stanford - KY - 40484-9554 - Mr. - F210612 - L210612 - - Board Chair - 210612@hsesinfo.org - Mr. - F210613 - L210613 - - Superintendent - 210613@hsesinfo.org - Mrs. - F210615 - L210615 - - 210615@hsesinfo.org - Mrs. - F210611 - L210611 - - 210611@hsesinfo.org - 555-555-0611 - - - 8871 - 882 - 11238 - 200 - 2003 - 2018-07-01 - - EHS - Active - Lincoln County Board Of Education - www.lincoln.kyschools.us - 882@hsesinfo.org - 305 Danville Ave - - Stanford - KY - 40484-1205 - 903 Danville Ave - - Stanford - KY - 40484-9554 - 903 Danville Ave - - Stanford - KY - 40484-9554 - Mr. - F210619 - L210619 - - Board Chair - 210619@hsesinfo.org - Mr. - F210620 - L210620 - - Superintendent - 210620@hsesinfo.org - Mrs. - F210622 - L210622 - - 210622@hsesinfo.org - Mrs. - F210618 - L210618 - - 210618@hsesinfo.org - 555-555-0618 - - - 12094 - 9787 - 13778 - 200 - 2020 - 2020-11-01 - - EHS - Active - YMCA/Early Childhood Development Co, LLC - ymcaatlanta.org/early-learning - 9787@hsesinfo.org - 569 Martin Luther King Jr Dr NW - - Atlanta - GA - 30314-4164 - 569 Martin Luther King Jr Dr NW - - Atlanta - GA - 30314-4164 - 569 Martin Luther King Jr Dr NW - - Atlanta - GA - 30314-4164 - Ms. - F232391 - L232391 - - YMCA Board Chair - 232391@hsesinfo.org - Mrs. - F232389 - L232389 - - President and CEO - 232389@hsesinfo.org - Ms. - F232392 - L232392 - - 232392@hsesinfo.org - Mrs. - F232388 - L232388 - - 232388@hsesinfo.org - 555-555-2388 - - - 12093 - 9786 - 13778 - 000 - 2020 - 2020-11-01 - - HS - Active - YMCA/Early Childhood Development Co, LLC - ymcaatlanta.org/early-learning - 9786@hsesinfo.org - 569 Martin Luther King Jr Dr NW - - Atlanta - GA - 30314-4164 - 569 Martin Luther King Jr Dr NW - - Atlanta - GA - 30314-4164 - 569 Martin Luther King Jr Dr NW - - Atlanta - GA - 30314-4164 - Ms. - F232385 - L232385 - - YMCA Board Chair - 232385@hsesinfo.org - Mrs. - F232383 - L232383 - - President and CEO - 232383@hsesinfo.org - Ms. - F232386 - L232386 - - 232386@hsesinfo.org - Mrs. - F232382 - L232382 - - 232382@hsesinfo.org - 555-555-2382 - - - 12011 - 6088 - 13680 - 200 - - 2020-09-01 - - EHS - Active - Lancaster County First Steps to School Readiness Partnership - www.lancastercountyfirststeps.org - 6088@hsesinfo.org - 121 S Wylie St - - Lancaster - SC - 29720-2348 - 121 S Wylie St - - Lancaster - SC - 29720-2348 - 121 S Wylie St - - Lancaster - SC - 29720-2348 - Dr. - F231889 - L231889 - - Chairman, Lancaster County First Steps Board - 231889@hsesinfo.org - Mrs. - F231890 - L231890 - - First Steps Executive Director - 231890@hsesinfo.org - Ms. - F231892 - L231892 - - 231892@hsesinfo.org - Ms. - F231888 - L231888 - - 231888@hsesinfo.org - 555-555-1888 - - - 10904 - 1136 - 12861 - 000 - 1994 - 2020-01-01 - - AIAN HS - Active - ROUND VALLEY INDIAN TRIBES - 77826 Covelo Rd - 1136@hsesinfo.org - 77826 Covelo Rd - - Covelo - CA - 95428-9552 - 77826 Covelo Rd - - Covelo - CA - 95428-9552 - 77826 Covelo Rd - - Covelo - CA - 95428-9552 - Mr. - F224620 - L224620 - - President - 224620@hsesinfo.org - Mrs. - F224621 - L224621 - - Tribal Business Administrator - 224621@hsesinfo.org - Ms. - F224623 - L224623 - - 224623@hsesinfo.org - Mrs. - F224619 - L224619 - - 224619@hsesinfo.org - 555-555-4619 - - - 9808 - 896 - 11955 - 000 - 2014 - 2019-07-01 - - HS - Active - Southeastern Community Action Partnership, Inc. - scapnc.org - 896@hsesinfo.org - 405 N Elm St - - Lumberton - NC - 28358-5556 - PO Box 1025 - - Lumberton - NC - 28359-1025 - 405 N Elm St - - Lumberton - NC - 28358-5556 - Mr. - F217067 - L217067 - - Board Chair - 217067@hsesinfo.org - Mrs. - F217068 - L217068 - - CEO - 217068@hsesinfo.org - Ms. - F217070 - L217070 - - 217070@hsesinfo.org - Mrs. - F217066 - L217066 - - 217066@hsesinfo.org - 555-555-7066 - - - 11852 - 5871 - 13567 - 002 - - 2020-07-01 - - HS - Active - Hispanic Human Resources Council, Inc. - http:/www.hhrcinc.com - 5871@hsesinfo.org - 1427 S Congress Ave - - West Palm Beach - FL - 33406-5120 - 1427 S Congress Ave - - West Palm Beach - FL - 33406-5120 - 1427 S Congress Ave - - West Palm Beach - FL - 33406-5120 - Mr. - F230892 - L230892 - - - 230892@hsesinfo.org - Mr. - F230890 - L230890 - - Executive Director - 230890@hsesinfo.org - - F230893 - L230893 - - 230893@hsesinfo.org - Mr. - F230889 - L230889 - - 230889@hsesinfo.org - 555-555-0889 - - - 9809 - 8931 - 11955 - 200 - 2019 - 2019-07-01 - - EHS - Active - Southeastern Community Action Partnership, Inc. - scapnc.org - 8931@hsesinfo.org - 405 N Elm St - - Lumberton - NC - 28358-5556 - PO Box 1025 - - Lumberton - NC - 28359-1025 - 405 N Elm St - - Lumberton - NC - 28358-5556 - Mr. - F217074 - L217074 - - Board Chair - 217074@hsesinfo.org - Mrs. - F217075 - L217075 - - CEO - 217075@hsesinfo.org - Mr. - F217077 - L217077 - - 217077@hsesinfo.org - Mrs. - F217073 - L217073 - - 217073@hsesinfo.org - 555-555-7073 - - - 11621 - 9487 - 13403 - 000 - 2020 - 2020-07-01 - - HS - Active - Southeastern Community Action Partnership, Inc. - scapnc.org - 9487@hsesinfo.org - 405 N Elm St - - Lumberton - NC - 28358-5556 - PO Box 1025 - - Lumberton - NC - 28359-1025 - 405 N Elm St - - Lumberton - NC - 28358-5556 - Mr. - F229315 - L229315 - - Board Chair - 229315@hsesinfo.org - Mrs. - F229316 - L229316 - - CEO - 229316@hsesinfo.org - Mr. - F229318 - L229318 - - 229318@hsesinfo.org - Mrs. - F229314 - L229314 - - 229314@hsesinfo.org - 555-555-9314 - - - 11622 - 9488 - 13403 - 200 - 2020 - 2020-07-01 - - EHS - Active - Southeastern Community Action Partnership, Inc. - scapnc.org - 9488@hsesinfo.org - 405 N Elm St - - Lumberton - NC - 28358-5556 - PO Box 1025 - - Lumberton - NC - 28359-1025 - 405 N Elm St - - Lumberton - NC - 28358-5556 - Mr. - F229322 - L229322 - - Board Chair - 229322@hsesinfo.org - Mrs. - F229323 - L229323 - - CEO - 229323@hsesinfo.org - Mr. - F229325 - L229325 - - 229325@hsesinfo.org - Mrs. - F229321 - L229321 - - 229321@hsesinfo.org - 555-555-9321 - - - 12095 - 1751 - 13784 - 200 - 2001 - 2020-09-01 - - EHS - Active - Florida State University - http://www.cpeip.fsu.edu/ehs - 1751@hsesinfo.org - 385 E Jefferson St - Ste C - Quincy - FL - 32351-2531 - 1339 E. Lafayette St - - Tallahassee - FL - 32301-4797 - 874 TRADITIONS WAY 3RD FLOOR - - TALLAHASSEE - FL - 32306-0001 - Dr. - F232395 - L232395 - - VP for Research - 232395@hsesinfo.org - Dr. - F232396 - L232396 - - Director, FSU Early Head Start Program - 232396@hsesinfo.org - Ms. - F232398 - L232398 - - 232398@hsesinfo.org - Ms. - F232394 - L232394 - - 232394@hsesinfo.org - 555-555-2394 - - - 11998 - 6222 - 13677 - 200 - - 2020-09-01 - - EHS - Active - Cleveland County Partnership for Children, Inc. - http://www.ccpartnershipforchildren.com - 6222@hsesinfo.org - 105 E Ridge St - - Kings Mountain - NC - 28086-3034 - PO Box 455 - - Kings Mountain - NC - 28086-0455 - 105 E Ridge St - - Kings Mountain - NC - 28086-3034 - Mrs. - F231799 - L231799 - - Board Chair - 231799@hsesinfo.org - Ms. - F231800 - L231800 - - Executive Director - 231800@hsesinfo.org - Mrs. - F231802 - L231802 - - 231802@hsesinfo.org - Ms. - F231798 - L231798 - - 231798@hsesinfo.org - 555-555-1798 - - - 11969 - 1904 - 13652 - 200 - 2014 - 2020-08-01 - - EHS - Active - Capital Area Community Services, Inc. - http://www.cacsheadstart.org - 1904@hsesinfo.org - 727 N. Jenison - - Lansing - MI - 48915 - 727 N. Jenison - - Lansing - MI - 48915 - 101 E. Willow - - Lansing - MI - 48906-4814 - Mr. - F231608 - L231608 - III - Board Chairperson - 231608@hsesinfo.org - Mr. - F231609 - L231609 - - Executive Director - 231609@hsesinfo.org - Mrs. - F231611 - L231611 - - 231611@hsesinfo.org - Mrs. - F231607 - L231607 - - 231607@hsesinfo.org - 555-555-1607 - - - 5325 - 831 - 9042 - 000 - 2014 - 2014-08-01 - 2020-07-31 - HS - Inactive - Duluth Public School District #709 - www.isd709.org - 831@hsesinfo.org - 215 N 1st Ave E - - Duluth - MN - 55802-2069 - 215 N 1st Ave E - - Duluth - MN - 55802-2069 - 215 N 1st Ave E - - Duluth - MN - 55802-2069 - Ms. - F54176 - L54176 - - Chair of School Board ISD# 709 - 54176@hsesinfo.org - Mr. - F54178 - L54178 - - School Superintendent - 54178@hsesinfo.org - Ms. - F54180 - L54180 - - 54180@hsesinfo.org - Ms. - F54175 - L54175 - - 54175@hsesinfo.org - 555-555-4175 - - - 5332 - 754 - 9098 - 000 - 2014 - 2014-09-01 - 2020-08-31 - HS - Inactive - Kerrville Independent School District - http://www.kerrvilleisd.net - 754@hsesinfo.org - Kerrville ISD Early Childhood Center - 1011 Third Street - Kerrville - TX - 78028-3603 - Kerrville ISD Early Childhood Center - 1011 Third Street - Kerrville - TX - 78028-3603 - Kerrville Independent School District - 1009 Barnett Street - Kerrville - TX - 78028 - Mr. - F54229 - L54229 - - President - 54229@hsesinfo.org - Mr. - F54228 - L54228 - - Executive Director - 54228@hsesinfo.org - Ms. - F54225 - L54225 - - 54225@hsesinfo.org - Ms. - F54224 - L54224 - - 54224@hsesinfo.org - 555-555-4224 x 5555 - - - 11939 - 9674 - 13629 - 200 - 2020 - 2020-09-01 - - EHS - Active - Region VII Education Service Center - http://www.esc7.net - 9674@hsesinfo.org - 1909 N Longview St - - Kilgore - TX - 75662-6827 - 1909 North Longview Street - - Kilgore - TX - 75662-6827 - 1909 N Longview St - - Kilgore - TX - 75662-6827 - Mr. - F231429 - L231429 - - Region 7 ESC Board Chairman - 231429@hsesinfo.org - Mr. - F231430 - L231430 - - - 231430@hsesinfo.org - Mrs. - F231432 - L231432 - - 231432@hsesinfo.org - Mrs. - F231428 - L231428 - - 231428@hsesinfo.org - 555-555-1428 - - - 8019 - 1497 - 10522 - 000 - 1991 - 2016-02-01 - - HS - Active - Project NOW, Inc., Community Action Agency - http://www.projectnow.org - 1497@hsesinfo.org - 418 19th St - - Rock Island - IL - 61201-8123 - PO Box 3970 - - Rock Island - IL - 61204-3970 - 418 19th St - - Rock Island - IL - 61201-8123 - Ms. - F205336 - L205336 - - Board Chair - 205336@hsesinfo.org - Mr. - F205337 - L205337 - - Executive Director - 205337@hsesinfo.org - Ms. - F205339 - L205339 - - 205339@hsesinfo.org - Ms. - F205335 - L205335 - - 205335@hsesinfo.org - 555-555-5335 - - - 11675 - 8012 - 13473 - 001 - 2015 - 2020-07-01 - - HS - Active - Naugatuck Public Schools Head Start - www.naugatuck.k12.ct.us - 8012@hsesinfo.org - 28 Central Ave - - Naugatuck - CT - 06770 - 28 Central Ave - - Naugatuck - CT - 06770 - 28 Central Ave - - Naugatuck - CT - 06770 - Mrs. - F229690 - L229690 - - Board Chairperson - 229690@hsesinfo.org - Mr. - F229691 - L229691 - - CEO/President - 229691@hsesinfo.org - - F229693 - L229693 - - 229693@hsesinfo.org - Ms. - F229689 - L229689 - - 229689@hsesinfo.org - 555-555-9689 x 5555 - - - 5374 - 1495 - 9148 - 200 - 2014 - 2014-09-01 - 2020-08-31 - EHS - Inactive - Coastal Community Action, Inc. - http://www.coastalca.org - 1495@hsesinfo.org - 303 McQueen Blvd - - Newport - NC - 28570-8121 - PO Box 729 - - Newport - NC - 28570-0729 - 303 McQueen Blvd - - Newport - NC - 28570-8121 - Rev. - F96605 - L96605 - - Chair, Board of Directors - 96605@hsesinfo.org - Ms. - F96607 - L96607 - - Executive Director - 96607@hsesinfo.org - Ms. - F96609 - L96609 - - 96609@hsesinfo.org - Ms. - F96604 - L96604 - - 96604@hsesinfo.org - 555-555-6604 - - - 12110 - 6027 - 13804 - 200 - - 2020-09-01 - - EHS - Active - Quintana Baptist Church Head Start Program - Reparto Metropolitano - 6027@hsesinfo.org - 1579 Ave Ponce De Leon - Edificio Plaza Caribe - San Juan - PR - 00926-2715 - Ave. Paz Granela - Pmb 473 Suite 2 - San Juan - PR - 00927 - 1579 Ave Ponce De Leon - Edificio Plaza Caribe - San Juan - PR - 00926-2715 - Mr. - F232480 - L232480 - - Acting Board President - 232480@hsesinfo.org - Mrs. - F232481 - L232481 - - Executive Director - 232481@hsesinfo.org - Mrs. - F232483 - L232483 - - 232483@hsesinfo.org - Mrs. - F232479 - L232479 - - 232479@hsesinfo.org - 555-555-2479 - - - 12111 - 1694 - 13813 - 200 - 2003 - 2020-09-01 - - EHS - Active - Porter-Leath - http://www.porter-leath.org - 1694@hsesinfo.org - 3400 Prescott Rd - - Memphis - TN - 38118-3602 - 3400 Prescott Rd - - Memphis - TN - 38118-3602 - 3400 Prescott Rd - - Memphis - TN - 38118-3602 - Mr. - F232487 - L232487 - - Board Chair - 232487@hsesinfo.org - Mr. - F232488 - L232488 - - President - 232488@hsesinfo.org - Mrs. - F232490 - L232490 - - 232490@hsesinfo.org - Mrs. - F232486 - L232486 - - 232486@hsesinfo.org - 555-555-2486 x 5555 - - - 12112 - 2507 - 13806 - 200 - 2007 - 2020-09-01 - - EHS - Active - Chicago Commons Association - www.chicagocommons.org - 2507@hsesinfo.org - 515 E 50th St Ste 200 - - Chicago - IL - 60615-2401 - 515 E 50th St Ste 200 - - Chicago - IL - 60615-2401 - 515 E 50th St Ste 200 - - Chicago - IL - 60615-2401 - Mr. - F232494 - L232494 - - Board Chair - 232494@hsesinfo.org - Mr. - F232495 - L232495 - - President and CEO - 232495@hsesinfo.org - Ms. - F232497 - L232497 - - 232497@hsesinfo.org - Mrs. - F232493 - L232493 - - 232493@hsesinfo.org - 555-555-2493 - - - 12115 - 2426 - 13810 - 000 - 2014 - 2020-08-01 - - AIAN HS - Active - Menominee Indian Tribe - http://www.menominee-nsn.gov/education/headstart/headStartHome.asp - 2426@hsesinfo.org - Dolores K. Boyd Center - N 733 Head Start Road - Keshena - WI - 54135 - Menominee Nation Early Childhood - P.O. Box 910 - Keshena - WI - 54135-0910 - Dolores K. Boyd Center - N 733 Head Start Road - Keshena - WI - 54135 - Mrs. - F232515 - L232515 - - Tribal Chairman - 232515@hsesinfo.org - Mrs. - F232516 - L232516 - - Tribal Administrator - 232516@hsesinfo.org - Ms. - F232518 - L232518 - - 232518@hsesinfo.org - Ms. - F232514 - L232514 - - 232514@hsesinfo.org - 555-555-2514 - - - 12116 - 2425 - 13810 - 200 - 2014 - 2020-08-01 - - AIAN EHS - Active - Menominee Indian Tribe - http://www.menominee-nsn.gov/education/headstart/headStartHome.asp - 2425@hsesinfo.org - Dolores K. Boyd Center - N 733 Head Start Road - Keshena - WI - 54135 - Early Head Start Program - P.O. Box 910 - Keshena - WI - 54135-0910 - Dolores K. Boyd Center - N 733 Head Start Road - Keshena - WI - 54135 - Mrs. - F232522 - L232522 - - Tribal Chairman - 232522@hsesinfo.org - Mrs. - F232523 - L232523 - - Tribal Administrator - 232523@hsesinfo.org - Ms. - F232525 - L232525 - - 232525@hsesinfo.org - Ms. - F232521 - L232521 - - 232521@hsesinfo.org - 555-555-2521 x 5555 - - - 12117 - 1776 - 13805 - 000 - 2014 - 2020-09-01 - - AIAN HS - Active - COCOPAH HEAD START - - 1776@hsesinfo.org - Cocopah Head Start - East Cocopah Reservation - 17900 Cottonwood Drive - Somerton - AZ - 85350 - Cocopah Head Start - 14515 S. Veterans Drive - Somerton - AZ - 85350 - Cocopah Head Start - West Cocopah Reservation; 14515 S. Veterans Drive - Somerton - AZ - 85350 - Ms. - F232529 - L232529 - - Tribal Chairwoman - 232529@hsesinfo.org - Ms. - F232530 - L232530 - - Assistant Tribal Administrator - 232530@hsesinfo.org - Ms. - F232532 - L232532 - - 232532@hsesinfo.org - Mr. - F232528 - L232528 - - 232528@hsesinfo.org - 555-555-2528 - - - 12118 - 6262 - 13803 - 200 - - 2020-09-01 - - AIAN EHS - Active - ROSEBUD SIOUX TRIBE - www.rst-headstart.com - 6262@hsesinfo.org - 725 Hospital Drive - - Rosebud - SD - 57570 - POST OFFICE BOX 836 - - ROSEBUD - SD - 57570 - 725 Hospital Drive - - Rosebud - SD - 57570 - Mr. - F232536 - L232536 - - Tribal President - 232536@hsesinfo.org - Mr. - F232537 - L232537 - - Tribal President - 232537@hsesinfo.org - Ms. - F232539 - L232539 - - 232539@hsesinfo.org - Ms. - F232535 - L232535 - - 232535@hsesinfo.org - 555-555-2535 - - - 12097 - 9788 - 13788 - 000 - 2020 - 2020-09-01 - - Migrant HS - Active - Great Lakes Community Action Partnership - http://www.glcap.org - 9788@hsesinfo.org - 127 S Front St - - Fremont - OH - 43420-3021 - 127 S Front St - P.O. Box 590 - Fremont - OH - 43420-3021 - 127 S Front St - - Fremont - OH - 43420-3021 - Mr. - F232404 - L232404 - - Board Chair - 232404@hsesinfo.org - Mrs. - F232402 - L232402 - - - 232402@hsesinfo.org - Mrs. - F232405 - L232405 - - 232405@hsesinfo.org - Mrs. - F232401 - L232401 - - 232401@hsesinfo.org - 555-555-2401 x 5555 - - - 12113 - 1073 - 13801 - 000 - 1993 - 2020-09-01 - - HS - Active - Absaroka, Inc. - abshs.org - 1073@hsesinfo.org - 1121 Big Horn Ave - - Worland - WY - 82401-2802 - PO BOX 952 - - Worland - WY - 82401-0952 - 1121 Big Horn Ave - - Worland - WY - 82401-2802 - Mr. - F232501 - L232501 - - Board Chair - 232501@hsesinfo.org - Mrs. - F232502 - L232502 - - Head Start Director - 232502@hsesinfo.org - Mr. - F232504 - L232504 - - 232504@hsesinfo.org - Mrs. - F232500 - L232500 - - 232500@hsesinfo.org - 555-555-2500 - - - 12119 - 6263 - 13812 - 200 - - 2020-09-01 - - AIAN EHS - Active - Kawerak, Inc. - http://www.kawerak.org - 6263@hsesinfo.org - 606 East I Street - - Nome - AK - 99762 - PO Box 948 - - Nome - AK - 99762-0948 - 500 Seppala - - Nome - AK - 99762 - Mr. - F232543 - L232543 - - President, Board of Directors - 232543@hsesinfo.org - Ms. - F232544 - L232544 - - President - 232544@hsesinfo.org - Mrs. - F232546 - L232546 - - 232546@hsesinfo.org - Ms. - F232542 - L232542 - - 232542@hsesinfo.org - 555-555-2542 - - - 12120 - 6226 - 13811 - 200 - - 2020-09-01 - - AIAN EHS - Active - METLAKATLA INDIAN COMMUNITY - PO Box 8 - 6226@hsesinfo.org - 93 Milton Street - - Metlakatla - AK - 99926 - 93 Milton Street - - Metlakatla - AK - 99926 - 93 Milton Street - - Metlakatla - AK - 99926 - Mr. - F232550 - L232550 - - Mayor - 232550@hsesinfo.org - Mr. - F232551 - L232551 - - Mayor - 232551@hsesinfo.org - Mrs. - F232553 - L232553 - - 232553@hsesinfo.org - Ms. - F232549 - L232549 - - 232549@hsesinfo.org - 555-555-2549 - - - 12114 - 2604 - 13801 - 200 - 2010 - 2020-09-01 - - EHS - Active - Absaroka, Inc. - www.abshs.org - 2604@hsesinfo.org - 883 E 7th St - - Powell - WY - 82435-2111 - PO Box 952 - - Worland - WY - 82401-0952 - 883 E 7th St - - Powell - WY - 82435-2111 - Mr. - F232508 - L232508 - - Board Chair - 232508@hsesinfo.org - Mrs. - F232509 - L232509 - - Head Start Director - 232509@hsesinfo.org - Mr. - F232511 - L232511 - - 232511@hsesinfo.org - Mrs. - F232507 - L232507 - - 232507@hsesinfo.org - 555-555-2507 - - - 10124 - 3729 - 12172 - 003 - 2014 - 2019-07-01 - 2020-06-30 - HS - Inactive - Greater Phoenix Urban League - http://www.greaterphoenixurbanleague.org - 3729@hsesinfo.org - 1402 South 7th Ave - 1402 South 7th Ave - Phoenix - AZ - 85007-3902 - 1402 South 7th Ave - 1402 South 7th Ave - Phoenix - AZ - 85007-3902 - 1402 South 7th Ave - 1402 South 7th Ave - Phoenix - AZ - 85007-3902 - Mrs. - F219259 - L219259 - - Chairman of the Greater Phoenix UrbanLeague Board - 219259@hsesinfo.org - Mr. - F219260 - L219260 - - CEO Greater Phoenix Urban League - 219260@hsesinfo.org - Ms. - F219262 - L219262 - - 219262@hsesinfo.org - Ms. - F219258 - L219258 - - 219258@hsesinfo.org - 555-555-9258 - - - 10126 - 3733 - 12174 - 005 - 2014 - 2019-07-01 - 2020-06-30 - HS - Inactive - Wilson Head Start - www.wsd.k12.az.us - 3733@hsesinfo.org - 500 North 30th Place - - Phoenix - AZ - 85008-6139 - 500 North 30th Place - - Phoenix - AZ - 85008-6139 - 500 North 30th Place - - Phoenix - AZ - 85008-6139 - Mr. - F219273 - L219273 - - Governing Board Chair - 219273@hsesinfo.org - Mr. - F219274 - L219274 - - School Superintendent - 219274@hsesinfo.org - Mrs. - F219276 - L219276 - - 219276@hsesinfo.org - Mrs. - F219272 - L219272 - - 219272@hsesinfo.org - 555-555-9272 - - - 10121 - 1095 - 12149 - 000 - 2014 - 2019-07-01 - - HS - Active - City of Phoenix Human Services Department - http://www.phoenix.gov - 1095@hsesinfo.org - 200 W Washington St - Fl 17 - Phoenix - AZ - 85003-1611 - 200 W Washington St - Fl 17 - Phoenix - AZ - 85003-1611 - 200 W Washington St - Fl 17 - Phoenix - AZ - 85003-1611 - Ms. - F219238 - L219238 - - Councilwoman, Governing Board Chair - 219238@hsesinfo.org - Ms. - F219239 - L219239 - - Human Services Director - 219239@hsesinfo.org - Ms. - F219241 - L219241 - - 219241@hsesinfo.org - Mrs. - F219237 - L219237 - - 219237@hsesinfo.org - 555-555-9237 - - - 10131 - 2760 - 12149 - 200 - 2014 - 2019-07-01 - - EHS - Active - City of Phoenix Human Services Department - www.phoenix.gov - 2760@hsesinfo.org - 200 West Washington, 17th Floor - - Phoenix - AZ - 85003-1611 - 200 West Washington, 17th Floor - - Phoenix - AZ - 85003-1611 - 200 West Washington, 17th Floor - - Phoenix - AZ - 85003-1611 - Ms. - F219308 - L219308 - - Councilwoman, Governing Board Chair - 219308@hsesinfo.org - Ms. - F219309 - L219309 - - Human Services Director - 219309@hsesinfo.org - Ms. - F219311 - L219311 - - 219311@hsesinfo.org - Mrs. - F219307 - L219307 - - 219307@hsesinfo.org - 555-555-9307 - - - 8687 - 8548 - 11061 - 000 - 2017 - 2017-07-25 - - HS - Active - CDI HS/DeKalb and Rockdale Counties, GA - www.cdiheadstart.org - 8548@hsesinfo.org - 815 Park North Blvd - - Clarkston - GA - 30021-6200 - PO Box 108 - - Scottdale - GA - 30079-0108 - 815 Park North Blvd - - Clarkston - GA - 30021-6200 - Mr. - F209318 - L209318 - - Chief Executive Officer - 209318@hsesinfo.org - Ms. - F209319 - L209319 - - Executive Director - 209319@hsesinfo.org - - F209321 - L209321 - - 209321@hsesinfo.org - Ms. - F209317 - L209317 - - 209317@hsesinfo.org - 555-555-9317 - - - 12133 - 9813 - 13808 - 000 - 2020 - 2020-09-01 - - HS - Active - Easter Seals North Georgia - http://www.northgeorgia.easterseals.com - 9813@hsesinfo.org - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - Mr. - F232632 - L232632 - - Chairperson, Board of Directors - 232632@hsesinfo.org - Ms. - F232630 - L232630 - - President/CEO - 232630@hsesinfo.org - Ms. - F232633 - L232633 - - 232633@hsesinfo.org - Mr. - F232629 - L232629 - - 232629@hsesinfo.org - 555-555-2629 x 5555 - - - 12134 - 9814 - 13808 - 200 - 2020 - 2020-09-01 - - EHS - Active - Easter Seals North Georgia - http://www.northgeorgia.easterseals.com - 9814@hsesinfo.org - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - 53 Perimeter Ctr E - Ste 550 - Atlanta - GA - 30346-2228 - Mr. - F232638 - L232638 - - Chairperson, Board of Directors - 232638@hsesinfo.org - Ms. - F232636 - L232636 - - President/CEO - 232636@hsesinfo.org - Ms. - F232639 - L232639 - - 232639@hsesinfo.org - Mr. - F232635 - L232635 - - 232635@hsesinfo.org - 555-555-2635 x 5555 - - - 9301 - 1916 - 11559 - 000 - 2013 - 2019-01-01 - - HS - Active - B.C.M.W. Community Services, Inc. - www.bcmwhs.org - 1916@hsesinfo.org - 909 E Rexford St - - Centralia - IL - 62801-3033 - P.O. Box 729 - - Centralia - IL - 62801-9111 - 909 E Rexford St - - Centralia - IL - 62801-3033 - Mr. - F213645 - L213645 - - BCMW Board Chairperson - 213645@hsesinfo.org - Ms. - F213646 - L213646 - - Executive Director - 213646@hsesinfo.org - Mr. - F213648 - L213648 - - 213648@hsesinfo.org - Mrs. - F213644 - L213644 - - 213644@hsesinfo.org - 555-555-3644 x 5555 - - - 9302 - 8007 - 11559 - 200 - 2016 - 2019-01-01 - - EHS - Active - B.C.M.W. Community Services, Inc. - www.bcmwhs.org - 8007@hsesinfo.org - 909 E Rexford St - - Centralia - IL - 62801-3033 - P.O. Box 729 - - Centralia - IL - 62801-9111 - 909 E Rexford St - - Centralia - IL - 62801-3033 - Mr. - F213652 - L213652 - - BCMW Board Chairperson - 213652@hsesinfo.org - Ms. - F213653 - L213653 - - Executive Director - 213653@hsesinfo.org - Mr. - F213655 - L213655 - - 213655@hsesinfo.org - Mrs. - F213651 - L213651 - - 213651@hsesinfo.org - 555-555-3651 x 5555 - - - 12121 - 9801 - 13809 - 200 - 2020 - 2020-09-01 - - EHS - Active - Wateree Community Actions, Inc. - www.wcai.org - 9801@hsesinfo.org - 1155 N Lafayette Dr - - Sumter - SC - 29150-2913 - PO Box 8328 - - Columbia - SC - 29202-8328 - 1915 Harden St - - Columbia - SC - 29204-1015 - Mrs. - F232557 - L232557 - - Board Chairperson - 232557@hsesinfo.org - Ms. - F232558 - L232558 - - Chief Executive Officer - 232558@hsesinfo.org - Ms. - F232560 - L232560 - - 232560@hsesinfo.org - Mrs. - F232556 - L232556 - - 232556@hsesinfo.org - 555-555-2556 - - - 10609 - 5994 - 12607 - 200 - - 2019-09-01 - 2020-08-31 - Migrant EHS - Inactive - RIVERSIDE COUNTY OFFICE OF EDUCATION, HEAD START - rcoe.us - 5994@hsesinfo.org - 370 Aurora Dr - Ste A - El Centro - CA - 92243-4750 - 370 Aurora Dr - Ste A - El Centro - CA - 92243-4750 - 370 Aurora Dr - Ste A - El Centro - CA - 92243-4750 - Dr. - F222600 - L222600 - - Riverside County Superintendent of Schools - 222600@hsesinfo.org - Ms. - F222601 - L222601 - - Riverside County Assistant Superintendent of Schools - 222601@hsesinfo.org - Ms. - F222603 - L222603 - - 222603@hsesinfo.org - Mr. - F222599 - L222599 - - 222599@hsesinfo.org - 555-555-2599 x 5555 - - - 9854 - 8955 - 11958 - 000 - 2019 - 2019-07-01 - - HS - Active - Save the Children Federation, Inc. - - 8955@hsesinfo.org - 415 Martin Luther King Dr. - - Natchitoches - LA - 71457 - 415 Martin Luther King Jr Dr - - Natchitoches - LA - 71457-4029 - 415 Martin Luther King Jr Dr - - Natchitoches - LA - 71457-4029 - Mr. - F217389 - L217389 - - Governing Board Chair - 217389@hsesinfo.org - Mr. - F217390 - L217390 - - Executive Director - 217390@hsesinfo.org - Mr. - F217392 - L217392 - - 217392@hsesinfo.org - Mrs. - F217388 - L217388 - - 217388@hsesinfo.org - 555-555-7388 - - - 9855 - 8956 - 11958 - 200 - 2019 - 2019-07-01 - - EHS - Active - Save the Children Federation, Inc. - - 8956@hsesinfo.org - 306 S Lake Arthur Ave - - Jennings - LA - 70546-6456 - PO Box 758 - - Jennings - LA - 70546-0758 - 306 S Lake Arthur Ave - - Jennings - LA - 70546-6456 - Mr. - F217396 - L217396 - - Governing Board Chair - 217396@hsesinfo.org - Mr. - F217397 - L217397 - - Executive Director - 217397@hsesinfo.org - Mr. - F217399 - L217399 - - 217399@hsesinfo.org - Mrs. - F217395 - L217395 - - 217395@hsesinfo.org - 555-555-7395 - - - 12135 - 1856 - 13830 - 000 - 2014 - 2020-09-01 - - AIAN HS - Active - ST CROIX CHIPPEWA INDIANS OF WISCONSIN - - 1856@hsesinfo.org - 3792 Highway 70 - 24663 Angeline Avenue - Webster - WI - 54893-9246 - 3792 Highway 70 - 24663 Angeline Avenue - Webster - WI - 54893-9246 - 3792 Highway 70 - 24663 Angeline Avenue - Webster - WI - 54893-9246 - Ms. - F232642 - L232642 - - Tribal Chairwoman - 232642@hsesinfo.org - Ms. - F232643 - L232643 - - Tribal Chairwoman - 232643@hsesinfo.org - Ms. - F232645 - L232645 - - 232645@hsesinfo.org - Ms. - F232641 - L232641 - - 232641@hsesinfo.org - 555-555-2641 - - - 9412 - 2226 - 11635 - 000 - 2014 - 2019-03-01 - - HS - Active - KOOTASCA COMMUNITY ACTION, INC. - http://www.kootasca.org - 2226@hsesinfo.org - 201 NW 4th St - Ste 130 - Grand Rapids - MN - 55744-2746 - 201 NW 4th St - Ste 130 - Grand Rapids - MN - 55744-2746 - 201 NW 4th St - Ste 130 - Grand Rapids - MN - 55744-2746 - Mr. - F214402 - L214402 - - Chairperson - 214402@hsesinfo.org - Ms. - F214403 - L214403 - - Executive Director - 214403@hsesinfo.org - Ms. - F214405 - L214405 - - 214405@hsesinfo.org - Mr. - F214401 - L214401 - - 214401@hsesinfo.org - 555-555-4401 - - - 9693 - 2213 - 11858 - 000 - 2014 - 2019-07-01 - - HS - Active - Kitsap Community Resources - http://www.kcr.org - 2213@hsesinfo.org - 1201 Park Ave - 845 8th Street - Bremerton - WA - 98337-1760 - 1201 Park Avenue - - Bremerton - WA - 98337-1760 - 845 8th Street - - Bremerton - WA - 98337-1760 - Mr. - F216272 - L216272 - - President, Board of Directors - 216272@hsesinfo.org - Mr. - F216273 - L216273 - - Executive Director - 216273@hsesinfo.org - Ms. - F216275 - L216275 - - 216275@hsesinfo.org - Ms. - F216271 - L216271 - - 216271@hsesinfo.org - 555-555-6271 - - - 9694 - 2212 - 11858 - 200 - 2014 - 2019-07-01 - - EHS - Active - Kitsap Community Resources - http://www.kcr.org - 2212@hsesinfo.org - 1201 Park Ave - - Bremerton - WA - 98337-1760 - 1201 Park Ave - - Bremerton - WA - 98337-1760 - 845 8th St - 1201 Park Avenue - Bremerton - WA - 98337-1517 - Mr. - F216279 - L216279 - - President, Board of Directors - 216279@hsesinfo.org - Mr. - F216280 - L216280 - - Executive Director - 216280@hsesinfo.org - Ms. - F216282 - L216282 - - 216282@hsesinfo.org - Ms. - F216278 - L216278 - - 216278@hsesinfo.org - 555-555-6278 - - - 10696 - 399 - 12702 - 000 - 1991 - 2019-11-01 - - HS - Active - Chapel Hill-Carrboro City School District - http://www.chccs.k12.nc.us - 399@hsesinfo.org - 125 W Main St - Ste 200 - Carrboro - NC - 27510-2039 - 750 South Merritt Mill Road - - Chapel Hill - NC - 27516-2878 - 125 W Main St - Ste 200 - Carrboro - NC - 27510-2039 - Mrs. - F223201 - L223201 - - School Board Chair - 223201@hsesinfo.org - Mr. - F223202 - L223202 - - - 223202@hsesinfo.org - Ms. - F223204 - L223204 - - 223204@hsesinfo.org - Mr. - F223200 - L223200 - - 223200@hsesinfo.org - 555-555-3200 x 5555 - - - 9277 - 879 - 11543 - 000 - 1992 - 2019-01-01 - - HS - Active - KNOXVILLE-KNOX COUNTY COMMUNITY ACTION COMMISSION - knoxvilleheadstart.org - 879@hsesinfo.org - 2400 Piedmont St - - Knoxville - TN - 37921-7048 - PO Box 51650 - - Knoxville - TN - 37950-1650 - 2247 Western Ave - - Knoxville - TN - 37921-5756 - Ms. - F213484 - L213484 - - Board Chairperson - 213484@hsesinfo.org - Ms. - F213485 - L213485 - - Executive Director - 213485@hsesinfo.org - Mr. - F213487 - L213487 - - 213487@hsesinfo.org - Ms. - F213483 - L213483 - - 213483@hsesinfo.org - 555-555-3483 - - - 9278 - 880 - 11543 - 200 - 2003 - 2019-01-01 - - EHS - Active - KNOXVILLE- KNOX COUNTY COMMUNITY ACTION COMMISSION - knoxvilleheadstart.org - 880@hsesinfo.org - 2400 Piedmont St - - Knoxville - TN - 37921-7048 - PO Box 51650 - - Knoxville - TN - 37950-1650 - 2247 Western Ave - - Knoxville - TN - 37921-5756 - Ms. - F213491 - L213491 - - Board Chairperson - 213491@hsesinfo.org - Ms. - F213492 - L213492 - - Executive Director - 213492@hsesinfo.org - Mr. - F213494 - L213494 - - 213494@hsesinfo.org - Ms. - F213490 - L213490 - - 213490@hsesinfo.org - 555-555-3490 - - - 10895 - 2880 - 12873 - 200 - 2011 - 2020-01-01 - - EHS - Active - Early Childhood Council of the San Luis Valley - www.eccslv.org - 2880@hsesinfo.org - 401 Santa Fe Ave - - Alamosa - CO - 81101-2860 - PO Box 1030 - - Alamosa - CO - 81101-1030 - 401 Santa Fe Ave - - Alamosa - CO - 81101-2860 - Mrs. - F224557 - L224557 - - Board of Directors President - 224557@hsesinfo.org - Mrs. - F224558 - L224558 - - - 224558@hsesinfo.org - Mrs. - F224560 - L224560 - - 224560@hsesinfo.org - Mrs. - F224556 - L224556 - - 224556@hsesinfo.org - 555-555-4556 - - - 9919 - 5064 - 12018 - 000 - 2014 - 2019-07-01 - - HS - Active - Bright Beginnings Inc - www.bbidc.org - 5064@hsesinfo.org - 3418 4th St - - Washington - DC - 20032 - 3418 4th St - - Washington - DC - 20032 - 3418 4th St - - Washington - DC - 20032 - Ms. - F217837 - L217837 - - Board President - 217837@hsesinfo.org - Dr. - F217838 - L217838 - - Executive Director - 217838@hsesinfo.org - Ms. - F217840 - L217840 - - 217840@hsesinfo.org - Ms. - F217836 - L217836 - - 217836@hsesinfo.org - 555-555-7836 - - - 9920 - 5065 - 12018 - 200 - 2014 - 2019-07-01 - - EHS - Active - Bright Beginnings Inc - www.bbidc.org - 5065@hsesinfo.org - 3418 4th St - - Washington - DC - 20032 - 3418 4th St - - Washington - DC - 20032 - 3418 4th St - - Washington - DC - 20032 - Ms. - F217844 - L217844 - - Board President - 217844@hsesinfo.org - Dr. - F217845 - L217845 - - Executive Director - 217845@hsesinfo.org - Ms. - F217847 - L217847 - - 217847@hsesinfo.org - Ms. - F217843 - L217843 - - 217843@hsesinfo.org - 555-555-7843 - - - 8377 - 8268 - 10787 - 000 - 2016 - 2016-09-01 - - HS - Active - Tri-Town Economic Opportunity Committee - - 8268@hsesinfo.org - 1126 Hartford Ave - - Johnston - RI - 02919-7109 - 1126 Hartford Ave - - Johnston - RI - 02919-7109 - 1126 Hartford Ave - - Johnston - RI - 02919-7109 - Mr. - F207798 - L207798 - - Board Chairperson - 207798@hsesinfo.org - Mr. - F207799 - L207799 - - President/Chief Executive Officer - 207799@hsesinfo.org - Mr. - F207801 - L207801 - - 207801@hsesinfo.org - Ms. - F207797 - L207797 - - 207797@hsesinfo.org - 555-555-7797 - - - 8382 - 8273 - 10787 - 200 - 2016 - 2016-09-01 - - EHS - Active - Tri-Town Economic Opportunity Committee - www.tricountyri.org - 8273@hsesinfo.org - 1126 Hartford Ave - - Johnston - RI - 02919-7109 - 1126 Hartford Ave - - Johnston - RI - 02919-7109 - 1126 Hartford Ave - - Johnston - RI - 02919-7109 - Mr. - F207838 - L207838 - - Board Chairperson - 207838@hsesinfo.org - Mr. - F207839 - L207839 - - President/Chief Executive Officer - 207839@hsesinfo.org - Ms. - F207841 - L207841 - - 207841@hsesinfo.org - Ms. - F207837 - L207837 - - 207837@hsesinfo.org - 555-555-7837 - - - 12144 - 1170 - 13839 - 000 - 2014 - 2020-09-01 - - AIAN HS - Active - SANTO DOMINGO PUEBLO TRIBE - - 1170@hsesinfo.org - 125 W Hwy 22 - - Santo Domingo Pueblo - NM - 87052 - PO Box 40 - 125 W. Highway 22 - Santo Domingo Pueblo - NM - 87052-0040 - 125 W Highway 22 - - Santo Domingo Pueblo - NM - 87052 - Mr. - F232697 - L232697 - Jr. - Governor - 232697@hsesinfo.org - Mr. - F232698 - L232698 - - Interim Tribal Programs Administrator - 232698@hsesinfo.org - Mr. - F232700 - L232700 - - 232700@hsesinfo.org - Mrs. - F232696 - L232696 - - 232696@hsesinfo.org - 555-555-2696 x 5555 - - - 12145 - 2816 - 13839 - 200 - 2011 - 2020-09-01 - - AIAN EHS - Active - SANTO DOMINGO PUEBLO TRIBE - - 2816@hsesinfo.org - 125 W Hwy 22 - - Santo Domingo Pueblo - NM - 87052 - P.O. Box 40 - Tesuque Street - Santo Domingo Pueblo - NM - 87052 - 125 W Highway 22 - - Santo Domingo Pueblo - NM - 87052 - Mr. - F232704 - L232704 - Jr. - Governor - 232704@hsesinfo.org - Mr. - F232705 - L232705 - - Interim Tribal Programs Administrator - 232705@hsesinfo.org - Mr. - F232707 - L232707 - - 232707@hsesinfo.org - Mrs. - F232703 - L232703 - - 232703@hsesinfo.org - 555-555-2703 x 5555 - - - 11695 - 9526 - 13451 - 000 - 2020 - 2020-07-01 - - HS - Active - Capitol Region Education Council - http://www.crec.org/head-start - 9526@hsesinfo.org - 111 Charter Oak Ave - - Hartford - CT - 06106-1912 - 111 Charter Oak Ave - - Hartford - CT - 06106-1912 - 111 Charter Oak Ave - - Hartford - CT - 06106-1912 - Mr. - F229830 - L229830 - - Chairman - 229830@hsesinfo.org - Dr. - F229831 - L229831 - - Executive Director - 229831@hsesinfo.org - - F229833 - L229833 - - 229833@hsesinfo.org - Ms. - F229829 - L229829 - - 229829@hsesinfo.org - 555-555-9829 - - - 11696 - 9527 - 13451 - 200 - 2020 - 2020-07-01 - - EHS - Active - Capitol Region Education Council - http://www.crec.org/head-start - 9527@hsesinfo.org - 111 Charter Oak Ave - - Hartford - CT - 06106-1912 - 111 Charter Oak Ave - - Hartford - CT - 06106-1912 - 111 Charter Oak Ave - - Hartford - CT - 06106-1912 - Mr. - F229837 - L229837 - - Chairman - 229837@hsesinfo.org - Dr. - F229838 - L229838 - - Executive Director - 229838@hsesinfo.org - - F229840 - L229840 - - 229840@hsesinfo.org - Ms. - F229836 - L229836 - - 229836@hsesinfo.org - 555-555-9836 - - - 10803 - 313 - 12775 - 000 - 2014 - 2019-12-01 - - HS - Active - Lee County School District - 389 Institute Street - 313@hsesinfo.org - 389 Institute Street - - Jonesville - VA - 24263 - PO Box 325 - - Jonesville - VA - 24263-0325 - 155 Vo Tech Dr - - Jonesville - VA - 24263-1233 - Ms. - F223915 - L223915 - - Chair Lee County School Board - 223915@hsesinfo.org - Dr. - F223916 - L223916 - - Superintendent - 223916@hsesinfo.org - Mr. - F223918 - L223918 - - 223918@hsesinfo.org - Mrs. - F223914 - L223914 - - 223914@hsesinfo.org - 555-555-3914 - - - 11306 - 1781 - 13186 - 000 - 2002 - 2020-06-01 - - HS - Active - Municipality of Isabela - PO BOX 507 - 1781@hsesinfo.org - 55 Calle Barbosa - - Isabela - PR - 00662-3103 - PO Box 507 - - Isabela - PR - 00662-0507 - 59 Calle Barbosa - - Isabela - PR - 00662-3103 - Hon. - F227262 - L227262 - - Mayor - 227262@hsesinfo.org - Hon. - F227263 - L227263 - - Mayor - 227263@hsesinfo.org - Sr. - F227265 - L227265 - - 227265@hsesinfo.org - Sra. - F227261 - L227261 - - 227261@hsesinfo.org - 555-555-7261 x 5555 - - - 11307 - 2780 - 13186 - 200 - 2011 - 2020-06-01 - - EHS - Active - Municipality of Isabela - - 2780@hsesinfo.org - 55 Calle Barbosa - - Isabela - PR - 00662-3103 - PO Box 507 - - Isabela - PR - 00662-0507 - 59 Calle Barbosa - - Isabela - PR - 00662-3103 - Hon. - F227269 - L227269 - - Mayor - 227269@hsesinfo.org - Hon. - F227270 - L227270 - - Mayor - 227270@hsesinfo.org - Sr. - F227272 - L227272 - - 227272@hsesinfo.org - Sra. - F227268 - L227268 - - 227268@hsesinfo.org - 555-555-7268 x 5555 - - - 10453 - 1695 - 12453 - 200 - 2014 - 2019-09-01 - - EHS - Active - LANCASTER COUNTY BOARD OF EDUCATION - http://ss.lancasterscschools.org/home.aspx - 1695@hsesinfo.org - 500 Hampton Road - - Lancaster - SC - 29720-3664 - 300 S Catawba St - - Lancaster - SC - 29720-2458 - 300 S Catawba St - - Lancaster - SC - 29720-2458 - Mr. - F221510 - L221510 - Jr - Chairman- Board of Trustees - 221510@hsesinfo.org - Dr. - F221511 - L221511 - - Superintindent - 221511@hsesinfo.org - Mr. - F221513 - L221513 - - 221513@hsesinfo.org - Ms. - F221509 - L221509 - - 221509@hsesinfo.org - 555-555-1509 - - - 11386 - 9322 - 13245 - 000 - 2020 - 2020-06-01 - - HS - Active - Community Action Agency of South Alabama - http://www.caaofsa.org - 9322@hsesinfo.org - 26440 Pollard Rd - - Daphne - AL - 36526-4273 - 26440 Pollard Rd - P.O. Box 250 - Daphne - AL - 36526-4273 - 26440 Pollard Rd - - Daphne - AL - 36526-4273 - Mr. - F227762 - L227762 - - Board Chairman - 227762@hsesinfo.org - Ms. - F227763 - L227763 - - Interim Chief Executive Officer - 227763@hsesinfo.org - Ms. - F227765 - L227765 - - 227765@hsesinfo.org - Ms. - F227761 - L227761 - - 227761@hsesinfo.org - 555-555-7761 x 5555 - - - 10262 - 934 - 12280 - 000 - 1992 - 2019-08-01 - 2020-06-30 - HS - Inactive - Telamon Corporation - http://www.telamon.org - 934@hsesinfo.org - 142 E Market St - - Georgetown - DE - 19947-1411 - 5560 Munford Rd., Suite 201 - - Raleigh - NC - 27612-2731 - 5560 Munford Rd., Suite 201 - - Raleigh - NC - 27612-2731 - Mrs. - F220177 - L220177 - - Board Chair - 220177@hsesinfo.org - Mrs. - F220178 - L220178 - - Executive Director - 220178@hsesinfo.org - Mrs. - F220180 - L220180 - - 220180@hsesinfo.org - Mrs. - F220176 - L220176 - - 220176@hsesinfo.org - 555-555-0176 - - - 10263 - 2560 - 12280 - 200 - 2013 - 2019-08-01 - 2020-06-30 - EHS - Inactive - Telamon Corporation - www.telamon.org - 2560@hsesinfo.org - 142 E Market St - - Georgetown - DE - 19947-1411 - 5560 Munford Rd., Suite 201 - - Raleigh - NC - 27612-2731 - 5560 Munford Rd., Suite 201 - - Raleigh - NC - 27612-2731 - Mrs. - F220184 - L220184 - - Board Chair - 220184@hsesinfo.org - Mrs. - F220185 - L220185 - - Executive Director - 220185@hsesinfo.org - Mrs. - F220187 - L220187 - - 220187@hsesinfo.org - Mrs. - F220183 - L220183 - - 220183@hsesinfo.org - 555-555-0183 - - - 11122 - 3170 - 13044 - 000 - 1992 - 2020-03-01 - - HS - Active - MID-WILLAMETTE VALLEY CAA - http://www.mwvcaa.org - 3170@hsesinfo.org - 2475 Center Street NE - - Salem - OR - 97301-4520 - 2475 Center St NE - - Salem - OR - 97301-4520 - 2475 Center Street NE - - Salem - OR - 97301-4520 - Mr. - F226089 - L226089 - - Board Chair - 226089@hsesinfo.org - Mr. - F226090 - L226090 - - Executive Director - 226090@hsesinfo.org - Ms. - F226092 - L226092 - - 226092@hsesinfo.org - Ms. - F226088 - L226088 - - 226088@hsesinfo.org - 555-555-6088 x 5555 - - - 11123 - 4640 - 13044 - 200 - 2014 - 2020-03-01 - - EHS - Active - MID-WILLAMETTE VALLEY CAA - http://www.mwvcaa.org - 4640@hsesinfo.org - 2475 Center Street, NE - - SALEM - OR - 97301 - 2475 Center Street, NE - - SALEM - OR - 97301 - 2475 Center Street, NE - - SALEM - OR - 97301 - Mr. - F226096 - L226096 - - Board Chair - 226096@hsesinfo.org - Mr. - F226097 - L226097 - - Executive Director - 226097@hsesinfo.org - Ms. - F226099 - L226099 - - 226099@hsesinfo.org - Ms. - F226095 - L226095 - - 226095@hsesinfo.org - 555-555-6095 x 5555 - - - 9804 - 5857 - 11950 - 200 - - 2019-07-01 - - EHS - Active - Mid-Willamette Valley Community Action Agency, Inc. - www.mwvcaa.org - 5857@hsesinfo.org - 2475 Center St NE - - Salem - OR - 97301-4520 - 2475 Center St NE - - Salem - OR - 97301-4520 - 2475 Center St NE - - Salem - OR - 97301-4520 - Mr. - F217039 - L217039 - - Chairperson - 217039@hsesinfo.org - Ms. - F217040 - L217040 - - Executive Director - 217040@hsesinfo.org - Ms. - F217042 - L217042 - - 217042@hsesinfo.org - Ms. - F217038 - L217038 - - 217038@hsesinfo.org - 555-555-7038 x 5555 - - - 11387 - 9323 - 13245 - 200 - 2020 - 2020-06-01 - - EHS - Active - Community Action Agency of South Alabama - http://www.caaofsa.org - 9323@hsesinfo.org - 26440 Pollard Rd - - Daphne - AL - 36526-4273 - 26440 Pollard Rd - P.O. Box 250 - Daphne - AL - 36526-4273 - 26440 Pollard Rd - - Daphne - AL - 36526-4273 - Mr. - F227769 - L227769 - - Board Chairman - 227769@hsesinfo.org - Ms. - F227770 - L227770 - - Interim Chief Executive Officer - 227770@hsesinfo.org - Ms. - F227772 - L227772 - - 227772@hsesinfo.org - Ms. - F227768 - L227768 - - 227768@hsesinfo.org - 555-555-7768 x 5555 - - - 8554 - 8434 - 10955 - 200 - 2017 - 2017-03-01 - - EHS - Active - Great Lakes Community Action Partnership - http://www.wsos.org - 8434@hsesinfo.org - 127 S Front St - - Fremont - OH - 43420-3021 - PO Box 590 - - Fremont - OH - 43420 - 127 S Front St - - Fremont - OH - 43420-3021 - Mr. - F208606 - L208606 - - Board Chair - 208606@hsesinfo.org - Mrs. - F208607 - L208607 - - - 208607@hsesinfo.org - Ms. - F208609 - L208609 - - 208609@hsesinfo.org - Mrs. - F208605 - L208605 - - 208605@hsesinfo.org - 555-555-8605 x 5555 - - - 12147 - 6333 - 13842 - 201 - - 2020-08-01 - - EHS - Active - Lucas County Family Council - http://www.lucascountyoh.gov/index.aspx?nid=528 - 6333@hsesinfo.org - 1946 N 13th St - Ste 420 - Toledo - OH - 43604-7264 - 1946 N 13th St - Ste 420 - Toledo - OH - 43604-7264 - 1946 N 13th St - Ste 420 - Toledo - OH - 43604-7264 - Mrs. - F232713 - L232713 - - Board-Chairperson - 232713@hsesinfo.org - Mr. - F232711 - L232711 - - Executive Director - 232711@hsesinfo.org - Ms. - F232714 - L232714 - - 232714@hsesinfo.org - Dr. - F232710 - L232710 - - 232710@hsesinfo.org - 555-555-2710 - - - 11751 - 3722 - 13507 - 001 - - 2020-07-01 - - HS - Active - Easter Seals Southern California, Inc. - - 3722@hsesinfo.org - 1063 McGaw Ave - - Irvine - CA - 92614-5505 - 1063 McGaw Ave - - Irvine - CA - 92614-5505 - 1063 McGaw Ave - - Irvine - CA - 92614-5505 - Mr. - F230220 - L230220 - - - 230220@hsesinfo.org - Mr. - F230221 - L230221 - - - 230221@hsesinfo.org - Ms. - F230223 - L230223 - - 230223@hsesinfo.org - Ms. - F230219 - L230219 - - 230219@hsesinfo.org - 555-555-0219 - - - 6918 - 447 - 10391 - 000 - 1991 - 2015-11-01 - 2020-10-31 - HS - Inactive - Laramie Child Development Corporation - www.headstartlaramie.com - 447@hsesinfo.org - 365 W Grand Ave - - Laramie - WY - 82072-3552 - 365 W Grand Ave - - Laramie - WY - 82072-3552 - 365 W Grand Ave - - Laramie - WY - 82072-3552 - Mr. - F204087 - L204087 - - President, Board of Directors - 204087@hsesinfo.org - Mrs. - F204088 - L204088 - - Executive Director - 204088@hsesinfo.org - Mrs. - F204090 - L204090 - - 204090@hsesinfo.org - Mrs. - F204086 - L204086 - - 204086@hsesinfo.org - 555-555-4086 - - - 11753 - 3718 - 13507 - 201 - 2010 - 2020-07-01 - - EHS - Active - Easter Seals Southern California, Inc. - www.Southerncal.easterseals.com - 3718@hsesinfo.org - 4688 Ontario Mills Pkwy - - Ontario - CA - 91764-5104 - 4688 Ontario Mills Pkwy - - Ontario - CA - 91764-5104 - 4688 Ontario Mills Pkwy - - Ontario - CA - 91764-5104 - Mr. - F230234 - L230234 - - - 230234@hsesinfo.org - Mr. - F230235 - L230235 - - - 230235@hsesinfo.org - Ms. - F230237 - L230237 - - 230237@hsesinfo.org - Ms. - F230233 - L230233 - - 230233@hsesinfo.org - 555-555-0233 - - - 9515 - 1032 - 11739 - 000 - 2014 - 2019-04-01 - - HS - Active - University of South Dakota - http://www.usd.edu/headstart - 1032@hsesinfo.org - 414 East Clark Street - 326 Julian Hall - Vermillion - SD - 57069-2307 - 414 East Clark Street - 326 Julian Hall - Vermillion - SD - 57069-2307 - 414 East Clark Street - 326 Julian Hall - Vermillion - SD - 57069-2307 - Dr. - F215102 - L215102 - - Board Chair - 215102@hsesinfo.org - Mrs. - F215103 - L215103 - - - 215103@hsesinfo.org - Ms. - F215105 - L215105 - - 215105@hsesinfo.org - Mrs. - F215101 - L215101 - - 215101@hsesinfo.org - 555-555-5101 - - - 9516 - 1033 - 11739 - 200 - 2001 - 2019-04-01 - - EHS - Active - University of South Dakota - http://www.usd.edu/headstart - 1033@hsesinfo.org - 414 East Clark Street - 326 Julian Hall - Vermillion - SD - 57069-2307 - 414 East Clark Street - 326 Julian Hall - Vermillion - SD - 57069-2307 - 414 East Clark Street - 326 Julian Hall - Vermillion - SD - 57069-2307 - Dr. - F215109 - L215109 - - Board Chair - 215109@hsesinfo.org - Mrs. - F215110 - L215110 - - Director - 215110@hsesinfo.org - Ms. - F215112 - L215112 - - 215112@hsesinfo.org - Mrs. - F215108 - L215108 - - 215108@hsesinfo.org - 555-555-5108 - - - 11941 - 6106 - 13619 - 200 - - 2020-09-01 - - EHS - Active - Community Action Partnership of Greater St. Joseph - http://www.capstjoe.org - 6106@hsesinfo.org - 817 Monterey St - - Saint Joseph - MO - 64503-3611 - 817 Monterey St - - Saint Joseph - MO - 64503-3611 - 817 Monterey St - - Saint Joseph - MO - 64503-3611 - Mrs. - F231443 - L231443 - - Board President - 231443@hsesinfo.org - Ms. - F231444 - L231444 - - - 231444@hsesinfo.org - Ms. - F231446 - L231446 - - 231446@hsesinfo.org - Ms. - F231442 - L231442 - - 231442@hsesinfo.org - 555-555-1442 x 5555 - - - 11042 - 1401 - 12986 - 000 - 1992 - 2020-02-01 - - HS - Active - NORTH CENTRAL MISSOURI COLLEGE - www.greenhillsheadstart.org - 1401@hsesinfo.org - 205 W 18th St - - Trenton - MO - 64683-1262 - PO Box 177 - - Trenton - MO - 64683-0177 - 205 W 18th St - - Trenton - MO - 64683-1262 - Ms. - F225576 - L225576 - - Board President - 225576@hsesinfo.org - Dr. - F225577 - L225577 - - College President - 225577@hsesinfo.org - Ms. - F225579 - L225579 - - 225579@hsesinfo.org - Mrs. - F225575 - L225575 - - 225575@hsesinfo.org - 555-555-5575 - - - 11043 - 8014 - 12986 - 200 - 2016 - 2020-02-01 - - EHS - Active - NORTH CENTRAL MISSOURI COLLEGE - www.greenhillsheadstart.org - 8014@hsesinfo.org - 205 W 18th St - - Trenton - MO - 64683-1262 - PO Box 177 - - Trenton - MO - 64683-0177 - 205 W 18th St - - Trenton - MO - 64683-1262 - Ms. - F225583 - L225583 - - Board President - 225583@hsesinfo.org - Dr. - F225584 - L225584 - - College President - 225584@hsesinfo.org - Ms. - F225586 - L225586 - - 225586@hsesinfo.org - Mrs. - F225582 - L225582 - - 225582@hsesinfo.org - 555-555-5582 - - - 8988 - 3132 - 11313 - 000 - 2013 - 2018-08-01 - - HS - Active - Genesee Intermediate School District - http://www.geneseeisd.org/ - 3132@hsesinfo.org - 2033 S Elms Rd - - Swartz Creek - MI - 48473-9794 - 2413 W Maple Ave - - Flint - MI - 48507-3429 - 2413 W Maple Ave - - Flint - MI - 48507-3429 - Mr. - F211472 - L211472 - - Board Chair - 211472@hsesinfo.org - Mrs. - F211473 - L211473 - - Superintendent, Genesee Intermediate School District - 211473@hsesinfo.org - Ms. - F211475 - L211475 - - 211475@hsesinfo.org - Mrs. - F211471 - L211471 - - 211471@hsesinfo.org - 555-555-1471 - - - 8989 - 8693 - 11313 - 200 - 2018 - 2018-08-01 - - EHS - Active - Genesee Intermediate School District - http://www.geneseeisd.org/ - 8693@hsesinfo.org - 2033 S Elms Rd - Bldg C - Swartz Creek - MI - 48473-9794 - 2413 W Maple Ave - - Flint - MI - 48507-3429 - 2413 W Maple Ave - - Flint - MI - 48507-3429 - Mr. - F211479 - L211479 - - Board Chair - 211479@hsesinfo.org - Mrs. - F211480 - L211480 - - Superintendent, Genesee Intermediate School District - 211480@hsesinfo.org - Ms. - F211482 - L211482 - - 211482@hsesinfo.org - Mrs. - F211478 - L211478 - - 211478@hsesinfo.org - 555-555-1478 - - - 9496 - 8782 - 11707 - 200 - 2019 - 2019-03-01 - 2020-07-31 - EHS - Inactive - Great Lakes Community Action Partnership - - 8782@hsesinfo.org - 127 S Front St - - Fremont - OH - 43420-3021 - 109 South Front Street - P.O. Box 590 - Fremont - OH - 43420-0590 - 127 S Front St - - Fremont - OH - 43420-3021 - Mr. - F214969 - L214969 - - Board Chair - 214969@hsesinfo.org - Mrs. - F214970 - L214970 - - - 214970@hsesinfo.org - Mrs. - F214972 - L214972 - - 214972@hsesinfo.org - Mrs. - F214968 - L214968 - - 214968@hsesinfo.org - 555-555-4968 x 5555 - - - 10910 - 2305 - 12879 - 200 - 2015 - 2020-01-01 - - EHS - Active - Eagle County Department of Human Services - http://www.eaglecounty.us - 2305@hsesinfo.org - 551 Broadway - - Eagle - CO - 81631 - P.O. Box 660 - - Eagle - CO - 81631-0660 - 551 Broadway - - Eagle - CO - 81631 - Mrs. - F224662 - L224662 - - Chairman - 224662@hsesinfo.org - Mrs. - F224663 - L224663 - - - 224663@hsesinfo.org - Ms. - F224665 - L224665 - - 224665@hsesinfo.org - Mrs. - F224661 - L224661 - - 224661@hsesinfo.org - 555-555-4661 - - - 11670 - 3534 - 13434 - 001 - 2014 - 2020-07-01 - - HS - Active - Greater Trumbull/Monroe Regional Head Start - https://www.trumbullps.org/ - 3534@hsesinfo.org - 240 Middlebrooks Ave - - Trumbull - CT - 06611-3015 - 1070 Park Ave - - Bridgeport - CT - 06604-3400 - 1070 Park Ave - - Bridgeport - CT - 06604-3400 - Mrs. - F229658 - L229658 - - Board Chair Person - 229658@hsesinfo.org - Dr. - F229656 - L229656 - - Executive Director - 229656@hsesinfo.org - Mrs. - F229659 - L229659 - - 229659@hsesinfo.org - Dr. - F229655 - L229655 - - 229655@hsesinfo.org - 555-555-9655 - - - 8686 - 8547 - 11060 - 200 - 2017 - 2017-07-26 - 2020-12-31 - EHS - Inactive - CDI HS/Lafayette, Iberia & St. Martin parishes, LA - www.cdiheadstart.org - 8547@hsesinfo.org - 306 S Theater St - - Saint Martinville - LA - 70582-3930 - PO Box 20 - - Saint Martinville - LA - 70582-0020 - 306 S Theater St - - Saint Martinville - LA - 70582-3930 - Mr. - F209311 - L209311 - - Chief Executive Officer - 209311@hsesinfo.org - Ms. - F209312 - L209312 - - Executive Director - 209312@hsesinfo.org - - F209314 - L209314 - - 209314@hsesinfo.org - Ms. - F209310 - L209310 - - 209310@hsesinfo.org - 555-555-9310 - - - 8323 - 3995 - 10688 - 006 - - 2016-07-01 - - HS - Active - School District of The City of Berkley - http://berkleyschools.org - 3995@hsesinfo.org - 14700 W. Lincoln - - Oak Park - MI - 48237-1160 - 14700 W. Lincoln - - Oak Park - MI - 48237-1160 - 14700 W. Lincoln - - Oak Park - MI - 48237-1160 - Mrs. - F207401 - L207401 - - - 207401@hsesinfo.org - Mrs. - F207402 - L207402 - - - 207402@hsesinfo.org - - F207404 - L207404 - - 207404@hsesinfo.org - Mrs. - F207400 - L207400 - - 207400@hsesinfo.org - 555-555-7400 - - - 8336 - 6912 - 10688 - 206 - - 2016-07-01 - - EHS - Active - School District of The City of Berkley - http://berkleyschools.org - 6912@hsesinfo.org - 14700 W. Lincoln - - Oak Park - MI - 48237-1160 - 14700 W. Lincoln - - Oak Park - MI - 48237-1160 - 14700 W. Lincoln - - Oak Park - MI - 48237-1160 - Mrs. - F207492 - L207492 - - Supervisor of Early Childhood Education - 207492@hsesinfo.org - Mrs. - F207493 - L207493 - - Supervisor of Early Childhood Education - 207493@hsesinfo.org - Ms. - F207495 - L207495 - - 207495@hsesinfo.org - Mrs. - F207491 - L207491 - - 207491@hsesinfo.org - - - - 12149 - 9824 - 13850 - 000 - 2020 - 2020-09-30 - - HS - Active - Prime Time Family Reading - www.primetimefamily.org - 9824@hsesinfo.org - 938 Lafayette St - Ste 300 - New Orleans - LA - 70113-1027 - 938 Lafayette St - Ste 300 - New Orleans - LA - 70113-1027 - 938 Lafayette St - Ste 300 - New Orleans - LA - 70113-1027 - Mrs. - F232727 - L232727 - - Board Chair - 232727@hsesinfo.org - Mrs. - F232728 - L232728 - - President and Executive Director - 232728@hsesinfo.org - Mrs. - F232730 - L232730 - - 232730@hsesinfo.org - Mrs. - F232726 - L232726 - - 232726@hsesinfo.org - 555-555-2726 - - - 12150 - 9825 - 13850 - 200 - 2020 - 2020-09-30 - - EHS - Active - Prime Time Family Reading - www.primetimefamily.org - 9825@hsesinfo.org - 938 Lafayette St - Ste 300 - New Orleans - LA - 70113-1027 - 938 Lafayette St - Ste 300 - New Orleans - LA - 70113-1027 - 938 Lafayette St - Ste 300 - New Orleans - LA - 70113-1027 - Mrs. - F232734 - L232734 - - Board Chair - 232734@hsesinfo.org - Mrs. - F232735 - L232735 - - President and Executive Director - 232735@hsesinfo.org - Mrs. - F232737 - L232737 - - 232737@hsesinfo.org - Mrs. - F232733 - L232733 - - 232733@hsesinfo.org - 555-555-2733 - - - 12151 - 9826 - 13853 - 000 - 2020 - 2020-09-30 - - HS - Active - St. Martin Parish School Board - https://www.saintmartinschools.org/ - 9826@hsesinfo.org - 625 Corporate Blvd - - Breaux Bridge - LA - 70517-4324 - 625 Corporate Blvd - - Breaux Bridge - LA - 70517-4324 - 625 Corporate Blvd - - Breaux Bridge - LA - 70517-4324 - Mr. - F232746 - L232746 - - Superintendent - 232746@hsesinfo.org - Ms. - F232747 - L232747 - - Supervisor of Early Childhood - 232747@hsesinfo.org - - F232749 - L232749 - - 232749@hsesinfo.org - Ms. - F232745 - L232745 - - 232745@hsesinfo.org - 555-555-2745 - - - 12152 - 9827 - 13853 - 200 - 2020 - 2020-09-30 - - EHS - Active - St. Martin Parish School Board - https://www.saintmartinschools.org/ - 9827@hsesinfo.org - 625 Corporate Blvd - - Breaux Bridge - LA - 70517-4324 - 625 Corporate Blvd - - Breaux Bridge - LA - 70517-4324 - 625 Corporate Blvd - - Breaux Bridge - LA - 70517-4324 - Mr. - F232753 - L232753 - - Superintendent - 232753@hsesinfo.org - Ms. - F232754 - L232754 - - Supervisor of Early Childhood - 232754@hsesinfo.org - - F232756 - L232756 - - 232756@hsesinfo.org - Ms. - F232752 - L232752 - - 232752@hsesinfo.org - 555-555-2752 - - - 7045 - 1491 - 10493 - 000 - 1998 - 2016-01-01 - - HS - Active - Community Action Project of Tulsa County (CAP) - www.captulsa.org - 1491@hsesinfo.org - 5330 E 31st St - Ste 300 - Tulsa - OK - 74135-5000 - 5330 E 31st St - Ste 300 - Tulsa - OK - 74135-5000 - 5330 E 31st St - Ste 300 - Tulsa - OK - 74135-5000 - Mr. - F204982 - L204982 - - Board President - 204982@hsesinfo.org - Mrs. - F204983 - L204983 - - Executive Director - 204983@hsesinfo.org - Mrs. - F204985 - L204985 - - 204985@hsesinfo.org - Mrs. - F204981 - L204981 - - 204981@hsesinfo.org - 555-555-4981 - - - 7046 - 1490 - 10493 - 200 - 2001 - 2016-01-01 - - EHS - Active - Community Action Project of Tulsa County (CAP) - www.captulsa.org - 1490@hsesinfo.org - 5330 E 31st St - Ste 300 - Tulsa - OK - 74135-5000 - 5330 E 31st St - Ste 300 - Tulsa - OK - 74135-5000 - 5330 E 31st St - Ste 300 - Tulsa - OK - 74135-5000 - Mr. - F204989 - L204989 - - Board President - 204989@hsesinfo.org - Mrs. - F204990 - L204990 - - Executive Director - 204990@hsesinfo.org - Mrs. - F204992 - L204992 - - 204992@hsesinfo.org - Mrs. - F204988 - L204988 - - 204988@hsesinfo.org - 555-555-4988 - - - 8500 - 8380 - 10909 - 200 - 2017 - 2017-03-01 - - EHS - Active - Community Action Project of Tulsa County, Inc. - www.captulsa.org - 8380@hsesinfo.org - 5330 E 31st St - Ste 300 - Tulsa - OK - 74135-5000 - 5330 E 31st St - Ste 300 - Tulsa - OK - 74135-5000 - 5330 E 31st St - Ste 300 - Tulsa - OK - 74135-5000 - Mr. - F208227 - L208227 - - Board President - 208227@hsesinfo.org - Mrs. - F208228 - L208228 - - Executive Director - 208228@hsesinfo.org - Mrs. - F208230 - L208230 - - 208230@hsesinfo.org - Mrs. - F208226 - L208226 - - 208226@hsesinfo.org - 555-555-8226 - - - 10016 - 2093 - 12061 - 000 - 2014 - 2019-07-01 - - HS - Active - Tri-County Community Action Agency, Inc. - www.tricountyva.org - 2093@hsesinfo.org - 1176 Huell Matthews Highway - - South Boston - VA - 24592-0799 - P.O. Box 799 - - South Boston - VA - 24592 - 1176 Huell Matthews Hwy - - South Boston - VA - 24592-7124 - Mr. - F218505 - L218505 - - TCCAA Board Chairman - 218505@hsesinfo.org - Ms. - F218506 - L218506 - - President & CEO - 218506@hsesinfo.org - Ms. - F218508 - L218508 - - 218508@hsesinfo.org - Ms. - F218504 - L218504 - - 218504@hsesinfo.org - 555-555-8504 x 5555 - - - 10404 - 2091 - 12412 - 000 - 2014 - 2019-09-01 - - HS - Active - Schuyler Head Start, Inc - www.schuylerheadstart.org - 2091@hsesinfo.org - 323 Owego Street - Unit 1 - Montour Falls - NY - 14865-0576 - 323 Owego Street - Unit 1 - Montour Falls - NY - 14865-0576 - 323 Owego St - Unit 1 - Montour Falls - NY - 14865-9625 - Ms. - F221168 - L221168 - - Board Chairperson - 221168@hsesinfo.org - Ms. - F221169 - L221169 - - Executive Director - 221169@hsesinfo.org - Ms. - F221171 - L221171 - - 221171@hsesinfo.org - Ms. - F221167 - L221167 - - 221167@hsesinfo.org - 555-555-1167 - - - 10405 - 6348 - 12412 - 200 - - 2019-09-01 - - EHS - Active - Schuyler Head Start, Inc - www.schuylerheadstart.org - 6348@hsesinfo.org - 323 Owego Street, Unit 1 - - Montour Falls - NY - 14865 - 323 Owego Street, Unit 1 - - Montour Falls - NY - 14865 - 323 Owego Street, Unit 1 - - Montour Falls - NY - 14865 - Ms. - F221175 - L221175 - - Board Chairperson - 221175@hsesinfo.org - Ms. - F221176 - L221176 - - - 221176@hsesinfo.org - Ms. - F221178 - L221178 - - 221178@hsesinfo.org - Ms. - F221174 - L221174 - - 221174@hsesinfo.org - 555-555-1174 - - - 6814 - 1611 - 10274 - 200 - 2001 - 2015-09-01 - 2020-08-31 - EHS - Inactive - The Salvation Army Early Head Start - www.givesalvationarmy.org - 1611@hsesinfo.org - 3612 Cuming St - - Omaha - NE - 68131-1952 - 3612 Cuming St - - Omaha - NE - 68131-1952 - 3612 Cuming St - - Omaha - NE - 68131-1952 - Major - F203373 - L203373 - - Divisional Commander - 203373@hsesinfo.org - Dr. - F203374 - L203374 - - Divisional Social Services Director - 203374@hsesinfo.org - Ms. - F203376 - L203376 - - 203376@hsesinfo.org - Mrs. - F203372 - L203372 - - 203372@hsesinfo.org - 555-555-3372 - - - 9951 - 5804 - 12031 - 200 - - 2019-07-01 - - EHS - Active - Allies for Every Child - www.alliesforeverychild.org - 5804@hsesinfo.org - 12120 Wagner St - - Culver City - CA - 90230-5844 - 5721 W Slauson Ave - Ste 140 - Culver City - CA - 90230-6678 - 5721 W Slauson Ave - Ste 140 - Culver City - CA - 90230-6678 - Ms. - F218050 - L218050 - - Chairperson to the Board - 218050@hsesinfo.org - Ms. - F218051 - L218051 - - - 218051@hsesinfo.org - Ms. - F218053 - L218053 - - 218053@hsesinfo.org - Ms. - F218049 - L218049 - - 218049@hsesinfo.org - 555-555-8049 x 5555 - - - 11793 - 695 - 13512 - 000 - 1989 - 2020-07-01 - - HS - Active - Quincy Early Childhood - http://hail.qps.org/schools/ecfc/ - 695@hsesinfo.org - 1416 Maine St - - Quincy - IL - 62301-4261 - 1416 Maine St - - Quincy - IL - 62301-4261 - 1416 Maine St - - Quincy - IL - 62301-4261 - Mr. - F230514 - L230514 - - School Board President - 230514@hsesinfo.org - Mr. - F230515 - L230515 - - Superintendent - 230515@hsesinfo.org - Ms. - F230517 - L230517 - - 230517@hsesinfo.org - Ms. - F230513 - L230513 - - 230513@hsesinfo.org - 555-555-0513 - - - 10885 - 2996 - 12872 - 200 - 2015 - 2020-01-01 - - EHS - Active - CentroNia - http://www.centronia.org/ - 2996@hsesinfo.org - 1345 University Blvd E - - Takoma Park - MD - 20912-7445 - 1345 University Blvd E - - Takoma Park - MD - 20912-7445 - 1345 University Blvd. - - TAKOMA PARK - MD - 20912 - Mr. - F224487 - L224487 - - Board Chair:* - 224487@hsesinfo.org - Mrs. - F224488 - L224488 - - CEO/Executive Director - 224488@hsesinfo.org - Mr. - F224490 - L224490 - - 224490@hsesinfo.org - Dr. - F224486 - L224486 - - 224486@hsesinfo.org - 555-555-4486 x 5555 - - - 10883 - 5057 - 12870 - 200 - 2014 - 2020-01-01 - - EHS - Active - CentroNia - www.centronia.org - 5057@hsesinfo.org - 1288 Upshur St NW - - Washington - DC - 20011-5626 - 1288 Upshur St NW - - Washington - DC - 20011-5626 - 1420 Columbia Rd NW - - Washington - DC - 20009-4779 - Mr. - F224473 - L224473 - - - 224473@hsesinfo.org - Ms. - F224474 - L224474 - - - 224474@hsesinfo.org - Mr. - F224476 - L224476 - - 224476@hsesinfo.org - Dr. - F224472 - L224472 - - 224472@hsesinfo.org - 555-555-4472 x 5555 - - - 10599 - 768 - 12577 - 000 - 2013 - 2019-09-01 - - HS - Active - Mississippi County Arkansas Economic Opportunity, Inc - http://www.mcaeoc.com - 768@hsesinfo.org - 1400 N Division St - - Blytheville - AR - 72315-1438 - PO Box 1289 - - Blytheville - AR - 72316-1289 - 1400 N Division St - - Blytheville - AR - 72315-1438 - Mrs. - F222531 - L222531 - - Governing Board Chairperson - 222531@hsesinfo.org - Mrs. - F222532 - L222532 - - Executive Director - 222532@hsesinfo.org - Ms. - F222534 - L222534 - - 222534@hsesinfo.org - Mrs. - F222530 - L222530 - - 222530@hsesinfo.org - 555-555-2530 x 5555 - - - 10600 - 767 - 12577 - 200 - 2013 - 2019-09-01 - - EHS - Active - Mississippi County Arkansas Economic Opportunity, Inc - http://www.mcaeoc.com - 767@hsesinfo.org - 1400 N Division St - 1289 - Blytheville - AR - 72315-1438 - 1400 N Division St - 1289 - Blytheville - AR - 72315-1438 - 1400 N Division St - 1289 - Blytheville - AR - 72315-1438 - Mrs. - F222538 - L222538 - - Governing Board Chairperson - 222538@hsesinfo.org - Mrs. - F222539 - L222539 - - Executive Director - 222539@hsesinfo.org - Ms. - F222541 - L222541 - - 222541@hsesinfo.org - Mrs. - F222537 - L222537 - - 222537@hsesinfo.org - 555-555-2537 x 5555 - - - 5871 - 2396 - 9616 - 000 - 1992 - 2015-02-01 - - HS - Active - Muncipality of San Juan - http://sanjuanciudadpatria.com/ - 2396@hsesinfo.org - 161 Ave Carlos Chardon - Centro De Gobierno Municipal Piso 11 - San Juan - PR - 00918-1712 - PO Box 70179 - - San Juan - PR - 00936-8179 - 161 Ave Carlos Chardon - Centro De Gobierno Municipal Piso 11 - San Juan - PR - 00918-1712 - Mr. - F105697 - L105697 - - Vice President - Governing Board - 105697@hsesinfo.org - Hon. - F105695 - L105695 - - Mayor - 105695@hsesinfo.org - Mrs. - F105694 - L105694 - - 105694@hsesinfo.org - Mrs. - F105692 - L105692 - - 105692@hsesinfo.org - 555-555-5692 - - - 5872 - 1951 - 9616 - 200 - 2001 - 2015-02-01 - - EHS - Active - Municipality of San Juan - http://sanjuanciudadpatria.com - 1951@hsesinfo.org - 161 Ave Carlos Chardon - Centro De Gobierno Municipal Piso 11 - San Juan - PR - 00918-1712 - PO Box 70179 - - San Juan - PR - 00936-8179 - 161 Ave Carlos Chardon - Centro De Gobierno Municipal Piso 11 - San Juan - PR - 00918-1712 - Mr. - F105701 - L105701 - - Vice President - Governing Board - 105701@hsesinfo.org - Hon. - F105702 - L105702 - - Mayor - 105702@hsesinfo.org - Mrs. - F105700 - L105700 - - 105700@hsesinfo.org - Mrs. - F105699 - L105699 - - 105699@hsesinfo.org - 555-555-5699 - - - 9791 - 8924 - 11932 - 000 - 2019 - 2019-06-01 - - HS - Active - Boys and Girls Club of North Central Florida - www.bgcperry.com/headstart - 8924@hsesinfo.org - 918 N Washington St - - Perry - FL - 32347-2024 - 918 N Washington St - - Perry - FL - 32347-2024 - 918 N Washington St - - Perry - FL - 32347-2024 - Mr. - F216948 - L216948 - - Board Chair - 216948@hsesinfo.org - Mrs. - F216949 - L216949 - - CEO - 216949@hsesinfo.org - - F216951 - L216951 - - 216951@hsesinfo.org - Mrs. - F216947 - L216947 - - 216947@hsesinfo.org - 555-555-6947 x 5555 - - - 9792 - 8925 - 11932 - 200 - 2019 - 2019-06-01 - - EHS - Active - Boys and Girls Club of North Central Florida - www.bgcperry.com/headstart - 8925@hsesinfo.org - 1203 Martin Luther King Ave - - Perry - FL - 32348-4539 - 918 N Washington St - - Perry - FL - 32347-2024 - 1203 Martin Luther King Ave - - Perry - FL - 32348-4539 - Mr. - F216955 - L216955 - - Board Chair - 216955@hsesinfo.org - Mrs. - F216956 - L216956 - - CEO - 216956@hsesinfo.org - - F216958 - L216958 - - 216958@hsesinfo.org - Mrs. - F216954 - L216954 - - 216954@hsesinfo.org - 555-555-6954 x 5555 - - - 10776 - 1210 - 12751 - 000 - 2013 - 2019-12-01 - - AIAN HS - Active - MILLE LACS BAND OF OJIBWE - NA - 1210@hsesinfo.org - 43648 Virgo Rd - - Onamia - MN - 56359-2334 - 43648 Virgo Rd - - Onamia - MN - 56359-2334 - 43648 Virgo Rd - - Onamia - MN - 56359-2334 - Ms. - F223731 - L223731 - - Chief Executive - 223731@hsesinfo.org - Mrs. - F223732 - L223732 - - Commissioner of Education - 223732@hsesinfo.org - Mr. - F223734 - L223734 - - 223734@hsesinfo.org - Ms. - F223730 - L223730 - - 223730@hsesinfo.org - 555-555-3730 x 5555 - - - 10777 - 1211 - 12751 - 200 - 2013 - 2019-12-01 - - AIAN EHS - Active - MILLE LACS BAND OF OJIBWE - - 1211@hsesinfo.org - 43648 Virgo Rd - - Onamia - MN - 56359-2334 - 43648 Virgo Rd - - Onamia - MN - 56359-2334 - 43648 Virgo Rd - - Onamia - MN - 56359-2334 - Ms. - F223738 - L223738 - - Chief Executive - 223738@hsesinfo.org - Ms. - F223739 - L223739 - - Commissioner of Education - 223739@hsesinfo.org - Mr. - F223741 - L223741 - - 223741@hsesinfo.org - Ms. - F223737 - L223737 - - 223737@hsesinfo.org - 555-555-3737 x 5555 - - - 12170 - 9843 - 13880 - 203 - 2020 - 2019-03-01 - - EHS - Active - Family Christian Association of America - http://www.fcaafamily.org - 9843@hsesinfo.org - 14701 NW 7th Ave - - Miami - FL - 33168-3103 - 14701 NW 7th Ave - - Miami - FL - 33168-3103 - 14701 NW 7th Ave - - Miami - FL - 33168-3103 - Ms. - F232856 - L232856 - - Board Chair - 232856@hsesinfo.org - Mr. - F232854 - L232854 - - President/CEO - 232854@hsesinfo.org - Mrs. - F232857 - L232857 - - 232857@hsesinfo.org - Mrs. - F232853 - L232853 - - 232853@hsesinfo.org - 555-555-2853 - - - 6770 - 3979 - 10254 - 001 - - 2015-08-01 - - HS - Active - Phelps Community Center - phelpsny.com/phelps-fun/community-center - 3979@hsesinfo.org - 8 Banta St - Ste 209 - Phelps - NY - 14532-1086 - 8 Banta St - Ste 209 - Phelps - NY - 14532-1086 - 8 Banta St - Ste 209 - Phelps - NY - 14532-1086 - Mr. - F203061 - L203061 - - - 203061@hsesinfo.org - Mrs. - F203062 - L203062 - - Executive Director - 203062@hsesinfo.org - Mrs. - F203064 - L203064 - - 203064@hsesinfo.org - Ms. - F203060 - L203060 - - 203060@hsesinfo.org - 555-555-3060 - - - 12171 - 9844 - 13882 - 204 - 2020 - 2019-03-01 - - EHS - Active - Haitian Youth and Community Center of Florida - www.hyccf.org - 9844@hsesinfo.org - 14500 NE 6th Ave - - North Miami - FL - 33161-2357 - 14500 NE 6th Ave - - North Miami - FL - 33161-2357 - 14500 NE 6th Avenue - - Noth Miami - FL - 33161 - Ms. - F232862 - L232862 - - Board Chair - 232862@hsesinfo.org - Mrs. - F232860 - L232860 - - Executive Director - 232860@hsesinfo.org - Miss - F232863 - L232863 - - 232863@hsesinfo.org - Mrs. - F232859 - L232859 - - 232859@hsesinfo.org - 555-555-2859 - - - 12169 - 9842 - 13878 - 202 - 2020 - 2019-03-01 - - EHS - Active - Centro Mater Child Care Services, Inc. - www.centromaterchildcare.com - 9842@hsesinfo.org - 8298 NW 103rd St - - Hialeah Gardens - FL - 33016-2202 - 8298 NW 103rd St - - Hialeah Gardens - FL - 33016-2202 - 8298 NW 103rd St - - Hialeah Gardens - FL - 33016-2202 - Mr. - F232850 - L232850 - - Board Chair - 232850@hsesinfo.org - Dr. - F232848 - L232848 - PhD - Executive Director - 232848@hsesinfo.org - Mr. - F232851 - L232851 - - 232851@hsesinfo.org - Mr. - F232847 - L232847 - PhD - 232847@hsesinfo.org - 555-555-2847 - - - 12167 - 9841 - 13876 - 201 - 2020 - 2019-03-01 - - EHS - Active - Catholic Charities of the Archdiocese of Miami - http://www.ccadm.org - 9841@hsesinfo.org - 1505 NE 26th St - - Wilton Manors - FL - 33305-1323 - 1505 NE 26th St - - Wilton Manors - FL - 33305-1323 - 1505 NE 26th St - - Wilton Manors - FL - 33305-1323 - Msgr. - F232843 - L232843 - - Board Chair - 232843@hsesinfo.org - Mr. - F232841 - L232841 - - CEO - 232841@hsesinfo.org - Ms. - F232844 - L232844 - - 232844@hsesinfo.org - Mrs. - F232840 - L232840 - - 232840@hsesinfo.org - 555-555-2840 - - - 11609 - 534 - 13394 - 000 - 1992 - 2020-07-01 - - HS - Active - Upper Cumberland Human Resource Agency - http://www.uchra.com vanburenheadstart.com - 534@hsesinfo.org - 580 S Jefferson Ave - Ste B - Cookeville - TN - 38501-4673 - 24038 State Route 30 - - Spencer - TN - 38585-3827 - 580 S Jefferson Ave - Ste B - Cookeville - TN - 38501-4673 - Mr. - F229231 - L229231 - - Board Chair - 229231@hsesinfo.org - Mr. - F229232 - L229232 - - Executive Director - 229232@hsesinfo.org - Mr. - F229234 - L229234 - - 229234@hsesinfo.org - Ms. - F229230 - L229230 - - 229230@hsesinfo.org - 555-555-9230 - - - 8944 - 8667 - 11290 - 000 - 2018 - 2018-07-01 - - HS - Active - St. Landry Parish School Board - www.slpsb.org - 8667@hsesinfo.org - 8736 Highway 182 - - Opelousas - LA - 70570-5603 - 1013 Creswell Ln - P.O.Box 310 - Opelousas - LA - 70570-5821 - 8736 Highway 182 - - Opelousas - LA - 70570-5603 - Mr. - F211151 - L211151 - - St. Landry Parish School Board President - 211151@hsesinfo.org - Mr. - F211152 - L211152 - - St. Landry Parish School Board Superintendent - 211152@hsesinfo.org - Mrs. - F211154 - L211154 - - 211154@hsesinfo.org - Ms. - F211150 - L211150 - - 211150@hsesinfo.org - 555-555-1150 x 5555 - - - 12175 - 9847 - 13886 - 206 - 2020 - 2019-03-01 - - EHS - Active - Landow Yeshiva Head Start - www.lecfl.com - 9847@hsesinfo.org - 17330 NW 7th Ave - - Miami - FL - 33169-5407 - 17330 NW 7th Ave - - Miami - FL - 33169-5407 - 17330 NW 7th Ave - - Miami - FL - 33169-5407 - Rabbi - F232880 - L232880 - - Board Chair - 232880@hsesinfo.org - Rabbi - F232878 - L232878 - - Executive Director - 232878@hsesinfo.org - Mrs. - F232881 - L232881 - - 232881@hsesinfo.org - Mrs. - F232877 - L232877 - - 232877@hsesinfo.org - 555-555-2877 x 5555 - - - 12176 - 9848 - 13888 - 207 - 2020 - 2019-03-01 - - EHS - Active - Paradise Christian - www.paradisechristianschool.com - 9848@hsesinfo.org - 6184 W 21st Ct - - Hialeah - FL - 33016-2654 - 6184 West 21 Court - - Hialeah - FL - 33016 - 6184 West 21 Court - - Hialeah - FL - 33016 - Ms. - F232886 - L232886 - - Chairperson - 232886@hsesinfo.org - Dr. - F232884 - L232884 - - Executive Director - 232884@hsesinfo.org - Ms. - F232887 - L232887 - - 232887@hsesinfo.org - Dr. - F232883 - L232883 - - 232883@hsesinfo.org - 555-555-2883 - - - 12177 - 9849 - 13890 - 208 - 2020 - 2019-03-01 - - EHS - Active - Sunflowers Academy - www.sunflowersacademyprep.com - 9849@hsesinfo.org - 2901 SW 7th St - - Miami - FL - 33135-2824 - 2901 SW 7th St - - Miami - FL - 33135-2824 - 2901 SW 7th St - - Miami - FL - 33135-2824 - Mrs. - F232892 - L232892 - - Board Chair - 232892@hsesinfo.org - Dr. - F232890 - L232890 - - Executive Director - 232890@hsesinfo.org - Ms. - F232893 - L232893 - - 232893@hsesinfo.org - Mrs. - F232889 - L232889 - - 232889@hsesinfo.org - 555-555-2889 - - - 12172 - 9845 - 13884 - 205 - 2020 - 2019-03-01 - - EHS - Active - KIDCO Creative Learning Inc - www.kidcocreativelearning.com - 9845@hsesinfo.org - 761 E Okeechobee Rd - - Hialeah - FL - 33010-5645 - 761 E Okeechobee Rd - - Hialeah - FL - 33010-5645 - 761 E Okeechobee Rd - - Hialeah - FL - 33010-5645 - Ms. - F232868 - L232868 - - Board Chairperson - 232868@hsesinfo.org - Ms. - F232866 - L232866 - - President/CEO/Executive Director - 232866@hsesinfo.org - Ms. - F232869 - L232869 - - 232869@hsesinfo.org - Ms. - F232865 - L232865 - - 232865@hsesinfo.org - 555-555-2865 x 5555 - - - 12174 - 9846 - 13567 - 202 - 2020 - 2020-07-01 - - EHS - Active - Hispanic Human Resources Council, Inc. - http:/www.hhrcinc.com - 9846@hsesinfo.org - 1427 S Congress Ave - - West Palm Beach - FL - 33406-5120 - 1427 S Congress Ave - - West Palm Beach - FL - 33406-5120 - 1427 S Congress Ave - - West Palm Beach - FL - 33406-5120 - Mr. - F232874 - L232874 - - - 232874@hsesinfo.org - Mr. - F232872 - L232872 - - Executive Director - 232872@hsesinfo.org - - F232875 - L232875 - - 232875@hsesinfo.org - Mr. - F232871 - L232871 - - 232871@hsesinfo.org - 555-555-2871 - - - 8496 - 8376 - 10904 - 200 - 2017 - 2017-03-01 - - EHS - Active - Northwest NJ Community Action Program, Inc. - http://www.norwescap.org - 8376@hsesinfo.org - 480 Memorial Pkwy - Unit 303 - Phillipsburg - NJ - 08865-1575 - 480 Memorial Pkwy - Unit 303 - Phillipsburg - NJ - 08865-1575 - 480 Memorial Pkwy - Unit 303 - Phillipsburg - NJ - 08865-1575 - Mr. - F208199 - L208199 - - Chairperson, Board of Trustees - 208199@hsesinfo.org - Mr. - F208200 - L208200 - - NORWESCAP Executive Director - 208200@hsesinfo.org - Ms. - F208202 - L208202 - - 208202@hsesinfo.org - Ms. - F208198 - L208198 - - 208198@hsesinfo.org - 555-555-8198 - - - 11028 - 1777 - 12975 - 000 - 2002 - 2020-02-01 - - AIAN HS - Active - Kickapoo Traditional Tribe of Texas - - 1777@hsesinfo.org - 162 Chick Kazen Road - - Eagle Pass - TX - 78852 - 2212 Rosita Valley Rd - - Eagle Pass - TX - 78852-2503 - 2212 Rosita Valley Rd - - Eagle Pass - TX - 78852-2503 - Mr. - F225487 - L225487 - - Tribal Chairman - 225487@hsesinfo.org - Mr. - F225488 - L225488 - - Tribal Education Administrator - 225488@hsesinfo.org - Mr. - F225490 - L225490 - - 225490@hsesinfo.org - Ms. - F225486 - L225486 - - 225486@hsesinfo.org - 555-555-5486 x 5555 - - - 11319 - 2534 - 13192 - 000 - 1992 - 2020-05-01 - - AIAN HS - Active - Inter Tribal Council of Nevada - www.itcn.org - 2534@hsesinfo.org - 10 State St - - Reno - NV - 89501-2232 - PO Box 7440 - - Reno - NV - 89510-7440 - 10 State St - - Reno - NV - 89501-2232 - Mr. - F227335 - L227335 - - ITCN Executive Board President - 227335@hsesinfo.org - Mrs. - F227336 - L227336 - - ITCN Executive Director - 227336@hsesinfo.org - Ms. - F227338 - L227338 - - 227338@hsesinfo.org - Mrs. - F227334 - L227334 - - 227334@hsesinfo.org - 555-555-7334 x 5555 - - - 8995 - 2456 - 11324 - 000 - 2013 - 2018-09-01 - - AIAN HS - Active - SAULT STE MARIE TRIBE OF CHIPPEWA INDIANS - http://www.saulttribe.org - 2456@hsesinfo.org - 2076 Shunk Road - - Sault Sainte Marie - MI - 49783-9326 - 2076 Shunk Road - - Sault Sainte Marie - MI - 49783-9326 - 523 Ashmun Street - - Sault Ste. Marie - MI - 49783 - Mr. - F211521 - L211521 - - Tribal Chairman - 211521@hsesinfo.org - Ms. - F211522 - L211522 - - - 211522@hsesinfo.org - Mr. - F211524 - L211524 - - 211524@hsesinfo.org - Ms. - F211520 - L211520 - - 211520@hsesinfo.org - 555-555-1520 - - - 8996 - 2455 - 11324 - 200 - 2013 - 2018-09-01 - - AIAN EHS - Active - SAULT STE MARIE TRIBE OF CHIPPEWA INDIANS - http://www.saulttribe.org - 2455@hsesinfo.org - 2076 Shunk Road - - Sault Sainte Marie - MI - 49783-9326 - 2076 Shunk Road - - Sault Sainte Marie - MI - 49783-9326 - 523 Ashmun Street - - Sault Ste. Marie - MI - 49783 - Mr. - F211528 - L211528 - - Tribal Chairman - 211528@hsesinfo.org - Ms. - F211529 - L211529 - - - 211529@hsesinfo.org - Mr. - F211531 - L211531 - - 211531@hsesinfo.org - Ms. - F211527 - L211527 - - 211527@hsesinfo.org - 555-555-1527 - - - 8531 - 8411 - 10933 - 200 - 2017 - 2017-03-01 - 2020-07-31 - EHS - Inactive - CCS Early Learning - http://www.ccsalaska.org - 8411@hsesinfo.org - 2060 E Industrial Dr - - Wasilla - AK - 99654-8201 - 2060 E Industrial Dr - - Wasilla - AK - 99654-8201 - 2060 E Industrial Dr - - Wasilla - AK - 99654-8201 - Mrs. - F208445 - L208445 - - Board President - 208445@hsesinfo.org - Mr. - F208446 - L208446 - - Executive Director - 208446@hsesinfo.org - Ms. - F208448 - L208448 - - 208448@hsesinfo.org - Mr. - F208444 - L208444 - - 208444@hsesinfo.org - 555-555-8444 - - - 12084 - 872 - 13776 - 000 - 1993 - 2020-09-01 - - HS - Active - Kankakee School District 111 Head Start - www.ksd111.org - 872@hsesinfo.org - 240 Warren Ave - - Kankakee - IL - 60901-4319 - 240 Warren Ave - - Kankakee - IL - 60901-4319 - 240 Warren Ave - - Kankakee - IL - 60901-4319 - Mrs. - F232324 - L232324 - - Board President - 232324@hsesinfo.org - Dr. - F232325 - L232325 - - - 232325@hsesinfo.org - Ms. - F232327 - L232327 - - 232327@hsesinfo.org - Mrs. - F232323 - L232323 - - 232323@hsesinfo.org - 555-555-2323 - - - 6439 - 6457 - 10014 - 000 - - 2015-07-01 - 2020-06-30 - HS - Inactive - Training, Education, and Manpower, Inc. - www.teaminc.org - 6457@hsesinfo.org - 30 Elizabeth St - - Derby - CT - 06418-1802 - 30 Elizabeth St - - Derby - CT - 06418-1802 - 30 Elizabeth St - - Derby - CT - 06418-1802 - Ms. - F200743 - L200743 - - - 200743@hsesinfo.org - Mr. - F200744 - L200744 - - - 200744@hsesinfo.org - - F200746 - L200746 - - 200746@hsesinfo.org - Ms. - F200742 - L200742 - - 200742@hsesinfo.org - 555-555-0742 x 5555 - - - 12083 - 6029 - 13774 - 200 - - 2020-09-01 - - EHS - Active - Centro de Desarrollo Familiar SHS Diocesis de Mayaguez - www.cdfseasonalpr.org - 6029@hsesinfo.org - Edificio Hormigueros Plaza, Local 3B - Calle Comercio Carr. 3344 - Hormigueros - PR - 00660 - P.O. Box 1333 - - Hormigueros - PR - 00660-1333 - Edificio Hormigueros Plaza, Local 3B - Calle Comercio Carr. 3344 - Hormigueros - PR - 00660 - Pastor - F232317 - L232317 - - Board Chairperson - 232317@hsesinfo.org - Mrs. - F232318 - L232318 - - Executive Director - 232318@hsesinfo.org - Mrs. - F232320 - L232320 - - 232320@hsesinfo.org - Mrs. - F232316 - L232316 - - 232316@hsesinfo.org - 555-555-2316 - - - 8945 - 8668 - 11290 - 200 - 2018 - 2018-07-01 - - EHS - Active - St. Landry Parish School Board - www.slpsb.org - 8668@hsesinfo.org - 8736 Highway 182 - - Opelousas - LA - 70570-5603 - 1013 Creswell Ln - P.O. Box 310 - Opelousas - LA - 70570-5821 - 8736 Highway 182 - - Opelousas - LA - 70570-5603 - Mr. - F211158 - L211158 - - St. Landry Parish School Board President - 211158@hsesinfo.org - Mr. - F211159 - L211159 - - St. Landry Parish School Board Superintendent - 211159@hsesinfo.org - Mrs. - F211161 - L211161 - - 211161@hsesinfo.org - Ms. - F211157 - L211157 - - 211157@hsesinfo.org - 555-555-1157 x 5555 - - - 9530 - 224 - 11766 - 000 - 2014 - 2019-04-01 - - HS - Active - THAMES VALLEY COUNCIL FOR COMMUNITY ACTION, INC - http://www.tvcca.org - 224@hsesinfo.org - 401 West Thames Street, Unit 201 - - Norwich - CT - 06360-7155 - 401 West Thames Street, Unit 201 - - Norwich - CT - 06360-7155 - 401 West Thames Street, Unit 201 - - Norwich - CT - 06360-7155 - Ms. - F215207 - L215207 - - Chairman of the Board - 215207@hsesinfo.org - Mrs. - F215208 - L215208 - - Chief Executive Officier - 215208@hsesinfo.org - Mrs. - F215210 - L215210 - - 215210@hsesinfo.org - Mrs. - F215206 - L215206 - - 215206@hsesinfo.org - 555-555-5206 - - - 9531 - 2729 - 11766 - 200 - 2011 - 2019-04-01 - - EHS - Active - THAMES VALLEY COUNCIL FOR COMMUNITY ACTION, INC - http://www.tvcca.org - 2729@hsesinfo.org - 401 W. Thames St Unit 201 - - Norwich - CT - 06360-7155 - 401 W. Thames St Unit 201 - - Norwich - CT - 06360-7155 - 401 W. Thames St Unit 201 - - Norwich - CT - 06360-7155 - Ms. - F215214 - L215214 - - Chairman of the Board - 215214@hsesinfo.org - Mrs. - F215215 - L215215 - - Executive Director - 215215@hsesinfo.org - Mrs. - F215217 - L215217 - - 215217@hsesinfo.org - Mrs. - F215213 - L215213 - - 215213@hsesinfo.org - 555-555-5213 - - - 8729 - 8587 - 11103 - 200 - 2017 - 2017-09-01 - - AIAN EHS - Active - Kickapoo Tribe in Kansas - - 8587@hsesinfo.org - 211 S West St - - Powhattan - KS - 66527-8023 - PO Box 127 - - Powhattan - KS - 66527-0127 - 824 111th Dr - - Horton - KS - 66439-9502 - Mr. - F209593 - L209593 - - Kickapoo Tribe In Kansas Chairperson - 209593@hsesinfo.org - Mr. - F209594 - L209594 - - - 209594@hsesinfo.org - Ms. - F209596 - L209596 - - 209596@hsesinfo.org - Ms. - F209592 - L209592 - - 209592@hsesinfo.org - 555-555-9592 x 5555 - - - 6541 - 459 - 10150 - 000 - 1989 - 2015-07-01 - 2020-10-31 - HS - Inactive - Gogebic-Ontonagon Community Action Agency - www.gocaa.org - 459@hsesinfo.org - 100 S Mill St - - Bessemer - MI - 49911-1354 - 100 S Mill St - - Bessemer - MI - 49911-1354 - 100 S Mill St - - Bessemer - MI - 49911-1354 - Mr. - F201457 - L201457 - - Board Chair - 201457@hsesinfo.org - Ms. - F201458 - L201458 - - Executive Director - 201458@hsesinfo.org - Ms. - F201460 - L201460 - - 201460@hsesinfo.org - Ms. - F201456 - L201456 - - 201456@hsesinfo.org - 555-555-1456 x 5555 - - - 6542 - 460 - 10150 - 200 - 2003 - 2015-07-01 - 2020-10-31 - EHS - Inactive - Gogebic-Ontonagon Community Action Agency - www.gocaa.org - 460@hsesinfo.org - 100 S Mill St - - Bessemer - MI - 49911-1354 - 100 S Mill St - - Bessemer - MI - 49911-1354 - 100 S Mill St - - Bessemer - MI - 49911-1354 - Mr. - F201464 - L201464 - - Board Chair - 201464@hsesinfo.org - Ms. - F201465 - L201465 - - Executive Director - 201465@hsesinfo.org - Ms. - F201467 - L201467 - - 201467@hsesinfo.org - Ms. - F201463 - L201463 - - 201463@hsesinfo.org - 555-555-1463 x 5555 - - - 6930 - 337 - 10407 - 000 - 1991 - 2015-11-01 - 2020-10-31 - HS - Inactive - Making Opportunity Count, Inc. - http://www.mocinc.org - 337@hsesinfo.org - 601 River St - - Fitchburg - MA - 01420-2975 - 601 River St - - Fitchburg - MA - 01420-2975 - 601 River St - - Fitchburg - MA - 01420-2975 - Mr. - F204171 - L204171 - - Board President - 204171@hsesinfo.org - Mr. - F204172 - L204172 - - Executive Director - 204172@hsesinfo.org - Ms. - F204174 - L204174 - - 204174@hsesinfo.org - Ms. - F204170 - L204170 - - 204170@hsesinfo.org - 555-555-4170 - - - 8063 - 8021 - 10407 - 200 - 2016 - 2016-09-05 - 2020-10-31 - EHS - Inactive - Making Opportunity Count, Inc. - http://www.mocinc.org - 8021@hsesinfo.org - 601 River St - - Fitchburg - MA - 01420-2975 - 601 River St - - Fitchburg - MA - 01420-2975 - 601 River St - - Fitchburg - MA - 01420-2975 - Mr. - F205627 - L205627 - - Board President - 205627@hsesinfo.org - Mr. - F205628 - L205628 - - Executive Director - 205628@hsesinfo.org - Ms. - F205630 - L205630 - - 205630@hsesinfo.org - Ms. - F205626 - L205626 - - 205626@hsesinfo.org - 555-555-5626 - - - 6780 - 3980 - 10263 - 002 - - 2015-08-01 - - HS - Active - Phelps Community Center - - 3980@hsesinfo.org - 9 Village Dr - - Clifton Springs - NY - 14432-1067 - 9 Village Dr - - Clifton Springs - NY - 14432-1067 - 9 Village Dr - - Clifton Springs - NY - 14432-1067 - Mr. - F203131 - L203131 - - Board president - 203131@hsesinfo.org - Mrs. - F203132 - L203132 - - interim executive director - 203132@hsesinfo.org - Mrs. - F203134 - L203134 - - 203134@hsesinfo.org - Mrs. - F203130 - L203130 - - 203130@hsesinfo.org - - - - 9449 - 1166 - 11659 - 000 - 2014 - 2019-03-01 - - AIAN HS - Active - KICKAPOO TRIBE IN KANSAS - - 1166@hsesinfo.org - 211 S West St - - Powhattan - KS - 66527-8023 - PO Box 127 - - Powhattan - KS - 66527-0127 - 824 111th Dr - - Horton - KS - 66439-9502 - Mr. - F214642 - L214642 - - Kickapoo Tribe In Kansas Chairperson - 214642@hsesinfo.org - Mr. - F214643 - L214643 - - - 214643@hsesinfo.org - Ms. - F214645 - L214645 - - 214645@hsesinfo.org - Ms. - F214641 - L214641 - - 214641@hsesinfo.org - 555-555-4641 x 5555 - - - 9450 - 2618 - 11659 - 200 - 2014 - 2019-03-01 - - AIAN EHS - Active - KICKAPOO TRIBE IN KANSAS - - 2618@hsesinfo.org - 211 S West St - - Powhattan - KS - 66527-8023 - PO Box 127 - - Powhattan - KS - 66527-0127 - 824 111th Dr - - Horton - KS - 66439-9502 - Mr. - F214649 - L214649 - - Kickapoo Tribe In Kansas Chairperson - 214649@hsesinfo.org - Mr. - F214650 - L214650 - - - 214650@hsesinfo.org - Ms. - F214652 - L214652 - - 214652@hsesinfo.org - Ms. - F214648 - L214648 - - 214648@hsesinfo.org - 555-555-4648 x 5555 - - - 9978 - 6000 - 12093 - 204 - - 2019-07-01 - - EHS - Active - Southeast Baltimore City EHS - www.kennedykrieger.org - 6000@hsesinfo.org - 100 N Chester St - Behind Commodore John Rogers Elementary School - Baltimore - MD - 21231-1627 - 100 N Chester St - Behind Commodore John Rogers Elementary School - Baltimore - MD - 21231-1627 - 100 N Chester St - Behind Commodore John Rogers Elementary School - Baltimore - MD - 21231-1627 - Mr. - F218239 - L218239 - - CEO - 218239@hsesinfo.org - Dr. - F218240 - L218240 - - Program Director - 218240@hsesinfo.org - Ms. - F218242 - L218242 - - 218242@hsesinfo.org - Ms. - F218238 - L218238 - - 218238@hsesinfo.org - 555-555-8238 - - - 7066 - 1807 - 10509 - 000 - 2003 - 2016-01-01 - - HS - Active - Rutland Community Programs, Inc. - www.rchsccn.org - 1807@hsesinfo.org - 78 Meadow St - - Rutland - VT - 05701-3985 - PO Box 222 - - Rutland - VT - 05702-0222 - 78 Meadow St - - Rutland - VT - 05701-3985 - Mr. - F205130 - L205130 - - Board Chair - 205130@hsesinfo.org - Mr. - F205131 - L205131 - - Chief Executive Officer - 205131@hsesinfo.org - Ms. - F205133 - L205133 - - 205133@hsesinfo.org - Ms. - F205129 - L205129 - - 205129@hsesinfo.org - 555-555-5129 - - - 11019 - 1029 - 12970 - 000 - 1992 - 2020-02-01 - - HS - Active - LAKE COUNTY SCHOOL DISTRICT #1 - www.lakecountyschools.net/thecenter/ - 1029@hsesinfo.org - 315 W 6th St - - Leadville - CO - 80461-3519 - 315 W 6th St - - Leadville - CO - 80461-3519 - 315 W 6th St - - Leadville - CO - 80461-3519 - Ms. - F225424 - L225424 - - Lake County Board of Education, President - 225424@hsesinfo.org - Dr. - F225425 - L225425 - - Superintendent - 225425@hsesinfo.org - Ms. - F225427 - L225427 - - 225427@hsesinfo.org - Ms. - F225423 - L225423 - - 225423@hsesinfo.org - 555-555-5423 - - - 11020 - 8510 - 12970 - 200 - 2017 - 2020-02-01 - - EHS - Active - LAKE COUNTY SCHOOL DISTRICT #1 - www.lakecountyschools.net/thecenter/ - 8510@hsesinfo.org - 315 W 6th St - - Leadville - CO - 80461-3519 - 315 W 6th St - - Leadville - CO - 80461-3519 - 315 W 6th St - - Leadville - CO - 80461-3519 - Ms. - F225431 - L225431 - - Lake County Board of Education, President - 225431@hsesinfo.org - Dr. - F225432 - L225432 - - Superintendent - 225432@hsesinfo.org - Ms. - F225434 - L225434 - - 225434@hsesinfo.org - Ms. - F225430 - L225430 - - 225430@hsesinfo.org - 555-555-5430 - - - 11497 - 6766 - 13312 - 000 - - 2020-07-01 - - HS - Active - Urban League Head Start - http://www.urbanleague-stl.org - 6766@hsesinfo.org - 8964 Jennings Station Rd - - Saint Louis - MO - 63136-5062 - 8964 Jennings Station Rd - - Saint Louis - MO - 63136-5062 - 8964 Jennings Station Rd - - Saint Louis - MO - 63136-5062 - Mr. - F228506 - L228506 - - Chairman of the Board - 228506@hsesinfo.org - Mr. - F228507 - L228507 - - President/CEO - 228507@hsesinfo.org - Ms. - F228509 - L228509 - - 228509@hsesinfo.org - Dr. - F228505 - L228505 - - 228505@hsesinfo.org - 555-555-8505 x 5555 - - - 11498 - 6767 - 13312 - 200 - - 2020-07-01 - - EHS - Active - Urban League of Metropolitan St. Louis - http://www.urbanleague-stl.org - 6767@hsesinfo.org - 8964 Jennings Station Rd - - Saint Louis - MO - 63136-5062 - 8964 Jennings Station Rd - - Saint Louis - MO - 63136-5062 - 8964 Jennings Station Rd - - Saint Louis - MO - 63136-5062 - Mr. - F228513 - L228513 - - Chairman of the Board - 228513@hsesinfo.org - Mr. - F228514 - L228514 - - - 228514@hsesinfo.org - Ms. - F228516 - L228516 - - 228516@hsesinfo.org - Dr. - F228512 - L228512 - - 228512@hsesinfo.org - 555-555-8512 x 5555 - - - 8222 - 8154 - 10605 - 000 - 2016 - 2016-07-01 - - HS - Active - Urban League of Metropolitan St. Louis - 8964 Jennings Station Road - 8154@hsesinfo.org - 8964 Jennings Station Road - - St. Louis - MO - 63136-5062 - 8964 Jennings Station Road - - St. Louis - MO - 63136-5062 - 8964 Jennings Station Road - - St. Louis - MO - 63136-5062 - Mr. - F206669 - L206669 - - Chairman of the Board - 206669@hsesinfo.org - Mr. - F206670 - L206670 - - - 206670@hsesinfo.org - Ms. - F206672 - L206672 - - 206672@hsesinfo.org - Dr. - F206668 - L206668 - - 206668@hsesinfo.org - 555-555-6668 x 5555 - - - 8223 - 8155 - 10605 - 200 - 2016 - 2016-07-01 - - EHS - Active - Urban League of Metropolitan St. Louis - 8964 Jennings Station Road - 8155@hsesinfo.org - 8964 Jennings Station Road - - St. Louis - MO - 63136-5062 - 8964 Jennings Station Road - - St. Louis - MO - 63136-5062 - 8964 Jennings Station Road - - St. Louis - MO - 63136-5062 - Mr. - F206676 - L206676 - - Chairman of the Board - 206676@hsesinfo.org - Mr. - F206677 - L206677 - - - 206677@hsesinfo.org - Ms. - F206679 - L206679 - - 206679@hsesinfo.org - Dr. - F206675 - L206675 - - 206675@hsesinfo.org - 555-555-6675 x 5555 - - - 9651 - 2544 - 11816 - 200 - 2014 - 2019-07-01 - - EHS - Active - Eastern Washington University Early Head Start - www.ewu.edu - 2544@hsesinfo.org - 101 W Cataldo Ave - Ste 150 - Spokane - WA - 99201-3200 - 101 W Cataldo Ave - Ste 150 - Spokane - WA - 99201-3200 - 101 W Cataldo Ave - Ste 150 - Spokane - WA - 99201-3200 - Mr. - F215976 - L215976 - - United States District Judge, EWU Trustee - 215976@hsesinfo.org - Ms. - F215977 - L215977 - - Dean, College of Health Sciences and Public Health - 215977@hsesinfo.org - Ms. - F215979 - L215979 - - 215979@hsesinfo.org - Ms. - F215975 - L215975 - - 215975@hsesinfo.org - 555-555-5975 - - - 10788 - 4932 - 12759 - 000 - 2014 - 2019-12-01 - - HS - Active - Rural Family Development - carrington@vacouncilofchurches.org - 4932@hsesinfo.org - 1214 W Graham Rd - Ste 3 - Richmond - VA - 23220-1400 - 1214 W Graham Rd - Ste 3 - Richmond - VA - 23220-1400 - 1214 W Graham Rd - Ste 3 - Richmond - VA - 23220-1400 - Mrs. - F223817 - L223817 - - Acting RFD Board Chair - 223817@hsesinfo.org - Mrs. - F223818 - L223818 - - Interim Director - 223818@hsesinfo.org - Ms. - F223820 - L223820 - - 223820@hsesinfo.org - Mrs. - F223816 - L223816 - - 223816@hsesinfo.org - 555-555-3816 - - - 10357 - 1910 - 12364 - 000 - 2014 - 2019-08-01 - - HS - Active - Northwest Community Action, Inc. - http://www.nwcaa.org - 1910@hsesinfo.org - 312 N Main St - - Badger - MN - 56714-4004 - 312 North Main Street - P.O. Box 67 - Badger - MN - 56714-0067 - 312 N Main St - - Badger - MN - 56714-4004 - Ms. - F220840 - L220840 - - Chair - 220840@hsesinfo.org - Mr. - F220841 - L220841 - - - 220841@hsesinfo.org - Ms. - F220843 - L220843 - - 220843@hsesinfo.org - Ms. - F220839 - L220839 - - 220839@hsesinfo.org - 555-555-0839 x 5555 - - - 10358 - 1909 - 12364 - 200 - 2014 - 2019-08-01 - - EHS - Active - Northwest Community Action, Inc. - http://www.nwcaa.org - 1909@hsesinfo.org - 312 N Main St - - Badger - MN - 56714-4004 - 312 N Main St - - Badger - MN - 56714-4004 - 312 N Main St - - Badger - MN - 56714-4004 - Ms. - F220847 - L220847 - - Chair - 220847@hsesinfo.org - Mr. - F220848 - L220848 - - - 220848@hsesinfo.org - Ms. - F220850 - L220850 - - 220850@hsesinfo.org - Ms. - F220846 - L220846 - - 220846@hsesinfo.org - 555-555-0846 x 5555 - - - 7039 - 3978 - 10482 - 001 - - 2016-01-01 - - HS - Active - Lakewood Economic Action Program, Inc. - - 3978@hsesinfo.org - 170 Oberlin Ave N - Ste 22 - Lakewood - NJ - 08701-4548 - 170 Oberlin Ave N - Ste 22 - Lakewood - NJ - 08701-4548 - 170 Oberlin Ave N - Ste 22 - Lakewood - NJ - 08701-4548 - Mr. - F204939 - L204939 - - Board Chairperson - 204939@hsesinfo.org - Mr. - F204940 - L204940 - - Executive Director - 204940@hsesinfo.org - Ms. - F204942 - L204942 - - 204942@hsesinfo.org - Ms. - F204938 - L204938 - - 204938@hsesinfo.org - 555-555-4938 x 5555 - - - 11900 - 536 - 13601 - 000 - 1992 - 2020-08-01 - - HS - Active - WILLIAMSBURG JAMES CITY COUNTY COMMUNITY ACTION AGENCY INC - https://www.wjcc-caa.org/ - 536@hsesinfo.org - 3302 Craggy Oak Ct - - Williamsburg - VA - 23188-1024 - 7489 Richmond Rd - Unit 515 - Norge - VA - 23127-1221 - 3302 Craggy Oak Ct - - Williamsburg - VA - 23188-1024 - Mrs. - F231157 - L231157 - - Board Chair - 231157@hsesinfo.org - Mrs. - F231158 - L231158 - - Executive Director - 231158@hsesinfo.org - Mrs. - F231160 - L231160 - - 231160@hsesinfo.org - Ms. - F231156 - L231156 - - 231156@hsesinfo.org - 555-555-1156 - - - 11595 - 496 - 13367 - 000 - 2014 - 2020-07-01 - - HS - Active - Rural Alaska Community Action Program, Inc - https://ruralcap.com - 496@hsesinfo.org - 731 East 8th Avenue - - Anchorage - AK - 99520-0908 - 731 East 8th Avenue - - Anchorage - AK - 99520-0908 - 731 East 8th Avenue - - Anchorage - AK - 99520-0908 - Ms. - F229133 - L229133 - - President Board of Directors - 229133@hsesinfo.org - Mr. - F229134 - L229134 - - Chief Executive Officer - 229134@hsesinfo.org - Ms. - F229136 - L229136 - - 229136@hsesinfo.org - Ms. - F229132 - L229132 - - 229132@hsesinfo.org - 555-555-9132 - - - 11596 - 497 - 13367 - 200 - 2014 - 2020-07-01 - - EHS - Active - Rural Alaska Community Action Program, Inc - https://ruralcap.org - 497@hsesinfo.org - 731 East 8th Avenue - - Anchorage - AK - 99520-0908 - 731 East 8th Avenue - - Anchorage - AK - 99520-0908 - 731 East 8th Avenue - - Anchorage - AK - 99520-0908 - Ms. - F229140 - L229140 - - President Board of Directors - 229140@hsesinfo.org - Mr. - F229141 - L229141 - - Interim CEO - 229141@hsesinfo.org - Ms. - F229143 - L229143 - - 229143@hsesinfo.org - Ms. - F229139 - L229139 - - 229139@hsesinfo.org - 555-555-9139 - - - 9396 - 1654 - 11628 - 000 - 2013 - 2019-02-01 - - HS - Active - Crossroads Youth & Family Services, Inc. - http://www.crossroadsyfs.org - 1654@hsesinfo.org - Crossroads Head Start - 1333 West Main Street - Norman - OK - 73069-6864 - Crossroads Head Start - 1333 West Main Street - Norman - OK - 73069-6864 - Crossroads Head Start - 1333 West Main Street - Norman - OK - 73069-6864 - Mr. - F214305 - L214305 - - Board Chair - 214305@hsesinfo.org - Ms. - F214306 - L214306 - MPA - Executive Director - 214306@hsesinfo.org - Ms. - F214308 - L214308 - - 214308@hsesinfo.org - Ms. - F214304 - L214304 - BS - 214304@hsesinfo.org - 555-555-4304 x 5555 - - - 9397 - 1653 - 11628 - 200 - 2013 - 2019-02-01 - - EHS - Active - Crossroads Youth & Family Services, Inc. - http://www.crossroadsyfs.org - 1653@hsesinfo.org - Crossroads Early Head Start - 1333 West Main Street - Norman - OK - 73069-6864 - Crossroads Early Head Start - 1333 West Main Street - Norman - OK - 73069-6864 - Crossroads Early Head Start - 1333 West Main Street - Norman - OK - 73069-6864 - Mr. - F214312 - L214312 - - Board Chair - 214312@hsesinfo.org - Ms. - F214313 - L214313 - MPA - Executive Director - 214313@hsesinfo.org - Ms. - F214315 - L214315 - - 214315@hsesinfo.org - Ms. - F214311 - L214311 - BS - 214311@hsesinfo.org - 555-555-4311 x 5555 - - - 11432 - 4103 - 13283 - 001 - - 2020-07-01 - - HS - Active - Des Moines Public Schools Head Start - www.drakeheadstart.org - 4103@hsesinfo.org - 2100 Fleur Dr - - Des Moines - IA - 50321-1158 - 2100 Fleur Dr - - Des Moines - IA - 50321-1158 - 2100 Fleur Dr - - Des Moines - IA - 50321-1158 - Dr. - F228064 - L228064 - - Chief Financial Officer - 228064@hsesinfo.org - Ms. - F228065 - L228065 - - Executive Director - 228065@hsesinfo.org - - F228067 - L228067 - - 228067@hsesinfo.org - Ms. - F228063 - L228063 - - 228063@hsesinfo.org - 555-555-8063 - - - 11915 - 9663 - 13613 - 000 - 2020 - 2020-08-01 - - HS - Active - Mid-Cumberland Community Action Agency - - 9663@hsesinfo.org - 412 E Vine St - - Murfreesboro - TN - 37130-4227 - PO Box 1583 - - Murfreesboro - TN - 37133-1583 - 412 E Vine St - - Murfreesboro - TN - 37130-4227 - Mr. - F231263 - L231263 - - Board Chair - 231263@hsesinfo.org - Ms. - F231264 - L231264 - - Executive Director - 231264@hsesinfo.org - Ms. - F231266 - L231266 - - 231266@hsesinfo.org - Mrs. - F231262 - L231262 - - 231262@hsesinfo.org - 555-555-1262 - - - 11916 - 9664 - 13613 - 200 - 2020 - 2020-08-01 - - EHS - Active - Mid-Cumberland Community Action Agency - - 9664@hsesinfo.org - 412 E Vine St - - Murfreesboro - TN - 37130-4227 - PO Box 1583 - - Murfreesboro - TN - 37133-1583 - 412 E Vine St - - Murfreesboro - TN - 37130-4227 - Mr. - F231270 - L231270 - - Board Chair - 231270@hsesinfo.org - Ms. - F231271 - L231271 - - Executive Director - 231271@hsesinfo.org - Ms. - F231273 - L231273 - - 231273@hsesinfo.org - Mrs. - F231269 - L231269 - - 231269@hsesinfo.org - 555-555-1269 - - - 10429 - 1689 - 12430 - 200 - 2014 - 2019-09-01 - - EHS - Active - Center for Human Services - http://www.chs-mo.org - 1689@hsesinfo.org - 4515 West Main Street - - Sedalia - MO - 65301-5918 - 1500 Ewing Drive - - Sedalia - MO - 65301-5918 - 1500 Ewing Drive - - Sedalia - MO - 65301-5918 - Mr. - F221343 - L221343 - - Board President - 221343@hsesinfo.org - Mrs. - F221344 - L221344 - - CEO - 221344@hsesinfo.org - Mrs. - F221346 - L221346 - - 221346@hsesinfo.org - Mrs. - F221342 - L221342 - - 221342@hsesinfo.org - 555-555-1342 - - - 6801 - 515 - 10303 - 000 - 1993 - 2015-09-01 - - HS - Active - Pocono Services for Families and Children - psfc.org - 515@hsesinfo.org - 212 W 4th St - - East Stroudsburg - PA - 18301-1419 - 212 W 4th St - - East Stroudsburg - PA - 18301-1419 - 212 W 4th St - - East Stroudsburg - PA - 18301-1419 - Mr. - F203282 - L203282 - - Board President - 203282@hsesinfo.org - Mr. - F203283 - L203283 - - Executive Director - 203283@hsesinfo.org - Ms. - F203285 - L203285 - - 203285@hsesinfo.org - Ms. - F203281 - L203281 - - 203281@hsesinfo.org - 555-555-3281 - - - 11457 - 331 - 13288 - 000 - 2014 - 2020-07-01 - - HS - Active - Alliance for Community Empowerment, Inc. - www.alliancect.org - 331@hsesinfo.org - 1070 Park Ave - - Bridgeport - CT - 06604-3400 - 1070 Park Ave - - Bridgeport - CT - 06604-3400 - 1070 Park Ave - - Bridgeport - CT - 06604-3400 - Mrs. - F228228 - L228228 - - Chairperson - 228228@hsesinfo.org - Dr. - F228229 - L228229 - - Executive Director - 228229@hsesinfo.org - Mrs. - F228231 - L228231 - - 228231@hsesinfo.org - Ms. - F228227 - L228227 - - 228227@hsesinfo.org - 555-555-8227 x 5555 - - - 11458 - 332 - 13288 - 200 - 2014 - 2020-07-01 - - EHS - Active - Alliance for Community Empowerment, Inc. - http:/www.alliancect.org - 332@hsesinfo.org - 1070 Park Avenue - - Bridgeport - CT - 06604-3400 - 1070 Park Avenue - - Bridgeport - CT - 06604-3400 - 1070 Park Avenue - - Bridgeport - CT - 06604-3400 - Mrs. - F228235 - L228235 - - Board of Directors Chairperson - 228235@hsesinfo.org - Dr. - F228236 - L228236 - - Executive Director - 228236@hsesinfo.org - Mrs. - F228238 - L228238 - - 228238@hsesinfo.org - Ms. - F228234 - L228234 - - 228234@hsesinfo.org - 555-555-8234 x 5555 - - - 8407 - 2991 - 10821 - 200 - 2011 - 2017-01-01 - - EHS - Active - TBC/GRADS Early Head Start a program of The Harlem Children's Zone - www.hcz.org - 2991@hsesinfo.org - 35 E 125th St - - New York - NY - 10035-1816 - 35 E 125th St - - New York - NY - 10035-1816 - 35 E 125th St - - New York - NY - 10035-1816 - Mr. - F208052 - L208052 - - Board Chair - 208052@hsesinfo.org - Mr. - F208053 - L208053 - - Chief Executive Officer - 208053@hsesinfo.org - Ms. - F208055 - L208055 - - 208055@hsesinfo.org - Ms. - F208051 - L208051 - - 208051@hsesinfo.org - 555-555-8051 x 5555 - - - 10839 - 6690 - 12810 - 000 - - 2019-12-01 - - Migrant HS - Active - Inspire Development Centers - www.inspire-centers.org - 6690@hsesinfo.org - 105 S 6th St Ste B - - Sunnyside - WA - 98944-1448 - 105 S 6th St Ste B - - Sunnyside - WA - 98944-1448 - 105 S 6th St Ste B - - Sunnyside - WA - 98944-1448 - Mr. - F224161 - L224161 - - Board Chair - 224161@hsesinfo.org - Mr. - F224162 - L224162 - - CEO - 224162@hsesinfo.org - Mr. - F224164 - L224164 - - 224164@hsesinfo.org - Ms. - F224160 - L224160 - - 224160@hsesinfo.org - 555-555-4160 x 5555 - - - 5424 - 2425 - 9058 - 200 - 2014 - 2014-08-01 - 2020-07-31 - AIAN EHS - Inactive - Menominee Indian Tribe - http://www.menominee-nsn.gov/education/headstart/headStartHome.asp - 2425@hsesinfo.org - Dolores K. Boyd Center - N 733 Head Start Road - Keshena - WI - 54135 - Early Head Start Program - P.O. Box 910 - Keshena - WI - 54135-0910 - Dolores K. Boyd Center - N 733 Head Start Road - Keshena - WI - 54135 - Mrs. - F96492 - L96492 - - Tribal Chairman - 96492@hsesinfo.org - Mrs. - F96496 - L96496 - - Tribal Administrator - 96496@hsesinfo.org - Ms. - F96495 - L96495 - - 96495@hsesinfo.org - Ms. - F96491 - L96491 - - 96491@hsesinfo.org - 555-555-6491 x 5555 - - - 10993 - 9170 - 12948 - 001 - 2019 - 2019-08-01 - - HS - Active - Wayne-Westland Community Schools - https://www.wwcsd.net/schools/pre-schools/stottlemyer-early-childhood-family-development-center/ - 9170@hsesinfo.org - 34801 Marquette St - - Westland - MI - 48185 - 34801 Marquette St - - Westland - MI - 48185 - 34801 Marquette St - - Westland - MI - 48185 - Mr. - F225260 - L225260 - - - 225260@hsesinfo.org - Mr. - F225258 - L225258 - - Superintendent of Wayne Westland Schools - 225258@hsesinfo.org - Ms. - F225261 - L225261 - - 225261@hsesinfo.org - Ms. - F225257 - L225257 - - 225257@hsesinfo.org - 555-555-5257 - - - 12195 - 2052 - 13900 - 000 - 2005 - 2020-11-01 - - HS - Active - Omaha Public Schools - http://www.ops.org - 2052@hsesinfo.org - 3215 Cuming St - - Omaha - NE - 68131-2000 - 3215 Cuming St - - Omaha - NE - 68131-2000 - 3215 Cuming St - - Omaha - NE - 68131-2000 - Mr. - F232920 - L232920 - - Board President - 232920@hsesinfo.org - Dr. - F232921 - L232921 - - Superintendent - 232921@hsesinfo.org - Ms. - F232923 - L232923 - - 232923@hsesinfo.org - Mrs. - F232919 - L232919 - - 232919@hsesinfo.org - 555-555-2919 - - - 9757 - 5980 - 11894 - 200 - - 2019-07-01 - - EHS - Active - Drake University - www.drakeheadstart.org - 5980@hsesinfo.org - 3800 Merle Hay Rd - Ste 323 - Des Moines - IA - 50310-1305 - 3800 Merle Hay Rd - Ste 323 - Des Moines - IA - 50310-1305 - 3800 Merle Hay Rd - Ste 323 - Des Moines - IA - 50310-1305 - Dr. - F216710 - L216710 - - Director of Sponsored Programs & Grants Management - 216710@hsesinfo.org - Dr. - F216711 - L216711 - - Dean, School of Education - 216711@hsesinfo.org - Ms. - F216713 - L216713 - - 216713@hsesinfo.org - Ms. - F216709 - L216709 - - 216709@hsesinfo.org - 555-555-6709 - - - 11444 - 732 - 13276 - 000 - 1991 - 2020-07-01 - - HS - Active - City-Parish of East Baton Rouge - www.brgov.com/dept/headstart/ - 732@hsesinfo.org - East Baton Rouge Parish Head Start - 4523 Plank Rd - Baton Rouge - LA - 70805-4138 - East Baton Rouge Parish Head Start - 4523 Plank Rd - Baton Rouge - LA - 70805-4138 - East Baton Rouge Parish Head Start - 4523 Plank Rd - Baton Rouge - LA - 70805-4138 - Mrs. - F228148 - L228148 - - Mayor-President - 228148@hsesinfo.org - Ms. - F228149 - L228149 - - Director DHDS - 228149@hsesinfo.org - Ms. - F228151 - L228151 - - 228151@hsesinfo.org - Mrs. - F228147 - L228147 - - 228147@hsesinfo.org - 555-555-8147 - - - 11431 - 1382 - 13274 - 000 - 1992 - 2020-07-01 - - HS - Active - Drake University Head Start - http://www.drakeheadstart.org - 1382@hsesinfo.org - 3800 Merle Hay Rd - Ste 323 - Des Moines - IA - 50310-1305 - 3800 Merle Hay Rd - Ste 323 - Des Moines - IA - 50310-1305 - 3800 Merle Hay Rd - Ste 323 - Des Moines - IA - 50310-1305 - Dr. - F228057 - L228057 - - Director of Sponsored Programs & Grants Management - 228057@hsesinfo.org - Dr. - F228058 - L228058 - - Dean, School of Education - 228058@hsesinfo.org - Ms. - F228060 - L228060 - - 228060@hsesinfo.org - Ms. - F228056 - L228056 - - 228056@hsesinfo.org - 555-555-8056 - - - 11433 - 1383 - 13274 - 200 - 1993 - 2020-07-01 - - EHS - Active - Drake University Early Head Start - http://www.drakeheadstart.org - 1383@hsesinfo.org - 3800 Merle Hay Rd - Ste 323 - Des Moines - IA - 50310-1305 - 3800 Merle Hay Rd - Ste 323 - Des Moines - IA - 50310-1305 - 3206 University Ave - - Des Moines - IA - 50311-3820 - Dr. - F228071 - L228071 - - Director of Sponsored Programs & Grants Management - 228071@hsesinfo.org - Dr. - F228072 - L228072 - - Dean, School of Education - 228072@hsesinfo.org - Ms. - F228074 - L228074 - - 228074@hsesinfo.org - Ms. - F228070 - L228070 - - 228070@hsesinfo.org - 555-555-8070 - - - 11799 - 666 - 13510 - 000 - 1992 - 2020-07-01 - - HS - Active - Green Bay Area Public Schools - headstart.gbaps.org - 666@hsesinfo.org - 1150 Bellevue St - - Green Bay - WI - 54302-2210 - 1150 Bellevue St - - Green Bay - WI - 54302-2210 - 200 S Broadway - - Green Bay - WI - 54303-1516 - Ms. - F230556 - L230556 - - School Board President - 230556@hsesinfo.org - Mr. - F230557 - L230557 - - - 230557@hsesinfo.org - Mr. - F230559 - L230559 - - 230559@hsesinfo.org - Ms. - F230555 - L230555 - - 230555@hsesinfo.org - 555-555-0555 - - - 10868 - 1967 - 12840 - 200 - 2015 - 2020-01-01 - - EHS - Active - Lakewood Economic Action Program - - 1967@hsesinfo.org - 170 Oberlin Ave N - Ste 22 - Lakewood - NJ - 08701-4548 - 170 Oberlin Ave N - Ste 22 - Lakewood - NJ - 08701-4548 - 170 Oberlin Ave N - Ste 22 - Lakewood - NJ - 08701-4548 - Mr. - F224364 - L224364 - - Board Chairperson - 224364@hsesinfo.org - Mr. - F224365 - L224365 - - - 224365@hsesinfo.org - Ms. - F224367 - L224367 - - 224367@hsesinfo.org - Ms. - F224363 - L224363 - - 224363@hsesinfo.org - 555-555-4363 x 5555 - - - 10865 - 2341 - 12854 - 000 - 2015 - 2020-01-01 - - HS - Active - WAYNE COUNTY ACTION PROGRAM, INC - 28 Canal St. - 2341@hsesinfo.org - 28 Canal St - - Lyons - NY - 14489-1249 - 28 Canal St - - Lyons - NY - 14489-1249 - 28 Canal St - - Lyons - NY - 14489-1249 - Mr. - F224343 - L224343 - - Grantee Board Chair - 224343@hsesinfo.org - Mrs. - F224344 - L224344 - - Chief Executive Officer - 224344@hsesinfo.org - Ms. - F224346 - L224346 - - 224346@hsesinfo.org - Mrs. - F224342 - L224342 - - 224342@hsesinfo.org - 555-555-4342 x 5555 - - - 10866 - 2340 - 12854 - 200 - 2015 - 2020-01-01 - - EHS - Active - WAYNE COUNTY ACTION PROGRAM, INC - http://www.waynecap.org - 2340@hsesinfo.org - 28 Canal St - - Lyons - NY - 14489-1249 - 28 Canal St - - Lyons - NY - 14489-1249 - 28 Canal St - - Lyons - NY - 14489-1249 - Mr. - F224350 - L224350 - - Grantee Board Chair - 224350@hsesinfo.org - Mrs. - F224351 - L224351 - - Chief Executive Officer - 224351@hsesinfo.org - Ms. - F224353 - L224353 - - 224353@hsesinfo.org - Mrs. - F224349 - L224349 - - 224349@hsesinfo.org - 555-555-4349 x 5555 - - - 12196 - 3437 - 13905 - 001 - - 2020-11-01 - - HS - Active - Educare Center of Omaha - https://www.educareomaha.org - 3437@hsesinfo.org - 3110 W St - - Omaha - NE - 68107-3320 - 3110 W St - - Omaha - NE - 68107-3320 - 3110 W St - - Omaha - NE - 68107-3320 - Mrs. - F232927 - L232927 - - Board President - 232927@hsesinfo.org - Mr. - F232928 - L232928 - - Executive Director - 232928@hsesinfo.org - Ms. - F232930 - L232930 - - 232930@hsesinfo.org - Mr. - F232926 - L232926 - - 232926@hsesinfo.org - 555-555-2926 - - - 12197 - 3217 - 13900 - 200 - 2005 - 2020-11-01 - - EHS - Active - Omaha Public Schools - http://www.ops.org - 3217@hsesinfo.org - 3215 Cuming St - - Omaha - NE - 68131-2000 - 3215 Cuming St - - Omaha - NE - 68131-2000 - 3215 Cuming St - - Omaha - NE - 68131-2000 - Mr. - F232934 - L232934 - - Board President - 232934@hsesinfo.org - Dr. - F232935 - L232935 - - Superintendent - 232935@hsesinfo.org - Ms. - F232937 - L232937 - - 232937@hsesinfo.org - Mrs. - F232933 - L232933 - - 232933@hsesinfo.org - 555-555-2933 - - - 12198 - 3436 - 13905 - 201 - - 2020-11-01 - - EHS - Active - Educare Center of Omaha - https://www.educareomaha.org - 3436@hsesinfo.org - 2123 Paul Street - - Omaha - NE - 68102-4045 - 2123 Paul Street - - Omaha - NE - 68102-4045 - 2123 Paul Street - - Omaha - NE - 68102-4045 - Mrs. - F232941 - L232941 - - Board President - 232941@hsesinfo.org - Mr. - F232942 - L232942 - - Executive Director - 232942@hsesinfo.org - Ms. - F232944 - L232944 - - 232944@hsesinfo.org - Mr. - F232940 - L232940 - - 232940@hsesinfo.org - 555-555-2940 - - - 12200 - 502 - 13898 - 000 - 1991 - 2020-11-01 - - HS - Active - University of Southern California - www.usc.edu/ext-relations/ccr/programs/sece/ - 502@hsesinfo.org - 3716 S Hope St - # 366 - Los Angeles - CA - 90089-7706 - 3716 S Hope St - # 366 - Los Angeles - CA - 90089-7706 - 3716 S Hope St - # 366 - Los Angeles - CA - 90089-7706 - Dr. - F232955 - L232955 - - Associate Vice President - 232955@hsesinfo.org - Ms. - F232956 - L232956 - - Interim Executive Director - 232956@hsesinfo.org - Mr. - F232958 - L232958 - - 232958@hsesinfo.org - Ms. - F232954 - L232954 - - 232954@hsesinfo.org - 555-555-2954 - - - 8403 - 1159 - 10817 - 000 - 1992 - 2017-01-01 - - AIAN HS - Active - Pueblo of Zuni Head Start Program - www.ashiwi.org - 1159@hsesinfo.org - 111 Route 301 South - - Zuni - NM - 87327-0449 - 111 Route 301 South - - Zuni - NM - 87327-0449 - 111 Route 301 South - - Zuni - NM - 87327 - Mr. - F208022 - L208022 - Sr. - Governor - 208022@hsesinfo.org - Ms. - F208023 - L208023 - - Division Director for the Education and Training Department - 208023@hsesinfo.org - Ms. - F208025 - L208025 - - 208025@hsesinfo.org - Ms. - F208021 - L208021 - - 208021@hsesinfo.org - 555-555-8021 - - - 12201 - 503 - 13898 - 200 - 2001 - 2020-11-01 - - EHS - Active - University of Southern California - - 503@hsesinfo.org - 3716 S Hope St - - Los Angeles - CA - 90089-7706 - 3716 S Hope St - - Los Angeles - CA - 90089-7706 - 3716 S Hope St - - Los Angeles - CA - 90089-7706 - Dr. - F232962 - L232962 - - Associate Vice President - 232962@hsesinfo.org - Ms. - F232963 - L232963 - - Interim Executive Director - 232963@hsesinfo.org - Mr. - F232965 - L232965 - - 232965@hsesinfo.org - Ms. - F232961 - L232961 - - 232961@hsesinfo.org - 555-555-2961 - - - 12203 - 9854 - 13902 - 000 - 2020 - 2020-11-01 - - Migrant HS - Active - United Migrant Opportunity Services, Inc. - http://www.umos.org - 9854@hsesinfo.org - 2701 S Chase Ave - - Milwaukee - WI - 53207-1482 - PO Box 4129 - - Milwaukee - WI - 53204-0129 - 2701 S Chase Ave - - Milwaukee - WI - 53207-1482 - Mr. - F232978 - L232978 - - Board Chair - 232978@hsesinfo.org - Mr. - F232976 - L232976 - - CEO/President - 232976@hsesinfo.org - Mr. - F232979 - L232979 - - 232979@hsesinfo.org - Ms. - F232975 - L232975 - - 232975@hsesinfo.org - 555-555-2975 - - - 12204 - 9855 - 13902 - 200 - 2020 - 2020-11-01 - - Migrant EHS - Active - United Migrant Opportunity Services, Inc. - http://www.umos.org - 9855@hsesinfo.org - 2701 S Chase Ave - - Milwaukee - WI - 53207-1482 - PO Box 4129 - - Milwaukee - WI - 53204-0129 - 2701 S Chase Ave - - Milwaukee - WI - 53207-1482 - Mr. - F232984 - L232984 - - Board Chair - 232984@hsesinfo.org - Mr. - F232982 - L232982 - - CEO/President - 232982@hsesinfo.org - Mr. - F232985 - L232985 - - 232985@hsesinfo.org - Ms. - F232981 - L232981 - - 232981@hsesinfo.org - 555-555-2981 - - - 12205 - 9856 - 13899 - 000 - 2020 - 2020-11-01 - - Migrant HS - Active - Centro de la Familia de Utah - www.cdlf.org - 9856@hsesinfo.org - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - Mr. - F232990 - L232990 - - Board President - 232990@hsesinfo.org - Mr. - F232988 - L232988 - - CEO & Head Start Director - 232988@hsesinfo.org - Ms. - F232991 - L232991 - - 232991@hsesinfo.org - Mr. - F232987 - L232987 - - 232987@hsesinfo.org - 555-555-2987 - - - 10118 - 777 - 12150 - 000 - 2014 - 2019-07-01 - - HS - Active - SULPHUR SPRINGS INDEPENDENT SCHOOL DISTRICT - http://www.ssisd.net - 777@hsesinfo.org - 600 Calvert St - - Sulphur Springs - TX - 75482-3236 - 600 Calvert St - - Sulphur Springs - TX - 75482-3236 - 631 Connally St - - Sulphur Springs - TX - 75482-2401 - Mrs. - F219217 - L219217 - - School Board/Governing Body/Head Start Liaison - 219217@hsesinfo.org - Mr. - F219218 - L219218 - - Superintendent of Schools - 219218@hsesinfo.org - Ms. - F219220 - L219220 - - 219220@hsesinfo.org - Mrs. - F219216 - L219216 - - 219216@hsesinfo.org - 555-555-9216 x 5555 - - - 12206 - 9857 - 13899 - 200 - 2020 - 2020-11-01 - - Migrant EHS - Active - Centro de la Familia de Utah - www.cdlf.org - 9857@hsesinfo.org - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - 525 S 300 W - - Salt Lake City - UT - 84101-2503 - Mr. - F232996 - L232996 - - Board President - 232996@hsesinfo.org - Mr. - F232994 - L232994 - - CEO & Head Start Director - 232994@hsesinfo.org - Ms. - F232997 - L232997 - - 232997@hsesinfo.org - Mr. - F232993 - L232993 - - 232993@hsesinfo.org - 555-555-2993 - - - 12207 - 9858 - 13903 - 000 - 2020 - 2020-11-01 - - Migrant HS - Active - East Coast Migrant Head Start Project - http://www.ecmhsp.org - 9858@hsesinfo.org - 2301 Sugar Bush Rd - Ste 400 - Raleigh - NC - 27612-2957 - 2301 Sugar Bush Rd - Ste 400 - Raleigh - NC - 27612-2957 - 2301 Sugar Bush Rd - Ste 400 - Raleigh - NC - 27612-2957 - Dr. - F233002 - L233002 - - President, ECMHSP Board of Directors - 233002@hsesinfo.org - Ms. - F233000 - L233000 - - Chief Executive Officer - 233000@hsesinfo.org - Ms. - F233003 - L233003 - - 233003@hsesinfo.org - Mr. - F232999 - L232999 - - 232999@hsesinfo.org - 555-555-2999 x 5555 - - - 12212 - 337 - 13909 - 000 - 1991 - 2020-11-01 - - HS - Active - Making Opportunity Count, Inc. - http://www.mocinc.org - 337@hsesinfo.org - 601 River St - - Fitchburg - MA - 01420-2975 - 601 River St - - Fitchburg - MA - 01420-2975 - 601 River St - - Fitchburg - MA - 01420-2975 - Mr. - F233033 - L233033 - - Board President - 233033@hsesinfo.org - Mr. - F233034 - L233034 - - Executive Director - 233034@hsesinfo.org - Ms. - F233036 - L233036 - - 233036@hsesinfo.org - Ms. - F233032 - L233032 - - 233032@hsesinfo.org - 555-555-3032 - - - 12213 - 8021 - 13909 - 200 - 2016 - 2020-11-01 - - EHS - Active - Making Opportunity Count, Inc. - http://www.mocinc.org - 8021@hsesinfo.org - 601 River St - - Fitchburg - MA - 01420-2975 - 601 River St - - Fitchburg - MA - 01420-2975 - 601 River St - - Fitchburg - MA - 01420-2975 - Mr. - F233040 - L233040 - - Board President - 233040@hsesinfo.org - Mr. - F233041 - L233041 - - Executive Director - 233041@hsesinfo.org - Ms. - F233043 - L233043 - - 233043@hsesinfo.org - Ms. - F233039 - L233039 - - 233039@hsesinfo.org - 555-555-3039 - - - 12214 - 1811 - 13908 - 200 - 2002 - 2020-11-01 - - EHS - Active - Centro de Fortalecimiento Familiar, ESCAPE - http://www.escapepr.org - 1811@hsesinfo.org - Road 181 Km 44.8 - Celada Sector - Gurabo - PR - 00778 - PO Box 9689 - - San Juan - PR - 00908-0689 - #500 Avenida Muñoz Rivera Edificio El Centro I Local 8 - - San Juan - PR - 00908 - Mrs. - F233047 - L233047 - - Board President - 233047@hsesinfo.org - Ms. - F233048 - L233048 - - Executive Director - 233048@hsesinfo.org - Mrs. - F233050 - L233050 - - 233050@hsesinfo.org - Mrs. - F233046 - L233046 - - 233046@hsesinfo.org - 555-555-3046 - - - 12178 - 9850 - 13892 - 209 - 2020 - 2019-03-01 - - EHS - Active - YWCA South Florida - www.ywcasouthflorida.org - 9850@hsesinfo.org - 351 NW 5th St - - Miami - FL - 33128-1615 - 351 NW 5th St - - Miami - FL - 33128-1615 - 351 NW 5th St - - Miami - FL - 33128-1615 - Ms. - F232898 - L232898 - - Board Chair - 232898@hsesinfo.org - Ms. - F232896 - L232896 - - President/CEO - 232896@hsesinfo.org - Mrs. - F232899 - L232899 - - 232899@hsesinfo.org - Ms. - F232895 - L232895 - - 232895@hsesinfo.org - 555-555-2895 x 5555 - - - 8726 - 8584 - 11101 - 200 - 2017 - 2017-09-01 - - AIAN EHS - Active - Port Gamble S'Klallam Tribe - http://www.pgst.nsn.us - 8584@hsesinfo.org - 31912 Little Boston Road, NE - - Kingston - WA - 98346-9700 - 31912 Little Boston Road, NE - - Kingston - WA - 98346-9700 - 31912 Little Boston Road, NE - - Kingston - WA - 98346-9700 - Mr. - F209572 - L209572 - - Tribal Council Chairman - 209572@hsesinfo.org - Ms. - F209573 - L209573 - - - 209573@hsesinfo.org - Mr. - F209575 - L209575 - - 209575@hsesinfo.org - Ms. - F209571 - L209571 - - 209571@hsesinfo.org - 555-555-9571 - - - 11109 - 753 - 13036 - 000 - 1992 - 2020-03-01 - - HS - Active - NORTH CENTRAL ARKANSAS DEVELOPMENT COUNCIL, INC - 1900 Lyon St - 753@hsesinfo.org - 1900 Lyon St - - Batesville - AR - 72501-4809 - PO Box 3349 - - Batesville - AR - 72503-3349 - 1900 Lyon St - - Batesville - AR - 72501-4809 - Mr. - F226001 - L226001 - - Chairman of the Board - 226001@hsesinfo.org - Mr. - F226002 - L226002 - - - 226002@hsesinfo.org - Ms. - F226004 - L226004 - - 226004@hsesinfo.org - Ms. - F226000 - L226000 - - 226000@hsesinfo.org - 555-555-6000 x 5555 - - - 8759 - 472 - 11131 - 000 - 1991 - 2017-11-01 - - HS - Active - South Central Iowa Community Action Program - www.scicap.org - 472@hsesinfo.org - 1711 Osceola Ave - Ste 205 - Chariton - IA - 50049-1519 - PO Box 715 - - Chariton - IA - 50049-0715 - 1711 Osceola Ave - Ste 103 - Chariton - IA - 50049-1516 - Mr. - F209778 - L209778 - - Governing Board Chair Person - 209778@hsesinfo.org - Ms. - F209779 - L209779 - - SCICAP Executive Director - 209779@hsesinfo.org - Mr. - F209781 - L209781 - - 209781@hsesinfo.org - Ms. - F209777 - L209777 - - 209777@hsesinfo.org - 555-555-9777 x 5555 - - - 8760 - 473 - 11131 - 200 - 2004 - 2017-11-01 - - EHS - Active - South Central Iowa Community Action Program - www.scicap.org - 473@hsesinfo.org - 1711 Osceola Ave - Ste 205 - Chariton - IA - 50049-1519 - PO Box 715 - - Chariton - IA - 50049-0715 - 1711 Osceola Ave - Ste 205 - Chariton - IA - 50049-1519 - Mr. - F209785 - L209785 - - Governing Board Chair Person - 209785@hsesinfo.org - Ms. - F209786 - L209786 - - Executive Director - 209786@hsesinfo.org - Mr. - F209788 - L209788 - - 209788@hsesinfo.org - Ms. - F209784 - L209784 - - 209784@hsesinfo.org - 555-555-9784 x 5555 - - - 9408 - 321 - 11636 - 000 - 2014 - 2019-03-01 - - HS - Active - Greater Bergen Community Action, Inc - http://www.greaterbergen.org - 321@hsesinfo.org - 392 Main St - - Hackensack - NJ - 07601-5805 - 392 Main St - - Hackensack - NJ - 07601-5805 - 392 Main St - - Hackensack - NJ - 07601-5805 - Mr. - F214374 - L214374 - - GBCA Board Chairperson - 214374@hsesinfo.org - Mr. - F214375 - L214375 - - President & CEO - 214375@hsesinfo.org - Ms. - F214377 - L214377 - - 214377@hsesinfo.org - Mrs. - F214373 - L214373 - - 214373@hsesinfo.org - 555-555-4373 x 5555 - - - 9409 - 2589 - 11636 - 200 - 2014 - 2019-03-01 - - EHS - Active - Greater Bergen Community Action, Inc - www.greaterbergen.org - 2589@hsesinfo.org - 392 Main St - - Hackensack - NJ - 07601-5805 - 392 Main St - - Hackensack - NJ - 07601-5805 - 392 Main St - - Hackensack - NJ - 07601-5805 - Mr. - F214381 - L214381 - - GBCA Board Chairperson - 214381@hsesinfo.org - Mr. - F214382 - L214382 - - President & CEO - 214382@hsesinfo.org - Ms. - F214384 - L214384 - - 214384@hsesinfo.org - Mrs. - F214380 - L214380 - - 214380@hsesinfo.org - 555-555-4380 x 5555 - - - 12211 - 488 - 13906 - 000 - 1989 - 2020-11-01 - - HS - Active - Self-Help Incorporated - http://www.selfhelpinc.org - 488@hsesinfo.org - 370 Howard St - - Brockton - MA - 02302-1000 - 370 Howard St - - Brockton - MA - 02302-1000 - 370 Howard St - - Brockton - MA - 02302-1000 - Mr. - F233026 - L233026 - - Chairperson Self Help, Inc. Board of Directors - 233026@hsesinfo.org - Mr. - F233027 - L233027 - - Self Help, Inc. Chief Executive Officer - 233027@hsesinfo.org - Ms. - F233029 - L233029 - - 233029@hsesinfo.org - Mr. - F233025 - L233025 - - 233025@hsesinfo.org - 555-555-3025 x 5555 - - - 12208 - 9859 - 13901 - 000 - 2020 - 2020-11-01 - - Migrant HS - Active - Chicanos por la Causa, Inc. - http://www.cplc.org - 9859@hsesinfo.org - 1112 E Buckeye Rd - - Phoenix - AZ - 85034-4043 - 1112 E Buckeye Rd - - Phoenix - AZ - 85034-4043 - 1112 E Buckeye Rd - - Phoenix - AZ - 85034-4043 - Mr. - F233008 - L233008 - - CPLC Board of Directors Chair - 233008@hsesinfo.org - Mr. - F233006 - L233006 - - President and Chief Executive Officer (CEO) - 233006@hsesinfo.org - Ms. - F233009 - L233009 - - 233009@hsesinfo.org - Mr. - F233005 - L233005 - - 233005@hsesinfo.org - 555-555-3005 - - - 12209 - 352 - 13907 - 000 - 1991 - 2020-11-01 - - HS - Active - People Acting in Community Endeavors - http://www.paceinfo.org - 352@hsesinfo.org - 32 Madison St - - New Bedford - MA - 02740-4906 - 32 Madison St - - New Bedford - MA - 02740-4906 - 32 Madison St - - New Bedford - MA - 02740-4906 - Mr. - F233012 - L233012 - - P.A.C.E. Inc. Board President - 233012@hsesinfo.org - Mrs. - F233013 - L233013 - - - 233013@hsesinfo.org - Ms. - F233015 - L233015 - - 233015@hsesinfo.org - Ms. - F233011 - L233011 - - 233011@hsesinfo.org - 555-555-3011 x 5555 - - - 12210 - 8638 - 13907 - 200 - 2018 - 2020-11-01 - - EHS - Active - People Acting in Community Endeavors - http://www.paceinfo.org - 8638@hsesinfo.org - 32 Madison St - - New Bedford - MA - 02740-4906 - 32 Madison St - - New Bedford - MA - 02740-4906 - 32 Madison St - - New Bedford - MA - 02740-4906 - Mr. - F233019 - L233019 - - P.A.C.E. Inc. Board President - 233019@hsesinfo.org - Mrs. - F233020 - L233020 - - - 233020@hsesinfo.org - Ms. - F233022 - L233022 - - 233022@hsesinfo.org - Ms. - F233018 - L233018 - - 233018@hsesinfo.org - 555-555-3018 x 5555 - - - 12199 - 1808 - 13897 - 000 - 2002 - 2020-11-01 - - HS - Active - Topeka Unified School District #501 - https://www.topekapublicschools.net/sheldon - 1808@hsesinfo.org - Sheldon Child Development Center - 1155 SW Seabrook Avenue - Topeka - KS - 66604-1852 - Sheldon Child Development Center - 1155 SW Seabrook Avenue - Topeka - KS - 66604-1852 - Topeka Public Schoolsl - 624 SW 24th - Topeka - KS - 66611 - Dr. - F232948 - L232948 - - Board of Education President - 232948@hsesinfo.org - Dr. - F232949 - L232949 - - Superintendent Topeka Public Schools - 232949@hsesinfo.org - Mrs. - F232951 - L232951 - - 232951@hsesinfo.org - Mrs. - F232947 - L232947 - - 232947@hsesinfo.org - 555-555-2947 - - - 12202 - 2464 - 13904 - 000 - 2014 - 2020-11-01 - - AIAN HS - Active - Tolowa Dee-Ni Nation - http://www.tolowa-nsn.gov - 2464@hsesinfo.org - 12840 Mouth of Smith River Rd - - Smith River - CA - 95567-9451 - 12840 Mouth of Smith River Rd - - Smith River - CA - 95567-9451 - 140 Rowdy Creek Rd - - Smith River - CA - 95567 - Ms. - F232969 - L232969 - - Tolowa Dee-ni Nation Tribal Chairperson - 232969@hsesinfo.org - Mr. - F232970 - L232970 - - Tolowa Dee-ni Nation Executive Director - 232970@hsesinfo.org - Ms. - F232972 - L232972 - - 232972@hsesinfo.org - Ms. - F232968 - L232968 - - 232968@hsesinfo.org - 555-555-2968 x 5555 - - - 9222 - 1156 - 11507 - 000 - 2013 - 2018-12-01 - - AIAN HS - Active - ONEIDA NATION - oneidanation.org - 1156@hsesinfo.org - 2801 W Mason St - Ste 1 - Green Bay - WI - 54313-5009 - PO Box 365 - - Oneida - WI - 54155-0365 - N7210 Seminary Rd - - Oneida - WI - 54155-9501 - Mr. - F213094 - L213094 - - Tribal Chairman - 213094@hsesinfo.org - Ms. - F213095 - L213095 - - Area Manager - Education & Training - 213095@hsesinfo.org - Mr. - F213097 - L213097 - - 213097@hsesinfo.org - Ms. - F213093 - L213093 - - 213093@hsesinfo.org - 555-555-3093 - - - 9223 - 2623 - 11507 - 200 - 2013 - 2018-12-01 - - AIAN EHS - Active - ONEIDA NATION - 2801 West Mason Street Suite 2 - 2623@hsesinfo.org - 2801 W Mason St - Ste 2 - Green Bay - WI - 54313-5009 - P.O. Box 365 - - Oneida - WI - 54155 - 1250 Packerland Dr - - Green Bay - WI - 54304-1336 - Mr. - F213101 - L213101 - - Tribal Chairman - 213101@hsesinfo.org - Ms. - F213102 - L213102 - - Area Manager - Education & Training - 213102@hsesinfo.org - Mr. - F213104 - L213104 - - 213104@hsesinfo.org - Ms. - F213100 - L213100 - - 213100@hsesinfo.org - 555-555-3100 - - - 9798 - 5806 - 11935 - 200 - - 2019-07-01 - - EHS - Active - Community Day Care Center of Lawrence, Inc. - www.thecommunitygroupinc.org - 5806@hsesinfo.org - 439 S Union St. - Heritage Park Bldg. 2 3rd Floor - Lawrence - MA - 01843-2837 - 190 Hampshire Street - - Lawrence - MA - 01840-1251 - 190 Hampshire Street - - Lawrence - MA - 01840-1251 - Ms. - F216997 - L216997 - - Board Chair - 216997@hsesinfo.org - Ms. - F216998 - L216998 - - Executive Director - 216998@hsesinfo.org - Ms. - F217000 - L217000 - - 217000@hsesinfo.org - Ms. - F216996 - L216996 - - 216996@hsesinfo.org - 555-555-6996 - - - 12130 - 9810 - 13815 - 000 - 2020 - 2020-09-01 - - HS - Active - Cape Cod YMCA - https://ymcacapecod.org/ - 9810@hsesinfo.org - 2245 Iyannough Rd - - West Barnstable - MA - 02668-1507 - 2245 Iyannough Rd - - West Barnstable - MA - 02668-1507 - 2245 Iyannough Rd - - West Barnstable - MA - 02668-1507 - Ms. - F232614 - L232614 - - Board Chair - 232614@hsesinfo.org - Ms. - F232612 - L232612 - - - 232612@hsesinfo.org - - F232615 - L232615 - - 232615@hsesinfo.org - Ms. - F232611 - L232611 - - 232611@hsesinfo.org - 555-555-2611 - - - 12131 - 9811 - 13815 - 200 - 2020 - 2020-09-01 - - EHS - Active - Cape Cod YMCA - https://ymcacapecod.org/ - 9811@hsesinfo.org - 2245 Iyannough Rd - - West Barnstable - MA - 02668-1507 - 2245 Iyannough Rd - - West Barnstable - MA - 02668-1507 - 2245 Iyannough Rd - - West Barnstable - MA - 02668-1507 - Ms. - F232620 - L232620 - - Board Chair - 232620@hsesinfo.org - Ms. - F232618 - L232618 - - - 232618@hsesinfo.org - - F232621 - L232621 - - 232621@hsesinfo.org - Ms. - F232617 - L232617 - - 232617@hsesinfo.org - 555-555-2617 - - - 9555 - 1477 - 11768 - 000 - 1992 - 2019-04-01 - - HS - Active - MAHUBE-OTWA COMMUNITY ACTION PARTNERSHIP, INC. - http://www.mahube.org - 1477@hsesinfo.org - 1125 W River Rd - - Detroit Lakes - MN - 56501-2722 - PO Box 747 - - Detroit Lakes - MN - 56502-0747 - 1125 W River Rd - - Detroit Lakes - MN - 56501-2722 - Mr. - F215382 - L215382 - - Board Chairperson - 215382@hsesinfo.org - Ms. - F215383 - L215383 - - Executive Director - 215383@hsesinfo.org - Ms. - F215385 - L215385 - - 215385@hsesinfo.org - Ms. - F215381 - L215381 - - 215381@hsesinfo.org - 555-555-5381 - - - 9556 - 1476 - 11768 - 200 - 2014 - 2019-04-01 - - EHS - Active - MAHUBE-OTWA COMMUNITY ACTION PARTNERSHIP, INC. - http://www.mahube.org - 1476@hsesinfo.org - 1125 W River Rd - - Detroit Lakes - MN - 56501-2722 - PO Box 747 - - Detroit Lakes - MN - 56502-0747 - 1125 W River Rd - - Detroit Lakes - MN - 56501-2722 - Mr. - F215389 - L215389 - - Board Chairperson - 215389@hsesinfo.org - Ms. - F215390 - L215390 - - Executive Director - 215390@hsesinfo.org - Mrs. - F215392 - L215392 - - 215392@hsesinfo.org - Ms. - F215388 - L215388 - - 215388@hsesinfo.org - 555-555-5388 - - - 10733 - 741 - 12729 - 000 - 2014 - 2019-12-01 - - HS - Active - New Mexico State University Education Research - http://www.nmsu.edu/headstart/ - 741@hsesinfo.org - 2540 El Paseo Suite B - - Las Cruces - NM - 88005 - Dona Ana County Head Start - P.O. Box 30001, MSC 3R - Las Cruces - NM - 88003-8001 - 2540 El Paseo Suite B - - Las Cruces - NM - 88005 - Ms. - F223467 - L223467 - - Board of Regents of New Mexico State University, Chariperson - 223467@hsesinfo.org - Ms. - F223468 - L223468 - - Principal Investigator College of Education New Mexico State University - 223468@hsesinfo.org - Ms. - F223470 - L223470 - - 223470@hsesinfo.org - Ms. - F223466 - L223466 - - 223466@hsesinfo.org - 555-555-3466 - - - 10734 - 5175 - 12729 - 200 - 2014 - 2019-12-01 - - EHS - Active - New Mexico State University Education Research - http://www.nmsu.edu/headstart/ - 5175@hsesinfo.org - 2540 El Paseo Rd - Ste B - Las Cruces - NM - 88001-6019 - PO Box 30001 - Msc 3R - Las Cruces - NM - 88003-8001 - 2540 El Paseo Rd - Ste B - Las Cruces - NM - 88001-6019 - Ms. - F223474 - L223474 - - Board of Regents of New Mexico State University, Chariperson - 223474@hsesinfo.org - Ms. - F223475 - L223475 - - Principal Investigator Collage of Education New Mexico State University - 223475@hsesinfo.org - Ms. - F223477 - L223477 - - 223477@hsesinfo.org - Ms. - F223473 - L223473 - - 223473@hsesinfo.org - 555-555-3473 - - - 10430 - 6051 - 12424 - 200 - - 2019-09-01 - - EHS - Active - Children's Therapy Center of Pettis County, Inc. - http://www.chs-mo.org - 6051@hsesinfo.org - 4515 W Main St - - Sedalia - MO - 65301-9425 - 1500 Ewing Dr - - Sedalia - MO - 65301-2396 - 1500 Ewing Dr - - Sedalia - MO - 65301-2396 - Mr. - F221350 - L221350 - - Board President - 221350@hsesinfo.org - Mrs. - F221351 - L221351 - - - 221351@hsesinfo.org - Mrs. - F221353 - L221353 - - 221353@hsesinfo.org - Mrs. - F221349 - L221349 - - 221349@hsesinfo.org - 555-555-1349 x 5555 - - - 12217 - 351 - 13921 - 000 - 1991 - 2020-11-01 - - HS - Active - Community Teamwork, Inc. - http://www.comteam.org - 351@hsesinfo.org - 155 Merrimack St - - Lowell - MA - 01852-1723 - 155 Merrimack St - - Lowell - MA - 01852-1723 - 155 Merrimack St - - Lowell - MA - 01852-1723 - Mr. - F233068 - L233068 - - - 233068@hsesinfo.org - Ms. - F233069 - L233069 - - Executive Director - 233069@hsesinfo.org - Ms. - F233071 - L233071 - - 233071@hsesinfo.org - Ms. - F233067 - L233067 - - 233067@hsesinfo.org - 555-555-3067 - - - 12218 - 3178 - 13921 - 200 - 2002 - 2020-11-01 - - EHS - Active - Community Teamwork, Inc. - http://www.commteam.org - 3178@hsesinfo.org - 155 Merrimack St - - Lowell - MA - 01852-1723 - 155 Merrimack St - - Lowell - MA - 01852-1723 - 155 Merrimack St - - Lowell - MA - 01852-1723 - Mr. - F233075 - L233075 - - - 233075@hsesinfo.org - Ms. - F233076 - L233076 - - Executive Director - 233076@hsesinfo.org - Ms. - F233078 - L233078 - - 233078@hsesinfo.org - Ms. - F233074 - L233074 - - 233074@hsesinfo.org - 555-555-3074 - - - 12219 - 2601 - 13916 - 000 - 2010 - 2020-11-01 - - HS - Active - Acelero, Inc. - www.acelero.net - 2601@hsesinfo.org - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - Mr. - F233082 - L233082 - - Chairman of the Board - 233082@hsesinfo.org - Mr. - F233083 - L233083 - - COO/Head Start Director - 233083@hsesinfo.org - Ms. - F233085 - L233085 - - 233085@hsesinfo.org - Mr. - F233081 - L233081 - - 233081@hsesinfo.org - 555-555-3081 - - - 12220 - 3477 - 13931 - 001 - 2010 - 2020-11-01 - - HS - Active - Acelero Learning Camden/Philadelphia - alcp.acelero.net - 3477@hsesinfo.org - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - Ms. - F233089 - L233089 - - Board Chairman - 233089@hsesinfo.org - Mr. - F233090 - L233090 - - - 233090@hsesinfo.org - Ms. - F233092 - L233092 - - 233092@hsesinfo.org - Ms. - F233088 - L233088 - - 233088@hsesinfo.org - 555-555-3088 - - - 12221 - 3479 - 13932 - 002 - 2010 - 2020-11-01 - - HS - Active - Acelero Learning Monmouth/Middlesex County - almm.acelero.net - 3479@hsesinfo.org - 132 2nd Street - - Perth Amboy - NJ - 08861 - 132 2nd Street - - Perth Amboy - NJ - 08861 - 132 2nd Street - - Perth Amboy - NJ - 08861 - Mr. - F233096 - L233096 - - Board Chairman - 233096@hsesinfo.org - Mr. - F233097 - L233097 - - - 233097@hsesinfo.org - Ms. - F233099 - L233099 - - 233099@hsesinfo.org - Ms. - F233095 - L233095 - - 233095@hsesinfo.org - - - - 12222 - 2854 - 13916 - 200 - 2010 - 2020-11-01 - - EHS - Active - Acelero, Inc. - www.acelero.net - 2854@hsesinfo.org - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - Mr. - F233103 - L233103 - - Chairman of the Board - 233103@hsesinfo.org - Mr. - F233104 - L233104 - - COO/Head Start Director - 233104@hsesinfo.org - Ms. - F233106 - L233106 - - 233106@hsesinfo.org - Mr. - F233102 - L233102 - - 233102@hsesinfo.org - 555-555-3102 - - - 12223 - 3475 - 13931 - 201 - 2010 - 2020-11-01 - - EHS - Active - Acelero Learning Camden/Philadelphia - alcp.acelero.net - 3475@hsesinfo.org - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - Ms. - F233110 - L233110 - - Board Chairman - 233110@hsesinfo.org - Mr. - F233111 - L233111 - - - 233111@hsesinfo.org - Ms. - F233113 - L233113 - - 233113@hsesinfo.org - Ms. - F233109 - L233109 - - 233109@hsesinfo.org - 555-555-3109 - - - 12224 - 3476 - 13932 - 202 - 2011 - 2020-11-01 - - EHS - Active - Acelero Learning Monmouth/Middlesex County - almm.acelero.net - 3476@hsesinfo.org - 132 2nd Street - - Perth Amboy - NJ - 08861 - 132 2nd Street - - Perth Amboy - NJ - 08861 - 132 2nd Street - - Perth Amboy - NJ - 08861 - Mr. - F233117 - L233117 - - Board Chairman - 233117@hsesinfo.org - Mr. - F233118 - L233118 - - - 233118@hsesinfo.org - Ms. - F233120 - L233120 - - 233120@hsesinfo.org - Ms. - F233116 - L233116 - - 233116@hsesinfo.org - - - - 12226 - 479 - 13924 - 000 - 1989 - 2020-11-01 - - HS - Active - Sheboygan Human Rights Association, Inc. - www.sheboyganheadstart.org - 479@hsesinfo.org - 1711 S 11th St - - Sheboygan - WI - 53081-5810 - 1711 S 11th St - - Sheboygan - WI - 53081-5810 - 1711 S 11th St - - Sheboygan - WI - 53081-5810 - Mr. - F233131 - L233131 - - Board President - 233131@hsesinfo.org - Ms. - F233132 - L233132 - - Executive Director - 233132@hsesinfo.org - Ms. - F233134 - L233134 - - 233134@hsesinfo.org - Ms. - F233130 - L233130 - - 233130@hsesinfo.org - 555-555-3130 - - - 12227 - 8006 - 13924 - 200 - 2016 - 2020-11-01 - - EHS - Active - Sheboygan Human Rights Association, Inc. - www.sheboyganheadstart.org - 8006@hsesinfo.org - 1711 S 11th St - - Sheboygan - WI - 53081-5810 - 1711 S 11th St - - Sheboygan - WI - 53081-5810 - 1711 S 11th St - - Sheboygan - WI - 53081-5810 - Mr. - F233138 - L233138 - - Board President - 233138@hsesinfo.org - Ms. - F233139 - L233139 - - Executive Director - 233139@hsesinfo.org - Ms. - F233141 - L233141 - - 233141@hsesinfo.org - Ms. - F233137 - L233137 - - 233137@hsesinfo.org - 555-555-3137 - - - 12228 - 483 - 13927 - 000 - 1989 - 2020-11-01 - - HS - Active - Anoka County Community Action Program, Inc. - http://www.accap.org - 483@hsesinfo.org - 1201 89th Ave NE Ste 345 - - Blaine - MN - 55434-3373 - 1201 89th Ave NE Ste 345 - - Blaine - MN - 55434-3373 - 1201 89th Ave NE Ste 345 - - Blaine - MN - 55434-3373 - Mr. - F233145 - L233145 - - Governing Board Chair - 233145@hsesinfo.org - Mr. - F233146 - L233146 - - - 233146@hsesinfo.org - Ms. - F233148 - L233148 - - 233148@hsesinfo.org - Ms. - F233144 - L233144 - - 233144@hsesinfo.org - 555-555-3144 - - - 12229 - 482 - 13927 - 200 - 2003 - 2020-11-01 - - EHS - Active - Anoka County Community Action Program, Inc. - http://www.accap.org - 482@hsesinfo.org - 1201 89th Ave NE Ste 345 - - Blaine - MN - 55434-3373 - 1201 89th Ave NE Ste 345 - - Blaine - MN - 55434-3373 - 1201 89th Ave NE Ste 345 - - Blaine - MN - 55434-3373 - Mr. - F233152 - L233152 - - Governing Board Chair - 233152@hsesinfo.org - Mr. - F233153 - L233153 - - - 233153@hsesinfo.org - Ms. - F233155 - L233155 - - 233155@hsesinfo.org - Ms. - F233151 - L233151 - - 233151@hsesinfo.org - 555-555-3151 - - - 12232 - 393 - 13915 - 000 - 1991 - 2020-11-01 - - HS - Active - Highland County Community Action Organization, Inc - http://www.hccao.org - 393@hsesinfo.org - 1487 N High St - - Hillsboro - OH - 45133-8496 - 1487 N High St - - Hillsboro - OH - 45133-8496 - 1487 N High St - - Hillsboro - OH - 45133-8496 - Mr. - F233173 - L233173 - - Board Chairperson - 233173@hsesinfo.org - Ms. - F233174 - L233174 - - CEO/ Executive Director - 233174@hsesinfo.org - Mrs. - F233176 - L233176 - - 233176@hsesinfo.org - Ms. - F233172 - L233172 - - 233172@hsesinfo.org - 555-555-3172 x 5555 - - - 12236 - 459 - 13912 - 000 - 1989 - 2020-11-01 - - HS - Active - Gogebic-Ontonagon Community Action Agency - www.gocaa.org - 459@hsesinfo.org - 100 S Mill St - - Bessemer - MI - 49911-1354 - 100 S Mill St - - Bessemer - MI - 49911-1354 - 100 S Mill St - - Bessemer - MI - 49911-1354 - Mr. - F233201 - L233201 - - Board Chair - 233201@hsesinfo.org - Ms. - F233202 - L233202 - - Executive Director - 233202@hsesinfo.org - Ms. - F233204 - L233204 - - 233204@hsesinfo.org - Ms. - F233200 - L233200 - - 233200@hsesinfo.org - 555-555-3200 x 5555 - - - 12237 - 460 - 13912 - 200 - 2003 - 2020-11-01 - - EHS - Active - Gogebic-Ontonagon Community Action Agency - www.gocaa.org - 460@hsesinfo.org - 100 S Mill St - - Bessemer - MI - 49911-1354 - 100 S Mill St - - Bessemer - MI - 49911-1354 - 100 S Mill St - - Bessemer - MI - 49911-1354 - Mr. - F233208 - L233208 - - Board Chair - 233208@hsesinfo.org - Ms. - F233209 - L233209 - - Executive Director - 233209@hsesinfo.org - Ms. - F233211 - L233211 - - 233211@hsesinfo.org - Ms. - F233207 - L233207 - - 233207@hsesinfo.org - 555-555-3207 x 5555 - - - 12216 - 466 - 13911 - 200 - 2003 - 2020-11-01 - - EHS - Active - Edadvance - http://www.edadvance.org - 466@hsesinfo.org - 355 Goshen Rd - - Litchfield - CT - 06759-2404 - 355 Goshen Rd - - Litchfield - CT - 06759-2404 - 355 Goshen Rd - - Litchfield - CT - 06759-2404 - Mr. - F233061 - L233061 - - Board of Directors, Chair - 233061@hsesinfo.org - Dr. - F233062 - L233062 - - - 233062@hsesinfo.org - Ms. - F233064 - L233064 - - 233064@hsesinfo.org - Ms. - F233060 - L233060 - - 233060@hsesinfo.org - 555-555-3060 x 5555 - - - 12225 - 434 - 13930 - 000 - 2014 - 2020-11-01 - - HS - Active - Nash Edgecombe Economic Development, Inc. - www.needcaa.com - 434@hsesinfo.org - 200 N Church St - - Rocky Mount - NC - 27804-5451 - PO Box 2346 - - Rocky Mount - NC - 27802-2346 - 200 N Church St - - Rocky Mount - NC - 27804-5451 - Mr. - F233124 - L233124 - - Board Chairman - 233124@hsesinfo.org - Ms. - F233125 - L233125 - - Interim Executive Director - 233125@hsesinfo.org - Ms. - F233127 - L233127 - - 233127@hsesinfo.org - Ms. - F233123 - L233123 - - 233123@hsesinfo.org - 555-555-3123 x 5555 - - - 12230 - 476 - 13923 - 000 - 1989 - 2020-11-01 - - HS - Active - Coshocton County Head Start - N/A - 476@hsesinfo.org - 3201 County Road 16 - - Coshocton - OH - 43812-9123 - 3201 County Road 16 - - Coshocton - OH - 43812-9123 - 3201 County Road 16 - - Coshocton - OH - 43812-9123 - Mr. - F233159 - L233159 - - Board President - 233159@hsesinfo.org - Ms. - F233160 - L233160 - - Executive Director - 233160@hsesinfo.org - Mr. - F233162 - L233162 - - 233162@hsesinfo.org - Ms. - F233158 - L233158 - - 233158@hsesinfo.org - 555-555-3158 - - - 12231 - 3113 - 13923 - 200 - 2011 - 2020-11-01 - - EHS - Active - Coshocton County Head Start - - 3113@hsesinfo.org - 3201 County Road 16 - - Coshocton - OH - 43812-9123 - 3201 County Road 16 - - Coshocton - OH - 43812-9123 - 3201 County Road 16 - - Coshocton - OH - 43812-9123 - Mr. - F233166 - L233166 - - Board President - 233166@hsesinfo.org - Ms. - F233167 - L233167 - - Executive Director - 233167@hsesinfo.org - Mr. - F233169 - L233169 - - 233169@hsesinfo.org - Ms. - F233165 - L233165 - - 233165@hsesinfo.org - 555-555-3165 - - - 12233 - 2737 - 13915 - 200 - 2011 - 2020-11-01 - - EHS - Active - Highland County Community Action Organization, Inc. - www.hccao.org - 2737@hsesinfo.org - 1487 N High St - - Hillsboro - OH - 45133-8496 - 1487 N High St - - Hillsboro - OH - 45133-8496 - 1487 N High St - - Hillsboro - OH - 45133-8496 - Mr. - F233180 - L233180 - - Board Chairman - 233180@hsesinfo.org - Ms. - F233181 - L233181 - - CEO/Executive Director - 233181@hsesinfo.org - Mrs. - F233183 - L233183 - - 233183@hsesinfo.org - Ms. - F233179 - L233179 - - 233179@hsesinfo.org - 555-555-3179 x 5555 - - - 12234 - 417 - 13925 - 000 - 1991 - 2020-11-01 - - HS - Active - Southwestern Wisconsin Community Action Program - www.swcap.org - 417@hsesinfo.org - 149 N. Iowa Street - - Dodgeville - WI - 53533-1545 - 149 N. Iowa Street - - Dodgeville - WI - 53533-1545 - 149 N. Iowa Street - - Dodgeville - WI - 53533-1545 - Ms. - F233187 - L233187 - - SWCAP Board Chair - 233187@hsesinfo.org - Mr. - F233188 - L233188 - - Executive Director - 233188@hsesinfo.org - Ms. - F233190 - L233190 - - 233190@hsesinfo.org - Ms. - F233186 - L233186 - - 233186@hsesinfo.org - 555-555-3186 - - - 12235 - 416 - 13925 - 200 - 2003 - 2020-11-01 - - EHS - Active - Southwestern Wisconsin Community Action Program - www.swcap.org - 416@hsesinfo.org - 149 N. Iowa Street - - Dodgeville - WI - 53533-1313 - 149 N. Iowa Street - - Dodgeville - WI - 53533-1313 - 149 N. Iowa Street - - Dodgeville - WI - 53533-1313 - Ms. - F233194 - L233194 - - SWCAP Board Chair - 233194@hsesinfo.org - Mr. - F233195 - L233195 - - Executive Director - 233195@hsesinfo.org - Ms. - F233197 - L233197 - - 233197@hsesinfo.org - Ms. - F233193 - L233193 - - 233193@hsesinfo.org - 555-555-3193 - - - 12238 - 6610 - 13917 - 000 - - 2020-11-01 - - HS - Active - Kingsley House, Inc. - www.kingsleyhouse.org - 6610@hsesinfo.org - 1600 Constance St - - New Orleans - LA - 70130-4641 - 1600 Constance St - - New Orleans - LA - 70130-4641 - 1600 Constance St - - New Orleans - LA - 70130-4641 - Mr. - F233215 - L233215 - - Board President - 233215@hsesinfo.org - Dr. - F233216 - L233216 - PhD - Chief Executive Officer - 233216@hsesinfo.org - Mr. - F233218 - L233218 - - 233218@hsesinfo.org - Mrs. - F233214 - L233214 - - 233214@hsesinfo.org - 555-555-3214 x 5555 - - - 12239 - 6611 - 13917 - 200 - - 2020-11-01 - - EHS - Active - Kingsley House, Inc. - www.kingsleyhouse.org - 6611@hsesinfo.org - 1600 Constance St - - New Orleans - LA - 70130-4641 - 1600 Constance St - - New Orleans - LA - 70130-4641 - 1600 Constance St - - New Orleans - LA - 70130-4641 - Mr. - F233222 - L233222 - - Board President - 233222@hsesinfo.org - Dr. - F233223 - L233223 - PhD - Chief Executive Officer - 233223@hsesinfo.org - Ms. - F233225 - L233225 - - 233225@hsesinfo.org - Mrs. - F233221 - L233221 - - 233221@hsesinfo.org - 555-555-3221 x 5555 - - - 12240 - 498 - 13913 - 000 - 1991 - 2020-11-01 - - HS - Active - United Community Action Program, Inc. - www.ucapinc.org - 498@hsesinfo.org - 501 6th St - - Pawnee - OK - 74058-2542 - 501 6th St - - Pawnee - OK - 74058-2542 - 501 6th St - - Pawnee - OK - 74058-2542 - Mr. - F233229 - L233229 - - Chairman of Board - 233229@hsesinfo.org - Mr. - F233230 - L233230 - - Executive Director - 233230@hsesinfo.org - Ms. - F233232 - L233232 - - 233232@hsesinfo.org - Ms. - F233228 - L233228 - - 233228@hsesinfo.org - 555-555-3228 x 5555 - - - 12241 - 499 - 13913 - 200 - 1992 - 2020-11-01 - - EHS - Active - United Community Action Program, Inc. - www.ucapinc.org - 499@hsesinfo.org - 501 6th St - - Pawnee - OK - 74058-2542 - 501 6th St - - Pawnee - OK - 74058-2542 - 501 6th St - - Pawnee - OK - 74058-2542 - Mr. - F233236 - L233236 - - Chairman of Board - 233236@hsesinfo.org - Mr. - F233237 - L233237 - - Executive Director - 233237@hsesinfo.org - Ms. - F233239 - L233239 - - 233239@hsesinfo.org - Ms. - F233235 - L233235 - - 233235@hsesinfo.org - 555-555-3235 x 5555 - - - 12248 - 8725 - 13910 - 000 - 2018 - 2020-11-01 - - HS - Active - Acelero, Inc. - www.acelero.net - 8725@hsesinfo.org - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - 500 7th Ave - 8th Floor - New York - NY - 10018-4502 - Mr. - F233285 - L233285 - - Chairman of the Board - 233285@hsesinfo.org - Mr. - F233286 - L233286 - - COO/Head Start Director - 233286@hsesinfo.org - Ms. - F233288 - L233288 - - 233288@hsesinfo.org - Mr. - F233284 - L233284 - - 233284@hsesinfo.org - 555-555-3284 - - - 12249 - 8726 - 13933 - 001 - 2018 - 2020-11-01 - - HS - Active - Acelero Learning Clark County - alcc.acelero.net - 8726@hsesinfo.org - 4366 W Cheyenne Ave - - North Las Vegas - NV - 89032-2484 - 4366 W Cheyenne Ave - - North Las Vegas - NV - 89032-2484 - 4366 W Cheyenne Ave - - North Las Vegas - NV - 89032-2484 - Ms. - F233292 - L233292 - - Chair Person - 233292@hsesinfo.org - Mr. - F233293 - L233293 - - Chief Executive Officer - 233293@hsesinfo.org - Ms. - F233295 - L233295 - - 233295@hsesinfo.org - Mr. - F233291 - L233291 - - 233291@hsesinfo.org - 555-555-3291 - - - 12252 - 494 - 13929 - 000 - 1995 - 2020-11-01 - - HS - Active - Sound To Harbor Head Start / ECEAP - http://www.esd113.org - 494@hsesinfo.org - 6005 Tyee Dr SW - - Tumwater - WA - 98512-7356 - 6005 Tyee Dr SW - - Tumwater - WA - 98512-7356 - 6005 Tyee Dr SW - - Tumwater - WA - 98512-7356 - Mr. - F233313 - L233313 - - Chair - 233313@hsesinfo.org - Dr. - F233314 - L233314 - - Superintendent - 233314@hsesinfo.org - Mr. - F233316 - L233316 - - 233316@hsesinfo.org - Ms. - F233312 - L233312 - - 233312@hsesinfo.org - 555-555-3312 - - - 12253 - 1527 - 13922 - 000 - 1991 - 2020-11-01 - - HS - Active - Ohio Valley Opportunities, Inc. - http://www.ovoinc.org - 1527@hsesinfo.org - 421 Walnut St - - Madison - IN - 47250-3565 - PO Box 625 - - Madison - IN - 47250-0625 - 421 Walnut St - - Madison - IN - 47250-3565 - Mr. - F233320 - L233320 - - Chairperson - 233320@hsesinfo.org - Ms. - F233321 - L233321 - - Executive Director - 233321@hsesinfo.org - Ms. - F233323 - L233323 - - 233323@hsesinfo.org - Ms. - F233319 - L233319 - - 233319@hsesinfo.org - 555-555-3319 - - - 10826 - 2995 - 12814 - 200 - 2011 - 2020-01-01 - - EHS - Active - Clinch Valley Community Action, Inc. - www.clinchvalleycaa.org - 2995@hsesinfo.org - 1379 Tazewell Avenue - - North Tazewell - VA - 24630 - PO Box 188 - - North Tazewell - VA - 24630-0188 - 1379 Tazewell Avenue - - North Tazewell - VA - 24630 - Mr. - F224070 - L224070 - II - Chairman of the Board - 224070@hsesinfo.org - Mr. - F224071 - L224071 - - - 224071@hsesinfo.org - Ms. - F224073 - L224073 - - 224073@hsesinfo.org - Ms. - F224069 - L224069 - - 224069@hsesinfo.org - 555-555-4069 x 5555 - - - 11720 - 819 - 13444 - 000 - 2015 - 2020-07-01 - - HS - Active - Community Action Commission of Erie, Huron and Richland - http://www.cacehr.org - 819@hsesinfo.org - 908 Seavers Way - - Sandusky - OH - 44870-4659 - PO Box 2500 - - Sandusky - OH - 44871-2500 - 908 Seavers Way - - Sandusky - OH - 44870-4659 - Mr. - F230005 - L230005 - - Board Chairman - 230005@hsesinfo.org - Mrs. - F230006 - L230006 - - President / CEO - 230006@hsesinfo.org - Ms. - F230008 - L230008 - - 230008@hsesinfo.org - Ms. - F230004 - L230004 - - 230004@hsesinfo.org - 555-555-0004 x 5555 - - - 11721 - 9552 - 13444 - 200 - 2020 - 2020-07-01 - - EHS - Active - Community Action Commission of Erie, Huron and Richland - http:/www.cacehr.org - 9552@hsesinfo.org - 908 Seavers Way - - Sandusky - OH - 44870-4659 - PO Box 2500 - - Sandusky - OH - 44871-2500 - 908 Seavers Way - - Sandusky - OH - 44870-4659 - Mr. - F230012 - L230012 - - Board Chairman - 230012@hsesinfo.org - Mrs. - F230013 - L230013 - - President / CEO - 230013@hsesinfo.org - Ms. - F230015 - L230015 - - 230015@hsesinfo.org - Ms. - F230011 - L230011 - - 230011@hsesinfo.org - 555-555-0011 x 5555 - - - 12254 - 464 - 13934 - 000 - 1991 - 2020-11-01 - - HS - Active - Community Partnership For Child Development - http://www.cpcdheadstart.org - 464@hsesinfo.org - 2330 Robinson St - - Colorado Springs - CO - 80904-3752 - 2330 Robinson St - - Colorado Springs - CO - 80904-3752 - 2330 Robinson St - - Colorado Springs - CO - 80904-3752 - Ms. - F233327 - L233327 - - Board Chair - 233327@hsesinfo.org - Ms. - F233328 - L233328 - - - 233328@hsesinfo.org - Ms. - F233330 - L233330 - - 233330@hsesinfo.org - Ms. - F233326 - L233326 - - 233326@hsesinfo.org - 555-555-3326 - - - 12255 - 463 - 13934 - 200 - 2001 - 2020-11-01 - - EHS - Active - Community Partnership For Child Development - http://www.cpcdheadstart.org - 463@hsesinfo.org - 2330 Robinson St - - Colorado Springs - CO - 80904-3752 - 2330 Robinson St - - Colorado Springs - CO - 80904-3752 - 2330 Robinson St - - Colorado Springs - CO - 80904-3752 - Ms. - F233334 - L233334 - - Board Chair - 233334@hsesinfo.org - Ms. - F233335 - L233335 - - - 233335@hsesinfo.org - Ms. - F233337 - L233337 - - 233337@hsesinfo.org - Ms. - F233333 - L233333 - - 233333@hsesinfo.org - 555-555-3333 - - - 12215 - 465 - 13911 - 000 - 1989 - 2020-11-01 - - HS - Active - Edadvance - http://www.edadvance.org - 465@hsesinfo.org - 355 Goshen Rd - - Litchfield - CT - 06759-2404 - 355 Goshen Rd - - Litchfield - CT - 06759-2404 - 355 Goshen Rd - - Litchfield - CT - 06759-2404 - Mr. - F233054 - L233054 - - Board of Directors, Chair - 233054@hsesinfo.org - Dr. - F233055 - L233055 - - - 233055@hsesinfo.org - Ms. - F233057 - L233057 - - 233057@hsesinfo.org - Mrs. - F233053 - L233053 - - 233053@hsesinfo.org - 555-555-3053 x 5555 - - - 12244 - 481 - 13928 - 000 - 1991 - 2020-11-01 - - HS - Active - Poudre School District #1 - https://www.psdschools.org/programs-services/early-childhood-education - 481@hsesinfo.org - 2407 Laporte Ave - - Fort Collins - CO - 80521-2211 - 2407 Laporte Ave - - Fort Collins - CO - 80521-2211 - 2407 Laporte Ave - - Fort Collins - CO - 80521-2211 - Mr. - F233257 - L233257 - - School Board President - 233257@hsesinfo.org - Mr. - F233258 - L233258 - - Executive Director of Head Start - 233258@hsesinfo.org - Mr. - F233260 - L233260 - - 233260@hsesinfo.org - Ms. - F233256 - L233256 - - 233256@hsesinfo.org - 555-555-3256 - - - 12245 - 480 - 13928 - 200 - 2004 - 2020-11-01 - - EHS - Active - Poudre School District #1 - https://www.psdschools.org/programs-services/early-childhood-education - 480@hsesinfo.org - 2407 Laporte Ave - - Fort Collins - CO - 80521-2211 - 2407 Laporte Ave - - Fort Collins - CO - 80521-2211 - 2407 Laporte Ave - - Fort Collins - CO - 80521-2211 - Mr. - F233264 - L233264 - - School Board President - 233264@hsesinfo.org - Mr. - F233265 - L233265 - - Executive Director of Head Start - 233265@hsesinfo.org - Mr. - F233267 - L233267 - - 233267@hsesinfo.org - Ms. - F233263 - L233263 - - 233263@hsesinfo.org - 555-555-3263 - - - 12243 - 2397 - 13920 - 000 - 1991 - 2020-11-01 - - HS - Active - Carbon County Child Development Programs, Inc. - https://carboncountychilddevelopmentprograms.org/ - 2397@hsesinfo.org - 1801 Edinburgh St - - Rawlins - WY - 82301-4624 - 1801 Edinburgh St - - Rawlins - WY - 82301-4624 - 1801 Edinburgh St - - Rawlins - WY - 82301-4624 - Mrs. - F233250 - L233250 - - Board Chairman - 233250@hsesinfo.org - Ms. - F233251 - L233251 - - Executive Director - 233251@hsesinfo.org - Ms. - F233253 - L233253 - - 233253@hsesinfo.org - Ms. - F233249 - L233249 - - 233249@hsesinfo.org - 555-555-3249 - - - 12246 - 200 - 13926 - 000 - 1991 - 2020-11-01 - - HS - Active - Thompson School District R2J - thompsonschools.org - 200@hsesinfo.org - 407 E 42nd St - - Loveland - CO - 80538-2323 - 407 E 42nd St - - Loveland - CO - 80538-2323 - 407 E 42nd St - - Loveland - CO - 80538-2323 - Ms. - F233271 - L233271 - - Board of Education President - 233271@hsesinfo.org - Dr. - F233272 - L233272 - - School District Superintendent - 233272@hsesinfo.org - Ms. - F233274 - L233274 - - 233274@hsesinfo.org - Mr. - F233270 - L233270 - - 233270@hsesinfo.org - 555-555-3270 - - - 12247 - 2044 - 13918 - 000 - 1991 - 2020-11-01 - - HS - Active - Adams County - www.adcogov.org - 2044@hsesinfo.org - 11860 Pecos St - - Westminster - CO - 80234-2740 - 11860 Pecos St - - Westminster - CO - 80234-2740 - 11860 Pecos St - - Westminster - CO - 80234-2740 - Ms. - F233278 - L233278 - - Chair, Adams County Commissioner - 233278@hsesinfo.org - Miss - F233279 - L233279 - - Human Services Department Director - 233279@hsesinfo.org - Ms. - F233281 - L233281 - - 233281@hsesinfo.org - Mrs. - F233277 - L233277 - - 233277@hsesinfo.org - 555-555-3277 - - - 12242 - 447 - 13914 - 000 - 1991 - 2020-11-01 - - HS - Active - Laramie Child Development Corporation - www.headstartlaramie.com - 447@hsesinfo.org - 365 W Grand Ave - - Laramie - WY - 82072-3552 - 365 W Grand Ave - - Laramie - WY - 82072-3552 - 365 W Grand Ave - - Laramie - WY - 82072-3552 - Mr. - F233243 - L233243 - - President, Board of Directors - 233243@hsesinfo.org - Mrs. - F233244 - L233244 - - Executive Director - 233244@hsesinfo.org - Mrs. - F233246 - L233246 - - 233246@hsesinfo.org - Mrs. - F233242 - L233242 - - 233242@hsesinfo.org - 555-555-3242 - - - 11917 - 9665 - 13612 - 000 - 2020 - 2020-08-01 - - HS - Active - Family Guidance Center of Alabama, Inc. - https://familyguidancecenter.org/ - 9665@hsesinfo.org - 2358 Fairlane Dr - - Montgomery - AL - 36116-1604 - 2358 Fairlane Dr - - Montgomery - AL - 36116-1604 - 2358 Fairlane Dr - - Montgomery - AL - 36116-1604 - Mr. - F231277 - L231277 - - Boardchair - 231277@hsesinfo.org - Mr. - F231278 - L231278 - - - 231278@hsesinfo.org - - F231280 - L231280 - - 231280@hsesinfo.org - Mr. - F231276 - L231276 - - 231276@hsesinfo.org - 555-555-1276 - - - 11918 - 9666 - 13612 - 200 - 2020 - 2020-08-01 - - EHS - Active - Family Guidance Center of Alabama, Inc. - https://familyguidancecenter.org/ - 9666@hsesinfo.org - 2358 Fairlane Dr - - Montgomery - AL - 36116-1604 - 2358 Fairlane Dr - - Montgomery - AL - 36116-1604 - 2358 Fairlane Dr - - Montgomery - AL - 36116-1604 - Mr. - F231284 - L231284 - - Boardchair - 231284@hsesinfo.org - Mr. - F231285 - L231285 - - - 231285@hsesinfo.org - - F231287 - L231287 - - 231287@hsesinfo.org - Ms. - F231283 - L231283 - - 231283@hsesinfo.org - 555-555-1283 - - - 12250 - 455 - 13919 - 000 - 1992 - 2020-11-01 - - HS - Active - Olympic ESD 114 - http://oesd114.org - 455@hsesinfo.org - 105 National Ave N - - Bremerton - WA - 98312-3537 - 105 National Ave N - - Bremerton - WA - 98312-3537 - 105 National Ave N - - Bremerton - WA - 98312-3537 - Mr. - F233299 - L233299 - - Board Chair - 233299@hsesinfo.org - Mr. - F233300 - L233300 - - Superintendent - 233300@hsesinfo.org - Ms. - F233302 - L233302 - - 233302@hsesinfo.org - Mrs. - F233298 - L233298 - - 233298@hsesinfo.org - 555-555-3298 - - - 12251 - 456 - 13919 - 200 - 2003 - 2020-11-01 - - EHS - Active - Olympic ESD 114 - http://oesd.wednet.edu - 456@hsesinfo.org - 105 National Ave N - - Bremerton - WA - 98312-3537 - 105 National Ave N - - Bremerton - WA - 98312-3537 - 105 National Ave N - - Bremerton - WA - 98312-3537 - Mr. - F233306 - L233306 - - Board Chair - 233306@hsesinfo.org - Mr. - F233307 - L233307 - - Superintendent - 233307@hsesinfo.org - Ms. - F233309 - L233309 - - 233309@hsesinfo.org - Mrs. - F233305 - L233305 - - 233305@hsesinfo.org - 555-555-3305 - - - 10043 - 640 - 12103 - 000 - 2013 - 2019-07-01 - - HS - Active - Coahoma Opportunities, Inc. - www.coahomacaa.org - 640@hsesinfo.org - 115 Issaquena Ave - - Clarksdale - MS - 38614-4314 - PO Box 1445 - - Clarksdale - MS - 38614-1445 - 115 Issaquena Ave - - Clarksdale - MS - 38614-4314 - Ms. - F218694 - L218694 - - Board Chairperson - 218694@hsesinfo.org - Mr. - F218695 - L218695 - - Executive Director - 218695@hsesinfo.org - Mr. - F218697 - L218697 - - 218697@hsesinfo.org - Mrs. - F218693 - L218693 - - 218693@hsesinfo.org - 555-555-8693 x 5555 - - - 10044 - 8995 - 12103 - 200 - 2019 - 2019-07-01 - - EHS - Active - Coahoma Opportunities, Inc. - www.coahomacaa.org - 8995@hsesinfo.org - 115 Issaquena Ave - - Clarksdale - MS - 38614-4314 - PO Box 1445 - - Clarksdale - MS - 38614-1445 - 115 Issaquena Ave - - Clarksdale - MS - 38614-4314 - Ms. - F218701 - L218701 - - Board Chairperson - 218701@hsesinfo.org - Mr. - F218702 - L218702 - - Executive Director - 218702@hsesinfo.org - Mr. - F218704 - L218704 - - 218704@hsesinfo.org - Mrs. - F218700 - L218700 - - 218700@hsesinfo.org - 555-555-8700 x 5555 - - - 10717 - 361 - 12719 - 000 - 2014 - 2019-11-01 - - AIAN HS - Active - Pueblo of San Felipe (IMPD) - None - 361@hsesinfo.org - 10 Meadowview Road - - Algodones - NM - 87001 - 10 Meadowview Road - P.O. Box 4346 - San Felilpe Pueblo - NM - 87001-4346 - 10 Meadowview Road - - Algodones - NM - 87001 - Mr. - F223348 - L223348 - - Governor - 223348@hsesinfo.org - Ms. - F223349 - L223349 - - Head Start Director - 223349@hsesinfo.org - Mrs. - F223351 - L223351 - - 223351@hsesinfo.org - Ms. - F223347 - L223347 - - 223347@hsesinfo.org - 555-555-3347 - - - 12256 - 1526 - 13936 - 000 - 1999 - 2020-11-01 - - HS - Active - YMCA/Early Childhood Development Co, LLC - ymcaatlanta.org/early-learning - 1526@hsesinfo.org - 569 Martin Luther King Jr Dr NW - - Atlanta - GA - 30314-4164 - 569 Martin Luther King Jr Dr NW - - Atlanta - GA - 30314-4164 - 569 Martin Luther King Jr Dr NW - - Atlanta - GA - 30314-4164 - Ms. - F233341 - L233341 - - YMCA Board Chair - 233341@hsesinfo.org - Mrs. - F233342 - L233342 - - President and CEO - 233342@hsesinfo.org - Ms. - F233344 - L233344 - - 233344@hsesinfo.org - Mrs. - F233340 - L233340 - - 233340@hsesinfo.org - 555-555-3340 - - - 12257 - 2572 - 13936 - 200 - 2004 - 2020-11-01 - - EHS - Active - YMCA/Early Childhood Development Co, LLC - ymcaatlanta.org/early-learning - 2572@hsesinfo.org - 569 Martin Luther King Jr Dr NW - - Atlanta - GA - 30314-4164 - 569 Martin Luther King Jr Dr NW - - Atlanta - GA - 30314-4164 - 569 Martin Luther King Jr Dr NW - - Atlanta - GA - 30314-4164 - Ms. - F233348 - L233348 - - YMCA Board Chair - 233348@hsesinfo.org - Mrs. - F233349 - L233349 - - President and CEO - 233349@hsesinfo.org - Ms. - F233351 - L233351 - - 233351@hsesinfo.org - Mrs. - F233347 - L233347 - - 233347@hsesinfo.org - 555-555-3347 - - - 12258 - 362 - 13935 - 000 - 1991 - 2020-11-01 - - HS - Active - Clarksville / Montgomery County CAA - www.cmccaa.com - 362@hsesinfo.org - 150 Lafayette Rd - - Clarksville - TN - 37042-4205 - 150 Lafayette Rd - - Clarksville - TN - 37042-4205 - 150 Lafayette Rd - - Clarksville - TN - 37042-4205 - Mrs. - F233355 - L233355 - - Board Chair - 233355@hsesinfo.org - Mrs. - F233356 - L233356 - - Executive Director - 233356@hsesinfo.org - Ms. - F233358 - L233358 - - 233358@hsesinfo.org - Ms. - F233354 - L233354 - - 233354@hsesinfo.org - 555-555-3354 - - - 6813 - 3232 - 10295 - 000 - 2011 - 2015-09-01 - - HS - Active - BCFS Education Services - http://www.discoverbcfs.net/HeadStart - 3232@hsesinfo.org - 316 W Highland Dr - - Boerne - TX - 78006-2509 - 1506 Bexar Crossing St - - San Antonio - TX - 78232-1587 - 1506 Bexar Crossing St - - San Antonio - TX - 78232-1587 - Mr. - F203366 - L203366 - III - Board Chair - 203366@hsesinfo.org - Dr. - F203367 - L203367 - - Executive Director - 203367@hsesinfo.org - Mrs. - F203369 - L203369 - - 203369@hsesinfo.org - Mrs. - F203365 - L203365 - - 203365@hsesinfo.org - 555-555-3365 - - - 11370 - 9319 - 10295 - 200 - 2020 - 2020-08-01 - - EHS - Active - BCFS Education Services - http://www.discoverbcfs.net/HeadStart - 9319@hsesinfo.org - 316 W Highland Dr - - Boerne - TX - 78006-2509 - 1506 Bexar Crossing St - - San Antonio - TX - 78232-1587 - 1506 Bexar Crossing St - - San Antonio - TX - 78232-1587 - Mr. - F227653 - L227653 - III - Board Chair - 227653@hsesinfo.org - Dr. - F227651 - L227651 - - Executive Director - 227651@hsesinfo.org - Mrs. - F227654 - L227654 - - 227654@hsesinfo.org - Mrs. - F227650 - L227650 - - 227650@hsesinfo.org - 555-555-7650 - - - 9790 - 5066 - 11930 - 000 - 2014 - 2019-07-01 - - HS - Active - YMCA of Central Maryland, Inc. Baltimore City - 303 W. Chesapeake Ave. - 5066@hsesinfo.org - 303 W Chesapeake Ave - - Towson - MD - 21204-4406 - 303 W Chesapeake Ave - - Towson - MD - 21204-4406 - 1201 S. Caton Ave - - Baltimore - MD - 21227-1072 - Mr. - F216941 - L216941 - - Board Chair - 216941@hsesinfo.org - Mr. - F216942 - L216942 - - CEO - 216942@hsesinfo.org - Ms. - F216944 - L216944 - - 216944@hsesinfo.org - Ms. - F216940 - L216940 - - 216940@hsesinfo.org - 555-555-6940 - - - 11616 - 938 - 13397 - 000 - 1992 - 2020-07-01 - - HS - Active - YMCA OF Central Maryland, INC - http://www.ymaryland.org - 938@hsesinfo.org - 303 W Chesapeake Ave - - Baltimore - MD - 21204-4406 - 303 W Chesapeake Ave - - Baltimore - MD - 21204-4406 - 4375 Ebenezer Rd - - Nottingham - MD - 21236-2148 - Mr. - F229280 - L229280 - - - 229280@hsesinfo.org - Mr. - F229281 - L229281 - - President & CEO - 229281@hsesinfo.org - Ms. - F229283 - L229283 - - 229283@hsesinfo.org - Mrs. - F229279 - L229279 - - 229279@hsesinfo.org - 555-555-9279 x 5555 - - - 11617 - 2807 - 13397 - 200 - 2011 - 2020-07-01 - - EHS - Active - YMCA OF Central Maryland, INC - http://www.ymaryland.org - 2807@hsesinfo.org - 303 W Chesapeake Ave - - Baltimore - MD - 21204-4406 - 303 W Chesapeake Ave - - Towson - MD - 21204-4406 - 4375 Ebenezer Rd - - Nottingham - MD - 21236-2148 - Mr. - F229287 - L229287 - - - 229287@hsesinfo.org - Mr. - F229288 - L229288 - - President & CEO - 229288@hsesinfo.org - Ms. - F229290 - L229290 - - 229290@hsesinfo.org - Mrs. - F229286 - L229286 - - 229286@hsesinfo.org - 555-555-9286 x 5555 - - - 8346 - 8253 - 10703 - 000 - 2016 - 2016-07-01 - - HS - Active - YMCA OF CENTRAL MARYLAND, INC - www.ymaryland.org - 8253@hsesinfo.org - 303 W Chesapeake Ave - - Baltimore - MD - 21204-4406 - 303 W Chesapeake Ave - - Baltimore - MD - 21204-4406 - 303 W Chesapeake Ave - - Baltimore - MD - 21204-4406 - Mr. - F207561 - L207561 - - - 207561@hsesinfo.org - Mr. - F207562 - L207562 - - CEO - 207562@hsesinfo.org - Mr. - F207564 - L207564 - - 207564@hsesinfo.org - Mrs. - F207560 - L207560 - - 207560@hsesinfo.org - 555-555-7560 - - - 8347 - 8254 - 10703 - 200 - 2016 - 2016-07-01 - - EHS - Active - YMCA OF CENTRAL MARYLAND, INC - www.ymaryland.org - 8254@hsesinfo.org - 303 W Chesapeake Ave - - Baltimore - MD - 21204-4406 - 303 W Chesapeake Ave - - Towson - MD - 21204-4406 - 26 Magothy Beach Rd - - Pasadena - MD - 21122-4428 - Mr. - F207568 - L207568 - - - 207568@hsesinfo.org - Mr. - F207569 - L207569 - - CEO - 207569@hsesinfo.org - Ms. - F207571 - L207571 - - 207571@hsesinfo.org - Mrs. - F207567 - L207567 - - 207567@hsesinfo.org - 555-555-7567 - - - 10379 - 6010 - 12391 - 200 - - 2019-08-01 - - EHS - Active - Municipality of San Sebastian - - 6010@hsesinfo.org - Carr 125 - Bo. Guatemala - San Sebastian - PR - 00685 - PO Box 1603 - - San Sebastian - PR - 00685-1603 - Carr 125 - Bo. Guatemala - San Sebastian - PR - 00685 - Ms. - F220994 - L220994 - - President of the Governing Board - 220994@hsesinfo.org - Mr. - F220995 - L220995 - - Director EHS/EHS-CCP - 220995@hsesinfo.org - Ms. - F220997 - L220997 - - 220997@hsesinfo.org - Mr. - F220993 - L220993 - - 220993@hsesinfo.org - 555-555-0993 - - - 10928 - 5090 - 12901 - 200 - 2014 - 2020-01-01 - - EHS - Active - Telamon Corporation - http://www.telamon.org - 5090@hsesinfo.org - 5560 Munford Rd., Suite 201 - - Raleigh - NC - 27612-2731 - 5560 Munford Rd - Ste 201 - Raleigh - NC - 27612-2731 - 5560 Munford Rd - Ste 201 - Raleigh - NC - 27612-2731 - Mrs. - F224795 - L224795 - - Governing Board Chair - 224795@hsesinfo.org - Mrs. - F224796 - L224796 - - Executive Director - 224796@hsesinfo.org - Ms. - F224798 - L224798 - - 224798@hsesinfo.org - Ms. - F224794 - L224794 - - 224794@hsesinfo.org - 555-555-4794 - - - 8745 - 8603 - 11118 - 021 - 2017 - 2017-08-01 - - HS - Active - Municipality of Vega Baja - - 8603@hsesinfo.org - Calle Baldorioty De Castro - - Vega Baja - PR - 00694 - PO Box 1603 - - Vega Baja - PR - 00694-1603 - Calle Baldorioty De Castro - - Vega Baja - PR - 00694 - Mrs. - F209692 - L209692 - - Director - 209692@hsesinfo.org - Mrs. - F209693 - L209693 - - Director - 209693@hsesinfo.org - Mrs. - F209695 - L209695 - - 209695@hsesinfo.org - Mrs. - F209691 - L209691 - - 209691@hsesinfo.org - 555-555-9691 - - - 8746 - 8604 - 11118 - 221 - 2017 - 2017-08-01 - - EHS - Active - Municipality of Vega Baja - - 8604@hsesinfo.org - Calle Baldorioty De Castro - - Vega Baja - PR - 00694 - PO Box 1603 - - Vega Baja - PR - 00694-1603 - Calle Baldorioty De Castro - - Vega Baja - PR - 00694 - Mrs. - F209698 - L209698 - - Director - 209698@hsesinfo.org - Mrs. - F209699 - L209699 - - Director - 209699@hsesinfo.org - Mrs. - F209701 - L209701 - - 209701@hsesinfo.org - Mrs. - F209697 - L209697 - - 209697@hsesinfo.org - 555-555-9697 - - - 11620 - 345 - 13400 - 000 - 2014 - 2020-07-01 - - HS - Active - DOTHAN CITY BOARD OF EDUCATION - dothan.k12.al.us - 345@hsesinfo.org - 1665 Honeysuckle Rd - - Dothan - AL - 36305-1911 - 900 W. Powell St. - - Dothan - AL - 36301 - 1665 Honeysuckle Rd - - Dothan - AL - 36305-1911 - Mr. - F229308 - L229308 - - Board Chairman - 229308@hsesinfo.org - Dr. - F229309 - L229309 - - Acting Superintendent - 229309@hsesinfo.org - Mr. - F229311 - L229311 - - 229311@hsesinfo.org - Mrs. - F229307 - L229307 - - 229307@hsesinfo.org - 555-555-9307 - - - 12262 - 277 - 13937 - 000 - 1991 - 2020-12-01 - - HS - Active - Beth Rivkah Head Start - - 277@hsesinfo.org - 310 Crown St - - Brooklyn - NY - 11225-3004 - 310 Crown St - - Brooklyn - NY - 11225-3004 - 310 Crown St - - Brooklyn - NY - 11225-3004 - Mr. - F233368 - L233368 - - - 233368@hsesinfo.org - Mr. - F233369 - L233369 - - - 233369@hsesinfo.org - Mrs. - F233371 - L233371 - - 233371@hsesinfo.org - Mrs. - F233367 - L233367 - - 233367@hsesinfo.org - 555-555-3367 x 5555 - - - 12263 - 2596 - 13937 - 200 - 2011 - 2020-12-01 - - EHS - Active - Beth Rivkah Early Head Start - www.bethrivkah.edu - 2596@hsesinfo.org - 310 Crown St - - Brooklyn - NY - 11225-3004 - 310 Crown St - - Brooklyn - NY - 11225-3004 - 310 Crown St - - Brooklyn - NY - 11225-3004 - Mr. - F233375 - L233375 - - - 233375@hsesinfo.org - Mr. - F233376 - L233376 - - - 233376@hsesinfo.org - Mrs. - F233378 - L233378 - - 233378@hsesinfo.org - Mrs. - F233374 - L233374 - - 233374@hsesinfo.org - 555-555-3374 x 5555 - - - 12264 - 394 - 13938 - 000 - 1992 - 2020-10-01 - - HS - Active - Mid Florida Community Services, Inc. - http://www.mfcs.us.com - 394@hsesinfo.org - 820 Kennedy Blvd - - Brooksville - FL - 34601-5704 - 820 Kennedy Blvd - - Brooksville - FL - 34601-5704 - 820 Kennedy Blvd - - Brooksville - FL - 34601-5704 - Mr. - F233382 - L233382 - - Chairman, Board of Directors - 233382@hsesinfo.org - Mr. - F233383 - L233383 - - Executive Director - 233383@hsesinfo.org - Ms. - F233385 - L233385 - - 233385@hsesinfo.org - Mrs. - F233381 - L233381 - - 233381@hsesinfo.org - 555-555-3381 - - - 11647 - 800 - 13417 - 000 - 1995 - 2020-07-01 - - HS - Active - Acadia Parish School Board - http://www.acadia.k12.la.us - 800@hsesinfo.org - 2402 N Parkerson Ave - - Crowley - LA - 70526-2015 - 2402 N Parkerson Ave - - Crowley - LA - 70526-2015 - 2402 N Parkerson Ave - - Crowley - LA - 70526-2015 - Mr. - F229497 - L229497 - - Board Chairperson - 229497@hsesinfo.org - Mr. - F229498 - L229498 - - Superintendent - 229498@hsesinfo.org - Ms. - F229500 - L229500 - - 229500@hsesinfo.org - Mr. - F229496 - L229496 - - 229496@hsesinfo.org - 555-555-9496 - - - 12266 - 2836 - 13939 - 200 - 2011 - 2020-12-01 - - EHS - Active - Warren County Head Start Inc - www.wchsny.org - 2836@hsesinfo.org - 11 Pearl St - - Glens Falls - NY - 12801-3603 - 11 Pearl St - - Glens Falls - NY - 12801-3603 - 11 Pearl St - - Glens Falls - NY - 12801-3603 - Ms. - F233396 - L233396 - Esq. - President, Board of DIrectors - 233396@hsesinfo.org - Ms. - F233397 - L233397 - - - 233397@hsesinfo.org - Mr. - F233399 - L233399 - - 233399@hsesinfo.org - Ms. - F233395 - L233395 - - 233395@hsesinfo.org - 555-555-3395 x 5555 - - - 12265 - 2899 - 13939 - 000 - 1991 - 2020-12-01 - - HS - Active - Warren County Head Start Inc - www.wchsny.org - 2899@hsesinfo.org - 11 Pearl St - - Glens Falls - NY - 12801-3603 - 11 Pearl St - - Glens Falls - NY - 12801-3603 - 11 Pearl St - - Glens Falls - NY - 12801-3603 - Ms. - F233389 - L233389 - Esq. - President, Board of Directors - 233389@hsesinfo.org - Ms. - F233390 - L233390 - - - 233390@hsesinfo.org - Ms. - F233392 - L233392 - - 233392@hsesinfo.org - Ms. - F233388 - L233388 - - 233388@hsesinfo.org - 555-555-3388 x 5555 - - - 11697 - 9528 - 13449 - 000 - 2020 - 2020-07-01 - - HS - Active - Human Resources Agency of New Britain, Inc. - http://www.hranbct.org - 9528@hsesinfo.org - 180 Clinton St - - New Britain - CT - 06053-3512 - 180 Clinton St - - New Britain - CT - 06053-3512 - 180 Clinton St - - New Britain - CT - 06053-3512 - Mr. - F229844 - L229844 - - Board President - 229844@hsesinfo.org - Ms. - F229845 - L229845 - - Interim Executive Director - 229845@hsesinfo.org - Mr. - F229847 - L229847 - - 229847@hsesinfo.org - Ms. - F229843 - L229843 - - 229843@hsesinfo.org - 555-555-9843 x 5555 - - - 11698 - 9529 - 13449 - 200 - 2020 - 2020-07-01 - - EHS - Active - Human Resources Agency of New Britain, Inc. - http://www.hranbct.org - 9529@hsesinfo.org - 180 Clinton St - - New Britain - CT - 06053-3512 - 180 Clinton St - - New Britain - CT - 06053-3512 - 180 Clinton St - - New Britain - CT - 06053-3512 - Mr. - F229851 - L229851 - - Board President - 229851@hsesinfo.org - Ms. - F229852 - L229852 - - Interim Executive Director - 229852@hsesinfo.org - Mr. - F229854 - L229854 - - 229854@hsesinfo.org - Ms. - F229850 - L229850 - - 229850@hsesinfo.org - 555-555-9850 x 5555 - - - 10589 - 6171 - 12569 - 200 - - 2019-09-01 - - EHS - Active - Fort Valley State University - http://www.fvsu.edu - 6171@hsesinfo.org - 1005 State University Dr - Fort Valley State University - Fort Valley - GA - 31030-4313 - PO Box 4395 - 1005 State University Drive - Fort Valley - GA - 31030-0419 - 1005 State University Dr - Fort Valley State University - Fort Valley - GA - 31030-4313 - Ms. - F222461 - L222461 - - Board Chair - 222461@hsesinfo.org - Dr. - F222462 - L222462 - - Executive Director - 222462@hsesinfo.org - Mr. - F222464 - L222464 - - 222464@hsesinfo.org - Ms. - F222460 - L222460 - - 222460@hsesinfo.org - 555-555-2460 - - - 11007 - 9179 - 12960 - 203 - 2019 - 2019-03-01 - - EHS - Active - School District of Pittsburgh - https://www.pghschools.org/domain/1279 - 9179@hsesinfo.org - 1398 Page St - Conroy Early Childhood Center, Building A, Rm 226 - Pittsburgh - PA - 15233-2007 - 1398 Page St - Conroy Early Childhood Center, Building A, Rm 226 - Pittsburgh - PA - 15233-2007 - 1398 Page St - Conroy Early Childhood Center, Building A, Rm 226 - Pittsburgh - PA - 15233-2007 - Mrs. - F225343 - L225343 - - School Board President - 225343@hsesinfo.org - Mrs. - F225341 - L225341 - - Executive Director, Early Childhood Education - 225341@hsesinfo.org - Ms. - F225344 - L225344 - - 225344@hsesinfo.org - Mrs. - F225340 - L225340 - - 225340@hsesinfo.org - 555-555-5340 - - - 10508 - 6896 - 12506 - 203 - - 2019-09-01 - - EHS - Active - School District of Pittsburgh - https://www.pghschools.org/domain/1279 - 6896@hsesinfo.org - 1398 Page St - Conroy Early Childhood Center - Pittsburgh - PA - 15233-2007 - 1398 Page St - Conroy Early Childhood Center - Pittsburgh - PA - 15233-2007 - 1398 Page St - Conroy Early Childhood Center - Pittsburgh - PA - 15233-2007 - Mrs. - F221895 - L221895 - - School Board President - 221895@hsesinfo.org - Mrs. - F221896 - L221896 - - Executive Director, Early Childhood Education - 221896@hsesinfo.org - Ms. - F221898 - L221898 - - 221898@hsesinfo.org - Mrs. - F221894 - L221894 - - 221894@hsesinfo.org - 555-555-1894 - - - 8934 - 2021 - 11285 - 000 - 2013 - 2018-07-01 - - HS - Active - School District of Pittsburgh - https://www.pghschools.org/domain/1279 - 2021@hsesinfo.org - Pittsburgh School District - 341 S. Bellefield Avenue - Pittsburgh - PA - 15213 - Pittsburgh School District - 341 S. Bellefield Avenue - Pittsburgh - PA - 15213 - Pittsburgh School District - 341 S. Bellefield Avenue - Pittsburgh - PA - 15213 - Mrs. - F211044 - L211044 - - Board President - 211044@hsesinfo.org - Dr. - F211045 - L211045 - - Superintendent of Schools - 211045@hsesinfo.org - Mrs. - F211047 - L211047 - - 211047@hsesinfo.org - Mrs. - F211043 - L211043 - - 211043@hsesinfo.org - 555-555-1043 - - - 8935 - 2859 - 11285 - 200 - 2013 - 2018-07-01 - - EHS - Active - School District of Pittsburgh - https://www.pghschools.org/domain/1279 - 2859@hsesinfo.org - 341 South Bellefield Avenue - - Pittsburgh - PA - 15213 - 341 South Bellefield Avenue - - Pittsburgh - PA - 15213 - 341 South Bellefield Avenue - - Pittsburgh - PA - 15213 - Mrs. - F211051 - L211051 - - Board President - 211051@hsesinfo.org - Dr. - F211052 - L211052 - - Superintendent of Schools - 211052@hsesinfo.org - Mrs. - F211054 - L211054 - - 211054@hsesinfo.org - Mrs. - F211050 - L211050 - - 211050@hsesinfo.org - 555-555-1050 - - - 6313 - 3475 - 9902 - 201 - 2010 - 2015-04-01 - 2020-10-31 - EHS - Inactive - Acelero Learning Camden/Philadelphia - alcp.acelero.net - 3475@hsesinfo.org - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - 1801 N 23rd St - - Philadelphia - PA - 19121-2055 - Ms. - F110522 - L110522 - - Board Chairman - 110522@hsesinfo.org - Mr. - F110520 - L110520 - - - 110520@hsesinfo.org - Ms. - F110519 - L110519 - - 110519@hsesinfo.org - Ms. - F110518 - L110518 - - 110518@hsesinfo.org - 555-555-0518 - - - 6896 - 394 - 10383 - 000 - 1992 - 2015-10-01 - 2020-09-30 - HS - Inactive - Mid Florida Community Services, Inc. - http://www.mfcs.us.com - 394@hsesinfo.org - 820 Kennedy Blvd - - Brooksville - FL - 34601-5704 - 820 Kennedy Blvd - - Brooksville - FL - 34601-5704 - 820 Kennedy Blvd - - Brooksville - FL - 34601-5704 - Mr. - F203933 - L203933 - - Chairman, Board of Directors - 203933@hsesinfo.org - Mr. - F203934 - L203934 - - Executive Director - 203934@hsesinfo.org - Ms. - F203936 - L203936 - - 203936@hsesinfo.org - Mrs. - F203932 - L203932 - - 203932@hsesinfo.org - 555-555-3932 - - - 8776 - 3151 - 11141 - 200 - 2012 - 2018-01-01 - - EHS - Active - Starfish Family Services, Inc. - www.starfishfamilyservices.org - 3151@hsesinfo.org - 30000 Hiveley St - - Inkster - MI - 48141-1089 - 30000 Hiveley St - - Inkster - MI - 48141-1089 - 30000 Hiveley St - - Inkster - MI - 48141-1089 - Mr. - F209941 - L209941 - - Chairman - 209941@hsesinfo.org - Ms. - F209942 - L209942 - - CEO/Executive Director - 209942@hsesinfo.org - Ms. - F209944 - L209944 - - 209944@hsesinfo.org - Ms. - F209940 - L209940 - - 209940@hsesinfo.org - 555-555-9940 - - - 8285 - 8217 - 10656 - 000 - 2016 - 2016-07-01 - - HS - Active - Starfish Family Services, Inc. - www.starfishfamilyservices.org - 8217@hsesinfo.org - 30000 Hiveley St - - Inkster - MI - 48141-1089 - 30000 Hiveley St - - Inkster - MI - 48141-1089 - 30000 Hiveley Street - - Inkster - MI - 48141-1089 - Mr. - F207135 - L207135 - - Starfish Family Services Governing Board Chairperson - 207135@hsesinfo.org - Ms. - F207136 - L207136 - - CEO/Executive Director - 207136@hsesinfo.org - Ms. - F207138 - L207138 - - 207138@hsesinfo.org - Ms. - F207134 - L207134 - - 207134@hsesinfo.org - 555-555-7134 - - - 8286 - 8218 - 10656 - 200 - 2016 - 2016-07-01 - - EHS - Active - Starfish Family Services, Inc. - www.starfishfamilyservices.org - 8218@hsesinfo.org - 30000 Hiveley St - - Inkster - MI - 48141-1089 - 30000 Hiveley St - - Inkster - MI - 48141-1089 - 30000 Hiveley Street - - Inkster - MI - 48141-1089 - Mr. - F207142 - L207142 - - Starfish Family Services Governing Board Chairperson - 207142@hsesinfo.org - Ms. - F207143 - L207143 - - CEO/Executive Director - 207143@hsesinfo.org - Ms. - F207145 - L207145 - - 207145@hsesinfo.org - Ms. - F207141 - L207141 - - 207141@hsesinfo.org - 555-555-7141 - - - 10889 - 2155 - 12864 - 200 - 2015 - 2020-01-01 - - EHS - Active - Starfish Family Services, Inc. - www.starfishfamilyservices.org - 2155@hsesinfo.org - 30000 Hiveley St - - Inkster - MI - 48141-1089 - 30000 Hiveley St - - Inkster - MI - 48141-1089 - 30000 Hiveley Street - - Inkster - MI - 48141-1089 - Mr. - F224515 - L224515 - - Chairman - 224515@hsesinfo.org - Ms. - F224516 - L224516 - - CEO/Executive Director - 224516@hsesinfo.org - Ms. - F224518 - L224518 - - 224518@hsesinfo.org - Mrs. - F224514 - L224514 - - 224514@hsesinfo.org - 555-555-4514 - - - 9845 - 5132 - 11969 - 000 - 2014 - 2019-07-01 - - HS - Active - Starfish Family Services - www.starfishfamilyservices.org - 5132@hsesinfo.org - 30000 Hiveley St - - Inkster - MI - 48141-1089 - 30000 Hiveley St - - Inkster - MI - 48141-1089 - 30000 Hiveley St - - Inkster - MI - 48141-1089 - Mr. - F217326 - L217326 - - Chairman - 217326@hsesinfo.org - Ms. - F217327 - L217327 - - Executive Director - Interim - 217327@hsesinfo.org - Ms. - F217329 - L217329 - - 217329@hsesinfo.org - Ms. - F217325 - L217325 - - 217325@hsesinfo.org - 555-555-7325 - - - 9846 - 5133 - 11969 - 200 - 2014 - 2019-07-01 - - EHS - Active - Starfish Family Services - www.starfishfamilyservices.org - 5133@hsesinfo.org - 30000 Hiveley St - - Inkster - MI - 48141-1089 - 30000 Hiveley St - - Inkster - MI - 48141-1089 - 30000 Hiveley St - - Inkster - MI - 48141-1089 - Mr. - F217333 - L217333 - - Chairman - 217333@hsesinfo.org - Ms. - F217334 - L217334 - - CEO - 217334@hsesinfo.org - Ms. - F217336 - L217336 - - 217336@hsesinfo.org - Ms. - F217332 - L217332 - - 217332@hsesinfo.org - 555-555-7332 - - - 6773 - 3715 - 10256 - 202 - - 2015-08-01 - 2020-07-31 - EHS - Inactive - Sacramento City Unified School District - www.scusd.edu - 3715@hsesinfo.org - Serna Center - 5735 - 47th Avenue - Sacramento - CA - 95824-4528 - Serna Center - 5735 - 47th Avenue - Sacramento - CA - 95824-4528 - Serna Center - 5735 - 47th Avenue - Sacramento - CA - 95824-4528 - Mr. - F203082 - L203082 - - President - 203082@hsesinfo.org - Mr. - F203083 - L203083 - - Superintendent - 203083@hsesinfo.org - Ms. - F203085 - L203085 - - 203085@hsesinfo.org - Ms. - F203081 - L203081 - - 203081@hsesinfo.org - 555-555-3081 - - - 12267 - 406 - 13941 - 000 - 1992 - 2020-10-01 - - HS - Active - Orange County Head Start Division - http://www.orangecountyfl.net/FamiliesHealthSocialSvcs/EarlyEducationPre-school.aspx - 406@hsesinfo.org - 201 S Rosalind Ave - - Orlando - FL - 32801-3527 - 201 S Rosalind Ave - - Orlando - FL - 32801-3527 - 201 S Rosalind Ave - - Orlando - FL - 32801-3527 - Hon. - F233403 - L233403 - L - Mayor - 233403@hsesinfo.org - Mr. - F233404 - L233404 - Jr. - - 233404@hsesinfo.org - Ms. - F233406 - L233406 - - 233406@hsesinfo.org - Ms. - F233402 - L233402 - - 233402@hsesinfo.org - 555-555-3402 - - - 12268 - 392 - 13940 - 000 - 1996 - 2020-10-01 - - HS - Active - Episcopal Children's Services, Inc. - http://www.ecs4kids.org - 392@hsesinfo.org - 8443 Baymeadows Rd Ste 1 - - Jacksonville - FL - 32256-7440 - 8443 Baymeadows Rd Ste 1 - - Jacksonville - FL - 32256-7440 - 8443 Baymeadows Rd Ste 1 - - Jacksonville - FL - 32256-7440 - Ms. - F233410 - L233410 - - Board Chair - 233410@hsesinfo.org - Mrs. - F233411 - L233411 - - CEO - 233411@hsesinfo.org - Ms. - F233413 - L233413 - - 233413@hsesinfo.org - Ms. - F233409 - L233409 - - 233409@hsesinfo.org - 555-555-3409 - - - 12269 - 391 - 13940 - 200 - 2003 - 2020-10-01 - - EHS - Active - Episcopal Children's Services, Inc. - http://www.ecs4kids.org - 391@hsesinfo.org - 8443 Baymeadows Rd Ste 1 - - Jacksonville - FL - 32256-7440 - 8443 Baymeadows Rd Ste 1 - - Jacksonville - FL - 32256-7440 - 8443 Baymeadows Rd Ste 1 - - Jacksonville - FL - 32256-7440 - Ms. - F233417 - L233417 - - Board Chair - 233417@hsesinfo.org - Mrs. - F233418 - L233418 - - CEO - 233418@hsesinfo.org - Ms. - F233420 - L233420 - - 233420@hsesinfo.org - Ms. - F233416 - L233416 - - 233416@hsesinfo.org - 555-555-3416 - - - 11438 - 9356 - 13280 - 200 - 2020 - 2020-07-01 - - EHS - Active - City of San Antonio - http://www.saheadstart.org/ - 9356@hsesinfo.org - 111 Soledad St - Ste 500 - San Antonio - TX - 78205-2288 - 111 Soledad St - Ste 500 - San Antonio - TX - 78205-2288 - 111 Soledad St - Ste 500 - San Antonio - TX - 78205-2288 - Hon. Mayor - F228106 - L228106 - - Mayor of the City of San Antonio - 228106@hsesinfo.org - Ms. - F228107 - L228107 - - Director Department of Human Services - 228107@hsesinfo.org - Ms. - F228109 - L228109 - - 228109@hsesinfo.org - Ms. - F228105 - L228105 - - 228105@hsesinfo.org - 555-555-8105 - - - 12270 - 6467 - 13943 - 000 - - 2020-12-01 - - HS - Active - Kids Are First, Inc - www.kafhs.org - 6467@hsesinfo.org - 2208 N 1st St - - Carrizo Springs - TX - 78834-2036 - 2208 N 1st St - - Carrizo Springs - TX - 78834-2036 - 2208 N 1st St - - Carrizo Springs - TX - 78834-2036 - Ms. - F233424 - L233424 - - - 233424@hsesinfo.org - Ms. - F233425 - L233425 - - - 233425@hsesinfo.org - Mrs. - F233427 - L233427 - - 233427@hsesinfo.org - Ms. - F233423 - L233423 - - 233423@hsesinfo.org - 555-555-3423 - - - 12271 - 6468 - 13943 - 200 - - 2020-12-01 - - EHS - Active - Kids Are First, Inc - www.kafhs.org - 6468@hsesinfo.org - 2208 N 1st St - - Carrizo Springs - TX - 78834-2036 - 2208 N 1st St - - Carrizo Springs - TX - 78834-2036 - 2208 N 1st St - - Carrizo Springs - TX - 78834-2036 - Ms. - F233431 - L233431 - - - 233431@hsesinfo.org - Ms. - F233432 - L233432 - - - 233432@hsesinfo.org - Mrs. - F233434 - L233434 - - 233434@hsesinfo.org - Ms. - F233430 - L233430 - - 233430@hsesinfo.org - 555-555-3430 - - - 12272 - 1805 - 13942 - 000 - 1991 - 2020-12-01 - - HS - Active - Community Action Commision of Santa Barbara County - http://www.cacsb.com - 1805@hsesinfo.org - 5638 Hollister Ave - Ste 230 - Goleta - CA - 93117-3489 - 5638 Hollister Ave - Ste 230 - Goleta - CA - 93117-3489 - 5638 Hollister Ave - Ste 230 - Goleta - CA - 93117-3489 - Mr. - F233438 - L233438 - - CACSB Board Chair - 233438@hsesinfo.org - Ms. - F233439 - L233439 - - CACSB CEO - 233439@hsesinfo.org - Ms. - F233441 - L233441 - - 233441@hsesinfo.org - Ms. - F233437 - L233437 - - 233437@hsesinfo.org - 555-555-3437 x 5555 - - - 12273 - 1806 - 13942 - 200 - 2003 - 2020-12-01 - - EHS - Active - Community Action Commision of Santa Barbara County - http://www.cacsb.com - 1806@hsesinfo.org - 5638 Hollister Ave - Ste 230 - Goleta - CA - 93117-3489 - 5638 Hollister Ave - Ste 230 - Goleta - CA - 93117-3489 - 5638 Hollister Ave - Ste 230 - Goleta - CA - 93117-3489 - Mr. - F233445 - L233445 - - CACSB Board Chair - 233445@hsesinfo.org - Ms. - F233446 - L233446 - - CACSB CEO - 233446@hsesinfo.org - Ms. - F233448 - L233448 - - 233448@hsesinfo.org - Ms. - F233444 - L233444 - - 233444@hsesinfo.org - 555-555-3444 x 5555 - - - 8273 - 670 - 10658 - 000 - 1989 - 2016-07-01 - - HS - Active - AJFC Community Action Agency, Inc. - www.ajfccaa.org - 670@hsesinfo.org - 1038A N Union St - - Natchez - MS - 39120-2875 - 1038A N Union St - P.O. Box 3011 - Natchez - MS - 39120-2875 - 1038A N Union St - - Natchez - MS - 39120-2875 - Ms. - F207051 - L207051 - . - Board Chair - 207051@hsesinfo.org - Ms. - F207052 - L207052 - - Chief Executive Officer - 207052@hsesinfo.org - Ms. - F207054 - L207054 - - 207054@hsesinfo.org - Dr. - F207050 - L207050 - - 207050@hsesinfo.org - 555-555-7050 - - - 8274 - 671 - 10658 - 200 - 2004 - 2016-07-01 - - EHS - Active - AJFC Community Action Agency, Inc. - www.ajfccaa.org - 671@hsesinfo.org - 1038A N Union St - - Natchez - MS - 39120-2875 - 1038A N Union St - - Natchez - MS - 39120-2875 - 1038A N Union St - - Natchez - MS - 39120-2875 - Ms. - F207058 - L207058 - - Board Chair - 207058@hsesinfo.org - Ms. - F207059 - L207059 - - Chief Executive Officer - 207059@hsesinfo.org - Ms. - F207061 - L207061 - - 207061@hsesinfo.org - Dr. - F207057 - L207057 - - 207057@hsesinfo.org - 555-555-7057 - - - 9776 - 956 - 11909 - 000 - 2014 - 2019-07-01 - - HS - Active - North Central West Virginia Community Action Agency - http://www.ncwvcaa.org - 956@hsesinfo.org - 146 Terrace Mnr - - Fairmont - WV - 26554-4249 - 146 Terrace Mnr - - Fairmont - WV - 26554-4249 - 146 Terrace Mnr - - Fairmont - WV - 26554-4249 - Mr. - F216842 - L216842 - - President Board of Directors - 216842@hsesinfo.org - Ms. - F216843 - L216843 - - Executive Director - 216843@hsesinfo.org - Ms. - F216845 - L216845 - - 216845@hsesinfo.org - Ms. - F216841 - L216841 - - 216841@hsesinfo.org - 555-555-6841 x 5555 - - - 9777 - 957 - 11909 - 200 - 2014 - 2019-07-01 - - EHS - Active - North Central West Virginia Community Action Agency - http://www.ncwvcaa.org - 957@hsesinfo.org - 146 Terrace Mnr - - Fairmont - WV - 26554-4249 - 146 Terrace Mnr - - Fairmont - WV - 26554-4249 - 146 Terrace Mnr - - Fairmont - WV - 26554-4249 - Mr. - F216849 - L216849 - - President Board of Directors - 216849@hsesinfo.org - Ms. - F216850 - L216850 - - Interium Executive Director - 216850@hsesinfo.org - Ms. - F216852 - L216852 - - 216852@hsesinfo.org - Ms. - F216848 - L216848 - - 216848@hsesinfo.org - 555-555-6848 x 5555 - - - 10182 - 910 - 12216 - 000 - 1992 - 2019-08-01 - - HS - Active - Macon Program for Progress - http://www.mppnhc.org - 910@hsesinfo.org - 82 East Orchard View Lane - - Franklin - NC - 28734 - PO Box 700 - - Franklin - NC - 28744-0700 - 82 East Orchard View Lane - - Franklin - NC - 28734 - Mr. - F219630 - L219630 - - MPP Board Chairman - 219630@hsesinfo.org - Mr. - F219631 - L219631 - - Executive Director - 219631@hsesinfo.org - Ms. - F219633 - L219633 - - 219633@hsesinfo.org - Mrs. - F219629 - L219629 - - 219629@hsesinfo.org - 555-555-9629 x 5555 - - - 10183 - 911 - 12216 - 200 - 2013 - 2019-08-01 - - EHS - Active - Macon Program for Progress - http://www.mppnhc.org - 911@hsesinfo.org - 110 East Orchard View Lane - - Franklin - NC - 28734 - PO Box 700 - - Franklin - NC - 28744-0700 - 110 East Orchard View Lane - - Franklin - NC - 28734 - Mr. - F219637 - L219637 - - MPP Board Chairman - 219637@hsesinfo.org - Mr. - F219638 - L219638 - - Executive Director - 219638@hsesinfo.org - Ms. - F219640 - L219640 - - 219640@hsesinfo.org - Mrs. - F219636 - L219636 - - 219636@hsesinfo.org - 555-555-9636 x 5555 - - - 12274 - 407 - 13945 - 000 - 1991 - 2020-11-01 - - HS - Active - Big Sandy Area C.A.P., Inc, - www.bsacapheadstart.com - 407@hsesinfo.org - 230 Court St Rm 332 - - Paintsville - KY - 41240-1606 - 230 Court St Rm 332 - - Paintsville - KY - 41240-1606 - 230 Court St Rm 332 - - Paintsville - KY - 41240-1606 - Mr. - F233452 - L233452 - - - 233452@hsesinfo.org - Ms. - F233453 - L233453 - - - 233453@hsesinfo.org - Mrs. - F233455 - L233455 - - 233455@hsesinfo.org - Mr. - F233451 - L233451 - - 233451@hsesinfo.org - 555-555-3451 - - - 12275 - 3552 - 13946 - 001 - - 2020-11-01 - - HS - Active - Pike County Head Start - - 3552@hsesinfo.org - 5279 North Mayo Trail - - Pikeville - KY - 41501 - 5279 North Mayo Trail - - Pikeville - KY - 41501 - 5279 North Mayo Trail - - Pikeville - KY - 41501 - Mrs. - F233459 - L233459 - - Board Chairman - 233459@hsesinfo.org - Mr. - F233460 - L233460 - - Superintendent - 233460@hsesinfo.org - Mrs. - F233462 - L233462 - - 233462@hsesinfo.org - Mrs. - F233458 - L233458 - - 233458@hsesinfo.org - 555-555-3458 - - - 12276 - 3553 - 13947 - 002 - - 2020-11-01 - - HS - Active - Paintsville City Head Start - NA - 3553@hsesinfo.org - 513 3rd St - - Paintsville - KY - 41240-1032 - 513 3rd St - - Paintsville - KY - 41240-1032 - 513 3rd St - - Paintsville - KY - 41240-1032 - Mr. - F233466 - L233466 - - Board Chairman - 233466@hsesinfo.org - Mr. - F233467 - L233467 - - Superintendent - 233467@hsesinfo.org - Mr. - F233469 - L233469 - - 233469@hsesinfo.org - Mr. - F233465 - L233465 - - 233465@hsesinfo.org - 555-555-3465 - - - 12277 - 3554 - 13948 - 003 - - 2020-11-01 - - HS - Active - Martin County Head Start - NA - 3554@hsesinfo.org - 33 Warfield Elementary Loop - - Warfield - KY - 41267-8903 - 33 Warfield Elementary Loop - - Warfield - KY - 41267-8903 - 33 Warfield Elementary Loop - - Warfield - KY - 41267-8903 - Ms. - F233473 - L233473 - - Board Chairman - 233473@hsesinfo.org - Mr. - F233474 - L233474 - - Superintendent - 233474@hsesinfo.org - Mr. - F233476 - L233476 - - 233476@hsesinfo.org - Mr. - F233472 - L233472 - - 233472@hsesinfo.org - 555-555-3472 - - - 12278 - 3555 - 13949 - 004 - - 2020-11-01 - - HS - Active - Johnson County Head Start - NA - 3555@hsesinfo.org - 1715 Euclid Ave - - Paintsville - KY - 41240-8649 - 1715 Euclid Ave - - Paintsville - KY - 41240-8649 - 1715 Euclid Ave - - Paintsville - KY - 41240-8649 - Mr. - F233480 - L233480 - - Board Chair - 233480@hsesinfo.org - Mr. - F233481 - L233481 - - Superintendent - 233481@hsesinfo.org - Ms. - F233483 - L233483 - - 233483@hsesinfo.org - Miss - F233479 - L233479 - - 233479@hsesinfo.org - 555-555-3479 - - - 12279 - 3556 - 13950 - 005 - - 2020-11-01 - - HS - Active - Magoffin County Head Start - NA - 3556@hsesinfo.org - 169 Gardner Trl - - Salyersville - KY - 41465-9743 - 169 Gardner Trl - - Salyersville - KY - 41465-9743 - 169 Gardner Trl - - Salyersville - KY - 41465-9743 - Mr. - F233487 - L233487 - - Board Chair - 233487@hsesinfo.org - Mr. - F233488 - L233488 - - Superintendent - 233488@hsesinfo.org - Ms. - F233490 - L233490 - - 233490@hsesinfo.org - Mrs. - F233486 - L233486 - - 233486@hsesinfo.org - 555-555-3486 - - - 12280 - 3558 - 13951 - 006 - - 2020-11-01 - - HS - Active - Floyd County Head Start - NA - 3558@hsesinfo.org - 106 North Front Street - - Prestonsburg - KY - 41653-7832 - 106 North Front Street - - Prestonsburg - KY - 41653-7832 - 106 North Front Street - - Prestonsburg - KY - 41653-7832 - Ms. - F233494 - L233494 - - School Board Chair - 233494@hsesinfo.org - Mr. - F233495 - L233495 - - Superintendent - 233495@hsesinfo.org - Mrs. - F233497 - L233497 - - 233497@hsesinfo.org - Mrs. - F233493 - L233493 - - 233493@hsesinfo.org - 555-555-3493 - - - 12281 - 1253 - 13944 - 000 - 1991 - 2020-12-01 - - HS - Active - The Resource Connection - http://www.trcac.org - 1253@hsesinfo.org - 444 E Saint Charles St - - San Andreas - CA - 95249-9658 - PO Box 919 - - San Andreas - CA - 95249-0919 - 444 E Saint Charles St - - San Andreas - CA - 95249-9658 - Ms. - F233501 - L233501 - - Chairperson - 233501@hsesinfo.org - Ms. - F233502 - L233502 - - Chief Administrative Director - 233502@hsesinfo.org - Mrs. - F233504 - L233504 - - 233504@hsesinfo.org - Mrs. - F233500 - L233500 - - 233500@hsesinfo.org - 555-555-3500 x 5555 - - - 12282 - 1254 - 13944 - 200 - 2003 - 2020-12-01 - - EHS - Active - The Resource Connection - http://www.trcac.org - 1254@hsesinfo.org - 444 E Saint Charles St - - San Andreas - CA - 95249-9658 - PO Box 919 - - San Andreas - CA - 95249-0919 - 444 E Saint Charles St - - San Andreas - CA - 95249-9658 - Mr. - F233508 - L233508 - - Chairperson - 233508@hsesinfo.org - Ms. - F233509 - L233509 - - Chief Administrative Director - 233509@hsesinfo.org - Mrs. - F233511 - L233511 - - 233511@hsesinfo.org - Mrs. - F233507 - L233507 - - 233507@hsesinfo.org - 555-555-3507 - - - 12286 - 2265 - 13953 - 000 - 1991 - 2020-12-01 - - HS - Active - Inspire Development Centers - http://www.inspire-centers.org - 2265@hsesinfo.org - 105 S 6th St Ste B - - Sunnyside - WA - 98944-1448 - 105 S 6th St Ste B - - Sunnyside - WA - 98944-1448 - 105 S 6th St Ste B - - Sunnyside - WA - 98944-1448 - Mr. - F233528 - L233528 - - Board Chair - 233528@hsesinfo.org - Mr. - F233529 - L233529 - - Chief Executive Officer - 233529@hsesinfo.org - Ms. - F233531 - L233531 - - 233531@hsesinfo.org - Ms. - F233527 - L233527 - - 233527@hsesinfo.org - 555-555-3527 x 5555 - - - 12287 - 2266 - 13953 - 200 - 2001 - 2020-12-01 - - EHS - Active - Inspire Development Centers - http://www.inspire-centers.org - 2266@hsesinfo.org - 105 S 6th St Ste B - - Sunnyside - WA - 98944-1448 - 105 S 6th St Ste B - - Sunnyside - WA - 98944-1448 - 105 S 6th St Ste B - - Sunnyside - WA - 98944-1448 - Mr. - F233535 - L233535 - - Board Chair - 233535@hsesinfo.org - Mr. - F233536 - L233536 - - Chief Executive Officer - 233536@hsesinfo.org - Ms. - F233538 - L233538 - - 233538@hsesinfo.org - Ms. - F233534 - L233534 - - 233534@hsesinfo.org - 555-555-3534 x 5555 - - - 12288 - 6679 - 13954 - 000 - - 2020-12-01 - - HS - Active - Inspire Development Centers - www.inspire-centers.og - 6679@hsesinfo.org - 105 S 6th St - - Sunnyside - WA - 98944-1448 - 105 S 6th St - - Sunnyside - WA - 98944-1448 - 105 S 6th St - - Sunnyside - WA - 98944-1448 - Mr. - F233542 - L233542 - - Board Chair - 233542@hsesinfo.org - Mr. - F233543 - L233543 - - CEO - 233543@hsesinfo.org - Ms. - F233545 - L233545 - ` - 233545@hsesinfo.org - Ms. - F233541 - L233541 - - 233541@hsesinfo.org - 555-555-3541 x 5555 - - - 11192 - 2347 - 13104 - 000 - 1992 - 2020-04-01 - - HS - Active - Opportunities for Otsego, Inc. - http://www.ofoinc.org - 2347@hsesinfo.org - 3 W Broadway - - Oneonta - NY - 13820-2223 - 3 W Broadway - - Oneonta - NY - 13820-2223 - 3 W Broadway - - Oneonta - NY - 13820-2223 - Ms. - F226522 - L226522 - - President - 226522@hsesinfo.org - Mr. - F226523 - L226523 - - CEO - 226523@hsesinfo.org - Ms. - F226525 - L226525 - - 226525@hsesinfo.org - Mrs. - F226521 - L226521 - - 226521@hsesinfo.org - 555-555-6521 - - - 11193 - 2348 - 13104 - 200 - 2001 - 2020-04-01 - - EHS - Active - Opportunities for Otsego, Inc. - http://www.ofoinc.org - 2348@hsesinfo.org - 3 W Broadway - - Oneonta - NY - 13820-2223 - 3 W Broadway - - Oneonta - NY - 13820-2223 - 3 W Broadway - - Oneonta - NY - 13820-2223 - Ms. - F226529 - L226529 - - President - 226529@hsesinfo.org - Mr. - F226530 - L226530 - - CEO - 226530@hsesinfo.org - Ms. - F226532 - L226532 - - 226532@hsesinfo.org - Mrs. - F226528 - L226528 - - 226528@hsesinfo.org - 555-555-6528 - - - 12285 - 750 - 13952 - 000 - 1991 - 2020-12-01 - - HS - Active - Quad Area Community Action Agency Inc - http://www.quadarea.org - 750@hsesinfo.org - 45300 N Baptist Rd - - Hammond - LA - 70401-4907 - 45300 N Baptist Rd - - Hammond - LA - 70401-4907 - 45300 N Baptist Rd - - Hammond - LA - 70401-4907 - Mrs. - F233521 - L233521 - - Board President - 233521@hsesinfo.org - Mrs. - F233522 - L233522 - - - 233522@hsesinfo.org - - F233524 - L233524 - - 233524@hsesinfo.org - Mrs. - F233520 - L233520 - - 233520@hsesinfo.org - 555-555-3520 - - - 9294 - 1566 - 11554 - 000 - 2013 - 2019-01-01 - - HS - Active - Raleigh County Community Action Association - 111 Willow Lane - 1566@hsesinfo.org - 111 Willow Lane - - Beckley - WV - 25801 - P.O. Box 3066 - East Beckley Station - Beckley - WV - 25801-1777 - 111 Willow Lane - - Beckley - WV - 25801 - Ms. - F213596 - L213596 - - President - 213596@hsesinfo.org - Ms. - F213597 - L213597 - - Interim Executive Director - 213597@hsesinfo.org - Ms. - F213599 - L213599 - - 213599@hsesinfo.org - Ms. - F213595 - L213595 - - 213595@hsesinfo.org - 555-555-3595 - - - 7064 - 273 - 10505 - 000 - 1989 - 2016-01-01 - - HS - Active - Community Action, Inc. - http://www.communityactioninc.org - 273@hsesinfo.org - 3 Washington Sq Fl 4 - - Haverhill - MA - 01830-6139 - 3 Washington Sq Fl 4 - - Haverhill - MA - 01830-6139 - 3 Washington Sq Fl 4 - - Haverhill - MA - 01830-6139 - Ms. - F205116 - L205116 - - CAI Board Chair - 205116@hsesinfo.org - Ms. - F205117 - L205117 - - President/CEO - 205117@hsesinfo.org - Mr. - F205119 - L205119 - - 205119@hsesinfo.org - Ms. - F205115 - L205115 - - 205115@hsesinfo.org - 555-555-5115 x 5555 - - - 7065 - 2817 - 10505 - 200 - 2011 - 2016-01-01 - - EHS - Active - Community Action, Inc. - www.communityactioninc.org - 2817@hsesinfo.org - 3 Washington Sq - Fl 4 - Haverhill - MA - 01830-6177 - 3 Washington Sq - Fl 4 - Haverhill - MA - 01830-6177 - 3 Washington Sq - Fl 4 - Haverhill - MA - 01830-6177 - Ms. - F205123 - L205123 - - CAI Board Chairperson - 205123@hsesinfo.org - Mr. - F205124 - L205124 - - - 205124@hsesinfo.org - Ms. - F205126 - L205126 - - 205126@hsesinfo.org - Ms. - F205122 - L205122 - - 205122@hsesinfo.org - 555-555-5122 x 5555 - - - 9462 - 8766 - 11674 - 200 - 2019 - 2019-03-15 - - EHS - Active - Community Services Office of Hot Springs and Garland County - - 8766@hsesinfo.org - 600 W Grand Ave - Ste 200 - Hot Springs - AR - 71901-3936 - PO Box 1175 - - Hot Springs - AR - 71902-1175 - 600 W Grand Ave - Ste 200 - Hot Springs - AR - 71901-3936 - Mrs. - F214731 - L214731 - - Board President - 214731@hsesinfo.org - Mrs. - F214732 - L214732 - - Executive Director - 214732@hsesinfo.org - Mrs. - F214734 - L214734 - - 214734@hsesinfo.org - Mrs. - F214730 - L214730 - - 214730@hsesinfo.org - 555-555-4730 - - - 11505 - 1990 - 13326 - 000 - 1992 - 2020-07-01 - - HS - Active - Skyline CAP, Inc. - www.skylinecap.org - 1990@hsesinfo.org - 532 South Main Street - - Madison - VA - 22727 - P.O. Box 588 - - Madison - VA - 22727-0588 - 532 South Main Street - - Madison - VA - 22727 - Mr. - F228563 - L228563 - - President of the Board of Directors - 228563@hsesinfo.org - Mr. - F228564 - L228564 - - Executive Director - 228564@hsesinfo.org - Mrs. - F228566 - L228566 - - 228566@hsesinfo.org - Mr. - F228562 - L228562 - - 228562@hsesinfo.org - 555-555-8562 x 5555 - - - 12289 - 310 - 13955 - 000 - 1991 - 2020-12-01 - - HS - Active - Buchanan County Head Start - https://bchs-va.org/ - 310@hsesinfo.org - 1234 Almarine Dr - - Grundy - VA - 24614-7063 - PO BOX 1167 - - Grundy - VA - 24614-1167 - 1234 Almarine Dr - - Grundy - VA - 24614-7063 - Mr. - F233549 - L233549 - - Chairman of the Board of Supervisors - 233549@hsesinfo.org - Mr. - F233550 - L233550 - - Executive Diector BCHS - County Administrator - 233550@hsesinfo.org - Mrs. - F233552 - L233552 - - 233552@hsesinfo.org - Ms. - F233548 - L233548 - - 233548@hsesinfo.org - 555-555-3548 - - - 12296 - 2562 - 13958 - 000 - 2008 - 2020-12-01 - - HS - Active - Swisher County Head Start - - 2562@hsesinfo.org - 119 S Maxwell Ave - - Tulia - TX - 79088-2239 - PO Box 34 - 420 S. El Paso - Tulia - TX - 79088-0034 - 119 S Maxwell Ave - - Tulia - TX - 79088-2239 - Judge - F233581 - L233581 - - - 233581@hsesinfo.org - Ms. - F233582 - L233582 - - - 233582@hsesinfo.org - Ms. - F233584 - L233584 - - 233584@hsesinfo.org - Mrs. - F233580 - L233580 - - 233580@hsesinfo.org - 555-555-3580 - - - 12298 - 2240 - 13959 - 200 - 2014 - 2020-12-01 - - EHS - Active - L.I Child and Family Development Services, Inc - http://www.liheadstart.org - 2240@hsesinfo.org - 98 Austin St - - Patchogue - NY - 11772-2615 - 98 Austin St - - Patchogue - NY - 11772-2615 - 98 Austin St - - Patchogue - NY - 11772-2615 - Mr. - F233595 - L233595 - - - 233595@hsesinfo.org - Ms. - F233596 - L233596 - - - 233596@hsesinfo.org - Mrs. - F233598 - L233598 - - 233598@hsesinfo.org - Ms. - F233594 - L233594 - - 233594@hsesinfo.org - 555-555-3594 x 5555 - - - 12297 - 2241 - 13959 - 000 - 2014 - 2020-12-01 - - HS - Active - L.I Child and Family Development Services, Inc - http://www.liheadstart.org - 2241@hsesinfo.org - 98 Austin St - - Patchogue - NY - 11772-2615 - 98 Austin St - - Patchogue - NY - 11772-2615 - 98 Austin St - - Patchogue - NY - 11772-2615 - Mr. - F233588 - L233588 - - Chairman of the Board - 233588@hsesinfo.org - Ms. - F233589 - L233589 - - Chief Executive Officer - 233589@hsesinfo.org - Mrs. - F233591 - L233591 - - 233591@hsesinfo.org - Ms. - F233587 - L233587 - - 233587@hsesinfo.org - 555-555-3587 x 5555 - - - 12299 - 229 - 13966 - 000 - 1992 - 2020-12-01 - - HS - Active - Tri-Town Economic Opportunity Committee - http://www.tri-towncap.org - 229@hsesinfo.org - 1126 Hartford Ave - - Johnston - RI - 02919-7109 - 1126 Hartford Ave - - Johnston - RI - 02919-7109 - 1126 Hartford Ave - - Johnston - RI - 02919-7109 - Mr. - F233602 - L233602 - - Board Chair - 233602@hsesinfo.org - Mr. - F233603 - L233603 - - President/Chief Executive Officer - 233603@hsesinfo.org - Ms. - F233605 - L233605 - - 233605@hsesinfo.org - Ms. - F233601 - L233601 - - 233601@hsesinfo.org - 555-555-3601 - - - 12300 - 230 - 13966 - 200 - 2003 - 2020-12-01 - - EHS - Active - Tri-Town Economic Opportunity Committee - http://www.tri-towncap.org - 230@hsesinfo.org - 1126 Hartford Ave - - Johnston - RI - 02919-7109 - 1126 Hartford Ave - - Johnston - RI - 02919-7109 - 1126 Hartford Ave - - Johnston - RI - 02919-7109 - Mr. - F233609 - L233609 - - Board Chair - 233609@hsesinfo.org - Mr. - F233610 - L233610 - - President/Chief Executive Officer - 233610@hsesinfo.org - Ms. - F233612 - L233612 - - 233612@hsesinfo.org - Ms. - F233608 - L233608 - - 233608@hsesinfo.org - 555-555-3608 x 5555 - - - 12301 - 1616 - 13965 - 000 - 1992 - 2020-12-01 - - HS - Active - Downeast Community Partners - http://www.downeastcommunitypartners.org - 1616@hsesinfo.org - 248 Bucksport Rd - - Ellsworth - ME - 04605-2715 - 248 Bucksport Rd - - Ellsworth - ME - 04605-2715 - 248 Bucksport Rd - - Ellsworth - ME - 04605-2715 - Ms. - F233616 - L233616 - - Board Chair - 233616@hsesinfo.org - Mr. - F233617 - L233617 - - Executive Director - 233617@hsesinfo.org - Mr. - F233619 - L233619 - - 233619@hsesinfo.org - Ms. - F233615 - L233615 - - 233615@hsesinfo.org - 555-555-3615 - - - 12302 - 1617 - 13965 - 200 - 2012 - 2020-12-01 - - EHS - Active - Downeast Community Partners - http://www.downeastcommunitypartners.org - 1617@hsesinfo.org - 248 Bucksport Rd - - Ellsworth - ME - 04605-2715 - 248 Bucksport Rd - - Ellsworth - ME - 04605-2715 - 248 Bucksport Rd - - Ellsworth - ME - 04605-2715 - Ms. - F233623 - L233623 - - Board Chair - 233623@hsesinfo.org - Mr. - F233624 - L233624 - - Executive Director - 233624@hsesinfo.org - Mr. - F233626 - L233626 - - 233626@hsesinfo.org - Ms. - F233622 - L233622 - - 233622@hsesinfo.org - 555-555-3622 - - - 12303 - 203 - 13962 - 000 - 1991 - 2020-12-01 - - HS - Active - South Middlesex Opportunity Council, Inc. - http://www.smoc.org - 203@hsesinfo.org - 7 Bishop St - - Framingham - MA - 01702-8323 - 7 Bishop St - - Framingham - MA - 01702-8323 - 7 Bishop St - - Framingham - MA - 01702-8323 - Mr. - F233630 - L233630 - - President, Board of Directors - 233630@hsesinfo.org - Mr. - F233631 - L233631 - - Executive Director - 233631@hsesinfo.org - Ms. - F233633 - L233633 - - 233633@hsesinfo.org - Ms. - F233629 - L233629 - - 233629@hsesinfo.org - 555-555-3629 x 5555 - - - 12304 - 712 - 13961 - 000 - 1991 - 2020-12-01 - - HS - Active - Motivation Education & Training, Inc. - http://www.metinc.org - 712@hsesinfo.org - 22551 Gene Campbell Blvd - - New Caney - TX - 77357 - PO Box 1838 - - New Caney - TX - 77357-1838 - 22551 Gene Campbell Blvd - - New Caney - TX - 77357 - Mr. - F233637 - L233637 - - Governing Board President - 233637@hsesinfo.org - Mrs. - F233638 - L233638 - - Executive Director - 233638@hsesinfo.org - Mrs. - F233640 - L233640 - - 233640@hsesinfo.org - Mrs. - F233636 - L233636 - - 233636@hsesinfo.org - 555-555-3636 - - - 12305 - 2774 - 13961 - 200 - 2009 - 2020-12-01 - - EHS - Active - Motivation Education & Training, Inc. - http://www.metinc.org - 2774@hsesinfo.org - 22551 Gene Campbell Blvd - - New Caney - TX - 77357 - PO Box 1838 - - New Caney - TX - 77357-1838 - 22551 Gene Campbell Blvd - - New Caney - TX - 77357 - Mr. - F233644 - L233644 - - Governing Board President - 233644@hsesinfo.org - Mrs. - F233645 - L233645 - - Executive Director - 233645@hsesinfo.org - Mrs. - F233647 - L233647 - - 233647@hsesinfo.org - Mrs. - F233643 - L233643 - - 233643@hsesinfo.org - 555-555-3643 - - - 12306 - 1013 - 13967 - 000 - 1991 - 2020-12-01 - - HS - Active - SOUTHERN IOWA ECONOMIC DEVELOPMENT ASSOCIATION - http://www.sieda.org - 1013@hsesinfo.org - 725 W 2nd St - - Ottumwa - IA - 52501-2211 - PO Box 658 - - Ottumwa - IA - 52501-0658 - 725 W 2nd St - - Ottumwa - IA - 52501-2211 - Ms. - F233651 - L233651 - - Governing Board Chairperson - 233651@hsesinfo.org - Mr. - F233652 - L233652 - - Executive Director - 233652@hsesinfo.org - Mr. - F233654 - L233654 - - 233654@hsesinfo.org - Mrs. - F233650 - L233650 - - 233650@hsesinfo.org - 555-555-3650 x 5555 - - - 12311 - 1187 - 13964 - 000 - 1992 - 2020-12-01 - - Migrant HS - Active - Inspire Development Centers - http://www.inspire-centers.org - 1187@hsesinfo.org - 105 S 6th St Ste B - - Sunnyside - WA - 98944-1448 - 105 S 6th St Ste B - - Sunnyside - WA - 98944-1448 - 105 S 6th St Ste B - - Sunnyside - WA - 98944-1448 - Mr. - F233686 - L233686 - - Board Chair - 233686@hsesinfo.org - Mr. - F233687 - L233687 - - CEO - 233687@hsesinfo.org - Mr. - F233689 - L233689 - - 233689@hsesinfo.org - Ms. - F233685 - L233685 - - 233685@hsesinfo.org - 555-555-3685 x 5555 - - - 12312 - 2863 - 13964 - 200 - 2011 - 2020-12-01 - - Migrant EHS - Active - Migrant & Seasonal Early Head Start - http://www.inspire-centers.org - 2863@hsesinfo.org - 105 S 6th St Ste B - - Sunnyside - WA - 98944-1448 - 105 S 6th St Ste B - - Sunnyside - WA - 98944-1448 - 105 S 6th St Ste B - - Sunnyside - WA - 98944-1448 - Mr. - F233693 - L233693 - - Board Chair - 233693@hsesinfo.org - Mr. - F233694 - L233694 - - CEO - 233694@hsesinfo.org - Mr. - F233696 - L233696 - - 233696@hsesinfo.org - Ms. - F233692 - L233692 - - 233692@hsesinfo.org - 555-555-3692 x 5555 - - diff --git a/tools/importPlanGoals.test.js b/tools/importPlanGoals.test.js index 576e559018..7d0ee65219 100644 --- a/tools/importPlanGoals.test.js +++ b/tools/importPlanGoals.test.js @@ -25,7 +25,7 @@ describe('Import TTA plan goals', () => { const grantee = await Grantee.findOne({ where: { id: 1335 } }); expect(grantee).toBeDefined(); - expect(grantee.name).toBe('Greater Bergen Community Action, Inc.'); + expect(grantee.name).toBe('Agency 1, Inc.'); }); it('should import or update grants', async () => { @@ -37,7 +37,7 @@ describe('Import TTA plan goals', () => { const grants = await Grant.findAll({ where: { granteeId: 1335 } }); expect(grants).toBeDefined(); expect(grants.length).toBe(3); - const containsNumber = grants.some((g) => g.number === '02CH010840'); + const containsNumber = grants.some((g) => g.number === '02CH01111'); expect(containsNumber).toBeTruthy(); }); }); From 00417ace5d019e2c049cde47b03cbd25ff4d3871 Mon Sep 17 00:00:00 2001 From: kryswisnaskas Date: Tue, 12 Jan 2021 10:22:34 -0500 Subject: [PATCH 11/18] Refactor test, auto increment; adjust importing of goals --- src/app.js | 12 +- src/lib/updateGrantsGrantees.js | 21 +++- .../20201029214432-add-title-to-user.js | 1 + .../20201130144748-create-grantee.js | 4 +- src/migrations/20201205200637-create-grant.js | 4 +- ...0105154127-users-home-region-allow-null.js | 14 +-- src/seeders/20201210172017-grantees.js | 44 +++++++ src/seeders/20201211172017-grants.js | 66 +++++++++++ temp/agency.xml | 10 ++ temp/grant_agency.xml | 18 +++ temp/grant_award.xml | 33 ++++++ tools/importPlanGoals.js | 18 +-- tools/importPlanGoals.test.js | 108 ++++++++++-------- 13 files changed, 270 insertions(+), 83 deletions(-) create mode 100644 src/seeders/20201210172017-grantees.js create mode 100644 src/seeders/20201211172017-grants.js diff --git a/src/app.js b/src/app.js index 0780b90fd9..6d4738f588 100644 --- a/src/app.js +++ b/src/app.js @@ -81,12 +81,9 @@ if (process.env.NODE_ENV === 'production') { // Set timing parameters. // Run at midnight -// const schedule = '0 0 * * *'; +const schedule = '0 0 * * *'; const timezone = 'America/New_York'; -// tmp schedule for testing -const schedule = '*/25 * * * *'; - const runJob = () => { try { updateGrantsGrantees(); @@ -95,7 +92,10 @@ const runJob = () => { } }; -const job = new CronJob(schedule, () => runJob(), null, true, timezone); -job.start(); +// Run only on one instance +if (process.env.CF_INSTANCE_INDEX === '0') { + const job = new CronJob(schedule, () => runJob(), null, true, timezone); + job.start(); +} module.exports = app; diff --git a/src/lib/updateGrantsGrantees.js b/src/lib/updateGrantsGrantees.js index 77ff1e32b9..41eaa1aa39 100644 --- a/src/lib/updateGrantsGrantees.js +++ b/src/lib/updateGrantsGrantees.js @@ -21,7 +21,7 @@ const fs = require('mz/fs'); * The grantee data is them filtered to exclude delegates * */ -async function processFiles() { +export async function processFiles() { let grantGrantees; let grants; const granteesForDb = []; @@ -42,7 +42,19 @@ async function processFiles() { // filter out delegates by matching to the non-delegates // eslint-disable-next-line max-len - const grantees = agency.agencies.agency.filter((a) => grantGrantees.some((gg) => gg.agency_id === a.agency_id)); + const granteesNonDelegates = agency.agencies.agency.filter((a) => grantGrantees.some((gg) => gg.agency_id === a.agency_id)); + + const hubGranteeIds = await Grantee.findAll({ attributes: ['id'] }).map((hgi) => hgi.id); + + // process grants + const grantData = await fs.readFile('./temp/grant_award.xml'); + const grant = JSON.parse(toJson(grantData)); + + // Check if the grantee id already exists in the smarthub db OR if it belongs to + // at least one active grant. grant_award data structure includes agency_id + // eslint-disable-next-line max-len + const grantees = granteesNonDelegates.filter((gnd) => hubGranteeIds.some((id) => id.toString() === gnd.agency_id) + || grant.grant_awards.grant_award.some((ga) => ga.agency_id === gnd.agency_id && ga.grant_status === 'Active')); grantees.forEach((g) => granteesForDb.push({ id: parseInt(g.agency_id, 10), @@ -53,13 +65,10 @@ async function processFiles() { { updateOnDuplicate: ['name', 'updatedAt'], }); - // process grants - const grantData = await fs.readFile('./temp/grant_award.xml'); - const grant = JSON.parse(toJson(grantData)); const hubGrantIds = await Grant.findAll({ attributes: ['id'] }).map((hgi) => hgi.id); - grants = grant.grant_awards.grant_award.filter((ga) => hubGrantIds.some((id) => id === ga.grant_id) || ga.grant_status === 'Active'); + grants = grant.grant_awards.grant_award.filter((ga) => hubGrantIds.some((id) => id.toString() === ga.grant_award_id) || ga.grant_status === 'Active'); grants.forEach((g) => grantsForDb.push({ id: parseInt(g.grant_award_id, 10), diff --git a/src/migrations/20201029214432-add-title-to-user.js b/src/migrations/20201029214432-add-title-to-user.js index 775067df9a..f912d54397 100644 --- a/src/migrations/20201029214432-add-title-to-user.js +++ b/src/migrations/20201029214432-add-title-to-user.js @@ -23,6 +23,7 @@ module.exports = { 'homeRegionId', { type: Sequelize.INTEGER, + allowNull: true, references: { model: 'Regions', key: 'id', diff --git a/src/migrations/20201130144748-create-grantee.js b/src/migrations/20201130144748-create-grantee.js index 42767226aa..0f818b89d8 100644 --- a/src/migrations/20201130144748-create-grantee.js +++ b/src/migrations/20201130144748-create-grantee.js @@ -3,7 +3,7 @@ module.exports = { await queryInterface.createTable('Grantees', { id: { allowNull: false, - autoIncrement: true, + autoIncrement: false, primaryKey: true, type: Sequelize.INTEGER, }, @@ -13,10 +13,12 @@ module.exports = { createdAt: { allowNull: false, type: Sequelize.DATE, + defaultValue: Sequelize.fn('NOW'), }, updatedAt: { allowNull: false, type: Sequelize.DATE, + defaultValue: Sequelize.fn('NOW'), }, }); }, diff --git a/src/migrations/20201205200637-create-grant.js b/src/migrations/20201205200637-create-grant.js index bad89f8e27..1845c43a6b 100644 --- a/src/migrations/20201205200637-create-grant.js +++ b/src/migrations/20201205200637-create-grant.js @@ -3,7 +3,7 @@ module.exports = { await queryInterface.createTable('Grants', { id: { allowNull: false, - autoIncrement: true, + autoIncrement: false, primaryKey: true, type: Sequelize.INTEGER, }, @@ -44,10 +44,12 @@ module.exports = { createdAt: { allowNull: false, type: Sequelize.DATE, + defaultValue: Sequelize.fn('NOW'), }, updatedAt: { allowNull: false, type: Sequelize.DATE, + defaultValue: Sequelize.fn('NOW'), }, }); }, diff --git a/src/migrations/20210105154127-users-home-region-allow-null.js b/src/migrations/20210105154127-users-home-region-allow-null.js index d8f688e1a4..65738a0c8c 100644 --- a/src/migrations/20210105154127-users-home-region-allow-null.js +++ b/src/migrations/20210105154127-users-home-region-allow-null.js @@ -1,15 +1,9 @@ module.exports = { - up: async (queryInterface, Sequelize) => { - await queryInterface.changeColumn('Users', 'homeRegionId', { - type: Sequelize.INTEGER, - allowNull: true, - }); + up: async () => { + // placeholder }, - down: async (queryInterface, Sequelize) => { - await queryInterface.changeColumn('Users', 'homeRegionId', { - type: Sequelize.INTEGER, - allowNull: false, - }); + down: async () => { + }, }; diff --git a/src/seeders/20201210172017-grantees.js b/src/seeders/20201210172017-grantees.js new file mode 100644 index 0000000000..725c3e9545 --- /dev/null +++ b/src/seeders/20201210172017-grantees.js @@ -0,0 +1,44 @@ +const grantees = [ + { + id: 1, + name: 'Grantee Name', + }, + { + id: 2, + name: 'Stroman, Cronin and Boehm', + }, + { + id: 3, + name: 'Jakubowski-Keebler', + }, + { + id: 4, + name: 'Johnston-Romaguera', + }, + { + id: 5, + name: 'Agency 1, Inc.', + }, + { + id: 6, + name: 'Agency 2, Inc.', + }, + { + id: 7, + name: 'Agency 3, Inc.', + }, + { + id: 8, + name: 'Agency 4, Inc.', + }, +]; + +module.exports = { + up: async (queryInterface) => { + await queryInterface.bulkInsert('Grantees', grantees, {}); + }, + + down: async (queryInterface) => { + await queryInterface.bulkDelete('Grantees', null, {}); + }, +}; diff --git a/src/seeders/20201211172017-grants.js b/src/seeders/20201211172017-grants.js new file mode 100644 index 0000000000..208d855436 --- /dev/null +++ b/src/seeders/20201211172017-grants.js @@ -0,0 +1,66 @@ +const grants = [ + { + id: 1, + number: '14CH1234', + regionId: 14, + granteeId: 1, + }, + { + id: 2, + number: '14CH10000', + regionId: 14, + granteeId: 2, + }, + { + id: 3, + number: '14CH00001', + regionId: 14, + granteeId: 3, + }, + { + id: 4, + number: '14CH00002', + regionId: 14, + granteeId: 4, + }, + { + id: 5, + number: '14CH00003', + regionId: 14, + granteeId: 4, + }, + { + id: 6, + number: '09CH011111', + regionId: 9, + granteeId: 5, + }, + { + id: 7, + number: '09CH022222', + regionId: 9, + granteeId: 6, + }, + { + id: 8, + number: '09CH033333', + regionId: 9, + granteeId: 7, + }, + { + id: 9, + number: '09HP044444', + regionId: 9, + granteeId: 8, + }, +]; + +module.exports = { + up: async (queryInterface) => { + await queryInterface.bulkInsert('Grants', grants, {}); + }, + + down: async (queryInterface) => { + await queryInterface.bulkDelete('Grants', null, {}); + }, +}; diff --git a/temp/agency.xml b/temp/agency.xml index 2c7592de48..54b0ce15b6 100644 --- a/temp/agency.xml +++ b/temp/agency.xml @@ -9,4 +9,14 @@ Community College School System + + 119 + Multi ID Agency + Tribal Government or Consortium + + + 7709 + Multi ID Agency + + \ No newline at end of file diff --git a/temp/grant_agency.xml b/temp/grant_agency.xml index a2383336b7..61fff8eb6b 100644 --- a/temp/grant_agency.xml +++ b/temp/grant_agency.xml @@ -41,4 +41,22 @@ 10567 0 + + 5224 + 119 + 5151 + 0 + + + 9393 + 119 + 8564 + 0 + + + 12924 + 7709 + 11628 + 0 + \ No newline at end of file diff --git a/temp/grant_award.xml b/temp/grant_award.xml index 7f577138a1..ba6f81f77e 100644 --- a/temp/grant_award.xml +++ b/temp/grant_award.xml @@ -76,4 +76,37 @@ Agency 1, Inc. Active + + 5151 + 119 + 11 + 90CI4444 + 1994-08-01 + 2025-06-30 + CI + Multi ID Agency + Inactive + + + 8564 + 119 + 11 + 90CI5555 + 2015-01-01 + 2019-12-31 + CI + Multi ID Agency + Inactive + + + 11628 + 7709 + 11 + 90CI090022 + 2020-01-01 + 2024-12-31 + CI + Multi ID Agency + Active + \ No newline at end of file diff --git a/tools/importPlanGoals.js b/tools/importPlanGoals.js index f77cb99a55..f7e1f4cade 100644 --- a/tools/importPlanGoals.js +++ b/tools/importPlanGoals.js @@ -64,16 +64,13 @@ export default async function importGoals(file, region) { const regionId = region || 14; // default to region 14 try { const cleanRoleTopics = []; - const cleanGrantees = []; const cleanGrantGoals = []; const cleanTopicGoals = []; - const cleanGrants = []; const currentGoals = []; await prePopulateRoles(); for await (const el of grantees) { - let currentGrantee; let currentGranteeId; let grants; let currentGrants = []; @@ -82,10 +79,6 @@ export default async function importGoals(file, region) { for await (const key of Object.keys(el)) { if (key && (key.trim().startsWith('Grantee (distinct') || key.trim().startsWith('Grantee Name'))) { - currentGrantee = el[key] ? el[key].split('|')[0].trim() : 'Unknown Grantee'; - const [dbGrantee] = await Grantee.findOrCreate({ where: { name: currentGrantee } }); - currentGranteeId = dbGrantee.id; - cleanGrantees.push({ id: currentGranteeId, name: currentGrantee }); grants = el[key] ? el[key].split('|')[1].trim() : 'Unknown Grant'; currentGrants = grants.split(','); } else if (key && key.startsWith('Goal')) { @@ -163,15 +156,12 @@ export default async function importGoals(file, region) { tp.goalId = goalId; } }); - currentGranteeId = cleanGrantees.find((g) => g.name === currentGrantee).id; for await (const grant of currentGrants) { - const fullGrant = { number: grant.trim(), granteeId: currentGranteeId }; - if (!cleanGrants.some((e) => e.granteeId === fullGrant.granteeId - && e.number === fullGrant.number)) { - cleanGrants.push(fullGrant); - } - const [dbGrant] = await Grant.findOrCreate({ where: { ...fullGrant, regionId } }); + const fullGrant = { number: grant.trim(), regionId }; + const dbGrant = await Grant.findOne({ where: { ...fullGrant }, attributes: ['id', 'granteeId'] }); grantId = dbGrant.id; + currentGranteeId = dbGrant.granteeId; + // } const plan = { granteeId: currentGranteeId, grantId, goalId }; if (!cleanGrantGoals.some((e) => e.granteeId === currentGranteeId && e.grantId === grantId diff --git a/tools/importPlanGoals.test.js b/tools/importPlanGoals.test.js index 7d0ee65219..91f869007d 100644 --- a/tools/importPlanGoals.test.js +++ b/tools/importPlanGoals.test.js @@ -1,5 +1,6 @@ +import { Op } from 'sequelize'; import importGoals from './importPlanGoals'; -import updateGrantsGrantees from '../src/lib/updateGrantsGrantees'; +import { processFiles } from '../src/lib/updateGrantsGrantees'; import db, { Role, Topic, RoleTopic, Goal, Grantee, Grant, sequelize, } from '../src/models'; @@ -10,18 +11,17 @@ describe('Import TTA plan goals', () => { }); describe('Update grants and grantees', () => { beforeAll(async () => { - await Grant.destroy({ where: {} }); - await Grantee.destroy({ where: {} }); + await Grant.destroy({ where: { id: { [Op.gt]: 20 } } }); + await Grantee.destroy({ where: { id: { [Op.gt]: 20 } } }); }); afterEach(async () => { - await Grant.destroy({ where: {} }); - await Grantee.destroy({ where: {} }); + await Grant.destroy({ where: { id: { [Op.gt]: 20 } } }); + await Grantee.destroy({ where: { id: { [Op.gt]: 20 } } }); }); it('should import or update grantees', async () => { - - const granteesBefore = await Grantee.findAll(); + const granteesBefore = await Grantee.findAll({ where: { id: { [Op.gt]: 20 } } }); expect(granteesBefore.length).toBe(0); - await updateGrantsGrantees(); + await processFiles(); const grantee = await Grantee.findOne({ where: { id: 1335 } }); expect(grantee).toBeDefined(); @@ -29,10 +29,10 @@ describe('Import TTA plan goals', () => { }); it('should import or update grants', async () => { - const grantsBefore = await Grantee.findAll(); + const grantsBefore = await Grant.findAll({ where: { id: { [Op.gt]: 20 } } }); expect(grantsBefore.length).toBe(0); - await updateGrantsGrantees(); + await processFiles(); const grants = await Grant.findAll({ where: { granteeId: 1335 } }); expect(grants).toBeDefined(); @@ -40,7 +40,41 @@ describe('Import TTA plan goals', () => { const containsNumber = grants.some((g) => g.number === '02CH01111'); expect(containsNumber).toBeTruthy(); }); + + it('should exclude grantees with only inactive grants', async () => { + await processFiles(); + let grantee = await Grantee.findOne({ where: { id: 119 } }); + expect(grantee).toBeNull(); + // Same grantee, but with a different id and having an active grant + grantee = await Grantee.findOne({ where: { id: 7709 } }); + expect(grantee.name).toBe('Multi ID Agency'); + }); + + it('should update an existing grantee if it exists in smarthub', async () => { + const [dbGrantee] = await Grantee.findOrCreate({ where: { id: 119, name: 'Multi ID Agency' } }); + await processFiles(); + const grantee = await Grantee.findOne({ where: { id: 119 } }); + expect(grantee).not.toBeNull(); + // Same grantee, but with a different id and having an active grant + expect(grantee.updatedAt).not.toEqual(dbGrantee.updatedAt); + expect(grantee.name).toBe('Multi ID Agency'); + }); + + it('should update an existing grant if it exists in smarthub', async () => { + await processFiles(); + let grant = await Grant.findOne({ where: { id: 5151 } }); + expect(grant).toBeNull(); + + await Grantee.findOrCreate({ where: { id: 119, name: 'Multi ID Agency' } }); + const [dbGrant] = await Grant.findOrCreate({ where: { id: 5151, number: '90CI4444', granteeId: 119 } }); + await processFiles(); + grant = await Grant.findOne({ where: { id: 5151 } }); + expect(grant).not.toBeNull(); + expect(grant.updatedAt).not.toEqual(dbGrant.updatedAt); + expect(grant.number).toBe('90CI4444'); + }); }); + it('should import Roles table', async () => { await Role.destroy({ where: {} }); const rolesBefore = await Role.findAll(); @@ -199,17 +233,17 @@ describe('Import TTA plan goals', () => { ); }); - it('should import Grantees table', async () => { - await Grant.destroy({ where: [] }); - await Grantee.destroy({ where: {} }); - const granteesBefore = await Grantee.findAll(); - - expect(granteesBefore.length).toBe(0); + it('should have Grantees Goals connection', async () => { + // await Grant.destroy({ where: [] }); + // await Grantee.destroy({ where: {} }); + // const granteesBefore = await Grantee.findAll(); - await importGoals('GranteeTTAPlanTest.csv'); + // expect(granteesBefore.length).not.toBe(0); const grantees = await Grantee.findAll(); expect(grantees).toBeDefined(); - expect(grantees.length).toBe(4); + expect(grantees.length).toBe(8); + + await importGoals('GranteeTTAPlanTest.csv'); // test eager loading const grantee = await Grantee.findOne({ @@ -230,19 +264,19 @@ describe('Import TTA plan goals', () => { expect(grantee.goals[1].name).toEqual('Enhance reflective practice.'); }); - it('should import Grants table', async () => { - await Grant.destroy({ where: {} }); - const grantsBefore = await Grant.findAll(); + // it('should import Grants table', async () => { + // await Grant.destroy({ where: {} }); + // const grantsBefore = await Grant.findAll(); - expect(grantsBefore.length).toBe(0); - await importGoals('GranteeTTAPlanTest.csv'); + // expect(grantsBefore.length).toBe(0); + // await importGoals('GranteeTTAPlanTest.csv'); - const grants = await Grant.findAll(); - expect(grants).toBeDefined(); - expect(grants.length).toBe(5); - expect(grants[1].number).toBe('14CH10000'); - expect(grants[1].regionId).toBe(14); - }); + // const grants = await Grant.findAll(); + // expect(grants).toBeDefined(); + // expect(grants.length).toBe(5); + // expect(grants[1].number).toBe('14CH10000'); + // expect(grants[1].regionId).toBe(14); + // }); it('should import RoleTopics table', async () => { await Topic.destroy({ where: {} }); @@ -327,22 +361,6 @@ describe('Import TTA plan goals', () => { }, }], }], - // { - // model: Grantee, - // as: 'grantees', - // attributes: ['id', 'name'], - // through: { - // attributes: [], - // }, - // }, - // { - // model: Grant, - // as: 'grants', - // attributes: ['id', 'number', 'regionId'], - // through: { - // attributes: [], - // }, - // }], }); expect(goalWithTopic.topics[0].roles[0].fullName).toBe('Grantee Specialist'); }); From c5ea237b5185d2ff5d0cd045ee7196f9c41d2c3b Mon Sep 17 00:00:00 2001 From: kryswisnaskas Date: Tue, 12 Jan 2021 10:47:50 -0500 Subject: [PATCH 12/18] Add seeding to the backend test --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2e0616cb3f..c6a6e823e5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -180,6 +180,11 @@ jobs: - run: name: Run migrations ci command: yarn db:migrate:ci + - run: + name: Run seeders + command: | + yarn db:seed:undo + yarn db:seed - run: name: Test backend command: yarn test:ci From 6e60b2178ec926d69363c3edd7934c21d422e8b2 Mon Sep 17 00:00:00 2001 From: kryswisnaskas Date: Tue, 12 Jan 2021 11:08:39 -0500 Subject: [PATCH 13/18] Fix backend test ci --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c6a6e823e5..c140334142 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -182,9 +182,7 @@ jobs: command: yarn db:migrate:ci - run: name: Run seeders - command: | - yarn db:seed:undo - yarn db:seed + command: yarn db:seed:ci - run: name: Test backend command: yarn test:ci From e6672d935f3d61cc713f1b5ab19c7219e3249614 Mon Sep 17 00:00:00 2001 From: Chuck McAndrew Date: Tue, 12 Jan 2021 11:33:52 -0500 Subject: [PATCH 14/18] Update README and .env.example Update README and .env.example to include documentation about setting `AUTH_CLIENT_ID` and `AUTH_CLIENT_SECRET` variables. --- .env.example | 4 +++- README.md | 22 ++++++++++++++++------ 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/.env.example b/.env.example index ccd9df0f8b..2df2887f29 100644 --- a/.env.example +++ b/.env.example @@ -10,7 +10,9 @@ POSTGRES_USERNAME=postgres POSTGRES_PASSWORD=something_secret POSTGRES_DB=ttasmarthub POSTGRES_HOST=localhost +# Add Oauth client id for local development from "Development Credentials" document here. AUTH_CLIENT_ID=clientId +# Add Oauth client secret for local development from "Development Credentials" document here. AUTH_CLIENT_SECRET=clientSecret SESSION_SECRET=secret TTA_SMART_HUB_URI=http://localhost:3000 @@ -19,7 +21,7 @@ AUTH_BASE=https://uat.hsesinfo.org REDIRECT_URI_HOST=http://localhost:8080 # CURRENT_USER_ID controls the logged in user when BYPASS_AUTH is set to true. # This only works in non-production environments -CURRENT_USER_ID=1; +CURRENT_USER_ID=1 # NEW_RELIC_LICENSE_KEY can be omitted in local development NEW_RELIC_LICENSE_KEY=secret_key # Set to false to require user to go through auth flow, never true in production envs diff --git a/README.md b/README.md index b4b012023e..b7cffddcc4 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,27 @@ For the latest on our product mission, goals, initiatives, and KPIs, see the [Pr ## Getting Started ### Set up - -Make sure Docker is installed. To check run `docker ps` - -Run `yarn docker:deps`. This builds the frontend and backend docker containers and install dependencies. You only need to run this step the first time you fire up the app and when dependencies are added/updated/removed. Running `yarn docker:start` starts the backend and frontend, browse to `http://localhost:3000` to hit the frontend and `http://localhost:3000/api` to hit the backend. Copying `.env.example` to `.env`, substituting in your user id and group id will cause any files created in docker containers to be owned by your user on your host. - -You can also run build commands directly on your host (without docker). Make sure you install dependencies when changing execution method. You could see some odd errors if you install dependencies for docker and then run yarn commands directly on the host, especially if you are developing on windows. If you want to use the host yarn commands be sure to run `yarn deps:local` before any other yarn commands. Likewise if you want to use docker make sure you run `yarn docker:deps`. +#### Docker + +1. Make sure Docker is installed. To check run `docker ps`. +2. Make sure you have Node 12.20.0 installed. +3. Run `yarn docker:deps`. This builds the frontend and backend docker containers and install dependencies. You only need to run this step the first time you fire up the app and when dependencies are added/updated/removed. +4. Copy `.env.example` to `.env`. +6. Change the `AUTH_CLIENT_ID` and `AUTH_CLIENT_SECRET` variables to to values found in the "Values for local development" section of the "Development Credentials" document. If you don't have access to this document, please ask in the hs-vendors-ohs-tta channel of the gsa-tts slack channel. +7. Optionally, set `CURRENT_USER` to your current user's uid:gid. This will cause files created by docker compose to be owned by your user instead of root. +8. Run `yarn docker:db:migrate` to run DB migrations +9. Run `yarn docker:db:seed` to seed the database with test data. +10. Run `yarn docker:start` to start the application. The frontend will be available on `localhost:3000` and the backend will run on `localhost:8080`. +11. Run `yarn docker:stop` to stop the servers and remove the docker containers. The frontend [proxies requests](https://create-react-app.dev/docs/proxying-api-requests-in-development/) to paths it doesn't recognize to the backend. Api documentation uses [Redoc](https://github.com/Redocly/redoc) to serve documentation files. These files can be found in the `docs/openapi` folder. Api documentation should be split into separate files when appropriate to prevent huge hard to grasp yaml files. +#### Local build + +You can also run build commands directly on your host (without docker). Make sure you install dependencies when changing execution method. You could see some odd errors if you install dependencies for docker and then run yarn commands directly on the host, especially if you are developing on windows. If you want to use the host yarn commands be sure to run `yarn deps:local` before any other yarn commands. Likewise if you want to use docker make sure you run `yarn docker:deps`. + ### Running Tests Run `yarn docker:deps` to install dependencies. Run `yarn docker:db:migrate` and `yarn docker:test` to run all tests for the frontend and backend. From 366c25e7c77bac3b2c0d4956c732817de786ea49 Mon Sep 17 00:00:00 2001 From: kryswisnaskas Date: Tue, 12 Jan 2021 12:04:35 -0500 Subject: [PATCH 15/18] Remove commented out code --- tools/importPlanGoals.test.js | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/tools/importPlanGoals.test.js b/tools/importPlanGoals.test.js index 91f869007d..500b9a9510 100644 --- a/tools/importPlanGoals.test.js +++ b/tools/importPlanGoals.test.js @@ -2,7 +2,7 @@ import { Op } from 'sequelize'; import importGoals from './importPlanGoals'; import { processFiles } from '../src/lib/updateGrantsGrantees'; import db, { - Role, Topic, RoleTopic, Goal, Grantee, Grant, sequelize, + Role, Topic, RoleTopic, Goal, Grantee, Grant, } from '../src/models'; describe('Import TTA plan goals', () => { @@ -234,11 +234,6 @@ describe('Import TTA plan goals', () => { }); it('should have Grantees Goals connection', async () => { - // await Grant.destroy({ where: [] }); - // await Grantee.destroy({ where: {} }); - // const granteesBefore = await Grantee.findAll(); - - // expect(granteesBefore.length).not.toBe(0); const grantees = await Grantee.findAll(); expect(grantees).toBeDefined(); expect(grantees.length).toBe(8); @@ -264,20 +259,6 @@ describe('Import TTA plan goals', () => { expect(grantee.goals[1].name).toEqual('Enhance reflective practice.'); }); - // it('should import Grants table', async () => { - // await Grant.destroy({ where: {} }); - // const grantsBefore = await Grant.findAll(); - - // expect(grantsBefore.length).toBe(0); - // await importGoals('GranteeTTAPlanTest.csv'); - - // const grants = await Grant.findAll(); - // expect(grants).toBeDefined(); - // expect(grants.length).toBe(5); - // expect(grants[1].number).toBe('14CH10000'); - // expect(grants[1].regionId).toBe(14); - // }); - it('should import RoleTopics table', async () => { await Topic.destroy({ where: {} }); From bb16a596e11b6d558bdc5b2ea1f762960a6ff2ec Mon Sep 17 00:00:00 2001 From: kryswisnaskas Date: Tue, 12 Jan 2021 12:40:45 -0500 Subject: [PATCH 16/18] Remove empty migration --- .../20210105154127-users-home-region-allow-null.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/migrations/20210105154127-users-home-region-allow-null.js diff --git a/src/migrations/20210105154127-users-home-region-allow-null.js b/src/migrations/20210105154127-users-home-region-allow-null.js deleted file mode 100644 index 65738a0c8c..0000000000 --- a/src/migrations/20210105154127-users-home-region-allow-null.js +++ /dev/null @@ -1,9 +0,0 @@ -module.exports = { - up: async () => { - // placeholder - }, - - down: async () => { - - }, -}; From 1fedfbe6553d33ab4dc2f8b139b8e09bc7324947 Mon Sep 17 00:00:00 2001 From: kryswisnaskas Date: Tue, 12 Jan 2021 16:02:56 -0500 Subject: [PATCH 17/18] Added exit on error when unable to find a grant in the db --- tools/importPlanGoals.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/importPlanGoals.js b/tools/importPlanGoals.js index f7e1f4cade..44fa564c19 100644 --- a/tools/importPlanGoals.js +++ b/tools/importPlanGoals.js @@ -5,6 +5,7 @@ import parse from 'csv-parse/lib/sync'; import { Role, Topic, RoleTopic, Goal, TopicGoal, Grantee, Grant, GrantGoal, } from '../src/models'; +import { exit } from 'process'; const hubRoles = [ { name: 'RPM', fullName: 'Regional Program Manager' }, @@ -159,6 +160,10 @@ export default async function importGoals(file, region) { for await (const grant of currentGrants) { const fullGrant = { number: grant.trim(), regionId }; const dbGrant = await Grant.findOne({ where: { ...fullGrant }, attributes: ['id', 'granteeId'] }); + if (!dbGrant) { + console.log(`Couldn't find grant: ${fullGrant.number}. Exiting...`); + process.exit(1); + } grantId = dbGrant.id; currentGranteeId = dbGrant.granteeId; // } From 33998aa4625c51108f2faf3e0754842d170987e4 Mon Sep 17 00:00:00 2001 From: kryswisnaskas Date: Wed, 13 Jan 2021 09:12:14 -0500 Subject: [PATCH 18/18] Remove commented out line; correct variable names --- .circleci/config.yml | 6 +++--- tools/importPlanGoals.js | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c140334142..115b486bfa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -387,9 +387,9 @@ jobs: deploy_config_file: deployment_config/prod_vars.yml new_relic_license: PROD_NEW_RELIC_LICENSE_KEY session_secret: PROD_SESSION_SECRET - hses_data_file_url: HSES_DATA_FILE_URL - hses_data_username: HSES_DATA_USERNAME - hses_data_password: HSES_DATA_PASSWORD + hses_data_file_url: PROD_HSES_DATA_FILE_URL + hses_data_username: PROD_HSES_DATA_USERNAME + hses_data_password: PROD_HSES_DATA_PASSWORD - run: name: Run database migrations command: | diff --git a/tools/importPlanGoals.js b/tools/importPlanGoals.js index 44fa564c19..3621d3585d 100644 --- a/tools/importPlanGoals.js +++ b/tools/importPlanGoals.js @@ -166,7 +166,6 @@ export default async function importGoals(file, region) { } grantId = dbGrant.id; currentGranteeId = dbGrant.granteeId; - // } const plan = { granteeId: currentGranteeId, grantId, goalId }; if (!cleanGrantGoals.some((e) => e.granteeId === currentGranteeId && e.grantId === grantId